[
  {
    "path": "README.md",
    "content": "> Aurora 官方仓库，其他渠道均是盗版发布。\n\n# Welcome\n欢迎使用 Aurora 主题，获取更新，请关注 [KX Design](https://t.me/kxdesignteam) .\n\n# 使用教程\n使用教程:  [Aurora for v2board](https://kun-pehs-organization.gitbook.io/aurora-for-v2board/)\n"
  },
  {
    "path": "config.json",
    "content": "{\n  \"name\": \"aurora\",\n  \"description\": \"aurora主题，作者aurora\",\n  \"version\": \"1.6.24\",\n  \"images\": \"https://images.unsplash.com/photo-1654886848152-93c1baed9e14?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1975&q=80\",\n  \"configs\": [\n    {\n      \"label\": \"接口根地址\",\n      \"placeholder\": \"请输入接口根地址，可不填\",\n      \"field_name\": \"server_url\",\n      \"field_type\": \"input\"\n    },\n    {\n      \"label\": \"着陆页\",\n      \"placeholder\": \"请选择着陆页\",\n      \"field_name\": \"land_page\",\n      \"field_type\": \"select\",\n      \"select_options\": {\n        \"index\": \"首页\",\n        \"login\": \"登录页\"\n      },\n      \"default_value\": \"index\"\n    },\n    {\n      \"label\": \"加载文本\",\n      \"placeholder\": \"支持html标签\",\n      \"field_name\": \"loading_text\",\n      \"field_type\": \"textarea\"\n    },\n    {\n      \"label\": \"注册邀请码\",\n      \"placeholder\": \"注册时是否显示邀请码\",\n      \"field_name\": \"show_reg_invite\",\n      \"field_type\": \"select\",\n      \"select_options\": {\n        \"show\": \"显示\",\n        \"hide\": \"隐藏\"\n      },\n      \"default_value\": \"show\"\n    },\n    {\n      \"label\": \"主题模式\",\n      \"placeholder\": \"请选择主题模式\",\n      \"field_name\": \"app_theme\",\n      \"field_type\": \"select\",\n      \"select_options\": {\n        \"light\": \"浅色\",\n        \"dark\": \"深色\",\n        \"auto\": \"跟随系统\"\n      },\n      \"default_value\": \"auto\"\n    },\n    {\n      \"label\": \"主题颜色\",\n      \"placeholder\": \"请选择主题颜色\",\n      \"field_name\": \"app_color\",\n      \"field_type\": \"select\",\n      \"select_options\": {\n        \"default\": \"默认\",\n        \"dustRed\": \"薄暮\",\n        \"volcano\": \"火山\",\n        \"sunsetOrange\": \"日暮\",\n        \"calendulaGold\": \"金盏花\",\n        \"sunriseYellow\": \"日出\",\n        \"lime\": \"青柠\",\n        \"polarGreen\": \"极光绿\",\n        \"cyan\": \"明青\",\n        \"daybreakBlue\": \"拂晓蓝\"\n      },\n      \"default_value\": \"default\"\n    },\n    {\n      \"label\": \"iOS客户端下载地址\",\n      \"placeholder\": \"请输入下载地址\",\n      \"field_name\": \"client_ios\",\n      \"field_type\": \"input\"\n    },\n    {\n      \"label\": \"Android客户端下载地址\",\n      \"placeholder\": \"请输入下载地址\",\n      \"field_name\": \"client_android\",\n      \"field_type\": \"input\"\n    },\n    {\n      \"label\": \"Windows客户端下载地址\",\n      \"placeholder\": \"请输入下载地址\",\n      \"field_name\": \"client_windows\",\n      \"field_type\": \"input\"\n    },\n    {\n      \"label\": \"MacOS客户端下载地址\",\n      \"placeholder\": \"请输入下载地址\",\n      \"field_name\": \"client_macos\",\n      \"field_type\": \"input\"\n    },\n    {\n      \"label\": \"Openwrt客户端下载地址\",\n      \"placeholder\": \"请输入下载地址\",\n      \"field_name\": \"client_openwrt\",\n      \"field_type\": \"input\"\n    },\n    {\n      \"label\": \"Linux客户端下载地址\",\n      \"placeholder\": \"请输入下载地址\",\n      \"field_name\": \"client_linux\",\n      \"field_type\": \"input\"\n    },\n    {\n      \"label\": \"自定义页脚HTML\",\n      \"placeholder\": \"可以实现客服JS代码的加入等\",\n      \"field_name\": \"custom_html\",\n      \"field_type\": \"textarea\"\n    }\n  ]\n}\n"
  },
  {
    "path": "dashboard.blade.php",
    "content": "<!DOCTYPE html>\n<html>\n  <head>\n    <title>{{$title}}</title>\n    <meta charset=\"utf-8\" />\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n    <meta name=\"renderer\" content=\"webkit\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" />\n    <meta name=\"description\" content=\"{{ $description }}\" />\n    \n    @empty($logo)\n    <link rel=\"icon\" href=\"/theme/{{$theme}}/favicon.svg\" />\n    @endempty\n    <link rel=\"icon\" href=\"{{ $logo }}\" />\n  \n    <link rel=\"stylesheet\" href=\"/theme/{{$theme}}/static/phosphor-icons/duotone/style.css\" />\n    <link rel=\"stylesheet\" href=\"/theme/{{$theme}}/static/phosphor-icons/regular/style.css\" />\n    \n  @if (file_exists(public_path(\"/theme/{$theme}/static/custom.css\")))\n    <link rel=\"stylesheet\" href=\"/theme/{{$theme}}/static/custom.css?v=20231102012645\" />\n  @endif\n  \n    <style>\n      html,\n      body {\n        height: 100%;\n        margin: 0;\n      }\n      a {\n        color: inherit;\n        text-decoration: none;\n      }\n      .is-darkmode {\n        background-color: #272827;\n      }\n      .is-darkmode .loading-user:before {\n        display: none;\n      }\n      .hourglassx {\n        width: 120px;\n        position: absolute;\n        left: 50%;\n        top: 50%;\n        transform: translate(-50%, -50%);\n      }\n      .hourglass {\n        stroke-dasharray: 210;\n        -webkit-animation: snake 3s linear infinite both;\n        animation: snake 3s linear infinite both;\n      }\n      .loading-user {\n        width: 40%;\n        text-align: center;\n        position: absolute;\n        left: 50%;\n        top: 50%;\n        transform: translate(-50%, -50%);\n        font-size: 24px;\n        color: #999;\n        overflow: hidden;\n      }\n\n      .loading-user:before {\n        content: '';\n        position: absolute;\n        left: -100px;\n        top: -80px;\n        width: 16px;\n        height: 400px;\n        background-color: rgba(255, 255, 255, 0.8);\n        transform: rotate(45deg);\n        animation: flash 1.5s linear 0.1s infinite;\n      }\n      @-webkit-keyframes snake {\n        0% {\n          stroke-dashoffset: 0;\n        }\n        100% {\n          stroke-dashoffset: 420;\n        }\n      }\n      @keyframes snake {\n        0% {\n          stroke-dashoffset: 0;\n        }\n        100% {\n          stroke-dashoffset: 420;\n        }\n      }\n      @-webkit-keyframes flash {\n        0% {\n          left: -100px;\n        }\n        100% {\n          left: 100%;\n        }\n      }\n      @keyframes flash {\n        0% {\n          left: -100px;\n        }\n        100% {\n          left: 100%;\n        }\n      }\n    </style>\n  <link href=\"/theme/{{$theme}}/static/css/n.960f0d5f.css\" rel=\"stylesheet\"><link href=\"/theme/{{$theme}}/static/css/app.9a999ca1.css\" rel=\"stylesheet\"></head>\n  <body>\n    <noscript>\n      <strong>Browser Disable JavaScript, Please Enable.</strong>\n    </noscript>\n    \n    @empty($theme_config['loading_text'])\n    \n    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"hourglassx\" x=\"0px\" y=\"0px\" viewBox=\"0 0 203 203\" enable-background=\"new 0 0 203 203\" xml:space=\"preserve\">\n      <g>\n        <path\n          class=\"hourglass\"\n          fill=\"none\"\n          stroke=\"#C0E5FA\"\n          stroke-width=\"5\"\n          stroke-linecap=\"round\"\n          stroke-miterlimit=\"10\"\n          d=\"M137.5,169.5h-72\n\t\tc0-72,63-73,63-126h-54C74.5,96.5,137.5,97.5,137.5,169.5z\"\n        />\n        <path\n          class=\"hourglass\"\n          fill=\"none\"\n          stroke=\"#74C2EE\"\n          stroke-width=\"5\"\n          stroke-linecap=\"round\"\n          stroke-miterlimit=\"10\"\n          d=\"M65.5,34.5h72\n\t\tc0,71-63,71-63,126h54C128.5,105.5,65.5,105.5,65.5,34.5z\"\n        />\n      </g>\n    </svg>\n  \n    @endempty\n    <div class=\"loading-user\">{!! $theme_config['loading_text'] !!}</div>\n  \n    <div id=\"app\"></div>\n    \n      <script>\n      window.EnvConfig = {\n        serverUrl: '{{ $theme_config['server_url'] }}',\n        landPage: '{{ $theme_config['land_page'] }}',\n        showRegInvite: '{{ $theme_config['show_reg_invite'] }}',\n        appTheme: '{{ $theme_config['app_theme'] }}',\n        appColor: '{{ $theme_config['app_color'] }}',\n        appName: '{{ $title }}',\n        appDesc: `{{ $description }}`,\n        appLogo: '{{ $logo }}',\n        appVersion: '{{ $version }}',\n        clientIOS: '{{ $theme_config['client_ios'] }}',\n        clientAndroid: '{{ $theme_config['client_android'] }}',\n        clientWindows: '{{ $theme_config['client_windows'] }}',\n        clientMacOS: '{{ $theme_config['client_macos'] }}',\n        clientOpenwrt: '{{ $theme_config['client_openwrt'] }}',\n        clientLinux: '{{ $theme_config['client_linux'] }}',\n        staticUrl: '/theme/{{ $theme }}/static'\n      }\n      </script>\n    \n    <script>\n      window.langs = {}\n      function isDarkMode() {\n        var themeMedia = window.matchMedia('(prefers-color-scheme: dark)')\n        var isDark = false\n        var localMode = JSON.parse(localStorage.getItem('__AURORA__Darkmode') || '{}').value\n\n        if (localMode !== undefined) {\n          isDark = localMode === 'dark'\n        } else if (EnvConfig.appTheme === 'dark') {\n          isDark = true\n        } else if (EnvConfig.appTheme === 'auto') {\n          isDark = themeMedia.matches\n        }\n        return isDark\n      }\n      if (isDarkMode()) {\n        document.body.classList.add('is-darkmode')\n      }\n      document.body.classList.add(EnvConfig.appColor)\n\n      function getLocaleLang() {\n        try {\n          var str = localStorage.getItem('__AURORA__Language') || '{}'\n          var res = JSON.parse(str).value\n          if (res) {\n            return res.substring(0, 2) + '-' + res.substring(2)\n          }\n        } catch (e) {\n          return undefined\n        }\n      }\n    </script>\n    {!! $theme_config['custom_html'] !!}\n    <script src=\"/theme/{{$theme}}/expose.js?v=20231102012645\"></script>\n    <script src=\"/theme/{{$theme}}/static/i18n/zh-CN.js?v=20231102012645\"></script>\n    <script src=\"/theme/{{$theme}}/static/i18n/zh-TW.js?v=20231102012645\"></script>\n    <script src=\"/theme/{{$theme}}/static/i18n/en-US.js?v=20231102012645\"></script>\n    <!-- built files will be auto injected -->\n    \n  @if (file_exists(public_path(\"/theme/{$theme}/static/custom.js\")))\n    <script src=\"/theme/{{$theme}}/static/custom.js?v=20231102012645\"></script>\n  @endif\n  \n  <script>(function(e){function c(c){for(var t,u,f=c[0],h=c[1],d=c[2],o=0,k=[];o<f.length;o++)u=f[o],Object.prototype.hasOwnProperty.call(a,u)&&a[u]&&k.push(a[u][0]),a[u]=0;for(t in h)Object.prototype.hasOwnProperty.call(h,t)&&(e[t]=h[t]);i&&i(c);while(k.length)k.shift()();return r.push.apply(r,d||[]),n()}function n(){for(var e,c=0;c<r.length;c++){for(var n=r[c],t=!0,u=1;u<n.length;u++){var f=n[u];0!==a[f]&&(t=!1)}t&&(r.splice(c--,1),e=h(h.s=n[0]))}return e}var t={},u={runtime:0},a={runtime:0},r=[];function f(e){return h.p+\"static/js/\"+({}[e]||e)+\".\"+{\"chunk-131c13e9\":\"d4a196d6\",\"chunk-4a44ccd3\":\"40f4186c\",\"chunk-607f2d24\":\"b5dea78a\",\"chunk-3f085023\":\"b5b217fc\",\"chunk-2d0aa5b8\":\"9e7c68a8\",\"chunk-6e83591c\":\"9e852703\",\"chunk-24f7a0d6\":\"4b64dfad\",\"chunk-59e0bc55\":\"a588a8e8\",\"chunk-78d4ca10\":\"b9a78141\",\"chunk-8c5d225c\":\"73e70d96\",\"chunk-6462ad91\":\"385425d9\",\"chunk-7e75c5a6\":\"d7953a40\",\"chunk-a5232a28\":\"20662d6c\",\"chunk-d4acb0c8\":\"427f6c79\",\"chunk-8ce954c8\":\"1c04407c\",\"chunk-2d21d665\":\"09e5fcba\",\"chunk-3548057f\":\"bb7579a3\",\"chunk-360fb284\":\"5bfe9f12\",\"chunk-38cf90e9\":\"67de2661\",\"chunk-4cdaad7c\":\"e033aeb4\",\"chunk-562c69ae\":\"3035439a\",\"chunk-9806f83e\":\"2ee2d89b\",\"chunk-12f016f3\":\"e634e961\",\"chunk-753cdac9\":\"19d0f5f6\",\"chunk-79e2d36c\":\"0c7eab56\",\"chunk-6bb7a56f\":\"36247e11\",\"chunk-6765a98f\":\"2f9356fe\",\"chunk-d24ef460\":\"63c4bc46\",\"chunk-b418fdba\":\"0d2942d7\",\"chunk-bf9939ba\":\"ec6f2545\"}[e]+\".js\"}function h(c){if(t[c])return t[c].exports;var n=t[c]={i:c,l:!1,exports:{}};return e[c].call(n.exports,n,n.exports,h),n.l=!0,n.exports}h.e=function(e){var c=[],n={\"chunk-4a44ccd3\":1,\"chunk-3f085023\":1,\"chunk-59e0bc55\":1,\"chunk-78d4ca10\":1,\"chunk-6462ad91\":1,\"chunk-7e75c5a6\":1,\"chunk-a5232a28\":1,\"chunk-d4acb0c8\":1,\"chunk-8ce954c8\":1,\"chunk-3548057f\":1,\"chunk-38cf90e9\":1,\"chunk-4cdaad7c\":1,\"chunk-562c69ae\":1,\"chunk-12f016f3\":1,\"chunk-753cdac9\":1,\"chunk-79e2d36c\":1,\"chunk-6765a98f\":1,\"chunk-d24ef460\":1,\"chunk-b418fdba\":1,\"chunk-bf9939ba\":1};u[e]?c.push(u[e]):0!==u[e]&&n[e]&&c.push(u[e]=new Promise((function(c,n){for(var t=\"static/css/\"+({}[e]||e)+\".\"+{\"chunk-131c13e9\":\"31d6cfe0\",\"chunk-4a44ccd3\":\"c6340983\",\"chunk-607f2d24\":\"31d6cfe0\",\"chunk-3f085023\":\"abaef767\",\"chunk-2d0aa5b8\":\"31d6cfe0\",\"chunk-6e83591c\":\"31d6cfe0\",\"chunk-24f7a0d6\":\"31d6cfe0\",\"chunk-59e0bc55\":\"64613b28\",\"chunk-78d4ca10\":\"6f1ab7b9\",\"chunk-8c5d225c\":\"31d6cfe0\",\"chunk-6462ad91\":\"54f4a085\",\"chunk-7e75c5a6\":\"3c49e56e\",\"chunk-a5232a28\":\"3c49e56e\",\"chunk-d4acb0c8\":\"9c5371bc\",\"chunk-8ce954c8\":\"2ef150e1\",\"chunk-2d21d665\":\"31d6cfe0\",\"chunk-3548057f\":\"47543bb1\",\"chunk-360fb284\":\"31d6cfe0\",\"chunk-38cf90e9\":\"b45a908c\",\"chunk-4cdaad7c\":\"58d9ccef\",\"chunk-562c69ae\":\"1661c444\",\"chunk-9806f83e\":\"31d6cfe0\",\"chunk-12f016f3\":\"1d680551\",\"chunk-753cdac9\":\"2d97752d\",\"chunk-79e2d36c\":\"3e588de0\",\"chunk-6bb7a56f\":\"31d6cfe0\",\"chunk-6765a98f\":\"9f3e51a6\",\"chunk-d24ef460\":\"5aa4a559\",\"chunk-b418fdba\":\"a82ec784\",\"chunk-bf9939ba\":\"3ac0e82e\"}[e]+\".css\",a=h.p+t,r=document.getElementsByTagName(\"link\"),f=0;f<r.length;f++){var d=r[f],o=d.getAttribute(\"data-href\")||d.getAttribute(\"href\");if(\"stylesheet\"===d.rel&&(o===t||o===a))return c()}var k=document.getElementsByTagName(\"style\");for(f=0;f<k.length;f++){d=k[f],o=d.getAttribute(\"data-href\");if(o===t||o===a)return c()}var i=document.createElement(\"link\");i.rel=\"stylesheet\",i.type=\"text/css\",i.onload=c,i.onerror=function(c){var t=c&&c.target&&c.target.src||a,r=new Error(\"Loading CSS chunk \"+e+\" failed.\\n(\"+t+\")\");r.code=\"CSS_CHUNK_LOAD_FAILED\",r.request=t,delete u[e],i.parentNode.removeChild(i),n(r)},i.href=a;var b=document.getElementsByTagName(\"head\")[0];b.appendChild(i)})).then((function(){u[e]=0})));var t=a[e];if(0!==t)if(t)c.push(t[2]);else{var r=new Promise((function(c,n){t=a[e]=[c,n]}));c.push(t[2]=r);var d,o=document.createElement(\"script\");o.charset=\"utf-8\",o.timeout=120,h.nc&&o.setAttribute(\"nonce\",h.nc),o.src=f(e);var k=new Error;d=function(c){o.onerror=o.onload=null,clearTimeout(i);var n=a[e];if(0!==n){if(n){var t=c&&(\"load\"===c.type?\"missing\":c.type),u=c&&c.target&&c.target.src;k.message=\"Loading chunk \"+e+\" failed.\\n(\"+t+\": \"+u+\")\",k.name=\"ChunkLoadError\",k.type=t,k.request=u,n[1](k)}a[e]=void 0}};var i=setTimeout((function(){d({type:\"timeout\",target:o})}),12e4);o.onerror=o.onload=d,document.head.appendChild(o)}return Promise.all(c)},h.m=e,h.c=t,h.d=function(e,c,n){h.o(e,c)||Object.defineProperty(e,c,{enumerable:!0,get:n})},h.r=function(e){\"undefined\"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},h.t=function(e,c){if(1&c&&(e=h(e)),8&c)return e;if(4&c&&\"object\"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(h.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:e}),2&c&&\"string\"!=typeof e)for(var t in e)h.d(n,t,function(c){return e[c]}.bind(null,t));return n},h.n=function(e){var c=e&&e.__esModule?function(){return e[\"default\"]}:function(){return e};return h.d(c,\"a\",c),c},h.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},h.p=\"/theme/{{$theme}}/\",h.oe=function(e){throw console.error(e),e};var d=window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[],o=d.push.bind(d);d.push=c,d=d.slice();for(var k=0;k<d.length;k++)c(d[k]);var i=o;n()})([]);</script><script type=\"text/javascript\" src=\"/theme/{{$theme}}/static/js/n.c1cc6f8e.js\"></script><script type=\"text/javascript\" src=\"/theme/{{$theme}}/static/js/app.9a3749eb.js\"></script></body>\n</html>\n"
  },
  {
    "path": "expose.js",
    "content": ""
  },
  {
    "path": "static/121954-targeted-traffic.json",
    "content": "{\"v\":\"5.7.1\",\"fr\":30,\"ip\":0,\"op\":511,\"w\":1600,\"h\":1200,\"nm\":\"Main\",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"Text Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[804.023,604.746,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[705.958,507.14,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-5.523],[5.523,0],[0,5.522],[-5.522,0]],\"o\":[[0,5.522],[-5.522,0],[0,-5.523],[5.523,0]],\"v\":[[10,0],[0,10],[-10,0],[0,-10]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.913999968884,0.933000033509,0.944999964097,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[286.606,350.449],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-5.523],[5.523,0],[0,5.522],[-5.522,0]],\"o\":[[0,5.522],[-5.522,0],[0,-5.523],[5.523,0]],\"v\":[[9.999,0],[-0.001,10],[-10,0],[-0.001,-10]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.913999968884,0.933000033509,0.944999964097,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[138.544,250.038],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,10.355],[0,0]],\"o\":[[0,0],[-10.355,0],[0,0],[0,0]],\"v\":[[60.198,37.698],[-41.448,37.698],[-60.198,18.948],[-60.198,-37.698]],\"c\":false},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":6,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"d\":[{\"n\":\"d\",\"nm\":\"dash\",\"v\":{\"a\":0,\"k\":0,\"ix\":1}},{\"n\":\"g\",\"nm\":\"gap\",\"v\":{\"a\":0,\"k\":14,\"ix\":2}},{\"n\":\"o\",\"nm\":\"offset\",\"v\":{\"a\":0,\"k\":0,\"ix\":7}}],\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[198.437,312.73],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-5.523],[5.523,0],[0,5.522],[-5.522,0]],\"o\":[[0,5.522],[-5.522,0],[0,-5.523],[5.523,0]],\"v\":[[10,0],[0,10],[-10,0],[0,-10]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.913999968884,0.933000033509,0.944999964097,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1119.584,937.938],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-5.523],[5.523,0],[0,5.522],[-5.522,0]],\"o\":[[0,5.522],[-5.522,0],[0,-5.523],[5.523,0]],\"v\":[[10,0],[0,10],[-10,0],[0,-10]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.913999968884,0.933000033509,0.944999964097,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[976.522,847.528],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,10.355],[0,0]],\"o\":[[0,0],[-10.355,0],[0,0],[0,0]],\"v\":[[57.698,32.698],[-38.948,32.698],[-57.698,13.948],[-57.698,-32.698]],\"c\":false},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":6,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"d\":[{\"n\":\"d\",\"nm\":\"dash\",\"v\":{\"a\":0,\"k\":0,\"ix\":1}},{\"n\":\"g\",\"nm\":\"gap\",\"v\":{\"a\":0,\"k\":14,\"ix\":2}},{\"n\":\"o\",\"nm\":\"offset\",\"v\":{\"a\":0,\"k\":0,\"ix\":7}}],\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1033.915,905.219],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.375],[-0.232,0.261],[-0.464,0],[-0.24,-0.259],[0,-0.391],[0.241,-0.252],[0.463,0],[0.232,0.252]],\"o\":[[0,-0.391],[0.232,-0.259],[0.463,0],[0.241,0.261],[0,0.375],[-0.24,0.252],[-0.464,0],[-0.232,-0.252]],\"v\":[[-1.404,0.024],[-1.056,-0.953],[-0.012,-1.342],[1.043,-0.953],[1.404,0.024],[1.043,0.964],[-0.012,1.342],[-1.056,0.964]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[220.542,183.576],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.124,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.416,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.451,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.852,-3.558],[-2.753,-5.975],[0.171,-6.848],[4.175,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.204,3.802],[0.574,5.005],[2.6,4.517],[4.053,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[210.625,178.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.398,0],[0.529,-1.262],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.358,0],[-0.229,-0.114]],\"o\":[[-0.342,-0.057],[-1.482,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.74,-1.18],[0.439,0],[0,0]],\"v\":[[3.193,-4.456],[2.081,-4.54],[-0.935,-2.648],[-0.935,6.727],[-3.193,6.727],[-3.193,-6.481],[-0.996,-6.481],[-0.958,-4.956],[2.19,-6.727],[3.193,-6.555]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[200.311,178.059],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[188.024,178.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,1.685],[0.594,0.837],[1.115,0],[0.65,-1.384],[0,0],[-1.465,0],[-0.603,0.838]],\"o\":[[0,-1.538],[-0.593,-0.838],[-1.489,0],[0,0],[0.691,1.383],[1.082,0],[0.601,-0.838]],\"v\":[[3.332,2.539],[2.441,-1.025],[-0.122,-2.283],[-3.332,-0.207],[-3.332,5.506],[-0.098,7.58],[2.43,6.323]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.928,-1.225],[1.562,0],[0.912,1.18],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.603,0],[-0.916,-1.212],[0,-2.108]],\"o\":[[0,2.018],[-0.928,1.225],[-1.668,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.911,-1.132],[1.604,0],[0.915,1.213],[0,0]],\"v\":[[5.591,2.795],[4.199,7.66],[0.464,9.497],[-3.406,7.727],[-3.516,9.253],[-5.591,9.253],[-5.591,-9.497],[-3.332,-9.497],[-3.332,-2.502],[0.439,-4.199],[4.218,-2.381],[5.591,2.6]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[173.925,175.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.74,0],[-0.635,0.366],[-0.286,0.586],[0,0],[0,0],[0,-1.619],[-0.472,-0.398]],\"o\":[[0.709,0],[0.634,-0.366],[0,0],[0,0],[-2.767,0],[0,0.708],[0.471,0.399]],\"v\":[[-0.665,4.882],[1.349,4.333],[2.729,2.905],[2.729,0.194],[0.958,0.194],[-3.191,2.624],[-2.484,4.284]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.081,0.667],[1.457,0],[0.834,0.737],[0,1.13],[-1.046,0.761],[-1.896,0],[0,0],[0,0],[0.472,0.469],[0.92,0],[0.545,-0.407],[0,-0.578],[0,0],[-0.468,0.614],[-0.802,0.358],[-0.96,0],[-0.863,-0.761],[-0.032,-1.335],[0,0],[-0.309,-0.715],[0,0]],\"o\":[[-0.13,-0.261],[-1.05,1.091],[-1.302,0],[-0.835,-0.736],[0,-1.375],[1.045,-0.76],[0,0],[0,0],[0,-0.789],[-0.472,-0.468],[-0.806,0],[-0.545,0.406],[0,0],[0,-0.659],[0.467,-0.615],[0.802,-0.359],[1.523,0],[0.862,0.761],[0,0],[0,1.213],[0,0],[0,0]],\"v\":[[3.082,6.604],[2.766,5.212],[-0.995,6.848],[-4.199,5.743],[-5.451,2.942],[-3.882,-0.263],[0.531,-1.404],[2.729,-1.404],[2.729,-2.442],[2.02,-4.328],[-0.066,-5.03],[-2.094,-4.419],[-2.911,-2.942],[-5.182,-2.942],[-4.48,-4.852],[-2.576,-6.311],[0.066,-6.848],[3.645,-5.707],[4.986,-2.563],[4.986,3.515],[5.451,6.408],[5.451,6.604]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[159.557,178.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.129,9.375],[-1.129,9.375],[-1.129,-9.375],[1.129,-9.375]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[149.494,175.411],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[135.309,176.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 14\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.7,0],[0.736,0.818],[0.008,1.604],[0,0],[0,0],[0,0],[-1.627,0],[-0.57,1.285],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.879,1.033],[-1.408,0],[-0.737,-0.818],[0,0],[0,0],[0,0],[0,2.002],[1.726,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.003,5.176],[-0.866,6.726],[-4.083,5.499],[-5.2,1.867],[-5.2,-6.726],[-2.942,-6.726],[-2.942,1.807],[-0.501,4.809],[2.942,2.881],[2.942,-6.726],[5.2,-6.726],[5.2,6.482],[3.052,6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[124.434,178.304],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 15\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.511,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.514,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.068,-8.325],[1.068,-5.127],[3.535,-5.127],[3.535,-3.381],[1.068,-3.381],[1.068,4.821],[1.397,6.012],[2.52,6.408],[3.594,6.262],[3.594,8.083],[1.861,8.325],[-0.421,7.41],[-1.191,4.81],[-1.191,-3.381],[-3.594,-3.381],[-3.594,-5.127],[-1.191,-5.127],[-1.191,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[106.422,176.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 16\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":16,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.627,0],[-0.025,-3.15],[0,0],[0,0],[0,0],[0.428,0.457],[0.904,0],[0.553,-0.391],[0.31,-0.635],[0,0],[0,0],[0,0]],\"o\":[[0,0],[1.01,-1.269],[2.792,0],[0,0],[0,0],[0,0],[-0.008,-0.952],[-0.427,-0.455],[-0.733,0],[-0.554,0.39],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.057,-6.482],[-2.986,-4.822],[0.969,-6.726],[5.195,-2.002],[5.195,6.726],[2.936,6.726],[2.936,-2.014],[2.283,-4.127],[0.286,-4.81],[-1.642,-4.224],[-2.937,-2.685],[-2.937,6.726],[-5.195,6.726],[-5.195,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[95.576,178.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 17\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":17,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.7,0],[0.736,0.818],[0.008,1.604],[0,0],[0,0],[0,0],[-1.627,0],[-0.57,1.285],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.879,1.033],[-1.408,0],[-0.737,-0.818],[0,0],[0,0],[0,0],[0,2.002],[1.726,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.003,5.176],[-0.866,6.726],[-4.083,5.499],[-5.2,1.867],[-5.2,-6.726],[-2.942,-6.726],[-2.942,1.807],[-0.501,4.809],[2.942,2.881],[2.942,-6.726],[5.2,-6.726],[5.2,6.482],[3.052,6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[81.502,178.304],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 18\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":18,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.387,6.311],[0.177,7.58],[3.315,5.652],[3.315,-0.415],[0.201,-2.283],[-2.387,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.361,-4.199],[3.315,-2.612],[3.315,-9.497],[5.573,-9.497],[5.573,9.253],[3.498,9.253],[3.387,7.837],[-0.385,9.497],[-4.127,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[67.025,175.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 19\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":19,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.104,9.009],[-1.154,9.009],[-1.154,-4.199],[1.104,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.44,0],[-0.228,-0.252],[0,-0.366],[0.227,-0.244],[0.439,0],[0.223,0.244]],\"o\":[[0,-0.366],[0.223,-0.252],[0.439,0],[0.227,0.253],[0,0.367],[-0.228,0.244],[-0.44,0],[-0.224,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[57.034,175.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 20\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":20,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.387,6.311],[0.177,7.58],[3.315,5.652],[3.315,-0.415],[0.201,-2.283],[-2.387,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.361,-4.199],[3.315,-2.612],[3.315,-9.497],[5.573,-9.497],[5.573,9.253],[3.498,9.253],[3.387,7.837],[-0.385,9.497],[-4.127,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[46.359,175.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 21\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":21,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.154,9.009],[-1.154,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.44,0],[-0.228,-0.252],[0,-0.366],[0.227,-0.244],[0.439,0],[0.223,0.244]],\"o\":[[0,-0.366],[0.223,-0.252],[0.439,0],[0.227,0.253],[0,0.367],[-0.228,0.244],[-0.44,0],[-0.224,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.007,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.007,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[36.367,175.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 22\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":22,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.164,0],[-0.601,0.488],[-0.065,0.732],[0,0],[0.48,-0.684],[0.802,-0.407],[0.896,0],[1.062,1.201],[0,2.083],[0,0],[-0.471,1],[-0.882,0.553],[-1.205,0],[-0.982,-0.887],[-0.065,-1.416],[0,0],[0.581,0.549],[0.854,0],[0.631,-0.826],[0,-1.562],[0,0],[-0.627,-0.823]],\"o\":[[0.806,0],[0.603,-0.489],[0,0],[-0.041,0.757],[-0.481,0.683],[-0.802,0.408],[-1.799,0],[-1.062,-1.2],[0,0],[0,-1.286],[0.472,-1.002],[0.883,-0.554],[1.481,0],[0.98,0.887],[0,0],[-0.065,-0.855],[-0.582,-0.55],[-1.148,0],[-0.631,0.826],[0,0],[0,1.521],[0.627,0.822]],\"v\":[[0.318,5.005],[2.429,4.273],[3.431,2.441],[5.566,2.441],[4.786,4.603],[2.863,6.238],[0.318,6.848],[-3.973,5.048],[-5.566,0.122],[-5.566,-0.257],[-4.858,-3.686],[-2.826,-6.017],[0.306,-6.848],[3.999,-5.517],[5.566,-2.063],[3.431,-2.063],[2.461,-4.168],[0.306,-4.993],[-2.362,-3.754],[-3.307,-0.171],[-3.307,0.257],[-2.368,3.772]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[26.662,178.181],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 23\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":23,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.627,0],[-0.025,-3.15],[0,0],[0,0],[0,0],[0.428,0.457],[0.904,0],[0.553,-0.391],[0.31,-0.635],[0,0],[0,0],[0,0]],\"o\":[[0,0],[1.01,-1.269],[2.792,0],[0,0],[0,0],[0,0],[-0.008,-0.952],[-0.427,-0.455],[-0.733,0],[-0.554,0.39],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.057,-6.482],[-2.986,-4.822],[0.969,-6.726],[5.195,-2.002],[5.195,6.726],[2.936,6.726],[2.936,-2.014],[2.283,-4.127],[0.286,-4.81],[-1.642,-4.224],[-2.937,-2.685],[-2.937,6.726],[-5.195,6.726],[-5.195,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[12.832,178.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 24\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":24,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.153,9.009],[-1.153,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.223,0.253],[-0.439,0],[-0.227,-0.252],[0,-0.366],[0.228,-0.244],[0.44,0],[0.224,0.244]],\"o\":[[0,-0.366],[0.224,-0.252],[0.44,0],[0.228,0.253],[0,0.367],[-0.227,0.244],[-0.439,0],[-0.223,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[2.67,175.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 25\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":25,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.398,0],[0.529,-1.262],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.358,0],[-0.229,-0.114]],\"o\":[[-0.342,-0.057],[-1.482,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.74,-1.18],[0.439,0],[0,0]],\"v\":[[3.193,-4.456],[2.081,-4.54],[-0.935,-2.648],[-0.935,6.727],[-3.193,6.727],[-3.193,-6.481],[-0.996,-6.481],[-0.958,-4.956],[2.19,-6.727],[3.193,-6.555]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[264.531,145.059],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 26\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":26,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[252.245,145.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 27\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":27,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,1.692],[0.635,0.862],[1.107,0],[0.684,-1.213],[0,0],[-1.393,0],[-0.639,0.859]],\"o\":[[0,-1.489],[-0.635,-0.864],[-1.368,0],[0,0],[0.676,1.204],[1.082,0],[0.639,-0.858]],\"v\":[[3.32,-2.527],[2.368,-6.054],[-0.245,-7.349],[-3.322,-5.53],[-3.322,0.782],[-0.219,2.588],[2.362,1.3]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.92,-1.229],[1.57,0],[0.92,1.017],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.635,0],[-0.924,-1.198],[0,-2.132]],\"o\":[[0,2.011],[-0.919,1.229],[-1.604,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.92,-1.14],[1.587,0],[0.924,1.195],[0,0]],\"v\":[[5.578,-2.271],[4.199,2.588],[0.465,4.431],[-3.322,2.905],[-3.322,9.265],[-5.578,9.265],[-5.578,-9.021],[-3.517,-9.021],[-3.406,-7.556],[0.427,-9.265],[4.193,-7.47],[5.578,-2.478]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[238.135,147.599],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 28\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":28,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.643,0],[-0.667,-1.416],[-0.704,0.39],[-0.96,0],[-0.049,-3.067],[0,0],[0,0],[0,0],[0.431,0.469],[1.017,0],[0.554,-0.5],[0.09,-0.846],[0,0],[0,0],[0,0],[1.881,0],[0.545,-1.261],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.967,-1.14],[1.848,0],[0.439,-0.635],[0.703,-0.391],[2.897,0],[0,0],[0,0],[0,0],[0,-0.944],[-0.432,-0.468],[-0.838,0],[-0.553,0.501],[0,0],[0,0],[0,0],[0,-1.92],[-1.48,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.123,-6.482],[-7.061,-5.017],[-3.144,-6.726],[0.628,-4.602],[2.344,-6.14],[4.84,-6.726],[9.259,-2.125],[9.259,6.726],[7.001,6.726],[7.001,-1.99],[6.354,-4.108],[4.181,-4.81],[2.093,-4.059],[1.129,-2.039],[1.129,6.726],[-1.142,6.726],[-1.142,-1.929],[-3.962,-4.81],[-7.001,-2.918],[-7.001,6.726],[-9.259,6.726],[-9.259,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[219.641,145.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 29\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":29,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.124,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.416,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.451,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.852,-3.558],[-2.753,-5.975],[0.171,-6.848],[4.175,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.204,3.802],[0.574,5.005],[2.6,4.517],[4.053,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[201.929,145.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 30\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":30,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[190.479,143.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 31\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":31,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.387,6.311],[0.177,7.58],[3.315,5.652],[3.315,-0.415],[0.202,-2.283],[-2.387,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.361,-4.199],[3.315,-2.612],[3.315,-9.497],[5.573,-9.497],[5.573,9.253],[3.497,9.253],[3.387,7.837],[-0.384,9.497],[-4.126,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[172.718,142.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 32\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":32,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[158.6,145.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 33\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":33,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.643,0],[-0.667,-1.416],[-0.704,0.39],[-0.96,0],[-0.049,-3.067],[0,0],[0,0],[0,0],[0.431,0.469],[1.017,0],[0.554,-0.5],[0.09,-0.846],[0,0],[0,0],[0,0],[1.881,0],[0.545,-1.261],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.967,-1.14],[1.848,0],[0.439,-0.635],[0.703,-0.391],[2.897,0],[0,0],[0,0],[0,0],[0,-0.944],[-0.432,-0.468],[-0.838,0],[-0.553,0.501],[0,0],[0,0],[0,0],[0,-1.92],[-1.48,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.123,-6.482],[-7.061,-5.017],[-3.144,-6.726],[0.628,-4.602],[2.344,-6.14],[4.84,-6.726],[9.259,-2.125],[9.259,6.726],[7.001,6.726],[7.001,-1.99],[6.354,-4.108],[4.181,-4.81],[2.093,-4.059],[1.129,-2.039],[1.129,6.726],[-1.142,6.726],[-1.142,-1.929],[-3.962,-4.81],[-7.001,-2.918],[-7.001,6.726],[-9.259,6.726],[-9.259,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[140.272,145.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 34\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":34,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.943,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.945,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.99,3.101],[2.301,1.678],[-0.105,0.806],[-2.826,-0.073],[-4.316,-1.294],[-4.798,-2.979],[-3.425,-5.725],[0.085,-6.848],[3.728,-5.688],[5.126,-2.722],[2.856,-2.722],[2.068,-4.321],[0.085,-4.993],[-1.844,-4.456],[-2.54,-3.051],[-1.893,-1.819],[0.445,-1.026],[3.185,-0.122],[4.742,1.141],[5.249,2.942],[3.833,5.78],[0.158,6.848],[-2.65,6.287],[-4.56,4.718],[-5.249,2.538],[-2.991,2.538],[-2.082,4.339],[0.158,5.005],[2.215,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[122.584,145.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 35\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":35,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.7,0],[0.736,0.818],[0.008,1.604],[0,0],[0,0],[0,0],[-1.627,0],[-0.57,1.285],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.879,1.033],[-1.408,0],[-0.737,-0.818],[0,0],[0,0],[0,0],[0,2.002],[1.726,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.003,5.176],[-0.866,6.726],[-4.083,5.499],[-5.2,1.867],[-5.2,-6.726],[-2.942,-6.726],[-2.942,1.807],[-0.501,4.809],[2.942,2.881],[2.942,-6.726],[5.2,-6.726],[5.2,6.482],[3.052,6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[109.004,145.304],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 36\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":36,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.153,9.009],[-1.153,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.223,0.253],[-0.439,0],[-0.227,-0.252],[0,-0.366],[0.228,-0.244],[0.44,0],[0.224,0.244]],\"o\":[[0,-0.366],[0.224,-0.252],[0.44,0],[0.228,0.253],[0,0.367],[-0.227,0.244],[-0.439,0],[-0.223,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[98.885,142.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 37\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":37,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.416,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.451,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.204,3.802],[0.574,5.005],[2.599,4.517],[4.052,3.222],[5.431,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[89.072,145.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 38\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":38,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[68.509,145.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 39\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":39,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.387,6.311],[0.177,7.58],[3.315,5.652],[3.315,-0.415],[0.201,-2.283],[-2.387,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.361,-4.199],[3.315,-2.612],[3.315,-9.497],[5.573,-9.497],[5.573,9.253],[3.498,9.253],[3.387,7.837],[-0.385,9.497],[-4.127,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[53.769,142.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 40\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":40,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.387,6.311],[0.176,7.58],[3.314,5.652],[3.314,-0.415],[0.201,-2.283],[-2.387,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.572,2.539],[-4.132,-2.35],[-0.361,-4.199],[3.314,-2.612],[3.314,-9.497],[5.572,-9.497],[5.572,9.253],[3.497,9.253],[3.386,7.837],[-0.385,9.497],[-4.126,7.617],[-5.572,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[32.98,142.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 41\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":41,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.451,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.204,3.802],[0.574,5.005],[2.6,4.517],[4.053,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[19.492,145.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 42\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":42,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.943,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.945,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.99,3.101],[2.301,1.678],[-0.105,0.806],[-2.826,-0.073],[-4.316,-1.294],[-4.798,-2.979],[-3.425,-5.725],[0.085,-6.848],[3.728,-5.688],[5.126,-2.722],[2.856,-2.722],[2.068,-4.321],[0.085,-4.993],[-1.844,-4.456],[-2.54,-3.051],[-1.893,-1.819],[0.445,-1.026],[3.185,-0.122],[4.742,1.141],[5.249,2.942],[3.833,5.78],[0.158,6.848],[-2.65,6.287],[-4.56,4.718],[-5.249,2.538],[-2.991,2.538],[-2.082,4.339],[0.158,5.005],[2.215,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[6.022,145.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 43\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":43,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[293.467,110.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 44\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":44,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.153,9.009],[-1.153,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.223,0.253],[-0.439,0],[-0.227,-0.252],[0,-0.366],[0.228,-0.244],[0.44,0],[0.224,0.244]],\"o\":[[0,-0.366],[0.224,-0.252],[0.44,0],[0.228,0.253],[0,0.367],[-0.227,0.244],[-0.439,0],[-0.223,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[286.504,109.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 45\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":45,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.129,9.375],[-1.129,9.375],[-1.129,-9.375],[1.129,-9.375]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[280.163,109.411],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 46\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":46,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.124,-3.998],[-3.271,-1.209],[3.345,-1.209],[3.345,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.451,6.848],[-3.918,5.084],[-5.603,0.366],[-5.603,-0.05],[-4.852,-3.558],[-2.753,-5.975],[0.171,-6.848],[4.175,-5.151],[5.604,-0.294],[5.604,0.647],[-3.345,0.647],[-2.203,3.802],[0.574,5.005],[2.6,4.517],[4.053,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[270.375,112.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 47\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":47,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.611,-0.85],[-1.098,0],[-0.667,1.294],[0,0],[1.383,0],[0.618,-0.854]],\"o\":[[0,1.49],[0.609,0.85],[1.424,0],[0,0],[-0.691,-1.261],[-1.1,0],[-0.618,0.855]],\"v\":[[-3.308,-2.332],[-2.392,1.178],[0.171,2.453],[3.308,0.513],[3.308,-5.518],[0.196,-7.41],[-2.38,-6.128]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,2.149],[-0.953,1.217],[-1.57,0],[-0.903,-1.14],[0,0],[0,0],[0,0],[1.013,-0.986],[1.709,0],[0.911,0.407],[0.481,0.709],[0,0],[-1.399,0],[-0.614,0.619],[0,1.123],[0,0],[1.562,0],[0.956,1.246]],\"o\":[[0,-2.058],[0.951,-1.217],[1.612,0],[0,0],[0,0],[0,0],[0,1.709],[-1.013,0.984],[-0.951,0],[-0.911,-0.407],[0,0],[0.969,1.196],[1.099,0],[0.615,-0.618],[0,0],[-0.903,1.042],[-1.547,0],[-0.957,-1.244]],\"v\":[[-5.579,-2.588],[-4.15,-7.501],[-0.367,-9.326],[3.406,-7.617],[3.516,-9.082],[5.579,-9.082],[5.579,3.809],[4.059,7.85],[-0.025,9.326],[-2.82,8.716],[-4.908,7.043],[-3.736,5.689],[-0.183,7.482],[2.386,6.555],[3.308,3.943],[3.308,2.808],[-0.39,4.37],[-4.144,2.502]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[249.67,114.66],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 48\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":48,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.627,0],[-0.025,-3.15],[0,0],[0,0],[0,0],[0.428,0.457],[0.904,0],[0.553,-0.391],[0.31,-0.635],[0,0],[0,0],[0,0]],\"o\":[[0,0],[1.01,-1.269],[2.792,0],[0,0],[0,0],[0,0],[-0.008,-0.952],[-0.427,-0.455],[-0.733,0],[-0.554,0.39],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.057,-6.482],[-2.985,-4.822],[0.969,-6.726],[5.195,-2.002],[5.195,6.726],[2.936,6.726],[2.936,-2.014],[2.283,-4.127],[0.287,-4.81],[-1.641,-4.224],[-2.937,-2.685],[-2.937,6.726],[-5.195,6.726],[-5.195,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[235.779,112.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 49\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":49,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.104,9.009],[-1.154,9.009],[-1.154,-4.199],[1.104,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.44,0],[-0.228,-0.252],[0,-0.366],[0.227,-0.244],[0.439,0],[0.223,0.244]],\"o\":[[0,-0.366],[0.223,-0.252],[0.439,0],[0.227,0.253],[0,0.367],[-0.228,0.244],[-0.44,0],[-0.224,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[225.618,109.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 50\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":50,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.164,0],[-0.602,0.488],[-0.064,0.732],[0,0],[0.48,-0.684],[0.802,-0.407],[0.896,0],[1.062,1.201],[0,2.083],[0,0],[-0.471,1],[-0.882,0.553],[-1.204,0],[-0.982,-0.887],[-0.065,-1.416],[0,0],[0.581,0.549],[0.856,0],[0.631,-0.826],[0,-1.562],[0,0],[-0.627,-0.823]],\"o\":[[0.806,0],[0.602,-0.489],[0,0],[-0.041,0.757],[-0.481,0.683],[-0.802,0.408],[-1.799,0],[-1.062,-1.2],[0,0],[0,-1.286],[0.472,-1.002],[0.883,-0.554],[1.482,0],[0.98,0.887],[0,0],[-0.064,-0.855],[-0.582,-0.55],[-1.146,0],[-0.631,0.826],[0,0],[0,1.521],[0.627,0.822]],\"v\":[[0.318,5.005],[2.43,4.273],[3.43,2.441],[5.566,2.441],[4.785,4.603],[2.862,6.238],[0.318,6.848],[-3.974,5.048],[-5.566,0.122],[-5.566,-0.257],[-4.859,-3.686],[-2.827,-6.017],[0.305,-6.848],[3.999,-5.517],[5.566,-2.063],[3.43,-2.063],[2.46,-4.168],[0.305,-4.993],[-2.363,-3.754],[-3.309,-0.171],[-3.309,0.257],[-2.368,3.772]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[215.913,112.181],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 51\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":51,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.943,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.945,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.99,3.101],[2.301,1.678],[-0.105,0.806],[-2.826,-0.073],[-4.316,-1.294],[-4.798,-2.979],[-3.425,-5.725],[0.085,-6.848],[3.728,-5.688],[5.126,-2.722],[2.856,-2.722],[2.068,-4.321],[0.085,-4.993],[-1.844,-4.456],[-2.54,-3.051],[-1.893,-1.819],[0.445,-1.026],[3.185,-0.122],[4.742,1.141],[5.249,2.942],[3.833,5.78],[0.158,6.848],[-2.65,6.287],[-4.56,4.718],[-5.249,2.538],[-2.991,2.538],[-2.082,4.339],[0.158,5.005],[2.215,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[202.493,112.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 52\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":52,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.104,9.009],[-1.154,9.009],[-1.154,-4.199],[1.104,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.44,0],[-0.228,-0.252],[0,-0.366],[0.227,-0.244],[0.439,0],[0.223,0.244]],\"o\":[[0,-0.366],[0.223,-0.252],[0.439,0],[0.227,0.253],[0,0.367],[-0.228,0.244],[-0.44,0],[-0.224,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[192.825,109.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 53\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":53,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,1.692],[0.635,0.862],[1.107,0],[0.684,-1.213],[0,0],[-1.393,0],[-0.639,0.859]],\"o\":[[0,-1.489],[-0.635,-0.864],[-1.368,0],[0,0],[0.676,1.204],[1.082,0],[0.639,-0.858]],\"v\":[[3.32,-2.527],[2.368,-6.054],[-0.245,-7.349],[-3.322,-5.53],[-3.322,0.782],[-0.219,2.588],[2.362,1.3]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.92,-1.229],[1.57,0],[0.92,1.017],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.635,0],[-0.924,-1.198],[0,-2.132]],\"o\":[[0,2.011],[-0.919,1.229],[-1.604,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.92,-1.14],[1.587,0],[0.924,1.195],[0,0]],\"v\":[[5.578,-2.271],[4.199,2.588],[0.465,4.431],[-3.322,2.905],[-3.322,9.265],[-5.578,9.265],[-5.578,-9.021],[-3.517,-9.021],[-3.406,-7.556],[0.427,-9.265],[4.193,-7.47],[5.578,-2.478]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[182.779,114.599],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 54\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":54,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.104,9.009],[-1.154,9.009],[-1.154,-4.199],[1.104,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.439,0],[-0.228,-0.252],[0,-0.366],[0.228,-0.244],[0.439,0],[0.224,0.244]],\"o\":[[0,-0.366],[0.224,-0.252],[0.439,0],[0.228,0.253],[0,0.367],[-0.228,0.244],[-0.439,0],[-0.224,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[172.233,109.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 55\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":55,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.658,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.675,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.386,6.311],[0.177,7.58],[3.314,5.652],[3.314,-0.415],[0.202,-2.283],[-2.386,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.961,1.233],[-1.555,0],[-0.902,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.96,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.904,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.131,-2.35],[-0.36,-4.199],[3.314,-2.612],[3.314,-9.497],[5.573,-9.497],[5.573,9.253],[3.498,9.253],[3.388,7.837],[-0.384,9.497],[-4.126,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[161.558,109.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 56\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":56,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.74,0],[-0.635,0.366],[-0.286,0.586],[0,0],[0,0],[0,-1.619],[-0.472,-0.398]],\"o\":[[0.709,0],[0.634,-0.366],[0,0],[0,0],[-2.767,0],[0,0.708],[0.471,0.399]],\"v\":[[-0.665,4.882],[1.35,4.333],[2.729,2.905],[2.729,0.194],[0.958,0.194],[-3.191,2.624],[-2.484,4.284]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.081,0.667],[1.457,0],[0.834,0.737],[0,1.13],[-1.046,0.761],[-1.896,0],[0,0],[0,0],[0.472,0.469],[0.92,0],[0.545,-0.407],[0,-0.578],[0,0],[-0.468,0.614],[-0.802,0.358],[-0.96,0],[-0.863,-0.761],[-0.032,-1.335],[0,0],[-0.309,-0.715],[0,0]],\"o\":[[-0.13,-0.261],[-1.05,1.091],[-1.302,0],[-0.835,-0.736],[0,-1.375],[1.045,-0.76],[0,0],[0,0],[0,-0.789],[-0.472,-0.468],[-0.806,0],[-0.545,0.406],[0,0],[0,-0.659],[0.467,-0.615],[0.802,-0.359],[1.523,0],[0.862,0.761],[0,0],[0,1.213],[0,0],[0,0]],\"v\":[[3.082,6.604],[2.766,5.212],[-0.995,6.848],[-4.199,5.743],[-5.451,2.942],[-3.882,-0.263],[0.531,-1.404],[2.729,-1.404],[2.729,-2.442],[2.02,-4.328],[-0.066,-5.03],[-2.094,-4.419],[-2.911,-2.942],[-5.182,-2.942],[-4.48,-4.852],[-2.576,-6.311],[0.066,-6.848],[3.645,-5.707],[4.986,-2.563],[4.986,3.515],[5.451,6.408],[5.451,6.604]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[147.758,112.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 57\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":57,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.398,0],[0.529,-1.262],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.358,0],[-0.229,-0.114]],\"o\":[[-0.342,-0.057],[-1.482,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.74,-1.18],[0.439,0],[0,0]],\"v\":[[3.193,-4.456],[2.081,-4.54],[-0.935,-2.648],[-0.935,6.727],[-3.193,6.727],[-3.193,-6.481],[-0.995,-6.481],[-0.958,-4.956],[2.19,-6.727],[3.193,-6.555]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[130.73,112.059],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 58\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":58,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.7,0],[0.736,0.818],[0.008,1.604],[0,0],[0,0],[0,0],[-1.627,0],[-0.57,1.285],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.879,1.033],[-1.408,0],[-0.737,-0.818],[0,0],[0,0],[0,0],[0,2.002],[1.726,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.003,5.176],[-0.866,6.726],[-4.083,5.499],[-5.2,1.867],[-5.2,-6.726],[-2.942,-6.726],[-2.942,1.807],[-0.501,4.809],[2.942,2.881],[2.942,-6.726],[5.2,-6.726],[5.2,6.482],[3.052,6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[118.658,112.304],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 59\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":59,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[107.086,110.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 60\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":60,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.416,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.451,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.204,3.802],[0.574,5.005],[2.599,4.517],[4.052,3.222],[5.431,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[96.626,112.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 61\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":61,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[85.176,110.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 62\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":62,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.164,0],[-0.602,0.488],[-0.064,0.732],[0,0],[0.48,-0.684],[0.802,-0.407],[0.896,0],[1.062,1.201],[0,2.083],[0,0],[-0.471,1],[-0.882,0.553],[-1.204,0],[-0.982,-0.887],[-0.065,-1.416],[0,0],[0.581,0.549],[0.856,0],[0.631,-0.826],[0,-1.562],[0,0],[-0.627,-0.823]],\"o\":[[0.806,0],[0.602,-0.489],[0,0],[-0.041,0.757],[-0.481,0.683],[-0.802,0.408],[-1.799,0],[-1.062,-1.2],[0,0],[0,-1.286],[0.472,-1.002],[0.883,-0.554],[1.482,0],[0.98,0.887],[0,0],[-0.064,-0.855],[-0.582,-0.55],[-1.146,0],[-0.631,0.826],[0,0],[0,1.521],[0.627,0.822]],\"v\":[[0.318,5.005],[2.43,4.273],[3.43,2.441],[5.566,2.441],[4.785,4.603],[2.863,6.238],[0.318,6.848],[-3.973,5.048],[-5.566,0.122],[-5.566,-0.257],[-4.859,-3.686],[-2.827,-6.017],[0.305,-6.848],[3.999,-5.517],[5.566,-2.063],[3.43,-2.063],[2.46,-4.168],[0.305,-4.993],[-2.363,-3.754],[-3.309,-0.171],[-3.309,0.257],[-2.368,3.772]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[74.825,112.181],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 63\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":63,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.345,-1.209],[3.345,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.213,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.554,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.791,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.798,0],[0.552,-0.326],[0,0],[-1.108,1.701]],\"v\":[[0.452,6.848],[-3.92,5.084],[-5.603,0.366],[-5.603,-0.05],[-4.853,-3.558],[-2.753,-5.975],[0.171,-6.848],[4.175,-5.151],[5.603,-0.294],[5.603,0.647],[-3.346,0.647],[-2.204,3.802],[0.573,5.005],[2.601,4.517],[4.053,3.222],[5.433,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[61.379,112.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 64\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":64,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.944,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.944,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.991,3.101],[2.302,1.678],[-0.104,0.806],[-2.825,-0.073],[-4.315,-1.294],[-4.797,-2.979],[-3.424,-5.725],[0.086,-6.848],[3.729,-5.688],[5.128,-2.722],[2.856,-2.722],[2.069,-4.321],[0.086,-4.993],[-1.843,-4.456],[-2.538,-3.051],[-1.892,-1.819],[0.446,-1.026],[3.186,-0.122],[4.743,1.141],[5.249,2.942],[3.833,5.78],[0.159,6.848],[-2.649,6.287],[-4.559,4.718],[-5.249,2.538],[-2.99,2.538],[-2.081,4.339],[0.159,5.005],[2.216,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[47.908,112.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 65\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":65,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.627,0],[-0.025,-3.15],[0,0],[0,0],[0,0],[0.428,0.457],[0.904,0],[0.553,-0.391],[0.31,-0.635],[0,0],[0,0],[0,0]],\"o\":[[0,0],[1.01,-1.269],[2.792,0],[0,0],[0,0],[0,0],[-0.008,-0.952],[-0.427,-0.455],[-0.733,0],[-0.554,0.39],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.057,-6.482],[-2.986,-4.822],[0.969,-6.726],[5.195,-2.002],[5.195,6.726],[2.936,6.726],[2.936,-2.014],[2.283,-4.127],[0.286,-4.81],[-1.642,-4.224],[-2.937,-2.685],[-2.937,6.726],[-5.195,6.726],[-5.195,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[34.359,112.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 66\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":66,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[20.071,112.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 67\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":67,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.164,0],[-0.602,0.488],[-0.064,0.732],[0,0],[0.48,-0.684],[0.802,-0.407],[0.896,0],[1.062,1.201],[0,2.083],[0,0],[-0.471,1],[-0.882,0.553],[-1.204,0],[-0.982,-0.887],[-0.065,-1.416],[0,0],[0.581,0.549],[0.856,0],[0.631,-0.826],[0,-1.562],[0,0],[-0.627,-0.823]],\"o\":[[0.806,0],[0.602,-0.489],[0,0],[-0.041,0.757],[-0.481,0.683],[-0.802,0.408],[-1.799,0],[-1.062,-1.2],[0,0],[0,-1.286],[0.472,-1.002],[0.883,-0.554],[1.482,0],[0.98,0.887],[0,0],[-0.064,-0.855],[-0.582,-0.55],[-1.146,0],[-0.631,0.826],[0,0],[0,1.521],[0.627,0.822]],\"v\":[[0.318,5.005],[2.43,4.273],[3.43,2.441],[5.566,2.441],[4.786,4.603],[2.863,6.238],[0.318,6.848],[-3.973,5.048],[-5.566,0.122],[-5.566,-0.257],[-4.859,-3.686],[-2.827,-6.017],[0.305,-6.848],[3.999,-5.517],[5.566,-2.063],[3.43,-2.063],[2.461,-4.168],[0.305,-4.993],[-2.363,-3.754],[-3.309,-0.171],[-3.309,0.257],[-2.368,3.772]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[6.302,112.181],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 68\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":68,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[307.112,77.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 69\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":69,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.124,-3.998],[-3.271,-1.209],[3.345,-1.209],[3.345,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.451,6.848],[-3.918,5.084],[-5.603,0.366],[-5.603,-0.05],[-4.852,-3.558],[-2.753,-5.975],[0.171,-6.848],[4.175,-5.151],[5.604,-0.294],[5.604,0.647],[-3.345,0.647],[-2.203,3.802],[0.574,5.005],[2.6,4.517],[4.053,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[296.652,79.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 70\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":70,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.643,0],[-0.667,-1.416],[-0.704,0.39],[-0.96,0],[-0.049,-3.067],[0,0],[0,0],[0,0],[0.431,0.469],[1.017,0],[0.554,-0.5],[0.09,-0.846],[0,0],[0,0],[0,0],[1.881,0],[0.545,-1.261],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.967,-1.14],[1.848,0],[0.439,-0.635],[0.703,-0.391],[2.897,0],[0,0],[0,0],[0,0],[0,-0.944],[-0.432,-0.468],[-0.838,0],[-0.553,0.501],[0,0],[0,0],[0,0],[0,-1.92],[-1.48,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.123,-6.482],[-7.061,-5.017],[-3.144,-6.726],[0.628,-4.602],[2.344,-6.14],[4.84,-6.726],[9.259,-2.125],[9.259,6.726],[7.001,6.726],[7.001,-1.99],[6.354,-4.108],[4.181,-4.81],[2.093,-4.059],[1.129,-2.039],[1.129,6.726],[-1.142,6.726],[-1.142,-1.929],[-3.962,-4.81],[-7.001,-2.918],[-7.001,6.726],[-9.259,6.726],[-9.259,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[278.709,79.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 71\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":71,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.74,0],[-0.635,0.366],[-0.286,0.586],[0,0],[0,0],[0,-1.619],[-0.472,-0.398]],\"o\":[[0.709,0],[0.634,-0.366],[0,0],[0,0],[-2.767,0],[0,0.708],[0.471,0.399]],\"v\":[[-0.665,4.882],[1.349,4.333],[2.729,2.905],[2.729,0.194],[0.958,0.194],[-3.191,2.624],[-2.484,4.284]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.081,0.667],[1.457,0],[0.834,0.737],[0,1.13],[-1.046,0.761],[-1.896,0],[0,0],[0,0],[0.472,0.469],[0.92,0],[0.545,-0.407],[0,-0.578],[0,0],[-0.468,0.614],[-0.802,0.358],[-0.96,0],[-0.863,-0.761],[-0.032,-1.335],[0,0],[-0.309,-0.715],[0,0]],\"o\":[[-0.13,-0.261],[-1.05,1.091],[-1.302,0],[-0.835,-0.736],[0,-1.375],[1.045,-0.76],[0,0],[0,0],[0,-0.789],[-0.472,-0.468],[-0.806,0],[-0.545,0.406],[0,0],[0,-0.659],[0.467,-0.615],[0.802,-0.359],[1.523,0],[0.862,0.761],[0,0],[0,1.213],[0,0],[0,0]],\"v\":[[3.082,6.604],[2.766,5.212],[-0.995,6.848],[-4.199,5.743],[-5.451,2.942],[-3.882,-0.263],[0.531,-1.404],[2.729,-1.404],[2.729,-2.442],[2.02,-4.328],[-0.066,-5.03],[-2.094,-4.419],[-2.911,-2.942],[-5.182,-2.942],[-4.48,-4.852],[-2.576,-6.311],[0.066,-6.848],[3.645,-5.707],[4.986,-2.563],[4.986,3.515],[5.451,6.408],[5.451,6.604]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[260.684,79.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 72\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":72,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[242.752,77.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 73\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":73,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.153,9.009],[-1.153,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.44,0],[-0.228,-0.252],[0,-0.366],[0.227,-0.244],[0.439,0],[0.223,0.244]],\"o\":[[0,-0.366],[0.223,-0.252],[0.439,0],[0.227,0.253],[0,0.367],[-0.228,0.244],[-0.44,0],[-0.224,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[235.789,76.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 74\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":74,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.943,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.945,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.99,3.101],[2.301,1.678],[-0.105,0.806],[-2.826,-0.073],[-4.316,-1.294],[-4.798,-2.979],[-3.425,-5.725],[0.085,-6.848],[3.728,-5.688],[5.126,-2.722],[2.856,-2.722],[2.068,-4.321],[0.085,-4.993],[-1.844,-4.456],[-2.54,-3.051],[-1.893,-1.819],[0.445,-1.026],[3.185,-0.122],[4.742,1.141],[5.249,2.942],[3.833,5.78],[0.158,6.848],[-2.65,6.287],[-4.56,4.718],[-5.249,2.538],[-2.991,2.538],[-2.082,4.339],[0.158,5.005],[2.215,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[226,79.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 75\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":75,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.398,0],[0.529,-1.262],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.358,0],[-0.229,-0.114]],\"o\":[[-0.342,-0.057],[-1.482,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.74,-1.18],[0.439,0],[0,0]],\"v\":[[3.193,-4.456],[2.081,-4.54],[-0.935,-2.648],[-0.935,6.727],[-3.193,6.727],[-3.193,-6.481],[-0.996,-6.481],[-0.958,-4.956],[2.19,-6.727],[3.193,-6.555]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[209.344,79.059],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 76\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":76,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[197.058,79.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 77\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":77,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.129,9.375],[-1.129,9.375],[-1.129,-9.375],[1.129,-9.375]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[186.652,76.411],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 78\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":78,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[176.233,79.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 79\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":79,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.387,6.311],[0.177,7.58],[3.315,5.652],[3.315,-0.415],[0.202,-2.283],[-2.387,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.572,2.539],[-4.132,-2.35],[-0.361,-4.199],[3.315,-2.612],[3.315,-9.497],[5.573,-9.497],[5.573,9.253],[3.497,9.253],[3.387,7.837],[-0.384,9.497],[-4.126,7.617],[-5.572,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[161.493,76.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 80\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":80,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.643,0],[-0.667,-1.416],[-0.704,0.39],[-0.96,0],[-0.049,-3.067],[0,0],[0,0],[0,0],[0.431,0.469],[1.017,0],[0.554,-0.5],[0.09,-0.846],[0,0],[0,0],[0,0],[1.881,0],[0.545,-1.261],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.967,-1.14],[1.848,0],[0.439,-0.635],[0.703,-0.391],[2.897,0],[0,0],[0,0],[0,0],[0,-0.944],[-0.432,-0.468],[-0.838,0],[-0.553,0.501],[0,0],[0,0],[0,0],[0,-1.92],[-1.48,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.123,-6.482],[-7.061,-5.017],[-3.144,-6.726],[0.628,-4.602],[2.344,-6.14],[4.84,-6.726],[9.259,-2.125],[9.259,6.726],[7.001,6.726],[7.001,-1.99],[6.354,-4.108],[4.181,-4.81],[2.093,-4.059],[1.129,-2.039],[1.129,6.726],[-1.142,6.726],[-1.142,-1.929],[-3.962,-4.81],[-7.001,-2.918],[-7.001,6.726],[-9.259,6.726],[-9.259,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[137.115,79.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 81\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":81,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.7,0],[0.736,0.818],[0.008,1.604],[0,0],[0,0],[0,0],[-1.627,0],[-0.57,1.285],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.879,1.033],[-1.408,0],[-0.737,-0.818],[0,0],[0,0],[0,0],[0,2.002],[1.726,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.003,5.176],[-0.866,6.726],[-4.083,5.499],[-5.2,1.867],[-5.2,-6.726],[-2.942,-6.726],[-2.942,1.807],[-0.501,4.809],[2.942,2.881],[2.942,-6.726],[5.2,-6.726],[5.2,6.482],[3.052,6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[118.988,79.304],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 82\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":82,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.943,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.945,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.99,3.101],[2.301,1.678],[-0.105,0.806],[-2.826,-0.073],[-4.316,-1.294],[-4.798,-2.979],[-3.425,-5.725],[0.085,-6.848],[3.728,-5.688],[5.126,-2.722],[2.856,-2.722],[2.068,-4.321],[0.085,-4.993],[-1.844,-4.456],[-2.54,-3.051],[-1.893,-1.819],[0.445,-1.026],[3.185,-0.122],[4.742,1.141],[5.249,2.942],[3.833,5.78],[0.158,6.848],[-2.65,6.287],[-4.56,4.718],[-5.249,2.538],[-2.991,2.538],[-2.082,4.339],[0.158,5.005],[2.215,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[105.397,79.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 83\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":83,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,1.692],[0.635,0.862],[1.107,0],[0.684,-1.213],[0,0],[-1.393,0],[-0.639,0.859]],\"o\":[[0,-1.489],[-0.635,-0.864],[-1.368,0],[0,0],[0.676,1.204],[1.082,0],[0.639,-0.858]],\"v\":[[3.32,-2.527],[2.369,-6.054],[-0.245,-7.349],[-3.322,-5.53],[-3.322,0.782],[-0.219,2.588],[2.362,1.3]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.92,-1.229],[1.57,0],[0.92,1.017],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.635,0],[-0.924,-1.198],[0,-2.132]],\"o\":[[0,2.011],[-0.919,1.229],[-1.604,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.92,-1.14],[1.587,0],[0.924,1.195],[0,0]],\"v\":[[5.579,-2.271],[4.199,2.588],[0.465,4.431],[-3.322,2.905],[-3.322,9.265],[-5.579,9.265],[-5.579,-9.021],[-3.517,-9.021],[-3.407,-7.556],[0.427,-9.265],[4.193,-7.47],[5.579,-2.478]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[92,81.599],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 84\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":84,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.154,9.009],[-1.154,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.44,0],[-0.228,-0.252],[0,-0.366],[0.227,-0.244],[0.439,0],[0.223,0.244]],\"o\":[[0,-0.366],[0.223,-0.252],[0.439,0],[0.227,0.253],[0,0.367],[-0.228,0.244],[-0.44,0],[-0.224,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.996,-8.631],[1.337,-7.703],[0.996,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[81.453,76.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 85\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":85,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.643,0],[-0.667,-1.416],[-0.704,0.39],[-0.96,0],[-0.049,-3.067],[0,0],[0,0],[0,0],[0.431,0.469],[1.017,0],[0.554,-0.5],[0.09,-0.846],[0,0],[0,0],[0,0],[1.881,0],[0.545,-1.261],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.967,-1.14],[1.848,0],[0.439,-0.635],[0.703,-0.391],[2.897,0],[0,0],[0,0],[0,0],[0,-0.944],[-0.432,-0.468],[-0.838,0],[-0.553,0.501],[0,0],[0,0],[0,0],[0,-1.92],[-1.48,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.123,-6.482],[-7.061,-5.017],[-3.144,-6.726],[0.628,-4.602],[2.344,-6.14],[4.84,-6.726],[9.259,-2.125],[9.259,6.726],[7.001,6.726],[7.001,-1.99],[6.354,-4.108],[4.181,-4.81],[2.093,-4.059],[1.129,-2.039],[1.129,6.726],[-1.142,6.726],[-1.142,-1.929],[-3.962,-4.81],[-7.001,-2.918],[-7.001,6.726],[-9.259,6.726],[-9.259,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[60.75,79.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 86\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":86,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.416,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.451,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.204,3.802],[0.574,5.005],[2.599,4.517],[4.052,3.222],[5.431,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[43.039,79.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 87\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":87,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.398,0],[0.528,-1.262],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.359,0],[-0.228,-0.114]],\"o\":[[-0.342,-0.057],[-1.482,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.741,-1.18],[0.439,0],[0,0]],\"v\":[[3.192,-4.456],[2.082,-4.54],[-0.933,-2.648],[-0.933,6.727],[-3.192,6.727],[-3.192,-6.481],[-0.995,-6.481],[-0.958,-4.956],[2.192,-6.727],[3.192,-6.555]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[32.723,79.059],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 88\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":88,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.741,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.753,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.716,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.11,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.112,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.345,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[20.437,79.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 89\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":89,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.033,6.969],[5.389,6.969],[5.389,8.887],[-5.389,8.887],[-5.389,-8.887],[-3.033,-8.887]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[7.065,76.899],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 90\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":90,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.616,-1.616],[0,-2.268],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.412,0.411],[0.581,0],[0.411,-0.411],[0,-0.582],[0,0],[-0.412,-0.411],[-0.568,0],[-0.411,0.411],[0,0.583],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.603,-1.603],[2.254,0],[1.574,1.602],[0,2.255],[0,0],[-1.603,1.589],[-2.27,0]],\"o\":[[1.603,1.589],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.582],[-0.397,-0.411],[-0.582,0],[-0.412,0.411],[0,0],[0,0.583],[0.424,0.411],[0.566,0],[0.412,-0.411],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,2.255],[-1.603,1.602],[-2.283,0],[-1.603,-1.603],[0,0],[0,-2.269],[1.588,-1.616],[2.24,0]],\"v\":[[5.786,-16.06],[8.189,-10.274],[8.189,-9.422],[8.189,-8.083],[6.849,-8.083],[3.425,-8.083],[2.085,-8.083],[2.085,-9.422],[2.085,-10.274],[1.468,-11.762],[0.001,-12.38],[-1.488,-11.762],[-2.106,-10.274],[-2.106,10.294],[-1.488,11.785],[0.001,12.401],[1.468,11.785],[2.085,10.294],[2.085,9.444],[2.085,8.104],[3.425,8.104],[6.849,8.104],[8.189,8.104],[8.189,9.444],[8.189,10.294],[5.786,16.082],[0.001,18.484],[-5.785,16.082],[-8.189,10.294],[-8.189,-10.274],[-5.785,-16.06],[0.001,-18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[272.858,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 91\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":91,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.723,-18.485],[3.042,-18.485],[3.042,-17.144],[3.042,17.144],[3.042,18.485],[1.723,18.485],[-1.722,18.485],[-3.042,18.485],[-3.042,17.144],[-3.042,-17.144],[-3.042,-18.485],[-1.722,-18.485]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[258.329,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 92\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":92,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[6.169,-18.485],[7.509,-18.485],[7.509,-17.144],[7.509,-13.72],[7.509,-12.381],[6.169,-12.381],[-1.425,-12.381],[-1.425,-3.043],[2.744,-3.043],[4.084,-3.043],[4.084,-1.701],[4.084,1.722],[4.084,3.041],[2.744,3.041],[-1.425,3.041],[-1.425,17.144],[-1.425,18.485],[-2.744,18.485],[-6.189,18.485],[-7.509,18.485],[-7.509,17.144],[-7.509,-17.144],[-7.509,-18.485],[-6.189,-18.485]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[245.225,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 93\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":93,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[6.169,-18.485],[7.509,-18.485],[7.509,-17.144],[7.509,-13.72],[7.509,-12.381],[6.169,-12.381],[-1.425,-12.381],[-1.425,-3.043],[2.744,-3.043],[4.084,-3.043],[4.084,-1.701],[4.084,1.722],[4.084,3.041],[2.744,3.041],[-1.425,3.041],[-1.425,17.144],[-1.425,18.485],[-2.744,18.485],[-6.189,18.485],[-7.509,18.485],[-7.509,17.144],[-7.509,-17.144],[-7.509,-18.485],[-6.189,-18.485]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[227.845,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 94\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":94,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.011,-10.699],[-2.074,6.913],[2.074,6.913]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.367,-1.916],[0,0],[0,0],[0,0],[0,0],[0,0],[0.375,1.908]],\"o\":[[-0.376,1.908],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.367,-1.917],[0,0]],\"v\":[[-2.967,12.741],[-4.095,18.463],[-10.348,18.463],[-3.989,-18.506],[3.988,-18.506],[10.348,18.506],[4.094,18.506],[2.968,12.741]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[207.838,18.756],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 95\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":95,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.582,0.581],[0,0.809],[0,0],[0.581,0.567],[0.809,0],[0,0]],\"o\":[[0,0],[0.809,0],[0.581,-0.582],[0,0],[0,-0.823],[-0.582,-0.581],[0,0],[0,0]],\"v\":[[-2.275,-0.936],[-1.043,-0.936],[1.043,-1.807],[1.914,-3.892],[1.914,-9.422],[1.043,-11.507],[-1.043,-12.38],[-2.275,-12.38]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.773,-1.772],[0,-2.496],[0,0],[1.532,-1.701],[0,-2.283],[0,0],[-0.425,-0.78],[0,0],[0.057,0.624],[0.013,0.595],[0,0],[0.582,0.567],[0.808,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.496,0],[1.772,1.773],[0,0],[0,2.298],[1.532,1.716],[0,0],[-0.057,1.489],[0,0],[-0.255,-0.426],[-0.057,-0.624],[0,0],[0,-0.822],[-0.582,-0.581],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.04,18.484],[-8.359,18.484],[-8.359,17.145],[-8.359,0.383],[-8.359,-7.318],[-8.359,-17.145],[-8.359,-18.484],[-7.04,-18.484],[-3.594,-18.484],[-1.254,-18.484],[5.147,-15.825],[7.806,-9.422],[7.806,-3.892],[5.297,2.105],[7.806,8.104],[7.806,15.082],[8.359,18.484],[2.276,18.484],[1.809,16.911],[1.703,15.082],[1.703,8.104],[0.829,6.02],[-1.254,5.147],[-2.275,5.147],[-2.275,17.145],[-2.275,18.484],[-3.594,18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[187.64,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 96\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":96,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-6.848,-12.38],[-8.189,-12.38],[-8.189,-13.72],[-8.189,-17.145],[-8.189,-18.484],[-6.848,-18.484],[-1.702,-18.484],[1.723,-18.484],[6.871,-18.484],[8.189,-18.484],[8.189,-17.145],[8.189,-13.72],[8.189,-12.38],[6.871,-12.38],[3.063,-12.38],[3.063,17.144],[3.063,18.484],[1.723,18.484],[-1.702,18.484],[-3.042,18.484],[-3.042,17.144],[-3.042,-12.38]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[168.729,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 97\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":97,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[-0.412,0.411],[0,0.582],[0,0],[0.411,0.411],[0.581,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0.568,0],[0.411,-0.411],[0,0],[0,-0.582],[-0.397,-0.411],[0,0]],\"v\":[[-2.318,-12.38],[-2.318,-10.274],[-2.318,10.295],[-2.318,12.401],[0.213,12.401],[1.681,11.784],[2.297,10.295],[2.297,-10.274],[1.681,-11.763],[0.213,-12.38]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.616,-1.616],[0,-2.269],[0,0],[1.603,-1.603],[2.255,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[1.603,1.589],[0,0],[0,2.255],[-1.602,1.602],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.24,0]],\"v\":[[5.998,-16.06],[8.402,-10.274],[8.402,10.295],[5.998,16.081],[0.213,18.484],[-7.083,18.484],[-8.402,18.484],[-8.402,17.144],[-8.402,10.295],[-8.402,-10.274],[-8.402,-17.145],[-8.402,-18.484],[-7.083,-18.484],[0.213,-18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[138.947,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 98\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":98,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.945,-18.485],[7.285,-18.485],[7.285,-17.144],[7.285,-13.72],[7.285,-12.381],[5.945,-12.381],[-1.201,-12.381],[-1.201,-3.043],[2.52,-3.043],[3.84,-3.043],[3.84,-1.701],[3.84,1.722],[3.84,3.041],[2.52,3.041],[-1.201,3.041],[-1.201,12.402],[5.945,12.402],[7.285,12.402],[7.285,13.72],[7.285,17.144],[7.285,18.485],[5.945,18.485],[-5.966,18.485],[-7.285,18.485],[-7.285,17.144],[-7.285,-17.144],[-7.285,-18.485],[-5.966,-18.485]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[120.281,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 99\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":99,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-6.848,-12.38],[-8.189,-12.38],[-8.189,-13.72],[-8.189,-17.145],[-8.189,-18.484],[-6.848,-18.484],[-1.702,-18.484],[1.723,-18.484],[6.871,-18.484],[8.189,-18.484],[8.189,-17.145],[8.189,-13.72],[8.189,-12.38],[6.871,-12.38],[3.063,-12.38],[3.063,17.144],[3.063,18.484],[1.723,18.484],[-1.702,18.484],[-3.042,18.484],[-3.042,17.144],[-3.042,-12.38]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[102.443,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 100\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":100,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.945,-18.485],[7.285,-18.485],[7.285,-17.144],[7.285,-13.72],[7.285,-12.381],[5.945,-12.381],[-1.201,-12.381],[-1.201,-3.043],[2.52,-3.043],[3.84,-3.043],[3.84,-1.701],[3.84,1.722],[3.84,3.041],[2.52,3.041],[-1.201,3.041],[-1.201,12.402],[5.945,12.402],[7.285,12.402],[7.285,13.72],[7.285,17.144],[7.285,18.485],[5.945,18.485],[-5.966,18.485],[-7.285,18.485],[-7.285,17.144],[-7.285,-17.144],[-7.285,-18.485],[-5.966,-18.485]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[85.075,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 101\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":101,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-4.477,0],[-1.616,-1.616],[0,-2.255],[0,0],[0,0],[0,0],[1.136,0],[0,-1.153],[0,0],[-1.139,0],[0,1.143],[0,0],[0,0],[0,0],[0,0],[0,0],[4.472,0],[1.574,1.603],[0,2.255],[0,0]],\"o\":[[2.24,0],[1.603,1.602],[0,0],[0,0],[0,0],[0,-1.143],[-1.154,0],[0,0],[0,1.154],[1.104,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,4.457],[-2.283,0],[-1.603,-1.602],[0,0],[0,-4.484]],\"v\":[[0.001,-18.485],[5.786,-16.06],[8.189,-10.273],[8.189,-7.956],[2.298,-7.956],[2.298,-10.273],[0.001,-12.381],[-2.105,-10.273],[-2.105,10.294],[0.001,12.402],[2.511,10.294],[2.511,4.127],[-0.532,4.127],[-0.532,-1.532],[8.189,-1.532],[8.189,10.294],[0.001,18.485],[-5.786,16.081],[-8.189,10.294],[-8.189,-10.273]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[66.493,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 102\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":102,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.582,0.581],[0,0.809],[0,0],[0.581,0.567],[0.809,0],[0,0]],\"o\":[[0,0],[0.809,0],[0.581,-0.582],[0,0],[0,-0.823],[-0.582,-0.581],[0,0],[0,0]],\"v\":[[-2.275,-0.936],[-1.043,-0.936],[1.043,-1.807],[1.915,-3.892],[1.915,-9.422],[1.043,-11.507],[-1.043,-12.38],[-2.275,-12.38]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.773,-1.772],[0,-2.496],[0,0],[1.532,-1.701],[0,-2.283],[0,0],[-0.425,-0.78],[0,0],[0.057,0.624],[0.013,0.595],[0,0],[0.582,0.567],[0.808,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.496,0],[1.772,1.773],[0,0],[0,2.298],[1.532,1.716],[0,0],[-0.057,1.489],[0,0],[-0.255,-0.426],[-0.057,-0.624],[0,0],[0,-0.822],[-0.582,-0.581],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.041,18.484],[-8.36,18.484],[-8.36,17.145],[-8.36,0.383],[-8.36,-7.318],[-8.36,-17.145],[-8.36,-18.484],[-7.041,-18.484],[-3.594,-18.484],[-1.255,-18.484],[5.148,-15.825],[7.807,-9.422],[7.807,-3.892],[5.297,2.105],[7.807,8.104],[7.807,15.082],[8.36,18.484],[2.277,18.484],[1.809,16.911],[1.703,15.082],[1.703,8.104],[0.83,6.02],[-1.255,5.147],[-2.275,5.147],[-2.275,17.145],[-2.275,18.484],[-3.594,18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[47.496,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 103\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":103,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.011,-10.699],[-2.074,6.913],[2.074,6.913]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.367,-1.916],[0,0],[0,0],[0,0],[0,0],[0,0],[0.375,1.908]],\"o\":[[-0.376,1.908],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.367,-1.917],[0,0]],\"v\":[[-2.967,12.741],[-4.095,18.463],[-10.348,18.463],[-3.989,-18.506],[3.988,-18.506],[10.348,18.506],[4.094,18.506],[2.968,12.741]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[26.638,18.756],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 104\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":104,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-6.848,-12.38],[-8.189,-12.38],[-8.189,-13.72],[-8.189,-17.145],[-8.189,-18.484],[-6.848,-18.484],[-1.702,-18.484],[1.724,-18.484],[6.872,-18.484],[8.189,-18.484],[8.189,-17.145],[8.189,-13.72],[8.189,-12.38],[6.872,-12.38],[3.063,-12.38],[3.063,17.144],[3.063,18.484],[1.724,18.484],[-1.702,18.484],[-3.042,18.484],[-3.042,17.144],[-3.042,-12.38]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[8.439,18.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 105\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":105,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.375],[-0.232,0.261],[-0.464,0],[-0.24,-0.259],[0,-0.391],[0.241,-0.252],[0.463,0],[0.232,0.252]],\"o\":[[0,-0.391],[0.232,-0.259],[0.463,0],[0.241,0.261],[0,0.375],[-0.24,0.252],[-0.464,0],[-0.232,-0.252]],\"v\":[[-1.404,0.024],[-1.056,-0.953],[-0.012,-1.343],[1.043,-0.953],[1.404,0.024],[1.043,0.964],[-0.012,1.342],[-1.056,0.964]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1309.376,1012.576],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 106\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":106,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.45,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.203,3.802],[0.573,5.005],[2.599,4.517],[4.052,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1299.458,1007.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 107\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":107,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.398,0],[0.529,-1.262],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.358,0],[-0.229,-0.114]],\"o\":[[-0.342,-0.057],[-1.482,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.74,-1.18],[0.439,0],[0,0]],\"v\":[[3.193,-4.456],[2.081,-4.54],[-0.935,-2.648],[-0.935,6.727],[-3.193,6.727],[-3.193,-6.482],[-0.996,-6.482],[-0.958,-4.956],[2.19,-6.727],[3.193,-6.555]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1289.145,1007.059],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 108\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":108,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1276.858,1007.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 109\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":109,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,1.685],[0.594,0.837],[1.115,0],[0.65,-1.384],[0,0],[-1.465,0],[-0.603,0.838]],\"o\":[[0,-1.538],[-0.593,-0.838],[-1.489,0],[0,0],[0.691,1.383],[1.082,0],[0.601,-0.838]],\"v\":[[3.332,2.539],[2.441,-1.025],[-0.122,-2.283],[-3.332,-0.207],[-3.332,5.506],[-0.098,7.58],[2.43,6.323]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.928,-1.225],[1.562,0],[0.912,1.18],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.603,0],[-0.916,-1.212],[0,-2.108]],\"o\":[[0,2.018],[-0.928,1.225],[-1.668,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.911,-1.132],[1.604,0],[0.915,1.213],[0,0]],\"v\":[[5.591,2.795],[4.199,7.66],[0.464,9.497],[-3.406,7.727],[-3.516,9.253],[-5.591,9.253],[-5.591,-9.497],[-3.332,-9.497],[-3.332,-2.502],[0.439,-4.199],[4.218,-2.381],[5.591,2.6]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1262.759,1004.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 110\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":110,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.74,0],[-0.635,0.366],[-0.286,0.586],[0,0],[0,0],[0,-1.619],[-0.472,-0.398]],\"o\":[[0.709,0],[0.634,-0.366],[0,0],[0,0],[-2.767,0],[0,0.708],[0.471,0.399]],\"v\":[[-0.665,4.882],[1.349,4.333],[2.729,2.905],[2.729,0.194],[0.958,0.194],[-3.191,2.624],[-2.484,4.284]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.081,0.667],[1.457,0],[0.834,0.737],[0,1.13],[-1.046,0.761],[-1.896,0],[0,0],[0,0],[0.472,0.469],[0.92,0],[0.545,-0.407],[0,-0.578],[0,0],[-0.468,0.614],[-0.802,0.358],[-0.96,0],[-0.863,-0.761],[-0.032,-1.335],[0,0],[-0.309,-0.715],[0,0]],\"o\":[[-0.13,-0.261],[-1.05,1.091],[-1.302,0],[-0.835,-0.736],[0,-1.375],[1.045,-0.76],[0,0],[0,0],[0,-0.789],[-0.472,-0.468],[-0.806,0],[-0.545,0.406],[0,0],[0,-0.659],[0.467,-0.615],[0.802,-0.359],[1.523,0],[0.862,0.761],[0,0],[0,1.213],[0,0],[0,0]],\"v\":[[3.083,6.604],[2.766,5.212],[-0.995,6.848],[-4.198,5.743],[-5.45,2.942],[-3.881,-0.263],[0.531,-1.404],[2.729,-1.404],[2.729,-2.442],[2.021,-4.328],[-0.066,-5.03],[-2.094,-4.419],[-2.911,-2.942],[-5.182,-2.942],[-4.479,-4.852],[-2.575,-6.311],[0.067,-6.848],[3.645,-5.707],[4.987,-2.563],[4.987,3.515],[5.451,6.408],[5.451,6.604]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1248.391,1007.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 111\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":111,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.129,9.375],[-1.129,9.375],[-1.129,-9.375],[1.129,-9.375]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1238.327,1004.411],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 112\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":112,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.386,6.311],[0.177,7.58],[3.314,5.652],[3.314,-0.415],[0.202,-2.283],[-2.386,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.36,-4.199],[3.314,-2.612],[3.314,-9.497],[5.573,-9.497],[5.573,9.253],[3.497,9.253],[3.386,7.837],[-0.385,9.497],[-4.126,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1221.237,1004.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 113\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":113,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.628,0],[-0.023,-3.15],[0,0],[0,0],[0,0],[0.428,0.457],[0.902,0],[0.554,-0.391],[0.309,-0.635],[0,0],[0,0],[0,0]],\"o\":[[0,0],[1.009,-1.269],[2.791,0],[0,0],[0,0],[0,0],[-0.008,-0.952],[-0.427,-0.455],[-0.733,0],[-0.553,0.39],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.058,-6.482],[-2.984,-4.822],[0.971,-6.726],[5.194,-2.002],[5.194,6.726],[2.936,6.726],[2.936,-2.014],[2.283,-4.127],[0.288,-4.81],[-1.642,-4.224],[-2.935,-2.685],[-2.935,6.726],[-5.194,6.726],[-5.194,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1207.364,1007.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 114\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":114,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.74,0],[-0.635,0.366],[-0.286,0.586],[0,0],[0,0],[0,-1.619],[-0.472,-0.398]],\"o\":[[0.709,0],[0.634,-0.366],[0,0],[0,0],[-2.767,0],[0,0.708],[0.471,0.399]],\"v\":[[-0.665,4.882],[1.349,4.333],[2.729,2.905],[2.729,0.194],[0.958,0.194],[-3.191,2.624],[-2.484,4.284]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.081,0.667],[1.457,0],[0.834,0.737],[0,1.13],[-1.046,0.761],[-1.896,0],[0,0],[0,0],[0.472,0.469],[0.92,0],[0.545,-0.407],[0,-0.578],[0,0],[-0.468,0.614],[-0.802,0.358],[-0.96,0],[-0.863,-0.761],[-0.032,-1.335],[0,0],[-0.309,-0.715],[0,0]],\"o\":[[-0.13,-0.261],[-1.05,1.091],[-1.302,0],[-0.835,-0.736],[0,-1.375],[1.045,-0.76],[0,0],[0,0],[0,-0.789],[-0.472,-0.468],[-0.806,0],[-0.545,0.406],[0,0],[0,-0.659],[0.467,-0.615],[0.802,-0.359],[1.523,0],[0.862,0.761],[0,0],[0,1.213],[0,0],[0,0]],\"v\":[[3.083,6.604],[2.766,5.212],[-0.995,6.848],[-4.198,5.743],[-5.45,2.942],[-3.881,-0.263],[0.531,-1.404],[2.729,-1.404],[2.729,-2.442],[2.021,-4.328],[-0.066,-5.03],[-2.094,-4.419],[-2.911,-2.942],[-5.182,-2.942],[-4.479,-4.852],[-2.575,-6.311],[0.067,-6.848],[3.645,-5.707],[4.987,-2.563],[4.987,3.515],[5.451,6.408],[5.451,6.604]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1193.393,1007.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 115\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":115,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.511,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.514,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.068,-8.325],[1.068,-5.127],[3.534,-5.127],[3.534,-3.381],[1.068,-3.381],[1.068,4.821],[1.397,6.012],[2.52,6.408],[3.594,6.262],[3.594,8.083],[1.861,8.325],[-0.421,7.41],[-1.191,4.81],[-1.191,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.191,-5.127],[-1.191,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1381.426,972.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 116\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":116,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.627,0],[-0.025,-3.15],[0,0],[0,0],[0,0],[0.428,0.457],[0.904,0],[0.553,-0.391],[0.31,-0.635],[0,0],[0,0],[0,0]],\"o\":[[0,0],[1.01,-1.269],[2.792,0],[0,0],[0,0],[0,0],[-0.008,-0.952],[-0.427,-0.455],[-0.733,0],[-0.554,0.39],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.057,-6.482],[-2.986,-4.822],[0.969,-6.726],[5.194,-2.002],[5.194,6.726],[2.935,6.726],[2.935,-2.014],[2.282,-4.127],[0.286,-4.81],[-1.642,-4.224],[-2.937,-2.685],[-2.937,6.726],[-5.195,6.726],[-5.195,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1370.58,974.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 117\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":117,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.7,0],[0.736,0.818],[0.008,1.604],[0,0],[0,0],[0,0],[-1.627,0],[-0.57,1.285],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.879,1.033],[-1.408,0],[-0.737,-0.818],[0,0],[0,0],[0,0],[0,2.002],[1.726,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.003,5.176],[-0.866,6.726],[-4.083,5.499],[-5.2,1.867],[-5.2,-6.726],[-2.942,-6.726],[-2.942,1.807],[-0.501,4.809],[2.942,2.881],[2.942,-6.726],[5.2,-6.726],[5.2,6.482],[3.052,6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1356.506,974.304],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 118\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":118,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.386,6.311],[0.177,7.58],[3.314,5.652],[3.314,-0.415],[0.202,-2.283],[-2.386,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.36,-4.199],[3.314,-2.612],[3.314,-9.497],[5.573,-9.497],[5.573,9.253],[3.497,9.253],[3.386,7.837],[-0.385,9.497],[-4.126,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1342.028,971.532],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 119\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":119,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.153,9.009],[-1.153,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.44,0],[-0.228,-0.252],[0,-0.366],[0.227,-0.244],[0.439,0],[0.223,0.244]],\"o\":[[0,-0.366],[0.223,-0.252],[0.439,0],[0.227,0.253],[0,0.367],[-0.228,0.244],[-0.44,0],[-0.224,-0.244]],\"v\":[[-1.336,-7.703],[-1,-8.631],[-0.005,-9.009],[0.996,-8.631],[1.337,-7.703],[0.996,-6.787],[-0.005,-6.421],[-1,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1332.037,971.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 120\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":120,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.386,6.311],[0.177,7.58],[3.314,5.652],[3.314,-0.415],[0.202,-2.283],[-2.386,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.36,-4.199],[3.314,-2.612],[3.314,-9.497],[5.573,-9.497],[5.573,9.253],[3.497,9.253],[3.386,7.837],[-0.385,9.497],[-4.126,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1321.362,971.532],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 121\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":121,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.154,9.009],[-1.154,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.44,0],[-0.228,-0.252],[0,-0.366],[0.227,-0.244],[0.439,0],[0.223,0.244]],\"o\":[[0,-0.366],[0.223,-0.252],[0.439,0],[0.227,0.253],[0,0.367],[-0.228,0.244],[-0.44,0],[-0.224,-0.244]],\"v\":[[-1.336,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.336,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1311.371,971.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 122\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":122,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.164,0],[-0.601,0.488],[-0.065,0.732],[0,0],[0.48,-0.684],[0.802,-0.407],[0.896,0],[1.062,1.201],[0,2.083],[0,0],[-0.471,1],[-0.882,0.553],[-1.205,0],[-0.982,-0.887],[-0.065,-1.416],[0,0],[0.581,0.549],[0.854,0],[0.631,-0.826],[0,-1.562],[0,0],[-0.627,-0.823]],\"o\":[[0.806,0],[0.603,-0.489],[0,0],[-0.041,0.757],[-0.481,0.683],[-0.802,0.408],[-1.799,0],[-1.062,-1.2],[0,0],[0,-1.286],[0.472,-1.002],[0.883,-0.554],[1.481,0],[0.98,0.887],[0,0],[-0.065,-0.855],[-0.582,-0.55],[-1.148,0],[-0.631,0.826],[0,0],[0,1.521],[0.627,0.822]],\"v\":[[0.318,5.005],[2.428,4.273],[3.43,2.442],[5.566,2.442],[4.785,4.603],[2.862,6.237],[0.318,6.849],[-3.974,5.047],[-5.567,0.122],[-5.567,-0.256],[-4.859,-3.685],[-2.827,-6.017],[0.305,-6.849],[3.998,-5.517],[5.566,-2.063],[3.43,-2.063],[2.46,-4.168],[0.305,-4.992],[-2.363,-3.753],[-3.307,-0.17],[-3.307,0.257],[-2.369,3.773]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1301.666,974.181],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 123\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":123,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.627,0],[-0.025,-3.15],[0,0],[0,0],[0,0],[0.428,0.457],[0.904,0],[0.553,-0.391],[0.31,-0.635],[0,0],[0,0],[0,0]],\"o\":[[0,0],[1.01,-1.269],[2.792,0],[0,0],[0,0],[0,0],[-0.008,-0.952],[-0.427,-0.455],[-0.733,0],[-0.554,0.39],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.057,-6.482],[-2.986,-4.822],[0.969,-6.726],[5.194,-2.002],[5.194,6.726],[2.935,6.726],[2.935,-2.014],[2.282,-4.127],[0.286,-4.81],[-1.642,-4.224],[-2.937,-2.685],[-2.937,6.726],[-5.195,6.726],[-5.195,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1287.836,974.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 124\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":124,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.153,9.009],[-1.153,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.223,0.253],[-0.439,0],[-0.227,-0.252],[0,-0.366],[0.228,-0.244],[0.44,0],[0.224,0.244]],\"o\":[[0,-0.366],[0.224,-0.252],[0.44,0],[0.228,0.253],[0,0.367],[-0.227,0.244],[-0.439,0],[-0.223,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1277.674,971.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 125\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":125,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.398,0],[0.529,-1.262],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.358,0],[-0.229,-0.114]],\"o\":[[-0.342,-0.057],[-1.482,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.74,-1.18],[0.439,0],[0,0]],\"v\":[[3.193,-4.456],[2.081,-4.54],[-0.935,-2.648],[-0.935,6.727],[-3.193,6.727],[-3.193,-6.481],[-0.996,-6.481],[-0.958,-4.956],[2.19,-6.727],[3.193,-6.555]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1264.369,974.059],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 126\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":126,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1252.083,974.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 127\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":127,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,1.692],[0.635,0.862],[1.107,0],[0.684,-1.213],[0,0],[-1.393,0],[-0.639,0.859]],\"o\":[[0,-1.489],[-0.635,-0.864],[-1.368,0],[0,0],[0.676,1.204],[1.082,0],[0.639,-0.858]],\"v\":[[3.32,-2.527],[2.369,-6.054],[-0.245,-7.349],[-3.322,-5.53],[-3.322,0.782],[-0.219,2.588],[2.362,1.3]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.92,-1.229],[1.57,0],[0.92,1.017],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.635,0],[-0.924,-1.198],[0,-2.132]],\"o\":[[0,2.011],[-0.919,1.229],[-1.604,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.92,-1.14],[1.587,0],[0.924,1.195],[0,0]],\"v\":[[5.578,-2.271],[4.198,2.588],[0.464,4.431],[-3.322,2.905],[-3.322,9.265],[-5.578,9.265],[-5.578,-9.021],[-3.516,-9.021],[-3.406,-7.556],[0.427,-9.265],[4.193,-7.47],[5.578,-2.478]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1237.973,976.599],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 128\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":128,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.643,0],[-0.667,-1.416],[-0.704,0.39],[-0.96,0],[-0.049,-3.067],[0,0],[0,0],[0,0],[0.431,0.469],[1.017,0],[0.554,-0.5],[0.09,-0.846],[0,0],[0,0],[0,0],[1.881,0],[0.545,-1.261],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.967,-1.14],[1.848,0],[0.439,-0.635],[0.703,-0.391],[2.897,0],[0,0],[0,0],[0,0],[0,-0.944],[-0.432,-0.468],[-0.838,0],[-0.553,0.501],[0,0],[0,0],[0,0],[0,-1.92],[-1.48,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.123,-6.482],[-7.061,-5.017],[-3.144,-6.726],[0.628,-4.602],[2.344,-6.14],[4.84,-6.726],[9.259,-2.125],[9.259,6.726],[7.001,6.726],[7.001,-1.99],[6.354,-4.108],[4.181,-4.81],[2.093,-4.059],[1.129,-2.039],[1.129,6.726],[-1.142,6.726],[-1.142,-1.929],[-3.962,-4.81],[-7.001,-2.918],[-7.001,6.726],[-9.259,6.726],[-9.259,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1219.479,974.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 129\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":129,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.45,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.203,3.802],[0.573,5.005],[2.599,4.517],[4.052,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1201.767,974.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 130\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":130,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1190.317,972.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 131\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":131,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.386,6.311],[0.177,7.58],[3.314,5.652],[3.314,-0.415],[0.202,-2.283],[-2.386,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.36,-4.199],[3.314,-2.612],[3.314,-9.497],[5.573,-9.497],[5.573,9.253],[3.497,9.253],[3.386,7.837],[-0.385,9.497],[-4.126,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1394.261,938.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 132\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":132,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1380.143,941.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 133\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":133,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.643,0],[-0.667,-1.416],[-0.704,0.39],[-0.96,0],[-0.049,-3.067],[0,0],[0,0],[0,0],[0.431,0.469],[1.017,0],[0.554,-0.5],[0.09,-0.846],[0,0],[0,0],[0,0],[1.881,0],[0.545,-1.261],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.967,-1.14],[1.848,0],[0.439,-0.635],[0.703,-0.391],[2.897,0],[0,0],[0,0],[0,0],[0,-0.944],[-0.432,-0.468],[-0.838,0],[-0.553,0.501],[0,0],[0,0],[0,0],[0,-1.92],[-1.48,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.123,-6.482],[-7.061,-5.017],[-3.144,-6.726],[0.628,-4.602],[2.344,-6.14],[4.84,-6.726],[9.259,-2.125],[9.259,6.726],[7.001,6.726],[7.001,-1.99],[6.354,-4.108],[4.181,-4.81],[2.093,-4.059],[1.129,-2.039],[1.129,6.726],[-1.142,6.726],[-1.142,-1.929],[-3.962,-4.81],[-7.001,-2.918],[-7.001,6.726],[-9.259,6.726],[-9.259,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1361.814,941.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 134\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":134,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.943,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.945,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.99,3.101],[2.301,1.678],[-0.105,0.806],[-2.826,-0.073],[-4.316,-1.294],[-4.798,-2.979],[-3.425,-5.725],[0.085,-6.848],[3.728,-5.688],[5.126,-2.722],[2.856,-2.722],[2.068,-4.321],[0.085,-4.993],[-1.844,-4.456],[-2.54,-3.051],[-1.893,-1.819],[0.445,-1.026],[3.185,-0.122],[4.742,1.141],[5.249,2.942],[3.833,5.78],[0.158,6.848],[-2.65,6.287],[-4.56,4.718],[-5.249,2.538],[-2.991,2.538],[-2.082,4.339],[0.158,5.005],[2.215,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1344.127,941.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 135\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":135,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.7,0],[0.736,0.818],[0.008,1.604],[0,0],[0,0],[0,0],[-1.627,0],[-0.57,1.285],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.879,1.033],[-1.408,0],[-0.737,-0.818],[0,0],[0,0],[0,0],[0,2.002],[1.726,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.003,5.176],[-0.866,6.726],[-4.083,5.499],[-5.2,1.867],[-5.2,-6.726],[-2.942,-6.726],[-2.942,1.807],[-0.501,4.809],[2.942,2.881],[2.942,-6.726],[5.2,-6.726],[5.2,6.482],[3.052,6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1330.547,941.304],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 136\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":136,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.153,9.009],[-1.153,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.223,0.253],[-0.439,0],[-0.227,-0.252],[0,-0.366],[0.228,-0.244],[0.44,0],[0.224,0.244]],\"o\":[[0,-0.366],[0.224,-0.252],[0.44,0],[0.228,0.253],[0,0.367],[-0.227,0.244],[-0.439,0],[-0.223,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1320.428,938.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 137\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":137,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.45,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.203,3.802],[0.573,5.005],[2.599,4.517],[4.052,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1310.615,941.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 138\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":138,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1290.052,941.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 139\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":139,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.386,6.311],[0.177,7.58],[3.314,5.652],[3.314,-0.415],[0.202,-2.283],[-2.386,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.36,-4.199],[3.314,-2.612],[3.314,-9.497],[5.573,-9.497],[5.573,9.253],[3.497,9.253],[3.386,7.837],[-0.385,9.497],[-4.126,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1275.312,938.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 140\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":140,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.66,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.676,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.386,6.311],[0.177,7.58],[3.314,5.652],[3.314,-0.415],[0.202,-2.283],[-2.386,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.96,1.233],[-1.555,0],[-0.904,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.961,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.902,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.133,-2.35],[-0.36,-4.199],[3.314,-2.612],[3.314,-9.497],[5.573,-9.497],[5.573,9.253],[3.497,9.253],[3.386,7.837],[-0.385,9.497],[-4.126,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1254.523,938.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 141\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":141,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.45,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.203,3.802],[0.573,5.005],[2.599,4.517],[4.052,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1241.035,941.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 142\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":142,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.943,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.945,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.99,3.101],[2.301,1.678],[-0.105,0.806],[-2.826,-0.073],[-4.316,-1.294],[-4.798,-2.979],[-3.425,-5.725],[0.085,-6.848],[3.728,-5.688],[5.126,-2.722],[2.856,-2.722],[2.068,-4.321],[0.085,-4.993],[-1.844,-4.456],[-2.54,-3.051],[-1.893,-1.819],[0.445,-1.026],[3.185,-0.122],[4.742,1.141],[5.249,2.942],[3.833,5.78],[0.158,6.848],[-2.65,6.287],[-4.56,4.718],[-5.249,2.538],[-2.991,2.538],[-2.082,4.339],[0.158,5.005],[2.215,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1227.565,941.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 143\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":143,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1216.444,939.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 144\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":144,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.104,9.009],[-1.154,9.009],[-1.154,-4.199],[1.104,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.224,0.253],[-0.439,0],[-0.228,-0.252],[0,-0.366],[0.228,-0.244],[0.439,0],[0.224,0.244]],\"o\":[[0,-0.366],[0.224,-0.252],[0.439,0],[0.228,0.253],[0,0.367],[-0.228,0.244],[-0.439,0],[-0.224,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1209.481,938.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 145\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":145,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.129,9.375],[-1.129,9.375],[-1.129,-9.375],[1.129,-9.375]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1203.14,938.411],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 146\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":146,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.45,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.203,3.802],[0.573,5.005],[2.599,4.517],[4.052,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1193.351,941.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 147\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":147,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.164,0],[-0.602,0.488],[-0.064,0.732],[0,0],[0.48,-0.684],[0.802,-0.407],[0.896,0],[1.062,1.201],[0,2.083],[0,0],[-0.471,1],[-0.882,0.553],[-1.204,0],[-0.982,-0.887],[-0.065,-1.416],[0,0],[0.581,0.549],[0.856,0],[0.631,-0.826],[0,-1.562],[0,0],[-0.627,-0.823]],\"o\":[[0.806,0],[0.602,-0.489],[0,0],[-0.041,0.757],[-0.481,0.683],[-0.802,0.408],[-1.799,0],[-1.062,-1.2],[0,0],[0,-1.286],[0.472,-1.002],[0.883,-0.554],[1.482,0],[0.98,0.887],[0,0],[-0.064,-0.855],[-0.582,-0.55],[-1.146,0],[-0.631,0.826],[0,0],[0,1.521],[0.627,0.822]],\"v\":[[0.318,5.005],[2.429,4.273],[3.429,2.442],[5.566,2.442],[4.785,4.603],[2.862,6.238],[0.318,6.849],[-3.974,5.047],[-5.567,0.122],[-5.567,-0.256],[-4.859,-3.685],[-2.827,-6.017],[0.304,-6.849],[3.998,-5.517],[5.566,-2.063],[3.429,-2.063],[2.46,-4.168],[0.304,-4.992],[-2.363,-3.753],[-3.309,-0.17],[-3.309,0.257],[-2.369,3.773]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1406.099,908.181],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 148\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":148,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.943,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.945,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.99,3.101],[2.301,1.678],[-0.105,0.806],[-2.826,-0.073],[-4.316,-1.294],[-4.798,-2.979],[-3.425,-5.725],[0.085,-6.848],[3.728,-5.688],[5.126,-2.722],[2.856,-2.722],[2.068,-4.321],[0.085,-4.993],[-1.844,-4.456],[-2.54,-3.051],[-1.893,-1.819],[0.445,-1.026],[3.185,-0.122],[4.742,1.141],[5.249,2.942],[3.833,5.78],[0.158,6.848],[-2.65,6.287],[-4.56,4.718],[-5.249,2.538],[-2.991,2.538],[-2.082,4.339],[0.158,5.005],[2.215,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1392.678,908.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 149\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":149,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.153,9.009],[-1.153,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.223,0.253],[-0.439,0],[-0.227,-0.252],[0,-0.366],[0.228,-0.244],[0.44,0],[0.224,0.244]],\"o\":[[0,-0.366],[0.224,-0.252],[0.44,0],[0.228,0.253],[0,0.367],[-0.227,0.244],[-0.439,0],[-0.223,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.006,-9.009],[0.995,-8.631],[1.337,-7.703],[0.995,-6.787],[-0.006,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1383.01,905.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 150\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":150,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,1.692],[0.635,0.862],[1.107,0],[0.684,-1.213],[0,0],[-1.393,0],[-0.639,0.859]],\"o\":[[0,-1.489],[-0.635,-0.864],[-1.368,0],[0,0],[0.676,1.204],[1.082,0],[0.639,-0.858]],\"v\":[[3.32,-2.527],[2.369,-6.054],[-0.245,-7.349],[-3.322,-5.53],[-3.322,0.782],[-0.219,2.588],[2.362,1.3]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.92,-1.229],[1.57,0],[0.92,1.017],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.635,0],[-0.924,-1.198],[0,-2.132]],\"o\":[[0,2.011],[-0.919,1.229],[-1.604,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.92,-1.14],[1.587,0],[0.924,1.195],[0,0]],\"v\":[[5.578,-2.271],[4.198,2.588],[0.464,4.431],[-3.322,2.905],[-3.322,9.265],[-5.578,9.265],[-5.578,-9.021],[-3.516,-9.021],[-3.406,-7.556],[0.427,-9.265],[4.193,-7.47],[5.578,-2.478]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1372.965,910.599],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 151\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":151,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.105,9.009],[-1.153,9.009],[-1.153,-4.199],[1.105,-4.199]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.367],[-0.223,0.253],[-0.44,0],[-0.228,-0.252],[0,-0.366],[0.227,-0.244],[0.439,0],[0.224,0.244]],\"o\":[[0,-0.366],[0.224,-0.252],[0.439,0],[0.227,0.253],[0,0.367],[-0.228,0.244],[-0.44,0],[-0.223,-0.244]],\"v\":[[-1.337,-7.703],[-1.001,-8.631],[-0.005,-9.009],[0.996,-8.631],[1.337,-7.703],[0.996,-6.787],[-0.005,-6.421],[-1.001,-6.787]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1362.418,905.777],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 152\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":152,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.676],[-0.618,-0.846],[-1.091,0],[-0.658,1.286],[0,0],[1.399,0],[0.618,-0.854]],\"o\":[[0,1.498],[0.618,0.846],[1.433,0],[0,0],[-0.675,-1.245],[-1.107,0],[-0.618,0.855]],\"v\":[[-3.314,2.795],[-2.386,6.311],[0.177,7.58],[3.314,5.652],[3.314,-0.415],[0.202,-2.283],[-2.386,-1.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.961,1.233],[-1.555,0],[-0.902,-1.058],[0,0],[0,0],[0,0],[0,0],[0,0],[1.611,0],[0.964,1.253],[0,2.019]],\"o\":[[0,-2.026],[0.96,-1.233],[1.546,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.904,1.106],[-1.531,0],[-0.964,-1.253],[0,0]],\"v\":[[-5.573,2.539],[-4.131,-2.35],[-0.36,-4.199],[3.314,-2.612],[3.314,-9.497],[5.573,-9.497],[5.573,9.253],[3.498,9.253],[3.388,7.837],[-0.384,9.497],[-4.126,7.617],[-5.573,2.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1351.744,905.533],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 153\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":153,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.74,0],[-0.635,0.366],[-0.286,0.586],[0,0],[0,0],[0,-1.619],[-0.472,-0.398]],\"o\":[[0.709,0],[0.634,-0.366],[0,0],[0,0],[-2.767,0],[0,0.708],[0.471,0.399]],\"v\":[[-0.665,4.882],[1.349,4.333],[2.729,2.905],[2.729,0.194],[0.958,0.194],[-3.191,2.624],[-2.484,4.284]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.081,0.667],[1.457,0],[0.834,0.737],[0,1.13],[-1.046,0.761],[-1.896,0],[0,0],[0,0],[0.472,0.469],[0.92,0],[0.545,-0.407],[0,-0.578],[0,0],[-0.468,0.614],[-0.802,0.358],[-0.96,0],[-0.863,-0.761],[-0.032,-1.335],[0,0],[-0.309,-0.715],[0,0]],\"o\":[[-0.13,-0.261],[-1.05,1.091],[-1.302,0],[-0.835,-0.736],[0,-1.375],[1.045,-0.76],[0,0],[0,0],[0,-0.789],[-0.472,-0.468],[-0.806,0],[-0.545,0.406],[0,0],[0,-0.659],[0.467,-0.615],[0.802,-0.359],[1.523,0],[0.862,0.761],[0,0],[0,1.213],[0,0],[0,0]],\"v\":[[3.083,6.604],[2.766,5.212],[-0.995,6.848],[-4.198,5.743],[-5.45,2.942],[-3.881,-0.263],[0.531,-1.404],[2.729,-1.404],[2.729,-2.442],[2.021,-4.328],[-0.066,-5.03],[-2.094,-4.419],[-2.911,-2.942],[-5.182,-2.942],[-4.479,-4.852],[-2.575,-6.311],[0.067,-6.848],[3.645,-5.707],[4.987,-2.563],[4.987,3.515],[5.451,6.408],[5.451,6.604]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1337.944,908.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 154\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":154,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.398,0],[0.529,-1.262],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.358,0],[-0.229,-0.114]],\"o\":[[-0.342,-0.057],[-1.482,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.74,-1.18],[0.439,0],[0,0]],\"v\":[[3.193,-4.456],[2.081,-4.54],[-0.935,-2.648],[-0.935,6.727],[-3.193,6.727],[-3.193,-6.481],[-0.996,-6.481],[-0.958,-4.956],[2.19,-6.727],[3.193,-6.555]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1320.916,908.059],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 155\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":155,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.7,0],[0.736,0.818],[0.008,1.604],[0,0],[0,0],[0,0],[-1.627,0],[-0.57,1.285],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.879,1.033],[-1.408,0],[-0.737,-0.818],[0,0],[0,0],[0,0],[0,2.002],[1.726,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.003,5.176],[-0.866,6.726],[-4.083,5.499],[-5.2,1.867],[-5.2,-6.726],[-2.942,-6.726],[-2.942,1.807],[-0.501,4.809],[2.942,2.881],[2.942,-6.726],[5.2,-6.726],[5.2,6.482],[3.052,6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1308.844,908.304],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 156\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":156,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1297.272,906.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 157\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":157,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.214,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.553,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.79,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.797,0],[0.553,-0.326],[0,0],[-1.107,1.701]],\"v\":[[0.45,6.848],[-3.919,5.084],[-5.604,0.366],[-5.604,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.604,-0.294],[5.604,0.647],[-3.346,0.647],[-2.203,3.802],[0.573,5.005],[2.599,4.517],[4.052,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1286.812,908.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 158\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":158,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.22,-0.265],[-0.529,0],[-0.456,0.098],[0,0],[0.561,0],[0.513,0.61],[0,1.123],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.529],[0.22,0.265],[0.261,0],[0,0],[-0.593,0.161],[-1.009,0],[-0.512,-0.611],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.069,-8.325],[1.069,-5.127],[3.534,-5.127],[3.534,-3.381],[1.069,-3.381],[1.069,4.821],[1.398,6.012],[2.521,6.408],[3.595,6.262],[3.595,8.083],[1.862,8.325],[-0.421,7.41],[-1.19,4.81],[-1.19,-3.381],[-3.595,-3.381],[-3.595,-5.127],[-1.19,-5.127],[-1.19,-8.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1275.362,906.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 159\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":159,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.164,0],[-0.602,0.488],[-0.064,0.732],[0,0],[0.48,-0.684],[0.802,-0.407],[0.896,0],[1.062,1.201],[0,2.083],[0,0],[-0.471,1],[-0.882,0.553],[-1.204,0],[-0.982,-0.887],[-0.065,-1.416],[0,0],[0.581,0.549],[0.856,0],[0.631,-0.826],[0,-1.562],[0,0],[-0.627,-0.823]],\"o\":[[0.806,0],[0.602,-0.489],[0,0],[-0.041,0.757],[-0.481,0.683],[-0.802,0.408],[-1.799,0],[-1.062,-1.2],[0,0],[0,-1.286],[0.472,-1.002],[0.883,-0.554],[1.482,0],[0.98,0.887],[0,0],[-0.064,-0.855],[-0.582,-0.55],[-1.146,0],[-0.631,0.826],[0,0],[0,1.521],[0.627,0.822]],\"v\":[[0.318,5.005],[2.429,4.273],[3.429,2.442],[5.566,2.442],[4.785,4.603],[2.862,6.238],[0.318,6.849],[-3.974,5.047],[-5.567,0.122],[-5.567,-0.256],[-4.859,-3.685],[-2.827,-6.017],[0.304,-6.849],[3.998,-5.517],[5.566,-2.063],[3.429,-2.063],[2.46,-4.168],[0.304,-4.992],[-2.363,-3.753],[-3.309,-0.17],[-3.309,0.257],[-2.369,3.773]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1265.011,908.181],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 160\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":160,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.944,0],[0.618,-0.663],[0.146,-1.196],[0,0],[0,0],[0.554,0.631]],\"o\":[[-0.911,0],[-0.618,0.663],[0,0],[0,0],[-0.066,-1.147],[-0.554,-0.631]],\"v\":[[0.171,-4.993],[-2.125,-3.998],[-3.271,-1.209],[3.344,-1.209],[3.344,-1.38],[2.417,-4.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.213,0],[1.123,1.176],[0,1.969],[0,0],[-0.5,1.029],[-0.899,0.582],[-1.05,0],[-0.952,-1.132],[0,-2.107],[0,0],[0,0],[-0.729,-0.801],[-1.123,0],[-0.554,0.325],[-0.415,0.537],[0,0]],\"o\":[[-1.791,0],[-1.123,-1.176],[0,0],[0,-1.309],[0.501,-1.03],[0.9,-0.582],[1.717,0],[0.952,1.131],[0,0],[0,0],[0.033,1.301],[0.728,0.802],[0.798,0],[0.552,-0.326],[0,0],[-1.108,1.701]],\"v\":[[0.451,6.848],[-3.92,5.084],[-5.603,0.366],[-5.603,-0.05],[-4.853,-3.558],[-2.754,-5.975],[0.171,-6.848],[4.174,-5.151],[5.602,-0.294],[5.602,0.647],[-3.346,0.647],[-2.203,3.802],[0.573,5.005],[2.6,4.517],[4.052,3.222],[5.432,4.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1251.565,908.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 161\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":161,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.577],[0.459,0.338],[1.144,0.244],[0.67,0.342],[0.322,0.472],[0,0.651],[-0.915,0.749],[-1.424,0],[-0.931,-0.774],[0,-1.204],[0,0],[0.526,0.447],[0.798,0],[0.464,-0.358],[0,-0.578],[-0.431,-0.276],[-1.128,-0.252],[-0.7,-0.35],[-0.338,-0.492],[0,-0.708],[0.944,-0.712],[1.506,0],[0.814,0.374],[0.459,0.671],[0,0.782],[0,0],[-0.566,-0.443],[-0.928,0],[-0.517,0.346]],\"o\":[[0,-0.611],[-0.46,-0.337],[-1.143,-0.244],[-0.672,-0.342],[-0.322,-0.472],[0,-1.082],[0.916,-0.749],[1.497,0],[0.932,0.772],[0,0],[0,-0.618],[-0.524,-0.448],[-0.823,0],[-0.464,0.359],[0,0.545],[0.432,0.276],[1.127,0.253],[0.701,0.35],[0.337,0.493],[0,1.18],[-0.944,0.713],[-1.058,0],[-0.813,-0.374],[-0.46,-0.672],[0,0],[0.041,0.758],[0.565,0.445],[0.854,0],[0.516,-0.346]],\"v\":[[2.991,3.101],[2.302,1.678],[-0.104,0.806],[-2.825,-0.073],[-4.315,-1.294],[-4.797,-2.979],[-3.424,-5.725],[0.086,-6.848],[3.729,-5.688],[5.128,-2.722],[2.856,-2.722],[2.069,-4.321],[0.086,-4.993],[-1.843,-4.456],[-2.538,-3.051],[-1.892,-1.819],[0.446,-1.026],[3.186,-0.122],[4.743,1.141],[5.249,2.942],[3.833,5.78],[0.159,6.848],[-2.649,6.287],[-4.559,4.718],[-5.249,2.538],[-2.99,2.538],[-2.081,4.339],[0.159,5.005],[2.216,4.486]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1238.094,908.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 162\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":162,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.627,0],[-0.025,-3.15],[0,0],[0,0],[0,0],[0.428,0.457],[0.904,0],[0.553,-0.391],[0.31,-0.635],[0,0],[0,0],[0,0]],\"o\":[[0,0],[1.01,-1.269],[2.792,0],[0,0],[0,0],[0,0],[-0.008,-0.952],[-0.427,-0.455],[-0.733,0],[-0.554,0.39],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.057,-6.482],[-2.986,-4.822],[0.969,-6.726],[5.194,-2.002],[5.194,6.726],[2.935,6.726],[2.935,-2.014],[2.282,-4.127],[0.286,-4.81],[-1.642,-4.224],[-2.937,-2.685],[-2.937,6.726],[-5.195,6.726],[-5.195,-6.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1224.545,908.06],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 163\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":163,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.651],[-0.68,-0.886],[-1.14,0],[-0.675,0.899],[0,1.62],[0.687,0.899],[1.139,0],[0.684,-0.886]],\"o\":[[0,1.465],[0.679,0.887],[1.148,0],[0.676,-0.899],[0,-1.449],[-0.688,-0.898],[-1.116,0],[-0.683,0.888]],\"v\":[[-3.742,0.146],[-2.722,3.674],[0.006,5.005],[2.74,3.656],[3.754,-0.122],[2.722,-3.644],[-0.018,-4.993],[-2.717,-3.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.509,1.034],[-0.908,0.562],[-1.164,0],[-1.111,-1.244],[0,-2.068],[0,0],[0.492,-1.021],[0.916,-0.57],[1.189,0],[1.111,1.246],[0,2.05]],\"o\":[[0,-1.295],[0.508,-1.033],[0.907,-0.561],[1.798,0],[1.11,1.246],[0,0],[0,1.286],[-0.494,1.021],[-0.915,0.569],[-1.79,0],[-1.111,-1.244],[0,0]],\"v\":[[-6.012,-0.122],[-5.249,-3.614],[-3.125,-6.006],[-0.018,-6.848],[4.346,-4.981],[6.012,-0.012],[6.012,0.146],[5.274,3.607],[3.161,5.994],[0.006,6.848],[-4.346,4.98],[-6.012,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1210.257,908.182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 164\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":164,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.167,-1.021],[1.936,0],[1.265,1.506],[0,2.522],[0,0],[-0.591,1.254],[-1.082,0.672],[-1.424,0],[-1.139,-1.054],[-0.188,-1.863],[0,0],[0.68,0.637],[1.22,0],[0.851,-1.107],[0,-2.044],[0,0],[-0.807,-1.14],[-1.449,0],[-0.697,0.591],[-0.229,1.465]],\"o\":[[-0.22,1.88],[-1.168,1.021],[-2.1,0],[-1.266,-1.505],[0,0],[0,-1.652],[0.59,-1.253],[1.083,-0.671],[1.888,0],[1.139,1.054],[0,0],[-0.205,-1.42],[-0.679,-0.637],[-1.497,0],[-0.85,1.108],[0,0],[0,1.93],[0.805,1.14],[1.301,0],[0.695,-0.59],[0,0]],\"v\":[[6.842,3.247],[4.761,7.599],[0.104,9.131],[-4.944,6.872],[-6.842,0.83],[-6.842,-0.879],[-5.957,-5.237],[-3.449,-8.124],[0.311,-9.131],[4.852,-7.55],[6.842,-3.174],[4.487,-3.174],[3.161,-6.26],[0.311,-7.214],[-3.211,-5.553],[-4.486,-0.825],[-4.486,0.898],[-3.277,5.504],[0.104,7.214],[3.101,6.329],[4.487,3.247]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1194.907,905.899],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 165\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":165,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-2.51,-10.954],[0,5.708],[0,0],[0,0],[0,0],[1.808,8.998],[0,0],[0,0]],\"o\":[[0,0],[3.276,14.847],[0,-5.708],[0,0],[0,0],[0,0],[-3.468,-14.549],[0,0],[0,0],[0,0]],\"v\":[[-10.008,-18.485],[-1.84,-18.485],[4.115,6.721],[3.902,-18.485],[10.009,-18.485],[10.009,18.484],[1.628,18.484],[-3.924,-5.872],[-3.924,18.484],[-10.008,18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1363.525,847.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 166\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":166,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.411,-0.411],[0,-0.582],[0,0],[-0.411,-0.411],[-0.567,0],[-0.439,0.411],[0,0.582],[0,0],[0.412,0.411],[0.567,0]],\"o\":[[-0.411,0.411],[0,0],[0,0.582],[0.426,0.411],[0.538,0],[0.412,-0.411],[0,0],[0,-0.582],[-0.411,-0.411],[-0.582,0]],\"v\":[[-1.489,-11.763],[-2.106,-10.273],[-2.106,10.296],[-1.489,11.785],[0,12.401],[1.467,11.785],[2.084,10.296],[2.084,-10.273],[1.467,-11.763],[0,-12.379]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.616,-1.616],[0,-2.255],[0,0],[1.603,-1.617],[2.254,0],[1.574,1.602],[0,2.255],[0,0],[-1.602,1.589],[-2.269,0]],\"o\":[[1.603,1.603],[0,0],[0,2.241],[-1.602,1.602],[-2.283,0],[-1.602,-1.603],[0,0],[0,-2.269],[1.588,-1.616],[2.24,0]],\"v\":[[5.785,-16.06],[8.189,-10.273],[8.189,10.296],[5.785,16.082],[0,18.484],[-5.786,16.082],[-8.189,10.296],[-8.189,-10.273],[-5.786,-16.06],[0,-18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1342.242,847.734],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 167\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":167,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[1.723,-18.485],[3.042,-18.485],[3.042,-17.145],[3.042,17.144],[3.042,18.484],[1.723,18.484],[-1.722,18.484],[-3.042,18.484],[-3.042,17.144],[-3.042,-17.145],[-3.042,-18.485],[-1.722,-18.485]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1327.713,847.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 168\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":168,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[4.436,0],[0,4.52],[0,0],[0,0],[0,0],[-1.117,0],[0,1.186],[0,0],[0.84,1.044],[1.019,1.432],[0.057,1.302],[0,0],[-4.466,0],[0,-4.565],[0,0],[0,0],[0,0],[1.017,0],[0,-1.154],[0,0],[-0.574,-0.83],[-0.684,-0.708],[-0.764,-1.371],[0,-1.488],[0,0]],\"o\":[[-4.461,0],[0,0],[0,0],[0,0],[0,1.172],[1.007,0],[0,0],[0,-2.023],[-1.659,-2.063],[-1.213,-1.702],[0,0],[0,-4.533],[4.444,0],[0,0],[0,0],[0,0],[0,-1.168],[-1.143,0],[0,0],[0.014,0.638],[0.974,1.406],[2.404,2.489],[0.935,1.68],[0,0],[0,4.595]],\"v\":[[0.181,18.484],[-7.711,10.295],[-7.711,6.38],[-1.84,6.38],[-1.84,10.295],[0.181,12.401],[1.925,10.295],[1.925,8.359],[-0.606,3.935],[-6.008,-1.893],[-7.923,-7.487],[-8.008,-10.273],[0.096,-18.484],[7.796,-10.273],[7.796,-6.38],[1.925,-6.38],[1.925,-10.273],[0.181,-12.38],[-1.84,-10.273],[-1.84,-8.721],[-0.819,-5.721],[2.286,-2.552],[6.435,2.128],[7.988,7.465],[8.008,10.295]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1313.683,847.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 169\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":169,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.582,0.581],[0,0.809],[0,0],[0.581,0.567],[0.809,0],[0,0]],\"o\":[[0,0],[0.809,0],[0.581,-0.582],[0,0],[0,-0.823],[-0.582,-0.581],[0,0],[0,0]],\"v\":[[-2.275,-0.936],[-1.042,-0.936],[1.043,-1.807],[1.915,-3.893],[1.915,-9.423],[1.043,-11.508],[-1.042,-12.38],[-2.275,-12.38]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.773,-1.772],[0,-2.496],[0,0],[1.532,-1.701],[0,-2.283],[0,0],[-0.425,-0.78],[0,0],[0.057,0.624],[0.013,0.595],[0,0],[0.582,0.567],[0.808,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[2.496,0],[1.772,1.773],[0,0],[0,2.298],[1.532,1.716],[0,0],[-0.057,1.489],[0,0],[-0.255,-0.426],[-0.057,-0.624],[0,0],[0,-0.822],[-0.582,-0.581],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.04,18.484],[-8.359,18.484],[-8.359,17.144],[-8.359,0.382],[-8.359,-7.318],[-8.359,-17.145],[-8.359,-18.484],[-7.04,-18.484],[-3.594,-18.484],[-1.254,-18.484],[5.148,-15.826],[7.807,-9.423],[7.807,-3.893],[5.297,2.105],[7.807,8.104],[7.807,15.081],[8.359,18.484],[2.276,18.484],[1.809,16.91],[1.703,15.081],[1.703,8.104],[0.83,6.019],[-1.254,5.147],[-2.275,5.147],[-2.275,17.144],[-2.275,18.484],[-3.594,18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1295.187,847.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 170\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":170,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.945,-18.485],[7.285,-18.485],[7.285,-17.145],[7.285,-13.72],[7.285,-12.381],[5.945,-12.381],[-1.201,-12.381],[-1.201,-3.043],[2.52,-3.043],[3.84,-3.043],[3.84,-1.702],[3.84,1.722],[3.84,3.041],[2.52,3.041],[-1.201,3.041],[-1.201,12.401],[5.945,12.401],[7.285,12.401],[7.285,13.719],[7.285,17.144],[7.285,18.484],[5.945,18.484],[-5.966,18.484],[-7.285,18.484],[-7.285,17.144],[-7.285,-17.145],[-7.285,-18.485],[-5.966,-18.485]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1276.563,847.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 171\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":171,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-0.106,5.594],[2.871,-17.378],[3.063,-18.484],[9.401,-18.484],[3.297,18.484],[-3.51,18.484],[-9.401,-18.484],[-3.276,-18.484],[-3.084,-17.804]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1257.726,847.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 172\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":172,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-2.51,-10.954],[0,5.708],[0,0],[0,0],[0,0],[1.808,8.998],[0,0],[0,0]],\"o\":[[0,0],[3.276,14.847],[0,-5.708],[0,0],[0,0],[0,0],[-3.468,-14.549],[0,0],[0,0],[0,0]],\"v\":[[-10.008,-18.485],[-1.84,-18.485],[4.115,6.721],[3.902,-18.485],[10.009,-18.485],[10.009,18.484],[1.628,18.484],[-3.924,-5.872],[-3.924,18.484],[-10.008,18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1236.187,847.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 173\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":173,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.411,-0.411],[0,-0.582],[0,0],[-0.411,-0.411],[-0.567,0],[-0.439,0.411],[0,0.582],[0,0],[0.412,0.411],[0.567,0]],\"o\":[[-0.411,0.411],[0,0],[0,0.582],[0.426,0.411],[0.538,0],[0.412,-0.411],[0,0],[0,-0.582],[-0.411,-0.411],[-0.582,0]],\"v\":[[-1.489,-11.763],[-2.106,-10.273],[-2.106,10.296],[-1.489,11.785],[0,12.401],[1.467,11.785],[2.084,10.296],[2.084,-10.273],[1.467,-11.763],[0,-12.379]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.616,-1.616],[0,-2.255],[0,0],[1.603,-1.617],[2.254,0],[1.574,1.602],[0,2.255],[0,0],[-1.602,1.589],[-2.269,0]],\"o\":[[1.603,1.603],[0,0],[0,2.241],[-1.602,1.602],[-2.283,0],[-1.602,-1.603],[0,0],[0,-2.269],[1.588,-1.616],[2.24,0]],\"v\":[[5.785,-16.06],[8.189,-10.273],[8.189,10.296],[5.785,16.082],[0,18.484],[-5.786,16.082],[-8.189,10.296],[-8.189,-10.273],[-5.786,-16.06],[0,-18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1214.904,847.734],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 174\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":174,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.616,-1.616],[0,-2.268],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.412,0.411],[0.581,0],[0.411,-0.411],[0,-0.582],[0,0],[-0.412,-0.411],[-0.568,0],[-0.411,0.411],[0,0.583],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.603,-1.603],[2.254,0],[1.574,1.602],[0,2.255],[0,0],[-1.603,1.589],[-2.27,0]],\"o\":[[1.603,1.589],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.582],[-0.397,-0.411],[-0.582,0],[-0.412,0.411],[0,0],[0,0.583],[0.424,0.411],[0.566,0],[0.412,-0.411],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,2.255],[-1.603,1.602],[-2.283,0],[-1.603,-1.603],[0,0],[0,-2.269],[1.588,-1.616],[2.24,0]],\"v\":[[5.786,-16.06],[8.189,-10.273],[8.189,-9.422],[8.189,-8.083],[6.849,-8.083],[3.425,-8.083],[2.085,-8.083],[2.085,-9.422],[2.085,-10.273],[1.468,-11.763],[0.001,-12.38],[-1.488,-11.763],[-2.106,-10.273],[-2.106,10.294],[-1.488,11.784],[0.001,12.401],[1.468,11.784],[2.085,10.294],[2.085,9.444],[2.085,8.104],[3.425,8.104],[6.849,8.104],[8.189,8.104],[8.189,9.444],[8.189,10.294],[5.786,16.081],[0.001,18.484],[-5.785,16.081],[-8.189,10.294],[-8.189,-10.273],[-5.785,-16.06],[0.001,-18.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1196.184,847.735],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 175\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":175,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":511,\"op\":511,\"st\":0,\"bm\":0,\"hidden\":0},{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"Head Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":30,\"s\":[12]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":79,\"s\":[12]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":99,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":162,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":181,\"s\":[6]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":237,\"s\":[6]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":257,\"s\":[12]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":292,\"s\":[12]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":321,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":371,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":390,\"s\":[7]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":429,\"s\":[7]},{\"t\":450,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[194.535,777.302,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[12.501,44.815,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.753,0.263],[-2.25,-1.489],[-1.802,2.356]],\"o\":[[0,0],[5.039,-0.492],[-3.478,1.912]],\"v\":[[-5.943,-0.796],[-3.485,2.902],[5.943,-2.902]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[33.011,4.375],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.542,-11.313],[-8.004,-1.394],[0.269,3],[-1.442,-4.332],[0.421,-1.856],[-3.694,0.289],[0.188,0.063],[0.688,11.063],[-0.153,7.913],[11.64,-5.2],[0,0]],\"o\":[[0,0],[2.866,-3.033],[-0.252,-2.825],[1.545,4.642],[3.032,0.133],[0.75,-2],[-0.187,-0.062],[-0.687,-11.062],[-2.506,-2.478],[-14.153,6.323],[0,0]],\"v\":[[-11.497,18.947],[0.541,22.718],[3.545,11.751],[8.983,11.813],[9.148,23.629],[19.233,23.438],[20.17,15.938],[11.17,7.688],[19.061,-15.403],[-6.205,-18.562],[-19.392,1.813]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[20.608,24.012],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-20.398,1.597],[6.289,12.738]],\"o\":[[0,0],[0.495,-2.947],[-28.98,5.254]],\"v\":[[-15.979,11.669],[14.752,16.16],[11.346,-17.757]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.769000004787,0.698000021542,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[25.09,31.29],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,-0.458],[0,0],[0.396,0.229],[0,0]],\"o\":[[0,0],[0.396,0.23],[0,0],[0,0.457],[0,0],[0,0]],\"v\":[[-3.449,-5.053],[2.732,-1.486],[3.449,-0.242],[3.449,4.41],[2.732,4.824],[-3.449,1.257]],\"c\":false},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":1,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[41.553,25.905],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":511,\"op\":511,\"st\":0,\"bm\":0,\"hidden\":0},{\"ddd\":0,\"ind\":3,\"ty\":4,\"nm\":\"Man Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[205.539,911.186,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[60.713,149.367,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-9.193,6.669],[0,0],[8.41,-2.363],[0,-7.571]],\"o\":[[0,0],[0,0],[0,-5.228],[-8.829,2.479],[0,7.57]],\"v\":[[-9.772,19.927],[10.236,16.503],[10.236,-12.156],[-0.759,-20.809],[-10.236,-2.854]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.847000002394,0.885999971278,0.922000002394,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[79.607,58.208],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-1.143,0.127],[-0.127,0.508],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[1.143,-0.127],[0.127,-0.508],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-10.095,-43.303],[-4.923,39.87],[-9.466,42.503],[-4.508,45.586],[8.445,39.491],[8.191,33.904],[10.095,29.841],[2.604,22.602],[4.762,-45.714]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.769000004787,0.698000021542,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[82.777,119.278],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.201,-0.694],[0,0],[0,1.386],[0,0],[-1.201,0.692],[0,0],[0,-1.386]],\"o\":[[0,1.386],[0,0],[-1.201,0.693],[0,0],[0,-1.385],[0,0],[1.201,-0.692],[0,0]],\"v\":[[26.693,4.718],[24.518,8.484],[-24.518,36.795],[-26.693,35.54],[-26.693,-4.718],[-24.518,-8.482],[24.518,-36.795],[26.693,-35.54]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[76.804,137.12],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.201,-0.694],[0,0],[0.393,0.222],[0,0.699],[0,0],[-1.201,0.692],[0,0],[-0.397,-0.276],[-0.547,-0.36]],\"o\":[[0,1.386],[0,0],[-0.61,-0.328],[-0.399,-0.224],[0,0],[0,-1.385],[0,0],[0.638,-0.368],[0.351,0.243],[0,0]],\"v\":[[25.847,4.157],[23.673,7.922],[-24.57,37.739],[-26.892,36.39],[-27.538,34.978],[-27.538,-5.28],[-25.364,-9.044],[23.673,-37.357],[25.282,-37.463],[27.538,-36.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[75.354,136.348],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-2.83,-12.35],[1.904,-6.529],[-8.75,5.75],[-1.126,3.379]],\"o\":[[0,0],[1.25,2.667],[-0.666,-3.334],[4.337,-14.68]],\"v\":[[-10.742,-3.981],[-10.266,9.882],[8.985,10.965],[9.235,-2.036]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.769000004787,0.698000021542,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[58.855,16.966],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-2.391,-0.032],[-9.069,-8.365],[-0.166,-18.5],[0,0],[14.5,-0.833],[4.708,6.859],[1,3.5],[-6.643,7.355]],\"o\":[[1.308,0.018],[3.123,2.881],[0.167,18.5],[0,0],[-13,-1.5],[-0.666,-6.833],[-1,-3.5],[4.399,-4.87]],\"v\":[[-14.382,-59.917],[30.676,-39.277],[26.426,16.313],[27.247,49.656],[3.676,59.949],[-31.991,43.781],[-25.324,5.281],[-27.157,-55.051]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.847000002394,0.885999971278,0.922000002394,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[56.497,77.733],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-10.478,3.237],[-1.019,5.128],[8.623,1.713],[1.146,-5.77]],\"o\":[[0,0],[1.79,-9.014],[1.018,-5.127],[-7.478,-1.485],[-1.474,7.424]],\"v\":[[-12.827,14.838],[6.799,18.734],[11.809,-6.493],[4.092,-20.486],[-8.272,-10.48]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.847000002394,0.885999971278,0.922000002394,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[33.592,40.276],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.5],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0.5],[0,0],[0,0],[0,0]],\"v\":[[-4.938,-22.375],[-7.313,-9.625],[3.063,22.375],[7.313,5],[1.813,-21.75]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.769000004787,0.698000021542,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[27.361,77.681],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-1.058],[0,-0.794],[-0.334,-0.5],[-0.833,0.333],[-3.683,4.84],[-5.666,34],[0,0]],\"o\":[[0,0],[0,1.058],[0,0.794],[0.333,0.5],[0.833,-0.333],[0.639,-0.839],[0.334,-27.5],[0,0]],\"v\":[[-15.617,-51.545],[-10.327,-16.631],[-15.088,2.148],[-10.55,56.584],[-2.383,60.084],[12.538,51.529],[15.283,-15.083],[15.283,-60.416]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.128999986836,0.588000009574,0.952999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[69.39,213.764],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-0.2,-0.599],[-3.997,-0.2],[0,0],[-16.19,31.381],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0.2,0.6],[4.197,-1.999],[0,0],[0,0],[0,0]],\"v\":[[-18.388,-67.958],[-13.992,-8.595],[-18.589,12.593],[-17.389,65.16],[-8.594,67.958],[3.598,56.766],[18.589,-24.785],[18.589,-60.363]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.128999986836,0.588000009574,0.952999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[44.274,190.091],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.513],[-3.883,-0.513],[-0.219,0.293],[0.865,2.393],[0.332,-0.154]],\"o\":[[0,0],[0.697,1.395],[4.249,-1.466],[0.22,-0.293],[-2.839,-2.949],[-11.355,5.275]],\"v\":[[-16.964,1.982],[-17.527,8.903],[-9.638,13.483],[16.881,-2.194],[16.662,-8.933],[7.798,-13.329]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[76.517,267.81],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.324,-0.453],[-5.885,0.13],[0,0],[0.931,1.597],[0,0]],\"o\":[[0,0],[0.323,0.453],[2.78,-2.457],[0,0],[-1.188,-1.041],[0,0]],\"v\":[[-13.522,2.992],[-13.716,10.492],[-3.823,13.272],[12.836,-5.196],[13.109,-11.865],[6.186,-13.402]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[40.77,252.062],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[4.204,2.426],[0,0],[-4.202,2.424],[0,0],[-4.203,-2.424],[0,0],[4.202,-2.424]],\"o\":[[-4.202,2.425],[0,0],[-4.203,-2.427],[0,0],[4.203,-2.424],[0,0],[4.204,2.428],[0,0]],\"v\":[[17.548,32.596],[2.33,32.595],[-56.258,-1.46],[-56.26,-10.245],[-17.548,-32.597],[-2.329,-32.597],[56.259,1.458],[56.26,10.243]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[60.712,263.463],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":4,\"ty\":4,\"nm\":\"Mask\",\"parent\":7,\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[71.179,61.261,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[23.75,54.011,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.896,-0.002],[0,0],[0,-0.894],[0,0],[-0.897,-0.002],[0,0],[0,0.893],[0,0]],\"o\":[[0,0],[-0.897,-0.001],[0,0],[0,0.892],[0,0],[0.898,-0.002],[0,0],[0.001,-0.892]],\"v\":[[21.878,42.024],[-21.874,42.024],[-23.499,43.641],[-23.499,52.141],[-21.874,53.76],[21.876,53.76],[23.499,52.141],[23.499,43.641]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.897,-0.002],[0,0],[0,0.893],[0,0],[0.897,-0.002],[0,0],[0,-0.894],[0,0]],\"o\":[[0,0],[0.898,-0.002],[0,0],[0,-0.892],[0,0],[-0.897,-0.001],[0,0],[0.001,0.892]],\"v\":[[-21.874,5.87],[21.876,5.87],[23.499,4.252],[23.499,-4.25],[21.876,-5.867],[-21.874,-5.867],[-23.499,-4.25],[-23.499,4.252]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.897,-0.002],[0,0],[0,0.893],[0,0],[0.897,-0.002],[0,0],[0,-0.893],[0,0]],\"o\":[[0,0],[0.898,-0.002],[0,0],[0,-0.893],[0,0],[-0.897,-0.001],[0,0],[0.001,0.893]],\"v\":[[-21.874,-42.023],[21.876,-42.023],[23.499,-43.641],[23.499,-52.143],[21.876,-53.758],[-21.874,-53.758],[-23.499,-52.143],[-23.499,-43.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.896,-0.002],[0,0],[0,-0.894],[0,0],[-0.897,-0.002],[0,0],[0,0.893],[0,0]],\"o\":[[0,0],[-0.897,-0.001],[0,0],[0,0.892],[0,0],[0.898,-0.002],[0,0],[0.001,-0.892]],\"v\":[[21.878,18.078],[-21.874,18.078],[-23.499,19.695],[-23.499,28.197],[-21.874,29.815],[21.876,29.815],[23.499,28.197],[23.499,19.695]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.897,-0.001],[0,0],[0,0.894],[0,0],[0.897,-0.001],[0,0],[0,-0.893],[0,0]],\"o\":[[0,0],[0.898,-0.001],[0,0],[0,-0.893],[0,0],[-0.897,-0.001],[0,0],[0.001,0.893]],\"v\":[[-21.874,-18.078],[21.876,-18.078],[23.499,-19.695],[23.499,-28.196],[21.876,-29.813],[-21.874,-29.813],[-23.499,-28.196],[-23.499,-19.696]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.277999997606,0.470999983245,0.635000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[23.749,54.011],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":7,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[23.749,54.012],\"ix\":2},\"a\":{\"a\":0,\"k\":[23.749,54.012],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,86.6],\"ix\":3},\"r\":{\"a\":0,\"k\":30,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":-30,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Isometric\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":5,\"ty\":4,\"nm\":\"D Lines Outlines\",\"parent\":7,\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[71.179,61.261,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[23.75,54.011,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.897,-0.002],[0,0],[0,0.892],[0,0],[-0.897,-0.001],[0,0],[0,-0.893]],\"o\":[[0,0.893],[0,0],[-0.897,-0.002],[0,0],[0,-0.894],[0,0],[0.896,-0.002],[0,0]],\"v\":[[23.499,4.25],[21.876,5.868],[-21.875,5.868],[-23.499,4.25],[-23.499,-4.25],[-21.875,-5.866],[21.877,-5.866],[23.499,-4.251]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.560999971278,0.788000009574,0.987999949736,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[17.749,6.119],\"to\":[-5.167,0],\"ti\":[5.167,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":64.017,\"s\":[-13.251,6.119],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":128.033,\"s\":[-13.251,6.119],\"to\":[1.667,0],\"ti\":[-1.667,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":189.916,\"s\":[-3.251,6.119],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"t\":253.933,\"s\":[-3.251,6.119],\"to\":[3.5,0],\"ti\":[-3.5,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":317.95,\"s\":[17.749,6.119],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":381.967,\"s\":[17.749,6.119],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":445.983,\"s\":[17.749,6.119],\"to\":[0,0],\"ti\":[0,0]},{\"t\":510,\"s\":[17.749,6.119]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.897,-0.001],[0,0],[0,0.893],[0,0],[-0.897,-0.001],[0,0],[0,-0.894]],\"o\":[[0,0.894],[0,0],[-0.897,-0.001],[0,0],[0,-0.894],[0,0],[0.896,-0.001],[0,0]],\"v\":[[23.499,4.251],[21.876,5.868],[-21.875,5.868],[-23.499,4.251],[-23.499,-4.249],[-21.875,-5.867],[21.877,-5.867],[23.499,-4.249]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.560999971278,0.788000009574,0.987999949736,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[2.749,30.064],\"to\":[1.833,0],\"ti\":[-1.833,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":64.017,\"s\":[13.749,30.064],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":128.033,\"s\":[13.749,30.064],\"to\":[-4.5,0],\"ti\":[4.5,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":189.916,\"s\":[-13.251,30.064],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"t\":253.933,\"s\":[-13.251,30.064],\"to\":[5,0],\"ti\":[-5,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":317.95,\"s\":[16.749,30.064],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"t\":381.967,\"s\":[16.749,30.064],\"to\":[-2.333,0],\"ti\":[2.333,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":445.983,\"s\":[2.749,30.064],\"to\":[0,0],\"ti\":[0,0]},{\"t\":510,\"s\":[2.749,30.064]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.897,-0.002],[0,0],[0,0.892],[0,0],[-0.897,-0.001],[0,0],[0,-0.893]],\"o\":[[0,0.893],[0,0],[-0.897,-0.002],[0,0],[0,-0.895],[0,0],[0.896,-0.002],[0,0]],\"v\":[[23.499,4.25],[21.876,5.868],[-21.875,5.868],[-23.499,4.25],[-23.499,-4.25],[-21.875,-5.866],[21.877,-5.866],[23.499,-4.251]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.560999971278,0.788000009574,0.987999949736,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[11.749,54.011],\"to\":[-3.667,0],\"ti\":[3.667,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":64.017,\"s\":[-10.251,54.011],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":128.033,\"s\":[-10.251,54.011],\"to\":[0.833,0],\"ti\":[-0.833,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":189.916,\"s\":[-5.251,54.011],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"t\":253.933,\"s\":[-5.251,54.011],\"to\":[1.833,0],\"ti\":[-1.833,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":317.95,\"s\":[5.749,54.011],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"t\":381.967,\"s\":[5.749,54.011],\"to\":[1,0],\"ti\":[-1,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":445.983,\"s\":[11.749,54.011],\"to\":[0,0],\"ti\":[0,0]},{\"t\":510,\"s\":[11.749,54.011]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.898,-0.002],[0,0],[0.001,0.892],[0,0],[-0.897,-0.001],[0,0],[0.001,-0.893]],\"o\":[[0,0.893],[0,0],[-0.897,-0.002],[0,0],[0,-0.894],[0,0],[0.896,-0.002],[0,0]],\"v\":[[23.499,4.251],[21.875,5.869],[-21.875,5.869],[-23.5,4.251],[-23.5,-4.25],[-21.875,-5.867],[21.878,-5.867],[23.499,-4.25]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.560999971278,0.788000009574,0.987999949736,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[-7.25,77.956],\"to\":[3.833,0],\"ti\":[-3.833,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":64.017,\"s\":[15.75,77.956],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":128.033,\"s\":[15.75,77.956],\"to\":[-5,0],\"ti\":[5,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":189.916,\"s\":[-14.25,77.956],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"t\":253.933,\"s\":[-14.25,77.956],\"to\":[5.5,0],\"ti\":[-5.5,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":317.95,\"s\":[18.75,77.956],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"t\":381.967,\"s\":[18.75,77.956],\"to\":[-4.333,0],\"ti\":[4.333,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":445.983,\"s\":[-7.25,77.956],\"to\":[0,0],\"ti\":[0,0]},{\"t\":510,\"s\":[-7.25,77.956]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.898,-0.002],[0,0],[0.001,0.892],[0,0],[-0.897,-0.001],[0,0],[0.001,-0.893]],\"o\":[[0,0.893],[0,0],[-0.897,-0.002],[0,0],[0,-0.895],[0,0],[0.896,-0.002],[0,0]],\"v\":[[23.499,4.25],[21.875,5.869],[-21.875,5.869],[-23.5,4.25],[-23.5,-4.25],[-21.875,-5.867],[21.878,-5.867],[23.499,-4.251]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.560999971278,0.788000009574,0.987999949736,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[12.75,101.902],\"to\":[-2.667,0],\"ti\":[2.667,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":64.017,\"s\":[-3.25,101.902],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":128.033,\"s\":[-3.25,101.902],\"to\":[-2.167,0],\"ti\":[2.167,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":189.916,\"s\":[-16.25,101.902],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"t\":253.933,\"s\":[-16.25,101.902],\"to\":[4.333,0],\"ti\":[-4.333,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":317.95,\"s\":[9.75,101.902],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.167,\"y\":0},\"t\":381.967,\"s\":[9.75,101.902],\"to\":[0.5,0],\"ti\":[-0.5,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":445.983,\"s\":[12.75,101.902],\"to\":[0,0],\"ti\":[0,0]},{\"t\":510,\"s\":[12.75,101.902]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.896,-0.002],[0,0],[0,-0.894],[0,0],[-0.897,-0.002],[0,0],[0,0.893],[0,0]],\"o\":[[0,0],[-0.897,-0.001],[0,0],[0,0.892],[0,0],[0.898,-0.002],[0,0],[0.001,-0.892]],\"v\":[[21.878,42.024],[-21.874,42.024],[-23.499,43.641],[-23.499,52.141],[-21.874,53.76],[21.876,53.76],[23.499,52.141],[23.499,43.641]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.897,-0.002],[0,0],[0,0.893],[0,0],[0.897,-0.002],[0,0],[0,-0.894],[0,0]],\"o\":[[0,0],[0.898,-0.002],[0,0],[0,-0.892],[0,0],[-0.897,-0.001],[0,0],[0.001,0.892]],\"v\":[[-21.874,5.87],[21.876,5.87],[23.499,4.252],[23.499,-4.25],[21.876,-5.867],[-21.874,-5.867],[-23.499,-4.25],[-23.499,4.252]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.897,-0.002],[0,0],[0,0.893],[0,0],[0.897,-0.002],[0,0],[0,-0.893],[0,0]],\"o\":[[0,0],[0.898,-0.002],[0,0],[0,-0.893],[0,0],[-0.897,-0.001],[0,0],[0.001,0.893]],\"v\":[[-21.874,-42.023],[21.876,-42.023],[23.499,-43.641],[23.499,-52.143],[21.876,-53.758],[-21.874,-53.758],[-23.499,-52.143],[-23.499,-43.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.896,-0.002],[0,0],[0,-0.894],[0,0],[-0.897,-0.002],[0,0],[0,0.893],[0,0]],\"o\":[[0,0],[-0.897,-0.001],[0,0],[0,0.892],[0,0],[0.898,-0.002],[0,0],[0.001,-0.892]],\"v\":[[21.878,18.078],[-21.874,18.078],[-23.499,19.695],[-23.499,28.197],[-21.874,29.815],[21.876,29.815],[23.499,28.197],[23.499,19.695]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.897,-0.001],[0,0],[0,0.894],[0,0],[0.897,-0.001],[0,0],[0,-0.893],[0,0]],\"o\":[[0,0],[0.898,-0.001],[0,0],[0,-0.893],[0,0],[-0.897,-0.001],[0,0],[0.001,0.893]],\"v\":[[-21.874,-18.078],[21.876,-18.078],[23.499,-19.695],[23.499,-28.196],[21.876,-29.813],[-21.874,-29.813],[-23.499,-28.196],[-23.499,-19.696]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.277999997606,0.470999983245,0.635000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[23.749,54.011],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Base\",\"np\":7,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[23.749,54.012],\"ix\":2},\"a\":{\"a\":0,\"k\":[23.749,54.012],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,86.6],\"ix\":3},\"r\":{\"a\":0,\"k\":30,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":-30,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Isometric\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":6,\"ty\":4,\"nm\":\"D Circle Outlines\",\"parent\":7,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[135.99,207.434,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[39,39,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.616,8.765],[-3.616,8.765],[-3.616,-8.765],[3.616,-8.765]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[38.993,38.828],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,25.5],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[87]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":127.25,\"s\":[51]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":254.5,\"s\":[114]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":382,\"s\":[200]},{\"t\":509,\"s\":[87]}],\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Box3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.616,8.765],[-3.616,8.765],[-3.616,-8.765],[3.616,-8.765]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[38.993,38.828],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,25.5],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[221]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":127.25,\"s\":[150]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":254.5,\"s\":[229]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":381.75,\"s\":[276]},{\"t\":509,\"s\":[221]}],\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Box2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.616,8.765],[-3.616,8.765],[-3.616,-8.765],[3.616,-8.765]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[38.993,38.828],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,25.5],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Box1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,14.361],[14.362,0],[0,-14.363],[-14.362,0]],\"o\":[[0,-14.363],[-14.362,0],[0,14.361],[14.362,0]],\"v\":[[26,0],[0.001,-26],[-26,0],[0.001,26]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":0,\"k\":100,\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[76]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":127.25,\"s\":[85]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":254.5,\"s\":[68]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":382,\"s\":[44]},{\"t\":509,\"s\":[76]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.560784313725,0.788235353956,0.988235353956,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":13,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[39,39],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":-90,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Blue\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,14.361],[14.362,0],[0,-14.363],[-14.362,0]],\"o\":[[0,-14.363],[-14.362,0],[0,14.361],[14.362,0]],\"v\":[[26,0],[0.001,-26],[-26,0],[0.001,26]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":0,\"k\":100,\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[40]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":127.25,\"s\":[58]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":254.5,\"s\":[37]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":382,\"s\":[23]},{\"t\":509,\"s\":[40]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.596000043084,0.760999971278,0.224000010771,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":13,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[39,39],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":-90,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Green\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,14.361],[14.362,0],[0,-14.363],[-14.362,0]],\"o\":[[0,-14.363],[-14.362,0],[0,14.361],[14.362,0]],\"v\":[[26,0],[0.001,-26],[-26,0],[0.001,26]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":0,\"k\":100,\"ix\":1},\"e\":{\"a\":0,\"k\":0,\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[1,0.435294147566,0.349019607843,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":13,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[39,39],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":-90,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Red\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[43.2,35.812],\"ix\":2},\"a\":{\"a\":0,\"k\":[43.2,35.812],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,86.6],\"ix\":3},\"r\":{\"a\":0,\"k\":30,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":-30,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Isometric\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":7,\"ty\":4,\"nm\":\"DISPLAY\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[360.373,742.598,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[98.977,119.188,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-4.082],[4.097,0],[0,4.078],[-4.091,0]],\"o\":[[-0.001,4.08],[-4.092,0],[0,-4.082],[4.096,0]],\"v\":[[7.415,0.002],[-0.001,7.383],[-7.415,0.002],[-0.001,-7.383]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.910000011968,0.929000016755,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[51.977,203.82],\"to\":[3.833,0],\"ti\":[-3.833,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":63.75,\"s\":[74.977,203.82],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":127.5,\"s\":[74.977,203.82],\"to\":[-4.167,0],\"ti\":[4.167,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":191.25,\"s\":[49.977,203.82],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":255,\"s\":[49.977,203.82],\"to\":[4.167,0],\"ti\":[-4.167,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":318.75,\"s\":[74.977,203.82],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":382.5,\"s\":[74.977,203.82],\"to\":[-3.833,0],\"ti\":[3.833,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":446.25,\"s\":[51.977,203.82],\"to\":[0,0],\"ti\":[0,0]},{\"t\":510,\"s\":[51.977,203.82]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Dot White\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-4.08],[4.095,0.002],[0,4.078],[-4.094,0]],\"o\":[[0,4.078],[-4.093,0],[0,-4.08],[4.095,0]],\"v\":[[7.414,-0.001],[0.001,7.383],[-7.414,-0.001],[0.001,-7.384]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[67.48,183.684],\"to\":[-4.667,0],\"ti\":[4.667,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":63.75,\"s\":[39.48,183.684],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":127.5,\"s\":[39.48,183.684],\"to\":[5.167,0],\"ti\":[-5.167,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":191.25,\"s\":[70.48,183.684],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":255,\"s\":[70.48,183.684],\"to\":[-5.167,0],\"ti\":[5.167,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":318.75,\"s\":[39.48,183.684],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":382.5,\"s\":[39.48,183.684],\"to\":[4.667,0],\"ti\":[-4.667,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":446.25,\"s\":[67.48,183.684],\"to\":[0,0],\"ti\":[0,0]},{\"t\":510,\"s\":[67.48,183.684]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Dot Red\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-4.08],[4.096,0],[-0.001,4.078],[-4.091,-0.001]],\"o\":[[0,4.078],[-4.091,-0.001],[0,-4.08],[4.096,-0.001]],\"v\":[[7.414,0.001],[0,7.384],[-7.413,0.001],[0,-7.383]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.596000043084,0.760999971278,0.224000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[39.171,163.546],\"to\":[5.5,0],\"ti\":[-5.5,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":63.75,\"s\":[72.171,163.546],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":127.5,\"s\":[72.171,163.546],\"to\":[-1.167,0],\"ti\":[1.167,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":191.25,\"s\":[65.171,163.546],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":255,\"s\":[65.171,163.546],\"to\":[-4.167,0],\"ti\":[4.167,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":318.75,\"s\":[40.171,163.546],\"to\":[0,0],\"ti\":[0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":382.5,\"s\":[40.171,163.546],\"to\":[-0.167,0],\"ti\":[0.167,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":446.25,\"s\":[39.171,163.546],\"to\":[0,0],\"ti\":[0,0]},{\"t\":510,\"s\":[39.171,163.546]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Dot Green\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[2.887,-7.5],[3.513,-7.5],[3.513,-6.956],[3.513,-5.566],[3.513,-5.022],[2.887,-5.022],[-0.667,-5.022],[-0.667,-1.234],[1.284,-1.234],[1.911,-1.234],[1.911,-0.69],[1.911,0.699],[1.911,1.234],[1.284,1.234],[-0.667,1.234],[-0.667,6.956],[-0.667,7.5],[-1.284,7.5],[-2.896,7.5],[-3.513,7.5],[-3.513,6.956],[-3.513,-6.956],[-3.513,-7.5],[-2.896,-7.5]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[122.525,116.35],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-6.474,-7.5],[-1.828,-7.5],[0.004,2.581],[1.826,-7.5],[6.474,-7.5],[6.474,7.5],[3.527,7.5],[3.527,-3.236],[1.388,7.5],[-1.289,7.5],[-3.53,-3.236],[-3.53,7.5],[-6.474,7.5]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[158.158,116.349],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.048,-0.002],[0,0],[0,1.04],[0,0],[-1.046,-0.001],[0,0],[0,-1.038]],\"o\":[[0,1.04],[0,0],[-1.046,-0.002],[0,0],[0,-1.04],[0,0],[1.046,-0.003],[0,0]],\"v\":[[14,11.915],[12.107,13.799],[-12.108,13.799],[-14,11.915],[-14,-11.914],[-12.108,-13.796],[12.109,-13.796],[14,-11.915]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.560999971278,0.788000009574,0.987999949736,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[122.525,116.348],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.047,-0.002],[0,0],[0,1.04],[0,0],[-1.046,-0.001],[0,0],[0,-1.038]],\"o\":[[0,1.04],[0,0],[-1.046,-0.002],[0,0],[0,-1.04],[0,0],[1.045,-0.003],[0,0]],\"v\":[[14,11.915],[12.107,13.799],[-12.109,13.799],[-14,11.915],[-14,-11.914],[-12.109,-13.796],[12.109,-13.796],[14,-11.915]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.277999997606,0.470999983245,0.635000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[158.158,116.348],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.596,0.002],[0,0],[0,0.594],[0,0],[-0.596,0],[0,0],[0,-0.593]],\"o\":[[0,0.595],[0,0],[-0.596,0.001],[0,0],[0,-0.593],[0,0],[0.596,0],[0,0]],\"v\":[[3.918,2.824],[2.837,3.901],[-2.837,3.901],[-3.917,2.824],[-3.917,-2.826],[-2.837,-3.901],[2.837,-3.901],[3.918,-2.826]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.897,0.001],[0,0],[0,-0.892],[0,0],[-0.898,0],[0,0],[0,0.893],[0,0]],\"o\":[[0,0],[-0.897,0],[0,0],[0,0.892],[0,0],[0.896,0],[0,0],[0,-0.892]],\"v\":[[4.268,-5.867],[-4.268,-5.867],[-5.892,-4.252],[-5.892,4.25],[-4.268,5.867],[4.268,5.867],[5.892,4.25],[5.892,-4.252]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[27.932,124.279],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[10.51,5.173],[5.271,0],[3.939,2.892],[0,-12.464],[0,0]],\"o\":[[-3.939,2.893],[-5.27,0],[-10.51,5.173],[0,0],[0,-12.463]],\"v\":[[14.077,-14.209],[0,-9.605],[-14.075,-14.209],[-31.816,14.209],[31.816,14.209]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.277999997606,0.470999983245,0.635000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[140.636,75.915],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-9.821,0],[0,9.784],[9.823,0],[0,-9.783]],\"o\":[[9.823,0.001],[0,-9.782],[-9.821,0],[0,9.784]],\"v\":[[0,17.711],[17.785,-0.001],[0,-17.712],[-17.785,-0.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.277999997606,0.470999983245,0.635000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[140.636,40.34],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 14\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.596,0.001],[0,0],[0,0.594],[0,0],[-0.596,0.001],[0,0],[0,-0.593]],\"o\":[[0,0.595],[0,0],[-0.596,0],[0,0],[0,-0.594],[0,0],[0.596,0.001],[0,0]],\"v\":[[3.918,2.825],[2.837,3.901],[-2.837,3.902],[-3.917,2.825],[-3.917,-2.825],[-2.837,-3.902],[2.837,-3.902],[3.918,-2.825]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.897,0.001],[0,0],[0,-0.891],[0,0],[-0.898,0],[0,0],[0,0.892],[0,0]],\"o\":[[0,0],[-0.897,0],[0,0],[0,0.892],[0,0],[0.896,0],[0,0],[0,-0.892]],\"v\":[[4.268,-5.868],[-4.268,-5.867],[-5.892,-4.252],[-5.892,4.25],[-4.268,5.868],[4.268,5.868],[5.892,4.251],[5.892,-4.251]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[27.932,76.387],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 15\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.595,0.001],[0,0],[0,0.593],[0,0],[-0.597,0.001],[0,0],[0,-0.593]],\"o\":[[0,0.593],[0,0],[-0.597,0.001],[0,0],[0,-0.594],[0,0],[0.595,0.002],[0,0]],\"v\":[[3.918,2.826],[2.838,3.901],[-2.837,3.901],[-3.917,2.826],[-3.917,-2.824],[-2.837,-3.902],[2.838,-3.902],[3.918,-2.826]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.897,-0.001],[0,0],[0,-0.893],[0,0],[-0.897,0],[0,0],[0,0.893],[0,0]],\"o\":[[0,0],[-0.896,0],[0,0],[0,0.894],[0,0],[0.897,0],[0,0],[0,-0.894]],\"v\":[[4.268,-5.867],[-4.269,-5.867],[-5.892,-4.25],[-5.892,4.25],[-4.268,5.867],[4.268,5.867],[5.892,4.25],[5.892,-4.25]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[27.932,28.494],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 17\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.896,-0.001],[0,0],[0,0.894],[0,0],[-0.896,0],[0,0],[0,-0.893]],\"o\":[[0,0.893],[0,0],[-0.896,-0.002],[0,0],[0,-0.893],[0,0],[0.896,-0.001],[0,0]],\"v\":[[5.892,4.25],[4.268,5.868],[-4.268,5.868],[-5.892,4.25],[-5.892,-4.251],[-4.268,-5.868],[4.268,-5.867],[5.892,-4.251]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[27.932,100.333],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 19\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.897,0.001],[0,0],[0,0.892],[0,0],[-0.897,0],[0,0],[0,-0.894]],\"o\":[[0,0.891],[0,0],[-0.897,0],[0,0],[0,-0.893],[0,0],[0.896,-0.001],[0,0]],\"v\":[[5.892,4.252],[4.268,5.868],[-4.268,5.868],[-5.892,4.252],[-5.892,-4.251],[-4.268,-5.868],[4.268,-5.868],[5.892,-4.249]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[27.932,52.44],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 21\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":16,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.233,0.002],[0,0],[0,-2.226],[-2.234,0],[0,0],[0,2.225]],\"o\":[[0,0],[-2.233,0.002],[0.001,2.221],[0,0],[2.234,-0.002],[-0.001,-2.224]],\"v\":[[30.158,16.109],[-30.157,16.109],[-34.202,20.138],[-30.157,24.166],[30.157,24.166],[34.201,20.136]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-2.234,0.002],[0,0],[-0.002,2.222],[2.234,0],[0,0],[0.001,-2.225]],\"o\":[[0,0],[2.233,0.002],[0,-2.225],[0,0],[-2.235,0],[0.001,2.222]],\"v\":[[-30.156,4.025],[30.158,4.027],[34.202,0],[30.157,-4.028],[-30.156,-4.028],[-34.202,0]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[-2.235,0],[0,0],[0.001,2.223],[2.233,0],[0,0],[0.001,-2.225]],\"o\":[[0,0],[2.233,0],[0.002,-2.225],[0,0],[-2.235,0.002],[0,2.223]],\"v\":[[-30.156,-16.11],[30.158,-16.11],[34.2,-20.137],[30.158,-24.165],[-30.156,-24.166],[-34.202,-20.137]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.277999997606,0.470999983245,0.635000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[56.243,183.684],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 23\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":17,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[6.815,0.008],[0,0],[0,6.797],[0,0],[-6.814,-0.007],[0,0],[-0.001,-6.797]],\"o\":[[0,6.783],[0,0],[-6.813,0.004],[0,0],[0,-6.792],[0,0],[6.815,-0.002],[0,0]],\"v\":[[98.727,106.642],[86.386,118.93],[-86.387,118.93],[-98.728,106.637],[-98.728,-106.641],[-86.385,-118.93],[86.386,-118.93],[98.728,-106.638]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[98.977,119.188],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 24\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":18,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[98.977,119.187],\"ix\":2},\"a\":{\"a\":0,\"k\":[98.977,119.187],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,86.6],\"ix\":3},\"r\":{\"a\":0,\"k\":30,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":-30,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Isometric\",\"np\":18,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":8,\"ty\":4,\"nm\":\"MONITOR\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[368.177,738.089,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[101.557,184.867,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[6.445,3.72],[0,0],[0,7.442],[0,0],[-6.445,-3.721],[0,0],[0,-7.442]],\"o\":[[0,7.44],[0,0],[-6.444,-3.722],[0,0],[0,-7.442],[0,0],[6.445,3.722],[0,0]],\"v\":[[93.354,170.353],[81.684,177.089],[-81.684,82.769],[-93.354,62.557],[-93.354,-170.351],[-81.684,-177.088],[81.684,-82.767],[93.354,-62.556]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[93.603,188.675],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-8.401,-45.348],[-8.401,19.528],[8.401,1.45],[8.401,-62.981]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-8.401,62.981],[8.401,44.202],[8.401,21.553],[-8.401,39.887]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.694000004787,0.764999988032,0.816000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[194.463,211.437],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-2.116,1.257],[0,3.685],[0,0],[1.792,3.404],[0,0]],\"o\":[[3.987,-2.278],[2.075,-1.235],[0,0],[0,-3.393],[0,0],[0,0]],\"v\":[[38.475,130.15],[54.453,120.796],[57.809,113.277],[57.809,-119.631],[54.923,-130.15],[-57.809,-65.065]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.552999997606,0.654999976065,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[145.055,236.464],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[2.075,-1.235],[3.987,-2.278],[0,0],[-1.917,1.294],[-3.394,-1.96],[0,0],[0,-7.442]],\"o\":[[0,3.685],[-2.116,1.257],[0,0],[3.429,-1.857],[2.133,-1.44],[0,0],[6.445,3.721],[0,0]],\"v\":[[99.559,166.309],[96.203,173.828],[80.225,183.182],[-99.559,-172.654],[-84.06,-181.742],[-75.478,-181.131],[87.89,-86.81],[99.559,-66.599]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.855000035903,0.882000014361,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[103.305,183.432],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":9,\"ty\":4,\"nm\":\"FAN\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[612.433,861.099,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[79.501,230.954,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.339,-1.352],[4.686,2.705],[0.012,1.764],[0.001,-0.401],[-2.347,-1.356],[-4.687,2.705],[0,1.773],[0,5.723]],\"o\":[[-4.687,2.705],[-2.331,-1.348],[-0.001,5.709],[-0.004,1.775],[4.686,2.705],[2.343,-1.354],[0,-0.402],[-0.004,1.771]],\"v\":[[8.487,-3.907],[-8.484,-3.907],[-11.995,-8.779],[-11.998,1.185],[-8.484,6.093],[8.487,6.093],[12.002,1.194],[12.001,-8.798]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.726,415.238],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-2.743],[2.374,1.37],[0,2.739],[-2.374,-1.37]],\"o\":[[0,2.742],[-2.374,-1.375],[0,-2.746],[2.374,1.372]],\"v\":[[4.3,12.481],[0,14.967],[-4.3,7.519],[0,5.033]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.219999994016,0.317999985639,0.4,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[53.856,131.681],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-5.718],[4.949,2.859],[0,5.718],[-4.95,-2.86]],\"o\":[[0,5.717],[-4.95,-2.859],[0,-5.716],[4.949,2.858]],\"v\":[[8.964,15.173],[0,20.35],[-8.964,4.826],[0,-0.349]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[53.856,131.68],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-5.718],[1.633,-0.933],[0,0],[0,0],[-1.538,0.97],[-2.549,-1.471]],\"o\":[[0,2.871],[-1.621,0.926],[0,0],[0,0],[1.633,-1.032],[4.949,2.858]],\"v\":[[20.137,8.412],[17.492,14.229],[-7.56,28.686],[-20.137,6.726],[4.694,-7.653],[11.173,-7.109]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[67.756,123.956],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.007,0.447],[0,0],[0,0],[0,0],[-0.592,-0.345],[-1.172,0.677]],\"o\":[[0,0],[0,0],[0,0],[-0.007,0.447],[1.171,0.677],[0.591,-0.345]],\"v\":[[3,70.119],[3,-62.038],[-3,-62.038],[-3,70.119],[-2.125,71.361],[2.123,71.361]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.729,203.173],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.001,-48.207],[41.722,24.048],[0,48.208],[-41.722,-24.049]],\"o\":[[0.001,48.084],[-41.721,-24.036],[0,-48.085],[41.721,24.036]],\"v\":[[75.5,53.636],[-0.002,97.151],[-75.5,-33.637],[-0.002,-77.15]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.219999994016,0.317999985639,0.4,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":4,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[80.501,114.199],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Circle\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.929,-1.691],[2.928,1.69],[-2.93,1.691],[-2.929,-1.691]],\"o\":[[-2.929,1.691],[-2.93,-1.691],[2.928,-1.691],[2.929,1.691]],\"v\":[[5.304,3.062],[-5.302,3.062],[-5.302,-3.062],[5.304,-3.062]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.727,273.724],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.107],[1.465,-0.847],[2.928,1.69],[-0.002,1.11],[0,0],[0,0]],\"o\":[[0,1.108],[-2.929,1.69],[-1.468,-0.849],[0.002,-1.106],[0,0],[0,0]],\"v\":[[7.501,38.494],[5.304,41.557],[-5.302,41.557],[-7.499,38.488],[-7.493,-43.247],[7.499,-43.201]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.694000004787,0.764999988032,0.816000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.727,316.932],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[4.686,-2.706],[4.686,2.705],[-4.686,2.706],[-4.687,-2.706]],\"o\":[[-4.687,2.706],[-4.686,-2.706],[4.686,-2.706],[4.686,2.706]],\"v\":[[8.486,4.899],[-8.485,4.899],[-8.485,-4.899],[8.486,-4.899]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.727,356.213],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-1.772],[2.343,-1.353],[4.686,2.705],[-0.004,1.776],[0,0],[0,0]],\"o\":[[0,1.773],[-4.686,2.705],[-2.348,-1.356],[0.004,-1.77],[0,0],[0,0]],\"v\":[[12.002,31.591],[8.487,36.49],[-8.483,36.49],[-11.998,31.582],[-11.988,-39.195],[11.999,-39.122]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.694000004787,0.764999988032,0.816000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.726,395.346],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[2.606,4.564],[0,0]],\"o\":[[0,0],[2.722,-4.547],[0,0],[0,0]],\"v\":[[-19.374,7.035],[16.601,7.035],[16.768,-7.035],[-19.374,-7.035]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.862999949736,0.885999971278,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[90.038,426.725],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[14.839,-8.568],[14.84,8.568],[-14.841,8.568],[-14.84,-8.57]],\"o\":[[-14.84,8.569],[-14.841,-8.568],[14.839,-8.569],[14.84,8.568]],\"v\":[[26.872,15.513],[-26.87,15.513],[-26.87,-15.513],[26.87,-15.512]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.727,426.575],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-5.614],[7.42,-4.284],[14.84,8.568],[-0.013,5.624],[0,0],[0,0]],\"o\":[[0,5.614],[-14.84,8.569],[-7.433,-4.291],[0.012,-5.605],[0,0],[0,0]],\"v\":[[38.007,-6.442],[26.877,9.071],[-26.864,9.071],[-37.993,-6.471],[-37.961,-17.64],[37.998,-17.41]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.721,444.017],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":10,\"ty\":4,\"nm\":\"Fan\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[613.431,738.999,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[70.719,61.278,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.275,0],[0,0.275],[-0.275,0],[0,-0.275]],\"o\":[[-0.275,0],[0,-0.275],[0.275,0],[0,0.275]],\"v\":[[0,0.5],[-0.5,0],[0,-0.5],[0.5,0]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,78.432],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[4.506,0],[0,4.512],[-4.506,0],[0,-4.511]],\"o\":[[-4.506,0],[0,-4.511],[4.506,0],[0,4.512]],\"v\":[[0,8.182],[-8.182,-0.001],[0,-8.182],[8.182,-0.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,78.432],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[18.697,10.793],[7.016,1.98],[3.766,2.343],[0,10.831],[5.522,0],[0,-21.589],[-1.82,-7.079],[0.13,-4.731],[9.303,-5.371],[-2.761,-4.783],[-18.696,10.793],[-5.221,5.105],[-2.348,0],[-1.927,1.045],[-9.352,-5.398],[-2.762,4.783]],\"o\":[[-9.303,-5.371],[-0.131,-4.731],[1.821,-7.079],[0,-21.589],[-5.522,0],[0,10.831],[-3.765,2.343],[-7.015,1.98],[-18.697,10.793],[2.761,4.783],[9.352,-5.398],[1.928,1.043],[2.348,0],[5.223,5.105],[18.697,10.793],[2.761,-4.783]],\"v\":[[38.854,28.04],[13.563,16.792],[7.051,5.765],[10,-21.937],[0,-61.028],[-10,-21.937],[-7.053,5.765],[-13.563,16.792],[-38.854,28.04],[-67.708,56.245],[-28.854,45.36],[-6.377,28.999],[0,30.79],[6.375,28.999],[28.854,45.36],[67.708,56.245]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,61.278],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,78.305],\"ix\":2},\"a\":{\"a\":0,\"k\":[70.719,78.305],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.509],\"y\":[0.821]},\"o\":{\"x\":[0.441],\"y\":[0.135]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.771],\"y\":[0.786]},\"o\":{\"x\":[0.243],\"y\":[0.296]},\"t\":90,\"s\":[1080]},{\"i\":{\"x\":[0.602],\"y\":[0.915]},\"o\":{\"x\":[0.44],\"y\":[0.124]},\"t\":290,\"s\":[1800]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.168],\"y\":[0.157]},\"t\":380,\"s\":[2880]},{\"t\":510,\"s\":[3236]}],\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Fan\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,59.805],\"ix\":2},\"a\":{\"a\":0,\"k\":[70.719,59.805],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,86.6],\"ix\":3},\"r\":{\"a\":0,\"k\":30,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":-30,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Isometric\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":11,\"ty\":4,\"nm\":\"Fan Morph\",\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":10,\"s\":[0]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":45,\"s\":[80]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":80,\"s\":[0]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":300,\"s\":[0]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":335,\"s\":[80]},{\"t\":370,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[613.431,738.999,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[70.719,61.278,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.275,0],[0,0.275],[-0.275,0],[0,-0.275]],\"o\":[[-0.275,0],[0,-0.275],[0.275,0],[0,0.275]],\"v\":[[0,0.5],[-0.5,0],[0,-0.5],[0.5,0]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,78.432],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[4.506,0],[0,4.512],[-4.506,0],[0,-4.511]],\"o\":[[-4.506,0],[0,-4.511],[4.506,0],[0,4.512]],\"v\":[[0,8.182],[-8.182,-0.001],[0,-8.182],[8.182,-0.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,78.432],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[18.697,10.793],[7.016,1.98],[3.766,2.343],[0,10.831],[5.522,0],[0,-21.589],[-1.82,-7.079],[0.13,-4.731],[9.303,-5.371],[-2.761,-4.783],[-18.696,10.793],[-5.221,5.105],[-2.348,0],[-1.927,1.045],[-9.352,-5.398],[-2.762,4.783]],\"o\":[[-9.303,-5.371],[-0.131,-4.731],[1.821,-7.079],[0,-21.589],[-5.522,0],[0,10.831],[-3.765,2.343],[-7.015,1.98],[-18.697,10.793],[2.761,4.783],[9.352,-5.398],[1.928,1.043],[2.348,0],[5.223,5.105],[18.697,10.793],[2.761,-4.783]],\"v\":[[38.854,28.04],[13.563,16.792],[7.051,5.765],[10,-21.937],[0,-61.028],[-10,-21.937],[-7.053,5.765],[-13.563,16.792],[-38.854,28.04],[-67.708,56.245],[-28.854,45.36],[-6.377,28.999],[0,30.79],[6.375,28.999],[28.854,45.36],[67.708,56.245]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,61.278],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,78.305],\"ix\":2},\"a\":{\"a\":0,\"k\":[70.719,78.305],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.486],\"y\":[0.811]},\"o\":{\"x\":[0.422],\"y\":[0.095]},\"t\":0,\"s\":[60]},{\"i\":{\"x\":[0.762],\"y\":[0.812]},\"o\":{\"x\":[0.228],\"y\":[0.279]},\"t\":90,\"s\":[1140]},{\"i\":{\"x\":[0.595],\"y\":[0.901]},\"o\":{\"x\":[0.421],\"y\":[0.1]},\"t\":290,\"s\":[1860]},{\"t\":380,\"s\":[2940]}],\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Fan\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.719,59.805],\"ix\":2},\"a\":{\"a\":0,\"k\":[70.719,59.805],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,86.6],\"ix\":3},\"r\":{\"a\":0,\"k\":30,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":-30,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Isometric\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":12,\"ty\":4,\"nm\":\"Icon1 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":528.437,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[369.863]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":127.5,\"s\":[353.863]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":255,\"s\":[369.863]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":382.5,\"s\":[353.863]},{\"t\":510,\"s\":[369.863]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[46.666,82.34,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[25.289,-0.988],[1.711,-14.6],[-25.289,0.988],[-1.711,14.6]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[67.793,73.665],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[11.531,4.299],[-15.469,19.887],[-11.531,-4.299],[15.469,-19.887]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[77.612,92.564],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[13.5,4.453],[-13.5,20.042],[-13.5,-4.453],[13.5,-20.042]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[79.437,39.432],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-4.133,-2.385],[0,0],[0,0],[13.444,7.761],[0.001,-11.108],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,-4.13],[4.131,2.386],[0,0],[0,0],[-13.444,-7.762],[0,0],[0,0],[0,0],[0,0],[0.001,31.116],[0,0],[0,0],[0,0],[0,0]],\"v\":[[32.916,0.167],[9.338,-13.445],[9.338,-33.609],[16.184,-38.201],[32.771,-28.623],[32.771,-53.118],[6.008,-68.57],[-13.849,-56.68],[-13.849,-26.833],[-32.916,-37.841],[-32.916,-11.38],[-13.849,-0.372],[-13.849,62.945],[9.338,76.333],[9.338,13.015],[28.978,24.354]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.128999986836,0.588000009574,0.952999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[33.166,88.098],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[9.508,11.056],[-9.559,0.048],[9.559,-11.056]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[9.81,50.209],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[13.444,7.762],[3.267,-1.964],[5.148,-2.911]],\"o\":[[0,0],[0,0],[-6.156,-3.554],[-3.867,2.326],[0,0]],\"v\":[[6.795,17.364],[33.795,1.777],[7.031,-13.676],[-7.074,-15.4],[-33.795,0.137]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[59.142,17.615],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[14.081,-1.139],[14.081,-4.303],[-14.081,-14.449],[-12.919,14.449]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[55.423,60.203],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,16.729],[0,0],[0,0],[0,0]],\"v\":[[-13.5,-31.659],[-13.5,31.659],[13.5,16.07],[13.5,-26.339]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[56.004,132.771],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":13,\"ty\":4,\"nm\":\"Icon2 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":680.645,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":0,\"s\":[457.501]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":9.714,\"s\":[457.501]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":137.214,\"s\":[441.501]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":264.714,\"s\":[457.501]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":392.214,\"s\":[441.501]},{\"t\":510,\"s\":[457.501]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[74.512,102.525,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.158,0.274],[5.307,3.068],[3.483,-2.001],[0.003,-6.127],[-3.475,-6.029],[-0.164,-0.27],[0,0]],\"o\":[[-3.484,-6.024],[-5.308,-3.061],[-3.475,2.017],[0.003,6.13],[0.159,0.274],[0,0],[-0.152,-0.277]],\"v\":[[16.124,0.598],[2.58,-13.699],[-10.964,-15.041],[-16.573,-2.642],[-10.964,16.235],[-10.466,17.042],[16.573,1.431]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[58.432,99.555],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.483,-2.001],[0.003,-6.127],[-3.475,-6.028],[-5.308,-3.068],[-3.484,2.002],[-0.003,6.127],[3.475,6.028],[5.307,3.067]],\"o\":[[-3.475,2.017],[0.003,6.13],[3.483,6.025],[5.307,3.06],[3.475,-2.016],[-0.003,-6.13],[-3.484,-6.024],[-5.308,-3.061]],\"v\":[[-13.543,-23.458],[-19.153,-11.058],[-13.543,7.818],[0,22.116],[13.544,23.456],[19.153,11.057],[13.544,-7.818],[0,-22.115]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[61.012,107.972],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.837,-2.203],[0.004,-6.745],[0,0],[-3.825,-6.636],[-5.842,-3.376],[0,0],[-3.833,2.204],[-0.004,6.745],[0,0],[3.826,6.637],[5.843,3.376],[0,0]],\"o\":[[-3.825,2.219],[0,0],[0.004,6.748],[3.837,6.633],[0,0],[5.844,3.37],[3.826,-2.219],[0,0],[-0.004,-6.749],[-3.835,-6.631],[0,0],[-5.842,-3.37]],\"v\":[[-43.144,-74.726],[-49.322,-61.07],[-49.322,4.119],[-43.144,24.906],[-28.229,40.651],[28.229,73.247],[43.143,74.724],[49.322,61.07],[49.321,-4.12],[43.144,-24.907],[28.229,-40.651],[-28.229,-73.247]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.004,20.752],[0,0],[-17.969,-10.369],[0,0],[-0.005,-20.751],[0,0],[17.97,10.37]],\"o\":[[-17.97,-10.379],[0,0],[0.005,-20.748],[0,0],[17.97,10.379],[0,0],[-0.005,20.746],[0,0]],\"v\":[[-28.229,53.862],[-60.762,-2.487],[-60.762,-67.675],[-28.229,-86.458],[28.229,-53.862],[60.762,2.485],[60.762,67.675],[28.229,86.458]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"gf\",\"o\":{\"a\":0,\"k\":100,\"ix\":10},\"r\":1,\"bm\":0,\"g\":{\"p\":3,\"k\":{\"a\":0,\"k\":[0,0.992,0.533,0.22,0.5,0.839,0.408,0.461,1,0.686,0.282,0.702],\"ix\":9}},\"s\":{\"a\":0,\"k\":[-50.5,30],\"ix\":5},\"e\":{\"a\":0,\"k\":[50,-29],\"ix\":6},\"t\":1,\"nm\":\"Gradient Fill 1\",\"mn\":\"ADBE Vector Graphic - G-Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[61.012,107.972],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"gradient\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-4.576],[3.963,2.288],[0,4.577],[-3.964,-2.288]],\"o\":[[0,4.577],[-3.965,-2.289],[0.001,-4.576],[3.964,2.289]],\"v\":[[7.177,4.143],[0.001,8.287],[-7.177,-4.144],[0,-8.287]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"gf\",\"o\":{\"a\":0,\"k\":100,\"ix\":10},\"r\":1,\"bm\":0,\"g\":{\"p\":3,\"k\":{\"a\":0,\"k\":[0,0.992,0.533,0.22,0.5,0.839,0.408,0.461,1,0.686,0.282,0.702],\"ix\":9}},\"s\":{\"a\":0,\"k\":[-84,48],\"ix\":5},\"e\":{\"a\":0,\"k\":[20,-9],\"ix\":6},\"t\":1,\"nm\":\"Gradient Fill 1\",\"mn\":\"ADBE Vector Graphic - G-Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[93.524,89.656],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"gradient\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.003,19.515],[-16.899,-9.752],[-0.004,-19.514],[16.899,9.752]],\"o\":[[0.003,-19.51],[16.899,9.761],[-0.004,19.51],[-16.899,-9.76]],\"v\":[[-30.594,-17.664],[0,-35.326],[30.594,17.663],[0,35.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"gf\",\"o\":{\"a\":0,\"k\":100,\"ix\":10},\"r\":1,\"bm\":0,\"g\":{\"p\":3,\"k\":{\"a\":0,\"k\":[0,0.992,0.533,0.22,0.5,0.839,0.408,0.461,1,0.686,0.282,0.702],\"ix\":9}},\"s\":{\"a\":0,\"k\":[-50,30.5],\"ix\":5},\"e\":{\"a\":0,\"k\":[53,-27.5],\"ix\":6},\"t\":1,\"nm\":\"Gradient Fill 1\",\"mn\":\"ADBE Vector Graphic - G-Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[61.012,107.972],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"gradient\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-4.549,2.653],[-0.002,10.334],[0,0],[5.013,9.503],[0,0],[0,0]],\"o\":[[5.849,-3.411],[0,0],[-0.002,-9.479],[0,0],[0,0],[8.407,-4.838]],\"v\":[[8.6,50.46],[18.065,29.447],[18.065,-35.743],[10.005,-65.134],[-18.065,-48.926],[-16.799,65.134]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[130.708,130.613],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[17.97,10.379],[0,0],[5.886,-3.405],[6.605,-3.853],[0,0],[0,0],[0,0],[-4.549,2.653],[-0.002,10.334],[0,0]],\"o\":[[0,0],[-8.989,-5.187],[-5.473,3.166],[0,0],[0,0],[0,0],[8.408,-4.838],[5.849,-3.411],[0,0],[-0.005,-20.752]],\"v\":[[36.878,-59.477],[-19.58,-92.074],[-42.59,-94.343],[-69.411,-78.783],[16.504,-33.309],[35.504,-4.975],[34.545,97.749],[59.945,83.075],[69.411,62.061],[69.411,-3.129]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[79.363,97.999],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[18.726,0.803],[-8.534,16.617],[-18.726,-0.95],[8.427,-16.617]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[107.259,81.807],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-37.087,-29.508],[-9.586,-45.431],[20.337,-32.069],[37.087,-2.569],[33.462,29.681],[5.837,45.431],[7.462,10.056],[-14.288,-20.319]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[77.029,99.842],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.174,0.301],[0.004,6.748],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-3.825,-6.637],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.18,-0.297]],\"v\":[[18.144,37.955],[11.966,17.168],[11.966,-42.751],[-2.523,-55.978],[-18.19,-44.645],[-18.69,42.522],[-10.989,55.978],[18.69,38.842]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[26.723,79.335],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[3.837,6.632],[0.004,6.748],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[-5.842,-3.377],[-3.825,-6.637],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[50.826,55.231],[-1.084,25.261],[-15.999,9.516],[-22.177,-11.272],[-22.177,-71.191],[-36.667,-84.417],[-52.334,-73.084],[-52.833,14.083],[-38.333,39.417],[39.167,84.417],[52.833,77.583]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[60.867,107.774],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":14,\"ty\":4,\"nm\":\"Icon3 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":528.438,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":0,\"s\":[544.584]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":19.429,\"s\":[544.584]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":146.929,\"s\":[528.584]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":274.429,\"s\":[544.584]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":401.929,\"s\":[528.584]},{\"t\":510,\"s\":[544.584]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[67.025,82.699,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[6.693,3.864],[4.137,16.721],[0,0],[-20.794,-12.005],[-9.403,4.199]],\"o\":[[0,0],[-5.086,1.205],[-13.803,-7.969],[0,0],[8.776,25.126],[13.556,7.827],[0,0]],\"v\":[[24.215,7.526],[24.103,7.429],[6.122,3.625],[-23.524,-38.165],[-41.446,-32.231],[6.122,29.054],[41.446,33.966]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.596000043084,0.760999971278,0.224000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[47.403,119.105],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[8.862,-14.646],[0,0],[-13.423,-7.749],[-5.523,-8.866],[0,0],[13.952,8.056]],\"o\":[[0,0],[4.425,-11.165],[7.972,4.603],[0,0],[-9.496,-15.619],[-20.605,-11.896]],\"v\":[[-41.736,-11.376],[-23.703,14.686],[5.59,8.101],[26.361,29.225],[41.736,19.874],[5.59,-17.329]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[47.936,42.461],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,18.322],[0.589,3.997],[0,0],[0,0],[0,0],[5.188,-1.229],[0,0],[0,0]],\"o\":[[0,-3.854],[0,0],[0,0],[0,0],[-2.197,5.744],[0.066,0.057],[0,0],[11.006,-4.914]],\"v\":[[26.474,3.092],[25.574,-8.708],[-26.474,-38.759],[-26.474,-15.204],[2.59,1.575],[-8.82,12.222],[-8.708,12.319],[8.522,38.759]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.128999986836,0.588000009574,0.952999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[80.326,114.312],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-10.183],[-3.643,-10.428],[0,0],[0,3.989],[-1.264,3.19]],\"o\":[[-3.793,6.269],[0,9.965],[0,0],[-1.036,-4.186],[0,-4.428],[0,0]],\"v\":[[-6.042,-27.895],[-11.991,-3.092],[-6.284,27.895],[11.638,21.961],[10.033,9.624],[11.991,-1.833]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.596000043084,0,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[12.241,58.98],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.589,3.998],[0,0],[0,0],[0,0],[13.519,7.806],[0,19.925],[-17.258,-9.964],[-5.522,-8.867],[0,0],[13.953,8.056],[0,-33.975],[-29.424,-16.988],[-0.001,33.974]],\"o\":[[0,0],[0,0],[0,0],[-4.35,11.374],[-17.258,-9.963],[0,-19.925],[7.972,4.603],[0,0],[-9.496,-15.62],[-29.424,-16.987],[0,33.974],[29.423,16.988],[-0.001,-3.854]],\"v\":[[52.376,18.958],[0.328,-11.092],[0.328,12.462],[29.392,29.242],[0,36.084],[-31.251,-18.043],[0,-36.084],[20.771,-14.96],[36.147,-24.311],[0,-61.515],[-53.275,-30.758],[0,61.514],[53.275,30.758]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[53.525,86.646],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[39.523,7.231],[12.523,22.819],[-39.523,-7.231],[-12.525,-22.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[93.377,82.785],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-5.522,-8.866],[0,0],[13.953,8.056],[9.635,-5.555],[8.165,-4.909]],\"o\":[[0,0],[-9.497,-15.62],[-14.701,-8.487],[-7.649,4.411],[0,0]],\"v\":[[22.878,31.042],[49.878,15.455],[13.729,-21.75],[-23.911,-25.487],[-49.878,-10.323]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[66.795,31.293],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.589,3.998],[0,0],[0,0],[-6.927,4.099],[-0.001,16.842]],\"o\":[[0,0],[0,0],[9.539,-5.444],[9.498,-5.62],[-0.001,-3.854]],\"v\":[[20.197,-30.811],[-6.803,-15.223],[-21.096,30.811],[5.734,15.322],[21.096,-19.01]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[112.704,120.826],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[21.229,13.973],[0,19.925],[-0.329,1.904],[-24.333,-47.834]],\"o\":[[-17.258,-9.963],[0,-2.202],[-14.52,-12.404],[30.228,59.42]],\"v\":[[27.938,11.483],[-3.313,-42.644],[-2.813,-48.806],[-24.833,1.79]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[52.587,95.659],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":15,\"ty\":4,\"nm\":\"Mask\",\"parent\":17,\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[61.013,97.362,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[61.012,83.701,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-13.69,16.238],[-13.69,-32.047],[21.241,12.264]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.421,4.285],[0,0],[0,-8.569],[0,0],[-7.422,-4.285],[0,0],[0,8.568],[0,0]],\"o\":[[0,0],[-7.421,-4.285],[0,0],[0,8.568],[0,0],[7.42,4.283],[0,0],[0,-8.569]],\"v\":[[47.326,-24.521],[-47.325,-79.166],[-60.763,-71.409],[-60.762,1.249],[-47.325,24.522],[47.326,79.169],[60.763,71.411],[60.763,-1.247]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[61.012,83.701],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":16,\"ty\":4,\"nm\":\"Blick\",\"parent\":17,\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":0,\"s\":[48.036]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":29.143,\"s\":[48.036]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":156.643,\"s\":[64.036]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":284.143,\"s\":[48.036]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":411.643,\"s\":[64.036]},{\"t\":510,\"s\":[48.036]}],\"ix\":3},\"y\":{\"a\":0,\"k\":94.502,\"ix\":4}},\"a\":{\"a\":0,\"k\":[83.204,70.563,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[47.331,-56.701],[-59.372,49.75],[-47.333,56.701],[59.372,-49.748]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.552999997606,0.438999998803,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[106.786,84.176],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-35.288,63.652],[71.415,-42.798],[35.294,-63.652],[-71.415,42.794]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.552999997606,0.438999998803,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[71.665,63.902],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":17,\"ty\":4,\"nm\":\"Icon4 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":680.645,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":0,\"s\":[629.578]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":29.143,\"s\":[629.578]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":156.643,\"s\":[613.578]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":284.143,\"s\":[629.578]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":411.643,\"s\":[613.578]},{\"t\":510,\"s\":[629.578]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[74.512,90.532,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-13.69,16.238],[-13.69,-32.047],[21.241,12.264]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.421,4.285],[0,0],[0,-8.569],[0,0],[-7.422,-4.285],[0,0],[0,8.568],[0,0]],\"o\":[[0,0],[-7.421,-4.285],[0,0],[0,8.568],[0,0],[7.42,4.283],[0,0],[0,-8.569]],\"v\":[[47.326,-24.521],[-47.325,-79.166],[-60.763,-71.409],[-60.762,1.249],[-47.325,24.522],[47.326,79.169],[60.763,71.411],[60.763,-1.247]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[61.012,97.362],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[13.095,9.038],[-13.095,-24.142],[-13.095,24.142]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[60.416,89.458],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[8.723,-7.552],[-17.466,7.552],[17.466,3.578]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[64.788,106.048],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-2.428,1.377],[0,4.309],[0,0],[1.95,3.819],[0,0]],\"o\":[[5.607,-3.211],[2.457,-1.392],[0,0],[0,-3.785],[0,0],[0,0]],\"v\":[[7.945,54.299],[34.738,38.83],[38.716,30.108],[38.716,-42.551],[35.59,-54.299],[-38.716,-11.399]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[110.058,123.077],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.421,4.284],[0,0],[2.45,-1.574],[4.384,-2.515],[0,0],[-2.428,1.377],[0,4.309],[0,0]],\"o\":[[0,0],[-3.844,-2.219],[-2.278,1.464],[0,0],[5.607,-3.211],[2.457,-1.392],[0,0],[0,-8.568]],\"v\":[[58.795,-31.56],[-35.855,-86.206],[-45.616,-86.989],[-72.231,-71.513],[41.46,88.563],[68.252,73.094],[72.231,64.372],[72.231,-8.287]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[76.543,88.813],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":18,\"ty\":4,\"nm\":\"mask\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[849.208,610.049,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[76.088,167.704,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[61.328,0],[2.54,6.663],[0,0],[0,0],[-13.257,-7.658],[-26.554,15.342],[-0.019,10.031],[0,0],[0,0]],\"o\":[[-59.463,0],[0,0],[0,0],[0.021,10.031],[26.554,15.342],[13.257,-7.657],[0,0],[0,0],[-1.573,5.633]],\"v\":[[0.911,-127.884],[-75.838,-164.59],[-75.838,116.11],[-68.177,124.396],[-48.263,152.111],[47.904,152.111],[67.818,124.396],[75.838,116.11],[75.838,-167.453]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.517999985639,0.6,0.670999983245,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[76.088,167.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":19,\"ty\":4,\"nm\":\"User 2\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":848.99,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.574],\"y\":[1]},\"o\":{\"x\":[0.358],\"y\":[0]},\"t\":135,\"s\":[399.803]},{\"t\":215,\"s\":[858.803]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[70.535,70.535,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.536,0],[0,-3.536],[-3.536,0],[0,3.536]],\"o\":[[-3.536,0],[0,3.536],[3.536,0],[0,-3.536]],\"v\":[[14.33,7.825],[7.927,14.227],[14.33,20.63],[20.732,14.227]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.24,0],[0,-7.24],[-7.24,0],[0,7.24]],\"o\":[[-7.24,0],[0,7.24],[7.24,0],[0,-7.24]],\"v\":[[-7.622,-20.63],[-20.732,-7.52],[-7.622,5.589],[5.487,-7.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":160,\"s\":[103.141,75.44],\"to\":[0,-5.5],\"ti\":[0,5.5]},{\"t\":197,\"s\":[103.141,42.44]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Blick\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.961000031116,0.972999961703,0.980000035903,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":4,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[10.794,-5.254],[5.642,-0.077],[1.812,-0.756],[-0.08,-0.934],[-2.327,-0.009],[-2.368,-6.995],[1.145,-0.4],[1.793,1.78],[4.532,-1.398],[-0.284,-0.356],[-4.08,0.307],[-6.829,12.006],[0,0]],\"o\":[[-2.782,-7.886],[-2.303,0.006],[0.081,0.969],[1.524,-0.798],[4.872,0.075],[-1.009,0.423],[-1.487,0.52],[-1.926,-1.912],[0.587,6.404],[0.656,0.818],[0,0],[0,0],[0,0]],\"v\":[[4.019,-0.586],[-11.009,-11.358],[-17.283,-10.155],[-17.043,-7.296],[-11.009,-8.66],[1.52,0.543],[-1.701,1.78],[-7.155,0.194],[-16.535,-1.559],[-15.158,9.718],[-5.871,11.658],[17.283,-1.47],[16.635,-11.965]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.219999994016,0.184000007779,0.165000002992,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[64.687,86.248],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.149,5.771],[6.378,-1.319],[-1.313,-8.79],[6.407,-2.967],[0,0],[0,0],[0,0],[-6.264,-7.31]],\"o\":[[-1.722,-1.007],[-8.062,1.667],[2.961,19.825],[1.75,5.166],[0,0],[0,0],[-3.06,-12.932],[2.642,-8.017]],\"v\":[[12.994,-23.386],[0.643,-24.932],[-10.627,-7.905],[-15.143,18.835],[-12.308,26.251],[-1.058,20.001],[0.464,11.473],[12.37,-2.361]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.458999992819,0.270999983245,0.161000001197,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[80.86,62.81],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.698,2.036],[15.852,2.865],[-1.326,-17.449],[-0.687,-0.858],[-4.08,0.306],[0,0],[-18.554,6.187],[0,0],[-6.044,16.359]],\"o\":[[5.769,-17.505],[-20.034,-3.621],[1.326,17.449],[0.655,0.818],[0,0],[0,0],[10.102,-3.368],[0,0],[7.007,-5.152]],\"v\":[[21.619,-8.279],[5.369,-42.458],[-26.062,-16.13],[-22.081,27.238],[-12.794,29.178],[-14.529,34.28],[6.492,39.892],[20.268,25.198],[16.265,4.361]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.569000004787,0.33300000359,0.19199999641,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[71.611,68.728],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[9.433,-3.403],[2.547,-5.211],[-19.463,0],[-12.131,16.249]],\"o\":[[-5.13,4.493],[12.167,13.321],[21.838,0],[-33.004,-29.031]],\"v\":[[-39.45,-10.656],[-51.243,6.219],[-2.105,27.901],[51.243,1.13]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[72.64,109.171],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":50,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":20,\"ty\":4,\"nm\":\"Mask\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[849.208,610.049,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[76.088,167.704,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[61.328,0],[2.54,6.663],[0,0],[0,0],[-13.257,-7.658],[-26.554,15.342],[-0.019,10.031],[0,0],[0,0]],\"o\":[[-59.463,0],[0,0],[0,0],[0.021,10.031],[26.554,15.342],[13.257,-7.657],[0,0],[0,0],[-1.573,5.633]],\"v\":[[0.911,-127.884],[-75.838,-164.59],[-75.838,116.11],[-68.177,124.396],[-48.263,152.111],[47.904,152.111],[67.818,124.396],[75.838,116.11],[75.838,-167.453]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.517999985639,0.6,0.670999983245,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[76.088,167.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":21,\"ty\":4,\"nm\":\"User 3\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":848.99,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.587],\"y\":[1]},\"o\":{\"x\":[0.358],\"y\":[0]},\"t\":220,\"s\":[399.803]},{\"t\":300,\"s\":[858.803]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[70.535,70.535,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.536,0],[0,-3.536],[-3.536,0],[0,3.536]],\"o\":[[-3.536,0],[0,3.536],[3.536,0],[0,-3.536]],\"v\":[[14.33,7.825],[7.927,14.227],[14.33,20.63],[20.732,14.227]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.24,0],[0,-7.24],[-7.24,0],[0,7.24]],\"o\":[[-7.24,0],[0,7.24],[7.24,0],[0,-7.24]],\"v\":[[-7.622,-20.63],[-20.732,-7.52],[-7.622,5.589],[5.487,-7.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":243,\"s\":[103.141,78.44],\"to\":[0,-6],\"ti\":[0,6]},{\"t\":281,\"s\":[103.141,42.44]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Blick\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.961000031116,0.972999961703,0.980000035903,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":4,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.571,11.443],[0,0],[11.966,4.6],[10.667,2.583],[-4.25,-4.333],[-7.585,-0.111],[-3.923,-2.211],[0.94,-4.193],[1.48,-4.568],[0,0],[-0.735,1.009],[3.567,-10.121]],\"o\":[[-1.492,-2.784],[0,0],[-18.273,-7.026],[-2.917,1.5],[0,0],[7.935,0.117],[2.801,1.579],[-0.956,4.262],[0,0],[0.32,-1.282],[3.522,-4.831],[4.701,-4.962]],\"v\":[[27.132,0.659],[22.964,-5.091],[12.047,-19.923],[-23.368,-15.423],[-23.453,-0.508],[-11.125,3.198],[6.935,-1.045],[8.024,9.505],[3.94,23.768],[7.701,22.901],[9.247,19.418],[16.278,26.949]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.219999994016,0.270999983245,0.298000021542,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[71.248,45.823],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[9.263,11.043],[-0.215,-2.262],[0,0],[-10.305,10.194],[-1.281,5.149],[0,0]],\"o\":[[0,0],[0.082,2.359],[3.192,3.713],[0,0],[-0.926,-2.427],[0,0],[-1.678,5.176]],\"v\":[[9.28,-2.769],[-17.45,0.21],[-17.012,7.167],[-6.138,12.879],[17.45,1.334],[16.181,-12.879],[12.421,-12.012]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.705999995213,0.638999968884,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[62.768,81.603],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[3.583,-7.083],[-12.666,6.5],[0,0],[-2.333,13.584],[0.718,14.378],[0,0],[11.966,4.6],[10.667,2.583],[-4.25,-4.333],[-1.645,-17.291]],\"o\":[[0,0],[-0.166,3.416],[12.666,-6.5],[0,0],[3.829,-2.778],[-1.492,-2.784],[0,0],[-18.273,-7.026],[-2.917,1.5],[-1.083,4.667],[3.192,3.714]],\"v\":[[-14.692,25.471],[-17.776,39.721],[4.808,43.637],[17.558,26.721],[13.141,6.556],[27.058,-22.529],[22.891,-28.279],[11.974,-43.111],[-23.442,-38.611],[-23.526,-23.696],[-25.566,19.759]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.769000004787,0.698000021542,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[71.322,69.011],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.138,1.118],[16.125,0],[4.246,-9.798],[2.085,-4.961],[-15.932,0],[-12.188,13.728]],\"o\":[[-17.73,-9.277],[-16.125,0],[-1.655,3.82],[11.457,9.34],[19.804,0],[-1.753,-2.539]],\"v\":[[36.927,-12.276],[-14.29,-21.674],[-39.617,-8.04],[-45.886,6.728],[-3.878,21.674],[45.886,-0.715]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.277999997606,0.470999983245,0.635000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[74.412,115.397],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":50,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":22,\"ty\":4,\"nm\":\"Mask\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[849.208,610.049,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[76.088,167.704,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[61.328,0],[2.54,6.663],[0,0],[0,0],[-13.257,-7.658],[-26.554,15.342],[-0.019,10.031],[0,0],[0,0]],\"o\":[[-59.463,0],[0,0],[0,0],[0.021,10.031],[26.554,15.342],[13.257,-7.657],[0,0],[0,0],[-1.573,5.633]],\"v\":[[0.911,-127.884],[-75.838,-164.59],[-75.838,116.11],[-68.177,124.396],[-48.263,152.111],[47.904,152.111],[67.818,124.396],[75.838,116.11],[75.838,-167.453]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.517999985639,0.6,0.670999983245,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[76.088,167.704],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":23,\"ty\":4,\"nm\":\"User 5\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":848.99,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.587],\"y\":[1]},\"o\":{\"x\":[0.358],\"y\":[0]},\"t\":430,\"s\":[399.803]},{\"t\":510,\"s\":[858.803]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[70.535,70.535,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.536,0],[0,-3.536],[-3.536,0],[0,3.536]],\"o\":[[-3.536,0],[0,3.536],[3.536,0],[0,-3.536]],\"v\":[[14.33,7.825],[7.927,14.227],[14.33,20.63],[20.732,14.227]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.24,0],[0,-7.24],[-7.24,0],[0,7.24]],\"o\":[[-7.24,0],[0,7.24],[7.24,0],[0,-7.24]],\"v\":[[-7.622,-20.63],[-20.732,-7.52],[-7.622,5.589],[5.487,-7.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":452,\"s\":[103.141,82.44],\"to\":[0,-6.667],\"ti\":[0,6.667]},{\"t\":488,\"s\":[103.141,42.44]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Blick\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.961000031116,0.972999961703,0.980000035903,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":4,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.897,-0.189],[0,0],[1.611,-7.285]],\"o\":[[0,0],[0,0],[1.847,0.347]],\"v\":[[2.81,8.555],[0.847,-8.555],[-2.81,7.754]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[61.02,128.173],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[12.313,-5.381],[-4.73,-3.18],[-8.153,-10.355],[0.897,2.609],[2.854,-13.942],[0,0],[-5.463,1.304],[7.908,-3.913],[-2.609,-2.365],[-2.771,8.232],[10.122,8.004]],\"o\":[[0,0],[2.283,-0.57],[0.979,-0.816],[1.956,0.408],[0.898,0.489],[0,0],[5.463,-1.305],[0.245,2.935],[1.06,-3.588],[2.772,-8.231],[-19.487,-15.41]],\"v\":[[-28.706,-11.578],[-23.732,-2.853],[1.951,5.872],[2.522,-2.527],[5.782,17.939],[7.25,18.591],[12.469,9.703],[14.589,22.422],[17.524,32.125],[22.826,16.14],[18.584,-16.715]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.705,49.102],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.678,-1.453],[-0.388,-3.392],[-2.326,0.096],[0,0],[-3.973,-4.943],[-7.753,10.563],[-4.36,10.951],[14.537,8.237]],\"o\":[[0,0],[0.387,3.391],[0,0],[0,0],[2.713,0],[-0.291,-3.003],[4.36,-10.951],[-14.537,-8.238]],\"v\":[[-23.307,-26.651],[-19.043,16.765],[-9.934,21.804],[-9.159,25.486],[-6.347,38.668],[16.814,24.809],[18.947,3.294],[8.577,-30.431]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.769000004787,0.698000021542,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.038,70.086],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.427,3.77],[0.155,0.01],[0.972,-0.243],[2.28,-0.937],[0,0],[0,0],[0,0]],\"o\":[[-2.309,-1.128],[-0.758,-0.055],[-0.202,0.051],[-5.845,7.777],[0,0],[0,0],[13.353,-6.824]],\"v\":[[18.95,-9.952],[14.961,-11.809],[-9.098,-11.444],[-13.104,-9.845],[-16.109,9.545],[-7.443,2.105],[-1.034,11.863]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[71.134,106.65],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.31,-6.12],[-6.605,-0.789],[-1.443,6.12],[6.605,1.593]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[63.381,114.874],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.06,0.06],[0.758,0.055],[0.972,-0.243],[0.851,-0.85],[1.121,-5.49],[-16.992,0],[-12.198,14.019]],\"o\":[[-0.364,-0.365],[-0.757,-0.055],[-0.972,0.244],[-0.367,0.367],[11.76,10.482],[20.042,0],[-0.257,-1.323]],\"v\":[[46.727,-3.956],[12.583,-21.088],[-11.474,-20.724],[-44.645,-6.508],[-47.223,4.282],[-2.976,21.143],[47.223,-1.75]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[73.511,115.929],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":50,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":24,\"ty\":4,\"nm\":\"TUBES\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[726.007,515.707,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[207.24,434.474,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-7.461,4.311],[-26.555,-15.343],[-3.268,-5.39],[19.092,11.029],[26.554,-15.341],[-8.362,-13.79]],\"o\":[[26.554,-15.341],[7.462,4.311],[8.361,-13.79],[-26.555,-15.343],[-19.092,11.03],[3.268,-5.389]],\"v\":[[-48.084,13.289],[48.084,13.29],[64.18,28.052],[48.084,-12.71],[-48.084,-12.711],[-64.179,28.05]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.219999994016,0.317999985639,0.4,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[330.26,638.115],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[26.554,-15.339],[26.554,15.342],[-26.555,15.34],[-26.556,-15.343]],\"o\":[[-26.554,15.342],[-26.556,-15.341],[26.554,-15.341],[26.554,15.339]],\"v\":[[48.085,27.761],[-48.082,27.761],[-48.084,-27.762],[48.085,-27.76]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.517999985639,0.6,0.670999983245,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[330.26,653.166],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[29.874,-17.249],[29.874,17.251],[-29.874,17.25],[-29.876,-17.252]],\"o\":[[-29.874,17.251],[-29.875,-17.251],[29.875,-17.25],[29.874,17.25]],\"v\":[[54.095,31.231],[-54.092,31.231],[-54.094,-31.232],[54.095,-31.23]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[330.261,653.166],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.681,-1.423],[3.163,-2.883],[0,0],[0,0],[-2.093,1.783],[-8.756,2.399],[-1.031,-0.587],[-24.024,-13.892]],\"o\":[[-8.705,3.364],[-1.941,1.712],[0,0],[0,0],[3.691,-3.369],[3.311,-0.942],[27.697,15.761],[1.887,1.091]],\"v\":[[69.138,29.024],[50.247,40.92],[46.196,41.406],[-70.349,-25.697],[-70.726,-28.822],[-49.739,-41.691],[-43.936,-41.319],[70.594,24.672]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.847000002394,0.885999971278,0.922000002394,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[160.865,626.993],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-15.644,0],[-0.028,0],[0,0],[11.886,3.773]],\"o\":[[10.046,3.187],[0.029,0],[0,0],[-13.202,0.115],[0,0]],\"v\":[[-29.903,13.963],[8.335,19.23],[8.42,19.229],[8.42,-13.741],[-29.903,-19.23]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.525,-0.324],[0,0],[-3.283,0.521],[0,0]],\"o\":[[0,0],[3.69,-0.271],[0,0],[-3.435,0.607]],\"v\":[[19.452,-14.294],[19.452,18.827],[29.903,17.629],[29.903,-15.688]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.463000009574,0.556999954523,0.630999995213,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[323.016,708.703],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-15.644,0],[-0.028,0],[0,0],[11.886,3.774]],\"o\":[[10.046,3.187],[0.029,0],[0,0],[-13.202,0.115],[0,0]],\"v\":[[-29.903,13.963],[8.335,19.23],[8.42,19.229],[8.42,-13.741],[-29.903,-19.23]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.525,-0.325],[0,0],[-3.283,0.521],[0,0]],\"o\":[[0,0],[3.69,-0.272],[0,0],[-3.435,0.607]],\"v\":[[19.452,-14.294],[19.452,18.828],[29.903,17.629],[29.903,-15.688]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.463000009574,0.556999954523,0.630999995213,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[323.016,381.703],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.016,14.319],[1.564,0.888],[-6.845,-6.517],[-1.368,-0.825]],\"o\":[[-1.448,-0.822],[0.026,14.106],[1.818,1.079],[-7.019,-6.499]],\"v\":[[74.118,29.368],[69.605,26.807],[80.554,58.091],[85.345,60.956]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.514,0.858],[-6.291,-6.489],[-1.488,-0.861],[0.108,13.334]],\"o\":[[0.118,13.309],[1.52,0.879],[-6.298,-6.499],[-1.496,-0.848]],\"v\":[[18.108,-2.378],[28.265,27.622],[32.776,30.232],[22.621,0.179]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.395,13.508],[1.466,0.829],[-6.886,-6.151],[-1.5,-0.861]],\"o\":[[-1.545,-0.874],[0.407,13.523],[1.463,0.839],[-6.856,-6.166]],\"v\":[[-80.832,-58.401],[-85.345,-60.956],[-73.804,-31.106],[-69.358,-28.555]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.498,0.849],[-6.637,-6.298],[-1.143,-0.657],[0.274,13.435]],\"o\":[[0.284,13.439],[0.347,0.199],[-6.62,-6.31],[-1.509,-0.855]],\"v\":[[-33.913,-31.839],[-22.96,-1.904],[-18.492,0.666],[-29.401,-29.284]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.552999997606,0.654999976065,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[132.12,191.497],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-29.997,17.319],[-8.875,-2.169],[1.512,0.87],[11.703,-6.757],[0,-34.636],[-6.887,-6.535],[-1.491,-0.857],[0,14.165]],\"o\":[[11.724,-6.769],[-1.528,-0.879],[-8.866,-2.151],[-29.996,17.32],[0,14.197],[1.488,0.856],[-6.86,-6.539],[0,-34.636]],\"v\":[[-12.958,-72.447],[18.488,-79.008],[13.928,-81.632],[-17.473,-75.058],[-71.785,19.014],[-60.804,50.469],[-56.337,53.039],[-67.272,21.626]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-29.997,17.32],[-9.075,-2.627],[1.521,0.876],[12.202,-7.045],[0,-34.636],[-6.439,-6.59],[-1.488,-0.86],[0,13.677]],\"o\":[[12.22,-7.055],[-1.516,-0.873],[-9.068,-2.609],[-29.997,17.319],[0,13.68],[1.519,0.879],[-6.437,-6.59],[0,-34.637]],\"v\":[[39.079,-42.109],[71.645,-48.373],[67.09,-50.996],[34.566,-44.72],[-19.749,49.352],[-9.507,80.074],[-4.996,82.684],[-15.234,51.964]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.531,0.883],[12.241,-7.067],[0,-34.637],[-6.937,-6.527],[-1.349,-0.818],[0,14.46],[-29.996,17.32],[-9.088,-2.661]],\"o\":[[-9.081,-2.646],[-29.997,17.32],[0,14.252],[1.854,1.103],[-7.12,-6.497],[0,-34.636],[12.257,-7.076],[-1.5,-0.865]],\"v\":[[118.683,-21.277],[86.072,-15.025],[31.757,79.048],[42.822,110.578],[47.642,113.467],[36.272,81.659],[90.585,-12.413],[123.23,-18.656]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[-29.997,17.319],[-8.788,-1.991],[1.485,0.854],[11.502,-6.641],[0,-34.636],[-7.248,-6.474],[-1.501,-0.861],[0,14.556]],\"o\":[[11.52,-6.651],[-1.552,-0.893],[-8.78,-1.976],[-29.997,17.319],[0,14.602],[1.462,0.839],[-7.207,-6.482],[0,-34.636]],\"v\":[[-64.402,-102.192],[-33.416,-108.871],[-37.97,-111.491],[-68.916,-104.804],[-123.23,-10.732],[-111.648,21.268],[-107.202,23.819],[-118.717,-8.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.847000002394,0.885999971278,0.922000002394,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[169.965,139.125],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[2.493,8.75],[0,0],[-17.363,-10.939]],\"o\":[[-11.564,-6.795],[0,0],[0,0],[0,0]],\"v\":[[10.537,-4.461],[-10.537,-28.408],[-10.537,3.82],[10.537,28.408]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.33300000359,0.419999994016,0.490000017952,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[264.696,359.107],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[34.078,19.398],[23.734,13.432],[0,0],[-17.383,-11.195],[0,-35.65],[0,0],[-17.363,-10.938],[0,0]],\"o\":[[-31.297,-17.815],[-5.887,11.047],[0,0],[17.383,11.195],[0,0],[0,0],[0,0],[0,-34.667]],\"v\":[[80.029,-21.785],[-121.71,-136.069],[-133.54,-119.795],[80.059,3.651],[112.467,61.986],[112.467,111.482],[133.54,136.069],[133.54,52.655]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[141.692,251.445],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[12.039,-6.95],[30.129,17.395],[2.528,8.872],[0,0],[-66.878,0]],\"o\":[[0,0],[-2.417,9.024],[-30.129,17.395],[-11.853,-6.843],[0,0],[0,0],[66.878,0]],\"v\":[[76.16,-5.037],[76.16,-35.327],[54.495,-10.674],[-54.612,-10.676],[-76.16,-34.908],[-76.16,-2.679],[1.032,35.327]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[330.319,365.606],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[16.204,-25.337],[6.775,-22.98],[0,0],[-17.383,-11.195],[0,-35.65],[0,0],[-66.878,0],[0,0],[0,0],[64.227,37.122]],\"o\":[[0,0],[-16.204,25.337],[-6.776,22.981],[0,0],[17.383,11.196],[0,0],[0,0],[66.878,0],[0,0],[0,-32.409],[-64.227,-37.123]],\"v\":[[-111.662,-193.861],[-165.283,-175.004],[-180.308,-102.529],[-199.164,-68.942],[14.436,54.505],[46.844,112.839],[46.844,162.336],[124.036,200.341],[199.164,159.978],[199.164,71.591],[127.275,-56.273]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[207.315,200.591],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[12.039,-6.951],[30.129,17.396],[2.528,8.872],[0,0],[-66.878,0]],\"o\":[[0,0],[-2.417,9.023],[-30.129,17.395],[-11.853,-6.842],[0,0],[0,0],[66.878,0]],\"v\":[[76.16,-5.037],[76.16,-35.326],[54.495,-10.674],[-54.612,-10.676],[-76.16,-34.907],[-76.16,-2.68],[1.032,35.326]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[330.319,692.606],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-1.745,-22.613],[-1.745,22.613],[1.745,-16.093]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.552999997606,0.654999976065,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[255.905,712.54],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 14\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.235,13.742],[0,0],[-6.664,-6.345],[-1.368,-0.825]],\"o\":[[0,0],[0.233,13.553],[1.817,1.079],[-6.829,-6.322]],\"v\":[[74.196,30.282],[69.683,27.677],[80.609,57.857],[85.4,60.721]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.514,0.858],[-6.292,-6.49],[-1.488,-0.862],[0.108,13.333]],\"o\":[[0.119,13.308],[1.519,0.879],[-6.298,-6.5],[-1.496,-0.848]],\"v\":[[18.053,-2.144],[28.212,27.857],[32.722,30.467],[22.566,0.413]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.395,13.508],[1.466,0.829],[-6.886,-6.151],[-1.501,-0.86]],\"o\":[[-1.544,-0.874],[0.407,13.524],[1.463,0.84],[-6.856,-6.166]],\"v\":[[-80.887,-58.167],[-85.4,-60.721],[-73.858,-30.871],[-69.411,-28.321]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.498,0.849],[-6.638,-6.297],[-1.143,-0.658],[0.273,13.435]],\"o\":[[0.285,13.439],[0.346,0.199],[-6.62,-6.31],[-1.51,-0.856]],\"v\":[[-33.967,-31.605],[-23.014,-1.67],[-18.546,0.9],[-29.454,-29.049]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.552999997606,0.654999976065,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[132.144,739.324],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 15\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-33.616],[-6.937,-6.527],[-1.349,-0.817],[0,14.459],[-26.617,19.409],[0,0]],\"o\":[[0,14.253],[1.855,1.104],[-7.12,-6.497],[0,-31.838],[0,0],[-28.774,18.2]],\"v\":[[51.708,78.813],[62.772,110.343],[67.592,113.233],[56.222,81.425],[103.389,-7.963],[103.389,-13.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-29.997,17.32],[-9.074,-2.627],[1.521,0.876],[12.202,-7.045],[0,-34.635],[-6.439,-6.592],[-1.488,-0.86],[0,13.677]],\"o\":[[12.221,-7.055],[-1.516,-0.873],[-9.067,-2.61],[-29.996,17.321],[0,13.68],[1.519,0.878],[-6.437,-6.59],[0,-34.636]],\"v\":[[58.92,-41.875],[91.485,-48.139],[86.93,-50.762],[54.406,-44.487],[0.093,49.585],[10.334,80.31],[14.845,82.918],[4.606,52.198]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[-29.997,17.319],[-8.789,-1.99],[1.484,0.853],[11.503,-6.641],[0,-34.635],[-7.248,-6.473],[-1.5,-0.86],[0,14.555]],\"o\":[[11.52,-6.651],[-1.552,-0.893],[-8.781,-1.977],[-29.996,17.32],[0,14.602],[1.462,0.84],[-7.206,-6.481],[0,-34.637]],\"v\":[[-44.562,-101.958],[-13.575,-108.637],[-18.129,-111.256],[-49.076,-104.57],[-103.389,-10.498],[-91.808,21.501],[-87.362,24.052],[-98.875,-7.885]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[-29.996,17.318],[-8.875,-2.17],[1.511,0.869],[11.703,-6.757],[0,-34.636],[-6.887,-6.535],[-1.49,-0.857],[0,14.164]],\"o\":[[11.724,-6.77],[-1.528,-0.879],[-8.867,-2.152],[-29.997,17.32],[0,14.196],[1.488,0.856],[-6.86,-6.539],[0,-34.637]],\"v\":[[6.882,-72.211],[38.329,-78.774],[33.769,-81.397],[2.369,-74.824],[-51.945,19.249],[-40.964,50.703],[-36.496,53.273],[-47.431,21.861]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.847000002394,0.885999971278,0.922000002394,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[150.093,686.952],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 16\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":16,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[37.155,21.419],[47.578,25.036],[0,0],[-119.667,-68.667],[0,48.525],[0,0],[0,0]],\"o\":[[0,30.599],[-35.082,-20.224],[2.31,16.069],[0,0],[119.666,68.667],[0,0],[0,0],[0,0]],\"v\":[[68.11,-17.121],[14.926,21.606],[-198.417,-99.748],[-187.773,-71.215],[9.391,42.38],[198.417,-29.742],[198.417,-106.047],[68.11,-111.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[208.074,757.65],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 17\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":17,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-13.459,26.918],[-17.03,36.257],[0,0],[0,0],[0,0],[119.666,68.667]],\"o\":[[0,0],[13.459,-26.918],[14.008,7.417],[0,0],[0,0],[0,48.525],[-119.667,-68.667]],\"v\":[[-183.069,-24.578],[-189.662,-81.435],[-107.259,-156.422],[52.051,-64.41],[203.121,-59.41],[203.121,16.896],[13.197,87.754]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[203.37,711.013],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 18\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":18,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":25,\"ty\":4,\"nm\":\"Mask\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1008.36,604.157,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[235.971,197.983,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[235.722,197.733],[-235.721,97.332],[-235.721,-197.733],[235.722,-197.733]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[235.971,197.983],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":26,\"ty\":4,\"nm\":\"Woman 2\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":300,\"s\":[848.99,400.803,0],\"to\":[2.167,317.5,0],\"ti\":[-282.167,158.5,0]},{\"t\":390,\"s\":[1347.99,493.803,0]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[70.535,72.697,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.536,0],[0,-3.536],[-3.536,0],[0,3.536]],\"o\":[[-3.536,0],[0,3.536],[3.536,0],[0,-3.536]],\"v\":[[14.33,7.825],[7.927,14.227],[14.33,20.63],[20.732,14.227]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.24,0],[0,-7.24],[-7.24,0],[0,7.24]],\"o\":[[-7.24,0],[0,7.24],[7.24,0],[0,-7.24]],\"v\":[[-7.622,-20.63],[-20.732,-7.52],[-7.622,5.589],[5.487,-7.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":330,\"s\":[103.141,42.44],\"to\":[-3.023,0],\"ti\":[3.023,0]},{\"t\":365,\"s\":[85,42.44]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Blick\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.961000031116,0.972999961703,0.980000035903,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":4,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.293,0.912],[4.478,6.789],[15.478,-12.469],[-14.581,-0.029],[0.601,2.818],[-7.121,-3.504],[0,0],[-1.745,7.377],[-0.001,0],[-6.354,7.606],[0,0],[-0.89,-0.864],[-0.873,1.053],[0.585,2.169]],\"o\":[[-7.969,-6.203],[-6.346,-9.622],[-5.648,14.964],[-7.351,-2.98],[-0.006,-0.028],[3.883,11.903],[0,0],[-1.027,7.589],[4.178,-0.63],[0,0],[0,0],[1.467,-1.134],[-1.441,-1.28],[1.24,2.502]],\"v\":[[29.035,15.455],[19.449,-15.288],[-23.387,-22.436],[-5.986,3.944],[-17.238,-6.842],[-2.842,4.027],[-5.112,29.496],[1.83,18.538],[-2.79,34.905],[20.772,24.095],[19.26,20.217],[21.599,23.402],[26.225,18.785],[21.637,12.954]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.238999998803,0.195999998205,0.180000005984,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[74.461,52.275],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.007,2.483],[4.474,-1.29],[-7.562,11.207]],\"o\":[[-6.33,16.74],[5.045,-0.311],[0,0]],\"v\":[[6.782,-11.46],[-10.807,11.46],[10.807,-3.616]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.588000009574,0.328999986836,0.216000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[69.087,77.388],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.552,7.488],[0.532,-12.324],[0.197,-1.468],[-1.27,-4.947],[-3.584,-1.392],[-9.534,26.361]],\"o\":[[-14.502,-1.792],[-0.164,3.807],[-0.235,1.763],[0.957,3.72],[4.259,1.654],[0,0]],\"v\":[[0.557,-28.875],[-19.227,-7.109],[-18.27,0.322],[-19.335,9.775],[-10.758,29.013],[20.605,0.637]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.635000011968,0.383999992819,0.243000000598,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[66.061,59.523],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-4.948,15.074],[0,0],[0,0],[0,-5.182],[-1.913,-4.669]],\"o\":[[-2.011,-11.132],[0,0],[0,0],[0,1.119],[1.396,3.424]],\"v\":[[12.057,7.288],[8.69,-22.362],[-11.078,-13.78],[-9.675,8.314],[-10.144,16.08]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.588000009574,0.328999986836,0.216000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[71.451,90.966],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-2.903,-14.341],[0,0],[-2.979,-0.02],[1.781,-0.83],[-7.137,-0.167]],\"o\":[[-1.739,0.417],[0.729,16.862],[0,0],[-0.694,1.5],[1.227,2.665],[0,0]],\"v\":[[7.896,-25.681],[-0.514,-8.343],[-7.896,15.425],[-1.515,16.552],[-6.015,20.115],[7.896,25.681]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.238999998803,0.195999998205,0.180000005984,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[43.973,55.014],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[4.282,3.729],[19.721,1.164],[2.475,-13.663],[-9.35,12.258]],\"o\":[[-17.883,-10.296],[-8.97,4.523],[24.207,20.905],[-0.547,-4.68]],\"v\":[[30.884,-12.631],[-16.055,-26.697],[-38.687,5.793],[38.687,6.96]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.596000043084,0.760999971278,0.224000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[69.473,118.446],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":50,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":27,\"ty\":4,\"nm\":\"mask\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1008.36,604.157,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[235.971,197.983,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[235.722,197.733],[-235.721,97.332],[-235.721,-197.733],[235.722,-197.733]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[235.971,197.983],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":28,\"ty\":4,\"nm\":\"Woman 1\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":10,\"s\":[848.99,400.803,0],\"to\":[2.167,317.5,0],\"ti\":[-282.167,158.5,0]},{\"t\":100,\"s\":[1347.99,493.803,0]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[70.535,70.535,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.536,0],[0,-3.536],[-3.536,0],[0,3.536]],\"o\":[[-3.536,0],[0,3.536],[3.536,0],[0,-3.536]],\"v\":[[14.33,7.825],[7.927,14.227],[14.33,20.63],[20.732,14.227]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.24,0],[0,-7.24],[-7.24,0],[0,7.24]],\"o\":[[-7.24,0],[0,7.24],[7.24,0],[0,-7.24]],\"v\":[[-7.622,-20.63],[-20.732,-7.52],[-7.622,5.589],[5.487,-7.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":38,\"s\":[103.141,42.44],\"to\":[-3,0],\"ti\":[3,0]},{\"t\":78,\"s\":[85.141,42.44]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"blick\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.961000031116,0.972999961703,0.980000035903,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":4,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.597,4],[1.101,-0.45],[-6.551,-8.66]],\"o\":[[-1.136,0.384],[0.959,2.958],[-5.082,-8.205]],\"v\":[[-2.143,-11.346],[-5.499,-10.093],[5.499,11.346]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.395999983245,0.470999983245,0.517999985639,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[71.898,38.299],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.262,7.976],[1.009,-0.552],[-13.653,-6.185]],\"o\":[[-1.058,0.505],[2.976,7.784],[-12.945,-7.791]],\"v\":[[-9.057,-16.003],[-12.158,-14.415],[12.158,16.003]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.395999983245,0.470999983245,0.517999985639,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.75,46.227],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-1.492,0.591]],\"o\":[[0,0],[1.542,-0.48],[0,0]],\"v\":[[28.827,-8.507],[26.825,12.396],[31.375,10.791]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.991,-0.688],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0.952,0.74]],\"v\":[[-28.456,3.903],[-23.831,-12.396],[-31.375,1.764]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.552999997606,0.438999998803,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[62.651,119.497],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[8.637,20.762],[0,0],[-12.457,-11.293],[0,0],[0,0],[0,0],[-4.484,-10.96],[-11.792,4.485],[-4.319,9.136]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.997,-3.324],[0,-3.821],[-2.825,-0.498]],\"v\":[[-11.793,-35.959],[-19.93,-29.647],[-8.139,8.054],[-4.153,7.559],[-4.651,11.045],[-8.305,11.543],[-6.644,35.959],[17.771,14.202],[20.596,-7.723]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.769000004787,0.698000021542,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[66.939,79.14],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-17.109,0],[-11.45,10.828],[2.106,1.793],[0,0],[2.244,-4.825]],\"o\":[[17.003,0],[-3.444,-5.766],[-20.736,-13.563],[-11.452,11.224],[11.469,10.95]],\"v\":[[0.107,23.722],[44,6.244],[32.989,-10.159],[-24.754,-20.021],[-44,6.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.423,111.043],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[12.477,14.934],[-0.756,8.507],[3.401,19.093],[-21.095,0.479],[0.377,-12.477],[3.547,-3.151],[-5.155,-7.267]],\"o\":[[0,0],[-1.324,-0.754],[3.238,-8.697],[7.562,4.915],[-2.377,5.942],[-0.339,8.354],[-1.89,3.972]],\"v\":[[-19.092,31.003],[-13.422,6.427],[-32.515,-20.417],[12.289,-45.938],[32.138,-7.56],[20.998,6.878],[27.421,32.995]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.219999994016,0.270999983245,0.298000021542,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.245,68.124],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[2.226,16.642],[0,0]],\"o\":[[0,0],[-0.966,10.397],[0,0]],\"v\":[[5.66,12.665],[-4.694,-12.665],[-4.089,10.467]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.395999983245,0.470999983245,0.517999985639,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[95.937,87.667],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-36.747],[36.747,0],[0,36.746],[-36.746,0]],\"o\":[[0,36.746],[-36.746,0],[0,-36.747],[36.747,0]],\"v\":[[66.536,0],[0,66.535],[-66.536,0],[0,-66.535]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.535,70.536],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":50,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":29,\"ty\":4,\"nm\":\"ROOF\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1091.661,388.003,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[153.421,117.252,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[11.273,-39.94]],\"o\":[[0,0],[-32.94,19.018],[0,0]],\"v\":[[36.171,7.685],[36.169,-49.451],[-36.171,49.451]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.552999997606,0.654999976065,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[270.421,184.802],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-32.938,19.017],[0,0],[11.273,-39.94],[0,0]],\"o\":[[0,0],[-32.94,19.018],[0,0],[11.275,-39.937]],\"v\":[[52.884,-39.793],[19.456,-59.101],[-52.884,39.8],[-19.454,59.101]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[220.281,155.854],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-32.938,19.017],[0,0],[11.273,-39.94],[0,0]],\"o\":[[0,0],[-32.94,19.018],[0,0],[11.275,-39.937]],\"v\":[[52.884,-39.793],[19.457,-59.101],[-52.884,39.8],[-19.454,59.101]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[153.422,117.253],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-32.938,19.017],[0,0],[11.273,-39.94],[0,0]],\"o\":[[0,0],[-32.94,19.018],[0,0],[11.275,-39.937]],\"v\":[[52.884,-39.793],[19.456,-59.101],[-52.884,39.8],[-19.454,59.101]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.435000011968,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[86.563,78.652],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[11.272,-39.94]],\"o\":[[0,0],[0,0],[-32.941,19.018],[0,0]],\"v\":[[80.831,117.001],[153.17,18.1],[-80.83,-117.001],[-153.171,-18.1]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.961000031116,0.972999961703,0.980000035903,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[153.421,117.252],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":30,\"ty\":4,\"nm\":\"Roof\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1057.335,446.611,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[135.354,9.862,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-10.659,0],[0,10.616],[0,0]],\"o\":[[10.659,0],[0,0],[0.001,10.616]],\"v\":[[-115.803,9.61],[-96.502,-9.612],[-135.104,-9.612]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-10.659,0],[0.001,10.616],[0,0]],\"o\":[[10.66,0],[0,0],[0,10.615]],\"v\":[[-38.601,9.61],[-19.3,-9.612],[-57.901,-9.61]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[-10.659,0],[0,10.616],[0,0]],\"o\":[[10.658,-0.001],[0,0],[0,10.616]],\"v\":[[38.602,9.612],[57.901,-9.61],[19.301,-9.61]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-10.659,0.001],[0.001,10.615]],\"o\":[[0,10.616],[10.66,0.001],[0,0]],\"v\":[[96.503,-9.61],[115.804,9.61],[135.103,-9.61]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[135.354,9.862],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-10.659,0],[0,10.615],[0,0]],\"o\":[[10.659,0],[0,0],[0,10.616]],\"v\":[[-77.201,9.61],[-57.901,-9.61],[-96.503,-9.612]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-10.659,0.001],[0,10.616],[0,0]],\"o\":[[10.659,0],[0,0],[0.001,10.616]],\"v\":[[0,9.61],[19.3,-9.61],[-19.3,-9.612]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-10.659,0.001],[0,10.616]],\"o\":[[0,10.616],[10.659,0.001],[0,0]],\"v\":[[57.901,-9.61],[77.202,9.61],[96.503,-9.61]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.902000038297,0.349000010771,0.270999983245,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[135.354,9.862],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[135.354,0.237],\"ix\":2},\"a\":{\"a\":0,\"k\":[135.354,0.237],\"ix\":1},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.837,0.456],\"y\":[1,1]},\"o\":{\"x\":[0.183,0.524],\"y\":[0,0]},\"t\":20,\"s\":[100,100]},{\"i\":{\"x\":[0.775,0.537],\"y\":[1,1]},\"o\":{\"x\":[0.239,0.45],\"y\":[0,0]},\"t\":69,\"s\":[100,80]},{\"i\":{\"x\":[0.913,0.672],\"y\":[1,1]},\"o\":{\"x\":[0.239,0.467],\"y\":[0,0]},\"t\":89.388,\"s\":[100,120]},{\"i\":{\"x\":[0.822,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.186,0.336],\"y\":[0,0]},\"t\":111,\"s\":[100,90]},{\"i\":{\"x\":[0.594,0.574],\"y\":[1,1]},\"o\":{\"x\":[0.221,0.283],\"y\":[0,0]},\"t\":137,\"s\":[100,110]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":170.008,\"s\":[100,100]},{\"i\":{\"x\":[0.837,0.456],\"y\":[1,1]},\"o\":{\"x\":[0.183,0.524],\"y\":[0,0]},\"t\":317,\"s\":[100,100]},{\"i\":{\"x\":[0.775,0.537],\"y\":[1,1]},\"o\":{\"x\":[0.239,0.45],\"y\":[0,0]},\"t\":366,\"s\":[100,80]},{\"i\":{\"x\":[0.913,0.672],\"y\":[1,1]},\"o\":{\"x\":[0.239,0.467],\"y\":[0,0]},\"t\":386.388,\"s\":[100,120]},{\"i\":{\"x\":[0.822,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.186,0.336],\"y\":[0,0]},\"t\":408,\"s\":[100,90]},{\"i\":{\"x\":[0.594,0.574],\"y\":[1,1]},\"o\":{\"x\":[0.221,0.283],\"y\":[0,0]},\"t\":434,\"s\":[100,110]},{\"t\":467.0078125,\"s\":[100,100]}],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.537],\"y\":[1]},\"o\":{\"x\":[0.424],\"y\":[0]},\"t\":20,\"s\":[0]},{\"i\":{\"x\":[0.551],\"y\":[1]},\"o\":{\"x\":[0.415],\"y\":[0]},\"t\":69,\"s\":[-25]},{\"i\":{\"x\":[0.724],\"y\":[1]},\"o\":{\"x\":[0.468],\"y\":[0]},\"t\":89.388,\"s\":[25]},{\"i\":{\"x\":[0.665],\"y\":[1]},\"o\":{\"x\":[0.305],\"y\":[0]},\"t\":111,\"s\":[-15]},{\"i\":{\"x\":[0.581],\"y\":[1]},\"o\":{\"x\":[0.312],\"y\":[0]},\"t\":137,\"s\":[15]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":170.008,\"s\":[0]},{\"i\":{\"x\":[0.537],\"y\":[1]},\"o\":{\"x\":[0.424],\"y\":[0]},\"t\":317,\"s\":[0]},{\"i\":{\"x\":[0.551],\"y\":[1]},\"o\":{\"x\":[0.415],\"y\":[0]},\"t\":366,\"s\":[-25]},{\"i\":{\"x\":[0.724],\"y\":[1]},\"o\":{\"x\":[0.468],\"y\":[0]},\"t\":386.388,\"s\":[25]},{\"i\":{\"x\":[0.665],\"y\":[1]},\"o\":{\"x\":[0.305],\"y\":[0]},\"t\":408,\"s\":[-15]},{\"i\":{\"x\":[0.581],\"y\":[1]},\"o\":{\"x\":[0.312],\"y\":[0]},\"t\":434,\"s\":[15]},{\"t\":467.0078125,\"s\":[0]}],\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"roof\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.854,10.362],\"ix\":2},\"a\":{\"a\":0,\"k\":[135.354,9.862],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,86.6],\"ix\":3},\"r\":{\"a\":0,\"k\":30,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":-30,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Isometric\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":31,\"ty\":4,\"nm\":\"Gold\",\"parent\":32,\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":90,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":110,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.75]},\"t\":150,\"s\":[100]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":210,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":380,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":400,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.75]},\"t\":440,\"s\":[100]},{\"t\":500,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[26.987,30.282,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[26.987,30.282,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.003,-26.597],[6.438,-7.821],[20.833,2.907],[10.419,8.621],[12.881,26.597],[0.003,11.344],[-12.872,11.729],[-10.413,-3.407],[-20.833,-21.15],[-6.432,-15.25]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.698000021542,0.33300000359,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[21.083,33.718],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[9.121,5.952],[-2.686,12.823],[-9.121,-5.953],[2.685,-12.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[30.207,13.074],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.135,5.391],[-4.672,12.262],[-7.135,-5.714],[4.714,-12.262]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[38.636,48.052],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.907,-30.032],[12.341,-11.256],[26.736,-0.529],[16.364,5.508],[18.784,23.161],[6.977,30.032],[-26.736,-17.715],[-14.93,-24.586],[-6.908,-21.299],[-5.9,-23.161]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.905999995213,0.741000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[26.986,30.282],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":32,\"ty\":4,\"nm\":\"S1 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":1025.877,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":90,\"s\":[150.178]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.395],\"y\":[0]},\"t\":110,\"s\":[120.178]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":140,\"s\":[150.178]},{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":380,\"s\":[150.178]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.395],\"y\":[0]},\"t\":400,\"s\":[120.178]},{\"t\":430,\"s\":[150.178]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[26.987,30.282,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[9.121,5.952],[-2.686,12.823],[-9.121,-5.953],[2.685,-12.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[30.207,13.074],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.003,-26.597],[6.438,-7.821],[20.833,2.907],[10.419,8.621],[12.881,26.597],[0.003,11.344],[-12.872,11.729],[-10.413,-3.407],[-20.833,-21.15],[-6.432,-15.25]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[21.083,33.718],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.135,5.391],[-4.672,12.262],[-7.135,-5.714],[4.714,-12.262]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[38.636,48.052],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.907,-30.032],[12.341,-11.256],[26.736,-0.529],[16.364,5.508],[18.784,23.161],[6.977,30.032],[-26.736,-17.715],[-14.93,-24.586],[-6.908,-21.299],[-5.9,-23.161]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[26.986,30.282],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":33,\"ty\":4,\"nm\":\"Gold\",\"parent\":34,\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":95,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":115,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.687]},\"t\":155,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":210,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":385,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":405,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.687]},\"t\":445,\"s\":[100]},{\"t\":500,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[30.5,34.768,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[30.5,34.768,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.004,-31.083],[7.524,-9.139],[24.347,3.396],[12.174,10.073],[15.055,31.083],[0.004,13.257],[-15.043,13.706],[-12.169,-3.982],[-24.347,-24.716],[-7.516,-17.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.698000021542,0.33300000359,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[24.597,38.204],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[9.663,7.536],[-2.144,14.407],[-9.663,-7.536],[2.143,-14.407]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[34.264,14.657],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.344,6.972],[-4.463,13.843],[-7.344,-7.166],[4.829,-13.843]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[44.114,55.443],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.907,-34.518],[13.427,-12.575],[30.25,-0.04],[18.443,6.831],[18.104,6.836],[20.958,27.647],[9.151,34.518],[-30.25,-21.281],[-18.444,-28.152],[-7.695,-23.749],[-5.9,-27.647]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.905999995213,0.741000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[30.5,34.768],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":34,\"ty\":4,\"nm\":\"S2 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":1080.326,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":95,\"s\":[178.383]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.394],\"y\":[0]},\"t\":115,\"s\":[148.383]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":145,\"s\":[178.383]},{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":385,\"s\":[178.383]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.394],\"y\":[0]},\"t\":405,\"s\":[148.383]},{\"t\":435,\"s\":[178.383]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[30.5,34.768,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[9.663,7.536],[-2.144,14.407],[-9.663,-7.536],[2.143,-14.407]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[34.264,14.657],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.004,-31.083],[7.524,-9.139],[24.347,3.396],[12.174,10.073],[15.055,31.083],[0.004,13.257],[-15.043,13.706],[-12.169,-3.982],[-24.347,-24.716],[-7.516,-17.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[24.597,38.204],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.344,6.972],[-4.463,13.843],[-7.344,-7.166],[4.829,-13.843]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[44.114,55.443],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.907,-34.518],[13.427,-12.575],[30.25,-0.04],[18.443,6.831],[18.104,6.836],[20.958,27.647],[9.151,34.518],[-30.25,-21.281],[-18.444,-28.152],[-7.695,-23.749],[-5.9,-27.647]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[30.5,34.768],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":35,\"ty\":4,\"nm\":\"Gold\",\"parent\":36,\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":100,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":120,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.625]},\"t\":160,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":210,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":390,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":410,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.625]},\"t\":450,\"s\":[100]},{\"t\":500,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[35.46,41.101,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[35.46,41.101,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.004,-37.415],[9.053,-11.002],[29.307,4.088],[14.654,12.125],[18.121,37.415],[0.004,15.958],[-18.107,16.499],[-14.647,-4.794],[-29.307,-29.752],[-9.048,-21.453]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.698000021542,0.33300000359,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[29.557,44.537],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[10.428,9.771],[-1.379,16.642],[-10.428,-9.771],[1.378,-16.642]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[39.988,16.892],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.637,9.209],[-4.17,16.081],[-7.637,-9.209],[4.169,-16.081]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[51.848,65.871],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.907,-40.851],[14.956,-14.438],[35.21,0.653],[23.403,7.523],[20.557,8.69],[24.024,33.979],[12.218,40.851],[-35.21,-26.316],[-23.404,-33.187],[-9.478,-27.484],[-5.9,-33.979]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.905999995213,0.741000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[35.46,41.101],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":36,\"ty\":4,\"nm\":\"S3 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":1140.673,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":100,\"s\":[208.662]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.394],\"y\":[0]},\"t\":120,\"s\":[178.662]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":150,\"s\":[208.662]},{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":390,\"s\":[208.662]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.394],\"y\":[0]},\"t\":410,\"s\":[178.662]},{\"t\":440,\"s\":[208.662]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[35.46,41.101,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[10.428,9.771],[-1.379,16.642],[-10.428,-9.771],[1.378,-16.642]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[39.988,16.892],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.004,-37.415],[9.053,-11.002],[29.307,4.088],[14.654,12.125],[18.121,37.415],[0.004,15.958],[-18.107,16.499],[-14.647,-4.794],[-29.307,-29.752],[-9.048,-21.453]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[29.557,44.537],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.637,9.209],[-4.17,16.081],[-7.637,-9.209],[4.169,-16.081]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[51.848,65.871],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.907,-40.851],[14.956,-14.438],[35.21,0.653],[23.403,7.523],[20.557,8.69],[24.024,33.979],[12.218,40.851],[-35.21,-26.316],[-23.404,-33.187],[-9.478,-27.484],[-5.9,-33.979]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[35.46,41.101],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":37,\"ty\":4,\"nm\":\"Gold\",\"parent\":38,\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":105,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":125,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.562]},\"t\":165,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":210,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":395,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":415,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.563]},\"t\":455,\"s\":[100]},{\"t\":500,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[30.5,34.768,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[30.5,34.768,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.003,-31.083],[7.523,-9.139],[24.347,3.396],[12.176,10.073],[15.054,31.083],[0.003,13.257],[-15.041,13.706],[-12.168,-3.982],[-24.347,-24.716],[-7.517,-17.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.698000021542,0.33300000359,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[24.597,38.204],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[9.663,7.536],[-2.144,14.407],[-9.663,-7.536],[2.143,-14.407]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[34.263,14.657],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.344,6.972],[-4.463,13.843],[-7.344,-7.166],[4.829,-13.843]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[44.113,55.443],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.906,-34.518],[13.426,-12.575],[30.25,-0.039],[18.443,6.832],[18.115,6.903],[20.957,27.647],[9.15,34.518],[-30.25,-21.281],[-18.444,-28.152],[-7.797,-23.79],[-5.901,-27.647]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.905999995213,0.741000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[30.501,34.768],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":38,\"ty\":4,\"nm\":\"S4 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":1201.019,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":105,\"s\":[248.065]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.395],\"y\":[0]},\"t\":125,\"s\":[218.065]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":155,\"s\":[248.065]},{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":395,\"s\":[248.065]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.395],\"y\":[0]},\"t\":415,\"s\":[218.065]},{\"t\":445,\"s\":[248.065]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[30.5,34.768,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[9.663,7.536],[-2.144,14.407],[-9.663,-7.536],[2.143,-14.407]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[34.263,14.657],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.003,-31.083],[7.523,-9.139],[24.347,3.396],[12.176,10.073],[15.054,31.083],[0.003,13.257],[-15.041,13.706],[-12.168,-3.982],[-24.347,-24.716],[-7.517,-17.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[24.597,38.204],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.344,6.972],[-4.463,13.843],[-7.344,-7.166],[4.829,-13.843]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[44.113,55.443],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.906,-34.518],[13.426,-12.575],[30.25,-0.039],[18.443,6.832],[18.115,6.903],[20.957,27.647],[9.15,34.518],[-30.25,-21.281],[-18.444,-28.152],[-7.797,-23.79],[-5.901,-27.647]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[30.501,34.768],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":39,\"ty\":4,\"nm\":\"Gold\",\"parent\":40,\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":110,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":130,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.5]},\"t\":170,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":210,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":400,\"s\":[0]},{\"i\":{\"x\":[0.583],\"y\":[51]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":420,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.417],\"y\":[0.5]},\"t\":460,\"s\":[100]},{\"t\":500,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[26.986,30.283,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[26.986,30.283,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.003,-26.597],[6.438,-7.821],[20.833,2.906],[10.42,8.619],[12.884,26.597],[0.003,11.343],[-12.87,11.729],[-10.411,-3.408],[-20.833,-21.15],[-6.432,-15.251]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.698000021542,0.33300000359,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[21.084,33.718],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[9.121,5.952],[-2.686,12.823],[-9.121,-5.953],[2.685,-12.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[30.207,13.074],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.135,5.391],[-4.672,12.263],[-7.135,-5.714],[4.714,-12.263]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[38.636,48.052],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.907,-30.032],[12.341,-11.256],[26.737,-0.529],[16.364,5.508],[18.784,23.161],[6.977,30.032],[-26.737,-17.715],[-14.93,-24.586],[-6.908,-21.299],[-5.9,-23.161]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.905999995213,0.741000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[26.986,30.282],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":40,\"ty\":4,\"nm\":\"S5 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"s\":true,\"x\":{\"a\":0,\"k\":1255.467,\"ix\":3},\"y\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":110,\"s\":[282.733]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.394],\"y\":[0]},\"t\":130,\"s\":[252.733]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":160,\"s\":[282.733]},{\"i\":{\"x\":[0.429],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":400,\"s\":[282.733]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.394],\"y\":[0]},\"t\":420,\"s\":[252.733]},{\"t\":450,\"s\":[282.733]}],\"ix\":4}},\"a\":{\"a\":0,\"k\":[26.986,30.283,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[9.121,5.952],[-2.686,12.823],[-9.121,-5.953],[2.685,-12.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[30.207,13.074],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.003,-26.597],[6.438,-7.821],[20.833,2.906],[10.42,8.619],[12.884,26.597],[0.003,11.343],[-12.87,11.729],[-10.411,-3.408],[-20.833,-21.15],[-6.432,-15.251]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.925,0.936999990426,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[21.084,33.718],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.135,5.391],[-4.672,12.263],[-7.135,-5.714],[4.714,-12.263]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.717999985639,0.769000004787,0.804000016755,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[38.636,48.052],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.907,-30.032],[12.341,-11.256],[26.737,-0.529],[16.364,5.508],[18.784,23.161],[6.977,30.032],[-26.737,-17.715],[-14.93,-24.586],[-6.908,-21.299],[-5.9,-23.161]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.811999990426,0.851000019148,0.877999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[26.986,30.282],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":41,\"ty\":4,\"nm\":\"mask 3\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1143.456,528.185,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[149.809,312.715,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[8.077,4.665],[0,0],[0,9.335],[0,0],[0,0]],\"o\":[[0,9.321],[0,0],[-8.076,-4.661],[0,0],[0,0],[0,0]],\"v\":[[117.001,258.766],[102.376,267.208],[-102.374,148.993],[-117.001,123.66],[-117.001,-271.873],[117.001,-136.771]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.433,327.654],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 24\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":316,\"op\":388,\"st\":289,\"bm\":0},{\"ddd\":0,\"ind\":42,\"ty\":4,\"nm\":\"shadow user 3\",\"parent\":60,\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[73.245,38.638,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[73.245,38.638,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[17.021,0],[12.984,-7.499],[-25.969,-15.011],[-17.019,0],[-12.985,7.487],[25.968,14.997]],\"o\":[[-17.021,0],[-25.971,14.997],[12.981,7.487],[17.02,0],[25.968,-15.002],[-12.985,-7.499]],\"v\":[[0.001,-38.388],[-47.023,-27.143],[-47.016,27.158],[0.002,38.388],[47.027,27.158],[47.027,-27.143]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.996078491211,0.666666666667,0.309803921569,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[73.244,38.638],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":316,\"op\":388,\"st\":290,\"bm\":0},{\"ddd\":0,\"ind\":43,\"ty\":4,\"nm\":\"mask\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1143.456,528.185,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[149.809,312.715,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[8.077,4.665],[0,0],[0,9.335],[0,0],[0,0]],\"o\":[[0,9.321],[0,0],[-8.076,-4.661],[0,0],[0,0],[0,0]],\"v\":[[117.001,258.766],[102.376,267.208],[-102.374,148.993],[-117.001,123.66],[-117.001,-271.873],[117.001,-136.771]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.433,327.654],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 24\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":26,\"op\":98,\"st\":-1,\"bm\":0},{\"ddd\":0,\"ind\":44,\"ty\":4,\"nm\":\"shadow user\",\"parent\":62,\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[73.245,38.638,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[73.245,38.638,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[17.021,0],[12.984,-7.499],[-25.969,-15.011],[-17.019,0],[-12.985,7.487],[25.968,14.997]],\"o\":[[-17.021,0],[-25.971,14.997],[12.981,7.487],[17.02,0],[25.968,-15.002],[-12.985,-7.499]],\"v\":[[0.001,-38.388],[-47.023,-27.143],[-47.016,27.158],[0.002,38.388],[47.027,27.158],[47.027,-27.143]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.996078491211,0.666666666667,0.309803921569,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[73.244,38.638],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":26,\"op\":98,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":45,\"ty\":4,\"nm\":\"SHOP\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1143.456,528.185,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[149.809,312.715,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-7.146,4.127],[-0.061,5.192],[0,0]],\"o\":[[9.36,0.141],[6.862,-3.961],[0,0],[0,0]],\"v\":[[26.531,-0.953],[52.467,-6.915],[62.847,-21.25],[62.847,-21.92]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-62.847,50.65],[-53.892,55.82],[4.544,22.083],[-4.412,16.912]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-15.438,-47.723],[-7.575,-43.183],[6.646,-51.167],[-1.412,-55.82]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-16.717,-37.847],[-24.63,-42.415],[-38.656,-34.318],[-30.939,-29.863]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-40.413,-24.42],[-48.106,-28.862],[-62.131,-20.764],[-54.635,-16.436]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.905999995213,0.741000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[88.948,316.811],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":7,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[4.157,111.31],[61.654,78.107],[-13.846,34.513],[-71.351,67.714]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[62.128,-96],[88.518,-80.76],[88.518,-111.31]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-88.518,-8.607],[-13.846,34.513],[61.652,-9.086],[-13.197,-52.302]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[88.518,62.596],[61.654,78.107],[88.518,93.62]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[88.518,6.43],[88.518,-24.596],[61.652,-9.086]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[161.916,443.289],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":7,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-8.503,-19.638],[-0.591,-15.069],[-0.591,19.684],[8.503,24.936],[8.503,-20.378],[0.672,-24.936]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[72.822,294.033],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-8.559,-19.447],[-0.868,-15.006],[-0.868,19.45],[8.559,24.893],[8.559,-20.42],[0.875,-24.893]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[49.402,307.396],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-8.916,-18.844],[-8.916,14.532],[8.916,24.829],[8.916,-20.484],[1.451,-24.829]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[25.349,320.886],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.821,20.853],[3.821,25.265],[3.821,-20.854],[-3.821,-25.265]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[190.074,301.137],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.197,-15.734],[-7.201,15.731],[7.201,24.047],[7.201,-24.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[158.999,310.62],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-9.287,-20.091],[-9.287,14.92],[9.287,25.645],[9.287,-20.474],[0.331,-25.645]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[25.72,393.133],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-6.519,-0.499],[0,0]],\"o\":[[0,0],[0,0],[5.318,2.587],[0,0],[0,0]],\"v\":[[-13.561,-6.156],[-4.605,-0.984],[-4.605,17.201],[13.561,21.815],[13.561,-21.815]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[98.097,339.878],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-0.476,-0.275],[-2.857,-0.592]],\"o\":[[0,0],[0,0],[0.421,0.292],[2.289,1.321],[0,0]],\"v\":[[4.585,-38.782],[-4.585,-38.782],[-4.585,35.072],[-3.25,35.926],[4.585,38.783]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[21.017,231.812],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-117,70.809],[117,-64.29],[117,-70.809],[-117,64.29]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.433,373.232],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-117,64.291],[-117,70.81],[117,-64.291],[117,-70.81]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.433,302.233],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[100.989,-63.195],[-106.634,56.677],[-106.634,63.195],[106.634,-59.935]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[123.066,238.847],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-2.083,0],[0,2.084],[0,0]],\"o\":[[0,0],[0,2.084],[2.084,0],[0,0],[0,0]],\"v\":[[70.955,-49.824],[70.955,-35.084],[74.726,-31.311],[78.498,-35.084],[78.498,-54.35]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-2.083,0],[0,2.084],[0,0],[0,0]],\"o\":[[0,2.084],[2.084,0],[0,0],[0,0],[0,0]],\"v\":[[-3.955,6.653],[-0.184,10.426],[3.589,6.653],[3.589,-12.613],[-3.955,-8.087]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-2.083,0],[0,2.084],[0,0],[0,0]],\"o\":[[0,2.084],[2.084,0],[0,0],[0,0],[0,0]],\"v\":[[-78.498,50.578],[-74.727,54.35],[-70.955,50.578],[-70.955,31.311],[-78.498,35.838]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.788000009574,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.234,382.652],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 14\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-2.523,-4.49],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,4.543]],\"v\":[[-112.917,78.209],[117,-55.262],[117,-78.209],[-117,56.891],[-117,64.162]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.433,387.151],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 15\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[17.882,-9.906],[0,0],[-8.119,4.687],[-0.062,5.193],[0,0]],\"o\":[[0,0],[10.566,0.811],[6.862,-3.962],[0,0],[0,0]],\"v\":[[-20.072,-12.413],[-20.072,33.743],[9.685,27.948],[20.066,13.612],[20.072,-34.554]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[131.73,327.948],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 16\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":16,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.476,-0.274],[-8.295,4.79],[0.066,3.187],[0,0],[0,0]],\"o\":[[0.421,0.292],[8.294,4.789],[4.212,-2.432],[0,0],[0,0],[0,0]],\"v\":[[-18.823,34.105],[-17.488,34.959],[12.549,34.959],[18.757,26.141],[18.77,-39.749],[-18.823,-39.749]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[35.255,232.779],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 17\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":17,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.135,-18.651],[-7.135,26.663],[7.135,18.65],[7.135,-26.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[41.4,319.053],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 18\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":18,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-29.242,-6.177],[-29.242,39.943],[29.242,6.177],[29.242,-39.943]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[64.25,378.836],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 19\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":19,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[10.027,-31.848],[-10.027,-20.27],[-10.027,31.848],[10.027,20.271]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[176.226,302.818],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 20\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":20,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[19.168,-34.126],[-19.168,-11.992],[-19.168,34.126],[19.168,11.993]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[213.062,292.276],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 21\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":21,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.135,-18.651],[-7.135,26.663],[7.135,18.65],[7.135,-26.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[65.097,305.627],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 22\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":22,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.135,-18.651],[-7.135,26.663],[7.135,18.65],[7.135,-26.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[88.46,292.306],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 23\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":23,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[8.077,4.665],[0,0],[0,9.335],[0,0],[0,0]],\"o\":[[0,9.321],[0,0],[-8.076,-4.661],[0,0],[0,0],[0,0]],\"v\":[[117.001,258.766],[102.376,267.208],[-102.374,148.993],[-117.001,123.66],[-117.001,-271.873],[117.001,-136.771]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.433,327.654],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 24\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":24,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[2.033,-1.175],[0.002,-2.35],[0,0],[-2.009,1.16],[-0.042,2.332]],\"o\":[[-0.002,-2.348],[-2.035,1.175],[0,0],[0.041,2.283],[2.009,-1.158],[0,0]],\"v\":[[3.684,-30.018],[0,-32.142],[-3.684,-25.764],[-3.682,30.118],[0,32.157],[3.682,25.866]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[287.842,315.869],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 25\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":25,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[2.033,-1.175],[0.002,-2.35],[0,0],[-2.009,1.16],[-0.042,2.332]],\"o\":[[-0.002,-2.348],[-2.035,1.175],[0,0],[0.041,2.283],[2.009,-1.158],[0,0]],\"v\":[[3.684,-30.018],[0,-32.142],[-3.684,-25.764],[-3.682,30.118],[0,32.157],[3.682,25.866]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[287.842,237.44],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 26\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":26,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-3.188],[2.762,1.594],[0,3.189],[-2.762,-1.594]],\"o\":[[0,3.188],[-2.762,-1.595],[0,-3.188],[2.762,1.595]],\"v\":[[5,2.887],[0,5.774],[-5,-2.887],[0,-5.774]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[132.308,107.256],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 27\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":27,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[8.094,-52.962],[-8.092,-62.306],[-8.094,52.96],[8.094,62.306]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.588000009574,0.638999968884,0.677999997606,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[258.526,253.189],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 28\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":28,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[9.194,5.307],[0,0],[0,10.615],[0,0],[-9.194,-5.308],[0,0],[0,-10.617]],\"o\":[[0,10.616],[0,0],[-9.193,-5.311],[0,0],[0,-10.615],[0,0],[9.194,5.309],[0,0]],\"v\":[[133.185,289.164],[116.537,298.775],[-116.539,164.211],[-133.185,135.376],[-133.185,-289.163],[-116.538,-298.774],[116.537,-164.208],[133.185,-135.373]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.941000007181,0.948999980852,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.435,321.097],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 29\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":29,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-11.874,-77.484],[-11.874,30.026],[11.874,6.279],[11.874,-101.232]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-11.874,101.232],[11.874,77.484],[11.874,39.786],[-11.874,63.534]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.226999993418,0.372999991623,0.493999974868,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[287.493,470.965],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 30\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":30,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-4.917],[0,0],[3.028,-1.733],[0,0],[-8.453,4.97],[-0.058,0.034],[0,5.256],[0,0],[2.558,4.855]],\"o\":[[2.629,4.917],[0,0],[0,5.323],[0,0],[3.752,-2.145],[-0.139,-0.03],[2.958,-1.762],[0,0],[0,-4.84],[0,0]],\"v\":[[-13.663,-218.4],[-9.422,-203.165],[-9.422,221.372],[-14.326,232.162],[-14.311,232.195],[9.675,218.172],[9.54,218.075],[14.326,207.348],[14.326,-217.189],[10.208,-232.195]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.176000004189,0.270999983245,0.349000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[285.041,383.765],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 31\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":31,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.059,0.034],[0,5.256],[0,0],[9.194,5.309],[0,0],[2.771,-0.778],[4.428,-2.462],[-4.15,-2.397],[0,0],[0,-10.617],[0,0],[3.028,-1.733],[0,0],[-8.453,4.969]],\"o\":[[2.958,-1.762],[0,0],[0,-10.616],[0,0],[-3.717,-2.147],[-7.886,4.69],[2.915,-1.218],[0,0],[9.194,5.309],[0,0],[0,5.322],[0,0],[3.752,-2.144],[-0.139,-0.031]],\"v\":[[137.376,293.63],[142.161,282.903],[142.161,-141.634],[125.513,-170.469],[-107.561,-305.034],[-117.478,-306.972],[-142.161,-292.61],[-131.309,-291.01],[101.765,-156.445],[118.413,-127.61],[118.413,296.928],[113.509,307.717],[113.523,307.75],[137.51,293.728]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.277999997606,0.470999983245,0.635000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[157.205,308.21],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 32\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":32,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-3.022,1.794],[0,5.256],[0,0],[2.558,4.855],[0,0]],\"o\":[[5.688,-3.25],[2.958,-1.762],[0,0],[0,-4.84],[0,0],[0,0]],\"v\":[[49.865,234.758],[82.716,215.513],[87.502,204.786],[87.502,-219.751],[83.383,-234.757],[-87.502,-136.002]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.626999978458,0.685999971278,0.728999956916,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[211.866,386.327],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 33\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":33,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[2.958,-1.762],[5.688,-3.25],[0,0],[-2.734,1.846],[-4.842,-2.795],[0,0],[0,-10.617]],\"o\":[[0,5.256],[-3.022,1.794],[0,0],[4.893,-2.649],[3.042,-2.054],[0,0],[9.194,5.309],[0,0]],\"v\":[[147.066,280.445],[142.279,291.172],[109.428,310.417],[-147.066,-289.498],[-114.9,-308.364],[-102.657,-307.492],[130.417,-172.927],[147.066,-144.092]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.855000035903,0.882000014361,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[152.302,310.668],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 34\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":34,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":46,\"ty\":4,\"nm\":\"Mask 3\",\"parent\":50,\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[98.009,121.717,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[59.25,87.186,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-37.624],[32.579,-18.819],[0,37.624],[-32.578,18.819]],\"o\":[[0,37.625],[-32.578,18.807],[0,-37.625],[32.578,-18.807]],\"v\":[[59,-34.067],[0,68.13],[-59,34.067],[0,-68.13]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[59.25,87.186],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":360,\"op\":438,\"st\":287,\"bm\":0},{\"ddd\":0,\"ind\":47,\"ty\":4,\"nm\":\"Blick 2\",\"parent\":49,\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[153.68,204.372,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[153.68,204.372,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[89.166,-167.018],[-110.959,179.6],[-89.167,167.019],[110.958,-179.6]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[196.152,179.851],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-68.468,155.068],[131.657,-191.55],[68.467,-155.068],[-131.657,191.55]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[131.907,216.943],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":360,\"op\":438,\"st\":287,\"bm\":0},{\"ddd\":0,\"ind\":48,\"ty\":4,\"nm\":\"Mask 2\",\"parent\":50,\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[98.01,121.717,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[72.843,107.216,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[32.579,-18.819],[0,37.624],[-32.578,18.82],[0,-37.624]],\"o\":[[-32.578,18.807],[0,-37.625],[32.578,-18.806],[0,37.625]],\"v\":[[0,68.129],[-59,34.066],[0,-68.13],[59,-34.067]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[40.091,-23.146],[0,-46.292],[-40.091,23.147],[0,46.292]],\"o\":[[-40.091,23.147],[0,46.292],[40.092,-23.147],[0,-46.292]],\"v\":[[0,-83.82],[-72.592,41.91],[0,83.819],[72.592,-41.911]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[72.842,107.217],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":360,\"op\":438,\"st\":287,\"bm\":0},{\"ddd\":0,\"ind\":49,\"ty\":4,\"nm\":\"BLICK 2\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":360,\"s\":[1493.424,497.766,0],\"to\":[-42.833,0,0],\"ti\":[42.833,0,0]},{\"t\":417,\"s\":[1236.424,497.766,0]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[153.68,204.372,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[89.166,-167.018],[-110.959,179.6],[-89.167,167.019],[110.958,-179.6]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[196.152,179.851],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-68.468,155.068],[131.657,-191.55],[68.467,-155.068],[-131.657,191.55]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[131.907,216.943],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":360,\"op\":438,\"st\":287,\"bm\":0},{\"ddd\":0,\"ind\":50,\"ty\":4,\"nm\":\"COIN 2\",\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":407,\"s\":[100]},{\"t\":437,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.257,\"y\":1},\"o\":{\"x\":0,\"y\":0},\"t\":360,\"s\":[1202.79,562.836,0],\"to\":[33.5,-19.583,0],\"ti\":[-33.5,19.583,0]},{\"t\":417,\"s\":[1403.79,445.336,0]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[85.426,114.467,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-37.624],[32.579,-18.819],[0,37.624],[-32.578,18.819]],\"o\":[[0,37.625],[-32.578,18.807],[0,-37.625],[32.578,-18.807]],\"v\":[[59,-34.067],[0,68.13],[-59,34.067],[0,-68.13]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[98.009,121.717],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-46.292],[40.092,-23.147],[0,46.292],[-40.091,23.147]],\"o\":[[0,46.292],[-40.091,23.147],[0,-46.292],[40.091,-23.146]],\"v\":[[72.593,-41.912],[0,83.819],[-72.593,41.91],[0,-83.821]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[98.009,121.718],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-13.169,-7.857],[-5.277,-3.033],[10.292,-16.502],[3.884,2.2],[0,23.287],[-40.091,23.147]],\"o\":[[6.104,3.641],[-9.587,16.801],[-4.373,-2.552],[-13.278,-7.524],[0,-46.293],[20.264,-11.699]],\"v\":[[49.529,-92.191],[74.82,-77.59],[-28.059,100.048],[-53.317,85.507],[-74.82,38.376],[-2.228,-87.355]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.905999995213,0.741000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[75.07,110.753],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-46.292],[40.092,-23.147],[0,46.292],[-40.091,23.147]],\"o\":[[0,46.292],[-40.091,23.146],[0,-46.292],[40.091,-23.147]],\"v\":[[72.593,-41.911],[0,83.82],[-72.593,41.911],[0,-83.82]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[72.842,107.217],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":360,\"op\":438,\"st\":287,\"bm\":0},{\"ddd\":0,\"ind\":51,\"ty\":4,\"nm\":\"Coin Shadow 2\",\"parent\":50,\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":407,\"s\":[100]},{\"t\":437,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[85.566,274.659,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[84.126,49.008,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-2.061,1.189],[0,0],[2.061,1.191],[0,0],[2.06,-1.189],[0,0],[-2.059,-1.19]],\"o\":[[2.06,1.19],[0,0],[2.061,-1.191],[0,0],[-2.061,-1.19],[0,0],[-2.061,1.19],[0,0]],\"v\":[[-63.257,47.568],[-55.796,47.568],[81.814,-32.588],[81.814,-36.897],[63.257,-47.568],[55.796,-47.568],[-81.814,32.59],[-81.817,36.898]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[84.125,49.009],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":360,\"op\":438,\"st\":287,\"bm\":0},{\"ddd\":0,\"ind\":52,\"ty\":4,\"nm\":\"Mask\",\"parent\":56,\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[98.009,121.717,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[59.25,87.186,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-37.624],[32.579,-18.819],[0,37.624],[-32.578,18.819]],\"o\":[[0,37.625],[-32.578,18.807],[0,-37.625],[32.578,-18.807]],\"v\":[[59,-34.067],[0,68.13],[-59,34.067],[0,-68.13]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[59.25,87.186],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":70,\"op\":148,\"st\":-3,\"bm\":0},{\"ddd\":0,\"ind\":53,\"ty\":4,\"nm\":\"Blick\",\"parent\":55,\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[153.68,204.372,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[153.68,204.372,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[89.166,-167.018],[-110.959,179.6],[-89.167,167.019],[110.958,-179.6]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[196.152,179.851],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-68.468,155.068],[131.657,-191.55],[68.467,-155.068],[-131.657,191.55]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[131.907,216.943],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":70,\"op\":148,\"st\":-3,\"bm\":0},{\"ddd\":0,\"ind\":54,\"ty\":4,\"nm\":\"Mask\",\"parent\":56,\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[98.01,121.717,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[72.843,107.216,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[32.579,-18.819],[0,37.624],[-32.578,18.82],[0,-37.624]],\"o\":[[-32.578,18.807],[0,-37.625],[32.578,-18.806],[0,37.625]],\"v\":[[0,68.129],[-59,34.066],[0,-68.13],[59,-34.067]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[40.091,-23.146],[0,-46.292],[-40.091,23.147],[0,46.292]],\"o\":[[-40.091,23.147],[0,46.292],[40.092,-23.147],[0,-46.292]],\"v\":[[0,-83.82],[-72.592,41.91],[0,83.819],[72.592,-41.911]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[72.842,107.217],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":70,\"op\":148,\"st\":-3,\"bm\":0},{\"ddd\":0,\"ind\":55,\"ty\":4,\"nm\":\"BLICK\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":70,\"s\":[1493.424,497.766,0],\"to\":[-42.833,0,0],\"ti\":[42.833,0,0]},{\"t\":127,\"s\":[1236.424,497.766,0]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[153.68,204.372,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[89.166,-167.018],[-110.959,179.6],[-89.167,167.019],[110.958,-179.6]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[196.152,179.851],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-68.468,155.068],[131.657,-191.55],[68.467,-155.068],[-131.657,191.55]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.842999985639,0.588000009574,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[131.907,216.943],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":70,\"op\":148,\"st\":-3,\"bm\":0},{\"ddd\":0,\"ind\":56,\"ty\":4,\"nm\":\"COIN\",\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":117,\"s\":[100]},{\"t\":147,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.257,\"y\":1},\"o\":{\"x\":0,\"y\":0},\"t\":70,\"s\":[1202.79,562.836,0],\"to\":[33.5,-19.583,0],\"ti\":[-33.5,19.583,0]},{\"t\":127,\"s\":[1403.79,445.336,0]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[85.426,114.467,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-37.624],[32.579,-18.819],[0,37.624],[-32.578,18.819]],\"o\":[[0,37.625],[-32.578,18.807],[0,-37.625],[32.578,-18.807]],\"v\":[[59,-34.067],[0,68.13],[-59,34.067],[0,-68.13]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.995999983245,0.666999966491,0.310000011968,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[98.009,121.717],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-46.292],[40.092,-23.147],[0,46.292],[-40.091,23.147]],\"o\":[[0,46.292],[-40.091,23.147],[0,-46.292],[40.091,-23.146]],\"v\":[[72.593,-41.912],[0,83.819],[-72.593,41.91],[0,-83.821]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[98.009,121.718],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-13.169,-7.857],[-5.277,-3.033],[10.292,-16.502],[3.884,2.2],[0,23.287],[-40.091,23.147]],\"o\":[[6.104,3.641],[-9.587,16.801],[-4.373,-2.552],[-13.278,-7.524],[0,-46.293],[20.264,-11.699]],\"v\":[[49.529,-92.191],[74.82,-77.59],[-28.059,100.048],[-53.317,85.507],[-74.82,38.376],[-2.228,-87.355]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.905999995213,0.741000007181,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[75.07,110.753],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-46.292],[40.092,-23.147],[0,46.292],[-40.091,23.147]],\"o\":[[0,46.292],[-40.091,23.146],[0,-46.292],[40.091,-23.147]],\"v\":[[72.593,-41.911],[0,83.82],[-72.593,41.911],[0,-83.82]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[72.842,107.217],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":70,\"op\":148,\"st\":-3,\"bm\":0},{\"ddd\":0,\"ind\":57,\"ty\":4,\"nm\":\"Coin Shadow\",\"parent\":56,\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":117,\"s\":[100]},{\"t\":147,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[85.566,274.659,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[84.126,49.008,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-2.061,1.189],[0,0],[2.061,1.191],[0,0],[2.06,-1.189],[0,0],[-2.059,-1.19]],\"o\":[[2.06,1.19],[0,0],[2.061,-1.191],[0,0],[-2.061,-1.19],[0,0],[-2.061,1.19],[0,0]],\"v\":[[-63.257,47.568],[-55.796,47.568],[81.814,-32.588],[81.814,-36.897],[63.257,-47.568],[55.796,-47.568],[-81.814,32.59],[-81.817,36.898]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[84.125,49.009],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":70,\"op\":148,\"st\":-3,\"bm\":0},{\"ddd\":0,\"ind\":58,\"ty\":4,\"nm\":\"Floor Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[836.8,871.65,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[566.985,250.585,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[12.74,5.209],[3.715,-0.001],[12.74,-5.211],[9.023,-7.355],[-0.001,-2.146],[-9.025,-7.355],[-12.74,-5.211],[-3.717,-0.001],[-12.74,5.209],[-9.025,7.355],[-0.001,2.145],[9.024,7.355]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[878.083,236.853],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-6.083],[6.082,0],[0,6.082],[-6.083,0]],\"o\":[[0,6.082],[-6.083,0],[0,-6.083],[6.082,0]],\"v\":[[11.013,0],[0,11.013],[-11.013,0],[0,-11.013]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,0.596000043084,0,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[267.185,283.936],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[5.268,-3.042],[5.267,3.041],[-5.268,3.041],[-5.268,-3.041]],\"o\":[[-5.267,3.041],[-5.269,-3.042],[5.267,-3.042],[5.267,3.041]],\"v\":[[9.538,5.508],[-9.536,5.508],[-9.537,-5.506],[9.539,-5.506]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[273.483,290.152],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-9.942],[9.941,0],[0,9.941],[-9.942,0]],\"o\":[[0,9.941],[-9.942,0],[0,-9.942],[9.941,0]],\"v\":[[18.002,0],[0,18.002],[-18.002,0],[0,-18.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.596000043084,0.760999971278,0.224000010771,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[671.604,388.548],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[8.61,-4.972],[8.61,4.971],[-8.609,4.971],[-8.61,-4.971]],\"o\":[[-8.609,4.971],[-8.611,-4.972],[8.611,-4.972],[8.609,4.971]],\"v\":[[15.59,9.001],[-15.589,9.001],[-15.591,-9],[15.591,-9]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[681.9,398.709],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-24.674,-14.272]],\"o\":[[24.674,14.271],[0,0]],\"v\":[[-24.925,-14.427],[24.925,14.427]],\"c\":false},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":6,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"d\":[{\"n\":\"d\",\"nm\":\"dash\",\"v\":{\"a\":0,\"k\":0,\"ix\":1}},{\"n\":\"g\",\"nm\":\"gap\",\"v\":{\"a\":0,\"k\":14,\"ix\":2}},{\"n\":\"o\",\"nm\":\"offset\",\"v\":{\"a\":0,\"k\":0,\"ix\":7}}],\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[235.604,389.069],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[2.061,1.189],[0,0],[-2.06,1.191],[0,0],[-2.061,-1.189],[0,0],[2.06,-1.19]],\"o\":[[-2.06,1.19],[0,0],[-2.061,-1.191],[0,0],[2.06,-1.19],[0,0],[2.061,1.191],[0,0]],\"v\":[[87.686,56.751],[80.224,56.751],[-98.943,-45.943],[-98.944,-50.253],[-87.686,-56.751],[-80.224,-56.751],[98.943,45.944],[98.944,50.253]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[101.254,310.421],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[9.795,5.656],[0,0],[9.792,-5.647],[0,0],[-9.79,-5.656],[0,0],[0.109,-0.063],[-29.764,-17.185],[-29.764,17.184],[-115.144,66.48],[0,0],[-9.787,5.65],[0,0]],\"o\":[[0,0],[-9.79,-5.647],[0,0],[-9.793,5.647],[0,0],[-113.821,65.715],[-29.764,17.185],[29.766,17.185],[0.107,-0.063],[0,0],[9.792,5.652],[0,0],[9.79,-5.65]],\"v\":[[412.454,-68.899],[123.95,-238.938],[88.494,-238.938],[7.952,-193.784],[7.954,-173.317],[99.913,-119.119],[-392.484,165.169],[-392.482,227.4],[-284.694,227.401],[206.591,-56.247],[296.461,-3.28],[331.911,-3.278],[412.458,-48.432]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":6,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"d\":[{\"n\":\"d\",\"nm\":\"dash\",\"v\":{\"a\":0,\"k\":0,\"ix\":1}},{\"n\":\"g\",\"nm\":\"gap\",\"v\":{\"a\":0,\"k\":14,\"ix\":2}},{\"n\":\"o\",\"nm\":\"offset\",\"v\":{\"a\":0,\"k\":0,\"ix\":7}}],\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[670.898,250.585],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[14.929,8.619],[-14.929,-8.619],[14.926,-8.619]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[797.226,177.989],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[14.929,8.619],[-14.929,-8.619],[14.926,-8.619]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[743.871,208.926],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[14.929,8.619],[-14.929,-8.619],[14.927,-8.619]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[688.721,240.537],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[14.929,8.619],[-14.929,-8.619],[14.927,-8.619]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[470.813,366.08],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[14.929,8.619],[-14.929,-8.619],[14.927,-8.619]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.842999985639,0.877999997606,0.902000038297,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[416.561,397.242],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[29.874,17.25],[0,0],[3.831,-13.074],[0,0],[-29.874,17.251]],\"o\":[[0,0],[-103.73,5.023],[0,0],[29.874,17.251],[29.874,-17.249]],\"v\":[[171.002,30.684],[-73.357,-110.397],[-200.875,-59.095],[62.815,93.146],[171.002,93.146]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[462.306,242.42],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 14\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[4.88,2.818],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[4.878,-2.814]],\"v\":[[71.532,17.176],[-39.038,-46.73],[-76.412,46.73],[38.011,46.73],[71.534,27.374]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1057.307,169.498],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 15\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":59,\"ty\":4,\"nm\":\"mask 2\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1008.36,604.157,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[235.971,197.983,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[235.722,197.733],[-259.937,484.776],[-259.937,52.491],[235.722,-197.733]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[235.971,197.983],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":316,\"op\":388,\"st\":290,\"bm\":0},{\"ddd\":0,\"ind\":60,\"ty\":4,\"nm\":\"shadow user 2\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":316,\"s\":[848.987,925.794,0],\"to\":[83.167,-48.333,0],\"ti\":[-83.167,48.333,0]},{\"t\":387,\"s\":[1347.987,635.794,0]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[73.245,38.638,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[17.021,0],[12.984,-7.499],[-25.969,-15.011],[-17.019,0],[-12.985,7.487],[25.968,14.997]],\"o\":[[-17.021,0],[-25.971,14.997],[12.981,7.487],[17.02,0],[25.968,-15.002],[-12.985,-7.499]],\"v\":[[0.001,-38.388],[-47.023,-27.143],[-47.016,27.158],[0.002,38.388],[47.027,27.158],[47.027,-27.143]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[73.244,38.638],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":316,\"op\":388,\"st\":290,\"bm\":0},{\"ddd\":0,\"ind\":61,\"ty\":4,\"nm\":\"mask\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1008.36,604.157,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[235.971,197.983,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[235.722,197.733],[-259.937,484.776],[-259.937,52.491],[235.722,-197.733]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.991999966491,0.760999971278,0.372999991623,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[235.971,197.983],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":26,\"op\":98,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":62,\"ty\":4,\"nm\":\"shadow user\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":26,\"s\":[848.987,925.794,0],\"to\":[83.167,-48.333,0],\"ti\":[-83.167,48.333,0]},{\"t\":97,\"s\":[1347.987,635.794,0]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[73.245,38.638,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[17.021,0],[12.984,-7.499],[-25.969,-15.011],[-17.019,0],[-12.985,7.487],[25.968,14.997]],\"o\":[[-17.021,0],[-25.971,14.997],[12.981,7.487],[17.02,0],[25.968,-15.002],[-12.985,-7.499]],\"v\":[[0.001,-38.388],[-47.023,-27.143],[-47.016,27.158],[0.002,38.388],[47.027,27.158],[47.027,-27.143]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.929000016755,0.944999964097,0.961000031116,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[73.244,38.638],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":26,\"op\":98,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":63,\"ty\":4,\"nm\":\"Back Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[800,600,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[800.25,600.25,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-800,600],[800,600],[800,-600],[-800,-600]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[800.25,600.25],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":511,\"st\":0,\"bm\":0}],\"markers\":[]}"
  },
  {
    "path": "static/80438-no-supported-area.json",
    "content": "{\"v\":\"5.7.4\",\"fr\":29.9700012207031,\"ip\":0,\"op\":60.0000024438501,\"w\":960,\"h\":580,\"nm\":\"(3)不支援區域畫面_M\",\"ddd\":0,\"assets\":[{\"id\":\"comp_0\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"icon_frame\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[52,51.92,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[766,51,0],\"ix\":1,\"l\":2},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.211,0.211,0.667],\"y\":[1.499,1.499,1]},\"o\":{\"x\":[0.498,0.498,0.333],\"y\":[0,0,0]},\"t\":0,\"s\":[100,100,100]},{\"t\":30.0000012219251,\"s\":[90,90,100]}],\"ix\":6,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('pingpong');\",\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-6.38],[0,0],[6.36,0],[0,0],[0,0],[0.34,0],[0.42,0.34],[-0.22,0.86],[0,0],[0,0],[0,6.4],[0,0],[-6.36,0],[0,0]],\"o\":[[0,0],[0,6.4],[0,0],[0,0],[-0.3,0.14],[-0.52,0],[-0.66,-0.58],[0,0],[0,0],[-6.36,0],[0,0],[0,-6.38],[0,0],[6.36,0]],\"v\":[[40,-28.42],[40,18.42],[28.46,30],[-0.78,30],[-21.8,39.78],[-22.76,40],[-24.22,39.48],[-24.96,37.14],[-23.16,30],[-28.46,30],[-40,18.42],[-40,-28.42],[-28.46,-40],[28.46,-40]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[764,49.08],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"框\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0}]},{\"id\":\"comp_1\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"? Outlines\",\"parent\":2,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[748.97,69.58,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-2.58,3.24],[0,5.28],[2.1,2.661],[5,0],[2.439,-1.959],[0,-3.84],[0,0],[0,0],[0,0],[-0.36,0.96],[-1.12,0],[-0.36,-0.84],[0,-1.479],[0.92,-1.76],[1.899,-0.54],[3.6,0]],\"o\":[[0,0],[0,0],[4.959,0],[2.58,-3.24],[0,-5.4],[-2.1,-2.66],[-4.12,0],[-2.44,1.96],[0,0],[0,0],[0,0],[0,-1.68],[0.36,-0.96],[1.08,0],[0.36,0.84],[0,3.681],[-0.921,1.761],[-1.9,0.54],[0,0]],\"v\":[[3.72,-13.32],[13.5,-13.32],[13.5,-18.3],[24.81,-23.16],[28.68,-35.94],[25.53,-48.03],[14.88,-52.02],[5.04,-49.08],[1.38,-40.38],[1.38,-32.94],[12.12,-32.94],[12.12,-37.26],[12.66,-41.22],[14.88,-42.66],[17.04,-41.4],[17.58,-37.92],[16.2,-29.76],[11.97,-26.31],[3.72,-25.5]],\"c\":true},\"ix\":2},\"nm\":\"?\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[13.86,0],[13.86,-8.76],[3.42,-8.76],[3.42,0]],\"c\":true},\"ix\":2},\"nm\":\"?\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.780389942842,0.780389942842,0.8,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"?\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"icon_frame\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[52,51.92,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[766,51,0],\"ix\":1,\"l\":2},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.211,0.211,0.667],\"y\":[1.499,1.499,1]},\"o\":{\"x\":[0.498,0.498,0.333],\"y\":[0,0,0]},\"t\":0,\"s\":[100,100,100]},{\"t\":30.0000012219251,\"s\":[90,90,100]}],\"ix\":6,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('pingpong');\",\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-6.38],[0,0],[6.36,0],[0,0],[0,0],[0.34,0],[0.42,0.34],[-0.22,0.86],[0,0],[0,0],[0,6.4],[0,0],[-6.36,0],[0,0]],\"o\":[[0,0],[0,6.4],[0,0],[0,0],[-0.3,0.14],[-0.52,0],[-0.66,-0.58],[0,0],[0,0],[-6.36,0],[0,0],[0,-6.38],[0,0],[6.36,0]],\"v\":[[40,-28.42],[40,18.42],[28.46,30],[-0.78,30],[-21.8,39.78],[-22.76,40],[-24.22,39.48],[-24.96,37.14],[-23.16,30],[-28.46,30],[-40,18.42],[-40,-28.42],[-28.46,-40],[28.46,-40]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.780392216701,0.780392216701,0.800000059838,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[764,49.08],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"框\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0}]},{\"id\":\"comp_2\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"icon_cry\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[52,51.92,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[766,51,0],\"ix\":1,\"l\":2},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.211,0.211,0.667],\"y\":[1.499,1.499,1]},\"o\":{\"x\":[0.498,0.498,0.333],\"y\":[0,0,0]},\"t\":0,\"s\":[100,100,100]},{\"t\":30.0000012219251,\"s\":[90,90,100]}],\"ix\":6,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('pingpong');\",\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-9.48,0],[-3.54,-8.28],[1.4,-0.6],[0.62,1.42],[7.08,0],[2.54,-6.24],[1.08,0],[0.36,0.14],[-0.6,1.42]],\"o\":[[9.28,0],[0.6,1.42],[-1.4,0.62],[-2.66,-6.24],[-7.24,0],[-0.44,1.08],[-0.36,0],[-1.4,-0.6],[3.4,-8.34]],\"v\":[[0.06,-8.97],[21.16,4.67],[19.72,8.35],[16.08,6.89],[0.06,-3.37],[-16.06,6.89],[-18.62,8.61],[-19.68,8.41],[-21.16,4.75]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":4,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.780392216701,0.780392216701,0.800000059838,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[769.08,57.69],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"嘴\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,3.2],[-3.16,0],[0,-3.2],[3.14,0]],\"o\":[[0,-3.2],[3.14,0],[0,3.2],[-3.16,0]],\"v\":[[-5.71,0],[0.01,-5.78],[5.71,0],[0.01,5.78]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":4,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.780392216701,0.780392216701,0.800000059838,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[801.65,29.67],\"ix\":2,\"x\":\"var $bm_rt;\\n$bm_rt = content('\\\\u5de6\\\\u773c').transform.position;\"},\"a\":{\"a\":0,\"k\":[-27.25,-0.25],\"ix\":1},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":0,\"s\":[100,100]},{\"t\":30.0000012219251,\"s\":[100,30]}],\"ix\":3,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('pingpong');\"},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"左眼 2\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,3.2],[-3.16,0],[0,-3.2],[3.14,0]],\"o\":[[0,-3.2],[3.14,0],[0,3.2],[-3.16,0]],\"v\":[[-5.71,0],[0.01,-5.78],[5.71,0],[0.01,5.78]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":4,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.780392216701,0.780392216701,0.800000059838,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[755.65,29.42],\"ix\":2,\"x\":\"var $bm_rt;\\n$bm_rt = content('\\\\u5de6\\\\u773c').transform.position;\"},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":0,\"s\":[100,100]},{\"t\":30.0000012219251,\"s\":[100,30]}],\"ix\":3,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('pingpong');\"},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"左眼\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[2.18,-2.32],[-1.44,2.14],[-0.34,2.02],[-2.36,2.5],[-2.4,-2.32]],\"v\":[[-2.64,-2.55],[5.18,-4.69],[3.44,-0.79],[2.02,2.37],[-2.78,2.47]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":4,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.780392216701,0.780392216701,0.800000059838,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[737.726,37.163],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"眼淚\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[1.52,-1.62],[-1.02,1.48],[-0.24,1.4],[-1.64,1.76],[-1.68,-1.62]],\"v\":[[-1.83,-1.77],[3.61,-3.27],[2.39,-0.55],[1.41,1.63],[-1.93,1.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":4,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.780392216701,0.780392216701,0.800000059838,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[737.229,48.111],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"眼淚 2\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-6.38],[0,0],[6.36,0],[0,0],[0,0],[0.34,0],[0.42,0.34],[-0.22,0.86],[0,0],[0,0],[0,6.4],[0,0],[-6.36,0],[0,0]],\"o\":[[0,0],[0,6.4],[0,0],[0,0],[-0.3,0.14],[-0.52,0],[-0.66,-0.58],[0,0],[0,0],[-6.36,0],[0,0],[0,-6.38],[0,0],[6.36,0]],\"v\":[[40,-28.42],[40,18.42],[28.46,30],[-0.78,30],[-21.8,39.78],[-22.76,40],[-24.22,39.48],[-24.96,37.14],[-23.16,30],[-28.46,30],[-40,18.42],[-40,-28.42],[-28.46,-40],[28.46,-40]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.780392216701,0.780392216701,0.800000059838,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[764,49.08],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"框\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0}]},{\"id\":\"comp_3\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"Shape Layer 4\",\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":30.0000012219251,\"s\":[360]}],\"ix\":10,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('cycle');\"},\"p\":{\"a\":0,\"k\":[469.057,290,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[-10.943,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-267.776,-264.933],[-296.936,256.801],[-5.081,0.912]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"gf\",\"o\":{\"a\":0,\"k\":100,\"ix\":10},\"r\":1,\"bm\":0,\"g\":{\"p\":2,\"k\":{\"a\":0,\"k\":[0,1,1,1,1,0,0,0],\"ix\":9}},\"s\":{\"a\":0,\"k\":[0,0],\"ix\":5},\"e\":{\"a\":0,\"k\":[100,0],\"ix\":6},\"t\":1,\"nm\":\"Gradient Fill 1\",\"mn\":\"ADBE Vector Graphic - G-Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"Shape Layer 3\",\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":97,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[473.849,290.537,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[-105.553,-30.469,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[102,102,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[51.373,0],[0,-51.373],[-51.373,0],[0,51.373]],\"o\":[[-51.373,0],[0,51.373],[51.373,0],[0,-51.373]],\"v\":[[0,-93.019],[-93.019,0],[0,93.019],[93.019,0]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[70]},{\"t\":30.0000012219251,\"s\":[30]}],\"ix\":5,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('pingpong');\"},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[-109.748,-28.27],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[258.048,258.048],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":4,\"nm\":\"pointer\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[471.75,289.75,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[471.304,289.736,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[94.875,94.875,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[-83.361,-86.24],[83.361,86.24]],\"c\":false},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.980392216701,0.980392216701,1,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":15,\"ix\":5},\"lc\":2,\"lj\":1,\"ml\":10,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[470.596,289.939],\"ix\":2},\"a\":{\"a\":0,\"k\":[82.857,86.499],\"ix\":1},\"s\":{\"a\":0,\"k\":[104.831,104.015],\"ix\":3},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":30.0000012219251,\"s\":[360]}],\"ix\":6,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('cycle');\"},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"指針\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0}]}],\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":0,\"nm\":\"icon_frame\",\"refId\":\"comp_0\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[759.463,249.684,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[50,50,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[30,30,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":100,\"h\":100,\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":0,\"nm\":\"icon_frame\",\"refId\":\"comp_0\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[134.566,211.201,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[50,50,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[30,30,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":100,\"h\":100,\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":0,\"nm\":\"icon_question\",\"refId\":\"comp_1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[179.867,516.714,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[50,50,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[50,50,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":100,\"h\":100,\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":4,\"ty\":0,\"nm\":\"icon_question\",\"refId\":\"comp_1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[900.973,306.888,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[50,50,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[50,50,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":100,\"h\":100,\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":5,\"ty\":0,\"nm\":\"icon_cry\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[766,50,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[50,50,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":100,\"h\":100,\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":6,\"ty\":0,\"nm\":\"icon_cry\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[812,466,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[50,50,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[30,30,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":100,\"h\":100,\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":7,\"ty\":0,\"nm\":\"icon_cry\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[86,141,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[50,50,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[50,50,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":100,\"h\":100,\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":8,\"ty\":0,\"nm\":\"icon_cry\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[100,468,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[50,50,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[70,70,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":100,\"h\":100,\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":9,\"ty\":0,\"nm\":\"pointer\",\"refId\":\"comp_3\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[480,290,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[480,290,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":960,\"h\":580,\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":10,\"ty\":4,\"nm\":\"Shape Layer 1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[480,290,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-9.25,-8.75],[0,-0.5],[-6.75,-5],[0,0],[-13.25,-4.75],[0,0],[-2.25,-12],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-1.25,-2.5],[0,0],[0,0],[6.5,-11.25],[2.75,-3.25],[0,0],[0,0],[0,0],[5.25,-4.25],[0,0],[0,0],[0.25,0],[4.25,-5.5],[25.21,0],[0,0],[0,0],[0,0],[-0.75,5.75],[-0.5,4.25],[3.25,2.25],[-0.25,3.5],[0,0],[18.5,-10.25],[0,0],[0,0],[1.5,1.25],[0,3.25],[0,0],[-14.75,6.25],[-18.75,0.75],[0,0]],\"o\":[[9.25,8.75],[0,0.5],[6.75,5],[0,0],[13.25,4.75],[0,0],[2.25,12],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[1.25,2.5],[0,0],[0,0],[-6.5,11.25],[-2.75,3.25],[0,0],[0,0],[0,0],[-5.25,4.25],[0,0],[0,0],[-0.25,0],[-4.25,5.5],[0,0],[0,0],[0,0],[0,0],[0.75,-5.75],[0.5,-4.25],[-3.25,-2.25],[0.25,-3.5],[0,0],[-8.75,1.25],[0,0],[0,0],[-1.5,-1.25],[0,-3.25],[0,0],[3.5,-0.25],[18.75,-0.75],[0,0]],\"v\":[[-48.25,-63.25],[-47,-49.75],[-29.75,-42.25],[-16.5,-36.75],[-5.5,-45.25],[16.75,-40.25],[29.5,-33.25],[30.75,-21.25],[37.75,-5],[41.75,0.75],[41.75,9.25],[48.75,17],[48.75,21.25],[60.75,33],[64,43],[87.25,39.5],[81.75,59],[69.5,75.25],[49,104.75],[49.25,120.5],[52.75,145],[42.75,155.75],[32.5,167.25],[34.25,182],[25,189],[18,203.5],[-20.75,223.25],[-22.75,212.75],[-31.5,194.5],[-36,173.5],[-42.25,152.25],[-34.75,133.5],[-50.25,94],[-48.75,71.75],[-63.25,68.25],[-82.75,64.5],[-108,68.5],[-124.75,54.75],[-138.25,34.75],[-135.25,11],[-138,-1.5],[-116,-33],[-100,-54.75],[-82,-58.75]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.154],\"y\":[1]},\"o\":{\"x\":[0.726],\"y\":[0]},\"t\":0,\"s\":[0]},{\"t\":24.00000097754,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.154],\"y\":[1]},\"o\":{\"x\":[0.726],\"y\":[0]},\"t\":6,\"s\":[0]},{\"t\":30.0000012219251,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":11,\"ty\":4,\"nm\":\"radar\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[480,292,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[480,290,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,138.1],[-138.1,0],[0,-138.1],[138.1,0]],\"o\":[[0,-138.1],[138.1,0],[0,138.1],[-138.1,0]],\"v\":[[-250.04,0],[0,-250.04],[250.04,0],[0,250.04]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-146.9],[-146.9,0],[0,146.9],[146.9,0]],\"o\":[[0,146.9],[146.9,0],[0,-146.9],[-146.9,0]],\"v\":[[-266,0],[0,266],[266,0],[0,-266]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"mm\",\"mm\":4,\"nm\":\"Merge Paths 2\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.788496732712,0.851291000843,0.909803926945,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[469,291.78],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"外圈\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,5.8],[-5.8,0],[0,-5.8],[5.8,0]],\"o\":[[0,-5.8],[5.8,0],[0,5.8],[-5.8,0]],\"v\":[[-10.5,0],[0,-10.5],[10.5,0],[0,10.5]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":4,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[471.1,289.68],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[470.52,34.64],[470.52,548.92]],\"c\":false},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[211.62,290],[725.88,290]],\"c\":false},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,117.52],[-117.52,0],[0,-117.52],[117.52,0]],\"o\":[[0,-117.52],[117.52,0],[0,117.52],[-117.52,0]],\"v\":[[-212.8,0],[0,-212.8],[212.8,0],[0,212.8]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[470.52,291.78],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,88.14],[-88.14,0],[0,-88.14],[88.14,0]],\"o\":[[0,-88.14],[88.14,0],[0,88.14],[-88.14,0]],\"v\":[[-159.6,0],[0,-159.6],[159.6,0],[0,159.6]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[470.52,291.78],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,58.76],[-58.76,0],[0,-58.76],[58.76,0]],\"o\":[[0,-58.76],[58.76,0],[0,58.76],[-58.76,0]],\"v\":[[-106.4,0],[0,-106.4],[106.4,0],[0,106.4]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[470.52,291.78],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,29.38],[-29.38,0],[0,-29.38],[29.38,0]],\"o\":[[0,-29.38],[29.38,0],[0,29.38],[-29.38,0]],\"v\":[[-53.2,0],[0,-53.2],[53.2,0],[0,53.2]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[470.52,291.78],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.776470601559,0.992110669613,1,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":3,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":2,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[469,287.35],\"ix\":2},\"a\":{\"a\":0,\"k\":[469,287.35],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"內圈\",\"np\":8,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[469,291.78],\"ix\":2},\"a\":{\"a\":0,\"k\":[469,291.78],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,140.72],[-140.72,0],[0,-140.72],[140.72,0]],\"o\":[[0,-140.72],[140.72,0],[0,140.72],[-140.72,0]],\"v\":[[-254.8,0],[0,-254.8],[254.8,0],[0,254.8]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":4,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,1,0.988235235214,1],\"ix\":4},\"o\":{\"a\":0,\"k\":50,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[469,291.78],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":12,\"ty\":4,\"nm\":\"map\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[480,290,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[480,290,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.68,-5.52],[0.52,-13.34],[7.06,-1.92],[6.76,-12.94],[1.22,-2.92],[15.18,2.76],[-1.44,-2.32],[9.22,-1.74],[0.72,-8.68],[1.96,-2],[-4.5,-2.84],[0.72,-2.68],[0.62,-7.6],[-2.34,-3.26],[0.79,-3.95],[0,0],[1.48,2.02],[1.12,3.42],[-1.34,6.5],[3.48,-1.5],[4.82,-2.34],[0.6,3.92],[0.74,4],[4.32,15.44],[2.98,12.42],[0.84,1.48],[0,0],[5.44,3.76],[0.12,0.16],[5.96,7.84],[1.22,5.92],[-1.74,4.52],[4.32,20.44],[2.26,1.66],[2.26,-3.66],[3.38,2],[2.98,6.76],[7.58,7],[5.64,-0.84],[8.8,4.18],[5.2,4.82],[4.62,7],[1.84,2.84],[8.2,10.68],[6.16,4.92],[-4,-17.96],[1.34,4],[6.34,2.76],[4.52,11.28],[1.54,4.26],[0.02,0.22],[0.62,0.63],[-0.03,0.07],[0.64,0.68],[0.03,0],[0.92,0.68],[0.72,5.82],[-7.06,13.62],[4.3,8.02],[0.32,5.5],[-1.44,4.92],[0.22,0.08],[0.22,0.08],[0.2,0.16],[1.24,0.4],[11.38,1.16],[1.64,-0.08],[3.58,-0.92],[5.84,1.08],[5.41,0.49],[0,0],[-1.62,1.51],[2.17,0.07],[0,0],[-3.36,0],[-2.86,2.34],[-7.8,-1.58],[-11.88,-2.16],[-7.48,-0.34],[-6.96,-0.5],[-5.32,-1.6],[-5.86,0],[-1.02,3.34],[5.02,1.16],[-3.28,1.74],[-12.1,-0.92],[-5.22,0.16],[2.46,-4.5],[-0.13,-0.38],[-1.16,-2.39],[-0.4,-1.74],[11.7,0.9],[-4.5,-2.18],[-4,0.16],[-2.36,0.94],[-1.54,-0.08],[-0.3,-1.24],[-0.02,-0.14],[-0.09,-0.25],[-3.48,6.92],[0.94,0.48],[1.58,1.64],[-4.7,-0.34],[-1.22,-2.82],[-5.92,-1.18],[-1.22,-0.72],[4,-1.68],[2.46,-12.44],[-1.64,3.34],[1.32,2.58],[-3.12,1.5],[-2.86,0],[-10.06,-4.68],[-1.32,-2],[-3.26,-2.5],[-3.78,-4.84],[4,-0.08],[5.96,-0.6],[5.12,-3.08],[3.38,-1.9],[0.1,-0.08],[0.1,-0.16],[0.5,-0.58],[1.28,0.8],[2.32,2.6],[3.28,-0.26],[1.94,1.84],[-5.84,3],[-1.02,1.18],[2.56,2.6],[7.78,0],[3.96,-2.32],[1.6,0],[1.77,0.77],[-0.42,-8.68],[3.08,-1.1],[-0.5,-1.34],[3.08,-1.18],[6.54,3.92],[-0.92,1.76],[6.24,-3.08],[3.98,-3.76],[-0.62,-7.42],[-9.52,-2.76],[-2.88,-0.5],[-2.86,-4.86],[-1.64,5.92],[-5.82,12.62],[0,0],[-1.78,2.16],[-1.54,-0.34],[-5.52,-2.5],[-6.54,1.08],[-6.14,1],[-1.22,-7.92],[2.86,-10.94],[-1.96,-0.84],[0,0],[1.04,0.34],[-2.78,7.02],[4,-1.24],[3.76,-0.48],[-0.07,-0.98],[1.44,-2.34],[9.52,-5.28],[-2.26,-0.92],[1.34,-4.26],[-3.18,0.58],[4.92,-1.58],[4.3,-1],[-2.96,4.76],[4.08,-1.76],[0,0],[0.6,-6.84],[3.18,-3.34],[0,0],[0.2,-0.16],[5.12,-3.34],[4,-3.58],[-0.72,-20.12],[2.46,0.92],[10.54,3.1],[4.72,-1],[7.58,-5],[1,-5.16],[-0.4,-6.92],[-4.3,8.76],[-9.32,-1.5],[1.22,-3.84],[-1.12,-3.1],[-8.8,-5.34],[-6.76,-5.18],[-4.62,0.84],[-4.72,-0.74],[-0.26,0.4],[-0.9,2.06],[-7.28,4.36],[-0.72,0.52],[-0.8,-1.68],[-6.14,-1.76],[-1.46,-0.02],[-6.12,-2.2],[-0.82,-0.26],[0,-0.16],[0,0],[-0.82,-1.26],[0,0],[-9.22,-9.1],[-2.16,-4.82],[-0.42,-0.92],[-0.92,-2.18],[-5.84,-5.76],[-7.48,-1.32],[-8.82,-6.76],[-3.16,-2.18]],\"o\":[[-11.38,16.86],[-0.4,7.68],[-25.72,7.36],[-1.94,3.68],[-5.12,12.18],[1.44,2.6],[4.5,7.1],[-7.68,1.5],[-2.98,1.26],[2.68,5.02],[-0.82,2.76],[-1.74,6.5],[2.66,1.26],[-0.29,2.42],[0,0],[-0.58,-0.78],[-3.9,-5.08],[-0.62,-2],[0.3,-1.84],[-3.48,1.42],[-1.14,-3.18],[-1.24,-6.58],[-1.52,-9.28],[-2.84,-10.22],[-0.44,-1.74],[0,0],[-2.76,-4.66],[-0.3,-0.08],[-7.46,-5.34],[-2.76,-3.76],[-1.34,-5.42],[-9.12,-17.04],[-0.92,-3.76],[-4.32,1.92],[-3.48,-2],[-10.56,-10.36],[-6.36,-14.2],[-3.38,-2.92],[-8.5,1.18],[-7.48,-3.58],[-0.22,-7.52],[-2.26,-3.6],[-3.28,-5.42],[-5.42,-7.1],[-8.08,3.92],[-3.48,-0.5],[-2.04,-6.6],[0.3,-11.38],[-1.52,-4.16],[-0.32,-0.97],[-0.1,0.02],[-0.29,-0.9],[-0.08,-0.01],[-0.78,-0.89],[0,0],[-4.1,-2.94],[-2.04,-19.04],[5.44,-9.76],[1.02,-4],[-0.3,-6.42],[-0.2,-0.26],[-0.2,0],[-0.2,-0.08],[-1.12,-0.34],[0.52,-10.18],[-5.02,-0.52],[-0.92,0],[-6.36,1.74],[-2.2,-0.42],[0,0],[2.19,-0.48],[-1.81,-1.58],[0,0],[4.25,-1.23],[0.72,-6.08],[1.64,-1.34],[11.88,2.26],[7.28,0.74],[5.64,0.34],[4.82,0.34],[4.92,1.5],[0.92,-3.26],[-5.12,0.84],[0.2,-4.94],[11.16,-5.86],[4.5,0.34],[-1.74,3.44],[0.3,0.82],[-0.11,-0.47],[0.4,0.68],[-8.4,2.08],[1.44,2.08],[3.8,1.82],[1.34,-2.5],[0.92,-0.32],[0.2,1.24],[0,0.08],[0.07,-0.08],[6.46,-3.84],[-2.88,-0.6],[-0.84,-0.42],[3.28,-3.68],[-0.3,3.34],[3.68,-2.32],[1.14,0.84],[-3.06,2.94],[-1.74,18.1],[4.38,-0.34],[-1.64,-2.18],[1.02,-3.34],[2.12,-1.02],[32.58,0.24],[2.24,1.02],[2.06,3.16],[2.88,2.16],[-0.82,2.74],[-5.52,0.08],[0.1,5.66],[-4.52,2.76],[-0.12,0.1],[-0.2,0.16],[-0.62,0.68],[-4.32,-1.18],[-1.16,-0.74],[-1.84,-2.08],[-2.06,0.08],[4,-5.1],[1.02,-0.5],[-1.74,-4],[-5.74,-5.92],[-3.64,4.26],[-1.28,0.75],[-1.41,0],[1.74,7.2],[-2.98,-0.58],[-6.56,2.5],[0,0.08],[-3.38,1.24],[0.9,-1.68],[-5.3,1.68],[-7.08,3.58],[-0.12,6.26],[9.52,0.6],[1.86,0.5],[0,4.68],[6.66,4.76],[22.54,-4.8],[0,0],[0.88,-1.88],[1.74,0.08],[5.12,0.9],[-0.1,4.52],[5.04,-0.92],[2.78,6.6],[14.76,5.84],[1.84,0.92],[0,0],[-0.32,0],[2.36,-6.84],[-5.54,1.02],[-3.57,1.1],[0.1,0.29],[0.22,2.16],[-5.12,-2.42],[2.14,1],[-0.32,6.42],[-3.28,10.94],[-0.84,5.76],[-5.42,1.66],[0,-6.84],[-4.3,0.42],[0,0],[-5.26,2.18],[-4.5,1.44],[0,0],[-0.32,0.24],[1.12,8.6],[-4.3,2.84],[-12.8,11.7],[-2.66,-0.84],[-1.94,-13.36],[-11.38,-3.32],[-5.22,1.18],[-4.2,2.94],[-1.26,6.26],[0.72,18.8],[2.86,-5.82],[0.92,5.02],[-0.82,2.26],[6.66,2.74],[0.62,8.94],[5.22,3.94],[5.12,-0.9],[1.32,-1.64],[0.28,-0.4],[3.08,-7.08],[0.72,-0.4],[0.8,1.76],[5.34,-6.42],[2.64,0.72],[4.46,0.06],[0.72,0.34],[0.1,0],[0,0],[1,1.16],[0,0],[8.08,3.24],[3.9,3.78],[0.3,0.76],[0.82,2.26],[4.2,5.6],[3.38,3.34],[11.58,1.92],[3.38,2.5],[4.42,6.26]],\"v\":[[154.56,84.82],[146.56,112.26],[136.94,137.72],[119.42,163.1],[114.82,170.62],[98.1,184.14],[100.06,187.3],[96.06,201.5],[90.94,210.18],[84.68,212.18],[89.4,215.86],[87.24,223.96],[84.38,232.06],[91.24,236.32],[87.84,249.2],[70.63,249.2],[68.5,246.5],[65.02,235.66],[62.56,224.98],[62.24,215.88],[60.1,219.06],[57.44,207.28],[53.94,196.44],[52,170.72],[47.32,123.9],[45.54,118.96],[45.52,118.92],[30.56,108.32],[29.94,108],[9.44,73.86],[3.72,65.84],[6.18,56.82],[13.64,19.6],[7.82,8.92],[3.3,15.58],[-7.04,9.58],[-14.92,-0.02],[-34.9,-13.3],[-44.54,-19.98],[-57.14,-21.66],[-77.62,-34.24],[-79.78,-49.1],[-86.94,-58.46],[-93.62,-69.64],[-98.84,-82.32],[-90.22,-49.36],[-97.4,-56.7],[-103.64,-64.38],[-105.7,-77],[-107.84,-87.26],[-108.3,-88.94],[-109.28,-89.68],[-109.54,-90.93],[-110.5,-91.76],[-111.46,-92.84],[-112.26,-93.26],[-118,-105.7],[-106.84,-139.94],[-106.72,-156.3],[-104.68,-165.9],[-103.96,-174.32],[-104.68,-174.82],[-105.4,-175.16],[-106.22,-175.58],[-109.6,-176.74],[-118.92,-194.1],[-128.76,-196.7],[-137.96,-193.34],[-146.78,-192.86],[-159.38,-193.4],[-159.38,-206.53],[-153.56,-209.3],[-159.38,-210.88],[-159.38,-216.85],[-145.66,-216.98],[-145.26,-225.24],[-103.96,-233.42],[-68.32,-226.74],[-42,-230.74],[-34.52,-228.74],[-24.18,-228.24],[-15.76,-226.32],[-12.9,-236.26],[-26.12,-234.66],[-16.48,-243.34],[14.46,-238.68],[27.46,-241.78],[22.14,-234.58],[22.77,-232.81],[23.88,-231.08],[25,-228.66],[10.14,-226.48],[13.42,-223.4],[26.64,-222.74],[31.16,-228.34],[34.74,-228.66],[35.54,-224.92],[35.7,-224.17],[35.96,-223.4],[40.46,-234.24],[35.48,-235.4],[32.38,-238.18],[46.72,-242.76],[46.1,-236.68],[58.28,-244.1],[61.98,-241.78],[50.3,-237],[53.48,-221.64],[63.82,-228.58],[58.5,-233.34],[64.84,-240.7],[72.32,-242.26],[99.48,-235.84],[107.04,-232.32],[110.42,-223.64],[117.5,-218.88],[110.74,-213.22],[102.54,-216.38],[103.06,-205.46],[98.04,-204.54],[97.52,-204.2],[97.02,-203.62],[95.38,-201.78],[88.16,-204.06],[83.8,-208.54],[78.38,-210.88],[71.72,-211.72],[83.5,-214.9],[92,-221.66],[89.24,-224.92],[74.08,-229.34],[63.74,-217.48],[59.46,-216.3],[54.72,-217.4],[61.38,-207.04],[53.8,-208.04],[53.58,-204.46],[53.58,-202.86],[46.54,-207.46],[49.28,-212.64],[31.06,-205.2],[13.34,-193.76],[14.98,-184.26],[30.96,-177.98],[38.04,-176.5],[36.8,-163.46],[45.32,-173.9],[62.82,-198.04],[62.82,-198.06],[66.72,-204.12],[77.08,-202.94],[84.96,-198.28],[89.16,-189.02],[99.2,-194.94],[102.48,-177.58],[107.82,-156.04],[113.56,-153.44],[113.26,-144.1],[96.44,-147.86],[105.88,-161.8],[96.76,-157.8],[86.66,-156.97],[86.92,-155.12],[86.72,-152.7],[73.82,-155.54],[80.38,-152.7],[78.22,-146.86],[90.32,-143.26],[81.08,-135.92],[69.72,-131],[71.66,-136.84],[60.1,-132.66],[59.68,-132.5],[53.02,-123.16],[40.12,-116.8],[30.7,-107.62],[29.98,-106.96],[24.86,-94.86],[15.12,-88.52],[9.18,-62.14],[1.5,-64.82],[-8.32,-76.84],[-22.88,-73.5],[-38.24,-73.34],[-47.44,-63.32],[-51.04,-45.54],[-29.22,-34.44],[-17.74,-41.94],[-19.48,-29.42],[-21.44,-19.98],[-5.76,-17.06],[-3,7.06],[7.14,6.64],[16.06,9.74],[18.02,7.36],[19.34,4.4],[30.5,-3.7],[32.56,-5.04],[35.1,0.06],[47.2,1.66],[53.18,2.68],[64.2,2.74],[66.66,3.58],[67.08,3.9],[67.6,4.34],[69.54,7.92],[82.04,20.12],[99.34,26.36],[103.66,34.88],[104.98,37.32],[107.64,43.92],[123.42,51.76],[131.72,55.42],[147.6,63.02],[154.96,66.28]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[159.38,330.8],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.16,5.78],[5.22,1.5],[7.98,6.18],[6.86,8.44],[1.02,6.08],[1.54,3.1],[-1.12,3.76],[0,0],[3.42,0.36],[20.1,6.68],[4,-13.6],[4.1,1.4],[0.6,0.18],[0,0],[0,0],[3.38,3.24],[5.12,2.76],[4.7,5.34],[3.5,-0.74],[9.72,1.34],[1.34,3.16],[0,0],[0,0],[0,0],[0,0],[0.55,-1.66],[3.08,-3.68],[1.84,-4.92],[5.52,-12.34],[-2.16,-19.2],[-7.04,-9.02],[-1.54,-2.84],[-7.8,-6.28],[-13.94,1.92],[-5.52,2.58],[-4.52,-14.18],[2.86,-15.6],[-6.96,-8.24],[-1.54,-9.68],[-0.2,-2.34],[-8.08,-15.54],[-3.68,-11.84],[-1.02,-1.82],[0,0],[0,0],[-1.06,-4.82],[-4.5,-3.92],[-8.92,8.36],[-1.94,2.58],[-1.96,3.08],[-1.84,4.84],[-1,3.24],[-2.26,3.16],[-7.48,8.26],[-1.74,2.5],[-4.4,9.44],[-4.2,6.92],[-5.76,16.78]],\"o\":[[-2.68,-2.08],[-3.4,-8.26],[-10.66,-8.26],[-3.28,-4.08],[-0.72,-4.42],[-1.52,-3.08],[0,0],[-2.96,0.06],[-8.5,-0.92],[-19.24,-6.26],[-4.4,-0.34],[-1.52,-0.6],[0,0],[0,0],[-1.64,-0.58],[-2.96,-2.84],[0,-4.5],[-1.54,-0.42],[-7.06,1.52],[-5.32,-0.76],[0,0],[0,0],[0,0],[0,0],[0.12,1.07],[-1.76,5.76],[-3.48,4.5],[-2.16,5.5],[-10.58,23.2],[1.22,10.34],[2.16,2.84],[4.62,7.84],[18.64,15.02],[6.26,-0.92],[8.8,-4.18],[9.22,0.42],[-2.26,13.6],[6.36,7.6],[0.2,1.86],[0.54,8.76],[6.46,12.02],[0.52,1.66],[0,0],[0,0],[2.12,3.74],[1.14,5.52],[1.62,1.18],[1.84,-1.68],[2.26,-2.84],[2.66,-3.92],[1.74,-4],[2.78,-2.26],[2.86,-13.78],[7.08,-7.6],[8,-10.94],[3.9,-8.34],[7.7,-12.86],[1.72,-5]],\"v\":[[113.84,-41.54],[90.38,-38.02],[81.04,-54.3],[70.7,-69.5],[67.62,-78.92],[62.9,-87.78],[56.36,-107.3],[53.72,-120.94],[47.44,-122.18],[27.88,-123.66],[8.72,-117.74],[0.44,-120.32],[-2.58,-121.42],[-2.58,-121.46],[-2.78,-121.52],[-6.16,-124.84],[-21.52,-131.12],[-22.34,-144.72],[-49.2,-143.48],[-67.22,-137.2],[-72.04,-140.62],[-71.92,-140.76],[-71.88,-140.8],[-74.48,-140.7],[-74.48,-140.66],[-75.1,-136.62],[-84.34,-127.94],[-88.42,-115],[-104.5,-97.06],[-109.84,-71.34],[-109.96,-42.88],[-101.56,-33.44],[-94.38,-22.5],[-72.78,-15.5],[-58.94,-15.66],[-36.8,-12.58],[-23.9,-0.56],[-20.12,18.38],[-11.3,44.34],[-10.08,49.96],[-14.06,82.34],[-5.26,115.22],[-2.8,120.48],[-2.64,120.78],[-2.64,120.9],[3.08,133.52],[5.66,143.96],[35.36,136.54],[40.16,131.52],[44.18,124.34],[48.98,118.16],[50.92,108.32],[58.72,102.72],[61.38,82.1],[75.82,70.5],[74.9,23.98],[84.94,7.8],[108.42,-21.58]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[4.4,6.34],[3.38,-3],[1.44,-6.34],[5.42,-10.34],[-2.96,-2.82],[-2.04,6.92],[-1.62,4.6]],\"o\":[[-4.5,2.34],[-3.68,3.42],[-1.86,7.94],[-1.94,3.84],[8.92,8.76],[1.54,-4.94],[1.64,-4.92]],\"v\":[[106.76,55.64],[98.26,66.32],[88.22,74.5],[85.86,90.36],[86.78,106.64],[102.56,86.36],[107.16,71.24]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[453.68,370.48],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.24,2.34],[-0.62,4.08],[1.12,1.4],[16.72,8.02],[1,0.16],[5.22,-0.76],[6.04,-0.68],[0,0],[-8.6,-6.84],[1.32,-5.34],[-3.37,-0.66],[-9.84,12.52],[-19.26,-2]],\"o\":[[1.42,-3.52],[-1.22,-0.76],[-7.68,-9.12],[-2.04,-1],[-6.36,-1.18],[-3.38,-4.24],[-7.78,0.84],[3.18,3.52],[8.5,6.92],[4.5,1.41],[7.58,1.42],[13.32,-0.08],[-0.1,-4.5]],\"v\":[[60.96,-48.42],[63,-54.08],[58.8,-57.08],[44.86,-67.12],[34.22,-71.78],[23.04,-66.36],[15.88,-77.44],[16.08,-64.28],[28.48,-58],[28.8,-44.9],[35.24,-44.74],[50.3,-46.92],[69.36,-35.32]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.88,8.18],[1.94,5.42],[0.84,21.7],[4.72,4.18],[1.22,4.26],[2.48,-4.84],[10.56,10.18],[1.44,2.68],[0,0],[-0.42,0.84],[-1.34,2.7],[-0.3,3.08],[3.78,4.58],[3.58,-2],[2.96,-2.5],[4.5,-2.84],[5.94,-4.84],[2.68,-3.34],[2.86,-2],[26.44,-7.6],[1.44,-1.68],[1.12,-4.32],[0.72,-11.36],[1.84,-7.42],[-5.84,1.82],[-3.38,0.92],[-3.08,1.66],[-0.92,0],[-1.54,-7.94],[-3.9,2.58],[0,-6.58],[-4.3,-0.08],[-4.62,1.58],[-17.3,18.96],[-4,6.52]],\"o\":[[-2.06,-5.34],[-3.68,-7.76],[-0.4,-8.02],[0.2,-5.92],[-4,1.92],[-4.78,9.1],[-2.66,-2.6],[0,0],[0.72,-1.9],[1.64,-2.34],[1.54,-2.82],[-5.12,-0.08],[-3.18,1.08],[-2.98,1.6],[-3.3,2.66],[-3.9,-1.68],[-3.88,3.16],[-3.26,4.08],[-7.58,5.26],[-2.16,0.64],[-3.2,4],[-2.06,7.44],[-0.7,13.92],[4.9,7.52],[3.48,-1.02],[2.76,-0.66],[0.72,-0.34],[8.42,-0.16],[4.2,-0.68],[2.66,4.58],[3.78,2.86],[4.42,0.16],[11.98,-4.02],[4.82,-5.18],[3.98,-6.34]],\"v\":[[60.02,19.76],[53.96,3.66],[48.54,-14.7],[44.96,-22.04],[43.84,-34.06],[40.14,-30.32],[25.3,-10.6],[17.82,-18.28],[17.84,-18.28],[19.18,-20.68],[21.12,-23.54],[22.96,-30.04],[12,-32.86],[7.6,-29.78],[2.38,-27.44],[-4.6,-18.76],[-15.88,-19.84],[-19.88,-14.68],[-25.92,-10.84],[-48.04,4.78],[-59.42,12.04],[-63.52,26.2],[-64.36,44.42],[-69.36,60.02],[-54.52,58.94],[-44.18,58.26],[-37,53.6],[-18.68,48.92],[-7.8,61.36],[-1.76,57.94],[0.28,74.28],[15.54,77.96],[22.84,74.96],[41.98,58.26],[53.36,45.56]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[822.76,453.98],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.92,-8.18],[5.02,3.68],[-0.52,4.86],[0.73,10.19],[-2.04,0.82],[-1.94,-3.86],[0,0],[2.2,-1.46],[2.36,-1.92],[-4.82,-1.58],[1.84,-2.5],[0.4,-0.66]],\"o\":[[-6.56,1.82],[-0.12,-6.76],[-4.22,-4.66],[1.12,-0.92],[4.72,-1.92],[-0.94,1.78],[-0.02,0],[-1.74,1.16],[0.62,6.58],[-0.92,4.26],[-0.22,0.16],[2.46,5.6]],\"v\":[[-66,-10.71],[-81.26,-14.81],[-79.72,-25.17],[-90.6,-43.93],[-82,-49.59],[-73.18,-46.99],[-74.18,-44.87],[-76.36,-44.09],[-79.74,-42.17],[-66.52,-28.99],[-68.36,-25.73],[-70.1,-24.07]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.08,1.68],[3.4,-1.16],[4.82,-1],[-0.12,4],[-0.12,0.26],[-2.06,6.18],[-2.46,2.68],[-3.16,-4.5],[0,0],[-1.34,1.16],[0.06,0.1],[0.14,2.28],[-4.6,2.08],[-2.04,-0.08],[0.3,-6.66],[-0.4,-7.26]],\"o\":[[-2.98,-0.74],[-3.58,1.16],[-0.62,-3.68],[0,-0.24],[-0.22,-6.68],[1.34,-4.08],[6.14,0.16],[0,0],[1.64,-0.18],[1.7,-1.6],[-0.1,-0.16],[0,-0.74],[1.94,-0.84],[0.42,6.44],[5.94,3.18],[-7.98,5.68]],\"v\":[[-127.68,-30.75],[-144.38,-27.15],[-149.08,-25.07],[-148.66,-27.99],[-148.66,-28.83],[-148.26,-37.43],[-141.6,-48.19],[-132.5,-41.27],[-132.5,-41.25],[-127.36,-42.59],[-125.2,-44.75],[-127.28,-46.27],[-125.22,-49.69],[-120,-50.11],[-121.62,-42.27],[-106.68,-29.07]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[7.5,1.08],[12.08,-0.74],[5.1,1.76],[2.36,-0.34],[6.14,1.5],[5.72,0],[4.42,2.5],[7.88,1.74],[3.9,1.42],[4.5,-2.26],[6.16,-0.58],[2.16,-0.18],[6.04,2],[14.94,0],[0,0],[0,0],[4.42,0],[17.74,0.68],[10.04,-3.66],[6.46,-0.08],[6.04,-2.26],[2.96,-0.76],[4.2,-2.42],[3.08,-0.74],[2.04,-1.16],[6.88,-1.42],[-4.38,-5.5],[6.14,-1.06],[1.64,-3.08],[4.52,-0.5],[3.88,-0.42],[4.5,-0.6],[6.46,0.68],[-1.02,-4.44],[1.84,-6.42],[1.84,0.42],[0.94,-3.02],[1.24,6.34],[-4.62,4.92],[6.34,2.68],[11.26,-3.84],[2.36,-1.08],[0,0],[0,0],[0,0],[6.74,-0.26],[6.16,-6.28],[5.12,-1.76],[1.62,-4],[-4.38,-1.68],[-5.62,0.92],[-0.62,-5.18],[1.12,-0.66],[3.58,4.76],[1.74,-0.68],[11.38,-2.02],[5.82,-3.84],[4.22,-0.84],[4,-0.9],[3.88,-2.68],[-2.58,-3.92],[2.14,-4.08],[2.04,-9.58],[0.92,-3.86],[-2.14,-7.42],[-0.42,-3.42],[0,0],[0,0],[-2.88,1.04],[-1.12,0.18],[-9.84,7.74],[-4.5,8.1],[-4.7,2.34],[-5.54,0.18],[-8.02,-3.86],[-2.06,-2.76],[-1.42,-3.68],[-0.42,0.18],[0,0],[0,0],[-6.96,6.22],[1.28,0.74],[0,0],[0,0],[6.96,8.84],[-0.12,3.84],[-4.5,-4.1],[-0.72,-0.5],[0,0],[0,0],[-2.1,-1.88],[-5.24,-7.78],[-3.06,-2.34],[-3.48,3.5],[-0.52,0.82],[1.64,2.92],[-1.54,-5.7],[-5.14,0.76],[-4.72,-1.26],[-3.18,0.84],[1.12,-2.32],[0.68,-0.02],[0,0],[-2.34,-4.76],[-1.14,-2.5],[-2.46,-3.76],[-5.1,-16.78],[-1.76,-4.84],[-7.68,2.84],[-4.1,3.5],[-3.08,2],[1.56,5.26],[4.72,2.42],[4.1,3.92],[7.68,0.5],[0.1,0.08],[2.14,2.4],[-0.3,6.86],[-5.42,-4.66],[-8.5,0.42],[-8.1,-0.76],[-2.78,-0.92],[-3.48,-3.36],[-2.98,-2.18],[-4.4,0.66],[-0.92,-4.08],[-2.24,-6.68],[-1.32,-0.26],[-0.72,3.24],[-0.82,7.42],[-6.14,5.26],[-2.94,4.24],[0,0],[0,0],[-6.26,2.1],[-2.66,-12.04],[-0.2,-1.16],[-4.6,1],[-1.02,-4.18],[-0.2,-6.84],[-1.94,-3.84],[-12.7,-4.84],[0.4,1.66],[3.08,3.08],[0.4,2],[-1.44,3.9],[-0.32,0.66],[-3.88,-4.86],[-3.9,-2.6],[-4.32,3.76],[2.46,12.02],[-6.26,-2.26],[-0.72,-8.1],[0.2,5.02],[-6.66,18.1],[0.12,3.92],[1.12,3.84],[0.12,0.26],[3.28,5.58],[-2.26,4.68],[2.98,0.32],[3.08,1.66],[-3.58,0.5],[-2.16,-3.26],[-5.12,-5.36],[-4.1,-16.86],[-2.86,1.5],[4.92,4.76],[-1.54,1],[-3.7,16.36],[-0.94,8.02],[-4.72,-3.68],[-0.82,1.94],[4.4,5],[7.28,1.84],[3.1,0.1],[6.36,3.92],[-2.14,2.68],[-0.6,-0.18],[-4,2.16],[-2.06,8.18],[-7.28,-0.34],[-2.66,0.18],[-4.3,-7.34],[-5.12,-0.5],[-0.1,2.66],[-1.02,9.68],[-5.64,0],[-5.72,1.42],[-0.3,0.08],[0.3,7.12],[-7.8,1]],\"o\":[[-10.86,-1.58],[-6.88,0.34],[-2.16,-0.74],[-7.26,1.16],[-5.22,-1.34],[-6.96,-0.1],[-6.96,-3.84],[-6.14,-1.44],[-3.9,-1.4],[-2.16,1.08],[-2.12,0.26],[-7.06,0.34],[-7.58,-2.5],[0,0],[0,0],[-6.24,0.06],[-27.74,0],[-7.58,-0.28],[-7.38,2.82],[-6.04,2.34],[-2.68,2.24],[-7.56,2.16],[-6.64,4.02],[-1.12,0.34],[-2.96,-5.26],[-5.4,9.18],[-5.94,-0.84],[-4,0.76],[-4.5,-1.92],[-5.54,0.58],[-6.26,0.68],[-3.16,-5.26],[-2.36,3.52],[-6.24,0.74],[-1.86,-0.34],[-1.52,1.92],[-5.64,-1.76],[6.66,-0.42],[-1.44,-8.18],[-8.2,-3.42],[-3.08,1.1],[0,0],[0,0],[0,0],[-4,2.1],[-2.98,8.1],[-4.72,4.74],[-3.18,1.02],[-0.2,5.34],[4.52,1.76],[1.54,6.42],[-1.24,0.66],[-4.3,-3.16],[-1.64,0.74],[-1.24,10.76],[-7.08,1.16],[-4.1,2.66],[-4.7,0.92],[-3.38,0.76],[1.74,3.74],[2.46,3.92],[-4.62,3.94],[-0.84,3.84],[-1.64,6.84],[3.9,0.14],[0,0],[0,0],[1.46,-1.54],[1.1,-0.42],[15.78,-2.4],[8.2,-6.7],[5.54,-0.5],[3.88,-2],[4.9,5.02],[3.16,1.5],[3.7,5.34],[0.32,-0.18],[0,0],[0,0],[4.22,-2.08],[-2.02,-1.5],[0,0],[0,0],[-5.42,-3.26],[-1.84,-2.5],[5,-0.92],[0.6,0.58],[0,0],[0,0],[2.84,1.82],[2.68,7.44],[2.96,4.16],[5.64,-0.76],[0.62,-0.66],[-1.86,-2.84],[6.36,-8.6],[4,15.76],[5.22,-0.76],[4.5,1.16],[10.76,-2.66],[-1.1,0.16],[0,0],[5.42,-0.76],[1.54,3.08],[1.64,3.34],[5.24,8.68],[1.74,4.92],[8.08,-0.52],[7.18,-2.68],[2.74,-2.34],[4,-2.6],[-3.06,-3.92],[-5.94,-3.1],[-4.2,3.16],[-0.1,-0.42],[-1.12,-3.26],[-2.98,-3.18],[7.88,-4.24],[8.3,7.26],[4.82,6.58],[4.5,0.5],[3.58,3.32],[1.64,3.24],[4.2,3],[0.92,2.74],[1.62,7.68],[1.34,3.92],[4.2,0.66],[1.84,-8.86],[6.86,-4.26],[5.16,-4.42],[0,0],[0,0],[7.38,-1.24],[3.9,11.52],[0.1,1],[1.02,6.52],[1.02,4.26],[1.54,7.08],[2.56,3.76],[4.6,8.5],[0,-0.74],[-1.02,-4.86],[-1.74,-1.6],[-0.92,-3.92],[0.3,-0.68],[4.28,4],[3.7,4.74],[4.2,-3.66],[3.68,-18.36],[2.78,-6.84],[0.82,7.74],[9.64,1.84],[13.2,-6.66],[1.32,-3.92],[-0.2,-5.36],[-0.1,-0.34],[-1.94,-7.42],[1.84,-4.78],[-4,-2.66],[-1.54,-0.26],[1.14,-3.76],[1.14,3.58],[14.24,-5.94],[4.92,5.08],[3.9,1.1],[0.32,-9.86],[0.4,-1.84],[6.66,-1.82],[4.28,-18.78],[5.82,2.26],[0.72,-1.84],[-4.4,-4.92],[-5.82,-2.42],[-2.44,-0.58],[-2.24,-0.06],[0.92,-2.58],[0.94,-0.4],[2.98,0.5],[3.88,-2.18],[8.9,-3.42],[2.76,-2.92],[7.38,-0.42],[2.34,4.02],[0.42,-3.76],[1.42,-14.44],[5.94,-3.18],[4.1,-5.6],[0.2,-0.1],[-3.8,-5.76],[7.26,-4.5],[0.52,-9.44]],\"v\":[[252.14,-126.43],[221.84,-133.19],[210.98,-135.79],[205.12,-136.53],[195.7,-135.11],[179.32,-135.03],[169.88,-138.37],[146.32,-140.45],[136.9,-144.15],[112.52,-143.71],[107.38,-141.71],[100.94,-141.95],[91.92,-140.37],[74.52,-148.39],[74.54,-148.35],[73.52,-148.35],[63.16,-146.53],[23.98,-157.51],[3.48,-158.03],[-7.08,-157.11],[-25.1,-150.17],[-30.74,-148.43],[-35.66,-145.43],[-46.42,-143.35],[-50.2,-140.67],[-60.66,-145.51],[-57.48,-131.91],[-74.88,-135.51],[-78.88,-131.75],[-87.7,-131.51],[-96.9,-132.01],[-112.08,-125.65],[-116.48,-131.01],[-116.68,-124.31],[-126.92,-118.07],[-132.46,-119.15],[-133.58,-115.39],[-140.96,-123.49],[-125.28,-125.23],[-152.22,-136.17],[-176.3,-137.67],[-184.8,-135.25],[-185.16,-135.09],[-185.22,-135.07],[-185.38,-135.01],[-192.94,-132.41],[-197.56,-124.39],[-206.68,-114.39],[-219.68,-107.21],[-215.3,-93.77],[-203.1,-97.77],[-198.58,-87.17],[-202.28,-85.17],[-205.66,-91.17],[-210.68,-88.99],[-215.9,-76.55],[-226.04,-68.13],[-237.02,-60.71],[-245.2,-57.71],[-249.6,-56.61],[-241.92,-49.43],[-241.92,-37.43],[-264.66,-33.43],[-265.58,-23.89],[-265.08,-11.47],[-257.08,-7.35],[-254.52,-7.45],[-254.46,-7.45],[-251.64,-9.21],[-249,-9.63],[-231.48,-27.89],[-225.24,-35.93],[-215.7,-36.01],[-207.5,-39.93],[-195.62,-28.07],[-188.46,-22.99],[-186.52,-15.71],[-185.38,-16.23],[-185.22,-16.31],[-185.18,-16.33],[-180.4,-25.31],[-185.18,-28.59],[-185.18,-28.63],[-185.38,-28.75],[-195.62,-37.85],[-197.86,-44.35],[-187.42,-37.51],[-185.38,-35.93],[-185.22,-35.81],[-185.22,-35.75],[-176.82,-30.65],[-172.3,-19.03],[-166.88,-9.53],[-162.68,-12.11],[-159.8,-15.69],[-164.42,-21.71],[-153.76,-19.69],[-138.48,-9.27],[-133.06,-7.85],[-127.54,-8.69],[-126.2,12.17],[-128.84,12.41],[-126.2,26.05],[-115.66,37.47],[-111.24,44.15],[-108.18,53.67],[-98.04,72.61],[-92.8,87.31],[-69.44,77.95],[-62.78,72.27],[-55.32,69.09],[-40.78,46.97],[-47.64,42.05],[-53.68,34.37],[-67.4,40.79],[-68.12,37.21],[-74.06,29.87],[-80.02,18.33],[-67.72,26.27],[-51.64,29.87],[-38,36.71],[-20.08,36.55],[-9.44,46.57],[-6.16,53.33],[2.24,52.83],[4.7,67.51],[11.14,86.79],[19.44,105.15],[27.96,93.81],[29.18,75.85],[46.18,59.15],[51.2,52.27],[51.18,51.83],[51.26,51.69],[65.1,48.19],[75.44,68.49],[75.96,71.73],[85.68,70.57],[89.68,85.09],[89.48,104.61],[94.5,111.31],[108.02,133.41],[106.08,118.57],[98.8,109.97],[93.38,99.03],[95.72,86.77],[96.66,84.75],[109.44,97.03],[112.82,102.45],[125.64,91.35],[112.92,60.05],[125.52,52.39],[122.96,64.07],[128.2,52.79],[157.8,30.51],[160.86,20.49],[158.72,14.23],[158.4,13.31],[147.56,-3.71],[153.3,-12.15],[144.9,-12.89],[137.82,-16.99],[147.44,-26.09],[149.4,-19.57],[162.3,-15.15],[169.98,-1.65],[178.58,-3.47],[167.94,-20.59],[173.98,-34.45],[187.1,-46.47],[184.54,-69.59],[195.8,-55.89],[198.06,-61.49],[184.84,-76.35],[178.8,-76.35],[172.24,-78.95],[159.24,-82.01],[166.2,-97.55],[187.1,-98.87],[197.16,-97.37],[198.08,-106.73],[210.88,-104.13],[214.56,-108.81],[213.74,-85.61],[233.4,-67.57],[233.92,-78.43],[224.28,-100.05],[240.06,-101.89],[252.46,-110.65],[253.38,-110.91],[245.4,-119.27],[266.7,-117.59]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.4,5.6],[5.42,0.98],[12.6,-12.1],[6.24,-12.52],[0,0],[-3.38,-1.6],[-12.72,4.12],[-0.72,0.32],[-8.2,3.34]],\"o\":[[-0.2,-6.28],[-0.52,11.6],[-6.56,6.42],[0,0],[0.5,4],[3.48,-5.68],[0.82,-0.24],[10.86,-6.34],[0.1,-5.16]],\"v\":[[212.92,-18.25],[205.24,-27.93],[199.92,-7.99],[182.82,3.45],[182.8,3.45],[188.64,12.05],[200.52,1.93],[202.88,1.03],[214.46,-4.07]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.52,3.08],[2.36,-2.08],[0,0],[3.18,6.52],[7.36,4.66],[3.68,3.92],[10.54,3.34],[-5.62,-8.84],[-2.36,-4.16],[-10.76,0.4],[-1.54,2.58],[-7.26,0.92]],\"o\":[[-3.28,-0.76],[0,0],[-3.38,-2.5],[-3.38,-6.76],[-4.52,-2.86],[-6.36,-6.94],[-0.22,7.58],[2.36,4.18],[3.36,5.76],[0.72,-3.5],[4.82,0],[1.24,-2.92]],\"v\":[[122.66,146.61],[116.1,148.61],[113.94,146.11],[107.8,142.85],[100.84,131.35],[91.1,122.99],[79.84,115.81],[86.9,127.73],[93.88,140.25],[111.5,161.29],[114.26,150.87],[121.94,154.03]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":5,\"ty\":\"sh\",\"ix\":6,\"ks\":{\"a\":0,\"k\":{\"i\":[[-5.12,10.1],[2.56,1.92],[0,-0.04],[1.1,-1.48],[3.48,-4.08],[4.72,-3.84],[1.42,-0.76],[0.5,-6.94],[-0.92,-4.26],[-2.58,1.84],[-2.76,4.76],[-4.7,5.44]],\"o\":[[-0.84,-3.16],[-1.4,0.9],[0,0.02],[-3.6,4.08],[-3.08,3.08],[-1.32,0.76],[-2.26,0.84],[-0.32,3.18],[9.12,1.42],[2.76,-3.26],[3.68,-6.18],[-2.66,-9.92]],\"v\":[[157.7,117.89],[152.06,109.13],[150.48,110.07],[149.6,111.65],[138.84,123.91],[132.28,128.49],[128.2,130.75],[124,135.85],[127.78,150.37],[146.02,153.37],[150.62,143.19],[156.46,133.49]],\"c\":true},\"ix\":2},\"nm\":\"Path 6\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":6,\"ty\":\"sh\",\"ix\":7,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.18,3.82],[1.22,5.18],[0.82,1.82],[3.58,-3.26],[0,0],[-3.8,-5.76],[1.94,-5.08],[1.12,-7.44],[-3.88,0.34],[-1.94,5.74]],\"o\":[[-4,-6.18],[-0.92,-1.82],[-5.32,1.82],[0,0],[-0.18,11.7],[-1.72,4.94],[-1.74,4.26],[2.98,0.16],[5.54,-0.5],[-3.06,-3.84]],\"v\":[[-239.9,-83.85],[-241.12,-90.97],[-243.68,-96.45],[-252.08,-91.87],[-252.1,-91.87],[-244.52,-78.35],[-248.5,-72.17],[-249.22,-64.31],[-237.96,-65.57],[-230.58,-72.33]],\"c\":true},\"ix\":2},\"nm\":\"Path 7\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[636.28,237.17],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":10,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[0,0.705882251263,1,1]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":30,\"s\":[0,0.588235199451,1,1]},{\"t\":60.0000024438501,\"s\":[0,0.705882251263,1,1]}],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false}],\"ip\":0,\"op\":60.0000024438501,\"st\":0,\"bm\":0}],\"markers\":[]}"
  },
  {
    "path": "static/83245-rocket-launch.json",
    "content": "{\"v\":\"5.7.4\",\"fr\":29.9700012207031,\"ip\":0,\"op\":80.0000032584668,\"w\":1080,\"h\":1080,\"nm\":\"Rocket\",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"Layer 2 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[539.086,490.913,0],\"to\":[0,-5,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":21,\"s\":[539.086,460.913,0],\"to\":[0,0,0],\"ti\":[0,-5,0]},{\"t\":39.0000015885026,\"s\":[539.086,490.913,0]}],\"ix\":2,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('pingpong');\",\"l\":2},\"a\":{\"a\":0,\"k\":[126.431,256.861,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.005,-0.007],[0.338,-0.47],[-22.705,-2.408],[-5.77,34.451],[0,0]],\"o\":[[-0.341,0.47],[9.118,11.95],[2.207,-37.822],[0,0],[-0.006,0.007]],\"v\":[[-30.31,29.889],[-31.313,31.309],[19.347,54.524],[31.313,-54.524],[-30.294,29.867]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.3215686274509804,0.3215686274509804,0.3215686274509804,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[94.66,55.403],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.348,0.477],[0,0],[0,0],[0.342,-0.478],[-28.149,0],[-10.739,14.073]],\"o\":[[0,0],[0,0],[-0.348,0.477],[10.737,14.073],[28.149,0],[-0.344,-0.478]],\"v\":[[62.064,29.843],[-0.001,-55.177],[-62.066,29.843],[-63.084,31.285],[-0.001,55.177],[63.084,31.285]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.3215686274509804,0.3215686274509804,0.3215686274509804,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[126.432,55.427],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.961,5.994],[0,0],[12.545,7.242],[0,0],[-4.85,-14.824],[0,0],[0,-5.358],[0,0],[0,0],[0,0]],\"o\":[[0,0],[-5.267,-16.106],[0,0],[11.349,7.757],[0,0],[1.96,5.995],[0,0],[0,0],[0,0],[0,-5.358]],\"v\":[[25.358,28.837],[0.879,-45.994],[-28.335,-84.287],[-28.335,-83.804],[-2.087,-47.399],[22.391,27.431],[25.368,44.664],[25.368,79.856],[28.335,84.287],[28.335,46.069]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.5568627450980392,0.33725490196078434,0.9254901960784314,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[212.787,429.186],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[1.961,5.994],[0,0],[12.544,7.242]],\"o\":[[0,0],[0,0],[0,-5.358],[0,0],[-5.269,-16.106],[0,0]],\"v\":[[-28.335,-0.348],[28.335,84.286],[28.335,46.07],[25.358,28.838],[0.88,-45.994],[-28.335,-84.286]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.3215686274509804,0.3215686274509804,0.3215686274509804,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[211.538,429.185],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[1.961,5.995],[0,0],[12.544,7.242],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,-5.357],[0,0],[-5.269,-16.106],[0,0],[0,0]],\"v\":[[-23.755,-3.161],[23.381,87.1],[32.915,81.474],[32.915,43.256],[29.938,26.024],[5.46,-48.807],[-23.755,-87.1],[-32.915,-81.562]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.14901960784313725,0.14901960784313725,0.14901960784313725,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[216.493,426.372],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-1.961,5.996],[0,0],[-11.879,7.563],[0,0],[5.269,-16.106],[0,0],[0,-5.358],[0,0],[0,0]],\"o\":[[0,-5.358],[0,0],[5.034,-15.389],[0,0],[-12.544,7.242],[0,0],[-1.96,5.996],[0,0],[0,0],[0,0]],\"v\":[[-26.669,47.318],[-23.692,30.085],[0.786,-44.745],[28.335,-82.008],[28.335,-84.287],[-0.88,-45.995],[-25.359,28.836],[-28.335,46.069],[-28.335,84.287],[-26.669,81.798]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.5568627450980392,0.33725490196078434,0.9254901960784314,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[40.492,428.978],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-1.96,5.994],[0,0],[-12.545,7.243]],\"o\":[[0,0],[0,0],[0,-5.358],[0,0],[5.268,-16.106],[0,0]],\"v\":[[28.335,-0.348],[-28.335,84.288],[-28.335,46.07],[-25.359,28.838],[-0.88,-45.993],[28.335,-84.288]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.14901960784313725,0.14901960784313725,0.14901960784313725,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[41.325,429.185],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-1.961,5.995],[0,0],[-12.545,7.243],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,-5.357],[0,0],[5.269,-16.106],[0,0],[0,0]],\"v\":[[23.756,-3.161],[-23.381,87.101],[-32.915,81.474],[-32.915,43.256],[-29.938,26.024],[-5.46,-48.807],[23.756,-87.101],[32.915,-81.563]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.3215686274509804,0.3215686274509804,0.3215686274509804,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[36.37,426.372],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[22.059,12.736],[5.067,-2.396],[-8.952,-5.169],[0,-25.313],[7.76,-3.881],[0,15.04]],\"o\":[[-10.574,-6.104],[6.66,-1.863],[22.059,12.736],[0,13.179],[8.142,-3.011],[0,-25.312]],\"v\":[[-6.679,-45.741],[-33.262,-49.041],[-8.235,-44.609],[31.706,24.283],[17.941,50.675],[33.262,23.151]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.5568627450980392,0.33725490196078434,0.9254901960784314,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[72.91,269.366],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[6.61,3.816],[0,20.554],[-5.082,3.637],[0,-12.969],[-17.913,-10.342],[-5.941,4.252]],\"o\":[[-17.913,-10.342],[0,-9.475],[-8.767,1.6],[0,20.555],[9.655,5.575],[-5.127,0.936]],\"v\":[[10.466,33.754],[-21.969,-22.189],[-13.796,-42.159],[-28.348,-19.514],[4.086,36.429],[28.348,37.907]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.14901960784313725,0.14901960784313725,0.14901960784313725,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[60.972,271.258],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-20.554],[17.913,10.341],[0,20.555],[-17.912,-10.342]],\"o\":[[0,20.555],[-17.912,-10.342],[0,-20.555],[17.913,10.342]],\"v\":[[32.434,18.726],[0,37.218],[-32.434,-18.725],[0,-37.217]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.5019607843137255,0.8666666666666667,0.9137254901960784,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[65.058,270.469],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-25.312],[22.058,12.736],[0,25.312],[-22.06,-12.736]],\"o\":[[0,25.312],[-22.06,-12.735],[0,-25.313],[22.058,12.736]],\"v\":[[39.941,23.06],[0.001,45.832],[-39.941,-23.06],[0.001,-45.832]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.3215686274509804,0.3215686274509804,0.3215686274509804,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[65.058,270.47],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-25.312],[6.936,-4.239],[0.213,-0.12],[10.96,6.328],[0,25.312],[-7.087,4.179],[-0.201,0.11],[-10.847,-6.263]],\"o\":[[0,12.364],[-0.209,0.128],[-7.217,4.035],[-22.059,-12.736],[0,-12.517],[0.198,-0.117],[7.198,-3.898],[22.059,12.736]],\"v\":[[41.577,21.066],[30.374,46.427],[23.496,50.771],[9.934,39.321],[-30.007,-29.57],[-34.491,-46.367],[-26.245,-50.908],[1.636,-47.825]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.14901960784313725,0.14901960784313725,0.14901960784313725,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[71.304,267.8],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-11.77,70.276],[0,0],[1.37,-1.986],[-6.824,-57.084],[0,0],[0,0],[0,-0.24],[-47.027,-1.54]],\"o\":[[-3.159,-78.822],[0,0],[-1.425,1.952],[-32.648,47.319],[0,0],[0,0],[-0.006,0.24],[0,27.771],[0,0]],\"v\":[[42.816,9.995],[55.833,-219.026],[-5.773,-134.635],[-9.966,-128.727],[-49.009,33.745],[-33.159,166.308],[-33.127,166.308],[-33.159,167.027],[51.189,219.027]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.9215686274509803,0.9333333333333333,0.9411764705882353,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[70.139,219.905],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 14\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[32.648,47.319],[1.425,1.952],[0,0],[0,0],[1.371,-1.987],[-6.825,-57.083],[0,0],[0,0],[0,-0.24],[-49.403,0],[0,28.77],[0.007,0.241],[0,0]],\"o\":[[6.824,-57.083],[-1.37,-1.987],[0,0],[0,0],[-1.426,1.952],[-32.648,47.319],[0,0],[0,0],[-0.006,0.241],[0,28.77],[49.403,0],[0,-0.24],[0,0],[0,0]],\"v\":[[105.302,34.013],[66.258,-128.458],[62.065,-134.366],[0.001,-219.386],[-62.064,-134.366],[-66.258,-128.458],[-105.301,34.013],[-89.451,166.576],[-89.419,166.576],[-89.451,167.295],[0.001,219.386],[89.451,167.295],[89.419,166.576],[89.451,166.576]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.807843137254902,0.8431372549019608,0.8588235294117647,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[126.431,219.636],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 15\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,-0.181],[-37.195,0],[0,21.66],[0.003,0.181],[0,0]],\"o\":[[0,0],[0,0],[0,0],[-0.004,0.181],[0,21.66],[37.196,0],[0,-0.181],[0,0],[0,0]],\"v\":[[67.349,-39.891],[-67.349,-39.891],[-67.349,0.131],[-67.325,0.131],[-67.349,0.672],[0,39.891],[67.349,0.672],[67.326,0.131],[67.349,0.131]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.14901960784313725,0.14901960784313725,0.14901960784313725,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[126.431,418.824],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 16\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":16,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,-0.077],[-15.573,0],[0,9.068],[0.001,0.075],[0,0]],\"o\":[[0,0],[0,0],[0,0],[-0.002,0.075],[0,9.068],[15.574,0],[0,-0.077],[0,0],[0,0]],\"v\":[[28.198,-12.302],[-28.198,-12.302],[-28.198,-4.346],[-28.188,-4.346],[-28.198,-4.119],[-0.001,12.302],[28.198,-4.119],[28.188,-4.346],[28.198,-4.346]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.14901960784313725,0.14901960784313725,0.14901960784313725,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[126.431,461.768],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 17\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":17,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-2.049,3.898],[0,0],[-13.109,-7.568]],\"o\":[[0,0],[0,0],[0,-5.598],[0,0],[5.505,-10.473],[0,0]],\"v\":[[29.61,26.123],[-29.61,57.672],[-29.61,17.736],[-26.499,3.32],[-0.92,-45.341],[29.61,-50.104]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.14901960784313725,0.14901960784313725,0.14901960784313725,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[29.859,342.339],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 18\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":18,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[2.049,3.898],[0,0],[13.109,-7.568]],\"o\":[[0,0],[0,0],[0,-5.598],[0,0],[-5.506,-10.473],[0,0]],\"v\":[[-29.61,26.123],[29.61,57.672],[29.61,17.736],[26.499,3.32],[0.92,-45.341],[-29.61,-50.104]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.14901960784313725,0.14901960784313725,0.14901960784313725,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[223.002,342.339],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 19\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":19,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":900.000036657751,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"Layer 3 Outlines\",\"parent\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[127.071,467.425,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[33.238,6.415,0],\"ix\":1,\"l\":2},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667,0.667,0.667],\"y\":[1,1,1]},\"o\":{\"x\":[0.333,0.333,0.333],\"y\":[0,0,0]},\"t\":0,\"s\":[81,81,100]},{\"i\":{\"x\":[0.667,0.667,0.667],\"y\":[1,1,1]},\"o\":{\"x\":[0.333,0.333,0.333],\"y\":[0,0,0]},\"t\":21,\"s\":[100,100,100]},{\"t\":39.0000015885026,\"s\":[81,81,100]}],\"ix\":6,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut('pingpong');\",\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-22.978],[0,0],[0,49.712],[-18.22,0]],\"o\":[[0,49.712],[0,0],[0,-22.978],[18.218,0]],\"v\":[[32.989,-23.56],[0,65.165],[-32.989,-23.56],[0,-65.165]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.9529411764705882,0.792156862745098,0.24313725490196078,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[33.239,65.415],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":900.000036657751,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":4,\"nm\":\"Shape Layer 4\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[542,543,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"ef\":[{\"ty\":29,\"nm\":\"Gaussian Blur\",\"np\":5,\"mn\":\"ADBE Gaussian Blur 2\",\"ix\":1,\"en\":1,\"ef\":[{\"ty\":0,\"nm\":\"Blurriness\",\"mn\":\"ADBE Gaussian Blur 2-0001\",\"ix\":1,\"v\":{\"a\":0,\"k\":30,\"ix\":1}},{\"ty\":7,\"nm\":\"Blur Dimensions\",\"mn\":\"ADBE Gaussian Blur 2-0002\",\"ix\":2,\"v\":{\"a\":0,\"k\":1,\"ix\":2}},{\"ty\":7,\"nm\":\"Repeat Edge Pixels\",\"mn\":\"ADBE Gaussian Blur 2-0003\",\"ix\":3,\"v\":{\"a\":0,\"k\":0,\"ix\":3}}]}],\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[261,142],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.35294117647058826,0.8941176470588236,0.6588235294117647,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"d\":[{\"n\":\"d\",\"nm\":\"dash\",\"v\":{\"a\":0,\"k\":17,\"ix\":1}},{\"n\":\"o\",\"nm\":\"offset\",\"v\":{\"a\":0,\"k\":0,\"ix\":7}}],\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0.5,227],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[110.787,110.787],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":0,\"k\":78,\"ix\":1},\"e\":{\"a\":0,\"k\":30,\"ix\":2},\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":132.00000537647,\"s\":[1800]}],\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false}],\"ip\":0,\"op\":900.000036657751,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":4,\"ty\":4,\"nm\":\"Shape Layer 2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[542,543,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[261,142],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.35294117647058826,0.8941176470588236,0.6588235294117647,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"d\":[{\"n\":\"d\",\"nm\":\"dash\",\"v\":{\"a\":0,\"k\":17,\"ix\":1}},{\"n\":\"o\",\"nm\":\"offset\",\"v\":{\"a\":0,\"k\":0,\"ix\":7}}],\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0.5,227],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[110.787,110.787],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":0,\"k\":78,\"ix\":1},\"e\":{\"a\":0,\"k\":30,\"ix\":2},\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":132.00000537647,\"s\":[1800]}],\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false}],\"ip\":0,\"op\":900.000036657751,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":5,\"ty\":4,\"nm\":\"Shape Layer 3\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[542,776,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,233,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[142.736,142.736,100],\"ix\":6,\"l\":2}},\"ao\":0,\"ef\":[{\"ty\":29,\"nm\":\"Gaussian Blur\",\"np\":5,\"mn\":\"ADBE Gaussian Blur 2\",\"ix\":1,\"en\":1,\"ef\":[{\"ty\":0,\"nm\":\"Blurriness\",\"mn\":\"ADBE Gaussian Blur 2-0001\",\"ix\":1,\"v\":{\"a\":0,\"k\":30,\"ix\":1}},{\"ty\":7,\"nm\":\"Blur Dimensions\",\"mn\":\"ADBE Gaussian Blur 2-0002\",\"ix\":2,\"v\":{\"a\":0,\"k\":1,\"ix\":2}},{\"ty\":7,\"nm\":\"Repeat Edge Pixels\",\"mn\":\"ADBE Gaussian Blur 2-0003\",\"ix\":3,\"v\":{\"a\":0,\"k\":0,\"ix\":3}}]}],\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[261,142],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.35294117647058826,0.8941176470588236,0.6588235294117647,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"d\":[{\"n\":\"d\",\"nm\":\"dash\",\"v\":{\"a\":0,\"k\":17,\"ix\":1}},{\"n\":\"o\",\"nm\":\"offset\",\"v\":{\"a\":0,\"k\":0,\"ix\":7}}],\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0.5,227],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[110.787,110.787],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":0,\"k\":78,\"ix\":1},\"e\":{\"a\":0,\"k\":30,\"ix\":2},\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":80.0000032584668,\"s\":[697.5]}],\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false}],\"ip\":0,\"op\":900.000036657751,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":6,\"ty\":4,\"nm\":\"Shape Layer 1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[542,776,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,233,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[142.736,142.736,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[261,142],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.35294117647058826,0.8941176470588236,0.6588235294117647,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":2,\"lj\":2,\"bm\":0,\"d\":[{\"n\":\"d\",\"nm\":\"dash\",\"v\":{\"a\":0,\"k\":17,\"ix\":1}},{\"n\":\"o\",\"nm\":\"offset\",\"v\":{\"a\":0,\"k\":0,\"ix\":7}}],\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0.5,227],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[110.787,110.787],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":0,\"k\":78,\"ix\":1},\"e\":{\"a\":0,\"k\":30,\"ix\":2},\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":80.0000032584668,\"s\":[697.5]}],\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false}],\"ip\":0,\"op\":900.000036657751,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":7,\"ty\":1,\"nm\":\"Dark Gray Solid 1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[540,540,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[540,540,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"sw\":1080,\"sh\":1080,\"sc\":\"#2d2d2d\",\"ip\":900.000036657751,\"op\":900.000036657751,\"st\":0,\"bm\":0,\"hidden\":0}],\"markers\":[]}"
  },
  {
    "path": "static/94719-rocket.json",
    "content": "{\"v\":\"5.7.6\",\"fr\":30,\"ip\":0,\"op\":150,\"w\":600,\"h\":600,\"nm\":\"Rocket Animation\",\"ddd\":0,\"assets\":[{\"id\":\"comp_0\",\"layers\":[{\"ddd\":0,\"ind\":3,\"ty\":4,\"nm\":\"Rocket Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[295.858,334.397,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[187.906,147.417,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.011,-0.003],[0.112,0.296],[0.202,0.555],[0.126,0.354],[0.193,0.403],[0.222,0.465],[0.299,0.499],[0.857,1.126],[1.289,1.038],[3.939,1.321],[4.854,-0.587],[1.219,-0.333],[0.613,-0.182],[0.616,-0.205],[0,0],[0,0],[0.612,-0.269],[0.591,-0.328],[0,0],[0,0],[2.378,-5.468],[-1.624,-6.091],[-4.941,-3.339],[-5.459,-0.22],[0,0],[0,0],[-0.668,0.026],[-0.653,0.085],[0,0],[0,0],[-0.624,0.142],[-0.601,0.188],[-1.118,0.485],[-2.679,3.153],[-1.033,3.127],[-0.272,1.386],[0.051,1.167],[0.028,0.514],[0.045,0.447],[0.037,0.379],[0.061,0.303],[0.068,0.338],[-0.011,0.003],[-0.078,-0.306],[-0.141,-0.575],[-0.086,-0.368],[-0.053,-0.446],[-0.061,-0.516],[-0.012,-0.587],[0.135,-1.424],[0.554,-1.58],[2.701,-3.237],[4.517,-2.067],[1.233,-0.359],[0.628,-0.168],[0.644,-0.149],[0,0],[0,0],[0.673,-0.09],[0.689,-0.027],[0,0],[0,0],[4.977,3.514],[1.804,6.201],[-2.557,5.527],[-4.646,3.059],[0,0],[0,0],[-0.595,0.327],[-0.614,0.268],[0,0],[0,0],[-0.618,0.203],[-0.622,0.15],[-1.229,0.161],[-3.972,-1.354],[-2.513,-2.191],[-0.948,-1.067],[-0.55,-1.043],[-0.237,-0.463],[-0.187,-0.413],[-0.158,-0.35],[-0.097,-0.297],[-0.104,-0.331]],\"o\":[[-0.011,0.003],[-0.118,-0.325],[-0.104,-0.292],[-0.165,-0.344],[-0.193,-0.406],[-0.243,-0.454],[-0.56,-1.025],[-0.951,-1.044],[-2.503,-2.14],[-3.925,-1.309],[-1.209,0.164],[-0.612,0.151],[-0.607,0.202],[0,0],[0,0],[-0.604,0.266],[-0.583,0.324],[0,0],[0,0],[-4.553,3.016],[-2.497,5.414],[1.765,6.055],[4.868,3.447],[0,0],[0,0],[0.676,-0.026],[0.662,-0.086],[0,0],[0,0],[0.634,-0.144],[0.62,-0.163],[1.216,-0.347],[4.456,-2.013],[2.684,-3.171],[0.564,-1.556],[0.15,-1.407],[-0.004,-0.581],[-0.051,-0.512],[-0.043,-0.445],[-0.076,-0.369],[-0.116,-0.579],[-0.058,-0.31],[0.011,-0.003],[0.083,0.336],[0.071,0.305],[0.047,0.38],[0.055,0.45],[0.038,0.518],[0.07,1.178],[-0.258,1.404],[-1.014,3.176],[-2.697,3.216],[-1.135,0.499],[-0.61,0.193],[-0.634,0.146],[0,0],[0,0],[-0.664,0.088],[-0.678,0.028],[0,0],[0,0],[-5.558,-0.209],[-5.051,-3.404],[-1.666,-6.236],[2.438,-5.582],[0,0],[0,0],[0.602,-0.332],[0.622,-0.272],[0,0],[0,0],[0.627,-0.206],[0.623,-0.182],[1.24,-0.333],[4.933,-0.573],[3.987,1.368],[1.293,1.064],[0.853,1.149],[0.293,0.509],[0.214,0.472],[0.185,0.409],[0.116,0.36],[0.177,0.565],[0.092,0.302]],\"v\":[[29.788,-8.032],[29.604,-8.475],[29.125,-9.79],[28.781,-10.759],[28.244,-11.879],[27.62,-13.186],[26.771,-14.597],[24.526,-17.748],[21.273,-20.994],[11.571,-26.454],[-1.816,-27.88],[-5.479,-27.255],[-7.329,-26.807],[-9.165,-26.197],[-10.092,-25.886],[-10.992,-25.489],[-12.813,-24.687],[-14.574,-23.709],[-15.463,-23.212],[-16.307,-22.632],[-27.26,-9.711],[-28.653,8.282],[-18.139,22.957],[-2.074,28.336],[-1.053,28.395],[-0.035,28.36],[1.98,28.283],[3.952,28.027],[4.93,27.9],[5.882,27.684],[7.768,27.256],[9.584,26.68],[13.041,25.316],[23.752,17.161],[29.221,7.464],[30.322,3.002],[30.609,-0.855],[30.604,-2.502],[30.46,-3.942],[30.339,-5.178],[30.133,-6.186],[29.859,-7.558],[29.788,-8.032],[29.922,-7.574],[30.255,-6.212],[30.492,-5.204],[30.643,-3.964],[30.818,-2.515],[30.852,-0.855],[30.617,3.045],[29.554,7.572],[24.091,17.446],[13.262,25.785],[9.753,27.187],[7.911,27.779],[5.995,28.222],[5.027,28.444],[4.033,28.577],[2.028,28.845],[-0.023,28.929],[-1.058,28.968],[-2.1,28.911],[-18.49,23.458],[-29.255,8.45],[-27.82,-9.958],[-16.626,-23.112],[-15.764,-23.699],[-14.859,-24.202],[-13.062,-25.192],[-11.208,-26.002],[-10.29,-26.403],[-9.346,-26.715],[-7.479,-27.328],[-5.596,-27.776],[-1.869,-28.395],[11.713,-26.873],[21.502,-21.259],[24.757,-17.938],[26.979,-14.724],[27.81,-13.285],[28.413,-11.956],[28.925,-10.817],[29.245,-9.832],[29.664,-8.493]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[235.313,87.395],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-4.211,-15.079],[16.221,-4.529],[4.211,15.078],[-16.221,4.53]],\"o\":[[4.21,15.078],[-16.221,4.529],[-4.21,-15.079],[16.221,-4.529]],\"v\":[[29.371,-8.201],[7.624,27.302],[-29.37,8.202],[-7.623,-27.302]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.9137254901960784,0.9294117647058824,0.8705882352941177,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[235.73,87.564],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.727,-1.931],[0,0],[-3.041,0.747],[-28.114,13.676],[2.91,4.205]],\"o\":[[0,0],[0,0],[2.547,-0.625],[4.599,-2.237],[-2.389,-3.451]],\"v\":[[51.041,-35.065],[-64.648,24.846],[-58.79,36.249],[58.566,-20.173],[61.738,-32.406]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":3,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":10,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[93.792,160.388],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.727,-1.931],[0,0],[-3.041,0.747],[-28.114,13.676],[2.91,4.205]],\"o\":[[0,0],[0,0],[2.547,-0.625],[4.599,-2.237],[-2.389,-3.451]],\"v\":[[51.041,-35.065],[-64.648,24.846],[-58.79,36.249],[58.566,-20.173],[61.738,-32.406]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.9137254901960784,0.9294117647058824,0.8705882352941177,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[93.792,160.388],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.007,-0.009],[0.173,0.122],[0.31,0.227],[1.229,0.927],[0.76,0.58],[0.852,0.727],[1.978,2.018],[1.103,1.075],[1.133,1.213],[2.365,2.888],[4.117,7.578],[2.417,7.064],[0.725,3.244],[0.297,1.512],[0.263,1.388],[0.306,2.22],[0.089,0.956],[0.053,0.793],[0.053,0.877],[0.01,0.249],[-0.011,0],[-0.027,-0.212],[-0.042,-0.383],[-0.143,-1.531],[-0.083,-0.95],[-0.151,-1.108],[-0.617,-2.749],[-0.299,-1.505],[-0.394,-1.606],[-1.112,-3.549],[-4.026,-7.586],[-4.509,-5.912],[-2.279,-2.402],[-1.084,-1.087],[-1,-0.991],[-1.655,-1.503],[-0.734,-0.616],[-0.619,-0.495],[-0.684,-0.55],[-0.192,-0.159]],\"o\":[[-0.006,0.009],[-0.202,-0.146],[-0.702,-0.529],[-0.631,-0.481],[-0.747,-0.602],[-1.681,-1.482],[-1.011,-0.986],[-1.096,-1.082],[-2.304,-2.396],[-4.552,-5.917],[-4.043,-7.62],[-1.102,-3.568],[-0.385,-1.614],[-0.287,-1.513],[-0.59,-2.763],[-0.136,-1.112],[-0.064,-0.954],[-0.093,-1.536],[-0.017,-0.384],[-0.006,-0.212],[0.011,-0.001],[0.028,0.247],[0.082,0.874],[0.068,0.789],[0.107,0.952],[0.339,2.21],[0.274,1.381],[0.308,1.504],[0.743,3.227],[2.437,7.025],[4.099,7.545],[2.343,2.887],[1.121,1.216],[1.089,1.082],[1.95,2.032],[0.84,0.739],[0.746,0.593],[1.197,0.964],[0.296,0.247],[0.161,0.14]],\"v\":[[28.536,53.137],[28.264,52.965],[27.501,52.41],[24.6,50.223],[22.512,48.629],[20.137,46.601],[14.483,41.499],[11.31,38.406],[8.038,34.89],[1.175,26.814],[-12.097,6.495],[-21.703,-15.796],[-24.644,-25.979],[-25.767,-30.649],[-26.592,-35.003],[-27.721,-42.535],[-28.1,-45.635],[-28.275,-48.255],[-28.496,-51.88],[-28.537,-52.824],[-28.53,-53.145],[-28.474,-52.826],[-28.37,-51.887],[-28.032,-48.275],[-27.804,-45.665],[-27.375,-42.579],[-26.157,-35.083],[-25.296,-30.752],[-24.142,-26.107],[-21.157,-15.979],[-11.546,6.2],[1.63,26.46],[8.422,34.542],[11.656,38.07],[14.791,41.181],[20.365,46.336],[22.701,48.4],[24.751,50.033],[27.576,52.309],[28.302,52.913]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.181988121482,0.197171798407,0.286255780388,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[188.331,117.353],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.158,-0.591],[0.311,-1.14],[0.467,-1.681],[0.271,-0.97],[0.373,-1.072],[0.959,-2.594],[1.271,-2.969],[0.775,-1.541],[0.953,-1.565],[2.384,-3.302],[7.069,-6.46],[4.158,-2.945],[2.102,-1.516],[2.334,-1.268],[22.001,-11.412],[28.918,-14.806],[8.107,-4.139],[2.15,-1.089],[0.566,-0.282],[0,0],[-0.541,0.289],[-1.046,0.552],[-4.018,2.091],[-14.419,7.454],[-44.05,22.749],[-18.945,10.101],[-2.156,1.494],[-2.064,1.485],[-3.496,3.238],[-4.601,6.665],[-1.886,3.127],[-0.814,1.515],[-0.703,1.449],[-1.102,2.534],[-0.779,2.132],[-0.339,0.948],[-0.244,0.839],[-0.337,1.154],[-0.18,0.605]],\"o\":[[0,0],[-0.167,0.61],[-0.323,1.159],[-0.236,0.844],[-0.331,0.951],[-0.763,2.141],[-1.089,2.545],[-0.697,1.456],[-0.808,1.523],[-1.879,3.145],[-4.596,6.704],[-3.504,3.26],[-2.064,1.49],[-2.137,1.487],[-18.943,10.136],[-44.039,22.788],[-14.458,7.381],[-4.041,2.045],[-1.058,0.527],[-0.55,0.271],[0,0],[0.559,-0.295],[2.138,-1.113],[8.085,-4.18],[28.879,-14.914],[22,-11.41],[2.378,-1.291],[2.144,-1.54],[4.148,-2.925],[7.053,-6.414],[2.388,-3.281],[0.958,-1.557],[0.78,-1.533],[1.285,-2.954],[0.974,-2.582],[0.382,-1.068],[0.281,-0.965],[0.49,-1.673],[0.337,-1.133],[0.179,-0.587]],\"v\":[[142.393,-100.031],[142.17,-99.132],[141.454,-96.507],[140.269,-92.242],[139.508,-89.521],[138.452,-86.484],[135.919,-79.354],[132.376,-71.077],[130.122,-66.602],[127.642,-61.878],[121.487,-52.045],[104.098,-31.97],[92.554,-22.672],[86.199,-18.267],[79.289,-14.265],[17.366,18.114],[-95.522,76.205],[-129.788,93.698],[-139.12,98.423],[-141.555,99.636],[-142.394,100.031],[-141.584,99.58],[-139.178,98.31],[-129.899,93.481],[-95.724,75.812],[17.078,17.558],[79.014,-14.771],[85.861,-18.718],[92.237,-23.121],[103.748,-32.353],[121.122,-52.297],[127.295,-62.073],[129.79,-66.773],[132.06,-71.226],[135.642,-79.464],[138.222,-86.562],[139.303,-89.587],[140.091,-92.295],[141.332,-96.54],[142.108,-99.147]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.181988121482,0.197171798407,0.286255780388,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[230.932,115.035],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.156,-0.074],[3.366,-7.063],[0.156,0.074],[-3.368,7.065]],\"o\":[[0.156,0.074],[-3.368,7.065],[-0.156,-0.074],[3.366,-7.063]],\"v\":[[6.097,-12.79],[0.283,0.134],[-6.096,12.79],[-0.281,-0.135]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.290041575712,0.487202692967,0.527960444432,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[66.534,217.561],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[18.164,0],[0,0],[5.674,-26.354],[0,0]],\"o\":[[-36.897,0],[30.355,11.49],[65.425,-40.867],[-21.44,-11.05]],\"v\":[[0.294,-60.505],[-62.878,-45.233],[-2.547,60.505],[60.643,-45.75]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-26.153,0],[-18.095,-9.021],[5.997,-16.778],[7.764,-10.228],[12.307,-8.413],[9.093,16.448],[13.107,7.558]],\"o\":[[19.965,0],[-0.109,4.7],[-4.336,12.128],[-8.527,11.233],[0.164,-15.79],[-12.016,-21.737],[9.335,-4.274]],\"v\":[[0.294,-57.505],[57.635,-43.911],[50.667,-8.704],[32.432,24.988],[1.066,54.56],[-16.576,0.611],[-56.073,-45.281]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[312.683,60.755],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[31.469,-20.611],[29.385,14.252],[-29.329,0],[-18.549,-9.408],[6.487,-18.21]],\"o\":[[2.412,-27.858],[7.595,-3.758],[20.51,0],[-0.02,3.64],[-6.689,18.774]],\"v\":[[-0.463,58.238],[-59.274,-44.594],[0.42,-58.238],[59.274,-44.062],[52.25,-7.559]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.6431372549019608,0.6,0.7019607843137254,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[312.558,59.988],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[67.768,-44.87],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[71.167,-3.854],[-71.167,0.6],[-14.826,44.27]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":3,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":10,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[78.666,74.419],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[67.768,-44.87],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[71.167,-3.854],[-71.167,0.6],[-14.826,44.27]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.6431372549019608,0.6,0.7019607843137254,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[78.666,74.419],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[23.482,63.691]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-49.95,-11.16],[-59.285,54.83],[35.803,-54.83]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":3,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":10,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[166.767,232.504],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[23.482,63.691]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-49.95,-11.16],[-59.285,54.83],[35.803,-54.83]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.6431372549019608,0.6,0.7019607843137254,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[166.767,232.504],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-1.121,0.639],[-2.184,1.238],[-8.326,4.688],[-29.82,16.736],[-17.543,9.834],[-9.345,5.236],[-2.371,1.326],[-1.23,0.612],[-0.627,0.285],[0,0],[-1.32,0.437],[-1.352,0.37],[-1.389,0.249],[0,0],[0,0],[0,0],[-1.425,0.108],[-1.437,-0.007],[-0.719,-0.044],[0,0],[0,0],[-0.707,-0.175],[-1.431,-0.298],[-1.411,-0.41],[-0.686,-0.265],[0,0],[0,0],[0,0],[0,0],[-6.25,-10.679],[1.067,-12.741],[8.516,-9.988],[4.511,-3.078],[4.749,-2.479],[9.323,-4.746],[17.42,-8.867],[28.143,-14.315],[0,0],[0,0],[5.26,0.988],[4.594,2.154],[3.724,3.007],[2.775,3.528],[0.652,0.889],[0.54,0.941],[0.554,0.909],[0.483,0.924],[0.383,0.951],[0.398,0.921],[0.339,0.924],[0.243,0.933],[-0.23,6.347],[-1.525,4.658],[-1.817,2.826],[-0.428,0.604],[-0.384,0.512],[-0.324,0.428],[-0.29,0.322],[0,0],[1.135,-1.296],[0.352,-0.401],[0.378,-0.513],[0.438,-0.594],[0.448,-0.709],[1.489,-4.655],[0.172,-6.328],[-2.203,-7.35],[-0.341,-0.918],[-0.375,-0.926],[-0.407,-0.933],[-0.492,-0.914],[-0.492,-0.937],[-0.564,-0.918],[-0.648,-0.884],[-0.699,-0.868],[-3.622,-3.081],[-4.514,-2.24],[-5.197,-1.08],[-5.564,0.215],[0,0],[-34.827,17.755],[-18.644,9.499],[-9.573,4.877],[-4.43,3.108],[-3.519,4.183],[-0.998,12.599],[6.204,10.547],[10.577,5.18],[0,0],[0,0],[0,0],[0,0],[0.693,0.225],[1.409,0.331],[1.41,0.295],[0.715,0.076],[0,0],[0,0],[0.712,0.021],[1.412,-0.06],[1.402,-0.105],[0,0],[0,0],[0,0],[1.327,-0.422],[1.332,-0.362],[1.286,-0.474],[0,0],[0.612,-0.298],[1.211,-0.601],[2.338,-1.305],[8.776,-4.904],[14.928,-8.34],[16.711,-9.325],[4.41,-2.453],[1.139,-0.629]],\"o\":[[0,0],[1.129,-0.639],[4.394,-2.474],[16.688,-9.366],[14.92,-8.363],[8.773,-4.915],[2.338,-1.308],[1.221,-0.608],[0.617,-0.301],[0,0],[1.296,-0.479],[1.343,-0.367],[1.34,-0.426],[0,0],[0,0],[0,0],[1.415,-0.107],[1.426,-0.061],[0.717,0.02],[0,0],[0,0],[0.721,0.077],[1.424,0.296],[1.423,0.334],[0.699,0.227],[0,0],[0,0],[0,0],[0,0],[10.682,5.225],[6.269,10.648],[-1.006,12.726],[-3.554,4.225],[-4.491,3.147],[-9.574,4.875],[-18.648,9.492],[-34.842,17.722],[0,0],[0,0],[-5.604,0.21],[-5.236,-1.095],[-4.545,-2.264],[-3.641,-3.107],[-0.701,-0.875],[-0.649,-0.892],[-0.565,-0.923],[-0.493,-0.942],[-0.493,-0.921],[-0.406,-0.941],[-0.375,-0.932],[-0.341,-0.924],[-2.195,-7.393],[0.192,-6.355],[1.515,-4.667],[0.454,-0.708],[0.444,-0.593],[0.385,-0.51],[0.358,-0.4],[1.157,-1.286],[0,0],[-0.284,0.326],[-0.318,0.432],[-0.379,0.513],[-0.422,0.606],[-1.791,2.83],[-1.498,4.645],[-0.208,6.321],[0.243,0.929],[0.339,0.918],[0.399,0.915],[0.383,0.946],[0.483,0.92],[0.553,0.901],[0.538,0.935],[0.649,0.882],[2.765,3.501],[3.705,2.978],[4.565,2.13],[5.222,0.973],[0,0],[28.13,-14.342],[17.416,-8.874],[9.322,-4.748],[4.764,-2.486],[4.464,-3.047],[8.428,-9.886],[1.059,-12.614],[-6.186,-10.577],[0,0],[0,0],[0,0],[0,0],[-0.679,-0.263],[-1.397,-0.407],[-1.418,-0.296],[-0.7,-0.174],[0,0],[0,0],[-0.712,-0.044],[-1.423,-0.008],[-1.411,0.106],[0,0],[0,0],[0,0],[-1.376,0.246],[-1.34,0.365],[-1.308,0.433],[0,0],[-0.621,0.282],[-1.22,0.605],[-2.371,1.324],[-9.348,5.225],[-17.551,9.807],[-29.86,16.663],[-8.355,4.647],[-2.2,1.216],[-1.132,0.622]],\"v\":[[-129.083,2.784],[-127.399,1.805],[-122.419,-1.017],[-103.232,-11.821],[-32.59,-51.469],[16.214,-78.826],[43.406,-94.061],[50.47,-98.012],[54.147,-99.842],[56,-100.751],[57.936,-101.488],[61.837,-102.94],[65.88,-104.045],[70.009,-104.897],[72.098,-105.257],[73.145,-105.432],[74.205,-105.512],[78.465,-105.834],[82.762,-105.797],[84.919,-105.74],[87.07,-105.498],[89.229,-105.254],[91.38,-104.929],[95.663,-104.037],[99.88,-102.793],[101.983,-102.119],[104.03,-101.275],[106.085,-100.428],[107.111,-100.002],[108.098,-99.483],[134.355,-75.041],[142.621,-38.849],[128.032,-3.539],[115.824,7.446],[101.608,15.287],[73.252,29.723],[19.077,57.298],[-75.996,105.659],[-76.044,105.683],[-76.094,105.685],[-92.448,104.58],[-107.24,99.66],[-119.644,91.669],[-129.294,81.688],[-131.256,78.992],[-133.076,76.267],[-134.754,73.519],[-136.217,70.718],[-137.558,67.922],[-138.765,65.13],[-139.784,62.327],[-140.683,59.549],[-143.459,38.71],[-140.618,22.099],[-135.398,10.86],[-134.121,8.861],[-132.878,7.205],[-131.816,5.797],[-130.844,4.714],[-129.083,2.784],[-130.791,4.764],[-131.745,5.854],[-132.79,7.271],[-134.016,8.933],[-135.275,10.936],[-140.415,22.166],[-143.182,38.717],[-140.358,59.451],[-139.457,62.213],[-138.437,64.999],[-137.229,67.773],[-135.89,70.551],[-134.428,73.335],[-132.753,76.063],[-130.938,78.768],[-128.982,81.445],[-119.375,91.345],[-107.046,99.258],[-92.358,104.119],[-76.121,105.194],[-76.219,105.221],[18.811,56.772],[72.973,29.175],[101.325,14.732],[115.473,6.93],[127.556,-3.944],[142.002,-38.899],[133.825,-74.733],[107.835,-98.947],[106.858,-99.462],[105.841,-99.884],[103.809,-100.724],[101.78,-101.562],[99.697,-102.23],[95.522,-103.465],[91.278,-104.351],[89.147,-104.674],[87.01,-104.917],[84.879,-105.159],[82.741,-105.216],[78.486,-105.256],[74.265,-104.94],[73.215,-104.862],[72.176,-104.688],[70.106,-104.333],[66.017,-103.492],[62.009,-102.401],[58.143,-100.964],[56.225,-100.236],[54.387,-99.336],[50.742,-97.527],[43.678,-93.583],[16.479,-78.381],[-32.349,-51.099],[-103.088,-11.625],[-122.343,-0.916],[-127.361,1.856]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.249287668864,0.494784067191,0.527960444432,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[192.924,115.905],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 14\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-8.37,-21.29],[-30.952,1.698],[0,0],[19.129,30.756],[28.822,-16.13]],\"o\":[[-15.242,15.748],[9.189,23.371],[0,0],[32.275,-16.437],[-17.445,-28.045],[0,0]],\"v\":[[-131.693,6.141],[-141.336,68.137],[-78.717,108.796],[106.138,14.66],[130.576,-73.071],[47.9,-94.364]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.4392156862745098,0.6274509803921569,0.6862745098039216,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[195.535,112.547],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 15\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-63.294,-12.923],[0,0]],\"o\":[[0,0],[-22.071,53.393],[0,0],[0,0]],\"v\":[[2.966,-56.078],[-27.983,-56.869],[29.026,56.869],[50.054,13.854]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.30141583611,0.327018318924,0.371561027976,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[60.059,182.518],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 16\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":16,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":150,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":7,\"ty\":0,\"nm\":\"Star Combine\",\"refId\":\"comp_1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":0,\"op\":150,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":8,\"ty\":0,\"nm\":\"Flame Combine\",\"refId\":\"comp_3\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":0,\"op\":150,\"st\":0,\"bm\":0}]},{\"id\":\"comp_1\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[230,450,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":139,\"op\":289,\"st\":139,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[290,550,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":117,\"op\":267,\"st\":117,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[230,450,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":101,\"op\":251,\"st\":101,\"bm\":0},{\"ddd\":0,\"ind\":4,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[90,370,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":85,\"op\":235,\"st\":85,\"bm\":0},{\"ddd\":0,\"ind\":5,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[230,450,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":62,\"op\":212,\"st\":62,\"bm\":0},{\"ddd\":0,\"ind\":6,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[290,550,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":40,\"op\":190,\"st\":40,\"bm\":0},{\"ddd\":0,\"ind\":7,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[230,450,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":24,\"op\":174,\"st\":24,\"bm\":0},{\"ddd\":0,\"ind\":8,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[90,370,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":8,\"op\":158,\"st\":8,\"bm\":0},{\"ddd\":0,\"ind\":9,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[390,210,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":131,\"op\":281,\"st\":131,\"bm\":0},{\"ddd\":0,\"ind\":10,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[450,310,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":109,\"op\":259,\"st\":109,\"bm\":0},{\"ddd\":0,\"ind\":11,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[390,210,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":93,\"op\":243,\"st\":93,\"bm\":0},{\"ddd\":0,\"ind\":12,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[250,130,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":77,\"op\":227,\"st\":77,\"bm\":0},{\"ddd\":0,\"ind\":13,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[390,210,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":54,\"op\":204,\"st\":54,\"bm\":0},{\"ddd\":0,\"ind\":14,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[450,310,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":32,\"op\":182,\"st\":32,\"bm\":0},{\"ddd\":0,\"ind\":15,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[390,210,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":16,\"op\":166,\"st\":16,\"bm\":0},{\"ddd\":0,\"ind\":16,\"ty\":0,\"nm\":\"Star\",\"refId\":\"comp_2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[250,130,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":0,\"op\":150,\"st\":0,\"bm\":0}]},{\"id\":\"comp_2\",\"layers\":[{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"Shape Layer 1\",\"sr\":1,\"ks\":{\"o\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":4,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":27,\"s\":[100]},{\"t\":30,\"s\":[0]}],\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":30,\"s\":[720]}],\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[460,180,0],\"to\":[-44,34,0],\"ti\":[44,-34,0]},{\"t\":30,\"s\":[196,384,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[68,-217,0],\"ix\":1,\"l\":2},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833,0.833,0.833],\"y\":[0.833,0.833,0.833]},\"o\":{\"x\":[0.167,0.167,0.167],\"y\":[0.167,0.167,0.167]},\"t\":0,\"s\":[0,0,100]},{\"i\":{\"x\":[0.833,0.833,0.833],\"y\":[0.833,0.833,0.833]},\"o\":{\"x\":[0.167,0.167,0.167],\"y\":[0.167,0.167,0.167]},\"t\":14,\"s\":[100,100,100]},{\"t\":30,\"s\":[0,0,100]}],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"sr\",\"sy\":1,\"d\":1,\"pt\":{\"a\":0,\"k\":5,\"ix\":3},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":4},\"r\":{\"a\":0,\"k\":160.017,\"ix\":5},\"ir\":{\"a\":0,\"k\":5.852,\"ix\":6},\"is\":{\"a\":0,\"k\":0,\"ix\":8},\"or\":{\"a\":0,\"k\":11.705,\"ix\":7},\"os\":{\"a\":0,\"k\":0,\"ix\":9},\"ix\":1,\"nm\":\"Polystar Path 1\",\"mn\":\"ADBE Vector Shape - Star\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.00784313725490196,0.37254901960784315,0.5725490196078431,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[68,-216],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Polystar 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":150,\"st\":0,\"bm\":0}]},{\"id\":\"comp_3\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":0,\"nm\":\"Combine\",\"refId\":\"comp_4\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":120,\"op\":150,\"st\":120,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":0,\"nm\":\"Combine\",\"refId\":\"comp_4\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":90,\"op\":120,\"st\":90,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":0,\"nm\":\"Combine\",\"refId\":\"comp_4\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":60,\"op\":90,\"st\":60,\"bm\":0},{\"ddd\":0,\"ind\":4,\"ty\":0,\"nm\":\"Combine\",\"refId\":\"comp_4\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":30,\"op\":60,\"st\":30,\"bm\":0},{\"ddd\":0,\"ind\":5,\"ty\":0,\"nm\":\"Combine\",\"refId\":\"comp_4\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":0,\"op\":30,\"st\":0,\"bm\":0}]},{\"id\":\"comp_4\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":0,\"nm\":\"Flame Combine\",\"refId\":\"comp_5\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":0,\"op\":30,\"st\":0,\"bm\":0}]},{\"id\":\"comp_5\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":0,\"nm\":\"Flame\",\"refId\":\"comp_6\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":0,\"op\":30,\"st\":0,\"bm\":0}]},{\"id\":\"comp_6\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"Flame 1 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[129.17,397.352,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[48.329,42.989,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[{\"i\":[[0,0],[5.482,-14.008],[8.434,-3.647],[5.852,-2.139],[-4.215,-7.144],[-8.136,-1.617],[-11.982,26.147]],\"o\":[[-13.187,-7.24],[-3.35,8.556],[-5.719,2.473],[-7.791,2.848],[4.215,7.144],[28.21,5.607],[0,0]],\"v\":[[29.581,-35.499],[-7.92,-21.902],[-19.728,1.945],[-38.185,3.663],[-43.864,24.717],[-23.157,37.132],[48.079,0.728]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":7,\"s\":[{\"i\":[[13.501,3.854],[5.482,-14.008],[8.434,-3.647],[5.852,-2.139],[-4.215,-7.144],[-8.136,-1.617],[-11.982,26.147]],\"o\":[[-13.501,-3.854],[-3.35,8.556],[-5.719,2.473],[-7.791,2.848],[4.215,7.144],[28.21,5.607],[0,0]],\"v\":[[29.581,-35.499],[-7.92,-21.902],[-19.728,1.945],[-38.185,3.663],[-43.864,24.717],[-23.157,37.132],[48.079,0.728]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":14,\"s\":[{\"i\":[[13.501,3.854],[5.482,-14.008],[8.434,-3.647],[2.487,-5.713],[-4.215,-7.144],[-3.846,7.35],[-14.999,24.67]],\"o\":[[-13.501,-3.854],[-3.35,8.556],[-5.719,2.473],[-1.735,3.985],[4.215,7.144],[16.737,-31.984],[0,0]],\"v\":[[29.581,-35.499],[-2.67,-14.652],[-26.978,-10.056],[-40.435,24.413],[-49.614,39.467],[-23.907,32.382],[48.079,0.728]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":22,\"s\":[{\"i\":[[20.749,5.396],[5.482,-14.008],[8.434,-3.647],[2.487,-5.713],[-4.215,-7.144],[-8.238,-0.974],[-29.999,23.67]],\"o\":[[-13.588,-3.534],[-3.35,8.556],[-5.719,2.473],[-1.735,3.985],[4.215,7.144],[29.737,3.516],[0,0]],\"v\":[[29.581,-35.499],[3.58,-12.153],[-26.978,-10.056],[-44.935,16.163],[-49.614,39.467],[-20.907,32.132],[48.079,0.728]],\"c\":false}]},{\"t\":29,\"s\":[{\"i\":[[0,0],[5.482,-14.008],[8.434,-3.647],[5.852,-2.139],[-4.215,-7.144],[-8.136,-1.617],[-11.982,26.147]],\"o\":[[-13.187,-7.24],[-3.35,8.556],[-5.719,2.473],[-7.791,2.848],[4.215,7.144],[28.21,5.607],[0,0]],\"v\":[[29.581,-35.499],[-7.92,-21.902],[-19.728,1.945],[-38.185,3.663],[-43.864,24.717],[-23.157,37.132],[48.079,0.728]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.959242996515,0.595256850299,0.264463357364,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[48.329,42.989],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":30,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":4,\"nm\":\"Flame 2 Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[119.649,403.516,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[72.236,67.015,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[{\"i\":[[0,0],[7.459,-16.38],[5.167,-4.869],[10.192,-3.824],[-4.952,-11.765],[1.207,-5.621],[2.374,-6.943],[-6.265,-2.154],[-6.29,2.078],[-6.616,0.334],[-7.249,-0.782],[-12.102,12.704],[-5.937,16.511]],\"o\":[[-16.018,-8.209],[-2.943,6.462],[-7.922,7.467],[-11.951,4.484],[2.23,5.298],[-1.541,7.174],[-2.143,6.268],[6.265,2.153],[6.291,-2.078],[7.282,-0.367],[17.445,1.884],[12.102,-12.705],[0,0]],\"v\":[[36.866,-60.458],[10.749,-53.081],[-9.927,-50.076],[-31.248,-26.765],[-51.563,-2.773],[-75.789,15.28],[-71.662,40.197],[-81.042,69.96],[-44.327,56.573],[-17.197,62.954],[6.678,46.659],[55.351,32.433],[71.167,-5.887]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":15,\"s\":[{\"i\":[[0,0],[7.459,-16.38],[5.167,-4.869],[10.192,-3.824],[-4.952,-11.765],[1.207,-5.621],[2.374,-6.943],[-6.265,-2.154],[-6.29,2.078],[-6.616,0.334],[-7.249,-0.782],[-12.102,12.704],[-5.937,16.511]],\"o\":[[-16.018,-8.209],[-2.943,6.462],[-7.922,7.467],[-11.951,4.484],[2.23,5.298],[-1.541,7.174],[-2.143,6.268],[6.265,2.153],[6.291,-2.078],[7.282,-0.367],[17.445,1.884],[12.102,-12.705],[0,0]],\"v\":[[36.866,-60.458],[-8.751,-44.581],[-17.927,-25.575],[-48.998,-17.265],[-62.563,14.227],[-57.289,30.281],[-70.662,47.322],[-61.542,62.71],[-42.077,61.323],[-22.947,56.204],[-1.322,59.159],[45.601,39.684],[71.167,-5.886]],\"c\":false}]},{\"t\":29,\"s\":[{\"i\":[[0,0],[7.459,-16.38],[5.167,-4.869],[10.192,-3.824],[-4.952,-11.765],[1.207,-5.621],[2.374,-6.943],[-6.265,-2.154],[-6.29,2.078],[-6.616,0.334],[-7.249,-0.782],[-12.102,12.704],[-5.937,16.511]],\"o\":[[-16.018,-8.209],[-2.943,6.462],[-7.922,7.467],[-11.951,4.484],[2.23,5.298],[-1.541,7.174],[-2.143,6.268],[6.265,2.153],[6.291,-2.078],[7.282,-0.367],[17.445,1.884],[12.102,-12.705],[0,0]],\"v\":[[36.866,-60.458],[10.749,-53.081],[-9.927,-50.076],[-31.248,-26.765],[-51.563,-2.773],[-75.789,15.28],[-71.662,40.197],[-81.042,69.96],[-44.327,56.573],[-17.197,62.954],[6.678,46.659],[55.351,32.433],[71.167,-5.887]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.992156863213,0.917647063732,0.866666674614,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[73.055,68.917],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":30,\"st\":0,\"bm\":0}]},{\"id\":\"comp_7\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"White Circle/Animation Rocket Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[147,147,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[147,147,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-81.044],[81.044,0],[0,81.044],[-81.044,0]],\"o\":[[0,81.044],[-81.044,0],[0,-81.044],[81.044,0]],\"v\":[[146.743,-0.001],[0,146.743],[-146.743,-0.001],[0,-146.743]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.936495852003,0.955448584463,0.959242996515,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[146.993,146.993],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":150,\"st\":0,\"bm\":0}]}],\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":0,\"nm\":\"Animation Rocket\",\"refId\":\"comp_0\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[290,292,0],\"to\":[6.667,-3.333,0],\"ti\":[-13.333,-1.667,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":40,\"s\":[330,272,0],\"to\":[13.333,1.667,0],\"ti\":[6.667,-3.333,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":77,\"s\":[370,302,0],\"to\":[-3.859,1.929,0],\"ti\":[20.204,3.274,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":115,\"s\":[324.209,317.56,0],\"to\":[-14.7,-2.382,0],\"ti\":[5.701,4.26,0]},{\"t\":149,\"s\":[290,292,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[300,300,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":600,\"h\":600,\"ip\":0,\"op\":150,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":0,\"nm\":\"White Circle 3\",\"refId\":\"comp_7\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":30,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[300,300,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[146.993,146.993,0],\"ix\":1,\"l\":2},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667,0.667,0.667],\"y\":[1,1,1]},\"o\":{\"x\":[0.333,0.333,0.333],\"y\":[0,0,0]},\"t\":0,\"s\":[100,100,100]},{\"i\":{\"x\":[0.667,0.667,0.667],\"y\":[1,1,1]},\"o\":{\"x\":[0.333,0.333,0.333],\"y\":[0,0,0]},\"t\":41,\"s\":[130,130,100]},{\"i\":{\"x\":[0.667,0.667,0.667],\"y\":[1,1,1]},\"o\":{\"x\":[0.333,0.333,0.333],\"y\":[0,0,0]},\"t\":74,\"s\":[100,100,100]},{\"i\":{\"x\":[0.667,0.667,0.667],\"y\":[1,1,1]},\"o\":{\"x\":[0.333,0.333,0.333],\"y\":[0,0,0]},\"t\":110,\"s\":[130,130,100]},{\"t\":148,\"s\":[100,100,100]}],\"ix\":6,\"l\":2}},\"ao\":0,\"w\":294,\"h\":294,\"ip\":0,\"op\":150,\"st\":0,\"bm\":0}],\"markers\":[]}"
  },
  {
    "path": "static/98488-bot-error-404.json",
    "content": "{\"v\":\"5.8.1\",\"fr\":60,\"ip\":0,\"op\":360,\"w\":512,\"h\":512,\"nm\":\"Main\",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"Layer 2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[348.087,431.863,0],\"to\":[-0.667,1.417,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":90,\"s\":[344.087,440.363,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":180,\"s\":[348.087,431.863,0],\"to\":[-0.667,1.417,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":270,\"s\":[344.087,440.363,0],\"to\":[0,0,0],\"ti\":[-0.667,1.417,0]},{\"t\":360,\"s\":[348.087,431.863,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[348.087,431.863,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-2.774,4.276],[-1.534,4.861],[2.774,-4.276],[1.534,-4.861]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[345.411,431.863],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.116,2.366],[-2.221,-1.047],[1.116,-2.366],[2.221,1.047]],\"o\":[[1.116,-2.366],[2.221,1.047],[-1.116,2.366],[-2.221,-1.047]],\"v\":[[-4.022,-1.896],[2.02,-4.284],[4.022,1.896],[-2.02,4.284]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[345.411,431.863],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.176,0],[0,0],[0,1.176],[0,0],[1.176,0],[0,0],[0,-1.176],[0,0]],\"o\":[[0,0],[1.176,0],[0,0],[0,-1.176],[0,0],[-1.176,0],[0,0],[0,1.176]],\"v\":[[-2.259,2.139],[2.259,2.139],[4.398,0],[4.398,0],[2.259,-2.139],[-2.259,-2.139],[-4.398,0],[-4.398,0]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[350.867,431.863],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"bolt\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[426.426,425.878,0],\"to\":[0.917,-1.75,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":90,\"s\":[431.926,415.378,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":180,\"s\":[426.426,425.878,0],\"to\":[0.917,-1.75,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":270,\"s\":[431.926,415.378,0],\"to\":[0,0,0],\"ti\":[0.917,-1.75,0]},{\"t\":360,\"s\":[426.426,425.878,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[426.426,425.878,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.003,0],[0,1.003],[1.003,0],[0,-1.002]],\"o\":[[1.003,0],[0,-1.002],[-1.003,0],[0,1.003]],\"v\":[[-0.004,1.819],[1.816,0],[-0.004,-1.812],[-1.816,0]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-2.016,-3.49],[2.016,-3.49],[4.029,0],[2.016,3.49],[-2.016,3.49],[-4.029,0]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[427.286,425.878],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,1.003],[1.003,0],[0,0],[0,0],[0,0]],\"o\":[[1.003,0],[0,-1.002],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-2.165,1.769],[-0.345,-0.05],[-2.165,-1.863],[1.257,-2.547],[2.165,0.216],[0.638,2.547]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[427.727,425.929],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-0.071,3.49],[-2.084,0],[-0.071,-3.49],[2.084,-3.49],[0.867,0],[2.084,3.49]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[423.62,425.878],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":4,\"nm\":\"bolt1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[230.66,434.382,0],\"to\":[-1.167,0.417,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":90,\"s\":[223.66,436.882,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":180,\"s\":[230.66,434.382,0],\"to\":[-1.167,0.417,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":270,\"s\":[223.66,436.882,0],\"to\":[0,0,0],\"ti\":[-1.167,0.417,0]},{\"t\":360,\"s\":[230.66,434.382,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[230.66,434.382,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.35,0],[0,1.35],[-1.35,0],[0,-1.35]],\"o\":[[-1.35,0],[0,-1.35],[1.35,0],[0,1.35]],\"v\":[[0.005,2.45],[-2.445,0],[0.005,-2.44],[2.445,0]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[2.715,-4.7],[-2.715,-4.7],[-5.425,0],[-2.715,4.7],[2.715,4.7],[5.425,0]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[229.502,434.382],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,1.35],[-1.35,0],[0,0],[0,0],[0,0]],\"o\":[[-1.35,0],[0,-1.35],[0,0],[0,0],[0,0],[0,0]],\"v\":[[2.915,2.382],[0.465,-0.068],[2.915,-2.508],[-1.693,-3.43],[-2.915,0.291],[-0.859,3.43]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[228.908,434.45],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.096,4.7],[2.806,0],[0.096,-4.7],[-2.806,-4.7],[-1.167,0],[-2.806,4.7]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[234.438,434.382],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":4,\"ty\":4,\"nm\":\"spring2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":90,\"s\":[23]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":270,\"s\":[23]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[94.607,426.014,0],\"to\":[0.633,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":90,\"s\":[98.407,426.014,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":180,\"s\":[94.607,426.014,0],\"to\":[0.633,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":270,\"s\":[98.407,426.014,0],\"to\":[0,0,0],\"ti\":[0.633,0,0]},{\"t\":360,\"s\":[94.607,426.014,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[-161.393,170.014,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.028,0],[0,0],[0.145,-1.67],[-0.774,-0.661],[-0.223,-0.102],[-0.067,0.365],[0.773,0.858]],\"o\":[[-0.001,0],[-0.003,0.001],[-0.146,1.683],[0.176,0.15],[0.283,-0.312],[0.268,-1.449],[-0.201,-0.224]],\"v\":[[-156.832,165.505],[-156.834,165.505],[-157.355,167.366],[-156.421,170.85],[-155.822,171.229],[-155.278,170.201],[-156.474,165.771]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.571,0.948],[-0.149,-1.051],[-0.789,-0.698]],\"o\":[[-0.006,0.376],[0.203,1.428],[-0.234,-2.008]],\"v\":[[-163.123,166.373],[-162.946,168.432],[-161.428,171.655]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.529,0.216],[-0.247,-1.385],[-1.319,-0.646],[0.071,0.259]],\"o\":[[-0.058,0.153],[0.329,1.84],[-0.006,-0.213],[-0.785,-2.858]],\"v\":[[-168.695,167.245],[-168.61,169.289],[-165.771,172.997],[-165.887,172.289]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.651,-0.001],[1.736,2.507],[-0.227,0.157],[-0.158,-0.228],[-1.826,0.851],[-0.12,0.136],[0.402,2.251],[-1.046,0.236],[-0.722,-2.629],[0.045,-0.406],[-0.533,0.077],[-0.326,0.504],[0.273,1.921],[-0.303,0.233],[-0.241,-0.102],[-0.247,-2.195],[0.025,-0.22],[-0.488,-0.01],[-0.686,0.403],[0.126,0.107],[-0.176,2.027],[-0.63,0.27],[-0.537,-0.429],[0.363,-1.959],[0.252,-0.357],[-2.227,0.55],[-0.066,-0.269],[0.268,-0.066],[2.061,0.598],[1.292,0.009],[0.501,0.191],[0.997,-0.146],[0.792,0.227],[0.448,-0.21]],\"o\":[[-2.38,0],[-0.157,-0.227],[0.227,-0.158],[1.866,2.694],[0.192,-0.09],[-1.632,-0.754],[-0.227,-1.268],[1.434,-0.322],[0.134,0.486],[0.632,0.173],[0.433,-0.062],[-1.215,-0.821],[-0.388,-2.734],[0.197,-0.151],[1.069,0.455],[0.027,0.242],[0.409,0.163],[0.867,0.05],[-0.142,-0.089],[-1.038,-0.887],[0.136,-1.567],[0.221,-0.098],[1.08,0.863],[-0.075,0.405],[1.835,0.316],[0.267,-0.066],[0.066,0.269],[-2.71,0.67],[-0.916,0.729],[-0.589,-0.012],[-0.394,0.671],[-0.664,0.099],[-0.225,0.375],[-0.478,0.223]],\"v\":[[-167.83,175.523],[-175.163,171.574],[-175.037,170.878],[-174.341,171.005],[-166.536,174.285],[-166.069,173.947],[-169.595,169.465],[-168.955,166.248],[-164.923,172.024],[-164.793,173.367],[-163.006,173.507],[-161.632,172.762],[-163.936,168.573],[-163.73,165.128],[-163.042,165.05],[-160.43,171.579],[-160.427,172.273],[-159.079,172.535],[-156.669,171.906],[-157.071,171.611],[-158.351,167.28],[-157.228,164.586],[-156.02,164.826],[-154.295,170.382],[-154.797,171.534],[-148.154,170.785],[-147.548,171.15],[-147.913,171.755],[-155.601,172.372],[-159.099,173.535],[-160.738,173.227],[-162.862,174.497],[-165.1,174.306],[-166.113,175.192]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":5,\"ty\":4,\"nm\":\"Layer 6\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[231.479,421.689,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.452],[0.453,0],[0,0.453],[-0.452,0]],\"o\":[[0,0.453],[-0.452,0],[0,-0.452],[0.453,0]],\"v\":[[0.819,0],[0,0.819],[-0.819,0],[0,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":6,\"ty\":4,\"nm\":\"Layer 7\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[223.965,415.787,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.453],[0.452,0],[0,0.452],[-0.453,0]],\"o\":[[0,0.452],[-0.453,0],[0,-0.453],[0.452,0]],\"v\":[[0.819,0],[0,0.819],[-0.819,0],[0,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":7,\"ty\":4,\"nm\":\"Layer 8\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[223.049,318.882,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.453],[0.453,0],[0,0.452],[-0.453,0]],\"o\":[[0,0.452],[-0.453,0],[0,-0.453],[0.453,0]],\"v\":[[0.819,0],[0,0.819],[-0.819,0],[0,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":8,\"ty\":4,\"nm\":\"Layer 9\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[215.535,312.979,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.453],[0.453,0],[0,0.453],[-0.453,0]],\"o\":[[0,0.453],[-0.453,0],[0,-0.453],[0.453,0]],\"v\":[[0.819,0],[0,0.819],[-0.819,0],[0,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":9,\"ty\":4,\"nm\":\"L shoulder\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[338.395,344.744,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.191,-8.102],[5.458,0.802],[-1.191,8.102],[-5.458,-0.802]],\"o\":[[-1.191,8.102],[-5.458,-0.802],[1.191,-8.102],[5.458,0.802]],\"v\":[[9.127,1.396],[-4.231,14.67],[-8.724,-1.47],[0.082,-14.669]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":10,\"ty\":4,\"nm\":\"Layer 11\",\"parent\":11,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[12.853,1.604,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.133,3.493],[-4.532,-1.416],[-2.455,-1.605],[3.273,-1.531],[0,0],[9.195,3.612]],\"o\":[[3.21,-9.535],[4.532,1.416],[2.455,1.605],[-4.036,1.888],[5.242,2.295],[-2.993,-1.176]],\"v\":[[-16.799,-0.536],[4.103,-6.772],[15.173,-1.969],[14.394,3.847],[0.232,4.06],[-8.973,6.42]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":11,\"ty\":4,\"nm\":\"L hand\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[383.41,425.879,0],\"to\":[1.483,1.333,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":90,\"s\":[392.31,433.879,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":180,\"s\":[383.41,425.879,0],\"to\":[1.483,1.333,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":270,\"s\":[392.31,433.879,0],\"to\":[0,0,0],\"ti\":[1.483,1.333,0]},{\"t\":360,\"s\":[383.41,425.879,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.657,0],[2.866,2.073],[-0.972,1.343],[-1.342,-0.971],[-0.467,0],[0,-1.657]],\"o\":[[-2.319,0],[-1.342,-0.972],[0.972,-1.342],[2.477,1.793],[1.657,0],[0,1.657]],\"v\":[[3.028,4.278],[-4.786,1.153],[-5.458,-3.037],[-1.269,-3.708],[3.028,-1.722],[6.028,1.278]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":12,\"ty\":4,\"nm\":\"L arm\",\"parent\":9,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[-8]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[-8]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[0.388,-2.274,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[-16.75,-41.25,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.906,0],[0.543,0.412],[5.392,13.531],[0.035,0.21],[0.105,1.394],[-1.652,0.125],[-0.125,-1.652],[-2.565,-15.507],[-7.818,-5.941],[1.002,-1.319]],\"o\":[[-0.632,0],[-10.395,-7.9],[-0.079,-0.197],[-2.628,-15.633],[-0.126,-1.651],[1.648,-0.121],[0.026,0.336],[5.378,13.156],[1.319,1.003],[-0.59,0.776]],\"v\":[[17.037,44.921],[15.224,44.31],[-14.613,8.853],[-14.784,8.24],[-20.031,-41.695],[-17.267,-44.913],[-14.048,-42.148],[-8.921,6.925],[18.855,39.532],[19.428,43.736]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":13,\"ty\":4,\"nm\":\"L foot\",\"parent\":14,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[10]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[10]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[-23.831,8.555,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[269.428,430.244,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.448,16.905],[0.809,12.668],[3.448,-8.269],[1.379,-16.905]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0,0,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[270.503,424.451],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":20,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.448,16.905],[0.809,12.668],[3.448,-8.269],[1.379,-16.905]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[270.503,424.451],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[270.503,424.451],\"ix\":2},\"a\":{\"a\":0,\"k\":[270.503,424.451],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[7.411,17.362],[-10.801,16.214],[-12.238,-17.362],[12.238,-16.447]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[259.643,423.994],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":14,\"ty\":4,\"nm\":\"L leg\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[14]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[14]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[317.009,415.689,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[23.75,-6,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[9.284,0],[0.225,0.006],[-0.076,2.761],[-2.779,-0.068],[-9.313,9.04],[-0.769,0.23],[-0.242,-0.41],[0,0],[-0.083,-0.113],[7.12,-1.799]],\"o\":[[-0.236,0],[-2.76,-0.076],[0.076,-2.759],[7.703,0.252],[0.576,-0.559],[15.788,-4.738],[0,0],[0,0],[-0.096,-0.132],[-11.687,10.668]],\"v\":[[-25.65,13.021],[-26.342,13.011],[-31.202,7.875],[-26.067,3.015],[7.252,-10.506],[9.298,-11.707],[31.204,-6.463],[22.597,-1.373],[22.712,-1.19],[13.261,-2.431]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":15,\"ty\":4,\"nm\":\"R foot\",\"parent\":30,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[8]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[8]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[-30.768,14.879,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[136.892,420.526,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.253,16.744],[8.558,11.893],[1.438,-10.491],[-8.558,-16.744]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0,0,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[131.157,413.026],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":20,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.253,16.744],[8.558,11.893],[1.438,-10.491],[-8.558,-16.744]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[131.157,413.026],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[131.157,413.026],\"ix\":2},\"a\":{\"a\":0,\"k\":[131.157,413.026],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.921,16.744],[-0.337,13.759],[-5.921,-13.407],[-2.89,-16.744]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[125.489,413.026],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":16,\"ty\":4,\"nm\":\"Layer 17\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[250.355,380.262,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.316,0],[0.259,0.283],[0,0],[0,0],[0.489,0.534],[0,0],[0,0],[0.489,0.534],[0,0],[0,0],[0.342,0.016],[0.235,0.257],[0,0],[0,0],[0.489,0.533],[-0.535,0.488],[0,0],[-0.489,-0.535],[0,0],[0,0],[-0.344,-0.014],[-0.235,-0.257],[0,0],[0,0],[-0.489,-0.535],[0,0],[0,0],[-0.49,-0.536],[0,0],[0.535,-0.488]],\"o\":[[-0.356,0],[0,0],[0,0],[-0.535,0.49],[0,0],[0,0],[-0.535,0.489],[0,0],[0,0],[-0.256,0.235],[-0.348,-0.016],[0,0],[0,0],[-0.535,0.489],[-0.489,-0.535],[0,0],[0.535,-0.491],[0,0],[0,0],[0.256,-0.235],[0.348,0.016],[0,0],[0,0],[0.534,-0.49],[0,0],[0,0],[0.535,-0.491],[0,0],[0.489,0.535],[-0.251,0.23]],\"v\":[[39.304,8.001],[38.334,7.574],[29.774,-1.795],[20.537,6.644],[18.683,6.561],[10.122,-2.808],[0.885,5.631],[-0.969,5.548],[-9.53,-3.821],[-18.767,4.62],[-19.711,4.962],[-20.621,4.537],[-29.182,-4.833],[-38.418,3.607],[-40.273,3.524],[-40.189,1.669],[-29.983,-7.656],[-28.129,-7.573],[-19.568,1.796],[-10.332,-6.644],[-9.387,-6.987],[-8.477,-6.561],[0.083,2.808],[9.32,-5.631],[11.175,-5.548],[19.735,3.821],[28.972,-4.619],[30.827,-4.536],[40.273,5.802],[40.189,7.657]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":17,\"ty\":4,\"nm\":\"Layer 18\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[256,256,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.671,0.128],[-0.222,0.27],[-0.011,0.359],[0.328,0.295],[0.928,0.029],[0,0]],\"o\":[[0,0],[0.232,0.007],[0.339,-0.057],[0.222,-0.27],[0.017,-0.531],[-0.328,-0.295],[0,0],[0,0]],\"v\":[[30.984,94.686],[33.128,94.754],[34.482,94.573],[35.323,94.082],[35.673,93.139],[35.207,91.9],[33.324,91.413],[31.091,91.341]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-0.822,-0.296],[-0.486,-0.745],[0.033,-1.047],[0.41,-0.65],[0.694,-0.39],[0.762,-0.148],[-0.27,-0.211],[-0.341,-0.453],[-0.112,-0.243],[0,0],[0,0],[0,0],[0.263,0.203],[0.464,0.015],[0,0],[0,0]],\"o\":[[0,0],[0,0],[1.571,0.05],[0.822,0.296],[0.486,0.746],[-0.029,0.913],[-0.41,0.65],[-0.443,0.248],[0.599,0.222],[0.182,0.141],[0.341,0.453],[0,0],[0,0],[0,0],[-0.324,-0.661],[-0.359,-0.266],[0,0],[0,0],[0,0]],\"v\":[[25.567,104.309],[26.09,87.857],[34.563,88.127],[38.153,88.646],[40.114,90.207],[40.792,92.897],[40.133,95.241],[38.476,96.8],[36.67,97.394],[37.974,98.043],[38.76,98.934],[39.439,99.979],[41.749,104.824],[36.005,104.641],[33.448,99.527],[32.568,98.23],[31.334,97.808],[30.886,97.794],[30.673,104.472]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":18,\"ty\":4,\"nm\":\"Layer 19\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[256,256,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.053,-1.676],[-0.594,-0.746],[-1.062,-0.034],[-0.621,0.692],[-0.059,1.841],[0.602,0.734],[1.07,0.034],[0.644,-0.706]],\"o\":[[-0.053,1.661],[0.594,0.745],[1.092,0.035],[0.621,-0.692],[0.049,-1.548],[-0.602,-0.735],[-1.025,-0.033],[-0.644,0.706]],\"v\":[[11.059,95.647],[11.871,99.256],[14.355,100.425],[16.926,99.44],[17.945,95.641],[17.116,92.217],[14.608,91.064],[12.105,92.074]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.061,1.923],[-1.544,1.449],[-2.671,-0.085],[-1.434,-1.517],[0.084,-2.648],[0.686,-1.21],[1.245,-0.646],[1.826,0.058],[1.197,0.63],[0.715,1.304]],\"o\":[[0.085,-2.686],[1.544,-1.448],[2.738,0.087],[1.435,1.517],[-0.061,1.923],[-0.687,1.21],[-1.245,0.646],[-1.855,-0.059],[-1.197,-0.63],[-0.715,-1.303]],\"v\":[[5.976,95.463],[8.42,89.261],[14.742,87.215],[21.001,89.622],[23.027,95.87],[21.906,100.57],[19.009,103.353],[14.403,104.235],[9.824,103.202],[6.957,100.302]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":19,\"ty\":4,\"nm\":\"Layer 20\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[256,256,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.671,0.128],[-0.222,0.27],[-0.011,0.359],[0.327,0.295],[0.928,0.029],[0,0]],\"o\":[[0,0],[0.232,0.007],[0.339,-0.057],[0.222,-0.27],[0.017,-0.531],[-0.328,-0.295],[0,0],[0,0]],\"v\":[[-5.646,93.52],[-3.502,93.589],[-2.148,93.407],[-1.307,92.917],[-0.957,91.973],[-1.423,90.734],[-3.306,90.247],[-5.539,90.176]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-0.822,-0.296],[-0.486,-0.745],[0.033,-1.047],[0.41,-0.65],[0.694,-0.39],[0.762,-0.148],[-0.27,-0.211],[-0.341,-0.453],[-0.112,-0.243],[0,0],[0,0],[0,0],[0.263,0.203],[0.464,0.015],[0,0],[0,0]],\"o\":[[0,0],[0,0],[1.571,0.05],[0.822,0.296],[0.486,0.746],[-0.029,0.913],[-0.411,0.65],[-0.442,0.248],[0.599,0.222],[0.183,0.141],[0.341,0.453],[0,0],[0,0],[0,0],[-0.323,-0.661],[-0.359,-0.266],[0,0],[0,0],[0,0]],\"v\":[[-11.063,103.144],[-10.54,86.692],[-2.067,86.961],[1.523,87.48],[3.484,89.042],[4.162,91.731],[3.503,94.075],[1.846,95.635],[0.04,96.229],[1.344,96.877],[2.13,97.768],[2.81,98.813],[5.12,103.659],[-0.625,103.476],[-3.182,98.362],[-4.062,97.064],[-5.296,96.643],[-5.744,96.629],[-5.957,103.306]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":20,\"ty\":4,\"nm\":\"Layer 21\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[256,256,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.671,0.128],[-0.222,0.27],[-0.012,0.359],[0.328,0.295],[0.928,0.03],[0,0]],\"o\":[[0,0],[0.232,0.007],[0.339,-0.057],[0.222,-0.27],[0.017,-0.531],[-0.328,-0.295],[0,0],[0,0]],\"v\":[[-23.523,92.952],[-21.379,93.02],[-20.025,92.838],[-19.184,92.348],[-18.834,91.404],[-19.3,90.165],[-21.183,89.678],[-23.416,89.607]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-0.822,-0.296],[-0.486,-0.745],[0.033,-1.047],[0.41,-0.65],[0.694,-0.39],[0.762,-0.148],[-0.27,-0.211],[-0.341,-0.453],[-0.112,-0.243],[0,0],[0,0],[0,0],[0.263,0.203],[0.464,0.015],[0,0],[0,0]],\"o\":[[0,0],[0,0],[1.571,0.05],[0.822,0.296],[0.486,0.746],[-0.029,0.913],[-0.41,0.65],[-0.442,0.248],[0.599,0.222],[0.182,0.141],[0.341,0.453],[0,0],[0,0],[0,0],[-0.324,-0.661],[-0.359,-0.266],[0,0],[0,0],[0,0]],\"v\":[[-28.94,102.575],[-28.417,86.123],[-19.944,86.392],[-16.354,86.911],[-14.393,88.473],[-13.715,91.163],[-14.374,93.506],[-16.031,95.066],[-17.837,95.66],[-16.533,96.308],[-15.747,97.199],[-15.068,98.244],[-12.758,103.09],[-18.502,102.907],[-21.059,97.793],[-21.939,96.496],[-23.173,96.074],[-23.622,96.06],[-23.834,102.737]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":21,\"ty\":4,\"nm\":\"Layer 22\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[256,256,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-45.093,85.592],[-31.469,86.026],[-31.581,89.538],[-40.11,89.267],[-40.193,91.882],[-32.281,92.133],[-32.388,95.489],[-40.3,95.237],[-40.403,98.481],[-31.627,98.76],[-31.746,102.486],[-45.617,102.044]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":22,\"ty\":4,\"nm\":\"Layer 23\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[254.778,368.214,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.274,6.409],[0,0],[-7.088,-0.158],[0,0],[1.04,-7.282],[0,0],[6.258,0.207],[0,0]],\"o\":[[0,0],[-0.303,-7.084],[0,0],[7.354,0.164],[0,0],[-0.885,6.198],[0,0],[-6.411,-0.212]],\"v\":[[-53.383,33.206],[-56.288,-34.656],[-43.756,-47.446],[44.303,-45.477],[56.174,-31.477],[46.411,36.914],[33.858,47.442],[-41.532,44.943]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":23,\"ty\":4,\"nm\":\"Layer 24\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[329.946,369.834,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[329.946,369.834,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-20.817,57.508],[10.845,52.688],[20.817,-53.522],[-4.397,-57.508]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0,0,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[329.946,369.834],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":20,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-20.817,57.508],[10.845,52.688],[20.817,-53.522],[-4.397,-57.508]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[329.946,369.834],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":24,\"ty\":4,\"nm\":\"Layer 25\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[223.39,367.297,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.014,0],[0.021,0.262],[0,0],[-0.275,0.022],[-0.022,-0.275],[0,0],[0.275,-0.023]],\"o\":[[-0.258,0],[0,0],[-0.023,-0.275],[0.283,-0.016],[0,0],[0.022,0.275],[-0.014,0.001]],\"v\":[[4.721,57.86],[4.223,57.401],[-5.22,-57.32],[-4.763,-57.859],[-4.223,-57.402],[5.22,57.319],[4.763,57.858]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":25,\"ty\":4,\"nm\":\"Layer 26\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[255.993,368.278,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[53.135,59.063],[-64.667,55.159],[-69.556,-59.063],[69.556,-55.952]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":26,\"ty\":4,\"nm\":\"oil\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[190.899,426.14,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833,0.833,0.833],\"y\":[1,1,1]},\"o\":{\"x\":[0.167,0.167,0.167],\"y\":[0.167,0.167,0.016]},\"t\":0,\"s\":[100,100,100]},{\"i\":{\"x\":[0.833,0.833,0.833],\"y\":[1,1,1.008]},\"o\":{\"x\":[0.167,0.167,0.167],\"y\":[0,0,0]},\"t\":90,\"s\":[105.4,105.4,100]},{\"i\":{\"x\":[0.833,0.833,0.833],\"y\":[1,1,1]},\"o\":{\"x\":[0.167,0.167,0.167],\"y\":[0,0,-0.008]},\"t\":180,\"s\":[100,100,100]},{\"i\":{\"x\":[0.833,0.833,0.833],\"y\":[0.833,0.833,1]},\"o\":{\"x\":[0.167,0.167,0.167],\"y\":[0,0,0]},\"t\":270,\"s\":[105.4,105.4,100]},{\"t\":360,\"s\":[100,100,100]}],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-9.135,2.927],[0.735,0],[0,0],[-11.35,-0.863],[8.289,-3.136],[-6.361,3.926]],\"o\":[[0.658,-0.211],[0,0],[-25.781,-2.73],[11.35,0.863],[-8.289,3.136],[5.867,-3.621]],\"v\":[[21.288,-2.788],[20.991,-3.635],[7.452,-3.635],[-24.991,-1.843],[-34.08,1.974],[33.936,1.974]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":27,\"ty\":4,\"nm\":\"spring1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[13.1]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[13.1]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[342.261,321.198,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[86.261,65.198,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.997,-1.265],[-0.476,-0.057],[-0.658,0.621],[2.488,0.475]],\"o\":[[0.451,0.168],[4.983,0.59],[-0.17,-0.154],[-3.283,-0.625]],\"v\":[[96.386,43.743],[97.823,44.067],[107.863,43.338],[104.535,42.281]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.614,-0.625],[-0.085,-0.021],[-1.635,0.269],[2.095,0.462]],\"o\":[[0.087,0.025],[3.531,0.864],[-0.506,-0.214],[-2.773,-0.611]],\"v\":[[95.125,49.366],[95.383,49.436],[105.316,50.179],[101.681,49.161]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.208,-0.136],[-0.532,-0.283],[-1.665,0.672],[0,0.001],[2.446,1.047],[1.793,-0.85]],\"o\":[[0.276,0.512],[2.257,1.201],[0.34,-0.138],[0,-0.003],[-2.803,-1.199],[-0.219,0.105]],\"v\":[[91.791,55.934],[93.01,57.151],[101.372,57.954],[101.763,57.702],[99.262,56.092],[92.431,55.575]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.218,0],[0.046,0.014],[-0.076,0.265],[-1.913,1.576],[-0.413,1.119],[-1.183,0.834],[-0.204,0.937],[-1.152,0.986],[0.003,0.42],[-6.255,0.854],[-0.037,-0.274],[0.274,-0.037],[-0.02,-2.27],[-0.223,-0.239],[-3.708,-0.712],[0.145,-0.932],[4.381,0.521],[0.53,0.293],[0.183,-0.84],[-0.417,-0.364],[-3.447,-0.763],[-0.102,-0.329],[0.175,-0.186],[3.492,0.855],[0.346,0.188],[0.367,-0.995],[-0.136,-0.71],[-0.188,0.09],[-3.083,-1.318],[-0.072,-0.789],[0.546,-0.362],[2.778,1.48],[0.364,0.621],[1.203,-4.189]],\"o\":[[-0.045,0],[-0.265,-0.076],[1.332,-4.64],[-0.293,-0.996],[0.402,-1.089],[-0.579,-0.626],[0.227,-1.041],[-0.453,-0.52],[-0.025,-2.982],[0.274,-0.051],[0.037,0.273],[-5.938,0.811],[0.003,0.368],[2.251,-1.567],[3.069,0.587],[-0.272,1.753],[-0.993,-0.118],[-1.089,0.891],[-0.163,0.749],[1.856,-0.957],[4.537,1.001],[0.072,0.235],[-0.956,1.013],[-0.455,-0.111],[-1.157,0.729],[-0.294,0.798],[0.18,-0.107],[2.069,-0.982],[2.045,0.876],[0.021,0.233],[-1.525,1.013],[-0.655,-0.35],[-1.635,1.493],[-0.063,0.22]],\"v\":[[86.365,65.265],[86.227,65.245],[85.885,64.627],[90.585,55.577],[90.737,52.318],[93.099,49.313],[92.509,46.931],[94.645,43.775],[94.078,42.267],[105.84,33.888],[106.403,34.316],[105.975,34.878],[95.078,42.258],[95.44,43.161],[104.722,41.298],[108.895,43.465],[97.705,45.059],[95.455,44.413],[93.486,47.144],[93.981,48.78],[101.897,48.185],[106.705,50.068],[106.544,50.73],[95.146,50.407],[93.943,49.955],[91.676,52.663],[91.45,54.966],[92.002,54.671],[99.656,55.172],[102.759,57.612],[102.189,58.654],[92.54,58.034],[91.002,56.547],[86.846,64.903]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":28,\"ty\":4,\"nm\":\"R hand\",\"parent\":29,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[8.9]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[8.9]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[-14.576,24.607,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[6.25,-5.25,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.234,5.27],[5.28,-4.033],[0.401,-2.351],[-2.796,0.242],[0,0],[-6.063,4.465]],\"o\":[[-1.995,-4.706],[-2.822,2.155],[-0.401,2.351],[3.448,-0.298],[-3.149,3.088],[3.364,-2.477]],\"v\":[[11.3,-5.881],[-4.968,-6.019],[-12.011,4.972],[-7.988,9.21],[0.193,3.902],[7.17,4.703]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":29,\"ty\":4,\"nm\":\"R arm\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[8.4]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[8.4]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[199.396,333.993,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[19.5,-24.75,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.469,0],[0.144,0.02],[-0.234,1.641],[6.304,14.5],[-1.19,0.812],[-1.236,0.043],[-0.058,-1.655],[1.655,-0.058],[13.108,-7.214],[0.93,-6.511]],\"o\":[[-0.142,0],[-1.64,-0.234],[0.711,-4.977],[-0.575,-1.321],[13.698,-9.335],[1.647,-0.036],[0.058,1.655],[-0.27,0.01],[5.584,14.439],[-0.214,1.496]],\"v\":[[-14.566,27.861],[-14.994,27.83],[-17.54,24.436],[-24.014,-13.69],[-22.953,-17.366],[21.16,-27.86],[24.262,-24.966],[21.369,-21.864],[-17.52,-13.662],[-11.6,25.286]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":30,\"ty\":4,\"nm\":\"R leg\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[-12]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[-12]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[200.41,417.147,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[32.75,11.5,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[8.477,0],[0.124,0.004],[-0.076,2.761],[-2.787,-0.034],[-0.032,0],[-14.539,22.92],[-1.443,0.21],[-1.1,-0.957],[-0.19,-0.097],[1.249,-2.461],[2.461,1.251],[17.425,14.267]],\"o\":[[-0.124,0],[-2.76,-0.076],[0.075,-2.76],[0.031,0.001],[2.889,0],[0.781,-1.23],[1.445,-0.205],[17.941,15.643],[2.461,1.25],[-1.25,2.462],[-0.755,-0.383],[-12.186,18.319]],\"v\":[[-33.265,19.375],[-33.637,19.37],[-38.498,14.234],[-33.363,9.374],[-33.267,9.375],[-8.889,-17.055],[-5.385,-19.324],[-1.38,-18.145],[35.763,7.332],[37.957,14.052],[31.238,16.249],[-3.56,-6.898]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":31,\"ty\":4,\"nm\":\"Layer 32\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":30,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[4.9]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[4.9]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[265.953,292.73,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[-25,13.25,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.069,0],[0.084,0.184],[1.861,2.275],[-0.214,0.175],[-0.175,-0.215],[-1.321,-2.884],[0.251,-0.114]],\"o\":[[-0.19,0],[-1.286,-2.806],[-0.175,-0.214],[0.213,-0.176],[1.915,2.341],[0.115,0.251],[-0.068,0.031]],\"v\":[[2.405,4.383],[1.95,4.091],[-2.792,-3.566],[-2.721,-4.269],[-2.017,-4.199],[2.859,3.675],[2.613,4.337]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":32,\"ty\":4,\"nm\":\"Layer 33\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":30,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":90,\"s\":[9.4]},{\"i\":{\"x\":[0.833],\"y\":[1]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":180,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0]},\"t\":270,\"s\":[9.4]},{\"t\":360,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[264.436,305.813,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[-32.375,0.75,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.225,0],[0.04,0.009],[-0.064,0.268],[3.309,13.709],[-0.268,0.066],[-0.065,-0.27],[0.033,-0.138]],\"o\":[[-0.039,0],[-0.268,-0.064],[0.033,-0.135],[-0.065,-0.268],[0.265,-0.061],[3.368,13.95],[-0.055,0.23]],\"v\":[[-0.666,14.318],[-0.784,14.305],[-1.153,13.701],[-1.243,-13.702],[-0.874,-14.306],[-0.271,-13.936],[-0.181,13.936]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":33,\"ty\":4,\"nm\":\"blue outerring\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[257.173,288.104,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[1.173,32.104,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[9.581,0],[0,-9.581],[-9.581,0],[0,9.581]],\"o\":[[-9.581,0],[0,9.581],[9.581,0],[0,-9.581]],\"v\":[[1.173,14.729],[-16.202,32.104],[1.173,49.479],[18.548,32.104]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[10.684,0],[0,10.684],[-10.684,0],[0,-10.684]],\"o\":[[-10.684,0],[0,-10.684],[10.684,0],[0,10.684]],\"v\":[[1.173,51.479],[-18.202,32.104],[1.173,12.729],[20.548,32.104]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":34,\"ty\":4,\"nm\":\"PUPIL\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[265.835,287.369,0],\"to\":[-2.95,0,0],\"ti\":[2.95,0,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":90,\"s\":[248.135,287.369,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":120,\"s\":[248.135,287.369,0],\"to\":[1.167,1.833,0],\"ti\":[-1.167,-1.833,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":180,\"s\":[255.135,298.369,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":210,\"s\":[255.135,298.369,0],\"to\":[1.283,-2.45,0],\"ti\":[-1.283,2.45,0]},{\"i\":{\"x\":0.667,\"y\":0.667},\"o\":{\"x\":0.333,\"y\":0.333},\"t\":270,\"s\":[262.835,283.669,0],\"to\":[0,0,0],\"ti\":[0,0,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":300,\"s\":[262.835,283.669,0],\"to\":[0.5,0.617,0],\"ti\":[-0.5,-0.617,0]},{\"t\":359,\"s\":[265.835,287.369,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.247,-4.804],[2.983,0.153],[-0.247,4.804],[-2.983,-0.153]],\"o\":[[-0.247,4.804],[-2.983,-0.153],[0.247,-4.804],[2.983,0.153]],\"v\":[[5.401,0.277],[-0.446,8.698],[-5.401,-0.277],[0.446,-8.698]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":35,\"ty\":4,\"nm\":\"wrinkle\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[258.163,269.075,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0.25,-7.875,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[{\"i\":[[6.906,1.18],[0.917,-6.5],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-1.216,-7.41]],\"v\":[[1.674,-7.193],[-17.253,4.237],[17.253,7.41]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":2.5,\"s\":[{\"i\":[[6.906,1.18],[0.965,-8.062],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-0.042,-9.985]],\"v\":[[1.674,-7.193],[-18.753,8.487],[18.128,12.035]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":5,\"s\":[{\"i\":[[6.906,1.18],[0.215,-15.562],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[2.458,-17.485]],\"v\":[[1.674,-7.193],[-19.378,14.737],[17.253,18.785]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":7.5,\"s\":[{\"i\":[[6.907,1.174],[-6.535,-21.437],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[8.583,-21.985]],\"v\":[[1.674,-7.193],[-17.253,22.362],[14.378,23.66]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":10,\"s\":[{\"i\":[[6.907,1.174],[-24.785,-21.187],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[22.458,-23.61]],\"v\":[[1.674,-7.193],[-9.128,28.737],[8.003,28.535]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":12.5,\"s\":[{\"i\":[[6.907,1.174],[-6.535,-21.437],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[8.583,-21.985]],\"v\":[[1.674,-7.193],[-17.253,22.362],[14.378,23.66]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":15,\"s\":[{\"i\":[[6.906,1.18],[0.215,-15.562],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[2.458,-17.485]],\"v\":[[1.674,-7.193],[-19.378,14.737],[17.253,18.785]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":17.5,\"s\":[{\"i\":[[6.906,1.18],[0.965,-8.062],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-0.042,-9.985]],\"v\":[[1.674,-7.193],[-18.753,8.487],[18.128,12.035]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":20,\"s\":[{\"i\":[[6.906,1.18],[0.917,-6.5],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-1.216,-7.41]],\"v\":[[1.674,-7.193],[-17.253,4.237],[17.253,7.41]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":90,\"s\":[{\"i\":[[6.906,1.18],[0.917,-6.5],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-1.216,-7.41]],\"v\":[[1.674,-7.193],[-17.253,4.237],[17.253,7.41]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":92.5,\"s\":[{\"i\":[[6.906,1.18],[0.965,-8.062],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-0.042,-9.985]],\"v\":[[1.674,-7.193],[-18.753,8.487],[18.128,12.035]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":95,\"s\":[{\"i\":[[6.906,1.18],[0.215,-15.562],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[2.458,-17.485]],\"v\":[[1.674,-7.193],[-19.378,14.737],[17.253,18.785]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":97.5,\"s\":[{\"i\":[[6.907,1.174],[-6.535,-21.437],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[8.583,-21.985]],\"v\":[[1.674,-7.193],[-17.253,22.362],[14.378,23.66]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":100,\"s\":[{\"i\":[[6.907,1.174],[-24.785,-21.187],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[22.458,-23.61]],\"v\":[[1.674,-7.193],[-9.128,28.737],[8.003,28.535]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":102.5,\"s\":[{\"i\":[[6.907,1.174],[-6.535,-21.437],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[8.583,-21.985]],\"v\":[[1.674,-7.193],[-17.253,22.362],[14.378,23.66]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":105,\"s\":[{\"i\":[[6.906,1.18],[0.215,-15.562],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[2.458,-17.485]],\"v\":[[1.674,-7.193],[-19.378,14.737],[17.253,18.785]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":107.5,\"s\":[{\"i\":[[6.906,1.18],[0.965,-8.062],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-0.042,-9.985]],\"v\":[[1.674,-7.193],[-18.753,8.487],[18.128,12.035]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":110,\"s\":[{\"i\":[[6.906,1.18],[0.917,-6.5],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-1.216,-7.41]],\"v\":[[1.674,-7.193],[-17.253,4.237],[17.253,7.41]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":180,\"s\":[{\"i\":[[6.906,1.18],[0.917,-6.5],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-1.216,-7.41]],\"v\":[[1.674,-7.193],[-17.253,4.237],[17.253,7.41]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":182.5,\"s\":[{\"i\":[[6.906,1.18],[0.965,-8.062],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-0.042,-9.985]],\"v\":[[1.674,-7.193],[-18.753,8.487],[18.128,12.035]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":185,\"s\":[{\"i\":[[6.906,1.18],[0.215,-15.562],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[2.458,-17.485]],\"v\":[[1.674,-7.193],[-19.378,14.737],[17.253,18.785]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":187.5,\"s\":[{\"i\":[[6.907,1.174],[-6.535,-21.437],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[8.583,-21.985]],\"v\":[[1.674,-7.193],[-17.253,22.362],[14.378,23.66]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":190,\"s\":[{\"i\":[[6.907,1.174],[-24.785,-21.187],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[22.458,-23.61]],\"v\":[[1.674,-7.193],[-9.128,28.737],[8.003,28.535]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":192.5,\"s\":[{\"i\":[[6.907,1.174],[-6.535,-21.437],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[8.583,-21.985]],\"v\":[[1.674,-7.193],[-17.253,22.362],[14.378,23.66]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":195,\"s\":[{\"i\":[[6.906,1.18],[0.215,-15.562],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[2.458,-17.485]],\"v\":[[1.674,-7.193],[-19.378,14.737],[17.253,18.785]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":197.5,\"s\":[{\"i\":[[6.906,1.18],[0.965,-8.062],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-0.042,-9.985]],\"v\":[[1.674,-7.193],[-18.753,8.487],[18.128,12.035]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":200,\"s\":[{\"i\":[[6.906,1.18],[0.917,-6.5],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-1.216,-7.41]],\"v\":[[1.674,-7.193],[-17.253,4.237],[17.253,7.41]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":270,\"s\":[{\"i\":[[6.906,1.18],[0.917,-6.5],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-1.216,-7.41]],\"v\":[[1.674,-7.193],[-17.253,4.237],[17.253,7.41]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":272.5,\"s\":[{\"i\":[[6.906,1.18],[0.965,-8.062],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-0.042,-9.985]],\"v\":[[1.674,-7.193],[-18.753,8.487],[18.128,12.035]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":275,\"s\":[{\"i\":[[6.906,1.18],[0.215,-15.562],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[2.458,-17.485]],\"v\":[[1.674,-7.193],[-19.378,14.737],[17.253,18.785]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":277.5,\"s\":[{\"i\":[[6.907,1.174],[-6.535,-21.437],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[8.583,-21.985]],\"v\":[[1.674,-7.193],[-17.253,22.362],[14.378,23.66]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":280,\"s\":[{\"i\":[[6.907,1.174],[-24.785,-21.187],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[22.458,-23.61]],\"v\":[[1.674,-7.193],[-9.128,28.737],[8.003,28.535]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":282.5,\"s\":[{\"i\":[[6.907,1.174],[-6.535,-21.437],[0,0]],\"o\":[[-10.337,-1.758],[0,0],[8.583,-21.985]],\"v\":[[1.674,-7.193],[-17.253,22.362],[14.378,23.66]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":285,\"s\":[{\"i\":[[6.906,1.18],[0.215,-15.562],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[2.458,-17.485]],\"v\":[[1.674,-7.193],[-19.378,14.737],[17.253,18.785]],\"c\":true}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":287.5,\"s\":[{\"i\":[[6.906,1.18],[0.965,-8.062],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-0.042,-9.985]],\"v\":[[1.674,-7.193],[-18.753,8.487],[18.128,12.035]],\"c\":true}]},{\"t\":290,\"s\":[{\"i\":[[6.906,1.18],[0.917,-6.5],[0,0]],\"o\":[[-8.704,-1.486],[0,0],[-1.216,-7.41]],\"v\":[[1.674,-7.193],[-17.253,4.237],[17.253,7.41]],\"c\":true}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":36,\"ty\":4,\"nm\":\"eye\",\"parent\":37,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[-8.377,-3.14,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-10.148],[10.148,0],[0,10.148],[-10.148,0]],\"o\":[[0,10.148],[-10.148,0],[0,-10.148],[10.148,0]],\"v\":[[18.375,0],[0,18.375],[-18.375,0],[0,-18.375]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":37,\"ty\":4,\"nm\":\"Head\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[265.55,291.244,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-42.11,-5.391],[0,0]],\"o\":[[1.389,-22.403],[45.135,5.778],[0,0]],\"v\":[[-37.439,28.702],[3.506,-29.035],[35.728,29.521]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":38,\"ty\":4,\"nm\":\"Layer 39\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1.035]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.941]},\"o\":{\"x\":[0.167],\"y\":[0.025]},\"t\":120,\"s\":[-12.6]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[-0.197]},\"t\":240,\"s\":[5.3]},{\"t\":359,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.785},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[375.032,229.164,0],\"to\":[-1.017,-0.633,0],\"ti\":[-0.783,1.4,0]},{\"i\":{\"x\":0.833,\"y\":0.847},\"o\":{\"x\":0.167,\"y\":0.136},\"t\":120,\"s\":[368.932,225.364,0],\"to\":[0.783,-1.4,0],\"ti\":[-1.017,-0.633,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.184},\"t\":240,\"s\":[379.732,220.764,0],\"to\":[1.017,0.633,0],\"ti\":[0.783,-1.4,0]},{\"t\":359,\"s\":[375.032,229.164,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[375.032,229.164,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.275,0],[0.001,0],[-0.001,0.276],[-0.756,3.542],[-0.092,0.24],[-0.259,-0.098],[0.099,-0.257],[0.737,-3.452],[0.001,-0.078]],\"o\":[[-0.001,0],[-0.276,-0.002],[0.002,-0.324],[0.753,-3.529],[0.099,-0.257],[0.258,0.099],[-0.023,0.059],[-0.734,3.442],[-0.001,0.275]],\"v\":[[-1.895,10.892],[-1.898,10.892],[-2.395,10.389],[-1.585,-1.137],[1.428,-10.573],[2.074,-10.86],[2.362,-10.214],[-0.608,-0.928],[-1.395,10.395]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[412.85,222.738],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.753,-3.532],[0,0]],\"o\":[[0,0],[-0.753,3.532],[0,0]],\"v\":[[1.895,-10.392],[-1.096,-1.032],[-1.895,10.392]],\"c\":false},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[412.85,222.737],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[412.85,222.737],\"ix\":2},\"a\":{\"a\":0,\"k\":[412.85,222.737],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.035,0],[0.05,0.235],[-0.27,0.059],[0,0],[-0.058,-0.271],[0.27,-0.059],[0,0]],\"o\":[[-0.23,0],[-0.058,-0.27],[0,0],[0.274,-0.054],[0.058,0.27],[0,0],[-0.036,0.007]],\"v\":[[-1.242,0.766],[-1.731,0.371],[-1.347,-0.223],[1.137,-0.756],[1.731,-0.371],[1.347,0.222],[-1.137,0.756]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[407.696,220.792],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.015,-0.452],[0.452,0.016],[-0.016,0.452],[-0.452,-0.016]],\"o\":[[-0.016,0.452],[-0.452,-0.016],[0.016,-0.452],[0.452,0.016]],\"v\":[[0.819,0.028],[-0.028,0.819],[-0.819,-0.028],[0.028,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[396.345,289.551],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.016,-0.452],[0.452,0.016],[-0.016,0.452],[-0.452,-0.016]],\"o\":[[-0.016,0.452],[-0.452,-0.016],[0.016,-0.452],[0.452,0.016]],\"v\":[[0.819,0.028],[-0.028,0.819],[-0.819,-0.028],[0.028,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[399.677,272.25],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.016,-0.452],[0.452,0.016],[-0.015,0.452],[-0.452,-0.016]],\"o\":[[-0.016,0.452],[-0.452,-0.016],[0.016,-0.452],[0.452,0.016]],\"v\":[[0.819,0.028],[-0.028,0.819],[-0.819,-0.028],[0.028,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[403.01,254.95],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.016,-0.452],[0.452,0.016],[-0.016,0.452],[-0.452,-0.016]],\"o\":[[-0.016,0.452],[-0.452,-0.016],[0.016,-0.452],[0.452,0.016]],\"v\":[[0.819,0.028],[-0.028,0.819],[-0.819,-0.028],[0.028,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[406.342,237.649],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.016,-0.452],[0.452,0.016],[-0.016,0.452],[-0.452,-0.016]],\"o\":[[-0.016,0.452],[-0.452,-0.016],[0.016,-0.452],[0.452,0.016]],\"v\":[[0.819,0.028],[-0.028,0.819],[-0.819,-0.028],[0.028,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[406.454,221.058],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.016,-0.452],[0.452,0.016],[-0.016,0.452],[-0.452,-0.015]],\"o\":[[-0.016,0.452],[-0.452,-0.016],[0.016,-0.452],[0.452,0.016]],\"v\":[[0.819,0.028],[-0.028,0.819],[-0.819,-0.028],[0.028,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[413.007,203.047],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.016,-0.452],[0.452,0.016],[-0.016,0.452],[-0.452,-0.016]],\"o\":[[-0.016,0.452],[-0.452,-0.016],[0.016,-0.452],[0.452,0.015]],\"v\":[[0.819,0.028],[-0.028,0.819],[-0.819,-0.028],[0.028,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[416.34,185.746],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.016,-0.452],[0.452,0.016],[-0.016,0.452],[-0.452,-0.016]],\"o\":[[-0.016,0.452],[-0.452,-0.016],[0.016,-0.452],[0.452,0.015]],\"v\":[[0.819,0.028],[-0.028,0.819],[-0.819,-0.028],[0.028,-0.819]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[419.672,168.446],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[419.672,168.446],\"ix\":2},\"a\":{\"a\":0,\"k\":[419.672,168.446],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":8,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.237,0],[0.03,0.005],[-0.05,0.271],[0,0],[-0.27,-0.038],[0.05,-0.271],[0,0]],\"o\":[[-0.03,0],[-0.271,-0.05],[0,0],[0.049,-0.27],[0.271,0.05],[0,0],[-0.044,0.241]],\"v\":[[-11.663,64.464],[-11.753,64.456],[-12.155,63.874],[11.171,-64.056],[11.753,-64.458],[12.155,-63.876],[-11.171,64.053]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[411.456,230.381],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-22.965,6.872],[15.793,-28.456],[10.478,11.385]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[56.454,17.59],[40.759,15.471],[51.14,-62.337],[20.858,-66.423],[-52.595,1.203],[-56.454,30.133],[6.838,38.674],[3.681,62.337],[33.962,66.423],[37.119,42.761],[52.813,44.879]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[375.032,229.164],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":39,\"ty\":4,\"nm\":\"Group 1\",\"parent\":48,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.672],\"y\":[0.496]},\"o\":{\"x\":[0.642],\"y\":[0]},\"t\":0,\"s\":[0]},{\"t\":359,\"s\":[720]}],\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[240.301,204.575,0],\"to\":[-1.333,2,0],\"ti\":[2.567,0.333,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":120,\"s\":[232.301,216.575,0],\"to\":[-2.567,-0.333,0],\"ti\":[-1.333,2,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":240,\"s\":[224.901,202.575,0],\"to\":[1.333,-2,0],\"ti\":[-2.567,-0.333,0]},{\"t\":359,\"s\":[240.301,204.575,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[240.301,204.575,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.655,-3.227],[-2.744,-1.818],[-3.752,5.663],[5.663,3.757],[3.76,-5.666]],\"o\":[[-1.818,2.743],[0.655,3.226],[5.667,3.754],[3.754,-5.664],[-5.662,-3.753],[0,0]],\"v\":[[-10.276,-6.807],[-12.079,2.45],[-6.807,10.273],[10.274,6.811],[6.811,-10.276],[-10.276,-6.807]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[4.321,0],[2.261,1.498],[0.708,3.487],[-1.965,2.967],[0,0],[-6.121,-4.057],[4.058,-6.124]],\"o\":[[-2.528,0],[-2.966,-1.966],[-0.708,-3.488],[0.001,0],[4.065,-6.125],[6.122,4.062],[-2.56,3.863]],\"v\":[[-0.017,13.321],[-7.36,11.107],[-13.059,2.65],[-11.109,-7.36],[-11.109,-7.36],[7.364,-11.11],[11.108,7.364]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.069,0],[-0.046,-0.014],[-1.126,-0.094],[-0.084,-0.087],[0,0],[0,0],[0,0],[-0.107,0.056],[-0.865,0.706],[-0.129,-0.013],[0,0],[0,0],[0,0],[-0.033,0.113],[-0.092,1.105],[-0.087,0.085],[0,0],[0,0],[0,0],[0.056,0.111],[0.708,0.862],[-0.002,0.118],[0,0],[0,0],[0,0],[0.113,0.031],[1.121,0.094],[0.084,0.086],[0,0],[0,0],[0,0],[0.108,-0.056],[0.872,-0.712],[0.112,0.013],[0,0],[0,0],[0,0],[0.066,-0.133],[0.094,-1.119],[0.087,-0.085],[0,0],[0,0],[0,0],[-0.054,-0.117],[-0.704,-0.857],[0.002,-0.118],[0,0],[0,0],[0,0]],\"o\":[[0.047,0],[1.071,0.314],[0.121,0.01],[0,0],[0,0],[0,0],[0.044,-0.113],[1.003,-0.523],[0.091,-0.074],[0,0],[0,0],[0,0],[-0.047,-0.107],[0.316,-1.091],[0.01,-0.121],[0,0],[0,0],[0,0],[-0.116,-0.045],[-0.52,-1],[-0.075,-0.092],[0,0],[0,0],[0,0],[-0.108,0.047],[-1.084,-0.315],[-0.121,-0.01],[0,0],[0,0],[0,0],[-0.044,0.113],[-0.996,0.519],[-0.091,0.074],[0,0],[0,0],[0,0],[0.06,0.137],[-0.282,0.999],[-0.01,0.12],[0,0],[0,0],[0,0],[0.122,0.047],[0.518,0.992],[0.075,0.092],[0,0],[0,0],[0,0],[0.064,-0.028]],\"v\":[[-4.935,16.556],[-4.794,16.576],[-1.483,17.193],[-1.166,17.343],[0.87,19.442],[6.772,18.244],[7.831,15.512],[8.067,15.249],[10.882,13.399],[11.205,13.286],[14.676,13.339],[18.003,8.32],[16.598,5.136],[16.576,4.794],[17.192,1.484],[17.342,1.165],[19.441,-0.871],[18.245,-6.772],[15.518,-7.83],[15.251,-8.072],[13.401,-10.878],[13.287,-11.203],[13.34,-14.677],[8.321,-18.004],[5.145,-16.603],[4.803,-16.58],[1.481,-17.196],[1.163,-17.345],[-0.87,-19.442],[-6.772,-18.245],[-7.829,-15.518],[-8.065,-15.256],[-10.881,-13.401],[-11.206,-13.287],[-14.676,-13.341],[-18.003,-8.32],[-16.6,-5.141],[-16.611,-4.716],[-17.193,-1.482],[-17.343,-1.165],[-19.441,0.87],[-18.245,6.772],[-15.519,7.828],[-15.246,8.085],[-13.402,10.876],[-13.287,11.203],[-13.34,14.675],[-8.321,18.003],[-5.137,16.599]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.033,0],[0.095,0.099],[0,0],[1.021,0.289],[0,0],[0.143,0.093],[0,0],[-0.003,0.171],[0,0],[0.508,0.95],[0,0],[0.034,0.167],[0,0],[-0.122,0.119],[0,0],[-0.288,1.029],[0,0],[-0.094,0.143],[0,0],[-0.197,-0.006],[0,0],[-0.943,0.504],[0,0],[-0.167,0.034],[0,0],[-0.119,-0.121],[0,0],[-1.03,-0.288],[0,0],[-0.143,-0.094],[0,0],[0.002,-0.171],[0,0],[-0.506,-0.947],[0,0],[-0.034,-0.167],[0,0],[0.122,-0.119],[0,0],[0.29,-1.037],[0,0],[0.094,-0.142],[0,0],[0.181,-0.011],[0,0],[0.947,-0.506],[0,0],[0.167,-0.034],[0,0]],\"o\":[[-0.134,0],[0,0],[-1.068,-0.101],[0,0],[-0.155,0.071],[0,0],[-0.142,-0.095],[0,0],[-0.665,-0.828],[0,0],[-0.159,-0.062],[0,0],[-0.034,-0.167],[0,0],[0.1,-1.062],[0,0],[-0.069,-0.156],[0,0],[0.094,-0.142],[0,0],[0.836,-0.668],[0,0],[0.062,-0.159],[0,0],[0.167,-0.032],[0,0],[1.064,0.1],[0,0],[0.155,-0.068],[0,0],[0.142,0.095],[0,0],[0.666,0.829],[0,0],[0.159,0.061],[0,0],[0.034,0.167],[0,0],[-0.099,1.051],[0,0],[0.069,0.156],[0,0],[-0.094,0.142],[0,0],[-0.83,0.662],[0,0],[-0.061,0.159],[0,0],[-0.033,0.007]],\"v\":[[0.701,20.486],[0.343,20.333],[-1.754,18.172],[-4.9,17.586],[-8.167,19.028],[-8.645,18.988],[-14.12,15.358],[-14.344,14.933],[-14.29,11.369],[-16.056,8.693],[-18.861,7.605],[-19.171,7.239],[-20.476,0.801],[-20.334,0.342],[-18.173,-1.754],[-17.589,-4.903],[-19.028,-8.167],[-18.988,-8.645],[-15.359,-14.121],[-14.934,-14.344],[-11.373,-14.29],[-8.694,-16.054],[-7.605,-18.861],[-7.239,-19.171],[-0.801,-20.476],[-0.343,-20.335],[1.752,-18.176],[4.905,-17.591],[8.167,-19.029],[8.645,-18.988],[14.12,-15.359],[14.344,-14.934],[14.29,-11.369],[16.054,-8.694],[18.861,-7.605],[19.171,-7.239],[20.476,-0.802],[20.334,-0.343],[18.172,1.754],[17.587,4.898],[19.028,8.166],[18.988,8.645],[15.359,14.119],[14.934,14.343],[11.371,14.289],[8.696,16.048],[7.605,18.861],[7.239,19.17],[0.801,20.476]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[240.301,204.575],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":40,\"ty\":4,\"nm\":\"Group 2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[311.569,125.348,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[311.569,125.348,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.919,-2.816],[0,0],[-3.758,0.745],[0,0]],\"o\":[[0,0],[2.054,-3.017],[0,0],[-3.521,0.699]],\"v\":[[-4.207,3.476],[-5.033,2.913],[4.838,-3.476],[5.033,-2.495]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[311.569,125.348],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":41,\"ty\":4,\"nm\":\"Group 3\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[314.725,120.454,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[314.725,120.454,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.627,-1.556],[0,0],[-4.004,-0.372],[0,0]],\"o\":[[0,0],[3.783,-1.62],[0,0],[-3.84,-0.366]],\"v\":[[-5.475,1.452],[-5.869,0.532],[5.869,-1.348],[5.777,-0.352]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[314.725,120.454],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":42,\"ty\":4,\"nm\":\"Group 4\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[303.739,124.756,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[303.739,124.756,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.816,-0.965],[0,0],[-2.797,1.465],[0,0]],\"o\":[[0,0],[1.328,-1.572],[0,0],[-2.982,1.561]],\"v\":[[-2.472,2.837],[-3.236,2.192],[2.772,-2.837],[3.236,-1.95]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[303.739,124.756],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":43,\"ty\":4,\"nm\":\"Group 5\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":359,\"s\":[720]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[326.249,127.27,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[326.249,127.27,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.26,1.456],[-1.452,0.26],[-0.26,-1.456],[1.456,-0.26]],\"o\":[[-0.26,-1.456],[1.456,-0.26],[0.26,1.456],[-1.452,0.26]],\"v\":[[-2.635,0.471],[-0.472,-2.634],[2.632,-0.472],[0.47,2.633]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.001,0],[-0.32,0.26],[0,0],[0,0],[0,0],[-0.052,0.418],[0,0.001],[0,0],[0,0],[0,0],[0.001,0.001],[0.259,0.32],[0,0],[0,0],[0,0],[0.001,0],[0.418,0.052],[0,0],[0,0],[0,0],[0.323,-0.264],[0,0],[0,0],[0,0],[0,0],[0.051,-0.423],[0,0],[0,0],[0,0],[0,0],[-0.261,-0.324],[0,0],[0,0],[0,0],[0,0],[-0.418,-0.052],[0,0],[0,0]],\"o\":[[0,0],[0.001,0],[0.374,-0.193],[0,0],[0,0],[0,0],[0.132,-0.39],[0,-0.001],[0,0],[0,0],[0,0],[-0.001,-0.001],[-0.193,-0.374],[0,0],[0,0],[0,0],[0,0],[-0.395,-0.136],[0,0],[0,0],[0,0],[-0.377,0.194],[0,0],[0,0],[0,0],[0,0],[-0.132,0.395],[0,0],[0,0],[0,0],[0,0],[0.194,0.379],[0,0],[0,0],[0,0],[0,0],[0.395,0.136],[0,0],[0,0],[0,0]],\"v\":[[2.453,6.958],[2.975,5.701],[2.977,5.7],[4.023,5.015],[5.183,5.06],[6.543,3.107],[6.099,2.034],[6.378,0.816],[6.378,0.813],[7.377,-0.111],[6.958,-2.453],[5.701,-2.974],[5.699,-2.978],[5.015,-4.023],[5.06,-5.183],[3.107,-6.543],[2.036,-6.099],[2.035,-6.1],[0.813,-6.379],[-0.111,-7.377],[-2.453,-6.958],[-2.975,-5.7],[-4.026,-5.015],[-4.026,-5.015],[-5.183,-5.059],[-6.543,-3.107],[-6.101,-2.04],[-6.38,-0.813],[-6.38,-0.812],[-7.377,0.112],[-6.958,2.453],[-5.702,2.974],[-5.016,4.028],[-5.015,4.029],[-5.059,5.183],[-3.107,6.543],[-2.036,6.1],[-0.814,6.378],[-0.814,6.378],[0.111,7.377]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[326.249,127.27],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":44,\"ty\":4,\"nm\":\"Group 6\",\"parent\":48,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.462],\"y\":[0]},\"t\":0,\"s\":[0]},{\"t\":359,\"s\":[360]}],\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[287.464,187.255,0],\"to\":[1.433,-0.667,0],\"ti\":[-0.767,1,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":120,\"s\":[296.064,183.255,0],\"to\":[0.767,-1,0],\"ti\":[1.433,-0.667,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":240,\"s\":[292.064,181.255,0],\"to\":[-1.433,0.667,0],\"ti\":[0.767,-1,0]},{\"t\":359,\"s\":[287.464,187.255,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[287.464,187.255,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.936,0.135],[-0.135,3.924],[-3.936,-0.135],[0.135,-3.936]],\"o\":[[-3.936,-0.135],[0.135,-3.936],[3.936,0.135],[-0.135,3.924]],\"v\":[[-0.246,7.122],[-7.121,-0.241],[0.242,-7.117],[7.118,0.247]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.001,0.002],[0.497,0.98],[0,0],[0,0],[0,0],[1.059,0.368],[0.002,0.001],[0,0],[0,0],[0,0],[0.004,-0.001],[0.979,-0.497],[0,0],[0,0],[0,0],[0.001,-0.001],[0.368,-1.06],[0,0],[0,0],[0,0],[-0.507,-0.988],[0,-0.001],[0,0],[0,0],[0,0],[-1.072,-0.369],[-0.001,0],[0,0],[0,0],[0,0],[-0.99,0.498],[0,0.001],[0,0],[0,0],[0,0],[-0.368,1.06],[0,0],[0,0]],\"o\":[[0,0],[-0.001,-0.002],[-0.295,-1.083],[0,0],[0,0],[0,0],[-0.942,-0.562],[-0.002,-0.001],[0,0],[0,0],[0,0],[-0.004,0.001],[-1.082,0.295],[0,0],[0,0],[0,0],[-0.001,0.001],[-0.574,0.953],[0,0],[0,0],[0,0],[0.294,1.09],[0,0.001],[0,0],[0,0],[0,0],[0.954,0.564],[0.001,0.001],[0,0],[0,0],[0,0],[1.094,-0.294],[0,0],[0,0],[0,0],[0,0],[0.574,-0.953],[0,0],[0,0],[0,0]],\"v\":[[19.485,-2.502],[16.505,-4.56],[16.503,-4.568],[15.304,-7.672],[16.068,-10.669],[11.744,-15.3],[8.701,-14.743],[5.687,-16.15],[5.68,-16.153],[3.83,-19.268],[-2.502,-19.485],[-4.56,-16.505],[-4.572,-16.502],[-7.674,-15.304],[-10.669,-16.068],[-15.3,-11.744],[-14.744,-8.707],[-14.745,-8.704],[-16.153,-5.679],[-19.269,-3.83],[-19.485,2.502],[-16.502,4.562],[-15.307,7.68],[-15.306,7.682],[-16.068,10.669],[-11.744,15.299],[-8.719,14.746],[-5.68,16.156],[-5.677,16.157],[-3.829,19.268],[2.502,19.485],[4.559,16.507],[7.687,15.308],[7.688,15.308],[10.67,16.068],[15.3,11.744],[14.744,8.706],[16.152,5.681],[16.152,5.68],[19.269,3.83]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[287.464,187.255],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":45,\"ty\":4,\"nm\":\"Group 7\",\"parent\":48,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.818],\"y\":[1]},\"o\":{\"x\":[0.488],\"y\":[0]},\"t\":0,\"s\":[0]},{\"t\":359,\"s\":[1080]}],\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[275.997,224.831,0],\"to\":[-0.817,-1.667,0],\"ti\":[1.4,3,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":120,\"s\":[271.097,214.831,0],\"to\":[-1.4,-3,0],\"ti\":[-0.817,-1.667,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":240,\"s\":[267.597,206.831,0],\"to\":[0.817,1.667,0],\"ti\":[-1.4,-3,0]},{\"t\":359,\"s\":[275.997,224.831,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[275.997,224.831,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.186,-2.159],[2.16,1.186],[-1.186,2.159],[-2.16,-1.185]],\"o\":[[-1.186,2.159],[-2.159,-1.186],[1.186,-2.159],[2.159,1.186]],\"v\":[[3.911,2.147],[-2.153,3.917],[-3.911,-2.147],[2.141,-3.906]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0.146,0.847],[0,0],[0,0],[0,0],[0.466,0.73],[0,0],[0,0],[0,0],[0.72,0.504],[0,0],[0,0],[0,0],[0.836,0.193],[0,0],[0,0],[0,0],[0.859,-0.146],[0,0],[0,0],[0,0],[0.742,-0.466],[0,0],[0,0],[0,0],[0.504,-0.72],[0,0],[0,0],[0,0],[0.193,-0.848],[0,0],[0,0],[0,0],[-0.146,-0.848],[0,0],[0,0],[0,0],[-0.466,-0.73],[0,0],[0,0],[0,0],[-0.72,-0.505],[0,0],[0,0],[0,0],[-0.836,-0.192],[0,0],[0,0],[0,0],[-0.859,0.146],[0,0],[0,0],[0,0],[-0.742,0.466],[0,0],[0,0],[0,0],[-0.516,0.719],[0,0],[0,0],[0,0],[-0.193,0.836]],\"o\":[[0,0],[0,0],[-0.005,-0.878],[0,0],[0,0],[0,0],[-0.335,-0.807],[0,0],[0,0],[0,0],[-0.611,-0.606],[0,0],[0,0],[0,0],[-0.807,-0.344],[0,0],[0,0],[0,0],[-0.878,0.005],[0,0],[0,0],[0,0],[-0.796,0.336],[0,0],[0,0],[0,0],[-0.595,0.612],[0,0],[0,0],[0,0],[-0.332,0.82],[0,0],[0,0],[0,0],[-0.006,0.866],[0,0],[0,0],[0,0],[0.336,0.796],[0,0],[0,0],[0,0],[0.611,0.606],[0,0],[0,0],[0,0],[0.808,0.332],[0,0],[0,0],[0,0],[0.866,-0.005],[0,0],[0,0],[0,0],[0.796,-0.336],[0,0],[0,0],[0,0],[0.606,-0.611],[0,0],[0,0],[0,0],[0.332,-0.819],[0,0]],\"v\":[[16.785,3.138],[17.06,0.584],[15.525,-0.042],[15.298,-2.636],[16.697,-3.524],[15.986,-5.994],[14.324,-5.981],[13.128,-8.292],[14.075,-9.652],[12.47,-11.65],[10.939,-11.012],[8.948,-12.683],[9.32,-14.309],[7.068,-15.545],[5.893,-14.356],[3.415,-15.143],[3.132,-16.779],[0.579,-17.066],[-0.047,-15.531],[-2.642,-15.292],[-3.529,-16.704],[-6,-15.981],[-5.987,-14.319],[-8.298,-13.122],[-9.658,-14.082],[-11.655,-12.476],[-11.017,-10.945],[-12.689,-8.954],[-14.303,-9.314],[-15.539,-7.063],[-14.362,-5.899],[-15.149,-3.41],[-16.785,-3.138],[-17.06,-0.585],[-15.525,0.053],[-15.298,2.635],[-16.709,3.523],[-15.986,5.994],[-14.324,5.992],[-13.128,8.292],[-14.087,9.652],[-12.482,11.661],[-10.939,11.011],[-8.948,12.683],[-9.32,14.309],[-7.068,15.545],[-5.893,14.368],[-3.415,15.143],[-3.132,16.779],[-0.579,17.066],[0.047,15.531],[2.642,15.292],[3.529,16.703],[5.988,15.98],[5.987,14.318],[8.298,13.122],[9.646,14.081],[11.655,12.476],[11.006,10.944],[12.689,8.954],[14.303,9.314],[15.539,7.062],[14.362,5.898],[15.137,3.421]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[275.997,224.831],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":46,\"ty\":4,\"nm\":\"Group 8\",\"parent\":48,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":359,\"s\":[720]}],\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":0,\"s\":[251.911,155.635,0],\"to\":[-0.383,1.4,0],\"ti\":[-0.367,-0.067,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":120,\"s\":[249.611,164.035,0],\"to\":[0.367,0.067,0],\"ti\":[-0.383,1.4,0]},{\"i\":{\"x\":0.667,\"y\":1},\"o\":{\"x\":0.333,\"y\":0},\"t\":240,\"s\":[254.111,156.035,0],\"to\":[0.383,-1.4,0],\"ti\":[0.367,0.067,0]},{\"t\":359,\"s\":[251.911,155.635,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[251.911,155.635,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[8.295,0.284],[-0.284,8.295],[-8.295,-0.284],[0.285,-8.305]],\"o\":[[-8.295,-0.284],[0.285,-8.305],[8.295,0.284],[-0.284,8.295]],\"v\":[[-0.51,15.026],[-15.016,-0.51],[0.52,-15.026],[15.026,0.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0.308,1.232],[0,0],[0,0],[0,0],[0.765,1.027],[0,0],[0,0],[0,0],[1.108,0.668],[0,0],[0,0],[0,0],[1.294,0.194],[0,0],[0,0],[0,0],[1.231,-0.308],[0,0],[0,0],[0,0],[1.027,-0.766],[0,0],[0,0],[0,0],[0.658,-1.108],[0,0],[0,0],[0,0],[0.184,-1.285],[0,0],[0,0],[0,0],[-0.308,-1.231],[0,0],[0,0],[0,0],[-0.765,-1.027],[0,0],[0,0],[0,0],[-1.108,-0.668],[0,0],[0,0],[0,0],[-1.294,-0.194],[0,0],[0,0],[0,0],[-1.231,0.308],[0,0],[0,0],[0,0],[-1.037,0.765],[0,0],[0,0],[0,0],[-0.658,1.108],[0,0],[0,0],[0,0],[-0.184,1.294]],\"o\":[[0,0],[0,0],[-0.096,-1.294],[0,0],[0,0],[0,0],[-0.581,-1.15],[0,0],[0,0],[0,0],[-0.982,-0.834],[0,0],[0,0],[0,0],[-1.207,-0.392],[0,0],[0,0],[0,0],[-1.305,0.105],[0,0],[0,0],[0,0],[-1.151,0.591],[0,0],[0,0],[0,0],[-0.834,0.972],[0,0],[0,0],[0,0],[-0.391,1.208],[0,0],[0,0],[0,0],[0.095,1.304],[0,0],[0,0],[0,0],[0.581,1.15],[0,0],[0,0],[0,0],[0.972,0.834],[0,0],[0,0],[0,0],[1.207,0.392],[0,0],[0,0],[0,0],[1.304,-0.105],[0,0],[0,0],[0,0],[1.151,-0.591],[0,0],[0,0],[0,0],[0.834,-0.972],[0,0],[0,0],[0,0],[0.392,-1.207],[0,0]],\"v\":[[25.085,2.755],[25.215,-1.032],[22.89,-1.792],[22.27,-5.596],[24.241,-7.049],[22.902,-10.607],[20.464,-10.411],[18.434,-13.682],[19.697,-15.79],[17.101,-18.56],[14.921,-17.444],[11.797,-19.702],[12.15,-22.122],[8.691,-23.692],[7.107,-21.835],[3.355,-22.714],[2.766,-25.085],[-1.032,-25.215],[-1.782,-22.89],[-5.586,-22.269],[-7.049,-24.231],[-10.607,-22.902],[-10.41,-20.463],[-13.682,-18.424],[-15.78,-19.687],[-18.56,-17.101],[-17.444,-14.911],[-19.693,-11.786],[-22.112,-12.149],[-23.691,-8.691],[-21.824,-7.107],[-22.703,-3.354],[-25.085,-2.756],[-25.215,1.032],[-22.88,1.793],[-22.26,5.596],[-24.23,7.049],[-22.892,10.607],[-20.453,10.411],[-18.424,13.682],[-19.687,15.79],[-17.09,18.561],[-14.911,17.444],[-11.787,19.703],[-12.15,22.122],[-8.691,23.691],[-7.097,21.835],[-3.345,22.714],[-2.756,25.085],[1.042,25.215],[1.792,22.89],[5.596,22.269],[7.049,24.231],[10.607,22.901],[10.42,20.464],[13.692,18.424],[15.79,19.687],[18.57,17.101],[17.455,14.911],[19.703,11.786],[22.122,12.15],[23.701,8.692],[21.834,7.107],[22.713,3.355]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[251.911,155.635],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":47,\"ty\":4,\"nm\":\"Group 9\",\"parent\":48,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[257.287,183.515,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[257.287,183.515,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.001,0],[2.643,0.345],[4.816,3.379],[2.646,5.69],[0,0],[0.556,7.275],[-1.214,9.433],[-5.556,4.82],[-11.509,-0.394],[-2.566,-0.334],[-4.14,-2.261],[-2.168,-2.775],[-1.149,-3.074],[-0.48,-4.399],[1.258,-9.768],[7.79,-8.308],[12.062,0.413]],\"o\":[[-2.405,-0.082],[-9.154,-1.192],[-4.751,-3.332],[0,0],[-1.923,-4.023],[-0.605,-7.888],[3.569,-27.721],[6.478,-5.62],[2.358,0.081],[7.386,0.962],[4.009,2.191],[2.404,3.076],[1.223,3.27],[1.065,9.309],[-2.773,21.539],[-5.779,6.165],[-0.001,0]],\"v\":[[0.139,58.022],[-7.469,57.379],[-28.522,50.491],[-39.514,37.085],[-39.563,36.982],[-43.298,19.953],[-42.38,-6.149],[-25.883,-50.256],[0.847,-58.023],[8.269,-57.397],[25.639,-52.54],[34.949,-45.054],[40.302,-35.785],[42.868,-24.228],[42.575,4.494],[26.655,49.475],[0.141,58.022]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[257.287,183.515],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":48,\"ty\":4,\"nm\":\"zero\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[257.288,183.514,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[257.288,183.514,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.164,10.178],[1.55,4.145],[3.11,3.981],[5.359,2.93],[8.788,1.145],[10.23,-8.876],[3.235,-25.13],[-0.665,-8.676],[-2.523,-5.28],[-6.314,-4.428],[-10.987,-1.431],[-9.45,10.079],[-3.088,23.989]],\"o\":[[-0.582,-5.334],[-1.549,-4.145],[-3.11,-3.982],[-5.36,-2.928],[-18.292,-2.383],[-10.232,8.877],[-1.316,10.221],[0.663,8.675],[3.451,7.419],[6.313,4.429],[19.597,2.553],[9.448,-10.077],[1.378,-10.702]],\"v\":[[53.802,-25.419],[50.605,-39.637],[43.615,-51.826],[30.911,-62.193],[9.689,-68.305],[-33.093,-58.565],[-53.291,-7.553],[-54.268,20.791],[-49.49,41.724],[-34.841,59.496],[-8.891,68.287],[34.678,57],[53.483,5.899]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[257.288,183.514],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":49,\"ty\":4,\"nm\":\"Group 1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[1.125]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.967]},\"o\":{\"x\":[0.167],\"y\":[0.05]},\"t\":120,\"s\":[4.2]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[-0.055]},\"t\":240,\"s\":[-6.3]},{\"t\":359,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.83},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[133.692,229.964,0],\"to\":[-1.433,-0.683,0],\"ti\":[0.767,-0.8,0]},{\"i\":{\"x\":0.833,\"y\":0.858},\"o\":{\"x\":0.167,\"y\":0.164},\"t\":120,\"s\":[125.092,225.864,0],\"to\":[-0.767,0.8,0],\"ti\":[-1.433,-0.683,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.203},\"t\":240,\"s\":[129.092,234.764,0],\"to\":[1.433,0.683,0],\"ti\":[-0.767,0.8,0]},{\"t\":359,\"s\":[133.692,229.964,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[133.692,229.964,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-26.939,22.087],[-0.98,-23.48],[6.264,16.056]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[51.91,7.765],[36.328,10.595],[22.181,-66.617],[-7.883,-61.156],[-56.871,25.843],[-51.611,54.55],[11.226,43.136],[15.528,66.617],[45.592,61.156],[41.29,37.676],[56.871,34.845]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.486274510622,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[133.692,229.964],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":50,\"ty\":4,\"nm\":\"Group 2\",\"parent\":49,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":120,\"s\":[-8.4]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":240,\"s\":[12.8]},{\"t\":359,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[167.549,239.101,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[167.549,239.101,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.683,-0.16],[-0.888,-0.82],[-1.293,0.142],[-0.107,0.021],[0.218,0.24]],\"o\":[[0.056,0.156],[1.486,1.374],[0.106,-0.011],[-0.071,-0.304],[-1.408,-1.542]],\"v\":[[-2.189,-4.786],[-1.023,-3.398],[3.108,-1.555],[3.428,-1.603],[2.994,-2.428]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.282,0.393],[-0.689,-0.431],[-1.034,-0.082]],\"o\":[[0.336,0.248],[1.357,0.849],[-1.657,-1.027]],\"v\":[[-5.679,-0.537],[-4.173,0.47],[-0.573,1.792]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.66,0],[1.433,0.841],[-0.14,0.238],[-0.238,-0.138],[-0.949,1.525],[0.064,0.265],[1.984,1.241],[-0.016,0.379],[-0.204,0.105],[-1.88,-1.235],[-0.168,-0.186],[-0.428,0.514],[-0.097,0.385],[0.067,-0.007],[1.708,1.579],[-0.152,0.593],[-0.512,0.128],[-1.396,-1.53],[-0.114,-0.435],[-1.634,2.283],[-0.225,-0.161],[0.161,-0.225],[1.582,-0.61],[0.516,-0.62],[0.936,-0.282],[0.29,-0.466]],\"o\":[[-1.525,0],[-0.238,-0.141],[0.139,-0.239],[3.567,2.095],[0.11,-0.179],[-1.411,0.15],[-2.545,-1.591],[0.01,-0.224],[0.996,-0.505],[0.246,0.162],[0.831,-0.202],[0.294,-0.352],[-0.066,0.01],[-1.599,0.161],[-1.174,-1.085],[0.048,-0.189],[1.383,-0.344],[0.314,0.344],[1.305,-0.613],[0.161,-0.225],[0.225,0.16],[-1.889,2.64],[-0.062,0.704],[-0.507,0.607],[0.1,0.45],[-0.843,1.357]],\"v\":[[-4.791,6.398],[-9.353,5.21],[-9.531,4.525],[-8.847,4.347],[0.281,3.454],[0.428,2.783],[-4.703,1.317],[-7.428,-1.125],[-7.087,-1.648],[0.298,1.161],[0.919,1.684],[2.822,0.538],[3.41,-0.584],[3.209,-0.56],[-1.702,-2.664],[-3.18,-5.09],[-2.461,-5.743],[3.732,-3.102],[4.374,-1.918],[8.693,-6.189],[9.391,-6.305],[9.506,-5.607],[4.46,-0.861],[3.591,1.179],[1.41,2.59],[1.13,3.981]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[177.149,232.702],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":51,\"ty\":4,\"nm\":\"Group 3\",\"parent\":49,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":120,\"s\":[9.3]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":240,\"s\":[-7.2]},{\"t\":359,\"s\":[0]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[134.84,186.685,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[134.84,186.685,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.561,0.711],[0.697,-2.436],[-1.08,-2.102],[-0.099,0.469]],\"o\":[[-0.169,0.155],[-0.919,3.213],[0.208,-0.434],[1.038,-4.91]],\"v\":[[-5.159,-11.396],[-6.512,-8.175],[-5.784,0.071],[-5.334,-1.331]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.118,1.651],[0.648,-2.045],[-0.478,-1.664],[-0.028,0.083]],\"o\":[[-0.258,0.485],[-0.858,2.708],[0.033,-0.084],[1.177,-3.439]],\"v\":[[1.426,-8.245],[0.087,-4.716],[-0.298,1.832],[-0.205,1.581]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.001,0],[1.262,-2.343],[-0.688,-1.862],[-0.117,-0.22],[-0.33,0.504],[0.521,1.719]],\"o\":[[-0.003,0],[-1.446,2.685],[0.084,0.228],[0.534,-0.229],[1.4,-2.141],[-0.107,-0.352]],\"v\":[[8.599,-4.032],[6.772,-1.686],[5.644,5.071],[5.945,5.741],[7.266,4.637],[8.816,-3.62]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.2,0],[0.06,0.023],[1.398,2.046],[1.079,0.514],[0.724,1.253],[0.916,0.288],[0.879,1.236],[0.421,0.035],[0.289,6.307],[-0.276,0.012],[-0.013,-0.276],[-2.263,-0.184],[-0.257,0.2],[-1.04,3.631],[-0.913,-0.218],[0.912,-4.316],[0.34,-0.502],[-0.819,-0.258],[-0.4,0.381],[-1.066,3.364],[-0.338,0.071],[-0.169,-0.191],[1.164,-3.402],[0.218,-0.328],[-0.958,-0.455],[-0.717,0.067],[0.072,0.195],[-1.59,2.952],[-0.792,0.001],[0,0],[-0.311,-0.575],[1.724,-2.635],[0.651,-0.307],[-4.065,-1.575],[0.1,-0.258]],\"o\":[[-0.06,0],[-4.501,-1.743],[-1.016,0.204],[-1.048,-0.498],[-0.675,0.52],[-1.016,-0.319],[-0.559,0.404],[-2.973,-0.242],[-0.013,-0.275],[0.27,-0.023],[0.274,5.985],[0.367,0.036],[-1.358,-2.383],[0.86,-3.005],[1.723,0.429],[-0.207,0.979],[0.789,1.165],[0.732,0.23],[-0.786,-1.936],[1.404,-4.429],[0.238,-0.051],[0.924,1.043],[-0.151,0.442],[0.621,1.217],[0.768,0.365],[-0.09,-0.189],[-0.792,-2.147],[1.055,-1.958],[0.001,0],[0.235,0],[0.872,1.609],[-0.406,0.621],[1.34,1.762],[0.257,0.1],[-0.077,0.198]],\"v\":[[14.253,12.438],[14.072,12.403],[5.48,6.911],[2.248,6.467],[-0.533,3.845],[-2.958,4.22],[-5.91,1.809],[-7.462,2.238],[-14.753,-10.229],[-14.276,-10.75],[-13.754,-10.273],[-7.381,1.241],[-6.45,0.962],[-7.472,-8.45],[-4.94,-12.412],[-4.356,-1.124],[-5.201,1.059],[-2.658,3.266],[-0.984,2.92],[-0.867,-5.019],[1.44,-9.639],[2.085,-9.419],[0.741,1.905],[0.184,3.063],[2.677,5.563],[4.95,5.994],[4.706,5.418],[5.891,-2.16],[8.598,-5.032],[8.599,-5.032],[9.586,-4.37],[8.103,5.184],[6.485,6.582],[14.434,11.472],[14.719,12.118]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[120.087,174.247],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":52,\"ty\":4,\"nm\":\"Group 1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.855},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[203.63,114.478,0],\"to\":[0.617,-1.167,0],\"ti\":[-0.783,0.25,0]},{\"i\":{\"x\":0.833,\"y\":0.845},\"o\":{\"x\":0.167,\"y\":0.196},\"t\":120,\"s\":[207.33,107.478,0],\"to\":[0.783,-0.25,0],\"ti\":[0.617,-1.167,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.18},\"t\":240,\"s\":[208.33,112.978,0],\"to\":[-0.617,1.167,0],\"ti\":[0.783,-0.25,0]},{\"t\":359,\"s\":[203.63,114.478,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[203.63,114.478,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.721,7.08],[3.94,7.037],[3.979,13.811],[-3.683,13.854]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-4.122,-13.808],[4.086,-13.854],[4.122,-7.551],[2.609,5.12],[-2.468,5.148],[-4.086,-7.505]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[203.63,114.478],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":53,\"ty\":4,\"nm\":\"Group 2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.853},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[184.825,118.688,0],\"to\":[0.75,0.4,0],\"ti\":[-0.333,-0.817,0]},{\"i\":{\"x\":0.833,\"y\":0.802},\"o\":{\"x\":0.167,\"y\":0.193},\"t\":120,\"s\":[189.325,121.088,0],\"to\":[0.333,0.817,0],\"ti\":[0.75,0.4,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.144},\"t\":240,\"s\":[186.825,123.588,0],\"to\":[-0.75,-0.4,0],\"ti\":[0.333,0.817,0]},{\"t\":359,\"s\":[184.825,118.688,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[184.825,118.688,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.856,1.779],[0,0],[-0.639,-0.256],[-0.92,0.209],[-0.455,0.555],[0.109,0.479],[0.631,0.165],[1.811,-0.089],[1.1,0.155],[0.902,0.762],[0.268,1.176],[-0.537,1.102],[-1.208,0.758],[-2.208,0.502],[-1.191,-0.102],[-0.912,-0.579],[-0.781,-1.165],[0,0],[0.496,0.196],[0.834,-0.19],[0.318,-0.388],[-0.098,-0.429],[-0.546,-0.133],[-1.689,0.178],[-1.329,-0.227],[-0.856,-0.784],[-0.254,-1.115],[0.438,-1.221],[1.322,-0.965],[2.527,-0.575],[1.746,0.673]],\"o\":[[0,0],[0.507,0.813],[0.638,0.254],[1.005,-0.229],[0.357,-0.416],[-0.122,-0.539],[-0.452,-0.116],[-2.704,0.139],[-1.1,-0.157],[-0.902,-0.761],[-0.292,-1.287],[0.537,-1.102],[1.208,-0.758],[2.331,-0.53],[1.191,0.104],[0.913,0.58],[0,0],[-0.326,-0.585],[-0.679,-0.26],[-0.847,0.192],[-0.318,0.388],[0.108,0.478],[0.546,0.135],[2.554,-0.283],[1.329,0.226],[0.855,0.785],[0.256,1.128],[-0.439,1.221],[-1.322,0.963],[-3.57,0.811],[-1.747,-0.674]],\"v\":[[-9.73,6.714],[-2.455,4.325],[-0.736,5.928],[1.602,5.997],[3.792,4.822],[4.164,3.481],[3.034,2.424],[-0.361,2.384],[-6.067,2.358],[-9.07,0.981],[-10.824,-1.926],[-10.458,-5.508],[-7.841,-8.298],[-2.717,-10.188],[2.567,-10.828],[5.721,-9.803],[8.261,-7.187],[1.317,-4.872],[0.084,-6.043],[-2.185,-6.148],[-3.932,-5.278],[-4.263,-4.052],[-3.281,-3.136],[0.072,-3.203],[5.896,-3.288],[9.173,-1.772],[10.837,1.079],[10.564,4.601],[7.922,7.88],[2.148,10.188],[-5.826,10.394]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[184.825,118.688],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":54,\"ty\":4,\"nm\":\"Group 3\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.857},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[160.216,128.332,0],\"to\":[-0.167,1.417,0],\"ti\":[-0.583,-0.833,0]},{\"i\":{\"x\":0.833,\"y\":0.832},\"o\":{\"x\":0.167,\"y\":0.2},\"t\":120,\"s\":[159.216,136.832,0],\"to\":[0.583,0.833,0],\"ti\":[-0.167,1.417,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.165},\"t\":240,\"s\":[163.716,133.332,0],\"to\":[0.167,-1.417,0],\"ti\":[0.583,0.833,0]},{\"t\":359,\"s\":[160.216,128.332,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[160.216,128.332,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.382,-1.681],[-0.82,-0.601],[-0.994,0.226],[-0.426,0.852],[0.391,1.718],[0.782,0.603],[0.883,-0.2],[0.468,-0.892]],\"o\":[[0.351,1.546],[0.82,0.601],[0.871,-0.198],[0.425,-0.852],[-0.36,-1.583],[-0.782,-0.604],[-0.956,0.218],[-0.468,0.895]],\"v\":[[-2.362,-3.519],[-0.605,-0.3],[2.116,0.262],[4.061,-1.312],[4.114,-5.166],[2.401,-8.443],[-0.097,-9.047],[-2.234,-7.381]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-0.712,0.614],[-1.325,0.301],[-1.883,-1.674],[-0.669,-2.944],[1.169,-2.066],[2.38,-0.541],[1.04,0.177],[0.924,0.602],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0.693,-1.434],[0.961,-0.824],[2.613,-0.595],[1.884,1.675],[0.739,3.251],[-1.169,2.065],[-1.153,0.262],[-1.04,-0.177],[0,0],[0,0]],\"v\":[[-5.971,15.338],[-12.104,-11.639],[-5.093,-13.233],[-4.436,-10.345],[-2.329,-13.416],[1.1,-15.104],[7.844,-13.484],[11.674,-6.556],[11.029,1.419],[5.706,5.329],[2.417,5.457],[-0.529,4.289],[1.592,13.618]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[160.216,128.332],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":55,\"ty\":4,\"nm\":\"Group 4\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.856},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[135.468,129.84,0],\"to\":[0,-1.167,0],\"ti\":[0.083,0.333,0]},{\"i\":{\"x\":0.833,\"y\":0.882},\"o\":{\"x\":0.167,\"y\":0.198},\"t\":120,\"s\":[135.468,122.84,0],\"to\":[-0.083,-0.333,0],\"ti\":[0,-1.167,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.285},\"t\":240,\"s\":[134.968,127.84,0],\"to\":[0,1.167,0],\"ti\":[-0.083,-0.333,0]},{\"t\":359,\"s\":[135.468,129.84,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[135.468,129.84,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.391,-1.718],[-0.896,-0.675],[-1.067,0.242],[-0.506,0.979],[0.413,1.814],[0.887,0.669],[1.03,-0.234],[0.52,-1.002]],\"o\":[[0.395,1.741],[0.895,0.674],[1.079,-0.246],[0.506,-0.98],[-0.385,-1.693],[-0.888,-0.669],[-1.092,0.248],[-0.521,1.001]],\"v\":[[-3.711,0.886],[-1.775,4.51],[1.168,5.157],[3.547,3.319],[3.688,-0.872],[1.779,-4.416],[-1.098,-5.069],[-3.517,-3.193]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.728,3.202],[-1.573,2.39],[-3.423,0.777],[-2.516,-1.815],[-0.608,-2.674],[1.557,-2.373],[3.521,-0.8],[2.3,1.155]],\"o\":[[-0.678,-2.98],[1.572,-2.39],[3.913,-0.89],[2.023,1.463],[0.683,3.007],[-1.557,2.373],[-3.14,0.714],[-2.829,-1.434]],\"v\":[[-11.215,2.611],[-9.873,-5.445],[-2.38,-10.196],[7.263,-8.808],[11.209,-2.603],[9.898,5.465],[2.282,10.225],[-5.88,9.565]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[135.468,129.84],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":56,\"ty\":4,\"nm\":\"Group 5\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.818},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[106.358,132.554,0],\"to\":[-0.667,1.083,0],\"ti\":[-0.833,-1,0]},{\"i\":{\"x\":0.833,\"y\":0.844},\"o\":{\"x\":0.167,\"y\":0.154},\"t\":120,\"s\":[102.358,139.054,0],\"to\":[0.833,1,0],\"ti\":[-0.667,1.083,0]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.179},\"t\":240,\"s\":[111.358,138.554,0],\"to\":[0.667,-1.083,0],\"ti\":[0.833,1,0]},{\"t\":359,\"s\":[106.358,132.554,0]}],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[106.358,132.554,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.625,-2.748],[-1.283,-0.959],[-1.742,0.396],[-0.716,1.389],[0.686,3.018],[1.29,0.939],[1.754,-0.399],[0.747,-1.421]],\"o\":[[0.619,2.724],[1.282,0.961],[1.791,-0.406],[0.716,-1.389],[-0.577,-2.539],[-1.291,-0.938],[-1.681,0.382],[-0.748,1.422]],\"v\":[[-5.639,1.339],[-2.786,6.863],[1.75,7.708],[5.512,5.016],[5.557,-1.594],[2.755,-6.811],[-1.812,-7.62],[-5.454,-4.915]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.717,3.153],[-1.896,3.013],[-4.379,0.996],[-2.977,-1.858],[-0.987,-4.343],[0.602,-2.259],[1.75,-1.578],[2.993,-0.681],[2.214,0.516],[1.716,1.817]],\"o\":[[-1.001,-4.403],[1.895,-3.011],[4.49,-1.02],[2.977,1.858],[0.717,3.153],[-0.602,2.26],[-1.751,1.579],[-3.042,0.692],[-2.214,-0.516],[-1.716,-1.815]],\"v\":[[-13.983,3.196],[-12.641,-7.927],[-3.228,-13.936],[7.972,-12.68],[13.918,-3.379],[14.09,4.739],[10.56,10.496],[3.444,13.884],[-4.44,14.149],[-10.334,10.65]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.101960785687,0.180392161012,0.207843139768,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[106.358,132.554],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":57,\"ty\":4,\"nm\":\"<Path>\",\"tg\":\"Path\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[255.66,431.342,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-6.253],[107.082,0],[0,6.254],[-107.082,0]],\"o\":[[0,6.254],[-107.082,0],[0,-6.253],[107.082,0]],\"v\":[[193.889,0],[0,11.323],[-193.889,0],[0,-11.323]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.960784316063,0.960784316063,0.960784316063,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"<Path>\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":58,\"ty\":4,\"nm\":\"Layer 44\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[82.578,98.549,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[82.578,98.549,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-4.985,1.063],[-4.522,2.352],[4.985,-1.063],[4.522,-2.352]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.941176474094,0.941176474094,0.941176474094,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[81.274,96.994],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-2.462,0.884],[-0.83,-2.311],[2.462,-0.884],[0.83,2.311]],\"o\":[[2.462,-0.884],[0.83,2.311],[-2.462,0.884],[-0.83,-2.311]],\"v\":[[-1.503,-4.184],[4.458,-1.601],[1.503,4.184],[-4.458,1.601]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.882352948189,0.882352948189,0.882352948189,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[81.275,96.994],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.832,-0.832],[0,0],[-0.832,0.832],[0,0],[0.832,0.832],[0,0],[0.832,-0.832],[0,0]],\"o\":[[0,0],[0.832,0.832],[0,0],[0.832,-0.832],[0,0],[-0.832,-0.832],[0,0],[-0.832,0.832]],\"v\":[[-3.11,-0.085],[0.085,3.11],[3.11,3.11],[3.11,3.11],[3.11,0.085],[-0.085,-3.11],[-3.11,-3.11],[-3.11,-3.11]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.941176474094,0.941176474094,0.941176474094,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[85.132,100.851],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":59,\"ty\":4,\"nm\":\"Layer 45\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[96.31,307.358,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[96.31,307.358,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.701,0.701],[-0.701,0.701],[-0.701,-0.701],[0.701,-0.701]],\"o\":[[-0.701,-0.701],[0.701,-0.701],[0.701,0.701],[-0.701,0.701]],\"v\":[[-1.27,1.275],[-1.27,-1.27],[1.27,-1.265],[1.27,1.27]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.852,-1.031],[1.031,-3.852],[-2.818,-2.818],[-3.852,1.031],[-1.031,3.852],[2.818,2.818]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.941176474094,0.941176474094,0.941176474094,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[95.708,306.757],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.701,0.701],[-0.701,-0.701],[0,0],[0,0],[0,0]],\"o\":[[-0.701,-0.701],[0.701,-0.701],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-0.018,2.707],[-0.018,0.161],[2.523,0.166],[0.608,-2.707],[-1.96,-1.408],[-2.523,1.29]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.882352948189,0.882352948189,0.882352948189,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[95.659,306.529],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-1.688,3.195],[2.161,2.161],[3.195,-1.688],[1.688,-3.195],[0.098,0.098],[-3.195,1.688]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.882352948189,0.882352948189,0.882352948189,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[97.569,308.617],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":60,\"ty\":4,\"nm\":\"Layer 46\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[388.299,112.128,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[388.299,112.128,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.307,1.307],[1.307,1.307],[1.307,-1.307],[-1.307,-1.307]],\"o\":[[1.307,-1.307],[-1.307,-1.307],[-1.307,1.307],[1.307,1.307]],\"v\":[[2.367,2.376],[2.367,-2.367],[-2.367,-2.358],[-2.367,2.367]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-7.178,-1.921],[-1.921,-7.178],[5.252,-5.252],[7.178,1.921],[1.921,7.178],[-5.252,5.252]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.941176474094,0.941176474094,0.941176474094,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[389.42,111.006],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[1.307,1.307],[1.307,-1.307],[0,0],[0,0],[0,0]],\"o\":[[1.307,-1.307],[-1.307,-1.307],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.033,5.044],[0.033,0.3],[-4.701,0.31],[-1.133,-5.044],[3.652,-2.624],[4.701,2.404]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.882352948189,0.882352948189,0.882352948189,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[389.511,110.582],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[3.146,5.954],[-4.028,4.027],[-5.954,-3.146],[-3.146,-5.954],[-0.182,0.182],[5.954,3.146]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.882352948189,0.882352948189,0.882352948189,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[385.953,114.473],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":61,\"ty\":4,\"nm\":\"Layer 47\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":359,\"s\":[720]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[342.365,189.65,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[86.365,-66.35,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.316,0],[0.507,-14.801],[-15.119,-0.518],[-5.357,5.009],[-0.251,7.314],[15.118,0.519]],\"o\":[[-14.698,0],[-0.518,15.118],[7.326,0.245],[5.353,-5.004],[0.518,-15.118],[-0.317,-0.011]],\"v\":[[86.35,-93.776],[58.942,-67.28],[85.421,-38.923],[105.09,-46.299],[113.779,-65.401],[87.3,-93.759]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[8.046,0],[0.372,0.013],[-0.598,17.445],[-17.422,-0.593],[0.598,-17.446],[6.176,-5.773]],\"o\":[[-0.37,0],[-17.446,-0.598],[0.598,-17.445],[17.446,0.598],[-0.289,8.441],[-5.911,5.525]],\"v\":[[86.388,-34.682],[85.277,-34.702],[54.722,-67.424],[87.445,-97.98],[118,-65.257],[107.974,-43.215]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0]],\"o\":[[0,0],[0,0]],\"v\":[[101.901,-110.529],[101.911,-110.529]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-0.483,0.13],[-2.646,1.331],[-0.004,0.003],[-0.503,-0.131],[0,0],[0,0],[0,0],[-0.265,0.441],[-0.975,2.795],[-0.441,0.26],[0,0],[0,0],[0,0],[0.145,0.434],[0.014,0.058],[1.314,2.587],[-0.126,0.496],[0,0],[0,0],[0,0],[0.439,0.262],[2.706,0.941],[0.133,0.081],[0.174,0.294],[0,0],[0,0],[0,0],[0.504,-0.121],[2.576,-1.308],[0.495,0.127],[0,0],[0,0],[0,0],[0.205,-0.409],[0.035,-0.056],[0.974,-2.804],[0.428,-0.254],[0,0],[0,0],[0,0],[-0.13,-0.482],[-1.287,-2.511],[-0.039,-0.158],[0.086,-0.339],[0,0],[0,0],[0,0],[-0.437,-0.258],[-2.689,-0.928],[-0.268,-0.451]],\"o\":[[0,0],[0,0],[0.284,-0.411],[2.765,-0.743],[0.005,-0.002],[0.441,-0.217],[0,0],[0,0],[0,0],[-0.093,-0.506],[1.448,-2.403],[0.16,-0.496],[0,0],[0,0],[0,0],[-0.377,-0.26],[-0.018,-0.054],[-0.753,-2.758],[-0.232,-0.457],[0,0],[0,0],[0,0],[-0.504,0.093],[-2.5,-1.492],[-0.153,-0.053],[-0.292,-0.18],[0,0],[0,0],[0,0],[-0.296,0.429],[-2.777,0.761],[-0.457,0.232],[0,0],[0,0],[0,0],[0.083,0.45],[-0.029,0.058],[-1.451,2.412],[-0.164,0.47],[0,0],[0,0],[0,0],[0.411,0.283],[0.777,2.876],[0.074,0.144],[0.085,0.339],[0,0],[0,0],[0,0],[0.501,-0.091],[2.545,1.505],[0.486,0.154],[0,0]],\"v\":[[77.117,-15.717],[92.127,-15.203],[97.097,-22.401],[98.286,-23.24],[106.441,-26.366],[106.455,-26.373],[107.913,-26.526],[114.951,-24.733],[125.928,-34.982],[124.615,-42.156],[124.883,-43.626],[128.533,-51.46],[129.474,-52.632],[136.997,-57.1],[137.511,-72.11],[130.308,-77.085],[129.505,-78.154],[129.456,-78.323],[126.342,-86.378],[126.178,-87.855],[127.983,-94.933],[117.733,-105.912],[110.544,-104.595],[109.082,-104.859],[101.235,-108.525],[100.795,-108.73],[100.086,-109.451],[95.613,-116.98],[80.604,-117.495],[75.63,-110.291],[74.386,-109.438],[66.333,-106.326],[64.856,-106.163],[57.78,-107.966],[46.803,-97.715],[48.116,-90.543],[47.928,-89.218],[47.833,-89.048],[44.178,-81.189],[43.262,-80.067],[35.733,-75.596],[35.219,-60.588],[42.429,-55.608],[43.268,-54.422],[46.378,-46.304],[46.549,-45.85],[46.547,-44.817],[44.749,-37.763],[54.999,-26.788],[62.137,-28.093],[63.591,-27.834],[71.479,-24.169],[72.653,-23.235]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.692,0],[0.024,0.001],[0,0],[0.367,0.618],[0,0],[2.36,1.345],[0,0],[0.491,0.526],[0,0],[-0.177,0.697],[0,0],[0.752,2.616],[0,0],[-0.024,0.719],[0,0],[-0.619,0.367],[0,0],[-1.306,2.263],[0,0],[-0.525,0.49],[0,0],[-0.697,-0.177],[0,0],[-2.545,0.737],[0,0],[-0.73,-0.048],[0,0],[-0.367,-0.619],[0,0],[-2.32,-1.332],[0,0],[-0.491,-0.525],[0,0],[0.177,-0.697],[0,0],[-0.737,-2.542],[0,0],[0.024,-0.719],[0,0],[0.619,-0.367],[0,0],[1.304,-2.26],[0,0],[0.526,-0.49],[0,0],[0.699,0.179],[0,0],[2.537,-0.73],[0,0]],\"o\":[[-0.024,0],[0,0],[-0.719,-0.025],[0,0],[-2.479,-0.899],[0,0],[-0.708,0.134],[0,0],[-0.491,-0.526],[0,0],[-1.148,-2.347],[0,0],[-0.592,-0.408],[0,0],[0.024,-0.719],[0,0],[0.933,-2.554],[0,0],[-0.129,-0.707],[0,0],[0.526,-0.492],[0,0],[2.405,-1.17],[0,0],[0.408,-0.592],[0,0],[0.719,0.024],[0,0],[2.482,0.909],[0,0],[0.709,-0.129],[0,0],[0.491,0.526],[0,0],[1.171,2.406],[0,0],[0.592,0.408],[0,0],[-0.025,0.719],[0,0],[-0.933,2.553],[0,0],[0.129,0.707],[0,0],[-0.525,0.492],[0,0],[-2.439,1.178],[0,0],[-0.395,0.571]],\"v\":[[93.208,-10.942],[93.136,-10.943],[75.819,-11.536],[74.076,-12.568],[69.413,-20.421],[62.13,-23.798],[54.624,-22.425],[52.7,-23.061],[40.875,-35.724],[40.372,-37.687],[42.26,-45.097],[39.401,-52.567],[31.87,-57.768],[30.959,-59.578],[31.552,-76.895],[32.585,-78.638],[40.45,-83.309],[43.82,-90.557],[42.441,-98.09],[43.077,-100.013],[55.742,-111.84],[57.705,-112.343],[65.139,-110.448],[72.589,-113.319],[77.785,-120.844],[79.595,-121.755],[96.912,-121.161],[98.655,-120.129],[103.327,-112.262],[110.554,-108.89],[118.108,-110.274],[120.031,-109.638],[131.857,-96.972],[132.36,-95.009],[130.464,-87.572],[133.336,-80.126],[140.861,-74.929],[141.772,-73.12],[141.178,-55.801],[140.146,-54.058],[132.277,-49.385],[128.911,-42.142],[130.29,-34.606],[129.654,-32.683],[116.989,-20.859],[115.027,-20.356],[107.626,-22.242],[100.137,-19.372],[94.945,-11.853]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":6,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":62,\"ty\":4,\"nm\":\"gear1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":359,\"s\":[2160]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[258.049,316.12,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[2.049,60.12,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[13.654,0.468],[-0.467,13.615],[-13.654,-0.468],[0.468,-13.654]],\"o\":[[-13.654,-0.468],[0.468,-13.654],[13.654,0.468],[-0.467,13.615]],\"v\":[[1.197,84.83],[-22.657,59.284],[2.889,35.43],[26.743,60.976]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.003,0.008],[1.725,3.398],[0,0],[0,0],[0,0],[3.675,1.277],[0.008,0.004],[0,0],[0,0],[0,0],[0.013,-0.003],[3.395,-1.723],[0,0],[0,0],[0,0],[0.002,-0.004],[1.277,-3.676],[0,0],[0,0],[0,0],[-1.758,-3.428],[-0.001,-0.002],[0,0],[0,0],[0,0],[-3.72,-1.279],[-0.004,0],[0,0],[0,0],[0,0],[-3.436,1.727],[-0.001,0.002],[0,0],[0,0],[0,0],[-1.277,3.676],[-0.001,0],[0,0]],\"o\":[[0,0],[-0.003,-0.008],[-1.023,-3.757],[0,0],[0,0],[0,0],[-3.27,-1.951],[-0.008,-0.002],[0,0],[0,0],[0,0],[-0.013,0.003],[-3.753,1.023],[0,0],[0,0],[0,0],[-0.002,0.004],[-1.992,3.307],[0,0],[0,0],[0,0],[1.022,3.783],[0.001,0.002],[0,0],[0,0],[0,0],[3.312,1.958],[0.003,0.002],[0,0],[0,0],[0,0],[3.797,-1.021],[0.001,0],[0,0],[0,0],[0,0],[1.992,-3.307],[0,0],[0,0],[0,0]],\"v\":[[69.649,51.44],[59.308,44.299],[59.302,44.274],[55.143,33.502],[57.792,23.105],[42.793,7.04],[32.234,8.973],[21.78,4.091],[21.754,4.082],[15.334,-6.728],[-6.631,-7.48],[-13.772,2.861],[-13.813,2.871],[-24.573,7.025],[-34.966,4.376],[-51.03,19.376],[-49.101,29.914],[-49.107,29.923],[-53.992,40.417],[-64.799,46.834],[-65.552,68.799],[-55.201,75.947],[-51.054,86.765],[-51.053,86.769],[-53.694,97.135],[-38.695,113.198],[-28.201,111.278],[-17.655,116.171],[-17.646,116.173],[-11.237,126.967],[10.728,127.72],[17.864,117.386],[28.716,113.228],[28.719,113.226],[39.064,115.862],[55.128,100.864],[53.199,90.324],[58.084,79.828],[58.085,79.827],[68.896,73.406]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":63,\"ty\":4,\"nm\":\"Layer 49\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":359,\"s\":[720]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[427.731,148.979,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.438,2.611],[-2.611,2.438],[-2.438,-2.611],[2.615,-2.441]],\"o\":[[-2.438,-2.611],[2.614,-2.441],[2.438,2.611],[-2.611,2.438]],\"v\":[[-4.73,4.417],[-4.417,-4.727],[4.73,-4.416],[4.414,4.73]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[-0.781,1.303],[0,0],[0,0],[0,0],[-0.221,1.516],[0,0],[0,0],[0,0],[0.372,1.503],[0,0],[0,0],[0,0],[0.93,1.259],[0,0],[0,0],[0,0],[1.302,0.781],[0,0],[0,0],[0,0],[1.516,0.221],[0,0],[0,0],[0,0],[1.494,-0.38],[0,0],[0,0],[0,0],[1.242,-0.931],[0,0],[0,0],[0,0],[0.781,-1.302],[0,0],[0,0],[0,0],[0.221,-1.516],[0,0],[0,0],[0,0],[-0.372,-1.502],[0,0],[0,0],[0,0],[-0.93,-1.259],[0,0],[0,0],[0,0],[-1.302,-0.781],[0,0],[0,0],[0,0],[-1.524,-0.23],[0,0],[0,0],[0,0],[-1.494,0.38],[0,0],[0,0],[0,0],[-1.251,0.939]],\"o\":[[0,0],[0,0],[1.014,-1.176],[0,0],[0,0],[0,0],[0.482,-1.465],[0,0],[0,0],[0,0],[-0.125,-1.536],[0,0],[0,0],[0,0],[-0.69,-1.353],[0,0],[0,0],[0,0],[-1.193,-1.014],[0,0],[0,0],[0,0],[-1.473,-0.474],[0,0],[0,0],[0,0],[-1.528,0.117],[0,0],[0,0],[0,0],[-1.353,0.69],[0,0],[0,0],[0,0],[-1.022,1.184],[0,0],[0,0],[0,0],[-0.482,1.465],[0,0],[0,0],[0,0],[0.117,1.528],[0,0],[0,0],[0,0],[0.69,1.353],[0,0],[0,0],[0,0],[1.192,1.014],[0,0],[0,0],[0,0],[1.473,0.474],[0,0],[0,0],[0,0],[1.528,-0.117],[0,0],[0,0],[0,0],[1.352,-0.69],[0,0]],\"v\":[[18.886,23.548],[22.2,20.453],[20.876,17.843],[23.569,14.101],[26.466,14.539],[28.343,10.397],[26.114,8.5],[27.165,4.016],[30.017,3.301],[30.164,-1.239],[27.376,-2.139],[26.643,-6.692],[28.988,-8.44],[27.391,-12.694],[24.479,-12.463],[22.049,-16.381],[23.557,-18.886],[20.454,-22.209],[17.852,-20.876],[14.11,-23.569],[14.531,-26.466],[10.397,-28.351],[8.5,-26.122],[4.008,-27.165],[3.301,-30.008],[-1.239,-30.172],[-2.147,-27.376],[-6.693,-26.635],[-8.432,-28.988],[-12.693,-27.399],[-12.455,-24.479],[-16.373,-22.048],[-18.894,-23.557],[-22.208,-20.462],[-20.876,-17.843],[-23.569,-14.101],[-26.465,-14.539],[-28.343,-10.396],[-26.114,-8.5],[-27.165,-4.016],[-30.016,-3.301],[-30.164,1.24],[-27.375,2.139],[-26.643,6.693],[-28.996,8.432],[-27.398,12.685],[-24.479,12.463],[-22.048,16.381],[-23.556,18.886],[-20.454,22.209],[-17.851,20.876],[-14.109,23.569],[-14.539,26.457],[-10.405,28.343],[-8.501,26.123],[-4.007,27.165],[-3.301,30.008],[1.239,30.172],[2.147,27.376],[6.693,26.635],[8.432,28.988],[12.694,27.399],[12.455,24.479],[16.373,22.048]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":64,\"ty\":4,\"nm\":\"Layer 50\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":359,\"s\":[360]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[134.704,206.422,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[28.778,0.986],[-0.986,28.779],[-28.778,-0.986],[0.987,-28.813]],\"o\":[[-28.778,-0.986],[0.987,-28.813],[28.778,0.986],[-0.986,28.779]],\"v\":[[-1.768,52.13],[-52.095,-1.768],[1.804,-52.129],[52.13,1.802]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[1.069,4.272],[0,0],[0,0],[0,0],[2.655,3.562],[0,0],[0,0],[0,0],[3.844,2.318],[0,0],[0,0],[0,0],[4.489,0.674],[0,0],[0,0],[0,0],[4.271,-1.069],[0,0],[0,0],[0,0],[3.562,-2.656],[0,0],[0,0],[0,0],[2.284,-3.844],[0,0],[0,0],[0,0],[0.638,-4.456],[0,0],[0,0],[0,0],[-1.068,-4.271],[0,0],[0,0],[0,0],[-2.655,-3.562],[0,0],[0,0],[0,0],[-3.843,-2.318],[0,0],[0,0],[0,0],[-4.49,-0.674],[0,0],[0,0],[0,0],[-4.272,1.069],[0,0],[0,0],[0,0],[-3.596,2.655],[0,0],[0,0],[0,0],[-2.284,3.844],[0,0],[0,0],[0,0],[-0.639,4.49]],\"o\":[[0,0],[0,0],[-0.332,-4.49],[0,0],[0,0],[0,0],[-2.016,-3.991],[0,0],[0,0],[0,0],[-3.406,-2.895],[0,0],[0,0],[0,0],[-4.188,-1.359],[0,0],[0,0],[0,0],[-4.525,0.365],[0,0],[0,0],[0,0],[-3.992,2.05],[0,0],[0,0],[0,0],[-2.893,3.372],[0,0],[0,0],[0,0],[-1.358,4.189],[0,0],[0,0],[0,0],[0.331,4.523],[0,0],[0,0],[0,0],[2.016,3.991],[0,0],[0,0],[0,0],[3.372,2.894],[0,0],[0,0],[0,0],[4.188,1.359],[0,0],[0,0],[0,0],[4.524,-0.365],[0,0],[0,0],[0,0],[3.993,-2.05],[0,0],[0,0],[0,0],[2.893,-3.372],[0,0],[0,0],[0,0],[1.359,-4.188],[0,0]],\"v\":[[87.028,9.559],[87.478,-3.582],[79.411,-6.217],[77.259,-19.414],[84.097,-24.456],[79.452,-36.798],[70.994,-36.117],[63.954,-47.467],[68.335,-54.78],[59.327,-64.391],[51.765,-60.519],[40.925,-68.353],[42.15,-76.747],[30.153,-82.192],[24.655,-75.75],[11.639,-78.799],[9.595,-87.027],[-3.581,-87.479],[-6.183,-79.41],[-19.378,-77.259],[-24.456,-84.063],[-36.799,-79.452],[-36.116,-70.993],[-47.467,-63.919],[-54.745,-68.299],[-64.391,-59.327],[-60.52,-51.732],[-68.32,-40.89],[-76.712,-42.149],[-82.191,-30.153],[-75.715,-24.655],[-78.764,-11.637],[-87.028,-9.561],[-87.478,3.58],[-79.376,6.219],[-77.225,19.414],[-84.062,24.456],[-79.417,36.8],[-70.959,36.117],[-63.918,47.467],[-68.3,54.78],[-59.291,64.392],[-51.73,60.519],[-40.891,68.355],[-42.15,76.746],[-30.153,82.191],[-24.621,75.75],[-11.604,78.799],[-9.56,87.027],[3.616,87.479],[6.219,79.41],[19.413,77.259],[24.456,84.062],[36.799,79.451],[36.151,70.995],[47.502,63.919],[54.78,68.301],[64.425,59.327],[60.555,51.732],[68.356,40.89],[76.747,42.151],[82.226,30.153],[75.749,24.655],[78.799,11.639]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":65,\"ty\":4,\"nm\":\"Layer 51\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[255.66,241.952,0],\"ix\":2,\"l\":2},\"a\":{\"a\":0,\"k\":[255.66,241.952,0],\"ix\":1,\"l\":2},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6,\"l\":2}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-3.009],[0,0],[-3.009,0],[0,0],[0,3.01],[0,0],[3.01,0]],\"o\":[[-3.009,0],[0,0],[0,3.01],[0,0],[3.01,0],[0,0],[0,-3.009],[0,0]],\"v\":[[-96.55,-141.174],[-102.007,-135.716],[-102.007,135.716],[-96.55,141.174],[96.549,141.174],[102.007,135.716],[102.007,-135.716],[96.549,-141.174]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.148,0],[0,0],[0,3.147],[0,0],[-3.146,0],[0,0],[0,-3.147],[0,0]],\"o\":[[0,0],[-3.146,0],[0,0],[0,-3.147],[0,0],[3.148,0],[0,0],[0,3.147]],\"v\":[[96.549,141.424],[-96.55,141.424],[-102.257,135.716],[-102.257,-135.716],[-96.55,-141.424],[96.549,-141.424],[102.257,-135.716],[102.257,135.716]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[362.422,211.48],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-3.009],[0,0],[-3.01,0],[0,0],[0,3.01],[0,0],[3.009,0]],\"o\":[[-3.01,0],[0,0],[0,3.01],[0,0],[3.009,0],[0,0],[0,-3.009],[0,0]],\"v\":[[-96.549,-141.174],[-102.007,-135.716],[-102.007,135.716],[-96.549,141.174],[96.55,141.174],[102.007,135.716],[102.007,-135.716],[96.55,-141.174]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[3.146,0],[0,0],[0,3.147],[0,0],[-3.147,0],[0,0],[0,-3.147],[0,0]],\"o\":[[0,0],[-3.147,0],[0,0],[0,-3.147],[0,0],[3.146,0],[0,0],[0,3.147]],\"v\":[[96.55,141.424],[-96.549,141.424],[-102.257,135.716],[-102.257,-135.716],[-96.549,-141.424],[96.55,-141.424],[102.257,-135.716],[102.257,135.716]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[146.124,211.48],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[13.848,0.125],[-13.848,0.125],[-13.848,-0.125],[13.848,-0.125]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[85.814,405.257],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[19.194,0.125],[-19.194,0.125],[-19.194,-0.125],[19.194,-0.125]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[139.439,409.479],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.569,0.125],[-5.569,0.125],[-5.569,-0.125],[5.569,-0.125]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[173.105,409.479],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-22.263,-0.125],[22.263,-0.125],[22.263,0.125],[-22.263,0.125]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[424.508,404.437],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-17.055,-0.125],[17.055,-0.125],[17.055,0.125],[-17.055,0.125]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[333.272,408.534],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-10.839,-0.125],[10.839,-0.125],[10.839,0.125],[-10.839,0.125]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[444.721,413.723],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[250,0.125],[-250,0.125],[-250,-0.125],[250,-0.125]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.92549020052,0.92549020052,0.92549020052,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[255.66,397.627],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1010,\"st\":0,\"bm\":0}],\"markers\":[]}"
  },
  {
    "path": "static/css/app.9a999ca1.css",
    "content": "#app[data-v-44d27808]{position:relative;z-index:2}body.default{--primary-color:64,144,222;--sub-color:#616577}body.dustRed{--primary-color:245,34,45;--sub-color:#616577}body.volcano{--primary-color:255,122,69;--sub-color:#616577}body.sunsetOrange{--primary-color:255,169,64;--sub-color:#616577}body.calendulaGold{--primary-color:255,197,61;--sub-color:#616577}body.sunriseYellow{--primary-color:255,245,102;--sub-color:#616577}body.lime{--primary-color:160,217,17;--sub-color:#616577}body.polarGreen{--primary-color:115,209,61;--sub-color:#616577}body.cyan{--primary-color:19,194,194;--sub-color:#616577}body.daybreakBlue{--primary-color:24,144,255;--sub-color:#616577}a{text-decoration:none;transition:all .4s ease}body{font-family:open sans,Helvetica,Arial,sans-serif;color:#000}html.windows ::-webkit-scrollbar{width:6px;height:6px;overflow:auto}html.windows ::-webkit-scrollbar-thumb{background-color:#e6e6e6;min-height:25px;min-width:25px;border:1px solid #e0e0e0;border-radius:99px}html.windows ::-webkit-scrollbar-track{background-color:#f7f7f7;border:1px solid #efefef}.ant-btn.ant-btn-primary:not(:disabled){box-shadow:0 3px 6px rgba(86,109,186,.4);background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.ant-btn.ant-btn-primary:not(:disabled):focus,.ant-btn.ant-btn-primary:not(:disabled):hover{color:#fff}.ant-btn.ant-btn-link:not(:disabled){font-size:14px;color:rgba(var(--primary-color),1)}.ant-btn:focus,.ant-btn:hover{color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.ant-switch-checked{background-color:rgba(var(--primary-color),1)}.ant-checkbox-checked .ant-checkbox-inner,.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background-color:rgba(var(--primary-color),1);border-color:rgba(var(--primary-color),1)}.ant-input-lg{font-size:15px}.ant-form-explain{pointer-events:none}.ant-table .ant-btn,.ant-table .ant-tag{white-space:normal;word-break:break-all}.ant-table .ant-table-body{overflow-x:auto!important}.dropdown-menu .ant-dropdown-menu-item>a{padding:8px 24px 8px 20px;color:#000;font-size:16px}.dropdown-menu .ant-dropdown-menu-item>a .svg-icon{margin-right:5px;font-size:18px}.spin-loading{text-align:center;height:100%;flex:1;padding:40px 0}.empty-tip{display:flex;flex-direction:column;align-items:center;padding:100px 0}.empty-tip .tit{text-align:center;font-size:18px;margin-bottom:30px}.empty-tip .svg-icon{font-size:200px}.line-hr{margin:12px 0;border:none;height:1px;background-color:#f5f5f5;background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.4),transparent);opacity:.25}.copy-link{color:rgba(var(--primary-color),1);cursor:pointer;font-size:18px}.use-shadow{border-radius:6px;background-color:#fff;box-shadow:0 0 16px 0 rgba(0,0,0,.04)}.no-lisence{height:100vh;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;position:relative}.no-lisence .text{font-size:20px;margin:20px 0}.no-lisence .img{text-align:center}.no-lisence .img img{width:500px;max-width:80%}.no-lisence .link{font-size:18px}.is-darkmode .use-shadow{background-color:#ececec}.is-darkmode .no-lisence .img img{mix-blend-mode:color-burn}.svg-icon[data-v-4db41a58]{vertical-align:middle;display:inline-block;line-height:1}.svg-icon>i[data-v-4db41a58]{display:block}.svg-icon.disabled[data-v-4db41a58]{pointer-events:none;opacity:.5}"
  },
  {
    "path": "static/css/chunk-12f016f3.1d680551.css",
    "content": ".import-btns .btn{display:inline-block;font-weight:400;color:#464e5f;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0;padding:0 20px;height:44px;line-height:44px;margin:0 20px 20px 0;font-size:1rem;border-radius:2rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out}.import-btns .btn i{font-size:1.3rem;margin-right:.35rem;vertical-align:middle;line-height:1}.import-btns .btn-yellow{background:linear-gradient(90deg,#ffb822,#ffb822)!important;box-shadow:0 1px 6px rgba(255,184,34,.6039215686)}.import-btns .btn-weixin,.import-btns .btn-yellow{color:#fff!important;border-color:transparent;border:none}.import-btns .btn-weixin{background:linear-gradient(90deg,#00ae47,#00ae47)!important;box-shadow:0 1px 6px rgba(0,174,71,.6039215686)}.import-btns .btn-alipay{background:linear-gradient(90deg,#029de3,#029de3)!important;box-shadow:0 1px 6px rgba(2,157,227,.6039215686)}.import-btns .btn-alipay,.import-btns .btn-qqpay{color:#fff!important;border-color:transparent;border:none}.import-btns .btn-qqpay{background:linear-gradient(90deg,#e8343d,#e8343d)!important;box-shadow:0 1px 6px rgba(232,52,61,.6039215686)}.import-btns .btn-sstap,.import-btns .btn-SSTap{background:linear-gradient(90deg,#00545b,#149fa0)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px #019aa6}.import-btns .btn-quantumult,.import-btns .btn-Quantumult{background:linear-gradient(90deg,#000,#000)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(0,0,0,.8196078431)}.import-btns .btn-quantumultx,.import-btns .btn-QuantumultX{background:linear-gradient(90deg,#1c2452,#1c2452)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(41,48,92,.8)}.import-btns .btn-shadowrocket,.import-btns .btn-Shadowrocket{background:linear-gradient(90deg,#7c99ec,#5aadee)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(106,163,237,.7803921569)}.import-btns .btn-kitsunebi{background:linear-gradient(90deg,#f2885b,#f2885b)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px #f2885b}.import-btns .btn-ssr,.import-btns .btn-SSR{background:linear-gradient(90deg,#bf197d,rgba(191,25,125,.7215686275))!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px #bf197d}.import-btns .btn-v2ray{background:linear-gradient(90deg,#df268f,#a73178)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px #aa3079}.import-btns .btn-ss,.import-btns .btn-SS{background:linear-gradient(90deg,#187abb,#187abb)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(54,113,185,.6039215686)}.import-btns .btn-surge,.import-btns .btn-Surge{background:linear-gradient(90deg,#907cf1,#907cf1)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(144,124,241,.7882352941)}.import-btns .btn-clash,.import-btns .btn-Clash,.import-btns .btn-ClashR,.import-btns .btn-clashR{background:linear-gradient(90deg,#152e52,#152e52)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(14,31,57,.7490196078)}.import-btns .btn-surfboard{background:linear-gradient(90deg,#2c2305,#49190b)!important;box-shadow:0 1px 6px rgba(41,48,92,.8)}.import-btns .btn-surfboard,.import-btns .btn-uucloud{color:#fff!important;border-color:transparent;border:none}.import-btns .btn-uucloud{background:linear-gradient(90deg,#d52c8b,#ed5c45)!important;box-shadow:0 1px 6px #ec2e7f}.import-btns [class*=\" metron-\"],.import-btns [class^=metron-]{font-family:metron!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.import-btns .metron-quantumultx:before{content:\"\"}.import-btns .metron-surge:before{content:\"\"}.import-btns .metron-quantumult:before{content:\"\"}.import-btns .metron-surfboard:before{content:\"\"}.import-btns .metron-shadowrocket:before{content:\"\"}.import-btns .metron-Finder:before{content:\"\"}.import-btns .metron-clash:before{content:\"\"}.import-btns .metron-crisp:before{content:\"\"}.import-btns .metron-mac:before{content:\"\"}.import-btns .metron-qrcode:before{content:\"\"}.import-btns .metron-wechatPay:before{content:\"\"}.import-btns .metron-alipay:before{content:\"\"}.import-btns .metron-linux:before{content:\"\"}.import-btns .metron-atom:before{content:\"\"}.import-btns .metron-v2rayng:before{content:\"\"}.import-btns .metron-kitsunebi:before{content:\"\"}.import-btns .metron-ssr1:before{content:\"\"}.import-btns .metron-sstap:before{content:\"\"}.import-btns .metron-ssr:before{content:\"\"}.import-btns .metron-uucloud:before{content:\"\"}.import-btns .metron-finder:before{content:\"\"}@font-face{font-family:metron;src:url(../../static/fonts/metron.1360fccf.eot);src:url(../../static/fonts/metron.1360fccf.eot#iefix) format(\"embedded-opentype\"),url(../../static/fonts/metron.0e2e4b88.ttf) format(\"truetype\"),url(../../static/fonts/metron.14db4dab.woff) format(\"woff\"),url(../../static/img/metron.c02c91bb.svg#metron) format(\"svg\");font-weight:400;font-style:normal}.subscribe-info[data-v-e7946bd8]{display:flex;flex-direction:row}.subscribe-info.is-reverse[data-v-e7946bd8]{flex-direction:row-reverse}.subscribe-info .col-1[data-v-e7946bd8]{flex:1}.subscribe-info .col-2[data-v-e7946bd8]{width:490px}.subscribe-info .subs-box[data-v-e7946bd8]{height:300px}.subscribe-info .subs-box .subs-msg[data-v-e7946bd8]{margin-top:10px}.subscribe-info .subs-box .subs-msg .t1[data-v-e7946bd8]{font-size:20px;margin-bottom:20px}.subscribe-info .subs-box .subs-msg .t2[data-v-e7946bd8]{font-size:18px;height:54px;display:flex;flex-direction:column;justify-content:center;margin-bottom:15px}.subscribe-info .subs-box .subs-msg .re[data-v-e7946bd8]{color:#ff4200}.subscribe-info .subs-box .subs-msg .prog[data-v-e7946bd8]{margin-bottom:15px}.subscribe-info .subs-box .subs-msg .blur[data-v-e7946bd8]{filter:blur(6px)}.subscribe-info .subs-box .subs-msg .t3[data-v-e7946bd8]{font-size:18px;margin-bottom:0}.subscribe-info .subs-box .subs-msg .t3 b[data-v-e7946bd8]{font-weight:400;font-size:22px}.subscribe-info .subs-box .subs-tips[data-v-e7946bd8]{padding:20px 0;font-size:20px;height:180px}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8]{margin-top:15px;margin-bottom:20px}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8] .ant-btn{margin-right:20px}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8] .ant-btn:hover{opacity:.9}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8] .ant-btn .svg-icon{font-size:22px;margin-right:2px;margin-top:-2px;vertical-align:middle}.subscribe-info .import-btns[data-v-e7946bd8]{height:300px;overflow:hidden;padding-top:62px;padding-bottom:0}.subscribe-info .import-btns.spec[data-v-e7946bd8]{height:210px;padding-top:20px}.subscribe-info .import-btns .tips[data-v-e7946bd8]{position:absolute;display:flex;justify-content:center;align-items:center;font-size:26px;color:#000;left:0;top:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.7);-webkit-backdrop-filter:saturate(180%) blur(2px);backdrop-filter:saturate(180%) blur(2px)}.subscribe-info .client-links[data-v-e7946bd8]{height:85px;margin-top:5px;padding:0 10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.subscribe-info .client-links.less.one[data-v-e7946bd8]{justify-content:center}.subscribe-info .client-links .link-item[data-v-e7946bd8]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:72px;height:72px;border-radius:5px}.subscribe-info .client-links .link-item[data-v-e7946bd8]:hover{background-color:#e8f0ff}.subscribe-info .client-links .link-item .icon[data-v-e7946bd8]{font-size:32px;color:rgba(var(--primary-color),1)}.subscribe-info .client-links .link-item .tit[data-v-e7946bd8]{font-size:13px;color:rgba(0,0,0,.65)}.enUS .subscribe-info .col-2[data-v-e7946bd8]{width:600px}@media screen and (max-width:1400px){.subscribe-info[data-v-e7946bd8]{display:block}.subscribe-info .col-1 .subs-msg[data-v-e7946bd8]{margin-top:10px}.subscribe-info .col-1 .subs-box[data-v-e7946bd8],.subscribe-info .col-1 .subs-msg .t2[data-v-e7946bd8]{height:auto}.subscribe-info .col-2[data-v-e7946bd8]{width:100%!important}.subscribe-info .col-2 .import-btns[data-v-e7946bd8]{height:auto;padding-top:20px}}@media screen and (max-width:700px){.subscribe-info .subs-box[data-v-e7946bd8]{flex-direction:column}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8]{text-align:center;margin-top:40px}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8] .ant-btn{margin-right:0;margin:0 5px 10px}.subscribe-info .client-links[data-v-e7946bd8]{padding:10px 10px;height:auto;justify-content:flex-start}.subscribe-info .client-links.less[data-v-e7946bd8]{justify-content:space-between}.subscribe-info .client-links .link-item[data-v-e7946bd8]{width:25%}}.dashboard-container .flow-box .chart-box[data-v-89687700]{height:240px;width:100%}.dashboard-container .flow-box .no-data[data-v-89687700]{height:240px;width:100%;display:flex;justify-content:center;align-items:center;font-size:15px;color:rgba(0,0,0,.25)}.dashboard-container .unpay-tip[data-v-89687700]{position:fixed;left:50%;transform:translateX(-50%);top:25px;width:440px;max-width:90%;background-color:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.15);z-index:100;padding-top:15px;padding-bottom:15px;padding-left:40px;border:0;border-radius:6px}.dashboard-container .unpay-tip .cont[data-v-89687700]{color:#74290e}.dashboard-container .unpay-tip .link[data-v-89687700]{color:#000;font-weight:700}.dashboard-container .unpay-tip[data-v-89687700] .ant-alert-icon{color:#74290e;top:16px;font-size:18px}.dashboard-container .unpay-tip[data-v-89687700] .ant-alert-close-icon{top:14px;right:10px;font-size:14px}.slide-fade-enter-active{transition:all .3s ease}.slide-fade-leave-active{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-fade-enter,.slide-fade-leave-to{transform:translateY(10px);opacity:0}"
  },
  {
    "path": "static/css/chunk-3548057f.47543bb1.css",
    "content": ".agreement-container{background-color:#f4f6f9;display:flex;flex-direction:column;align-items:center;padding:30px 0}.agreement-container .logo{width:40%;margin:20px 0;margin-bottom:40px;font-size:24px;text-transform:uppercase;letter-spacing:4px;color:#666;text-align:center}.agreement-container .back{position:fixed;left:20px;top:20px}.agreement-container .card{width:800px;border-top:2px solid rgba(var(--primary-color),1);box-shadow:0 4px 8px rgba(0,0,0,.03);background-color:#fff;border-radius:3px;position:relative;margin-bottom:30px}.agreement-container .card .card-header{border-bottom:1px solid #f9f9f9;line-height:30px;min-height:70px;padding:15px 25px;display:flex;align-items:center;justify-content:space-between}.agreement-container .card .card-header h4{font-size:16px;line-height:28px;color:rgba(var(--primary-color),1);padding-right:10px;margin-bottom:0;font-weight:700}.agreement-container .card .card-body{padding:20px 25px;line-height:2;font-size:16px}.agreement-container .card .card-body ol,.agreement-container .card .card-body ul{padding-left:20px}.agreement-container .card .card-body h6:first-of-type{margin-top:4px}.agreement-container .card .card-body h6{margin-top:24px;font-size:18px;color:inherit}.agreement-container .card .card-body ol li{padding:4px}.agreement-container .card .card-body ul li{padding:0}.agreement-container .card .card-body p{font-weight:500}@media screen and (max-width:900px){.agreement-container .card{width:600px}}@media screen and (max-width:630px){.agreement-container .card{width:auto;margin:0 10px}}"
  },
  {
    "path": "static/css/chunk-38cf90e9.b45a908c.css",
    "content": ".ticket-chat[data-v-6d502e2c]{padding:0 20px}.ticket-chat .chat-line[data-v-6d502e2c]{margin:0}.ticket-chat .chat-tip[data-v-6d502e2c]{padding:0 0 20px}.ticket-chat .chat-items[data-v-6d502e2c]{margin-bottom:30px}.ticket-chat .chat-item[data-v-6d502e2c]{display:flex;flex-direction:row;border-bottom:1px solid #efefef;padding:20px 0}.ticket-chat .chat-item .name[data-v-6d502e2c]{color:rgba(0,0,0,.6);margin:0 10px}.ticket-chat .chat-item .time[data-v-6d502e2c]{font-size:12px;color:#959494}.ticket-chat .chat-item .content[data-v-6d502e2c]{padding:20px 10px 0;margin:0}.ticket-chat .chat-item .right[data-v-6d502e2c]{flex:1}.ticket-chat .chat-reply[data-v-6d502e2c]{display:flex;flex-direction:row}.ticket-chat .chat-reply .avatar[data-v-6d502e2c]{margin-right:20px}.ticket-chat .chat-reply .input[data-v-6d502e2c]{background-color:#fff;flex:1}.ticket-chat .chat-button[data-v-6d502e2c]{display:flex;justify-content:flex-end;margin:10px 0}.ticket-chat .chat-button .n-button[data-v-6d502e2c]{min-width:100px}.ticket-chat .avatar[data-v-6d502e2c]{width:36px;height:36px;background-color:#f2c4aa}.ticket-container .ticket-header[data-v-cd496bf6]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}"
  },
  {
    "path": "static/css/chunk-3f085023.abaef767.css",
    "content": ".import-btns .btn{display:inline-block;font-weight:400;color:#464e5f;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0;padding:0 20px;height:44px;line-height:44px;margin:0 20px 20px 0;font-size:1rem;border-radius:2rem;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out}.import-btns .btn i{font-size:1.3rem;margin-right:.35rem;vertical-align:middle;line-height:1}.import-btns .btn-yellow{background:linear-gradient(90deg,#ffb822,#ffb822)!important;box-shadow:0 1px 6px rgba(255,184,34,.6039215686)}.import-btns .btn-weixin,.import-btns .btn-yellow{color:#fff!important;border-color:transparent;border:none}.import-btns .btn-weixin{background:linear-gradient(90deg,#00ae47,#00ae47)!important;box-shadow:0 1px 6px rgba(0,174,71,.6039215686)}.import-btns .btn-alipay{background:linear-gradient(90deg,#029de3,#029de3)!important;box-shadow:0 1px 6px rgba(2,157,227,.6039215686)}.import-btns .btn-alipay,.import-btns .btn-qqpay{color:#fff!important;border-color:transparent;border:none}.import-btns .btn-qqpay{background:linear-gradient(90deg,#e8343d,#e8343d)!important;box-shadow:0 1px 6px rgba(232,52,61,.6039215686)}.import-btns .btn-sstap,.import-btns .btn-SSTap{background:linear-gradient(90deg,#00545b,#149fa0)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px #019aa6}.import-btns .btn-quantumult,.import-btns .btn-Quantumult{background:linear-gradient(90deg,#000,#000)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(0,0,0,.8196078431)}.import-btns .btn-quantumultx,.import-btns .btn-QuantumultX{background:linear-gradient(90deg,#1c2452,#1c2452)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(41,48,92,.8)}.import-btns .btn-shadowrocket,.import-btns .btn-Shadowrocket{background:linear-gradient(90deg,#7c99ec,#5aadee)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(106,163,237,.7803921569)}.import-btns .btn-kitsunebi{background:linear-gradient(90deg,#f2885b,#f2885b)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px #f2885b}.import-btns .btn-ssr,.import-btns .btn-SSR{background:linear-gradient(90deg,#bf197d,rgba(191,25,125,.7215686275))!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px #bf197d}.import-btns .btn-v2ray{background:linear-gradient(90deg,#df268f,#a73178)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px #aa3079}.import-btns .btn-ss,.import-btns .btn-SS{background:linear-gradient(90deg,#187abb,#187abb)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(54,113,185,.6039215686)}.import-btns .btn-surge,.import-btns .btn-Surge{background:linear-gradient(90deg,#907cf1,#907cf1)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(144,124,241,.7882352941)}.import-btns .btn-clash,.import-btns .btn-Clash,.import-btns .btn-ClashR,.import-btns .btn-clashR{background:linear-gradient(90deg,#152e52,#152e52)!important;color:#fff!important;border-color:transparent;border:none;box-shadow:0 1px 6px rgba(14,31,57,.7490196078)}.import-btns .btn-surfboard{background:linear-gradient(90deg,#2c2305,#49190b)!important;box-shadow:0 1px 6px rgba(41,48,92,.8)}.import-btns .btn-surfboard,.import-btns .btn-uucloud{color:#fff!important;border-color:transparent;border:none}.import-btns .btn-uucloud{background:linear-gradient(90deg,#d52c8b,#ed5c45)!important;box-shadow:0 1px 6px #ec2e7f}.import-btns [class*=\" metron-\"],.import-btns [class^=metron-]{font-family:metron!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.import-btns .metron-quantumultx:before{content:\"\"}.import-btns .metron-surge:before{content:\"\"}.import-btns .metron-quantumult:before{content:\"\"}.import-btns .metron-surfboard:before{content:\"\"}.import-btns .metron-shadowrocket:before{content:\"\"}.import-btns .metron-Finder:before{content:\"\"}.import-btns .metron-clash:before{content:\"\"}.import-btns .metron-crisp:before{content:\"\"}.import-btns .metron-mac:before{content:\"\"}.import-btns .metron-qrcode:before{content:\"\"}.import-btns .metron-wechatPay:before{content:\"\"}.import-btns .metron-alipay:before{content:\"\"}.import-btns .metron-linux:before{content:\"\"}.import-btns .metron-atom:before{content:\"\"}.import-btns .metron-v2rayng:before{content:\"\"}.import-btns .metron-kitsunebi:before{content:\"\"}.import-btns .metron-ssr1:before{content:\"\"}.import-btns .metron-sstap:before{content:\"\"}.import-btns .metron-ssr:before{content:\"\"}.import-btns .metron-uucloud:before{content:\"\"}.import-btns .metron-finder:before{content:\"\"}@font-face{font-family:metron;src:url(../../static/fonts/metron.1360fccf.eot);src:url(../../static/fonts/metron.1360fccf.eot#iefix) format(\"embedded-opentype\"),url(../../static/fonts/metron.0e2e4b88.ttf) format(\"truetype\"),url(../../static/fonts/metron.14db4dab.woff) format(\"woff\"),url(../../static/img/metron.c02c91bb.svg#metron) format(\"svg\");font-weight:400;font-style:normal}.subscribe-info[data-v-e7946bd8]{display:flex;flex-direction:row}.subscribe-info.is-reverse[data-v-e7946bd8]{flex-direction:row-reverse}.subscribe-info .col-1[data-v-e7946bd8]{flex:1}.subscribe-info .col-2[data-v-e7946bd8]{width:490px}.subscribe-info .subs-box[data-v-e7946bd8]{height:300px}.subscribe-info .subs-box .subs-msg[data-v-e7946bd8]{margin-top:10px}.subscribe-info .subs-box .subs-msg .t1[data-v-e7946bd8]{font-size:20px;margin-bottom:20px}.subscribe-info .subs-box .subs-msg .t2[data-v-e7946bd8]{font-size:18px;height:54px;display:flex;flex-direction:column;justify-content:center;margin-bottom:15px}.subscribe-info .subs-box .subs-msg .re[data-v-e7946bd8]{color:#ff4200}.subscribe-info .subs-box .subs-msg .prog[data-v-e7946bd8]{margin-bottom:15px}.subscribe-info .subs-box .subs-msg .blur[data-v-e7946bd8]{filter:blur(6px)}.subscribe-info .subs-box .subs-msg .t3[data-v-e7946bd8]{font-size:18px;margin-bottom:0}.subscribe-info .subs-box .subs-msg .t3 b[data-v-e7946bd8]{font-weight:400;font-size:22px}.subscribe-info .subs-box .subs-tips[data-v-e7946bd8]{padding:20px 0;font-size:20px;height:180px}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8]{margin-top:15px;margin-bottom:20px}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8] .ant-btn{margin-right:20px}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8] .ant-btn:hover{opacity:.9}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8] .ant-btn .svg-icon{font-size:22px;margin-right:2px;margin-top:-2px;vertical-align:middle}.subscribe-info .import-btns[data-v-e7946bd8]{height:300px;overflow:hidden;padding-top:62px;padding-bottom:0}.subscribe-info .import-btns.spec[data-v-e7946bd8]{height:210px;padding-top:20px}.subscribe-info .import-btns .tips[data-v-e7946bd8]{position:absolute;display:flex;justify-content:center;align-items:center;font-size:26px;color:#000;left:0;top:0;right:0;bottom:0;background-color:hsla(0,0%,100%,.7);-webkit-backdrop-filter:saturate(180%) blur(2px);backdrop-filter:saturate(180%) blur(2px)}.subscribe-info .client-links[data-v-e7946bd8]{height:85px;margin-top:5px;padding:0 10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.subscribe-info .client-links.less.one[data-v-e7946bd8]{justify-content:center}.subscribe-info .client-links .link-item[data-v-e7946bd8]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:72px;height:72px;border-radius:5px}.subscribe-info .client-links .link-item[data-v-e7946bd8]:hover{background-color:#e8f0ff}.subscribe-info .client-links .link-item .icon[data-v-e7946bd8]{font-size:32px;color:rgba(var(--primary-color),1)}.subscribe-info .client-links .link-item .tit[data-v-e7946bd8]{font-size:13px;color:rgba(0,0,0,.65)}.enUS .subscribe-info .col-2[data-v-e7946bd8]{width:600px}@media screen and (max-width:1400px){.subscribe-info[data-v-e7946bd8]{display:block}.subscribe-info .col-1 .subs-msg[data-v-e7946bd8]{margin-top:10px}.subscribe-info .col-1 .subs-box[data-v-e7946bd8],.subscribe-info .col-1 .subs-msg .t2[data-v-e7946bd8]{height:auto}.subscribe-info .col-2[data-v-e7946bd8]{width:100%!important}.subscribe-info .col-2 .import-btns[data-v-e7946bd8]{height:auto;padding-top:20px}}@media screen and (max-width:700px){.subscribe-info .subs-box[data-v-e7946bd8]{flex-direction:column}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8]{text-align:center;margin-top:40px}.subscribe-info .subs-box .subs-btns[data-v-e7946bd8] .ant-btn{margin-right:0;margin:0 5px 10px}.subscribe-info .client-links[data-v-e7946bd8]{padding:10px 10px;height:auto;justify-content:flex-start}.subscribe-info .client-links.less[data-v-e7946bd8]{justify-content:space-between}.subscribe-info .client-links .link-item[data-v-e7946bd8]{width:25%}}"
  },
  {
    "path": "static/css/chunk-4a44ccd3.c6340983.css",
    "content": ".pay-qrcode[data-v-7aee7ab3]{height:100vh;background-color:#fff;background-image:radial-gradient(at 80% 20%,rgba(122,242,255,.558) 0,transparent 40%),radial-gradient(at 20% 0,rgba(107,250,255,.445) 0,transparent 30%),radial-gradient(at 40% 50%,#dbfff1 0,transparent 40%),radial-gradient(at 68% 50%,rgba(133,212,255,.583) 0,transparent 40%),radial-gradient(at 0 100%,#fff 0,transparent 40%),radial-gradient(at 80% 100%,#fff 0,transparent 40%),radial-gradient(at 0 0,rgba(133,182,255,.738) 0,transparent 40%);display:flex;justify-content:center;align-items:center}.pay-qrcode .wrapper[data-v-7aee7ab3]{width:360px;margin:0 auto;padding:20px}.pay-qrcode .logo[data-v-7aee7ab3]{width:65px;height:65px;margin:0 auto 20px}.pay-qrcode .site[data-v-7aee7ab3]{font-size:14px;font-weight:700;text-align:center;padding-bottom:20px}.pay-qrcode .logo img[data-v-7aee7ab3]{width:100%;height:100%}.pay-qrcode .gray-text[data-v-7aee7ab3]{font-size:14px;text-align:center;color:#bebebe;line-height:1.5;margin-bottom:15px}.pay-qrcode .red-text[data-v-7aee7ab3]{font-size:14px;text-align:center;color:red;line-height:1.5;margin-bottom:15px}.pay-qrcode .qr-code-container[data-v-7aee7ab3]{width:220px;background-color:#fff;border-radius:10px;margin:20px auto;box-shadow:0 0 30px 0 rgba(148,145,148,.2)}.pay-qrcode .qr-code-container h2[data-v-7aee7ab3]{font-size:20px;text-align:center;color:#333;margin:20px}.pay-qrcode .qr-code-container h2 small[data-v-7aee7ab3]{color:#bebebe;font-size:80%;padding-left:5px}.pay-qrcode .address-text[data-v-7aee7ab3]{font-size:12px;text-align:center;color:#888;margin-bottom:20px}.pay-qrcode .qr-code[data-v-7aee7ab3]{width:220px;height:220px;border:1px solid #f2f2f2;box-sizing:border-box}.pay-qrcode .qr-code>img[data-v-7aee7ab3]{width:100%;height:100%;display:block}.pay-qrcode .timer[data-v-7aee7ab3]{width:140px;margin:0 auto;font-size:14px}.pay-qrcode .timer .label[data-v-7aee7ab3]{display:flex;align-items:center}.pay-qrcode .timer .label[data-v-7aee7ab3],.pay-qrcode .timer .value[data-v-7aee7ab3]{display:flex;align-items:center;padding:5px 0}.pay-qrcode .timer .label span[data-v-7aee7ab3]{color:#999}.pay-qrcode .timer .value span[data-v-7aee7ab3]{color:#333;font-size:16px}.pay-qrcode .timer .label span[data-v-7aee7ab3],.pay-qrcode .timer .value span[data-v-7aee7ab3]{flex:1;text-align:center}"
  },
  {
    "path": "static/css/chunk-4cdaad7c.58d9ccef.css",
    "content": ".flow-container .flow-alert[data-v-051f14b2]{color:#f47272;font-size:18px;position:relative}.flow-container .flow-alert[data-v-051f14b2]:before{content:\"\";display:inline-block;vertical-align:middle;margin:-2px 5px 0 0;width:4px;height:18px;border-radius:4px;background-color:#f47272}"
  },
  {
    "path": "static/css/chunk-562c69ae.1661c444.css",
    "content": ".plan-card{width:100%;padding:20px;position:relative;overflow:hidden;margin-bottom:30px}.plan-card:hover{box-shadow:2px 2px 14px rgba(0,0,0,.15)}.plan-card .t0{width:200px;padding:5px;color:#fff;position:absolute;text-align:center;right:-65px;top:11px;background:#ce2c2c;transform:rotate(33.69deg)}.plan-card .t0.color-1{background:#3e92f6}.plan-card .t0.color-2{background:#faad14}.plan-card .t0.color-3{background:#eb2f96}.plan-card .t0.color-4{background:#04b5c7}.plan-card .t0.color-5{background:#384142}.plan-card .t0.color-6{background:#368914}.enUS .plan-card .t0{right:-52px;top:13px;transform:rotate(27.69deg)}.plan-card .t1{font-size:20px;font-weight:700;margin-bottom:10px}.plan-card .t2{font-size:25px;color:#ce2c2c;text-align:center;font-weight:700;margin-bottom:6px}.plan-card .t2 small{font-size:12px;color:#777;font-weight:400}.plan-card .t3{height:42px;padding:0 10px;font-size:16px;border:0;outline:0;cursor:pointer;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#ce2c2c;background:rgba(255,44,44,.37);border:1px solid #ce2c2c;border-radius:4px;margin-bottom:18px}.plan-card .t3 .cart{display:block;width:24px;height:24px;background:url(../../static/img/Cart.8ebe6ce5.svg) no-repeat 50%;margin-right:5px}.plan-card .t4{font-size:14px;margin-bottom:12px}.plan-card .t4 .tit{display:block;font-weight:700;margin-bottom:6px}.plan-card .t4 .desc{position:relative;padding-left:24px}.plan-card .t4 .tag{background-color:#f34d4d;color:#fff;font-size:12px;border-radius:12px;padding:0 8px;display:inline-block;vertical-align:middle;transform:scale(.95)}.plan-card .t4 .gou{background:url(../../static/img/get-circle-arr.f6324f62.svg) no-repeat 50%}.plan-card .t4 .cha{background:url(../../static/img/err-circle.d0fc0009.svg) no-repeat 50%}.plan-card .t4 .cha,.plan-card .t4 .gou{display:block;width:18px;height:18px;position:absolute;left:0;top:0;background-size:contain}.plan-card .t4 .re{color:#ce2c2c}.plan-card .t4 .bo{font-weight:700}.buysubs-container .buy-header[data-v-73781172]{margin-bottom:20px}.buysubs-container .buy-header .tit[data-v-73781172]{font-size:25px;color:#000}.buysubs-container .buy-tabs[data-v-73781172]{overflow:hidden;margin-bottom:25px}.buysubs-container .buy-tabs .header[data-v-73781172]{border:1px solid rgba(var(--primary-color),1);border-radius:38px;margin:0;padding:4px;overflow:hidden;list-style:none;float:left}.buysubs-container .buy-tabs .header li[data-v-73781172]{cursor:pointer;height:32px;line-height:32px;padding:0 20px;color:rgba(var(--primary-color),1);font-size:17px;float:left;border-radius:32px}.buysubs-container .buy-tabs .header li.is-active[data-v-73781172]{background-color:rgba(var(--primary-color),1);color:#fff}@media screen and (max-width:700px){.buy-row[data-v-73781172]{display:block}}.plan-cont .t0{display:none}"
  },
  {
    "path": "static/css/chunk-59e0bc55.64613b28.css",
    "content": ".invite-container .bal-box[data-v-6ca82348]{height:160px;display:flex;align-items:center;justify-content:space-between}.invite-container .bal-box .money[data-v-6ca82348]{font-size:60px;text-shadow:4px 4px 4px rgba(0,0,0,.1);margin-left:50px}.invite-container .bal-box .btns[data-v-6ca82348]{display:flex;flex-direction:column}.invite-container .bal-box .btns .svg-icon[data-v-6ca82348]{font-size:22px;margin-right:5px}@media screen and (max-width:700px){.invite-container .bal-box[data-v-6ca82348]{flex-direction:column;height:auto}.invite-container .bal-box .money[data-v-6ca82348]{margin-left:0;margin-bottom:30px;font-size:40px}}"
  },
  {
    "path": "static/css/chunk-6462ad91.54f4a085.css",
    "content": ".lang[data-v-20fc1357]{cursor:pointer}@keyframes float-up{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.auth-container{height:100vh;background-color:#fff}.auth-container .auth-box{display:flex;flex-direction:row}.auth-container .left-img{height:100vh;padding:20px;flex:1}.auth-container .left-img .warp{background:rgba(var(--primary-color),1);box-shadow:5px 5px 27px 0 rgba(0,0,0,.2);border-radius:8px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 40px)}.auth-container .left-img .img{width:60%;height:450px;display:block;mix-blend-mode:luminosity;overflow:hidden;position:relative;cursor:pointer}.auth-container .left-img .img .in{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.auth-container .left-img .txt{width:60%;text-align:left}.auth-container .left-img .tit{font-weight:700;font-size:30px;color:#fffdfd;margin-bottom:20px;margin-top:20px}.auth-container .left-img .desc{font-weight:400;font-size:16px;color:#fffdfd}.auth-container .right-form{flex:2;height:100vh;padding:0 100px;position:relative;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-container .right-form .wrapper{width:50%}.auth-container .right-form .title{font-weight:400;font-size:36px}.auth-container .right-form .title b{font-size:20px;color:#7d7d7d;font-weight:400}.auth-container .right-form .tip{font-size:14px}.auth-container .right-form .blu{color:rgba(var(--primary-color),1)}.auth-container .right-form .control{margin-bottom:16px}.auth-container .right-form .ant-form-item-label label{font-size:16px}.auth-container .right-form .ant-form-explain{margin-top:5px;position:absolute;text-align:right;width:100%}.auth-container .right-form .input{background:rgba(245,244,244,.7)}.auth-container .right-form .input .ant-input{height:46px;font-size:16px}.auth-container .right-form .agree{margin-top:-5px;margin-bottom:40px}.auth-container .right-form .btn{height:46px;font-size:18px}.auth-container .copyright{margin-top:0;text-align:center}@media screen and (max-width:1400px){.auth-container .right-form .wrapper{width:70%}}@media screen and (max-width:1000px){.auth-container .right-form .wrapper{width:100%}}@media screen and (max-width:800px){.auth-container .left-img{display:none}.auth-container .right-form{padding:0 30px;justify-content:flex-start;padding-top:50px}.auth-container .right-form .title{font-size:32px}.auth-container .right-form .input .ant-input{height:40px}.auth-container .right-form .input .ant-input-suffix{right:6px}.auth-container .right-form .input .ant-input-suffix .ant-btn{height:30px}.auth-container .right-form .btn{height:46px}}"
  },
  {
    "path": "static/css/chunk-6765a98f.9f3e51a6.css",
    "content": ".lang[data-v-20fc1357]{cursor:pointer}.bell-notice .bell[data-v-365e9962]{font-size:28px}.bell-box[data-v-365e9962]{max-height:300px;overflow:auto}.bell-box ul[data-v-365e9962]{margin:0;padding:0;list-style:none}.bell-box li[data-v-365e9962]{display:flex;flex-direction:row;align-items:center;position:relative;margin-bottom:20px;cursor:pointer}.bell-box li[data-v-365e9962]:after{position:absolute;left:0;bottom:-10px;width:100%;content:\"\";margin:0;border:none;height:1px;background-color:#f5f5f5;background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.4),transparent);opacity:.1}.bell-box li .icon[data-v-365e9962]{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:6px;background-color:#c5dffd;color:rgba(var(--primary-color),1);font-size:26px;margin-right:10px}.bell-box li .texts[data-v-365e9962]{flex:1}.bell-box li .tit[data-v-365e9962]{font-weight:500;font-size:16px;white-space:nowrap}.bell-box li .time[data-v-365e9962]{font-size:12px;color:#afacac}.ant-popover-title{font-size:18px;padding:8px 15px}.corner-bar[data-v-2ba0a4eb]{display:flex;align-items:center;margin-right:-8px}.corner-bar .item[data-v-2ba0a4eb]{cursor:pointer;margin:0 8px}.corner-bar .rightbar[data-v-2ba0a4eb]{display:flex;flex-direction:row;align-items:center;padding:4px;border-radius:30px;background-color:#f2f2f2;box-shadow:inset 0 0 5px 0 rgba(0,0,0,.05)}.corner-bar .avatar[data-v-2ba0a4eb]{display:flex;justify-content:center;align-items:center;font-weight:700;font-size:16px;color:#bc3aaf;line-height:1;width:30px;height:30px;border-radius:50%;background-color:#fff;filter:drop-shadow(0 0 4px rgba(0,0,0,.08))}.corner-bar .name[data-v-2ba0a4eb]{font-weight:700;font-size:16px;margin:0;line-height:1;margin-right:10px;margin-left:10px}.corner-bar .email[data-v-2ba0a4eb]{font-size:14px;margin:0}@media screen and (max-width:700px){.corner-bar .name[data-v-2ba0a4eb]{display:none}}.home-header[data-v-24d75f4e]{background-color:hsla(0,0%,94.1%,.4);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);left:0;top:0;width:100%;position:fixed;z-index:10;height:60px;overflow:hidden}.home-header .header-wrapper[data-v-24d75f4e]{background-color:hsla(0,0%,100%,.55);z-index:2;position:relative}.home-header .filter-blur[data-v-24d75f4e]{position:absolute;width:100%;left:0;top:60px;z-index:1;filter:blur(10px)}.home-header .wrapper-box[data-v-24d75f4e]{height:60px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.home-header .header-logo .logo[data-v-24d75f4e]{font-size:26px;margin-bottom:0;color:rgba(var(--primary-color),1);text-shadow:2px 2px 5px rgba(0,0,0,.1);display:flex;flex-direction:row;align-items:center}.home-header .header-logo .logo img[data-v-24d75f4e]{width:34px;margin-right:8px}.home-header .header-nav[data-v-24d75f4e] .ant-anchor:after{content:\"\";display:block;clear:both}.home-header .header-nav[data-v-24d75f4e] .ant-anchor-wrapper{overflow:visible;background-color:transparent}.home-header .header-nav[data-v-24d75f4e] .ant-anchor-ink{display:none}.home-header .header-nav[data-v-24d75f4e] .ant-anchor-link{float:left;padding:0;margin:0 10px}.home-header .header-nav[data-v-24d75f4e] .ant-anchor-link:hover a{color:rgba(var(--primary-color),1)}.home-header .header-nav[data-v-24d75f4e] .ant-anchor-link a{color:#000;font-size:18px;padding:8px 20px}.home-header .header-sign .login[data-v-24d75f4e]{color:#000;margin-right:20px;font-size:16px}.home-header .header-sign .reg[data-v-24d75f4e]{font-size:16px}.home-header .header-book[data-v-24d75f4e]{font-size:20px;color:rgba(var(--primary-color),1);cursor:pointer;display:none}.header-menu[data-v-24d75f4e]{z-index:2;position:relative;padding:0 20px;box-sizing:border-box;border-top:1px solid #eee;box-shadow:0 12px 12px 1px rgba(0,0,0,.05);background-color:hsla(0,0%,100%,.7)}.header-menu[data-v-24d75f4e] .ant-anchor-wrapper{background-color:transparent}.header-menu[data-v-24d75f4e] .ant-anchor-ink{display:none}.header-menu[data-v-24d75f4e] .ant-anchor-link{padding:0}.header-menu[data-v-24d75f4e] .ant-anchor-link:hover a{color:rgba(var(--primary-color),1)}.header-menu[data-v-24d75f4e] .ant-anchor-link a{color:#000;font-size:18px;padding:18px 0;border-bottom:1px solid #eee}.slide-fade-enter-active[data-v-24d75f4e]{transition:all .3s ease}.slide-fade-leave-active[data-v-24d75f4e]{transition:all .5s cubic-bezier(1,.5,.8,1)}.slide-fade-enter[data-v-24d75f4e],.slide-fade-leave-to[data-v-24d75f4e]{transform:translateX(10px);opacity:0}@media screen and (max-width:1100px){.home-header .header-nav[data-v-24d75f4e] .ant-anchor-link{margin:0}.home-header .header-logo .logo[data-v-24d75f4e]{font-size:0}}@media screen and (max-width:850px){.home-header.show-menu[data-v-24d75f4e]{height:auto}.home-header .header-logo[data-v-24d75f4e],.home-header .header-nav[data-v-24d75f4e]{display:none}.home-header .header-book[data-v-24d75f4e]{display:block}}@keyframes spincube-data-v-1817f1bc{0%,to{transform:rotateX(0deg)}0%,25%{transform:rotateX(0deg)}33%,58%{transform:rotateX(120deg)}66%,92%{transform:rotateX(240deg)}to{transform:rotateX(1turn)}}.home-banner[data-v-1817f1bc]{height:500px;overflow:hidden;position:relative;background-color:#f7f8f9}.home-banner .t19[data-v-1817f1bc]{background:linear-gradient(90.13deg,#000 .11%,rgba(var(--primary-color),1) 25.06%,#000 50%,#6492d7 74.8%,#bbdef2 99.76%);-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.home-banner .t10[data-v-1817f1bc]{animation-name:spincube-data-v-1817f1bc;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-duration:16s;transform-style:preserve-3d;transform-origin:40px 40px 0}.home-banner .t10 .t11[data-v-1817f1bc]{transform:translateZ(40px);-webkit-backface-visibility:hidden}.home-banner .t10 .t12[data-v-1817f1bc]{transform:rotateX(120deg) translateZ(40px);-webkit-backface-visibility:hidden}.home-banner .t10 .t13[data-v-1817f1bc]{transform:rotateX(240deg) translateZ(40px);-webkit-backface-visibility:hidden}.home-banner .t10>div[data-v-1817f1bc]{position:absolute;height:80px;text-align:left;width:100%}.home-banner .t1[data-v-1817f1bc]{font-size:60px;display:block;margin-top:130px;margin-bottom:100px;color:#000;line-height:1.2}.home-banner .t1 span[data-v-1817f1bc]{display:block}.home-banner .t2[data-v-1817f1bc]{color:var(--sub-color);font-size:30px;margin-bottom:20px;padding:0}.home-banner .t2-wrap[data-v-1817f1bc]{background-color:transparent}.home-banner .t2-wrap[data-v-1817f1bc] .ant-anchor{padding-left:0}.home-banner .t2-wrap[data-v-1817f1bc] .ant-anchor-ink{display:none}.home-banner .t2-wrap[data-v-1817f1bc] .ant-anchor-wrapper{background-color:transparent}.home-banner .t3[data-v-1817f1bc]{font-size:30px}.home-banner .t3 .t4[data-v-1817f1bc]{display:inline-block;color:rgba(var(--primary-color),1)}.home-banner .t3 .t4[data-v-1817f1bc]:hover{transform:translateX(4px)}.home-banner .earth[data-v-1817f1bc]{position:absolute;width:420px;height:420px;right:0;top:-90px;pointer-events:none}.home-banner .earth .in[data-v-1817f1bc]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.home-banner .earth .in2[data-v-1817f1bc]{width:432px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1100px){.home-banner[data-v-1817f1bc]{height:auto;padding:50px 0}.home-banner .t1[data-v-1817f1bc]{font-size:50px;text-align:center;margin-top:30px}.home-banner .t2[data-v-1817f1bc],.home-banner .t3[data-v-1817f1bc],.home-banner .t10>div[data-v-1817f1bc]{text-align:center}.home-banner .earth[data-v-1817f1bc]{position:relative;margin:0 auto;top:0;width:300px;height:300px;transform:scale(.8)}}.home-spec[data-v-48b30e2a]{padding:100px 0}.home-spec .spec-title[data-v-48b30e2a]{margin-bottom:50px}.home-spec .spec-list[data-v-48b30e2a]{overflow:hidden}.home-spec .spec-list ul[data-v-48b30e2a]{padding-left:0;margin:0 -1.66667%}.home-spec .spec-list li[data-v-48b30e2a]{width:30%;float:left;margin:0 1.66667%;margin-bottom:30px;visibility:hidden}.home-spec .spec-list li .svg-icon[data-v-48b30e2a]{font-size:50px;margin-left:-3px;transition:transform .5s ease;color:rgba(var(--primary-color),1)}.home-spec .spec-list li .tit[data-v-48b30e2a]{display:block;font-size:25px;margin:12px 0 10px;transition:transform .5s ease}.home-spec .spec-list li .desc[data-v-48b30e2a]{font-size:16px;line-height:1.8;transition:transform .5s ease;color:var(--sub-color);height:80px}.enUS .home-spec .spec-list li .desc[data-v-48b30e2a]{height:120px}@media screen and (max-width:1220px){.home-spec .spec-list ul[data-v-48b30e2a]{margin:0 -4.16667%}.home-spec .spec-list li[data-v-48b30e2a]{width:25%;margin:0 4.16667%}.home-spec .spec-list li .desc[data-v-48b30e2a]{height:100px}.enUS .home-spec .spec-list li .desc[data-v-48b30e2a]{height:200px}}@media screen and (max-width:900px){.home-spec .spec-list ul[data-v-48b30e2a]{margin:0 -5%}.home-spec .spec-list li[data-v-48b30e2a]{width:40%;margin:0 5%}}@media screen and (max-width:600px){.home-spec .spec-list li .desc[data-v-48b30e2a]{height:160px}.enUS .home-spec .spec-list li .desc[data-v-48b30e2a]{height:280px}}.home-advance[data-v-9a1c4dbc]{background-color:#f7f8f9;padding:130px 0}.home-advance .tabs[data-v-9a1c4dbc]{background-color:#fff;box-shadow:0 2px 3px rgba(2,14,62,.1)}.home-advance .tabs[data-v-9a1c4dbc] .ant-tabs-tab{padding:30px 20px;font-size:20px;margin-bottom:0;border-bottom:1px solid #e5e9ed}.home-advance .tabs[data-v-9a1c4dbc] .ant-tabs-tab:hover{color:inherit;opacity:.9}.home-advance .tabs[data-v-9a1c4dbc] .ant-tabs-tab:last-child{border-bottom:0}.home-advance .tabs[data-v-9a1c4dbc] .ant-tabs-tab-active{color:rgba(var(--primary-color),1)}.home-advance .tabs[data-v-9a1c4dbc] .ant-tabs-tabpane{padding:30px 30px 30px 0}.home-advance .tabs[data-v-9a1c4dbc] .ant-tabs-tabpane p{font-size:18px;font-weight:400;text-align:left;line-height:35px;margin-bottom:30px;color:var(--sub-color)}.home-advance .tabs[data-v-9a1c4dbc] .ant-tabs-ink-bar{left:0;background-color:rgba(var(--primary-color),1)}.home-advance .btns[data-v-9a1c4dbc]{text-align:center;margin-top:50px}.home-advance .btns[data-v-9a1c4dbc] .ant-btn{height:45px}@media screen and (max-width:900px){.home-advance .tabs[data-v-9a1c4dbc] .ant-tabs-bar{float:none}}.home-service[data-v-3a8661d6]{overflow:hidden;position:relative}.home-service .wrapper-box[data-v-3a8661d6]{overflow:hidden}.home-service .service-map[data-v-3a8661d6]{text-align:center;padding:100px 0}.home-service .service-map .t3[data-v-3a8661d6]{height:650px;position:relative}.home-service .service-map .world2[data-v-3a8661d6],.home-service .service-map .world[data-v-3a8661d6]{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.home-service .service-map .world2[data-v-3a8661d6]{width:1046px;margin-top:35px;margin-left:6px}.home-service .service-coopers[data-v-3a8661d6]{text-align:center;padding:80px 0;background-color:#f7f8f9}.home-service .coopers-box[data-v-3a8661d6]{position:relative;height:200px;display:flex;justify-content:center}.home-service .coopers-wrapper[data-v-3a8661d6]{width:1400px;flex:none;margin:0 auto;overflow:hidden;padding:10px 0}.home-service .coopers-wrapper[data-v-3a8661d6] .slick-list{padding-top:10px}.home-service .coopers-wrapper[data-v-3a8661d6] .slick-slider{height:150px}.home-service .coopers-wrapper[data-v-3a8661d6] .slick-dots li{margin:0 2px}.home-service .coopers-wrapper[data-v-3a8661d6] .slick-dots li.slick-active button{background-color:rgba(var(--primary-color),1)}.home-service .coopers-wrapper[data-v-3a8661d6] .slick-dots li button{background-color:#62a7f8}.home-service .coopers-list[data-v-3a8661d6]{display:block!important}.home-service .coopers-list .item[data-v-3a8661d6]{display:inline-block;height:114px;position:relative;margin:0 20px;font-size:30px}.home-service .coopers-list .item[data-v-3a8661d6]:hover{cursor:pointer}.home-service .coopers-list .item[data-v-3a8661d6]:hover:after{transform:translate(6px,6px)}.home-service .coopers-list .item:hover>span[data-v-3a8661d6],.home-service .coopers-list .item[data-v-3a8661d6]:hover:before{transform:translate(-6px,-6px)}.home-service .coopers-list .item>span[data-v-3a8661d6],.home-service .coopers-list .item[data-v-3a8661d6]:after,.home-service .coopers-list .item[data-v-3a8661d6]:before{content:\"\";position:absolute;width:100%;height:100%;left:0;top:0;box-sizing:border-box;transition:.5s ease}.home-service .coopers-list .item[data-v-3a8661d6]:after{background-color:#eff0f3;z-index:1}.home-service .coopers-list .item[data-v-3a8661d6]:before{background-color:#e0e2e8;z-index:2}.home-service .coopers-list .item>span[data-v-3a8661d6]{background-color:#fff;color:#bfc2cf;z-index:3;padding:25px 0 0 0}.home-service .coopers-list .item>span img[data-v-3a8661d6]{position:absolute}.home-service .coopers-list .item.item-0[data-v-3a8661d6]{width:210px}.home-service .coopers-list .item.item-0[data-v-3a8661d6]:after{-webkit-clip-path:polygon(26px 13px,210px 13px,210px 114px,26px 110px);clip-path:polygon(26px 13px,210px 13px,210px 114px,26px 110px)}.home-service .coopers-list .item.item-0[data-v-3a8661d6]:before{-webkit-clip-path:polygon(0 0,190px 0,200px 96px,6px 98px);clip-path:polygon(0 0,190px 0,200px 96px,6px 98px)}.home-service .coopers-list .item.item-0>span[data-v-3a8661d6]{-webkit-clip-path:polygon(2px 2px,188px 2px,198px 94px,8px 96px);clip-path:polygon(2px 2px,188px 2px,198px 94px,8px 96px)}.home-service .coopers-list .item.item-1[data-v-3a8661d6]{width:236px}.home-service .coopers-list .item.item-1[data-v-3a8661d6]:after{-webkit-clip-path:polygon(12px 20px,170px 13px,186px 114px,18px 103px);clip-path:polygon(12px 20px,170px 13px,186px 114px,18px 103px)}.home-service .coopers-list .item.item-1[data-v-3a8661d6]:before{-webkit-clip-path:polygon(0 0,230px 0,236px 90px,6px 92px);clip-path:polygon(0 0,230px 0,236px 90px,6px 92px)}.home-service .coopers-list .item.item-1>span[data-v-3a8661d6]{-webkit-clip-path:polygon(2px 2px,228px 2px,234px 88px,8px 90px);clip-path:polygon(2px 2px,228px 2px,234px 88px,8px 90px)}.home-service .coopers-list .item.item-2[data-v-3a8661d6]{width:225px}.home-service .coopers-list .item.item-2[data-v-3a8661d6]:after{-webkit-clip-path:polygon(4px 31px,155px 28px,155px 104px,0 114px);clip-path:polygon(4px 31px,155px 28px,155px 104px,0 114px)}.home-service .coopers-list .item.item-2[data-v-3a8661d6]:before{-webkit-clip-path:polygon(32px 0,220px 0,213px 100px,20px 100px);clip-path:polygon(32px 0,220px 0,213px 100px,20px 100px)}.home-service .coopers-list .item.item-2>span[data-v-3a8661d6]{-webkit-clip-path:polygon(34px 2px,218px 2px,211px 98px,22px 98px);clip-path:polygon(34px 2px,218px 2px,211px 98px,22px 98px)}.home-service .coopers-list .item.item-3[data-v-3a8661d6]{width:210px}.home-service .coopers-list .item.item-3[data-v-3a8661d6]:after{-webkit-clip-path:polygon(15px 15px,202px 33px,210px 114px,20px 104px);clip-path:polygon(15px 15px,202px 33px,210px 114px,20px 104px)}.home-service .coopers-list .item.item-3[data-v-3a8661d6]:before{-webkit-clip-path:polygon(0 0,180px 0,188px 102px,10px 104px);clip-path:polygon(0 0,180px 0,188px 102px,10px 104px)}.home-service .coopers-list .item.item-3>span[data-v-3a8661d6]{-webkit-clip-path:polygon(2px 2px,178px 2px,186px 100px,12px 102px);clip-path:polygon(2px 2px,178px 2px,186px 100px,12px 102px)}.home-service .coopers-list .item.item-4[data-v-3a8661d6]{width:226px}.home-service .coopers-list .item.item-4[data-v-3a8661d6]:after{-webkit-clip-path:polygon(26px 26px,226px 20px,220px 114px,28px 114px);clip-path:polygon(26px 26px,226px 20px,220px 114px,28px 114px)}.home-service .coopers-list .item.item-4[data-v-3a8661d6]:before{-webkit-clip-path:polygon(6px 0,214px 0,208px 102px,3px 100px);clip-path:polygon(6px 0,214px 0,208px 102px,3px 100px)}.home-service .coopers-list .item.item-4>span[data-v-3a8661d6]{-webkit-clip-path:polygon(8px 2px,212px 2px,206px 100px,5px 98px);clip-path:polygon(8px 2px,212px 2px,206px 100px,5px 98px)}@media screen and (max-width:900px){.home-service .service-map .t3[data-v-3a8661d6]{height:400px;transform:scale(.7)}}@media screen and (max-width:700px){.home-service .service-map .t3[data-v-3a8661d6]{height:300px;transform:scale(.5)}.home-service .coopers-wrapper[data-v-3a8661d6] .slick-list{transform:scale(.8)}}.home-question[data-v-1d5a5898]{padding:30px 0}.home-question .qa-title[data-v-1d5a5898]{font-size:40px;font-weight:700;margin:50px 0}.home-question .qa-list[data-v-1d5a5898]{margin-bottom:10px;display:flex;flex-direction:row;justify-content:space-between}.home-question .qa-list[data-v-1d5a5898] .ant-collapse{width:48%;background-color:transparent}.home-question .qa-list[data-v-1d5a5898] .ant-collapse-header{font-size:20px;font-weight:600;line-height:30px;padding:30px 40px 30px 0}.home-question .qa-list[data-v-1d5a5898] .ant-collapse-header:hover{color:rgba(var(--primary-color),1)}.home-question .qa-list[data-v-1d5a5898] .ant-collapse-header .anticon{font-size:16px;color:rgba(var(--primary-color),1)}.home-question .qa-list[data-v-1d5a5898] .ant-collapse-item{border-top:1px solid #e5e9ed;border-bottom:0}.home-question .qa-list[data-v-1d5a5898] .ant-collapse-content-box{padding:0}.home-question .qa-list .qa-awnser p[data-v-1d5a5898]{font-size:17px;font-weight:400;line-height:30px;margin-bottom:20px;color:#616577}.home-question .qa-list .qa-awnser img[data-v-1d5a5898]{display:block;margin-bottom:20px}.home-question .qa-list .qa-awnser ul[data-v-1d5a5898]{margin-bottom:30px}.home-question .qa-list .qa-awnser ul li[data-v-1d5a5898]{font-size:17px;font-weight:400;line-height:30px;color:#242c45;margin-bottom:20px}.home-question .qa-list .qa-awnser ul li[data-v-1d5a5898]:before{margin:0 13.5px 0 0;background:url(../../static/img/get-arr.3bfadea3.svg) 50% no-repeat;background-size:auto;content:\"\";display:inline-block;width:12px;height:9px}.home-question .qa-list .qa-awnser ul li span[data-v-1d5a5898]{color:#616577}.home-question .qa-list .qa-awnser dl[data-v-1d5a5898]{position:relative;padding-left:38px;margin-bottom:30px}.home-question .qa-list .qa-awnser dl dt[data-v-1d5a5898]{color:#f2585e;font-size:24px;position:absolute;left:0;top:-2px}.home-question .qa-list .qa-awnser dl dt.gre[data-v-1d5a5898]{color:#4fb89c}.home-question .qa-list .qa-awnser dl dd span[data-v-1d5a5898]:first-child{font-size:17px;font-weight:500;line-height:30px;color:#242c45;display:block;margin-bottom:15px}.home-question .qa-list .qa-awnser dl dd span[data-v-1d5a5898]:nth-child(2){font-size:17px;font-weight:400;line-height:30px;color:#616577;display:block}@media screen and (max-width:800px){.home-question .qa-list[data-v-1d5a5898]{display:block}.home-question .qa-list[data-v-1d5a5898] .ant-collapse{width:100%}}.home-about[data-v-3ed35d0d]{margin-top:120px}.home-about .qa-title[data-v-3ed35d0d]{font-size:30px;font-weight:700;margin-bottom:20px}.home-about .qa-about[data-v-3ed35d0d]{font-size:16px;color:#616577;margin-bottom:100px}.copyright[data-v-6d581432]{text-align:center;padding:25px;font-size:16px;color:var(--sub-color)}.home-container{background-color:#fff;padding-top:60px}.home-container .wrapper-box{width:1200px;margin:0 auto;position:relative}.home-container .text-title{font-size:40px;font-weight:600;margin-bottom:20px;text-align:center;padding:0 20px}.home-container .text-desc{font-size:21px;font-weight:400;color:#616577;margin-bottom:80px;text-align:center;padding:0 20px}.home-container li,.home-container ul{list-style:none;padding:0;margin:0}@media screen and (max-width:1220px){.home-container .wrapper-box{width:100%;padding:0 20px;box-sizing:border-box}}"
  },
  {
    "path": "static/css/chunk-753cdac9.2d97752d.css",
    "content": ".lang[data-v-20fc1357]{cursor:pointer}.bell-notice .bell[data-v-365e9962]{font-size:28px}.bell-box[data-v-365e9962]{max-height:300px;overflow:auto}.bell-box ul[data-v-365e9962]{margin:0;padding:0;list-style:none}.bell-box li[data-v-365e9962]{display:flex;flex-direction:row;align-items:center;position:relative;margin-bottom:20px;cursor:pointer}.bell-box li[data-v-365e9962]:after{position:absolute;left:0;bottom:-10px;width:100%;content:\"\";margin:0;border:none;height:1px;background-color:#f5f5f5;background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.4),transparent);opacity:.1}.bell-box li .icon[data-v-365e9962]{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:6px;background-color:#c5dffd;color:rgba(var(--primary-color),1);font-size:26px;margin-right:10px}.bell-box li .texts[data-v-365e9962]{flex:1}.bell-box li .tit[data-v-365e9962]{font-weight:500;font-size:16px;white-space:nowrap}.bell-box li .time[data-v-365e9962]{font-size:12px;color:#afacac}.ant-popover-title{font-size:18px;padding:8px 15px}.corner-bar[data-v-2ba0a4eb]{display:flex;align-items:center;margin-right:-8px}.corner-bar .item[data-v-2ba0a4eb]{cursor:pointer;margin:0 8px}.corner-bar .rightbar[data-v-2ba0a4eb]{display:flex;flex-direction:row;align-items:center;padding:4px;border-radius:30px;background-color:#f2f2f2;box-shadow:inset 0 0 5px 0 rgba(0,0,0,.05)}.corner-bar .avatar[data-v-2ba0a4eb]{display:flex;justify-content:center;align-items:center;font-weight:700;font-size:16px;color:#bc3aaf;line-height:1;width:30px;height:30px;border-radius:50%;background-color:#fff;filter:drop-shadow(0 0 4px rgba(0,0,0,.08))}.corner-bar .name[data-v-2ba0a4eb]{font-weight:700;font-size:16px;margin:0;line-height:1;margin-right:10px;margin-left:10px}.corner-bar .email[data-v-2ba0a4eb]{font-size:14px;margin:0}@media screen and (max-width:700px){.corner-bar .name[data-v-2ba0a4eb]{display:none}}.panel-box{margin-bottom:50px}.panel-header{font-size:20px;margin-bottom:15px;position:relative}.panel-header .tit{color:rgba(0,0,0,.631372549)}.panel-header .right{position:absolute;right:0;top:50%;transform:translateY(-40%)}.panel-body{padding:20px 30px;background-color:#fff;border-radius:6px;position:relative}.data-table{padding:0 20px 20px;margin-top:20px}.data-table .ant-table-thead>tr>th{background-color:transparent}.data-table .ant-table-tbody>tr>td{color:#000;font-size:14px}.n-button{min-width:120px;height:32px;border-radius:4px;padding:0 10px;font-size:14px;border:0;outline:0;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center}.n-button .svg-icon{margin-right:5px;font-size:1em}.n-button.color-1{background:rgba(var(--primary-color),.35);border:1px solid rgba(var(--primary-color),1);color:rgba(var(--primary-color),1)}.n-button.color-2{background:rgba(44,156,69,.41);border:1px solid #2c9c45;color:#2c9c45}.n-button.color-3{background:rgba(237,65,65,.18);border:1px solid #d7414a;color:#d7414a}.n-button:hover{opacity:.9}.overview-box{margin-bottom:50px}.overview-box .item{position:relative;width:100%;height:100px;border-radius:10px;display:flex;overflow:hidden;flex-direction:row;align-items:center;padding:10px 20px;transition:background-color .8s ease}.overview-box .item:hover{background-color:#e8f0ff;cursor:pointer}.overview-box .item:hover .arrow{opacity:1}.overview-box .item:hover .icon{background-color:#fff}.overview-box .icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center;background-color:#dff4fd;border-radius:8px;margin-right:15px;transition:background-color .5s ease;color:rgba(var(--primary-color),1)}.overview-box .icon .svg-icon{font-size:34px}.overview-box .tit{font-size:22px;font-weight:700}.overview-box .exp{color:#797676;font-size:18px}.overview-box .arrow{color:rgba(var(--primary-color),1);font-size:24px;position:absolute;right:10px;top:50%;transform:translateY(-50%) scaleX(.7);transition:all .5s ease;opacity:0}.layout-container[data-v-6993b098]{background-color:#fafafa;height:100vh;overflow:hidden}.layout-container.is-expand[data-v-6993b098] .ant-tooltip{display:none!important}.layout-container.is-collapse .layout-menu[data-v-6993b098]{width:60px}.layout-container.is-collapse .layout-topbar[data-v-6993b098]{left:100px}.layout-container.is-collapse .layout-topbar .topbar-collapse .svg-icon[data-v-6993b098]{perspective:400px}.layout-container.is-collapse .layout-topbar .topbar-collapse .svg-icon img[data-v-6993b098]{transform:rotateY(180deg)}.layout-container.is-collapse .layout-main[data-v-6993b098]{left:100px}.layout-container.is-collapse .menu-logo img[data-v-6993b098]{width:36px;margin-right:0}.layout-container.is-collapse .menu-logo>span[data-v-6993b098]{display:none}.layout-container.is-collapse .menu-groups[data-v-6993b098]{height:calc(100vh - 125px)}.layout-container.is-collapse .menu-group[data-v-6993b098]{padding:0 5px}.layout-container.is-collapse .menu-group .g-title[data-v-6993b098]{font-size:16px;text-align:center;padding-left:0;display:none}.layout-container.is-collapse .menu-group .g-links .link[data-v-6993b098]{padding:12px 0;border-radius:8px;justify-content:center}.layout-container.is-collapse .menu-group .g-links .svg-icon[data-v-6993b098]{font-size:24px}.layout-container.is-collapse .menu-group .g-links .tit[data-v-6993b098],.layout-container.is-collapse .version[data-v-6993b098]{display:none}.layout-container .layout-menu[data-v-6993b098]{width:220px;border-radius:8px;position:absolute;left:20px;top:20px;overflow:hidden;transition:width .3s ease}.layout-container .layout-topbar[data-v-6993b098]{position:absolute;left:260px;height:80px;top:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 20px 0 10px;background-color:hsla(0,0%,98%,.8);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);z-index:5}.layout-container .layout-main[data-v-6993b098]{position:absolute;left:260px;top:0;right:0;bottom:0;overflow:auto;padding:80px 20px 0}.layout-container .layout-main .wrapper[data-v-6993b098]{width:1920px;max-width:100%;padding:30px 0;margin:0 auto}.layout-container .menu-logo[data-v-6993b098]{font-size:30px;text-align:center;padding:20px 0;margin:0;cursor:pointer;white-space:nowrap}.layout-container .menu-logo img[data-v-6993b098]{margin-right:10px;width:38px}.layout-container .menu-groups[data-v-6993b098]{height:calc(100vh - 172px);overflow:hidden}.layout-container .menu-groups[data-v-6993b098]:hover{overflow:auto}.layout-container .menu-group[data-v-6993b098]{padding:0 30px;margin-bottom:20px}.layout-container .menu-group .g-title[data-v-6993b098]{font-size:16px;margin-bottom:8px;padding-left:15px;color:rgba(0,0,0,.631372549)}.layout-container .menu-group .g-links[data-v-6993b098]{list-style:none;padding:0;margin:0;overflow:hidden}.layout-container .menu-group .g-links li[data-v-6993b098]{margin-bottom:5px}.layout-container .menu-group .g-links li:hover .link[data-v-6993b098]{background-color:#f7faff}.layout-container .menu-group .g-links li.is-active .link[data-v-6993b098]{background-color:#e8f0ff}.layout-container .menu-group .g-links .link[data-v-6993b098]{display:flex;padding:12px 25px 12px 15px;border-radius:8px;align-items:center;flex-direction:row;flex-wrap:nowrap;cursor:pointer}.layout-container .menu-group .g-links .svg-icon[data-v-6993b098]{font-size:23px;color:rgba(var(--primary-color),1)}.layout-container .menu-group .g-links .tit[data-v-6993b098]{font-size:16px;color:#000;margin-left:10px;white-space:nowrap}.layout-container .version[data-v-6993b098]{font-size:12px;padding:15px 10px;color:#999;text-align:center;margin:0}.layout-container .topbar-collapse[data-v-6993b098]{display:flex;flex-direction:row;align-items:center}.layout-container .topbar-collapse .svg-icon[data-v-6993b098]{width:32px;height:32px;cursor:pointer}.layout-container .topbar-collapse .svg-icon img[data-v-6993b098]{transition:transform .5s ease;width:100%;height:100%;display:block}.is-darkmode .layout-container .topbar-collapse .svg-icon img[data-v-6993b098]{filter:invert(100%)}.layout-container .topbar-collapse .title[data-v-6993b098]{font-size:24px;margin-left:20px}@media screen and (max-width:1920px){.layout-container .layout-main .wrapper[data-v-6993b098]{width:100%}}@media screen and (max-width:700px){.layout-container[data-v-6993b098] .ant-tooltip{display:none!important}.layout-container.is-collapse .layout-menu[data-v-6993b098]{width:0}.layout-container.is-collapse .layout-main[data-v-6993b098],.layout-container.is-collapse .layout-topbar[data-v-6993b098]{left:0}.layout-container.is-collapse .menu-group .g-links .link[data-v-6993b098]{justify-content:flex-start}.layout-container.is-collapse .menu-group .g-links .tit[data-v-6993b098]{display:block}.layout-container .layout-menu[data-v-6993b098]{left:0;top:0;height:100vh;border-radius:0;z-index:6}.layout-container .layout-main[data-v-6993b098]{left:0}.layout-container .layout-topbar[data-v-6993b098]{left:0;height:60px}.layout-container .menu-groups[data-v-6993b098]{height:calc(100vh - 138px)}.layout-container .topbar-collapse .title[data-v-6993b098]{font-size:20px;margin-left:10px}.layout-container .topbar-collapse .svg-icon[data-v-6993b098]{width:28px;height:28px}}"
  },
  {
    "path": "static/css/chunk-78d4ca10.6f1ab7b9.css",
    "content": ".mofify-password[data-v-f2926fd0]{padding-bottom:20px}.mofify-password[data-v-f2926fd0] .ant-form-item{margin-bottom:10px}.mofify-password[data-v-f2926fd0] .ant-form-item-label>label{font-size:16px}.mofify-password .btn[data-v-f2926fd0]{display:flex;justify-content:flex-end;margin-top:20px}.mofify-password .btn .n-button[data-v-f2926fd0]{height:36px}.tele-modal[data-v-2b26e85e] .ant-modal-footer .ant-btn:first-child{display:none}.tele-item .tit[data-v-2b26e85e]{display:block;border-bottom:1px solid #eee;color:#000;padding:10px 0;font-size:16px}.tele-item .tit .svg-icon[data-v-2b26e85e]{font-size:25px;color:rgba(var(--primary-color),1)}.tele-item .desc[data-v-2b26e85e]{padding:10px 0;font-size:14px;word-break:break-all}.tele-item .desc b[data-v-2b26e85e]{color:rgba(var(--primary-color),1);font-weight:400}.tele-item .bglink[data-v-2b26e85e]{background-color:#eee;border-radius:4px;padding:5px;margin-top:7px;display:block}.profile-container[data-v-0210c598]{padding-bottom:30px}.profile-container .pro-bg[data-v-0210c598]{width:100%;height:300px;border-radius:8px;overflow:hidden}.profile-container .pro-bg img[data-v-0210c598]{width:calc(100% + 100px);display:block;margin-top:-50px;margin-left:-50px}.profile-container .pro-bag[data-v-0210c598]{border-radius:8px;width:calc(100% - 80px);margin:-60px auto 50px;padding:20px 220px 20px 30px;position:relative}.profile-container .pro-bag .tit[data-v-0210c598]{font-size:16px}.profile-container .pro-bag .rmb[data-v-0210c598]{font-size:36px;font-weight:600;margin-bottom:5px;position:relative;top:18px}.profile-container .pro-bag .btns[data-v-0210c598]{position:absolute;right:20px;top:0;height:100%;display:flex;flex-direction:column;justify-content:center}.profile-container .pro-bag .btns .svg-icon[data-v-0210c598]{font-size:22px;margin-right:5px}.profile-container .pro-bag .n-button[data-v-0210c598]{height:36px;margin-bottom:20px}.profile-container .pro-bag .n-button .svg-icon[data-v-0210c598]{font-size:24px;margin-right:5px}.profile-container .pro-setting[data-v-0210c598]{position:relative}.profile-container .pro-setting .tip[data-v-0210c598]{font-size:12px;color:#9e9c9c;position:absolute;left:82px;top:22px}.profile-container .pro-setting .item[data-v-0210c598]{font-weight:600;font-size:14px;padding:10px 0;color:#000;display:flex;flex-direction:row;justify-content:center;align-items:center}.profile-container .pro-setting .item>span[data-v-0210c598]{flex:1}.profile-container .pro-reset[data-v-0210c598]{margin-top:30px}.profile-container .pro-reset .btn[data-v-0210c598]{display:flex;justify-content:flex-end;padding:20px 0}.profile-container .pro-reset .btn .n-button[data-v-0210c598]{height:36px}.profile-container .pro-tele[data-v-0210c598]{padding-bottom:15px}.profile-container .pro-tele .desc[data-v-0210c598]{font-size:16px;margin-bottom:12px}.profile-container .pro-tele .n-button[data-v-0210c598]{height:36px}.profile-container[data-v-0210c598] .ant-card{border:0;border-radius:6px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.04)}.profile-container[data-v-0210c598] .ant-card-head{border-bottom:0}.profile-container[data-v-0210c598] .ant-card-body{padding:10px 24px}.profile-container[data-v-0210c598] .ant-card-head-title{font-size:18px;color:#000;font-weight:600}@media screen and (max-width:700px){.profile-container .pro-bag[data-v-0210c598]{width:90%;padding-right:30px}.profile-container .pro-bag .rmb[data-v-0210c598]{text-align:center}.profile-container .pro-bag .btns[data-v-0210c598]{position:static;margin-top:40px;display:flex;flex-direction:column;align-items:center}}"
  },
  {
    "path": "static/css/chunk-79e2d36c.3e588de0.css",
    "content": ".order-info .order-main[data-v-f02751dc],.order-info .order-side[data-v-f02751dc]{padding:40px 80px}.order-info .g-group[data-v-f02751dc]{position:relative}.order-info .g-group .header[data-v-f02751dc]{font-size:20px;margin-bottom:16px}.order-info .g-group .items.disabled[data-v-f02751dc]{filter:grayscale(.2);pointer-events:none}.order-info .g-group .item[data-v-f02751dc]{padding:8px 0}.order-info .g-group .tit[data-v-f02751dc]{color:#656262;font-size:18px;margin-right:5px}.order-info .g-group .value[data-v-f02751dc]{font-size:18px;word-wrap:break-word;word-break:break-all}.order-info .g-group .tag-state2[data-v-f02751dc]{width:120px;height:120px;background:url(../../static/img/yz.f10a7955.png) no-repeat 50%;background-size:contain;text-align:center;overflow:hidden;position:absolute;right:0;top:0;transform:rotate(45deg) perspective(400px)}.order-info .g-group .tag-state2 span[data-v-f02751dc]{display:block;margin-top:50px;font-size:18px;color:#fff}.order-info .g-group .btn-cancel[data-v-f02751dc]{position:absolute;right:0;top:0;min-width:120px;height:36px}.order-info .g-group .btn-payment[data-v-f02751dc]{width:100%;height:46px;background:rgba(49,139,246,.16);border-radius:4px;text-align:left;font-size:14px;border:1px solid transparent;padding:0 15px;cursor:pointer;color:rgba(var(--primary-color),1)}.order-info .g-group .btn-payment img[data-v-f02751dc]{margin-right:5px}.order-info .g-group .btn-payment.is-active[data-v-f02751dc]{background:#fcdddd;border:1px solid #d7414a;color:#df555b}.order-info .g-btns[data-v-f02751dc]{text-align:right}.order-info .g-btns .btn[data-v-f02751dc]{height:56px;width:100%;font-size:18px}.order-info .g-btns .btn[data-v-f02751dc] .anticon{font-size:24px;top:2px;position:relative}@media screen and (max-width:800px){.order-info[data-v-f02751dc]{padding:0}.order-info .g-group .tag-state2[data-v-f02751dc]{transform:scale(.7) rotate(45deg) perspective(400px);right:-30px}.order-info .g-btns .btn[data-v-f02751dc]{height:50px}.order-info .order-main[data-v-f02751dc],.order-info .order-side[data-v-f02751dc]{padding:20px}}"
  },
  {
    "path": "static/css/chunk-7e75c5a6.3c49e56e.css",
    "content": "@keyframes float-up{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.auth-container{height:100vh;background-color:#fff}.auth-container .auth-box{display:flex;flex-direction:row}.auth-container .left-img{height:100vh;padding:20px;flex:1}.auth-container .left-img .warp{background:rgba(var(--primary-color),1);box-shadow:5px 5px 27px 0 rgba(0,0,0,.2);border-radius:8px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 40px)}.auth-container .left-img .img{width:60%;height:450px;display:block;mix-blend-mode:luminosity;overflow:hidden;position:relative;cursor:pointer}.auth-container .left-img .img .in{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.auth-container .left-img .txt{width:60%;text-align:left}.auth-container .left-img .tit{font-weight:700;font-size:30px;color:#fffdfd;margin-bottom:20px;margin-top:20px}.auth-container .left-img .desc{font-weight:400;font-size:16px;color:#fffdfd}.auth-container .right-form{flex:2;height:100vh;padding:0 100px;position:relative;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-container .right-form .wrapper{width:50%}.auth-container .right-form .title{font-weight:400;font-size:36px}.auth-container .right-form .title b{font-size:20px;color:#7d7d7d;font-weight:400}.auth-container .right-form .tip{font-size:14px}.auth-container .right-form .blu{color:rgba(var(--primary-color),1)}.auth-container .right-form .control{margin-bottom:16px}.auth-container .right-form .ant-form-item-label label{font-size:16px}.auth-container .right-form .ant-form-explain{margin-top:5px;position:absolute;text-align:right;width:100%}.auth-container .right-form .input{background:rgba(245,244,244,.7)}.auth-container .right-form .input .ant-input{height:46px;font-size:16px}.auth-container .right-form .agree{margin-top:-5px;margin-bottom:40px}.auth-container .right-form .btn{height:46px;font-size:18px}.auth-container .copyright{margin-top:0;text-align:center}@media screen and (max-width:1400px){.auth-container .right-form .wrapper{width:70%}}@media screen and (max-width:1000px){.auth-container .right-form .wrapper{width:100%}}@media screen and (max-width:800px){.auth-container .left-img{display:none}.auth-container .right-form{padding:0 30px;justify-content:flex-start;padding-top:50px}.auth-container .right-form .title{font-size:32px}.auth-container .right-form .input .ant-input{height:40px}.auth-container .right-form .input .ant-input-suffix{right:6px}.auth-container .right-form .input .ant-input-suffix .ant-btn{height:30px}.auth-container .right-form .btn{height:46px}}"
  },
  {
    "path": "static/css/chunk-8ce954c8.2ef150e1.css",
    "content": ".markdown-container[data-v-0045881e]{font-size:16px;padding:10px;color:#333}.markdown-container[data-v-0045881e] a{color:#428bca}.markdown-container[data-v-0045881e] a:focus,.markdown-container[data-v-0045881e] a:hover{color:#2a6496;text-decoration:underline}.markdown-container[data-v-0045881e] img{max-width:90%}.markdown-container[data-v-0045881e] p{margin:0 0 10px}.markdown-container[data-v-0045881e] hr{margin:20px 0;border:none;height:1px;background-color:rgba(0,0,0,.4);opacity:.25}.markdown-container[data-v-0045881e] blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.markdown-container[data-v-0045881e] blockquote ol:last-child,.markdown-container[data-v-0045881e] blockquote p:last-child,.markdown-container[data-v-0045881e] blockquote ul:last-child{margin-bottom:0}.markdown-container[data-v-0045881e] code:not(.hljs){padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.markdown-container[data-v-0045881e] mark{color:#000;background:#fcf8e3}.markdown-container[data-v-0045881e] dt{font-weight:700}.markdown-container[data-v-0045881e] dd{margin-left:0}.markdown-container[data-v-0045881e] table{width:100%;text-align:left;border-radius:4px 4px 0 0;border-collapse:separate;border-spacing:0;margin-bottom:20px}.markdown-container[data-v-0045881e] table th{color:rgba(0,0,0,.85);font-weight:500;text-align:left;background:#fafafa}.markdown-container[data-v-0045881e] table td,.markdown-container[data-v-0045881e] table th{border-bottom:1px solid #e8e8e8;padding:16px;overflow-wrap:break-word}.markdown-container[data-v-0045881e] table tbody tr:hover{background:#e6f7ff}.markdown-container[data-v-0045881e] .error,.markdown-container[data-v-0045881e] .info,.markdown-container[data-v-0045881e] .success,.markdown-container[data-v-0045881e] .warning{box-sizing:border-box;margin:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;padding:8px 15px 8px 37px;word-wrap:break-word;border-radius:4px;margin:10px 0}.markdown-container[data-v-0045881e] .error p,.markdown-container[data-v-0045881e] .info p,.markdown-container[data-v-0045881e] .success p,.markdown-container[data-v-0045881e] .warning p{margin:0}.markdown-container[data-v-0045881e] .error em,.markdown-container[data-v-0045881e] .info em,.markdown-container[data-v-0045881e] .success em,.markdown-container[data-v-0045881e] .warning em{font:inherit}.markdown-container[data-v-0045881e] .success{background-color:#f6ffed;border:1px solid #b7eb8f}.markdown-container[data-v-0045881e] .info{background-color:#e6f7ff;border:1px solid #91d5ff}.markdown-container[data-v-0045881e] .warning{background-color:#fffbe6;border:1px solid #ffe58f}.markdown-container[data-v-0045881e] .error{background-color:#fff1f0;border:1px solid #ffa39e}.knowledge-container .doc-tabs[data-v-84a358fe] .ant-tabs-nav-container{font-size:18px}.knowledge-container .doc-tabs[data-v-84a358fe] .ant-tabs-nav .ant-tabs-tab:hover{color:rgba(var(--primary-color),1)}.knowledge-container .doc-tabs[data-v-84a358fe] .ant-tabs-nav .ant-tabs-tab-active{text-shadow:none;color:rgba(var(--primary-color),1)}.knowledge-container .doc-tabs[data-v-84a358fe] .ant-tabs-ink-bar{background-color:rgba(var(--primary-color),1)}.knowledge-container .doc-dir[data-v-84a358fe]{padding:30px 20px 1px}.knowledge-container .doc-dir[data-v-84a358fe] .ant-timeline{color:#000;margin-bottom:-20px}.knowledge-container .doc-dir[data-v-84a358fe] .ant-timeline-item{font-size:18px;cursor:pointer}.knowledge-container .doc-dir[data-v-84a358fe] .ant-timeline-item.is-active,.knowledge-container .doc-dir[data-v-84a358fe] .ant-timeline-item:hover{color:rgba(var(--primary-color),1)}.knowledge-container .doc-dir[data-v-84a358fe] .ant-timeline-item .svg-icon{margin:0 6px}.knowledge-container .doc-dir[data-v-84a358fe] .ant-timeline-item-head-blue{background-color:rgba(var(--primary-color),1);border:0}.knowledge-container .doc-dir[data-v-84a358fe] .ant-timeline-item-tail{border-color:#cce3fd}.knowledge-container .doc-content[data-v-84a358fe]{padding:20px 0;box-sizing:border-box;height:calc(100vh - 212px);overflow:auto}.knowledge-container .doc-content .title[data-v-84a358fe]{font-size:24px;text-align:center;margin:20px 0}.knowledge-container .doc-content .html[data-v-84a358fe]{padding:20px 20px 100px}"
  },
  {
    "path": "static/css/chunk-a5232a28.3c49e56e.css",
    "content": "@keyframes float-up{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.auth-container{height:100vh;background-color:#fff}.auth-container .auth-box{display:flex;flex-direction:row}.auth-container .left-img{height:100vh;padding:20px;flex:1}.auth-container .left-img .warp{background:rgba(var(--primary-color),1);box-shadow:5px 5px 27px 0 rgba(0,0,0,.2);border-radius:8px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 40px)}.auth-container .left-img .img{width:60%;height:450px;display:block;mix-blend-mode:luminosity;overflow:hidden;position:relative;cursor:pointer}.auth-container .left-img .img .in{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.auth-container .left-img .txt{width:60%;text-align:left}.auth-container .left-img .tit{font-weight:700;font-size:30px;color:#fffdfd;margin-bottom:20px;margin-top:20px}.auth-container .left-img .desc{font-weight:400;font-size:16px;color:#fffdfd}.auth-container .right-form{flex:2;height:100vh;padding:0 100px;position:relative;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-container .right-form .wrapper{width:50%}.auth-container .right-form .title{font-weight:400;font-size:36px}.auth-container .right-form .title b{font-size:20px;color:#7d7d7d;font-weight:400}.auth-container .right-form .tip{font-size:14px}.auth-container .right-form .blu{color:rgba(var(--primary-color),1)}.auth-container .right-form .control{margin-bottom:16px}.auth-container .right-form .ant-form-item-label label{font-size:16px}.auth-container .right-form .ant-form-explain{margin-top:5px;position:absolute;text-align:right;width:100%}.auth-container .right-form .input{background:rgba(245,244,244,.7)}.auth-container .right-form .input .ant-input{height:46px;font-size:16px}.auth-container .right-form .agree{margin-top:-5px;margin-bottom:40px}.auth-container .right-form .btn{height:46px;font-size:18px}.auth-container .copyright{margin-top:0;text-align:center}@media screen and (max-width:1400px){.auth-container .right-form .wrapper{width:70%}}@media screen and (max-width:1000px){.auth-container .right-form .wrapper{width:100%}}@media screen and (max-width:800px){.auth-container .left-img{display:none}.auth-container .right-form{padding:0 30px;justify-content:flex-start;padding-top:50px}.auth-container .right-form .title{font-size:32px}.auth-container .right-form .input .ant-input{height:40px}.auth-container .right-form .input .ant-input-suffix{right:6px}.auth-container .right-form .input .ant-input-suffix .ant-btn{height:30px}.auth-container .right-form .btn{height:46px}}"
  },
  {
    "path": "static/css/chunk-b418fdba.a82ec784.css",
    "content": ".plan-card{width:100%;padding:20px;position:relative;overflow:hidden;margin-bottom:30px}.plan-card:hover{box-shadow:2px 2px 14px rgba(0,0,0,.15)}.plan-card .t0{width:200px;padding:5px;color:#fff;position:absolute;text-align:center;right:-65px;top:11px;background:#ce2c2c;transform:rotate(33.69deg)}.plan-card .t0.color-1{background:#3e92f6}.plan-card .t0.color-2{background:#faad14}.plan-card .t0.color-3{background:#eb2f96}.plan-card .t0.color-4{background:#04b5c7}.plan-card .t0.color-5{background:#384142}.plan-card .t0.color-6{background:#368914}.enUS .plan-card .t0{right:-52px;top:13px;transform:rotate(27.69deg)}.plan-card .t1{font-size:20px;font-weight:700;margin-bottom:10px}.plan-card .t2{font-size:25px;color:#ce2c2c;text-align:center;font-weight:700;margin-bottom:6px}.plan-card .t2 small{font-size:12px;color:#777;font-weight:400}.plan-card .t3{height:42px;padding:0 10px;font-size:16px;border:0;outline:0;cursor:pointer;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#ce2c2c;background:rgba(255,44,44,.37);border:1px solid #ce2c2c;border-radius:4px;margin-bottom:18px}.plan-card .t3 .cart{display:block;width:24px;height:24px;background:url(../../static/img/Cart.8ebe6ce5.svg) no-repeat 50%;margin-right:5px}.plan-card .t4{font-size:14px;margin-bottom:12px}.plan-card .t4 .tit{display:block;font-weight:700;margin-bottom:6px}.plan-card .t4 .desc{position:relative;padding-left:24px}.plan-card .t4 .tag{background-color:#f34d4d;color:#fff;font-size:12px;border-radius:12px;padding:0 8px;display:inline-block;vertical-align:middle;transform:scale(.95)}.plan-card .t4 .gou{background:url(../../static/img/get-circle-arr.f6324f62.svg) no-repeat 50%}.plan-card .t4 .cha{background:url(../../static/img/err-circle.d0fc0009.svg) no-repeat 50%}.plan-card .t4 .cha,.plan-card .t4 .gou{display:block;width:18px;height:18px;position:absolute;left:0;top:0;background-size:contain}.plan-card .t4 .re{color:#ce2c2c}.plan-card .t4 .bo{font-weight:700}.buysubs-container .order-box[data-v-302e335a]{padding:20px}.buysubs-container .order-box .tit[data-v-302e335a]{font-size:20px;color:#000;margin-bottom:15px;font-weight:700}.buysubs-container .order-box .radio-flex[data-v-302e335a]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.buysubs-container .order-box[data-v-302e335a] .ant-radio-group{display:block}.buysubs-container .order-box[data-v-302e335a] .ant-radio-button-wrapper{margin-bottom:10px;display:block;border-radius:4px;border:1.02px solid #d9d9d9}.buysubs-container .order-box[data-v-302e335a] .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background:rgba(var(--primary-color),.35);border:1px solid rgba(var(--primary-color),1);color:rgba(var(--primary-color),1)}.buysubs-container .order-box[data-v-302e335a] .ant-radio-button-wrapper:before{display:none}.buysubs-container .order-make[data-v-302e335a]{padding:20px 30px}.buysubs-container .order-make .block[data-v-302e335a]{font-size:16px;margin-bottom:20px}.buysubs-container .order-make .block .f20[data-v-302e335a]{font-size:20px}.buysubs-container .order-make .block .bo[data-v-302e335a]{font-weight:700}.buysubs-container .order-make .block .gra[data-v-302e335a]{color:#807e7e}.buysubs-container .order-make .block .h2[data-v-302e335a]{color:#807e7e;margin-bottom:5px;display:block}.buysubs-container .order-make .block .h2 .svg-icon[data-v-302e335a]{font-size:22px;margin-right:5px}.buysubs-container .order-make .block .h4[data-v-302e335a]{padding-left:30px;display:flex;justify-content:space-between}.buysubs-container .order-make .block .input[data-v-302e335a]{flex:1;margin-right:15px}.buysubs-container .order-make .btns[data-v-302e335a]{text-align:right;margin:40px 0 20px}.buysubs-container .order-make .btns .btn[data-v-302e335a]{height:38px}.buysubs-container .order-make .btns .btn[data-v-302e335a] .anticon{font-size:18px;top:2px;position:relative}"
  },
  {
    "path": "static/css/chunk-bf9939ba.3ac0e82e.css",
    "content": ".webview-container .iframe[data-v-0a912280]{width:100%;border:0;height:calc(100vh - 148px)}"
  },
  {
    "path": "static/css/chunk-d24ef460.5aa4a559.css",
    "content": ".error-container[data-v-b7bb570a]{background-color:#fff;height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center;line-height:1.5;overflow:auto}.error-container .pic[data-v-b7bb570a]{width:500px;height:500px}.error-container .right[data-v-b7bb570a]{width:300px;margin-left:100px}.error-container .title[data-v-b7bb570a]{font-size:24px;margin:20px 0 20px;color:#333;font-weight:400}.error-container .desc[data-v-b7bb570a]{font-size:14px;color:#999;margin:10px 0 20px}.error-container .btn[data-v-b7bb570a]{width:160px;font-size:14px;height:40px}@media screen and (max-width:600px){.error-container[data-v-b7bb570a]{flex-direction:column}}"
  },
  {
    "path": "static/css/chunk-d4acb0c8.9c5371bc.css",
    "content": "pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#ddd;background:#303030}.hljs-keyword,.hljs-link,.hljs-literal,.hljs-section,.hljs-selector-tag{color:#fff}.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-name,.hljs-string,.hljs-symbol,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type,.hljs-variable{color:#d88}.hljs-comment,.hljs-deletion,.hljs-meta,.hljs-quote{color:#979797}.hljs-doctag,.hljs-keyword,.hljs-literal,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-strong,.hljs-title,.hljs-type{font-weight:700}.hljs-emphasis{font-style:italic}\n/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,0.4);--pswp-preloader-color-secondary:hsla(0,0%,100%,0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp,.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pswp__counter{height:30px;margin:15px 0 0 20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}"
  },
  {
    "path": "static/css/n.960f0d5f.css",
    "content": "/*!\n * \n * ant-design-vue v1.7.8\n * \n * Copyright 2017-present, ant-design-vue.\n * All rights reserved.\n *       \n */body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;color:rgba(0,0,0,.65);font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-variant:tabular-nums;line-height:1.5;background-color:#fff;font-feature-settings:\"tnum\"}[tabindex=\"-1\"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;color:rgba(0,0,0,.85);font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#1890ff;text-decoration:none;background-color:transparent;outline:none;cursor:pointer;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#40a9ff}a:active{color:#096dd9}a:active,a:hover{text-decoration:none;outline:0}a[disabled]{color:rgba(0,0,0,.25);cursor:not-allowed;pointer-events:none}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;color:rgba(0,0,0,.45);text-align:left;caption-side:bottom}th{text-align:inherit}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}::-moz-selection{color:#fff;background:#1890ff}::selection{color:#fff;background:#1890ff}.clearfix{zoom:1}.clearfix:after,.clearfix:before{display:table;content:\"\"}.clearfix:after{clear:both}.anticon{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.anticon>*{line-height:1}.anticon svg{display:inline-block}.anticon:before{display:none}.anticon .anticon-icon{display:block}.anticon[tabindex]{cursor:pointer}.anticon-spin,.anticon-spin:before{display:inline-block;animation:loadingCircle 1s linear infinite}.fade-appear,.fade-enter,.fade-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.fade-appear.fade-appear-active,.fade-enter.fade-enter-active{animation-name:antFadeIn;animation-play-state:running}.fade-leave.fade-leave-active{animation-name:antFadeOut;animation-play-state:running;pointer-events:none}.fade-appear,.fade-enter{opacity:0}.fade-appear,.fade-enter,.fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antFadeOut{0%{opacity:1}to{opacity:0}}.move-up-appear,.move-up-enter,.move-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.move-up-appear.move-up-appear-active,.move-up-enter.move-up-enter-active{animation-name:antMoveUpIn;animation-play-state:running}.move-up-leave.move-up-leave-active{animation-name:antMoveUpOut;animation-play-state:running;pointer-events:none}.move-up-appear,.move-up-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.move-down-appear,.move-down-enter,.move-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.move-down-appear.move-down-appear-active,.move-down-enter.move-down-enter-active{animation-name:antMoveDownIn;animation-play-state:running}.move-down-leave.move-down-leave-active{animation-name:antMoveDownOut;animation-play-state:running;pointer-events:none}.move-down-appear,.move-down-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.move-left-appear,.move-left-enter,.move-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.move-left-appear.move-left-appear-active,.move-left-enter.move-left-enter-active{animation-name:antMoveLeftIn;animation-play-state:running}.move-left-leave.move-left-leave-active{animation-name:antMoveLeftOut;animation-play-state:running;pointer-events:none}.move-left-appear,.move-left-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.move-right-appear,.move-right-enter,.move-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.move-right-appear.move-right-appear-active,.move-right-enter.move-right-enter-active{animation-name:antMoveRightIn;animation-play-state:running}.move-right-leave.move-right-leave-active{animation-name:antMoveRightOut;animation-play-state:running;pointer-events:none}.move-right-appear,.move-right-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.move-right-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}@keyframes antMoveDownIn{0%{transform:translateY(100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveDownOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveLeftIn{0%{transform:translateX(-100%);transform-origin:0 0;opacity:0}to{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveLeftOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}to{transform:translateX(-100%);transform-origin:0 0;opacity:0}}@keyframes antMoveRightIn{0%{transform:translateX(100%);transform-origin:0 0;opacity:0}to{transform:translateX(0);transform-origin:0 0;opacity:1}}@keyframes antMoveRightOut{0%{transform:translateX(0);transform-origin:0 0;opacity:1}to{transform:translateX(100%);transform-origin:0 0;opacity:0}}@keyframes antMoveUpIn{0%{transform:translateY(-100%);transform-origin:0 0;opacity:0}to{transform:translateY(0);transform-origin:0 0;opacity:1}}@keyframes antMoveUpOut{0%{transform:translateY(0);transform-origin:0 0;opacity:1}to{transform:translateY(-100%);transform-origin:0 0;opacity:0}}@keyframes loadingCircle{to{transform:rotate(1turn)}}[ant-click-animating-without-extra-node=true],[ant-click-animating=true]{position:relative}html{--antd-wave-shadow-color:#1890ff}.ant-click-animating-node,[ant-click-animating-without-extra-node=true]:after{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit;box-shadow:0 0 0 0 #1890ff;box-shadow:0 0 0 0 var(--antd-wave-shadow-color);opacity:.2;animation:fadeEffect 2s cubic-bezier(.08,.82,.17,1),waveEffect .4s cubic-bezier(.08,.82,.17,1);animation-fill-mode:forwards;content:\"\";pointer-events:none}@keyframes waveEffect{to{box-shadow:0 0 0 #1890ff;box-shadow:0 0 0 6px var(--antd-wave-shadow-color)}}@keyframes fadeEffect{to{opacity:0}}.slide-up-appear,.slide-up-enter,.slide-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.slide-up-appear.slide-up-appear-active,.slide-up-enter.slide-up-enter-active{animation-name:antSlideUpIn;animation-play-state:running}.slide-up-leave.slide-up-leave-active{animation-name:antSlideUpOut;animation-play-state:running;pointer-events:none}.slide-up-appear,.slide-up-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.slide-down-appear,.slide-down-enter,.slide-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.slide-down-appear.slide-down-appear-active,.slide-down-enter.slide-down-enter-active{animation-name:antSlideDownIn;animation-play-state:running}.slide-down-leave.slide-down-leave-active{animation-name:antSlideDownOut;animation-play-state:running;pointer-events:none}.slide-down-appear,.slide-down-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.slide-left-appear,.slide-left-enter,.slide-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.slide-left-appear.slide-left-appear-active,.slide-left-enter.slide-left-enter-active{animation-name:antSlideLeftIn;animation-play-state:running}.slide-left-leave.slide-left-leave-active{animation-name:antSlideLeftOut;animation-play-state:running;pointer-events:none}.slide-left-appear,.slide-left-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.slide-right-appear,.slide-right-enter,.slide-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.slide-right-appear.slide-right-appear-active,.slide-right-enter.slide-right-enter-active{animation-name:antSlideRightIn;animation-play-state:running}.slide-right-leave.slide-right-leave-active{animation-name:antSlideRightOut;animation-play-state:running;pointer-events:none}.slide-right-appear,.slide-right-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.slide-right-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes antSlideUpIn{0%{transform:scaleY(.8);transform-origin:0 0;opacity:0}to{transform:scaleY(1);transform-origin:0 0;opacity:1}}@keyframes antSlideUpOut{0%{transform:scaleY(1);transform-origin:0 0;opacity:1}to{transform:scaleY(.8);transform-origin:0 0;opacity:0}}@keyframes antSlideDownIn{0%{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}to{transform:scaleY(1);transform-origin:100% 100%;opacity:1}}@keyframes antSlideDownOut{0%{transform:scaleY(1);transform-origin:100% 100%;opacity:1}to{transform:scaleY(.8);transform-origin:100% 100%;opacity:0}}@keyframes antSlideLeftIn{0%{transform:scaleX(.8);transform-origin:0 0;opacity:0}to{transform:scaleX(1);transform-origin:0 0;opacity:1}}@keyframes antSlideLeftOut{0%{transform:scaleX(1);transform-origin:0 0;opacity:1}to{transform:scaleX(.8);transform-origin:0 0;opacity:0}}@keyframes antSlideRightIn{0%{transform:scaleX(.8);transform-origin:100% 0;opacity:0}to{transform:scaleX(1);transform-origin:100% 0;opacity:1}}@keyframes antSlideRightOut{0%{transform:scaleX(1);transform-origin:100% 0;opacity:1}to{transform:scaleX(.8);transform-origin:100% 0;opacity:0}}.swing-appear,.swing-enter{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.swing-appear.swing-appear-active,.swing-enter.swing-enter-active{animation-name:antSwingIn;animation-play-state:running}@keyframes antSwingIn{0%,to{transform:translateX(0)}20%{transform:translateX(-10px)}40%{transform:translateX(10px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}.zoom-appear,.zoom-enter,.zoom-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-appear.zoom-appear-active,.zoom-enter.zoom-enter-active{animation-name:antZoomIn;animation-play-state:running}.zoom-leave.zoom-leave-active{animation-name:antZoomOut;animation-play-state:running;pointer-events:none}.zoom-appear,.zoom-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-big-appear,.zoom-big-enter,.zoom-big-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-big-appear.zoom-big-appear-active,.zoom-big-enter.zoom-big-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.zoom-big-leave.zoom-big-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.zoom-big-appear,.zoom-big-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-big-fast-appear,.zoom-big-fast-enter,.zoom-big-fast-leave{animation-duration:.1s;animation-fill-mode:both;animation-play-state:paused}.zoom-big-fast-appear.zoom-big-fast-appear-active,.zoom-big-fast-enter.zoom-big-fast-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.zoom-big-fast-leave.zoom-big-fast-leave-active{animation-name:antZoomBigOut;animation-play-state:running;pointer-events:none}.zoom-big-fast-appear,.zoom-big-fast-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-up-appear,.zoom-up-enter,.zoom-up-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-up-appear.zoom-up-appear-active,.zoom-up-enter.zoom-up-enter-active{animation-name:antZoomUpIn;animation-play-state:running}.zoom-up-leave.zoom-up-leave-active{animation-name:antZoomUpOut;animation-play-state:running;pointer-events:none}.zoom-up-appear,.zoom-up-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-down-appear,.zoom-down-enter,.zoom-down-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-down-appear.zoom-down-appear-active,.zoom-down-enter.zoom-down-enter-active{animation-name:antZoomDownIn;animation-play-state:running}.zoom-down-leave.zoom-down-leave-active{animation-name:antZoomDownOut;animation-play-state:running;pointer-events:none}.zoom-down-appear,.zoom-down-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-left-appear,.zoom-left-enter,.zoom-left-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-left-appear.zoom-left-appear-active,.zoom-left-enter.zoom-left-enter-active{animation-name:antZoomLeftIn;animation-play-state:running}.zoom-left-leave.zoom-left-leave-active{animation-name:antZoomLeftOut;animation-play-state:running;pointer-events:none}.zoom-left-appear,.zoom-left-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.zoom-right-appear,.zoom-right-enter,.zoom-right-leave{animation-duration:.2s;animation-fill-mode:both;animation-play-state:paused}.zoom-right-appear.zoom-right-appear-active,.zoom-right-enter.zoom-right-enter-active{animation-name:antZoomRightIn;animation-play-state:running}.zoom-right-leave.zoom-right-leave-active{animation-name:antZoomRightOut;animation-play-state:running;pointer-events:none}.zoom-right-appear,.zoom-right-enter{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.zoom-right-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@keyframes antZoomIn{0%{transform:scale(.2);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomOut{0%{transform:scale(1)}to{transform:scale(.2);opacity:0}}@keyframes antZoomBigIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes antZoomBigOut{0%{transform:scale(1)}to{transform:scale(.8);opacity:0}}@keyframes antZoomUpIn{0%{transform:scale(.8);transform-origin:50% 0;opacity:0}to{transform:scale(1);transform-origin:50% 0}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0}to{transform:scale(.8);transform-origin:50% 0;opacity:0}}@keyframes antZoomLeftIn{0%{transform:scale(.8);transform-origin:0 50%;opacity:0}to{transform:scale(1);transform-origin:0 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0 50%}to{transform:scale(.8);transform-origin:0 50%;opacity:0}}@keyframes antZoomRightIn{0%{transform:scale(.8);transform-origin:100% 50%;opacity:0}to{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}to{transform:scale(.8);transform-origin:100% 50%;opacity:0}}@keyframes antZoomDownIn{0%{transform:scale(.8);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(.8);transform-origin:50% 100%;opacity:0}}.ant-motion-collapse-legacy{overflow:hidden}.ant-motion-collapse,.ant-motion-collapse-legacy-active{transition:height .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)!important}.ant-motion-collapse{overflow:hidden}.ant-affix{position:fixed;z-index:10}.ant-alert{box-sizing:border-box;margin:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;padding:8px 15px 8px 37px;word-wrap:break-word;border-radius:4px}.ant-alert.ant-alert-no-icon{padding:8px 15px}.ant-alert.ant-alert-closable{padding-right:30px}.ant-alert-icon{position:absolute;top:11.5px;left:16px}.ant-alert-description{display:none;font-size:14px;line-height:22px}.ant-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f}.ant-alert-success .ant-alert-icon{color:#52c41a}.ant-alert-info{background-color:#e6f7ff;border:1px solid #91d5ff}.ant-alert-info .ant-alert-icon{color:#1890ff}.ant-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f}.ant-alert-warning .ant-alert-icon{color:#faad14}.ant-alert-error{background-color:#fff1f0;border:1px solid #ffa39e}.ant-alert-error .ant-alert-icon{color:#f5222d}.ant-alert-close-icon{position:absolute;top:8px;right:16px;padding:0;overflow:hidden;font-size:12px;line-height:22px;background-color:transparent;border:none;outline:none;cursor:pointer}.ant-alert-close-icon .anticon-close{color:rgba(0,0,0,.45);transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:rgba(0,0,0,.45);transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-with-description{position:relative;padding:15px 15px 15px 64px;color:rgba(0,0,0,.65);line-height:1.5;border-radius:4px}.ant-alert-with-description.ant-alert-no-icon{padding:15px}.ant-alert-with-description .ant-alert-icon{position:absolute;top:16px;left:24px;font-size:24px}.ant-alert-with-description .ant-alert-close-icon{position:absolute;top:16px;right:16px;font-size:14px;cursor:pointer}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:rgba(0,0,0,.85);font-size:16px}.ant-alert-message{color:rgba(0,0,0,.85)}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-closing{height:0!important;margin:0;padding-top:0;padding-bottom:0;transform-origin:50% 0;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-alert-slide-up-leave{animation:antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);animation-fill-mode:both}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}@keyframes antAlertSlideUpIn{0%{transform:scaleY(0);transform-origin:0 0;opacity:0}to{transform:scaleY(1);transform-origin:0 0;opacity:1}}@keyframes antAlertSlideUpOut{0%{transform:scaleY(1);transform-origin:0 0;opacity:1}to{transform:scaleY(0);transform-origin:0 0;opacity:0}}.ant-anchor{box-sizing:border-box;margin:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;padding:0 0 0 2px}.ant-anchor-wrapper{margin-left:-4px;padding-left:4px;overflow:auto;background-color:#fff}.ant-anchor-ink{position:absolute;top:0;left:0;height:100%}.ant-anchor-ink:before{position:relative;display:block;width:2px;height:100%;margin:0 auto;background-color:#e8e8e8;content:\" \"}.ant-anchor-ink-ball{position:absolute;left:50%;display:none;width:8px;height:8px;background-color:#fff;border:2px solid #1890ff;border-radius:8px;transform:translateX(-50%);transition:top .3s ease-in-out}.ant-anchor-ink-ball.visible{display:inline-block}.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball{display:none}.ant-anchor-link{padding:7px 0 7px 16px;line-height:1.143}.ant-anchor-link-title{position:relative;display:block;margin-bottom:6px;overflow:hidden;color:rgba(0,0,0,.65);white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-anchor-link-title:only-child{margin-bottom:0}.ant-anchor-link-active>.ant-anchor-link-title{color:#1890ff}.ant-anchor-link .ant-anchor-link{padding-top:5px;padding-bottom:5px}.ant-select-auto-complete{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\"}.ant-select-auto-complete.ant-select .ant-select-selection{border:0;box-shadow:none}.ant-select-auto-complete.ant-select .ant-select-selection__rendered{height:100%;margin-right:0;margin-left:0;line-height:32px}.ant-select-auto-complete.ant-select .ant-select-selection__placeholder{margin-right:12px;margin-left:12px}.ant-select-auto-complete.ant-select .ant-select-selection--single{height:auto}.ant-select-auto-complete.ant-select .ant-select-search--inline{position:static;float:left}.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered{margin-right:0!important}.ant-select-auto-complete.ant-select .ant-input{height:32px;line-height:1.5;background:transparent;border-width:1px}.ant-select-auto-complete.ant-select .ant-input:focus,.ant-select-auto-complete.ant-select .ant-input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-select-auto-complete.ant-select .ant-input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-select-auto-complete.ant-select .ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered{line-height:40px}.ant-select-auto-complete.ant-select-lg .ant-input{height:40px;padding-top:6px;padding-bottom:6px}.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered{line-height:24px}.ant-select-auto-complete.ant-select-sm .ant-input{height:24px;padding-top:1px;padding-bottom:1px}.ant-input-group>.ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper{display:inline;float:none}.ant-select{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;font-feature-settings:\"tnum\";position:relative;display:inline-block;outline:0}.ant-select,.ant-select ol,.ant-select ul{margin:0;padding:0;list-style:none}.ant-select>ul>li>a{padding:0;background-color:#fff}.ant-select-arrow{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;right:11px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:1;transform-origin:50% 50%}.ant-select-arrow>*{line-height:1}.ant-select-arrow svg{display:inline-block}.ant-select-arrow:before{display:none}.ant-select-arrow .ant-select-arrow-icon{display:block}.ant-select-arrow .ant-select-arrow-icon svg{transition:transform .3s}.ant-select-selection{display:block;box-sizing:border-box;background-color:#fff;border:1px solid #d9d9d9;border-top:1.02px solid #d9d9d9;border-radius:4px;outline:none;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-select-selection:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-select-focused .ant-select-selection,.ant-select-selection:active,.ant-select-selection:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-select-selection__clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;font-style:normal;line-height:12px;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;transition:color .3s ease,opacity .15s ease;text-rendering:auto}.ant-select-selection__clear:before{display:block}.ant-select-selection__clear:hover{color:rgba(0,0,0,.45)}.ant-select-selection:hover .ant-select-selection__clear{opacity:1}.ant-select-selection-selected-value{float:left;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-select-no-arrow .ant-select-selection-selected-value{padding-right:0}.ant-select-disabled{color:rgba(0,0,0,.25)}.ant-select-disabled .ant-select-selection{background:#f5f5f5;cursor:not-allowed}.ant-select-disabled .ant-select-selection:active,.ant-select-disabled .ant-select-selection:focus,.ant-select-disabled .ant-select-selection:hover{border-color:#d9d9d9;box-shadow:none}.ant-select-disabled .ant-select-selection__clear{display:none;visibility:hidden;pointer-events:none}.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice{padding-right:10px;color:rgba(0,0,0,.33);background:#f5f5f5}.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove{display:none}.ant-select-selection--single{position:relative;height:32px;cursor:pointer}.ant-select-selection--single .ant-select-selection__rendered{margin-right:24px}.ant-select-no-arrow .ant-select-selection__rendered{margin-right:11px}.ant-select-selection__rendered{position:relative;display:block;margin-right:11px;margin-left:11px;line-height:30px}.ant-select-selection__rendered:after{display:inline-block;width:0;visibility:hidden;content:\".\";pointer-events:none}.ant-select-lg{font-size:16px}.ant-select-lg .ant-select-selection--single{height:40px}.ant-select-lg .ant-select-selection__rendered{line-height:38px}.ant-select-lg .ant-select-selection--multiple{min-height:40px}.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li{height:32px;line-height:32px}.ant-select-lg .ant-select-selection--multiple .ant-select-arrow,.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear{top:20px}.ant-select-sm .ant-select-selection--single{height:24px}.ant-select-sm .ant-select-selection__rendered{margin-left:7px;line-height:22px}.ant-select-sm .ant-select-selection--multiple{min-height:24px}.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li{height:16px;line-height:14px}.ant-select-sm .ant-select-selection--multiple .ant-select-arrow,.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear{top:12px}.ant-select-sm .ant-select-arrow,.ant-select-sm .ant-select-selection__clear{right:8px}.ant-select-disabled .ant-select-selection__choice__remove{color:rgba(0,0,0,.25);cursor:default}.ant-select-disabled .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.25)}.ant-select-search__field__wrap{position:relative;display:inline-block}.ant-select-search__field__placeholder,.ant-select-selection__placeholder{position:absolute;top:50%;right:9px;left:0;max-width:100%;height:20px;margin-top:-10px;overflow:hidden;color:#bfbfbf;line-height:20px;white-space:nowrap;text-align:left;text-overflow:ellipsis}.ant-select-search__field__placeholder{left:12px}.ant-select-search__field__mirror{position:absolute;top:0;left:0;white-space:pre;opacity:0;pointer-events:none}.ant-select-search--inline{position:absolute;width:100%;height:100%}.ant-select-search--inline .ant-select-search__field__wrap{width:100%;height:100%}.ant-select-search--inline .ant-select-search__field{width:100%;height:100%;font-size:100%;line-height:1;background:transparent;border-width:0;border-radius:4px;outline:0}.ant-select-search--inline>i{float:right}.ant-select-selection--multiple{min-height:32px;padding-bottom:3px;cursor:text;zoom:1}.ant-select-selection--multiple:after,.ant-select-selection--multiple:before{display:table;content:\"\"}.ant-select-selection--multiple:after{clear:both}.ant-select-selection--multiple .ant-select-search--inline{position:static;float:left;width:auto;max-width:100%;padding:0}.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field{width:.75em;max-width:100%;padding:1px}.ant-select-selection--multiple .ant-select-selection__rendered{height:auto;margin-bottom:-3px;margin-left:5px}.ant-select-selection--multiple .ant-select-selection__placeholder{margin-left:6px}.ant-select-selection--multiple .ant-select-selection__rendered>ul>li,.ant-select-selection--multiple>ul>li{height:24px;margin-top:3px;line-height:22px}.ant-select-selection--multiple .ant-select-selection__choice{position:relative;float:left;max-width:99%;margin-right:4px;padding:0 20px 0 10px;overflow:hidden;color:rgba(0,0,0,.65);background-color:#fafafa;border:1px solid #e8e8e8;border-radius:2px;cursor:default;transition:padding .3s cubic-bezier(.645,.045,.355,1)}.ant-select-selection--multiple .ant-select-selection__choice__disabled{padding:0 10px}.ant-select-selection--multiple .ant-select-selection__choice__content{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:margin .3s cubic-bezier(.645,.045,.355,1)}.ant-select-selection--multiple .ant-select-selection__choice__remove{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;color:rgba(0,0,0,.45);font-weight:700;line-height:inherit;cursor:pointer;transition:all .3s;display:inline-block;font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg)}.ant-select-selection--multiple .ant-select-selection__choice__remove>*{line-height:1}.ant-select-selection--multiple .ant-select-selection__choice__remove svg{display:inline-block}.ant-select-selection--multiple .ant-select-selection__choice__remove:before{display:none}.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon{display:block}:root .ant-select-selection--multiple .ant-select-selection__choice__remove{font-size:12px}.ant-select-selection--multiple .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.75)}.ant-select-selection--multiple .ant-select-arrow,.ant-select-selection--multiple .ant-select-selection__clear{top:16px}.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered{margin-right:20px}.ant-select-open .ant-select-arrow-icon svg{transform:rotate(180deg)}.ant-select-open .ant-select-selection{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-select-combobox .ant-select-arrow{display:none}.ant-select-combobox .ant-select-search--inline{float:none;width:100%;height:100%}.ant-select-combobox .ant-select-search__field__wrap{width:100%;height:100%}.ant-select-combobox .ant-select-search__field{position:relative;z-index:1;width:100%;height:100%;box-shadow:none;transition:all .3s cubic-bezier(.645,.045,.355,1),height 0s}.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered{margin-right:20px}.ant-select-dropdown{margin:0;padding:0;color:rgba(0,0,0,.65);font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:absolute;top:-9999px;left:-9999px;z-index:1050;box-sizing:border-box;font-size:14px;font-variant:normal;background-color:#fff;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpIn}.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownIn}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpOut}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownOut}.ant-select-dropdown-hidden{display:none}.ant-select-dropdown-menu{max-height:250px;margin-bottom:0;padding:4px 0;overflow:auto;list-style:none;outline:none}.ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.ant-select-dropdown-menu-item-group-title{height:32px;padding:0 12px;color:rgba(0,0,0,.45);font-size:12px;line-height:32px}.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.ant-select-dropdown-menu-item{position:relative;display:block;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s ease}.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled){background-color:#e6f7ff}.ant-select-dropdown-menu-item-selected{color:rgba(0,0,0,.65);font-weight:600;background-color:#fafafa}.ant-select-dropdown-menu-item-disabled,.ant-select-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled){background-color:#e6f7ff}.ant-select-dropdown-menu-item-divider{height:1px;margin:1px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:32px}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon{position:absolute;top:50%;right:12px;color:transparent;font-weight:700;font-size:12px;text-shadow:0 .1px 0,.1px 0 0,0 -.1px 0,-.1px 0;transform:translateY(-50%);transition:all .2s}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon{color:rgba(0,0,0,.87)}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon{display:none}.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon{display:inline-block;color:#1890ff}.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item{padding-right:12px}.ant-select-dropdown-container-open .ant-select-dropdown,.ant-select-dropdown-open .ant-select-dropdown{display:block}.ant-empty{margin:0 8px;font-size:14px;line-height:22px;text-align:center}.ant-empty-image{height:100px;margin-bottom:8px}.ant-empty-image img{height:100%}.ant-empty-image svg{height:100%;margin:auto}.ant-empty-description{margin:0}.ant-empty-footer{margin-top:16px}.ant-empty-normal{margin:32px 0;color:rgba(0,0,0,.25)}.ant-empty-normal .ant-empty-image{height:40px}.ant-empty-small{margin:8px 0;color:rgba(0,0,0,.25)}.ant-empty-small .ant-empty-image{height:35px}.ant-input{box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;font-feature-settings:\"tnum\";position:relative;display:inline-block;width:100%;height:32px;padding:4px 11px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;transition:all .3s}.ant-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-input:-ms-input-placeholder{color:#bfbfbf}.ant-input::-webkit-input-placeholder{color:#bfbfbf}.ant-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-input:placeholder-shown{text-overflow:ellipsis}.ant-input:focus,.ant-input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-input:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-input{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-lg{height:40px;padding:6px 11px;font-size:16px}.ant-input-sm{height:24px;padding:1px 7px}.ant-input-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;display:table;width:100%;border-collapse:separate;border-spacing:0}.ant-input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.ant-input-group>[class*=col-]{padding-right:8px}.ant-input-group>[class*=col-]:last-child{padding-right:0}.ant-input-group-addon,.ant-input-group-wrap,.ant-input-group>.ant-input{display:table-cell}.ant-input-group-addon:not(:first-child):not(:last-child),.ant-input-group-wrap:not(:first-child):not(:last-child),.ant-input-group>.ant-input:not(:first-child):not(:last-child){border-radius:0}.ant-input-group-addon,.ant-input-group-wrap{width:1px;white-space:nowrap;vertical-align:middle}.ant-input-group-wrap>*{display:block!important}.ant-input-group .ant-input{float:left;width:100%;margin-bottom:0;text-align:inherit}.ant-input-group .ant-input:focus,.ant-input-group .ant-input:hover{z-index:1;border-right-width:1px}.ant-input-group-addon{position:relative;padding:0 11px;color:rgba(0,0,0,.65);font-weight:400;font-size:14px;text-align:center;background-color:#fafafa;border:1px solid #d9d9d9;border-radius:4px;transition:all .3s}.ant-input-group-addon .ant-select{margin:-5px -11px}.ant-input-group-addon .ant-select .ant-select-selection{margin:-1px;background-color:inherit;border:1px solid transparent;box-shadow:none}.ant-input-group-addon .ant-select-focused .ant-select-selection,.ant-input-group-addon .ant-select-open .ant-select-selection{color:#1890ff}.ant-input-group-addon>i:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;content:\"\"}.ant-input-group-addon:first-child,.ant-input-group-addon:first-child .ant-select .ant-select-selection,.ant-input-group>.ant-input:first-child,.ant-input-group>.ant-input:first-child .ant-select .ant-select-selection{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-group-addon:first-child{border-right:0}.ant-input-group-addon:last-child{border-left:0}.ant-input-group-addon:last-child,.ant-input-group-addon:last-child .ant-select .ant-select-selection,.ant-input-group>.ant-input:last-child,.ant-input-group>.ant-input:last-child .ant-select .ant-select-selection{border-top-left-radius:0;border-bottom-left-radius:0}.ant-input-group-lg .ant-input,.ant-input-group-lg>.ant-input-group-addon{height:40px;padding:6px 11px;font-size:16px}.ant-input-group-sm .ant-input,.ant-input-group-sm>.ant-input-group-addon{height:24px;padding:1px 7px}.ant-input-group-lg .ant-select-selection--single{height:40px}.ant-input-group-sm .ant-select-selection--single{height:24px}.ant-input-group .ant-input-affix-wrapper{display:table-cell;float:left;width:100%}.ant-input-group.ant-input-group-compact{display:block;zoom:1}.ant-input-group.ant-input-group-compact:after,.ant-input-group.ant-input-group-compact:before{display:table;content:\"\"}.ant-input-group.ant-input-group-compact:after{clear:both}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child){border-right-width:1px}.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus,.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover{z-index:1}.ant-input-group.ant-input-group-compact>*{display:inline-block;float:none;vertical-align:top;border-radius:0}.ant-input-group.ant-input-group-compact>:not(:last-child){margin-right:-1px;border-right-width:1px}.ant-input-group.ant-input-group-compact .ant-input{float:none}.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input{border-right-width:1px;border-radius:0}.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:focus,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:hover,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,.ant-input-group.ant-input-group-compact>.ant-select-focused,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection:focus,.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection:hover,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:focus,.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:hover{z-index:1}.ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,.ant-input-group.ant-input-group-compact>:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:last-child .ant-mention-editor,.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selection,.ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,.ant-input-group.ant-input-group-compact>:last-child{border-right-width:1px;border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input{vertical-align:top}.ant-input-group-wrapper{display:inline-block;width:100%;text-align:start;vertical-align:top}.ant-input-affix-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;display:inline-block;width:100%;text-align:start}.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#40a9ff;border-right-width:1px!important}.ant-input-affix-wrapper .ant-input{position:relative;text-align:inherit}.ant-input-affix-wrapper .ant-input-prefix,.ant-input-affix-wrapper .ant-input-suffix{position:absolute;top:50%;z-index:2;display:flex;align-items:center;color:rgba(0,0,0,.65);line-height:0;transform:translateY(-50%)}.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),.ant-input-affix-wrapper .ant-input-suffix :not(.anticon){line-height:1.5}.ant-input-affix-wrapper .ant-input-disabled~.ant-input-suffix .anticon{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-input-affix-wrapper .ant-input-prefix{left:12px}.ant-input-affix-wrapper .ant-input-suffix{right:12px}.ant-input-affix-wrapper .ant-input:not(:first-child){padding-left:30px}.ant-input-affix-wrapper .ant-input:not(:last-child){padding-right:30px}.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child){padding-right:49px}.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input{padding-right:22px}.ant-input-password-icon{color:rgba(0,0,0,.45);cursor:pointer;transition:all .3s}.ant-input-password-icon:hover{color:#333}.ant-input-clear-icon{color:rgba(0,0,0,.25);font-size:12px;cursor:pointer;transition:color .3s;vertical-align:0}.ant-input-clear-icon:hover{color:rgba(0,0,0,.45)}.ant-input-clear-icon:active{color:rgba(0,0,0,.65)}.ant-input-clear-icon+i{margin-left:6px}.ant-input-textarea-clear-icon{color:rgba(0,0,0,.25);font-size:12px;cursor:pointer;transition:color .3s;position:absolute;top:0;right:0;margin:8px 8px 0 0}.ant-input-textarea-clear-icon:hover{color:rgba(0,0,0,.45)}.ant-input-textarea-clear-icon:active{color:rgba(0,0,0,.65)}.ant-input-textarea-clear-icon+i{margin-left:6px}.ant-input-search-icon{color:rgba(0,0,0,.45);cursor:pointer;transition:all .3s}.ant-input-search-icon:hover{color:rgba(0,0,0,.8)}.ant-input-search-enter-button input{border-right:0}.ant-input-search-enter-button+.ant-input-group-addon,.ant-input-search-enter-button input+.ant-input-group-addon{padding:0;border:0}.ant-input-search-enter-button+.ant-input-group-addon .ant-input-search-button,.ant-input-search-enter-button input+.ant-input-group-addon .ant-input-search-button{border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn{line-height:1.499;position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;box-shadow:0 2px 0 rgba(0,0,0,.015);cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation;height:32px;padding:0 15px;font-size:14px;border-radius:4px;color:rgba(0,0,0,.65);background-color:#fff;border:1px solid #d9d9d9}.ant-btn>.anticon{line-height:1}.ant-btn,.ant-btn:active,.ant-btn:focus{outline:0}.ant-btn:not([disabled]):hover{text-decoration:none}.ant-btn:not([disabled]):active{outline:0;box-shadow:none}.ant-btn.disabled,.ant-btn[disabled]{cursor:not-allowed}.ant-btn.disabled>*,.ant-btn[disabled]>*{pointer-events:none}.ant-btn-lg{height:40px;padding:0 15px;font-size:16px;border-radius:4px}.ant-btn-sm{height:24px;padding:0 7px;font-size:14px;border-radius:4px}.ant-btn>a:only-child{color:currentColor}.ant-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn:focus,.ant-btn:hover{color:#40a9ff;background-color:#fff;border-color:#40a9ff}.ant-btn:focus>a:only-child,.ant-btn:hover>a:only-child{color:currentColor}.ant-btn:focus>a:only-child:after,.ant-btn:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn.active,.ant-btn:active{color:#096dd9;background-color:#fff;border-color:#096dd9}.ant-btn.active>a:only-child,.ant-btn:active>a:only-child{color:currentColor}.ant-btn.active>a:only-child:after,.ant-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-disabled,.ant-btn-disabled.active,.ant-btn-disabled:active,.ant-btn-disabled:focus,.ant-btn-disabled:hover,.ant-btn.disabled,.ant-btn.disabled.active,.ant-btn.disabled:active,.ant-btn.disabled:focus,.ant-btn.disabled:hover,.ant-btn[disabled],.ant-btn[disabled].active,.ant-btn[disabled]:active,.ant-btn[disabled]:focus,.ant-btn[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-disabled.active>a:only-child,.ant-btn-disabled:active>a:only-child,.ant-btn-disabled:focus>a:only-child,.ant-btn-disabled:hover>a:only-child,.ant-btn-disabled>a:only-child,.ant-btn.disabled.active>a:only-child,.ant-btn.disabled:active>a:only-child,.ant-btn.disabled:focus>a:only-child,.ant-btn.disabled:hover>a:only-child,.ant-btn.disabled>a:only-child,.ant-btn[disabled].active>a:only-child,.ant-btn[disabled]:active>a:only-child,.ant-btn[disabled]:focus>a:only-child,.ant-btn[disabled]:hover>a:only-child,.ant-btn[disabled]>a:only-child{color:currentColor}.ant-btn-disabled.active>a:only-child:after,.ant-btn-disabled:active>a:only-child:after,.ant-btn-disabled:focus>a:only-child:after,.ant-btn-disabled:hover>a:only-child:after,.ant-btn-disabled>a:only-child:after,.ant-btn.disabled.active>a:only-child:after,.ant-btn.disabled:active>a:only-child:after,.ant-btn.disabled:focus>a:only-child:after,.ant-btn.disabled:hover>a:only-child:after,.ant-btn.disabled>a:only-child:after,.ant-btn[disabled].active>a:only-child:after,.ant-btn[disabled]:active>a:only-child:after,.ant-btn[disabled]:focus>a:only-child:after,.ant-btn[disabled]:hover>a:only-child:after,.ant-btn[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn.active,.ant-btn:active,.ant-btn:focus,.ant-btn:hover{text-decoration:none;background:#fff}.ant-btn>i,.ant-btn>span{display:inline-block;transition:margin-left .3s cubic-bezier(.645,.045,.355,1);pointer-events:none}.ant-btn-primary{color:#fff;background-color:#1890ff;border-color:#1890ff;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.045)}.ant-btn-primary>a:only-child{color:currentColor}.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-primary:focus,.ant-btn-primary:hover{color:#fff;background-color:#40a9ff;border-color:#40a9ff}.ant-btn-primary:focus>a:only-child,.ant-btn-primary:hover>a:only-child{color:currentColor}.ant-btn-primary:focus>a:only-child:after,.ant-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-primary.active,.ant-btn-primary:active{color:#fff;background-color:#096dd9;border-color:#096dd9}.ant-btn-primary.active>a:only-child,.ant-btn-primary:active>a:only-child{color:currentColor}.ant-btn-primary.active>a:only-child:after,.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-primary-disabled,.ant-btn-primary-disabled.active,.ant-btn-primary-disabled:active,.ant-btn-primary-disabled:focus,.ant-btn-primary-disabled:hover,.ant-btn-primary.disabled,.ant-btn-primary.disabled.active,.ant-btn-primary.disabled:active,.ant-btn-primary.disabled:focus,.ant-btn-primary.disabled:hover,.ant-btn-primary[disabled],.ant-btn-primary[disabled].active,.ant-btn-primary[disabled]:active,.ant-btn-primary[disabled]:focus,.ant-btn-primary[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-primary-disabled.active>a:only-child,.ant-btn-primary-disabled:active>a:only-child,.ant-btn-primary-disabled:focus>a:only-child,.ant-btn-primary-disabled:hover>a:only-child,.ant-btn-primary-disabled>a:only-child,.ant-btn-primary.disabled.active>a:only-child,.ant-btn-primary.disabled:active>a:only-child,.ant-btn-primary.disabled:focus>a:only-child,.ant-btn-primary.disabled:hover>a:only-child,.ant-btn-primary.disabled>a:only-child,.ant-btn-primary[disabled].active>a:only-child,.ant-btn-primary[disabled]:active>a:only-child,.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-primary[disabled]>a:only-child{color:currentColor}.ant-btn-primary-disabled.active>a:only-child:after,.ant-btn-primary-disabled:active>a:only-child:after,.ant-btn-primary-disabled:focus>a:only-child:after,.ant-btn-primary-disabled:hover>a:only-child:after,.ant-btn-primary-disabled>a:only-child:after,.ant-btn-primary.disabled.active>a:only-child:after,.ant-btn-primary.disabled:active>a:only-child:after,.ant-btn-primary.disabled:focus>a:only-child:after,.ant-btn-primary.disabled:hover>a:only-child:after,.ant-btn-primary.disabled>a:only-child:after,.ant-btn-primary[disabled].active>a:only-child:after,.ant-btn-primary[disabled]:active>a:only-child:after,.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-primary[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child){border-right-color:#40a9ff;border-left-color:#40a9ff}.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled{border-color:#d9d9d9}.ant-btn-group .ant-btn-primary:first-child:not(:last-child){border-right-color:#40a9ff}.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#d9d9d9}.ant-btn-group .ant-btn-primary+.ant-btn-primary,.ant-btn-group .ant-btn-primary:last-child:not(:first-child){border-left-color:#40a9ff}.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled]{border-left-color:#d9d9d9}.ant-btn-ghost{color:rgba(0,0,0,.65);background-color:transparent;border-color:#d9d9d9}.ant-btn-ghost>a:only-child{color:currentColor}.ant-btn-ghost>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-ghost:focus,.ant-btn-ghost:hover{color:#40a9ff;background-color:transparent;border-color:#40a9ff}.ant-btn-ghost:focus>a:only-child,.ant-btn-ghost:hover>a:only-child{color:currentColor}.ant-btn-ghost:focus>a:only-child:after,.ant-btn-ghost:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-ghost.active,.ant-btn-ghost:active{color:#096dd9;background-color:transparent;border-color:#096dd9}.ant-btn-ghost.active>a:only-child,.ant-btn-ghost:active>a:only-child{color:currentColor}.ant-btn-ghost.active>a:only-child:after,.ant-btn-ghost:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-ghost-disabled,.ant-btn-ghost-disabled.active,.ant-btn-ghost-disabled:active,.ant-btn-ghost-disabled:focus,.ant-btn-ghost-disabled:hover,.ant-btn-ghost.disabled,.ant-btn-ghost.disabled.active,.ant-btn-ghost.disabled:active,.ant-btn-ghost.disabled:focus,.ant-btn-ghost.disabled:hover,.ant-btn-ghost[disabled],.ant-btn-ghost[disabled].active,.ant-btn-ghost[disabled]:active,.ant-btn-ghost[disabled]:focus,.ant-btn-ghost[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-ghost-disabled.active>a:only-child,.ant-btn-ghost-disabled:active>a:only-child,.ant-btn-ghost-disabled:focus>a:only-child,.ant-btn-ghost-disabled:hover>a:only-child,.ant-btn-ghost-disabled>a:only-child,.ant-btn-ghost.disabled.active>a:only-child,.ant-btn-ghost.disabled:active>a:only-child,.ant-btn-ghost.disabled:focus>a:only-child,.ant-btn-ghost.disabled:hover>a:only-child,.ant-btn-ghost.disabled>a:only-child,.ant-btn-ghost[disabled].active>a:only-child,.ant-btn-ghost[disabled]:active>a:only-child,.ant-btn-ghost[disabled]:focus>a:only-child,.ant-btn-ghost[disabled]:hover>a:only-child,.ant-btn-ghost[disabled]>a:only-child{color:currentColor}.ant-btn-ghost-disabled.active>a:only-child:after,.ant-btn-ghost-disabled:active>a:only-child:after,.ant-btn-ghost-disabled:focus>a:only-child:after,.ant-btn-ghost-disabled:hover>a:only-child:after,.ant-btn-ghost-disabled>a:only-child:after,.ant-btn-ghost.disabled.active>a:only-child:after,.ant-btn-ghost.disabled:active>a:only-child:after,.ant-btn-ghost.disabled:focus>a:only-child:after,.ant-btn-ghost.disabled:hover>a:only-child:after,.ant-btn-ghost.disabled>a:only-child:after,.ant-btn-ghost[disabled].active>a:only-child:after,.ant-btn-ghost[disabled]:active>a:only-child:after,.ant-btn-ghost[disabled]:focus>a:only-child:after,.ant-btn-ghost[disabled]:hover>a:only-child:after,.ant-btn-ghost[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-dashed{color:rgba(0,0,0,.65);background-color:#fff;border-color:#d9d9d9;border-style:dashed}.ant-btn-dashed>a:only-child{color:currentColor}.ant-btn-dashed>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-dashed:focus,.ant-btn-dashed:hover{color:#40a9ff;background-color:#fff;border-color:#40a9ff}.ant-btn-dashed:focus>a:only-child,.ant-btn-dashed:hover>a:only-child{color:currentColor}.ant-btn-dashed:focus>a:only-child:after,.ant-btn-dashed:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-dashed.active,.ant-btn-dashed:active{color:#096dd9;background-color:#fff;border-color:#096dd9}.ant-btn-dashed.active>a:only-child,.ant-btn-dashed:active>a:only-child{color:currentColor}.ant-btn-dashed.active>a:only-child:after,.ant-btn-dashed:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-dashed-disabled,.ant-btn-dashed-disabled.active,.ant-btn-dashed-disabled:active,.ant-btn-dashed-disabled:focus,.ant-btn-dashed-disabled:hover,.ant-btn-dashed.disabled,.ant-btn-dashed.disabled.active,.ant-btn-dashed.disabled:active,.ant-btn-dashed.disabled:focus,.ant-btn-dashed.disabled:hover,.ant-btn-dashed[disabled],.ant-btn-dashed[disabled].active,.ant-btn-dashed[disabled]:active,.ant-btn-dashed[disabled]:focus,.ant-btn-dashed[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-dashed-disabled.active>a:only-child,.ant-btn-dashed-disabled:active>a:only-child,.ant-btn-dashed-disabled:focus>a:only-child,.ant-btn-dashed-disabled:hover>a:only-child,.ant-btn-dashed-disabled>a:only-child,.ant-btn-dashed.disabled.active>a:only-child,.ant-btn-dashed.disabled:active>a:only-child,.ant-btn-dashed.disabled:focus>a:only-child,.ant-btn-dashed.disabled:hover>a:only-child,.ant-btn-dashed.disabled>a:only-child,.ant-btn-dashed[disabled].active>a:only-child,.ant-btn-dashed[disabled]:active>a:only-child,.ant-btn-dashed[disabled]:focus>a:only-child,.ant-btn-dashed[disabled]:hover>a:only-child,.ant-btn-dashed[disabled]>a:only-child{color:currentColor}.ant-btn-dashed-disabled.active>a:only-child:after,.ant-btn-dashed-disabled:active>a:only-child:after,.ant-btn-dashed-disabled:focus>a:only-child:after,.ant-btn-dashed-disabled:hover>a:only-child:after,.ant-btn-dashed-disabled>a:only-child:after,.ant-btn-dashed.disabled.active>a:only-child:after,.ant-btn-dashed.disabled:active>a:only-child:after,.ant-btn-dashed.disabled:focus>a:only-child:after,.ant-btn-dashed.disabled:hover>a:only-child:after,.ant-btn-dashed.disabled>a:only-child:after,.ant-btn-dashed[disabled].active>a:only-child:after,.ant-btn-dashed[disabled]:active>a:only-child:after,.ant-btn-dashed[disabled]:focus>a:only-child:after,.ant-btn-dashed[disabled]:hover>a:only-child:after,.ant-btn-dashed[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-danger{color:#fff;background-color:#ff4d4f;border-color:#ff4d4f;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.045)}.ant-btn-danger>a:only-child{color:currentColor}.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-danger:focus,.ant-btn-danger:hover{color:#fff;background-color:#ff7875;border-color:#ff7875}.ant-btn-danger:focus>a:only-child,.ant-btn-danger:hover>a:only-child{color:currentColor}.ant-btn-danger:focus>a:only-child:after,.ant-btn-danger:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-danger.active,.ant-btn-danger:active{color:#fff;background-color:#d9363e;border-color:#d9363e}.ant-btn-danger.active>a:only-child,.ant-btn-danger:active>a:only-child{color:currentColor}.ant-btn-danger.active>a:only-child:after,.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-danger-disabled,.ant-btn-danger-disabled.active,.ant-btn-danger-disabled:active,.ant-btn-danger-disabled:focus,.ant-btn-danger-disabled:hover,.ant-btn-danger.disabled,.ant-btn-danger.disabled.active,.ant-btn-danger.disabled:active,.ant-btn-danger.disabled:focus,.ant-btn-danger.disabled:hover,.ant-btn-danger[disabled],.ant-btn-danger[disabled].active,.ant-btn-danger[disabled]:active,.ant-btn-danger[disabled]:focus,.ant-btn-danger[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-danger-disabled.active>a:only-child,.ant-btn-danger-disabled:active>a:only-child,.ant-btn-danger-disabled:focus>a:only-child,.ant-btn-danger-disabled:hover>a:only-child,.ant-btn-danger-disabled>a:only-child,.ant-btn-danger.disabled.active>a:only-child,.ant-btn-danger.disabled:active>a:only-child,.ant-btn-danger.disabled:focus>a:only-child,.ant-btn-danger.disabled:hover>a:only-child,.ant-btn-danger.disabled>a:only-child,.ant-btn-danger[disabled].active>a:only-child,.ant-btn-danger[disabled]:active>a:only-child,.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-danger[disabled]>a:only-child{color:currentColor}.ant-btn-danger-disabled.active>a:only-child:after,.ant-btn-danger-disabled:active>a:only-child:after,.ant-btn-danger-disabled:focus>a:only-child:after,.ant-btn-danger-disabled:hover>a:only-child:after,.ant-btn-danger-disabled>a:only-child:after,.ant-btn-danger.disabled.active>a:only-child:after,.ant-btn-danger.disabled:active>a:only-child:after,.ant-btn-danger.disabled:focus>a:only-child:after,.ant-btn-danger.disabled:hover>a:only-child:after,.ant-btn-danger.disabled>a:only-child:after,.ant-btn-danger[disabled].active>a:only-child:after,.ant-btn-danger[disabled]:active>a:only-child:after,.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-danger[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-link{color:#1890ff;background-color:transparent;border-color:transparent;box-shadow:none}.ant-btn-link>a:only-child{color:currentColor}.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-link:focus,.ant-btn-link:hover{color:#40a9ff;background-color:transparent;border-color:#40a9ff}.ant-btn-link:focus>a:only-child,.ant-btn-link:hover>a:only-child{color:currentColor}.ant-btn-link:focus>a:only-child:after,.ant-btn-link:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-link.active,.ant-btn-link:active{color:#096dd9;background-color:transparent;border-color:#096dd9}.ant-btn-link.active>a:only-child,.ant-btn-link:active>a:only-child{color:currentColor}.ant-btn-link.active>a:only-child:after,.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-link-disabled,.ant-btn-link-disabled.active,.ant-btn-link-disabled:active,.ant-btn-link-disabled:focus,.ant-btn-link-disabled:hover,.ant-btn-link.disabled,.ant-btn-link.disabled.active,.ant-btn-link.disabled:active,.ant-btn-link.disabled:focus,.ant-btn-link.disabled:hover,.ant-btn-link[disabled],.ant-btn-link[disabled].active,.ant-btn-link[disabled]:active,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:hover{background-color:#f5f5f5;border-color:#d9d9d9}.ant-btn-link:active,.ant-btn-link:focus,.ant-btn-link:hover{border-color:transparent}.ant-btn-link-disabled,.ant-btn-link-disabled.active,.ant-btn-link-disabled:active,.ant-btn-link-disabled:focus,.ant-btn-link-disabled:hover,.ant-btn-link.disabled,.ant-btn-link.disabled.active,.ant-btn-link.disabled:active,.ant-btn-link.disabled:focus,.ant-btn-link.disabled:hover,.ant-btn-link[disabled],.ant-btn-link[disabled].active,.ant-btn-link[disabled]:active,.ant-btn-link[disabled]:focus,.ant-btn-link[disabled]:hover{color:rgba(0,0,0,.25);background-color:transparent;border-color:transparent;text-shadow:none;box-shadow:none}.ant-btn-link-disabled.active>a:only-child,.ant-btn-link-disabled:active>a:only-child,.ant-btn-link-disabled:focus>a:only-child,.ant-btn-link-disabled:hover>a:only-child,.ant-btn-link-disabled>a:only-child,.ant-btn-link.disabled.active>a:only-child,.ant-btn-link.disabled:active>a:only-child,.ant-btn-link.disabled:focus>a:only-child,.ant-btn-link.disabled:hover>a:only-child,.ant-btn-link.disabled>a:only-child,.ant-btn-link[disabled].active>a:only-child,.ant-btn-link[disabled]:active>a:only-child,.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-link[disabled]>a:only-child{color:currentColor}.ant-btn-link-disabled.active>a:only-child:after,.ant-btn-link-disabled:active>a:only-child:after,.ant-btn-link-disabled:focus>a:only-child:after,.ant-btn-link-disabled:hover>a:only-child:after,.ant-btn-link-disabled>a:only-child:after,.ant-btn-link.disabled.active>a:only-child:after,.ant-btn-link.disabled:active>a:only-child:after,.ant-btn-link.disabled:focus>a:only-child:after,.ant-btn-link.disabled:hover>a:only-child:after,.ant-btn-link.disabled>a:only-child:after,.ant-btn-link[disabled].active>a:only-child:after,.ant-btn-link[disabled]:active>a:only-child:after,.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-link[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-icon-only{width:32px;height:32px;padding:0;font-size:16px;border-radius:4px}.ant-btn-icon-only.ant-btn-lg{width:40px;height:40px;padding:0;font-size:18px;border-radius:4px}.ant-btn-icon-only.ant-btn-sm{width:24px;height:24px;padding:0;font-size:14px;border-radius:4px}.ant-btn-icon-only>i{vertical-align:middle}.ant-btn-round{height:32px;padding:0 16px;font-size:14px;border-radius:32px}.ant-btn-round.ant-btn-lg{height:40px;padding:0 20px;font-size:16px;border-radius:40px}.ant-btn-round.ant-btn-sm{height:24px;padding:0 12px;font-size:14px;border-radius:24px}.ant-btn-round.ant-btn-icon-only{width:auto}.ant-btn-circle,.ant-btn-circle-outline{min-width:32px;padding-right:0;padding-left:0;text-align:center;border-radius:50%}.ant-btn-circle-outline.ant-btn-lg,.ant-btn-circle.ant-btn-lg{min-width:40px;border-radius:50%}.ant-btn-circle-outline.ant-btn-sm,.ant-btn-circle.ant-btn-sm{min-width:24px;border-radius:50%}.ant-btn:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:1;display:none;background:#fff;border-radius:inherit;opacity:.35;transition:opacity .2s;content:\"\";pointer-events:none}.ant-btn .anticon{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.ant-btn .anticon.anticon-minus>svg,.ant-btn .anticon.anticon-plus>svg{shape-rendering:optimizeSpeed}.ant-btn.ant-btn-loading{position:relative}.ant-btn.ant-btn-loading:not([disabled]){pointer-events:none}.ant-btn.ant-btn-loading:before{display:block}.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only){padding-left:29px}.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child){margin-left:-14px}.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only){padding-left:24px}.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon{margin-left:-17px}.ant-btn-group{display:inline-flex}.ant-btn-group,.ant-btn-group>.ant-btn,.ant-btn-group>span>.ant-btn{position:relative}.ant-btn-group>.ant-btn.active,.ant-btn-group>.ant-btn:active,.ant-btn-group>.ant-btn:focus,.ant-btn-group>.ant-btn:hover,.ant-btn-group>span>.ant-btn.active,.ant-btn-group>span>.ant-btn:active,.ant-btn-group>span>.ant-btn:focus,.ant-btn-group>span>.ant-btn:hover{z-index:2}.ant-btn-group>.ant-btn:disabled,.ant-btn-group>span>.ant-btn:disabled{z-index:0}.ant-btn-group>.ant-btn-icon-only{font-size:14px}.ant-btn-group-lg>.ant-btn,.ant-btn-group-lg>span>.ant-btn{height:40px;padding:0 15px;font-size:16px;border-radius:0;line-height:38px}.ant-btn-group-lg>.ant-btn.ant-btn-icon-only{width:40px;height:40px;padding-right:0;padding-left:0}.ant-btn-group-sm>.ant-btn,.ant-btn-group-sm>span>.ant-btn{height:24px;padding:0 7px;font-size:14px;border-radius:0;line-height:22px}.ant-btn-group-sm>.ant-btn>.anticon,.ant-btn-group-sm>span>.ant-btn>.anticon{font-size:14px}.ant-btn-group-sm>.ant-btn.ant-btn-icon-only{width:24px;height:24px;padding-right:0;padding-left:0}.ant-btn+.ant-btn-group,.ant-btn-group+.ant-btn,.ant-btn-group+.ant-btn-group,.ant-btn-group .ant-btn+.ant-btn,.ant-btn-group .ant-btn+span,.ant-btn-group>span+span,.ant-btn-group span+.ant-btn{margin-left:-1px}.ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary):not([disabled]){border-left-color:transparent}.ant-btn-group .ant-btn{border-radius:0}.ant-btn-group>.ant-btn:first-child,.ant-btn-group>span:first-child>.ant-btn{margin-left:0}.ant-btn-group>.ant-btn:only-child,.ant-btn-group>span:only-child>.ant-btn{border-radius:4px}.ant-btn-group>.ant-btn:first-child:not(:last-child),.ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-btn-group>.ant-btn:last-child:not(:first-child),.ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-btn-group-sm>.ant-btn:only-child,.ant-btn-group-sm>span:only-child>.ant-btn{border-radius:4px}.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-btn-group>.ant-btn-group{float:left}.ant-btn-group>.ant-btn-group:not(:first-child):not(:last-child)>.ant-btn{border-radius:0}.ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.ant-btn:active>span,.ant-btn:focus>span{position:relative}.ant-btn>.anticon+span,.ant-btn>span+.anticon{margin-left:8px}.ant-btn-background-ghost{color:#fff;background:transparent!important;border-color:#fff}.ant-btn-background-ghost.ant-btn-primary{color:#1890ff;background-color:transparent;border-color:#1890ff;text-shadow:none}.ant-btn-background-ghost.ant-btn-primary>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-primary:focus,.ant-btn-background-ghost.ant-btn-primary:hover{color:#40a9ff;background-color:transparent;border-color:#40a9ff}.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-primary.active,.ant-btn-background-ghost.ant-btn-primary:active{color:#096dd9;background-color:transparent;border-color:#096dd9}.ant-btn-background-ghost.ant-btn-primary.active>a:only-child,.ant-btn-background-ghost.ant-btn-primary:active>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-primary.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-primary-disabled,.ant-btn-background-ghost.ant-btn-primary-disabled.active,.ant-btn-background-ghost.ant-btn-primary-disabled:active,.ant-btn-background-ghost.ant-btn-primary-disabled:focus,.ant-btn-background-ghost.ant-btn-primary-disabled:hover,.ant-btn-background-ghost.ant-btn-primary.disabled,.ant-btn-background-ghost.ant-btn-primary.disabled.active,.ant-btn-background-ghost.ant-btn-primary.disabled:active,.ant-btn-background-ghost.ant-btn-primary.disabled:focus,.ant-btn-background-ghost.ant-btn-primary.disabled:hover,.ant-btn-background-ghost.ant-btn-primary[disabled],.ant-btn-background-ghost.ant-btn-primary[disabled].active,.ant-btn-background-ghost.ant-btn-primary[disabled]:active,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-primary-disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-primary-disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-primary-disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary-disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary-disabled>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-primary-disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary-disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary-disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary-disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary-disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-danger{color:#ff4d4f;background-color:transparent;border-color:#ff4d4f;text-shadow:none}.ant-btn-background-ghost.ant-btn-danger>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-danger:focus,.ant-btn-background-ghost.ant-btn-danger:hover{color:#ff7875;background-color:transparent;border-color:#ff7875}.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-danger.active,.ant-btn-background-ghost.ant-btn-danger:active{color:#d9363e;background-color:transparent;border-color:#d9363e}.ant-btn-background-ghost.ant-btn-danger.active>a:only-child,.ant-btn-background-ghost.ant-btn-danger:active>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-danger.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-danger-disabled,.ant-btn-background-ghost.ant-btn-danger-disabled.active,.ant-btn-background-ghost.ant-btn-danger-disabled:active,.ant-btn-background-ghost.ant-btn-danger-disabled:focus,.ant-btn-background-ghost.ant-btn-danger-disabled:hover,.ant-btn-background-ghost.ant-btn-danger.disabled,.ant-btn-background-ghost.ant-btn-danger.disabled.active,.ant-btn-background-ghost.ant-btn-danger.disabled:active,.ant-btn-background-ghost.ant-btn-danger.disabled:focus,.ant-btn-background-ghost.ant-btn-danger.disabled:hover,.ant-btn-background-ghost.ant-btn-danger[disabled],.ant-btn-background-ghost.ant-btn-danger[disabled].active,.ant-btn-background-ghost.ant-btn-danger[disabled]:active,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-danger-disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-danger-disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-danger-disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger-disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger-disabled>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-danger-disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger-disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger-disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger-disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger-disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-link{color:#1890ff;background-color:transparent;border-color:transparent;text-shadow:none;color:#fff}.ant-btn-background-ghost.ant-btn-link>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-link:focus,.ant-btn-background-ghost.ant-btn-link:hover{color:#40a9ff;background-color:transparent;border-color:transparent}.ant-btn-background-ghost.ant-btn-link:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link:hover>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-link.active,.ant-btn-background-ghost.ant-btn-link:active{color:#096dd9;background-color:transparent;border-color:transparent}.ant-btn-background-ghost.ant-btn-link.active>a:only-child,.ant-btn-background-ghost.ant-btn-link:active>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-background-ghost.ant-btn-link-disabled,.ant-btn-background-ghost.ant-btn-link-disabled.active,.ant-btn-background-ghost.ant-btn-link-disabled:active,.ant-btn-background-ghost.ant-btn-link-disabled:focus,.ant-btn-background-ghost.ant-btn-link-disabled:hover,.ant-btn-background-ghost.ant-btn-link.disabled,.ant-btn-background-ghost.ant-btn-link.disabled.active,.ant-btn-background-ghost.ant-btn-link.disabled:active,.ant-btn-background-ghost.ant-btn-link.disabled:focus,.ant-btn-background-ghost.ant-btn-link.disabled:hover,.ant-btn-background-ghost.ant-btn-link[disabled],.ant-btn-background-ghost.ant-btn-link[disabled].active,.ant-btn-background-ghost.ant-btn-link[disabled]:active,.ant-btn-background-ghost.ant-btn-link[disabled]:focus,.ant-btn-background-ghost.ant-btn-link[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-btn-background-ghost.ant-btn-link-disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-link-disabled>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled.active>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled:active>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled:hover>a:only-child,.ant-btn-background-ghost.ant-btn-link.disabled>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled].active>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]:active>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]:focus>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]:hover>a:only-child,.ant-btn-background-ghost.ant-btn-link[disabled]>a:only-child{color:currentColor}.ant-btn-background-ghost.ant-btn-link-disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-link-disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled.active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-link.disabled>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled].active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]:active>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]:focus>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]:hover>a:only-child:after,.ant-btn-background-ghost.ant-btn-link[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.ant-btn-two-chinese-chars>:not(.anticon){margin-right:-.34em;letter-spacing:.34em}.ant-btn-block{width:100%}.ant-btn:empty{vertical-align:top}a.ant-btn{padding-top:.1px;line-height:30px}a.ant-btn-lg{line-height:38px}a.ant-btn-sm{line-height:22px}.ant-avatar{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;display:inline-block;overflow:hidden;color:#fff;white-space:nowrap;text-align:center;vertical-align:middle;background:#ccc;width:32px;height:32px;line-height:32px;border-radius:50%}.ant-avatar-image{background:transparent}.ant-avatar-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar.ant-avatar-icon{font-size:18px}.ant-avatar-lg{width:40px;height:40px;line-height:40px;border-radius:50%}.ant-avatar-lg-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar-lg.ant-avatar-icon{font-size:24px}.ant-avatar-sm{width:24px;height:24px;line-height:24px;border-radius:50%}.ant-avatar-sm-string{position:absolute;left:50%;transform-origin:0 center}.ant-avatar-sm.ant-avatar-icon{font-size:14px}.ant-avatar-square{border-radius:4px}.ant-avatar>img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ant-back-top{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:fixed;right:100px;bottom:50px;z-index:10;width:40px;height:40px;cursor:pointer}.ant-back-top-content{width:40px;height:40px;overflow:hidden;color:#fff;text-align:center;background-color:rgba(0,0,0,.45);border-radius:20px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-back-top-content:hover{background-color:rgba(0,0,0,.65);transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-back-top-icon{width:14px;height:16px;margin:12px auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat}@media screen and (max-width:768px){.ant-back-top{right:60px}}@media screen and (max-width:480px){.ant-back-top{right:20px}}.ant-badge{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;display:inline-block;color:unset;line-height:1}.ant-badge-count{min-width:20px;height:20px;padding:0 6px;color:#fff;font-weight:400;font-size:12px;line-height:20px;white-space:nowrap;text-align:center;background:#f5222d;border-radius:10px;box-shadow:0 0 0 1px #fff}.ant-badge-count a,.ant-badge-count a:hover{color:#fff}.ant-badge-multiple-words{padding:0 8px}.ant-badge-dot{width:6px;height:6px;background:#f5222d;border-radius:100%;box-shadow:0 0 0 1px #fff}.ant-badge-count,.ant-badge-dot,.ant-badge .ant-scroll-number-custom-component{position:absolute;top:0;right:0;z-index:1;transform:translate(50%,-50%);transform-origin:100% 0}.ant-badge-status{line-height:inherit;vertical-align:baseline}.ant-badge-status-dot{position:relative;top:-1px;display:inline-block;width:6px;height:6px;vertical-align:middle;border-radius:50%}.ant-badge-status-success{background-color:#52c41a}.ant-badge-status-processing{position:relative;background-color:#1890ff}.ant-badge-status-processing:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:50%;animation:antStatusProcessing 1.2s ease-in-out infinite;content:\"\"}.ant-badge-status-default{background-color:#d9d9d9}.ant-badge-status-error{background-color:#f5222d}.ant-badge-status-warning{background-color:#faad14}.ant-badge-status-magenta,.ant-badge-status-pink{background:#eb2f96}.ant-badge-status-red{background:#f5222d}.ant-badge-status-volcano{background:#fa541c}.ant-badge-status-orange{background:#fa8c16}.ant-badge-status-yellow{background:#fadb14}.ant-badge-status-gold{background:#faad14}.ant-badge-status-cyan{background:#13c2c2}.ant-badge-status-lime{background:#a0d911}.ant-badge-status-green{background:#52c41a}.ant-badge-status-blue{background:#1890ff}.ant-badge-status-geekblue{background:#2f54eb}.ant-badge-status-purple{background:#722ed1}.ant-badge-status-text{margin-left:8px;color:rgba(0,0,0,.65);font-size:14px}.ant-badge-zoom-appear,.ant-badge-zoom-enter{animation:antZoomBadgeIn .3s cubic-bezier(.12,.4,.29,1.46);animation-fill-mode:both}.ant-badge-zoom-leave{animation:antZoomBadgeOut .3s cubic-bezier(.71,-.46,.88,.6);animation-fill-mode:both}.ant-badge-not-a-wrapper:not(.ant-badge-status){vertical-align:middle}.ant-badge-not-a-wrapper .ant-scroll-number{position:relative;top:auto;display:block}.ant-badge-not-a-wrapper .ant-badge-count{transform:none}@keyframes antStatusProcessing{0%{transform:scale(.8);opacity:.5}to{transform:scale(2.4);opacity:0}}.ant-scroll-number{overflow:hidden}.ant-scroll-number-only{display:inline-block;height:20px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-scroll-number-only>p.ant-scroll-number-only-unit{height:20px;margin:0}.ant-scroll-number-symbol{vertical-align:top}@keyframes antZoomBadgeIn{0%{transform:scale(0) translate(50%,-50%);opacity:0}to{transform:scale(1) translate(50%,-50%)}}@keyframes antZoomBadgeOut{0%{transform:scale(1) translate(50%,-50%)}to{transform:scale(0) translate(50%,-50%);opacity:0}}.ant-breadcrumb{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";color:rgba(0,0,0,.45);font-size:14px}.ant-breadcrumb .anticon{font-size:14px}.ant-breadcrumb a{color:rgba(0,0,0,.45);transition:color .3s}.ant-breadcrumb a:hover{color:#40a9ff}.ant-breadcrumb>span:last-child,.ant-breadcrumb>span:last-child a{color:rgba(0,0,0,.65)}.ant-breadcrumb>span:last-child .ant-breadcrumb-separator{display:none}.ant-breadcrumb-separator{margin:0 8px;color:rgba(0,0,0,.45)}.ant-breadcrumb-link>.anticon+span,.ant-breadcrumb-overlay-link>.anticon{margin-left:4px}.ant-menu{box-sizing:border-box;font-size:14px;font-variant:tabular-nums;line-height:1.5;font-feature-settings:\"tnum\";margin:0;padding:0;color:rgba(0,0,0,.65);line-height:0;list-style:none;background:#fff;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:background .3s,width .3s cubic-bezier(.2,0,0,1) 0s;zoom:1}.ant-menu:after,.ant-menu:before{display:table;content:\"\"}.ant-menu:after{clear:both}.ant-menu ol,.ant-menu ul{margin:0;padding:0;list-style:none}.ant-menu-hidden{display:none}.ant-menu-item-group-title{padding:8px 16px;color:rgba(0,0,0,.45);font-size:14px;line-height:1.5;transition:all .3s}.ant-menu-submenu,.ant-menu-submenu-inline{transition:border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-selected{color:#1890ff}.ant-menu-item:active,.ant-menu-submenu-title:active{background:#e6f7ff}.ant-menu-submenu .ant-menu-sub{cursor:auto;transition:background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-item>a{display:block;color:rgba(0,0,0,.65)}.ant-menu-item>a:hover{color:#1890ff}.ant-menu-item>a:before{position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;content:\"\"}.ant-menu-item>.ant-badge>a{color:rgba(0,0,0,.65)}.ant-menu-item>.ant-badge>a:hover{color:#1890ff}.ant-menu-item-divider{height:1px;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-menu-item-active,.ant-menu-item:hover,.ant-menu-submenu-active,.ant-menu-submenu-title:hover,.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open{color:#1890ff}.ant-menu-horizontal .ant-menu-item,.ant-menu-horizontal .ant-menu-submenu{margin-top:-1px}.ant-menu-horizontal>.ant-menu-item-active,.ant-menu-horizontal>.ant-menu-item:hover,.ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover{background-color:transparent}.ant-menu-item-selected,.ant-menu-item-selected>a,.ant-menu-item-selected>a:hover{color:#1890ff}.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:#e6f7ff}.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left{border-right:1px solid #e8e8e8}.ant-menu-vertical-right{border-left:1px solid #e8e8e8}.ant-menu-vertical-left.ant-menu-sub,.ant-menu-vertical-right.ant-menu-sub,.ant-menu-vertical.ant-menu-sub{min-width:160px;padding:0;border-right:0;transform-origin:0 0}.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item,.ant-menu-vertical.ant-menu-sub .ant-menu-item{left:0;margin-left:0;border-right:0}.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after,.ant-menu-vertical.ant-menu-sub .ant-menu-item:after{border-right:0}.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,.ant-menu-vertical.ant-menu-sub>.ant-menu-item,.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu{transform-origin:0 0}.ant-menu-horizontal.ant-menu-sub{min-width:114px}.ant-menu-item,.ant-menu-submenu-title{position:relative;display:block;margin:0;padding:0 20px;white-space:nowrap;cursor:pointer;transition:color .3s cubic-bezier(.645,.045,.355,1),border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-item .anticon,.ant-menu-submenu-title .anticon{min-width:14px;margin-right:10px;font-size:14px;transition:font-size .15s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-item .anticon+span,.ant-menu-submenu-title .anticon+span{opacity:1;transition:opacity .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1)}.ant-menu>.ant-menu-item-divider{height:1px;margin:1px 0;padding:0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-menu-submenu-popup{position:absolute;z-index:1050;border-radius:4px}.ant-menu-submenu-popup .submenu-title-wrapper{padding-right:20px}.ant-menu-submenu-popup:before{position:absolute;top:-7px;right:0;bottom:0;left:0;opacity:.0001;content:\" \"}.ant-menu-submenu>.ant-menu{background-color:#fff;border-radius:4px}.ant-menu-submenu>.ant-menu-submenu-title:after{transition:transform .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow{position:absolute;top:50%;right:16px;width:10px;transition:transform .3s cubic-bezier(.645,.045,.355,1)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{position:absolute;width:6px;height:1.5px;background:#fff;background:rgba(0,0,0,.65)\\9;background-image:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.65));background-image:none\\9;border-radius:2px;transition:background .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1);content:\"\"}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{transform:rotate(45deg) translateY(-2px)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after{transform:rotate(-45deg) translateY(2px)}.ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,.ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,.ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before{background:linear-gradient(90deg,#1890ff,#1890ff)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{transform:rotate(-45deg) translateX(2px)}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after{transform:rotate(45deg) translateX(-2px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow{transform:translateY(-2px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after{transform:rotate(-45deg) translateX(-2px)}.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before{transform:rotate(45deg) translateX(2px)}.ant-menu-vertical-left .ant-menu-submenu-selected,.ant-menu-vertical-left .ant-menu-submenu-selected>a,.ant-menu-vertical-right .ant-menu-submenu-selected,.ant-menu-vertical-right .ant-menu-submenu-selected>a,.ant-menu-vertical .ant-menu-submenu-selected,.ant-menu-vertical .ant-menu-submenu-selected>a{color:#1890ff}.ant-menu-horizontal{line-height:46px;white-space:nowrap;border:0;border-bottom:1px solid #e8e8e8;box-shadow:none}.ant-menu-horizontal>.ant-menu-item,.ant-menu-horizontal>.ant-menu-submenu{position:relative;top:1px;display:inline-block;vertical-align:bottom;border-bottom:2px solid transparent}.ant-menu-horizontal>.ant-menu-item-active,.ant-menu-horizontal>.ant-menu-item-open,.ant-menu-horizontal>.ant-menu-item-selected,.ant-menu-horizontal>.ant-menu-item:hover,.ant-menu-horizontal>.ant-menu-submenu-active,.ant-menu-horizontal>.ant-menu-submenu-open,.ant-menu-horizontal>.ant-menu-submenu-selected,.ant-menu-horizontal>.ant-menu-submenu:hover{color:#1890ff;border-bottom:2px solid #1890ff}.ant-menu-horizontal>.ant-menu-item>a{display:block;color:rgba(0,0,0,.65)}.ant-menu-horizontal>.ant-menu-item>a:hover{color:#1890ff}.ant-menu-horizontal>.ant-menu-item>a:before{bottom:-2px}.ant-menu-horizontal>.ant-menu-item-selected>a{color:#1890ff}.ant-menu-horizontal:after{display:block;clear:both;height:0;content:\"\\20\"}.ant-menu-inline .ant-menu-item,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-right .ant-menu-item,.ant-menu-vertical .ant-menu-item{position:relative}.ant-menu-inline .ant-menu-item:after,.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-vertical-right .ant-menu-item:after,.ant-menu-vertical .ant-menu-item:after{position:absolute;top:0;right:0;bottom:0;border-right:3px solid #1890ff;transform:scaleY(.0001);opacity:0;transition:transform .15s cubic-bezier(.215,.61,.355,1),opacity .15s cubic-bezier(.215,.61,.355,1);content:\"\"}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title,.ant-menu-vertical-left .ant-menu-item,.ant-menu-vertical-left .ant-menu-submenu-title,.ant-menu-vertical-right .ant-menu-item,.ant-menu-vertical-right .ant-menu-submenu-title,.ant-menu-vertical .ant-menu-item,.ant-menu-vertical .ant-menu-submenu-title{height:40px;margin-top:4px;margin-bottom:4px;padding:0 16px;overflow:hidden;font-size:14px;line-height:40px;text-overflow:ellipsis}.ant-menu-inline .ant-menu-submenu,.ant-menu-vertical-left .ant-menu-submenu,.ant-menu-vertical-right .ant-menu-submenu,.ant-menu-vertical .ant-menu-submenu{padding-bottom:.02px}.ant-menu-inline .ant-menu-item:not(:last-child),.ant-menu-vertical-left .ant-menu-item:not(:last-child),.ant-menu-vertical-right .ant-menu-item:not(:last-child),.ant-menu-vertical .ant-menu-item:not(:last-child){margin-bottom:8px}.ant-menu-inline>.ant-menu-item,.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-left>.ant-menu-item,.ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical-right>.ant-menu-item,.ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-vertical>.ant-menu-item,.ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title{height:40px;line-height:40px}.ant-menu-inline{width:100%}.ant-menu-inline .ant-menu-item-selected:after,.ant-menu-inline .ant-menu-selected:after{transform:scaleY(1);opacity:1;transition:transform .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)}.ant-menu-inline .ant-menu-item,.ant-menu-inline .ant-menu-submenu-title{width:calc(100% + 1px)}.ant-menu-inline .ant-menu-submenu-title{padding-right:34px}.ant-menu-inline-collapsed{width:80px}.ant-menu-inline-collapsed>.ant-menu-item,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title,.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title{left:0;padding:0 32px!important;text-overflow:clip}.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow{display:none}.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon,.ant-menu-inline-collapsed>.ant-menu-item .anticon,.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon{margin:0;font-size:16px;line-height:40px}.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon+span,.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span,.ant-menu-inline-collapsed>.ant-menu-item .anticon+span,.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span{display:inline-block;max-width:0;opacity:0}.ant-menu-inline-collapsed-tooltip{pointer-events:none}.ant-menu-inline-collapsed-tooltip .anticon{display:none}.ant-menu-inline-collapsed-tooltip a{color:hsla(0,0%,100%,.85)}.ant-menu-inline-collapsed .ant-menu-item-group-title{padding-right:4px;padding-left:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-menu-item-group-list{margin:0;padding:0}.ant-menu-item-group-list .ant-menu-item,.ant-menu-item-group-list .ant-menu-submenu-title{padding:0 16px 0 28px}.ant-menu-root.ant-menu-inline,.ant-menu-root.ant-menu-vertical,.ant-menu-root.ant-menu-vertical-left,.ant-menu-root.ant-menu-vertical-right{box-shadow:none}.ant-menu-sub.ant-menu-inline{padding:0;border:0;border-radius:0;box-shadow:none}.ant-menu-sub.ant-menu-inline>.ant-menu-item,.ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title{height:40px;line-height:40px;list-style-position:inside;list-style-type:disc}.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title{padding-left:32px}.ant-menu-item-disabled,.ant-menu-submenu-disabled{color:rgba(0,0,0,.25)!important;background:none;border-color:transparent!important;cursor:not-allowed}.ant-menu-item-disabled>a,.ant-menu-submenu-disabled>a{color:rgba(0,0,0,.25)!important;pointer-events:none}.ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-submenu-disabled>.ant-menu-submenu-title{color:rgba(0,0,0,.25)!important;cursor:not-allowed}.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:rgba(0,0,0,.25)!important}.ant-menu-dark,.ant-menu-dark .ant-menu-sub{color:hsla(0,0%,100%,.65);background:#001529}.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow{opacity:.45;transition:all .3s}.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before{background:#fff}.ant-menu-dark.ant-menu-submenu-popup{background:transparent}.ant-menu-dark .ant-menu-inline.ant-menu-sub{background:#000c17;box-shadow:inset 0 2px 8px rgba(0,0,0,.45)}.ant-menu-dark.ant-menu-horizontal{border-bottom:0}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item,.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu{top:0;margin-top:0;border-color:#001529;border-bottom:0}.ant-menu-dark.ant-menu-horizontal>.ant-menu-item>a:before{bottom:0}.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-item-group-title,.ant-menu-dark .ant-menu-item>a{color:hsla(0,0%,100%,.65)}.ant-menu-dark.ant-menu-inline,.ant-menu-dark.ant-menu-vertical,.ant-menu-dark.ant-menu-vertical-left,.ant-menu-dark.ant-menu-vertical-right{border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item,.ant-menu-dark.ant-menu-vertical .ant-menu-item{left:0;margin-left:0;border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after,.ant-menu-dark.ant-menu-vertical .ant-menu-item:after{border-right:0}.ant-menu-dark.ant-menu-inline .ant-menu-item,.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title{width:100%}.ant-menu-dark .ant-menu-item-active,.ant-menu-dark .ant-menu-item:hover,.ant-menu-dark .ant-menu-submenu-active,.ant-menu-dark .ant-menu-submenu-open,.ant-menu-dark .ant-menu-submenu-selected,.ant-menu-dark .ant-menu-submenu-title:hover{color:#fff;background-color:transparent}.ant-menu-dark .ant-menu-item-active>a,.ant-menu-dark .ant-menu-item:hover>a,.ant-menu-dark .ant-menu-submenu-active>a,.ant-menu-dark .ant-menu-submenu-open>a,.ant-menu-dark .ant-menu-submenu-selected>a,.ant-menu-dark .ant-menu-submenu-title:hover>a{color:#fff}.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow{opacity:1}.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:#fff}.ant-menu-dark .ant-menu-item:hover{background-color:transparent}.ant-menu-dark .ant-menu-item-selected{color:#fff;border-right:0}.ant-menu-dark .ant-menu-item-selected:after{border-right:0}.ant-menu-dark .ant-menu-item-selected .anticon,.ant-menu-dark .ant-menu-item-selected .anticon+span,.ant-menu-dark .ant-menu-item-selected>a,.ant-menu-dark .ant-menu-item-selected>a:hover{color:#fff}.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected,.ant-menu.ant-menu-dark .ant-menu-item-selected{background-color:#1890ff}.ant-menu-dark .ant-menu-item-disabled,.ant-menu-dark .ant-menu-item-disabled>a,.ant-menu-dark .ant-menu-submenu-disabled,.ant-menu-dark .ant-menu-submenu-disabled>a{color:hsla(0,0%,100%,.35)!important;opacity:.8}.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title{color:hsla(0,0%,100%,.35)!important}.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before{background:hsla(0,0%,100%,.35)!important}.ant-tooltip{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:absolute;z-index:1060;display:block;max-width:250px;visibility:visible}.ant-tooltip-hidden{display:none}.ant-tooltip-placement-top,.ant-tooltip-placement-topLeft,.ant-tooltip-placement-topRight{padding-bottom:8px}.ant-tooltip-placement-right,.ant-tooltip-placement-rightBottom,.ant-tooltip-placement-rightTop{padding-left:8px}.ant-tooltip-placement-bottom,.ant-tooltip-placement-bottomLeft,.ant-tooltip-placement-bottomRight{padding-top:8px}.ant-tooltip-placement-left,.ant-tooltip-placement-leftBottom,.ant-tooltip-placement-leftTop{padding-right:8px}.ant-tooltip-inner{min-width:30px;min-height:32px;padding:6px 8px;color:#fff;text-align:left;text-decoration:none;word-wrap:break-word;background-color:rgba(0,0,0,.75);border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-tooltip-arrow{position:absolute;display:block;width:13.07106781px;height:13.07106781px;overflow:hidden;background:transparent;pointer-events:none}.ant-tooltip-arrow:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:5px;height:5px;margin:auto;background-color:rgba(0,0,0,.75);content:\"\";pointer-events:auto}.ant-tooltip-placement-top .ant-tooltip-arrow,.ant-tooltip-placement-topLeft .ant-tooltip-arrow,.ant-tooltip-placement-topRight .ant-tooltip-arrow{bottom:-5.07106781px}.ant-tooltip-placement-top .ant-tooltip-arrow:before,.ant-tooltip-placement-topLeft .ant-tooltip-arrow:before,.ant-tooltip-placement-topRight .ant-tooltip-arrow:before{box-shadow:3px 3px 7px rgba(0,0,0,.07);transform:translateY(-6.53553391px) rotate(45deg)}.ant-tooltip-placement-top .ant-tooltip-arrow{left:50%;transform:translateX(-50%)}.ant-tooltip-placement-topLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-topRight .ant-tooltip-arrow{right:13px}.ant-tooltip-placement-right .ant-tooltip-arrow,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,.ant-tooltip-placement-rightTop .ant-tooltip-arrow{left:-5.07106781px}.ant-tooltip-placement-right .ant-tooltip-arrow:before,.ant-tooltip-placement-rightBottom .ant-tooltip-arrow:before,.ant-tooltip-placement-rightTop .ant-tooltip-arrow:before{box-shadow:-3px 3px 7px rgba(0,0,0,.07);transform:translateX(6.53553391px) rotate(45deg)}.ant-tooltip-placement-right .ant-tooltip-arrow{top:50%;transform:translateY(-50%)}.ant-tooltip-placement-rightTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-rightBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-left .ant-tooltip-arrow,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,.ant-tooltip-placement-leftTop .ant-tooltip-arrow{right:-5.07106781px}.ant-tooltip-placement-left .ant-tooltip-arrow:before,.ant-tooltip-placement-leftBottom .ant-tooltip-arrow:before,.ant-tooltip-placement-leftTop .ant-tooltip-arrow:before{box-shadow:3px -3px 7px rgba(0,0,0,.07);transform:translateX(-6.53553391px) rotate(45deg)}.ant-tooltip-placement-left .ant-tooltip-arrow{top:50%;transform:translateY(-50%)}.ant-tooltip-placement-leftTop .ant-tooltip-arrow{top:5px}.ant-tooltip-placement-leftBottom .ant-tooltip-arrow{bottom:5px}.ant-tooltip-placement-bottom .ant-tooltip-arrow,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{top:-5.07106781px}.ant-tooltip-placement-bottom .ant-tooltip-arrow:before,.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow:before,.ant-tooltip-placement-bottomRight .ant-tooltip-arrow:before{box-shadow:-3px -3px 7px rgba(0,0,0,.07);transform:translateY(6.53553391px) rotate(45deg)}.ant-tooltip-placement-bottom .ant-tooltip-arrow{left:50%;transform:translateX(-50%)}.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow{left:13px}.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{right:13px}.ant-dropdown{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:absolute;top:-9999px;left:-9999px;z-index:1050;display:block}.ant-dropdown:before{position:absolute;top:-7px;right:0;bottom:-7px;left:-7px;z-index:-9999;opacity:.0001;content:\" \"}.ant-dropdown-wrap{position:relative}.ant-dropdown-wrap .ant-btn>.anticon-down{display:inline-block;font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-wrap .ant-btn>.anticon-down{font-size:12px}.ant-dropdown-wrap .anticon-down:before{transition:transform .2s}.ant-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.ant-dropdown-hidden,.ant-dropdown-menu-hidden{display:none}.ant-dropdown-menu{position:relative;margin:0;padding:4px 0;text-align:left;list-style-type:none;background-color:#fff;background-clip:padding-box;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15);-webkit-transform:translateZ(0)}.ant-dropdown-menu-item-group-title{padding:5px 12px;color:rgba(0,0,0,.45);transition:all .3s}.ant-dropdown-menu-submenu-popup{position:absolute;z-index:1050}.ant-dropdown-menu-submenu-popup>.ant-dropdown-menu{transform-origin:0 0}.ant-dropdown-menu-submenu-popup li,.ant-dropdown-menu-submenu-popup ul{list-style:none}.ant-dropdown-menu-submenu-popup ul{margin-right:.3em;margin-left:.3em;padding:0}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;color:rgba(0,0,0,.65);font-weight:400;font-size:14px;line-height:22px;white-space:nowrap;cursor:pointer;transition:all .3s}.ant-dropdown-menu-item>.anticon:first-child,.ant-dropdown-menu-item>span>.anticon:first-child,.ant-dropdown-menu-submenu-title>.anticon:first-child,.ant-dropdown-menu-submenu-title>span>.anticon:first-child{min-width:12px;margin-right:8px;font-size:12px}.ant-dropdown-menu-item>a,.ant-dropdown-menu-submenu-title>a{display:block;margin:-5px -12px;padding:5px 12px;color:rgba(0,0,0,.65);transition:all .3s}.ant-dropdown-menu-item-selected,.ant-dropdown-menu-item-selected>a,.ant-dropdown-menu-submenu-title-selected,.ant-dropdown-menu-submenu-title-selected>a{color:#1890ff;background-color:#e6f7ff}.ant-dropdown-menu-item:hover,.ant-dropdown-menu-submenu-title:hover{background-color:#e6f7ff}.ant-dropdown-menu-item-disabled,.ant-dropdown-menu-submenu-title-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-dropdown-menu-item-disabled:hover,.ant-dropdown-menu-submenu-title-disabled:hover{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.ant-dropdown-menu-item-divider,.ant-dropdown-menu-submenu-title-divider{height:1px;margin:4px 0;overflow:hidden;line-height:0;background-color:#e8e8e8}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow{position:absolute;right:8px}.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.45);font-style:normal;display:inline-block;font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{font-size:12px}.ant-dropdown-menu-item-group-list{margin:0 8px;padding:0;list-style:none}.ant-dropdown-menu-submenu-title{padding-right:26px}.ant-dropdown-menu-submenu-vertical{position:relative}.ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu{position:absolute;top:0;left:100%;min-width:100%;margin-left:4px;transform-origin:0 0}.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title{color:#1890ff}.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight,.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight,.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight{animation-name:antSlideDownIn}.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight{animation-name:antSlideDownOut}.ant-dropdown-link>.anticon.anticon-down,.ant-dropdown-trigger>.anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-link>.anticon.anticon-down,:root .ant-dropdown-trigger>.anticon.anticon-down{font-size:12px}.ant-dropdown-button{white-space:nowrap}.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child){padding-right:8px;padding-left:8px}.ant-dropdown-button .anticon.anticon-down{display:inline-block;font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg)}:root .ant-dropdown-button .anticon.anticon-down{font-size:12px}.ant-dropdown-menu-dark,.ant-dropdown-menu-dark .ant-dropdown-menu{background:#001529}.ant-dropdown-menu-dark .ant-dropdown-menu-item,.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{color:hsla(0,0%,100%,.65)}.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover{color:#fff;background:transparent}.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a{color:#fff;background:#1890ff}.ant-fullcalendar{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";border-top:1px solid #d9d9d9;outline:none}.ant-select.ant-fullcalendar-year-select{min-width:90px}.ant-select.ant-fullcalendar-year-select.ant-select-sm{min-width:70px}.ant-select.ant-fullcalendar-month-select{min-width:80px;margin-left:8px}.ant-select.ant-fullcalendar-month-select.ant-select-sm{min-width:70px}.ant-fullcalendar-header{padding:11px 16px 11px 0;text-align:right}.ant-fullcalendar-header .ant-select-dropdown{text-align:left}.ant-fullcalendar-header .ant-radio-group{margin-left:8px;text-align:left}.ant-fullcalendar-header label.ant-radio-button{height:22px;padding:0 10px;line-height:20px}.ant-fullcalendar-date-panel{position:relative;outline:none}.ant-fullcalendar-calendar-body{padding:8px 12px}.ant-fullcalendar table{width:100%;max-width:100%;height:256px;background-color:transparent;border-collapse:collapse}.ant-fullcalendar table,.ant-fullcalendar td,.ant-fullcalendar th{border:0}.ant-fullcalendar td{position:relative}.ant-fullcalendar-calendar-table{margin-bottom:0;border-spacing:0}.ant-fullcalendar-column-header{width:33px;padding:0;line-height:18px;text-align:center}.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner{display:block;font-weight:400}.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner{display:none}.ant-fullcalendar-date,.ant-fullcalendar-month{text-align:center;transition:all .3s}.ant-fullcalendar-value{display:block;width:24px;height:24px;margin:0 auto;padding:0;color:rgba(0,0,0,.65);line-height:24px;background:transparent;border-radius:2px;transition:all .3s}.ant-fullcalendar-value:hover{background:#e6f7ff;cursor:pointer}.ant-fullcalendar-value:active{color:#fff;background:#1890ff}.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value{width:48px}.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,.ant-fullcalendar-today .ant-fullcalendar-value{box-shadow:inset 0 0 0 1px #1890ff}.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,.ant-fullcalendar-selected-day .ant-fullcalendar-value{color:#fff;background:#1890ff}.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value{border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value{color:rgba(0,0,0,.25)}.ant-fullcalendar-month-panel-table{width:100%;table-layout:fixed;border-collapse:separate}.ant-fullcalendar-content{position:absolute;bottom:-9px;left:0;width:100%}.ant-fullcalendar-fullscreen{border-top:0}.ant-fullcalendar-fullscreen .ant-fullcalendar-table{table-layout:fixed}.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group{margin-left:16px}.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button{height:32px;line-height:30px}.ant-fullcalendar-fullscreen .ant-fullcalendar-date,.ant-fullcalendar-fullscreen .ant-fullcalendar-month{display:block;height:116px;margin:0 4px;padding:4px 8px;color:rgba(0,0,0,.65);text-align:left;border-top:2px solid #e8e8e8;transition:background .3s}.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover,.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover{background:#e6f7ff;cursor:pointer}.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active,.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active{background:#bae7ff}.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header{padding-right:12px;padding-bottom:5px;text-align:right}.ant-fullcalendar-fullscreen .ant-fullcalendar-value{width:auto;text-align:right;background:transparent}.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value{color:rgba(0,0,0,.65)}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date{background:transparent;border-top-color:#1890ff}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value{box-shadow:none}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date{background:#e6f7ff}.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value{color:#1890ff}.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date{color:rgba(0,0,0,.25)}.ant-fullcalendar-fullscreen .ant-fullcalendar-content{position:static;width:auto;height:88px;overflow-y:auto}.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover{cursor:not-allowed}.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover{background:transparent}.ant-fullcalendar-disabled-cell .ant-fullcalendar-value{width:auto;color:rgba(0,0,0,.25);border-radius:0;cursor:not-allowed}.ant-radio-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:inline-block}.ant-radio-wrapper{margin:0 8px 0 0}.ant-radio,.ant-radio-wrapper{box-sizing:border-box;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;display:inline-block;white-space:nowrap;cursor:pointer}.ant-radio{margin:0;line-height:1;vertical-align:sub;outline:none}.ant-radio-input:focus+.ant-radio-inner,.ant-radio-wrapper:hover .ant-radio,.ant-radio:hover .ant-radio-inner{border-color:#1890ff}.ant-radio-input:focus+.ant-radio-inner{box-shadow:0 0 0 3px rgba(24,144,255,.08)}.ant-radio-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:50%;visibility:hidden;animation:antRadioEffect .36s ease-in-out;animation-fill-mode:both;content:\"\"}.ant-radio-wrapper:hover .ant-radio:after,.ant-radio:hover:after{visibility:visible}.ant-radio-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:100px;transition:all .3s}.ant-radio-inner:after{position:absolute;top:3px;left:3px;display:table;width:8px;height:8px;background-color:#1890ff;border-top:0;border-left:0;border-radius:8px;transform:scale(0);opacity:0;transition:all .3s cubic-bezier(.78,.14,.15,.86);content:\" \"}.ant-radio-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer;opacity:0}.ant-radio-checked .ant-radio-inner{border-color:#1890ff}.ant-radio-checked .ant-radio-inner:after{transform:scale(1);opacity:1;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-radio-disabled .ant-radio-inner{background-color:#f5f5f5;border-color:#d9d9d9!important;cursor:not-allowed}.ant-radio-disabled .ant-radio-inner:after{background-color:rgba(0,0,0,.2)}.ant-radio-disabled .ant-radio-input{cursor:not-allowed}.ant-radio-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}span.ant-radio+*{padding-right:8px;padding-left:8px}.ant-radio-button-wrapper{position:relative;display:inline-block;height:32px;margin:0;padding:0 15px;color:rgba(0,0,0,.65);line-height:30px;background:#fff;border:1px solid #d9d9d9;border-top:1.02px solid #d9d9d9;border-left:0;cursor:pointer;transition:color .3s,background .3s,border-color .3s,box-shadow .3s}.ant-radio-button-wrapper a{color:rgba(0,0,0,.65)}.ant-radio-button-wrapper>.ant-radio-button{display:block;width:0;height:0;margin-left:0}.ant-radio-group-large .ant-radio-button-wrapper{height:40px;font-size:16px;line-height:38px}.ant-radio-group-small .ant-radio-button-wrapper{height:24px;padding:0 7px;line-height:22px}.ant-radio-button-wrapper:not(:first-child):before{position:absolute;top:-1px;left:-1px;display:block;box-sizing:content-box;width:1px;height:100%;padding:1px 0;background-color:#d9d9d9;transition:background-color .3s;content:\"\"}.ant-radio-button-wrapper:first-child{border-left:1px solid #d9d9d9;border-radius:4px 0 0 4px}.ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0}.ant-radio-button-wrapper:first-child:last-child{border-radius:4px}.ant-radio-button-wrapper:hover{position:relative;color:#1890ff}.ant-radio-button-wrapper:focus-within{box-shadow:0 0 0 3px rgba(24,144,255,.08)}.ant-radio-button-wrapper .ant-radio-inner,.ant-radio-button-wrapper input[type=checkbox],.ant-radio-button-wrapper input[type=radio]{width:0;height:0;opacity:0;pointer-events:none}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){z-index:1;color:#1890ff;background:#fff;border-color:#1890ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before{background-color:#1890ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child{border-color:#1890ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#40a9ff;border-color:#40a9ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before{background-color:#40a9ff}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#096dd9;border-color:#096dd9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active:before{background-color:#096dd9}.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 3px rgba(24,144,255,.08)}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){color:#fff;background:#1890ff;border-color:#1890ff}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{color:#fff;background:#40a9ff;border-color:#40a9ff}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{color:#fff;background:#096dd9;border-color:#096dd9}.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within{box-shadow:0 0 0 3px rgba(24,144,255,.08)}.ant-radio-button-wrapper-disabled{cursor:not-allowed}.ant-radio-button-wrapper-disabled,.ant-radio-button-wrapper-disabled:first-child,.ant-radio-button-wrapper-disabled:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9}.ant-radio-button-wrapper-disabled:first-child{border-left-color:#d9d9d9}.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked{color:#fff;background-color:#e6e6e6;border-color:#d9d9d9;box-shadow:none}@keyframes antRadioEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal){.ant-radio{vertical-align:text-bottom}}.ant-card{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;background:#fff;border-radius:2px;transition:all .3s}.ant-card-hoverable{cursor:pointer}.ant-card-hoverable:hover{border-color:rgba(0,0,0,.09);box-shadow:0 2px 8px rgba(0,0,0,.09)}.ant-card-bordered{border:1px solid #e8e8e8}.ant-card-head{min-height:48px;margin-bottom:-1px;padding:0 24px;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;background:transparent;border-bottom:1px solid #e8e8e8;border-radius:2px 2px 0 0;zoom:1}.ant-card-head:after,.ant-card-head:before{display:table;content:\"\"}.ant-card-head:after{clear:both}.ant-card-head-wrapper{display:flex;align-items:center}.ant-card-head-title{display:inline-block;flex:1;padding:16px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-card-head .ant-tabs{clear:both;margin-bottom:-17px;color:rgba(0,0,0,.65);font-weight:400;font-size:14px}.ant-card-head .ant-tabs-bar{border-bottom:1px solid #e8e8e8}.ant-card-extra{float:right;margin-left:auto;padding:16px 0;color:rgba(0,0,0,.65);font-weight:400;font-size:14px}.ant-card-body{padding:24px;zoom:1}.ant-card-body:after,.ant-card-body:before{display:table;content:\"\"}.ant-card-body:after{clear:both}.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body{margin:-1px 0 0 -1px;padding:0}.ant-card-grid{float:left;width:33.33%;padding:24px;border:0;border-radius:0;box-shadow:1px 0 0 0 #e8e8e8,0 1px 0 0 #e8e8e8,1px 1px 0 0 #e8e8e8,inset 1px 0 0 0 #e8e8e8,inset 0 1px 0 0 #e8e8e8;transition:all .3s}.ant-card-grid-hoverable:hover{position:relative;z-index:1;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-card-contain-tabs>.ant-card-head .ant-card-head-title{min-height:32px;padding-bottom:0}.ant-card-contain-tabs>.ant-card-head .ant-card-extra{padding-bottom:0}.ant-card-cover>*{display:block;width:100%}.ant-card-cover img{border-radius:2px 2px 0 0}.ant-card-actions{margin:0;padding:0;list-style:none;background:#fafafa;border-top:1px solid #e8e8e8;zoom:1}.ant-card-actions:after,.ant-card-actions:before{display:table;content:\"\"}.ant-card-actions:after{clear:both}.ant-card-actions>li{float:left;margin:12px 0;color:rgba(0,0,0,.45);text-align:center}.ant-card-actions>li>span{position:relative;display:block;min-width:32px;font-size:14px;line-height:22px;cursor:pointer}.ant-card-actions>li>span:hover{color:#1890ff;transition:color .3s}.ant-card-actions>li>span>.anticon,.ant-card-actions>li>span a:not(.ant-btn){display:inline-block;width:100%;color:rgba(0,0,0,.45);line-height:22px;transition:color .3s}.ant-card-actions>li>span>.anticon:hover,.ant-card-actions>li>span a:not(.ant-btn):hover{color:#1890ff}.ant-card-actions>li>span>.anticon{font-size:16px;line-height:22px}.ant-card-actions>li:not(:last-child){border-right:1px solid #e8e8e8}.ant-card-type-inner .ant-card-head{padding:0 24px;background:#fafafa}.ant-card-type-inner .ant-card-head-title{padding:12px 0;font-size:14px}.ant-card-type-inner .ant-card-body{padding:16px 24px}.ant-card-type-inner .ant-card-extra{padding:13.5px 0}.ant-card-meta{margin:-4px 0;zoom:1}.ant-card-meta:after,.ant-card-meta:before{display:table;content:\"\"}.ant-card-meta:after{clear:both}.ant-card-meta-avatar{float:left;padding-right:16px}.ant-card-meta-detail{overflow:hidden}.ant-card-meta-detail>div:not(:last-child){margin-bottom:8px}.ant-card-meta-title{overflow:hidden;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.ant-card-meta-description{color:rgba(0,0,0,.45)}.ant-card-loading{overflow:hidden}.ant-card-loading .ant-card-body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-card-loading-content p{margin:0}.ant-card-loading-block{height:14px;margin:4px 0;background:linear-gradient(90deg,rgba(207,216,220,.2),rgba(207,216,220,.4),rgba(207,216,220,.2));background-size:600% 600%;border-radius:2px;animation:card-loading 1.4s ease infinite}@keyframes card-loading{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.ant-card-small>.ant-card-head{min-height:36px;padding:0 12px;font-size:14px}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-head-title{padding:8px 0}.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-extra{padding:8px 0;font-size:14px}.ant-card-small>.ant-card-body{padding:12px}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container{height:40px}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar{visibility:hidden}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab{height:40px;margin:0 2px 0 0;padding:0 16px;line-height:38px;background:#fafafa;border:1px solid #e8e8e8;border-radius:4px 4px 0 0;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active{height:40px;color:#1890ff;background:#fff;border-color:#e8e8e8;border-bottom:1px solid #fff}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active:before{border-top:2px solid transparent}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled{color:#1890ff;color:rgba(0,0,0,.25)}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive{padding:0}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap{margin-bottom:0}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x{width:16px;height:16px;height:14px;margin-right:-5px;margin-left:3px;overflow:hidden;color:rgba(0,0,0,.45);font-size:12px;vertical-align:middle;transition:all .3s}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover{color:rgba(0,0,0,.85)}.ant-tabs.ant-tabs-card .ant-tabs-card-content>.ant-tabs-tabpane,.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content>.ant-tabs-tabpane{transition:none!important}.ant-tabs.ant-tabs-card .ant-tabs-card-content>.ant-tabs-tabpane-inactive,.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content>.ant-tabs-tabpane-inactive{overflow:hidden}.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close{opacity:1}.ant-tabs-extra-content{line-height:45px}.ant-tabs-extra-content .ant-tabs-new-tab{position:relative;width:20px;height:20px;color:rgba(0,0,0,.65);font-size:12px;line-height:20px;text-align:center;border:1px solid #e8e8e8;border-radius:2px;cursor:pointer;transition:all .3s}.ant-tabs-extra-content .ant-tabs-new-tab:hover{color:#1890ff;border-color:#1890ff}.ant-tabs-extra-content .ant-tabs-new-tab svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-tabs.ant-tabs-large .ant-tabs-extra-content{line-height:56px}.ant-tabs.ant-tabs-small .ant-tabs-extra-content{line-height:37px}.ant-tabs.ant-tabs-card .ant-tabs-extra-content{line-height:40px}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container{height:100%}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab{margin-bottom:8px;border-bottom:1px solid #e8e8e8}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active{padding-bottom:4px}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child{margin-bottom:8px}.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab{width:90%}.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap{margin-right:0}.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab{margin-right:1px;border-right:0;border-radius:4px 0 0 4px}.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active{margin-right:-1px;padding-right:18px}.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap{margin-left:0}.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab{margin-left:1px;border-left:0;border-radius:0 4px 4px 0}.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active{margin-left:-1px;padding-left:18px}.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab{height:auto;border-top:0;border-bottom:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active{padding-top:1px;padding-bottom:0;color:#1890ff}.ant-tabs{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;overflow:hidden;zoom:1}.ant-tabs:after,.ant-tabs:before{display:table;content:\"\"}.ant-tabs:after{clear:both}.ant-tabs-ink-bar{position:absolute;bottom:1px;left:0;z-index:1;box-sizing:border-box;width:0;height:2px;background-color:#1890ff;transform-origin:0 0}.ant-tabs-bar{margin:0 0 16px;border-bottom:1px solid #e8e8e8;outline:none}.ant-tabs-bar,.ant-tabs-nav-container{transition:padding .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-nav-container{position:relative;box-sizing:border-box;margin-bottom:-1px;overflow:hidden;font-size:14px;line-height:1.5;white-space:nowrap;zoom:1}.ant-tabs-nav-container:after,.ant-tabs-nav-container:before{display:table;content:\"\"}.ant-tabs-nav-container:after{clear:both}.ant-tabs-nav-container-scrolling{padding-right:32px;padding-left:32px}.ant-tabs-bottom .ant-tabs-bottom-bar{margin-top:16px;margin-bottom:0;border-top:1px solid #e8e8e8;border-bottom:none}.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar{top:1px;bottom:auto}.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container{margin-top:-1px;margin-bottom:0}.ant-tabs-tab-next,.ant-tabs-tab-prev{position:absolute;z-index:2;width:0;height:100%;color:rgba(0,0,0,.45);text-align:center;background-color:transparent;border:0;cursor:pointer;opacity:0;transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ant-tabs-tab-next.ant-tabs-tab-arrow-show,.ant-tabs-tab-prev.ant-tabs-tab-arrow-show{width:32px;height:100%;opacity:1;pointer-events:auto}.ant-tabs-tab-next:hover,.ant-tabs-tab-prev:hover{color:rgba(0,0,0,.65)}.ant-tabs-tab-next-icon,.ant-tabs-tab-prev-icon{position:absolute;top:50%;left:50%;font-weight:700;font-style:normal;font-variant:normal;line-height:inherit;text-align:center;text-transform:none;transform:translate(-50%,-50%)}.ant-tabs-tab-next-icon-target,.ant-tabs-tab-prev-icon-target{display:block;display:inline-block;font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg)}:root .ant-tabs-tab-next-icon-target,:root .ant-tabs-tab-prev-icon-target{font-size:12px}.ant-tabs-tab-btn-disabled{cursor:not-allowed}.ant-tabs-tab-btn-disabled,.ant-tabs-tab-btn-disabled:hover{color:rgba(0,0,0,.25)}.ant-tabs-tab-next{right:2px}.ant-tabs-tab-prev{left:0}:root .ant-tabs-tab-prev{filter:none}.ant-tabs-nav-wrap{margin-bottom:-1px;overflow:hidden}.ant-tabs-nav-scroll{overflow:hidden;white-space:nowrap}.ant-tabs-nav{position:relative;display:inline-block;box-sizing:border-box;margin:0;padding-left:0;list-style:none;transition:transform .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-nav:after,.ant-tabs-nav:before{display:table;content:\" \"}.ant-tabs-nav:after{clear:both}.ant-tabs-nav .ant-tabs-tab{position:relative;display:inline-block;box-sizing:border-box;height:100%;margin:0 32px 0 0;padding:12px 16px;text-decoration:none;cursor:pointer;transition:color .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-nav .ant-tabs-tab:before{position:absolute;top:-1px;left:0;width:100%;border-top:2px solid transparent;border-radius:4px 4px 0 0;transition:all .3s;content:\"\";pointer-events:none}.ant-tabs-nav .ant-tabs-tab:last-child{margin-right:0}.ant-tabs-nav .ant-tabs-tab:hover{color:#40a9ff}.ant-tabs-nav .ant-tabs-tab:active{color:#096dd9}.ant-tabs-nav .ant-tabs-tab .anticon{margin-right:8px}.ant-tabs-nav .ant-tabs-tab-active{color:#1890ff;text-shadow:0 0 .25px currentColor}.ant-tabs-nav .ant-tabs-tab-disabled,.ant-tabs-nav .ant-tabs-tab-disabled:hover{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container{font-size:16px}.ant-tabs .ant-tabs-large-bar .ant-tabs-tab{padding:16px}.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container{font-size:14px}.ant-tabs .ant-tabs-small-bar .ant-tabs-tab{padding:8px 16px}.ant-tabs-content:before{display:block;overflow:hidden;content:\"\"}.ant-tabs .ant-tabs-bottom-content,.ant-tabs .ant-tabs-top-content{width:100%}.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane{flex-shrink:0;width:100%;-webkit-backface-visibility:hidden;opacity:1;transition:opacity .45s}.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane-inactive,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane-inactive{height:0;padding:0!important;overflow:hidden;opacity:0;pointer-events:none}.ant-tabs .ant-tabs-bottom-content>.ant-tabs-tabpane-inactive input,.ant-tabs .ant-tabs-top-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated,.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated{display:flex;flex-direction:row;transition:margin-left .3s cubic-bezier(.645,.045,.355,1);will-change:margin-left}.ant-tabs .ant-tabs-left-bar,.ant-tabs .ant-tabs-right-bar{height:100%;border-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show{width:100%;height:32px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab{display:block;float:none;margin:0 0 16px;padding:8px 24px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child{margin-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content{text-align:center}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll{width:auto}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap{height:100%}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container{margin-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling{padding:32px 0}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap{margin-bottom:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav{width:100%}.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar{top:0;bottom:auto;left:auto;width:2px;height:0}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next{right:0;bottom:0;width:100%;height:32px}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev{top:0;width:100%;height:32px}.ant-tabs .ant-tabs-left-content,.ant-tabs .ant-tabs-right-content{width:auto;margin-top:0!important;overflow:hidden}.ant-tabs .ant-tabs-left-bar{float:left;margin-right:-1px;margin-bottom:0;border-right:1px solid #e8e8e8}.ant-tabs .ant-tabs-left-bar .ant-tabs-tab{text-align:right}.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap{margin-right:-1px}.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar{right:1px}.ant-tabs .ant-tabs-left-content{padding-left:24px;border-left:1px solid #e8e8e8}.ant-tabs .ant-tabs-right-bar{float:right;margin-bottom:0;margin-left:-1px;border-left:1px solid #e8e8e8}.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap{margin-left:-1px}.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar{left:1px}.ant-tabs .ant-tabs-right-content{padding-right:24px;border-right:1px solid #e8e8e8}.ant-tabs-bottom .ant-tabs-ink-bar-animated,.ant-tabs-top .ant-tabs-ink-bar-animated{transition:transform .3s cubic-bezier(.645,.045,.355,1),width .2s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-left .ant-tabs-ink-bar-animated,.ant-tabs-right .ant-tabs-ink-bar-animated{transition:transform .3s cubic-bezier(.645,.045,.355,1),height .2s cubic-bezier(.645,.045,.355,1),top .3s cubic-bezier(.645,.045,.355,1)}.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-content-animated,.no-flex>.ant-tabs-content>.ant-tabs-content-animated{margin-left:0!important;transform:none!important}.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive,.no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive{height:0;padding:0!important;overflow:hidden;opacity:0;pointer-events:none}.ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive input,.no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.ant-tabs-left-content>.ant-tabs-content-animated,.ant-tabs-right-content>.ant-tabs-content-animated{margin-left:0!important;transform:none!important}.ant-tabs-left-content>.ant-tabs-tabpane-inactive,.ant-tabs-right-content>.ant-tabs-tabpane-inactive{height:0;padding:0!important;overflow:hidden;opacity:0;pointer-events:none}.ant-tabs-left-content>.ant-tabs-tabpane-inactive input,.ant-tabs-right-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.ant-row{position:relative;height:auto;margin-right:0;margin-left:0;zoom:1;display:block;box-sizing:border-box}.ant-row:after,.ant-row:before{display:table;content:\"\"}.ant-row+.ant-row:before,.ant-row:after{clear:both}.ant-row-flex{display:flex;flex-flow:row wrap}.ant-row-flex:after,.ant-row-flex:before{display:flex}.ant-row-flex-start{justify-content:flex-start}.ant-row-flex-center{justify-content:center}.ant-row-flex-end{justify-content:flex-end}.ant-row-flex-space-between{justify-content:space-between}.ant-row-flex-space-around{justify-content:space-around}.ant-row-flex-top{align-items:flex-start}.ant-row-flex-middle{align-items:center}.ant-row-flex-bottom{align-items:flex-end}.ant-col{position:relative;min-height:1px}.ant-col-1,.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24,.ant-col-lg-1,.ant-col-lg-2,.ant-col-lg-3,.ant-col-lg-4,.ant-col-lg-5,.ant-col-lg-6,.ant-col-lg-7,.ant-col-lg-8,.ant-col-lg-9,.ant-col-lg-10,.ant-col-lg-11,.ant-col-lg-12,.ant-col-lg-13,.ant-col-lg-14,.ant-col-lg-15,.ant-col-lg-16,.ant-col-lg-17,.ant-col-lg-18,.ant-col-lg-19,.ant-col-lg-20,.ant-col-lg-21,.ant-col-lg-22,.ant-col-lg-23,.ant-col-lg-24,.ant-col-md-1,.ant-col-md-2,.ant-col-md-3,.ant-col-md-4,.ant-col-md-5,.ant-col-md-6,.ant-col-md-7,.ant-col-md-8,.ant-col-md-9,.ant-col-md-10,.ant-col-md-11,.ant-col-md-12,.ant-col-md-13,.ant-col-md-14,.ant-col-md-15,.ant-col-md-16,.ant-col-md-17,.ant-col-md-18,.ant-col-md-19,.ant-col-md-20,.ant-col-md-21,.ant-col-md-22,.ant-col-md-23,.ant-col-md-24,.ant-col-sm-1,.ant-col-sm-2,.ant-col-sm-3,.ant-col-sm-4,.ant-col-sm-5,.ant-col-sm-6,.ant-col-sm-7,.ant-col-sm-8,.ant-col-sm-9,.ant-col-sm-10,.ant-col-sm-11,.ant-col-sm-12,.ant-col-sm-13,.ant-col-sm-14,.ant-col-sm-15,.ant-col-sm-16,.ant-col-sm-17,.ant-col-sm-18,.ant-col-sm-19,.ant-col-sm-20,.ant-col-sm-21,.ant-col-sm-22,.ant-col-sm-23,.ant-col-sm-24,.ant-col-xs-1,.ant-col-xs-2,.ant-col-xs-3,.ant-col-xs-4,.ant-col-xs-5,.ant-col-xs-6,.ant-col-xs-7,.ant-col-xs-8,.ant-col-xs-9,.ant-col-xs-10,.ant-col-xs-11,.ant-col-xs-12,.ant-col-xs-13,.ant-col-xs-14,.ant-col-xs-15,.ant-col-xs-16,.ant-col-xs-17,.ant-col-xs-18,.ant-col-xs-19,.ant-col-xs-20,.ant-col-xs-21,.ant-col-xs-22,.ant-col-xs-23,.ant-col-xs-24{position:relative;padding-right:0;padding-left:0}.ant-col-1,.ant-col-2,.ant-col-3,.ant-col-4,.ant-col-5,.ant-col-6,.ant-col-7,.ant-col-8,.ant-col-9,.ant-col-10,.ant-col-11,.ant-col-12,.ant-col-13,.ant-col-14,.ant-col-15,.ant-col-16,.ant-col-17,.ant-col-18,.ant-col-19,.ant-col-20,.ant-col-21,.ant-col-22,.ant-col-23,.ant-col-24{flex:0 0 auto;float:left}.ant-col-24{display:block;box-sizing:border-box;width:100%}.ant-col-push-24{left:100%}.ant-col-pull-24{right:100%}.ant-col-offset-24{margin-left:100%}.ant-col-order-24{order:24}.ant-col-23{display:block;box-sizing:border-box;width:95.83333333%}.ant-col-push-23{left:95.83333333%}.ant-col-pull-23{right:95.83333333%}.ant-col-offset-23{margin-left:95.83333333%}.ant-col-order-23{order:23}.ant-col-22{display:block;box-sizing:border-box;width:91.66666667%}.ant-col-push-22{left:91.66666667%}.ant-col-pull-22{right:91.66666667%}.ant-col-offset-22{margin-left:91.66666667%}.ant-col-order-22{order:22}.ant-col-21{display:block;box-sizing:border-box;width:87.5%}.ant-col-push-21{left:87.5%}.ant-col-pull-21{right:87.5%}.ant-col-offset-21{margin-left:87.5%}.ant-col-order-21{order:21}.ant-col-20{display:block;box-sizing:border-box;width:83.33333333%}.ant-col-push-20{left:83.33333333%}.ant-col-pull-20{right:83.33333333%}.ant-col-offset-20{margin-left:83.33333333%}.ant-col-order-20{order:20}.ant-col-19{display:block;box-sizing:border-box;width:79.16666667%}.ant-col-push-19{left:79.16666667%}.ant-col-pull-19{right:79.16666667%}.ant-col-offset-19{margin-left:79.16666667%}.ant-col-order-19{order:19}.ant-col-18{display:block;box-sizing:border-box;width:75%}.ant-col-push-18{left:75%}.ant-col-pull-18{right:75%}.ant-col-offset-18{margin-left:75%}.ant-col-order-18{order:18}.ant-col-17{display:block;box-sizing:border-box;width:70.83333333%}.ant-col-push-17{left:70.83333333%}.ant-col-pull-17{right:70.83333333%}.ant-col-offset-17{margin-left:70.83333333%}.ant-col-order-17{order:17}.ant-col-16{display:block;box-sizing:border-box;width:66.66666667%}.ant-col-push-16{left:66.66666667%}.ant-col-pull-16{right:66.66666667%}.ant-col-offset-16{margin-left:66.66666667%}.ant-col-order-16{order:16}.ant-col-15{display:block;box-sizing:border-box;width:62.5%}.ant-col-push-15{left:62.5%}.ant-col-pull-15{right:62.5%}.ant-col-offset-15{margin-left:62.5%}.ant-col-order-15{order:15}.ant-col-14{display:block;box-sizing:border-box;width:58.33333333%}.ant-col-push-14{left:58.33333333%}.ant-col-pull-14{right:58.33333333%}.ant-col-offset-14{margin-left:58.33333333%}.ant-col-order-14{order:14}.ant-col-13{display:block;box-sizing:border-box;width:54.16666667%}.ant-col-push-13{left:54.16666667%}.ant-col-pull-13{right:54.16666667%}.ant-col-offset-13{margin-left:54.16666667%}.ant-col-order-13{order:13}.ant-col-12{display:block;box-sizing:border-box;width:50%}.ant-col-push-12{left:50%}.ant-col-pull-12{right:50%}.ant-col-offset-12{margin-left:50%}.ant-col-order-12{order:12}.ant-col-11{display:block;box-sizing:border-box;width:45.83333333%}.ant-col-push-11{left:45.83333333%}.ant-col-pull-11{right:45.83333333%}.ant-col-offset-11{margin-left:45.83333333%}.ant-col-order-11{order:11}.ant-col-10{display:block;box-sizing:border-box;width:41.66666667%}.ant-col-push-10{left:41.66666667%}.ant-col-pull-10{right:41.66666667%}.ant-col-offset-10{margin-left:41.66666667%}.ant-col-order-10{order:10}.ant-col-9{display:block;box-sizing:border-box;width:37.5%}.ant-col-push-9{left:37.5%}.ant-col-pull-9{right:37.5%}.ant-col-offset-9{margin-left:37.5%}.ant-col-order-9{order:9}.ant-col-8{display:block;box-sizing:border-box;width:33.33333333%}.ant-col-push-8{left:33.33333333%}.ant-col-pull-8{right:33.33333333%}.ant-col-offset-8{margin-left:33.33333333%}.ant-col-order-8{order:8}.ant-col-7{display:block;box-sizing:border-box;width:29.16666667%}.ant-col-push-7{left:29.16666667%}.ant-col-pull-7{right:29.16666667%}.ant-col-offset-7{margin-left:29.16666667%}.ant-col-order-7{order:7}.ant-col-6{display:block;box-sizing:border-box;width:25%}.ant-col-push-6{left:25%}.ant-col-pull-6{right:25%}.ant-col-offset-6{margin-left:25%}.ant-col-order-6{order:6}.ant-col-5{display:block;box-sizing:border-box;width:20.83333333%}.ant-col-push-5{left:20.83333333%}.ant-col-pull-5{right:20.83333333%}.ant-col-offset-5{margin-left:20.83333333%}.ant-col-order-5{order:5}.ant-col-4{display:block;box-sizing:border-box;width:16.66666667%}.ant-col-push-4{left:16.66666667%}.ant-col-pull-4{right:16.66666667%}.ant-col-offset-4{margin-left:16.66666667%}.ant-col-order-4{order:4}.ant-col-3{display:block;box-sizing:border-box;width:12.5%}.ant-col-push-3{left:12.5%}.ant-col-pull-3{right:12.5%}.ant-col-offset-3{margin-left:12.5%}.ant-col-order-3{order:3}.ant-col-2{display:block;box-sizing:border-box;width:8.33333333%}.ant-col-push-2{left:8.33333333%}.ant-col-pull-2{right:8.33333333%}.ant-col-offset-2{margin-left:8.33333333%}.ant-col-order-2{order:2}.ant-col-1{display:block;box-sizing:border-box;width:4.16666667%}.ant-col-push-1{left:4.16666667%}.ant-col-pull-1{right:4.16666667%}.ant-col-offset-1{margin-left:4.16666667%}.ant-col-order-1{order:1}.ant-col-0{display:none}.ant-col-offset-0{margin-left:0}.ant-col-order-0{order:0}.ant-col-xs-1,.ant-col-xs-2,.ant-col-xs-3,.ant-col-xs-4,.ant-col-xs-5,.ant-col-xs-6,.ant-col-xs-7,.ant-col-xs-8,.ant-col-xs-9,.ant-col-xs-10,.ant-col-xs-11,.ant-col-xs-12,.ant-col-xs-13,.ant-col-xs-14,.ant-col-xs-15,.ant-col-xs-16,.ant-col-xs-17,.ant-col-xs-18,.ant-col-xs-19,.ant-col-xs-20,.ant-col-xs-21,.ant-col-xs-22,.ant-col-xs-23,.ant-col-xs-24{flex:0 0 auto;float:left}.ant-col-xs-24{display:block;box-sizing:border-box;width:100%}.ant-col-xs-push-24{left:100%}.ant-col-xs-pull-24{right:100%}.ant-col-xs-offset-24{margin-left:100%}.ant-col-xs-order-24{order:24}.ant-col-xs-23{display:block;box-sizing:border-box;width:95.83333333%}.ant-col-xs-push-23{left:95.83333333%}.ant-col-xs-pull-23{right:95.83333333%}.ant-col-xs-offset-23{margin-left:95.83333333%}.ant-col-xs-order-23{order:23}.ant-col-xs-22{display:block;box-sizing:border-box;width:91.66666667%}.ant-col-xs-push-22{left:91.66666667%}.ant-col-xs-pull-22{right:91.66666667%}.ant-col-xs-offset-22{margin-left:91.66666667%}.ant-col-xs-order-22{order:22}.ant-col-xs-21{display:block;box-sizing:border-box;width:87.5%}.ant-col-xs-push-21{left:87.5%}.ant-col-xs-pull-21{right:87.5%}.ant-col-xs-offset-21{margin-left:87.5%}.ant-col-xs-order-21{order:21}.ant-col-xs-20{display:block;box-sizing:border-box;width:83.33333333%}.ant-col-xs-push-20{left:83.33333333%}.ant-col-xs-pull-20{right:83.33333333%}.ant-col-xs-offset-20{margin-left:83.33333333%}.ant-col-xs-order-20{order:20}.ant-col-xs-19{display:block;box-sizing:border-box;width:79.16666667%}.ant-col-xs-push-19{left:79.16666667%}.ant-col-xs-pull-19{right:79.16666667%}.ant-col-xs-offset-19{margin-left:79.16666667%}.ant-col-xs-order-19{order:19}.ant-col-xs-18{display:block;box-sizing:border-box;width:75%}.ant-col-xs-push-18{left:75%}.ant-col-xs-pull-18{right:75%}.ant-col-xs-offset-18{margin-left:75%}.ant-col-xs-order-18{order:18}.ant-col-xs-17{display:block;box-sizing:border-box;width:70.83333333%}.ant-col-xs-push-17{left:70.83333333%}.ant-col-xs-pull-17{right:70.83333333%}.ant-col-xs-offset-17{margin-left:70.83333333%}.ant-col-xs-order-17{order:17}.ant-col-xs-16{display:block;box-sizing:border-box;width:66.66666667%}.ant-col-xs-push-16{left:66.66666667%}.ant-col-xs-pull-16{right:66.66666667%}.ant-col-xs-offset-16{margin-left:66.66666667%}.ant-col-xs-order-16{order:16}.ant-col-xs-15{display:block;box-sizing:border-box;width:62.5%}.ant-col-xs-push-15{left:62.5%}.ant-col-xs-pull-15{right:62.5%}.ant-col-xs-offset-15{margin-left:62.5%}.ant-col-xs-order-15{order:15}.ant-col-xs-14{display:block;box-sizing:border-box;width:58.33333333%}.ant-col-xs-push-14{left:58.33333333%}.ant-col-xs-pull-14{right:58.33333333%}.ant-col-xs-offset-14{margin-left:58.33333333%}.ant-col-xs-order-14{order:14}.ant-col-xs-13{display:block;box-sizing:border-box;width:54.16666667%}.ant-col-xs-push-13{left:54.16666667%}.ant-col-xs-pull-13{right:54.16666667%}.ant-col-xs-offset-13{margin-left:54.16666667%}.ant-col-xs-order-13{order:13}.ant-col-xs-12{display:block;box-sizing:border-box;width:50%}.ant-col-xs-push-12{left:50%}.ant-col-xs-pull-12{right:50%}.ant-col-xs-offset-12{margin-left:50%}.ant-col-xs-order-12{order:12}.ant-col-xs-11{display:block;box-sizing:border-box;width:45.83333333%}.ant-col-xs-push-11{left:45.83333333%}.ant-col-xs-pull-11{right:45.83333333%}.ant-col-xs-offset-11{margin-left:45.83333333%}.ant-col-xs-order-11{order:11}.ant-col-xs-10{display:block;box-sizing:border-box;width:41.66666667%}.ant-col-xs-push-10{left:41.66666667%}.ant-col-xs-pull-10{right:41.66666667%}.ant-col-xs-offset-10{margin-left:41.66666667%}.ant-col-xs-order-10{order:10}.ant-col-xs-9{display:block;box-sizing:border-box;width:37.5%}.ant-col-xs-push-9{left:37.5%}.ant-col-xs-pull-9{right:37.5%}.ant-col-xs-offset-9{margin-left:37.5%}.ant-col-xs-order-9{order:9}.ant-col-xs-8{display:block;box-sizing:border-box;width:33.33333333%}.ant-col-xs-push-8{left:33.33333333%}.ant-col-xs-pull-8{right:33.33333333%}.ant-col-xs-offset-8{margin-left:33.33333333%}.ant-col-xs-order-8{order:8}.ant-col-xs-7{display:block;box-sizing:border-box;width:29.16666667%}.ant-col-xs-push-7{left:29.16666667%}.ant-col-xs-pull-7{right:29.16666667%}.ant-col-xs-offset-7{margin-left:29.16666667%}.ant-col-xs-order-7{order:7}.ant-col-xs-6{display:block;box-sizing:border-box;width:25%}.ant-col-xs-push-6{left:25%}.ant-col-xs-pull-6{right:25%}.ant-col-xs-offset-6{margin-left:25%}.ant-col-xs-order-6{order:6}.ant-col-xs-5{display:block;box-sizing:border-box;width:20.83333333%}.ant-col-xs-push-5{left:20.83333333%}.ant-col-xs-pull-5{right:20.83333333%}.ant-col-xs-offset-5{margin-left:20.83333333%}.ant-col-xs-order-5{order:5}.ant-col-xs-4{display:block;box-sizing:border-box;width:16.66666667%}.ant-col-xs-push-4{left:16.66666667%}.ant-col-xs-pull-4{right:16.66666667%}.ant-col-xs-offset-4{margin-left:16.66666667%}.ant-col-xs-order-4{order:4}.ant-col-xs-3{display:block;box-sizing:border-box;width:12.5%}.ant-col-xs-push-3{left:12.5%}.ant-col-xs-pull-3{right:12.5%}.ant-col-xs-offset-3{margin-left:12.5%}.ant-col-xs-order-3{order:3}.ant-col-xs-2{display:block;box-sizing:border-box;width:8.33333333%}.ant-col-xs-push-2{left:8.33333333%}.ant-col-xs-pull-2{right:8.33333333%}.ant-col-xs-offset-2{margin-left:8.33333333%}.ant-col-xs-order-2{order:2}.ant-col-xs-1{display:block;box-sizing:border-box;width:4.16666667%}.ant-col-xs-push-1{left:4.16666667%}.ant-col-xs-pull-1{right:4.16666667%}.ant-col-xs-offset-1{margin-left:4.16666667%}.ant-col-xs-order-1{order:1}.ant-col-xs-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xs-push-0{left:auto}.ant-col-xs-pull-0{right:auto}.ant-col-xs-offset-0{margin-left:0}.ant-col-xs-order-0{order:0}@media (min-width:576px){.ant-col-sm-1,.ant-col-sm-2,.ant-col-sm-3,.ant-col-sm-4,.ant-col-sm-5,.ant-col-sm-6,.ant-col-sm-7,.ant-col-sm-8,.ant-col-sm-9,.ant-col-sm-10,.ant-col-sm-11,.ant-col-sm-12,.ant-col-sm-13,.ant-col-sm-14,.ant-col-sm-15,.ant-col-sm-16,.ant-col-sm-17,.ant-col-sm-18,.ant-col-sm-19,.ant-col-sm-20,.ant-col-sm-21,.ant-col-sm-22,.ant-col-sm-23,.ant-col-sm-24{flex:0 0 auto;float:left}.ant-col-sm-24{display:block;box-sizing:border-box;width:100%}.ant-col-sm-push-24{left:100%}.ant-col-sm-pull-24{right:100%}.ant-col-sm-offset-24{margin-left:100%}.ant-col-sm-order-24{order:24}.ant-col-sm-23{display:block;box-sizing:border-box;width:95.83333333%}.ant-col-sm-push-23{left:95.83333333%}.ant-col-sm-pull-23{right:95.83333333%}.ant-col-sm-offset-23{margin-left:95.83333333%}.ant-col-sm-order-23{order:23}.ant-col-sm-22{display:block;box-sizing:border-box;width:91.66666667%}.ant-col-sm-push-22{left:91.66666667%}.ant-col-sm-pull-22{right:91.66666667%}.ant-col-sm-offset-22{margin-left:91.66666667%}.ant-col-sm-order-22{order:22}.ant-col-sm-21{display:block;box-sizing:border-box;width:87.5%}.ant-col-sm-push-21{left:87.5%}.ant-col-sm-pull-21{right:87.5%}.ant-col-sm-offset-21{margin-left:87.5%}.ant-col-sm-order-21{order:21}.ant-col-sm-20{display:block;box-sizing:border-box;width:83.33333333%}.ant-col-sm-push-20{left:83.33333333%}.ant-col-sm-pull-20{right:83.33333333%}.ant-col-sm-offset-20{margin-left:83.33333333%}.ant-col-sm-order-20{order:20}.ant-col-sm-19{display:block;box-sizing:border-box;width:79.16666667%}.ant-col-sm-push-19{left:79.16666667%}.ant-col-sm-pull-19{right:79.16666667%}.ant-col-sm-offset-19{margin-left:79.16666667%}.ant-col-sm-order-19{order:19}.ant-col-sm-18{display:block;box-sizing:border-box;width:75%}.ant-col-sm-push-18{left:75%}.ant-col-sm-pull-18{right:75%}.ant-col-sm-offset-18{margin-left:75%}.ant-col-sm-order-18{order:18}.ant-col-sm-17{display:block;box-sizing:border-box;width:70.83333333%}.ant-col-sm-push-17{left:70.83333333%}.ant-col-sm-pull-17{right:70.83333333%}.ant-col-sm-offset-17{margin-left:70.83333333%}.ant-col-sm-order-17{order:17}.ant-col-sm-16{display:block;box-sizing:border-box;width:66.66666667%}.ant-col-sm-push-16{left:66.66666667%}.ant-col-sm-pull-16{right:66.66666667%}.ant-col-sm-offset-16{margin-left:66.66666667%}.ant-col-sm-order-16{order:16}.ant-col-sm-15{display:block;box-sizing:border-box;width:62.5%}.ant-col-sm-push-15{left:62.5%}.ant-col-sm-pull-15{right:62.5%}.ant-col-sm-offset-15{margin-left:62.5%}.ant-col-sm-order-15{order:15}.ant-col-sm-14{display:block;box-sizing:border-box;width:58.33333333%}.ant-col-sm-push-14{left:58.33333333%}.ant-col-sm-pull-14{right:58.33333333%}.ant-col-sm-offset-14{margin-left:58.33333333%}.ant-col-sm-order-14{order:14}.ant-col-sm-13{display:block;box-sizing:border-box;width:54.16666667%}.ant-col-sm-push-13{left:54.16666667%}.ant-col-sm-pull-13{right:54.16666667%}.ant-col-sm-offset-13{margin-left:54.16666667%}.ant-col-sm-order-13{order:13}.ant-col-sm-12{display:block;box-sizing:border-box;width:50%}.ant-col-sm-push-12{left:50%}.ant-col-sm-pull-12{right:50%}.ant-col-sm-offset-12{margin-left:50%}.ant-col-sm-order-12{order:12}.ant-col-sm-11{display:block;box-sizing:border-box;width:45.83333333%}.ant-col-sm-push-11{left:45.83333333%}.ant-col-sm-pull-11{right:45.83333333%}.ant-col-sm-offset-11{margin-left:45.83333333%}.ant-col-sm-order-11{order:11}.ant-col-sm-10{display:block;box-sizing:border-box;width:41.66666667%}.ant-col-sm-push-10{left:41.66666667%}.ant-col-sm-pull-10{right:41.66666667%}.ant-col-sm-offset-10{margin-left:41.66666667%}.ant-col-sm-order-10{order:10}.ant-col-sm-9{display:block;box-sizing:border-box;width:37.5%}.ant-col-sm-push-9{left:37.5%}.ant-col-sm-pull-9{right:37.5%}.ant-col-sm-offset-9{margin-left:37.5%}.ant-col-sm-order-9{order:9}.ant-col-sm-8{display:block;box-sizing:border-box;width:33.33333333%}.ant-col-sm-push-8{left:33.33333333%}.ant-col-sm-pull-8{right:33.33333333%}.ant-col-sm-offset-8{margin-left:33.33333333%}.ant-col-sm-order-8{order:8}.ant-col-sm-7{display:block;box-sizing:border-box;width:29.16666667%}.ant-col-sm-push-7{left:29.16666667%}.ant-col-sm-pull-7{right:29.16666667%}.ant-col-sm-offset-7{margin-left:29.16666667%}.ant-col-sm-order-7{order:7}.ant-col-sm-6{display:block;box-sizing:border-box;width:25%}.ant-col-sm-push-6{left:25%}.ant-col-sm-pull-6{right:25%}.ant-col-sm-offset-6{margin-left:25%}.ant-col-sm-order-6{order:6}.ant-col-sm-5{display:block;box-sizing:border-box;width:20.83333333%}.ant-col-sm-push-5{left:20.83333333%}.ant-col-sm-pull-5{right:20.83333333%}.ant-col-sm-offset-5{margin-left:20.83333333%}.ant-col-sm-order-5{order:5}.ant-col-sm-4{display:block;box-sizing:border-box;width:16.66666667%}.ant-col-sm-push-4{left:16.66666667%}.ant-col-sm-pull-4{right:16.66666667%}.ant-col-sm-offset-4{margin-left:16.66666667%}.ant-col-sm-order-4{order:4}.ant-col-sm-3{display:block;box-sizing:border-box;width:12.5%}.ant-col-sm-push-3{left:12.5%}.ant-col-sm-pull-3{right:12.5%}.ant-col-sm-offset-3{margin-left:12.5%}.ant-col-sm-order-3{order:3}.ant-col-sm-2{display:block;box-sizing:border-box;width:8.33333333%}.ant-col-sm-push-2{left:8.33333333%}.ant-col-sm-pull-2{right:8.33333333%}.ant-col-sm-offset-2{margin-left:8.33333333%}.ant-col-sm-order-2{order:2}.ant-col-sm-1{display:block;box-sizing:border-box;width:4.16666667%}.ant-col-sm-push-1{left:4.16666667%}.ant-col-sm-pull-1{right:4.16666667%}.ant-col-sm-offset-1{margin-left:4.16666667%}.ant-col-sm-order-1{order:1}.ant-col-sm-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-sm-push-0{left:auto}.ant-col-sm-pull-0{right:auto}.ant-col-sm-offset-0{margin-left:0}.ant-col-sm-order-0{order:0}}@media (min-width:768px){.ant-col-md-1,.ant-col-md-2,.ant-col-md-3,.ant-col-md-4,.ant-col-md-5,.ant-col-md-6,.ant-col-md-7,.ant-col-md-8,.ant-col-md-9,.ant-col-md-10,.ant-col-md-11,.ant-col-md-12,.ant-col-md-13,.ant-col-md-14,.ant-col-md-15,.ant-col-md-16,.ant-col-md-17,.ant-col-md-18,.ant-col-md-19,.ant-col-md-20,.ant-col-md-21,.ant-col-md-22,.ant-col-md-23,.ant-col-md-24{flex:0 0 auto;float:left}.ant-col-md-24{display:block;box-sizing:border-box;width:100%}.ant-col-md-push-24{left:100%}.ant-col-md-pull-24{right:100%}.ant-col-md-offset-24{margin-left:100%}.ant-col-md-order-24{order:24}.ant-col-md-23{display:block;box-sizing:border-box;width:95.83333333%}.ant-col-md-push-23{left:95.83333333%}.ant-col-md-pull-23{right:95.83333333%}.ant-col-md-offset-23{margin-left:95.83333333%}.ant-col-md-order-23{order:23}.ant-col-md-22{display:block;box-sizing:border-box;width:91.66666667%}.ant-col-md-push-22{left:91.66666667%}.ant-col-md-pull-22{right:91.66666667%}.ant-col-md-offset-22{margin-left:91.66666667%}.ant-col-md-order-22{order:22}.ant-col-md-21{display:block;box-sizing:border-box;width:87.5%}.ant-col-md-push-21{left:87.5%}.ant-col-md-pull-21{right:87.5%}.ant-col-md-offset-21{margin-left:87.5%}.ant-col-md-order-21{order:21}.ant-col-md-20{display:block;box-sizing:border-box;width:83.33333333%}.ant-col-md-push-20{left:83.33333333%}.ant-col-md-pull-20{right:83.33333333%}.ant-col-md-offset-20{margin-left:83.33333333%}.ant-col-md-order-20{order:20}.ant-col-md-19{display:block;box-sizing:border-box;width:79.16666667%}.ant-col-md-push-19{left:79.16666667%}.ant-col-md-pull-19{right:79.16666667%}.ant-col-md-offset-19{margin-left:79.16666667%}.ant-col-md-order-19{order:19}.ant-col-md-18{display:block;box-sizing:border-box;width:75%}.ant-col-md-push-18{left:75%}.ant-col-md-pull-18{right:75%}.ant-col-md-offset-18{margin-left:75%}.ant-col-md-order-18{order:18}.ant-col-md-17{display:block;box-sizing:border-box;width:70.83333333%}.ant-col-md-push-17{left:70.83333333%}.ant-col-md-pull-17{right:70.83333333%}.ant-col-md-offset-17{margin-left:70.83333333%}.ant-col-md-order-17{order:17}.ant-col-md-16{display:block;box-sizing:border-box;width:66.66666667%}.ant-col-md-push-16{left:66.66666667%}.ant-col-md-pull-16{right:66.66666667%}.ant-col-md-offset-16{margin-left:66.66666667%}.ant-col-md-order-16{order:16}.ant-col-md-15{display:block;box-sizing:border-box;width:62.5%}.ant-col-md-push-15{left:62.5%}.ant-col-md-pull-15{right:62.5%}.ant-col-md-offset-15{margin-left:62.5%}.ant-col-md-order-15{order:15}.ant-col-md-14{display:block;box-sizing:border-box;width:58.33333333%}.ant-col-md-push-14{left:58.33333333%}.ant-col-md-pull-14{right:58.33333333%}.ant-col-md-offset-14{margin-left:58.33333333%}.ant-col-md-order-14{order:14}.ant-col-md-13{display:block;box-sizing:border-box;width:54.16666667%}.ant-col-md-push-13{left:54.16666667%}.ant-col-md-pull-13{right:54.16666667%}.ant-col-md-offset-13{margin-left:54.16666667%}.ant-col-md-order-13{order:13}.ant-col-md-12{display:block;box-sizing:border-box;width:50%}.ant-col-md-push-12{left:50%}.ant-col-md-pull-12{right:50%}.ant-col-md-offset-12{margin-left:50%}.ant-col-md-order-12{order:12}.ant-col-md-11{display:block;box-sizing:border-box;width:45.83333333%}.ant-col-md-push-11{left:45.83333333%}.ant-col-md-pull-11{right:45.83333333%}.ant-col-md-offset-11{margin-left:45.83333333%}.ant-col-md-order-11{order:11}.ant-col-md-10{display:block;box-sizing:border-box;width:41.66666667%}.ant-col-md-push-10{left:41.66666667%}.ant-col-md-pull-10{right:41.66666667%}.ant-col-md-offset-10{margin-left:41.66666667%}.ant-col-md-order-10{order:10}.ant-col-md-9{display:block;box-sizing:border-box;width:37.5%}.ant-col-md-push-9{left:37.5%}.ant-col-md-pull-9{right:37.5%}.ant-col-md-offset-9{margin-left:37.5%}.ant-col-md-order-9{order:9}.ant-col-md-8{display:block;box-sizing:border-box;width:33.33333333%}.ant-col-md-push-8{left:33.33333333%}.ant-col-md-pull-8{right:33.33333333%}.ant-col-md-offset-8{margin-left:33.33333333%}.ant-col-md-order-8{order:8}.ant-col-md-7{display:block;box-sizing:border-box;width:29.16666667%}.ant-col-md-push-7{left:29.16666667%}.ant-col-md-pull-7{right:29.16666667%}.ant-col-md-offset-7{margin-left:29.16666667%}.ant-col-md-order-7{order:7}.ant-col-md-6{display:block;box-sizing:border-box;width:25%}.ant-col-md-push-6{left:25%}.ant-col-md-pull-6{right:25%}.ant-col-md-offset-6{margin-left:25%}.ant-col-md-order-6{order:6}.ant-col-md-5{display:block;box-sizing:border-box;width:20.83333333%}.ant-col-md-push-5{left:20.83333333%}.ant-col-md-pull-5{right:20.83333333%}.ant-col-md-offset-5{margin-left:20.83333333%}.ant-col-md-order-5{order:5}.ant-col-md-4{display:block;box-sizing:border-box;width:16.66666667%}.ant-col-md-push-4{left:16.66666667%}.ant-col-md-pull-4{right:16.66666667%}.ant-col-md-offset-4{margin-left:16.66666667%}.ant-col-md-order-4{order:4}.ant-col-md-3{display:block;box-sizing:border-box;width:12.5%}.ant-col-md-push-3{left:12.5%}.ant-col-md-pull-3{right:12.5%}.ant-col-md-offset-3{margin-left:12.5%}.ant-col-md-order-3{order:3}.ant-col-md-2{display:block;box-sizing:border-box;width:8.33333333%}.ant-col-md-push-2{left:8.33333333%}.ant-col-md-pull-2{right:8.33333333%}.ant-col-md-offset-2{margin-left:8.33333333%}.ant-col-md-order-2{order:2}.ant-col-md-1{display:block;box-sizing:border-box;width:4.16666667%}.ant-col-md-push-1{left:4.16666667%}.ant-col-md-pull-1{right:4.16666667%}.ant-col-md-offset-1{margin-left:4.16666667%}.ant-col-md-order-1{order:1}.ant-col-md-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-md-push-0{left:auto}.ant-col-md-pull-0{right:auto}.ant-col-md-offset-0{margin-left:0}.ant-col-md-order-0{order:0}}@media (min-width:992px){.ant-col-lg-1,.ant-col-lg-2,.ant-col-lg-3,.ant-col-lg-4,.ant-col-lg-5,.ant-col-lg-6,.ant-col-lg-7,.ant-col-lg-8,.ant-col-lg-9,.ant-col-lg-10,.ant-col-lg-11,.ant-col-lg-12,.ant-col-lg-13,.ant-col-lg-14,.ant-col-lg-15,.ant-col-lg-16,.ant-col-lg-17,.ant-col-lg-18,.ant-col-lg-19,.ant-col-lg-20,.ant-col-lg-21,.ant-col-lg-22,.ant-col-lg-23,.ant-col-lg-24{flex:0 0 auto;float:left}.ant-col-lg-24{display:block;box-sizing:border-box;width:100%}.ant-col-lg-push-24{left:100%}.ant-col-lg-pull-24{right:100%}.ant-col-lg-offset-24{margin-left:100%}.ant-col-lg-order-24{order:24}.ant-col-lg-23{display:block;box-sizing:border-box;width:95.83333333%}.ant-col-lg-push-23{left:95.83333333%}.ant-col-lg-pull-23{right:95.83333333%}.ant-col-lg-offset-23{margin-left:95.83333333%}.ant-col-lg-order-23{order:23}.ant-col-lg-22{display:block;box-sizing:border-box;width:91.66666667%}.ant-col-lg-push-22{left:91.66666667%}.ant-col-lg-pull-22{right:91.66666667%}.ant-col-lg-offset-22{margin-left:91.66666667%}.ant-col-lg-order-22{order:22}.ant-col-lg-21{display:block;box-sizing:border-box;width:87.5%}.ant-col-lg-push-21{left:87.5%}.ant-col-lg-pull-21{right:87.5%}.ant-col-lg-offset-21{margin-left:87.5%}.ant-col-lg-order-21{order:21}.ant-col-lg-20{display:block;box-sizing:border-box;width:83.33333333%}.ant-col-lg-push-20{left:83.33333333%}.ant-col-lg-pull-20{right:83.33333333%}.ant-col-lg-offset-20{margin-left:83.33333333%}.ant-col-lg-order-20{order:20}.ant-col-lg-19{display:block;box-sizing:border-box;width:79.16666667%}.ant-col-lg-push-19{left:79.16666667%}.ant-col-lg-pull-19{right:79.16666667%}.ant-col-lg-offset-19{margin-left:79.16666667%}.ant-col-lg-order-19{order:19}.ant-col-lg-18{display:block;box-sizing:border-box;width:75%}.ant-col-lg-push-18{left:75%}.ant-col-lg-pull-18{right:75%}.ant-col-lg-offset-18{margin-left:75%}.ant-col-lg-order-18{order:18}.ant-col-lg-17{display:block;box-sizing:border-box;width:70.83333333%}.ant-col-lg-push-17{left:70.83333333%}.ant-col-lg-pull-17{right:70.83333333%}.ant-col-lg-offset-17{margin-left:70.83333333%}.ant-col-lg-order-17{order:17}.ant-col-lg-16{display:block;box-sizing:border-box;width:66.66666667%}.ant-col-lg-push-16{left:66.66666667%}.ant-col-lg-pull-16{right:66.66666667%}.ant-col-lg-offset-16{margin-left:66.66666667%}.ant-col-lg-order-16{order:16}.ant-col-lg-15{display:block;box-sizing:border-box;width:62.5%}.ant-col-lg-push-15{left:62.5%}.ant-col-lg-pull-15{right:62.5%}.ant-col-lg-offset-15{margin-left:62.5%}.ant-col-lg-order-15{order:15}.ant-col-lg-14{display:block;box-sizing:border-box;width:58.33333333%}.ant-col-lg-push-14{left:58.33333333%}.ant-col-lg-pull-14{right:58.33333333%}.ant-col-lg-offset-14{margin-left:58.33333333%}.ant-col-lg-order-14{order:14}.ant-col-lg-13{display:block;box-sizing:border-box;width:54.16666667%}.ant-col-lg-push-13{left:54.16666667%}.ant-col-lg-pull-13{right:54.16666667%}.ant-col-lg-offset-13{margin-left:54.16666667%}.ant-col-lg-order-13{order:13}.ant-col-lg-12{display:block;box-sizing:border-box;width:50%}.ant-col-lg-push-12{left:50%}.ant-col-lg-pull-12{right:50%}.ant-col-lg-offset-12{margin-left:50%}.ant-col-lg-order-12{order:12}.ant-col-lg-11{display:block;box-sizing:border-box;width:45.83333333%}.ant-col-lg-push-11{left:45.83333333%}.ant-col-lg-pull-11{right:45.83333333%}.ant-col-lg-offset-11{margin-left:45.83333333%}.ant-col-lg-order-11{order:11}.ant-col-lg-10{display:block;box-sizing:border-box;width:41.66666667%}.ant-col-lg-push-10{left:41.66666667%}.ant-col-lg-pull-10{right:41.66666667%}.ant-col-lg-offset-10{margin-left:41.66666667%}.ant-col-lg-order-10{order:10}.ant-col-lg-9{display:block;box-sizing:border-box;width:37.5%}.ant-col-lg-push-9{left:37.5%}.ant-col-lg-pull-9{right:37.5%}.ant-col-lg-offset-9{margin-left:37.5%}.ant-col-lg-order-9{order:9}.ant-col-lg-8{display:block;box-sizing:border-box;width:33.33333333%}.ant-col-lg-push-8{left:33.33333333%}.ant-col-lg-pull-8{right:33.33333333%}.ant-col-lg-offset-8{margin-left:33.33333333%}.ant-col-lg-order-8{order:8}.ant-col-lg-7{display:block;box-sizing:border-box;width:29.16666667%}.ant-col-lg-push-7{left:29.16666667%}.ant-col-lg-pull-7{right:29.16666667%}.ant-col-lg-offset-7{margin-left:29.16666667%}.ant-col-lg-order-7{order:7}.ant-col-lg-6{display:block;box-sizing:border-box;width:25%}.ant-col-lg-push-6{left:25%}.ant-col-lg-pull-6{right:25%}.ant-col-lg-offset-6{margin-left:25%}.ant-col-lg-order-6{order:6}.ant-col-lg-5{display:block;box-sizing:border-box;width:20.83333333%}.ant-col-lg-push-5{left:20.83333333%}.ant-col-lg-pull-5{right:20.83333333%}.ant-col-lg-offset-5{margin-left:20.83333333%}.ant-col-lg-order-5{order:5}.ant-col-lg-4{display:block;box-sizing:border-box;width:16.66666667%}.ant-col-lg-push-4{left:16.66666667%}.ant-col-lg-pull-4{right:16.66666667%}.ant-col-lg-offset-4{margin-left:16.66666667%}.ant-col-lg-order-4{order:4}.ant-col-lg-3{display:block;box-sizing:border-box;width:12.5%}.ant-col-lg-push-3{left:12.5%}.ant-col-lg-pull-3{right:12.5%}.ant-col-lg-offset-3{margin-left:12.5%}.ant-col-lg-order-3{order:3}.ant-col-lg-2{display:block;box-sizing:border-box;width:8.33333333%}.ant-col-lg-push-2{left:8.33333333%}.ant-col-lg-pull-2{right:8.33333333%}.ant-col-lg-offset-2{margin-left:8.33333333%}.ant-col-lg-order-2{order:2}.ant-col-lg-1{display:block;box-sizing:border-box;width:4.16666667%}.ant-col-lg-push-1{left:4.16666667%}.ant-col-lg-pull-1{right:4.16666667%}.ant-col-lg-offset-1{margin-left:4.16666667%}.ant-col-lg-order-1{order:1}.ant-col-lg-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-lg-push-0{left:auto}.ant-col-lg-pull-0{right:auto}.ant-col-lg-offset-0{margin-left:0}.ant-col-lg-order-0{order:0}}@media (min-width:1200px){.ant-col-xl-1,.ant-col-xl-2,.ant-col-xl-3,.ant-col-xl-4,.ant-col-xl-5,.ant-col-xl-6,.ant-col-xl-7,.ant-col-xl-8,.ant-col-xl-9,.ant-col-xl-10,.ant-col-xl-11,.ant-col-xl-12,.ant-col-xl-13,.ant-col-xl-14,.ant-col-xl-15,.ant-col-xl-16,.ant-col-xl-17,.ant-col-xl-18,.ant-col-xl-19,.ant-col-xl-20,.ant-col-xl-21,.ant-col-xl-22,.ant-col-xl-23,.ant-col-xl-24{flex:0 0 auto;float:left}.ant-col-xl-24{display:block;box-sizing:border-box;width:100%}.ant-col-xl-push-24{left:100%}.ant-col-xl-pull-24{right:100%}.ant-col-xl-offset-24{margin-left:100%}.ant-col-xl-order-24{order:24}.ant-col-xl-23{display:block;box-sizing:border-box;width:95.83333333%}.ant-col-xl-push-23{left:95.83333333%}.ant-col-xl-pull-23{right:95.83333333%}.ant-col-xl-offset-23{margin-left:95.83333333%}.ant-col-xl-order-23{order:23}.ant-col-xl-22{display:block;box-sizing:border-box;width:91.66666667%}.ant-col-xl-push-22{left:91.66666667%}.ant-col-xl-pull-22{right:91.66666667%}.ant-col-xl-offset-22{margin-left:91.66666667%}.ant-col-xl-order-22{order:22}.ant-col-xl-21{display:block;box-sizing:border-box;width:87.5%}.ant-col-xl-push-21{left:87.5%}.ant-col-xl-pull-21{right:87.5%}.ant-col-xl-offset-21{margin-left:87.5%}.ant-col-xl-order-21{order:21}.ant-col-xl-20{display:block;box-sizing:border-box;width:83.33333333%}.ant-col-xl-push-20{left:83.33333333%}.ant-col-xl-pull-20{right:83.33333333%}.ant-col-xl-offset-20{margin-left:83.33333333%}.ant-col-xl-order-20{order:20}.ant-col-xl-19{display:block;box-sizing:border-box;width:79.16666667%}.ant-col-xl-push-19{left:79.16666667%}.ant-col-xl-pull-19{right:79.16666667%}.ant-col-xl-offset-19{margin-left:79.16666667%}.ant-col-xl-order-19{order:19}.ant-col-xl-18{display:block;box-sizing:border-box;width:75%}.ant-col-xl-push-18{left:75%}.ant-col-xl-pull-18{right:75%}.ant-col-xl-offset-18{margin-left:75%}.ant-col-xl-order-18{order:18}.ant-col-xl-17{display:block;box-sizing:border-box;width:70.83333333%}.ant-col-xl-push-17{left:70.83333333%}.ant-col-xl-pull-17{right:70.83333333%}.ant-col-xl-offset-17{margin-left:70.83333333%}.ant-col-xl-order-17{order:17}.ant-col-xl-16{display:block;box-sizing:border-box;width:66.66666667%}.ant-col-xl-push-16{left:66.66666667%}.ant-col-xl-pull-16{right:66.66666667%}.ant-col-xl-offset-16{margin-left:66.66666667%}.ant-col-xl-order-16{order:16}.ant-col-xl-15{display:block;box-sizing:border-box;width:62.5%}.ant-col-xl-push-15{left:62.5%}.ant-col-xl-pull-15{right:62.5%}.ant-col-xl-offset-15{margin-left:62.5%}.ant-col-xl-order-15{order:15}.ant-col-xl-14{display:block;box-sizing:border-box;width:58.33333333%}.ant-col-xl-push-14{left:58.33333333%}.ant-col-xl-pull-14{right:58.33333333%}.ant-col-xl-offset-14{margin-left:58.33333333%}.ant-col-xl-order-14{order:14}.ant-col-xl-13{display:block;box-sizing:border-box;width:54.16666667%}.ant-col-xl-push-13{left:54.16666667%}.ant-col-xl-pull-13{right:54.16666667%}.ant-col-xl-offset-13{margin-left:54.16666667%}.ant-col-xl-order-13{order:13}.ant-col-xl-12{display:block;box-sizing:border-box;width:50%}.ant-col-xl-push-12{left:50%}.ant-col-xl-pull-12{right:50%}.ant-col-xl-offset-12{margin-left:50%}.ant-col-xl-order-12{order:12}.ant-col-xl-11{display:block;box-sizing:border-box;width:45.83333333%}.ant-col-xl-push-11{left:45.83333333%}.ant-col-xl-pull-11{right:45.83333333%}.ant-col-xl-offset-11{margin-left:45.83333333%}.ant-col-xl-order-11{order:11}.ant-col-xl-10{display:block;box-sizing:border-box;width:41.66666667%}.ant-col-xl-push-10{left:41.66666667%}.ant-col-xl-pull-10{right:41.66666667%}.ant-col-xl-offset-10{margin-left:41.66666667%}.ant-col-xl-order-10{order:10}.ant-col-xl-9{display:block;box-sizing:border-box;width:37.5%}.ant-col-xl-push-9{left:37.5%}.ant-col-xl-pull-9{right:37.5%}.ant-col-xl-offset-9{margin-left:37.5%}.ant-col-xl-order-9{order:9}.ant-col-xl-8{display:block;box-sizing:border-box;width:33.33333333%}.ant-col-xl-push-8{left:33.33333333%}.ant-col-xl-pull-8{right:33.33333333%}.ant-col-xl-offset-8{margin-left:33.33333333%}.ant-col-xl-order-8{order:8}.ant-col-xl-7{display:block;box-sizing:border-box;width:29.16666667%}.ant-col-xl-push-7{left:29.16666667%}.ant-col-xl-pull-7{right:29.16666667%}.ant-col-xl-offset-7{margin-left:29.16666667%}.ant-col-xl-order-7{order:7}.ant-col-xl-6{display:block;box-sizing:border-box;width:25%}.ant-col-xl-push-6{left:25%}.ant-col-xl-pull-6{right:25%}.ant-col-xl-offset-6{margin-left:25%}.ant-col-xl-order-6{order:6}.ant-col-xl-5{display:block;box-sizing:border-box;width:20.83333333%}.ant-col-xl-push-5{left:20.83333333%}.ant-col-xl-pull-5{right:20.83333333%}.ant-col-xl-offset-5{margin-left:20.83333333%}.ant-col-xl-order-5{order:5}.ant-col-xl-4{display:block;box-sizing:border-box;width:16.66666667%}.ant-col-xl-push-4{left:16.66666667%}.ant-col-xl-pull-4{right:16.66666667%}.ant-col-xl-offset-4{margin-left:16.66666667%}.ant-col-xl-order-4{order:4}.ant-col-xl-3{display:block;box-sizing:border-box;width:12.5%}.ant-col-xl-push-3{left:12.5%}.ant-col-xl-pull-3{right:12.5%}.ant-col-xl-offset-3{margin-left:12.5%}.ant-col-xl-order-3{order:3}.ant-col-xl-2{display:block;box-sizing:border-box;width:8.33333333%}.ant-col-xl-push-2{left:8.33333333%}.ant-col-xl-pull-2{right:8.33333333%}.ant-col-xl-offset-2{margin-left:8.33333333%}.ant-col-xl-order-2{order:2}.ant-col-xl-1{display:block;box-sizing:border-box;width:4.16666667%}.ant-col-xl-push-1{left:4.16666667%}.ant-col-xl-pull-1{right:4.16666667%}.ant-col-xl-offset-1{margin-left:4.16666667%}.ant-col-xl-order-1{order:1}.ant-col-xl-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xl-push-0{left:auto}.ant-col-xl-pull-0{right:auto}.ant-col-xl-offset-0{margin-left:0}.ant-col-xl-order-0{order:0}}@media (min-width:1600px){.ant-col-xxl-1,.ant-col-xxl-2,.ant-col-xxl-3,.ant-col-xxl-4,.ant-col-xxl-5,.ant-col-xxl-6,.ant-col-xxl-7,.ant-col-xxl-8,.ant-col-xxl-9,.ant-col-xxl-10,.ant-col-xxl-11,.ant-col-xxl-12,.ant-col-xxl-13,.ant-col-xxl-14,.ant-col-xxl-15,.ant-col-xxl-16,.ant-col-xxl-17,.ant-col-xxl-18,.ant-col-xxl-19,.ant-col-xxl-20,.ant-col-xxl-21,.ant-col-xxl-22,.ant-col-xxl-23,.ant-col-xxl-24{flex:0 0 auto;float:left}.ant-col-xxl-24{display:block;box-sizing:border-box;width:100%}.ant-col-xxl-push-24{left:100%}.ant-col-xxl-pull-24{right:100%}.ant-col-xxl-offset-24{margin-left:100%}.ant-col-xxl-order-24{order:24}.ant-col-xxl-23{display:block;box-sizing:border-box;width:95.83333333%}.ant-col-xxl-push-23{left:95.83333333%}.ant-col-xxl-pull-23{right:95.83333333%}.ant-col-xxl-offset-23{margin-left:95.83333333%}.ant-col-xxl-order-23{order:23}.ant-col-xxl-22{display:block;box-sizing:border-box;width:91.66666667%}.ant-col-xxl-push-22{left:91.66666667%}.ant-col-xxl-pull-22{right:91.66666667%}.ant-col-xxl-offset-22{margin-left:91.66666667%}.ant-col-xxl-order-22{order:22}.ant-col-xxl-21{display:block;box-sizing:border-box;width:87.5%}.ant-col-xxl-push-21{left:87.5%}.ant-col-xxl-pull-21{right:87.5%}.ant-col-xxl-offset-21{margin-left:87.5%}.ant-col-xxl-order-21{order:21}.ant-col-xxl-20{display:block;box-sizing:border-box;width:83.33333333%}.ant-col-xxl-push-20{left:83.33333333%}.ant-col-xxl-pull-20{right:83.33333333%}.ant-col-xxl-offset-20{margin-left:83.33333333%}.ant-col-xxl-order-20{order:20}.ant-col-xxl-19{display:block;box-sizing:border-box;width:79.16666667%}.ant-col-xxl-push-19{left:79.16666667%}.ant-col-xxl-pull-19{right:79.16666667%}.ant-col-xxl-offset-19{margin-left:79.16666667%}.ant-col-xxl-order-19{order:19}.ant-col-xxl-18{display:block;box-sizing:border-box;width:75%}.ant-col-xxl-push-18{left:75%}.ant-col-xxl-pull-18{right:75%}.ant-col-xxl-offset-18{margin-left:75%}.ant-col-xxl-order-18{order:18}.ant-col-xxl-17{display:block;box-sizing:border-box;width:70.83333333%}.ant-col-xxl-push-17{left:70.83333333%}.ant-col-xxl-pull-17{right:70.83333333%}.ant-col-xxl-offset-17{margin-left:70.83333333%}.ant-col-xxl-order-17{order:17}.ant-col-xxl-16{display:block;box-sizing:border-box;width:66.66666667%}.ant-col-xxl-push-16{left:66.66666667%}.ant-col-xxl-pull-16{right:66.66666667%}.ant-col-xxl-offset-16{margin-left:66.66666667%}.ant-col-xxl-order-16{order:16}.ant-col-xxl-15{display:block;box-sizing:border-box;width:62.5%}.ant-col-xxl-push-15{left:62.5%}.ant-col-xxl-pull-15{right:62.5%}.ant-col-xxl-offset-15{margin-left:62.5%}.ant-col-xxl-order-15{order:15}.ant-col-xxl-14{display:block;box-sizing:border-box;width:58.33333333%}.ant-col-xxl-push-14{left:58.33333333%}.ant-col-xxl-pull-14{right:58.33333333%}.ant-col-xxl-offset-14{margin-left:58.33333333%}.ant-col-xxl-order-14{order:14}.ant-col-xxl-13{display:block;box-sizing:border-box;width:54.16666667%}.ant-col-xxl-push-13{left:54.16666667%}.ant-col-xxl-pull-13{right:54.16666667%}.ant-col-xxl-offset-13{margin-left:54.16666667%}.ant-col-xxl-order-13{order:13}.ant-col-xxl-12{display:block;box-sizing:border-box;width:50%}.ant-col-xxl-push-12{left:50%}.ant-col-xxl-pull-12{right:50%}.ant-col-xxl-offset-12{margin-left:50%}.ant-col-xxl-order-12{order:12}.ant-col-xxl-11{display:block;box-sizing:border-box;width:45.83333333%}.ant-col-xxl-push-11{left:45.83333333%}.ant-col-xxl-pull-11{right:45.83333333%}.ant-col-xxl-offset-11{margin-left:45.83333333%}.ant-col-xxl-order-11{order:11}.ant-col-xxl-10{display:block;box-sizing:border-box;width:41.66666667%}.ant-col-xxl-push-10{left:41.66666667%}.ant-col-xxl-pull-10{right:41.66666667%}.ant-col-xxl-offset-10{margin-left:41.66666667%}.ant-col-xxl-order-10{order:10}.ant-col-xxl-9{display:block;box-sizing:border-box;width:37.5%}.ant-col-xxl-push-9{left:37.5%}.ant-col-xxl-pull-9{right:37.5%}.ant-col-xxl-offset-9{margin-left:37.5%}.ant-col-xxl-order-9{order:9}.ant-col-xxl-8{display:block;box-sizing:border-box;width:33.33333333%}.ant-col-xxl-push-8{left:33.33333333%}.ant-col-xxl-pull-8{right:33.33333333%}.ant-col-xxl-offset-8{margin-left:33.33333333%}.ant-col-xxl-order-8{order:8}.ant-col-xxl-7{display:block;box-sizing:border-box;width:29.16666667%}.ant-col-xxl-push-7{left:29.16666667%}.ant-col-xxl-pull-7{right:29.16666667%}.ant-col-xxl-offset-7{margin-left:29.16666667%}.ant-col-xxl-order-7{order:7}.ant-col-xxl-6{display:block;box-sizing:border-box;width:25%}.ant-col-xxl-push-6{left:25%}.ant-col-xxl-pull-6{right:25%}.ant-col-xxl-offset-6{margin-left:25%}.ant-col-xxl-order-6{order:6}.ant-col-xxl-5{display:block;box-sizing:border-box;width:20.83333333%}.ant-col-xxl-push-5{left:20.83333333%}.ant-col-xxl-pull-5{right:20.83333333%}.ant-col-xxl-offset-5{margin-left:20.83333333%}.ant-col-xxl-order-5{order:5}.ant-col-xxl-4{display:block;box-sizing:border-box;width:16.66666667%}.ant-col-xxl-push-4{left:16.66666667%}.ant-col-xxl-pull-4{right:16.66666667%}.ant-col-xxl-offset-4{margin-left:16.66666667%}.ant-col-xxl-order-4{order:4}.ant-col-xxl-3{display:block;box-sizing:border-box;width:12.5%}.ant-col-xxl-push-3{left:12.5%}.ant-col-xxl-pull-3{right:12.5%}.ant-col-xxl-offset-3{margin-left:12.5%}.ant-col-xxl-order-3{order:3}.ant-col-xxl-2{display:block;box-sizing:border-box;width:8.33333333%}.ant-col-xxl-push-2{left:8.33333333%}.ant-col-xxl-pull-2{right:8.33333333%}.ant-col-xxl-offset-2{margin-left:8.33333333%}.ant-col-xxl-order-2{order:2}.ant-col-xxl-1{display:block;box-sizing:border-box;width:4.16666667%}.ant-col-xxl-push-1{left:4.16666667%}.ant-col-xxl-pull-1{right:4.16666667%}.ant-col-xxl-offset-1{margin-left:4.16666667%}.ant-col-xxl-order-1{order:1}.ant-col-xxl-0{display:none}.ant-col-push-0{left:auto}.ant-col-pull-0{right:auto}.ant-col-xxl-push-0{left:auto}.ant-col-xxl-pull-0{right:auto}.ant-col-xxl-offset-0{margin-left:0}.ant-col-xxl-order-0{order:0}}.ant-carousel{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\"}.ant-carousel .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.ant-carousel .slick-list{position:relative;display:block;margin:0;padding:0;overflow:hidden}.ant-carousel .slick-list:focus{outline:none}.ant-carousel .slick-list.dragging{cursor:pointer}.ant-carousel .slick-list .slick-slide{pointer-events:none}.ant-carousel .slick-list .slick-slide input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide input.ant-radio-input{visibility:hidden}.ant-carousel .slick-list .slick-slide.slick-active{pointer-events:auto}.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input{visibility:visible}.ant-carousel .slick-slider .slick-list,.ant-carousel .slick-slider .slick-track{transform:translateZ(0)}.ant-carousel .slick-track{position:relative;top:0;left:0;display:block}.ant-carousel .slick-track:after,.ant-carousel .slick-track:before{display:table;content:\"\"}.ant-carousel .slick-track:after{clear:both}.slick-loading .ant-carousel .slick-track{visibility:hidden}.ant-carousel .slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .ant-carousel .slick-slide{float:right}.ant-carousel .slick-slide img{display:block}.ant-carousel .slick-slide.slick-loading img{display:none}.ant-carousel .slick-slide.dragging img{pointer-events:none}.ant-carousel .slick-initialized .slick-slide{display:block}.ant-carousel .slick-loading .slick-slide{visibility:hidden}.ant-carousel .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.ant-carousel .slick-arrow.slick-hidden{display:none}.ant-carousel .slick-next,.ant-carousel .slick-prev{position:absolute;top:50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;font-size:0;line-height:0;border:0;cursor:pointer}.ant-carousel .slick-next,.ant-carousel .slick-next:focus,.ant-carousel .slick-next:hover,.ant-carousel .slick-prev,.ant-carousel .slick-prev:focus,.ant-carousel .slick-prev:hover{color:transparent;background:transparent;outline:none}.ant-carousel .slick-next:focus:before,.ant-carousel .slick-next:hover:before,.ant-carousel .slick-prev:focus:before,.ant-carousel .slick-prev:hover:before{opacity:1}.ant-carousel .slick-next.slick-disabled:before,.ant-carousel .slick-prev.slick-disabled:before{opacity:.25}.ant-carousel .slick-prev{left:-25px}.ant-carousel .slick-prev:before{content:\"←\"}.ant-carousel .slick-next{right:-25px}.ant-carousel .slick-next:before{content:\"→\"}.ant-carousel .slick-dots{position:absolute;display:block;width:100%;height:3px;margin:0;padding:0;text-align:center;list-style:none}.ant-carousel .slick-dots-bottom{bottom:12px}.ant-carousel .slick-dots-top{top:12px}.ant-carousel .slick-dots li{position:relative;display:inline-block;margin:0 2px;padding:0;text-align:center;vertical-align:top}.ant-carousel .slick-dots li button{display:block;width:16px;height:3px;padding:0;color:transparent;font-size:0;background:#fff;border:0;border-radius:1px;outline:none;cursor:pointer;opacity:.3;transition:all .5s}.ant-carousel .slick-dots li button:focus,.ant-carousel .slick-dots li button:hover{opacity:.75}.ant-carousel .slick-dots li.slick-active button{width:24px;background:#fff;opacity:1}.ant-carousel .slick-dots li.slick-active button:focus,.ant-carousel .slick-dots li.slick-active button:hover{opacity:1}.ant-carousel-vertical .slick-dots{top:50%;bottom:auto;width:3px;height:auto;transform:translateY(-50%)}.ant-carousel-vertical .slick-dots-left{left:12px}.ant-carousel-vertical .slick-dots-right{right:12px}.ant-carousel-vertical .slick-dots li{margin:0 2px;vertical-align:baseline}.ant-carousel-vertical .slick-dots li button{width:3px;height:16px}.ant-carousel-vertical .slick-dots li.slick-active button{width:3px;height:24px}.ant-cascader{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\"}.ant-cascader-input.ant-input{position:static;width:100%;padding-right:24px;background-color:transparent!important;cursor:pointer}.ant-cascader-picker-show-search .ant-cascader-input.ant-input{position:relative}.ant-cascader-picker{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;display:inline-block;background-color:#fff;border-radius:4px;outline:0;cursor:pointer;transition:color .3s}.ant-cascader-picker-with-value .ant-cascader-picker-label{color:transparent}.ant-cascader-picker-disabled{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.ant-cascader-picker-disabled .ant-cascader-input{cursor:not-allowed}.ant-cascader-picker:focus .ant-cascader-input{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-cascader-picker-show-search.ant-cascader-picker-focused{color:rgba(0,0,0,.25)}.ant-cascader-picker-label{position:absolute;top:50%;left:0;width:100%;height:20px;margin-top:-10px;padding:0 20px 0 12px;overflow:hidden;line-height:20px;white-space:nowrap;text-overflow:ellipsis}.ant-cascader-picker-clear{position:absolute;top:50%;right:12px;z-index:2;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:12px;background:#fff;cursor:pointer;opacity:0;transition:color .3s ease,opacity .15s ease}.ant-cascader-picker-clear:hover{color:rgba(0,0,0,.45)}.ant-cascader-picker:hover .ant-cascader-picker-clear{opacity:1}.ant-cascader-picker-arrow{position:absolute;top:50%;right:12px;z-index:1;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:12px;transition:transform .2s}.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand{transform:rotate(180deg)}.ant-cascader-picker-label:hover+.ant-cascader-input{border-color:#40a9ff;border-right-width:1px!important}.ant-cascader-picker-small .ant-cascader-picker-arrow,.ant-cascader-picker-small .ant-cascader-picker-clear{right:8px}.ant-cascader-menus{position:absolute;z-index:1050;font-size:14px;white-space:nowrap;background:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-cascader-menus ol,.ant-cascader-menus ul{margin:0;list-style:none}.ant-cascader-menus-empty,.ant-cascader-menus-hidden{display:none}.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft,.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft{animation-name:antSlideUpIn}.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft,.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft{animation-name:antSlideDownIn}.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft{animation-name:antSlideUpOut}.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft{animation-name:antSlideDownOut}.ant-cascader-menu{display:inline-block;min-width:111px;height:180px;margin:0;padding:4px 0;overflow:auto;vertical-align:top;list-style:none;border-right:1px solid #e8e8e8;-ms-overflow-style:-ms-autohiding-scrollbar}.ant-cascader-menu:first-child{border-radius:4px 0 0 4px}.ant-cascader-menu:last-child{margin-right:-1px;border-right-color:transparent;border-radius:0 4px 4px 0}.ant-cascader-menu:only-child{border-radius:4px}.ant-cascader-menu-item{padding:5px 12px;line-height:22px;white-space:nowrap;cursor:pointer;transition:all .3s}.ant-cascader-menu-item:hover{background:#e6f7ff}.ant-cascader-menu-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-cascader-menu-item-disabled:hover{background:transparent}.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover{font-weight:600;background-color:#fafafa}.ant-cascader-menu-item-expand{position:relative;padding-right:24px}.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,.ant-cascader-menu-item-loading-icon{display:inline-block;font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg);position:absolute;right:12px;color:rgba(0,0,0,.45)}:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,:root .ant-cascader-menu-item-loading-icon{font-size:12px}.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon{color:rgba(0,0,0,.25)}.ant-cascader-menu-item .ant-cascader-menu-item-keyword{color:#f5222d}.ant-checkbox{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;outline:none;cursor:pointer}.ant-checkbox-input:focus+.ant-checkbox-inner,.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner{border-color:#1890ff}.ant-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:\"\"}.ant-checkbox-wrapper:hover .ant-checkbox:after,.ant-checkbox:hover:after{visibility:visible}.ant-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-checkbox-inner:after{position:absolute;top:50%;left:22%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:\" \"}.ant-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-checkbox-checked .ant-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:\" \"}.ant-checkbox-checked .ant-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-checkbox-disabled{cursor:not-allowed}.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.ant-checkbox-disabled .ant-checkbox-input{cursor:not-allowed}.ant-checkbox-disabled .ant-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-checkbox-disabled:hover:after,.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after{visibility:hidden}.ant-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:inline-block;line-height:unset;cursor:pointer}.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled{cursor:not-allowed}.ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:8px}.ant-checkbox+span{padding-right:8px;padding-left:8px}.ant-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:inline-block}.ant-checkbox-group-item{display:inline-block;margin-right:8px}.ant-checkbox-group-item:last-child{margin-right:0}.ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:0}.ant-checkbox-indeterminate .ant-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-checkbox-indeterminate .ant-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:\" \"}.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-collapse{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";background-color:#fafafa;border:1px solid #d9d9d9;border-bottom:0;border-radius:4px}.ant-collapse>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse>.ant-collapse-item:last-child,.ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header{border-radius:0 0 4px 4px}.ant-collapse>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 16px 12px 40px;color:rgba(0,0,0,.85);line-height:22px;cursor:pointer;transition:all .3s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;left:16px;display:inline-block;font-size:12px;transform:translateY(-50%)}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow>*{line-height:1}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{display:inline-block}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow:before{display:none}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow-icon{display:block}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg{transition:transform .24s}.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra{float:right}.ant-collapse>.ant-collapse-item>.ant-collapse-header:focus{outline:none}.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-left:12px}.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header{padding:12px 40px 12px 16px}.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{right:16px;left:auto}.ant-collapse-anim-active{transition:height .2s cubic-bezier(.215,.61,.355,1)}.ant-collapse-content{overflow:hidden;color:rgba(0,0,0,.65);background-color:#fff;border-top:1px solid #d9d9d9}.ant-collapse-content>.ant-collapse-content-box{padding:16px}.ant-collapse-content-inactive{display:none}.ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 4px 4px}.ant-collapse-borderless{background-color:#fafafa;border:0}.ant-collapse-borderless>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.ant-collapse-borderless>.ant-collapse-item:last-child,.ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header{border-radius:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{background-color:transparent;border-top:0}.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:4px}.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-comment{position:relative}.ant-comment-inner{display:flex;padding:16px 0}.ant-comment-avatar{position:relative;flex-shrink:0;margin-right:12px;cursor:pointer}.ant-comment-avatar img{width:32px;height:32px;border-radius:50%}.ant-comment-content{position:relative;flex:1 1 auto;min-width:1px;font-size:14px;word-wrap:break-word}.ant-comment-content-author{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:4px;font-size:14px}.ant-comment-content-author>a,.ant-comment-content-author>span{padding-right:8px;font-size:12px;line-height:18px}.ant-comment-content-author-name{color:rgba(0,0,0,.45);font-size:14px;transition:color .3s}.ant-comment-content-author-name>*,.ant-comment-content-author-name>:hover{color:rgba(0,0,0,.45)}.ant-comment-content-author-time{color:#ccc;white-space:nowrap;cursor:auto}.ant-comment-content-detail p{white-space:pre-wrap}.ant-comment-actions{margin-top:12px;padding-left:0}.ant-comment-actions>li{display:inline-block;color:rgba(0,0,0,.45)}.ant-comment-actions>li>span{padding-right:10px;color:rgba(0,0,0,.45);font-size:12px;cursor:pointer;transition:color .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-comment-actions>li>span:hover{color:#595959}.ant-comment-nested{margin-left:44px}.ant-calendar-picker-container{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:absolute;z-index:1050;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight{animation-name:antSlideDownIn}.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight{animation-name:antSlideUpIn}.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight{animation-name:antSlideDownOut}.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight{animation-name:antSlideUpOut}.ant-calendar-picker{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;display:inline-block;outline:none;cursor:text;transition:opacity .3s}.ant-calendar-picker-input{outline:none}.ant-calendar-picker-input.ant-input{line-height:1.5}.ant-calendar-picker-input.ant-input-sm{padding-top:0;padding-bottom:0}.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled){border-color:#40a9ff}.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled){border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-calendar-picker-clear,.ant-calendar-picker-icon{position:absolute;top:50%;right:12px;z-index:1;width:14px;height:14px;margin-top:-7px;font-size:12px;line-height:14px;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-picker-clear{z-index:2;color:rgba(0,0,0,.25);font-size:14px;background:#fff;cursor:pointer;opacity:0;pointer-events:none}.ant-calendar-picker-clear:hover{color:rgba(0,0,0,.45)}.ant-calendar-picker:hover .ant-calendar-picker-clear{opacity:1;pointer-events:auto}.ant-calendar-picker-icon{display:inline-block;color:rgba(0,0,0,.25);font-size:14px;line-height:1}.ant-input-disabled+.ant-calendar-picker-icon{cursor:not-allowed}.ant-calendar-picker-small .ant-calendar-picker-clear,.ant-calendar-picker-small .ant-calendar-picker-icon{right:8px}.ant-calendar{position:relative;width:280px;font-size:14px;line-height:1.5;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #fff;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-calendar-input-wrap{height:34px;padding:6px 10px;border-bottom:1px solid #e8e8e8}.ant-calendar-input{width:100%;height:22px;color:rgba(0,0,0,.65);background:#fff;border:0;outline:0;cursor:auto}.ant-calendar-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-calendar-input:-ms-input-placeholder{color:#bfbfbf}.ant-calendar-input::-webkit-input-placeholder{color:#bfbfbf}.ant-calendar-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-calendar-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-calendar-input:placeholder-shown{text-overflow:ellipsis}.ant-calendar-week-number{width:286px}.ant-calendar-week-number-cell{text-align:center}.ant-calendar-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-header a:hover{color:#40a9ff}.ant-calendar-header .ant-calendar-century-select,.ant-calendar-header .ant-calendar-decade-select,.ant-calendar-header .ant-calendar-month-select,.ant-calendar-header .ant-calendar-year-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:40px}.ant-calendar-header .ant-calendar-century-select-arrow,.ant-calendar-header .ant-calendar-decade-select-arrow,.ant-calendar-header .ant-calendar-month-select-arrow,.ant-calendar-header .ant-calendar-year-select-arrow{display:none}.ant-calendar-header .ant-calendar-next-century-btn,.ant-calendar-header .ant-calendar-next-decade-btn,.ant-calendar-header .ant-calendar-next-month-btn,.ant-calendar-header .ant-calendar-next-year-btn,.ant-calendar-header .ant-calendar-prev-century-btn,.ant-calendar-header .ant-calendar-prev-decade-btn,.ant-calendar-header .ant-calendar-prev-month-btn,.ant-calendar-header .ant-calendar-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:rgba(0,0,0,.45);font-size:16px;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,\"Microsoft Sans Serif\",sans-serif;line-height:40px}.ant-calendar-header .ant-calendar-prev-century-btn,.ant-calendar-header .ant-calendar-prev-decade-btn,.ant-calendar-header .ant-calendar-prev-year-btn{left:7px;height:100%}.ant-calendar-header .ant-calendar-prev-century-btn:after,.ant-calendar-header .ant-calendar-prev-century-btn:before,.ant-calendar-header .ant-calendar-prev-decade-btn:after,.ant-calendar-header .ant-calendar-prev-decade-btn:before,.ant-calendar-header .ant-calendar-prev-year-btn:after,.ant-calendar-header .ant-calendar-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-header .ant-calendar-prev-century-btn:hover:after,.ant-calendar-header .ant-calendar-prev-century-btn:hover:before,.ant-calendar-header .ant-calendar-prev-decade-btn:hover:after,.ant-calendar-header .ant-calendar-prev-decade-btn:hover:before,.ant-calendar-header .ant-calendar-prev-year-btn:hover:after,.ant-calendar-header .ant-calendar-prev-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-header .ant-calendar-prev-century-btn:after,.ant-calendar-header .ant-calendar-prev-decade-btn:after,.ant-calendar-header .ant-calendar-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-header .ant-calendar-next-century-btn,.ant-calendar-header .ant-calendar-next-decade-btn,.ant-calendar-header .ant-calendar-next-year-btn{right:7px;height:100%}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-century-btn:before,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:before,.ant-calendar-header .ant-calendar-next-year-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-header .ant-calendar-next-century-btn:hover:after,.ant-calendar-header .ant-calendar-next-century-btn:hover:before,.ant-calendar-header .ant-calendar-next-decade-btn:hover:after,.ant-calendar-header .ant-calendar-next-decade-btn:hover:before,.ant-calendar-header .ant-calendar-next-year-btn:hover:after,.ant-calendar-header .ant-calendar-next-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:after{display:none}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-century-btn:before,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:before,.ant-calendar-header .ant-calendar-next-year-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-header .ant-calendar-next-century-btn:before,.ant-calendar-header .ant-calendar-next-decade-btn:before,.ant-calendar-header .ant-calendar-next-year-btn:before{position:relative;left:3px}.ant-calendar-header .ant-calendar-next-century-btn:after,.ant-calendar-header .ant-calendar-next-decade-btn:after,.ant-calendar-header .ant-calendar-next-year-btn:after{display:inline-block}.ant-calendar-header .ant-calendar-prev-month-btn{left:29px;height:100%}.ant-calendar-header .ant-calendar-prev-month-btn:after,.ant-calendar-header .ant-calendar-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-header .ant-calendar-prev-month-btn:hover:after,.ant-calendar-header .ant-calendar-prev-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-header .ant-calendar-prev-month-btn:after{display:none}.ant-calendar-header .ant-calendar-next-month-btn{right:29px;height:100%}.ant-calendar-header .ant-calendar-next-month-btn:after,.ant-calendar-header .ant-calendar-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-header .ant-calendar-next-month-btn:hover:after,.ant-calendar-header .ant-calendar-next-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-header .ant-calendar-next-month-btn:after{display:none}.ant-calendar-header .ant-calendar-next-month-btn:after,.ant-calendar-header .ant-calendar-next-month-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-body{padding:8px 12px}.ant-calendar table{width:100%;max-width:100%;background-color:transparent;border-collapse:collapse}.ant-calendar table,.ant-calendar td,.ant-calendar th{text-align:center;border:0}.ant-calendar-calendar-table{margin-bottom:0;border-spacing:0}.ant-calendar-column-header{width:33px;padding:6px 0;line-height:18px;text-align:center}.ant-calendar-column-header .ant-calendar-column-header-inner{display:block;font-weight:400}.ant-calendar-week-number-header .ant-calendar-column-header-inner{display:none}.ant-calendar-cell{height:30px;padding:3px 0}.ant-calendar-date{display:block;width:24px;height:24px;margin:0 auto;padding:0;color:rgba(0,0,0,.65);line-height:22px;text-align:center;background:transparent;border:1px solid transparent;border-radius:2px;transition:background .3s ease}.ant-calendar-date-panel{position:relative;outline:none}.ant-calendar-date:hover{background:#e6f7ff;cursor:pointer}.ant-calendar-date:active{color:#fff;background:#40a9ff}.ant-calendar-today .ant-calendar-date{color:#1890ff;font-weight:700;border-color:#1890ff}.ant-calendar-selected-day .ant-calendar-date{background:#bae7ff}.ant-calendar-last-month-cell .ant-calendar-date,.ant-calendar-last-month-cell .ant-calendar-date:hover,.ant-calendar-next-month-btn-day .ant-calendar-date,.ant-calendar-next-month-btn-day .ant-calendar-date:hover{color:rgba(0,0,0,.25);background:transparent;border-color:transparent}.ant-calendar-disabled-cell .ant-calendar-date{position:relative;width:auto;color:rgba(0,0,0,.25);background:#f5f5f5;border:1px solid transparent;border-radius:0;cursor:not-allowed}.ant-calendar-disabled-cell .ant-calendar-date:hover{background:#f5f5f5}.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date:before{position:absolute;top:-1px;left:5px;width:24px;height:24px;background:rgba(0,0,0,.1);border-radius:2px;content:\"\"}.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date{position:relative;padding-right:5px;padding-left:5px}.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before{position:absolute;top:-1px;left:5px;width:24px;height:24px;border:1px solid rgba(0,0,0,.25);border-radius:2px;content:\" \"}.ant-calendar-disabled-cell-first-of-row .ant-calendar-date{border-top-left-radius:4px;border-bottom-left-radius:4px}.ant-calendar-disabled-cell-last-of-row .ant-calendar-date{border-top-right-radius:4px;border-bottom-right-radius:4px}.ant-calendar-footer{padding:0 12px;line-height:38px;border-top:1px solid #e8e8e8}.ant-calendar-footer:empty{border-top:0}.ant-calendar-footer-btn{display:block;text-align:center}.ant-calendar-footer-extra{text-align:left}.ant-calendar .ant-calendar-clear-btn,.ant-calendar .ant-calendar-today-btn{display:inline-block;margin:0 0 0 8px;text-align:center}.ant-calendar .ant-calendar-clear-btn-disabled,.ant-calendar .ant-calendar-today-btn-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-calendar .ant-calendar-clear-btn:only-child,.ant-calendar .ant-calendar-today-btn:only-child{margin:0}.ant-calendar .ant-calendar-clear-btn{position:absolute;top:7px;right:5px;display:none;width:20px;height:20px;margin:0;overflow:hidden;line-height:20px;text-align:center;text-indent:-76px}.ant-calendar .ant-calendar-clear-btn:after{display:inline-block;width:20px;color:rgba(0,0,0,.25);font-size:14px;line-height:1;text-indent:43px;transition:color .3s ease}.ant-calendar .ant-calendar-clear-btn:hover:after{color:rgba(0,0,0,.45)}.ant-calendar .ant-calendar-ok-btn{position:relative;display:inline-block;font-weight:400;white-space:nowrap;text-align:center;background-image:none;box-shadow:0 2px 0 rgba(0,0,0,.015);cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation;height:32px;color:#fff;background-color:#1890ff;border:1px solid #1890ff;text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px 0 rgba(0,0,0,.045);height:24px;padding:0 7px;font-size:14px;border-radius:4px;line-height:22px}.ant-calendar .ant-calendar-ok-btn>.anticon{line-height:1}.ant-calendar .ant-calendar-ok-btn,.ant-calendar .ant-calendar-ok-btn:active,.ant-calendar .ant-calendar-ok-btn:focus{outline:0}.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover{text-decoration:none}.ant-calendar .ant-calendar-ok-btn:not([disabled]):active{outline:0;box-shadow:none}.ant-calendar .ant-calendar-ok-btn.disabled,.ant-calendar .ant-calendar-ok-btn[disabled]{cursor:not-allowed}.ant-calendar .ant-calendar-ok-btn.disabled>*,.ant-calendar .ant-calendar-ok-btn[disabled]>*{pointer-events:none}.ant-calendar .ant-calendar-ok-btn-lg{height:40px;padding:0 15px;font-size:16px;border-radius:4px}.ant-calendar .ant-calendar-ok-btn-sm{height:24px;padding:0 7px;font-size:14px;border-radius:4px}.ant-calendar .ant-calendar-ok-btn>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-calendar .ant-calendar-ok-btn:focus,.ant-calendar .ant-calendar-ok-btn:hover{color:#fff;background-color:#40a9ff;border-color:#40a9ff}.ant-calendar .ant-calendar-ok-btn:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn:hover>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-calendar .ant-calendar-ok-btn.active,.ant-calendar .ant-calendar-ok-btn:active{color:#fff;background-color:#096dd9;border-color:#096dd9}.ant-calendar .ant-calendar-ok-btn.active>a:only-child,.ant-calendar .ant-calendar-ok-btn:active>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn.active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn:active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-calendar .ant-calendar-ok-btn-disabled,.ant-calendar .ant-calendar-ok-btn-disabled.active,.ant-calendar .ant-calendar-ok-btn-disabled:active,.ant-calendar .ant-calendar-ok-btn-disabled:focus,.ant-calendar .ant-calendar-ok-btn-disabled:hover,.ant-calendar .ant-calendar-ok-btn.disabled,.ant-calendar .ant-calendar-ok-btn.disabled.active,.ant-calendar .ant-calendar-ok-btn.disabled:active,.ant-calendar .ant-calendar-ok-btn.disabled:focus,.ant-calendar .ant-calendar-ok-btn.disabled:hover,.ant-calendar .ant-calendar-ok-btn[disabled],.ant-calendar .ant-calendar-ok-btn[disabled].active,.ant-calendar .ant-calendar-ok-btn[disabled]:active,.ant-calendar .ant-calendar-ok-btn[disabled]:focus,.ant-calendar .ant-calendar-ok-btn[disabled]:hover{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9;text-shadow:none;box-shadow:none}.ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child,.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child,.ant-calendar .ant-calendar-ok-btn.disabled>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child,.ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child{color:currentColor}.ant-calendar .ant-calendar-ok-btn-disabled.active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled:active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled:hover>a:only-child:after,.ant-calendar .ant-calendar-ok-btn-disabled>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled.active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled:active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled:hover>a:only-child:after,.ant-calendar .ant-calendar-ok-btn.disabled>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled].active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]:active>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]:focus>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]:hover>a:only-child:after,.ant-calendar .ant-calendar-ok-btn[disabled]>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:\"\"}.ant-calendar-range-picker-input{width:44%;height:99%;text-align:center;background-color:transparent;border:0;outline:0}.ant-calendar-range-picker-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-calendar-range-picker-input:-ms-input-placeholder{color:#bfbfbf}.ant-calendar-range-picker-input::-webkit-input-placeholder{color:#bfbfbf}.ant-calendar-range-picker-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-calendar-range-picker-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-calendar-range-picker-input:placeholder-shown{text-overflow:ellipsis}.ant-calendar-range-picker-input[disabled]{cursor:not-allowed}.ant-calendar-range-picker-separator{display:inline-block;min-width:10px;height:100%;color:rgba(0,0,0,.45);white-space:nowrap;text-align:center;vertical-align:top;pointer-events:none}.ant-input-disabled .ant-calendar-range-picker-separator{color:rgba(0,0,0,.25)}.ant-calendar-range{width:552px;overflow:hidden}.ant-calendar-range .ant-calendar-date-panel:after{display:block;clear:both;height:0;visibility:hidden;content:\".\"}.ant-calendar-range-part{position:relative;width:50%}.ant-calendar-range-left{float:left}.ant-calendar-range-left .ant-calendar-time-picker-inner{border-right:1px solid #e8e8e8}.ant-calendar-range-right{float:right}.ant-calendar-range-right .ant-calendar-time-picker-inner{border-left:1px solid #e8e8e8}.ant-calendar-range-middle{position:absolute;left:50%;z-index:1;height:34px;margin:1px 0 0;padding:0 200px 0 0;color:rgba(0,0,0,.45);line-height:34px;text-align:center;transform:translateX(-50%);pointer-events:none}.ant-calendar-range-right .ant-calendar-date-input-wrap{margin-left:-90px}.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle{padding:0 10px 0 0;transform:translateX(-50%)}.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date{color:#1890ff;background:#bae7ff;border-color:#1890ff}.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date,.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date{color:#fff;background:#1890ff;border:1px solid transparent}.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover,.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover{background:#1890ff}.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap{margin-left:0}.ant-calendar-range .ant-calendar-input-wrap{position:relative;height:34px}.ant-calendar-range .ant-calendar-input,.ant-calendar-range .ant-calendar-time-picker-input{position:relative;display:inline-block;width:100%;height:32px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5;background-color:#fff;background-image:none;border-radius:4px;transition:all .3s;height:24px;padding:4px 0;line-height:24px;border:0;box-shadow:none}.ant-calendar-range .ant-calendar-input::-moz-placeholder,.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder{color:#bfbfbf}.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder{color:#bfbfbf}.ant-calendar-range .ant-calendar-input:-moz-placeholder-shown,.ant-calendar-range .ant-calendar-time-picker-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-calendar-range .ant-calendar-input:placeholder-shown,.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown{text-overflow:ellipsis}.ant-calendar-range .ant-calendar-input:hover,.ant-calendar-range .ant-calendar-time-picker-input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-calendar-range .ant-calendar-input:focus,.ant-calendar-range .ant-calendar-time-picker-input:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-calendar-range .ant-calendar-input-disabled,.ant-calendar-range .ant-calendar-time-picker-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-calendar-range .ant-calendar-input-disabled:hover,.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-calendar-range .ant-calendar-input[disabled],.ant-calendar-range .ant-calendar-time-picker-input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-calendar-range .ant-calendar-input[disabled]:hover,.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-calendar-range .ant-calendar-input,textarea.ant-calendar-range .ant-calendar-time-picker-input{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;transition:all .3s,height 0s}.ant-calendar-range .ant-calendar-input-lg,.ant-calendar-range .ant-calendar-time-picker-input-lg{height:40px;padding:6px 11px;font-size:16px}.ant-calendar-range .ant-calendar-input-sm,.ant-calendar-range .ant-calendar-time-picker-input-sm{height:24px;padding:1px 7px}.ant-calendar-range .ant-calendar-input:focus,.ant-calendar-range .ant-calendar-time-picker-input:focus{box-shadow:none}.ant-calendar-range .ant-calendar-time-picker-icon{display:none}.ant-calendar-range.ant-calendar-week-number{width:574px}.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part{width:286px}.ant-calendar-range .ant-calendar-decade-panel,.ant-calendar-range .ant-calendar-month-panel,.ant-calendar-range .ant-calendar-year-panel{top:34px}.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel{top:0}.ant-calendar-range .ant-calendar-decade-panel-table,.ant-calendar-range .ant-calendar-month-panel-table,.ant-calendar-range .ant-calendar-year-panel-table{height:208px}.ant-calendar-range .ant-calendar-in-range-cell{position:relative;border-radius:0}.ant-calendar-range .ant-calendar-in-range-cell>div{position:relative;z-index:1}.ant-calendar-range .ant-calendar-in-range-cell:before{position:absolute;top:4px;right:0;bottom:4px;left:0;display:block;background:#e6f7ff;border:0;border-radius:0;content:\"\"}.ant-calendar-range .ant-calendar-footer-extra{float:left}div.ant-calendar-range-quick-selector{text-align:left}div.ant-calendar-range-quick-selector>a{margin-right:8px}.ant-calendar-range .ant-calendar-decade-panel-header,.ant-calendar-range .ant-calendar-header,.ant-calendar-range .ant-calendar-month-panel-header,.ant-calendar-range .ant-calendar-year-panel-header{border-bottom:0}.ant-calendar-range .ant-calendar-body,.ant-calendar-range .ant-calendar-decade-panel-body,.ant-calendar-range .ant-calendar-month-panel-body,.ant-calendar-range .ant-calendar-year-panel-body{border-top:1px solid #e8e8e8}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker{top:68px;z-index:2;width:100%;height:207px}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel{height:267px;margin-top:-34px}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner{height:100%;padding-top:40px;background:none}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox{display:inline-block;height:100%;background-color:#fff;border-top:1px solid #e8e8e8}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select{height:100%}.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul{max-height:100%}.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn{margin-right:8px}.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn{height:22px;margin:8px 12px;line-height:22px}.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker{height:233px}.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body{border-top-color:transparent}.ant-calendar-time-picker{position:absolute;top:40px;width:100%;background-color:#fff}.ant-calendar-time-picker-panel{position:absolute;z-index:1050;width:100%}.ant-calendar-time-picker-inner{position:relative;display:inline-block;width:100%;overflow:hidden;font-size:14px;line-height:1.5;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;outline:none}.ant-calendar-time-picker-column-1,.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select,.ant-calendar-time-picker-combobox{width:100%}.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select{width:50%}.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select{width:33.33%}.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select{width:25%}.ant-calendar-time-picker-input-wrap{display:none}.ant-calendar-time-picker-select{position:relative;float:left;height:226px;overflow:hidden;font-size:14px;border-right:1px solid #e8e8e8}.ant-calendar-time-picker-select:hover{overflow-y:auto}.ant-calendar-time-picker-select:first-child{margin-left:0;border-left:0}.ant-calendar-time-picker-select:last-child{border-right:0}.ant-calendar-time-picker-select ul{width:100%;max-height:206px;margin:0;padding:0;list-style:none}.ant-calendar-time-picker-select li{width:100%;height:24px;margin:0;line-height:24px;text-align:center;list-style:none;cursor:pointer;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-time-picker-select li:last-child:after{display:block;height:202px;content:\"\"}.ant-calendar-time-picker-select li:hover{background:#e6f7ff}.ant-calendar-time-picker-select li:focus{color:#1890ff;font-weight:600;outline:none}li.ant-calendar-time-picker-select-option-selected{font-weight:600;background:#f5f5f5}li.ant-calendar-time-picker-select-option-disabled{color:rgba(0,0,0,.25)}li.ant-calendar-time-picker-select-option-disabled:hover{background:transparent;cursor:not-allowed}.ant-calendar-time .ant-calendar-day-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:34px}.ant-calendar-time .ant-calendar-footer{position:relative;height:auto}.ant-calendar-time .ant-calendar-footer-btn{text-align:right}.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn{float:left;margin:0}.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn{display:inline-block;margin-right:8px}.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled{color:rgba(0,0,0,.25)}.ant-calendar-month-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#fff;border-radius:4px;outline:none}.ant-calendar-month-panel>div{display:flex;flex-direction:column;height:100%}.ant-calendar-month-panel-hidden{display:none}.ant-calendar-month-panel-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.ant-calendar-month-panel-header a:hover{color:#40a9ff}.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select,.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:40px}.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow,.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:rgba(0,0,0,.45);font-size:16px;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,\"Microsoft Sans Serif\",sans-serif;line-height:40px}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn{left:7px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn{right:7px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:before,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:before{position:relative;left:3px}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after{display:inline-block}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn{left:29px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn{right:29px;height:100%}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after{display:none}.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after,.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-month-panel-body{flex:1}.ant-calendar-month-panel-footer{border-top:1px solid #e8e8e8}.ant-calendar-month-panel-footer .ant-calendar-footer-extra{padding:0 12px}.ant-calendar-month-panel-table{width:100%;height:100%;table-layout:fixed;border-collapse:separate}.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month,.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover{color:#fff;background:#1890ff}.ant-calendar-month-panel-cell{text-align:center}.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.ant-calendar-month-panel-month{display:inline-block;height:24px;margin:0 auto;padding:0 8px;color:rgba(0,0,0,.65);line-height:24px;text-align:center;background:transparent;border-radius:2px;transition:background .3s ease}.ant-calendar-month-panel-month:hover{background:#e6f7ff;cursor:pointer}.ant-calendar-year-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#fff;border-radius:4px;outline:none}.ant-calendar-year-panel>div{display:flex;flex-direction:column;height:100%}.ant-calendar-year-panel-hidden{display:none}.ant-calendar-year-panel-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.ant-calendar-year-panel-header a:hover{color:#40a9ff}.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select,.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:40px}.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow,.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:rgba(0,0,0,.45);font-size:16px;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,\"Microsoft Sans Serif\",sans-serif;line-height:40px}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn{left:7px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn{right:7px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:before,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:before{position:relative;left:3px}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after{display:inline-block}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn{left:29px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn{right:29px;height:100%}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after{display:none}.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after,.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-year-panel-body{flex:1}.ant-calendar-year-panel-footer{border-top:1px solid #e8e8e8}.ant-calendar-year-panel-footer .ant-calendar-footer-extra{padding:0 12px}.ant-calendar-year-panel-table{width:100%;height:100%;table-layout:fixed;border-collapse:separate}.ant-calendar-year-panel-cell{text-align:center}.ant-calendar-year-panel-cell-disabled .ant-calendar-year-panel-year,.ant-calendar-year-panel-cell-disabled .ant-calendar-year-panel-year:hover{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.ant-calendar-year-panel-year{display:inline-block;height:24px;margin:0 auto;padding:0 8px;color:rgba(0,0,0,.65);line-height:24px;text-align:center;background:transparent;border-radius:2px;transition:background .3s ease}.ant-calendar-year-panel-year:hover{background:#e6f7ff;cursor:pointer}.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year,.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover{color:#fff;background:#1890ff}.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year{color:rgba(0,0,0,.25);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-decade-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;background:#fff;border-radius:4px;outline:none}.ant-calendar-decade-panel-hidden{display:none}.ant-calendar-decade-panel-header{height:40px;line-height:40px;text-align:center;border-bottom:1px solid #e8e8e8;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.ant-calendar-decade-panel-header a:hover{color:#40a9ff}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select{display:inline-block;padding:0 2px;color:rgba(0,0,0,.85);font-weight:500;line-height:40px}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn{position:absolute;top:0;display:inline-block;padding:0 5px;color:rgba(0,0,0,.45);font-size:16px;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,\"Microsoft Sans Serif\",sans-serif;line-height:40px}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn{left:7px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after{display:none;position:relative;left:-3px;display:inline-block}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn{right:7px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:before,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:before{position:relative;left:3px}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after{display:inline-block}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn{left:29px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn{right:29px;height:100%}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:before{position:relative;top:-1px;display:inline-block;width:8px;height:8px;vertical-align:middle;border:0 solid #aaa;border-width:1.5px 0 0 1.5px;border-radius:1px;transform:rotate(-45deg) scale(.8);transition:all .3s;content:\"\"}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover:before{border-color:rgba(0,0,0,.65)}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after{display:none}.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after,.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:before{transform:rotate(135deg) scale(.8)}.ant-calendar-decade-panel-body{flex:1}.ant-calendar-decade-panel-footer{border-top:1px solid #e8e8e8}.ant-calendar-decade-panel-footer .ant-calendar-footer-extra{padding:0 12px}.ant-calendar-decade-panel-table{width:100%;height:100%;table-layout:fixed;border-collapse:separate}.ant-calendar-decade-panel-cell{white-space:nowrap;text-align:center}.ant-calendar-decade-panel-decade{display:inline-block;height:24px;margin:0 auto;padding:0 6px;color:rgba(0,0,0,.65);line-height:24px;text-align:center;background:transparent;border-radius:2px;transition:background .3s ease}.ant-calendar-decade-panel-decade:hover{background:#e6f7ff;cursor:pointer}.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade,.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover{color:#fff;background:#1890ff}.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade{color:rgba(0,0,0,.25);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-calendar-month .ant-calendar-month-header-wrap{position:relative;height:288px}.ant-calendar-month .ant-calendar-month-panel,.ant-calendar-month .ant-calendar-year-panel{top:0;height:100%}.ant-calendar-week-number-cell{opacity:.5}.ant-calendar-week-number .ant-calendar-body tr{cursor:pointer;transition:all .3s}.ant-calendar-week-number .ant-calendar-body tr:hover{background:#e6f7ff}.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week{font-weight:700;background:#bae7ff}.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date{color:rgba(0,0,0,.65);background:transparent}.ant-time-picker-panel{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:absolute;z-index:1050;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.ant-time-picker-panel-inner{position:relative;left:-2px;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-time-picker-panel-input{width:100%;max-width:154px;margin:0;padding:0;line-height:normal;border:0;outline:0;cursor:auto}.ant-time-picker-panel-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-time-picker-panel-input:-ms-input-placeholder{color:#bfbfbf}.ant-time-picker-panel-input::-webkit-input-placeholder{color:#bfbfbf}.ant-time-picker-panel-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-time-picker-panel-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-time-picker-panel-input:placeholder-shown{text-overflow:ellipsis}.ant-time-picker-panel-input-wrap{position:relative;padding:7px 2px 7px 12px;border-bottom:1px solid #e8e8e8}.ant-time-picker-panel-input-invalid{border-color:#f5222d}.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap{max-width:112px}.ant-time-picker-panel-select{position:relative;float:left;width:56px;max-height:192px;overflow:hidden;font-size:14px;border-left:1px solid #e8e8e8}.ant-time-picker-panel-select:hover{overflow-y:auto}.ant-time-picker-panel-select:first-child{margin-left:0;border-left:0}.ant-time-picker-panel-select:last-child{border-right:0}.ant-time-picker-panel-select:only-child{width:100%}.ant-time-picker-panel-select ul{width:56px;margin:0;padding:0 0 160px;list-style:none}.ant-time-picker-panel-select li{width:100%;height:32px;margin:0;padding:0 0 0 12px;line-height:32px;text-align:left;list-style:none;cursor:pointer;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-time-picker-panel-select li:focus{color:#1890ff;font-weight:600;outline:none}.ant-time-picker-panel-select li:hover{background:#e6f7ff}li.ant-time-picker-panel-select-option-selected{font-weight:600;background:#f5f5f5}li.ant-time-picker-panel-select-option-selected:hover{background:#f5f5f5}li.ant-time-picker-panel-select-option-disabled{color:rgba(0,0,0,.25)}li.ant-time-picker-panel-select-option-disabled:hover{background:transparent;cursor:not-allowed}li.ant-time-picker-panel-select-option-disabled:focus{color:rgba(0,0,0,.25);font-weight:inherit}.ant-time-picker-panel-combobox{zoom:1}.ant-time-picker-panel-combobox:after,.ant-time-picker-panel-combobox:before{display:table;content:\"\"}.ant-time-picker-panel-combobox:after{clear:both}.ant-time-picker-panel-addon{padding:8px;border-top:1px solid #e8e8e8}.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight{animation-name:antSlideDownIn}.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight{animation-name:antSlideUpIn}.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight{animation-name:antSlideDownOut}.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight{animation-name:antSlideUpOut}.ant-time-picker{box-sizing:border-box;margin:0;padding:0;font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:\"tnum\";width:128px;outline:none;cursor:text;transition:opacity .3s}.ant-time-picker,.ant-time-picker-input{color:rgba(0,0,0,.65);line-height:1.5;position:relative;display:inline-block}.ant-time-picker-input{width:100%;height:32px;padding:4px 11px;font-size:14px;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;transition:all .3s}.ant-time-picker-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-time-picker-input:-ms-input-placeholder{color:#bfbfbf}.ant-time-picker-input::-webkit-input-placeholder{color:#bfbfbf}.ant-time-picker-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-time-picker-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-time-picker-input:placeholder-shown{text-overflow:ellipsis}.ant-time-picker-input:focus,.ant-time-picker-input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-time-picker-input:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-time-picker-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-time-picker-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-time-picker-input{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;transition:all .3s,height 0s}.ant-time-picker-input-lg{height:40px;padding:6px 11px;font-size:16px}.ant-time-picker-input-sm{height:24px;padding:1px 7px}.ant-time-picker-input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-time-picker-input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-time-picker-open{opacity:0}.ant-time-picker-clear,.ant-time-picker-icon{position:absolute;top:50%;right:11px;z-index:1;width:14px;height:14px;margin-top:-7px;color:rgba(0,0,0,.25);line-height:14px;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-time-picker-clear .ant-time-picker-clock-icon,.ant-time-picker-icon .ant-time-picker-clock-icon{display:block;color:rgba(0,0,0,.25);line-height:1}.ant-time-picker-clear{z-index:2;background:#fff;opacity:0;pointer-events:none}.ant-time-picker-clear:hover{color:rgba(0,0,0,.45)}.ant-time-picker:hover .ant-time-picker-clear{opacity:1;pointer-events:auto}.ant-time-picker-large .ant-time-picker-input{height:40px;padding:6px 11px;font-size:16px}.ant-time-picker-small .ant-time-picker-input{height:24px;padding:1px 7px}.ant-time-picker-small .ant-time-picker-clear,.ant-time-picker-small .ant-time-picker-icon{right:7px}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.ant-input{line-height:1.5}}}.ant-tag{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:inline-block;height:auto;margin:0 8px 0 0;padding:0 7px;font-size:12px;line-height:20px;white-space:nowrap;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;cursor:default;opacity:1;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-tag:hover{opacity:.85}.ant-tag,.ant-tag a,.ant-tag a:hover{color:rgba(0,0,0,.65)}.ant-tag>a:first-child:last-child{display:inline-block;margin:0 -8px;padding:0 8px}.ant-tag .anticon-close{display:inline-block;font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg);margin-left:3px;color:rgba(0,0,0,.45);font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.78,.14,.15,.86)}:root .ant-tag .anticon-close{font-size:12px}.ant-tag .anticon-close:hover{color:rgba(0,0,0,.85)}.ant-tag-has-color{border-color:transparent}.ant-tag-has-color,.ant-tag-has-color .anticon-close,.ant-tag-has-color .anticon-close:hover,.ant-tag-has-color a,.ant-tag-has-color a:hover{color:#fff}.ant-tag-checkable{background-color:transparent;border-color:transparent}.ant-tag-checkable:not(.ant-tag-checkable-checked):hover{color:#1890ff}.ant-tag-checkable-checked,.ant-tag-checkable:active{color:#fff}.ant-tag-checkable-checked{background-color:#1890ff}.ant-tag-checkable:active{background-color:#096dd9}.ant-tag-hidden{display:none}.ant-tag-pink{color:#eb2f96;background:#fff0f6;border-color:#ffadd2}.ant-tag-pink-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-magenta{color:#eb2f96;background:#fff0f6;border-color:#ffadd2}.ant-tag-magenta-inverse{color:#fff;background:#eb2f96;border-color:#eb2f96}.ant-tag-red{color:#f5222d;background:#fff1f0;border-color:#ffa39e}.ant-tag-red-inverse{color:#fff;background:#f5222d;border-color:#f5222d}.ant-tag-volcano{color:#fa541c;background:#fff2e8;border-color:#ffbb96}.ant-tag-volcano-inverse{color:#fff;background:#fa541c;border-color:#fa541c}.ant-tag-orange{color:#fa8c16;background:#fff7e6;border-color:#ffd591}.ant-tag-orange-inverse{color:#fff;background:#fa8c16;border-color:#fa8c16}.ant-tag-yellow{color:#fadb14;background:#feffe6;border-color:#fffb8f}.ant-tag-yellow-inverse{color:#fff;background:#fadb14;border-color:#fadb14}.ant-tag-gold{color:#faad14;background:#fffbe6;border-color:#ffe58f}.ant-tag-gold-inverse{color:#fff;background:#faad14;border-color:#faad14}.ant-tag-cyan{color:#13c2c2;background:#e6fffb;border-color:#87e8de}.ant-tag-cyan-inverse{color:#fff;background:#13c2c2;border-color:#13c2c2}.ant-tag-lime{color:#a0d911;background:#fcffe6;border-color:#eaff8f}.ant-tag-lime-inverse{color:#fff;background:#a0d911;border-color:#a0d911}.ant-tag-green{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}.ant-tag-green-inverse{color:#fff;background:#52c41a;border-color:#52c41a}.ant-tag-blue{color:#1890ff;background:#e6f7ff;border-color:#91d5ff}.ant-tag-blue-inverse{color:#fff;background:#1890ff;border-color:#1890ff}.ant-tag-geekblue{color:#2f54eb;background:#f0f5ff;border-color:#adc6ff}.ant-tag-geekblue-inverse{color:#fff;background:#2f54eb;border-color:#2f54eb}.ant-tag-purple{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.ant-tag-purple-inverse{color:#fff;background:#722ed1;border-color:#722ed1}.ant-descriptions-title{margin-bottom:20px;color:rgba(0,0,0,.85);font-weight:700;font-size:16px;line-height:1.5}.ant-descriptions-view{width:100%;overflow:hidden;border-radius:4px}.ant-descriptions-view table{width:100%;table-layout:fixed}.ant-descriptions-row>td,.ant-descriptions-row>th{padding-bottom:16px}.ant-descriptions-row:last-child{border-bottom:none}.ant-descriptions-item-label{color:rgba(0,0,0,.85);font-weight:400;font-size:14px;line-height:1.5}.ant-descriptions-item-label:after{position:relative;top:-.5px;margin:0 8px 0 2px;content:\" \"}.ant-descriptions-item-colon:after{content:\":\"}.ant-descriptions-item-no-label:after{margin:0;content:\"\"}.ant-descriptions-item-content{display:table-cell;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5}.ant-descriptions-item{padding-bottom:0}.ant-descriptions-item>span{display:inline-block}.ant-descriptions-middle .ant-descriptions-row>td,.ant-descriptions-middle .ant-descriptions-row>th{padding-bottom:12px}.ant-descriptions-small .ant-descriptions-row>td,.ant-descriptions-small .ant-descriptions-row>th{padding-bottom:8px}.ant-descriptions-bordered .ant-descriptions-view{border:1px solid #e8e8e8}.ant-descriptions-bordered .ant-descriptions-view>table{table-layout:auto}.ant-descriptions-bordered .ant-descriptions-item-content,.ant-descriptions-bordered .ant-descriptions-item-label{padding:16px 24px;border-right:1px solid #e8e8e8}.ant-descriptions-bordered .ant-descriptions-item-content:last-child,.ant-descriptions-bordered .ant-descriptions-item-label:last-child{border-right:none}.ant-descriptions-bordered .ant-descriptions-item-label{background-color:#fafafa}.ant-descriptions-bordered .ant-descriptions-item-label:after{display:none}.ant-descriptions-bordered .ant-descriptions-row{border-bottom:1px solid #e8e8e8}.ant-descriptions-bordered .ant-descriptions-row:last-child{border-bottom:none}.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content,.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label{padding:12px 24px}.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content,.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label{padding:8px 16px}.ant-divider{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";background:#e8e8e8}.ant-divider,.ant-divider-vertical{position:relative;top:-.06em;display:inline-block;width:1px;height:.9em;margin:0 8px;vertical-align:middle}.ant-divider-horizontal{display:block;clear:both;width:100%;min-width:100%;height:1px;margin:24px 0}.ant-divider-horizontal.ant-divider-with-text-center,.ant-divider-horizontal.ant-divider-with-text-left,.ant-divider-horizontal.ant-divider-with-text-right{display:table;margin:16px 0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;white-space:nowrap;text-align:center;background:transparent}.ant-divider-horizontal.ant-divider-with-text-center:after,.ant-divider-horizontal.ant-divider-with-text-center:before,.ant-divider-horizontal.ant-divider-with-text-left:after,.ant-divider-horizontal.ant-divider-with-text-left:before,.ant-divider-horizontal.ant-divider-with-text-right:after,.ant-divider-horizontal.ant-divider-with-text-right:before{position:relative;top:50%;display:table-cell;width:50%;border-top:1px solid #e8e8e8;transform:translateY(50%);content:\"\"}.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text{display:inline-block;padding:0 10px}.ant-divider-horizontal.ant-divider-with-text-left:before{top:50%;width:5%}.ant-divider-horizontal.ant-divider-with-text-left:after,.ant-divider-horizontal.ant-divider-with-text-right:before{top:50%;width:95%}.ant-divider-horizontal.ant-divider-with-text-right:after{top:50%;width:5%}.ant-divider-inner-text{display:inline-block;padding:0 24px}.ant-divider-dashed{background:none;border:dashed #e8e8e8;border-width:1px 0 0}.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed{border-top:0}.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed:before,.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before,.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after,.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before{border-style:dashed none none}.ant-divider-vertical.ant-divider-dashed{border-width:0 0 0 1px}.ant-drawer{position:fixed;z-index:1000;width:0;height:100%;transition:transform .3s cubic-bezier(.7,.3,.1,1),height 0s ease .3s,width 0s ease .3s}.ant-drawer>*{transition:transform .3s cubic-bezier(.7,.3,.1,1),box-shadow .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-content-wrapper{position:absolute}.ant-drawer .ant-drawer-content{width:100%;height:100%}.ant-drawer-left,.ant-drawer-right{top:0;width:0;height:100%}.ant-drawer-left .ant-drawer-content-wrapper,.ant-drawer-right .ant-drawer-content-wrapper{height:100%}.ant-drawer-left.ant-drawer-open,.ant-drawer-right.ant-drawer-open{width:100%;transition:transform .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-left.ant-drawer-open.no-mask,.ant-drawer-right.ant-drawer-open.no-mask{width:0}.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:2px 0 8px rgba(0,0,0,.15)}.ant-drawer-right,.ant-drawer-right .ant-drawer-content-wrapper{right:0}.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:-2px 0 8px rgba(0,0,0,.15)}.ant-drawer-right.ant-drawer-open.no-mask{right:1px;transform:translateX(1px)}.ant-drawer-bottom,.ant-drawer-top{left:0;width:100%;height:0%}.ant-drawer-bottom .ant-drawer-content-wrapper,.ant-drawer-top .ant-drawer-content-wrapper{width:100%}.ant-drawer-bottom.ant-drawer-open,.ant-drawer-top.ant-drawer-open{height:100%;transition:transform .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-bottom.ant-drawer-open.no-mask,.ant-drawer-top.ant-drawer-open.no-mask{height:0%}.ant-drawer-top{top:0}.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-drawer-bottom,.ant-drawer-bottom .ant-drawer-content-wrapper{bottom:0}.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:0 -2px 8px rgba(0,0,0,.15)}.ant-drawer-bottom.ant-drawer-open.no-mask{bottom:1px;transform:translateY(1px)}.ant-drawer.ant-drawer-open .ant-drawer-mask{height:100%;opacity:1;transition:none;animation:antdDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1)}.ant-drawer-title{margin:0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:22px}.ant-drawer-content{position:relative;z-index:1;overflow:auto;background-color:#fff;background-clip:padding-box;border:0}.ant-drawer-close{position:absolute;top:0;right:0;z-index:10;display:block;width:56px;height:56px;padding:0;color:rgba(0,0,0,.45);font-weight:700;font-size:16px;font-style:normal;line-height:56px;text-align:center;text-transform:none;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s;text-rendering:auto}.ant-drawer-close:focus,.ant-drawer-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.ant-drawer-header{position:relative;padding:16px 24px;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.ant-drawer-header,.ant-drawer-header-no-title{color:rgba(0,0,0,.65);background:#fff}.ant-drawer-body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word}.ant-drawer-wrapper-body{height:100%;overflow:auto}.ant-drawer-mask{position:absolute;top:0;left:0;width:100%;height:0;background-color:rgba(0,0,0,.45);opacity:0;filter:alpha(opacity=45);transition:opacity .3s linear,height 0s ease .3s}.ant-drawer-open-content{box-shadow:0 4px 12px rgba(0,0,0,.15)}@keyframes antdDrawerFadeIn{0%{opacity:0}to{opacity:1}}.ant-form{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\"}.ant-form legend{display:block;width:100%;margin-bottom:20px;padding:0;color:rgba(0,0,0,.45);font-size:16px;line-height:inherit;border:0;border-bottom:1px solid #d9d9d9}.ant-form label{font-size:14px}.ant-form input[type=search]{box-sizing:border-box}.ant-form input[type=checkbox],.ant-form input[type=radio]{line-height:normal}.ant-form input[type=file]{display:block}.ant-form input[type=range]{display:block;width:100%}.ant-form select[multiple],.ant-form select[size]{height:auto}.ant-form input[type=checkbox]:focus,.ant-form input[type=file]:focus,.ant-form input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ant-form output{display:block;padding-top:15px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5}.ant-form-item-required:before{display:inline-block;margin-right:4px;color:#f5222d;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:\"*\"}.ant-form-hide-required-mark .ant-form-item-required:before{display:none}.ant-form-item-label>label{color:rgba(0,0,0,.85)}.ant-form-item-label>label:after{content:\":\";position:relative;top:-.5px;margin:0 8px 0 2px}.ant-form-item-label>label.ant-form-item-no-colon:after{content:\" \"}.ant-form-item{box-sizing:border-box;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";margin:0 0 24px;vertical-align:top}.ant-form-item label{position:relative}.ant-form-item label>.anticon{font-size:14px;vertical-align:top}.ant-form-item-control{position:relative;line-height:40px;zoom:1}.ant-form-item-control:after,.ant-form-item-control:before{display:table;content:\"\"}.ant-form-item-control:after{clear:both}.ant-form-item-children{position:relative}.ant-form-item-with-help{margin-bottom:5px}.ant-form-item-label{display:inline-block;overflow:hidden;line-height:39.9999px;white-space:nowrap;text-align:right;vertical-align:middle}.ant-form-item-label-left{text-align:left}.ant-form-item .ant-switch{margin:2px 0 4px}.ant-form-explain,.ant-form-extra{clear:both;min-height:22px;margin-top:-2px;color:rgba(0,0,0,.45);font-size:14px;line-height:1.5;transition:color .3s cubic-bezier(.215,.61,.355,1)}.ant-form-explain{margin-bottom:-1px}.ant-form-extra{padding-top:4px}.ant-form-text{display:inline-block;padding-right:8px}.ant-form-split{display:block;text-align:center}form .has-feedback .ant-input{padding-right:30px}form .has-feedback .ant-input-affix-wrapper .ant-input-suffix{padding-right:18px}form .has-feedback .ant-input-affix-wrapper .ant-input{padding-right:49px}form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input{padding-right:68px}form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear,form .has-feedback>.ant-select .ant-select-arrow,form .has-feedback>.ant-select .ant-select-selection__clear{right:28px}form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,form .has-feedback>.ant-select .ant-select-selection-selected-value{padding-right:42px}form .has-feedback .ant-cascader-picker-arrow{margin-right:17px}form .has-feedback .ant-calendar-picker-clear,form .has-feedback .ant-calendar-picker-icon,form .has-feedback .ant-cascader-picker-clear,form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix,form .has-feedback .ant-time-picker-clear,form .has-feedback .ant-time-picker-icon{right:28px}form .ant-mentions,form textarea.ant-input{height:auto;margin-bottom:4px}form .ant-upload{background:transparent}form input[type=checkbox],form input[type=radio]{width:14px;height:14px}form .ant-checkbox-inline,form .ant-radio-inline{display:inline-block;margin-left:8px;font-weight:400;vertical-align:middle;cursor:pointer}form .ant-checkbox-inline:first-child,form .ant-radio-inline:first-child{margin-left:0}form .ant-checkbox-vertical,form .ant-radio-vertical{display:block}form .ant-checkbox-vertical+.ant-checkbox-vertical,form .ant-radio-vertical+.ant-radio-vertical{margin-left:0}form .ant-input-number+.ant-form-text{margin-left:8px}form .ant-input-number-handler-wrap{z-index:2}form .ant-cascader-picker,form .ant-select{width:100%}form .ant-input-group .ant-cascader-picker,form .ant-input-group .ant-select{width:auto}form .ant-input-group-wrapper,form :not(.ant-input-group-wrapper)>.ant-input-group{display:inline-block;vertical-align:middle}form:not(.ant-form-vertical) .ant-input-group-wrapper,form:not(.ant-form-vertical) :not(.ant-input-group-wrapper)>.ant-input-group{position:relative;top:-1px}.ant-col-24.ant-form-item-label,.ant-col-xl-24.ant-form-item-label,.ant-form-vertical .ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-24.ant-form-item-label label:after,.ant-col-xl-24.ant-form-item-label label:after,.ant-form-vertical .ant-form-item-label label:after{display:none}.ant-form-vertical .ant-form-item{padding-bottom:8px}.ant-form-vertical .ant-form-item-control{line-height:1.5}.ant-form-vertical .ant-form-explain{margin-top:2px;margin-bottom:-5px}.ant-form-vertical .ant-form-extra{margin-top:2px;margin-bottom:-4px}@media (max-width:575px){.ant-form-item-control-wrapper,.ant-form-item-label{display:block;width:100%}.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-form-item-label label:after{display:none}.ant-col-xs-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-xs-24.ant-form-item-label label:after{display:none}}@media (max-width:767px){.ant-col-sm-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-sm-24.ant-form-item-label label:after{display:none}}@media (max-width:991px){.ant-col-md-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-md-24.ant-form-item-label label:after{display:none}}@media (max-width:1199px){.ant-col-lg-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-lg-24.ant-form-item-label label:after{display:none}}@media (max-width:1599px){.ant-col-xl-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;white-space:normal;text-align:left}.ant-col-xl-24.ant-form-item-label label:after{display:none}}.ant-form-inline .ant-form-item{display:inline-block;margin-right:16px;margin-bottom:0}.ant-form-inline .ant-form-item-with-help{margin-bottom:24px}.ant-form-inline .ant-form-item>.ant-form-item-control-wrapper,.ant-form-inline .ant-form-item>.ant-form-item-label{display:inline-block;vertical-align:top}.ant-form-inline .ant-form-text,.ant-form-inline .has-feedback{display:inline-block}.has-error.has-feedback .ant-form-item-children-icon,.has-success.has-feedback .ant-form-item-children-icon,.has-warning.has-feedback .ant-form-item-children-icon,.is-validating.has-feedback .ant-form-item-children-icon{position:absolute;top:50%;right:0;z-index:1;width:32px;height:20px;margin-top:-10px;font-size:14px;line-height:20px;text-align:center;visibility:visible;animation:zoomIn .3s cubic-bezier(.12,.4,.29,1.46);pointer-events:none}.has-error.has-feedback .ant-form-item-children-icon svg,.has-success.has-feedback .ant-form-item-children-icon svg,.has-warning.has-feedback .ant-form-item-children-icon svg,.is-validating.has-feedback .ant-form-item-children-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.has-success.has-feedback .ant-form-item-children-icon{color:#52c41a;animation-name:diffZoomIn1!important}.has-warning .ant-form-explain,.has-warning .ant-form-split{color:#faad14}.has-warning .ant-input,.has-warning .ant-input:hover{background-color:#fff;border-color:#faad14}.has-warning .ant-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-input:not([disabled]):hover{border-color:#faad14}.has-warning .ant-calendar-picker-open .ant-calendar-picker-input{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-input-affix-wrapper .ant-input,.has-warning .ant-input-affix-wrapper .ant-input:hover{background-color:#fff;border-color:#faad14}.has-warning .ant-input-affix-wrapper .ant-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#faad14}.has-warning .ant-input-prefix{color:#faad14}.has-warning .ant-input-group-addon{color:#faad14;background-color:#fff;border-color:#faad14}.has-warning .has-feedback{color:#faad14}.has-warning.has-feedback .ant-form-item-children-icon{color:#faad14;animation-name:diffZoomIn3!important}.has-warning .ant-select-selection,.has-warning .ant-select-selection:hover{border-color:#faad14}.has-warning .ant-select-focused .ant-select-selection,.has-warning .ant-select-open .ant-select-selection{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-calendar-picker-icon:after,.has-warning .ant-cascader-picker-arrow,.has-warning .ant-picker-icon:after,.has-warning .ant-select-arrow,.has-warning .ant-time-picker-icon:after{color:#faad14}.has-warning .ant-input-number,.has-warning .ant-time-picker-input{border-color:#faad14}.has-warning .ant-input-number-focused,.has-warning .ant-input-number:focus,.has-warning .ant-time-picker-input-focused,.has-warning .ant-time-picker-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-input-number:not([disabled]):hover,.has-warning .ant-time-picker-input:not([disabled]):hover{border-color:#faad14}.has-warning .ant-cascader-picker:focus .ant-cascader-input{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.has-warning .ant-cascader-picker:hover .ant-cascader-input{border-color:#faad14}.has-error .ant-form-explain,.has-error .ant-form-split{color:#f5222d}.has-error .ant-input,.has-error .ant-input:hover{background-color:#fff;border-color:#f5222d}.has-error .ant-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-input:not([disabled]):hover{border-color:#f5222d}.has-error .ant-calendar-picker-open .ant-calendar-picker-input{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-input-affix-wrapper .ant-input,.has-error .ant-input-affix-wrapper .ant-input:hover{background-color:#fff;border-color:#f5222d}.has-error .ant-input-affix-wrapper .ant-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#f5222d}.has-error .ant-input-prefix{color:#f5222d}.has-error .ant-input-group-addon{color:#f5222d;background-color:#fff;border-color:#f5222d}.has-error .has-feedback{color:#f5222d}.has-error.has-feedback .ant-form-item-children-icon{color:#f5222d;animation-name:diffZoomIn2!important}.has-error .ant-select-selection,.has-error .ant-select-selection:hover{border-color:#f5222d}.has-error .ant-select-focused .ant-select-selection,.has-error .ant-select-open .ant-select-selection{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-select.ant-select-auto-complete .ant-input:focus{border-color:#f5222d}.has-error .ant-input-group-addon .ant-select-selection{border-color:transparent;box-shadow:none}.has-error .ant-calendar-picker-icon:after,.has-error .ant-cascader-picker-arrow,.has-error .ant-picker-icon:after,.has-error .ant-select-arrow,.has-error .ant-time-picker-icon:after{color:#f5222d}.has-error .ant-input-number,.has-error .ant-time-picker-input{border-color:#f5222d}.has-error .ant-input-number-focused,.has-error .ant-input-number:focus,.has-error .ant-time-picker-input-focused,.has-error .ant-time-picker-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-input-number:not([disabled]):hover,.has-error .ant-mention-wrapper .ant-mention-editor,.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover,.has-error .ant-time-picker-input:not([disabled]):hover{border-color:#f5222d}.has-error .ant-cascader-picker:focus .ant-cascader-input,.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.has-error .ant-cascader-picker:hover .ant-cascader-input,.has-error .ant-transfer-list{border-color:#f5222d}.has-error .ant-transfer-list-search:not([disabled]){border-color:#d9d9d9}.has-error .ant-transfer-list-search:not([disabled]):hover{border-color:#40a9ff;border-right-width:1px!important}.has-error .ant-transfer-list-search:not([disabled]):focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.is-validating.has-feedback .ant-form-item-children-icon{display:inline-block;color:#1890ff}.ant-advanced-search-form .ant-form-item{margin-bottom:24px}.ant-advanced-search-form .ant-form-item-with-help{margin-bottom:5px}.show-help-appear,.show-help-enter,.show-help-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.show-help-appear.show-help-appear-active,.show-help-enter.show-help-enter-active{animation-name:antShowHelpIn;animation-play-state:running}.show-help-leave.show-help-leave-active{animation-name:antShowHelpOut;animation-play-state:running;pointer-events:none}.show-help-appear,.show-help-enter{opacity:0}.show-help-appear,.show-help-enter,.show-help-leave{animation-timing-function:cubic-bezier(.645,.045,.355,1)}@keyframes antShowHelpIn{0%{transform:translateY(-5px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes antShowHelpOut{to{transform:translateY(-5px);opacity:0}}@keyframes diffZoomIn1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes diffZoomIn2{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes diffZoomIn3{0%{transform:scale(0)}to{transform:scale(1)}}.ant-input-number{box-sizing:border-box;font-variant:tabular-nums;list-style:none;font-feature-settings:\"tnum\";position:relative;width:100%;height:32px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5;background-color:#fff;background-image:none;transition:all .3s;display:inline-block;width:90px;margin:0;padding:0;border:1px solid #d9d9d9;border-radius:4px}.ant-input-number::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-input-number:-ms-input-placeholder{color:#bfbfbf}.ant-input-number::-webkit-input-placeholder{color:#bfbfbf}.ant-input-number:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-number:placeholder-shown{text-overflow:ellipsis}.ant-input-number:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-input-number[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-input-number{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;transition:all .3s,height 0s}.ant-input-number-lg{height:40px;padding:6px 11px}.ant-input-number-sm{height:24px;padding:1px 7px}.ant-input-number-handler{position:relative;display:block;width:100%;height:50%;overflow:hidden;color:rgba(0,0,0,.45);font-weight:700;line-height:0;text-align:center;transition:all .1s linear}.ant-input-number-handler:active{background:#f4f4f4}.ant-input-number-handler:hover .ant-input-number-handler-down-inner,.ant-input-number-handler:hover .ant-input-number-handler-up-inner{color:#40a9ff}.ant-input-number-handler-down-inner,.ant-input-number-handler-up-inner{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;width:12px;height:12px;color:rgba(0,0,0,.45);line-height:12px;transition:all .1s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input-number-handler-down-inner>*,.ant-input-number-handler-up-inner>*{line-height:1}.ant-input-number-handler-down-inner svg,.ant-input-number-handler-up-inner svg{display:inline-block}.ant-input-number-handler-down-inner:before,.ant-input-number-handler-up-inner:before{display:none}.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon,.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon{display:block}.ant-input-number-focused,.ant-input-number:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-input-number-focused{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-input-number-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input-number-disabled .ant-input-number-input{cursor:not-allowed}.ant-input-number-disabled .ant-input-number-handler-wrap{display:none}.ant-input-number-input{width:100%;height:30px;padding:0 11px;text-align:left;background-color:transparent;border:0;border-radius:4px;outline:0;transition:all .3s linear;-moz-appearance:textfield!important}.ant-input-number-input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-input-number-input:-ms-input-placeholder{color:#bfbfbf}.ant-input-number-input::-webkit-input-placeholder{color:#bfbfbf}.ant-input-number-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-number-input:placeholder-shown{text-overflow:ellipsis}.ant-input-number-input[type=number]::-webkit-inner-spin-button,.ant-input-number-input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.ant-input-number-lg{padding:0;font-size:16px}.ant-input-number-lg input{height:38px}.ant-input-number-sm{padding:0}.ant-input-number-sm input{height:22px;padding:0 7px}.ant-input-number-handler-wrap{position:absolute;top:0;right:0;width:22px;height:100%;background:#fff;border-left:1px solid #d9d9d9;border-radius:0 4px 4px 0;opacity:0;transition:opacity .24s linear .1s}.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner{display:inline-block;font-size:12px;font-size:7px\\9;transform:scale(.58333333) rotate(0deg);min-width:auto;margin-right:0}:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner{font-size:12px}.ant-input-number-handler-wrap:hover .ant-input-number-handler{height:40%}.ant-input-number:hover .ant-input-number-handler-wrap{opacity:1}.ant-input-number-handler-up{border-top-right-radius:4px;cursor:pointer}.ant-input-number-handler-up-inner{top:50%;margin-top:-5px;text-align:center}.ant-input-number-handler-up:hover{height:60%!important}.ant-input-number-handler-down{top:0;border-top:1px solid #d9d9d9;border-bottom-right-radius:4px;cursor:pointer}.ant-input-number-handler-down-inner{top:50%;margin-top:-6px;text-align:center}.ant-input-number-handler-down:hover{height:60%!important}.ant-input-number-handler-down-disabled,.ant-input-number-handler-up-disabled{cursor:not-allowed}.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner,.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner{color:rgba(0,0,0,.25)}.ant-layout{display:flex;flex:auto;flex-direction:column;min-height:0;background:#f0f2f5}.ant-layout,.ant-layout *{box-sizing:border-box}.ant-layout.ant-layout-has-sider{flex-direction:row}.ant-layout.ant-layout-has-sider>.ant-layout,.ant-layout.ant-layout-has-sider>.ant-layout-content{overflow-x:hidden}.ant-layout-footer,.ant-layout-header{flex:0 0 auto}.ant-layout-header{height:64px;padding:0 50px;line-height:64px;background:#001529}.ant-layout-footer{padding:24px 50px;color:rgba(0,0,0,.65);font-size:14px;background:#f0f2f5}.ant-layout-content{flex:auto;min-height:0}.ant-layout-sider{position:relative;min-width:0;background:#001529;transition:all .2s}.ant-layout-sider-children{height:100%;margin-top:-.1px;padding-top:.1px}.ant-layout-sider-has-trigger{padding-bottom:48px}.ant-layout-sider-right{order:1}.ant-layout-sider-trigger{position:fixed;bottom:0;z-index:1;height:48px;color:#fff;line-height:48px;text-align:center;background:#002140;cursor:pointer;transition:all .2s}.ant-layout-sider-zero-width>*{overflow:hidden}.ant-layout-sider-zero-width-trigger{position:absolute;top:64px;right:-36px;z-index:1;width:36px;height:42px;color:#fff;font-size:18px;line-height:42px;text-align:center;background:#001529;border-radius:0 4px 4px 0;cursor:pointer;transition:background .3s ease}.ant-layout-sider-zero-width-trigger:hover{background:#192c3e}.ant-layout-sider-zero-width-trigger-right{left:-36px;border-radius:4px 0 0 4px}.ant-layout-sider-light{background:#fff}.ant-layout-sider-light .ant-layout-sider-trigger,.ant-layout-sider-light .ant-layout-sider-zero-width-trigger{color:rgba(0,0,0,.65);background:#fff}.ant-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative}.ant-list *{outline:none}.ant-list-pagination{margin-top:24px;text-align:right}.ant-list-pagination .ant-pagination-options{text-align:left}.ant-list-more{margin-top:12px;text-align:center}.ant-list-more button{padding-right:32px;padding-left:32px}.ant-list-spin{min-height:40px;text-align:center}.ant-list-empty-text{padding:16px;color:rgba(0,0,0,.25);font-size:14px;text-align:center}.ant-list-items{margin:0;padding:0;list-style:none}.ant-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.ant-list-item-content{color:rgba(0,0,0,.65)}.ant-list-item-meta{display:flex;flex:1;align-items:flex-start;font-size:0}.ant-list-item-meta-avatar{margin-right:16px}.ant-list-item-meta-content{flex:1 0}.ant-list-item-meta-title{margin-bottom:4px;color:rgba(0,0,0,.65);font-size:14px;line-height:22px}.ant-list-item-meta-title>a{color:rgba(0,0,0,.65);transition:all .3s}.ant-list-item-meta-title>a:hover{color:#1890ff}.ant-list-item-meta-description{color:rgba(0,0,0,.45);font-size:14px;line-height:22px}.ant-list-item-action{flex:0 0 auto;margin-left:48px;padding:0;font-size:0;list-style:none}.ant-list-item-action>li{position:relative;display:inline-block;padding:0 8px;color:rgba(0,0,0,.45);font-size:14px;line-height:22px;text-align:center;cursor:pointer}.ant-list-item-action>li:first-child{padding-left:0}.ant-list-item-action-split{position:absolute;top:50%;right:0;width:1px;height:14px;margin-top:-7px;background-color:#e8e8e8}.ant-list-footer,.ant-list-header{background:transparent;padding-top:12px;padding-bottom:12px}.ant-list-empty{padding:16px 0;color:rgba(0,0,0,.45);font-size:12px;text-align:center}.ant-list-split .ant-list-item{border-bottom:1px solid #e8e8e8}.ant-list-split .ant-list-item:last-child{border-bottom:none}.ant-list-split .ant-list-header{border-bottom:1px solid #e8e8e8}.ant-list-loading .ant-list-spin-nested-loading{min-height:32px}.ant-list-something-after-last-item .ant-spin-container>.ant-list-items>.ant-list-item:last-child{border-bottom:1px solid #e8e8e8}.ant-list-lg .ant-list-item{padding-top:16px;padding-bottom:16px}.ant-list-sm .ant-list-item{padding-top:8px;padding-bottom:8px}.ant-list-vertical .ant-list-item{align-items:normal}.ant-list-vertical .ant-list-item-main{display:block;flex:1}.ant-list-vertical .ant-list-item-extra{margin-left:40px}.ant-list-vertical .ant-list-item-meta{margin-bottom:16px}.ant-list-vertical .ant-list-item-meta-title{margin-bottom:12px;color:rgba(0,0,0,.85);font-size:16px;line-height:24px}.ant-list-vertical .ant-list-item-action{margin-top:16px;margin-left:auto}.ant-list-vertical .ant-list-item-action>li{padding:0 16px}.ant-list-vertical .ant-list-item-action>li:first-child{padding-left:0}.ant-list-grid .ant-col>.ant-list-item{display:block;max-width:100%;margin-bottom:16px;padding-top:0;padding-bottom:0;border-bottom:none}.ant-list-item-no-flex{display:block}.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action{float:right}.ant-list-bordered{border:1px solid #d9d9d9;border-radius:4px}.ant-list-bordered .ant-list-footer,.ant-list-bordered .ant-list-header,.ant-list-bordered .ant-list-item{padding-right:24px;padding-left:24px}.ant-list-bordered .ant-list-item{border-bottom:1px solid #e8e8e8}.ant-list-bordered .ant-list-pagination{margin:16px 24px}.ant-list-bordered.ant-list-sm .ant-list-item{padding-right:16px;padding-left:16px}.ant-list-bordered.ant-list-sm .ant-list-footer,.ant-list-bordered.ant-list-sm .ant-list-header{padding:8px 16px}.ant-list-bordered.ant-list-lg .ant-list-footer,.ant-list-bordered.ant-list-lg .ant-list-header{padding:16px 24px}@media screen and (max-width:768px){.ant-list-item-action,.ant-list-vertical .ant-list-item-extra{margin-left:24px}}@media screen and (max-width:576px){.ant-list-item{flex-wrap:wrap}.ant-list-item-action{margin-left:12px}.ant-list-vertical .ant-list-item{flex-wrap:wrap-reverse}.ant-list-vertical .ant-list-item-main{min-width:220px}.ant-list-vertical .ant-list-item-extra{margin:auto auto 16px}}.ant-spin{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:absolute;display:none;color:#1890ff;text-align:center;vertical-align:middle;opacity:0;transition:transform .3s cubic-bezier(.78,.14,.15,.86)}.ant-spin-spinning{position:static;display:inline-block;opacity:1}.ant-spin-nested-loading{position:relative}.ant-spin-nested-loading>div>.ant-spin{position:absolute;top:0;left:0;z-index:4;display:block;width:100%;height:100%;max-height:400px}.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot{position:absolute;top:50%;left:50%;margin:-10px}.ant-spin-nested-loading>div>.ant-spin .ant-spin-text{position:absolute;top:50%;width:100%;padding-top:5px;text-shadow:0 1px 2px #fff}.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot{margin-top:-20px}.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot{margin:-7px}.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text{padding-top:2px}.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot{margin-top:-17px}.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot{margin:-16px}.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text{padding-top:11px}.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot{margin-top:-26px}.ant-spin-container{position:relative;transition:opacity .3s}.ant-spin-container:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:none\\9;width:100%;height:100%;background:#fff;opacity:0;transition:all .3s;content:\"\";pointer-events:none}.ant-spin-blur{clear:both;overflow:hidden;opacity:.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ant-spin-blur:after{opacity:.4;pointer-events:auto}.ant-spin-tip{color:rgba(0,0,0,.45)}.ant-spin-dot{position:relative;display:inline-block;font-size:20px;width:1em;height:1em}.ant-spin-dot-item{position:absolute;display:block;width:9px;height:9px;background-color:#1890ff;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s linear infinite alternate}.ant-spin-dot-item:first-child{top:0;left:0}.ant-spin-dot-item:nth-child(2){top:0;right:0;animation-delay:.4s}.ant-spin-dot-item:nth-child(3){right:0;bottom:0;animation-delay:.8s}.ant-spin-dot-item:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.ant-spin-dot-spin{transform:rotate(45deg);animation:antRotate 1.2s linear infinite}.ant-spin-sm .ant-spin-dot{font-size:14px}.ant-spin-sm .ant-spin-dot i{width:6px;height:6px}.ant-spin-lg .ant-spin-dot{font-size:32px}.ant-spin-lg .ant-spin-dot i{width:14px;height:14px}.ant-spin.ant-spin-show-text .ant-spin-text{display:block}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ant-spin-blur{background:#fff;opacity:.5}}@keyframes antSpinMove{to{opacity:1}}@keyframes antRotate{to{transform:rotate(405deg)}}.ant-pagination{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;font-feature-settings:\"tnum\"}.ant-pagination,.ant-pagination ol,.ant-pagination ul{margin:0;padding:0;list-style:none}.ant-pagination:after{display:block;clear:both;height:0;overflow:hidden;visibility:hidden;content:\" \"}.ant-pagination-item,.ant-pagination-total-text{display:inline-block;height:32px;margin-right:8px;line-height:30px;vertical-align:middle}.ant-pagination-item{min-width:32px;font-family:Arial;text-align:center;list-style:none;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-pagination-item a{display:block;padding:0 6px;color:rgba(0,0,0,.65);transition:none}.ant-pagination-item a:hover{text-decoration:none}.ant-pagination-item:focus,.ant-pagination-item:hover{border-color:#1890ff;transition:all .3s}.ant-pagination-item:focus a,.ant-pagination-item:hover a{color:#1890ff}.ant-pagination-item-active{font-weight:500;background:#fff;border-color:#1890ff}.ant-pagination-item-active a{color:#1890ff}.ant-pagination-item-active:focus,.ant-pagination-item-active:hover{border-color:#40a9ff}.ant-pagination-item-active:focus a,.ant-pagination-item-active:hover a{color:#40a9ff}.ant-pagination-jump-next,.ant-pagination-jump-prev{outline:0}.ant-pagination-jump-next .ant-pagination-item-container,.ant-pagination-jump-prev .ant-pagination-item-container{position:relative}.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon{display:inline-block;font-size:12px;font-size:12px\\9;transform:scale(1) rotate(0deg);color:#1890ff;letter-spacing:-1px;opacity:0;transition:all .2s}:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon{font-size:12px}.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg{top:0;right:0;bottom:0;left:0;margin:auto}.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;color:rgba(0,0,0,.25);letter-spacing:2px;text-align:center;text-indent:.13em;opacity:1;transition:all .2s}.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,.ant-pagination-jump-next:hover .ant-pagination-item-link-icon,.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon{opacity:1}.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis{opacity:0}.ant-pagination-jump-next,.ant-pagination-jump-prev,.ant-pagination-prev{margin-right:8px}.ant-pagination-jump-next,.ant-pagination-jump-prev,.ant-pagination-next,.ant-pagination-prev{display:inline-block;min-width:32px;height:32px;color:rgba(0,0,0,.65);font-family:Arial;line-height:32px;text-align:center;vertical-align:middle;list-style:none;border-radius:4px;cursor:pointer;transition:all .3s}.ant-pagination-next,.ant-pagination-prev{outline:0}.ant-pagination-next a,.ant-pagination-prev a{color:rgba(0,0,0,.65);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-pagination-next:hover a,.ant-pagination-prev:hover a{border-color:#40a9ff}.ant-pagination-next .ant-pagination-item-link,.ant-pagination-prev .ant-pagination-item-link{display:block;height:100%;font-size:12px;text-align:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:none;transition:all .3s}.ant-pagination-next:focus .ant-pagination-item-link,.ant-pagination-next:hover .ant-pagination-item-link,.ant-pagination-prev:focus .ant-pagination-item-link,.ant-pagination-prev:hover .ant-pagination-item-link{color:#1890ff;border-color:#1890ff}.ant-pagination-disabled,.ant-pagination-disabled:focus,.ant-pagination-disabled:hover{cursor:not-allowed}.ant-pagination-disabled .ant-pagination-item-link,.ant-pagination-disabled:focus .ant-pagination-item-link,.ant-pagination-disabled:focus a,.ant-pagination-disabled:hover .ant-pagination-item-link,.ant-pagination-disabled:hover a,.ant-pagination-disabled a{color:rgba(0,0,0,.25);border-color:#d9d9d9;cursor:not-allowed}.ant-pagination-slash{margin:0 10px 0 5px}.ant-pagination-options{display:inline-block;margin-left:16px;vertical-align:middle}.ant-pagination-options-size-changer.ant-select{display:inline-block;width:auto;margin-right:8px}.ant-pagination-options-quick-jumper{display:inline-block;height:32px;line-height:32px;vertical-align:top}.ant-pagination-options-quick-jumper input{position:relative;display:inline-block;width:100%;height:32px;padding:4px 11px;color:rgba(0,0,0,.65);font-size:14px;line-height:1.5;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;transition:all .3s;width:50px;margin:0 8px}.ant-pagination-options-quick-jumper input::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-pagination-options-quick-jumper input:-ms-input-placeholder{color:#bfbfbf}.ant-pagination-options-quick-jumper input::-webkit-input-placeholder{color:#bfbfbf}.ant-pagination-options-quick-jumper input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:-ms-input-placeholder{text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:placeholder-shown{text-overflow:ellipsis}.ant-pagination-options-quick-jumper input:focus,.ant-pagination-options-quick-jumper input:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-pagination-options-quick-jumper input:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-pagination-options-quick-jumper input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-pagination-options-quick-jumper input[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-pagination-options-quick-jumper input[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-pagination-options-quick-jumper input{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;transition:all .3s,height 0s}.ant-pagination-options-quick-jumper input-lg{height:40px;padding:6px 11px;font-size:16px}.ant-pagination-options-quick-jumper input-sm{height:24px;padding:1px 7px}.ant-pagination-simple .ant-pagination-next,.ant-pagination-simple .ant-pagination-prev{height:24px;line-height:24px;vertical-align:top}.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link{height:24px;border:0}.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.ant-pagination-simple .ant-pagination-simple-pager{display:inline-block;height:24px;margin-right:8px}.ant-pagination-simple .ant-pagination-simple-pager input{box-sizing:border-box;height:100%;margin-right:8px;padding:0 6px;text-align:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;outline:none;transition:border-color .3s}.ant-pagination-simple .ant-pagination-simple-pager input:hover{border-color:#1890ff}.ant-pagination.mini .ant-pagination-simple-pager,.ant-pagination.mini .ant-pagination-total-text{height:24px;line-height:24px}.ant-pagination.mini .ant-pagination-item{min-width:24px;height:24px;margin:0;line-height:22px}.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active){background:transparent;border-color:transparent}.ant-pagination.mini .ant-pagination-next,.ant-pagination.mini .ant-pagination-prev{min-width:24px;height:24px;margin:0;line-height:24px}.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link,.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link{background:transparent;border-color:transparent}.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after,.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.ant-pagination.mini .ant-pagination-jump-next,.ant-pagination.mini .ant-pagination-jump-prev{height:24px;margin-right:0;line-height:24px}.ant-pagination.mini .ant-pagination-options{margin-left:2px}.ant-pagination.mini .ant-pagination-options-quick-jumper{height:24px;line-height:24px}.ant-pagination.mini .ant-pagination-options-quick-jumper input{height:24px;padding:1px 7px;width:44px}.ant-pagination.ant-pagination-disabled{cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item{background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item a{color:rgba(0,0,0,.25);background:transparent;border:none;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-item-active{background:#dbdbdb;border-color:transparent}.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a{color:#fff}.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus,.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover{color:rgba(0,0,0,.45);background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon{opacity:0}.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis{opacity:1}@media only screen and (max-width:992px){.ant-pagination-item-after-jump-prev,.ant-pagination-item-before-jump-next{display:none}}@media only screen and (max-width:576px){.ant-pagination-options{display:none}}.ant-mentions{box-sizing:border-box;margin:0;font-variant:tabular-nums;list-style:none;font-feature-settings:\"tnum\";width:100%;height:32px;color:rgba(0,0,0,.65);font-size:14px;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;transition:all .3s;position:relative;display:inline-block;height:auto;padding:0;overflow:hidden;line-height:1.5;white-space:pre-wrap;vertical-align:bottom}.ant-mentions::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-mentions:-ms-input-placeholder{color:#bfbfbf}.ant-mentions::-webkit-input-placeholder{color:#bfbfbf}.ant-mentions:-moz-placeholder-shown{text-overflow:ellipsis}.ant-mentions:-ms-input-placeholder{text-overflow:ellipsis}.ant-mentions:placeholder-shown{text-overflow:ellipsis}.ant-mentions:focus,.ant-mentions:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-mentions:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-mentions-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mentions[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}textarea.ant-mentions{max-width:100%;height:auto;min-height:32px;line-height:1.5;vertical-align:bottom;transition:all .3s,height 0s}.ant-mentions-lg{height:40px;padding:6px 11px;font-size:16px}.ant-mentions-sm{height:24px;padding:1px 7px}.ant-mentions-disabled>textarea{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-mentions-disabled>textarea:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-mentions-focused{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-mentions-measure,.ant-mentions>textarea{min-height:30px;margin:0;padding:4px 11px;overflow:inherit;overflow-x:hidden;overflow-y:auto;font-weight:inherit;font-size:inherit;font-family:inherit;font-style:inherit;font-variant:inherit;font-size-adjust:inherit;font-stretch:inherit;line-height:inherit;direction:inherit;letter-spacing:inherit;white-space:inherit;text-align:inherit;vertical-align:top;word-wrap:break-word;word-break:inherit;-moz-tab-size:inherit;-o-tab-size:inherit;tab-size:inherit}.ant-mentions>textarea{width:100%;border:none;outline:none;resize:none}.ant-mentions>textarea::-moz-placeholder{color:#bfbfbf;opacity:1}.ant-mentions>textarea:-ms-input-placeholder{color:#bfbfbf}.ant-mentions>textarea::-webkit-input-placeholder{color:#bfbfbf}.ant-mentions>textarea:-moz-placeholder-shown{text-overflow:ellipsis}.ant-mentions>textarea:-ms-input-placeholder{text-overflow:ellipsis}.ant-mentions>textarea:placeholder-shown{text-overflow:ellipsis}.ant-mentions>textarea:-moz-read-only{cursor:default}.ant-mentions>textarea:read-only{cursor:default}.ant-mentions-measure{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;color:transparent;pointer-events:none}.ant-mentions-measure>span{display:inline-block;min-height:1em}.ant-mentions-dropdown{margin:0;padding:0;color:rgba(0,0,0,.65);font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:absolute;top:-9999px;left:-9999px;z-index:1050;box-sizing:border-box;font-size:14px;font-variant:normal;background-color:#fff;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-mentions-dropdown-hidden{display:none}.ant-mentions-dropdown-menu{max-height:250px;margin-bottom:0;padding-left:0;overflow:auto;list-style:none;outline:none}.ant-mentions-dropdown-menu-item{position:relative;display:block;min-width:100px;padding:5px 12px;overflow:hidden;color:rgba(0,0,0,.65);font-weight:400;line-height:22px;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:background .3s ease}.ant-mentions-dropdown-menu-item:hover{background-color:#e6f7ff}.ant-mentions-dropdown-menu-item:first-child{border-radius:4px 4px 0 0}.ant-mentions-dropdown-menu-item:last-child{border-radius:0 0 4px 4px}.ant-mentions-dropdown-menu-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-mentions-dropdown-menu-item-disabled:hover{color:rgba(0,0,0,.25);background-color:#fff;cursor:not-allowed}.ant-mentions-dropdown-menu-item-selected{color:rgba(0,0,0,.65);font-weight:600;background-color:#fafafa}.ant-mentions-dropdown-menu-item-active{background-color:#e6f7ff}.ant-message{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:fixed;top:16px;left:0;z-index:1010;width:100%;pointer-events:none}.ant-message-notice{padding:8px;text-align:center}.ant-message-notice:first-child{margin-top:-8px}.ant-message-notice-content{display:inline-block;padding:10px 16px;background:#fff;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:all}.ant-message-success .anticon{color:#52c41a}.ant-message-error .anticon{color:#f5222d}.ant-message-warning .anticon{color:#faad14}.ant-message-info .anticon,.ant-message-loading .anticon{color:#1890ff}.ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.ant-message-notice.move-up-leave.move-up-leave-active{overflow:hidden;animation-name:MessageMoveOut;animation-duration:.3s}@keyframes MessageMoveOut{0%{max-height:150px;padding:8px;opacity:1}to{max-height:0;padding:0;opacity:0}}.ant-modal{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;top:100px;width:auto;margin:0 auto;padding:0 0 24px;pointer-events:none}.ant-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;overflow:auto;outline:0;-webkit-overflow-scrolling:touch}.ant-modal-title{margin:0;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:22px;word-wrap:break-word}.ant-modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:0;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:auto}.ant-modal-close{position:absolute;top:0;right:0;z-index:10;padding:0;color:rgba(0,0,0,.45);font-weight:700;line-height:1;text-decoration:none;background:transparent;border:0;outline:0;cursor:pointer;transition:color .3s}.ant-modal-close-x{display:block;width:56px;height:56px;font-size:16px;font-style:normal;line-height:56px;text-align:center;text-transform:none;text-rendering:auto}.ant-modal-close:focus,.ant-modal-close:hover{color:rgba(0,0,0,.75);text-decoration:none}.ant-modal-header{padding:16px 24px;color:rgba(0,0,0,.65);background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.ant-modal-body{padding:24px;font-size:14px;line-height:1.5;word-wrap:break-word}.ant-modal-footer{padding:10px 16px;text-align:right;background:transparent;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-modal-footer button+button{margin-bottom:0;margin-left:8px}.ant-modal.zoom-appear,.ant-modal.zoom-enter{transform:none;opacity:0;animation-duration:.3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45);filter:alpha(opacity=50)}.ant-modal-mask-hidden{display:none}.ant-modal-open{overflow:hidden}.ant-modal-centered{text-align:center}.ant-modal-centered:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:\"\"}.ant-modal-centered .ant-modal{top:0;display:inline-block;text-align:left;vertical-align:middle}@media (max-width:767px){.ant-modal{max-width:calc(100vw - 16px);margin:8px auto}.ant-modal-centered .ant-modal{flex:1}}.ant-modal-confirm .ant-modal-header{display:none}.ant-modal-confirm .ant-modal-body{padding:32px 32px 24px}.ant-modal-confirm-body-wrapper{zoom:1}.ant-modal-confirm-body-wrapper:after,.ant-modal-confirm-body-wrapper:before{display:table;content:\"\"}.ant-modal-confirm-body-wrapper:after{clear:both}.ant-modal-confirm-body .ant-modal-confirm-title{display:block;overflow:hidden;color:rgba(0,0,0,.85);font-weight:500;font-size:16px;line-height:1.4}.ant-modal-confirm-body .ant-modal-confirm-content{margin-top:8px;color:rgba(0,0,0,.65);font-size:14px}.ant-modal-confirm-body>.anticon{float:left;margin-right:16px;font-size:22px}.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-left:38px}.ant-modal-confirm .ant-modal-confirm-btns{float:right;margin-top:24px}.ant-modal-confirm .ant-modal-confirm-btns button+button{margin-bottom:0;margin-left:8px}.ant-modal-confirm-error .ant-modal-confirm-body>.anticon{color:#f5222d}.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon,.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon{color:#faad14}.ant-modal-confirm-info .ant-modal-confirm-body>.anticon{color:#1890ff}.ant-modal-confirm-success .ant-modal-confirm-body>.anticon{color:#52c41a}.ant-notification{box-sizing:border-box;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:fixed;z-index:1010;width:384px;max-width:calc(100vw - 32px);margin:0 24px 0 0}.ant-notification-bottomLeft,.ant-notification-topLeft{margin-right:0;margin-left:24px}.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active{animation-name:NotificationLeftFadeIn}.ant-notification-close-icon{font-size:14px;cursor:pointer}.ant-notification-notice{position:relative;margin-bottom:16px;padding:16px 24px;overflow:hidden;line-height:1.5;background:#fff;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.ant-notification-notice-message{display:inline-block;margin-bottom:8px;color:rgba(0,0,0,.85);font-size:16px;line-height:24px}.ant-notification-notice-message-single-line-auto-margin{display:block;width:calc(264px - 100%);max-width:4px;background-color:transparent;pointer-events:none}.ant-notification-notice-message-single-line-auto-margin:before{display:block;content:\"\"}.ant-notification-notice-description{font-size:14px}.ant-notification-notice-closable .ant-notification-notice-message{padding-right:24px}.ant-notification-notice-with-icon .ant-notification-notice-message{margin-bottom:4px;margin-left:48px;font-size:16px}.ant-notification-notice-with-icon .ant-notification-notice-description{margin-left:48px;font-size:14px}.ant-notification-notice-icon{position:absolute;margin-left:4px;font-size:24px;line-height:24px}.anticon.ant-notification-notice-icon-success{color:#52c41a}.anticon.ant-notification-notice-icon-info{color:#1890ff}.anticon.ant-notification-notice-icon-warning{color:#faad14}.anticon.ant-notification-notice-icon-error{color:#f5222d}.ant-notification-notice-close{position:absolute;top:16px;right:22px;color:rgba(0,0,0,.45);outline:none}.ant-notification-notice-close:hover{color:rgba(0,0,0,.67)}.ant-notification-notice-btn{float:right;margin-top:16px}.ant-notification .notification-fade-effect{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.ant-notification-fade-appear,.ant-notification-fade-enter{opacity:0;animation-play-state:paused}.ant-notification-fade-appear,.ant-notification-fade-enter,.ant-notification-fade-leave{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.ant-notification-fade-leave{animation-duration:.2s;animation-play-state:paused}.ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-fade-enter.ant-notification-fade-enter-active{animation-name:NotificationFadeIn;animation-play-state:running}.ant-notification-fade-leave.ant-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;padding-top:16px 24px;padding-bottom:16px 24px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}.ant-page-header{box-sizing:border-box;margin:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;padding:16px 24px;background-color:#fff}.ant-page-header-ghost{background-color:inherit}.ant-page-header.has-breadcrumb{padding-top:12px}.ant-page-header.has-footer{padding-bottom:0}.ant-page-header-back{float:left;margin:8px 16px 8px 0;font-size:16px;line-height:1}.ant-page-header-back-button{color:#1890ff;text-decoration:none;outline:none;transition:color .3s;color:#000;cursor:pointer}.ant-page-header-back-button:focus,.ant-page-header-back-button:hover{color:#40a9ff}.ant-page-header-back-button:active{color:#096dd9}.ant-page-header .ant-divider-vertical{height:14px;margin:0 12px;vertical-align:middle}.ant-breadcrumb+.ant-page-header-heading{margin-top:8px}.ant-page-header-heading{width:100%;overflow:hidden}.ant-page-header-heading-title{display:block;float:left;margin-bottom:0;padding-right:12px;color:rgba(0,0,0,.85);font-weight:600;font-size:20px;line-height:32px}.ant-page-header-heading .ant-avatar{float:left;margin-right:12px}.ant-page-header-heading-sub-title{float:left;margin:5px 12px 5px 0;color:rgba(0,0,0,.45);font-size:14px;line-height:22px}.ant-page-header-heading-tags{float:left;margin:4px 0}.ant-page-header-heading-extra{float:right}.ant-page-header-heading-extra>*{margin-left:8px}.ant-page-header-heading-extra>:first-child{margin-left:0}.ant-page-header-content{padding-top:12px;overflow:hidden}.ant-page-header-footer{margin-top:16px}.ant-page-header-footer .ant-tabs-bar{margin-bottom:1px;border-bottom:0}.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab{padding:8px;font-size:16px}@media (max-width:576px){.ant-page-header-heading-extra{display:block;float:unset;width:100%;padding-top:12px;overflow:hidden}}.ant-popover{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:absolute;top:0;left:0;z-index:1030;font-weight:400;white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ant-popover:after{position:absolute;background:hsla(0,0%,100%,.01);content:\"\"}.ant-popover-hidden{display:none}.ant-popover-placement-top,.ant-popover-placement-topLeft,.ant-popover-placement-topRight{padding-bottom:10px}.ant-popover-placement-right,.ant-popover-placement-rightBottom,.ant-popover-placement-rightTop{padding-left:10px}.ant-popover-placement-bottom,.ant-popover-placement-bottomLeft,.ant-popover-placement-bottomRight{padding-top:10px}.ant-popover-placement-left,.ant-popover-placement-leftBottom,.ant-popover-placement-leftTop{padding-right:10px}.ant-popover-inner{background-color:#fff;background-clip:padding-box;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 0 8px rgba(0,0,0,.15)\\9}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ant-popover-inner{box-shadow:0 2px 8px rgba(0,0,0,.15)}}.ant-popover-title{min-width:177px;min-height:32px;margin:0;padding:5px 16px 4px;color:rgba(0,0,0,.85);font-weight:500;border-bottom:1px solid #e8e8e8}.ant-popover-inner-content{padding:12px 16px;color:rgba(0,0,0,.65)}.ant-popover-message{position:relative;padding:4px 0 12px;color:rgba(0,0,0,.65);font-size:14px}.ant-popover-message>.anticon{position:absolute;top:8px;color:#faad14;font-size:14px}.ant-popover-message-title{padding-left:22px}.ant-popover-buttons{margin-bottom:4px;text-align:right}.ant-popover-buttons button{margin-left:8px}.ant-popover-arrow{position:absolute;display:block;width:8.48528137px;height:8.48528137px;background:transparent;border-style:solid;border-width:4.24264069px;transform:rotate(45deg)}.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{bottom:6.2px;border-color:transparent #fff #fff transparent;box-shadow:3px 3px 7px rgba(0,0,0,.07)}.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{right:16px}.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{left:6px;border-color:transparent transparent #fff #fff;box-shadow:-3px 3px 7px rgba(0,0,0,.07)}.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow{top:50%;transform:translateY(-50%) rotate(45deg)}.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{top:12px}.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{top:6px;border-color:#fff transparent transparent #fff;box-shadow:-2px -2px 5px rgba(0,0,0,.06)}.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{right:16px}.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow,.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{right:6px;border-color:#fff #fff transparent transparent;box-shadow:3px -3px 7px rgba(0,0,0,.07)}.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow{top:50%;transform:translateY(-50%) rotate(45deg)}.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{top:12px}.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.ant-progress{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:inline-block}.ant-progress-line{position:relative;width:100%;font-size:14px}.ant-progress-small.ant-progress-line,.ant-progress-small.ant-progress-line .ant-progress-text .anticon{font-size:12px}.ant-progress-outer{display:inline-block;width:100%;margin-right:0;padding-right:0}.ant-progress-show-info .ant-progress-outer{margin-right:calc(-2em - 8px);padding-right:calc(2em + 8px)}.ant-progress-inner{position:relative;display:inline-block;width:100%;overflow:hidden;vertical-align:middle;background-color:#f5f5f5;border-radius:100px}.ant-progress-circle-trail{stroke:#f5f5f5}.ant-progress-circle-path{animation:ant-progress-appear .3s}.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#1890ff}.ant-progress-bg,.ant-progress-success-bg{position:relative;background-color:#1890ff;border-radius:100px;transition:all .4s cubic-bezier(.08,.82,.17,1) 0s}.ant-progress-success-bg{position:absolute;top:0;left:0;background-color:#52c41a}.ant-progress-text{display:inline-block;width:2em;margin-left:8px;color:rgba(0,0,0,.45);font-size:1em;line-height:1;white-space:nowrap;text-align:left;vertical-align:middle;word-break:normal}.ant-progress-text .anticon{font-size:14px}.ant-progress-status-active .ant-progress-bg:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;border-radius:10px;opacity:0;animation:ant-progress-active 2.4s cubic-bezier(.23,1,.32,1) infinite;content:\"\"}.ant-progress-status-exception .ant-progress-bg{background-color:#f5222d}.ant-progress-status-exception .ant-progress-text{color:#f5222d}.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#f5222d}.ant-progress-status-success .ant-progress-bg{background-color:#52c41a}.ant-progress-status-success .ant-progress-text{color:#52c41a}.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path{stroke:#52c41a}.ant-progress-circle .ant-progress-inner{position:relative;line-height:1;background-color:transparent}.ant-progress-circle .ant-progress-text{position:absolute;top:50%;left:50%;width:100%;margin:0;padding:0;color:rgba(0,0,0,.65);line-height:1;white-space:normal;text-align:center;transform:translate(-50%,-50%)}.ant-progress-circle .ant-progress-text .anticon{font-size:1.16666667em}.ant-progress-circle.ant-progress-status-exception .ant-progress-text{color:#f5222d}.ant-progress-circle.ant-progress-status-success .ant-progress-text{color:#52c41a}@keyframes ant-progress-active{0%{width:0;opacity:.1}20%{width:0;opacity:.5}to{width:100%;opacity:0}}.ant-rate{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;font-feature-settings:\"tnum\";display:inline-block;margin:0;padding:0;color:#fadb14;font-size:20px;line-height:unset;list-style:none;outline:none}.ant-rate-disabled .ant-rate-star{cursor:default}.ant-rate-disabled .ant-rate-star:hover{transform:scale(1)}.ant-rate-star{position:relative;display:inline-block;margin:0;padding:0;color:inherit;cursor:pointer;transition:all .3s}.ant-rate-star:not(:last-child){margin-right:8px}.ant-rate-star>div:focus{outline:0}.ant-rate-star>div:focus,.ant-rate-star>div:hover{transform:scale(1.1)}.ant-rate-star-first,.ant-rate-star-second{color:#e8e8e8;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-rate-star-first .anticon,.ant-rate-star-second .anticon{vertical-align:middle}.ant-rate-star-first{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden;opacity:0}.ant-rate-star-half .ant-rate-star-first,.ant-rate-star-half .ant-rate-star-second{opacity:1}.ant-rate-star-full .ant-rate-star-second,.ant-rate-star-half .ant-rate-star-first{color:inherit}.ant-rate-text{display:inline-block;margin-left:8px;font-size:14px}.ant-result{padding:48px 32px}.ant-result-success .ant-result-icon>.anticon{color:#52c41a}.ant-result-error .ant-result-icon>.anticon{color:#f5222d}.ant-result-info .ant-result-icon>.anticon{color:#1890ff}.ant-result-warning .ant-result-icon>.anticon{color:#faad14}.ant-result-image{width:250px;height:295px;margin:auto}.ant-result-icon{margin-bottom:24px;text-align:center}.ant-result-icon>.anticon{font-size:72px}.ant-result-title{color:rgba(0,0,0,.85);font-size:24px;line-height:1.8;text-align:center}.ant-result-subtitle{color:rgba(0,0,0,.45);font-size:14px;line-height:1.6;text-align:center}.ant-result-extra{margin-top:32px;text-align:center}.ant-result-extra>*{margin-right:8px}.ant-result-extra>:last-child{margin-right:0}.ant-result-content{margin-top:24px;padding:24px 40px;background-color:#fafafa}.ant-skeleton{display:table;width:100%}.ant-skeleton-header{display:table-cell;padding-right:16px;vertical-align:top}.ant-skeleton-header .ant-skeleton-avatar{display:inline-block;vertical-align:top;background:#f2f2f2;width:32px;height:32px;line-height:32px}.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-header .ant-skeleton-avatar-lg{width:40px;height:40px;line-height:40px}.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-header .ant-skeleton-avatar-sm{width:24px;height:24px;line-height:24px}.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle{border-radius:50%}.ant-skeleton-content{display:table-cell;width:100%;vertical-align:top}.ant-skeleton-content .ant-skeleton-title{width:100%;height:16px;margin-top:16px;background:#f2f2f2}.ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph{margin-top:24px}.ant-skeleton-content .ant-skeleton-paragraph{padding:0}.ant-skeleton-content .ant-skeleton-paragraph>li{width:100%;height:16px;list-style:none;background:#f2f2f2}.ant-skeleton-content .ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)){width:61%}.ant-skeleton-content .ant-skeleton-paragraph>li+li{margin-top:16px}.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title{margin-top:12px}.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph{margin-top:28px}.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li,.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title{background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;animation:ant-skeleton-loading 1.4s ease infinite}@keyframes ant-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.ant-slider{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;height:12px;margin:14px 6px 10px;padding:4px 0;cursor:pointer;touch-action:none}.ant-slider-vertical{width:12px;height:100%;margin:6px 10px;padding:0 4px}.ant-slider-vertical .ant-slider-rail{width:4px;height:100%}.ant-slider-vertical .ant-slider-track{width:4px}.ant-slider-vertical .ant-slider-handle{margin-top:-6px;margin-left:-5px}.ant-slider-vertical .ant-slider-mark{top:0;left:12px;width:18px;height:100%}.ant-slider-vertical .ant-slider-mark-text{left:4px;white-space:nowrap}.ant-slider-vertical .ant-slider-step{width:4px;height:100%}.ant-slider-vertical .ant-slider-dot{top:auto;left:2px;margin-bottom:-4px}.ant-slider-tooltip .ant-tooltip-inner{min-width:unset}.ant-slider-with-marks{margin-bottom:28px}.ant-slider-rail{width:100%;background-color:#f5f5f5;border-radius:2px}.ant-slider-rail,.ant-slider-track{position:absolute;height:4px;transition:background-color .3s}.ant-slider-track{background-color:#91d5ff;border-radius:4px}.ant-slider-handle{position:absolute;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:2px solid #91d5ff;border-radius:50%;box-shadow:0;cursor:pointer;transition:border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28)}.ant-slider-handle:focus{border-color:#46a6ff;outline:none;box-shadow:0 0 0 5px rgba(24,144,255,.2)}.ant-slider-handle.ant-tooltip-open{border-color:#1890ff}.ant-slider:hover .ant-slider-rail{background-color:#e1e1e1}.ant-slider:hover .ant-slider-track{background-color:#69c0ff}.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open){border-color:#69c0ff}.ant-slider-mark{position:absolute;top:14px;left:0;width:100%;font-size:14px}.ant-slider-mark-text{position:absolute;display:inline-block;color:rgba(0,0,0,.45);text-align:center;word-break:keep-all;cursor:pointer}.ant-slider-mark-text-active{color:rgba(0,0,0,.65)}.ant-slider-step{position:absolute;width:100%;height:4px;background:transparent}.ant-slider-dot{position:absolute;top:-2px;width:8px;height:8px;background-color:#fff;border:2px solid #e8e8e8;border-radius:50%;cursor:pointer}.ant-slider-dot,.ant-slider-dot:first-child,.ant-slider-dot:last-child{margin-left:-4px}.ant-slider-dot-active{border-color:#8cc8ff}.ant-slider-disabled{cursor:not-allowed}.ant-slider-disabled .ant-slider-track{background-color:rgba(0,0,0,.25)!important}.ant-slider-disabled .ant-slider-dot,.ant-slider-disabled .ant-slider-handle{background-color:#fff;border-color:rgba(0,0,0,.25)!important;box-shadow:none;cursor:not-allowed}.ant-slider-disabled .ant-slider-dot,.ant-slider-disabled .ant-slider-mark-text{cursor:not-allowed!important}.ant-space{display:inline-flex}.ant-space-vertical{flex-direction:column}.ant-space-align-center{align-items:center}.ant-space-align-start{align-items:flex-start}.ant-space-align-end{align-items:flex-end}.ant-space-align-baseline{align-items:baseline}.ant-statistic{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\"}.ant-statistic-title{margin-bottom:4px;color:rgba(0,0,0,.45);font-size:14px}.ant-statistic-content{color:rgba(0,0,0,.85);font-size:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.ant-statistic-content-value-decimal{font-size:16px}.ant-statistic-content-prefix,.ant-statistic-content-suffix{display:inline-block}.ant-statistic-content-prefix{margin-right:4px}.ant-statistic-content-suffix{margin-left:4px;font-size:16px}.ant-steps{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:flex;width:100%;font-size:0}.ant-steps-item{position:relative;display:inline-block;flex:1;overflow:hidden;vertical-align:top}.ant-steps-item-container{outline:none}.ant-steps-item:last-child{flex:none}.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-tail{display:none}.ant-steps-item-content,.ant-steps-item-icon{display:inline-block;vertical-align:top}.ant-steps-item-icon{width:32px;height:32px;margin-right:8px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:32px;text-align:center;border:1px solid rgba(0,0,0,.25);border-radius:32px;transition:background-color .3s,border-color .3s}.ant-steps-item-icon>.ant-steps-icon{position:relative;top:-1px;color:#1890ff;line-height:1}.ant-steps-item-tail{position:absolute;top:12px;left:0;width:100%;padding:0 10px}.ant-steps-item-tail:after{display:inline-block;width:100%;height:1px;background:#e8e8e8;border-radius:1px;transition:background .3s;content:\"\"}.ant-steps-item-title{position:relative;display:inline-block;padding-right:16px;color:rgba(0,0,0,.65);font-size:16px;line-height:32px}.ant-steps-item-title:after{position:absolute;top:16px;left:100%;display:block;width:9999px;height:1px;background:#e8e8e8;content:\"\"}.ant-steps-item-subtitle{display:inline;margin-left:8px;font-weight:400}.ant-steps-item-description,.ant-steps-item-subtitle{color:rgba(0,0,0,.45);font-size:14px}.ant-steps-item-wait .ant-steps-item-icon{background-color:#fff;border-color:rgba(0,0,0,.25)}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:rgba(0,0,0,.25)}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:rgba(0,0,0,.25)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.45)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#e8e8e8}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.45)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#e8e8e8}.ant-steps-item-process .ant-steps-item-icon{background-color:#fff;border-color:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#1890ff}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.85)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#e8e8e8}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.65)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#e8e8e8}.ant-steps-item-process .ant-steps-item-icon{background:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#fff}.ant-steps-item-process .ant-steps-item-title{font-weight:500}.ant-steps-item-finish .ant-steps-item-icon{background-color:#fff;border-color:#1890ff}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#1890ff}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.65)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#1890ff}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.45)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#1890ff}.ant-steps-item-error .ant-steps-item-icon{background-color:#fff;border-color:#f5222d}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon{color:#f5222d}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#f5222d}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#f5222d}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#e8e8e8}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:#f5222d}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#e8e8e8}.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after{background:#f5222d}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]{cursor:pointer}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-icon .ant-steps-icon,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-title{transition:color .3s}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title{color:#1890ff}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon{border-color:#1890ff}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon{color:#1890ff}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{margin-right:16px;white-space:nowrap}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child{margin-right:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title{padding-right:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail{display:none}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description{max-width:140px;white-space:normal}.ant-steps-item-custom .ant-steps-item-icon{height:auto;background:none;border:0}.ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{top:0;left:.5px;width:32px;height:32px;font-size:24px;line-height:32px}.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon{width:auto}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{margin-right:12px}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child{margin-right:0}.ant-steps-small .ant-steps-item-icon{width:24px;height:24px;font-size:12px;line-height:24px;text-align:center;border-radius:24px}.ant-steps-small .ant-steps-item-title{padding-right:12px;font-size:14px;line-height:24px}.ant-steps-small .ant-steps-item-title:after{top:12px}.ant-steps-small .ant-steps-item-description{color:rgba(0,0,0,.45);font-size:14px}.ant-steps-small .ant-steps-item-tail{top:8px}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon{width:inherit;height:inherit;line-height:inherit;background:none;border:0;border-radius:0}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{font-size:24px;line-height:24px;transform:none}.ant-steps-vertical{display:block}.ant-steps-vertical .ant-steps-item{display:block;overflow:visible}.ant-steps-vertical .ant-steps-item-icon{float:left;margin-right:16px}.ant-steps-vertical .ant-steps-item-content{display:block;min-height:48px;overflow:hidden}.ant-steps-vertical .ant-steps-item-title{line-height:32px}.ant-steps-vertical .ant-steps-item-description{padding-bottom:12px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{position:absolute;top:0;left:16px;width:1px;height:100%;padding:38px 0 6px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after{width:1px;height:100%}.ant-steps-vertical>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail{display:block}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{display:none}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{position:absolute;top:0;left:12px;padding:30px 0 6px}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title{line-height:24px}@media (max-width:480px){.ant-steps-horizontal.ant-steps-label-horizontal{display:block}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item{display:block;overflow:visible}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon{float:left;margin-right:16px}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content{display:block;min-height:48px;overflow:hidden}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title{line-height:32px}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description{padding-bottom:12px}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{position:absolute;top:0;left:16px;width:1px;height:100%;padding:38px 0 6px}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after{width:1px;height:100%}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail{display:block}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{display:none}.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{position:absolute;top:0;left:12px;padding:30px 0 6px}.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title{line-height:24px}}.ant-steps-label-vertical .ant-steps-item{overflow:visible}.ant-steps-label-vertical .ant-steps-item-tail{margin-left:58px;padding:3.5px 24px}.ant-steps-label-vertical .ant-steps-item-content{display:block;width:116px;margin-top:8px;text-align:center}.ant-steps-label-vertical .ant-steps-item-icon{display:inline-block;margin-left:42px}.ant-steps-label-vertical .ant-steps-item-title{padding-right:0}.ant-steps-label-vertical .ant-steps-item-title:after{display:none}.ant-steps-label-vertical .ant-steps-item-subtitle{display:block;margin-bottom:4px;margin-left:0;line-height:1.5}.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon{margin-left:46px}.ant-steps-dot .ant-steps-item-title,.ant-steps-dot.ant-steps-small .ant-steps-item-title{line-height:1.5}.ant-steps-dot .ant-steps-item-tail,.ant-steps-dot.ant-steps-small .ant-steps-item-tail{top:2px;width:100%;margin:0 0 0 70px;padding:0}.ant-steps-dot .ant-steps-item-tail:after,.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after{width:calc(100% - 20px);height:3px;margin-left:12px}.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot{left:2px}.ant-steps-dot .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-icon{width:8px;height:8px;margin-left:67px;padding-right:0;line-height:8px;background:transparent;border:0}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot{position:relative;float:left;width:100%;height:100%;border-radius:100px;transition:all .3s}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after{position:absolute;top:-12px;left:-26px;width:60px;height:32px;background:rgba(0,0,0,.001);content:\"\"}.ant-steps-dot .ant-steps-item-content,.ant-steps-dot.ant-steps-small .ant-steps-item-content{width:140px}.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon{width:10px;height:10px;line-height:10px}.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot{top:-1px}.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon{margin-top:8px;margin-left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{top:2px;left:-9px;margin:0;padding:22px 0 4px}.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot{left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot{left:-2px}.ant-steps-navigation{padding-top:12px}.ant-steps-navigation.ant-steps-small .ant-steps-item-container{margin-left:-12px}.ant-steps-navigation .ant-steps-item{overflow:visible;text-align:center}.ant-steps-navigation .ant-steps-item-container{display:inline-block;height:100%;margin-left:-16px;padding-bottom:12px;text-align:left;transition:opacity .3s}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content{max-width:auto}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title{max-width:100%;padding-right:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title:after{display:none}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]{cursor:pointer}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]:hover{opacity:.85}.ant-steps-navigation .ant-steps-item:last-child{flex:1}.ant-steps-navigation .ant-steps-item:last-child:after{display:none}.ant-steps-navigation .ant-steps-item:after{position:absolute;top:50%;left:100%;display:inline-block;width:12px;height:12px;margin-top:-14px;margin-left:-2px;border:1px solid rgba(0,0,0,.25);border-bottom:none;border-left:none;transform:rotate(45deg);content:\"\"}.ant-steps-navigation .ant-steps-item:before{position:absolute;bottom:0;left:50%;display:inline-block;width:0;height:3px;background-color:#1890ff;transition:width .3s,left .3s;transition-timing-function:ease-out;content:\"\"}.ant-steps-navigation .ant-steps-item.ant-steps-item-active:before{left:0;width:100%}@media (max-width:480px){.ant-steps-navigation>.ant-steps-item{margin-right:0!important}.ant-steps-navigation>.ant-steps-item:before{display:none}.ant-steps-navigation>.ant-steps-item.ant-steps-item-active:before{top:0;right:0;left:unset;display:block;width:3px;height:calc(100% - 24px)}.ant-steps-navigation>.ant-steps-item:after{position:relative;top:-2px;left:50%;display:block;width:8px;height:8px;margin-bottom:8px;text-align:center;transform:rotate(135deg)}.ant-steps-navigation>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{visibility:hidden}}.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item{margin-left:-16px;padding-left:16px;background:#fff}.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item{margin-left:-12px;padding-left:12px}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child{overflow:hidden}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot:after{right:-200px;width:200px}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:after,.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:before{position:absolute;top:0;left:-10px;width:10px;height:8px;background:#fff;content:\"\"}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:after{right:-10px;left:auto}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#ccc}.ant-switch{margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;display:inline-block;box-sizing:border-box;min-width:44px;height:22px;line-height:20px;vertical-align:middle;background-color:rgba(0,0,0,.25);border:1px solid transparent;border-radius:100px;cursor:pointer;transition:all .36s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-switch-inner{display:block;margin-right:6px;margin-left:24px;color:#fff;font-size:12px}.ant-switch-loading-icon,.ant-switch:after{position:absolute;top:1px;left:1px;width:18px;height:18px;background-color:#fff;border-radius:18px;cursor:pointer;transition:all .36s cubic-bezier(.78,.14,.15,.86);content:\" \"}.ant-switch:after{box-shadow:0 2px 4px 0 rgba(0,35,11,.2)}.ant-switch:not(.ant-switch-disabled):active:after,.ant-switch:not(.ant-switch-disabled):active:before{width:24px}.ant-switch-loading-icon{z-index:1;display:none;font-size:12px;background:transparent}.ant-switch-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-switch-loading .ant-switch-loading-icon{display:inline-block;color:rgba(0,0,0,.65)}.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon{color:#1890ff}.ant-switch:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-switch:focus:hover{box-shadow:none}.ant-switch-small{min-width:28px;height:16px;line-height:14px}.ant-switch-small .ant-switch-inner{margin-right:3px;margin-left:18px;font-size:12px}.ant-switch-small:after{width:12px;height:12px}.ant-switch-small:active:after,.ant-switch-small:active:before{width:16px}.ant-switch-small .ant-switch-loading-icon{width:12px;height:12px}.ant-switch-small.ant-switch-checked .ant-switch-inner{margin-right:18px;margin-left:3px}.ant-switch-small.ant-switch-checked .ant-switch-loading-icon{left:100%;margin-left:-13px}.ant-switch-small.ant-switch-loading .ant-switch-loading-icon{font-weight:700;transform:scale(.66667)}.ant-switch-checked{background-color:#1890ff}.ant-switch-checked .ant-switch-inner{margin-right:24px;margin-left:6px}.ant-switch-checked:after{left:100%;margin-left:-1px;transform:translateX(-100%)}.ant-switch-checked .ant-switch-loading-icon{left:100%;margin-left:-19px}.ant-switch-disabled,.ant-switch-loading{cursor:not-allowed;opacity:.4}.ant-switch-disabled *,.ant-switch-disabled:after,.ant-switch-disabled:before,.ant-switch-loading *,.ant-switch-loading:after,.ant-switch-loading:before{cursor:not-allowed}@keyframes AntSwitchSmallLoadingCircle{0%{transform:rotate(0deg) scale(.66667);transform-origin:50% 50%}to{transform:rotate(1turn) scale(.66667);transform-origin:50% 50%}}.ant-table-wrapper{zoom:1}.ant-table-wrapper:after,.ant-table-wrapper:before{display:table;content:\"\"}.ant-table-wrapper:after{clear:both}.ant-table{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;clear:both}.ant-table-body{transition:opacity .3s}.ant-table-empty .ant-table-body{overflow-x:auto!important;overflow-y:hidden!important}.ant-table table{width:100%;text-align:left;border-radius:4px 4px 0 0;border-collapse:separate;border-spacing:0}.ant-table-layout-fixed table{table-layout:fixed}.ant-table-thead>tr>th{color:rgba(0,0,0,.85);font-weight:500;text-align:left;background:#fafafa;border-bottom:1px solid #e8e8e8;transition:background .3s ease}.ant-table-thead>tr>th[colspan]:not([colspan=\"1\"]){text-align:center}.ant-table-thead>tr>th .ant-table-filter-icon,.ant-table-thead>tr>th .anticon-filter{position:absolute;top:0;right:0;width:28px;height:100%;color:#bfbfbf;font-size:12px;text-align:center;cursor:pointer;transition:all .3s}.ant-table-thead>tr>th .ant-table-filter-icon>svg,.ant-table-thead>tr>th .anticon-filter>svg{position:absolute;top:50%;left:50%;margin-top:-5px;margin-left:-6px}.ant-table-thead>tr>th .ant-table-filter-selected.anticon{color:#1890ff}.ant-table-thead>tr>th .ant-table-column-sorter{display:table-cell;vertical-align:middle}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner{height:1em;margin-top:.35em;margin-left:.57142857em;color:#bfbfbf;line-height:1em;text-align:center;transition:all .3s}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up{display:inline-block;font-size:12px;font-size:11px\\9;transform:scale(.91666667) rotate(0deg);display:block;height:1em;line-height:1em;transition:all .3s}:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down,:root .ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up{font-size:12px}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on{color:#1890ff}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full{margin-top:-.15em}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down,.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up{height:.5em;line-height:.5em}.ant-table-thead>tr>th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down{margin-top:.125em}.ant-table-thead>tr>th.ant-table-column-has-actions{position:relative;background-clip:padding-box;-webkit-background-clip:border-box}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters{padding-right:30px!important}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover{color:rgba(0,0,0,.45);background:#e5e5e5}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active{color:rgba(0,0,0,.65)}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters{cursor:pointer}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon,.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter{background:#f2f2f2}.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on),.ant-table-thead>tr>th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on){color:rgba(0,0,0,.45)}.ant-table-thead>tr>th .ant-table-header-column{display:inline-block;max-width:100%;vertical-align:top}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters{display:table}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>.ant-table-column-title{display:table-cell;vertical-align:middle}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters>:not(.ant-table-column-sorter){position:relative}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:before{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;transition:all .3s;content:\"\"}.ant-table-thead>tr>th .ant-table-header-column .ant-table-column-sorters:hover:before{background:rgba(0,0,0,.04)}.ant-table-thead>tr>th.ant-table-column-has-sorters{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:4px}.ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:4px}.ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.ant-table-tbody>tr>td{border-bottom:1px solid #e8e8e8;transition:background .3s}.ant-table-tbody>tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-thead>tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,.ant-table-thead>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td{background:#e6f7ff}.ant-table-tbody>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-tbody>tr:hover.ant-table-row-selected>td,.ant-table-tbody>tr:hover.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr.ant-table-row-selected>td.ant-table-column-sort,.ant-table-thead>tr:hover.ant-table-row-selected>td,.ant-table-thead>tr:hover.ant-table-row-selected>td.ant-table-column-sort{background:#fafafa}.ant-table-thead>tr:hover{background:none}.ant-table-footer{position:relative;padding:16px;color:rgba(0,0,0,.85);background:#fafafa;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-table-footer:before{position:absolute;top:-1px;left:0;width:100%;height:1px;background:#fafafa;content:\"\"}.ant-table.ant-table-bordered .ant-table-footer{border:1px solid #e8e8e8}.ant-table-title{position:relative;top:1px;padding:16px 0;border-radius:4px 4px 0 0}.ant-table.ant-table-bordered .ant-table-title{padding-right:16px;padding-left:16px;border:1px solid #e8e8e8}.ant-table-title+.ant-table-content{position:relative;border-radius:4px 4px 0 0}.ant-table-bordered .ant-table-title+.ant-table-content,.ant-table-bordered .ant-table-title+.ant-table-content .ant-table-thead>tr:first-child>th,.ant-table-bordered .ant-table-title+.ant-table-content table,.ant-table-without-column-header .ant-table-title+.ant-table-content,.ant-table-without-column-header table{border-radius:0}.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder{border-top:1px solid #e8e8e8;border-radius:4px}.ant-table-tbody>tr.ant-table-row-selected td{color:inherit;background:#fafafa}.ant-table-thead>tr>th.ant-table-column-sort{background:#f5f5f5}.ant-table-tbody>tr>td.ant-table-column-sort{background:rgba(0,0,0,.01)}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:16px;overflow-wrap:break-word}.ant-table-expand-icon-th,.ant-table-row-expand-icon-cell{width:50px;min-width:50px;text-align:center}.ant-table-header{overflow:hidden;background:#fafafa}.ant-table-header table{border-radius:4px 4px 0 0}.ant-table-loading{position:relative}.ant-table-loading .ant-table-body{background:#fff;opacity:.5}.ant-table-loading .ant-table-spin-holder{position:absolute;top:50%;left:50%;height:20px;margin-left:-30px;line-height:20px}.ant-table-loading .ant-table-with-pagination{margin-top:-20px}.ant-table-loading .ant-table-without-pagination{margin-top:10px}.ant-table-bordered .ant-table-body>table,.ant-table-bordered .ant-table-fixed-left table,.ant-table-bordered .ant-table-fixed-right table,.ant-table-bordered .ant-table-header>table{border:1px solid #e8e8e8;border-right:0;border-bottom:0}.ant-table-bordered.ant-table-empty .ant-table-placeholder{border-right:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.ant-table-bordered.ant-table-fixed-header .ant-table-header>table{border-bottom:0}.ant-table-bordered.ant-table-fixed-header .ant-table-body>table{border-top-left-radius:0;border-top-right-radius:0}.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner>table,.ant-table-bordered.ant-table-fixed-header .ant-table-header+.ant-table-body>table{border-top:0}.ant-table-bordered .ant-table-thead>tr:not(:last-child)>th{border-bottom:1px solid #e8e8e8}.ant-table-bordered .ant-table-tbody>tr>td,.ant-table-bordered .ant-table-thead>tr>th{border-right:1px solid #e8e8e8}.ant-table-placeholder{position:relative;z-index:1;margin-top:-1px;padding:16px;color:rgba(0,0,0,.25);font-size:14px;text-align:center;background:#fff;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-table-pagination.ant-pagination{float:right;margin:16px 0}.ant-table-filter-dropdown{position:relative;min-width:96px;margin-left:-8px;background:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-filter-dropdown .ant-dropdown-menu{max-height:calc(100vh - 130px);overflow-x:hidden;border:0;border-radius:4px 4px 0 0;box-shadow:none}.ant-table-filter-dropdown .ant-dropdown-menu-item>label+span{padding-right:0}.ant-table-filter-dropdown .ant-dropdown-menu-sub{border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after{color:#1890ff;font-weight:700;text-shadow:0 0 2px #bae7ff}.ant-table-filter-dropdown .ant-dropdown-menu-item{overflow:hidden}.ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item:last-child,.ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title{border-radius:0}.ant-table-filter-dropdown-btns{padding:7px 8px;overflow:hidden;border-top:1px solid #e8e8e8}.ant-table-filter-dropdown-link{color:#1890ff}.ant-table-filter-dropdown-link:hover{color:#40a9ff}.ant-table-filter-dropdown-link:active{color:#096dd9}.ant-table-filter-dropdown-link.confirm{float:left}.ant-table-filter-dropdown-link.clear{float:right}.ant-table-selection{white-space:nowrap}.ant-table-selection-select-all-custom{margin-right:4px!important}.ant-table-selection .anticon-down{color:#bfbfbf;transition:all .3s}.ant-table-selection-menu{min-width:96px;margin-top:5px;margin-left:-30px;background:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.ant-table-selection-menu .ant-action-down{color:#bfbfbf}.ant-table-selection-down{display:inline-block;padding:0;line-height:1;cursor:pointer}.ant-table-selection-down:hover .anticon-down{color:rgba(0,0,0,.6)}.ant-table-row-expand-icon{color:#1890ff;text-decoration:none;cursor:pointer;transition:color .3s;display:inline-block;width:17px;height:17px;color:inherit;line-height:13px;text-align:center;background:#fff;border:1px solid #e8e8e8;border-radius:2px;outline:none;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover{color:#40a9ff}.ant-table-row-expand-icon:active{color:#096dd9}.ant-table-row-expand-icon:active,.ant-table-row-expand-icon:focus,.ant-table-row-expand-icon:hover{border-color:currentColor}.ant-table-row-expanded:after{content:\"-\"}.ant-table-row-collapsed:after{content:\"+\"}.ant-table-row-spaced{visibility:hidden}.ant-table-row-spaced:after{content:\".\"}.ant-table-row-cell-ellipsis,.ant-table-row-cell-ellipsis .ant-table-column-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-table-row-cell-ellipsis .ant-table-column-title{display:block}.ant-table-row-cell-break-word{word-wrap:break-word;word-break:break-word}tr.ant-table-expanded-row,tr.ant-table-expanded-row:hover{background:#fbfbfb}tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-16px -16px -17px}.ant-table .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:8px}.ant-table-scroll{overflow:auto;overflow-x:hidden}.ant-table-scroll table{min-width:100%}.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]){color:transparent}.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan])>*{visibility:hidden}.ant-table-body-inner{height:100%}.ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{position:relative;background:#fff}.ant-table-fixed-header .ant-table-body-inner{overflow:scroll}.ant-table-fixed-header .ant-table-scroll .ant-table-header{margin-bottom:-20px;padding-bottom:20px;overflow:scroll;opacity:.9999}.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar{border:solid #e8e8e8;border-width:0 0 1px}.ant-table-hide-scrollbar{scrollbar-color:transparent transparent;min-width:unset}.ant-table-hide-scrollbar::-webkit-scrollbar{min-width:inherit;background-color:transparent}.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar{border:1px solid #e8e8e8;border-left-width:0}.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead>tr:only-child>th:last-child{border-right-color:transparent}.ant-table-fixed-left,.ant-table-fixed-right{position:absolute;top:0;z-index:1;overflow:hidden;border-radius:0;transition:box-shadow .3s ease}.ant-table-fixed-left table,.ant-table-fixed-right table{width:auto;background:#fff}.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed{border-radius:0}.ant-table-fixed-left{left:0;box-shadow:6px 0 6px -4px rgba(0,0,0,.15)}.ant-table-fixed-left .ant-table-header{overflow-y:hidden}.ant-table-fixed-left .ant-table-body-inner{margin-right:-20px;padding-right:20px}.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner{padding-right:0}.ant-table-fixed-left,.ant-table-fixed-left table{border-radius:4px 0 0 0}.ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-top-right-radius:0}.ant-table-fixed-right{right:0;box-shadow:-6px 0 6px -4px rgba(0,0,0,.15)}.ant-table-fixed-right,.ant-table-fixed-right table{border-radius:0 4px 0 0}.ant-table-fixed-right .ant-table-expanded-row{color:transparent;pointer-events:none}.ant-table-fixed-right .ant-table-thead>tr>th:first-child{border-top-left-radius:0}.ant-table.ant-table-scroll-position-left .ant-table-fixed-left,.ant-table.ant-table-scroll-position-right .ant-table-fixed-right{box-shadow:none}.ant-table colgroup>col.ant-table-selection-col{width:60px}.ant-table-thead>tr>th.ant-table-selection-column-custom .ant-table-selection{margin-right:-15px}.ant-table-tbody>tr>td.ant-table-selection-column,.ant-table-thead>tr>th.ant-table-selection-column{text-align:center}.ant-table-tbody>tr>td.ant-table-selection-column .ant-radio-wrapper,.ant-table-thead>tr>th.ant-table-selection-column .ant-radio-wrapper{margin-right:0}.ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column>span{display:inline-block}.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span,.ant-table-filter-dropdown .ant-checkbox-wrapper+span{padding-left:8px}@supports (-moz-appearance:meterbar){.ant-table-thead>tr>th.ant-table-column-has-actions{background-clip:padding-box}}.ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-footer,.ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-middle>.ant-table-title{padding:12px 8px}.ant-table-middle tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-12px -8px -13px}.ant-table-small{border:1px solid #e8e8e8;border-radius:4px}.ant-table-small>.ant-table-content>.ant-table-footer,.ant-table-small>.ant-table-title{padding:8px}.ant-table-small>.ant-table-title{top:0;border-bottom:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-footer{background-color:transparent;border-top:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-footer:before{background-color:transparent}.ant-table-small>.ant-table-content>.ant-table-body{margin:0 8px}.ant-table-small>.ant-table-content>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{border:0}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{padding:8px}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{background-color:transparent}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr{border-bottom:1px solid #e8e8e8}.ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th.ant-table-column-sort,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th.ant-table-column-sort{background-color:rgba(0,0,0,.01)}.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{padding:0}.ant-table-small>.ant-table-content .ant-table-header{background-color:transparent;border-radius:4px 4px 0 0}.ant-table-small>.ant-table-content .ant-table-placeholder,.ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:0}.ant-table-small.ant-table-bordered{border-right:0}.ant-table-small.ant-table-bordered .ant-table-title{border:0;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-content{border-right:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-footer{border:0;border-top:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-footer:before{display:none}.ant-table-small.ant-table-bordered .ant-table-placeholder{border-right:0;border-bottom:0;border-left:0}.ant-table-small.ant-table-bordered .ant-table-tbody>tr>td:last-child,.ant-table-small.ant-table-bordered .ant-table-thead>tr>th.ant-table-row-cell-last{border-right:none}.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-right:1px solid #e8e8e8}.ant-table-small.ant-table-bordered .ant-table-fixed-right{border-right:1px solid #e8e8e8;border-left:1px solid #e8e8e8}.ant-table-small tr.ant-table-expanded-row td>.ant-table-wrapper{margin:-8px -8px -9px}.ant-table-small.ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{border-radius:0 0 4px 4px}.ant-timeline{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;font-feature-settings:\"tnum\";margin:0;padding:0;list-style:none}.ant-timeline-item{position:relative;margin:0;padding:0 0 20px;font-size:14px;list-style:none}.ant-timeline-item-tail{position:absolute;top:10px;left:4px;height:calc(100% - 10px);border-left:2px solid #e8e8e8}.ant-timeline-item-pending .ant-timeline-item-head{font-size:12px;background-color:transparent}.ant-timeline-item-pending .ant-timeline-item-tail{display:none}.ant-timeline-item-head{position:absolute;width:10px;height:10px;background-color:#fff;border:2px solid transparent;border-radius:100px}.ant-timeline-item-head-blue{color:#1890ff;border-color:#1890ff}.ant-timeline-item-head-red{color:#f5222d;border-color:#f5222d}.ant-timeline-item-head-green{color:#52c41a;border-color:#52c41a}.ant-timeline-item-head-gray{color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-timeline-item-head-custom{position:absolute;top:5.5px;left:5px;width:auto;height:auto;margin-top:0;padding:3px 1px;line-height:1;text-align:center;border:0;border-radius:0;transform:translate(-50%,-50%)}.ant-timeline-item-content{position:relative;top:-6px;margin:0 0 0 18px;word-break:break-word}.ant-timeline-item-last>.ant-timeline-item-tail{display:none}.ant-timeline-item-last>.ant-timeline-item-content{min-height:48px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,.ant-timeline.ant-timeline-right .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-tail{left:50%}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-head{margin-left:-4px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom{margin-left:1px}.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content{left:calc(50% - 4px);width:calc(50% - 14px);text-align:left}.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:calc(50% - 12px);margin:0;text-align:right}.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom,.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail{left:calc(100% - 6px)}.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:calc(100% - 18px)}.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail{display:block;height:calc(100% - 14px);border-left:2px dotted #e8e8e8}.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail{display:none}.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail{top:15px;display:block;height:calc(100% - 15px);border-left:2px dotted #e8e8e8}.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content{min-height:48px}.ant-transfer-customize-list{display:flex}.ant-transfer-customize-list .ant-transfer-operation{flex:none;align-self:center}.ant-transfer-customize-list .ant-transfer-list{flex:auto;width:auto;height:auto;min-height:200px}.ant-transfer-customize-list .ant-transfer-list-body-with-search{padding-top:0}.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper{position:relative;padding-bottom:0}.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper{padding:12px}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small{border:0;border-radius:0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th{background:#fafafa}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:1px solid #e8e8e8}.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body{margin:0}.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination{margin:16px 0 4px}.ant-transfer{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative}.ant-transfer-disabled .ant-transfer-list{background:#f5f5f5}.ant-transfer-list{position:relative;display:inline-block;width:180px;height:200px;padding-top:40px;vertical-align:middle;border:1px solid #d9d9d9;border-radius:4px}.ant-transfer-list-with-footer{padding-bottom:34px}.ant-transfer-list-search{padding:0 24px 0 8px}.ant-transfer-list-search-action{position:absolute;top:12px;right:12px;bottom:12px;width:28px;color:rgba(0,0,0,.25);line-height:32px;text-align:center}.ant-transfer-list-search-action .anticon{color:rgba(0,0,0,.25);transition:all .3s}.ant-transfer-list-search-action .anticon:hover{color:rgba(0,0,0,.45)}span.ant-transfer-list-search-action{pointer-events:none}.ant-transfer-list-header{position:absolute;top:0;left:0;width:100%;padding:8px 12px 9px;overflow:hidden;color:rgba(0,0,0,.65);background:#fff;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0}.ant-transfer-list-header-title{position:absolute;right:12px}.ant-transfer-list-header .ant-checkbox-wrapper+span{padding-left:8px}.ant-transfer-list-body{position:relative;height:100%;font-size:14px}.ant-transfer-list-body-search-wrapper{position:absolute;top:0;left:0;width:100%;padding:12px}.ant-transfer-list-body-with-search{padding-top:56px}.ant-transfer-list-content{height:100%;margin:0;padding:0;overflow:auto;list-style:none}.ant-transfer-list-content>.LazyLoad{animation:transferHighlightIn 1s}.ant-transfer-list-content-item{min-height:32px;padding:6px 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-transfer-list-content-item>span{padding-right:0}.ant-transfer-list-content-item-text{padding-left:8px}.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover{background-color:#e6f7ff;cursor:pointer}.ant-transfer-list-content-item-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-transfer-list-body-not-found{position:absolute;top:50%;width:100%;padding-top:0;color:rgba(0,0,0,.25);text-align:center;transform:translateY(-50%)}.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found{margin-top:16px}.ant-transfer-list-footer{position:absolute;bottom:0;left:0;width:100%;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px}.ant-transfer-operation{display:inline-block;margin:0 8px;overflow:hidden;vertical-align:middle}.ant-transfer-operation .ant-btn{display:block}.ant-transfer-operation .ant-btn:first-child{margin-bottom:4px}.ant-transfer-operation .ant-btn .anticon{font-size:12px}@keyframes transferHighlightIn{0%{background:#bae7ff}to{background:transparent}}.ant-select-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;outline:none;cursor:pointer}.ant-select-tree-checkbox-input:focus+.ant-select-tree-checkbox-inner,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner{border-color:#1890ff}.ant-select-tree-checkbox-checked:after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:\"\"}.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after,.ant-select-tree-checkbox:hover:after{visibility:visible}.ant-select-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-select-tree-checkbox-inner:after{position:absolute;top:50%;left:22%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:\" \"}.ant-select-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:\" \"}.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-select-tree-checkbox-disabled{cursor:not-allowed}.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input{cursor:not-allowed}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-select-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-tree-checkbox-disabled:hover:after,.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled:after{visibility:hidden}.ant-select-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:inline-block;line-height:unset;cursor:pointer}.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled{cursor:not-allowed}.ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper{margin-left:8px}.ant-select-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-select-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:inline-block}.ant-select-tree-checkbox-group-item{display:inline-block;margin-right:8px}.ant-select-tree-checkbox-group-item:last-child{margin-right:0}.ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item{margin-left:0}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:\" \"}.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-select-tree{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";margin:-4px 0 0;padding:0 4px}.ant-select-tree li{margin:8px 0;padding:0;white-space:nowrap;list-style:none;outline:0}.ant-select-tree li.filter-node>span{font-weight:500}.ant-select-tree li ul{margin:0;padding:0 0 0 18px}.ant-select-tree li .ant-select-tree-node-content-wrapper{display:inline-block;width:calc(100% - 24px);margin:0;padding:3px 5px;color:rgba(0,0,0,.65);text-decoration:none;border-radius:2px;cursor:pointer;transition:all .3s}.ant-select-tree li .ant-select-tree-node-content-wrapper:hover{background-color:#e6f7ff}.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{background-color:#bae7ff}.ant-select-tree li span.ant-select-tree-checkbox{margin:0 4px 0 0}.ant-select-tree li span.ant-select-tree-checkbox+.ant-select-tree-node-content-wrapper{width:calc(100% - 46px)}.ant-select-tree li span.ant-select-tree-iconEle,.ant-select-tree li span.ant-select-tree-switcher{display:inline-block;width:24px;height:24px;margin:0;line-height:22px;text-align:center;vertical-align:middle;border:0;outline:none;cursor:pointer}.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon{position:absolute;left:0;display:inline-block;color:#1890ff;font-size:14px;transform:none}.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-select-tree li span.ant-select-tree-switcher{position:relative}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop{cursor:auto}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon{font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon,:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon{font-size:12px}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg{transition:transform .3s}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon{font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon,:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon{font-size:12px}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg{transition:transform .3s}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg{transform:rotate(-90deg)}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon{position:absolute;left:0;display:inline-block;width:24px;height:24px;color:#1890ff;font-size:14px;transform:none}.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg,.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-select-tree-child-tree,.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle{display:none}.ant-select-tree-child-tree-open{display:block}li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper,li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper span,li.ant-select-tree-treenode-disabled>span:not(.ant-select-tree-switcher){color:rgba(0,0,0,.25);cursor:not-allowed}li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper:hover{background:transparent}.ant-select-tree-icon__close,.ant-select-tree-icon__open{margin-right:2px;vertical-align:top}.ant-select-tree-dropdown{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\"}.ant-select-tree-dropdown .ant-select-dropdown-search{position:sticky;top:0;z-index:1;display:block;padding:4px;background:#fff}.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap{width:100%}.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field{box-sizing:border-box;width:100%;padding:4px 7px;border:1px solid #d9d9d9;border-radius:4px;outline:none}.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide{display:none}.ant-select-tree-dropdown .ant-select-not-found{display:block;padding:7px 16px;color:rgba(0,0,0,.25);cursor:not-allowed}@keyframes antCheckboxEffect{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.ant-tree.ant-tree-directory{position:relative}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-switcher,.ant-tree.ant-tree-directory>li span.ant-tree-switcher{position:relative;z-index:1}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-switcher.ant-tree-switcher-noop,.ant-tree.ant-tree-directory>li span.ant-tree-switcher.ant-tree-switcher-noop{pointer-events:none}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-checkbox,.ant-tree.ant-tree-directory>li span.ant-tree-checkbox{position:relative;z-index:1}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper{border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:hover,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:hover:before,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:hover:before{background:#e6f7ff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper.ant-tree-node-selected,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper.ant-tree-node-selected{color:#fff;background:transparent}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper:before,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper:before{position:absolute;right:0;left:0;height:24px;transition:all .3s;content:\"\"}.ant-tree.ant-tree-directory .ant-tree-child-tree>li span.ant-tree-node-content-wrapper>span,.ant-tree.ant-tree-directory>li span.ant-tree-node-content-wrapper>span{position:relative;z-index:1}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-switcher,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-switcher{color:#fff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox .ant-tree-checkbox-inner,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox .ant-tree-checkbox-inner{border-color:#1890ff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked:after,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked:after{border-color:#fff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner{background:#fff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{border-color:#1890ff}.ant-tree.ant-tree-directory .ant-tree-child-tree>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before,.ant-tree.ant-tree-directory>li.ant-tree-treenode-selected>span.ant-tree-node-content-wrapper:before{background:#1890ff}.ant-tree-checkbox{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";position:relative;top:-.09em;display:inline-block;line-height:1;white-space:nowrap;vertical-align:middle;outline:none;cursor:pointer}.ant-tree-checkbox-input:focus+.ant-tree-checkbox-inner,.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,.ant-tree-checkbox:hover .ant-tree-checkbox-inner{border-color:#1890ff}.ant-tree-checkbox-checked:after{top:0;height:100%;border:1px solid #1890ff;border-radius:2px;visibility:hidden;animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:backwards;content:\"\"}.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after,.ant-tree-checkbox:hover:after{visibility:visible}.ant-tree-checkbox-inner{position:relative;top:0;left:0;display:block;width:16px;height:16px;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;border-collapse:separate;transition:all .3s}.ant-tree-checkbox-inner:after{position:absolute;top:50%;left:22%;display:table;width:5.71428571px;height:9.14285714px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0) translate(-50%,-50%);opacity:0;transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;content:\" \"}.ant-tree-checkbox-input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;cursor:pointer;opacity:0}.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{position:absolute;display:table;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1) translate(-50%,-50%);opacity:1;transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s;content:\" \"}.ant-tree-checkbox-checked .ant-tree-checkbox-inner{background-color:#1890ff;border-color:#1890ff}.ant-tree-checkbox-disabled{cursor:not-allowed}.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.ant-tree-checkbox-disabled .ant-tree-checkbox-input{cursor:not-allowed}.ant-tree-checkbox-disabled .ant-tree-checkbox-inner{background-color:#f5f5f5;border-color:#d9d9d9!important}.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after{border-color:#f5f5f5;border-collapse:separate;animation-name:none}.ant-tree-checkbox-disabled+span{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-tree-checkbox-disabled:hover:after,.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled:after{visibility:hidden}.ant-tree-checkbox-wrapper{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:inline-block;line-height:unset;cursor:pointer}.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled{cursor:not-allowed}.ant-tree-checkbox-wrapper+.ant-tree-checkbox-wrapper{margin-left:8px}.ant-tree-checkbox+span{padding-right:8px;padding-left:8px}.ant-tree-checkbox-group{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";display:inline-block}.ant-tree-checkbox-group-item{display:inline-block;margin-right:8px}.ant-tree-checkbox-group-item:last-child{margin-right:0}.ant-tree-checkbox-group-item+.ant-tree-checkbox-group-item{margin-left:0}.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner{background-color:#fff;border-color:#d9d9d9}.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after{top:50%;left:50%;width:8px;height:8px;background-color:#1890ff;border:0;transform:translate(-50%,-50%) scale(1);opacity:1;content:\" \"}.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after{background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}.ant-tree{box-sizing:border-box;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";margin:0;padding:0}.ant-tree-checkbox-checked:after{position:absolute;top:16.67%;left:0;width:100%;height:66.67%}.ant-tree ol,.ant-tree ul{margin:0;padding:0;list-style:none}.ant-tree li{margin:0;padding:4px 0;white-space:nowrap;list-style:none;outline:0}.ant-tree li span[draggable=true],.ant-tree li span[draggable]{line-height:20px;border-top:2px solid transparent;border-bottom:2px solid transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-drag:element;-webkit-user-drag:element}.ant-tree li.drag-over>span[draggable]{color:#fff;background-color:#1890ff;opacity:.8}.ant-tree li.drag-over-gap-top>span[draggable]{border-top-color:#1890ff}.ant-tree li.drag-over-gap-bottom>span[draggable]{border-bottom-color:#1890ff}.ant-tree li.filter-node>span{color:#f5222d!important;font-weight:500!important}.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon,.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon{position:absolute;left:0;display:inline-block;width:24px;height:24px;color:#1890ff;font-size:14px;transform:none}.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg,.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close:after,:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open:after{opacity:0}.ant-tree li ul{margin:0;padding:0 0 0 18px}.ant-tree li .ant-tree-node-content-wrapper{display:inline-block;height:24px;margin:0;padding:0 5px;color:rgba(0,0,0,.65);line-height:24px;text-decoration:none;vertical-align:top;border-radius:2px;cursor:pointer;transition:all .3s}.ant-tree li .ant-tree-node-content-wrapper:hover{background-color:#e6f7ff}.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected{background-color:#bae7ff}.ant-tree li span.ant-tree-checkbox{top:auto;height:24px;margin:0 4px 0 2px;padding:4px 0}.ant-tree li span.ant-tree-iconEle,.ant-tree li span.ant-tree-switcher{display:inline-block;width:24px;height:24px;margin:0;line-height:24px;text-align:center;vertical-align:top;border:0;outline:none;cursor:pointer}.ant-tree li span.ant-tree-iconEle:empty{display:none}.ant-tree li span.ant-tree-switcher{position:relative}.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop{cursor:default}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon{font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon,:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon{font-size:12px}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon{font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg);display:inline-block;font-weight:700}:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon,:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon{font-size:12px}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg,.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg{transform:rotate(-90deg)}.ant-tree li:last-child>span.ant-tree-iconEle:before,.ant-tree li:last-child>span.ant-tree-switcher:before{display:none}.ant-tree>li:first-child{padding-top:7px}.ant-tree>li:last-child{padding-bottom:7px}.ant-tree-child-tree>li:first-child{padding-top:8px}.ant-tree-child-tree>li:last-child{padding-bottom:0}li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper,li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper span,li.ant-tree-treenode-disabled>span:not(.ant-tree-switcher){color:rgba(0,0,0,.25);cursor:not-allowed}li.ant-tree-treenode-disabled>.ant-tree-node-content-wrapper:hover{background:transparent}.ant-tree-icon__close,.ant-tree-icon__open{margin-right:2px;vertical-align:top}.ant-tree.ant-tree-show-line li{position:relative}.ant-tree.ant-tree-show-line li span.ant-tree-switcher{color:rgba(0,0,0,.45);background:#fff}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon{display:inline-block;font-weight:400;font-size:12px}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon{display:inline-block;font-weight:400;font-size:12px}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon{display:inline-block;font-weight:400;font-size:12px}.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg,.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg{transition:transform .3s}.ant-tree.ant-tree-show-line li:not(:last-child):before{position:absolute;left:12px;width:1px;height:100%;height:calc(100% - 22px);margin:22px 0 0;border-left:1px solid #d9d9d9;content:\" \"}.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle{display:none}.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper{width:calc(100% - 24px)}.ant-tree.ant-tree-block-node li span.ant-tree-checkbox+.ant-tree-node-content-wrapper{width:calc(100% - 46px)}.ant-upload{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";outline:0}.ant-upload p{margin:0}.ant-upload-btn{display:block;width:100%;outline:none}.ant-upload input[type=file]{cursor:pointer}.ant-upload.ant-upload-select{display:inline-block}.ant-upload.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-select-picture-card{display:table;float:left;width:104px;height:104px;margin-right:8px;margin-bottom:8px;text-align:center;vertical-align:top;background-color:#fafafa;border:1px dashed #d9d9d9;border-radius:4px;cursor:pointer;transition:border-color .3s ease}.ant-upload.ant-upload-select-picture-card>.ant-upload{display:table-cell;width:100%;height:100%;padding:8px;text-align:center;vertical-align:middle}.ant-upload.ant-upload-select-picture-card:hover{border-color:#1890ff}.ant-upload.ant-upload-drag{position:relative;width:100%;height:100%;text-align:center;background:#fafafa;border:1px dashed #d9d9d9;border-radius:4px;cursor:pointer;transition:border-color .3s}.ant-upload.ant-upload-drag .ant-upload{padding:16px 0}.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled){border-color:#096dd9}.ant-upload.ant-upload-drag.ant-upload-disabled{cursor:not-allowed}.ant-upload.ant-upload-drag .ant-upload-btn{display:table;height:100%}.ant-upload.ant-upload-drag .ant-upload-drag-container{display:table-cell;vertical-align:middle}.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover{border-color:#40a9ff}.ant-upload.ant-upload-drag p.ant-upload-drag-icon{margin-bottom:20px}.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon{color:#40a9ff;font-size:48px}.ant-upload.ant-upload-drag p.ant-upload-text{margin:0 0 4px;color:rgba(0,0,0,.85);font-size:16px}.ant-upload.ant-upload-drag p.ant-upload-hint{color:rgba(0,0,0,.45);font-size:14px}.ant-upload.ant-upload-drag .anticon-plus{color:rgba(0,0,0,.25);font-size:30px;transition:all .3s}.ant-upload.ant-upload-drag .anticon-plus:hover,.ant-upload.ant-upload-drag:hover .anticon-plus{color:rgba(0,0,0,.45)}.ant-upload-picture-card-wrapper{zoom:1;display:inline-block;width:100%}.ant-upload-picture-card-wrapper:after,.ant-upload-picture-card-wrapper:before{display:table;content:\"\"}.ant-upload-picture-card-wrapper:after{clear:both}.ant-upload-list{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:\"tnum\";zoom:1}.ant-upload-list:after,.ant-upload-list:before{display:table;content:\"\"}.ant-upload-list:after{clear:both}.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1{padding-right:14px}.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2{padding-right:28px}.ant-upload-list-item{position:relative;height:22px;margin-top:8px;font-size:14px}.ant-upload-list-item-name{display:inline-block;width:100%;padding-left:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-upload-list-item-name-icon-count-1{padding-right:14px}.ant-upload-list-item-card-actions{position:absolute;right:0;opacity:0}.ant-upload-list-item-card-actions.picture{top:25px;line-height:1;opacity:1}.ant-upload-list-item-card-actions .anticon{padding-right:6px;color:rgba(0,0,0,.45)}.ant-upload-list-item-info{height:100%;padding:0 12px 0 4px;transition:background-color .3s}.ant-upload-list-item-info>span{display:block;width:100%;height:100%}.ant-upload-list-item-info .anticon-loading,.ant-upload-list-item-info .anticon-paper-clip{position:absolute;top:5px;color:rgba(0,0,0,.45);font-size:14px}.ant-upload-list-item .anticon-close{display:inline-block;font-size:12px;font-size:10px\\9;transform:scale(.83333333) rotate(0deg);position:absolute;top:6px;right:4px;color:rgba(0,0,0,.45);line-height:0;cursor:pointer;opacity:0;transition:all .3s}:root .ant-upload-list-item .anticon-close{font-size:12px}.ant-upload-list-item .anticon-close:hover{color:rgba(0,0,0,.65)}.ant-upload-list-item:hover .ant-upload-list-item-info{background-color:#e6f7ff}.ant-upload-list-item:hover .ant-upload-list-item-card-actions,.ant-upload-list-item:hover .anticon-close{opacity:1}.ant-upload-list-item-error,.ant-upload-list-item-error .ant-upload-list-item-name,.ant-upload-list-item-error .anticon-paper-clip{color:#f5222d}.ant-upload-list-item-error .ant-upload-list-item-card-actions{opacity:1}.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon{color:#f5222d}.ant-upload-list-item-progress{position:absolute;bottom:-12px;width:100%;padding-left:26px;font-size:14px;line-height:0}.ant-upload-list-picture-card .ant-upload-list-item,.ant-upload-list-picture .ant-upload-list-item{position:relative;height:66px;padding:8px;border:1px solid #d9d9d9;border-radius:4px}.ant-upload-list-picture-card .ant-upload-list-item:hover,.ant-upload-list-picture .ant-upload-list-item:hover{background:transparent}.ant-upload-list-picture-card .ant-upload-list-item-error,.ant-upload-list-picture .ant-upload-list-item-error{border-color:#f5222d}.ant-upload-list-picture-card .ant-upload-list-item-info,.ant-upload-list-picture .ant-upload-list-item-info{padding:0}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info,.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info{background:transparent}.ant-upload-list-picture-card .ant-upload-list-item-uploading,.ant-upload-list-picture .ant-upload-list-item-uploading{border-style:dashed}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture .ant-upload-list-item-thumbnail{position:absolute;top:8px;left:8px;width:48px;height:48px;font-size:26px;line-height:54px;text-align:center;opacity:.8}.ant-upload-list-picture-card .ant-upload-list-item-icon,.ant-upload-list-picture .ant-upload-list-item-icon{position:absolute;top:50%;left:50%;font-size:26px;transform:translate(-50%,-50%)}.ant-upload-list-picture-card .ant-upload-list-item-image,.ant-upload-list-picture .ant-upload-list-item-image{max-width:100%}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img,.ant-upload-list-picture .ant-upload-list-item-thumbnail img{display:block;width:48px;height:48px;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-name,.ant-upload-list-picture .ant-upload-list-item-name{display:inline-block;box-sizing:border-box;max-width:100%;margin:0 0 0 8px;padding-right:8px;padding-left:48px;overflow:hidden;line-height:44px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1,.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1{padding-right:18px}.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2,.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2{padding-right:36px}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name,.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name{line-height:28px}.ant-upload-list-picture-card .ant-upload-list-item-progress,.ant-upload-list-picture .ant-upload-list-item-progress{bottom:14px;width:calc(100% - 24px);margin-top:0;padding-left:56px}.ant-upload-list-picture-card .anticon-close,.ant-upload-list-picture .anticon-close{position:absolute;top:8px;right:8px;line-height:1;opacity:1}.ant-upload-list-picture-card.ant-upload-list:after{display:none}.ant-upload-list-picture-card-container,.ant-upload-list-picture-card .ant-upload-list-item{float:left;width:104px;height:104px;margin:0 8px 8px 0}.ant-upload-list-picture-card .ant-upload-list-item-info{position:relative;height:100%;overflow:hidden}.ant-upload-list-picture-card .ant-upload-list-item-info:before{position:absolute;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:all .3s;content:\" \"}.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-actions{position:absolute;top:50%;left:50%;z-index:10;white-space:nowrap;transform:translate(-50%,-50%);opacity:0;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o{z-index:10;width:16px;margin:0 4px;color:hsla(0,0%,100%,.85);font-size:16px;cursor:pointer;transition:all .3s}.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover{color:#fff}.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions{opacity:1}.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img{position:static;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ant-upload-list-picture-card .ant-upload-list-item-name{display:none;margin:8px 0 0;padding:0;line-height:1.5;text-align:center}.ant-upload-list-picture-card .anticon-picture+.ant-upload-list-item-name{position:absolute;bottom:10px;display:block}.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item{background-color:#fafafa}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info{height:auto}.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before{display:none}.ant-upload-list-picture-card .ant-upload-list-item-uploading-text{margin-top:18px;color:rgba(0,0,0,.45)}.ant-upload-list-picture-card .ant-upload-list-item-progress{bottom:32px;padding-left:0}.ant-upload-list .ant-upload-success-icon{color:#52c41a;font-weight:700}.ant-upload-list .ant-upload-animate-enter,.ant-upload-list .ant-upload-animate-inline-enter,.ant-upload-list .ant-upload-animate-inline-leave,.ant-upload-list .ant-upload-animate-leave{animation-duration:.3s;animation-fill-mode:cubic-bezier(.78,.14,.15,.86)}.ant-upload-list .ant-upload-animate-enter{animation-name:uploadAnimateIn}.ant-upload-list .ant-upload-animate-leave{animation-name:uploadAnimateOut}.ant-upload-list .ant-upload-animate-inline-enter{animation-name:uploadAnimateInlineIn}.ant-upload-list .ant-upload-animate-inline-leave{animation-name:uploadAnimateInlineOut}@keyframes uploadAnimateIn{0%{height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateOut{to{height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineIn{0%{width:0;height:0;margin:0;padding:0;opacity:0}}@keyframes uploadAnimateInlineOut{to{width:0;height:0;margin:0;padding:0;opacity:0}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}"
  },
  {
    "path": "static/custom.css",
    "content": "/* 这里随便写自定义css样式 */"
  },
  {
    "path": "static/custom.js",
    "content": "console.log('这里面随便写自定义js脚本')\n"
  },
  {
    "path": "static/i18n/en-US.js",
    "content": "langs.enUS = {\n  '中': 'Medium',\n  '低': 'Low',\n  '无': 'None',\n  '高': 'High',\n  '条': 'Item',\n  '年': 'Years',\n  '月': 'Months',\n  '天': 'Days',\n  '秒': 'Seconds',\n  '分钟': 'Minutes',\n  '小时': 'Hours',\n  '上行': 'Upline',\n  '下行': 'Downline',\n  '主题': 'Subject',\n  '名称': 'Name',\n  '佣金': 'Commission',\n  '倍率': 'Odds',\n  '全部': 'All',\n  '公告': 'Notice',\n  '关于': 'About',\n  '关闭': 'Close',\n  '发送': 'Send',\n  '取消': 'Cancel',\n  '周期': 'Cycle',\n  '回复': 'Reply',\n  '复制': 'Copy',\n  '季付': 'Quarterly',\n  '密码': 'Password',\n  '已用': 'Used',\n  '年付': 'One-year',\n  '异常': 'Abnormal',\n  '总计': 'Total',\n  '提示': 'Tip',\n  '操作': 'Operation',\n  '支付': 'Pay',\n  '月付': 'Monthly',\n  '服务': 'Service',\n  '查看': 'View',\n  '标签': 'Tag',\n  '每月': 'Monthly',\n  '每年': 'Annual',\n  '注册': 'Register',\n  '注意': 'Note',\n  '消息': 'Message',\n  '特性': 'Feature',\n  '状态': 'Status',\n  '用户': 'User',\n  '登录': 'Login',\n  '联系': 'Contact',\n  '订阅': 'Subscribe',\n  '财务': 'Finance',\n  '通知': 'Notice',\n  '邮箱': 'Email',\n  '首页': 'Home',\n  '验证': 'Verify',\n  '合计': 'Summary',\n  '一次性': 'One-time',\n  '三年付': 'Three-year',\n  '下一条': 'Next',\n  '两年付': 'Two-year',\n  '二维码': 'QR code',\n  '仪表盘': 'Dashboard',\n  '半年付': 'Half-year',\n  '已过期': 'Expired',\n  '已取消': 'Canceled',\n  '已完成': 'Completed',\n  '已关闭': 'Closed',\n  '已售罄': 'Sold out',\n  '开通中': 'Activating',\n  '待支付': 'Pending payment',\n  '待回复': 'Pending reply',\n  '手续费': 'Handling fee',\n  '按周期': 'By cycle',\n  '按流量': 'By traffic',\n  '新密码': 'New password',\n  '旧密码': 'Old password',\n  '未购买': 'Not purchased',\n  '每两年': 'Biannual',\n  '每三年': 'Triennial',\n  '每季度': 'Quarterly',\n  '每半年': 'Semiannual',\n  '第一步': 'Step 1',\n  '第二步': 'Step 2',\n  '订单号': 'Order number',\n  '邀请码': 'Invitation code',\n  '验证码': 'Verification code',\n  '三级分销': 'Three-level distribution',\n  '一次性付': 'One-time payment',\n  '下单成功': 'Order succeeded',\n  '个人中心': 'Settings',\n  '产品流量': 'Product traffic',\n  '付款周期': 'Payment cycle',\n  '余额支付': 'Balance payment',\n  '佣金划转': 'Commission transfer',\n  '佣金提现': 'Commission withdrawal',\n  '佣金比例': 'Commission ratio',\n  '使用文档': 'Tutorial',\n  '保持匿名': 'Remain anonymous',\n  '修改密码': 'Change password',\n  '划转金额': 'Transfer amount',\n  '划转成功': 'Transfer succeeded',\n  '创建时间': 'Created time',\n  '到期时间': 'Expiration time',\n  '剩余流量': 'Remaining traffic',\n  '即将售罄': 'Almost sold out',\n  '发放时间': 'Release time',\n  '取消订单': 'Cancel order',\n  '商品详情': 'Product details',\n  '商品名称': 'Product name',\n  '商品价格': 'Product price',\n  '回复成功': 'Reply succeeded',\n  '垃圾邮件': 'Spam',\n  '增强安全': 'Enhance security',\n  '复制成功': 'Copy succeeded',\n  '多端支持': 'Multi-end support',\n  '套餐推荐': 'Package recommendation',\n  '套餐流量': 'Package traffic',\n  '定制服务': 'Custom service',\n  '实际上行': 'Actual uplink',\n  '实际下行': 'Actual downlink',\n  '客户支持': 'Customer support',\n  '工单级别': 'Work order level',\n  '工单状态': 'Work order status',\n  '工单等级': 'Work order grade',\n  '工单回复': 'Work order reply',\n  '帐户余额': 'Account balance',\n  '常见问题': 'FAQ',\n  '待办工单': 'Pending work order',\n  '快速导入': 'Quick import',\n  '快如闪电': 'As fast as lightning',\n  '我的钱包': 'My wallet',\n  '我知道了': 'I got it',\n  '我的服务': 'My service',\n  '我的订阅': 'Subscribe',\n  '我的订单': 'Order',\n  '我的工单': 'Questions',\n  '我的邀请': 'Invite',\n  '扣费倍率': 'Deduction multiple',\n  '找回密码': 'Retrieve password',\n  '折扣金额': 'Discount amount',\n  '抵扣金额': 'Deductible amount',\n  '提现方式': 'Withdrawal method',\n  '提现账号': 'Withdrawal account',\n  '支付成功': 'Payment succeeded',\n  '支付方式': 'Payment method',\n  '支付总计': 'Total payment',\n  '新建工单': 'Create new work order',\n  '智能优化': 'Intelligent optimization',\n  '暂无数据': 'No data temporarily',\n  '最后回复': 'Last reply',\n  '服务协议': 'Service agreement',\n  '服务条款': 'Terms of service',\n  '查看详情': 'View details',\n  '查看教程': 'View tutorial',\n  '流量明细': 'Traffic',\n  '流量混淆': 'Traffic confusion',\n  '申请提现': 'Apply for withdrawal',\n  '登录成功': 'Login succeeded',\n  '确认重置': 'Confirm reset',\n  '确认修改': 'Confirm modification',\n  '确认密码': 'Confirm password',\n  '稳定穿墙': 'Stable wall piercing',\n  '立即开始': 'Start now',\n  '立即加入': 'Join now',\n  '立即支付': 'Pay now',\n  '立即购买': 'Buy now',\n  '立即订阅': 'Subscribe now',\n  '立即登录': 'Login now',\n  '立即注册': 'Register now',\n  '续费订阅': 'Renew subscription',\n  '自研秘技': 'Self-developed secret technique',\n  '节点状态': 'Node status',\n  '解锁内容': 'Unlock content',\n  '订单金额': 'Order amount',\n  '订单状态': 'Order status',\n  '订单编号': 'Order number',\n  '订单摘要': 'Order summary',\n  '订单详情': 'Order details',\n  '订阅详情': 'Subscription details',\n  '订单总额': 'Total order amount',\n  '账号登录': 'Account login',\n  '账号注册': 'Account registration',\n  '质押自由': 'Pledge freedom',\n  '购买订阅': 'Purchase',\n  '返回登录': 'Return to login',\n  '退出登录': 'Log out',\n  '重置成功': 'Reset succeeded',\n  '重置密码': 'Reset password',\n  '重新登录': 'Re-login',\n  '重新发送': 'Resend',\n  '记录时间': 'Record time',\n  '请求失败': 'Fetch error',\n  '折抵金额': 'Surplus amount',\n  '退款金额': 'Refund amount',\n  'X个回复': '{count} replies',\n  '一次性订阅': 'One-time subscription',\n  '为什么选择': 'Why choose',\n  '周期性订阅': 'Periodic subscription',\n  '工单已关闭': 'Work order closed',\n  '工单已提交': 'Work order submitted',\n  '已有账号？': 'Have an account?',\n  '忘记密码？': 'Forgot your password?',\n  '折扣百分比': 'Discount percentage',\n  '有优惠劵？': 'Have a coupon?',\n  '未购买订阅': 'Subscription not purchased',\n  '生成邀请码': 'Generate',\n  '类型/周期': 'Type/Cycle',\n  '订单已取消': 'Order canceled',\n  '订阅已过期': 'Subscription expired',\n  '请输入内容': 'Please enter content',\n  '请输入邮箱': 'Please enter your email',\n  '请确认密码': 'Please confirm your password',\n  '请输入密码': 'Please enter your password',\n  '邀请码管理': 'Invitation code management',\n  '重置流量包': 'Reset data package',\n  '链接已复制': 'Link copied',\n  '频宽不免费': 'Bandwidth is not free',\n  '佣金发放记录': 'Commission payment record',\n  '使用邮箱注册': 'Register with email',\n  '使用邮箱找回': 'Retrieve with email',\n  '别再补贴他人': 'Stop subsidizing others',\n  '到期邮件提醒': 'Expiration email reminder',\n  '加密私人通讯': 'Encrypted private communication',\n  '安心下载分享': 'Secure download sharing',\n  '密码修改成功': 'Password changed successfully',\n  '当前剩余佣金': 'Current remaining commission',\n  '掩藏网路地址': 'Hide network address',\n  '无效的优惠券': 'Invalid coupon',\n  '流量邮件提醒': 'Traffic email reminder',\n  '确认中的佣金': 'Commission being confirmed',\n  '累计获得佣金': 'Accumulated commission',\n  '绕过审查封锁': 'Bypass censorship blockade',\n  '解锁分区内容': 'Unlock partition content',\n  '请输入旧密码': 'Please enter your old password',\n  '请输入新密码': 'Please enter your new password',\n  '请输入优惠券': 'Please enter your coupon',\n  '请输入邀请码': 'Please enter your invitation code',\n  '请输入验证码': 'Please enter the verification code',\n  '还没有账号？': \"Don't have an account yet?\",\n  '邀请码已复制': 'Invitation code copied',\n  '邀请注册人数': 'Number of invited registrations',\n  '邮箱格式错误': 'Email format error',\n  '重置订阅信息': 'Reset subscription information',\n  '该套餐已售罄': 'The subscription is sold out',\n  '似乎出了点问题': 'Seems there is a problem',\n  '已发起提现申请': 'Withdrawal application initiated',\n  '我已阅读并同意': 'I have read and agree',\n  '网路频宽提供商': 'Network bandwidth provider',\n  '请输入工单问题': 'Please enter the work order problem',\n  '请选择工单等级': 'Please select work order level',\n  '请选择提现方式': 'Please select a withdrawal method',\n  '请输入提现账号': 'Please enter the withdrawal account',\n  '你还没有购买服务': 'You have not purchased the service yet',\n  '向机器人发送您的': 'Send your message to the robot',\n  '已生成新的邀请码': 'New invitation code generated',\n  '当前推广佣金余额': 'Current promotional commission balance',\n  '注册成功,请登录': 'Registration successful, please login',\n  '请先同意服务条款': 'Please agree to the terms of service first',\n  '您还没有购买订阅': 'You have not purchased a subscription yet',\n  '您没有获得授权，请联系作者': 'You do not have authorization. Please contact the author. ',\n  '您还没有购买订阅或订阅已过期': 'You have not purchased a subscription yet or your subscription has expired',\n  '您还没有安装X客户端，或者客户端已打开': 'You have not installed the {type} client yet, or the client is already open',\n  '续费只会延长到期时间，并不会重置流量。': 'Renewal will only extend the expiration time and will not reset traffic.',\n  '重置流量包只会重置流量，不会延长到期时间，也不会改变重置日期。':\n    'The traffic reset package will only reset traffic and will not extend the expiration time or change the reset date.',\n  '您还没有购买订阅，购买后可查看': 'You have not purchased a subscription yet. You can view after purchasing.',\n  '您的订阅已过期，续费后可查看': 'Your subscription has expired. You can view after renewing. ',\n  '您的一次性流量已用尽，续费后可查看': 'Your one-time traffic has been used up. You can view after renewing. ',\n  '使用邮箱和密码登录': 'Login with email and password',\n  '发送不请自来的电邮': 'Send unsolicited emails',\n  '密码至少为8个字符': 'The password must be at least 8 characters',\n  '推广佣金划转至余额': 'Promotional commission transferred to balance',\n  '未登录或登陆已过期': 'Not logged in or login has expired',\n  '请描述你遇到的问题': 'Please describe the problem you encountered',\n  '选择最适合您的计划': 'Choose the plan that suits you best',\n  '与各种设备广泛兼容。': 'Widely compatible with various devices.',\n  '两次输入的密码不一致': 'The two input passwords do not match',\n  '五分钟内节点在线情况': 'Node online status within 5 minutes',\n  '密码重置成功，请登录': 'Password reset successfully, please login',\n  '确定要关闭该工单吗？': 'Are you sure you want to close this work order?',\n  '确定要重置订阅信息？': 'Are you sure you want to reset the subscription information?',\n  '确定要取消该订单吗？': 'Are you sure you want to cancel this order?',\n  '检测到还有没支付的订单': 'Unpaid orders detected',\n  '绑定Telegram': 'Bind Telegram',\n  '请输入邀请码（必填）': 'Please enter the invitation code (required)',\n  '请输入邀请码（选填）': 'Please enter the invitation code (optional)',\n  '你们接受哪些付款方式？': 'What payment methods do you accept?',\n  '几乎所有的设备都可以！': 'Almost all devices are supported!',\n  '授权码错误，请联系作者': 'Authorization code error, please contact the author',\n  '有提供无限流量套餐吗？': 'Do you offer unlimited data plans?',\n  '流量已用尽，请续费订阅': 'Data used up, please renew your subscription',\n  '高速访问被禁网站和服务': 'High speed access to banned websites and services',\n  '请输入当前需要划转的金额': 'Please enter the amount that needs to be transferred currently',\n  '从任何地方串流欣赏异国内容': 'Stream and enjoy foreign content from anywhere',\n  '客户最常问的 7 个问题？': 'The 7 most frequently asked questions from customers?',\n  '自由下载分享媒体文件和资料': 'Free download and share media files and materials',\n  '请输入需要划转到余额的金额': 'Please enter the amount to be transferred to the balance',\n  '一次性订阅的流量没有时间限制': 'One-time subscription data has no time limit',\n  '你们记录我的上网流量日志吗？': 'Do you keep records of my internet traffic logs?',\n  '使用的流量将乘以倍率进行扣除': 'The used traffic will be deducted multiplied by the multiple',\n  '划转后的余额仅用于X消费使用': 'The balance after transfer is only used for {name} consumption',\n  '大陆首选 亚洲区最佳 VPN': 'Mainland first choice Best VPN in Asia',\n  '打开 Telegram 搜索': 'Open Telegram Search',\n  '立即尝试多协议 VPN 服务': 'Try multi-protocol VPN service immediately',\n  '银行户口、电邮密码、个人资料': 'Bank accounts, email passwords, personal information',\n  '什么是 VPN ？它有何帮助？': 'What is a VPN? How can it help?',\n  '借道无关 IP 网上冲浪更匿名': 'Surf the web more anonymously by borrowing unrelated IPs',\n  '多组服务器集群覆盖多个国家地区': 'Multiple server clusters cover multiple countries and regions',\n  '最先进开源协议和我们的自研秘技': 'The most advanced open source protocols and our proprietary techniques',\n  '你们的 VPN 能在哪些设备上运作？': 'On which devices can your VPN operate?',\n  '在这里，您可以设置和管理集成设置。': 'Here you can set up and manage integrated settings.',\n  '流量混淆有助于逃避审查并提高速度。': 'Traffic confusion helps evade censorship and improve speed.',\n  '我们致力于让您的互联网更快，更安全。': 'We are committed to making your internet faster and safer.',\n  '我们接入最优网路，为您带来最佳速度。': 'We access the optimal network to bring you the best speed.',\n  '流量明细仅保留近一个月数据以供查询。': 'Traffic details only retain data for nearly one month for query.',\n  '加入官方讨论组，获取最新动态与优惠信息': 'Join the official discussion group to get the latest news and discount information',\n  '请尽快支付，支付完成后，请刷新订单页面': 'Please pay as soon as possible. After payment, please refresh the order page.',\n  '验证码发送成功，如未收到请检查垃圾邮件': 'The verification code was sent successfully. If not received, please check the spam.',\n  '禁止以下行为（任何违规都将导致帐户关闭）': 'Prohibit the following behaviors (any violation will lead to account closure)',\n  '一个服务，对接多种协议，应对多样网路环境。': 'One service, compatible with multiple protocols, adapts to diverse network environments.',\n  '请注意，变更订阅会导致当前订阅被新订阅覆盖。':\n    'Please note that modifying the subscription will cause the current subscription to be overwritten by the new subscription.',\n  '能穿越最严酷的防火墙 - 中国的 GFW。': \"Can penetrate the harshest firewall - China's GFW.\",\n  '请检查您的URL是否正确, 或点击重新登录': 'Please check if your URL is correct or click to log in again',\n  '为什么你们的私有 VPN 协议能做到稳定高速？': 'Why can your proprietary VPN protocol achieve stable high speed?',\n  '绑定Telegram Bot，获取更多便捷服务': 'Bind Telegram Bot to get more convenient services',\n  '无状态和无连接减少流量模式特征提高设备电源效率。':\n    'Stateless and connectionless reduce traffic patterns to improve device power efficiency.',\n  '我们理解互联网自由的原理，并在我们的代码中付诸实践。':\n    'We understand the principles of internet freedom and put them into practice in our code.',\n  '为满足特定用户群体，根据需求以提供满足特定需求的服务。':\n    'To meet the needs of specific user groups, provide services that meet specific needs according to demand.',\n  '历经5年研发，为大中华地区用户保护私隐，逾越网路封锁。':\n    'After 5 years of research and development, protect the privacy of users in Greater China and overcome network blocking.',\n  '从入口到落地精选优质运营商，多层线路优化，负载均衡设定。':\n    'From entrance to landing, carefully selected high-quality operators, multi-level line optimization, and load balancing settings.',\n  '公式：(实际上行 + 实际下行) x 扣费倍率 = 扣除流量': 'Formula: (Actual uplink + actual downlink) x deduction multiple = deducted traffic',\n  '我们也照顾来自世界其他地方的客户，接受 PayPal 付款。':\n    'We also take care of customers from other parts of the world and accept PayPal payments.',\n  '什么是 ShadowSocks 和 ShadowSocksR？': 'What are ShadowSocks and ShadowSocksR?',\n  '我们所有套餐都有固定的流量限制。但是，所有套餐都是不限速使用。':\n    'All our packages have fixed data limits. However, all packages are unlimited speed.',\n  '高价购入IPLC内网专线，精心优化传输算法，只为您上网更爽快。':\n    'Purchase IPLC intranet dedicated lines at high prices, carefully optimize transmission algorithms, just to make your internet experience more enjoyable.',\n  '如果帐户信息或您的订阅泄露，此选项用于重置您的UUID.重置订阅':\n    'If your account information or subscription is leaked, this option is used to reset your UUID. Reset subscription',\n  '总部位于美国，经过专业训练的计算机科学家和网络工程师组成的团队。':\n    'Headquartered in the United States, a team of professionally trained computer scientists and network engineers.',\n  '即使通过公共WiFi上网，高强度数据加密也能保护你的私隐不被监视。':\n    'Even when accessing the Internet through public WiFi, high-strength data encryption can protect your privacy from being monitored.',\n  '最先进流量隐藏技术，将VPN穿墙流量化身网页浏览，免于防火墙干扰。':\n    'The most advanced traffic hiding technology disguises VPN wall-piercing traffic as web browsing to avoid firewall interference.',\n  '私密浏览？浏览器无痕模式不够。我们的VPN为您隐藏IP以掩藏踪迹。':\n    'Private browsing? Incognito mode in browsers is not enough. Our VPN hides your IP to cover your tracks.',\n  '记，也不记。我们会在短时间内记录您的流量元数据，并定期对删除老数据。':\n    'Remember or not. We will record your traffic metadata for a short time and regularly delete old data.',\n  '我们努力改善您的互联网体验，让您自由重来：免受审查，监控和电讯商限速。':\n    'We strive to improve your internet experience and set you free again: free from censorship, monitoring and telecom throttling.',\n  '从 8 个国家地区的 38 组服务器集群中任意选择。您可到达网路上任何地方。':\n    'Choose freely from 38 server clusters in 8 countries and regions. You can go anywhere on the network.',\n  '对于来自中国的客户，我们的支付宝接口将支付流程简化为二维码扫描。轻松一秒过。':\n    'For customers from China, our Alipay interface simplifies the payment process to QR code scanning. Easy one second pass.',\n  '提供Telegram、邮件、工单7x24小时客服支持，帮助客户解决疑难问题。':\n    'Provide Telegram, email, and work order 7x24 hour customer support to help customers solve difficult problems.',\n  '支持Android、iOS、MacOS、Windows、Linux、路由器。': 'Support Android, iOS, MacOS, Windows, Linux, routers.',\n  '我们以极高的价格购买市面上最好线路。所以, 别再为他人的米其林餐厅账单付费啦。':\n    \"We buy the best routes on the market at very high prices. So don't pay for someone else's Michelin restaurant bill anymore.\",\n  '可选 ChaCha20、Salsa20、AES、IDEA 和 RC4 等高级加密方式。':\n    'Optional ChaCha20, Salsa20, AES, IDEA and RC4 and other advanced encryption methods.',\n  '我们多个级别套餐分别有 50GB、200GB和 高达5TB等，满足您不同场景需求使用。':\n    'We have multiple level packages of 50GB, 200GB and up to 5TB, etc. to meet your needs in different scenarios.',\n  '对于那些注重私隐的朋友，我们没忽略您的需求：我们接受数十种加密货币，您可以放心匿名付款。':\n    'For friends who value privacy, we have not ignored your needs: we accept dozens of encrypted currencies, you can rest assured to pay anonymously.',\n  '节点全解锁Netflix、Tiktok等流媒体服务。你可从任何地方欣赏异国限定媒体节目。':\n    'The nodes fully unlock Netflix, Tiktok and other streaming media services. You can enjoy foreign exclusive media programs from anywhere.',\n  '只为您自己的用量买单，别再补贴BT爱好者啦。如果您更喜欢精致美食，为什么要去自助餐厅吃到饱？':\n    \"Only pay for your own usage, don't subsidize BT enthusiasts anymore. If you prefer delicate food, why go to a buffet restaurant to eat as much as you want?\",\n  'ShadowSocksR 是前者的主要分支，修补了安全漏洞，扩展了加密选项，增加了流量混淆能力。':\n    'ShadowSocksR is the main branch of the former, patched security vulnerabilities, expanded encryption options, and increased traffic obfuscation capabilities.',\n  '如果您的订阅地址或信息发生泄露可以执行此操作。重置后您的 UUID 及订阅将会变更，需要重新导入订阅。':\n    'If your subscription address or information is leaked, you can perform this operation. After resetting, your UUID and subscription will change and you need to re-import the subscription.',\n  '我们相信我们的定价结构是公平和合理的。一些所谓不限流量的商家会使用一些垃圾线路，导致您的上网体验很差。':\n    'We believe our pricing structure is fair and reasonable. Some so-called unlimited traffic merchants will use some garbage lines, resulting in a very poor internet experience.',\n  '如阻止每一个连接，随之而来的附带质押损害及其昂贵，也就促使审查机构放行看似合规的网路流量。这样，才有了我们的质押自由。':\n    'Blocking every connection would lead to collateral damages and high costs, prompting censorship agencies to pass seemingly compliant network traffic. This is how we have bail freedom.',\n  '在防火墙检查时，混淆后的 VPN 流量看似普通网上冲浪或电影串流。因此，审查者无法确定哪些流量需要阻止，哪些流量可以放行。':\n    'When the firewall checks, the obfuscated VPN traffic looks like normal online surfing or movie streaming. Therefore, censors cannot determine which traffic needs to be blocked and which traffic can pass.',\n  'ShadowSocks 是一种无连接无状态的代理协议。它承载 TCP UDP 数据，可轻松穿透世界上最强国家防火墙，中国的 GFW 。':\n    \"ShadowSocks is a connectionless and stateless proxy protocol. It carries TCP UDP data and can easily penetrate the world's strongest national firewall, China's GFW.\",\n  '我们自研的私有协议，可以模拟多种网页浏览场景。使得防火墙无法可靠区分 VPN 数据浏览。如强行阻拦亦会影响正常使用网络，因此连接无法有效拦截。':\n    'Our proprietary protocol can simulate a variety of web browsing scenarios, making it impossible for firewalls to reliably distinguish between VPN data browsing. Forced blocking will also affect normal network use, so the connection cannot be effectively intercepted.',\n  'VPN 提供了一系列好处：通过加密，通讯数据变得难以破解；藉由隧道，线上活动的细节内容被掩藏；借助转发，网路流量看似来自无关的 IP 地址和地理位置。':\n    'VPN provides a series of benefits: through encryption, communication data becomes difficult to crack; through tunnels, the details of online activities are hidden; with the help of forwarding, network traffic appears to come from unrelated IP addresses and locations.',\n  '于X到期，距离到期还有X天，已用流量将在X日后重置':\n    'Expires on {expiredDate}, {expiredResidue} left until expiration, used traffic will be reset {resetDay} days later',\n  '市面上几乎所有的电子设备，我们都能支持。鉴于我们支援多种开源和自研的 VPN 协议，我们相信您可以在几乎任何市售设备上轻松连接到我们的 VPN 网络。':\n    'We can support almost all electronic devices on the market. Given that we support a variety of open source and proprietary VPN protocols, we believe you can easily connect to our VPN network on almost any commercially available device.',\n  'VPN 是虚拟专用网络（Virtual Private Network）的缩写。它通过在公共网络上建立专用隧道并加密其中传输的数据来保护两个或多个设备之间的通信。':\n    'VPN is the abbreviation of Virtual Private Network. It establishes private tunnels over public networks and encrypts data transmission to protect communication between two or more devices.',\n  'ShadowSocks（简称 SS，又称影梭）是一种加密的无状态代理协议。它在传输层工作，中继 TCP 和 UDP 流量。它可以轻松穿透最强大的国家级防火墙（中国的 GFW ）。':\n    \"ShadowSocks (abbreviated as SS, also known as ShadowShuttle) is an encrypted stateless proxy protocol. It works at the transport layer and relays TCP and UDP traffic. It can easily penetrate the most powerful national firewall (China's GFW).\",\n  '我们接受世界各地发行的主要信用卡。包括 Visa、 MasterCard、 American Express、 Discover、 Diners Club、 JCB 和中国银联。':\n    'We accept major credit cards issued around the world, including Visa, MasterCard, American Express, Discover, Diners Club, JCB and China UnionPay.',\n  'ShadowSocksR（简称 SSR）是 SS 的主要分支。在 SS 的基础上，SSR 修补了安全漏洞，扩展了密码套件选项，增加了流量混淆，并提高了运营商级别的 QoS 优先级。':\n    'ShadowSocksR (abbreviated as SSR) is the main branch of SS. On the basis of SS, SSR patched security vulnerabilities, expanded cipher suite options, added traffic obfuscation, and improved operator-level QoS priorities.',\n  '交通混淆和质押自由是有效规避互联网封锁的基石。混淆将 VPN 流量伪装成常规的 Web 浏览，审查者无从分辨；质押自由意味着，由于误封的成本过高，审查机构不会阻止无法明确分辨的流量。':\n    'Traffic obfuscation and bail freedom are the cornerstones of effectively circumventing Internet censorship. Obfuscation disguises VPN traffic as normal web browsing, leaving censors indistinguishable; bail freedom means that due to the high cost of false blocking, censorship agencies will not block traffic that cannot be clearly distinguished.',\n  'V2Ray 是一个流量转发软件平台。它支持多种代理协议，并允许这些协议与多种传输层协议配合使用。而 VMess 是这个平台上原创的代理协议。与 TLS 传输方式配合使用的时候，他可以完美模拟 HTTPS 上网浏览。':\n    'V2Ray is a traffic forwarding software platform. It supports multiple proxy protocols and allows these protocols to be used with multiple transport layer protocols. VMess is an original proxy protocol on this platform. When used with TLS transport, it can perfectly simulate HTTPS web browsing.',\n  '我们不记录用户流量内容。但是，为了解决滥用问题，我们会记录您的部分活动信息。日志条目包括时间，源地址，目标地址和流量。我们不会实时监控您的网路通讯内容，但我们会进行事后审核。如果您的数据被司法传召，我们可能会与执法部门配合。':\n    'We do not record user traffic content. However, in order to solve abuse problems, we will record some of your activity information. Log entries include time, source address, destination address and traffic. We will not monitor your network communication content in real time, but we will conduct retrospective audits. If your data is judicially summoned, we may cooperate with law enforcement agencies.',\n  '对于运行Windows、 macOS 和Linux 的个人计算机，有多个客户端可以助您保护网路通讯；对于运行iOS 和Android 的移动设备，为数不少的客户端App 可助您顺畅上网；更赞的是，对于开源路由器平台，如OpenWRT、Tomato 和Asus Merlin，连接到 UnPanel 只需安装一个插件。':\n    'For personal computers running Windows, macOS and Linux, there are multiple clients to help you protect your network communications; for mobile devices running iOS and Android, there are many client Apps to help you get online smoothly; even better, for open source router platforms such as OpenWRT, Tomato and Asus Merlin, connecting to UnPanel only requires installing a plugin.',\n  '用户协议完整内容': `\n  <h6>Special reminder</h6>  \n<p>\n        Before registering as a {appName} user, please carefully read this \"{appName} \n        User Service Agreement\" (hereinafter referred to as \"Agreement\") to ensure that you fully understand each clause in this Agreement.\n        Please read carefully and choose to accept or not accept this Agreement. Unless you accept all the terms of this Agreement, \n        you have no right to register, log in or use the services involved in this Agreement. Your registration, login, use, etc. will be deemed as acceptance of this Agreement, and you agree to be bound by the terms of this Agreement. This Agreement stipulates \n        the rights and obligations between {appName} and users regarding \"SSR\" services (hereinafter referred to as \"services\"). \"User\" refers to individuals who register, log in and use this service. {appName} has the right to update the agreement content, \n        and the updated terms of the agreement will replace the original terms of the agreement once announced, without further notice.\n</p>  \n<h6>Account registration</h6>\n<ol>\n  <li>\n    Before using this service, users need to register an \"{appName}\" account. The \"{appName}\" account should be registered with email binding. Please use an email address that has not been bound to other \"{appName}\" accounts and has not been banned by \n    {appName} in accordance with this Agreement to register the \"{appName}\" account. {appName} \n    has the right to change the way accounts are registered and bound according to user needs or product needs, without further notice. \n  </li>\n  <li> \n    If the registration applicant has a previous record of being banned by  \n    {appName} or is suspected of fraudulent registration and abuse of others' names to register, and other reasons that cannot be permitted, {appName}\n    has the right to refuse to provide services to them.\n  </li>\n</ol>\n<h6>Account security</h6>\n<ol>  \n<li>Once the user has successfully registered, they will become a user of {appName}  and will get a username and password,   \n    and have the right to log in to {appName} at any time with their own username and password.</li>  \n<li>Users are solely responsible for the security of their accounts and passwords, and are solely responsible for all activities and events under their accounts.</li>\n<li>{appName} shall not disclose users' personal privacy and information without the user's permission.</li> \n<li>If the user's password is leaked or compromised for any other reason, the user should contact {appName} \n    customer service staff in a timely manner, otherwise the consequences will be borne by the user. \n</li>\n</ol>\n<h6>User Statements and Warranties</h6> \n<ol>\n<li>Users must have full civil capacity and the ability to perform their obligations to complete the transaction.</li>\n<li>\n    Any content produced, uploaded, copied, published or disseminated by users during the use of {appName}, including but not limited to account avatars, names, user descriptions and other registration information and authentication materials, text, audio, pictures, videos, graphic links, web pages, and other content generated by using the account or this service, shall not violate relevant national laws and regulations, including but not limited to the following principles:\n<ul>\n<li>Opposing the basic principles determined by the Constitution</li>  \n<li>Endangering national security, disclosing state secrets, subverting state power and undermining national unity</li>\n<li>Damaging national honor and interests</li>\n<li>Inciting national hatred, national discrimination and undermining national unity</li>  \n<li>Undermining the state's religious policy, promoting cults and feudal superstition</li>\n<li>Spreading rumors, disrupting social order and undermining social stability</li>\n<li>Spreading obscenity, pornography, gambling, violence, murder, terrorism or abetting crimes</li>\n<li>Insulting or slandering others and infringing upon the legitimate rights and interests of others</li>\n<li>Containing other content prohibited by laws, administrative regulations</li>\n</ul>\n</li>  \n<li>\n    Users shall not use the \"{appName}\" account or this service to produce, upload, copy, publish or disseminate content that interferes with normal operation and infringes upon the legitimate rights and interests of other users or third parties:\n<ul>  \n<li>Containing any sexual or sexually suggestive content</li>  \n<li>Containing abusive, threatening or intimidating content</li>\n<li>Containing harassment, spam, malicious information or deception</li> \n<li>Involving the privacy, personal information or data of others</li>\n<li>Infringing upon the rights to reputation, portrait, intellectual property, trade secrets and other legitimate rights of others</li>\n<li>Containing other information that interferes with the normal operation of this service and infringes upon the legitimate rights and interests of other users or third parties</li>\n</ul> \n</li>\n</ol>\n<h6>Service content</h6>\n<ol>\n<li>\n    The specific service content of {appName} is provided by {appName} according to the actual situation, including but not limited to:\n<ul>\n<li>Online consulting services</li>\n<li>Proxy network services</li> \n</ul>\n</li>\n<li>All notices and other messages sent to users can be sent via email or the contact method provided by the user.</li>\n<li>This site has no refund mechanism and does not accept refund requests. Please try it first for new registered users.</li>\n</ol> \n<h6>Termination of service</h6>\n<ol> \n<li>\n    In the following cases, {appName} has the right to terminate the service to users:\n<ul>\n<li>Users violate the relevant provisions of this service agreement</li>\n<li>\n    If the \"{appName}\" service has not been used for more than half a year, {appName} has the right to terminate the service to the user and will no longer retain the user's relevant data \n</li> \n<li>\n    Users shall not disseminate content that violates the provisions of this agreement through \"{appName}\" services. Once discovered, {appName} has the right to withhold the amount in the account\n</li>\n<li>This service agreement is terminated or updated and the user clearly expresses unwillingness to accept the new service terms</li> \n<li>Other circumstances where {appName} deems it necessary to terminate the service</li>\n</ul> \n</li>\n<li>After the termination of the service, {appName} has no obligation to retain any information in the original account or related to the user.</li>\n</ol> \n<h6>Changes and interruptions in service</h6> \n<ol>\n<li>\n    In view of the particularity of network services, users agree that {appName} will change,\n    interrupt part or all of the network services, and delete (no longer save) any materials submitted by users during use, without notifying users or assuming any responsibility to any user or any third party. \n</li>\n<li> \n    {appName} needs to check or update the platform that provides network services regularly or irregularly, causing temporary interruptions in network services. {appName}\n    has the obligation to give advance notice. Otherwise, {appName} does not need to bear any responsibility.\n</li>\n</ol> \n<h6>Modification of service terms</h6> \n<ol>\n<li>\n    {appName} reserves the right to modify any content of these service terms at any time. Once any content of these service terms changes,\n    {appName}\n    will prompt the modified content to users through appropriate means.\n</li>\n<li>\n    If you do not agree to the updates and changes made by {appName} to these service terms, you have the right to stop using\n    {appName}'s services. \n</li>\n<li>If you continue to use the network service, you will be deemed to have accepted the modifications made by {appName} to these service terms.</li>\n</ol>\n<h6>Exemption from liability and compensation statement</h6>\n<ol>\n<li> \n    If {appName} has expressly stated that the way in which its services are provided has changed and reminded users of precautions, all consequences arising from such situations due to the user's failure to operate as required shall be borne by the user.\n</li>\n<li> \n    The user expressly agrees that the risks associated with using {appName} will be borne entirely by the user, and all consequences arising from the use of\n    {appName} will also be borne by the user.\n</li> \n<li>\n    The user agrees to protect and maintain the interests of {appName} and other users. If the user violates the law, is untrue, improper or infringes upon the legitimate rights and interests of third parties in using {appName}, or violates any terms of this agreement, causing losses to {appName}\n    and any other third parties, the user agrees to bear the liability for damages caused thereby.\n</li>\n</ol>\n<h6>Privacy Statement</h6>\n<ol>\n<li>\n    Applicable scope:\n<ul>\n<li>Personal registration information provided as required when registering a {appName} account</li> \n<li>\n    When using {appName} or accessing related web pages, {appName} automatically receives and records the server values on the user's browser, including but not limited to IP addresses and other data and records of web pages requested by the user\n</li>\n</ul> \n</li>\n<li>\n    Information use:\n<ul>\n<li> {appName} will not sell or lend users' personal information to anyone without the user's prior permission</li> \n<li>\n    {appName} also does not allow any third party to collect, edit, sell or disseminate users' personal information free of charge in any way. Any user who engages in the above activities will have their service agreement with {appName} immediately terminated and their account sealed once discovered.\n</li>\n<li>\n    To serve users, {appName} may use users' personal information to provide services to users, including but not limited to sending product and service information to users \n</li>\n</ul>\n</li> \n<li>\n    Information disclosure: Users' personal information will be partially or fully disclosed under the following circumstances: \n<ul>\n<li>Disclosed to third parties with the user's consent</li>\n<li>Disclosed to third parties or administrative and judicial organs according to the requirements of laws and regulations</li>\n<li>Disclosed to third parties if the user violates relevant Chinese laws or website policies</li>\n<li>\n    The bank account information provided by the user when using {appName} will be strictly confidential\n</li>\n</ul> \n</li>\n</ol>\n<h6>Other</h6>\n<ol> \n<li> \n    {appName} solemnly reminds users to pay attention to the terms of this agreement that exempt {appName}\n    from liability and limit users' rights. Please read carefully and consider the risks independently. Minors should read this agreement under the accompaniment of their legal guardians.\n</li>\n<li>The final interpretation right of this agreement belongs to {appName}, which reserves all interpretation and modification rights.</li> \n<li>This agreement has been in effect since December 01, 2022.</li>\n</ol> \n  `\n}\n"
  },
  {
    "path": "static/i18n/zh-CN.js",
    "content": "langs.zhCN = {\n  '中': '中',\n  '低': '低',\n  '无': '无',\n  '高': '高',\n  '条': '条',\n  '年': '年',\n  '月': '月',\n  '天': '天',\n  '秒': '秒',\n  '分钟': '分钟',\n  '小时': '小时',\n  '上行': '上行',\n  '下行': '下行',\n  '主题': '主题',\n  '名称': '名称',\n  '佣金': '佣金',\n  '倍率': '倍率',\n  '全部': '全部',\n  '公告': '公告',\n  '关于': '关于',\n  '关闭': '关闭',\n  '发送': '发送',\n  '取消': '取消',\n  '周期': '周期',\n  '回复': '回复',\n  '复制': '复制',\n  '季付': '季付',\n  '密码': '密码',\n  '已用': '已用',\n  '年付': '年付',\n  '异常': '异常',\n  '总计': '总计',\n  '提示': '提示',\n  '操作': '操作',\n  '支付': '支付',\n  '月付': '月付',\n  '服务': '服务',\n  '查看': '查看',\n  '标签': '标签',\n  '每月': '每月',\n  '每年': '每年',\n  '注册': '注册',\n  '注意': '注意',\n  '消息': '消息',\n  '特性': '特性',\n  '状态': '状态',\n  '用户': '用户',\n  '登录': '登录',\n  '联系': '联系',\n  '订阅': '订阅',\n  '财务': '财务',\n  '通知': '通知',\n  '邮箱': '邮箱',\n  '首页': '首页',\n  '验证': '验证',\n  '合计': '合计',\n  '一次性': '一次性',\n  '三年付': '三年付',\n  '下一条': '下一条',\n  '两年付': '两年付',\n  '二维码': '二维码',\n  '仪表盘': '仪表盘',\n  '半年付': '半年付',\n  '已过期': '已过期',\n  '已取消': '已取消',\n  '已完成': '已完成',\n  '已关闭': '已关闭',\n  '已售罄': '已售罄',\n  '开通中': '开通中',\n  '待支付': '待支付',\n  '待回复': '待回复',\n  '手续费': '手续费',\n  '按周期': '按周期',\n  '按流量': '按流量',\n  '新密码': '新密码',\n  '旧密码': '旧密码',\n  '未购买': '未购买',\n  '每两年': '每两年',\n  '每三年': '每三年',\n  '每季度': '每季度',\n  '每半年': '每半年',\n  '第一步': '第一步',\n  '第二步': '第二步',\n  '订单号': '订单号',\n  '邀请码': '邀请码',\n  '验证码': '验证码',\n  '三级分销': '三级分销',\n  '一次性付': '一次性付',\n  '下单成功': '下单成功',\n  '个人中心': '个人中心',\n  '产品流量': '产品流量',\n  '付款周期': '付款周期',\n  '余额支付': '余额支付',\n  '佣金划转': '佣金划转',\n  '佣金提现': '佣金提现',\n  '佣金比例': '佣金比例',\n  '使用文档': '使用文档',\n  '保持匿名': '保持匿名',\n  '修改密码': '修改密码',\n  '划转金额': '划转金额',\n  '划转成功': '划转成功',\n  '创建时间': '创建时间',\n  '到期时间': '到期时间',\n  '剩余流量': '剩余流量',\n  '即将售罄': '即将售罄',\n  '发放时间': '发放时间',\n  '取消订单': '取消订单',\n  '商品详情': '商品详情',\n  '商品名称': '商品名称',\n  '商品价格': '商品价格',\n  '回复成功': '回复成功',\n  '垃圾邮件': '垃圾邮件',\n  '增强安全': '增强安全',\n  '复制成功': '复制成功',\n  '多端支持': '多端支持',\n  '套餐推荐': '套餐推荐',\n  '套餐流量': '套餐流量',\n  '定制服务': '定制服务',\n  '实际上行': '实际上行',\n  '实际下行': '实际下行',\n  '客户支持': '客户支持',\n  '工单级别': '工单级别',\n  '工单状态': '工单状态',\n  '工单等级': '工单等级',\n  '工单回复': '工单回复',\n  '帐户余额': '帐户余额',\n  '常见问题': '常见问题',\n  '待办工单': '待办工单',\n  '快速导入': '快速导入',\n  '快如闪电': '快如闪电',\n  '我的钱包': '我的钱包',\n  '我知道了': '我知道了',\n  '我的服务': '我的服务',\n  '我的订阅': '我的订阅',\n  '我的订单': '我的订单',\n  '我的工单': '我的工单',\n  '我的邀请': '我的邀请',\n  '扣费倍率': '扣费倍率',\n  '找回密码': '找回密码',\n  '折扣金额': '折扣金额',\n  '抵扣金额': '抵扣金额',\n  '提现方式': '提现方式',\n  '提现账号': '提现账号',\n  '支付成功': '支付成功',\n  '支付方式': '支付方式',\n  '支付总计': '支付总计',\n  '新建工单': '新建工单',\n  '智能优化': '智能优化',\n  '暂无数据': '暂无数据',\n  '最后回复': '最后回复',\n  '服务协议': '服务协议',\n  '服务条款': '服务条款',\n  '查看详情': '查看详情',\n  '查看教程': '查看教程',\n  '流量明细': '流量明细',\n  '流量混淆': '流量混淆',\n  '申请提现': '申请提现',\n  '登录成功': '登录成功',\n  '确认重置': '确认重置',\n  '确认修改': '确认修改',\n  '确认密码': '确认密码',\n  '稳定穿墙': '稳定穿墙',\n  '立即开始': '立即开始',\n  '立即加入': '立即加入',\n  '立即支付': '立即支付',\n  '立即购买': '立即购买',\n  '立即订阅': '立即订阅',\n  '立即登录': '立即登录',\n  '立即注册': '立即注册',\n  '续费订阅': '续费订阅',\n  '自研秘技': '自研秘技',\n  '节点状态': '节点状态',\n  '解锁内容': '解锁内容',\n  '订单金额': '订单金额',\n  '订单状态': '订单状态',\n  '订单编号': '订单编号',\n  '订单摘要': '订单摘要',\n  '订单详情': '订单详情',\n  '订阅详情': '订阅详情',\n  '订单总额': '订单总额',\n  '账号登录': '账号登录',\n  '账号注册': '账号注册',\n  '质押自由': '质押自由',\n  '购买订阅': '购买订阅',\n  '返回登录': '返回登录',\n  '退出登录': '退出登录',\n  '重置成功': '重置成功',\n  '重置密码': '重置密码',\n  '重新登录': '重新登录',\n  '重新发送': '重新发送',\n  '记录时间': '记录时间',\n  '请求失败': '请求失败',\n  '折抵金额': '折抵金额',\n  '退款金额': '退款金额',\n  'X个回复': '{count}个回复',\n  '一次性订阅': '一次性订阅',\n  '为什么选择': '为什么选择',\n  '周期性订阅': '周期性订阅',\n  '工单已关闭': '工单已关闭',\n  '工单已提交': '工单已提交',\n  '已有账号？': '已有账号？',\n  '忘记密码？': '忘记密码？',\n  '折扣百分比': '折扣百分比',\n  '有优惠劵？': '有优惠劵？',\n  '未购买订阅': '未购买订阅',\n  '生成邀请码': '生成邀请码',\n  '类型/周期': '类型/周期',\n  '订单已取消': '订单已取消',\n  '订阅已过期': '订阅已过期',\n  '请输入内容': '请输入内容',\n  '请输入邮箱': '请输入邮箱',\n  '请确认密码': '请确认密码',\n  '请输入密码': '请输入密码',\n  '邀请码管理': '邀请码管理',\n  '重置流量包': '重置流量包',\n  '链接已复制': '链接已复制',\n  '频宽不免费': '频宽不免费',\n  '佣金发放记录': '佣金发放记录',\n  '使用邮箱注册': '使用邮箱注册',\n  '使用邮箱找回': '使用邮箱找回',\n  '别再补贴他人': '别再补贴他人',\n  '到期邮件提醒': '到期邮件提醒',\n  '加密私人通讯': '加密私人通讯',\n  '安心下载分享': '安心下载分享',\n  '密码修改成功': '密码修改成功',\n  '当前剩余佣金': '当前剩余佣金',\n  '掩藏网路地址': '掩藏网路地址',\n  '无效的优惠券': '无效的优惠券',\n  '流量邮件提醒': '流量邮件提醒',\n  '确认中的佣金': '确认中的佣金',\n  '累计获得佣金': '累计获得佣金',\n  '绕过审查封锁': '绕过审查封锁',\n  '解锁分区内容': '解锁分区内容',\n  '请输入旧密码': '请输入旧密码',\n  '请输入新密码': '请输入新密码',\n  '请输入优惠券': '请输入优惠券',\n  '请输入邀请码': '请输入邀请码',\n  '请输入验证码': '请输入验证码',\n  '还没有账号？': '还没有账号？',\n  '邀请码已复制': '邀请码已复制',\n  '邀请注册人数': '邀请注册人数',\n  '邮箱格式错误': '邮箱格式错误',\n  '重置订阅信息': '重置订阅信息',\n  '该套餐已售罄': '该套餐已售罄',\n  '似乎出了点问题': '似乎出了点问题',\n  '已发起提现申请': '已发起提现申请',\n  '我已阅读并同意': '我已阅读并同意',\n  '网路频宽提供商': '网路频宽提供商',\n  '请输入工单问题': '请输入工单问题',\n  '请选择工单等级': '请选择工单等级',\n  '请选择提现方式': '请选择提现方式',\n  '请输入提现账号': '请输入提现账号',\n  '你还没有购买服务': '你还没有购买服务',\n  '向机器人发送您的': '向机器人发送您的',\n  '已生成新的邀请码': '已生成新的邀请码',\n  '当前推广佣金余额': '当前推广佣金余额',\n  '注册成功，请登录': '注册成功，请登录',\n  '请先同意服务条款': '请先同意服务条款',\n  '您还没有购买订阅': '您还没有购买订阅',\n  '您没有获得授权，请联系作者': '您没有获得授权，请联系作者',\n  '您还没有购买订阅或订阅已过期': '您还没有购买订阅或订阅已过期',\n  '您还没有安装X客户端，或者客户端已打开': '您还没有安装{type}客户端，或者客户端已打开',\n  '续费只会延长到期时间，并不会重置流量。': '续费只会延长到期时间，并不会重置流量。',\n  '重置流量包只会重置流量，不会延长到期时间，也不会改变重置日期。': '重置流量包只会重置流量，不会延长到期时间，也不会改变重置日期。',\n  '您还没有购买订阅，购买后可查看': '您还没有购买订阅，购买后可查看',\n  '您的订阅已过期，续费后可查看': '您的订阅已过期，续费后可查看',\n  '您的一次性流量已用尽，续费后可查看': '您的一次性流量已用尽，续费后可查看',\n  '使用邮箱和密码登录': '使用邮箱和密码登录',\n  '发送不请自来的电邮': '发送不请自来的电邮',\n  '密码至少为8个字符': '密码至少为8个字符',\n  '推广佣金划转至余额': '推广佣金划转至余额',\n  '未登录或登陆已过期': '未登录或登陆已过期',\n  '请描述你遇到的问题': '请描述你遇到的问题',\n  '选择最适合您的计划': '选择最适合您的计划',\n  '与各种设备广泛兼容。': '与各种设备广泛兼容。',\n  '两次输入的密码不一致': '两次输入的密码不一致',\n  '五分钟内节点在线情况': '五分钟内节点在线情况',\n  '密码重置成功，请登录': '密码重置成功，请登录',\n  '确定要关闭该工单吗？': '确定要关闭该工单吗？',\n  '确定要重置订阅信息？': '确定要重置订阅信息？',\n  '确定要取消该订单吗？': '确定要取消该订单吗？',\n  '检测到还有没支付的订单': '检测到还有没支付的订单',\n  '绑定Telegram': '绑定Telegram',\n  '请输入邀请码（必填）': '请输入邀请码（必填）',\n  '请输入邀请码（选填）': '请输入邀请码（选填）',\n  '你们接受哪些付款方式？': '你们接受哪些付款方式？',\n  '几乎所有的设备都可以！': '几乎所有的设备都可以！',\n  '授权码错误，请联系作者': '授权码错误，请联系作者',\n  '有提供无限流量套餐吗？': '有提供无限流量套餐吗？',\n  '流量已用尽，请续费订阅': '流量已用尽，请续费订阅',\n  '高速访问被禁网站和服务': '高速访问被禁网站和服务',\n  '请输入当前需要划转的金额': '请输入当前需要划转的金额',\n  '从任何地方串流欣赏异国内容': '从任何地方串流欣赏异国内容',\n  '客户最常问的 7 个问题？': '客户最常问的 7 个问题？',\n  '自由下载分享媒体文件和资料': '自由下载分享媒体文件和资料',\n  '请输入需要划转到余额的金额': '请输入需要划转到余额的金额',\n  '一次性订阅的流量没有时间限制': '一次性订阅的流量没有时间限制',\n  '你们记录我的上网流量日志吗？': '你们记录我的上网流量日志吗？',\n  '使用的流量将乘以倍率进行扣除': '使用的流量将乘以倍率进行扣除',\n  '划转后的余额仅用于X消费使用': '划转后的余额仅用于{name}消费使用',\n  '大陆首选 亚洲区最佳 VPN': '大陆首选 亚洲区最佳 VPN',\n  '打开 Telegram 搜索': '打开 Telegram 搜索',\n  '立即尝试多协议 VPN 服务': '立即尝试多协议 VPN 服务',\n  '银行户口、电邮密码、个人资料': '银行户口、电邮密码、个人资料',\n  '什么是 VPN ？它有何帮助？': '什么是 VPN ？它有何帮助？',\n  '借道无关 IP 网上冲浪更匿名': '借道无关 IP 网上冲浪更匿名',\n  '多组服务器集群覆盖多个国家地区': '多组服务器集群覆盖多个国家地区',\n  '最先进开源协议和我们的自研秘技': '最先进开源协议和我们的自研秘技',\n  '你们的 VPN 能在哪些设备上运作？': '你们的 VPN 能在哪些设备上运作？',\n  '在这里，您可以设置和管理集成设置。': '在这里，您可以设置和管理集成设置。',\n  '流量混淆有助于逃避审查并提高速度。': '流量混淆有助于逃避审查并提高速度。',\n  '我们致力于让您的互联网更快，更安全。': '我们致力于让您的互联网更快，更安全。',\n  '我们接入最优网路，为您带来最佳速度。': '我们接入最优网路，为您带来最佳速度。',\n  '流量明细仅保留近一个月数据以供查询。': '流量明细仅保留近一个月数据以供查询。',\n  '加入官方讨论组，获取最新动态与优惠信息': '加入官方讨论组，获取最新动态与优惠信息',\n  '请尽快支付，支付完成后，请刷新订单页面': '请尽快支付，支付完成后，请刷新订单页面',\n  '验证码发送成功，如未收到请检查垃圾邮件': '验证码发送成功，如未收到请检查垃圾邮件',\n  '禁止以下行为（任何违规都将导致帐户关闭）': '禁止以下行为（任何违规都将导致帐户关闭）',\n  '一个服务，对接多种协议，应对多样网路环境。': '一个服务，对接多种协议，应对多样网路环境。',\n  '请注意，变更订阅会导致当前订阅被新订阅覆盖。': '请注意，变更订阅会导致当前订阅被新订阅覆盖。',\n  '能穿越最严酷的防火墙 - 中国的 GFW。': '能穿越最严酷的防火墙 - 中国的 GFW。',\n  '请检查您的URL是否正确, 或点击重新登录': '请检查您的URL是否正确, 或点击重新登录',\n  '为什么你们的私有 VPN 协议能做到稳定高速？': '为什么你们的私有 VPN 协议能做到稳定高速？',\n  '绑定Telegram Bot，获取更多便捷服务': '绑定Telegram Bot，获取更多便捷服务',\n  '无状态和无连接减少流量模式特征提高设备电源效率。': '无状态和无连接减少流量模式特征提高设备电源效率。',\n  '我们理解互联网自由的原理，并在我们的代码中付诸实践。': '我们理解互联网自由的原理，并在我们的代码中付诸实践。',\n  '为满足特定用户群体，根据需求以提供满足特定需求的服务。': '为满足特定用户群体，根据需求以提供满足特定需求的服务。',\n  '历经5年研发，为大中华地区用户保护私隐，逾越网路封锁。': '历经5年研发，为大中华地区用户保护私隐，逾越网路封锁。',\n  '从入口到落地精选优质运营商，多层线路优化，负载均衡设定。': '从入口到落地精选优质运营商，多层线路优化，负载均衡设定。',\n  '公式：(实际上行 + 实际下行) x 扣费倍率 = 扣除流量': '公式：(实际上行 + 实际下行) x 扣费倍率 = 扣除流量',\n  '我们也照顾来自世界其他地方的客户，接受 PayPal 付款。': '我们也照顾来自世界其他地方的客户，接受 PayPal 付款。',\n  '什么是 ShadowSocks 和 ShadowSocksR？': '什么是 ShadowSocks 和 ShadowSocksR？',\n  '我们所有套餐都有固定的流量限制。但是，所有套餐都是不限速使用。': '我们所有套餐都有固定的流量限制。但是，所有套餐都是不限速使用。',\n  '高价购入IPLC内网专线，精心优化传输算法，只为您上网更爽快。': '高价购入IPLC内网专线，精心优化传输算法，只为您上网更爽快。',\n  '如果帐户信息或您的订阅泄露，此选项用于重置您的UUID.重置订阅': '如果帐户信息或您的订阅泄露，此选项用于重置您的UUID.重置订阅',\n  '总部位于美国，经过专业训练的计算机科学家和网络工程师组成的团队。': '总部位于美国，经过专业训练的计算机科学家和网络工程师组成的团队。',\n  '即使通过公共WiFi上网，高强度数据加密也能保护你的私隐不被监视。': '即使通过公共WiFi上网，高强度数据加密也能保护你的私隐不被监视。',\n  '最先进流量隐藏技术，将VPN穿墙流量化身网页浏览，免于防火墙干扰。': '最先进流量隐藏技术，将VPN穿墙流量化身网页浏览，免于防火墙干扰。',\n  '私密浏览？浏览器无痕模式不够。我们的VPN为您隐藏IP以掩藏踪迹。': '私密浏览？浏览器无痕模式不够。我们的VPN为您隐藏IP以掩藏踪迹。',\n  '记，也不记。我们会在短时间内记录您的流量元数据，并定期对删除老数据。':\n    '记，也不记。我们会在短时间内记录您的流量元数据，并定期对删除老数据。',\n  '我们努力改善您的互联网体验，让您自由重来：免受审查，监控和电讯商限速。':\n    '我们努力改善您的互联网体验，让您自由重来：免受审查，监控和电讯商限速。',\n  '从 8 个国家地区的 38 组服务器集群中任意选择。您可到达网路上任何地方。':\n    '从 8 个国家地区的 38 组服务器集群中任意选择。您可到达网路上任何地方。',\n  '对于来自中国的客户，我们的支付宝接口将支付流程简化为二维码扫描。轻松一秒过。':\n    '对于来自中国的客户，我们的支付宝接口将支付流程简化为二维码扫描。轻松一秒过。',\n  '提供Telegram、邮件、工单7x24小时客服支持，帮助客户解决疑难问题。': '提供Telegram、邮件、工单7x24小时客服支持，帮助客户解决疑难问题。',\n  '支持Android、iOS、MacOS、Windows、Linux、路由器。': '支持Android、iOS、MacOS、Windows、Linux、路由器。',\n  '我们以极高的价格购买市面上最好线路。所以, 别再为他人的米其林餐厅账单付费啦。':\n    '我们以极高的价格购买市面上最好线路。所以, 别再为他人的米其林餐厅账单付费啦。',\n  '可选 ChaCha20、Salsa20、AES、IDEA 和 RC4 等高级加密方式。': '可选 ChaCha20、Salsa20、AES、IDEA 和 RC4 等高级加密方式。',\n  '我们多个级别套餐分别有 50GB、200GB和 高达5TB等，满足您不同场景需求使用。':\n    '我们多个级别套餐分别有 50GB、200GB和 高达5TB等，满足您不同场景需求使用。',\n  '对于那些注重私隐的朋友，我们没忽略您的需求：我们接受数十种加密货币，您可以放心匿名付款。':\n    '对于那些注重私隐的朋友，我们没忽略您的需求：我们接受数十种加密货币，您可以放心匿名付款。',\n  '节点全解锁Netflix、Tiktok等流媒体服务。你可从任何地方欣赏异国限定媒体节目。':\n    '节点全解锁Netflix、Tiktok等流媒体服务。你可从任何地方欣赏异国限定媒体节目。',\n  '只为您自己的用量买单，别再补贴BT爱好者啦。如果您更喜欢精致美食，为什么要去自助餐厅吃到饱？':\n    '只为您自己的用量买单，别再补贴BT爱好者啦。如果您更喜欢精致美食，为什么要去自助餐厅吃到饱？',\n  'ShadowSocksR 是前者的主要分支，修补了安全漏洞，扩展了加密选项，增加了流量混淆能力。':\n    'ShadowSocksR 是前者的主要分支，修补了安全漏洞，扩展了加密选项，增加了流量混淆能力。',\n  '如果您的订阅地址或信息发生泄露可以执行此操作。重置后您的 UUID 及订阅将会变更，需要重新导入订阅。':\n    '如果您的订阅地址或信息发生泄露可以执行此操作。重置后您的 UUID 及订阅将会变更，需要重新导入订阅。',\n  '我们相信我们的定价结构是公平和合理的。一些所谓不限流量的商家会使用一些垃圾线路，导致您的上网体验很差。':\n    '我们相信我们的定价结构是公平和合理的。一些所谓不限流量的商家会使用一些垃圾线路，导致您的上网体验很差。',\n  '如阻止每一个连接，随之而来的附带质押损害及其昂贵，也就促使审查机构放行看似合规的网路流量。这样，才有了我们的质押自由。':\n    '如阻止每一个连接，随之而来的附带质押损害及其昂贵，也就促使审查机构放行看似合规的网路流量。这样，才有了我们的质押自由。',\n  '在防火墙检查时，混淆后的 VPN 流量看似普通网上冲浪或电影串流。因此，审查者无法确定哪些流量需要阻止，哪些流量可以放行。':\n    '在防火墙检查时，混淆后的 VPN 流量看似普通网上冲浪或电影串流。因此，审查者无法确定哪些流量需要阻止，哪些流量可以放行。',\n  'ShadowSocks 是一种无连接无状态的代理协议。它承载 TCP UDP 数据，可轻松穿透世界上最强国家防火墙，中国的 GFW 。':\n    'ShadowSocks 是一种无连接无状态的代理协议。它承载 TCP UDP数据，可轻松穿透世界上最强国家防火墙，中国的 GFW 。',\n  '我们自研的私有协议，可以模拟多种网页浏览场景。使得防火墙无法可靠区分 VPN 数据浏览。如强行阻拦亦会影响正常使用网络，因此连接无法有效拦截。':\n    '我们自研的私有协议，可以模拟多种网页浏览场景。使得防火墙无法可靠区分 VPN 数据浏览。如强行阻拦亦会影响正常使用网络，因此连接无法有效拦截。',\n  'VPN 提供了一系列好处：通过加密，通讯数据变得难以破解；藉由隧道，线上活动的细节内容被掩藏；借助转发，网路流量看似来自无关的 IP 地址和地理位置。':\n    'VPN 提供了一系列好处：通过加密，通讯数据变得难以破解；藉由隧道，线上活动的细节内容被掩藏；借助转发，网路流量看似来自无关的 IP 地址和地理位置。',\n  '于X到期，距离到期还有X天，已用流量将在X日后重置': '于 {expiredDate} 到期，距离到期还有 {expiredResidue}，已用流量将在{resetDay}日后重置',\n  '市面上几乎所有的电子设备，我们都能支持。鉴于我们支援多种开源和自研的 VPN 协议，我们相信您可以在几乎任何市售设备上轻松连接到我们的 VPN 网络。':\n    '市面上几乎所有的电子设备，我们都能支持。鉴于我们支援多种开源和自研的 VPN 协议，我们相信您可以在几乎任何市售设备上轻松连接到我们的 VPN 网络。',\n  'VPN 是虚拟专用网络（Virtual Private Network）的缩写。它通过在公共网络上建立专用隧道并加密其中传输的数据来保护两个或多个设备之间的通信。':\n    'VPN 是虚拟专用网络（Virtual Private Network）的缩写。它通过在公共网络上建立专用隧道并加密其中传输的数据来保护两个或多个设备之间的通信。',\n  'ShadowSocks（简称 SS，又称影梭）是一种加密的无状态代理协议。它在传输层工作，中继 TCP 和 UDP 流量。它可以轻松穿透最强大的国家级防火墙（中国的 GFW ）。':\n    'ShadowSocks（简称 SS，又称影梭）是一种加密的无状态代理协议。它在传输层工作，中继 TCP 和 UDP 流量。它可以轻松穿透最强大的国家级防火墙（中国的 GFW ）。',\n  '我们接受世界各地发行的主要信用卡。包括 Visa、 MasterCard、 American Express、 Discover、 Diners Club、 JCB 和中国银联。':\n    '我们接受世界各地发行的主要信用卡。包括 Visa、 MasterCard、 American Express、 Discover、 Diners Club、 JCB 和中国银联。',\n  'ShadowSocksR（简称 SSR）是 SS 的主要分支。在 SS 的基础上，SSR 修补了安全漏洞，扩展了密码套件选项，增加了流量混淆，并提高了运营商级别的 QoS 优先级。':\n    'ShadowSocksR（简称 SSR）是 SS 的主要分支。在 SS 的基础上，SSR 修补了安全漏洞，扩展了密码套件选项，增加了流量混淆，并提高了运营商级别的 QoS 优先级。',\n  '交通混淆和质押自由是有效规避互联网封锁的基石。混淆将 VPN 流量伪装成常规的 Web 浏览，审查者无从分辨；质押自由意味着，由于误封的成本过高，审查机构不会阻止无法明确分辨的流量。':\n    '交通混淆和质押自由是有效规避互联网封锁的基石。混淆将 VPN 流量伪装成常规的 Web 浏览，审查者无从分辨；质押自由意味着，由于误封的成本过高，审查机构不会阻止无法明确分辨的流量。',\n  'V2Ray 是一个流量转发软件平台。它支持多种代理协议，并允许这些协议与多种传输层协议配合使用。而 VMess 是这个平台上原创的代理协议。与 TLS 传输方式配合使用的时候，他可以完美模拟 HTTPS 上网浏览。':\n    'V2Ray 是一个流量转发软件平台。它支持多种代理协议，并允许这些协议与多种传输层协议配合使用。而 VMess 是这个平台上原创的代理协议。与 TLS 传输方式配合使用的时候，他可以完美模拟 HTTPS 上网浏览。',\n  '我们不记录用户流量内容。但是，为了解决滥用问题，我们会记录您的部分活动信息。日志条目包括时间，源地址，目标地址和流量。我们不会实时监控您的网路通讯内容，但我们会进行事后审核。如果您的数据被司法传召，我们可能会与执法部门配合。':\n    '我们不记录用户流量内容。但是，为了解决滥用问题，我们会记录您的部分活动信息。日志条目包括时间，源地址，目标地址和流量。我们不会实时监控您的网路通讯内容，但我们会进行事后审核。如果您的数据被司法传召，我们可能会与执法部门配合。',\n  '对于运行Windows、 macOS 和Linux 的个人计算机，有多个客户端可以助您保护网路通讯；对于运行iOS 和Android 的移动设备，为数不少的客户端App 可助您顺畅上网；更赞的是，对于开源路由器平台，如OpenWRT、Tomato 和Asus Merlin，连接到 UnPanel 只需安装一个插件。':\n    '对于运行Windows、 macOS 和Linux 的个人计算机，有多个客户端可以助您保护网路通讯；对于运行iOS 和Android 的移动设备，为数不少的客户端App 可助您顺畅上网；更赞的是，对于开源路由器平台，如OpenWRT、Tomato 和Asus Merlin，连接到 UnPanel 只需安装一个插件。',\n  '用户协议完整内容': `\n    <h6>特别提示</h6>\n        <p>\n          在此特别提醒您（用户）在注册成为 {appName} 用户之前，请认真阅读本《{appName}\n          用户服务协议》 （以下简称“协议”） ，确保您充分理解本协议中各条款。\n          请您审慎阅读并选择接受或不接受本协议。 除非您接受本协议所有条款，\n          否则您无权注册、登录或使用本协议所涉服务。您\n          的注册、登录、使用等行为将视为对本协议的接受，并同意接受本协议各项条款的约束。 本协议约定\n          {appName} 与用户之间关于”SSR“服务（以下简称“服务”）\n          的权利义务。“用户”是指注册、登录、使用本服务的个人，{appName} 有权更新协议内容，\n          ，更新后的协议条款一旦公布即替代原协议条款，恕不再另行通知。\n        </p>\n\n        <h6>账号注册</h6>\n        <ol>\n          <li>\n            用户在使用本服务前需要注册一个 “{appName}” 账号。“{appName}”\n            账号应当使用邮箱绑定注册，请用户使用尚未与其他 “{appName}” 账号绑定以及未被\n            {appName} 根据本协议封禁的邮箱注册 “{appName}” 账号。{appName}\n            有权根据用户需求或产品需要对账号注册和绑定的方式进行变更，恕不再另行通知。\n          </li>\n          <li>\n            如果注册申请者有被\n            {appName} 封禁的先例或涉嫌虚假注册及滥用他人名义注册，及其他不能得到许可的理由，{appName}\n            有权拒绝向其提供服务。\n          </li>\n        </ol>\n\n        <h6>账户安全</h6>\n        <ol>\n          <li>\n            用户一旦注册成功，成为 {appName} 的用户，将得到一个用户名和密码，\n            并有权利使用自己的用户名及密码随时登陆 {appName}。\n          </li>\n          <li>用户对账户和密码的安全负全部责任，同时对以其账户进行的所有活动和事件负全部责任。</li>\n          <li>{appName} 未经用户允许不得泄露用户的个人隐私与信息。</li>\n          <li>\n            如果用户密码泄露或者其他任何原因导致用户的密码安全受到威胁，应该及时和 {appName}\n            客服人员取得联系，否则后果自负。\n          </li>\n        </ol>\n\n        <h6>用户声明与保证</h6>\n        <ol>\n          <li>用户需具有完全民事行为能力，且具有达成交易履行其义务的能力。</li>\n          <li>\n            用户通过使用 {appName}\n            的过程中所制作、上载、复制、发布、传播的任何内容，包括但不限于账号头像、名称、用户说明等注册信息及认证资料，或文字、语音、图片、视频、图文等发送、回复和相关链接页面，以及其他使用账号或本服务所产生的内容，不得违反国家相关法律制度，包含但不限于如下原则：\n            <ul>\n              <li>反对宪法所确定的基本原则的</li>\n              <li>危害国家安全，泄露国家秘密，颠覆国家政权，破坏国家统一的</li>\n              <li>损害国家荣誉和利益的</li>\n              <li>煽动民族仇恨、民族歧视，破坏民族团结的</li>\n              <li>破坏国家宗教政策，宣扬邪教和封建迷信的</li>\n              <li>散布谣言，扰乱社会秩序，破坏社会稳定的</li>\n              <li>散布淫秽、色情、赌博、暴力、凶杀、恐怖或者教唆犯罪的</li>\n              <li>侮辱或者诽谤他人，侵害他人合法权益的</li>\n              <li>含有法律、行政法规禁止的其他内容的</li>\n            </ul>\n          </li>\n          <li>\n            用户不得利用 “{appName}”\n            账号或本服务制作、上载、复制、发布、传播下干扰正常运营，以及侵犯其他用户或第三方合法权益的内容:\n            <ul>\n              <li>含有任何性或性暗示的</li>\n              <li>含有辱骂、恐吓、威胁内容的</li>\n              <li>含有骚扰、垃圾广告、恶意信息、诱骗信息的</li>\n              <li>涉及他人隐私、个人信息或资料的</li>\n              <li>侵害他人名誉权、肖像权、知识产权、商业秘密等合法权利的</li>\n              <li>含有其他干扰本服务正常运营和侵犯其他用户或第三方合法权益内容的信息</li>\n            </ul>\n          </li>\n        </ol>\n\n        <h6>服务内容</h6>\n        <ol>\n          <li>\n            {appName} 具体服务内容由 {appName} 根据实际情况提供，包括但不限于：\n            <ul>\n              <li>在线咨询服务</li>\n              <li>网络代理服务</li>\n            </ul>\n          </li>\n          <li>所有发给用户的通告及其他消息都可通过邮箱或者用户所提供的联系方式发送。</li>\n          <li>本站无退款机制，不接受退款请求， 新注册用户请先试用。</li>\n        </ol>\n\n        <h6>服务的终止</h6>\n        <ol>\n          <li>\n            在下列情况下， {appName} 有权终止向用户提供服务：\n            <ul>\n              <li>用户违反本服务协议相关规定</li>\n              <li>\n                半年以以上未使用 “{appName}” 服务，{appName}\n                有权终止向用户提供服务并不再保留用户相关数据\n              </li>\n              <li>\n                用户不得通过 “{appName}” 服务传播违反本协议规定的内容，一经发现，{appName}\n                有权扣留账户内的金额\n              </li>\n              <li>本服务条款终止或更新时，用户明确表示不愿接受新的服务条款</li>\n              <li>其它 {appName} 认为需终止服务的情况</li>\n            </ul>\n          </li>\n          <li>服务终止后，{appName} 没有义务为用户保留原账号中或与之相关的任何信息。</li>\n        </ol>\n\n        <h6>服务的变更、中断</h6>\n        <ol>\n          <li>\n            鉴于网络服务的特殊性，用户需同意 {appName} 会变更、\n            中断部分或全部的网络服务，并删除（不再保存）用户在使用过程中提交的任何资料，而无需通知用户，也无需对任何用户或任何第三方承担任何责任。\n          </li>\n          <li>\n            {appName}\n            需要定期或不定期地对提供网络服务的平台进行检测或者更新，造成网络服务在合理时间内的中断，{appName}\n            有义务进行提前通知， 除此之外 {appName} 无需为此承担任何责任。\n          </li>\n        </ol>\n\n        <h6>服务条款修改</h6>\n        <ol>\n          <li>\n            {appName} 有权随时修改本服务条款的任何内容， 一旦本服务条款的任何内容发生变动，\n            {appName}\n            将会通过适当方式向用户提示修改内容。\n          </li>\n          <li>\n            如果不同意 {appName} 对本服务条款所做的更新及改动，用户有权停止使用\n            {appName} 服务。\n          </li>\n          <li>如果用户继续使用网络服务，则视为用户接受 {appName} 对本服务条款所做的修改。</li>\n        </ol>\n\n        <h6>免责与赔偿声明</h6>\n        <ol>\n          <li>\n            若 {appName} 已经明示其服务提供方式发生变更并提醒用户应当注意事项，如因此类情况而\n            用户未按要求操作所产生的一切后果由用户自行承担。\n          </li>\n          <li>\n            用户明确同意其使用 {appName} 所存在的风险将完全由其自己承担，因其使用\n            {appName}\n            而产生的一切后果也由其自己承担。\n          </li>\n          <li>\n            用户同意保障和维护 {appName} 及其他用户的利益，由于用户在使用\n            {appName} 有违法、不真实、\n            不正当、侵犯第三方合法权益的行为，或用户违反本协议项下的任何条款而给 {appName}\n            及任何其他第三方造成损失，用户同意承担由此造成的损害赔偿责任。\n          </li>\n        </ol>\n\n        <h6>隐私声明</h6>\n        <ol>\n          <li>\n            适用范围：\n            <ul>\n              <li>在用户注册 {appName} 账户时，根据要求提供的个人注册信息</li>\n              <li>\n                在用户使用 {appName}，或访问其相关网页时，\n                {appName} 自动接收并记录的用户浏览器上的服 务器数值，包括但不限于 IP\n                地址等数据及用户要求取用的网页记录\n              </li>\n            </ul>\n          </li>\n          <li>\n            信息使用：\n            <ul>\n              <li>{appName} 不会向任何人出售或出借用户的个人信息，除非事先得到用户的许可</li>\n              <li>\n                {appName} 亦不允许任何第三方以任何手段收集、\n                编辑、出售或者无偿传播用户的个人信息。任何用户如从事上述活动，一经发现，{appName}\n                有权立即终止与该用户的服务协议 ，查封其账号\n              </li>\n              <li>\n                为达到服务用户的目的，{appName}\n                可能通过使用用户的个人信息，向用户提供服务，包括但不限于向用户发出产品和服务信息\n              </li>\n            </ul>\n          </li>\n          <li>\n            信息披露： 用户的个人信息将在下述情况下部分或全部被披露\n            <ul>\n              <li>经用户同意，向第三方披露</li>\n              <li>根据法律的有关规定，或者行政或司法机构的要求，向第三方或者行政、司法机构披露</li>\n              <li>如果用户出现违反中国有关法律或者网站政策的情况，需要向第三方披露</li>\n              <li>\n                用户使用 {appName} 时提供的银行账户信息，{appName} 将严格履行相关保密约定\n              </li>\n            </ul>\n          </li>\n        </ol>\n\n        <h6>其他</h6>\n        <ol>\n          <li>\n            {appName} 郑重提醒用户注意本协议中免除 {appName}\n            责任和限制用户权利的条款，请用户仔细阅读，自主考虑风险。未成年人应在法定监护人的陪同下阅读本协议。\n          </li>\n          <li>本协议最终解释权归 {appName} 所有，并且保留一切解释和修改的权力。</li>\n          <li>本协议从即日起2022年12月01日起适用。</li>\n        </ol>\n  `\n}\n"
  },
  {
    "path": "static/i18n/zh-TW.js",
    "content": "langs.zhTW = {\n  '中': '中',\n  '低': '低',\n  '无': '無',\n  '高': '高',\n  '条': '條',\n  '年': '年',\n  '月': '月',\n  '天': '天',\n  '秒': '秒',\n  '分钟': '分鐘',\n  '小时': '小時',\n  '上行': '上行',\n  '下行': '下行',\n  '主题': '主題',\n  '名称': '名稱',\n  '佣金': '佣金',\n  '倍率': '倍率',\n  '全部': '全部',\n  '公告': '公告',\n  '关于': '關於',\n  '关闭': '關閉',\n  '发送': '發送',\n  '取消': '取消',\n  '周期': '周期',\n  '回复': '回覆',\n  '复制': '複製',\n  '季付': '季付',\n  '密码': '密碼',\n  '已用': '已用',\n  '年付': '年付',\n  '异常': '異常',\n  '总计': '總計',\n  '提示': '提示',\n  '操作': '操作',\n  '支付': '支付',\n  '月付': '月付',\n  '服务': '服務',\n  '查看': '查看',\n  '标签': '標籤',\n  '每月': '每月',\n  '每年': '每年',\n  '注册': '註冊',\n  '注意': '注意',\n  '消息': '訊息',\n  '特性': '特性',\n  '状态': '狀態',\n  '用户': '用戶',\n  '登录': '登入',\n  '联系': '聯繫',\n  '订阅': '訂閱',\n  '财务': '財務',\n  '通知': '通知',\n  '邮箱': '電子郵件',\n  '首页': '首頁',\n  '验证': '驗證',\n  '合计': '合計',\n  '一次性': '一次性',\n  '三年付': '三年付',\n  '下一条': '下一條',\n  '两年付': '兩年付',\n  '二维码': '二維碼',\n  '仪表盘': '儀表板',\n  '半年付': '半年付',\n  '已过期': '已過期',\n  '已取消': '已取消',\n  '已完成': '已完成',\n  '已关闭': '已關閉',\n  '已售罄': '已售罄',\n  '开通中': '開通中',\n  '待支付': '待支付',\n  '待回复': '待回覆',\n  '手续费': '手續費',\n  '按周期': '按周期',\n  '按流量': '按流量',\n  '新密码': '新密碼',\n  '旧密码': '舊密碼',\n  '未购买': '未購買',\n  '每两年': '每兩年',\n  '每三年': '每三年',\n  '每季度': '每季度',\n  '每半年': '每半年',\n  '第一步': '第一步',\n  '第二步': '第二步',\n  '订单号': '訂單號',\n  '邀请码': '邀請碼',\n  '验证码': '驗證碼',\n  '三级分销': '三级分銷',\n  '一次性付': '一次性付',\n  '下单成功': '下單成功',\n  '个人中心': '個人中心',\n  '产品流量': '產品流量',\n  '付款周期': '付款週期',\n  '余额支付': '餘額支付',\n  '佣金划转': '佣金劃轉',\n  '佣金提现': '佣金提現',\n  '佣金比例': '佣金比例',\n  '使用文档': '使用文件',\n  '保持匿名': '保持匿名',\n  '修改密码': '修改密碼',\n  '划转金额': '劃轉金額',\n  '划转成功': '劃轉成功',\n  '创建时间': '創建時間',\n  '到期时间': '到期時間',\n  '剩余流量': '剩餘流量',\n  '即将售罄': '即將售罄',\n  '发放时间': '發放時間',\n  '取消订单': '取消訂單',\n  '商品详情': '商品詳情',\n  '商品名称': '商品名稱',\n  '商品价格': '商品價格',\n  '回复成功': '回覆成功',\n  '垃圾邮件': '垃圾郵件',\n  '增强安全': '增強安全',\n  '复制成功': '複製成功',\n  '多端支持': '多端支援',\n  '套餐推荐': '套餐推薦',\n  '套餐流量': '套餐流量',\n  '定制服务': '定製服務',\n  '实际上行': '實際上行',\n  '实际下行': '實際下行',\n  '客户支持': '客戶支援',\n  '工单级别': '工單級別',\n  '工单状态': '工單狀態',\n  '工单等级': '工單等級',\n  '工单回复': '工單回覆',\n  '帐户余额': '帳戶餘額',\n  '常见问题': '常見問題',\n  '待办工单': '待辦工單',\n  '快速导入': '快速導入',\n  '快如闪电': '快如閃電',\n  '我的钱包': '我的錢包',\n  '我知道了': '我知道了',\n  '我的服务': '我的服務',\n  '我的订阅': '我的訂閱',\n  '我的订单': '我的訂單',\n  '我的工单': '我的工單',\n  '我的邀请': '我的邀請',\n  '扣费倍率': '扣費倍率',\n  '找回密码': '找回密碼',\n  '折扣金额': '折扣金額',\n  '抵扣金额': '抵扣金額',\n  '提现方式': '提現方式',\n  '提现账号': '提現賬號',\n  '支付成功': '支付成功',\n  '支付方式': '支付方式',\n  '支付总计': '支付總計',\n  '新建工单': '新建工單',\n  '智能优化': '智能優化',\n  '暂无数据': '暫無數據',\n  '最后回复': '最後回覆',\n  '服务协议': '服務協議',\n  '服务条款': '服務條款',\n  '查看详情': '查看詳情',\n  '查看教程': '查看教程',\n  '流量明细': '流量明細',\n  '流量混淆': '流量混淆',\n  '申请提现': '申請提現',\n  '登录成功': '登入成功',\n  '确认重置': '確認重設',\n  '确认修改': '確認修改',\n  '确认密码': '確認密碼',\n  '稳定穿墙': '穩定穿牆',\n  '立即开始': '立即開始',\n  '立即加入': '立即加入',\n  '立即支付': '立即支付',\n  '立即购买': '立即購買',\n  '立即订阅': '立即訂閱',\n  '立即登录': '立即登入',\n  '立即注册': '立即註冊',\n  '续费订阅': '續費訂閱',\n  '自研秘技': '自研秘技',\n  '节点状态': '節點狀態',\n  '解锁内容': '解鎖內容',\n  '订单金额': '訂單金額',\n  '订单状态': '訂單狀態',\n  '订单编号': '訂單編號',\n  '订单摘要': '訂單摘要',\n  '订单详情': '訂單詳情',\n  '订阅详情': '訂閱詳情',\n  '订单总额': '訂單總額',\n  '账号登录': '賬號登入',\n  '账号注册': '賬號註冊',\n  '质押自由': '質押自由',\n  '购买订阅': '購買訂閱',\n  '返回登录': '返回登入',\n  '退出登录': '登出',\n  '重置成功': '重設成功',\n  '重置密码': '重設密碼',\n  '重新登录': '重新登入',\n  '重新发送': '重新發送',\n  '记录时间': '記錄時間',\n  '请求失败': '請求失敗',\n  '折抵金额': '折抵金額',\n  '退款金额': '退款金額',\n  'X个回复': '{count}個回復',\n  '一次性订阅': '一次性訂閱',\n  '为什么选择': '為什麼選擇',\n  '周期性订阅': '周期性訂閱',\n  '工单已关闭': '工單已關閉',\n  '工单已提交': '工單已提交',\n  '已有账号？': '已有賬號?',\n  '忘记密码？': '忘記密碼?',\n  '折扣百分比': '折扣百分比',\n  '有优惠劵？': '有優惠券?',\n  '未购买订阅': '未購買訂閱',\n  '生成邀请码': '生成邀請碼',\n  '类型/周期': '類型/週期',\n  '订单已取消': '訂單已取消',\n  '订阅已过期': '訂閱已過期',\n  '请输入内容': '請輸入內容',\n  '请输入邮箱': '請輸入電子郵件',\n  '请确认密码': '請確認密碼',\n  '请输入密码': '請輸入密碼',\n  '邀请码管理': '邀請碼管理',\n  '重置流量包': '重置流量包',\n  '链接已复制': '連結已複製',\n  '频宽不免费': '頻寬不免費',\n  '佣金发放记录': '佣金發放記錄',\n  '使用邮箱注册': '使用電子郵件註冊',\n  '使用邮箱找回': '使用電子郵件找回',\n  '别再补贴他人': '別再補貼他人',\n  '到期邮件提醒': '到期郵件提醒',\n  '加密私人通讯': '加密私人通訊',\n  '安心下载分享': '安心下載分享',\n  '密码修改成功': '密碼修改成功',\n  '当前剩余佣金': '當前剩餘佣金',\n  '掩藏网路地址': '掩藏網路地址',\n  '无效的优惠券': '無效的優惠券',\n  '流量邮件提醒': '流量郵件提醒',\n  '确认中的佣金': '確認中的佣金',\n  '累计获得佣金': '累計獲得佣金',\n  '绕过审查封锁': '繞過審查封鎖',\n  '解锁分区内容': '解鎖分區內容',\n  '请输入旧密码': '請輸入舊密碼',\n  '请输入新密码': '請輸入新密碼',\n  '请输入优惠券': '請輸入優惠券',\n  '请输入邀请码': '請輸入邀請碼',\n  '请输入验证码': '請輸入驗證碼',\n  '还没有账号？': '還沒有賬號?',\n  '邀请码已复制': '邀請碼已複製',\n  '邀请注册人数': '邀請註冊人數',\n  '邮箱格式错误': '電子郵件格式錯誤',\n  '重置订阅信息': '重置訂閱資訊',\n  '该套餐已售罄': '該套餐已售罄',\n  '似乎出了点问题': '似乎出了點問題',\n  '已发起提现申请': '已發起提現申請',\n  '我已阅读并同意': '我已閱讀並同意',\n  '网路频宽提供商': '網路頻寬提供商',\n  '请输入工单问题': '請輸入工單問題',\n  '请选择工单等级': '請選擇工單等級',\n  '请选择提现方式': '請選擇提現方式',\n  '请输入提现账号': '請輸入提現賬號',\n  '你还没有购买服务': '你還沒有購買服務',\n  '向机器人发送您的': '向機器人發送您的',\n  '已生成新的邀请码': '已生成新的邀請碼',\n  '当前推广佣金余额': '當前推廣佣金餘額',\n  '注册成功，请登录': '註冊成功,請登入',\n  '请先同意服务条款': '請先同意服務條款',\n  '您还没有购买订阅': '您還沒有購買訂閱',\n  '您没有获得授权，请联系作者': '您沒有獲得授權,請聯繫作者',\n  '您还没有购买订阅或订阅已过期': '您還沒有購買訂閱或訂閱已過期',\n  '您还没有安装X客户端，或者客户端已打开': '您還沒有安裝{type}客戶端,或者客戶端已經開啟',\n  '续费只会延长到期时间，并不会重置流量。': '續費只會延長到期時間,並不會重置流量。',\n  '重置流量包只会重置流量，不会延长到期时间，也不会改变重置日期。': '重置流量包只會重置流量,不會延長到期時間,也不會改變重置日期。',\n  '您还没有购买订阅，购买后可查看': '您還沒有購買訂閱,購買後可查看',\n  '您的订阅已过期，续费后可查看': '您的訂閱已過期,續費後可查看',\n  '您的一次性流量已用尽，续费后可查看': '您的一次性流量已用盡,續費後可查看',\n  '使用邮箱和密码登录': '使用電子郵件和密碼登入',\n  '发送不请自来的电邮': '發送不請自來的電子郵件',\n  '密码至少为8个字符': '密碼至少為8個字符',\n  '推广佣金划转至余额': '推廣佣金劃轉至餘額',\n  '未登录或登陆已过期': '未登入或登陸已過期',\n  '请描述你遇到的问题': '請描述你遇到的問題',\n  '选择最适合您的计划': '選擇最適合您的計劃',\n  '与各种设备广泛兼容。': '與各種設備廣泛兼容。',\n  '两次输入的密码不一致': '兩次輸入的密碼不一致',\n  '五分钟内节点在线情况': '五分鐘內節點在線情況',\n  '密码重置成功，请登录': '密碼重置成功,請登入',\n  '确定要关闭该工单吗？': '確定要關閉該工單嗎?',\n  '确定要重置订阅信息？': '確定要重置訂閱資訊?',\n  '确定要取消该订单吗？': '確定要取消該訂單嗎?',\n  '检测到还有没支付的订单': '檢測到還有沒支付的訂單',\n  '绑定Telegram': '綁定Telegram',\n  '请输入邀请码（必填）': '請輸入邀請碼(必填)',\n  '请输入邀请码（选填）': '請輸入邀請碼(選填)',\n  '你们接受哪些付款方式？': '你們接受哪些付款方式?',\n  '几乎所有的设备都可以！': '幾乎所有的設備都可以!',\n  '授权码错误，请联系作者': '授權碼錯誤,請聯繫作者',\n  '有提供无限流量套餐吗？': '有提供無限流量套餐嗎?',\n  '流量已用尽，请续费订阅': '流量已用盡,請續費訂閱',\n  '高速访问被禁网站和服务': '高速訪問被禁網站和服務',\n  '请输入当前需要划转的金额': '請輸入當前需要劃轉的金額',\n  '从任何地方串流欣赏异国内容': '從任何地方串流欣賞異國內容',\n  '客户最常问的 7 个问题？': '客戶最常問的 7 個問題?',\n  '自由下载分享媒体文件和资料': '自由下載分享媒體文件和資料',\n  '请输入需要划转到余额的金额': '請輸入需要劃轉到餘額的金額',\n  '一次性订阅的流量没有时间限制': '一次性訂閱的流量沒有時間限制',\n  '你们记录我的上网流量日志吗？': '你們記錄我的上網流量日誌嗎?',\n  '使用的流量将乘以倍率进行扣除': '使用的流量將乘以倍率進行扣除',\n  '划转后的余额仅用于X消费使用': '劃轉後的餘額僅用於{name}消費使用',\n  '大陆首选 亚洲区最佳 VPN': '大陸首選 亞洲區最佳 VPN',\n  '打开 Telegram 搜索': '打開 Telegram 搜尋',\n  '立即尝试多协议 VPN 服务': '立即嘗試多協議 VPN 服務',\n  '银行户口、电邮密码、个人资料': '銀行戶口、電郵密碼、個人資料',\n  '什么是 VPN ？它有何帮助？': '什麼是 VPN ?它有何幫助?',\n  '借道无关 IP 网上冲浪更匿名': '借道無關 IP 網上衝浪更匿名',\n  '多组服务器集群覆盖多个国家地区': '多組伺服器集群覆蓋多個國家地區',\n  '最先进开源协议和我们的自研秘技': '最先進開源協議和我們的自研秘技',\n  '你们的 VPN 能在哪些设备上运作？': '你們的 VPN 能在哪些設備上運作？',\n  '在这里，您可以设置和管理集成设置。': '在這裡,您可以設置和管理整合設置。',\n  '流量混淆有助于逃避审查并提高速度。': '流量混淆有助於逃避審查並提高速度。',\n  '我们致力于让您的互联网更快，更安全。': '我們致力於讓您的網際網路更快,更安全。',\n  '我们接入最优网路，为您带来最佳速度。': '我們接入最優網路,為您帶來最佳速度。',\n  '流量明细仅保留近一个月数据以供查询。': '流量明細僅保留近一個月數據以供查詢。',\n  '加入官方讨论组，获取最新动态与优惠信息': '加入官方討論組,獲取最新動態與優惠資訊',\n  '请尽快支付，支付完成后，请刷新订单页面': '請儘快支付,支付完成後,請刷新訂單頁面',\n  '验证码发送成功，如未收到请检查垃圾邮件': '驗證碼發送成功,如未收到請檢查垃圾郵件',\n  '禁止以下行为（任何违规都将导致帐户关闭）': '禁止以下行為(任何違規都將導致帳戶關閉)',\n  '一个服务，对接多种协议，应对多样网路环境。': '一個服務,對接多種協議,應對多樣網路環境。',\n  '请注意，变更订阅会导致当前订阅被新订阅覆盖。': '請注意,變更訂閱會導致當前訂閱被新訂閱覆蓋。',\n  '能穿越最严酷的防火墙 - 中国的 GFW。': '能穿越最嚴酷的防火牆 - 中國的 GFW。',\n  '请检查您的URL是否正确, 或点击重新登录': '請檢查您的URL是否正確, 或點擊重新登錄',\n  '为什么你们的私有 VPN 协议能做到稳定高速？': '為什麼你們的私有 VPN 協議能做到穩定高速?',\n  '绑定Telegram Bot,获取更多便捷服务': '綁定Telegram Bot,獲取更多便捷服務',\n  '无状态和无连接减少流量模式特征提高设备电源效率。': '無狀態和無連接減少流量模式特徵提高設備電源效率。',\n  '我们理解互联网自由的原理，并在我们的代码中付诸实践。': '我們理解互聯網自由的原理,並在我們的代碼中付諸實踐。',\n  '为满足特定用户群体，根据需求以提供满足特定需求的服务。': '為滿足特定用戶群體,根據需求以提供滿足特定需求的服務。',\n  '历经5年研发，为大中华地区用户保护私隐，逾越网路封锁。': '歷經5年研發,為大中華地區用戶保護私隱,逾越網路封鎖。',\n  '从入口到落地精选优质运营商，多层线路优化，负载均衡设定。': '從入口到落地精選優質運營商,多層線路優化,負載均衡設定。',\n  '公式：(实际上行 + 实际下行) x 扣费倍率 = 扣除流量': '公式:(實際上行 + 實際下行) x 扣費倍率 = 扣除流量',\n  '我们也照顾来自世界其他地方的客户，接受 PayPal 付款。': '我們也照顧來自世界其他地方的客戶,接受 PayPal 付款。',\n  '什么是 ShadowSocks 和 ShadowSocksR？': '什麼是 ShadowSocks 和 ShadowSocksR?',\n  '我们所有套餐都有固定的流量限制。但是，所有套餐都是不限速使用。': '我們所有套餐都有固定的流量限制。但是,所有套餐都是不限速使用。',\n  '高价购入IPLC内网专线，精心优化传输算法，只为您上网更爽快。': '高價購入IPLC內網專線,精心優化傳輸算法,只為您上網更爽快。',\n  '如果帐户信息或您的订阅泄露，此选项用于重置您的UUID.重置订阅': '如果帳戶信息或您的訂閱泄露,此選項用於重置您的UUID.重置訂閱',\n  '总部位于美国，经过专业训练的计算机科学家和网络工程师组成的团队。': '總部位於美國,經過專業訓練的計算機科學家和網絡工程師組成的團隊。',\n  '即使通过公共WiFi上网，高强度数据加密也能保护你的私隐不被监视。': '即使通過公共WiFi上網,高強度數據加密也能保護你的私隱不被監視。',\n  '最先进流量隐藏技术，将VPN穿墙流量化身网页浏览，免于防火墙干扰。': '最先進流量隱藏技術,將VPN穿牆流量化身網頁瀏覽,免於防火牆干擾。',\n  '私密浏览？浏览器无痕模式不够。我们的VPN为您隐藏IP以掩藏踪迹。': '私密瀏覽?瀏覽器無痕模式不夠。我們的VPN為您隱藏IP以掩藏蹤跡。',\n  '记，也不记。我们会在短时间内记录您的流量元数据，并定期对删除老数据。':\n    '記,也不記。我們會在短時間內記錄您的流量元數據,並定期對刪除老數據。',\n  '我们努力改善您的互联网体验，让您自由重来：免受审查，监控和电讯商限速。':\n    '我們努力改善您的互聯網體驗,讓您自由重來:免受審查,監控和電訊商限速。',\n  '从 8 个国家地区的 38 组服务器集群中任意选择。您可到达网路上任何地方。':\n    '從 8 個國家地區的 38 組服務器集群中任意選擇。您可到達網路上任何地方。',\n  '对于来自中国的客户，我们的支付宝接口将支付流程简化为二维码扫描。轻松一秒过。':\n    '對於來自中國的客戶,我們的支付寶接口將支付流程簡化為二維碼掃描。輕鬆一秒過。',\n  '提供Telegram、邮件、工单7x24小时客服支持，帮助客户解决疑难问题。': '提供Telegram、郵件、工單7x24小時客服支持,幫助客戶解決疑難問題。',\n  '支持Android、iOS、MacOS、Windows、Linux、路由器。': '支持Android、iOS、MacOS、Windows、Linux、路由器。',\n  '我们以极高的价格购买市面上最好线路。所以, 别再为他人的米其林餐厅账单付费啦。':\n    '我們以極高的價格購買市面上最好線路。所以, 別再為他人的米其林餐廳帳單付費啦。',\n  '可选 ChaCha20、Salsa20、AES、IDEA 和 RC4 等高级加密方式。': '可選 ChaCha20、Salsa20、AES、IDEA 和 RC4 等高級加密方式。',\n  '我们多个级别套餐分别有 50GB、200GB和 高达5TB等，满足您不同场景需求使用。':\n    '我們多個級別套餐分別有 50GB、200GB和 高達5TB等,滿足您不同場景需求使用。',\n  '对于那些注重私隐的朋友，我们没忽略您的需求：我们接受数十种加密货币，您可以放心匿名付款。':\n    '對於那些注重私隱的朋友,我們沒忽略您的需求:我們接受數十種加密貨幣,您可以放心匿名付款。',\n  '节点全解锁Netflix、Tiktok等流媒体服务。你可从任何地方欣赏异国限定媒体节目。':\n    '節點全解鎖Netflix、Tiktok等流媒體服務。你可從任何地方欣賞異國限定媒體節目。',\n  '只为您自己的用量买单，别再补贴BT爱好者啦。如果您更喜欢精致美食，为什么要去自助餐厅吃到饱？':\n    '只為您自己的用量買單,別再補貼BT愛好者啦。如果您更喜歡精緻美食,為什麼要去自助餐廳吃到飽?',\n  'ShadowSocksR 是前者的主要分支，修补了安全漏洞，扩展了加密选项，增加了流量混淆能力。':\n    'ShadowSocksR 是前者的主要分支,修補了安全漏洞,擴展了加密選項,增加了流量混淆能力。',\n  '如果您的订阅地址或信息发生泄露可以执行此操作。重置后您的 UUID 及订阅将会变更,需要重新导入订阅。':\n    '如果您的訂閱地址或信息發生泄露可以執行此操作。重置後您的 UUID 及訂閱將會變更,需要重新導入訂閱。',\n  '我们相信我们的定价结构是公平和合理的。一些所谓不限流量的商家会使用一些垃圾线路，导致您的上网体验很差。':\n    '我們相信我們的定價結構是公平和合理的。一些所謂不限流量的商家會使用一些垃圾線路,導致您的上網體驗很差。',\n  '如阻止每一个连接，随之而来的附带质押损害及其昂贵，也就促使审查机构放行看似合规的网路流量。这样，才有了我们的质押自由。':\n    '如阻止每一個連接,隨之而來的附帶質押損害及其昂貴,也就促使審查機構放行看似合規的網路流量。這樣,才有了我們的質押自由。',\n  '在防火墙检查时，混淆后的 VPN 流量看似普通网上冲浪或电影串流。因此，审查者无法确定哪些流量需要阻止，哪些流量可以放行。':\n    '在防火牆檢查時,混淆後的 VPN 流量看似普通網上衝浪或電影串流。因此,審查者無法確定哪些流量需要阻止,哪些流量可以放行。',\n  'ShadowSocks 是一种无连接无状态的代理协议。它承载 TCP UDP 数据，可轻松穿透世界上最强国家防火墙，中国的 GFW 。':\n    'ShadowSocks 是一種無連接無狀態的代理協議。它承載 TCP UDP數據,可輕鬆穿透世界上最強國家防火牆,中國的 GFW 。',\n  '我们自研的私有协议，可以模拟多种网页浏览场景。使得防火墙无法可靠区分 VPN 数据浏览。如强行阻拦亦会影响正常使用网络，因此连接无法有效拦截。':\n    '我們自研的私有協議,可以模擬多種網頁瀏覽場景。使得防火牆無法可靠區分 VPN 數據瀏覽。如強行阻攔亦會影響正常使用網絡,因此連接無法有效攔截。',\n  'VPN 提供了一系列好处：通过加密，通讯数据变得难以破解；藉由隧道，线上活动的细节内容被掩藏；借助转发，网路流量看似来自无关的 IP 地址和地理位置。':\n    'VPN 提供了一系列好處:通過加密,通訊數據變得難以破解;藉由隧道,線上活動的細節內容被掩藏;借助轉發,網路流量看似來自無關的 IP 地址和地理位置。',\n  '于X到期，距离到期还有X天，已用流量将在X日后重置': '於 {expiredDate} 到期，距離到期還有 {expiredResidue}，已用流量將在{resetDay}日後重設',\n  '市面上几乎所有的电子设备，我们都能支持。鉴于我们支援多种开源和自研的 VPN 协议，我们相信您可以在几乎任何市售设备上轻松连接到我们的 VPN 网络。':\n    '市面上幾乎所有的電子設備,我們都能支持。鑒於我們支援多種開源和自研的 VPN 協議,我們相信您可以在幾乎任何市售設備上輕鬆連接到我們的 VPN 網絡。',\n  'VPN 是虚拟专用网络（Virtual Private Network）的缩写。它通过在公共网络上建立专用隧道并加密其中传输的数据来保护两个或多个设备之间的通信。':\n    'VPN 是虛擬專用網絡(Virtual Private Network)的縮寫。它通過在公共網絡上建立專用隧道並加密其中傳輸的數據來保護兩個或多個設備之間的通信。',\n  'ShadowSocks（简称 SS，又称影梭）是一种加密的无状态代理协议。它在传输层工作，中继 TCP 和 UDP 流量。它可以轻松穿透最强大的国家级防火墙（中国的 GFW ）。':\n    'ShadowSocks(簡稱 SS,又稱影梭)是一種加密的無狀態代理協議。它在傳輸層工作,中繼 TCP 和 UDP 流量。它可以輕鬆穿透最強大的國家級防火牆(中國的 GFW )。',\n  '我们接受世界各地发行的主要信用卡。包括 Visa、 MasterCard、 American Express、 Discover、 Diners Club、 JCB 和中国银联。':\n    '我們接受世界各地發行的主要信用卡。包括 Visa、 MasterCard、 American Express、 Discover、 Diners Club、 JCB 和中國銀聯。',\n  'ShadowSocksR（简称 SSR）是 SS 的主要分支。在 SS 的基础上，SSR 修补了安全漏洞，扩展了密码套件选项，增加了流量混淆，并提高了运营商级别的 QoS 优先级。':\n    'ShadowSocksR(簡稱 SSR)是 SS 的主要分支。在 SS 的基礎上,SSR 修補了安全漏洞,擴展了密碼套件選項,增加了流量混淆,並提高了運營商級別的 QoS 優先級。',\n  '交通混淆和质押自由是有效规避互联网封锁的基石。混淆将 VPN 流量伪装成常规的 Web 浏览，审查者无从分辨；质押自由意味着，由于误封的成本过高，审查机构不会阻止无法明确分辨的流量。':\n    '交通混淆和質押自由是有效規避互聯網封鎖的基石。混淆將 VPN 流量偽裝成常規的 Web 瀏覽,審查者無從分辨;質押自由意味著,由於誤封的成本過高,審查機構不會阻止無法明確分辨的流量。',\n  'V2Ray 是一个流量转发软件平台。它支持多种代理协议，并允许这些协议与多种传输层协议配合使用。而 VMess 是这个平台上原创的代理协议。与 TLS 传输方式配合使用的时候，他可以完美模拟 HTTPS 上网浏览。':\n    'V2Ray 是一個流量轉發軟件平台。它支持多種代理協議,並允許這些協議與多種傳輸層協議配合使用。而 VMess 是這個平台上原創的代理協議。與 TLS 傳輸方式配合使用的時候,他可以完美模擬 HTTPS 上網瀏覽。',\n  '我们不记录用户流量内容。但是，为了解决滥用问题，我们会记录您的部分活动信息。日志条目包括时间，源地址，目标地址和流量。我们不会实时监控您的网路通讯内容，但我们会进行事后审核。如果您的数据被司法传召，我们可能会与执法部门配合。':\n    '我們不記錄用戶流量內容。但是,為了解決濫用問題,我們會記錄您的部分活動信息。日誌條目包括時間,源地址,目標地址和流量。我們不會實時監控您的網路通訊內容,但我們會進行事後審核。如果您的數據被司法傳召,我們可能會與執法部門配合。',\n  '对于运行Windows、 macOS 和Linux 的个人计算机，有多个客户端可以助您保护网路通讯；对于运行iOS 和Android 的移动设备，为数不少的客户端App 可助您顺畅上网；更赞的是，对于开源路由器平台，如OpenWRT、Tomato 和Asus Merlin，连接到 UnPanel 只需安装一个插件。':\n    '對於運行Windows、 macOS 和Linux 的個人計算機,有多個客戶端可以助您保護網路通訊;對於運行iOS 和Android 的移動設備,為數不少的客戶端App 可助您順暢上網;更讚的是,對於開源路由器平台,如OpenWRT、Tomato 和Asus Merlin,連接到 UnPanel 只需安裝一個插件。',\n  '用户协议完整内容': `\n    <h6>特別提示</h6>\n        <p>\n          在此特別提醒您（用戶）在註冊成為 {appName} 用戶之前，請認真閱讀本《{appName}\n          用戶服務協議》 （以下簡稱「協議」） ，確保您充分理解本協議中各條款。\n          請您審慎閱讀並選擇接受或不接受本協議。 除非您接受本協議所有條款，\n          否則您無權註冊、登錄或使用本協議所涉服務。您\n          的註冊、登錄、使用等行為將視為對本協議的接受，並同意接受本協議各項條款的約束。 本協議約定\n          {appName} 與用戶之間關於」SSR「服務（以下簡稱「服務」）\n          的權利義務。「用戶」是指註冊、登錄、使用本服務的個人，{appName} 有權更新協議內容，\n          ，更新後的協議條款一旦公布即替代原協議條款，恕不再另行通知。\n        </p>\n\n        <h6>賬號註冊</h6>\n        <ol>\n          <li>\n            用戶在使用本服務前需要註冊一個 「{appName}」 賬號。「{appName}」\n            賬號應當使用郵箱綁定註冊，請用戶使用尚未與其他 「{appName}」 賬號綁定以及未被\n            {appName} 根據本協議封禁的郵箱註冊 「{appName}」 賬號。{appName}\n            有權根據用戶需求或產品需要對賬號註冊和綁定的方式進行變更，恕不再另行通知。\n          </li>\n          <li>\n            如果註冊申請者有被\n            {appName} 封禁的先例或涉嫌虛假註冊及濫用他人名義註冊，及其他不能得到許可的理由，{appName}\n            有權拒絕向其提供服務。\n          </li>\n        </ol>\n\n        <h6>賬戶安全</h6>\n        <ol>\n          <li>\n            用戶一旦註冊成功，成為 {appName} 的用戶，將得到一個用戶名和密碼，\n            並有權利使用自己的用戶名及密碼隨時登陸 {appName}。\n          </li>\n          <li>用戶對賬戶和密碼的安全負全部責任，同時對以其賬戶進行的所有活動和事件負全部責任。</li>\n          <li>{appName} 未經用戶允許不得泄露用戶的個人隱私與信息。</li>\n          <li>\n            如果用戶密碼泄露或者其他任何原因導致用戶的密碼安全受到威脅，應該及時和 {appName}\n            客服人員取得聯系，否則後果自負。\n          </li>\n        </ol>\n\n        <h6>用戶聲明與保證</h6>\n        <ol>\n          <li>用戶需具有完全民事行為能力，且具有達成交易履行其義務的能力。</li>\n          <li>\n            用戶通過使用 {appName}\n            的過程中所製作、上載、復製、發布、傳播的任何內容，包括但不限於賬號頭像、名稱、用戶說明等註冊信息及認證資料，或文字、語音、圖片、視頻、圖文等發送、回復和相關鏈接頁面，以及其他使用賬號或本服務所產生的內容，不得違反國家相關法律製度，包含但不限於如下原則：\n            <ul>\n              <li>反對憲法所確定的基本原則的</li>\n              <li>危害國家安全，泄露國家秘密，顛覆國家政權，破壞國家統一的</li>\n              <li>損害國家榮譽和利益的</li>\n              <li>煽動民族仇恨、民族歧視，破壞民族團結的</li>\n              <li>破壞國家宗教政策，宣揚邪教和封建迷信的</li>\n              <li>散布謠言，擾亂社會秩序，破壞社會穩定的</li>\n              <li>散布淫穢、色情、賭博、暴力、兇殺、恐怖或者教唆犯罪的</li>\n              <li>侮辱或者誹謗他人，侵害他人合法權益的</li>\n              <li>含有法律、行政法規禁止的其他內容的</li>\n            </ul>\n          </li>\n          <li>\n            用戶不得利用 「{appName}」\n            賬號或本服務製作、上載、復製、發布、傳播下幹擾正常運營，以及侵犯其他用戶或第三方合法權益的內容:\n            <ul>\n              <li>含有任何性或性暗示的</li>\n              <li>含有辱罵、恐嚇、威脅內容的</li>\n              <li>含有騷擾、垃圾廣告、惡意信息、誘騙信息的</li>\n              <li>涉及他人隱私、個人信息或資料的</li>\n              <li>侵害他人名譽權、肖像權、知識產權、商業秘密等合法權利的</li>\n              <li>含有其他幹擾本服務正常運營和侵犯其他用戶或第三方合法權益內容的信息</li>\n            </ul>\n          </li>\n        </ol>\n\n        <h6>服務內容</h6>\n        <ol>\n          <li>\n            {appName} 具體服務內容由 {appName} 根據實際情況提供，包括但不限於：\n            <ul>\n              <li>在線咨詢服務</li>\n              <li>網絡代理服務</li>\n            </ul>\n          </li>\n          <li>所有發給用戶的通告及其他消息都可通過郵箱或者用戶所提供的聯系方式發送。</li>\n          <li>本站無退款機製，不接受退款請求， 新註冊用戶請先試用。</li>\n        </ol>\n\n        <h6>服務的終止</h6>\n        <ol>\n          <li>\n            在下列情況下， {appName} 有權終止向用戶提供服務：\n            <ul>\n              <li>用戶違反本服務協議相關規定</li>\n              <li>\n                半年以以上未使用 「{appName}」 服務，{appName}\n                有權終止向用戶提供服務並不再保留用戶相關數據\n              </li>\n              <li>\n                用戶不得通過 「{appName}」 服務傳播違反本協議規定的內容，一經發現，{appName}\n                有權扣留賬戶內的金額\n              </li>\n              <li>本服務條款終止或更新時，用戶明確表示不願接受新的服務條款</li>\n              <li>其它 {appName} 認為需終止服務的情況</li>\n            </ul>\n          </li>\n          <li>服務終止後，{appName} 沒有義務為用戶保留原賬號中或與之相關的任何信息。</li>\n        </ol>\n\n        <h6>服務的變更、中斷</h6>\n        <ol>\n          <li>\n            鑒於網絡服務的特殊性，用戶需同意 {appName} 會變更、\n            中斷部分或全部的網絡服務，並刪除（不再保存）用戶在使用過程中提交的任何資料，而無需通知用戶，也無需對任何用戶或任何第三方承擔任何責任。\n          </li>\n          <li>\n            {appName}\n            需要定期或不定期地對提供網絡服務的平臺進行檢測或者更新，造成網絡服務在合理時間內的中斷，{appName}\n            有義務進行提前通知， 除此之外 {appName} 無需為此承擔任何責任。\n          </li>\n        </ol>\n\n        <h6>服務條款修改</h6>\n        <ol>\n          <li>\n            {appName} 有權隨時修改本服務條款的任何內容， 一旦本服務條款的任何內容發生變動，\n            {appName}\n            將會通過適當方式向用戶提示修改內容。\n          </li>\n          <li>\n            如果不同意 {appName} 對本服務條款所做的更新及改動，用戶有權停止使用\n            {appName} 服務。\n          </li>\n          <li>如果用戶繼續使用網絡服務，則視為用戶接受 {appName} 對本服務條款所做的修改。</li>\n        </ol>\n\n        <h6>免責與賠償聲明</h6>\n        <ol>\n          <li>\n            若 {appName} 已經明示其服務提供方式發生變更並提醒用戶應當註意事項，如因此類情況而\n            用戶未按要求操作所產生的一切後果由用戶自行承擔。\n          </li>\n          <li>\n            用戶明確同意其使用 {appName} 所存在的風險將完全由其自己承擔，因其使用\n            {appName}\n            而產生的一切後果也由其自己承擔。\n          </li>\n          <li>\n            用戶同意保障和維護 {appName} 及其他用戶的利益，由於用戶在使用\n            {appName} 有違法、不真實、\n            不正當、侵犯第三方合法權益的行為，或用戶違反本協議項下的任何條款而給 {appName}\n            及任何其他第三方造成損失，用戶同意承擔由此造成的損害賠償責任。\n          </li>\n        </ol>\n\n        <h6>隱私聲明</h6>\n        <ol>\n          <li>\n            適用範圍：\n            <ul>\n              <li>在用戶註冊 {appName} 賬戶時，根據要求提供的個人註冊信息</li>\n              <li>\n                在用戶使用 {appName}，或訪問其相關網頁時，\n                {appName} 自動接收並記錄的用戶瀏覽器上的服 務器數值，包括但不限於 IP\n                地址等數據及用戶要求取用的網頁記錄\n              </li>\n            </ul>\n          </li>\n          <li>\n            信息使用：\n            <ul>\n              <li>{appName} 不會向任何人出售或出借用戶的個人信息，除非事先得到用戶的許可</li>\n              <li>\n                {appName} 亦不允許任何第三方以任何手段收集、\n                編輯、出售或者無償傳播用戶的個人信息。任何用戶如從事上述活動，一經發現，{appName}\n                有權立即終止與該用戶的服務協議 ，查封其賬號\n              </li>\n              <li>\n                為達到服務用戶的目的，{appName}\n                可能通過使用用戶的個人信息，向用戶提供服務，包括但不限於向用戶發出產品和服務信息\n              </li>\n            </ul>\n          </li>\n          <li>\n            信息披露： 用戶的個人信息將在下述情況下部分或全部被披露\n            <ul>\n              <li>經用戶同意，向第三方披露</li>\n              <li>根據法律的有關規定，或者行政或司法機構的要求，向第三方或者行政、司法機構披露</li>\n              <li>如果用戶出現違反中國有關法律或者網站政策的情況，需要向第三方披露</li>\n              <li>\n                用戶使用 {appName} 時提供的銀行賬戶信息，{appName} 將嚴格履行相關保密約定\n              </li>\n            </ul>\n          </li>\n        </ol>\n\n        <h6>其他</h6>\n        <ol>\n          <li>\n            {appName} 鄭重提醒用戶註意本協議中免除 {appName}\n            責任和限製用戶權利的條款，請用戶仔細閱讀，自主考慮風險。未成年人應在法定監護人的陪同下閱讀本協議。\n          </li>\n          <li>本協議最終解釋權歸 {appName} 所有，並且保留一切解釋和修改的權力。</li>\n          <li>本協議從即日起2022年12月01日起適用。</li>\n        </ol>\n  `\n}\n"
  },
  {
    "path": "static/js/app.9a3749eb.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"app\"],{0:function(e,n,t){t(\"3802\"),e.exports=t(\"56d7\")},\"0237\":function(e,n,t){\"use strict\";t(\"8882\")},\"12cb\":function(e,n,t){\"use strict\";t.d(n,\"b\",(function(){return d}));t(\"ac1f\"),t(\"5319\"),t(\"caad\"),t(\"2532\");var a=t(\"2b0e\"),r=t(\"a925\"),c=t(\"30b4\");a[\"a\"].use(r[\"a\"]);var o=window.langs,u=o.zhCN,i=o.zhTW,s=o.enUS;function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",n=function(){var e=(navigator.language||navigator.browserLanguage).replace(/[-_]/g,\"\").toLowerCase();return e.includes(\"zhcn\")?\"zhCN\":e.includes(\"zhtw\")?\"zhTW\":\"enUS\"},t=c[\"e\"].get(c[\"c\"])||n();return document.body.classList.add(t),t.substring(0,2)+e+t.substring(2)}n[\"a\"]=new r[\"a\"]({locale:d(),messages:{zhCN:u,zhTW:i,enUS:s}})},\"22d6\":function(e,n,t){var a={\"./gate/routes/static.js\":\"d82d\",\"./stage/routes/static.js\":\"f488\"};function r(e){var n=c(e);return t(n)}function c(e){if(!t.o(a,e)){var n=new Error(\"Cannot find module '\"+e+\"'\");throw n.code=\"MODULE_NOT_FOUND\",n}return a[e]}r.keys=function(){return Object.keys(a)},r.resolve=c,e.exports=r,r.id=\"22d6\"},2887:function(e,n,t){},\"30b4\":function(e,n,t){\"use strict\";t.d(n,\"a\",(function(){return o})),t.d(n,\"b\",(function(){return u})),t.d(n,\"c\",(function(){return i})),t.d(n,\"d\",(function(){return s}));var a=t(\"2b0e\"),r=t(\"c16e\"),c=t.n(r);a[\"a\"].use(c.a,{namespace:\"__AURORA__\",name:\"ls\",storage:\"local\"});var o=\"authorization\",u=\"Darkmode\",i=\"Language\",s=\"Notice\";n[\"e\"]=a[\"a\"].ls},3660:function(e,n,t){},\"4e28\":function(e,n,t){\"use strict\";t(\"ee9a\")},\"54d7\":function(e,n,t){\"use strict\";t.d(n,\"n\",(function(){return r})),t.d(n,\"l\",(function(){return c})),t.d(n,\"k\",(function(){return o})),t.d(n,\"m\",(function(){return u})),t.d(n,\"c\",(function(){return i})),t.d(n,\"a\",(function(){return s})),t.d(n,\"b\",(function(){return d})),t.d(n,\"d\",(function(){return f})),t.d(n,\"f\",(function(){return l})),t.d(n,\"e\",(function(){return h})),t.d(n,\"j\",(function(){return p})),t.d(n,\"h\",(function(){return m})),t.d(n,\"i\",(function(){return b})),t.d(n,\"g\",(function(){return g}));var a=window.EnvConfig,r=a.staticUrl,c=a.serverUrl||window.location.origin,o=a.landPage,u=\"show\"===a.showRegInvite,i=a.appName,s=a.appDesc,d=(a.appTheme,a.appColor,a.appLogo),f=a.appVersion,l=a.clientIOS,h=a.clientAndroid,p=a.clientWindows,m=a.clientMacOS,b=a.clientOpenwrt,g=a.clientLinux},\"56d7\":function(e,n,t){\"use strict\";t.r(n);t(\"e260\"),t(\"e6cf\"),t(\"cca6\"),t(\"a79d\"),t(\"ac1f\"),t(\"5319\"),t(\"5fe0\");var a=t(\"2b0e\"),r=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t(\"div\",{attrs:{id:\"app\"}},[t(\"a-config-provider\",{attrs:{locale:e.locale}},[t(\"router-view\")],1)],1)},c=[],o=t(\"677e\"),u=t.n(o),i=t(\"ce7d\"),s=t.n(i),d=t(\"766a\"),f=t.n(d),l=t(\"12cb\"),h={zhCN:u.a,zhTW:s.a,enUS:f.a},p={name:\"App\",data:function(){return{locale:h[Object(l[\"b\"])()]}},mounted:function(){this.initAppConfig()},methods:{initAppConfig:function(){this.$store.dispatch(\"auth/getGlobalConfig\")}}},m=p,b=(t(\"4e28\"),t(\"2877\")),g=Object(b[\"a\"])(m,r,c,!1,null,\"44d27808\",null),v=g.exports,w=t(\"f23d\"),k=(t(\"2fbf\"),t(\"d71b\")),O=t(\"9c30\"),j=(t(\"3660\"),t(\"ecff\"),t(\"2887\"),function(){var e=this,n=e.$createElement,t=e._self._c||n;return t(\"span\",e._g({staticClass:\"svg-icon\",class:{disabled:e.disabled},style:e.style},e.$listeners),[t(\"i\",{class:[e.iconName,e.iconWeight]})])}),y=[],_=(t(\"b0c0\"),{name:\"SvgIcon\",props:{name:{type:String,required:!0},weight:{type:String,required:!1,default:\"regular\"},disabled:{type:Boolean,default:!1},size:{type:String,default:\"\"}},computed:{iconName:function(){return\"ph-\"+this.name},iconWeight:function(){return\"regular\"===this.weight?\"ph\":\"ph-\"+this.weight},style:function(){return this.size?{fontSize:this.size}:{}}}}),C=_,x=(t(\"0237\"),Object(b[\"a\"])(C,j,y,!1,null,\"4db41a58\",null)),S=x.exports;a[\"a\"].component(\"svg-icon\",S);var E=t(\"c7eb\"),U=t(\"5530\"),N=t(\"1da1\"),L=t(\"2909\"),P=(t(\"99af\"),t(\"a15b\"),t(\"caad\"),t(\"8c4f\")),T=(t(\"13d5\"),t(\"d3b7\"),t(\"ddb0\"),t(\"466d\"),t(\"d9e2\"),t(\"2f62\"));a[\"a\"].use(T[\"a\"]);var I=t(\"9da2\"),z=I.keys().reduce((function(e,n){var t=n.match(/(\\w+)\\.js/)[1];if(e[t])throw new Error(\"store模块文件名不允许重名，请修改\");var a=I(n);return e[t]=a.default,e}),{}),D=new T[\"a\"].Store({modules:z}),F=D;function R(){var e=M.keys(),n=e.reduce((function(e,n){return e.concat(M(n).default)}),[]);return n}var $=t(\"30b4\"),A=t(\"54d7\"),G=P[\"a\"].prototype.push;P[\"a\"].prototype.push=function(e){return G.call(this,e).catch((function(e){return e}))},a[\"a\"].use(P[\"a\"]);var M=t(\"22d6\"),W=new P[\"a\"]({mode:\"hash\",scrollBehavior:function(){return{y:0}},routes:[].concat(Object(L[\"a\"])(R()),[{path:\"*\",name:\"404\",redirect:\"/error\"}])}),Y=[\"/\",\"/home\",\"/login\",\"/register\",\"/reset-password\",\"/agreement\",\"/error\"];W.beforeEach(function(){var e=Object(N[\"a\"])(Object(E[\"a\"])().mark((function e(n,t,a){var r,c,o,u;return Object(E[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(document.title=[A[\"c\"],null!==(r=null===(c=n.meta)||void 0===c?void 0:c.name)&&void 0!==r?r:\"\"].reverse().join(\" - \"),window.conso1e.log(19),\"/error\"!==n.path){e.next=4;break}return e.abrupt(\"return\",a());case 4:if(o=$[\"e\"].get($[\"a\"]),!o){e.next=29;break}if(\"/login\"!==n.path){e.next=10;break}a({path:\"/stage\"}),e.next=27;break;case 10:if(u=F.state.auth.userInfo,!u.uuid){e.next=15;break}a(),e.next=27;break;case 15:return e.prev=15,e.next=18,F.dispatch(\"auth/getUserConfig\");case 18:return e.next=20,F.dispatch(\"auth/getUserInfo\");case 20:a(Object(U[\"a\"])(Object(U[\"a\"])({},n),{},{replace:!0})),e.next=27;break;case 23:e.prev=23,e.t0=e[\"catch\"](15),console.error(e.t0),a(\"/error\");case 27:e.next=30;break;case 29:Y.includes(n.path)?a():a(\"/login\");case 30:case\"end\":return e.stop()}}),e,null,[[15,23]])})));return function(n,t,a){return e.apply(this,arguments)}}());var B=W,q=t(\"ec26\"),H=(t(\"4de4\"),t(\"72f9\")),V=t.n(H),J=t(\"f248\"),K=t.n(J),Q=t(\"5a0c\"),X=t.n(Q);a[\"a\"].filter(\"amount\",(function(){var e,n,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,a=null!==(e=null===(n=F.state.auth.userConfig)||void 0===n?void 0:n.currency_symbol)&&void 0!==e?e:\"¥\";return V()(t,{fromCents:!0,symbol:a}).format()})),a[\"a\"].filter(\"flow\",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return K()(e)})),a[\"a\"].filter(\"date\",(function(e){return e?X.a.unix(e).format(\"YYYY/MM/DD\"):\"\"})),a[\"a\"].filter(\"datetime\",(function(e){return e?X.a.unix(e).format(\"YYYY/MM/DD HH:mm:ss\"):\"\"})),a[\"a\"].prototype.$appName=A[\"c\"],a[\"a\"].prototype.$appDesc=A[\"a\"],a[\"a\"].prototype.$appLogo=A[\"b\"],a[\"a\"].prototype.$appVersion=A[\"d\"].replace(/\\.\\d{8,}/,\"\"),a[\"a\"].prototype.$uuid=q[\"a\"],a[\"a\"].use(w[\"a\"]),a[\"a\"].use(k[\"a\"]),a[\"a\"].config.productionTip=!1,window.isDarkMode()?O[\"enable\"]({brightness:100,contrast:90,sepia:10}):O[\"disable\"](),new a[\"a\"]({el:\"#app\",router:B,store:F,i18n:l[\"a\"],render:function(e){return e(v)}})},\"5fe0\":function(e,n){window.conso1e={log:function(){}}},\"62d0\":function(e,n,t){\"use strict\";t.d(n,\"b\",(function(){return c})),t.d(n,\"c\",(function(){return o})),t.d(n,\"d\",(function(){return u})),t.d(n,\"g\",(function(){return i})),t.d(n,\"h\",(function(){return s})),t.d(n,\"f\",(function(){return d})),t.d(n,\"e\",(function(){return f})),t.d(n,\"a\",(function(){return l}));var a=t(\"54d7\"),r=t(\"8c8a\");function c(){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/guest/comm/config\",method:\"get\"})}function o(){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/comm/config\",method:\"get\"})}function u(){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/info\",method:\"get\"})}function i(e){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/passport/auth/login\",method:\"post\",data:e})}function s(e){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/passport/auth/register\",method:\"post\",data:e})}function d(e){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/passport/comm/sendEmailVerify\",method:\"post\",params:e})}function f(e){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/passport/auth/forget\",method:\"post\",params:e})}function l(e){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/changePassword\",method:\"post\",params:e})}},79482:function(e,n,t){\"use strict\";t.r(n);var a=t(\"c7eb\"),r=t(\"1da1\"),c=(t(\"14d9\"),t(\"62d0\")),o={globalConfig:{},userConfig:{},userInfo:{},alertFlag:!1},u={SET_GLOBAL_CONFIG:function(e,n){e.globalConfig=n},SET_USER_CONFIG:function(e,n){e.userConfig=n},SET_USER_INFO:function(e,n){e.userInfo=n},SET_ALERT_FLAG:function(e,n){e.alertFlag=n}},i={getGlobalConfig:function(e){return Object(r[\"a\"])(Object(a[\"a\"])().mark((function n(){var t,r;return Object(a[\"a\"])().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return t=e.commit,window.conso1e.log(75),n.next=4,Object(c[\"b\"])();case 4:r=n.sent,t(\"SET_GLOBAL_CONFIG\",r.data);case 6:case\"end\":return n.stop()}}),n)})))()},getUserConfig:function(e){return Object(r[\"a\"])(Object(a[\"a\"])().mark((function n(){var t,r;return Object(a[\"a\"])().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return t=e.commit,window.conso1e.log(219),n.next=4,Object(c[\"c\"])();case 4:r=n.sent,t(\"SET_USER_CONFIG\",r.data);case 6:case\"end\":return n.stop()}}),n)})))()},getUserInfo:function(e){return Object(r[\"a\"])(Object(a[\"a\"])().mark((function n(){var t,r;return Object(a[\"a\"])().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return t=e.commit,window.conso1e.log(201),n.next=4,Object(c[\"d\"])();case 4:r=n.sent,window.$crisp&&(window.$crisp.push([\"set\",\"user:email\",[r.data.email]]),window.$crisp.push([\"set\",\"session:data\",[[[\"Balance\",r.data.balance/100]]]])),t(\"SET_USER_INFO\",r.data);case 7:case\"end\":return n.stop()}}),n)})))()}};n[\"default\"]={namespaced:!0,state:o,mutations:u,actions:i}},8882:function(e,n,t){},\"8c8a\":function(e,n,t){\"use strict\";t(\"d3b7\");var a=t(\"bc3a\"),r=t.n(a),c=t(\"56cd\"),o=t(\"30b4\"),u=t(\"323e\"),i=t.n(u),s=(t(\"a5d8\"),t(\"12cb\")),d=r.a.create({baseURL:\"\",timeout:3e4});function f(){i.a.start()}function l(){i.a.done()}i.a.configure({showSpinner:!1}),d.interceptors.request.use((function(e){window.conso1e.log(22),f();var n=Object(s[\"b\"])(\"-\"),t=o[\"e\"].get(o[\"a\"]);return t&&(e.headers[o[\"a\"]]=t),n&&(e.headers[\"Content-Language\"]=n),e}),(function(e){return Promise.reject(e)})),d.interceptors.response.use((function(e){l();var n=e.data;return n}),(function(e){l();try{var n=e.response.data;c[\"a\"].error({message:s[\"a\"].t(\"请求失败\"),description:n.message}),403===e.response.status&&o[\"e\"].remove(o[\"a\"])}catch(t){c[\"a\"].error({message:s[\"a\"].t(\"请求失败\"),description:s[\"a\"].t(\"似乎出了点问题\")})}return Promise.reject(e)})),n[\"a\"]=d},\"9da2\":function(e,n,t){var a={\"./views/gate/stores/auth.js\":\"79482\"};function r(e){var n=c(e);return t(n)}function c(e){if(!t.o(a,e)){var n=new Error(\"Cannot find module '\"+e+\"'\");throw n.code=\"MODULE_NOT_FOUND\",n}return a[e]}r.keys=function(){return Object.keys(a)},r.resolve=c,e.exports=r,r.id=\"9da2\"},d82d:function(e,n,t){\"use strict\";t.r(n);t(\"d3b7\"),t(\"3ca3\"),t(\"ddb0\");var a=t(\"54d7\"),r=t(\"12cb\");n[\"default\"]=[{path:\"/\",name:\"Root\",redirect:\"index\"===a[\"k\"]?\"/home\":\"/login\"},{path:\"/home\",name:\"Home\",component:function(){return Promise.all([t.e(\"chunk-8c5d225c\"),t.e(\"chunk-6bb7a56f\"),t.e(\"chunk-6765a98f\")]).then(t.bind(null,\"c465\"))},meta:{name:r[\"a\"].t(\"首页\")}},{path:\"/login\",name:\"Login\",component:function(){return Promise.all([t.e(\"chunk-2d0aa5b8\"),t.e(\"chunk-8c5d225c\"),t.e(\"chunk-6e83591c\"),t.e(\"chunk-24f7a0d6\"),t.e(\"chunk-6462ad91\")]).then(t.bind(null,\"cc9a\"))},meta:{name:r[\"a\"].t(\"登录\")}},{path:\"/register\",name:\"Register\",component:function(){return Promise.all([t.e(\"chunk-2d0aa5b8\"),t.e(\"chunk-8c5d225c\"),t.e(\"chunk-6e83591c\"),t.e(\"chunk-24f7a0d6\"),t.e(\"chunk-a5232a28\")]).then(t.bind(null,\"16e9\"))},meta:{name:r[\"a\"].t(\"注册\")}},{path:\"/reset-password\",name:\"ResetPassword\",component:function(){return Promise.all([t.e(\"chunk-2d0aa5b8\"),t.e(\"chunk-8c5d225c\"),t.e(\"chunk-6e83591c\"),t.e(\"chunk-24f7a0d6\"),t.e(\"chunk-7e75c5a6\")]).then(t.bind(null,\"04b6\"))},meta:{name:r[\"a\"].t(\"重置密码\")}},{path:\"/agreement\",name:\"Agreement\",component:function(){return t.e(\"chunk-3548057f\").then(t.bind(null,\"364d\"))},meta:{name:r[\"a\"].t(\"服务协议\")}},{path:\"/error\",name:\"Error\",component:function(){return Promise.all([t.e(\"chunk-8c5d225c\"),t.e(\"chunk-d24ef460\")]).then(t.bind(null,\"8a7e\"))},meta:{name:r[\"a\"].t(\"异常\")}}]},ecff:function(e,n,t){},ee9a:function(e,n,t){},f488:function(e,n,t){\"use strict\";t.r(n);t(\"d3b7\"),t(\"3ca3\"),t(\"ddb0\");var a=t(\"12cb\");n[\"default\"]=[{path:\"/stage\",name:\"Stage\",component:function(){return t.e(\"chunk-753cdac9\").then(t.bind(null,\"08c4\"))},redirect:\"/stage/dashboard\",children:[{path:\"/stage/dashboard\",name:\"Dashboard\",component:function(){return Promise.all([t.e(\"chunk-6e83591c\"),t.e(\"chunk-131c13e9\"),t.e(\"chunk-607f2d24\"),t.e(\"chunk-9806f83e\"),t.e(\"chunk-12f016f3\")]).then(t.bind(null,\"12a6\"))},meta:{name:a[\"a\"].t(\"仪表盘\")}},{path:\"/stage/knowledge\",name:\"Knowledge\",component:function(){return Promise.all([t.e(\"chunk-2d0aa5b8\"),t.e(\"chunk-d4acb0c8\"),t.e(\"chunk-8ce954c8\")]).then(t.bind(null,\"538b\"))},meta:{name:a[\"a\"].t(\"使用文档\")}},{path:\"/stage/flow\",name:\"Flow\",component:function(){return t.e(\"chunk-4cdaad7c\").then(t.bind(null,\"dae4\"))},meta:{name:a[\"a\"].t(\"流量明细\")}},{path:\"/stage/profile\",name:\"Profile\",component:function(){return Promise.all([t.e(\"chunk-2d0aa5b8\"),t.e(\"chunk-78d4ca10\")]).then(t.bind(null,\"a75e\"))},meta:{name:a[\"a\"].t(\"个人中心\")}},{path:\"/stage/invite\",name:\"Invite\",component:function(){return Promise.all([t.e(\"chunk-2d0aa5b8\"),t.e(\"chunk-6e83591c\"),t.e(\"chunk-24f7a0d6\"),t.e(\"chunk-59e0bc55\")]).then(t.bind(null,\"b528\"))},meta:{name:a[\"a\"].t(\"我的邀请\")}},{path:\"/stage/buysubs\",name:\"Buysubs\",component:function(){return t.e(\"chunk-562c69ae\").then(t.bind(null,\"0ffc\"))},meta:{name:a[\"a\"].t(\"购买订阅\")}},{path:\"/stage/buysubs/order\",name:\"BuysubsOrder\",component:function(){return t.e(\"chunk-b418fdba\").then(t.bind(null,\"6c95\"))},meta:{name:a[\"a\"].t(\"订阅详情\")}},{path:\"/stage/mysubs\",name:\"Mysubs\",component:function(){return Promise.all([t.e(\"chunk-131c13e9\"),t.e(\"chunk-607f2d24\"),t.e(\"chunk-3f085023\")]).then(t.bind(null,\"99c9\"))},meta:{name:a[\"a\"].t(\"我的订阅\")}},{path:\"/stage/order\",name:\"Order\",component:function(){return t.e(\"chunk-360fb284\").then(t.bind(null,\"7f84\"))},meta:{name:a[\"a\"].t(\"我的订单\")}},{path:\"/stage/order/info\",name:\"OrderInfo\",component:function(){return t.e(\"chunk-79e2d36c\").then(t.bind(null,\"89cf\"))},meta:{name:a[\"a\"].t(\"订单详情\")}},{path:\"/stage/ticket\",name:\"Ticket\",component:function(){return t.e(\"chunk-38cf90e9\").then(t.bind(null,\"51a2\"))},meta:{name:a[\"a\"].t(\"我的工单\")}},{path:\"/stage/webview\",name:\"Webview\",component:function(){return t.e(\"chunk-bf9939ba\").then(t.bind(null,\"b665\"))},meta:{name:a[\"a\"].t(\"查看\")}}]},{path:\"/pay/qrcode\",name:\"PayQrcode\",component:function(){return Promise.all([t.e(\"chunk-131c13e9\"),t.e(\"chunk-4a44ccd3\")]).then(t.bind(null,\"b29c\"))},meta:{name:a[\"a\"].t(\"支付\")}},{path:\"/order/:id\",name:\"OrderCallback\",component:function(){return t.e(\"chunk-2d21d665\").then(t.bind(null,\"d0ad\"))},meta:{name:a[\"a\"].t(\"支付成功\")}}]}},[[0,\"runtime\",\"n\"]]]);"
  },
  {
    "path": "static/js/chunk-12f016f3.e634e961.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-12f016f3\"],{\"004a\":function(t,e,s){\"use strict\";s.d(e,\"c\",(function(){return i})),s.d(e,\"b\",(function(){return r})),s.d(e,\"a\",(function(){return o}));var a=s(\"77fe\"),n=s(\"12cb\"),i=new a[\"a\"]({ALL:[0,n[\"a\"].t(\"全部\")],PERIOD:[1,n[\"a\"].t(\"按周期\")],ONE_TIME:[2,n[\"a\"].t(\"按流量\")]}),r=new a[\"a\"]({NUMBER:[1,n[\"a\"].t(\"折扣金额\")],PERCENT:[2,n[\"a\"].t(\"折扣百分比\")]}),o=new a[\"a\"]({UNBUY:[1,n[\"a\"].t(\"未购买\")],PERIOD:[2,n[\"a\"].t(\"周期性订阅\")],ONE_TIME:[3,n[\"a\"].t(\"一次性订阅\")]})},\"0a1e\":function(t,e,s){\"use strict\";s.d(e,\"b\",(function(){return i})),s.d(e,\"a\",(function(){return r}));var a=s(\"54d7\"),n=s(\"8c8a\");function i(){return Object(n[\"a\"])({url:a[\"l\"]+\"/api/v1/user/notice/fetch\",method:\"get\"})}function r(){return Object(n[\"a\"])({url:a[\"l\"]+\"/api/v1/user/getStat\",method:\"get\"})}},\"0bd1\":function(t,e,s){},\"12a6\":function(t,e,s){\"use strict\";s.r(e);var a=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s(\"div\",{staticClass:\"dashboard-container\"},[s(\"div\",{staticClass:\"overview-box\"},[t.isVIP?s(\"a-row\",{attrs:{gutter:[20,20]}},[s(\"a-col\",{attrs:{md:12,xl:6}},[s(\"div\",{staticClass:\"item use-shadow\",on:{click:t.onBuySubs}},[s(\"div\",{staticClass:\"icon\"},[s(\"svg-icon\",{attrs:{name:\"calendar-check\"}})],1),s(\"div\",{staticClass:\"right\"},[t.comboType===t.ComboEnum.PERIOD?[s(\"div\",{staticClass:\"tit\"},[t._v(t._s(t._f(\"date\")(t.expiredDate)))]),s(\"div\",{staticClass:\"exp\"},[t.expiredResidue>0?s(\"span\",[t._v(t._s(t.$t(\"到期时间\")))]):s(\"span\",{staticStyle:{color:\"#ff4200\"}},[t._v(t._s(t.$t(\"已过期\")))])])]:t.comboType===t.ComboEnum.ONE_TIME?[s(\"div\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"无\")))]),s(\"div\",{staticClass:\"exp\"},[s(\"span\",[t._v(t._s(t.$t(\"到期时间\")))])])]:t.comboType===t.ComboEnum.UNBUY?[s(\"div\",{staticClass:\"exp\"},[s(\"span\",[t._v(t._s(t.$t(\"未购买订阅\")))])])]:t._e()],2),s(\"a-icon\",{staticClass:\"arrow\",attrs:{type:\"right\"}})],1)]),s(\"a-col\",{attrs:{md:12,xl:6}},[s(\"div\",{staticClass:\"item use-shadow\",on:{click:function(e){return t.$router.push(\"/stage/invite\")}}},[s(\"div\",{staticClass:\"icon\"},[s(\"svg-icon\",{attrs:{name:\"currency-jpy\"}})],1),s(\"div\",{staticClass:\"right\"},[s(\"div\",{staticClass:\"tit\"},[t._v(t._s(t._f(\"amount\")(t.userInfo.balance)))]),s(\"div\",{staticClass:\"exp\"},[t._v(t._s(t.$t(\"帐户余额\")))])]),s(\"a-icon\",{staticClass:\"arrow\",attrs:{type:\"right\"}})],1)]),s(\"a-col\",{attrs:{md:12,xl:6}},[s(\"div\",{staticClass:\"item use-shadow\",on:{click:function(e){return t.$router.push(\"/stage/mysubs\")}}},[s(\"div\",{staticClass:\"icon\"},[s(\"svg-icon\",{attrs:{name:\"chart-bar\"}})],1),s(\"div\",{staticClass:\"right\"},[t.comboType===t.ComboEnum.PERIOD?[t.expiredResidue>0?s(\"div\",{staticClass:\"tit\"},[t._v(t._s(t._f(\"flow\")(t.leftFlow)))]):s(\"div\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"无\")))])]:t._e(),t.comboType===t.ComboEnum.ONE_TIME?[s(\"div\",{staticClass:\"tit\"},[t._v(t._s(t._f(\"flow\")(t.leftFlow)))])]:t._e(),t.comboType===t.ComboEnum.UNBUY?[s(\"div\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"无\")))])]:t._e(),s(\"div\",{staticClass:\"exp\"},[t._v(t._s(t.$t(\"剩余流量\")))])],2),s(\"a-icon\",{staticClass:\"arrow\",attrs:{type:\"right\"}})],1)]),s(\"a-col\",{attrs:{md:12,xl:6}},[s(\"div\",{staticClass:\"item use-shadow\",on:{click:function(e){return t.$router.push(\"/stage/ticket\")}}},[s(\"div\",{staticClass:\"icon\"},[s(\"svg-icon\",{attrs:{name:\"alarm\"}})],1),s(\"div\",{staticClass:\"right\"},[s(\"div\",{staticClass:\"tit\"},[t._v(t._s(t.workOrders)+\" \"+t._s(t.$t(\"条\")))]),s(\"div\",{staticClass:\"exp\"},[t._v(t._s(t.$t(\"待办工单\")))])]),s(\"a-icon\",{staticClass:\"arrow\",attrs:{type:\"right\"}})],1)])],1):s(\"div\",{staticClass:\"spin-loading\"},[s(\"a-spin\",{attrs:{size:\"large\"}})],1)],1),s(\"subscribe-info\",{attrs:{reverse:\"\"},on:{change:t.onSubscribeChange}}),s(\"div\",{staticClass:\"panel-box\"},[s(\"div\",{staticClass:\"panel-header\"},[s(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"流量明细\")))])]),s(\"div\",{staticClass:\"panel-body flow-box use-shadow\",staticStyle:{padding:\"0\"}},[t.chartData?s(\"div\",[t.chartData.length>0?s(\"div\",{ref:\"refChart\",staticClass:\"chart-box\"}):s(\"div\",{staticClass:\"no-data\"},[s(\"a-empty\",{attrs:{image:t.simpleImage,description:t.$t(\"暂无数据\")}})],1)]):s(\"div\",{staticClass:\"spin-loading\"},[s(\"a-spin\",{attrs:{size:\"large\"}})],1)])]),s(\"transition\",{attrs:{name:\"slide-fade\"}},[s(\"a-alert\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.showTip,expression:\"showTip\"}],staticClass:\"unpay-tip\",attrs:{type:\"warning\",banner:\"\",closable:\"\"}},[s(\"div\",{staticClass:\"cont\",attrs:{slot:\"message\"},slot:\"message\"},[t._v(\" \"+t._s(t.$t(\"检测到还有没支付的订单\"))+\", \"),s(\"router-link\",{staticClass:\"link\",attrs:{to:\"/stage/order\"}},[t._v(t._s(t.$t(\"立即支付\")))])],1)])],1)],1)},n=[],i=s(\"c7eb\"),r=s(\"1da1\"),o=s(\"5530\"),c=(s(\"14d9\"),s(\"b0c0\"),s(\"a15b\"),s(\"d81d\"),s(\"fc25\")),u=s(\"22b4\"),l=s(\"1be7\"),d=s(\"3620\"),b=s(\"9394\"),p=s(\"2da7\"),v=s(\"4b2a\"),f=s(\"5e81\"),m=s(\"e600\"),h=s(\"ee29\"),w=s(\"c55a\"),_=s(\"f95e\"),g=s(\"0a1e\"),C=s(\"1f51\"),x=s(\"004a\"),y=s(\"f4e7\"),k=s(\"5a0c\"),$=s.n(k),O=s(\"f248\"),E=s.n(O),I=s(\"2f62\");u[\"a\"]([b[\"a\"],p[\"a\"],v[\"a\"],f[\"a\"],m[\"a\"],d[\"a\"],h[\"a\"],w[\"a\"],_[\"a\"]]);var T={name:\"Dashboard\",components:{SubscribeInfo:y[\"a\"]},data:function(){return{chartData:null,workOrders:0,expiredDate:\"\",expiredResidue:null,comboType:null,leftFlow:\"\",planId:\"\",simpleImage:\"\",showTip:!1,ComboEnum:x[\"a\"]}},computed:Object(o[\"a\"])(Object(o[\"a\"])({},Object(I[\"b\"])(\"auth\",[\"userInfo\"])),{},{isVIP:function(){return!0}}),created:function(){this.simpleImage=c[\"a\"].PRESENTED_IMAGE_SIMPLE},mounted:function(){this.initFlowChart(),this.initMySubscribe()},methods:{initMySubscribe:function(){var t=this;return Object(r[\"a\"])(Object(i[\"a\"])().mark((function e(){var s,a,n;return Object(i[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Object(g[\"a\"])();case 2:a=e.sent,t.workOrders=null!==(s=a.data[1])&&void 0!==s?s:0,n=Boolean(a.data[0]),n&&(t.showTip=!0);case 6:case\"end\":return e.stop()}}),e)})))()},onSubscribeChange:function(t){var e=t.expiredDate,s=t.expiredResidue,a=t.leftFlow,n=t.planId,i=t.comboType;this.expiredDate=e,this.expiredResidue=s,this.comboType=i,this.leftFlow=a,this.planId=n},onBuySubs:function(){this.planId?this.$router.push(\"/stage/buysubs/order?id=\"+this.planId):this.$router.push(\"/stage/buysubs\")},initFlowChart:function(){var t=this;return Object(r[\"a\"])(Object(i[\"a\"])().mark((function e(){var s,a,n,r,o;return Object(i[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return window.conso1e.log(215),e.next=3,Object(C[\"a\"])();case 3:if(s=e.sent,a=s.data,n=void 0===a?[]:a,t.chartData=n,0!==n.length){e.next=9;break}return e.abrupt(\"return\");case 9:return e.next=11,t.$nextTick();case 11:r=t.$refs.refChart,o=l[\"b\"](r),o.setOption({tooltip:{trigger:\"axis\",formatter:function(t){return 0===t.length?\"\":t[0].name+\"<br>\"+t.map((function(t){return t.marker+t.seriesName+\" \"+E()(t.value)})).join(\"<br>\")},axisPointer:{type:\"cross\",label:{backgroundColor:\"#6a7985\"}}},grid:{left:100,right:60,top:40,bottom:40},xAxis:{type:\"category\",boundaryGap:!1,data:n.map((function(t){return $.a.unix(t.record_at).format(\"YYYY-MM-DD\")}))},yAxis:{type:\"value\",axisLabel:{formatter:function(t){return E()(t)}}},series:[{name:t.$t(\"上行\"),data:n.map((function(t){return t.u})),type:\"line\",smooth:!0,showSymbol:!1,stack:\"flow\",areaStyle:{}},{name:t.$t(\"下行\"),data:n.map((function(t){return t.d})),type:\"line\",smooth:!0,showSymbol:!1,stack:\"flow\",areaStyle:{}}]}),window.addEventListener(\"resize\",(function(){o.resize()}),!1);case 15:case\"end\":return e.stop()}}),e)})))()}}},D=T,j=(s(\"9b32\"),s(\"2852\"),s(\"2877\")),S=Object(j[\"a\"])(D,a,n,!1,null,\"89687700\",null);e[\"default\"]=S.exports},\"1dd1\":function(t,e,s){\"use strict\";s.d(e,\"b\",(function(){return i})),s.d(e,\"a\",(function(){return r})),s.d(e,\"f\",(function(){return o})),s.d(e,\"e\",(function(){return c})),s.d(e,\"c\",(function(){return u})),s.d(e,\"d\",(function(){return l}));var a=s(\"54d7\"),n=s(\"8c8a\");function i(){return Object(n[\"a\"])({url:a[\"l\"]+\"/api/v1/user/plan/fetch\",method:\"get\"})}function r(t){return Object(n[\"a\"])({url:a[\"l\"]+\"/api/v1/user/plan/fetch?id=\".concat(t),method:\"get\"})}function o(t){return Object(n[\"a\"])({url:a[\"l\"]+\"/api/v1/user/coupon/check\",method:\"post\",data:t})}function c(t){return Object(n[\"a\"])({url:a[\"l\"]+\"/api/v1/user/order/save\",method:\"post\",params:t})}function u(){return Object(n[\"a\"])({url:a[\"l\"]+\"/api/v1/user/server/fetch\",method:\"get\"})}function l(){return Object(n[\"a\"])({url:a[\"l\"]+\"/api/v1/user/getSubscribe\",method:\"get\"})}},\"1f51\":function(t,e,s){\"use strict\";s.d(e,\"a\",(function(){return i}));var a=s(\"54d7\"),n=s(\"8c8a\");function i(){return Object(n[\"a\"])({url:a[\"l\"]+\"/api/v1/user/stat/getTrafficLog\",method:\"get\"})}},2852:function(t,e,s){\"use strict\";s(\"302a\")},\"302a\":function(t,e,s){},\"77fe\":function(t,e,s){\"use strict\";var a=s(\"d4ec\"),n=s(\"bee2\"),i=(s(\"d3b7\"),s(\"159b\"),s(\"b64b\"),s(\"d81d\"),s(\"7db0\"),function(){function t(e){Object(a[\"a\"])(this,t),this.defination=e,this.parseDefination()}return Object(n[\"a\"])(t,[{key:\"parseDefination\",value:function(){var t=this;Object.keys(this.defination).forEach((function(e){t[e]=t.defination[e][0]}))}},{key:\"toArray\",value:function(){var t=this,e=Object.keys(this.defination).map((function(e){var s=t.defination[e];return{value:s[0],label:s[1]}}));return e}},{key:\"getLabel\",value:function(t){var e,s;return null!==(e=null===(s=this.toArray().find((function(e){return String(e.value)===String(t)})))||void 0===s?void 0:s.label)&&void 0!==e?e:\"\"}}]),t}());e[\"a\"]=i},\"86c6\":function(t,e,s){},9287:function(t,e,s){\"use strict\";s(\"86c6\")},\"9b32\":function(t,e,s){\"use strict\";s(\"0bd1\")},f252:function(t,e,s){},f4e7:function(t,e,s){\"use strict\";var a=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s(\"div\",{staticClass:\"subscribe-info\",class:{\"is-reverse\":t.reverse}},[s(\"div\",{staticClass:\"panel-box col-1\"},[s(\"div\",{staticClass:\"panel-header\"},[s(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"我的订阅\")))])]),t.comboType?s(\"div\",{staticClass:\"panel-body subs-box use-shadow\"},[t.comboType===t.ComboEnum.PERIOD||t.comboType===t.ComboEnum.ONE_TIME?[s(\"div\",{staticClass:\"subs-msg\"},[s(\"div\",{staticClass:\"t1\"},[t._v(t._s(t.subscribe.plan.name))]),t.comboType===t.ComboEnum.PERIOD?[t.expiredResidue>0?s(\"p\",{staticClass:\"t2\"},[t._v(\" \"+t._s(t.$t(\"于X到期，距离到期还有X天，已用流量将在X日后重置\",{expiredDate:t.getExpiredDate(),expiredResidue:t.expiredResidueDuration,resetDay:t.subscribe.reset_day}))+\" \")]):s(\"p\",{staticClass:\"t2 re\"},[t._v(t._s(t.$t(\"已过期\")))]),s(\"div\",{class:{blur:t.expiredResidue<=0}},[s(\"a-progress\",{staticClass:\"prog\",attrs:{\"stroke-linecap\":\"square\",percent:t.percent,\"stroke-width\":16}}),s(\"p\",{staticClass:\"t3\"},[t._v(\" \"+t._s(t.$t(\"已用\"))+\" \"),s(\"b\",[t._v(t._s(t._f(\"flow\")(t.usedFlow)))]),t._v(\" / \"+t._s(t.$t(\"总计\"))+\" \"),s(\"b\",[t._v(t._s(t._f(\"flow\")(t.allFlow)))])])],1)]:[t.leftFlow>0?s(\"p\",{staticClass:\"t2\"},[t._v(t._s(t.$t(\"一次性订阅的流量没有时间限制\")))]):s(\"p\",{staticClass:\"t2\"},[t._v(t._s(t.$t(\"流量已用尽，请续费订阅\")))]),s(\"a-progress\",{staticClass:\"prog\",attrs:{\"stroke-linecap\":\"square\",percent:t.percent,\"stroke-width\":16}}),s(\"p\",{staticClass:\"t3\"},[t._v(\" \"+t._s(t.$t(\"已用\"))+\" \"),s(\"b\",[t._v(t._s(t._f(\"flow\")(t.usedFlow)))]),t._v(\" / \"+t._s(t.$t(\"总计\"))+\" \"),s(\"b\",[t._v(t._s(t._f(\"flow\")(t.allFlow)))])])]],2),s(\"div\",{staticClass:\"subs-btns\"},[t.renewable?s(\"a-tooltip\",{attrs:{title:t.$t(\"续费只会延长到期时间，并不会重置流量。\"),placement:\"bottom\"}},[s(\"a-button\",{staticClass:\"btn-2\",attrs:{size:\"large\"},on:{click:function(e){return t.onBuySubs()}}},[s(\"svg-icon\",{attrs:{name:\"calendar\"}}),t._v(\" \"+t._s(t.$t(\"续费订阅\"))+\" \")],1)],1):s(\"a-button\",{staticClass:\"btn-2\",attrs:{size:\"large\"},on:{click:function(e){return t.onBuySubs()}}},[s(\"svg-icon\",{attrs:{name:\"calendar\"}}),t._v(\" \"+t._s(t.$t(\"购买订阅\"))+\" \")],1),s(\"a-tooltip\",{attrs:{title:t.$t(\"重置流量包只会重置流量，不会延长到期时间，也不会改变重置日期。\"),placement:\"bottom\"}},[t.showResetButton?s(\"a-button\",{staticClass:\"btn-2\",attrs:{size:\"large\"},on:{click:function(e){return t.onBuySubs(\"reset\")}}},[s(\"svg-icon\",{attrs:{name:\"arrow-clockwise\"}}),t._v(\" \"+t._s(t.$t(\"重置流量包\"))+\" \")],1):t._e()],1),s(\"a-button\",{staticClass:\"btn-3\",attrs:{size:\"large\"},on:{click:function(e){return t.$router.push(\"/stage/knowledge\")}}},[s(\"svg-icon\",{attrs:{name:\"book\"}}),t._v(\" \"+t._s(t.$t(\"查看教程\"))+\" \")],1)],1)]:[s(\"div\",{staticClass:\"subs-msg\",staticStyle:{margin:\"50px 0 30px\"}},[s(\"a-empty\",{attrs:{image:t.simpleImage,description:t.$t(\"您还没有购买订阅\")}})],1),s(\"div\",{staticClass:\"subs-btns\",staticStyle:{\"text-align\":\"center\"}},[s(\"a-button\",{staticClass:\"btn-2\",attrs:{size:\"large\"},on:{click:function(e){return t.onBuySubs()}}},[s(\"svg-icon\",{attrs:{name:\"calendar\"}}),t._v(\" \"+t._s(t.$t(\"购买订阅\"))+\" \")],1),s(\"a-button\",{staticClass:\"btn-3\",attrs:{size:\"large\"},on:{click:function(e){return t.$router.push(\"/stage/knowledge\")}}},[s(\"svg-icon\",{attrs:{name:\"book\"}}),t._v(\" \"+t._s(t.$t(\"查看教程\"))+\" \")],1)],1)]],2):s(\"div\",{staticClass:\"spin-loading\"},[s(\"a-spin\",{attrs:{size:\"large\"}})],1)]),s(\"div\",{staticStyle:{width:\"30px\"}}),s(\"div\",{staticClass:\"panel-box col-2\"},[s(\"div\",{staticClass:\"panel-header\"},[s(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"快速导入\")))])]),t.comboType?s(\"div\",{staticClass:\"panel-body import-btns use-shadow\",class:{spec:t.clientLinks.length>0}},[s(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-weixin\",on:{click:function(e){return t.onImport(\"copy\")}}},[s(\"svg-icon\",{attrs:{name:\"clipboard-text\"}}),t._v(\" \"+t._s(t.$t(\"复制\"))+\" \")],1),s(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-alipay\",on:{click:function(e){return t.onImport(\"qrcode\")}}},[s(\"i\",{staticClass:\"metron-qrcode\"}),t._v(\" \"+t._s(t.$t(\"二维码\"))+\" \")]),s(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-clash\",on:{click:function(e){return t.onImport(\"clash\")}}},[s(\"i\",{staticClass:\"metron-clash\"}),t._v(\" Clash \"+t._s(t.$t(\"订阅\"))+\" \")]),s(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-surge\",on:{click:function(e){return t.onImport(\"surge\")}}},[s(\"i\",{staticClass:\"metron-surge\"}),t._v(\" Surge \"+t._s(t.$t(\"订阅\"))+\" \")]),s(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-shadowrocket\",on:{click:function(e){return t.onImport(\"shadowrocket\")}}},[s(\"i\",{staticClass:\"metron-shadowrocket\"}),t._v(\" Shadowrocket \"+t._s(t.$t(\"订阅\"))+\" \")]),s(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-surfboard\",on:{click:function(e){return t.onImport(\"surfboard\")}}},[s(\"i\",{staticClass:\"metron-surfboard\"}),t._v(\" Surfboard \"+t._s(t.$t(\"订阅\"))+\" \")]),s(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-quantumultx\",on:{click:function(e){return t.onImport(\"quantumultx\")}}},[s(\"i\",{staticClass:\"metron-quantumultx\"}),t._v(\" Quantumult X \"+t._s(t.$t(\"订阅\"))+\" \")]),t.comboType===t.ComboEnum.UNBUY?s(\"div\",{staticClass:\"tips\"},[t._v(t._s(t.$t(\"未购买订阅\")))]):t.comboType===t.ComboEnum.PERIOD&&t.expiredResidue<=0?s(\"div\",{staticClass:\"tips\"},[t._v(t._s(t.$t(\"订阅已过期\")))]):t._e()]):s(\"div\",{staticClass:\"spin-loading\"},[s(\"a-spin\",{attrs:{size:\"large\"}})],1),t.comboType&&t.clientLinks.length>0?s(\"div\",{staticClass:\"client-links use-shadow\",class:{less:t.clientLinks.length<=4,one:1===t.clientLinks.length}},t._l(t.clientLinks,(function(e){return s(\"a\",{key:e.name,staticClass:\"link-item\",attrs:{href:e.url,target:\"_blank\"}},[s(\"svg-icon\",{staticClass:\"icon\",attrs:{name:e.icon}}),s(\"span\",{staticClass:\"tit\"},[t._v(t._s(e.name))])],1)})),0):t._e()]),s(\"a-modal\",{attrs:{title:t.$t(\"二维码\"),footer:null},model:{value:t.qr.visible,callback:function(e){t.$set(t.qr,\"visible\",e)},expression:\"qr.visible\"}},[s(\"img\",{staticStyle:{display:\"block\",margin:\"0 auto\"},attrs:{src:t.qr.imgUrl,width:\"200\"}})])],1)},n=[],i=s(\"c7eb\"),r=s(\"1da1\"),o=(s(\"4de4\"),s(\"d3b7\"),s(\"a15b\"),s(\"b680\"),s(\"a9e3\"),s(\"14d9\"),s(\"b0c0\"),s(\"99af\"),s(\"ac1f\"),s(\"5319\"),s(\"313d\"),s(\"0eb6\"),s(\"b7ef\"),s(\"8bd4\"),s(\"e9c4\"),s(\"1dd1\")),c=s(\"004a\"),u=function(t,e){console.log(t),window.location.href=t;var s=setTimeout((function(){e&&e()}),2e3);window.onblur=function(){clearTimeout(s)}},l=s(\"5a0c\"),d=s.n(l),b=s(\"f248\"),p=s.n(b),v=s(\"f904\"),f=s.n(v),m=s(\"d055\"),h=s.n(m),w=(s(\"f252\"),s(\"fc25\")),_=s(\"d772\"),g=s.n(_),C=s(\"54d7\");d.a.extend(g.a);var x={name:\"SubscribeInfo\",props:{reverse:{type:Boolean,default:!1}},data:function(){return{subscribe:null,simpleImage:\"\",qr:{visible:!1,imgUrl:\"\"},ComboEnum:c[\"a\"]}},computed:{clientLinks:function(){return[{name:\"iOS\",icon:\"apple-logo\",url:C[\"f\"]},{name:\"Android\",icon:\"bug-droid\",url:C[\"e\"]},{name:\"Windows\",icon:\"windows-logo\",url:C[\"j\"]},{name:\"macOS\",icon:\"laptop\",url:C[\"h\"]},{name:\"Openwrt\",icon:\"broadcast\",url:C[\"i\"]},{name:\"Linux\",icon:\"linux-logo\",url:C[\"g\"]}].filter((function(t){var e;return(null===(e=t.url)||void 0===e?void 0:e.length)>0}))},comboType:function(){return this.subscribe?null===this.subscribe.plan?c[\"a\"].UNBUY:null===this.subscribe.expired_at?c[\"a\"].ONE_TIME:c[\"a\"].PERIOD:null},expiredResidue:function(){return this.expiredDate>0?d.a.unix(this.expiredDate).diff(d()(),\"second\"):null},expiredResidueDuration:function(){var t=this.expiredResidue;if(null===t)return 0;if(t<60)return t+\" \"+this.$t(\"秒\");var e=d.a.duration(t,\"seconds\"),s=e.years(),a=e.months(),n=e.days(),i=e.hours(),r=e.minutes();return[s>0?s+\" \"+this.$t(\"年\"):\"\",a>0?a+\" \"+this.$t(\"月\"):\"\",n>0?n+\" \"+this.$t(\"天\"):\"\",i>0?i+\" \"+this.$t(\"小时\"):\"\",r>0?r+\" \"+this.$t(\"分钟\"):\"\"].filter((function(t){return t.length>0})).join(\" \")},expiredDate:function(){var t;return null===(t=this.subscribe)||void 0===t?void 0:t.expired_at},usedFlow:function(){var t,e;return(null===(t=this.subscribe)||void 0===t?void 0:t.d)+(null===(e=this.subscribe)||void 0===e?void 0:e.u)},allFlow:function(){var t,e;return null!==(t=null===(e=this.subscribe)||void 0===e?void 0:e.transfer_enable)&&void 0!==t?t:0},leftFlow:function(){var t=this.allFlow-this.usedFlow;return t>0?t:0},percent:function(){return parseFloat((this.usedFlow/this.allFlow*100).toFixed(2))},planId:function(){var t;return null===(t=this.subscribe)||void 0===t?void 0:t.plan_id},renewable:function(){var t;return 1===Number(null===(t=this.subscribe)||void 0===t?void 0:t.plan.renew)},showResetButton:function(){var t;return this.comboType!==c[\"a\"].UNBUY&&(!(this.comboType===c[\"a\"].PERIOD&&this.expiredResidue<=0)&&((null===(t=this.subscribe)||void 0===t?void 0:t.plan.reset_price)>0&&!(this.percent<80)))}},created:function(){this.simpleImage=w[\"a\"].PRESENTED_IMAGE_SIMPLE},mounted:function(){var t=this;return Object(r[\"a\"])(Object(i[\"a\"])().mark((function e(){var s;return Object(i[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Object(o[\"d\"])();case 2:s=e.sent,t.subscribe=s.data,window.conso1e.log(111),t.$nextTick((function(){var e,a=t.expiredDate,n=t.expiredResidue,i=t.leftFlow,r=t.planId,o=t.comboType;(t.$emit(\"change\",{expiredDate:a,expiredResidue:n,leftFlow:i,planId:r,comboType:o}),window.$crisp)&&window.$crisp.push([\"set\",\"session:data\",[[[\"Plan\",(null===(e=s.data.plan)||void 0===e?void 0:e.name)||\"-\"],[\"ExpireTime\",t.expiredDate>0?d.a.unix(t.expiredDate).format(\"YYYY-MM-DD\"):\"-\"],[\"UsedTraffic\",p()(t.usedFlow)],[\"AllTraffic\",p()(t.allFlow)]]]])})),window.onerror=function(t){console.log(t)};case 7:case\"end\":return e.stop()}}),e)})))()},methods:{getExpiredDate:function(){return this.$options.filters.date(this.expiredDate)},onBuySubs:function(t){window.conso1e.log(162),this.planId&&this.renewable?t?this.$router.push(\"/stage/buysubs/order?id=\".concat(this.planId,\"&type=\").concat(t)):this.$router.push(\"/stage/buysubs/order?id=\".concat(this.planId)):this.$router.push(\"/stage/buysubs\")},openClient:function(t,e){var s=this;u(t,(function(){s.$message.info(s.$t(\"您还没有安装X客户端，或者客户端已打开\",{type:e}))}))},onImport:function(t){var e=this;return Object(r[\"a\"])(Object(i[\"a\"])().mark((function s(){var a,n,r,o;return Object(i[\"a\"])().wrap((function(s){while(1)switch(s.prev=s.next){case 0:a=e.subscribe.token,n=e.subscribe.subscribe_url,r=\"\",r=n||\"\".concat(location.origin,\"/api/v1/client/subscribe?token=\").concat(a),s.t0=t,s.next=\"copy\"===s.t0?7:\"qrcode\"===s.t0?10:\"clash\"===s.t0?16:\"surge\"===s.t0?18:\"shadowrocket\"===s.t0?20:\"quantumultx\"===s.t0?22:\"surfboard\"===s.t0?24:26;break;case 7:return f()(r),e.$message.success(e.$t(\"链接已复制\")),s.abrupt(\"break\",26);case 10:return s.next=12,h.a.toDataURL(r);case 12:return o=s.sent,e.qr.imgUrl=o,e.qr.visible=!0,s.abrupt(\"break\",26);case 16:return e.openClient(\"clash://install-config?url=\"+encodeURIComponent(r)+\"&name=\"+e.$appName,t),s.abrupt(\"break\",26);case 18:return e.openClient(\"surge:///install-config?url=\"+encodeURIComponent(r)+\"&name=\"+e.$appName,t),s.abrupt(\"break\",26);case 20:return e.openClient(\"shadowrocket://add/sub://\"+window.btoa(r+\"&flag=shadowrocket\").replace(/\\+/g,\"-\").replace(/\\//g,\"_\").replace(/=+$/,\"\")+\"?remark=\"+e.$appName,t),s.abrupt(\"break\",26);case 22:return e.openClient(\"quantumult-x:///update-configuration?remote-resource=\"+encodeURI(JSON.stringify({server_remote:[r+\", tag=\"+e.$appName]})),t),s.abrupt(\"break\",26);case 24:return e.openClient(\"surfboard:///install-config?url=\"+encodeURIComponent(r)+\"&name=\"+e.$appName,t),s.abrupt(\"break\",26);case 26:case\"end\":return s.stop()}}),s)})))()}}},y=x,k=(s(\"9287\"),s(\"2877\")),$=Object(k[\"a\"])(y,a,n,!1,null,\"e7946bd8\",null);e[\"a\"]=$.exports}}]);"
  },
  {
    "path": "static/js/chunk-131c13e9.d4a196d6.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-131c13e9\"],{\"0196\":function(t,e,n){const r=n(\"58b4\"),o=n(\"bbf0\");function i(t){this.mode=o.BYTE,\"string\"===typeof t&&(t=r(t)),this.data=new Uint8Array(t)}i.getBitsLength=function(t){return 8*t},i.prototype.getLength=function(){return this.data.length},i.prototype.getBitsLength=function(){return i.getBitsLength(this.data.length)},i.prototype.write=function(t){for(let e=0,n=this.data.length;e<n;e++)t.put(this.data[e],8)},t.exports=i},\"0425\":function(t,e){const n=\"[0-9]+\",r=\"[A-Z $%*+\\\\-./:]+\";let o=\"(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+\";o=o.replace(/u/g,\"\\\\u\");const i=\"(?:(?![A-Z0-9 $%*+\\\\-./:]|\"+o+\")(?:.|[\\r\\n]))+\";e.KANJI=new RegExp(o,\"g\"),e.BYTE_KANJI=new RegExp(\"[^A-Z0-9 $%*+\\\\-./:]+\",\"g\"),e.BYTE=new RegExp(i,\"g\"),e.NUMERIC=new RegExp(n,\"g\"),e.ALPHANUMERIC=new RegExp(r,\"g\");const s=new RegExp(\"^\"+o+\"$\"),a=new RegExp(\"^\"+n+\"$\"),u=new RegExp(\"^[A-Z0-9 $%*+\\\\-./:]+$\");e.testKanji=function(t){return s.test(t)},e.testNumeric=function(t){return a.test(t)},e.testAlphanumeric=function(t){return u.test(t)}},\"10b0\":function(t,e,n){\"use strict\";var r={single_source_shortest_paths:function(t,e,n){var o={},i={};i[e]=0;var s,a,u,c,f,l,h,d,g,p=r.PriorityQueue.make();p.push(e,0);while(!p.empty())for(u in s=p.pop(),a=s.value,c=s.cost,f=t[a]||{},f)f.hasOwnProperty(u)&&(l=f[u],h=c+l,d=i[u],g=\"undefined\"===typeof i[u],(g||d>h)&&(i[u]=h,p.push(u,h),o[u]=a));if(\"undefined\"!==typeof n&&\"undefined\"===typeof i[n]){var w=[\"Could not find a path from \",e,\" to \",n,\".\"].join(\"\");throw new Error(w)}return o},extract_shortest_path_from_predecessor_list:function(t,e){var n=[],r=e;while(r)n.push(r),t[r],r=t[r];return n.reverse(),n},find_path:function(t,e,n){var o=r.single_source_shortest_paths(t,e,n);return r.extract_shortest_path_from_predecessor_list(o,n)},PriorityQueue:{make:function(t){var e,n=r.PriorityQueue,o={};for(e in t=t||{},n)n.hasOwnProperty(e)&&(o[e]=n[e]);return o.queue=[],o.sorter=t.sorter||n.default_sorter,o},default_sorter:function(t,e){return t.cost-e.cost},push:function(t,e){var n={value:t,cost:e};this.queue.push(n),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};t.exports=r},2732:function(t,e,n){const r=n(\"699e\");e.mul=function(t,e){const n=new Uint8Array(t.length+e.length-1);for(let o=0;o<t.length;o++)for(let i=0;i<e.length;i++)n[o+i]^=r.mul(t[o],e[i]);return n},e.mod=function(t,e){let n=new Uint8Array(t);while(n.length-e.length>=0){const t=n[0];for(let i=0;i<e.length;i++)n[i]^=r.mul(e[i],t);let o=0;while(o<n.length&&0===n[o])o++;n=n.slice(o)}return n},e.generateECPolynomial=function(t){let n=new Uint8Array([1]);for(let o=0;o<t;o++)n=e.mul(n,new Uint8Array([1,r.exp(o)]));return n}},\"27a3\":function(t,e){e.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}},\"2f3a\":function(t,e,n){const r=n(\"bbf0\"),o=n(\"7bf0\");function i(t){this.mode=r.KANJI,this.data=t}i.getBitsLength=function(t){return 13*t},i.prototype.getLength=function(){return this.data.length},i.prototype.getBitsLength=function(){return i.getBitsLength(this.data.length)},i.prototype.write=function(t){let e;for(e=0;e<this.data.length;e++){let n=o.toSJIS(this.data[e]);if(n>=33088&&n<=40956)n-=33088;else{if(!(n>=57408&&n<=60351))throw new Error(\"Invalid SJIS character: \"+this.data[e]+\"\\nMake sure your charset is UTF-8\");n-=49472}n=192*(n>>>8&255)+(255&n),t.put(n,13)}},t.exports=i},\"34fc\":function(t,e,n){const r=n(\"7a43\"),o=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],i=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];e.getBlocksCount=function(t,e){switch(e){case r.L:return o[4*(t-1)+0];case r.M:return o[4*(t-1)+1];case r.Q:return o[4*(t-1)+2];case r.H:return o[4*(t-1)+3];default:return}},e.getTotalCodewordsCount=function(t,e){switch(e){case r.L:return i[4*(t-1)+0];case r.M:return i[4*(t-1)+1];case r.Q:return i[4*(t-1)+2];case r.H:return i[4*(t-1)+3];default:return}}},4006:function(t,e,n){const r=n(\"45be\");function o(t,e){const n=t.a/255,r=e+'=\"'+t.hex+'\"';return n<1?r+\" \"+e+'-opacity=\"'+n.toFixed(2).slice(1)+'\"':r}function i(t,e,n){let r=t+e;return\"undefined\"!==typeof n&&(r+=\" \"+n),r}function s(t,e,n){let r=\"\",o=0,s=!1,a=0;for(let u=0;u<t.length;u++){const c=Math.floor(u%e),f=Math.floor(u/e);c||s||(s=!0),t[u]?(a++,u>0&&c>0&&t[u-1]||(r+=s?i(\"M\",c+n,.5+f+n):i(\"m\",o,0),o=0,s=!1),c+1<e&&t[u+1]||(r+=i(\"h\",a),a=0)):o++}return r}e.render=function(t,e,n){const i=r.getOptions(e),a=t.modules.size,u=t.modules.data,c=a+2*i.margin,f=i.color.light.a?\"<path \"+o(i.color.light,\"fill\")+' d=\"M0 0h'+c+\"v\"+c+'H0z\"/>':\"\",l=\"<path \"+o(i.color.dark,\"stroke\")+' d=\"'+s(u,a,i.margin)+'\"/>',h='viewBox=\"0 0 '+c+\" \"+c+'\"',d=i.width?'width=\"'+i.width+'\" height=\"'+i.width+'\" ':\"\",g='<svg xmlns=\"http://www.w3.org/2000/svg\" '+d+h+' shape-rendering=\"crispEdges\">'+f+l+\"</svg>\\n\";return\"function\"===typeof n&&n(null,g),g}},4146:function(t,e,n){const r=n(\"45be\");function o(t,e,n){t.clearRect(0,0,e.width,e.height),e.style||(e.style={}),e.height=n,e.width=n,e.style.height=n+\"px\",e.style.width=n+\"px\"}function i(){try{return document.createElement(\"canvas\")}catch(t){throw new Error(\"You need to specify a canvas element\")}}e.render=function(t,e,n){let s=n,a=e;\"undefined\"!==typeof s||e&&e.getContext||(s=e,e=void 0),e||(a=i()),s=r.getOptions(s);const u=r.getImageWidth(t.modules.size,s),c=a.getContext(\"2d\"),f=c.createImageData(u,u);return r.qrToImageData(f.data,t,s),o(c,a,u),c.putImageData(f,0,0),a},e.renderToDataURL=function(t,n,r){let o=r;\"undefined\"!==typeof o||n&&n.getContext||(o=n,n=void 0),o||(o={});const i=e.render(t,n,o),s=o.type||\"image/png\",a=o.rendererOpts||{};return i.toDataURL(s,a.quality)}},\"45be\":function(t,e){function n(t){if(\"number\"===typeof t&&(t=t.toString()),\"string\"!==typeof t)throw new Error(\"Color should be defined as hex string\");let e=t.slice().replace(\"#\",\"\").split(\"\");if(e.length<3||5===e.length||e.length>8)throw new Error(\"Invalid hex color: \"+t);3!==e.length&&4!==e.length||(e=Array.prototype.concat.apply([],e.map((function(t){return[t,t]})))),6===e.length&&e.push(\"F\",\"F\");const n=parseInt(e.join(\"\"),16);return{r:n>>24&255,g:n>>16&255,b:n>>8&255,a:255&n,hex:\"#\"+e.slice(0,6).join(\"\")}}e.getOptions=function(t){t||(t={}),t.color||(t.color={});const e=\"undefined\"===typeof t.margin||null===t.margin||t.margin<0?4:t.margin,r=t.width&&t.width>=21?t.width:void 0,o=t.scale||4;return{width:r,scale:r?4:o,margin:e,color:{dark:n(t.color.dark||\"#000000ff\"),light:n(t.color.light||\"#ffffffff\")},type:t.type,rendererOpts:t.rendererOpts||{}}},e.getScale=function(t,e){return e.width&&e.width>=t+2*e.margin?e.width/(t+2*e.margin):e.scale},e.getImageWidth=function(t,n){const r=e.getScale(t,n);return Math.floor((t+2*n.margin)*r)},e.qrToImageData=function(t,n,r){const o=n.modules.size,i=n.modules.data,s=e.getScale(o,r),a=Math.floor((o+2*r.margin)*s),u=r.margin*s,c=[r.color.light,r.color.dark];for(let e=0;e<a;e++)for(let n=0;n<a;n++){let f=4*(e*a+n),l=r.color.light;if(e>=u&&n>=u&&e<a-u&&n<a-u){const t=Math.floor((e-u)/s),r=Math.floor((n-u)/s);l=c[i[t*o+r]?1:0]}t[f++]=l.r,t[f++]=l.g,t[f++]=l.b,t[f]=l.a}}},\"577e4\":function(t,e){function n(t){if(!t||t<1)throw new Error(\"BitMatrix size must be defined and greater than 0\");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}n.prototype.set=function(t,e,n,r){const o=t*this.size+e;this.data[o]=n,r&&(this.reservedBit[o]=!0)},n.prototype.get=function(t,e){return this.data[t*this.size+e]},n.prototype.xor=function(t,e,n){this.data[t*this.size+e]^=n},n.prototype.isReserved=function(t,e){return this.reservedBit[t*this.size+e]},t.exports=n},\"58b4\":function(t,e,n){\"use strict\";t.exports=function(t){for(var e=[],n=t.length,r=0;r<n;r++){var o=t.charCodeAt(r);if(o>=55296&&o<=56319&&n>r+1){var i=t.charCodeAt(r+1);i>=56320&&i<=57343&&(o=1024*(o-55296)+i-56320+65536,r+=1)}o<128?e.push(o):o<2048?(e.push(o>>6|192),e.push(63&o|128)):o<55296||o>=57344&&o<65536?(e.push(o>>12|224),e.push(o>>6&63|128),e.push(63&o|128)):o>=65536&&o<=1114111?(e.push(o>>18|240),e.push(o>>12&63|128),e.push(o>>6&63|128),e.push(63&o|128)):e.push(239,191,189)}return new Uint8Array(e).buffer}},\"67dd\":function(t,e){t.exports=function(){return\"function\"===typeof Promise&&Promise.prototype&&Promise.prototype.then}},\"699e\":function(t,e){const n=new Uint8Array(512),r=new Uint8Array(256);(function(){let t=1;for(let e=0;e<255;e++)n[e]=t,r[t]=e,t<<=1,256&t&&(t^=285);for(let e=255;e<512;e++)n[e]=n[e-255]})(),e.log=function(t){if(t<1)throw new Error(\"log(\"+t+\")\");return r[t]},e.exp=function(t){return n[t]},e.mul=function(t,e){return 0===t||0===e?0:n[r[t]+r[e]]}},7903:function(t,e){e.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const n={N1:3,N2:3,N3:40,N4:10};function r(t,n,r){switch(t){case e.Patterns.PATTERN000:return(n+r)%2===0;case e.Patterns.PATTERN001:return n%2===0;case e.Patterns.PATTERN010:return r%3===0;case e.Patterns.PATTERN011:return(n+r)%3===0;case e.Patterns.PATTERN100:return(Math.floor(n/2)+Math.floor(r/3))%2===0;case e.Patterns.PATTERN101:return n*r%2+n*r%3===0;case e.Patterns.PATTERN110:return(n*r%2+n*r%3)%2===0;case e.Patterns.PATTERN111:return(n*r%3+(n+r)%2)%2===0;default:throw new Error(\"bad maskPattern:\"+t)}}e.isValid=function(t){return null!=t&&\"\"!==t&&!isNaN(t)&&t>=0&&t<=7},e.from=function(t){return e.isValid(t)?parseInt(t,10):void 0},e.getPenaltyN1=function(t){const e=t.size;let r=0,o=0,i=0,s=null,a=null;for(let u=0;u<e;u++){o=i=0,s=a=null;for(let c=0;c<e;c++){let e=t.get(u,c);e===s?o++:(o>=5&&(r+=n.N1+(o-5)),s=e,o=1),e=t.get(c,u),e===a?i++:(i>=5&&(r+=n.N1+(i-5)),a=e,i=1)}o>=5&&(r+=n.N1+(o-5)),i>=5&&(r+=n.N1+(i-5))}return r},e.getPenaltyN2=function(t){const e=t.size;let r=0;for(let n=0;n<e-1;n++)for(let o=0;o<e-1;o++){const e=t.get(n,o)+t.get(n,o+1)+t.get(n+1,o)+t.get(n+1,o+1);4!==e&&0!==e||r++}return r*n.N2},e.getPenaltyN3=function(t){const e=t.size;let r=0,o=0,i=0;for(let n=0;n<e;n++){o=i=0;for(let s=0;s<e;s++)o=o<<1&2047|t.get(n,s),s>=10&&(1488===o||93===o)&&r++,i=i<<1&2047|t.get(s,n),s>=10&&(1488===i||93===i)&&r++}return r*n.N3},e.getPenaltyN4=function(t){let e=0;const r=t.data.length;for(let n=0;n<r;n++)e+=t.data[n];const o=Math.abs(Math.ceil(100*e/r/5)-10);return o*n.N4},e.applyMask=function(t,e){const n=e.size;for(let o=0;o<n;o++)for(let i=0;i<n;i++)e.isReserved(i,o)||e.xor(i,o,r(t,i,o))},e.getBestMask=function(t,n){const r=Object.keys(e.Patterns).length;let o=0,i=1/0;for(let s=0;s<r;s++){n(s),e.applyMask(s,t);const r=e.getPenaltyN1(t)+e.getPenaltyN2(t)+e.getPenaltyN3(t)+e.getPenaltyN4(t);e.applyMask(s,t),r<i&&(i=r,o=s)}return o}},\"7a43\":function(t,e){function n(t){if(\"string\"!==typeof t)throw new Error(\"Param is not a string\");const n=t.toLowerCase();switch(n){case\"l\":case\"low\":return e.L;case\"m\":case\"medium\":return e.M;case\"q\":case\"quartile\":return e.Q;case\"h\":case\"high\":return e.H;default:throw new Error(\"Unknown EC Level: \"+t)}}e.L={bit:1},e.M={bit:0},e.Q={bit:3},e.H={bit:2},e.isValid=function(t){return t&&\"undefined\"!==typeof t.bit&&t.bit>=0&&t.bit<4},e.from=function(t,r){if(e.isValid(t))return t;try{return n(t)}catch(o){return r}}},\"7ba0\":function(t,e){function n(){this.buffer=[],this.length=0}n.prototype={get:function(t){const e=Math.floor(t/8);return 1===(this.buffer[e]>>>7-t%8&1)},put:function(t,e){for(let n=0;n<e;n++)this.putBit(1===(t>>>e-n-1&1))},getLengthInBits:function(){return this.length},putBit:function(t){const e=Math.floor(this.length/8);this.buffer.length<=e&&this.buffer.push(0),t&&(this.buffer[e]|=128>>>this.length%8),this.length++}},t.exports=n},\"7bf0\":function(t,e){let n;const r=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];e.getSymbolSize=function(t){if(!t)throw new Error('\"version\" cannot be null or undefined');if(t<1||t>40)throw new Error('\"version\" should be in range from 1 to 40');return 4*t+17},e.getSymbolTotalCodewords=function(t){return r[t]},e.getBCHDigit=function(t){let e=0;while(0!==t)e++,t>>>=1;return e},e.setToSJISFunction=function(t){if(\"function\"!==typeof t)throw new Error('\"toSJISFunc\" is not a valid function.');n=t},e.isKanjiModeEnabled=function(){return\"undefined\"!==typeof n},e.toSJIS=function(t){return n(t)}},\"8d23\":function(t,e,n){const r=n(\"2732\");function o(t){this.genPoly=void 0,this.degree=t,this.degree&&this.initialize(this.degree)}o.prototype.initialize=function(t){this.degree=t,this.genPoly=r.generateECPolynomial(this.degree)},o.prototype.encode=function(t){if(!this.genPoly)throw new Error(\"Encoder not initialized\");const e=new Uint8Array(t.length+this.degree);e.set(t);const n=r.mod(e,this.genPoly),o=this.degree-n.length;if(o>0){const t=new Uint8Array(this.degree);return t.set(n,o),t}return n},t.exports=o},\"924f\":function(t,e,n){const r=n(\"7bf0\").getSymbolSize,o=7;e.getPositions=function(t){const e=r(t);return[[0,0],[e-o,0],[0,e-o]]}},9582:function(t,e,n){const r=n(\"7bf0\"),o=1335,i=21522,s=r.getBCHDigit(o);e.getEncodedBits=function(t,e){const n=t.bit<<3|e;let a=n<<10;while(r.getBCHDigit(a)-s>=0)a^=o<<r.getBCHDigit(a)-s;return(n<<10|a)^i}},\"9d94\":function(t,e,n){const r=n(\"bbf0\"),o=[\"0\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\",\"I\",\"J\",\"K\",\"L\",\"M\",\"N\",\"O\",\"P\",\"Q\",\"R\",\"S\",\"T\",\"U\",\"V\",\"W\",\"X\",\"Y\",\"Z\",\" \",\"$\",\"%\",\"*\",\"+\",\"-\",\".\",\"/\",\":\"];function i(t){this.mode=r.ALPHANUMERIC,this.data=t}i.getBitsLength=function(t){return 11*Math.floor(t/2)+t%2*6},i.prototype.getLength=function(){return this.data.length},i.prototype.getBitsLength=function(){return i.getBitsLength(this.data.length)},i.prototype.write=function(t){let e;for(e=0;e+2<=this.data.length;e+=2){let n=45*o.indexOf(this.data[e]);n+=o.indexOf(this.data[e+1]),t.put(n,11)}this.data.length%2&&t.put(o.indexOf(this.data[e]),6)},t.exports=i},aa63:function(t,e,n){const r=n(\"7bf0\"),o=n(\"7a43\"),i=n(\"7ba0\"),s=n(\"577e4\"),a=n(\"d6c0\"),u=n(\"924f\"),c=n(\"7903\"),f=n(\"34fc\"),l=n(\"8d23\"),h=n(\"c8aa\"),d=n(\"9582\"),g=n(\"bbf0\"),p=n(\"befa\");function w(t,e){const n=t.size,r=u.getPositions(e);for(let o=0;o<r.length;o++){const e=r[o][0],i=r[o][1];for(let r=-1;r<=7;r++)if(!(e+r<=-1||n<=e+r))for(let o=-1;o<=7;o++)i+o<=-1||n<=i+o||(r>=0&&r<=6&&(0===o||6===o)||o>=0&&o<=6&&(0===r||6===r)||r>=2&&r<=4&&o>=2&&o<=4?t.set(e+r,i+o,!0,!0):t.set(e+r,i+o,!1,!0))}}function m(t){const e=t.size;for(let n=8;n<e-8;n++){const e=n%2===0;t.set(n,6,e,!0),t.set(6,n,e,!0)}}function y(t,e){const n=a.getPositions(e);for(let r=0;r<n.length;r++){const e=n[r][0],o=n[r][1];for(let n=-2;n<=2;n++)for(let r=-2;r<=2;r++)-2===n||2===n||-2===r||2===r||0===n&&0===r?t.set(e+n,o+r,!0,!0):t.set(e+n,o+r,!1,!0)}}function E(t,e){const n=t.size,r=h.getEncodedBits(e);let o,i,s;for(let a=0;a<18;a++)o=Math.floor(a/3),i=a%3+n-8-3,s=1===(r>>a&1),t.set(o,i,s,!0),t.set(i,o,s,!0)}function b(t,e,n){const r=t.size,o=d.getEncodedBits(e,n);let i,s;for(i=0;i<15;i++)s=1===(o>>i&1),i<6?t.set(i,8,s,!0):i<8?t.set(i+1,8,s,!0):t.set(r-15+i,8,s,!0),i<8?t.set(8,r-i-1,s,!0):i<9?t.set(8,15-i-1+1,s,!0):t.set(8,15-i-1,s,!0);t.set(r-8,8,1,!0)}function A(t,e){const n=t.size;let r=-1,o=n-1,i=7,s=0;for(let a=n-1;a>0;a-=2){6===a&&a--;while(1){for(let n=0;n<2;n++)if(!t.isReserved(o,a-n)){let r=!1;s<e.length&&(r=1===(e[s]>>>i&1)),t.set(o,a-n,r),i--,-1===i&&(s++,i=7)}if(o+=r,o<0||n<=o){o-=r,r=-r;break}}}}function C(t,e,n){const o=new i;n.forEach((function(e){o.put(e.mode.bit,4),o.put(e.getLength(),g.getCharCountIndicator(e.mode,t)),e.write(o)}));const s=r.getSymbolTotalCodewords(t),a=f.getTotalCodewordsCount(t,e),u=8*(s-a);o.getLengthInBits()+4<=u&&o.put(0,4);while(o.getLengthInBits()%8!==0)o.putBit(0);const c=(u-o.getLengthInBits())/8;for(let r=0;r<c;r++)o.put(r%2?17:236,8);return B(o,t,e)}function B(t,e,n){const o=r.getSymbolTotalCodewords(e),i=f.getTotalCodewordsCount(e,n),s=o-i,a=f.getBlocksCount(e,n),u=o%a,c=a-u,h=Math.floor(o/a),d=Math.floor(s/a),g=d+1,p=h-d,w=new l(p);let m=0;const y=new Array(a),E=new Array(a);let b=0;const A=new Uint8Array(t.buffer);for(let r=0;r<a;r++){const t=r<c?d:g;y[r]=A.slice(m,m+t),E[r]=w.encode(y[r]),m+=t,b=Math.max(b,t)}const C=new Uint8Array(o);let B,N,I=0;for(B=0;B<b;B++)for(N=0;N<a;N++)B<y[N].length&&(C[I++]=y[N][B]);for(B=0;B<p;B++)for(N=0;N<a;N++)C[I++]=E[N][B];return C}function N(t,e,n,o){let i;if(Array.isArray(t))i=p.fromArray(t);else{if(\"string\"!==typeof t)throw new Error(\"Invalid data\");{let r=e;if(!r){const e=p.rawSplit(t);r=h.getBestVersionForData(e,n)}i=p.fromString(t,r||40)}}const a=h.getBestVersionForData(i,n);if(!a)throw new Error(\"The amount of data is too big to be stored in a QR Code\");if(e){if(e<a)throw new Error(\"\\nThe chosen QR Code version cannot contain this amount of data.\\nMinimum version required to store current data is: \"+a+\".\\n\")}else e=a;const u=C(e,n,i),f=r.getSymbolSize(e),l=new s(f);return w(l,e),m(l),y(l,e),b(l,n,0),e>=7&&E(l,e),A(l,u),isNaN(o)&&(o=c.getBestMask(l,b.bind(null,l,n))),c.applyMask(o,l),b(l,n,o),{modules:l,version:e,errorCorrectionLevel:n,maskPattern:o,segments:i}}e.create=function(t,e){if(\"undefined\"===typeof t||\"\"===t)throw new Error(\"No input text\");let n,i,s=o.M;return\"undefined\"!==typeof e&&(s=o.from(e.errorCorrectionLevel,o.M),n=h.from(e.version),i=c.from(e.maskPattern),e.toSJISFunc&&r.setToSJISFunction(e.toSJISFunc)),N(t,n,s,i)}},bbf0:function(t,e,n){const r=n(\"27a3\"),o=n(\"0425\");function i(t){if(\"string\"!==typeof t)throw new Error(\"Param is not a string\");const n=t.toLowerCase();switch(n){case\"numeric\":return e.NUMERIC;case\"alphanumeric\":return e.ALPHANUMERIC;case\"kanji\":return e.KANJI;case\"byte\":return e.BYTE;default:throw new Error(\"Unknown mode: \"+t)}}e.NUMERIC={id:\"Numeric\",bit:1,ccBits:[10,12,14]},e.ALPHANUMERIC={id:\"Alphanumeric\",bit:2,ccBits:[9,11,13]},e.BYTE={id:\"Byte\",bit:4,ccBits:[8,16,16]},e.KANJI={id:\"Kanji\",bit:8,ccBits:[8,10,12]},e.MIXED={bit:-1},e.getCharCountIndicator=function(t,e){if(!t.ccBits)throw new Error(\"Invalid mode: \"+t);if(!r.isValid(e))throw new Error(\"Invalid version: \"+e);return e>=1&&e<10?t.ccBits[0]:e<27?t.ccBits[1]:t.ccBits[2]},e.getBestModeForData=function(t){return o.testNumeric(t)?e.NUMERIC:o.testAlphanumeric(t)?e.ALPHANUMERIC:o.testKanji(t)?e.KANJI:e.BYTE},e.toString=function(t){if(t&&t.id)return t.id;throw new Error(\"Invalid mode\")},e.isValid=function(t){return t&&t.bit&&t.ccBits},e.from=function(t,n){if(e.isValid(t))return t;try{return i(t)}catch(r){return n}}},befa:function(t,e,n){const r=n(\"bbf0\"),o=n(\"dd7e\"),i=n(\"9d94\"),s=n(\"0196\"),a=n(\"2f3a\"),u=n(\"0425\"),c=n(\"7bf0\"),f=n(\"10b0\");function l(t){return unescape(encodeURIComponent(t)).length}function h(t,e,n){const r=[];let o;while(null!==(o=t.exec(n)))r.push({data:o[0],index:o.index,mode:e,length:o[0].length});return r}function d(t){const e=h(u.NUMERIC,r.NUMERIC,t),n=h(u.ALPHANUMERIC,r.ALPHANUMERIC,t);let o,i;c.isKanjiModeEnabled()?(o=h(u.BYTE,r.BYTE,t),i=h(u.KANJI,r.KANJI,t)):(o=h(u.BYTE_KANJI,r.BYTE,t),i=[]);const s=e.concat(n,o,i);return s.sort((function(t,e){return t.index-e.index})).map((function(t){return{data:t.data,mode:t.mode,length:t.length}}))}function g(t,e){switch(e){case r.NUMERIC:return o.getBitsLength(t);case r.ALPHANUMERIC:return i.getBitsLength(t);case r.KANJI:return a.getBitsLength(t);case r.BYTE:return s.getBitsLength(t)}}function p(t){return t.reduce((function(t,e){const n=t.length-1>=0?t[t.length-1]:null;return n&&n.mode===e.mode?(t[t.length-1].data+=e.data,t):(t.push(e),t)}),[])}function w(t){const e=[];for(let n=0;n<t.length;n++){const o=t[n];switch(o.mode){case r.NUMERIC:e.push([o,{data:o.data,mode:r.ALPHANUMERIC,length:o.length},{data:o.data,mode:r.BYTE,length:o.length}]);break;case r.ALPHANUMERIC:e.push([o,{data:o.data,mode:r.BYTE,length:o.length}]);break;case r.KANJI:e.push([o,{data:o.data,mode:r.BYTE,length:l(o.data)}]);break;case r.BYTE:e.push([{data:o.data,mode:r.BYTE,length:l(o.data)}])}}return e}function m(t,e){const n={},o={start:{}};let i=[\"start\"];for(let s=0;s<t.length;s++){const a=t[s],u=[];for(let t=0;t<a.length;t++){const c=a[t],f=\"\"+s+t;u.push(f),n[f]={node:c,lastCount:0},o[f]={};for(let t=0;t<i.length;t++){const s=i[t];n[s]&&n[s].node.mode===c.mode?(o[s][f]=g(n[s].lastCount+c.length,c.mode)-g(n[s].lastCount,c.mode),n[s].lastCount+=c.length):(n[s]&&(n[s].lastCount=c.length),o[s][f]=g(c.length,c.mode)+4+r.getCharCountIndicator(c.mode,e))}}i=u}for(let r=0;r<i.length;r++)o[i[r]].end=0;return{map:o,table:n}}function y(t,e){let n;const u=r.getBestModeForData(t);if(n=r.from(e,u),n!==r.BYTE&&n.bit<u.bit)throw new Error('\"'+t+'\" cannot be encoded with mode '+r.toString(n)+\".\\n Suggested mode is: \"+r.toString(u));switch(n!==r.KANJI||c.isKanjiModeEnabled()||(n=r.BYTE),n){case r.NUMERIC:return new o(t);case r.ALPHANUMERIC:return new i(t);case r.KANJI:return new a(t);case r.BYTE:return new s(t)}}e.fromArray=function(t){return t.reduce((function(t,e){return\"string\"===typeof e?t.push(y(e,null)):e.data&&t.push(y(e.data,e.mode)),t}),[])},e.fromString=function(t,n){const r=d(t,c.isKanjiModeEnabled()),o=w(r),i=m(o,n),s=f.find_path(i.map,\"start\",\"end\"),a=[];for(let e=1;e<s.length-1;e++)a.push(i.table[s[e]].node);return e.fromArray(p(a))},e.rawSplit=function(t){return e.fromArray(d(t,c.isKanjiModeEnabled()))}},c8aa:function(t,e,n){const r=n(\"7bf0\"),o=n(\"34fc\"),i=n(\"7a43\"),s=n(\"bbf0\"),a=n(\"27a3\"),u=7973,c=r.getBCHDigit(u);function f(t,n,r){for(let o=1;o<=40;o++)if(n<=e.getCapacity(o,r,t))return o}function l(t,e){return s.getCharCountIndicator(t,e)+4}function h(t,e){let n=0;return t.forEach((function(t){const r=l(t.mode,e);n+=r+t.getBitsLength()})),n}function d(t,n){for(let r=1;r<=40;r++){const o=h(t,r);if(o<=e.getCapacity(r,n,s.MIXED))return r}}e.from=function(t,e){return a.isValid(t)?parseInt(t,10):e},e.getCapacity=function(t,e,n){if(!a.isValid(t))throw new Error(\"Invalid QR Code version\");\"undefined\"===typeof n&&(n=s.BYTE);const i=r.getSymbolTotalCodewords(t),u=o.getTotalCodewordsCount(t,e),c=8*(i-u);if(n===s.MIXED)return c;const f=c-l(n,t);switch(n){case s.NUMERIC:return Math.floor(f/10*3);case s.ALPHANUMERIC:return Math.floor(f/11*2);case s.KANJI:return Math.floor(f/13);case s.BYTE:default:return Math.floor(f/8)}},e.getBestVersionForData=function(t,e){let n;const r=i.from(e,i.M);if(Array.isArray(t)){if(t.length>1)return d(t,r);if(0===t.length)return 1;n=t[0]}else n=t;return f(n.mode,n.getLength(),r)},e.getEncodedBits=function(t){if(!a.isValid(t)||t<7)throw new Error(\"Invalid QR Code version\");let e=t<<12;while(r.getBCHDigit(e)-c>=0)e^=u<<r.getBCHDigit(e)-c;return t<<12|e}},d055:function(t,e,n){const r=n(\"67dd\"),o=n(\"aa63\"),i=n(\"4146\"),s=n(\"4006\");function a(t,e,n,i,s){const a=[].slice.call(arguments,1),u=a.length,c=\"function\"===typeof a[u-1];if(!c&&!r())throw new Error(\"Callback required as last argument\");if(!c){if(u<1)throw new Error(\"Too few arguments provided\");return 1===u?(n=e,e=i=void 0):2!==u||e.getContext||(i=n,n=e,e=void 0),new Promise((function(r,s){try{const s=o.create(n,i);r(t(s,e,i))}catch(a){s(a)}}))}if(u<2)throw new Error(\"Too few arguments provided\");2===u?(s=n,n=e,e=i=void 0):3===u&&(e.getContext&&\"undefined\"===typeof s?(s=i,i=void 0):(s=i,i=n,n=e,e=void 0));try{const r=o.create(n,i);s(null,t(r,e,i))}catch(f){s(f)}}e.create=o.create,e.toCanvas=a.bind(null,i.render),e.toDataURL=a.bind(null,i.renderToDataURL),e.toString=a.bind(null,(function(t,e,n){return s.render(t,n)}))},d6c0:function(t,e,n){const r=n(\"7bf0\").getSymbolSize;e.getRowColCoords=function(t){if(1===t)return[];const e=Math.floor(t/7)+2,n=r(t),o=145===n?26:2*Math.ceil((n-13)/(2*e-2)),i=[n-7];for(let r=1;r<e-1;r++)i[r]=i[r-1]-o;return i.push(6),i.reverse()},e.getPositions=function(t){const n=[],r=e.getRowColCoords(t),o=r.length;for(let e=0;e<o;e++)for(let t=0;t<o;t++)0===e&&0===t||0===e&&t===o-1||e===o-1&&0===t||n.push([r[e],r[t]]);return n}},dd7e:function(t,e,n){const r=n(\"bbf0\");function o(t){this.mode=r.NUMERIC,this.data=t.toString()}o.getBitsLength=function(t){return 10*Math.floor(t/3)+(t%3?t%3*3+1:0)},o.prototype.getLength=function(){return this.data.length},o.prototype.getBitsLength=function(){return o.getBitsLength(this.data.length)},o.prototype.write=function(t){let e,n,r;for(e=0;e+3<=this.data.length;e+=3)n=this.data.substr(e,3),r=parseInt(n,10),t.put(r,10);const o=this.data.length-e;o>0&&(n=this.data.substr(e),r=parseInt(n,10),t.put(r,3*o+1))},t.exports=o}}]);"
  },
  {
    "path": "static/js/chunk-24f7a0d6.4b64dfad.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-24f7a0d6\"],{\"1ab2\":function(t,e,r){var n=r(\"7bcc\"),i=r(\"bc6c\");function o(t,e){var r=new i(e);return r.process(t)}for(var s in e=t.exports=o,e.FilterCSS=i,n)e[s]=n[s];\"undefined\"!==typeof window&&(window.filterCSS=t.exports)},\"21bf\":function(t,e,r){(function(e){(function(e,r){t.exports=r()})(0,(function(){var t=t||function(t,n){var i;if(\"undefined\"!==typeof window&&window.crypto&&(i=window.crypto),\"undefined\"!==typeof self&&self.crypto&&(i=self.crypto),\"undefined\"!==typeof globalThis&&globalThis.crypto&&(i=globalThis.crypto),!i&&\"undefined\"!==typeof window&&window.msCrypto&&(i=window.msCrypto),!i&&\"undefined\"!==typeof e&&e.crypto&&(i=e.crypto),!i)try{i=r(1)}catch(y){}var o=function(){if(i){if(\"function\"===typeof i.getRandomValues)try{return i.getRandomValues(new Uint32Array(1))[0]}catch(y){}if(\"function\"===typeof i.randomBytes)try{return i.randomBytes(4).readInt32LE()}catch(y){}}throw new Error(\"Native crypto module could not be used to get secure random number.\")},s=Object.create||function(){function t(){}return function(e){var r;return t.prototype=e,r=new t,t.prototype=null,r}}(),a={},u=a.lib={},c=u.Base=function(){return{extend:function(t){var e=s(this);return t&&e.mixIn(t),e.hasOwnProperty(\"init\")&&this.init!==e.init||(e.init=function(){e.$super.init.apply(this,arguments)}),e.init.prototype=e,e.$super=this,e},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e]);t.hasOwnProperty(\"toString\")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),h=u.WordArray=c.extend({init:function(t,e){t=this.words=t||[],this.sigBytes=e!=n?e:4*t.length},toString:function(t){return(t||l).stringify(this)},concat:function(t){var e=this.words,r=t.words,n=this.sigBytes,i=t.sigBytes;if(this.clamp(),n%4)for(var o=0;o<i;o++){var s=r[o>>>2]>>>24-o%4*8&255;e[n+o>>>2]|=s<<24-(n+o)%4*8}else for(var a=0;a<i;a+=4)e[n+a>>>2]=r[a>>>2];return this.sigBytes+=i,this},clamp:function(){var e=this.words,r=this.sigBytes;e[r>>>2]&=4294967295<<32-r%4*8,e.length=t.ceil(r/4)},clone:function(){var t=c.clone.call(this);return t.words=this.words.slice(0),t},random:function(t){for(var e=[],r=0;r<t;r+=4)e.push(o());return new h.init(e,t)}}),f=a.enc={},l=f.Hex={stringify:function(t){for(var e=t.words,r=t.sigBytes,n=[],i=0;i<r;i++){var o=e[i>>>2]>>>24-i%4*8&255;n.push((o>>>4).toString(16)),n.push((15&o).toString(16))}return n.join(\"\")},parse:function(t){for(var e=t.length,r=[],n=0;n<e;n+=2)r[n>>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new h.init(r,e/2)}},p=f.Latin1={stringify:function(t){for(var e=t.words,r=t.sigBytes,n=[],i=0;i<r;i++){var o=e[i>>>2]>>>24-i%4*8&255;n.push(String.fromCharCode(o))}return n.join(\"\")},parse:function(t){for(var e=t.length,r=[],n=0;n<e;n++)r[n>>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new h.init(r,e)}},d=f.Utf8={stringify:function(t){try{return decodeURIComponent(escape(p.stringify(t)))}catch(e){throw new Error(\"Malformed UTF-8 data\")}},parse:function(t){return p.parse(unescape(encodeURIComponent(t)))}},g=u.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new h.init,this._nDataBytes=0},_append:function(t){\"string\"==typeof t&&(t=d.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var r,n=this._data,i=n.words,o=n.sigBytes,s=this.blockSize,a=4*s,u=o/a;u=e?t.ceil(u):t.max((0|u)-this._minBufferSize,0);var c=u*s,f=t.min(4*c,o);if(c){for(var l=0;l<c;l+=s)this._doProcessBlock(i,l);r=i.splice(0,c),n.sigBytes-=f}return new h.init(r,f)},clone:function(){var t=c.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0}),m=(u.Hasher=g.extend({cfg:c.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){g.reset.call(this),this._doReset()},update:function(t){return this._append(t),this._process(),this},finalize:function(t){t&&this._append(t);var e=this._doFinalize();return e},blockSize:16,_createHelper:function(t){return function(e,r){return new t.init(r).finalize(e)}},_createHmacHelper:function(t){return function(e,r){return new m.HMAC.init(t,r).finalize(e)}}}),a.algo={});return a}(Math);return t}))}).call(this,r(\"c8ba\"))},2410:function(t,e,r){(function(e){var r=function(){\"use strict\";function t(t,e){return null!=e&&t instanceof e}var r,n,i;try{r=Map}catch(f){r=function(){}}try{n=Set}catch(f){n=function(){}}try{i=Promise}catch(f){i=function(){}}function o(s,a,u,c,f){\"object\"===typeof a&&(u=a.depth,c=a.prototype,f=a.includeNonEnumerable,a=a.circular);var l=[],p=[],d=\"undefined\"!=typeof e;function g(s,u){if(null===s)return null;if(0===u)return s;var m,y;if(\"object\"!=typeof s)return s;if(t(s,r))m=new r;else if(t(s,n))m=new n;else if(t(s,i))m=new i((function(t,e){s.then((function(e){t(g(e,u-1))}),(function(t){e(g(t,u-1))}))}));else if(o.__isArray(s))m=[];else if(o.__isRegExp(s))m=new RegExp(s.source,h(s)),s.lastIndex&&(m.lastIndex=s.lastIndex);else if(o.__isDate(s))m=new Date(s.getTime());else{if(d&&e.isBuffer(s))return m=e.allocUnsafe?e.allocUnsafe(s.length):new e(s.length),s.copy(m),m;t(s,Error)?m=Object.create(s):\"undefined\"==typeof c?(y=Object.getPrototypeOf(s),m=Object.create(y)):(m=Object.create(c),y=c)}if(a){var v=l.indexOf(s);if(-1!=v)return p[v];l.push(s),p.push(m)}for(var b in t(s,r)&&s.forEach((function(t,e){var r=g(e,u-1),n=g(t,u-1);m.set(r,n)})),t(s,n)&&s.forEach((function(t){var e=g(t,u-1);m.add(e)})),s){var w;y&&(w=Object.getOwnPropertyDescriptor(y,b)),w&&null==w.set||(m[b]=g(s[b],u-1))}if(Object.getOwnPropertySymbols){var T=Object.getOwnPropertySymbols(s);for(b=0;b<T.length;b++){var S=T[b],x=Object.getOwnPropertyDescriptor(s,S);(!x||x.enumerable||f)&&(m[S]=g(s[S],u-1),x.enumerable||Object.defineProperty(m,S,{enumerable:!1}))}}if(f){var E=Object.getOwnPropertyNames(s);for(b=0;b<E.length;b++){var D=E[b];x=Object.getOwnPropertyDescriptor(s,D);x&&x.enumerable||(m[D]=g(s[D],u-1),Object.defineProperty(m,D,{enumerable:!1}))}}return m}return\"undefined\"==typeof a&&(a=!0),\"undefined\"==typeof u&&(u=1/0),g(s,u)}function s(t){return Object.prototype.toString.call(t)}function a(t){return\"object\"===typeof t&&\"[object Date]\"===s(t)}function u(t){return\"object\"===typeof t&&\"[object Array]\"===s(t)}function c(t){return\"object\"===typeof t&&\"[object RegExp]\"===s(t)}function h(t){var e=\"\";return t.global&&(e+=\"g\"),t.ignoreCase&&(e+=\"i\"),t.multiline&&(e+=\"m\"),e}return o.clonePrototype=function(t){if(null===t)return null;var e=function(){};return e.prototype=t,new e},o.__objToStr=s,o.__isDate=a,o.__isArray=u,o.__isRegExp=c,o.__getRegExpFlags=h,o}();t.exports&&(t.exports=r)}).call(this,r(\"b639\").Buffer)},\"24e5\":function(t,e,r){\n/*! For license information please see jsencrypt.min.js.LICENSE.txt */\n!function(e,r){t.exports=r()}(window,()=>(()=>{var t={155:t=>{var e,r,n=t.exports={};function i(){throw new Error(\"setTimeout has not been defined\")}function o(){throw new Error(\"clearTimeout has not been defined\")}function s(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(r){try{return e.call(null,t,0)}catch(r){return e.call(this,t,0)}}}!function(){try{e=\"function\"==typeof setTimeout?setTimeout:i}catch(t){e=i}try{r=\"function\"==typeof clearTimeout?clearTimeout:o}catch(t){r=o}}();var a,u=[],c=!1,h=-1;function f(){c&&a&&(c=!1,a.length?u=a.concat(u):h=-1,u.length&&l())}function l(){if(!c){var t=s(f);c=!0;for(var e=u.length;e;){for(a=u,u=[];++h<e;)a&&a[h].run();h=-1,e=u.length}a=null,c=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===o||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function p(t,e){this.fun=t,this.array=e}function d(){}n.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];u.push(new p(t,e)),1!==u.length||c||s(l)},p.prototype.run=function(){this.fun.apply(null,this.array)},n.title=\"browser\",n.browser=!0,n.env={},n.argv=[],n.version=\"\",n.versions={},n.on=d,n.addListener=d,n.once=d,n.off=d,n.removeListener=d,n.removeAllListeners=d,n.emit=d,n.prependListener=d,n.prependOnceListener=d,n.listeners=function(t){return[]},n.binding=function(t){throw new Error(\"process.binding is not supported\")},n.cwd=function(){return\"/\"},n.chdir=function(t){throw new Error(\"process.chdir is not supported\")},n.umask=function(){return 0}}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={exports:{}};return t[n](o,o.exports,r),o.exports}r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);var n={};return(()=>{\"use strict\";r.d(n,{default:()=>ht});var t=\"0123456789abcdefghijklmnopqrstuvwxyz\";function e(e){return t.charAt(e)}function i(t,e){return t&e}function o(t,e){return t|e}function s(t,e){return t^e}function a(t,e){return t&~e}function u(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function c(t){for(var e=0;0!=t;)t&=t-1,++e;return e}var h,f=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",l=\"=\";function p(t){var e,r,n=\"\";for(e=0;e+3<=t.length;e+=3)r=parseInt(t.substring(e,e+3),16),n+=f.charAt(r>>6)+f.charAt(63&r);for(e+1==t.length?(r=parseInt(t.substring(e,e+1),16),n+=f.charAt(r<<2)):e+2==t.length&&(r=parseInt(t.substring(e,e+2),16),n+=f.charAt(r>>2)+f.charAt((3&r)<<4));(3&n.length)>0;)n+=l;return n}function d(t){var r,n=\"\",i=0,o=0;for(r=0;r<t.length&&t.charAt(r)!=l;++r){var s=f.indexOf(t.charAt(r));s<0||(0==i?(n+=e(s>>2),o=3&s,i=1):1==i?(n+=e(o<<2|s>>4),o=15&s,i=2):2==i?(n+=e(o),n+=e(s>>2),o=3&s,i=3):(n+=e(o<<2|s>>4),n+=e(15&s),i=0))}return 1==i&&(n+=e(o<<2)),n}var g,m={decode:function(t){var e;if(void 0===g){var r=\"= \\f\\n\\r\\t \\u2028\\u2029\";for(g=Object.create(null),e=0;e<64;++e)g[\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\".charAt(e)]=e;for(g[\"-\"]=62,g._=63,e=0;e<r.length;++e)g[r.charAt(e)]=-1}var n=[],i=0,o=0;for(e=0;e<t.length;++e){var s=t.charAt(e);if(\"=\"==s)break;if(-1!=(s=g[s])){if(void 0===s)throw new Error(\"Illegal character at offset \"+e);i|=s,++o>=4?(n[n.length]=i>>16,n[n.length]=i>>8&255,n[n.length]=255&i,i=0,o=0):i<<=6}}switch(o){case 1:throw new Error(\"Base64 encoding incomplete: at least 2 bits missing\");case 2:n[n.length]=i>>10;break;case 3:n[n.length]=i>>16,n[n.length]=i>>8&255}return n},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\\/=\\s]+)-----END [^-]+-----|begin-base64[^\\n]+\\n([A-Za-z0-9+\\/=\\s]+)====/,unarmor:function(t){var e=m.re.exec(t);if(e)if(e[1])t=e[1];else{if(!e[2])throw new Error(\"RegExp out of sync\");t=e[2]}return m.decode(t)}},y=1e13,v=function(){function t(t){this.buf=[+t||0]}return t.prototype.mulAdd=function(t,e){var r,n,i=this.buf,o=i.length;for(r=0;r<o;++r)(n=i[r]*t+e)<y?e=0:n-=(e=0|n/y)*y,i[r]=n;e>0&&(i[r]=e)},t.prototype.sub=function(t){var e,r,n=this.buf,i=n.length;for(e=0;e<i;++e)(r=n[e]-t)<0?(r+=y,t=1):t=0,n[e]=r;for(;0===n[n.length-1];)n.pop()},t.prototype.toString=function(t){if(10!=(t||10))throw new Error(\"only base 10 is supported\");for(var e=this.buf,r=e[e.length-1].toString(),n=e.length-2;n>=0;--n)r+=(y+e[n]).toString().substring(1);return r},t.prototype.valueOf=function(){for(var t=this.buf,e=0,r=t.length-1;r>=0;--r)e=e*y+t[r];return e},t.prototype.simplify=function(){var t=this.buf;return 1==t.length?t[0]:this},t}(),b=\"…\",w=/^(\\d\\d)(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])([01]\\d|2[0-3])(?:([0-5]\\d)(?:([0-5]\\d)(?:[.,](\\d{1,3}))?)?)?(Z|[-+](?:[0]\\d|1[0-2])([0-5]\\d)?)?$/,T=/^(\\d\\d\\d\\d)(0[1-9]|1[0-2])(0[1-9]|[12]\\d|3[01])([01]\\d|2[0-3])(?:([0-5]\\d)(?:([0-5]\\d)(?:[.,](\\d{1,3}))?)?)?(Z|[-+](?:[0]\\d|1[0-2])([0-5]\\d)?)?$/;function S(t,e){return t.length>e&&(t=t.substring(0,e)+b),t}var x,E=function(){function t(e,r){this.hexDigits=\"0123456789ABCDEF\",e instanceof t?(this.enc=e.enc,this.pos=e.pos):(this.enc=e,this.pos=r)}return t.prototype.get=function(t){if(void 0===t&&(t=this.pos++),t>=this.enc.length)throw new Error(\"Requesting byte offset \".concat(t,\" on a stream of length \").concat(this.enc.length));return\"string\"==typeof this.enc?this.enc.charCodeAt(t):this.enc[t]},t.prototype.hexByte=function(t){return this.hexDigits.charAt(t>>4&15)+this.hexDigits.charAt(15&t)},t.prototype.hexDump=function(t,e,r){for(var n=\"\",i=t;i<e;++i)if(n+=this.hexByte(this.get(i)),!0!==r)switch(15&i){case 7:n+=\"  \";break;case 15:n+=\"\\n\";break;default:n+=\" \"}return n},t.prototype.isASCII=function(t,e){for(var r=t;r<e;++r){var n=this.get(r);if(n<32||n>176)return!1}return!0},t.prototype.parseStringISO=function(t,e){for(var r=\"\",n=t;n<e;++n)r+=String.fromCharCode(this.get(n));return r},t.prototype.parseStringUTF=function(t,e){for(var r=\"\",n=t;n<e;){var i=this.get(n++);r+=i<128?String.fromCharCode(i):i>191&&i<224?String.fromCharCode((31&i)<<6|63&this.get(n++)):String.fromCharCode((15&i)<<12|(63&this.get(n++))<<6|63&this.get(n++))}return r},t.prototype.parseStringBMP=function(t,e){for(var r,n,i=\"\",o=t;o<e;)r=this.get(o++),n=this.get(o++),i+=String.fromCharCode(r<<8|n);return i},t.prototype.parseTime=function(t,e,r){var n=this.parseStringISO(t,e),i=(r?w:T).exec(n);return i?(r&&(i[1]=+i[1],i[1]+=+i[1]<70?2e3:1900),n=i[1]+\"-\"+i[2]+\"-\"+i[3]+\" \"+i[4],i[5]&&(n+=\":\"+i[5],i[6]&&(n+=\":\"+i[6],i[7]&&(n+=\".\"+i[7]))),i[8]&&(n+=\" UTC\",\"Z\"!=i[8]&&(n+=i[8],i[9]&&(n+=\":\"+i[9]))),n):\"Unrecognized time: \"+n},t.prototype.parseInteger=function(t,e){for(var r,n=this.get(t),i=n>127,o=i?255:0,s=\"\";n==o&&++t<e;)n=this.get(t);if(0==(r=e-t))return i?-1:0;if(r>4){for(s=n,r<<=3;0==(128&(+s^o));)s=+s<<1,--r;s=\"(\"+r+\" bit)\\n\"}i&&(n-=256);for(var a=new v(n),u=t+1;u<e;++u)a.mulAdd(256,this.get(u));return s+a.toString()},t.prototype.parseBitString=function(t,e,r){for(var n=this.get(t),i=\"(\"+((e-t-1<<3)-n)+\" bit)\\n\",o=\"\",s=t+1;s<e;++s){for(var a=this.get(s),u=s==e-1?n:0,c=7;c>=u;--c)o+=a>>c&1?\"1\":\"0\";if(o.length>r)return i+S(o,r)}return i+o},t.prototype.parseOctetString=function(t,e,r){if(this.isASCII(t,e))return S(this.parseStringISO(t,e),r);var n=e-t,i=\"(\"+n+\" byte)\\n\";n>(r/=2)&&(e=t+r);for(var o=t;o<e;++o)i+=this.hexByte(this.get(o));return n>r&&(i+=b),i},t.prototype.parseOID=function(t,e,r){for(var n=\"\",i=new v,o=0,s=t;s<e;++s){var a=this.get(s);if(i.mulAdd(128,127&a),o+=7,!(128&a)){if(\"\"===n)if((i=i.simplify())instanceof v)i.sub(80),n=\"2.\"+i.toString();else{var u=i<80?i<40?0:1:2;n=u+\".\"+(i-40*u)}else n+=\".\"+i.toString();if(n.length>r)return S(n,r);i=new v,o=0}}return o>0&&(n+=\".incomplete\"),n},t}(),D=function(){function t(t,e,r,n,i){if(!(n instanceof A))throw new Error(\"Invalid tag value.\");this.stream=t,this.header=e,this.length=r,this.tag=n,this.sub=i}return t.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return\"EOC\";case 1:return\"BOOLEAN\";case 2:return\"INTEGER\";case 3:return\"BIT_STRING\";case 4:return\"OCTET_STRING\";case 5:return\"NULL\";case 6:return\"OBJECT_IDENTIFIER\";case 7:return\"ObjectDescriptor\";case 8:return\"EXTERNAL\";case 9:return\"REAL\";case 10:return\"ENUMERATED\";case 11:return\"EMBEDDED_PDV\";case 12:return\"UTF8String\";case 16:return\"SEQUENCE\";case 17:return\"SET\";case 18:return\"NumericString\";case 19:return\"PrintableString\";case 20:return\"TeletexString\";case 21:return\"VideotexString\";case 22:return\"IA5String\";case 23:return\"UTCTime\";case 24:return\"GeneralizedTime\";case 25:return\"GraphicString\";case 26:return\"VisibleString\";case 27:return\"GeneralString\";case 28:return\"UniversalString\";case 30:return\"BMPString\"}return\"Universal_\"+this.tag.tagNumber.toString();case 1:return\"Application_\"+this.tag.tagNumber.toString();case 2:return\"[\"+this.tag.tagNumber.toString()+\"]\";case 3:return\"Private_\"+this.tag.tagNumber.toString()}},t.prototype.content=function(t){if(void 0===this.tag)return null;void 0===t&&(t=1/0);var e=this.posContent(),r=Math.abs(this.length);if(!this.tag.isUniversal())return null!==this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseOctetString(e,e+r,t);switch(this.tag.tagNumber){case 1:return 0===this.stream.get(e)?\"false\":\"true\";case 2:return this.stream.parseInteger(e,e+r);case 3:return this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseBitString(e,e+r,t);case 4:return this.sub?\"(\"+this.sub.length+\" elem)\":this.stream.parseOctetString(e,e+r,t);case 6:return this.stream.parseOID(e,e+r,t);case 16:case 17:return null!==this.sub?\"(\"+this.sub.length+\" elem)\":\"(no elem)\";case 12:return S(this.stream.parseStringUTF(e,e+r),t);case 18:case 19:case 20:case 21:case 22:case 26:return S(this.stream.parseStringISO(e,e+r),t);case 30:return S(this.stream.parseStringBMP(e,e+r),t);case 23:case 24:return this.stream.parseTime(e,e+r,23==this.tag.tagNumber)}return null},t.prototype.toString=function(){return this.typeName()+\"@\"+this.stream.pos+\"[header:\"+this.header+\",length:\"+this.length+\",sub:\"+(null===this.sub?\"null\":this.sub.length)+\"]\"},t.prototype.toPrettyString=function(t){void 0===t&&(t=\"\");var e=t+this.typeName()+\" @\"+this.stream.pos;if(this.length>=0&&(e+=\"+\"),e+=this.length,this.tag.tagConstructed?e+=\" (constructed)\":!this.tag.isUniversal()||3!=this.tag.tagNumber&&4!=this.tag.tagNumber||null===this.sub||(e+=\" (encapsulates)\"),e+=\"\\n\",null!==this.sub){t+=\"  \";for(var r=0,n=this.sub.length;r<n;++r)e+=this.sub[r].toPrettyString(t)}return e},t.prototype.posStart=function(){return this.stream.pos},t.prototype.posContent=function(){return this.stream.pos+this.header},t.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},t.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},t.decodeLength=function(t){var e=t.get(),r=127&e;if(r==e)return r;if(r>6)throw new Error(\"Length over 48 bits not supported at position \"+(t.pos-1));if(0===r)return null;e=0;for(var n=0;n<r;++n)e=256*e+t.get();return e},t.prototype.getHexStringValue=function(){var t=this.toHexString(),e=2*this.header,r=2*this.length;return t.substr(e,r)},t.decode=function(e){var r;r=e instanceof E?e:new E(e,0);var n=new E(r),i=new A(r),o=t.decodeLength(r),s=r.pos,a=s-n.pos,u=null,c=function(){var e=[];if(null!==o){for(var n=s+o;r.pos<n;)e[e.length]=t.decode(r);if(r.pos!=n)throw new Error(\"Content size is not correct for container starting at offset \"+s)}else try{for(;;){var i=t.decode(r);if(i.tag.isEOC())break;e[e.length]=i}o=s-r.pos}catch(t){throw new Error(\"Exception while decoding undefined length content: \"+t)}return e};if(i.tagConstructed)u=c();else if(i.isUniversal()&&(3==i.tagNumber||4==i.tagNumber))try{if(3==i.tagNumber&&0!=r.get())throw new Error(\"BIT STRINGs with unused bits cannot encapsulate.\");u=c();for(var h=0;h<u.length;++h)if(u[h].tag.isEOC())throw new Error(\"EOC is not supposed to be actual content.\")}catch(t){u=null}if(null===u){if(null===o)throw new Error(\"We can't skip over an invalid tag with undefined length at offset \"+s);r.pos=s+Math.abs(o)}return new t(n,a,o,i,u)},t}(),A=function(){function t(t){var e=t.get();if(this.tagClass=e>>6,this.tagConstructed=0!=(32&e),this.tagNumber=31&e,31==this.tagNumber){var r=new v;do{e=t.get(),r.mulAdd(128,127&e)}while(128&e);this.tagNumber=r.simplify()}}return t.prototype.isUniversal=function(){return 0===this.tagClass},t.prototype.isEOC=function(){return 0===this.tagClass&&0===this.tagNumber},t}(),O=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],B=(1<<26)/O[O.length-1],R=function(){function t(t,e,r){null!=t&&(\"number\"==typeof t?this.fromNumber(t,e,r):null==e&&\"string\"!=typeof t?this.fromString(t,256):this.fromString(t,e))}return t.prototype.toString=function(t){if(this.s<0)return\"-\"+this.negate().toString(t);var r;if(16==t)r=4;else if(8==t)r=3;else if(2==t)r=1;else if(32==t)r=5;else{if(4!=t)return this.toRadix(t);r=2}var n,i=(1<<r)-1,o=!1,s=\"\",a=this.t,u=this.DB-a*this.DB%r;if(a-- >0)for(u<this.DB&&(n=this[a]>>u)>0&&(o=!0,s=e(n));a>=0;)u<r?(n=(this[a]&(1<<u)-1)<<r-u,n|=this[--a]>>(u+=this.DB-r)):(n=this[a]>>(u-=r)&i,u<=0&&(u+=this.DB,--a)),n>0&&(o=!0),o&&(s+=e(n));return o?s:\"0\"},t.prototype.negate=function(){var e=N();return t.ZERO.subTo(this,e),e},t.prototype.abs=function(){return this.s<0?this.negate():this},t.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var r=this.t;if(0!=(e=r-t.t))return this.s<0?-e:e;for(;--r>=0;)if(0!=(e=this[r]-t[r]))return e;return 0},t.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+q(this[this.t-1]^this.s&this.DM)},t.prototype.mod=function(e){var r=N();return this.abs().divRemTo(e,null,r),this.s<0&&r.compareTo(t.ZERO)>0&&e.subTo(r,r),r},t.prototype.modPowInt=function(t,e){var r;return r=t<256||e.isEven()?new k(e):new V(e),this.exp(t,r)},t.prototype.clone=function(){var t=N();return this.copyTo(t),t},t.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},t.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},t.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},t.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},t.prototype.toByteArray=function(){var t=this.t,e=[];e[0]=this.s;var r,n=this.DB-t*this.DB%8,i=0;if(t-- >0)for(n<this.DB&&(r=this[t]>>n)!=(this.s&this.DM)>>n&&(e[i++]=r|this.s<<this.DB-n);t>=0;)n<8?(r=(this[t]&(1<<n)-1)<<8-n,r|=this[--t]>>(n+=this.DB-8)):(r=this[t]>>(n-=8)&255,n<=0&&(n+=this.DB,--t)),0!=(128&r)&&(r|=-256),0==i&&(128&this.s)!=(128&r)&&++i,(i>0||r!=this.s)&&(e[i++]=r);return e},t.prototype.equals=function(t){return 0==this.compareTo(t)},t.prototype.min=function(t){return this.compareTo(t)<0?this:t},t.prototype.max=function(t){return this.compareTo(t)>0?this:t},t.prototype.and=function(t){var e=N();return this.bitwiseTo(t,i,e),e},t.prototype.or=function(t){var e=N();return this.bitwiseTo(t,o,e),e},t.prototype.xor=function(t){var e=N();return this.bitwiseTo(t,s,e),e},t.prototype.andNot=function(t){var e=N();return this.bitwiseTo(t,a,e),e},t.prototype.not=function(){for(var t=N(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t},t.prototype.shiftLeft=function(t){var e=N();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e},t.prototype.shiftRight=function(t){var e=N();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e},t.prototype.getLowestSetBit=function(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+u(this[t]);return this.s<0?this.t*this.DB:-1},t.prototype.bitCount=function(){for(var t=0,e=this.s&this.DM,r=0;r<this.t;++r)t+=c(this[r]^e);return t},t.prototype.testBit=function(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:0!=(this[e]&1<<t%this.DB)},t.prototype.setBit=function(t){return this.changeBit(t,o)},t.prototype.clearBit=function(t){return this.changeBit(t,a)},t.prototype.flipBit=function(t){return this.changeBit(t,s)},t.prototype.add=function(t){var e=N();return this.addTo(t,e),e},t.prototype.subtract=function(t){var e=N();return this.subTo(t,e),e},t.prototype.multiply=function(t){var e=N();return this.multiplyTo(t,e),e},t.prototype.divide=function(t){var e=N();return this.divRemTo(t,e,null),e},t.prototype.remainder=function(t){var e=N();return this.divRemTo(t,null,e),e},t.prototype.divideAndRemainder=function(t){var e=N(),r=N();return this.divRemTo(t,e,r),[e,r]},t.prototype.modPow=function(t,e){var r,n,i=t.bitLength(),o=F(1);if(i<=0)return o;r=i<18?1:i<48?3:i<144?4:i<768?5:6,n=i<8?new k(e):e.isEven()?new j(e):new V(e);var s=[],a=3,u=r-1,c=(1<<r)-1;if(s[1]=n.convert(this),r>1){var h=N();for(n.sqrTo(s[1],h);a<=c;)s[a]=N(),n.mulTo(h,s[a-2],s[a]),a+=2}var f,l,p=t.t-1,d=!0,g=N();for(i=q(t[p])-1;p>=0;){for(i>=u?f=t[p]>>i-u&c:(f=(t[p]&(1<<i+1)-1)<<u-i,p>0&&(f|=t[p-1]>>this.DB+i-u)),a=r;0==(1&f);)f>>=1,--a;if((i-=a)<0&&(i+=this.DB,--p),d)s[f].copyTo(o),d=!1;else{for(;a>1;)n.sqrTo(o,g),n.sqrTo(g,o),a-=2;a>0?n.sqrTo(o,g):(l=o,o=g,g=l),n.mulTo(g,s[f],o)}for(;p>=0&&0==(t[p]&1<<i);)n.sqrTo(o,g),l=o,o=g,g=l,--i<0&&(i=this.DB-1,--p)}return n.revert(o)},t.prototype.modInverse=function(e){var r=e.isEven();if(this.isEven()&&r||0==e.signum())return t.ZERO;for(var n=e.clone(),i=this.clone(),o=F(1),s=F(0),a=F(0),u=F(1);0!=n.signum();){for(;n.isEven();)n.rShiftTo(1,n),r?(o.isEven()&&s.isEven()||(o.addTo(this,o),s.subTo(e,s)),o.rShiftTo(1,o)):s.isEven()||s.subTo(e,s),s.rShiftTo(1,s);for(;i.isEven();)i.rShiftTo(1,i),r?(a.isEven()&&u.isEven()||(a.addTo(this,a),u.subTo(e,u)),a.rShiftTo(1,a)):u.isEven()||u.subTo(e,u),u.rShiftTo(1,u);n.compareTo(i)>=0?(n.subTo(i,n),r&&o.subTo(a,o),s.subTo(u,s)):(i.subTo(n,i),r&&a.subTo(o,a),u.subTo(s,u))}return 0!=i.compareTo(t.ONE)?t.ZERO:u.compareTo(e)>=0?u.subtract(e):u.signum()<0?(u.addTo(e,u),u.signum()<0?u.add(e):u):u},t.prototype.pow=function(t){return this.exp(t,new I)},t.prototype.gcd=function(t){var e=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(e.compareTo(r)<0){var n=e;e=r,r=n}var i=e.getLowestSetBit(),o=r.getLowestSetBit();if(o<0)return e;for(i<o&&(o=i),o>0&&(e.rShiftTo(o,e),r.rShiftTo(o,r));e.signum()>0;)(i=e.getLowestSetBit())>0&&e.rShiftTo(i,e),(i=r.getLowestSetBit())>0&&r.rShiftTo(i,r),e.compareTo(r)>=0?(e.subTo(r,e),e.rShiftTo(1,e)):(r.subTo(e,r),r.rShiftTo(1,r));return o>0&&r.lShiftTo(o,r),r},t.prototype.isProbablePrime=function(t){var e,r=this.abs();if(1==r.t&&r[0]<=O[O.length-1]){for(e=0;e<O.length;++e)if(r[0]==O[e])return!0;return!1}if(r.isEven())return!1;for(e=1;e<O.length;){for(var n=O[e],i=e+1;i<O.length&&n<B;)n*=O[i++];for(n=r.modInt(n);e<i;)if(n%O[e++]==0)return!1}return r.millerRabin(t)},t.prototype.copyTo=function(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},t.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},t.prototype.fromString=function(e,r){var n;if(16==r)n=4;else if(8==r)n=3;else if(256==r)n=8;else if(2==r)n=1;else if(32==r)n=5;else{if(4!=r)return void this.fromRadix(e,r);n=2}this.t=0,this.s=0;for(var i=e.length,o=!1,s=0;--i>=0;){var a=8==n?255&+e[i]:H(e,i);a<0?\"-\"==e.charAt(i)&&(o=!0):(o=!1,0==s?this[this.t++]=a:s+n>this.DB?(this[this.t-1]|=(a&(1<<this.DB-s)-1)<<s,this[this.t++]=a>>this.DB-s):this[this.t-1]|=a<<s,(s+=n)>=this.DB&&(s-=this.DB))}8==n&&0!=(128&+e[0])&&(this.s=-1,s>0&&(this[this.t-1]|=(1<<this.DB-s)-1<<s)),this.clamp(),o&&t.ZERO.subTo(this,this)},t.prototype.clamp=function(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t},t.prototype.dlShiftTo=function(t,e){var r;for(r=this.t-1;r>=0;--r)e[r+t]=this[r];for(r=t-1;r>=0;--r)e[r]=0;e.t=this.t+t,e.s=this.s},t.prototype.drShiftTo=function(t,e){for(var r=t;r<this.t;++r)e[r-t]=this[r];e.t=Math.max(this.t-t,0),e.s=this.s},t.prototype.lShiftTo=function(t,e){for(var r=t%this.DB,n=this.DB-r,i=(1<<n)-1,o=Math.floor(t/this.DB),s=this.s<<r&this.DM,a=this.t-1;a>=0;--a)e[a+o+1]=this[a]>>n|s,s=(this[a]&i)<<r;for(a=o-1;a>=0;--a)e[a]=0;e[o]=s,e.t=this.t+o+1,e.s=this.s,e.clamp()},t.prototype.rShiftTo=function(t,e){e.s=this.s;var r=Math.floor(t/this.DB);if(r>=this.t)e.t=0;else{var n=t%this.DB,i=this.DB-n,o=(1<<n)-1;e[0]=this[r]>>n;for(var s=r+1;s<this.t;++s)e[s-r-1]|=(this[s]&o)<<i,e[s-r]=this[s]>>n;n>0&&(e[this.t-r-1]|=(this.s&o)<<i),e.t=this.t-r,e.clamp()}},t.prototype.subTo=function(t,e){for(var r=0,n=0,i=Math.min(t.t,this.t);r<i;)n+=this[r]-t[r],e[r++]=n&this.DM,n>>=this.DB;if(t.t<this.t){for(n-=t.s;r<this.t;)n+=this[r],e[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<t.t;)n-=t[r],e[r++]=n&this.DM,n>>=this.DB;n-=t.s}e.s=n<0?-1:0,n<-1?e[r++]=this.DV+n:n>0&&(e[r++]=n),e.t=r,e.clamp()},t.prototype.multiplyTo=function(e,r){var n=this.abs(),i=e.abs(),o=n.t;for(r.t=o+i.t;--o>=0;)r[o]=0;for(o=0;o<i.t;++o)r[o+n.t]=n.am(0,i[o],r,o,0,n.t);r.s=0,r.clamp(),this.s!=e.s&&t.ZERO.subTo(r,r)},t.prototype.squareTo=function(t){for(var e=this.abs(),r=t.t=2*e.t;--r>=0;)t[r]=0;for(r=0;r<e.t-1;++r){var n=e.am(r,e[r],t,2*r,0,1);(t[r+e.t]+=e.am(r+1,2*e[r],t,2*r+1,n,e.t-r-1))>=e.DV&&(t[r+e.t]-=e.DV,t[r+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(r,e[r],t,2*r,0,1)),t.s=0,t.clamp()},t.prototype.divRemTo=function(e,r,n){var i=e.abs();if(!(i.t<=0)){var o=this.abs();if(o.t<i.t)return null!=r&&r.fromInt(0),void(null!=n&&this.copyTo(n));null==n&&(n=N());var s=N(),a=this.s,u=e.s,c=this.DB-q(i[i.t-1]);c>0?(i.lShiftTo(c,s),o.lShiftTo(c,n)):(i.copyTo(s),o.copyTo(n));var h=s.t,f=s[h-1];if(0!=f){var l=f*(1<<this.F1)+(h>1?s[h-2]>>this.F2:0),p=this.FV/l,d=(1<<this.F1)/l,g=1<<this.F2,m=n.t,y=m-h,v=null==r?N():r;for(s.dlShiftTo(y,v),n.compareTo(v)>=0&&(n[n.t++]=1,n.subTo(v,n)),t.ONE.dlShiftTo(h,v),v.subTo(s,s);s.t<h;)s[s.t++]=0;for(;--y>=0;){var b=n[--m]==f?this.DM:Math.floor(n[m]*p+(n[m-1]+g)*d);if((n[m]+=s.am(0,b,n,y,0,h))<b)for(s.dlShiftTo(y,v),n.subTo(v,n);n[m]<--b;)n.subTo(v,n)}null!=r&&(n.drShiftTo(h,r),a!=u&&t.ZERO.subTo(r,r)),n.t=h,n.clamp(),c>0&&n.rShiftTo(c,n),a<0&&t.ZERO.subTo(n,n)}}},t.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},t.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},t.prototype.exp=function(e,r){if(e>4294967295||e<1)return t.ONE;var n=N(),i=N(),o=r.convert(this),s=q(e)-1;for(o.copyTo(n);--s>=0;)if(r.sqrTo(n,i),(e&1<<s)>0)r.mulTo(i,o,n);else{var a=n;n=i,i=a}return r.revert(n)},t.prototype.chunkSize=function(t){return Math.floor(Math.LN2*this.DB/Math.log(t))},t.prototype.toRadix=function(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return\"0\";var e=this.chunkSize(t),r=Math.pow(t,e),n=F(r),i=N(),o=N(),s=\"\";for(this.divRemTo(n,i,o);i.signum()>0;)s=(r+o.intValue()).toString(t).substr(1)+s,i.divRemTo(n,i,o);return o.intValue().toString(t)+s},t.prototype.fromRadix=function(e,r){this.fromInt(0),null==r&&(r=10);for(var n=this.chunkSize(r),i=Math.pow(r,n),o=!1,s=0,a=0,u=0;u<e.length;++u){var c=H(e,u);c<0?\"-\"==e.charAt(u)&&0==this.signum()&&(o=!0):(a=r*a+c,++s>=n&&(this.dMultiply(i),this.dAddOffset(a,0),s=0,a=0))}s>0&&(this.dMultiply(Math.pow(r,s)),this.dAddOffset(a,0)),o&&t.ZERO.subTo(this,this)},t.prototype.fromNumber=function(e,r,n){if(\"number\"==typeof r)if(e<2)this.fromInt(1);else for(this.fromNumber(e,n),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),o,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(r);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(t.ONE.shiftLeft(e-1),this);else{var i=[],s=7&e;i.length=1+(e>>3),r.nextBytes(i),s>0?i[0]&=(1<<s)-1:i[0]=0,this.fromString(i,256)}},t.prototype.bitwiseTo=function(t,e,r){var n,i,o=Math.min(t.t,this.t);for(n=0;n<o;++n)r[n]=e(this[n],t[n]);if(t.t<this.t){for(i=t.s&this.DM,n=o;n<this.t;++n)r[n]=e(this[n],i);r.t=this.t}else{for(i=this.s&this.DM,n=o;n<t.t;++n)r[n]=e(i,t[n]);r.t=t.t}r.s=e(this.s,t.s),r.clamp()},t.prototype.changeBit=function(e,r){var n=t.ONE.shiftLeft(e);return this.bitwiseTo(n,r,n),n},t.prototype.addTo=function(t,e){for(var r=0,n=0,i=Math.min(t.t,this.t);r<i;)n+=this[r]+t[r],e[r++]=n&this.DM,n>>=this.DB;if(t.t<this.t){for(n+=t.s;r<this.t;)n+=this[r],e[r++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;r<t.t;)n+=t[r],e[r++]=n&this.DM,n>>=this.DB;n+=t.s}e.s=n<0?-1:0,n>0?e[r++]=n:n<-1&&(e[r++]=this.DV+n),e.t=r,e.clamp()},t.prototype.dMultiply=function(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()},t.prototype.dAddOffset=function(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}},t.prototype.multiplyLowerTo=function(t,e,r){var n=Math.min(this.t+t.t,e);for(r.s=0,r.t=n;n>0;)r[--n]=0;for(var i=r.t-this.t;n<i;++n)r[n+this.t]=this.am(0,t[n],r,n,0,this.t);for(i=Math.min(t.t,e);n<i;++n)this.am(0,t[n],r,n,0,e-n);r.clamp()},t.prototype.multiplyUpperTo=function(t,e,r){--e;var n=r.t=this.t+t.t-e;for(r.s=0;--n>=0;)r[n]=0;for(n=Math.max(e-this.t,0);n<t.t;++n)r[this.t+n-e]=this.am(e-n,t[n],r,0,0,this.t+n-e);r.clamp(),r.drShiftTo(1,r)},t.prototype.modInt=function(t){if(t<=0)return 0;var e=this.DV%t,r=this.s<0?t-1:0;if(this.t>0)if(0==e)r=this[0]%t;else for(var n=this.t-1;n>=0;--n)r=(e*r+this[n])%t;return r},t.prototype.millerRabin=function(e){var r=this.subtract(t.ONE),n=r.getLowestSetBit();if(n<=0)return!1;var i=r.shiftRight(n);(e=e+1>>1)>O.length&&(e=O.length);for(var o=N(),s=0;s<e;++s){o.fromInt(O[Math.floor(Math.random()*O.length)]);var a=o.modPow(i,this);if(0!=a.compareTo(t.ONE)&&0!=a.compareTo(r)){for(var u=1;u++<n&&0!=a.compareTo(r);)if(0==(a=a.modPowInt(2,this)).compareTo(t.ONE))return!1;if(0!=a.compareTo(r))return!1}}return!0},t.prototype.square=function(){var t=N();return this.squareTo(t),t},t.prototype.gcda=function(t,e){var r=this.s<0?this.negate():this.clone(),n=t.s<0?t.negate():t.clone();if(r.compareTo(n)<0){var i=r;r=n,n=i}var o=r.getLowestSetBit(),s=n.getLowestSetBit();if(s<0)e(r);else{o<s&&(s=o),s>0&&(r.rShiftTo(s,r),n.rShiftTo(s,n));var a=function(){(o=r.getLowestSetBit())>0&&r.rShiftTo(o,r),(o=n.getLowestSetBit())>0&&n.rShiftTo(o,n),r.compareTo(n)>=0?(r.subTo(n,r),r.rShiftTo(1,r)):(n.subTo(r,n),n.rShiftTo(1,n)),r.signum()>0?setTimeout(a,0):(s>0&&n.lShiftTo(s,n),setTimeout((function(){e(n)}),0))};setTimeout(a,10)}},t.prototype.fromNumberAsync=function(e,r,n,i){if(\"number\"==typeof r)if(e<2)this.fromInt(1);else{this.fromNumber(e,n),this.testBit(e-1)||this.bitwiseTo(t.ONE.shiftLeft(e-1),o,this),this.isEven()&&this.dAddOffset(1,0);var s=this,a=function(){s.dAddOffset(2,0),s.bitLength()>e&&s.subTo(t.ONE.shiftLeft(e-1),s),s.isProbablePrime(r)?setTimeout((function(){i()}),0):setTimeout(a,0)};setTimeout(a,0)}else{var u=[],c=7&e;u.length=1+(e>>3),r.nextBytes(u),c>0?u[0]&=(1<<c)-1:u[0]=0,this.fromString(u,256)}},t}(),I=function(){function t(){}return t.prototype.convert=function(t){return t},t.prototype.revert=function(t){return t},t.prototype.mulTo=function(t,e,r){t.multiplyTo(e,r)},t.prototype.sqrTo=function(t,e){t.squareTo(e)},t}(),k=function(){function t(t){this.m=t}return t.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},t.prototype.mulTo=function(t,e,r){t.multiplyTo(e,r),this.reduce(r)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),V=function(){function t(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}return t.prototype.convert=function(t){var e=N();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(R.ZERO)>0&&this.m.subTo(e,e),e},t.prototype.revert=function(t){var e=N();return t.copyTo(e),this.reduce(e),e},t.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var r=32767&t[e],n=r*this.mpl+((r*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[r=e+this.m.t]+=this.m.am(0,n,t,e,0,this.m.t);t[r]>=t.DV;)t[r]-=t.DV,t[++r]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,r){t.multiplyTo(e,r),this.reduce(r)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}(),j=function(){function t(t){this.m=t,this.r2=N(),this.q3=N(),R.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t)}return t.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=N();return t.copyTo(e),this.reduce(e),e},t.prototype.revert=function(t){return t},t.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},t.prototype.mulTo=function(t,e,r){t.multiplyTo(e,r),this.reduce(r)},t.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},t}();function N(){return new R(null)}function P(t,e){return new R(t,e)}var C=\"undefined\"!=typeof navigator;C&&\"Microsoft Internet Explorer\"==navigator.appName?(R.prototype.am=function(t,e,r,n,i,o){for(var s=32767&e,a=e>>15;--o>=0;){var u=32767&this[t],c=this[t++]>>15,h=a*u+c*s;i=((u=s*u+((32767&h)<<15)+r[n]+(1073741823&i))>>>30)+(h>>>15)+a*c+(i>>>30),r[n++]=1073741823&u}return i},x=30):C&&\"Netscape\"!=navigator.appName?(R.prototype.am=function(t,e,r,n,i,o){for(;--o>=0;){var s=e*this[t++]+r[n]+i;i=Math.floor(s/67108864),r[n++]=67108863&s}return i},x=26):(R.prototype.am=function(t,e,r,n,i,o){for(var s=16383&e,a=e>>14;--o>=0;){var u=16383&this[t],c=this[t++]>>14,h=a*u+c*s;i=((u=s*u+((16383&h)<<14)+r[n]+i)>>28)+(h>>14)+a*c,r[n++]=268435455&u}return i},x=28),R.prototype.DB=x,R.prototype.DM=(1<<x)-1,R.prototype.DV=1<<x,R.prototype.FV=Math.pow(2,52),R.prototype.F1=52-x,R.prototype.F2=2*x-52;var L,M,_=[];for(L=\"0\".charCodeAt(0),M=0;M<=9;++M)_[L++]=M;for(L=\"a\".charCodeAt(0),M=10;M<36;++M)_[L++]=M;for(L=\"A\".charCodeAt(0),M=10;M<36;++M)_[L++]=M;function H(t,e){var r=_[t.charCodeAt(e)];return null==r?-1:r}function F(t){var e=N();return e.fromInt(t),e}function q(t){var e,r=1;return 0!=(e=t>>>16)&&(t=e,r+=16),0!=(e=t>>8)&&(t=e,r+=8),0!=(e=t>>4)&&(t=e,r+=4),0!=(e=t>>2)&&(t=e,r+=2),0!=(e=t>>1)&&(t=e,r+=1),r}R.ZERO=F(0),R.ONE=F(1);var U,z,K=function(){function t(){this.i=0,this.j=0,this.S=[]}return t.prototype.init=function(t){var e,r,n;for(e=0;e<256;++e)this.S[e]=e;for(r=0,e=0;e<256;++e)r=r+this.S[e]+t[e%t.length]&255,n=this.S[e],this.S[e]=this.S[r],this.S[r]=n;this.i=0,this.j=0},t.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]},t}(),$=256,Z=null;if(null==Z){Z=[],z=0;var G=void 0;if(\"undefined\"!=typeof window&&window.crypto&&window.crypto.getRandomValues){var W=new Uint32Array(256);for(window.crypto.getRandomValues(W),G=0;G<W.length;++G)Z[z++]=255&W[G]}var X=0,Y=function(t){if((X=X||0)>=256||z>=$)window.removeEventListener?window.removeEventListener(\"mousemove\",Y,!1):window.detachEvent&&window.detachEvent(\"onmousemove\",Y);else try{var e=t.x+t.y;Z[z++]=255&e,X+=1}catch(t){}};\"undefined\"!=typeof window&&(window.addEventListener?window.addEventListener(\"mousemove\",Y,!1):window.attachEvent&&window.attachEvent(\"onmousemove\",Y))}function J(){if(null==U){for(U=new K;z<$;){var t=Math.floor(65536*Math.random());Z[z++]=255&t}for(U.init(Z),z=0;z<Z.length;++z)Z[z]=0;z=0}return U.next()}var Q=function(){function t(){}return t.prototype.nextBytes=function(t){for(var e=0;e<t.length;++e)t[e]=J()},t}(),tt=function(){function t(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}return t.prototype.doPublic=function(t){return t.modPowInt(this.e,this.n)},t.prototype.doPrivate=function(t){if(null==this.p||null==this.q)return t.modPow(this.d,this.n);for(var e=t.mod(this.p).modPow(this.dmp1,this.p),r=t.mod(this.q).modPow(this.dmq1,this.q);e.compareTo(r)<0;)e=e.add(this.p);return e.subtract(r).multiply(this.coeff).mod(this.p).multiply(this.q).add(r)},t.prototype.setPublic=function(t,e){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=P(t,16),this.e=parseInt(e,16)):console.error(\"Invalid RSA public key\")},t.prototype.encrypt=function(t){var e=this.n.bitLength()+7>>3,r=function(t,e){if(e<t.length+11)return console.error(\"Message too long for RSA\"),null;for(var r=[],n=t.length-1;n>=0&&e>0;){var i=t.charCodeAt(n--);i<128?r[--e]=i:i>127&&i<2048?(r[--e]=63&i|128,r[--e]=i>>6|192):(r[--e]=63&i|128,r[--e]=i>>6&63|128,r[--e]=i>>12|224)}r[--e]=0;for(var o=new Q,s=[];e>2;){for(s[0]=0;0==s[0];)o.nextBytes(s);r[--e]=s[0]}return r[--e]=2,r[--e]=0,new R(r)}(t,e);if(null==r)return null;var n=this.doPublic(r);if(null==n)return null;for(var i=n.toString(16),o=i.length,s=0;s<2*e-o;s++)i=\"0\"+i;return i},t.prototype.setPrivate=function(t,e,r){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=P(t,16),this.e=parseInt(e,16),this.d=P(r,16)):console.error(\"Invalid RSA private key\")},t.prototype.setPrivateEx=function(t,e,r,n,i,o,s,a){null!=t&&null!=e&&t.length>0&&e.length>0?(this.n=P(t,16),this.e=parseInt(e,16),this.d=P(r,16),this.p=P(n,16),this.q=P(i,16),this.dmp1=P(o,16),this.dmq1=P(s,16),this.coeff=P(a,16)):console.error(\"Invalid RSA private key\")},t.prototype.generate=function(t,e){var r=new Q,n=t>>1;this.e=parseInt(e,16);for(var i=new R(e,16);;){for(;this.p=new R(t-n,1,r),0!=this.p.subtract(R.ONE).gcd(i).compareTo(R.ONE)||!this.p.isProbablePrime(10););for(;this.q=new R(n,1,r),0!=this.q.subtract(R.ONE).gcd(i).compareTo(R.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var o=this.p;this.p=this.q,this.q=o}var s=this.p.subtract(R.ONE),a=this.q.subtract(R.ONE),u=s.multiply(a);if(0==u.gcd(i).compareTo(R.ONE)){this.n=this.p.multiply(this.q),this.d=i.modInverse(u),this.dmp1=this.d.mod(s),this.dmq1=this.d.mod(a),this.coeff=this.q.modInverse(this.p);break}}},t.prototype.decrypt=function(t){var e=P(t,16),r=this.doPrivate(e);return null==r?null:function(t,e){for(var r=t.toByteArray(),n=0;n<r.length&&0==r[n];)++n;if(r.length-n!=e-1||2!=r[n])return null;for(++n;0!=r[n];)if(++n>=r.length)return null;for(var i=\"\";++n<r.length;){var o=255&r[n];o<128?i+=String.fromCharCode(o):o>191&&o<224?(i+=String.fromCharCode((31&o)<<6|63&r[n+1]),++n):(i+=String.fromCharCode((15&o)<<12|(63&r[n+1])<<6|63&r[n+2]),n+=2)}return i}(r,this.n.bitLength()+7>>3)},t.prototype.generateAsync=function(t,e,r){var n=new Q,i=t>>1;this.e=parseInt(e,16);var o=new R(e,16),s=this,a=function(){var e=function(){if(s.p.compareTo(s.q)<=0){var t=s.p;s.p=s.q,s.q=t}var e=s.p.subtract(R.ONE),n=s.q.subtract(R.ONE),i=e.multiply(n);0==i.gcd(o).compareTo(R.ONE)?(s.n=s.p.multiply(s.q),s.d=o.modInverse(i),s.dmp1=s.d.mod(e),s.dmq1=s.d.mod(n),s.coeff=s.q.modInverse(s.p),setTimeout((function(){r()}),0)):setTimeout(a,0)},u=function(){s.q=N(),s.q.fromNumberAsync(i,1,n,(function(){s.q.subtract(R.ONE).gcda(o,(function(t){0==t.compareTo(R.ONE)&&s.q.isProbablePrime(10)?setTimeout(e,0):setTimeout(u,0)}))}))},c=function(){s.p=N(),s.p.fromNumberAsync(t-i,1,n,(function(){s.p.subtract(R.ONE).gcda(o,(function(t){0==t.compareTo(R.ONE)&&s.p.isProbablePrime(10)?setTimeout(u,0):setTimeout(c,0)}))}))};setTimeout(c,0)};setTimeout(a,0)},t.prototype.sign=function(t,e,r){var n=function(t,e){if(e<t.length+22)return console.error(\"Message too long for RSA\"),null;for(var r=e-t.length-6,n=\"\",i=0;i<r;i+=2)n+=\"ff\";return P(\"0001\"+n+\"00\"+t,16)}((et[r]||\"\")+e(t).toString(),this.n.bitLength()/4);if(null==n)return null;var i=this.doPrivate(n);if(null==i)return null;var o=i.toString(16);return 0==(1&o.length)?o:\"0\"+o},t.prototype.verify=function(t,e,r){var n=P(e,16),i=this.doPublic(n);return null==i?null:function(t){for(var e in et)if(et.hasOwnProperty(e)){var r=et[e],n=r.length;if(t.substr(0,n)==r)return t.substr(n)}return t}(i.toString(16).replace(/^1f+00/,\"\"))==r(t).toString()},t}(),et={md2:\"3020300c06082a864886f70d020205000410\",md5:\"3020300c06082a864886f70d020505000410\",sha1:\"3021300906052b0e03021a05000414\",sha224:\"302d300d06096086480165030402040500041c\",sha256:\"3031300d060960864801650304020105000420\",sha384:\"3041300d060960864801650304020205000430\",sha512:\"3051300d060960864801650304020305000440\",ripemd160:\"3021300906052b2403020105000414\"},rt={};rt.lang={extend:function(t,e,r){if(!e||!t)throw new Error(\"YAHOO.lang.extend failed, please check that all dependencies are included.\");var n=function(){};if(n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t,t.superclass=e.prototype,e.prototype.constructor==Object.prototype.constructor&&(e.prototype.constructor=e),r){var i;for(i in r)t.prototype[i]=r[i];var o=function(){},s=[\"toString\",\"valueOf\"];try{/MSIE/.test(navigator.userAgent)&&(o=function(t,e){for(i=0;i<s.length;i+=1){var r=s[i],n=e[r];\"function\"==typeof n&&n!=Object.prototype[r]&&(t[r]=n)}})}catch(t){}o(t.prototype,r)}}};var nt={};void 0!==nt.asn1&&nt.asn1||(nt.asn1={}),nt.asn1.ASN1Util=new function(){this.integerToByteHex=function(t){var e=t.toString(16);return e.length%2==1&&(e=\"0\"+e),e},this.bigIntToMinTwosComplementsHex=function(t){var e=t.toString(16);if(\"-\"!=e.substr(0,1))e.length%2==1?e=\"0\"+e:e.match(/^[0-7]/)||(e=\"00\"+e);else{var r=e.substr(1).length;r%2==1?r+=1:e.match(/^[0-7]/)||(r+=2);for(var n=\"\",i=0;i<r;i++)n+=\"f\";e=new R(n,16).xor(t).add(R.ONE).toString(16).replace(/^-/,\"\")}return e},this.getPEMStringFromHex=function(t,e){return hextopem(t,e)},this.newObject=function(t){var e=nt.asn1,r=e.DERBoolean,n=e.DERInteger,i=e.DERBitString,o=e.DEROctetString,s=e.DERNull,a=e.DERObjectIdentifier,u=e.DEREnumerated,c=e.DERUTF8String,h=e.DERNumericString,f=e.DERPrintableString,l=e.DERTeletexString,p=e.DERIA5String,d=e.DERUTCTime,g=e.DERGeneralizedTime,m=e.DERSequence,y=e.DERSet,v=e.DERTaggedObject,b=e.ASN1Util.newObject,w=Object.keys(t);if(1!=w.length)throw\"key of param shall be only one.\";var T=w[0];if(-1==\":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:\".indexOf(\":\"+T+\":\"))throw\"undefined key: \"+T;if(\"bool\"==T)return new r(t[T]);if(\"int\"==T)return new n(t[T]);if(\"bitstr\"==T)return new i(t[T]);if(\"octstr\"==T)return new o(t[T]);if(\"null\"==T)return new s(t[T]);if(\"oid\"==T)return new a(t[T]);if(\"enum\"==T)return new u(t[T]);if(\"utf8str\"==T)return new c(t[T]);if(\"numstr\"==T)return new h(t[T]);if(\"prnstr\"==T)return new f(t[T]);if(\"telstr\"==T)return new l(t[T]);if(\"ia5str\"==T)return new p(t[T]);if(\"utctime\"==T)return new d(t[T]);if(\"gentime\"==T)return new g(t[T]);if(\"seq\"==T){for(var S=t[T],x=[],E=0;E<S.length;E++){var D=b(S[E]);x.push(D)}return new m({array:x})}if(\"set\"==T){for(S=t[T],x=[],E=0;E<S.length;E++)D=b(S[E]),x.push(D);return new y({array:x})}if(\"tag\"==T){var A=t[T];if(\"[object Array]\"===Object.prototype.toString.call(A)&&3==A.length){var O=b(A[2]);return new v({tag:A[0],explicit:A[1],obj:O})}var B={};if(void 0!==A.explicit&&(B.explicit=A.explicit),void 0!==A.tag&&(B.tag=A.tag),void 0===A.obj)throw\"obj shall be specified for 'tag'.\";return B.obj=b(A.obj),new v(B)}},this.jsonToASN1HEX=function(t){return this.newObject(t).getEncodedHex()}},nt.asn1.ASN1Util.oidHexToInt=function(t){for(var e=\"\",r=parseInt(t.substr(0,2),16),n=(e=Math.floor(r/40)+\".\"+r%40,\"\"),i=2;i<t.length;i+=2){var o=(\"00000000\"+parseInt(t.substr(i,2),16).toString(2)).slice(-8);n+=o.substr(1,7),\"0\"==o.substr(0,1)&&(e=e+\".\"+new R(n,2).toString(10),n=\"\")}return e},nt.asn1.ASN1Util.oidIntToHex=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e=\"0\"+e),e},r=function(t){var r=\"\",n=new R(t,10).toString(2),i=7-n.length%7;7==i&&(i=0);for(var o=\"\",s=0;s<i;s++)o+=\"0\";for(n=o+n,s=0;s<n.length-1;s+=7){var a=n.substr(s,7);s!=n.length-7&&(a=\"1\"+a),r+=e(parseInt(a,2))}return r};if(!t.match(/^[0-9.]+$/))throw\"malformed oid string: \"+t;var n=\"\",i=t.split(\".\"),o=40*parseInt(i[0])+parseInt(i[1]);n+=e(o),i.splice(0,2);for(var s=0;s<i.length;s++)n+=r(i[s]);return n},nt.asn1.ASN1Object=function(){this.getLengthHexFromValue=function(){if(void 0===this.hV||null==this.hV)throw\"this.hV is null or undefined.\";if(this.hV.length%2==1)throw\"value hex must be even length: n=\"+\"\".length+\",v=\"+this.hV;var t=this.hV.length/2,e=t.toString(16);if(e.length%2==1&&(e=\"0\"+e),t<128)return e;var r=e.length/2;if(r>15)throw\"ASN.1 length too long to represent by 8x: n = \"+t.toString(16);return(128+r).toString(16)+e},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return\"\"}},nt.asn1.DERAbstractString=function(t){nt.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(this.s)},this.setStringHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t?this.setString(t):void 0!==t.str?this.setString(t.str):void 0!==t.hex&&this.setStringHex(t.hex))},rt.lang.extend(nt.asn1.DERAbstractString,nt.asn1.ASN1Object),nt.asn1.DERAbstractTime=function(t){nt.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(t){return utc=t.getTime()+6e4*t.getTimezoneOffset(),new Date(utc)},this.formatDate=function(t,e,r){var n=this.zeroPadding,i=this.localDateToUTC(t),o=String(i.getFullYear());\"utc\"==e&&(o=o.substr(2,2));var s=o+n(String(i.getMonth()+1),2)+n(String(i.getDate()),2)+n(String(i.getHours()),2)+n(String(i.getMinutes()),2)+n(String(i.getSeconds()),2);if(!0===r){var a=i.getMilliseconds();if(0!=a){var u=n(String(a),3);s=s+\".\"+(u=u.replace(/[0]+$/,\"\"))}}return s+\"Z\"},this.zeroPadding=function(t,e){return t.length>=e?t:new Array(e-t.length+1).join(\"0\")+t},this.getString=function(){return this.s},this.setString=function(t){this.hTLV=null,this.isModified=!0,this.s=t,this.hV=stohex(t)},this.setByDateValue=function(t,e,r,n,i,o){var s=new Date(Date.UTC(t,e-1,r,n,i,o,0));this.setByDate(s)},this.getFreshValueHex=function(){return this.hV}},rt.lang.extend(nt.asn1.DERAbstractTime,nt.asn1.ASN1Object),nt.asn1.DERAbstractStructured=function(t){nt.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array=t},this.appendASN1Object=function(t){this.hTLV=null,this.isModified=!0,this.asn1Array.push(t)},this.asn1Array=new Array,void 0!==t&&void 0!==t.array&&(this.asn1Array=t.array)},rt.lang.extend(nt.asn1.DERAbstractStructured,nt.asn1.ASN1Object),nt.asn1.DERBoolean=function(){nt.asn1.DERBoolean.superclass.constructor.call(this),this.hT=\"01\",this.hTLV=\"0101ff\"},rt.lang.extend(nt.asn1.DERBoolean,nt.asn1.ASN1Object),nt.asn1.DERInteger=function(t){nt.asn1.DERInteger.superclass.constructor.call(this),this.hT=\"02\",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=nt.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new R(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.bigint?this.setByBigInteger(t.bigint):void 0!==t.int?this.setByInteger(t.int):\"number\"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},rt.lang.extend(nt.asn1.DERInteger,nt.asn1.ASN1Object),nt.asn1.DERBitString=function(t){if(void 0!==t&&void 0!==t.obj){var e=nt.asn1.ASN1Util.newObject(t.obj);t.hex=\"00\"+e.getEncodedHex()}nt.asn1.DERBitString.superclass.constructor.call(this),this.hT=\"03\",this.setHexValueIncludingUnusedBits=function(t){this.hTLV=null,this.isModified=!0,this.hV=t},this.setUnusedBitsAndHexValue=function(t,e){if(t<0||7<t)throw\"unused bits shall be from 0 to 7: u = \"+t;var r=\"0\"+t;this.hTLV=null,this.isModified=!0,this.hV=r+e},this.setByBinaryString=function(t){var e=8-(t=t.replace(/0+$/,\"\")).length%8;8==e&&(e=0);for(var r=0;r<=e;r++)t+=\"0\";var n=\"\";for(r=0;r<t.length-1;r+=8){var i=t.substr(r,8),o=parseInt(i,2).toString(16);1==o.length&&(o=\"0\"+o),n+=o}this.hTLV=null,this.isModified=!0,this.hV=\"0\"+e+n},this.setByBooleanArray=function(t){for(var e=\"\",r=0;r<t.length;r++)1==t[r]?e+=\"1\":e+=\"0\";this.setByBinaryString(e)},this.newFalseArray=function(t){for(var e=new Array(t),r=0;r<t;r++)e[r]=!1;return e},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t&&t.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(t):void 0!==t.hex?this.setHexValueIncludingUnusedBits(t.hex):void 0!==t.bin?this.setByBinaryString(t.bin):void 0!==t.array&&this.setByBooleanArray(t.array))},rt.lang.extend(nt.asn1.DERBitString,nt.asn1.ASN1Object),nt.asn1.DEROctetString=function(t){if(void 0!==t&&void 0!==t.obj){var e=nt.asn1.ASN1Util.newObject(t.obj);t.hex=e.getEncodedHex()}nt.asn1.DEROctetString.superclass.constructor.call(this,t),this.hT=\"04\"},rt.lang.extend(nt.asn1.DEROctetString,nt.asn1.DERAbstractString),nt.asn1.DERNull=function(){nt.asn1.DERNull.superclass.constructor.call(this),this.hT=\"05\",this.hTLV=\"0500\"},rt.lang.extend(nt.asn1.DERNull,nt.asn1.ASN1Object),nt.asn1.DERObjectIdentifier=function(t){var e=function(t){var e=t.toString(16);return 1==e.length&&(e=\"0\"+e),e},r=function(t){var r=\"\",n=new R(t,10).toString(2),i=7-n.length%7;7==i&&(i=0);for(var o=\"\",s=0;s<i;s++)o+=\"0\";for(n=o+n,s=0;s<n.length-1;s+=7){var a=n.substr(s,7);s!=n.length-7&&(a=\"1\"+a),r+=e(parseInt(a,2))}return r};nt.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT=\"06\",this.setValueHex=function(t){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.setValueOidString=function(t){if(!t.match(/^[0-9.]+$/))throw\"malformed oid string: \"+t;var n=\"\",i=t.split(\".\"),o=40*parseInt(i[0])+parseInt(i[1]);n+=e(o),i.splice(0,2);for(var s=0;s<i.length;s++)n+=r(i[s]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=n},this.setValueName=function(t){var e=nt.asn1.x509.OID.name2oid(t);if(\"\"===e)throw\"DERObjectIdentifier oidName undefined: \"+t;this.setValueOidString(e)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(\"string\"==typeof t?t.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(t):this.setValueName(t):void 0!==t.oid?this.setValueOidString(t.oid):void 0!==t.hex?this.setValueHex(t.hex):void 0!==t.name&&this.setValueName(t.name))},rt.lang.extend(nt.asn1.DERObjectIdentifier,nt.asn1.ASN1Object),nt.asn1.DEREnumerated=function(t){nt.asn1.DEREnumerated.superclass.constructor.call(this),this.hT=\"0a\",this.setByBigInteger=function(t){this.hTLV=null,this.isModified=!0,this.hV=nt.asn1.ASN1Util.bigIntToMinTwosComplementsHex(t)},this.setByInteger=function(t){var e=new R(String(t),10);this.setByBigInteger(e)},this.setValueHex=function(t){this.hV=t},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.int?this.setByInteger(t.int):\"number\"==typeof t?this.setByInteger(t):void 0!==t.hex&&this.setValueHex(t.hex))},rt.lang.extend(nt.asn1.DEREnumerated,nt.asn1.ASN1Object),nt.asn1.DERUTF8String=function(t){nt.asn1.DERUTF8String.superclass.constructor.call(this,t),this.hT=\"0c\"},rt.lang.extend(nt.asn1.DERUTF8String,nt.asn1.DERAbstractString),nt.asn1.DERNumericString=function(t){nt.asn1.DERNumericString.superclass.constructor.call(this,t),this.hT=\"12\"},rt.lang.extend(nt.asn1.DERNumericString,nt.asn1.DERAbstractString),nt.asn1.DERPrintableString=function(t){nt.asn1.DERPrintableString.superclass.constructor.call(this,t),this.hT=\"13\"},rt.lang.extend(nt.asn1.DERPrintableString,nt.asn1.DERAbstractString),nt.asn1.DERTeletexString=function(t){nt.asn1.DERTeletexString.superclass.constructor.call(this,t),this.hT=\"14\"},rt.lang.extend(nt.asn1.DERTeletexString,nt.asn1.DERAbstractString),nt.asn1.DERIA5String=function(t){nt.asn1.DERIA5String.superclass.constructor.call(this,t),this.hT=\"16\"},rt.lang.extend(nt.asn1.DERIA5String,nt.asn1.DERAbstractString),nt.asn1.DERUTCTime=function(t){nt.asn1.DERUTCTime.superclass.constructor.call(this,t),this.hT=\"17\",this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,\"utc\"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,\"utc\"),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):\"string\"==typeof t&&t.match(/^[0-9]{12}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date))},rt.lang.extend(nt.asn1.DERUTCTime,nt.asn1.DERAbstractTime),nt.asn1.DERGeneralizedTime=function(t){nt.asn1.DERGeneralizedTime.superclass.constructor.call(this,t),this.hT=\"18\",this.withMillis=!1,this.setByDate=function(t){this.hTLV=null,this.isModified=!0,this.date=t,this.s=this.formatDate(this.date,\"gen\",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,\"gen\",this.withMillis),this.hV=stohex(this.s)),this.hV},void 0!==t&&(void 0!==t.str?this.setString(t.str):\"string\"==typeof t&&t.match(/^[0-9]{14}Z$/)?this.setString(t):void 0!==t.hex?this.setStringHex(t.hex):void 0!==t.date&&this.setByDate(t.date),!0===t.millis&&(this.withMillis=!0))},rt.lang.extend(nt.asn1.DERGeneralizedTime,nt.asn1.DERAbstractTime),nt.asn1.DERSequence=function(t){nt.asn1.DERSequence.superclass.constructor.call(this,t),this.hT=\"30\",this.getFreshValueHex=function(){for(var t=\"\",e=0;e<this.asn1Array.length;e++)t+=this.asn1Array[e].getEncodedHex();return this.hV=t,this.hV}},rt.lang.extend(nt.asn1.DERSequence,nt.asn1.DERAbstractStructured),nt.asn1.DERSet=function(t){nt.asn1.DERSet.superclass.constructor.call(this,t),this.hT=\"31\",this.sortFlag=!0,this.getFreshValueHex=function(){for(var t=new Array,e=0;e<this.asn1Array.length;e++){var r=this.asn1Array[e];t.push(r.getEncodedHex())}return 1==this.sortFlag&&t.sort(),this.hV=t.join(\"\"),this.hV},void 0!==t&&void 0!==t.sortflag&&0==t.sortflag&&(this.sortFlag=!1)},rt.lang.extend(nt.asn1.DERSet,nt.asn1.DERAbstractStructured),nt.asn1.DERTaggedObject=function(t){nt.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT=\"a0\",this.hV=\"\",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(t,e,r){this.hT=e,this.isExplicit=t,this.asn1Object=r,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=r.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,e),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},void 0!==t&&(void 0!==t.tag&&(this.hT=t.tag),void 0!==t.explicit&&(this.isExplicit=t.explicit),void 0!==t.obj&&(this.asn1Object=t.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},rt.lang.extend(nt.asn1.DERTaggedObject,nt.asn1.ASN1Object);var it,ot,st=(it=function(t,e){return it=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},it(t,e)},function(t,e){if(\"function\"!=typeof e&&null!==e)throw new TypeError(\"Class extends value \"+String(e)+\" is not a constructor or null\");function r(){this.constructor=t}it(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}),at=function(t){function e(r){var n=t.call(this)||this;return r&&(\"string\"==typeof r?n.parseKey(r):(e.hasPrivateKeyProperty(r)||e.hasPublicKeyProperty(r))&&n.parsePropertiesFrom(r)),n}return st(e,t),e.prototype.parseKey=function(t){try{var e=0,r=0,n=/^\\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\\s*)+$/.test(t)?function(t){var e;if(void 0===h){var r=\"0123456789ABCDEF\",n=\" \\f\\n\\r\\t \\u2028\\u2029\";for(h={},e=0;e<16;++e)h[r.charAt(e)]=e;for(r=r.toLowerCase(),e=10;e<16;++e)h[r.charAt(e)]=e;for(e=0;e<n.length;++e)h[n.charAt(e)]=-1}var i=[],o=0,s=0;for(e=0;e<t.length;++e){var a=t.charAt(e);if(\"=\"==a)break;if(-1!=(a=h[a])){if(void 0===a)throw new Error(\"Illegal character at offset \"+e);o|=a,++s>=2?(i[i.length]=o,o=0,s=0):o<<=4}}if(s)throw new Error(\"Hex encoding incomplete: 4 bits missing\");return i}(t):m.unarmor(t),i=D.decode(n);if(3===i.sub.length&&(i=i.sub[2].sub[0]),9===i.sub.length){e=i.sub[1].getHexStringValue(),this.n=P(e,16),r=i.sub[2].getHexStringValue(),this.e=parseInt(r,16);var o=i.sub[3].getHexStringValue();this.d=P(o,16);var s=i.sub[4].getHexStringValue();this.p=P(s,16);var a=i.sub[5].getHexStringValue();this.q=P(a,16);var u=i.sub[6].getHexStringValue();this.dmp1=P(u,16);var c=i.sub[7].getHexStringValue();this.dmq1=P(c,16);var f=i.sub[8].getHexStringValue();this.coeff=P(f,16)}else{if(2!==i.sub.length)return!1;if(i.sub[0].sub){var l=i.sub[1].sub[0];e=l.sub[0].getHexStringValue(),this.n=P(e,16),r=l.sub[1].getHexStringValue(),this.e=parseInt(r,16)}else e=i.sub[0].getHexStringValue(),this.n=P(e,16),r=i.sub[1].getHexStringValue(),this.e=parseInt(r,16)}return!0}catch(t){return!1}},e.prototype.getPrivateBaseKey=function(){var t={array:[new nt.asn1.DERInteger({int:0}),new nt.asn1.DERInteger({bigint:this.n}),new nt.asn1.DERInteger({int:this.e}),new nt.asn1.DERInteger({bigint:this.d}),new nt.asn1.DERInteger({bigint:this.p}),new nt.asn1.DERInteger({bigint:this.q}),new nt.asn1.DERInteger({bigint:this.dmp1}),new nt.asn1.DERInteger({bigint:this.dmq1}),new nt.asn1.DERInteger({bigint:this.coeff})]};return new nt.asn1.DERSequence(t).getEncodedHex()},e.prototype.getPrivateBaseKeyB64=function(){return p(this.getPrivateBaseKey())},e.prototype.getPublicBaseKey=function(){var t=new nt.asn1.DERSequence({array:[new nt.asn1.DERObjectIdentifier({oid:\"1.2.840.113549.1.1.1\"}),new nt.asn1.DERNull]}),e=new nt.asn1.DERSequence({array:[new nt.asn1.DERInteger({bigint:this.n}),new nt.asn1.DERInteger({int:this.e})]}),r=new nt.asn1.DERBitString({hex:\"00\"+e.getEncodedHex()});return new nt.asn1.DERSequence({array:[t,r]}).getEncodedHex()},e.prototype.getPublicBaseKeyB64=function(){return p(this.getPublicBaseKey())},e.wordwrap=function(t,e){if(!t)return t;var r=\"(.{1,\"+(e=e||64)+\"})( +|$\\n?)|(.{1,\"+e+\"})\";return t.match(RegExp(r,\"g\")).join(\"\\n\")},e.prototype.getPrivateKey=function(){var t=\"-----BEGIN RSA PRIVATE KEY-----\\n\";return(t+=e.wordwrap(this.getPrivateBaseKeyB64())+\"\\n\")+\"-----END RSA PRIVATE KEY-----\"},e.prototype.getPublicKey=function(){var t=\"-----BEGIN PUBLIC KEY-----\\n\";return(t+=e.wordwrap(this.getPublicBaseKeyB64())+\"\\n\")+\"-----END PUBLIC KEY-----\"},e.hasPublicKeyProperty=function(t){return(t=t||{}).hasOwnProperty(\"n\")&&t.hasOwnProperty(\"e\")},e.hasPrivateKeyProperty=function(t){return(t=t||{}).hasOwnProperty(\"n\")&&t.hasOwnProperty(\"e\")&&t.hasOwnProperty(\"d\")&&t.hasOwnProperty(\"p\")&&t.hasOwnProperty(\"q\")&&t.hasOwnProperty(\"dmp1\")&&t.hasOwnProperty(\"dmq1\")&&t.hasOwnProperty(\"coeff\")},e.prototype.parsePropertiesFrom=function(t){this.n=t.n,this.e=t.e,t.hasOwnProperty(\"d\")&&(this.d=t.d,this.p=t.p,this.q=t.q,this.dmp1=t.dmp1,this.dmq1=t.dmq1,this.coeff=t.coeff)},e}(tt),ut=r(155),ct=void 0!==ut?null===(ot=ut.env)||void 0===ot?void 0:\"3.3.2\":void 0;const ht=function(){function t(t){void 0===t&&(t={}),t=t||{},this.default_key_size=t.default_key_size?parseInt(t.default_key_size,10):1024,this.default_public_exponent=t.default_public_exponent||\"010001\",this.log=t.log||!1,this.key=null}return t.prototype.setKey=function(t){this.log&&this.key&&console.warn(\"A key was already set, overriding existing.\"),this.key=new at(t)},t.prototype.setPrivateKey=function(t){this.setKey(t)},t.prototype.setPublicKey=function(t){this.setKey(t)},t.prototype.decrypt=function(t){try{return this.getKey().decrypt(d(t))}catch(t){return!1}},t.prototype.encrypt=function(t){try{return p(this.getKey().encrypt(t))}catch(t){return!1}},t.prototype.sign=function(t,e,r){try{return p(this.getKey().sign(t,e,r))}catch(t){return!1}},t.prototype.verify=function(t,e,r){try{return this.getKey().verify(t,d(e),r)}catch(t){return!1}},t.prototype.getKey=function(t){if(!this.key){if(this.key=new at,t&&\"[object Function]\"==={}.toString.call(t))return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,t);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},t.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},t.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},t.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},t.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},t.version=ct,t}()})(),n.default})())},\"3b16\":function(t,e,r){var n=r(\"1ab2\").FilterCSS,i=r(\"bda0\"),o=r(\"50e1\"),s=o.parseTag,a=o.parseAttr,u=r(\"eb71\");function c(t){return void 0===t||null===t}function h(t){var e=u.spaceIndex(t);if(-1===e)return{html:\"\",closing:\"/\"===t[t.length-2]};t=u.trim(t.slice(e+1,-1));var r=\"/\"===t[t.length-1];return r&&(t=u.trim(t.slice(0,-1))),{html:t,closing:r}}function f(t){var e={};for(var r in t)e[r]=t[r];return e}function l(t){var e={};for(var r in t)Array.isArray(t[r])?e[r.toLowerCase()]=t[r].map((function(t){return t.toLowerCase()})):e[r.toLowerCase()]=t[r];return e}function p(t){t=f(t||{}),t.stripIgnoreTag&&(t.onIgnoreTag&&console.error('Notes: cannot use these two options \"stripIgnoreTag\" and \"onIgnoreTag\" at the same time'),t.onIgnoreTag=i.onIgnoreTagStripAll),t.whiteList||t.allowList?t.whiteList=l(t.whiteList||t.allowList):t.whiteList=i.whiteList,t.onTag=t.onTag||i.onTag,t.onTagAttr=t.onTagAttr||i.onTagAttr,t.onIgnoreTag=t.onIgnoreTag||i.onIgnoreTag,t.onIgnoreTagAttr=t.onIgnoreTagAttr||i.onIgnoreTagAttr,t.safeAttrValue=t.safeAttrValue||i.safeAttrValue,t.escapeHtml=t.escapeHtml||i.escapeHtml,this.options=t,!1===t.css?this.cssFilter=!1:(t.css=t.css||{},this.cssFilter=new n(t.css))}p.prototype.process=function(t){if(t=t||\"\",t=t.toString(),!t)return\"\";var e=this,r=e.options,n=r.whiteList,o=r.onTag,f=r.onIgnoreTag,l=r.onTagAttr,p=r.onIgnoreTagAttr,d=r.safeAttrValue,g=r.escapeHtml,m=e.cssFilter;r.stripBlankChar&&(t=i.stripBlankChar(t)),r.allowCommentTag||(t=i.stripCommentTag(t));var y=!1;r.stripIgnoreTagBody&&(y=i.StripTagBody(r.stripIgnoreTagBody,f),f=y.onIgnoreTag);var v=s(t,(function(t,e,r,i,s){var y={sourcePosition:t,position:e,isClosing:s,isWhite:Object.prototype.hasOwnProperty.call(n,r)},v=o(r,i,y);if(!c(v))return v;if(y.isWhite){if(y.isClosing)return\"</\"+r+\">\";var b=h(i),w=n[r],T=a(b.html,(function(t,e){var n=-1!==u.indexOf(w,t),i=l(r,t,e,n);return c(i)?n?(e=d(r,t,e,m),e?t+'=\"'+e+'\"':t):(i=p(r,t,e,n),c(i)?void 0:i):i}));return i=\"<\"+r,T&&(i+=\" \"+T),b.closing&&(i+=\" /\"),i+=\">\",i}return v=f(r,i,y),c(v)?g(i):v}),g);return y&&(v=y.remove(v)),v},t.exports=p},\"50e1\":function(t,e,r){var n=r(\"eb71\");function i(t){var e,r=n.spaceIndex(t);return e=-1===r?t.slice(1,-1):t.slice(1,r+1),e=n.trim(e).toLowerCase(),\"/\"===e.slice(0,1)&&(e=e.slice(1)),\"/\"===e.slice(-1)&&(e=e.slice(0,-1)),e}function o(t){return\"</\"===t.slice(0,2)}function s(t,e,r){\"use strict\";var n=\"\",s=0,a=!1,u=!1,c=0,h=t.length,f=\"\",l=\"\";t:for(c=0;c<h;c++){var p=t.charAt(c);if(!1===a){if(\"<\"===p){a=c;continue}}else if(!1===u){if(\"<\"===p){n+=r(t.slice(s,c)),a=c,s=c;continue}if(\">\"===p||c===h-1){n+=r(t.slice(s,a)),l=t.slice(a,c+1),f=i(l),n+=e(a,n.length,f,l,o(l)),s=c+1,a=!1;continue}if('\"'===p||\"'\"===p){var d=1,g=t.charAt(c-d);while(\"\"===g.trim()||\"=\"===g){if(\"=\"===g){u=p;continue t}g=t.charAt(c-++d)}}}else if(p===u){u=!1;continue}}return s<h&&(n+=r(t.substr(s))),n}var a=/[^a-zA-Z0-9\\\\_:.-]/gim;function u(t,e){\"use strict\";var r=0,i=0,o=[],s=!1,u=t.length;function l(t,r){if(t=n.trim(t),t=t.replace(a,\"\").toLowerCase(),!(t.length<1)){var i=e(t,r||\"\");i&&o.push(i)}}for(var d=0;d<u;d++){var g,m,y=t.charAt(d);if(!1!==s||\"=\"!==y)if(!1===s||d!==i)if(/\\s|\\n|\\t/.test(y)){if(t=t.replace(/\\s|\\n|\\t/g,\" \"),!1===s){if(m=c(t,d),-1===m){g=n.trim(t.slice(r,d)),l(g),s=!1,r=d+1;continue}d=m-1;continue}if(m=f(t,d-1),-1===m){g=n.trim(t.slice(r,d)),g=p(g),l(s,g),s=!1,r=d+1;continue}}else;else{if(m=t.indexOf(y,d+1),-1===m)break;g=n.trim(t.slice(i+1,m)),l(s,g),s=!1,d=m,r=d+1}else s=t.slice(r,d),r=d+1,i='\"'===t.charAt(r)||\"'\"===t.charAt(r)?r:h(t,d+1)}return r<t.length&&(!1===s?l(t.slice(r)):l(s,p(n.trim(t.slice(r))))),n.trim(o.join(\" \"))}function c(t,e){for(;e<t.length;e++){var r=t[e];if(\" \"!==r)return\"=\"===r?e:-1}}function h(t,e){for(;e<t.length;e++){var r=t[e];if(\" \"!==r)return\"'\"===r||'\"'===r?e:-1}}function f(t,e){for(;e>0;e--){var r=t[e];if(\" \"!==r)return\"=\"===r?e:-1}}function l(t){return'\"'===t[0]&&'\"'===t[t.length-1]||\"'\"===t[0]&&\"'\"===t[t.length-1]}function p(t){return l(t)?t.substr(1,t.length-2):t}e.parseTag=s,e.parseAttr=u},\"5e38\":function(t,e,r){var n=r(\"bda0\"),i=r(\"50e1\"),o=r(\"3b16\");function s(t,e){var r=new o(e);return r.process(t)}function a(){return\"undefined\"!==typeof self&&\"undefined\"!==typeof DedicatedWorkerGlobalScope&&self instanceof DedicatedWorkerGlobalScope}e=t.exports=s,e.filterXSS=s,e.FilterXSS=o,function(){for(var t in n)e[t]=n[t];for(var r in i)e[r]=i[r]}(),\"undefined\"!==typeof window&&(window.filterXSS=t.exports),a()&&(self.filterXSS=t.exports)},6453:function(t,e,r){\"use strict\";t.exports=t=>encodeURIComponent(t).replace(/[!'()*]/g,t=>\"%\"+t.charCodeAt(0).toString(16).toUpperCase())},\"72bf\":function(t,e,r){\"use strict\";const n=r(\"6453\"),i=r(\"f234\"),o=r(\"f32c\"),s=r(\"7348\"),a=t=>null===t||void 0===t;function u(t){switch(t.arrayFormat){case\"index\":return e=>(r,n)=>{const i=r.length;return void 0===n||t.skipNull&&null===n||t.skipEmptyString&&\"\"===n?r:null===n?[...r,[f(e,t),\"[\",i,\"]\"].join(\"\")]:[...r,[f(e,t),\"[\",f(i,t),\"]=\",f(n,t)].join(\"\")]};case\"bracket\":return e=>(r,n)=>void 0===n||t.skipNull&&null===n||t.skipEmptyString&&\"\"===n?r:null===n?[...r,[f(e,t),\"[]\"].join(\"\")]:[...r,[f(e,t),\"[]=\",f(n,t)].join(\"\")];case\"comma\":case\"separator\":return e=>(r,n)=>null===n||void 0===n||0===n.length?r:0===r.length?[[f(e,t),\"=\",f(n,t)].join(\"\")]:[[r,f(n,t)].join(t.arrayFormatSeparator)];default:return e=>(r,n)=>void 0===n||t.skipNull&&null===n||t.skipEmptyString&&\"\"===n?r:null===n?[...r,f(e,t)]:[...r,[f(e,t),\"=\",f(n,t)].join(\"\")]}}function c(t){let e;switch(t.arrayFormat){case\"index\":return(t,r,n)=>{e=/\\[(\\d*)\\]$/.exec(t),t=t.replace(/\\[\\d*\\]$/,\"\"),e?(void 0===n[t]&&(n[t]={}),n[t][e[1]]=r):n[t]=r};case\"bracket\":return(t,r,n)=>{e=/(\\[\\])$/.exec(t),t=t.replace(/\\[\\]$/,\"\"),e?void 0!==n[t]?n[t]=[].concat(n[t],r):n[t]=[r]:n[t]=r};case\"comma\":case\"separator\":return(e,r,n)=>{const i=\"string\"===typeof r&&r.includes(t.arrayFormatSeparator),o=\"string\"===typeof r&&!i&&l(r,t).includes(t.arrayFormatSeparator);r=o?l(r,t):r;const s=i||o?r.split(t.arrayFormatSeparator).map(e=>l(e,t)):null===r?r:l(r,t);n[e]=s};default:return(t,e,r)=>{void 0!==r[t]?r[t]=[].concat(r[t],e):r[t]=e}}}function h(t){if(\"string\"!==typeof t||1!==t.length)throw new TypeError(\"arrayFormatSeparator must be single character string\")}function f(t,e){return e.encode?e.strict?n(t):encodeURIComponent(t):t}function l(t,e){return e.decode?i(t):t}function p(t){return Array.isArray(t)?t.sort():\"object\"===typeof t?p(Object.keys(t)).sort((t,e)=>Number(t)-Number(e)).map(e=>t[e]):t}function d(t){const e=t.indexOf(\"#\");return-1!==e&&(t=t.slice(0,e)),t}function g(t){let e=\"\";const r=t.indexOf(\"#\");return-1!==r&&(e=t.slice(r)),e}function m(t){t=d(t);const e=t.indexOf(\"?\");return-1===e?\"\":t.slice(e+1)}function y(t,e){return e.parseNumbers&&!Number.isNaN(Number(t))&&\"string\"===typeof t&&\"\"!==t.trim()?t=Number(t):!e.parseBooleans||null===t||\"true\"!==t.toLowerCase()&&\"false\"!==t.toLowerCase()||(t=\"true\"===t.toLowerCase()),t}function v(t,e){e=Object.assign({decode:!0,sort:!0,arrayFormat:\"none\",arrayFormatSeparator:\",\",parseNumbers:!1,parseBooleans:!1},e),h(e.arrayFormatSeparator);const r=c(e),n=Object.create(null);if(\"string\"!==typeof t)return n;if(t=t.trim().replace(/^[?#&]/,\"\"),!t)return n;for(const i of t.split(\"&\")){if(\"\"===i)continue;let[t,s]=o(e.decode?i.replace(/\\+/g,\" \"):i,\"=\");s=void 0===s?null:[\"comma\",\"separator\"].includes(e.arrayFormat)?s:l(s,e),r(l(t,e),s,n)}for(const i of Object.keys(n)){const t=n[i];if(\"object\"===typeof t&&null!==t)for(const r of Object.keys(t))t[r]=y(t[r],e);else n[i]=y(t,e)}return!1===e.sort?n:(!0===e.sort?Object.keys(n).sort():Object.keys(n).sort(e.sort)).reduce((t,e)=>{const r=n[e];return Boolean(r)&&\"object\"===typeof r&&!Array.isArray(r)?t[e]=p(r):t[e]=r,t},Object.create(null))}e.extract=m,e.parse=v,e.stringify=(t,e)=>{if(!t)return\"\";e=Object.assign({encode:!0,strict:!0,arrayFormat:\"none\",arrayFormatSeparator:\",\"},e),h(e.arrayFormatSeparator);const r=r=>e.skipNull&&a(t[r])||e.skipEmptyString&&\"\"===t[r],n=u(e),i={};for(const s of Object.keys(t))r(s)||(i[s]=t[s]);const o=Object.keys(i);return!1!==e.sort&&o.sort(e.sort),o.map(r=>{const i=t[r];return void 0===i?\"\":null===i?f(r,e):Array.isArray(i)?i.reduce(n(r),[]).join(\"&\"):f(r,e)+\"=\"+f(i,e)}).filter(t=>t.length>0).join(\"&\")},e.parseUrl=(t,e)=>{e=Object.assign({decode:!0},e);const[r,n]=o(t,\"#\");return Object.assign({url:r.split(\"?\")[0]||\"\",query:v(m(t),e)},e&&e.parseFragmentIdentifier&&n?{fragmentIdentifier:l(n,e)}:{})},e.stringifyUrl=(t,r)=>{r=Object.assign({encode:!0,strict:!0},r);const n=d(t.url).split(\"?\")[0]||\"\",i=e.extract(t.url),o=e.parse(i,{sort:!1}),s=Object.assign(o,t.query);let a=e.stringify(s,r);a&&(a=\"?\"+a);let u=g(t.url);return t.fragmentIdentifier&&(u=\"#\"+f(t.fragmentIdentifier,r)),`${n}${a}${u}`},e.pick=(t,r,n)=>{n=Object.assign({parseFragmentIdentifier:!0},n);const{url:i,query:o,fragmentIdentifier:a}=e.parseUrl(t,n);return e.stringifyUrl({url:i,query:s(o,r),fragmentIdentifier:a},n)},e.exclude=(t,r,n)=>{const i=Array.isArray(r)?t=>!r.includes(t):(t,e)=>!r(t,e);return e.pick(t,i,n)}},\"72fe\":function(t,e,r){(function(e,n){t.exports=n(r(\"21bf\"))})(0,(function(t){return function(e){var r=t,n=r.lib,i=n.WordArray,o=n.Hasher,s=r.algo,a=[];(function(){for(var t=0;t<64;t++)a[t]=4294967296*e.abs(e.sin(t+1))|0})();var u=s.MD5=o.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(t,e){for(var r=0;r<16;r++){var n=e+r,i=t[n];t[n]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o=this._hash.words,s=t[e+0],u=t[e+1],p=t[e+2],d=t[e+3],g=t[e+4],m=t[e+5],y=t[e+6],v=t[e+7],b=t[e+8],w=t[e+9],T=t[e+10],S=t[e+11],x=t[e+12],E=t[e+13],D=t[e+14],A=t[e+15],O=o[0],B=o[1],R=o[2],I=o[3];O=c(O,B,R,I,s,7,a[0]),I=c(I,O,B,R,u,12,a[1]),R=c(R,I,O,B,p,17,a[2]),B=c(B,R,I,O,d,22,a[3]),O=c(O,B,R,I,g,7,a[4]),I=c(I,O,B,R,m,12,a[5]),R=c(R,I,O,B,y,17,a[6]),B=c(B,R,I,O,v,22,a[7]),O=c(O,B,R,I,b,7,a[8]),I=c(I,O,B,R,w,12,a[9]),R=c(R,I,O,B,T,17,a[10]),B=c(B,R,I,O,S,22,a[11]),O=c(O,B,R,I,x,7,a[12]),I=c(I,O,B,R,E,12,a[13]),R=c(R,I,O,B,D,17,a[14]),B=c(B,R,I,O,A,22,a[15]),O=h(O,B,R,I,u,5,a[16]),I=h(I,O,B,R,y,9,a[17]),R=h(R,I,O,B,S,14,a[18]),B=h(B,R,I,O,s,20,a[19]),O=h(O,B,R,I,m,5,a[20]),I=h(I,O,B,R,T,9,a[21]),R=h(R,I,O,B,A,14,a[22]),B=h(B,R,I,O,g,20,a[23]),O=h(O,B,R,I,w,5,a[24]),I=h(I,O,B,R,D,9,a[25]),R=h(R,I,O,B,d,14,a[26]),B=h(B,R,I,O,b,20,a[27]),O=h(O,B,R,I,E,5,a[28]),I=h(I,O,B,R,p,9,a[29]),R=h(R,I,O,B,v,14,a[30]),B=h(B,R,I,O,x,20,a[31]),O=f(O,B,R,I,m,4,a[32]),I=f(I,O,B,R,b,11,a[33]),R=f(R,I,O,B,S,16,a[34]),B=f(B,R,I,O,D,23,a[35]),O=f(O,B,R,I,u,4,a[36]),I=f(I,O,B,R,g,11,a[37]),R=f(R,I,O,B,v,16,a[38]),B=f(B,R,I,O,T,23,a[39]),O=f(O,B,R,I,E,4,a[40]),I=f(I,O,B,R,s,11,a[41]),R=f(R,I,O,B,d,16,a[42]),B=f(B,R,I,O,y,23,a[43]),O=f(O,B,R,I,w,4,a[44]),I=f(I,O,B,R,x,11,a[45]),R=f(R,I,O,B,A,16,a[46]),B=f(B,R,I,O,p,23,a[47]),O=l(O,B,R,I,s,6,a[48]),I=l(I,O,B,R,v,10,a[49]),R=l(R,I,O,B,D,15,a[50]),B=l(B,R,I,O,m,21,a[51]),O=l(O,B,R,I,x,6,a[52]),I=l(I,O,B,R,d,10,a[53]),R=l(R,I,O,B,T,15,a[54]),B=l(B,R,I,O,u,21,a[55]),O=l(O,B,R,I,b,6,a[56]),I=l(I,O,B,R,A,10,a[57]),R=l(R,I,O,B,y,15,a[58]),B=l(B,R,I,O,E,21,a[59]),O=l(O,B,R,I,g,6,a[60]),I=l(I,O,B,R,S,10,a[61]),R=l(R,I,O,B,p,15,a[62]),B=l(B,R,I,O,w,21,a[63]),o[0]=o[0]+O|0,o[1]=o[1]+B|0,o[2]=o[2]+R|0,o[3]=o[3]+I|0},_doFinalize:function(){var t=this._data,r=t.words,n=8*this._nDataBytes,i=8*t.sigBytes;r[i>>>5]|=128<<24-i%32;var o=e.floor(n/4294967296),s=n;r[15+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),r[14+(i+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),t.sigBytes=4*(r.length+1),this._process();for(var a=this._hash,u=a.words,c=0;c<4;c++){var h=u[c];u[c]=16711935&(h<<8|h>>>24)|4278255360&(h<<24|h>>>8)}return a},clone:function(){var t=o.clone.call(this);return t._hash=this._hash.clone(),t}});function c(t,e,r,n,i,o,s){var a=t+(e&r|~e&n)+i+s;return(a<<o|a>>>32-o)+e}function h(t,e,r,n,i,o,s){var a=t+(e&n|r&~n)+i+s;return(a<<o|a>>>32-o)+e}function f(t,e,r,n,i,o,s){var a=t+(e^r^n)+i+s;return(a<<o|a>>>32-o)+e}function l(t,e,r,n,i,o,s){var a=t+(r^(e|~n))+i+s;return(a<<o|a>>>32-o)+e}r.MD5=o._createHelper(u),r.HmacMD5=o._createHmacHelper(u)}(Math),t.MD5}))},7348:function(t,e,r){\"use strict\";t.exports=function(t,e){for(var r={},n=Object.keys(t),i=Array.isArray(e),o=0;o<n.length;o++){var s=n[o],a=t[s];(i?-1!==e.indexOf(s):e(s,a,t))&&(r[s]=a)}return r}},\"79b8\":function(t,e,r){\"use strict\";r.d(e,\"b\",(function(){return S})),r.d(e,\"a\",(function(){return D}));r(\"94f8\"),r(\"72fe\"),r(\"24e5\");var n=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t},i=window.device,o={},s=[];window.device=o;var a=window.document.documentElement,u=window.navigator.userAgent.toLowerCase(),c=[\"googletv\",\"viera\",\"smarttv\",\"internet.tv\",\"netcast\",\"nettv\",\"appletv\",\"boxee\",\"kylo\",\"roku\",\"dlnadoc\",\"pov_tv\",\"hbbtv\",\"ce-html\"];function h(t,e){return-1!==t.indexOf(e)}function f(t){return h(u,t)}function l(t){return a.className.match(new RegExp(t,\"i\"))}function p(t){var e=null;l(t)||(e=a.className.replace(/^\\s+|\\s+$/g,\"\"),a.className=e+\" \"+t)}function d(t){l(t)&&(a.className=a.className.replace(\" \"+t,\"\"))}function g(){o.landscape()?(d(\"portrait\"),p(\"landscape\"),m(\"landscape\")):(d(\"landscape\"),p(\"portrait\"),m(\"portrait\")),b()}function m(t){for(var e=0;e<s.length;e++)s[e](t)}o.macos=function(){return f(\"mac\")},o.ios=function(){return o.iphone()||o.ipod()||o.ipad()},o.iphone=function(){return!o.windows()&&f(\"iphone\")},o.ipod=function(){return f(\"ipod\")},o.ipad=function(){var t=\"MacIntel\"===navigator.platform&&navigator.maxTouchPoints>1;return f(\"ipad\")||t},o.android=function(){return!o.windows()&&f(\"android\")},o.androidPhone=function(){return o.android()&&f(\"mobile\")},o.androidTablet=function(){return o.android()&&!f(\"mobile\")},o.blackberry=function(){return f(\"blackberry\")||f(\"bb10\")},o.blackberryPhone=function(){return o.blackberry()&&!f(\"tablet\")},o.blackberryTablet=function(){return o.blackberry()&&f(\"tablet\")},o.windows=function(){return f(\"windows\")},o.windowsPhone=function(){return o.windows()&&f(\"phone\")},o.windowsTablet=function(){return o.windows()&&f(\"touch\")&&!o.windowsPhone()},o.fxos=function(){return(f(\"(mobile\")||f(\"(tablet\"))&&f(\" rv:\")},o.fxosPhone=function(){return o.fxos()&&f(\"mobile\")},o.fxosTablet=function(){return o.fxos()&&f(\"tablet\")},o.meego=function(){return f(\"meego\")},o.cordova=function(){return window.cordova&&\"file:\"===location.protocol},o.nodeWebkit=function(){return\"object\"===n(window.process)},o.mobile=function(){return o.androidPhone()||o.iphone()||o.ipod()||o.windowsPhone()||o.blackberryPhone()||o.fxosPhone()||o.meego()},o.tablet=function(){return o.ipad()||o.androidTablet()||o.blackberryTablet()||o.windowsTablet()||o.fxosTablet()},o.desktop=function(){return!o.tablet()&&!o.mobile()},o.television=function(){var t=0;while(t<c.length){if(f(c[t]))return!0;t++}return!1},o.portrait=function(){return screen.orientation&&Object.prototype.hasOwnProperty.call(window,\"onorientationchange\")?h(screen.orientation.type,\"portrait\"):o.ios()&&Object.prototype.hasOwnProperty.call(window,\"orientation\")?90!==Math.abs(window.orientation):window.innerHeight/window.innerWidth>1},o.landscape=function(){return screen.orientation&&Object.prototype.hasOwnProperty.call(window,\"onorientationchange\")?h(screen.orientation.type,\"landscape\"):o.ios()&&Object.prototype.hasOwnProperty.call(window,\"orientation\")?90===Math.abs(window.orientation):window.innerHeight/window.innerWidth<1},o.noConflict=function(){return window.device=i,this},o.ios()?o.ipad()?p(\"ios ipad tablet\"):o.iphone()?p(\"ios iphone mobile\"):o.ipod()&&p(\"ios ipod mobile\"):o.macos()?p(\"macos desktop\"):o.android()?o.androidTablet()?p(\"android tablet\"):p(\"android mobile\"):o.blackberry()?o.blackberryTablet()?p(\"blackberry tablet\"):p(\"blackberry mobile\"):o.windows()?o.windowsTablet()?p(\"windows tablet\"):o.windowsPhone()?p(\"windows mobile\"):p(\"windows desktop\"):o.fxos()?o.fxosTablet()?p(\"fxos tablet\"):p(\"fxos mobile\"):o.meego()?p(\"meego mobile\"):o.nodeWebkit()?p(\"node-webkit\"):o.television()?p(\"television\"):o.desktop()&&p(\"desktop\"),o.cordova()&&p(\"cordova\"),o.onChangeOrientation=function(t){\"function\"==typeof t&&s.push(t)};var y=\"resize\";function v(t){for(var e=0;e<t.length;e++)if(o[t[e]]())return t[e];return\"unknown\"}function b(){o.orientation=v([\"portrait\",\"landscape\"])}Object.prototype.hasOwnProperty.call(window,\"onorientationchange\")&&(y=\"orientationchange\"),window.addEventListener?window.addEventListener(y,g,!1):window.attachEvent?window.attachEvent(y,g):window[y]=g,g(),o.type=v([\"mobile\",\"tablet\",\"desktop\"]),o.os=v([\"ios\",\"iphone\",\"ipad\",\"ipod\",\"android\",\"blackberry\",\"macos\",\"windows\",\"fxos\",\"meego\",\"television\"]),b();\n/*!\n * 判断宿主环境的函数集合\n * Copyright(c) 2019-Present SME All rights reserved\n * author: zengjian\n */\nwindow.navigator.userAgent;r(\"2410\");var w=r(\"83a7\"),T=r.n(w);r(\"5e38\");\n/*!\n * 校验器相关的函数集合\n * Copyright(c) 2019-Present SME All rights reserved\n * author: zengjian\n */\nfunction S(t){return\"undefined\"===typeof t||null===t||\"\"===String(t).trim()}function x(t){return Array.isArray?Array.isArray(t):\"[object Array]\"===Object.prototype.toString.call(t)}const E={};function D(t,e){return new Promise(async(r,n)=>{if(T.a.isDefined(e)){const t=setInterval(()=>{!0===E[e]?(clearInterval(t),r()):!1===E[e]&&(clearInterval(t),n())},500)}else t=x(t)?t:[t],T()(t,e,{async:!1}),T.a.ready(e,{success:()=>{E[e]=!0,r()},error:t=>{E[e]=!1,console.error(t),n(t)}})})}r(\"1157\");function A(t,e){return void 0===e&&(e=15),+parseFloat(Number(t).toPrecision(e))}function O(t){var e=t.toString().split(/[eE]/),r=(e[0].split(\".\")[1]||\"\").length-+(e[1]||0);return r>0?r:0}function B(t){if(-1===t.toString().indexOf(\"e\"))return Number(t.toString().replace(\".\",\"\"));var e=O(t);return e>0?A(Number(t)*Math.pow(10,e)):Number(t)}function R(t){V&&(t>Number.MAX_SAFE_INTEGER||t<Number.MIN_SAFE_INTEGER)&&console.warn(t+\" is beyond boundary when transfer to integer, the results may not be accurate\")}function I(t){return function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var n=e[0],i=e.slice(1);return i.reduce((function(e,r){return t(e,r)}),n)}}var k=I((function(t,e){var r=B(t),n=B(e),i=O(t)+O(e),o=r*n;return R(o),o/Math.pow(10,i)}));I((function(t,e){var r=Math.pow(10,Math.max(O(t),O(e)));return(k(t,r)+k(e,r))/r})),I((function(t,e){var r=Math.pow(10,Math.max(O(t),O(e)));return(k(t,r)-k(e,r))/r})),I((function(t,e){var r=B(t),n=B(e);return R(r),R(n),k(r/n,A(Math.pow(10,O(e)-O(t))))}));var V=!0;r(\"72bf\");var j=r(\"c0e2\"),N=r.n(j);new N.a},\"7bcc\":function(t,e){function r(){var t={\"align-content\":!1,\"align-items\":!1,\"align-self\":!1,\"alignment-adjust\":!1,\"alignment-baseline\":!1,all:!1,\"anchor-point\":!1,animation:!1,\"animation-delay\":!1,\"animation-direction\":!1,\"animation-duration\":!1,\"animation-fill-mode\":!1,\"animation-iteration-count\":!1,\"animation-name\":!1,\"animation-play-state\":!1,\"animation-timing-function\":!1,azimuth:!1,\"backface-visibility\":!1,background:!0,\"background-attachment\":!0,\"background-clip\":!0,\"background-color\":!0,\"background-image\":!0,\"background-origin\":!0,\"background-position\":!0,\"background-repeat\":!0,\"background-size\":!0,\"baseline-shift\":!1,binding:!1,bleed:!1,\"bookmark-label\":!1,\"bookmark-level\":!1,\"bookmark-state\":!1,border:!0,\"border-bottom\":!0,\"border-bottom-color\":!0,\"border-bottom-left-radius\":!0,\"border-bottom-right-radius\":!0,\"border-bottom-style\":!0,\"border-bottom-width\":!0,\"border-collapse\":!0,\"border-color\":!0,\"border-image\":!0,\"border-image-outset\":!0,\"border-image-repeat\":!0,\"border-image-slice\":!0,\"border-image-source\":!0,\"border-image-width\":!0,\"border-left\":!0,\"border-left-color\":!0,\"border-left-style\":!0,\"border-left-width\":!0,\"border-radius\":!0,\"border-right\":!0,\"border-right-color\":!0,\"border-right-style\":!0,\"border-right-width\":!0,\"border-spacing\":!0,\"border-style\":!0,\"border-top\":!0,\"border-top-color\":!0,\"border-top-left-radius\":!0,\"border-top-right-radius\":!0,\"border-top-style\":!0,\"border-top-width\":!0,\"border-width\":!0,bottom:!1,\"box-decoration-break\":!0,\"box-shadow\":!0,\"box-sizing\":!0,\"box-snap\":!0,\"box-suppress\":!0,\"break-after\":!0,\"break-before\":!0,\"break-inside\":!0,\"caption-side\":!1,chains:!1,clear:!0,clip:!1,\"clip-path\":!1,\"clip-rule\":!1,color:!0,\"color-interpolation-filters\":!0,\"column-count\":!1,\"column-fill\":!1,\"column-gap\":!1,\"column-rule\":!1,\"column-rule-color\":!1,\"column-rule-style\":!1,\"column-rule-width\":!1,\"column-span\":!1,\"column-width\":!1,columns:!1,contain:!1,content:!1,\"counter-increment\":!1,\"counter-reset\":!1,\"counter-set\":!1,crop:!1,cue:!1,\"cue-after\":!1,\"cue-before\":!1,cursor:!1,direction:!1,display:!0,\"display-inside\":!0,\"display-list\":!0,\"display-outside\":!0,\"dominant-baseline\":!1,elevation:!1,\"empty-cells\":!1,filter:!1,flex:!1,\"flex-basis\":!1,\"flex-direction\":!1,\"flex-flow\":!1,\"flex-grow\":!1,\"flex-shrink\":!1,\"flex-wrap\":!1,float:!1,\"float-offset\":!1,\"flood-color\":!1,\"flood-opacity\":!1,\"flow-from\":!1,\"flow-into\":!1,font:!0,\"font-family\":!0,\"font-feature-settings\":!0,\"font-kerning\":!0,\"font-language-override\":!0,\"font-size\":!0,\"font-size-adjust\":!0,\"font-stretch\":!0,\"font-style\":!0,\"font-synthesis\":!0,\"font-variant\":!0,\"font-variant-alternates\":!0,\"font-variant-caps\":!0,\"font-variant-east-asian\":!0,\"font-variant-ligatures\":!0,\"font-variant-numeric\":!0,\"font-variant-position\":!0,\"font-weight\":!0,grid:!1,\"grid-area\":!1,\"grid-auto-columns\":!1,\"grid-auto-flow\":!1,\"grid-auto-rows\":!1,\"grid-column\":!1,\"grid-column-end\":!1,\"grid-column-start\":!1,\"grid-row\":!1,\"grid-row-end\":!1,\"grid-row-start\":!1,\"grid-template\":!1,\"grid-template-areas\":!1,\"grid-template-columns\":!1,\"grid-template-rows\":!1,\"hanging-punctuation\":!1,height:!0,hyphens:!1,icon:!1,\"image-orientation\":!1,\"image-resolution\":!1,\"ime-mode\":!1,\"initial-letters\":!1,\"inline-box-align\":!1,\"justify-content\":!1,\"justify-items\":!1,\"justify-self\":!1,left:!1,\"letter-spacing\":!0,\"lighting-color\":!0,\"line-box-contain\":!1,\"line-break\":!1,\"line-grid\":!1,\"line-height\":!1,\"line-snap\":!1,\"line-stacking\":!1,\"line-stacking-ruby\":!1,\"line-stacking-shift\":!1,\"line-stacking-strategy\":!1,\"list-style\":!0,\"list-style-image\":!0,\"list-style-position\":!0,\"list-style-type\":!0,margin:!0,\"margin-bottom\":!0,\"margin-left\":!0,\"margin-right\":!0,\"margin-top\":!0,\"marker-offset\":!1,\"marker-side\":!1,marks:!1,mask:!1,\"mask-box\":!1,\"mask-box-outset\":!1,\"mask-box-repeat\":!1,\"mask-box-slice\":!1,\"mask-box-source\":!1,\"mask-box-width\":!1,\"mask-clip\":!1,\"mask-image\":!1,\"mask-origin\":!1,\"mask-position\":!1,\"mask-repeat\":!1,\"mask-size\":!1,\"mask-source-type\":!1,\"mask-type\":!1,\"max-height\":!0,\"max-lines\":!1,\"max-width\":!0,\"min-height\":!0,\"min-width\":!0,\"move-to\":!1,\"nav-down\":!1,\"nav-index\":!1,\"nav-left\":!1,\"nav-right\":!1,\"nav-up\":!1,\"object-fit\":!1,\"object-position\":!1,opacity:!1,order:!1,orphans:!1,outline:!1,\"outline-color\":!1,\"outline-offset\":!1,\"outline-style\":!1,\"outline-width\":!1,overflow:!1,\"overflow-wrap\":!1,\"overflow-x\":!1,\"overflow-y\":!1,padding:!0,\"padding-bottom\":!0,\"padding-left\":!0,\"padding-right\":!0,\"padding-top\":!0,page:!1,\"page-break-after\":!1,\"page-break-before\":!1,\"page-break-inside\":!1,\"page-policy\":!1,pause:!1,\"pause-after\":!1,\"pause-before\":!1,perspective:!1,\"perspective-origin\":!1,pitch:!1,\"pitch-range\":!1,\"play-during\":!1,position:!1,\"presentation-level\":!1,quotes:!1,\"region-fragment\":!1,resize:!1,rest:!1,\"rest-after\":!1,\"rest-before\":!1,richness:!1,right:!1,rotation:!1,\"rotation-point\":!1,\"ruby-align\":!1,\"ruby-merge\":!1,\"ruby-position\":!1,\"shape-image-threshold\":!1,\"shape-outside\":!1,\"shape-margin\":!1,size:!1,speak:!1,\"speak-as\":!1,\"speak-header\":!1,\"speak-numeral\":!1,\"speak-punctuation\":!1,\"speech-rate\":!1,stress:!1,\"string-set\":!1,\"tab-size\":!1,\"table-layout\":!1,\"text-align\":!0,\"text-align-last\":!0,\"text-combine-upright\":!0,\"text-decoration\":!0,\"text-decoration-color\":!0,\"text-decoration-line\":!0,\"text-decoration-skip\":!0,\"text-decoration-style\":!0,\"text-emphasis\":!0,\"text-emphasis-color\":!0,\"text-emphasis-position\":!0,\"text-emphasis-style\":!0,\"text-height\":!0,\"text-indent\":!0,\"text-justify\":!0,\"text-orientation\":!0,\"text-overflow\":!0,\"text-shadow\":!0,\"text-space-collapse\":!0,\"text-transform\":!0,\"text-underline-position\":!0,\"text-wrap\":!0,top:!1,transform:!1,\"transform-origin\":!1,\"transform-style\":!1,transition:!1,\"transition-delay\":!1,\"transition-duration\":!1,\"transition-property\":!1,\"transition-timing-function\":!1,\"unicode-bidi\":!1,\"vertical-align\":!1,visibility:!1,\"voice-balance\":!1,\"voice-duration\":!1,\"voice-family\":!1,\"voice-pitch\":!1,\"voice-range\":!1,\"voice-rate\":!1,\"voice-stress\":!1,\"voice-volume\":!1,volume:!1,\"white-space\":!1,widows:!1,width:!0,\"will-change\":!1,\"word-break\":!0,\"word-spacing\":!0,\"word-wrap\":!0,\"wrap-flow\":!1,\"wrap-through\":!1,\"writing-mode\":!1,\"z-index\":!1};return t}function n(t,e,r){}function i(t,e,r){}var o=/javascript\\s*\\:/gim;function s(t,e){return o.test(e)?\"\":e}e.whiteList=r(),e.getDefaultWhiteList=r,e.onAttr=n,e.onIgnoreAttr=i,e.safeAttrValue=s},\"83a7\":function(t,e,r){var n,i,o;(function(r,s){i=[],n=s,o=\"function\"===typeof n?n.apply(e,i):n,void 0===o||(t.exports=o)})(0,(function(){var t=function(){},e={},r={},n={};function i(t,e){t=t.push?t:[t];var i,o,s,a,u=[],c=t.length,h=c;i=function(t,r){r.length&&u.push(t),h--,h||e(u)};while(c--)o=t[c],s=r[o],s?i(o,s):(a=n[o]=n[o]||[],a.push(i))}function o(t,e){if(t){var i=n[t];if(r[t]=e,i)while(i.length)i[0](t,e),i.splice(0,1)}}function s(e,r){e.call&&(e={success:e}),r.length?(e.error||t)(r):(e.success||t)(e)}function a(e,r,n,i){var o,s,u=document,c=n.async,h=(n.numRetries||0)+1,f=n.before||t,l=e.replace(/[\\?|#].*$/,\"\"),p=e.replace(/^(css|img)!/,\"\");i=i||0,/(^css!|\\.css$)/.test(l)?(s=u.createElement(\"link\"),s.rel=\"stylesheet\",s.href=p,o=\"hideFocus\"in s,o&&s.relList&&(o=0,s.rel=\"preload\",s.as=\"style\")):/(^img!|\\.(png|gif|jpg|svg|webp)$)/.test(l)?(s=u.createElement(\"img\"),s.src=p):(s=u.createElement(\"script\"),s.src=e,s.async=void 0===c||c),s.onload=s.onerror=s.onbeforeload=function(t){var u=t.type[0];if(o)try{s.sheet.cssText.length||(u=\"e\")}catch(c){18!=c.code&&(u=\"e\")}if(\"e\"==u){if(i+=1,i<h)return a(e,r,n,i)}else if(\"preload\"==s.rel&&\"style\"==s.as)return s.rel=\"stylesheet\";r(e,u,t.defaultPrevented)},!1!==f(e,s)&&u.head.appendChild(s)}function u(t,e,r){t=t.push?t:[t];var n,i,o=t.length,s=o,u=[];for(n=function(t,r,n){if(\"e\"==r&&u.push(t),\"b\"==r){if(!n)return;u.push(t)}o--,o||e(u)},i=0;i<s;i++)a(t[i],n,r)}function c(t,r,n){var i,a;if(r&&r.trim&&(i=r),a=(i?n:r)||{},i){if(i in e)throw\"LoadJS\";e[i]=!0}function c(e,r){u(t,(function(t){s(a,t),e&&s({success:e,error:r},t),o(i,t)}),a)}if(a.returnPromise)return new Promise(c);c()}return c.ready=function(t,e){return i(t,(function(t){s(e,t)})),c},c.done=function(t){o(t,[])},c.reset=function(){e={},r={},n={}},c.isDefined=function(t){return t in e},c}))},8753:function(t,e){t.exports={indexOf:function(t,e){var r,n;if(Array.prototype.indexOf)return t.indexOf(e);for(r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1},forEach:function(t,e,r){var n,i;if(Array.prototype.forEach)return t.forEach(e,r);for(n=0,i=t.length;n<i;n++)e.call(r,t[n],n,t)},trim:function(t){return String.prototype.trim?t.trim():t.replace(/(^\\s*)|(\\s*$)/g,\"\")},trimRight:function(t){return String.prototype.trimRight?t.trimRight():t.replace(/(\\s*$)/g,\"\")}}},\"94f8\":function(t,e,r){(function(e,n){t.exports=n(r(\"21bf\"))})(0,(function(t){return function(e){var r=t,n=r.lib,i=n.WordArray,o=n.Hasher,s=r.algo,a=[],u=[];(function(){function t(t){for(var r=e.sqrt(t),n=2;n<=r;n++)if(!(t%n))return!1;return!0}function r(t){return 4294967296*(t-(0|t))|0}var n=2,i=0;while(i<64)t(n)&&(i<8&&(a[i]=r(e.pow(n,.5))),u[i]=r(e.pow(n,1/3)),i++),n++})();var c=[],h=s.SHA256=o.extend({_doReset:function(){this._hash=new i.init(a.slice(0))},_doProcessBlock:function(t,e){for(var r=this._hash.words,n=r[0],i=r[1],o=r[2],s=r[3],a=r[4],h=r[5],f=r[6],l=r[7],p=0;p<64;p++){if(p<16)c[p]=0|t[e+p];else{var d=c[p-15],g=(d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3,m=c[p-2],y=(m<<15|m>>>17)^(m<<13|m>>>19)^m>>>10;c[p]=g+c[p-7]+y+c[p-16]}var v=a&h^~a&f,b=n&i^n&o^i&o,w=(n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22),T=(a<<26|a>>>6)^(a<<21|a>>>11)^(a<<7|a>>>25),S=l+T+v+u[p]+c[p],x=w+b;l=f,f=h,h=a,a=s+S|0,s=o,o=i,i=n,n=S+x|0}r[0]=r[0]+n|0,r[1]=r[1]+i|0,r[2]=r[2]+o|0,r[3]=r[3]+s|0,r[4]=r[4]+a|0,r[5]=r[5]+h|0,r[6]=r[6]+f|0,r[7]=r[7]+l|0},_doFinalize:function(){var t=this._data,r=t.words,n=8*this._nDataBytes,i=8*t.sigBytes;return r[i>>>5]|=128<<24-i%32,r[14+(i+64>>>9<<4)]=e.floor(n/4294967296),r[15+(i+64>>>9<<4)]=n,t.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var t=o.clone.call(this);return t._hash=this._hash.clone(),t}});r.SHA256=o._createHelper(h),r.HmacSHA256=o._createHmacHelper(h)}(Math),t.SHA256}))},ae34:function(t,e,r){var n=r(\"8753\");function i(t,e){t=n.trimRight(t),\";\"!==t[t.length-1]&&(t+=\";\");var r=t.length,i=!1,o=0,s=0,a=\"\";function u(){if(!i){var r=n.trim(t.slice(o,s)),u=r.indexOf(\":\");if(-1!==u){var c=n.trim(r.slice(0,u)),h=n.trim(r.slice(u+1));if(c){var f=e(o,a.length,c,h,r);f&&(a+=f+\"; \")}}}o=s+1}for(;s<r;s++){var c=t[s];if(\"/\"===c&&\"*\"===t[s+1]){var h=t.indexOf(\"*/\",s+2);if(-1===h)break;s=h+1,o=s+1,i=!1}else\"(\"===c?i=!0:\")\"===c?i=!1:\";\"===c?i||u():\"\\n\"===c&&u()}return n.trim(a)}t.exports=i},bc6c:function(t,e,r){var n=r(\"7bcc\"),i=r(\"ae34\");r(\"8753\");function o(t){return void 0===t||null===t}function s(t){var e={};for(var r in t)e[r]=t[r];return e}function a(t){t=s(t||{}),t.whiteList=t.whiteList||n.whiteList,t.onAttr=t.onAttr||n.onAttr,t.onIgnoreAttr=t.onIgnoreAttr||n.onIgnoreAttr,t.safeAttrValue=t.safeAttrValue||n.safeAttrValue,this.options=t}a.prototype.process=function(t){if(t=t||\"\",t=t.toString(),!t)return\"\";var e=this,r=e.options,n=r.whiteList,s=r.onAttr,a=r.onIgnoreAttr,u=r.safeAttrValue,c=i(t,(function(t,e,r,i,c){var h=n[r],f=!1;if(!0===h?f=h:\"function\"===typeof h?f=h(i):h instanceof RegExp&&(f=h.test(i)),!0!==f&&(f=!1),i=u(r,i),i){var l={position:e,sourcePosition:t,source:c,isWhite:f};if(f){var p=s(r,i,l);return o(p)?r+\":\"+i:p}p=a(r,i,l);return o(p)?void 0:p}}));return c},t.exports=a},bda0:function(t,e,r){var n=r(\"1ab2\").FilterCSS,i=r(\"1ab2\").getDefaultWhiteList,o=r(\"eb71\");function s(){return{a:[\"target\",\"href\",\"title\"],abbr:[\"title\"],address:[],area:[\"shape\",\"coords\",\"href\",\"alt\"],article:[],aside:[],audio:[\"autoplay\",\"controls\",\"crossorigin\",\"loop\",\"muted\",\"preload\",\"src\"],b:[],bdi:[\"dir\"],bdo:[\"dir\"],big:[],blockquote:[\"cite\"],br:[],caption:[],center:[],cite:[],code:[],col:[\"align\",\"valign\",\"span\",\"width\"],colgroup:[\"align\",\"valign\",\"span\",\"width\"],dd:[],del:[\"datetime\"],details:[\"open\"],div:[],dl:[],dt:[],em:[],figcaption:[],figure:[],font:[\"color\",\"size\",\"face\"],footer:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],header:[],hr:[],i:[],img:[\"src\",\"alt\",\"title\",\"width\",\"height\"],ins:[\"datetime\"],li:[],mark:[],nav:[],ol:[],p:[],pre:[],s:[],section:[],small:[],span:[],sub:[],summary:[],sup:[],strong:[],strike:[],table:[\"width\",\"border\",\"align\",\"valign\"],tbody:[\"align\",\"valign\"],td:[\"width\",\"rowspan\",\"colspan\",\"align\",\"valign\"],tfoot:[\"align\",\"valign\"],th:[\"width\",\"rowspan\",\"colspan\",\"align\",\"valign\"],thead:[\"align\",\"valign\"],tr:[\"rowspan\",\"align\",\"valign\"],tt:[],u:[],ul:[],video:[\"autoplay\",\"controls\",\"crossorigin\",\"loop\",\"muted\",\"playsinline\",\"poster\",\"preload\",\"src\",\"height\",\"width\"]}}var a=new n;function u(t,e,r){}function c(t,e,r){}function h(t,e,r){}function f(t,e,r){}function l(t){return t.replace(d,\"&lt;\").replace(g,\"&gt;\")}function p(t,e,r,n){if(r=R(r),\"href\"===e||\"src\"===e){if(r=o.trim(r),\"#\"===r)return\"#\";if(\"http://\"!==r.substr(0,7)&&\"https://\"!==r.substr(0,8)&&\"mailto:\"!==r.substr(0,7)&&\"tel:\"!==r.substr(0,4)&&\"data:image/\"!==r.substr(0,11)&&\"ftp://\"!==r.substr(0,6)&&\"./\"!==r.substr(0,2)&&\"../\"!==r.substr(0,3)&&\"#\"!==r[0]&&\"/\"!==r[0])return\"\"}else if(\"background\"===e){if(T.lastIndex=0,T.test(r))return\"\"}else if(\"style\"===e){if(S.lastIndex=0,S.test(r))return\"\";if(x.lastIndex=0,x.test(r)&&(T.lastIndex=0,T.test(r)))return\"\";!1!==n&&(n=n||a,r=n.process(r))}return r=I(r),r}var d=/</g,g=/>/g,m=/\"/g,y=/&quot;/g,v=/&#([a-zA-Z0-9]*);?/gim,b=/&colon;?/gim,w=/&newline;?/gim,T=/((j\\s*a\\s*v\\s*a|v\\s*b|l\\s*i\\s*v\\s*e)\\s*s\\s*c\\s*r\\s*i\\s*p\\s*t\\s*|m\\s*o\\s*c\\s*h\\s*a):/gi,S=/e\\s*x\\s*p\\s*r\\s*e\\s*s\\s*s\\s*i\\s*o\\s*n\\s*\\(.*/gi,x=/u\\s*r\\s*l\\s*\\(.*/gi;function E(t){return t.replace(m,\"&quot;\")}function D(t){return t.replace(y,'\"')}function A(t){return t.replace(v,(function(t,e){return\"x\"===e[0]||\"X\"===e[0]?String.fromCharCode(parseInt(e.substr(1),16)):String.fromCharCode(parseInt(e,10))}))}function O(t){return t.replace(b,\":\").replace(w,\" \")}function B(t){for(var e=\"\",r=0,n=t.length;r<n;r++)e+=t.charCodeAt(r)<32?\" \":t.charAt(r);return o.trim(e)}function R(t){return t=D(t),t=A(t),t=O(t),t=B(t),t}function I(t){return t=E(t),t=l(t),t}function k(){return\"\"}function V(t,e){\"function\"!==typeof e&&(e=function(){});var r=!Array.isArray(t);function n(e){return!!r||-1!==o.indexOf(t,e)}var i=[],s=!1;return{onIgnoreTag:function(t,r,o){if(n(t)){if(o.isClosing){var a=\"[/removed]\",u=o.position+a.length;return i.push([!1!==s?s:o.position,u]),s=!1,a}return s||(s=o.position),\"[removed]\"}return e(t,r,o)},remove:function(t){var e=\"\",r=0;return o.forEach(i,(function(n){e+=t.slice(r,n[0]),r=n[1]})),e+=t.slice(r),e}}}function j(t){var e=\"\",r=0;while(r<t.length){var n=t.indexOf(\"\\x3c!--\",r);if(-1===n){e+=t.slice(r);break}e+=t.slice(r,n);var i=t.indexOf(\"--\\x3e\",n);if(-1===i)break;r=i+3}return e}function N(t){var e=t.split(\"\");return e=e.filter((function(t){var e=t.charCodeAt(0);return 127!==e&&(!(e<=31)||(10===e||13===e))})),e.join(\"\")}e.whiteList=s(),e.getDefaultWhiteList=s,e.onTag=u,e.onIgnoreTag=c,e.onTagAttr=h,e.onIgnoreTagAttr=f,e.safeAttrValue=p,e.escapeHtml=l,e.escapeQuote=E,e.unescapeQuote=D,e.escapeHtmlEntities=A,e.escapeDangerHtml5Entities=O,e.clearNonPrintableCharacter=B,e.friendlyAttrValue=R,e.escapeAttrValue=I,e.onIgnoreTagStripAll=k,e.StripTagBody=V,e.stripCommentTag=j,e.stripBlankChar=N,e.cssFilter=a,e.getDefaultCSSWhiteList=i},c0e2:function(t,e){function r(){}r.prototype={on:function(t,e,r){var n=this.e||(this.e={});return(n[t]||(n[t]=[])).push({fn:e,ctx:r}),this},once:function(t,e,r){var n=this;function i(){n.off(t,i),e.apply(r,arguments)}return i._=e,this.on(t,i,r)},emit:function(t){var e=[].slice.call(arguments,1),r=((this.e||(this.e={}))[t]||[]).slice(),n=0,i=r.length;for(n;n<i;n++)r[n].fn.apply(r[n].ctx,e);return this},off:function(t,e){var r=this.e||(this.e={}),n=r[t],i=[];if(n&&e)for(var o=0,s=n.length;o<s;o++)n[o].fn!==e&&n[o].fn._!==e&&i.push(n[o]);return i.length?r[t]=i:delete r[t],this}},t.exports=r,t.exports.TinyEmitter=r},eb71:function(t,e){t.exports={indexOf:function(t,e){var r,n;if(Array.prototype.indexOf)return t.indexOf(e);for(r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1},forEach:function(t,e,r){var n,i;if(Array.prototype.forEach)return t.forEach(e,r);for(n=0,i=t.length;n<i;n++)e.call(r,t[n],n,t)},trim:function(t){return String.prototype.trim?t.trim():t.replace(/(^\\s*)|(\\s*$)/g,\"\")},spaceIndex:function(t){var e=/\\s|\\n|\\t/,r=e.exec(t);return r?r.index:-1}}},f234:function(t,e,r){\"use strict\";var n=\"%[a-f0-9]{2}\",i=new RegExp(\"(\"+n+\")|([^%]+?)\",\"gi\"),o=new RegExp(\"(\"+n+\")+\",\"gi\");function s(t,e){try{return[decodeURIComponent(t.join(\"\"))]}catch(i){}if(1===t.length)return t;e=e||1;var r=t.slice(0,e),n=t.slice(e);return Array.prototype.concat.call([],s(r),s(n))}function a(t){try{return decodeURIComponent(t)}catch(n){for(var e=t.match(i)||[],r=1;r<e.length;r++)t=s(e,r).join(\"\"),e=t.match(i)||[];return t}}function u(t){var e={\"%FE%FF\":\"��\",\"%FF%FE\":\"��\"},r=o.exec(t);while(r){try{e[r[0]]=decodeURIComponent(r[0])}catch(c){var n=a(r[0]);n!==r[0]&&(e[r[0]]=n)}r=o.exec(t)}e[\"%C2\"]=\"�\";for(var i=Object.keys(e),s=0;s<i.length;s++){var u=i[s];t=t.replace(new RegExp(u,\"g\"),e[u])}return t}t.exports=function(t){if(\"string\"!==typeof t)throw new TypeError(\"Expected `encodedURI` to be of type `string`, got `\"+typeof t+\"`\");try{return t=t.replace(/\\+/g,\" \"),decodeURIComponent(t)}catch(e){return u(t)}}},f32c:function(t,e,r){\"use strict\";t.exports=(t,e)=>{if(\"string\"!==typeof t||\"string\"!==typeof e)throw new TypeError(\"Expected the arguments to be of type `string`\");if(\"\"===e)return[t];const r=t.indexOf(e);return-1===r?[t]:[t.slice(0,r),t.slice(r+e.length)]}}}]);"
  },
  {
    "path": "static/js/chunk-2d0aa5b8.9e7c68a8.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-2d0aa5b8\"],{1157:function(e,t,n){var r,i;\n/*!\n * jQuery JavaScript Library v2.2.4\n * http://jquery.com/\n *\n * Includes Sizzle.js\n * http://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2016-05-20T17:23Z\n */(function(t,n){\"object\"===typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error(\"jQuery requires a window with a document\");return n(e)}:n(t)})(\"undefined\"!==typeof window?window:this,(function(n,o){var s=[],a=n.document,u=s.slice,l=s.concat,c=s.push,f=s.indexOf,p={},d=p.toString,h=p.hasOwnProperty,g={},v=\"2.2.4\",m=function(e,t){return new m.fn.init(e,t)},y=/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,x=/^-ms-/,b=/-([\\da-z])/gi,w=function(e,t){return t.toUpperCase()};function T(e){var t=!!e&&\"length\"in e&&e.length,n=m.type(e);return\"function\"!==n&&!m.isWindow(e)&&(\"array\"===n||0===t||\"number\"===typeof t&&t>0&&t-1 in e)}m.fn=m.prototype={jquery:v,constructor:m,selector:\"\",length:0,toArray:function(){return u.call(this)},get:function(e){return null!=e?e<0?this[e+this.length]:this[e]:u.call(this)},pushStack:function(e){var t=m.merge(this.constructor(),e);return t.prevObject=this,t.context=this.context,t},each:function(e){return m.each(this,e)},map:function(e){return this.pushStack(m.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(u.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:c,sort:s.sort,splice:s.splice},m.extend=m.fn.extend=function(){var e,t,n,r,i,o,s=arguments[0]||{},a=1,u=arguments.length,l=!1;for(\"boolean\"===typeof s&&(l=s,s=arguments[a]||{},a++),\"object\"===typeof s||m.isFunction(s)||(s={}),a===u&&(s=this,a--);a<u;a++)if(null!=(e=arguments[a]))for(t in e)n=s[t],r=e[t],s!==r&&(l&&r&&(m.isPlainObject(r)||(i=m.isArray(r)))?(i?(i=!1,o=n&&m.isArray(n)?n:[]):o=n&&m.isPlainObject(n)?n:{},s[t]=m.extend(l,o,r)):void 0!==r&&(s[t]=r));return s},m.extend({expando:\"jQuery\"+(v+Math.random()).replace(/\\D/g,\"\"),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(e){return\"function\"===m.type(e)},isArray:Array.isArray,isWindow:function(e){return null!=e&&e===e.window},isNumeric:function(e){var t=e&&e.toString();return!m.isArray(e)&&t-parseFloat(t)+1>=0},isPlainObject:function(e){var t;if(\"object\"!==m.type(e)||e.nodeType||m.isWindow(e))return!1;if(e.constructor&&!h.call(e,\"constructor\")&&!h.call(e.constructor.prototype||{},\"isPrototypeOf\"))return!1;for(t in e);return void 0===t||h.call(e,t)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},type:function(e){return null==e?e+\"\":\"object\"===typeof e||\"function\"===typeof e?p[d.call(e)]||\"object\":typeof e},globalEval:function(e){var t,n=eval;e=m.trim(e),e&&(1===e.indexOf(\"use strict\")?(t=a.createElement(\"script\"),t.text=e,a.head.appendChild(t).parentNode.removeChild(t)):n(e))},camelCase:function(e){return e.replace(x,\"ms-\").replace(b,w)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t){var n,r=0;if(T(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?\"\":(e+\"\").replace(y,\"\")},makeArray:function(e,t){var n=t||[];return null!=e&&(T(Object(e))?m.merge(n,\"string\"===typeof e?[e]:e):c.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:f.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r,i=[],o=0,s=e.length,a=!n;o<s;o++)r=!t(e[o],o),r!==a&&i.push(e[o]);return i},map:function(e,t,n){var r,i,o=0,s=[];if(T(e))for(r=e.length;o<r;o++)i=t(e[o],o,n),null!=i&&s.push(i);else for(o in e)i=t(e[o],o,n),null!=i&&s.push(i);return l.apply([],s)},guid:1,proxy:function(e,t){var n,r,i;if(\"string\"===typeof t&&(n=e[t],t=e,e=n),m.isFunction(e))return r=u.call(arguments,2),i=function(){return e.apply(t||this,r.concat(u.call(arguments)))},i.guid=e.guid=e.guid||m.guid++,i},now:Date.now,support:g}),\"function\"===typeof Symbol&&(m.fn[Symbol.iterator]=s[Symbol.iterator]),m.each(\"Boolean Number String Function Array Date RegExp Object Error Symbol\".split(\" \"),(function(e,t){p[\"[object \"+t+\"]\"]=t.toLowerCase()}));var C=\n/*!\n * Sizzle CSS Selector Engine v2.2.1\n * http://sizzlejs.com/\n *\n * Copyright jQuery Foundation and other contributors\n * Released under the MIT license\n * http://jquery.org/license\n *\n * Date: 2015-10-17\n */\nfunction(e){var t,n,r,i,o,s,a,u,l,c,f,p,d,h,g,v,m,y,x,b=\"sizzle\"+1*new Date,w=e.document,T=0,C=0,k=oe(),E=oe(),N=oe(),S=function(e,t){return e===t&&(f=!0),0},D=1<<31,j={}.hasOwnProperty,A=[],q=A.pop,L=A.push,H=A.push,O=A.slice,F=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},P=\"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",R=\"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",M=\"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",I=\"\\\\[\"+R+\"*(\"+M+\")(?:\"+R+\"*([*^$|!~]?=)\"+R+\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\"+M+\"))|)\"+R+\"*\\\\]\",W=\":(\"+M+\")(?:\\\\((('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\"+I+\")*)|.*)\\\\)|)\",$=new RegExp(R+\"+\",\"g\"),B=new RegExp(\"^\"+R+\"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\"+R+\"+$\",\"g\"),_=new RegExp(\"^\"+R+\"*,\"+R+\"*\"),X=new RegExp(\"^\"+R+\"*([>+~]|\"+R+\")\"+R+\"*\"),z=new RegExp(\"=\"+R+\"*([^\\\\]'\\\"]*?)\"+R+\"*\\\\]\",\"g\"),U=new RegExp(W),V=new RegExp(\"^\"+M+\"$\"),Y={ID:new RegExp(\"^#(\"+M+\")\"),CLASS:new RegExp(\"^\\\\.(\"+M+\")\"),TAG:new RegExp(\"^(\"+M+\"|[*])\"),ATTR:new RegExp(\"^\"+I),PSEUDO:new RegExp(\"^\"+W),CHILD:new RegExp(\"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\"+R+\"*(even|odd|(([+-]|)(\\\\d*)n|)\"+R+\"*(?:([+-]|)\"+R+\"*(\\\\d+)|))\"+R+\"*\\\\)|)\",\"i\"),bool:new RegExp(\"^(?:\"+P+\")$\",\"i\"),needsContext:new RegExp(\"^\"+R+\"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\"+R+\"*((?:-\\\\d)?\\\\d*)\"+R+\"*\\\\)|)(?=[^-]|$)\",\"i\")},G=/^(?:input|select|textarea|button)$/i,J=/^h\\d$/i,Q=/^[^{]+\\{\\s*\\[native \\w/,K=/^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,Z=/[+~]/,ee=/'|\\\\/g,te=new RegExp(\"\\\\\\\\([\\\\da-f]{1,6}\"+R+\"?|(\"+R+\")|.)\",\"ig\"),ne=function(e,t,n){var r=\"0x\"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=function(){p()};try{H.apply(A=O.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(Ce){H={apply:A.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function ie(e,t,r,i){var o,a,l,c,f,h,m,y,T=t&&t.ownerDocument,C=t?t.nodeType:9;if(r=r||[],\"string\"!==typeof e||!e||1!==C&&9!==C&&11!==C)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==C&&(h=K.exec(e)))if(o=h[1]){if(9===C){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(T&&(l=T.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(h[2])return H.apply(r,t.getElementsByTagName(e)),r;if((o=h[3])&&n.getElementsByClassName&&t.getElementsByClassName)return H.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!N[e+\" \"]&&(!v||!v.test(e))){if(1!==C)T=t,y=e;else if(\"object\"!==t.nodeName.toLowerCase()){(c=t.getAttribute(\"id\"))?c=c.replace(ee,\"\\\\$&\"):t.setAttribute(\"id\",c=b),m=s(e),a=m.length,f=V.test(c)?\"#\"+c:\"[id='\"+c+\"']\";while(a--)m[a]=f+\" \"+ge(m[a]);y=m.join(\",\"),T=Z.test(e)&&de(t.parentNode)||t}if(y)try{return H.apply(r,T.querySelectorAll(y)),r}catch(k){}finally{c===b&&t.removeAttribute(\"id\")}}}return u(e.replace(B,\"$1\"),t,r,i)}function oe(){var e=[];function t(n,i){return e.push(n+\" \")>r.cacheLength&&delete t[e.shift()],t[n+\" \"]=i}return t}function se(e){return e[b]=!0,e}function ae(e){var t=d.createElement(\"div\");try{return!!e(t)}catch(Ce){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ue(e,t){var n=e.split(\"|\"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function le(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||D)-(~e.sourceIndex||D);if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function ce(e){return function(t){var n=t.nodeName.toLowerCase();return\"input\"===n&&t.type===e}}function fe(e){return function(t){var n=t.nodeName.toLowerCase();return(\"input\"===n||\"button\"===n)&&t.type===e}}function pe(e){return se((function(t){return t=+t,se((function(n,r){var i,o=e([],n.length,t),s=o.length;while(s--)n[i=o[s]]&&(n[i]=!(r[i]=n[i]))}))}))}function de(e){return e&&\"undefined\"!==typeof e.getElementsByTagName&&e}for(t in n=ie.support={},o=ie.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&\"HTML\"!==t.nodeName},p=ie.setDocument=function(e){var t,i,s=e?e.ownerDocument||e:w;return s!==d&&9===s.nodeType&&s.documentElement?(d=s,h=d.documentElement,g=!o(d),(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener(\"unload\",re,!1):i.attachEvent&&i.attachEvent(\"onunload\",re)),n.attributes=ae((function(e){return e.className=\"i\",!e.getAttribute(\"className\")})),n.getElementsByTagName=ae((function(e){return e.appendChild(d.createComment(\"\")),!e.getElementsByTagName(\"*\").length})),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ae((function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length})),n.getById?(r.find[\"ID\"]=function(e,t){if(\"undefined\"!==typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}},r.filter[\"ID\"]=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute(\"id\")===t}}):(delete r.find[\"ID\"],r.filter[\"ID\"]=function(e){var t=e.replace(te,ne);return function(e){var n=\"undefined\"!==typeof e.getAttributeNode&&e.getAttributeNode(\"id\");return n&&n.value===t}}),r.find[\"TAG\"]=n.getElementsByTagName?function(e,t){return\"undefined\"!==typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if(\"*\"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find[\"CLASS\"]=n.getElementsByClassName&&function(e,t){if(\"undefined\"!==typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},m=[],v=[],(n.qsa=Q.test(d.querySelectorAll))&&(ae((function(e){h.appendChild(e).innerHTML=\"<a id='\"+b+\"'></a><select id='\"+b+\"-\\r\\\\' msallowcapture=''><option selected=''></option></select>\",e.querySelectorAll(\"[msallowcapture^='']\").length&&v.push(\"[*^$]=\"+R+\"*(?:''|\\\"\\\")\"),e.querySelectorAll(\"[selected]\").length||v.push(\"\\\\[\"+R+\"*(?:value|\"+P+\")\"),e.querySelectorAll(\"[id~=\"+b+\"-]\").length||v.push(\"~=\"),e.querySelectorAll(\":checked\").length||v.push(\":checked\"),e.querySelectorAll(\"a#\"+b+\"+*\").length||v.push(\".#.+[+~]\")})),ae((function(e){var t=d.createElement(\"input\");t.setAttribute(\"type\",\"hidden\"),e.appendChild(t).setAttribute(\"name\",\"D\"),e.querySelectorAll(\"[name=d]\").length&&v.push(\"name\"+R+\"*[*^$|!~]?=\"),e.querySelectorAll(\":enabled\").length||v.push(\":enabled\",\":disabled\"),e.querySelectorAll(\"*,:x\"),v.push(\",.*:\")}))),(n.matchesSelector=Q.test(y=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ae((function(e){n.disconnectedMatch=y.call(e,\"div\"),y.call(e,\"[s!='']:x\"),m.push(\"!=\",W)})),v=v.length&&new RegExp(v.join(\"|\")),m=m.length&&new RegExp(m.join(\"|\")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},S=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&r||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?F(c,e)-F(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,s=[e],a=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?F(c,e)-F(c,t):0;if(i===o)return le(e,t);n=e;while(n=n.parentNode)s.unshift(n);n=t;while(n=n.parentNode)a.unshift(n);while(s[r]===a[r])r++;return r?le(s[r],a[r]):s[r]===w?-1:a[r]===w?1:0},d):d},ie.matches=function(e,t){return ie(e,null,null,t)},ie.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,\"='$1']\"),n.matchesSelector&&g&&!N[t+\" \"]&&(!m||!m.test(t))&&(!v||!v.test(t)))try{var r=y.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(Ce){}return ie(t,d,null,[e]).length>0},ie.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},ie.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&j.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},ie.error=function(e){throw new Error(\"Syntax error, unrecognized expression: \"+e)},ie.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(S),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=ie.getText=function(e){var t,n=\"\",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if(\"string\"===typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},r=ie.selectors={cacheLength:50,createPseudo:se,match:Y,attrHandle:{},find:{},relative:{\">\":{dir:\"parentNode\",first:!0},\" \":{dir:\"parentNode\"},\"+\":{dir:\"previousSibling\",first:!0},\"~\":{dir:\"previousSibling\"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||\"\").replace(te,ne),\"~=\"===e[2]&&(e[3]=\" \"+e[3]+\" \"),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),\"nth\"===e[1].slice(0,3)?(e[3]||ie.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*(\"even\"===e[3]||\"odd\"===e[3])),e[5]=+(e[7]+e[8]||\"odd\"===e[3])):e[3]&&ie.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Y[\"CHILD\"].test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||\"\":n&&U.test(n)&&(t=s(n,!0))&&(t=n.indexOf(\")\",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return\"*\"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=k[e+\" \"];return t||(t=new RegExp(\"(^|\"+R+\")\"+e+\"(\"+R+\"|$)\"))&&k(e,(function(e){return t.test(\"string\"===typeof e.className&&e.className||\"undefined\"!==typeof e.getAttribute&&e.getAttribute(\"class\")||\"\")}))},ATTR:function(e,t,n){return function(r){var i=ie.attr(r,e);return null==i?\"!=\"===t:!t||(i+=\"\",\"=\"===t?i===n:\"!=\"===t?i!==n:\"^=\"===t?n&&0===i.indexOf(n):\"*=\"===t?n&&i.indexOf(n)>-1:\"$=\"===t?n&&i.slice(-n.length)===n:\"~=\"===t?(\" \"+i.replace($,\" \")+\" \").indexOf(n)>-1:\"|=\"===t&&(i===n||i.slice(0,n.length+1)===n+\"-\"))}},CHILD:function(e,t,n,r,i){var o=\"nth\"!==e.slice(0,3),s=\"last\"!==e.slice(-4),a=\"of-type\"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==s?\"nextSibling\":\"previousSibling\",v=t.parentNode,m=a&&t.nodeName.toLowerCase(),y=!u&&!a,x=!1;if(v){if(o){while(g){p=t;while(p=p[g])if(a?p.nodeName.toLowerCase()===m:1===p.nodeType)return!1;h=g=\"only\"===e&&!h&&\"nextSibling\"}return!0}if(h=[s?v.firstChild:v.lastChild],s&&y){p=v,f=p[b]||(p[b]={}),c=f[p.uniqueID]||(f[p.uniqueID]={}),l=c[e]||[],d=l[0]===T&&l[1],x=d&&l[2],p=d&&v.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(y&&(p=t,f=p[b]||(p[b]={}),c=f[p.uniqueID]||(f[p.uniqueID]={}),l=c[e]||[],d=l[0]===T&&l[1],x=d),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((a?p.nodeName.toLowerCase()===m:1===p.nodeType)&&++x&&(y&&(f=p[b]||(p[b]={}),c=f[p.uniqueID]||(f[p.uniqueID]={}),c[e]=[T,x]),p===t))break;return x-=i,x===r||x%r===0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||ie.error(\"unsupported pseudo: \"+e);return i[b]?i(t):i.length>1?(n=[e,e,\"\",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se((function(e,n){var r,o=i(e,t),s=o.length;while(s--)r=F(e,o[s]),e[r]=!(n[r]=o[s])})):function(e){return i(e,0,n)}):i}},pseudos:{not:se((function(e){var t=[],n=[],r=a(e.replace(B,\"$1\"));return r[b]?se((function(e,t,n,i){var o,s=r(e,null,i,[]),a=e.length;while(a--)(o=s[a])&&(e[a]=!(t[a]=o))})):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}})),has:se((function(e){return function(t){return ie(e,t).length>0}})),contains:se((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}})),lang:se((function(e){return V.test(e||\"\")||ie.error(\"unsupported lang: \"+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute(\"xml:lang\")||t.getAttribute(\"lang\"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+\"-\")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return!1===e.disabled},disabled:function(e){return!0===e.disabled},checked:function(e){var t=e.nodeName.toLowerCase();return\"input\"===t&&!!e.checked||\"option\"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos[\"empty\"](e)},header:function(e){return J.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return\"input\"===t&&\"button\"===e.type||\"button\"===t},text:function(e){var t;return\"input\"===e.nodeName.toLowerCase()&&\"text\"===e.type&&(null==(t=e.getAttribute(\"type\"))||\"text\"===t.toLowerCase())},first:pe((function(){return[0]})),last:pe((function(e,t){return[t-1]})),eq:pe((function(e,t,n){return[n<0?n+t:n]})),even:pe((function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e})),odd:pe((function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e})),lt:pe((function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e})),gt:pe((function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e}))}},r.pseudos[\"nth\"]=r.pseudos[\"eq\"],{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})r.pseudos[t]=ce(t);for(t in{submit:!0,reset:!0})r.pseudos[t]=fe(t);function he(){}function ge(e){for(var t=0,n=e.length,r=\"\";t<n;t++)r+=e[t].value;return r}function ve(e,t,n){var r=t.dir,i=n&&\"parentNode\"===r,o=C++;return t.first?function(t,n,o){while(t=t[r])if(1===t.nodeType||i)return e(t,n,o)}:function(t,n,s){var a,u,l,c=[T,o];if(s){while(t=t[r])if((1===t.nodeType||i)&&e(t,n,s))return!0}else while(t=t[r])if(1===t.nodeType||i){if(l=t[b]||(t[b]={}),u=l[t.uniqueID]||(l[t.uniqueID]={}),(a=u[r])&&a[0]===T&&a[1]===o)return c[2]=a[2];if(u[r]=c,c[2]=e(t,n,s))return!0}}}function me(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function ye(e,t,n){for(var r=0,i=t.length;r<i;r++)ie(e,t[r],n);return n}function xe(e,t,n,r,i){for(var o,s=[],a=0,u=e.length,l=null!=t;a<u;a++)(o=e[a])&&(n&&!n(o,r,i)||(s.push(o),l&&t.push(a)));return s}function be(e,t,n,r,i,o){return r&&!r[b]&&(r=be(r)),i&&!i[b]&&(i=be(i,o)),se((function(o,s,a,u){var l,c,f,p=[],d=[],h=s.length,g=o||ye(t||\"*\",a.nodeType?[a]:a,[]),v=!e||!o&&t?g:xe(g,p,e,a,u),m=n?i||(o?e:h||r)?[]:s:v;if(n&&n(v,m,a,u),r){l=xe(m,d),r(l,[],a,u),c=l.length;while(c--)(f=l[c])&&(m[d[c]]=!(v[d[c]]=f))}if(o){if(i||e){if(i){l=[],c=m.length;while(c--)(f=m[c])&&l.push(v[c]=f);i(null,m=[],l,u)}c=m.length;while(c--)(f=m[c])&&(l=i?F(o,f):p[c])>-1&&(o[l]=!(s[l]=f))}}else m=xe(m===s?m.splice(h,m.length):m),i?i(null,s,m,u):H.apply(s,m)}))}function we(e){for(var t,n,i,o=e.length,s=r.relative[e[0].type],a=s||r.relative[\" \"],u=s?1:0,c=ve((function(e){return e===t}),a,!0),f=ve((function(e){return F(t,e)>-1}),a,!0),p=[function(e,n,r){var i=!s&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u<o;u++)if(n=r.relative[e[u].type])p=[ve(me(p),n)];else{if(n=r.filter[e[u].type].apply(null,e[u].matches),n[b]){for(i=++u;i<o;i++)if(r.relative[e[i].type])break;return be(u>1&&me(p),u>1&&ge(e.slice(0,u-1).concat({value:\" \"===e[u-2].type?\"*\":\"\"})).replace(B,\"$1\"),n,u<i&&we(e.slice(u,i)),i<o&&we(e=e.slice(i)),i<o&&ge(e))}p.push(n)}return me(p)}function Te(e,t){var n=t.length>0,i=e.length>0,o=function(o,s,a,u,c){var f,h,v,m=0,y=\"0\",x=o&&[],b=[],w=l,C=o||i&&r.find[\"TAG\"](\"*\",c),k=T+=null==w?1:Math.random()||.1,E=C.length;for(c&&(l=s===d||s||c);y!==E&&null!=(f=C[y]);y++){if(i&&f){h=0,s||f.ownerDocument===d||(p(f),a=!g);while(v=e[h++])if(v(f,s||d,a)){u.push(f);break}c&&(T=k)}n&&((f=!v&&f)&&m--,o&&x.push(f))}if(m+=y,n&&y!==m){h=0;while(v=t[h++])v(x,b,s,a);if(o){if(m>0)while(y--)x[y]||b[y]||(b[y]=q.call(u));b=xe(b)}H.apply(u,b),c&&!o&&b.length>0&&m+t.length>1&&ie.uniqueSort(u)}return c&&(T=k,l=w),x};return n?se(o):o}return he.prototype=r.filters=r.pseudos,r.setFilters=new he,s=ie.tokenize=function(e,t){var n,i,o,s,a,u,l,c=E[e+\" \"];if(c)return t?0:c.slice(0);a=e,u=[],l=r.preFilter;while(a){for(s in n&&!(i=_.exec(a))||(i&&(a=a.slice(i[0].length)||a),u.push(o=[])),n=!1,(i=X.exec(a))&&(n=i.shift(),o.push({value:n,type:i[0].replace(B,\" \")}),a=a.slice(n.length)),r.filter)!(i=Y[s].exec(a))||l[s]&&!(i=l[s](i))||(n=i.shift(),o.push({value:n,type:s,matches:i}),a=a.slice(n.length));if(!n)break}return t?a.length:a?ie.error(e):E(e,u).slice(0)},a=ie.compile=function(e,t){var n,r=[],i=[],o=N[e+\" \"];if(!o){t||(t=s(e)),n=t.length;while(n--)o=we(t[n]),o[b]?r.push(o):i.push(o);o=N(e,Te(i,r)),o.selector=e}return o},u=ie.select=function(e,t,i,o){var u,l,c,f,p,d=\"function\"===typeof e&&e,h=!o&&s(e=d.selector||e);if(i=i||[],1===h.length){if(l=h[0]=h[0].slice(0),l.length>2&&\"ID\"===(c=l[0]).type&&n.getById&&9===t.nodeType&&g&&r.relative[l[1].type]){if(t=(r.find[\"ID\"](c.matches[0].replace(te,ne),t)||[])[0],!t)return i;d&&(t=t.parentNode),e=e.slice(l.shift().value.length)}u=Y[\"needsContext\"].test(e)?0:l.length;while(u--){if(c=l[u],r.relative[f=c.type])break;if((p=r.find[f])&&(o=p(c.matches[0].replace(te,ne),Z.test(l[0].type)&&de(t.parentNode)||t))){if(l.splice(u,1),e=o.length&&ge(l),!e)return H.apply(i,o),i;break}}}return(d||a(e,h))(o,t,!g,i,!t||Z.test(e)&&de(t.parentNode)||t),i},n.sortStable=b.split(\"\").sort(S).join(\"\")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ae((function(e){return 1&e.compareDocumentPosition(d.createElement(\"div\"))})),ae((function(e){return e.innerHTML=\"<a href='#'></a>\",\"#\"===e.firstChild.getAttribute(\"href\")}))||ue(\"type|href|height|width\",(function(e,t,n){if(!n)return e.getAttribute(t,\"type\"===t.toLowerCase()?1:2)})),n.attributes&&ae((function(e){return e.innerHTML=\"<input/>\",e.firstChild.setAttribute(\"value\",\"\"),\"\"===e.firstChild.getAttribute(\"value\")}))||ue(\"value\",(function(e,t,n){if(!n&&\"input\"===e.nodeName.toLowerCase())return e.defaultValue})),ae((function(e){return null==e.getAttribute(\"disabled\")}))||ue(P,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),ie}(n);m.find=C,m.expr=C.selectors,m.expr[\":\"]=m.expr.pseudos,m.uniqueSort=m.unique=C.uniqueSort,m.text=C.getText,m.isXMLDoc=C.isXML,m.contains=C.contains;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&m(e).is(n))break;r.push(e)}return r},E=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},N=m.expr.match.needsContext,S=/^<([\\w-]+)\\s*\\/?>(?:<\\/\\1>|)$/,D=/^.[^:#\\[\\.,]*$/;function j(e,t,n){if(m.isFunction(t))return m.grep(e,(function(e,r){return!!t.call(e,r,e)!==n}));if(t.nodeType)return m.grep(e,(function(e){return e===t!==n}));if(\"string\"===typeof t){if(D.test(t))return m.filter(t,e,n);t=m.filter(t,e)}return m.grep(e,(function(e){return f.call(t,e)>-1!==n}))}m.filter=function(e,t,n){var r=t[0];return n&&(e=\":not(\"+e+\")\"),1===t.length&&1===r.nodeType?m.find.matchesSelector(r,e)?[r]:[]:m.find.matches(e,m.grep(t,(function(e){return 1===e.nodeType})))},m.fn.extend({find:function(e){var t,n=this.length,r=[],i=this;if(\"string\"!==typeof e)return this.pushStack(m(e).filter((function(){for(t=0;t<n;t++)if(m.contains(i[t],this))return!0})));for(t=0;t<n;t++)m.find(e,i[t],r);return r=this.pushStack(n>1?m.unique(r):r),r.selector=this.selector?this.selector+\" \"+e:e,r},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,\"string\"===typeof e&&N.test(e)?m(e):e||[],!1).length}});var A,q=/^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/,L=m.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||A,\"string\"===typeof e){if(r=\"<\"===e[0]&&\">\"===e[e.length-1]&&e.length>=3?[null,e,null]:q.exec(e),!r||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof m?t[0]:t,m.merge(this,m.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:a,!0)),S.test(r[1])&&m.isPlainObject(t))for(r in t)m.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return i=a.getElementById(r[2]),i&&i.parentNode&&(this.length=1,this[0]=i),this.context=a,this.selector=e,this}return e.nodeType?(this.context=this[0]=e,this.length=1,this):m.isFunction(e)?void 0!==n.ready?n.ready(e):e(m):(void 0!==e.selector&&(this.selector=e.selector,this.context=e.context),m.makeArray(e,this))};L.prototype=m.fn,A=m(a);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function F(e,t){while((e=e[t])&&1!==e.nodeType);return e}m.fn.extend({has:function(e){var t=m(e,this),n=t.length;return this.filter((function(){for(var e=0;e<n;e++)if(m.contains(this,t[e]))return!0}))},closest:function(e,t){for(var n,r=0,i=this.length,o=[],s=N.test(e)||\"string\"!==typeof e?m(e,t||this.context):0;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(s?s.index(n)>-1:1===n.nodeType&&m.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?m.uniqueSort(o):o)},index:function(e){return e?\"string\"===typeof e?f.call(m(e),this[0]):f.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(m.uniqueSort(m.merge(this.get(),m(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),m.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,\"parentNode\")},parentsUntil:function(e,t,n){return k(e,\"parentNode\",n)},next:function(e){return F(e,\"nextSibling\")},prev:function(e){return F(e,\"previousSibling\")},nextAll:function(e){return k(e,\"nextSibling\")},prevAll:function(e){return k(e,\"previousSibling\")},nextUntil:function(e,t,n){return k(e,\"nextSibling\",n)},prevUntil:function(e,t,n){return k(e,\"previousSibling\",n)},siblings:function(e){return E((e.parentNode||{}).firstChild,e)},children:function(e){return E(e.firstChild)},contents:function(e){return e.contentDocument||m.merge([],e.childNodes)}},(function(e,t){m.fn[e]=function(n,r){var i=m.map(this,t,n);return\"Until\"!==e.slice(-5)&&(r=n),r&&\"string\"===typeof r&&(i=m.filter(r,i)),this.length>1&&(O[e]||m.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}}));var P,R=/\\S+/g;function M(e){var t={};return m.each(e.match(R)||[],(function(e,n){t[n]=!0})),t}function I(){a.removeEventListener(\"DOMContentLoaded\",I),n.removeEventListener(\"load\",I),m.ready()}m.Callbacks=function(e){e=\"string\"===typeof e?M(e):m.extend({},e);var t,n,r,i,o=[],s=[],a=-1,u=function(){for(i=e.once,r=t=!0;s.length;a=-1){n=s.shift();while(++a<o.length)!1===o[a].apply(n[0],n[1])&&e.stopOnFalse&&(a=o.length,n=!1)}e.memory||(n=!1),t=!1,i&&(o=n?[]:\"\")},l={add:function(){return o&&(n&&!t&&(a=o.length-1,s.push(n)),function t(n){m.each(n,(function(n,r){m.isFunction(r)?e.unique&&l.has(r)||o.push(r):r&&r.length&&\"string\"!==m.type(r)&&t(r)}))}(arguments),n&&!t&&u()),this},remove:function(){return m.each(arguments,(function(e,t){var n;while((n=m.inArray(t,o,n))>-1)o.splice(n,1),n<=a&&a--})),this},has:function(e){return e?m.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=s=[],o=n=\"\",this},disabled:function(){return!o},lock:function(){return i=s=[],n||(o=n=\"\"),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=n||[],n=[e,n.slice?n.slice():n],s.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},m.extend({Deferred:function(e){var t=[[\"resolve\",\"done\",m.Callbacks(\"once memory\"),\"resolved\"],[\"reject\",\"fail\",m.Callbacks(\"once memory\"),\"rejected\"],[\"notify\",\"progress\",m.Callbacks(\"memory\")]],n=\"pending\",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return m.Deferred((function(n){m.each(t,(function(t,o){var s=m.isFunction(e[t])&&e[t];i[o[1]]((function(){var e=s&&s.apply(this,arguments);e&&m.isFunction(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[o[0]+\"With\"](this===r?n.promise():this,s?[e]:arguments)}))})),e=null})).promise()},promise:function(e){return null!=e?m.extend(e,r):r}},i={};return r.pipe=r.then,m.each(t,(function(e,o){var s=o[2],a=o[3];r[o[1]]=s.add,a&&s.add((function(){n=a}),t[1^e][2].disable,t[2][2].lock),i[o[0]]=function(){return i[o[0]+\"With\"](this===i?r:this,arguments),this},i[o[0]+\"With\"]=s.fireWith})),r.promise(i),e&&e.call(i,i),i},when:function(e){var t,n,r,i=0,o=u.call(arguments),s=o.length,a=1!==s||e&&m.isFunction(e.promise)?s:0,l=1===a?e:m.Deferred(),c=function(e,n,r){return function(i){n[e]=this,r[e]=arguments.length>1?u.call(arguments):i,r===t?l.notifyWith(n,r):--a||l.resolveWith(n,r)}};if(s>1)for(t=new Array(s),n=new Array(s),r=new Array(s);i<s;i++)o[i]&&m.isFunction(o[i].promise)?o[i].promise().progress(c(i,n,t)).done(c(i,r,o)).fail(l.reject):--a;return a||l.resolveWith(r,o),l.promise()}}),m.fn.ready=function(e){return m.ready.promise().done(e),this},m.extend({isReady:!1,readyWait:1,holdReady:function(e){e?m.readyWait++:m.ready(!0)},ready:function(e){(!0===e?--m.readyWait:m.isReady)||(m.isReady=!0,!0!==e&&--m.readyWait>0||(P.resolveWith(a,[m]),m.fn.triggerHandler&&(m(a).triggerHandler(\"ready\"),m(a).off(\"ready\"))))}}),m.ready.promise=function(e){return P||(P=m.Deferred(),\"complete\"===a.readyState||\"loading\"!==a.readyState&&!a.documentElement.doScroll?n.setTimeout(m.ready):(a.addEventListener(\"DOMContentLoaded\",I),n.addEventListener(\"load\",I))),P.promise(e)},m.ready.promise();var W=function(e,t,n,r,i,o,s){var a=0,u=e.length,l=null==n;if(\"object\"===m.type(n))for(a in i=!0,n)W(e,t,a,n[a],!0,o,s);else if(void 0!==r&&(i=!0,m.isFunction(r)||(s=!0),l&&(s?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(m(e),n)})),t))for(;a<u;a++)t(e[a],n,s?r:r.call(e[a],a,t(e[a],n)));return i?e:l?t.call(e):u?t(e[0],n):o},$=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function B(){this.expando=m.expando+B.uid++}B.uid=1,B.prototype={register:function(e,t){var n=t||{};return e.nodeType?e[this.expando]=n:Object.defineProperty(e,this.expando,{value:n,writable:!0,configurable:!0}),e[this.expando]},cache:function(e){if(!$(e))return{};var t=e[this.expando];return t||(t={},$(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if(\"string\"===typeof t)i[t]=n;else for(r in t)i[r]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][t]},access:function(e,t,n){var r;return void 0===t||t&&\"string\"===typeof t&&void 0===n?(r=this.get(e,t),void 0!==r?r:this.get(e,m.camelCase(t))):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r,i,o=e[this.expando];if(void 0!==o){if(void 0===t)this.register(e);else{m.isArray(t)?r=t.concat(t.map(m.camelCase)):(i=m.camelCase(t),t in o?r=[t,i]:(r=i,r=r in o?[r]:r.match(R)||[])),n=r.length;while(n--)delete o[r[n]]}(void 0===t||m.isEmptyObject(o))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!m.isEmptyObject(t)}};var _=new B,X=new B,z=/^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,U=/[A-Z]/g;function V(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r=\"data-\"+t.replace(U,\"-$&\").toLowerCase(),n=e.getAttribute(r),\"string\"===typeof n){try{n=\"true\"===n||\"false\"!==n&&(\"null\"===n?null:+n+\"\"===n?+n:z.test(n)?m.parseJSON(n):n)}catch(i){}X.set(e,t,n)}else n=void 0;return n}m.extend({hasData:function(e){return X.hasData(e)||_.hasData(e)},data:function(e,t,n){return X.access(e,t,n)},removeData:function(e,t){X.remove(e,t)},_data:function(e,t,n){return _.access(e,t,n)},_removeData:function(e,t){_.remove(e,t)}}),m.fn.extend({data:function(e,t){var n,r,i,o=this[0],s=o&&o.attributes;if(void 0===e){if(this.length&&(i=X.get(o),1===o.nodeType&&!_.get(o,\"hasDataAttrs\"))){n=s.length;while(n--)s[n]&&(r=s[n].name,0===r.indexOf(\"data-\")&&(r=m.camelCase(r.slice(5)),V(o,r,i[r])));_.set(o,\"hasDataAttrs\",!0)}return i}return\"object\"===typeof e?this.each((function(){X.set(this,e)})):W(this,(function(t){var n,r;if(o&&void 0===t)return n=X.get(o,e)||X.get(o,e.replace(U,\"-$&\").toLowerCase()),void 0!==n?n:(r=m.camelCase(e),n=X.get(o,r),void 0!==n?n:(n=V(o,r,void 0),void 0!==n?n:void 0));r=m.camelCase(e),this.each((function(){var n=X.get(this,r);X.set(this,r,t),e.indexOf(\"-\")>-1&&void 0!==n&&X.set(this,e,t)}))}),null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each((function(){X.remove(this,e)}))}}),m.extend({queue:function(e,t,n){var r;if(e)return t=(t||\"fx\")+\"queue\",r=_.get(e,t),n&&(!r||m.isArray(n)?r=_.access(e,t,m.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||\"fx\";var n=m.queue(e,t),r=n.length,i=n.shift(),o=m._queueHooks(e,t),s=function(){m.dequeue(e,t)};\"inprogress\"===i&&(i=n.shift(),r--),i&&(\"fx\"===t&&n.unshift(\"inprogress\"),delete o.stop,i.call(e,s,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+\"queueHooks\";return _.get(e,n)||_.access(e,n,{empty:m.Callbacks(\"once memory\").add((function(){_.remove(e,[t+\"queue\",n])}))})}}),m.fn.extend({queue:function(e,t){var n=2;return\"string\"!==typeof e&&(t=e,e=\"fx\",n--),arguments.length<n?m.queue(this[0],e):void 0===t?this:this.each((function(){var n=m.queue(this,e,t);m._queueHooks(this,e),\"fx\"===e&&\"inprogress\"!==n[0]&&m.dequeue(this,e)}))},dequeue:function(e){return this.each((function(){m.dequeue(this,e)}))},clearQueue:function(e){return this.queue(e||\"fx\",[])},promise:function(e,t){var n,r=1,i=m.Deferred(),o=this,s=this.length,a=function(){--r||i.resolveWith(o,[o])};\"string\"!==typeof e&&(t=e,e=void 0),e=e||\"fx\";while(s--)n=_.get(o[s],e+\"queueHooks\"),n&&n.empty&&(r++,n.empty.add(a));return a(),i.promise(t)}});var Y=/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/.source,G=new RegExp(\"^(?:([+-])=|)(\"+Y+\")([a-z%]*)$\",\"i\"),J=[\"Top\",\"Right\",\"Bottom\",\"Left\"],Q=function(e,t){return e=t||e,\"none\"===m.css(e,\"display\")||!m.contains(e.ownerDocument,e)};function K(e,t,n,r){var i,o=1,s=20,a=r?function(){return r.cur()}:function(){return m.css(e,t,\"\")},u=a(),l=n&&n[3]||(m.cssNumber[t]?\"\":\"px\"),c=(m.cssNumber[t]||\"px\"!==l&&+u)&&G.exec(m.css(e,t));if(c&&c[3]!==l){l=l||c[3],n=n||[],c=+u||1;do{o=o||\".5\",c/=o,m.style(e,t,c+l)}while(o!==(o=a()/u)&&1!==o&&--s)}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var Z=/^(?:checkbox|radio)$/i,ee=/<([\\w:-]+)/,te=/^$|\\/(?:java|ecma)script/i,ne={option:[1,\"<select multiple='multiple'>\",\"</select>\"],thead:[1,\"<table>\",\"</table>\"],col:[2,\"<table><colgroup>\",\"</colgroup></table>\"],tr:[2,\"<table><tbody>\",\"</tbody></table>\"],td:[3,\"<table><tbody><tr>\",\"</tr></tbody></table>\"],_default:[0,\"\",\"\"]};function re(e,t){var n=\"undefined\"!==typeof e.getElementsByTagName?e.getElementsByTagName(t||\"*\"):\"undefined\"!==typeof e.querySelectorAll?e.querySelectorAll(t||\"*\"):[];return void 0===t||t&&m.nodeName(e,t)?m.merge([e],n):n}function ie(e,t){for(var n=0,r=e.length;n<r;n++)_.set(e[n],\"globalEval\",!t||_.get(t[n],\"globalEval\"))}ne.optgroup=ne.option,ne.tbody=ne.tfoot=ne.colgroup=ne.caption=ne.thead,ne.th=ne.td;var oe=/<|&#?\\w+;/;function se(e,t,n,r,i){for(var o,s,a,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if(o=e[d],o||0===o)if(\"object\"===m.type(o))m.merge(p,o.nodeType?[o]:o);else if(oe.test(o)){s=s||f.appendChild(t.createElement(\"div\")),a=(ee.exec(o)||[\"\",\"\"])[1].toLowerCase(),u=ne[a]||ne._default,s.innerHTML=u[1]+m.htmlPrefilter(o)+u[2],c=u[0];while(c--)s=s.lastChild;m.merge(p,s.childNodes),s=f.firstChild,s.textContent=\"\"}else p.push(t.createTextNode(o));f.textContent=\"\",d=0;while(o=p[d++])if(r&&m.inArray(o,r)>-1)i&&i.push(o);else if(l=m.contains(o.ownerDocument,o),s=re(f.appendChild(o),\"script\"),l&&ie(s),n){c=0;while(o=s[c++])te.test(o.type||\"\")&&n.push(o)}return f}(function(){var e=a.createDocumentFragment(),t=e.appendChild(a.createElement(\"div\")),n=a.createElement(\"input\");n.setAttribute(\"type\",\"radio\"),n.setAttribute(\"checked\",\"checked\"),n.setAttribute(\"name\",\"t\"),t.appendChild(n),g.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML=\"<textarea>x</textarea>\",g.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue})();var ae=/^key/,ue=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,le=/^([^.]*)(?:\\.(.+)|)/;function ce(){return!0}function fe(){return!1}function pe(){try{return a.activeElement}catch(e){}}function de(e,t,n,r,i,o){var s,a;if(\"object\"===typeof t){for(a in\"string\"!==typeof n&&(r=r||n,n=void 0),t)de(e,a,n,r,t[a],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&(\"string\"===typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=fe;else if(!i)return e;return 1===o&&(s=i,i=function(e){return m().off(e),s.apply(this,arguments)},i.guid=s.guid||(s.guid=m.guid++)),e.each((function(){m.event.add(this,t,i,r,n)}))}m.event={global:{},add:function(e,t,n,r,i){var o,s,a,u,l,c,f,p,d,h,g,v=_.get(e);if(v){n.handler&&(o=n,n=o.handler,i=o.selector),n.guid||(n.guid=m.guid++),(u=v.events)||(u=v.events={}),(s=v.handle)||(s=v.handle=function(t){return\"undefined\"!==typeof m&&m.event.triggered!==t.type?m.event.dispatch.apply(e,arguments):void 0}),t=(t||\"\").match(R)||[\"\"],l=t.length;while(l--)a=le.exec(t[l])||[],d=g=a[1],h=(a[2]||\"\").split(\".\").sort(),d&&(f=m.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=m.event.special[d]||{},c=m.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&m.expr.match.needsContext.test(i),namespace:h.join(\".\")},o),(p=u[d])||(p=u[d]=[],p.delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,s)||e.addEventListener&&e.addEventListener(d,s)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),m.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,s,a,u,l,c,f,p,d,h,g,v=_.hasData(e)&&_.get(e);if(v&&(u=v.events)){t=(t||\"\").match(R)||[\"\"],l=t.length;while(l--)if(a=le.exec(t[l])||[],d=g=a[1],h=(a[2]||\"\").split(\".\").sort(),d){f=m.event.special[d]||{},d=(r?f.delegateType:f.bindType)||d,p=u[d]||[],a=a[2]&&new RegExp(\"(^|\\\\.)\"+h.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"),s=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||a&&!a.test(c.namespace)||r&&r!==c.selector&&(\"**\"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));s&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||m.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)m.event.remove(e,d+t[l],n,r,!0);m.isEmptyObject(u)&&_.remove(e,\"handle events\")}},dispatch:function(e){e=m.event.fix(e);var t,n,r,i,o,s=[],a=u.call(arguments),l=(_.get(this,\"events\")||{})[e.type]||[],c=m.event.special[e.type]||{};if(a[0]=e,e.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,e)){s=m.event.handlers.call(this,e,l),t=0;while((i=s[t++])&&!e.isPropagationStopped()){e.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!e.isImmediatePropagationStopped())e.rnamespace&&!e.rnamespace.test(o.namespace)||(e.handleObj=o,e.data=o.data,r=((m.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,a),void 0!==r&&!1===(e.result=r)&&(e.preventDefault(),e.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,e),e.result}},handlers:function(e,t){var n,r,i,o,s=[],a=t.delegateCount,u=e.target;if(a&&u.nodeType&&(\"click\"!==e.type||isNaN(e.button)||e.button<1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&(!0!==u.disabled||\"click\"!==e.type)){for(r=[],n=0;n<a;n++)o=t[n],i=o.selector+\" \",void 0===r[i]&&(r[i]=o.needsContext?m(i,this).index(u)>-1:m.find(i,this,null,[u]).length),r[i]&&r.push(o);r.length&&s.push({elem:u,handlers:r})}return a<t.length&&s.push({elem:this,handlers:t.slice(a)}),s},props:\"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which\".split(\" \"),fixHooks:{},keyHooks:{props:\"char charCode key keyCode\".split(\" \"),filter:function(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{props:\"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement\".split(\" \"),filter:function(e,t){var n,r,i,o=t.button;return null==e.pageX&&null!=t.clientX&&(n=e.target.ownerDocument||a,r=n.documentElement,i=n.body,e.pageX=t.clientX+(r&&r.scrollLeft||i&&i.scrollLeft||0)-(r&&r.clientLeft||i&&i.clientLeft||0),e.pageY=t.clientY+(r&&r.scrollTop||i&&i.scrollTop||0)-(r&&r.clientTop||i&&i.clientTop||0)),e.which||void 0===o||(e.which=1&o?1:2&o?3:4&o?2:0),e}},fix:function(e){if(e[m.expando])return e;var t,n,r,i=e.type,o=e,s=this.fixHooks[i];s||(this.fixHooks[i]=s=ue.test(i)?this.mouseHooks:ae.test(i)?this.keyHooks:{}),r=s.props?this.props.concat(s.props):this.props,e=new m.Event(o),t=r.length;while(t--)n=r[t],e[n]=o[n];return e.target||(e.target=a),3===e.target.nodeType&&(e.target=e.target.parentNode),s.filter?s.filter(e,o):e},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==pe()&&this.focus)return this.focus(),!1},delegateType:\"focusin\"},blur:{trigger:function(){if(this===pe()&&this.blur)return this.blur(),!1},delegateType:\"focusout\"},click:{trigger:function(){if(\"checkbox\"===this.type&&this.click&&m.nodeName(this,\"input\"))return this.click(),!1},_default:function(e){return m.nodeName(e.target,\"a\")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},m.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},m.Event=function(e,t){if(!(this instanceof m.Event))return new m.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?ce:fe):this.type=e,t&&m.extend(this,t),this.timeStamp=e&&e.timeStamp||m.now(),this[m.expando]=!0},m.Event.prototype={constructor:m.Event,isDefaultPrevented:fe,isPropagationStopped:fe,isImmediatePropagationStopped:fe,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=ce,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=ce,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=ce,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:\"mouseover\",mouseleave:\"mouseout\",pointerenter:\"pointerover\",pointerleave:\"pointerout\"},(function(e,t){m.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,o=e.handleObj;return i&&(i===r||m.contains(r,i))||(e.type=o.origType,n=o.handler.apply(this,arguments),e.type=t),n}}})),m.fn.extend({on:function(e,t,n,r){return de(this,e,t,n,r)},one:function(e,t,n,r){return de(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,m(e.delegateTarget).off(r.namespace?r.origType+\".\"+r.namespace:r.origType,r.selector,r.handler),this;if(\"object\"===typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&\"function\"!==typeof t||(n=t,t=void 0),!1===n&&(n=fe),this.each((function(){m.event.remove(this,e,n,t)}))}});var he=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:-]+)[^>]*)\\/>/gi,ge=/<script|<style|<link/i,ve=/checked\\s*(?:[^=]|=\\s*.checked.)/i,me=/^true\\/(.*)/,ye=/^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g;function xe(e,t){return m.nodeName(e,\"table\")&&m.nodeName(11!==t.nodeType?t:t.firstChild,\"tr\")?e.getElementsByTagName(\"tbody\")[0]||e.appendChild(e.ownerDocument.createElement(\"tbody\")):e}function be(e){return e.type=(null!==e.getAttribute(\"type\"))+\"/\"+e.type,e}function we(e){var t=me.exec(e.type);return t?e.type=t[1]:e.removeAttribute(\"type\"),e}function Te(e,t){var n,r,i,o,s,a,u,l;if(1===t.nodeType){if(_.hasData(e)&&(o=_.access(e),s=_.set(t,o),l=o.events,l))for(i in delete s.handle,s.events={},l)for(n=0,r=l[i].length;n<r;n++)m.event.add(t,i,l[i][n]);X.hasData(e)&&(a=X.access(e),u=m.extend({},a),X.set(t,u))}}function Ce(e,t){var n=t.nodeName.toLowerCase();\"input\"===n&&Z.test(e.type)?t.checked=e.checked:\"input\"!==n&&\"textarea\"!==n||(t.defaultValue=e.defaultValue)}function ke(e,t,n,r){t=l.apply([],t);var i,o,s,a,u,c,f=0,p=e.length,d=p-1,h=t[0],v=m.isFunction(h);if(v||p>1&&\"string\"===typeof h&&!g.checkClone&&ve.test(h))return e.each((function(i){var o=e.eq(i);v&&(t[0]=h.call(this,i,o.html())),ke(o,t,n,r)}));if(p&&(i=se(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(s=m.map(re(i,\"script\"),be),a=s.length;f<p;f++)u=i,f!==d&&(u=m.clone(u,!0,!0),a&&m.merge(s,re(u,\"script\"))),n.call(e[f],u,f);if(a)for(c=s[s.length-1].ownerDocument,m.map(s,we),f=0;f<a;f++)u=s[f],te.test(u.type||\"\")&&!_.access(u,\"globalEval\")&&m.contains(c,u)&&(u.src?m._evalUrl&&m._evalUrl(u.src):m.globalEval(u.textContent.replace(ye,\"\")))}return e}function Ee(e,t,n){for(var r,i=t?m.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||m.cleanData(re(r)),r.parentNode&&(n&&m.contains(r.ownerDocument,r)&&ie(re(r,\"script\")),r.parentNode.removeChild(r));return e}m.extend({htmlPrefilter:function(e){return e.replace(he,\"<$1></$2>\")},clone:function(e,t,n){var r,i,o,s,a=e.cloneNode(!0),u=m.contains(e.ownerDocument,e);if(!g.noCloneChecked&&(1===e.nodeType||11===e.nodeType)&&!m.isXMLDoc(e))for(s=re(a),o=re(e),r=0,i=o.length;r<i;r++)Ce(o[r],s[r]);if(t)if(n)for(o=o||re(e),s=s||re(a),r=0,i=o.length;r<i;r++)Te(o[r],s[r]);else Te(e,a);return s=re(a,\"script\"),s.length>0&&ie(s,!u&&re(e,\"script\")),a},cleanData:function(e){for(var t,n,r,i=m.event.special,o=0;void 0!==(n=e[o]);o++)if($(n)){if(t=n[_.expando]){if(t.events)for(r in t.events)i[r]?m.event.remove(n,r):m.removeEvent(n,r,t.handle);n[_.expando]=void 0}n[X.expando]&&(n[X.expando]=void 0)}}}),m.fn.extend({domManip:ke,detach:function(e){return Ee(this,e,!0)},remove:function(e){return Ee(this,e)},text:function(e){return W(this,(function(e){return void 0===e?m.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return ke(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=xe(this,e);t.appendChild(e)}}))},prepend:function(){return ke(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=xe(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return ke(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return ke(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(m.cleanData(re(e,!1)),e.textContent=\"\");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return m.clone(this,e,t)}))},html:function(e){return W(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if(\"string\"===typeof e&&!ge.test(e)&&!ne[(ee.exec(e)||[\"\",\"\"])[1].toLowerCase()]){e=m.htmlPrefilter(e);try{for(;n<r;n++)t=this[n]||{},1===t.nodeType&&(m.cleanData(re(t,!1)),t.innerHTML=e);t=0}catch(i){}}t&&this.empty().append(e)}),null,e,arguments.length)},replaceWith:function(){var e=[];return ke(this,arguments,(function(t){var n=this.parentNode;m.inArray(this,e)<0&&(m.cleanData(re(this)),n&&n.replaceChild(t,this))}),e)}}),m.each({appendTo:\"append\",prependTo:\"prepend\",insertBefore:\"before\",insertAfter:\"after\",replaceAll:\"replaceWith\"},(function(e,t){m.fn[e]=function(e){for(var n,r=[],i=m(e),o=i.length-1,s=0;s<=o;s++)n=s===o?this:this.clone(!0),m(i[s])[t](n),c.apply(r,n.get());return this.pushStack(r)}}));var Ne,Se={HTML:\"block\",BODY:\"block\"};function De(e,t){var n=m(t.createElement(e)).appendTo(t.body),r=m.css(n[0],\"display\");return n.detach(),r}function je(e){var t=a,n=Se[e];return n||(n=De(e,t),\"none\"!==n&&n||(Ne=(Ne||m(\"<iframe frameborder='0' width='0' height='0'/>\")).appendTo(t.documentElement),t=Ne[0].contentDocument,t.write(),t.close(),n=De(e,t),Ne.detach()),Se[e]=n),n}var Ae=/^margin/,qe=new RegExp(\"^(\"+Y+\")(?!px)[a-z%]+$\",\"i\"),Le=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=n),t.getComputedStyle(e)},He=function(e,t,n,r){var i,o,s={};for(o in t)s[o]=e.style[o],e.style[o]=t[o];for(o in i=n.apply(e,r||[]),t)e.style[o]=s[o];return i},Oe=a.documentElement;function Fe(e,t,n){var r,i,o,s,a=e.style;return n=n||Le(e),s=n?n.getPropertyValue(t)||n[t]:void 0,\"\"!==s&&void 0!==s||m.contains(e.ownerDocument,e)||(s=m.style(e,t)),n&&!g.pixelMarginRight()&&qe.test(s)&&Ae.test(t)&&(r=a.width,i=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=s,s=n.width,a.width=r,a.minWidth=i,a.maxWidth=o),void 0!==s?s+\"\":s}function Pe(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}(function(){var e,t,r,i,o=a.createElement(\"div\"),s=a.createElement(\"div\");function u(){s.style.cssText=\"-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%\",s.innerHTML=\"\",Oe.appendChild(o);var a=n.getComputedStyle(s);e=\"1%\"!==a.top,i=\"2px\"===a.marginLeft,t=\"4px\"===a.width,s.style.marginRight=\"50%\",r=\"4px\"===a.marginRight,Oe.removeChild(o)}s.style&&(s.style.backgroundClip=\"content-box\",s.cloneNode(!0).style.backgroundClip=\"\",g.clearCloneStyle=\"content-box\"===s.style.backgroundClip,o.style.cssText=\"border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute\",o.appendChild(s),m.extend(g,{pixelPosition:function(){return u(),e},boxSizingReliable:function(){return null==t&&u(),t},pixelMarginRight:function(){return null==t&&u(),r},reliableMarginLeft:function(){return null==t&&u(),i},reliableMarginRight:function(){var e,t=s.appendChild(a.createElement(\"div\"));return t.style.cssText=s.style.cssText=\"-webkit-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0\",t.style.marginRight=t.style.width=\"0\",s.style.width=\"1px\",Oe.appendChild(o),e=!parseFloat(n.getComputedStyle(t).marginRight),Oe.removeChild(o),s.removeChild(t),e}}))})();var Re=/^(none|table(?!-c[ea]).+)/,Me={position:\"absolute\",visibility:\"hidden\",display:\"block\"},Ie={letterSpacing:\"0\",fontWeight:\"400\"},We=[\"Webkit\",\"O\",\"Moz\",\"ms\"],$e=a.createElement(\"div\").style;function Be(e){if(e in $e)return e;var t=e[0].toUpperCase()+e.slice(1),n=We.length;while(n--)if(e=We[n]+t,e in $e)return e}function _e(e,t,n){var r=G.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||\"px\"):t}function Xe(e,t,n,r,i){for(var o=n===(r?\"border\":\"content\")?4:\"width\"===t?1:0,s=0;o<4;o+=2)\"margin\"===n&&(s+=m.css(e,n+J[o],!0,i)),r?(\"content\"===n&&(s-=m.css(e,\"padding\"+J[o],!0,i)),\"margin\"!==n&&(s-=m.css(e,\"border\"+J[o]+\"Width\",!0,i))):(s+=m.css(e,\"padding\"+J[o],!0,i),\"padding\"!==n&&(s+=m.css(e,\"border\"+J[o]+\"Width\",!0,i)));return s}function ze(e,t,n){var r=!0,i=\"width\"===t?e.offsetWidth:e.offsetHeight,o=Le(e),s=\"border-box\"===m.css(e,\"boxSizing\",!1,o);if(i<=0||null==i){if(i=Fe(e,t,o),(i<0||null==i)&&(i=e.style[t]),qe.test(i))return i;r=s&&(g.boxSizingReliable()||i===e.style[t]),i=parseFloat(i)||0}return i+Xe(e,t,n||(s?\"border\":\"content\"),r,o)+\"px\"}function Ue(e,t){for(var n,r,i,o=[],s=0,a=e.length;s<a;s++)r=e[s],r.style&&(o[s]=_.get(r,\"olddisplay\"),n=r.style.display,t?(o[s]||\"none\"!==n||(r.style.display=\"\"),\"\"===r.style.display&&Q(r)&&(o[s]=_.access(r,\"olddisplay\",je(r.nodeName)))):(i=Q(r),\"none\"===n&&i||_.set(r,\"olddisplay\",i?n:m.css(r,\"display\"))));for(s=0;s<a;s++)r=e[s],r.style&&(t&&\"none\"!==r.style.display&&\"\"!==r.style.display||(r.style.display=t?o[s]||\"\":\"none\"));return e}function Ve(e,t,n,r,i){return new Ve.prototype.init(e,t,n,r,i)}m.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,\"opacity\");return\"\"===n?\"1\":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:\"cssFloat\"},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,s,a=m.camelCase(t),u=e.style;if(t=m.cssProps[a]||(m.cssProps[a]=Be(a)||a),s=m.cssHooks[t]||m.cssHooks[a],void 0===n)return s&&\"get\"in s&&void 0!==(i=s.get(e,!1,r))?i:u[t];o=typeof n,\"string\"===o&&(i=G.exec(n))&&i[1]&&(n=K(e,t,i),o=\"number\"),null!=n&&n===n&&(\"number\"===o&&(n+=i&&i[3]||(m.cssNumber[a]?\"\":\"px\")),g.clearCloneStyle||\"\"!==n||0!==t.indexOf(\"background\")||(u[t]=\"inherit\"),s&&\"set\"in s&&void 0===(n=s.set(e,n,r))||(u[t]=n))}},css:function(e,t,n,r){var i,o,s,a=m.camelCase(t);return t=m.cssProps[a]||(m.cssProps[a]=Be(a)||a),s=m.cssHooks[t]||m.cssHooks[a],s&&\"get\"in s&&(i=s.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),\"normal\"===i&&t in Ie&&(i=Ie[t]),\"\"===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),m.each([\"height\",\"width\"],(function(e,t){m.cssHooks[t]={get:function(e,n,r){if(n)return Re.test(m.css(e,\"display\"))&&0===e.offsetWidth?He(e,Me,(function(){return ze(e,t,r)})):ze(e,t,r)},set:function(e,n,r){var i,o=r&&Le(e),s=r&&Xe(e,t,r,\"border-box\"===m.css(e,\"boxSizing\",!1,o),o);return s&&(i=G.exec(n))&&\"px\"!==(i[3]||\"px\")&&(e.style[t]=n,n=m.css(e,t)),_e(e,n,s)}}})),m.cssHooks.marginLeft=Pe(g.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Fe(e,\"marginLeft\"))||e.getBoundingClientRect().left-He(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+\"px\"})),m.cssHooks.marginRight=Pe(g.reliableMarginRight,(function(e,t){if(t)return He(e,{display:\"inline-block\"},Fe,[e,\"marginRight\"])})),m.each({margin:\"\",padding:\"\",border:\"Width\"},(function(e,t){m.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o=\"string\"===typeof n?n.split(\" \"):[n];r<4;r++)i[e+J[r]+t]=o[r]||o[r-2]||o[0];return i}},Ae.test(e)||(m.cssHooks[e+t].set=_e)})),m.fn.extend({css:function(e,t){return W(this,(function(e,t,n){var r,i,o={},s=0;if(m.isArray(t)){for(r=Le(e),i=t.length;s<i;s++)o[t[s]]=m.css(e,t[s],!1,r);return o}return void 0!==n?m.style(e,t,n):m.css(e,t)}),e,t,arguments.length>1)},show:function(){return Ue(this,!0)},hide:function(){return Ue(this)},toggle:function(e){return\"boolean\"===typeof e?e?this.show():this.hide():this.each((function(){Q(this)?m(this).show():m(this).hide()}))}}),m.Tween=Ve,Ve.prototype={constructor:Ve,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||m.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(m.cssNumber[n]?\"\":\"px\")},cur:function(){var e=Ve.propHooks[this.prop];return e&&e.get?e.get(this):Ve.propHooks._default.get(this)},run:function(e){var t,n=Ve.propHooks[this.prop];return this.options.duration?this.pos=t=m.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Ve.propHooks._default.set(this),this}},Ve.prototype.init.prototype=Ve.prototype,Ve.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=m.css(e.elem,e.prop,\"\"),t&&\"auto\"!==t?t:0)},set:function(e){m.fx.step[e.prop]?m.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[m.cssProps[e.prop]]&&!m.cssHooks[e.prop]?e.elem[e.prop]=e.now:m.style(e.elem,e.prop,e.now+e.unit)}}},Ve.propHooks.scrollTop=Ve.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},m.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:\"swing\"},m.fx=Ve.prototype.init,m.fx.step={};var Ye,Ge,Je=/^(?:toggle|show|hide)$/,Qe=/queueHooks$/;function Ke(){return n.setTimeout((function(){Ye=void 0})),Ye=m.now()}function Ze(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)n=J[r],i[\"margin\"+n]=i[\"padding\"+n]=e;return t&&(i.opacity=i.width=e),i}function et(e,t,n){for(var r,i=(rt.tweeners[t]||[]).concat(rt.tweeners[\"*\"]),o=0,s=i.length;o<s;o++)if(r=i[o].call(n,t,e))return r}function tt(e,t,n){var r,i,o,s,a,u,l,c,f=this,p={},d=e.style,h=e.nodeType&&Q(e),g=_.get(e,\"fxshow\");for(r in n.queue||(a=m._queueHooks(e,\"fx\"),null==a.unqueued&&(a.unqueued=0,u=a.empty.fire,a.empty.fire=function(){a.unqueued||u()}),a.unqueued++,f.always((function(){f.always((function(){a.unqueued--,m.queue(e,\"fx\").length||a.empty.fire()}))}))),1===e.nodeType&&(\"height\"in t||\"width\"in t)&&(n.overflow=[d.overflow,d.overflowX,d.overflowY],l=m.css(e,\"display\"),c=\"none\"===l?_.get(e,\"olddisplay\")||je(e.nodeName):l,\"inline\"===c&&\"none\"===m.css(e,\"float\")&&(d.display=\"inline-block\")),n.overflow&&(d.overflow=\"hidden\",f.always((function(){d.overflow=n.overflow[0],d.overflowX=n.overflow[1],d.overflowY=n.overflow[2]}))),t)if(i=t[r],Je.exec(i)){if(delete t[r],o=o||\"toggle\"===i,i===(h?\"hide\":\"show\")){if(\"show\"!==i||!g||void 0===g[r])continue;h=!0}p[r]=g&&g[r]||m.style(e,r)}else l=void 0;if(m.isEmptyObject(p))\"inline\"===(\"none\"===l?je(e.nodeName):l)&&(d.display=l);else for(r in g?\"hidden\"in g&&(h=g.hidden):g=_.access(e,\"fxshow\",{}),o&&(g.hidden=!h),h?m(e).show():f.done((function(){m(e).hide()})),f.done((function(){var t;for(t in _.remove(e,\"fxshow\"),p)m.style(e,t,p[t])})),p)s=et(h?g[r]:0,r,f),r in g||(g[r]=s.start,h&&(s.end=s.start,s.start=\"width\"===r||\"height\"===r?1:0))}function nt(e,t){var n,r,i,o,s;for(n in e)if(r=m.camelCase(n),i=t[r],o=e[n],m.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),s=m.cssHooks[r],s&&\"expand\"in s)for(n in o=s.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}function rt(e,t,n){var r,i,o=0,s=rt.prefilters.length,a=m.Deferred().always((function(){delete u.elem})),u=function(){if(i)return!1;for(var t=Ye||Ke(),n=Math.max(0,l.startTime+l.duration-t),r=n/l.duration||0,o=1-r,s=0,u=l.tweens.length;s<u;s++)l.tweens[s].run(o);return a.notifyWith(e,[l,o,n]),o<1&&u?n:(a.resolveWith(e,[l]),!1)},l=a.promise({elem:e,props:m.extend({},t),opts:m.extend(!0,{specialEasing:{},easing:m.easing._default},n),originalProperties:t,originalOptions:n,startTime:Ye||Ke(),duration:n.duration,tweens:[],createTween:function(t,n){var r=m.Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:function(t){var n=0,r=t?l.tweens.length:0;if(i)return this;for(i=!0;n<r;n++)l.tweens[n].run(1);return t?(a.notifyWith(e,[l,1,0]),a.resolveWith(e,[l,t])):a.rejectWith(e,[l,t]),this}}),c=l.props;for(nt(c,l.opts.specialEasing);o<s;o++)if(r=rt.prefilters[o].call(l,e,c,l.opts),r)return m.isFunction(r.stop)&&(m._queueHooks(l.elem,l.opts.queue).stop=m.proxy(r.stop,r)),r;return m.map(c,et,l),m.isFunction(l.opts.start)&&l.opts.start.call(e,l),m.fx.timer(m.extend(u,{elem:e,anim:l,queue:l.opts.queue})),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always)}m.Animation=m.extend(rt,{tweeners:{\"*\":[function(e,t){var n=this.createTween(e,t);return K(n.elem,e,G.exec(t),n),n}]},tweener:function(e,t){m.isFunction(e)?(t=e,e=[\"*\"]):e=e.match(R);for(var n,r=0,i=e.length;r<i;r++)n=e[r],rt.tweeners[n]=rt.tweeners[n]||[],rt.tweeners[n].unshift(t)},prefilters:[tt],prefilter:function(e,t){t?rt.prefilters.unshift(e):rt.prefilters.push(e)}}),m.speed=function(e,t,n){var r=e&&\"object\"===typeof e?m.extend({},e):{complete:n||!n&&t||m.isFunction(e)&&e,duration:e,easing:n&&t||t&&!m.isFunction(t)&&t};return r.duration=m.fx.off?0:\"number\"===typeof r.duration?r.duration:r.duration in m.fx.speeds?m.fx.speeds[r.duration]:m.fx.speeds._default,null!=r.queue&&!0!==r.queue||(r.queue=\"fx\"),r.old=r.complete,r.complete=function(){m.isFunction(r.old)&&r.old.call(this),r.queue&&m.dequeue(this,r.queue)},r},m.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Q).css(\"opacity\",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=m.isEmptyObject(e),o=m.speed(t,n,r),s=function(){var t=rt(this,m.extend({},e),o);(i||_.get(this,\"finish\"))&&t.stop(!0)};return s.finish=s,i||!1===o.queue?this.each(s):this.queue(o.queue,s)},stop:function(e,t,n){var r=function(e){var t=e.stop;delete e.stop,t(n)};return\"string\"!==typeof e&&(n=t,t=e,e=void 0),t&&!1!==e&&this.queue(e||\"fx\",[]),this.each((function(){var t=!0,i=null!=e&&e+\"queueHooks\",o=m.timers,s=_.get(this);if(i)s[i]&&s[i].stop&&r(s[i]);else for(i in s)s[i]&&s[i].stop&&Qe.test(i)&&r(s[i]);for(i=o.length;i--;)o[i].elem!==this||null!=e&&o[i].queue!==e||(o[i].anim.stop(n),t=!1,o.splice(i,1));!t&&n||m.dequeue(this,e)}))},finish:function(e){return!1!==e&&(e=e||\"fx\"),this.each((function(){var t,n=_.get(this),r=n[e+\"queue\"],i=n[e+\"queueHooks\"],o=m.timers,s=r?r.length:0;for(n.finish=!0,m.queue(this,e,[]),i&&i.stop&&i.stop.call(this,!0),t=o.length;t--;)o[t].elem===this&&o[t].queue===e&&(o[t].anim.stop(!0),o.splice(t,1));for(t=0;t<s;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish}))}}),m.each([\"toggle\",\"show\",\"hide\"],(function(e,t){var n=m.fn[t];m.fn[t]=function(e,r,i){return null==e||\"boolean\"===typeof e?n.apply(this,arguments):this.animate(Ze(t,!0),e,r,i)}})),m.each({slideDown:Ze(\"show\"),slideUp:Ze(\"hide\"),slideToggle:Ze(\"toggle\"),fadeIn:{opacity:\"show\"},fadeOut:{opacity:\"hide\"},fadeToggle:{opacity:\"toggle\"}},(function(e,t){m.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}})),m.timers=[],m.fx.tick=function(){var e,t=0,n=m.timers;for(Ye=m.now();t<n.length;t++)e=n[t],e()||n[t]!==e||n.splice(t--,1);n.length||m.fx.stop(),Ye=void 0},m.fx.timer=function(e){m.timers.push(e),e()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){Ge||(Ge=n.setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){n.clearInterval(Ge),Ge=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(e,t){return e=m.fx&&m.fx.speeds[e]||e,t=t||\"fx\",this.queue(t,(function(t,r){var i=n.setTimeout(t,e);r.stop=function(){n.clearTimeout(i)}}))},function(){var e=a.createElement(\"input\"),t=a.createElement(\"select\"),n=t.appendChild(a.createElement(\"option\"));e.type=\"checkbox\",g.checkOn=\"\"!==e.value,g.optSelected=n.selected,t.disabled=!0,g.optDisabled=!n.disabled,e=a.createElement(\"input\"),e.value=\"t\",e.type=\"radio\",g.radioValue=\"t\"===e.value}();var it,ot=m.expr.attrHandle;m.fn.extend({attr:function(e,t){return W(this,m.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each((function(){m.removeAttr(this,e)}))}}),m.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return\"undefined\"===typeof e.getAttribute?m.prop(e,t,n):(1===o&&m.isXMLDoc(e)||(t=t.toLowerCase(),i=m.attrHooks[t]||(m.expr.match.bool.test(t)?it:void 0)),void 0!==n?null===n?void m.removeAttr(e,t):i&&\"set\"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+\"\"),n):i&&\"get\"in i&&null!==(r=i.get(e,t))?r:(r=m.find.attr(e,t),null==r?void 0:r))},attrHooks:{type:{set:function(e,t){if(!g.radioValue&&\"radio\"===t&&m.nodeName(e,\"input\")){var n=e.value;return e.setAttribute(\"type\",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r,i=0,o=t&&t.match(R);if(o&&1===e.nodeType)while(n=o[i++])r=m.propFix[n]||n,m.expr.match.bool.test(n)&&(e[r]=!1),e.removeAttribute(n)}}),it={set:function(e,t,n){return!1===t?m.removeAttr(e,n):e.setAttribute(n,n),n}},m.each(m.expr.match.bool.source.match(/\\w+/g),(function(e,t){var n=ot[t]||m.find.attr;ot[t]=function(e,t,r){var i,o;return r||(o=ot[t],ot[t]=i,i=null!=n(e,t,r)?t.toLowerCase():null,ot[t]=o),i}}));var st=/^(?:input|select|textarea|button)$/i,at=/^(?:a|area)$/i;m.fn.extend({prop:function(e,t){return W(this,m.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[m.propFix[e]||e]}))}}),m.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&m.isXMLDoc(e)||(t=m.propFix[t]||t,i=m.propHooks[t]),void 0!==n?i&&\"set\"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&\"get\"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=m.find.attr(e,\"tabindex\");return t?parseInt(t,10):st.test(e.nodeName)||at.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:\"htmlFor\",class:\"className\"}}),g.optSelected||(m.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),m.each([\"tabIndex\",\"readOnly\",\"maxLength\",\"cellSpacing\",\"cellPadding\",\"rowSpan\",\"colSpan\",\"useMap\",\"frameBorder\",\"contentEditable\"],(function(){m.propFix[this.toLowerCase()]=this}));var ut=/[\\t\\r\\n\\f]/g;function lt(e){return e.getAttribute&&e.getAttribute(\"class\")||\"\"}m.fn.extend({addClass:function(e){var t,n,r,i,o,s,a,u=0;if(m.isFunction(e))return this.each((function(t){m(this).addClass(e.call(this,t,lt(this)))}));if(\"string\"===typeof e&&e){t=e.match(R)||[];while(n=this[u++])if(i=lt(n),r=1===n.nodeType&&(\" \"+i+\" \").replace(ut,\" \"),r){s=0;while(o=t[s++])r.indexOf(\" \"+o+\" \")<0&&(r+=o+\" \");a=m.trim(r),i!==a&&n.setAttribute(\"class\",a)}}return this},removeClass:function(e){var t,n,r,i,o,s,a,u=0;if(m.isFunction(e))return this.each((function(t){m(this).removeClass(e.call(this,t,lt(this)))}));if(!arguments.length)return this.attr(\"class\",\"\");if(\"string\"===typeof e&&e){t=e.match(R)||[];while(n=this[u++])if(i=lt(n),r=1===n.nodeType&&(\" \"+i+\" \").replace(ut,\" \"),r){s=0;while(o=t[s++])while(r.indexOf(\" \"+o+\" \")>-1)r=r.replace(\" \"+o+\" \",\" \");a=m.trim(r),i!==a&&n.setAttribute(\"class\",a)}}return this},toggleClass:function(e,t){var n=typeof e;return\"boolean\"===typeof t&&\"string\"===n?t?this.addClass(e):this.removeClass(e):m.isFunction(e)?this.each((function(n){m(this).toggleClass(e.call(this,n,lt(this),t),t)})):this.each((function(){var t,r,i,o;if(\"string\"===n){r=0,i=m(this),o=e.match(R)||[];while(t=o[r++])i.hasClass(t)?i.removeClass(t):i.addClass(t)}else void 0!==e&&\"boolean\"!==n||(t=lt(this),t&&_.set(this,\"__className__\",t),this.setAttribute&&this.setAttribute(\"class\",t||!1===e?\"\":_.get(this,\"__className__\")||\"\"))}))},hasClass:function(e){var t,n,r=0;t=\" \"+e+\" \";while(n=this[r++])if(1===n.nodeType&&(\" \"+lt(n)+\" \").replace(ut,\" \").indexOf(t)>-1)return!0;return!1}});var ct=/\\r/g,ft=/[\\x20\\t\\r\\n\\f]+/g;m.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=m.isFunction(e),this.each((function(n){var i;1===this.nodeType&&(i=r?e.call(this,n,m(this).val()):e,null==i?i=\"\":\"number\"===typeof i?i+=\"\":m.isArray(i)&&(i=m.map(i,(function(e){return null==e?\"\":e+\"\"}))),t=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],t&&\"set\"in t&&void 0!==t.set(this,i,\"value\")||(this.value=i))}))):i?(t=m.valHooks[i.type]||m.valHooks[i.nodeName.toLowerCase()],t&&\"get\"in t&&void 0!==(n=t.get(i,\"value\"))?n:(n=i.value,\"string\"===typeof n?n.replace(ct,\"\"):null==n?\"\":n)):void 0}}),m.extend({valHooks:{option:{get:function(e){var t=m.find.attr(e,\"value\");return null!=t?t:m.trim(m.text(e)).replace(ft,\" \")}},select:{get:function(e){for(var t,n,r=e.options,i=e.selectedIndex,o=\"select-one\"===e.type||i<0,s=o?null:[],a=o?i+1:r.length,u=i<0?a:o?i:0;u<a;u++)if(n=r[u],(n.selected||u===i)&&(g.optDisabled?!n.disabled:null===n.getAttribute(\"disabled\"))&&(!n.parentNode.disabled||!m.nodeName(n.parentNode,\"optgroup\"))){if(t=m(n).val(),o)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=m.makeArray(t),s=i.length;while(s--)r=i[s],(r.selected=m.inArray(m.valHooks.option.get(r),o)>-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),m.each([\"radio\",\"checkbox\"],(function(){m.valHooks[this]={set:function(e,t){if(m.isArray(t))return e.checked=m.inArray(m(e).val(),t)>-1}},g.checkOn||(m.valHooks[this].get=function(e){return null===e.getAttribute(\"value\")?\"on\":e.value})}));var pt=/^(?:focusinfocus|focusoutblur)$/;m.extend(m.event,{trigger:function(e,t,r,i){var o,s,u,l,c,f,p,d=[r||a],g=h.call(e,\"type\")?e.type:e,v=h.call(e,\"namespace\")?e.namespace.split(\".\"):[];if(s=u=r=r||a,3!==r.nodeType&&8!==r.nodeType&&!pt.test(g+m.event.triggered)&&(g.indexOf(\".\")>-1&&(v=g.split(\".\"),g=v.shift(),v.sort()),c=g.indexOf(\":\")<0&&\"on\"+g,e=e[m.expando]?e:new m.Event(g,\"object\"===typeof e&&e),e.isTrigger=i?2:3,e.namespace=v.join(\".\"),e.rnamespace=e.namespace?new RegExp(\"(^|\\\\.)\"+v.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:m.makeArray(t,[e]),p=m.event.special[g]||{},i||!p.trigger||!1!==p.trigger.apply(r,t))){if(!i&&!p.noBubble&&!m.isWindow(r)){for(l=p.delegateType||g,pt.test(l+g)||(s=s.parentNode);s;s=s.parentNode)d.push(s),u=s;u===(r.ownerDocument||a)&&d.push(u.defaultView||u.parentWindow||n)}o=0;while((s=d[o++])&&!e.isPropagationStopped())e.type=o>1?l:p.bindType||g,f=(_.get(s,\"events\")||{})[e.type]&&_.get(s,\"handle\"),f&&f.apply(s,t),f=c&&s[c],f&&f.apply&&$(s)&&(e.result=f.apply(s,t),!1===e.result&&e.preventDefault());return e.type=g,i||e.isDefaultPrevented()||p._default&&!1!==p._default.apply(d.pop(),t)||!$(r)||c&&m.isFunction(r[g])&&!m.isWindow(r)&&(u=r[c],u&&(r[c]=null),m.event.triggered=g,r[g](),m.event.triggered=void 0,u&&(r[c]=u)),e.result}},simulate:function(e,t,n){var r=m.extend(new m.Event,n,{type:e,isSimulated:!0});m.event.trigger(r,null,t)}}),m.fn.extend({trigger:function(e,t){return this.each((function(){m.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return m.event.trigger(e,t,n,!0)}}),m.each(\"blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu\".split(\" \"),(function(e,t){m.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}})),m.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),g.focusin=\"onfocusin\"in n,g.focusin||m.each({focus:\"focusin\",blur:\"focusout\"},(function(e,t){var n=function(e){m.event.simulate(t,e.target,m.event.fix(e))};m.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=_.access(r,t);i||r.addEventListener(e,n,!0),_.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=_.access(r,t)-1;i?_.access(r,t,i):(r.removeEventListener(e,n,!0),_.remove(r,t))}}}));var dt=n.location,ht=m.now(),gt=/\\?/;m.parseJSON=function(e){return JSON.parse(e+\"\")},m.parseXML=function(e){var t;if(!e||\"string\"!==typeof e)return null;try{t=(new n.DOMParser).parseFromString(e,\"text/xml\")}catch(r){t=void 0}return t&&!t.getElementsByTagName(\"parsererror\").length||m.error(\"Invalid XML: \"+e),t};var vt=/#.*$/,mt=/([?&])_=[^&]*/,yt=/^(.*?):[ \\t]*([^\\r\\n]*)$/gm,xt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,bt=/^(?:GET|HEAD)$/,wt=/^\\/\\//,Tt={},Ct={},kt=\"*/\".concat(\"*\"),Et=a.createElement(\"a\");function Nt(e){return function(t,n){\"string\"!==typeof t&&(n=t,t=\"*\");var r,i=0,o=t.toLowerCase().match(R)||[];if(m.isFunction(n))while(r=o[i++])\"+\"===r[0]?(r=r.slice(1)||\"*\",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function St(e,t,n,r){var i={},o=e===Ct;function s(a){var u;return i[a]=!0,m.each(e[a]||[],(function(e,a){var l=a(t,n,r);return\"string\"!==typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),s(l),!1)})),u}return s(t.dataTypes[0])||!i[\"*\"]&&s(\"*\")}function Dt(e,t){var n,r,i=m.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&m.extend(!0,e,r),e}function jt(e,t,n){var r,i,o,s,a=e.contents,u=e.dataTypes;while(\"*\"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader(\"Content-Type\"));if(r)for(i in a)if(a[i]&&a[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+\" \"+u[0]]){o=i;break}s||(s=i)}o=o||s}if(o)return o!==u[0]&&u.unshift(o),n[o]}function At(e,t,n,r){var i,o,s,a,u,l={},c=e.dataTypes.slice();if(c[1])for(s in e.converters)l[s.toLowerCase()]=e.converters[s];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift(),o)if(\"*\"===o)o=u;else if(\"*\"!==u&&u!==o){if(s=l[u+\" \"+o]||l[\"* \"+o],!s)for(i in l)if(a=i.split(\" \"),a[1]===o&&(s=l[u+\" \"+a[0]]||l[\"* \"+a[0]],s)){!0===s?s=l[i]:!0!==l[i]&&(o=a[0],c.unshift(a[1]));break}if(!0!==s)if(s&&e.throws)t=s(t);else try{t=s(t)}catch(f){return{state:\"parsererror\",error:s?f:\"No conversion from \"+u+\" to \"+o}}}return{state:\"success\",data:t}}Et.href=dt.href,m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:dt.href,type:\"GET\",isLocal:xt.test(dt.protocol),global:!0,processData:!0,async:!0,contentType:\"application/x-www-form-urlencoded; charset=UTF-8\",accepts:{\"*\":kt,text:\"text/plain\",html:\"text/html\",xml:\"application/xml, text/xml\",json:\"application/json, text/javascript\"},contents:{xml:/\\bxml\\b/,html:/\\bhtml/,json:/\\bjson\\b/},responseFields:{xml:\"responseXML\",text:\"responseText\",json:\"responseJSON\"},converters:{\"* text\":String,\"text html\":!0,\"text json\":m.parseJSON,\"text xml\":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Dt(Dt(e,m.ajaxSettings),t):Dt(m.ajaxSettings,e)},ajaxPrefilter:Nt(Tt),ajaxTransport:Nt(Ct),ajax:function(e,t){\"object\"===typeof e&&(t=e,e=void 0),t=t||{};var r,i,o,s,u,l,c,f,p=m.ajaxSetup({},t),d=p.context||p,h=p.context&&(d.nodeType||d.jquery)?m(d):m.event,g=m.Deferred(),v=m.Callbacks(\"once memory\"),y=p.statusCode||{},x={},b={},w=0,T=\"canceled\",C={readyState:0,getResponseHeader:function(e){var t;if(2===w){if(!s){s={};while(t=yt.exec(o))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===w?o:null},setRequestHeader:function(e,t){var n=e.toLowerCase();return w||(e=b[n]=b[n]||e,x[e]=t),this},overrideMimeType:function(e){return w||(p.mimeType=e),this},statusCode:function(e){var t;if(e)if(w<2)for(t in e)y[t]=[y[t],e[t]];else C.always(e[C.status]);return this},abort:function(e){var t=e||T;return r&&r.abort(t),k(0,t),this}};if(g.promise(C).complete=v.add,C.success=C.done,C.error=C.fail,p.url=((e||p.url||dt.href)+\"\").replace(vt,\"\").replace(wt,dt.protocol+\"//\"),p.type=t.method||t.type||p.method||p.type,p.dataTypes=m.trim(p.dataType||\"*\").toLowerCase().match(R)||[\"\"],null==p.crossDomain){l=a.createElement(\"a\");try{l.href=p.url,l.href=l.href,p.crossDomain=Et.protocol+\"//\"+Et.host!==l.protocol+\"//\"+l.host}catch(E){p.crossDomain=!0}}if(p.data&&p.processData&&\"string\"!==typeof p.data&&(p.data=m.param(p.data,p.traditional)),St(Tt,p,t,C),2===w)return C;for(f in c=m.event&&p.global,c&&0===m.active++&&m.event.trigger(\"ajaxStart\"),p.type=p.type.toUpperCase(),p.hasContent=!bt.test(p.type),i=p.url,p.hasContent||(p.data&&(i=p.url+=(gt.test(i)?\"&\":\"?\")+p.data,delete p.data),!1===p.cache&&(p.url=mt.test(i)?i.replace(mt,\"$1_=\"+ht++):i+(gt.test(i)?\"&\":\"?\")+\"_=\"+ht++)),p.ifModified&&(m.lastModified[i]&&C.setRequestHeader(\"If-Modified-Since\",m.lastModified[i]),m.etag[i]&&C.setRequestHeader(\"If-None-Match\",m.etag[i])),(p.data&&p.hasContent&&!1!==p.contentType||t.contentType)&&C.setRequestHeader(\"Content-Type\",p.contentType),C.setRequestHeader(\"Accept\",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+(\"*\"!==p.dataTypes[0]?\", \"+kt+\"; q=0.01\":\"\"):p.accepts[\"*\"]),p.headers)C.setRequestHeader(f,p.headers[f]);if(p.beforeSend&&(!1===p.beforeSend.call(d,C,p)||2===w))return C.abort();for(f in T=\"abort\",{success:1,error:1,complete:1})C[f](p[f]);if(r=St(Ct,p,t,C),r){if(C.readyState=1,c&&h.trigger(\"ajaxSend\",[C,p]),2===w)return C;p.async&&p.timeout>0&&(u=n.setTimeout((function(){C.abort(\"timeout\")}),p.timeout));try{w=1,r.send(x,k)}catch(E){if(!(w<2))throw E;k(-1,E)}}else k(-1,\"No Transport\");function k(e,t,s,a){var l,f,x,b,T,k=t;2!==w&&(w=2,u&&n.clearTimeout(u),r=void 0,o=a||\"\",C.readyState=e>0?4:0,l=e>=200&&e<300||304===e,s&&(b=jt(p,C,s)),b=At(p,b,C,l),l?(p.ifModified&&(T=C.getResponseHeader(\"Last-Modified\"),T&&(m.lastModified[i]=T),T=C.getResponseHeader(\"etag\"),T&&(m.etag[i]=T)),204===e||\"HEAD\"===p.type?k=\"nocontent\":304===e?k=\"notmodified\":(k=b.state,f=b.data,x=b.error,l=!x)):(x=k,!e&&k||(k=\"error\",e<0&&(e=0))),C.status=e,C.statusText=(t||k)+\"\",l?g.resolveWith(d,[f,k,C]):g.rejectWith(d,[C,k,x]),C.statusCode(y),y=void 0,c&&h.trigger(l?\"ajaxSuccess\":\"ajaxError\",[C,p,l?f:x]),v.fireWith(d,[C,k]),c&&(h.trigger(\"ajaxComplete\",[C,p]),--m.active||m.event.trigger(\"ajaxStop\")))}return C},getJSON:function(e,t,n){return m.get(e,t,n,\"json\")},getScript:function(e,t){return m.get(e,void 0,t,\"script\")}}),m.each([\"get\",\"post\"],(function(e,t){m[t]=function(e,n,r,i){return m.isFunction(n)&&(i=i||r,r=n,n=void 0),m.ajax(m.extend({url:e,type:t,dataType:i,data:n,success:r},m.isPlainObject(e)&&e))}})),m._evalUrl=function(e){return m.ajax({url:e,type:\"GET\",dataType:\"script\",async:!1,global:!1,throws:!0})},m.fn.extend({wrapAll:function(e){var t;return m.isFunction(e)?this.each((function(t){m(this).wrapAll(e.call(this,t))})):(this[0]&&(t=m(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e})).append(this)),this)},wrapInner:function(e){return m.isFunction(e)?this.each((function(t){m(this).wrapInner(e.call(this,t))})):this.each((function(){var t=m(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=m.isFunction(e);return this.each((function(n){m(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(){return this.parent().each((function(){m.nodeName(this,\"body\")||m(this).replaceWith(this.childNodes)})).end()}}),m.expr.filters.hidden=function(e){return!m.expr.filters.visible(e)},m.expr.filters.visible=function(e){return e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0};var qt=/%20/g,Lt=/\\[\\]$/,Ht=/\\r?\\n/g,Ot=/^(?:submit|button|image|reset|file)$/i,Ft=/^(?:input|select|textarea|keygen)/i;function Pt(e,t,n,r){var i;if(m.isArray(t))m.each(t,(function(t,i){n||Lt.test(e)?r(e,i):Pt(e+\"[\"+(\"object\"===typeof i&&null!=i?t:\"\")+\"]\",i,n,r)}));else if(n||\"object\"!==m.type(t))r(e,t);else for(i in t)Pt(e+\"[\"+i+\"]\",t[i],n,r)}m.param=function(e,t){var n,r=[],i=function(e,t){t=m.isFunction(t)?t():null==t?\"\":t,r[r.length]=encodeURIComponent(e)+\"=\"+encodeURIComponent(t)};if(void 0===t&&(t=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(e)||e.jquery&&!m.isPlainObject(e))m.each(e,(function(){i(this.name,this.value)}));else for(n in e)Pt(n,e[n],t,i);return r.join(\"&\").replace(qt,\"+\")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=m.prop(this,\"elements\");return e?m.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!m(this).is(\":disabled\")&&Ft.test(this.nodeName)&&!Ot.test(e)&&(this.checked||!Z.test(e))})).map((function(e,t){var n=m(this).val();return null==n?null:m.isArray(n)?m.map(n,(function(e){return{name:t.name,value:e.replace(Ht,\"\\r\\n\")}})):{name:t.name,value:n.replace(Ht,\"\\r\\n\")}})).get()}}),m.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(e){}};var Rt={0:200,1223:204},Mt=m.ajaxSettings.xhr();g.cors=!!Mt&&\"withCredentials\"in Mt,g.ajax=Mt=!!Mt,m.ajaxTransport((function(e){var t,r;if(g.cors||Mt&&!e.crossDomain)return{send:function(i,o){var s,a=e.xhr();if(a.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(s in e.xhrFields)a[s]=e.xhrFields[s];for(s in e.mimeType&&a.overrideMimeType&&a.overrideMimeType(e.mimeType),e.crossDomain||i[\"X-Requested-With\"]||(i[\"X-Requested-With\"]=\"XMLHttpRequest\"),i)a.setRequestHeader(s,i[s]);t=function(e){return function(){t&&(t=r=a.onload=a.onerror=a.onabort=a.onreadystatechange=null,\"abort\"===e?a.abort():\"error\"===e?\"number\"!==typeof a.status?o(0,\"error\"):o(a.status,a.statusText):o(Rt[a.status]||a.status,a.statusText,\"text\"!==(a.responseType||\"text\")||\"string\"!==typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=t(),r=a.onerror=t(\"error\"),void 0!==a.onabort?a.onabort=r:a.onreadystatechange=function(){4===a.readyState&&n.setTimeout((function(){t&&r()}))},t=t(\"abort\");try{a.send(e.hasContent&&e.data||null)}catch(u){if(t)throw u}},abort:function(){t&&t()}}})),m.ajaxSetup({accepts:{script:\"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"},contents:{script:/\\b(?:java|ecma)script\\b/},converters:{\"text script\":function(e){return m.globalEval(e),e}}}),m.ajaxPrefilter(\"script\",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type=\"GET\")})),m.ajaxTransport(\"script\",(function(e){var t,n;if(e.crossDomain)return{send:function(r,i){t=m(\"<script>\").prop({charset:e.scriptCharset,src:e.url}).on(\"load error\",n=function(e){t.remove(),n=null,e&&i(\"error\"===e.type?404:200,e.type)}),a.head.appendChild(t[0])},abort:function(){n&&n()}}}));var It=[],Wt=/(=)\\?(?=&|$)|\\?\\?/;m.ajaxSetup({jsonp:\"callback\",jsonpCallback:function(){var e=It.pop()||m.expando+\"_\"+ht++;return this[e]=!0,e}}),m.ajaxPrefilter(\"json jsonp\",(function(e,t,r){var i,o,s,a=!1!==e.jsonp&&(Wt.test(e.url)?\"url\":\"string\"===typeof e.data&&0===(e.contentType||\"\").indexOf(\"application/x-www-form-urlencoded\")&&Wt.test(e.data)&&\"data\");if(a||\"jsonp\"===e.dataTypes[0])return i=e.jsonpCallback=m.isFunction(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Wt,\"$1\"+i):!1!==e.jsonp&&(e.url+=(gt.test(e.url)?\"&\":\"?\")+e.jsonp+\"=\"+i),e.converters[\"script json\"]=function(){return s||m.error(i+\" was not called\"),s[0]},e.dataTypes[0]=\"json\",o=n[i],n[i]=function(){s=arguments},r.always((function(){void 0===o?m(n).removeProp(i):n[i]=o,e[i]&&(e.jsonpCallback=t.jsonpCallback,It.push(i)),s&&m.isFunction(o)&&o(s[0]),s=o=void 0})),\"script\"})),m.parseHTML=function(e,t,n){if(!e||\"string\"!==typeof e)return null;\"boolean\"===typeof t&&(n=t,t=!1),t=t||a;var r=S.exec(e),i=!n&&[];return r?[t.createElement(r[1])]:(r=se([e],t,i),i&&i.length&&m(i).remove(),m.merge([],r.childNodes))};var $t=m.fn.load;function Bt(e){return m.isWindow(e)?e:9===e.nodeType&&e.defaultView}m.fn.load=function(e,t,n){if(\"string\"!==typeof e&&$t)return $t.apply(this,arguments);var r,i,o,s=this,a=e.indexOf(\" \");return a>-1&&(r=m.trim(e.slice(a)),e=e.slice(0,a)),m.isFunction(t)?(n=t,t=void 0):t&&\"object\"===typeof t&&(i=\"POST\"),s.length>0&&m.ajax({url:e,type:i||\"GET\",dataType:\"html\",data:t}).done((function(e){o=arguments,s.html(r?m(\"<div>\").append(m.parseHTML(e)).find(r):e)})).always(n&&function(e,t){s.each((function(){n.apply(this,o||[e.responseText,t,e])}))}),this},m.each([\"ajaxStart\",\"ajaxStop\",\"ajaxComplete\",\"ajaxError\",\"ajaxSuccess\",\"ajaxSend\"],(function(e,t){m.fn[t]=function(e){return this.on(t,e)}})),m.expr.filters.animated=function(e){return m.grep(m.timers,(function(t){return e===t.elem})).length},m.offset={setOffset:function(e,t,n){var r,i,o,s,a,u,l,c=m.css(e,\"position\"),f=m(e),p={};\"static\"===c&&(e.style.position=\"relative\"),a=f.offset(),o=m.css(e,\"top\"),u=m.css(e,\"left\"),l=(\"absolute\"===c||\"fixed\"===c)&&(o+u).indexOf(\"auto\")>-1,l?(r=f.position(),s=r.top,i=r.left):(s=parseFloat(o)||0,i=parseFloat(u)||0),m.isFunction(t)&&(t=t.call(e,n,m.extend({},a))),null!=t.top&&(p.top=t.top-a.top+s),null!=t.left&&(p.left=t.left-a.left+i),\"using\"in t?t.using.call(e,p):f.css(p)}},m.fn.extend({offset:function(e){if(arguments.length)return void 0===e?this:this.each((function(t){m.offset.setOffset(this,e,t)}));var t,n,r=this[0],i={top:0,left:0},o=r&&r.ownerDocument;return o?(t=o.documentElement,m.contains(t,r)?(i=r.getBoundingClientRect(),n=Bt(o),{top:i.top+n.pageYOffset-t.clientTop,left:i.left+n.pageXOffset-t.clientLeft}):i):void 0},position:function(){if(this[0]){var e,t,n=this[0],r={top:0,left:0};return\"fixed\"===m.css(n,\"position\")?t=n.getBoundingClientRect():(e=this.offsetParent(),t=this.offset(),m.nodeName(e[0],\"html\")||(r=e.offset()),r.top+=m.css(e[0],\"borderTopWidth\",!0),r.left+=m.css(e[0],\"borderLeftWidth\",!0)),{top:t.top-r.top-m.css(n,\"marginTop\",!0),left:t.left-r.left-m.css(n,\"marginLeft\",!0)}}},offsetParent:function(){return this.map((function(){var e=this.offsetParent;while(e&&\"static\"===m.css(e,\"position\"))e=e.offsetParent;return e||Oe}))}}),m.each({scrollLeft:\"pageXOffset\",scrollTop:\"pageYOffset\"},(function(e,t){var n=\"pageYOffset\"===t;m.fn[e]=function(r){return W(this,(function(e,r,i){var o=Bt(e);if(void 0===i)return o?o[t]:e[r];o?o.scrollTo(n?o.pageXOffset:i,n?i:o.pageYOffset):e[r]=i}),e,r,arguments.length)}})),m.each([\"top\",\"left\"],(function(e,t){m.cssHooks[t]=Pe(g.pixelPosition,(function(e,n){if(n)return n=Fe(e,t),qe.test(n)?m(e).position()[t]+\"px\":n}))})),m.each({Height:\"height\",Width:\"width\"},(function(e,t){m.each({padding:\"inner\"+e,content:t,\"\":\"outer\"+e},(function(n,r){m.fn[r]=function(r,i){var o=arguments.length&&(n||\"boolean\"!==typeof r),s=n||(!0===r||!0===i?\"margin\":\"border\");return W(this,(function(t,n,r){var i;return m.isWindow(t)?t.document.documentElement[\"client\"+e]:9===t.nodeType?(i=t.documentElement,Math.max(t.body[\"scroll\"+e],i[\"scroll\"+e],t.body[\"offset\"+e],i[\"offset\"+e],i[\"client\"+e])):void 0===r?m.css(t,n,s):m.style(t,n,r,s)}),t,o?r:void 0,o,null)}}))})),m.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,\"**\"):this.off(t,e||\"**\",n)},size:function(){return this.length}}),m.fn.andSelf=m.fn.addBack,r=[],i=function(){return m}.apply(t,r),void 0===i||(e.exports=i);var _t=n.jQuery,Xt=n.$;return m.noConflict=function(e){return n.$===m&&(n.$=Xt),e&&n.jQuery===m&&(n.jQuery=_t),m},o||(n.jQuery=n.$=m),m}))}}]);"
  },
  {
    "path": "static/js/chunk-2d21d665.09e5fcba.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-2d21d665\"],{d0ad:function(e,n,r){\"use strict\";r.r(n);var t=function(){var e=this,n=e.$createElement,r=e._self._c||n;return r(\"div\")},a=[],u=(r(\"ac1f\"),r(\"5319\"),{name:\"OrderCallback\",mounted:function(){var e=this.$route.params.id;this.$router.replace(\"/stage/order/info?id=\"+e)}}),c=u,d=r(\"2877\"),i=Object(d[\"a\"])(c,t,a,!1,null,null,null);n[\"default\"]=i.exports}}]);"
  },
  {
    "path": "static/js/chunk-3548057f.bb7579a3.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-3548057f\"],{\"2cdf\":function(t,a,s){\"use strict\";s(\"6046\")},\"364d\":function(t,a,s){\"use strict\";s.r(a);var e=function(){var t=this,a=t.$createElement,s=t._self._c||a;return s(\"div\",{staticClass:\"agreement-container\"},[s(\"div\",{staticClass:\"logo\"},[t._v(t._s(t.$appName))]),s(\"a-button\",{staticClass:\"back\",attrs:{type:\"text\",icon:\"rollback\",shape:\"circle\",size:\"large\"},on:{click:function(a){return t.$router.back()}}}),s(\"div\",{staticClass:\"card\"},[s(\"div\",{staticClass:\"card-header\"},[s(\"h4\",[t._v(t._s(t.$t(\"服务协议\")))])]),s(\"div\",{staticClass:\"card-body\"},[s(\"div\",{domProps:{innerHTML:t._s(t.$t(\"用户协议完整内容\",{appName:this.$appName}))}})])])],1)},c=[],n={name:\"Agreement\"},i=n,r=(s(\"2cdf\"),s(\"2877\")),l=Object(r[\"a\"])(i,e,c,!1,null,null,null);a[\"default\"]=l.exports},6046:function(t,a,s){}}]);"
  },
  {
    "path": "static/js/chunk-360fb284.5bfe9f12.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-360fb284\"],{\"25b2\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return i}));var a=n(\"77fe\"),r=n(\"12cb\"),i=new a[\"a\"]({WAIT_PAY:[0,r[\"a\"].t(\"待支付\")],OPENING:[1,r[\"a\"].t(\"开通中\")],CANCEL:[2,r[\"a\"].t(\"已取消\")],END:[3,r[\"a\"].t(\"已完成\")]})},\"77fe\":function(t,e,n){\"use strict\";var a=n(\"d4ec\"),r=n(\"bee2\"),i=(n(\"d3b7\"),n(\"159b\"),n(\"b64b\"),n(\"d81d\"),n(\"7db0\"),function(){function t(e){Object(a[\"a\"])(this,t),this.defination=e,this.parseDefination()}return Object(r[\"a\"])(t,[{key:\"parseDefination\",value:function(){var t=this;Object.keys(this.defination).forEach((function(e){t[e]=t.defination[e][0]}))}},{key:\"toArray\",value:function(){var t=this,e=Object.keys(this.defination).map((function(e){var n=t.defination[e];return{value:n[0],label:n[1]}}));return e}},{key:\"getLabel\",value:function(t){var e,n;return null!==(e=null===(n=this.toArray().find((function(e){return String(e.value)===String(t)})))||void 0===n?void 0:n.label)&&void 0!==e?e:\"\"}}]),t}());e[\"a\"]=i},\"7db0\":function(t,e,n){\"use strict\";var a=n(\"23e7\"),r=n(\"b727\").find,i=n(\"44d2\"),c=\"find\",o=!0;c in[]&&Array(1)[c]((function(){o=!1})),a({target:\"Array\",proto:!0,forced:o},{find:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),i(c)},\"7f84\":function(t,e,n){\"use strict\";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(\"div\",{staticClass:\"order-container\"},[t.orderData?n(\"div\",[t.orderData.length>0?n(\"div\",[n(\"a-table\",{staticClass:\"order-table data-table use-shadow\",attrs:{\"data-source\":t.orderData,pagination:!1,\"row-key\":\"trade_no\",\"table-layout\":\"fixed\",scroll:{x:970}}},[n(\"a-table-column\",{key:\"trade_no\",attrs:{\"data-index\":\"trade_no\",title:\"#\"+t.$t(\"订单号\"),width:\"250px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e,a){return n(\"span\",{staticStyle:{color:\"#{'rgba(var(--primary-color), 1)'}\",cursor:\"pointer\"},on:{click:function(e){return t.onView(a)}}},[t._v(\" \"+t._s(e)+\" \")])}}],null,!1,2461348661)}),n(\"a-table-column\",{key:\"periodLabel\",attrs:{\"data-index\":\"periodLabel\",title:t.$t(\"周期\"),width:\"120px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return n(\"a-tag\",{attrs:{color:\"pink\"}},[t._v(t._s(e))])}}],null,!1,4105767879)}),n(\"a-table-column\",{key:\"amountValue\",attrs:{\"data-index\":\"amountValue\",title:t.$t(\"订单金额\")+\"(\"+t.unit+\")\",width:\"130px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return n(\"div\",{},[t._v(\" \"+t._s(t._f(\"amount\")(e))+\" \")])}}],null,!1,3046568752)}),n(\"a-table-column\",{key:\"statusLabel\",attrs:{\"data-index\":\"statusLabel\",title:t.$t(\"订单状态\"),width:\"100px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e,a){return n(\"div\",{},[n(\"a-badge\",{attrs:{status:a.statusBadge}}),t._v(\" \"+t._s(e)+\" \")],1)}}],null,!1,3259413707)}),n(\"a-table-column\",{key:\"created_at\",attrs:{\"data-index\":\"created_at\",title:t.$t(\"创建时间\"),width:\"170px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return n(\"div\",{},[t._v(\" \"+t._s(t._f(\"datetime\")(e))+\" \")])}}],null,!1,1867572093)}),n(\"a-table-column\",{attrs:{title:t.$t(\"操作\"),align:\"center\",width:\"200px\"},scopedSlots:t._u([{key:\"default\",fn:function(e){return[n(\"span\",[n(\"a-button\",{attrs:{type:\"link\"},on:{click:function(n){return t.onView(e)}}},[t._v(t._s(t.$t(\"查看详情\")))]),n(\"a-button\",{attrs:{disabled:e.status!==t.States.WAIT_PAY,type:\"link\"},on:{click:function(n){return t.onCancel(e)}}},[t._v(t._s(t.$t(\"取消\")))])],1)]}}],null,!1,3799173451)})],1)],1):n(\"div\",{staticClass:\"empty-tip\"},[n(\"a-empty\",{attrs:{description:\"\",\"image-style\":{height:\"200px\"}}}),n(\"div\",{staticClass:\"tit\"},[t._v(\" \"+t._s(t.$t(\"你还没有购买服务\"))+\" \"),n(\"a\",{attrs:{href:\"javascript:void(0)\"},on:{click:function(e){return t.$router.push(\"/stage/buysubs\")}}},[t._v(t._s(t.$t(\"立即购买\")))])])],1)]):n(\"div\",{staticClass:\"spin-loading\"},[n(\"a-spin\",{attrs:{size:\"large\"}})],1)])},r=[],i=n(\"c7eb\"),c=n(\"1da1\"),o=n(\"5530\"),u=(n(\"d81d\"),n(\"7db0\"),n(\"d3b7\"),n(\"14d9\"),n(\"c678\")),l=n(\"a1fc\"),s=n(\"25b2\"),d=n(\"2f62\"),f={name:\"Order\",data:function(){return{orderData:null,States:s[\"a\"]}},computed:Object(o[\"a\"])(Object(o[\"a\"])({},Object(d[\"b\"])(\"auth\",[\"userConfig\"])),{},{unit:function(){var t;return null===(t=this.userConfig)||void 0===t?void 0:t.currency_symbol}}),mounted:function(){this.getOrderData()},methods:{getOrderData:function(){var t=this;return Object(c[\"a\"])(Object(i[\"a\"])().mark((function e(){var n,a;return Object(i[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Object(u[\"d\"])();case 2:a=e.sent,window.conso1e.log(109),t.orderData=(null!==(n=a.data)&&void 0!==n?n:[]).map((function(t){var e,n=function(t){return t===s[\"a\"].WAIT_PAY?\"warning\":t===s[\"a\"].CANCEL?\"error\":t===s[\"a\"].OPENING?\"processing\":t===s[\"a\"].END?\"success\":void 0};return Object(o[\"a\"])(Object(o[\"a\"])({},t),{},{periodLabel:null===(e=l[\"c\"].find((function(e){return e.key===t.period})))||void 0===e?void 0:e.label2,amountValue:t.total_amount,statusLabel:s[\"a\"].getLabel(t.status),statusBadge:n(t.status)})}));case 5:case\"end\":return e.stop()}}),e)})))()},onView:function(t){window.conso1e.log(140),this.$router.push(\"/stage/order/info?id=\"+t.trade_no)},onCancel:function(t){var e=this;return Object(c[\"a\"])(Object(i[\"a\"])().mark((function n(){return Object(i[\"a\"])().wrap((function(n){while(1)switch(n.prev=n.next){case 0:window.conso1e.log(151),e.$confirm({title:e.$t(\"注意\"),content:e.$t(\"确定要取消该订单吗？\"),onOk:function(){var n=Object(c[\"a\"])(Object(i[\"a\"])().mark((function n(){var a;return Object(i[\"a\"])().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,Object(u[\"a\"])(t.trade_no);case 2:a=n.sent,!0===a.data&&(e.$message.success(e.$t(\"订单已取消\")),e.getOrderData());case 4:case\"end\":return n.stop()}}),n)})));function a(){return n.apply(this,arguments)}return a}()});case 2:case\"end\":return n.stop()}}),n)})))()}}},b=f,p=n(\"2877\"),v=Object(p[\"a\"])(b,a,r,!1,null,null,null);e[\"default\"]=v.exports},a1fc:function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return r})),n.d(e,\"b\",(function(){return i})),n.d(e,\"a\",(function(){return c}));n(\"4de4\"),n(\"d3b7\"),n(\"b64b\"),n(\"7db0\"),n(\"99af\"),n(\"ac1f\"),n(\"a15b\"),n(\"d81d\");var a=n(\"12cb\"),r=[{key:\"month_price\",label:a[\"a\"].t(\"每月\"),label2:a[\"a\"].t(\"月付\")},{key:\"quarter_price\",label:a[\"a\"].t(\"每季度\"),label2:a[\"a\"].t(\"季付\")},{key:\"half_year_price\",label:a[\"a\"].t(\"每半年\"),label2:a[\"a\"].t(\"半年付\")},{key:\"year_price\",label:a[\"a\"].t(\"每年\"),label2:a[\"a\"].t(\"年付\")},{key:\"two_year_price\",label:a[\"a\"].t(\"每两年\"),label2:a[\"a\"].t(\"两年付\")},{key:\"three_year_price\",label:a[\"a\"].t(\"每三年\"),label2:a[\"a\"].t(\"三年付\")},{key:\"onetime_price\",label:a[\"a\"].t(\"一次性\"),label2:a[\"a\"].t(\"一次性付\")}];function i(t){var e=r.filter((function(e){return null!==t[e.key]})),n=null,i=\"\";try{n=JSON.parse(t.content)}catch(d){}if(n){var c,o=null===(c=n.find((function(t){return t.label})))||void 0===c?void 0:c.label;o&&(i='<div class=\"t0\" style=\"color: '.concat(o.textColor,\"; background-color: \").concat(o.background,'\">').concat(o.text,\"</div>\"))}else{var u;i=null===(u=/<div\\s+class=\"t0.*?\".*?>(.*)<\\/div>/gi.exec(t.content))||void 0===u?void 0:u[0]}var l=function(){return i||(null!==t.capacity_limit&&t.capacity_limit<10?t.capacity_limit<=0?'<div class=\"t0\">'.concat(a[\"a\"].t(\"已售罄\"),\"</div>\"):'<div class=\"t0\">'.concat(a[\"a\"].t(\"即将售罄\"),\"</div>\"):\"\")},s=l();return{types:e,value:t[e[0].key],label:e[0].label,label2:e[0].label2,tagTitle:s}}function c(t){var e=null;try{e=JSON.parse(t.content)}catch(a){}if(e){var n=e.filter((function(t){return t.feature}));return n.map((function(t){return'\\n        <div class=\"t4\">\\n          <div class=\"desc\">\\n            <i class=\"'.concat(t.support?\"gou\":\"cha\",'\"></i>\\n            ').concat(t.feature,\"\\n          </div>\\n        </div>\\n      \")})).join(\"\")}return t.content}},bee2:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return i}));var a=n(\"a38e\");function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,\"value\"in r&&(r.writable=!0),Object.defineProperty(t,Object(a[\"a\"])(r.key),r)}}function i(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),Object.defineProperty(t,\"prototype\",{writable:!1}),t}},c678:function(t,e,n){\"use strict\";n.d(e,\"d\",(function(){return i})),n.d(e,\"c\",(function(){return c})),n.d(e,\"e\",(function(){return o})),n.d(e,\"a\",(function(){return u})),n.d(e,\"b\",(function(){return l})),n.d(e,\"f\",(function(){return s}));n(\"99af\");var a=n(\"54d7\"),r=n(\"8c8a\");function i(){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/order/fetch\",method:\"get\"})}function c(t){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/order/detail?trade_no=\".concat(t),method:\"get\"})}function o(){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/order/getPaymentMethod\",method:\"get\"})}function u(t){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/order/cancel?trade_no=\".concat(t),method:\"post\"})}function l(t,e){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/order/checkout?trade_no=\".concat(t,\"&method=\").concat(e),method:\"post\"})}function s(t){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/order/check?trade_no=\".concat(t),method:\"get\"})}},d4ec:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return a}));n(\"d9e2\");function a(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}},d81d:function(t,e,n){\"use strict\";var a=n(\"23e7\"),r=n(\"b727\").map,i=n(\"1dde\"),c=i(\"map\");a({target:\"Array\",proto:!0,forced:!c},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})}}]);"
  },
  {
    "path": "static/js/chunk-38cf90e9.67de2661.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-38cf90e9\"],{\"217a\":function(t,e,a){\"use strict\";a(\"70b9\")},\"51a2\":function(t,e,a){\"use strict\";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"div\",{staticClass:\"ticket-container\"},[a(\"div\",{staticClass:\"ticket-header\"},[a(\"a-button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],attrs:{type:\"primary\"},on:{click:function(e){return t.onAdd()}}},[a(\"svg-icon\",{attrs:{name:\"plus\"}}),t._v(\" \"+t._s(t.$t(\"新建工单\"))+\" \")],1)],1),t.ticketData?a(\"a-table\",{staticClass:\"ticket-table data-table use-shadow\",attrs:{\"data-source\":t.ticketData,pagination:!1,\"row-key\":\"id\",\"table-layout\":\"fixed\",scroll:{x:970}}},[a(\"a-table-column\",{key:\"index\",attrs:{\"data-index\":\"index\",title:\"#\",width:\"60px\"}}),a(\"a-table-column\",{key:\"subject\",attrs:{\"data-index\":\"subject\",title:t.$t(\"主题\"),width:\"200px\"}}),a(\"a-table-column\",{key:\"levelLabel\",attrs:{\"data-index\":\"levelLabel\",title:t.$t(\"工单级别\"),width:\"100px\"}}),a(\"a-table-column\",{key:\"statusLabel\",attrs:{\"data-index\":\"statusLabel\",title:t.$t(\"工单状态\"),width:\"100px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e,n){return a(\"div\",{},[a(\"a-badge\",{attrs:{status:n.status===t.States.HANDLING?\"error\":\"processing\"}}),t._v(\" \"+t._s(e)+\" \")],1)}}],null,!1,2346779520)}),a(\"a-table-column\",{key:\"created_at\",attrs:{\"data-index\":\"created_at\",title:t.$t(\"创建时间\"),width:\"170px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(t._f(\"datetime\")(e))+\" \")])}}],null,!1,1867572093)}),a(\"a-table-column\",{key:\"updated_at\",attrs:{\"data-index\":\"updated_at\",title:t.$t(\"最后回复\"),width:\"170px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(t._f(\"datetime\")(e))+\" \")])}}],null,!1,1867572093)}),a(\"a-table-column\",{attrs:{title:t.$t(\"操作\"),align:\"center\",width:\"170px\"},scopedSlots:t._u([{key:\"default\",fn:function(e,n){return[a(\"span\",[a(\"a-button\",{attrs:{type:\"link\"},on:{click:function(e){return t.onView(n)}}},[t._v(t._s(t.$t(\"查看\")))]),a(\"a-button\",{attrs:{disabled:n.status===t.States.CLOSED,type:\"link\"},on:{click:function(e){return t.onClose(n)}}},[t._v(t._s(t.$t(\"关闭\")))])],1)]}}],null,!1,1641100411)})],1):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1),a(\"ticket-modal\",{ref:\"refModal\",on:{change:t.getTicketData}}),a(\"ticket-chat\",{ref:\"refChat\"})],1)},s=[],r=a(\"c7eb\"),i=a(\"5530\"),o=a(\"1da1\"),l=(a(\"d81d\"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"a-modal\",{attrs:{title:t.$t(\"新建工单\"),\"confirm-loading\":t.loading,\"after-close\":t.onClosed},on:{ok:t.onSubmit},model:{value:t.visible,callback:function(e){t.visible=e},expression:\"visible\"}},[a(\"a-spin\",{attrs:{spinning:t.loading}},[a(\"a-form-model\",{ref:\"refForm\",attrs:{model:t.formModel,rules:t.formRules},on:{submit:function(e){return e.preventDefault(),t.onSubmit(e)}}},[a(\"a-form-model-item\",{attrs:{label:t.$t(\"主题\"),prop:\"subject\"}},[a(\"a-input\",{attrs:{size:\"large\",\"max-length\":64,placeholder:t.$t(\"请输入工单问题\"),\"allow-clear\":\"\"},model:{value:t.formModel.subject,callback:function(e){t.$set(t.formModel,\"subject\",e)},expression:\"formModel.subject\"}})],1),a(\"a-form-model-item\",{attrs:{label:t.$t(\"工单等级\"),prop:\"level\"}},[a(\"a-select\",{attrs:{size:\"large\",placeholder:t.$t(\"请选择工单等级\")},model:{value:t.formModel.level,callback:function(e){t.$set(t.formModel,\"level\",e)},expression:\"formModel.level\"}},t._l(t.Levels.toArray(),(function(e){return a(\"a-select-option\",{key:e.value,attrs:{value:e.value}},[t._v(\" \"+t._s(e.label)+\" \")])})),1)],1),a(\"a-form-model-item\",{attrs:{label:t.$t(\"消息\"),prop:\"message\"}},[a(\"a-input\",{attrs:{type:\"textarea\",size:\"large\",\"max-length\":256,rows:4,placeholder:t.$t(\"请描述你遇到的问题\"),\"allow-clear\":\"\"},model:{value:t.formModel.message,callback:function(e){t.$set(t.formModel,\"message\",e)},expression:\"formModel.message\"}})],1)],1)],1)],1)}),c=[],u=a(\"77fe\"),d=a(\"12cb\"),f=new u[\"a\"]({LOW:[0,d[\"a\"].t(\"低\")],NORMAL:[1,d[\"a\"].t(\"中\")],HIGH:[2,d[\"a\"].t(\"高\")]}),m=new u[\"a\"]({HANDLING:[0,d[\"a\"].t(\"待回复\")],CLOSED:[1,d[\"a\"].t(\"已关闭\")]}),v=a(\"54d7\"),p=a(\"8c8a\");function b(){return Object(p[\"a\"])({url:v[\"l\"]+\"/api/v1/user/ticket/fetch\",method:\"get\"})}function h(t){return Object(p[\"a\"])({url:v[\"l\"]+\"/api/v1/user/ticket/fetch?id=\".concat(t),method:\"get\"})}function g(t){return Object(p[\"a\"])({url:v[\"l\"]+\"/api/v1/user/ticket/save\",method:\"post\",params:t})}function w(t){return Object(p[\"a\"])({url:v[\"l\"]+\"/api/v1/user/ticket/close?id=\".concat(t),method:\"post\"})}function k(t){return Object(p[\"a\"])({url:v[\"l\"]+\"/api/v1/user/ticket/reply\",method:\"post\",params:t})}var y={name:\"TicketModal\",data:function(){return{visible:!1,loading:!1,formModel:{subject:\"\",level:f.LOW,message:\"\"},formRules:{subject:[{required:!0,message:d[\"a\"].t(\"请输入工单问题\"),trigger:\"blur\"}],level:[{required:!0,message:d[\"a\"].t(\"请选择工单等级\"),trigger:\"change\"}],message:[{required:!0,message:d[\"a\"].t(\"请描述你遇到的问题\"),trigger:\"blur\"}]},Levels:f}},methods:{showModal:function(t){var e=this;return Object(o[\"a\"])(Object(r[\"a\"])().mark((function t(){return Object(r[\"a\"])().wrap((function(t){while(1)switch(t.prev=t.next){case 0:e.visible=!0;case 1:case\"end\":return t.stop()}}),t)})))()},onSubmit:function(){var t=this,e=this.formModel,a=e.subject,n=e.level,s=e.message;window.conso1e.log(73),this.$refs.refForm.validate(function(){var e=Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(i){var o;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!i){e.next=14;break}return t.loading=!0,e.prev=2,e.next=5,g({subject:a,level:n,message:s});case 5:o=e.sent,!0===o.data&&(t.$message.success(t.$t(\"工单已提交\")),t.visible=!1,t.$emit(\"change\")),e.next=11;break;case 9:e.prev=9,e.t0=e[\"catch\"](2);case 11:t.loading=!1,e.next=15;break;case 14:return e.abrupt(\"return\",!1);case 15:case\"end\":return e.stop()}}),e,null,[[2,9]])})));return function(t){return e.apply(this,arguments)}}())},onClosed:function(){console.log(222),this.formModel.message=\"\",this.formModel.subject=\"\",this.formModel.level=f.LOW}}},_=y,x=a(\"2877\"),C=Object(x[\"a\"])(_,l,c,!1,null,null,null),j=C.exports,O=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"a-modal\",{attrs:{title:t.$t(\"工单回复\"),width:800,\"after-close\":t.onClosed,footer:!1},model:{value:t.visible,callback:function(e){t.visible=e},expression:\"visible\"}},[a(\"form\",{staticClass:\"ticket-chat\",on:{submit:function(e){return e.preventDefault(),t.onSubmit(e)}}},[a(\"div\",{staticClass:\"chat-tip\"},[t._v(t._s(t.$t(\"X个回复\",{count:t.replyCount})))]),a(\"a-divider\",{staticClass:\"chat-line\"}),t.messages?a(\"div\",{staticClass:\"chat-items\"},[t.messages.length>0?t._l(t.messages,(function(e){return a(\"div\",{key:e.id,staticClass:\"chat-item\"},[e.is_me?[a(\"div\",{staticClass:\"right\",staticStyle:{\"text-align\":\"right\",\"margin-right\":\"20px\"}},[a(\"span\",{staticClass:\"time\"},[t._v(t._s(t._f(\"datetime\")(e.updated_at)))]),a(\"span\",{staticClass:\"name\"},[t._v(\"You\")]),a(\"p\",{staticClass:\"content\"},[t._v(t._s(e.message))])]),a(\"a-avatar\",{staticClass:\"avatar\"},[t._v(\"U\")])]:[a(\"a-avatar\",{staticClass:\"avatar\"},[a(\"svg-icon\",{attrs:{name:\"user\"}})],1),a(\"div\",{staticClass:\"right\",staticStyle:{\"text-align\":\"left\",\"margin-left\":\"20px\"}},[a(\"span\",{staticClass:\"name\"},[t._v(\"Administrator\")]),a(\"span\",{staticClass:\"time\"},[t._v(t._s(t._f(\"datetime\")(e.updated_at)))]),a(\"p\",{staticClass:\"content\"},[t._v(t._s(e.message))])])]],2)})):t._e()],2):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1),a(\"div\",{staticClass:\"chat-reply\"},[a(\"a-avatar\",{staticClass:\"avatar\"},[t._v(\"U\")]),a(\"a-input\",{staticClass:\"input\",attrs:{type:\"textarea\",size:\"large\",\"max-length\":256,rows:4,placeholder:t.$t(\"请描述你遇到的问题\"),\"allow-clear\":\"\"},model:{value:t.replyContent,callback:function(e){t.replyContent=e},expression:\"replyContent\"}})],1),a(\"div\",{staticClass:\"chat-button\"},[a(\"button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"n-button color-1\",attrs:{type:\"submit\"}},[a(\"svg-icon\",{attrs:{name:\"pencil-simple-line\"}}),t._v(\" \"+t._s(t.$t(\"回复\"))+\" \")],1)])],1)])},$=[],M=(a(\"4de4\"),a(\"d3b7\"),{name:\"Chat\",data:function(){return{rowId:\"\",visible:!1,messages:null,replyContent:\"\",replyCount:0}},methods:{showModal:function(t){this.visible=!0,this.rowId=t.id,this.getMessages()},getMessages:function(){var t=this,e=function(){var e=Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(){var a,n;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,h(t.rowId);case 2:n=e.sent,t.messages=null!==(a=n.data.message)&&void 0!==a?a:[],t.replyCount=t.messages.filter((function(t){return!t.is_me})).length;case 5:case\"end\":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();e(),clearInterval(this.timer),this.timer=setInterval((function(){e()}),1e4)},onSubmit:function(){var t=this;return Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(){var a;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(window.conso1e.log(27),t.replyContent){e.next=3;break}return e.abrupt(\"return\",t.$message.warning(t.$t(\"请输入内容\")));case 3:return e.next=5,k({id:t.rowId,message:t.replyContent});case 5:a=e.sent,!0===a.data&&(t.$message.success(t.$t(\"回复成功\")),t.getMessages());case 7:case\"end\":return e.stop()}}),e)})))()},onClosed:function(){this.messages=[],this.replyContent=\"\",this.replyCount=0,clearInterval(this.timer)}}}),L=M,S=(a(\"9e11\"),Object(x[\"a\"])(L,O,$,!1,null,\"6d502e2c\",null)),D=S.exports,A={name:\"Ticket\",components:{TicketModal:j,TicketChat:D},data:function(){return{ticketData:null,States:m,Levels:f}},mounted:function(){this.getTicketData()},methods:{getTicketData:function(){var t=this;return Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(){var a,n;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return window.conso1e.log(264),e.next=3,b();case 3:n=e.sent,t.ticketData=(null!==(a=n.data)&&void 0!==a?a:[]).map((function(t,e){return Object(i[\"a\"])(Object(i[\"a\"])({},t),{},{index:e+1,levelLabel:f.getLabel(t.level),statusLabel:m.getLabel(t.status)})}));case 5:case\"end\":return e.stop()}}),e)})))()},onAdd:function(){this.$refs.refModal.showModal()},onView:function(t){this.$refs.refChat.showModal(t)},onClose:function(t){var e=this;window.conso1e.log(28),this.$confirm({title:this.$t(\"注意\"),content:this.$t(\"确定要关闭该工单吗？\"),onOk:function(){var a=Object(o[\"a\"])(Object(r[\"a\"])().mark((function a(){var n;return Object(r[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return a.next=2,w(t.id);case 2:n=a.sent,!0===n.data&&(e.$message.success(e.$t(\"工单已关闭\")),e.getTicketData());case 4:case\"end\":return a.stop()}}),a)})));function n(){return a.apply(this,arguments)}return n}()})}}},I=A,T=(a(\"217a\"),Object(x[\"a\"])(I,n,s,!1,null,\"cd496bf6\",null));e[\"default\"]=T.exports},\"70b9\":function(t,e,a){},\"77fe\":function(t,e,a){\"use strict\";var n=a(\"d4ec\"),s=a(\"bee2\"),r=(a(\"d3b7\"),a(\"159b\"),a(\"b64b\"),a(\"d81d\"),a(\"7db0\"),function(){function t(e){Object(n[\"a\"])(this,t),this.defination=e,this.parseDefination()}return Object(s[\"a\"])(t,[{key:\"parseDefination\",value:function(){var t=this;Object.keys(this.defination).forEach((function(e){t[e]=t.defination[e][0]}))}},{key:\"toArray\",value:function(){var t=this,e=Object.keys(this.defination).map((function(e){var a=t.defination[e];return{value:a[0],label:a[1]}}));return e}},{key:\"getLabel\",value:function(t){var e,a;return null!==(e=null===(a=this.toArray().find((function(e){return String(e.value)===String(t)})))||void 0===a?void 0:a.label)&&void 0!==e?e:\"\"}}]),t}());e[\"a\"]=r},\"7db0\":function(t,e,a){\"use strict\";var n=a(\"23e7\"),s=a(\"b727\").find,r=a(\"44d2\"),i=\"find\",o=!0;i in[]&&Array(1)[i]((function(){o=!1})),n({target:\"Array\",proto:!0,forced:o},{find:function(t){return s(this,t,arguments.length>1?arguments[1]:void 0)}}),r(i)},8081:function(t,e,a){},\"9e11\":function(t,e,a){\"use strict\";a(\"8081\")},bee2:function(t,e,a){\"use strict\";a.d(e,\"a\",(function(){return r}));var n=a(\"a38e\");function s(t,e){for(var a=0;a<e.length;a++){var s=e[a];s.enumerable=s.enumerable||!1,s.configurable=!0,\"value\"in s&&(s.writable=!0),Object.defineProperty(t,Object(n[\"a\"])(s.key),s)}}function r(t,e,a){return e&&s(t.prototype,e),a&&s(t,a),Object.defineProperty(t,\"prototype\",{writable:!1}),t}},d4ec:function(t,e,a){\"use strict\";a.d(e,\"a\",(function(){return n}));a(\"d9e2\");function n(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}},d81d:function(t,e,a){\"use strict\";var n=a(\"23e7\"),s=a(\"b727\").map,r=a(\"1dde\"),i=r(\"map\");n({target:\"Array\",proto:!0,forced:!i},{map:function(t){return s(this,t,arguments.length>1?arguments[1]:void 0)}})}}]);"
  },
  {
    "path": "static/js/chunk-3f085023.b5b217fc.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-3f085023\"],{\"004a\":function(t,e,a){\"use strict\";a.d(e,\"c\",(function(){return i})),a.d(e,\"b\",(function(){return r})),a.d(e,\"a\",(function(){return o}));var n=a(\"77fe\"),s=a(\"12cb\"),i=new n[\"a\"]({ALL:[0,s[\"a\"].t(\"全部\")],PERIOD:[1,s[\"a\"].t(\"按周期\")],ONE_TIME:[2,s[\"a\"].t(\"按流量\")]}),r=new n[\"a\"]({NUMBER:[1,s[\"a\"].t(\"折扣金额\")],PERCENT:[2,s[\"a\"].t(\"折扣百分比\")]}),o=new n[\"a\"]({UNBUY:[1,s[\"a\"].t(\"未购买\")],PERIOD:[2,s[\"a\"].t(\"周期性订阅\")],ONE_TIME:[3,s[\"a\"].t(\"一次性订阅\")]})},\"1dd1\":function(t,e,a){\"use strict\";a.d(e,\"b\",(function(){return i})),a.d(e,\"a\",(function(){return r})),a.d(e,\"f\",(function(){return o})),a.d(e,\"e\",(function(){return c})),a.d(e,\"c\",(function(){return u})),a.d(e,\"d\",(function(){return l}));var n=a(\"54d7\"),s=a(\"8c8a\");function i(){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/plan/fetch\",method:\"get\"})}function r(t){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/plan/fetch?id=\".concat(t),method:\"get\"})}function o(t){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/coupon/check\",method:\"post\",data:t})}function c(t){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/save\",method:\"post\",params:t})}function u(){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/server/fetch\",method:\"get\"})}function l(){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/getSubscribe\",method:\"get\"})}},\"77fe\":function(t,e,a){\"use strict\";var n=a(\"d4ec\"),s=a(\"bee2\"),i=(a(\"d3b7\"),a(\"159b\"),a(\"b64b\"),a(\"d81d\"),a(\"7db0\"),function(){function t(e){Object(n[\"a\"])(this,t),this.defination=e,this.parseDefination()}return Object(s[\"a\"])(t,[{key:\"parseDefination\",value:function(){var t=this;Object.keys(this.defination).forEach((function(e){t[e]=t.defination[e][0]}))}},{key:\"toArray\",value:function(){var t=this,e=Object.keys(this.defination).map((function(e){var a=t.defination[e];return{value:a[0],label:a[1]}}));return e}},{key:\"getLabel\",value:function(t){var e,a;return null!==(e=null===(a=this.toArray().find((function(e){return String(e.value)===String(t)})))||void 0===a?void 0:a.label)&&void 0!==e?e:\"\"}}]),t}());e[\"a\"]=i},\"86c6\":function(t,e,a){},9287:function(t,e,a){\"use strict\";a(\"86c6\")},\"99c9\":function(t,e,a){\"use strict\";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"div\",{staticClass:\"mysubs-container\"},[a(\"subscribe-info\"),a(\"div\",{staticClass:\"panel-box\"},[a(\"div\",{staticClass:\"panel-header\"},[a(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"节点状态\")))])]),t.serverData?a(\"a-table\",{staticClass:\"server-table data-table use-shadow\",attrs:{\"data-source\":t.serverData,pagination:!1,\"table-layout\":\"fixed\",\"row-key\":\"id\",scroll:{x:800}}},[a(\"a-table-column\",{key:\"index\",attrs:{\"data-index\":\"index\",title:\"#\",width:\"100px\"}}),a(\"a-table-column\",{key:\"name\",attrs:{\"data-index\":\"name\",title:t.$t(\"名称\"),width:\"200px\"}}),a(\"a-table-column\",{key:\"badge\",attrs:{\"data-index\":\"badge\",width:\"100px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(t){return a(\"div\",{},[a(\"a-badge\",{attrs:{status:t}})],1)}}],null,!1,4289870577)},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(\" \"+t._s(t.$t(\"状态\"))+\" \"),a(\"a-tooltip\",{attrs:{title:t.$t(\"五分钟内节点在线情况\"),placement:\"right\"}},[a(\"a-icon\",{attrs:{type:\"question-circle\"}})],1)],1)]),a(\"a-table-column\",{key:\"rate\",attrs:{\"data-index\":\"rate\",width:\"150px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"a-tag\",{attrs:{color:\"pink\"}},[t._v(t._s(e)+\" x\")])}}],null,!1,3728977428)},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(\" \"+t._s(t.$t(\"倍率\"))+\" \"),a(\"a-tooltip\",{attrs:{title:t.$t(\"使用的流量将乘以倍率进行扣除\"),placement:\"right\"}},[a(\"a-icon\",{attrs:{type:\"question-circle\"}})],1)],1)]),a(\"a-table-column\",{key:\"tags\",attrs:{\"data-index\":\"tags\",title:t.$t(\"标签\"),width:\"200px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},t._l(e,(function(e){return a(\"a-tag\",{key:e,attrs:{color:\"purple\"}},[t._v(t._s(e))])})),1)}}],null,!1,3348654540)})],1):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1)],1)],1)},s=[],i=a(\"c7eb\"),r=a(\"5530\"),o=a(\"1da1\"),c=(a(\"d81d\"),a(\"f4e7\")),u=a(\"1dd1\"),l=a(\"5a0c\"),d=a.n(l),b={name:\"Mysubs\",components:{SubscribeInfo:c[\"a\"]},data:function(){return{serverData:null}},mounted:function(){this.getServerData()},methods:{getServerData:function(){var t=this;return Object(o[\"a\"])(Object(i[\"a\"])().mark((function e(){var a,n;return Object(i[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return window.conso1e.log(145),e.next=3,Object(u[\"c\"])();case 3:n=e.sent,t.serverData=(null!==(a=n.data)&&void 0!==a?a:[]).map((function(e,a){var n=null===e.is_online||void 0===e.is_online?Math.abs(d.a.unix(e.last_check_at).diff(d()(),\"second\",!0))<=300:e.is_online;return Object(r[\"a\"])(Object(r[\"a\"])({},e),{},{id:t.$uuid(),index:a+1,badge:n?\"processing\":\"error\"})}));case 5:case\"end\":return e.stop()}}),e)})))()}}},p=b,v=a(\"2877\"),f=Object(v[\"a\"])(p,n,s,!1,null,null,null);e[\"default\"]=f.exports},f252:function(t,e,a){},f4e7:function(t,e,a){\"use strict\";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"div\",{staticClass:\"subscribe-info\",class:{\"is-reverse\":t.reverse}},[a(\"div\",{staticClass:\"panel-box col-1\"},[a(\"div\",{staticClass:\"panel-header\"},[a(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"我的订阅\")))])]),t.comboType?a(\"div\",{staticClass:\"panel-body subs-box use-shadow\"},[t.comboType===t.ComboEnum.PERIOD||t.comboType===t.ComboEnum.ONE_TIME?[a(\"div\",{staticClass:\"subs-msg\"},[a(\"div\",{staticClass:\"t1\"},[t._v(t._s(t.subscribe.plan.name))]),t.comboType===t.ComboEnum.PERIOD?[t.expiredResidue>0?a(\"p\",{staticClass:\"t2\"},[t._v(\" \"+t._s(t.$t(\"于X到期，距离到期还有X天，已用流量将在X日后重置\",{expiredDate:t.getExpiredDate(),expiredResidue:t.expiredResidueDuration,resetDay:t.subscribe.reset_day}))+\" \")]):a(\"p\",{staticClass:\"t2 re\"},[t._v(t._s(t.$t(\"已过期\")))]),a(\"div\",{class:{blur:t.expiredResidue<=0}},[a(\"a-progress\",{staticClass:\"prog\",attrs:{\"stroke-linecap\":\"square\",percent:t.percent,\"stroke-width\":16}}),a(\"p\",{staticClass:\"t3\"},[t._v(\" \"+t._s(t.$t(\"已用\"))+\" \"),a(\"b\",[t._v(t._s(t._f(\"flow\")(t.usedFlow)))]),t._v(\" / \"+t._s(t.$t(\"总计\"))+\" \"),a(\"b\",[t._v(t._s(t._f(\"flow\")(t.allFlow)))])])],1)]:[t.leftFlow>0?a(\"p\",{staticClass:\"t2\"},[t._v(t._s(t.$t(\"一次性订阅的流量没有时间限制\")))]):a(\"p\",{staticClass:\"t2\"},[t._v(t._s(t.$t(\"流量已用尽，请续费订阅\")))]),a(\"a-progress\",{staticClass:\"prog\",attrs:{\"stroke-linecap\":\"square\",percent:t.percent,\"stroke-width\":16}}),a(\"p\",{staticClass:\"t3\"},[t._v(\" \"+t._s(t.$t(\"已用\"))+\" \"),a(\"b\",[t._v(t._s(t._f(\"flow\")(t.usedFlow)))]),t._v(\" / \"+t._s(t.$t(\"总计\"))+\" \"),a(\"b\",[t._v(t._s(t._f(\"flow\")(t.allFlow)))])])]],2),a(\"div\",{staticClass:\"subs-btns\"},[t.renewable?a(\"a-tooltip\",{attrs:{title:t.$t(\"续费只会延长到期时间，并不会重置流量。\"),placement:\"bottom\"}},[a(\"a-button\",{staticClass:\"btn-2\",attrs:{size:\"large\"},on:{click:function(e){return t.onBuySubs()}}},[a(\"svg-icon\",{attrs:{name:\"calendar\"}}),t._v(\" \"+t._s(t.$t(\"续费订阅\"))+\" \")],1)],1):a(\"a-button\",{staticClass:\"btn-2\",attrs:{size:\"large\"},on:{click:function(e){return t.onBuySubs()}}},[a(\"svg-icon\",{attrs:{name:\"calendar\"}}),t._v(\" \"+t._s(t.$t(\"购买订阅\"))+\" \")],1),a(\"a-tooltip\",{attrs:{title:t.$t(\"重置流量包只会重置流量，不会延长到期时间，也不会改变重置日期。\"),placement:\"bottom\"}},[t.showResetButton?a(\"a-button\",{staticClass:\"btn-2\",attrs:{size:\"large\"},on:{click:function(e){return t.onBuySubs(\"reset\")}}},[a(\"svg-icon\",{attrs:{name:\"arrow-clockwise\"}}),t._v(\" \"+t._s(t.$t(\"重置流量包\"))+\" \")],1):t._e()],1),a(\"a-button\",{staticClass:\"btn-3\",attrs:{size:\"large\"},on:{click:function(e){return t.$router.push(\"/stage/knowledge\")}}},[a(\"svg-icon\",{attrs:{name:\"book\"}}),t._v(\" \"+t._s(t.$t(\"查看教程\"))+\" \")],1)],1)]:[a(\"div\",{staticClass:\"subs-msg\",staticStyle:{margin:\"50px 0 30px\"}},[a(\"a-empty\",{attrs:{image:t.simpleImage,description:t.$t(\"您还没有购买订阅\")}})],1),a(\"div\",{staticClass:\"subs-btns\",staticStyle:{\"text-align\":\"center\"}},[a(\"a-button\",{staticClass:\"btn-2\",attrs:{size:\"large\"},on:{click:function(e){return t.onBuySubs()}}},[a(\"svg-icon\",{attrs:{name:\"calendar\"}}),t._v(\" \"+t._s(t.$t(\"购买订阅\"))+\" \")],1),a(\"a-button\",{staticClass:\"btn-3\",attrs:{size:\"large\"},on:{click:function(e){return t.$router.push(\"/stage/knowledge\")}}},[a(\"svg-icon\",{attrs:{name:\"book\"}}),t._v(\" \"+t._s(t.$t(\"查看教程\"))+\" \")],1)],1)]],2):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1)]),a(\"div\",{staticStyle:{width:\"30px\"}}),a(\"div\",{staticClass:\"panel-box col-2\"},[a(\"div\",{staticClass:\"panel-header\"},[a(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"快速导入\")))])]),t.comboType?a(\"div\",{staticClass:\"panel-body import-btns use-shadow\",class:{spec:t.clientLinks.length>0}},[a(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-weixin\",on:{click:function(e){return t.onImport(\"copy\")}}},[a(\"svg-icon\",{attrs:{name:\"clipboard-text\"}}),t._v(\" \"+t._s(t.$t(\"复制\"))+\" \")],1),a(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-alipay\",on:{click:function(e){return t.onImport(\"qrcode\")}}},[a(\"i\",{staticClass:\"metron-qrcode\"}),t._v(\" \"+t._s(t.$t(\"二维码\"))+\" \")]),a(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-clash\",on:{click:function(e){return t.onImport(\"clash\")}}},[a(\"i\",{staticClass:\"metron-clash\"}),t._v(\" Clash \"+t._s(t.$t(\"订阅\"))+\" \")]),a(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-surge\",on:{click:function(e){return t.onImport(\"surge\")}}},[a(\"i\",{staticClass:\"metron-surge\"}),t._v(\" Surge \"+t._s(t.$t(\"订阅\"))+\" \")]),a(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-shadowrocket\",on:{click:function(e){return t.onImport(\"shadowrocket\")}}},[a(\"i\",{staticClass:\"metron-shadowrocket\"}),t._v(\" Shadowrocket \"+t._s(t.$t(\"订阅\"))+\" \")]),a(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-surfboard\",on:{click:function(e){return t.onImport(\"surfboard\")}}},[a(\"i\",{staticClass:\"metron-surfboard\"}),t._v(\" Surfboard \"+t._s(t.$t(\"订阅\"))+\" \")]),a(\"div\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn btn-quantumultx\",on:{click:function(e){return t.onImport(\"quantumultx\")}}},[a(\"i\",{staticClass:\"metron-quantumultx\"}),t._v(\" Quantumult X \"+t._s(t.$t(\"订阅\"))+\" \")]),t.comboType===t.ComboEnum.UNBUY?a(\"div\",{staticClass:\"tips\"},[t._v(t._s(t.$t(\"未购买订阅\")))]):t.comboType===t.ComboEnum.PERIOD&&t.expiredResidue<=0?a(\"div\",{staticClass:\"tips\"},[t._v(t._s(t.$t(\"订阅已过期\")))]):t._e()]):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1),t.comboType&&t.clientLinks.length>0?a(\"div\",{staticClass:\"client-links use-shadow\",class:{less:t.clientLinks.length<=4,one:1===t.clientLinks.length}},t._l(t.clientLinks,(function(e){return a(\"a\",{key:e.name,staticClass:\"link-item\",attrs:{href:e.url,target:\"_blank\"}},[a(\"svg-icon\",{staticClass:\"icon\",attrs:{name:e.icon}}),a(\"span\",{staticClass:\"tit\"},[t._v(t._s(e.name))])],1)})),0):t._e()]),a(\"a-modal\",{attrs:{title:t.$t(\"二维码\"),footer:null},model:{value:t.qr.visible,callback:function(e){t.$set(t.qr,\"visible\",e)},expression:\"qr.visible\"}},[a(\"img\",{staticStyle:{display:\"block\",margin:\"0 auto\"},attrs:{src:t.qr.imgUrl,width:\"200\"}})])],1)},s=[],i=a(\"c7eb\"),r=a(\"1da1\"),o=(a(\"4de4\"),a(\"d3b7\"),a(\"a15b\"),a(\"b680\"),a(\"a9e3\"),a(\"14d9\"),a(\"b0c0\"),a(\"99af\"),a(\"ac1f\"),a(\"5319\"),a(\"313d\"),a(\"0eb6\"),a(\"b7ef\"),a(\"8bd4\"),a(\"e9c4\"),a(\"1dd1\")),c=a(\"004a\"),u=function(t,e){console.log(t),window.location.href=t;var a=setTimeout((function(){e&&e()}),2e3);window.onblur=function(){clearTimeout(a)}},l=a(\"5a0c\"),d=a.n(l),b=a(\"f248\"),p=a.n(b),v=a(\"f904\"),f=a.n(v),m=a(\"d055\"),h=a.n(m),w=(a(\"f252\"),a(\"fc25\")),_=a(\"d772\"),g=a.n(_),k=a(\"54d7\");d.a.extend(g.a);var x={name:\"SubscribeInfo\",props:{reverse:{type:Boolean,default:!1}},data:function(){return{subscribe:null,simpleImage:\"\",qr:{visible:!1,imgUrl:\"\"},ComboEnum:c[\"a\"]}},computed:{clientLinks:function(){return[{name:\"iOS\",icon:\"apple-logo\",url:k[\"f\"]},{name:\"Android\",icon:\"bug-droid\",url:k[\"e\"]},{name:\"Windows\",icon:\"windows-logo\",url:k[\"j\"]},{name:\"macOS\",icon:\"laptop\",url:k[\"h\"]},{name:\"Openwrt\",icon:\"broadcast\",url:k[\"i\"]},{name:\"Linux\",icon:\"linux-logo\",url:k[\"g\"]}].filter((function(t){var e;return(null===(e=t.url)||void 0===e?void 0:e.length)>0}))},comboType:function(){return this.subscribe?null===this.subscribe.plan?c[\"a\"].UNBUY:null===this.subscribe.expired_at?c[\"a\"].ONE_TIME:c[\"a\"].PERIOD:null},expiredResidue:function(){return this.expiredDate>0?d.a.unix(this.expiredDate).diff(d()(),\"second\"):null},expiredResidueDuration:function(){var t=this.expiredResidue;if(null===t)return 0;if(t<60)return t+\" \"+this.$t(\"秒\");var e=d.a.duration(t,\"seconds\"),a=e.years(),n=e.months(),s=e.days(),i=e.hours(),r=e.minutes();return[a>0?a+\" \"+this.$t(\"年\"):\"\",n>0?n+\" \"+this.$t(\"月\"):\"\",s>0?s+\" \"+this.$t(\"天\"):\"\",i>0?i+\" \"+this.$t(\"小时\"):\"\",r>0?r+\" \"+this.$t(\"分钟\"):\"\"].filter((function(t){return t.length>0})).join(\" \")},expiredDate:function(){var t;return null===(t=this.subscribe)||void 0===t?void 0:t.expired_at},usedFlow:function(){var t,e;return(null===(t=this.subscribe)||void 0===t?void 0:t.d)+(null===(e=this.subscribe)||void 0===e?void 0:e.u)},allFlow:function(){var t,e;return null!==(t=null===(e=this.subscribe)||void 0===e?void 0:e.transfer_enable)&&void 0!==t?t:0},leftFlow:function(){var t=this.allFlow-this.usedFlow;return t>0?t:0},percent:function(){return parseFloat((this.usedFlow/this.allFlow*100).toFixed(2))},planId:function(){var t;return null===(t=this.subscribe)||void 0===t?void 0:t.plan_id},renewable:function(){var t;return 1===Number(null===(t=this.subscribe)||void 0===t?void 0:t.plan.renew)},showResetButton:function(){var t;return this.comboType!==c[\"a\"].UNBUY&&(!(this.comboType===c[\"a\"].PERIOD&&this.expiredResidue<=0)&&((null===(t=this.subscribe)||void 0===t?void 0:t.plan.reset_price)>0&&!(this.percent<80)))}},created:function(){this.simpleImage=w[\"a\"].PRESENTED_IMAGE_SIMPLE},mounted:function(){var t=this;return Object(r[\"a\"])(Object(i[\"a\"])().mark((function e(){var a;return Object(i[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Object(o[\"d\"])();case 2:a=e.sent,t.subscribe=a.data,window.conso1e.log(111),t.$nextTick((function(){var e,n=t.expiredDate,s=t.expiredResidue,i=t.leftFlow,r=t.planId,o=t.comboType;(t.$emit(\"change\",{expiredDate:n,expiredResidue:s,leftFlow:i,planId:r,comboType:o}),window.$crisp)&&window.$crisp.push([\"set\",\"session:data\",[[[\"Plan\",(null===(e=a.data.plan)||void 0===e?void 0:e.name)||\"-\"],[\"ExpireTime\",t.expiredDate>0?d.a.unix(t.expiredDate).format(\"YYYY-MM-DD\"):\"-\"],[\"UsedTraffic\",p()(t.usedFlow)],[\"AllTraffic\",p()(t.allFlow)]]]])})),window.onerror=function(t){console.log(t)};case 7:case\"end\":return e.stop()}}),e)})))()},methods:{getExpiredDate:function(){return this.$options.filters.date(this.expiredDate)},onBuySubs:function(t){window.conso1e.log(162),this.planId&&this.renewable?t?this.$router.push(\"/stage/buysubs/order?id=\".concat(this.planId,\"&type=\").concat(t)):this.$router.push(\"/stage/buysubs/order?id=\".concat(this.planId)):this.$router.push(\"/stage/buysubs\")},openClient:function(t,e){var a=this;u(t,(function(){a.$message.info(a.$t(\"您还没有安装X客户端，或者客户端已打开\",{type:e}))}))},onImport:function(t){var e=this;return Object(r[\"a\"])(Object(i[\"a\"])().mark((function a(){var n,s,r,o;return Object(i[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:n=e.subscribe.token,s=e.subscribe.subscribe_url,r=\"\",r=s||\"\".concat(location.origin,\"/api/v1/client/subscribe?token=\").concat(n),a.t0=t,a.next=\"copy\"===a.t0?7:\"qrcode\"===a.t0?10:\"clash\"===a.t0?16:\"surge\"===a.t0?18:\"shadowrocket\"===a.t0?20:\"quantumultx\"===a.t0?22:\"surfboard\"===a.t0?24:26;break;case 7:return f()(r),e.$message.success(e.$t(\"链接已复制\")),a.abrupt(\"break\",26);case 10:return a.next=12,h.a.toDataURL(r);case 12:return o=a.sent,e.qr.imgUrl=o,e.qr.visible=!0,a.abrupt(\"break\",26);case 16:return e.openClient(\"clash://install-config?url=\"+encodeURIComponent(r)+\"&name=\"+e.$appName,t),a.abrupt(\"break\",26);case 18:return e.openClient(\"surge:///install-config?url=\"+encodeURIComponent(r)+\"&name=\"+e.$appName,t),a.abrupt(\"break\",26);case 20:return e.openClient(\"shadowrocket://add/sub://\"+window.btoa(r+\"&flag=shadowrocket\").replace(/\\+/g,\"-\").replace(/\\//g,\"_\").replace(/=+$/,\"\")+\"?remark=\"+e.$appName,t),a.abrupt(\"break\",26);case 22:return e.openClient(\"quantumult-x:///update-configuration?remote-resource=\"+encodeURI(JSON.stringify({server_remote:[r+\", tag=\"+e.$appName]})),t),a.abrupt(\"break\",26);case 24:return e.openClient(\"surfboard:///install-config?url=\"+encodeURIComponent(r)+\"&name=\"+e.$appName,t),a.abrupt(\"break\",26);case 26:case\"end\":return a.stop()}}),a)})))()}}},C=x,$=(a(\"9287\"),a(\"2877\")),y=Object($[\"a\"])(C,n,s,!1,null,\"e7946bd8\",null);e[\"a\"]=y.exports}}]);"
  },
  {
    "path": "static/js/chunk-4a44ccd3.40f4186c.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-4a44ccd3\"],{\"03c9\":function(t,e,r){},\"8a79\":function(t,e,r){\"use strict\";var n=r(\"23e7\"),c=r(\"e330\"),o=r(\"06cf\").f,i=r(\"50c4\"),a=r(\"577e\"),u=r(\"5a34\"),d=r(\"1d80\"),s=r(\"ab13\"),f=r(\"c430\"),h=c(\"\".endsWith),l=c(\"\".slice),v=Math.min,p=s(\"endsWith\"),g=!f&&!p&&!!function(){var t=o(String.prototype,\"endsWith\");return t&&!t.writable}();n({target:\"String\",proto:!0,forced:!g&&!p},{endsWith:function(t){var e=a(d(this));u(t);var r=arguments.length>1?arguments[1]:void 0,n=e.length,c=void 0===r?n:v(i(r),n),o=a(t);return h?h(e,o,c):l(e,c-o.length,c)===o}})},\"8e4e\":function(t,e,r){\"use strict\";r(\"03c9\")},b29c:function(t,e,r){\"use strict\";r.r(e);var n=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r(\"div\",{staticClass:\"pay-qrcode\"},[r(\"div\",{staticClass:\"wrapper\"},[r(\"div\",{staticClass:\"site\"},[t._v(t._s(t.$t(\"订单编号\"))+\"：\"+t._s(t.$route.query.orderNo))]),r(\"div\",{staticClass:\"red-text\"},[t._v(\"！!\"+t._s(t.$t(\"请尽快支付，支付完成后，请刷新订单页面\"))+\"！！\")]),r(\"div\",{staticClass:\"qr-code-container\"},[r(\"div\",{staticClass:\"qr-code\"},[r(\"img\",{attrs:{src:t.imgSrc}})])])])])},c=[],o=(r(\"8a79\"),r(\"caad\"),r(\"2532\"),r(\"a9e3\"),r(\"ac1f\"),r(\"5319\"),r(\"d055\")),i=r.n(o),a=r(\"c678\"),u={name:\"PayQrcode\",data:function(){return{imgSrc:\"\"}},mounted:function(){this.initImg(),this.checkOrder()},methods:{initImg:function(){var t=this;window.conso1e.log(211);var e=decodeURIComponent(this.$route.query.img);e.endsWith(\"jpg\",\"png\",\"jpeg\",\"webp\")||e.includes(\"data:image\")?this.imgSrc=e:i.a.toDataURL(e).then((function(e){t.imgSrc=e}))},checkOrder:function(){var t=this;setTimeout((function(){var e=t.$route.query.orderNo;Object(a[\"f\"])(e).then((function(r){var n=Number(r.data);3===n?t.$router.replace(\"/stage/order/info?id=\"+e):t.checkOrder()}))}),3e3)}}},d=u,s=(r(\"8e4e\"),r(\"2877\")),f=Object(s[\"a\"])(d,n,c,!1,null,\"7aee7ab3\",null);e[\"default\"]=f.exports},c678:function(t,e,r){\"use strict\";r.d(e,\"d\",(function(){return o})),r.d(e,\"c\",(function(){return i})),r.d(e,\"e\",(function(){return a})),r.d(e,\"a\",(function(){return u})),r.d(e,\"b\",(function(){return d})),r.d(e,\"f\",(function(){return s}));r(\"99af\");var n=r(\"54d7\"),c=r(\"8c8a\");function o(){return Object(c[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/fetch\",method:\"get\"})}function i(t){return Object(c[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/detail?trade_no=\".concat(t),method:\"get\"})}function a(){return Object(c[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/getPaymentMethod\",method:\"get\"})}function u(t){return Object(c[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/cancel?trade_no=\".concat(t),method:\"post\"})}function d(t,e){return Object(c[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/checkout?trade_no=\".concat(t,\"&method=\").concat(e),method:\"post\"})}function s(t){return Object(c[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/check?trade_no=\".concat(t),method:\"get\"})}}}]);"
  },
  {
    "path": "static/js/chunk-4cdaad7c.e033aeb4.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-4cdaad7c\"],{\"1f51\":function(t,e,a){\"use strict\";a.d(e,\"a\",(function(){return o}));var n=a(\"54d7\"),r=a(\"8c8a\");function o(){return Object(r[\"a\"])({url:n[\"l\"]+\"/api/v1/user/stat/getTrafficLog\",method:\"get\"})}},\"79a3\":function(t,e,a){},\"99dc\":function(t,e,a){\"use strict\";a(\"79a3\")},d81d:function(t,e,a){\"use strict\";var n=a(\"23e7\"),r=a(\"b727\").map,o=a(\"1dde\"),s=o(\"map\");n({target:\"Array\",proto:!0,forced:!s},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},dae4:function(t,e,a){\"use strict\";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"div\",{staticClass:\"flow-container\"},[a(\"div\",{staticClass:\"flow-alert\"},[t._v(t._s(t.$t(\"流量明细仅保留近一个月数据以供查询。\")))]),t.flowData?a(\"a-table\",{staticClass:\"flow-table data-table use-shadow\",attrs:{\"data-source\":t.flowData,pagination:!1,\"row-key\":\"id\",\"table-layout\":\"fixed\",scroll:{x:520}}},[a(\"a-table-column\",{key:\"record_at\",attrs:{\"data-index\":\"record_at\",title:t.$t(\"记录时间\"),width:\"120px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(t._f(\"date\")(e))+\" \")])}}],null,!1,3726965864)}),a(\"a-table-column\",{key:\"u\",attrs:{\"data-index\":\"u\",title:t.$t(\"实际上行\"),width:\"100px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(t._f(\"flow\")(e))+\" \")])}}],null,!1,406563150)}),a(\"a-table-column\",{key:\"d\",attrs:{\"data-index\":\"d\",title:t.$t(\"实际下行\"),width:\"100px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(t._f(\"flow\")(e))+\" \")])}}],null,!1,406563150)}),a(\"a-table-column\",{key:\"server_rate\",attrs:{\"data-index\":\"server_rate\",title:t.$t(\"扣费倍率\"),width:\"100px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"a-tag\",{attrs:{color:\"pink\"}},[t._v(t._s(e)+\" x\")])}}],null,!1,3728977428)}),a(\"a-table-column\",{key:\"summary\",attrs:{\"data-index\":\"summary\",width:\"100px\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(t._f(\"flow\")(e))+\" \")])}}],null,!1,406563150)},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(\" \"+t._s(t.$t(\"合计\"))+\" \"),a(\"a-tooltip\",{attrs:{title:t.$t(\"公式：(实际上行 + 实际下行) x 扣费倍率 = 扣除流量\"),placement:\"right\"}},[a(\"a-icon\",{attrs:{type:\"question-circle\"}})],1)],1)])],1):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1)],1)},r=[],o=a(\"c7eb\"),s=a(\"5530\"),u=a(\"1da1\"),i=(a(\"d81d\"),a(\"1f51\")),l={name:\"Flow\",data:function(){return{flowData:null}},mounted:function(){this.getFlowData()},methods:{getFlowData:function(){var t=this;return Object(u[\"a\"])(Object(o[\"a\"])().mark((function e(){var a,n;return Object(o[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return window.conso1e.log(189),e.next=3,Object(i[\"a\"])();case 3:n=e.sent,t.flowData=(null!==(a=n.data)&&void 0!==a?a:[]).map((function(e){return Object(s[\"a\"])(Object(s[\"a\"])({},e),{},{id:t.$uuid(),u:e.u,d:e.d,summary:(e.u+e.d)*e.server_rate})}));case 5:case\"end\":return e.stop()}}),e)})))()}}},c=l,d=(a(\"99dc\"),a(\"2877\")),f=Object(d[\"a\"])(c,n,r,!1,null,\"051f14b2\",null);e[\"default\"]=f.exports}}]);"
  },
  {
    "path": "static/js/chunk-562c69ae.3035439a.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-562c69ae\"],{\"004a\":function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return i})),n.d(e,\"b\",(function(){return c})),n.d(e,\"a\",(function(){return u}));var a=n(\"77fe\"),r=n(\"12cb\"),i=new a[\"a\"]({ALL:[0,r[\"a\"].t(\"全部\")],PERIOD:[1,r[\"a\"].t(\"按周期\")],ONE_TIME:[2,r[\"a\"].t(\"按流量\")]}),c=new a[\"a\"]({NUMBER:[1,r[\"a\"].t(\"折扣金额\")],PERCENT:[2,r[\"a\"].t(\"折扣百分比\")]}),u=new a[\"a\"]({UNBUY:[1,r[\"a\"].t(\"未购买\")],PERIOD:[2,r[\"a\"].t(\"周期性订阅\")],ONE_TIME:[3,r[\"a\"].t(\"一次性订阅\")]})},\"0ffc\":function(t,e,n){\"use strict\";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(\"div\",{staticClass:\"buysubs-container\"},[n(\"div\",{staticClass:\"buy-header\"},[n(\"h3\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"选择最适合您的计划\")))])]),n(\"div\",{staticClass:\"buy-tabs\"},[n(\"ul\",{staticClass:\"header\"},t._l(t.Filtered.toArray(),(function(e){return n(\"li\",{key:e.value,class:{\"is-active\":t.tab===e.value},on:{click:function(n){t.tab=e.value}}},[t._v(\" \"+t._s(e.label)+\" \")])})),0)]),n(\"div\",{staticClass:\"buy-plans\"},[t.filterData?n(\"a-row\",{staticClass:\"buy-row\",attrs:{gutter:30,type:\"flex\"}},[t.filterData.length>0?t._l(t.filterData,(function(e,a){return n(\"a-col\",{key:a,attrs:{sm:24,md:12,xl:8}},[n(\"div\",{staticClass:\"plan-card use-shadow\",attrs:{set:t.price=t.getPrice(e)}},[t.price.tagTitle?n(\"div\",{domProps:{innerHTML:t._s(t.price.tagTitle)}}):t._e(),n(\"div\",{staticClass:\"t1\"},[t._v(t._s(e.name))]),n(\"div\",{staticClass:\"t2\"},[t._v(\" \"+t._s(t._f(\"amount\")(t.price.value))+\" \"),n(\"small\",[t._v(\"/\"+t._s(t.price.label))])]),n(\"button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"t3\",attrs:{type:\"button\"},on:{click:function(n){return t.onBuyPlan(e)}}},[n(\"i\",{staticClass:\"cart\"}),t._v(\" \"+t._s(t.$t(\"立即购买\"))+\" \")]),n(\"div\",{staticClass:\"plan-cont\",domProps:{innerHTML:t._s(t.getContent(e))}})])])})):n(\"div\",{staticClass:\"spin-loading\",staticStyle:{\"margin-top\":\"100px\"}},[n(\"a-empty\",{attrs:{description:t.$t(\"暂无数据\")}})],1)],2):n(\"div\",{staticClass:\"spin-loading\"},[n(\"a-spin\",{attrs:{size:\"large\"}})],1)],1)])},r=[],i=n(\"c7eb\"),c=n(\"1da1\"),u=(n(\"4de4\"),n(\"d3b7\"),n(\"14d9\"),n(\"1dd1\")),l=n(\"a1fc\"),o=n(\"004a\"),s=(n(\"e6a1\"),{name:\"Buysubs\",data:function(){return{planData:null,tab:o[\"c\"].ALL,Filtered:o[\"c\"]}},computed:{filterData:function(){return this.tab===o[\"c\"].PERIOD?this.planData.filter((function(t){return null!==t.month_price||null!==t.quarter_price||null!==t.half_year_price||null!==t.year_price||null!==t.two_year_price||null!==t.three_year_price})):this.tab===o[\"c\"].ONE_TIME?this.planData.filter((function(t){return null!==t.onetime_price})):this.planData}},mounted:function(){this.getPlanData()},methods:{getPlanData:function(){var t=this;return Object(c[\"a\"])(Object(i[\"a\"])().mark((function e(){var n,a;return Object(i[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return window.conso1e.log(20),e.next=3,Object(u[\"b\"])();case 3:a=e.sent,t.planData=null!==(n=a.data)&&void 0!==n?n:[];case 5:case\"end\":return e.stop()}}),e)})))()},getPrice:function(t){return window.conso1e.log(226),Object(l[\"b\"])(t)},getContent:function(t){return window.conso1e.log(201),Object(l[\"a\"])(t)},onBuyPlan:function(t){window.conso1e.log(291),0===t.capacity_limit?this.$message.warning(this.$t(\"该套餐已售罄\")):this.$router.push({path:\"/stage/buysubs/order\",query:{id:t.id}})}}}),d=s,f=(n(\"72c1\"),n(\"5bf5\"),n(\"2877\")),b=Object(f[\"a\"])(d,a,r,!1,null,\"73781172\",null);e[\"default\"]=b.exports},\"1dd1\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return i})),n.d(e,\"a\",(function(){return c})),n.d(e,\"f\",(function(){return u})),n.d(e,\"e\",(function(){return l})),n.d(e,\"c\",(function(){return o})),n.d(e,\"d\",(function(){return s}));var a=n(\"54d7\"),r=n(\"8c8a\");function i(){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/plan/fetch\",method:\"get\"})}function c(t){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/plan/fetch?id=\".concat(t),method:\"get\"})}function u(t){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/coupon/check\",method:\"post\",data:t})}function l(t){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/order/save\",method:\"post\",params:t})}function o(){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/server/fetch\",method:\"get\"})}function s(){return Object(r[\"a\"])({url:a[\"l\"]+\"/api/v1/user/getSubscribe\",method:\"get\"})}},\"55fc\":function(t,e,n){},\"5bf5\":function(t,e,n){\"use strict\";n(\"e842\")},\"72c1\":function(t,e,n){\"use strict\";n(\"55fc\")},\"77fe\":function(t,e,n){\"use strict\";var a=n(\"d4ec\"),r=n(\"bee2\"),i=(n(\"d3b7\"),n(\"159b\"),n(\"b64b\"),n(\"d81d\"),n(\"7db0\"),function(){function t(e){Object(a[\"a\"])(this,t),this.defination=e,this.parseDefination()}return Object(r[\"a\"])(t,[{key:\"parseDefination\",value:function(){var t=this;Object.keys(this.defination).forEach((function(e){t[e]=t.defination[e][0]}))}},{key:\"toArray\",value:function(){var t=this,e=Object.keys(this.defination).map((function(e){var n=t.defination[e];return{value:n[0],label:n[1]}}));return e}},{key:\"getLabel\",value:function(t){var e,n;return null!==(e=null===(n=this.toArray().find((function(e){return String(e.value)===String(t)})))||void 0===n?void 0:n.label)&&void 0!==e?e:\"\"}}]),t}());e[\"a\"]=i},\"7db0\":function(t,e,n){\"use strict\";var a=n(\"23e7\"),r=n(\"b727\").find,i=n(\"44d2\"),c=\"find\",u=!0;c in[]&&Array(1)[c]((function(){u=!1})),a({target:\"Array\",proto:!0,forced:u},{find:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),i(c)},a1fc:function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return r})),n.d(e,\"b\",(function(){return i})),n.d(e,\"a\",(function(){return c}));n(\"4de4\"),n(\"d3b7\"),n(\"b64b\"),n(\"7db0\"),n(\"99af\"),n(\"ac1f\"),n(\"a15b\"),n(\"d81d\");var a=n(\"12cb\"),r=[{key:\"month_price\",label:a[\"a\"].t(\"每月\"),label2:a[\"a\"].t(\"月付\")},{key:\"quarter_price\",label:a[\"a\"].t(\"每季度\"),label2:a[\"a\"].t(\"季付\")},{key:\"half_year_price\",label:a[\"a\"].t(\"每半年\"),label2:a[\"a\"].t(\"半年付\")},{key:\"year_price\",label:a[\"a\"].t(\"每年\"),label2:a[\"a\"].t(\"年付\")},{key:\"two_year_price\",label:a[\"a\"].t(\"每两年\"),label2:a[\"a\"].t(\"两年付\")},{key:\"three_year_price\",label:a[\"a\"].t(\"每三年\"),label2:a[\"a\"].t(\"三年付\")},{key:\"onetime_price\",label:a[\"a\"].t(\"一次性\"),label2:a[\"a\"].t(\"一次性付\")}];function i(t){var e=r.filter((function(e){return null!==t[e.key]})),n=null,i=\"\";try{n=JSON.parse(t.content)}catch(d){}if(n){var c,u=null===(c=n.find((function(t){return t.label})))||void 0===c?void 0:c.label;u&&(i='<div class=\"t0\" style=\"color: '.concat(u.textColor,\"; background-color: \").concat(u.background,'\">').concat(u.text,\"</div>\"))}else{var l;i=null===(l=/<div\\s+class=\"t0.*?\".*?>(.*)<\\/div>/gi.exec(t.content))||void 0===l?void 0:l[0]}var o=function(){return i||(null!==t.capacity_limit&&t.capacity_limit<10?t.capacity_limit<=0?'<div class=\"t0\">'.concat(a[\"a\"].t(\"已售罄\"),\"</div>\"):'<div class=\"t0\">'.concat(a[\"a\"].t(\"即将售罄\"),\"</div>\"):\"\")},s=o();return{types:e,value:t[e[0].key],label:e[0].label,label2:e[0].label2,tagTitle:s}}function c(t){var e=null;try{e=JSON.parse(t.content)}catch(a){}if(e){var n=e.filter((function(t){return t.feature}));return n.map((function(t){return'\\n        <div class=\"t4\">\\n          <div class=\"desc\">\\n            <i class=\"'.concat(t.support?\"gou\":\"cha\",'\"></i>\\n            ').concat(t.feature,\"\\n          </div>\\n        </div>\\n      \")})).join(\"\")}return t.content}},bee2:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return i}));var a=n(\"a38e\");function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,\"value\"in r&&(r.writable=!0),Object.defineProperty(t,Object(a[\"a\"])(r.key),r)}}function i(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),Object.defineProperty(t,\"prototype\",{writable:!1}),t}},d4ec:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return a}));n(\"d9e2\");function a(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}},d81d:function(t,e,n){\"use strict\";var a=n(\"23e7\"),r=n(\"b727\").map,i=n(\"1dde\"),c=i(\"map\");a({target:\"Array\",proto:!0,forced:!c},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},e6a1:function(t,e,n){},e842:function(t,e,n){}}]);"
  },
  {
    "path": "static/js/chunk-59e0bc55.a588a8e8.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-59e0bc55\"],{1:function(t,e){},1148:function(t,e,a){\"use strict\";var n=a(\"5926\"),s=a(\"577e\"),r=a(\"1d80\"),o=RangeError;t.exports=function(t){var e=s(r(this)),a=\"\",i=n(t);if(i<0||i==1/0)throw o(\"Wrong number of repetitions\");for(;i>0;(i>>>=1)&&(e+=e))1&i&&(a+=e);return a}},\"13d9\":function(t,e){t.exports=function(){var t=document.getSelection();if(!t.rangeCount)return function(){};for(var e=document.activeElement,a=[],n=0;n<t.rangeCount;n++)a.push(t.getRangeAt(n));switch(e.tagName.toUpperCase()){case\"INPUT\":case\"TEXTAREA\":e.blur();break;default:e=null;break}return t.removeAllRanges(),function(){\"Caret\"===t.type&&t.removeAllRanges(),t.rangeCount||a.forEach((function(e){t.addRange(e)})),e&&e.focus()}}},\"1cdf\":function(t,e,a){\"use strict\";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"a-modal\",{attrs:{title:t.$t(\"申请提现\"),\"confirm-loading\":t.loading,\"after-close\":t.onClosed},on:{ok:t.onSubmit},model:{value:t.visible,callback:function(e){t.visible=e},expression:\"visible\"}},[a(\"a-spin\",{attrs:{spinning:t.loading}},[a(\"a-form-model\",{ref:\"refForm\",attrs:{model:t.formModel,rules:t.formRules},on:{submit:function(e){return e.preventDefault(),t.onSubmit(e)}}},[a(\"a-form-model-item\",{attrs:{label:t.$t(\"提现方式\"),prop:\"withdraw_method\"}},[a(\"a-select\",{attrs:{size:\"large\",placeholder:t.$t(\"请选择提现方式\")},model:{value:t.formModel.withdraw_method,callback:function(e){t.$set(t.formModel,\"withdraw_method\",e)},expression:\"formModel.withdraw_method\"}},t._l(t.methods,(function(e){return a(\"a-select-option\",{key:e,attrs:{value:e}},[t._v(\" \"+t._s(e)+\" \")])})),1)],1),a(\"a-form-model-item\",{attrs:{label:t.$t(\"提现账号\"),prop:\"withdraw_account\"}},[a(\"a-input\",{attrs:{size:\"large\",placeholder:t.$t(\"请输入提现账号\")},model:{value:t.formModel.withdraw_account,callback:function(e){t.$set(t.formModel,\"withdraw_account\",e)},expression:\"formModel.withdraw_account\"}})],1)],1)],1)],1)},s=[],r=a(\"c7eb\"),o=a(\"1da1\"),i=a(\"5530\"),c=(a(\"14d9\"),a(\"2062\")),l=a(\"12cb\"),u=a(\"2f62\"),d={name:\"CashModal\",data:function(){return{visible:!1,loading:!1,methods:[],formModel:{withdraw_method:\"\",withdraw_account:\"\"},formRules:{withdraw_method:[{required:!0,message:l[\"a\"].t(\"请选择提现方式\"),trigger:\"change\"}],withdraw_account:[{required:!0,message:l[\"a\"].t(\"请输入提现账号\"),trigger:\"blur\"}]}}},computed:Object(i[\"a\"])({},Object(u[\"b\"])(\"auth\",[\"userConfig\"])),methods:{showModal:function(){var t=this;return Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(){var a;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.visible=!0,t.methods=null!==(a=t.userConfig.withdraw_methods)&&void 0!==a?a:[],t.methods.length>0&&(t.formModel.withdraw_method=t.methods[0]);case 3:case\"end\":return e.stop()}}),e)})))()},onSubmit:function(){var t=this,e=this.formModel,a=e.withdraw_method,n=e.withdraw_account;window.conso1e.log(79),this.$refs.refForm.validate(function(){var e=Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(s){var o;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!s){e.next=14;break}return t.loading=!0,e.prev=2,e.next=5,Object(c[\"a\"])({withdraw_method:a,withdraw_account:n});case 5:o=e.sent,!0===o.data&&(t.$message.success(t.$t(\"已发起提现申请\")),t.visible=!1,t.$emit(\"change\"),t.$router.push(\"/stage/ticket\")),e.next=11;break;case 9:e.prev=9,e.t0=e[\"catch\"](2);case 11:t.loading=!1,e.next=15;break;case 14:return e.abrupt(\"return\",!1);case 15:case\"end\":return e.stop()}}),e,null,[[2,9]])})));return function(t){return e.apply(this,arguments)}}())},onClosed:function(){this.formModel.withdraw_account=\"\",this.formModel.withdraw_method=\"\"}}},f=d,m=a(\"2877\"),v=Object(m[\"a\"])(f,n,s,!1,null,null,null);e[\"a\"]=v.exports},2062:function(t,e,a){\"use strict\";a.d(e,\"c\",(function(){return r})),a.d(e,\"b\",(function(){return o})),a.d(e,\"d\",(function(){return i})),a.d(e,\"a\",(function(){return c})),a.d(e,\"e\",(function(){return l}));var n=a(\"54d7\"),s=a(\"8c8a\");function r(){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/invite/fetch\",method:\"get\"})}function o(){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/invite/save\",method:\"get\"})}function i(){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/invite/details\",method:\"get\",params:{page_size:999}})}function c(t){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/ticket/withdraw\",method:\"post\",params:t})}function l(t){return Object(s[\"a\"])({url:n[\"l\"]+\"/api/v1/user/transfer\",method:\"post\",params:t})}},\"64c1\":function(t,e,a){},b528:function(t,e,a){\"use strict\";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"div\",{staticClass:\"invite-container\"},[a(\"div\",{staticClass:\"overview-box\"},[t.statData?a(\"a-row\",{attrs:{gutter:[20,20]}},[a(\"a-col\",{attrs:{xl:12,xxl:6}},[a(\"div\",{staticClass:\"item use-shadow\"},[a(\"div\",{staticClass:\"icon\"},[a(\"svg-icon\",{attrs:{name:\"users\"}})],1),a(\"div\",{staticClass:\"right\"},[a(\"div\",{staticClass:\"tit\"},[t._v(t._s(t.statData.regNum)+\"人\")]),a(\"div\",{staticClass:\"exp\"},[t._v(t._s(t.$t(\"邀请注册人数\")))])])])]),a(\"a-col\",{attrs:{xl:12,xxl:6}},[a(\"div\",{staticClass:\"item use-shadow\"},[a(\"div\",{staticClass:\"icon\"},[a(\"svg-icon\",{attrs:{name:\"currency-jpy\"}})],1),t.enableThreeSale?a(\"div\",{staticClass:\"right\"},[a(\"div\",{staticClass:\"tit\"},[t._v(t._s(t.threeSaleLabel))]),a(\"div\",{staticClass:\"exp\"},[t._v(t._s(t.$t(\"三级分销\")))])]):a(\"div\",{staticClass:\"right\"},[a(\"div\",{staticClass:\"tit\"},[t._v(t._s(t.statData.rate)+\"%\")]),a(\"div\",{staticClass:\"exp\"},[t._v(t._s(t.$t(\"佣金比例\")))])])])]),a(\"a-col\",{attrs:{xl:12,xxl:6}},[a(\"div\",{staticClass:\"item use-shadow\"},[a(\"div\",{staticClass:\"icon\"},[a(\"svg-icon\",{attrs:{name:\"hand-coins\"}})],1),a(\"div\",{staticClass:\"right\"},[a(\"div\",{staticClass:\"tit\"},[t._v(t._s(t._f(\"amount\")(t.statData.confirmed)))]),a(\"div\",{staticClass:\"exp\"},[t._v(t._s(t.$t(\"确认中的佣金\")))])])])]),a(\"a-col\",{attrs:{xl:12,xxl:6}},[a(\"div\",{staticClass:\"item use-shadow\"},[a(\"div\",{staticClass:\"icon\"},[a(\"svg-icon\",{attrs:{name:\"piggy-bank\"}})],1),a(\"div\",{staticClass:\"right\"},[a(\"div\",{staticClass:\"tit\"},[t._v(t._s(t._f(\"amount\")(t.statData.allget)))]),a(\"div\",{staticClass:\"exp\"},[t._v(t._s(t.$t(\"累计获得佣金\")))])])])])],1):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1)],1),a(\"div\",{staticClass:\"panel-box\"},[a(\"div\",{staticClass:\"panel-header\"},[a(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"当前剩余佣金\")))])]),t.statData?a(\"div\",{staticClass:\"panel-body bal-box use-shadow\"},[a(\"div\",{staticClass:\"money\"},[t._v(t._s(t._f(\"amount\")(t.statData.leftMoney)))]),a(\"div\",{staticClass:\"btns\"},[a(\"a-button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticStyle:{\"margin-bottom\":\"10px\"},attrs:{size:\"large\"},on:{click:t.onTransferShow}},[a(\"svg-icon\",{attrs:{name:\"swap\"}}),t._v(\" \"+t._s(t.$t(\"佣金划转\"))+\" \")],1),t.showWithdraw?a(\"a-button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],attrs:{size:\"large\"},on:{click:t.onCashShow}},[a(\"svg-icon\",{attrs:{name:\"wallet\"}}),t._v(\" \"+t._s(t.$t(\"佣金提现\"))+\" \")],1):t._e()],1)]):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1)]),a(\"div\",{staticClass:\"panel-box\"},[a(\"div\",{staticClass:\"panel-header\"},[a(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"邀请码管理\")))]),a(\"a-button\",{staticClass:\"right\",attrs:{type:\"link\"},on:{click:t.onCreateCode}},[t._v(t._s(t.$t(\"生成邀请码\")))])],1),t.codeData?a(\"a-table\",{staticClass:\"code-table data-table use-shadow\",attrs:{\"data-source\":t.codeData,pagination:!1,\"row-key\":\"id\",\"table-layout\":\"fixed\"}},[a(\"a-table-column\",{key:\"code\",attrs:{\"data-index\":\"code\",title:t.$t(\"邀请码\")},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(e)+\" \"),a(\"svg-icon\",{staticClass:\"copy-link\",attrs:{name:\"copy\",title:t.$t(\"复制\")},on:{click:function(a){return t.onCopyCode(e)}}})],1)}}],null,!1,4206995424)}),a(\"a-table-column\",{key:\"created_at\",attrs:{\"data-index\":\"created_at\",title:t.$t(\"创建时间\"),align:\"right\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(t._f(\"datetime\")(e))+\" \")])}}],null,!1,1867572093)})],1):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1)],1),a(\"div\",{staticClass:\"panel-box\"},[a(\"div\",{staticClass:\"panel-header\"},[a(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"佣金发放记录\")))])]),t.giveData?a(\"a-table\",{staticClass:\"give-table data-table use-shadow\",attrs:{\"data-source\":t.giveData,pagination:!1,\"row-key\":\"id\",\"table-layout\":\"fixed\"}},[a(\"a-table-column\",{key:\"created_at\",attrs:{\"data-index\":\"created_at\",title:t.$t(\"发放时间\")},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(t._f(\"datetime\")(e))+\" \")])}}],null,!1,1867572093)}),a(\"a-table-column\",{key:\"get_amount\",attrs:{\"data-index\":\"get_amount\",title:t.$t(\"佣金\"),width:160,align:\"right\"},scopedSlots:t._u([{key:\"customRender\",fn:function(e){return a(\"div\",{},[t._v(\" \"+t._s(t._f(\"amount\")(e))+\" \")])}}],null,!1,3046568752)})],1):a(\"div\",{staticClass:\"spin-loading\"},[a(\"a-spin\",{attrs:{size:\"large\"}})],1)],1),a(\"transfer-modal\",{ref:\"refTransfer\",on:{change:t.getCodeData}}),a(\"cash-modal\",{ref:\"refCash\",on:{change:t.getCodeData}})],1)},s=[],r=a(\"c7eb\"),o=a(\"1da1\"),i=a(\"5530\"),c=(a(\"a15b\"),a(\"d81d\"),a(\"4de4\"),a(\"d3b7\"),a(\"99af\"),a(\"2062\")),l=a(\"dead\"),u=a(\"1cdf\"),d=a(\"f904\"),f=a.n(d),m=a(\"79b8\"),v=a(\"2f62\"),h={name:\"Invite\",components:{TransferModal:l[\"a\"],CashModal:u[\"a\"]},data:function(){return{codeData:null,giveData:null,statData:null}},computed:Object(i[\"a\"])(Object(i[\"a\"])({},Object(v[\"b\"])(\"auth\",[\"userConfig\"])),{},{enableThreeSale:function(){var t;return 1===(null===(t=this.userConfig)||void 0===t?void 0:t.commission_distribution_enable)},threeSaleLabel:function(){var t=this,e=this.userConfig,a=e.commission_distribution_l1,n=e.commission_distribution_l2,s=e.commission_distribution_l3,r=function(e){return e/100*t.statData.rate+\"%\"};return[a,n,s].filter((function(t){return!Object(m[\"b\"])(t)})).map((function(t){return r(t)})).join(\", \")},showWithdraw:function(){return 0===this.userConfig.withdraw_close}}),mounted:function(){this.getCodeData(),this.getGiveData()},methods:{getCodeData:function(){var t=this;return Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(){var a,n;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Object(c[\"c\"])();case 2:n=e.sent,t.codeData=null!==(a=n.data.codes)&&void 0!==a?a:[],t.statData={regNum:n.data.stat[0],allget:n.data.stat[1],confirmed:n.data.stat[2],rate:n.data.stat[3],leftMoney:n.data.stat[4]};case 5:case\"end\":return e.stop()}}),e)})))()},getGiveData:function(){var t=this;return Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(){var a,n;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return window.conso1e.log(48),e.next=3,Object(c[\"d\"])();case 3:n=e.sent,t.giveData=null!==(a=n.data)&&void 0!==a?a:[];case 5:case\"end\":return e.stop()}}),e)})))()},onCopyCode:function(t){var e=\"\".concat(location.origin+location.pathname,\"#/register?code=\").concat(t);f()(e),this.$message.success(this.$t(\"邀请码已复制\")+\":\"+e)},onCreateCode:function(){var t=this;return Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(){var a;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return window.conso1e.log(95),e.next=3,Object(c[\"b\"])();case 3:a=e.sent,!0===a.data&&(t.$message.success(t.$t(\"已生成新的邀请码\")),t.getCodeData());case 5:case\"end\":return e.stop()}}),e)})))()},onTransferShow:function(){window.conso1e.log(19),this.$refs.refTransfer.showModal()},onCashShow:function(){window.conso1e.log(19),this.$refs.refCash.showModal()}}},p=h,b=(a(\"ee55\"),a(\"2877\")),g=Object(b[\"a\"])(p,n,s,!1,null,\"6ca82348\",null);e[\"default\"]=g.exports},b680:function(t,e,a){\"use strict\";var n=a(\"23e7\"),s=a(\"e330\"),r=a(\"5926\"),o=a(\"408a\"),i=a(\"1148\"),c=a(\"d039\"),l=RangeError,u=String,d=Math.floor,f=s(i),m=s(\"\".slice),v=s(1..toFixed),h=function(t,e,a){return 0===e?a:e%2===1?h(t,e-1,a*t):h(t*t,e/2,a)},p=function(t){var e=0,a=t;while(a>=4096)e+=12,a/=4096;while(a>=2)e+=1,a/=2;return e},b=function(t,e,a){var n=-1,s=a;while(++n<6)s+=e*t[n],t[n]=s%1e7,s=d(s/1e7)},g=function(t,e){var a=6,n=0;while(--a>=0)n+=t[a],t[a]=d(n/e),n=n%e*1e7},w=function(t){var e=6,a=\"\";while(--e>=0)if(\"\"!==a||0===e||0!==t[e]){var n=u(t[e]);a=\"\"===a?n:a+f(\"0\",7-n.length)+n}return a},_=c((function(){return\"0.000\"!==v(8e-5,3)||\"1\"!==v(.9,0)||\"1.25\"!==v(1.255,2)||\"1000000000000000128\"!==v(0xde0b6b3a7640080,0)}))||!c((function(){v({})}));n({target:\"Number\",proto:!0,forced:_},{toFixed:function(t){var e,a,n,s,i=o(this),c=r(t),d=[0,0,0,0,0,0],v=\"\",_=\"0\";if(c<0||c>20)throw l(\"Incorrect fraction digits\");if(i!=i)return\"NaN\";if(i<=-1e21||i>=1e21)return u(i);if(i<0&&(v=\"-\",i=-i),i>1e-21)if(e=p(i*h(2,69,1))-69,a=e<0?i*h(2,-e,1):i/h(2,e,1),a*=4503599627370496,e=52-e,e>0){b(d,0,a),n=c;while(n>=7)b(d,1e7,0),n-=7;b(d,h(10,n,1),0),n=e-1;while(n>=23)g(d,1<<23),n-=23;g(d,1<<n),b(d,1,1),g(d,2),_=w(d)}else b(d,0,a),b(d,1<<-e,0),_=w(d)+f(\"0\",c);return c>0?(s=_.length,_=v+(s<=c?\"0.\"+f(\"0\",c-s)+_:m(_,0,s-c)+\".\"+m(_,s-c))):_=v+_,_}})},d81d:function(t,e,a){\"use strict\";var n=a(\"23e7\"),s=a(\"b727\").map,r=a(\"1dde\"),o=r(\"map\");n({target:\"Array\",proto:!0,forced:!o},{map:function(t){return s(this,t,arguments.length>1?arguments[1]:void 0)}})},dead:function(t,e,a){\"use strict\";var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"a-modal\",{attrs:{title:t.$t(\"推广佣金划转至余额\"),\"confirm-loading\":t.loading,\"after-close\":t.onClosed},on:{ok:t.onSubmit},model:{value:t.visible,callback:function(e){t.visible=e},expression:\"visible\"}},[a(\"a-spin\",{attrs:{spinning:t.loading}},[a(\"a-alert\",{attrs:{message:t.tipInfo,type:\"warning\",\"show-icon\":\"\"}}),a(\"a-form-model\",{ref:\"refForm\",attrs:{model:t.formModel,rules:t.formRules},on:{submit:function(e){return e.preventDefault(),t.onSubmit(e)}}},[a(\"a-form-model-item\",{attrs:{label:t.$t(\"当前推广佣金余额\")}},[a(\"a-input\",{attrs:{value:t.leftMoney,size:\"large\",disabled:\"\"}})],1),a(\"a-form-model-item\",{attrs:{label:t.$t(\"划转金额\"),prop:\"transfer_amount\"}},[a(\"a-input\",{attrs:{size:\"large\",placeholder:t.$t(\"请输入需要划转到余额的金额\")},model:{value:t.formModel.transfer_amount,callback:function(e){t.$set(t.formModel,\"transfer_amount\",e)},expression:\"formModel.transfer_amount\"}})],1)],1)],1)],1)},s=[],r=a(\"c7eb\"),o=a(\"1da1\"),i=a(\"5530\"),c=(a(\"b680\"),a(\"2062\")),l=a(\"2f62\"),u=a(\"12cb\"),d={name:\"TransferModal\",data:function(){return{visible:!1,loading:!1,leftMoney:0,formModel:{transfer_amount:\"\"},formRules:{transfer_amount:[{required:!0,message:u[\"a\"].t(\"请输入当前需要划转的金额\"),trigger:\"blur\"}]}}},computed:Object(i[\"a\"])(Object(i[\"a\"])({},Object(l[\"b\"])(\"auth\",[\"userInfo\"])),{},{tipInfo:function(){return this.$t(\"划转后的余额仅用于X消费使用\",{name:this.$appName})}}),methods:{showModal:function(){var t=this;return Object(o[\"a\"])(Object(r[\"a\"])().mark((function e(){var a;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.leftMoney=((null!==(a=t.userInfo.commission_balance)&&void 0!==a?a:0)/100).toFixed(2),t.visible=!0;case 2:case\"end\":return e.stop()}}),e)})))()},onSubmit:function(){var t=this,e=this.formModel.transfer_amount;this.$refs.refForm.validate(function(){var a=Object(o[\"a\"])(Object(r[\"a\"])().mark((function a(n){var s;return Object(r[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:if(window.conso1e.log(98),!n){a.next=15;break}return t.loading=!0,a.prev=3,a.next=6,Object(c[\"e\"])({transfer_amount:100*e});case 6:s=a.sent,!0===s.data&&(t.$message.success(t.$t(\"划转成功\")),t.visible=!1,t.$emit(\"change\"),t.$store.dispatch(\"auth/getUserInfo\")),a.next=12;break;case 10:a.prev=10,a.t0=a[\"catch\"](3);case 12:t.loading=!1,a.next=16;break;case 15:return a.abrupt(\"return\",!1);case 16:case\"end\":return a.stop()}}),a,null,[[3,10]])})));return function(t){return a.apply(this,arguments)}}())},onClosed:function(){this.formModel.transfer_amount=\"\"}}},f=d,m=a(\"2877\"),v=Object(m[\"a\"])(f,n,s,!1,null,null,null);e[\"a\"]=v.exports},ee55:function(t,e,a){\"use strict\";a(\"64c1\")},f904:function(t,e,a){\"use strict\";var n=a(\"13d9\"),s={\"text/plain\":\"Text\",\"text/html\":\"Url\",default:\"Text\"},r=\"Copy to clipboard: #{key}, Enter\";function o(t){var e=(/mac os x/i.test(navigator.userAgent)?\"⌘\":\"Ctrl\")+\"+C\";return t.replace(/#{\\s*key\\s*}/g,e)}function i(t,e){var a,i,c,l,u,d,f=!1;e||(e={}),a=e.debug||!1;try{c=n(),l=document.createRange(),u=document.getSelection(),d=document.createElement(\"span\"),d.textContent=t,d.ariaHidden=\"true\",d.style.all=\"unset\",d.style.position=\"fixed\",d.style.top=0,d.style.clip=\"rect(0, 0, 0, 0)\",d.style.whiteSpace=\"pre\",d.style.webkitUserSelect=\"text\",d.style.MozUserSelect=\"text\",d.style.msUserSelect=\"text\",d.style.userSelect=\"text\",d.addEventListener(\"copy\",(function(n){if(n.stopPropagation(),e.format)if(n.preventDefault(),\"undefined\"===typeof n.clipboardData){a&&console.warn(\"unable to use e.clipboardData\"),a&&console.warn(\"trying IE specific stuff\"),window.clipboardData.clearData();var r=s[e.format]||s[\"default\"];window.clipboardData.setData(r,t)}else n.clipboardData.clearData(),n.clipboardData.setData(e.format,t);e.onCopy&&(n.preventDefault(),e.onCopy(n.clipboardData))})),document.body.appendChild(d),l.selectNodeContents(d),u.addRange(l);var m=document.execCommand(\"copy\");if(!m)throw new Error(\"copy command was unsuccessful\");f=!0}catch(v){a&&console.error(\"unable to copy using execCommand: \",v),a&&console.warn(\"trying IE specific stuff\");try{window.clipboardData.setData(e.format||\"text\",t),e.onCopy&&e.onCopy(window.clipboardData),f=!0}catch(v){a&&console.error(\"unable to copy using clipboardData: \",v),a&&console.error(\"falling back to prompt\"),i=o(\"message\"in e?e.message:r),window.prompt(i,t)}}finally{u&&(\"function\"==typeof u.removeRange?u.removeRange(l):u.removeAllRanges()),d&&document.body.removeChild(d),c()}return f}t.exports=i}}]);"
  },
  {
    "path": "static/js/chunk-607f2d24.b5dea78a.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-607f2d24\"],{\"0eb6\":function(t,e,r){\"use strict\";var n=r(\"23e7\"),o=r(\"7c37\"),s=r(\"d066\"),i=r(\"d039\"),a=r(\"7c73\"),c=r(\"5c6c\"),u=r(\"9bf2\").f,d=r(\"cb2d\"),f=r(\"edd0\"),l=r(\"1a2d\"),h=r(\"19aa\"),m=r(\"825a\"),p=r(\"aa1f\"),E=r(\"e391\"),g=r(\"cf98\"),v=r(\"c770\"),y=r(\"69f3\"),b=r(\"83ab\"),R=r(\"c430\"),w=\"DOMException\",D=\"DATA_CLONE_ERR\",$=s(\"Error\"),M=s(w)||function(){try{var t=s(\"MessageChannel\")||o(\"worker_threads\").MessageChannel;(new t).port1.postMessage(new WeakMap)}catch(e){if(e.name==D&&25==e.code)return e.constructor}}(),A=M&&M.prototype,S=$.prototype,_=y.set,I=y.getterFor(w),O=\"stack\"in $(w),T=function(t){return l(g,t)&&g[t].m?g[t].c:0},C=function(){h(this,N);var t=arguments.length,e=E(t<1?void 0:arguments[0]),r=E(t<2?void 0:arguments[1],\"Error\"),n=T(r);if(_(this,{type:w,name:r,message:e,code:n}),b||(this.name=r,this.message=e,this.code=n),O){var o=$(e);o.name=w,u(this,\"stack\",c(1,v(o.stack,1)))}},N=C.prototype=a(S),x=function(t){return{enumerable:!0,configurable:!0,get:t}},k=function(t){return x((function(){return I(this)[t]}))};b&&(f(N,\"code\",k(\"code\")),f(N,\"message\",k(\"message\")),f(N,\"name\",k(\"name\"))),u(N,\"constructor\",c(1,C));var Y=i((function(){return!(new M instanceof $)})),U=Y||i((function(){return S.toString!==p||\"2: 1\"!==String(new M(1,2))})),H=Y||i((function(){return 25!==new M(1,\"DataCloneError\").code})),L=Y||25!==M[D]||25!==A[D],P=R?U||H||L:Y;n({global:!0,constructor:!0,forced:P},{DOMException:P?C:M});var F=s(w),W=F.prototype;for(var j in U&&(R||M===F)&&d(W,\"toString\",p),H&&b&&M===F&&f(W,\"code\",x((function(){return T(m(this).name)}))),g)if(l(g,j)){var V=g[j],z=V.s,X=c(6,V.c);l(F,z)||u(F,z,X),l(W,z)||u(W,z,X)}},1148:function(t,e,r){\"use strict\";var n=r(\"5926\"),o=r(\"577e\"),s=r(\"1d80\"),i=RangeError;t.exports=function(t){var e=o(s(this)),r=\"\",a=n(t);if(a<0||a==1/0)throw i(\"Wrong number of repetitions\");for(;a>0;(a>>>=1)&&(e+=e))1&a&&(r+=e);return r}},\"13d9\":function(t,e){t.exports=function(){var t=document.getSelection();if(!t.rangeCount)return function(){};for(var e=document.activeElement,r=[],n=0;n<t.rangeCount;n++)r.push(t.getRangeAt(n));switch(e.tagName.toUpperCase()){case\"INPUT\":case\"TEXTAREA\":e.blur();break;default:e=null;break}return t.removeAllRanges(),function(){\"Caret\"===t.type&&t.removeAllRanges(),t.rangeCount||r.forEach((function(e){t.addRange(e)})),e&&e.focus()}}},\"313d\":function(t,e,r){var n=r(\"23e7\"),o=r(\"d066\"),s=r(\"e330\"),i=r(\"d039\"),a=r(\"577e\"),c=r(\"d6d6\"),u=r(\"b917\").itoc,d=o(\"btoa\"),f=s(\"\".charAt),l=s(\"\".charCodeAt),h=!!d&&!i((function(){d()})),m=!!d&&i((function(){return\"bnVsbA==\"!==d(null)})),p=!!d&&1!==d.length;n({global:!0,enumerable:!0,forced:h||m||p},{btoa:function(t){if(c(arguments.length,1),h||m||p)return d(a(t));var e,r,n=a(t),s=\"\",i=0,E=u;while(f(n,i)||(E=\"=\",i%1)){if(r=l(n,i+=3/4),r>255)throw new(o(\"DOMException\"))(\"The string contains characters outside of the Latin1 range\",\"InvalidCharacterError\");e=e<<8|r,s+=f(E,63&e>>8-i%1*8)}return s}})},\"7c37\":function(t,e,r){var n=r(\"605d\");t.exports=function(t){try{if(n)return Function('return require(\"'+t+'\")')()}catch(e){}}},\"7db0\":function(t,e,r){\"use strict\";var n=r(\"23e7\"),o=r(\"b727\").find,s=r(\"44d2\"),i=\"find\",a=!0;i in[]&&Array(1)[i]((function(){a=!1})),n({target:\"Array\",proto:!0,forced:a},{find:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}}),s(i)},\"8bd4\":function(t,e,r){var n=r(\"d066\"),o=r(\"d44e\"),s=\"DOMException\";o(n(s),s)},aa1f:function(t,e,r){\"use strict\";var n=r(\"83ab\"),o=r(\"d039\"),s=r(\"825a\"),i=r(\"7c73\"),a=r(\"e391\"),c=Error.prototype.toString,u=o((function(){if(n){var t=i(Object.defineProperty({},\"name\",{get:function(){return this===t}}));if(\"true\"!==c.call(t))return!0}return\"2: 1\"!==c.call({message:1,name:2})||\"Error\"!==c.call({})}));t.exports=u?function(){var t=s(this),e=a(t.name,\"Error\"),r=a(t.message);return e?r?e+\": \"+r:e:r}:c},b680:function(t,e,r){\"use strict\";var n=r(\"23e7\"),o=r(\"e330\"),s=r(\"5926\"),i=r(\"408a\"),a=r(\"1148\"),c=r(\"d039\"),u=RangeError,d=String,f=Math.floor,l=o(a),h=o(\"\".slice),m=o(1..toFixed),p=function(t,e,r){return 0===e?r:e%2===1?p(t,e-1,r*t):p(t*t,e/2,r)},E=function(t){var e=0,r=t;while(r>=4096)e+=12,r/=4096;while(r>=2)e+=1,r/=2;return e},g=function(t,e,r){var n=-1,o=r;while(++n<6)o+=e*t[n],t[n]=o%1e7,o=f(o/1e7)},v=function(t,e){var r=6,n=0;while(--r>=0)n+=t[r],t[r]=f(n/e),n=n%e*1e7},y=function(t){var e=6,r=\"\";while(--e>=0)if(\"\"!==r||0===e||0!==t[e]){var n=d(t[e]);r=\"\"===r?n:r+l(\"0\",7-n.length)+n}return r},b=c((function(){return\"0.000\"!==m(8e-5,3)||\"1\"!==m(.9,0)||\"1.25\"!==m(1.255,2)||\"1000000000000000128\"!==m(0xde0b6b3a7640080,0)}))||!c((function(){m({})}));n({target:\"Number\",proto:!0,forced:b},{toFixed:function(t){var e,r,n,o,a=i(this),c=s(t),f=[0,0,0,0,0,0],m=\"\",b=\"0\";if(c<0||c>20)throw u(\"Incorrect fraction digits\");if(a!=a)return\"NaN\";if(a<=-1e21||a>=1e21)return d(a);if(a<0&&(m=\"-\",a=-a),a>1e-21)if(e=E(a*p(2,69,1))-69,r=e<0?a*p(2,-e,1):a/p(2,e,1),r*=4503599627370496,e=52-e,e>0){g(f,0,r),n=c;while(n>=7)g(f,1e7,0),n-=7;g(f,p(10,n,1),0),n=e-1;while(n>=23)v(f,1<<23),n-=23;v(f,1<<n),g(f,1,1),v(f,2),b=y(f)}else g(f,0,r),g(f,1<<-e,0),b=y(f)+l(\"0\",c);return c>0?(o=b.length,b=m+(o<=c?\"0.\"+l(\"0\",c-o)+b:h(b,0,o-c)+\".\"+h(b,o-c))):b=m+b,b}})},b7ef:function(t,e,r){\"use strict\";var n=r(\"23e7\"),o=r(\"da84\"),s=r(\"d066\"),i=r(\"5c6c\"),a=r(\"9bf2\").f,c=r(\"1a2d\"),u=r(\"19aa\"),d=r(\"7156\"),f=r(\"e391\"),l=r(\"cf98\"),h=r(\"c770\"),m=r(\"83ab\"),p=r(\"c430\"),E=\"DOMException\",g=s(\"Error\"),v=s(E),y=function(){u(this,b);var t=arguments.length,e=f(t<1?void 0:arguments[0]),r=f(t<2?void 0:arguments[1],\"Error\"),n=new v(e,r),o=g(e);return o.name=E,a(n,\"stack\",i(1,h(o.stack,1))),d(n,this,y),n},b=y.prototype=v.prototype,R=\"stack\"in g(E),w=\"stack\"in new v(1,2),D=v&&m&&Object.getOwnPropertyDescriptor(o,E),$=!!D&&!(D.writable&&D.configurable),M=R&&!$&&!w;n({global:!0,constructor:!0,forced:p||M},{DOMException:M?y:v});var A=s(E),S=A.prototype;if(S.constructor!==A)for(var _ in p||a(S,\"constructor\",i(1,A)),l)if(c(l,_)){var I=l[_],O=I.s;c(A,O)||a(A,O,i(6,I.c))}},b917:function(t,e){for(var r=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\",n={},o=0;o<66;o++)n[r.charAt(o)]=o;t.exports={itoc:r,ctoi:n}},bee2:function(t,e,r){\"use strict\";r.d(e,\"a\",(function(){return s}));var n=r(\"a38e\");function o(t,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!0,\"value\"in o&&(o.writable=!0),Object.defineProperty(t,Object(n[\"a\"])(o.key),o)}}function s(t,e,r){return e&&o(t.prototype,e),r&&o(t,r),Object.defineProperty(t,\"prototype\",{writable:!1}),t}},cf98:function(t,e){t.exports={IndexSizeError:{s:\"INDEX_SIZE_ERR\",c:1,m:1},DOMStringSizeError:{s:\"DOMSTRING_SIZE_ERR\",c:2,m:0},HierarchyRequestError:{s:\"HIERARCHY_REQUEST_ERR\",c:3,m:1},WrongDocumentError:{s:\"WRONG_DOCUMENT_ERR\",c:4,m:1},InvalidCharacterError:{s:\"INVALID_CHARACTER_ERR\",c:5,m:1},NoDataAllowedError:{s:\"NO_DATA_ALLOWED_ERR\",c:6,m:0},NoModificationAllowedError:{s:\"NO_MODIFICATION_ALLOWED_ERR\",c:7,m:1},NotFoundError:{s:\"NOT_FOUND_ERR\",c:8,m:1},NotSupportedError:{s:\"NOT_SUPPORTED_ERR\",c:9,m:1},InUseAttributeError:{s:\"INUSE_ATTRIBUTE_ERR\",c:10,m:1},InvalidStateError:{s:\"INVALID_STATE_ERR\",c:11,m:1},SyntaxError:{s:\"SYNTAX_ERR\",c:12,m:1},InvalidModificationError:{s:\"INVALID_MODIFICATION_ERR\",c:13,m:1},NamespaceError:{s:\"NAMESPACE_ERR\",c:14,m:1},InvalidAccessError:{s:\"INVALID_ACCESS_ERR\",c:15,m:1},ValidationError:{s:\"VALIDATION_ERR\",c:16,m:0},TypeMismatchError:{s:\"TYPE_MISMATCH_ERR\",c:17,m:1},SecurityError:{s:\"SECURITY_ERR\",c:18,m:1},NetworkError:{s:\"NETWORK_ERR\",c:19,m:1},AbortError:{s:\"ABORT_ERR\",c:20,m:1},URLMismatchError:{s:\"URL_MISMATCH_ERR\",c:21,m:1},QuotaExceededError:{s:\"QUOTA_EXCEEDED_ERR\",c:22,m:1},TimeoutError:{s:\"TIMEOUT_ERR\",c:23,m:1},InvalidNodeTypeError:{s:\"INVALID_NODE_TYPE_ERR\",c:24,m:1},DataCloneError:{s:\"DATA_CLONE_ERR\",c:25,m:1}}},d4ec:function(t,e,r){\"use strict\";r.d(e,\"a\",(function(){return n}));r(\"d9e2\");function n(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}},d772:function(t,e,r){!function(e,r){t.exports=r()}(0,(function(){\"use strict\";var t,e,r=1e3,n=6e4,o=36e5,s=864e5,i=/\\[([^\\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,a=31536e6,c=2592e6,u=/^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,d={years:a,months:c,days:s,hours:o,minutes:n,seconds:r,milliseconds:1,weeks:6048e5},f=function(t){return t instanceof v},l=function(t,e,r){return new v(t,r,e.$l)},h=function(t){return e.p(t)+\"s\"},m=function(t){return t<0},p=function(t){return m(t)?Math.ceil(t):Math.floor(t)},E=function(t){return Math.abs(t)},g=function(t,e){return t?m(t)?{negative:!0,format:\"\"+E(t)+e}:{negative:!1,format:\"\"+t+e}:{negative:!1,format:\"\"}},v=function(){function m(t,e,r){var n=this;if(this.$d={},this.$l=r,void 0===t&&(this.$ms=0,this.parseFromMilliseconds()),e)return l(t*d[h(e)],this);if(\"number\"==typeof t)return this.$ms=t,this.parseFromMilliseconds(),this;if(\"object\"==typeof t)return Object.keys(t).forEach((function(e){n.$d[h(e)]=t[e]})),this.calMilliseconds(),this;if(\"string\"==typeof t){var o=t.match(u);if(o){var s=o.slice(2).map((function(t){return null!=t?Number(t):0}));return this.$d.years=s[0],this.$d.months=s[1],this.$d.weeks=s[2],this.$d.days=s[3],this.$d.hours=s[4],this.$d.minutes=s[5],this.$d.seconds=s[6],this.calMilliseconds(),this}}return this}var E=m.prototype;return E.calMilliseconds=function(){var t=this;this.$ms=Object.keys(this.$d).reduce((function(e,r){return e+(t.$d[r]||0)*d[r]}),0)},E.parseFromMilliseconds=function(){var t=this.$ms;this.$d.years=p(t/a),t%=a,this.$d.months=p(t/c),t%=c,this.$d.days=p(t/s),t%=s,this.$d.hours=p(t/o),t%=o,this.$d.minutes=p(t/n),t%=n,this.$d.seconds=p(t/r),t%=r,this.$d.milliseconds=t},E.toISOString=function(){var t=g(this.$d.years,\"Y\"),e=g(this.$d.months,\"M\"),r=+this.$d.days||0;this.$d.weeks&&(r+=7*this.$d.weeks);var n=g(r,\"D\"),o=g(this.$d.hours,\"H\"),s=g(this.$d.minutes,\"M\"),i=this.$d.seconds||0;this.$d.milliseconds&&(i+=this.$d.milliseconds/1e3);var a=g(i,\"S\"),c=t.negative||e.negative||n.negative||o.negative||s.negative||a.negative,u=o.format||s.format||a.format?\"T\":\"\",d=(c?\"-\":\"\")+\"P\"+t.format+e.format+n.format+u+o.format+s.format+a.format;return\"P\"===d||\"-P\"===d?\"P0D\":d},E.toJSON=function(){return this.toISOString()},E.format=function(t){var r=t||\"YYYY-MM-DDTHH:mm:ss\",n={Y:this.$d.years,YY:e.s(this.$d.years,2,\"0\"),YYYY:e.s(this.$d.years,4,\"0\"),M:this.$d.months,MM:e.s(this.$d.months,2,\"0\"),D:this.$d.days,DD:e.s(this.$d.days,2,\"0\"),H:this.$d.hours,HH:e.s(this.$d.hours,2,\"0\"),m:this.$d.minutes,mm:e.s(this.$d.minutes,2,\"0\"),s:this.$d.seconds,ss:e.s(this.$d.seconds,2,\"0\"),SSS:e.s(this.$d.milliseconds,3,\"0\")};return r.replace(i,(function(t,e){return e||String(n[t])}))},E.as=function(t){return this.$ms/d[h(t)]},E.get=function(t){var e=this.$ms,r=h(t);return\"milliseconds\"===r?e%=1e3:e=\"weeks\"===r?p(e/d[r]):this.$d[r],0===e?0:e},E.add=function(t,e,r){var n;return n=e?t*d[h(e)]:f(t)?t.$ms:l(t,this).$ms,l(this.$ms+n*(r?-1:1),this)},E.subtract=function(t,e){return this.add(t,e,!0)},E.locale=function(t){var e=this.clone();return e.$l=t,e},E.clone=function(){return l(this.$ms,this)},E.humanize=function(e){return t().add(this.$ms,\"ms\").locale(this.$l).fromNow(!e)},E.valueOf=function(){return this.asMilliseconds()},E.milliseconds=function(){return this.get(\"milliseconds\")},E.asMilliseconds=function(){return this.as(\"milliseconds\")},E.seconds=function(){return this.get(\"seconds\")},E.asSeconds=function(){return this.as(\"seconds\")},E.minutes=function(){return this.get(\"minutes\")},E.asMinutes=function(){return this.as(\"minutes\")},E.hours=function(){return this.get(\"hours\")},E.asHours=function(){return this.as(\"hours\")},E.days=function(){return this.get(\"days\")},E.asDays=function(){return this.as(\"days\")},E.weeks=function(){return this.get(\"weeks\")},E.asWeeks=function(){return this.as(\"weeks\")},E.months=function(){return this.get(\"months\")},E.asMonths=function(){return this.as(\"months\")},E.years=function(){return this.get(\"years\")},E.asYears=function(){return this.as(\"years\")},m}(),y=function(t,e,r){return t.add(e.years()*r,\"y\").add(e.months()*r,\"M\").add(e.days()*r,\"d\").add(e.hours()*r,\"h\").add(e.minutes()*r,\"m\").add(e.seconds()*r,\"s\").add(e.milliseconds()*r,\"ms\")};return function(r,n,o){t=o,e=o().$utils(),o.duration=function(t,e){var r=o.locale();return l(t,{$l:r},e)},o.isDuration=f;var s=n.prototype.add,i=n.prototype.subtract;n.prototype.add=function(t,e){return f(t)?y(this,t,1):s.bind(this)(t,e)},n.prototype.subtract=function(t,e){return f(t)?y(this,t,-1):i.bind(this)(t,e)}}}))},d81d:function(t,e,r){\"use strict\";var n=r(\"23e7\"),o=r(\"b727\").map,s=r(\"1dde\"),i=s(\"map\");n({target:\"Array\",proto:!0,forced:!i},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},edd0:function(t,e,r){var n=r(\"13d2\"),o=r(\"9bf2\");t.exports=function(t,e,r){return r.get&&n(r.get,e,{getter:!0}),r.set&&n(r.set,e,{setter:!0}),o.f(t,e,r)}},f904:function(t,e,r){\"use strict\";var n=r(\"13d9\"),o={\"text/plain\":\"Text\",\"text/html\":\"Url\",default:\"Text\"},s=\"Copy to clipboard: #{key}, Enter\";function i(t){var e=(/mac os x/i.test(navigator.userAgent)?\"⌘\":\"Ctrl\")+\"+C\";return t.replace(/#{\\s*key\\s*}/g,e)}function a(t,e){var r,a,c,u,d,f,l=!1;e||(e={}),r=e.debug||!1;try{c=n(),u=document.createRange(),d=document.getSelection(),f=document.createElement(\"span\"),f.textContent=t,f.ariaHidden=\"true\",f.style.all=\"unset\",f.style.position=\"fixed\",f.style.top=0,f.style.clip=\"rect(0, 0, 0, 0)\",f.style.whiteSpace=\"pre\",f.style.webkitUserSelect=\"text\",f.style.MozUserSelect=\"text\",f.style.msUserSelect=\"text\",f.style.userSelect=\"text\",f.addEventListener(\"copy\",(function(n){if(n.stopPropagation(),e.format)if(n.preventDefault(),\"undefined\"===typeof n.clipboardData){r&&console.warn(\"unable to use e.clipboardData\"),r&&console.warn(\"trying IE specific stuff\"),window.clipboardData.clearData();var s=o[e.format]||o[\"default\"];window.clipboardData.setData(s,t)}else n.clipboardData.clearData(),n.clipboardData.setData(e.format,t);e.onCopy&&(n.preventDefault(),e.onCopy(n.clipboardData))})),document.body.appendChild(f),u.selectNodeContents(f),d.addRange(u);var h=document.execCommand(\"copy\");if(!h)throw new Error(\"copy command was unsuccessful\");l=!0}catch(m){r&&console.error(\"unable to copy using execCommand: \",m),r&&console.warn(\"trying IE specific stuff\");try{window.clipboardData.setData(e.format||\"text\",t),e.onCopy&&e.onCopy(window.clipboardData),l=!0}catch(m){r&&console.error(\"unable to copy using clipboardData: \",m),r&&console.error(\"falling back to prompt\"),a=i(\"message\"in e?e.message:s),window.prompt(a,t)}}finally{d&&(\"function\"==typeof d.removeRange?d.removeRange(u):d.removeAllRanges()),f&&document.body.removeChild(f),c()}return l}t.exports=a}}]);"
  },
  {
    "path": "static/js/chunk-6462ad91.385425d9.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-6462ad91\"],{1:function(t,a){},\"3be7\":function(t,a,e){\"use strict\";var s=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e(\"a-dropdown\",{attrs:{\"overlay-class-name\":\"dropdown-menu\",trigger:[\"click\"]}},[e(\"svg-icon\",{staticClass:\"lang\",style:{fontSize:t.size},attrs:{name:\"translate\"}}),e(\"a-menu\",{attrs:{slot:\"overlay\"},slot:\"overlay\"},t._l(t.langs,(function(a){return e(\"a-menu-item\",{key:a.value},[e(\"a\",{attrs:{href:\"javascript:;\"},on:{click:function(e){return t.onLangClick(a)}}},[t._v(t._s(a.label))])])})),1)],1)},n=[],i=e(\"30b4\"),o={name:\"LangChange\",props:{size:{type:String,default:\"26px\"}},data:function(){return{langs:[{label:\"简体中文\",value:\"zhCN\"},{label:\"繁體中文\",value:\"zhTW\"},{label:\"English\",value:\"enUS\"}]}},methods:{onLangClick:function(t){this.$ls.set(i[\"c\"],t.value),window.location.reload(),window.conso1e.log(9)}}},r=o,l=(e(\"8c40\"),e(\"2877\")),c=Object(l[\"a\"])(r,s,n,!1,null,\"20fc1357\",null);a[\"a\"]=c.exports},\"686c\":function(t,a,e){},\"8c40\":function(t,a,e){\"use strict\";e(\"bafa\")},bafa:function(t,a,e){},cc9a:function(t,a,e){\"use strict\";e.r(a);var s=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e(\"div\",{staticClass:\"auth-container\"},[e(\"div\",{staticClass:\"auth-box\"},[e(\"rocket\"),e(\"a-form-model\",{ref:\"refForm\",staticClass:\"right-form\",attrs:{model:t.formModel,rules:t.formRules},on:{submit:function(a){return a.preventDefault(),t.onLogin()}}},[e(\"div\",{staticClass:\"wrapper\"},[e(\"h2\",{staticClass:\"title\"},[t._v(\" \"+t._s(t.$t(\"账号登录\"))+\" \"),e(\"b\",[t._v(t._s(t.$t(\"使用邮箱和密码登录\")))])]),e(\"div\",{staticClass:\"tip\",staticStyle:{\"margin-bottom\":\"30px\"}},[t._v(\" \"+t._s(t.$t(\"还没有账号？\"))+\" \"),e(\"router-link\",{staticClass:\"blu\",attrs:{to:\"/register\"}},[t._v(t._s(t.$t(\"立即注册\")))])],1),e(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:t.$t(\"邮箱\"),prop:\"email\"}},[e(\"a-input\",{staticClass:\"input\",attrs:{size:\"large\",placeholder:t.$t(\"请输入邮箱\"),\"allow-clear\":\"\"},model:{value:t.formModel.email,callback:function(a){t.$set(t.formModel,\"email\",a)},expression:\"formModel.email\"}})],1),e(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:t.$t(\"密码\"),prop:\"password\"}},[e(\"a-input\",{staticClass:\"input\",attrs:{type:\"password\",size:\"large\",\"max-length\":64,placeholder:t.$t(\"请输入密码\"),\"allow-clear\":\"\"},model:{value:t.formModel.password,callback:function(a){t.$set(t.formModel,\"password\",a)},expression:\"formModel.password\"}})],1),e(\"div\",{staticClass:\"agree\"},[e(\"router-link\",{staticClass:\"blu\",attrs:{to:\"/reset-password\"}},[t._v(t._s(t.$t(\"忘记密码？\")))]),e(\"lang-change\",{staticStyle:{float:\"right\"},attrs:{size:\"20px\"}})],1),e(\"a-button\",{staticClass:\"btn\",attrs:{type:\"primary\",block:\"\",loading:t.loading,size:\"large\",\"html-type\":\"submit\"}},[t._v(t._s(t.$t(\"登录\")))])],1)])],1),e(\"a-modal\",{attrs:{visible:t.visible,centered:\"\",footer:null},on:{cancel:function(a){t.visible=!1}}},[e(\"div\",{staticStyle:{height:\"80px\"},attrs:{id:\"recaptcha\"}})])],1)},n=[],i=e(\"c7eb\"),o=e(\"1da1\"),r=e(\"5530\"),l=(e(\"14d9\"),e(\"62d0\")),c=e(\"f146\"),u=e(\"3be7\"),d=e(\"30b4\"),p=(e(\"686c\"),e(\"12cb\")),m=e(\"79b8\"),f=e(\"2f62\"),g={name:\"Login\",components:{Rocket:c[\"a\"],LangChange:u[\"a\"]},data:function(){return{loading:!1,visible:!1,formModel:{email:\"\",password:\"\",captchaData:\"\"},formRules:{email:[{required:!0,message:p[\"a\"].t(\"请输入邮箱\"),trigger:\"blur\"},{type:\"email\",message:p[\"a\"].t(\"邮箱格式错误\"),trigger:\"blur\"}],password:[{required:!0,message:p[\"a\"].t(\"请输入密码\"),trigger:\"blur\"},{min:8,message:p[\"a\"].t(\"密码至少为8个字符\"),trigger:\"blur\"}]}}},computed:Object(r[\"a\"])({},Object(f[\"b\"])(\"auth\",[\"globalConfig\"])),methods:{loadGoogleCaptcha:function(){var t=this;this.visible=!0,this.$nextTick((function(){Object(m[\"a\"])([\"https://www.google.com/recaptcha/api.js?onload=onloadCallback3&render=explicit\"],\"google-recaptcha3\"),window.onloadCallback3=function(){t.wid=window.grecaptcha.render(\"recaptcha\",{sitekey:t.globalConfig.recaptcha_site_key,callback:function(){t.visible=!1,t.formModel.captchaData=window.grecaptcha.getResponse(t.wid),window.grecaptcha.reset(t.wid),t.onLogin(!0)}})}}))},onLogin:function(t){var a=this,e=this.formModel,s=e.email,n=e.password,r=e.captchaData;window.conso1e.log(272),this.$refs.refForm.validate(function(){var e=Object(o[\"a\"])(Object(i[\"a\"])().mark((function e(o){var c,u;return Object(i[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!o){e.next=20;break}if(!a.globalConfig.is_recaptcha||t){e.next=4;break}return a.loadGoogleCaptcha(),e.abrupt(\"return\");case 4:return a.loading=!0,e.prev=5,e.next=8,Object(l[\"g\"])({email:s,password:n,captchaData:r});case 8:c=e.sent,u=c.data,a.$ls.set(d[\"a\"],u.auth_data),a.$message.success(a.$t(\"登录成功\")),a.$router.push(\"/stage\"),e.next=17;break;case 15:e.prev=15,e.t0=e[\"catch\"](5);case 17:a.loading=!1,e.next=21;break;case 20:return e.abrupt(\"return\",!1);case 21:case\"end\":return e.stop()}}),e,null,[[5,15]])})));return function(t){return e.apply(this,arguments)}}())}}},h=g,b=e(\"2877\"),v=Object(b[\"a\"])(h,s,n,!1,null,null,null);a[\"default\"]=v.exports},f146:function(t,a,e){\"use strict\";var s=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e(\"div\",{staticClass:\"rocket-container left-img\"},[e(\"div\",{staticClass:\"warp\"},[e(\"div\",{staticClass:\"img\",on:{click:function(a){return t.$router.push(\"/\")}}},[t.rocketOptions.animationData?e(\"lottie\",{staticClass:\"in\",attrs:{options:t.rocketOptions,height:640,width:640},on:{animCreated:t.handleAnimation}}):t._e()],1),e(\"div\",{staticClass:\"txt\"},[e(\"h2\",{staticClass:\"tit\"},[t._v(t._s(t.descTitles[0]||\"\"))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.descTitles[1]||\"\"))])])])])},n=[],i=e(\"8c2c\"),o=e(\"bc3a\"),r=e.n(o),l=e(\"54d7\"),c={name:\"Rocket\",components:{Lottie:i[\"a\"]},data:function(){return{anim:{},rocketOptions:{animationData:null}}},computed:{descTitles:function(){return this.$appDesc.split(\"\\n\")}},mounted:function(){var t=this;window.conso1e.log(258),setTimeout((function(){r.a.get(l[\"n\"]+\"/83245-rocket-launch.json\").then((function(a){t.rocketOptions.animationData=a.data}))}),0)},methods:{handleAnimation:function(t){this.anim=t,this.anim.setSpeed(.6)}}},u=c,d=e(\"2877\"),p=Object(d[\"a\"])(u,s,n,!1,null,null,null);a[\"a\"]=p.exports}}]);"
  },
  {
    "path": "static/js/chunk-6765a98f.2f9356fe.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-6765a98f\"],{\"0152\":function(t,s,e){},\"015e\":function(t,s,e){},\"0a1e\":function(t,s,e){\"use strict\";e.d(s,\"b\",(function(){return n})),e.d(s,\"a\",(function(){return l}));var a=e(\"54d7\"),i=e(\"8c8a\");function n(){return Object(i[\"a\"])({url:a[\"l\"]+\"/api/v1/user/notice/fetch\",method:\"get\"})}function l(){return Object(i[\"a\"])({url:a[\"l\"]+\"/api/v1/user/getStat\",method:\"get\"})}},\"0ed7\":function(t,s,e){},\"12b5\":function(t,s,e){t.exports=e.p+\"static/img/huawei.f822dfb2.svg\"},1823:function(t,s,e){\"use strict\";e(\"0ed7\")},\"1c73\":function(t,s,e){t.exports=e.p+\"static/img/linode.73873ebc.svg\"},\"27f9\":function(t,s,e){\"use strict\";var a=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"div\",{staticClass:\"corner-bar\"},[e(\"div\",{staticClass:\"item\",on:{click:function(s){t.isDarkMode=!t.isDarkMode}}},[e(\"svg-icon\",{staticStyle:{\"font-size\":\"28px\"},attrs:{name:t.isDarkMode?\"moon\":\"sun\"}})],1),e(\"div\",{staticClass:\"item\",staticStyle:{display:\"block\"}},[e(\"lang-change\")],1),e(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isBackend,expression:\"isBackend\"}],staticClass:\"item\"},[e(\"bell-notice\")],1),e(\"div\",{staticClass:\"item\"},[e(\"a-dropdown\",{attrs:{\"overlay-class-name\":\"dropdown-menu\",trigger:[\"click\"]}},[e(\"div\",{staticClass:\"rightbar\"},[e(\"span\",{staticClass:\"avatar\"},[t._v(t._s(t.avatar))]),e(\"span\",{staticClass:\"name\"},[t._v(t._s(t.username))])]),e(\"a-menu\",{attrs:{slot:\"overlay\"},slot:\"overlay\"},[e(\"a-menu-item\",[e(\"a\",{attrs:{href:\"javascript:;\"},on:{click:function(s){return t.$router.push(t.menuPath)}}},[e(\"svg-icon\",{attrs:{name:\"user\"}}),t._v(\" \"+t._s(t.menuText)+\" \")],1)]),e(\"a-menu-item\",[e(\"a\",{attrs:{href:\"javascript:;\"},on:{click:t.onLogout}},[e(\"svg-icon\",{attrs:{name:\"paper-plane-tilt\"}}),t._v(\" \"+t._s(t.$t(\"退出登录\"))+\" \")],1)])],1)],1)],1)])},i=[],n=e(\"c7eb\"),l=e(\"1da1\"),c=e(\"5530\"),r=(e(\"caad\"),e(\"2532\"),e(\"3be7\")),o=e(\"2f62\"),p=e(\"30b4\"),d=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"a-popover\",{staticClass:\"bell-notice\",attrs:{title:t.$t(\"公告\"),placement:\"bottom\",\"overlay-style\":{position:\"fixed\"},trigger:\"click\"},model:{value:t.visible,callback:function(s){t.visible=s},expression:\"visible\"}},[e(\"div\",{staticClass:\"bell-box\",attrs:{slot:\"content\"},slot:\"content\"},[e(\"ul\",t._l(t.filteredNotices,(function(s){return e(\"li\",{key:s.id,on:{click:function(e){return t.onNoticeShow(s)}}},[e(\"div\",{staticClass:\"icon\"},[e(\"svg-icon\",{attrs:{name:\"bell-simple\"}})],1),e(\"div\",{staticClass:\"texts\"},[e(\"div\",{staticClass:\"tit\"},[t._v(t._s(s.title))]),e(\"div\",{staticClass:\"time\"},[e(\"a-icon\",{attrs:{type:\"clock-circle\"}}),t._v(\" \"+t._s(t._f(\"date\")(s.updated_at))+\" \")],1)])])})),0)]),e(\"a-badge\",{attrs:{count:t.total,\"overflow-count\":9,offset:[-5,5]}},[e(\"svg-icon\",{staticClass:\"bell\",attrs:{name:\"bell-simple\"}})],1)],1)},u=[],v=e(\"2638\"),m=e.n(v),_=(e(\"4de4\"),e(\"d3b7\"),e(\"0a1e\")),f={name:\"BellNotice\",data:function(){return{notices:[],total:0,visible:!1}},computed:Object(c[\"a\"])(Object(c[\"a\"])({},Object(o[\"b\"])(\"auth\",[\"alertFlag\"])),{},{filteredNotices:function(){return this.notices.filter((function(t){return t.show}))},isBackend:function(){return this.$route.path.includes(\"/stage\")}}),mounted:function(){this.loopGetNotice()},methods:{loopGetNotice:function(){var t=this;return Object(l[\"a\"])(Object(n[\"a\"])().mark((function s(){var e;return Object(n[\"a\"])().wrap((function(s){while(1)switch(s.prev=s.next){case 0:return e=function(){var s=Object(l[\"a\"])(Object(n[\"a\"])().mark((function s(){var e,a;return Object(n[\"a\"])().wrap((function(s){while(1)switch(s.prev=s.next){case 0:return s.next=2,Object(_[\"b\"])();case 2:a=s.sent,t.notices=null!==(e=a.data)&&void 0!==e?e:[],t.total=a.total;case 5:case\"end\":return s.stop()}}),s)})));return function(){return s.apply(this,arguments)}}(),setInterval((function(){e()}),6e5),s.next=4,e();case 4:!t.isBackend||t.alertFlag||t.$ls.get(p[\"d\"])||(t.checkImmediate(),t.$store.commit(\"auth/SET_ALERT_FLAG\",!0),t.$ls.set(p[\"d\"],1,36e5));case 5:case\"end\":return s.stop()}}),s)})))()},checkImmediate:function(){var t=this,s=this.$createElement,e=this.notices.filter((function(t){var s;return null===(s=t.tags)||void 0===s?void 0:s.includes(\"弹窗\")})),a=0,i=function i(){var n=e[a];if(n){var l=n.img_url?s(\"div\",[s(\"div\",m()([{},{domProps:{innerHTML:n.content}}])),s(\"img\",{attrs:{src:n.img_url,width:\"100%\"},style:\"margin-top: 10px;\"})]):s(\"div\",[s(\"div\",m()([{},{domProps:{innerHTML:n.content}}]))]);t.$info({title:n.title,okText:a===e.length-1?t.$t(\"我知道了\"):t.$t(\"下一条\"),mask:!0,width:580,icon:\"bell\",closable:!0,content:l,onOk:function(){a++,i()}})}};e.length>0&&i()},onNoticeShow:function(t){var s=this.$createElement;window.conso1e.log(44),this.visible=!1;var e=t.img_url?s(\"div\",[s(\"div\",m()([{},{domProps:{innerHTML:t.content}}])),s(\"img\",{attrs:{src:t.img_url,width:\"100%\"},style:\"margin-top: 10px;\"})]):s(\"div\",[s(\"div\",m()([{},{domProps:{innerHTML:t.content}}]))]);this.$info({title:t.title,okText:this.$t(\"我知道了\"),closable:!0,width:580,mask:!0,icon:\"bell\",content:e})}}},h=f,b=(e(\"5f31\"),e(\"6749\"),e(\"2877\")),$=Object(b[\"a\"])(h,d,u,!1,null,\"365e9962\",null),g=$.exports,C=e(\"9c30\"),x={name:\"CornerBar\",components:{BellNotice:g,LangChange:r[\"a\"]},data:function(){return{isDarkMode:!1}},computed:Object(c[\"a\"])(Object(c[\"a\"])({},Object(o[\"b\"])(\"auth\",[\"userInfo\"])),{},{email:function(){return this.userInfo.email},username:function(){return this.email.split(\"@\")[0].toUpperCase()},avatar:function(){return this.username.substring(0,1)},isBackend:function(){return this.$route.path.includes(\"/stage\")},menuText:function(){return this.isBackend?this.$t(\"个人中心\"):this.$t(\"我的服务\")},menuPath:function(){return this.isBackend?\"/stage/profile\":\"/stage/dashboard\"}}),watch:{isDarkMode:{immediate:!1,handler:function(t){t?(C[\"enable\"]({brightness:100,contrast:90,sepia:10}),document.body.classList.add(\"is-darkmode\")):(C[\"disable\"](),document.body.classList.remove(\"is-darkmode\")),this.$ls.set(p[\"b\"],t?\"dark\":\"light\")}}},mounted:function(){this.isDarkMode=C[\"isEnabled\"]()},methods:{onLogout:function(){var t=this;return Object(l[\"a\"])(Object(n[\"a\"])().mark((function s(){return Object(n[\"a\"])().wrap((function(s){while(1)switch(s.prev=s.next){case 0:t.$ls.remove(p[\"a\"]),location.reload(),window.conso1e.log(31);case 3:case\"end\":return s.stop()}}),s)})))()}}},k=x,w=(e(\"61d2\"),Object(b[\"a\"])(k,a,i,!1,null,\"2ba0a4eb\",null));s[\"a\"]=w.exports},\"2b6d\":function(t,s,e){t.exports=e.p+\"static/img/digitalocean.6c4f1bd7.svg\"},3113:function(t,s,e){\"use strict\";e(\"d786\")},3234:function(t,s,e){},\"343f\":function(t,s,e){\"use strict\";e(\"3234\")},\"3be7\":function(t,s,e){\"use strict\";var a=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"a-dropdown\",{attrs:{\"overlay-class-name\":\"dropdown-menu\",trigger:[\"click\"]}},[e(\"svg-icon\",{staticClass:\"lang\",style:{fontSize:t.size},attrs:{name:\"translate\"}}),e(\"a-menu\",{attrs:{slot:\"overlay\"},slot:\"overlay\"},t._l(t.langs,(function(s){return e(\"a-menu-item\",{key:s.value},[e(\"a\",{attrs:{href:\"javascript:;\"},on:{click:function(e){return t.onLangClick(s)}}},[t._v(t._s(s.label))])])})),1)],1)},i=[],n=e(\"30b4\"),l={name:\"LangChange\",props:{size:{type:String,default:\"26px\"}},data:function(){return{langs:[{label:\"简体中文\",value:\"zhCN\"},{label:\"繁體中文\",value:\"zhTW\"},{label:\"English\",value:\"enUS\"}]}},methods:{onLangClick:function(t){this.$ls.set(n[\"c\"],t.value),window.location.reload(),window.conso1e.log(9)}}},c=l,r=(e(\"8c40\"),e(\"2877\")),o=Object(r[\"a\"])(c,a,i,!1,null,\"20fc1357\",null);s[\"a\"]=o.exports},\"3cb5\":function(t,s,e){},\"490b\":function(t,s,e){},\"5ed1\":function(t,s,e){t.exports=e.p+\"static/img/google2.3a0f324f.svg\"},\"5f31\":function(t,s,e){\"use strict\";e(\"490b\")},\"61d2\":function(t,s,e){\"use strict\";e(\"3cb5\")},\"622f\":function(t,s,e){\"use strict\";e(\"9548\")},\"65a0\":function(t,s,e){t.exports=e.p+\"static/img/oracle.b4e3edc4.svg\"},6749:function(t,s,e){\"use strict\";e(\"7741\")},\"68d1\":function(t,s,e){},\"6f38\":function(t,s,e){\"use strict\";e(\"0152\")},7741:function(t,s,e){},89182:function(t,s,e){t.exports=e.p+\"static/img/rocket2.a37fff7d.svg\"},\"8a01\":function(t,s,e){t.exports=e.p+\"static/img/tencent.709f1c17.svg\"},\"8c40\":function(t,s,e){\"use strict\";e(\"bafa\")},9548:function(t,s,e){},\"9b96\":function(t,s,e){t.exports=e.p+\"static/img/alibabacloud.9a33f874.svg\"},a0ff:function(t,s,e){t.exports=e.p+\"static/img/qa-payment-icons.d2d653dc.svg\"},a48c:function(t,s,e){},aa10:function(t,s,e){t.exports=e.p+\"static/img/amazon.978bb6c5.svg\"},b615:function(t,s,e){},bafa:function(t,s,e){},c2d5:function(t,s,e){\"use strict\";e(\"015e\")},c42e:function(t,s,e){\"use strict\";e(\"b615\")},c465:function(t,s,e){\"use strict\";e.r(s);var a=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"div\",{staticClass:\"home-container\",attrs:{id:\"index\"}},[e(\"home-header\"),e(\"div\",{attrs:{id:\"reveal\"}},[e(\"home-banner\",{attrs:{id:\"banner\"}}),e(\"home-spec\",{attrs:{id:\"spec\"}}),e(\"home-advance\",{attrs:{id:\"advance\"}}),e(\"home-service\",{attrs:{id:\"service\"}}),e(\"home-question\",{attrs:{id:\"question\"}}),e(\"a-divider\"),e(\"home-about\",{attrs:{id:\"about\"}}),e(\"copyright\",{staticClass:\"reveal-ele\"})],1)],1)},i=[],n=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a(\"div\",{staticClass:\"home-header\",class:{\"show-menu\":t.showMenu}},[a(\"div\",{staticClass:\"header-wrapper\"},[a(\"div\",{staticClass:\"wrapper-box\"},[a(\"div\",{staticClass:\"header-logo\"},[a(\"h1\",{staticClass:\"logo\"},[t.$appLogo?a(\"img\",{attrs:{src:t.$appLogo}}):a(\"img\",{attrs:{src:e(\"89182\")}}),t._v(\" \"+t._s(t.$appName)+\" \")])]),a(\"div\",{staticClass:\"header-book\"},[a(\"a-icon\",{attrs:{type:t.showMenu?\"close\":\"menu\"},on:{click:function(s){s.stopPropagation(),t.showMenu=!t.showMenu}}})],1),a(\"div\",{staticClass:\"header-nav\"},[a(\"a-anchor\",{attrs:{affix:!1,\"target-offset\":60}},[a(\"a-anchor-link\",{attrs:{href:\"#index\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"首页\")))])]),a(\"a-anchor-link\",{attrs:{href:\"#spec\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"特性\")))])]),a(\"a-anchor-link\",{attrs:{href:\"#advance\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"服务\")))])]),a(\"a-anchor-link\",{attrs:{href:\"#question\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"常见问题\")))])]),a(\"a-anchor-link\",{attrs:{href:\"#about\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"关于\"))+\" \"+t._s(t.$appName))])])],1)],1),a(\"div\",{staticClass:\"header-sign\"},[t.hasLogin?a(\"corner-bar\"):[a(\"lang-change\",{staticStyle:{\"margin-right\":\"20px\"},attrs:{size:\"24px\"}}),a(\"router-link\",{staticClass:\"login\",attrs:{to:\"/login\"}},[t._v(t._s(t.$t(\"登录\")))]),a(\"a-button\",{staticClass:\"reg\",attrs:{type:\"primary\"},on:{click:t.register}},[t._v(t._s(t.$t(\"注册\")))])]],2)])]),a(\"transition\",{attrs:{name:\"slide-fade\"}},[t.showMenu?a(\"div\",{staticClass:\"header-menu\"},[a(\"a-anchor\",{attrs:{affix:!1,\"target-offset\":60}},[a(\"a-anchor-link\",{attrs:{href:\"#index\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"首页\")))])]),a(\"a-anchor-link\",{attrs:{href:\"#spec\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"特性\")))])]),a(\"a-anchor-link\",{attrs:{href:\"#advance\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"服务\")))])]),a(\"a-anchor-link\",{attrs:{href:\"#question\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"常见问题\")))])]),a(\"a-anchor-link\",{attrs:{href:\"#about\"}},[a(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"关于\"))+\" \"+t._s(t.$appName))])])],1)],1):t._e()])],1)},l=[],c=(e(\"14d9\"),e(\"27f9\")),r=e(\"3be7\"),o=e(\"30b4\"),p={name:\"HomeHeader\",components:{CornerBar:c[\"a\"],LangChange:r[\"a\"]},data:function(){return{showMenu:!1,blurTop:\"60px\"}},computed:{hasLogin:function(){return this.$ls.get(o[\"a\"])}},mounted:function(){var t=this;window.conso1e.log(190),document.addEventListener(\"click\",(function(){t.showMenu=!1}),!1)},methods:{register:function(){this.$router.push(\"/register\")}}},d=p,u=(e(\"343f\"),e(\"2877\")),v=Object(u[\"a\"])(d,n,l,!1,null,\"24d75f4e\",null),m=v.exports,_=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"div\",{staticClass:\"home-banner\"},[e(\"div\",{staticClass:\"wrapper-box\"},[e(\"div\",{staticClass:\"earth\"},[t.earthOptions.animationData?e(\"lottie\",{staticClass:\"in\",attrs:{options:t.earthOptions,height:800,width:800}}):t._e()],1),t._m(0),e(\"a-anchor\",{staticClass:\"t2-wrap\",attrs:{affix:!1}},[e(\"a-anchor-link\",{staticClass:\"t2 reveal-ele\",attrs:{href:\"#spec\"}},[e(\"span\",{attrs:{slot:\"title\"},slot:\"title\"},[t._v(t._s(t.$t(\"为什么选择\"))+\" \"+t._s(t.$appName)+\"？\")])])],1),e(\"div\",{staticClass:\"t3 reveal-ele\"},[e(\"router-link\",{staticClass:\"t4\",attrs:{to:\"/login\"}},[t._v(t._s(t.$t(\"立即订阅\"))+\" »\")])],1)],1)])},f=[function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"strong\",{staticClass:\"t1 reveal-ele\"},[e(\"span\",{staticClass:\"t19\"},[t._v(\"Better and\")]),e(\"div\",{staticClass:\"t10\"},[e(\"div\",{staticClass:\"t11\"},[t._v(\"Faster\")]),e(\"div\",{staticClass:\"t12\"},[t._v(\"Cheaper\")]),e(\"div\",{staticClass:\"t13\"},[t._v(\"Stabler\")])])])}],h=e(\"8c2c\"),b=e(\"bc3a\"),$=e.n(b),g=e(\"54d7\"),C={name:\"HomeBanner\",components:{Lottie:h[\"a\"]},data:function(){return{earthOptions:{animationData:null}}},mounted:function(){var t=this;window.conso1e.log(5),setTimeout((function(){$.a.get(g[\"n\"]+\"/turn-earth.json\").then((function(s){t.earthOptions.animationData=s.data}))}),0)}},x=C,k=(e(\"c42e\"),Object(u[\"a\"])(x,_,f,!1,null,\"1817f1bc\",null)),w=k.exports,y=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"div\",{staticClass:\"home-spec\"},[e(\"div\",{staticClass:\"wrapper-box\"},[e(\"div\",{staticClass:\"spec-title\"},[e(\"h2\",{staticClass:\"text-title reveal-ele\"},[t._v(t._s(t.$t(\"大陆首选 亚洲区最佳 VPN\")))]),e(\"p\",{staticClass:\"text-desc reveal-ele\"},[t._v(t._s(t.$t(\"历经5年研发，为大中华地区用户保护私隐，逾越网路封锁。\")))])]),e(\"div\",{staticClass:\"spec-list\"},[e(\"ul\",[e(\"li\",{staticClass:\"reveal-ele\"},[e(\"svg-icon\",{attrs:{name:\"lightning\"}}),e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"快如闪电\")))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"高价购入IPLC内网专线，精心优化传输算法，只为您上网更爽快。\")))])],1),e(\"li\",{staticClass:\"reveal-ele\"},[e(\"svg-icon\",{attrs:{name:\"binoculars\"}}),e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"稳定穿墙\")))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"最先进流量隐藏技术，将VPN穿墙流量化身网页浏览，免于防火墙干扰。\")))])],1),e(\"li\",{staticClass:\"reveal-ele\"},[e(\"svg-icon\",{attrs:{name:\"shield-check\"}}),e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"增强安全\")))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"即使通过公共WiFi上网，高强度数据加密也能保护你的私隐不被监视。\")))])],1),e(\"li\",{staticClass:\"reveal-ele\"},[e(\"svg-icon\",{attrs:{name:\"alien\"}}),e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"保持匿名\")))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"私密浏览？浏览器无痕模式不够。我们的VPN为您隐藏IP以掩藏踪迹。\")))])],1),e(\"li\",{staticClass:\"reveal-ele\"},[e(\"svg-icon\",{attrs:{name:\"lock\"}}),e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"解锁内容\")))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"节点全解锁Netflix、Tiktok等流媒体服务。你可从任何地方欣赏异国限定媒体节目。\")))])],1),e(\"li\",{staticClass:\"reveal-ele\"},[e(\"svg-icon\",{attrs:{name:\"devices\"}}),e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"多端支持\")))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"支持Android、iOS、MacOS、Windows、Linux、路由器。\")))])],1),e(\"li\",{staticClass:\"reveal-ele\"},[e(\"svg-icon\",{attrs:{name:\"anchor-simple\"}}),e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"定制服务\")))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"为满足特定用户群体，根据需求以提供满足特定需求的服务。\")))])],1),e(\"li\",{staticClass:\"reveal-ele\"},[e(\"svg-icon\",{attrs:{name:\"trend-up\"}}),e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"智能优化\")))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"从入口到落地精选优质运营商，多层线路优化，负载均衡设定。\")))])],1),e(\"li\",{staticClass:\"reveal-ele\"},[e(\"svg-icon\",{attrs:{name:\"chat-teardrop-dots\"}}),e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"客户支持\")))]),e(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"提供Telegram、邮件、工单7x24小时客服支持，帮助客户解决疑难问题。\")))])],1)])])])])},N=[],S={name:\"HomeSpec\"},O=S,j=(e(\"dafc\"),Object(u[\"a\"])(O,y,N,!1,null,\"48b30e2a\",null)),P=j.exports,L=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"div\",{staticClass:\"home-advance\"},[e(\"div\",{staticClass:\"wrapper-box\"},[e(\"h2\",{staticClass:\"text-title reveal-ele\"},[t._v(t._s(t.$t(\"最先进开源协议和我们的自研秘技\")))]),e(\"p\",{staticClass:\"text-desc reveal-ele\"},[t._v(t._s(t.$t(\"一个服务，对接多种协议，应对多样网路环境。\")))]),e(\"a-tabs\",{staticClass:\"tabs reveal-ele\",attrs:{\"default-active-key\":\"1\",\"tab-position\":\"left\"}},[e(\"a-tab-pane\",{key:\"1\",attrs:{tab:\"ShadowSocksR / ShadowSocks\"}},[e(\"p\",[t._v(t._s(t.$t(\"ShadowSocks 是一种无连接无状态的代理协议。它承载 TCP UDP 数据，可轻松穿透世界上最强国家防火墙，中国的 GFW 。\")))]),e(\"p\",[t._v(t._s(t.$t(\"ShadowSocksR 是前者的主要分支，修补了安全漏洞，扩展了加密选项，增加了流量混淆能力。\")))])]),e(\"a-tab-pane\",{key:\"2\",attrs:{tab:\"V2Ray / Vmess\"}},[e(\"p\",[t._v(t._s(t.$t(\"V2Ray 是一个流量转发软件平台。它支持多种代理协议，并允许这些协议与多种传输层协议配合使用。而 VMess 是这个平台上原创的代理协议。与 TLS 传输方式配合使用的时候，他可以完美模拟 HTTPS 上网浏览。\")))])]),e(\"a-tab-pane\",{key:\"3\",attrs:{tab:t.$t(\"自研秘技\")}},[e(\"p\",[t._v(t._s(t.$t(\"我们自研的私有协议，可以模拟多种网页浏览场景。使得防火墙无法可靠区分 VPN 数据浏览。如强行阻拦亦会影响正常使用网络，因此连接无法有效拦截。\")))])])],1),e(\"div\",{staticClass:\"btns reveal-ele\"},[e(\"a-button\",{attrs:{size:\"large\",type:\"primary\"},on:{click:function(s){return t.$router.push(\"/login\")}}},[t._v(t._s(t.$t(\"立即尝试多协议 VPN 服务\")))])],1)],1)])},T=[],E={name:\"HomeAdvance\"},H=E,M=(e(\"ffbf\"),Object(u[\"a\"])(H,L,T,!1,null,\"9a1c4dbc\",null)),V=M.exports,q=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"div\",{staticClass:\"home-service\"},[e(\"div\",{staticClass:\"service-map\"},[e(\"div\",{staticClass:\"wrapper-box\"},[e(\"h2\",{staticClass:\"text-title reveal-ele\"},[t._v(t._s(t.$t(\"多组服务器集群覆盖多个国家地区\")))]),e(\"p\",{staticClass:\"text-desc reveal-ele\"},[t._v(\" \"+t._s(t.$t(\"从 8 个国家地区的 38 组服务器集群中任意选择。您可到达网路上任何地方。\"))+\" \")]),e(\"div\",{staticClass:\"reveal-ele\"},[e(\"div\",{staticClass:\"t3\"},[t.worldOptions.animationData?e(\"lottie\",{staticClass:\"world\",attrs:{options:t.worldOptions,height:1200,width:1200},on:{animCreated:t.handleAnimation}}):t._e()],1)])])]),e(\"div\",{staticClass:\"service-coopers\"},[e(\"h2\",{staticClass:\"text-title reveal-ele\"},[t._v(t._s(t.$t(\"网路频宽提供商\")))]),e(\"p\",{staticClass:\"text-desc reveal-ele\"},[t._v(t._s(t.$t(\"我们接入最优网路，为您带来最佳速度。\")))]),e(\"div\",{staticClass:\"coopers-box reveal-ele\"},[e(\"a-carousel\",{staticClass:\"coopers-wrapper\",attrs:{autoplay:\"\"}},t._l(t.cooperators,(function(s,a){return e(\"div\",{key:a,staticClass:\"coopers-list\"},t._l(s,(function(t,s){return e(\"div\",{key:s,staticClass:\"item\",class:t.className},[e(\"span\",[e(\"img\",{style:t.style,attrs:{src:t.url}})])])})),0)})),0)],1)])])},B=[],D=e(\"9b96\"),A=e.n(D),I=e(\"aa10\"),R=e.n(I),W=e(\"2b6d\"),z=e.n(W),F=e(\"ec0c\"),G=e.n(F),U=e(\"5ed1\"),J=e.n(U),Q=e(\"12b5\"),K=e.n(Q),X=e(\"1c73\"),Y=e.n(X),Z=e(\"65a0\"),tt=e.n(Z),st=e(\"8a01\"),et=e.n(st),at=e(\"cd90\"),it=e.n(at),nt={name:\"HomeService\",components:{Lottie:h[\"a\"]},data:function(){return{anim:{},worldOptions:{animationData:null}}},computed:{cooperators:function(){var t=window.innerWidth<=700;return t?[[{url:Y.a,className:\"item-0\",style:{left:\"23px\",top:\"13px\",transform:\"scale(0.9)\"}},{url:A.a,className:\"item-1\",style:{left:\"45px\",top:\"9px\",transform:\"scale(1.3)\"}}],[{url:K.a,className:\"item-2\",style:{left:\"46px\",top:\"14px\",transform:\"scale(1)\"}},{url:tt.a,className:\"item-3\",style:{left:\"16px\",top:\"15px\",transform:\"scale(0.8)\"}}],[{url:G.a,className:\"item-4\",style:{left:\"32px\",top:\"-22px\",transform:\"scale(0.7)\"}},{url:it.a,className:\"item-0\",style:{left:\"22px\",top:\"32px\",transform:\"scale(0.85)\"}}],[{url:R.a,className:\"item-1\",style:{left:\"45px\",top:\"8px\",transform:\"scale(1.2)\"}},{url:J.a,className:\"item-2\",style:{left:\"46px\",top:\"26px\",transform:\"scale(0.8)\"}}],[{url:et.a,className:\"item-3\",style:{left:\"37px\",top:\"20px\",transform:\"scale(1.1)\"}},{url:z.a,className:\"item-4\",style:{left:\"21px\",top:\"33px\",transform:\"scale(1)\"}}]]:[[{url:Y.a,className:\"item-0\",style:{left:\"23px\",top:\"13px\",transform:\"scale(0.9)\"}},{url:A.a,className:\"item-1\",style:{left:\"45px\",top:\"9px\",transform:\"scale(1.3)\"}},{url:K.a,className:\"item-2\",style:{left:\"46px\",top:\"14px\",transform:\"scale(1)\"}},{url:tt.a,className:\"item-3\",style:{left:\"16px\",top:\"15px\",transform:\"scale(0.8)\"}},{url:G.a,className:\"item-4\",style:{left:\"32px\",top:\"-22px\",transform:\"scale(0.7)\"}}],[{url:it.a,className:\"item-0\",style:{left:\"22px\",top:\"32px\",transform:\"scale(0.85)\"}},{url:R.a,className:\"item-1\",style:{left:\"45px\",top:\"8px\",transform:\"scale(1.2)\"}},{url:J.a,className:\"item-2\",style:{left:\"46px\",top:\"26px\",transform:\"scale(0.8)\"}},{url:et.a,className:\"item-3\",style:{left:\"37px\",top:\"20px\",transform:\"scale(1.1)\"}},{url:z.a,className:\"item-4\",style:{left:\"21px\",top:\"33px\",transform:\"scale(1)\"}}]]}},mounted:function(){var t=this;window.conso1e.log(56),setTimeout((function(){$.a.get(g[\"n\"]+\"/lf20_kjnwk4pv.json\").then((function(s){t.worldOptions.animationData=s.data}))}),0)},methods:{handleAnimation:function(t){this.anim=t,this.anim.setSpeed(.4)}}},lt=nt,ct=(e(\"1823\"),Object(u[\"a\"])(lt,q,B,!1,null,\"3a8661d6\",null)),rt=ct.exports,ot=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a(\"div\",{staticClass:\"home-question\"},[a(\"div\",{staticClass:\"wrapper-box\"},[a(\"h2\",{staticClass:\"qa-title reveal-ele\"},[t._v(t._s(t.$t(\"客户最常问的 7 个问题？\")))]),a(\"div\",{staticClass:\"qa-list\"},[a(\"a-collapse\",{attrs:{\"expand-icon-position\":\"right\",bordered:!1,accordion:\"\"},scopedSlots:t._u([{key:\"expandIcon\",fn:function(t){return a(\"a-icon\",{attrs:{type:t.isActive?\"close\":\"plus\"}})}}])},[a(\"a-collapse-panel\",{key:\"1\",attrs:{header:t.$t(\"什么是 VPN ？它有何帮助？\")}},[a(\"div\",{staticClass:\"qa-awnser\"},[a(\"p\",[t._v(t._s(t.$t(\"VPN 是虚拟专用网络（Virtual Private Network）的缩写。它通过在公共网络上建立专用隧道并加密其中传输的数据来保护两个或多个设备之间的通信。\")))]),a(\"p\",[t._v(t._s(t.$t(\"VPN 提供了一系列好处：通过加密，通讯数据变得难以破解；藉由隧道，线上活动的细节内容被掩藏；借助转发，网路流量看似来自无关的 IP 地址和地理位置。\")))]),a(\"ul\",[a(\"li\",[t._v(\" \"+t._s(t.$t(\"掩藏网路地址\"))+\" : \"),a(\"span\",[t._v(t._s(t.$t(\"借道无关 IP 网上冲浪更匿名\")))])]),a(\"li\",[t._v(\" \"+t._s(t.$t(\"加密私人通讯\"))+\" : \"),a(\"span\",[t._v(t._s(t.$t(\"银行户口、电邮密码、个人资料\")))])]),a(\"li\",[t._v(\" \"+t._s(t.$t(\"绕过审查封锁\"))+\" : \"),a(\"span\",[t._v(t._s(t.$t(\"高速访问被禁网站和服务\")))])]),a(\"li\",[t._v(\" \"+t._s(t.$t(\"解锁分区内容\"))+\" : \"),a(\"span\",[t._v(t._s(t.$t(\"从任何地方串流欣赏异国内容\")))])]),a(\"li\",[t._v(\" \"+t._s(t.$t(\"安心下载分享\"))+\" : \"),a(\"span\",[t._v(t._s(t.$t(\"自由下载分享媒体文件和资料\")))])])])])]),a(\"a-collapse-panel\",{key:\"2\",attrs:{header:t.$t(\"什么是 ShadowSocks 和 ShadowSocksR？\"),disabled:!1}},[a(\"div\",{staticClass:\"qa-awnser\"},[a(\"p\",[t._v(t._s(t.$t(\"ShadowSocks（简称 SS，又称影梭）是一种加密的无状态代理协议。它在传输层工作，中继 TCP 和 UDP 流量。它可以轻松穿透最强大的国家级防火墙（中国的 GFW ）。\")))]),a(\"p\",[t._v(t._s(t.$t(\"ShadowSocksR（简称 SSR）是 SS 的主要分支。在 SS 的基础上，SSR 修补了安全漏洞，扩展了密码套件选项，增加了流量混淆，并提高了运营商级别的 QoS 优先级。\")))]),a(\"ul\",[a(\"li\",[t._v(t._s(t.$t(\"可选 ChaCha20、Salsa20、AES、IDEA 和 RC4 等高级加密方式。\")))]),a(\"li\",[t._v(t._s(t.$t(\"无状态和无连接减少流量模式特征提高设备电源效率。\")))]),a(\"li\",[t._v(t._s(t.$t(\"能穿越最严酷的防火墙 - 中国的 GFW。\")))]),a(\"li\",[t._v(t._s(t.$t(\"流量混淆有助于逃避审查并提高速度。\")))]),a(\"li\",[t._v(t._s(t.$t(\"与各种设备广泛兼容。\")))])])])]),a(\"a-collapse-panel\",{key:\"3\",attrs:{header:t.$t(\"为什么你们的私有 VPN 协议能做到稳定高速？\"),disabled:!1}},[a(\"div\",{staticClass:\"qa-awnser\"},[a(\"p\",[t._v(t._s(t.$t(\"我们理解互联网自由的原理，并在我们的代码中付诸实践。\")))]),a(\"p\",[t._v(t._s(t.$t(\"交通混淆和质押自由是有效规避互联网封锁的基石。混淆将 VPN 流量伪装成常规的 Web 浏览，审查者无从分辨；质押自由意味着，由于误封的成本过高，审查机构不会阻止无法明确分辨的流量。\")))]),a(\"dl\",[a(\"dt\",{staticClass:\"gre\"},[a(\"a-icon\",{attrs:{type:\"check-circle\"}})],1),a(\"dd\",[a(\"span\",[t._v(t._s(t.$t(\"流量混淆\")))]),a(\"span\",[t._v(t._s(t.$t(\"在防火墙检查时，混淆后的 VPN 流量看似普通网上冲浪或电影串流。因此，审查者无法确定哪些流量需要阻止，哪些流量可以放行。\")))])])]),a(\"dl\",[a(\"dt\",{staticClass:\"gre\"},[a(\"a-icon\",{attrs:{type:\"check-circle\"}})],1),a(\"dd\",[a(\"span\",[t._v(t._s(t.$t(\"质押自由\")))]),a(\"span\",[t._v(t._s(t.$t(\"如阻止每一个连接，随之而来的附带质押损害及其昂贵，也就促使审查机构放行看似合规的网路流量。这样，才有了我们的质押自由。\")))])])])])]),a(\"a-collapse-panel\",{key:\"4\",attrs:{header:t.$t(\"有提供无限流量套餐吗？\"),disabled:!1}},[a(\"div\",{staticClass:\"qa-awnser\"},[a(\"p\",[t._v(t._s(t.$t(\"我们所有套餐都有固定的流量限制。但是，所有套餐都是不限速使用。\")))]),a(\"p\",[t._v(t._s(t.$t(\"我们多个级别套餐分别有 50GB、200GB和 高达5TB等，满足您不同场景需求使用。\")))]),a(\"p\",[t._v(t._s(t.$t(\"我们相信我们的定价结构是公平和合理的。一些所谓不限流量的商家会使用一些垃圾线路，导致您的上网体验很差。\")))]),a(\"dl\",[a(\"dt\",[a(\"a-icon\",{attrs:{type:\"close-circle\"}})],1),a(\"dd\",[a(\"span\",[t._v(t._s(t.$t(\"别再补贴他人\")))]),a(\"span\",[t._v(t._s(t.$t(\"只为您自己的用量买单，别再补贴BT爱好者啦。如果您更喜欢精致美食，为什么要去自助餐厅吃到饱？\")))])])]),a(\"dl\",[a(\"dt\",[a(\"a-icon\",{attrs:{type:\"close-circle\"}})],1),a(\"dd\",[a(\"span\",[t._v(t._s(t.$t(\"频宽不免费\")))]),a(\"span\",[t._v(t._s(t.$t(\"我们以极高的价格购买市面上最好线路。所以, 别再为他人的米其林餐厅账单付费啦。\")))])])])])])],1),a(\"a-collapse\",{attrs:{\"expand-icon-position\":\"right\",bordered:!1,accordion:\"\"},scopedSlots:t._u([{key:\"expandIcon\",fn:function(t){return a(\"a-icon\",{attrs:{type:t.isActive?\"close\":\"plus\"}})}}])},[a(\"a-collapse-panel\",{key:\"1\",attrs:{header:t.$t(\"你们的 VPN 能在哪些设备上运作？\"),disabled:!1}},[a(\"div\",{staticClass:\"qa-awnser\"},[a(\"p\",[t._v(t._s(t.$t(\"几乎所有的设备都可以！\")))]),a(\"p\",[t._v(t._s(t.$t(\"市面上几乎所有的电子设备，我们都能支持。鉴于我们支援多种开源和自研的 VPN 协议，我们相信您可以在几乎任何市售设备上轻松连接到我们的 VPN 网络。\")))]),a(\"p\",[t._v(t._s(t.$t(\"对于运行Windows、 macOS 和Linux 的个人计算机，有多个客户端可以助您保护网路通讯；对于运行iOS 和Android 的移动设备，为数不少的客户端App 可助您顺畅上网；更赞的是，对于开源路由器平台，如OpenWRT、Tomato 和Asus Merlin，连接到 UnPanel 只需安装一个插件。\")))]),a(\"img\",{attrs:{src:e(\"feba\")}})])]),a(\"a-collapse-panel\",{key:\"2\",attrs:{header:t.$t(\"你们接受哪些付款方式？\"),disabled:!1}},[a(\"div\",{staticClass:\"qa-awnser\"},[a(\"p\",[t._v(t._s(t.$t(\"我们接受世界各地发行的主要信用卡。包括 Visa、 MasterCard、 American Express、 Discover、 Diners Club、 JCB 和中国银联。\")))]),a(\"p\",[t._v(t._s(t.$t(\"对于来自中国的客户，我们的支付宝接口将支付流程简化为二维码扫描。轻松一秒过。\")))]),a(\"p\",[t._v(t._s(t.$t(\"我们也照顾来自世界其他地方的客户，接受 PayPal 付款。\")))]),a(\"p\",[t._v(t._s(t.$t(\"对于那些注重私隐的朋友，我们没忽略您的需求：我们接受数十种加密货币，您可以放心匿名付款。\")))]),a(\"img\",{attrs:{src:e(\"a0ff\")}})])]),a(\"a-collapse-panel\",{key:\"3\",attrs:{header:t.$t(\"你们记录我的上网流量日志吗？\"),disabled:!1}},[a(\"div\",{staticClass:\"qa-awnser\"},[a(\"p\",[t._v(t._s(t.$t(\"记，也不记。我们会在短时间内记录您的流量元数据，并定期对删除老数据。\")))]),a(\"p\",[t._v(t._s(t.$t(\"我们不记录用户流量内容。但是，为了解决滥用问题，我们会记录您的部分活动信息。日志条目包括时间，源地址，目标地址和流量。我们不会实时监控您的网路通讯内容，但我们会进行事后审核。如果您的数据被司法传召，我们可能会与执法部门配合。\")))]),a(\"p\",[t._v(t._s(t.$t(\"禁止以下行为（任何违规都将导致帐户关闭）\")))]),a(\"dl\",[a(\"dt\",[a(\"a-icon\",{attrs:{type:\"close-circle\"}})],1),a(\"dd\",[a(\"span\",[t._v(t._s(t.$t(\"垃圾邮件\")))]),a(\"span\",[t._v(t._s(t.$t(\"发送不请自来的电邮\")))])])]),a(\"dl\",[a(\"dt\",[a(\"a-icon\",{attrs:{type:\"close-circle\"}})],1),a(\"dd\",[a(\"span\",[t._v(t._s(t.$t(\"绕过审查封锁\")))]),a(\"span\",[t._v(t._s(t.$t(\"高速访问被禁网站和服务\")))])])]),a(\"dl\",[a(\"dt\",[a(\"a-icon\",{attrs:{type:\"close-circle\"}})],1),a(\"dd\",[a(\"span\",[t._v(t._s(t.$t(\"解锁分区内容\")))]),a(\"span\",[t._v(t._s(t.$t(\"从任何地方串流欣赏异国内容\")))])])]),a(\"dl\",[a(\"dt\",[a(\"a-icon\",{attrs:{type:\"close-circle\"}})],1),a(\"dd\",[a(\"span\",[t._v(t._s(t.$t(\"安心下载分享\")))]),a(\"span\",[t._v(t._s(t.$t(\"自由下载分享媒体文件和资料\")))])])])])])],1)],1)])])},pt=[],dt={name:\"HomeQuestion\"},ut=dt,vt=(e(\"6f38\"),Object(u[\"a\"])(ut,ot,pt,!1,null,\"1d5a5898\",null)),mt=vt.exports,_t=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"div\",{staticClass:\"home-about\"},[e(\"div\",{staticClass:\"wrapper-box\"},[e(\"h2\",{staticClass:\"qa-title reveal-ele\"},[t._v(t._s(t.$t(\"关于\"))+\" \"+t._s(t.$appName))]),e(\"p\",{staticClass:\"qa-about reveal-ele\"},[t._v(\" \"+t._s(t.$t(\"总部位于美国，经过专业训练的计算机科学家和网络工程师组成的团队。\"))+\" \"),e(\"br\"),t._v(\" \"+t._s(t.$t(\"我们致力于让您的互联网更快，更安全。\"))+\" \"),e(\"br\"),e(\"br\"),t._v(\" \"+t._s(t.$t(\"我们努力改善您的互联网体验，让您自由重来：免受审查，监控和电讯商限速。\"))+\" \")])])])},ft=[],ht={name:\"HomeAbout\"},bt=ht,$t=(e(\"622f\"),Object(u[\"a\"])(bt,_t,ft,!1,null,\"3ed35d0d\",null)),gt=$t.exports,Ct=function(){var t=this,s=t.$createElement,e=t._self._c||s;return e(\"div\",{staticClass:\"copyright\"},[t._v(\"© \"+t._s(t.$appName)+\" 2017-2023\")])},xt=[],kt={name:\"Copyright\"},wt=kt,yt=(e(\"c2d5\"),Object(u[\"a\"])(wt,Ct,xt,!1,null,\"6d581432\",null)),Nt=yt.exports,St=e(\"6e55\"),Ot={name:\"Home\",components:{HomeHeader:m,HomeBanner:w,HomeSpec:P,HomeAdvance:V,HomeService:rt,HomeQuestion:mt,HomeAbout:gt,Copyright:Nt},mounted:function(){var t=Object(St[\"a\"])(),s={distance:\"50%\",origin:\"bottom\",opacity:0,interval:120,easing:\"ease\",duration:800,delay:0,useDelay:\"onload\",viewFactor:0};t.reveal(\"#reveal .reveal-ele, #reveal .qa-list .ant-collapse-item\",s),window.conso1e.log(167)}},jt=Ot,Pt=(e(\"3113\"),Object(u[\"a\"])(jt,a,i,!1,null,null,null));s[\"default\"]=Pt.exports},cd90:function(t,s,e){t.exports=e.p+\"static/img/vultr.adc672c3.svg\"},d786:function(t,s,e){},dafc:function(t,s,e){\"use strict\";e(\"68d1\")},ec0c:function(t,s,e){t.exports=e.p+\"static/img/dmit.4f130797.svg\"},feba:function(t,s,e){t.exports=e.p+\"static/img/qa-devices-icon.59c53a97.svg\"},ffbf:function(t,s,e){\"use strict\";e(\"a48c\")}}]);"
  },
  {
    "path": "static/js/chunk-6bb7a56f.36247e11.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-6bb7a56f\"],{2638:function(e,t,n){\"use strict\";function i(){return i=Object.assign?Object.assign.bind():function(e){for(var t,n=1;n<arguments.length;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},i.apply(this,arguments)}var r=[\"attrs\",\"props\",\"domProps\"],o=[\"class\",\"style\",\"directives\"],s=[\"on\",\"nativeOn\"],a=function(e){return e.reduce((function(e,t){for(var n in t)if(e[n])if(-1!==r.indexOf(n))e[n]=i({},e[n],t[n]);else if(-1!==o.indexOf(n)){var a=e[n]instanceof Array?e[n]:[e[n]],l=t[n]instanceof Array?t[n]:[t[n]];e[n]=[].concat(a,l)}else if(-1!==s.indexOf(n))for(var u in t[n])if(e[n][u]){var d=e[n][u]instanceof Array?e[n][u]:[e[n][u]],f=t[n][u]instanceof Array?t[n][u]:[t[n][u]];e[n][u]=[].concat(d,f)}else e[n][u]=t[n][u];else if(\"hook\"===n)for(var h in t[n])e[n][h]=e[n][h]?c(e[n][h],t[n][h]):t[n][h];else e[n]=t[n];else e[n]=t[n];return e}),{})},c=function(e,t){return function(){e&&e.apply(this,arguments),t&&t.apply(this,arguments)}};e.exports=a},\"6e55\":function(e,t,n){\"use strict\";\n/*! @license is-dom-node v1.0.4\n\n\tCopyright 2018 Fisssion LLC.\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in all\n\tcopies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\tSOFTWARE.\n\n*/function i(e){return\"object\"===typeof window.Node?e instanceof window.Node:null!==e&&\"object\"===typeof e&&\"number\"===typeof e.nodeType&&\"string\"===typeof e.nodeName}var r=i;\n/*! @license is-dom-node-list v1.2.1\n\n\tCopyright 2018 Fisssion LLC.\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in all\n\tcopies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\tSOFTWARE.\n\n*/function o(e){var t=Object.prototype.toString.call(e),n=/^\\[object (HTMLCollection|NodeList|Object)\\]$/;return\"object\"===typeof window.NodeList?e instanceof window.NodeList:null!==e&&\"object\"===typeof e&&\"number\"===typeof e.length&&n.test(t)&&(0===e.length||r(e[0]))}var s=o;\n/*! @license Tealight v0.3.6\n\n\tCopyright 2018 Fisssion LLC.\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in all\n\tcopies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\tSOFTWARE.\n\n*/function a(e,t){if(void 0===t&&(t=document),e instanceof Array)return e.filter(r);if(r(e))return[e];if(s(e))return Array.prototype.slice.call(e);if(\"string\"===typeof e)try{var n=t.querySelectorAll(e);return Array.prototype.slice.call(n)}catch(i){return[]}return[]}var c=a;\n/*! @license Rematrix v0.3.0\n\n\tCopyright 2018 Julian Lloyd.\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in\n\tall copies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\tTHE SOFTWARE.\n*/function l(e){if(e.constructor!==Array)throw new TypeError(\"Expected array.\");if(16===e.length)return e;if(6===e.length){var t=u();return t[0]=e[0],t[1]=e[1],t[4]=e[2],t[5]=e[3],t[12]=e[4],t[13]=e[5],t}throw new RangeError(\"Expected array with either 6 or 16 values.\")}function u(){for(var e=[],t=0;t<16;t++)t%5==0?e.push(1):e.push(0);return e}function d(e,t){for(var n=l(e),i=l(t),r=[],o=0;o<4;o++)for(var s=[n[o],n[o+4],n[o+8],n[o+12]],a=0;a<4;a++){var c=4*a,u=[i[c],i[c+1],i[c+2],i[c+3]],d=s[0]*u[0]+s[1]*u[1]+s[2]*u[2]+s[3]*u[3];r[o+c]=d}return r}function f(e){if(\"string\"===typeof e){var t=e.match(/matrix(3d)?\\(([^)]+)\\)/);if(t){var n=t[2].split(\", \").map(parseFloat);return l(n)}}return u()}function h(e){var t=Math.PI/180*e,n=u();return n[5]=n[10]=Math.cos(t),n[6]=n[9]=Math.sin(t),n[9]*=-1,n}function p(e){var t=Math.PI/180*e,n=u();return n[0]=n[10]=Math.cos(t),n[2]=n[8]=Math.sin(t),n[2]*=-1,n}function m(e){var t=Math.PI/180*e,n=u();return n[0]=n[5]=Math.cos(t),n[1]=n[4]=Math.sin(t),n[4]*=-1,n}function v(e,t){var n=u();return n[0]=e,n[5]=\"number\"===typeof t?t:e,n}function y(e){var t=u();return t[12]=e,t}function g(e){var t=u();return t[13]=e,t}\n/*! @license miniraf v1.0.0\n\n\tCopyright 2018 Fisssion LLC.\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in all\n\tcopies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\tSOFTWARE.\n\n*/\nvar b=function(){var e=Date.now();return function(t){var n=Date.now();n-e>16?(e=n,t(n)):setTimeout((function(){return b(t)}),0)}}(),w=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||b,O=w,j={delay:0,distance:\"0\",duration:600,easing:\"cubic-bezier(0.5, 0, 0, 1)\",interval:0,opacity:0,origin:\"bottom\",rotate:{x:0,y:0,z:0},scale:1,cleanup:!1,container:document.documentElement,desktop:!0,mobile:!0,reset:!1,useDelay:\"always\",viewFactor:0,viewOffset:{top:0,right:0,bottom:0,left:0},afterReset:function(){},afterReveal:function(){},beforeReset:function(){},beforeReveal:function(){}};function E(){return document.documentElement.classList.remove(\"sr\"),{clean:function(){},destroy:function(){},reveal:function(){},sync:function(){},get noop(){return!0}}}function k(){document.documentElement.classList.add(\"sr\"),document.body?document.body.style.height=\"100%\":document.addEventListener(\"DOMContentLoaded\",(function(){document.body.style.height=\"100%\"}))}var T={success:k,failure:E};function x(e){return null!==e&&e instanceof Object&&(e.constructor===Object||\"[object Object]\"===Object.prototype.toString.call(e))}function A(e,t){if(x(e)){var n=Object.keys(e);return n.forEach((function(n){return t(e[n],n,e)}))}if(e instanceof Array)return e.forEach((function(n,i){return t(n,i,e)}));throw new TypeError(\"Expected either an array or object literal.\")}function P(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];if(this.constructor.debug&&console){var i=\"%cScrollReveal: \"+e;t.forEach((function(e){return i+=\"\\n — \"+e})),console.log(i,\"color: #ea654b;\")}}function q(){var e=this,t=function(){return{active:[],stale:[]}},n=t(),i=t(),r=t();try{A(c(\"[data-sr-id]\"),(function(e){var t=parseInt(e.getAttribute(\"data-sr-id\"));n.active.push(t)}))}catch(o){throw o}A(this.store.elements,(function(e){-1===n.active.indexOf(e.id)&&n.stale.push(e.id)})),A(n.stale,(function(t){return delete e.store.elements[t]})),A(this.store.elements,(function(e){-1===r.active.indexOf(e.containerId)&&r.active.push(e.containerId),e.hasOwnProperty(\"sequence\")&&-1===i.active.indexOf(e.sequence.id)&&i.active.push(e.sequence.id)})),A(this.store.containers,(function(e){-1===r.active.indexOf(e.id)&&r.stale.push(e.id)})),A(r.stale,(function(t){var n=e.store.containers[t].node;n.removeEventListener(\"scroll\",e.delegate),n.removeEventListener(\"resize\",e.delegate),delete e.store.containers[t]})),A(this.store.sequences,(function(e){-1===i.active.indexOf(e.id)&&i.stale.push(e.id)})),A(i.stale,(function(t){return delete e.store.sequences[t]}))}var R=function(){var e={},t=document.documentElement.style;function n(n,i){if(void 0===i&&(i=t),n&&\"string\"===typeof n){if(e[n])return e[n];if(\"string\"===typeof i[n])return e[n]=n;if(\"string\"===typeof i[\"-webkit-\"+n])return e[n]=\"-webkit-\"+n;throw new RangeError('Unable to find \"'+n+'\" style property.')}throw new TypeError(\"Expected a string.\")}return n.clearCache=function(){return e={}},n}();function L(e){var t=window.getComputedStyle(e.node),n=t.position,i=e.config,r={},o=e.node.getAttribute(\"style\")||\"\",s=o.match(/[\\w-]+\\s*:\\s*[^;]+\\s*/gi)||[];r.computed=s?s.map((function(e){return e.trim()})).join(\"; \")+\";\":\"\",r.generated=s.some((function(e){return e.match(/visibility\\s?:\\s?visible/i)}))?r.computed:s.concat([\"visibility: visible\"]).map((function(e){return e.trim()})).join(\"; \")+\";\";var a=parseFloat(t.opacity),c=isNaN(parseFloat(i.opacity))?parseFloat(t.opacity):parseFloat(i.opacity),l={computed:a!==c?\"opacity: \"+a+\";\":\"\",generated:a!==c?\"opacity: \"+c+\";\":\"\"},u=[];if(parseFloat(i.distance)){var b=\"top\"===i.origin||\"bottom\"===i.origin?\"Y\":\"X\",w=i.distance;\"top\"!==i.origin&&\"left\"!==i.origin||(w=/^-/.test(w)?w.substr(1):\"-\"+w);var O=w.match(/(^-?\\d+\\.?\\d?)|(em$|px$|%$)/g),j=O[0],E=O[1];switch(E){case\"em\":w=parseInt(t.fontSize)*j;break;case\"px\":w=j;break;case\"%\":w=\"Y\"===b?e.node.getBoundingClientRect().height*j/100:e.node.getBoundingClientRect().width*j/100;break;default:throw new RangeError(\"Unrecognized or missing distance unit.\")}\"Y\"===b?u.push(g(w)):u.push(y(w))}i.rotate.x&&u.push(h(i.rotate.x)),i.rotate.y&&u.push(p(i.rotate.y)),i.rotate.z&&u.push(m(i.rotate.z)),1!==i.scale&&(0===i.scale?u.push(v(2e-4)):u.push(v(i.scale)));var k={};if(u.length){k.property=R(\"transform\"),k.computed={raw:t[k.property],matrix:f(t[k.property])},u.unshift(k.computed.matrix);var T=u.reduce(d);k.generated={initial:k.property+\": matrix3d(\"+T.join(\", \")+\");\",final:k.property+\": matrix3d(\"+k.computed.matrix.join(\", \")+\");\"}}else k.generated={initial:\"\",final:\"\"};var x={};if(l.generated||k.generated.initial){x.property=R(\"transition\"),x.computed=t[x.property],x.fragments=[];var A=i.delay,P=i.duration,q=i.easing;l.generated&&x.fragments.push({delayed:\"opacity \"+P/1e3+\"s \"+q+\" \"+A/1e3+\"s\",instant:\"opacity \"+P/1e3+\"s \"+q+\" 0s\"}),k.generated.initial&&x.fragments.push({delayed:k.property+\" \"+P/1e3+\"s \"+q+\" \"+A/1e3+\"s\",instant:k.property+\" \"+P/1e3+\"s \"+q+\" 0s\"});var L=x.computed&&!x.computed.match(/all 0s|none 0s/);L&&x.fragments.unshift({delayed:x.computed,instant:x.computed});var M=x.fragments.reduce((function(e,t,n){return e.delayed+=0===n?t.delayed:\", \"+t.delayed,e.instant+=0===n?t.instant:\", \"+t.instant,e}),{delayed:\"\",instant:\"\"});x.generated={delayed:x.property+\": \"+M.delayed+\";\",instant:x.property+\": \"+M.instant+\";\"}}else x.generated={delayed:\"\",instant:\"\"};return{inline:r,opacity:l,position:n,transform:k,transition:x}}function M(e,t){t.split(\";\").forEach((function(t){var n=t.split(\":\"),i=n[0],r=n.slice(1);i&&r&&(e.style[i.trim()]=r.join(\":\"))}))}function I(e){var t,n=this;try{A(c(e),(function(e){var i=e.getAttribute(\"data-sr-id\");if(null!==i){t=!0;var r=n.store.elements[i];r.callbackTimer&&window.clearTimeout(r.callbackTimer.clock),M(r.node,r.styles.inline.generated),e.removeAttribute(\"data-sr-id\"),delete n.store.elements[i]}}))}catch(i){return P.call(this,\"Clean failed.\",i.message)}if(t)try{q.call(this)}catch(i){return P.call(this,\"Clean failed.\",i.message)}}function N(){var e=this;A(this.store.elements,(function(e){M(e.node,e.styles.inline.generated),e.node.removeAttribute(\"data-sr-id\")})),A(this.store.containers,(function(t){var n=t.node===document.documentElement?window:t.node;n.removeEventListener(\"scroll\",e.delegate),n.removeEventListener(\"resize\",e.delegate)})),this.store={containers:{},elements:{},history:[],sequences:{}}}function z(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];if(x(e))return A(t,(function(t){A(t,(function(t,n){x(t)?(e[n]&&x(e[n])||(e[n]={}),z(e[n],t)):e[n]=t}))})),e;throw new TypeError(\"Target must be an object literal.\")}function F(e){return void 0===e&&(e=navigator.userAgent),/Android|iPhone|iPad|iPod/i.test(e)}var D=function(){var e=0;return function(){return e++}}();function C(){var e=this;q.call(this),A(this.store.elements,(function(e){var t=[e.styles.inline.generated];e.visible?(t.push(e.styles.opacity.computed),t.push(e.styles.transform.generated.final),e.revealed=!0):(t.push(e.styles.opacity.generated),t.push(e.styles.transform.generated.initial),e.revealed=!1),M(e.node,t.filter((function(e){return\"\"!==e})).join(\" \"))})),A(this.store.containers,(function(t){var n=t.node===document.documentElement?window:t.node;n.addEventListener(\"scroll\",e.delegate),n.addEventListener(\"resize\",e.delegate)})),this.delegate(),this.initTimeout=null}function S(e,t){void 0===t&&(t={});var n=t.pristine||this.pristine,i=\"always\"===e.config.useDelay||\"onload\"===e.config.useDelay&&n||\"once\"===e.config.useDelay&&!e.seen,r=e.visible&&!e.revealed,o=!e.visible&&e.revealed&&e.config.reset;return t.reveal||r?W.call(this,e,i):t.reset||o?Y.call(this,e):void 0}function W(e,t){var n=[e.styles.inline.generated,e.styles.opacity.computed,e.styles.transform.generated.final];t?n.push(e.styles.transition.generated.delayed):n.push(e.styles.transition.generated.instant),e.revealed=e.seen=!0,M(e.node,n.filter((function(e){return\"\"!==e})).join(\" \")),$.call(this,e,t)}function Y(e){var t=[e.styles.inline.generated,e.styles.opacity.generated,e.styles.transform.generated.initial,e.styles.transition.generated.instant];e.revealed=!1,M(e.node,t.filter((function(e){return\"\"!==e})).join(\" \")),$.call(this,e)}function $(e,t){var n=this,i=t?e.config.duration+e.config.delay:e.config.duration,r=e.revealed?e.config.beforeReveal:e.config.beforeReset,o=e.revealed?e.config.afterReveal:e.config.afterReset,s=0;e.callbackTimer&&(s=Date.now()-e.callbackTimer.start,window.clearTimeout(e.callbackTimer.clock)),r(e.node),e.callbackTimer={start:Date.now(),clock:window.setTimeout((function(){o(e.node),e.callbackTimer=null,e.revealed&&!e.config.reset&&e.config.cleanup&&I.call(n,e.node)}),i-s)}}function H(e,t){if(void 0===t&&(t=this.pristine),!e.visible&&e.revealed&&e.config.reset)return S.call(this,e,{reset:!0});var n=this.store.sequences[e.sequence.id],i=e.sequence.index;if(n){var r=new J(n,\"visible\",this.store),o=new J(n,\"revealed\",this.store);if(n.models={visible:r,revealed:o},!o.body.length){var s=n.members[r.body[0]],a=this.store.elements[s];if(a)return U.call(this,n,r.body[0],-1,t),U.call(this,n,r.body[0],1,t),S.call(this,a,{reveal:!0,pristine:t})}if(!n.blocked.head&&i===[].concat(o.head).pop()&&i>=[].concat(r.body).shift())return U.call(this,n,i,-1,t),S.call(this,e,{reveal:!0,pristine:t});if(!n.blocked.foot&&i===[].concat(o.foot).shift()&&i<=[].concat(r.body).pop())return U.call(this,n,i,1,t),S.call(this,e,{reveal:!0,pristine:t})}}function B(e){var t=Math.abs(e);if(isNaN(t))throw new RangeError(\"Invalid sequence interval.\");this.id=D(),this.interval=Math.max(t,16),this.members=[],this.models={},this.blocked={head:!1,foot:!1}}function J(e,t,n){var i=this;this.head=[],this.body=[],this.foot=[],A(e.members,(function(e,r){var o=n.elements[e];o&&o[t]&&i.body.push(r)})),this.body.length&&A(e.members,(function(e,r){var o=n.elements[e];o&&!o[t]&&(r<i.body[0]?i.head.push(r):i.foot.push(r))}))}function U(e,t,n,i){var r=this,o=[\"head\",null,\"foot\"][1+n],s=e.members[t+n],a=this.store.elements[s];e.blocked[o]=!0,setTimeout((function(){e.blocked[o]=!1,a&&H.call(r,a,i)}),e.interval)}function X(e,t,n){var i=this;void 0===t&&(t={}),void 0===n&&(n=!1);var r,o=[],s=t.interval||j.interval;try{s&&(r=new B(s));var a=c(e);if(!a.length)throw new Error(\"Invalid reveal target.\");var l=a.reduce((function(e,n){var s={},a=n.getAttribute(\"data-sr-id\");a?(z(s,i.store.elements[a]),M(s.node,s.styles.inline.computed)):(s.id=D(),s.node=n,s.seen=!1,s.revealed=!1,s.visible=!1);var l=z({},s.config||i.defaults,t);if(!l.mobile&&F()||!l.desktop&&!F())return a&&I.call(i,s),e;var u,d=c(l.container)[0];if(!d)throw new Error(\"Invalid container.\");return d.contains(n)?(u=G(d,o,i.store.containers),null===u&&(u=D(),o.push({id:u,node:d})),s.config=l,s.containerId=u,s.styles=L(s),r&&(s.sequence={id:r.id,index:r.members.length},r.members.push(s.id)),e.push(s),e):e}),[]);A(l,(function(e){i.store.elements[e.id]=e,e.node.setAttribute(\"data-sr-id\",e.id)}))}catch(u){return P.call(this,\"Reveal failed.\",u.message)}A(o,(function(e){i.store.containers[e.id]={id:e.id,node:e.node}})),r&&(this.store.sequences[r.id]=r),!0!==n&&(this.store.history.push({target:e,options:t}),this.initTimeout&&window.clearTimeout(this.initTimeout),this.initTimeout=window.setTimeout(C.bind(this),0))}function G(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=null;return A(t,(function(t){A(t,(function(t){null===i&&t.node===e&&(i=t.id)}))})),i}function K(){var e=this;A(this.store.history,(function(t){X.call(e,t.target,t.options,!0)})),C.call(this)}var Q=function(e){return(e>0)-(e<0)||+e},V=Math.sign||Q;function Z(e,t){var n=t?e.node.clientHeight:e.node.offsetHeight,i=t?e.node.clientWidth:e.node.offsetWidth,r=0,o=0,s=e.node;do{isNaN(s.offsetTop)||(r+=s.offsetTop),isNaN(s.offsetLeft)||(o+=s.offsetLeft),s=s.offsetParent}while(s);return{bounds:{top:r,right:o+i,bottom:r+n,left:o},height:n,width:i}}function _(e){var t,n;return e.node===document.documentElement?(t=window.pageYOffset,n=window.pageXOffset):(t=e.node.scrollTop,n=e.node.scrollLeft),{top:t,left:n}}function ee(e){void 0===e&&(e={});var t=this.store.containers[e.containerId];if(t){var n=Math.max(0,Math.min(1,e.config.viewFactor)),i=e.config.viewOffset,r={top:e.geometry.bounds.top+e.geometry.height*n,right:e.geometry.bounds.right-e.geometry.width*n,bottom:e.geometry.bounds.bottom-e.geometry.height*n,left:e.geometry.bounds.left+e.geometry.width*n},o={top:t.geometry.bounds.top+t.scroll.top+i.top,right:t.geometry.bounds.right+t.scroll.left-i.right,bottom:t.geometry.bounds.bottom+t.scroll.top-i.bottom,left:t.geometry.bounds.left+t.scroll.left+i.left};return r.top<o.bottom&&r.right>o.left&&r.bottom>o.top&&r.left<o.right||\"fixed\"===e.styles.position}}function te(e,t){var n=this;void 0===e&&(e={type:\"init\"}),void 0===t&&(t=this.store.elements),O((function(){var i=\"init\"===e.type||\"resize\"===e.type;A(n.store.containers,(function(e){i&&(e.geometry=Z.call(n,e,!0));var t=_.call(n,e);e.scroll&&(e.direction={x:V(t.left-e.scroll.left),y:V(t.top-e.scroll.top)}),e.scroll=t})),A(t,(function(e){(i||void 0===e.geometry)&&(e.geometry=Z.call(n,e)),e.visible=ee.call(n,e)})),A(t,(function(e){e.sequence?H.call(n,e):S.call(n,e)})),n.pristine=!1}))}function ne(){var e=document.documentElement.style;return\"transform\"in e||\"WebkitTransform\"in e}function ie(){var e=document.documentElement.style;return\"transition\"in e||\"WebkitTransition\"in e}var re,oe,se,ae,ce,le,ue,de,fe=\"4.0.9\";function he(e){void 0===e&&(e={});var t,n=\"undefined\"===typeof this||Object.getPrototypeOf(this)!==he.prototype;if(n)return new he(e);if(!he.isSupported())return P.call(this,\"Instantiation failed.\",\"This browser is not supported.\"),T.failure();try{t=z({},le||j,e)}catch(r){return P.call(this,\"Invalid configuration.\",r.message),T.failure()}try{var i=c(t.container)[0];if(!i)throw new Error(\"Invalid container.\")}catch(r){return P.call(this,r.message),T.failure()}return le=t,!le.mobile&&F()||!le.desktop&&!F()?(P.call(this,\"This device is disabled.\",\"desktop: \"+le.desktop,\"mobile: \"+le.mobile),T.failure()):(T.success(),this.store={containers:{},elements:{},history:[],sequences:{}},this.pristine=!0,re=re||te.bind(this),oe=oe||N.bind(this),se=se||X.bind(this),ae=ae||I.bind(this),ce=ce||K.bind(this),Object.defineProperty(this,\"delegate\",{get:function(){return re}}),Object.defineProperty(this,\"destroy\",{get:function(){return oe}}),Object.defineProperty(this,\"reveal\",{get:function(){return se}}),Object.defineProperty(this,\"clean\",{get:function(){return ae}}),Object.defineProperty(this,\"sync\",{get:function(){return ce}}),Object.defineProperty(this,\"defaults\",{get:function(){return le}}),Object.defineProperty(this,\"version\",{get:function(){return fe}}),Object.defineProperty(this,\"noop\",{get:function(){return!1}}),de||(de=this))}he.isSupported=function(){return ne()&&ie()},Object.defineProperty(he,\"debug\",{get:function(){return ue||!1},set:function(e){return ue=\"boolean\"===typeof e?e:ue}}),he();t[\"a\"]=he}}]);"
  },
  {
    "path": "static/js/chunk-6e83591c.9e852703.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-6e83591c\"],{\"1fb5\":function(t,r,e){\"use strict\";r.byteLength=a,r.toByteArray=l,r.fromByteArray=y;for(var n=[],i=[],o=\"undefined\"!==typeof Uint8Array?Uint8Array:Array,u=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",f=0,s=u.length;f<s;++f)n[f]=u[f],i[u.charCodeAt(f)]=f;function h(t){var r=t.length;if(r%4>0)throw new Error(\"Invalid string. Length must be a multiple of 4\");var e=t.indexOf(\"=\");-1===e&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function a(t){var r=h(t),e=r[0],n=r[1];return 3*(e+n)/4-n}function c(t,r,e){return 3*(r+e)/4-e}function l(t){var r,e,n=h(t),u=n[0],f=n[1],s=new o(c(t,u,f)),a=0,l=f>0?u-4:u;for(e=0;e<l;e+=4)r=i[t.charCodeAt(e)]<<18|i[t.charCodeAt(e+1)]<<12|i[t.charCodeAt(e+2)]<<6|i[t.charCodeAt(e+3)],s[a++]=r>>16&255,s[a++]=r>>8&255,s[a++]=255&r;return 2===f&&(r=i[t.charCodeAt(e)]<<2|i[t.charCodeAt(e+1)]>>4,s[a++]=255&r),1===f&&(r=i[t.charCodeAt(e)]<<10|i[t.charCodeAt(e+1)]<<4|i[t.charCodeAt(e+2)]>>2,s[a++]=r>>8&255,s[a++]=255&r),s}function p(t){return n[t>>18&63]+n[t>>12&63]+n[t>>6&63]+n[63&t]}function g(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(255&t[o+2]),i.push(p(n));return i.join(\"\")}function y(t){for(var r,e=t.length,i=e%3,o=[],u=16383,f=0,s=e-i;f<s;f+=u)o.push(g(t,f,f+u>s?s:f+u));return 1===i?(r=t[e-1],o.push(n[r>>2]+n[r<<4&63]+\"==\")):2===i&&(r=(t[e-2]<<8)+t[e-1],o.push(n[r>>10]+n[r>>4&63]+n[r<<2&63]+\"=\")),o.join(\"\")}i[\"-\".charCodeAt(0)]=62,i[\"_\".charCodeAt(0)]=63},9152:function(t,r){\n/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */\nr.read=function(t,r,e,n,i){var o,u,f=8*i-n-1,s=(1<<f)-1,h=s>>1,a=-7,c=e?i-1:0,l=e?-1:1,p=t[r+c];for(c+=l,o=p&(1<<-a)-1,p>>=-a,a+=f;a>0;o=256*o+t[r+c],c+=l,a-=8);for(u=o&(1<<-a)-1,o>>=-a,a+=n;a>0;u=256*u+t[r+c],c+=l,a-=8);if(0===o)o=1-h;else{if(o===s)return u?NaN:1/0*(p?-1:1);u+=Math.pow(2,n),o-=h}return(p?-1:1)*u*Math.pow(2,o-n)},r.write=function(t,r,e,n,i,o){var u,f,s,h=8*o-i-1,a=(1<<h)-1,c=a>>1,l=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,p=n?0:o-1,g=n?1:-1,y=r<0||0===r&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(f=isNaN(r)?1:0,u=a):(u=Math.floor(Math.log(r)/Math.LN2),r*(s=Math.pow(2,-u))<1&&(u--,s*=2),r+=u+c>=1?l/s:l*Math.pow(2,1-c),r*s>=2&&(u++,s/=2),u+c>=a?(f=0,u=a):u+c>=1?(f=(r*s-1)*Math.pow(2,i),u+=c):(f=r*Math.pow(2,c-1)*Math.pow(2,i),u=0));i>=8;t[e+p]=255&f,p+=g,f/=256,i-=8);for(u=u<<i|f,h+=i;h>0;t[e+p]=255&u,p+=g,u/=256,h-=8);t[e+p-g]|=128*y}},b639:function(t,r,e){\"use strict\";(function(t){\n/*!\n * The buffer module from node.js, for the browser.\n *\n * @author   Feross Aboukhadijeh <http://feross.org>\n * @license  MIT\n */\nvar n=e(\"1fb5\"),i=e(\"9152\"),o=e(\"e3db\");function u(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&\"function\"===typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(r){return!1}}function f(){return h.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(t,r){if(f()<r)throw new RangeError(\"Invalid typed array length\");return h.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(r),t.__proto__=h.prototype):(null===t&&(t=new h(r)),t.length=r),t}function h(t,r,e){if(!h.TYPED_ARRAY_SUPPORT&&!(this instanceof h))return new h(t,r,e);if(\"number\"===typeof t){if(\"string\"===typeof r)throw new Error(\"If encoding is specified then the first argument must be a string\");return p(this,t)}return a(this,t,r,e)}function a(t,r,e,n){if(\"number\"===typeof r)throw new TypeError('\"value\" argument must not be a number');return\"undefined\"!==typeof ArrayBuffer&&r instanceof ArrayBuffer?w(t,r,e,n):\"string\"===typeof r?g(t,r,e):d(t,r)}function c(t){if(\"number\"!==typeof t)throw new TypeError('\"size\" argument must be a number');if(t<0)throw new RangeError('\"size\" argument must not be negative')}function l(t,r,e,n){return c(r),r<=0?s(t,r):void 0!==e?\"string\"===typeof n?s(t,r).fill(e,n):s(t,r).fill(e):s(t,r)}function p(t,r){if(c(r),t=s(t,r<0?0:0|v(r)),!h.TYPED_ARRAY_SUPPORT)for(var e=0;e<r;++e)t[e]=0;return t}function g(t,r,e){if(\"string\"===typeof e&&\"\"!==e||(e=\"utf8\"),!h.isEncoding(e))throw new TypeError('\"encoding\" must be a valid string encoding');var n=0|E(r,e);t=s(t,n);var i=t.write(r,e);return i!==n&&(t=t.slice(0,i)),t}function y(t,r){var e=r.length<0?0:0|v(r.length);t=s(t,e);for(var n=0;n<e;n+=1)t[n]=255&r[n];return t}function w(t,r,e,n){if(r.byteLength,e<0||r.byteLength<e)throw new RangeError(\"'offset' is out of bounds\");if(r.byteLength<e+(n||0))throw new RangeError(\"'length' is out of bounds\");return r=void 0===e&&void 0===n?new Uint8Array(r):void 0===n?new Uint8Array(r,e):new Uint8Array(r,e,n),h.TYPED_ARRAY_SUPPORT?(t=r,t.__proto__=h.prototype):t=y(t,r),t}function d(t,r){if(h.isBuffer(r)){var e=0|v(r.length);return t=s(t,e),0===t.length?t:(r.copy(t,0,0,e),t)}if(r){if(\"undefined\"!==typeof ArrayBuffer&&r.buffer instanceof ArrayBuffer||\"length\"in r)return\"number\"!==typeof r.length||rt(r.length)?s(t,0):y(t,r);if(\"Buffer\"===r.type&&o(r.data))return y(t,r.data)}throw new TypeError(\"First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.\")}function v(t){if(t>=f())throw new RangeError(\"Attempt to allocate Buffer larger than maximum size: 0x\"+f().toString(16)+\" bytes\");return 0|t}function A(t){return+t!=t&&(t=0),h.alloc(+t)}function E(t,r){if(h.isBuffer(t))return t.length;if(\"undefined\"!==typeof ArrayBuffer&&\"function\"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;\"string\"!==typeof t&&(t=\"\"+t);var e=t.length;if(0===e)return 0;for(var n=!1;;)switch(r){case\"ascii\":case\"latin1\":case\"binary\":return e;case\"utf8\":case\"utf-8\":case void 0:return K(t).length;case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return 2*e;case\"hex\":return e>>>1;case\"base64\":return $(t).length;default:if(n)return K(t).length;r=(\"\"+r).toLowerCase(),n=!0}}function b(t,r,e){var n=!1;if((void 0===r||r<0)&&(r=0),r>this.length)return\"\";if((void 0===e||e>this.length)&&(e=this.length),e<=0)return\"\";if(e>>>=0,r>>>=0,e<=r)return\"\";t||(t=\"utf8\");while(1)switch(t){case\"hex\":return x(this,r,e);case\"utf8\":case\"utf-8\":return C(this,r,e);case\"ascii\":return M(this,r,e);case\"latin1\":case\"binary\":return D(this,r,e);case\"base64\":return I(this,r,e);case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return k(this,r,e);default:if(n)throw new TypeError(\"Unknown encoding: \"+t);t=(t+\"\").toLowerCase(),n=!0}}function R(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}function _(t,r,e,n,i){if(0===t.length)return-1;if(\"string\"===typeof e?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,isNaN(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0){if(!i)return-1;e=0}if(\"string\"===typeof r&&(r=h.from(r,n)),h.isBuffer(r))return 0===r.length?-1:m(t,r,e,n,i);if(\"number\"===typeof r)return r&=255,h.TYPED_ARRAY_SUPPORT&&\"function\"===typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):m(t,[r],e,n,i);throw new TypeError(\"val must be string, number or Buffer\")}function m(t,r,e,n,i){var o,u=1,f=t.length,s=r.length;if(void 0!==n&&(n=String(n).toLowerCase(),\"ucs2\"===n||\"ucs-2\"===n||\"utf16le\"===n||\"utf-16le\"===n)){if(t.length<2||r.length<2)return-1;u=2,f/=2,s/=2,e/=2}function h(t,r){return 1===u?t[r]:t.readUInt16BE(r*u)}if(i){var a=-1;for(o=e;o<f;o++)if(h(t,o)===h(r,-1===a?0:o-a)){if(-1===a&&(a=o),o-a+1===s)return a*u}else-1!==a&&(o-=o-a),a=-1}else for(e+s>f&&(e=f-s),o=e;o>=0;o--){for(var c=!0,l=0;l<s;l++)if(h(t,o+l)!==h(r,l)){c=!1;break}if(c)return o}return-1}function P(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;if(o%2!==0)throw new TypeError(\"Invalid hex string\");n>o/2&&(n=o/2);for(var u=0;u<n;++u){var f=parseInt(r.substr(2*u,2),16);if(isNaN(f))return u;t[e+u]=f}return u}function T(t,r,e,n){return tt(K(r,t.length-e),t,e,n)}function B(t,r,e,n){return tt(Q(r),t,e,n)}function U(t,r,e,n){return B(t,r,e,n)}function S(t,r,e,n){return tt($(r),t,e,n)}function Y(t,r,e,n){return tt(W(r,t.length-e),t,e,n)}function I(t,r,e){return 0===r&&e===t.length?n.fromByteArray(t):n.fromByteArray(t.slice(r,e))}function C(t,r,e){e=Math.min(t.length,e);var n=[],i=r;while(i<e){var o,u,f,s,h=t[i],a=null,c=h>239?4:h>223?3:h>191?2:1;if(i+c<=e)switch(c){case 1:h<128&&(a=h);break;case 2:o=t[i+1],128===(192&o)&&(s=(31&h)<<6|63&o,s>127&&(a=s));break;case 3:o=t[i+1],u=t[i+2],128===(192&o)&&128===(192&u)&&(s=(15&h)<<12|(63&o)<<6|63&u,s>2047&&(s<55296||s>57343)&&(a=s));break;case 4:o=t[i+1],u=t[i+2],f=t[i+3],128===(192&o)&&128===(192&u)&&128===(192&f)&&(s=(15&h)<<18|(63&o)<<12|(63&u)<<6|63&f,s>65535&&s<1114112&&(a=s))}null===a?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|1023&a),n.push(a),i+=c}return L(n)}r.Buffer=h,r.SlowBuffer=A,r.INSPECT_MAX_BYTES=50,h.TYPED_ARRAY_SUPPORT=void 0!==t.TYPED_ARRAY_SUPPORT?t.TYPED_ARRAY_SUPPORT:u(),r.kMaxLength=f(),h.poolSize=8192,h._augment=function(t){return t.__proto__=h.prototype,t},h.from=function(t,r,e){return a(null,t,r,e)},h.TYPED_ARRAY_SUPPORT&&(h.prototype.__proto__=Uint8Array.prototype,h.__proto__=Uint8Array,\"undefined\"!==typeof Symbol&&Symbol.species&&h[Symbol.species]===h&&Object.defineProperty(h,Symbol.species,{value:null,configurable:!0})),h.alloc=function(t,r,e){return l(null,t,r,e)},h.allocUnsafe=function(t){return p(null,t)},h.allocUnsafeSlow=function(t){return p(null,t)},h.isBuffer=function(t){return!(null==t||!t._isBuffer)},h.compare=function(t,r){if(!h.isBuffer(t)||!h.isBuffer(r))throw new TypeError(\"Arguments must be Buffers\");if(t===r)return 0;for(var e=t.length,n=r.length,i=0,o=Math.min(e,n);i<o;++i)if(t[i]!==r[i]){e=t[i],n=r[i];break}return e<n?-1:n<e?1:0},h.isEncoding=function(t){switch(String(t).toLowerCase()){case\"hex\":case\"utf8\":case\"utf-8\":case\"ascii\":case\"latin1\":case\"binary\":case\"base64\":case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return!0;default:return!1}},h.concat=function(t,r){if(!o(t))throw new TypeError('\"list\" argument must be an Array of Buffers');if(0===t.length)return h.alloc(0);var e;if(void 0===r)for(r=0,e=0;e<t.length;++e)r+=t[e].length;var n=h.allocUnsafe(r),i=0;for(e=0;e<t.length;++e){var u=t[e];if(!h.isBuffer(u))throw new TypeError('\"list\" argument must be an Array of Buffers');u.copy(n,i),i+=u.length}return n},h.byteLength=E,h.prototype._isBuffer=!0,h.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError(\"Buffer size must be a multiple of 16-bits\");for(var r=0;r<t;r+=2)R(this,r,r+1);return this},h.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError(\"Buffer size must be a multiple of 32-bits\");for(var r=0;r<t;r+=4)R(this,r,r+3),R(this,r+1,r+2);return this},h.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError(\"Buffer size must be a multiple of 64-bits\");for(var r=0;r<t;r+=8)R(this,r,r+7),R(this,r+1,r+6),R(this,r+2,r+5),R(this,r+3,r+4);return this},h.prototype.toString=function(){var t=0|this.length;return 0===t?\"\":0===arguments.length?C(this,0,t):b.apply(this,arguments)},h.prototype.equals=function(t){if(!h.isBuffer(t))throw new TypeError(\"Argument must be a Buffer\");return this===t||0===h.compare(this,t)},h.prototype.inspect=function(){var t=\"\",e=r.INSPECT_MAX_BYTES;return this.length>0&&(t=this.toString(\"hex\",0,e).match(/.{2}/g).join(\" \"),this.length>e&&(t+=\" ... \")),\"<Buffer \"+t+\">\"},h.prototype.compare=function(t,r,e,n,i){if(!h.isBuffer(t))throw new TypeError(\"Argument must be a Buffer\");if(void 0===r&&(r=0),void 0===e&&(e=t?t.length:0),void 0===n&&(n=0),void 0===i&&(i=this.length),r<0||e>t.length||n<0||i>this.length)throw new RangeError(\"out of range index\");if(n>=i&&r>=e)return 0;if(n>=i)return-1;if(r>=e)return 1;if(r>>>=0,e>>>=0,n>>>=0,i>>>=0,this===t)return 0;for(var o=i-n,u=e-r,f=Math.min(o,u),s=this.slice(n,i),a=t.slice(r,e),c=0;c<f;++c)if(s[c]!==a[c]){o=s[c],u=a[c];break}return o<u?-1:u<o?1:0},h.prototype.includes=function(t,r,e){return-1!==this.indexOf(t,r,e)},h.prototype.indexOf=function(t,r,e){return _(this,t,r,e,!0)},h.prototype.lastIndexOf=function(t,r,e){return _(this,t,r,e,!1)},h.prototype.write=function(t,r,e,n){if(void 0===r)n=\"utf8\",e=this.length,r=0;else if(void 0===e&&\"string\"===typeof r)n=r,e=this.length,r=0;else{if(!isFinite(r))throw new Error(\"Buffer.write(string, encoding, offset[, length]) is no longer supported\");r|=0,isFinite(e)?(e|=0,void 0===n&&(n=\"utf8\")):(n=e,e=void 0)}var i=this.length-r;if((void 0===e||e>i)&&(e=i),t.length>0&&(e<0||r<0)||r>this.length)throw new RangeError(\"Attempt to write outside buffer bounds\");n||(n=\"utf8\");for(var o=!1;;)switch(n){case\"hex\":return P(this,t,r,e);case\"utf8\":case\"utf-8\":return T(this,t,r,e);case\"ascii\":return B(this,t,r,e);case\"latin1\":case\"binary\":return U(this,t,r,e);case\"base64\":return S(this,t,r,e);case\"ucs2\":case\"ucs-2\":case\"utf16le\":case\"utf-16le\":return Y(this,t,r,e);default:if(o)throw new TypeError(\"Unknown encoding: \"+n);n=(\"\"+n).toLowerCase(),o=!0}},h.prototype.toJSON=function(){return{type:\"Buffer\",data:Array.prototype.slice.call(this._arr||this,0)}};var O=4096;function L(t){var r=t.length;if(r<=O)return String.fromCharCode.apply(String,t);var e=\"\",n=0;while(n<r)e+=String.fromCharCode.apply(String,t.slice(n,n+=O));return e}function M(t,r,e){var n=\"\";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(127&t[i]);return n}function D(t,r,e){var n=\"\";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function x(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i=\"\",o=r;o<e;++o)i+=H(t[o]);return i}function k(t,r,e){for(var n=t.slice(r,e),i=\"\",o=0;o<n.length;o+=2)i+=String.fromCharCode(n[o]+256*n[o+1]);return i}function N(t,r,e){if(t%1!==0||t<0)throw new RangeError(\"offset is not uint\");if(t+r>e)throw new RangeError(\"Trying to access beyond buffer length\")}function z(t,r,e,n,i,o){if(!h.isBuffer(t))throw new TypeError('\"buffer\" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('\"value\" argument is out of bounds');if(e+n>t.length)throw new RangeError(\"Index out of range\")}function F(t,r,e,n){r<0&&(r=65535+r+1);for(var i=0,o=Math.min(t.length-e,2);i<o;++i)t[e+i]=(r&255<<8*(n?i:1-i))>>>8*(n?i:1-i)}function j(t,r,e,n){r<0&&(r=4294967295+r+1);for(var i=0,o=Math.min(t.length-e,4);i<o;++i)t[e+i]=r>>>8*(n?i:3-i)&255}function J(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError(\"Index out of range\");if(e<0)throw new RangeError(\"Index out of range\")}function V(t,r,e,n,o){return o||J(t,r,e,4,34028234663852886e22,-34028234663852886e22),i.write(t,r,e,n,23,4),e+4}function X(t,r,e,n,o){return o||J(t,r,e,8,17976931348623157e292,-17976931348623157e292),i.write(t,r,e,n,52,8),e+8}h.prototype.slice=function(t,r){var e,n=this.length;if(t=~~t,r=void 0===r?n:~~r,t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<t&&(r=t),h.TYPED_ARRAY_SUPPORT)e=this.subarray(t,r),e.__proto__=h.prototype;else{var i=r-t;e=new h(i,void 0);for(var o=0;o<i;++o)e[o]=this[o+t]}return e},h.prototype.readUIntLE=function(t,r,e){t|=0,r|=0,e||N(t,r,this.length);var n=this[t],i=1,o=0;while(++o<r&&(i*=256))n+=this[t+o]*i;return n},h.prototype.readUIntBE=function(t,r,e){t|=0,r|=0,e||N(t,r,this.length);var n=this[t+--r],i=1;while(r>0&&(i*=256))n+=this[t+--r]*i;return n},h.prototype.readUInt8=function(t,r){return r||N(t,1,this.length),this[t]},h.prototype.readUInt16LE=function(t,r){return r||N(t,2,this.length),this[t]|this[t+1]<<8},h.prototype.readUInt16BE=function(t,r){return r||N(t,2,this.length),this[t]<<8|this[t+1]},h.prototype.readUInt32LE=function(t,r){return r||N(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},h.prototype.readUInt32BE=function(t,r){return r||N(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},h.prototype.readIntLE=function(t,r,e){t|=0,r|=0,e||N(t,r,this.length);var n=this[t],i=1,o=0;while(++o<r&&(i*=256))n+=this[t+o]*i;return i*=128,n>=i&&(n-=Math.pow(2,8*r)),n},h.prototype.readIntBE=function(t,r,e){t|=0,r|=0,e||N(t,r,this.length);var n=r,i=1,o=this[t+--n];while(n>0&&(i*=256))o+=this[t+--n]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*r)),o},h.prototype.readInt8=function(t,r){return r||N(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},h.prototype.readInt16LE=function(t,r){r||N(t,2,this.length);var e=this[t]|this[t+1]<<8;return 32768&e?4294901760|e:e},h.prototype.readInt16BE=function(t,r){r||N(t,2,this.length);var e=this[t+1]|this[t]<<8;return 32768&e?4294901760|e:e},h.prototype.readInt32LE=function(t,r){return r||N(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},h.prototype.readInt32BE=function(t,r){return r||N(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},h.prototype.readFloatLE=function(t,r){return r||N(t,4,this.length),i.read(this,t,!0,23,4)},h.prototype.readFloatBE=function(t,r){return r||N(t,4,this.length),i.read(this,t,!1,23,4)},h.prototype.readDoubleLE=function(t,r){return r||N(t,8,this.length),i.read(this,t,!0,52,8)},h.prototype.readDoubleBE=function(t,r){return r||N(t,8,this.length),i.read(this,t,!1,52,8)},h.prototype.writeUIntLE=function(t,r,e,n){if(t=+t,r|=0,e|=0,!n){var i=Math.pow(2,8*e)-1;z(this,t,r,e,i,0)}var o=1,u=0;this[r]=255&t;while(++u<e&&(o*=256))this[r+u]=t/o&255;return r+e},h.prototype.writeUIntBE=function(t,r,e,n){if(t=+t,r|=0,e|=0,!n){var i=Math.pow(2,8*e)-1;z(this,t,r,e,i,0)}var o=e-1,u=1;this[r+o]=255&t;while(--o>=0&&(u*=256))this[r+o]=t/u&255;return r+e},h.prototype.writeUInt8=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,1,255,0),h.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[r]=255&t,r+1},h.prototype.writeUInt16LE=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,2,65535,0),h.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8):F(this,t,r,!0),r+2},h.prototype.writeUInt16BE=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,2,65535,0),h.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=255&t):F(this,t,r,!1),r+2},h.prototype.writeUInt32LE=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,4,4294967295,0),h.TYPED_ARRAY_SUPPORT?(this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=255&t):j(this,t,r,!0),r+4},h.prototype.writeUInt32BE=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,4,4294967295,0),h.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t):j(this,t,r,!1),r+4},h.prototype.writeIntLE=function(t,r,e,n){if(t=+t,r|=0,!n){var i=Math.pow(2,8*e-1);z(this,t,r,e,i-1,-i)}var o=0,u=1,f=0;this[r]=255&t;while(++o<e&&(u*=256))t<0&&0===f&&0!==this[r+o-1]&&(f=1),this[r+o]=(t/u>>0)-f&255;return r+e},h.prototype.writeIntBE=function(t,r,e,n){if(t=+t,r|=0,!n){var i=Math.pow(2,8*e-1);z(this,t,r,e,i-1,-i)}var o=e-1,u=1,f=0;this[r+o]=255&t;while(--o>=0&&(u*=256))t<0&&0===f&&0!==this[r+o+1]&&(f=1),this[r+o]=(t/u>>0)-f&255;return r+e},h.prototype.writeInt8=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,1,127,-128),h.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[r]=255&t,r+1},h.prototype.writeInt16LE=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,2,32767,-32768),h.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8):F(this,t,r,!0),r+2},h.prototype.writeInt16BE=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,2,32767,-32768),h.TYPED_ARRAY_SUPPORT?(this[r]=t>>>8,this[r+1]=255&t):F(this,t,r,!1),r+2},h.prototype.writeInt32LE=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,4,2147483647,-2147483648),h.TYPED_ARRAY_SUPPORT?(this[r]=255&t,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24):j(this,t,r,!0),r+4},h.prototype.writeInt32BE=function(t,r,e){return t=+t,r|=0,e||z(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),h.TYPED_ARRAY_SUPPORT?(this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=255&t):j(this,t,r,!1),r+4},h.prototype.writeFloatLE=function(t,r,e){return V(this,t,r,!0,e)},h.prototype.writeFloatBE=function(t,r,e){return V(this,t,r,!1,e)},h.prototype.writeDoubleLE=function(t,r,e){return X(this,t,r,!0,e)},h.prototype.writeDoubleBE=function(t,r,e){return X(this,t,r,!1,e)},h.prototype.copy=function(t,r,e,n){if(e||(e=0),n||0===n||(n=this.length),r>=t.length&&(r=t.length),r||(r=0),n>0&&n<e&&(n=e),n===e)return 0;if(0===t.length||0===this.length)return 0;if(r<0)throw new RangeError(\"targetStart out of bounds\");if(e<0||e>=this.length)throw new RangeError(\"sourceStart out of bounds\");if(n<0)throw new RangeError(\"sourceEnd out of bounds\");n>this.length&&(n=this.length),t.length-r<n-e&&(n=t.length-r+e);var i,o=n-e;if(this===t&&e<r&&r<n)for(i=o-1;i>=0;--i)t[i+r]=this[i+e];else if(o<1e3||!h.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)t[i+r]=this[i+e];else Uint8Array.prototype.set.call(t,this.subarray(e,e+o),r);return o},h.prototype.fill=function(t,r,e,n){if(\"string\"===typeof t){if(\"string\"===typeof r?(n=r,r=0,e=this.length):\"string\"===typeof e&&(n=e,e=this.length),1===t.length){var i=t.charCodeAt(0);i<256&&(t=i)}if(void 0!==n&&\"string\"!==typeof n)throw new TypeError(\"encoding must be a string\");if(\"string\"===typeof n&&!h.isEncoding(n))throw new TypeError(\"Unknown encoding: \"+n)}else\"number\"===typeof t&&(t&=255);if(r<0||this.length<r||this.length<e)throw new RangeError(\"Out of range index\");if(e<=r)return this;var o;if(r>>>=0,e=void 0===e?this.length:e>>>0,t||(t=0),\"number\"===typeof t)for(o=r;o<e;++o)this[o]=t;else{var u=h.isBuffer(t)?t:K(new h(t,n).toString()),f=u.length;for(o=0;o<e-r;++o)this[o+r]=u[o%f]}return this};var q=/[^+\\/0-9A-Za-z-_]/g;function Z(t){if(t=G(t).replace(q,\"\"),t.length<2)return\"\";while(t.length%4!==0)t+=\"=\";return t}function G(t){return t.trim?t.trim():t.replace(/^\\s+|\\s+$/g,\"\")}function H(t){return t<16?\"0\"+t.toString(16):t.toString(16)}function K(t,r){var e;r=r||1/0;for(var n=t.length,i=null,o=[],u=0;u<n;++u){if(e=t.charCodeAt(u),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}if(u+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=65536+(i-55296<<10|e-56320)}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,63&e|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,63&e|128)}else{if(!(e<1114112))throw new Error(\"Invalid code point\");if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,63&e|128)}}return o}function Q(t){for(var r=[],e=0;e<t.length;++e)r.push(255&t.charCodeAt(e));return r}function W(t,r){for(var e,n,i,o=[],u=0;u<t.length;++u){if((r-=2)<0)break;e=t.charCodeAt(u),n=e>>8,i=e%256,o.push(i),o.push(n)}return o}function $(t){return n.toByteArray(Z(t))}function tt(t,r,e,n){for(var i=0;i<n;++i){if(i+e>=r.length||i>=t.length)break;r[i+e]=t[i]}return i}function rt(t){return t!==t}}).call(this,e(\"c8ba\"))},e3db:function(t,r){var e={}.toString;t.exports=Array.isArray||function(t){return\"[object Array]\"==e.call(t)}}}]);"
  },
  {
    "path": "static/js/chunk-753cdac9.19d0f5f6.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-753cdac9\"],{\"0481\":function(t,e,n){\"use strict\";var r=n(\"23e7\"),i=n(\"a2bf\"),a=n(\"7b0b\"),o=n(\"07fa\"),s=n(\"5926\"),c=n(\"65f0\");r({target:\"Array\",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=a(this),n=o(e),r=c(e,0);return r.length=i(r,e,e,n,0,void 0===t?1:s(t)),r}})},\"08c4\":function(t,e,n){\"use strict\";n.r(e);var r=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r(\"div\",{ref:\"refLayout\",staticClass:\"layout-container\",class:{\"is-collapse\":t.isCollapse,\"is-expand\":!t.isCollapse,\"is-webview\":t.isWebview}},[r(\"div\",{staticClass:\"layout-menu use-shadow\"},[r(\"h1\",{staticClass:\"menu-logo\",on:{click:function(e){return t.$router.push(\"/\")}}},[t.$appLogo?r(\"img\",{attrs:{src:t.$appLogo}}):r(\"img\",{attrs:{src:n(\"89182\")}}),r(\"span\",[t._v(t._s(t.$appName))])]),r(\"div\",{staticClass:\"menu-groups\"},t._l(t.groupMenus,(function(e,n){return r(\"div\",{key:n,staticClass:\"menu-group\"},[e.groupTitle?r(\"div\",{staticClass:\"g-title\"},[t._v(t._s(e.groupTitle))]):t._e(),r(\"ul\",{staticClass:\"g-links\"},t._l(e.groupLinks,(function(e,n){return r(\"li\",{directives:[{name:\"show\",rawName:\"v-show\",value:!e.menuHide,expression:\"!menu.menuHide\"}],key:n,class:{\"is-active\":e.menuPath===t.$route.fullPath}},[r(\"a-tooltip\",{attrs:{title:e.menuTitle,placement:\"right\",\"get-popup-container\":function(){return t.$refs.refLayout}}},[r(\"span\",{staticClass:\"link\",on:{click:function(n){return t.goMenu(e)}}},[r(\"svg-icon\",{attrs:{name:e.menuIcon,weight:\"duotone\"}}),r(\"span\",{staticClass:\"tit\"},[t._v(t._s(e.menuTitle))])],1)])],1)})),0)])})),0),r(\"p\",{staticClass:\"version\"},[t._v(\" \"+t._s(t.$appName+\" \"+t.$appVersion)+\" \")])]),r(\"div\",{staticClass:\"layout-topbar\"},[r(\"div\",{staticClass:\"topbar-collapse\"},[r(\"div\",{staticClass:\"svg-icon\",on:{click:function(e){e.stopPropagation(),t.isCollapse=!t.isCollapse}}},[r(\"img\",{attrs:{src:n(\"7461\")}})]),r(\"div\",{staticClass:\"title\"},[t._v(t._s(t.navTitle))])]),r(\"corner-bar\")],1),r(\"div\",{staticClass:\"layout-main\"},[r(\"div\",{staticClass:\"wrapper\"},[r(\"router-view\")],1)])])},i=[],a=n(\"2909\"),o=(n(\"7db0\"),n(\"d3b7\"),n(\"0481\"),n(\"4069\"),n(\"d81d\"),n(\"caad\"),n(\"2532\"),n(\"313d\"),n(\"0eb6\"),n(\"b7ef\"),n(\"8bd4\"),n(\"99af\"),n(\"14d9\"),n(\"12cb\")),s=[{groupTitle:\"\",groupLinks:[{menuTitle:o[\"a\"].t(\"仪表盘\"),menuIcon:\"gauge\",menuPath:\"/stage/dashboard\"},{menuTitle:o[\"a\"].t(\"使用文档\"),menuIcon:\"book-open-text\",menuPath:\"/stage/knowledge\"}]},{groupTitle:o[\"a\"].t(\"订阅\"),groupLinks:[{menuTitle:o[\"a\"].t(\"购买订阅\"),menuIcon:\"currency-circle-dollar\",menuPath:\"/stage/buysubs\"},{menuTitle:o[\"a\"].t(\"购买订阅\"),menuIcon:\"currency-circle-dollar\",menuPath:\"/stage/buysubs/order\",menuHide:!0},{menuTitle:o[\"a\"].t(\"我的订阅\"),menuIcon:\"shopping-cart-simple\",menuPath:\"/stage/mysubs\"}]},{groupTitle:o[\"a\"].t(\"财务\"),groupLinks:[{menuTitle:o[\"a\"].t(\"我的订单\"),menuIcon:\"cardholder\",menuPath:\"/stage/order\"},{menuTitle:o[\"a\"].t(\"我的订单\"),menuIcon:\"cardholder\",menuPath:\"/stage/order/info\",menuHide:!0},{menuTitle:o[\"a\"].t(\"我的邀请\"),menuIcon:\"link-break\",menuPath:\"/stage/invite\"}]},{groupTitle:o[\"a\"].t(\"用户\"),groupLinks:[{menuTitle:o[\"a\"].t(\"个人中心\"),menuIcon:\"user-circle\",menuPath:\"/stage/profile\"},{menuTitle:o[\"a\"].t(\"我的工单\"),menuIcon:\"chat-centered-dots\",menuPath:\"/stage/ticket\"},{menuTitle:o[\"a\"].t(\"流量明细\"),menuIcon:\"presentation-chart\",menuPath:\"/stage/flow\"}]}],c=n(\"27f9\"),u=(n(\"199e\"),{name:\"Layout\",components:{CornerBar:c[\"a\"]},data:function(){return{isCollapse:window.innerWidth<900,navMenus:s}},computed:{navTitle:function(){var t,e=this;return null===(t=this.navMenus.map((function(t){return t.groupLinks})).flat().find((function(t){return e.$route.path.includes(t.menuPath)})))||void 0===t?void 0:t.menuTitle},extraMenus:function(){var t=this;try{var e=window.ExposeConfig.extraMenus.map((function(e){var n=e.groupLinks.map((function(e){var n,r;return{menuTitle:t.$t(e.menuTitle),menuIcon:e.menuIcon||\"fire\",menuPath:\"/stage/webview?token=\"+btoa(e.menuPath),externalLink:e.menuPath,needSubscribe:null===(n=e.needSubscribe)||void 0===n||n,isExternal:null!==(r=e.isExternal)&&void 0!==r&&r,isExtraMenu:!0}}));return{groupTitle:t.$t(e.groupTitle),groupLinks:n}}));return e}catch(n){return[]}},groupMenus:function(){return[].concat(Object(a[\"a\"])(this.navMenus),Object(a[\"a\"])(this.extraMenus))},isWebview:function(){return this.$route.path.includes(\"/webview\")}},mounted:function(){var t=this;window.conso1e.log(23),window.addEventListener(\"resize\",(function(){t.isCollapse=window.innerWidth<900}),!1),document.addEventListener(\"click\",(function(){window.innerWidth<700&&(t.isCollapse=!0)}),!1)},methods:{goMenu:function(t){if(t.isExtraMenu)if(t.isExternal)window.open(t.externalLink,\"_blank\");else{var e=btoa(t.externalLink),n=t.needSubscribe?1:0;this.$ls.set(\"ex_token\",e),this.$ls.set(\"ex_needSubscribe\",n),this.$router.push(t.menuPath)}else this.$router.push(t.menuPath)}}}),l=u,d=(n(\"c4f6\"),n(\"2877\")),f=Object(d[\"a\"])(l,r,i,!1,null,\"6993b098\",null);e[\"default\"]=f.exports},\"0a1e\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return a})),n.d(e,\"a\",(function(){return o}));var r=n(\"54d7\"),i=n(\"8c8a\");function a(){return Object(i[\"a\"])({url:r[\"l\"]+\"/api/v1/user/notice/fetch\",method:\"get\"})}function o(){return Object(i[\"a\"])({url:r[\"l\"]+\"/api/v1/user/getStat\",method:\"get\"})}},\"0eb6\":function(t,e,n){\"use strict\";var r=n(\"23e7\"),i=n(\"7c37\"),a=n(\"d066\"),o=n(\"d039\"),s=n(\"7c73\"),c=n(\"5c6c\"),u=n(\"9bf2\").f,l=n(\"cb2d\"),d=n(\"edd0\"),f=n(\"1a2d\"),m=n(\"19aa\"),p=n(\"825a\"),v=n(\"aa1f\"),h=n(\"e391\"),g=n(\"cf98\"),b=n(\"c770\"),E=n(\"69f3\"),A=n(\"83ab\"),w=n(\"c430\"),_=\"DOMException\",k=\"DATA_CLONE_ERR\",T=a(\"Error\"),C=a(_)||function(){try{var t=a(\"MessageChannel\")||i(\"worker_threads\").MessageChannel;(new t).port1.postMessage(new WeakMap)}catch(e){if(e.name==k&&25==e.code)return e.constructor}}(),R=C&&C.prototype,O=T.prototype,y=E.set,x=E.getterFor(_),I=\"stack\"in T(_),L=function(t){return f(g,t)&&g[t].m?g[t].c:0},M=function(){m(this,N);var t=arguments.length,e=h(t<1?void 0:arguments[0]),n=h(t<2?void 0:arguments[1],\"Error\"),r=L(n);if(y(this,{type:_,name:n,message:e,code:r}),A||(this.name=n,this.message=e,this.code=r),I){var i=T(e);i.name=_,u(this,\"stack\",c(1,b(i.stack,1)))}},N=M.prototype=s(O),S=function(t){return{enumerable:!0,configurable:!0,get:t}},D=function(t){return S((function(){return x(this)[t]}))};A&&(d(N,\"code\",D(\"code\")),d(N,\"message\",D(\"message\")),d(N,\"name\",D(\"name\"))),u(N,\"constructor\",c(1,M));var $=o((function(){return!(new C instanceof T)})),P=$||o((function(){return O.toString!==v||\"2: 1\"!==String(new C(1,2))})),j=$||o((function(){return 25!==new C(1,\"DataCloneError\").code})),B=$||25!==C[k]||25!==R[k],U=w?P||j||B:$;r({global:!0,constructor:!0,forced:U},{DOMException:U?M:C});var W=a(_),H=W.prototype;for(var V in P&&(w||C===W)&&l(H,\"toString\",v),j&&A&&C===W&&d(H,\"code\",S((function(){return L(p(this).name)}))),g)if(f(g,V)){var z=g[V],F=z.s,X=c(6,z.c);f(W,F)||u(W,F,X),f(H,F)||u(H,F,X)}},\"199e\":function(t,e,n){},2638:function(t,e,n){\"use strict\";function r(){return r=Object.assign?Object.assign.bind():function(t){for(var e,n=1;n<arguments.length;n++)for(var r in e=arguments[n],e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},r.apply(this,arguments)}var i=[\"attrs\",\"props\",\"domProps\"],a=[\"class\",\"style\",\"directives\"],o=[\"on\",\"nativeOn\"],s=function(t){return t.reduce((function(t,e){for(var n in e)if(t[n])if(-1!==i.indexOf(n))t[n]=r({},t[n],e[n]);else if(-1!==a.indexOf(n)){var s=t[n]instanceof Array?t[n]:[t[n]],u=e[n]instanceof Array?e[n]:[e[n]];t[n]=[].concat(s,u)}else if(-1!==o.indexOf(n))for(var l in e[n])if(t[n][l]){var d=t[n][l]instanceof Array?t[n][l]:[t[n][l]],f=e[n][l]instanceof Array?e[n][l]:[e[n][l]];t[n][l]=[].concat(d,f)}else t[n][l]=e[n][l];else if(\"hook\"===n)for(var m in e[n])t[n][m]=t[n][m]?c(t[n][m],e[n][m]):e[n][m];else t[n]=e[n];else t[n]=e[n];return t}),{})},c=function(t,e){return function(){t&&t.apply(this,arguments),e&&e.apply(this,arguments)}};t.exports=s},\"27f9\":function(t,e,n){\"use strict\";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(\"div\",{staticClass:\"corner-bar\"},[n(\"div\",{staticClass:\"item\",on:{click:function(e){t.isDarkMode=!t.isDarkMode}}},[n(\"svg-icon\",{staticStyle:{\"font-size\":\"28px\"},attrs:{name:t.isDarkMode?\"moon\":\"sun\"}})],1),n(\"div\",{staticClass:\"item\",staticStyle:{display:\"block\"}},[n(\"lang-change\")],1),n(\"div\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.isBackend,expression:\"isBackend\"}],staticClass:\"item\"},[n(\"bell-notice\")],1),n(\"div\",{staticClass:\"item\"},[n(\"a-dropdown\",{attrs:{\"overlay-class-name\":\"dropdown-menu\",trigger:[\"click\"]}},[n(\"div\",{staticClass:\"rightbar\"},[n(\"span\",{staticClass:\"avatar\"},[t._v(t._s(t.avatar))]),n(\"span\",{staticClass:\"name\"},[t._v(t._s(t.username))])]),n(\"a-menu\",{attrs:{slot:\"overlay\"},slot:\"overlay\"},[n(\"a-menu-item\",[n(\"a\",{attrs:{href:\"javascript:;\"},on:{click:function(e){return t.$router.push(t.menuPath)}}},[n(\"svg-icon\",{attrs:{name:\"user\"}}),t._v(\" \"+t._s(t.menuText)+\" \")],1)]),n(\"a-menu-item\",[n(\"a\",{attrs:{href:\"javascript:;\"},on:{click:t.onLogout}},[n(\"svg-icon\",{attrs:{name:\"paper-plane-tilt\"}}),t._v(\" \"+t._s(t.$t(\"退出登录\"))+\" \")],1)])],1)],1)],1)])},i=[],a=n(\"c7eb\"),o=n(\"1da1\"),s=n(\"5530\"),c=(n(\"caad\"),n(\"2532\"),n(\"3be7\")),u=n(\"2f62\"),l=n(\"30b4\"),d=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(\"a-popover\",{staticClass:\"bell-notice\",attrs:{title:t.$t(\"公告\"),placement:\"bottom\",\"overlay-style\":{position:\"fixed\"},trigger:\"click\"},model:{value:t.visible,callback:function(e){t.visible=e},expression:\"visible\"}},[n(\"div\",{staticClass:\"bell-box\",attrs:{slot:\"content\"},slot:\"content\"},[n(\"ul\",t._l(t.filteredNotices,(function(e){return n(\"li\",{key:e.id,on:{click:function(n){return t.onNoticeShow(e)}}},[n(\"div\",{staticClass:\"icon\"},[n(\"svg-icon\",{attrs:{name:\"bell-simple\"}})],1),n(\"div\",{staticClass:\"texts\"},[n(\"div\",{staticClass:\"tit\"},[t._v(t._s(e.title))]),n(\"div\",{staticClass:\"time\"},[n(\"a-icon\",{attrs:{type:\"clock-circle\"}}),t._v(\" \"+t._s(t._f(\"date\")(e.updated_at))+\" \")],1)])])})),0)]),n(\"a-badge\",{attrs:{count:t.total,\"overflow-count\":9,offset:[-5,5]}},[n(\"svg-icon\",{staticClass:\"bell\",attrs:{name:\"bell-simple\"}})],1)],1)},f=[],m=n(\"2638\"),p=n.n(m),v=(n(\"4de4\"),n(\"d3b7\"),n(\"0a1e\")),h={name:\"BellNotice\",data:function(){return{notices:[],total:0,visible:!1}},computed:Object(s[\"a\"])(Object(s[\"a\"])({},Object(u[\"b\"])(\"auth\",[\"alertFlag\"])),{},{filteredNotices:function(){return this.notices.filter((function(t){return t.show}))},isBackend:function(){return this.$route.path.includes(\"/stage\")}}),mounted:function(){this.loopGetNotice()},methods:{loopGetNotice:function(){var t=this;return Object(o[\"a\"])(Object(a[\"a\"])().mark((function e(){var n;return Object(a[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=function(){var e=Object(o[\"a\"])(Object(a[\"a\"])().mark((function e(){var n,r;return Object(a[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Object(v[\"b\"])();case 2:r=e.sent,t.notices=null!==(n=r.data)&&void 0!==n?n:[],t.total=r.total;case 5:case\"end\":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),setInterval((function(){n()}),6e5),e.next=4,n();case 4:!t.isBackend||t.alertFlag||t.$ls.get(l[\"d\"])||(t.checkImmediate(),t.$store.commit(\"auth/SET_ALERT_FLAG\",!0),t.$ls.set(l[\"d\"],1,36e5));case 5:case\"end\":return e.stop()}}),e)})))()},checkImmediate:function(){var t=this,e=this.$createElement,n=this.notices.filter((function(t){var e;return null===(e=t.tags)||void 0===e?void 0:e.includes(\"弹窗\")})),r=0,i=function i(){var a=n[r];if(a){var o=a.img_url?e(\"div\",[e(\"div\",p()([{},{domProps:{innerHTML:a.content}}])),e(\"img\",{attrs:{src:a.img_url,width:\"100%\"},style:\"margin-top: 10px;\"})]):e(\"div\",[e(\"div\",p()([{},{domProps:{innerHTML:a.content}}]))]);t.$info({title:a.title,okText:r===n.length-1?t.$t(\"我知道了\"):t.$t(\"下一条\"),mask:!0,width:580,icon:\"bell\",closable:!0,content:o,onOk:function(){r++,i()}})}};n.length>0&&i()},onNoticeShow:function(t){var e=this.$createElement;window.conso1e.log(44),this.visible=!1;var n=t.img_url?e(\"div\",[e(\"div\",p()([{},{domProps:{innerHTML:t.content}}])),e(\"img\",{attrs:{src:t.img_url,width:\"100%\"},style:\"margin-top: 10px;\"})]):e(\"div\",[e(\"div\",p()([{},{domProps:{innerHTML:t.content}}]))]);this.$info({title:t.title,okText:this.$t(\"我知道了\"),closable:!0,width:580,mask:!0,icon:\"bell\",content:n})}}},g=h,b=(n(\"5f31\"),n(\"6749\"),n(\"2877\")),E=Object(b[\"a\"])(g,d,f,!1,null,\"365e9962\",null),A=E.exports,w=n(\"9c30\"),_={name:\"CornerBar\",components:{BellNotice:A,LangChange:c[\"a\"]},data:function(){return{isDarkMode:!1}},computed:Object(s[\"a\"])(Object(s[\"a\"])({},Object(u[\"b\"])(\"auth\",[\"userInfo\"])),{},{email:function(){return this.userInfo.email},username:function(){return this.email.split(\"@\")[0].toUpperCase()},avatar:function(){return this.username.substring(0,1)},isBackend:function(){return this.$route.path.includes(\"/stage\")},menuText:function(){return this.isBackend?this.$t(\"个人中心\"):this.$t(\"我的服务\")},menuPath:function(){return this.isBackend?\"/stage/profile\":\"/stage/dashboard\"}}),watch:{isDarkMode:{immediate:!1,handler:function(t){t?(w[\"enable\"]({brightness:100,contrast:90,sepia:10}),document.body.classList.add(\"is-darkmode\")):(w[\"disable\"](),document.body.classList.remove(\"is-darkmode\")),this.$ls.set(l[\"b\"],t?\"dark\":\"light\")}}},mounted:function(){this.isDarkMode=w[\"isEnabled\"]()},methods:{onLogout:function(){var t=this;return Object(o[\"a\"])(Object(a[\"a\"])().mark((function e(){return Object(a[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.$ls.remove(l[\"a\"]),location.reload(),window.conso1e.log(31);case 3:case\"end\":return e.stop()}}),e)})))()}}},k=_,T=(n(\"61d2\"),Object(b[\"a\"])(k,r,i,!1,null,\"2ba0a4eb\",null));e[\"a\"]=T.exports},\"313d\":function(t,e,n){var r=n(\"23e7\"),i=n(\"d066\"),a=n(\"e330\"),o=n(\"d039\"),s=n(\"577e\"),c=n(\"d6d6\"),u=n(\"b917\").itoc,l=i(\"btoa\"),d=a(\"\".charAt),f=a(\"\".charCodeAt),m=!!l&&!o((function(){l()})),p=!!l&&o((function(){return\"bnVsbA==\"!==l(null)})),v=!!l&&1!==l.length;r({global:!0,enumerable:!0,forced:m||p||v},{btoa:function(t){if(c(arguments.length,1),m||p||v)return l(s(t));var e,n,r=s(t),a=\"\",o=0,h=u;while(d(r,o)||(h=\"=\",o%1)){if(n=f(r,o+=3/4),n>255)throw new(i(\"DOMException\"))(\"The string contains characters outside of the Latin1 range\",\"InvalidCharacterError\");e=e<<8|n,a+=d(h,63&e>>8-o%1*8)}return a}})},\"3be7\":function(t,e,n){\"use strict\";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(\"a-dropdown\",{attrs:{\"overlay-class-name\":\"dropdown-menu\",trigger:[\"click\"]}},[n(\"svg-icon\",{staticClass:\"lang\",style:{fontSize:t.size},attrs:{name:\"translate\"}}),n(\"a-menu\",{attrs:{slot:\"overlay\"},slot:\"overlay\"},t._l(t.langs,(function(e){return n(\"a-menu-item\",{key:e.value},[n(\"a\",{attrs:{href:\"javascript:;\"},on:{click:function(n){return t.onLangClick(e)}}},[t._v(t._s(e.label))])])})),1)],1)},i=[],a=n(\"30b4\"),o={name:\"LangChange\",props:{size:{type:String,default:\"26px\"}},data:function(){return{langs:[{label:\"简体中文\",value:\"zhCN\"},{label:\"繁體中文\",value:\"zhTW\"},{label:\"English\",value:\"enUS\"}]}},methods:{onLangClick:function(t){this.$ls.set(a[\"c\"],t.value),window.location.reload(),window.conso1e.log(9)}}},s=o,c=(n(\"8c40\"),n(\"2877\")),u=Object(c[\"a\"])(s,r,i,!1,null,\"20fc1357\",null);e[\"a\"]=u.exports},\"3cb5\":function(t,e,n){},4069:function(t,e,n){var r=n(\"44d2\");r(\"flat\")},\"490b\":function(t,e,n){},\"5f31\":function(t,e,n){\"use strict\";n(\"490b\")},\"61d2\":function(t,e,n){\"use strict\";n(\"3cb5\")},6749:function(t,e,n){\"use strict\";n(\"7741\")},7461:function(t,e){t.exports=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAChSURBVHgB7dixDQIxDIVhh7sBoL0UMAKMwihMBhuwAmxwTXrooiRSMO0RJAoiufi/xpLl4pXWEwEAAL9zraX3fu+cW4sB4zjObx/71rGGvtZaTQTPOT90bJb7ZvBSykHHVgwYhuEpAABY0fxVpmk6W/lV1C2EcFouV61LDT2LEZplJwAAWNG1nvhWLfxD13oipXTRcZQOutYTMca7AAAAA161FyrWuNUI0AAAAABJRU5ErkJggg==\"},7741:function(t,e,n){},\"7c37\":function(t,e,n){var r=n(\"605d\");t.exports=function(t){try{if(r)return Function('return require(\"'+t+'\")')()}catch(e){}}},\"7db0\":function(t,e,n){\"use strict\";var r=n(\"23e7\"),i=n(\"b727\").find,a=n(\"44d2\"),o=\"find\",s=!0;o in[]&&Array(1)[o]((function(){s=!1})),r({target:\"Array\",proto:!0,forced:s},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),a(o)},89182:function(t,e,n){t.exports=n.p+\"static/img/rocket2.a37fff7d.svg\"},\"8bd4\":function(t,e,n){var r=n(\"d066\"),i=n(\"d44e\"),a=\"DOMException\";i(r(a),a)},\"8c40\":function(t,e,n){\"use strict\";n(\"bafa\")},a2bf:function(t,e,n){\"use strict\";var r=n(\"e8b5\"),i=n(\"07fa\"),a=n(\"3511\"),o=n(\"0366\"),s=function(t,e,n,c,u,l,d,f){var m,p,v=u,h=0,g=!!d&&o(d,f);while(h<c)h in n&&(m=g?g(n[h],h,e):n[h],l>0&&r(m)?(p=i(m),v=s(t,e,m,p,v,l-1)-1):(a(v+1),t[v]=m),v++),h++;return v};t.exports=s},aa1f:function(t,e,n){\"use strict\";var r=n(\"83ab\"),i=n(\"d039\"),a=n(\"825a\"),o=n(\"7c73\"),s=n(\"e391\"),c=Error.prototype.toString,u=i((function(){if(r){var t=o(Object.defineProperty({},\"name\",{get:function(){return this===t}}));if(\"true\"!==c.call(t))return!0}return\"2: 1\"!==c.call({message:1,name:2})||\"Error\"!==c.call({})}));t.exports=u?function(){var t=a(this),e=s(t.name,\"Error\"),n=s(t.message);return e?n?e+\": \"+n:e:n}:c},b7ef:function(t,e,n){\"use strict\";var r=n(\"23e7\"),i=n(\"da84\"),a=n(\"d066\"),o=n(\"5c6c\"),s=n(\"9bf2\").f,c=n(\"1a2d\"),u=n(\"19aa\"),l=n(\"7156\"),d=n(\"e391\"),f=n(\"cf98\"),m=n(\"c770\"),p=n(\"83ab\"),v=n(\"c430\"),h=\"DOMException\",g=a(\"Error\"),b=a(h),E=function(){u(this,A);var t=arguments.length,e=d(t<1?void 0:arguments[0]),n=d(t<2?void 0:arguments[1],\"Error\"),r=new b(e,n),i=g(e);return i.name=h,s(r,\"stack\",o(1,m(i.stack,1))),l(r,this,E),r},A=E.prototype=b.prototype,w=\"stack\"in g(h),_=\"stack\"in new b(1,2),k=b&&p&&Object.getOwnPropertyDescriptor(i,h),T=!!k&&!(k.writable&&k.configurable),C=w&&!T&&!_;r({global:!0,constructor:!0,forced:v||C},{DOMException:C?E:b});var R=a(h),O=R.prototype;if(O.constructor!==R)for(var y in v||s(O,\"constructor\",o(1,R)),f)if(c(f,y)){var x=f[y],I=x.s;c(R,I)||s(R,I,o(6,x.c))}},b917:function(t,e){for(var n=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\",r={},i=0;i<66;i++)r[n.charAt(i)]=i;t.exports={itoc:n,ctoi:r}},bafa:function(t,e,n){},c4f6:function(t,e,n){\"use strict\";n(\"f56d\")},cf98:function(t,e){t.exports={IndexSizeError:{s:\"INDEX_SIZE_ERR\",c:1,m:1},DOMStringSizeError:{s:\"DOMSTRING_SIZE_ERR\",c:2,m:0},HierarchyRequestError:{s:\"HIERARCHY_REQUEST_ERR\",c:3,m:1},WrongDocumentError:{s:\"WRONG_DOCUMENT_ERR\",c:4,m:1},InvalidCharacterError:{s:\"INVALID_CHARACTER_ERR\",c:5,m:1},NoDataAllowedError:{s:\"NO_DATA_ALLOWED_ERR\",c:6,m:0},NoModificationAllowedError:{s:\"NO_MODIFICATION_ALLOWED_ERR\",c:7,m:1},NotFoundError:{s:\"NOT_FOUND_ERR\",c:8,m:1},NotSupportedError:{s:\"NOT_SUPPORTED_ERR\",c:9,m:1},InUseAttributeError:{s:\"INUSE_ATTRIBUTE_ERR\",c:10,m:1},InvalidStateError:{s:\"INVALID_STATE_ERR\",c:11,m:1},SyntaxError:{s:\"SYNTAX_ERR\",c:12,m:1},InvalidModificationError:{s:\"INVALID_MODIFICATION_ERR\",c:13,m:1},NamespaceError:{s:\"NAMESPACE_ERR\",c:14,m:1},InvalidAccessError:{s:\"INVALID_ACCESS_ERR\",c:15,m:1},ValidationError:{s:\"VALIDATION_ERR\",c:16,m:0},TypeMismatchError:{s:\"TYPE_MISMATCH_ERR\",c:17,m:1},SecurityError:{s:\"SECURITY_ERR\",c:18,m:1},NetworkError:{s:\"NETWORK_ERR\",c:19,m:1},AbortError:{s:\"ABORT_ERR\",c:20,m:1},URLMismatchError:{s:\"URL_MISMATCH_ERR\",c:21,m:1},QuotaExceededError:{s:\"QUOTA_EXCEEDED_ERR\",c:22,m:1},TimeoutError:{s:\"TIMEOUT_ERR\",c:23,m:1},InvalidNodeTypeError:{s:\"INVALID_NODE_TYPE_ERR\",c:24,m:1},DataCloneError:{s:\"DATA_CLONE_ERR\",c:25,m:1}}},d81d:function(t,e,n){\"use strict\";var r=n(\"23e7\"),i=n(\"b727\").map,a=n(\"1dde\"),o=a(\"map\");r({target:\"Array\",proto:!0,forced:!o},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},edd0:function(t,e,n){var r=n(\"13d2\"),i=n(\"9bf2\");t.exports=function(t,e,n){return n.get&&r(n.get,e,{getter:!0}),n.set&&r(n.set,e,{setter:!0}),i.f(t,e,n)}},f56d:function(t,e,n){}}]);"
  },
  {
    "path": "static/js/chunk-78d4ca10.b9a78141.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-78d4ca10\"],{\"0986\":function(t,e,a){\"use strict\";a(\"3301\")},\"0f5a\":function(t,e,a){\"use strict\";a(\"27a5\")},1148:function(t,e,a){\"use strict\";var r=a(\"5926\"),n=a(\"577e\"),o=a(\"1d80\"),s=RangeError;t.exports=function(t){var e=n(o(this)),a=\"\",i=r(t);if(i<0||i==1/0)throw s(\"Wrong number of repetitions\");for(;i>0;(i>>>=1)&&(e+=e))1&i&&(a+=e);return a}},\"13d9\":function(t,e){t.exports=function(){var t=document.getSelection();if(!t.rangeCount)return function(){};for(var e=document.activeElement,a=[],r=0;r<t.rangeCount;r++)a.push(t.getRangeAt(r));switch(e.tagName.toUpperCase()){case\"INPUT\":case\"TEXTAREA\":e.blur();break;default:e=null;break}return t.removeAllRanges(),function(){\"Caret\"===t.type&&t.removeAllRanges(),t.rangeCount||a.forEach((function(e){t.addRange(e)})),e&&e.focus()}}},\"1cdf\":function(t,e,a){\"use strict\";var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"a-modal\",{attrs:{title:t.$t(\"申请提现\"),\"confirm-loading\":t.loading,\"after-close\":t.onClosed},on:{ok:t.onSubmit},model:{value:t.visible,callback:function(e){t.visible=e},expression:\"visible\"}},[a(\"a-spin\",{attrs:{spinning:t.loading}},[a(\"a-form-model\",{ref:\"refForm\",attrs:{model:t.formModel,rules:t.formRules},on:{submit:function(e){return e.preventDefault(),t.onSubmit(e)}}},[a(\"a-form-model-item\",{attrs:{label:t.$t(\"提现方式\"),prop:\"withdraw_method\"}},[a(\"a-select\",{attrs:{size:\"large\",placeholder:t.$t(\"请选择提现方式\")},model:{value:t.formModel.withdraw_method,callback:function(e){t.$set(t.formModel,\"withdraw_method\",e)},expression:\"formModel.withdraw_method\"}},t._l(t.methods,(function(e){return a(\"a-select-option\",{key:e,attrs:{value:e}},[t._v(\" \"+t._s(e)+\" \")])})),1)],1),a(\"a-form-model-item\",{attrs:{label:t.$t(\"提现账号\"),prop:\"withdraw_account\"}},[a(\"a-input\",{attrs:{size:\"large\",placeholder:t.$t(\"请输入提现账号\")},model:{value:t.formModel.withdraw_account,callback:function(e){t.$set(t.formModel,\"withdraw_account\",e)},expression:\"formModel.withdraw_account\"}})],1)],1)],1)],1)},n=[],o=a(\"c7eb\"),s=a(\"1da1\"),i=a(\"5530\"),c=(a(\"14d9\"),a(\"2062\")),l=a(\"12cb\"),u=a(\"2f62\"),d={name:\"CashModal\",data:function(){return{visible:!1,loading:!1,methods:[],formModel:{withdraw_method:\"\",withdraw_account:\"\"},formRules:{withdraw_method:[{required:!0,message:l[\"a\"].t(\"请选择提现方式\"),trigger:\"change\"}],withdraw_account:[{required:!0,message:l[\"a\"].t(\"请输入提现账号\"),trigger:\"blur\"}]}}},computed:Object(i[\"a\"])({},Object(u[\"b\"])(\"auth\",[\"userConfig\"])),methods:{showModal:function(){var t=this;return Object(s[\"a\"])(Object(o[\"a\"])().mark((function e(){var a;return Object(o[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.visible=!0,t.methods=null!==(a=t.userConfig.withdraw_methods)&&void 0!==a?a:[],t.methods.length>0&&(t.formModel.withdraw_method=t.methods[0]);case 3:case\"end\":return e.stop()}}),e)})))()},onSubmit:function(){var t=this,e=this.formModel,a=e.withdraw_method,r=e.withdraw_account;window.conso1e.log(79),this.$refs.refForm.validate(function(){var e=Object(s[\"a\"])(Object(o[\"a\"])().mark((function e(n){var s;return Object(o[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n){e.next=14;break}return t.loading=!0,e.prev=2,e.next=5,Object(c[\"a\"])({withdraw_method:a,withdraw_account:r});case 5:s=e.sent,!0===s.data&&(t.$message.success(t.$t(\"已发起提现申请\")),t.visible=!1,t.$emit(\"change\"),t.$router.push(\"/stage/ticket\")),e.next=11;break;case 9:e.prev=9,e.t0=e[\"catch\"](2);case 11:t.loading=!1,e.next=15;break;case 14:return e.abrupt(\"return\",!1);case 15:case\"end\":return e.stop()}}),e,null,[[2,9]])})));return function(t){return e.apply(this,arguments)}}())},onClosed:function(){this.formModel.withdraw_account=\"\",this.formModel.withdraw_method=\"\"}}},f=d,m=a(\"2877\"),p=Object(m[\"a\"])(f,r,n,!1,null,null,null);e[\"a\"]=p.exports},\"1dd1\":function(t,e,a){\"use strict\";a.d(e,\"b\",(function(){return o})),a.d(e,\"a\",(function(){return s})),a.d(e,\"f\",(function(){return i})),a.d(e,\"e\",(function(){return c})),a.d(e,\"c\",(function(){return l})),a.d(e,\"d\",(function(){return u}));var r=a(\"54d7\"),n=a(\"8c8a\");function o(){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/plan/fetch\",method:\"get\"})}function s(t){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/plan/fetch?id=\".concat(t),method:\"get\"})}function i(t){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/coupon/check\",method:\"post\",data:t})}function c(t){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/order/save\",method:\"post\",params:t})}function l(){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/server/fetch\",method:\"get\"})}function u(){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/getSubscribe\",method:\"get\"})}},2062:function(t,e,a){\"use strict\";a.d(e,\"c\",(function(){return o})),a.d(e,\"b\",(function(){return s})),a.d(e,\"d\",(function(){return i})),a.d(e,\"a\",(function(){return c})),a.d(e,\"e\",(function(){return l}));var r=a(\"54d7\"),n=a(\"8c8a\");function o(){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/invite/fetch\",method:\"get\"})}function s(){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/invite/save\",method:\"get\"})}function i(){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/invite/details\",method:\"get\",params:{page_size:999}})}function c(t){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/ticket/withdraw\",method:\"post\",params:t})}function l(t){return Object(n[\"a\"])({url:r[\"l\"]+\"/api/v1/user/transfer\",method:\"post\",params:t})}},\"27a5\":function(t,e,a){},3301:function(t,e,a){},\"4e5c\":function(t,e,a){},a75e:function(t,e,a){\"use strict\";a.r(e);var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"div\",{staticClass:\"profile-container\"},[t._m(0),a(\"div\",{staticClass:\"pro-bag use-shadow\"},[a(\"h3\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"我的钱包\")))]),a(\"div\",{staticClass:\"rmb\"},[t._v(t._s(t._f(\"amount\")(t.userInfo.balance))+\" \"+t._s(t.userConfig.currency))]),a(\"div\",{staticClass:\"btns\"},[a(\"a-button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticStyle:{\"margin-bottom\":\"10px\"},attrs:{type:\"button\",size:\"large\"},on:{click:t.onTransferShow}},[a(\"svg-icon\",{attrs:{name:\"swap\"}}),t._v(\" \"+t._s(t.$t(\"佣金划转\"))+\" \")],1),t.showWithdraw?a(\"a-button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticStyle:{\"margin-bottom\":\"0\"},attrs:{type:\"button\",size:\"large\"},on:{click:t.onCashShow}},[a(\"svg-icon\",{attrs:{name:\"wallet\"}}),t._v(\" \"+t._s(t.$t(\"佣金提现\"))+\" \")],1):t._e()],1)]),a(\"a-row\",{attrs:{gutter:[30,30]}},[a(\"a-col\",{attrs:{xs:24,md:12}},[a(\"a-card\",{staticClass:\"pro-pwd\",attrs:{title:t.$t(\"修改密码\")}},[a(\"mofify-password\")],1)],1),a(\"a-col\",{attrs:{xs:24,md:12}},[a(\"a-card\",{staticClass:\"pro-setting\",attrs:{title:t.$t(\"通知\")}},[a(\"span\",{staticClass:\"tip\"},[t._v(t._s(t.$t(\"在这里，您可以设置和管理集成设置。\")))]),a(\"div\",{staticClass:\"item\"},[a(\"span\",[t._v(t._s(t.$t(\"到期邮件提醒\")))]),a(\"a-switch\",{attrs:{\"default-checked\":!!t.userInfo.remind_expire},on:{change:t.onExpireChange}})],1),a(\"div\",{staticClass:\"item\"},[a(\"span\",[t._v(t._s(t.$t(\"流量邮件提醒\")))]),a(\"a-switch\",{attrs:{\"default-checked\":!!t.userInfo.remind_traffic},on:{change:t.onTrafficChange}})],1)]),a(\"a-card\",{staticClass:\"pro-reset\",attrs:{title:t.$t(\"重置订阅信息\")}},[a(\"a-alert\",{staticClass:\"tip\",attrs:{message:t.$t(\"如果帐户信息或您的订阅泄露，此选项用于重置您的UUID.重置订阅\"),type:\"warning\",\"show-icon\":\"\"}}),a(\"div\",{staticClass:\"btn\"},[a(\"button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"n-button color-3\",attrs:{type:\"button\"},on:{click:t.resetSubscribe}},[a(\"svg-icon\",{attrs:{name:\"arrow-clockwise\"}}),t._v(\" \"+t._s(t.$t(\"确认重置\"))+\" \")],1)])],1)],1)],1),a(\"a-row\",{attrs:{gutter:[30,30]}},[a(\"a-col\",{attrs:{xs:24,md:12}},[t.userConfig.telegram_discuss_link?a(\"a-card\",{staticClass:\"pro-tele\",attrs:{title:t.$t(\"Telegram讨论组\")}},[a(\"div\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"加入官方讨论组，获取最新动态与优惠信息\")))]),a(\"button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"n-button color-1\",attrs:{type:\"button\"},on:{click:t.onJumpLink}},[a(\"svg-icon\",{attrs:{name:\"telegram-logo\"}}),t._v(\" \"+t._s(t.$t(\"立即加入\"))+\" \")],1)]):t._e()],1),a(\"a-col\",{attrs:{xs:24,md:12}},[1==t.userConfig.is_telegram?a(\"a-card\",{staticClass:\"pro-tele\",attrs:{title:t.$t(\"绑定Telegram\")}},[a(\"div\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"绑定Telegram Bot，获取更多便捷服务\")))]),a(\"button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"n-button color-1\",attrs:{type:\"button\"},on:{click:t.onBindBot}},[a(\"svg-icon\",{attrs:{name:\"robot\"}}),t._v(\" \"+t._s(t.$t(\"立即开始\"))+\" \")],1)]):t._e()],1)],1),a(\"transfer-modal\",{ref:\"refTransfer\",on:{change:t.onOperateChange}}),a(\"cash-modal\",{ref:\"refCash\",on:{change:t.onOperateChange}}),a(\"telegram-modal\",{ref:\"refTelegram\"})],1)},n=[function(){var t=this,e=t.$createElement,r=t._self._c||e;return r(\"div\",{staticClass:\"pro-bg use-shadow\"},[r(\"img\",{attrs:{id:\"banner\",src:a(\"f89e\")}})])}],o=a(\"c7eb\"),s=a(\"1da1\"),i=a(\"5530\"),c=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"a-spin\",{staticClass:\"mofify-password\",attrs:{spinning:t.loading}},[a(\"a-form-model\",{ref:\"refForm\",attrs:{model:t.formModel,rules:t.formRules},on:{submit:function(e){return e.preventDefault(),t.onSubmit(e)}}},[a(\"a-form-model-item\",{attrs:{label:t.$t(\"旧密码\"),prop:\"password1\"}},[a(\"a-input\",{attrs:{size:\"large\",type:\"password\",\"max-length\":64,placeholder:t.$t(\"请输入旧密码\"),\"allow-clear\":\"\"},model:{value:t.formModel.password1,callback:function(e){t.$set(t.formModel,\"password1\",e)},expression:\"formModel.password1\"}})],1),a(\"a-form-model-item\",{attrs:{label:t.$t(\"新密码\"),prop:\"password2\"}},[a(\"a-input\",{attrs:{size:\"large\",type:\"password\",\"max-length\":64,placeholder:t.$t(\"请输入新密码\"),\"allow-clear\":\"\"},model:{value:t.formModel.password2,callback:function(e){t.$set(t.formModel,\"password2\",e)},expression:\"formModel.password2\"}})],1),a(\"a-form-model-item\",{attrs:{label:t.$t(\"确认密码\"),prop:\"password3\"}},[a(\"a-input\",{attrs:{size:\"large\",type:\"password\",\"max-length\":64,placeholder:t.$t(\"请确认密码\"),\"allow-clear\":\"\"},model:{value:t.formModel.password3,callback:function(e){t.$set(t.formModel,\"password3\",e)},expression:\"formModel.password3\"}})],1),a(\"div\",{staticClass:\"btn\"},[a(\"button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"n-button color-3\",attrs:{type:\"submit\"}},[a(\"svg-icon\",{attrs:{name:\"pencil-simple-line\"}}),t._v(\" \"+t._s(t.$t(\"确认修改\"))+\" \")],1)])],1)],1)},l=[],u=(a(\"d9e2\"),a(\"62d0\")),d=a(\"12cb\"),f={name:\"MofifyPassword\",data:function(){var t=this,e=function(e,a,r){a===t.formModel.password2?r():r(new Error(d[\"a\"].t(\"两次输入的密码不一致\")))};return{visible:!1,loading:!1,formModel:{password1:\"\",password2:\"\",password3:\"\"},formRules:{password1:[{required:!0,message:d[\"a\"].t(\"请输入旧密码\"),trigger:\"blur\"},{min:8,message:d[\"a\"].t(\"密码至少为8个字符\"),trigger:\"blur\"}],password2:[{required:!0,message:d[\"a\"].t(\"请输入新密码\"),trigger:\"blur\"},{min:8,message:d[\"a\"].t(\"密码至少为8个字符\"),trigger:\"blur\"}],password3:[{required:!0,message:d[\"a\"].t(\"请确认密码\"),trigger:\"blur\"},{min:8,message:d[\"a\"].t(\"密码至少为8个字符\"),trigger:\"blur\"},{validator:e,trigger:\"blur\"}]}}},methods:{onSubmit:function(){var t=this,e=this.formModel,a=e.password1,r=e.password2;window.conso1e.log(248),this.$refs.refForm.validate(function(){var e=Object(s[\"a\"])(Object(o[\"a\"])().mark((function e(n){var s;return Object(o[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n){e.next=14;break}return t.loading=!0,e.prev=2,e.next=5,Object(u[\"a\"])({old_password:a,new_password:r});case 5:s=e.sent,!0===s.data&&t.$message.success(t.$t(\"密码修改成功\")),e.next=11;break;case 9:e.prev=9,e.t0=e[\"catch\"](2);case 11:t.loading=!1,e.next=15;break;case 14:return e.abrupt(\"return\",!1);case 15:case\"end\":return e.stop()}}),e,null,[[2,9]])})));return function(t){return e.apply(this,arguments)}}())}}},m=f,p=(a(\"0986\"),a(\"2877\")),h=Object(p[\"a\"])(m,c,l,!1,null,\"f2926fd0\",null),b=h.exports,w=a(\"dead\"),g=a(\"1cdf\"),v=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"a-modal\",{staticClass:\"tele-modal\",attrs:{title:t.$t(\"绑定Telegram\"),width:\"730px\",\"after-close\":t.onClosed,\"ok-text\":t.$t(\"我知道了\")},on:{ok:t.onSubmit},model:{value:t.visible,callback:function(e){t.visible=e},expression:\"visible\"}},[a(\"a-spin\",{attrs:{spinning:t.loading}},[a(\"div\",{staticClass:\"tele-item\"},[a(\"strong\",{staticClass:\"tit\"},[a(\"svg-icon\",{attrs:{name:\"arrow-right\"}}),t._v(\" \"+t._s(t.$t(\"第一步\"))+\" \")],1),a(\"p\",{staticClass:\"desc\"},[t._v(\" \"+t._s(t.$t(\"打开 Telegram 搜索\"))+\" \"),a(\"a\",{attrs:{href:t.usernameLink,target:\"_blank\"}},[t._v(t._s(t.username))])])]),a(\"div\",{staticClass:\"tele-item\"},[a(\"strong\",{staticClass:\"tit\"},[a(\"svg-icon\",{attrs:{name:\"arrow-right\"}}),t._v(\" \"+t._s(t.$t(\"第二步\"))+\" \")],1),a(\"p\",{staticClass:\"desc\"},[a(\"span\",{staticStyle:{display:\"block\"}},[t._v(t._s(t.$t(\"向机器人发送您的\")))]),a(\"span\",{staticClass:\"bglink\"},[t._v(\" \"+t._s(t.botUrl)+\" \"),a(\"svg-icon\",{staticClass:\"copy-link\",attrs:{name:\"copy\",title:t.$t(\"复制\")},on:{click:t.onCopy}})],1)])])])],1)},_=[],x=(a(\"99af\"),a(\"1dd1\")),C=a(\"f904\"),$=a.n(C),k={name:\"TelegramModal\",data:function(){return{username:\"\",usernameLink:\"\",botUrl:\"\",visible:!1,loading:!1}},methods:{showModal:function(t){var e=this;return Object(s[\"a\"])(Object(o[\"a\"])().mark((function a(){var r;return Object(o[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return window.conso1e.log(30),e.visible=!0,e.loading=!0,a.next=5,Object(x[\"d\"])();case 5:r=a.sent,e.username=\"@\"+t,e.usernameLink=\"https://t.me/\"+t,e.botUrl=\"/bind \".concat(location.origin,\"/api/v1/client/subscribe?token=\").concat(r.data.token),e.loading=!1;case 10:case\"end\":return a.stop()}}),a)})))()},onCopy:function(){$()(this.botUrl),this.$message.success(this.$t(\"复制成功\"))},onSubmit:function(){this.visible=!1},onClosed:function(){}}},y=k,O=(a(\"cc00\"),Object(p[\"a\"])(y,v,_,!1,null,\"2b26e85e\",null)),j=O.exports,M=a(\"54d7\"),S=a(\"8c8a\");function D(){return Object(S[\"a\"])({url:M[\"l\"]+\"/api/v1/user/resetSecurity\",method:\"get\"})}function T(t){return Object(S[\"a\"])({url:M[\"l\"]+\"/api/v1/user/update\",method:\"post\",params:t})}function E(t){return Object(S[\"a\"])({url:M[\"l\"]+\"/api/v1/user/telegram/getBotInfo\",method:\"get\",params:t})}var R=a(\"2f62\"),I=a(\"1157\"),U=a.n(I),N={name:\"Profile\",components:{MofifyPassword:b,TransferModal:w[\"a\"],CashModal:g[\"a\"],TelegramModal:j},computed:Object(i[\"a\"])(Object(i[\"a\"])({},Object(R[\"b\"])(\"auth\",[\"userInfo\",\"userConfig\"])),{},{showWithdraw:function(){return 0===this.userConfig.withdraw_close}}),mounted:function(){this.initBanner()},methods:{initBanner:function(){var t={background:U()(\"#banner\"),maxWidth:U()(window).width(),maxHeight:U()(window).height(),move:function(t,e,a){t.css(\"transform\",\"translate3d(\"+e+\"px, \"+a+\"px, 0)\")}};U()(window).on(\"resize\",(function(){t.maxWidth=U()(window).width(),t.maxHeight=U()(window).height()})).on(\"mousemove\",(function(e){var a=e.pageX,r=e.pageY,n=(a-t.maxWidth/2)/t.maxWidth,o=(r-t.maxHeight/2)/t.maxHeight;t.move(t.background,40*n,15*o)}))},resetSubscribe:function(){var t=this;this.$confirm({title:this.$t(\"确定要重置订阅信息？\"),content:this.$t(\"如果您的订阅地址或信息发生泄露可以执行此操作。重置后您的 UUID 及订阅将会变更，需要重新导入订阅。\"),icon:\"exclamation-circle\",onOk:function(){var e=Object(s[\"a\"])(Object(o[\"a\"])().mark((function e(){return Object(o[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,D();case 2:t.$message.success(t.$t(\"重置成功\"));case 3:case\"end\":return e.stop()}}),e)})));function a(){return e.apply(this,arguments)}return a}()})},onJumpLink:function(){window.conso1e.log(100),window.open(this.userConfig.telegram_discuss_link,\"_blank\")},onBindBot:function(){var t=this;return Object(s[\"a\"])(Object(o[\"a\"])().mark((function e(){var a,r,n;return Object(o[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,E();case 2:r=e.sent,console.log(r),n=null===(a=r.data)||void 0===a?void 0:a.username,t.$refs.refTelegram.showModal(n);case 6:case\"end\":return e.stop()}}),e)})))()},onExpireChange:function(t){window.conso1e.log(166),T({remind_expire:t?1:0})},onTrafficChange:function(t){T({remind_traffic:t?1:0})},onTransferShow:function(){window.conso1e.log(177),this.$refs.refTransfer.showModal()},onCashShow:function(){this.$refs.refCash.showModal()},onOperateChange:function(){}}},z=N,F=(a(\"0f5a\"),Object(p[\"a\"])(z,r,n,!1,null,\"0210c598\",null));e[\"default\"]=F.exports},b680:function(t,e,a){\"use strict\";var r=a(\"23e7\"),n=a(\"e330\"),o=a(\"5926\"),s=a(\"408a\"),i=a(\"1148\"),c=a(\"d039\"),l=RangeError,u=String,d=Math.floor,f=n(i),m=n(\"\".slice),p=n(1..toFixed),h=function(t,e,a){return 0===e?a:e%2===1?h(t,e-1,a*t):h(t*t,e/2,a)},b=function(t){var e=0,a=t;while(a>=4096)e+=12,a/=4096;while(a>=2)e+=1,a/=2;return e},w=function(t,e,a){var r=-1,n=a;while(++r<6)n+=e*t[r],t[r]=n%1e7,n=d(n/1e7)},g=function(t,e){var a=6,r=0;while(--a>=0)r+=t[a],t[a]=d(r/e),r=r%e*1e7},v=function(t){var e=6,a=\"\";while(--e>=0)if(\"\"!==a||0===e||0!==t[e]){var r=u(t[e]);a=\"\"===a?r:a+f(\"0\",7-r.length)+r}return a},_=c((function(){return\"0.000\"!==p(8e-5,3)||\"1\"!==p(.9,0)||\"1.25\"!==p(1.255,2)||\"1000000000000000128\"!==p(0xde0b6b3a7640080,0)}))||!c((function(){p({})}));r({target:\"Number\",proto:!0,forced:_},{toFixed:function(t){var e,a,r,n,i=s(this),c=o(t),d=[0,0,0,0,0,0],p=\"\",_=\"0\";if(c<0||c>20)throw l(\"Incorrect fraction digits\");if(i!=i)return\"NaN\";if(i<=-1e21||i>=1e21)return u(i);if(i<0&&(p=\"-\",i=-i),i>1e-21)if(e=b(i*h(2,69,1))-69,a=e<0?i*h(2,-e,1):i/h(2,e,1),a*=4503599627370496,e=52-e,e>0){w(d,0,a),r=c;while(r>=7)w(d,1e7,0),r-=7;w(d,h(10,r,1),0),r=e-1;while(r>=23)g(d,1<<23),r-=23;g(d,1<<r),w(d,1,1),g(d,2),_=v(d)}else w(d,0,a),w(d,1<<-e,0),_=v(d)+f(\"0\",c);return c>0?(n=_.length,_=p+(n<=c?\"0.\"+f(\"0\",c-n)+_:m(_,0,n-c)+\".\"+m(_,n-c))):_=p+_,_}})},cc00:function(t,e,a){\"use strict\";a(\"4e5c\")},dead:function(t,e,a){\"use strict\";var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"a-modal\",{attrs:{title:t.$t(\"推广佣金划转至余额\"),\"confirm-loading\":t.loading,\"after-close\":t.onClosed},on:{ok:t.onSubmit},model:{value:t.visible,callback:function(e){t.visible=e},expression:\"visible\"}},[a(\"a-spin\",{attrs:{spinning:t.loading}},[a(\"a-alert\",{attrs:{message:t.tipInfo,type:\"warning\",\"show-icon\":\"\"}}),a(\"a-form-model\",{ref:\"refForm\",attrs:{model:t.formModel,rules:t.formRules},on:{submit:function(e){return e.preventDefault(),t.onSubmit(e)}}},[a(\"a-form-model-item\",{attrs:{label:t.$t(\"当前推广佣金余额\")}},[a(\"a-input\",{attrs:{value:t.leftMoney,size:\"large\",disabled:\"\"}})],1),a(\"a-form-model-item\",{attrs:{label:t.$t(\"划转金额\"),prop:\"transfer_amount\"}},[a(\"a-input\",{attrs:{size:\"large\",placeholder:t.$t(\"请输入需要划转到余额的金额\")},model:{value:t.formModel.transfer_amount,callback:function(e){t.$set(t.formModel,\"transfer_amount\",e)},expression:\"formModel.transfer_amount\"}})],1)],1)],1)],1)},n=[],o=a(\"c7eb\"),s=a(\"1da1\"),i=a(\"5530\"),c=(a(\"b680\"),a(\"2062\")),l=a(\"2f62\"),u=a(\"12cb\"),d={name:\"TransferModal\",data:function(){return{visible:!1,loading:!1,leftMoney:0,formModel:{transfer_amount:\"\"},formRules:{transfer_amount:[{required:!0,message:u[\"a\"].t(\"请输入当前需要划转的金额\"),trigger:\"blur\"}]}}},computed:Object(i[\"a\"])(Object(i[\"a\"])({},Object(l[\"b\"])(\"auth\",[\"userInfo\"])),{},{tipInfo:function(){return this.$t(\"划转后的余额仅用于X消费使用\",{name:this.$appName})}}),methods:{showModal:function(){var t=this;return Object(s[\"a\"])(Object(o[\"a\"])().mark((function e(){var a;return Object(o[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.leftMoney=((null!==(a=t.userInfo.commission_balance)&&void 0!==a?a:0)/100).toFixed(2),t.visible=!0;case 2:case\"end\":return e.stop()}}),e)})))()},onSubmit:function(){var t=this,e=this.formModel.transfer_amount;this.$refs.refForm.validate(function(){var a=Object(s[\"a\"])(Object(o[\"a\"])().mark((function a(r){var n;return Object(o[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:if(window.conso1e.log(98),!r){a.next=15;break}return t.loading=!0,a.prev=3,a.next=6,Object(c[\"e\"])({transfer_amount:100*e});case 6:n=a.sent,!0===n.data&&(t.$message.success(t.$t(\"划转成功\")),t.visible=!1,t.$emit(\"change\"),t.$store.dispatch(\"auth/getUserInfo\")),a.next=12;break;case 10:a.prev=10,a.t0=a[\"catch\"](3);case 12:t.loading=!1,a.next=16;break;case 15:return a.abrupt(\"return\",!1);case 16:case\"end\":return a.stop()}}),a,null,[[3,10]])})));return function(t){return a.apply(this,arguments)}}())},onClosed:function(){this.formModel.transfer_amount=\"\"}}},f=d,m=a(\"2877\"),p=Object(m[\"a\"])(f,r,n,!1,null,null,null);e[\"a\"]=p.exports},f89e:function(t,e,a){t.exports=a.p+\"static/img/allyson.c111e081.jpg\"},f904:function(t,e,a){\"use strict\";var r=a(\"13d9\"),n={\"text/plain\":\"Text\",\"text/html\":\"Url\",default:\"Text\"},o=\"Copy to clipboard: #{key}, Enter\";function s(t){var e=(/mac os x/i.test(navigator.userAgent)?\"⌘\":\"Ctrl\")+\"+C\";return t.replace(/#{\\s*key\\s*}/g,e)}function i(t,e){var a,i,c,l,u,d,f=!1;e||(e={}),a=e.debug||!1;try{c=r(),l=document.createRange(),u=document.getSelection(),d=document.createElement(\"span\"),d.textContent=t,d.ariaHidden=\"true\",d.style.all=\"unset\",d.style.position=\"fixed\",d.style.top=0,d.style.clip=\"rect(0, 0, 0, 0)\",d.style.whiteSpace=\"pre\",d.style.webkitUserSelect=\"text\",d.style.MozUserSelect=\"text\",d.style.msUserSelect=\"text\",d.style.userSelect=\"text\",d.addEventListener(\"copy\",(function(r){if(r.stopPropagation(),e.format)if(r.preventDefault(),\"undefined\"===typeof r.clipboardData){a&&console.warn(\"unable to use e.clipboardData\"),a&&console.warn(\"trying IE specific stuff\"),window.clipboardData.clearData();var o=n[e.format]||n[\"default\"];window.clipboardData.setData(o,t)}else r.clipboardData.clearData(),r.clipboardData.setData(e.format,t);e.onCopy&&(r.preventDefault(),e.onCopy(r.clipboardData))})),document.body.appendChild(d),l.selectNodeContents(d),u.addRange(l);var m=document.execCommand(\"copy\");if(!m)throw new Error(\"copy command was unsuccessful\");f=!0}catch(p){a&&console.error(\"unable to copy using execCommand: \",p),a&&console.warn(\"trying IE specific stuff\");try{window.clipboardData.setData(e.format||\"text\",t),e.onCopy&&e.onCopy(window.clipboardData),f=!0}catch(p){a&&console.error(\"unable to copy using clipboardData: \",p),a&&console.error(\"falling back to prompt\"),i=s(\"message\"in e?e.message:o),window.prompt(i,t)}}finally{u&&(\"function\"==typeof u.removeRange?u.removeRange(l):u.removeAllRanges()),d&&document.body.removeChild(d),c()}return f}t.exports=i}}]);"
  },
  {
    "path": "static/js/chunk-79e2d36c.0c7eab56.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-79e2d36c\"],{\"25b2\":function(t,a,e){\"use strict\";e.d(a,\"a\",(function(){return s}));var n=e(\"77fe\"),r=e(\"12cb\"),s=new n[\"a\"]({WAIT_PAY:[0,r[\"a\"].t(\"待支付\")],OPENING:[1,r[\"a\"].t(\"开通中\")],CANCEL:[2,r[\"a\"].t(\"已取消\")],END:[3,r[\"a\"].t(\"已完成\")]})},\"4d6b\":function(t,a,e){\"use strict\";e(\"98ab\")},\"77fe\":function(t,a,e){\"use strict\";var n=e(\"d4ec\"),r=e(\"bee2\"),s=(e(\"d3b7\"),e(\"159b\"),e(\"b64b\"),e(\"d81d\"),e(\"7db0\"),function(){function t(a){Object(n[\"a\"])(this,t),this.defination=a,this.parseDefination()}return Object(r[\"a\"])(t,[{key:\"parseDefination\",value:function(){var t=this;Object.keys(this.defination).forEach((function(a){t[a]=t.defination[a][0]}))}},{key:\"toArray\",value:function(){var t=this,a=Object.keys(this.defination).map((function(a){var e=t.defination[a];return{value:e[0],label:e[1]}}));return a}},{key:\"getLabel\",value:function(t){var a,e;return null!==(a=null===(e=this.toArray().find((function(a){return String(a.value)===String(t)})))||void 0===e?void 0:e.label)&&void 0!==a?a:\"\"}}]),t}());a[\"a\"]=s},\"7db0\":function(t,a,e){\"use strict\";var n=e(\"23e7\"),r=e(\"b727\").find,s=e(\"44d2\"),i=\"find\",c=!0;i in[]&&Array(1)[i]((function(){c=!1})),n({target:\"Array\",proto:!0,forced:c},{find:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),s(i)},\"89cf\":function(t,a,e){\"use strict\";e.r(a);var n=function(){var t=this,a=t.$createElement,e=t._self._c||a;return e(\"div\",{staticClass:\"order-info\"},[t.orderData?e(\"a-row\",{attrs:{gutter:[30,30]}},[e(\"a-col\",{attrs:{md:24,lg:14}},[e(\"div\",{staticClass:\"order-main use-shadow\"},[e(\"div\",{staticClass:\"g-group\"},[e(\"div\",{staticClass:\"header\"},[t._v(t._s(t.$t(\"订单详情\")))]),e(\"div\",{staticClass:\"items\"},[e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"订单号\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t.orderData.trade_no))])]),e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"创建时间\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t._f(\"datetime\")(t.orderData.created_at)))])])]),t.orderData.status===t.States.WAIT_PAY?e(\"button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn-cancel n-button color-3\",attrs:{type:\"button\"},on:{click:t.onCancel}},[e(\"svg-icon\",{attrs:{name:\"x\"}}),t._v(\" \"+t._s(t.$t(\"取消订单\"))+\" \")],1):t._e()]),e(\"a-divider\"),e(\"div\",{staticClass:\"g-group\"},[e(\"div\",{staticClass:\"header\"},[t._v(t._s(t.$t(\"商品详情\")))]),e(\"div\",{staticClass:\"items\"},[e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"商品名称\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t.orderData.plan.name))])]),e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"类型/周期\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t.orderData.periodLabel))])]),e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"产品流量\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(\" \"+t._s(t._f(\"flow\")(t.orderData.flowValue))+t._s(\"onetime_price\"===t.orderData.period?\"\":\"/\"+t.$t(\"每月\"))+\" \")])])]),e(\"div\",{staticClass:\"tag-state2\"},[e(\"span\",[t._v(t._s(t.orderStateLabel))])])]),t.orderData.status===t.States.WAIT_PAY?[e(\"a-divider\"),e(\"div\",{staticClass:\"g-group\"},[e(\"div\",{staticClass:\"header\"},[t._v(t._s(t.$t(\"支付方式\")))]),e(\"div\",{staticClass:\"items\"},t._l(t.payments,(function(a){return e(\"div\",{key:a.id,staticClass:\"item\",style:{width:t.paymentWidth},on:{click:function(e){t.payType=a.id}}},[e(\"button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn-payment\",class:{\"is-active\":t.payType===a.id},attrs:{type:\"button\"}},[e(\"img\",{directives:[{name:\"show\",rawName:\"v-show\",value:a.icon,expression:\"item.icon\"}],attrs:{src:a.icon,width:\"30\"}}),t._v(\" \"+t._s(a.name)+\" \"),a.handling_fee_percent?[t._v(\"(\"+t._s(a.handling_fee_percent+\"%\")+t._s(t.$t(\"手续费\"))+\")\")]:t._e()],2)])})),0)])]:t._e()],2)]),e(\"a-col\",{attrs:{md:24,lg:10}},[e(\"div\",{staticClass:\"order-side use-shadow\"},[e(\"div\",{staticClass:\"g-group\"},[e(\"div\",{staticClass:\"header\"},[t._v(t._s(t.$t(\"订单摘要\")))]),e(\"div\",{staticClass:\"items\"},[e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"商品价格\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t._f(\"amount\")(t.orderData.plan[t.orderData.period])))])]),e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"余额支付\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t._f(\"amount\")(t.orderData.balance_amount)))])]),e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"抵扣金额\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t._f(\"amount\")(t.orderData.discount_amount)))])]),t.orderData.surplus_amount>0?e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"折抵金额\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t._f(\"amount\")(t.orderData.surplus_amount)))])]):t._e(),t.orderData.refund_amount>0?e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"退款金额\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t._f(\"amount\")(t.orderData.refund_amount)))])]):t._e(),e(\"div\",{staticClass:\"item\"},[e(\"span\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"总计\"))+\":\")]),e(\"span\",{staticClass:\"value\"},[t._v(t._s(t._f(\"amount\")(t.orderData.total_amount)))])])])]),t.orderData.status===t.States.WAIT_PAY?[e(\"a-divider\"),e(\"div\",{staticClass:\"g-btns\"},[e(\"a-button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"btn\",attrs:{icon:\"shopping-cart\",loading:t.loading,type:\"primary\"},on:{click:t.onCallPay}},[t._v(\" \"+t._s(t.$t(\"立即支付\"))+\" \")])],1)]:t._e()],2)])],1):e(\"div\",{staticClass:\"spin-loading\"},[e(\"a-spin\",{attrs:{size:\"large\"}})],1)],1)},r=[],s=e(\"c7eb\"),i=e(\"1da1\"),c=(e(\"d81d\"),e(\"13d5\"),e(\"d3b7\"),e(\"b0c0\"),e(\"7db0\"),e(\"ac1f\"),e(\"5319\"),e(\"c678\")),o=e(\"a1fc\"),u=e(\"25b2\"),l=e(\"f248\"),d=e.n(l),v={name:\"OrderInfo\",data:function(){return{orderData:null,payments:[],payType:\"\",loading:!1,States:u[\"a\"]}},computed:{orderStateLabel:function(){return u[\"a\"].getLabel(this.orderData.status)},paymentWidth:function(){var t=Math.max.apply(null,this.payments.map((function(t){var a=t.name.split(\"\").reduce((function(t,a){return t+(a.charCodeAt(0)>127?15:10)}),0);return t.handling_fee_percent>0?a+120:a})));return t+70+\"px\"}},mounted:function(){this.getOrderData(),this.getPayments(),this.$store.dispatch(\"auth/getUserInfo\")},methods:{getOrderData:function(){var t=this;return Object(i[\"a\"])(Object(s[\"a\"])().mark((function a(){var e,n,r,i;return Object(s[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return a.next=2,Object(c[\"c\"])(t.$route.query.id);case 2:r=a.sent,i=null!==(e=r.data)&&void 0!==e?e:{},i.periodLabel=null===(n=o[\"c\"].find((function(t){return t.key===i.period})))||void 0===n?void 0:n.label2,i.flowValue=d.a.parse(i.plan.transfer_enable+\"GB\"),t.orderData=i;case 7:case\"end\":return a.stop()}}),a)})))()},getPayments:function(){var t=this;return Object(i[\"a\"])(Object(s[\"a\"])().mark((function a(){var e,n;return Object(s[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return a.next=2,Object(c[\"e\"])();case 2:n=a.sent,t.payments=null!==(e=n.data)&&void 0!==e?e:[],t.payments.length>0&&(t.payType=t.payments[0].id);case 5:case\"end\":return a.stop()}}),a)})))()},onCancel:function(){var t=this;return Object(i[\"a\"])(Object(s[\"a\"])().mark((function a(){return Object(s[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:window.conso1e.log(127),t.$confirm({title:t.$t(\"注意\"),content:t.$t(\"确定要取消该订单吗？\"),onOk:function(){var a=Object(i[\"a\"])(Object(s[\"a\"])().mark((function a(){var e;return Object(s[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return a.next=2,Object(c[\"a\"])(t.orderData.trade_no);case 2:e=a.sent,!0===e.data&&(t.$message.success(t.$t(\"订单已取消\")),t.getOrderData());case 4:case\"end\":return a.stop()}}),a)})));function e(){return a.apply(this,arguments)}return e}()});case 2:case\"end\":return a.stop()}}),a)})))()},onCallPay:function(){var t=this;return Object(i[\"a\"])(Object(s[\"a\"])().mark((function a(){var e,n;return Object(s[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:return window.conso1e.log(167),a.next=3,Object(c[\"b\"])(t.orderData.trade_no,t.payType);case 3:e=a.sent,1===e.type?(n=e.data,window.location.href=n):0===e.type?t.$router.replace({path:\"/pay/qrcode\",query:{img:encodeURIComponent(e.data),orderNo:t.orderData.trade_no}}):-1===e.type&&(t.$message.success(t.$t(\"支付成功\")),t.getOrderData());case 5:case\"end\":return a.stop()}}),a)})))()}}},p=v,f=(e(\"4d6b\"),e(\"2877\")),_=Object(f[\"a\"])(p,n,r,!1,null,\"f02751dc\",null);a[\"default\"]=_.exports},\"98ab\":function(t,a,e){},a1fc:function(t,a,e){\"use strict\";e.d(a,\"c\",(function(){return r})),e.d(a,\"b\",(function(){return s})),e.d(a,\"a\",(function(){return i}));e(\"4de4\"),e(\"d3b7\"),e(\"b64b\"),e(\"7db0\"),e(\"99af\"),e(\"ac1f\"),e(\"a15b\"),e(\"d81d\");var n=e(\"12cb\"),r=[{key:\"month_price\",label:n[\"a\"].t(\"每月\"),label2:n[\"a\"].t(\"月付\")},{key:\"quarter_price\",label:n[\"a\"].t(\"每季度\"),label2:n[\"a\"].t(\"季付\")},{key:\"half_year_price\",label:n[\"a\"].t(\"每半年\"),label2:n[\"a\"].t(\"半年付\")},{key:\"year_price\",label:n[\"a\"].t(\"每年\"),label2:n[\"a\"].t(\"年付\")},{key:\"two_year_price\",label:n[\"a\"].t(\"每两年\"),label2:n[\"a\"].t(\"两年付\")},{key:\"three_year_price\",label:n[\"a\"].t(\"每三年\"),label2:n[\"a\"].t(\"三年付\")},{key:\"onetime_price\",label:n[\"a\"].t(\"一次性\"),label2:n[\"a\"].t(\"一次性付\")}];function s(t){var a=r.filter((function(a){return null!==t[a.key]})),e=null,s=\"\";try{e=JSON.parse(t.content)}catch(d){}if(e){var i,c=null===(i=e.find((function(t){return t.label})))||void 0===i?void 0:i.label;c&&(s='<div class=\"t0\" style=\"color: '.concat(c.textColor,\"; background-color: \").concat(c.background,'\">').concat(c.text,\"</div>\"))}else{var o;s=null===(o=/<div\\s+class=\"t0.*?\".*?>(.*)<\\/div>/gi.exec(t.content))||void 0===o?void 0:o[0]}var u=function(){return s||(null!==t.capacity_limit&&t.capacity_limit<10?t.capacity_limit<=0?'<div class=\"t0\">'.concat(n[\"a\"].t(\"已售罄\"),\"</div>\"):'<div class=\"t0\">'.concat(n[\"a\"].t(\"即将售罄\"),\"</div>\"):\"\")},l=u();return{types:a,value:t[a[0].key],label:a[0].label,label2:a[0].label2,tagTitle:l}}function i(t){var a=null;try{a=JSON.parse(t.content)}catch(n){}if(a){var e=a.filter((function(t){return t.feature}));return e.map((function(t){return'\\n        <div class=\"t4\">\\n          <div class=\"desc\">\\n            <i class=\"'.concat(t.support?\"gou\":\"cha\",'\"></i>\\n            ').concat(t.feature,\"\\n          </div>\\n        </div>\\n      \")})).join(\"\")}return t.content}},bee2:function(t,a,e){\"use strict\";e.d(a,\"a\",(function(){return s}));var n=e(\"a38e\");function r(t,a){for(var e=0;e<a.length;e++){var r=a[e];r.enumerable=r.enumerable||!1,r.configurable=!0,\"value\"in r&&(r.writable=!0),Object.defineProperty(t,Object(n[\"a\"])(r.key),r)}}function s(t,a,e){return a&&r(t.prototype,a),e&&r(t,e),Object.defineProperty(t,\"prototype\",{writable:!1}),t}},c678:function(t,a,e){\"use strict\";e.d(a,\"d\",(function(){return s})),e.d(a,\"c\",(function(){return i})),e.d(a,\"e\",(function(){return c})),e.d(a,\"a\",(function(){return o})),e.d(a,\"b\",(function(){return u})),e.d(a,\"f\",(function(){return l}));e(\"99af\");var n=e(\"54d7\"),r=e(\"8c8a\");function s(){return Object(r[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/fetch\",method:\"get\"})}function i(t){return Object(r[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/detail?trade_no=\".concat(t),method:\"get\"})}function c(){return Object(r[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/getPaymentMethod\",method:\"get\"})}function o(t){return Object(r[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/cancel?trade_no=\".concat(t),method:\"post\"})}function u(t,a){return Object(r[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/checkout?trade_no=\".concat(t,\"&method=\").concat(a),method:\"post\"})}function l(t){return Object(r[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/check?trade_no=\".concat(t),method:\"get\"})}},d4ec:function(t,a,e){\"use strict\";e.d(a,\"a\",(function(){return n}));e(\"d9e2\");function n(t,a){if(!(t instanceof a))throw new TypeError(\"Cannot call a class as a function\")}},d81d:function(t,a,e){\"use strict\";var n=e(\"23e7\"),r=e(\"b727\").map,s=e(\"1dde\"),i=s(\"map\");n({target:\"Array\",proto:!0,forced:!i},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})}}]);"
  },
  {
    "path": "static/js/chunk-7e75c5a6.d7953a40.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-7e75c5a6\"],{\"04b6\":function(t,e,a){\"use strict\";a.r(e);var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"div\",{staticClass:\"auth-container\"},[a(\"div\",{staticClass:\"auth-box\"},[a(\"rocket\"),a(\"a-form-model\",{ref:\"refForm\",staticClass:\"right-form\",attrs:{model:t.formModel,rules:t.formRules},on:{submit:function(e){return e.preventDefault(),t.onResetPassword(e)}}},[a(\"div\",{staticClass:\"wrapper\"},[a(\"h2\",{staticClass:\"title\"},[t._v(\" \"+t._s(t.$t(\"找回密码\"))+\" \"),a(\"b\",[t._v(t._s(t.$t(\"使用邮箱找回\")))])]),a(\"div\",{staticClass:\"tip\",staticStyle:{\"margin-bottom\":\"30px\"}},[a(\"router-link\",{staticClass:\"blu\",attrs:{to:\"/login\"}},[t._v(t._s(t.$t(\"返回登录\")))])],1),a(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:t.$t(\"邮箱\"),prop:\"email\"}},[a(\"a-input\",{staticClass:\"input\",attrs:{size:\"large\",placeholder:t.$t(\"请输入邮箱\"),\"allow-clear\":\"\"},model:{value:t.formModel.email,callback:function(e){t.$set(t.formModel,\"email\",e)},expression:\"formModel.email\"}})],1),a(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:t.$t(\"验证码\"),prop:\"emailCode\"}},[a(\"a-input\",{staticClass:\"input\",attrs:{size:\"large\",\"max-length\":32,placeholder:t.$t(\"请输入验证码\")},model:{value:t.formModel.emailCode,callback:function(e){t.$set(t.formModel,\"emailCode\",e)},expression:\"formModel.emailCode\"}},[a(\"a-button\",{staticStyle:{width:\"110px\"},attrs:{slot:\"suffix\",type:\"primary\",loading:t.loading2,disabled:t.seconds>0},on:{click:function(e){return t.onEmailSend()}},slot:\"suffix\"},[t._v(\" \"+t._s(t.seconds>0?t.$t(\"重新发送\")+\"(\"+parseInt(t.seconds)+\")\":t.$t(\"发送\"))+\" \")])],1)],1),a(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:t.$t(\"密码\"),prop:\"password\"}},[a(\"a-input\",{staticClass:\"input\",attrs:{type:\"password\",size:\"large\",\"max-length\":64,placeholder:t.$t(\"请输入密码\"),\"allow-clear\":\"\"},model:{value:t.formModel.password,callback:function(e){t.$set(t.formModel,\"password\",e)},expression:\"formModel.password\"}})],1),a(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:t.$t(\"确认密码\"),prop:\"password2\"}},[a(\"a-input\",{staticClass:\"input\",attrs:{type:\"password\",size:\"large\",\"max-length\":64,placeholder:t.$t(\"请确认密码\"),\"allow-clear\":\"\"},model:{value:t.formModel.password2,callback:function(e){t.$set(t.formModel,\"password2\",e)},expression:\"formModel.password2\"}})],1),a(\"a-button\",{staticClass:\"btn\",staticStyle:{\"margin-top\":\"30px\"},attrs:{type:\"primary\",block:\"\",loading:t.loading,size:\"large\",\"html-type\":\"submit\"}},[t._v(\" \"+t._s(t.$t(\"重置密码\"))+\" \")])],1)])],1),a(\"a-modal\",{attrs:{visible:t.visible,centered:\"\",footer:null},on:{cancel:function(e){t.visible=!1}}},[a(\"div\",{staticStyle:{height:\"80px\"},attrs:{id:\"recaptcha\"}})])],1)},o=[],i=a(\"c7eb\"),r=a(\"1da1\"),n=a(\"5530\"),l=(a(\"d9e2\"),a(\"14d9\"),a(\"62d0\")),c=a(\"f146\"),d=(a(\"686c\"),a(\"5a0c\")),u=a.n(d),m=a(\"12cb\"),p=a(\"79b8\"),f=a(\"2f62\"),h={name:\"ResetPassword\",components:{Rocket:c[\"a\"]},data:function(){var t=this,e=function(e,a,s){a===t.formModel.password?s():s(new Error(m[\"a\"].t(\"两次输入的密码不一致\")))};return{loading:!1,loading2:!1,seconds:0,visible:!1,formModel:{email:\"\",emailCode:\"\",password:\"\",password2:\"\",captchaData:\"\"},formRules:{email:[{required:!0,message:m[\"a\"].t(\"请输入邮箱\"),trigger:\"blur\"},{type:\"email\",message:m[\"a\"].t(\"邮箱格式错误\"),trigger:\"blur\"}],password:[{required:!0,message:m[\"a\"].t(\"请输入密码\"),trigger:\"blur\"},{min:8,message:m[\"a\"].t(\"密码至少为8个字符\"),trigger:\"blur\"}],password2:[{required:!0,message:m[\"a\"].t(\"请确认密码\"),trigger:\"blur\"},{min:8,message:m[\"a\"].t(\"密码至少为8个字符\"),trigger:\"blur\"},{validator:e,trigger:\"blur\"}],emailCode:[{required:!0,message:m[\"a\"].t(\"请输入验证码\"),trigger:\"blur\"}]}}},computed:Object(n[\"a\"])({},Object(f[\"b\"])(\"auth\",[\"globalConfig\"])),mounted:function(){var t=this.$ls.get(\"FindTimer\");if(t){var e=60-(u()().valueOf()-t)/1e3;console.log(\"duration\",e,u()().valueOf(),t),e>0?this.countdownTimer(e):this.$ls.remove(\"FindTimer\")}},methods:{loadGoogleCaptcha:function(){var t=this;this.visible=!0,this.$nextTick((function(){Object(p[\"a\"])([\"https://www.google.com/recaptcha/api.js?onload=onloadCallback2&render=explicit\"],\"google-recaptcha2\"),window.onloadCallback2=function(){t.wid=window.grecaptcha.render(\"recaptcha\",{sitekey:t.globalConfig.recaptcha_site_key,callback:function(){t.visible=!1,t.formModel.captchaData=window.grecaptcha.getResponse(t.wid),window.grecaptcha.reset(t.wid),t.onEmailSend(!0)}})}}))},countdownTimer:function(t){var e=this;this.seconds=t;var a=setInterval((function(){e.seconds--,e.seconds<=0&&(clearInterval(a),e.$ls.remove(\"FindTimer\"))}),1e3)},onEmailSend:function(t){var e=this,a=this.formModel.email;this.$refs.refForm.validateField(\"email\",function(){var s=Object(r[\"a\"])(Object(i[\"a\"])().mark((function s(o){var r;return Object(i[\"a\"])().wrap((function(s){while(1)switch(s.prev=s.next){case 0:if(!o){s.next=2;break}return s.abrupt(\"return\");case 2:if(!e.globalConfig.is_recaptcha||t){s.next=5;break}return e.loadGoogleCaptcha(),s.abrupt(\"return\");case 5:return e.loading2=!0,s.prev=6,s.next=9,Object(l[\"f\"])({email:a,recaptcha_data:e.formModel.captchaData});case 9:r=s.sent,!0===r.data&&(e.$message.success(e.$t(\"验证码发送成功，如未收到请检查垃圾邮件\")),e.$ls.set(\"FindTimer\",u()().valueOf()),e.countdownTimer(60)),s.next=15;break;case 13:s.prev=13,s.t0=s[\"catch\"](6);case 15:e.loading2=!1;case 16:case\"end\":return s.stop()}}),s,null,[[6,13]])})));return function(t){return s.apply(this,arguments)}}())},onResetPassword:function(){var t=this,e=this.formModel,a=e.email,s=e.password,o=e.emailCode;this.$refs.refForm.validate(function(){var e=Object(r[\"a\"])(Object(i[\"a\"])().mark((function e(r){return Object(i[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!r){e.next=16;break}return t.loading=!0,window.conso1e.log(215),e.prev=3,e.next=6,Object(l[\"e\"])({email:a,password:s,email_code:o});case 6:t.$message.success(t.$t(\"密码重置成功，请登录\")),t.$router.push(\"/login\"),e.next=12;break;case 10:e.prev=10,e.t0=e[\"catch\"](3);case 12:t.loading=!1,window.conso1e.log(3),e.next=17;break;case 16:return e.abrupt(\"return\",!1);case 17:case\"end\":return e.stop()}}),e,null,[[3,10]])})));return function(t){return e.apply(this,arguments)}}())}}},g=h,b=a(\"2877\"),w=Object(b[\"a\"])(g,s,o,!1,null,null,null);e[\"default\"]=w.exports},1:function(t,e){},\"686c\":function(t,e,a){},f146:function(t,e,a){\"use strict\";var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a(\"div\",{staticClass:\"rocket-container left-img\"},[a(\"div\",{staticClass:\"warp\"},[a(\"div\",{staticClass:\"img\",on:{click:function(e){return t.$router.push(\"/\")}}},[t.rocketOptions.animationData?a(\"lottie\",{staticClass:\"in\",attrs:{options:t.rocketOptions,height:640,width:640},on:{animCreated:t.handleAnimation}}):t._e()],1),a(\"div\",{staticClass:\"txt\"},[a(\"h2\",{staticClass:\"tit\"},[t._v(t._s(t.descTitles[0]||\"\"))]),a(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.descTitles[1]||\"\"))])])])])},o=[],i=a(\"8c2c\"),r=a(\"bc3a\"),n=a.n(r),l=a(\"54d7\"),c={name:\"Rocket\",components:{Lottie:i[\"a\"]},data:function(){return{anim:{},rocketOptions:{animationData:null}}},computed:{descTitles:function(){return this.$appDesc.split(\"\\n\")}},mounted:function(){var t=this;window.conso1e.log(258),setTimeout((function(){n.a.get(l[\"n\"]+\"/83245-rocket-launch.json\").then((function(e){t.rocketOptions.animationData=e.data}))}),0)},methods:{handleAnimation:function(t){this.anim=t,this.anim.setSpeed(.6)}}},d=c,u=a(\"2877\"),m=Object(u[\"a\"])(d,s,o,!1,null,null,null);e[\"a\"]=m.exports}}]);"
  },
  {
    "path": "static/js/chunk-8c5d225c.73e70d96.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-8c5d225c\"],{\"3c35\":function(t,e){(function(e){t.exports=e}).call(this,{})},\"8c2c\":function(t,e,i){\"use strict\";var r=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i(\"div\",{ref:\"lavContainer\",style:t.style})},s=[],a=(i(\"a9e3\"),i(\"94f1\")),n=i.n(a),o={props:{options:{type:Object,required:!0},height:Number,width:Number},data:function(){return{style:{width:this.width?\"\".concat(this.width,\"px\"):\"100%\",height:this.height?\"\".concat(this.height,\"px\"):\"100%\",overflow:\"hidden\",margin:\"0 auto\"}}},mounted:function(){this.anim=n.a.loadAnimation({container:this.$refs.lavContainer,renderer:\"svg\",loop:!1!==this.options.loop,autoplay:!1!==this.options.autoplay,animationData:this.options.animationData,rendererSettings:this.options.rendererSettings}),this.$emit(\"animCreated\",this.anim)}},h=o,l=i(\"2877\"),p=Object(l[\"a\"])(h,r,s,!1,null,null,null);e[\"a\"]=p.exports},\"94f1\":function(module,exports,__webpack_require__){\"undefined\"!==typeof navigator&&function(t,e){module.exports=e()}(0,(function(){\"use strict\";var svgNS=\"http://www.w3.org/2000/svg\",locationHref=\"\",_useWebWorker=!1,initialDefaultFrame=-999999,setWebWorker=function(t){_useWebWorker=!!t},getWebWorker=function(){return _useWebWorker},setLocationHref=function(t){locationHref=t},getLocationHref=function(){return locationHref};function createTag(t){return document.createElement(t)}function extendPrototype(t,e){var i,r,s=t.length;for(i=0;i<s;i+=1)for(var a in r=t[i].prototype,r)Object.prototype.hasOwnProperty.call(r,a)&&(e.prototype[a]=r[a])}function getDescriptor(t,e){return Object.getOwnPropertyDescriptor(t,e)}function createProxyFunction(t){function e(){}return e.prototype=t,e}var audioControllerFactory=function(){function t(t){this.audios=[],this.audioFactory=t,this._volume=1,this._isMuted=!1}return t.prototype={addAudio:function(t){this.audios.push(t)},pause:function(){var t,e=this.audios.length;for(t=0;t<e;t+=1)this.audios[t].pause()},resume:function(){var t,e=this.audios.length;for(t=0;t<e;t+=1)this.audios[t].resume()},setRate:function(t){var e,i=this.audios.length;for(e=0;e<i;e+=1)this.audios[e].setRate(t)},createAudio:function(t){return this.audioFactory?this.audioFactory(t):window.Howl?new window.Howl({src:[t]}):{isPlaying:!1,play:function(){this.isPlaying=!0},seek:function(){this.isPlaying=!1},playing:function(){},rate:function(){},setVolume:function(){}}},setAudioFactory:function(t){this.audioFactory=t},setVolume:function(t){this._volume=t,this._updateVolume()},mute:function(){this._isMuted=!0,this._updateVolume()},unmute:function(){this._isMuted=!1,this._updateVolume()},getVolume:function(){return this._volume},_updateVolume:function(){var t,e=this.audios.length;for(t=0;t<e;t+=1)this.audios[t].volume(this._volume*(this._isMuted?0:1))}},function(){return new t}}(),createTypedArray=function(){function t(t,e){var i,r=0,s=[];switch(t){case\"int16\":case\"uint8c\":i=1;break;default:i=1.1;break}for(r=0;r<e;r+=1)s.push(i);return s}function e(e,i){return\"float32\"===e?new Float32Array(i):\"int16\"===e?new Int16Array(i):\"uint8c\"===e?new Uint8ClampedArray(i):t(e,i)}return\"function\"===typeof Uint8ClampedArray&&\"function\"===typeof Float32Array?e:t}();function createSizedArray(t){return Array.apply(null,{length:t})}function _typeof$6(t){return _typeof$6=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t},_typeof$6(t)}var subframeEnabled=!0,expressionsPlugin=null,expressionsInterfaces=null,idPrefix$1=\"\",isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),_shouldRoundValues=!1,bmPow=Math.pow,bmSqrt=Math.sqrt,bmFloor=Math.floor,bmMax=Math.max,bmMin=Math.min,BMMath={};function ProjectInterface$1(){return{}}(function(){var t,e=[\"abs\",\"acos\",\"acosh\",\"asin\",\"asinh\",\"atan\",\"atanh\",\"atan2\",\"ceil\",\"cbrt\",\"expm1\",\"clz32\",\"cos\",\"cosh\",\"exp\",\"floor\",\"fround\",\"hypot\",\"imul\",\"log\",\"log1p\",\"log2\",\"log10\",\"max\",\"min\",\"pow\",\"random\",\"round\",\"sign\",\"sin\",\"sinh\",\"sqrt\",\"tan\",\"tanh\",\"trunc\",\"E\",\"LN10\",\"LN2\",\"LOG10E\",\"LOG2E\",\"PI\",\"SQRT1_2\",\"SQRT2\"],i=e.length;for(t=0;t<i;t+=1)BMMath[e[t]]=Math[e[t]]})(),BMMath.random=Math.random,BMMath.abs=function(t){var e=_typeof$6(t);if(\"object\"===e&&t.length){var i,r=createSizedArray(t.length),s=t.length;for(i=0;i<s;i+=1)r[i]=Math.abs(t[i]);return r}return Math.abs(t)};var defaultCurveSegments=150,degToRads=Math.PI/180,roundCorner=.5519;function roundValues(t){_shouldRoundValues=!!t}function bmRnd(t){return _shouldRoundValues?Math.round(t):t}function styleDiv(t){t.style.position=\"absolute\",t.style.top=0,t.style.left=0,t.style.display=\"block\",t.style.transformOrigin=\"0 0\",t.style.webkitTransformOrigin=\"0 0\",t.style.backfaceVisibility=\"visible\",t.style.webkitBackfaceVisibility=\"visible\",t.style.transformStyle=\"preserve-3d\",t.style.webkitTransformStyle=\"preserve-3d\",t.style.mozTransformStyle=\"preserve-3d\"}function BMEnterFrameEvent(t,e,i,r){this.type=t,this.currentTime=e,this.totalTime=i,this.direction=r<0?-1:1}function BMCompleteEvent(t,e){this.type=t,this.direction=e<0?-1:1}function BMCompleteLoopEvent(t,e,i,r){this.type=t,this.currentLoop=i,this.totalLoops=e,this.direction=r<0?-1:1}function BMSegmentStartEvent(t,e,i){this.type=t,this.firstFrame=e,this.totalFrames=i}function BMDestroyEvent(t,e){this.type=t,this.target=e}function BMRenderFrameErrorEvent(t,e){this.type=\"renderFrameError\",this.nativeError=t,this.currentTime=e}function BMConfigErrorEvent(t){this.type=\"configError\",this.nativeError=t}function BMAnimationConfigErrorEvent(t,e){this.type=t,this.nativeError=e}var createElementID=function(){var t=0;return function(){return t+=1,idPrefix$1+\"__lottie_element_\"+t}}();function HSVtoRGB(t,e,i){var r,s,a,n,o,h,l,p;switch(n=Math.floor(6*t),o=6*t-n,h=i*(1-e),l=i*(1-o*e),p=i*(1-(1-o)*e),n%6){case 0:r=i,s=p,a=h;break;case 1:r=l,s=i,a=h;break;case 2:r=h,s=i,a=p;break;case 3:r=h,s=l,a=i;break;case 4:r=p,s=h,a=i;break;case 5:r=i,s=h,a=l;break;default:break}return[r,s,a]}function RGBtoHSV(t,e,i){var r,s=Math.max(t,e,i),a=Math.min(t,e,i),n=s-a,o=0===s?0:n/s,h=s/255;switch(s){case a:r=0;break;case t:r=e-i+n*(e<i?6:0),r/=6*n;break;case e:r=i-t+2*n,r/=6*n;break;case i:r=t-e+4*n,r/=6*n;break;default:break}return[r,o,h]}function addSaturationToRGB(t,e){var i=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return i[1]+=e,i[1]>1?i[1]=1:i[1]<=0&&(i[1]=0),HSVtoRGB(i[0],i[1],i[2])}function addBrightnessToRGB(t,e){var i=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return i[2]+=e,i[2]>1?i[2]=1:i[2]<0&&(i[2]=0),HSVtoRGB(i[0],i[1],i[2])}function addHueToRGB(t,e){var i=RGBtoHSV(255*t[0],255*t[1],255*t[2]);return i[0]+=e/360,i[0]>1?i[0]-=1:i[0]<0&&(i[0]+=1),HSVtoRGB(i[0],i[1],i[2])}var rgbToHex=function(){var t,e,i=[];for(t=0;t<256;t+=1)e=t.toString(16),i[t]=1===e.length?\"0\"+e:e;return function(t,e,r){return t<0&&(t=0),e<0&&(e=0),r<0&&(r=0),\"#\"+i[t]+i[e]+i[r]}}(),setSubframeEnabled=function(t){subframeEnabled=!!t},getSubframeEnabled=function(){return subframeEnabled},setExpressionsPlugin=function(t){expressionsPlugin=t},getExpressionsPlugin=function(){return expressionsPlugin},setExpressionInterfaces=function(t){expressionsInterfaces=t},getExpressionInterfaces=function(){return expressionsInterfaces},setDefaultCurveSegments=function(t){defaultCurveSegments=t},getDefaultCurveSegments=function(){return defaultCurveSegments},setIdPrefix=function(t){idPrefix$1=t},getIdPrefix=function(){return idPrefix$1};function createNS(t){return document.createElementNS(svgNS,t)}function _typeof$5(t){return _typeof$5=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t},_typeof$5(t)}var dataManager=function(){var t,e,i=1,r=[],s={onmessage:function(){},postMessage:function(e){t({data:e})}},a={postMessage:function(t){s.onmessage({data:t})}};function n(e){if(window.Worker&&window.Blob&&getWebWorker()){var i=new Blob([\"var _workerSelf = self; self.onmessage = \",e.toString()],{type:\"text/javascript\"}),r=URL.createObjectURL(i);return new Worker(r)}return t=e,s}function o(){e||(e=n((function(t){function e(){function t(e,i){var n,o,h,l,p,f,m=e.length;for(o=0;o<m;o+=1)if(n=e[o],\"ks\"in n&&!n.completed){if(n.completed=!0,n.hasMask){var d=n.masksProperties;for(l=d.length,h=0;h<l;h+=1)if(d[h].pt.k.i)a(d[h].pt.k);else for(f=d[h].pt.k.length,p=0;p<f;p+=1)d[h].pt.k[p].s&&a(d[h].pt.k[p].s[0]),d[h].pt.k[p].e&&a(d[h].pt.k[p].e[0])}0===n.ty?(n.layers=r(n.refId,i),t(n.layers,i)):4===n.ty?s(n.shapes):5===n.ty&&c(n)}}function e(e,i){if(e){var s=0,a=e.length;for(s=0;s<a;s+=1)1===e[s].t&&(e[s].data.layers=r(e[s].data.refId,i),t(e[s].data.layers,i))}}function i(t,e){var i=0,r=e.length;while(i<r){if(e[i].id===t)return e[i];i+=1}return null}function r(t,e){var r=i(t,e);return r?r.layers.__used?JSON.parse(JSON.stringify(r.layers)):(r.layers.__used=!0,r.layers):null}function s(t){var e,i,r,n=t.length;for(e=n-1;e>=0;e-=1)if(\"sh\"===t[e].ty)if(t[e].ks.k.i)a(t[e].ks.k);else for(r=t[e].ks.k.length,i=0;i<r;i+=1)t[e].ks.k[i].s&&a(t[e].ks.k[i].s[0]),t[e].ks.k[i].e&&a(t[e].ks.k[i].e[0]);else\"gr\"===t[e].ty&&s(t[e].it)}function a(t){var e,i=t.i.length;for(e=0;e<i;e+=1)t.i[e][0]+=t.v[e][0],t.i[e][1]+=t.v[e][1],t.o[e][0]+=t.v[e][0],t.o[e][1]+=t.v[e][1]}function n(t,e){var i=e?e.split(\".\"):[100,100,100];return t[0]>i[0]||!(i[0]>t[0])&&(t[1]>i[1]||!(i[1]>t[1])&&(t[2]>i[2]||!(i[2]>t[2])&&null))}var o=function(){var t=[4,4,14];function e(t){var e=t.t.d;t.t.d={k:[{s:e,t:0}]}}function i(t){var i,r=t.length;for(i=0;i<r;i+=1)5===t[i].ty&&e(t[i])}return function(e){if(n(t,e.v)&&(i(e.layers),e.assets)){var r,s=e.assets.length;for(r=0;r<s;r+=1)e.assets[r].layers&&i(e.assets[r].layers)}}}(),h=function(){var t=[4,7,99];return function(e){if(e.chars&&!n(t,e.v)){var i,r=e.chars.length;for(i=0;i<r;i+=1){var a=e.chars[i];a.data&&a.data.shapes&&(s(a.data.shapes),a.data.ip=0,a.data.op=99999,a.data.st=0,a.data.sr=1,a.data.ks={p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0}},e.chars[i].t||(a.data.shapes.push({ty:\"no\"}),a.data.shapes[0].it.push({p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0},sk:{k:0,a:0},sa:{k:0,a:0},ty:\"tr\"})))}}}}(),l=function(){var t=[5,7,15];function e(t){var e=t.t.p;\"number\"===typeof e.a&&(e.a={a:0,k:e.a}),\"number\"===typeof e.p&&(e.p={a:0,k:e.p}),\"number\"===typeof e.r&&(e.r={a:0,k:e.r})}function i(t){var i,r=t.length;for(i=0;i<r;i+=1)5===t[i].ty&&e(t[i])}return function(e){if(n(t,e.v)&&(i(e.layers),e.assets)){var r,s=e.assets.length;for(r=0;r<s;r+=1)e.assets[r].layers&&i(e.assets[r].layers)}}}(),p=function(){var t=[4,1,9];function e(t){var i,r,s,a=t.length;for(i=0;i<a;i+=1)if(\"gr\"===t[i].ty)e(t[i].it);else if(\"fl\"===t[i].ty||\"st\"===t[i].ty)if(t[i].c.k&&t[i].c.k[0].i)for(s=t[i].c.k.length,r=0;r<s;r+=1)t[i].c.k[r].s&&(t[i].c.k[r].s[0]/=255,t[i].c.k[r].s[1]/=255,t[i].c.k[r].s[2]/=255,t[i].c.k[r].s[3]/=255),t[i].c.k[r].e&&(t[i].c.k[r].e[0]/=255,t[i].c.k[r].e[1]/=255,t[i].c.k[r].e[2]/=255,t[i].c.k[r].e[3]/=255);else t[i].c.k[0]/=255,t[i].c.k[1]/=255,t[i].c.k[2]/=255,t[i].c.k[3]/=255}function i(t){var i,r=t.length;for(i=0;i<r;i+=1)4===t[i].ty&&e(t[i].shapes)}return function(e){if(n(t,e.v)&&(i(e.layers),e.assets)){var r,s=e.assets.length;for(r=0;r<s;r+=1)e.assets[r].layers&&i(e.assets[r].layers)}}}(),f=function(){var t=[4,4,18];function e(t){var i,r,s,a=t.length;for(i=a-1;i>=0;i-=1)if(\"sh\"===t[i].ty)if(t[i].ks.k.i)t[i].ks.k.c=t[i].closed;else for(s=t[i].ks.k.length,r=0;r<s;r+=1)t[i].ks.k[r].s&&(t[i].ks.k[r].s[0].c=t[i].closed),t[i].ks.k[r].e&&(t[i].ks.k[r].e[0].c=t[i].closed);else\"gr\"===t[i].ty&&e(t[i].it)}function i(t){var i,r,s,a,n,o,h=t.length;for(r=0;r<h;r+=1){if(i=t[r],i.hasMask){var l=i.masksProperties;for(a=l.length,s=0;s<a;s+=1)if(l[s].pt.k.i)l[s].pt.k.c=l[s].cl;else for(o=l[s].pt.k.length,n=0;n<o;n+=1)l[s].pt.k[n].s&&(l[s].pt.k[n].s[0].c=l[s].cl),l[s].pt.k[n].e&&(l[s].pt.k[n].e[0].c=l[s].cl)}4===i.ty&&e(i.shapes)}}return function(e){if(n(t,e.v)&&(i(e.layers),e.assets)){var r,s=e.assets.length;for(r=0;r<s;r+=1)e.assets[r].layers&&i(e.assets[r].layers)}}}();function m(i){i.__complete||(p(i),o(i),h(i),l(i),f(i),t(i.layers,i.assets),e(i.chars,i.assets),i.__complete=!0)}function c(t){0===t.t.a.length&&t.t.p}var d={};return d.completeData=m,d.checkColors=p,d.checkChars=h,d.checkPathProperties=l,d.checkShapes=f,d.completeLayers=t,d}if(a.dataManager||(a.dataManager=e()),a.assetLoader||(a.assetLoader=function(){function t(t){var e=t.getResponseHeader(\"content-type\");return e&&\"json\"===t.responseType&&-1!==e.indexOf(\"json\")||t.response&&\"object\"===_typeof$5(t.response)?t.response:t.response&&\"string\"===typeof t.response?JSON.parse(t.response):t.responseText?JSON.parse(t.responseText):null}function e(e,i,r,s){var a,n=new XMLHttpRequest;try{n.responseType=\"json\"}catch(o){}n.onreadystatechange=function(){if(4===n.readyState)if(200===n.status)a=t(n),r(a);else try{a=t(n),r(a)}catch(o){s&&s(o)}};try{n.open([\"G\",\"E\",\"T\"].join(\"\"),e,!0)}catch(h){n.open([\"G\",\"E\",\"T\"].join(\"\"),i+\"/\"+e,!0)}n.send()}return{load:e}}()),\"loadAnimation\"===t.data.type)a.assetLoader.load(t.data.path,t.data.fullPath,(function(e){a.dataManager.completeData(e),a.postMessage({id:t.data.id,payload:e,status:\"success\"})}),(function(){a.postMessage({id:t.data.id,status:\"error\"})}));else if(\"complete\"===t.data.type){var i=t.data.animation;a.dataManager.completeData(i),a.postMessage({id:t.data.id,payload:i,status:\"success\"})}else\"loadData\"===t.data.type&&a.assetLoader.load(t.data.path,t.data.fullPath,(function(e){a.postMessage({id:t.data.id,payload:e,status:\"success\"})}),(function(){a.postMessage({id:t.data.id,status:\"error\"})}))})),e.onmessage=function(t){var e=t.data,i=e.id,s=r[i];r[i]=null,\"success\"===e.status?s.onComplete(e.payload):s.onError&&s.onError()})}function h(t,e){i+=1;var s=\"processId_\"+i;return r[s]={onComplete:t,onError:e},s}function l(t,i,r){o();var s=h(i,r);e.postMessage({type:\"loadAnimation\",path:t,fullPath:window.location.origin+window.location.pathname,id:s})}function p(t,i,r){o();var s=h(i,r);e.postMessage({type:\"loadData\",path:t,fullPath:window.location.origin+window.location.pathname,id:s})}function f(t,i,r){o();var s=h(i,r);e.postMessage({type:\"complete\",animation:t,id:s})}return{loadAnimation:l,loadData:p,completeAnimation:f}}(),ImagePreloader=function(){var t=function(){var t=createTag(\"canvas\");t.width=1,t.height=1;var e=t.getContext(\"2d\");return e.fillStyle=\"rgba(0,0,0,0)\",e.fillRect(0,0,1,1),t}();function e(){this.loadedAssets+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function i(){this.loadedFootagesCount+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function r(t,e,i){var r=\"\";if(t.e)r=t.p;else if(e){var s=t.p;-1!==s.indexOf(\"images/\")&&(s=s.split(\"/\")[1]),r=e+s}else r=i,r+=t.u?t.u:\"\",r+=t.p;return r}function s(t){var e=0,i=setInterval(function(){var r=t.getBBox();(r.width||e>500)&&(this._imageLoaded(),clearInterval(i)),e+=1}.bind(this),50)}function a(e){var i=r(e,this.assetsPath,this.path),s=createNS(\"image\");isSafari?this.testImageLoaded(s):s.addEventListener(\"load\",this._imageLoaded,!1),s.addEventListener(\"error\",function(){a.img=t,this._imageLoaded()}.bind(this),!1),s.setAttributeNS(\"http://www.w3.org/1999/xlink\",\"href\",i),this._elementHelper.append?this._elementHelper.append(s):this._elementHelper.appendChild(s);var a={img:s,assetData:e};return a}function n(e){var i=r(e,this.assetsPath,this.path),s=createTag(\"img\");s.crossOrigin=\"anonymous\",s.addEventListener(\"load\",this._imageLoaded,!1),s.addEventListener(\"error\",function(){a.img=t,this._imageLoaded()}.bind(this),!1),s.src=i;var a={img:s,assetData:e};return a}function o(t){var e={assetData:t},i=r(t,this.assetsPath,this.path);return dataManager.loadData(i,function(t){e.img=t,this._footageLoaded()}.bind(this),function(){e.img={},this._footageLoaded()}.bind(this)),e}function h(t,e){var i;this.imagesLoadedCb=e;var r=t.length;for(i=0;i<r;i+=1)t[i].layers||(t[i].t&&\"seq\"!==t[i].t?3===t[i].t&&(this.totalFootages+=1,this.images.push(this.createFootageData(t[i]))):(this.totalImages+=1,this.images.push(this._createImageData(t[i]))))}function l(t){this.path=t||\"\"}function p(t){this.assetsPath=t||\"\"}function f(t){var e=0,i=this.images.length;while(e<i){if(this.images[e].assetData===t)return this.images[e].img;e+=1}return null}function m(){this.imagesLoadedCb=null,this.images.length=0}function c(){return this.totalImages===this.loadedAssets}function d(){return this.totalFootages===this.loadedFootagesCount}function u(t,e){\"svg\"===t?(this._elementHelper=e,this._createImageData=this.createImageData.bind(this)):this._createImageData=this.createImgData.bind(this)}function y(){this._imageLoaded=e.bind(this),this._footageLoaded=i.bind(this),this.testImageLoaded=s.bind(this),this.createFootageData=o.bind(this),this.assetsPath=\"\",this.path=\"\",this.totalImages=0,this.totalFootages=0,this.loadedAssets=0,this.loadedFootagesCount=0,this.imagesLoadedCb=null,this.images=[]}return y.prototype={loadAssets:h,setAssetsPath:p,setPath:l,loadedImages:c,loadedFootages:d,destroy:m,getAsset:f,createImgData:n,createImageData:a,imageLoaded:e,footageLoaded:i,setCacheType:u},y}();function BaseEvent(){}BaseEvent.prototype={triggerEvent:function(t,e){if(this._cbs[t])for(var i=this._cbs[t],r=0;r<i.length;r+=1)i[r](e)},addEventListener:function(t,e){return this._cbs[t]||(this._cbs[t]=[]),this._cbs[t].push(e),function(){this.removeEventListener(t,e)}.bind(this)},removeEventListener:function(t,e){if(e){if(this._cbs[t]){var i=0,r=this._cbs[t].length;while(i<r)this._cbs[t][i]===e&&(this._cbs[t].splice(i,1),i-=1,r-=1),i+=1;this._cbs[t].length||(this._cbs[t]=null)}}else this._cbs[t]=null}};var markerParser=function(){function t(t){for(var e,i=t.split(\"\\r\\n\"),r={},s=0,a=0;a<i.length;a+=1)e=i[a].split(\":\"),2===e.length&&(r[e[0]]=e[1].trim(),s+=1);if(0===s)throw new Error;return r}return function(e){for(var i=[],r=0;r<e.length;r+=1){var s=e[r],a={time:s.tm,duration:s.dr};try{a.payload=JSON.parse(e[r].cm)}catch(n){try{a.payload=t(e[r].cm)}catch(o){a.payload={name:e[r].cm}}}i.push(a)}return i}}(),ProjectInterface=function(){function t(t){this.compositions.push(t)}return function(){function e(t){var e=0,i=this.compositions.length;while(e<i){if(this.compositions[e].data&&this.compositions[e].data.nm===t)return this.compositions[e].prepareFrame&&this.compositions[e].data.xt&&this.compositions[e].prepareFrame(this.currentFrame),this.compositions[e].compInterface;e+=1}return null}return e.compositions=[],e.currentFrame=0,e.registerComposition=t,e}}(),renderers={},registerRenderer=function(t,e){renderers[t]=e};function getRenderer(t){return renderers[t]}function getRegisteredRenderer(){if(renderers.canvas)return\"canvas\";for(var t in renderers)if(renderers[t])return t;return\"\"}function _typeof$4(t){return _typeof$4=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t},_typeof$4(t)}var AnimationItem=function(){this._cbs=[],this.name=\"\",this.path=\"\",this.isLoaded=!1,this.currentFrame=0,this.currentRawFrame=0,this.firstFrame=0,this.totalFrames=0,this.frameRate=0,this.frameMult=0,this.playSpeed=1,this.playDirection=1,this.playCount=0,this.animationData={},this.assets=[],this.isPaused=!0,this.autoplay=!1,this.loop=!0,this.renderer=null,this.animationID=createElementID(),this.assetsPath=\"\",this.timeCompleted=0,this.segmentPos=0,this.isSubframeEnabled=getSubframeEnabled(),this.segments=[],this._idle=!0,this._completedLoop=!1,this.projectInterface=ProjectInterface(),this.imagePreloader=new ImagePreloader,this.audioController=audioControllerFactory(),this.markers=[],this.configAnimation=this.configAnimation.bind(this),this.onSetupError=this.onSetupError.bind(this),this.onSegmentComplete=this.onSegmentComplete.bind(this),this.drawnFrameEvent=new BMEnterFrameEvent(\"drawnFrame\",0,0,0),this.expressionsPlugin=getExpressionsPlugin()};extendPrototype([BaseEvent],AnimationItem),AnimationItem.prototype.setParams=function(t){(t.wrapper||t.container)&&(this.wrapper=t.wrapper||t.container);var e=\"svg\";t.animType?e=t.animType:t.renderer&&(e=t.renderer);var i=getRenderer(e);this.renderer=new i(this,t.rendererSettings),this.imagePreloader.setCacheType(e,this.renderer.globalData.defs),this.renderer.setProjectInterface(this.projectInterface),this.animType=e,\"\"===t.loop||null===t.loop||void 0===t.loop||!0===t.loop?this.loop=!0:!1===t.loop?this.loop=!1:this.loop=parseInt(t.loop,10),this.autoplay=!(\"autoplay\"in t)||t.autoplay,this.name=t.name?t.name:\"\",this.autoloadSegments=!Object.prototype.hasOwnProperty.call(t,\"autoloadSegments\")||t.autoloadSegments,this.assetsPath=t.assetsPath,this.initialSegment=t.initialSegment,t.audioFactory&&this.audioController.setAudioFactory(t.audioFactory),t.animationData?this.setupAnimation(t.animationData):t.path&&(-1!==t.path.lastIndexOf(\"\\\\\")?this.path=t.path.substr(0,t.path.lastIndexOf(\"\\\\\")+1):this.path=t.path.substr(0,t.path.lastIndexOf(\"/\")+1),this.fileName=t.path.substr(t.path.lastIndexOf(\"/\")+1),this.fileName=this.fileName.substr(0,this.fileName.lastIndexOf(\".json\")),dataManager.loadAnimation(t.path,this.configAnimation,this.onSetupError))},AnimationItem.prototype.onSetupError=function(){this.trigger(\"data_failed\")},AnimationItem.prototype.setupAnimation=function(t){dataManager.completeAnimation(t,this.configAnimation)},AnimationItem.prototype.setData=function(t,e){e&&\"object\"!==_typeof$4(e)&&(e=JSON.parse(e));var i={wrapper:t,animationData:e},r=t.attributes;i.path=r.getNamedItem(\"data-animation-path\")?r.getNamedItem(\"data-animation-path\").value:r.getNamedItem(\"data-bm-path\")?r.getNamedItem(\"data-bm-path\").value:r.getNamedItem(\"bm-path\")?r.getNamedItem(\"bm-path\").value:\"\",i.animType=r.getNamedItem(\"data-anim-type\")?r.getNamedItem(\"data-anim-type\").value:r.getNamedItem(\"data-bm-type\")?r.getNamedItem(\"data-bm-type\").value:r.getNamedItem(\"bm-type\")?r.getNamedItem(\"bm-type\").value:r.getNamedItem(\"data-bm-renderer\")?r.getNamedItem(\"data-bm-renderer\").value:r.getNamedItem(\"bm-renderer\")?r.getNamedItem(\"bm-renderer\").value:getRegisteredRenderer()||\"canvas\";var s=r.getNamedItem(\"data-anim-loop\")?r.getNamedItem(\"data-anim-loop\").value:r.getNamedItem(\"data-bm-loop\")?r.getNamedItem(\"data-bm-loop\").value:r.getNamedItem(\"bm-loop\")?r.getNamedItem(\"bm-loop\").value:\"\";\"false\"===s?i.loop=!1:\"true\"===s?i.loop=!0:\"\"!==s&&(i.loop=parseInt(s,10));var a=r.getNamedItem(\"data-anim-autoplay\")?r.getNamedItem(\"data-anim-autoplay\").value:r.getNamedItem(\"data-bm-autoplay\")?r.getNamedItem(\"data-bm-autoplay\").value:!r.getNamedItem(\"bm-autoplay\")||r.getNamedItem(\"bm-autoplay\").value;i.autoplay=\"false\"!==a,i.name=r.getNamedItem(\"data-name\")?r.getNamedItem(\"data-name\").value:r.getNamedItem(\"data-bm-name\")?r.getNamedItem(\"data-bm-name\").value:r.getNamedItem(\"bm-name\")?r.getNamedItem(\"bm-name\").value:\"\";var n=r.getNamedItem(\"data-anim-prerender\")?r.getNamedItem(\"data-anim-prerender\").value:r.getNamedItem(\"data-bm-prerender\")?r.getNamedItem(\"data-bm-prerender\").value:r.getNamedItem(\"bm-prerender\")?r.getNamedItem(\"bm-prerender\").value:\"\";\"false\"===n&&(i.prerender=!1),i.path?this.setParams(i):this.trigger(\"destroy\")},AnimationItem.prototype.includeLayers=function(t){t.op>this.animationData.op&&(this.animationData.op=t.op,this.totalFrames=Math.floor(t.op-this.animationData.ip));var e,i,r=this.animationData.layers,s=r.length,a=t.layers,n=a.length;for(i=0;i<n;i+=1){e=0;while(e<s){if(r[e].id===a[i].id){r[e]=a[i];break}e+=1}}if((t.chars||t.fonts)&&(this.renderer.globalData.fontManager.addChars(t.chars),this.renderer.globalData.fontManager.addFonts(t.fonts,this.renderer.globalData.defs)),t.assets)for(s=t.assets.length,e=0;e<s;e+=1)this.animationData.assets.push(t.assets[e]);this.animationData.__complete=!1,dataManager.completeAnimation(this.animationData,this.onSegmentComplete)},AnimationItem.prototype.onSegmentComplete=function(t){this.animationData=t;var e=getExpressionsPlugin();e&&e.initExpressions(this),this.loadNextSegment()},AnimationItem.prototype.loadNextSegment=function(){var t=this.animationData.segments;if(!t||0===t.length||!this.autoloadSegments)return this.trigger(\"data_ready\"),void(this.timeCompleted=this.totalFrames);var e=t.shift();this.timeCompleted=e.time*this.frameRate;var i=this.path+this.fileName+\"_\"+this.segmentPos+\".json\";this.segmentPos+=1,dataManager.loadData(i,this.includeLayers.bind(this),function(){this.trigger(\"data_failed\")}.bind(this))},AnimationItem.prototype.loadSegments=function(){var t=this.animationData.segments;t||(this.timeCompleted=this.totalFrames),this.loadNextSegment()},AnimationItem.prototype.imagesLoaded=function(){this.trigger(\"loaded_images\"),this.checkLoaded()},AnimationItem.prototype.preloadImages=function(){this.imagePreloader.setAssetsPath(this.assetsPath),this.imagePreloader.setPath(this.path),this.imagePreloader.loadAssets(this.animationData.assets,this.imagesLoaded.bind(this))},AnimationItem.prototype.configAnimation=function(t){if(this.renderer)try{this.animationData=t,this.initialSegment?(this.totalFrames=Math.floor(this.initialSegment[1]-this.initialSegment[0]),this.firstFrame=Math.round(this.initialSegment[0])):(this.totalFrames=Math.floor(this.animationData.op-this.animationData.ip),this.firstFrame=Math.round(this.animationData.ip)),this.renderer.configAnimation(t),t.assets||(t.assets=[]),this.assets=this.animationData.assets,this.frameRate=this.animationData.fr,this.frameMult=this.animationData.fr/1e3,this.renderer.searchExtraCompositions(t.assets),this.markers=markerParser(t.markers||[]),this.trigger(\"config_ready\"),this.preloadImages(),this.loadSegments(),this.updaFrameModifier(),this.waitForFontsLoaded(),this.isPaused&&this.audioController.pause()}catch(e){this.triggerConfigError(e)}},AnimationItem.prototype.waitForFontsLoaded=function(){this.renderer&&(this.renderer.globalData.fontManager.isLoaded?this.checkLoaded():setTimeout(this.waitForFontsLoaded.bind(this),20))},AnimationItem.prototype.checkLoaded=function(){if(!this.isLoaded&&this.renderer.globalData.fontManager.isLoaded&&(this.imagePreloader.loadedImages()||\"canvas\"!==this.renderer.rendererType)&&this.imagePreloader.loadedFootages()){this.isLoaded=!0;var t=getExpressionsPlugin();t&&t.initExpressions(this),this.renderer.initItems(),setTimeout(function(){this.trigger(\"DOMLoaded\")}.bind(this),0),this.gotoFrame(),this.autoplay&&this.play()}},AnimationItem.prototype.resize=function(t,e){var i=\"number\"===typeof t?t:void 0,r=\"number\"===typeof e?e:void 0;this.renderer.updateContainerSize(i,r)},AnimationItem.prototype.setSubframe=function(t){this.isSubframeEnabled=!!t},AnimationItem.prototype.gotoFrame=function(){this.currentFrame=this.isSubframeEnabled?this.currentRawFrame:~~this.currentRawFrame,this.timeCompleted!==this.totalFrames&&this.currentFrame>this.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger(\"enterFrame\"),this.renderFrame(),this.trigger(\"drawnFrame\")},AnimationItem.prototype.renderFrame=function(){if(!1!==this.isLoaded&&this.renderer)try{this.expressionsPlugin&&this.expressionsPlugin.resetFrame(),this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(t){this.triggerRenderFrameError(t)}},AnimationItem.prototype.play=function(t){t&&this.name!==t||!0===this.isPaused&&(this.isPaused=!1,this.trigger(\"_play\"),this.audioController.resume(),this._idle&&(this._idle=!1,this.trigger(\"_active\")))},AnimationItem.prototype.pause=function(t){t&&this.name!==t||!1===this.isPaused&&(this.isPaused=!0,this.trigger(\"_pause\"),this._idle=!0,this.trigger(\"_idle\"),this.audioController.pause())},AnimationItem.prototype.togglePause=function(t){t&&this.name!==t||(!0===this.isPaused?this.play():this.pause())},AnimationItem.prototype.stop=function(t){t&&this.name!==t||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},AnimationItem.prototype.getMarkerData=function(t){for(var e,i=0;i<this.markers.length;i+=1)if(e=this.markers[i],e.payload&&e.payload.name===t)return e;return null},AnimationItem.prototype.goToAndStop=function(t,e,i){if(!i||this.name===i){var r=Number(t);if(isNaN(r)){var s=this.getMarkerData(t);s&&this.goToAndStop(s.time,!0)}else e?this.setCurrentRawFrameValue(t):this.setCurrentRawFrameValue(t*this.frameModifier);this.pause()}},AnimationItem.prototype.goToAndPlay=function(t,e,i){if(!i||this.name===i){var r=Number(t);if(isNaN(r)){var s=this.getMarkerData(t);s&&(s.duration?this.playSegments([s.time,s.time+s.duration],!0):this.goToAndStop(s.time,!0))}else this.goToAndStop(r,e,i);this.play()}},AnimationItem.prototype.advanceTime=function(t){if(!0!==this.isPaused&&!1!==this.isLoaded){var e=this.currentRawFrame+t*this.frameModifier,i=!1;e>=this.totalFrames-1&&this.frameModifier>0?this.loop&&this.playCount!==this.loop?e>=this.totalFrames?(this.playCount+=1,this.checkSegments(e%this.totalFrames)||(this.setCurrentRawFrameValue(e%this.totalFrames),this._completedLoop=!0,this.trigger(\"loopComplete\"))):this.setCurrentRawFrameValue(e):this.checkSegments(e>this.totalFrames?e%this.totalFrames:0)||(i=!0,e=this.totalFrames-1):e<0?this.checkSegments(e%this.totalFrames)||(!this.loop||this.playCount--<=0&&!0!==this.loop?(i=!0,e=0):(this.setCurrentRawFrameValue(this.totalFrames+e%this.totalFrames),this._completedLoop?this.trigger(\"loopComplete\"):this._completedLoop=!0)):this.setCurrentRawFrameValue(e),i&&(this.setCurrentRawFrameValue(e),this.pause(),this.trigger(\"complete\"))}},AnimationItem.prototype.adjustSegment=function(t,e){this.playCount=0,t[1]<t[0]?(this.frameModifier>0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(-1)),this.totalFrames=t[0]-t[1],this.timeCompleted=this.totalFrames,this.firstFrame=t[1],this.setCurrentRawFrameValue(this.totalFrames-.001-e)):t[1]>t[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.totalFrames=t[1]-t[0],this.timeCompleted=this.totalFrames,this.firstFrame=t[0],this.setCurrentRawFrameValue(.001+e)),this.trigger(\"segmentStart\")},AnimationItem.prototype.setSegment=function(t,e){var i=-1;this.isPaused&&(this.currentRawFrame+this.firstFrame<t?i=t:this.currentRawFrame+this.firstFrame>e&&(i=e-t)),this.firstFrame=t,this.totalFrames=e-t,this.timeCompleted=this.totalFrames,-1!==i&&this.goToAndStop(i,!0)},AnimationItem.prototype.playSegments=function(t,e){if(e&&(this.segments.length=0),\"object\"===_typeof$4(t[0])){var i,r=t.length;for(i=0;i<r;i+=1)this.segments.push(t[i])}else this.segments.push(t);this.segments.length&&e&&this.adjustSegment(this.segments.shift(),0),this.isPaused&&this.play()},AnimationItem.prototype.resetSegments=function(t){this.segments.length=0,this.segments.push([this.animationData.ip,this.animationData.op]),t&&this.checkSegments(0)},AnimationItem.prototype.checkSegments=function(t){return!!this.segments.length&&(this.adjustSegment(this.segments.shift(),t),!0)},AnimationItem.prototype.destroy=function(t){t&&this.name!==t||!this.renderer||(this.renderer.destroy(),this.imagePreloader.destroy(),this.trigger(\"destroy\"),this._cbs=null,this.onEnterFrame=null,this.onLoopComplete=null,this.onComplete=null,this.onSegmentStart=null,this.onDestroy=null,this.renderer=null,this.expressionsPlugin=null,this.imagePreloader=null,this.projectInterface=null)},AnimationItem.prototype.setCurrentRawFrameValue=function(t){this.currentRawFrame=t,this.gotoFrame()},AnimationItem.prototype.setSpeed=function(t){this.playSpeed=t,this.updaFrameModifier()},AnimationItem.prototype.setDirection=function(t){this.playDirection=t<0?-1:1,this.updaFrameModifier()},AnimationItem.prototype.setLoop=function(t){this.loop=t},AnimationItem.prototype.setVolume=function(t,e){e&&this.name!==e||this.audioController.setVolume(t)},AnimationItem.prototype.getVolume=function(){return this.audioController.getVolume()},AnimationItem.prototype.mute=function(t){t&&this.name!==t||this.audioController.mute()},AnimationItem.prototype.unmute=function(t){t&&this.name!==t||this.audioController.unmute()},AnimationItem.prototype.updaFrameModifier=function(){this.frameModifier=this.frameMult*this.playSpeed*this.playDirection,this.audioController.setRate(this.playSpeed*this.playDirection)},AnimationItem.prototype.getPath=function(){return this.path},AnimationItem.prototype.getAssetsPath=function(t){var e=\"\";if(t.e)e=t.p;else if(this.assetsPath){var i=t.p;-1!==i.indexOf(\"images/\")&&(i=i.split(\"/\")[1]),e=this.assetsPath+i}else e=this.path,e+=t.u?t.u:\"\",e+=t.p;return e},AnimationItem.prototype.getAssetData=function(t){var e=0,i=this.assets.length;while(e<i){if(t===this.assets[e].id)return this.assets[e];e+=1}return null},AnimationItem.prototype.hide=function(){this.renderer.hide()},AnimationItem.prototype.show=function(){this.renderer.show()},AnimationItem.prototype.getDuration=function(t){return t?this.totalFrames:this.totalFrames/this.frameRate},AnimationItem.prototype.updateDocumentData=function(t,e,i){try{var r=this.renderer.getElementByPath(t);r.updateDocumentData(e,i)}catch(s){}},AnimationItem.prototype.trigger=function(t){if(this._cbs&&this._cbs[t])switch(t){case\"enterFrame\":this.triggerEvent(t,new BMEnterFrameEvent(t,this.currentFrame,this.totalFrames,this.frameModifier));break;case\"drawnFrame\":this.drawnFrameEvent.currentTime=this.currentFrame,this.drawnFrameEvent.totalTime=this.totalFrames,this.drawnFrameEvent.direction=this.frameModifier,this.triggerEvent(t,this.drawnFrameEvent);break;case\"loopComplete\":this.triggerEvent(t,new BMCompleteLoopEvent(t,this.loop,this.playCount,this.frameMult));break;case\"complete\":this.triggerEvent(t,new BMCompleteEvent(t,this.frameMult));break;case\"segmentStart\":this.triggerEvent(t,new BMSegmentStartEvent(t,this.firstFrame,this.totalFrames));break;case\"destroy\":this.triggerEvent(t,new BMDestroyEvent(t,this));break;default:this.triggerEvent(t)}\"enterFrame\"===t&&this.onEnterFrame&&this.onEnterFrame.call(this,new BMEnterFrameEvent(t,this.currentFrame,this.totalFrames,this.frameMult)),\"loopComplete\"===t&&this.onLoopComplete&&this.onLoopComplete.call(this,new BMCompleteLoopEvent(t,this.loop,this.playCount,this.frameMult)),\"complete\"===t&&this.onComplete&&this.onComplete.call(this,new BMCompleteEvent(t,this.frameMult)),\"segmentStart\"===t&&this.onSegmentStart&&this.onSegmentStart.call(this,new BMSegmentStartEvent(t,this.firstFrame,this.totalFrames)),\"destroy\"===t&&this.onDestroy&&this.onDestroy.call(this,new BMDestroyEvent(t,this))},AnimationItem.prototype.triggerRenderFrameError=function(t){var e=new BMRenderFrameErrorEvent(t,this.currentFrame);this.triggerEvent(\"error\",e),this.onError&&this.onError.call(this,e)},AnimationItem.prototype.triggerConfigError=function(t){var e=new BMConfigErrorEvent(t,this.currentFrame);this.triggerEvent(\"error\",e),this.onError&&this.onError.call(this,e)};var animationManager=function(){var t={},e=[],i=0,r=0,s=0,a=!0,n=!1;function o(t){var i=0,s=t.target;while(i<r)e[i].animation===s&&(e.splice(i,1),i-=1,r-=1,s.isPaused||f()),i+=1}function h(t,i){if(!t)return null;var s=0;while(s<r){if(e[s].elem===t&&null!==e[s].elem)return e[s].animation;s+=1}var a=new AnimationItem;return m(a,t),a.setData(t,i),a}function l(){var t,i=e.length,r=[];for(t=0;t<i;t+=1)r.push(e[t].animation);return r}function p(){s+=1,A()}function f(){s-=1}function m(t,i){t.addEventListener(\"destroy\",o),t.addEventListener(\"_active\",p),t.addEventListener(\"_idle\",f),e.push({elem:i,animation:t}),r+=1}function c(t){var e=new AnimationItem;return m(e,null),e.setParams(t),e}function d(t,i){var s;for(s=0;s<r;s+=1)e[s].animation.setSpeed(t,i)}function u(t,i){var s;for(s=0;s<r;s+=1)e[s].animation.setDirection(t,i)}function y(t){var i;for(i=0;i<r;i+=1)e[i].animation.play(t)}function g(t){var o,h=t-i;for(o=0;o<r;o+=1)e[o].animation.advanceTime(h);i=t,s&&!n?window.requestAnimationFrame(g):a=!0}function v(t){i=t,window.requestAnimationFrame(g)}function b(t){var i;for(i=0;i<r;i+=1)e[i].animation.pause(t)}function x(t,i,s){var a;for(a=0;a<r;a+=1)e[a].animation.goToAndStop(t,i,s)}function P(t){var i;for(i=0;i<r;i+=1)e[i].animation.stop(t)}function E(t){var i;for(i=0;i<r;i+=1)e[i].animation.togglePause(t)}function S(t){var i;for(i=r-1;i>=0;i-=1)e[i].animation.destroy(t)}function C(t,e,i){var r,s=[].concat([].slice.call(document.getElementsByClassName(\"lottie\")),[].slice.call(document.getElementsByClassName(\"bodymovin\"))),a=s.length;for(r=0;r<a;r+=1)i&&s[r].setAttribute(\"data-bm-type\",i),h(s[r],t);if(e&&0===a){i||(i=\"svg\");var n=document.getElementsByTagName(\"body\")[0];n.innerText=\"\";var o=createTag(\"div\");o.style.width=\"100%\",o.style.height=\"100%\",o.setAttribute(\"data-bm-type\",i),n.appendChild(o),h(o,t)}}function _(){var t;for(t=0;t<r;t+=1)e[t].animation.resize()}function A(){!n&&s&&a&&(window.requestAnimationFrame(v),a=!1)}function T(){n=!0}function k(){n=!1,A()}function M(t,i){var s;for(s=0;s<r;s+=1)e[s].animation.setVolume(t,i)}function D(t){var i;for(i=0;i<r;i+=1)e[i].animation.mute(t)}function w(t){var i;for(i=0;i<r;i+=1)e[i].animation.unmute(t)}return t.registerAnimation=h,t.loadAnimation=c,t.setSpeed=d,t.setDirection=u,t.play=y,t.pause=b,t.stop=P,t.togglePause=E,t.searchAnimations=C,t.resize=_,t.goToAndStop=x,t.destroy=S,t.freeze=T,t.unfreeze=k,t.setVolume=M,t.mute=D,t.unmute=w,t.getRegisteredAnimations=l,t}(),BezierFactory=function(){var t={};t.getBezierEasing=i;var e={};function i(t,i,r,s,a){var n=a||(\"bez_\"+t+\"_\"+i+\"_\"+r+\"_\"+s).replace(/\\./g,\"p\");if(e[n])return e[n];var o=new g([t,i,r,s]);return e[n]=o,o}var r=4,s=.001,a=1e-7,n=10,o=11,h=1/(o-1),l=\"function\"===typeof Float32Array;function p(t,e){return 1-3*e+3*t}function f(t,e){return 3*e-6*t}function m(t){return 3*t}function c(t,e,i){return((p(e,i)*t+f(e,i))*t+m(e))*t}function d(t,e,i){return 3*p(e,i)*t*t+2*f(e,i)*t+m(e)}function u(t,e,i,r,s){var o,h,l=0;do{h=e+(i-e)/2,o=c(h,r,s)-t,o>0?i=h:e=h}while(Math.abs(o)>a&&++l<n);return h}function y(t,e,i,s){for(var a=0;a<r;++a){var n=d(e,i,s);if(0===n)return e;var o=c(e,i,s)-t;e-=o/n}return e}function g(t){this._p=t,this._mSampleValues=l?new Float32Array(o):new Array(o),this._precomputed=!1,this.get=this.get.bind(this)}return g.prototype={get:function(t){var e=this._p[0],i=this._p[1],r=this._p[2],s=this._p[3];return this._precomputed||this._precompute(),e===i&&r===s?t:0===t?0:1===t?1:c(this._getTForX(t),i,s)},_precompute:function(){var t=this._p[0],e=this._p[1],i=this._p[2],r=this._p[3];this._precomputed=!0,t===e&&i===r||this._calcSampleValues()},_calcSampleValues:function(){for(var t=this._p[0],e=this._p[2],i=0;i<o;++i)this._mSampleValues[i]=c(i*h,t,e)},_getTForX:function(t){for(var e=this._p[0],i=this._p[2],r=this._mSampleValues,a=0,n=1,l=o-1;n!==l&&r[n]<=t;++n)a+=h;--n;var p=(t-r[n])/(r[n+1]-r[n]),f=a+p*h,m=d(f,e,i);return m>=s?y(t,f,e,i):0===m?f:u(t,a,a+h,e,i)}},t}(),pooling=function(){function t(t){return t.concat(createSizedArray(t.length))}return{double:t}}(),poolFactory=function(){return function(t,e,i){var r=0,s=t,a=createSizedArray(s),n={newElement:o,release:h};function o(){var t;return r?(r-=1,t=a[r]):t=e(),t}function h(t){r===s&&(a=pooling[\"double\"](a),s*=2),i&&i(t),a[r]=t,r+=1}return n}}(),bezierLengthPool=function(){function t(){return{addedLength:0,percents:createTypedArray(\"float32\",getDefaultCurveSegments()),lengths:createTypedArray(\"float32\",getDefaultCurveSegments())}}return poolFactory(8,t)}(),segmentsLengthPool=function(){function t(){return{lengths:[],totalLength:0}}function e(t){var e,i=t.lengths.length;for(e=0;e<i;e+=1)bezierLengthPool.release(t.lengths[e]);t.lengths.length=0}return poolFactory(8,t,e)}();function bezFunction(){var t=Math;function e(t,e,i,r,s,a){var n=t*r+e*s+i*a-s*r-a*t-i*e;return n>-.001&&n<.001}function i(i,r,s,a,n,o,h,l,p){if(0===s&&0===o&&0===p)return e(i,r,a,n,h,l);var f,m=t.sqrt(t.pow(a-i,2)+t.pow(n-r,2)+t.pow(o-s,2)),c=t.sqrt(t.pow(h-i,2)+t.pow(l-r,2)+t.pow(p-s,2)),d=t.sqrt(t.pow(h-a,2)+t.pow(l-n,2)+t.pow(p-o,2));return f=m>c?m>d?m-c-d:d-c-m:d>c?d-c-m:c-m-d,f>-1e-4&&f<1e-4}var r=function(){return function(t,e,i,r){var s,a,n,o,h,l,p=getDefaultCurveSegments(),f=0,m=[],c=[],d=bezierLengthPool.newElement();for(n=i.length,s=0;s<p;s+=1){for(h=s/(p-1),l=0,a=0;a<n;a+=1)o=bmPow(1-h,3)*t[a]+3*bmPow(1-h,2)*h*i[a]+3*(1-h)*bmPow(h,2)*r[a]+bmPow(h,3)*e[a],m[a]=o,null!==c[a]&&(l+=bmPow(m[a]-c[a],2)),c[a]=m[a];l&&(l=bmSqrt(l),f+=l),d.percents[s]=h,d.lengths[s]=f}return d.addedLength=f,d}}();function s(t){var e,i=segmentsLengthPool.newElement(),s=t.c,a=t.v,n=t.o,o=t.i,h=t._length,l=i.lengths,p=0;for(e=0;e<h-1;e+=1)l[e]=r(a[e],a[e+1],n[e],o[e+1]),p+=l[e].addedLength;return s&&h&&(l[e]=r(a[e],a[0],n[e],o[0]),p+=l[e].addedLength),i.totalLength=p,i}function a(t){this.segmentLength=0,this.points=new Array(t)}function n(t,e){this.partialLength=t,this.point=e}var o=function(){var t={};return function(i,r,s,o){var h=(i[0]+\"_\"+i[1]+\"_\"+r[0]+\"_\"+r[1]+\"_\"+s[0]+\"_\"+s[1]+\"_\"+o[0]+\"_\"+o[1]).replace(/\\./g,\"p\");if(!t[h]){var l,p,f,m,c,d,u,y=getDefaultCurveSegments(),g=0,v=null;2===i.length&&(i[0]!==r[0]||i[1]!==r[1])&&e(i[0],i[1],r[0],r[1],i[0]+s[0],i[1]+s[1])&&e(i[0],i[1],r[0],r[1],r[0]+o[0],r[1]+o[1])&&(y=2);var b=new a(y);for(f=s.length,l=0;l<y;l+=1){for(u=createSizedArray(f),c=l/(y-1),d=0,p=0;p<f;p+=1)m=bmPow(1-c,3)*i[p]+3*bmPow(1-c,2)*c*(i[p]+s[p])+3*(1-c)*bmPow(c,2)*(r[p]+o[p])+bmPow(c,3)*r[p],u[p]=m,null!==v&&(d+=bmPow(u[p]-v[p],2));d=bmSqrt(d),g+=d,b.points[l]=new n(d,u),v=u}b.segmentLength=g,t[h]=b}return t[h]}}();function h(t,e){var i=e.percents,r=e.lengths,s=i.length,a=bmFloor((s-1)*t),n=t*e.addedLength,o=0;if(a===s-1||0===a||n===r[a])return i[a];var h=r[a]>n?-1:1,l=!0;while(l)if(r[a]<=n&&r[a+1]>n?(o=(n-r[a])/(r[a+1]-r[a]),l=!1):a+=h,a<0||a>=s-1){if(a===s-1)return i[a];l=!1}return i[a]+(i[a+1]-i[a])*o}function l(e,i,r,s,a,n){var o=h(a,n),l=1-o,p=t.round(1e3*(l*l*l*e[0]+(o*l*l+l*o*l+l*l*o)*r[0]+(o*o*l+l*o*o+o*l*o)*s[0]+o*o*o*i[0]))/1e3,f=t.round(1e3*(l*l*l*e[1]+(o*l*l+l*o*l+l*l*o)*r[1]+(o*o*l+l*o*o+o*l*o)*s[1]+o*o*o*i[1]))/1e3;return[p,f]}var p=createTypedArray(\"float32\",8);function f(e,i,r,s,a,n,o){a<0?a=0:a>1&&(a=1);var l=h(a,o);n=n>1?1:n;var f,m=h(n,o),c=e.length,d=1-l,u=1-m,y=d*d*d,g=l*d*d*3,v=l*l*d*3,b=l*l*l,x=d*d*u,P=l*d*u+d*l*u+d*d*m,E=l*l*u+d*l*m+l*d*m,S=l*l*m,C=d*u*u,_=l*u*u+d*m*u+d*u*m,A=l*m*u+d*m*m+l*u*m,T=l*m*m,k=u*u*u,M=m*u*u+u*m*u+u*u*m,D=m*m*u+u*m*m+m*u*m,w=m*m*m;for(f=0;f<c;f+=1)p[4*f]=t.round(1e3*(y*e[f]+g*r[f]+v*s[f]+b*i[f]))/1e3,p[4*f+1]=t.round(1e3*(x*e[f]+P*r[f]+E*s[f]+S*i[f]))/1e3,p[4*f+2]=t.round(1e3*(C*e[f]+_*r[f]+A*s[f]+T*i[f]))/1e3,p[4*f+3]=t.round(1e3*(k*e[f]+M*r[f]+D*s[f]+w*i[f]))/1e3;return p}return{getSegmentsLength:s,getNewSegment:f,getPointInSegment:l,buildBezierData:o,pointOnLine2D:e,pointOnLine3D:i}}var bez=bezFunction(),initFrame=initialDefaultFrame,mathAbs=Math.abs;function interpolateValue(t,e){var i,r=this.offsetTime;\"multidimensional\"===this.propType&&(i=createTypedArray(\"float32\",this.pv.length));var s,a,n,o,h,l,p,f,m,c=e.lastIndex,d=c,u=this.keyframes.length-1,y=!0;while(y){if(s=this.keyframes[d],a=this.keyframes[d+1],d===u-1&&t>=a.t-r){s.h&&(s=a),c=0;break}if(a.t-r>t){c=d;break}d<u-1?d+=1:(c=0,y=!1)}n=this.keyframesMetadata[d]||{};var g,v=a.t-r,b=s.t-r;if(s.to){n.bezierData||(n.bezierData=bez.buildBezierData(s.s,a.s||s.e,s.to,s.ti));var x=n.bezierData;if(t>=v||t<b){var P=t>=v?x.points.length-1:0;for(h=x.points[P].point.length,o=0;o<h;o+=1)i[o]=x.points[P].point[o]}else{n.__fnct?m=n.__fnct:(m=BezierFactory.getBezierEasing(s.o.x,s.o.y,s.i.x,s.i.y,s.n).get,n.__fnct=m),l=m((t-b)/(v-b));var E,S=x.segmentLength*l,C=e.lastFrame<t&&e._lastKeyframeIndex===d?e._lastAddedLength:0;f=e.lastFrame<t&&e._lastKeyframeIndex===d?e._lastPoint:0,y=!0,p=x.points.length;while(y){if(C+=x.points[f].partialLength,0===S||0===l||f===x.points.length-1){for(h=x.points[f].point.length,o=0;o<h;o+=1)i[o]=x.points[f].point[o];break}if(S>=C&&S<C+x.points[f+1].partialLength){for(E=(S-C)/x.points[f+1].partialLength,h=x.points[f].point.length,o=0;o<h;o+=1)i[o]=x.points[f].point[o]+(x.points[f+1].point[o]-x.points[f].point[o])*E;break}f<p-1?f+=1:y=!1}e._lastPoint=f,e._lastAddedLength=C-x.points[f].partialLength,e._lastKeyframeIndex=d}}else{var _,A,T,k,M;if(u=s.s.length,g=a.s||s.e,this.sh&&1!==s.h)if(t>=v)i[0]=g[0],i[1]=g[1],i[2]=g[2];else if(t<=b)i[0]=s.s[0],i[1]=s.s[1],i[2]=s.s[2];else{var D=createQuaternion(s.s),w=createQuaternion(g),F=(t-b)/(v-b);quaternionToEuler(i,slerp(D,w,F))}else for(d=0;d<u;d+=1)1!==s.h&&(t>=v?l=1:t<b?l=0:(s.o.x.constructor===Array?(n.__fnct||(n.__fnct=[]),n.__fnct[d]?m=n.__fnct[d]:(_=void 0===s.o.x[d]?s.o.x[0]:s.o.x[d],A=void 0===s.o.y[d]?s.o.y[0]:s.o.y[d],T=void 0===s.i.x[d]?s.i.x[0]:s.i.x[d],k=void 0===s.i.y[d]?s.i.y[0]:s.i.y[d],m=BezierFactory.getBezierEasing(_,A,T,k).get,n.__fnct[d]=m)):n.__fnct?m=n.__fnct:(_=s.o.x,A=s.o.y,T=s.i.x,k=s.i.y,m=BezierFactory.getBezierEasing(_,A,T,k).get,s.keyframeMetadata=m),l=m((t-b)/(v-b)))),g=a.s||s.e,M=1===s.h?s.s[d]:s.s[d]+(g[d]-s.s[d])*l,\"multidimensional\"===this.propType?i[d]=M:i=M}return e.lastIndex=c,i}function slerp(t,e,i){var r,s,a,n,o,h=[],l=t[0],p=t[1],f=t[2],m=t[3],c=e[0],d=e[1],u=e[2],y=e[3];return s=l*c+p*d+f*u+m*y,s<0&&(s=-s,c=-c,d=-d,u=-u,y=-y),1-s>1e-6?(r=Math.acos(s),a=Math.sin(r),n=Math.sin((1-i)*r)/a,o=Math.sin(i*r)/a):(n=1-i,o=i),h[0]=n*l+o*c,h[1]=n*p+o*d,h[2]=n*f+o*u,h[3]=n*m+o*y,h}function quaternionToEuler(t,e){var i=e[0],r=e[1],s=e[2],a=e[3],n=Math.atan2(2*r*a-2*i*s,1-2*r*r-2*s*s),o=Math.asin(2*i*r+2*s*a),h=Math.atan2(2*i*a-2*r*s,1-2*i*i-2*s*s);t[0]=n/degToRads,t[1]=o/degToRads,t[2]=h/degToRads}function createQuaternion(t){var e=t[0]*degToRads,i=t[1]*degToRads,r=t[2]*degToRads,s=Math.cos(e/2),a=Math.cos(i/2),n=Math.cos(r/2),o=Math.sin(e/2),h=Math.sin(i/2),l=Math.sin(r/2),p=s*a*n-o*h*l,f=o*h*n+s*a*l,m=o*a*n+s*h*l,c=s*h*n-o*a*l;return[f,m,c,p]}function getValueAtCurrentTime(){var t=this.comp.renderedFrame-this.offsetTime,e=this.keyframes[0].t-this.offsetTime,i=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(t===this._caching.lastFrame||this._caching.lastFrame!==initFrame&&(this._caching.lastFrame>=i&&t>=i||this._caching.lastFrame<e&&t<e))){this._caching.lastFrame>=t&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var r=this.interpolateValue(t,this._caching);this.pv=r}return this._caching.lastFrame=t,this.pv}function setVValue(t){var e;if(\"unidimensional\"===this.propType)e=t*this.mult,mathAbs(this.v-e)>1e-5&&(this.v=e,this._mdf=!0);else{var i=0,r=this.v.length;while(i<r)e=t[i]*this.mult,mathAbs(this.v[i]-e)>1e-5&&(this.v[i]=e,this._mdf=!0),i+=1}}function processEffectsSequence(){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{var t;this.lock=!0,this._mdf=this._isFirstFrame;var e=this.effectsSequence.length,i=this.kf?this.pv:this.data.k;for(t=0;t<e;t+=1)i=this.effectsSequence[t](i);this.setVValue(i),this._isFirstFrame=!1,this.lock=!1,this.frameId=this.elem.globalData.frameId}}function addEffect(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)}function ValueProperty(t,e,i,r){this.propType=\"unidimensional\",this.mult=i||1,this.data=e,this.v=i?e.k*i:e.k,this.pv=e.k,this._mdf=!1,this.elem=t,this.container=r,this.comp=t.comp,this.k=!1,this.kf=!1,this.vel=0,this.effectsSequence=[],this._isFirstFrame=!0,this.getValue=processEffectsSequence,this.setVValue=setVValue,this.addEffect=addEffect}function MultiDimensionalProperty(t,e,i,r){var s;this.propType=\"multidimensional\",this.mult=i||1,this.data=e,this._mdf=!1,this.elem=t,this.container=r,this.comp=t.comp,this.k=!1,this.kf=!1,this.frameId=-1;var a=e.k.length;for(this.v=createTypedArray(\"float32\",a),this.pv=createTypedArray(\"float32\",a),this.vel=createTypedArray(\"float32\",a),s=0;s<a;s+=1)this.v[s]=e.k[s]*this.mult,this.pv[s]=e.k[s];this._isFirstFrame=!0,this.effectsSequence=[],this.getValue=processEffectsSequence,this.setVValue=setVValue,this.addEffect=addEffect}function KeyframedValueProperty(t,e,i,r){this.propType=\"unidimensional\",this.keyframes=e.k,this.keyframesMetadata=[],this.offsetTime=t.data.st,this.frameId=-1,this._caching={lastFrame:initFrame,lastIndex:0,value:0,_lastKeyframeIndex:-1},this.k=!0,this.kf=!0,this.data=e,this.mult=i||1,this.elem=t,this.container=r,this.comp=t.comp,this.v=initFrame,this.pv=initFrame,this._isFirstFrame=!0,this.getValue=processEffectsSequence,this.setVValue=setVValue,this.interpolateValue=interpolateValue,this.effectsSequence=[getValueAtCurrentTime.bind(this)],this.addEffect=addEffect}function KeyframedMultidimensionalProperty(t,e,i,r){var s;this.propType=\"multidimensional\";var a,n,o,h,l=e.k.length;for(s=0;s<l-1;s+=1)e.k[s].to&&e.k[s].s&&e.k[s+1]&&e.k[s+1].s&&(a=e.k[s].s,n=e.k[s+1].s,o=e.k[s].to,h=e.k[s].ti,(2===a.length&&(a[0]!==n[0]||a[1]!==n[1])&&bez.pointOnLine2D(a[0],a[1],n[0],n[1],a[0]+o[0],a[1]+o[1])&&bez.pointOnLine2D(a[0],a[1],n[0],n[1],n[0]+h[0],n[1]+h[1])||3===a.length&&(a[0]!==n[0]||a[1]!==n[1]||a[2]!==n[2])&&bez.pointOnLine3D(a[0],a[1],a[2],n[0],n[1],n[2],a[0]+o[0],a[1]+o[1],a[2]+o[2])&&bez.pointOnLine3D(a[0],a[1],a[2],n[0],n[1],n[2],n[0]+h[0],n[1]+h[1],n[2]+h[2]))&&(e.k[s].to=null,e.k[s].ti=null),a[0]===n[0]&&a[1]===n[1]&&0===o[0]&&0===o[1]&&0===h[0]&&0===h[1]&&(2===a.length||a[2]===n[2]&&0===o[2]&&0===h[2])&&(e.k[s].to=null,e.k[s].ti=null));this.effectsSequence=[getValueAtCurrentTime.bind(this)],this.data=e,this.keyframes=e.k,this.keyframesMetadata=[],this.offsetTime=t.data.st,this.k=!0,this.kf=!0,this._isFirstFrame=!0,this.mult=i||1,this.elem=t,this.container=r,this.comp=t.comp,this.getValue=processEffectsSequence,this.setVValue=setVValue,this.interpolateValue=interpolateValue,this.frameId=-1;var p=e.k[0].s.length;for(this.v=createTypedArray(\"float32\",p),this.pv=createTypedArray(\"float32\",p),s=0;s<p;s+=1)this.v[s]=initFrame,this.pv[s]=initFrame;this._caching={lastFrame:initFrame,lastIndex:0,value:createTypedArray(\"float32\",p)},this.addEffect=addEffect}var PropertyFactory=function(){function t(t,e,i,r,s){var a;if(e.sid&&(e=t.globalData.slotManager.getProp(e)),e.k.length)if(\"number\"===typeof e.k[0])a=new MultiDimensionalProperty(t,e,r,s);else switch(i){case 0:a=new KeyframedValueProperty(t,e,r,s);break;case 1:a=new KeyframedMultidimensionalProperty(t,e,r,s);break;default:break}else a=new ValueProperty(t,e,r,s);return a.effectsSequence.length&&s.addDynamicProperty(a),a}var e={getProp:t};return e}();function DynamicPropertyContainer(){}DynamicPropertyContainer.prototype={addDynamicProperty:function(t){-1===this.dynamicProperties.indexOf(t)&&(this.dynamicProperties.push(t),this.container.addDynamicProperty(this),this._isAnimated=!0)},iterateDynamicProperties:function(){var t;this._mdf=!1;var e=this.dynamicProperties.length;for(t=0;t<e;t+=1)this.dynamicProperties[t].getValue(),this.dynamicProperties[t]._mdf&&(this._mdf=!0)},initDynamicPropertyContainer:function(t){this.container=t,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1}};var pointPool=function(){function t(){return createTypedArray(\"float32\",2)}return poolFactory(8,t)}();function ShapePath(){this.c=!1,this._length=0,this._maxLength=8,this.v=createSizedArray(this._maxLength),this.o=createSizedArray(this._maxLength),this.i=createSizedArray(this._maxLength)}ShapePath.prototype.setPathData=function(t,e){this.c=t,this.setLength(e);var i=0;while(i<e)this.v[i]=pointPool.newElement(),this.o[i]=pointPool.newElement(),this.i[i]=pointPool.newElement(),i+=1},ShapePath.prototype.setLength=function(t){while(this._maxLength<t)this.doubleArrayLength();this._length=t},ShapePath.prototype.doubleArrayLength=function(){this.v=this.v.concat(createSizedArray(this._maxLength)),this.i=this.i.concat(createSizedArray(this._maxLength)),this.o=this.o.concat(createSizedArray(this._maxLength)),this._maxLength*=2},ShapePath.prototype.setXYAt=function(t,e,i,r,s){var a;switch(this._length=Math.max(this._length,r+1),this._length>=this._maxLength&&this.doubleArrayLength(),i){case\"v\":a=this.v;break;case\"i\":a=this.i;break;case\"o\":a=this.o;break;default:a=[];break}(!a[r]||a[r]&&!s)&&(a[r]=pointPool.newElement()),a[r][0]=t,a[r][1]=e},ShapePath.prototype.setTripleAt=function(t,e,i,r,s,a,n,o){this.setXYAt(t,e,\"v\",n,o),this.setXYAt(i,r,\"o\",n,o),this.setXYAt(s,a,\"i\",n,o)},ShapePath.prototype.reverse=function(){var t=new ShapePath;t.setPathData(this.c,this._length);var e=this.v,i=this.o,r=this.i,s=0;this.c&&(t.setTripleAt(e[0][0],e[0][1],r[0][0],r[0][1],i[0][0],i[0][1],0,!1),s=1);var a,n=this._length-1,o=this._length;for(a=s;a<o;a+=1)t.setTripleAt(e[n][0],e[n][1],r[n][0],r[n][1],i[n][0],i[n][1],a,!1),n-=1;return t},ShapePath.prototype.length=function(){return this._length};var shapePool=function(){function t(){return new ShapePath}function e(t){var e,i=t._length;for(e=0;e<i;e+=1)pointPool.release(t.v[e]),pointPool.release(t.i[e]),pointPool.release(t.o[e]),t.v[e]=null,t.i[e]=null,t.o[e]=null;t._length=0,t.c=!1}function i(t){var e,i=r.newElement(),s=void 0===t._length?t.v.length:t._length;for(i.setLength(s),i.c=t.c,e=0;e<s;e+=1)i.setTripleAt(t.v[e][0],t.v[e][1],t.o[e][0],t.o[e][1],t.i[e][0],t.i[e][1],e);return i}var r=poolFactory(4,t,e);return r.clone=i,r}();function ShapeCollection(){this._length=0,this._maxLength=4,this.shapes=createSizedArray(this._maxLength)}ShapeCollection.prototype.addShape=function(t){this._length===this._maxLength&&(this.shapes=this.shapes.concat(createSizedArray(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=t,this._length+=1},ShapeCollection.prototype.releaseShapes=function(){var t;for(t=0;t<this._length;t+=1)shapePool.release(this.shapes[t]);this._length=0};var shapeCollectionPool=function(){var t={newShapeCollection:s,release:a},e=0,i=4,r=createSizedArray(i);function s(){var t;return e?(e-=1,t=r[e]):t=new ShapeCollection,t}function a(t){var s,a=t._length;for(s=0;s<a;s+=1)shapePool.release(t.shapes[s]);t._length=0,e===i&&(r=pooling[\"double\"](r),i*=2),r[e]=t,e+=1}return t}(),ShapePropertyFactory=function(){var t=-999999;function e(t,e,i){var r,s,a,n,o,h,l,p,f,m=i.lastIndex,c=this.keyframes;if(t<c[0].t-this.offsetTime)r=c[0].s[0],a=!0,m=0;else if(t>=c[c.length-1].t-this.offsetTime)r=c[c.length-1].s?c[c.length-1].s[0]:c[c.length-2].e[0],a=!0;else{var d,u,y,g=m,v=c.length-1,b=!0;while(b){if(d=c[g],u=c[g+1],u.t-this.offsetTime>t)break;g<v-1?g+=1:b=!1}if(y=this.keyframesMetadata[g]||{},a=1===d.h,m=g,!a){if(t>=u.t-this.offsetTime)p=1;else if(t<d.t-this.offsetTime)p=0;else{var x;y.__fnct?x=y.__fnct:(x=BezierFactory.getBezierEasing(d.o.x,d.o.y,d.i.x,d.i.y).get,y.__fnct=x),p=x((t-(d.t-this.offsetTime))/(u.t-this.offsetTime-(d.t-this.offsetTime)))}s=u.s?u.s[0]:d.e[0]}r=d.s[0]}for(h=e._length,l=r.i[0].length,i.lastIndex=m,n=0;n<h;n+=1)for(o=0;o<l;o+=1)f=a?r.i[n][o]:r.i[n][o]+(s.i[n][o]-r.i[n][o])*p,e.i[n][o]=f,f=a?r.o[n][o]:r.o[n][o]+(s.o[n][o]-r.o[n][o])*p,e.o[n][o]=f,f=a?r.v[n][o]:r.v[n][o]+(s.v[n][o]-r.v[n][o])*p,e.v[n][o]=f}function i(){var e=this.comp.renderedFrame-this.offsetTime,i=this.keyframes[0].t-this.offsetTime,r=this.keyframes[this.keyframes.length-1].t-this.offsetTime,s=this._caching.lastFrame;return s!==t&&(s<i&&e<i||s>r&&e>r)||(this._caching.lastIndex=s<e?this._caching.lastIndex:0,this.interpolateShape(e,this.pv,this._caching)),this._caching.lastFrame=e,this.pv}function r(){this.paths=this.localShapeCollection}function s(t,e){if(t._length!==e._length||t.c!==e.c)return!1;var i,r=t._length;for(i=0;i<r;i+=1)if(t.v[i][0]!==e.v[i][0]||t.v[i][1]!==e.v[i][1]||t.o[i][0]!==e.o[i][0]||t.o[i][1]!==e.o[i][1]||t.i[i][0]!==e.i[i][0]||t.i[i][1]!==e.i[i][1])return!1;return!0}function a(t){s(this.v,t)||(this.v=shapePool.clone(t),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)}function n(){if(this.elem.globalData.frameId!==this.frameId)if(this.effectsSequence.length)if(this.lock)this.setVValue(this.pv);else{var t,e;this.lock=!0,this._mdf=!1,t=this.kf?this.pv:this.data.ks?this.data.ks.k:this.data.pt.k;var i=this.effectsSequence.length;for(e=0;e<i;e+=1)t=this.effectsSequence[e](t);this.setVValue(t),this.lock=!1,this.frameId=this.elem.globalData.frameId}else this._mdf=!1}function o(t,e,i){this.propType=\"shape\",this.comp=t.comp,this.container=t,this.elem=t,this.data=e,this.k=!1,this.kf=!1,this._mdf=!1;var s=3===i?e.pt.k:e.ks.k;this.v=shapePool.clone(s),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.reset=r,this.effectsSequence=[]}function h(t){this.effectsSequence.push(t),this.container.addDynamicProperty(this)}function l(e,s,a){this.propType=\"shape\",this.comp=e.comp,this.elem=e,this.container=e,this.offsetTime=e.data.st,this.keyframes=3===a?s.pt.k:s.ks.k,this.keyframesMetadata=[],this.k=!0,this.kf=!0;var n=this.keyframes[0].s[0].i.length;this.v=shapePool.newElement(),this.v.setPathData(this.keyframes[0].s[0].c,n),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.lastFrame=t,this.reset=r,this._caching={lastFrame:t,lastIndex:0},this.effectsSequence=[i.bind(this)]}o.prototype.interpolateShape=e,o.prototype.getValue=n,o.prototype.setVValue=a,o.prototype.addEffect=h,l.prototype.getValue=n,l.prototype.interpolateShape=e,l.prototype.setVValue=a,l.prototype.addEffect=h;var p=function(){var t=roundCorner;function e(t,e){this.v=shapePool.newElement(),this.v.setPathData(!0,4),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.localShapeCollection.addShape(this.v),this.d=e.d,this.elem=t,this.comp=t.comp,this.frameId=-1,this.initDynamicPropertyContainer(t),this.p=PropertyFactory.getProp(t,e.p,1,0,this),this.s=PropertyFactory.getProp(t,e.s,1,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertEllToPath())}return e.prototype={reset:r,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertEllToPath())},convertEllToPath:function(){var e=this.p.v[0],i=this.p.v[1],r=this.s.v[0]/2,s=this.s.v[1]/2,a=3!==this.d,n=this.v;n.v[0][0]=e,n.v[0][1]=i-s,n.v[1][0]=a?e+r:e-r,n.v[1][1]=i,n.v[2][0]=e,n.v[2][1]=i+s,n.v[3][0]=a?e-r:e+r,n.v[3][1]=i,n.i[0][0]=a?e-r*t:e+r*t,n.i[0][1]=i-s,n.i[1][0]=a?e+r:e-r,n.i[1][1]=i-s*t,n.i[2][0]=a?e+r*t:e-r*t,n.i[2][1]=i+s,n.i[3][0]=a?e-r:e+r,n.i[3][1]=i+s*t,n.o[0][0]=a?e+r*t:e-r*t,n.o[0][1]=i-s,n.o[1][0]=a?e+r:e-r,n.o[1][1]=i+s*t,n.o[2][0]=a?e-r*t:e+r*t,n.o[2][1]=i+s,n.o[3][0]=a?e-r:e+r,n.o[3][1]=i-s*t}},extendPrototype([DynamicPropertyContainer],e),e}(),f=function(){function t(t,e){this.v=shapePool.newElement(),this.v.setPathData(!0,0),this.elem=t,this.comp=t.comp,this.data=e,this.frameId=-1,this.d=e.d,this.initDynamicPropertyContainer(t),1===e.sy?(this.ir=PropertyFactory.getProp(t,e.ir,0,0,this),this.is=PropertyFactory.getProp(t,e.is,0,.01,this),this.convertToPath=this.convertStarToPath):this.convertToPath=this.convertPolygonToPath,this.pt=PropertyFactory.getProp(t,e.pt,0,0,this),this.p=PropertyFactory.getProp(t,e.p,1,0,this),this.r=PropertyFactory.getProp(t,e.r,0,degToRads,this),this.or=PropertyFactory.getProp(t,e.or,0,0,this),this.os=PropertyFactory.getProp(t,e.os,0,.01,this),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertToPath())}return t.prototype={reset:r,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertToPath())},convertStarToPath:function(){var t,e,i,r,s=2*Math.floor(this.pt.v),a=2*Math.PI/s,n=!0,o=this.or.v,h=this.ir.v,l=this.os.v,p=this.is.v,f=2*Math.PI*o/(2*s),m=2*Math.PI*h/(2*s),c=-Math.PI/2;c+=this.r.v;var d=3===this.data.d?-1:1;for(this.v._length=0,t=0;t<s;t+=1){e=n?o:h,i=n?l:p,r=n?f:m;var u=e*Math.cos(c),y=e*Math.sin(c),g=0===u&&0===y?0:y/Math.sqrt(u*u+y*y),v=0===u&&0===y?0:-u/Math.sqrt(u*u+y*y);u+=+this.p.v[0],y+=+this.p.v[1],this.v.setTripleAt(u,y,u-g*r*i*d,y-v*r*i*d,u+g*r*i*d,y+v*r*i*d,t,!0),n=!n,c+=a*d}},convertPolygonToPath:function(){var t,e=Math.floor(this.pt.v),i=2*Math.PI/e,r=this.or.v,s=this.os.v,a=2*Math.PI*r/(4*e),n=.5*-Math.PI,o=3===this.data.d?-1:1;for(n+=this.r.v,this.v._length=0,t=0;t<e;t+=1){var h=r*Math.cos(n),l=r*Math.sin(n),p=0===h&&0===l?0:l/Math.sqrt(h*h+l*l),f=0===h&&0===l?0:-h/Math.sqrt(h*h+l*l);h+=+this.p.v[0],l+=+this.p.v[1],this.v.setTripleAt(h,l,h-p*a*s*o,l-f*a*s*o,h+p*a*s*o,l+f*a*s*o,t,!0),n+=i*o}this.paths.length=0,this.paths[0]=this.v}},extendPrototype([DynamicPropertyContainer],t),t}(),m=function(){function t(t,e){this.v=shapePool.newElement(),this.v.c=!0,this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.elem=t,this.comp=t.comp,this.frameId=-1,this.d=e.d,this.initDynamicPropertyContainer(t),this.p=PropertyFactory.getProp(t,e.p,1,0,this),this.s=PropertyFactory.getProp(t,e.s,1,0,this),this.r=PropertyFactory.getProp(t,e.r,0,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertRectToPath())}return t.prototype={convertRectToPath:function(){var t=this.p.v[0],e=this.p.v[1],i=this.s.v[0]/2,r=this.s.v[1]/2,s=bmMin(i,r,this.r.v),a=s*(1-roundCorner);this.v._length=0,2===this.d||1===this.d?(this.v.setTripleAt(t+i,e-r+s,t+i,e-r+s,t+i,e-r+a,0,!0),this.v.setTripleAt(t+i,e+r-s,t+i,e+r-a,t+i,e+r-s,1,!0),0!==s?(this.v.setTripleAt(t+i-s,e+r,t+i-s,e+r,t+i-a,e+r,2,!0),this.v.setTripleAt(t-i+s,e+r,t-i+a,e+r,t-i+s,e+r,3,!0),this.v.setTripleAt(t-i,e+r-s,t-i,e+r-s,t-i,e+r-a,4,!0),this.v.setTripleAt(t-i,e-r+s,t-i,e-r+a,t-i,e-r+s,5,!0),this.v.setTripleAt(t-i+s,e-r,t-i+s,e-r,t-i+a,e-r,6,!0),this.v.setTripleAt(t+i-s,e-r,t+i-a,e-r,t+i-s,e-r,7,!0)):(this.v.setTripleAt(t-i,e+r,t-i+a,e+r,t-i,e+r,2),this.v.setTripleAt(t-i,e-r,t-i,e-r+a,t-i,e-r,3))):(this.v.setTripleAt(t+i,e-r+s,t+i,e-r+a,t+i,e-r+s,0,!0),0!==s?(this.v.setTripleAt(t+i-s,e-r,t+i-s,e-r,t+i-a,e-r,1,!0),this.v.setTripleAt(t-i+s,e-r,t-i+a,e-r,t-i+s,e-r,2,!0),this.v.setTripleAt(t-i,e-r+s,t-i,e-r+s,t-i,e-r+a,3,!0),this.v.setTripleAt(t-i,e+r-s,t-i,e+r-a,t-i,e+r-s,4,!0),this.v.setTripleAt(t-i+s,e+r,t-i+s,e+r,t-i+a,e+r,5,!0),this.v.setTripleAt(t+i-s,e+r,t+i-a,e+r,t+i-s,e+r,6,!0),this.v.setTripleAt(t+i,e+r-s,t+i,e+r-s,t+i,e+r-a,7,!0)):(this.v.setTripleAt(t-i,e-r,t-i+a,e-r,t-i,e-r,1,!0),this.v.setTripleAt(t-i,e+r,t-i,e+r-a,t-i,e+r,2,!0),this.v.setTripleAt(t+i,e+r,t+i-a,e+r,t+i,e+r,3,!0)))},getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertRectToPath())},reset:r},extendPrototype([DynamicPropertyContainer],t),t}();function c(t,e,i){var r;if(3===i||4===i){var s=3===i?e.pt:e.ks,a=s.k;r=a.length?new l(t,e,i):new o(t,e,i)}else 5===i?r=new m(t,e):6===i?r=new p(t,e):7===i&&(r=new f(t,e));return r.k&&t.addDynamicProperty(r),r}function d(){return o}function u(){return l}var y={};return y.getShapeProp=c,y.getConstructorFunction=d,y.getKeyframedConstructorFunction=u,y}(),Matrix=function(){var t=Math.cos,e=Math.sin,i=Math.tan,r=Math.round;function s(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function a(i){if(0===i)return this;var r=t(i),s=e(i);return this._t(r,-s,0,0,s,r,0,0,0,0,1,0,0,0,0,1)}function n(i){if(0===i)return this;var r=t(i),s=e(i);return this._t(1,0,0,0,0,r,-s,0,0,s,r,0,0,0,0,1)}function o(i){if(0===i)return this;var r=t(i),s=e(i);return this._t(r,0,s,0,0,1,0,0,-s,0,r,0,0,0,0,1)}function h(i){if(0===i)return this;var r=t(i),s=e(i);return this._t(r,-s,0,0,s,r,0,0,0,0,1,0,0,0,0,1)}function l(t,e){return this._t(1,e,t,1,0,0)}function p(t,e){return this.shear(i(t),i(e))}function f(r,s){var a=t(s),n=e(s);return this._t(a,n,0,0,-n,a,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,i(r),1,0,0,0,0,1,0,0,0,0,1)._t(a,-n,0,0,n,a,0,0,0,0,1,0,0,0,0,1)}function m(t,e,i){return i||0===i||(i=1),1===t&&1===e&&1===i?this:this._t(t,0,0,0,0,e,0,0,0,0,i,0,0,0,0,1)}function c(t,e,i,r,s,a,n,o,h,l,p,f,m,c,d,u){return this.props[0]=t,this.props[1]=e,this.props[2]=i,this.props[3]=r,this.props[4]=s,this.props[5]=a,this.props[6]=n,this.props[7]=o,this.props[8]=h,this.props[9]=l,this.props[10]=p,this.props[11]=f,this.props[12]=m,this.props[13]=c,this.props[14]=d,this.props[15]=u,this}function d(t,e,i){return i=i||0,0!==t||0!==e||0!==i?this._t(1,0,0,0,0,1,0,0,0,0,1,0,t,e,i,1):this}function u(t,e,i,r,s,a,n,o,h,l,p,f,m,c,d,u){var y=this.props;if(1===t&&0===e&&0===i&&0===r&&0===s&&1===a&&0===n&&0===o&&0===h&&0===l&&1===p&&0===f)return y[12]=y[12]*t+y[15]*m,y[13]=y[13]*a+y[15]*c,y[14]=y[14]*p+y[15]*d,y[15]*=u,this._identityCalculated=!1,this;var g=y[0],v=y[1],b=y[2],x=y[3],P=y[4],E=y[5],S=y[6],C=y[7],_=y[8],A=y[9],T=y[10],k=y[11],M=y[12],D=y[13],w=y[14],F=y[15];return y[0]=g*t+v*s+b*h+x*m,y[1]=g*e+v*a+b*l+x*c,y[2]=g*i+v*n+b*p+x*d,y[3]=g*r+v*o+b*f+x*u,y[4]=P*t+E*s+S*h+C*m,y[5]=P*e+E*a+S*l+C*c,y[6]=P*i+E*n+S*p+C*d,y[7]=P*r+E*o+S*f+C*u,y[8]=_*t+A*s+T*h+k*m,y[9]=_*e+A*a+T*l+k*c,y[10]=_*i+A*n+T*p+k*d,y[11]=_*r+A*o+T*f+k*u,y[12]=M*t+D*s+w*h+F*m,y[13]=M*e+D*a+w*l+F*c,y[14]=M*i+D*n+w*p+F*d,y[15]=M*r+D*o+w*f+F*u,this._identityCalculated=!1,this}function y(t){var e=t.props;return this.transform(e[0],e[1],e[2],e[3],e[4],e[5],e[6],e[7],e[8],e[9],e[10],e[11],e[12],e[13],e[14],e[15])}function g(){return this._identityCalculated||(this._identity=!(1!==this.props[0]||0!==this.props[1]||0!==this.props[2]||0!==this.props[3]||0!==this.props[4]||1!==this.props[5]||0!==this.props[6]||0!==this.props[7]||0!==this.props[8]||0!==this.props[9]||1!==this.props[10]||0!==this.props[11]||0!==this.props[12]||0!==this.props[13]||0!==this.props[14]||1!==this.props[15]),this._identityCalculated=!0),this._identity}function v(t){var e=0;while(e<16){if(t.props[e]!==this.props[e])return!1;e+=1}return!0}function b(t){var e;for(e=0;e<16;e+=1)t.props[e]=this.props[e];return t}function x(t){var e;for(e=0;e<16;e+=1)this.props[e]=t[e]}function P(t,e,i){return{x:t*this.props[0]+e*this.props[4]+i*this.props[8]+this.props[12],y:t*this.props[1]+e*this.props[5]+i*this.props[9]+this.props[13],z:t*this.props[2]+e*this.props[6]+i*this.props[10]+this.props[14]}}function E(t,e,i){return t*this.props[0]+e*this.props[4]+i*this.props[8]+this.props[12]}function S(t,e,i){return t*this.props[1]+e*this.props[5]+i*this.props[9]+this.props[13]}function C(t,e,i){return t*this.props[2]+e*this.props[6]+i*this.props[10]+this.props[14]}function _(){var t=this.props[0]*this.props[5]-this.props[1]*this.props[4],e=this.props[5]/t,i=-this.props[1]/t,r=-this.props[4]/t,s=this.props[0]/t,a=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/t,n=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/t,o=new Matrix;return o.props[0]=e,o.props[1]=i,o.props[4]=r,o.props[5]=s,o.props[12]=a,o.props[13]=n,o}function A(t){var e=this.getInverseMatrix();return e.applyToPointArray(t[0],t[1],t[2]||0)}function T(t){var e,i=t.length,r=[];for(e=0;e<i;e+=1)r[e]=A(t[e]);return r}function k(t,e,i){var r=createTypedArray(\"float32\",6);if(this.isIdentity())r[0]=t[0],r[1]=t[1],r[2]=e[0],r[3]=e[1],r[4]=i[0],r[5]=i[1];else{var s=this.props[0],a=this.props[1],n=this.props[4],o=this.props[5],h=this.props[12],l=this.props[13];r[0]=t[0]*s+t[1]*n+h,r[1]=t[0]*a+t[1]*o+l,r[2]=e[0]*s+e[1]*n+h,r[3]=e[0]*a+e[1]*o+l,r[4]=i[0]*s+i[1]*n+h,r[5]=i[0]*a+i[1]*o+l}return r}function M(t,e,i){var r;return r=this.isIdentity()?[t,e,i]:[t*this.props[0]+e*this.props[4]+i*this.props[8]+this.props[12],t*this.props[1]+e*this.props[5]+i*this.props[9]+this.props[13],t*this.props[2]+e*this.props[6]+i*this.props[10]+this.props[14]],r}function D(t,e){if(this.isIdentity())return t+\",\"+e;var i=this.props;return Math.round(100*(t*i[0]+e*i[4]+i[12]))/100+\",\"+Math.round(100*(t*i[1]+e*i[5]+i[13]))/100}function w(){var t=0,e=this.props,i=\"matrix3d(\",s=1e4;while(t<16)i+=r(e[t]*s)/s,i+=15===t?\")\":\",\",t+=1;return i}function F(t){var e=1e4;return t<1e-6&&t>0||t>-1e-6&&t<0?r(t*e)/e:t}function I(){var t=this.props,e=F(t[0]),i=F(t[1]),r=F(t[4]),s=F(t[5]),a=F(t[12]),n=F(t[13]);return\"matrix(\"+e+\",\"+i+\",\"+r+\",\"+s+\",\"+a+\",\"+n+\")\"}return function(){this.reset=s,this.rotate=a,this.rotateX=n,this.rotateY=o,this.rotateZ=h,this.skew=p,this.skewFromAxis=f,this.shear=l,this.scale=m,this.setTransform=c,this.translate=d,this.transform=u,this.multiply=y,this.applyToPoint=P,this.applyToX=E,this.applyToY=S,this.applyToZ=C,this.applyToPointArray=M,this.applyToTriplePoints=k,this.applyToPointStringified=D,this.toCSS=w,this.to2dCSS=I,this.clone=b,this.cloneFromProps=x,this.equals=v,this.inversePoints=T,this.inversePoint=A,this.getInverseMatrix=_,this._t=this.transform,this.isIdentity=g,this._identity=!0,this._identityCalculated=!1,this.props=createTypedArray(\"float32\",16),this.reset()}}();function _typeof$3(t){return _typeof$3=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t},_typeof$3(t)}var lottie={},standalone=\"__[STANDALONE]__\",animationData=\"__[ANIMATIONDATA]__\",renderer=\"\";function setLocation(t){setLocationHref(t)}function searchAnimations(){!0===standalone?animationManager.searchAnimations(animationData,standalone,renderer):animationManager.searchAnimations()}function setSubframeRendering(t){setSubframeEnabled(t)}function setPrefix(t){setIdPrefix(t)}function loadAnimation(t){return!0===standalone&&(t.animationData=JSON.parse(animationData)),animationManager.loadAnimation(t)}function setQuality(t){if(\"string\"===typeof t)switch(t){case\"high\":setDefaultCurveSegments(200);break;default:case\"medium\":setDefaultCurveSegments(50);break;case\"low\":setDefaultCurveSegments(10);break}else!isNaN(t)&&t>1&&setDefaultCurveSegments(t);getDefaultCurveSegments()>=50?roundValues(!1):roundValues(!0)}function inBrowser(){return\"undefined\"!==typeof navigator}function installPlugin(t,e){\"expressions\"===t&&setExpressionsPlugin(e)}function getFactory(t){switch(t){case\"propertyFactory\":return PropertyFactory;case\"shapePropertyFactory\":return ShapePropertyFactory;case\"matrix\":return Matrix;default:return null}}function checkReady(){\"complete\"===document.readyState&&(clearInterval(readyStateCheckInterval),searchAnimations())}function getQueryVariable(t){for(var e=queryString.split(\"&\"),i=0;i<e.length;i+=1){var r=e[i].split(\"=\");if(decodeURIComponent(r[0])==t)return decodeURIComponent(r[1])}return null}lottie.play=animationManager.play,lottie.pause=animationManager.pause,lottie.setLocationHref=setLocation,lottie.togglePause=animationManager.togglePause,lottie.setSpeed=animationManager.setSpeed,lottie.setDirection=animationManager.setDirection,lottie.stop=animationManager.stop,lottie.searchAnimations=searchAnimations,lottie.registerAnimation=animationManager.registerAnimation,lottie.loadAnimation=loadAnimation,lottie.setSubframeRendering=setSubframeRendering,lottie.resize=animationManager.resize,lottie.goToAndStop=animationManager.goToAndStop,lottie.destroy=animationManager.destroy,lottie.setQuality=setQuality,lottie.inBrowser=inBrowser,lottie.installPlugin=installPlugin,lottie.freeze=animationManager.freeze,lottie.unfreeze=animationManager.unfreeze,lottie.setVolume=animationManager.setVolume,lottie.mute=animationManager.mute,lottie.unmute=animationManager.unmute,lottie.getRegisteredAnimations=animationManager.getRegisteredAnimations,lottie.useWebWorker=setWebWorker,lottie.setIDPrefix=setPrefix,lottie.__getFactory=getFactory,lottie.version=\"5.12.2\";var queryString=\"\";if(standalone){var scripts=document.getElementsByTagName(\"script\"),index=scripts.length-1,myScript=scripts[index]||{src:\"\"};queryString=myScript.src?myScript.src.replace(/^[^\\?]+\\??/,\"\"):\"\",renderer=getQueryVariable(\"renderer\")}var readyStateCheckInterval=setInterval(checkReady,100);try{\"object\"===_typeof$3(exports)&&\"undefined\"!==typeof module||__webpack_require__(\"3c35\")||(window.bodymovin=lottie)}catch(err){}var ShapeModifiers=function(){var t={},e={};function i(t,i){e[t]||(e[t]=i)}function r(t,i,r){return new e[t](i,r)}return t.registerModifier=i,t.getModifier=r,t}();function ShapeModifier(){}function TrimModifier(){}function PuckerAndBloatModifier(){}ShapeModifier.prototype.initModifierProperties=function(){},ShapeModifier.prototype.addShapeToModifier=function(){},ShapeModifier.prototype.addShape=function(t){if(!this.closed){t.sh.container.addDynamicProperty(t.sh);var e={shape:t.sh,data:t,localShapeCollection:shapeCollectionPool.newShapeCollection()};this.shapes.push(e),this.addShapeToModifier(e),this._isAnimated&&t.setAsAnimated()}},ShapeModifier.prototype.init=function(t,e){this.shapes=[],this.elem=t,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e),this.frameId=initialDefaultFrame,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)},ShapeModifier.prototype.processKeys=function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties())},extendPrototype([DynamicPropertyContainer],ShapeModifier),extendPrototype([ShapeModifier],TrimModifier),TrimModifier.prototype.initModifierProperties=function(t,e){this.s=PropertyFactory.getProp(t,e.s,0,.01,this),this.e=PropertyFactory.getProp(t,e.e,0,.01,this),this.o=PropertyFactory.getProp(t,e.o,0,0,this),this.sValue=0,this.eValue=0,this.getValue=this.processKeys,this.m=e.m,this._isAnimated=!!this.s.effectsSequence.length||!!this.e.effectsSequence.length||!!this.o.effectsSequence.length},TrimModifier.prototype.addShapeToModifier=function(t){t.pathsData=[]},TrimModifier.prototype.calculateShapeEdges=function(t,e,i,r,s){var a=[];e<=1?a.push({s:t,e:e}):t>=1?a.push({s:t-1,e:e-1}):(a.push({s:t,e:1}),a.push({s:0,e:e-1}));var n,o,h=[],l=a.length;for(n=0;n<l;n+=1){var p,f;if(o=a[n],!(o.e*s<r||o.s*s>r+i))p=o.s*s<=r?0:(o.s*s-r)/i,f=o.e*s>=r+i?1:(o.e*s-r)/i,h.push([p,f])}return h.length||h.push([0,0]),h},TrimModifier.prototype.releasePathsData=function(t){var e,i=t.length;for(e=0;e<i;e+=1)segmentsLengthPool.release(t[e]);return t.length=0,t},TrimModifier.prototype.processShapes=function(t){var e,i,r,s;if(this._mdf||t){var a=this.o.v%360/360;if(a<0&&(a+=1),e=this.s.v>1?1+a:this.s.v<0?0+a:this.s.v+a,i=this.e.v>1?1+a:this.e.v<0?0+a:this.e.v+a,e>i){var n=e;e=i,i=n}e=1e-4*Math.round(1e4*e),i=1e-4*Math.round(1e4*i),this.sValue=e,this.eValue=i}else e=this.sValue,i=this.eValue;var o,h,l,p,f,m=this.shapes.length,c=0;if(i===e)for(s=0;s<m;s+=1)this.shapes[s].localShapeCollection.releaseShapes(),this.shapes[s].shape._mdf=!0,this.shapes[s].shape.paths=this.shapes[s].localShapeCollection,this._mdf&&(this.shapes[s].pathsData.length=0);else if(1===i&&0===e||0===i&&1===e){if(this._mdf)for(s=0;s<m;s+=1)this.shapes[s].pathsData.length=0,this.shapes[s].shape._mdf=!0}else{var d,u,y=[];for(s=0;s<m;s+=1)if(d=this.shapes[s],d.shape._mdf||this._mdf||t||2===this.m){if(r=d.shape.paths,h=r._length,f=0,!d.shape._mdf&&d.pathsData.length)f=d.totalShapeLength;else{for(l=this.releasePathsData(d.pathsData),o=0;o<h;o+=1)p=bez.getSegmentsLength(r.shapes[o]),l.push(p),f+=p.totalLength;d.totalShapeLength=f,d.pathsData=l}c+=f,d.shape._mdf=!0}else d.shape.paths=d.localShapeCollection;var g,v=e,b=i,x=0;for(s=m-1;s>=0;s-=1)if(d=this.shapes[s],d.shape._mdf){for(u=d.localShapeCollection,u.releaseShapes(),2===this.m&&m>1?(g=this.calculateShapeEdges(e,i,d.totalShapeLength,x,c),x+=d.totalShapeLength):g=[[v,b]],h=g.length,o=0;o<h;o+=1){v=g[o][0],b=g[o][1],y.length=0,b<=1?y.push({s:d.totalShapeLength*v,e:d.totalShapeLength*b}):v>=1?y.push({s:d.totalShapeLength*(v-1),e:d.totalShapeLength*(b-1)}):(y.push({s:d.totalShapeLength*v,e:d.totalShapeLength}),y.push({s:0,e:d.totalShapeLength*(b-1)}));var P=this.addShapes(d,y[0]);if(y[0].s!==y[0].e){if(y.length>1){var E=d.shape.paths.shapes[d.shape.paths._length-1];if(E.c){var S=P.pop();this.addPaths(P,u),P=this.addShapes(d,y[1],S)}else this.addPaths(P,u),P=this.addShapes(d,y[1])}this.addPaths(P,u)}}d.shape.paths=u}}},TrimModifier.prototype.addPaths=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)e.addShape(t[i])},TrimModifier.prototype.addSegment=function(t,e,i,r,s,a,n){s.setXYAt(e[0],e[1],\"o\",a),s.setXYAt(i[0],i[1],\"i\",a+1),n&&s.setXYAt(t[0],t[1],\"v\",a),s.setXYAt(r[0],r[1],\"v\",a+1)},TrimModifier.prototype.addSegmentFromArray=function(t,e,i,r){e.setXYAt(t[1],t[5],\"o\",i),e.setXYAt(t[2],t[6],\"i\",i+1),r&&e.setXYAt(t[0],t[4],\"v\",i),e.setXYAt(t[3],t[7],\"v\",i+1)},TrimModifier.prototype.addShapes=function(t,e,i){var r,s,a,n,o,h,l,p,f=t.pathsData,m=t.shape.paths.shapes,c=t.shape.paths._length,d=0,u=[],y=!0;for(i?(o=i._length,p=i._length):(i=shapePool.newElement(),o=0,p=0),u.push(i),r=0;r<c;r+=1){for(h=f[r].lengths,i.c=m[r].c,a=m[r].c?h.length:h.length+1,s=1;s<a;s+=1)if(n=h[s-1],d+n.addedLength<e.s)d+=n.addedLength,i.c=!1;else{if(d>e.e){i.c=!1;break}e.s<=d&&e.e>=d+n.addedLength?(this.addSegment(m[r].v[s-1],m[r].o[s-1],m[r].i[s],m[r].v[s],i,o,y),y=!1):(l=bez.getNewSegment(m[r].v[s-1],m[r].v[s],m[r].o[s-1],m[r].i[s],(e.s-d)/n.addedLength,(e.e-d)/n.addedLength,h[s-1]),this.addSegmentFromArray(l,i,o,y),y=!1,i.c=!1),d+=n.addedLength,o+=1}if(m[r].c&&h.length){if(n=h[s-1],d<=e.e){var g=h[s-1].addedLength;e.s<=d&&e.e>=d+g?(this.addSegment(m[r].v[s-1],m[r].o[s-1],m[r].i[0],m[r].v[0],i,o,y),y=!1):(l=bez.getNewSegment(m[r].v[s-1],m[r].v[0],m[r].o[s-1],m[r].i[0],(e.s-d)/g,(e.e-d)/g,h[s-1]),this.addSegmentFromArray(l,i,o,y),y=!1,i.c=!1)}else i.c=!1;d+=n.addedLength,o+=1}if(i._length&&(i.setXYAt(i.v[p][0],i.v[p][1],\"i\",p),i.setXYAt(i.v[i._length-1][0],i.v[i._length-1][1],\"o\",i._length-1)),d>e.e)break;r<c-1&&(i=shapePool.newElement(),y=!0,u.push(i),o=0)}return u},extendPrototype([ShapeModifier],PuckerAndBloatModifier),PuckerAndBloatModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amount=PropertyFactory.getProp(t,e.a,0,null,this),this._isAnimated=!!this.amount.effectsSequence.length},PuckerAndBloatModifier.prototype.processPath=function(t,e){var i=e/100,r=[0,0],s=t._length,a=0;for(a=0;a<s;a+=1)r[0]+=t.v[a][0],r[1]+=t.v[a][1];r[0]/=s,r[1]/=s;var n,o,h,l,p,f,m=shapePool.newElement();for(m.c=t.c,a=0;a<s;a+=1)n=t.v[a][0]+(r[0]-t.v[a][0])*i,o=t.v[a][1]+(r[1]-t.v[a][1])*i,h=t.o[a][0]+(r[0]-t.o[a][0])*-i,l=t.o[a][1]+(r[1]-t.o[a][1])*-i,p=t.i[a][0]+(r[0]-t.i[a][0])*-i,f=t.i[a][1]+(r[1]-t.i[a][1])*-i,m.setTripleAt(n,o,h,l,p,f,a);return m},PuckerAndBloatModifier.prototype.processShapes=function(t){var e,i,r,s,a,n,o=this.shapes.length,h=this.amount.v;if(0!==h)for(i=0;i<o;i+=1){if(a=this.shapes[i],n=a.localShapeCollection,a.shape._mdf||this._mdf||t)for(n.releaseShapes(),a.shape._mdf=!0,e=a.shape.paths.shapes,s=a.shape.paths._length,r=0;r<s;r+=1)n.addShape(this.processPath(e[r],h));a.shape.paths=a.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)};var TransformPropertyFactory=function(){var t=[0,0];function e(t){var e=this._mdf;this.iterateDynamicProperties(),this._mdf=this._mdf||e,this.a&&t.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.s&&t.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&t.skewFromAxis(-this.sk.v,this.sa.v),this.r?t.rotate(-this.r.v):t.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.data.p.s?this.data.p.z?t.translate(this.px.v,this.py.v,-this.pz.v):t.translate(this.px.v,this.py.v,0):t.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}function i(e){if(this.elem.globalData.frameId!==this.frameId){if(this._isDirty&&(this.precalculateMatrix(),this._isDirty=!1),this.iterateDynamicProperties(),this._mdf||e){var i;if(this.v.cloneFromProps(this.pre.props),this.appliedTransformations<1&&this.v.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations<2&&this.v.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&this.appliedTransformations<3&&this.v.skewFromAxis(-this.sk.v,this.sa.v),this.r&&this.appliedTransformations<4?this.v.rotate(-this.r.v):!this.r&&this.appliedTransformations<4&&this.v.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.autoOriented){var r,s;if(i=this.elem.globalData.frameRate,this.p&&this.p.keyframes&&this.p.getValueAtTime)this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(r=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/i,0),s=this.p.getValueAtTime(this.p.keyframes[0].t/i,0)):this.p._caching.lastFrame+this.p.offsetTime>=this.p.keyframes[this.p.keyframes.length-1].t?(r=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/i,0),s=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/i,0)):(r=this.p.pv,s=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/i,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){r=[],s=[];var a=this.px,n=this.py;a._caching.lastFrame+a.offsetTime<=a.keyframes[0].t?(r[0]=a.getValueAtTime((a.keyframes[0].t+.01)/i,0),r[1]=n.getValueAtTime((n.keyframes[0].t+.01)/i,0),s[0]=a.getValueAtTime(a.keyframes[0].t/i,0),s[1]=n.getValueAtTime(n.keyframes[0].t/i,0)):a._caching.lastFrame+a.offsetTime>=a.keyframes[a.keyframes.length-1].t?(r[0]=a.getValueAtTime(a.keyframes[a.keyframes.length-1].t/i,0),r[1]=n.getValueAtTime(n.keyframes[n.keyframes.length-1].t/i,0),s[0]=a.getValueAtTime((a.keyframes[a.keyframes.length-1].t-.01)/i,0),s[1]=n.getValueAtTime((n.keyframes[n.keyframes.length-1].t-.01)/i,0)):(r=[a.pv,n.pv],s[0]=a.getValueAtTime((a._caching.lastFrame+a.offsetTime-.01)/i,a.offsetTime),s[1]=n.getValueAtTime((n._caching.lastFrame+n.offsetTime-.01)/i,n.offsetTime))}else s=t,r=s;this.v.rotate(-Math.atan2(r[1]-s[1],r[0]-s[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}}function r(){if(this.appliedTransformations=0,this.pre.reset(),!this.a.effectsSequence.length&&(this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1,!this.s.effectsSequence.length)){if(this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2,this.sk){if(this.sk.effectsSequence.length||this.sa.effectsSequence.length)return;this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3}this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):this.rz.effectsSequence.length||this.ry.effectsSequence.length||this.rx.effectsSequence.length||this.or.effectsSequence.length||(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}}function s(){}function a(t){this._addDynamicProperty(t),this.elem.addDynamicProperty(t),this._isDirty=!0}function n(t,e,i){if(this.elem=t,this.frameId=-1,this.propType=\"transform\",this.data=e,this.v=new Matrix,this.pre=new Matrix,this.appliedTransformations=0,this.initDynamicPropertyContainer(i||t),e.p&&e.p.s?(this.px=PropertyFactory.getProp(t,e.p.x,0,0,this),this.py=PropertyFactory.getProp(t,e.p.y,0,0,this),e.p.z&&(this.pz=PropertyFactory.getProp(t,e.p.z,0,0,this))):this.p=PropertyFactory.getProp(t,e.p||{k:[0,0,0]},1,0,this),e.rx){if(this.rx=PropertyFactory.getProp(t,e.rx,0,degToRads,this),this.ry=PropertyFactory.getProp(t,e.ry,0,degToRads,this),this.rz=PropertyFactory.getProp(t,e.rz,0,degToRads,this),e.or.k[0].ti){var r,s=e.or.k.length;for(r=0;r<s;r+=1)e.or.k[r].to=null,e.or.k[r].ti=null}this.or=PropertyFactory.getProp(t,e.or,1,degToRads,this),this.or.sh=!0}else this.r=PropertyFactory.getProp(t,e.r||{k:0},0,degToRads,this);e.sk&&(this.sk=PropertyFactory.getProp(t,e.sk,0,degToRads,this),this.sa=PropertyFactory.getProp(t,e.sa,0,degToRads,this)),this.a=PropertyFactory.getProp(t,e.a||{k:[0,0,0]},1,0,this),this.s=PropertyFactory.getProp(t,e.s||{k:[100,100,100]},1,.01,this),e.o?this.o=PropertyFactory.getProp(t,e.o,0,.01,t):this.o={_mdf:!1,v:1},this._isDirty=!0,this.dynamicProperties.length||this.getValue(!0)}function o(t,e,i){return new n(t,e,i)}return n.prototype={applyToMatrix:e,getValue:i,precalculateMatrix:r,autoOrient:s},extendPrototype([DynamicPropertyContainer],n),n.prototype.addDynamicProperty=a,n.prototype._addDynamicProperty=DynamicPropertyContainer.prototype.addDynamicProperty,{getTransformProperty:o}}();function RepeaterModifier(){}function RoundCornersModifier(){}function floatEqual(t,e){return 1e5*Math.abs(t-e)<=Math.min(Math.abs(t),Math.abs(e))}function floatZero(t){return Math.abs(t)<=1e-5}function lerp(t,e,i){return t*(1-i)+e*i}function lerpPoint(t,e,i){return[lerp(t[0],e[0],i),lerp(t[1],e[1],i)]}function quadRoots(t,e,i){if(0===t)return[];var r=e*e-4*t*i;if(r<0)return[];var s=-e/(2*t);if(0===r)return[s];var a=Math.sqrt(r)/(2*t);return[s-a,s+a]}function polynomialCoefficients(t,e,i,r){return[3*e-t-3*i+r,3*t-6*e+3*i,-3*t+3*e,t]}function singlePoint(t){return new PolynomialBezier(t,t,t,t,!1)}function PolynomialBezier(t,e,i,r,s){s&&pointEqual(t,e)&&(e=lerpPoint(t,r,1/3)),s&&pointEqual(i,r)&&(i=lerpPoint(t,r,2/3));var a=polynomialCoefficients(t[0],e[0],i[0],r[0]),n=polynomialCoefficients(t[1],e[1],i[1],r[1]);this.a=[a[0],n[0]],this.b=[a[1],n[1]],this.c=[a[2],n[2]],this.d=[a[3],n[3]],this.points=[t,e,i,r]}function extrema(t,e){var i=t.points[0][e],r=t.points[t.points.length-1][e];if(i>r){var s=r;r=i,i=s}for(var a=quadRoots(3*t.a[e],2*t.b[e],t.c[e]),n=0;n<a.length;n+=1)if(a[n]>0&&a[n]<1){var o=t.point(a[n])[e];o<i?i=o:o>r&&(r=o)}return{min:i,max:r}}function intersectData(t,e,i){var r=t.boundingBox();return{cx:r.cx,cy:r.cy,width:r.width,height:r.height,bez:t,t:(e+i)/2,t1:e,t2:i}}function splitData(t){var e=t.bez.split(.5);return[intersectData(e[0],t.t1,t.t),intersectData(e[1],t.t,t.t2)]}function boxIntersect(t,e){return 2*Math.abs(t.cx-e.cx)<t.width+e.width&&2*Math.abs(t.cy-e.cy)<t.height+e.height}function intersectsImpl(t,e,i,r,s,a){if(boxIntersect(t,e))if(i>=a||t.width<=r&&t.height<=r&&e.width<=r&&e.height<=r)s.push([t.t,e.t]);else{var n=splitData(t),o=splitData(e);intersectsImpl(n[0],o[0],i+1,r,s,a),intersectsImpl(n[0],o[1],i+1,r,s,a),intersectsImpl(n[1],o[0],i+1,r,s,a),intersectsImpl(n[1],o[1],i+1,r,s,a)}}function crossProduct(t,e){return[t[1]*e[2]-t[2]*e[1],t[2]*e[0]-t[0]*e[2],t[0]*e[1]-t[1]*e[0]]}function lineIntersection(t,e,i,r){var s=[t[0],t[1],1],a=[e[0],e[1],1],n=[i[0],i[1],1],o=[r[0],r[1],1],h=crossProduct(crossProduct(s,a),crossProduct(n,o));return floatZero(h[2])?null:[h[0]/h[2],h[1]/h[2]]}function polarOffset(t,e,i){return[t[0]+Math.cos(e)*i,t[1]-Math.sin(e)*i]}function pointDistance(t,e){return Math.hypot(t[0]-e[0],t[1]-e[1])}function pointEqual(t,e){return floatEqual(t[0],e[0])&&floatEqual(t[1],e[1])}function ZigZagModifier(){}function setPoint(t,e,i,r,s,a,n){var o=i-Math.PI/2,h=i+Math.PI/2,l=e[0]+Math.cos(i)*r*s,p=e[1]-Math.sin(i)*r*s;t.setTripleAt(l,p,l+Math.cos(o)*a,p-Math.sin(o)*a,l+Math.cos(h)*n,p-Math.sin(h)*n,t.length())}function getPerpendicularVector(t,e){var i=[e[0]-t[0],e[1]-t[1]],r=.5*-Math.PI,s=[Math.cos(r)*i[0]-Math.sin(r)*i[1],Math.sin(r)*i[0]+Math.cos(r)*i[1]];return s}function getProjectingAngle(t,e){var i=0===e?t.length()-1:e-1,r=(e+1)%t.length(),s=t.v[i],a=t.v[r],n=getPerpendicularVector(s,a);return Math.atan2(0,1)-Math.atan2(n[1],n[0])}function zigZagCorner(t,e,i,r,s,a,n){var o=getProjectingAngle(e,i),h=e.v[i%e._length],l=e.v[0===i?e._length-1:i-1],p=e.v[(i+1)%e._length],f=2===a?Math.sqrt(Math.pow(h[0]-l[0],2)+Math.pow(h[1]-l[1],2)):0,m=2===a?Math.sqrt(Math.pow(h[0]-p[0],2)+Math.pow(h[1]-p[1],2)):0;setPoint(t,e.v[i%e._length],o,n,r,m/(2*(s+1)),f/(2*(s+1)),a)}function zigZagSegment(t,e,i,r,s,a){for(var n=0;n<r;n+=1){var o=(n+1)/(r+1),h=2===s?Math.sqrt(Math.pow(e.points[3][0]-e.points[0][0],2)+Math.pow(e.points[3][1]-e.points[0][1],2)):0,l=e.normalAngle(o),p=e.point(o);setPoint(t,p,l,a,i,h/(2*(r+1)),h/(2*(r+1)),s),a=-a}return a}function linearOffset(t,e,i){var r=Math.atan2(e[0]-t[0],e[1]-t[1]);return[polarOffset(t,r,i),polarOffset(e,r,i)]}function offsetSegment(t,e){var i,r,s,a,n,o,h;h=linearOffset(t.points[0],t.points[1],e),i=h[0],r=h[1],h=linearOffset(t.points[1],t.points[2],e),s=h[0],a=h[1],h=linearOffset(t.points[2],t.points[3],e),n=h[0],o=h[1];var l=lineIntersection(i,r,s,a);null===l&&(l=r);var p=lineIntersection(n,o,s,a);return null===p&&(p=n),new PolynomialBezier(i,l,p,o)}function joinLines(t,e,i,r,s){var a=e.points[3],n=i.points[0];if(3===r)return a;if(pointEqual(a,n))return a;if(2===r){var o=-e.tangentAngle(1),h=-i.tangentAngle(0)+Math.PI,l=lineIntersection(a,polarOffset(a,o+Math.PI/2,100),n,polarOffset(n,o+Math.PI/2,100)),p=l?pointDistance(l,a):pointDistance(a,n)/2,f=polarOffset(a,o,2*p*roundCorner);return t.setXYAt(f[0],f[1],\"o\",t.length()-1),f=polarOffset(n,h,2*p*roundCorner),t.setTripleAt(n[0],n[1],n[0],n[1],f[0],f[1],t.length()),n}var m=pointEqual(a,e.points[2])?e.points[0]:e.points[2],c=pointEqual(n,i.points[1])?i.points[3]:i.points[1],d=lineIntersection(m,a,n,c);return d&&pointDistance(d,a)<s?(t.setTripleAt(d[0],d[1],d[0],d[1],d[0],d[1],t.length()),d):a}function getIntersection(t,e){var i=t.intersections(e);return i.length&&floatEqual(i[0][0],1)&&i.shift(),i.length?i[0]:null}function pruneSegmentIntersection(t,e){var i=t.slice(),r=e.slice(),s=getIntersection(t[t.length-1],e[0]);return s&&(i[t.length-1]=t[t.length-1].split(s[0])[0],r[0]=e[0].split(s[1])[1]),t.length>1&&e.length>1&&(s=getIntersection(t[0],e[e.length-1]),s)?[[t[0].split(s[0])[0]],[e[e.length-1].split(s[1])[1]]]:[i,r]}function pruneIntersections(t){for(var e,i=1;i<t.length;i+=1)e=pruneSegmentIntersection(t[i-1],t[i]),t[i-1]=e[0],t[i]=e[1];return t.length>1&&(e=pruneSegmentIntersection(t[t.length-1],t[0]),t[t.length-1]=e[0],t[0]=e[1]),t}function offsetSegmentSplit(t,e){var i,r,s,a,n=t.inflectionPoints();if(0===n.length)return[offsetSegment(t,e)];if(1===n.length||floatEqual(n[1],1))return s=t.split(n[0]),i=s[0],r=s[1],[offsetSegment(i,e),offsetSegment(r,e)];s=t.split(n[0]),i=s[0];var o=(n[1]-n[0])/(1-n[0]);return s=s[1].split(o),a=s[0],r=s[1],[offsetSegment(i,e),offsetSegment(a,e),offsetSegment(r,e)]}function OffsetPathModifier(){}function getFontProperties(t){for(var e,i=t.fStyle?t.fStyle.split(\" \"):[],r=\"normal\",s=\"normal\",a=i.length,n=0;n<a;n+=1)switch(e=i[n].toLowerCase(),e){case\"italic\":s=\"italic\";break;case\"bold\":r=\"700\";break;case\"black\":r=\"900\";break;case\"medium\":r=\"500\";break;case\"regular\":case\"normal\":r=\"400\";break;case\"light\":case\"thin\":r=\"200\";break;default:break}return{style:s,weight:t.fWeight||r}}extendPrototype([ShapeModifier],RepeaterModifier),RepeaterModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.c=PropertyFactory.getProp(t,e.c,0,null,this),this.o=PropertyFactory.getProp(t,e.o,0,null,this),this.tr=TransformPropertyFactory.getTransformProperty(t,e.tr,this),this.so=PropertyFactory.getProp(t,e.tr.so,0,.01,this),this.eo=PropertyFactory.getProp(t,e.tr.eo,0,.01,this),this.data=e,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new Matrix,this.rMatrix=new Matrix,this.sMatrix=new Matrix,this.tMatrix=new Matrix,this.matrix=new Matrix},RepeaterModifier.prototype.applyTransforms=function(t,e,i,r,s,a){var n=a?-1:1,o=r.s.v[0]+(1-r.s.v[0])*(1-s),h=r.s.v[1]+(1-r.s.v[1])*(1-s);t.translate(r.p.v[0]*n*s,r.p.v[1]*n*s,r.p.v[2]),e.translate(-r.a.v[0],-r.a.v[1],r.a.v[2]),e.rotate(-r.r.v*n*s),e.translate(r.a.v[0],r.a.v[1],r.a.v[2]),i.translate(-r.a.v[0],-r.a.v[1],r.a.v[2]),i.scale(a?1/o:o,a?1/h:h),i.translate(r.a.v[0],r.a.v[1],r.a.v[2])},RepeaterModifier.prototype.init=function(t,e,i,r){this.elem=t,this.arr=e,this.pos=i,this.elemsData=r,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(t),this.initModifierProperties(t,e[i]);while(i>0)i-=1,this._elements.unshift(e[i]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},RepeaterModifier.prototype.resetElements=function(t){var e,i=t.length;for(e=0;e<i;e+=1)t[e]._processed=!1,\"gr\"===t[e].ty&&this.resetElements(t[e].it)},RepeaterModifier.prototype.cloneElements=function(t){var e=JSON.parse(JSON.stringify(t));return this.resetElements(e),e},RepeaterModifier.prototype.changeGroupRender=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)t[i]._render=e,\"gr\"===t[i].ty&&this.changeGroupRender(t[i].it,e)},RepeaterModifier.prototype.processShapes=function(t){var e,i,r,s,a,n=!1;if(this._mdf||t){var o,h=Math.ceil(this.c.v);if(this._groups.length<h){while(this._groups.length<h){var l={it:this.cloneElements(this._elements),ty:\"gr\"};l.it.push({a:{a:0,ix:1,k:[0,0]},nm:\"Transform\",o:{a:0,ix:7,k:100},p:{a:0,ix:2,k:[0,0]},r:{a:1,ix:6,k:[{s:0,e:0,t:0},{s:0,e:0,t:1}]},s:{a:0,ix:3,k:[100,100]},sa:{a:0,ix:5,k:0},sk:{a:0,ix:4,k:0},ty:\"tr\"}),this.arr.splice(0,0,l),this._groups.splice(0,0,l),this._currentCopies+=1}this.elem.reloadShapes(),n=!0}for(a=0,r=0;r<=this._groups.length-1;r+=1){if(o=a<h,this._groups[r]._render=o,this.changeGroupRender(this._groups[r].it,o),!o){var p=this.elemsData[r].it,f=p[p.length-1];0!==f.transform.op.v?(f.transform.op._mdf=!0,f.transform.op.v=0):f.transform.op._mdf=!1}a+=1}this._currentCopies=h;var m=this.o.v,c=m%1,d=m>0?Math.floor(m):Math.ceil(m),u=this.pMatrix.props,y=this.rMatrix.props,g=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var v,b,x=0;if(m>0){while(x<d)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),x+=1;c&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,c,!1),x+=c)}else if(m<0){while(x>d)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),x-=1;c&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-c,!0),x-=c)}r=1===this.data.m?0:this._currentCopies-1,s=1===this.data.m?1:-1,a=this._currentCopies;while(a){if(e=this.elemsData[r].it,i=e[e.length-1].transform.mProps.v.props,b=i.length,e[e.length-1].transform.mProps._mdf=!0,e[e.length-1].transform.op._mdf=!0,e[e.length-1].transform.op.v=1===this._currentCopies?this.so.v:this.so.v+(this.eo.v-this.so.v)*(r/(this._currentCopies-1)),0!==x){for((0!==r&&1===s||r!==this._currentCopies-1&&-1===s)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(y[0],y[1],y[2],y[3],y[4],y[5],y[6],y[7],y[8],y[9],y[10],y[11],y[12],y[13],y[14],y[15]),this.matrix.transform(g[0],g[1],g[2],g[3],g[4],g[5],g[6],g[7],g[8],g[9],g[10],g[11],g[12],g[13],g[14],g[15]),this.matrix.transform(u[0],u[1],u[2],u[3],u[4],u[5],u[6],u[7],u[8],u[9],u[10],u[11],u[12],u[13],u[14],u[15]),v=0;v<b;v+=1)i[v]=this.matrix.props[v];this.matrix.reset()}else for(this.matrix.reset(),v=0;v<b;v+=1)i[v]=this.matrix.props[v];x+=1,a-=1,r+=s}}else{a=this._currentCopies,r=0,s=1;while(a)e=this.elemsData[r].it,i=e[e.length-1].transform.mProps.v.props,e[e.length-1].transform.mProps._mdf=!1,e[e.length-1].transform.op._mdf=!1,a-=1,r+=s}return n},RepeaterModifier.prototype.addShape=function(){},extendPrototype([ShapeModifier],RoundCornersModifier),RoundCornersModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.rd=PropertyFactory.getProp(t,e.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},RoundCornersModifier.prototype.processPath=function(t,e){var i,r=shapePool.newElement();r.c=t.c;var s,a,n,o,h,l,p,f,m,c,d,u,y=t._length,g=0;for(i=0;i<y;i+=1)s=t.v[i],n=t.o[i],a=t.i[i],s[0]===n[0]&&s[1]===n[1]&&s[0]===a[0]&&s[1]===a[1]?0!==i&&i!==y-1||t.c?(o=0===i?t.v[y-1]:t.v[i-1],h=Math.sqrt(Math.pow(s[0]-o[0],2)+Math.pow(s[1]-o[1],2)),l=h?Math.min(h/2,e)/h:0,d=s[0]+(o[0]-s[0])*l,p=d,u=s[1]-(s[1]-o[1])*l,f=u,m=p-(p-s[0])*roundCorner,c=f-(f-s[1])*roundCorner,r.setTripleAt(p,f,m,c,d,u,g),g+=1,o=i===y-1?t.v[0]:t.v[i+1],h=Math.sqrt(Math.pow(s[0]-o[0],2)+Math.pow(s[1]-o[1],2)),l=h?Math.min(h/2,e)/h:0,m=s[0]+(o[0]-s[0])*l,p=m,c=s[1]+(o[1]-s[1])*l,f=c,d=p-(p-s[0])*roundCorner,u=f-(f-s[1])*roundCorner,r.setTripleAt(p,f,m,c,d,u,g),g+=1):(r.setTripleAt(s[0],s[1],n[0],n[1],a[0],a[1],g),g+=1):(r.setTripleAt(t.v[i][0],t.v[i][1],t.o[i][0],t.o[i][1],t.i[i][0],t.i[i][1],g),g+=1);return r},RoundCornersModifier.prototype.processShapes=function(t){var e,i,r,s,a,n,o=this.shapes.length,h=this.rd.v;if(0!==h)for(i=0;i<o;i+=1){if(a=this.shapes[i],n=a.localShapeCollection,a.shape._mdf||this._mdf||t)for(n.releaseShapes(),a.shape._mdf=!0,e=a.shape.paths.shapes,s=a.shape.paths._length,r=0;r<s;r+=1)n.addShape(this.processPath(e[r],h));a.shape.paths=a.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)},PolynomialBezier.prototype.point=function(t){return[((this.a[0]*t+this.b[0])*t+this.c[0])*t+this.d[0],((this.a[1]*t+this.b[1])*t+this.c[1])*t+this.d[1]]},PolynomialBezier.prototype.derivative=function(t){return[(3*t*this.a[0]+2*this.b[0])*t+this.c[0],(3*t*this.a[1]+2*this.b[1])*t+this.c[1]]},PolynomialBezier.prototype.tangentAngle=function(t){var e=this.derivative(t);return Math.atan2(e[1],e[0])},PolynomialBezier.prototype.normalAngle=function(t){var e=this.derivative(t);return Math.atan2(e[0],e[1])},PolynomialBezier.prototype.inflectionPoints=function(){var t=this.a[1]*this.b[0]-this.a[0]*this.b[1];if(floatZero(t))return[];var e=-.5*(this.a[1]*this.c[0]-this.a[0]*this.c[1])/t,i=e*e-1/3*(this.b[1]*this.c[0]-this.b[0]*this.c[1])/t;if(i<0)return[];var r=Math.sqrt(i);return floatZero(r)?r>0&&r<1?[e]:[]:[e-r,e+r].filter((function(t){return t>0&&t<1}))},PolynomialBezier.prototype.split=function(t){if(t<=0)return[singlePoint(this.points[0]),this];if(t>=1)return[this,singlePoint(this.points[this.points.length-1])];var e=lerpPoint(this.points[0],this.points[1],t),i=lerpPoint(this.points[1],this.points[2],t),r=lerpPoint(this.points[2],this.points[3],t),s=lerpPoint(e,i,t),a=lerpPoint(i,r,t),n=lerpPoint(s,a,t);return[new PolynomialBezier(this.points[0],e,s,n,!0),new PolynomialBezier(n,a,r,this.points[3],!0)]},PolynomialBezier.prototype.bounds=function(){return{x:extrema(this,0),y:extrema(this,1)}},PolynomialBezier.prototype.boundingBox=function(){var t=this.bounds();return{left:t.x.min,right:t.x.max,top:t.y.min,bottom:t.y.max,width:t.x.max-t.x.min,height:t.y.max-t.y.min,cx:(t.x.max+t.x.min)/2,cy:(t.y.max+t.y.min)/2}},PolynomialBezier.prototype.intersections=function(t,e,i){void 0===e&&(e=2),void 0===i&&(i=7);var r=[];return intersectsImpl(intersectData(this,0,1),intersectData(t,0,1),0,e,r,i),r},PolynomialBezier.shapeSegment=function(t,e){var i=(e+1)%t.length();return new PolynomialBezier(t.v[e],t.o[e],t.i[i],t.v[i],!0)},PolynomialBezier.shapeSegmentInverted=function(t,e){var i=(e+1)%t.length();return new PolynomialBezier(t.v[i],t.i[i],t.o[e],t.v[e],!0)},extendPrototype([ShapeModifier],ZigZagModifier),ZigZagModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amplitude=PropertyFactory.getProp(t,e.s,0,null,this),this.frequency=PropertyFactory.getProp(t,e.r,0,null,this),this.pointsType=PropertyFactory.getProp(t,e.pt,0,null,this),this._isAnimated=0!==this.amplitude.effectsSequence.length||0!==this.frequency.effectsSequence.length||0!==this.pointsType.effectsSequence.length},ZigZagModifier.prototype.processPath=function(t,e,i,r){var s=t._length,a=shapePool.newElement();if(a.c=t.c,t.c||(s-=1),0===s)return a;var n=-1,o=PolynomialBezier.shapeSegment(t,0);zigZagCorner(a,t,0,e,i,r,n);for(var h=0;h<s;h+=1)n=zigZagSegment(a,o,e,i,r,-n),o=h!==s-1||t.c?PolynomialBezier.shapeSegment(t,(h+1)%s):null,zigZagCorner(a,t,h+1,e,i,r,n);return a},ZigZagModifier.prototype.processShapes=function(t){var e,i,r,s,a,n,o=this.shapes.length,h=this.amplitude.v,l=Math.max(0,Math.round(this.frequency.v)),p=this.pointsType.v;if(0!==h)for(i=0;i<o;i+=1){if(a=this.shapes[i],n=a.localShapeCollection,a.shape._mdf||this._mdf||t)for(n.releaseShapes(),a.shape._mdf=!0,e=a.shape.paths.shapes,s=a.shape.paths._length,r=0;r<s;r+=1)n.addShape(this.processPath(e[r],h,l,p));a.shape.paths=a.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)},extendPrototype([ShapeModifier],OffsetPathModifier),OffsetPathModifier.prototype.initModifierProperties=function(t,e){this.getValue=this.processKeys,this.amount=PropertyFactory.getProp(t,e.a,0,null,this),this.miterLimit=PropertyFactory.getProp(t,e.ml,0,null,this),this.lineJoin=e.lj,this._isAnimated=0!==this.amount.effectsSequence.length},OffsetPathModifier.prototype.processPath=function(t,e,i,r){var s=shapePool.newElement();s.c=t.c;var a,n,o,h=t.length();t.c||(h-=1);var l=[];for(a=0;a<h;a+=1)o=PolynomialBezier.shapeSegment(t,a),l.push(offsetSegmentSplit(o,e));if(!t.c)for(a=h-1;a>=0;a-=1)o=PolynomialBezier.shapeSegmentInverted(t,a),l.push(offsetSegmentSplit(o,e));l=pruneIntersections(l);var p=null,f=null;for(a=0;a<l.length;a+=1){var m=l[a];for(f&&(p=joinLines(s,f,m[0],i,r)),f=m[m.length-1],n=0;n<m.length;n+=1)o=m[n],p&&pointEqual(o.points[0],p)?s.setXYAt(o.points[1][0],o.points[1][1],\"o\",s.length()-1):s.setTripleAt(o.points[0][0],o.points[0][1],o.points[1][0],o.points[1][1],o.points[0][0],o.points[0][1],s.length()),s.setTripleAt(o.points[3][0],o.points[3][1],o.points[3][0],o.points[3][1],o.points[2][0],o.points[2][1],s.length()),p=o.points[3]}return l.length&&joinLines(s,f,l[0][0],i,r),s},OffsetPathModifier.prototype.processShapes=function(t){var e,i,r,s,a,n,o=this.shapes.length,h=this.amount.v,l=this.miterLimit.v,p=this.lineJoin;if(0!==h)for(i=0;i<o;i+=1){if(a=this.shapes[i],n=a.localShapeCollection,a.shape._mdf||this._mdf||t)for(n.releaseShapes(),a.shape._mdf=!0,e=a.shape.paths.shapes,s=a.shape.paths._length,r=0;r<s;r+=1)n.addShape(this.processPath(e[r],h,p,l));a.shape.paths=a.localShapeCollection}this.dynamicProperties.length||(this._mdf=!1)};var FontManager=function(){var t=5e3,e={w:0,size:0,shapes:[],data:{shapes:[]}},i=[];i=i.concat([2304,2305,2306,2307,2362,2363,2364,2364,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2387,2388,2389,2390,2391,2402,2403]);var r=127988,s=917631,a=917601,n=917626,o=65039,h=8205,l=127462,p=127487,f=[\"d83cdffb\",\"d83cdffc\",\"d83cdffd\",\"d83cdffe\",\"d83cdfff\"];function m(t){var e,i=t.split(\",\"),r=i.length,s=[];for(e=0;e<r;e+=1)\"sans-serif\"!==i[e]&&\"monospace\"!==i[e]&&s.push(i[e]);return s.join(\",\")}function c(t,e){var i=createTag(\"span\");i.setAttribute(\"aria-hidden\",!0),i.style.fontFamily=e;var r=createTag(\"span\");r.innerText=\"giItT1WQy@!-/#\",i.style.position=\"absolute\",i.style.left=\"-10000px\",i.style.top=\"-10000px\",i.style.fontSize=\"300px\",i.style.fontVariant=\"normal\",i.style.fontStyle=\"normal\",i.style.fontWeight=\"normal\",i.style.letterSpacing=\"0\",i.appendChild(r),document.body.appendChild(i);var s=r.offsetWidth;return r.style.fontFamily=m(t)+\", \"+e,{node:r,w:s,parent:i}}function d(){var e,i,r,s=this.fonts.length,a=s;for(e=0;e<s;e+=1)this.fonts[e].loaded?a-=1:\"n\"===this.fonts[e].fOrigin||0===this.fonts[e].origin?this.fonts[e].loaded=!0:(i=this.fonts[e].monoCase.node,r=this.fonts[e].monoCase.w,i.offsetWidth!==r?(a-=1,this.fonts[e].loaded=!0):(i=this.fonts[e].sansCase.node,r=this.fonts[e].sansCase.w,i.offsetWidth!==r&&(a-=1,this.fonts[e].loaded=!0)),this.fonts[e].loaded&&(this.fonts[e].sansCase.parent.parentNode.removeChild(this.fonts[e].sansCase.parent),this.fonts[e].monoCase.parent.parentNode.removeChild(this.fonts[e].monoCase.parent)));0!==a&&Date.now()-this.initTime<t?setTimeout(this.checkLoadedFontsBinded,20):setTimeout(this.setIsLoadedBinded,10)}function u(t,e){var i,r=document.body&&e?\"svg\":\"canvas\",s=getFontProperties(t);if(\"svg\"===r){var a=createNS(\"text\");a.style.fontSize=\"100px\",a.setAttribute(\"font-family\",t.fFamily),a.setAttribute(\"font-style\",s.style),a.setAttribute(\"font-weight\",s.weight),a.textContent=\"1\",t.fClass?(a.style.fontFamily=\"inherit\",a.setAttribute(\"class\",t.fClass)):a.style.fontFamily=t.fFamily,e.appendChild(a),i=a}else{var n=new OffscreenCanvas(500,500).getContext(\"2d\");n.font=s.style+\" \"+s.weight+\" 100px \"+t.fFamily,i=n}function o(t){return\"svg\"===r?(i.textContent=t,i.getComputedTextLength()):i.measureText(t).width}return{measureText:o}}function y(t,e){if(t){if(this.chars)return this.isLoaded=!0,void(this.fonts=t.list);if(!document.body)return this.isLoaded=!0,t.list.forEach((function(t){t.helper=u(t),t.cache={}})),void(this.fonts=t.list);var i,r=t.list,s=r.length,a=s;for(i=0;i<s;i+=1){var n,o,h=!0;if(r[i].loaded=!1,r[i].monoCase=c(r[i].fFamily,\"monospace\"),r[i].sansCase=c(r[i].fFamily,\"sans-serif\"),r[i].fPath){if(\"p\"===r[i].fOrigin||3===r[i].origin){if(n=document.querySelectorAll('style[f-forigin=\"p\"][f-family=\"'+r[i].fFamily+'\"], style[f-origin=\"3\"][f-family=\"'+r[i].fFamily+'\"]'),n.length>0&&(h=!1),h){var l=createTag(\"style\");l.setAttribute(\"f-forigin\",r[i].fOrigin),l.setAttribute(\"f-origin\",r[i].origin),l.setAttribute(\"f-family\",r[i].fFamily),l.type=\"text/css\",l.innerText=\"@font-face {font-family: \"+r[i].fFamily+\"; font-style: normal; src: url('\"+r[i].fPath+\"');}\",e.appendChild(l)}}else if(\"g\"===r[i].fOrigin||1===r[i].origin){for(n=document.querySelectorAll('link[f-forigin=\"g\"], link[f-origin=\"1\"]'),o=0;o<n.length;o+=1)-1!==n[o].href.indexOf(r[i].fPath)&&(h=!1);if(h){var p=createTag(\"link\");p.setAttribute(\"f-forigin\",r[i].fOrigin),p.setAttribute(\"f-origin\",r[i].origin),p.type=\"text/css\",p.rel=\"stylesheet\",p.href=r[i].fPath,document.body.appendChild(p)}}else if(\"t\"===r[i].fOrigin||2===r[i].origin){for(n=document.querySelectorAll('script[f-forigin=\"t\"], script[f-origin=\"2\"]'),o=0;o<n.length;o+=1)r[i].fPath===n[o].src&&(h=!1);if(h){var f=createTag(\"link\");f.setAttribute(\"f-forigin\",r[i].fOrigin),f.setAttribute(\"f-origin\",r[i].origin),f.setAttribute(\"rel\",\"stylesheet\"),f.setAttribute(\"href\",r[i].fPath),e.appendChild(f)}}}else r[i].loaded=!0,a-=1;r[i].helper=u(r[i],e),r[i].cache={},this.fonts.push(r[i])}0===a?this.isLoaded=!0:setTimeout(this.checkLoadedFonts.bind(this),100)}else this.isLoaded=!0}function g(t){if(t){var e;this.chars||(this.chars=[]);var i,r,s=t.length,a=this.chars.length;for(e=0;e<s;e+=1){i=0,r=!1;while(i<a)this.chars[i].style===t[e].style&&this.chars[i].fFamily===t[e].fFamily&&this.chars[i].ch===t[e].ch&&(r=!0),i+=1;r||(this.chars.push(t[e]),a+=1)}}}function v(t,i,r){var s=0,a=this.chars.length;while(s<a){if(this.chars[s].ch===t&&this.chars[s].style===i&&this.chars[s].fFamily===r)return this.chars[s];s+=1}return(\"string\"===typeof t&&13!==t.charCodeAt(0)||!t)&&console&&console.warn&&!this._warned&&(this._warned=!0,console.warn(\"Missing character from exported characters list: \",t,i,r)),e}function b(t,e,i){var r=this.getFontByName(e),s=t;if(!r.cache[s]){var a=r.helper;if(\" \"===t){var n=a.measureText(\"|\"+t+\"|\"),o=a.measureText(\"||\");r.cache[s]=(n-o)/100}else r.cache[s]=a.measureText(t)/100}return r.cache[s]*i}function x(t){var e=0,i=this.fonts.length;while(e<i){if(this.fonts[e].fName===t)return this.fonts[e];e+=1}return this.fonts[0]}function P(t){var e=0,i=t.charCodeAt(0);if(i>=55296&&i<=56319){var r=t.charCodeAt(1);r>=56320&&r<=57343&&(e=1024*(i-55296)+r-56320+65536)}return e}function E(t,e){var i=t.toString(16)+e.toString(16);return-1!==f.indexOf(i)}function S(t){return t===h}function C(t){return t===o}function _(t){var e=P(t);return e>=l&&e<=p}function A(t){return _(t.substr(0,2))&&_(t.substr(2,2))}function T(t){return-1!==i.indexOf(t)}function k(t,e){var i=P(t.substr(e,2));if(i!==r)return!1;var o=0;e+=2;while(o<5){if(i=P(t.substr(e,2)),i<a||i>n)return!1;o+=1,e+=2}return P(t.substr(e,2))===s}function M(){this.isLoaded=!0}var D=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this._warned=!1,this.initTime=Date.now(),this.setIsLoadedBinded=this.setIsLoaded.bind(this),this.checkLoadedFontsBinded=this.checkLoadedFonts.bind(this)};D.isModifier=E,D.isZeroWidthJoiner=S,D.isFlagEmoji=A,D.isRegionalCode=_,D.isCombinedCharacter=T,D.isRegionalFlag=k,D.isVariationSelector=C,D.BLACK_FLAG_CODE_POINT=r;var w={addChars:g,addFonts:y,getCharData:v,getFontByName:x,measureText:b,checkLoadedFonts:d,setIsLoaded:M};return D.prototype=w,D}();function SlotManager(t){this.animationData=t}function slotFactory(t){return new SlotManager(t)}function RenderableElement(){}SlotManager.prototype.getProp=function(t){return this.animationData.slots&&this.animationData.slots[t.sid]?Object.assign(t,this.animationData.slots[t.sid].p):t},RenderableElement.prototype={initRenderable:function(){this.isInRange=!1,this.hidden=!1,this.isTransparent=!1,this.renderableComponents=[]},addRenderableComponent:function(t){-1===this.renderableComponents.indexOf(t)&&this.renderableComponents.push(t)},removeRenderableComponent:function(t){-1!==this.renderableComponents.indexOf(t)&&this.renderableComponents.splice(this.renderableComponents.indexOf(t),1)},prepareRenderableFrame:function(t){this.checkLayerLimits(t)},checkTransparency:function(){this.finalTransform.mProp.o.v<=0?!this.isTransparent&&this.globalData.renderConfig.hideOnTransparent&&(this.isTransparent=!0,this.hide()):this.isTransparent&&(this.isTransparent=!1,this.show())},checkLayerLimits:function(t){this.data.ip-this.data.st<=t&&this.data.op-this.data.st>t?!0!==this.isInRange&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):!1!==this.isInRange&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var t,e=this.renderableComponents.length;for(t=0;t<e;t+=1)this.renderableComponents[t].renderFrame(this._isFirstFrame)},sourceRectAtTime:function(){return{top:0,left:0,width:100,height:100}},getLayerSize:function(){return 5===this.data.ty?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}}};var getBlendMode=function(){var t={0:\"source-over\",1:\"multiply\",2:\"screen\",3:\"overlay\",4:\"darken\",5:\"lighten\",6:\"color-dodge\",7:\"color-burn\",8:\"hard-light\",9:\"soft-light\",10:\"difference\",11:\"exclusion\",12:\"hue\",13:\"saturation\",14:\"color\",15:\"luminosity\"};return function(e){return t[e]||\"\"}}();function SliderEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function AngleEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function ColorEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,1,0,i)}function PointEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,1,0,i)}function LayerIndexEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function MaskIndexEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function CheckboxEffect(t,e,i){this.p=PropertyFactory.getProp(e,t.v,0,0,i)}function NoValueEffect(){this.p={}}function EffectsManager(t,e){var i,r=t.ef||[];this.effectElements=[];var s,a=r.length;for(i=0;i<a;i+=1)s=new GroupEffect(r[i],e),this.effectElements.push(s)}function GroupEffect(t,e){this.init(t,e)}function BaseElement(){}function FrameElement(){}function FootageElement(t,e,i){this.initFrame(),this.initRenderable(),this.assetData=e.getAssetData(t.refId),this.footageData=e.imageLoader.getAsset(this.assetData),this.initBaseData(t,e,i)}function AudioElement(t,e,i){this.initFrame(),this.initRenderable(),this.assetData=e.getAssetData(t.refId),this.initBaseData(t,e,i),this._isPlaying=!1,this._canPlay=!1;var r=this.globalData.getAssetsPath(this.assetData);this.audio=this.globalData.audioController.createAudio(r),this._currentTime=0,this.globalData.audioController.addAudio(this),this._volumeMultiplier=1,this._volume=1,this._previousVolume=null,this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0},this.lv=PropertyFactory.getProp(this,t.au&&t.au.lv?t.au.lv:{k:[100]},1,.01,this)}function BaseRenderer(){}extendPrototype([DynamicPropertyContainer],GroupEffect),GroupEffect.prototype.getValue=GroupEffect.prototype.iterateDynamicProperties,GroupEffect.prototype.init=function(t,e){var i;this.data=t,this.effectElements=[],this.initDynamicPropertyContainer(e);var r,s=this.data.ef.length,a=this.data.ef;for(i=0;i<s;i+=1){switch(r=null,a[i].ty){case 0:r=new SliderEffect(a[i],e,this);break;case 1:r=new AngleEffect(a[i],e,this);break;case 2:r=new ColorEffect(a[i],e,this);break;case 3:r=new PointEffect(a[i],e,this);break;case 4:case 7:r=new CheckboxEffect(a[i],e,this);break;case 10:r=new LayerIndexEffect(a[i],e,this);break;case 11:r=new MaskIndexEffect(a[i],e,this);break;case 5:r=new EffectsManager(a[i],e,this);break;default:r=new NoValueEffect(a[i],e,this);break}r&&this.effectElements.push(r)}},BaseElement.prototype={checkMasks:function(){if(!this.data.hasMask)return!1;var t=0,e=this.data.masksProperties.length;while(t<e){if(\"n\"!==this.data.masksProperties[t].mode&&!1!==this.data.masksProperties[t].cl)return!0;t+=1}return!1},initExpressions:function(){var t=getExpressionInterfaces();if(t){var e=t(\"layer\"),i=t(\"effects\"),r=t(\"shape\"),s=t(\"text\"),a=t(\"comp\");this.layerInterface=e(this),this.data.hasMask&&this.maskManager&&this.layerInterface.registerMaskInterface(this.maskManager);var n=i.createEffectsInterface(this,this.layerInterface);this.layerInterface.registerEffectsInterface(n),0===this.data.ty||this.data.xt?this.compInterface=a(this):4===this.data.ty?(this.layerInterface.shapeInterface=r(this.shapesData,this.itemsData,this.layerInterface),this.layerInterface.content=this.layerInterface.shapeInterface):5===this.data.ty&&(this.layerInterface.textInterface=s(this),this.layerInterface.text=this.layerInterface.textInterface)}},setBlendMode:function(){var t=getBlendMode(this.data.bm),e=this.baseElement||this.layerElement;e.style[\"mix-blend-mode\"]=t},initBaseData:function(t,e,i){this.globalData=e,this.comp=i,this.data=t,this.layerId=createElementID(),this.data.sr||(this.data.sr=1),this.effectsManager=new EffectsManager(this.data,this,this.dynamicProperties)},getType:function(){return this.type},sourceRectAtTime:function(){}},FrameElement.prototype={initFrame:function(){this._isFirstFrame=!1,this.dynamicProperties=[],this._mdf=!1},prepareProperties:function(t,e){var i,r=this.dynamicProperties.length;for(i=0;i<r;i+=1)(e||this._isParent&&\"transform\"===this.dynamicProperties[i].propType)&&(this.dynamicProperties[i].getValue(),this.dynamicProperties[i]._mdf&&(this.globalData._mdf=!0,this._mdf=!0))},addDynamicProperty:function(t){-1===this.dynamicProperties.indexOf(t)&&this.dynamicProperties.push(t)}},FootageElement.prototype.prepareFrame=function(){},extendPrototype([RenderableElement,BaseElement,FrameElement],FootageElement),FootageElement.prototype.getBaseElement=function(){return null},FootageElement.prototype.renderFrame=function(){},FootageElement.prototype.destroy=function(){},FootageElement.prototype.initExpressions=function(){var t=getExpressionInterfaces();if(t){var e=t(\"footage\");this.layerInterface=e(this)}},FootageElement.prototype.getFootageData=function(){return this.footageData},AudioElement.prototype.prepareFrame=function(t){if(this.prepareRenderableFrame(t,!0),this.prepareProperties(t,!0),this.tm._placeholder)this._currentTime=t/this.data.sr;else{var e=this.tm.v;this._currentTime=e}this._volume=this.lv.v[0];var i=this._volume*this._volumeMultiplier;this._previousVolume!==i&&(this._previousVolume=i,this.audio.volume(i))},extendPrototype([RenderableElement,BaseElement,FrameElement],AudioElement),AudioElement.prototype.renderFrame=function(){this.isInRange&&this._canPlay&&(this._isPlaying?(!this.audio.playing()||Math.abs(this._currentTime/this.globalData.frameRate-this.audio.seek())>.1)&&this.audio.seek(this._currentTime/this.globalData.frameRate):(this.audio.play(),this.audio.seek(this._currentTime/this.globalData.frameRate),this._isPlaying=!0))},AudioElement.prototype.show=function(){},AudioElement.prototype.hide=function(){this.audio.pause(),this._isPlaying=!1},AudioElement.prototype.pause=function(){this.audio.pause(),this._isPlaying=!1,this._canPlay=!1},AudioElement.prototype.resume=function(){this._canPlay=!0},AudioElement.prototype.setRate=function(t){this.audio.rate(t)},AudioElement.prototype.volume=function(t){this._volumeMultiplier=t,this._previousVolume=t*this._volume,this.audio.volume(this._previousVolume)},AudioElement.prototype.getBaseElement=function(){return null},AudioElement.prototype.destroy=function(){},AudioElement.prototype.sourceRectAtTime=function(){},AudioElement.prototype.initExpressions=function(){},BaseRenderer.prototype.checkLayers=function(t){var e,i,r=this.layers.length;for(this.completeLayers=!0,e=r-1;e>=0;e-=1)this.elements[e]||(i=this.layers[e],i.ip-i.st<=t-this.layers[e].st&&i.op-i.st>t-this.layers[e].st&&this.buildItem(e)),this.completeLayers=!!this.elements[e]&&this.completeLayers;this.checkPendingElements()},BaseRenderer.prototype.createItem=function(t){switch(t.ty){case 2:return this.createImage(t);case 0:return this.createComp(t);case 1:return this.createSolid(t);case 3:return this.createNull(t);case 4:return this.createShape(t);case 5:return this.createText(t);case 6:return this.createAudio(t);case 13:return this.createCamera(t);case 15:return this.createFootage(t);default:return this.createNull(t)}},BaseRenderer.prototype.createCamera=function(){throw new Error(\"You're using a 3d camera. Try the html renderer.\")},BaseRenderer.prototype.createAudio=function(t){return new AudioElement(t,this.globalData,this)},BaseRenderer.prototype.createFootage=function(t){return new FootageElement(t,this.globalData,this)},BaseRenderer.prototype.buildAllItems=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)this.buildItem(t);this.checkPendingElements()},BaseRenderer.prototype.includeLayers=function(t){var e;this.completeLayers=!1;var i,r=t.length,s=this.layers.length;for(e=0;e<r;e+=1){i=0;while(i<s){if(this.layers[i].id===t[e].id){this.layers[i]=t[e];break}i+=1}}},BaseRenderer.prototype.setProjectInterface=function(t){this.globalData.projectInterface=t},BaseRenderer.prototype.initItems=function(){this.globalData.progressiveLoad||this.buildAllItems()},BaseRenderer.prototype.buildElementParenting=function(t,e,i){var r=this.elements,s=this.layers,a=0,n=s.length;while(a<n)s[a].ind==e&&(r[a]&&!0!==r[a]?(i.push(r[a]),r[a].setAsParent(),void 0!==s[a].parent?this.buildElementParenting(t,s[a].parent,i):t.setHierarchy(i)):(this.buildItem(a),this.addPendingElement(t))),a+=1},BaseRenderer.prototype.addPendingElement=function(t){this.pendingElements.push(t)},BaseRenderer.prototype.searchExtraCompositions=function(t){var e,i=t.length;for(e=0;e<i;e+=1)if(t[e].xt){var r=this.createComp(t[e]);r.initExpressions(),this.globalData.projectInterface.registerComposition(r)}},BaseRenderer.prototype.getElementById=function(t){var e,i=this.elements.length;for(e=0;e<i;e+=1)if(this.elements[e].data.ind===t)return this.elements[e];return null},BaseRenderer.prototype.getElementByPath=function(t){var e,i=t.shift();if(\"number\"===typeof i)e=this.elements[i];else{var r,s=this.elements.length;for(r=0;r<s;r+=1)if(this.elements[r].data.nm===i){e=this.elements[r];break}}return 0===t.length?e:e.getElementByPath(t)},BaseRenderer.prototype.setupGlobalData=function(t,e){this.globalData.fontManager=new FontManager,this.globalData.slotManager=slotFactory(t),this.globalData.fontManager.addChars(t.chars),this.globalData.fontManager.addFonts(t.fonts,e),this.globalData.getAssetData=this.animationItem.getAssetData.bind(this.animationItem),this.globalData.getAssetsPath=this.animationItem.getAssetsPath.bind(this.animationItem),this.globalData.imageLoader=this.animationItem.imagePreloader,this.globalData.audioController=this.animationItem.audioController,this.globalData.frameId=0,this.globalData.frameRate=t.fr,this.globalData.nm=t.nm,this.globalData.compSize={w:t.w,h:t.h}};var effectTypes={TRANSFORM_EFFECT:\"transformEFfect\"};function TransformElement(){}function MaskElement(t,e,i){this.data=t,this.element=e,this.globalData=i,this.storedData=[],this.masksProperties=this.data.masksProperties||[],this.maskElement=null;var r,s,a=this.globalData.defs,n=this.masksProperties?this.masksProperties.length:0;this.viewData=createSizedArray(n),this.solidPath=\"\";var o,h,l,p,f,m,c=this.masksProperties,d=0,u=[],y=createElementID(),g=\"clipPath\",v=\"clip-path\";for(r=0;r<n;r+=1)if((\"a\"!==c[r].mode&&\"n\"!==c[r].mode||c[r].inv||100!==c[r].o.k||c[r].o.x)&&(g=\"mask\",v=\"mask\"),\"s\"!==c[r].mode&&\"i\"!==c[r].mode||0!==d?l=null:(l=createNS(\"rect\"),l.setAttribute(\"fill\",\"#ffffff\"),l.setAttribute(\"width\",this.element.comp.data.w||0),l.setAttribute(\"height\",this.element.comp.data.h||0),u.push(l)),s=createNS(\"path\"),\"n\"===c[r].mode)this.viewData[r]={op:PropertyFactory.getProp(this.element,c[r].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,c[r],3),elem:s,lastPath:\"\"},a.appendChild(s);else{var b;if(d+=1,s.setAttribute(\"fill\",\"s\"===c[r].mode?\"#000000\":\"#ffffff\"),s.setAttribute(\"clip-rule\",\"nonzero\"),0!==c[r].x.k?(g=\"mask\",v=\"mask\",m=PropertyFactory.getProp(this.element,c[r].x,0,null,this.element),b=createElementID(),p=createNS(\"filter\"),p.setAttribute(\"id\",b),f=createNS(\"feMorphology\"),f.setAttribute(\"operator\",\"erode\"),f.setAttribute(\"in\",\"SourceGraphic\"),f.setAttribute(\"radius\",\"0\"),p.appendChild(f),a.appendChild(p),s.setAttribute(\"stroke\",\"s\"===c[r].mode?\"#000000\":\"#ffffff\")):(f=null,m=null),this.storedData[r]={elem:s,x:m,expan:f,lastPath:\"\",lastOperator:\"\",filterId:b,lastRadius:0},\"i\"===c[r].mode){h=u.length;var x=createNS(\"g\");for(o=0;o<h;o+=1)x.appendChild(u[o]);var P=createNS(\"mask\");P.setAttribute(\"mask-type\",\"alpha\"),P.setAttribute(\"id\",y+\"_\"+d),P.appendChild(s),a.appendChild(P),x.setAttribute(\"mask\",\"url(\"+getLocationHref()+\"#\"+y+\"_\"+d+\")\"),u.length=0,u.push(x)}else u.push(s);c[r].inv&&!this.solidPath&&(this.solidPath=this.createLayerSolidPath()),this.viewData[r]={elem:s,lastPath:\"\",op:PropertyFactory.getProp(this.element,c[r].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,c[r],3),invRect:l},this.viewData[r].prop.k||this.drawPath(c[r],this.viewData[r].prop.v,this.viewData[r])}for(this.maskElement=createNS(g),n=u.length,r=0;r<n;r+=1)this.maskElement.appendChild(u[r]);d>0&&(this.maskElement.setAttribute(\"id\",y),this.element.maskedElement.setAttribute(v,\"url(\"+getLocationHref()+\"#\"+y+\")\"),a.appendChild(this.maskElement)),this.viewData.length&&this.element.addRenderableComponent(this)}TransformElement.prototype={initTransform:function(){var t=new Matrix;this.finalTransform={mProp:this.data.ks?TransformPropertyFactory.getTransformProperty(this,this.data.ks,this):{o:0},_matMdf:!1,_localMatMdf:!1,_opMdf:!1,mat:t,localMat:t,localOpacity:1},this.data.ao&&(this.finalTransform.mProp.autoOriented=!0),this.data.ty},renderTransform:function(){if(this.finalTransform._opMdf=this.finalTransform.mProp.o._mdf||this._isFirstFrame,this.finalTransform._matMdf=this.finalTransform.mProp._mdf||this._isFirstFrame,this.hierarchy){var t,e=this.finalTransform.mat,i=0,r=this.hierarchy.length;if(!this.finalTransform._matMdf)while(i<r){if(this.hierarchy[i].finalTransform.mProp._mdf){this.finalTransform._matMdf=!0;break}i+=1}if(this.finalTransform._matMdf)for(t=this.finalTransform.mProp.v.props,e.cloneFromProps(t),i=0;i<r;i+=1)e.multiply(this.hierarchy[i].finalTransform.mProp.v)}this.finalTransform._matMdf&&(this.finalTransform._localMatMdf=this.finalTransform._matMdf),this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v)},renderLocalTransform:function(){if(this.localTransforms){var t=0,e=this.localTransforms.length;if(this.finalTransform._localMatMdf=this.finalTransform._matMdf,!this.finalTransform._localMatMdf||!this.finalTransform._opMdf)while(t<e)this.localTransforms[t]._mdf&&(this.finalTransform._localMatMdf=!0),this.localTransforms[t]._opMdf&&!this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v,this.finalTransform._opMdf=!0),t+=1;if(this.finalTransform._localMatMdf){var i=this.finalTransform.localMat;for(this.localTransforms[0].matrix.clone(i),t=1;t<e;t+=1){var r=this.localTransforms[t].matrix;i.multiply(r)}i.multiply(this.finalTransform.mat)}if(this.finalTransform._opMdf){var s=this.finalTransform.localOpacity;for(t=0;t<e;t+=1)s*=.01*this.localTransforms[t].opacity;this.finalTransform.localOpacity=s}}},searchEffectTransforms:function(){if(this.renderableEffectsManager){var t=this.renderableEffectsManager.getEffects(effectTypes.TRANSFORM_EFFECT);if(t.length){this.localTransforms=[],this.finalTransform.localMat=new Matrix;var e=0,i=t.length;for(e=0;e<i;e+=1)this.localTransforms.push(t[e])}}},globalToLocal:function(t){var e=[];e.push(this.finalTransform);var i,r=!0,s=this.comp;while(r)s.finalTransform?(s.data.hasMask&&e.splice(0,0,s.finalTransform),s=s.comp):r=!1;var a,n=e.length;for(i=0;i<n;i+=1)a=e[i].mat.applyToPointArray(0,0,0),t=[t[0]-a[0],t[1]-a[1],0];return t},mHelper:new Matrix},MaskElement.prototype.getMaskProperty=function(t){return this.viewData[t].prop},MaskElement.prototype.renderFrame=function(t){var e,i=this.element.finalTransform.mat,r=this.masksProperties.length;for(e=0;e<r;e+=1)if((this.viewData[e].prop._mdf||t)&&this.drawPath(this.masksProperties[e],this.viewData[e].prop.v,this.viewData[e]),(this.viewData[e].op._mdf||t)&&this.viewData[e].elem.setAttribute(\"fill-opacity\",this.viewData[e].op.v),\"n\"!==this.masksProperties[e].mode&&(this.viewData[e].invRect&&(this.element.finalTransform.mProp._mdf||t)&&this.viewData[e].invRect.setAttribute(\"transform\",i.getInverseMatrix().to2dCSS()),this.storedData[e].x&&(this.storedData[e].x._mdf||t))){var s=this.storedData[e].expan;this.storedData[e].x.v<0?(\"erode\"!==this.storedData[e].lastOperator&&(this.storedData[e].lastOperator=\"erode\",this.storedData[e].elem.setAttribute(\"filter\",\"url(\"+getLocationHref()+\"#\"+this.storedData[e].filterId+\")\")),s.setAttribute(\"radius\",-this.storedData[e].x.v)):(\"dilate\"!==this.storedData[e].lastOperator&&(this.storedData[e].lastOperator=\"dilate\",this.storedData[e].elem.setAttribute(\"filter\",null)),this.storedData[e].elem.setAttribute(\"stroke-width\",2*this.storedData[e].x.v))}},MaskElement.prototype.getMaskelement=function(){return this.maskElement},MaskElement.prototype.createLayerSolidPath=function(){var t=\"M0,0 \";return t+=\" h\"+this.globalData.compSize.w,t+=\" v\"+this.globalData.compSize.h,t+=\" h-\"+this.globalData.compSize.w,t+=\" v-\"+this.globalData.compSize.h+\" \",t},MaskElement.prototype.drawPath=function(t,e,i){var r,s,a=\" M\"+e.v[0][0]+\",\"+e.v[0][1];for(s=e._length,r=1;r<s;r+=1)a+=\" C\"+e.o[r-1][0]+\",\"+e.o[r-1][1]+\" \"+e.i[r][0]+\",\"+e.i[r][1]+\" \"+e.v[r][0]+\",\"+e.v[r][1];if(e.c&&s>1&&(a+=\" C\"+e.o[r-1][0]+\",\"+e.o[r-1][1]+\" \"+e.i[0][0]+\",\"+e.i[0][1]+\" \"+e.v[0][0]+\",\"+e.v[0][1]),i.lastPath!==a){var n=\"\";i.elem&&(e.c&&(n=t.inv?this.solidPath+a:a),i.elem.setAttribute(\"d\",n)),i.lastPath=a}},MaskElement.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.masksProperties=null};var filtersFactory=function(){var t={};function e(t,e){var i=createNS(\"filter\");return i.setAttribute(\"id\",t),!0!==e&&(i.setAttribute(\"filterUnits\",\"objectBoundingBox\"),i.setAttribute(\"x\",\"0%\"),i.setAttribute(\"y\",\"0%\"),i.setAttribute(\"width\",\"100%\"),i.setAttribute(\"height\",\"100%\")),i}function i(){var t=createNS(\"feColorMatrix\");return t.setAttribute(\"type\",\"matrix\"),t.setAttribute(\"color-interpolation-filters\",\"sRGB\"),t.setAttribute(\"values\",\"0 0 0 1 0  0 0 0 1 0  0 0 0 1 0  0 0 0 1 1\"),t}return t.createFilter=e,t.createAlphaToLuminanceFilter=i,t}(),featureSupport=function(){var t={maskType:!0,svgLumaHidden:!0,offscreenCanvas:\"undefined\"!==typeof OffscreenCanvas};return(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\\/\\d./i.test(navigator.userAgent))&&(t.maskType=!1),/firefox/i.test(navigator.userAgent)&&(t.svgLumaHidden=!1),t}(),registeredEffects$1={},idPrefix=\"filter_result_\";function SVGEffects(t){var e,i,r=\"SourceGraphic\",s=t.data.ef?t.data.ef.length:0,a=createElementID(),n=filtersFactory.createFilter(a,!0),o=0;for(this.filters=[],e=0;e<s;e+=1){i=null;var h=t.data.ef[e].ty;if(registeredEffects$1[h]){var l=registeredEffects$1[h].effect;i=new l(n,t.effectsManager.effectElements[e],t,idPrefix+o,r),r=idPrefix+o,registeredEffects$1[h].countsAsEffect&&(o+=1)}i&&this.filters.push(i)}o&&(t.globalData.defs.appendChild(n),t.layerElement.setAttribute(\"filter\",\"url(\"+getLocationHref()+\"#\"+a+\")\")),this.filters.length&&t.addRenderableComponent(this)}function registerEffect$1(t,e,i){registeredEffects$1[t]={effect:e,countsAsEffect:i}}function SVGBaseElement(){}function HierarchyElement(){}function RenderableDOMElement(){}function IImageElement(t,e,i){this.assetData=e.getAssetData(t.refId),this.assetData&&this.assetData.sid&&(this.assetData=e.slotManager.getProp(this.assetData)),this.initElement(t,e,i),this.sourceRect={top:0,left:0,width:this.assetData.w,height:this.assetData.h}}function ProcessedElement(t,e){this.elem=t,this.pos=e}function IShapeElement(){}SVGEffects.prototype.renderFrame=function(t){var e,i=this.filters.length;for(e=0;e<i;e+=1)this.filters[e].renderFrame(t)},SVGEffects.prototype.getEffects=function(t){var e,i=this.filters.length,r=[];for(e=0;e<i;e+=1)this.filters[e].type===t&&r.push(this.filters[e]);return r},SVGBaseElement.prototype={initRendererElement:function(){this.layerElement=createNS(\"g\")},createContainerElements:function(){this.matteElement=createNS(\"g\"),this.transformedElement=this.layerElement,this.maskedElement=this.layerElement,this._sizeChanged=!1;var t=null;if(this.data.td){this.matteMasks={};var e=createNS(\"g\");e.setAttribute(\"id\",this.layerId),e.appendChild(this.layerElement),t=e,this.globalData.defs.appendChild(e)}else this.data.tt?(this.matteElement.appendChild(this.layerElement),t=this.matteElement,this.baseElement=this.matteElement):this.baseElement=this.layerElement;if(this.data.ln&&this.layerElement.setAttribute(\"id\",this.data.ln),this.data.cl&&this.layerElement.setAttribute(\"class\",this.data.cl),0===this.data.ty&&!this.data.hd){var i=createNS(\"clipPath\"),r=createNS(\"path\");r.setAttribute(\"d\",\"M0,0 L\"+this.data.w+\",0 L\"+this.data.w+\",\"+this.data.h+\" L0,\"+this.data.h+\"z\");var s=createElementID();if(i.setAttribute(\"id\",s),i.appendChild(r),this.globalData.defs.appendChild(i),this.checkMasks()){var a=createNS(\"g\");a.setAttribute(\"clip-path\",\"url(\"+getLocationHref()+\"#\"+s+\")\"),a.appendChild(this.layerElement),this.transformedElement=a,t?t.appendChild(this.transformedElement):this.baseElement=this.transformedElement}else this.layerElement.setAttribute(\"clip-path\",\"url(\"+getLocationHref()+\"#\"+s+\")\")}0!==this.data.bm&&this.setBlendMode()},renderElement:function(){this.finalTransform._localMatMdf&&this.transformedElement.setAttribute(\"transform\",this.finalTransform.localMat.to2dCSS()),this.finalTransform._opMdf&&this.transformedElement.setAttribute(\"opacity\",this.finalTransform.localOpacity)},destroyBaseElement:function(){this.layerElement=null,this.matteElement=null,this.maskManager.destroy()},getBaseElement:function(){return this.data.hd?null:this.baseElement},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData),this.renderableEffectsManager=new SVGEffects(this),this.searchEffectTransforms()},getMatte:function(t){if(this.matteMasks||(this.matteMasks={}),!this.matteMasks[t]){var e,i,r,s,a=this.layerId+\"_\"+t;if(1===t||3===t){var n=createNS(\"mask\");n.setAttribute(\"id\",a),n.setAttribute(\"mask-type\",3===t?\"luminance\":\"alpha\"),r=createNS(\"use\"),r.setAttributeNS(\"http://www.w3.org/1999/xlink\",\"href\",\"#\"+this.layerId),n.appendChild(r),this.globalData.defs.appendChild(n),featureSupport.maskType||1!==t||(n.setAttribute(\"mask-type\",\"luminance\"),e=createElementID(),i=filtersFactory.createFilter(e),this.globalData.defs.appendChild(i),i.appendChild(filtersFactory.createAlphaToLuminanceFilter()),s=createNS(\"g\"),s.appendChild(r),n.appendChild(s),s.setAttribute(\"filter\",\"url(\"+getLocationHref()+\"#\"+e+\")\"))}else if(2===t){var o=createNS(\"mask\");o.setAttribute(\"id\",a),o.setAttribute(\"mask-type\",\"alpha\");var h=createNS(\"g\");o.appendChild(h),e=createElementID(),i=filtersFactory.createFilter(e);var l=createNS(\"feComponentTransfer\");l.setAttribute(\"in\",\"SourceGraphic\"),i.appendChild(l);var p=createNS(\"feFuncA\");p.setAttribute(\"type\",\"table\"),p.setAttribute(\"tableValues\",\"1.0 0.0\"),l.appendChild(p),this.globalData.defs.appendChild(i);var f=createNS(\"rect\");f.setAttribute(\"width\",this.comp.data.w),f.setAttribute(\"height\",this.comp.data.h),f.setAttribute(\"x\",\"0\"),f.setAttribute(\"y\",\"0\"),f.setAttribute(\"fill\",\"#ffffff\"),f.setAttribute(\"opacity\",\"0\"),h.setAttribute(\"filter\",\"url(\"+getLocationHref()+\"#\"+e+\")\"),h.appendChild(f),r=createNS(\"use\"),r.setAttributeNS(\"http://www.w3.org/1999/xlink\",\"href\",\"#\"+this.layerId),h.appendChild(r),featureSupport.maskType||(o.setAttribute(\"mask-type\",\"luminance\"),i.appendChild(filtersFactory.createAlphaToLuminanceFilter()),s=createNS(\"g\"),h.appendChild(f),s.appendChild(this.layerElement),h.appendChild(s)),this.globalData.defs.appendChild(o)}this.matteMasks[t]=a}return this.matteMasks[t]},setMatte:function(t){this.matteElement&&this.matteElement.setAttribute(\"mask\",\"url(\"+getLocationHref()+\"#\"+t+\")\")}},HierarchyElement.prototype={initHierarchy:function(){this.hierarchy=[],this._isParent=!1,this.checkParenting()},setHierarchy:function(t){this.hierarchy=t},setAsParent:function(){this._isParent=!0},checkParenting:function(){void 0!==this.data.parent&&this.comp.buildElementParenting(this,this.data.parent,[])}},function(){var t={initElement:function(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initTransform(t,e,i),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide()},hide:function(){if(!this.hidden&&(!this.isInRange||this.isTransparent)){var t=this.baseElement||this.layerElement;t.style.display=\"none\",this.hidden=!0}},show:function(){if(this.isInRange&&!this.isTransparent){if(!this.data.hd){var t=this.baseElement||this.layerElement;t.style.display=\"block\"}this.hidden=!1,this._isFirstFrame=!0}},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},renderInnerContent:function(){},prepareFrame:function(t){this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange),this.checkTransparency()},destroy:function(){this.innerElem=null,this.destroyBaseElement()}};extendPrototype([RenderableElement,createProxyFunction(t)],RenderableDOMElement)}(),extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],IImageElement),IImageElement.prototype.createContent=function(){var t=this.globalData.getAssetsPath(this.assetData);this.innerElem=createNS(\"image\"),this.innerElem.setAttribute(\"width\",this.assetData.w+\"px\"),this.innerElem.setAttribute(\"height\",this.assetData.h+\"px\"),this.innerElem.setAttribute(\"preserveAspectRatio\",this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio),this.innerElem.setAttributeNS(\"http://www.w3.org/1999/xlink\",\"href\",t),this.layerElement.appendChild(this.innerElem)},IImageElement.prototype.sourceRectAtTime=function(){return this.sourceRect},IShapeElement.prototype={addShapeToModifiers:function(t){var e,i=this.shapeModifiers.length;for(e=0;e<i;e+=1)this.shapeModifiers[e].addShape(t)},isShapeInAnimatedModifiers:function(t){var e=0,i=this.shapeModifiers.length;while(e<i)if(this.shapeModifiers[e].isAnimatedWithShape(t))return!0;return!1},renderModifiers:function(){if(this.shapeModifiers.length){var t,e,i=this.shapes.length;for(t=0;t<i;t+=1)this.shapes[t].sh.reset();for(i=this.shapeModifiers.length,t=i-1;t>=0;t-=1)if(e=this.shapeModifiers[t].processShapes(this._isFirstFrame),e)break}},searchProcessedElement:function(t){var e=this.processedElements,i=0,r=e.length;while(i<r){if(e[i].elem===t)return e[i].pos;i+=1}return 0},addProcessedElement:function(t,e){var i=this.processedElements,r=i.length;while(r)if(r-=1,i[r].elem===t)return void(i[r].pos=e);i.push(new ProcessedElement(t,e))},prepareFrame:function(t){this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange)}};var lineCapEnum={1:\"butt\",2:\"round\",3:\"square\"},lineJoinEnum={1:\"miter\",2:\"round\",3:\"bevel\"};function SVGShapeData(t,e,i){this.caches=[],this.styles=[],this.transformers=t,this.lStr=\"\",this.sh=i,this.lvl=e,this._isAnimated=!!i.k;var r=0,s=t.length;while(r<s){if(t[r].mProps.dynamicProperties.length){this._isAnimated=!0;break}r+=1}}function SVGStyleData(t,e){this.data=t,this.type=t.ty,this.d=\"\",this.lvl=e,this._mdf=!1,this.closed=!0===t.hd,this.pElem=createNS(\"path\"),this.msElem=null}function DashProperty(t,e,i,r){var s;this.elem=t,this.frameId=-1,this.dataProps=createSizedArray(e.length),this.renderer=i,this.k=!1,this.dashStr=\"\",this.dashArray=createTypedArray(\"float32\",e.length?e.length-1:0),this.dashoffset=createTypedArray(\"float32\",1),this.initDynamicPropertyContainer(r);var a,n=e.length||0;for(s=0;s<n;s+=1)a=PropertyFactory.getProp(t,e[s].v,0,0,this),this.k=a.k||this.k,this.dataProps[s]={n:e[s].n,p:a};this.k||this.getValue(!0),this._isAnimated=this.k}function SVGStrokeStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.w=PropertyFactory.getProp(t,e.w,0,null,this),this.d=new DashProperty(t,e.d||{},\"svg\",this),this.c=PropertyFactory.getProp(t,e.c,1,255,this),this.style=i,this._isAnimated=!!this._isAnimated}function SVGFillStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.c=PropertyFactory.getProp(t,e.c,1,255,this),this.style=i}function SVGNoStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.style=i}function GradientProperty(t,e,i){this.data=e,this.c=createTypedArray(\"uint8c\",4*e.p);var r=e.k.k[0].s?e.k.k[0].s.length-4*e.p:e.k.k.length-4*e.p;this.o=createTypedArray(\"float32\",r),this._cmdf=!1,this._omdf=!1,this._collapsable=this.checkCollapsable(),this._hasOpacity=r,this.initDynamicPropertyContainer(i),this.prop=PropertyFactory.getProp(t,e.k,1,null,this),this.k=this.prop.k,this.getValue(!0)}function SVGGradientFillStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.initGradientData(t,e,i)}function SVGGradientStrokeStyleData(t,e,i){this.initDynamicPropertyContainer(t),this.getValue=this.iterateDynamicProperties,this.w=PropertyFactory.getProp(t,e.w,0,null,this),this.d=new DashProperty(t,e.d||{},\"svg\",this),this.initGradientData(t,e,i),this._isAnimated=!!this._isAnimated}function ShapeGroupData(){this.it=[],this.prevViewData=[],this.gr=createNS(\"g\")}function SVGTransformData(t,e,i){this.transform={mProps:t,op:e,container:i},this.elements=[],this._isAnimated=this.transform.mProps.dynamicProperties.length||this.transform.op.effectsSequence.length}SVGShapeData.prototype.setAsAnimated=function(){this._isAnimated=!0},SVGStyleData.prototype.reset=function(){this.d=\"\",this._mdf=!1},DashProperty.prototype.getValue=function(t){if((this.elem.globalData.frameId!==this.frameId||t)&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf=this._mdf||t,this._mdf)){var e=0,i=this.dataProps.length;for(\"svg\"===this.renderer&&(this.dashStr=\"\"),e=0;e<i;e+=1)\"o\"!==this.dataProps[e].n?\"svg\"===this.renderer?this.dashStr+=\" \"+this.dataProps[e].p.v:this.dashArray[e]=this.dataProps[e].p.v:this.dashoffset[0]=this.dataProps[e].p.v}},extendPrototype([DynamicPropertyContainer],DashProperty),extendPrototype([DynamicPropertyContainer],SVGStrokeStyleData),extendPrototype([DynamicPropertyContainer],SVGFillStyleData),extendPrototype([DynamicPropertyContainer],SVGNoStyleData),GradientProperty.prototype.comparePoints=function(t,e){var i,r=0,s=this.o.length/2;while(r<s){if(i=Math.abs(t[4*r]-t[4*e+2*r]),i>.01)return!1;r+=1}return!0},GradientProperty.prototype.checkCollapsable=function(){if(this.o.length/2!==this.c.length/4)return!1;if(this.data.k.k[0].s){var t=0,e=this.data.k.k.length;while(t<e){if(!this.comparePoints(this.data.k.k[t].s,this.data.p))return!1;t+=1}}else if(!this.comparePoints(this.data.k.k,this.data.p))return!1;return!0},GradientProperty.prototype.getValue=function(t){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||t){var e,i,r,s=4*this.data.p;for(e=0;e<s;e+=1)i=e%4===0?100:255,r=Math.round(this.prop.v[e]*i),this.c[e]!==r&&(this.c[e]=r,this._cmdf=!t);if(this.o.length)for(s=this.prop.v.length,e=4*this.data.p;e<s;e+=1)i=e%2===0?100:1,r=e%2===0?Math.round(100*this.prop.v[e]):this.prop.v[e],this.o[e-4*this.data.p]!==r&&(this.o[e-4*this.data.p]=r,this._omdf=!t);this._mdf=!t}},extendPrototype([DynamicPropertyContainer],GradientProperty),SVGGradientFillStyleData.prototype.initGradientData=function(t,e,i){this.o=PropertyFactory.getProp(t,e.o,0,.01,this),this.s=PropertyFactory.getProp(t,e.s,1,null,this),this.e=PropertyFactory.getProp(t,e.e,1,null,this),this.h=PropertyFactory.getProp(t,e.h||{k:0},0,.01,this),this.a=PropertyFactory.getProp(t,e.a||{k:0},0,degToRads,this),this.g=new GradientProperty(t,e.g,this),this.style=i,this.stops=[],this.setGradientData(i.pElem,e),this.setGradientOpacity(e,i),this._isAnimated=!!this._isAnimated},SVGGradientFillStyleData.prototype.setGradientData=function(t,e){var i=createElementID(),r=createNS(1===e.t?\"linearGradient\":\"radialGradient\");r.setAttribute(\"id\",i),r.setAttribute(\"spreadMethod\",\"pad\"),r.setAttribute(\"gradientUnits\",\"userSpaceOnUse\");var s,a,n,o=[];for(n=4*e.g.p,a=0;a<n;a+=4)s=createNS(\"stop\"),r.appendChild(s),o.push(s);t.setAttribute(\"gf\"===e.ty?\"fill\":\"stroke\",\"url(\"+getLocationHref()+\"#\"+i+\")\"),this.gf=r,this.cst=o},SVGGradientFillStyleData.prototype.setGradientOpacity=function(t,e){if(this.g._hasOpacity&&!this.g._collapsable){var i,r,s,a=createNS(\"mask\"),n=createNS(\"path\");a.appendChild(n);var o=createElementID(),h=createElementID();a.setAttribute(\"id\",h);var l=createNS(1===t.t?\"linearGradient\":\"radialGradient\");l.setAttribute(\"id\",o),l.setAttribute(\"spreadMethod\",\"pad\"),l.setAttribute(\"gradientUnits\",\"userSpaceOnUse\"),s=t.g.k.k[0].s?t.g.k.k[0].s.length:t.g.k.k.length;var p=this.stops;for(r=4*t.g.p;r<s;r+=2)i=createNS(\"stop\"),i.setAttribute(\"stop-color\",\"rgb(255,255,255)\"),l.appendChild(i),p.push(i);n.setAttribute(\"gf\"===t.ty?\"fill\":\"stroke\",\"url(\"+getLocationHref()+\"#\"+o+\")\"),\"gs\"===t.ty&&(n.setAttribute(\"stroke-linecap\",lineCapEnum[t.lc||2]),n.setAttribute(\"stroke-linejoin\",lineJoinEnum[t.lj||2]),1===t.lj&&n.setAttribute(\"stroke-miterlimit\",t.ml)),this.of=l,this.ms=a,this.ost=p,this.maskId=h,e.msElem=n}},extendPrototype([DynamicPropertyContainer],SVGGradientFillStyleData),extendPrototype([SVGGradientFillStyleData,DynamicPropertyContainer],SVGGradientStrokeStyleData);var buildShapeString=function(t,e,i,r){if(0===e)return\"\";var s,a=t.o,n=t.i,o=t.v,h=\" M\"+r.applyToPointStringified(o[0][0],o[0][1]);for(s=1;s<e;s+=1)h+=\" C\"+r.applyToPointStringified(a[s-1][0],a[s-1][1])+\" \"+r.applyToPointStringified(n[s][0],n[s][1])+\" \"+r.applyToPointStringified(o[s][0],o[s][1]);return i&&e&&(h+=\" C\"+r.applyToPointStringified(a[s-1][0],a[s-1][1])+\" \"+r.applyToPointStringified(n[0][0],n[0][1])+\" \"+r.applyToPointStringified(o[0][0],o[0][1]),h+=\"z\"),h},SVGElementsRenderer=function(){var t=new Matrix,e=new Matrix,i={createRenderFunction:r};function r(t){switch(t.ty){case\"fl\":return o;case\"gf\":return l;case\"gs\":return h;case\"st\":return p;case\"sh\":case\"el\":case\"rc\":case\"sr\":return n;case\"tr\":return s;case\"no\":return a;default:return null}}function s(t,e,i){(i||e.transform.op._mdf)&&e.transform.container.setAttribute(\"opacity\",e.transform.op.v),(i||e.transform.mProps._mdf)&&e.transform.container.setAttribute(\"transform\",e.transform.mProps.v.to2dCSS())}function a(){}function n(i,r,s){var a,n,o,h,l,p,f,m,c,d,u=r.styles.length,y=r.lvl;for(p=0;p<u;p+=1){if(h=r.sh._mdf||s,r.styles[p].lvl<y){m=e.reset(),c=y-r.styles[p].lvl,d=r.transformers.length-1;while(!h&&c>0)h=r.transformers[d].mProps._mdf||h,c-=1,d-=1;if(h){c=y-r.styles[p].lvl,d=r.transformers.length-1;while(c>0)m.multiply(r.transformers[d].mProps.v),c-=1,d-=1}}else m=t;if(f=r.sh.paths,n=f._length,h){for(o=\"\",a=0;a<n;a+=1)l=f.shapes[a],l&&l._length&&(o+=buildShapeString(l,l._length,l.c,m));r.caches[p]=o}else o=r.caches[p];r.styles[p].d+=!0===i.hd?\"\":o,r.styles[p]._mdf=h||r.styles[p]._mdf}}function o(t,e,i){var r=e.style;(e.c._mdf||i)&&r.pElem.setAttribute(\"fill\",\"rgb(\"+bmFloor(e.c.v[0])+\",\"+bmFloor(e.c.v[1])+\",\"+bmFloor(e.c.v[2])+\")\"),(e.o._mdf||i)&&r.pElem.setAttribute(\"fill-opacity\",e.o.v)}function h(t,e,i){l(t,e,i),p(t,e,i)}function l(t,e,i){var r,s,a,n,o,h=e.gf,l=e.g._hasOpacity,p=e.s.v,f=e.e.v;if(e.o._mdf||i){var m=\"gf\"===t.ty?\"fill-opacity\":\"stroke-opacity\";e.style.pElem.setAttribute(m,e.o.v)}if(e.s._mdf||i){var c=1===t.t?\"x1\":\"cx\",d=\"x1\"===c?\"y1\":\"cy\";h.setAttribute(c,p[0]),h.setAttribute(d,p[1]),l&&!e.g._collapsable&&(e.of.setAttribute(c,p[0]),e.of.setAttribute(d,p[1]))}if(e.g._cmdf||i){r=e.cst;var u=e.g.c;for(a=r.length,s=0;s<a;s+=1)n=r[s],n.setAttribute(\"offset\",u[4*s]+\"%\"),n.setAttribute(\"stop-color\",\"rgb(\"+u[4*s+1]+\",\"+u[4*s+2]+\",\"+u[4*s+3]+\")\")}if(l&&(e.g._omdf||i)){var y=e.g.o;for(r=e.g._collapsable?e.cst:e.ost,a=r.length,s=0;s<a;s+=1)n=r[s],e.g._collapsable||n.setAttribute(\"offset\",y[2*s]+\"%\"),n.setAttribute(\"stop-opacity\",y[2*s+1])}if(1===t.t)(e.e._mdf||i)&&(h.setAttribute(\"x2\",f[0]),h.setAttribute(\"y2\",f[1]),l&&!e.g._collapsable&&(e.of.setAttribute(\"x2\",f[0]),e.of.setAttribute(\"y2\",f[1])));else if((e.s._mdf||e.e._mdf||i)&&(o=Math.sqrt(Math.pow(p[0]-f[0],2)+Math.pow(p[1]-f[1],2)),h.setAttribute(\"r\",o),l&&!e.g._collapsable&&e.of.setAttribute(\"r\",o)),e.e._mdf||e.h._mdf||e.a._mdf||i){o||(o=Math.sqrt(Math.pow(p[0]-f[0],2)+Math.pow(p[1]-f[1],2)));var g=Math.atan2(f[1]-p[1],f[0]-p[0]),v=e.h.v;v>=1?v=.99:v<=-1&&(v=-.99);var b=o*v,x=Math.cos(g+e.a.v)*b+p[0],P=Math.sin(g+e.a.v)*b+p[1];h.setAttribute(\"fx\",x),h.setAttribute(\"fy\",P),l&&!e.g._collapsable&&(e.of.setAttribute(\"fx\",x),e.of.setAttribute(\"fy\",P))}}function p(t,e,i){var r=e.style,s=e.d;s&&(s._mdf||i)&&s.dashStr&&(r.pElem.setAttribute(\"stroke-dasharray\",s.dashStr),r.pElem.setAttribute(\"stroke-dashoffset\",s.dashoffset[0])),e.c&&(e.c._mdf||i)&&r.pElem.setAttribute(\"stroke\",\"rgb(\"+bmFloor(e.c.v[0])+\",\"+bmFloor(e.c.v[1])+\",\"+bmFloor(e.c.v[2])+\")\"),(e.o._mdf||i)&&r.pElem.setAttribute(\"stroke-opacity\",e.o.v),(e.w._mdf||i)&&(r.pElem.setAttribute(\"stroke-width\",e.w.v),r.msElem&&r.msElem.setAttribute(\"stroke-width\",e.w.v))}return i}();function SVGShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.initElement(t,e,i),this.prevViewData=[]}function LetterProps(t,e,i,r,s,a){this.o=t,this.sw=e,this.sc=i,this.fc=r,this.m=s,this.p=a,this._mdf={o:!0,sw:!!e,sc:!!i,fc:!!r,m:!0,p:!0}}function TextProperty(t,e){this._frameId=initialDefaultFrame,this.pv=\"\",this.v=\"\",this.kf=!1,this._isFirstFrame=!0,this._mdf=!1,e.d&&e.d.sid&&(e.d=t.globalData.slotManager.getProp(e.d)),this.data=e,this.elem=t,this.comp=this.elem.comp,this.keysIndex=0,this.canResize=!1,this.minimumFontSize=1,this.effectsSequence=[],this.currentData={ascent:0,boxWidth:this.defaultBoxWidth,f:\"\",fStyle:\"\",fWeight:\"\",fc:\"\",j:\"\",justifyOffset:\"\",l:[],lh:0,lineWidths:[],ls:\"\",of:\"\",s:\"\",sc:\"\",sw:0,t:0,tr:0,sz:0,ps:null,fillColorAnim:!1,strokeColorAnim:!1,strokeWidthAnim:!1,yOffset:0,finalSize:0,finalText:[],finalLineHeight:0,__complete:!1},this.copyData(this.currentData,this.data.d.k[0].s),this.searchProperty()||this.completeTextData(this.currentData)}extendPrototype([BaseElement,TransformElement,SVGBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableDOMElement],SVGShapeElement),SVGShapeElement.prototype.initSecondaryElement=function(){},SVGShapeElement.prototype.identityMatrix=new Matrix,SVGShapeElement.prototype.buildExpressionInterface=function(){},SVGShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes()},SVGShapeElement.prototype.filterUniqueShapes=function(){var t,e,i,r,s=this.shapes.length,a=this.stylesList.length,n=[],o=!1;for(i=0;i<a;i+=1){for(r=this.stylesList[i],o=!1,n.length=0,t=0;t<s;t+=1)e=this.shapes[t],-1!==e.styles.indexOf(r)&&(n.push(e),o=e._isAnimated||o);n.length>1&&o&&this.setShapesAsAnimated(n)}},SVGShapeElement.prototype.setShapesAsAnimated=function(t){var e,i=t.length;for(e=0;e<i;e+=1)t[e].setAsAnimated()},SVGShapeElement.prototype.createStyleElement=function(t,e){var i,r=new SVGStyleData(t,e),s=r.pElem;if(\"st\"===t.ty)i=new SVGStrokeStyleData(this,t,r);else if(\"fl\"===t.ty)i=new SVGFillStyleData(this,t,r);else if(\"gf\"===t.ty||\"gs\"===t.ty){var a=\"gf\"===t.ty?SVGGradientFillStyleData:SVGGradientStrokeStyleData;i=new a(this,t,r),this.globalData.defs.appendChild(i.gf),i.maskId&&(this.globalData.defs.appendChild(i.ms),this.globalData.defs.appendChild(i.of),s.setAttribute(\"mask\",\"url(\"+getLocationHref()+\"#\"+i.maskId+\")\"))}else\"no\"===t.ty&&(i=new SVGNoStyleData(this,t,r));return\"st\"!==t.ty&&\"gs\"!==t.ty||(s.setAttribute(\"stroke-linecap\",lineCapEnum[t.lc||2]),s.setAttribute(\"stroke-linejoin\",lineJoinEnum[t.lj||2]),s.setAttribute(\"fill-opacity\",\"0\"),1===t.lj&&s.setAttribute(\"stroke-miterlimit\",t.ml)),2===t.r&&s.setAttribute(\"fill-rule\",\"evenodd\"),t.ln&&s.setAttribute(\"id\",t.ln),t.cl&&s.setAttribute(\"class\",t.cl),t.bm&&(s.style[\"mix-blend-mode\"]=getBlendMode(t.bm)),this.stylesList.push(r),this.addToAnimatedContents(t,i),i},SVGShapeElement.prototype.createGroupElement=function(t){var e=new ShapeGroupData;return t.ln&&e.gr.setAttribute(\"id\",t.ln),t.cl&&e.gr.setAttribute(\"class\",t.cl),t.bm&&(e.gr.style[\"mix-blend-mode\"]=getBlendMode(t.bm)),e},SVGShapeElement.prototype.createTransformElement=function(t,e){var i=TransformPropertyFactory.getTransformProperty(this,t,this),r=new SVGTransformData(i,i.o,e);return this.addToAnimatedContents(t,r),r},SVGShapeElement.prototype.createShapeElement=function(t,e,i){var r=4;\"rc\"===t.ty?r=5:\"el\"===t.ty?r=6:\"sr\"===t.ty&&(r=7);var s=ShapePropertyFactory.getShapeProp(this,t,r,this),a=new SVGShapeData(e,i,s);return this.shapes.push(a),this.addShapeToModifiers(a),this.addToAnimatedContents(t,a),a},SVGShapeElement.prototype.addToAnimatedContents=function(t,e){var i=0,r=this.animatedContents.length;while(i<r){if(this.animatedContents[i].element===e)return;i+=1}this.animatedContents.push({fn:SVGElementsRenderer.createRenderFunction(t),element:e,data:t})},SVGShapeElement.prototype.setElementStyles=function(t){var e,i=t.styles,r=this.stylesList.length;for(e=0;e<r;e+=1)this.stylesList[e].closed||i.push(this.stylesList[e])},SVGShapeElement.prototype.reloadShapes=function(){var t;this._isFirstFrame=!0;var e=this.itemsData.length;for(t=0;t<e;t+=1)this.prevViewData[t]=this.itemsData[t];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes(),e=this.dynamicProperties.length,t=0;t<e;t+=1)this.dynamicProperties[t].getValue();this.renderModifiers()},SVGShapeElement.prototype.searchShapes=function(t,e,i,r,s,a,n){var o,h,l,p,f,m,c=[].concat(a),d=t.length-1,u=[],y=[];for(o=d;o>=0;o-=1){if(m=this.searchProcessedElement(t[o]),m?e[o]=i[m-1]:t[o]._render=n,\"fl\"===t[o].ty||\"st\"===t[o].ty||\"gf\"===t[o].ty||\"gs\"===t[o].ty||\"no\"===t[o].ty)m?e[o].style.closed=!1:e[o]=this.createStyleElement(t[o],s),t[o]._render&&e[o].style.pElem.parentNode!==r&&r.appendChild(e[o].style.pElem),u.push(e[o].style);else if(\"gr\"===t[o].ty){if(m)for(l=e[o].it.length,h=0;h<l;h+=1)e[o].prevViewData[h]=e[o].it[h];else e[o]=this.createGroupElement(t[o]);this.searchShapes(t[o].it,e[o].it,e[o].prevViewData,e[o].gr,s+1,c,n),t[o]._render&&e[o].gr.parentNode!==r&&r.appendChild(e[o].gr)}else\"tr\"===t[o].ty?(m||(e[o]=this.createTransformElement(t[o],r)),p=e[o].transform,c.push(p)):\"sh\"===t[o].ty||\"rc\"===t[o].ty||\"el\"===t[o].ty||\"sr\"===t[o].ty?(m||(e[o]=this.createShapeElement(t[o],c,s)),this.setElementStyles(e[o])):\"tm\"===t[o].ty||\"rd\"===t[o].ty||\"ms\"===t[o].ty||\"pb\"===t[o].ty||\"zz\"===t[o].ty||\"op\"===t[o].ty?(m?(f=e[o],f.closed=!1):(f=ShapeModifiers.getModifier(t[o].ty),f.init(this,t[o]),e[o]=f,this.shapeModifiers.push(f)),y.push(f)):\"rp\"===t[o].ty&&(m?(f=e[o],f.closed=!0):(f=ShapeModifiers.getModifier(t[o].ty),e[o]=f,f.init(this,t,o,e),this.shapeModifiers.push(f),n=!1),y.push(f));this.addProcessedElement(t[o],o+1)}for(d=u.length,o=0;o<d;o+=1)u[o].closed=!0;for(d=y.length,o=0;o<d;o+=1)y[o].closed=!0},SVGShapeElement.prototype.renderInnerContent=function(){var t;this.renderModifiers();var e=this.stylesList.length;for(t=0;t<e;t+=1)this.stylesList[t].reset();for(this.renderShape(),t=0;t<e;t+=1)(this.stylesList[t]._mdf||this._isFirstFrame)&&(this.stylesList[t].msElem&&(this.stylesList[t].msElem.setAttribute(\"d\",this.stylesList[t].d),this.stylesList[t].d=\"M0 0\"+this.stylesList[t].d),this.stylesList[t].pElem.setAttribute(\"d\",this.stylesList[t].d||\"M0 0\"))},SVGShapeElement.prototype.renderShape=function(){var t,e,i=this.animatedContents.length;for(t=0;t<i;t+=1)e=this.animatedContents[t],(this._isFirstFrame||e.element._isAnimated)&&!0!==e.data&&e.fn(e.data,e.element,this._isFirstFrame)},SVGShapeElement.prototype.destroy=function(){this.destroyBaseElement(),this.shapesData=null,this.itemsData=null},LetterProps.prototype.update=function(t,e,i,r,s,a){this._mdf.o=!1,this._mdf.sw=!1,this._mdf.sc=!1,this._mdf.fc=!1,this._mdf.m=!1,this._mdf.p=!1;var n=!1;return this.o!==t&&(this.o=t,this._mdf.o=!0,n=!0),this.sw!==e&&(this.sw=e,this._mdf.sw=!0,n=!0),this.sc!==i&&(this.sc=i,this._mdf.sc=!0,n=!0),this.fc!==r&&(this.fc=r,this._mdf.fc=!0,n=!0),this.m!==s&&(this.m=s,this._mdf.m=!0,n=!0),!a.length||this.p[0]===a[0]&&this.p[1]===a[1]&&this.p[4]===a[4]&&this.p[5]===a[5]&&this.p[12]===a[12]&&this.p[13]===a[13]||(this.p=a,this._mdf.p=!0,n=!0),n},TextProperty.prototype.defaultBoxWidth=[0,0],TextProperty.prototype.copyData=function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},TextProperty.prototype.setCurrentData=function(t){t.__complete||this.completeTextData(t),this.currentData=t,this.currentData.boxWidth=this.currentData.boxWidth||this.defaultBoxWidth,this._mdf=!0},TextProperty.prototype.searchProperty=function(){return this.searchKeyframes()},TextProperty.prototype.searchKeyframes=function(){return this.kf=this.data.d.k.length>1,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},TextProperty.prototype.addEffect=function(t){this.effectsSequence.push(t),this.elem.addDynamicProperty(this)},TextProperty.prototype.getValue=function(t){if(this.elem.globalData.frameId!==this.frameId&&this.effectsSequence.length||t){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var e=this.currentData,i=this.keysIndex;if(this.lock)this.setCurrentData(this.currentData);else{var r;this.lock=!0,this._mdf=!1;var s=this.effectsSequence.length,a=t||this.data.d.k[this.keysIndex].s;for(r=0;r<s;r+=1)a=i!==this.keysIndex?this.effectsSequence[r](a,a.t):this.effectsSequence[r](this.currentData,a.t);e!==a&&this.setCurrentData(a),this.v=this.currentData,this.pv=this.v,this.lock=!1,this.frameId=this.elem.globalData.frameId}}},TextProperty.prototype.getKeyframeValue=function(){var t=this.data.d.k,e=this.elem.comp.renderedFrame,i=0,r=t.length;while(i<=r-1){if(i===r-1||t[i+1].t>e)break;i+=1}return this.keysIndex!==i&&(this.keysIndex=i),this.data.d.k[this.keysIndex].s},TextProperty.prototype.buildFinalText=function(t){var e,i,r=[],s=0,a=t.length,n=!1,o=!1,h=\"\";while(s<a)n=o,o=!1,e=t.charCodeAt(s),h=t.charAt(s),FontManager.isCombinedCharacter(e)?n=!0:e>=55296&&e<=56319?FontManager.isRegionalFlag(t,s)?h=t.substr(s,14):(i=t.charCodeAt(s+1),i>=56320&&i<=57343&&(FontManager.isModifier(e,i)?(h=t.substr(s,2),n=!0):h=FontManager.isFlagEmoji(t.substr(s,4))?t.substr(s,4):t.substr(s,2))):e>56319?(i=t.charCodeAt(s+1),FontManager.isVariationSelector(e)&&(n=!0)):FontManager.isZeroWidthJoiner(e)&&(n=!0,o=!0),n?(r[r.length-1]+=h,n=!1):r.push(h),s+=h.length;return r},TextProperty.prototype.completeTextData=function(t){t.__complete=!0;var e,i,r,s,a,n,o,h=this.elem.globalData.fontManager,l=this.data,p=[],f=0,m=l.m.g,c=0,d=0,u=0,y=[],g=0,v=0,b=h.getFontByName(t.f),x=0,P=getFontProperties(b);t.fWeight=P.weight,t.fStyle=P.style,t.finalSize=t.s,t.finalText=this.buildFinalText(t.t),i=t.finalText.length,t.finalLineHeight=t.lh;var E,S=t.tr/1e3*t.finalSize;if(t.sz){var C,_,A=!0,T=t.sz[0],k=t.sz[1];while(A){_=this.buildFinalText(t.t),C=0,g=0,i=_.length,S=t.tr/1e3*t.finalSize;var M=-1;for(e=0;e<i;e+=1)E=_[e].charCodeAt(0),r=!1,\" \"===_[e]?M=e:13!==E&&3!==E||(g=0,r=!0,C+=t.finalLineHeight||1.2*t.finalSize),h.chars?(o=h.getCharData(_[e],b.fStyle,b.fFamily),x=r?0:o.w*t.finalSize/100):x=h.measureText(_[e],t.f,t.finalSize),g+x>T&&\" \"!==_[e]?(-1===M?i+=1:e=M,C+=t.finalLineHeight||1.2*t.finalSize,_.splice(e,M===e?1:0,\"\\r\"),M=-1,g=0):(g+=x,g+=S);C+=b.ascent*t.finalSize/100,this.canResize&&t.finalSize>this.minimumFontSize&&k<C?(t.finalSize-=1,t.finalLineHeight=t.finalSize*t.lh/t.s):(t.finalText=_,i=t.finalText.length,A=!1)}}g=-S,x=0;var D,w=0;for(e=0;e<i;e+=1)if(r=!1,D=t.finalText[e],E=D.charCodeAt(0),13===E||3===E?(w=0,y.push(g),v=g>v?g:v,g=-2*S,s=\"\",r=!0,u+=1):s=D,h.chars?(o=h.getCharData(D,b.fStyle,h.getFontByName(t.f).fFamily),x=r?0:o.w*t.finalSize/100):x=h.measureText(s,t.f,t.finalSize),\" \"===D?w+=x+S:(g+=x+S+w,w=0),p.push({l:x,an:x,add:c,n:r,anIndexes:[],val:s,line:u,animatorJustifyOffset:0}),2==m){if(c+=x,\"\"===s||\" \"===s||e===i-1){\"\"!==s&&\" \"!==s||(c-=x);while(d<=e)p[d].an=c,p[d].ind=f,p[d].extra=x,d+=1;f+=1,c=0}}else if(3==m){if(c+=x,\"\"===s||e===i-1){\"\"===s&&(c-=x);while(d<=e)p[d].an=c,p[d].ind=f,p[d].extra=x,d+=1;c=0,f+=1}}else p[f].ind=f,p[f].extra=0,f+=1;if(t.l=p,v=g>v?g:v,y.push(g),t.sz)t.boxWidth=t.sz[0],t.justifyOffset=0;else switch(t.boxWidth=v,t.j){case 1:t.justifyOffset=-t.boxWidth;break;case 2:t.justifyOffset=-t.boxWidth/2;break;default:t.justifyOffset=0}t.lineWidths=y;var F,I,V,B,R=l.a;n=R.length;var L=[];for(a=0;a<n;a+=1){for(F=R[a],F.a.sc&&(t.strokeColorAnim=!0),F.a.sw&&(t.strokeWidthAnim=!0),(F.a.fc||F.a.fh||F.a.fs||F.a.fb)&&(t.fillColorAnim=!0),B=0,V=F.s.b,e=0;e<i;e+=1)I=p[e],I.anIndexes[a]=B,(1==V&&\"\"!==I.val||2==V&&\"\"!==I.val&&\" \"!==I.val||3==V&&(I.n||\" \"==I.val||e==i-1)||4==V&&(I.n||e==i-1))&&(1===F.s.rn&&L.push(B),B+=1);l.a[a].s.totalChars=B;var G,z=-1;if(1===F.s.rn)for(e=0;e<i;e+=1)I=p[e],z!=I.anIndexes[a]&&(z=I.anIndexes[a],G=L.splice(Math.floor(Math.random()*L.length),1)[0]),I.anIndexes[a]=G}t.yOffset=t.finalLineHeight||1.2*t.finalSize,t.ls=t.ls||0,t.ascent=b.ascent*t.finalSize/100},TextProperty.prototype.updateDocumentData=function(t,e){e=void 0===e?this.keysIndex:e;var i=this.copyData({},this.data.d.k[e].s);i=this.copyData(i,t),this.data.d.k[e].s=i,this.recalculate(e),this.setCurrentData(i),this.elem.addDynamicProperty(this)},TextProperty.prototype.recalculate=function(t){var e=this.data.d.k[t].s;e.__complete=!1,this.keysIndex=0,this._isFirstFrame=!0,this.getValue(e)},TextProperty.prototype.canResizeFont=function(t){this.canResize=t,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)},TextProperty.prototype.setMinimumFontSize=function(t){this.minimumFontSize=Math.floor(t)||1,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)};var TextSelectorProp=function(){var t=Math.max,e=Math.min,i=Math.floor;function r(t,e){this._currentTextLength=-1,this.k=!1,this.data=e,this.elem=t,this.comp=t.comp,this.finalS=0,this.finalE=0,this.initDynamicPropertyContainer(t),this.s=PropertyFactory.getProp(t,e.s||{k:0},0,0,this),this.e=\"e\"in e?PropertyFactory.getProp(t,e.e,0,0,this):{v:100},this.o=PropertyFactory.getProp(t,e.o||{k:0},0,0,this),this.xe=PropertyFactory.getProp(t,e.xe||{k:0},0,0,this),this.ne=PropertyFactory.getProp(t,e.ne||{k:0},0,0,this),this.sm=PropertyFactory.getProp(t,e.sm||{k:100},0,0,this),this.a=PropertyFactory.getProp(t,e.a,0,.01,this),this.dynamicProperties.length||this.getValue()}function s(t,e,i){return new r(t,e,i)}return r.prototype={getMult:function(r){this._currentTextLength!==this.elem.textProperty.currentData.l.length&&this.getValue();var s=0,a=0,n=1,o=1;this.ne.v>0?s=this.ne.v/100:a=-this.ne.v/100,this.xe.v>0?n=1-this.xe.v/100:o=1+this.xe.v/100;var h=BezierFactory.getBezierEasing(s,a,n,o).get,l=0,p=this.finalS,f=this.finalE,m=this.data.sh;if(2===m)l=f===p?r>=f?1:0:t(0,e(.5/(f-p)+(r-p)/(f-p),1)),l=h(l);else if(3===m)l=f===p?r>=f?0:1:1-t(0,e(.5/(f-p)+(r-p)/(f-p),1)),l=h(l);else if(4===m)f===p?l=0:(l=t(0,e(.5/(f-p)+(r-p)/(f-p),1)),l<.5?l*=2:l=1-2*(l-.5)),l=h(l);else if(5===m){if(f===p)l=0;else{var c=f-p;r=e(t(0,r+.5-p),f-p);var d=-c/2+r,u=c/2;l=Math.sqrt(1-d*d/(u*u))}l=h(l)}else 6===m?(f===p?l=0:(r=e(t(0,r+.5-p),f-p),l=(1+Math.cos(Math.PI+2*Math.PI*r/(f-p)))/2),l=h(l)):(r>=i(p)&&(l=t(0,e(r-p<0?e(f,1)-(p-r):f-r,1))),l=h(l));if(100!==this.sm.v){var y=.01*this.sm.v;0===y&&(y=1e-8);var g=.5-.5*y;l<g?l=0:(l=(l-g)/y,l>1&&(l=1))}return l*this.a.v},getValue:function(t){this.iterateDynamicProperties(),this._mdf=t||this._mdf,this._currentTextLength=this.elem.textProperty.currentData.l.length||0,t&&2===this.data.r&&(this.e.v=this._currentTextLength);var e=2===this.data.r?1:100/this.data.totalChars,i=this.o.v/e,r=this.s.v/e+i,s=this.e.v/e+i;if(r>s){var a=r;r=s,s=a}this.finalS=r,this.finalE=s}},extendPrototype([DynamicPropertyContainer],r),{getTextSelectorProp:s}}();function TextAnimatorDataProperty(t,e,i){var r={propType:!1},s=PropertyFactory.getProp,a=e.a;this.a={r:a.r?s(t,a.r,0,degToRads,i):r,rx:a.rx?s(t,a.rx,0,degToRads,i):r,ry:a.ry?s(t,a.ry,0,degToRads,i):r,sk:a.sk?s(t,a.sk,0,degToRads,i):r,sa:a.sa?s(t,a.sa,0,degToRads,i):r,s:a.s?s(t,a.s,1,.01,i):r,a:a.a?s(t,a.a,1,0,i):r,o:a.o?s(t,a.o,0,.01,i):r,p:a.p?s(t,a.p,1,0,i):r,sw:a.sw?s(t,a.sw,0,0,i):r,sc:a.sc?s(t,a.sc,1,0,i):r,fc:a.fc?s(t,a.fc,1,0,i):r,fh:a.fh?s(t,a.fh,0,0,i):r,fs:a.fs?s(t,a.fs,0,.01,i):r,fb:a.fb?s(t,a.fb,0,.01,i):r,t:a.t?s(t,a.t,0,0,i):r},this.s=TextSelectorProp.getTextSelectorProp(t,e.s,i),this.s.t=e.s.t}function TextAnimatorProperty(t,e,i){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=t,this._renderType=e,this._elem=i,this._animatorsData=createSizedArray(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(i)}function ITextElement(){}TextAnimatorProperty.prototype.searchProperties=function(){var t,e,i=this._textData.a.length,r=PropertyFactory.getProp;for(t=0;t<i;t+=1)e=this._textData.a[t],this._animatorsData[t]=new TextAnimatorDataProperty(this._elem,e,this);this._textData.p&&\"m\"in this._textData.p?(this._pathData={a:r(this._elem,this._textData.p.a,0,0,this),f:r(this._elem,this._textData.p.f,0,0,this),l:r(this._elem,this._textData.p.l,0,0,this),r:r(this._elem,this._textData.p.r,0,0,this),p:r(this._elem,this._textData.p.p,0,0,this),m:this._elem.maskManager.getMaskProperty(this._textData.p.m)},this._hasMaskedPath=!0):this._hasMaskedPath=!1,this._moreOptions.alignment=r(this._elem,this._textData.m.a,1,0,this)},TextAnimatorProperty.prototype.getMeasures=function(t,e){if(this.lettersChangedFlag=e,this._mdf||this._isFirstFrame||e||this._hasMaskedPath&&this._pathData.m._mdf){this._isFirstFrame=!1;var i,r,s,a,n,o,h,l,p,f,m,c,d,u,y,g,v,b,x,P=this._moreOptions.alignment.v,E=this._animatorsData,S=this._textData,C=this.mHelper,_=this._renderType,A=this.renderedLetters.length,T=t.l;if(this._hasMaskedPath){if(x=this._pathData.m,!this._pathData.n||this._pathData._mdf){var k,M=x.v;for(this._pathData.r.v&&(M=M.reverse()),n={tLength:0,segments:[]},a=M._length-1,g=0,s=0;s<a;s+=1)k=bez.buildBezierData(M.v[s],M.v[s+1],[M.o[s][0]-M.v[s][0],M.o[s][1]-M.v[s][1]],[M.i[s+1][0]-M.v[s+1][0],M.i[s+1][1]-M.v[s+1][1]]),n.tLength+=k.segmentLength,n.segments.push(k),g+=k.segmentLength;s=a,x.v.c&&(k=bez.buildBezierData(M.v[s],M.v[0],[M.o[s][0]-M.v[s][0],M.o[s][1]-M.v[s][1]],[M.i[0][0]-M.v[0][0],M.i[0][1]-M.v[0][1]]),n.tLength+=k.segmentLength,n.segments.push(k),g+=k.segmentLength),this._pathData.pi=n}if(n=this._pathData.pi,o=this._pathData.f.v,m=0,f=1,l=0,p=!0,u=n.segments,o<0&&x.v.c){n.tLength<Math.abs(o)&&(o=-Math.abs(o)%n.tLength),m=u.length-1,d=u[m].points,f=d.length-1;while(o<0)o+=d[f].partialLength,f-=1,f<0&&(m-=1,d=u[m].points,f=d.length-1)}d=u[m].points,c=d[f-1],h=d[f],y=h.partialLength}a=T.length,i=0,r=0;var D,w,F,I,V,B,R=1.2*t.finalSize*.714,L=!0;I=E.length;var G,z,O,N,H,q,j,W,$,Y,J,X,Z=-1,K=o,U=m,Q=f,tt=-1,et=\"\",it=this.defaultPropsArray;if(2===t.j||1===t.j){var rt=0,st=0,at=2===t.j?-.5:-1,nt=0,ot=!0;for(s=0;s<a;s+=1)if(T[s].n){rt&&(rt+=st);while(nt<s)T[nt].animatorJustifyOffset=rt,nt+=1;rt=0,ot=!0}else{for(F=0;F<I;F+=1)D=E[F].a,D.t.propType&&(ot&&2===t.j&&(st+=D.t.v*at),w=E[F].s,B=w.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),B.length?rt+=D.t.v*B[0]*at:rt+=D.t.v*B*at);ot=!1}rt&&(rt+=st);while(nt<s)T[nt].animatorJustifyOffset=rt,nt+=1}for(s=0;s<a;s+=1){if(C.reset(),N=1,T[s].n)i=0,r+=t.yOffset,r+=L?1:0,o=K,L=!1,this._hasMaskedPath&&(m=U,f=Q,d=u[m].points,c=d[f-1],h=d[f],y=h.partialLength,l=0),et=\"\",J=\"\",$=\"\",X=\"\",it=this.defaultPropsArray;else{if(this._hasMaskedPath){if(tt!==T[s].line){switch(t.j){case 1:o+=g-t.lineWidths[T[s].line];break;case 2:o+=(g-t.lineWidths[T[s].line])/2;break;default:break}tt=T[s].line}Z!==T[s].ind&&(T[Z]&&(o+=T[Z].extra),o+=T[s].an/2,Z=T[s].ind),o+=P[0]*T[s].an*.005;var ht=0;for(F=0;F<I;F+=1)D=E[F].a,D.p.propType&&(w=E[F].s,B=w.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),B.length?ht+=D.p.v[0]*B[0]:ht+=D.p.v[0]*B),D.a.propType&&(w=E[F].s,B=w.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),B.length?ht+=D.a.v[0]*B[0]:ht+=D.a.v[0]*B);p=!0,this._pathData.a.v&&(o=.5*T[0].an+(g-this._pathData.f.v-.5*T[0].an-.5*T[T.length-1].an)*Z/(a-1),o+=this._pathData.f.v);while(p)l+y>=o+ht||!d?(v=(o+ht-l)/h.partialLength,z=c.point[0]+(h.point[0]-c.point[0])*v,O=c.point[1]+(h.point[1]-c.point[1])*v,C.translate(-P[0]*T[s].an*.005,-P[1]*R*.01),p=!1):d&&(l+=h.partialLength,f+=1,f>=d.length&&(f=0,m+=1,u[m]?d=u[m].points:x.v.c?(f=0,m=0,d=u[m].points):(l-=h.partialLength,d=null)),d&&(c=h,h=d[f],y=h.partialLength));G=T[s].an/2-T[s].add,C.translate(-G,0,0)}else G=T[s].an/2-T[s].add,C.translate(-G,0,0),C.translate(-P[0]*T[s].an*.005,-P[1]*R*.01,0);for(F=0;F<I;F+=1)D=E[F].a,D.t.propType&&(w=E[F].s,B=w.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),0===i&&0===t.j||(this._hasMaskedPath?B.length?o+=D.t.v*B[0]:o+=D.t.v*B:B.length?i+=D.t.v*B[0]:i+=D.t.v*B));for(t.strokeWidthAnim&&(q=t.sw||0),t.strokeColorAnim&&(H=t.sc?[t.sc[0],t.sc[1],t.sc[2]]:[0,0,0]),t.fillColorAnim&&t.fc&&(j=[t.fc[0],t.fc[1],t.fc[2]]),F=0;F<I;F+=1)D=E[F].a,D.a.propType&&(w=E[F].s,B=w.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),B.length?C.translate(-D.a.v[0]*B[0],-D.a.v[1]*B[1],D.a.v[2]*B[2]):C.translate(-D.a.v[0]*B,-D.a.v[1]*B,D.a.v[2]*B));for(F=0;F<I;F+=1)D=E[F].a,D.s.propType&&(w=E[F].s,B=w.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),B.length?C.scale(1+(D.s.v[0]-1)*B[0],1+(D.s.v[1]-1)*B[1],1):C.scale(1+(D.s.v[0]-1)*B,1+(D.s.v[1]-1)*B,1));for(F=0;F<I;F+=1){if(D=E[F].a,w=E[F].s,B=w.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),D.sk.propType&&(B.length?C.skewFromAxis(-D.sk.v*B[0],D.sa.v*B[1]):C.skewFromAxis(-D.sk.v*B,D.sa.v*B)),D.r.propType&&(B.length?C.rotateZ(-D.r.v*B[2]):C.rotateZ(-D.r.v*B)),D.ry.propType&&(B.length?C.rotateY(D.ry.v*B[1]):C.rotateY(D.ry.v*B)),D.rx.propType&&(B.length?C.rotateX(D.rx.v*B[0]):C.rotateX(D.rx.v*B)),D.o.propType&&(B.length?N+=(D.o.v*B[0]-N)*B[0]:N+=(D.o.v*B-N)*B),t.strokeWidthAnim&&D.sw.propType&&(B.length?q+=D.sw.v*B[0]:q+=D.sw.v*B),t.strokeColorAnim&&D.sc.propType)for(W=0;W<3;W+=1)B.length?H[W]+=(D.sc.v[W]-H[W])*B[0]:H[W]+=(D.sc.v[W]-H[W])*B;if(t.fillColorAnim&&t.fc){if(D.fc.propType)for(W=0;W<3;W+=1)B.length?j[W]+=(D.fc.v[W]-j[W])*B[0]:j[W]+=(D.fc.v[W]-j[W])*B;D.fh.propType&&(j=B.length?addHueToRGB(j,D.fh.v*B[0]):addHueToRGB(j,D.fh.v*B)),D.fs.propType&&(j=B.length?addSaturationToRGB(j,D.fs.v*B[0]):addSaturationToRGB(j,D.fs.v*B)),D.fb.propType&&(j=B.length?addBrightnessToRGB(j,D.fb.v*B[0]):addBrightnessToRGB(j,D.fb.v*B))}}for(F=0;F<I;F+=1)D=E[F].a,D.p.propType&&(w=E[F].s,B=w.getMult(T[s].anIndexes[F],S.a[F].s.totalChars),this._hasMaskedPath?B.length?C.translate(0,D.p.v[1]*B[0],-D.p.v[2]*B[1]):C.translate(0,D.p.v[1]*B,-D.p.v[2]*B):B.length?C.translate(D.p.v[0]*B[0],D.p.v[1]*B[1],-D.p.v[2]*B[2]):C.translate(D.p.v[0]*B,D.p.v[1]*B,-D.p.v[2]*B));if(t.strokeWidthAnim&&($=q<0?0:q),t.strokeColorAnim&&(Y=\"rgb(\"+Math.round(255*H[0])+\",\"+Math.round(255*H[1])+\",\"+Math.round(255*H[2])+\")\"),t.fillColorAnim&&t.fc&&(J=\"rgb(\"+Math.round(255*j[0])+\",\"+Math.round(255*j[1])+\",\"+Math.round(255*j[2])+\")\"),this._hasMaskedPath){if(C.translate(0,-t.ls),C.translate(0,P[1]*R*.01+r,0),this._pathData.p.v){b=(h.point[1]-c.point[1])/(h.point[0]-c.point[0]);var lt=180*Math.atan(b)/Math.PI;h.point[0]<c.point[0]&&(lt+=180),C.rotate(-lt*Math.PI/180)}C.translate(z,O,0),o-=P[0]*T[s].an*.005,T[s+1]&&Z!==T[s+1].ind&&(o+=T[s].an/2,o+=.001*t.tr*t.finalSize)}else{switch(C.translate(i,r,0),t.ps&&C.translate(t.ps[0],t.ps[1]+t.ascent,0),t.j){case 1:C.translate(T[s].animatorJustifyOffset+t.justifyOffset+(t.boxWidth-t.lineWidths[T[s].line]),0,0);break;case 2:C.translate(T[s].animatorJustifyOffset+t.justifyOffset+(t.boxWidth-t.lineWidths[T[s].line])/2,0,0);break;default:break}C.translate(0,-t.ls),C.translate(G,0,0),C.translate(P[0]*T[s].an*.005,P[1]*R*.01,0),i+=T[s].l+.001*t.tr*t.finalSize}\"html\"===_?et=C.toCSS():\"svg\"===_?et=C.to2dCSS():it=[C.props[0],C.props[1],C.props[2],C.props[3],C.props[4],C.props[5],C.props[6],C.props[7],C.props[8],C.props[9],C.props[10],C.props[11],C.props[12],C.props[13],C.props[14],C.props[15]],X=N}A<=s?(V=new LetterProps(X,$,Y,J,et,it),this.renderedLetters.push(V),A+=1,this.lettersChangedFlag=!0):(V=this.renderedLetters[s],this.lettersChangedFlag=V.update(X,$,Y,J,et,it)||this.lettersChangedFlag)}}},TextAnimatorProperty.prototype.getValue=function(){this._elem.globalData.frameId!==this._frameId&&(this._frameId=this._elem.globalData.frameId,this.iterateDynamicProperties())},TextAnimatorProperty.prototype.mHelper=new Matrix,TextAnimatorProperty.prototype.defaultPropsArray=[],extendPrototype([DynamicPropertyContainer],TextAnimatorProperty),ITextElement.prototype.initElement=function(t,e,i){this.lettersChangedFlag=!0,this.initFrame(),this.initBaseData(t,e,i),this.textProperty=new TextProperty(this,t.t,this.dynamicProperties),this.textAnimator=new TextAnimatorProperty(t.t,this.renderType,this),this.initTransform(t,e,i),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide(),this.textAnimator.searchProperties(this.dynamicProperties)},ITextElement.prototype.prepareFrame=function(t){this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange)},ITextElement.prototype.createPathShape=function(t,e){var i,r,s=e.length,a=\"\";for(i=0;i<s;i+=1)\"sh\"===e[i].ty&&(r=e[i].ks.k,a+=buildShapeString(r,r.i.length,!0,t));return a},ITextElement.prototype.updateDocumentData=function(t,e){this.textProperty.updateDocumentData(t,e)},ITextElement.prototype.canResizeFont=function(t){this.textProperty.canResizeFont(t)},ITextElement.prototype.setMinimumFontSize=function(t){this.textProperty.setMinimumFontSize(t)},ITextElement.prototype.applyTextPropertiesToMatrix=function(t,e,i,r,s){switch(t.ps&&e.translate(t.ps[0],t.ps[1]+t.ascent,0),e.translate(0,-t.ls,0),t.j){case 1:e.translate(t.justifyOffset+(t.boxWidth-t.lineWidths[i]),0,0);break;case 2:e.translate(t.justifyOffset+(t.boxWidth-t.lineWidths[i])/2,0,0);break;default:break}e.translate(r,s,0)},ITextElement.prototype.buildColor=function(t){return\"rgb(\"+Math.round(255*t[0])+\",\"+Math.round(255*t[1])+\",\"+Math.round(255*t[2])+\")\"},ITextElement.prototype.emptyProp=new LetterProps,ITextElement.prototype.destroy=function(){},ITextElement.prototype.validateText=function(){(this.textProperty._mdf||this.textProperty._isFirstFrame)&&(this.buildNewText(),this.textProperty._isFirstFrame=!1,this.textProperty._mdf=!1)};var emptyShapeData={shapes:[]};function SVGTextLottieElement(t,e,i){this.textSpans=[],this.renderType=\"svg\",this.initElement(t,e,i)}function ISolidElement(t,e,i){this.initElement(t,e,i)}function NullElement(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initFrame(),this.initTransform(t,e,i),this.initHierarchy()}function SVGRendererBase(){}function ICompElement(){}function SVGCompElement(t,e,i){this.layers=t.layers,this.supports3d=!0,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?createSizedArray(this.layers.length):[],this.initElement(t,e,i),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}function SVGRenderer(t,e){this.animationItem=t,this.layers=null,this.renderedFrame=-1,this.svgElement=createNS(\"svg\");var i=\"\";if(e&&e.title){var r=createNS(\"title\"),s=createElementID();r.setAttribute(\"id\",s),r.textContent=e.title,this.svgElement.appendChild(r),i+=s}if(e&&e.description){var a=createNS(\"desc\"),n=createElementID();a.setAttribute(\"id\",n),a.textContent=e.description,this.svgElement.appendChild(a),i+=\" \"+n}i&&this.svgElement.setAttribute(\"aria-labelledby\",i);var o=createNS(\"defs\");this.svgElement.appendChild(o);var h=createNS(\"g\");this.svgElement.appendChild(h),this.layerElement=h,this.renderConfig={preserveAspectRatio:e&&e.preserveAspectRatio||\"xMidYMid meet\",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||\"xMidYMid slice\",contentVisibility:e&&e.contentVisibility||\"visible\",progressiveLoad:e&&e.progressiveLoad||!1,hideOnTransparent:!(e&&!1===e.hideOnTransparent),viewBoxOnly:e&&e.viewBoxOnly||!1,viewBoxSize:e&&e.viewBoxSize||!1,className:e&&e.className||\"\",id:e&&e.id||\"\",focusable:e&&e.focusable,filterSize:{width:e&&e.filterSize&&e.filterSize.width||\"100%\",height:e&&e.filterSize&&e.filterSize.height||\"100%\",x:e&&e.filterSize&&e.filterSize.x||\"0%\",y:e&&e.filterSize&&e.filterSize.y||\"0%\"},width:e&&e.width,height:e&&e.height,runExpressions:!e||void 0===e.runExpressions||e.runExpressions},this.globalData={_mdf:!1,frameNum:-1,defs:o,renderConfig:this.renderConfig},this.elements=[],this.pendingElements=[],this.destroyed=!1,this.rendererType=\"svg\"}function ShapeTransformManager(){this.sequences={},this.sequenceList=[],this.transform_key_count=0}extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement,ITextElement],SVGTextLottieElement),SVGTextLottieElement.prototype.createContent=function(){this.data.singleShape&&!this.globalData.fontManager.chars&&(this.textContainer=createNS(\"text\"))},SVGTextLottieElement.prototype.buildTextContents=function(t){var e=0,i=t.length,r=[],s=\"\";while(e<i)t[e]===String.fromCharCode(13)||t[e]===String.fromCharCode(3)?(r.push(s),s=\"\"):s+=t[e],e+=1;return r.push(s),r},SVGTextLottieElement.prototype.buildShapeData=function(t,e){if(t.shapes&&t.shapes.length){var i=t.shapes[0];if(i.it){var r=i.it[i.it.length-1];r.s&&(r.s.k[0]=e,r.s.k[1]=e)}}return t},SVGTextLottieElement.prototype.buildNewText=function(){var t,e;this.addDynamicProperty(this);var i=this.textProperty.currentData;this.renderedLetters=createSizedArray(i?i.l.length:0),i.fc?this.layerElement.setAttribute(\"fill\",this.buildColor(i.fc)):this.layerElement.setAttribute(\"fill\",\"rgba(0,0,0,0)\"),i.sc&&(this.layerElement.setAttribute(\"stroke\",this.buildColor(i.sc)),this.layerElement.setAttribute(\"stroke-width\",i.sw)),this.layerElement.setAttribute(\"font-size\",i.finalSize);var r=this.globalData.fontManager.getFontByName(i.f);if(r.fClass)this.layerElement.setAttribute(\"class\",r.fClass);else{this.layerElement.setAttribute(\"font-family\",r.fFamily);var s=i.fWeight,a=i.fStyle;this.layerElement.setAttribute(\"font-style\",a),this.layerElement.setAttribute(\"font-weight\",s)}this.layerElement.setAttribute(\"aria-label\",i.t);var n,o=i.l||[],h=!!this.globalData.fontManager.chars;e=o.length;var l=this.mHelper,p=\"\",f=this.data.singleShape,m=0,c=0,d=!0,u=.001*i.tr*i.finalSize;if(!f||h||i.sz){var y,g=this.textSpans.length;for(t=0;t<e;t+=1){if(this.textSpans[t]||(this.textSpans[t]={span:null,childSpan:null,glyph:null}),!h||!f||0===t){if(n=g>t?this.textSpans[t].span:createNS(h?\"g\":\"text\"),g<=t){if(n.setAttribute(\"stroke-linecap\",\"butt\"),n.setAttribute(\"stroke-linejoin\",\"round\"),n.setAttribute(\"stroke-miterlimit\",\"4\"),this.textSpans[t].span=n,h){var v=createNS(\"g\");n.appendChild(v),this.textSpans[t].childSpan=v}this.textSpans[t].span=n,this.layerElement.appendChild(n)}n.style.display=\"inherit\"}if(l.reset(),f&&(o[t].n&&(m=-u,c+=i.yOffset,c+=d?1:0,d=!1),this.applyTextPropertiesToMatrix(i,l,o[t].line,m,c),m+=o[t].l||0,m+=u),h){var b;if(y=this.globalData.fontManager.getCharData(i.finalText[t],r.fStyle,this.globalData.fontManager.getFontByName(i.f).fFamily),1===y.t)b=new SVGCompElement(y.data,this.globalData,this);else{var x=emptyShapeData;y.data&&y.data.shapes&&(x=this.buildShapeData(y.data,i.finalSize)),b=new SVGShapeElement(x,this.globalData,this)}if(this.textSpans[t].glyph){var P=this.textSpans[t].glyph;this.textSpans[t].childSpan.removeChild(P.layerElement),P.destroy()}this.textSpans[t].glyph=b,b._debug=!0,b.prepareFrame(0),b.renderFrame(),this.textSpans[t].childSpan.appendChild(b.layerElement),1===y.t&&this.textSpans[t].childSpan.setAttribute(\"transform\",\"scale(\"+i.finalSize/100+\",\"+i.finalSize/100+\")\")}else f&&n.setAttribute(\"transform\",\"translate(\"+l.props[12]+\",\"+l.props[13]+\")\"),n.textContent=o[t].val,n.setAttributeNS(\"http://www.w3.org/XML/1998/namespace\",\"xml:space\",\"preserve\")}f&&n&&n.setAttribute(\"d\",p)}else{var E=this.textContainer,S=\"start\";switch(i.j){case 1:S=\"end\";break;case 2:S=\"middle\";break;default:S=\"start\";break}E.setAttribute(\"text-anchor\",S),E.setAttribute(\"letter-spacing\",u);var C=this.buildTextContents(i.finalText);for(e=C.length,c=i.ps?i.ps[1]+i.ascent:0,t=0;t<e;t+=1)n=this.textSpans[t].span||createNS(\"tspan\"),n.textContent=C[t],n.setAttribute(\"x\",0),n.setAttribute(\"y\",c),n.style.display=\"inherit\",E.appendChild(n),this.textSpans[t]||(this.textSpans[t]={span:null,glyph:null}),this.textSpans[t].span=n,c+=i.finalLineHeight;this.layerElement.appendChild(E)}while(t<this.textSpans.length)this.textSpans[t].span.style.display=\"none\",t+=1;this._sizeChanged=!0},SVGTextLottieElement.prototype.sourceRectAtTime=function(){if(this.prepareFrame(this.comp.renderedFrame-this.data.st),this.renderInnerContent(),this._sizeChanged){this._sizeChanged=!1;var t=this.layerElement.getBBox();this.bbox={top:t.y,left:t.x,width:t.width,height:t.height}}return this.bbox},SVGTextLottieElement.prototype.getValue=function(){var t,e,i=this.textSpans.length;for(this.renderedFrame=this.comp.renderedFrame,t=0;t<i;t+=1)e=this.textSpans[t].glyph,e&&(e.prepareFrame(this.comp.renderedFrame-this.data.st),e._mdf&&(this._mdf=!0))},SVGTextLottieElement.prototype.renderInnerContent=function(){if(this.validateText(),(!this.data.singleShape||this._mdf)&&(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),this.lettersChangedFlag||this.textAnimator.lettersChangedFlag)){var t,e;this._sizeChanged=!0;var i,r,s,a=this.textAnimator.renderedLetters,n=this.textProperty.currentData.l;for(e=n.length,t=0;t<e;t+=1)n[t].n||(i=a[t],r=this.textSpans[t].span,s=this.textSpans[t].glyph,s&&s.renderFrame(),i._mdf.m&&r.setAttribute(\"transform\",i.m),i._mdf.o&&r.setAttribute(\"opacity\",i.o),i._mdf.sw&&r.setAttribute(\"stroke-width\",i.sw),i._mdf.sc&&r.setAttribute(\"stroke\",i.sc),i._mdf.fc&&r.setAttribute(\"fill\",i.fc))}},extendPrototype([IImageElement],ISolidElement),ISolidElement.prototype.createContent=function(){var t=createNS(\"rect\");t.setAttribute(\"width\",this.data.sw),t.setAttribute(\"height\",this.data.sh),t.setAttribute(\"fill\",this.data.sc),this.layerElement.appendChild(t)},NullElement.prototype.prepareFrame=function(t){this.prepareProperties(t,!0)},NullElement.prototype.renderFrame=function(){},NullElement.prototype.getBaseElement=function(){return null},NullElement.prototype.destroy=function(){},NullElement.prototype.sourceRectAtTime=function(){},NullElement.prototype.hide=function(){},extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement],NullElement),extendPrototype([BaseRenderer],SVGRendererBase),SVGRendererBase.prototype.createNull=function(t){return new NullElement(t,this.globalData,this)},SVGRendererBase.prototype.createShape=function(t){return new SVGShapeElement(t,this.globalData,this)},SVGRendererBase.prototype.createText=function(t){return new SVGTextLottieElement(t,this.globalData,this)},SVGRendererBase.prototype.createImage=function(t){return new IImageElement(t,this.globalData,this)},SVGRendererBase.prototype.createSolid=function(t){return new ISolidElement(t,this.globalData,this)},SVGRendererBase.prototype.configAnimation=function(t){this.svgElement.setAttribute(\"xmlns\",\"http://www.w3.org/2000/svg\"),this.svgElement.setAttribute(\"xmlns:xlink\",\"http://www.w3.org/1999/xlink\"),this.renderConfig.viewBoxSize?this.svgElement.setAttribute(\"viewBox\",this.renderConfig.viewBoxSize):this.svgElement.setAttribute(\"viewBox\",\"0 0 \"+t.w+\" \"+t.h),this.renderConfig.viewBoxOnly||(this.svgElement.setAttribute(\"width\",t.w),this.svgElement.setAttribute(\"height\",t.h),this.svgElement.style.width=\"100%\",this.svgElement.style.height=\"100%\",this.svgElement.style.transform=\"translate3d(0,0,0)\",this.svgElement.style.contentVisibility=this.renderConfig.contentVisibility),this.renderConfig.width&&this.svgElement.setAttribute(\"width\",this.renderConfig.width),this.renderConfig.height&&this.svgElement.setAttribute(\"height\",this.renderConfig.height),this.renderConfig.className&&this.svgElement.setAttribute(\"class\",this.renderConfig.className),this.renderConfig.id&&this.svgElement.setAttribute(\"id\",this.renderConfig.id),void 0!==this.renderConfig.focusable&&this.svgElement.setAttribute(\"focusable\",this.renderConfig.focusable),this.svgElement.setAttribute(\"preserveAspectRatio\",this.renderConfig.preserveAspectRatio),this.animationItem.wrapper.appendChild(this.svgElement);var e=this.globalData.defs;this.setupGlobalData(t,e),this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.data=t;var i=createNS(\"clipPath\"),r=createNS(\"rect\");r.setAttribute(\"width\",t.w),r.setAttribute(\"height\",t.h),r.setAttribute(\"x\",0),r.setAttribute(\"y\",0);var s=createElementID();i.setAttribute(\"id\",s),i.appendChild(r),this.layerElement.setAttribute(\"clip-path\",\"url(\"+getLocationHref()+\"#\"+s+\")\"),e.appendChild(i),this.layers=t.layers,this.elements=createSizedArray(t.layers.length)},SVGRendererBase.prototype.destroy=function(){var t;this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=\"\"),this.layerElement=null,this.globalData.defs=null;var e=this.layers?this.layers.length:0;for(t=0;t<e;t+=1)this.elements[t]&&this.elements[t].destroy&&this.elements[t].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},SVGRendererBase.prototype.updateContainerSize=function(){},SVGRendererBase.prototype.findIndexByInd=function(t){var e=0,i=this.layers.length;for(e=0;e<i;e+=1)if(this.layers[e].ind===t)return e;return-1},SVGRendererBase.prototype.buildItem=function(t){var e=this.elements;if(!e[t]&&99!==this.layers[t].ty){e[t]=!0;var i=this.createItem(this.layers[t]);if(e[t]=i,getExpressionsPlugin()&&(0===this.layers[t].ty&&this.globalData.projectInterface.registerComposition(i),i.initExpressions()),this.appendElementInPos(i,t),this.layers[t].tt){var r=\"tp\"in this.layers[t]?this.findIndexByInd(this.layers[t].tp):t-1;if(-1===r)return;if(this.elements[r]&&!0!==this.elements[r]){var s=e[r],a=s.getMatte(this.layers[t].tt);i.setMatte(a)}else this.buildItem(r),this.addPendingElement(i)}}},SVGRendererBase.prototype.checkPendingElements=function(){while(this.pendingElements.length){var t=this.pendingElements.pop();if(t.checkParenting(),t.data.tt){var e=0,i=this.elements.length;while(e<i){if(this.elements[e]===t){var r=\"tp\"in t.data?this.findIndexByInd(t.data.tp):e-1,s=this.elements[r],a=s.getMatte(this.layers[e].tt);t.setMatte(a);break}e+=1}}}},SVGRendererBase.prototype.renderFrame=function(t){if(this.renderedFrame!==t&&!this.destroyed){var e;null===t?t=this.renderedFrame:this.renderedFrame=t,this.globalData.frameNum=t,this.globalData.frameId+=1,this.globalData.projectInterface.currentFrame=t,this.globalData._mdf=!1;var i=this.layers.length;for(this.completeLayers||this.checkLayers(t),e=i-1;e>=0;e-=1)(this.completeLayers||this.elements[e])&&this.elements[e].prepareFrame(t-this.layers[e].st);if(this.globalData._mdf)for(e=0;e<i;e+=1)(this.completeLayers||this.elements[e])&&this.elements[e].renderFrame()}},SVGRendererBase.prototype.appendElementInPos=function(t,e){var i=t.getBaseElement();if(i){var r,s=0;while(s<e)this.elements[s]&&!0!==this.elements[s]&&this.elements[s].getBaseElement()&&(r=this.elements[s].getBaseElement()),s+=1;r?this.layerElement.insertBefore(i,r):this.layerElement.appendChild(i)}},SVGRendererBase.prototype.hide=function(){this.layerElement.style.display=\"none\"},SVGRendererBase.prototype.show=function(){this.layerElement.style.display=\"block\"},extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement,RenderableDOMElement],ICompElement),ICompElement.prototype.initElement=function(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initTransform(t,e,i),this.initRenderable(),this.initHierarchy(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),!this.data.xt&&e.progressiveLoad||this.buildAllItems(),this.hide()},ICompElement.prototype.prepareFrame=function(t){if(this._mdf=!1,this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange),this.isInRange||this.data.xt){if(this.tm._placeholder)this.renderedFrame=t/this.data.sr;else{var e=this.tm.v;e===this.data.op&&(e=this.data.op-1),this.renderedFrame=e}var i,r=this.elements.length;for(this.completeLayers||this.checkLayers(this.renderedFrame),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&(this.elements[i].prepareFrame(this.renderedFrame-this.layers[i].st),this.elements[i]._mdf&&(this._mdf=!0))}},ICompElement.prototype.renderInnerContent=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)(this.completeLayers||this.elements[t])&&this.elements[t].renderFrame()},ICompElement.prototype.setElements=function(t){this.elements=t},ICompElement.prototype.getElements=function(){return this.elements},ICompElement.prototype.destroyElements=function(){var t,e=this.layers.length;for(t=0;t<e;t+=1)this.elements[t]&&this.elements[t].destroy()},ICompElement.prototype.destroy=function(){this.destroyElements(),this.destroyBaseElement()},extendPrototype([SVGRendererBase,ICompElement,SVGBaseElement],SVGCompElement),SVGCompElement.prototype.createComp=function(t){return new SVGCompElement(t,this.globalData,this)},extendPrototype([SVGRendererBase],SVGRenderer),SVGRenderer.prototype.createComp=function(t){return new SVGCompElement(t,this.globalData,this)},ShapeTransformManager.prototype={addTransformSequence:function(t){var e,i=t.length,r=\"_\";for(e=0;e<i;e+=1)r+=t[e].transform.key+\"_\";var s=this.sequences[r];return s||(s={transforms:[].concat(t),finalTransform:new Matrix,_mdf:!1},this.sequences[r]=s,this.sequenceList.push(s)),s},processSequence:function(t,e){var i=0,r=t.transforms.length,s=e;while(i<r&&!e){if(t.transforms[i].transform.mProps._mdf){s=!0;break}i+=1}if(s)for(t.finalTransform.reset(),i=r-1;i>=0;i-=1)t.finalTransform.multiply(t.transforms[i].transform.mProps.v);t._mdf=s},processSequences:function(t){var e,i=this.sequenceList.length;for(e=0;e<i;e+=1)this.processSequence(this.sequenceList[e],t)},getNewKey:function(){return this.transform_key_count+=1,\"_\"+this.transform_key_count}};var lumaLoader=function(){var t=\"__lottie_element_luma_buffer\",e=null,i=null,r=null;function s(){var e=createNS(\"svg\"),i=createNS(\"filter\"),r=createNS(\"feColorMatrix\");return i.setAttribute(\"id\",t),r.setAttribute(\"type\",\"matrix\"),r.setAttribute(\"color-interpolation-filters\",\"sRGB\"),r.setAttribute(\"values\",\"0.3, 0.3, 0.3, 0, 0, 0.3, 0.3, 0.3, 0, 0, 0.3, 0.3, 0.3, 0, 0, 0.3, 0.3, 0.3, 0, 0\"),i.appendChild(r),e.appendChild(i),e.setAttribute(\"id\",t+\"_svg\"),featureSupport.svgLumaHidden&&(e.style.display=\"none\"),e}function a(){e||(r=s(),document.body.appendChild(r),e=createTag(\"canvas\"),i=e.getContext(\"2d\"),i.filter=\"url(#\"+t+\")\",i.fillStyle=\"rgba(0,0,0,0)\",i.fillRect(0,0,1,1))}function n(r){return e||a(),e.width=r.width,e.height=r.height,i.filter=\"url(#\"+t+\")\",e}return{load:a,get:n}};function createCanvas(t,e){if(featureSupport.offscreenCanvas)return new OffscreenCanvas(t,e);var i=createTag(\"canvas\");return i.width=t,i.height=e,i}var assetLoader=function(){return{loadLumaCanvas:lumaLoader.load,getLumaCanvas:lumaLoader.get,createCanvas:createCanvas}}(),registeredEffects={};function CVEffects(t){var e,i,r=t.data.ef?t.data.ef.length:0;for(this.filters=[],e=0;e<r;e+=1){i=null;var s=t.data.ef[e].ty;if(registeredEffects[s]){var a=registeredEffects[s].effect;i=new a(t.effectsManager.effectElements[e],t)}i&&this.filters.push(i)}this.filters.length&&t.addRenderableComponent(this)}function registerEffect(t,e){registeredEffects[t]={effect:e}}function CVMaskElement(t,e){var i;this.data=t,this.element=e,this.masksProperties=this.data.masksProperties||[],this.viewData=createSizedArray(this.masksProperties.length);var r=this.masksProperties.length,s=!1;for(i=0;i<r;i+=1)\"n\"!==this.masksProperties[i].mode&&(s=!0),this.viewData[i]=ShapePropertyFactory.getShapeProp(this.element,this.masksProperties[i],3);this.hasMasks=s,s&&this.element.addRenderableComponent(this)}function CVBaseElement(){}CVEffects.prototype.renderFrame=function(t){var e,i=this.filters.length;for(e=0;e<i;e+=1)this.filters[e].renderFrame(t)},CVEffects.prototype.getEffects=function(t){var e,i=this.filters.length,r=[];for(e=0;e<i;e+=1)this.filters[e].type===t&&r.push(this.filters[e]);return r},CVMaskElement.prototype.renderFrame=function(){if(this.hasMasks){var t,e,i,r,s=this.element.finalTransform.mat,a=this.element.canvasContext,n=this.masksProperties.length;for(a.beginPath(),t=0;t<n;t+=1)if(\"n\"!==this.masksProperties[t].mode){var o;this.masksProperties[t].inv&&(a.moveTo(0,0),a.lineTo(this.element.globalData.compSize.w,0),a.lineTo(this.element.globalData.compSize.w,this.element.globalData.compSize.h),a.lineTo(0,this.element.globalData.compSize.h),a.lineTo(0,0)),r=this.viewData[t].v,e=s.applyToPointArray(r.v[0][0],r.v[0][1],0),a.moveTo(e[0],e[1]);var h=r._length;for(o=1;o<h;o+=1)i=s.applyToTriplePoints(r.o[o-1],r.i[o],r.v[o]),a.bezierCurveTo(i[0],i[1],i[2],i[3],i[4],i[5]);i=s.applyToTriplePoints(r.o[o-1],r.i[0],r.v[0]),a.bezierCurveTo(i[0],i[1],i[2],i[3],i[4],i[5])}this.element.globalData.renderer.save(!0),a.clip()}},CVMaskElement.prototype.getMaskProperty=MaskElement.prototype.getMaskProperty,CVMaskElement.prototype.destroy=function(){this.element=null};var operationsMap={1:\"source-in\",2:\"source-out\",3:\"source-in\",4:\"source-out\"};function CVShapeData(t,e,i,r){this.styledShapes=[],this.tr=[0,0,0,0,0,0];var s,a=4;\"rc\"===e.ty?a=5:\"el\"===e.ty?a=6:\"sr\"===e.ty&&(a=7),this.sh=ShapePropertyFactory.getShapeProp(t,e,a,t);var n,o=i.length;for(s=0;s<o;s+=1)i[s].closed||(n={transforms:r.addTransformSequence(i[s].transforms),trNodes:[]},this.styledShapes.push(n),i[s].elements.push(n))}function CVShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.itemsData=[],this.prevViewData=[],this.shapeModifiers=[],this.processedElements=[],this.transformsManager=new ShapeTransformManager,this.initElement(t,e,i)}function CVTextElement(t,e,i){this.textSpans=[],this.yOffset=0,this.fillColorAnim=!1,this.strokeColorAnim=!1,this.strokeWidthAnim=!1,this.stroke=!1,this.fill=!1,this.justifyOffset=0,this.currentRender=null,this.renderType=\"canvas\",this.values={fill:\"rgba(0,0,0,0)\",stroke:\"rgba(0,0,0,0)\",sWidth:0,fValue:\"\"},this.initElement(t,e,i)}function CVImageElement(t,e,i){this.assetData=e.getAssetData(t.refId),this.img=e.imageLoader.getAsset(this.assetData),this.initElement(t,e,i)}function CVSolidElement(t,e,i){this.initElement(t,e,i)}function CanvasRendererBase(){}function CanvasContext(){this.opacity=-1,this.transform=createTypedArray(\"float32\",16),this.fillStyle=\"\",this.strokeStyle=\"\",this.lineWidth=\"\",this.lineCap=\"\",this.lineJoin=\"\",this.miterLimit=\"\",this.id=Math.random()}function CVContextData(){var t;this.stack=[],this.cArrPos=0,this.cTr=new Matrix;var e=15;for(t=0;t<e;t+=1){var i=new CanvasContext;this.stack[t]=i}this._length=e,this.nativeContext=null,this.transformMat=new Matrix,this.currentOpacity=1,this.currentFillStyle=\"\",this.appliedFillStyle=\"\",this.currentStrokeStyle=\"\",this.appliedStrokeStyle=\"\",this.currentLineWidth=\"\",this.appliedLineWidth=\"\",this.currentLineCap=\"\",this.appliedLineCap=\"\",this.currentLineJoin=\"\",this.appliedLineJoin=\"\",this.appliedMiterLimit=\"\",this.currentMiterLimit=\"\"}function CVCompElement(t,e,i){this.completeLayers=!1,this.layers=t.layers,this.pendingElements=[],this.elements=createSizedArray(this.layers.length),this.initElement(t,e,i),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}function CanvasRenderer(t,e){this.animationItem=t,this.renderConfig={clearCanvas:!e||void 0===e.clearCanvas||e.clearCanvas,context:e&&e.context||null,progressiveLoad:e&&e.progressiveLoad||!1,preserveAspectRatio:e&&e.preserveAspectRatio||\"xMidYMid meet\",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||\"xMidYMid slice\",contentVisibility:e&&e.contentVisibility||\"visible\",className:e&&e.className||\"\",id:e&&e.id||\"\",runExpressions:!e||void 0===e.runExpressions||e.runExpressions},this.renderConfig.dpr=e&&e.dpr||1,this.animationItem.wrapper&&(this.renderConfig.dpr=e&&e.dpr||window.devicePixelRatio||1),this.renderedFrame=-1,this.globalData={frameNum:-1,_mdf:!1,renderConfig:this.renderConfig,currentGlobalAlpha:-1},this.contextData=new CVContextData,this.elements=[],this.pendingElements=[],this.transformMat=new Matrix,this.completeLayers=!1,this.rendererType=\"canvas\",this.renderConfig.clearCanvas&&(this.ctxTransform=this.contextData.transform.bind(this.contextData),this.ctxOpacity=this.contextData.opacity.bind(this.contextData),this.ctxFillStyle=this.contextData.fillStyle.bind(this.contextData),this.ctxStrokeStyle=this.contextData.strokeStyle.bind(this.contextData),this.ctxLineWidth=this.contextData.lineWidth.bind(this.contextData),this.ctxLineCap=this.contextData.lineCap.bind(this.contextData),this.ctxLineJoin=this.contextData.lineJoin.bind(this.contextData),this.ctxMiterLimit=this.contextData.miterLimit.bind(this.contextData),this.ctxFill=this.contextData.fill.bind(this.contextData),this.ctxFillRect=this.contextData.fillRect.bind(this.contextData),this.ctxStroke=this.contextData.stroke.bind(this.contextData),this.save=this.contextData.save.bind(this.contextData))}function HBaseElement(){}function HSolidElement(t,e,i){this.initElement(t,e,i)}function HShapeElement(t,e,i){this.shapes=[],this.shapesData=t.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.shapesContainer=createNS(\"g\"),this.initElement(t,e,i),this.prevViewData=[],this.currentBBox={x:999999,y:-999999,h:0,w:0}}function HTextElement(t,e,i){this.textSpans=[],this.textPaths=[],this.currentBBox={x:999999,y:-999999,h:0,w:0},this.renderType=\"svg\",this.isMasked=!1,this.initElement(t,e,i)}function HCameraElement(t,e,i){this.initFrame(),this.initBaseData(t,e,i),this.initHierarchy();var r=PropertyFactory.getProp;if(this.pe=r(this,t.pe,0,0,this),t.ks.p.s?(this.px=r(this,t.ks.p.x,1,0,this),this.py=r(this,t.ks.p.y,1,0,this),this.pz=r(this,t.ks.p.z,1,0,this)):this.p=r(this,t.ks.p,1,0,this),t.ks.a&&(this.a=r(this,t.ks.a,1,0,this)),t.ks.or.k.length&&t.ks.or.k[0].to){var s,a=t.ks.or.k.length;for(s=0;s<a;s+=1)t.ks.or.k[s].to=null,t.ks.or.k[s].ti=null}this.or=r(this,t.ks.or,1,degToRads,this),this.or.sh=!0,this.rx=r(this,t.ks.rx,0,degToRads,this),this.ry=r(this,t.ks.ry,0,degToRads,this),this.rz=r(this,t.ks.rz,0,degToRads,this),this.mat=new Matrix,this._prevMat=new Matrix,this._isFirstFrame=!0,this.finalTransform={mProp:this}}function HImageElement(t,e,i){this.assetData=e.getAssetData(t.refId),this.initElement(t,e,i)}function HybridRendererBase(t,e){this.animationItem=t,this.layers=null,this.renderedFrame=-1,this.renderConfig={className:e&&e.className||\"\",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||\"xMidYMid slice\",hideOnTransparent:!(e&&!1===e.hideOnTransparent),filterSize:{width:e&&e.filterSize&&e.filterSize.width||\"400%\",height:e&&e.filterSize&&e.filterSize.height||\"400%\",x:e&&e.filterSize&&e.filterSize.x||\"-100%\",y:e&&e.filterSize&&e.filterSize.y||\"-100%\"}},this.globalData={_mdf:!1,frameNum:-1,renderConfig:this.renderConfig},this.pendingElements=[],this.elements=[],this.threeDElements=[],this.destroyed=!1,this.camera=null,this.supports3d=!0,this.rendererType=\"html\"}function HCompElement(t,e,i){this.layers=t.layers,this.supports3d=!t.hasMask,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?createSizedArray(this.layers.length):[],this.initElement(t,e,i),this.tm=t.tm?PropertyFactory.getProp(this,t.tm,0,e.frameRate,this):{_placeholder:!0}}function HybridRenderer(t,e){this.animationItem=t,this.layers=null,this.renderedFrame=-1,this.renderConfig={className:e&&e.className||\"\",imagePreserveAspectRatio:e&&e.imagePreserveAspectRatio||\"xMidYMid slice\",hideOnTransparent:!(e&&!1===e.hideOnTransparent),filterSize:{width:e&&e.filterSize&&e.filterSize.width||\"400%\",height:e&&e.filterSize&&e.filterSize.height||\"400%\",x:e&&e.filterSize&&e.filterSize.x||\"-100%\",y:e&&e.filterSize&&e.filterSize.y||\"-100%\"},runExpressions:!e||void 0===e.runExpressions||e.runExpressions},this.globalData={_mdf:!1,frameNum:-1,renderConfig:this.renderConfig},this.pendingElements=[],this.elements=[],this.threeDElements=[],this.destroyed=!1,this.camera=null,this.supports3d=!0,this.rendererType=\"html\"}CVBaseElement.prototype={createElements:function(){},initRendererElement:function(){},createContainerElements:function(){if(this.data.tt>=1){this.buffers=[];var t=this.globalData.canvasContext,e=assetLoader.createCanvas(t.canvas.width,t.canvas.height);this.buffers.push(e);var i=assetLoader.createCanvas(t.canvas.width,t.canvas.height);this.buffers.push(i),this.data.tt>=3&&!document._isProxy&&assetLoader.loadLumaCanvas()}this.canvasContext=this.globalData.canvasContext,this.transformCanvas=this.globalData.transformCanvas,this.renderableEffectsManager=new CVEffects(this),this.searchEffectTransforms()},createContent:function(){},setBlendMode:function(){var t=this.globalData;if(t.blendMode!==this.data.bm){t.blendMode=this.data.bm;var e=getBlendMode(this.data.bm);t.canvasContext.globalCompositeOperation=e}},createRenderableComponents:function(){this.maskManager=new CVMaskElement(this.data,this),this.transformEffects=this.renderableEffectsManager.getEffects(effectTypes.TRANSFORM_EFFECT)},hideElement:function(){this.hidden||this.isInRange&&!this.isTransparent||(this.hidden=!0)},showElement:function(){this.isInRange&&!this.isTransparent&&(this.hidden=!1,this._isFirstFrame=!0,this.maskManager._isFirstFrame=!0)},clearCanvas:function(t){t.clearRect(this.transformCanvas.tx,this.transformCanvas.ty,this.transformCanvas.w*this.transformCanvas.sx,this.transformCanvas.h*this.transformCanvas.sy)},prepareLayer:function(){if(this.data.tt>=1){var t=this.buffers[0],e=t.getContext(\"2d\");this.clearCanvas(e),e.drawImage(this.canvasContext.canvas,0,0),this.currentTransform=this.canvasContext.getTransform(),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform)}},exitLayer:function(){if(this.data.tt>=1){var t=this.buffers[1],e=t.getContext(\"2d\");this.clearCanvas(e),e.drawImage(this.canvasContext.canvas,0,0),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform);var i=this.comp.getElementById(\"tp\"in this.data?this.data.tp:this.data.ind-1);if(i.renderFrame(!0),this.canvasContext.setTransform(1,0,0,1,0,0),this.data.tt>=3&&!document._isProxy){var r=assetLoader.getLumaCanvas(this.canvasContext.canvas),s=r.getContext(\"2d\");s.drawImage(this.canvasContext.canvas,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.drawImage(r,0,0)}this.canvasContext.globalCompositeOperation=operationsMap[this.data.tt],this.canvasContext.drawImage(t,0,0),this.canvasContext.globalCompositeOperation=\"destination-over\",this.canvasContext.drawImage(this.buffers[0],0,0),this.canvasContext.setTransform(this.currentTransform),this.canvasContext.globalCompositeOperation=\"source-over\"}},renderFrame:function(t){if(!this.hidden&&!this.data.hd&&(1!==this.data.td||t)){this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.setBlendMode();var e=0===this.data.ty;this.prepareLayer(),this.globalData.renderer.save(e),this.globalData.renderer.ctxTransform(this.finalTransform.localMat.props),this.globalData.renderer.ctxOpacity(this.finalTransform.localOpacity),this.renderInnerContent(),this.globalData.renderer.restore(e),this.exitLayer(),this.maskManager.hasMasks&&this.globalData.renderer.restore(!0),this._isFirstFrame&&(this._isFirstFrame=!1)}},destroy:function(){this.canvasContext=null,this.data=null,this.globalData=null,this.maskManager.destroy()},mHelper:new Matrix},CVBaseElement.prototype.hide=CVBaseElement.prototype.hideElement,CVBaseElement.prototype.show=CVBaseElement.prototype.showElement,CVShapeData.prototype.setAsAnimated=SVGShapeData.prototype.setAsAnimated,extendPrototype([BaseElement,TransformElement,CVBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableElement],CVShapeElement),CVShapeElement.prototype.initElement=RenderableDOMElement.prototype.initElement,CVShapeElement.prototype.transformHelper={opacity:1,_opMdf:!1},CVShapeElement.prototype.dashResetter=[],CVShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[])},CVShapeElement.prototype.createStyleElement=function(t,e){var i={data:t,type:t.ty,preTransforms:this.transformsManager.addTransformSequence(e),transforms:[],elements:[],closed:!0===t.hd},r={};if(\"fl\"===t.ty||\"st\"===t.ty?(r.c=PropertyFactory.getProp(this,t.c,1,255,this),r.c.k||(i.co=\"rgb(\"+bmFloor(r.c.v[0])+\",\"+bmFloor(r.c.v[1])+\",\"+bmFloor(r.c.v[2])+\")\")):\"gf\"!==t.ty&&\"gs\"!==t.ty||(r.s=PropertyFactory.getProp(this,t.s,1,null,this),r.e=PropertyFactory.getProp(this,t.e,1,null,this),r.h=PropertyFactory.getProp(this,t.h||{k:0},0,.01,this),r.a=PropertyFactory.getProp(this,t.a||{k:0},0,degToRads,this),r.g=new GradientProperty(this,t.g,this)),r.o=PropertyFactory.getProp(this,t.o,0,.01,this),\"st\"===t.ty||\"gs\"===t.ty){if(i.lc=lineCapEnum[t.lc||2],i.lj=lineJoinEnum[t.lj||2],1==t.lj&&(i.ml=t.ml),r.w=PropertyFactory.getProp(this,t.w,0,null,this),r.w.k||(i.wi=r.w.v),t.d){var s=new DashProperty(this,t.d,\"canvas\",this);r.d=s,r.d.k||(i.da=r.d.dashArray,i[\"do\"]=r.d.dashoffset[0])}}else i.r=2===t.r?\"evenodd\":\"nonzero\";return this.stylesList.push(i),r.style=i,r},CVShapeElement.prototype.createGroupElement=function(){var t={it:[],prevViewData:[]};return t},CVShapeElement.prototype.createTransformElement=function(t){var e={transform:{opacity:1,_opMdf:!1,key:this.transformsManager.getNewKey(),op:PropertyFactory.getProp(this,t.o,0,.01,this),mProps:TransformPropertyFactory.getTransformProperty(this,t,this)}};return e},CVShapeElement.prototype.createShapeElement=function(t){var e=new CVShapeData(this,t,this.stylesList,this.transformsManager);return this.shapes.push(e),this.addShapeToModifiers(e),e},CVShapeElement.prototype.reloadShapes=function(){var t;this._isFirstFrame=!0;var e=this.itemsData.length;for(t=0;t<e;t+=1)this.prevViewData[t]=this.itemsData[t];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[]),e=this.dynamicProperties.length,t=0;t<e;t+=1)this.dynamicProperties[t].getValue();this.renderModifiers(),this.transformsManager.processSequences(this._isFirstFrame)},CVShapeElement.prototype.addTransformToStyleList=function(t){var e,i=this.stylesList.length;for(e=0;e<i;e+=1)this.stylesList[e].closed||this.stylesList[e].transforms.push(t)},CVShapeElement.prototype.removeTransformFromStyleList=function(){var t,e=this.stylesList.length;for(t=0;t<e;t+=1)this.stylesList[t].closed||this.stylesList[t].transforms.pop()},CVShapeElement.prototype.closeStyles=function(t){var e,i=t.length;for(e=0;e<i;e+=1)t[e].closed=!0},CVShapeElement.prototype.searchShapes=function(t,e,i,r,s){var a,n,o,h,l,p,f=t.length-1,m=[],c=[],d=[].concat(s);for(a=f;a>=0;a-=1){if(h=this.searchProcessedElement(t[a]),h?e[a]=i[h-1]:t[a]._shouldRender=r,\"fl\"===t[a].ty||\"st\"===t[a].ty||\"gf\"===t[a].ty||\"gs\"===t[a].ty)h?e[a].style.closed=!1:e[a]=this.createStyleElement(t[a],d),m.push(e[a].style);else if(\"gr\"===t[a].ty){if(h)for(o=e[a].it.length,n=0;n<o;n+=1)e[a].prevViewData[n]=e[a].it[n];else e[a]=this.createGroupElement(t[a]);this.searchShapes(t[a].it,e[a].it,e[a].prevViewData,r,d)}else\"tr\"===t[a].ty?(h||(p=this.createTransformElement(t[a]),e[a]=p),d.push(e[a]),this.addTransformToStyleList(e[a])):\"sh\"===t[a].ty||\"rc\"===t[a].ty||\"el\"===t[a].ty||\"sr\"===t[a].ty?h||(e[a]=this.createShapeElement(t[a])):\"tm\"===t[a].ty||\"rd\"===t[a].ty||\"pb\"===t[a].ty||\"zz\"===t[a].ty||\"op\"===t[a].ty?(h?(l=e[a],l.closed=!1):(l=ShapeModifiers.getModifier(t[a].ty),l.init(this,t[a]),e[a]=l,this.shapeModifiers.push(l)),c.push(l)):\"rp\"===t[a].ty&&(h?(l=e[a],l.closed=!0):(l=ShapeModifiers.getModifier(t[a].ty),e[a]=l,l.init(this,t,a,e),this.shapeModifiers.push(l),r=!1),c.push(l));this.addProcessedElement(t[a],a+1)}for(this.removeTransformFromStyleList(),this.closeStyles(m),f=c.length,a=0;a<f;a+=1)c[a].closed=!0},CVShapeElement.prototype.renderInnerContent=function(){this.transformHelper.opacity=1,this.transformHelper._opMdf=!1,this.renderModifiers(),this.transformsManager.processSequences(this._isFirstFrame),this.renderShape(this.transformHelper,this.shapesData,this.itemsData,!0)},CVShapeElement.prototype.renderShapeTransform=function(t,e){(t._opMdf||e.op._mdf||this._isFirstFrame)&&(e.opacity=t.opacity,e.opacity*=e.op.v,e._opMdf=!0)},CVShapeElement.prototype.drawLayer=function(){var t,e,i,r,s,a,n,o,h,l=this.stylesList.length,p=this.globalData.renderer,f=this.globalData.canvasContext;for(t=0;t<l;t+=1)if(h=this.stylesList[t],o=h.type,(\"st\"!==o&&\"gs\"!==o||0!==h.wi)&&h.data._shouldRender&&0!==h.coOp&&0!==this.globalData.currentGlobalAlpha){for(p.save(),a=h.elements,\"st\"===o||\"gs\"===o?(p.ctxStrokeStyle(\"st\"===o?h.co:h.grd),p.ctxLineWidth(h.wi),p.ctxLineCap(h.lc),p.ctxLineJoin(h.lj),p.ctxMiterLimit(h.ml||0)):p.ctxFillStyle(\"fl\"===o?h.co:h.grd),p.ctxOpacity(h.coOp),\"st\"!==o&&\"gs\"!==o&&f.beginPath(),p.ctxTransform(h.preTransforms.finalTransform.props),i=a.length,e=0;e<i;e+=1){for(\"st\"!==o&&\"gs\"!==o||(f.beginPath(),h.da&&(f.setLineDash(h.da),f.lineDashOffset=h[\"do\"])),n=a[e].trNodes,s=n.length,r=0;r<s;r+=1)\"m\"===n[r].t?f.moveTo(n[r].p[0],n[r].p[1]):\"c\"===n[r].t?f.bezierCurveTo(n[r].pts[0],n[r].pts[1],n[r].pts[2],n[r].pts[3],n[r].pts[4],n[r].pts[5]):f.closePath();\"st\"!==o&&\"gs\"!==o||(p.ctxStroke(),h.da&&f.setLineDash(this.dashResetter))}\"st\"!==o&&\"gs\"!==o&&this.globalData.renderer.ctxFill(h.r),p.restore()}},CVShapeElement.prototype.renderShape=function(t,e,i,r){var s,a,n=e.length-1;for(a=t,s=n;s>=0;s-=1)\"tr\"===e[s].ty?(a=i[s].transform,this.renderShapeTransform(t,a)):\"sh\"===e[s].ty||\"el\"===e[s].ty||\"rc\"===e[s].ty||\"sr\"===e[s].ty?this.renderPath(e[s],i[s]):\"fl\"===e[s].ty?this.renderFill(e[s],i[s],a):\"st\"===e[s].ty?this.renderStroke(e[s],i[s],a):\"gf\"===e[s].ty||\"gs\"===e[s].ty?this.renderGradientFill(e[s],i[s],a):\"gr\"===e[s].ty?this.renderShape(a,e[s].it,i[s].it):e[s].ty;r&&this.drawLayer()},CVShapeElement.prototype.renderStyledShape=function(t,e){if(this._isFirstFrame||e._mdf||t.transforms._mdf){var i,r,s,a=t.trNodes,n=e.paths,o=n._length;a.length=0;var h=t.transforms.finalTransform;for(s=0;s<o;s+=1){var l=n.shapes[s];if(l&&l.v){for(r=l._length,i=1;i<r;i+=1)1===i&&a.push({t:\"m\",p:h.applyToPointArray(l.v[0][0],l.v[0][1],0)}),a.push({t:\"c\",pts:h.applyToTriplePoints(l.o[i-1],l.i[i],l.v[i])});1===r&&a.push({t:\"m\",p:h.applyToPointArray(l.v[0][0],l.v[0][1],0)}),l.c&&r&&(a.push({t:\"c\",pts:h.applyToTriplePoints(l.o[i-1],l.i[0],l.v[0])}),a.push({t:\"z\"}))}}t.trNodes=a}},CVShapeElement.prototype.renderPath=function(t,e){if(!0!==t.hd&&t._shouldRender){var i,r=e.styledShapes.length;for(i=0;i<r;i+=1)this.renderStyledShape(e.styledShapes[i],e.sh)}},CVShapeElement.prototype.renderFill=function(t,e,i){var r=e.style;(e.c._mdf||this._isFirstFrame)&&(r.co=\"rgb(\"+bmFloor(e.c.v[0])+\",\"+bmFloor(e.c.v[1])+\",\"+bmFloor(e.c.v[2])+\")\"),(e.o._mdf||i._opMdf||this._isFirstFrame)&&(r.coOp=e.o.v*i.opacity)},CVShapeElement.prototype.renderGradientFill=function(t,e,i){var r,s=e.style;if(!s.grd||e.g._mdf||e.s._mdf||e.e._mdf||1!==t.t&&(e.h._mdf||e.a._mdf)){var a,n=this.globalData.canvasContext,o=e.s.v,h=e.e.v;if(1===t.t)r=n.createLinearGradient(o[0],o[1],h[0],h[1]);else{var l=Math.sqrt(Math.pow(o[0]-h[0],2)+Math.pow(o[1]-h[1],2)),p=Math.atan2(h[1]-o[1],h[0]-o[0]),f=e.h.v;f>=1?f=.99:f<=-1&&(f=-.99);var m=l*f,c=Math.cos(p+e.a.v)*m+o[0],d=Math.sin(p+e.a.v)*m+o[1];r=n.createRadialGradient(c,d,0,o[0],o[1],l)}var u=t.g.p,y=e.g.c,g=1;for(a=0;a<u;a+=1)e.g._hasOpacity&&e.g._collapsable&&(g=e.g.o[2*a+1]),r.addColorStop(y[4*a]/100,\"rgba(\"+y[4*a+1]+\",\"+y[4*a+2]+\",\"+y[4*a+3]+\",\"+g+\")\");s.grd=r}s.coOp=e.o.v*i.opacity},CVShapeElement.prototype.renderStroke=function(t,e,i){var r=e.style,s=e.d;s&&(s._mdf||this._isFirstFrame)&&(r.da=s.dashArray,r[\"do\"]=s.dashoffset[0]),(e.c._mdf||this._isFirstFrame)&&(r.co=\"rgb(\"+bmFloor(e.c.v[0])+\",\"+bmFloor(e.c.v[1])+\",\"+bmFloor(e.c.v[2])+\")\"),(e.o._mdf||i._opMdf||this._isFirstFrame)&&(r.coOp=e.o.v*i.opacity),(e.w._mdf||this._isFirstFrame)&&(r.wi=e.w.v)},CVShapeElement.prototype.destroy=function(){this.shapesData=null,this.globalData=null,this.canvasContext=null,this.stylesList.length=0,this.itemsData.length=0},extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement,ITextElement],CVTextElement),CVTextElement.prototype.tHelper=createTag(\"canvas\").getContext(\"2d\"),CVTextElement.prototype.buildNewText=function(){var t=this.textProperty.currentData;this.renderedLetters=createSizedArray(t.l?t.l.length:0);var e=!1;t.fc?(e=!0,this.values.fill=this.buildColor(t.fc)):this.values.fill=\"rgba(0,0,0,0)\",this.fill=e;var i=!1;t.sc&&(i=!0,this.values.stroke=this.buildColor(t.sc),this.values.sWidth=t.sw);var r,s,a,n,o,h,l,p,f,m,c,d,u=this.globalData.fontManager.getFontByName(t.f),y=t.l,g=this.mHelper;this.stroke=i,this.values.fValue=t.finalSize+\"px \"+this.globalData.fontManager.getFontByName(t.f).fFamily,s=t.finalText.length;var v=this.data.singleShape,b=.001*t.tr*t.finalSize,x=0,P=0,E=!0,S=0;for(r=0;r<s;r+=1){a=this.globalData.fontManager.getCharData(t.finalText[r],u.fStyle,this.globalData.fontManager.getFontByName(t.f).fFamily),n=a&&a.data||{},g.reset(),v&&y[r].n&&(x=-b,P+=t.yOffset,P+=E?1:0,E=!1),l=n.shapes?n.shapes[0].it:[],f=l.length,g.scale(t.finalSize/100,t.finalSize/100),v&&this.applyTextPropertiesToMatrix(t,g,y[r].line,x,P),c=createSizedArray(f-1);var C=0;for(p=0;p<f;p+=1)if(\"sh\"===l[p].ty){for(h=l[p].ks.k.i.length,m=l[p].ks.k,d=[],o=1;o<h;o+=1)1===o&&d.push(g.applyToX(m.v[0][0],m.v[0][1],0),g.applyToY(m.v[0][0],m.v[0][1],0)),d.push(g.applyToX(m.o[o-1][0],m.o[o-1][1],0),g.applyToY(m.o[o-1][0],m.o[o-1][1],0),g.applyToX(m.i[o][0],m.i[o][1],0),g.applyToY(m.i[o][0],m.i[o][1],0),g.applyToX(m.v[o][0],m.v[o][1],0),g.applyToY(m.v[o][0],m.v[o][1],0));d.push(g.applyToX(m.o[o-1][0],m.o[o-1][1],0),g.applyToY(m.o[o-1][0],m.o[o-1][1],0),g.applyToX(m.i[0][0],m.i[0][1],0),g.applyToY(m.i[0][0],m.i[0][1],0),g.applyToX(m.v[0][0],m.v[0][1],0),g.applyToY(m.v[0][0],m.v[0][1],0)),c[C]=d,C+=1}v&&(x+=y[r].l,x+=b),this.textSpans[S]?this.textSpans[S].elem=c:this.textSpans[S]={elem:c},S+=1}},CVTextElement.prototype.renderInnerContent=function(){this.validateText();var t,e,i,r,s,a,n=this.canvasContext;n.font=this.values.fValue,this.globalData.renderer.ctxLineCap(\"butt\"),this.globalData.renderer.ctxLineJoin(\"miter\"),this.globalData.renderer.ctxMiterLimit(4),this.data.singleShape||this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag);var o,h=this.textAnimator.renderedLetters,l=this.textProperty.currentData.l;e=l.length;var p,f,m=null,c=null,d=null,u=this.globalData.renderer;for(t=0;t<e;t+=1)if(!l[t].n){if(o=h[t],o&&(u.save(),u.ctxTransform(o.p),u.ctxOpacity(o.o)),this.fill){for(o&&o.fc?m!==o.fc&&(u.ctxFillStyle(o.fc),m=o.fc):m!==this.values.fill&&(m=this.values.fill,u.ctxFillStyle(this.values.fill)),p=this.textSpans[t].elem,r=p.length,this.globalData.canvasContext.beginPath(),i=0;i<r;i+=1)for(f=p[i],a=f.length,this.globalData.canvasContext.moveTo(f[0],f[1]),s=2;s<a;s+=6)this.globalData.canvasContext.bezierCurveTo(f[s],f[s+1],f[s+2],f[s+3],f[s+4],f[s+5]);this.globalData.canvasContext.closePath(),u.ctxFill()}if(this.stroke){for(o&&o.sw?d!==o.sw&&(d=o.sw,u.ctxLineWidth(o.sw)):d!==this.values.sWidth&&(d=this.values.sWidth,u.ctxLineWidth(this.values.sWidth)),o&&o.sc?c!==o.sc&&(c=o.sc,u.ctxStrokeStyle(o.sc)):c!==this.values.stroke&&(c=this.values.stroke,u.ctxStrokeStyle(this.values.stroke)),p=this.textSpans[t].elem,r=p.length,this.globalData.canvasContext.beginPath(),i=0;i<r;i+=1)for(f=p[i],a=f.length,this.globalData.canvasContext.moveTo(f[0],f[1]),s=2;s<a;s+=6)this.globalData.canvasContext.bezierCurveTo(f[s],f[s+1],f[s+2],f[s+3],f[s+4],f[s+5]);this.globalData.canvasContext.closePath(),u.ctxStroke()}o&&this.globalData.renderer.restore()}},extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement],CVImageElement),CVImageElement.prototype.initElement=SVGShapeElement.prototype.initElement,CVImageElement.prototype.prepareFrame=IImageElement.prototype.prepareFrame,CVImageElement.prototype.createContent=function(){if(this.img.width&&(this.assetData.w!==this.img.width||this.assetData.h!==this.img.height)){var t=createTag(\"canvas\");t.width=this.assetData.w,t.height=this.assetData.h;var e,i,r=t.getContext(\"2d\"),s=this.img.width,a=this.img.height,n=s/a,o=this.assetData.w/this.assetData.h,h=this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio;n>o&&\"xMidYMid slice\"===h||n<o&&\"xMidYMid slice\"!==h?(i=a,e=i*o):(e=s,i=e/o),r.drawImage(this.img,(s-e)/2,(a-i)/2,e,i,0,0,this.assetData.w,this.assetData.h),this.img=t}},CVImageElement.prototype.renderInnerContent=function(){this.canvasContext.drawImage(this.img,0,0)},CVImageElement.prototype.destroy=function(){this.img=null},extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement],CVSolidElement),CVSolidElement.prototype.initElement=SVGShapeElement.prototype.initElement,CVSolidElement.prototype.prepareFrame=IImageElement.prototype.prepareFrame,CVSolidElement.prototype.renderInnerContent=function(){this.globalData.renderer.ctxFillStyle(this.data.sc),this.globalData.renderer.ctxFillRect(0,0,this.data.sw,this.data.sh)},extendPrototype([BaseRenderer],CanvasRendererBase),CanvasRendererBase.prototype.createShape=function(t){return new CVShapeElement(t,this.globalData,this)},CanvasRendererBase.prototype.createText=function(t){return new CVTextElement(t,this.globalData,this)},CanvasRendererBase.prototype.createImage=function(t){return new CVImageElement(t,this.globalData,this)},CanvasRendererBase.prototype.createSolid=function(t){return new CVSolidElement(t,this.globalData,this)},CanvasRendererBase.prototype.createNull=SVGRenderer.prototype.createNull,CanvasRendererBase.prototype.ctxTransform=function(t){1===t[0]&&0===t[1]&&0===t[4]&&1===t[5]&&0===t[12]&&0===t[13]||this.canvasContext.transform(t[0],t[1],t[4],t[5],t[12],t[13])},CanvasRendererBase.prototype.ctxOpacity=function(t){this.canvasContext.globalAlpha*=t<0?0:t},CanvasRendererBase.prototype.ctxFillStyle=function(t){this.canvasContext.fillStyle=t},CanvasRendererBase.prototype.ctxStrokeStyle=function(t){this.canvasContext.strokeStyle=t},CanvasRendererBase.prototype.ctxLineWidth=function(t){this.canvasContext.lineWidth=t},CanvasRendererBase.prototype.ctxLineCap=function(t){this.canvasContext.lineCap=t},CanvasRendererBase.prototype.ctxLineJoin=function(t){this.canvasContext.lineJoin=t},CanvasRendererBase.prototype.ctxMiterLimit=function(t){this.canvasContext.miterLimit=t},CanvasRendererBase.prototype.ctxFill=function(t){this.canvasContext.fill(t)},CanvasRendererBase.prototype.ctxFillRect=function(t,e,i,r){this.canvasContext.fillRect(t,e,i,r)},CanvasRendererBase.prototype.ctxStroke=function(){this.canvasContext.stroke()},CanvasRendererBase.prototype.reset=function(){this.renderConfig.clearCanvas?this.contextData.reset():this.canvasContext.restore()},CanvasRendererBase.prototype.save=function(){this.canvasContext.save()},CanvasRendererBase.prototype.restore=function(t){this.renderConfig.clearCanvas?(t&&(this.globalData.blendMode=\"source-over\"),this.contextData.restore(t)):this.canvasContext.restore()},CanvasRendererBase.prototype.configAnimation=function(t){if(this.animationItem.wrapper){this.animationItem.container=createTag(\"canvas\");var e=this.animationItem.container.style;e.width=\"100%\",e.height=\"100%\";var i=\"0px 0px 0px\";e.transformOrigin=i,e.mozTransformOrigin=i,e.webkitTransformOrigin=i,e[\"-webkit-transform\"]=i,e.contentVisibility=this.renderConfig.contentVisibility,this.animationItem.wrapper.appendChild(this.animationItem.container),this.canvasContext=this.animationItem.container.getContext(\"2d\"),this.renderConfig.className&&this.animationItem.container.setAttribute(\"class\",this.renderConfig.className),this.renderConfig.id&&this.animationItem.container.setAttribute(\"id\",this.renderConfig.id)}else this.canvasContext=this.renderConfig.context;this.contextData.setContext(this.canvasContext),this.data=t,this.layers=t.layers,this.transformCanvas={w:t.w,h:t.h,sx:0,sy:0,tx:0,ty:0},this.setupGlobalData(t,document.body),this.globalData.canvasContext=this.canvasContext,this.globalData.renderer=this,this.globalData.isDashed=!1,this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.globalData.transformCanvas=this.transformCanvas,this.elements=createSizedArray(t.layers.length),this.updateContainerSize()},CanvasRendererBase.prototype.updateContainerSize=function(t,e){var i,r,s,a;if(this.reset(),t?(i=t,r=e,this.canvasContext.canvas.width=i,this.canvasContext.canvas.height=r):(this.animationItem.wrapper&&this.animationItem.container?(i=this.animationItem.wrapper.offsetWidth,r=this.animationItem.wrapper.offsetHeight):(i=this.canvasContext.canvas.width,r=this.canvasContext.canvas.height),this.canvasContext.canvas.width=i*this.renderConfig.dpr,this.canvasContext.canvas.height=r*this.renderConfig.dpr),-1!==this.renderConfig.preserveAspectRatio.indexOf(\"meet\")||-1!==this.renderConfig.preserveAspectRatio.indexOf(\"slice\")){var n=this.renderConfig.preserveAspectRatio.split(\" \"),o=n[1]||\"meet\",h=n[0]||\"xMidYMid\",l=h.substr(0,4),p=h.substr(4);s=i/r,a=this.transformCanvas.w/this.transformCanvas.h,a>s&&\"meet\"===o||a<s&&\"slice\"===o?(this.transformCanvas.sx=i/(this.transformCanvas.w/this.renderConfig.dpr),this.transformCanvas.sy=i/(this.transformCanvas.w/this.renderConfig.dpr)):(this.transformCanvas.sx=r/(this.transformCanvas.h/this.renderConfig.dpr),this.transformCanvas.sy=r/(this.transformCanvas.h/this.renderConfig.dpr)),this.transformCanvas.tx=\"xMid\"===l&&(a<s&&\"meet\"===o||a>s&&\"slice\"===o)?(i-this.transformCanvas.w*(r/this.transformCanvas.h))/2*this.renderConfig.dpr:\"xMax\"===l&&(a<s&&\"meet\"===o||a>s&&\"slice\"===o)?(i-this.transformCanvas.w*(r/this.transformCanvas.h))*this.renderConfig.dpr:0,this.transformCanvas.ty=\"YMid\"===p&&(a>s&&\"meet\"===o||a<s&&\"slice\"===o)?(r-this.transformCanvas.h*(i/this.transformCanvas.w))/2*this.renderConfig.dpr:\"YMax\"===p&&(a>s&&\"meet\"===o||a<s&&\"slice\"===o)?(r-this.transformCanvas.h*(i/this.transformCanvas.w))*this.renderConfig.dpr:0}else\"none\"===this.renderConfig.preserveAspectRatio?(this.transformCanvas.sx=i/(this.transformCanvas.w/this.renderConfig.dpr),this.transformCanvas.sy=r/(this.transformCanvas.h/this.renderConfig.dpr),this.transformCanvas.tx=0,this.transformCanvas.ty=0):(this.transformCanvas.sx=this.renderConfig.dpr,this.transformCanvas.sy=this.renderConfig.dpr,this.transformCanvas.tx=0,this.transformCanvas.ty=0);this.transformCanvas.props=[this.transformCanvas.sx,0,0,0,0,this.transformCanvas.sy,0,0,0,0,1,0,this.transformCanvas.tx,this.transformCanvas.ty,0,1],this.ctxTransform(this.transformCanvas.props),this.canvasContext.beginPath(),this.canvasContext.rect(0,0,this.transformCanvas.w,this.transformCanvas.h),this.canvasContext.closePath(),this.canvasContext.clip(),this.renderFrame(this.renderedFrame,!0)},CanvasRendererBase.prototype.destroy=function(){var t;this.renderConfig.clearCanvas&&this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=\"\");var e=this.layers?this.layers.length:0;for(t=e-1;t>=0;t-=1)this.elements[t]&&this.elements[t].destroy&&this.elements[t].destroy();this.elements.length=0,this.globalData.canvasContext=null,this.animationItem.container=null,this.destroyed=!0},CanvasRendererBase.prototype.renderFrame=function(t,e){if((this.renderedFrame!==t||!0!==this.renderConfig.clearCanvas||e)&&!this.destroyed&&-1!==t){var i;this.renderedFrame=t,this.globalData.frameNum=t-this.animationItem._isFirstFrame,this.globalData.frameId+=1,this.globalData._mdf=!this.renderConfig.clearCanvas||e,this.globalData.projectInterface.currentFrame=t;var r=this.layers.length;for(this.completeLayers||this.checkLayers(t),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&this.elements[i].prepareFrame(t-this.layers[i].st);if(this.globalData._mdf){for(!0===this.renderConfig.clearCanvas?this.canvasContext.clearRect(0,0,this.transformCanvas.w,this.transformCanvas.h):this.save(),i=r-1;i>=0;i-=1)(this.completeLayers||this.elements[i])&&this.elements[i].renderFrame();!0!==this.renderConfig.clearCanvas&&this.restore()}}},CanvasRendererBase.prototype.buildItem=function(t){var e=this.elements;if(!e[t]&&99!==this.layers[t].ty){var i=this.createItem(this.layers[t],this,this.globalData);e[t]=i,i.initExpressions()}},CanvasRendererBase.prototype.checkPendingElements=function(){while(this.pendingElements.length){var t=this.pendingElements.pop();t.checkParenting()}},CanvasRendererBase.prototype.hide=function(){this.animationItem.container.style.display=\"none\"},CanvasRendererBase.prototype.show=function(){this.animationItem.container.style.display=\"block\"},CVContextData.prototype.duplicate=function(){var t=2*this._length,e=0;for(e=this._length;e<t;e+=1)this.stack[e]=new CanvasContext;this._length=t},CVContextData.prototype.reset=function(){this.cArrPos=0,this.cTr.reset(),this.stack[this.cArrPos].opacity=1},CVContextData.prototype.restore=function(t){this.cArrPos-=1;var e,i=this.stack[this.cArrPos],r=i.transform,s=this.cTr.props;for(e=0;e<16;e+=1)s[e]=r[e];if(t){this.nativeContext.restore();var a=this.stack[this.cArrPos+1];this.appliedFillStyle=a.fillStyle,this.appliedStrokeStyle=a.strokeStyle,this.appliedLineWidth=a.lineWidth,this.appliedLineCap=a.lineCap,this.appliedLineJoin=a.lineJoin,this.appliedMiterLimit=a.miterLimit}this.nativeContext.setTransform(r[0],r[1],r[4],r[5],r[12],r[13]),(t||-1!==i.opacity&&this.currentOpacity!==i.opacity)&&(this.nativeContext.globalAlpha=i.opacity,this.currentOpacity=i.opacity),this.currentFillStyle=i.fillStyle,this.currentStrokeStyle=i.strokeStyle,this.currentLineWidth=i.lineWidth,this.currentLineCap=i.lineCap,this.currentLineJoin=i.lineJoin,this.currentMiterLimit=i.miterLimit},CVContextData.prototype.save=function(t){t&&this.nativeContext.save();var e=this.cTr.props;this._length<=this.cArrPos&&this.duplicate();var i,r=this.stack[this.cArrPos];for(i=0;i<16;i+=1)r.transform[i]=e[i];this.cArrPos+=1;var s=this.stack[this.cArrPos];s.opacity=r.opacity,s.fillStyle=r.fillStyle,s.strokeStyle=r.strokeStyle,s.lineWidth=r.lineWidth,s.lineCap=r.lineCap,s.lineJoin=r.lineJoin,s.miterLimit=r.miterLimit},CVContextData.prototype.setOpacity=function(t){this.stack[this.cArrPos].opacity=t},CVContextData.prototype.setContext=function(t){this.nativeContext=t},CVContextData.prototype.fillStyle=function(t){this.stack[this.cArrPos].fillStyle!==t&&(this.currentFillStyle=t,this.stack[this.cArrPos].fillStyle=t)},CVContextData.prototype.strokeStyle=function(t){this.stack[this.cArrPos].strokeStyle!==t&&(this.currentStrokeStyle=t,this.stack[this.cArrPos].strokeStyle=t)},CVContextData.prototype.lineWidth=function(t){this.stack[this.cArrPos].lineWidth!==t&&(this.currentLineWidth=t,this.stack[this.cArrPos].lineWidth=t)},CVContextData.prototype.lineCap=function(t){this.stack[this.cArrPos].lineCap!==t&&(this.currentLineCap=t,this.stack[this.cArrPos].lineCap=t)},CVContextData.prototype.lineJoin=function(t){this.stack[this.cArrPos].lineJoin!==t&&(this.currentLineJoin=t,this.stack[this.cArrPos].lineJoin=t)},CVContextData.prototype.miterLimit=function(t){this.stack[this.cArrPos].miterLimit!==t&&(this.currentMiterLimit=t,this.stack[this.cArrPos].miterLimit=t)},CVContextData.prototype.transform=function(t){this.transformMat.cloneFromProps(t);var e=this.cTr;this.transformMat.multiply(e),e.cloneFromProps(this.transformMat.props);var i=e.props;this.nativeContext.setTransform(i[0],i[1],i[4],i[5],i[12],i[13])},CVContextData.prototype.opacity=function(t){var e=this.stack[this.cArrPos].opacity;e*=t<0?0:t,this.stack[this.cArrPos].opacity!==e&&(this.currentOpacity!==t&&(this.nativeContext.globalAlpha=t,this.currentOpacity=t),this.stack[this.cArrPos].opacity=e)},CVContextData.prototype.fill=function(t){this.appliedFillStyle!==this.currentFillStyle&&(this.appliedFillStyle=this.currentFillStyle,this.nativeContext.fillStyle=this.appliedFillStyle),this.nativeContext.fill(t)},CVContextData.prototype.fillRect=function(t,e,i,r){this.appliedFillStyle!==this.currentFillStyle&&(this.appliedFillStyle=this.currentFillStyle,this.nativeContext.fillStyle=this.appliedFillStyle),this.nativeContext.fillRect(t,e,i,r)},CVContextData.prototype.stroke=function(){this.appliedStrokeStyle!==this.currentStrokeStyle&&(this.appliedStrokeStyle=this.currentStrokeStyle,this.nativeContext.strokeStyle=this.appliedStrokeStyle),this.appliedLineWidth!==this.currentLineWidth&&(this.appliedLineWidth=this.currentLineWidth,this.nativeContext.lineWidth=this.appliedLineWidth),this.appliedLineCap!==this.currentLineCap&&(this.appliedLineCap=this.currentLineCap,this.nativeContext.lineCap=this.appliedLineCap),this.appliedLineJoin!==this.currentLineJoin&&(this.appliedLineJoin=this.currentLineJoin,this.nativeContext.lineJoin=this.appliedLineJoin),this.appliedMiterLimit!==this.currentMiterLimit&&(this.appliedMiterLimit=this.currentMiterLimit,this.nativeContext.miterLimit=this.appliedMiterLimit),this.nativeContext.stroke()},extendPrototype([CanvasRendererBase,ICompElement,CVBaseElement],CVCompElement),CVCompElement.prototype.renderInnerContent=function(){var t,e=this.canvasContext;e.beginPath(),e.moveTo(0,0),e.lineTo(this.data.w,0),e.lineTo(this.data.w,this.data.h),e.lineTo(0,this.data.h),e.lineTo(0,0),e.clip();var i=this.layers.length;for(t=i-1;t>=0;t-=1)(this.completeLayers||this.elements[t])&&this.elements[t].renderFrame()},CVCompElement.prototype.destroy=function(){var t,e=this.layers.length;for(t=e-1;t>=0;t-=1)this.elements[t]&&this.elements[t].destroy();this.layers=null,this.elements=null},CVCompElement.prototype.createComp=function(t){return new CVCompElement(t,this.globalData,this)},extendPrototype([CanvasRendererBase],CanvasRenderer),CanvasRenderer.prototype.createComp=function(t){return new CVCompElement(t,this.globalData,this)},HBaseElement.prototype={checkBlendMode:function(){},initRendererElement:function(){this.baseElement=createTag(this.data.tg||\"div\"),this.data.hasMask?(this.svgElement=createNS(\"svg\"),this.layerElement=createNS(\"g\"),this.maskedElement=this.layerElement,this.svgElement.appendChild(this.layerElement),this.baseElement.appendChild(this.svgElement)):this.layerElement=this.baseElement,styleDiv(this.baseElement)},createContainerElements:function(){this.renderableEffectsManager=new CVEffects(this),this.transformedElement=this.baseElement,this.maskedElement=this.layerElement,this.data.ln&&this.layerElement.setAttribute(\"id\",this.data.ln),this.data.cl&&this.layerElement.setAttribute(\"class\",this.data.cl),0!==this.data.bm&&this.setBlendMode()},renderElement:function(){var t=this.transformedElement?this.transformedElement.style:{};if(this.finalTransform._matMdf){var e=this.finalTransform.mat.toCSS();t.transform=e,t.webkitTransform=e}this.finalTransform._opMdf&&(t.opacity=this.finalTransform.mProp.o.v)},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},destroy:function(){this.layerElement=null,this.transformedElement=null,this.matteElement&&(this.matteElement=null),this.maskManager&&(this.maskManager.destroy(),this.maskManager=null)},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData)},addEffects:function(){},setMatte:function(){}},HBaseElement.prototype.getBaseElement=SVGBaseElement.prototype.getBaseElement,HBaseElement.prototype.destroyBaseElement=HBaseElement.prototype.destroy,HBaseElement.prototype.buildElementParenting=BaseRenderer.prototype.buildElementParenting,extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],HSolidElement),HSolidElement.prototype.createContent=function(){var t;this.data.hasMask?(t=createNS(\"rect\"),t.setAttribute(\"width\",this.data.sw),t.setAttribute(\"height\",this.data.sh),t.setAttribute(\"fill\",this.data.sc),this.svgElement.setAttribute(\"width\",this.data.sw),this.svgElement.setAttribute(\"height\",this.data.sh)):(t=createTag(\"div\"),t.style.width=this.data.sw+\"px\",t.style.height=this.data.sh+\"px\",t.style.backgroundColor=this.data.sc),this.layerElement.appendChild(t)},extendPrototype([BaseElement,TransformElement,HSolidElement,SVGShapeElement,HBaseElement,HierarchyElement,FrameElement,RenderableElement],HShapeElement),HShapeElement.prototype._renderShapeFrame=HShapeElement.prototype.renderInnerContent,HShapeElement.prototype.createContent=function(){var t;if(this.baseElement.style.fontSize=0,this.data.hasMask)this.layerElement.appendChild(this.shapesContainer),t=this.svgElement;else{t=createNS(\"svg\");var e=this.comp.data?this.comp.data:this.globalData.compSize;t.setAttribute(\"width\",e.w),t.setAttribute(\"height\",e.h),t.appendChild(this.shapesContainer),this.layerElement.appendChild(t)}this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.shapesContainer,0,[],!0),this.filterUniqueShapes(),this.shapeCont=t},HShapeElement.prototype.getTransformedPoint=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)e=t[i].mProps.v.applyToPointArray(e[0],e[1],0);return e},HShapeElement.prototype.calculateShapeBoundingBox=function(t,e){var i,r,s,a,n,o=t.sh.v,h=t.transformers,l=o._length;if(!(l<=1)){for(i=0;i<l-1;i+=1)r=this.getTransformedPoint(h,o.v[i]),s=this.getTransformedPoint(h,o.o[i]),a=this.getTransformedPoint(h,o.i[i+1]),n=this.getTransformedPoint(h,o.v[i+1]),this.checkBounds(r,s,a,n,e);o.c&&(r=this.getTransformedPoint(h,o.v[i]),s=this.getTransformedPoint(h,o.o[i]),a=this.getTransformedPoint(h,o.i[0]),n=this.getTransformedPoint(h,o.v[0]),this.checkBounds(r,s,a,n,e))}},HShapeElement.prototype.checkBounds=function(t,e,i,r,s){this.getBoundsOfCurve(t,e,i,r);var a=this.shapeBoundingBox;s.x=bmMin(a.left,s.x),s.xMax=bmMax(a.right,s.xMax),s.y=bmMin(a.top,s.y),s.yMax=bmMax(a.bottom,s.yMax)},HShapeElement.prototype.shapeBoundingBox={left:0,right:0,top:0,bottom:0},HShapeElement.prototype.tempBoundingBox={x:0,xMax:0,y:0,yMax:0,width:0,height:0},HShapeElement.prototype.getBoundsOfCurve=function(t,e,i,r){for(var s,a,n,o,h,l,p,f=[[t[0],r[0]],[t[1],r[1]]],m=0;m<2;++m)a=6*t[m]-12*e[m]+6*i[m],s=-3*t[m]+9*e[m]-9*i[m]+3*r[m],n=3*e[m]-3*t[m],a|=0,s|=0,n|=0,0===s&&0===a||(0===s?(o=-n/a,o>0&&o<1&&f[m].push(this.calculateF(o,t,e,i,r,m))):(h=a*a-4*n*s,h>=0&&(l=(-a+bmSqrt(h))/(2*s),l>0&&l<1&&f[m].push(this.calculateF(l,t,e,i,r,m)),p=(-a-bmSqrt(h))/(2*s),p>0&&p<1&&f[m].push(this.calculateF(p,t,e,i,r,m)))));this.shapeBoundingBox.left=bmMin.apply(null,f[0]),this.shapeBoundingBox.top=bmMin.apply(null,f[1]),this.shapeBoundingBox.right=bmMax.apply(null,f[0]),this.shapeBoundingBox.bottom=bmMax.apply(null,f[1])},HShapeElement.prototype.calculateF=function(t,e,i,r,s,a){return bmPow(1-t,3)*e[a]+3*bmPow(1-t,2)*t*i[a]+3*(1-t)*bmPow(t,2)*r[a]+bmPow(t,3)*s[a]},HShapeElement.prototype.calculateBoundingBox=function(t,e){var i,r=t.length;for(i=0;i<r;i+=1)t[i]&&t[i].sh?this.calculateShapeBoundingBox(t[i],e):t[i]&&t[i].it?this.calculateBoundingBox(t[i].it,e):t[i]&&t[i].style&&t[i].w&&this.expandStrokeBoundingBox(t[i].w,e)},HShapeElement.prototype.expandStrokeBoundingBox=function(t,e){var i=0;if(t.keyframes){for(var r=0;r<t.keyframes.length;r+=1){var s=t.keyframes[r].s;s>i&&(i=s)}i*=t.mult}else i=t.v*t.mult;e.x-=i,e.xMax+=i,e.y-=i,e.yMax+=i},HShapeElement.prototype.currentBoxContains=function(t){return this.currentBBox.x<=t.x&&this.currentBBox.y<=t.y&&this.currentBBox.width+this.currentBBox.x>=t.x+t.width&&this.currentBBox.height+this.currentBBox.y>=t.y+t.height},HShapeElement.prototype.renderInnerContent=function(){if(this._renderShapeFrame(),!this.hidden&&(this._isFirstFrame||this._mdf)){var t=this.tempBoundingBox,e=999999;if(t.x=e,t.xMax=-e,t.y=e,t.yMax=-e,this.calculateBoundingBox(this.itemsData,t),t.width=t.xMax<t.x?0:t.xMax-t.x,t.height=t.yMax<t.y?0:t.yMax-t.y,this.currentBoxContains(t))return;var i=!1;if(this.currentBBox.w!==t.width&&(this.currentBBox.w=t.width,this.shapeCont.setAttribute(\"width\",t.width),i=!0),this.currentBBox.h!==t.height&&(this.currentBBox.h=t.height,this.shapeCont.setAttribute(\"height\",t.height),i=!0),i||this.currentBBox.x!==t.x||this.currentBBox.y!==t.y){this.currentBBox.w=t.width,this.currentBBox.h=t.height,this.currentBBox.x=t.x,this.currentBBox.y=t.y,this.shapeCont.setAttribute(\"viewBox\",this.currentBBox.x+\" \"+this.currentBBox.y+\" \"+this.currentBBox.w+\" \"+this.currentBBox.h);var r=this.shapeCont.style,s=\"translate(\"+this.currentBBox.x+\"px,\"+this.currentBBox.y+\"px)\";r.transform=s,r.webkitTransform=s}}},extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement,ITextElement],HTextElement),HTextElement.prototype.createContent=function(){if(this.isMasked=this.checkMasks(),this.isMasked){this.renderType=\"svg\",this.compW=this.comp.data.w,this.compH=this.comp.data.h,this.svgElement.setAttribute(\"width\",this.compW),this.svgElement.setAttribute(\"height\",this.compH);var t=createNS(\"g\");this.maskedElement.appendChild(t),this.innerElem=t}else this.renderType=\"html\",this.innerElem=this.layerElement;this.checkParenting()},HTextElement.prototype.buildNewText=function(){var t=this.textProperty.currentData;this.renderedLetters=createSizedArray(t.l?t.l.length:0);var e=this.innerElem.style,i=t.fc?this.buildColor(t.fc):\"rgba(0,0,0,0)\";e.fill=i,e.color=i,t.sc&&(e.stroke=this.buildColor(t.sc),e.strokeWidth=t.sw+\"px\");var r,s,a=this.globalData.fontManager.getFontByName(t.f);if(!this.globalData.fontManager.chars)if(e.fontSize=t.finalSize+\"px\",e.lineHeight=t.finalSize+\"px\",a.fClass)this.innerElem.className=a.fClass;else{e.fontFamily=a.fFamily;var n=t.fWeight,o=t.fStyle;e.fontStyle=o,e.fontWeight=n}var h,l,p,f=t.l;s=f.length;var m,c=this.mHelper,d=\"\",u=0;for(r=0;r<s;r+=1){if(this.globalData.fontManager.chars?(this.textPaths[u]?h=this.textPaths[u]:(h=createNS(\"path\"),h.setAttribute(\"stroke-linecap\",lineCapEnum[1]),h.setAttribute(\"stroke-linejoin\",lineJoinEnum[2]),h.setAttribute(\"stroke-miterlimit\",\"4\")),this.isMasked||(this.textSpans[u]?(l=this.textSpans[u],p=l.children[0]):(l=createTag(\"div\"),l.style.lineHeight=0,p=createNS(\"svg\"),p.appendChild(h),styleDiv(l)))):this.isMasked?h=this.textPaths[u]?this.textPaths[u]:createNS(\"text\"):this.textSpans[u]?(l=this.textSpans[u],h=this.textPaths[u]):(l=createTag(\"span\"),styleDiv(l),h=createTag(\"span\"),styleDiv(h),l.appendChild(h)),this.globalData.fontManager.chars){var y,g=this.globalData.fontManager.getCharData(t.finalText[r],a.fStyle,this.globalData.fontManager.getFontByName(t.f).fFamily);if(y=g?g.data:null,c.reset(),y&&y.shapes&&y.shapes.length&&(m=y.shapes[0].it,c.scale(t.finalSize/100,t.finalSize/100),d=this.createPathShape(c,m),h.setAttribute(\"d\",d)),this.isMasked)this.innerElem.appendChild(h);else{if(this.innerElem.appendChild(l),y&&y.shapes){document.body.appendChild(p);var v=p.getBBox();p.setAttribute(\"width\",v.width+2),p.setAttribute(\"height\",v.height+2),p.setAttribute(\"viewBox\",v.x-1+\" \"+(v.y-1)+\" \"+(v.width+2)+\" \"+(v.height+2));var b=p.style,x=\"translate(\"+(v.x-1)+\"px,\"+(v.y-1)+\"px)\";b.transform=x,b.webkitTransform=x,f[r].yOffset=v.y-1}else p.setAttribute(\"width\",1),p.setAttribute(\"height\",1);l.appendChild(p)}}else if(h.textContent=f[r].val,h.setAttributeNS(\"http://www.w3.org/XML/1998/namespace\",\"xml:space\",\"preserve\"),this.isMasked)this.innerElem.appendChild(h);else{this.innerElem.appendChild(l);var P=h.style,E=\"translate3d(0,\"+-t.finalSize/1.2+\"px,0)\";P.transform=E,P.webkitTransform=E}this.isMasked?this.textSpans[u]=h:this.textSpans[u]=l,this.textSpans[u].style.display=\"block\",this.textPaths[u]=h,u+=1}while(u<this.textSpans.length)this.textSpans[u].style.display=\"none\",u+=1},HTextElement.prototype.renderInnerContent=function(){var t;if(this.validateText(),this.data.singleShape){if(!this._isFirstFrame&&!this.lettersChangedFlag)return;if(this.isMasked&&this.finalTransform._matMdf){this.svgElement.setAttribute(\"viewBox\",-this.finalTransform.mProp.p.v[0]+\" \"+-this.finalTransform.mProp.p.v[1]+\" \"+this.compW+\" \"+this.compH),t=this.svgElement.style;var e=\"translate(\"+-this.finalTransform.mProp.p.v[0]+\"px,\"+-this.finalTransform.mProp.p.v[1]+\"px)\";t.transform=e,t.webkitTransform=e}}if(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),this.lettersChangedFlag||this.textAnimator.lettersChangedFlag){var i,r,s,a,n,o=0,h=this.textAnimator.renderedLetters,l=this.textProperty.currentData.l;for(r=l.length,i=0;i<r;i+=1)l[i].n?o+=1:(a=this.textSpans[i],n=this.textPaths[i],s=h[o],o+=1,s._mdf.m&&(this.isMasked?a.setAttribute(\"transform\",s.m):(a.style.webkitTransform=s.m,a.style.transform=s.m)),a.style.opacity=s.o,s.sw&&s._mdf.sw&&n.setAttribute(\"stroke-width\",s.sw),s.sc&&s._mdf.sc&&n.setAttribute(\"stroke\",s.sc),s.fc&&s._mdf.fc&&(n.setAttribute(\"fill\",s.fc),n.style.color=s.fc));if(this.innerElem.getBBox&&!this.hidden&&(this._isFirstFrame||this._mdf)){var p=this.innerElem.getBBox();this.currentBBox.w!==p.width&&(this.currentBBox.w=p.width,this.svgElement.setAttribute(\"width\",p.width)),this.currentBBox.h!==p.height&&(this.currentBBox.h=p.height,this.svgElement.setAttribute(\"height\",p.height));var f=1;if(this.currentBBox.w!==p.width+2*f||this.currentBBox.h!==p.height+2*f||this.currentBBox.x!==p.x-f||this.currentBBox.y!==p.y-f){this.currentBBox.w=p.width+2*f,this.currentBBox.h=p.height+2*f,this.currentBBox.x=p.x-f,this.currentBBox.y=p.y-f,this.svgElement.setAttribute(\"viewBox\",this.currentBBox.x+\" \"+this.currentBBox.y+\" \"+this.currentBBox.w+\" \"+this.currentBBox.h),t=this.svgElement.style;var m=\"translate(\"+this.currentBBox.x+\"px,\"+this.currentBBox.y+\"px)\";t.transform=m,t.webkitTransform=m}}}},extendPrototype([BaseElement,FrameElement,HierarchyElement],HCameraElement),HCameraElement.prototype.setup=function(){var t,e,i,r,s=this.comp.threeDElements.length;for(t=0;t<s;t+=1)if(e=this.comp.threeDElements[t],\"3d\"===e.type){i=e.perspectiveElem.style,r=e.container.style;var a=this.pe.v+\"px\",n=\"0px 0px 0px\",o=\"matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)\";i.perspective=a,i.webkitPerspective=a,r.transformOrigin=n,r.mozTransformOrigin=n,r.webkitTransformOrigin=n,i.transform=o,i.webkitTransform=o}},HCameraElement.prototype.createElements=function(){},HCameraElement.prototype.hide=function(){},HCameraElement.prototype.renderFrame=function(){var t,e,i=this._isFirstFrame;if(this.hierarchy)for(e=this.hierarchy.length,t=0;t<e;t+=1)i=this.hierarchy[t].finalTransform.mProp._mdf||i;if(i||this.pe._mdf||this.p&&this.p._mdf||this.px&&(this.px._mdf||this.py._mdf||this.pz._mdf)||this.rx._mdf||this.ry._mdf||this.rz._mdf||this.or._mdf||this.a&&this.a._mdf){if(this.mat.reset(),this.hierarchy)for(e=this.hierarchy.length-1,t=e;t>=0;t-=1){var r=this.hierarchy[t].finalTransform.mProp;this.mat.translate(-r.p.v[0],-r.p.v[1],r.p.v[2]),this.mat.rotateX(-r.or.v[0]).rotateY(-r.or.v[1]).rotateZ(r.or.v[2]),this.mat.rotateX(-r.rx.v).rotateY(-r.ry.v).rotateZ(r.rz.v),this.mat.scale(1/r.s.v[0],1/r.s.v[1],1/r.s.v[2]),this.mat.translate(r.a.v[0],r.a.v[1],r.a.v[2])}if(this.p?this.mat.translate(-this.p.v[0],-this.p.v[1],this.p.v[2]):this.mat.translate(-this.px.v,-this.py.v,this.pz.v),this.a){var s;s=this.p?[this.p.v[0]-this.a.v[0],this.p.v[1]-this.a.v[1],this.p.v[2]-this.a.v[2]]:[this.px.v-this.a.v[0],this.py.v-this.a.v[1],this.pz.v-this.a.v[2]];var a=Math.sqrt(Math.pow(s[0],2)+Math.pow(s[1],2)+Math.pow(s[2],2)),n=[s[0]/a,s[1]/a,s[2]/a],o=Math.sqrt(n[2]*n[2]+n[0]*n[0]),h=Math.atan2(n[1],o),l=Math.atan2(n[0],-n[2]);this.mat.rotateY(l).rotateX(-h)}this.mat.rotateX(-this.rx.v).rotateY(-this.ry.v).rotateZ(this.rz.v),this.mat.rotateX(-this.or.v[0]).rotateY(-this.or.v[1]).rotateZ(this.or.v[2]),this.mat.translate(this.globalData.compSize.w/2,this.globalData.compSize.h/2,0),this.mat.translate(0,0,this.pe.v);var p=!this._prevMat.equals(this.mat);if((p||this.pe._mdf)&&this.comp.threeDElements){var f,m,c;for(e=this.comp.threeDElements.length,t=0;t<e;t+=1)if(f=this.comp.threeDElements[t],\"3d\"===f.type){if(p){var d=this.mat.toCSS();c=f.container.style,c.transform=d,c.webkitTransform=d}this.pe._mdf&&(m=f.perspectiveElem.style,m.perspective=this.pe.v+\"px\",m.webkitPerspective=this.pe.v+\"px\")}this.mat.clone(this._prevMat)}}this._isFirstFrame=!1},HCameraElement.prototype.prepareFrame=function(t){this.prepareProperties(t,!0)},HCameraElement.prototype.destroy=function(){},HCameraElement.prototype.getBaseElement=function(){return null},extendPrototype([BaseElement,TransformElement,HBaseElement,HSolidElement,HierarchyElement,FrameElement,RenderableElement],HImageElement),HImageElement.prototype.createContent=function(){var t=this.globalData.getAssetsPath(this.assetData),e=new Image;this.data.hasMask?(this.imageElem=createNS(\"image\"),this.imageElem.setAttribute(\"width\",this.assetData.w+\"px\"),this.imageElem.setAttribute(\"height\",this.assetData.h+\"px\"),this.imageElem.setAttributeNS(\"http://www.w3.org/1999/xlink\",\"href\",t),this.layerElement.appendChild(this.imageElem),this.baseElement.setAttribute(\"width\",this.assetData.w),this.baseElement.setAttribute(\"height\",this.assetData.h)):this.layerElement.appendChild(e),e.crossOrigin=\"anonymous\",e.src=t,this.data.ln&&this.baseElement.setAttribute(\"id\",this.data.ln)},extendPrototype([BaseRenderer],HybridRendererBase),HybridRendererBase.prototype.buildItem=SVGRenderer.prototype.buildItem,HybridRendererBase.prototype.checkPendingElements=function(){while(this.pendingElements.length){var t=this.pendingElements.pop();t.checkParenting()}},HybridRendererBase.prototype.appendElementInPos=function(t,e){var i=t.getBaseElement();if(i){var r=this.layers[e];if(r.ddd&&this.supports3d)this.addTo3dContainer(i,e);else if(this.threeDElements)this.addTo3dContainer(i,e);else{var s,a,n,o=0;while(o<e)this.elements[o]&&!0!==this.elements[o]&&this.elements[o].getBaseElement&&(a=this.elements[o],n=this.layers[o].ddd?this.getThreeDContainerByPos(o):a.getBaseElement(),s=n||s),o+=1;s?r.ddd&&this.supports3d||this.layerElement.insertBefore(i,s):r.ddd&&this.supports3d||this.layerElement.appendChild(i)}}},HybridRendererBase.prototype.createShape=function(t){return this.supports3d?new HShapeElement(t,this.globalData,this):new SVGShapeElement(t,this.globalData,this)},HybridRendererBase.prototype.createText=function(t){return this.supports3d?new HTextElement(t,this.globalData,this):new SVGTextLottieElement(t,this.globalData,this)},HybridRendererBase.prototype.createCamera=function(t){return this.camera=new HCameraElement(t,this.globalData,this),this.camera},HybridRendererBase.prototype.createImage=function(t){return this.supports3d?new HImageElement(t,this.globalData,this):new IImageElement(t,this.globalData,this)},HybridRendererBase.prototype.createSolid=function(t){return this.supports3d?new HSolidElement(t,this.globalData,this):new ISolidElement(t,this.globalData,this)},HybridRendererBase.prototype.createNull=SVGRenderer.prototype.createNull,HybridRendererBase.prototype.getThreeDContainerByPos=function(t){var e=0,i=this.threeDElements.length;while(e<i){if(this.threeDElements[e].startPos<=t&&this.threeDElements[e].endPos>=t)return this.threeDElements[e].perspectiveElem;e+=1}return null},HybridRendererBase.prototype.createThreeDContainer=function(t,e){var i,r,s=createTag(\"div\");styleDiv(s);var a=createTag(\"div\");if(styleDiv(a),\"3d\"===e){i=s.style,i.width=this.globalData.compSize.w+\"px\",i.height=this.globalData.compSize.h+\"px\";var n=\"50% 50%\";i.webkitTransformOrigin=n,i.mozTransformOrigin=n,i.transformOrigin=n,r=a.style;var o=\"matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)\";r.transform=o,r.webkitTransform=o}s.appendChild(a);var h={container:a,perspectiveElem:s,startPos:t,endPos:t,type:e};return this.threeDElements.push(h),h},HybridRendererBase.prototype.build3dContainers=function(){var t,e,i=this.layers.length,r=\"\";for(t=0;t<i;t+=1)this.layers[t].ddd&&3!==this.layers[t].ty?(\"3d\"!==r&&(r=\"3d\",e=this.createThreeDContainer(t,\"3d\")),e.endPos=Math.max(e.endPos,t)):(\"2d\"!==r&&(r=\"2d\",e=this.createThreeDContainer(t,\"2d\")),e.endPos=Math.max(e.endPos,t));for(i=this.threeDElements.length,t=i-1;t>=0;t-=1)this.resizerElem.appendChild(this.threeDElements[t].perspectiveElem)},HybridRendererBase.prototype.addTo3dContainer=function(t,e){var i=0,r=this.threeDElements.length;while(i<r){if(e<=this.threeDElements[i].endPos){var s,a=this.threeDElements[i].startPos;while(a<e)this.elements[a]&&this.elements[a].getBaseElement&&(s=this.elements[a].getBaseElement()),a+=1;s?this.threeDElements[i].container.insertBefore(t,s):this.threeDElements[i].container.appendChild(t);break}i+=1}},HybridRendererBase.prototype.configAnimation=function(t){var e=createTag(\"div\"),i=this.animationItem.wrapper,r=e.style;r.width=t.w+\"px\",r.height=t.h+\"px\",this.resizerElem=e,styleDiv(e),r.transformStyle=\"flat\",r.mozTransformStyle=\"flat\",r.webkitTransformStyle=\"flat\",this.renderConfig.className&&e.setAttribute(\"class\",this.renderConfig.className),i.appendChild(e),r.overflow=\"hidden\";var s=createNS(\"svg\");s.setAttribute(\"width\",\"1\"),s.setAttribute(\"height\",\"1\"),styleDiv(s),this.resizerElem.appendChild(s);var a=createNS(\"defs\");s.appendChild(a),this.data=t,this.setupGlobalData(t,s),this.globalData.defs=a,this.layers=t.layers,this.layerElement=this.resizerElem,this.build3dContainers(),this.updateContainerSize()},HybridRendererBase.prototype.destroy=function(){var t;this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=\"\"),this.animationItem.container=null,this.globalData.defs=null;var e=this.layers?this.layers.length:0;for(t=0;t<e;t+=1)this.elements[t]&&this.elements[t].destroy&&this.elements[t].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},HybridRendererBase.prototype.updateContainerSize=function(){var t,e,i,r,s=this.animationItem.wrapper.offsetWidth,a=this.animationItem.wrapper.offsetHeight,n=s/a,o=this.globalData.compSize.w/this.globalData.compSize.h;o>n?(t=s/this.globalData.compSize.w,e=s/this.globalData.compSize.w,i=0,r=(a-this.globalData.compSize.h*(s/this.globalData.compSize.w))/2):(t=a/this.globalData.compSize.h,e=a/this.globalData.compSize.h,i=(s-this.globalData.compSize.w*(a/this.globalData.compSize.h))/2,r=0);var h=this.resizerElem.style;h.webkitTransform=\"matrix3d(\"+t+\",0,0,0,0,\"+e+\",0,0,0,0,1,0,\"+i+\",\"+r+\",0,1)\",h.transform=h.webkitTransform},HybridRendererBase.prototype.renderFrame=SVGRenderer.prototype.renderFrame,HybridRendererBase.prototype.hide=function(){this.resizerElem.style.display=\"none\"},HybridRendererBase.prototype.show=function(){this.resizerElem.style.display=\"block\"},HybridRendererBase.prototype.initItems=function(){if(this.buildAllItems(),this.camera)this.camera.setup();else{var t,e=this.globalData.compSize.w,i=this.globalData.compSize.h,r=this.threeDElements.length;for(t=0;t<r;t+=1){var s=this.threeDElements[t].perspectiveElem.style;s.webkitPerspective=Math.sqrt(Math.pow(e,2)+Math.pow(i,2))+\"px\",s.perspective=s.webkitPerspective}}},HybridRendererBase.prototype.searchExtraCompositions=function(t){var e,i=t.length,r=createTag(\"div\");for(e=0;e<i;e+=1)if(t[e].xt){var s=this.createComp(t[e],r,this.globalData.comp,null);s.initExpressions(),this.globalData.projectInterface.registerComposition(s)}},extendPrototype([HybridRendererBase,ICompElement,HBaseElement],HCompElement),HCompElement.prototype._createBaseContainerElements=HCompElement.prototype.createContainerElements,HCompElement.prototype.createContainerElements=function(){this._createBaseContainerElements(),this.data.hasMask?(this.svgElement.setAttribute(\"width\",this.data.w),this.svgElement.setAttribute(\"height\",this.data.h),this.transformedElement=this.baseElement):this.transformedElement=this.layerElement},HCompElement.prototype.addTo3dContainer=function(t,e){var i,r=0;while(r<e)this.elements[r]&&this.elements[r].getBaseElement&&(i=this.elements[r].getBaseElement()),r+=1;i?this.layerElement.insertBefore(t,i):this.layerElement.appendChild(t)},HCompElement.prototype.createComp=function(t){return this.supports3d?new HCompElement(t,this.globalData,this):new SVGCompElement(t,this.globalData,this)},extendPrototype([HybridRendererBase],HybridRenderer),HybridRenderer.prototype.createComp=function(t){return this.supports3d?new HCompElement(t,this.globalData,this):new SVGCompElement(t,this.globalData,this)};var CompExpressionInterface=function(){return function(t){function e(e){var i=0,r=t.layers.length;while(i<r){if(t.layers[i].nm===e||t.layers[i].ind===e)return t.elements[i].layerInterface;i+=1}return null}return Object.defineProperty(e,\"_name\",{value:t.data.nm}),e.layer=e,e.pixelAspect=1,e.height=t.data.h||t.globalData.compSize.h,e.width=t.data.w||t.globalData.compSize.w,e.pixelAspect=1,e.frameDuration=1/t.globalData.frameRate,e.displayStartTime=0,e.numLayers=t.layers.length,e}}();function _typeof$2(t){return _typeof$2=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t},_typeof$2(t)}function seedRandom(t,e){var i,r=this,s=256,a=6,n=52,o=\"random\",h=e.pow(s,a),l=e.pow(2,n),p=2*l,f=s-1;function m(i,r,n){var f=[];r=!0===r?{entropy:!0}:r||{};var m=y(u(r.entropy?[i,v(t)]:null===i?g():i,3),f),b=new c(f),x=function(){var t=b.g(a),e=h,i=0;while(t<l)t=(t+i)*s,e*=s,i=b.g(1);while(t>=p)t/=2,e/=2,i>>>=1;return(t+i)/e};return x.int32=function(){return 0|b.g(4)},x.quick=function(){return b.g(4)/4294967296},x[\"double\"]=x,y(v(b.S),t),(r.pass||n||function(t,i,r,s){return s&&(s.S&&d(s,b),t.state=function(){return d(b,{})}),r?(e[o]=t,i):t})(x,m,\"global\"in r?r.global:this==e,r.state)}function c(t){var e,i=t.length,r=this,a=0,n=r.i=r.j=0,o=r.S=[];i||(t=[i++]);while(a<s)o[a]=a++;for(a=0;a<s;a++)o[a]=o[n=f&n+t[a%i]+(e=o[a])],o[n]=e;r.g=function(t){var e,i=0,a=r.i,n=r.j,o=r.S;while(t--)e=o[a=f&a+1],i=i*s+o[f&(o[a]=o[n=f&n+e])+(o[n]=e)];return r.i=a,r.j=n,i}}function d(t,e){return e.i=t.i,e.j=t.j,e.S=t.S.slice(),e}function u(t,e){var i,r=[],s=_typeof$2(t);if(e&&\"object\"==s)for(i in t)try{r.push(u(t[i],e-1))}catch(a){}return r.length?r:\"string\"==s?t:t+\"\\0\"}function y(t,e){var i,r=t+\"\",s=0;while(s<r.length)e[f&s]=f&(i^=19*e[f&s])+r.charCodeAt(s++);return v(e)}function g(){try{if(i)return v(i.randomBytes(s));var e=new Uint8Array(s);return(r.crypto||r.msCrypto).getRandomValues(e),v(e)}catch(o){var a=r.navigator,n=a&&a.plugins;return[+new Date,r,n,r.screen,v(t)]}}function v(t){return String.fromCharCode.apply(0,t)}e[\"seed\"+o]=m,y(e.random(),t)}function initialize$2(t){seedRandom([],t)}var propTypes={SHAPE:\"shape\"};function _typeof$1(t){return _typeof$1=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t},_typeof$1(t)}var ExpressionManager=function(){var ob={},Math=BMMath,window=null,document=null,XMLHttpRequest=null,fetch=null,frames=null,_lottieGlobal={};function resetFrame(){_lottieGlobal={}}function $bm_isInstanceOfArray(t){return t.constructor===Array||t.constructor===Float32Array}function isNumerable(t,e){return\"number\"===t||e instanceof Number||\"boolean\"===t||\"string\"===t}function $bm_neg(t){var e=_typeof$1(t);if(\"number\"===e||t instanceof Number||\"boolean\"===e)return-t;if($bm_isInstanceOfArray(t)){var i,r=t.length,s=[];for(i=0;i<r;i+=1)s[i]=-t[i];return s}return t.propType?t.v:-t}initialize$2(BMMath);var easeInBez=BezierFactory.getBezierEasing(.333,0,.833,.833,\"easeIn\").get,easeOutBez=BezierFactory.getBezierEasing(.167,.167,.667,1,\"easeOut\").get,easeInOutBez=BezierFactory.getBezierEasing(.33,0,.667,1,\"easeInOut\").get;function sum(t,e){var i=_typeof$1(t),r=_typeof$1(e);if(isNumerable(i,t)&&isNumerable(r,e)||\"string\"===i||\"string\"===r)return t+e;if($bm_isInstanceOfArray(t)&&isNumerable(r,e))return t=t.slice(0),t[0]+=e,t;if(isNumerable(i,t)&&$bm_isInstanceOfArray(e))return e=e.slice(0),e[0]=t+e[0],e;if($bm_isInstanceOfArray(t)&&$bm_isInstanceOfArray(e)){var s=0,a=t.length,n=e.length,o=[];while(s<a||s<n)(\"number\"===typeof t[s]||t[s]instanceof Number)&&(\"number\"===typeof e[s]||e[s]instanceof Number)?o[s]=t[s]+e[s]:o[s]=void 0===e[s]?t[s]:t[s]||e[s],s+=1;return o}return 0}var add=sum;function sub(t,e){var i=_typeof$1(t),r=_typeof$1(e);if(isNumerable(i,t)&&isNumerable(r,e))return\"string\"===i&&(t=parseInt(t,10)),\"string\"===r&&(e=parseInt(e,10)),t-e;if($bm_isInstanceOfArray(t)&&isNumerable(r,e))return t=t.slice(0),t[0]-=e,t;if(isNumerable(i,t)&&$bm_isInstanceOfArray(e))return e=e.slice(0),e[0]=t-e[0],e;if($bm_isInstanceOfArray(t)&&$bm_isInstanceOfArray(e)){var s=0,a=t.length,n=e.length,o=[];while(s<a||s<n)(\"number\"===typeof t[s]||t[s]instanceof Number)&&(\"number\"===typeof e[s]||e[s]instanceof Number)?o[s]=t[s]-e[s]:o[s]=void 0===e[s]?t[s]:t[s]||e[s],s+=1;return o}return 0}function mul(t,e){var i,r,s,a=_typeof$1(t),n=_typeof$1(e);if(isNumerable(a,t)&&isNumerable(n,e))return t*e;if($bm_isInstanceOfArray(t)&&isNumerable(n,e)){for(s=t.length,i=createTypedArray(\"float32\",s),r=0;r<s;r+=1)i[r]=t[r]*e;return i}if(isNumerable(a,t)&&$bm_isInstanceOfArray(e)){for(s=e.length,i=createTypedArray(\"float32\",s),r=0;r<s;r+=1)i[r]=t*e[r];return i}return 0}function div(t,e){var i,r,s,a=_typeof$1(t),n=_typeof$1(e);if(isNumerable(a,t)&&isNumerable(n,e))return t/e;if($bm_isInstanceOfArray(t)&&isNumerable(n,e)){for(s=t.length,i=createTypedArray(\"float32\",s),r=0;r<s;r+=1)i[r]=t[r]/e;return i}if(isNumerable(a,t)&&$bm_isInstanceOfArray(e)){for(s=e.length,i=createTypedArray(\"float32\",s),r=0;r<s;r+=1)i[r]=t/e[r];return i}return 0}function mod(t,e){return\"string\"===typeof t&&(t=parseInt(t,10)),\"string\"===typeof e&&(e=parseInt(e,10)),t%e}var $bm_sum=sum,$bm_sub=sub,$bm_mul=mul,$bm_div=div,$bm_mod=mod;function clamp(t,e,i){if(e>i){var r=i;i=e,e=r}return Math.min(Math.max(t,e),i)}function radiansToDegrees(t){return t/degToRads}var radians_to_degrees=radiansToDegrees;function degreesToRadians(t){return t*degToRads}var degrees_to_radians=radiansToDegrees,helperLengthArray=[0,0,0,0,0,0];function length(t,e){if(\"number\"===typeof t||t instanceof Number)return e=e||0,Math.abs(t-e);var i;e||(e=helperLengthArray);var r=Math.min(t.length,e.length),s=0;for(i=0;i<r;i+=1)s+=Math.pow(e[i]-t[i],2);return Math.sqrt(s)}function normalize(t){return div(t,length(t))}function rgbToHsl(t){var e,i,r=t[0],s=t[1],a=t[2],n=Math.max(r,s,a),o=Math.min(r,s,a),h=(n+o)/2;if(n===o)e=0,i=0;else{var l=n-o;switch(i=h>.5?l/(2-n-o):l/(n+o),n){case r:e=(s-a)/l+(s<a?6:0);break;case s:e=(a-r)/l+2;break;case a:e=(r-s)/l+4;break;default:break}e/=6}return[e,i,h,t[3]]}function hue2rgb(t,e,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?t+6*(e-t)*i:i<.5?e:i<2/3?t+(e-t)*(2/3-i)*6:t}function hslToRgb(t){var e,i,r,s=t[0],a=t[1],n=t[2];if(0===a)e=n,r=n,i=n;else{var o=n<.5?n*(1+a):n+a-n*a,h=2*n-o;e=hue2rgb(h,o,s+1/3),i=hue2rgb(h,o,s),r=hue2rgb(h,o,s-1/3)}return[e,i,r,t[3]]}function linear(t,e,i,r,s){if(void 0!==r&&void 0!==s||(r=e,s=i,e=0,i=1),i<e){var a=i;i=e,e=a}if(t<=e)return r;if(t>=i)return s;var n,o=i===e?0:(t-e)/(i-e);if(!r.length)return r+(s-r)*o;var h=r.length,l=createTypedArray(\"float32\",h);for(n=0;n<h;n+=1)l[n]=r[n]+(s[n]-r[n])*o;return l}function random(t,e){if(void 0===e&&(void 0===t?(t=0,e=1):(e=t,t=void 0)),e.length){var i,r=e.length;t||(t=createTypedArray(\"float32\",r));var s=createTypedArray(\"float32\",r),a=BMMath.random();for(i=0;i<r;i+=1)s[i]=t[i]+a*(e[i]-t[i]);return s}void 0===t&&(t=0);var n=BMMath.random();return t+n*(e-t)}function createPath(t,e,i,r){var s,a=t.length,n=shapePool.newElement();n.setPathData(!!r,a);var o,h,l=[0,0];for(s=0;s<a;s+=1)o=e&&e[s]?e[s]:l,h=i&&i[s]?i[s]:l,n.setTripleAt(t[s][0],t[s][1],h[0]+t[s][0],h[1]+t[s][1],o[0]+t[s][0],o[1]+t[s][1],s,!0);return n}function initiateExpression(elem,data,property){function noOp(t){return t}if(!elem.globalData.renderConfig.runExpressions)return noOp;var val=data.x,needsVelocity=/velocity(?![\\w\\d])/.test(val),_needsRandom=-1!==val.indexOf(\"random\"),elemType=elem.data.ty,transform,$bm_transform,content,effect,thisProperty=property;thisProperty.valueAtTime=thisProperty.getValueAtTime,Object.defineProperty(thisProperty,\"value\",{get:function(){return thisProperty.v}}),elem.comp.frameDuration=1/elem.comp.globalData.frameRate,elem.comp.displayStartTime=0;var inPoint=elem.data.ip/elem.comp.globalData.frameRate,outPoint=elem.data.op/elem.comp.globalData.frameRate,width=elem.data.sw?elem.data.sw:0,height=elem.data.sh?elem.data.sh:0,name=elem.data.nm,loopIn,loop_in,loopOut,loop_out,smooth,toWorld,fromWorld,fromComp,toComp,fromCompToSurface,position,rotation,anchorPoint,scale,thisLayer,thisComp,mask,valueAtTime,velocityAtTime,scoped_bm_rt,expression_function=eval(\"[function _expression_function(){\"+val+\";scoped_bm_rt=$bm_rt}]\")[0],numKeys=property.kf?data.k.length:0,active=!this.data||!0!==this.data.hd,wiggle=function(t,e){var i,r,s=this.pv.length?this.pv.length:1,a=createTypedArray(\"float32\",s);t=5;var n=Math.floor(time*t);i=0,r=0;while(i<n){for(r=0;r<s;r+=1)a[r]+=-e+2*e*BMMath.random();i+=1}var o=time*t,h=o-Math.floor(o),l=createTypedArray(\"float32\",s);if(s>1){for(r=0;r<s;r+=1)l[r]=this.pv[r]+a[r]+(-e+2*e*BMMath.random())*h;return l}return this.pv+a[0]+(-e+2*e*BMMath.random())*h}.bind(this);function loopInDuration(t,e){return loopIn(t,e,!0)}function loopOutDuration(t,e){return loopOut(t,e,!0)}thisProperty.loopIn&&(loopIn=thisProperty.loopIn.bind(thisProperty),loop_in=loopIn),thisProperty.loopOut&&(loopOut=thisProperty.loopOut.bind(thisProperty),loop_out=loopOut),thisProperty.smooth&&(smooth=thisProperty.smooth.bind(thisProperty)),this.getValueAtTime&&(valueAtTime=this.getValueAtTime.bind(this)),this.getVelocityAtTime&&(velocityAtTime=this.getVelocityAtTime.bind(this));var comp=elem.comp.globalData.projectInterface.bind(elem.comp.globalData.projectInterface),time,velocity,value,text,textIndex,textTotal,selectorValue;function lookAt(t,e){var i=[e[0]-t[0],e[1]-t[1],e[2]-t[2]],r=Math.atan2(i[0],Math.sqrt(i[1]*i[1]+i[2]*i[2]))/degToRads,s=-Math.atan2(i[1],i[2])/degToRads;return[s,r,0]}function easeOut(t,e,i,r,s){return applyEase(easeOutBez,t,e,i,r,s)}function easeIn(t,e,i,r,s){return applyEase(easeInBez,t,e,i,r,s)}function ease(t,e,i,r,s){return applyEase(easeInOutBez,t,e,i,r,s)}function applyEase(t,e,i,r,s,a){void 0===s?(s=i,a=r):e=(e-i)/(r-i),e>1?e=1:e<0&&(e=0);var n=t(e);if($bm_isInstanceOfArray(s)){var o,h=s.length,l=createTypedArray(\"float32\",h);for(o=0;o<h;o+=1)l[o]=(a[o]-s[o])*n+s[o];return l}return(a-s)*n+s}function nearestKey(t){var e,i,r,s=data.k.length;if(data.k.length&&\"number\"!==typeof data.k[0])if(i=-1,t*=elem.comp.globalData.frameRate,t<data.k[0].t)i=1,r=data.k[0].t;else{for(e=0;e<s-1;e+=1){if(t===data.k[e].t){i=e+1,r=data.k[e].t;break}if(t>data.k[e].t&&t<data.k[e+1].t){t-data.k[e].t>data.k[e+1].t-t?(i=e+2,r=data.k[e+1].t):(i=e+1,r=data.k[e].t);break}}-1===i&&(i=e+1,r=data.k[e].t)}else i=0,r=0;var a={};return a.index=i,a.time=r/elem.comp.globalData.frameRate,a}function key(t){var e,i,r;if(!data.k.length||\"number\"===typeof data.k[0])throw new Error(\"The property has no keyframe at index \"+t);t-=1,e={time:data.k[t].t/elem.comp.globalData.frameRate,value:[]};var s=Object.prototype.hasOwnProperty.call(data.k[t],\"s\")?data.k[t].s:data.k[t-1].e;for(r=s.length,i=0;i<r;i+=1)e[i]=s[i],e.value[i]=s[i];return e}function framesToTime(t,e){return e||(e=elem.comp.globalData.frameRate),t/e}function timeToFrames(t,e){return t||0===t||(t=time),e||(e=elem.comp.globalData.frameRate),t*e}function seedRandom(t){BMMath.seedrandom(randSeed+t)}function sourceRectAtTime(){return elem.sourceRectAtTime()}function substring(t,e){return\"string\"===typeof value?void 0===e?value.substring(t):value.substring(t,e):\"\"}function substr(t,e){return\"string\"===typeof value?void 0===e?value.substr(t):value.substr(t,e):\"\"}function posterizeTime(t){time=0===t?0:Math.floor(time*t)/t,value=valueAtTime(time)}var index=elem.data.ind,hasParent=!(!elem.hierarchy||!elem.hierarchy.length),parent,randSeed=Math.floor(1e6*Math.random()),globalData=elem.globalData;function executeExpression(t){return value=t,this.frameExpressionId===elem.globalData.frameId&&\"textSelector\"!==this.propType?value:(\"textSelector\"===this.propType&&(textIndex=this.textIndex,textTotal=this.textTotal,selectorValue=this.selectorValue),thisLayer||(text=elem.layerInterface.text,thisLayer=elem.layerInterface,thisComp=elem.comp.compInterface,toWorld=thisLayer.toWorld.bind(thisLayer),fromWorld=thisLayer.fromWorld.bind(thisLayer),fromComp=thisLayer.fromComp.bind(thisLayer),toComp=thisLayer.toComp.bind(thisLayer),mask=thisLayer.mask?thisLayer.mask.bind(thisLayer):null,fromCompToSurface=fromComp),transform||(transform=elem.layerInterface(\"ADBE Transform Group\"),$bm_transform=transform,transform&&(anchorPoint=transform.anchorPoint)),4!==elemType||content||(content=thisLayer(\"ADBE Root Vectors Group\")),effect||(effect=thisLayer(4)),hasParent=!(!elem.hierarchy||!elem.hierarchy.length),hasParent&&!parent&&(parent=elem.hierarchy[0].layerInterface),time=this.comp.renderedFrame/this.comp.globalData.frameRate,_needsRandom&&seedRandom(randSeed+time),needsVelocity&&(velocity=velocityAtTime(time)),expression_function(),this.frameExpressionId=elem.globalData.frameId,scoped_bm_rt=scoped_bm_rt.propType===propTypes.SHAPE?scoped_bm_rt.v:scoped_bm_rt,scoped_bm_rt)}return executeExpression.__preventDeadCodeRemoval=[$bm_transform,anchorPoint,time,velocity,inPoint,outPoint,width,height,name,loop_in,loop_out,smooth,toComp,fromCompToSurface,toWorld,fromWorld,mask,position,rotation,scale,thisComp,numKeys,active,wiggle,loopInDuration,loopOutDuration,comp,lookAt,easeOut,easeIn,ease,nearestKey,key,text,textIndex,textTotal,selectorValue,framesToTime,timeToFrames,sourceRectAtTime,substring,substr,posterizeTime,index,globalData],executeExpression}return ob.initiateExpression=initiateExpression,ob.__preventDeadCodeRemoval=[window,document,XMLHttpRequest,fetch,frames,$bm_neg,add,$bm_sum,$bm_sub,$bm_mul,$bm_div,$bm_mod,clamp,radians_to_degrees,degreesToRadians,degrees_to_radians,normalize,rgbToHsl,hslToRgb,linear,random,createPath,_lottieGlobal],ob.resetFrame=resetFrame,ob}(),Expressions=function(){var t={};function e(t){var e=0,i=[];function r(){e+=1}function s(){e-=1,0===e&&n()}function a(t){-1===i.indexOf(t)&&i.push(t)}function n(){var t,e=i.length;for(t=0;t<e;t+=1)i[t].release();i.length=0}t.renderer.compInterface=CompExpressionInterface(t.renderer),t.renderer.globalData.projectInterface.registerComposition(t.renderer),t.renderer.globalData.pushExpression=r,t.renderer.globalData.popExpression=s,t.renderer.globalData.registerExpressionProperty=a}return t.initExpressions=e,t.resetFrame=ExpressionManager.resetFrame,t}(),MaskManagerInterface=function(){function t(t,e){this._mask=t,this._data=e}Object.defineProperty(t.prototype,\"maskPath\",{get:function(){return this._mask.prop.k&&this._mask.prop.getValue(),this._mask.prop}}),Object.defineProperty(t.prototype,\"maskOpacity\",{get:function(){return this._mask.op.k&&this._mask.op.getValue(),100*this._mask.op.v}});var e=function(e){var i,r=createSizedArray(e.viewData.length),s=e.viewData.length;for(i=0;i<s;i+=1)r[i]=new t(e.viewData[i],e.masksProperties[i]);var a=function(t){i=0;while(i<s){if(e.masksProperties[i].nm===t)return r[i];i+=1}return null};return a};return e}(),ExpressionPropertyInterface=function(){var t={pv:0,v:0,mult:1},e={pv:[0,0,0],v:[0,0,0],mult:1};function i(t,e,i){Object.defineProperty(t,\"velocity\",{get:function(){return e.getVelocityAtTime(e.comp.currentFrame)}}),t.numKeys=e.keyframes?e.keyframes.length:0,t.key=function(r){if(!t.numKeys)return 0;var s=\"\";s=\"s\"in e.keyframes[r-1]?e.keyframes[r-1].s:\"e\"in e.keyframes[r-2]?e.keyframes[r-2].e:e.keyframes[r-2].s;var a=\"unidimensional\"===i?new Number(s):Object.assign({},s);return a.time=e.keyframes[r-1].t/e.elem.comp.globalData.frameRate,a.value=\"unidimensional\"===i?s[0]:s,a},t.valueAtTime=e.getValueAtTime,t.speedAtTime=e.getSpeedAtTime,t.velocityAtTime=e.getVelocityAtTime,t.propertyGroup=e.propertyGroup}function r(e){e&&\"pv\"in e||(e=t);var r=1/e.mult,s=e.pv*r,a=new Number(s);return a.value=s,i(a,e,\"unidimensional\"),function(){return e.k&&e.getValue(),s=e.v*r,a.value!==s&&(a=new Number(s),a.value=s,i(a,e,\"unidimensional\")),a}}function s(t){t&&\"pv\"in t||(t=e);var r=1/t.mult,s=t.data&&t.data.l||t.pv.length,a=createTypedArray(\"float32\",s),n=createTypedArray(\"float32\",s);return a.value=n,i(a,t,\"multidimensional\"),function(){t.k&&t.getValue();for(var e=0;e<s;e+=1)n[e]=t.v[e]*r,a[e]=n[e];return a}}function a(){return t}return function(t){return t?\"unidimensional\"===t.propType?r(t):s(t):a}}(),TransformExpressionInterface=function(){return function(t){function e(t){switch(t){case\"scale\":case\"Scale\":case\"ADBE Scale\":case 6:return e.scale;case\"rotation\":case\"Rotation\":case\"ADBE Rotation\":case\"ADBE Rotate Z\":case 10:return e.rotation;case\"ADBE Rotate X\":return e.xRotation;case\"ADBE Rotate Y\":return e.yRotation;case\"position\":case\"Position\":case\"ADBE Position\":case 2:return e.position;case\"ADBE Position_0\":return e.xPosition;case\"ADBE Position_1\":return e.yPosition;case\"ADBE Position_2\":return e.zPosition;case\"anchorPoint\":case\"AnchorPoint\":case\"Anchor Point\":case\"ADBE AnchorPoint\":case 1:return e.anchorPoint;case\"opacity\":case\"Opacity\":case 11:return e.opacity;default:return null}}var i,r,s,a;return Object.defineProperty(e,\"rotation\",{get:ExpressionPropertyInterface(t.r||t.rz)}),Object.defineProperty(e,\"zRotation\",{get:ExpressionPropertyInterface(t.rz||t.r)}),Object.defineProperty(e,\"xRotation\",{get:ExpressionPropertyInterface(t.rx)}),Object.defineProperty(e,\"yRotation\",{get:ExpressionPropertyInterface(t.ry)}),Object.defineProperty(e,\"scale\",{get:ExpressionPropertyInterface(t.s)}),t.p?a=ExpressionPropertyInterface(t.p):(i=ExpressionPropertyInterface(t.px),r=ExpressionPropertyInterface(t.py),t.pz&&(s=ExpressionPropertyInterface(t.pz))),Object.defineProperty(e,\"position\",{get:function(){return t.p?a():[i(),r(),s?s():0]}}),Object.defineProperty(e,\"xPosition\",{get:ExpressionPropertyInterface(t.px)}),Object.defineProperty(e,\"yPosition\",{get:ExpressionPropertyInterface(t.py)}),Object.defineProperty(e,\"zPosition\",{get:ExpressionPropertyInterface(t.pz)}),Object.defineProperty(e,\"anchorPoint\",{get:ExpressionPropertyInterface(t.a)}),Object.defineProperty(e,\"opacity\",{get:ExpressionPropertyInterface(t.o)}),Object.defineProperty(e,\"skew\",{get:ExpressionPropertyInterface(t.sk)}),Object.defineProperty(e,\"skewAxis\",{get:ExpressionPropertyInterface(t.sa)}),Object.defineProperty(e,\"orientation\",{get:ExpressionPropertyInterface(t.or)}),e}}(),LayerExpressionInterface=function(){function t(t){var e=new Matrix;if(void 0!==t){var i=this._elem.finalTransform.mProp.getValueAtTime(t);i.clone(e)}else{var r=this._elem.finalTransform.mProp;r.applyToMatrix(e)}return e}function e(t,e){var i=this.getMatrix(e);return i.props[12]=0,i.props[13]=0,i.props[14]=0,this.applyPoint(i,t)}function i(t,e){var i=this.getMatrix(e);return this.applyPoint(i,t)}function r(t,e){var i=this.getMatrix(e);return i.props[12]=0,i.props[13]=0,i.props[14]=0,this.invertPoint(i,t)}function s(t,e){var i=this.getMatrix(e);return this.invertPoint(i,t)}function a(t,e){if(this._elem.hierarchy&&this._elem.hierarchy.length){var i,r=this._elem.hierarchy.length;for(i=0;i<r;i+=1)this._elem.hierarchy[i].finalTransform.mProp.applyToMatrix(t)}return t.applyToPointArray(e[0],e[1],e[2]||0)}function n(t,e){if(this._elem.hierarchy&&this._elem.hierarchy.length){var i,r=this._elem.hierarchy.length;for(i=0;i<r;i+=1)this._elem.hierarchy[i].finalTransform.mProp.applyToMatrix(t)}return t.inversePoint(e)}function o(t){var e=new Matrix;if(e.reset(),this._elem.finalTransform.mProp.applyToMatrix(e),this._elem.hierarchy&&this._elem.hierarchy.length){var i,r=this._elem.hierarchy.length;for(i=0;i<r;i+=1)this._elem.hierarchy[i].finalTransform.mProp.applyToMatrix(e);return e.inversePoint(t)}return e.inversePoint(t)}function h(){return[1,1,1,1]}return function(l){var p;function f(t){c.mask=new MaskManagerInterface(t,l)}function m(t){c.effect=t}function c(t){switch(t){case\"ADBE Root Vectors Group\":case\"Contents\":case 2:return c.shapeInterface;case 1:case 6:case\"Transform\":case\"transform\":case\"ADBE Transform Group\":return p;case 4:case\"ADBE Effect Parade\":case\"effects\":case\"Effects\":return c.effect;case\"ADBE Text Properties\":return c.textInterface;default:return null}}c.getMatrix=t,c.invertPoint=n,c.applyPoint=a,c.toWorld=i,c.toWorldVec=e,c.fromWorld=s,c.fromWorldVec=r,c.toComp=i,c.fromComp=o,c.sampleImage=h,c.sourceRectAtTime=l.sourceRectAtTime.bind(l),c._elem=l,p=TransformExpressionInterface(l.finalTransform.mProp);var d=getDescriptor(p,\"anchorPoint\");return Object.defineProperties(c,{hasParent:{get:function(){return l.hierarchy.length}},parent:{get:function(){return l.hierarchy[0].layerInterface}},rotation:getDescriptor(p,\"rotation\"),scale:getDescriptor(p,\"scale\"),position:getDescriptor(p,\"position\"),opacity:getDescriptor(p,\"opacity\"),anchorPoint:d,anchor_point:d,transform:{get:function(){return p}},active:{get:function(){return l.isInRange}}}),c.startTime=l.data.st,c.index=l.data.ind,c.source=l.data.refId,c.height=0===l.data.ty?l.data.h:100,c.width=0===l.data.ty?l.data.w:100,c.inPoint=l.data.ip/l.comp.globalData.frameRate,c.outPoint=l.data.op/l.comp.globalData.frameRate,c._name=l.data.nm,c.registerMaskInterface=f,c.registerEffectsInterface=m,c}}(),propertyGroupFactory=function(){return function(t,e){return function(i){return i=void 0===i?1:i,i<=0?t:e(i-1)}}}(),PropertyInterface=function(){return function(t,e){var i={_name:t};function r(t){return t=void 0===t?1:t,t<=0?i:e(t-1)}return r}}(),EffectsExpressionInterface=function(){var t={createEffectsInterface:e};function e(t,e){if(t.effectsManager){var r,s=[],a=t.data.ef,n=t.effectsManager.effectElements.length;for(r=0;r<n;r+=1)s.push(i(a[r],t.effectsManager.effectElements[r],e,t));var o=t.data.ef||[],h=function(t){r=0,n=o.length;while(r<n){if(t===o[r].nm||t===o[r].mn||t===o[r].ix)return s[r];r+=1}return null};return Object.defineProperty(h,\"numProperties\",{get:function(){return o.length}}),h}return null}function i(t,e,s,a){function n(e){var i=t.ef,r=0,s=i.length;while(r<s){if(e===i[r].nm||e===i[r].mn||e===i[r].ix)return 5===i[r].ty?l[r]:l[r]();r+=1}throw new Error}var o,h=propertyGroupFactory(n,s),l=[],p=t.ef.length;for(o=0;o<p;o+=1)5===t.ef[o].ty?l.push(i(t.ef[o],e.effectElements[o],e.effectElements[o].propertyGroup,a)):l.push(r(e.effectElements[o],t.ef[o].ty,a,h));return\"ADBE Color Control\"===t.mn&&Object.defineProperty(n,\"color\",{get:function(){return l[0]()}}),Object.defineProperties(n,{numProperties:{get:function(){return t.np}},_name:{value:t.nm},propertyGroup:{value:h}}),n.enabled=0!==t.en,n.active=n.enabled,n}function r(t,e,i,r){var s=ExpressionPropertyInterface(t.p);function a(){return 10===e?i.comp.compInterface(t.p.v):s()}return t.p.setGroupProperty&&t.p.setGroupProperty(PropertyInterface(\"\",r)),a}return t}(),ShapePathInterface=function(){return function(t,e,i){var r=e.sh;function s(t){return\"Shape\"===t||\"shape\"===t||\"Path\"===t||\"path\"===t||\"ADBE Vector Shape\"===t||2===t?s.path:null}var a=propertyGroupFactory(s,i);return r.setGroupProperty(PropertyInterface(\"Path\",a)),Object.defineProperties(s,{path:{get:function(){return r.k&&r.getValue(),r}},shape:{get:function(){return r.k&&r.getValue(),r}},_name:{value:t.nm},ix:{value:t.ix},propertyIndex:{value:t.ix},mn:{value:t.mn},propertyGroup:{value:i}}),s}}(),ShapeExpressionInterface=function(){function t(t,e,h){var d,u=[],y=t?t.length:0;for(d=0;d<y;d+=1)\"gr\"===t[d].ty?u.push(i(t[d],e[d],h)):\"fl\"===t[d].ty?u.push(r(t[d],e[d],h)):\"st\"===t[d].ty?u.push(n(t[d],e[d],h)):\"tm\"===t[d].ty?u.push(o(t[d],e[d],h)):\"tr\"===t[d].ty||(\"el\"===t[d].ty?u.push(l(t[d],e[d],h)):\"sr\"===t[d].ty?u.push(p(t[d],e[d],h)):\"sh\"===t[d].ty?u.push(ShapePathInterface(t[d],e[d],h)):\"rc\"===t[d].ty?u.push(f(t[d],e[d],h)):\"rd\"===t[d].ty?u.push(m(t[d],e[d],h)):\"rp\"===t[d].ty?u.push(c(t[d],e[d],h)):\"gf\"===t[d].ty?u.push(s(t[d],e[d],h)):u.push(a(t[d],e[d],h)));return u}function e(e,i,r){var s,a=function(t){var e=0,i=s.length;while(e<i){if(s[e]._name===t||s[e].mn===t||s[e].propertyIndex===t||s[e].ix===t||s[e].ind===t)return s[e];e+=1}return\"number\"===typeof t?s[t-1]:null};a.propertyGroup=propertyGroupFactory(a,r),s=t(e.it,i.it,a.propertyGroup),a.numProperties=s.length;var n=h(e.it[e.it.length-1],i.it[i.it.length-1],a.propertyGroup);return a.transform=n,a.propertyIndex=e.cix,a._name=e.nm,a}function i(t,i,r){var s=function(t){switch(t){case\"ADBE Vectors Group\":case\"Contents\":case 2:return s.content;default:return s.transform}};s.propertyGroup=propertyGroupFactory(s,r);var a=e(t,i,s.propertyGroup),n=h(t.it[t.it.length-1],i.it[i.it.length-1],s.propertyGroup);return s.content=a,s.transform=n,Object.defineProperty(s,\"_name\",{get:function(){return t.nm}}),s.numProperties=t.np,s.propertyIndex=t.ix,s.nm=t.nm,s.mn=t.mn,s}function r(t,e,i){function r(t){return\"Color\"===t||\"color\"===t?r.color:\"Opacity\"===t||\"opacity\"===t?r.opacity:null}return Object.defineProperties(r,{color:{get:ExpressionPropertyInterface(e.c)},opacity:{get:ExpressionPropertyInterface(e.o)},_name:{value:t.nm},mn:{value:t.mn}}),e.c.setGroupProperty(PropertyInterface(\"Color\",i)),e.o.setGroupProperty(PropertyInterface(\"Opacity\",i)),r}function s(t,e,i){function r(t){return\"Start Point\"===t||\"start point\"===t?r.startPoint:\"End Point\"===t||\"end point\"===t?r.endPoint:\"Opacity\"===t||\"opacity\"===t?r.opacity:null}return Object.defineProperties(r,{startPoint:{get:ExpressionPropertyInterface(e.s)},endPoint:{get:ExpressionPropertyInterface(e.e)},opacity:{get:ExpressionPropertyInterface(e.o)},type:{get:function(){return\"a\"}},_name:{value:t.nm},mn:{value:t.mn}}),e.s.setGroupProperty(PropertyInterface(\"Start Point\",i)),e.e.setGroupProperty(PropertyInterface(\"End Point\",i)),e.o.setGroupProperty(PropertyInterface(\"Opacity\",i)),r}function a(){function t(){return null}return t}function n(t,e,i){var r,s=propertyGroupFactory(l,i),a=propertyGroupFactory(h,s);function n(i){Object.defineProperty(h,t.d[i].nm,{get:ExpressionPropertyInterface(e.d.dataProps[i].p)})}var o=t.d?t.d.length:0,h={};for(r=0;r<o;r+=1)n(r),e.d.dataProps[r].p.setGroupProperty(a);function l(t){return\"Color\"===t||\"color\"===t?l.color:\"Opacity\"===t||\"opacity\"===t?l.opacity:\"Stroke Width\"===t||\"stroke width\"===t?l.strokeWidth:null}return Object.defineProperties(l,{color:{get:ExpressionPropertyInterface(e.c)},opacity:{get:ExpressionPropertyInterface(e.o)},strokeWidth:{get:ExpressionPropertyInterface(e.w)},dash:{get:function(){return h}},_name:{value:t.nm},mn:{value:t.mn}}),e.c.setGroupProperty(PropertyInterface(\"Color\",s)),e.o.setGroupProperty(PropertyInterface(\"Opacity\",s)),e.w.setGroupProperty(PropertyInterface(\"Stroke Width\",s)),l}function o(t,e,i){function r(e){return e===t.e.ix||\"End\"===e||\"end\"===e?r.end:e===t.s.ix?r.start:e===t.o.ix?r.offset:null}var s=propertyGroupFactory(r,i);return r.propertyIndex=t.ix,e.s.setGroupProperty(PropertyInterface(\"Start\",s)),e.e.setGroupProperty(PropertyInterface(\"End\",s)),e.o.setGroupProperty(PropertyInterface(\"Offset\",s)),r.propertyIndex=t.ix,r.propertyGroup=i,Object.defineProperties(r,{start:{get:ExpressionPropertyInterface(e.s)},end:{get:ExpressionPropertyInterface(e.e)},offset:{get:ExpressionPropertyInterface(e.o)},_name:{value:t.nm}}),r.mn=t.mn,r}function h(t,e,i){function r(e){return t.a.ix===e||\"Anchor Point\"===e?r.anchorPoint:t.o.ix===e||\"Opacity\"===e?r.opacity:t.p.ix===e||\"Position\"===e?r.position:t.r.ix===e||\"Rotation\"===e||\"ADBE Vector Rotation\"===e?r.rotation:t.s.ix===e||\"Scale\"===e?r.scale:t.sk&&t.sk.ix===e||\"Skew\"===e?r.skew:t.sa&&t.sa.ix===e||\"Skew Axis\"===e?r.skewAxis:null}var s=propertyGroupFactory(r,i);return e.transform.mProps.o.setGroupProperty(PropertyInterface(\"Opacity\",s)),e.transform.mProps.p.setGroupProperty(PropertyInterface(\"Position\",s)),e.transform.mProps.a.setGroupProperty(PropertyInterface(\"Anchor Point\",s)),e.transform.mProps.s.setGroupProperty(PropertyInterface(\"Scale\",s)),e.transform.mProps.r.setGroupProperty(PropertyInterface(\"Rotation\",s)),e.transform.mProps.sk&&(e.transform.mProps.sk.setGroupProperty(PropertyInterface(\"Skew\",s)),e.transform.mProps.sa.setGroupProperty(PropertyInterface(\"Skew Angle\",s))),e.transform.op.setGroupProperty(PropertyInterface(\"Opacity\",s)),Object.defineProperties(r,{opacity:{get:ExpressionPropertyInterface(e.transform.mProps.o)},position:{get:ExpressionPropertyInterface(e.transform.mProps.p)},anchorPoint:{get:ExpressionPropertyInterface(e.transform.mProps.a)},scale:{get:ExpressionPropertyInterface(e.transform.mProps.s)},rotation:{get:ExpressionPropertyInterface(e.transform.mProps.r)},skew:{get:ExpressionPropertyInterface(e.transform.mProps.sk)},skewAxis:{get:ExpressionPropertyInterface(e.transform.mProps.sa)},_name:{value:t.nm}}),r.ty=\"tr\",r.mn=t.mn,r.propertyGroup=i,r}function l(t,e,i){function r(e){return t.p.ix===e?r.position:t.s.ix===e?r.size:null}var s=propertyGroupFactory(r,i);r.propertyIndex=t.ix;var a=\"tm\"===e.sh.ty?e.sh.prop:e.sh;return a.s.setGroupProperty(PropertyInterface(\"Size\",s)),a.p.setGroupProperty(PropertyInterface(\"Position\",s)),Object.defineProperties(r,{size:{get:ExpressionPropertyInterface(a.s)},position:{get:ExpressionPropertyInterface(a.p)},_name:{value:t.nm}}),r.mn=t.mn,r}function p(t,e,i){function r(e){return t.p.ix===e?r.position:t.r.ix===e?r.rotation:t.pt.ix===e?r.points:t.or.ix===e||\"ADBE Vector Star Outer Radius\"===e?r.outerRadius:t.os.ix===e?r.outerRoundness:!t.ir||t.ir.ix!==e&&\"ADBE Vector Star Inner Radius\"!==e?t.is&&t.is.ix===e?r.innerRoundness:null:r.innerRadius}var s=propertyGroupFactory(r,i),a=\"tm\"===e.sh.ty?e.sh.prop:e.sh;return r.propertyIndex=t.ix,a.or.setGroupProperty(PropertyInterface(\"Outer Radius\",s)),a.os.setGroupProperty(PropertyInterface(\"Outer Roundness\",s)),a.pt.setGroupProperty(PropertyInterface(\"Points\",s)),a.p.setGroupProperty(PropertyInterface(\"Position\",s)),a.r.setGroupProperty(PropertyInterface(\"Rotation\",s)),t.ir&&(a.ir.setGroupProperty(PropertyInterface(\"Inner Radius\",s)),a.is.setGroupProperty(PropertyInterface(\"Inner Roundness\",s))),Object.defineProperties(r,{position:{get:ExpressionPropertyInterface(a.p)},rotation:{get:ExpressionPropertyInterface(a.r)},points:{get:ExpressionPropertyInterface(a.pt)},outerRadius:{get:ExpressionPropertyInterface(a.or)},outerRoundness:{get:ExpressionPropertyInterface(a.os)},innerRadius:{get:ExpressionPropertyInterface(a.ir)},innerRoundness:{get:ExpressionPropertyInterface(a.is)},_name:{value:t.nm}}),r.mn=t.mn,r}function f(t,e,i){function r(e){return t.p.ix===e?r.position:t.r.ix===e?r.roundness:t.s.ix===e||\"Size\"===e||\"ADBE Vector Rect Size\"===e?r.size:null}var s=propertyGroupFactory(r,i),a=\"tm\"===e.sh.ty?e.sh.prop:e.sh;return r.propertyIndex=t.ix,a.p.setGroupProperty(PropertyInterface(\"Position\",s)),a.s.setGroupProperty(PropertyInterface(\"Size\",s)),a.r.setGroupProperty(PropertyInterface(\"Rotation\",s)),Object.defineProperties(r,{position:{get:ExpressionPropertyInterface(a.p)},roundness:{get:ExpressionPropertyInterface(a.r)},size:{get:ExpressionPropertyInterface(a.s)},_name:{value:t.nm}}),r.mn=t.mn,r}function m(t,e,i){function r(e){return t.r.ix===e||\"Round Corners 1\"===e?r.radius:null}var s=propertyGroupFactory(r,i),a=e;return r.propertyIndex=t.ix,a.rd.setGroupProperty(PropertyInterface(\"Radius\",s)),Object.defineProperties(r,{radius:{get:ExpressionPropertyInterface(a.rd)},_name:{value:t.nm}}),r.mn=t.mn,r}function c(t,e,i){function r(e){return t.c.ix===e||\"Copies\"===e?r.copies:t.o.ix===e||\"Offset\"===e?r.offset:null}var s=propertyGroupFactory(r,i),a=e;return r.propertyIndex=t.ix,a.c.setGroupProperty(PropertyInterface(\"Copies\",s)),a.o.setGroupProperty(PropertyInterface(\"Offset\",s)),Object.defineProperties(r,{copies:{get:ExpressionPropertyInterface(a.c)},offset:{get:ExpressionPropertyInterface(a.o)},_name:{value:t.nm}}),r.mn=t.mn,r}return function(e,i,r){var s;function a(t){if(\"number\"===typeof t)return t=void 0===t?1:t,0===t?r:s[t-1];var e=0,i=s.length;while(e<i){if(s[e]._name===t)return s[e];e+=1}return null}function n(){return r}return a.propertyGroup=propertyGroupFactory(a,n),s=t(e,i,a.propertyGroup),a.numProperties=s.length,a._name=\"Contents\",a}}(),TextExpressionInterface=function(){return function(t){var e;function i(t){switch(t){case\"ADBE Text Document\":return i.sourceText;default:return null}}return Object.defineProperty(i,\"sourceText\",{get:function(){t.textProperty.getValue();var i=t.textProperty.currentData.t;return e&&i===e.value||(e=new String(i),e.value=i||new String(i),Object.defineProperty(e,\"style\",{get:function(){return{fillColor:t.textProperty.currentData.fc}}})),e}}),i}}();function _typeof(t){return _typeof=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&\"function\"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?\"symbol\":typeof t},_typeof(t)}var FootageInterface=function(){var t=function(t){var e=\"\",i=t.getFootageData();function r(){return e=\"\",i=t.getFootageData(),s}function s(t){if(i[t])return e=t,i=i[t],\"object\"===_typeof(i)?s:i;var r=t.indexOf(e);if(-1!==r){var a=parseInt(t.substr(r+e.length),10);return i=i[a],\"object\"===_typeof(i)?s:i}return\"\"}return r},e=function(e){function i(t){return\"Outline\"===t?i.outlineInterface():null}return i._name=\"Outline\",i.outlineInterface=t(e),i};return function(t){function i(t){return\"Data\"===t?i.dataInterface:null}return i._name=\"Data\",i.dataInterface=e(t),i}}(),interfaces={layer:LayerExpressionInterface,effects:EffectsExpressionInterface,comp:CompExpressionInterface,shape:ShapeExpressionInterface,text:TextExpressionInterface,footage:FootageInterface};function getInterface(t){return interfaces[t]||null}var expressionHelpers=function(){function t(t,e,i){e.x&&(i.k=!0,i.x=!0,i.initiateExpression=ExpressionManager.initiateExpression,i.effectsSequence.push(i.initiateExpression(t,e,i).bind(i)))}function e(t){return t*=this.elem.globalData.frameRate,t-=this.offsetTime,t!==this._cachingAtTime.lastFrame&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastFrame<t?this._cachingAtTime.lastIndex:0,this._cachingAtTime.value=this.interpolateValue(t,this._cachingAtTime),this._cachingAtTime.lastFrame=t),this._cachingAtTime.value}function i(t){var e=-.01,i=this.getValueAtTime(t),r=this.getValueAtTime(t+e),s=0;if(i.length){var a;for(a=0;a<i.length;a+=1)s+=Math.pow(r[a]-i[a],2);s=100*Math.sqrt(s)}else s=0;return s}function r(t){if(void 0!==this.vel)return this.vel;var e,i,r=-.001,s=this.getValueAtTime(t),a=this.getValueAtTime(t+r);if(s.length)for(e=createTypedArray(\"float32\",s.length),i=0;i<s.length;i+=1)e[i]=(a[i]-s[i])/r;else e=(a-s)/r;return e}function s(){return this.pv}function a(t){this.propertyGroup=t}return{searchExpressions:t,getSpeedAtTime:i,getVelocityAtTime:r,getValueAtTime:e,getStaticValueAtTime:s,setGroupProperty:a}}();function addPropertyDecorator(){function t(t,e,i){if(!this.k||!this.keyframes)return this.pv;t=t?t.toLowerCase():\"\";var r,s,a,n,o,h=this.comp.renderedFrame,l=this.keyframes,p=l[l.length-1].t;if(h<=p)return this.pv;if(i?(r=e?Math.abs(p-this.elem.comp.globalData.frameRate*e):Math.max(0,p-this.elem.data.ip),s=p-r):((!e||e>l.length-1)&&(e=l.length-1),s=l[l.length-1-e].t,r=p-s),\"pingpong\"===t){var f=Math.floor((h-s)/r);if(f%2!==0)return this.getValueAtTime((r-(h-s)%r+s)/this.comp.globalData.frameRate,0)}else{if(\"offset\"===t){var m=this.getValueAtTime(s/this.comp.globalData.frameRate,0),c=this.getValueAtTime(p/this.comp.globalData.frameRate,0),d=this.getValueAtTime(((h-s)%r+s)/this.comp.globalData.frameRate,0),u=Math.floor((h-s)/r);if(this.pv.length){for(o=new Array(m.length),n=o.length,a=0;a<n;a+=1)o[a]=(c[a]-m[a])*u+d[a];return o}return(c-m)*u+d}if(\"continue\"===t){var y=this.getValueAtTime(p/this.comp.globalData.frameRate,0),g=this.getValueAtTime((p-.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(o=new Array(y.length),n=o.length,a=0;a<n;a+=1)o[a]=y[a]+(y[a]-g[a])*((h-p)/this.comp.globalData.frameRate)/5e-4;return o}return y+(h-p)/.001*(y-g)}}return this.getValueAtTime(((h-s)%r+s)/this.comp.globalData.frameRate,0)}function e(t,e,i){if(!this.k)return this.pv;t=t?t.toLowerCase():\"\";var r,s,a,n,o,h=this.comp.renderedFrame,l=this.keyframes,p=l[0].t;if(h>=p)return this.pv;if(i?(r=e?Math.abs(this.elem.comp.globalData.frameRate*e):Math.max(0,this.elem.data.op-p),s=p+r):((!e||e>l.length-1)&&(e=l.length-1),s=l[e].t,r=s-p),\"pingpong\"===t){var f=Math.floor((p-h)/r);if(f%2===0)return this.getValueAtTime(((p-h)%r+p)/this.comp.globalData.frameRate,0)}else{if(\"offset\"===t){var m=this.getValueAtTime(p/this.comp.globalData.frameRate,0),c=this.getValueAtTime(s/this.comp.globalData.frameRate,0),d=this.getValueAtTime((r-(p-h)%r+p)/this.comp.globalData.frameRate,0),u=Math.floor((p-h)/r)+1;if(this.pv.length){for(o=new Array(m.length),n=o.length,a=0;a<n;a+=1)o[a]=d[a]-(c[a]-m[a])*u;return o}return d-(c-m)*u}if(\"continue\"===t){var y=this.getValueAtTime(p/this.comp.globalData.frameRate,0),g=this.getValueAtTime((p+.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(o=new Array(y.length),n=o.length,a=0;a<n;a+=1)o[a]=y[a]+(y[a]-g[a])*(p-h)/.001;return o}return y+(y-g)*(p-h)/.001}}return this.getValueAtTime((r-((p-h)%r+p))/this.comp.globalData.frameRate,0)}function i(t,e){if(!this.k)return this.pv;if(t=.5*(t||.4),e=Math.floor(e||5),e<=1)return this.pv;var i,r,s=this.comp.renderedFrame/this.comp.globalData.frameRate,a=s-t,n=s+t,o=e>1?(n-a)/(e-1):1,h=0,l=0;i=this.pv.length?createTypedArray(\"float32\",this.pv.length):0;while(h<e){if(r=this.getValueAtTime(a+h*o),this.pv.length)for(l=0;l<this.pv.length;l+=1)i[l]+=r[l];else i+=r;h+=1}if(this.pv.length)for(l=0;l<this.pv.length;l+=1)i[l]/=e;else i/=e;return i}function r(t){this._transformCachingAtTime||(this._transformCachingAtTime={v:new Matrix});var e=this._transformCachingAtTime.v;if(e.cloneFromProps(this.pre.props),this.appliedTransformations<1){var i=this.a.getValueAtTime(t);e.translate(-i[0]*this.a.mult,-i[1]*this.a.mult,i[2]*this.a.mult)}if(this.appliedTransformations<2){var r=this.s.getValueAtTime(t);e.scale(r[0]*this.s.mult,r[1]*this.s.mult,r[2]*this.s.mult)}if(this.sk&&this.appliedTransformations<3){var s=this.sk.getValueAtTime(t),a=this.sa.getValueAtTime(t);e.skewFromAxis(-s*this.sk.mult,a*this.sa.mult)}if(this.r&&this.appliedTransformations<4){var n=this.r.getValueAtTime(t);e.rotate(-n*this.r.mult)}else if(!this.r&&this.appliedTransformations<4){var o=this.rz.getValueAtTime(t),h=this.ry.getValueAtTime(t),l=this.rx.getValueAtTime(t),p=this.or.getValueAtTime(t);e.rotateZ(-o*this.rz.mult).rotateY(h*this.ry.mult).rotateX(l*this.rx.mult).rotateZ(-p[2]*this.or.mult).rotateY(p[1]*this.or.mult).rotateX(p[0]*this.or.mult)}if(this.data.p&&this.data.p.s){var f=this.px.getValueAtTime(t),m=this.py.getValueAtTime(t);if(this.data.p.z){var c=this.pz.getValueAtTime(t);e.translate(f*this.px.mult,m*this.py.mult,-c*this.pz.mult)}else e.translate(f*this.px.mult,m*this.py.mult,0)}else{var d=this.p.getValueAtTime(t);e.translate(d[0]*this.p.mult,d[1]*this.p.mult,-d[2]*this.p.mult)}return e}function s(){return this.v.clone(new Matrix)}var a=TransformPropertyFactory.getTransformProperty;TransformPropertyFactory.getTransformProperty=function(t,e,i){var n=a(t,e,i);return n.dynamicProperties.length?n.getValueAtTime=r.bind(n):n.getValueAtTime=s.bind(n),n.setGroupProperty=expressionHelpers.setGroupProperty,n};var n=PropertyFactory.getProp;function o(t){return this._cachingAtTime||(this._cachingAtTime={shapeValue:shapePool.clone(this.pv),lastIndex:0,lastTime:initialDefaultFrame}),t*=this.elem.globalData.frameRate,t-=this.offsetTime,t!==this._cachingAtTime.lastTime&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastTime<t?this._caching.lastIndex:0,this._cachingAtTime.lastTime=t,this.interpolateShape(t,this._cachingAtTime.shapeValue,this._cachingAtTime)),this._cachingAtTime.shapeValue}PropertyFactory.getProp=function(r,s,a,o,h){var l=n(r,s,a,o,h);l.kf?l.getValueAtTime=expressionHelpers.getValueAtTime.bind(l):l.getValueAtTime=expressionHelpers.getStaticValueAtTime.bind(l),l.setGroupProperty=expressionHelpers.setGroupProperty,l.loopOut=t,l.loopIn=e,l.smooth=i,l.getVelocityAtTime=expressionHelpers.getVelocityAtTime.bind(l),l.getSpeedAtTime=expressionHelpers.getSpeedAtTime.bind(l),l.numKeys=1===s.a?s.k.length:0,l.propertyIndex=s.ix;var p=0;return 0!==a&&(p=createTypedArray(\"float32\",1===s.a?s.k[0].s.length:s.k.length)),l._cachingAtTime={lastFrame:initialDefaultFrame,lastIndex:0,value:p},expressionHelpers.searchExpressions(r,s,l),l.k&&h.addDynamicProperty(l),l};var h=ShapePropertyFactory.getConstructorFunction(),l=ShapePropertyFactory.getKeyframedConstructorFunction();function p(){}p.prototype={vertices:function(t,e){this.k&&this.getValue();var i,r=this.v;void 0!==e&&(r=this.getValueAtTime(e,0));var s=r._length,a=r[t],n=r.v,o=createSizedArray(s);for(i=0;i<s;i+=1)o[i]=\"i\"===t||\"o\"===t?[a[i][0]-n[i][0],a[i][1]-n[i][1]]:[a[i][0],a[i][1]];return o},points:function(t){return this.vertices(\"v\",t)},inTangents:function(t){return this.vertices(\"i\",t)},outTangents:function(t){return this.vertices(\"o\",t)},isClosed:function(){return this.v.c},pointOnPath:function(t,e){var i=this.v;void 0!==e&&(i=this.getValueAtTime(e,0)),this._segmentsLength||(this._segmentsLength=bez.getSegmentsLength(i));var r,s=this._segmentsLength,a=s.lengths,n=s.totalLength*t,o=0,h=a.length,l=0;while(o<h){if(l+a[o].addedLength>n){var p=o,f=i.c&&o===h-1?0:o+1,m=(n-l)/a[o].addedLength;r=bez.getPointInSegment(i.v[p],i.v[f],i.o[p],i.i[f],m,a[o]);break}l+=a[o].addedLength,o+=1}return r||(r=i.c?[i.v[0][0],i.v[0][1]]:[i.v[i._length-1][0],i.v[i._length-1][1]]),r},vectorOnPath:function(t,e,i){1==t?t=this.v.c:0==t&&(t=.999);var r=this.pointOnPath(t,e),s=this.pointOnPath(t+.001,e),a=s[0]-r[0],n=s[1]-r[1],o=Math.sqrt(Math.pow(a,2)+Math.pow(n,2));if(0===o)return[0,0];var h=\"tangent\"===i?[a/o,n/o]:[-n/o,a/o];return h},tangentOnPath:function(t,e){return this.vectorOnPath(t,e,\"tangent\")},normalOnPath:function(t,e){return this.vectorOnPath(t,e,\"normal\")},setGroupProperty:expressionHelpers.setGroupProperty,getValueAtTime:expressionHelpers.getStaticValueAtTime},extendPrototype([p],h),extendPrototype([p],l),l.prototype.getValueAtTime=o,l.prototype.initiateExpression=ExpressionManager.initiateExpression;var f=ShapePropertyFactory.getShapeProp;ShapePropertyFactory.getShapeProp=function(t,e,i,r,s){var a=f(t,e,i,r,s);return a.propertyIndex=e.ix,a.lock=!1,3===i?expressionHelpers.searchExpressions(t,e.pt,a):4===i&&expressionHelpers.searchExpressions(t,e.ks,a),a.k&&t.addDynamicProperty(a),a}}function initialize$1(){addPropertyDecorator()}function addDecorator(){function t(){return this.data.d.x?(this.calculateExpression=ExpressionManager.initiateExpression.bind(this)(this.elem,this.data.d,this),this.addEffect(this.getExpressionValue.bind(this)),!0):null}TextProperty.prototype.getExpressionValue=function(t,e){var i=this.calculateExpression(e);if(t.t!==i){var r={};return this.copyData(r,t),r.t=i.toString(),r.__complete=!1,r}return t},TextProperty.prototype.searchProperty=function(){var t=this.searchKeyframes(),e=this.searchExpressions();return this.kf=t||e,this.kf},TextProperty.prototype.searchExpressions=t}function initialize(){addDecorator()}function SVGComposableEffect(){}SVGComposableEffect.prototype={createMergeNode:function(t,e){var i,r,s=createNS(\"feMerge\");for(s.setAttribute(\"result\",t),r=0;r<e.length;r+=1)i=createNS(\"feMergeNode\"),i.setAttribute(\"in\",e[r]),s.appendChild(i),s.appendChild(i);return s}};var linearFilterValue=\"0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0\";function SVGTintFilter(t,e,i,r,s){this.filterManager=e;var a=createNS(\"feColorMatrix\");a.setAttribute(\"type\",\"matrix\"),a.setAttribute(\"color-interpolation-filters\",\"linearRGB\"),a.setAttribute(\"values\",linearFilterValue+\" 1 0\"),this.linearFilter=a,a.setAttribute(\"result\",r+\"_tint_1\"),t.appendChild(a),a=createNS(\"feColorMatrix\"),a.setAttribute(\"type\",\"matrix\"),a.setAttribute(\"color-interpolation-filters\",\"sRGB\"),a.setAttribute(\"values\",\"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0\"),a.setAttribute(\"result\",r+\"_tint_2\"),t.appendChild(a),this.matrixFilter=a;var n=this.createMergeNode(r,[s,r+\"_tint_1\",r+\"_tint_2\"]);t.appendChild(n)}function SVGFillFilter(t,e,i,r){this.filterManager=e;var s=createNS(\"feColorMatrix\");s.setAttribute(\"type\",\"matrix\"),s.setAttribute(\"color-interpolation-filters\",\"sRGB\"),s.setAttribute(\"values\",\"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0\"),s.setAttribute(\"result\",r),t.appendChild(s),this.matrixFilter=s}function SVGStrokeEffect(t,e,i){this.initialized=!1,this.filterManager=e,this.elem=i,this.paths=[]}function SVGTritoneFilter(t,e,i,r){this.filterManager=e;var s=createNS(\"feColorMatrix\");s.setAttribute(\"type\",\"matrix\"),s.setAttribute(\"color-interpolation-filters\",\"linearRGB\"),s.setAttribute(\"values\",\"0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\"),t.appendChild(s);var a=createNS(\"feComponentTransfer\");a.setAttribute(\"color-interpolation-filters\",\"sRGB\"),a.setAttribute(\"result\",r),this.matrixFilter=a;var n=createNS(\"feFuncR\");n.setAttribute(\"type\",\"table\"),a.appendChild(n),this.feFuncR=n;var o=createNS(\"feFuncG\");o.setAttribute(\"type\",\"table\"),a.appendChild(o),this.feFuncG=o;var h=createNS(\"feFuncB\");h.setAttribute(\"type\",\"table\"),a.appendChild(h),this.feFuncB=h,t.appendChild(a)}function SVGProLevelsFilter(t,e,i,r){this.filterManager=e;var s=this.filterManager.effectElements,a=createNS(\"feComponentTransfer\");(s[10].p.k||0!==s[10].p.v||s[11].p.k||1!==s[11].p.v||s[12].p.k||1!==s[12].p.v||s[13].p.k||0!==s[13].p.v||s[14].p.k||1!==s[14].p.v)&&(this.feFuncR=this.createFeFunc(\"feFuncR\",a)),(s[17].p.k||0!==s[17].p.v||s[18].p.k||1!==s[18].p.v||s[19].p.k||1!==s[19].p.v||s[20].p.k||0!==s[20].p.v||s[21].p.k||1!==s[21].p.v)&&(this.feFuncG=this.createFeFunc(\"feFuncG\",a)),(s[24].p.k||0!==s[24].p.v||s[25].p.k||1!==s[25].p.v||s[26].p.k||1!==s[26].p.v||s[27].p.k||0!==s[27].p.v||s[28].p.k||1!==s[28].p.v)&&(this.feFuncB=this.createFeFunc(\"feFuncB\",a)),(s[31].p.k||0!==s[31].p.v||s[32].p.k||1!==s[32].p.v||s[33].p.k||1!==s[33].p.v||s[34].p.k||0!==s[34].p.v||s[35].p.k||1!==s[35].p.v)&&(this.feFuncA=this.createFeFunc(\"feFuncA\",a)),(this.feFuncR||this.feFuncG||this.feFuncB||this.feFuncA)&&(a.setAttribute(\"color-interpolation-filters\",\"sRGB\"),t.appendChild(a)),(s[3].p.k||0!==s[3].p.v||s[4].p.k||1!==s[4].p.v||s[5].p.k||1!==s[5].p.v||s[6].p.k||0!==s[6].p.v||s[7].p.k||1!==s[7].p.v)&&(a=createNS(\"feComponentTransfer\"),a.setAttribute(\"color-interpolation-filters\",\"sRGB\"),a.setAttribute(\"result\",r),t.appendChild(a),this.feFuncRComposed=this.createFeFunc(\"feFuncR\",a),this.feFuncGComposed=this.createFeFunc(\"feFuncG\",a),this.feFuncBComposed=this.createFeFunc(\"feFuncB\",a))}function SVGDropShadowEffect(t,e,i,r,s){var a=e.container.globalData.renderConfig.filterSize,n=e.data.fs||a;t.setAttribute(\"x\",n.x||a.x),t.setAttribute(\"y\",n.y||a.y),t.setAttribute(\"width\",n.width||a.width),t.setAttribute(\"height\",n.height||a.height),this.filterManager=e;var o=createNS(\"feGaussianBlur\");o.setAttribute(\"in\",\"SourceAlpha\"),o.setAttribute(\"result\",r+\"_drop_shadow_1\"),o.setAttribute(\"stdDeviation\",\"0\"),this.feGaussianBlur=o,t.appendChild(o);var h=createNS(\"feOffset\");h.setAttribute(\"dx\",\"25\"),h.setAttribute(\"dy\",\"0\"),h.setAttribute(\"in\",r+\"_drop_shadow_1\"),h.setAttribute(\"result\",r+\"_drop_shadow_2\"),this.feOffset=h,t.appendChild(h);var l=createNS(\"feFlood\");l.setAttribute(\"flood-color\",\"#00ff00\"),l.setAttribute(\"flood-opacity\",\"1\"),l.setAttribute(\"result\",r+\"_drop_shadow_3\"),this.feFlood=l,t.appendChild(l);var p=createNS(\"feComposite\");p.setAttribute(\"in\",r+\"_drop_shadow_3\"),p.setAttribute(\"in2\",r+\"_drop_shadow_2\"),p.setAttribute(\"operator\",\"in\"),p.setAttribute(\"result\",r+\"_drop_shadow_4\"),t.appendChild(p);var f=this.createMergeNode(r,[r+\"_drop_shadow_4\",s]);t.appendChild(f)}extendPrototype([SVGComposableEffect],SVGTintFilter),SVGTintFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[0].p.v,i=this.filterManager.effectElements[1].p.v,r=this.filterManager.effectElements[2].p.v/100;this.linearFilter.setAttribute(\"values\",linearFilterValue+\" \"+r+\" 0\"),this.matrixFilter.setAttribute(\"values\",i[0]-e[0]+\" 0 0 0 \"+e[0]+\" \"+(i[1]-e[1])+\" 0 0 0 \"+e[1]+\" \"+(i[2]-e[2])+\" 0 0 0 \"+e[2]+\" 0 0 0 1 0\")}},SVGFillFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[2].p.v,i=this.filterManager.effectElements[6].p.v;this.matrixFilter.setAttribute(\"values\",\"0 0 0 0 \"+e[0]+\" 0 0 0 0 \"+e[1]+\" 0 0 0 0 \"+e[2]+\" 0 0 0 \"+i+\" 0\")}},SVGStrokeEffect.prototype.initialize=function(){var t,e,i,r,s=this.elem.layerElement.children||this.elem.layerElement.childNodes;for(1===this.filterManager.effectElements[1].p.v?(r=this.elem.maskManager.masksProperties.length,i=0):(i=this.filterManager.effectElements[0].p.v-1,r=i+1),e=createNS(\"g\"),e.setAttribute(\"fill\",\"none\"),e.setAttribute(\"stroke-linecap\",\"round\"),e.setAttribute(\"stroke-dashoffset\",1),i;i<r;i+=1)t=createNS(\"path\"),e.appendChild(t),this.paths.push({p:t,m:i});if(3===this.filterManager.effectElements[10].p.v){var a=createNS(\"mask\"),n=createElementID();a.setAttribute(\"id\",n),a.setAttribute(\"mask-type\",\"alpha\"),a.appendChild(e),this.elem.globalData.defs.appendChild(a);var o=createNS(\"g\");o.setAttribute(\"mask\",\"url(\"+getLocationHref()+\"#\"+n+\")\");while(s[0])o.appendChild(s[0]);this.elem.layerElement.appendChild(o),this.masker=a,e.setAttribute(\"stroke\",\"#fff\")}else if(1===this.filterManager.effectElements[10].p.v||2===this.filterManager.effectElements[10].p.v){if(2===this.filterManager.effectElements[10].p.v){s=this.elem.layerElement.children||this.elem.layerElement.childNodes;while(s.length)this.elem.layerElement.removeChild(s[0])}this.elem.layerElement.appendChild(e),this.elem.layerElement.removeAttribute(\"mask\"),e.setAttribute(\"stroke\",\"#fff\")}this.initialized=!0,this.pathMasker=e},SVGStrokeEffect.prototype.renderFrame=function(t){var e;this.initialized||this.initialize();var i,r,s=this.paths.length;for(e=0;e<s;e+=1)if(-1!==this.paths[e].m&&(i=this.elem.maskManager.viewData[this.paths[e].m],r=this.paths[e].p,(t||this.filterManager._mdf||i.prop._mdf)&&r.setAttribute(\"d\",i.lastPath),t||this.filterManager.effectElements[9].p._mdf||this.filterManager.effectElements[4].p._mdf||this.filterManager.effectElements[7].p._mdf||this.filterManager.effectElements[8].p._mdf||i.prop._mdf)){var a;if(0!==this.filterManager.effectElements[7].p.v||100!==this.filterManager.effectElements[8].p.v){var n=.01*Math.min(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v),o=.01*Math.max(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v),h=r.getTotalLength();a=\"0 0 0 \"+h*n+\" \";var l,p=h*(o-n),f=1+2*this.filterManager.effectElements[4].p.v*this.filterManager.effectElements[9].p.v*.01,m=Math.floor(p/f);for(l=0;l<m;l+=1)a+=\"1 \"+2*this.filterManager.effectElements[4].p.v*this.filterManager.effectElements[9].p.v*.01+\" \";a+=\"0 \"+10*h+\" 0 0\"}else a=\"1 \"+2*this.filterManager.effectElements[4].p.v*this.filterManager.effectElements[9].p.v*.01;r.setAttribute(\"stroke-dasharray\",a)}if((t||this.filterManager.effectElements[4].p._mdf)&&this.pathMasker.setAttribute(\"stroke-width\",2*this.filterManager.effectElements[4].p.v),(t||this.filterManager.effectElements[6].p._mdf)&&this.pathMasker.setAttribute(\"opacity\",this.filterManager.effectElements[6].p.v),(1===this.filterManager.effectElements[10].p.v||2===this.filterManager.effectElements[10].p.v)&&(t||this.filterManager.effectElements[3].p._mdf)){var c=this.filterManager.effectElements[3].p.v;this.pathMasker.setAttribute(\"stroke\",\"rgb(\"+bmFloor(255*c[0])+\",\"+bmFloor(255*c[1])+\",\"+bmFloor(255*c[2])+\")\")}},SVGTritoneFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=this.filterManager.effectElements[0].p.v,i=this.filterManager.effectElements[1].p.v,r=this.filterManager.effectElements[2].p.v,s=r[0]+\" \"+i[0]+\" \"+e[0],a=r[1]+\" \"+i[1]+\" \"+e[1],n=r[2]+\" \"+i[2]+\" \"+e[2];this.feFuncR.setAttribute(\"tableValues\",s),this.feFuncG.setAttribute(\"tableValues\",a),this.feFuncB.setAttribute(\"tableValues\",n)}},SVGProLevelsFilter.prototype.createFeFunc=function(t,e){var i=createNS(t);return i.setAttribute(\"type\",\"table\"),e.appendChild(i),i},SVGProLevelsFilter.prototype.getTableValue=function(t,e,i,r,s){var a,n,o=0,h=256,l=Math.min(t,e),p=Math.max(t,e),f=Array.call(null,{length:h}),m=0,c=s-r,d=e-t;while(o<=256)a=o/256,n=a<=l?d<0?s:r:a>=p?d<0?r:s:r+c*Math.pow((a-t)/d,1/i),f[m]=n,m+=1,o+=256/(h-1);return f.join(\" \")},SVGProLevelsFilter.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e,i=this.filterManager.effectElements;this.feFuncRComposed&&(t||i[3].p._mdf||i[4].p._mdf||i[5].p._mdf||i[6].p._mdf||i[7].p._mdf)&&(e=this.getTableValue(i[3].p.v,i[4].p.v,i[5].p.v,i[6].p.v,i[7].p.v),this.feFuncRComposed.setAttribute(\"tableValues\",e),this.feFuncGComposed.setAttribute(\"tableValues\",e),this.feFuncBComposed.setAttribute(\"tableValues\",e)),this.feFuncR&&(t||i[10].p._mdf||i[11].p._mdf||i[12].p._mdf||i[13].p._mdf||i[14].p._mdf)&&(e=this.getTableValue(i[10].p.v,i[11].p.v,i[12].p.v,i[13].p.v,i[14].p.v),this.feFuncR.setAttribute(\"tableValues\",e)),this.feFuncG&&(t||i[17].p._mdf||i[18].p._mdf||i[19].p._mdf||i[20].p._mdf||i[21].p._mdf)&&(e=this.getTableValue(i[17].p.v,i[18].p.v,i[19].p.v,i[20].p.v,i[21].p.v),this.feFuncG.setAttribute(\"tableValues\",e)),this.feFuncB&&(t||i[24].p._mdf||i[25].p._mdf||i[26].p._mdf||i[27].p._mdf||i[28].p._mdf)&&(e=this.getTableValue(i[24].p.v,i[25].p.v,i[26].p.v,i[27].p.v,i[28].p.v),this.feFuncB.setAttribute(\"tableValues\",e)),this.feFuncA&&(t||i[31].p._mdf||i[32].p._mdf||i[33].p._mdf||i[34].p._mdf||i[35].p._mdf)&&(e=this.getTableValue(i[31].p.v,i[32].p.v,i[33].p.v,i[34].p.v,i[35].p.v),this.feFuncA.setAttribute(\"tableValues\",e))}},extendPrototype([SVGComposableEffect],SVGDropShadowEffect),SVGDropShadowEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){if((t||this.filterManager.effectElements[4].p._mdf)&&this.feGaussianBlur.setAttribute(\"stdDeviation\",this.filterManager.effectElements[4].p.v/4),t||this.filterManager.effectElements[0].p._mdf){var e=this.filterManager.effectElements[0].p.v;this.feFlood.setAttribute(\"flood-color\",rgbToHex(Math.round(255*e[0]),Math.round(255*e[1]),Math.round(255*e[2])))}if((t||this.filterManager.effectElements[1].p._mdf)&&this.feFlood.setAttribute(\"flood-opacity\",this.filterManager.effectElements[1].p.v/255),t||this.filterManager.effectElements[2].p._mdf||this.filterManager.effectElements[3].p._mdf){var i=this.filterManager.effectElements[3].p.v,r=(this.filterManager.effectElements[2].p.v-90)*degToRads,s=i*Math.cos(r),a=i*Math.sin(r);this.feOffset.setAttribute(\"dx\",s),this.feOffset.setAttribute(\"dy\",a)}}};var _svgMatteSymbols=[];function SVGMatte3Effect(t,e,i){this.initialized=!1,this.filterManager=e,this.filterElem=t,this.elem=i,i.matteElement=createNS(\"g\"),i.matteElement.appendChild(i.layerElement),i.matteElement.appendChild(i.transformedElement),i.baseElement=i.matteElement}function SVGGaussianBlurEffect(t,e,i,r){t.setAttribute(\"x\",\"-100%\"),t.setAttribute(\"y\",\"-100%\"),t.setAttribute(\"width\",\"300%\"),t.setAttribute(\"height\",\"300%\"),this.filterManager=e;var s=createNS(\"feGaussianBlur\");s.setAttribute(\"result\",r),t.appendChild(s),this.feGaussianBlur=s}function TransformEffect(){}function SVGTransformEffect(t,e){this.init(e)}function CVTransformEffect(t){this.init(t)}return SVGMatte3Effect.prototype.findSymbol=function(t){var e=0,i=_svgMatteSymbols.length;while(e<i){if(_svgMatteSymbols[e]===t)return _svgMatteSymbols[e];e+=1}return null},SVGMatte3Effect.prototype.replaceInParent=function(t,e){var i=t.layerElement.parentNode;if(i){var r,s=i.children,a=0,n=s.length;while(a<n){if(s[a]===t.layerElement)break;a+=1}a<=n-2&&(r=s[a+1]);var o=createNS(\"use\");o.setAttribute(\"href\",\"#\"+e),r?i.insertBefore(o,r):i.appendChild(o)}},SVGMatte3Effect.prototype.setElementAsMask=function(t,e){if(!this.findSymbol(e)){var i=createElementID(),r=createNS(\"mask\");r.setAttribute(\"id\",e.layerId),r.setAttribute(\"mask-type\",\"alpha\"),_svgMatteSymbols.push(e);var s=t.globalData.defs;s.appendChild(r);var a=createNS(\"symbol\");a.setAttribute(\"id\",i),this.replaceInParent(e,i),a.appendChild(e.layerElement),s.appendChild(a);var n=createNS(\"use\");n.setAttribute(\"href\",\"#\"+i),r.appendChild(n),e.data.hd=!1,e.show()}t.setMatte(e.layerId)},SVGMatte3Effect.prototype.initialize=function(){var t=this.filterManager.effectElements[0].p.v,e=this.elem.comp.elements,i=0,r=e.length;while(i<r)e[i]&&e[i].data.ind===t&&this.setElementAsMask(this.elem,e[i]),i+=1;this.initialized=!0},SVGMatte3Effect.prototype.renderFrame=function(){this.initialized||this.initialize()},SVGGaussianBlurEffect.prototype.renderFrame=function(t){if(t||this.filterManager._mdf){var e=.3,i=this.filterManager.effectElements[0].p.v*e,r=this.filterManager.effectElements[1].p.v,s=3==r?0:i,a=2==r?0:i;this.feGaussianBlur.setAttribute(\"stdDeviation\",s+\" \"+a);var n=1==this.filterManager.effectElements[2].p.v?\"wrap\":\"duplicate\";this.feGaussianBlur.setAttribute(\"edgeMode\",n)}},TransformEffect.prototype.init=function(t){this.effectsManager=t,this.type=effectTypes.TRANSFORM_EFFECT,this.matrix=new Matrix,this.opacity=-1,this._mdf=!1,this._opMdf=!1},TransformEffect.prototype.renderFrame=function(t){if(this._opMdf=!1,this._mdf=!1,t||this.effectsManager._mdf){var e=this.effectsManager.effectElements,i=e[0].p.v,r=e[1].p.v,s=1===e[2].p.v,a=e[3].p.v,n=s?a:e[4].p.v,o=e[5].p.v,h=e[6].p.v,l=e[7].p.v;this.matrix.reset(),this.matrix.translate(-i[0],-i[1],i[2]),this.matrix.scale(.01*n,.01*a,1),this.matrix.rotate(-l*degToRads),this.matrix.skewFromAxis(-o*degToRads,(h+90)*degToRads),this.matrix.translate(r[0],r[1],0),this._mdf=!0,this.opacity!==e[8].p.v&&(this.opacity=e[8].p.v,this._opMdf=!0)}},extendPrototype([TransformEffect],SVGTransformEffect),extendPrototype([TransformEffect],CVTransformEffect),registerRenderer(\"canvas\",CanvasRenderer),registerRenderer(\"html\",HybridRenderer),registerRenderer(\"svg\",SVGRenderer),ShapeModifiers.registerModifier(\"tm\",TrimModifier),ShapeModifiers.registerModifier(\"pb\",PuckerAndBloatModifier),ShapeModifiers.registerModifier(\"rp\",RepeaterModifier),ShapeModifiers.registerModifier(\"rd\",RoundCornersModifier),ShapeModifiers.registerModifier(\"zz\",ZigZagModifier),ShapeModifiers.registerModifier(\"op\",OffsetPathModifier),setExpressionsPlugin(Expressions),setExpressionInterfaces(getInterface),initialize$1(),initialize(),registerEffect$1(20,SVGTintFilter,!0),registerEffect$1(21,SVGFillFilter,!0),registerEffect$1(22,SVGStrokeEffect,!1),registerEffect$1(23,SVGTritoneFilter,!0),registerEffect$1(24,SVGProLevelsFilter,!0),registerEffect$1(25,SVGDropShadowEffect,!0),registerEffect$1(28,SVGMatte3Effect,!1),registerEffect$1(29,SVGGaussianBlurEffect,!0),registerEffect$1(35,SVGTransformEffect,!1),registerEffect(35,CVTransformEffect),lottie}))}}]);"
  },
  {
    "path": "static/js/chunk-8ce954c8.1c04407c.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-8ce954c8\"],{\"01aa\":function(t,e,n){},\"390d\":function(t,e,n){},5199:function(t,e,n){\"use strict\";n(\"390d\")},\"538b\":function(t,e,n){\"use strict\";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(\"div\",{staticClass:\"knowledge-container\"},[t.catalogs?n(\"div\",[t.catalogs.length>0?n(\"a-tabs\",{staticClass:\"doc-tabs\",attrs:{\"default-active-key\":\"0\"},on:{change:t.onTabChange}},t._l(t.catalogs,(function(e,a){return n(\"a-tab-pane\",{key:a},[n(\"span\",{attrs:{slot:\"tab\",set:t.icon=t.getIcon(e.tabTitle)},slot:\"tab\"},[n(\"svg-icon\",{staticStyle:{\"font-size\":\"26px\"},attrs:{name:t.icon.name}}),t._v(\" \"+t._s(e.tabTitle)+\" \")],1)])})),1):n(\"div\",{staticClass:\"empty-tip\"},[n(\"a-empty\",{attrs:{description:\"\",\"image-style\":{height:\"200px\"}}}),n(\"div\",{staticClass:\"tit\"},[t._v(\" \"+t._s(t.$t(\"暂无数据\"))+\" \")])],1),t.catalog?n(\"div\",{staticClass:\"doc-main\"},[n(\"a-row\",{attrs:{gutter:[20,20]}},[n(\"a-col\",{attrs:{md:24,lg:7}},[n(\"div\",{staticClass:\"doc-dir use-shadow\"},[n(\"a-timeline\",t._l(t.catalog.tabDocs,(function(e){return n(\"a-timeline-item\",{key:e.id,class:{\"is-active\":e.id===t.docId},on:{click:function(n){return t.getDocInfo(e.id)}}},[n(\"svg-icon\",{staticStyle:{\"font-size\":\"24px\"},attrs:{name:\"file-doc\"}}),t._v(\" \"+t._s(e.title)+\" \")],1)})),1)],1)]),n(\"a-col\",{attrs:{md:24,lg:17}},[t.docContent?n(\"div\",{staticClass:\"doc-content use-shadow\"},[n(\"div\",[n(\"h2\",{staticClass:\"title\"},[t._v(t._s(t.docTitle))]),n(\"markdown\",{key:t.signKey,staticClass:\"html\",attrs:{value:t.docContent}})],1)]):n(\"div\",{staticClass:\"spin-loading\"},[n(\"a-spin\",{attrs:{size:\"large\"}})],1)])],1)],1):t._e()],1):n(\"div\",{staticClass:\"spin-loading\"},[n(\"a-spin\",{attrs:{size:\"large\"}})],1)])},i=[],s=n(\"c7eb\"),o=n(\"1da1\"),c=(n(\"313d\"),n(\"0eb6\"),n(\"b7ef\"),n(\"8bd4\"),n(\"d81d\"),n(\"b64b\"),n(\"caad\"),n(\"2532\"),n(\"54d7\")),r=n(\"8c8a\");function l(t){return Object(r[\"a\"])({url:c[\"l\"]+\"/api/v1/user/knowledge/fetch\",method:\"get\",params:{language:t}})}function d(t,e){return Object(r[\"a\"])({url:c[\"l\"]+\"/api/v1/user/knowledge/fetch\",method:\"get\",params:{language:e,id:t}})}var u=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(\"div\",{key:t.id,staticClass:\"markdown-container\"},[t.content?n(\"div\",{attrs:{id:t.id},domProps:{innerHTML:t._s(t.content)}}):n(\"div\",{staticClass:\"spin-loading\"},[n(\"a-spin\",{attrs:{size:\"large\"}})],1)])},g=[],h=n(\"2909\"),f=(n(\"d3b7\"),n(\"25f0\"),n(\"ac1f\"),n(\"a1f0\"),n(\"cb29\"),n(\"5319\"),n(\"d4cd\")),m=n.n(f),b=n(\"b792\"),p=n.n(b),v=n(\"54f6\"),w=n.n(v),k=n(\"7ba6\"),C=n.n(k),y=n(\"e6f9\"),O=n.n(y),j=n(\"ff97\"),z=n.n(j),_=n(\"5121\"),x=n.n(_),I=n(\"362d\"),T=n.n(I),D=n(\"746a\"),S=n.n(D),$=n(\"cf2b\"),M=n.n($),K=n(\"4bb9\"),P=n.n(K),A=n(\"be03\"),E=n.n(A),G=n(\"9fce\"),J=n.n(G),L=n(\"7629\"),H=n.n(L),R=n(\"1c78\"),U=n(\"a68e\"),Z=n.n(U),q=n(\"78de\"),B=n.n(q),F=n(\"3eb7\"),N=n.n(F),Q=(n(\"94d2\"),n(\"8fdb\")),V=n(\"f1d0\"),W=(n(\"343a\"),n(\"1157\")),X=n.n(W),Y=new m.a({html:!0,linkify:!0,typographer:!0,breaks:!1});Y.use(p.a,{auto:!0}),Y.use(w.a),Y.use(C.a),Y.use(O.a),Y.use(z.a),Y.use(x.a),Y.use(T.a),Y.use(S.a,\"warning\"),Y.use(S.a,\"error\"),Y.use(S.a,\"info\"),Y.use(S.a,\"success\"),Y.use(M.a),Y.use(P.a),Y.use(E.a),Y.use(J.a),Y.use(H.a),Y.use(R[\"a\"]),Y.use(Z.a),Y.use(B.a),Y.use(N.a);var tt={name:\"Markdown\",props:{value:{type:String,default:\"\"}},data:function(){return{id:\"\",content:\"\"}},watch:{value:{immediate:!0,handler:function(){var t=this;return Object(o[\"a\"])(Object(s[\"a\"])().mark((function e(){return Object(s[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.id=\"swiper\"+Math.random().toString().substring(2),t.content=\"\",e.next=4,t.initContent();case 4:setTimeout((function(){t.initGallery()}),500);case 5:case\"end\":return e.stop()}}),e)})))()}}},methods:{initContent:function(){var t=this;return new Promise((function(e){var n=Y.render(t.value),a=Object(h[\"a\"])(n.matchAll(/<img.*src=\"(.*?)\".*?>/g)),i=new Array(a.length).fill(null);if(a.length>0)for(var s=function(s){var o=a[s][1];t.getImageOriginSize(o).then((function(a){i[s]=a;var o=i.every((function(t){return!!t}));if(o){var c=n.replace(/(<img.*src=\"(.*?)\".*?>)/g,'<a class=\"img-linker\" href=\"$2\" target=\"_blank\">$1</a>');t.content=c,t.$nextTick().then((function(){X()(\".img-linker\").each((function(t,e){X()(this).attr(\"data-pswp-width\",i[t].width),X()(this).attr(\"data-pswp-height\",i[t].height)})),e()}))}}))},o=0;o<a.length;o++)s(o);else t.content=n,e()}))},initGallery:function(){window.conso1e.log(56);var t=new Q[\"a\"]({gallery:\"#\"+this.id,children:\".img-linker\",pswpModule:V[\"a\"],wheelToZoom:!0});t.init()},getImageOriginSize:function(t){return new Promise((function(e){var n=new Image;n.onload=function(){var t=this.width,n=this.height;e({width:t,height:n})},n.onerror=function(t){e({width:\"auto\",height:\"auto\"})},n.src=t}))}}},et=tt,nt=(n(\"5199\"),n(\"2877\")),at=Object(nt[\"a\"])(et,u,g,!1,null,\"0045881e\",null),it=at.exports,st=n(\"12cb\"),ot={name:\"Knowledge\",components:{Markdown:it},data:function(){return{catalogs:null,catalog:null,docId:\"\",docContent:\"\",docTitle:\"\"}},computed:{signKey:function(){return btoa(encodeURIComponent(this.docContent)).substring(0,10)}},mounted:function(){this.getCatalogs()},methods:{getCatalogs:function(){var t=this;setTimeout(Object(o[\"a\"])(Object(s[\"a\"])().mark((function e(){var n,a,i;return Object(s[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,l(Object(st[\"b\"])(\"-\"));case 2:n=e.sent,a=n.data,i=void 0===a?{}:a,t.catalogs=Object.keys(i).map((function(t){return{tabTitle:t,tabDocs:i[t]}})),t.catalogs.length>0&&(t.catalog=t.catalogs[0],t.catalog.tabDocs.length>0&&t.getDocInfo(t.catalog.tabDocs[0].id));case 7:case\"end\":return e.stop()}}),e)}))),100)},getIcon:function(t){window.conso1e.log(38);var e=t.toLowerCase();return e.includes(\"window\")?{size:25,name:\"windows-logo\"}:e.includes(\"macos\")?{size:24,name:\"laptop\"}:e.includes(\"ios\")?{size:24,name:\"device-mobile-speaker\"}:e.includes(\"iphone\")?{size:26,name:\"device-mobile-speaker\"}:e.includes(\"openwrt\")?{size:26,name:\"rss\"}:e.includes(\"tv\")?{size:24,name:\"television-simple\"}:e.includes(\"linux\")?{size:20,name:\"linux-logo\"}:e.includes(\"android\")?{size:23,name:\"android-logo\"}:e.includes(\"other\")?{size:26,name:\"books\"}:{size:28,name:\"book-open-text\"}},onTabChange:function(t){this.catalog=this.catalogs[t],this.catalog.tabDocs.length>0?this.getDocInfo(this.catalog.tabDocs[0].id):(this.docId=\"\",this.docTitle=\"\",this.docContent=\"\")},getDocInfo:function(t){var e=this;return Object(o[\"a\"])(Object(s[\"a\"])().mark((function n(){var a;return Object(s[\"a\"])().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return window.conso1e.log(20),n.next=3,d(t,Object(st[\"b\"])(\"-\"));case 3:a=n.sent,e.docId=t,e.docTitle=a.data.title,e.docContent=a.data.body;case 7:case\"end\":return n.stop()}}),n)})))()}}},ct=ot,rt=(n(\"8d76\"),Object(nt[\"a\"])(ct,a,i,!1,null,\"84a358fe\",null));e[\"default\"]=rt.exports},\"8d76\":function(t,e,n){\"use strict\";n(\"01aa\")}}]);"
  },
  {
    "path": "static/js/chunk-9806f83e.2ee2d89b.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-9806f83e\"],{\"0156\":function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return o})),n.d(e,\"b\",(function(){return a})),n.d(e,\"a\",(function(){return s}));var i=n(\"6d8b\"),r=n(\"e0d3\");function o(t,e,n){n=n||{};var r=t.coordinateSystem,o=e.axis,a={},s=o.getAxesOnZeroOf()[0],l=o.position,u=s?\"onZero\":l,c=o.dim,h=r.getRect(),f=[h.x,h.x+h.width,h.y,h.y+h.height],d={left:0,right:1,top:0,bottom:1,onZero:2},p=e.get(\"offset\")||0,g=\"x\"===c?[f[2]-p,f[3]+p]:[f[0]-p,f[1]+p];if(s){var v=s.toGlobalCoord(s.dataToCoord(0));g[d.onZero]=Math.max(Math.min(v,g[1]),g[0])}a.position=[\"y\"===c?g[d[u]]:f[0],\"x\"===c?g[d[u]]:f[3]],a.rotation=Math.PI/2*(\"x\"===c?0:1);var y={top:-1,bottom:1,left:-1,right:1};a.labelDirection=a.tickDirection=a.nameDirection=y[l],a.labelOffset=s?g[d[l]]-g[d.onZero]:0,e.get([\"axisTick\",\"inside\"])&&(a.tickDirection=-a.tickDirection),i[\"M\"](n.labelInside,e.get([\"axisLabel\",\"inside\"]))&&(a.labelDirection=-a.labelDirection);var m=e.get([\"axisLabel\",\"rotate\"]);return a.labelRotate=\"top\"===u?-m:m,a.z2=1,a}function a(t){return\"cartesian2d\"===t.get(\"coordinateSystem\")}function s(t){var e={xAxisModel:null,yAxisModel:null};return i[\"k\"](e,(function(n,i){var o=i.replace(/Model$/,\"\"),a=t.getReferringComponents(o,r[\"a\"]).models[0];e[i]=a})),e}},\"04f6\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return f}));var i=32,r=7;function o(t){var e=0;while(t>=i)e|=1&t,t>>=1;return t+e}function a(t,e,n,i){var r=e+1;if(r===n)return 1;if(i(t[r++],t[e])<0){while(r<n&&i(t[r],t[r-1])<0)r++;s(t,e,r)}else while(r<n&&i(t[r],t[r-1])>=0)r++;return r-e}function s(t,e,n){n--;while(e<n){var i=t[e];t[e++]=t[n],t[n--]=i}}function l(t,e,n,i,r){for(i===e&&i++;i<n;i++){var o,a=t[i],s=e,l=i;while(s<l)o=s+l>>>1,r(a,t[o])<0?l=o:s=o+1;var u=i-s;switch(u){case 3:t[s+3]=t[s+2];case 2:t[s+2]=t[s+1];case 1:t[s+1]=t[s];break;default:while(u>0)t[s+u]=t[s+u-1],u--}t[s]=a}}function u(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])>0){s=i-r;while(l<s&&o(t,e[n+r+l])>0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}else{s=r+1;while(l<s&&o(t,e[n+r-l])<=0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s);var u=a;a=r-l,l=r-u}a++;while(a<l){var c=a+(l-a>>>1);o(t,e[n+c])>0?a=c+1:l=c}return l}function c(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])<0){s=r+1;while(l<s&&o(t,e[n+r-l])<0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s);var u=a;a=r-l,l=r-u}else{s=i-r;while(l<s&&o(t,e[n+r+l])>=0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}a++;while(a<l){var c=a+(l-a>>>1);o(t,e[n+c])<0?l=c:a=c+1}return l}function h(t,e){var n,i,o=r,a=0,s=0;a=t.length;var l=[];function h(t,e){n[s]=t,i[s]=e,s+=1}function f(){while(s>1){var t=s-2;if(t>=1&&i[t-1]<=i[t]+i[t+1]||t>=2&&i[t-2]<=i[t]+i[t-1])i[t-1]<i[t+1]&&t--;else if(i[t]>i[t+1])break;p(t)}}function d(){while(s>1){var t=s-2;t>0&&i[t-1]<i[t+1]&&t--,p(t)}}function p(r){var o=n[r],a=i[r],l=n[r+1],h=i[r+1];i[r]=a+h,r===s-3&&(n[r+1]=n[r+2],i[r+1]=i[r+2]),s--;var f=c(t[l],t,o,a,0,e);o+=f,a-=f,0!==a&&(h=u(t[o+a-1],t,l,h,h-1,e),0!==h&&(a<=h?g(o,a,l,h):v(o,a,l,h)))}function g(n,i,a,s){var h=0;for(h=0;h<i;h++)l[h]=t[n+h];var f=0,d=a,p=n;if(t[p++]=t[d++],0!==--s)if(1!==i){var g,v,y,m=o;while(1){g=0,v=0,y=!1;do{if(e(t[d],l[f])<0){if(t[p++]=t[d++],v++,g=0,0===--s){y=!0;break}}else if(t[p++]=l[f++],g++,v=0,1===--i){y=!0;break}}while((g|v)<m);if(y)break;do{if(g=c(t[d],l,f,i,0,e),0!==g){for(h=0;h<g;h++)t[p+h]=l[f+h];if(p+=g,f+=g,i-=g,i<=1){y=!0;break}}if(t[p++]=t[d++],0===--s){y=!0;break}if(v=u(l[f],t,d,s,0,e),0!==v){for(h=0;h<v;h++)t[p+h]=t[d+h];if(p+=v,d+=v,s-=v,0===s){y=!0;break}}if(t[p++]=l[f++],1===--i){y=!0;break}m--}while(g>=r||v>=r);if(y)break;m<0&&(m=0),m+=2}if(o=m,o<1&&(o=1),1===i){for(h=0;h<s;h++)t[p+h]=t[d+h];t[p+s]=l[f]}else{if(0===i)throw new Error;for(h=0;h<i;h++)t[p+h]=l[f+h]}}else{for(h=0;h<s;h++)t[p+h]=t[d+h];t[p+s]=l[f]}else for(h=0;h<i;h++)t[p+h]=l[f+h]}function v(n,i,a,s){var h=0;for(h=0;h<s;h++)l[h]=t[a+h];var f=n+i-1,d=s-1,p=a+s-1,g=0,v=0;if(t[p--]=t[f--],0!==--i)if(1!==s){var y=o;while(1){var m=0,b=0,_=!1;do{if(e(l[d],t[f])<0){if(t[p--]=t[f--],m++,b=0,0===--i){_=!0;break}}else if(t[p--]=l[d--],b++,m=0,1===--s){_=!0;break}}while((m|b)<y);if(_)break;do{if(m=i-c(l[d],t,n,i,i-1,e),0!==m){for(p-=m,f-=m,i-=m,v=p+1,g=f+1,h=m-1;h>=0;h--)t[v+h]=t[g+h];if(0===i){_=!0;break}}if(t[p--]=l[d--],1===--s){_=!0;break}if(b=s-u(t[f],l,0,s,s-1,e),0!==b){for(p-=b,d-=b,s-=b,v=p+1,g=d+1,h=0;h<b;h++)t[v+h]=l[g+h];if(s<=1){_=!0;break}}if(t[p--]=t[f--],0===--i){_=!0;break}y--}while(m>=r||b>=r);if(_)break;y<0&&(y=0),y+=2}if(o=y,o<1&&(o=1),1===s){for(p-=i,f-=i,v=p+1,g=f+1,h=i-1;h>=0;h--)t[v+h]=t[g+h];t[p]=l[d]}else{if(0===s)throw new Error;for(g=p-(s-1),h=0;h<s;h++)t[g+h]=l[h]}}else{for(p-=i,f-=i,v=p+1,g=f+1,h=i-1;h>=0;h--)t[v+h]=t[g+h];t[p]=l[d]}else for(g=p-(s-1),h=0;h<s;h++)t[g+h]=l[h]}return a<120?5:a<1542?10:a<119151?19:40,n=[],i=[],{mergeRuns:f,forceMergeRuns:d,pushRun:h}}function f(t,e,n,r){n||(n=0),r||(r=t.length);var s=r-n;if(!(s<2)){var u=0;if(s<i)return u=a(t,n,r,e),void l(t,n,r,n+u,e);var c=h(t,e),f=o(s);do{if(u=a(t,n,r,e),u<f){var d=s;d>f&&(d=f),l(t,n,n+d,n+u,e),u=d}c.pushRun(n,u),c.mergeRuns(),s-=u,n+=u}while(0!==s);c.forceMergeRuns()}}},\"04f7\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return y})),n.d(e,\"a\",(function(){return m}));var i=n(\"07fd\"),r=n(\"e0d3\"),o=n(\"6d8b\"),a=n(\"2b17\"),s=n(\"b7d9\"),l=n(\"edae\"),u=n(\"ec6f\"),c=function(){function t(){}return t.prototype.getRawData=function(){throw new Error(\"not supported\")},t.prototype.getRawDataItem=function(t){throw new Error(\"not supported\")},t.prototype.cloneRawData=function(){},t.prototype.getDimensionInfo=function(t){},t.prototype.cloneAllDimensionInfo=function(){},t.prototype.count=function(){},t.prototype.retrieveValue=function(t,e){},t.prototype.retrieveValueFromItem=function(t,e){},t.prototype.convertValue=function(t,e){return Object(s[\"d\"])(t,e)},t}();function h(t,e){var n=new c,r=t.data,s=n.sourceFormat=t.sourceFormat,u=t.startIndex,h=\"\";t.seriesLayoutBy!==i[\"a\"]&&Object(l[\"c\"])(h);var v=[],y={},m=t.dimensionsDefine;if(m)Object(o[\"k\"])(m,(function(t,e){var n=t.name,i={index:e,name:n,displayName:t.displayName};if(v.push(i),null!=n){var r=\"\";Object(o[\"p\"])(y,n)&&Object(l[\"c\"])(r),y[n]=i}}));else for(var b=0;b<t.dimensionsDetectedCount;b++)v.push({index:b});var _=Object(a[\"c\"])(s,i[\"a\"]);e.__isBuiltIn&&(n.getRawDataItem=function(t){return _(r,u,v,t)},n.getRawData=Object(o[\"c\"])(f,null,t)),n.cloneRawData=Object(o[\"c\"])(d,null,t);var x=Object(a[\"b\"])(s,i[\"a\"]);n.count=Object(o[\"c\"])(x,null,r,u,v);var O=Object(a[\"d\"])(s);n.retrieveValue=function(t,e){var n=_(r,u,v,t);return w(n,e)};var w=n.retrieveValueFromItem=function(t,e){if(null!=t){var n=v[e];return n?O(t,e,n.name):void 0}};return n.getDimensionInfo=Object(o[\"c\"])(p,null,v,y),n.cloneAllDimensionInfo=Object(o[\"c\"])(g,null,v),n}function f(t){var e=t.sourceFormat;if(!_(e)){var n=\"\";0,Object(l[\"c\"])(n)}return t.data}function d(t){var e=t.sourceFormat,n=t.data;if(!_(e)){var r=\"\";0,Object(l[\"c\"])(r)}if(e===i[\"c\"]){for(var a=[],s=0,u=n.length;s<u;s++)a.push(n[s].slice());return a}if(e===i[\"e\"]){for(a=[],s=0,u=n.length;s<u;s++)a.push(Object(o[\"m\"])({},n[s]));return a}}function p(t,e,n){if(null!=n)return Object(o[\"y\"])(n)||!isNaN(n)&&!Object(o[\"p\"])(e,n)?t[n]:Object(o[\"p\"])(e,n)?e[n]:void 0}function g(t){return Object(o[\"d\"])(t)}var v=Object(o[\"f\"])();function y(t){t=Object(o[\"d\"])(t);var e=t.type,n=\"\";e||Object(l[\"c\"])(n);var i=e.split(\":\");2!==i.length&&Object(l[\"c\"])(n);var r=!1;\"echarts\"===i[0]&&(e=i[1],r=!0),t.__isBuiltIn=r,v.set(e,t)}function m(t,e,n){var i=Object(r[\"n\"])(t),o=i.length,a=\"\";o||Object(l[\"c\"])(a);for(var s=0,u=o;s<u;s++){var c=i[s];e=b(c,e,n,1===o?null:s),s!==u-1&&(e.length=Math.max(e.length,1))}return e}function b(t,e,n,a){var s=\"\";e.length||Object(l[\"c\"])(s),Object(o[\"z\"])(t)||Object(l[\"c\"])(s);var c=t.type,f=v.get(c);f||Object(l[\"c\"])(s);var d=Object(o[\"G\"])(e,(function(t){return h(t,f)})),p=Object(r[\"n\"])(f.transform({upstream:d[0],upstreamList:d,config:Object(o[\"d\"])(t.config)}));return Object(o[\"G\"])(p,(function(t,n){var r=\"\";Object(o[\"z\"])(t)||Object(l[\"c\"])(r),t.data||Object(l[\"c\"])(r);var a,s=Object(u[\"d\"])(t.data);_(s)||Object(l[\"c\"])(r);var c=e[0];if(c&&0===n&&!t.dimensions){var h=c.startIndex;h&&(t.data=c.data.slice(0,h).concat(t.data)),a={seriesLayoutBy:i[\"a\"],sourceHeader:h,dimensions:c.metaRawOption.dimensions}}else a={seriesLayoutBy:i[\"a\"],sourceHeader:0,dimensions:t.dimensions};return Object(u[\"b\"])(t.data,a,null)}))}function _(t){return t===i[\"c\"]||t===i[\"e\"]}},\"06ad\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return x}));var i={linear:function(t){return t},quadraticIn:function(t){return t*t},quadraticOut:function(t){return t*(2-t)},quadraticInOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)},cubicIn:function(t){return t*t*t},cubicOut:function(t){return--t*t*t+1},cubicInOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},quarticIn:function(t){return t*t*t*t},quarticOut:function(t){return 1- --t*t*t*t},quarticInOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},quinticIn:function(t){return t*t*t*t*t},quinticOut:function(t){return--t*t*t*t*t+1},quinticInOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},sinusoidalIn:function(t){return 1-Math.cos(t*Math.PI/2)},sinusoidalOut:function(t){return Math.sin(t*Math.PI/2)},sinusoidalInOut:function(t){return.5*(1-Math.cos(Math.PI*t))},exponentialIn:function(t){return 0===t?0:Math.pow(1024,t-1)},exponentialOut:function(t){return 1===t?1:1-Math.pow(2,-10*t)},exponentialInOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(2-Math.pow(2,-10*(t-1)))},circularIn:function(t){return 1-Math.sqrt(1-t*t)},circularOut:function(t){return Math.sqrt(1- --t*t)},circularInOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},elasticIn:function(t){var e,n=.1,i=.4;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=i/4):e=i*Math.asin(1/n)/(2*Math.PI),-n*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i))},elasticOut:function(t){var e,n=.1,i=.4;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=i/4):e=i*Math.asin(1/n)/(2*Math.PI),n*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/i)+1)},elasticInOut:function(t){var e,n=.1,i=.4;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=i/4):e=i*Math.asin(1/n)/(2*Math.PI),(t*=2)<1?n*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*-.5:n*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*.5+1)},backIn:function(t){var e=1.70158;return t*t*((e+1)*t-e)},backOut:function(t){var e=1.70158;return--t*t*((e+1)*t+e)+1},backInOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)},bounceIn:function(t){return 1-i.bounceOut(1-t)},bounceOut:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},bounceInOut:function(t){return t<.5?.5*i.bounceIn(2*t):.5*i.bounceOut(2*t-1)+.5}},r=i,o=n(\"6d8b\"),a=n(\"4a3f\"),s=/cubic-bezier\\(([0-9,\\.e ]+)\\)/;function l(t){var e=t&&s.exec(t);if(e){var n=e[1].split(\",\"),i=+Object(o[\"R\"])(n[0]),r=+Object(o[\"R\"])(n[1]),l=+Object(o[\"R\"])(n[2]),u=+Object(o[\"R\"])(n[3]);if(isNaN(i+r+l+u))return;var c=[];return function(t){return t<=0?0:t>=1?1:Object(a[\"f\"])(0,i,l,1,t,c)&&Object(a[\"a\"])(0,r,u,1,c[0])}}}var u=function(){function t(t){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=t.life||1e3,this._delay=t.delay||0,this.loop=t.loop||!1,this.onframe=t.onframe||o[\"J\"],this.ondestroy=t.ondestroy||o[\"J\"],this.onrestart=t.onrestart||o[\"J\"],t.easing&&this.setEasing(t.easing)}return t.prototype.step=function(t,e){if(this._inited||(this._startTime=t+this._delay,this._inited=!0),!this._paused){var n=this._life,i=t-this._startTime-this._pausedTime,r=i/n;r<0&&(r=0),r=Math.min(r,1);var o=this.easingFunc,a=o?o(r):r;if(this.onframe(a),1===r){if(!this.loop)return!0;var s=i%n;this._startTime=t-s,this._pausedTime=0,this.onrestart()}return!1}this._pausedTime+=e},t.prototype.pause=function(){this._paused=!0},t.prototype.resume=function(){this._paused=!1},t.prototype.setEasing=function(t){this.easing=t,this.easingFunc=Object(o[\"v\"])(t)?t:r[t]||l(t)},t}(),c=u,h=n(\"41ef\"),f=n(\"7a29\"),d=Array.prototype.slice;function p(t,e,n){return(e-t)*n+t}function g(t,e,n,i){for(var r=e.length,o=0;o<r;o++)t[o]=p(e[o],n[o],i);return t}function v(t,e,n,i){for(var r=e.length,o=r&&e[0].length,a=0;a<r;a++){t[a]||(t[a]=[]);for(var s=0;s<o;s++)t[a][s]=p(e[a][s],n[a][s],i)}return t}function y(t,e,n,i){for(var r=e.length,o=0;o<r;o++)t[o]=e[o]+n[o]*i;return t}function m(t,e,n,i){for(var r=e.length,o=r&&e[0].length,a=0;a<r;a++){t[a]||(t[a]=[]);for(var s=0;s<o;s++)t[a][s]=e[a][s]+n[a][s]*i}return t}function b(t,e){for(var n=t.length,i=e.length,r=n>i?e:t,o=Math.min(n,i),a=r[o-1]||{color:[0,0,0,0],offset:0},s=o;s<Math.max(n,i);s++)r.push({offset:a.offset,color:a.color.slice()})}function _(t,e,n){var i=t,r=e;if(i.push&&r.push){var o=i.length,a=r.length;if(o!==a){var s=o>a;if(s)i.length=a;else for(var l=o;l<a;l++)i.push(1===n?r[l]:d.call(r[l]))}var u=i[0]&&i[0].length;for(l=0;l<i.length;l++)if(1===n)isNaN(i[l])&&(i[l]=r[l]);else for(var c=0;c<u;c++)isNaN(i[l][c])&&(i[l][c]=r[l][c])}}function x(t){if(Object(o[\"t\"])(t)){var e=t.length;if(Object(o[\"t\"])(t[0])){for(var n=[],i=0;i<e;i++)n.push(d.call(t[i]));return n}return d.call(t)}return t}function O(t){return t[0]=Math.floor(t[0])||0,t[1]=Math.floor(t[1])||0,t[2]=Math.floor(t[2])||0,t[3]=null==t[3]?1:t[3],\"rgba(\"+t.join(\",\")+\")\"}function w(t){return Object(o[\"t\"])(t&&t[0])?2:1}var j=0,S=1,M=2,k=3,T=4,C=5,I=6;function D(t){return t===T||t===C}function A(t){return t===S||t===M}var P=[0,0,0,0],L=function(){function t(t){this.keyframes=[],this.discrete=!1,this._invalid=!1,this._needsSort=!1,this._lastFr=0,this._lastFrP=0,this.propName=t}return t.prototype.isFinished=function(){return this._finished},t.prototype.setFinished=function(){this._finished=!0,this._additiveTrack&&this._additiveTrack.setFinished()},t.prototype.needsAnimate=function(){return this.keyframes.length>=1},t.prototype.getAdditiveTrack=function(){return this._additiveTrack},t.prototype.addKeyframe=function(t,e,n){this._needsSort=!0;var i=this.keyframes,a=i.length,s=!1,u=I,c=e;if(Object(o[\"t\"])(e)){var d=w(e);u=d,(1===d&&!Object(o[\"y\"])(e[0])||2===d&&!Object(o[\"y\"])(e[0][0]))&&(s=!0)}else if(Object(o[\"y\"])(e)&&!Object(o[\"l\"])(e))u=j;else if(Object(o[\"B\"])(e))if(isNaN(+e)){var p=h[\"d\"](e);p&&(c=p,u=k)}else u=j;else if(Object(o[\"w\"])(e)){var g=Object(o[\"m\"])({},c);g.colorStops=Object(o[\"G\"])(e.colorStops,(function(t){return{offset:t.offset,color:h[\"d\"](t.color)}})),Object(f[\"a\"])(e)?u=T:Object(f[\"b\"])(e)&&(u=C),c=g}0===a?this.valType=u:u===this.valType&&u!==I||(s=!0),this.discrete=this.discrete||s;var v={time:t,value:c,rawValue:e,percent:0};return n&&(v.easing=n,v.easingFunc=Object(o[\"v\"])(n)?n:r[n]||l(n)),i.push(v),v},t.prototype.prepare=function(t,e){var n=this.keyframes;this._needsSort&&n.sort((function(t,e){return t.time-e.time}));for(var i=this.valType,r=n.length,o=n[r-1],a=this.discrete,s=A(i),l=D(i),u=0;u<r;u++){var c=n[u],h=c.value,f=o.value;c.percent=c.time/t,a||(s&&u!==r-1?_(h,f,i):l&&b(h.colorStops,f.colorStops))}if(!a&&i!==C&&e&&this.needsAnimate()&&e.needsAnimate()&&i===e.valType&&!e._finished){this._additiveTrack=e;var d=n[0].value;for(u=0;u<r;u++)i===j?n[u].additiveValue=n[u].value-d:i===k?n[u].additiveValue=y([],n[u].value,d,-1):A(i)&&(n[u].additiveValue=i===S?y([],n[u].value,d,-1):m([],n[u].value,d,-1))}},t.prototype.step=function(t,e){if(!this._finished){this._additiveTrack&&this._additiveTrack._finished&&(this._additiveTrack=null);var n,i,r,a=null!=this._additiveTrack,s=a?\"additiveValue\":\"value\",l=this.valType,u=this.keyframes,c=u.length,h=this.propName,f=l===k,d=this._lastFr,y=Math.min;if(1===c)i=r=u[0];else{if(e<0)n=0;else if(e<this._lastFrP){var m=y(d+1,c-1);for(n=m;n>=0;n--)if(u[n].percent<=e)break;n=y(n,c-2)}else{for(n=d;n<c;n++)if(u[n].percent>e)break;n=y(n-1,c-2)}r=u[n+1],i=u[n]}if(i&&r){this._lastFr=n,this._lastFrP=e;var b=r.percent-i.percent,_=0===b?1:y((e-i.percent)/b,1);r.easingFunc&&(_=r.easingFunc(_));var x=a?this._additiveValue:f?P:t[h];if(!A(l)&&!f||x||(x=this._additiveValue=[]),this.discrete)t[h]=_<1?i.rawValue:r.rawValue;else if(A(l))l===S?g(x,i[s],r[s],_):v(x,i[s],r[s],_);else if(D(l)){var w=i[s],j=r[s],M=l===T;t[h]={type:M?\"linear\":\"radial\",x:p(w.x,j.x,_),y:p(w.y,j.y,_),colorStops:Object(o[\"G\"])(w.colorStops,(function(t,e){var n=j.colorStops[e];return{offset:p(t.offset,n.offset,_),color:O(g([],t.color,n.color,_))}})),global:j.global},M?(t[h].x2=p(w.x2,j.x2,_),t[h].y2=p(w.y2,j.y2,_)):t[h].r=p(w.r,j.r,_)}else if(f)g(x,i[s],r[s],_),a||(t[h]=O(x));else{var C=p(i[s],r[s],_);a?this._additiveValue=C:t[h]=C}a&&this._addToTarget(t)}}},t.prototype._addToTarget=function(t){var e=this.valType,n=this.propName,i=this._additiveValue;e===j?t[n]=t[n]+i:e===k?(h[\"d\"](t[n],P),y(P,P,i,1),t[n]=O(P)):e===S?y(t[n],t[n],i,1):e===M&&m(t[n],t[n],i,1)},t}(),R=function(){function t(t,e,n,i){this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=t,this._loop=e,e&&i?Object(o[\"F\"])(\"Can' use additive animation on looped animation.\"):(this._additiveAnimators=i,this._allowDiscrete=n)}return t.prototype.getMaxTime=function(){return this._maxTime},t.prototype.getDelay=function(){return this._delay},t.prototype.getLoop=function(){return this._loop},t.prototype.getTarget=function(){return this._target},t.prototype.changeTarget=function(t){this._target=t},t.prototype.when=function(t,e,n){return this.whenWithKeys(t,e,Object(o[\"E\"])(e),n)},t.prototype.whenWithKeys=function(t,e,n,i){for(var r=this._tracks,o=0;o<n.length;o++){var a=n[o],s=r[a];if(!s){s=r[a]=new L(a);var l=void 0,u=this._getAdditiveTrack(a);if(u){var c=u.keyframes,h=c[c.length-1];l=h&&h.value,u.valType===k&&l&&(l=O(l))}else l=this._target[a];if(null==l)continue;t>0&&s.addKeyframe(0,x(l),i),this._trackKeys.push(a)}s.addKeyframe(t,x(e[a]),i)}return this._maxTime=Math.max(this._maxTime,t),this},t.prototype.pause=function(){this._clip.pause(),this._paused=!0},t.prototype.resume=function(){this._clip.resume(),this._paused=!1},t.prototype.isPaused=function(){return!!this._paused},t.prototype.duration=function(t){return this._maxTime=t,this._force=!0,this},t.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var t=this._doneCbs;if(t)for(var e=t.length,n=0;n<e;n++)t[n].call(this)},t.prototype._abortedCallback=function(){this._setTracksFinished();var t=this.animation,e=this._abortedCbs;if(t&&t.removeClip(this._clip),this._clip=null,e)for(var n=0;n<e.length;n++)e[n].call(this)},t.prototype._setTracksFinished=function(){for(var t=this._tracks,e=this._trackKeys,n=0;n<e.length;n++)t[e[n]].setFinished()},t.prototype._getAdditiveTrack=function(t){var e,n=this._additiveAnimators;if(n)for(var i=0;i<n.length;i++){var r=n[i].getTrack(t);r&&(e=r)}return e},t.prototype.start=function(t){if(!(this._started>0)){this._started=1;for(var e=this,n=[],i=this._maxTime||0,r=0;r<this._trackKeys.length;r++){var o=this._trackKeys[r],a=this._tracks[o],s=this._getAdditiveTrack(o),l=a.keyframes,u=l.length;if(a.prepare(i,s),a.needsAnimate())if(!this._allowDiscrete&&a.discrete){var h=l[u-1];h&&(e._target[a.propName]=h.rawValue),a.setFinished()}else n.push(a)}if(n.length||this._force){var f=new c({life:i,loop:this._loop,delay:this._delay||0,onframe:function(t){e._started=2;var i=e._additiveAnimators;if(i){for(var r=!1,o=0;o<i.length;o++)if(i[o]._clip){r=!0;break}r||(e._additiveAnimators=null)}for(o=0;o<n.length;o++)n[o].step(e._target,t);var a=e._onframeCbs;if(a)for(o=0;o<a.length;o++)a[o](e._target,t)},ondestroy:function(){e._doneCallback()}});this._clip=f,this.animation&&this.animation.addClip(f),t&&f.setEasing(t)}else this._doneCallback();return this}},t.prototype.stop=function(t){if(this._clip){var e=this._clip;t&&e.onframe(1),this._abortedCallback()}},t.prototype.delay=function(t){return this._delay=t,this},t.prototype.during=function(t){return t&&(this._onframeCbs||(this._onframeCbs=[]),this._onframeCbs.push(t)),this},t.prototype.done=function(t){return t&&(this._doneCbs||(this._doneCbs=[]),this._doneCbs.push(t)),this},t.prototype.aborted=function(t){return t&&(this._abortedCbs||(this._abortedCbs=[]),this._abortedCbs.push(t)),this},t.prototype.getClip=function(){return this._clip},t.prototype.getTrack=function(t){return this._tracks[t]},t.prototype.getTracks=function(){var t=this;return Object(o[\"G\"])(this._trackKeys,(function(e){return t._tracks[e]}))},t.prototype.stopTracks=function(t,e){if(!t.length||!this._clip)return!0;for(var n=this._tracks,i=this._trackKeys,r=0;r<t.length;r++){var o=n[t[r]];o&&!o.isFinished()&&(e?o.step(this._target,1):1===this._started&&o.step(this._target,0),o.setFinished())}var a=!0;for(r=0;r<i.length;r++)if(!n[i[r]].isFinished()){a=!1;break}return a&&this._abortedCallback(),a},t.prototype.saveTo=function(t,e,n){if(t){e=e||this._trackKeys;for(var i=0;i<e.length;i++){var r=e[i],o=this._tracks[r];if(o&&!o.isFinished()){var a=o.keyframes,s=a[n?0:a.length-1];s&&(t[r]=x(s.rawValue))}}}},t.prototype.__changeFinalValue=function(t,e){e=e||Object(o[\"E\"])(t);for(var n=0;n<e.length;n++){var i=e[n],r=this._tracks[i];if(r){var a=r.keyframes;if(a.length>1){var s=a.pop();r.addKeyframe(s.time,t[i]),r.prepare(this._maxTime,r.getAdditiveTrack())}}}},t}();e[\"b\"]=R},\"07fd\":function(t,e,n){\"use strict\";n.d(e,\"i\",(function(){return r})),n.d(e,\"f\",(function(){return o})),n.d(e,\"c\",(function(){return a})),n.d(e,\"e\",(function(){return s})),n.d(e,\"d\",(function(){return l})),n.d(e,\"g\",(function(){return u})),n.d(e,\"h\",(function(){return c})),n.d(e,\"a\",(function(){return h})),n.d(e,\"b\",(function(){return f}));var i=n(\"6d8b\"),r=Object(i[\"f\"])([\"tooltip\",\"label\",\"itemName\",\"itemId\",\"itemGroupId\",\"seriesName\"]),o=\"original\",a=\"arrayRows\",s=\"objectRows\",l=\"keyedColumns\",u=\"typedArray\",c=\"unknown\",h=\"column\",f=\"row\"},\"0da8\":function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"19eb\"),o=n(\"9850\"),a=n(\"6d8b\"),s=Object(a[\"i\"])({x:0,y:0},r[\"b\"]),l={style:Object(a[\"i\"])({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},r[\"a\"].style)};function u(t){return!!(t&&\"string\"!==typeof t&&t.width&&t.height)}var c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e.prototype.createStyle=function(t){return Object(a[\"g\"])(s,t)},e.prototype._getSize=function(t){var e=this.style,n=e[t];if(null!=n)return n;var i=u(e.image)?e.image:this.__image;if(!i)return 0;var r=\"width\"===t?\"height\":\"width\",o=e[r];return null==o?i[t]:i[t]/i[r]*o},e.prototype.getWidth=function(){return this._getSize(\"width\")},e.prototype.getHeight=function(){return this._getSize(\"height\")},e.prototype.getAnimationStyleProps=function(){return l},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new o[\"a\"](t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(r[\"c\"]);c.prototype.type=\"image\",e[\"a\"]=c},\"0f99\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return a})),n.d(e,\"f\",(function(){return l})),n.d(e,\"c\",(function(){return u})),n.d(e,\"e\",(function(){return c})),n.d(e,\"d\",(function(){return h})),n.d(e,\"b\",(function(){return f}));var i=n(\"e0d3\"),r=n(\"6d8b\"),o=n(\"07fd\"),a={Must:1,Might:2,Not:3},s=Object(i[\"l\"])();function l(t){s(t).datasetMap=Object(r[\"f\"])()}function u(t,e,n){var i={},o=c(e);if(!o||!t)return i;var a,l,u=[],h=[],f=e.ecModel,d=s(f).datasetMap,p=o.uid+\"_\"+n.seriesLayoutBy;t=t.slice(),Object(r[\"k\"])(t,(function(e,n){var o=Object(r[\"z\"])(e)?e:t[n]={name:e};\"ordinal\"===o.type&&null==a&&(a=n,l=y(o)),i[o.name]=[]}));var g=d.get(p)||d.set(p,{categoryWayDim:l,valueWayDim:0});function v(t,e,n){for(var i=0;i<n;i++)t.push(e+i)}function y(t){var e=t.dimsDef;return e?e.length:1}return Object(r[\"k\"])(t,(function(t,e){var n=t.name,r=y(t);if(null==a){var o=g.valueWayDim;v(i[n],o,r),v(h,o,r),g.valueWayDim+=r}else if(a===e)v(i[n],0,r),v(u,0,r);else{o=g.categoryWayDim;v(i[n],o,r),v(h,o,r),g.categoryWayDim+=r}})),u.length&&(i.itemName=u),h.length&&(i.seriesName=h),i}function c(t){var e=t.get(\"data\",!0);if(!e)return Object(i[\"r\"])(t.ecModel,\"dataset\",{index:t.get(\"datasetIndex\",!0),id:t.get(\"datasetId\",!0)},i[\"a\"]).models[0]}function h(t){return t.get(\"transform\",!0)||t.get(\"fromTransformResult\",!0)?Object(i[\"r\"])(t.ecModel,\"dataset\",{index:t.get(\"fromDatasetIndex\",!0),id:t.get(\"fromDatasetId\",!0)},i[\"a\"]).models:[]}function f(t,e){return d(t.data,t.sourceFormat,t.seriesLayoutBy,t.dimensionsDefine,t.startIndex,e)}function d(t,e,n,s,l,u){var c,h,f,d=5;if(Object(r[\"D\"])(t))return a.Not;if(s){var p=s[u];Object(r[\"z\"])(p)?(h=p.name,f=p.type):Object(r[\"B\"])(p)&&(h=p)}if(null!=f)return\"ordinal\"===f?a.Must:a.Not;if(e===o[\"c\"]){var g=t;if(n===o[\"b\"]){for(var v=g[u],y=0;y<(v||[]).length&&y<d;y++)if(null!=(c=j(v[l+y])))return c}else for(y=0;y<g.length&&y<d;y++){var m=g[l+y];if(m&&null!=(c=j(m[u])))return c}}else if(e===o[\"e\"]){var b=t;if(!h)return a.Not;for(y=0;y<b.length&&y<d;y++){var _=b[y];if(_&&null!=(c=j(_[h])))return c}}else if(e===o[\"d\"]){var x=t;if(!h)return a.Not;v=x[h];if(!v||Object(r[\"D\"])(v))return a.Not;for(y=0;y<v.length&&y<d;y++)if(null!=(c=j(v[y])))return c}else if(e===o[\"f\"]){var O=t;for(y=0;y<O.length&&y<d;y++){_=O[y];var w=Object(i[\"f\"])(_);if(!Object(r[\"s\"])(w))return a.Not;if(null!=(c=j(w[u])))return c}}function j(t){var e=Object(r[\"B\"])(t);return null!=t&&isFinite(t)&&\"\"!==t?e?a.Might:a.Not:e&&\"-\"!==t?a.Must:void 0}return a.Not}},\"133d\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return o}));var i=n(\"6d8b\"),r=n(\"e0d3\");function o(t,e){var n,o=[],a=t.seriesIndex;if(null==a||!(n=e.getSeriesByIndex(a)))return{point:[]};var s=n.getData(),l=r[\"q\"](s,t);if(null==l||l<0||i[\"s\"](l))return{point:[]};var u=s.getItemGraphicEl(l),c=n.coordinateSystem;if(n.getTooltipPosition)o=n.getTooltipPosition(l)||[];else if(c&&c.dataToPoint)if(t.isStacked){var h=c.getBaseAxis(),f=c.getOtherAxis(h),d=f.dim,p=h.dim,g=\"x\"===d||\"radius\"===d?1:0,v=s.mapDimension(p),y=[];y[g]=s.get(v,l),y[1-g]=s.get(s.getCalculationInfo(\"stackResultDimension\"),l),o=c.dataToPoint(y)||[]}else o=c.dataToPoint(s.getValues(i[\"G\"](c.dimensions,(function(t){return s.mapDimension(t)})),l))||[];else if(u){var m=u.getBoundingRect().clone();m.applyTransform(u.transform),o=[m.x+m.width/2,m.y+m.height/2]}return{point:o,el:u}}},1687:function(t,e,n){\"use strict\";function i(){return[1,0,0,1,0,0]}function r(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function o(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t}function a(t,e,n){var i=e[0]*n[0]+e[2]*n[1],r=e[1]*n[0]+e[3]*n[1],o=e[0]*n[2]+e[2]*n[3],a=e[1]*n[2]+e[3]*n[3],s=e[0]*n[4]+e[2]*n[5]+e[4],l=e[1]*n[4]+e[3]*n[5]+e[5];return t[0]=i,t[1]=r,t[2]=o,t[3]=a,t[4]=s,t[5]=l,t}function s(t,e,n){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4]+n[0],t[5]=e[5]+n[1],t}function l(t,e,n){var i=e[0],r=e[2],o=e[4],a=e[1],s=e[3],l=e[5],u=Math.sin(n),c=Math.cos(n);return t[0]=i*c+a*u,t[1]=-i*u+a*c,t[2]=r*c+s*u,t[3]=-r*u+c*s,t[4]=c*o+u*l,t[5]=c*l-u*o,t}function u(t,e,n){var i=n[0],r=n[1];return t[0]=e[0]*i,t[1]=e[1]*r,t[2]=e[2]*i,t[3]=e[3]*r,t[4]=e[4]*i,t[5]=e[5]*r,t}function c(t,e){var n=e[0],i=e[2],r=e[4],o=e[1],a=e[3],s=e[5],l=n*a-o*i;return l?(l=1/l,t[0]=a*l,t[1]=-o*l,t[2]=-i*l,t[3]=n*l,t[4]=(i*s-a*r)*l,t[5]=(o*r-n*s)*l,t):null}n.d(e,\"b\",(function(){return i})),n.d(e,\"c\",(function(){return r})),n.d(e,\"a\",(function(){return o})),n.d(e,\"e\",(function(){return a})),n.d(e,\"h\",(function(){return s})),n.d(e,\"f\",(function(){return l})),n.d(e,\"g\",(function(){return u})),n.d(e,\"d\",(function(){return c}))},\"17d6\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return l})),n.d(e,\"b\",(function(){return p}));var i=n(\"6d8b\"),r=n(\"22d1\"),o=n(\"e0d3\"),a=Object(o[\"l\"])(),s=i[\"k\"];function l(t,e,n){if(!r[\"a\"].node){var i=e.getZr();a(i).records||(a(i).records={}),u(i,e);var o=a(i).records[t]||(a(i).records[t]={});o.handler=n}}function u(t,e){function n(n,i){t.on(n,(function(n){var r=d(e);s(a(t).records,(function(t){t&&i(t,n,r.dispatchAction)})),c(r.pendings,e)}))}a(t).initialized||(a(t).initialized=!0,n(\"click\",i[\"h\"](f,\"click\")),n(\"mousemove\",i[\"h\"](f,\"mousemove\")),n(\"globalout\",h))}function c(t,e){var n,i=t.showTip.length,r=t.hideTip.length;i?n=t.showTip[i-1]:r&&(n=t.hideTip[r-1]),n&&(n.dispatchAction=null,e.dispatchAction(n))}function h(t,e,n){t.handler(\"leave\",null,n)}function f(t,e,n,i){e.handler(t,n,i)}function d(t){var e={showTip:[],hideTip:[]},n=function(i){var r=e[i.type];r?r.push(i):(i.dispatchAction=n,t.dispatchAction(i))};return{dispatchAction:n,pendings:e}}function p(t,e){if(!r[\"a\"].node){var n=e.getZr(),i=(a(n).records||{})[t];i&&(a(n).records[t]=null)}}},\"19eb\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return u})),n.d(e,\"a\",(function(){return c}));var i=n(\"9ab4\"),r=n(\"d5b7\"),o=n(\"9850\"),a=n(\"6d8b\"),s=n(\"4bc4\"),l=\"__zr_style_\"+Math.round(10*Math.random()),u={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:\"#000\",opacity:1,blend:\"source-over\"},c={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};u[l]=!0;var h=[\"z\",\"z2\",\"invisible\"],f=[\"invisible\"],d=function(t){function e(e){return t.call(this,e)||this}return Object(i[\"a\"])(e,t),e.prototype._init=function(e){for(var n=Object(a[\"E\"])(e),i=0;i<n.length;i++){var r=n[i];\"style\"===r?this.useStyle(e[r]):t.prototype.attrKV.call(this,r,e[r])}this.style||this.useStyle({})},e.prototype.beforeBrush=function(){},e.prototype.afterBrush=function(){},e.prototype.innerBeforeBrush=function(){},e.prototype.innerAfterBrush=function(){},e.prototype.shouldBePainted=function(t,e,n,i){var r=this.transform;if(this.ignore||this.invisible||0===this.style.opacity||this.culling&&v(this,t,e)||r&&!r[0]&&!r[3])return!1;if(n&&this.__clipPaths)for(var o=0;o<this.__clipPaths.length;++o)if(this.__clipPaths[o].isZeroArea())return!1;if(i&&this.parent){var a=this.parent;while(a){if(a.ignore)return!1;a=a.parent}}return!0},e.prototype.contain=function(t,e){return this.rectContain(t,e)},e.prototype.traverse=function(t,e){t.call(e,this)},e.prototype.rectContain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();return i.contain(n[0],n[1])},e.prototype.getPaintRect=function(){var t=this._paintRect;if(!this._paintRect||this.__dirty){var e=this.transform,n=this.getBoundingRect(),i=this.style,r=i.shadowBlur||0,a=i.shadowOffsetX||0,s=i.shadowOffsetY||0;t=this._paintRect||(this._paintRect=new o[\"a\"](0,0,0,0)),e?o[\"a\"].applyTransform(t,n,e):t.copy(n),(r||a||s)&&(t.width+=2*r+Math.abs(a),t.height+=2*r+Math.abs(s),t.x=Math.min(t.x,t.x+a-r),t.y=Math.min(t.y,t.y+s-r));var l=this.dirtyRectTolerance;t.isZero()||(t.x=Math.floor(t.x-l),t.y=Math.floor(t.y-l),t.width=Math.ceil(t.width+1+2*l),t.height=Math.ceil(t.height+1+2*l))}return t},e.prototype.setPrevPaintRect=function(t){t?(this._prevPaintRect=this._prevPaintRect||new o[\"a\"](0,0,0,0),this._prevPaintRect.copy(t)):this._prevPaintRect=null},e.prototype.getPrevPaintRect=function(){return this._prevPaintRect},e.prototype.animateStyle=function(t){return this.animate(\"style\",t)},e.prototype.updateDuringAnimation=function(t){\"style\"===t?this.dirtyStyle():this.markRedraw()},e.prototype.attrKV=function(e,n){\"style\"!==e?t.prototype.attrKV.call(this,e,n):this.style?this.setStyle(n):this.useStyle(n)},e.prototype.setStyle=function(t,e){return\"string\"===typeof t?this.style[t]=e:Object(a[\"m\"])(this.style,t),this.dirtyStyle(),this},e.prototype.dirtyStyle=function(t){t||this.markRedraw(),this.__dirty|=s[\"c\"],this._rect&&(this._rect=null)},e.prototype.dirty=function(){this.dirtyStyle()},e.prototype.styleChanged=function(){return!!(this.__dirty&s[\"c\"])},e.prototype.styleUpdated=function(){this.__dirty&=~s[\"c\"]},e.prototype.createStyle=function(t){return Object(a[\"g\"])(u,t)},e.prototype.useStyle=function(t){t[l]||(t=this.createStyle(t)),this.__inHover?this.__hoverStyle=t:this.style=t,this.dirtyStyle()},e.prototype.isStyleObject=function(t){return t[l]},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.style&&!n.style&&(n.style=this._mergeStyle(this.createStyle(),this.style)),this._savePrimaryToNormal(e,n,h)},e.prototype._applyStateObj=function(e,n,i,r,o,s){t.prototype._applyStateObj.call(this,e,n,i,r,o,s);var l,u=!(n&&r);if(n&&n.style?o?r?l=n.style:(l=this._mergeStyle(this.createStyle(),i.style),this._mergeStyle(l,n.style)):(l=this._mergeStyle(this.createStyle(),r?this.style:i.style),this._mergeStyle(l,n.style)):u&&(l=i.style),l)if(o){var c=this.style;if(this.style=this.createStyle(u?{}:c),u)for(var d=Object(a[\"E\"])(c),p=0;p<d.length;p++){var g=d[p];g in l&&(l[g]=l[g],this.style[g]=c[g])}var v=Object(a[\"E\"])(l);for(p=0;p<v.length;p++){g=v[p];this.style[g]=this.style[g]}this._transitionState(e,{style:l},s,this.getAnimationStyleProps())}else this.useStyle(l);var y=this.__inHover?f:h;for(p=0;p<y.length;p++){g=y[p];n&&null!=n[g]?this[g]=n[g]:u&&null!=i[g]&&(this[g]=i[g])}},e.prototype._mergeStates=function(e){for(var n,i=t.prototype._mergeStates.call(this,e),r=0;r<e.length;r++){var o=e[r];o.style&&(n=n||{},this._mergeStyle(n,o.style))}return n&&(i.style=n),i},e.prototype._mergeStyle=function(t,e){return Object(a[\"m\"])(t,e),t},e.prototype.getAnimationStyleProps=function(){return c},e.initDefaultProps=function(){var t=e.prototype;t.type=\"displayable\",t.invisible=!1,t.z=0,t.z2=0,t.zlevel=0,t.culling=!1,t.cursor=\"pointer\",t.rectHover=!1,t.incremental=!1,t._rect=null,t.dirtyRectTolerance=0,t.__dirty=s[\"a\"]|s[\"c\"]}(),e}(r[\"a\"]),p=new o[\"a\"](0,0,0,0),g=new o[\"a\"](0,0,0,0);function v(t,e,n){return p.copy(t.getBoundingRect()),t.transform&&p.applyTransform(t.transform),g.width=e,g.height=n,!p.intersect(g)}e[\"c\"]=d},\"1be7\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return dn})),n.d(e,\"b\",(function(){return ai})),n.d(e,\"j\",(function(){return ui})),n.d(e,\"k\",(function(){return ci})),n.d(e,\"h\",(function(){return hi})),n.d(e,\"i\",(function(){return fi})),n.d(e,\"m\",(function(){return di})),n.d(e,\"c\",(function(){return pi})),n.d(e,\"d\",(function(){return gi})),n.d(e,\"e\",(function(){return vi})),n.d(e,\"n\",(function(){return yi})),n.d(e,\"f\",(function(){return _i})),n.d(e,\"g\",(function(){return xi})),n.d(e,\"l\",(function(){return Oi}));var i=n(\"9ab4\"),r=n(\"697e7\"),o=n(\"6d8b\"),a=n(\"22d1\"),s=n(\"04f6\"),l=n(\"6fd3\"),u=n(\"e0d3\"),c=n(\"4319\"),h=n(\"6cb7\"),f=\"\";\"undefined\"!==typeof navigator&&(f=navigator.platform||\"\");var d=\"rgba(0, 0, 0, 0.2)\",p={darkMode:\"auto\",colorBy:\"series\",color:[\"#5470c6\",\"#91cc75\",\"#fac858\",\"#ee6666\",\"#73c0de\",\"#3ba272\",\"#fc8452\",\"#9a60b4\",\"#ea7ccc\"],gradientColor:[\"#f6efa6\",\"#d88273\",\"#bf444c\"],aria:{decal:{decals:[{color:d,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:d,symbol:\"circle\",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:d,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:d,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:d,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:d,symbol:\"triangle\",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:f.match(/^Win/)?\"Microsoft YaHei\":\"sans-serif\",fontSize:12,fontStyle:\"normal\",fontWeight:\"normal\"},blendMode:null,stateAnimation:{duration:300,easing:\"cubicOut\"},animation:\"auto\",animationDuration:1e3,animationDurationUpdate:500,animationEasing:\"cubicInOut\",animationEasingUpdate:\"cubicInOut\",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1},g=n(\"0f99\"),v=Object(o[\"f\"])();function y(t,e,n){var i=v.get(e);if(!i)return n;var r=i(t);return r?n.concat(r):n}var m,b,_,x=n(\"4041\"),O=n(\"edae\"),w=\"\\0_ec_inner\",j=1;var S=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e.prototype.init=function(t,e,n,i,r,o){i=i||{},this.option=null,this._theme=new c[\"a\"](i),this._locale=new c[\"a\"](r),this._optionManager=o},e.prototype.setOption=function(t,e,n){var i=I(e);this._optionManager.setOption(t,n,i),this._resetOption(null,i)},e.prototype.resetOption=function(t,e){return this._resetOption(t,I(e))},e.prototype._resetOption=function(t,e){var n=!1,i=this._optionManager;if(!t||\"recreate\"===t){var r=i.mountOption(\"recreate\"===t);0,this.option&&\"recreate\"!==t?(this.restoreData(),this._mergeOption(r,e)):_(this,r),n=!0}if(\"timeline\"!==t&&\"media\"!==t||this.restoreData(),!t||\"recreate\"===t||\"timeline\"===t){var a=i.getTimelineOption(this);a&&(n=!0,this._mergeOption(a,e))}if(!t||\"recreate\"===t||\"media\"===t){var s=i.getMediaOption(this);s.length&&Object(o[\"k\"])(s,(function(t){n=!0,this._mergeOption(t,e)}),this)}return n},e.prototype.mergeOption=function(t){this._mergeOption(t,null)},e.prototype._mergeOption=function(t,e){var n=this.option,i=this._componentsMap,r=this._componentsCount,a=[],s=Object(o[\"f\"])(),l=e&&e.replaceMergeMainTypeMap;function c(e){var a=y(this,e,u[\"n\"](t[e])),s=i.get(e),c=s?l&&l.get(e)?\"replaceMerge\":\"normalMerge\":\"replaceAll\",f=u[\"m\"](s,a,c);u[\"t\"](f,e,h[\"a\"]),n[e]=null,i.set(e,null),r.set(e,0);var d,p=[],g=[],v=0;Object(o[\"k\"])(f,(function(t,n){var i=t.existing,r=t.newOption;if(r){var a=\"series\"===e,s=h[\"a\"].getClass(e,t.keyInfo.subType,!a);if(!s)return;if(\"tooltip\"===e){if(d)return void 0;d=!0}if(i&&i.constructor===s)i.name=t.keyInfo.name,i.mergeOption(r,this),i.optionUpdated(r,!1);else{var l=Object(o[\"m\"])({componentIndex:n},t.keyInfo);i=new s(r,this,this,l),Object(o[\"m\"])(i,l),t.brandNew&&(i.__requireNewView=!0),i.init(r,this,this),i.optionUpdated(null,!0)}}else i&&(i.mergeOption({},this),i.optionUpdated({},!1));i?(p.push(i.option),g.push(i),v++):(p.push(void 0),g.push(void 0))}),this),n[e]=p,i.set(e,g),r.set(e,v),\"series\"===e&&m(this)}Object(g[\"f\"])(this),Object(o[\"k\"])(t,(function(t,e){null!=t&&(h[\"a\"].hasClass(e)?e&&(a.push(e),s.set(e,!0)):n[e]=null==n[e]?Object(o[\"d\"])(t):Object(o[\"H\"])(n[e],t,!0))})),l&&l.each((function(t,e){h[\"a\"].hasClass(e)&&!s.get(e)&&(a.push(e),s.set(e,!0))})),h[\"a\"].topologicalTravel(a,h[\"a\"].getAllClassMainTypes(),c,this),this._seriesIndices||m(this)},e.prototype.getOption=function(){var t=Object(o[\"d\"])(this.option);return Object(o[\"k\"])(t,(function(e,n){if(h[\"a\"].hasClass(n)){for(var i=u[\"n\"](e),r=i.length,o=!1,a=r-1;a>=0;a--)i[a]&&!u[\"i\"](i[a])?o=!0:(i[a]=null,!o&&r--);i.length=r,t[n]=i}})),delete t[w],t},e.prototype.getTheme=function(){return this._theme},e.prototype.getLocaleModel=function(){return this._locale},e.prototype.setUpdatePayload=function(t){this._payload=t},e.prototype.getUpdatePayload=function(){return this._payload},e.prototype.getComponent=function(t,e){var n=this._componentsMap.get(t);if(n){var i=n[e||0];if(i)return i;if(null==e)for(var r=0;r<n.length;r++)if(n[r])return n[r]}},e.prototype.queryComponents=function(t){var e=t.mainType;if(!e)return[];var n,i=t.index,r=t.id,a=t.name,s=this._componentsMap.get(e);return s&&s.length?(null!=i?(n=[],Object(o[\"k\"])(u[\"n\"](i),(function(t){s[t]&&n.push(s[t])}))):n=null!=r?T(\"id\",r,s):null!=a?T(\"name\",a,s):Object(o[\"n\"])(s,(function(t){return!!t})),C(n,t)):[]},e.prototype.findComponents=function(t){var e=t.query,n=t.mainType,i=a(e),r=i?this.queryComponents(i):Object(o[\"n\"])(this._componentsMap.get(n),(function(t){return!!t}));return s(C(r,t));function a(t){var e=n+\"Index\",i=n+\"Id\",r=n+\"Name\";return!t||null==t[e]&&null==t[i]&&null==t[r]?null:{mainType:n,index:t[e],id:t[i],name:t[r]}}function s(e){return t.filter?Object(o[\"n\"])(e,t.filter):e}},e.prototype.eachComponent=function(t,e,n){var i=this._componentsMap;if(Object(o[\"v\"])(t)){var r=e,a=t;i.each((function(t,e){for(var n=0;t&&n<t.length;n++){var i=t[n];i&&a.call(r,e,i,i.componentIndex)}}))}else for(var s=Object(o[\"B\"])(t)?i.get(t):Object(o[\"z\"])(t)?this.findComponents(t):null,l=0;s&&l<s.length;l++){var u=s[l];u&&e.call(n,u,u.componentIndex)}},e.prototype.getSeriesByName=function(t){var e=u[\"c\"](t,null);return Object(o[\"n\"])(this._componentsMap.get(\"series\"),(function(t){return!!t&&null!=e&&t.name===e}))},e.prototype.getSeriesByIndex=function(t){return this._componentsMap.get(\"series\")[t]},e.prototype.getSeriesByType=function(t){return Object(o[\"n\"])(this._componentsMap.get(\"series\"),(function(e){return!!e&&e.subType===t}))},e.prototype.getSeries=function(){return Object(o[\"n\"])(this._componentsMap.get(\"series\"),(function(t){return!!t}))},e.prototype.getSeriesCount=function(){return this._componentsCount.get(\"series\")},e.prototype.eachSeries=function(t,e){b(this),Object(o[\"k\"])(this._seriesIndices,(function(n){var i=this._componentsMap.get(\"series\")[n];t.call(e,i,n)}),this)},e.prototype.eachRawSeries=function(t,e){Object(o[\"k\"])(this._componentsMap.get(\"series\"),(function(n){n&&t.call(e,n,n.componentIndex)}))},e.prototype.eachSeriesByType=function(t,e,n){b(this),Object(o[\"k\"])(this._seriesIndices,(function(i){var r=this._componentsMap.get(\"series\")[i];r.subType===t&&e.call(n,r,i)}),this)},e.prototype.eachRawSeriesByType=function(t,e,n){return Object(o[\"k\"])(this.getSeriesByType(t),e,n)},e.prototype.isSeriesFiltered=function(t){return b(this),null==this._seriesIndicesMap.get(t.componentIndex)},e.prototype.getCurrentSeriesIndices=function(){return(this._seriesIndices||[]).slice()},e.prototype.filterSeries=function(t,e){b(this);var n=[];Object(o[\"k\"])(this._seriesIndices,(function(i){var r=this._componentsMap.get(\"series\")[i];t.call(e,r,i)&&n.push(i)}),this),this._seriesIndices=n,this._seriesIndicesMap=Object(o[\"f\"])(n)},e.prototype.restoreData=function(t){m(this);var e=this._componentsMap,n=[];e.each((function(t,e){h[\"a\"].hasClass(e)&&n.push(e)})),h[\"a\"].topologicalTravel(n,h[\"a\"].getAllClassMainTypes(),(function(n){Object(o[\"k\"])(e.get(n),(function(e){!e||\"series\"===n&&M(e,t)||e.restoreData()}))}))},e.internalField=function(){m=function(t){var e=t._seriesIndices=[];Object(o[\"k\"])(t._componentsMap.get(\"series\"),(function(t){t&&e.push(t.componentIndex)})),t._seriesIndicesMap=Object(o[\"f\"])(e)},b=function(t){0},_=function(t,e){t.option={},t.option[w]=j,t._componentsMap=Object(o[\"f\"])({series:[]}),t._componentsCount=Object(o[\"f\"])();var n=e.aria;Object(o[\"z\"])(n)&&null==n.enabled&&(n.enabled=!0),k(e,t._theme.option),Object(o[\"H\"])(e,p,!1),t._mergeOption(e,null)}}(),e}(c[\"a\"]);function M(t,e){if(e){var n=e.seriesIndex,i=e.seriesId,r=e.seriesName;return null!=n&&t.componentIndex!==n||null!=i&&t.id!==i||null!=r&&t.name!==r}}function k(t,e){var n=t.color&&!t.colorLayer;Object(o[\"k\"])(e,(function(e,i){\"colorLayer\"===i&&n||h[\"a\"].hasClass(i)||(\"object\"===typeof e?t[i]=t[i]?Object(o[\"H\"])(t[i],e,!1):Object(o[\"d\"])(e):null==t[i]&&(t[i]=e))}))}function T(t,e,n){if(Object(o[\"s\"])(e)){var i=Object(o[\"f\"])();return Object(o[\"k\"])(e,(function(t){if(null!=t){var e=u[\"c\"](t,null);null!=e&&i.set(t,!0)}})),Object(o[\"n\"])(n,(function(e){return e&&i.get(e[t])}))}var r=u[\"c\"](e,null);return Object(o[\"n\"])(n,(function(e){return e&&null!=r&&e[t]===r}))}function C(t,e){return e.hasOwnProperty(\"subType\")?Object(o[\"n\"])(t,(function(t){return t&&t.subType===e.subType})):t}function I(t){var e=Object(o[\"f\"])();return t&&Object(o[\"k\"])(u[\"n\"](t.replaceMerge),(function(t){e.set(t,!0)})),{replaceMergeMainTypeMap:e}}Object(o[\"I\"])(S,x[\"a\"]);var D=S,A=[\"getDom\",\"getZr\",\"getWidth\",\"getHeight\",\"getDevicePixelRatio\",\"dispatchAction\",\"isSSR\",\"isDisposed\",\"on\",\"off\",\"getDataURL\",\"getConnectedDataURL\",\"getOption\",\"getId\",\"updateLabelLayout\"],P=function(){function t(t){o[\"k\"](A,(function(e){this[e]=o[\"c\"](t[e],t)}),this)}return t}(),L=P,R=n(\"1f39\"),z=/^(min|max)?(.+)$/,N=function(){function t(t){this._timelineOptions=[],this._mediaList=[],this._currentMediaIndices=[],this._api=t}return t.prototype.setOption=function(t,e,n){t&&(Object(o[\"k\"])(Object(u[\"n\"])(t.series),(function(t){t&&t.data&&Object(o[\"D\"])(t.data)&&Object(o[\"P\"])(t.data)})),Object(o[\"k\"])(Object(u[\"n\"])(t.dataset),(function(t){t&&t.source&&Object(o[\"D\"])(t.source)&&Object(o[\"P\"])(t.source)}))),t=Object(o[\"d\"])(t);var i=this._optionBackup,r=B(t,e,!i);this._newBaseOption=r.baseOption,i?(r.timelineOptions.length&&(i.timelineOptions=r.timelineOptions),r.mediaList.length&&(i.mediaList=r.mediaList),r.mediaDefault&&(i.mediaDefault=r.mediaDefault)):this._optionBackup=r},t.prototype.mountOption=function(t){var e=this._optionBackup;return this._timelineOptions=e.timelineOptions,this._mediaList=e.mediaList,this._mediaDefault=e.mediaDefault,this._currentMediaIndices=[],Object(o[\"d\"])(t?e.baseOption:this._newBaseOption)},t.prototype.getTimelineOption=function(t){var e,n=this._timelineOptions;if(n.length){var i=t.getComponent(\"timeline\");i&&(e=Object(o[\"d\"])(n[i.getCurrentIndex()]))}return e},t.prototype.getMediaOption=function(t){var e=this._api.getWidth(),n=this._api.getHeight(),i=this._mediaList,r=this._mediaDefault,a=[],s=[];if(!i.length&&!r)return s;for(var l=0,u=i.length;l<u;l++)E(i[l].query,e,n)&&a.push(l);return!a.length&&r&&(a=[-1]),a.length&&!H(a,this._currentMediaIndices)&&(s=Object(o[\"G\"])(a,(function(t){return Object(o[\"d\"])(-1===t?r.option:i[t].option)}))),this._currentMediaIndices=a,s},t}();function B(t,e,n){var i,r,a=[],s=t.baseOption,l=t.timeline,u=t.options,c=t.media,h=!!t.media,f=!!(u||l||s&&s.timeline);function d(t){Object(o[\"k\"])(e,(function(e){e(t,n)}))}return s?(r=s,r.timeline||(r.timeline=l)):((f||h)&&(t.options=t.media=null),r=t),h&&Object(o[\"s\"])(c)&&Object(o[\"k\"])(c,(function(t){t&&t.option&&(t.query?a.push(t):i||(i=t))})),d(r),Object(o[\"k\"])(u,(function(t){return d(t)})),Object(o[\"k\"])(a,(function(t){return d(t.option)})),{baseOption:r,timelineOptions:u||[],mediaDefault:i,mediaList:a}}function E(t,e,n){var i={width:e,height:n,aspectratio:e/n},r=!0;return Object(o[\"k\"])(t,(function(t,e){var n=e.match(z);if(n&&n[1]&&n[2]){var o=n[1],a=n[2].toLowerCase();F(i[a],t,o)||(r=!1)}})),r}function F(t,e,n){return\"min\"===n?t>=e:\"max\"===n?t<=e:t===e}function H(t,e){return t.join(\",\")===e.join(\",\")}var V=N,G=o[\"k\"],W=o[\"z\"],U=[\"areaStyle\",\"lineStyle\",\"nodeStyle\",\"linkStyle\",\"chordStyle\",\"label\",\"labelLine\"];function q(t){var e=t&&t.itemStyle;if(e)for(var n=0,i=U.length;n<i;n++){var r=U[n],a=e.normal,s=e.emphasis;a&&a[r]&&(t[r]=t[r]||{},t[r].normal?o[\"H\"](t[r].normal,a[r]):t[r].normal=a[r],a[r]=null),s&&s[r]&&(t[r]=t[r]||{},t[r].emphasis?o[\"H\"](t[r].emphasis,s[r]):t[r].emphasis=s[r],s[r]=null)}}function X(t,e,n){if(t&&t[e]&&(t[e].normal||t[e].emphasis)){var i=t[e].normal,r=t[e].emphasis;i&&(n?(t[e].normal=t[e].emphasis=null,o[\"i\"](t[e],i)):t[e]=i),r&&(t.emphasis=t.emphasis||{},t.emphasis[e]=r,r.focus&&(t.emphasis.focus=r.focus),r.blurScope&&(t.emphasis.blurScope=r.blurScope))}}function Y(t){X(t,\"itemStyle\"),X(t,\"lineStyle\"),X(t,\"areaStyle\"),X(t,\"label\"),X(t,\"labelLine\"),X(t,\"upperLabel\"),X(t,\"edgeLabel\")}function Z(t,e){var n=W(t)&&t[e],i=W(n)&&n.textStyle;if(i){0;for(var r=0,o=u[\"b\"].length;r<o;r++){var a=u[\"b\"][r];i.hasOwnProperty(a)&&(n[a]=i[a])}}}function K(t){t&&(Y(t),Z(t,\"label\"),t.emphasis&&Z(t.emphasis,\"label\"))}function Q(t){if(W(t)){q(t),Y(t),Z(t,\"label\"),Z(t,\"upperLabel\"),Z(t,\"edgeLabel\"),t.emphasis&&(Z(t.emphasis,\"label\"),Z(t.emphasis,\"upperLabel\"),Z(t.emphasis,\"edgeLabel\"));var e=t.markPoint;e&&(q(e),K(e));var n=t.markLine;n&&(q(n),K(n));var i=t.markArea;i&&K(i);var r=t.data;if(\"graph\"===t.type){r=r||t.nodes;var a=t.links||t.edges;if(a&&!o[\"D\"](a))for(var s=0;s<a.length;s++)K(a[s]);o[\"k\"](t.categories,(function(t){Y(t)}))}if(r&&!o[\"D\"](r))for(s=0;s<r.length;s++)K(r[s]);if(e=t.markPoint,e&&e.data){var l=e.data;for(s=0;s<l.length;s++)K(l[s])}if(n=t.markLine,n&&n.data){var u=n.data;for(s=0;s<u.length;s++)o[\"s\"](u[s])?(K(u[s][0]),K(u[s][1])):K(u[s])}\"gauge\"===t.type?(Z(t,\"axisLabel\"),Z(t,\"title\"),Z(t,\"detail\")):\"treemap\"===t.type?(X(t.breadcrumb,\"itemStyle\"),o[\"k\"](t.levels,(function(t){Y(t)}))):\"tree\"===t.type&&Y(t.leaves)}}function $(t){return o[\"s\"](t)?t:t?[t]:[]}function J(t){return(o[\"s\"](t)?t[0]:t)||{}}function tt(t,e){G($(t.series),(function(t){W(t)&&Q(t)}));var n=[\"xAxis\",\"yAxis\",\"radiusAxis\",\"angleAxis\",\"singleAxis\",\"parallelAxis\",\"radar\"];e&&n.push(\"valueAxis\",\"categoryAxis\",\"logAxis\",\"timeAxis\"),G(n,(function(e){G($(t[e]),(function(t){t&&(Z(t,\"axisLabel\"),Z(t.axisPointer,\"label\"))}))})),G($(t.parallel),(function(t){var e=t&&t.parallelAxisDefault;Z(e,\"axisLabel\"),Z(e&&e.axisPointer,\"label\")})),G($(t.calendar),(function(t){X(t,\"itemStyle\"),Z(t,\"dayLabel\"),Z(t,\"monthLabel\"),Z(t,\"yearLabel\")})),G($(t.radar),(function(t){Z(t,\"name\"),t.name&&null==t.axisName&&(t.axisName=t.name,delete t.name),null!=t.nameGap&&null==t.axisNameGap&&(t.axisNameGap=t.nameGap,delete t.nameGap)})),G($(t.geo),(function(t){W(t)&&(K(t),G($(t.regions),(function(t){K(t)})))})),G($(t.timeline),(function(t){K(t),X(t,\"label\"),X(t,\"itemStyle\"),X(t,\"controlStyle\",!0);var e=t.data;o[\"s\"](e)&&o[\"k\"](e,(function(t){o[\"z\"](t)&&(X(t,\"label\"),X(t,\"itemStyle\"))}))})),G($(t.toolbox),(function(t){X(t,\"iconStyle\"),G(t.feature,(function(t){X(t,\"iconStyle\")}))})),Z(J(t.axisPointer),\"label\"),Z(J(t.tooltip).axisPointer,\"label\")}function et(t,e){for(var n=e.split(\",\"),i=t,r=0;r<n.length;r++)if(i=i&&i[n[r]],null==i)break;return i}function nt(t,e,n,i){for(var r,o=e.split(\",\"),a=t,s=0;s<o.length-1;s++)r=o[s],null==a[r]&&(a[r]={}),a=a[r];(i||null==a[o[s]])&&(a[o[s]]=n)}function it(t){t&&Object(o[\"k\"])(rt,(function(e){e[0]in t&&!(e[1]in t)&&(t[e[1]]=t[e[0]])}))}var rt=[[\"x\",\"left\"],[\"y\",\"top\"],[\"x2\",\"right\"],[\"y2\",\"bottom\"]],ot=[\"grid\",\"geo\",\"parallel\",\"legend\",\"toolbox\",\"title\",\"visualMap\",\"dataZoom\",\"timeline\"],at=[[\"borderRadius\",\"barBorderRadius\"],[\"borderColor\",\"barBorderColor\"],[\"borderWidth\",\"barBorderWidth\"]];function st(t){var e=t&&t.itemStyle;if(e)for(var n=0;n<at.length;n++){var i=at[n][1],r=at[n][0];null!=e[i]&&(e[r]=e[i])}}function lt(t){t&&\"edge\"===t.alignTo&&null!=t.margin&&null==t.edgeDistance&&(t.edgeDistance=t.margin)}function ut(t){t&&t.downplay&&!t.blur&&(t.blur=t.downplay)}function ct(t){t&&null!=t.focusNodeAdjacency&&(t.emphasis=t.emphasis||{},null==t.emphasis.focus&&(t.emphasis.focus=\"adjacency\"))}function ht(t,e){if(t)for(var n=0;n<t.length;n++)e(t[n]),t[n]&&ht(t[n].children,e)}function ft(t,e){tt(t,e),t.series=Object(u[\"n\"])(t.series),Object(o[\"k\"])(t.series,(function(t){if(Object(o[\"z\"])(t)){var e=t.type;if(\"line\"===e)null!=t.clipOverflow&&(t.clip=t.clipOverflow);else if(\"pie\"===e||\"gauge\"===e){null!=t.clockWise&&(t.clockwise=t.clockWise),lt(t.label);var n=t.data;if(n&&!Object(o[\"D\"])(n))for(var i=0;i<n.length;i++)lt(n[i]);null!=t.hoverOffset&&(t.emphasis=t.emphasis||{},(t.emphasis.scaleSize=null)&&(t.emphasis.scaleSize=t.hoverOffset))}else if(\"gauge\"===e){var r=et(t,\"pointer.color\");null!=r&&nt(t,\"itemStyle.color\",r)}else if(\"bar\"===e){st(t),st(t.backgroundStyle),st(t.emphasis);n=t.data;if(n&&!Object(o[\"D\"])(n))for(i=0;i<n.length;i++)\"object\"===typeof n[i]&&(st(n[i]),st(n[i]&&n[i].emphasis))}else if(\"sunburst\"===e){var a=t.highlightPolicy;a&&(t.emphasis=t.emphasis||{},t.emphasis.focus||(t.emphasis.focus=a)),ut(t),ht(t.data,ut)}else\"graph\"===e||\"sankey\"===e?ct(t):\"map\"===e&&(t.mapType&&!t.map&&(t.map=t.mapType),t.mapLocation&&Object(o[\"i\"])(t,t.mapLocation));null!=t.hoverAnimation&&(t.emphasis=t.emphasis||{},t.emphasis&&null==t.emphasis.scale&&(t.emphasis.scale=t.hoverAnimation)),it(t)}})),t.dataRange&&(t.visualMap=t.dataRange),Object(o[\"k\"])(ot,(function(e){var n=t[e];n&&(Object(o[\"s\"])(n)||(n=[n]),Object(o[\"k\"])(n,(function(t){it(t)})))}))}var dt=n(\"3842\");function pt(t){var e=Object(o[\"f\"])();t.eachSeries((function(t){var n=t.get(\"stack\");if(n){var i=e.get(n)||e.set(n,[]),r=t.getData(),o={stackResultDimension:r.getCalculationInfo(\"stackResultDimension\"),stackedOverDimension:r.getCalculationInfo(\"stackedOverDimension\"),stackedDimension:r.getCalculationInfo(\"stackedDimension\"),stackedByDimension:r.getCalculationInfo(\"stackedByDimension\"),isStackedByIndex:r.getCalculationInfo(\"isStackedByIndex\"),data:r,seriesModel:t};if(!o.stackedDimension||!o.isStackedByIndex&&!o.stackedByDimension)return;i.length&&r.setCalculationInfo(\"stackedOnSeries\",i[i.length-1].seriesModel),i.push(o)}})),e.each(gt)}function gt(t){Object(o[\"k\"])(t,(function(e,n){var i=[],r=[NaN,NaN],o=[e.stackResultDimension,e.stackedOverDimension],a=e.data,s=e.isStackedByIndex,l=e.seriesModel.get(\"stackStrategy\")||\"samesign\";a.modify(o,(function(o,u,c){var h,f,d=a.get(e.stackedDimension,c);if(isNaN(d))return r;s?f=a.getRawIndex(c):h=a.get(e.stackedByDimension,c);for(var p=NaN,g=n-1;g>=0;g--){var v=t[g];if(s||(f=v.data.rawIndexOf(v.stackedByDimension,h)),f>=0){var y=v.data.getByRawIndex(v.stackResultDimension,f);if(\"all\"===l||\"positive\"===l&&y>0||\"negative\"===l&&y<0||\"samesign\"===l&&d>=0&&y>0||\"samesign\"===l&&d<=0&&y<0){d=Object(dt[\"a\"])(d,y),p=y;break}}}return i[0]=d,i[1]=p,i}))}))}var vt=n(\"4f85\"),yt=n(\"b12f\"),mt=n(\"e887\"),bt=n(\"c7a2\"),_t=n(\"0da8\"),xt=n(\"deca\"),Ot=n(\"cbe5\"),wt=n(\"861c\"),jt=n(\"7d6c\"),St=n(\"88b3\"),Mt=n(\"282b\"),kt=n(\"551f\"),Tt=n(\"3901\"),Ct=Object(u[\"l\"])(),It={itemStyle:Object(Mt[\"a\"])(kt[\"a\"],!0),lineStyle:Object(Mt[\"a\"])(Tt[\"a\"],!0)},Dt={lineStyle:\"stroke\",itemStyle:\"fill\"};function At(t,e){var n=t.visualStyleMapper||It[e];return n||(console.warn(\"Unkown style type '\"+e+\"'.\"),It.itemStyle)}function Pt(t,e){var n=t.visualDrawType||Dt[e];return n||(console.warn(\"Unkown style type '\"+e+\"'.\"),\"fill\")}var Lt={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData(),i=t.visualStyleAccessPath||\"itemStyle\",r=t.getModel(i),a=At(t,i),s=a(r),l=r.getShallow(\"decal\");l&&(n.setVisual(\"decal\",l),l.dirty=!0);var u=Pt(t,i),c=s[u],h=Object(o[\"v\"])(c)?c:null,f=\"auto\"===s.fill||\"auto\"===s.stroke;if(!s[u]||h||f){var d=t.getColorFromPalette(t.name,null,e.getSeriesCount());s[u]||(s[u]=d,n.setVisual(\"colorFromPalette\",!0)),s.fill=\"auto\"===s.fill||Object(o[\"v\"])(s.fill)?d:s.fill,s.stroke=\"auto\"===s.stroke||Object(o[\"v\"])(s.stroke)?d:s.stroke}if(n.setVisual(\"style\",s),n.setVisual(\"drawType\",u),!e.isSeriesFiltered(t)&&h)return n.setVisual(\"colorFromPalette\",!1),{dataEach:function(e,n){var i=t.getDataParams(n),r=Object(o[\"m\"])({},s);r[u]=h(i),e.setItemVisual(n,\"style\",r)}}}},Rt=new c[\"a\"],zt={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(!t.ignoreStyleOnData&&!e.isSeriesFiltered(t)){var n=t.getData(),i=t.visualStyleAccessPath||\"itemStyle\",r=At(t,i),a=n.getVisual(\"drawType\");return{dataEach:n.hasItemOption?function(t,e){var n=t.getRawDataItem(e);if(n&&n[i]){Rt.option=n[i];var s=r(Rt),l=t.ensureUniqueItemVisual(e,\"style\");Object(o[\"m\"])(l,s),Rt.option.decal&&(t.setItemVisual(e,\"decal\",Rt.option.decal),Rt.option.decal.dirty=!0),a in s&&t.setItemVisual(e,\"colorFromPalette\",!1)}}:null}}}},Nt={performRawSeries:!0,overallReset:function(t){var e=Object(o[\"f\"])();t.eachSeries((function(t){var n=t.getColorBy();if(!t.isColorBySeries()){var i=t.type+\"-\"+n,r=e.get(i);r||(r={},e.set(i,r)),Ct(t).scope=r}})),t.eachSeries((function(e){if(!e.isColorBySeries()&&!t.isSeriesFiltered(e)){var n=e.getRawData(),i={},r=e.getData(),o=Ct(e).scope,a=e.visualStyleAccessPath||\"itemStyle\",s=Pt(e,a);r.each((function(t){var e=r.getRawIndex(t);i[e]=t})),n.each((function(t){var a=i[t],l=r.getItemVisual(a,\"colorFromPalette\");if(l){var u=r.ensureUniqueItemVisual(a,\"style\"),c=n.getName(t)||t+\"\",h=n.count();u[s]=e.getColorFromPalette(c,o,h)}}))}}))}},Bt=n(\"2dc5\"),Et=n(\"76a5\"),Ft=n(\"8d32\"),Ht=Math.PI;function Vt(t,e){e=e||{},o[\"i\"](e,{text:\"loading\",textColor:\"#000\",fontSize:12,fontWeight:\"normal\",fontStyle:\"normal\",fontFamily:\"sans-serif\",maskColor:\"rgba(255, 255, 255, 0.8)\",showSpinner:!0,color:\"#5470c6\",spinnerRadius:10,lineWidth:5,zlevel:0});var n=new Bt[\"a\"],i=new bt[\"a\"]({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});n.add(i);var r,a=new Et[\"a\"]({style:{text:e.text,fill:e.textColor,fontSize:e.fontSize,fontWeight:e.fontWeight,fontStyle:e.fontStyle,fontFamily:e.fontFamily},zlevel:e.zlevel,z:10001}),s=new bt[\"a\"]({style:{fill:\"none\"},textContent:a,textConfig:{position:\"right\",distance:10},zlevel:e.zlevel,z:10001});return n.add(s),e.showSpinner&&(r=new Ft[\"a\"]({shape:{startAngle:-Ht/2,endAngle:-Ht/2+.1,r:e.spinnerRadius},style:{stroke:e.color,lineCap:\"round\",lineWidth:e.lineWidth},zlevel:e.zlevel,z:10001}),r.animateShape(!0).when(1e3,{endAngle:3*Ht/2}).start(\"circularInOut\"),r.animateShape(!0).when(1e3,{startAngle:3*Ht/2}).delay(300).start(\"circularInOut\"),n.add(r)),n.resize=function(){var n=a.getBoundingRect().width,o=e.showSpinner?e.spinnerRadius:0,l=(t.getWidth()-2*o-(e.showSpinner&&n?10:0)-n)/2-(e.showSpinner&&n?0:5+n/2)+(e.showSpinner?0:n/2)+(n?0:o),u=t.getHeight()/2;e.showSpinner&&r.setShape({cx:l,cy:u}),s.setShape({x:l-o,y:u-o,width:2*o,height:2*o}),i.setShape({x:0,y:0,width:t.getWidth(),height:t.getHeight()})},n.resize(),n}var Gt=n(\"9fbc\"),Wt=n(\"8918\"),Ut=function(){function t(t,e,n,i){this._stageTaskMap=Object(o[\"f\"])(),this.ecInstance=t,this.api=e,n=this._dataProcessorHandlers=n.slice(),i=this._visualHandlers=i.slice(),this._allHandlers=n.concat(i)}return t.prototype.restoreData=function(t,e){t.restoreData(e),this._stageTaskMap.each((function(t){var e=t.overallTask;e&&e.dirty()}))},t.prototype.getPerformArgs=function(t,e){if(t.__pipeline){var n=this._pipelineMap.get(t.__pipeline.id),i=n.context,r=!e&&n.progressiveEnabled&&(!i||i.progressiveRender)&&t.__idxInPipeline>n.blockIndex,o=r?n.step:null,a=i&&i.modDataCount,s=null!=a?Math.ceil(a/o):null;return{step:o,modBy:s,modDataCount:a}}},t.prototype.getPipeline=function(t){return this._pipelineMap.get(t)},t.prototype.updateStreamModes=function(t,e){var n=this._pipelineMap.get(t.uid),i=t.getData(),r=i.count(),o=n.progressiveEnabled&&e.incrementalPrepareRender&&r>=n.threshold,a=t.get(\"large\")&&r>=t.get(\"largeThreshold\"),s=\"mod\"===t.get(\"progressiveChunkMode\")?r:null;t.pipelineContext=n.context={progressiveRender:o,modDataCount:s,large:a}},t.prototype.restorePipelines=function(t){var e=this,n=e._pipelineMap=Object(o[\"f\"])();t.eachSeries((function(t){var i=t.getProgressive(),r=t.uid;n.set(r,{id:r,head:null,tail:null,threshold:t.getProgressiveThreshold(),progressiveEnabled:i&&!(t.preventIncremental&&t.preventIncremental()),blockIndex:-1,step:Math.round(i||700),count:0}),e._pipe(t,t.dataTask)}))},t.prototype.prepareStageTasks=function(){var t=this._stageTaskMap,e=this.api.getModel(),n=this.api;Object(o[\"k\"])(this._allHandlers,(function(i){var r=t.get(i.uid)||t.set(i.uid,{}),a=\"\";Object(o[\"b\"])(!(i.reset&&i.overallReset),a),i.reset&&this._createSeriesStageTask(i,r,e,n),i.overallReset&&this._createOverallStageTask(i,r,e,n)}),this)},t.prototype.prepareView=function(t,e,n,i){var r=t.renderTask,o=r.context;o.model=e,o.ecModel=n,o.api=i,r.__block=!t.incrementalPrepareRender,this._pipe(e,r)},t.prototype.performDataProcessorTasks=function(t,e){this._performStageTasks(this._dataProcessorHandlers,t,e,{block:!0})},t.prototype.performVisualTasks=function(t,e,n){this._performStageTasks(this._visualHandlers,t,e,n)},t.prototype._performStageTasks=function(t,e,n,i){i=i||{};var r=!1,a=this;function s(t,e){return t.setDirty&&(!t.dirtyMap||t.dirtyMap.get(e.__pipeline.id))}Object(o[\"k\"])(t,(function(t,o){if(!i.visualType||i.visualType===t.visualType){var l=a._stageTaskMap.get(t.uid),u=l.seriesTaskMap,c=l.overallTask;if(c){var h,f=c.agentStubMap;f.each((function(t){s(i,t)&&(t.dirty(),h=!0)})),h&&c.dirty(),a.updatePayload(c,n);var d=a.getPerformArgs(c,i.block);f.each((function(t){t.perform(d)})),c.perform(d)&&(r=!0)}else u&&u.each((function(o,l){s(i,o)&&o.dirty();var u=a.getPerformArgs(o,i.block);u.skip=!t.performRawSeries&&e.isSeriesFiltered(o.context.model),a.updatePayload(o,n),o.perform(u)&&(r=!0)}))}})),this.unfinished=r||this.unfinished},t.prototype.performSeriesTasks=function(t){var e;t.eachSeries((function(t){e=t.dataTask.perform()||e})),this.unfinished=e||this.unfinished},t.prototype.plan=function(){this._pipelineMap.each((function(t){var e=t.tail;do{if(e.__block){t.blockIndex=e.__idxInPipeline;break}e=e.getUpstream()}while(e)}))},t.prototype.updatePayload=function(t,e){\"remain\"!==e&&(t.context.payload=e)},t.prototype._createSeriesStageTask=function(t,e,n,i){var r=this,a=e.seriesTaskMap,s=e.seriesTaskMap=Object(o[\"f\"])(),l=t.seriesType,u=t.getTargetSeries;function c(e){var o=e.uid,l=s.set(o,a&&a.get(o)||Object(Gt[\"a\"])({plan:Kt,reset:Qt,count:te}));l.context={model:e,ecModel:n,api:i,useClearVisual:t.isVisual&&!t.isLayout,plan:t.plan,reset:t.reset,scheduler:r},r._pipe(e,l)}t.createOnAllSeries?n.eachRawSeries(c):l?n.eachRawSeriesByType(l,c):u&&u(n,i).each(c)},t.prototype._createOverallStageTask=function(t,e,n,i){var r=this,a=e.overallTask=e.overallTask||Object(Gt[\"a\"])({reset:qt});a.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:r};var s=a.agentStubMap,l=a.agentStubMap=Object(o[\"f\"])(),u=t.seriesType,c=t.getTargetSeries,h=!0,f=!1,d=\"\";function p(t){var e=t.uid,n=l.set(e,s&&s.get(e)||(f=!0,Object(Gt[\"a\"])({reset:Xt,onDirty:Zt})));n.context={model:t,overallProgress:h},n.agent=a,n.__block=h,r._pipe(t,n)}Object(o[\"b\"])(!t.createOnAllSeries,d),u?n.eachRawSeriesByType(u,p):c?c(n,i).each(p):(h=!1,Object(o[\"k\"])(n.getSeries(),p)),f&&a.dirty()},t.prototype._pipe=function(t,e){var n=t.uid,i=this._pipelineMap.get(n);!i.head&&(i.head=e),i.tail&&i.tail.pipe(e),i.tail=e,e.__idxInPipeline=i.count++,e.__pipeline=i},t.wrapStageHandler=function(t,e){return Object(o[\"v\"])(t)&&(t={overallReset:t,seriesType:ee(t)}),t.uid=Object(Wt[\"c\"])(\"stageHandler\"),e&&(t.visualType=e),t},t}();function qt(t){t.overallReset(t.ecModel,t.api,t.payload)}function Xt(t){return t.overallProgress&&Yt}function Yt(){this.agent.dirty(),this.getDownstream().dirty()}function Zt(){this.agent&&this.agent.dirty()}function Kt(t){return t.plan?t.plan(t.model,t.ecModel,t.api,t.payload):null}function Qt(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=Object(u[\"n\"])(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?Object(o[\"G\"])(e,(function(t,e){return Jt(e)})):$t}var $t=Jt(0);function Jt(t){return function(e,n){var i=n.data,r=n.resetDefines[t];if(r&&r.dataEach)for(var o=e.start;o<e.end;o++)r.dataEach(i,o);else r&&r.progress&&r.progress(e,i)}}function te(t){return t.data.count()}function ee(t){ne=null;try{t(ie,re)}catch(e){}return ne}var ne,ie={},re={};function oe(t,e){for(var n in e.prototype)t[n]=o[\"J\"]}oe(ie,D),oe(re,L),ie.eachSeriesByType=ie.eachRawSeriesByType=function(t){ne=t},ie.eachComponent=function(t){\"series\"===t.mainType&&t.subType&&(ne=t.subType)};var ae=Ut,se=[\"#37A2DA\",\"#32C5E9\",\"#67E0E3\",\"#9FE6B8\",\"#FFDB5C\",\"#ff9f7f\",\"#fb7293\",\"#E062AE\",\"#E690D1\",\"#e7bcf3\",\"#9d96f5\",\"#8378EA\",\"#96BFFF\"],le={color:se,colorLayer:[[\"#37A2DA\",\"#ffd85c\",\"#fd7b5f\"],[\"#37A2DA\",\"#67E0E3\",\"#FFDB5C\",\"#ff9f7f\",\"#E062AE\",\"#9d96f5\"],[\"#37A2DA\",\"#32C5E9\",\"#9FE6B8\",\"#FFDB5C\",\"#ff9f7f\",\"#fb7293\",\"#e7bcf3\",\"#8378EA\",\"#96BFFF\"],se]},ue=\"#B9B8CE\",ce=\"#100C2A\",he=function(){return{axisLine:{lineStyle:{color:ue}},splitLine:{lineStyle:{color:\"#484753\"}},splitArea:{areaStyle:{color:[\"rgba(255,255,255,0.02)\",\"rgba(255,255,255,0.05)\"]}},minorSplitLine:{lineStyle:{color:\"#20203B\"}}}},fe=[\"#4992ff\",\"#7cffb2\",\"#fddd60\",\"#ff6e76\",\"#58d9f9\",\"#05c091\",\"#ff8a45\",\"#8d48e3\",\"#dd79ff\"],de={darkMode:!0,color:fe,backgroundColor:ce,axisPointer:{lineStyle:{color:\"#817f91\"},crossStyle:{color:\"#817f91\"},label:{color:\"#fff\"}},legend:{textStyle:{color:ue}},textStyle:{color:ue},title:{textStyle:{color:\"#EEF1FA\"},subtextStyle:{color:\"#B9B8CE\"}},toolbox:{iconStyle:{borderColor:ue}},dataZoom:{borderColor:\"#71708A\",textStyle:{color:ue},brushStyle:{color:\"rgba(135,163,206,0.3)\"},handleStyle:{color:\"#353450\",borderColor:\"#C5CBE3\"},moveHandleStyle:{color:\"#B0B6C3\",opacity:.3},fillerColor:\"rgba(135,163,206,0.2)\",emphasis:{handleStyle:{borderColor:\"#91B7F2\",color:\"#4D587D\"},moveHandleStyle:{color:\"#636D9A\",opacity:.7}},dataBackground:{lineStyle:{color:\"#71708A\",width:1},areaStyle:{color:\"#71708A\"}},selectedDataBackground:{lineStyle:{color:\"#87A3CE\"},areaStyle:{color:\"#87A3CE\"}}},visualMap:{textStyle:{color:ue}},timeline:{lineStyle:{color:ue},label:{color:ue},controlStyle:{color:ue,borderColor:ue}},calendar:{itemStyle:{color:ce},dayLabel:{color:ue},monthLabel:{color:ue},yearLabel:{color:ue}},timeAxis:he(),logAxis:he(),valueAxis:he(),categoryAxis:he(),line:{symbol:\"circle\"},graph:{color:fe},gauge:{title:{color:ue},axisLine:{lineStyle:{color:[[1,\"rgba(207,212,219,0.2)\"]]}},axisLabel:{color:ue},detail:{color:\"#EEF1FA\"}},candlestick:{itemStyle:{color:\"#f64e56\",color0:\"#54ea92\",borderColor:\"#f64e56\",borderColor0:\"#54ea92\"}}};de.categoryAxis.splitLine.show=!1;var pe=de,ge=n(\"625e\"),ve=function(){function t(){}return t.prototype.normalizeQuery=function(t){var e={},n={},i={};if(o[\"B\"](t)){var r=Object(ge[\"f\"])(t);e.mainType=r.main||null,e.subType=r.sub||null}else{var a=[\"Index\",\"Name\",\"Id\"],s={name:1,dataIndex:1,dataType:1};o[\"k\"](t,(function(t,r){for(var o=!1,l=0;l<a.length;l++){var u=a[l],c=r.lastIndexOf(u);if(c>0&&c===r.length-u.length){var h=r.slice(0,c);\"data\"!==h&&(e.mainType=h,e[u.toLowerCase()]=t,o=!0)}}s.hasOwnProperty(r)&&(n[r]=t,o=!0),o||(i[r]=t)}))}return{cptQuery:e,dataQuery:n,otherQuery:i}},t.prototype.filter=function(t,e){var n=this.eventInfo;if(!n)return!0;var i=n.targetEl,r=n.packedEvent,o=n.model,a=n.view;if(!o||!a)return!0;var s=e.cptQuery,l=e.dataQuery;return u(s,o,\"mainType\")&&u(s,o,\"subType\")&&u(s,o,\"index\",\"componentIndex\")&&u(s,o,\"name\")&&u(s,o,\"id\")&&u(l,r,\"name\")&&u(l,r,\"dataIndex\")&&u(l,r,\"dataType\")&&(!a.filterForExposedEvent||a.filterForExposedEvent(t,e.otherQuery,i,r));function u(t,e,n,i){return null==t[n]||e[i||n]===t[n]}},t.prototype.afterTrigger=function(){this.eventInfo=null},t}(),ye=[\"symbol\",\"symbolSize\",\"symbolRotate\",\"symbolOffset\"],me=ye.concat([\"symbolKeepAspect\"]),be={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData();if(t.legendIcon&&n.setVisual(\"legendIcon\",t.legendIcon),t.hasSymbolVisual){for(var i={},r={},a=!1,s=0;s<ye.length;s++){var l=ye[s],u=t.get(l);Object(o[\"v\"])(u)?(a=!0,r[l]=u):i[l]=u}if(i.symbol=i.symbol||t.defaultSymbol,n.setVisual(Object(o[\"m\"])({legendIcon:t.legendIcon||i.symbol,symbolKeepAspect:t.get(\"symbolKeepAspect\")},i)),!e.isSeriesFiltered(t)){var c=Object(o[\"E\"])(r);return{dataEach:a?h:null}}}function h(e,n){for(var i=t.getRawValue(n),o=t.getDataParams(n),a=0;a<c.length;a++){var s=c[a];e.setItemVisual(n,s,r[s](i,o))}}}},_e={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(t.hasSymbolVisual&&!e.isSeriesFiltered(t)){var n=t.getData();return{dataEach:n.hasItemOption?i:null}}function i(t,e){for(var n=t.getItemModel(e),i=0;i<me.length;i++){var r=me[i],o=n.getShallow(r,!0);null!=o&&t.setItemVisual(e,r,o)}}}};function xe(t,e,n){switch(n){case\"color\":var i=t.getItemVisual(e,\"style\");return i[t.getVisual(\"drawType\")];case\"opacity\":return t.getItemVisual(e,\"style\").opacity;case\"symbol\":case\"symbolSize\":case\"liftZ\":return t.getItemVisual(e,n);default:0}}function Oe(t,e){switch(e){case\"color\":var n=t.getVisual(\"style\");return n[t.getVisual(\"drawType\")];case\"opacity\":return t.getVisual(\"style\").opacity;case\"symbol\":case\"symbolSize\":case\"liftZ\":return t.getVisual(e);default:0}}function we(t,e,n,i,r){var a=t+e;n.isSilent(a)||i.eachComponent({mainType:\"series\",subType:\"pie\"},(function(t){for(var e=t.seriesIndex,i=t.option.selectedMap,s=r.selected,l=0;l<s.length;l++)if(s[l].seriesIndex===e){var c=t.getData(),h=Object(u[\"q\"])(c,r.fromActionPayload);n.trigger(a,{type:a,seriesId:t.id,name:Object(o[\"s\"])(h)?c.getName(h[0]):c.getName(h),selected:Object(o[\"B\"])(i)?i:Object(o[\"m\"])({},i)})}}))}function je(t,e,n){t.on(\"selectchanged\",(function(t){var i=n.getModel();t.isFromClick?(we(\"map\",\"selectchanged\",e,i,t),we(\"pie\",\"selectchanged\",e,i,t)):\"select\"===t.fromAction?(we(\"map\",\"selected\",e,i,t),we(\"pie\",\"selected\",e,i,t)):\"unselect\"===t.fromAction&&(we(\"map\",\"unselected\",e,i,t),we(\"pie\",\"unselected\",e,i,t))}))}var Se=n(\"04f7\"),Me=n(\"ef59\"),ke=n(\"fadd\"),Te=Math.round(9*Math.random()),Ce=\"function\"===typeof Object.defineProperty,Ie=function(){function t(){this._id=\"__ec_inner_\"+Te++}return t.prototype.get=function(t){return this._guard(t)[this._id]},t.prototype.set=function(t,e){var n=this._guard(t);return Ce?Object.defineProperty(n,this._id,{value:e,enumerable:!1,configurable:!0}):n[this._id]=e,this},t.prototype[\"delete\"]=function(t){return!!this.has(t)&&(delete this._guard(t)[this._id],!0)},t.prototype.has=function(t){return!!this._guard(t)[this._id]},t.prototype._guard=function(t){if(t!==Object(t))throw TypeError(\"Value of WeakMap is not a non-null object.\");return t},t}(),De=Ie,Ae=n(\"d51b\"),Pe=n(\"a15a\"),Le=n(\"5210\"),Re=n(\"726e\"),ze=new De,Ne=new Ae[\"a\"](100),Be=[\"symbol\",\"symbolSize\",\"symbolKeepAspect\",\"color\",\"backgroundColor\",\"dashArrayX\",\"dashArrayY\",\"maxTileWidth\",\"maxTileHeight\"];function Ee(t,e){if(\"none\"===t)return null;var n=e.getDevicePixelRatio(),i=e.getZr(),r=\"svg\"===i.painter.type;t.dirty&&ze[\"delete\"](t);var a=ze.get(t);if(a)return a;var s=Object(o[\"i\"])(t,{symbol:\"rect\",symbolSize:1,symbolKeepAspect:!0,color:\"rgba(0, 0, 0, 0.2)\",backgroundColor:null,dashArrayX:5,dashArrayY:5,rotation:0,maxTileWidth:512,maxTileHeight:512});\"none\"===s.backgroundColor&&(s.backgroundColor=null);var l={repeat:\"repeat\"};return u(l),l.rotation=s.rotation,l.scaleX=l.scaleY=r?1:1/n,ze.set(t,l),t.dirty=!1,l;function u(t){for(var e,a=[n],l=!0,u=0;u<Be.length;++u){var c=s[Be[u]];if(null!=c&&!Object(o[\"s\"])(c)&&!Object(o[\"B\"])(c)&&!Object(o[\"y\"])(c)&&\"boolean\"!==typeof c){l=!1;break}a.push(c)}if(l){e=a.join(\",\")+(r?\"-svg\":\"\");var h=Ne.get(e);h&&(r?t.svgElement=h:t.image=h)}var f,d=He(s.dashArrayX),p=Ve(s.dashArrayY),g=Fe(s.symbol),v=Ge(d),y=We(p),m=!r&&Re[\"c\"].createCanvas(),b=r&&{tag:\"g\",attrs:{},key:\"dcl\",children:[]},_=x();function x(){for(var t=1,e=0,n=v.length;e<n;++e)t=Object(dt[\"b\"])(t,v[e]);var i=1;for(e=0,n=g.length;e<n;++e)i=Object(dt[\"b\"])(i,g[e].length);t*=i;var r=y*v.length*g.length;return{width:Math.max(1,Math.min(t,s.maxTileWidth)),height:Math.max(1,Math.min(r,s.maxTileHeight))}}function O(){f&&(f.clearRect(0,0,m.width,m.height),s.backgroundColor&&(f.fillStyle=s.backgroundColor,f.fillRect(0,0,m.width,m.height)));for(var t=0,e=0;e<p.length;++e)t+=p[e];if(!(t<=0)){var o=-y,a=0,l=0,u=0;while(o<_.height){if(a%2===0){var c=l/2%g.length,h=0,v=0,x=0;while(h<2*_.width){var O=0;for(e=0;e<d[u].length;++e)O+=d[u][e];if(O<=0)break;if(v%2===0){var w=.5*(1-s.symbolSize),j=h+d[u][v]*w,S=o+p[a]*w,M=d[u][v]*s.symbolSize,k=p[a]*s.symbolSize,T=x/2%g[c].length;C(j,S,M,k,g[c][T])}h+=d[u][v],++x,++v,v===d[u].length&&(v=0)}++u,u===d.length&&(u=0)}o+=p[a],++l,++a,a===p.length&&(a=0)}}function C(t,e,o,a,l){var u=r?1:n,c=Object(Pe[\"a\"])(l,t*u,e*u,o*u,a*u,s.color,s.symbolKeepAspect);if(r){var h=i.painter.renderOneToVNode(c);h&&b.children.push(h)}else Object(Le[\"b\"])(f,c)}}m&&(m.width=_.width*n,m.height=_.height*n,f=m.getContext(\"2d\")),O(),l&&Ne.put(e,m||b),t.image=m,t.svgElement=b,t.svgWidth=_.width,t.svgHeight=_.height}}function Fe(t){if(!t||0===t.length)return[[\"rect\"]];if(Object(o[\"B\"])(t))return[[t]];for(var e=!0,n=0;n<t.length;++n)if(!Object(o[\"B\"])(t[n])){e=!1;break}if(e)return Fe([t]);var i=[];for(n=0;n<t.length;++n)Object(o[\"B\"])(t[n])?i.push([t[n]]):i.push(t[n]);return i}function He(t){if(!t||0===t.length)return[[0,0]];if(Object(o[\"y\"])(t)){var e=Math.ceil(t);return[[e,e]]}for(var n=!0,i=0;i<t.length;++i)if(!Object(o[\"y\"])(t[i])){n=!1;break}if(n)return He([t]);var r=[];for(i=0;i<t.length;++i)if(Object(o[\"y\"])(t[i])){e=Math.ceil(t[i]);r.push([e,e])}else{e=Object(o[\"G\"])(t[i],(function(t){return Math.ceil(t)}));e.length%2===1?r.push(e.concat(e)):r.push(e)}return r}function Ve(t){if(!t||\"object\"===typeof t&&0===t.length)return[0,0];if(Object(o[\"y\"])(t)){var e=Math.ceil(t);return[e,e]}var n=Object(o[\"G\"])(t,(function(t){return Math.ceil(t)}));return t.length%2?n.concat(n):n}function Ge(t){return Object(o[\"G\"])(t,(function(t){return We(t)}))}function We(t){for(var e=0,n=0;n<t.length;++n)e+=t[n];return t.length%2===1?2*e:e}function Ue(t,e){t.eachRawSeries((function(n){if(!t.isSeriesFiltered(n)){var i=n.getData();i.hasItemVisual()&&i.each((function(t){var n=i.getItemVisual(t,\"decal\");if(n){var r=i.ensureUniqueItemVisual(t,\"style\");r.decal=Ee(n,e)}}));var r=i.getVisual(\"decal\");if(r){var o=i.getVisual(\"style\");o.decal=Ee(r,e)}}}))}var qe=new l[\"a\"],Xe=qe,Ye=n(\"58c9\"),Ze=\"undefined\"!==typeof window,Ke=1,Qe=800,$e=900,Je=1e3,tn=2e3,en=5e3,nn=1e3,rn=1100,on=2e3,an=3e3,sn=4e3,ln=4500,un=4600,cn=5e3,hn=6e3,fn=7e3,dn={PROCESSOR:{FILTER:Je,SERIES_FILTER:Qe,STATISTIC:en},VISUAL:{LAYOUT:nn,PROGRESSIVE_LAYOUT:rn,GLOBAL:on,CHART:an,POST_CHART_LAYOUT:un,COMPONENT:sn,BRUSH:cn,CHART_ITEM:ln,ARIA:hn,DECAL:fn}},pn=\"__flagInMainProcess\",gn=\"__pendingUpdate\",vn=\"__needsUpdateStatus\",yn=/^[a-zA-Z0-9_]+$/,mn=\"__connectUpdateStatus\",bn=0,_n=1,xn=2;function On(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(!this.isDisposed())return jn(this,t,e);Yn(this.id)}}function wn(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return jn(this,t,e)}}function jn(t,e,n){return n[0]=n[0]&&n[0].toLowerCase(),l[\"a\"].prototype[e].apply(t,n)}var Sn,Mn,kn,Tn,Cn,In,Dn,An,Pn,Ln,Rn,zn,Nn,Bn,En,Fn,Hn,Vn,Gn=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e}(l[\"a\"]),Wn=Gn.prototype;Wn.on=wn(\"on\"),Wn.off=wn(\"off\");var Un=function(t){function e(e,n,i){var a=t.call(this,new ve)||this;a._chartsViews=[],a._chartsMap={},a._componentsViews=[],a._componentsMap={},a._pendingActions=[],i=i||{},Object(o[\"B\"])(n)&&(n=ti[n]),a._dom=e;var l=\"canvas\",u=\"auto\",c=!1,h=a._zr=r[\"a\"](e,{renderer:i.renderer||l,devicePixelRatio:i.devicePixelRatio,width:i.width,height:i.height,ssr:i.ssr,useDirtyRect:Object(o[\"N\"])(i.useDirtyRect,c),useCoarsePointer:Object(o[\"N\"])(i.useCoarsePointer,u),pointerSize:i.pointerSize});a._ssr=i.ssr,a._throttledZrFlush=Object(St[\"c\"])(Object(o[\"c\"])(h.flush,h),17),n=Object(o[\"d\"])(n),n&&ft(n,!0),a._theme=n,a._locale=Object(Me[\"b\"])(i.locale||Me[\"a\"]),a._coordSysMgr=new R[\"a\"];var f=a._api=En(a);function d(t,e){return t.__prio-e.__prio}return Object(s[\"a\"])(Jn,d),Object(s[\"a\"])(Qn,d),a._scheduler=new ae(a,f,Qn,Jn),a._messageCenter=new Gn,a._initEvents(),a.resize=Object(o[\"c\"])(a.resize,a),h.animation.on(\"frame\",a._onframe,a),Ln(h,a),Rn(h,a),Object(o[\"P\"])(a),a}return Object(i[\"a\"])(e,t),e.prototype._onframe=function(){if(!this._disposed){Vn(this);var t=this._scheduler;if(this[gn]){var e=this[gn].silent;this[pn]=!0;try{Sn(this),Tn.update.call(this,null,this[gn].updateParams)}catch(a){throw this[pn]=!1,this[gn]=null,a}this._zr.flush(),this[pn]=!1,this[gn]=null,An.call(this,e),Pn.call(this,e)}else if(t.unfinished){var n=Ke,i=this._model,r=this._api;t.unfinished=!1;do{var o=+new Date;t.performSeriesTasks(i),t.performDataProcessorTasks(i),In(this,i),t.performVisualTasks(i),Bn(this,this._model,r,\"remain\",{}),n-=+new Date-o}while(n>0&&t.unfinished);t.unfinished||this._zr.flush()}}},e.prototype.getDom=function(){return this._dom},e.prototype.getId=function(){return this.id},e.prototype.getZr=function(){return this._zr},e.prototype.isSSR=function(){return this._ssr},e.prototype.setOption=function(t,e,n){if(!this[pn])if(this._disposed)Yn(this.id);else{var i,r,a;if(Object(o[\"z\"])(e)&&(n=e.lazyUpdate,i=e.silent,r=e.replaceMerge,a=e.transition,e=e.notMerge),this[pn]=!0,!this._model||e){var s=new V(this._api),l=this._theme,u=this._model=new D;u.scheduler=this._scheduler,u.ssr=this._ssr,u.init(null,null,null,l,this._locale,s)}this._model.setOption(t,{replaceMerge:r},$n);var c={seriesTransition:a,optionChanged:!0};if(n)this[gn]={silent:i,updateParams:c},this[pn]=!1,this.getZr().wakeUp();else{try{Sn(this),Tn.update.call(this,null,c)}catch(h){throw this[gn]=null,this[pn]=!1,h}this._ssr||this._zr.flush(),this[gn]=null,this[pn]=!1,An.call(this,i),Pn.call(this,i)}}},e.prototype.setTheme=function(){Object(O[\"a\"])(\"ECharts#setTheme() is DEPRECATED in ECharts 3.0\")},e.prototype.getModel=function(){return this._model},e.prototype.getOption=function(){return this._model&&this._model.getOption()},e.prototype.getWidth=function(){return this._zr.getWidth()},e.prototype.getHeight=function(){return this._zr.getHeight()},e.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||Ze&&window.devicePixelRatio||1},e.prototype.getRenderedCanvas=function(t){return this.renderToCanvas(t)},e.prototype.renderToCanvas=function(t){t=t||{};var e=this._zr.painter;return e.getRenderedCanvas({backgroundColor:t.backgroundColor||this._model.get(\"backgroundColor\"),pixelRatio:t.pixelRatio||this.getDevicePixelRatio()})},e.prototype.renderToSVGString=function(t){t=t||{};var e=this._zr.painter;return e.renderToString({useViewBox:t.useViewBox})},e.prototype.getSvgDataURL=function(){if(a[\"a\"].svgSupported){var t=this._zr,e=t.storage.getDisplayList();return Object(o[\"k\"])(e,(function(t){t.stopAnimation(null,!0)})),t.painter.toDataURL()}},e.prototype.getDataURL=function(t){if(!this._disposed){t=t||{};var e=t.excludeComponents,n=this._model,i=[],r=this;Object(o[\"k\"])(e,(function(t){n.eachComponent({mainType:t},(function(t){var e=r._componentsMap[t.__viewId];e.group.ignore||(i.push(e),e.group.ignore=!0)}))}));var a=\"svg\"===this._zr.painter.getType()?this.getSvgDataURL():this.renderToCanvas(t).toDataURL(\"image/\"+(t&&t.type||\"png\"));return Object(o[\"k\"])(i,(function(t){t.group.ignore=!1})),a}Yn(this.id)},e.prototype.getConnectedDataURL=function(t){if(!this._disposed){var e=\"svg\"===t.type,n=this.group,i=Math.min,a=Math.max,s=1/0;if(ii[n]){var l=s,u=s,c=-s,h=-s,f=[],d=t&&t.pixelRatio||this.getDevicePixelRatio();Object(o[\"k\"])(ni,(function(r,s){if(r.group===n){var d=e?r.getZr().painter.getSvgDom().innerHTML:r.renderToCanvas(Object(o[\"d\"])(t)),p=r.getDom().getBoundingClientRect();l=i(p.left,l),u=i(p.top,u),c=a(p.right,c),h=a(p.bottom,h),f.push({dom:d,left:p.left,top:p.top})}})),l*=d,u*=d,c*=d,h*=d;var p=c-l,g=h-u,v=Re[\"c\"].createCanvas(),y=r[\"a\"](v,{renderer:e?\"svg\":\"canvas\"});if(y.resize({width:p,height:g}),e){var m=\"\";return Object(o[\"k\"])(f,(function(t){var e=t.left-l,n=t.top-u;m+='<g transform=\"translate('+e+\",\"+n+')\">'+t.dom+\"</g>\"})),y.painter.getSvgRoot().innerHTML=m,t.connectedBackgroundColor&&y.painter.setBackgroundColor(t.connectedBackgroundColor),y.refreshImmediately(),y.painter.toDataURL()}return t.connectedBackgroundColor&&y.add(new bt[\"a\"]({shape:{x:0,y:0,width:p,height:g},style:{fill:t.connectedBackgroundColor}})),Object(o[\"k\"])(f,(function(t){var e=new _t[\"a\"]({style:{x:t.left*d-l,y:t.top*d-u,image:t.dom}});y.add(e)})),y.refreshImmediately(),v.toDataURL(\"image/\"+(t&&t.type||\"png\"))}return this.getDataURL(t)}Yn(this.id)},e.prototype.convertToPixel=function(t,e){return Cn(this,\"convertToPixel\",t,e)},e.prototype.convertFromPixel=function(t,e){return Cn(this,\"convertFromPixel\",t,e)},e.prototype.containPixel=function(t,e){if(!this._disposed){var n,i=this._model,r=u[\"o\"](i,t);return Object(o[\"k\"])(r,(function(t,i){i.indexOf(\"Models\")>=0&&Object(o[\"k\"])(t,(function(t){var r=t.coordinateSystem;if(r&&r.containPoint)n=n||!!r.containPoint(e);else if(\"seriesModels\"===i){var o=this._chartsMap[t.__viewId];o&&o.containPoint&&(n=n||o.containPoint(e,t))}else 0}),this)}),this),!!n}Yn(this.id)},e.prototype.getVisual=function(t,e){var n=this._model,i=u[\"o\"](n,t,{defaultMainType:\"series\"}),r=i.seriesModel;var o=r.getData(),a=i.hasOwnProperty(\"dataIndexInside\")?i.dataIndexInside:i.hasOwnProperty(\"dataIndex\")?o.indexOfRawIndex(i.dataIndex):null;return null!=a?xe(o,a,e):Oe(o,e)},e.prototype.getViewOfComponentModel=function(t){return this._componentsMap[t.__viewId]},e.prototype.getViewOfSeriesModel=function(t){return this._chartsMap[t.__viewId]},e.prototype._initEvents=function(){var t=this;Object(o[\"k\"])(Xn,(function(e){var n=function(n){var i,r=t.getModel(),a=n.target,s=\"globalout\"===e;if(s?i={}:a&&Object(ke[\"a\"])(a,(function(t){var e=Object(wt[\"a\"])(t);if(e&&null!=e.dataIndex){var n=e.dataModel||r.getSeriesByIndex(e.seriesIndex);return i=n&&n.getDataParams(e.dataIndex,e.dataType)||{},!0}if(e.eventData)return i=Object(o[\"m\"])({},e.eventData),!0}),!0),i){var l=i.componentType,u=i.componentIndex;\"markLine\"!==l&&\"markPoint\"!==l&&\"markArea\"!==l||(l=\"series\",u=i.seriesIndex);var c=l&&null!=u&&r.getComponent(l,u),h=c&&t[\"series\"===c.mainType?\"_chartsMap\":\"_componentsMap\"][c.__viewId];0,i.event=n,i.type=e,t._$eventProcessor.eventInfo={targetEl:a,packedEvent:i,model:c,view:h},t.trigger(e,i)}};n.zrEventfulCallAtLast=!0,t._zr.on(e,n,t)})),Object(o[\"k\"])(Kn,(function(e,n){t._messageCenter.on(n,(function(t){this.trigger(n,t)}),t)})),Object(o[\"k\"])([\"selectchanged\"],(function(e){t._messageCenter.on(e,(function(t){this.trigger(e,t)}),t)})),je(this._messageCenter,this,this._api)},e.prototype.isDisposed=function(){return this._disposed},e.prototype.clear=function(){this._disposed?Yn(this.id):this.setOption({series:[]},!0)},e.prototype.dispose=function(){if(this._disposed)Yn(this.id);else{this._disposed=!0;var t=this.getDom();t&&u[\"s\"](this.getDom(),oi,\"\");var e=this,n=e._api,i=e._model;Object(o[\"k\"])(e._componentsViews,(function(t){t.dispose(i,n)})),Object(o[\"k\"])(e._chartsViews,(function(t){t.dispose(i,n)})),e._zr.dispose(),e._dom=e._model=e._chartsMap=e._componentsMap=e._chartsViews=e._componentsViews=e._scheduler=e._api=e._zr=e._throttledZrFlush=e._theme=e._coordSysMgr=e._messageCenter=null,delete ni[e.id]}},e.prototype.resize=function(t){if(!this[pn])if(this._disposed)Yn(this.id);else{this._zr.resize(t);var e=this._model;if(this._loadingFX&&this._loadingFX.resize(),e){var n=e.resetOption(\"media\"),i=t&&t.silent;this[gn]&&(null==i&&(i=this[gn].silent),n=!0,this[gn]=null),this[pn]=!0;try{n&&Sn(this),Tn.update.call(this,{type:\"resize\",animation:Object(o[\"m\"])({duration:0},t&&t.animation)})}catch(r){throw this[pn]=!1,r}this[pn]=!1,An.call(this,i),Pn.call(this,i)}}},e.prototype.showLoading=function(t,e){if(this._disposed)Yn(this.id);else if(Object(o[\"z\"])(t)&&(e=t,t=\"\"),t=t||\"default\",this.hideLoading(),ei[t]){var n=ei[t](this._api,e),i=this._zr;this._loadingFX=n,i.add(n)}},e.prototype.hideLoading=function(){this._disposed?Yn(this.id):(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},e.prototype.makeActionFromEvent=function(t){var e=Object(o[\"m\"])({},t);return e.type=Kn[t.type],e},e.prototype.dispatchAction=function(t,e){if(this._disposed)Yn(this.id);else if(Object(o[\"z\"])(e)||(e={silent:!!e}),Zn[t.type]&&this._model)if(this[pn])this._pendingActions.push(t);else{var n=e.silent;Dn.call(this,t,n);var i=e.flush;i?this._zr.flush():!1!==i&&a[\"a\"].browser.weChat&&this._throttledZrFlush(),An.call(this,n),Pn.call(this,n)}},e.prototype.updateLabelLayout=function(){Xe.trigger(\"series:layoutlabels\",this._model,this._api,{updatedSeries:[]})},e.prototype.appendData=function(t){if(this._disposed)Yn(this.id);else{var e=t.seriesIndex,n=this.getModel(),i=n.getSeriesByIndex(e);0,i.appendData(t),this._scheduler.unfinished=!0,this.getZr().wakeUp()}},e.internalField=function(){function t(t){t.clearColorPalette(),t.eachSeries((function(t){t.clearColorPalette()}))}function e(t){var e=[],n=[],i=!1;if(t.eachComponent((function(t,r){var o=r.get(\"zlevel\")||0,a=r.get(\"z\")||0,s=r.getZLevelKey();i=i||!!s,(\"series\"===t?n:e).push({zlevel:o,z:a,idx:r.componentIndex,type:t,key:s})})),i){var r,a,l=e.concat(n);Object(s[\"a\"])(l,(function(t,e){return t.zlevel===e.zlevel?t.z-e.z:t.zlevel-e.zlevel})),Object(o[\"k\"])(l,(function(e){var n=t.getComponent(e.type,e.idx),i=e.zlevel,o=e.key;null!=r&&(i=Math.max(r,i)),o?(i===r&&o!==a&&i++,a=o):a&&(i===r&&i++,a=\"\"),r=i,n.setZLevel(i)}))}}function n(t){for(var e=[],n=t.currentStates,i=0;i<n.length;i++){var r=n[i];\"emphasis\"!==r&&\"blur\"!==r&&\"select\"!==r&&e.push(r)}t.selected&&t.states.select&&e.push(\"select\"),t.hoverState===jt[\"e\"]&&t.states.emphasis?e.push(\"emphasis\"):t.hoverState===jt[\"d\"]&&t.states.blur&&e.push(\"blur\"),t.useStates(e)}function r(t,e){var n=t._zr,i=n.storage,r=0;i.traverse((function(t){t.isGroup||r++})),r>e.get(\"hoverLayerThreshold\")&&!a[\"a\"].node&&!a[\"a\"].worker&&e.eachSeries((function(e){if(!e.preventUsingHoverLayer){var n=t._chartsMap[e.__viewId];n.__alive&&n.eachRendered((function(t){t.states.emphasis&&(t.states.emphasis.hoverLayer=!0)}))}}))}function l(t,e){var n=t.get(\"blendMode\")||null;e.eachRendered((function(t){t.isGroup||(t.style.blend=n)}))}function c(t,e){if(!t.preventAutoZ){var n=t.get(\"z\")||0,i=t.get(\"zlevel\")||0;e.eachRendered((function(t){return h(t,n,i,-1/0),!0}))}}function h(t,e,n,i){var r=t.getTextContent(),o=t.getTextGuideLine(),a=t.isGroup;if(a)for(var s=t.childrenRef(),l=0;l<s.length;l++)i=Math.max(h(s[l],e,n,i),i);else t.z=e,t.zlevel=n,i=Math.max(t.z2,i);if(r&&(r.z=e,r.zlevel=n,isFinite(i)&&(r.z2=i+2)),o){var u=t.textGuideLineConfig;o.z=e,o.zlevel=n,isFinite(i)&&(o.z2=i+(u&&u.showAbove?1:-1))}return i}function f(t,e){e.eachRendered((function(t){if(!xt[\"d\"](t)){var e=t.getTextContent(),n=t.getTextGuideLine();t.stateTransition&&(t.stateTransition=null),e&&e.stateTransition&&(e.stateTransition=null),n&&n.stateTransition&&(n.stateTransition=null),t.hasState()?(t.prevStates=t.currentStates,t.clearStates()):t.prevStates&&(t.prevStates=null)}}))}function d(t,e){var i=t.getModel(\"stateAnimation\"),r=t.isAnimationEnabled(),o=i.get(\"duration\"),a=o>0?{duration:o,delay:i.get(\"delay\"),easing:i.get(\"easing\")}:null;e.eachRendered((function(t){if(t.states&&t.states.emphasis){if(xt[\"d\"](t))return;if(t instanceof Ot[\"b\"]&&Object(jt[\"A\"])(t),t.__dirty){var e=t.prevStates;e&&t.useStates(e)}if(r){t.stateTransition=a;var i=t.getTextContent(),o=t.getTextGuideLine();i&&(i.stateTransition=a),o&&(o.stateTransition=a)}t.__dirty&&n(t)}}))}Sn=function(t){var e=t._scheduler;e.restorePipelines(t._model),e.prepareStageTasks(),Mn(t,!0),Mn(t,!1),e.plan()},Mn=function(t,e){for(var n=t._model,i=t._scheduler,r=e?t._componentsViews:t._chartsViews,o=e?t._componentsMap:t._chartsMap,a=t._zr,s=t._api,l=0;l<r.length;l++)r[l].__alive=!1;function u(t){var l=t.__requireNewView;t.__requireNewView=!1;var u=\"_ec_\"+t.id+\"_\"+t.type,c=!l&&o[u];if(!c){var h=Object(ge[\"f\"])(t.type),f=e?yt[\"a\"].getClass(h.main,h.sub):mt[\"a\"].getClass(h.sub);0,c=new f,c.init(n,s),o[u]=c,r.push(c),a.add(c.group)}t.__viewId=c.__id=u,c.__alive=!0,c.__model=t,c.group.__ecComponentInfo={mainType:t.mainType,index:t.componentIndex},!e&&i.prepareView(c,t,n,s)}e?n.eachComponent((function(t,e){\"series\"!==t&&u(e)})):n.eachSeries(u);for(l=0;l<r.length;){var c=r[l];c.__alive?l++:(!e&&c.renderTask.dispose(),a.remove(c.group),c.dispose(n,s),r.splice(l,1),o[c.__id]===c&&delete o[c.__id],c.__id=c.group.__ecComponentInfo=null)}},kn=function(t,e,n,i,r){var a=t._model;if(a.setUpdatePayload(n),i){var s={};s[i+\"Id\"]=n[i+\"Id\"],s[i+\"Index\"]=n[i+\"Index\"],s[i+\"Name\"]=n[i+\"Name\"];var l={mainType:i,query:s};r&&(l.subType=r);var c,h=n.excludeSeriesId;null!=h&&(c=Object(o[\"f\"])(),Object(o[\"k\"])(u[\"n\"](h),(function(t){var e=u[\"c\"](t,null);null!=e&&c.set(e,!0)}))),a&&a.eachComponent(l,(function(e){var i=c&&null!==c.get(e.id);if(!i)if(Object(jt[\"v\"])(n))if(e instanceof vt[\"b\"])n.type!==jt[\"c\"]||n.notBlur||e.get([\"emphasis\",\"disabled\"])||Object(jt[\"l\"])(e,n,t._api);else{var r=Object(jt[\"p\"])(e.mainType,e.componentIndex,n.name,t._api),a=r.focusSelf,s=r.dispatchers;n.type===jt[\"c\"]&&a&&!n.notBlur&&Object(jt[\"k\"])(e.mainType,e.componentIndex,t._api),s&&Object(o[\"k\"])(s,(function(t){n.type===jt[\"c\"]?Object(jt[\"n\"])(t):Object(jt[\"y\"])(t)}))}else Object(jt[\"w\"])(n)&&e instanceof vt[\"b\"]&&(Object(jt[\"E\"])(e,n,t._api),Object(jt[\"F\"])(e),Hn(t))}),t),a&&a.eachComponent(l,(function(e){var n=c&&null!==c.get(e.id);n||f(t[\"series\"===i?\"_chartsMap\":\"_componentsMap\"][e.__viewId])}),t)}else Object(o[\"k\"])([].concat(t._componentsViews).concat(t._chartsViews),f);function f(i){i&&i.__alive&&i[e]&&i[e](i.__model,a,t._api,n)}},Tn={prepareAndUpdate:function(t){Sn(this),Tn.update.call(this,t,{optionChanged:null!=t.newOption})},update:function(e,n){var i=this._model,r=this._api,o=this._zr,a=this._coordSysMgr,s=this._scheduler;if(i){i.setUpdatePayload(e),s.restoreData(i,e),s.performSeriesTasks(i),a.create(i,r),s.performDataProcessorTasks(i,e),In(this,i),a.update(i,r),t(i),s.performVisualTasks(i,e),zn(this,i,r,e,n);var l=i.get(\"backgroundColor\")||\"transparent\",u=i.get(\"darkMode\");o.setBackgroundColor(l),null!=u&&\"auto\"!==u&&o.setDarkMode(u),Xe.trigger(\"afterupdate\",i,r)}},updateTransform:function(e){var n=this,i=this._model,r=this._api;if(i){i.setUpdatePayload(e);var a=[];i.eachComponent((function(t,o){if(\"series\"!==t){var s=n.getViewOfComponentModel(o);if(s&&s.__alive)if(s.updateTransform){var l=s.updateTransform(o,i,r,e);l&&l.update&&a.push(s)}else a.push(s)}}));var s=Object(o[\"f\"])();i.eachSeries((function(t){var o=n._chartsMap[t.__viewId];if(o.updateTransform){var a=o.updateTransform(t,i,r,e);a&&a.update&&s.set(t.uid,1)}else s.set(t.uid,1)})),t(i),this._scheduler.performVisualTasks(i,e,{setDirty:!0,dirtyMap:s}),Bn(this,i,r,e,{},s),Xe.trigger(\"afterupdate\",i,r)}},updateView:function(e){var n=this._model;n&&(n.setUpdatePayload(e),mt[\"a\"].markUpdateMethod(e,\"updateView\"),t(n),this._scheduler.performVisualTasks(n,e,{setDirty:!0}),zn(this,n,this._api,e,{}),Xe.trigger(\"afterupdate\",n,this._api))},updateVisual:function(e){var n=this,i=this._model;i&&(i.setUpdatePayload(e),i.eachSeries((function(t){t.getData().clearAllVisual()})),mt[\"a\"].markUpdateMethod(e,\"updateVisual\"),t(i),this._scheduler.performVisualTasks(i,e,{visualType:\"visual\",setDirty:!0}),i.eachComponent((function(t,r){if(\"series\"!==t){var o=n.getViewOfComponentModel(r);o&&o.__alive&&o.updateVisual(r,i,n._api,e)}})),i.eachSeries((function(t){var r=n._chartsMap[t.__viewId];r.updateVisual(t,i,n._api,e)})),Xe.trigger(\"afterupdate\",i,this._api))},updateLayout:function(t){Tn.update.call(this,t)}},Cn=function(t,e,n,i){if(t._disposed)Yn(t.id);else{for(var r,o=t._model,a=t._coordSysMgr.getCoordinateSystems(),s=u[\"o\"](o,n),l=0;l<a.length;l++){var c=a[l];if(c[e]&&null!=(r=c[e](o,s,i)))return r}0}},In=function(t,e){var n=t._chartsMap,i=t._scheduler;e.eachSeries((function(t){i.updateStreamModes(t,n[t.__viewId])}))},Dn=function(t,e){var n=this,i=this.getModel(),r=t.type,a=t.escapeConnect,s=Zn[r],l=s.actionInfo,c=(l.update||\"update\").split(\":\"),h=c.pop(),f=null!=c[0]&&Object(ge[\"f\"])(c[0]);this[pn]=!0;var d=[t],p=!1;t.batch&&(p=!0,d=Object(o[\"G\"])(t.batch,(function(e){return e=Object(o[\"i\"])(Object(o[\"m\"])({},e),t),e.batch=null,e})));var g,v=[],y=Object(jt[\"w\"])(t),m=Object(jt[\"v\"])(t);if(m&&Object(jt[\"j\"])(this._api),Object(o[\"k\"])(d,(function(e){if(g=s.action(e,n._model,n._api),g=g||Object(o[\"m\"])({},e),g.type=l.event||g.type,v.push(g),m){var i=u[\"p\"](t),r=i.queryOptionMap,a=i.mainTypeSpecified,c=a?r.keys()[0]:\"series\";kn(n,h,e,c),Hn(n)}else y?(kn(n,h,e,\"series\"),Hn(n)):f&&kn(n,h,e,f.main,f.sub)})),\"none\"!==h&&!m&&!y&&!f)try{this[gn]?(Sn(this),Tn.update.call(this,t),this[gn]=null):Tn[h].call(this,t)}catch(x){throw this[pn]=!1,x}if(g=p?{type:l.event||r,escapeConnect:a,batch:v}:v[0],this[pn]=!1,!e){var b=this._messageCenter;if(b.trigger(g.type,g),y){var _={type:\"selectchanged\",escapeConnect:a,selected:Object(jt[\"q\"])(i),isFromClick:t.isFromClick||!1,fromAction:t.type,fromActionPayload:t};b.trigger(_.type,_)}}},An=function(t){var e=this._pendingActions;while(e.length){var n=e.shift();Dn.call(this,n,t)}},Pn=function(t){!t&&this.trigger(\"updated\")},Ln=function(t,e){t.on(\"rendered\",(function(n){e.trigger(\"rendered\",n),!t.animation.isFinished()||e[gn]||e._scheduler.unfinished||e._pendingActions.length||e.trigger(\"finished\")}))},Rn=function(t,e){t.on(\"mouseover\",(function(t){var n=t.target,i=Object(ke[\"a\"])(n,jt[\"u\"]);i&&(Object(jt[\"t\"])(i,t,e._api),Hn(e))})).on(\"mouseout\",(function(t){var n=t.target,i=Object(ke[\"a\"])(n,jt[\"u\"]);i&&(Object(jt[\"s\"])(i,t,e._api),Hn(e))})).on(\"click\",(function(t){var n=t.target,i=Object(ke[\"a\"])(n,(function(t){return null!=Object(wt[\"a\"])(t).dataIndex}),!0);if(i){var r=i.selected?\"unselect\":\"select\",o=Object(wt[\"a\"])(i);e._api.dispatchAction({type:r,dataType:o.dataType,dataIndexInside:o.dataIndex,seriesIndex:o.seriesIndex,isFromClick:!0})}}))},zn=function(t,n,i,r,a){e(n),Nn(t,n,i,r,a),Object(o[\"k\"])(t._chartsViews,(function(t){t.__alive=!1})),Bn(t,n,i,r,a),Object(o[\"k\"])(t._chartsViews,(function(t){t.__alive||t.remove(n,i)}))},Nn=function(t,e,n,i,r,a){Object(o[\"k\"])(a||t._componentsViews,(function(t){var r=t.__model;f(r,t),t.render(r,e,n,i),c(r,t),d(r,t)}))},Bn=function(t,e,n,i,a,s){var u=t._scheduler;a=Object(o[\"m\"])(a||{},{updatedSeries:e.getSeries()}),Xe.trigger(\"series:beforeupdate\",e,n,a);var h=!1;e.eachSeries((function(e){var n=t._chartsMap[e.__viewId];n.__alive=!0;var r=n.renderTask;u.updatePayload(r,i),f(e,n),s&&s.get(e.uid)&&r.dirty(),r.perform(u.getPerformArgs(r))&&(h=!0),n.group.silent=!!e.get(\"silent\"),l(e,n),Object(jt[\"F\"])(e)})),u.unfinished=h||u.unfinished,Xe.trigger(\"series:layoutlabels\",e,n,a),Xe.trigger(\"series:transition\",e,n,a),e.eachSeries((function(e){var n=t._chartsMap[e.__viewId];c(e,n),d(e,n)})),r(t,e),Xe.trigger(\"series:afterupdate\",e,n,a)},Hn=function(t){t[vn]=!0,t.getZr().wakeUp()},Vn=function(t){t[vn]&&(t.getZr().storage.traverse((function(t){xt[\"d\"](t)||n(t)})),t[vn]=!1)},En=function(t){return new(function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return Object(i[\"a\"])(n,e),n.prototype.getCoordinateSystems=function(){return t._coordSysMgr.getCoordinateSystems()},n.prototype.getComponentByElement=function(e){while(e){var n=e.__ecComponentInfo;if(null!=n)return t._model.getComponent(n.mainType,n.index);e=e.parent}},n.prototype.enterEmphasis=function(e,n){Object(jt[\"n\"])(e,n),Hn(t)},n.prototype.leaveEmphasis=function(e,n){Object(jt[\"y\"])(e,n),Hn(t)},n.prototype.enterBlur=function(e){Object(jt[\"m\"])(e),Hn(t)},n.prototype.leaveBlur=function(e){Object(jt[\"x\"])(e),Hn(t)},n.prototype.enterSelect=function(e){Object(jt[\"o\"])(e),Hn(t)},n.prototype.leaveSelect=function(e){Object(jt[\"z\"])(e),Hn(t)},n.prototype.getModel=function(){return t.getModel()},n.prototype.getViewOfComponentModel=function(e){return t.getViewOfComponentModel(e)},n.prototype.getViewOfSeriesModel=function(e){return t.getViewOfSeriesModel(e)},n}(L))(t)},Fn=function(t){function e(t,e){for(var n=0;n<t.length;n++){var i=t[n];i[mn]=e}}Object(o[\"k\"])(Kn,(function(n,i){t._messageCenter.on(i,(function(n){if(ii[t.group]&&t[mn]!==bn){if(n&&n.escapeConnect)return;var i=t.makeActionFromEvent(n),r=[];Object(o[\"k\"])(ni,(function(e){e!==t&&e.group===t.group&&r.push(e)})),e(r,bn),Object(o[\"k\"])(r,(function(t){t[mn]!==_n&&t.dispatchAction(i)})),e(r,xn)}}))}))}}(),e}(l[\"a\"]),qn=Un.prototype;qn.on=On(\"on\"),qn.off=On(\"off\"),qn.one=function(t,e,n){var i=this;function r(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];e&&e.apply&&e.apply(this,n),i.off(t,r)}Object(O[\"a\"])(\"ECharts#one is deprecated.\"),this.on.call(this,t,r,n)};var Xn=[\"click\",\"dblclick\",\"mouseover\",\"mouseout\",\"mousemove\",\"mousedown\",\"mouseup\",\"globalout\",\"contextmenu\"];function Yn(t){0}var Zn={},Kn={},Qn=[],$n=[],Jn=[],ti={},ei={},ni={},ii={},ri=+new Date-0,oi=(new Date,\"_echarts_instance_\");function ai(t,e,n){var i=!(n&&n.ssr);if(i){0;var r=si(t);if(r)return r;0}var o=new Un(t,e,n);return o.id=\"ec_\"+ri++,ni[o.id]=o,i&&u[\"s\"](t,oi,o.id),Fn(o),Xe.trigger(\"afterinit\",o),o}function si(t){return ni[u[\"e\"](t,oi)]}function li(t,e){ti[t]=e}function ui(t){Object(o[\"q\"])($n,t)<0&&$n.push(t)}function ci(t,e){bi(Qn,t,e,tn)}function hi(t){di(\"afterinit\",t)}function fi(t){di(\"afterupdate\",t)}function di(t,e){Xe.on(t,e)}function pi(t,e,n){Object(o[\"v\"])(e)&&(n=e,e=\"\");var i=Object(o[\"z\"])(t)?t.type:[t,t={event:e}][0];t.event=(t.event||i).toLowerCase(),e=t.event,Kn[e]||(Object(o[\"b\"])(yn.test(i)&&yn.test(e)),Zn[i]||(Zn[i]={action:n,actionInfo:t}),Kn[e]=i)}function gi(t,e){R[\"a\"].register(t,e)}function vi(t,e){bi(Jn,t,e,nn,\"layout\")}function yi(t,e){bi(Jn,t,e,an,\"visual\")}var mi=[];function bi(t,e,n,i,r){if((Object(o[\"v\"])(e)||Object(o[\"z\"])(e))&&(n=e,e=i),!(Object(o[\"q\"])(mi,n)>=0)){mi.push(n);var a=ae.wrapStageHandler(n,r);a.__prio=e,a.__raw=n,t.push(a)}}function _i(t,e){ei[t]=e}function xi(t,e,n){var i=Object(Ye[\"a\"])(\"registerMap\");i&&i(t,e,n)}var Oi=Se[\"b\"];yi(on,Lt),yi(ln,zt),yi(ln,Nt),yi(on,be),yi(ln,_e),yi(fn,Ue),ui(ft),ci($e,pt),_i(\"default\",Vt),pi({type:jt[\"c\"],event:jt[\"c\"],update:jt[\"c\"]},o[\"J\"]),pi({type:jt[\"b\"],event:jt[\"b\"],update:jt[\"b\"]},o[\"J\"]),pi({type:jt[\"f\"],event:jt[\"f\"],update:jt[\"f\"]},o[\"J\"]),pi({type:jt[\"i\"],event:jt[\"i\"],update:jt[\"i\"]},o[\"J\"]),pi({type:jt[\"h\"],event:jt[\"h\"],update:jt[\"h\"]},o[\"J\"]),li(\"light\",le),li(\"dark\",pe)},\"1f39\":function(t,e,n){\"use strict\";var i=n(\"6d8b\"),r={},o=function(){function t(){this._coordinateSystems=[]}return t.prototype.create=function(t,e){var n=[];i[\"k\"](r,(function(i,r){var o=i.create(t,e);n=n.concat(o||[])})),this._coordinateSystems=n},t.prototype.update=function(t,e){i[\"k\"](this._coordinateSystems,(function(n){n.update&&n.update(t,e)}))},t.prototype.getCoordinateSystems=function(){return this._coordinateSystems.slice()},t.register=function(t,e){r[t]=e},t.get=function(t){return r[t]},t}();e[\"a\"]=o},\"20c8\":function(t,e,n){\"use strict\";var i=n(\"401b\"),r=n(\"9850\"),o=n(\"2cf4c\"),a=n(\"e263\"),s=n(\"4a3f\"),l={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},u=[],c=[],h=[],f=[],d=[],p=[],g=Math.min,v=Math.max,y=Math.cos,m=Math.sin,b=Math.abs,_=Math.PI,x=2*_,O=\"undefined\"!==typeof Float32Array,w=[];function j(t){var e=Math.round(t/_*1e8)/1e8;return e%2*_}function S(t,e){var n=j(t[0]);n<0&&(n+=x);var i=n-t[0],r=t[1];r+=i,!e&&r-n>=x?r=n+x:e&&n-r>=x?r=n-x:!e&&n>r?r=n+(x-j(n-r)):e&&n<r&&(r=n-(x-j(r-n))),t[0]=n,t[1]=r}var M=function(){function t(t){this.dpr=1,this._xi=0,this._yi=0,this._x0=0,this._y0=0,this._len=0,t&&(this._saveData=!1),this._saveData&&(this.data=[])}return t.prototype.increaseVersion=function(){this._version++},t.prototype.getVersion=function(){return this._version},t.prototype.setScale=function(t,e,n){n=n||0,n>0&&(this._ux=b(n/o[\"e\"]/t)||0,this._uy=b(n/o[\"e\"]/e)||0)},t.prototype.setDPR=function(t){this.dpr=t},t.prototype.setContext=function(t){this._ctx=t},t.prototype.getContext=function(){return this._ctx},t.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},t.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},t.prototype.moveTo=function(t,e){return this._drawPendingPt(),this.addData(l.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},t.prototype.lineTo=function(t,e){var n=b(t-this._xi),i=b(e-this._yi),r=n>this._ux||i>this._uy;if(this.addData(l.L,t,e),this._ctx&&r&&this._ctx.lineTo(t,e),r)this._xi=t,this._yi=e,this._pendingPtDist=0;else{var o=n*n+i*i;o>this._pendingPtDist&&(this._pendingPtX=t,this._pendingPtY=e,this._pendingPtDist=o)}return this},t.prototype.bezierCurveTo=function(t,e,n,i,r,o){return this._drawPendingPt(),this.addData(l.C,t,e,n,i,r,o),this._ctx&&this._ctx.bezierCurveTo(t,e,n,i,r,o),this._xi=r,this._yi=o,this},t.prototype.quadraticCurveTo=function(t,e,n,i){return this._drawPendingPt(),this.addData(l.Q,t,e,n,i),this._ctx&&this._ctx.quadraticCurveTo(t,e,n,i),this._xi=n,this._yi=i,this},t.prototype.arc=function(t,e,n,i,r,o){this._drawPendingPt(),w[0]=i,w[1]=r,S(w,o),i=w[0],r=w[1];var a=r-i;return this.addData(l.A,t,e,n,n,i,a,0,o?0:1),this._ctx&&this._ctx.arc(t,e,n,i,r,o),this._xi=y(r)*n+t,this._yi=m(r)*n+e,this},t.prototype.arcTo=function(t,e,n,i,r){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(t,e,n,i,r),this},t.prototype.rect=function(t,e,n,i){return this._drawPendingPt(),this._ctx&&this._ctx.rect(t,e,n,i),this.addData(l.R,t,e,n,i),this},t.prototype.closePath=function(){this._drawPendingPt(),this.addData(l.Z);var t=this._ctx,e=this._x0,n=this._y0;return t&&t.closePath(),this._xi=e,this._yi=n,this},t.prototype.fill=function(t){t&&t.fill(),this.toStatic()},t.prototype.stroke=function(t){t&&t.stroke(),this.toStatic()},t.prototype.len=function(){return this._len},t.prototype.setData=function(t){var e=t.length;this.data&&this.data.length===e||!O||(this.data=new Float32Array(e));for(var n=0;n<e;n++)this.data[n]=t[n];this._len=e},t.prototype.appendPath=function(t){t instanceof Array||(t=[t]);for(var e=t.length,n=0,i=this._len,r=0;r<e;r++)n+=t[r].len();O&&this.data instanceof Float32Array&&(this.data=new Float32Array(i+n));for(r=0;r<e;r++)for(var o=t[r].data,a=0;a<o.length;a++)this.data[i++]=o[a];this._len=i},t.prototype.addData=function(t,e,n,i,r,o,a,s,l){if(this._saveData){var u=this.data;this._len+arguments.length>u.length&&(this._expandData(),u=this.data);for(var c=0;c<arguments.length;c++)u[this._len++]=arguments[c]}},t.prototype._drawPendingPt=function(){this._pendingPtDist>0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},t.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var t=[],e=0;e<this._len;e++)t[e]=this.data[e];this.data=t}},t.prototype.toStatic=function(){if(this._saveData){this._drawPendingPt();var t=this.data;t instanceof Array&&(t.length=this._len,O&&this._len>11&&(this.data=new Float32Array(t)))}},t.prototype.getBoundingRect=function(){h[0]=h[1]=d[0]=d[1]=Number.MAX_VALUE,f[0]=f[1]=p[0]=p[1]=-Number.MAX_VALUE;var t,e=this.data,n=0,o=0,s=0,u=0;for(t=0;t<this._len;){var c=e[t++],g=1===t;switch(g&&(n=e[t],o=e[t+1],s=n,u=o),c){case l.M:n=s=e[t++],o=u=e[t++],d[0]=s,d[1]=u,p[0]=s,p[1]=u;break;case l.L:Object(a[\"c\"])(n,o,e[t],e[t+1],d,p),n=e[t++],o=e[t++];break;case l.C:Object(a[\"b\"])(n,o,e[t++],e[t++],e[t++],e[t++],e[t],e[t+1],d,p),n=e[t++],o=e[t++];break;case l.Q:Object(a[\"e\"])(n,o,e[t++],e[t++],e[t],e[t+1],d,p),n=e[t++],o=e[t++];break;case l.A:var v=e[t++],b=e[t++],_=e[t++],x=e[t++],O=e[t++],w=e[t++]+O;t+=1;var j=!e[t++];g&&(s=y(O)*_+v,u=m(O)*x+b),Object(a[\"a\"])(v,b,_,x,O,w,j,d,p),n=y(w)*_+v,o=m(w)*x+b;break;case l.R:s=n=e[t++],u=o=e[t++];var S=e[t++],M=e[t++];Object(a[\"c\"])(s,u,s+S,u+M,d,p);break;case l.Z:n=s,o=u;break}i[\"j\"](h,h,d),i[\"i\"](f,f,p)}return 0===t&&(h[0]=h[1]=f[0]=f[1]=0),new r[\"a\"](h[0],h[1],f[0]-h[0],f[1]-h[1])},t.prototype._calculateLength=function(){var t=this.data,e=this._len,n=this._ux,i=this._uy,r=0,o=0,a=0,u=0;this._pathSegLen||(this._pathSegLen=[]);for(var c=this._pathSegLen,h=0,f=0,d=0;d<e;){var p=t[d++],_=1===d;_&&(r=t[d],o=t[d+1],a=r,u=o);var O=-1;switch(p){case l.M:r=a=t[d++],o=u=t[d++];break;case l.L:var w=t[d++],j=t[d++],S=w-r,M=j-o;(b(S)>n||b(M)>i||d===e-1)&&(O=Math.sqrt(S*S+M*M),r=w,o=j);break;case l.C:var k=t[d++],T=t[d++],C=(w=t[d++],j=t[d++],t[d++]),I=t[d++];O=Object(s[\"d\"])(r,o,k,T,w,j,C,I,10),r=C,o=I;break;case l.Q:k=t[d++],T=t[d++],w=t[d++],j=t[d++];O=Object(s[\"k\"])(r,o,k,T,w,j,10),r=w,o=j;break;case l.A:var D=t[d++],A=t[d++],P=t[d++],L=t[d++],R=t[d++],z=t[d++],N=z+R;d+=1;t[d++];_&&(a=y(R)*P+D,u=m(R)*L+A),O=v(P,L)*g(x,Math.abs(z)),r=y(N)*P+D,o=m(N)*L+A;break;case l.R:a=r=t[d++],u=o=t[d++];var B=t[d++],E=t[d++];O=2*B+2*E;break;case l.Z:S=a-r,M=u-o;O=Math.sqrt(S*S+M*M),r=a,o=u;break}O>=0&&(c[f++]=O,h+=O)}return this._pathLen=h,h},t.prototype.rebuildPath=function(t,e){var n,i,r,o,a,h,f,d,p,_,x,O=this.data,w=this._ux,j=this._uy,S=this._len,M=e<1,k=0,T=0,C=0;if(!M||(this._pathSegLen||this._calculateLength(),f=this._pathSegLen,d=this._pathLen,p=e*d,p))t:for(var I=0;I<S;){var D=O[I++],A=1===I;switch(A&&(r=O[I],o=O[I+1],n=r,i=o),D!==l.L&&C>0&&(t.lineTo(_,x),C=0),D){case l.M:n=r=O[I++],i=o=O[I++],t.moveTo(r,o);break;case l.L:a=O[I++],h=O[I++];var P=b(a-r),L=b(h-o);if(P>w||L>j){if(M){var R=f[T++];if(k+R>p){var z=(p-k)/R;t.lineTo(r*(1-z)+a*z,o*(1-z)+h*z);break t}k+=R}t.lineTo(a,h),r=a,o=h,C=0}else{var N=P*P+L*L;N>C&&(_=a,x=h,C=N)}break;case l.C:var B=O[I++],E=O[I++],F=O[I++],H=O[I++],V=O[I++],G=O[I++];if(M){R=f[T++];if(k+R>p){z=(p-k)/R;Object(s[\"g\"])(r,B,F,V,z,u),Object(s[\"g\"])(o,E,H,G,z,c),t.bezierCurveTo(u[1],c[1],u[2],c[2],u[3],c[3]);break t}k+=R}t.bezierCurveTo(B,E,F,H,V,G),r=V,o=G;break;case l.Q:B=O[I++],E=O[I++],F=O[I++],H=O[I++];if(M){R=f[T++];if(k+R>p){z=(p-k)/R;Object(s[\"n\"])(r,B,F,z,u),Object(s[\"n\"])(o,E,H,z,c),t.quadraticCurveTo(u[1],c[1],u[2],c[2]);break t}k+=R}t.quadraticCurveTo(B,E,F,H),r=F,o=H;break;case l.A:var W=O[I++],U=O[I++],q=O[I++],X=O[I++],Y=O[I++],Z=O[I++],K=O[I++],Q=!O[I++],$=q>X?q:X,J=b(q-X)>.001,tt=Y+Z,et=!1;if(M){R=f[T++];k+R>p&&(tt=Y+Z*(p-k)/R,et=!0),k+=R}if(J&&t.ellipse?t.ellipse(W,U,q,X,K,Y,tt,Q):t.arc(W,U,$,Y,tt,Q),et)break t;A&&(n=y(Y)*q+W,i=m(Y)*X+U),r=y(tt)*q+W,o=m(tt)*X+U;break;case l.R:n=r=O[I],i=o=O[I+1],a=O[I++],h=O[I++];var nt=O[I++],it=O[I++];if(M){R=f[T++];if(k+R>p){var rt=p-k;t.moveTo(a,h),t.lineTo(a+g(rt,nt),h),rt-=nt,rt>0&&t.lineTo(a+nt,h+g(rt,it)),rt-=it,rt>0&&t.lineTo(a+v(nt-rt,0),h+it),rt-=nt,rt>0&&t.lineTo(a,h+v(it-rt,0));break t}k+=R}t.rect(a,h,nt,it);break;case l.Z:if(M){R=f[T++];if(k+R>p){z=(p-k)/R;t.lineTo(r*(1-z)+n*z,o*(1-z)+i*z);break t}k+=R}t.closePath(),r=n,o=i}}},t.prototype.clone=function(){var e=new t,n=this.data;return e.data=n.slice?n.slice():Array.prototype.slice.call(n),e._len=this._len,e},t.CMD=l,t.initDefaultProps=function(){var e=t.prototype;e._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,e._version=0}(),t}();e[\"a\"]=M},\"217c\":function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return f})),n.d(e,\"b\",(function(){return m})),n.d(e,\"e\",(function(){return S})),n.d(e,\"d\",(function(){return M})),n.d(e,\"a\",(function(){return k}));var i=n(\"65ed\"),r=n(\"eda2\"),o=n(\"6d8b\"),a=n(\"b7d9\"),s=n(\"3842\"),l=\"line-height:1\";function u(t,e){var n=t.color||\"#6e7079\",r=t.fontSize||12,o=t.fontWeight||\"400\",a=t.color||\"#464646\",s=t.fontSize||14,l=t.fontWeight||\"900\";return\"html\"===e?{nameStyle:\"font-size:\"+Object(i[\"a\"])(r+\"\")+\"px;color:\"+Object(i[\"a\"])(n)+\";font-weight:\"+Object(i[\"a\"])(o+\"\"),valueStyle:\"font-size:\"+Object(i[\"a\"])(s+\"\")+\"px;color:\"+Object(i[\"a\"])(a)+\";font-weight:\"+Object(i[\"a\"])(l+\"\")}:{nameStyle:{fontSize:r,fill:n,fontWeight:o},valueStyle:{fontSize:s,fill:a,fontWeight:l}}}var c=[0,10,20,30],h=[\"\",\"\\n\",\"\\n\\n\",\"\\n\\n\\n\"];function f(t,e){return e.type=t,e}function d(t){return\"section\"===t.type}function p(t){return d(t)?v:y}function g(t){if(d(t)){var e=0,n=t.blocks.length,i=n>1||n>0&&!t.noHeader;return Object(o[\"k\"])(t.blocks,(function(t){var n=g(t);n>=e&&(e=n+ +(i&&(!n||d(t)&&!t.noHeader)))})),e}return 0}function v(t,e,n,s){var c=e.noHeader,h=b(g(e)),f=[],d=e.blocks||[];Object(o[\"b\"])(!d||Object(o[\"s\"])(d)),d=d||[];var v=t.orderMode;if(e.sortBlocks&&v){d=d.slice();var y={valueAsc:\"asc\",valueDesc:\"desc\"};if(Object(o[\"p\"])(y,v)){var m=new a[\"a\"](y[v],null);d.sort((function(t,e){return m.evaluate(t.sortParam,e.sortParam)}))}else\"seriesDesc\"===v&&d.reverse()}Object(o[\"k\"])(d,(function(n,i){var r=e.valueFormatter,a=p(n)(r?Object(o[\"m\"])(Object(o[\"m\"])({},t),{valueFormatter:r}):t,n,i>0?h.html:0,s);null!=a&&f.push(a)}));var x=\"richText\"===t.renderMode?f.join(h.richText):_(f.join(\"\"),c?n:h.html);if(c)return x;var O=Object(r[\"e\"])(e.header,\"ordinal\",t.useUTC),j=u(s,t.renderMode).nameStyle;return\"richText\"===t.renderMode?w(t,O,j)+h.richText+x:_('<div style=\"'+j+\";\"+l+';\">'+Object(i[\"a\"])(O)+\"</div>\"+x,n)}function y(t,e,n,i){var a=t.renderMode,s=e.noName,l=e.noValue,c=!e.markerType,h=e.name,f=t.useUTC,d=e.valueFormatter||t.valueFormatter||function(t){return t=Object(o[\"s\"])(t)?t:[t],Object(o[\"G\"])(t,(function(t,e){return Object(r[\"e\"])(t,Object(o[\"s\"])(v)?v[e]:v,f)}))};if(!s||!l){var p=c?\"\":t.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||\"#333\",a),g=s?\"\":Object(r[\"e\"])(h,\"ordinal\",f),v=e.valueType,y=l?[]:d(e.value),m=!c||!s,b=!c&&s,S=u(i,a),M=S.nameStyle,k=S.valueStyle;return\"richText\"===a?(c?\"\":p)+(s?\"\":w(t,g,M))+(l?\"\":j(t,y,m,b,k)):_((c?\"\":p)+(s?\"\":x(g,!c,M))+(l?\"\":O(y,m,b,k)),n)}}function m(t,e,n,i,r,o){if(t){var a=p(t),s={useUTC:r,renderMode:n,orderMode:i,markupStyleCreator:e,valueFormatter:t.valueFormatter};return a(s,t,0,o)}}function b(t){return{html:c[t],richText:h[t]}}function _(t,e){var n='<div style=\"clear:both\"></div>',i=\"margin: \"+e+\"px 0 0\";return'<div style=\"'+i+\";\"+l+';\">'+t+n+\"</div>\"}function x(t,e,n){var r=e?\"margin-left:2px\":\"\";return'<span style=\"'+n+\";\"+r+'\">'+Object(i[\"a\"])(t)+\"</span>\"}function O(t,e,n,r){var a=n?\"10px\":\"20px\",s=e?\"float:right;margin-left:\"+a:\"\";return t=Object(o[\"s\"])(t)?t:[t],'<span style=\"'+s+\";\"+r+'\">'+Object(o[\"G\"])(t,(function(t){return Object(i[\"a\"])(t)})).join(\"&nbsp;&nbsp;\")+\"</span>\"}function w(t,e,n){return t.markupStyleCreator.wrapRichTextStyle(e,n)}function j(t,e,n,i,r){var a=[r],s=i?10:20;return n&&a.push({padding:[0,0,0,s],align:\"right\"}),t.markupStyleCreator.wrapRichTextStyle(Object(o[\"s\"])(e)?e.join(\"  \"):e,a)}function S(t,e){var n=t.getData().getItemVisual(e,\"style\"),i=n[t.visualDrawType];return Object(r[\"b\"])(i)}function M(t,e){var n=t.get(\"padding\");return null!=n?n:\"richText\"===e?[8,10]:10}var k=function(){function t(){this.richTextStyles={},this._nextStyleNameId=Object(s[\"e\"])()}return t.prototype._generateStyleName=function(){return\"__EC_aUTo_\"+this._nextStyleNameId++},t.prototype.makeTooltipMarker=function(t,e,n){var i=\"richText\"===n?this._generateStyleName():null,a=Object(r[\"d\"])({color:e,type:t,renderMode:n,markerId:i});return Object(o[\"B\"])(a)?a:(this.richTextStyles[i]=a.style,a.content)},t.prototype.wrapRichTextStyle=function(t,e){var n={};Object(o[\"s\"])(e)?Object(o[\"k\"])(e,(function(t){return Object(o[\"m\"])(n,t)})):Object(o[\"m\"])(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,\"{\"+i+\"|\"+t+\"}\"},t}()},\"22b4\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return d}));var i=n(\"1be7\"),r=n(\"b12f\"),o=n(\"e887\"),a=n(\"6cb7\"),s=n(\"4f85\"),l=n(\"6d8b\"),u=n(\"58c9\"),c=n(\"697e7\"),h=[],f={registerPreprocessor:i[\"j\"],registerProcessor:i[\"k\"],registerPostInit:i[\"h\"],registerPostUpdate:i[\"i\"],registerUpdateLifecycle:i[\"m\"],registerAction:i[\"c\"],registerCoordinateSystem:i[\"d\"],registerLayout:i[\"e\"],registerVisual:i[\"n\"],registerTransform:i[\"l\"],registerLoading:i[\"f\"],registerMap:i[\"g\"],registerImpl:u[\"b\"],PRIORITY:i[\"a\"],ComponentModel:a[\"a\"],ComponentView:r[\"a\"],SeriesModel:s[\"b\"],ChartView:o[\"a\"],registerComponentModel:function(t){a[\"a\"].registerClass(t)},registerComponentView:function(t){r[\"a\"].registerClass(t)},registerSeriesModel:function(t){s[\"b\"].registerClass(t)},registerChartView:function(t){o[\"a\"].registerClass(t)},registerSubTypeDefaulter:function(t,e){a[\"a\"].registerSubTypeDefaulter(t,e)},registerPainter:function(t,e){Object(c[\"b\"])(t,e)}};function d(t){Object(l[\"s\"])(t)?Object(l[\"k\"])(t,(function(t){d(t)})):Object(l[\"q\"])(h,t)>=0||(h.push(t),Object(l[\"v\"])(t)&&(t={install:t}),t.install(f))}},\"22d1\":function(t,e,n){\"use strict\";var i=function(){function t(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1}return t}(),r=function(){function t(){this.browser=new i,this.node=!1,this.wxa=!1,this.worker=!1,this.svgSupported=!1,this.touchEventsSupported=!1,this.pointerEventsSupported=!1,this.domSupported=!1,this.transformSupported=!1,this.transform3dSupported=!1,this.hasGlobalWindow=\"undefined\"!==typeof window}return t}(),o=new r;function a(t,e){var n=e.browser,i=t.match(/Firefox\\/([\\d.]+)/),r=t.match(/MSIE\\s([\\d.]+)/)||t.match(/Trident\\/.+?rv:(([\\d.]+))/),o=t.match(/Edge?\\/([\\d.]+)/),a=/micromessenger/i.test(t);i&&(n.firefox=!0,n.version=i[1]),r&&(n.ie=!0,n.version=r[1]),o&&(n.edge=!0,n.version=o[1],n.newEdge=+o[1].split(\".\")[0]>18),a&&(n.weChat=!0),e.svgSupported=\"undefined\"!==typeof SVGRect,e.touchEventsSupported=\"ontouchstart\"in window&&!n.ie&&!n.edge,e.pointerEventsSupported=\"onpointerdown\"in window&&(n.edge||n.ie&&+n.version>=11),e.domSupported=\"undefined\"!==typeof document;var s=document.documentElement.style;e.transform3dSupported=(n.ie&&\"transition\"in s||n.edge||\"WebKitCSSMatrix\"in window&&\"m11\"in new WebKitCSSMatrix||\"MozPerspective\"in s)&&!(\"OTransition\"in s),e.transformSupported=e.transform3dSupported||n.ie&&+n.version>=9}\"object\"===typeof wx&&\"function\"===typeof wx.getSystemInfoSync?(o.wxa=!0,o.touchEventsSupported=!0):\"undefined\"===typeof document&&\"undefined\"!==typeof self?o.worker=!0:\"undefined\"===typeof navigator?(o.node=!0,o.svgSupported=!0):a(navigator.userAgent,o),e[\"a\"]=o},2306:function(t,e,n){\"use strict\";n.r(e),n.d(e,\"updateProps\",(function(){return X[\"h\"]})),n.d(e,\"initProps\",(function(){return X[\"c\"]})),n.d(e,\"removeElement\",(function(){return X[\"e\"]})),n.d(e,\"removeElementWithFadeOut\",(function(){return X[\"f\"]})),n.d(e,\"isElementRemoved\",(function(){return X[\"d\"]})),n.d(e,\"extendShape\",(function(){return Q})),n.d(e,\"extendPath\",(function(){return J})),n.d(e,\"registerShape\",(function(){return tt})),n.d(e,\"getShapeClass\",(function(){return et})),n.d(e,\"makePath\",(function(){return nt})),n.d(e,\"makeImage\",(function(){return it})),n.d(e,\"mergePath\",(function(){return ot})),n.d(e,\"resizePath\",(function(){return at})),n.d(e,\"subPixelOptimizeLine\",(function(){return st})),n.d(e,\"subPixelOptimizeRect\",(function(){return lt})),n.d(e,\"subPixelOptimize\",(function(){return ut})),n.d(e,\"getTransform\",(function(){return ct})),n.d(e,\"applyTransform\",(function(){return ht})),n.d(e,\"transformDirection\",(function(){return ft})),n.d(e,\"groupTransition\",(function(){return gt})),n.d(e,\"clipPointsByRect\",(function(){return vt})),n.d(e,\"clipRectByRect\",(function(){return yt})),n.d(e,\"createIcon\",(function(){return mt})),n.d(e,\"linePolygonIntersect\",(function(){return bt})),n.d(e,\"lineLineIntersect\",(function(){return _t})),n.d(e,\"setTooltipConfig\",(function(){return wt})),n.d(e,\"traverseElements\",(function(){return St})),n.d(e,\"Group\",(function(){return u[\"a\"]})),n.d(e,\"Image\",(function(){return l[\"a\"]})),n.d(e,\"Text\",(function(){return c[\"a\"]})),n.d(e,\"Circle\",(function(){return h[\"a\"]})),n.d(e,\"Ellipse\",(function(){return g})),n.d(e,\"Sector\",(function(){return v[\"a\"]})),n.d(e,\"Ring\",(function(){return b})),n.d(e,\"Polygon\",(function(){return _[\"a\"]})),n.d(e,\"Polyline\",(function(){return x[\"a\"]})),n.d(e,\"Rect\",(function(){return O[\"a\"]})),n.d(e,\"Line\",(function(){return w[\"a\"]})),n.d(e,\"BezierCurve\",(function(){return C})),n.d(e,\"Arc\",(function(){return I[\"a\"]})),n.d(e,\"IncrementalDisplayable\",(function(){return G})),n.d(e,\"CompoundPath\",(function(){return A})),n.d(e,\"LinearGradient\",(function(){return P[\"a\"]})),n.d(e,\"RadialGradient\",(function(){return z})),n.d(e,\"BoundingRect\",(function(){return N[\"a\"]})),n.d(e,\"OrientedBoundingRect\",(function(){return B[\"a\"]})),n.d(e,\"Point\",(function(){return E[\"a\"]})),n.d(e,\"Path\",(function(){return a[\"b\"]}));var i=n(\"342d\"),r=n(\"1687\"),o=n(\"401b\"),a=n(\"cbe5\"),s=n(\"8582\"),l=n(\"0da8\"),u=n(\"2dc5\"),c=n(\"76a5\"),h=n(\"d9fc\"),f=n(\"9ab4\"),d=function(){function t(){this.cx=0,this.cy=0,this.rx=0,this.ry=0}return t}(),p=function(t){function e(e){return t.call(this,e)||this}return Object(f[\"a\"])(e,t),e.prototype.getDefaultShape=function(){return new d},e.prototype.buildPath=function(t,e){var n=.5522848,i=e.cx,r=e.cy,o=e.rx,a=e.ry,s=o*n,l=a*n;t.moveTo(i-o,r),t.bezierCurveTo(i-o,r-l,i-s,r-a,i,r-a),t.bezierCurveTo(i+s,r-a,i+o,r-l,i+o,r),t.bezierCurveTo(i+o,r+l,i+s,r+a,i,r+a),t.bezierCurveTo(i-s,r+a,i-o,r+l,i-o,r),t.closePath()},e}(a[\"b\"]);p.prototype.type=\"ellipse\";var g=p,v=n(\"4aa2\"),y=function(){function t(){this.cx=0,this.cy=0,this.r=0,this.r0=0}return t}(),m=function(t){function e(e){return t.call(this,e)||this}return Object(f[\"a\"])(e,t),e.prototype.getDefaultShape=function(){return new y},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=2*Math.PI;t.moveTo(n+e.r,i),t.arc(n,i,e.r,0,r,!1),t.moveTo(n+e.r0,i),t.arc(n,i,e.r0,0,r,!0)},e}(a[\"b\"]);m.prototype.type=\"ring\";var b=m,_=n(\"87b1\"),x=n(\"d498\"),O=n(\"c7a2\"),w=n(\"cb11\"),j=n(\"4a3f\"),S=[],M=function(){function t(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1}return t}();function k(t,e,n){var i=t.cpx2,r=t.cpy2;return null!=i||null!=r?[(n?j[\"b\"]:j[\"a\"])(t.x1,t.cpx1,t.cpx2,t.x2,e),(n?j[\"b\"]:j[\"a\"])(t.y1,t.cpy1,t.cpy2,t.y2,e)]:[(n?j[\"i\"]:j[\"h\"])(t.x1,t.cpx1,t.x2,e),(n?j[\"i\"]:j[\"h\"])(t.y1,t.cpy1,t.y2,e)]}var T=function(t){function e(e){return t.call(this,e)||this}return Object(f[\"a\"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:\"#000\",fill:null}},e.prototype.getDefaultShape=function(){return new M},e.prototype.buildPath=function(t,e){var n=e.x1,i=e.y1,r=e.x2,o=e.y2,a=e.cpx1,s=e.cpy1,l=e.cpx2,u=e.cpy2,c=e.percent;0!==c&&(t.moveTo(n,i),null==l||null==u?(c<1&&(Object(j[\"n\"])(n,a,r,c,S),a=S[1],r=S[2],Object(j[\"n\"])(i,s,o,c,S),s=S[1],o=S[2]),t.quadraticCurveTo(a,s,r,o)):(c<1&&(Object(j[\"g\"])(n,a,l,r,c,S),a=S[1],l=S[2],r=S[3],Object(j[\"g\"])(i,s,u,o,c,S),s=S[1],u=S[2],o=S[3]),t.bezierCurveTo(a,s,l,u,r,o)))},e.prototype.pointAt=function(t){return k(this.shape,t,!1)},e.prototype.tangentAt=function(t){var e=k(this.shape,t,!0);return o[\"k\"](e,e)},e}(a[\"b\"]);T.prototype.type=\"bezier-curve\";var C=T,I=n(\"8d32\"),D=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=\"compound\",e}return Object(f[\"a\"])(e,t),e.prototype._updatePathDirty=function(){for(var t=this.shape.paths,e=this.shapeChanged(),n=0;n<t.length;n++)e=e||t[n].shapeChanged();e&&this.dirtyShape()},e.prototype.beforeBrush=function(){this._updatePathDirty();for(var t=this.shape.paths||[],e=this.getGlobalScale(),n=0;n<t.length;n++)t[n].path||t[n].createPathProxy(),t[n].path.setScale(e[0],e[1],t[n].segmentIgnoreThreshold)},e.prototype.buildPath=function(t,e){for(var n=e.paths||[],i=0;i<n.length;i++)n[i].buildPath(t,n[i].shape,!0)},e.prototype.afterBrush=function(){for(var t=this.shape.paths||[],e=0;e<t.length;e++)t[e].pathUpdated()},e.prototype.getBoundingRect=function(){return this._updatePathDirty.call(this),a[\"b\"].prototype.getBoundingRect.call(this)},e}(a[\"b\"]),A=D,P=n(\"48a9\"),L=n(\"42e5\"),R=function(t){function e(e,n,i,r,o){var a=t.call(this,r)||this;return a.x=null==e?.5:e,a.y=null==n?.5:n,a.r=null==i?.5:i,a.type=\"radial\",a.global=o||!1,a}return Object(f[\"a\"])(e,t),e}(L[\"a\"]),z=R,N=n(\"9850\"),B=n(\"ca80\"),E=n(\"dce8\"),F=n(\"19eb\"),H=[],V=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.notClear=!0,e.incremental=!0,e._displayables=[],e._temporaryDisplayables=[],e._cursor=0,e}return Object(f[\"a\"])(e,t),e.prototype.traverse=function(t,e){t.call(e,this)},e.prototype.useStyle=function(){this.style={}},e.prototype.getCursor=function(){return this._cursor},e.prototype.innerAfterBrush=function(){this._cursor=this._displayables.length},e.prototype.clearDisplaybles=function(){this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.markRedraw(),this.notClear=!1},e.prototype.clearTemporalDisplayables=function(){this._temporaryDisplayables=[]},e.prototype.addDisplayable=function(t,e){e?this._temporaryDisplayables.push(t):this._displayables.push(t),this.markRedraw()},e.prototype.addDisplayables=function(t,e){e=e||!1;for(var n=0;n<t.length;n++)this.addDisplayable(t[n],e)},e.prototype.getDisplayables=function(){return this._displayables},e.prototype.getTemporalDisplayables=function(){return this._temporaryDisplayables},e.prototype.eachPendingDisplayable=function(t){for(var e=this._cursor;e<this._displayables.length;e++)t&&t(this._displayables[e]);for(e=0;e<this._temporaryDisplayables.length;e++)t&&t(this._temporaryDisplayables[e])},e.prototype.update=function(){this.updateTransform();for(var t=this._cursor;t<this._displayables.length;t++){var e=this._displayables[t];e.parent=this,e.update(),e.parent=null}for(t=0;t<this._temporaryDisplayables.length;t++){e=this._temporaryDisplayables[t];e.parent=this,e.update(),e.parent=null}},e.prototype.getBoundingRect=function(){if(!this._rect){for(var t=new N[\"a\"](1/0,1/0,-1/0,-1/0),e=0;e<this._displayables.length;e++){var n=this._displayables[e],i=n.getBoundingRect().clone();n.needLocalTransform()&&i.applyTransform(n.getLocalTransform(H)),t.union(i)}this._rect=t}return this._rect},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();if(i.contain(n[0],n[1]))for(var r=0;r<this._displayables.length;r++){var o=this._displayables[r];if(o.contain(t,e))return!0}return!1},e}(F[\"c\"]),G=V,W=n(\"9cf9\"),U=n(\"6d8b\"),q=n(\"861c\"),X=n(\"deca\"),Y=Math.max,Z=Math.min,K={};function Q(t){return a[\"b\"].extend(t)}var $=i[\"c\"];function J(t,e){return $(t,e)}function tt(t,e){K[t]=e}function et(t){if(K.hasOwnProperty(t))return K[t]}function nt(t,e,n,r){var o=i[\"b\"](t,e);return n&&(\"center\"===r&&(n=rt(n,o.getBoundingRect())),at(o,n)),o}function it(t,e,n){var i=new l[\"a\"]({style:{image:t,x:e.x,y:e.y,width:e.width,height:e.height},onload:function(t){if(\"center\"===n){var r={width:t.width,height:t.height};i.setStyle(rt(e,r))}}});return i}function rt(t,e){var n,i=e.width/e.height,r=t.height*i;r<=t.width?n=t.height:(r=t.width,n=r/i);var o=t.x+t.width/2,a=t.y+t.height/2;return{x:o-r/2,y:a-n/2,width:r,height:n}}var ot=i[\"d\"];function at(t,e){if(t.applyTransform){var n=t.getBoundingRect(),i=n.calculateTransform(e);t.applyTransform(i)}}function st(t,e){return W[\"b\"](t,t,{lineWidth:e}),t}function lt(t){return W[\"c\"](t.shape,t.shape,t.style),t}var ut=W[\"a\"];function ct(t,e){var n=r[\"c\"]([]);while(t&&t!==e)r[\"e\"](n,t.getLocalTransform(),n),t=t.parent;return n}function ht(t,e,n){return e&&!Object(U[\"t\"])(e)&&(e=s[\"b\"].getLocalTransform(e)),n&&(e=r[\"d\"]([],e)),o[\"b\"]([],t,e)}function ft(t,e,n){var i=0===e[4]||0===e[5]||0===e[0]?1:Math.abs(2*e[4]/e[0]),r=0===e[4]||0===e[5]||0===e[2]?1:Math.abs(2*e[4]/e[2]),o=[\"left\"===t?-i:\"right\"===t?i:0,\"top\"===t?-r:\"bottom\"===t?r:0];return o=ht(o,e,n),Math.abs(o[0])>Math.abs(o[1])?o[0]>0?\"right\":\"left\":o[1]>0?\"bottom\":\"top\"}function dt(t){return!t.isGroup}function pt(t){return null!=t.shape}function gt(t,e,n){if(t&&e){var i=r(t);e.traverse((function(t){if(dt(t)&&t.anid){var e=i[t.anid];if(e){var r=o(t);t.attr(o(e)),Object(X[\"h\"])(t,r,n,Object(q[\"a\"])(t).dataIndex)}}}))}function r(t){var e={};return t.traverse((function(t){dt(t)&&t.anid&&(e[t.anid]=t)})),e}function o(t){var e={x:t.x,y:t.y,rotation:t.rotation};return pt(t)&&(e.shape=Object(U[\"m\"])({},t.shape)),e}}function vt(t,e){return Object(U[\"G\"])(t,(function(t){var n=t[0];n=Y(n,e.x),n=Z(n,e.x+e.width);var i=t[1];return i=Y(i,e.y),i=Z(i,e.y+e.height),[n,i]}))}function yt(t,e){var n=Y(t.x,e.x),i=Z(t.x+t.width,e.x+e.width),r=Y(t.y,e.y),o=Z(t.y+t.height,e.y+e.height);if(i>=n&&o>=r)return{x:n,y:r,width:i-n,height:o-r}}function mt(t,e,n){var i=Object(U[\"m\"])({rectHover:!0},e),r=i.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},t)return 0===t.indexOf(\"image://\")?(r.image=t.slice(8),Object(U[\"i\"])(r,n),new l[\"a\"](i)):nt(t.replace(\"path://\",\"\"),i,n,\"center\")}function bt(t,e,n,i,r){for(var o=0,a=r[r.length-1];o<r.length;o++){var s=r[o];if(_t(t,e,n,i,s[0],s[1],a[0],a[1]))return!0;a=s}}function _t(t,e,n,i,r,o,a,s){var l=n-t,u=i-e,c=a-r,h=s-o,f=xt(c,h,l,u);if(Ot(f))return!1;var d=t-r,p=e-o,g=xt(d,p,l,u)/f;if(g<0||g>1)return!1;var v=xt(d,p,c,h)/f;return!(v<0||v>1)}function xt(t,e,n,i){return t*i-n*e}function Ot(t){return t<=1e-6&&t>=-1e-6}function wt(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=Object(U[\"B\"])(e)?{formatter:e}:e,o=n.mainType,a=n.componentIndex,s={componentType:o,name:i,$vars:[\"name\"]};s[o+\"Index\"]=a;var l=t.formatterParamsExtra;l&&Object(U[\"k\"])(Object(U[\"E\"])(l),(function(t){Object(U[\"p\"])(s,t)||(s[t]=l[t],s.$vars.push(t))}));var u=Object(q[\"a\"])(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:Object(U[\"i\"])({content:i,formatterParams:s},r)}}function jt(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function St(t,e){if(t)if(Object(U[\"s\"])(t))for(var n=0;n<t.length;n++)jt(t[n],e);else jt(t,e)}tt(\"circle\",h[\"a\"]),tt(\"ellipse\",g),tt(\"sector\",v[\"a\"]),tt(\"ring\",b),tt(\"polygon\",_[\"a\"]),tt(\"polyline\",x[\"a\"]),tt(\"rect\",O[\"a\"]),tt(\"line\",w[\"a\"]),tt(\"bezierCurve\",C),tt(\"arc\",I[\"a\"])},2355:function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return o})),n.d(e,\"c\",(function(){return s})),n.d(e,\"d\",(function(){return l})),n.d(e,\"a\",(function(){return u}));var i=n(\"ca80\"),r=n(\"9850\");function o(t){for(var e=[],n=0;n<t.length;n++){var r=t[n];if(!r.defaultAttr.ignore){var o=r.label,a=o.getComputedTransform(),s=o.getBoundingRect(),l=!a||a[1]<1e-5&&a[2]<1e-5,u=o.style.margin||0,c=s.clone();c.applyTransform(a),c.x-=u/2,c.y-=u/2,c.width+=u,c.height+=u;var h=l?new i[\"a\"](s,a):null;e.push({label:o,labelLine:r.labelLine,rect:c,localRect:s,obb:h,priority:r.priority,defaultAttr:r.defaultAttr,layoutOption:r.computedLayoutOption,axisAligned:l,transform:a})}}return e}function a(t,e,n,i,r,o){var a=t.length;if(!(a<2)){t.sort((function(t,n){return t.rect[e]-n.rect[e]}));for(var s,l=0,u=!1,c=[],h=0,f=0;f<a;f++){var d=t[f],p=d.rect;s=p[e]-l,s<0&&(p[e]-=s,d.label[e]-=s,u=!0);var g=Math.max(-s,0);c.push(g),h+=g,l=p[e]+p[n]}h>0&&o&&O(-h/a,0,a);var v,y,m=t[0],b=t[a-1];return _(),v<0&&w(-v,.8),y<0&&w(y,.8),_(),x(v,y,1),x(y,v,-1),_(),v<0&&j(-v),y<0&&j(y),u}function _(){v=m.rect[e]-i,y=r-b.rect[e]-b.rect[n]}function x(t,e,n){if(t<0){var i=Math.min(e,-t);if(i>0){O(i*n,0,a);var r=i+t;r<0&&w(-r*n,1)}else w(-t*n,1)}}function O(n,i,r){0!==n&&(u=!0);for(var o=i;o<r;o++){var a=t[o],s=a.rect;s[e]+=n,a.label[e]+=n}}function w(i,r){for(var o=[],s=0,l=1;l<a;l++){var u=t[l-1].rect,c=Math.max(t[l].rect[e]-u[e]-u[n],0);o.push(c),s+=c}if(s){var h=Math.min(Math.abs(i)/s,r);if(i>0)for(l=0;l<a-1;l++){var f=o[l]*h;O(f,0,l+1)}else for(l=a-1;l>0;l--){f=o[l-1]*h;O(-f,l,a)}}}function j(t){var e=t<0?-1:1;t=Math.abs(t);for(var n=Math.ceil(t/(a-1)),i=0;i<a-1;i++)if(e>0?O(n,0,i+1):O(-n,a-i-1,a),t-=n,t<=0)return}}function s(t,e,n,i){return a(t,\"x\",\"width\",e,n,i)}function l(t,e,n,i){return a(t,\"y\",\"height\",e,n,i)}function u(t){var e=[];t.sort((function(t,e){return e.priority-t.priority}));var n=new r[\"a\"](0,0,0,0);function o(t){if(!t.ignore){var e=t.ensureState(\"emphasis\");null==e.ignore&&(e.ignore=!1)}t.ignore=!0}for(var a=0;a<t.length;a++){var s=t[a],l=s.axisAligned,u=s.localRect,c=s.transform,h=s.label,f=s.labelLine;n.copy(s.rect),n.width-=.1,n.height-=.1,n.x+=.05,n.y+=.05;for(var d=s.obb,p=!1,g=0;g<e.length;g++){var v=e[g];if(n.intersect(v.rect)){if(l&&v.axisAligned){p=!0;break}if(v.obb||(v.obb=new i[\"a\"](v.localRect,v.transform)),d||(d=new i[\"a\"](u,c)),d.intersect(v.obb)){p=!0;break}}}p?(o(h),f&&o(f)):(h.attr(\"ignore\",s.defaultAttr.ignore),f&&f.attr(\"ignore\",s.defaultAttr.labelGuideIgnore),e.push(s))}}},\"282b\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return r}));var i=n(\"6d8b\");function r(t,e){for(var n=0;n<t.length;n++)t[n][1]||(t[n][1]=t[n][0]);return e=e||!1,function(n,r,o){for(var a={},s=0;s<t.length;s++){var l=t[s][1];if(!(r&&i[\"q\"](r,l)>=0||o&&i[\"q\"](o,l)<0)){var u=n.getShallow(l,e);null!=u&&(a[t[s][0]]=u)}}return a}}},\"2b17\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return f})),n.d(e,\"c\",(function(){return g})),n.d(e,\"b\",(function(){return m})),n.d(e,\"d\",(function(){return x})),n.d(e,\"e\",(function(){return w}));var i,r,o,a,s,l=n(\"6d8b\"),u=n(\"e0d3\"),c=n(\"ec6f\"),h=n(\"07fd\"),f=function(){function t(t,e){var n=Object(c[\"e\"])(t)?t:Object(c[\"c\"])(t);this._source=n;var i=this._data=n.data;n.sourceFormat===h[\"g\"]&&(this._offset=0,this._dimSize=e,this._data=i),s(this,i,n)}return t.prototype.getSource=function(){return this._source},t.prototype.count=function(){return 0},t.prototype.getItem=function(t,e){},t.prototype.appendData=function(t){},t.prototype.clean=function(){},t.protoInitialize=function(){var e=t.prototype;e.pure=!1,e.persistent=!0}(),t.internalField=function(){var t;s=function(t,r,o){var s=o.sourceFormat,u=o.seriesLayoutBy,c=o.startIndex,f=o.dimensionsDefine,d=a[O(s,u)];if(Object(l[\"m\"])(t,d),s===h[\"g\"])t.getItem=e,t.count=i,t.fillStorage=n;else{var p=g(s,u);t.getItem=Object(l[\"c\"])(p,null,r,c,f);var v=m(s,u);t.count=Object(l[\"c\"])(v,null,r,c,f)}};var e=function(t,e){t-=this._offset,e=e||[];for(var n=this._data,i=this._dimSize,r=i*t,o=0;o<i;o++)e[o]=n[r+o];return e},n=function(t,e,n,i){for(var r=this._data,o=this._dimSize,a=0;a<o;a++){for(var s=i[a],l=null==s[0]?1/0:s[0],u=null==s[1]?-1/0:s[1],c=e-t,h=n[a],f=0;f<c;f++){var d=r[f*o+a];h[t+f]=d,d<l&&(l=d),d>u&&(u=d)}s[0]=l,s[1]=u}},i=function(){return this._data?this._data.length/this._dimSize:0};function r(t){for(var e=0;e<t.length;e++)this._data.push(t[e])}t={},t[h[\"c\"]+\"_\"+h[\"a\"]]={pure:!0,appendData:r},t[h[\"c\"]+\"_\"+h[\"b\"]]={pure:!0,appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: \"row\".')}},t[h[\"e\"]]={pure:!0,appendData:r},t[h[\"d\"]]={pure:!0,appendData:function(t){var e=this._data;Object(l[\"k\"])(t,(function(t,n){for(var i=e[n]||(e[n]=[]),r=0;r<(t||[]).length;r++)i.push(t[r])}))}},t[h[\"f\"]]={appendData:r},t[h[\"g\"]]={persistent:!1,pure:!0,appendData:function(t){this._data=t},clean:function(){this._offset+=this.count(),this._data=null}},a=t}(),t}(),d=function(t,e,n,i){return t[i]},p=(i={},i[h[\"c\"]+\"_\"+h[\"a\"]]=function(t,e,n,i){return t[i+e]},i[h[\"c\"]+\"_\"+h[\"b\"]]=function(t,e,n,i,r){i+=e;for(var o=r||[],a=t,s=0;s<a.length;s++){var l=a[s];o[s]=l?l[i]:null}return o},i[h[\"e\"]]=d,i[h[\"d\"]]=function(t,e,n,i,r){for(var o=r||[],a=0;a<n.length;a++){var s=n[a].name;0;var l=t[s];o[a]=l?l[i]:null}return o},i[h[\"f\"]]=d,i);function g(t,e){var n=p[O(t,e)];return n}var v=function(t,e,n){return t.length},y=(r={},r[h[\"c\"]+\"_\"+h[\"a\"]]=function(t,e,n){return Math.max(0,t.length-e)},r[h[\"c\"]+\"_\"+h[\"b\"]]=function(t,e,n){var i=t[0];return i?Math.max(0,i.length-e):0},r[h[\"e\"]]=v,r[h[\"d\"]]=function(t,e,n){var i=n[0].name;var r=t[i];return r?r.length:0},r[h[\"f\"]]=v,r);function m(t,e){var n=y[O(t,e)];return n}var b=function(t,e,n){return t[e]},_=(o={},o[h[\"c\"]]=b,o[h[\"e\"]]=function(t,e,n){return t[n]},o[h[\"d\"]]=b,o[h[\"f\"]]=function(t,e,n){var i=Object(u[\"f\"])(t);return i instanceof Array?i[e]:i},o[h[\"g\"]]=b,o);function x(t){var e=_[t];return e}function O(t,e){return t===h[\"c\"]?t+\"_\"+e:t}function w(t,e,n){if(t){var i=t.getRawDataItem(e);if(null!=i){var r=t.getStore(),o=r.getSource().sourceFormat;if(null!=n){var a=t.getDimensionIndex(n),s=r.getDimensionProperty(a);return x(o)(i,a,s)}var l=i;return o===h[\"f\"]&&(l=Object(u[\"f\"])(i)),l}}}},\"2cf4c\":function(t,e,n){\"use strict\";n.d(e,\"e\",(function(){return o})),n.d(e,\"b\",(function(){return a})),n.d(e,\"a\",(function(){return s})),n.d(e,\"d\",(function(){return l})),n.d(e,\"c\",(function(){return u}));var i=n(\"22d1\"),r=1;i[\"a\"].hasGlobalWindow&&(r=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var o=r,a=.4,s=\"#333\",l=\"#ccc\",u=\"#eee\"},\"2da7\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return ht}));var i=n(\"af5c\"),r=n(\"22b4\"),o=n(\"9ab4\"),a=n(\"6cb7\"),s=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return Object(o[\"a\"])(e,t),e.type=\"tooltip\",e.dependencies=[\"axisPointer\"],e.defaultOption={z:60,show:!0,showContent:!0,trigger:\"item\",triggerOn:\"mousemove|click\",alwaysShowContent:!1,displayMode:\"single\",renderMode:\"auto\",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:\"#fff\",shadowBlur:10,shadowColor:\"rgba(0, 0, 0, .2)\",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:\"\",axisPointer:{type:\"line\",axis:\"auto\",animation:\"auto\",animationDurationUpdate:200,animationEasingUpdate:\"exponentialOut\",crossStyle:{color:\"#999\",width:1,type:\"dashed\",textStyle:{}}},textStyle:{color:\"#666\",fontSize:14}},e}(a[\"a\"]),l=s,u=n(\"6d8b\"),c=n(\"22d1\"),h=n(\"607d\"),f=n(\"65ed\"),d=n(\"eda2\");function p(t){var e=t.get(\"confine\");return null!=e?!!e:\"richText\"===t.get(\"renderMode\")}function g(t){if(c[\"a\"].domSupported)for(var e=document.documentElement.style,n=0,i=t.length;n<i;n++)if(t[n]in e)return t[n]}var v=g([\"transform\",\"webkitTransform\",\"OTransform\",\"MozTransform\",\"msTransform\"]),y=g([\"webkitTransition\",\"transition\",\"OTransition\",\"MozTransition\",\"msTransition\"]);function m(t,e){if(!t)return e;e=Object(d[\"g\"])(e,!0);var n=t.indexOf(e);return t=-1===n?e:\"-\"+t.slice(0,n)+\"-\"+e,t.toLowerCase()}function b(t,e){var n=t.currentStyle||document.defaultView&&document.defaultView.getComputedStyle(t);return n?e?n[e]:n:null}var _=n(\"217c\"),x=m(y,\"transition\"),O=m(v,\"transform\"),w=\"position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;\"+(c[\"a\"].transform3dSupported?\"will-change:transform;\":\"\");function j(t){return t=\"left\"===t?\"right\":\"right\"===t?\"left\":\"top\"===t?\"bottom\":\"top\",t}function S(t,e,n){if(!Object(u[\"B\"])(n)||\"inside\"===n)return\"\";var i=t.get(\"backgroundColor\"),r=t.get(\"borderWidth\");e=Object(d[\"b\"])(e);var o,a=j(n),s=Math.max(1.5*Math.round(r),6),l=\"\",c=O+\":\";Object(u[\"q\"])([\"left\",\"right\"],a)>-1?(l+=\"top:50%\",c+=\"translateY(-50%) rotate(\"+(o=\"left\"===a?-225:-45)+\"deg)\"):(l+=\"left:50%\",c+=\"translateX(-50%) rotate(\"+(o=\"top\"===a?225:45)+\"deg)\");var h=o*Math.PI/180,f=s+r,p=f*Math.abs(Math.cos(h))+f*Math.abs(Math.sin(h)),g=Math.round(100*((p-Math.SQRT2*r)/2+Math.SQRT2*r-(p-f)/2))/100;l+=\";\"+a+\":-\"+g+\"px\";var v=e+\" solid \"+r+\"px;\",y=[\"position:absolute;width:\"+s+\"px;height:\"+s+\"px;\",l+\";\"+c+\";\",\"border-bottom:\"+v,\"border-right:\"+v,\"background-color:\"+i+\";\"];return'<div style=\"'+y.join(\"\")+'\"></div>'}function M(t,e){var n=\"cubic-bezier(0.23,1,0.32,1)\",i=\" \"+t/2+\"s \"+n,r=\"opacity\"+i+\",visibility\"+i;return e||(i=\" \"+t+\"s \"+n,r+=c[\"a\"].transformSupported?\",\"+O+i:\",left\"+i+\",top\"+i),x+\":\"+r}function k(t,e,n){var i=t.toFixed(0)+\"px\",r=e.toFixed(0)+\"px\";if(!c[\"a\"].transformSupported)return n?\"top:\"+r+\";left:\"+i+\";\":[[\"top\",r],[\"left\",i]];var o=c[\"a\"].transform3dSupported,a=\"translate\"+(o?\"3d\":\"\")+\"(\"+i+\",\"+r+(o?\",0\":\"\")+\")\";return n?\"top:0;left:0;\"+O+\":\"+a+\";\":[[\"top\",0],[\"left\",0],[v,a]]}function T(t){var e=[],n=t.get(\"fontSize\"),i=t.getTextColor();i&&e.push(\"color:\"+i),e.push(\"font:\"+t.getFont()),n&&e.push(\"line-height:\"+Math.round(3*n/2)+\"px\");var r=t.get(\"textShadowColor\"),o=t.get(\"textShadowBlur\")||0,a=t.get(\"textShadowOffsetX\")||0,s=t.get(\"textShadowOffsetY\")||0;return r&&o&&e.push(\"text-shadow:\"+a+\"px \"+s+\"px \"+o+\"px \"+r),Object(u[\"k\"])([\"decoration\",\"align\"],(function(n){var i=t.get(n);i&&e.push(\"text-\"+n+\":\"+i)})),e.join(\";\")}function C(t,e,n){var i=[],r=t.get(\"transitionDuration\"),o=t.get(\"backgroundColor\"),a=t.get(\"shadowBlur\"),s=t.get(\"shadowColor\"),l=t.get(\"shadowOffsetX\"),c=t.get(\"shadowOffsetY\"),h=t.getModel(\"textStyle\"),f=Object(_[\"d\"])(t,\"html\"),p=l+\"px \"+c+\"px \"+a+\"px \"+s;return i.push(\"box-shadow:\"+p),e&&r&&i.push(M(r,n)),o&&i.push(\"background-color:\"+o),Object(u[\"k\"])([\"width\",\"color\",\"radius\"],(function(e){var n=\"border-\"+e,r=Object(d[\"g\"])(n),o=t.get(r);null!=o&&i.push(n+\":\"+o+(\"color\"===e?\"\":\"px\"))})),i.push(T(h)),null!=f&&i.push(\"padding:\"+Object(d[\"f\"])(f).join(\"px \")+\"px\"),i.join(\";\")+\";\"}function I(t,e,n,i,r){var o=e&&e.painter;if(n){var a=o&&o.getViewportRoot();a&&Object(f[\"d\"])(t,a,document.body,i,r)}else{t[0]=i,t[1]=r;var s=o&&o.getViewportRootOffset();s&&(t[0]+=s.offsetLeft,t[1]+=s.offsetTop)}t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var D=function(){function t(t,e,n){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._firstShow=!0,this._longHide=!0,c[\"a\"].wxa)return null;var i=document.createElement(\"div\");i.domBelongToZr=!0,this.el=i;var r=this._zr=e.getZr(),o=this._appendToBody=n&&n.appendToBody;I(this._styleCoord,r,o,e.getWidth()/2,e.getHeight()/2),o?document.body.appendChild(i):t.appendChild(i),this._container=t;var a=this;i.onmouseenter=function(){a._enterable&&(clearTimeout(a._hideTimeout),a._show=!0),a._inContent=!0},i.onmousemove=function(t){if(t=t||window.event,!a._enterable){var e=r.handler,n=r.painter.getViewportRoot();Object(h[\"d\"])(n,t,!0),e.dispatch(\"mousemove\",t)}},i.onmouseleave=function(){a._inContent=!1,a._enterable&&a._show&&a.hideLater(a._hideDelay)}}return t.prototype.update=function(t){var e=this._container,n=b(e,\"position\"),i=e.style;\"absolute\"!==i.position&&\"absolute\"!==n&&(i.position=\"relative\");var r=t.get(\"alwaysShowContent\");r&&this._moveIfResized(),this.el.className=t.get(\"className\")||\"\"},t.prototype.show=function(t,e){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n=this.el,i=n.style,r=this._styleCoord;n.innerHTML?i.cssText=w+C(t,!this._firstShow,this._longHide)+k(r[0],r[1],!0)+\"border-color:\"+Object(d[\"b\"])(e)+\";\"+(t.get(\"extraCssText\")||\"\")+\";pointer-events:\"+(this._enterable?\"auto\":\"none\"):i.display=\"none\",this._show=!0,this._firstShow=!1,this._longHide=!1},t.prototype.setContent=function(t,e,n,i,r){var o=this.el;if(null!=t){var a=\"\";if(Object(u[\"B\"])(r)&&\"item\"===n.get(\"trigger\")&&!p(n)&&(a=S(n,i,r)),Object(u[\"B\"])(t))o.innerHTML=t+a;else if(t){o.innerHTML=\"\",Object(u[\"s\"])(t)||(t=[t]);for(var s=0;s<t.length;s++)Object(u[\"u\"])(t[s])&&t[s].parentNode!==o&&o.appendChild(t[s]);if(a&&o.childNodes.length){var l=document.createElement(\"div\");l.innerHTML=a,o.appendChild(l)}}}else o.innerHTML=\"\"},t.prototype.setEnterable=function(t){this._enterable=t},t.prototype.getSize=function(){var t=this.el;return[t.offsetWidth,t.offsetHeight]},t.prototype.moveTo=function(t,e){var n=this._styleCoord;if(I(n,this._zr,this._appendToBody,t,e),null!=n[0]&&null!=n[1]){var i=this.el.style,r=k(n[0],n[1]);Object(u[\"k\"])(r,(function(t){i[t[0]]=t[1]}))}},t.prototype._moveIfResized=function(){var t=this._styleCoord[2],e=this._styleCoord[3];this.moveTo(t*this._zr.getWidth(),e*this._zr.getHeight())},t.prototype.hide=function(){var t=this,e=this.el.style;e.visibility=\"hidden\",e.opacity=\"0\",c[\"a\"].transform3dSupported&&(e.willChange=\"\"),this._show=!1,this._longHideTimeout=setTimeout((function(){return t._longHide=!0}),500)},t.prototype.hideLater=function(t){!this._show||this._inContent&&this._enterable||(t?(this._hideDelay=t,this._show=!1,this._hideTimeout=setTimeout(Object(u[\"c\"])(this.hide,this),t)):this.hide())},t.prototype.isShow=function(){return this._show},t.prototype.dispose=function(){this.el.parentNode.removeChild(this.el)},t}(),A=D,P=n(\"76a5\"),L=n(\"edae\"),R=function(){function t(t){this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._zr=t.getZr(),B(this._styleCoord,this._zr,t.getWidth()/2,t.getHeight()/2)}return t.prototype.update=function(t){var e=t.get(\"alwaysShowContent\");e&&this._moveIfResized()},t.prototype.show=function(){this._hideTimeout&&clearTimeout(this._hideTimeout),this.el.show(),this._show=!0},t.prototype.setContent=function(t,e,n,i,r){var o=this;u[\"z\"](t)&&Object(L[\"c\"])(\"\"),this.el&&this._zr.remove(this.el);var a=n.getModel(\"textStyle\");this.el=new P[\"a\"]({style:{rich:e.richTextStyles,text:t,lineHeight:22,borderWidth:1,borderColor:i,textShadowColor:a.get(\"textShadowColor\"),fill:n.get([\"textStyle\",\"color\"]),padding:Object(_[\"d\"])(n,\"richText\"),verticalAlign:\"top\",align:\"left\"},z:n.get(\"z\")}),u[\"k\"]([\"backgroundColor\",\"borderRadius\",\"shadowColor\",\"shadowBlur\",\"shadowOffsetX\",\"shadowOffsetY\"],(function(t){o.el.style[t]=n.get(t)})),u[\"k\"]([\"textShadowBlur\",\"textShadowOffsetX\",\"textShadowOffsetY\"],(function(t){o.el.style[t]=a.get(t)||0})),this._zr.add(this.el);var s=this;this.el.on(\"mouseover\",(function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0})),this.el.on(\"mouseout\",(function(){s._enterable&&s._show&&s.hideLater(s._hideDelay),s._inContent=!1}))},t.prototype.setEnterable=function(t){this._enterable=t},t.prototype.getSize=function(){var t=this.el,e=this.el.getBoundingRect(),n=N(t.style);return[e.width+n.left+n.right,e.height+n.top+n.bottom]},t.prototype.moveTo=function(t,e){var n=this.el;if(n){var i=this._styleCoord;B(i,this._zr,t,e),t=i[0],e=i[1];var r=n.style,o=z(r.borderWidth||0),a=N(r);n.x=t+o+a.left,n.y=e+o+a.top,n.markRedraw()}},t.prototype._moveIfResized=function(){var t=this._styleCoord[2],e=this._styleCoord[3];this.moveTo(t*this._zr.getWidth(),e*this._zr.getHeight())},t.prototype.hide=function(){this.el&&this.el.hide(),this._show=!1},t.prototype.hideLater=function(t){!this._show||this._inContent&&this._enterable||(t?(this._hideDelay=t,this._show=!1,this._hideTimeout=setTimeout(u[\"c\"](this.hide,this),t)):this.hide())},t.prototype.isShow=function(){return this._show},t.prototype.dispose=function(){this._zr.remove(this.el)},t}();function z(t){return Math.max(0,t)}function N(t){var e=z(t.shadowBlur||0),n=z(t.shadowOffsetX||0),i=z(t.shadowOffsetY||0);return{left:z(e-n),right:z(e+n),top:z(e-i),bottom:z(e+i)}}function B(t,e,n,i){t[0]=n,t[1]=i,t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var E=R,F=n(\"3842\"),H=n(\"c7a2\"),V=n(\"133d\"),G=n(\"f934\"),W=n(\"4319\"),U=n(\"17d6\"),q=n(\"697e\"),X=n(\"ff2e\"),Y=n(\"e0d3\"),Z=n(\"b12f\"),K=n(\"f876\"),Q=n(\"861c\"),$=n(\"38a2\"),J=n(\"fadd\"),tt=n(\"88b3\"),et=new H[\"a\"]({shape:{x:-1,y:-1,width:2,height:2}}),nt=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return Object(o[\"a\"])(e,t),e.prototype.init=function(t,e){if(!c[\"a\"].node&&e.getDom()){var n=t.getComponent(\"tooltip\"),i=this._renderMode=Object(Y[\"g\"])(n.get(\"renderMode\"));this._tooltipContent=\"richText\"===i?new E(e):new A(e.getDom(),e,{appendToBody:n.get(\"appendToBody\",!0)})}},e.prototype.render=function(t,e,n){if(!c[\"a\"].node&&n.getDom()){this.group.removeAll(),this._tooltipModel=t,this._ecModel=e,this._api=n,this._alwaysShowContent=t.get(\"alwaysShowContent\");var i=this._tooltipContent;i.update(t),i.setEnterable(t.get(\"enterable\")),this._initGlobalListener(),this._keepShow(),\"richText\"!==this._renderMode&&t.get(\"transitionDuration\")?Object(tt[\"b\"])(this,\"_updatePosition\",50,\"fixRate\"):Object(tt[\"a\"])(this,\"_updatePosition\")}},e.prototype._initGlobalListener=function(){var t=this._tooltipModel,e=t.get(\"triggerOn\");U[\"a\"](\"itemTooltip\",this._api,Object(u[\"c\"])((function(t,n,i){\"none\"!==e&&(e.indexOf(t)>=0?this._tryShow(n,i):\"leave\"===t&&this._hide(i))}),this))},e.prototype._keepShow=function(){var t=this._tooltipModel,e=this._ecModel,n=this._api,i=t.get(\"triggerOn\");if(null!=this._lastX&&null!=this._lastY&&\"none\"!==i&&\"click\"!==i){var r=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout((function(){!n.isDisposed()&&r.manuallyShowTip(t,e,n,{x:r._lastX,y:r._lastY,dataByCoordSys:r._lastDataByCoordSys})}))}},e.prototype.manuallyShowTip=function(t,e,n,i){if(i.from!==this.uid&&!c[\"a\"].node&&n.getDom()){var r=rt(i,n);this._ticket=\"\";var o=i.dataByCoordSys,a=ut(i,e,n);if(a){var s=a.el.getBoundingRect().clone();s.applyTransform(a.el.transform),this._tryShow({offsetX:s.x+s.width/2,offsetY:s.y+s.height/2,target:a.el,position:i.position,positionDefault:\"bottom\"},r)}else if(i.tooltip&&null!=i.x&&null!=i.y){var l=et;l.x=i.x,l.y=i.y,l.update(),Object(Q[\"a\"])(l).tooltipConfig={name:null,option:i.tooltip},this._tryShow({offsetX:i.x,offsetY:i.y,target:l},r)}else if(o)this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,dataByCoordSys:o,tooltipOption:i.tooltipOption},r);else if(null!=i.seriesIndex){if(this._manuallyAxisShowTip(t,e,n,i))return;var u=Object(V[\"a\"])(i,e),h=u.point[0],f=u.point[1];null!=h&&null!=f&&this._tryShow({offsetX:h,offsetY:f,target:u.el,position:i.position,positionDefault:\"bottom\"},r)}else null!=i.x&&null!=i.y&&(n.dispatchAction({type:\"updateAxisPointer\",x:i.x,y:i.y}),this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,target:n.getZr().findHover(i.x,i.y).target},r))}},e.prototype.manuallyHideTip=function(t,e,n,i){var r=this._tooltipContent;!this._alwaysShowContent&&this._tooltipModel&&r.hideLater(this._tooltipModel.get(\"hideDelay\")),this._lastX=this._lastY=this._lastDataByCoordSys=null,i.from!==this.uid&&this._hide(rt(i,n))},e.prototype._manuallyAxisShowTip=function(t,e,n,i){var r=i.seriesIndex,o=i.dataIndex,a=e.getComponent(\"axisPointer\").coordSysAxesInfo;if(null!=r&&null!=o&&null!=a){var s=e.getSeriesByIndex(r);if(s){var l=s.getData(),u=it([l.getItemModel(o),s,(s.coordinateSystem||{}).model],this._tooltipModel);if(\"axis\"===u.get(\"trigger\"))return n.dispatchAction({type:\"updateAxisPointer\",seriesIndex:r,dataIndex:o,position:i.position}),!0}}},e.prototype._tryShow=function(t,e){var n=t.target,i=this._tooltipModel;if(i){this._lastX=t.offsetX,this._lastY=t.offsetY;var r=t.dataByCoordSys;if(r&&r.length)this._showAxisTooltip(r,t);else if(n){var o,a;this._lastDataByCoordSys=null,Object(J[\"a\"])(n,(function(t){return null!=Object(Q[\"a\"])(t).dataIndex?(o=t,!0):null!=Object(Q[\"a\"])(t).tooltipConfig?(a=t,!0):void 0}),!0),o?this._showSeriesItemTooltip(t,o,e):a?this._showComponentItemTooltip(t,a,e):this._hide(e)}else this._lastDataByCoordSys=null,this._hide(e)}},e.prototype._showOrMove=function(t,e){var n=t.get(\"showDelay\");e=Object(u[\"c\"])(e,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(e,n):e()},e.prototype._showAxisTooltip=function(t,e){var n=this._ecModel,i=this._tooltipModel,r=[e.offsetX,e.offsetY],o=it([e.tooltipOption],i),a=this._renderMode,s=[],l=Object(_[\"c\"])(\"section\",{blocks:[],noHeader:!0}),c=[],h=new _[\"a\"];Object(u[\"k\"])(t,(function(t){Object(u[\"k\"])(t.dataByAxis,(function(t){var e=n.getComponent(t.axisDim+\"Axis\",t.axisIndex),r=t.value;if(e&&null!=r){var o=X[\"d\"](r,e.axis,n,t.seriesDataIndices,t.valueLabelOpt),f=Object(_[\"c\"])(\"section\",{header:o,noHeader:!Object(u[\"R\"])(o),sortBlocks:!0,blocks:[]});l.blocks.push(f),Object(u[\"k\"])(t.seriesDataIndices,(function(l){var p=n.getSeriesByIndex(l.seriesIndex),g=l.dataIndexInside,v=p.getDataParams(g);if(!(v.dataIndex<0)){v.axisDim=t.axisDim,v.axisIndex=t.axisIndex,v.axisType=t.axisType,v.axisId=t.axisId,v.axisValue=q[\"c\"](e.axis,{value:r}),v.axisValueLabel=o,v.marker=h.makeTooltipMarker(\"item\",Object(d[\"b\"])(v.color),a);var y=Object($[\"b\"])(p.formatTooltip(g,!0,null)),m=y.frag;if(m){var b=it([p],i).get(\"valueFormatter\");f.blocks.push(b?Object(u[\"m\"])({valueFormatter:b},m):m)}y.text&&c.push(y.text),s.push(v)}}))}}))})),l.blocks.reverse(),c.reverse();var f=e.position,p=o.get(\"order\"),g=Object(_[\"b\"])(l,h,a,p,n.get(\"useUTC\"),o.get(\"textStyle\"));g&&c.unshift(g);var v=\"richText\"===a?\"\\n\\n\":\"<br/>\",y=c.join(v);this._showOrMove(o,(function(){this._updateContentNotChangedOnAxis(t,s)?this._updatePosition(o,f,r[0],r[1],this._tooltipContent,s):this._showTooltipContent(o,y,s,Math.random()+\"\",r[0],r[1],f,null,h)}))},e.prototype._showSeriesItemTooltip=function(t,e,n){var i=this._ecModel,r=Object(Q[\"a\"])(e),o=r.seriesIndex,a=i.getSeriesByIndex(o),s=r.dataModel||a,l=r.dataIndex,c=r.dataType,h=s.getData(c),f=this._renderMode,p=t.positionDefault,g=it([h.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,p?{position:p}:null),v=g.get(\"trigger\");if(null==v||\"item\"===v){var y=s.getDataParams(l,c),m=new _[\"a\"];y.marker=m.makeTooltipMarker(\"item\",Object(d[\"b\"])(y.color),f);var b=Object($[\"b\"])(s.formatTooltip(l,!1,c)),x=g.get(\"order\"),O=g.get(\"valueFormatter\"),w=b.frag,j=w?Object(_[\"b\"])(O?Object(u[\"m\"])({valueFormatter:O},w):w,m,f,x,i.get(\"useUTC\"),g.get(\"textStyle\")):b.text,S=\"item_\"+s.name+\"_\"+l;this._showOrMove(g,(function(){this._showTooltipContent(g,j,y,S,t.offsetX,t.offsetY,t.position,t.target,m)})),n({type:\"showTip\",dataIndexInside:l,dataIndex:h.getRawIndex(l),seriesIndex:o,from:this.uid})}},e.prototype._showComponentItemTooltip=function(t,e,n){var i=Object(Q[\"a\"])(e),r=i.tooltipConfig,o=r.option||{};if(Object(u[\"B\"])(o)){var a=o;o={content:a,formatter:a}}var s=[o],l=this._ecModel.getComponent(i.componentMainType,i.componentIndex);l&&s.push(l),s.push({formatter:o.content});var c=t.positionDefault,h=it(s,this._tooltipModel,c?{position:c}:null),f=h.get(\"content\"),d=Math.random()+\"\",p=new _[\"a\"];this._showOrMove(h,(function(){var n=Object(u[\"d\"])(h.get(\"formatterParams\")||{});this._showTooltipContent(h,f,n,d,t.offsetX,t.offsetY,t.position,e,p)})),n({type:\"showTip\",from:this.uid})},e.prototype._showTooltipContent=function(t,e,n,i,r,o,a,s,l){if(this._ticket=\"\",t.get(\"showContent\")&&t.get(\"show\")){var c=this._tooltipContent;c.setEnterable(t.get(\"enterable\"));var h=t.get(\"formatter\");a=a||t.get(\"position\");var f=e,p=this._getNearestPoint([r,o],n,t.get(\"trigger\"),t.get(\"borderColor\")),g=p.color;if(h)if(Object(u[\"B\"])(h)){var v=t.ecModel.get(\"useUTC\"),y=Object(u[\"s\"])(n)?n[0]:n,m=y&&y.axisType&&y.axisType.indexOf(\"time\")>=0;f=h,m&&(f=Object(K[\"h\"])(y.axisValue,f,v)),f=Object(d[\"c\"])(f,n,!0)}else if(Object(u[\"v\"])(h)){var b=Object(u[\"c\"])((function(e,i){e===this._ticket&&(c.setContent(i,l,t,g,a),this._updatePosition(t,a,r,o,c,n,s))}),this);this._ticket=i,f=h(n,i,b)}else f=h;c.setContent(f,l,t,g,a),c.show(t,g),this._updatePosition(t,a,r,o,c,n,s)}},e.prototype._getNearestPoint=function(t,e,n,i){return\"axis\"===n||Object(u[\"s\"])(e)?{color:i||(\"html\"===this._renderMode?\"#fff\":\"none\")}:Object(u[\"s\"])(e)?void 0:{color:i||e.color||e.borderColor}},e.prototype._updatePosition=function(t,e,n,i,r,o,a){var s=this._api.getWidth(),l=this._api.getHeight();e=e||t.get(\"position\");var c=r.getSize(),h=t.get(\"align\"),f=t.get(\"verticalAlign\"),d=a&&a.getBoundingRect().clone();if(a&&d.applyTransform(a.transform),Object(u[\"v\"])(e)&&(e=e([n,i],o,r.el,d,{viewSize:[s,l],contentSize:c.slice()})),Object(u[\"s\"])(e))n=Object(F[\"l\"])(e[0],s),i=Object(F[\"l\"])(e[1],l);else if(Object(u[\"z\"])(e)){var g=e;g.width=c[0],g.height=c[1];var v=Object(G[\"c\"])(g,{width:s,height:l});n=v.x,i=v.y,h=null,f=null}else if(Object(u[\"B\"])(e)&&a){var y=st(e,d,c,t.get(\"borderWidth\"));n=y[0],i=y[1]}else{y=ot(n,i,r,s,l,h?null:20,f?null:20);n=y[0],i=y[1]}if(h&&(n-=lt(h)?c[0]/2:\"right\"===h?c[0]:0),f&&(i-=lt(f)?c[1]/2:\"bottom\"===f?c[1]:0),p(t)){y=at(n,i,r,s,l);n=y[0],i=y[1]}r.moveTo(n,i)},e.prototype._updateContentNotChangedOnAxis=function(t,e){var n=this._lastDataByCoordSys,i=this._cbParamsList,r=!!n&&n.length===t.length;return r&&Object(u[\"k\"])(n,(function(n,o){var a=n.dataByAxis||[],s=t[o]||{},l=s.dataByAxis||[];r=r&&a.length===l.length,r&&Object(u[\"k\"])(a,(function(t,n){var o=l[n]||{},a=t.seriesDataIndices||[],s=o.seriesDataIndices||[];r=r&&t.value===o.value&&t.axisType===o.axisType&&t.axisId===o.axisId&&a.length===s.length,r&&Object(u[\"k\"])(a,(function(t,e){var n=s[e];r=r&&t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex})),i&&Object(u[\"k\"])(t.seriesDataIndices,(function(t){var n=t.seriesIndex,o=e[n],a=i[n];o&&a&&a.data!==o.data&&(r=!1)}))}))})),this._lastDataByCoordSys=t,this._cbParamsList=e,!!r},e.prototype._hide=function(t){this._lastDataByCoordSys=null,t({type:\"hideTip\",from:this.uid})},e.prototype.dispose=function(t,e){!c[\"a\"].node&&e.getDom()&&(Object(tt[\"a\"])(this,\"_updatePosition\"),this._tooltipContent.dispose(),U[\"b\"](\"itemTooltip\",e))},e.type=\"tooltip\",e}(Z[\"a\"]);function it(t,e,n){var i,r=e.ecModel;n?(i=new W[\"a\"](n,r,r),i=new W[\"a\"](e.option,i,r)):i=e;for(var o=t.length-1;o>=0;o--){var a=t[o];a&&(a instanceof W[\"a\"]&&(a=a.get(\"tooltip\",!0)),Object(u[\"B\"])(a)&&(a={formatter:a}),a&&(i=new W[\"a\"](a,i,r)))}return i}function rt(t,e){return t.dispatchAction||Object(u[\"c\"])(e.dispatchAction,e)}function ot(t,e,n,i,r,o,a){var s=n.getSize(),l=s[0],u=s[1];return null!=o&&(t+l+o+2>i?t-=l+o:t+=o),null!=a&&(e+u+a>r?e-=u+a:e+=a),[t,e]}function at(t,e,n,i,r){var o=n.getSize(),a=o[0],s=o[1];return t=Math.min(t+a,i)-a,e=Math.min(e+s,r)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}function st(t,e,n,i){var r=n[0],o=n[1],a=Math.ceil(Math.SQRT2*i)+8,s=0,l=0,u=e.width,c=e.height;switch(t){case\"inside\":s=e.x+u/2-r/2,l=e.y+c/2-o/2;break;case\"top\":s=e.x+u/2-r/2,l=e.y-o-a;break;case\"bottom\":s=e.x+u/2-r/2,l=e.y+c+a;break;case\"left\":s=e.x-r-a,l=e.y+c/2-o/2;break;case\"right\":s=e.x+u+a,l=e.y+c/2-o/2}return[s,l]}function lt(t){return\"center\"===t||\"middle\"===t}function ut(t,e,n){var i=Object(Y[\"p\"])(t).queryOptionMap,r=i.keys()[0];if(r&&\"series\"!==r){var o=Object(Y[\"r\"])(e,r,i.get(r),{useDefault:!1,enableAll:!1,enableNone:!1}),a=o.models[0];if(a){var s,l=n.getViewOfComponentModel(a);return l.group.traverse((function(e){var n=Object(Q[\"a\"])(e).tooltipConfig;if(n&&n.name===t.name)return s=e,!0})),s?{componentMainType:r,componentIndex:a.componentIndex,el:s}:void 0}}}var ct=nt;function ht(t){Object(r[\"a\"])(i[\"a\"]),t.registerComponentModel(l),t.registerComponentView(ct),t.registerAction({type:\"showTip\",event:\"showTip\",update:\"tooltip:manuallyShowTip\"},u[\"J\"]),t.registerAction({type:\"hideTip\",event:\"hideTip\",update:\"tooltip:manuallyHideTip\"},u[\"J\"])}},\"2dc5\":function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"6d8b\"),o=n(\"d5b7\"),a=n(\"9850\"),s=function(t){function e(e){var n=t.call(this)||this;return n.isGroup=!0,n._children=[],n.attr(e),n}return Object(i[\"a\"])(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.children=function(){return this._children.slice()},e.prototype.childAt=function(t){return this._children[t]},e.prototype.childOfName=function(t){for(var e=this._children,n=0;n<e.length;n++)if(e[n].name===t)return e[n]},e.prototype.childCount=function(){return this._children.length},e.prototype.add=function(t){return t&&t!==this&&t.parent!==this&&(this._children.push(t),this._doAdd(t)),this},e.prototype.addBefore=function(t,e){if(t&&t!==this&&t.parent!==this&&e&&e.parent===this){var n=this._children,i=n.indexOf(e);i>=0&&(n.splice(i,0,t),this._doAdd(t))}return this},e.prototype.replace=function(t,e){var n=r[\"q\"](this._children,t);return n>=0&&this.replaceAt(e,n),this},e.prototype.replaceAt=function(t,e){var n=this._children,i=n[e];if(t&&t!==this&&t.parent!==this&&t!==i){n[e]=t,i.parent=null;var r=this.__zr;r&&i.removeSelfFromZr(r),this._doAdd(t)}return this},e.prototype._doAdd=function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__zr;e&&e!==t.__zr&&t.addSelfToZr(e),e&&e.refresh()},e.prototype.remove=function(t){var e=this.__zr,n=this._children,i=r[\"q\"](n,t);return i<0||(n.splice(i,1),t.parent=null,e&&t.removeSelfFromZr(e),e&&e.refresh()),this},e.prototype.removeAll=function(){for(var t=this._children,e=this.__zr,n=0;n<t.length;n++){var i=t[n];e&&i.removeSelfFromZr(e),i.parent=null}return t.length=0,this},e.prototype.eachChild=function(t,e){for(var n=this._children,i=0;i<n.length;i++){var r=n[i];t.call(e,r,i)}return this},e.prototype.traverse=function(t,e){for(var n=0;n<this._children.length;n++){var i=this._children[n],r=t.call(e,i);i.isGroup&&!r&&i.traverse(t,e)}return this},e.prototype.addSelfToZr=function(e){t.prototype.addSelfToZr.call(this,e);for(var n=0;n<this._children.length;n++){var i=this._children[n];i.addSelfToZr(e)}},e.prototype.removeSelfFromZr=function(e){t.prototype.removeSelfFromZr.call(this,e);for(var n=0;n<this._children.length;n++){var i=this._children[n];i.removeSelfFromZr(e)}},e.prototype.getBoundingRect=function(t){for(var e=new a[\"a\"](0,0,0,0),n=t||this._children,i=[],r=null,o=0;o<n.length;o++){var s=n[o];if(!s.ignore&&!s.invisible){var l=s.getBoundingRect(),u=s.getLocalTransform(i);u?(a[\"a\"].applyTransform(e,l,u),r=r||e.clone(),r.union(e)):(r=r||l.clone(),r.union(l))}}return r||e},e}(o[\"a\"]);s.prototype.type=\"group\",e[\"a\"]=s},\"342d\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return k})),n.d(e,\"c\",(function(){return T})),n.d(e,\"d\",(function(){return C})),n.d(e,\"a\",(function(){return I}));var i=n(\"9ab4\"),r=n(\"cbe5\"),o=n(\"20c8\"),a=n(\"401b\"),s=o[\"a\"].CMD,l=[[],[],[]],u=Math.sqrt,c=Math.atan2;function h(t,e){if(e){var n,i,r,o,h,f,d=t.data,p=t.len(),g=s.M,v=s.C,y=s.L,m=s.R,b=s.A,_=s.Q;for(r=0,o=0;r<p;){switch(n=d[r++],o=r,i=0,n){case g:i=1;break;case y:i=1;break;case v:i=3;break;case _:i=2;break;case b:var x=e[4],O=e[5],w=u(e[0]*e[0]+e[1]*e[1]),j=u(e[2]*e[2]+e[3]*e[3]),S=c(-e[1]/j,e[0]/w);d[r]*=w,d[r++]+=x,d[r]*=j,d[r++]+=O,d[r++]*=w,d[r++]*=j,d[r++]+=S,d[r++]+=S,r+=2,o=r;break;case m:f[0]=d[r++],f[1]=d[r++],Object(a[\"b\"])(f,f,e),d[o++]=f[0],d[o++]=f[1],f[0]+=d[r++],f[1]+=d[r++],Object(a[\"b\"])(f,f,e),d[o++]=f[0],d[o++]=f[1]}for(h=0;h<i;h++){var M=l[h];M[0]=d[r++],M[1]=d[r++],Object(a[\"b\"])(M,M,e),d[o++]=M[0],d[o++]=M[1]}}t.increaseVersion()}}var f=n(\"6d8b\"),d=Math.sqrt,p=Math.sin,g=Math.cos,v=Math.PI;function y(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])}function m(t,e){return(t[0]*e[0]+t[1]*e[1])/(y(t)*y(e))}function b(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(m(t,e))}function _(t,e,n,i,r,o,a,s,l,u,c){var h=l*(v/180),f=g(h)*(t-n)/2+p(h)*(e-i)/2,y=-1*p(h)*(t-n)/2+g(h)*(e-i)/2,_=f*f/(a*a)+y*y/(s*s);_>1&&(a*=d(_),s*=d(_));var x=(r===o?-1:1)*d((a*a*(s*s)-a*a*(y*y)-s*s*(f*f))/(a*a*(y*y)+s*s*(f*f)))||0,O=x*a*y/s,w=x*-s*f/a,j=(t+n)/2+g(h)*O-p(h)*w,S=(e+i)/2+p(h)*O+g(h)*w,M=b([1,0],[(f-O)/a,(y-w)/s]),k=[(f-O)/a,(y-w)/s],T=[(-1*f-O)/a,(-1*y-w)/s],C=b(k,T);if(m(k,T)<=-1&&(C=v),m(k,T)>=1&&(C=0),C<0){var I=Math.round(C/v*1e6)/1e6;C=2*v+I%2*v}c.addData(u,j,S,a,s,M,C,h,o)}var x=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,O=/-?([0-9]*\\.)?[0-9]+([eE]-?[0-9]+)?/g;function w(t){var e=new o[\"a\"];if(!t)return e;var n,i=0,r=0,a=i,s=r,l=o[\"a\"].CMD,u=t.match(x);if(!u)return e;for(var c=0;c<u.length;c++){for(var h=u[c],f=h.charAt(0),d=void 0,p=h.match(O)||[],g=p.length,v=0;v<g;v++)p[v]=parseFloat(p[v]);var y=0;while(y<g){var m=void 0,b=void 0,w=void 0,j=void 0,S=void 0,M=void 0,k=void 0,T=i,C=r,I=void 0,D=void 0;switch(f){case\"l\":i+=p[y++],r+=p[y++],d=l.L,e.addData(d,i,r);break;case\"L\":i=p[y++],r=p[y++],d=l.L,e.addData(d,i,r);break;case\"m\":i+=p[y++],r+=p[y++],d=l.M,e.addData(d,i,r),a=i,s=r,f=\"l\";break;case\"M\":i=p[y++],r=p[y++],d=l.M,e.addData(d,i,r),a=i,s=r,f=\"L\";break;case\"h\":i+=p[y++],d=l.L,e.addData(d,i,r);break;case\"H\":i=p[y++],d=l.L,e.addData(d,i,r);break;case\"v\":r+=p[y++],d=l.L,e.addData(d,i,r);break;case\"V\":r=p[y++],d=l.L,e.addData(d,i,r);break;case\"C\":d=l.C,e.addData(d,p[y++],p[y++],p[y++],p[y++],p[y++],p[y++]),i=p[y-2],r=p[y-1];break;case\"c\":d=l.C,e.addData(d,p[y++]+i,p[y++]+r,p[y++]+i,p[y++]+r,p[y++]+i,p[y++]+r),i+=p[y-2],r+=p[y-1];break;case\"S\":m=i,b=r,I=e.len(),D=e.data,n===l.C&&(m+=i-D[I-4],b+=r-D[I-3]),d=l.C,T=p[y++],C=p[y++],i=p[y++],r=p[y++],e.addData(d,m,b,T,C,i,r);break;case\"s\":m=i,b=r,I=e.len(),D=e.data,n===l.C&&(m+=i-D[I-4],b+=r-D[I-3]),d=l.C,T=i+p[y++],C=r+p[y++],i+=p[y++],r+=p[y++],e.addData(d,m,b,T,C,i,r);break;case\"Q\":T=p[y++],C=p[y++],i=p[y++],r=p[y++],d=l.Q,e.addData(d,T,C,i,r);break;case\"q\":T=p[y++]+i,C=p[y++]+r,i+=p[y++],r+=p[y++],d=l.Q,e.addData(d,T,C,i,r);break;case\"T\":m=i,b=r,I=e.len(),D=e.data,n===l.Q&&(m+=i-D[I-4],b+=r-D[I-3]),i=p[y++],r=p[y++],d=l.Q,e.addData(d,m,b,i,r);break;case\"t\":m=i,b=r,I=e.len(),D=e.data,n===l.Q&&(m+=i-D[I-4],b+=r-D[I-3]),i+=p[y++],r+=p[y++],d=l.Q,e.addData(d,m,b,i,r);break;case\"A\":w=p[y++],j=p[y++],S=p[y++],M=p[y++],k=p[y++],T=i,C=r,i=p[y++],r=p[y++],d=l.A,_(T,C,i,r,M,k,w,j,S,d,e);break;case\"a\":w=p[y++],j=p[y++],S=p[y++],M=p[y++],k=p[y++],T=i,C=r,i+=p[y++],r+=p[y++],d=l.A,_(T,C,i,r,M,k,w,j,S,d,e);break}}\"z\"!==f&&\"Z\"!==f||(d=l.Z,e.addData(d),i=a,r=s),n=d}return e.toStatic(),e}var j=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e.prototype.applyTransform=function(t){},e}(r[\"b\"]);function S(t){return null!=t.setData}function M(t,e){var n=w(t),i=Object(f[\"m\"])({},e);return i.buildPath=function(t){if(S(t)){t.setData(n.data);var e=t.getContext();e&&t.rebuildPath(e,1)}else{e=t;n.rebuildPath(e,1)}},i.applyTransform=function(t){h(n,t),this.dirtyShape()},i}function k(t,e){return new j(M(t,e))}function T(t,e){var n=M(t,e),r=function(t){function e(e){var i=t.call(this,e)||this;return i.applyTransform=n.applyTransform,i.buildPath=n.buildPath,i}return Object(i[\"a\"])(e,t),e}(j);return r}function C(t,e){for(var n=[],i=t.length,o=0;o<i;o++){var a=t[o];n.push(a.getUpdatedPathProxy(!0))}var s=new r[\"b\"](e);return s.createPathProxy(),s.buildPath=function(t){if(S(t)){t.appendPath(n);var e=t.getContext();e&&t.rebuildPath(e,1)}},s}function I(t,e){e=e||{};var n=new r[\"b\"];return t.shape&&n.setShape(t.shape),n.setStyle(t.style),e.bakeTransform?h(n.path,t.getComputedTransform()):e.toLocal?n.setLocalTransform(t.getComputedTransform()):n.copyTransform(t),n.buildPath=t.buildPath,n.applyTransform=n.applyTransform,n.z=t.z,n.z2=t.z2,n.zlevel=t.zlevel,n}},3437:function(t,e,n){\"use strict\";function i(t){return isFinite(t)}function r(t,e,n){var r=null==e.x?0:e.x,o=null==e.x2?1:e.x2,a=null==e.y?0:e.y,s=null==e.y2?0:e.y2;e.global||(r=r*n.width+n.x,o=o*n.width+n.x,a=a*n.height+n.y,s=s*n.height+n.y),r=i(r)?r:0,o=i(o)?o:1,a=i(a)?a:0,s=i(s)?s:0;var l=t.createLinearGradient(r,a,o,s);return l}function o(t,e,n){var r=n.width,o=n.height,a=Math.min(r,o),s=null==e.x?.5:e.x,l=null==e.y?.5:e.y,u=null==e.r?.5:e.r;e.global||(s=s*r+n.x,l=l*o+n.y,u*=a),s=i(s)?s:.5,l=i(l)?l:.5,u=u>=0&&i(u)?u:.5;var c=t.createRadialGradient(s,l,0,s,l,u);return c}function a(t,e,n){for(var i=\"radial\"===e.type?o(t,e,n):r(t,e,n),a=e.colorStops,s=0;s<a.length;s++)i.addColorStop(a[s].offset,a[s].color);return i}function s(t,e){if(t===e||!t&&!e)return!1;if(!t||!e||t.length!==e.length)return!0;for(var n=0;n<t.length;n++)if(t[n]!==e[n])return!0;return!1}function l(t){return parseInt(t,10)}function u(t,e,n){var i=[\"width\",\"height\"][e],r=[\"clientWidth\",\"clientHeight\"][e],o=[\"paddingLeft\",\"paddingTop\"][e],a=[\"paddingRight\",\"paddingBottom\"][e];if(null!=n[i]&&\"auto\"!==n[i])return parseFloat(n[i]);var s=document.defaultView.getComputedStyle(t);return(t[r]||l(s[i])||l(t.style[i]))-(l(s[o])||0)-(l(s[a])||0)|0}n.d(e,\"a\",(function(){return a})),n.d(e,\"c\",(function(){return s})),n.d(e,\"b\",(function(){return u}))},3620:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return me}));var i=n(\"9ab4\"),r=n(\"6d8b\"),o=n(\"4319\"),a=n(\"80f0\"),s=n(\"2b17\"),l=n(\"07fd\"),u=function(){function t(t,e){this._encode=t,this._schema=e}return t.prototype.get=function(){return{fullDimensions:this._getFullDimensionNames(),encode:this._encode}},t.prototype._getFullDimensionNames=function(){return this._cachedDimNames||(this._cachedDimNames=this._schema?this._schema.makeOutputDimensionNames():[]),this._cachedDimNames},t}();function c(t,e){var n={},i=n.encode={},o=Object(r[\"f\"])(),a=[],s=[],c={};Object(r[\"k\"])(t.dimensions,(function(e){var n=t.getDimensionInfo(e),r=n.coordDim;if(r){0;var u=n.coordDimIndex;h(i,r)[u]=e,n.isExtraCoord||(o.set(r,1),d(n.type)&&(a[0]=e),h(c,r)[u]=t.getDimensionIndex(n.name)),n.defaultTooltip&&s.push(e)}l[\"i\"].each((function(t,e){var r=h(i,e),o=n.otherDims[e];null!=o&&!1!==o&&(r[o]=n.name)}))}));var f=[],p={};o.each((function(t,e){var n=i[e];p[e]=n[0],f=f.concat(n)})),n.dataDimsOnCoord=f,n.dataDimIndicesOnCoord=Object(r[\"G\"])(f,(function(e){return t.getDimensionInfo(e).storeDimIndex})),n.encodeFirstDimNotExtra=p;var g=i.label;g&&g.length&&(a=g.slice());var v=i.tooltip;return v&&v.length?s=v.slice():s.length||(s=a.slice()),i.defaultedLabel=a,i.defaultedTooltip=s,n.userOutput=new u(c,e),n}function h(t,e){return t.hasOwnProperty(e)||(t[e]=[]),t[e]}function f(t){return\"category\"===t?\"ordinal\":\"time\"===t?\"time\":\"float\"}function d(t){return!(\"ordinal\"===t||\"time\"===t)}var p,g,v,y,m,b,_,x=function(){function t(t){this.otherDims={},null!=t&&r[\"m\"](this,t)}return t}(),O=x,w=n(\"e0d3\"),j=n(\"861c\"),S=n(\"ec6f\"),M=n(\"d0ce\"),k=n(\"80b9\"),T=r[\"z\"],C=r[\"G\"],I=\"undefined\"===typeof Int32Array?Array:Int32Array,D=\"e\\0\\0\",A=-1,P=[\"hasItemOption\",\"_nameList\",\"_idList\",\"_invertedIndicesMap\",\"_dimSummary\",\"userOutput\",\"_rawData\",\"_dimValueGetter\",\"_nameDimIdx\",\"_idDimIdx\",\"_nameRepeatCount\"],L=[\"_approximateExtent\"],R=function(){function t(t,e){var n;this.type=\"list\",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=[\"cloneShallow\",\"downSample\",\"lttbDownSample\",\"map\"],this.CHANGABLE_METHODS=[\"filterSelf\",\"selectRange\"],this.DOWNSAMPLE_METHODS=[\"downSample\",\"lttbDownSample\"];var i=!1;Object(k[\"d\"])(t)?(n=t.dimensions,this._dimOmitted=t.isDimensionOmitted(),this._schema=t):(i=!0,n=t),n=n||[\"x\",\"y\"];for(var o={},a=[],s={},l=!1,u={},c=0;c<n.length;c++){var h=n[c],f=r[\"B\"](h)?new O({name:h}):h instanceof O?h:new O(h),d=f.name;f.type=f.type||\"float\",f.coordDim||(f.coordDim=d,f.coordDimIndex=0);var p=f.otherDims=f.otherDims||{};a.push(d),o[d]=f,null!=u[d]&&(l=!0),f.createInvertedIndices&&(s[d]=[]),0===p.itemName&&(this._nameDimIdx=c),0===p.itemId&&(this._idDimIdx=c),i&&(f.storeDimIndex=c)}if(this.dimensions=a,this._dimInfos=o,this._initGetDimensionInfo(l),this.hostModel=e,this._invertedIndicesMap=s,this._dimOmitted){var g=this._dimIdxToName=r[\"f\"]();r[\"k\"](a,(function(t){g.set(o[t].storeDimIndex,t)}))}}return t.prototype.getDimension=function(t){var e=this._recognizeDimIndex(t);if(null==e)return t;if(e=t,!this._dimOmitted)return this.dimensions[e];var n=this._dimIdxToName.get(e);if(null!=n)return n;var i=this._schema.getSourceDimension(e);return i?i.name:void 0},t.prototype.getDimensionIndex=function(t){var e=this._recognizeDimIndex(t);if(null!=e)return e;if(null==t)return-1;var n=this._getDimInfo(t);return n?n.storeDimIndex:this._dimOmitted?this._schema.getSourceDimensionIndex(t):-1},t.prototype._recognizeDimIndex=function(t){if(r[\"y\"](t)||null!=t&&!isNaN(t)&&!this._getDimInfo(t)&&(!this._dimOmitted||this._schema.getSourceDimensionIndex(t)<0))return+t},t.prototype._getStoreDimIndex=function(t){var e=this.getDimensionIndex(t);return e},t.prototype.getDimensionInfo=function(t){return this._getDimInfo(this.getDimension(t))},t.prototype._initGetDimensionInfo=function(t){var e=this._dimInfos;this._getDimInfo=t?function(t){return e.hasOwnProperty(t)?e[t]:void 0}:function(t){return e[t]}},t.prototype.getDimensionsOnCoord=function(){return this._dimSummary.dataDimsOnCoord.slice()},t.prototype.mapDimension=function(t,e){var n=this._dimSummary;if(null==e)return n.encodeFirstDimNotExtra[t];var i=n.encode[t];return i?i[e]:null},t.prototype.mapDimensionsAll=function(t){var e=this._dimSummary,n=e.encode[t];return(n||[]).slice()},t.prototype.getStore=function(){return this._store},t.prototype.initData=function(t,e,n){var i,o=this;if(t instanceof M[\"b\"]&&(i=t),!i){var a=this.dimensions,l=Object(S[\"e\"])(t)||r[\"t\"](t)?new s[\"a\"](t,a.length):t;i=new M[\"b\"];var u=C(a,(function(t){return{type:o._dimInfos[t].type,property:t}}));i.initData(l,u,n)}this._store=i,this._nameList=(e||[]).slice(),this._idList=[],this._nameRepeatCount={},this._doInit(0,i.count()),this._dimSummary=c(this,this._schema),this.userOutput=this._dimSummary.userOutput},t.prototype.appendData=function(t){var e=this._store.appendData(t);this._doInit(e[0],e[1])},t.prototype.appendValues=function(t,e){var n=this._store.appendValues(t,e.length),i=n.start,r=n.end,o=this._shouldMakeIdFromName();if(this._updateOrdinalMeta(),e)for(var a=i;a<r;a++){var s=a-i;this._nameList[a]=e[s],o&&_(this,a)}},t.prototype._updateOrdinalMeta=function(){for(var t=this._store,e=this.dimensions,n=0;n<e.length;n++){var i=this._dimInfos[e[n]];i.ordinalMeta&&t.collectOrdinalMeta(i.storeDimIndex,i.ordinalMeta)}},t.prototype._shouldMakeIdFromName=function(){var t=this._store.getProvider();return null==this._idDimIdx&&t.getSource().sourceFormat!==l[\"g\"]&&!t.fillStorage},t.prototype._doInit=function(t,e){if(!(t>=e)){var n=this._store,i=n.getProvider();this._updateOrdinalMeta();var r=this._nameList,o=this._idList,a=i.getSource().sourceFormat,s=a===l[\"f\"];if(s&&!i.pure)for(var u=[],c=t;c<e;c++){var h=i.getItem(c,u);if(!this.hasItemOption&&Object(w[\"j\"])(h)&&(this.hasItemOption=!0),h){var f=h.name;null==r[c]&&null!=f&&(r[c]=Object(w[\"c\"])(f,null));var d=h.id;null==o[c]&&null!=d&&(o[c]=Object(w[\"c\"])(d,null))}}if(this._shouldMakeIdFromName())for(c=t;c<e;c++)_(this,c);p(this)}},t.prototype.getApproximateExtent=function(t){return this._approximateExtent[t]||this._store.getDataExtent(this._getStoreDimIndex(t))},t.prototype.setApproximateExtent=function(t,e){e=this.getDimension(e),this._approximateExtent[e]=t.slice()},t.prototype.getCalculationInfo=function(t){return this._calculationInfo[t]},t.prototype.setCalculationInfo=function(t,e){T(t)?r[\"m\"](this._calculationInfo,t):this._calculationInfo[t]=e},t.prototype.getName=function(t){var e=this.getRawIndex(t),n=this._nameList[e];return null==n&&null!=this._nameDimIdx&&(n=v(this,this._nameDimIdx,e)),null==n&&(n=\"\"),n},t.prototype._getCategory=function(t,e){var n=this._store.get(t,e),i=this._store.getOrdinalMeta(t);return i?i.categories[n]:n},t.prototype.getId=function(t){return g(this,this.getRawIndex(t))},t.prototype.count=function(){return this._store.count()},t.prototype.get=function(t,e){var n=this._store,i=this._dimInfos[t];if(i)return n.get(i.storeDimIndex,e)},t.prototype.getByRawIndex=function(t,e){var n=this._store,i=this._dimInfos[t];if(i)return n.getByRawIndex(i.storeDimIndex,e)},t.prototype.getIndices=function(){return this._store.getIndices()},t.prototype.getDataExtent=function(t){return this._store.getDataExtent(this._getStoreDimIndex(t))},t.prototype.getSum=function(t){return this._store.getSum(this._getStoreDimIndex(t))},t.prototype.getMedian=function(t){return this._store.getMedian(this._getStoreDimIndex(t))},t.prototype.getValues=function(t,e){var n=this,i=this._store;return r[\"s\"](t)?i.getValues(C(t,(function(t){return n._getStoreDimIndex(t)})),e):i.getValues(t)},t.prototype.hasValue=function(t){for(var e=this._dimSummary.dataDimIndicesOnCoord,n=0,i=e.length;n<i;n++)if(isNaN(this._store.get(e[n],t)))return!1;return!0},t.prototype.indexOfName=function(t){for(var e=0,n=this._store.count();e<n;e++)if(this.getName(e)===t)return e;return-1},t.prototype.getRawIndex=function(t){return this._store.getRawIndex(t)},t.prototype.indexOfRawIndex=function(t){return this._store.indexOfRawIndex(t)},t.prototype.rawIndexOf=function(t,e){var n=t&&this._invertedIndicesMap[t];var i=n[e];return null==i||isNaN(i)?A:i},t.prototype.indicesOfNearest=function(t,e,n){return this._store.indicesOfNearest(this._getStoreDimIndex(t),e,n)},t.prototype.each=function(t,e,n){r[\"v\"](t)&&(n=e,e=t,t=[]);var i=n||this,o=C(y(t),this._getStoreDimIndex,this);this._store.each(o,i?r[\"c\"](e,i):e)},t.prototype.filterSelf=function(t,e,n){r[\"v\"](t)&&(n=e,e=t,t=[]);var i=n||this,o=C(y(t),this._getStoreDimIndex,this);return this._store=this._store.filter(o,i?r[\"c\"](e,i):e),this},t.prototype.selectRange=function(t){var e=this,n={},i=r[\"E\"](t),o=[];return r[\"k\"](i,(function(i){var r=e._getStoreDimIndex(i);n[r]=t[i],o.push(r)})),this._store=this._store.selectRange(n),this},t.prototype.mapArray=function(t,e,n){r[\"v\"](t)&&(n=e,e=t,t=[]),n=n||this;var i=[];return this.each(t,(function(){i.push(e&&e.apply(this,arguments))}),n),i},t.prototype.map=function(t,e,n,i){var o=n||i||this,a=C(y(t),this._getStoreDimIndex,this),s=b(this);return s._store=this._store.map(a,o?r[\"c\"](e,o):e),s},t.prototype.modify=function(t,e,n,i){var o=n||i||this;var a=C(y(t),this._getStoreDimIndex,this);this._store.modify(a,o?r[\"c\"](e,o):e)},t.prototype.downSample=function(t,e,n,i){var r=b(this);return r._store=this._store.downSample(this._getStoreDimIndex(t),e,n,i),r},t.prototype.lttbDownSample=function(t,e){var n=b(this);return n._store=this._store.lttbDownSample(this._getStoreDimIndex(t),e),n},t.prototype.getRawDataItem=function(t){return this._store.getRawDataItem(t)},t.prototype.getItemModel=function(t){var e=this.hostModel,n=this.getRawDataItem(t);return new o[\"a\"](n,e,e&&e.ecModel)},t.prototype.diff=function(t){var e=this;return new a[\"a\"](t?t.getStore().getIndices():[],this.getStore().getIndices(),(function(e){return g(t,e)}),(function(t){return g(e,t)}))},t.prototype.getVisual=function(t){var e=this._visual;return e&&e[t]},t.prototype.setVisual=function(t,e){this._visual=this._visual||{},T(t)?r[\"m\"](this._visual,t):this._visual[t]=e},t.prototype.getItemVisual=function(t,e){var n=this._itemVisuals[t],i=n&&n[e];return null==i?this.getVisual(e):i},t.prototype.hasItemVisual=function(){return this._itemVisuals.length>0},t.prototype.ensureUniqueItemVisual=function(t,e){var n=this._itemVisuals,i=n[t];i||(i=n[t]={});var o=i[e];return null==o&&(o=this.getVisual(e),r[\"s\"](o)?o=o.slice():T(o)&&(o=r[\"m\"]({},o)),i[e]=o),o},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,T(e)?r[\"m\"](i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){T(t)?r[\"m\"](this._layout,t):this._layout[t]=e},t.prototype.getLayout=function(t){return this._layout[t]},t.prototype.getItemLayout=function(t){return this._itemLayouts[t]},t.prototype.setItemLayout=function(t,e,n){this._itemLayouts[t]=n?r[\"m\"](this._itemLayouts[t]||{},e):e},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(t,e){var n=this.hostModel&&this.hostModel.seriesIndex;Object(j[\"b\"])(n,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){r[\"k\"](this._graphicEls,(function(n,i){n&&t&&t.call(e,n,i)}))},t.prototype.cloneShallow=function(e){return e||(e=new t(this._schema?this._schema:C(this.dimensions,this._getDimInfo,this),this.hostModel)),m(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];r[\"v\"](n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(r[\"Q\"](arguments)))})},t.internalField=function(){p=function(t){var e=t._invertedIndicesMap;r[\"k\"](e,(function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new I(o.categories.length);for(var s=0;s<n.length;s++)n[s]=A;for(s=0;s<a.count();s++)n[a.get(r.storeDimIndex,s)]=s}}))},v=function(t,e,n){return Object(w[\"c\"])(t._getCategory(e,n),null)},g=function(t,e){var n=t._idList[e];return null==n&&null!=t._idDimIdx&&(n=v(t,t._idDimIdx,e)),null==n&&(n=D+e),n},y=function(t){return r[\"s\"](t)||(t=null!=t?[t]:[]),t},b=function(e){var n=new t(e._schema?e._schema:C(e.dimensions,e._getDimInfo,e),e.hostModel);return m(n,e),n},m=function(t,e){r[\"k\"](P.concat(e.__wrappedMethods||[]),(function(n){e.hasOwnProperty(n)&&(t[n]=e[n])})),t.__wrappedMethods=e.__wrappedMethods,r[\"k\"](L,(function(n){t[n]=r[\"d\"](e[n])})),t._calculationInfo=r[\"m\"]({},e._calculationInfo)},_=function(t,e){var n=t._nameList,i=t._idList,r=t._nameDimIdx,o=t._idDimIdx,a=n[e],s=i[e];if(null==a&&null!=r&&(n[e]=a=v(t,r,e)),null==s&&null!=o&&(i[e]=s=v(t,o,e)),null==s&&null!=a){var l=t._nameRepeatCount,u=l[a]=(l[a]||0)+1;s=a,u>1&&(s+=\"__ec__\"+u),i[e]=s}}}(),t}(),z=R,N=n(\"0f99\");function B(t,e){Object(S[\"e\"])(t)||(t=Object(S[\"c\"])(t)),e=e||{};var n=e.coordDimensions||[],i=e.dimensionsDefine||t.dimensionsDefine||[],o=Object(r[\"f\"])(),a=[],s=F(t,n,i,e.dimensionsCount),u=e.canOmitUnusedDimensions&&Object(k[\"e\"])(s),c=i===t.dimensionsDefine,h=c?Object(k[\"c\"])(t):Object(k[\"b\"])(i),f=e.encodeDefine;!f&&e.encodeDefaulter&&(f=e.encodeDefaulter(t,s));for(var d=Object(r[\"f\"])(f),p=new M[\"a\"](s),g=0;g<p.length;g++)p[g]=-1;function v(t){var e=p[t];if(e<0){var n=i[t],o=Object(r[\"z\"])(n)?n:{name:n},s=new O,l=o.name;null!=l&&null!=h.get(l)&&(s.name=s.displayName=l),null!=o.type&&(s.type=o.type),null!=o.displayName&&(s.displayName=o.displayName);var u=a.length;return p[t]=u,s.storeDimIndex=t,a.push(s),s}return a[e]}if(!u)for(g=0;g<s;g++)v(g);d.each((function(t,e){var n=Object(w[\"n\"])(t).slice();if(1===n.length&&!Object(r[\"B\"])(n[0])&&n[0]<0)d.set(e,!1);else{var i=d.set(e,[]);Object(r[\"k\"])(n,(function(t,n){var o=Object(r[\"B\"])(t)?h.get(t):t;null!=o&&o<s&&(i[n]=o,m(v(o),e,n))}))}}));var y=0;function m(t,e,n){null!=l[\"i\"].get(e)?t.otherDims[e]=n:(t.coordDim=e,t.coordDimIndex=n,o.set(e,!0))}Object(r[\"k\"])(n,(function(t){var e,n,i,o;if(Object(r[\"B\"])(t))e=t,o={};else{o=t,e=o.name;var a=o.ordinalMeta;o.ordinalMeta=null,o=Object(r[\"m\"])({},o),o.ordinalMeta=a,n=o.dimsDef,i=o.otherDims,o.name=o.coordDim=o.coordDimIndex=o.dimsDef=o.otherDims=null}var l=d.get(e);if(!1!==l){if(l=Object(w[\"n\"])(l),!l.length)for(var u=0;u<(n&&n.length||1);u++){while(y<s&&null!=v(y).coordDim)y++;y<s&&l.push(y++)}Object(r[\"k\"])(l,(function(t,a){var s=v(t);if(c&&null!=o.type&&(s.type=o.type),m(Object(r[\"i\"])(s,o),e,a),null==s.name&&n){var l=n[a];!Object(r[\"z\"])(l)&&(l={name:l}),s.name=s.displayName=l.name,s.defaultTooltip=l.defaultTooltip}i&&Object(r[\"i\"])(s.otherDims,i)}))}}));var b=e.generateCoord,_=e.generateCoordCount,x=null!=_;_=b?_||1:0;var j=b||\"value\";function T(t){null==t.name&&(t.name=t.coordDim)}if(u)Object(r[\"k\"])(a,(function(t){T(t)})),a.sort((function(t,e){return t.storeDimIndex-e.storeDimIndex}));else for(var C=0;C<s;C++){var I=v(C),D=I.coordDim;null==D&&(I.coordDim=H(j,o,x),I.coordDimIndex=0,(!b||_<=0)&&(I.isExtraCoord=!0),_--),T(I),null!=I.type||Object(N[\"b\"])(t,C)!==N[\"a\"].Must&&(!I.isExtraCoord||null==I.otherDims.itemName&&null==I.otherDims.seriesName)||(I.type=\"ordinal\")}return E(a),new k[\"a\"]({source:t,dimensions:a,fullDimensionCount:s,dimensionOmitted:u})}function E(t){for(var e=Object(r[\"f\"])(),n=0;n<t.length;n++){var i=t[n],o=i.name,a=e.get(o)||0;a>0&&(i.name=o+(a-1)),a++,e.set(o,a)}}function F(t,e,n,i){var o=Math.max(t.dimensionsDetectedCount||1,e.length,n.length,i||0);return Object(r[\"k\"])(e,(function(t){var e;Object(r[\"z\"])(t)&&(e=t.dimsDef)&&(o=Math.max(o,e.length))})),o}function H(t,e,n){var i=e.data;if(n||i.hasOwnProperty(t)){var r=0;while(i.hasOwnProperty(t+r))r++;t+=r}return e.set(t,!0),t}var V=n(\"1f39\"),G=function(){function t(t){this.coordSysDims=[],this.axisMap=Object(r[\"f\"])(),this.categoryAxisMap=Object(r[\"f\"])(),this.coordSysName=t}return t}();function W(t){var e=t.get(\"coordinateSystem\"),n=new G(e),i=U[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}var U={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents(\"xAxis\",w[\"a\"]).models[0],o=t.getReferringComponents(\"yAxis\",w[\"a\"]).models[0];e.coordSysDims=[\"x\",\"y\"],n.set(\"x\",r),n.set(\"y\",o),q(r)&&(i.set(\"x\",r),e.firstCategoryDimIndex=0),q(o)&&(i.set(\"y\",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents(\"singleAxis\",w[\"a\"]).models[0];e.coordSysDims=[\"single\"],n.set(\"single\",r),q(r)&&(i.set(\"single\",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents(\"polar\",w[\"a\"]).models[0],o=r.findAxisModel(\"radiusAxis\"),a=r.findAxisModel(\"angleAxis\");e.coordSysDims=[\"radius\",\"angle\"],n.set(\"radius\",o),n.set(\"angle\",a),q(o)&&(i.set(\"radius\",o),e.firstCategoryDimIndex=0),q(a)&&(i.set(\"angle\",a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},geo:function(t,e,n,i){e.coordSysDims=[\"lng\",\"lat\"]},parallel:function(t,e,n,i){var o=t.ecModel,a=o.getComponent(\"parallel\",t.get(\"parallelIndex\")),s=e.coordSysDims=a.dimensions.slice();Object(r[\"k\"])(a.parallelAxisIndex,(function(t,r){var a=o.getComponent(\"parallelAxis\",t),l=s[r];n.set(l,a),q(a)&&(i.set(l,a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=r))}))}};function q(t){return\"category\"===t.get(\"type\")}var X=n(\"ee1a\");function Y(t,e){var n,i=t.get(\"coordinateSystem\"),o=V[\"a\"].get(i);return e&&e.coordSysDims&&(n=r[\"G\"](e.coordSysDims,(function(t){var n={name:t},i=e.axisMap.get(t);if(i){var r=i.get(\"type\");n.type=f(r)}return n}))),n||(n=o&&(o.getDimensionsInfo?o.getDimensionsInfo():o.dimensions.slice())||[\"x\",\"y\"]),n}function Z(t,e,n){var i,o;return n&&r[\"k\"](t,(function(t,r){var a=t.coordDim,s=n.categoryAxisMap.get(a);s&&(null==i&&(i=r),t.ordinalMeta=s.getOrdinalMeta(),e&&(t.createInvertedIndices=!0)),null!=t.otherDims.itemName&&(o=!0)})),o||null==i||(t[i].otherDims.itemName=0),i}function K(t,e,n){n=n||{};var i,o=e.getSourceManager(),a=!1;t?(a=!0,i=Object(S[\"c\"])(t)):(i=o.getSource(),a=i.sourceFormat===l[\"f\"]);var s=W(e),u=Y(e,s),c=n.useEncodeDefaulter,h=r[\"v\"](c)?c:c?r[\"h\"](N[\"c\"],u,e):null,f={coordDimensions:u,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:h,canOmitUnusedDimensions:!a},d=B(i,f),p=Z(d.dimensions,n.createInvertedIndices,s),g=a?null:o.getSharedDataStore(d),v=Object(X[\"a\"])(e,{schema:d,store:g}),y=new z(d,e);y.setCalculationInfo(v);var m=null!=p&&Q(i)?function(t,e,n,i){return i===p?n:this.defaultDimValueGetter(t,e,n,i)}:null;return y.hasItemOption=!1,y.initData(a?i:g,null,m),y}function Q(t){if(t.sourceFormat===l[\"f\"]){var e=$(t.data||[]);return!r[\"s\"](Object(w[\"f\"])(e))}}function $(t){var e=0;while(e<t.length&&null==t[e])e++;return t[e]}var J=K,tt=n(\"4f85\"),et=n(\"a15a\"),nt=n(\"2dc5\"),it=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return Object(i[\"a\"])(e,t),e.prototype.getInitialData=function(t){return J(null,this,{useEncodeDefaulter:!0})},e.prototype.getLegendIcon=function(t){var e=new nt[\"a\"],n=Object(et[\"a\"])(\"line\",0,t.itemHeight/2,t.itemWidth,0,t.lineStyle.stroke,!1);e.add(n),n.setStyle(t.lineStyle);var i=this.getData().getVisual(\"symbol\"),r=this.getData().getVisual(\"symbolRotate\"),o=\"none\"===i?\"circle\":i,a=.8*t.itemHeight,s=Object(et[\"a\"])(o,(t.itemWidth-a)/2,(t.itemHeight-a)/2,a,a,t.itemStyle.fill);e.add(s),s.setStyle(t.itemStyle);var l=\"inherit\"===t.iconRotate?r:t.iconRotate||0;return s.rotation=l*Math.PI/180,s.setOrigin([t.itemWidth/2,t.itemHeight/2]),o.indexOf(\"empty\")>-1&&(s.style.stroke=s.style.fill,s.style.fill=\"#fff\",s.style.lineWidth=2),e},e.type=\"series.line\",e.dependencies=[\"grid\",\"polar\"],e.defaultOption={z:3,coordinateSystem:\"cartesian2d\",legendHoverLink:!0,clip:!0,label:{position:\"top\"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:\"solid\"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:\"emptyCircle\",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:\"auto\",connectNulls:!1,sampling:\"none\",animationEasing:\"linear\",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:\"clone\"},triggerLineEvent:!1},e}(tt[\"b\"]),rt=it,ot=n(\"deca\"),at=n(\"2306\"),st=n(\"7d6c\");function lt(t,e){var n=t.mapDimensionsAll(\"defaultedLabel\"),i=n.length;if(1===i){var r=Object(s[\"e\"])(t,e,n[0]);return null!=r?r+\"\":null}if(i){for(var o=[],a=0;a<n.length;a++)o.push(Object(s[\"e\"])(t,e,n[a]));return o.join(\" \")}}function ut(t,e){var n=t.mapDimensionsAll(\"defaultedLabel\");if(!Object(r[\"s\"])(e))return e+\"\";for(var i=[],o=0;o<n.length;o++){var a=t.getDimensionIndex(n[o]);a>=0&&i.push(e[a])}return i.join(\" \")}var ct=n(\"7837\"),ht=n(\"0da8\"),ft=function(t){function e(e,n,i,r){var o=t.call(this)||this;return o.updateData(e,n,i,r),o}return Object(i[\"a\"])(e,t),e.prototype._createSymbol=function(t,e,n,i,r){this.removeAll();var o=Object(et[\"a\"])(t,-1,-1,2,2,null,r);o.attr({z2:100,culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),o.drift=dt,this._symbolType=t,this.add(o)},e.prototype.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(null,t)},e.prototype.getSymbolType=function(){return this._symbolType},e.prototype.getSymbolPath=function(){return this.childAt(0)},e.prototype.highlight=function(){Object(st[\"n\"])(this.childAt(0))},e.prototype.downplay=function(){Object(st[\"y\"])(this.childAt(0))},e.prototype.setZ=function(t,e){var n=this.childAt(0);n.zlevel=t,n.z=e},e.prototype.setDraggable=function(t,e){var n=this.childAt(0);n.draggable=t,n.cursor=!e&&t?\"move\":n.cursor},e.prototype.updateData=function(t,n,i,r){this.silent=!1;var o=t.getItemVisual(n,\"symbol\")||\"circle\",a=t.hostModel,s=e.getSymbolSize(t,n),l=o!==this._symbolType,u=r&&r.disableAnimation;if(l){var c=t.getItemVisual(n,\"symbolKeepAspect\");this._createSymbol(o,t,n,s,c)}else{var h=this.childAt(0);h.silent=!1;var f={scaleX:s[0]/2,scaleY:s[1]/2};u?h.attr(f):ot[\"h\"](h,f,a,n),Object(ot[\"g\"])(h)}if(this._updateCommon(t,n,s,i,r),l){h=this.childAt(0);if(!u){f={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:h.style.opacity}};h.scaleX=h.scaleY=0,h.style.opacity=0,ot[\"c\"](h,f,a,n)}}u&&this.childAt(0).stopAnimation(\"leave\")},e.prototype._updateCommon=function(t,e,n,i,o){var a,s,l,u,c,h,f,d,p,g=this.childAt(0),v=t.hostModel;if(i&&(a=i.emphasisItemStyle,s=i.blurItemStyle,l=i.selectItemStyle,u=i.focus,c=i.blurScope,f=i.labelStatesModels,d=i.hoverScale,p=i.cursorStyle,h=i.emphasisDisabled),!i||t.hasItemOption){var y=i&&i.itemModel?i.itemModel:t.getItemModel(e),m=y.getModel(\"emphasis\");a=m.getModel(\"itemStyle\").getItemStyle(),l=y.getModel([\"select\",\"itemStyle\"]).getItemStyle(),s=y.getModel([\"blur\",\"itemStyle\"]).getItemStyle(),u=m.get(\"focus\"),c=m.get(\"blurScope\"),h=m.get(\"disabled\"),f=Object(ct[\"d\"])(y),d=m.getShallow(\"scale\"),p=y.getShallow(\"cursor\")}var b=t.getItemVisual(e,\"symbolRotate\");g.attr(\"rotation\",(b||0)*Math.PI/180||0);var _=Object(et[\"b\"])(t.getItemVisual(e,\"symbolOffset\"),n);_&&(g.x=_[0],g.y=_[1]),p&&g.attr(\"cursor\",p);var x=t.getItemVisual(e,\"style\"),O=x.fill;if(g instanceof ht[\"a\"]){var w=g.style;g.useStyle(Object(r[\"m\"])({image:w.image,x:w.x,y:w.y,width:w.width,height:w.height},x))}else g.__isEmptyBrush?g.useStyle(Object(r[\"m\"])({},x)):g.useStyle(x),g.style.decal=null,g.setColor(O,o&&o.symbolInnerColor),g.style.strokeNoScale=!0;var j=t.getItemVisual(e,\"liftZ\"),S=this._z2;null!=j?null==S&&(this._z2=g.z2,g.z2+=j):null!=S&&(g.z2=S,this._z2=null);var M=o&&o.useNameLabel;function k(e){return M?t.getName(e):lt(t,e)}Object(ct[\"f\"])(g,f,{labelFetcher:v,labelDataIndex:e,defaultText:k,inheritColor:O,defaultOpacity:x.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var T=g.ensureState(\"emphasis\");T.style=a,g.ensureState(\"select\").style=l,g.ensureState(\"blur\").style=s;var C=null==d||!0===d?Math.max(1.1,3/this._sizeY):isFinite(d)&&d>0?+d:1;T.scaleX=this._sizeX*C,T.scaleY=this._sizeY*C,this.setSymbolScale(1),Object(st[\"D\"])(this,u,c,h)},e.prototype.setSymbolScale=function(t){this.scaleX=this.scaleY=t},e.prototype.fadeOut=function(t,e,n){var i=this.childAt(0),r=Object(j[\"a\"])(this).dataIndex,o=n&&n.animation;if(this.silent=i.silent=!0,n&&n.fadeLabel){var a=i.getTextContent();a&&ot[\"e\"](a,{style:{opacity:0}},e,{dataIndex:r,removeOpt:o,cb:function(){i.removeTextContent()}})}else i.removeTextContent();ot[\"e\"](i,{style:{opacity:0},scaleX:0,scaleY:0},e,{dataIndex:r,cb:t,removeOpt:o})},e.getSymbolSize=function(t,e){return Object(et[\"c\"])(t.getItemVisual(e,\"symbolSize\"))},e}(nt[\"a\"]);function dt(t,e){this.parent.drift(t,e)}var pt=ft;function gt(t,e,n,i){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(i.isIgnore&&i.isIgnore(n))&&!(i.clipShape&&!i.clipShape.contain(e[0],e[1]))&&\"none\"!==t.getItemVisual(n,\"symbol\")}function vt(t){return null==t||Object(r[\"z\"])(t)||(t={isIgnore:t}),t||{}}function yt(t){var e=t.hostModel,n=e.getModel(\"emphasis\");return{emphasisItemStyle:n.getModel(\"itemStyle\").getItemStyle(),blurItemStyle:e.getModel([\"blur\",\"itemStyle\"]).getItemStyle(),selectItemStyle:e.getModel([\"select\",\"itemStyle\"]).getItemStyle(),focus:n.get(\"focus\"),blurScope:n.get(\"blurScope\"),emphasisDisabled:n.get(\"disabled\"),hoverScale:n.get(\"scale\"),labelStatesModels:Object(ct[\"d\"])(e),cursorStyle:e.get(\"cursor\")}}var mt=function(){function t(t){this.group=new nt[\"a\"],this._SymbolCtor=t||pt}return t.prototype.updateData=function(t,e){this._progressiveEls=null,e=vt(e);var n=this.group,i=t.hostModel,r=this._data,o=this._SymbolCtor,a=e.disableAnimation,s=yt(t),l={disableAnimation:a},u=e.getSymbolPoint||function(e){return t.getItemLayout(e)};r||n.removeAll(),t.diff(r).add((function(i){var r=u(i);if(gt(t,r,i,e)){var a=new o(t,i,s,l);a.setPosition(r),t.setItemGraphicEl(i,a),n.add(a)}})).update((function(c,h){var f=r.getItemGraphicEl(h),d=u(c);if(gt(t,d,c,e)){var p=t.getItemVisual(c,\"symbol\")||\"circle\",g=f&&f.getSymbolType&&f.getSymbolType();if(!f||g&&g!==p)n.remove(f),f=new o(t,c,s,l),f.setPosition(d);else{f.updateData(t,c,s,l);var v={x:d[0],y:d[1]};a?f.attr(v):ot[\"h\"](f,v,i)}n.add(f),t.setItemGraphicEl(c,f)}else n.remove(f)})).remove((function(t){var e=r.getItemGraphicEl(t);e&&e.fadeOut((function(){n.remove(e)}),i)})).execute(),this._getSymbolPoint=u,this._data=t},t.prototype.updateLayout=function(){var t=this,e=this._data;e&&e.eachItemGraphicEl((function(e,n){var i=t._getSymbolPoint(n);e.setPosition(i),e.markRedraw()}))},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=yt(t),this._data=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e,n){function i(t){t.isGroup||(t.incremental=!0,t.ensureState(\"emphasis\").hoverLayer=!0)}this._progressiveEls=[],n=vt(n);for(var r=t.start;r<t.end;r++){var o=e.getItemLayout(r);if(gt(e,o,r,n)){var a=new this._SymbolCtor(e,r,this._seriesScope);a.traverse(i),a.setPosition(o),this.group.add(a),e.setItemGraphicEl(r,a),this._progressiveEls.push(a)}}},t.prototype.eachRendered=function(t){at[\"traverseElements\"](this._progressiveEls||this.group,t)},t.prototype.remove=function(t){var e=this.group,n=this._data;n&&t?n.eachItemGraphicEl((function(t){t.fadeOut((function(){e.remove(t)}),n.hostModel)})):e.removeAll()},t}(),bt=mt;function _t(t,e,n){var i=t.getBaseAxis(),o=t.getOtherAxis(i),a=xt(o,n),s=i.dim,l=o.dim,u=e.mapDimension(l),c=e.mapDimension(s),h=\"x\"===l||\"radius\"===l?1:0,f=Object(r[\"G\"])(t.dimensions,(function(t){return e.mapDimension(t)})),d=!1,p=e.getCalculationInfo(\"stackResultDimension\");return Object(X[\"c\"])(e,f[0])&&(d=!0,f[0]=p),Object(X[\"c\"])(e,f[1])&&(d=!0,f[1]=p),{dataDimsForPoint:f,valueStart:a,valueAxisDim:l,baseAxisDim:s,stacked:!!d,valueDim:u,baseDim:c,baseDataOffset:h,stackedOverDimension:e.getCalculationInfo(\"stackedOverDimension\")}}function xt(t,e){var n=0,i=t.scale.getExtent();return\"start\"===e?n=i[0]:\"end\"===e?n=i[1]:Object(r[\"y\"])(e)&&!isNaN(e)?n=e:i[0]>0?n=i[0]:i[1]<0&&(n=i[1]),n}function Ot(t,e,n,i){var r=NaN;t.stacked&&(r=n.get(n.getCalculationInfo(\"stackedOverDimension\"),i)),isNaN(r)&&(r=t.valueStart);var o=t.baseDataOffset,a=[];return a[o]=n.get(t.baseDim,i),a[1-o]=r,e.dataToPoint(a)}var wt=n(\"f658\");function jt(t,e){var n=[];return e.diff(t).add((function(t){n.push({cmd:\"+\",idx:t})})).update((function(t,e){n.push({cmd:\"=\",idx:e,idx1:t})})).remove((function(t){n.push({cmd:\"-\",idx:t})})).execute(),n}function St(t,e,n,i,r,o,a,s){for(var l=jt(t,e),u=[],c=[],h=[],f=[],d=[],p=[],g=[],v=_t(r,e,a),y=t.getLayout(\"points\")||[],m=e.getLayout(\"points\")||[],b=0;b<l.length;b++){var _=l[b],x=!0,O=void 0,w=void 0;switch(_.cmd){case\"=\":O=2*_.idx,w=2*_.idx1;var j=y[O],S=y[O+1],M=m[w],k=m[w+1];(isNaN(j)||isNaN(S))&&(j=M,S=k),u.push(j,S),c.push(M,k),h.push(n[O],n[O+1]),f.push(i[w],i[w+1]),g.push(e.getRawIndex(_.idx1));break;case\"+\":var T=_.idx,C=v.dataDimsForPoint,I=r.dataToPoint([e.get(C[0],T),e.get(C[1],T)]);w=2*T,u.push(I[0],I[1]),c.push(m[w],m[w+1]);var D=Ot(v,r,e,T);h.push(D[0],D[1]),f.push(i[w],i[w+1]),g.push(e.getRawIndex(T));break;case\"-\":x=!1}x&&(d.push(_),p.push(p.length))}p.sort((function(t,e){return g[t]-g[e]}));var A=u.length,P=Object(wt[\"a\"])(A),L=Object(wt[\"a\"])(A),R=Object(wt[\"a\"])(A),z=Object(wt[\"a\"])(A),N=[];for(b=0;b<p.length;b++){var B=p[b],E=2*b,F=2*B;P[E]=u[F],P[E+1]=u[F+1],L[E]=c[F],L[E+1]=c[F+1],R[E]=h[F],R[E+1]=h[F+1],z[E]=f[F],z[E+1]=f[F+1],N[b]=d[B]}return{current:P,next:L,stackedOnCurrent:R,stackedOnNext:z,status:N}}var Mt=n(\"48a9\"),kt=n(\"76a5\"),Tt=n(\"cbe5\"),Ct=n(\"20c8\"),It=n(\"4a3f\"),Dt=Math.min,At=Math.max;function Pt(t,e){return isNaN(t)||isNaN(e)}function Lt(t,e,n,i,r,o,a,s,l){for(var u,c,h,f,d,p,g=n,v=0;v<i;v++){var y=e[2*g],m=e[2*g+1];if(g>=r||g<0)break;if(Pt(y,m)){if(l){g+=o;continue}break}if(g===n)t[o>0?\"moveTo\":\"lineTo\"](y,m),h=y,f=m;else{var b=y-u,_=m-c;if(b*b+_*_<.5){g+=o;continue}if(a>0){var x=g+o,O=e[2*x],w=e[2*x+1];while(O===y&&w===m&&v<i)v++,x+=o,g+=o,O=e[2*x],w=e[2*x+1],y=e[2*g],m=e[2*g+1],b=y-u,_=m-c;var j=v+1;if(l)while(Pt(O,w)&&j<i)j++,x+=o,O=e[2*x],w=e[2*x+1];var S=.5,M=0,k=0,T=void 0,C=void 0;if(j>=i||Pt(O,w))d=y,p=m;else{M=O-u,k=w-c;var I=y-u,D=O-y,A=m-c,P=w-m,L=void 0,R=void 0;if(\"x\"===s){L=Math.abs(I),R=Math.abs(D);var z=M>0?1:-1;d=y-z*L*a,p=m,T=y+z*R*a,C=m}else if(\"y\"===s){L=Math.abs(A),R=Math.abs(P);var N=k>0?1:-1;d=y,p=m-N*L*a,T=y,C=m+N*R*a}else L=Math.sqrt(I*I+A*A),R=Math.sqrt(D*D+P*P),S=R/(R+L),d=y-M*a*(1-S),p=m-k*a*(1-S),T=y+M*a*S,C=m+k*a*S,T=Dt(T,At(O,y)),C=Dt(C,At(w,m)),T=At(T,Dt(O,y)),C=At(C,Dt(w,m)),M=T-y,k=C-m,d=y-M*L/R,p=m-k*L/R,d=Dt(d,At(u,y)),p=Dt(p,At(c,m)),d=At(d,Dt(u,y)),p=At(p,Dt(c,m)),M=y-d,k=m-p,T=y+M*R/L,C=m+k*R/L}t.bezierCurveTo(h,f,d,p,y,m),h=T,f=C}else t.lineTo(y,m)}u=y,c=m,g+=o}return v}var Rt=function(){function t(){this.smooth=0,this.smoothConstraint=!0}return t}(),zt=function(t){function e(e){var n=t.call(this,e)||this;return n.type=\"ec-polyline\",n}return Object(i[\"a\"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:\"#000\",fill:null}},e.prototype.getDefaultShape=function(){return new Rt},e.prototype.buildPath=function(t,e){var n=e.points,i=0,r=n.length/2;if(e.connectNulls){for(;r>0;r--)if(!Pt(n[2*r-2],n[2*r-1]))break;for(;i<r;i++)if(!Pt(n[2*i],n[2*i+1]))break}while(i<r)i+=Lt(t,n,i,r,r,1,e.smooth,e.smoothMonotone,e.connectNulls)+1},e.prototype.getPointOn=function(t,e){this.path||(this.createPathProxy(),this.buildPath(this.path,this.shape));for(var n,i,r=this.path,o=r.data,a=Ct[\"a\"].CMD,s=\"x\"===e,l=[],u=0;u<o.length;){var c=o[u++],h=void 0,f=void 0,d=void 0,p=void 0,g=void 0,v=void 0,y=void 0;switch(c){case a.M:n=o[u++],i=o[u++];break;case a.L:if(h=o[u++],f=o[u++],y=s?(t-n)/(h-n):(t-i)/(f-i),y<=1&&y>=0){var m=s?(f-i)*y+i:(h-n)*y+n;return s?[t,m]:[m,t]}n=h,i=f;break;case a.C:h=o[u++],f=o[u++],d=o[u++],p=o[u++],g=o[u++],v=o[u++];var b=s?Object(It[\"f\"])(n,h,d,g,t,l):Object(It[\"f\"])(i,f,p,v,t,l);if(b>0)for(var _=0;_<b;_++){var x=l[_];if(x<=1&&x>=0){m=s?Object(It[\"a\"])(i,f,p,v,x):Object(It[\"a\"])(n,h,d,g,x);return s?[t,m]:[m,t]}}n=g,i=v;break}}},e}(Tt[\"b\"]),Nt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e}(Rt),Bt=function(t){function e(e){var n=t.call(this,e)||this;return n.type=\"ec-polygon\",n}return Object(i[\"a\"])(e,t),e.prototype.getDefaultShape=function(){return new Nt},e.prototype.buildPath=function(t,e){var n=e.points,i=e.stackedOnPoints,r=0,o=n.length/2,a=e.smoothMonotone;if(e.connectNulls){for(;o>0;o--)if(!Pt(n[2*o-2],n[2*o-1]))break;for(;r<o;r++)if(!Pt(n[2*r],n[2*r+1]))break}while(r<o){var s=Lt(t,n,r,o,o,1,e.smooth,a,e.connectNulls);Lt(t,i,r+s-1,s,o,-1,e.stackedOnSmooth,a,e.connectNulls),r+=s+1,t.closePath()}},e}(Tt[\"b\"]),Et=n(\"e887\"),Ft=n(\"c7a2\"),Ht=n(\"4aa2\"),Vt=n(\"3842\");function Gt(t,e,n,i,o){var a=t.getArea(),s=a.x,l=a.y,u=a.width,c=a.height,h=n.get([\"lineStyle\",\"width\"])||2;s-=h/2,l-=h/2,u+=h,c+=h,s=Math.floor(s),u=Math.round(u);var f=new Ft[\"a\"]({shape:{x:s,y:l,width:u,height:c}});if(e){var d=t.getBaseAxis(),p=d.isHorizontal(),g=d.inverse;p?(g&&(f.shape.x+=u),f.shape.width=0):(g||(f.shape.y+=c),f.shape.height=0);var v=Object(r[\"v\"])(o)?function(t){o(t,f)}:null;ot[\"c\"](f,{shape:{width:u,height:c,x:s,y:l}},n,null,i,v)}return f}function Wt(t,e,n){var i=t.getArea(),r=Object(Vt[\"p\"])(i.r0,1),o=Object(Vt[\"p\"])(i.r,1),a=new Ht[\"a\"]({shape:{cx:Object(Vt[\"p\"])(t.cx,1),cy:Object(Vt[\"p\"])(t.cy,1),r0:r,r:o,startAngle:i.startAngle,endAngle:i.endAngle,clockwise:i.clockwise}});if(e){var s=\"angle\"===t.getBaseAxis().dim;s?a.shape.endAngle=i.startAngle:a.shape.r=r,ot[\"c\"](a,{shape:{endAngle:i.endAngle,r:o}},n)}return a}function Ut(t,e){return t.type===e}var qt=n(\"eda2\"),Xt=n(\"41ef\");function Yt(t,e){if(t.length===e.length){for(var n=0;n<t.length;n++)if(t[n]!==e[n])return;return!0}}function Zt(t){for(var e=1/0,n=1/0,i=-1/0,r=-1/0,o=0;o<t.length;){var a=t[o++],s=t[o++];isNaN(a)||(e=Math.min(a,e),i=Math.max(a,i)),isNaN(s)||(n=Math.min(s,n),r=Math.max(s,r))}return[[e,n],[i,r]]}function Kt(t,e){var n=Zt(t),i=n[0],r=n[1],o=Zt(e),a=o[0],s=o[1];return Math.max(Math.abs(i[0]-a[0]),Math.abs(i[1]-a[1]),Math.abs(r[0]-s[0]),Math.abs(r[1]-s[1]))}function Qt(t){return r[\"y\"](t)?t:t?.5:0}function $t(t,e,n){if(!n.valueDim)return[];for(var i=e.count(),r=Object(wt[\"a\"])(2*i),o=0;o<i;o++){var a=Ot(n,t,e,o);r[2*o]=a[0],r[2*o+1]=a[1]}return r}function Jt(t,e,n,i){var r=e.getBaseAxis(),o=\"x\"===r.dim||\"radius\"===r.dim?0:1,a=[],s=0,l=[],u=[],c=[],h=[];if(i){for(s=0;s<t.length;s+=2)isNaN(t[s])||isNaN(t[s+1])||h.push(t[s],t[s+1]);t=h}for(s=0;s<t.length-2;s+=2)switch(c[0]=t[s+2],c[1]=t[s+3],u[0]=t[s],u[1]=t[s+1],a.push(u[0],u[1]),n){case\"end\":l[o]=c[o],l[1-o]=u[1-o],a.push(l[0],l[1]);break;case\"middle\":var f=(u[o]+c[o])/2,d=[];l[o]=d[o]=f,l[1-o]=u[1-o],d[1-o]=c[1-o],a.push(l[0],l[1]),a.push(d[0],d[1]);break;default:l[o]=u[o],l[1-o]=c[1-o],a.push(l[0],l[1])}return a.push(t[s++],t[s++]),a}function te(t,e){var n,i,r=[],o=t.length;function a(t,e,n){var i=t.coord,r=(n-i)/(e.coord-i),o=Object(Xt[\"a\"])(r,[t.color,e.color]);return{coord:n,color:o}}for(var s=0;s<o;s++){var l=t[s],u=l.coord;if(u<0)n=l;else{if(u>e){i?r.push(a(i,l,e)):n&&r.push(a(n,l,0),a(n,l,e));break}n&&(r.push(a(n,l,0)),n=null),r.push(l),i=l}}return r}function ee(t,e,n){var i=t.getVisual(\"visualMeta\");if(i&&i.length&&t.count()&&\"cartesian2d\"===e.type){for(var o,a,s=i.length-1;s>=0;s--){var l=t.getDimensionInfo(i[s].dimension);if(o=l&&l.coordDim,\"x\"===o||\"y\"===o){a=i[s];break}}if(a){var u=e.getAxis(o),c=r[\"G\"](a.stops,(function(t){return{coord:u.toGlobalCoord(u.dataToCoord(t.value)),color:t.color}})),h=c.length,f=a.outerColors.slice();h&&c[0].coord>c[h-1].coord&&(c.reverse(),f.reverse());var d=te(c,\"x\"===o?n.getWidth():n.getHeight()),p=d.length;if(!p&&h)return c[0].coord<0?f[1]?f[1]:c[h-1].color:f[0]?f[0]:c[0].color;var g=10,v=d[0].coord-g,y=d[p-1].coord+g,m=y-v;if(m<.001)return\"transparent\";r[\"k\"](d,(function(t){t.offset=(t.coord-v)/m})),d.push({offset:p?d[p-1].offset:.5,color:f[1]||\"transparent\"}),d.unshift({offset:p?d[0].offset:.5,color:f[0]||\"transparent\"});var b=new Mt[\"a\"](0,0,0,0,d,!0);return b[o]=v,b[o+\"2\"]=y,b}}}function ne(t,e,n){var i=t.get(\"showAllSymbol\"),o=\"auto\"===i;if(!i||o){var a=n.getAxesByScale(\"ordinal\")[0];if(a&&(!o||!ie(a,e))){var s=e.mapDimension(a.dim),l={};return r[\"k\"](a.getViewLabels(),(function(t){var e=a.scale.getRawOrdinalNumber(t.tickValue);l[e]=1})),function(t){return!l.hasOwnProperty(e.get(s,t))}}}}function ie(t,e){var n=t.getExtent(),i=Math.abs(n[1]-n[0])/t.scale.count();isNaN(i)&&(i=0);for(var r=e.count(),o=Math.max(1,Math.round(r/5)),a=0;a<r;a+=o)if(1.5*pt.getSymbolSize(e,a)[t.isHorizontal()?1:0]>i)return!1;return!0}function re(t,e){return isNaN(t)||isNaN(e)}function oe(t){for(var e=t.length/2;e>0;e--)if(!re(t[2*e-2],t[2*e-1]))break;return e-1}function ae(t,e){return[t[2*e],t[2*e+1]]}function se(t,e,n){for(var i,r,o=t.length/2,a=\"x\"===n?0:1,s=0,l=-1,u=0;u<o;u++)if(r=t[2*u+a],!isNaN(r)&&!isNaN(t[2*u+1-a]))if(0!==u){if(i<=e&&r>=e||i>=e&&r<=e){l=u;break}s=u,i=r}else i=r;return{range:[s,l],t:(e-i)/(r-i)}}function le(t){if(t.get([\"endLabel\",\"show\"]))return!0;for(var e=0;e<st[\"g\"].length;e++)if(t.get([st[\"g\"][e],\"endLabel\",\"show\"]))return!0;return!1}function ue(t,e,n,i){if(Ut(e,\"cartesian2d\")){var r=i.getModel(\"endLabel\"),o=r.get(\"valueAnimation\"),a=i.getData(),s={lastFrameIndex:0},l=le(i)?function(n,i){t._endLabelOnDuring(n,i,a,s,o,r,e)}:null,u=e.getBaseAxis().isHorizontal(),c=Gt(e,n,i,(function(){var e=t._endLabel;e&&n&&null!=s.originalX&&e.attr({x:s.originalX,y:s.originalY})}),l);if(!i.get(\"clip\",!0)){var h=c.shape,f=Math.max(h.width,h.height);u?(h.y-=f,h.height+=2*f):(h.x-=f,h.width+=2*f)}return l&&l(1,c),c}return Wt(e,n,i)}function ce(t,e){var n=e.getBaseAxis(),i=n.isHorizontal(),r=n.inverse,o=i?r?\"right\":\"left\":\"center\",a=i?\"middle\":r?\"top\":\"bottom\";return{normal:{align:t.get(\"align\")||o,verticalAlign:t.get(\"verticalAlign\")||a}}}var he=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e.prototype.init=function(){var t=new nt[\"a\"],e=new bt;this.group.add(e.group),this._symbolDraw=e,this._lineGroup=t},e.prototype.render=function(t,e,n){var i=this,o=t.coordinateSystem,a=this.group,s=t.getData(),l=t.getModel(\"lineStyle\"),u=t.getModel(\"areaStyle\"),c=s.getLayout(\"points\")||[],h=\"polar\"===o.type,f=this._coordSys,d=this._symbolDraw,p=this._polyline,g=this._polygon,v=this._lineGroup,y=t.get(\"animation\"),m=!u.isEmpty(),b=u.get(\"origin\"),_=_t(o,s,b),x=m&&$t(o,s,_),O=t.get(\"showSymbol\"),w=t.get(\"connectNulls\"),S=O&&!h&&ne(t,s,o),M=this._data;M&&M.eachItemGraphicEl((function(t,e){t.__temp&&(a.remove(t),M.setItemGraphicEl(e,null))})),O||d.remove(),a.add(v);var k,T=!h&&t.get(\"step\");o&&o.getArea&&t.get(\"clip\",!0)&&(k=o.getArea(),null!=k.width?(k.x-=.1,k.y-=.1,k.width+=.2,k.height+=.2):k.r0&&(k.r0-=.5,k.r+=.5)),this._clipShapeForSymbol=k;var C=ee(s,o,n)||s.getVisual(\"style\")[s.getVisual(\"drawType\")];if(p&&f.type===o.type&&T===this._step){m&&!g?g=this._newPolygon(c,x):g&&!m&&(v.remove(g),g=this._polygon=null),h||this._initOrUpdateEndLabel(t,o,Object(qt[\"b\"])(C));var I=v.getClipPath();if(I){var D=ue(this,o,!1,t);ot[\"c\"](I,{shape:D.shape},t)}else v.setClipPath(ue(this,o,!0,t));O&&d.updateData(s,{isIgnore:S,clipShape:k,disableAnimation:!0,getSymbolPoint:function(t){return[c[2*t],c[2*t+1]]}}),Yt(this._stackedOnPoints,x)&&Yt(this._points,c)||(y?this._doUpdateAnimation(s,x,o,n,T,b,w):(T&&(c=Jt(c,o,T,w),x&&(x=Jt(x,o,T,w))),p.setShape({points:c}),g&&g.setShape({points:c,stackedOnPoints:x})))}else O&&d.updateData(s,{isIgnore:S,clipShape:k,disableAnimation:!0,getSymbolPoint:function(t){return[c[2*t],c[2*t+1]]}}),y&&this._initSymbolLabelAnimation(s,o,k),T&&(c=Jt(c,o,T,w),x&&(x=Jt(x,o,T,w))),p=this._newPolyline(c),m?g=this._newPolygon(c,x):g&&(v.remove(g),g=this._polygon=null),h||this._initOrUpdateEndLabel(t,o,Object(qt[\"b\"])(C)),v.setClipPath(ue(this,o,!0,t));var A=t.getModel(\"emphasis\"),P=A.get(\"focus\"),L=A.get(\"blurScope\"),R=A.get(\"disabled\");if(p.useStyle(r[\"i\"](l.getLineStyle(),{fill:\"none\",stroke:C,lineJoin:\"bevel\"})),Object(st[\"C\"])(p,t,\"lineStyle\"),p.style.lineWidth>0&&\"bolder\"===t.get([\"emphasis\",\"lineStyle\",\"width\"])){var z=p.getState(\"emphasis\").style;z.lineWidth=+p.style.lineWidth+1}Object(j[\"a\"])(p).seriesIndex=t.seriesIndex,Object(st[\"D\"])(p,P,L,R);var N=Qt(t.get(\"smooth\")),B=t.get(\"smoothMonotone\");if(p.setShape({smooth:N,smoothMonotone:B,connectNulls:w}),g){var E=s.getCalculationInfo(\"stackedOnSeries\"),F=0;g.useStyle(r[\"i\"](u.getAreaStyle(),{fill:C,opacity:.7,lineJoin:\"bevel\",decal:s.getVisual(\"style\").decal})),E&&(F=Qt(E.get(\"smooth\"))),g.setShape({smooth:N,stackedOnSmooth:F,smoothMonotone:B,connectNulls:w}),Object(st[\"C\"])(g,t,\"areaStyle\"),Object(j[\"a\"])(g).seriesIndex=t.seriesIndex,Object(st[\"D\"])(g,P,L,R)}var H=function(t){i._changePolyState(t)};s.eachItemGraphicEl((function(t){t&&(t.onHoverStateChange=H)})),this._polyline.onHoverStateChange=H,this._data=s,this._coordSys=o,this._stackedOnPoints=x,this._points=c,this._step=T,this._valueOrigin=b,t.get(\"triggerLineEvent\")&&(this.packEventData(t,p),g&&this.packEventData(t,g))},e.prototype.packEventData=function(t,e){Object(j[\"a\"])(e).eventData={componentType:\"series\",componentSubType:\"line\",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:\"line\"}},e.prototype.highlight=function(t,e,n,i){var r=t.getData(),o=w[\"q\"](r,i);if(this._changePolyState(\"emphasis\"),!(o instanceof Array)&&null!=o&&o>=0){var a=r.getLayout(\"points\"),s=r.getItemGraphicEl(o);if(!s){var l=a[2*o],u=a[2*o+1];if(isNaN(l)||isNaN(u))return;if(this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,u))return;var c=t.get(\"zlevel\")||0,h=t.get(\"z\")||0;s=new pt(r,o),s.x=l,s.y=u,s.setZ(c,h);var f=s.getSymbolPath().getTextContent();f&&(f.zlevel=c,f.z=h,f.z2=this._polyline.z2+1),s.__temp=!0,r.setItemGraphicEl(o,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}else Et[\"a\"].prototype.highlight.call(this,t,e,n,i)},e.prototype.downplay=function(t,e,n,i){var r=t.getData(),o=w[\"q\"](r,i);if(this._changePolyState(\"normal\"),null!=o&&o>=0){var a=r.getItemGraphicEl(o);a&&(a.__temp?(r.setItemGraphicEl(o,null),this.group.remove(a)):a.downplay())}else Et[\"a\"].prototype.downplay.call(this,t,e,n,i)},e.prototype._changePolyState=function(t){var e=this._polygon;Object(st[\"B\"])(this._polyline,t),e&&Object(st[\"B\"])(e,t)},e.prototype._newPolyline=function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new zt({shape:{points:t},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(e),this._polyline=e,e},e.prototype._newPolygon=function(t,e){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new Bt({shape:{points:t,stackedOnPoints:e},segmentIgnoreThreshold:2}),this._lineGroup.add(n),this._polygon=n,n},e.prototype._initSymbolLabelAnimation=function(t,e,n){var i,o,a=e.getBaseAxis(),s=a.inverse;\"cartesian2d\"===e.type?(i=a.isHorizontal(),o=!1):\"polar\"===e.type&&(i=\"angle\"===a.dim,o=!0);var l=t.hostModel,u=l.get(\"animationDuration\");r[\"v\"](u)&&(u=u(null));var c=l.get(\"animationDelay\")||0,h=r[\"v\"](c)?c(null):c;t.eachItemGraphicEl((function(t,a){var l=t;if(l){var f=[t.x,t.y],d=void 0,p=void 0,g=void 0;if(n)if(o){var v=n,y=e.pointToCoord(f);i?(d=v.startAngle,p=v.endAngle,g=-y[1]/180*Math.PI):(d=v.r0,p=v.r,g=y[0])}else{var m=n;i?(d=m.x,p=m.x+m.width,g=t.x):(d=m.y+m.height,p=m.y,g=t.y)}var b=p===d?0:(g-d)/(p-d);s&&(b=1-b);var _=r[\"v\"](c)?c(a):u*b+h,x=l.getSymbolPath(),O=x.getTextContent();l.attr({scaleX:0,scaleY:0}),l.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:_}),O&&O.animateFrom({style:{opacity:0}},{duration:300,delay:_}),x.disableLabelAnimation=!0}}))},e.prototype._initOrUpdateEndLabel=function(t,e,n){var i=t.getModel(\"endLabel\");if(le(t)){var r=t.getData(),o=this._polyline,a=r.getLayout(\"points\");if(!a)return o.removeTextContent(),void(this._endLabel=null);var s=this._endLabel;s||(s=this._endLabel=new kt[\"a\"]({z2:200}),s.ignoreClip=!0,o.setTextContent(this._endLabel),o.disableLabelAnimation=!0);var l=oe(a);l>=0&&(Object(ct[\"f\"])(o,Object(ct[\"d\"])(t,\"endLabel\"),{inheritColor:n,labelFetcher:t,labelDataIndex:l,defaultText:function(t,e,n){return null!=n?ut(r,n):lt(r,t)},enableTextSetter:!0},ce(i,e)),o.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},e.prototype._endLabelOnDuring=function(t,e,n,i,r,o,a){var s=this._endLabel,l=this._polyline;if(s){t<1&&null==i.originalX&&(i.originalX=s.x,i.originalY=s.y);var u=n.getLayout(\"points\"),c=n.hostModel,h=c.get(\"connectNulls\"),f=o.get(\"precision\"),d=o.get(\"distance\")||0,p=a.getBaseAxis(),g=p.isHorizontal(),v=p.inverse,y=e.shape,m=v?g?y.x:y.y+y.height:g?y.x+y.width:y.y,b=(g?d:0)*(v?-1:1),_=(g?0:-d)*(v?-1:1),x=g?\"x\":\"y\",O=se(u,m,x),j=O.range,S=j[1]-j[0],M=void 0;if(S>=1){if(S>1&&!h){var k=ae(u,j[0]);s.attr({x:k[0]+b,y:k[1]+_}),r&&(M=c.getRawValue(j[0]))}else{k=l.getPointOn(m,x);k&&s.attr({x:k[0]+b,y:k[1]+_});var T=c.getRawValue(j[0]),C=c.getRawValue(j[1]);r&&(M=w[\"h\"](n,f,T,C,O.t))}i.lastFrameIndex=j[0]}else{var I=1===t||i.lastFrameIndex>0?j[0]:0;k=ae(u,I);r&&(M=c.getRawValue(I)),s.attr({x:k[0]+b,y:k[1]+_})}r&&Object(ct[\"e\"])(s).setLabelText(M)}},e.prototype._doUpdateAnimation=function(t,e,n,i,r,o,a){var s=this._polyline,l=this._polygon,u=t.hostModel,c=St(this._data,t,this._stackedOnPoints,e,this._coordSys,n,this._valueOrigin,o),h=c.current,f=c.stackedOnCurrent,d=c.next,p=c.stackedOnNext;if(r&&(h=Jt(c.current,n,r,a),f=Jt(c.stackedOnCurrent,n,r,a),d=Jt(c.next,n,r,a),p=Jt(c.stackedOnNext,n,r,a)),Kt(h,d)>3e3||l&&Kt(f,p)>3e3)return s.stopAnimation(),s.setShape({points:d}),void(l&&(l.stopAnimation(),l.setShape({points:d,stackedOnPoints:p})));s.shape.__points=c.current,s.shape.points=h;var g={shape:{points:d}};c.current!==h&&(g.shape.__points=c.next),s.stopAnimation(),ot[\"h\"](s,g,u),l&&(l.setShape({points:h,stackedOnPoints:f}),l.stopAnimation(),ot[\"h\"](l,{shape:{stackedOnPoints:p}},u),s.shape.points!==l.shape.points&&(l.shape.points=s.shape.points));for(var v=[],y=c.status,m=0;m<y.length;m++){var b=y[m].cmd;if(\"=\"===b){var _=t.getItemGraphicEl(y[m].idx1);_&&v.push({el:_,ptIdx:m})}}s.animators&&s.animators.length&&s.animators[0].during((function(){l&&l.dirtyShape();for(var t=s.shape.__points,e=0;e<v.length;e++){var n=v[e].el,i=2*v[e].ptIdx;n.x=t[i],n.y=t[i+1],n.markRedraw()}}))},e.prototype.remove=function(t){var e=this.group,n=this._data;this._lineGroup.removeAll(),this._symbolDraw.remove(!0),n&&n.eachItemGraphicEl((function(t,i){t.__temp&&(e.remove(t),n.setItemGraphicEl(i,null))})),this._polyline=this._polygon=this._coordSys=this._points=this._stackedOnPoints=this._endLabel=this._data=null},e.type=\"line\",e}(Et[\"a\"]),fe=he,de=n(\"cccd\");function pe(t,e){return{seriesType:t,plan:Object(de[\"a\"])(),reset:function(t){var n=t.getData(),i=t.coordinateSystem,o=t.pipelineContext,a=e||o.large;if(i){var s=Object(r[\"G\"])(i.dimensions,(function(t){return n.mapDimension(t)})).slice(0,2),l=s.length,u=n.getCalculationInfo(\"stackResultDimension\");Object(X[\"c\"])(n,s[0])&&(s[0]=u),Object(X[\"c\"])(n,s[1])&&(s[1]=u);var c=n.getStore(),h=n.getDimensionIndex(s[0]),f=n.getDimensionIndex(s[1]);return l&&{progress:function(t,e){for(var n=t.end-t.start,r=a&&Object(wt[\"a\"])(n*l),o=[],s=[],u=t.start,d=0;u<t.end;u++){var p=void 0;if(1===l){var g=c.get(h,u);p=i.dataToPoint(g,null,s)}else o[0]=c.get(h,u),o[1]=c.get(f,u),p=i.dataToPoint(o,null,s);a?(r[d++]=p[0],r[d++]=p[1]):e.setItemLayout(u,p.slice())}a&&e.setLayout(\"points\",r)}}}}}}var ge={average:function(t){for(var e=0,n=0,i=0;i<t.length;i++)isNaN(t[i])||(e+=t[i],n++);return 0===n?NaN:e/n},sum:function(t){for(var e=0,n=0;n<t.length;n++)e+=t[n]||0;return e},max:function(t){for(var e=-1/0,n=0;n<t.length;n++)t[n]>e&&(e=t[n]);return isFinite(e)?e:NaN},min:function(t){for(var e=1/0,n=0;n<t.length;n++)t[n]<e&&(e=t[n]);return isFinite(e)?e:NaN},nearest:function(t){return t[0]}},ve=function(t){return Math.round(t.length/2)};function ye(t){return{seriesType:t,reset:function(t,e,n){var i=t.getData(),o=t.get(\"sampling\"),a=t.coordinateSystem,s=i.count();if(s>10&&\"cartesian2d\"===a.type&&o){var l=a.getBaseAxis(),u=a.getOtherAxis(l),c=l.getExtent(),h=n.getDevicePixelRatio(),f=Math.abs(c[1]-c[0])*(h||1),d=Math.round(s/f);if(isFinite(d)&&d>1){\"lttb\"===o&&t.setData(i.lttbDownSample(i.mapDimension(u.dim),1/d));var p=void 0;Object(r[\"B\"])(o)?p=ge[o]:Object(r[\"v\"])(o)&&(p=o),p&&t.setData(i.downSample(i.mapDimension(u.dim),1/d,p,ve))}}}}}function me(t){t.registerChartView(fe),t.registerSeriesModel(rt),t.registerLayout(pe(\"line\",!0)),t.registerVisual({seriesType:\"line\",reset:function(t){var e=t.getData(),n=t.getModel(\"lineStyle\").getLineStyle();n&&!n.stroke&&(n.stroke=e.getVisual(\"style\").fill),e.setVisual(\"legendLineStyle\",n)}}),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,ye(\"line\"))}},3842:function(t,e,n){\"use strict\";n.d(e,\"h\",(function(){return s})),n.d(e,\"l\",(function(){return l})),n.d(e,\"p\",(function(){return u})),n.d(e,\"d\",(function(){return c})),n.d(e,\"c\",(function(){return f})),n.d(e,\"a\",(function(){return d})),n.d(e,\"o\",(function(){return p})),n.d(e,\"g\",(function(){return g})),n.d(e,\"k\",(function(){return y})),n.d(e,\"m\",(function(){return m})),n.d(e,\"n\",(function(){return b})),n.d(e,\"i\",(function(){return _})),n.d(e,\"j\",(function(){return x})),n.d(e,\"f\",(function(){return O})),n.d(e,\"e\",(function(){return w})),n.d(e,\"b\",(function(){return S}));var i=n(\"6d8b\"),r=1e-4,o=20;function a(t){return t.replace(/^\\s+|\\s+$/g,\"\")}function s(t,e,n,i){var r=e[0],o=e[1],a=n[0],s=n[1],l=o-r,u=s-a;if(0===l)return 0===u?a:(a+s)/2;if(i)if(l>0){if(t<=r)return a;if(t>=o)return s}else{if(t>=r)return a;if(t<=o)return s}else{if(t===r)return a;if(t===o)return s}return(t-r)/l*u+a}function l(t,e){switch(t){case\"center\":case\"middle\":t=\"50%\";break;case\"left\":case\"top\":t=\"0%\";break;case\"right\":case\"bottom\":t=\"100%\";break}return i[\"B\"](t)?a(t).match(/%$/)?parseFloat(t)/100*e:parseFloat(t):null==t?NaN:+t}function u(t,e,n){return null==e&&(e=10),e=Math.min(Math.max(0,e),o),t=(+t).toFixed(e),n?t:+t}function c(t){if(t=+t,isNaN(t))return 0;if(t>1e-14)for(var e=1,n=0;n<15;n++,e*=10)if(Math.round(t*e)/e===t)return n;return h(t)}function h(t){var e=t.toString().toLowerCase(),n=e.indexOf(\"e\"),i=n>0?+e.slice(n+1):0,r=n>0?n:e.length,o=e.indexOf(\".\"),a=o<0?0:r-1-o;return Math.max(0,a-i)}function f(t,e){var n=Math.log,i=Math.LN10,r=Math.floor(n(t[1]-t[0])/i),o=Math.round(n(Math.abs(e[1]-e[0]))/i),a=Math.min(Math.max(-r+o,0),20);return isFinite(a)?a:20}function d(t,e){var n=Math.max(c(t),c(e)),i=t+e;return n>o?i:u(i,n)}function p(t){var e=2*Math.PI;return(t%e+e)%e}function g(t){return t>-r&&t<r}var v=/^(?:(\\d{4})(?:[-\\/](\\d{1,2})(?:[-\\/](\\d{1,2})(?:[T ](\\d{1,2})(?::(\\d{1,2})(?::(\\d{1,2})(?:[.,](\\d+))?)?)?(Z|[\\+\\-]\\d\\d:?\\d\\d)?)?)?)?)?$/;function y(t){if(t instanceof Date)return t;if(i[\"B\"](t)){var e=v.exec(t);if(!e)return new Date(NaN);if(e[8]){var n=+e[4]||0;return\"Z\"!==e[8].toUpperCase()&&(n-=+e[8].slice(0,3)),new Date(Date.UTC(+e[1],+(e[2]||1)-1,+e[3]||1,n,+(e[5]||0),+e[6]||0,e[7]?+e[7].substring(0,3):0))}return new Date(+e[1],+(e[2]||1)-1,+e[3]||1,+e[4]||0,+(e[5]||0),+e[6]||0,e[7]?+e[7].substring(0,3):0)}return null==t?new Date(NaN):new Date(Math.round(t))}function m(t){return Math.pow(10,b(t))}function b(t){if(0===t)return 0;var e=Math.floor(Math.log(t)/Math.LN10);return t/Math.pow(10,e)>=10&&e++,e}function _(t,e){var n,i=b(t),r=Math.pow(10,i),o=t/r;return n=e?o<1.5?1:o<2.5?2:o<4?3:o<7?5:10:o<1?1:o<2?2:o<3?3:o<5?5:10,t=n*r,i>=-20?+t.toFixed(i<0?-i:0):t}function x(t){var e=parseFloat(t);return e==t&&(0!==e||!i[\"B\"](t)||t.indexOf(\"x\")<=0)?e:NaN}function O(t){return!isNaN(x(t))}function w(){return Math.round(9*Math.random())}function j(t,e){return 0===e?t:j(e,t%e)}function S(t,e){return null==t?e:null==e?t:t*e/j(t,e)}},\"38a2\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return s})),n.d(e,\"b\",(function(){return l}));var i=n(\"6d8b\"),r=n(\"2b17\"),o=n(\"eda2\"),a=/\\{@(.+?)\\}/g,s=function(){function t(){}return t.prototype.getDataParams=function(t,e){var n=this.getData(e),i=this.getRawValue(t,e),r=n.getRawIndex(t),o=n.getName(t),a=n.getRawDataItem(t),s=n.getItemVisual(t,\"style\"),l=s&&s[n.getItemVisual(t,\"drawType\")||\"fill\"],u=s&&s.stroke,c=this.mainType,h=\"series\"===c,f=n.userOutput&&n.userOutput.get();return{componentType:c,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:h?this.subType:null,seriesIndex:this.seriesIndex,seriesId:h?this.id:null,seriesName:h?this.name:null,name:o,dataIndex:r,data:a,dataType:e,value:i,color:l,borderColor:u,dimensionNames:f?f.fullDimensions:null,encode:f?f.encode:null,$vars:[\"seriesName\",\"name\",\"value\"]}},t.prototype.getFormattedLabel=function(t,e,n,s,l,u){e=e||\"normal\";var c=this.getData(n),h=this.getDataParams(t,n);if(u&&(h.value=u.interpolatedValue),null!=s&&i[\"s\"](h.value)&&(h.value=h.value[s]),!l){var f=c.getItemModel(t);l=f.get(\"normal\"===e?[\"label\",\"formatter\"]:[e,\"label\",\"formatter\"])}if(i[\"v\"](l))return h.status=e,h.dimensionIndex=s,l(h);if(i[\"B\"](l)){var d=Object(o[\"c\"])(l,h);return d.replace(a,(function(e,n){var o=n.length,a=n;\"[\"===a.charAt(0)&&\"]\"===a.charAt(o-1)&&(a=+a.slice(1,o-1));var s=Object(r[\"e\"])(c,t,a);if(u&&i[\"s\"](u.interpolatedValue)){var l=c.getDimensionIndex(a);l>=0&&(s=u.interpolatedValue[l])}return null!=s?s+\"\":\"\"}))}},t.prototype.getRawValue=function(t,e){return Object(r[\"e\"])(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function l(t){var e,n;return i[\"z\"](t)?t.type&&(n=t):e=t,{text:e,frag:n}}},3901:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return r})),n.d(e,\"b\",(function(){return a}));var i=n(\"282b\"),r=[[\"lineWidth\",\"width\"],[\"stroke\",\"color\"],[\"opacity\"],[\"shadowBlur\"],[\"shadowOffsetX\"],[\"shadowOffsetY\"],[\"shadowColor\"],[\"lineDash\",\"type\"],[\"lineDashOffset\",\"dashOffset\"],[\"lineCap\",\"cap\"],[\"lineJoin\",\"join\"],[\"miterLimit\"]],o=Object(i[\"a\"])(r),a=function(){function t(){}return t.prototype.getLineStyle=function(t){return o(this,t)},t}()},\"401b\":function(t,e,n){\"use strict\";function i(t,e){return null==t&&(t=0),null==e&&(e=0),[t,e]}function r(t){return[t[0],t[1]]}function o(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t}function a(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t}function s(t){return Math.sqrt(l(t))}n.d(e,\"d\",(function(){return i})),n.d(e,\"c\",(function(){return r})),n.d(e,\"a\",(function(){return o})),n.d(e,\"m\",(function(){return a})),n.d(e,\"l\",(function(){return u})),n.d(e,\"k\",(function(){return c})),n.d(e,\"g\",(function(){return h})),n.d(e,\"e\",(function(){return f})),n.d(e,\"f\",(function(){return p})),n.d(e,\"h\",(function(){return g})),n.d(e,\"b\",(function(){return v})),n.d(e,\"j\",(function(){return y})),n.d(e,\"i\",(function(){return m}));function l(t){return t[0]*t[0]+t[1]*t[1]}function u(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t}function c(t,e){var n=s(e);return 0===n?(t[0]=0,t[1]=0):(t[0]=e[0]/n,t[1]=e[1]/n),t}function h(t,e){return Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1]))}var f=h;function d(t,e){return(t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])}var p=d;function g(t,e,n,i){return t[0]=e[0]+i*(n[0]-e[0]),t[1]=e[1]+i*(n[1]-e[1]),t}function v(t,e,n){var i=e[0],r=e[1];return t[0]=n[0]*i+n[2]*r+n[4],t[1]=n[1]*i+n[3]*r+n[5],t}function y(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t}function m(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t}},4041:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return o}));var i=n(\"e0d3\"),r=Object(i[\"l\"])(),o=(Object(i[\"l\"])(),function(){function t(){}return t.prototype.getColorFromPalette=function(t,e,n){var o=Object(i[\"n\"])(this.get(\"color\",!0)),a=this.get(\"colorLayer\",!0);return s(this,r,o,a,t,e,n)},t.prototype.clearColorPalette=function(){l(this,r)},t}());function a(t,e){for(var n=t.length,i=0;i<n;i++)if(t[i].length>e)return t[i];return t[n-1]}function s(t,e,n,i,r,o,s){o=o||t;var l=e(o),u=l.paletteIdx||0,c=l.paletteNameMap=l.paletteNameMap||{};if(c.hasOwnProperty(r))return c[r];var h=null!=s&&i?a(i,s):n;if(h=h||n,h&&h.length){var f=h[u];return r&&(c[r]=f),l.paletteIdx=(u+1)%h.length,f}}function l(t,e){e(t).paletteIdx=0,e(t).paletteNameMap={}}},\"41ef\":function(t,e,n){\"use strict\";n.d(e,\"d\",(function(){return v})),n.d(e,\"b\",(function(){return m})),n.d(e,\"a\",(function(){return b})),n.d(e,\"e\",(function(){return _})),n.d(e,\"c\",(function(){return x}));var i=n(\"d51b\"),r={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function o(t){return t=Math.round(t),t<0?0:t>255?255:t}function a(t){return t<0?0:t>1?1:t}function s(t){var e=t;return e.length&&\"%\"===e.charAt(e.length-1)?o(parseFloat(e)/100*255):o(parseInt(e,10))}function l(t){var e=t;return e.length&&\"%\"===e.charAt(e.length-1)?a(parseFloat(e)/100):a(parseFloat(e))}function u(t,e,n){return n<0?n+=1:n>1&&(n-=1),6*n<1?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}function c(t,e,n){return t+(e-t)*n}function h(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function f(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var d=new i[\"a\"](20),p=null;function g(t,e){p&&f(p,e),p=d.put(t,p||e.slice())}function v(t,e){if(t){e=e||[];var n=d.get(t);if(n)return f(e,n);t+=\"\";var i=t.replace(/ /g,\"\").toLowerCase();if(i in r)return f(e,r[i]),g(t,e),e;var o=i.length;if(\"#\"!==i.charAt(0)){var a=i.indexOf(\"(\"),u=i.indexOf(\")\");if(-1!==a&&u+1===o){var c=i.substr(0,a),p=i.substr(a+1,u-(a+1)).split(\",\"),v=1;switch(c){case\"rgba\":if(4!==p.length)return 3===p.length?h(e,+p[0],+p[1],+p[2],1):h(e,0,0,0,1);v=l(p.pop());case\"rgb\":return p.length>=3?(h(e,s(p[0]),s(p[1]),s(p[2]),3===p.length?v:l(p[3])),g(t,e),e):void h(e,0,0,0,1);case\"hsla\":return 4!==p.length?void h(e,0,0,0,1):(p[3]=l(p[3]),y(p,e),g(t,e),e);case\"hsl\":return 3!==p.length?void h(e,0,0,0,1):(y(p,e),g(t,e),e);default:return}}h(e,0,0,0,1)}else{if(4===o||5===o){var m=parseInt(i.slice(1,4),16);return m>=0&&m<=4095?(h(e,(3840&m)>>4|(3840&m)>>8,240&m|(240&m)>>4,15&m|(15&m)<<4,5===o?parseInt(i.slice(4),16)/15:1),g(t,e),e):void h(e,0,0,0,1)}if(7===o||9===o){m=parseInt(i.slice(1,7),16);return m>=0&&m<=16777215?(h(e,(16711680&m)>>16,(65280&m)>>8,255&m,9===o?parseInt(i.slice(7),16)/255:1),g(t,e),e):void h(e,0,0,0,1)}}}}function y(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=l(t[1]),r=l(t[2]),a=r<=.5?r*(i+1):r+i-r*i,s=2*r-a;return e=e||[],h(e,o(255*u(s,a,n+1/3)),o(255*u(s,a,n)),o(255*u(s,a,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function m(t,e){var n=v(t);if(n){for(var i=0;i<3;i++)n[i]=e<0?n[i]*(1-e)|0:(255-n[i])*e+n[i]|0,n[i]>255?n[i]=255:n[i]<0&&(n[i]=0);return _(n,4===n.length?\"rgba\":\"rgb\")}}function b(t,e,n){if(e&&e.length&&t>=0&&t<=1){var i=t*(e.length-1),r=Math.floor(i),s=Math.ceil(i),l=v(e[r]),u=v(e[s]),h=i-r,f=_([o(c(l[0],u[0],h)),o(c(l[1],u[1],h)),o(c(l[2],u[2],h)),a(c(l[3],u[3],h))],\"rgba\");return n?{color:f,leftIndex:r,rightIndex:s,value:i}:f}}function _(t,e){if(t&&t.length){var n=t[0]+\",\"+t[1]+\",\"+t[2];return\"rgba\"!==e&&\"hsva\"!==e&&\"hsla\"!==e||(n+=\",\"+t[3]),e+\"(\"+n+\")\"}}function x(t,e){var n=v(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}},\"42e5\":function(t,e,n){\"use strict\";var i=function(){function t(t){this.colorStops=t||[]}return t.prototype.addColorStop=function(t,e){this.colorStops.push({offset:t,color:e})},t}();e[\"a\"]=i},4319:function(t,e,n){\"use strict\";var i=n(\"22d1\"),r=n(\"625e\"),o=n(\"282b\"),a=[[\"fill\",\"color\"],[\"shadowBlur\"],[\"shadowOffsetX\"],[\"shadowOffsetY\"],[\"opacity\"],[\"shadowColor\"]],s=Object(o[\"a\"])(a),l=function(){function t(){}return t.prototype.getAreaStyle=function(t,e){return s(this,t,e)},t}(),u=n(\"7837\"),c=n(\"76a5\"),h=[\"textStyle\",\"color\"],f=[\"fontStyle\",\"fontWeight\",\"fontSize\",\"fontFamily\",\"padding\",\"lineHeight\",\"rich\",\"width\",\"height\",\"overflow\"],d=new c[\"a\"],p=function(){function t(){}return t.prototype.getTextColor=function(t){var e=this.ecModel;return this.getShallow(\"color\")||(!t&&e?e.get(h):null)},t.prototype.getFont=function(){return Object(u[\"c\"])({fontStyle:this.getShallow(\"fontStyle\"),fontWeight:this.getShallow(\"fontWeight\"),fontSize:this.getShallow(\"fontSize\"),fontFamily:this.getShallow(\"fontFamily\")},this.ecModel)},t.prototype.getTextRect=function(t){for(var e={text:t,verticalAlign:this.getShallow(\"verticalAlign\")||this.getShallow(\"baseline\")},n=0;n<f.length;n++)e[f[n]]=this.getShallow(f[n]);return d.useStyle(e),d.update(),d.getBoundingRect()},t}(),g=p,v=n(\"3901\"),y=n(\"551f\"),m=n(\"6d8b\"),b=function(){function t(t,e,n){this.parentModel=e,this.ecModel=n,this.option=t}return t.prototype.init=function(t,e,n){for(var i=[],r=3;r<arguments.length;r++)i[r-3]=arguments[r]},t.prototype.mergeOption=function(t,e){Object(m[\"H\"])(this.option,t,!0)},t.prototype.get=function(t,e){return null==t?this.option:this._doGet(this.parsePath(t),!e&&this.parentModel)},t.prototype.getShallow=function(t,e){var n=this.option,i=null==n?n:n[t];if(null==i&&!e){var r=this.parentModel;r&&(i=r.getShallow(t))}return i},t.prototype.getModel=function(e,n){var i=null!=e,r=i?this.parsePath(e):null,o=i?this._doGet(r):this.option;return n=n||this.parentModel&&this.parentModel.getModel(this.resolveParentPath(r)),new t(o,n,this.ecModel)},t.prototype.isEmpty=function(){return null==this.option},t.prototype.restoreData=function(){},t.prototype.clone=function(){var t=this.constructor;return new t(Object(m[\"d\"])(this.option))},t.prototype.parsePath=function(t){return\"string\"===typeof t?t.split(\".\"):t},t.prototype.resolveParentPath=function(t){return t},t.prototype.isAnimationEnabled=function(){if(!i[\"a\"].node&&this.option){if(null!=this.option.animation)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}},t.prototype._doGet=function(t,e){var n=this.option;if(!t)return n;for(var i=0;i<t.length;i++)if(t[i]&&(n=n&&\"object\"===typeof n?n[t[i]]:null,null==n))break;return null==n&&e&&(n=e._doGet(this.resolveParentPath(t),e.parentModel)),n},t}();Object(r[\"b\"])(b),Object(r[\"a\"])(b),Object(m[\"I\"])(b,v[\"b\"]),Object(m[\"I\"])(b,y[\"b\"]),Object(m[\"I\"])(b,l),Object(m[\"I\"])(b,g);e[\"a\"]=b},\"48a9\":function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"42e5\"),o=function(t){function e(e,n,i,r,o,a){var s=t.call(this,o)||this;return s.x=null==e?0:e,s.y=null==n?0:n,s.x2=null==i?1:i,s.y2=null==r?0:r,s.type=\"linear\",s.global=a||!1,s}return Object(i[\"a\"])(e,t),e}(r[\"a\"]);e[\"a\"]=o},\"4a3f\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return g})),n.d(e,\"b\",(function(){return v})),n.d(e,\"f\",(function(){return y})),n.d(e,\"c\",(function(){return m})),n.d(e,\"g\",(function(){return b})),n.d(e,\"e\",(function(){return _})),n.d(e,\"d\",(function(){return x})),n.d(e,\"h\",(function(){return O})),n.d(e,\"i\",(function(){return w})),n.d(e,\"m\",(function(){return j})),n.d(e,\"j\",(function(){return S})),n.d(e,\"n\",(function(){return M})),n.d(e,\"l\",(function(){return k})),n.d(e,\"k\",(function(){return T}));var i=n(\"401b\"),r=Math.pow,o=Math.sqrt,a=1e-8,s=1e-4,l=o(3),u=1/3,c=Object(i[\"d\"])(),h=Object(i[\"d\"])(),f=Object(i[\"d\"])();function d(t){return t>-a&&t<a}function p(t){return t>a||t<-a}function g(t,e,n,i,r){var o=1-r;return o*o*(o*t+3*r*e)+r*r*(r*i+3*o*n)}function v(t,e,n,i,r){var o=1-r;return 3*(((e-t)*o+2*(n-e)*r)*o+(i-n)*r*r)}function y(t,e,n,i,a,s){var c=i+3*(e-n)-t,h=3*(n-2*e+t),f=3*(e-t),p=t-a,g=h*h-3*c*f,v=h*f-9*c*p,y=f*f-3*h*p,m=0;if(d(g)&&d(v))if(d(h))s[0]=0;else{var b=-f/h;b>=0&&b<=1&&(s[m++]=b)}else{var _=v*v-4*g*y;if(d(_)){var x=v/g,O=(b=-h/c+x,-x/2);b>=0&&b<=1&&(s[m++]=b),O>=0&&O<=1&&(s[m++]=O)}else if(_>0){var w=o(_),j=g*h+1.5*c*(-v+w),S=g*h+1.5*c*(-v-w);j=j<0?-r(-j,u):r(j,u),S=S<0?-r(-S,u):r(S,u);b=(-h-(j+S))/(3*c);b>=0&&b<=1&&(s[m++]=b)}else{var M=(2*g*h-3*c*v)/(2*o(g*g*g)),k=Math.acos(M)/3,T=o(g),C=Math.cos(k),I=(b=(-h-2*T*C)/(3*c),O=(-h+T*(C+l*Math.sin(k)))/(3*c),(-h+T*(C-l*Math.sin(k)))/(3*c));b>=0&&b<=1&&(s[m++]=b),O>=0&&O<=1&&(s[m++]=O),I>=0&&I<=1&&(s[m++]=I)}}return m}function m(t,e,n,i,r){var a=6*n-12*e+6*t,s=9*e+3*i-3*t-9*n,l=3*e-3*t,u=0;if(d(s)){if(p(a)){var c=-l/a;c>=0&&c<=1&&(r[u++]=c)}}else{var h=a*a-4*s*l;if(d(h))r[0]=-a/(2*s);else if(h>0){var f=o(h),g=(c=(-a+f)/(2*s),(-a-f)/(2*s));c>=0&&c<=1&&(r[u++]=c),g>=0&&g<=1&&(r[u++]=g)}}return u}function b(t,e,n,i,r,o){var a=(e-t)*r+t,s=(n-e)*r+e,l=(i-n)*r+n,u=(s-a)*r+a,c=(l-s)*r+s,h=(c-u)*r+u;o[0]=t,o[1]=a,o[2]=u,o[3]=h,o[4]=h,o[5]=c,o[6]=l,o[7]=i}function _(t,e,n,r,a,l,u,d,p,v,y){var m,b,_,x,O,w=.005,j=1/0;c[0]=p,c[1]=v;for(var S=0;S<1;S+=.05)h[0]=g(t,n,a,u,S),h[1]=g(e,r,l,d,S),x=Object(i[\"f\"])(c,h),x<j&&(m=S,j=x);j=1/0;for(var M=0;M<32;M++){if(w<s)break;b=m-w,_=m+w,h[0]=g(t,n,a,u,b),h[1]=g(e,r,l,d,b),x=Object(i[\"f\"])(h,c),b>=0&&x<j?(m=b,j=x):(f[0]=g(t,n,a,u,_),f[1]=g(e,r,l,d,_),O=Object(i[\"f\"])(f,c),_<=1&&O<j?(m=_,j=O):w*=.5)}return y&&(y[0]=g(t,n,a,u,m),y[1]=g(e,r,l,d,m)),o(j)}function x(t,e,n,i,r,o,a,s,l){for(var u=t,c=e,h=0,f=1/l,d=1;d<=l;d++){var p=d*f,v=g(t,n,r,a,p),y=g(e,i,o,s,p),m=v-u,b=y-c;h+=Math.sqrt(m*m+b*b),u=v,c=y}return h}function O(t,e,n,i){var r=1-i;return r*(r*t+2*i*e)+i*i*n}function w(t,e,n,i){return 2*((1-i)*(e-t)+i*(n-e))}function j(t,e,n,i,r){var a=t-2*e+n,s=2*(e-t),l=t-i,u=0;if(d(a)){if(p(s)){var c=-l/s;c>=0&&c<=1&&(r[u++]=c)}}else{var h=s*s-4*a*l;if(d(h)){c=-s/(2*a);c>=0&&c<=1&&(r[u++]=c)}else if(h>0){var f=o(h),g=(c=(-s+f)/(2*a),(-s-f)/(2*a));c>=0&&c<=1&&(r[u++]=c),g>=0&&g<=1&&(r[u++]=g)}}return u}function S(t,e,n){var i=t+n-2*e;return 0===i?.5:(t-e)/i}function M(t,e,n,i,r){var o=(e-t)*i+t,a=(n-e)*i+e,s=(a-o)*i+o;r[0]=t,r[1]=o,r[2]=s,r[3]=s,r[4]=a,r[5]=n}function k(t,e,n,r,a,l,u,d,p){var g,v=.005,y=1/0;c[0]=u,c[1]=d;for(var m=0;m<1;m+=.05){h[0]=O(t,n,a,m),h[1]=O(e,r,l,m);var b=Object(i[\"f\"])(c,h);b<y&&(g=m,y=b)}y=1/0;for(var _=0;_<32;_++){if(v<s)break;var x=g-v,w=g+v;h[0]=O(t,n,a,x),h[1]=O(e,r,l,x);b=Object(i[\"f\"])(h,c);if(x>=0&&b<y)g=x,y=b;else{f[0]=O(t,n,a,w),f[1]=O(e,r,l,w);var j=Object(i[\"f\"])(f,c);w<=1&&j<y?(g=w,y=j):v*=.5}}return p&&(p[0]=O(t,n,a,g),p[1]=O(e,r,l,g)),o(y)}function T(t,e,n,i,r,o,a){for(var s=t,l=e,u=0,c=1/a,h=1;h<=a;h++){var f=h*c,d=O(t,n,r,f),p=O(e,i,o,f),g=d-s,v=p-l;u+=Math.sqrt(g*g+v*v),s=d,l=p}return u}},\"4aa2\":function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"cbe5\"),o=n(\"6d8b\"),a=Math.PI,s=2*a,l=Math.sin,u=Math.cos,c=Math.acos,h=Math.atan2,f=Math.abs,d=Math.sqrt,p=Math.max,g=Math.min,v=1e-4;function y(t,e,n,i,r,o,a,s){var l=n-t,u=i-e,c=a-r,h=s-o,f=h*l-c*u;if(!(f*f<v))return f=(c*(e-o)-h*(t-r))/f,[t+f*l,e+f*u]}function m(t,e,n,i,r,o,a){var s=t-n,l=e-i,u=(a?o:-o)/d(s*s+l*l),c=u*l,h=-u*s,f=t+c,g=e+h,v=n+c,y=i+h,m=(f+v)/2,b=(g+y)/2,_=v-f,x=y-g,O=_*_+x*x,w=r-o,j=f*y-v*g,S=(x<0?-1:1)*d(p(0,w*w*O-j*j)),M=(j*x-_*S)/O,k=(-j*_-x*S)/O,T=(j*x+_*S)/O,C=(-j*_+x*S)/O,I=M-m,D=k-b,A=T-m,P=C-b;return I*I+D*D>A*A+P*P&&(M=T,k=C),{cx:M,cy:k,x0:-c,y0:-h,x1:M*(r/w-1),y1:k*(r/w-1)}}function b(t){var e;if(Object(o[\"s\"])(t)){var n=t.length;if(!n)return t;e=1===n?[t[0],t[0],0,0]:2===n?[t[0],t[0],t[1],t[1]]:3===n?t.concat(t[2]):t}else e=[t,t,t,t];return e}function _(t,e){var n,i=p(e.r,0),r=p(e.r0||0,0),o=i>0,_=r>0;if(o||_){if(o||(i=r,r=0),r>i){var x=i;i=r,r=x}var O=e.startAngle,w=e.endAngle;if(!isNaN(O)&&!isNaN(w)){var j=e.cx,S=e.cy,M=!!e.clockwise,k=f(w-O),T=k>s&&k%s;if(T>v&&(k=T),i>v)if(k>s-v)t.moveTo(j+i*u(O),S+i*l(O)),t.arc(j,S,i,O,w,!M),r>v&&(t.moveTo(j+r*u(w),S+r*l(w)),t.arc(j,S,r,w,O,M));else{var C=void 0,I=void 0,D=void 0,A=void 0,P=void 0,L=void 0,R=void 0,z=void 0,N=void 0,B=void 0,E=void 0,F=void 0,H=void 0,V=void 0,G=void 0,W=void 0,U=i*u(O),q=i*l(O),X=r*u(w),Y=r*l(w),Z=k>v;if(Z){var K=e.cornerRadius;K&&(n=b(K),C=n[0],I=n[1],D=n[2],A=n[3]);var Q=f(i-r)/2;if(P=g(Q,D),L=g(Q,A),R=g(Q,C),z=g(Q,I),E=N=p(P,L),F=B=p(R,z),(N>v||B>v)&&(H=i*u(w),V=i*l(w),G=r*u(O),W=r*l(O),k<a)){var $=y(U,q,G,W,H,V,X,Y);if($){var J=U-$[0],tt=q-$[1],et=H-$[0],nt=V-$[1],it=1/l(c((J*et+tt*nt)/(d(J*J+tt*tt)*d(et*et+nt*nt)))/2),rt=d($[0]*$[0]+$[1]*$[1]);E=g(N,(i-rt)/(it+1)),F=g(B,(r-rt)/(it-1))}}}if(Z)if(E>v){var ot=g(D,E),at=g(A,E),st=m(G,W,U,q,i,ot,M),lt=m(H,V,X,Y,i,at,M);t.moveTo(j+st.cx+st.x0,S+st.cy+st.y0),E<N&&ot===at?t.arc(j+st.cx,S+st.cy,E,h(st.y0,st.x0),h(lt.y0,lt.x0),!M):(ot>0&&t.arc(j+st.cx,S+st.cy,ot,h(st.y0,st.x0),h(st.y1,st.x1),!M),t.arc(j,S,i,h(st.cy+st.y1,st.cx+st.x1),h(lt.cy+lt.y1,lt.cx+lt.x1),!M),at>0&&t.arc(j+lt.cx,S+lt.cy,at,h(lt.y1,lt.x1),h(lt.y0,lt.x0),!M))}else t.moveTo(j+U,S+q),t.arc(j,S,i,O,w,!M);else t.moveTo(j+U,S+q);if(r>v&&Z)if(F>v){ot=g(C,F),at=g(I,F),st=m(X,Y,H,V,r,-at,M),lt=m(U,q,G,W,r,-ot,M);t.lineTo(j+st.cx+st.x0,S+st.cy+st.y0),F<B&&ot===at?t.arc(j+st.cx,S+st.cy,F,h(st.y0,st.x0),h(lt.y0,lt.x0),!M):(at>0&&t.arc(j+st.cx,S+st.cy,at,h(st.y0,st.x0),h(st.y1,st.x1),!M),t.arc(j,S,r,h(st.cy+st.y1,st.cx+st.x1),h(lt.cy+lt.y1,lt.cx+lt.x1),M),ot>0&&t.arc(j+lt.cx,S+lt.cy,ot,h(lt.y1,lt.x1),h(lt.y0,lt.x0),!M))}else t.lineTo(j+X,S+Y),t.arc(j,S,r,w,O,M);else t.lineTo(j+X,S+Y)}else t.moveTo(j,S);t.closePath()}}}var x=function(){function t(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0,this.cornerRadius=0}return t}(),O=function(t){function e(e){return t.call(this,e)||this}return Object(i[\"a\"])(e,t),e.prototype.getDefaultShape=function(){return new x},e.prototype.buildPath=function(t,e){_(t,e)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(r[\"b\"]);O.prototype.type=\"sector\";e[\"a\"]=O},\"4b2a\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return Lt}));var i=n(\"9ab4\"),r=n(\"b12f\"),o=n(\"6cb7\"),a=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e.type=\"grid\",e.dependencies=[\"xAxis\",\"yAxis\"],e.layoutMode=\"box\",e.defaultOption={show:!1,z:0,left:\"10%\",top:60,right:\"10%\",bottom:70,containLabel:!1,backgroundColor:\"rgba(0,0,0,0)\",borderWidth:1,borderColor:\"#ccc\"},e}(o[\"a\"]),s=a,l=n(\"c7a2\"),u=n(\"6d8b\"),c=function(){function t(){}return t.prototype.getNeedCrossZero=function(){var t=this.option;return!t.scale},t.prototype.getCoordSysModel=function(){},t}(),h=n(\"e0d3\"),f=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents(\"grid\",h[\"a\"]).models[0]},e.type=\"cartesian2dAxis\",e}(o[\"a\"]);u[\"I\"](f,c);var d={show:!0,z:0,inverse:!1,name:\"\",nameLocation:\"end\",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:\"...\",placeholder:\".\"},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:\"#6E7079\",width:1,type:\"solid\"},symbol:[\"none\",\"none\"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:[\"#E0E6F1\"],width:1,type:\"solid\"}},splitArea:{show:!1,areaStyle:{color:[\"rgba(250,250,250,0.2)\",\"rgba(210,219,238,0.2)\"]}}},p=u[\"H\"]({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:\"auto\"},axisLabel:{interval:\"auto\"}},d),g=u[\"H\"]({boundaryGap:[0,0],axisLine:{show:\"auto\"},axisTick:{show:\"auto\"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:\"#F4F7FD\",width:1}}},d),v=u[\"H\"]({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:\"bold\"}}},splitLine:{show:!1}},g),y=u[\"i\"]({logBase:10},g),m={category:p,value:g,time:v,log:y},b=n(\"f934\"),_=n(\"8e43\"),x={value:1,category:1,time:1,log:1};function O(t,e,n,r){Object(u[\"k\"])(x,(function(o,a){var s=Object(u[\"H\"])(Object(u[\"H\"])({},m[a],!0),r,!0),l=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e+\"Axis.\"+a,n}return Object(i[\"a\"])(n,t),n.prototype.mergeDefaultAndTheme=function(t,e){var n=Object(b[\"a\"])(this),i=n?Object(b[\"b\"])(t):{},r=e.getTheme();Object(u[\"H\"])(t,r.get(a+\"Axis\")),Object(u[\"H\"])(t,this.getDefaultOption()),t.type=w(t),n&&Object(b[\"d\"])(t,i,n)},n.prototype.optionUpdated=function(){var t=this.option;\"category\"===t.type&&(this.__ordinalMeta=_[\"a\"].createByAxisModel(this))},n.prototype.getCategories=function(t){var e=this.option;if(\"category\"===e.type)return t?e.data:this.__ordinalMeta.categories},n.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},n.type=e+\"Axis.\"+a,n.defaultOption=s,n}(n);t.registerComponentModel(l)})),t.registerSubTypeDefaulter(e+\"Axis\",w)}function w(t){return t.type||(t.data?\"category\":\"value\")}var j=n(\"697e\"),S=n(\"9850\"),M=function(){function t(t){this.type=\"cartesian\",this._dimList=[],this._axes={},this.name=t||\"\"}return t.prototype.getAxis=function(t){return this._axes[t]},t.prototype.getAxes=function(){return u[\"G\"](this._dimList,(function(t){return this._axes[t]}),this)},t.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),u[\"n\"](this.getAxes(),(function(e){return e.scale.type===t}))},t.prototype.addAxis=function(t){var e=t.dim;this._axes[e]=t,this._dimList.push(e)},t}(),k=M,T=n(\"1687\"),C=n(\"401b\"),I=[\"x\",\"y\"];function D(t){return\"interval\"===t.type||\"time\"===t.type}var A=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=\"cartesian2d\",e.dimensions=I,e}return Object(i[\"a\"])(e,t),e.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var t=this.getAxis(\"x\").scale,e=this.getAxis(\"y\").scale;if(D(t)&&D(e)){var n=t.getExtent(),i=e.getExtent(),r=this.dataToPoint([n[0],i[0]]),o=this.dataToPoint([n[1],i[1]]),a=n[1]-n[0],s=i[1]-i[0];if(a&&s){var l=(o[0]-r[0])/a,u=(o[1]-r[1])/s,c=r[0]-n[0]*l,h=r[1]-i[0]*u,f=this._transform=[l,0,0,u,c,h];this._invTransform=Object(T[\"d\"])([],f)}}},e.prototype.getBaseAxis=function(){return this.getAxesByScale(\"ordinal\")[0]||this.getAxesByScale(\"time\")[0]||this.getAxis(\"x\")},e.prototype.containPoint=function(t){var e=this.getAxis(\"x\"),n=this.getAxis(\"y\");return e.contain(e.toLocalCoord(t[0]))&&n.contain(n.toLocalCoord(t[1]))},e.prototype.containData=function(t){return this.getAxis(\"x\").containData(t[0])&&this.getAxis(\"y\").containData(t[1])},e.prototype.containZone=function(t,e){var n=this.dataToPoint(t),i=this.dataToPoint(e),r=this.getArea(),o=new S[\"a\"](n[0],n[1],i[0]-n[0],i[1]-n[1]);return r.intersect(o)},e.prototype.dataToPoint=function(t,e,n){n=n||[];var i=t[0],r=t[1];if(this._transform&&null!=i&&isFinite(i)&&null!=r&&isFinite(r))return Object(C[\"b\"])(n,t,this._transform);var o=this.getAxis(\"x\"),a=this.getAxis(\"y\");return n[0]=o.toGlobalCoord(o.dataToCoord(i,e)),n[1]=a.toGlobalCoord(a.dataToCoord(r,e)),n},e.prototype.clampData=function(t,e){var n=this.getAxis(\"x\").scale,i=this.getAxis(\"y\").scale,r=n.getExtent(),o=i.getExtent(),a=n.parse(t[0]),s=i.parse(t[1]);return e=e||[],e[0]=Math.min(Math.max(Math.min(r[0],r[1]),a),Math.max(r[0],r[1])),e[1]=Math.min(Math.max(Math.min(o[0],o[1]),s),Math.max(o[0],o[1])),e},e.prototype.pointToData=function(t,e){var n=[];if(this._invTransform)return Object(C[\"b\"])(n,t,this._invTransform);var i=this.getAxis(\"x\"),r=this.getAxis(\"y\");return n[0]=i.coordToData(i.toLocalCoord(t[0]),e),n[1]=r.coordToData(r.toLocalCoord(t[1]),e),n},e.prototype.getOtherAxis=function(t){return this.getAxis(\"x\"===t.dim?\"y\":\"x\")},e.prototype.getArea=function(){var t=this.getAxis(\"x\").getGlobalExtent(),e=this.getAxis(\"y\").getGlobalExtent(),n=Math.min(t[0],t[1]),i=Math.min(e[0],e[1]),r=Math.max(t[0],t[1])-n,o=Math.max(e[0],e[1])-i;return new S[\"a\"](n,i,r,o)},e}(k),P=A,L=n(\"3842\"),R=n(\"e86a\"),z=Object(h[\"l\"])();function N(t){return\"category\"===t.type?E(t):V(t)}function B(t,e){return\"category\"===t.type?H(t,e):{ticks:u[\"G\"](t.scale.getTicks(),(function(t){return t.value}))}}function E(t){var e=t.getLabelModel(),n=F(t,e);return!e.get(\"show\")||t.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n}function F(t,e){var n,i,r=G(t,\"labels\"),o=Object(j[\"e\"])(e),a=W(r,o);return a||(u[\"v\"](o)?n=K(t,o):(i=\"auto\"===o?q(t):o,n=Z(t,i)),U(r,o,{labels:n,labelCategoryInterval:i}))}function H(t,e){var n,i,r=G(t,\"ticks\"),o=Object(j[\"e\"])(e),a=W(r,o);if(a)return a;if(e.get(\"show\")&&!t.scale.isBlank()||(n=[]),u[\"v\"](o))n=K(t,o,!0);else if(\"auto\"===o){var s=F(t,t.getLabelModel());i=s.labelCategoryInterval,n=u[\"G\"](s.labels,(function(t){return t.tickValue}))}else i=o,n=Z(t,i,!0);return U(r,o,{ticks:n,tickCategoryInterval:i})}function V(t){var e=t.scale.getTicks(),n=Object(j[\"h\"])(t);return{labels:u[\"G\"](e,(function(e,i){return{level:e.level,formattedLabel:n(e,i),rawLabel:t.scale.getLabel(e),tickValue:e.value}}))}}function G(t,e){return z(t)[e]||(z(t)[e]=[])}function W(t,e){for(var n=0;n<t.length;n++)if(t[n].key===e)return t[n].value}function U(t,e,n){return t.push({key:e,value:n}),n}function q(t){var e=z(t).autoInterval;return null!=e?e:z(t).autoInterval=t.calculateCategoryInterval()}function X(t){var e=Y(t),n=Object(j[\"h\"])(t),i=(e.axisRotate-e.labelRotate)/180*Math.PI,r=t.scale,o=r.getExtent(),a=r.count();if(o[1]-o[0]<1)return 0;var s=1;a>40&&(s=Math.max(1,Math.floor(a/40)));for(var l=o[0],u=t.dataToCoord(l+1)-t.dataToCoord(l),c=Math.abs(u*Math.cos(i)),h=Math.abs(u*Math.sin(i)),f=0,d=0;l<=o[1];l+=s){var p=0,g=0,v=R[\"d\"](n({value:l}),e.font,\"center\",\"top\");p=1.3*v.width,g=1.3*v.height,f=Math.max(f,p,7),d=Math.max(d,g,7)}var y=f/c,m=d/h;isNaN(y)&&(y=1/0),isNaN(m)&&(m=1/0);var b=Math.max(0,Math.floor(Math.min(y,m))),_=z(t.model),x=t.getExtent(),O=_.lastAutoInterval,w=_.lastTickCount;return null!=O&&null!=w&&Math.abs(O-b)<=1&&Math.abs(w-a)<=1&&O>b&&_.axisExtent0===x[0]&&_.axisExtent1===x[1]?b=O:(_.lastTickCount=a,_.lastAutoInterval=b,_.axisExtent0=x[0],_.axisExtent1=x[1]),b}function Y(t){var e=t.getLabelModel();return{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:e.get(\"rotate\")||0,font:e.getFont()}}function Z(t,e,n){var i=Object(j[\"h\"])(t),r=t.scale,o=r.getExtent(),a=t.getLabelModel(),s=[],l=Math.max((e||0)+1,1),u=o[0],c=r.count();0!==u&&l>1&&c/l>2&&(u=Math.round(Math.ceil(u/l)*l));var h=Object(j[\"j\"])(t),f=a.get(\"showMinLabel\")||h,d=a.get(\"showMaxLabel\")||h;f&&u!==o[0]&&g(o[0]);for(var p=u;p<=o[1];p+=l)g(p);function g(t){var e={value:t};s.push(n?t:{formattedLabel:i(e),rawLabel:r.getLabel(e),tickValue:t})}return d&&p-l!==o[1]&&g(o[1]),s}function K(t,e,n){var i=t.scale,r=Object(j[\"h\"])(t),o=[];return u[\"k\"](i.getTicks(),(function(t){var a=i.getLabel(t),s=t.value;e(t.value,a)&&o.push(n?s:{formattedLabel:r(t),rawLabel:a,tickValue:s})})),o}var Q=[0,1],$=function(){function t(t,e,n){this.onBand=!1,this.inverse=!1,this.dim=t,this.scale=e,this._extent=n||[0,0]}return t.prototype.contain=function(t){var e=this._extent,n=Math.min(e[0],e[1]),i=Math.max(e[0],e[1]);return t>=n&&t<=i},t.prototype.containData=function(t){return this.scale.contain(t)},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.getPixelPrecision=function(t){return Object(L[\"c\"])(t||this.scale.getExtent(),this._extent)},t.prototype.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},t.prototype.dataToCoord=function(t,e){var n=this._extent,i=this.scale;return t=i.normalize(t),this.onBand&&\"ordinal\"===i.type&&(n=n.slice(),J(n,i.count())),Object(L[\"h\"])(t,Q,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&\"ordinal\"===i.type&&(n=n.slice(),J(n,i.count()));var r=Object(L[\"h\"])(t,n,Q,e);return this.scale.scale(r)},t.prototype.pointToData=function(t,e){},t.prototype.getTicksCoords=function(t){t=t||{};var e=t.tickModel||this.getTickModel(),n=B(this,e),i=n.ticks,r=Object(u[\"G\"])(i,(function(t){return{coord:this.dataToCoord(\"ordinal\"===this.scale.type?this.scale.getRawOrdinalNumber(t):t),tickValue:t}}),this),o=e.get(\"alignWithLabel\");return tt(this,r,o,t.clamp),r},t.prototype.getMinorTicksCoords=function(){if(\"ordinal\"===this.scale.type)return[];var t=this.model.getModel(\"minorTick\"),e=t.get(\"splitNumber\");e>0&&e<100||(e=5);var n=this.scale.getMinorTicks(e),i=Object(u[\"G\"])(n,(function(t){return Object(u[\"G\"])(t,(function(t){return{coord:this.dataToCoord(t),tickValue:t}}),this)}),this);return i},t.prototype.getViewLabels=function(){return N(this).labels},t.prototype.getLabelModel=function(){return this.model.getModel(\"axisLabel\")},t.prototype.getTickModel=function(){return this.model.getModel(\"axisTick\")},t.prototype.getBandWidth=function(){var t=this._extent,e=this.scale.getExtent(),n=e[1]-e[0]+(this.onBand?1:0);0===n&&(n=1);var i=Math.abs(t[1]-t[0]);return Math.abs(i)/n},t.prototype.calculateCategoryInterval=function(){return X(this)},t}();function J(t,e){var n=t[1]-t[0],i=e,r=n/i/2;t[0]+=r,t[1]-=r}function tt(t,e,n,i){var r=e.length;if(t.onBand&&!n&&r){var o,a,s=t.getExtent();if(1===r)e[0].coord=s[0],o=e[1]={coord:s[0]};else{var l=e[r-1].tickValue-e[0].tickValue,c=(e[r-1].coord-e[0].coord)/l;Object(u[\"k\"])(e,(function(t){t.coord-=c/2}));var h=t.scale.getExtent();a=1+h[1]-e[r-1].tickValue,o={coord:e[r-1].coord+c*a},e.push(o)}var f=s[0]>s[1];d(e[0].coord,s[0])&&(i?e[0].coord=s[0]:e.shift()),i&&d(s[0],e[0].coord)&&e.unshift({coord:s[0]}),d(s[1],o.coord)&&(i?o.coord=s[1]:e.pop()),i&&d(o.coord,s[1])&&e.push({coord:s[1]})}function d(t,e){return t=Object(L[\"p\"])(t),e=Object(L[\"p\"])(e),f?t>e:t<e}}var et=$,nt=function(t){function e(e,n,i,r,o){var a=t.call(this,e,n,i)||this;return a.index=0,a.type=r||\"value\",a.position=o||\"bottom\",a}return Object(i[\"a\"])(e,t),e.prototype.isHorizontal=function(){var t=this.position;return\"top\"===t||\"bottom\"===t},e.prototype.getGlobalExtent=function(t){var e=this.getExtent();return e[0]=this.toGlobalCoord(e[0]),e[1]=this.toGlobalCoord(e[1]),t&&e[0]>e[1]&&e.reverse(),e},e.prototype.pointToData=function(t,e){return this.coordToData(this.toLocalCoord(t[\"x\"===this.dim?0:1]),e)},e.prototype.setCategorySortInfo=function(t){if(\"category\"!==this.type)return!1;this.model.option.categorySortInfo=t,this.scale.setSortInfo(t)},e}(et),it=nt,rt=n(\"0156\"),ot=n(\"944e\"),at=n(\"89e3\"),st=Math.log;function lt(t,e,n){var i=at[\"a\"].prototype,r=i.getTicks.call(n),o=i.getTicks.call(n,!0),a=r.length-1,s=i.getInterval.call(n),l=Object(j[\"f\"])(t,e),u=l.extent,c=l.fixMin,h=l.fixMax;if(\"log\"===t.type){var f=st(t.base);u=[st(u[0])/f,st(u[1])/f]}t.setExtent(u[0],u[1]),t.calcNiceExtent({splitNumber:a,fixMin:c,fixMax:h});var d=i.getExtent.call(t);c&&(u[0]=d[0]),h&&(u[1]=d[1]);var p=i.getInterval.call(t),g=u[0],v=u[1];if(c&&h)p=(v-g)/a;else if(c){v=u[0]+p*a;while(v<u[1]&&isFinite(v)&&isFinite(u[1]))p=Object(ot[\"c\"])(p),v=u[0]+p*a}else if(h){g=u[1]-p*a;while(g>u[0]&&isFinite(g)&&isFinite(u[0]))p=Object(ot[\"c\"])(p),g=u[1]-p*a}else{var y=t.getTicks().length-1;y>a&&(p=Object(ot[\"c\"])(p));var m=p*a;v=Math.ceil(u[1]/p)*p,g=Object(L[\"p\"])(v-m),g<0&&u[0]>=0?(g=0,v=Object(L[\"p\"])(m)):v>0&&u[1]<=0&&(v=0,g=-Object(L[\"p\"])(m))}var b=(r[0].value-o[0].value)/s,_=(r[a].value-o[a].value)/s;i.setExtent.call(t,g+p*b,v+p*_),i.setInterval.call(t,p),(b||_)&&i.setNiceExtent.call(t,g+p,v-p)}var ut=function(){function t(t,e,n){this.type=\"grid\",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=I,this._initCartesian(t,e,n),this.model=t}return t.prototype.getRect=function(){return this._rect},t.prototype.update=function(t,e){var n=this._axesMap;function i(t){var e,n=Object(u[\"E\"])(t),i=n.length;if(i){for(var r=[],o=i-1;o>=0;o--){var a=+n[o],s=t[a],l=s.model,c=s.scale;Object(ot[\"e\"])(c)&&l.get(\"alignTicks\")&&null==l.get(\"interval\")?r.push(s):(Object(j[\"i\"])(c,l),Object(ot[\"e\"])(c)&&(e=s))}r.length&&(e||(e=r.pop(),Object(j[\"i\"])(e.scale,e.model)),Object(u[\"k\"])(r,(function(t){lt(t.scale,t.model,e.scale)})))}}this._updateScale(t,this.model),i(n.x),i(n.y);var r={};Object(u[\"k\"])(n.x,(function(t){ht(n,\"y\",t,r)})),Object(u[\"k\"])(n.y,(function(t){ht(n,\"x\",t,r)})),this.resize(this.model,e)},t.prototype.resize=function(t,e,n){var i=t.getBoxLayoutParams(),r=!n&&t.get(\"containLabel\"),o=Object(b[\"c\"])(i,{width:e.getWidth(),height:e.getHeight()});this._rect=o;var a=this._axesList;function s(){Object(u[\"k\"])(a,(function(t){var e=t.isHorizontal(),n=e?[0,o.width]:[0,o.height],i=t.inverse?1:0;t.setExtent(n[i],n[1-i]),dt(t,e?o.x:o.y)}))}s(),r&&(Object(u[\"k\"])(a,(function(t){if(!t.model.get([\"axisLabel\",\"inside\"])){var e=Object(j[\"b\"])(t);if(e){var n=t.isHorizontal()?\"height\":\"width\",i=t.model.get([\"axisLabel\",\"margin\"]);o[n]-=e[n]+i,\"top\"===t.position?o.y+=e.height+i:\"left\"===t.position&&(o.x+=e.width+i)}}})),s()),Object(u[\"k\"])(this._coordsList,(function(t){t.calcAffineTransform()}))},t.prototype.getAxis=function(t,e){var n=this._axesMap[t];if(null!=n)return n[e||0]},t.prototype.getAxes=function(){return this._axesList.slice()},t.prototype.getCartesian=function(t,e){if(null!=t&&null!=e){var n=\"x\"+t+\"y\"+e;return this._coordsMap[n]}Object(u[\"z\"])(t)&&(e=t.yAxisIndex,t=t.xAxisIndex);for(var i=0,r=this._coordsList;i<r.length;i++)if(r[i].getAxis(\"x\").index===t||r[i].getAxis(\"y\").index===e)return r[i]},t.prototype.getCartesians=function(){return this._coordsList.slice()},t.prototype.convertToPixel=function(t,e,n){var i=this._findConvertTarget(e);return i.cartesian?i.cartesian.dataToPoint(n):i.axis?i.axis.toGlobalCoord(i.axis.dataToCoord(n)):null},t.prototype.convertFromPixel=function(t,e,n){var i=this._findConvertTarget(e);return i.cartesian?i.cartesian.pointToData(n):i.axis?i.axis.coordToData(i.axis.toLocalCoord(n)):null},t.prototype._findConvertTarget=function(t){var e,n,i=t.seriesModel,r=t.xAxisModel||i&&i.getReferringComponents(\"xAxis\",h[\"a\"]).models[0],o=t.yAxisModel||i&&i.getReferringComponents(\"yAxis\",h[\"a\"]).models[0],a=t.gridModel,s=this._coordsList;if(i)e=i.coordinateSystem,Object(u[\"q\"])(s,e)<0&&(e=null);else if(r&&o)e=this.getCartesian(r.componentIndex,o.componentIndex);else if(r)n=this.getAxis(\"x\",r.componentIndex);else if(o)n=this.getAxis(\"y\",o.componentIndex);else if(a){var l=a.coordinateSystem;l===this&&(e=this._coordsList[0])}return{cartesian:e,axis:n}},t.prototype.containPoint=function(t){var e=this._coordsList[0];if(e)return e.containPoint(t)},t.prototype._initCartesian=function(t,e,n){var i=this,r=this,o={left:!1,right:!1,top:!1,bottom:!1},a={x:{},y:{}},s={x:0,y:0};if(e.eachComponent(\"xAxis\",l(\"x\"),this),e.eachComponent(\"yAxis\",l(\"y\"),this),!s.x||!s.y)return this._axesMap={},void(this._axesList=[]);function l(e){return function(n,i){if(ct(n,t)){var l=n.get(\"position\");\"x\"===e?\"top\"!==l&&\"bottom\"!==l&&(l=o.bottom?\"top\":\"bottom\"):\"left\"!==l&&\"right\"!==l&&(l=o.left?\"right\":\"left\"),o[l]=!0;var u=new it(e,Object(j[\"a\"])(n),[0,0],n.get(\"type\"),l),c=\"category\"===u.type;u.onBand=c&&n.get(\"boundaryGap\"),u.inverse=n.get(\"inverse\"),n.axis=u,u.model=n,u.grid=r,u.index=i,r._axesList.push(u),a[e][i]=u,s[e]++}}}this._axesMap=a,Object(u[\"k\"])(a.x,(function(e,n){Object(u[\"k\"])(a.y,(function(r,o){var a=\"x\"+n+\"y\"+o,s=new P(a);s.master=i,s.model=t,i._coordsMap[a]=s,i._coordsList.push(s),s.addAxis(e),s.addAxis(r)}))}))},t.prototype._updateScale=function(t,e){function n(t,e){Object(u[\"k\"])(Object(j[\"d\"])(t,e.dim),(function(n){e.scale.unionExtentFromData(t,n)}))}Object(u[\"k\"])(this._axesList,(function(t){if(t.scale.setExtent(1/0,-1/0),\"category\"===t.type){var e=t.model.get(\"categorySortInfo\");t.scale.setSortInfo(e)}})),t.eachSeries((function(t){if(Object(rt[\"b\"])(t)){var i=Object(rt[\"a\"])(t),r=i.xAxisModel,o=i.yAxisModel;if(!ct(r,e)||!ct(o,e))return;var a=this.getCartesian(r.componentIndex,o.componentIndex),s=t.getData(),l=a.getAxis(\"x\"),u=a.getAxis(\"y\");n(s,l),n(s,u)}}),this)},t.prototype.getTooltipAxes=function(t){var e=[],n=[];return Object(u[\"k\"])(this.getCartesians(),(function(i){var r=null!=t&&\"auto\"!==t?i.getAxis(t):i.getBaseAxis(),o=i.getOtherAxis(r);Object(u[\"q\"])(e,r)<0&&e.push(r),Object(u[\"q\"])(n,o)<0&&n.push(o)})),{baseAxes:e,otherAxes:n}},t.create=function(e,n){var i=[];return e.eachComponent(\"grid\",(function(r,o){var a=new t(r,e,n);a.name=\"grid_\"+o,a.resize(r,n,!0),r.coordinateSystem=a,i.push(a)})),e.eachSeries((function(t){if(Object(rt[\"b\"])(t)){var e=Object(rt[\"a\"])(t),n=e.xAxisModel,i=e.yAxisModel,r=n.getCoordSysModel();0;var o=r.coordinateSystem;t.coordinateSystem=o.getCartesian(n.componentIndex,i.componentIndex)}})),i},t.dimensions=I,t}();function ct(t,e){return t.getCoordSysModel()===e}function ht(t,e,n,i){n.getAxesOnZeroOf=function(){return r?[r]:[]};var r,o=t[e],a=n.model,s=a.get([\"axisLine\",\"onZero\"]),l=a.get([\"axisLine\",\"onZeroAxisIndex\"]);if(s){if(null!=l)ft(o[l])&&(r=o[l]);else for(var u in o)if(o.hasOwnProperty(u)&&ft(o[u])&&!i[c(o[u])]){r=o[u];break}r&&(i[c(r)]=!0)}function c(t){return t.dim+\"_\"+t.index}}function ft(t){return t&&\"category\"!==t.type&&\"time\"!==t.type&&Object(j[\"g\"])(t)}function dt(t,e){var n=t.getExtent(),i=n[0]+n[1];t.toGlobalCoord=\"x\"===t.dim?function(t){return t+e}:function(t){return i-t+e},t.toLocalCoord=\"x\"===t.dim?function(t){return t-e}:function(t){return i-t+e}}var pt=ut,gt=n(\"2dc5\"),vt=n(\"2306\"),yt=n(\"cb11\"),mt=n(\"fab2\"),bt=n(\"6679\"),_t=Object(h[\"l\"])();function xt(t,e,n,i){var r=n.axis;if(!r.scale.isBlank()){var o=n.getModel(\"splitArea\"),a=o.getModel(\"areaStyle\"),s=a.get(\"color\"),c=i.coordinateSystem.getRect(),h=r.getTicksCoords({tickModel:o,clamp:!0});if(h.length){var f=s.length,d=_t(t).splitAreaColors,p=u[\"f\"](),g=0;if(d)for(var v=0;v<h.length;v++){var y=d.get(h[v].tickValue);if(null!=y){g=(y+(f-1)*v)%f;break}}var m=r.toGlobalCoord(h[0].coord),b=a.getAreaStyle();s=u[\"s\"](s)?s:[s];for(v=1;v<h.length;v++){var _=r.toGlobalCoord(h[v].coord),x=void 0,O=void 0,w=void 0,j=void 0;r.isHorizontal()?(x=m,O=c.y,w=_-x,j=c.height,m=x+w):(x=c.x,O=m,w=c.width,j=_-O,m=O+j);var S=h[v-1].tickValue;null!=S&&p.set(S,g),e.add(new l[\"a\"]({anid:null!=S?\"area_\"+S:null,shape:{x:x,y:O,width:w,height:j},style:u[\"i\"]({fill:s[g]},b),autoBatch:!0,silent:!0})),g=(g+1)%f}_t(t).splitAreaColors=p}}}function Ot(t){_t(t).splitAreaColors=null}var wt=[\"axisLine\",\"axisTickLabel\",\"axisName\"],jt=[\"splitArea\",\"splitLine\",\"minorSplitLine\"],St=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass=\"CartesianAxisPointer\",n}return Object(i[\"a\"])(e,t),e.prototype.render=function(e,n,i,r){this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new gt[\"a\"],this.group.add(this._axisGroup),e.get(\"show\")){var a=e.getCoordSysModel(),s=rt[\"c\"](a,e),l=new mt[\"a\"](e,u[\"m\"]({handleAutoShown:function(t){for(var n=a.coordinateSystem.getCartesians(),i=0;i<n.length;i++)if(Object(ot[\"e\"])(n[i].getOtherAxis(e.axis).scale))return!0;return!1}},s));u[\"k\"](wt,l.add,l),this._axisGroup.add(l.getGroup()),u[\"k\"](jt,(function(t){e.get([t,\"show\"])&&Mt[t](this,this._axisGroup,e,a)}),this);var c=r&&\"changeAxisOrder\"===r.type&&r.isInitSort;c||vt[\"groupTransition\"](o,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r)}},e.prototype.remove=function(){Ot(this)},e.type=\"cartesianAxis\",e}(bt[\"a\"]),Mt={splitLine:function(t,e,n,i){var r=n.axis;if(!r.scale.isBlank()){var o=n.getModel(\"splitLine\"),a=o.getModel(\"lineStyle\"),s=a.get(\"color\");s=u[\"s\"](s)?s:[s];for(var l=i.coordinateSystem.getRect(),c=r.isHorizontal(),h=0,f=r.getTicksCoords({tickModel:o}),d=[],p=[],g=a.getLineStyle(),v=0;v<f.length;v++){var y=r.toGlobalCoord(f[v].coord);c?(d[0]=y,d[1]=l.y,p[0]=y,p[1]=l.y+l.height):(d[0]=l.x,d[1]=y,p[0]=l.x+l.width,p[1]=y);var m=h++%s.length,b=f[v].tickValue,_=new yt[\"a\"]({anid:null!=b?\"line_\"+f[v].tickValue:null,autoBatch:!0,shape:{x1:d[0],y1:d[1],x2:p[0],y2:p[1]},style:u[\"i\"]({stroke:s[m]},g),silent:!0});vt[\"subPixelOptimizeLine\"](_.shape,g.lineWidth),e.add(_)}}},minorSplitLine:function(t,e,n,i){var r=n.axis,o=n.getModel(\"minorSplitLine\"),a=o.getModel(\"lineStyle\"),s=i.coordinateSystem.getRect(),l=r.isHorizontal(),u=r.getMinorTicksCoords();if(u.length)for(var c=[],h=[],f=a.getLineStyle(),d=0;d<u.length;d++)for(var p=0;p<u[d].length;p++){var g=r.toGlobalCoord(u[d][p].coord);l?(c[0]=g,c[1]=s.y,h[0]=g,h[1]=s.y+s.height):(c[0]=s.x,c[1]=g,h[0]=s.x+s.width,h[1]=g);var v=new yt[\"a\"]({anid:\"minor_line_\"+u[d][p].tickValue,autoBatch:!0,shape:{x1:c[0],y1:c[1],x2:h[0],y2:h[1]},style:f,silent:!0});vt[\"subPixelOptimizeLine\"](v.shape,f.lineWidth),e.add(v)}},splitArea:function(t,e,n,i){xt(t,e,n,i)}},kt=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return Object(i[\"a\"])(e,t),e.type=\"xAxis\",e}(St),Tt=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=kt.type,e}return Object(i[\"a\"])(e,t),e.type=\"yAxis\",e}(St),Ct=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=\"grid\",e}return Object(i[\"a\"])(e,t),e.prototype.render=function(t,e){this.group.removeAll(),t.get(\"show\")&&this.group.add(new l[\"a\"]({shape:t.coordinateSystem.getRect(),style:Object(u[\"i\"])({fill:t.get(\"backgroundColor\")},t.getItemStyle()),silent:!0,z2:-1}))},e.type=\"grid\",e}(r[\"a\"]),It={offset:0};function Dt(t){t.registerComponentView(Ct),t.registerComponentModel(s),t.registerCoordinateSystem(\"cartesian2d\",pt),O(t,\"x\",f,It),O(t,\"y\",f,It),t.registerComponentView(kt),t.registerComponentView(Tt),t.registerPreprocessor((function(t){t.xAxis&&t.yAxis&&!t.grid&&(t.grid={})}))}var At=n(\"af5c\"),Pt=n(\"22b4\");function Lt(t){Object(Pt[\"a\"])(Dt),Object(Pt[\"a\"])(At[\"a\"])}},\"4bc4\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return i})),n.d(e,\"c\",(function(){return r})),n.d(e,\"b\",(function(){return o}));var i=1,r=2,o=4},\"4f85\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return _}));var i=n(\"9ab4\"),r=n(\"6d8b\"),o=n(\"22d1\"),a=n(\"e0d3\"),s=n(\"6cb7\"),l=n(\"4041\"),u=n(\"38a2\"),c=n(\"f934\"),h=n(\"9fbc\"),f=n(\"625e\"),d=n(\"f72b\"),p=n(\"217c\"),g=n(\"2b17\");function v(t){var e,n,i,o,s=t.series,l=t.dataIndex,u=t.multipleSeries,c=s.getData(),h=c.mapDimensionsAll(\"defaultedTooltip\"),f=h.length,d=s.getRawValue(l),v=Object(r[\"s\"])(d),m=Object(p[\"e\"])(s,l);if(f>1||v&&!f){var b=y(d,s,l,h,m);e=b.inlineValues,n=b.inlineValueTypes,i=b.blocks,o=b.inlineValues[0]}else if(f){var _=c.getDimensionInfo(h[0]);o=e=Object(g[\"e\"])(c,l,h[0]),n=_.type}else o=e=v?d[0]:d;var x=Object(a[\"k\"])(s),O=x&&s.name||\"\",w=c.getName(l),j=u?O:w;return Object(p[\"c\"])(\"section\",{header:O,noHeader:u||!x,sortParam:o,blocks:[Object(p[\"c\"])(\"nameValue\",{markerType:\"item\",markerColor:m,name:j,noName:!Object(r[\"R\"])(j),value:e,valueType:n})].concat(i||[])})}function y(t,e,n,i,o){var a=e.getData(),s=Object(r[\"L\"])(t,(function(t,e,n){var i=a.getDimensionInfo(n);return t||i&&!1!==i.tooltip&&null!=i.displayName}),!1),l=[],u=[],c=[];function h(t,e){var n=a.getDimensionInfo(e);n&&!1!==n.otherDims.tooltip&&(s?c.push(Object(p[\"c\"])(\"nameValue\",{markerType:\"subItem\",markerColor:o,name:n.displayName,value:t,valueType:n.type})):(l.push(t),u.push(n.type)))}return i.length?Object(r[\"k\"])(i,(function(t){h(Object(g[\"e\"])(a,n,t),t)})):Object(r[\"k\"])(t,h),{inlineValues:l,inlineValueTypes:u,blocks:c}}var m=a[\"l\"]();function b(t,e){return t.getName(e)||t.getId(e)}var _=\"__universalTransitionEnabled\",x=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}return Object(i[\"a\"])(e,t),e.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=Object(h[\"a\"])({count:j,reset:S}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n);var i=m(this).sourceManager=new d[\"a\"](this);i.prepareSource();var r=this.getInitialData(t,n);k(r,this),this.dataTask.context.data=r,m(this).dataBeforeProcessed=r,O(this),this._initSelectedMapFromData(r)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=Object(c[\"a\"])(this),i=n?Object(c[\"b\"])(t):{},o=this.subType;s[\"a\"].hasClass(o)&&(o+=\"Series\"),r[\"H\"](t,e.getTheme().get(this.subType)),r[\"H\"](t,this.getDefaultOption()),a[\"d\"](t,\"label\",[\"show\"]),this.fillDataTextStyle(t.data),n&&Object(c[\"d\"])(t,i,n)},e.prototype.mergeOption=function(t,e){t=r[\"H\"](this.option,t,!0),this.fillDataTextStyle(t.data);var n=Object(c[\"a\"])(this);n&&Object(c[\"d\"])(this.option,t,n);var i=m(this).sourceManager;i.dirty(),i.prepareSource();var o=this.getInitialData(t,e);k(o,this),this.dataTask.dirty(),this.dataTask.context.data=o,m(this).dataBeforeProcessed=o,O(this),this._initSelectedMapFromData(o)},e.prototype.fillDataTextStyle=function(t){if(t&&!r[\"D\"](t))for(var e=[\"show\"],n=0;n<t.length;n++)t[n]&&t[n].label&&a[\"d\"](t[n],\"label\",e)},e.prototype.getInitialData=function(t,e){},e.prototype.appendData=function(t){var e=this.getRawData();e.appendData(t.data)},e.prototype.getData=function(t){var e=C(this);if(e){var n=e.context.data;return null==t?n:n.getLinkedData(t)}return m(this).data},e.prototype.getAllData=function(){var t=this.getData();return t&&t.getLinkedDataAll?t.getLinkedDataAll():[{data:t}]},e.prototype.setData=function(t){var e=C(this);if(e){var n=e.context;n.outputData=t,e!==this.dataTask&&(n.data=t)}m(this).data=t},e.prototype.getEncode=function(){var t=this.get(\"encode\",!0);if(t)return r[\"f\"](t)},e.prototype.getSourceManager=function(){return m(this).sourceManager},e.prototype.getSource=function(){return this.getSourceManager().getSource()},e.prototype.getRawData=function(){return m(this).dataBeforeProcessed},e.prototype.getColorBy=function(){var t=this.get(\"colorBy\");return t||\"series\"},e.prototype.isColorBySeries=function(){return\"series\"===this.getColorBy()},e.prototype.getBaseAxis=function(){var t=this.coordinateSystem;return t&&t.getBaseAxis&&t.getBaseAxis()},e.prototype.formatTooltip=function(t,e,n){return v({series:this,dataIndex:t,multipleSeries:e})},e.prototype.isAnimationEnabled=function(){var t=this.ecModel;if(o[\"a\"].node&&(!t||!t.ssr))return!1;var e=this.getShallow(\"animation\");return e&&this.getData().count()>this.getShallow(\"animationThreshold\")&&(e=!1),!!e},e.prototype.restoreData=function(){this.dataTask.dirty()},e.prototype.getColorFromPalette=function(t,e,n){var i=this.ecModel,r=l[\"a\"].prototype.getColorFromPalette.call(this,t,e,n);return r||(r=i.getColorFromPalette(t,e,n)),r},e.prototype.coordDimToDataDim=function(t){return this.getRawData().mapDimensionsAll(t)},e.prototype.getProgressive=function(){return this.get(\"progressive\")},e.prototype.getProgressiveThreshold=function(){return this.get(\"progressiveThreshold\")},e.prototype.select=function(t,e){this._innerSelect(this.getData(e),t)},e.prototype.unselect=function(t,e){var n=this.option.selectedMap;if(n){var i=this.option.selectedMode,r=this.getData(e);if(\"series\"===i||\"all\"===n)return this.option.selectedMap={},void(this._selectedDataIndicesMap={});for(var o=0;o<t.length;o++){var a=t[o],s=b(r,a);n[s]=!1,this._selectedDataIndicesMap[s]=-1}}},e.prototype.toggleSelect=function(t,e){for(var n=[],i=0;i<t.length;i++)n[0]=t[i],this.isSelected(t[i],e)?this.unselect(n,e):this.select(n,e)},e.prototype.getSelectedDataIndices=function(){if(\"all\"===this.option.selectedMap)return[].slice.call(this.getData().getIndices());for(var t=this._selectedDataIndicesMap,e=r[\"E\"](t),n=[],i=0;i<e.length;i++){var o=t[e[i]];o>=0&&n.push(o)}return n},e.prototype.isSelected=function(t,e){var n=this.option.selectedMap;if(!n)return!1;var i=this.getData(e);return(\"all\"===n||n[b(i,t)])&&!i.getItemModel(t).get([\"select\",\"disabled\"])},e.prototype.isUniversalTransitionEnabled=function(){if(this[_])return!0;var t=this.option.universalTransition;return!!t&&(!0===t||t&&t.enabled)},e.prototype._innerSelect=function(t,e){var n,i,o=this.option,a=o.selectedMode,s=e.length;if(a&&s)if(\"series\"===a)o.selectedMap=\"all\";else if(\"multiple\"===a){r[\"z\"](o.selectedMap)||(o.selectedMap={});for(var l=o.selectedMap,u=0;u<s;u++){var c=e[u],h=b(t,c);l[h]=!0,this._selectedDataIndicesMap[h]=t.getRawIndex(c)}}else if(\"single\"===a||!0===a){var f=e[s-1];h=b(t,f);o.selectedMap=(n={},n[h]=!0,n),this._selectedDataIndicesMap=(i={},i[h]=t.getRawIndex(f),i)}},e.prototype._initSelectedMapFromData=function(t){if(!this.option.selectedMap){var e=[];t.hasItemOption&&t.each((function(n){var i=t.getRawDataItem(n);i&&i.selected&&e.push(n)})),e.length>0&&this._innerSelect(t,e)}},e.registerClass=function(t){return s[\"a\"].registerClass(t)},e.protoInitialize=function(){var t=e.prototype;t.type=\"series.__base__\",t.seriesIndex=0,t.ignoreStyleOnData=!1,t.hasSymbolVisual=!1,t.defaultSymbol=\"circle\",t.visualStyleAccessPath=\"itemStyle\",t.visualDrawType=\"fill\"}(),e}(s[\"a\"]);function O(t){var e=t.name;a[\"k\"](t)||(t.name=w(t)||e)}function w(t){var e=t.getRawData(),n=e.mapDimensionsAll(\"seriesName\"),i=[];return r[\"k\"](n,(function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)})),i.join(\" \")}function j(t){return t.model.getRawData().count()}function S(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),M}function M(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function k(t,e){r[\"k\"](r[\"e\"](t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),(function(n){t.wrapMethod(n,r[\"h\"](T,e))}))}function T(t,e){var n=C(t);return n&&n.setOutputEnd((e||this).count()),e}function C(t){var e=(t.ecModel||{}).scheduler,n=e&&e.getPipeline(t.uid);if(n){var i=n.currentTask;if(i){var r=i.agentStubMap;r&&(i=r.get(t.uid))}return i}}r[\"I\"](x,u[\"a\"]),r[\"I\"](x,l[\"a\"]),Object(f[\"e\"])(x,s[\"a\"]);e[\"b\"]=x},\"4fac\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return o}));var i=n(\"401b\");function r(t,e,n,r){var o,a,s,l,u=[],c=[],h=[],f=[];if(r){s=[1/0,1/0],l=[-1/0,-1/0];for(var d=0,p=t.length;d<p;d++)Object(i[\"j\"])(s,s,t[d]),Object(i[\"i\"])(l,l,t[d]);Object(i[\"j\"])(s,s,r[0]),Object(i[\"i\"])(l,l,r[1])}for(d=0,p=t.length;d<p;d++){var g=t[d];if(n)o=t[d?d-1:p-1],a=t[(d+1)%p];else{if(0===d||d===p-1){u.push(Object(i[\"c\"])(t[d]));continue}o=t[d-1],a=t[d+1]}Object(i[\"m\"])(c,a,o),Object(i[\"l\"])(c,c,e);var v=Object(i[\"g\"])(g,o),y=Object(i[\"g\"])(g,a),m=v+y;0!==m&&(v/=m,y/=m),Object(i[\"l\"])(h,c,-v),Object(i[\"l\"])(f,c,y);var b=Object(i[\"a\"])([],g,h),_=Object(i[\"a\"])([],g,f);r&&(Object(i[\"i\"])(b,b,s),Object(i[\"j\"])(b,b,l),Object(i[\"i\"])(_,_,s),Object(i[\"j\"])(_,_,l)),u.push(b),u.push(_)}return n&&u.push(u.shift()),u}function o(t,e,n){var i=e.smooth,o=e.points;if(o&&o.length>=2){if(i){var a=r(o,i,n,e.smoothConstraint);t.moveTo(o[0][0],o[0][1]);for(var s=o.length,l=0;l<(n?s:s-1);l++){var u=a[2*l],c=a[2*l+1],h=o[(l+1)%s];t.bezierCurveTo(u[0],u[1],c[0],c[1],h[0],h[1])}}else{t.moveTo(o[0][0],o[0][1]);l=1;for(var f=o.length;l<f;l++)t.lineTo(o[l][0],o[l][1])}n&&t.closePath()}}},5210:function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return x})),n.d(e,\"b\",(function(){return F})),n.d(e,\"a\",(function(){return H}));var i=n(\"19eb\"),r=n(\"20c8\"),o=n(\"5e76\"),a=n(\"3437\"),s=n(\"cbe5\"),l=n(\"0da8\"),u=n(\"dd4f\"),c=n(\"6d8b\");function h(t,e){return t&&\"solid\"!==t&&e>0?\"dashed\"===t?[4*e,2*e]:\"dotted\"===t?[e]:Object(c[\"y\"])(t)?[t]:Object(c[\"s\"])(t)?t:null:null}function f(t){var e=t.style,n=e.lineDash&&e.lineWidth>0&&h(e.lineDash,e.lineWidth),i=e.lineDashOffset;if(n){var r=e.strokeNoScale&&t.getLineScale?t.getLineScale():1;r&&1!==r&&(n=Object(c[\"G\"])(n,(function(t){return t/r})),i/=r)}return[n,i]}var d=n(\"4bc4\"),p=n(\"726e\"),g=new r[\"a\"](!0);function v(t){var e=t.stroke;return!(null==e||\"none\"===e||!(t.lineWidth>0))}function y(t){return\"string\"===typeof t&&\"none\"!==t}function m(t){var e=t.fill;return null!=e&&\"none\"!==e}function b(t,e){if(null!=e.fillOpacity&&1!==e.fillOpacity){var n=t.globalAlpha;t.globalAlpha=e.fillOpacity*e.opacity,t.fill(),t.globalAlpha=n}else t.fill()}function _(t,e){if(null!=e.strokeOpacity&&1!==e.strokeOpacity){var n=t.globalAlpha;t.globalAlpha=e.strokeOpacity*e.opacity,t.stroke(),t.globalAlpha=n}else t.stroke()}function x(t,e,n){var i=Object(o[\"a\"])(e.image,e.__image,n);if(Object(o[\"c\"])(i)){var r=t.createPattern(i,e.repeat||\"repeat\");if(\"function\"===typeof DOMMatrix&&r&&r.setTransform){var a=new DOMMatrix;a.translateSelf(e.x||0,e.y||0),a.rotateSelf(0,0,(e.rotation||0)*c[\"a\"]),a.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(a)}return r}}function O(t,e,n,i){var r,o=v(n),s=m(n),l=n.strokePercent,u=l<1,c=!e.path;e.silent&&!u||!c||e.createPathProxy();var h=e.path||g,p=e.__dirty;if(!i){var y=n.fill,O=n.stroke,w=s&&!!y.colorStops,j=o&&!!O.colorStops,S=s&&!!y.image,M=o&&!!O.image,k=void 0,T=void 0,C=void 0,I=void 0,D=void 0;(w||j)&&(D=e.getBoundingRect()),w&&(k=p?Object(a[\"a\"])(t,y,D):e.__canvasFillGradient,e.__canvasFillGradient=k),j&&(T=p?Object(a[\"a\"])(t,O,D):e.__canvasStrokeGradient,e.__canvasStrokeGradient=T),S&&(C=p||!e.__canvasFillPattern?x(t,y,e):e.__canvasFillPattern,e.__canvasFillPattern=C),M&&(I=p||!e.__canvasStrokePattern?x(t,O,e):e.__canvasStrokePattern,e.__canvasStrokePattern=C),w?t.fillStyle=k:S&&(C?t.fillStyle=C:s=!1),j?t.strokeStyle=T:M&&(I?t.strokeStyle=I:o=!1)}var A,P,L=e.getGlobalScale();h.setScale(L[0],L[1],e.segmentIgnoreThreshold),t.setLineDash&&n.lineDash&&(r=f(e),A=r[0],P=r[1]);var R=!0;(c||p&d[\"b\"])&&(h.setDPR(t.dpr),u?h.setContext(null):(h.setContext(t),R=!1),h.reset(),e.buildPath(h,e.shape,i),h.toStatic(),e.pathUpdated()),R&&h.rebuildPath(t,u?l:1),A&&(t.setLineDash(A),t.lineDashOffset=P),i||(n.strokeFirst?(o&&_(t,n),s&&b(t,n)):(s&&b(t,n),o&&_(t,n))),A&&t.setLineDash([])}function w(t,e,n){var i=e.__image=Object(o[\"a\"])(n.image,e.__image,e,e.onload);if(i&&Object(o[\"c\"])(i)){var r=n.x||0,a=n.y||0,s=e.getWidth(),l=e.getHeight(),u=i.width/i.height;if(null==s&&null!=l?s=l*u:null==l&&null!=s?l=s/u:null==s&&null==l&&(s=i.width,l=i.height),n.sWidth&&n.sHeight){var c=n.sx||0,h=n.sy||0;t.drawImage(i,c,h,n.sWidth,n.sHeight,r,a,s,l)}else if(n.sx&&n.sy){c=n.sx,h=n.sy;var f=s-c,d=l-h;t.drawImage(i,c,h,f,d,r,a,s,l)}else t.drawImage(i,r,a,s,l)}}function j(t,e,n){var i,r=n.text;if(null!=r&&(r+=\"\"),r){t.font=n.font||p[\"a\"],t.textAlign=n.textAlign,t.textBaseline=n.textBaseline;var o=void 0,a=void 0;t.setLineDash&&n.lineDash&&(i=f(e),o=i[0],a=i[1]),o&&(t.setLineDash(o),t.lineDashOffset=a),n.strokeFirst?(v(n)&&t.strokeText(r,n.x,n.y),m(n)&&t.fillText(r,n.x,n.y)):(m(n)&&t.fillText(r,n.x,n.y),v(n)&&t.strokeText(r,n.x,n.y)),o&&t.setLineDash([])}}var S=[\"shadowBlur\",\"shadowOffsetX\",\"shadowOffsetY\"],M=[[\"lineCap\",\"butt\"],[\"lineJoin\",\"miter\"],[\"miterLimit\",10]];function k(t,e,n,r,o){var a=!1;if(!r&&(n=n||{},e===n))return!1;if(r||e.opacity!==n.opacity){B(t,o),a=!0;var s=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(s)?i[\"b\"].opacity:s}(r||e.blend!==n.blend)&&(a||(B(t,o),a=!0),t.globalCompositeOperation=e.blend||i[\"b\"].blend);for(var l=0;l<S.length;l++){var u=S[l];(r||e[u]!==n[u])&&(a||(B(t,o),a=!0),t[u]=t.dpr*(e[u]||0))}return(r||e.shadowColor!==n.shadowColor)&&(a||(B(t,o),a=!0),t.shadowColor=e.shadowColor||i[\"b\"].shadowColor),a}function T(t,e,n,i,r){var o=E(e,r.inHover),a=i?null:n&&E(n,r.inHover)||{};if(o===a)return!1;var s=k(t,o,a,i,r);if((i||o.fill!==a.fill)&&(s||(B(t,r),s=!0),y(o.fill)&&(t.fillStyle=o.fill)),(i||o.stroke!==a.stroke)&&(s||(B(t,r),s=!0),y(o.stroke)&&(t.strokeStyle=o.stroke)),(i||o.opacity!==a.opacity)&&(s||(B(t,r),s=!0),t.globalAlpha=null==o.opacity?1:o.opacity),e.hasStroke()){var l=o.lineWidth,u=l/(o.strokeNoScale&&e.getLineScale?e.getLineScale():1);t.lineWidth!==u&&(s||(B(t,r),s=!0),t.lineWidth=u)}for(var c=0;c<M.length;c++){var h=M[c],f=h[0];(i||o[f]!==a[f])&&(s||(B(t,r),s=!0),t[f]=o[f]||h[1])}return s}function C(t,e,n,i,r){return k(t,E(e,r.inHover),n&&E(n,r.inHover),i,r)}function I(t,e){var n=e.transform,i=t.dpr||1;n?t.setTransform(i*n[0],i*n[1],i*n[2],i*n[3],i*n[4],i*n[5]):t.setTransform(i,0,0,i,0,0)}function D(t,e,n){for(var i=!1,r=0;r<t.length;r++){var o=t[r];i=i||o.isZeroArea(),I(e,o),e.beginPath(),o.buildPath(e,o.shape),e.clip()}n.allClipped=i}function A(t,e){return t&&e?t[0]!==e[0]||t[1]!==e[1]||t[2]!==e[2]||t[3]!==e[3]||t[4]!==e[4]||t[5]!==e[5]:!(!t&&!e)}var P=1,L=2,R=3,z=4;function N(t){var e=m(t),n=v(t);return!(t.lineDash||!(+e^+n)||e&&\"string\"!==typeof t.fill||n&&\"string\"!==typeof t.stroke||t.strokePercent<1||t.strokeOpacity<1||t.fillOpacity<1)}function B(t,e){e.batchFill&&t.fill(),e.batchStroke&&t.stroke(),e.batchFill=\"\",e.batchStroke=\"\"}function E(t,e){return e&&t.__hoverStyle||t.style}function F(t,e){H(t,e,{inHover:!1,viewWidth:0,viewHeight:0},!0)}function H(t,e,n,i){var r=e.transform;if(!e.shouldBePainted(n.viewWidth,n.viewHeight,!1,!1))return e.__dirty&=~d[\"a\"],void(e.__isRendered=!1);var o=e.__clipPaths,c=n.prevElClipPaths,h=!1,f=!1;if(c&&!Object(a[\"c\"])(o,c)||(c&&c.length&&(B(t,n),t.restore(),f=h=!0,n.prevElClipPaths=null,n.allClipped=!1,n.prevEl=null),o&&o.length&&(B(t,n),t.save(),D(o,t,n),h=!0),n.prevElClipPaths=o),n.allClipped)e.__isRendered=!1;else{e.beforeBrush&&e.beforeBrush(),e.innerBeforeBrush();var p=n.prevEl;p||(f=h=!0);var g=e instanceof s[\"b\"]&&e.autoBatch&&N(e.style);h||A(r,p.transform)?(B(t,n),I(t,e)):g||B(t,n);var v=E(e,n.inHover);e instanceof s[\"b\"]?(n.lastDrawType!==P&&(f=!0,n.lastDrawType=P),T(t,e,p,f,n),g&&(n.batchFill||n.batchStroke)||t.beginPath(),O(t,e,v,g),g&&(n.batchFill=v.fill||\"\",n.batchStroke=v.stroke||\"\")):e instanceof u[\"a\"]?(n.lastDrawType!==R&&(f=!0,n.lastDrawType=R),T(t,e,p,f,n),j(t,e,v)):e instanceof l[\"a\"]?(n.lastDrawType!==L&&(f=!0,n.lastDrawType=L),C(t,e,p,f,n),w(t,e,v)):e.getTemporalDisplayables&&(n.lastDrawType!==z&&(f=!0,n.lastDrawType=z),V(t,e,n)),g&&i&&B(t,n),e.innerAfterBrush(),e.afterBrush&&e.afterBrush(),n.prevEl=e,e.__dirty=0,e.__isRendered=!0}}function V(t,e,n){var i=e.getDisplayables(),r=e.getTemporalDisplayables();t.save();var o,a,s={prevElClipPaths:null,prevEl:null,allClipped:!1,viewWidth:n.viewWidth,viewHeight:n.viewHeight,inHover:n.inHover};for(o=e.getCursor(),a=i.length;o<a;o++){var l=i[o];l.beforeBrush&&l.beforeBrush(),l.innerBeforeBrush(),H(t,l,s,o===a-1),l.innerAfterBrush(),l.afterBrush&&l.afterBrush(),s.prevEl=l}for(var u=0,c=r.length;u<c;u++){l=r[u];l.beforeBrush&&l.beforeBrush(),l.innerBeforeBrush(),H(t,l,s,u===c-1),l.innerAfterBrush(),l.afterBrush&&l.afterBrush(),s.prevEl=l}e.clearTemporalDisplayables(),e.notClear=!0,t.restore()}},\"551f\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return r})),n.d(e,\"b\",(function(){return a}));var i=n(\"282b\"),r=[[\"fill\",\"color\"],[\"stroke\",\"borderColor\"],[\"lineWidth\",\"borderWidth\"],[\"opacity\"],[\"shadowBlur\"],[\"shadowOffsetX\"],[\"shadowOffsetY\"],[\"shadowColor\"],[\"lineDash\",\"borderType\"],[\"lineDashOffset\",\"borderDashOffset\"],[\"lineCap\",\"borderCap\"],[\"lineJoin\",\"borderJoin\"],[\"miterLimit\",\"borderMiterLimit\"]],o=Object(i[\"a\"])(r),a=function(){function t(){}return t.prototype.getItemStyle=function(t,e){return o(this,t,e)},t}()},\"58c9\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return r})),n.d(e,\"a\",(function(){return o}));var i={};function r(t,e){i[t]=e}function o(t){return i[t]}},\"5e76\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return a})),n.d(e,\"a\",(function(){return s})),n.d(e,\"c\",(function(){return u}));var i=n(\"d51b\"),r=n(\"726e\"),o=new i[\"a\"](50);function a(t){if(\"string\"===typeof t){var e=o.get(t);return e&&e.image}return t}function s(t,e,n,i,a){if(t){if(\"string\"===typeof t){if(e&&e.__zrImageSrc===t||!n)return e;var s=o.get(t),c={hostEl:n,cb:i,cbPayload:a};return s?(e=s.image,!u(e)&&s.pending.push(c)):(e=r[\"c\"].loadImage(t,l,l),e.__zrImageSrc=t,o.put(t,e.__cachedImgObj={image:e,pending:[c]})),e}return t}return e}function l(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e<t.pending.length;e++){var n=t.pending[e],i=n.cb;i&&i(this,n.cbPayload),n.hostEl.dirty()}t.pending.length=0}function u(t){return t&&t.width&&t.height}},\"5e81\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return c}));var i=n(\"9ab4\"),r=n(\"6cb7\"),o=n(\"b12f\"),a=n(\"07fd\"),s=n(\"f72b\"),l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=\"dataset\",e}return Object(i[\"a\"])(e,t),e.prototype.init=function(e,n,i){t.prototype.init.call(this,e,n,i),this._sourceManager=new s[\"a\"](this),Object(s[\"b\"])(this)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),Object(s[\"b\"])(this)},e.prototype.optionUpdated=function(){this._sourceManager.dirty()},e.prototype.getSourceManager=function(){return this._sourceManager},e.type=\"dataset\",e.defaultOption={seriesLayoutBy:a[\"a\"]},e}(r[\"a\"]),u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=\"dataset\",e}return Object(i[\"a\"])(e,t),e.type=\"dataset\",e}(o[\"a\"]);function c(t){t.registerComponentModel(l),t.registerComponentView(u)}},\"607d\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return l})),n.d(e,\"c\",(function(){return c})),n.d(e,\"d\",(function(){return h})),n.d(e,\"a\",(function(){return d})),n.d(e,\"e\",(function(){return p})),n.d(e,\"f\",(function(){return g}));var i=n(\"22d1\"),r=n(\"65ed\"),o=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,a=[],s=i[\"a\"].browser.firefox&&+i[\"a\"].browser.version.split(\".\")[0]<39;function l(t,e,n,i){return n=n||{},i?u(t,e,n):s&&null!=e.layerX&&e.layerX!==e.offsetX?(n.zrX=e.layerX,n.zrY=e.layerY):null!=e.offsetX?(n.zrX=e.offsetX,n.zrY=e.offsetY):u(t,e,n),n}function u(t,e,n){if(i[\"a\"].domSupported&&t.getBoundingClientRect){var o=e.clientX,s=e.clientY;if(Object(r[\"b\"])(t)){var l=t.getBoundingClientRect();return n.zrX=o-l.left,void(n.zrY=s-l.top)}if(Object(r[\"c\"])(a,t,o,s))return n.zrX=a[0],void(n.zrY=a[1])}n.zrX=n.zrY=0}function c(t){return t||window.event}function h(t,e,n){if(e=c(e),null!=e.zrX)return e;var i=e.type,r=i&&i.indexOf(\"touch\")>=0;if(r){var a=\"touchend\"!==i?e.targetTouches[0]:e.changedTouches[0];a&&l(t,a,e,n)}else{l(t,e,e,n);var s=f(e);e.zrDelta=s?s/120:-(e.detail||0)/3}var u=e.button;return null==e.which&&void 0!==u&&o.test(e.type)&&(e.which=1&u?1:2&u?3:4&u?2:0),e}function f(t){var e=t.wheelDelta;if(e)return e;var n=t.deltaX,i=t.deltaY;if(null==n||null==i)return e;var r=0!==i?Math.abs(i):Math.abs(n),o=i>0?-1:i<0?1:n>0?-1:1;return 3*r*o}function d(t,e,n,i){t.addEventListener(e,n,i)}function p(t,e,n,i){t.removeEventListener(e,n,i)}var g=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0}},\"625e\":function(t,e,n){\"use strict\";n.d(e,\"f\",(function(){return l})),n.d(e,\"d\",(function(){return c})),n.d(e,\"b\",(function(){return h})),n.d(e,\"e\",(function(){return d})),n.d(e,\"a\",(function(){return g})),n.d(e,\"c\",(function(){return m}));var i=n(\"9ab4\"),r=n(\"6d8b\"),o=\".\",a=\"___EC__COMPONENT__CONTAINER___\",s=\"___EC__EXTENDED_CLASS___\";function l(t){var e={main:\"\",sub:\"\"};if(t){var n=t.split(o);e.main=n[0]||\"\",e.sub=n[1]||\"\"}return e}function u(t){r[\"b\"](/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(t),'componentType \"'+t+'\" illegal')}function c(t){return!(!t||!t[s])}function h(t,e){t.$constructor=t,t.extend=function(t){var e,n=this;return f(n)?e=function(t){function e(){return t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e}(n):(e=function(){(t.$constructor||n).apply(this,arguments)},r[\"r\"](e,this)),r[\"m\"](e.prototype,t),e[s]=!0,e.extend=this.extend,e.superCall=v,e.superApply=y,e.superClass=n,e}}function f(t){return r[\"v\"](t)&&/^class\\s/.test(Function.prototype.toString.call(t))}function d(t,e){t.extend=e.extend}var p=Math.round(10*Math.random());function g(t){var e=[\"__\\0is_clz\",p++].join(\"_\");t.prototype[e]=!0,t.isInstance=function(t){return!(!t||!t[e])}}function v(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return this.superClass.prototype[e].apply(t,n)}function y(t,e,n){return this.superClass.prototype[e].apply(t,n)}function m(t){var e={};function n(t){var n=e[t.main];return n&&n[a]||(n=e[t.main]={},n[a]=!0),n}t.registerClass=function(t){var i=t.type||t.prototype.type;if(i){u(i),t.prototype.type=i;var r=l(i);if(r.sub){if(r.sub!==a){var o=n(r);o[r.sub]=t}}else e[r.main]=t}return t},t.getClass=function(t,n,i){var r=e[t];if(r&&r[a]&&(r=n?r[n]:null),i&&!r)throw new Error(n?\"Component \"+t+\".\"+(n||\"\")+\" is used but not imported.\":t+\".type should be specified.\");return r},t.getClassesByMainType=function(t){var n=l(t),i=[],o=e[n.main];return o&&o[a]?r[\"k\"](o,(function(t,e){e!==a&&i.push(t)})):i.push(o),i},t.hasClass=function(t){var n=l(t);return!!e[n.main]},t.getAllClassMainTypes=function(){var t=[];return r[\"k\"](e,(function(e,n){t.push(n)})),t},t.hasSubTypes=function(t){var n=l(t),i=e[n.main];return i&&i[a]}}},\"65ed\":function(t,e,n){\"use strict\";n.d(e,\"d\",(function(){return u})),n.d(e,\"c\",(function(){return c})),n.d(e,\"b\",(function(){return d})),n.d(e,\"a\",(function(){return v}));var i=n(\"22d1\"),r=Math.log(2);function o(t,e,n,i,a,s){var l=i+\"-\"+a,u=t.length;if(s.hasOwnProperty(l))return s[l];if(1===e){var c=Math.round(Math.log((1<<u)-1&~a)/r);return t[n][c]}var h=i|1<<n,f=n+1;while(i&1<<f)f++;for(var d=0,p=0,g=0;p<u;p++){var v=1<<p;v&a||(d+=(g%2?-1:1)*t[n][p]*o(t,e-1,f,h,a|v,s),g++)}return s[l]=d,d}function a(t,e){var n=[[t[0],t[1],1,0,0,0,-e[0]*t[0],-e[0]*t[1]],[0,0,0,t[0],t[1],1,-e[1]*t[0],-e[1]*t[1]],[t[2],t[3],1,0,0,0,-e[2]*t[2],-e[2]*t[3]],[0,0,0,t[2],t[3],1,-e[3]*t[2],-e[3]*t[3]],[t[4],t[5],1,0,0,0,-e[4]*t[4],-e[4]*t[5]],[0,0,0,t[4],t[5],1,-e[5]*t[4],-e[5]*t[5]],[t[6],t[7],1,0,0,0,-e[6]*t[6],-e[6]*t[7]],[0,0,0,t[6],t[7],1,-e[7]*t[6],-e[7]*t[7]]],i={},r=o(n,8,0,0,0,i);if(0!==r){for(var a=[],s=0;s<8;s++)for(var l=0;l<8;l++)null==a[l]&&(a[l]=0),a[l]+=((s+l)%2?-1:1)*o(n,7,0===s?1:0,1<<s,1<<l,i)/r*e[s];return function(t,e,n){var i=e*a[6]+n*a[7]+1;t[0]=(e*a[0]+n*a[1]+a[2])/i,t[1]=(e*a[3]+n*a[4]+a[5])/i}}}var s=\"___zrEVENTSAVED\",l=[];function u(t,e,n,i,r){return c(l,e,i,r,!0)&&c(t,n,l[0],l[1])}function c(t,e,n,r,o){if(e.getBoundingClientRect&&i[\"a\"].domSupported&&!d(e)){var a=e[s]||(e[s]={}),l=h(e,a),u=f(l,a,o);if(u)return u(t,n,r),!0}return!1}function h(t,e){var n=e.markers;if(n)return n;n=e.markers=[];for(var i=[\"left\",\"right\"],r=[\"top\",\"bottom\"],o=0;o<4;o++){var a=document.createElement(\"div\"),s=a.style,l=o%2,u=(o>>1)%2;s.cssText=[\"position: absolute\",\"visibility: hidden\",\"padding: 0\",\"margin: 0\",\"border-width: 0\",\"user-select: none\",\"width:0\",\"height:0\",i[l]+\":0\",r[u]+\":0\",i[1-l]+\":auto\",r[1-u]+\":auto\",\"\"].join(\"!important;\"),t.appendChild(a),n.push(a)}return n}function f(t,e,n){for(var i=n?\"invTrans\":\"trans\",r=e[i],o=e.srcCoords,s=[],l=[],u=!0,c=0;c<4;c++){var h=t[c].getBoundingClientRect(),f=2*c,d=h.left,p=h.top;s.push(d,p),u=u&&o&&d===o[f]&&p===o[f+1],l.push(t[c].offsetLeft,t[c].offsetTop)}return u&&r?r:(e.srcCoords=s,e[i]=n?a(l,s):a(s,l))}function d(t){return\"CANVAS\"===t.nodeName.toUpperCase()}var p=/([&<>\"'])/g,g={\"&\":\"&amp;\",\"<\":\"&lt;\",\">\":\"&gt;\",'\"':\"&quot;\",\"'\":\"&#39;\"};function v(t){return null==t?\"\":(t+\"\").replace(p,(function(t,e){return g[e]}))}},6679:function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"cd33\"),o=n(\"b12f\"),a={},s=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return Object(i[\"a\"])(e,t),e.prototype.render=function(e,n,i,o){this.axisPointerClass&&r[\"b\"](e),t.prototype.render.apply(this,arguments),this._doUpdateAxisPointerClass(e,i,!0)},e.prototype.updateAxisPointer=function(t,e,n,i){this._doUpdateAxisPointerClass(t,n,!1)},e.prototype.remove=function(t,e){var n=this._axisPointer;n&&n.remove(e)},e.prototype.dispose=function(e,n){this._disposeAxisPointer(n),t.prototype.dispose.apply(this,arguments)},e.prototype._doUpdateAxisPointerClass=function(t,n,i){var o=e.getAxisPointerClass(this.axisPointerClass);if(o){var a=r[\"d\"](t);a?(this._axisPointer||(this._axisPointer=new o)).render(t,a,n,i):this._disposeAxisPointer(n)}},e.prototype._disposeAxisPointer=function(t){this._axisPointer&&this._axisPointer.dispose(t),this._axisPointer=null},e.registerAxisPointerClass=function(t,e){a[t]=e},e.getAxisPointerClass=function(t){return t&&a[t]},e.type=\"axis\",e}(o[\"a\"]);e[\"a\"]=s},\"697e\":function(t,e,n){\"use strict\";n.d(e,\"f\",(function(){return tt})),n.d(e,\"i\",(function(){return nt})),n.d(e,\"a\",(function(){return it})),n.d(e,\"g\",(function(){return rt})),n.d(e,\"h\",(function(){return ot})),n.d(e,\"c\",(function(){return at})),n.d(e,\"b\",(function(){return st})),n.d(e,\"e\",(function(){return ut})),n.d(e,\"j\",(function(){return ct})),n.d(e,\"d\",(function(){return ht}));var i=n(\"6d8b\"),r=n(\"9ab4\"),o=n(\"e0d8\"),a=n(\"8e43\"),s=n(\"944e\"),l=function(t){function e(e){var n=t.call(this,e)||this;n.type=\"ordinal\";var r=n.getSetting(\"ordinalMeta\");return r||(r=new a[\"a\"]({})),Object(i[\"s\"])(r)&&(r=new a[\"a\"]({categories:Object(i[\"G\"])(r,(function(t){return Object(i[\"z\"])(t)?t.value:t}))})),n._ordinalMeta=r,n._extent=n.getSetting(\"extent\")||[0,r.categories.length-1],n}return Object(r[\"a\"])(e,t),e.prototype.parse=function(t){return null==t?NaN:Object(i[\"B\"])(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},e.prototype.contain=function(t){return t=this.parse(t),s[\"a\"](t,this._extent)&&null!=this._ordinalMeta.categories[t]},e.prototype.normalize=function(t){return t=this._getTickNumber(this.parse(t)),s[\"f\"](t,this._extent)},e.prototype.scale=function(t){return t=Math.round(s[\"g\"](t,this._extent)),this.getRawOrdinalNumber(t)},e.prototype.getTicks=function(){var t=[],e=this._extent,n=e[0];while(n<=e[1])t.push({value:n}),n++;return t},e.prototype.getMinorTicks=function(t){},e.prototype.setSortInfo=function(t){if(null!=t){for(var e=t.ordinalNumbers,n=this._ordinalNumbersByTick=[],i=this._ticksByOrdinalNumber=[],r=0,o=this._ordinalMeta.categories.length,a=Math.min(o,e.length);r<a;++r){var s=e[r];n[r]=s,i[s]=r}for(var l=0;r<o;++r){while(null!=i[l])l++;n.push(l),i[l]=r}}else this._ordinalNumbersByTick=this._ticksByOrdinalNumber=null},e.prototype._getTickNumber=function(t){var e=this._ticksByOrdinalNumber;return e&&t>=0&&t<e.length?e[t]:t},e.prototype.getRawOrdinalNumber=function(t){var e=this._ordinalNumbersByTick;return e&&t>=0&&t<e.length?e[t]:t},e.prototype.getLabel=function(t){if(!this.isBlank()){var e=this.getRawOrdinalNumber(t.value),n=this._ordinalMeta.categories[e];return null==n?\"\":n+\"\"}},e.prototype.count=function(){return this._extent[1]-this._extent[0]+1},e.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},e.prototype.isInExtentRange=function(t){return t=this._getTickNumber(t),this._extent[0]<=t&&this._extent[1]>=t},e.prototype.getOrdinalMeta=function(){return this._ordinalMeta},e.prototype.calcNiceTicks=function(){},e.prototype.calcNiceExtent=function(){},e.type=\"ordinal\",e}(o[\"a\"]);o[\"a\"].registerClass(l);var u=l,c=n(\"89e3\"),h=n(\"3842\"),f=n(\"ee1a\"),d=(n(\"cccd\"),n(\"f658\"),\"__ec_stack_\");function p(t){return t.get(\"stack\")||d+t.seriesIndex}function g(t){return t.dim+t.index}function v(t,e){var n=[];return e.eachSeriesByType(t,(function(t){x(t)&&n.push(t)})),n}function y(t){var e={};Object(i[\"k\"])(t,(function(t){var n=t.coordinateSystem,i=n.getBaseAxis();if(\"time\"===i.type||\"value\"===i.type)for(var r=t.getData(),o=i.dim+\"_\"+i.index,a=r.getDimensionIndex(r.mapDimension(i.dim)),s=r.getStore(),l=0,u=s.count();l<u;++l){var c=s.get(a,l);e[o]?e[o].push(c):e[o]=[c]}}));var n={};for(var r in e)if(e.hasOwnProperty(r)){var o=e[r];if(o){o.sort((function(t,e){return t-e}));for(var a=null,s=1;s<o.length;++s){var l=o[s]-o[s-1];l>0&&(a=null===a?l:Math.min(a,l))}n[r]=a}}return n}function m(t){var e=y(t),n=[];return Object(i[\"k\"])(t,(function(t){var i,r=t.coordinateSystem,o=r.getBaseAxis(),a=o.getExtent();if(\"category\"===o.type)i=o.getBandWidth();else if(\"value\"===o.type||\"time\"===o.type){var s=o.dim+\"_\"+o.index,l=e[s],u=Math.abs(a[1]-a[0]),c=o.scale.getExtent(),f=Math.abs(c[1]-c[0]);i=l?u/f*l:u}else{var d=t.getData();i=Math.abs(a[1]-a[0])/d.count()}var v=Object(h[\"l\"])(t.get(\"barWidth\"),i),y=Object(h[\"l\"])(t.get(\"barMaxWidth\"),i),m=Object(h[\"l\"])(t.get(\"barMinWidth\")||(O(t)?.5:1),i),b=t.get(\"barGap\"),_=t.get(\"barCategoryGap\");n.push({bandWidth:i,barWidth:v,barMaxWidth:y,barMinWidth:m,barGap:b,barCategoryGap:_,axisKey:g(o),stackId:p(t)})})),b(n)}function b(t){var e={};Object(i[\"k\"])(t,(function(t,n){var i=t.axisKey,r=t.bandWidth,o=e[i]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:null,gap:\"20%\",stacks:{}},a=o.stacks;e[i]=o;var s=t.stackId;a[s]||o.autoWidthCount++,a[s]=a[s]||{width:0,maxWidth:0};var l=t.barWidth;l&&!a[s].width&&(a[s].width=l,l=Math.min(o.remainedWidth,l),o.remainedWidth-=l);var u=t.barMaxWidth;u&&(a[s].maxWidth=u);var c=t.barMinWidth;c&&(a[s].minWidth=c);var h=t.barGap;null!=h&&(o.gap=h);var f=t.barCategoryGap;null!=f&&(o.categoryGap=f)}));var n={};return Object(i[\"k\"])(e,(function(t,e){n[e]={};var r=t.stacks,o=t.bandWidth,a=t.categoryGap;if(null==a){var s=Object(i[\"E\"])(r).length;a=Math.max(35-4*s,15)+\"%\"}var l=Object(h[\"l\"])(a,o),u=Object(h[\"l\"])(t.gap,1),c=t.remainedWidth,f=t.autoWidthCount,d=(c-l)/(f+(f-1)*u);d=Math.max(d,0),Object(i[\"k\"])(r,(function(t){var e=t.maxWidth,n=t.minWidth;if(t.width){i=t.width;e&&(i=Math.min(i,e)),n&&(i=Math.max(i,n)),t.width=i,c-=i+u*i,f--}else{var i=d;e&&e<i&&(i=Math.min(e,c)),n&&n>i&&(i=n),i!==d&&(t.width=i,c-=i+u*i,f--)}})),d=(c-l)/(f+(f-1)*u),d=Math.max(d,0);var p,g=0;Object(i[\"k\"])(r,(function(t,e){t.width||(t.width=d),p=t,g+=t.width*(1+u)})),p&&(g-=p.width*u);var v=-g/2;Object(i[\"k\"])(r,(function(t,i){n[e][i]=n[e][i]||{bandWidth:o,offset:v,width:t.width},v+=t.width*(1+u)}))})),n}function _(t,e,n){if(t&&e){var i=t[g(e)];return null!=i&&null!=n?i[p(n)]:i}}function x(t){return t.coordinateSystem&&\"cartesian2d\"===t.coordinateSystem.type}function O(t){return t.pipelineContext&&t.pipelineContext.large}var w=n(\"9850\"),j=n(\"f876\"),S=function(t,e,n,i){while(n<i){var r=n+i>>>1;t[r][1]<e?n=r+1:i=r}return n},M=function(t){function e(e){var n=t.call(this,e)||this;return n.type=\"time\",n}return Object(r[\"a\"])(e,t),e.prototype.getLabel=function(t){var e=this.getSetting(\"useUTC\");return Object(j[\"h\"])(t.value,j[\"i\"][Object(j[\"l\"])(Object(j[\"m\"])(this._minLevelUnit))]||j[\"i\"].second,e,this.getSetting(\"locale\"))},e.prototype.getFormattedLabel=function(t,e,n){var i=this.getSetting(\"useUTC\"),r=this.getSetting(\"locale\");return Object(j[\"r\"])(t,e,n,r,i)},e.prototype.getTicks=function(){var t=this._interval,e=this._extent,n=[];if(!t)return n;n.push({value:e[0],level:0});var i=this.getSetting(\"useUTC\"),r=R(this._minLevelUnit,this._approxInterval,i,e);return n=n.concat(r),n.push({value:e[1],level:0}),n},e.prototype.calcNiceExtent=function(t){var e=this._extent;if(e[0]===e[1]&&(e[0]-=j[\"a\"],e[1]+=j[\"a\"]),e[1]===-1/0&&e[0]===1/0){var n=new Date;e[1]=+new Date(n.getFullYear(),n.getMonth(),n.getDate()),e[0]=e[1]-j[\"a\"]}this.calcNiceTicks(t.splitNumber,t.minInterval,t.maxInterval)},e.prototype.calcNiceTicks=function(t,e,n){t=t||10;var i=this._extent,r=i[1]-i[0];this._approxInterval=r/t,null!=e&&this._approxInterval<e&&(this._approxInterval=e),null!=n&&this._approxInterval>n&&(this._approxInterval=n);var o=k.length,a=Math.min(S(k,this._approxInterval,0,o),o-1);this._interval=k[a][1],this._minLevelUnit=k[Math.max(a-1,0)][0]},e.prototype.parse=function(t){return Object(i[\"y\"])(t)?t:+h[\"k\"](t)},e.prototype.contain=function(t){return s[\"a\"](this.parse(t),this._extent)},e.prototype.normalize=function(t){return s[\"f\"](this.parse(t),this._extent)},e.prototype.scale=function(t){return s[\"g\"](t,this._extent)},e.type=\"time\",e}(c[\"a\"]),k=[[\"second\",j[\"d\"]],[\"minute\",j[\"c\"]],[\"hour\",j[\"b\"]],[\"quarter-day\",6*j[\"b\"]],[\"half-day\",12*j[\"b\"]],[\"day\",1.2*j[\"a\"]],[\"half-week\",3.5*j[\"a\"]],[\"week\",7*j[\"a\"]],[\"month\",31*j[\"a\"]],[\"quarter\",95*j[\"a\"]],[\"half-year\",j[\"e\"]/2],[\"year\",j[\"e\"]]];function T(t,e,n,i){var r=h[\"k\"](e),o=h[\"k\"](n),a=function(t){return Object(j[\"n\"])(r,t,i)===Object(j[\"n\"])(o,t,i)},s=function(){return a(\"year\")},l=function(){return s()&&a(\"month\")},u=function(){return l()&&a(\"day\")},c=function(){return u()&&a(\"hour\")},f=function(){return c()&&a(\"minute\")},d=function(){return f()&&a(\"second\")},p=function(){return d()&&a(\"millisecond\")};switch(t){case\"year\":return s();case\"month\":return l();case\"day\":return u();case\"hour\":return c();case\"minute\":return f();case\"second\":return d();case\"millisecond\":return p()}}function C(t,e){return t/=j[\"a\"],t>16?16:t>7.5?7:t>3.5?4:t>1.5?2:1}function I(t){var e=30*j[\"a\"];return t/=e,t>6?6:t>3?3:t>2?2:1}function D(t){return t/=j[\"b\"],t>12?12:t>6?6:t>3.5?4:t>2?2:1}function A(t,e){return t/=e?j[\"c\"]:j[\"d\"],t>30?30:t>20?20:t>15?15:t>10?10:t>5?5:t>2?2:1}function P(t){return h[\"i\"](t,!0)}function L(t,e,n){var i=new Date(t);switch(Object(j[\"m\"])(e)){case\"year\":case\"month\":i[Object(j[\"x\"])(n)](0);case\"day\":i[Object(j[\"g\"])(n)](1);case\"hour\":i[Object(j[\"p\"])(n)](0);case\"minute\":i[Object(j[\"v\"])(n)](0);case\"second\":i[Object(j[\"A\"])(n)](0),i[Object(j[\"t\"])(n)](0)}return i.getTime()}function R(t,e,n,r){var o=1e4,a=j[\"B\"],s=0;function l(t,e,n,i,o,a,s){var l=new Date(e),u=e,c=l[i]();while(u<n&&u<=r[1])s.push({value:u}),c+=t,l[o](c),u=l.getTime();s.push({value:u,notAdd:!0})}function u(t,i,o){var a=[],s=!i.length;if(!T(Object(j[\"m\"])(t),r[0],r[1],n)){s&&(i=[{value:L(new Date(r[0]),t,n)},{value:r[1]}]);for(var u=0;u<i.length-1;u++){var c=i[u].value,h=i[u+1].value;if(c!==h){var f=void 0,d=void 0,p=void 0,g=!1;switch(t){case\"year\":f=Math.max(1,Math.round(e/j[\"a\"]/365)),d=Object(j[\"j\"])(n),p=Object(j[\"k\"])(n);break;case\"half-year\":case\"quarter\":case\"month\":f=I(e),d=Object(j[\"w\"])(n),p=Object(j[\"x\"])(n);break;case\"week\":case\"half-week\":case\"day\":f=C(e,31),d=Object(j[\"f\"])(n),p=Object(j[\"g\"])(n),g=!0;break;case\"half-day\":case\"quarter-day\":case\"hour\":f=D(e),d=Object(j[\"o\"])(n),p=Object(j[\"p\"])(n);break;case\"minute\":f=A(e,!0),d=Object(j[\"u\"])(n),p=Object(j[\"v\"])(n);break;case\"second\":f=A(e,!1),d=Object(j[\"z\"])(n),p=Object(j[\"A\"])(n);break;case\"millisecond\":f=P(e),d=Object(j[\"s\"])(n),p=Object(j[\"t\"])(n);break}l(f,c,h,d,p,g,a),\"year\"===t&&o.length>1&&0===u&&o.unshift({value:o[0].value-f})}}for(u=0;u<a.length;u++)o.push(a[u]);return a}}for(var c=[],h=[],f=0,d=0,p=0;p<a.length&&s++<o;++p){var g=Object(j[\"m\"])(a[p]);if(Object(j[\"q\"])(a[p])){u(a[p],c[c.length-1]||[],h);var v=a[p+1]?Object(j[\"m\"])(a[p+1]):null;if(g!==v){if(h.length){d=f,h.sort((function(t,e){return t.value-e.value}));for(var y=[],m=0;m<h.length;++m){var b=h[m].value;0!==m&&h[m-1].value===b||(y.push(h[m]),b>=r[0]&&b<=r[1]&&f++)}var _=(r[1]-r[0])/e;if(f>1.5*_&&d>_/1.5)break;if(c.push(y),f>_||t===a[p])break}h=[]}}}var x=Object(i[\"n\"])(Object(i[\"G\"])(c,(function(t){return Object(i[\"n\"])(t,(function(t){return t.value>=r[0]&&t.value<=r[1]&&!t.notAdd}))})),(function(t){return t.length>0})),O=[],w=x.length-1;for(p=0;p<x.length;++p)for(var S=x[p],M=0;M<S.length;++M)O.push({value:S[M].value,level:w-p});O.sort((function(t,e){return t.value-e.value}));var k=[];for(p=0;p<O.length;++p)0!==p&&O[p].value===O[p-1].value||k.push(O[p]);return k}o[\"a\"].registerClass(M);var z=M,N=o[\"a\"].prototype,B=c[\"a\"].prototype,E=h[\"p\"],F=Math.floor,H=Math.ceil,V=Math.pow,G=Math.log,W=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=\"log\",e.base=10,e._originalScale=new c[\"a\"],e._interval=0,e}return Object(r[\"a\"])(e,t),e.prototype.getTicks=function(t){var e=this._originalScale,n=this._extent,r=e.getExtent(),o=B.getTicks.call(this,t);return i[\"G\"](o,(function(t){var e=t.value,i=h[\"p\"](V(this.base,e));return i=e===n[0]&&this._fixMin?q(i,r[0]):i,i=e===n[1]&&this._fixMax?q(i,r[1]):i,{value:i}}),this)},e.prototype.setExtent=function(t,e){var n=G(this.base);t=G(Math.max(0,t))/n,e=G(Math.max(0,e))/n,B.setExtent.call(this,t,e)},e.prototype.getExtent=function(){var t=this.base,e=N.getExtent.call(this);e[0]=V(t,e[0]),e[1]=V(t,e[1]);var n=this._originalScale,i=n.getExtent();return this._fixMin&&(e[0]=q(e[0],i[0])),this._fixMax&&(e[1]=q(e[1],i[1])),e},e.prototype.unionExtent=function(t){this._originalScale.unionExtent(t);var e=this.base;t[0]=G(t[0])/G(e),t[1]=G(t[1])/G(e),N.unionExtent.call(this,t)},e.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},e.prototype.calcNiceTicks=function(t){t=t||10;var e=this._extent,n=e[1]-e[0];if(!(n===1/0||n<=0)){var i=h[\"m\"](n),r=t/n*i;r<=.5&&(i*=10);while(!isNaN(i)&&Math.abs(i)<1&&Math.abs(i)>0)i*=10;var o=[h[\"p\"](H(e[0]/i)*i),h[\"p\"](F(e[1]/i)*i)];this._interval=i,this._niceExtent=o}},e.prototype.calcNiceExtent=function(t){B.calcNiceExtent.call(this,t),this._fixMin=t.fixMin,this._fixMax=t.fixMax},e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return t=G(t)/G(this.base),s[\"a\"](t,this._extent)},e.prototype.normalize=function(t){return t=G(t)/G(this.base),s[\"f\"](t,this._extent)},e.prototype.scale=function(t){return t=s[\"g\"](t,this._extent),V(this.base,t)},e.type=\"log\",e}(o[\"a\"]),U=W.prototype;function q(t,e){return E(t,h[\"d\"](e))}U.getMinorTicks=B.getMinorTicks,U.getLabel=B.getLabel,o[\"a\"].registerClass(W);var X=W,Y=n(\"e86a\"),Z=function(){function t(t,e,n){this._prepareParams(t,e,n)}return t.prototype._prepareParams=function(t,e,n){n[1]<n[0]&&(n=[NaN,NaN]),this._dataMin=n[0],this._dataMax=n[1];var r=this._isOrdinal=\"ordinal\"===t.type;this._needCrossZero=\"interval\"===t.type&&e.getNeedCrossZero&&e.getNeedCrossZero();var o=this._modelMinRaw=e.get(\"min\",!0);Object(i[\"v\"])(o)?this._modelMinNum=J(t,o({min:n[0],max:n[1]})):\"dataMin\"!==o&&(this._modelMinNum=J(t,o));var a=this._modelMaxRaw=e.get(\"max\",!0);if(Object(i[\"v\"])(a)?this._modelMaxNum=J(t,a({min:n[0],max:n[1]})):\"dataMax\"!==a&&(this._modelMaxNum=J(t,a)),r)this._axisDataLen=e.getCategories().length;else{var s=e.get(\"boundaryGap\"),l=Object(i[\"s\"])(s)?s:[s||0,s||0];\"boolean\"===typeof l[0]||\"boolean\"===typeof l[1]?this._boundaryGapInner=[0,0]:this._boundaryGapInner=[Object(Y[\"g\"])(l[0],1),Object(Y[\"g\"])(l[1],1)]}},t.prototype.calculate=function(){var t=this._isOrdinal,e=this._dataMin,n=this._dataMax,r=this._axisDataLen,o=this._boundaryGapInner,a=t?null:n-e||Math.abs(e),s=\"dataMin\"===this._modelMinRaw?e:this._modelMinNum,l=\"dataMax\"===this._modelMaxRaw?n:this._modelMaxNum,u=null!=s,c=null!=l;null==s&&(s=t?r?0:NaN:e-o[0]*a),null==l&&(l=t?r?r-1:NaN:n+o[1]*a),(null==s||!isFinite(s))&&(s=NaN),(null==l||!isFinite(l))&&(l=NaN);var h=Object(i[\"l\"])(s)||Object(i[\"l\"])(l)||t&&!r;this._needCrossZero&&(s>0&&l>0&&!u&&(s=0),s<0&&l<0&&!c&&(l=0));var f=this._determinedMin,d=this._determinedMax;return null!=f&&(s=f,u=!0),null!=d&&(l=d,c=!0),{min:s,max:l,minFixed:u,maxFixed:c,isBlank:h}},t.prototype.modifyDataMinMax=function(t,e){this[Q[t]]=e},t.prototype.setDeterminedMinMax=function(t,e){var n=K[t];this[n]=e},t.prototype.freeze=function(){this.frozen=!0},t}(),K={min:\"_determinedMin\",max:\"_determinedMax\"},Q={min:\"_dataMin\",max:\"_dataMax\"};function $(t,e,n){var i=t.rawExtentInfo;return i||(i=new Z(t,e,n),t.rawExtentInfo=i,i)}function J(t,e){return null==e?null:Object(i[\"l\"])(e)?NaN:t.parse(e)}function tt(t,e){var n=t.type,r=$(t,e,t.getExtent()).calculate();t.setBlank(r.isBlank);var o=r.min,a=r.max,s=e.ecModel;if(s&&\"time\"===n){var l=v(\"bar\",s),u=!1;if(i[\"k\"](l,(function(t){u=u||t.getBaseAxis()===e.axis})),u){var c=m(l),h=et(o,a,e,c);o=h.min,a=h.max}}return{extent:[o,a],fixMin:r.minFixed,fixMax:r.maxFixed}}function et(t,e,n,r){var o=n.axis.getExtent(),a=o[1]-o[0],s=_(r,n.axis);if(void 0===s)return{min:t,max:e};var l=1/0;i[\"k\"](s,(function(t){l=Math.min(t.offset,l)}));var u=-1/0;i[\"k\"](s,(function(t){u=Math.max(t.offset+t.width,u)})),l=Math.abs(l),u=Math.abs(u);var c=l+u,h=e-t,f=1-(l+u)/a,d=h/f-h;return e+=d*(u/c),t-=d*(l/c),{min:t,max:e}}function nt(t,e){var n=e,i=tt(t,n),r=i.extent,o=n.get(\"splitNumber\");t instanceof X&&(t.base=n.get(\"logBase\"));var a=t.type,s=n.get(\"interval\"),l=\"interval\"===a||\"time\"===a;t.setExtent(r[0],r[1]),t.calcNiceExtent({splitNumber:o,fixMin:i.fixMin,fixMax:i.fixMax,minInterval:l?n.get(\"minInterval\"):null,maxInterval:l?n.get(\"maxInterval\"):null}),null!=s&&t.setInterval&&t.setInterval(s)}function it(t,e){if(e=e||t.get(\"type\"),e)switch(e){case\"category\":return new u({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case\"time\":return new z({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get(\"useUTC\")});default:return new(o[\"a\"].getClass(e)||c[\"a\"])}}function rt(t){var e=t.scale.getExtent(),n=e[0],i=e[1];return!(n>0&&i>0||n<0&&i<0)}function ot(t){var e=t.getLabelModel().get(\"formatter\"),n=\"category\"===t.type?t.scale.getExtent()[0]:null;return\"time\"===t.scale.type?function(e){return function(n,i){return t.scale.getFormattedLabel(n,i,e)}}(e):i[\"B\"](e)?function(e){return function(n){var i=t.scale.getLabel(n),r=e.replace(\"{value}\",null!=i?i:\"\");return r}}(e):i[\"v\"](e)?function(e){return function(i,r){return null!=n&&(r=i.value-n),e(at(t,i),r,null!=i.level?{level:i.level}:null)}}(e):function(e){return t.scale.getLabel(e)}}function at(t,e){return\"category\"===t.type?t.scale.getLabel(e):e.value}function st(t){var e=t.model,n=t.scale;if(e.get([\"axisLabel\",\"show\"])&&!n.isBlank()){var i,r,o=n.getExtent();n instanceof u?r=n.count():(i=n.getTicks(),r=i.length);var a,s=t.getLabelModel(),l=ot(t),c=1;r>40&&(c=Math.ceil(r/40));for(var h=0;h<r;h+=c){var f=i?i[h]:{value:o[0]+h},d=l(f,h),p=s.getTextRect(d),g=lt(p,s.get(\"rotate\")||0);a?a.union(g):a=g}return a}}function lt(t,e){var n=e*Math.PI/180,i=t.width,r=t.height,o=i*Math.abs(Math.cos(n))+Math.abs(r*Math.sin(n)),a=i*Math.abs(Math.sin(n))+Math.abs(r*Math.cos(n)),s=new w[\"a\"](t.x,t.y,o,a);return s}function ut(t){var e=t.get(\"interval\");return null==e?\"auto\":e}function ct(t){return\"category\"===t.type&&0===ut(t.getLabelModel())}function ht(t,e){var n={};return i[\"k\"](t.mapDimensionsAll(e),(function(e){n[Object(f[\"b\"])(t,e)]=!0})),i[\"E\"](n)}},\"697e7\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return gt})),n.d(e,\"b\",(function(){return vt}));var i=n(\"22d1\"),r=n(\"6d8b\"),o=n(\"9ab4\"),a=n(\"401b\"),s=function(){function t(t,e){this.target=t,this.topTarget=e&&e.topTarget}return t}(),l=function(){function t(t){this.handler=t,t.on(\"mousedown\",this._dragStart,this),t.on(\"mousemove\",this._drag,this),t.on(\"mouseup\",this._dragEnd,this)}return t.prototype._dragStart=function(t){var e=t.target;while(e&&!e.draggable)e=e.parent||e.__hostTarget;e&&(this._draggingTarget=e,e.dragging=!0,this._x=t.offsetX,this._y=t.offsetY,this.handler.dispatchToElement(new s(e,t),\"dragstart\",t.event))},t.prototype._drag=function(t){var e=this._draggingTarget;if(e){var n=t.offsetX,i=t.offsetY,r=n-this._x,o=i-this._y;this._x=n,this._y=i,e.drift(r,o,t),this.handler.dispatchToElement(new s(e,t),\"drag\",t.event);var a=this.handler.findHover(n,i,e).target,l=this._dropTarget;this._dropTarget=a,e!==a&&(l&&a!==l&&this.handler.dispatchToElement(new s(l,t),\"dragleave\",t.event),a&&a!==l&&this.handler.dispatchToElement(new s(a,t),\"dragenter\",t.event))}},t.prototype._dragEnd=function(t){var e=this._draggingTarget;e&&(e.dragging=!1),this.handler.dispatchToElement(new s(e,t),\"dragend\",t.event),this._dropTarget&&this.handler.dispatchToElement(new s(this._dropTarget,t),\"drop\",t.event),this._draggingTarget=null,this._dropTarget=null},t}(),u=l,c=n(\"6fd3\"),h=n(\"607d\"),f=function(){function t(){this._track=[]}return t.prototype.recognize=function(t,e,n){return this._doTrack(t,e,n),this._recognize(t)},t.prototype.clear=function(){return this._track.length=0,this},t.prototype._doTrack=function(t,e,n){var i=t.touches;if(i){for(var r={points:[],touches:[],target:e,event:t},o=0,a=i.length;o<a;o++){var s=i[o],l=h[\"b\"](n,s,{});r.points.push([l.zrX,l.zrY]),r.touches.push(s)}this._track.push(r)}},t.prototype._recognize=function(t){for(var e in g)if(g.hasOwnProperty(e)){var n=g[e](this._track,t);if(n)return n}},t}();function d(t){var e=t[1][0]-t[0][0],n=t[1][1]-t[0][1];return Math.sqrt(e*e+n*n)}function p(t){return[(t[0][0]+t[1][0])/2,(t[0][1]+t[1][1])/2]}var g={pinch:function(t,e){var n=t.length;if(n){var i=(t[n-1]||{}).points,r=(t[n-2]||{}).points||i;if(r&&r.length>1&&i&&i.length>1){var o=d(i)/d(r);!isFinite(o)&&(o=1),e.pinchScale=o;var a=p(i);return e.pinchX=a[0],e.pinchY=a[1],{type:\"pinch\",target:t[0].target,event:e}}}}},v=n(\"9850\"),y=\"silent\";function m(t,e,n){return{type:t,event:n,target:e.target,topTarget:e.topTarget,cancelBubble:!1,offsetX:n.zrX,offsetY:n.zrY,gestureEvent:n.gestureEvent,pinchX:n.pinchX,pinchY:n.pinchY,pinchScale:n.pinchScale,wheelDelta:n.zrDelta,zrByTouch:n.zrByTouch,which:n.which,stop:b}}function b(){h[\"f\"](this.event)}var _=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.handler=null,e}return Object(o[\"a\"])(e,t),e.prototype.dispose=function(){},e.prototype.setCursor=function(){},e}(c[\"a\"]),x=function(){function t(t,e){this.x=t,this.y=e}return t}(),O=[\"click\",\"dblclick\",\"mousewheel\",\"mouseout\",\"mouseup\",\"mousedown\",\"mousemove\",\"contextmenu\"],w=new v[\"a\"](0,0,0,0),j=function(t){function e(e,n,i,r,o){var a=t.call(this)||this;return a._hovered=new x(0,0),a.storage=e,a.painter=n,a.painterRoot=r,a._pointerSize=o,i=i||new _,a.proxy=null,a.setHandlerProxy(i),a._draggingMgr=new u(a),a}return Object(o[\"a\"])(e,t),e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(r[\"k\"](O,(function(e){t.on&&t.on(e,this[e],this)}),this),t.handler=this),this.proxy=t},e.prototype.mousemove=function(t){var e=t.zrX,n=t.zrY,i=k(this,e,n),r=this._hovered,o=r.target;o&&!o.__zr&&(r=this.findHover(r.x,r.y),o=r.target);var a=this._hovered=i?new x(e,n):this.findHover(e,n),s=a.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:\"default\"),o&&s!==o&&this.dispatchToElement(r,\"mouseout\",t),this.dispatchToElement(a,\"mousemove\",t),s&&s!==o&&this.dispatchToElement(a,\"mouseover\",t)},e.prototype.mouseout=function(t){var e=t.zrEventControl;\"only_globalout\"!==e&&this.dispatchToElement(this._hovered,\"mouseout\",t),\"no_globalout\"!==e&&this.trigger(\"globalout\",{type:\"globalout\",event:t})},e.prototype.resize=function(){this._hovered=new x(0,0)},e.prototype.dispatch=function(t,e){var n=this[t];n&&n.call(this,e)},e.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},e.prototype.setCursorStyle=function(t){var e=this.proxy;e.setCursor&&e.setCursor(t)},e.prototype.dispatchToElement=function(t,e,n){t=t||{};var i=t.target;if(!i||!i.silent){var r=\"on\"+e,o=m(e,t,n);while(i)if(i[r]&&(o.cancelBubble=!!i[r].call(i,o)),i.trigger(e,o),i=i.__hostTarget?i.__hostTarget:i.parent,o.cancelBubble)break;o.cancelBubble||(this.trigger(e,o),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer((function(t){\"function\"===typeof t[r]&&t[r].call(t,o),t.trigger&&t.trigger(e,o)})))}},e.prototype.findHover=function(t,e,n){var i=this.storage.getDisplayList(),r=new x(t,e);if(M(i,r,t,e,n),this._pointerSize&&!r.target){for(var o=[],a=this._pointerSize,s=a/2,l=new v[\"a\"](t-s,e-s,a,a),u=i.length-1;u>=0;u--){var c=i[u];c===n||c.ignore||c.ignoreCoarsePointer||c.parent&&c.parent.ignoreCoarsePointer||(w.copy(c.getBoundingRect()),c.transform&&w.applyTransform(c.transform),w.intersect(l)&&o.push(c))}if(o.length)for(var h=4,f=Math.PI/12,d=2*Math.PI,p=0;p<s;p+=h)for(var g=0;g<d;g+=f){var y=t+p*Math.cos(g),m=e+p*Math.sin(g);if(M(o,r,y,m,n),r.target)return r}}return r},e.prototype.processGesture=function(t,e){this._gestureMgr||(this._gestureMgr=new f);var n=this._gestureMgr;\"start\"===e&&n.clear();var i=n.recognize(t,this.findHover(t.zrX,t.zrY,null).target,this.proxy.dom);if(\"end\"===e&&n.clear(),i){var r=i.type;t.gestureEvent=r;var o=new x;o.target=i.target,this.dispatchToElement(o,r,i.event)}},e}(c[\"a\"]);function S(t,e,n){if(t[t.rectHover?\"rectContain\":\"contain\"](e,n)){var i=t,r=void 0,o=!1;while(i){if(i.ignoreClip&&(o=!0),!o){var a=i.getClipPath();if(a&&!a.contain(e,n))return!1;i.silent&&(r=!0)}var s=i.__hostTarget;i=s||i.parent}return!r||y}return!1}function M(t,e,n,i,r){for(var o=t.length-1;o>=0;o--){var a=t[o],s=void 0;if(a!==r&&!a.ignore&&(s=S(a,n,i))&&(!e.topTarget&&(e.topTarget=a),s!==y)){e.target=a;break}}}function k(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}r[\"k\"]([\"click\",\"mousedown\",\"mouseup\",\"mousewheel\",\"dblclick\",\"contextmenu\"],(function(t){j.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,s=k(this,r,o);if(\"mouseup\"===t&&s||(n=this.findHover(r,o),i=n.target),\"mousedown\"===t)this._downEl=i,this._downPoint=[e.zrX,e.zrY],this._upEl=i;else if(\"mouseup\"===t)this._upEl=i;else if(\"click\"===t){if(this._downEl!==this._upEl||!this._downPoint||a[\"e\"](this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}}));var T=j,C=n(\"04f6\"),I=n(\"4bc4\"),D=!1;function A(){D||(D=!0,console.warn(\"z / z2 / zlevel of displayable is invalid, which may cause unexpected errors\"))}function P(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var L=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=P}return t.prototype.traverse=function(t,e){for(var n=0;n<this._roots.length;n++)this._roots[n].traverse(t,e)},t.prototype.getDisplayList=function(t,e){e=e||!1;var n=this._displayList;return!t&&n.length||this.updateDisplayList(e),n},t.prototype.updateDisplayList=function(t){this._displayListLen=0;for(var e=this._roots,n=this._displayList,i=0,r=e.length;i<r;i++)this._updateAndAddDisplayable(e[i],null,t);n.length=this._displayListLen,Object(C[\"a\"])(n,P)},t.prototype._updateAndAddDisplayable=function(t,e,n){if(!t.ignore||n){t.beforeUpdate(),t.update(),t.afterUpdate();var i=t.getClipPath();if(t.ignoreClip)e=null;else if(i){e=e?e.slice():[];var r=i,o=t;while(r)r.parent=o,r.updateTransform(),e.push(r),o=r,r=r.getClipPath()}if(t.childrenRef){for(var a=t.childrenRef(),s=0;s<a.length;s++){var l=a[s];t.__dirty&&(l.__dirty|=I[\"a\"]),this._updateAndAddDisplayable(l,e,n)}t.__dirty=0}else{var u=t;e&&e.length?u.__clipPaths=e:u.__clipPaths&&u.__clipPaths.length>0&&(u.__clipPaths=[]),isNaN(u.z)&&(A(),u.z=0),isNaN(u.z2)&&(A(),u.z2=0),isNaN(u.zlevel)&&(A(),u.zlevel=0),this._displayList[this._displayListLen++]=u}var c=t.getDecalElement&&t.getDecalElement();c&&this._updateAndAddDisplayable(c,e,n);var h=t.getTextGuideLine();h&&this._updateAndAddDisplayable(h,e,n);var f=t.getTextContent();f&&this._updateAndAddDisplayable(f,e,n)}},t.prototype.addRoot=function(t){t.__zr&&t.__zr.storage===this||this._roots.push(t)},t.prototype.delRoot=function(t){if(t instanceof Array)for(var e=0,n=t.length;e<n;e++)this.delRoot(t[e]);else{var i=r[\"q\"](this._roots,t);i>=0&&this._roots.splice(i,1)}},t.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},t.prototype.getRoots=function(){return this._roots},t.prototype.dispose=function(){this._displayList=null,this._roots=null},t}(),R=L,z=n(\"98b7\"),N=n(\"06ad\");function B(){return(new Date).getTime()}var E=function(t){function e(e){var n=t.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,e=e||{},n.stage=e.stage||{},n}return Object(o[\"a\"])(e,t),e.prototype.addClip=function(t){t.animation&&this.removeClip(t),this._head?(this._tail.next=t,t.prev=this._tail,t.next=null,this._tail=t):this._head=this._tail=t,t.animation=this},e.prototype.addAnimator=function(t){t.animation=this;var e=t.getClip();e&&this.addClip(e)},e.prototype.removeClip=function(t){if(t.animation){var e=t.prev,n=t.next;e?e.next=n:this._head=n,n?n.prev=e:this._tail=e,t.next=t.prev=t.animation=null}},e.prototype.removeAnimator=function(t){var e=t.getClip();e&&this.removeClip(e),t.animation=null},e.prototype.update=function(t){var e=B()-this._pausedTime,n=e-this._time,i=this._head;while(i){var r=i.next,o=i.step(e,n);o?(i.ondestroy(),this.removeClip(i),i=r):i=r}this._time=e,t||(this.trigger(\"frame\",n),this.stage.update&&this.stage.update())},e.prototype._startLoop=function(){var t=this;function e(){t._running&&(Object(z[\"a\"])(e),!t._paused&&t.update())}this._running=!0,Object(z[\"a\"])(e)},e.prototype.start=function(){this._running||(this._time=B(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=B(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=B()-this._pauseStart,this._paused=!1)},e.prototype.clear=function(){var t=this._head;while(t){var e=t.next;t.prev=t.next=t.animation=null,t=e}this._head=this._tail=null},e.prototype.isFinished=function(){return null==this._head},e.prototype.animate=function(t,e){e=e||{},this.start();var n=new N[\"b\"](t,e.loop);return this.addAnimator(n),n},e}(c[\"a\"]),F=E,H=300,V=i[\"a\"].domSupported,G=function(){var t=[\"click\",\"dblclick\",\"mousewheel\",\"wheel\",\"mouseout\",\"mouseup\",\"mousedown\",\"mousemove\",\"contextmenu\"],e=[\"touchstart\",\"touchend\",\"touchmove\"],n={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},i=r[\"G\"](t,(function(t){var e=t.replace(\"mouse\",\"pointer\");return n.hasOwnProperty(e)?e:t}));return{mouse:t,touch:e,pointer:i}}(),W={mouse:[\"mousemove\",\"mouseup\"],pointer:[\"pointermove\",\"pointerup\"]},U=!1;function q(t){var e=t.pointerType;return\"pen\"===e||\"touch\"===e}function X(t){t.touching=!0,null!=t.touchTimer&&(clearTimeout(t.touchTimer),t.touchTimer=null),t.touchTimer=setTimeout((function(){t.touching=!1,t.touchTimer=null}),700)}function Y(t){t&&(t.zrByTouch=!0)}function Z(t,e){return Object(h[\"d\"])(t.dom,new Q(t,e),!0)}function K(t,e){var n=e,i=!1;while(n&&9!==n.nodeType&&!(i=n.domBelongToZr||n!==e&&n===t.painterRoot))n=n.parentNode;return i}var Q=function(){function t(t,e){this.stopPropagation=r[\"J\"],this.stopImmediatePropagation=r[\"J\"],this.preventDefault=r[\"J\"],this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY}return t}(),$={mousedown:function(t){t=Object(h[\"d\"])(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger(\"mousedown\",t)},mousemove:function(t){t=Object(h[\"d\"])(this.dom,t);var e=this.__mayPointerCapture;!e||t.zrX===e[0]&&t.zrY===e[1]||this.__togglePointerCapture(!0),this.trigger(\"mousemove\",t)},mouseup:function(t){t=Object(h[\"d\"])(this.dom,t),this.__togglePointerCapture(!1),this.trigger(\"mouseup\",t)},mouseout:function(t){t=Object(h[\"d\"])(this.dom,t);var e=t.toElement||t.relatedTarget;K(this,e)||(this.__pointerCapturing&&(t.zrEventControl=\"no_globalout\"),this.trigger(\"mouseout\",t))},wheel:function(t){U=!0,t=Object(h[\"d\"])(this.dom,t),this.trigger(\"mousewheel\",t)},mousewheel:function(t){U||(t=Object(h[\"d\"])(this.dom,t),this.trigger(\"mousewheel\",t))},touchstart:function(t){t=Object(h[\"d\"])(this.dom,t),Y(t),this.__lastTouchMoment=new Date,this.handler.processGesture(t,\"start\"),$.mousemove.call(this,t),$.mousedown.call(this,t)},touchmove:function(t){t=Object(h[\"d\"])(this.dom,t),Y(t),this.handler.processGesture(t,\"change\"),$.mousemove.call(this,t)},touchend:function(t){t=Object(h[\"d\"])(this.dom,t),Y(t),this.handler.processGesture(t,\"end\"),$.mouseup.call(this,t),+new Date-+this.__lastTouchMoment<H&&$.click.call(this,t)},pointerdown:function(t){$.mousedown.call(this,t)},pointermove:function(t){q(t)||$.mousemove.call(this,t)},pointerup:function(t){$.mouseup.call(this,t)},pointerout:function(t){q(t)||$.mouseout.call(this,t)}};r[\"k\"]([\"click\",\"dblclick\",\"contextmenu\"],(function(t){$[t]=function(e){e=Object(h[\"d\"])(this.dom,e),this.trigger(t,e)}}));var J={pointermove:function(t){q(t)||J.mousemove.call(this,t)},pointerup:function(t){J.mouseup.call(this,t)},mousemove:function(t){this.trigger(\"mousemove\",t)},mouseup:function(t){var e=this.__pointerCapturing;this.__togglePointerCapture(!1),this.trigger(\"mouseup\",t),e&&(t.zrEventControl=\"only_globalout\",this.trigger(\"mouseout\",t))}};function tt(t,e){var n=e.domHandlers;i[\"a\"].pointerEventsSupported?r[\"k\"](G.pointer,(function(i){nt(e,i,(function(e){n[i].call(t,e)}))})):(i[\"a\"].touchEventsSupported&&r[\"k\"](G.touch,(function(i){nt(e,i,(function(r){n[i].call(t,r),X(e)}))})),r[\"k\"](G.mouse,(function(i){nt(e,i,(function(r){r=Object(h[\"c\"])(r),e.touching||n[i].call(t,r)}))})))}function et(t,e){function n(n){function i(i){i=Object(h[\"c\"])(i),K(t,i.target)||(i=Z(t,i),e.domHandlers[n].call(t,i))}nt(e,n,i,{capture:!0})}i[\"a\"].pointerEventsSupported?r[\"k\"](W.pointer,n):i[\"a\"].touchEventsSupported||r[\"k\"](W.mouse,n)}function nt(t,e,n,i){t.mounted[e]=n,t.listenerOpts[e]=i,Object(h[\"a\"])(t.domTarget,e,n,i)}function it(t){var e=t.mounted;for(var n in e)e.hasOwnProperty(n)&&Object(h[\"e\"])(t.domTarget,n,e[n],t.listenerOpts[n]);t.mounted={}}var rt=function(){function t(t,e){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=t,this.domHandlers=e}return t}(),ot=function(t){function e(e,n){var i=t.call(this)||this;return i.__pointerCapturing=!1,i.dom=e,i.painterRoot=n,i._localHandlerScope=new rt(e,$),V&&(i._globalHandlerScope=new rt(document,J)),tt(i,i._localHandlerScope),i}return Object(o[\"a\"])(e,t),e.prototype.dispose=function(){it(this._localHandlerScope),V&&it(this._globalHandlerScope)},e.prototype.setCursor=function(t){this.dom.style&&(this.dom.style.cursor=t||\"default\")},e.prototype.__togglePointerCapture=function(t){if(this.__mayPointerCapture=null,V&&+this.__pointerCapturing^+t){this.__pointerCapturing=t;var e=this._globalHandlerScope;t?et(this,e):it(e)}},e}(c[\"a\"]),at=ot,st=n(\"41ef\"),lt=n(\"2cf4c\"),ut=n(\"2dc5\"),ct={},ht={};function ft(t){delete ht[t]}function dt(t){if(!t)return!1;if(\"string\"===typeof t)return Object(st[\"c\"])(t,1)<lt[\"b\"];if(t.colorStops){for(var e=t.colorStops,n=0,i=e.length,r=0;r<i;r++)n+=Object(st[\"c\"])(e[r].color,1);return n/=i,n<lt[\"b\"]}return!1}var pt=function(){function t(t,e,n){var o=this;this._sleepAfterStill=10,this._stillFrameAccum=0,this._needsRefresh=!0,this._needsRefreshHover=!0,this._darkMode=!1,n=n||{},this.dom=e,this.id=t;var a=new R,s=n.renderer||\"canvas\";ct[s]||(s=r[\"E\"](ct)[0]),n.useDirtyRect=null!=n.useDirtyRect&&n.useDirtyRect;var l=new ct[s](e,a,n,t),u=n.ssr||l.ssrOnly;this.storage=a,this.painter=l;var c,h=i[\"a\"].node||i[\"a\"].worker||u?null:new at(l.getViewportRoot(),l.root),f=n.useCoarsePointer,d=null==f||\"auto\"===f?i[\"a\"].touchEventsSupported:!!f,p=44;d&&(c=r[\"N\"](n.pointerSize,p)),this.handler=new T(a,l,h,l.root,c),this.animation=new F({stage:{update:u?null:function(){return o._flush(!0)}}}),u||this.animation.start()}return t.prototype.add=function(t){t&&(this.storage.addRoot(t),t.addSelfToZr(this),this.refresh())},t.prototype.remove=function(t){t&&(this.storage.delRoot(t),t.removeSelfFromZr(this),this.refresh())},t.prototype.configLayer=function(t,e){this.painter.configLayer&&this.painter.configLayer(t,e),this.refresh()},t.prototype.setBackgroundColor=function(t){this.painter.setBackgroundColor&&this.painter.setBackgroundColor(t),this.refresh(),this._backgroundColor=t,this._darkMode=dt(t)},t.prototype.getBackgroundColor=function(){return this._backgroundColor},t.prototype.setDarkMode=function(t){this._darkMode=t},t.prototype.isDarkMode=function(){return this._darkMode},t.prototype.refreshImmediately=function(t){t||this.animation.update(!0),this._needsRefresh=!1,this.painter.refresh(),this._needsRefresh=!1},t.prototype.refresh=function(){this._needsRefresh=!0,this.animation.start()},t.prototype.flush=function(){this._flush(!1)},t.prototype._flush=function(t){var e,n=B();this._needsRefresh&&(e=!0,this.refreshImmediately(t)),this._needsRefreshHover&&(e=!0,this.refreshHoverImmediately());var i=B();e?(this._stillFrameAccum=0,this.trigger(\"rendered\",{elapsedTime:i-n})):this._sleepAfterStill>0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},t.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},t.prototype.wakeUp=function(){this.animation.start(),this._stillFrameAccum=0},t.prototype.refreshHover=function(){this._needsRefreshHover=!0},t.prototype.refreshHoverImmediately=function(){this._needsRefreshHover=!1,this.painter.refreshHover&&\"canvas\"===this.painter.getType()&&this.painter.refreshHover()},t.prototype.resize=function(t){t=t||{},this.painter.resize(t.width,t.height),this.handler.resize()},t.prototype.clearAnimation=function(){this.animation.clear()},t.prototype.getWidth=function(){return this.painter.getWidth()},t.prototype.getHeight=function(){return this.painter.getHeight()},t.prototype.setCursorStyle=function(t){this.handler.setCursorStyle(t)},t.prototype.findHover=function(t,e){return this.handler.findHover(t,e)},t.prototype.on=function(t,e,n){return this.handler.on(t,e,n),this},t.prototype.off=function(t,e){this.handler.off(t,e)},t.prototype.trigger=function(t,e){this.handler.trigger(t,e)},t.prototype.clear=function(){for(var t=this.storage.getRoots(),e=0;e<t.length;e++)t[e]instanceof ut[\"a\"]&&t[e].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()},t.prototype.dispose=function(){this.animation.stop(),this.clear(),this.storage.dispose(),this.painter.dispose(),this.handler.dispose(),this.animation=this.storage=this.painter=this.handler=null,ft(this.id)},t}();function gt(t,e){var n=new pt(r[\"o\"](),t,e);return ht[n.id]=n,n}function vt(t,e){ct[t]=e}},\"6cb7\":function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"6d8b\"),o=n(\"4319\"),a=n(\"8918\"),s=n(\"625e\"),l=n(\"e0d3\"),u=n(\"f934\"),c=Object(l[\"l\"])(),h=function(t){function e(e,n,i){var r=t.call(this,e,n,i)||this;return r.uid=a[\"c\"](\"ec_cpt_model\"),r}return Object(i[\"a\"])(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=u[\"a\"](this),i=n?u[\"b\"](t):{},o=e.getTheme();r[\"H\"](t,o.get(this.mainType)),r[\"H\"](t,this.getDefaultOption()),n&&u[\"d\"](t,i,n)},e.prototype.mergeOption=function(t,e){r[\"H\"](this.option,t,!0);var n=u[\"a\"](this);n&&u[\"d\"](this.option,t,n)},e.prototype.optionUpdated=function(t,e){},e.prototype.getDefaultOption=function(){var t=this.constructor;if(!Object(s[\"d\"])(t))return t.defaultOption;var e=c(this);if(!e.defaultOption){var n=[],i=t;while(i){var o=i.prototype.defaultOption;o&&n.push(o),i=i.superClass}for(var a={},l=n.length-1;l>=0;l--)a=r[\"H\"](a,n[l],!0);e.defaultOption=a}return e.defaultOption},e.prototype.getReferringComponents=function(t,e){var n=t+\"Index\",i=t+\"Id\";return Object(l[\"r\"])(this.ecModel,t,{index:this.get(n,!0),id:this.get(i,!0)},e)},e.prototype.getBoxLayoutParams=function(){var t=this;return{left:t.get(\"left\"),top:t.get(\"top\"),right:t.get(\"right\"),bottom:t.get(\"bottom\"),width:t.get(\"width\"),height:t.get(\"height\")}},e.prototype.getZLevelKey=function(){return\"\"},e.prototype.setZLevel=function(t){this.option.zlevel=t},e.protoInitialize=function(){var t=e.prototype;t.type=\"component\",t.id=\"\",t.name=\"\",t.mainType=\"\",t.subType=\"\",t.componentIndex=0}(),e}(o[\"a\"]);function f(t){var e=[];return r[\"k\"](h.getClassesByMainType(t),(function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])})),e=r[\"G\"](e,(function(t){return Object(s[\"f\"])(t).main})),\"dataset\"!==t&&r[\"q\"](e,\"dataset\")<=0&&e.unshift(\"dataset\"),e}Object(s[\"e\"])(h,o[\"a\"]),Object(s[\"c\"])(h),a[\"a\"](h),a[\"b\"](h,f),e[\"a\"]=h},\"6d8b\":function(t,e,n){\"use strict\";n.d(e,\"o\",(function(){return v})),n.d(e,\"F\",(function(){return y})),n.d(e,\"d\",(function(){return m})),n.d(e,\"H\",(function(){return b})),n.d(e,\"m\",(function(){return _})),n.d(e,\"i\",(function(){return x})),n.d(e,\"q\",(function(){return O})),n.d(e,\"r\",(function(){return w})),n.d(e,\"I\",(function(){return j})),n.d(e,\"t\",(function(){return S})),n.d(e,\"k\",(function(){return M})),n.d(e,\"G\",(function(){return k})),n.d(e,\"L\",(function(){return T})),n.d(e,\"n\",(function(){return C})),n.d(e,\"E\",(function(){return I})),n.d(e,\"c\",(function(){return A})),n.d(e,\"h\",(function(){return P})),n.d(e,\"s\",(function(){return L})),n.d(e,\"v\",(function(){return R})),n.d(e,\"B\",(function(){return z})),n.d(e,\"C\",(function(){return N})),n.d(e,\"y\",(function(){return B})),n.d(e,\"z\",(function(){return E})),n.d(e,\"D\",(function(){return H})),n.d(e,\"u\",(function(){return V})),n.d(e,\"w\",(function(){return G})),n.d(e,\"x\",(function(){return W})),n.d(e,\"A\",(function(){return U})),n.d(e,\"l\",(function(){return q})),n.d(e,\"M\",(function(){return X})),n.d(e,\"N\",(function(){return Y})),n.d(e,\"O\",(function(){return Z})),n.d(e,\"Q\",(function(){return K})),n.d(e,\"K\",(function(){return Q})),n.d(e,\"b\",(function(){return $})),n.d(e,\"R\",(function(){return J})),n.d(e,\"P\",(function(){return et})),n.d(e,\"f\",(function(){return rt})),n.d(e,\"e\",(function(){return ot})),n.d(e,\"g\",(function(){return at})),n.d(e,\"j\",(function(){return st})),n.d(e,\"p\",(function(){return lt})),n.d(e,\"J\",(function(){return ut})),n.d(e,\"a\",(function(){return ct}));var i=n(\"726e\"),r=T([\"Function\",\"RegExp\",\"Date\",\"Error\",\"CanvasGradient\",\"CanvasPattern\",\"Image\",\"Canvas\"],(function(t,e){return t[\"[object \"+e+\"]\"]=!0,t}),{}),o=T([\"Int8\",\"Uint8\",\"Uint8Clamped\",\"Int16\",\"Uint16\",\"Int32\",\"Uint32\",\"Float32\",\"Float64\"],(function(t,e){return t[\"[object \"+e+\"Array]\"]=!0,t}),{}),a=Object.prototype.toString,s=Array.prototype,l=s.forEach,u=s.filter,c=s.slice,h=s.map,f=function(){}.constructor,d=f?f.prototype:null,p=\"__proto__\",g=2311;function v(){return g++}function y(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];\"undefined\"!==typeof console&&console.error.apply(console,t)}function m(t){if(null==t||\"object\"!==typeof t)return t;var e=t,n=a.call(t);if(\"[object Array]\"===n){if(!nt(t)){e=[];for(var i=0,s=t.length;i<s;i++)e[i]=m(t[i])}}else if(o[n]){if(!nt(t)){var l=t.constructor;if(l.from)e=l.from(t);else{e=new l(t.length);for(i=0,s=t.length;i<s;i++)e[i]=t[i]}}}else if(!r[n]&&!nt(t)&&!V(t))for(var u in e={},t)t.hasOwnProperty(u)&&u!==p&&(e[u]=m(t[u]));return e}function b(t,e,n){if(!E(e)||!E(t))return n?m(e):t;for(var i in e)if(e.hasOwnProperty(i)&&i!==p){var r=t[i],o=e[i];!E(o)||!E(r)||L(o)||L(r)||V(o)||V(r)||F(o)||F(r)||nt(o)||nt(r)?!n&&i in t||(t[i]=m(e[i])):b(r,o,n)}return t}function _(t,e){if(Object.assign)Object.assign(t,e);else for(var n in e)e.hasOwnProperty(n)&&n!==p&&(t[n]=e[n]);return t}function x(t,e,n){for(var i=I(e),r=0;r<i.length;r++){var o=i[r];(n?null!=e[o]:null==t[o])&&(t[o]=e[o])}return t}i[\"c\"].createCanvas;function O(t,e){if(t){if(t.indexOf)return t.indexOf(e);for(var n=0,i=t.length;n<i;n++)if(t[n]===e)return n}return-1}function w(t,e){var n=t.prototype;function i(){}for(var r in i.prototype=e.prototype,t.prototype=new i,n)n.hasOwnProperty(r)&&(t.prototype[r]=n[r]);t.prototype.constructor=t,t.superClass=e}function j(t,e,n){if(t=\"prototype\"in t?t.prototype:t,e=\"prototype\"in e?e.prototype:e,Object.getOwnPropertyNames)for(var i=Object.getOwnPropertyNames(e),r=0;r<i.length;r++){var o=i[r];\"constructor\"!==o&&(n?null!=e[o]:null==t[o])&&(t[o]=e[o])}else x(t,e,n)}function S(t){return!!t&&(\"string\"!==typeof t&&\"number\"===typeof t.length)}function M(t,e,n){if(t&&e)if(t.forEach&&t.forEach===l)t.forEach(e,n);else if(t.length===+t.length)for(var i=0,r=t.length;i<r;i++)e.call(n,t[i],i,t);else for(var o in t)t.hasOwnProperty(o)&&e.call(n,t[o],o,t)}function k(t,e,n){if(!t)return[];if(!e)return K(t);if(t.map&&t.map===h)return t.map(e,n);for(var i=[],r=0,o=t.length;r<o;r++)i.push(e.call(n,t[r],r,t));return i}function T(t,e,n,i){if(t&&e){for(var r=0,o=t.length;r<o;r++)n=e.call(i,n,t[r],r,t);return n}}function C(t,e,n){if(!t)return[];if(!e)return K(t);if(t.filter&&t.filter===u)return t.filter(e,n);for(var i=[],r=0,o=t.length;r<o;r++)e.call(n,t[r],r,t)&&i.push(t[r]);return i}function I(t){if(!t)return[];if(Object.keys)return Object.keys(t);var e=[];for(var n in t)t.hasOwnProperty(n)&&e.push(n);return e}function D(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return function(){return t.apply(e,n.concat(c.call(arguments)))}}var A=d&&R(d.bind)?d.call.bind(d.bind):D;function P(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return function(){return t.apply(this,e.concat(c.call(arguments)))}}function L(t){return Array.isArray?Array.isArray(t):\"[object Array]\"===a.call(t)}function R(t){return\"function\"===typeof t}function z(t){return\"string\"===typeof t}function N(t){return\"[object String]\"===a.call(t)}function B(t){return\"number\"===typeof t}function E(t){var e=typeof t;return\"function\"===e||!!t&&\"object\"===e}function F(t){return!!r[a.call(t)]}function H(t){return!!o[a.call(t)]}function V(t){return\"object\"===typeof t&&\"number\"===typeof t.nodeType&&\"object\"===typeof t.ownerDocument}function G(t){return null!=t.colorStops}function W(t){return null!=t.image}function U(t){return\"[object RegExp]\"===a.call(t)}function q(t){return t!==t}function X(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var n=0,i=t.length;n<i;n++)if(null!=t[n])return t[n]}function Y(t,e){return null!=t?t:e}function Z(t,e,n){return null!=t?t:null!=e?e:n}function K(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return c.apply(t,e)}function Q(t){if(\"number\"===typeof t)return[t,t,t,t];var e=t.length;return 2===e?[t[0],t[1],t[0],t[1]]:3===e?[t[0],t[1],t[2],t[1]]:t}function $(t,e){if(!t)throw new Error(e)}function J(t){return null==t?null:\"function\"===typeof t.trim?t.trim():t.replace(/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,\"\")}var tt=\"__ec_primitive__\";function et(t){t[tt]=!0}function nt(t){return t[tt]}var it=function(){function t(e){this.data={};var n=L(e);this.data={};var i=this;function r(t,e){n?i.set(t,e):i.set(e,t)}e instanceof t?e.each(r):e&&M(e,r)}return t.prototype.get=function(t){return this.data.hasOwnProperty(t)?this.data[t]:null},t.prototype.set=function(t,e){return this.data[t]=e},t.prototype.each=function(t,e){for(var n in this.data)this.data.hasOwnProperty(n)&&t.call(e,this.data[n],n)},t.prototype.keys=function(){return I(this.data)},t.prototype.removeKey=function(t){delete this.data[t]},t}();function rt(t){return new it(t)}function ot(t,e){for(var n=new t.constructor(t.length+e.length),i=0;i<t.length;i++)n[i]=t[i];var r=t.length;for(i=0;i<e.length;i++)n[i+r]=e[i];return n}function at(t,e){var n;if(Object.create)n=Object.create(t);else{var i=function(){};i.prototype=t,n=new i}return e&&_(n,e),n}function st(t){var e=t.style;e.webkitUserSelect=\"none\",e.userSelect=\"none\",e.webkitTapHighlightColor=\"rgba(0,0,0,0)\",e[\"-webkit-touch-callout\"]=\"none\"}function lt(t,e){return t.hasOwnProperty(e)}function ut(){}var ct=180/Math.PI},\"6fd3\":function(t,e,n){\"use strict\";var i=function(){function t(t){t&&(this._$eventProcessor=t)}return t.prototype.on=function(t,e,n,i){this._$handlers||(this._$handlers={});var r=this._$handlers;if(\"function\"===typeof e&&(i=n,n=e,e=null),!n||!t)return this;var o=this._$eventProcessor;null!=e&&o&&o.normalizeQuery&&(e=o.normalizeQuery(e)),r[t]||(r[t]=[]);for(var a=0;a<r[t].length;a++)if(r[t][a].h===n)return this;var s={h:n,query:e,ctx:i||this,callAtLast:n.zrEventfulCallAtLast},l=r[t].length-1,u=r[t][l];return u&&u.callAtLast?r[t].splice(l,0,s):r[t].push(s),this},t.prototype.isSilent=function(t){var e=this._$handlers;return!e||!e[t]||!e[t].length},t.prototype.off=function(t,e){var n=this._$handlers;if(!n)return this;if(!t)return this._$handlers={},this;if(e){if(n[t]){for(var i=[],r=0,o=n[t].length;r<o;r++)n[t][r].h!==e&&i.push(n[t][r]);n[t]=i}n[t]&&0===n[t].length&&delete n[t]}else delete n[t];return this},t.prototype.trigger=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];if(!this._$handlers)return this;var i=this._$handlers[t],r=this._$eventProcessor;if(i)for(var o=e.length,a=i.length,s=0;s<a;s++){var l=i[s];if(!r||!r.filter||null==l.query||r.filter(t,l.query))switch(o){case 0:l.h.call(l.ctx);break;case 1:l.h.call(l.ctx,e[0]);break;case 2:l.h.call(l.ctx,e[0],e[1]);break;default:l.h.apply(l.ctx,e);break}}return r&&r.afterTrigger&&r.afterTrigger(t),this},t.prototype.triggerWithContext=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];if(!this._$handlers)return this;var i=this._$handlers[t],r=this._$eventProcessor;if(i)for(var o=e.length,a=e[o-1],s=i.length,l=0;l<s;l++){var u=i[l];if(!r||!r.filter||null==u.query||r.filter(t,u.query))switch(o){case 0:u.h.call(a);break;case 1:u.h.call(a,e[0]);break;case 2:u.h.call(a,e[0],e[1]);break;default:u.h.apply(a,e.slice(1,o-1));break}}return r&&r.afterTrigger&&r.afterTrigger(t),this},t}();e[\"a\"]=i},\"726e\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return i})),n.d(e,\"a\",(function(){return o})),n.d(e,\"c\",(function(){return h})),n.d(e,\"d\",(function(){return f}));var i=12,r=\"sans-serif\",o=i+\"px \"+r,a=20,s=100,l=\"007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\\\\\WQb\\\\0FWLg\\\\bWb\\\\WQ\\\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\\\FFF5.5N\";function u(t){var e={};if(\"undefined\"===typeof JSON)return e;for(var n=0;n<t.length;n++){var i=String.fromCharCode(n+32),r=(t.charCodeAt(n)-a)/s;e[i]=r}return e}var c=u(l),h={createCanvas:function(){return\"undefined\"!==typeof document&&document.createElement(\"canvas\")},measureText:function(){var t,e;return function(n,r){if(!t){var a=h.createCanvas();t=a&&a.getContext(\"2d\")}if(t)return e!==r&&(e=t.font=r||o),t.measureText(n);n=n||\"\",r=r||o;var s=/^([0-9]*?)px$/.exec(r),l=+(s&&s[1])||i,u=0;if(r.indexOf(\"mono\")>=0)u=l*n.length;else for(var f=0;f<n.length;f++){var d=c[n[f]];u+=null==d?l:d*l}return{width:u}}}(),loadImage:function(t,e,n){var i=new Image;return i.onload=e,i.onerror=n,i.src=t,i}};function f(t){for(var e in h)t[e]&&(h[e]=t[e])}},\"76a5\":function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"d409\"),o=n(\"dd4f\"),a=n(\"6d8b\"),s=n(\"e86a\"),l=n(\"0da8\"),u=n(\"c7a2\"),c=n(\"9850\"),h=n(\"19eb\"),f=n(\"726e\"),d={fill:\"#000\"},p=2,g={style:Object(a[\"i\"])({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},h[\"a\"].style)},v=function(t){function e(e){var n=t.call(this)||this;return n.type=\"text\",n._children=[],n._defaultStyle=d,n.attr(e),n}return Object(i[\"a\"])(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.update=function(){t.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var e=0;e<this._children.length;e++){var n=this._children[e];n.zlevel=this.zlevel,n.z=this.z,n.z2=this.z2,n.culling=this.culling,n.cursor=this.cursor,n.invisible=this.invisible}},e.prototype.updateTransform=function(){var e=this.innerTransformable;e?(e.updateTransform(),e.transform&&(this.transform=e.transform)):t.prototype.updateTransform.call(this)},e.prototype.getLocalTransform=function(e){var n=this.innerTransformable;return n?n.getLocalTransform(e):t.prototype.getLocalTransform.call(this,e)},e.prototype.getComputedTransform=function(){return this.__hostTarget&&(this.__hostTarget.getComputedTransform(),this.__hostTarget.updateInnerText(!0)),t.prototype.getComputedTransform.call(this)},e.prototype._updateSubTexts=function(){this._childCursor=0,w(this.style),this.style.rich?this._updateRichTexts():this._updatePlainTexts(),this._children.length=this._childCursor,this.styleUpdated()},e.prototype.addSelfToZr=function(e){t.prototype.addSelfToZr.call(this,e);for(var n=0;n<this._children.length;n++)this._children[n].__zr=e},e.prototype.removeSelfFromZr=function(e){t.prototype.removeSelfFromZr.call(this,e);for(var n=0;n<this._children.length;n++)this._children[n].__zr=null},e.prototype.getBoundingRect=function(){if(this.styleChanged()&&this._updateSubTexts(),!this._rect){for(var t=new c[\"a\"](0,0,0,0),e=this._children,n=[],i=null,r=0;r<e.length;r++){var o=e[r],a=o.getBoundingRect(),s=o.getLocalTransform(n);s?(t.copy(a),t.applyTransform(s),i=i||t.clone(),i.union(t)):(i=i||a.clone(),i.union(a))}this._rect=i||t}return this._rect},e.prototype.setDefaultTextStyle=function(t){this._defaultStyle=t||d},e.prototype.setTextContent=function(t){0},e.prototype._mergeStyle=function(t,e){if(!e)return t;var n=e.rich,i=t.rich||n&&{};return Object(a[\"m\"])(t,e),n&&i?(this._mergeRich(i,n),t.rich=i):i&&(t.rich=i),t},e.prototype._mergeRich=function(t,e){for(var n=Object(a[\"E\"])(e),i=0;i<n.length;i++){var r=n[i];t[r]=t[r]||{},Object(a[\"m\"])(t[r],e[r])}},e.prototype.getAnimationStyleProps=function(){return g},e.prototype._getOrCreateChild=function(t){var e=this._children[this._childCursor];return e&&e instanceof t||(e=new t),this._children[this._childCursor++]=e,e.__zr=this.__zr,e.parent=this,e},e.prototype._updatePlainTexts=function(){var t=this.style,e=t.font||f[\"a\"],n=t.padding,i=T(t),a=Object(r[\"a\"])(i,t),l=C(t),u=!!t.backgroundColor,h=a.outerHeight,d=a.outerWidth,g=a.contentWidth,v=a.lines,y=a.lineHeight,m=this._defaultStyle,b=t.x||0,_=t.y||0,O=t.align||m.align||\"left\",w=t.verticalAlign||m.verticalAlign||\"top\",j=b,I=Object(s[\"b\"])(_,a.contentHeight,w);if(l||n){var D=Object(s[\"a\"])(b,d,O),A=Object(s[\"b\"])(_,h,w);l&&this._renderBackground(t,t,D,A,d,h)}I+=y/2,n&&(j=k(b,O,n),\"top\"===w?I+=n[0]:\"bottom\"===w&&(I-=n[2]));for(var P=0,L=!1,R=(M(\"fill\"in t?t.fill:(L=!0,m.fill))),z=(S(\"stroke\"in t?t.stroke:u||m.autoStroke&&!L?null:(P=p,m.stroke))),N=t.textShadowBlur>0,B=null!=t.width&&(\"truncate\"===t.overflow||\"break\"===t.overflow||\"breakAll\"===t.overflow),E=a.calculatedLineHeight,F=0;F<v.length;F++){var H=this._getOrCreateChild(o[\"a\"]),V=H.createStyle();H.useStyle(V),V.text=v[F],V.x=j,V.y=I,O&&(V.textAlign=O),V.textBaseline=\"middle\",V.opacity=t.opacity,V.strokeFirst=!0,N&&(V.shadowBlur=t.textShadowBlur||0,V.shadowColor=t.textShadowColor||\"transparent\",V.shadowOffsetX=t.textShadowOffsetX||0,V.shadowOffsetY=t.textShadowOffsetY||0),V.stroke=z,V.fill=R,z&&(V.lineWidth=t.lineWidth||P,V.lineDash=t.lineDash,V.lineDashOffset=t.lineDashOffset||0),V.font=e,x(V,t),I+=y,B&&H.setBoundingRect(new c[\"a\"](Object(s[\"a\"])(V.x,t.width,V.textAlign),Object(s[\"b\"])(V.y,E,V.textBaseline),g,E))}},e.prototype._updateRichTexts=function(){var t=this.style,e=T(t),n=Object(r[\"b\"])(e,t),i=n.width,o=n.outerWidth,a=n.outerHeight,l=t.padding,u=t.x||0,c=t.y||0,h=this._defaultStyle,f=t.align||h.align,d=t.verticalAlign||h.verticalAlign,p=Object(s[\"a\"])(u,o,f),g=Object(s[\"b\"])(c,a,d),v=p,y=g;l&&(v+=l[3],y+=l[0]);var m=v+i;C(t)&&this._renderBackground(t,t,p,g,o,a);for(var b=!!t.backgroundColor,_=0;_<n.lines.length;_++){var x=n.lines[_],O=x.tokens,w=O.length,j=x.lineHeight,S=x.width,M=0,k=v,I=m,D=w-1,A=void 0;while(M<w&&(A=O[M],!A.align||\"left\"===A.align))this._placeToken(A,t,j,y,k,\"left\",b),S-=A.width,k+=A.width,M++;while(D>=0&&(A=O[D],\"right\"===A.align))this._placeToken(A,t,j,y,I,\"right\",b),S-=A.width,I-=A.width,D--;k+=(i-(k-v)-(m-I)-S)/2;while(M<=D)A=O[M],this._placeToken(A,t,j,y,k+A.width/2,\"center\",b),k+=A.width,M++;y+=j}},e.prototype._placeToken=function(t,e,n,i,r,l,u){var h=e.rich[t.styleName]||{};h.text=t.text;var d=t.verticalAlign,g=i+n/2;\"top\"===d?g=i+t.height/2:\"bottom\"===d&&(g=i+n-t.height/2);var v=!t.isLineHolder&&C(h);v&&this._renderBackground(h,e,\"right\"===l?r-t.width:\"center\"===l?r-t.width/2:r,g-t.height/2,t.width,t.height);var y=!!h.backgroundColor,m=t.textPadding;m&&(r=k(r,l,m),g-=t.height/2-m[0]-t.innerHeight/2);var b=this._getOrCreateChild(o[\"a\"]),_=b.createStyle();b.useStyle(_);var O=this._defaultStyle,w=!1,j=0,T=M(\"fill\"in h?h.fill:\"fill\"in e?e.fill:(w=!0,O.fill)),I=S(\"stroke\"in h?h.stroke:\"stroke\"in e?e.stroke:y||u||O.autoStroke&&!w?null:(j=p,O.stroke)),D=h.textShadowBlur>0||e.textShadowBlur>0;_.text=t.text,_.x=r,_.y=g,D&&(_.shadowBlur=h.textShadowBlur||e.textShadowBlur||0,_.shadowColor=h.textShadowColor||e.textShadowColor||\"transparent\",_.shadowOffsetX=h.textShadowOffsetX||e.textShadowOffsetX||0,_.shadowOffsetY=h.textShadowOffsetY||e.textShadowOffsetY||0),_.textAlign=l,_.textBaseline=\"middle\",_.font=t.font||f[\"a\"],_.opacity=Object(a[\"O\"])(h.opacity,e.opacity,1),x(_,h),I&&(_.lineWidth=Object(a[\"O\"])(h.lineWidth,e.lineWidth,j),_.lineDash=Object(a[\"N\"])(h.lineDash,e.lineDash),_.lineDashOffset=e.lineDashOffset||0,_.stroke=I),T&&(_.fill=T);var A=t.contentWidth,P=t.contentHeight;b.setBoundingRect(new c[\"a\"](Object(s[\"a\"])(_.x,A,_.textAlign),Object(s[\"b\"])(_.y,P,_.textBaseline),A,P))},e.prototype._renderBackground=function(t,e,n,i,r,o){var s,c,h=t.backgroundColor,f=t.borderWidth,d=t.borderColor,p=h&&h.image,g=h&&!p,v=t.borderRadius,y=this;if(g||t.lineHeight||f&&d){s=this._getOrCreateChild(u[\"a\"]),s.useStyle(s.createStyle()),s.style.fill=null;var m=s.shape;m.x=n,m.y=i,m.width=r,m.height=o,m.r=v,s.dirtyShape()}if(g){var b=s.style;b.fill=h||null,b.fillOpacity=Object(a[\"N\"])(t.fillOpacity,1)}else if(p){c=this._getOrCreateChild(l[\"a\"]),c.onload=function(){y.dirtyStyle()};var _=c.style;_.image=h.image,_.x=n,_.y=i,_.width=r,_.height=o}if(f&&d){b=s.style;b.lineWidth=f,b.stroke=d,b.strokeOpacity=Object(a[\"N\"])(t.strokeOpacity,1),b.lineDash=t.borderDash,b.lineDashOffset=t.borderDashOffset||0,s.strokeContainThreshold=0,s.hasFill()&&s.hasStroke()&&(b.strokeFirst=!0,b.lineWidth*=2)}var x=(s||c).style;x.shadowBlur=t.shadowBlur||0,x.shadowColor=t.shadowColor||\"transparent\",x.shadowOffsetX=t.shadowOffsetX||0,x.shadowOffsetY=t.shadowOffsetY||0,x.opacity=Object(a[\"O\"])(t.opacity,e.opacity,1)},e.makeFont=function(t){var e=\"\";return O(t)&&(e=[t.fontStyle,t.fontWeight,_(t.fontSize),t.fontFamily||\"sans-serif\"].join(\" \")),e&&Object(a[\"R\"])(e)||t.textFont||t.font},e}(h[\"c\"]),y={left:!0,right:1,center:1},m={top:1,bottom:1,middle:1},b=[\"fontStyle\",\"fontWeight\",\"fontSize\",\"fontFamily\"];function _(t){return\"string\"!==typeof t||-1===t.indexOf(\"px\")&&-1===t.indexOf(\"rem\")&&-1===t.indexOf(\"em\")?isNaN(+t)?f[\"b\"]+\"px\":t+\"px\":t}function x(t,e){for(var n=0;n<b.length;n++){var i=b[n],r=e[i];null!=r&&(t[i]=r)}}function O(t){return null!=t.fontSize||t.fontFamily||t.fontWeight}function w(t){return j(t),Object(a[\"k\"])(t.rich,j),t}function j(t){if(t){t.font=v.makeFont(t);var e=t.align;\"middle\"===e&&(e=\"center\"),t.align=null==e||y[e]?e:\"left\";var n=t.verticalAlign;\"center\"===n&&(n=\"middle\"),t.verticalAlign=null==n||m[n]?n:\"top\";var i=t.padding;i&&(t.padding=Object(a[\"K\"])(t.padding))}}function S(t,e){return null==t||e<=0||\"transparent\"===t||\"none\"===t?null:t.image||t.colorStops?\"#000\":t}function M(t){return null==t||\"none\"===t?null:t.image||t.colorStops?\"#000\":t}function k(t,e,n){return\"right\"===e?t-n[1]:\"center\"===e?t+n[3]/2-n[1]/2:t+n[3]}function T(t){var e=t.text;return null!=e&&(e+=\"\"),e}function C(t){return!!(t.backgroundColor||t.lineHeight||t.borderWidth&&t.borderColor)}e[\"a\"]=v},7837:function(t,e,n){\"use strict\";n.d(e,\"f\",(function(){return h})),n.d(e,\"d\",(function(){return f})),n.d(e,\"b\",(function(){return d})),n.d(e,\"c\",(function(){return x})),n.d(e,\"e\",(function(){return O})),n.d(e,\"a\",(function(){return w}));var i=n(\"76a5\"),r=n(\"6d8b\"),o=n(\"7d6c\"),a=n(\"e0d3\"),s=n(\"deca\"),l={};function u(t,e){for(var n=0;n<o[\"g\"].length;n++){var i=o[\"g\"][n],r=e[i],a=t.ensureState(i);a.style=a.style||{},a.style.text=r}var s=t.currentStates.slice();t.clearStates(!0),t.setStyle({text:e.normal}),t.useStates(s,!0)}function c(t,e,n){var i,a=t.labelFetcher,s=t.labelDataIndex,l=t.labelDimIndex,u=e.normal;a&&(i=a.getFormattedLabel(s,\"normal\",null,l,u&&u.get(\"formatter\"),null!=n?{interpolatedValue:n}:null)),null==i&&(i=Object(r[\"v\"])(t.defaultText)?t.defaultText(s,t,n):t.defaultText);for(var c={normal:i},h=0;h<o[\"g\"].length;h++){var f=o[\"g\"][h],d=e[f];c[f]=Object(r[\"N\"])(a?a.getFormattedLabel(s,f,null,l,d&&d.get(\"formatter\")):null,i)}return c}function h(t,e,n,a){n=n||l;for(var s=t instanceof i[\"a\"],h=!1,f=0;f<o[\"a\"].length;f++){var g=e[o[\"a\"][f]];if(g&&g.getShallow(\"show\")){h=!0;break}}var v=s?t:t.getTextContent();if(h){s||(v||(v=new i[\"a\"],t.setTextContent(v)),t.stateProxy&&(v.stateProxy=t.stateProxy));var y=c(n,e),m=e.normal,b=!!m.getShallow(\"show\"),_=d(m,a&&a.normal,n,!1,!s);_.text=y.normal,s||t.setTextConfig(p(m,n,!1));for(f=0;f<o[\"g\"].length;f++){var x=o[\"g\"][f];g=e[x];if(g){var w=v.ensureState(x),j=!!Object(r[\"N\"])(g.getShallow(\"show\"),b);if(j!==b&&(w.ignore=!j),w.style=d(g,a&&a[x],n,!0,!s),w.style.text=y[x],!s){var S=t.ensureState(x);S.textConfig=p(g,n,!0)}}}v.silent=!!m.getShallow(\"silent\"),null!=v.style.x&&(_.x=v.style.x),null!=v.style.y&&(_.y=v.style.y),v.ignore=!b,v.useStyle(_),v.dirty(),n.enableTextSetter&&(O(v).setLabelText=function(t){var i=c(n,e,t);u(v,i)})}else v&&(v.ignore=!0);t.dirty()}function f(t,e){e=e||\"label\";for(var n={normal:t.getModel(e)},i=0;i<o[\"g\"].length;i++){var r=o[\"g\"][i];n[r]=t.getModel([r,e])}return n}function d(t,e,n,i,o){var a={};return g(a,t,n,i,o),e&&Object(r[\"m\"])(a,e),a}function p(t,e,n){e=e||{};var i,o={},a=t.getShallow(\"rotate\"),s=Object(r[\"N\"])(t.getShallow(\"distance\"),n?null:5),l=t.getShallow(\"offset\");return i=t.getShallow(\"position\")||(n?null:\"inside\"),\"outside\"===i&&(i=e.defaultOutsidePosition||\"top\"),null!=i&&(o.position=i),null!=l&&(o.offset=l),null!=a&&(a*=Math.PI/180,o.rotation=a),null!=s&&(o.distance=s),o.outsideFill=\"inherit\"===t.get(\"color\")?e.inheritColor||null:\"auto\",o}function g(t,e,n,i,r){n=n||l;var o,a=e.ecModel,s=a&&a.option.textStyle,u=v(e);if(u)for(var c in o={},u)if(u.hasOwnProperty(c)){var h=e.getModel([\"rich\",c]);_(o[c]={},h,s,n,i,r,!1,!0)}o&&(t.rich=o);var f=e.get(\"overflow\");f&&(t.overflow=f);var d=e.get(\"minMargin\");null!=d&&(t.margin=d),_(t,e,s,n,i,r,!0,!1)}function v(t){var e;while(t&&t!==t.ecModel){var n=(t.option||l).rich;if(n){e=e||{};for(var i=Object(r[\"E\"])(n),o=0;o<i.length;o++){var a=i[o];e[a]=1}}t=t.parentModel}return e}var y=[\"fontStyle\",\"fontWeight\",\"fontSize\",\"fontFamily\",\"textShadowColor\",\"textShadowBlur\",\"textShadowOffsetX\",\"textShadowOffsetY\"],m=[\"align\",\"lineHeight\",\"width\",\"height\",\"tag\",\"verticalAlign\"],b=[\"padding\",\"borderWidth\",\"borderRadius\",\"borderDashOffset\",\"backgroundColor\",\"borderColor\",\"shadowColor\",\"shadowBlur\",\"shadowOffsetX\",\"shadowOffsetY\"];function _(t,e,n,i,o,a,s,u){n=!o&&n||l;var c=i&&i.inheritColor,h=e.getShallow(\"color\"),f=e.getShallow(\"textBorderColor\"),d=Object(r[\"N\"])(e.getShallow(\"opacity\"),n.opacity);\"inherit\"!==h&&\"auto\"!==h||(h=c||null),\"inherit\"!==f&&\"auto\"!==f||(f=c||null),a||(h=h||n.color,f=f||n.textBorderColor),null!=h&&(t.fill=h),null!=f&&(t.stroke=f);var p=Object(r[\"N\"])(e.getShallow(\"textBorderWidth\"),n.textBorderWidth);null!=p&&(t.lineWidth=p);var g=Object(r[\"N\"])(e.getShallow(\"textBorderType\"),n.textBorderType);null!=g&&(t.lineDash=g);var v=Object(r[\"N\"])(e.getShallow(\"textBorderDashOffset\"),n.textBorderDashOffset);null!=v&&(t.lineDashOffset=v),o||null!=d||u||(d=i&&i.defaultOpacity),null!=d&&(t.opacity=d),o||a||null==t.fill&&i.inheritColor&&(t.fill=i.inheritColor);for(var _=0;_<y.length;_++){var x=y[_],O=Object(r[\"N\"])(e.getShallow(x),n[x]);null!=O&&(t[x]=O)}for(_=0;_<m.length;_++){x=m[_],O=e.getShallow(x);null!=O&&(t[x]=O)}if(null==t.verticalAlign){var w=e.getShallow(\"baseline\");null!=w&&(t.verticalAlign=w)}if(!s||!i.disableBox){for(_=0;_<b.length;_++){x=b[_],O=e.getShallow(x);null!=O&&(t[x]=O)}var j=e.getShallow(\"borderType\");null!=j&&(t.borderDash=j),\"auto\"!==t.backgroundColor&&\"inherit\"!==t.backgroundColor||!c||(t.backgroundColor=c),\"auto\"!==t.borderColor&&\"inherit\"!==t.borderColor||!c||(t.borderColor=c)}}function x(t,e){var n=e&&e.getModel(\"textStyle\");return Object(r[\"R\"])([t.fontStyle||n&&n.getShallow(\"fontStyle\")||\"\",t.fontWeight||n&&n.getShallow(\"fontWeight\")||\"\",(t.fontSize||n&&n.getShallow(\"fontSize\")||12)+\"px\",t.fontFamily||n&&n.getShallow(\"fontFamily\")||\"sans-serif\"].join(\" \"))}var O=Object(a[\"l\"])();function w(t,e,n,i,o){var l=O(t);if(l.valueAnimation&&l.prevValue!==l.value){var h=l.defaultInterpolatedText,f=Object(r[\"N\"])(l.interpolatedValue,l.prevValue),d=l.value;t.percent=0,(null==l.prevValue?s[\"c\"]:s[\"h\"])(t,{percent:1},i,e,null,p)}function p(i){var r=Object(a[\"h\"])(n,l.precision,f,d,i);l.interpolatedValue=1===i?null:r;var s=c({labelDataIndex:e,labelFetcher:o,defaultText:h?h(r):r+\"\"},l.statesModels,r);u(t,s)}}},\"7a29\":function(t,e,n){\"use strict\";(function(t){n.d(e,\"a\",(function(){return o})),n.d(e,\"b\",(function(){return a}));var i=n(\"6d8b\"),r=(n(\"41ef\"),n(\"22d1\"));Math.round;function o(t){return\"linear\"===t.type}function a(t){return\"radial\"===t.type}(function(){r[\"a\"].hasGlobalWindow&&Object(i[\"v\"])(window.btoa)})()}).call(this,n(\"b639\").Buffer)},\"7d6c\":function(t,e,n){\"use strict\";n.d(e,\"d\",(function(){return p})),n.d(e,\"e\",(function(){return g})),n.d(e,\"g\",(function(){return v})),n.d(e,\"a\",(function(){return y})),n.d(e,\"c\",(function(){return _})),n.d(e,\"b\",(function(){return x})),n.d(e,\"f\",(function(){return O})),n.d(e,\"i\",(function(){return w})),n.d(e,\"h\",(function(){return j})),n.d(e,\"B\",(function(){return N})),n.d(e,\"n\",(function(){return q})),n.d(e,\"y\",(function(){return X})),n.d(e,\"m\",(function(){return Y})),n.d(e,\"x\",(function(){return Z})),n.d(e,\"o\",(function(){return K})),n.d(e,\"z\",(function(){return Q})),n.d(e,\"j\",(function(){return J})),n.d(e,\"k\",(function(){return et})),n.d(e,\"l\",(function(){return nt})),n.d(e,\"p\",(function(){return it})),n.d(e,\"t\",(function(){return rt})),n.d(e,\"s\",(function(){return ot})),n.d(e,\"E\",(function(){return at})),n.d(e,\"F\",(function(){return st})),n.d(e,\"q\",(function(){return lt})),n.d(e,\"D\",(function(){return ht})),n.d(e,\"C\",(function(){return gt})),n.d(e,\"u\",(function(){return yt})),n.d(e,\"r\",(function(){return mt})),n.d(e,\"w\",(function(){return bt})),n.d(e,\"v\",(function(){return _t})),n.d(e,\"A\",(function(){return xt}));var i=n(\"d51b\"),r=n(\"6d8b\"),o=n(\"861c\"),a=n(\"41ef\"),s=n(\"e0d3\"),l=n(\"cbe5\"),u=1,c={},h=Object(s[\"l\"])(),f=Object(s[\"l\"])(),d=0,p=1,g=2,v=[\"emphasis\",\"blur\",\"select\"],y=[\"normal\",\"emphasis\",\"blur\",\"select\"],m=10,b=9,_=\"highlight\",x=\"downplay\",O=\"select\",w=\"unselect\",j=\"toggleSelect\";function S(t){return null!=t&&\"none\"!==t}var M=new i[\"a\"](100);function k(t){if(Object(r[\"B\"])(t)){var e=M.get(t);return e||(e=a[\"b\"](t,-.1),M.put(t,e)),e}if(Object(r[\"w\"])(t)){var n=Object(r[\"m\"])({},t);return n.colorStops=Object(r[\"G\"])(t.colorStops,(function(t){return{offset:t.offset,color:a[\"b\"](t.color,-.1)}})),n}return t}function T(t,e,n){t.onHoverStateChange&&(t.hoverState||0)!==n&&t.onHoverStateChange(e),t.hoverState=n}function C(t){T(t,\"emphasis\",g)}function I(t){t.hoverState===g&&T(t,\"normal\",d)}function D(t){T(t,\"blur\",p)}function A(t){t.hoverState===p&&T(t,\"normal\",d)}function P(t){t.selected=!0}function L(t){t.selected=!1}function R(t,e,n){e(t,n)}function z(t,e,n){R(t,e,n),t.isGroup&&t.traverse((function(t){R(t,e,n)}))}function N(t,e){switch(e){case\"emphasis\":t.hoverState=g;break;case\"normal\":t.hoverState=d;break;case\"blur\":t.hoverState=p;break;case\"select\":t.selected=!0}}function B(t,e,n,i){for(var r=t.style,o={},a=0;a<e.length;a++){var s=e[a],l=r[s];o[s]=null==l?i&&i[s]:l}for(a=0;a<t.animators.length;a++){var u=t.animators[a];u.__fromStateTransition&&u.__fromStateTransition.indexOf(n)<0&&\"style\"===u.targetName&&u.saveTo(o,e)}return o}function E(t,e,n,i){var o=n&&Object(r[\"q\"])(n,\"select\")>=0,a=!1;if(t instanceof l[\"b\"]){var s=h(t),u=o&&s.selectFill||s.normalFill,c=o&&s.selectStroke||s.normalStroke;if(S(u)||S(c)){i=i||{};var f=i.style||{};\"inherit\"===f.fill?(a=!0,i=Object(r[\"m\"])({},i),f=Object(r[\"m\"])({},f),f.fill=u):!S(f.fill)&&S(u)?(a=!0,i=Object(r[\"m\"])({},i),f=Object(r[\"m\"])({},f),f.fill=k(u)):!S(f.stroke)&&S(c)&&(a||(i=Object(r[\"m\"])({},i),f=Object(r[\"m\"])({},f)),f.stroke=k(c)),i.style=f}}if(i&&null==i.z2){a||(i=Object(r[\"m\"])({},i));var d=t.z2EmphasisLift;i.z2=t.z2+(null!=d?d:m)}return i}function F(t,e,n){if(n&&null==n.z2){n=Object(r[\"m\"])({},n);var i=t.z2SelectLift;n.z2=t.z2+(null!=i?i:b)}return n}function H(t,e,n){var i=Object(r[\"q\"])(t.currentStates,e)>=0,o=t.style.opacity,a=i?null:B(t,[\"opacity\"],e,{opacity:1});n=n||{};var s=n.style||{};return null==s.opacity&&(n=Object(r[\"m\"])({},n),s=Object(r[\"m\"])({opacity:i?o:.1*a.opacity},s),n.style=s),n}function V(t,e){var n=this.states[t];if(this.style){if(\"emphasis\"===t)return E(this,t,e,n);if(\"blur\"===t)return H(this,t,n);if(\"select\"===t)return F(this,t,n)}return n}function G(t){t.stateProxy=V;var e=t.getTextContent(),n=t.getTextGuideLine();e&&(e.stateProxy=V),n&&(n.stateProxy=V)}function W(t,e){!$(t,e)&&!t.__highByOuter&&z(t,C)}function U(t,e){!$(t,e)&&!t.__highByOuter&&z(t,I)}function q(t,e){t.__highByOuter|=1<<(e||0),z(t,C)}function X(t,e){!(t.__highByOuter&=~(1<<(e||0)))&&z(t,I)}function Y(t){z(t,D)}function Z(t){z(t,A)}function K(t){z(t,P)}function Q(t){z(t,L)}function $(t,e){return t.__highDownSilentOnTouch&&e.zrByTouch}function J(t){var e=t.getModel(),n=[],i=[];e.eachComponent((function(e,r){var o=f(r),a=\"series\"===e,s=a?t.getViewOfSeriesModel(r):t.getViewOfComponentModel(r);!a&&i.push(s),o.isBlured&&(s.group.traverse((function(t){A(t)})),a&&n.push(r)),o.isBlured=!1})),Object(r[\"k\"])(i,(function(t){t&&t.toggleBlurSeries&&t.toggleBlurSeries(n,!1,e)}))}function tt(t,e,n,i){var o=i.getModel();function a(t,e){for(var n=0;n<e.length;n++){var i=t.getItemGraphicEl(e[n]);i&&Z(i)}}if(n=n||\"coordinateSystem\",null!=t&&e&&\"none\"!==e){var s=o.getSeriesByIndex(t),l=s.coordinateSystem;l&&l.master&&(l=l.master);var u=[];o.eachSeries((function(t){var o=s===t,c=t.coordinateSystem;c&&c.master&&(c=c.master);var h=c&&l?c===l:o;if(!(\"series\"===n&&!o||\"coordinateSystem\"===n&&!h||\"series\"===e&&o)){var d=i.getViewOfSeriesModel(t);if(d.group.traverse((function(t){D(t)})),Object(r[\"t\"])(e))a(t.getData(),e);else if(Object(r[\"z\"])(e))for(var p=Object(r[\"E\"])(e),g=0;g<p.length;g++)a(t.getData(p[g]),e[p[g]]);u.push(t),f(t).isBlured=!0}})),o.eachComponent((function(t,e){if(\"series\"!==t){var n=i.getViewOfComponentModel(e);n&&n.toggleBlurSeries&&n.toggleBlurSeries(u,!0,o)}}))}}function et(t,e,n){if(null!=t&&null!=e){var i=n.getModel().getComponent(t,e);if(i){f(i).isBlured=!0;var r=n.getViewOfComponentModel(i);r&&r.focusBlurEnabled&&r.group.traverse((function(t){D(t)}))}}}function nt(t,e,n){var i=t.seriesIndex,a=t.getData(e.dataType);if(a){var l=Object(s[\"q\"])(a,e);l=(Object(r[\"s\"])(l)?l[0]:l)||0;var u=a.getItemGraphicEl(l);if(!u){var c=a.count(),h=0;while(!u&&h<c)u=a.getItemGraphicEl(h++)}if(u){var f=Object(o[\"a\"])(u);tt(i,f.focus,f.blurScope,n)}else{var d=t.get([\"emphasis\",\"focus\"]),p=t.get([\"emphasis\",\"blurScope\"]);null!=d&&tt(i,d,p,n)}}}function it(t,e,n,i){var r={focusSelf:!1,dispatchers:null};if(null==t||\"series\"===t||null==e||null==n)return r;var a=i.getModel().getComponent(t,e);if(!a)return r;var s=i.getViewOfComponentModel(a);if(!s||!s.findHighDownDispatchers)return r;for(var l,u=s.findHighDownDispatchers(n),c=0;c<u.length;c++)if(\"self\"===Object(o[\"a\"])(u[c]).focus){l=!0;break}return{focusSelf:l,dispatchers:u}}function rt(t,e,n){var i=Object(o[\"a\"])(t),a=it(i.componentMainType,i.componentIndex,i.componentHighDownName,n),s=a.dispatchers,l=a.focusSelf;s?(l&&et(i.componentMainType,i.componentIndex,n),Object(r[\"k\"])(s,(function(t){return W(t,e)}))):(tt(i.seriesIndex,i.focus,i.blurScope,n),\"self\"===i.focus&&et(i.componentMainType,i.componentIndex,n),W(t,e))}function ot(t,e,n){J(n);var i=Object(o[\"a\"])(t),a=it(i.componentMainType,i.componentIndex,i.componentHighDownName,n).dispatchers;a?Object(r[\"k\"])(a,(function(t){return U(t,e)})):U(t,e)}function at(t,e,n){if(bt(e)){var i=e.dataType,o=t.getData(i),a=Object(s[\"q\"])(o,e);Object(r[\"s\"])(a)||(a=[a]),t[e.type===j?\"toggleSelect\":e.type===O?\"select\":\"unselect\"](a,i)}}function st(t){var e=t.getAllData();Object(r[\"k\"])(e,(function(e){var n=e.data,i=e.type;n.eachItemGraphicEl((function(e,n){t.isSelected(n,i)?K(e):Q(e)}))}))}function lt(t){var e=[];return t.eachSeries((function(t){var n=t.getAllData();Object(r[\"k\"])(n,(function(n){n.data;var i=n.type,r=t.getSelectedDataIndices();if(r.length>0){var o={dataIndex:r,seriesIndex:t.seriesIndex};null!=i&&(o.dataType=i),e.push(o)}}))})),e}function ut(t,e,n){vt(t,!0),z(t,G),ft(t,e,n)}function ct(t){vt(t,!1)}function ht(t,e,n,i){i?ct(t):ut(t,e,n)}function ft(t,e,n){var i=Object(o[\"a\"])(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}var dt=[\"emphasis\",\"blur\",\"select\"],pt={itemStyle:\"getItemStyle\",lineStyle:\"getLineStyle\",areaStyle:\"getAreaStyle\"};function gt(t,e,n,i){n=n||\"itemStyle\";for(var r=0;r<dt.length;r++){var o=dt[r],a=e.getModel([o,n]),s=t.ensureState(o);s.style=i?i(a):a[pt[n]]()}}function vt(t,e){var n=!1===e,i=t;t.highDownSilentOnTouch&&(i.__highDownSilentOnTouch=t.highDownSilentOnTouch),n&&!i.__highDownDispatcher||(i.__highByOuter=i.__highByOuter||0,i.__highDownDispatcher=!n)}function yt(t){return!(!t||!t.__highDownDispatcher)}function mt(t){var e=c[t];return null==e&&u<=32&&(e=c[t]=u++),e}function bt(t){var e=t.type;return e===O||e===w||e===j}function _t(t){var e=t.type;return e===_||e===x}function xt(t){var e=h(t);e.normalFill=t.style.fill,e.normalStroke=t.style.stroke;var n=t.states.select||{};e.selectFill=n.style&&n.style.fill||null,e.selectStroke=n.style&&n.style.stroke||null}},\"80b9\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return l})),n.d(e,\"d\",(function(){return u})),n.d(e,\"b\",(function(){return c})),n.d(e,\"c\",(function(){return h})),n.d(e,\"e\",(function(){return f}));var i=n(\"6d8b\"),r=n(\"e0d3\"),o=n(\"ec6f\"),a=Object(r[\"l\"])(),s={float:\"f\",int:\"i\",ordinal:\"o\",number:\"n\",time:\"t\"},l=function(){function t(t){this.dimensions=t.dimensions,this._dimOmitted=t.dimensionOmitted,this.source=t.source,this._fullDimCount=t.fullDimensionCount,this._updateDimOmitted(t.dimensionOmitted)}return t.prototype.isDimensionOmitted=function(){return this._dimOmitted},t.prototype._updateDimOmitted=function(t){this._dimOmitted=t,t&&(this._dimNameMap||(this._dimNameMap=h(this.source)))},t.prototype.getSourceDimensionIndex=function(t){return Object(i[\"N\"])(this._dimNameMap.get(t),-1)},t.prototype.getSourceDimension=function(t){var e=this.source.dimensionsDefine;if(e)return e[t]},t.prototype.makeStoreSchema=function(){for(var t=this._fullDimCount,e=Object(o[\"f\"])(this.source),n=!f(t),i=\"\",r=[],a=0,l=0;a<t;a++){var u=void 0,c=void 0,h=void 0,d=this.dimensions[l];if(d&&d.storeDimIndex===a)u=e?d.name:null,c=d.type,h=d.ordinalMeta,l++;else{var p=this.getSourceDimension(a);p&&(u=e?p.name:null,c=p.type)}r.push({property:u,type:c,ordinalMeta:h}),!e||null==u||d&&d.isCalculationCoord||(i+=n?u.replace(/\\`/g,\"`1\").replace(/\\$/g,\"`2\"):u),i+=\"$\",i+=s[c]||\"f\",h&&(i+=h.uid),i+=\"$\"}var g=this.source,v=[g.seriesLayoutBy,g.startIndex,i].join(\"$$\");return{dimensions:r,hash:v}},t.prototype.makeOutputDimensionNames=function(){for(var t=[],e=0,n=0;e<this._fullDimCount;e++){var i=void 0,r=this.dimensions[n];if(r&&r.storeDimIndex===e)r.isCalculationCoord||(i=r.name),n++;else{var o=this.getSourceDimension(e);o&&(i=o.name)}t.push(i)}return t},t.prototype.appendCalculationDimension=function(t){this.dimensions.push(t),t.isCalculationCoord=!0,this._fullDimCount++,this._updateDimOmitted(!0)},t}();function u(t){return t instanceof l}function c(t){for(var e=Object(i[\"f\"])(),n=0;n<(t||[]).length;n++){var r=t[n],o=Object(i[\"z\"])(r)?r.name:r;null!=o&&null==e.get(o)&&e.set(o,n)}return e}function h(t){var e=a(t);return e.dimNameMap||(e.dimNameMap=c(t.dimensionsDefine))}function f(t){return t>30}},\"80f0\":function(t,e,n){\"use strict\";function i(t){return null==t?0:t.length||1}function r(t){return t}var o=function(){function t(t,e,n,i,o,a){this._old=t,this._new=e,this._oldKeyGetter=n||r,this._newKeyGetter=i||r,this.context=o,this._diffModeMultiple=\"multiple\"===a}return t.prototype.add=function(t){return this._add=t,this},t.prototype.update=function(t){return this._update=t,this},t.prototype.updateManyToOne=function(t){return this._updateManyToOne=t,this},t.prototype.updateOneToMany=function(t){return this._updateOneToMany=t,this},t.prototype.updateManyToMany=function(t){return this._updateManyToMany=t,this},t.prototype.remove=function(t){return this._remove=t,this},t.prototype.execute=function(){this[this._diffModeMultiple?\"_executeMultiple\":\"_executeOneToOne\"]()},t.prototype._executeOneToOne=function(){var t=this._old,e=this._new,n={},r=new Array(t.length),o=new Array(e.length);this._initIndexMap(t,null,r,\"_oldKeyGetter\"),this._initIndexMap(e,n,o,\"_newKeyGetter\");for(var a=0;a<t.length;a++){var s=r[a],l=n[s],u=i(l);if(u>1){var c=l.shift();1===l.length&&(n[s]=l[0]),this._update&&this._update(c,a)}else 1===u?(n[s]=null,this._update&&this._update(l,a)):this._remove&&this._remove(a)}this._performRestAdd(o,n)},t.prototype._executeMultiple=function(){var t=this._old,e=this._new,n={},r={},o=[],a=[];this._initIndexMap(t,n,o,\"_oldKeyGetter\"),this._initIndexMap(e,r,a,\"_newKeyGetter\");for(var s=0;s<o.length;s++){var l=o[s],u=n[l],c=r[l],h=i(u),f=i(c);if(h>1&&1===f)this._updateManyToOne&&this._updateManyToOne(c,u),r[l]=null;else if(1===h&&f>1)this._updateOneToMany&&this._updateOneToMany(c,u),r[l]=null;else if(1===h&&1===f)this._update&&this._update(c,u),r[l]=null;else if(h>1&&f>1)this._updateManyToMany&&this._updateManyToMany(c,u),r[l]=null;else if(h>1)for(var d=0;d<h;d++)this._remove&&this._remove(u[d]);else this._remove&&this._remove(u)}this._performRestAdd(a,r)},t.prototype._performRestAdd=function(t,e){for(var n=0;n<t.length;n++){var r=t[n],o=e[r],a=i(o);if(a>1)for(var s=0;s<a;s++)this._add&&this._add(o[s]);else 1===a&&this._add&&this._add(o);e[r]=null}},t.prototype._initIndexMap=function(t,e,n,r){for(var o=this._diffModeMultiple,a=0;a<t.length;a++){var s=\"_ec_\"+this[r](t[a],a);if(o||(n[a]=s),e){var l=e[s],u=i(l);0===u?(e[s]=a,o&&n.push(s)):1===u?e[s]=[l,a]:l.push(a)}}},t}();e[\"a\"]=o},\"857d\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return r}));var i=2*Math.PI;function r(t){return t%=i,t<0&&(t+=i),t}},8582:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return d}));var i=n(\"1687\"),r=n(\"401b\"),o=i[\"c\"],a=5e-5;function s(t){return t>a||t<-a}var l=[],u=[],c=i[\"b\"](),h=Math.abs,f=function(){function t(){}return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},t.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},t.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},t.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},t.prototype.needLocalTransform=function(){return s(this.rotation)||s(this.x)||s(this.y)||s(this.scaleX-1)||s(this.scaleY-1)||s(this.skewX)||s(this.skewY)},t.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),n=this.transform;e||t?(n=n||i[\"b\"](),e?this.getLocalTransform(n):o(n),t&&(e?i[\"e\"](n,t,n):i[\"a\"](n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)):n&&o(n)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(l);var n=l[0]<0?-1:1,r=l[1]<0?-1:1,o=((l[0]-n)*e+n)/l[0]||0,a=((l[1]-r)*e+r)/l[1]||0;t[0]*=o,t[1]*=o,t[2]*=a,t[3]*=a}this.invTransform=this.invTransform||i[\"b\"](),i[\"d\"](this.invTransform,t)},t.prototype.getComputedTransform=function(){var t=this,e=[];while(t)e.push(t),t=t.parent;while(t=e.pop())t.updateTransform();return this.transform},t.prototype.setLocalTransform=function(t){if(t){var e=t[0]*t[0]+t[1]*t[1],n=t[2]*t[2]+t[3]*t[3],i=Math.atan2(t[1],t[0]),r=Math.PI/2+i-Math.atan2(t[3],t[2]);n=Math.sqrt(n)*Math.cos(r),e=Math.sqrt(e),this.skewX=r,this.skewY=0,this.rotation=-i,this.x=+t[4],this.y=+t[5],this.scaleX=e,this.scaleY=n,this.originX=0,this.originY=0}},t.prototype.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(i[\"e\"](u,t.invTransform,e),e=u);var n=this.originX,r=this.originY;(n||r)&&(c[4]=n,c[5]=r,i[\"e\"](u,e,c),u[4]-=n,u[5]-=r,e=u),this.setLocalTransform(e)}},t.prototype.getGlobalScale=function(t){var e=this.transform;return t=t||[],e?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1]),t):(t[0]=1,t[1]=1,t)},t.prototype.transformCoordToLocal=function(t,e){var n=[t,e],i=this.invTransform;return i&&r[\"b\"](n,n,i),n},t.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&r[\"b\"](n,n,i),n},t.prototype.getLineScale=function(){var t=this.transform;return t&&h(t[0]-1)>1e-10&&h(t[3]-1)>1e-10?Math.sqrt(h(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){p(this,t)},t.getLocalTransform=function(t,e){e=e||[];var n=t.originX||0,r=t.originY||0,o=t.scaleX,a=t.scaleY,s=t.anchorX,l=t.anchorY,u=t.rotation||0,c=t.x,h=t.y,f=t.skewX?Math.tan(t.skewX):0,d=t.skewY?Math.tan(-t.skewY):0;if(n||r||s||l){var p=n+s,g=r+l;e[4]=-p*o-f*g*a,e[5]=-g*a-d*p*o}else e[4]=e[5]=0;return e[0]=o,e[3]=a,e[1]=d*o,e[2]=f*a,u&&i[\"f\"](e,e,u),e[4]+=n+c,e[5]+=r+h,e},t.initDefaultProps=function(){var e=t.prototype;e.scaleX=e.scaleY=e.globalScaleRatio=1,e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0}(),t}(),d=[\"x\",\"y\",\"originX\",\"originY\",\"anchorX\",\"anchorY\",\"rotation\",\"scaleX\",\"scaleY\",\"skewX\",\"skewY\"];function p(t,e){for(var n=0;n<d.length;n++){var i=d[n];t[i]=e[i]}}e[\"b\"]=f},\"861c\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return r})),n.d(e,\"b\",(function(){return o}));var i=n(\"e0d3\"),r=Object(i[\"l\"])(),o=function(t,e,n,i){if(i){var o=r(i);o.dataIndex=n,o.dataType=e,o.seriesIndex=t,\"group\"===i.type&&i.traverse((function(i){var o=r(i);o.seriesIndex=t,o.dataIndex=n,o.dataType=e}))}}},\"87b1\":function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"cbe5\"),o=n(\"4fac\"),a=function(){function t(){this.points=null,this.smooth=0,this.smoothConstraint=null}return t}(),s=function(t){function e(e){return t.call(this,e)||this}return Object(i[\"a\"])(e,t),e.prototype.getDefaultShape=function(){return new a},e.prototype.buildPath=function(t,e){o[\"a\"](t,e,!0)},e}(r[\"b\"]);s.prototype.type=\"polygon\",e[\"a\"]=s},\"88b3\":function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return a})),n.d(e,\"b\",(function(){return s})),n.d(e,\"a\",(function(){return l}));var i=\"\\0__throttleOriginMethod\",r=\"\\0__throttleRate\",o=\"\\0__throttleType\";function a(t,e,n){var i,r,o,a,s,l=0,u=0,c=null;function h(){u=(new Date).getTime(),c=null,t.apply(o,a||[])}e=e||0;var f=function(){for(var t=[],f=0;f<arguments.length;f++)t[f]=arguments[f];i=(new Date).getTime(),o=this,a=t;var d=s||e,p=s||n;s=null,r=i-(p?l:u)-d,clearTimeout(c),p?c=setTimeout(h,d):r>=0?h():c=setTimeout(h,-r),l=i};return f.clear=function(){c&&(clearTimeout(c),c=null)},f.debounceNextCall=function(t){s=t},f}function s(t,e,n,s){var l=t[e];if(l){var u=l[i]||l,c=l[o],h=l[r];if(h!==n||c!==s){if(null==n||!s)return t[e]=u;l=t[e]=a(u,n,\"debounce\"===s),l[i]=u,l[o]=s,l[r]=n}return l}}function l(t,e){var n=t[e];n&&n[i]&&(n.clear&&n.clear(),t[e]=n[i])}},8918:function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return a})),n.d(e,\"a\",(function(){return s})),n.d(e,\"b\",(function(){return l}));var i=n(\"6d8b\"),r=n(\"625e\"),o=Math.round(10*Math.random());function a(t){return[t||\"\",o++].join(\"_\")}function s(t){var e={};t.registerSubTypeDefaulter=function(t,n){var i=Object(r[\"f\"])(t);e[i.main]=n},t.determineSubType=function(n,i){var o=i.type;if(!o){var a=Object(r[\"f\"])(n).main;t.hasSubTypes(n)&&e[a]&&(o=e[a](i))}return o}}function l(t,e){function n(t){var n={},a=[];return i[\"k\"](t,(function(s){var l=r(n,s),u=l.originalDeps=e(s),c=o(u,t);l.entryCount=c.length,0===l.entryCount&&a.push(s),i[\"k\"](c,(function(t){i[\"q\"](l.predecessor,t)<0&&l.predecessor.push(t);var e=r(n,t);i[\"q\"](e.successor,t)<0&&e.successor.push(s)}))})),{graph:n,noEntryList:a}}function r(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}function o(t,e){var n=[];return i[\"k\"](t,(function(t){i[\"q\"](e,t)>=0&&n.push(t)})),n}t.topologicalTravel=function(t,e,r,o){if(t.length){var a=n(e),s=a.graph,l=a.noEntryList,u={};i[\"k\"](t,(function(t){u[t]=!0}));while(l.length){var c=l.pop(),h=s[c],f=!!u[c];f&&(r.call(o,c,h.originalDeps.slice()),delete u[c]),i[\"k\"](h.successor,f?p:d)}i[\"k\"](u,(function(){var t=\"\";throw new Error(t)}))}function d(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}function p(t){u[t]=!0,d(t)}}}},\"89e3\":function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"3842\"),o=n(\"eda2\"),a=n(\"e0d8\"),s=n(\"944e\"),l=r[\"p\"],u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=\"interval\",e._interval=0,e._intervalPrecision=2,e}return Object(i[\"a\"])(e,t),e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return s[\"a\"](t,this._extent)},e.prototype.normalize=function(t){return s[\"f\"](t,this._extent)},e.prototype.scale=function(t){return s[\"g\"](t,this._extent)},e.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=parseFloat(t)),isNaN(e)||(n[1]=parseFloat(e))},e.prototype.unionExtent=function(t){var e=this._extent;t[0]<e[0]&&(e[0]=t[0]),t[1]>e[1]&&(e[1]=t[1]),this.setExtent(e[0],e[1])},e.prototype.getInterval=function(){return this._interval},e.prototype.setInterval=function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=s[\"b\"](t)},e.prototype.getTicks=function(t){var e=this._interval,n=this._extent,i=this._niceExtent,r=this._intervalPrecision,o=[];if(!e)return o;var a=1e4;n[0]<i[0]&&(t?o.push({value:l(i[0]-e,r)}):o.push({value:n[0]}));var s=i[0];while(s<=i[1]){if(o.push({value:s}),s=l(s+e,r),s===o[o.length-1].value)break;if(o.length>a)return[]}var u=o.length?o[o.length-1].value:i[1];return n[1]>u&&(t?o.push({value:l(u+e,r)}):o.push({value:n[1]})),o},e.prototype.getMinorTicks=function(t){for(var e=this.getTicks(!0),n=[],i=this.getExtent(),r=1;r<e.length;r++){var o=e[r],a=e[r-1],s=0,u=[],c=o.value-a.value,h=c/t;while(s<t-1){var f=l(a.value+(s+1)*h);f>i[0]&&f<i[1]&&u.push(f),s++}n.push(u)}return n},e.prototype.getLabel=function(t,e){if(null==t)return\"\";var n=e&&e.precision;null==n?n=r[\"d\"](t.value)||0:\"auto\"===n&&(n=this._intervalPrecision);var i=l(t.value,n,!0);return o[\"a\"](i)},e.prototype.calcNiceTicks=function(t,e,n){t=t||5;var i=this._extent,r=i[1]-i[0];if(isFinite(r)){r<0&&(r=-r,i.reverse());var o=s[\"d\"](i,t,e,n);this._intervalPrecision=o.intervalPrecision,this._interval=o.interval,this._niceExtent=o.niceTickExtent}},e.prototype.calcNiceExtent=function(t){var e=this._extent;if(e[0]===e[1])if(0!==e[0]){var n=Math.abs(e[0]);t.fixMax||(e[1]+=n/2),e[0]-=n/2}else e[1]=1;var i=e[1]-e[0];isFinite(i)||(e[0]=0,e[1]=1),this.calcNiceTicks(t.splitNumber,t.minInterval,t.maxInterval);var r=this._interval;t.fixMin||(e[0]=l(Math.floor(e[0]/r)*r)),t.fixMax||(e[1]=l(Math.ceil(e[1]/r)*r))},e.prototype.setNiceExtent=function(t,e){this._niceExtent=[t,e]},e.type=\"interval\",e}(a[\"a\"]);a[\"a\"].registerClass(u),e[\"a\"]=u},\"8d32\":function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"cbe5\"),o=function(){function t(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(i[\"a\"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:\"#000\",fill:null}},e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=Math.max(e.r,0),o=e.startAngle,a=e.endAngle,s=e.clockwise,l=Math.cos(o),u=Math.sin(o);t.moveTo(l*r+n,u*r+i),t.arc(n,i,r,o,a,!s)},e}(r[\"b\"]);a.prototype.type=\"arc\",e[\"a\"]=a},\"8e43\":function(t,e,n){\"use strict\";var i=n(\"6d8b\"),r=0,o=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++r}return t.createByAxisModel=function(e){var n=e.option,r=n.data,o=r&&Object(i[\"G\"])(r,a);return new t({categories:o,needCollect:!o,deduplication:!1!==n.dedplication})},t.prototype.getOrdinal=function(t){return this._getOrCreateMap().get(t)},t.prototype.parseAndCollect=function(t){var e,n=this._needCollect;if(!Object(i[\"B\"])(t)&&!n)return t;if(n&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,e;var r=this._getOrCreateMap();return e=r.get(t),null==e&&(n?(e=this.categories.length,this.categories[e]=t,r.set(t,e)):e=NaN),e},t.prototype._getOrCreateMap=function(){return this._map||(this._map=Object(i[\"f\"])(this.categories))},t}();function a(t){return Object(i[\"z\"])(t)&&null!=t.value?t.value:t+\"\"}e[\"a\"]=o},9394:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return g}));var i=n(\"9ab4\"),r=n(\"6d8b\"),o=n(\"76a5\"),a=n(\"c7a2\"),s=n(\"861c\"),l=n(\"7837\"),u=n(\"f934\"),c=n(\"6cb7\"),h=n(\"b12f\"),f=n(\"eda2\"),d=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode={type:\"box\",ignoreSize:!0},n}return Object(i[\"a\"])(e,t),e.type=\"title\",e.defaultOption={z:6,show:!0,text:\"\",target:\"blank\",subtext:\"\",subtarget:\"blank\",left:0,top:0,backgroundColor:\"rgba(0,0,0,0)\",borderColor:\"#ccc\",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:\"bold\",color:\"#464646\"},subtextStyle:{fontSize:12,color:\"#6E7079\"}},e}(c[\"a\"]),p=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return Object(i[\"a\"])(e,t),e.prototype.render=function(t,e,n){if(this.group.removeAll(),t.get(\"show\")){var i=this.group,c=t.getModel(\"textStyle\"),h=t.getModel(\"subtextStyle\"),d=t.get(\"textAlign\"),p=r[\"N\"](t.get(\"textBaseline\"),t.get(\"textVerticalAlign\")),g=new o[\"a\"]({style:Object(l[\"b\"])(c,{text:t.get(\"text\"),fill:c.getTextColor()},{disableBox:!0}),z2:10}),v=g.getBoundingRect(),y=t.get(\"subtext\"),m=new o[\"a\"]({style:Object(l[\"b\"])(h,{text:y,fill:h.getTextColor(),y:v.height+t.get(\"itemGap\"),verticalAlign:\"top\"},{disableBox:!0}),z2:10}),b=t.get(\"link\"),_=t.get(\"sublink\"),x=t.get(\"triggerEvent\",!0);g.silent=!b&&!x,m.silent=!_&&!x,b&&g.on(\"click\",(function(){Object(f[\"h\"])(b,\"_\"+t.get(\"target\"))})),_&&m.on(\"click\",(function(){Object(f[\"h\"])(_,\"_\"+t.get(\"subtarget\"))})),Object(s[\"a\"])(g).eventData=Object(s[\"a\"])(m).eventData=x?{componentType:\"title\",componentIndex:t.componentIndex}:null,i.add(g),y&&i.add(m);var O=i.getBoundingRect(),w=t.getBoxLayoutParams();w.width=O.width,w.height=O.height;var j=Object(u[\"c\"])(w,{width:n.getWidth(),height:n.getHeight()},t.get(\"padding\"));d||(d=t.get(\"left\")||t.get(\"right\"),\"middle\"===d&&(d=\"center\"),\"right\"===d?j.x+=j.width:\"center\"===d&&(j.x+=j.width/2)),p||(p=t.get(\"top\")||t.get(\"bottom\"),\"center\"===p&&(p=\"middle\"),\"bottom\"===p?j.y+=j.height:\"middle\"===p&&(j.y+=j.height/2),p=p||\"top\"),i.x=j.x,i.y=j.y,i.markRedraw();var S={align:d,verticalAlign:p};g.setStyle(S),m.setStyle(S),O=i.getBoundingRect();var M=j.margin,k=t.getItemStyle([\"color\",\"opacity\"]);k.fill=t.get(\"backgroundColor\");var T=new a[\"a\"]({shape:{x:O.x-M[3],y:O.y-M[0],width:O.width+M[1]+M[3],height:O.height+M[0]+M[2],r:t.get(\"borderRadius\")},style:k,subPixelOptimize:!0,silent:!0});i.add(T)}},e.type=\"title\",e}(h[\"a\"]);function g(t){t.registerComponentModel(d),t.registerComponentView(p)}},\"944e\":function(t,e,n){\"use strict\";n.d(e,\"e\",(function(){return r})),n.d(e,\"d\",(function(){return o})),n.d(e,\"c\",(function(){return a})),n.d(e,\"b\",(function(){return s})),n.d(e,\"a\",(function(){return c})),n.d(e,\"f\",(function(){return h})),n.d(e,\"g\",(function(){return f}));var i=n(\"3842\");function r(t){return\"interval\"===t.type||\"log\"===t.type}function o(t,e,n,r){var o={},a=t[1]-t[0],l=o.interval=Object(i[\"i\"])(a/e,!0);null!=n&&l<n&&(l=o.interval=n),null!=r&&l>r&&(l=o.interval=r);var c=o.intervalPrecision=s(l),h=o.niceTickExtent=[Object(i[\"p\"])(Math.ceil(t[0]/l)*l,c),Object(i[\"p\"])(Math.floor(t[1]/l)*l,c)];return u(h,t),o}function a(t){var e=Math.pow(10,Object(i[\"n\"])(t)),n=t/e;return n?2===n?n=3:3===n?n=5:n*=2:n=1,Object(i[\"p\"])(n*e)}function s(t){return Object(i[\"d\"])(t)+2}function l(t,e,n){t[e]=Math.max(Math.min(t[e],n[1]),n[0])}function u(t,e){!isFinite(t[0])&&(t[0]=e[0]),!isFinite(t[1])&&(t[1]=e[1]),l(t,0,e),l(t,1,e),t[0]>t[1]&&(t[0]=t[1])}function c(t,e){return t>=e[0]&&t<=e[1]}function h(t,e){return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])}function f(t,e){return t*(e[1]-e[0])+e[0]}},9850:function(t,e,n){\"use strict\";var i=n(\"1687\"),r=n(\"dce8\"),o=Math.min,a=Math.max,s=new r[\"a\"],l=new r[\"a\"],u=new r[\"a\"],c=new r[\"a\"],h=new r[\"a\"],f=new r[\"a\"],d=function(){function t(t,e,n,i){n<0&&(t+=n,n=-n),i<0&&(e+=i,i=-i),this.x=t,this.y=e,this.width=n,this.height=i}return t.prototype.union=function(t){var e=o(t.x,this.x),n=o(t.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=a(t.x+t.width,this.x+this.width)-e:this.width=t.width,isFinite(this.y)&&isFinite(this.height)?this.height=a(t.y+t.height,this.y+this.height)-n:this.height=t.height,this.x=e,this.y=n},t.prototype.applyTransform=function(e){t.applyTransform(this,this,e)},t.prototype.calculateTransform=function(t){var e=this,n=t.width/e.width,r=t.height/e.height,o=i[\"b\"]();return i[\"h\"](o,o,[-e.x,-e.y]),i[\"g\"](o,o,[n,r]),i[\"h\"](o,o,[t.x,t.y]),o},t.prototype.intersect=function(e,n){if(!e)return!1;e instanceof t||(e=t.create(e));var i=this,o=i.x,a=i.x+i.width,s=i.y,l=i.y+i.height,u=e.x,c=e.x+e.width,d=e.y,p=e.y+e.height,g=!(a<u||c<o||l<d||p<s);if(n){var v=1/0,y=0,m=Math.abs(a-u),b=Math.abs(c-o),_=Math.abs(l-d),x=Math.abs(p-s),O=Math.min(m,b),w=Math.min(_,x);a<u||c<o?O>y&&(y=O,m<b?r[\"a\"].set(f,-m,0):r[\"a\"].set(f,b,0)):O<v&&(v=O,m<b?r[\"a\"].set(h,m,0):r[\"a\"].set(h,-b,0)),l<d||p<s?w>y&&(y=w,_<x?r[\"a\"].set(f,0,-_):r[\"a\"].set(f,0,x)):O<v&&(v=O,_<x?r[\"a\"].set(h,0,_):r[\"a\"].set(h,0,-x))}return n&&r[\"a\"].copy(n,g?h:f),g},t.prototype.contain=function(t,e){var n=this;return t>=n.x&&t<=n.x+n.width&&e>=n.y&&e<=n.y+n.height},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return 0===this.width||0===this.height},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},t.applyTransform=function(e,n,i){if(i){if(i[1]<1e-5&&i[1]>-1e-5&&i[2]<1e-5&&i[2]>-1e-5){var r=i[0],h=i[3],f=i[4],d=i[5];return e.x=n.x*r+f,e.y=n.y*h+d,e.width=n.width*r,e.height=n.height*h,e.width<0&&(e.x+=e.width,e.width=-e.width),void(e.height<0&&(e.y+=e.height,e.height=-e.height))}s.x=u.x=n.x,s.y=c.y=n.y,l.x=c.x=n.x+n.width,l.y=u.y=n.y+n.height,s.transform(i),c.transform(i),l.transform(i),u.transform(i),e.x=o(s.x,l.x,u.x,c.x),e.y=o(s.y,l.y,u.y,c.y);var p=a(s.x,l.x,u.x,c.x),g=a(s.y,l.y,u.y,c.y);e.width=p-e.x,e.height=g-e.y}else e!==n&&t.copy(e,n)},t}();e[\"a\"]=d},\"98b7\":function(t,e,n){\"use strict\";var i,r=n(\"22d1\");i=r[\"a\"].hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)},e[\"a\"]=i},\"9ab4\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return r}));\n/*! *****************************************************************************\nCopyright (c) Microsoft Corporation.\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n***************************************************************************** */\nvar i=function(t,e){return i=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},i(t,e)};function r(t,e){if(\"function\"!==typeof e&&null!==e)throw new TypeError(\"Class extends value \"+String(e)+\" is not a constructor or null\");function n(){this.constructor=t}i(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}Object.create;Object.create},\"9cf9\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return r})),n.d(e,\"c\",(function(){return o})),n.d(e,\"a\",(function(){return a}));var i=Math.round;function r(t,e,n){if(e){var r=e.x1,o=e.x2,s=e.y1,l=e.y2;t.x1=r,t.x2=o,t.y1=s,t.y2=l;var u=n&&n.lineWidth;return u?(i(2*r)===i(2*o)&&(t.x1=t.x2=a(r,u,!0)),i(2*s)===i(2*l)&&(t.y1=t.y2=a(s,u,!0)),t):t}}function o(t,e,n){if(e){var i=e.x,r=e.y,o=e.width,s=e.height;t.x=i,t.y=r,t.width=o,t.height=s;var l=n&&n.lineWidth;return l?(t.x=a(i,l,!0),t.y=a(r,l,!0),t.width=Math.max(a(i+o,l,!1)-t.x,0===o?0:1),t.height=Math.max(a(r+s,l,!1)-t.y,0===s?0:1),t):t}}function a(t,e,n){if(!e)return t;var r=i(2*t);return(r+i(e))%2===0?r/2:(r+(n?1:-1))/2}},\"9fbc\":function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return r}));var i=n(\"6d8b\");function r(t){return new o(t)}var o=function(){function t(t){t=t||{},this._reset=t.reset,this._plan=t.plan,this._count=t.count,this._onDirty=t.onDirty,this._dirty=!0}return t.prototype.perform=function(t){var e,n=this._upstream,r=t&&t.skip;if(this._dirty&&n){var o=this.context;o.data=o.outputData=n.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this),this._plan&&!r&&(e=this._plan(this.context));var a,s=h(this._modBy),l=this._modDataCount||0,u=h(t&&t.modBy),c=t&&t.modDataCount||0;function h(t){return!(t>=1)&&(t=1),t}s===u&&l===c||(e=\"reset\"),(this._dirty||\"reset\"===e)&&(this._dirty=!1,a=this._doReset(r)),this._modBy=u,this._modDataCount=c;var f=t&&t.step;if(this._dueEnd=n?n._outputDueEnd:this._count?this._count(this.context):1/0,this._progress){var d=this._dueIndex,p=Math.min(null!=f?this._dueIndex+f:1/0,this._dueEnd);if(!r&&(a||d<p)){var g=this._progress;if(Object(i[\"s\"])(g))for(var v=0;v<g.length;v++)this._doProgress(g[v],d,p,u,c);else this._doProgress(g,d,p,u,c)}this._dueIndex=p;var y=null!=this._settedOutputEnd?this._settedOutputEnd:p;0,this._outputDueEnd=y}else this._dueIndex=this._outputDueEnd=null!=this._settedOutputEnd?this._settedOutputEnd:this._dueEnd;return this.unfinished()},t.prototype.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},t.prototype._doProgress=function(t,e,n,i,r){a.reset(e,n,i,r),this._callingProgress=t,this._callingProgress({start:e,end:n,count:n-e,next:a.next},this.context)},t.prototype._doReset=function(t){var e,n;this._dueIndex=this._outputDueEnd=this._dueEnd=0,this._settedOutputEnd=null,!t&&this._reset&&(e=this._reset(this.context),e&&e.progress&&(n=e.forceFirstProgress,e=e.progress),Object(i[\"s\"])(e)&&!e.length&&(e=null)),this._progress=e,this._modBy=this._modDataCount=null;var r=this._downstream;return r&&r.dirty(),n},t.prototype.unfinished=function(){return this._progress&&this._dueIndex<this._dueEnd},t.prototype.pipe=function(t){(this._downstream!==t||this._dirty)&&(this._downstream=t,t._upstream=this,t.dirty())},t.prototype.dispose=function(){this._disposed||(this._upstream&&(this._upstream._downstream=null),this._downstream&&(this._downstream._upstream=null),this._dirty=!1,this._disposed=!0)},t.prototype.getUpstream=function(){return this._upstream},t.prototype.getDownstream=function(){return this._downstream},t.prototype.setOutputEnd=function(t){this._outputDueEnd=this._settedOutputEnd=t},t}(),a=function(){var t,e,n,i,r,o={reset:function(l,u,c,h){e=l,t=u,n=c,i=h,r=Math.ceil(i/n),o.next=n>1&&i>0?s:a}};return o;function a(){return e<t?e++:null}function s(){var o=e%r*n+Math.ceil(e/r),a=e>=t?null:o<i?o:e;return e++,a}}()},a15a:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return x})),n.d(e,\"c\",(function(){return O})),n.d(e,\"b\",(function(){return w}));var i=n(\"6d8b\"),r=n(\"cbe5\"),o=n(\"cb11\"),a=n(\"c7a2\"),s=n(\"d9fc\"),l=n(\"2306\"),u=n(\"9850\"),c=n(\"e86a\"),h=n(\"3842\"),f=r[\"b\"].extend({type:\"triangle\",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var n=e.cx,i=e.cy,r=e.width/2,o=e.height/2;t.moveTo(n,i-o),t.lineTo(n+r,i+o),t.lineTo(n-r,i+o),t.closePath()}}),d=r[\"b\"].extend({type:\"diamond\",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var n=e.cx,i=e.cy,r=e.width/2,o=e.height/2;t.moveTo(n,i-o),t.lineTo(n+r,i),t.lineTo(n,i+o),t.lineTo(n-r,i),t.closePath()}}),p=r[\"b\"].extend({type:\"pin\",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var n=e.x,i=e.y,r=e.width/5*3,o=Math.max(r,e.height),a=r/2,s=a*a/(o-a),l=i-o+a+s,u=Math.asin(s/a),c=Math.cos(u)*a,h=Math.sin(u),f=Math.cos(u),d=.6*a,p=.7*a;t.moveTo(n-c,l+s),t.arc(n,l,a,Math.PI-u,2*Math.PI+u),t.bezierCurveTo(n+c-h*d,l+s+f*d,n,i-p,n,i),t.bezierCurveTo(n,i-p,n-c+h*d,l+s+f*d,n-c,l+s),t.closePath()}}),g=r[\"b\"].extend({type:\"arrow\",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var n=e.height,i=e.width,r=e.x,o=e.y,a=i/3*2;t.moveTo(r,o),t.lineTo(r+a,o+n),t.lineTo(r,o+n/4*3),t.lineTo(r-a,o+n),t.lineTo(r,o),t.closePath()}}),v={line:o[\"a\"],rect:a[\"a\"],roundRect:a[\"a\"],square:a[\"a\"],circle:s[\"a\"],diamond:d,pin:p,arrow:g,triangle:f},y={line:function(t,e,n,i,r){r.x1=t,r.y1=e+i/2,r.x2=t+n,r.y2=e+i/2},rect:function(t,e,n,i,r){r.x=t,r.y=e,r.width=n,r.height=i},roundRect:function(t,e,n,i,r){r.x=t,r.y=e,r.width=n,r.height=i,r.r=Math.min(n,i)/4},square:function(t,e,n,i,r){var o=Math.min(n,i);r.x=t,r.y=e,r.width=o,r.height=o},circle:function(t,e,n,i,r){r.cx=t+n/2,r.cy=e+i/2,r.r=Math.min(n,i)/2},diamond:function(t,e,n,i,r){r.cx=t+n/2,r.cy=e+i/2,r.width=n,r.height=i},pin:function(t,e,n,i,r){r.x=t+n/2,r.y=e+i/2,r.width=n,r.height=i},arrow:function(t,e,n,i,r){r.x=t+n/2,r.y=e+i/2,r.width=n,r.height=i},triangle:function(t,e,n,i,r){r.cx=t+n/2,r.cy=e+i/2,r.width=n,r.height=i}},m={};Object(i[\"k\"])(v,(function(t,e){m[e]=new t}));var b=r[\"b\"].extend({type:\"symbol\",shape:{symbolType:\"\",x:0,y:0,width:0,height:0},calculateTextPosition:function(t,e,n){var i=Object(c[\"c\"])(t,e,n),r=this.shape;return r&&\"pin\"===r.symbolType&&\"inside\"===e.position&&(i.y=n.y+.4*n.height),i},buildPath:function(t,e,n){var i=e.symbolType;if(\"none\"!==i){var r=m[i];r||(i=\"rect\",r=m[i]),y[i](e.x,e.y,e.width,e.height,r.shape),r.buildPath(t,r.shape,n)}}});function _(t,e){if(\"image\"!==this.type){var n=this.style;this.__isEmptyBrush?(n.stroke=t,n.fill=e||\"#fff\",n.lineWidth=2):\"line\"===this.shape.symbolType?n.stroke=t:n.fill=t,this.markRedraw()}}function x(t,e,n,i,r,o,a){var s,c=0===t.indexOf(\"empty\");return c&&(t=t.substr(5,1).toLowerCase()+t.substr(6)),s=0===t.indexOf(\"image://\")?l[\"makeImage\"](t.slice(8),new u[\"a\"](e,n,i,r),a?\"center\":\"cover\"):0===t.indexOf(\"path://\")?l[\"makePath\"](t.slice(7),{},new u[\"a\"](e,n,i,r),a?\"center\":\"cover\"):new b({shape:{symbolType:t,x:e,y:n,width:i,height:r}}),s.__isEmptyBrush=c,s.setColor=_,o&&s.setColor(o),s}function O(t){return Object(i[\"s\"])(t)||(t=[+t,+t]),[t[0]||0,t[1]||0]}function w(t,e){if(null!=t)return Object(i[\"s\"])(t)||(t=[t,t]),[Object(h[\"l\"])(t[0],e[0])||0,Object(h[\"l\"])(Object(i[\"N\"])(t[1],t[0]),e[1])||0]}},af5c:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return Q}));var i=n(\"6679\"),r=n(\"9ab4\"),o=n(\"6d8b\"),a=n(\"2dc5\"),s=n(\"2306\"),l=n(\"76a5\"),u=n(\"deca\"),c=n(\"cd33\"),h=n(\"607d\"),f=n(\"88b3\"),d=n(\"e0d3\"),p=Object(d[\"l\"])(),g=o[\"d\"],v=o[\"c\"],y=function(){function t(){this._dragging=!1,this.animationThreshold=15}return t.prototype.render=function(t,e,n,i){var r=e.get(\"value\"),s=e.get(\"status\");if(this._axisModel=t,this._axisPointerModel=e,this._api=n,i||this._lastValue!==r||this._lastStatus!==s){this._lastValue=r,this._lastStatus=s;var l=this._group,u=this._handle;if(!s||\"hide\"===s)return l&&l.hide(),void(u&&u.hide());l&&l.show(),u&&u.show();var c={};this.makeElOption(c,r,t,e,n);var h=c.graphicKey;h!==this._lastGraphicKey&&this.clear(n),this._lastGraphicKey=h;var f=this._moveAnimation=this.determineAnimation(t,e);if(l){var d=o[\"h\"](m,e,f);this.updatePointerEl(l,c,d),this.updateLabelEl(l,c,d,e)}else l=this._group=new a[\"a\"],this.createPointerEl(l,c,t,e),this.createLabelEl(l,c,t,e),n.getZr().add(l);O(l,e,!0),this._renderHandle(r)}},t.prototype.remove=function(t){this.clear(t)},t.prototype.dispose=function(t){this.clear(t)},t.prototype.determineAnimation=function(t,e){var n=e.get(\"animation\"),i=t.axis,r=\"category\"===i.type,o=e.get(\"snap\");if(!o&&!r)return!1;if(\"auto\"===n||null==n){var a=this.animationThreshold;if(r&&i.getBandWidth()>a)return!0;if(o){var s=c[\"c\"](t).seriesDataCount,l=i.getExtent();return Math.abs(l[0]-l[1])/s>a}return!1}return!0===n},t.prototype.makeElOption=function(t,e,n,i,r){},t.prototype.createPointerEl=function(t,e,n,i){var r=e.pointer;if(r){var o=p(t).pointerEl=new s[r.type](g(e.pointer));t.add(o)}},t.prototype.createLabelEl=function(t,e,n,i){if(e.label){var r=p(t).labelEl=new l[\"a\"](g(e.label));t.add(r),_(r,i)}},t.prototype.updatePointerEl=function(t,e,n){var i=p(t).pointerEl;i&&e.pointer&&(i.setStyle(e.pointer.style),n(i,{shape:e.pointer.shape}))},t.prototype.updateLabelEl=function(t,e,n,i){var r=p(t).labelEl;r&&(r.setStyle(e.label.style),n(r,{x:e.label.x,y:e.label.y}),_(r,i))},t.prototype._renderHandle=function(t){if(!this._dragging&&this.updateHandleTransform){var e,n=this._axisPointerModel,i=this._api.getZr(),r=this._handle,a=n.getModel(\"handle\"),l=n.get(\"status\");if(!a.get(\"show\")||!l||\"hide\"===l)return r&&i.remove(r),void(this._handle=null);this._handle||(e=!0,r=this._handle=s[\"createIcon\"](a.get(\"icon\"),{cursor:\"move\",draggable:!0,onmousemove:function(t){h[\"f\"](t.event)},onmousedown:v(this._onHandleDragMove,this,0,0),drift:v(this._onHandleDragMove,this),ondragend:v(this._onHandleDragEnd,this)}),i.add(r)),O(r,n,!1),r.setStyle(a.getItemStyle(null,[\"color\",\"borderColor\",\"borderWidth\",\"opacity\",\"shadowColor\",\"shadowBlur\",\"shadowOffsetX\",\"shadowOffsetY\"]));var u=a.get(\"size\");o[\"s\"](u)||(u=[u,u]),r.scaleX=u[0]/2,r.scaleY=u[1]/2,f[\"b\"](this,\"_doDispatchAxisPointer\",a.get(\"throttle\")||0,\"fixRate\"),this._moveHandleToValue(t,e)}},t.prototype._moveHandleToValue=function(t,e){m(this._axisPointerModel,!e&&this._moveAnimation,this._handle,x(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},t.prototype._onHandleDragMove=function(t,e){var n=this._handle;if(n){this._dragging=!0;var i=this.updateHandleTransform(x(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr(x(i)),p(n).lastProp=null,this._doDispatchAxisPointer()}},t.prototype._doDispatchAxisPointer=function(){var t=this._handle;if(t){var e=this._payloadInfo,n=this._axisModel;this._api.dispatchAction({type:\"updateAxisPointer\",x:e.cursorPoint[0],y:e.cursorPoint[1],tooltipOption:e.tooltipOption,axesInfo:[{axisDim:n.axis.dim,axisIndex:n.componentIndex}]})}},t.prototype._onHandleDragEnd=function(){this._dragging=!1;var t=this._handle;if(t){var e=this._axisPointerModel.get(\"value\");this._moveHandleToValue(e),this._api.dispatchAction({type:\"hideTip\"})}},t.prototype.clear=function(t){this._lastValue=null,this._lastStatus=null;var e=t.getZr(),n=this._group,i=this._handle;e&&n&&(this._lastGraphicKey=null,n&&e.remove(n),i&&e.remove(i),this._group=null,this._handle=null,this._payloadInfo=null),f[\"a\"](this,\"_doDispatchAxisPointer\")},t.prototype.doClear=function(){},t.prototype.buildLabel=function(t,e,n){return n=n||0,{x:t[n],y:t[1-n],width:e[n],height:e[1-n]}},t}();function m(t,e,n,i){b(p(n).lastProp,i)||(p(n).lastProp=i,e?u[\"h\"](n,i,t):(n.stopAnimation(),n.attr(i)))}function b(t,e){if(o[\"z\"](t)&&o[\"z\"](e)){var n=!0;return o[\"k\"](e,(function(e,i){n=n&&b(t[i],e)})),!!n}return t===e}function _(t,e){t[e.get([\"label\",\"show\"])?\"show\":\"hide\"]()}function x(t){return{x:t.x||0,y:t.y||0,rotation:t.rotation||0}}function O(t,e,n){var i=e.get(\"z\"),r=e.get(\"zlevel\");t&&t.traverse((function(t){\"group\"!==t.type&&(null!=i&&(t.z=i),null!=r&&(t.zlevel=r),t.silent=n)}))}var w=y,j=n(\"ff2e\"),S=n(\"0156\"),M=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(r[\"a\"])(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.grid,s=i.get(\"type\"),l=k(a,o).getOtherAxis(o).getGlobalExtent(),u=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&\"none\"!==s){var c=j[\"b\"](i),h=T[s](o,u,l);h.style=c,t.graphicKey=h.type,t.pointer=h}var f=S[\"c\"](a.model,n);j[\"a\"](e,t,f,n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=S[\"c\"](e.axis.grid.model,e,{labelInside:!1});i.labelMargin=n.get([\"handle\",\"margin\"]);var r=j[\"c\"](e.axis,t,i);return{x:r[0],y:r[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,e,n,i){var r=n.axis,o=r.grid,a=r.getGlobalExtent(!0),s=k(o,r).getOtherAxis(r).getGlobalExtent(),l=\"x\"===r.dim?0:1,u=[t.x,t.y];u[l]+=e[l],u[l]=Math.min(a[1],u[l]),u[l]=Math.max(a[0],u[l]);var c=(s[1]+s[0])/2,h=[c,c];h[l]=u[l];var f=[{verticalAlign:\"middle\"},{align:\"center\"}];return{x:u[0],y:u[1],rotation:t.rotation,cursorPoint:h,tooltipOption:f[l]}},e}(w);function k(t,e){var n={};return n[e.dim+\"AxisIndex\"]=e.index,t.getCartesian(n)}var T={line:function(t,e,n){var i=j[\"e\"]([e,n[0]],[e,n[1]],C(t));return{type:\"Line\",subPixelOptimize:!0,shape:i}},shadow:function(t,e,n){var i=Math.max(1,t.getBandWidth()),r=n[1]-n[0];return{type:\"Rect\",shape:j[\"f\"]([e-i/2,n[0]],[i,r],C(t))}}};function C(t){return\"x\"===t.dim?0:1}var I=M,D=n(\"6cb7\"),A=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return Object(r[\"a\"])(e,t),e.type=\"axisPointer\",e.defaultOption={show:\"auto\",z:50,type:\"line\",snap:!1,triggerTooltip:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:\"#B9BEC9\",width:1,type:\"dashed\"},shadowStyle:{color:\"rgba(210,219,238,0.2)\"},label:{show:!0,formatter:null,precision:\"auto\",margin:3,color:\"#fff\",padding:[5,7,5,7],backgroundColor:\"auto\",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:\"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z\",size:45,margin:50,color:\"#333\",shadowBlur:3,shadowColor:\"#aaa\",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},e}(D[\"a\"]),P=A,L=n(\"17d6\"),R=n(\"b12f\"),z=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return Object(r[\"a\"])(e,t),e.prototype.render=function(t,e,n){var i=e.getComponent(\"tooltip\"),r=t.get(\"triggerOn\")||i&&i.get(\"triggerOn\")||\"mousemove|click\";L[\"a\"](\"axisPointer\",n,(function(t,e,n){\"none\"!==r&&(\"leave\"===t||r.indexOf(t)>=0)&&n({type:\"updateAxisPointer\",currTrigger:t,x:e&&e.offsetX,y:e&&e.offsetY})}))},e.prototype.remove=function(t,e){L[\"b\"](\"axisPointer\",e)},e.prototype.dispose=function(t,e){L[\"b\"](\"axisPointer\",e)},e.type=\"axisPointer\",e}(R[\"a\"]),N=z,B=n(\"133d\"),E=Object(d[\"l\"])();function F(t,e,n){var i=t.currTrigger,r=[t.x,t.y],a=t,s=t.dispatchAction||Object(o[\"c\"])(n.dispatchAction,n),l=e.getComponent(\"axisPointer\").coordSysAxesInfo;if(l){K(r)&&(r=Object(B[\"a\"])({seriesIndex:a.seriesIndex,dataIndex:a.dataIndex},e).point);var u=K(r),c=a.axesInfo,h=l.axesInfo,f=\"leave\"===i||K(r),d={},p={},g={list:[],map:{}},v={showPointer:Object(o[\"h\"])(G,p),showTooltip:Object(o[\"h\"])(W,g)};Object(o[\"k\"])(l.coordSysMap,(function(t,e){var n=u||t.containPoint(r);Object(o[\"k\"])(l.coordSysAxesInfo[e],(function(t,e){var i=t.axis,o=Y(c,t);if(!f&&n&&(!c||o)){var a=o&&o.value;null!=a||u||(a=i.pointToData(r)),null!=a&&H(t,a,v,!1,d)}}))}));var y={};return Object(o[\"k\"])(h,(function(t,e){var n=t.linkGroup;n&&!p[e]&&Object(o[\"k\"])(n.axesInfo,(function(e,i){var r=p[i];if(e!==t&&r){var o=r.value;n.mapper&&(o=t.axis.scale.parse(n.mapper(o,Z(e),Z(t)))),y[t.key]=o}}))})),Object(o[\"k\"])(y,(function(t,e){H(h[e],t,v,!0,d)})),U(p,h,d),q(g,r,t,s),X(h,s,n),d}}function H(t,e,n,i,r){var a=t.axis;if(!a.scale.isBlank()&&a.containData(e))if(t.involveSeries){var s=V(e,t),l=s.payloadBatch,u=s.snapToValue;l[0]&&null==r.seriesIndex&&Object(o[\"m\"])(r,l[0]),!i&&t.snap&&a.containData(u)&&null!=u&&(e=u),n.showPointer(t,e,l),n.showTooltip(t,s,u)}else n.showPointer(t,e)}function V(t,e){var n=e.axis,i=n.dim,r=t,a=[],s=Number.MAX_VALUE,l=-1;return Object(o[\"k\"])(e.seriesModels,(function(e,u){var c,h,f=e.getData().mapDimensionsAll(i);if(e.getAxisTooltipData){var d=e.getAxisTooltipData(f,t,n);h=d.dataIndices,c=d.nestestValue}else{if(h=e.getData().indicesOfNearest(f[0],t,\"category\"===n.type?.5:null),!h.length)return;c=e.getData().get(f[0],h[0])}if(null!=c&&isFinite(c)){var p=t-c,g=Math.abs(p);g<=s&&((g<s||p>=0&&l<0)&&(s=g,l=p,r=c,a.length=0),Object(o[\"k\"])(h,(function(t){a.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})})))}})),{payloadBatch:a,snapToValue:r}}function G(t,e,n,i){t[e.key]={value:n,payloadBatch:i}}function W(t,e,n,i){var r=n.payloadBatch,o=e.axis,a=o.model,s=e.axisPointerModel;if(e.triggerTooltip&&r.length){var l=e.coordSys.model,u=c[\"e\"](l),h=t.map[u];h||(h=t.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},t.list.push(h)),h.dataByAxis.push({axisDim:o.dim,axisIndex:a.componentIndex,axisType:a.type,axisId:a.id,value:i,valueLabelOpt:{precision:s.get([\"label\",\"precision\"]),formatter:s.get([\"label\",\"formatter\"])},seriesDataIndices:r.slice()})}}function U(t,e,n){var i=n.axesInfo=[];Object(o[\"k\"])(e,(function(e,n){var r=e.axisPointerModel.option,o=t[n];o?(!e.useHandle&&(r.status=\"show\"),r.value=o.value,r.seriesDataIndices=(o.payloadBatch||[]).slice()):!e.useHandle&&(r.status=\"hide\"),\"show\"===r.status&&i.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:r.value})}))}function q(t,e,n,i){if(!K(e)&&t.list.length){var r=((t.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};i({type:\"showTip\",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:n.tooltipOption,position:n.position,dataIndexInside:r.dataIndexInside,dataIndex:r.dataIndex,seriesIndex:r.seriesIndex,dataByCoordSys:t.list})}else i({type:\"hideTip\"})}function X(t,e,n){var i=n.getZr(),r=\"axisPointerLastHighlights\",a=E(i)[r]||{},s=E(i)[r]={};Object(o[\"k\"])(t,(function(t,e){var n=t.axisPointerModel.option;\"show\"===n.status&&Object(o[\"k\"])(n.seriesDataIndices,(function(t){var e=t.seriesIndex+\" | \"+t.dataIndex;s[e]=t}))}));var l=[],u=[];Object(o[\"k\"])(a,(function(t,e){!s[e]&&u.push(t)})),Object(o[\"k\"])(s,(function(t,e){!a[e]&&l.push(t)})),u.length&&n.dispatchAction({type:\"downplay\",escapeConnect:!0,notBlur:!0,batch:u}),l.length&&n.dispatchAction({type:\"highlight\",escapeConnect:!0,notBlur:!0,batch:l})}function Y(t,e){for(var n=0;n<(t||[]).length;n++){var i=t[n];if(e.axis.dim===i.axisDim&&e.axis.model.componentIndex===i.axisIndex)return i}}function Z(t){var e=t.axis.model,n={},i=n.axisDim=t.axis.dim;return n.axisIndex=n[i+\"AxisIndex\"]=e.componentIndex,n.axisName=n[i+\"AxisName\"]=e.name,n.axisId=n[i+\"AxisId\"]=e.id,n}function K(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function Q(t){i[\"a\"].registerAxisPointerClass(\"CartesianAxisPointer\",I),t.registerComponentModel(P),t.registerComponentView(N),t.registerPreprocessor((function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!Object(o[\"s\"])(e)&&(t.axisPointer.link=[e])}})),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,(function(t,e){t.getComponent(\"axisPointer\").coordSysAxesInfo=Object(c[\"a\"])(t,e)})),t.registerAction({type:\"updateAxisPointer\",event:\"updateAxisPointer\",update:\":updateAxisPointer\"},F)}},b12f:function(t,e,n){\"use strict\";var i=n(\"2dc5\"),r=n(\"8918\"),o=n(\"625e\"),a=function(){function t(){this.group=new i[\"a\"],this.uid=r[\"c\"](\"viewComponent\")}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){},t.prototype.updateLayout=function(t,e,n,i){},t.prototype.updateVisual=function(t,e,n,i){},t.prototype.toggleBlurSeries=function(t,e,n){},t.prototype.eachRendered=function(t){var e=this.group;e&&e.traverse(t)},t}();o[\"b\"](a),o[\"c\"](a),e[\"a\"]=a},b7d9:function(t,e,n){\"use strict\";n.d(e,\"d\",(function(){return a})),n.d(e,\"c\",(function(){return l})),n.d(e,\"a\",(function(){return h})),n.d(e,\"b\",(function(){return d}));var i=n(\"3842\"),r=n(\"6d8b\"),o=n(\"edae\");function a(t,e){var n=e&&e.type;return\"ordinal\"===n?t:(\"time\"!==n||Object(r[\"y\"])(t)||null==t||\"-\"===t||(t=+Object(i[\"k\"])(t)),null==t||\"\"===t?NaN:+t)}var s=Object(r[\"f\"])({number:function(t){return parseFloat(t)},time:function(t){return+Object(i[\"k\"])(t)},trim:function(t){return Object(r[\"B\"])(t)?Object(r[\"R\"])(t):t}});function l(t){return s.get(t)}var u={lt:function(t,e){return t<e},lte:function(t,e){return t<=e},gt:function(t,e){return t>e},gte:function(t,e){return t>=e}},c=function(){function t(t,e){if(!Object(r[\"y\"])(e)){var n=\"\";0,Object(o[\"c\"])(n)}this._opFn=u[t],this._rvalFloat=Object(i[\"j\"])(e)}return t.prototype.evaluate=function(t){return Object(r[\"y\"])(t)?this._opFn(t,this._rvalFloat):this._opFn(Object(i[\"j\"])(t),this._rvalFloat)},t}(),h=function(){function t(t,e){var n=\"desc\"===t;this._resultLT=n?1:-1,null==e&&(e=n?\"min\":\"max\"),this._incomparable=\"min\"===e?-1/0:1/0}return t.prototype.evaluate=function(t,e){var n=Object(r[\"y\"])(t)?t:Object(i[\"j\"])(t),o=Object(r[\"y\"])(e)?e:Object(i[\"j\"])(e),a=isNaN(n),s=isNaN(o);if(a&&(n=this._incomparable),s&&(o=this._incomparable),a&&s){var l=Object(r[\"B\"])(t),u=Object(r[\"B\"])(e);l&&(n=u?t:0),u&&(o=l?e:0)}return n<o?this._resultLT:n>o?-this._resultLT:0},t}(),f=function(){function t(t,e){this._rval=e,this._isEQ=t,this._rvalTypeof=typeof e,this._rvalFloat=Object(i[\"j\"])(e)}return t.prototype.evaluate=function(t){var e=t===this._rval;if(!e){var n=typeof t;n===this._rvalTypeof||\"number\"!==n&&\"number\"!==this._rvalTypeof||(e=Object(i[\"j\"])(t)===this._rvalFloat)}return this._isEQ?e:!e},t}();function d(t,e){return\"eq\"===t||\"ne\"===t?new f(\"eq\"===t,e):Object(r[\"p\"])(u,t)?new c(t,e):null}},c55a:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return kt}));var i=n(\"4f85\"),r=n(\"6d8b\"),o=n(\"4a3f\"),a=n(\"cbe5\"),s=n(\"401b\"),l=n(\"342d\"),u=n(\"8582\"),c=n(\"e263\"),h=n(\"9850\"),f=n(\"dce8\"),d=n(\"87b1\"),p=n(\"c7a2\"),g=n(\"4aa2\"),v=n(\"20c8\"),y=v[\"a\"].CMD;function m(t,e){return Math.abs(t-e)<1e-5}function b(t){var e,n,i,r,o,a=t.data,s=t.len(),l=[],u=0,c=0,h=0,f=0;function d(t,n){e&&e.length>2&&l.push(e),e=[t,n]}function p(t,n,i,r){m(t,i)&&m(n,r)||e.push(t,n,i,r,i,r)}function g(t,n,i,r,o,a){var s=Math.abs(n-t),l=4*Math.tan(s/4)/3,u=n<t?-1:1,c=Math.cos(t),h=Math.sin(t),f=Math.cos(n),d=Math.sin(n),p=c*o+i,g=h*a+r,v=f*o+i,y=d*a+r,m=o*l*u,b=a*l*u;e.push(p-m*h,g+b*c,v+m*d,y-b*f,v,y)}for(var v=0;v<s;){var b=a[v++],_=1===v;switch(_&&(u=a[v],c=a[v+1],h=u,f=c,b!==y.L&&b!==y.C&&b!==y.Q||(e=[h,f])),b){case y.M:u=h=a[v++],c=f=a[v++],d(h,f);break;case y.L:n=a[v++],i=a[v++],p(u,c,n,i),u=n,c=i;break;case y.C:e.push(a[v++],a[v++],a[v++],a[v++],u=a[v++],c=a[v++]);break;case y.Q:n=a[v++],i=a[v++],r=a[v++],o=a[v++],e.push(u+2/3*(n-u),c+2/3*(i-c),r+2/3*(n-r),o+2/3*(i-o),r,o),u=r,c=o;break;case y.A:var x=a[v++],O=a[v++],w=a[v++],j=a[v++],S=a[v++],M=a[v++]+S;v+=1;var k=!a[v++];n=Math.cos(S)*w+x,i=Math.sin(S)*j+O,_?(h=n,f=i,d(h,f)):p(u,c,n,i),u=Math.cos(M)*w+x,c=Math.sin(M)*j+O;for(var T=(k?-1:1)*Math.PI/2,C=S;k?C>M:C<M;C+=T){var I=k?Math.max(C+T,M):Math.min(C+T,M);g(C,I,x,O,w,j)}break;case y.R:h=u=a[v++],f=c=a[v++],n=h+a[v++],i=f+a[v++],d(n,f),p(n,f,n,i),p(n,i,h,i),p(h,i,h,f),p(h,f,n,f);break;case y.Z:e&&p(u,c,h,f),u=h,c=f;break}}return e&&e.length>2&&l.push(e),l}function _(t,e,n,i,r,a,s,l,u,c){if(m(t,n)&&m(e,i)&&m(r,s)&&m(a,l))u.push(s,l);else{var h=2/c,f=h*h,d=s-t,p=l-e,g=Math.sqrt(d*d+p*p);d/=g,p/=g;var v=n-t,y=i-e,b=r-s,x=a-l,O=v*v+y*y,w=b*b+x*x;if(O<f&&w<f)u.push(s,l);else{var j=d*v+p*y,S=-d*b-p*x,M=O-j*j,k=w-S*S;if(M<f&&j>=0&&k<f&&S>=0)u.push(s,l);else{var T=[],C=[];Object(o[\"g\"])(t,n,r,s,.5,T),Object(o[\"g\"])(e,i,a,l,.5,C),_(T[0],C[0],T[1],C[1],T[2],C[2],T[3],C[3],u,c),_(T[4],C[4],T[5],C[5],T[6],C[6],T[7],C[7],u,c)}}}}function x(t,e){var n=b(t),i=[];e=e||1;for(var r=0;r<n.length;r++){var o=n[r],a=[],s=o[0],l=o[1];a.push(s,l);for(var u=2;u<o.length;){var c=o[u++],h=o[u++],f=o[u++],d=o[u++],p=o[u++],g=o[u++];_(s,l,c,h,f,d,p,g,a,e),s=p,l=g}i.push(a)}return i}function O(t,e,n){var i=t[e],r=t[1-e],o=Math.abs(i/r),a=Math.ceil(Math.sqrt(o*n)),s=Math.floor(n/a);0===s&&(s=1,a=n);for(var l=[],u=0;u<a;u++)l.push(s);var c=a*s,h=n-c;if(h>0)for(u=0;u<h;u++)l[u%a]+=1;return l}function w(t,e,n){for(var i=t.r0,r=t.r,o=t.startAngle,a=t.endAngle,s=Math.abs(a-o),l=s*r,u=r-i,c=l>Math.abs(u),h=O([l,u],c?0:1,e),f=(c?s:u)/h.length,d=0;d<h.length;d++)for(var p=(c?u:s)/h[d],g=0;g<h[d];g++){var v={};c?(v.startAngle=o+f*d,v.endAngle=o+f*(d+1),v.r0=i+p*g,v.r=i+p*(g+1)):(v.startAngle=o+p*g,v.endAngle=o+p*(g+1),v.r0=i+f*d,v.r=i+f*(d+1)),v.clockwise=t.clockwise,v.cx=t.cx,v.cy=t.cy,n.push(v)}}function j(t,e,n){for(var i=t.width,r=t.height,o=i>r,a=O([i,r],o?0:1,e),s=o?\"width\":\"height\",l=o?\"height\":\"width\",u=o?\"x\":\"y\",c=o?\"y\":\"x\",h=t[s]/a.length,f=0;f<a.length;f++)for(var d=t[l]/a[f],p=0;p<a[f];p++){var g={};g[u]=f*h,g[c]=p*d,g[s]=h,g[l]=d,g.x+=t.x,g.y+=t.y,n.push(g)}}function S(t,e,n,i){return t*i-n*e}function M(t,e,n,i,r,o,a,s){var l=n-t,u=i-e,c=a-r,h=s-o,d=S(c,h,l,u);if(Math.abs(d)<1e-6)return null;var p=t-r,g=e-o,v=S(p,g,c,h)/d;return v<0||v>1?null:new f[\"a\"](v*l+t,v*u+e)}function k(t,e,n){var i=new f[\"a\"];f[\"a\"].sub(i,n,e),i.normalize();var r=new f[\"a\"];f[\"a\"].sub(r,t,e);var o=r.dot(i);return o}function T(t,e){var n=t[t.length-1];n&&n[0]===e[0]&&n[1]===e[1]||t.push(e)}function C(t,e,n){for(var i=t.length,r=[],o=0;o<i;o++){var a=t[o],s=t[(o+1)%i],l=M(a[0],a[1],s[0],s[1],e.x,e.y,n.x,n.y);l&&r.push({projPt:k(l,e,n),pt:l,idx:o})}if(r.length<2)return[{points:t},{points:t}];r.sort((function(t,e){return t.projPt-e.projPt}));var u=r[0],c=r[r.length-1];if(c.idx<u.idx){var h=u;u=c,c=h}var f=[u.pt.x,u.pt.y],d=[c.pt.x,c.pt.y],p=[f],g=[d];for(o=u.idx+1;o<=c.idx;o++)T(p,t[o].slice());T(p,d),T(p,f);for(o=c.idx+1;o<=u.idx+i;o++)T(g,t[o%i].slice());return T(g,f),T(g,d),[{points:p},{points:g}]}function I(t){var e=t.points,n=[],i=[];Object(c[\"d\"])(e,n,i);var r=new h[\"a\"](n[0],n[1],i[0]-n[0],i[1]-n[1]),o=r.width,a=r.height,s=r.x,l=r.y,u=new f[\"a\"],d=new f[\"a\"];return o>a?(u.x=d.x=s+o/2,u.y=l,d.y=l+a):(u.y=d.y=l+a/2,u.x=s,d.x=s+o),C(e,u,d)}function D(t,e,n,i){if(1===n)i.push(e);else{var r=Math.floor(n/2),o=t(e);D(t,o[0],r,i),D(t,o[1],n-r,i)}return i}function A(t,e){for(var n=[],i=0;i<e;i++)n.push(Object(l[\"a\"])(t));return n}function P(t,e){e.setStyle(t.style),e.z=t.z,e.z2=t.z2,e.zlevel=t.zlevel}function L(t){for(var e=[],n=0;n<t.length;)e.push([t[n++],t[n++]]);return e}function R(t,e){var n,i=[],o=t.shape;switch(t.type){case\"rect\":j(o,e,i),n=p[\"a\"];break;case\"sector\":w(o,e,i),n=g[\"a\"];break;case\"circle\":w({r0:0,r:o.r,startAngle:0,endAngle:2*Math.PI,cx:o.cx,cy:o.cy},e,i),n=g[\"a\"];break;default:var a=t.getComputedTransform(),s=a?Math.sqrt(Math.max(a[0]*a[0]+a[1]*a[1],a[2]*a[2]+a[3]*a[3])):1,l=Object(r[\"G\"])(x(t.getUpdatedPathProxy(),s),(function(t){return L(t)})),u=l.length;if(0===u)D(I,{points:l[0]},e,i);else if(u===e)for(var h=0;h<u;h++)i.push({points:l[h]});else{var f=0,v=Object(r[\"G\"])(l,(function(t){var e=[],n=[];Object(c[\"d\"])(t,e,n);var i=(n[1]-e[1])*(n[0]-e[0]);return f+=i,{poly:t,area:i}}));v.sort((function(t,e){return e.area-t.area}));var y=e;for(h=0;h<u;h++){var m=v[h];if(y<=0)break;var b=h===u-1?y:Math.ceil(m.area/f*e);b<0||(D(I,{points:m.poly},b,i),y-=b)}}n=d[\"a\"];break}if(!n)return A(t,e);var _=[];for(h=0;h<i.length;h++){var O=new n;O.setShape(i[h]),P(t,O),_.push(O)}return _}function z(t,e){var n=t.length,i=e.length;if(n===i)return[t,e];for(var r=[],a=[],s=n<i?t:e,l=Math.min(n,i),u=Math.abs(i-n)/6,c=(l-2)/6,h=Math.ceil(u/c)+1,f=[s[0],s[1]],d=u,p=2;p<l;){var g=s[p-2],v=s[p-1],y=s[p++],m=s[p++],b=s[p++],_=s[p++],x=s[p++],O=s[p++];if(d<=0)f.push(y,m,b,_,x,O);else{for(var w=Math.min(d,h-1)+1,j=1;j<=w;j++){var S=j/w;Object(o[\"g\"])(g,y,b,x,S,r),Object(o[\"g\"])(v,m,_,O,S,a),g=r[3],v=a[3],f.push(r[1],a[1],r[2],a[2],g,v),y=r[5],m=a[5],b=r[6],_=a[6]}d-=w-1}}return s===t?[f,e]:[t,f]}function N(t,e){for(var n=t.length,i=t[n-2],r=t[n-1],o=[],a=0;a<e.length;)o[a++]=i,o[a++]=r;return o}function B(t,e){for(var n,i,r,o=[],a=[],s=0;s<Math.max(t.length,e.length);s++){var l=t[s],u=e[s],c=void 0,h=void 0;l?u?(n=z(l,u),c=n[0],h=n[1],i=c,r=h):(h=N(r||l,l),c=l):(c=N(i||u,u),h=u),o.push(c),a.push(h)}return[o,a]}function E(t){for(var e=0,n=0,i=0,r=t.length,o=0,a=r-2;o<r;a=o,o+=2){var s=t[a],l=t[a+1],u=t[o],c=t[o+1],h=s*c-u*l;e+=h,n+=(s+u)*h,i+=(l+c)*h}return 0===e?[t[0]||0,t[1]||0]:[n/e/3,i/e/3,e]}function F(t,e,n,i){for(var r=(t.length-2)/6,o=1/0,a=0,s=t.length,l=s-2,u=0;u<r;u++){for(var c=6*u,h=0,f=0;f<s;f+=2){var d=0===f?c:(c+f-2)%l+2,p=t[d]-n[0],g=t[d+1]-n[1],v=e[f]-i[0],y=e[f+1]-i[1],m=v-p,b=y-g;h+=m*m+b*b}h<o&&(o=h,a=u)}return a}function H(t){for(var e=[],n=t.length,i=0;i<n;i+=2)e[i]=t[n-i-2],e[i+1]=t[n-i-1];return e}function V(t,e,n,i){for(var r,o=[],a=0;a<t.length;a++){var s=t[a],l=e[a],u=E(s),c=E(l);null==r&&(r=u[2]<0!==c[2]<0);var h=[],f=[],d=0,p=1/0,g=[],v=s.length;r&&(s=H(s));for(var y=6*F(s,l,u,c),m=v-2,b=0;b<m;b+=2){var _=(y+b)%m+2;h[b+2]=s[_]-u[0],h[b+3]=s[_+1]-u[1]}if(h[0]=s[y]-u[0],h[1]=s[y+1]-u[1],n>0)for(var x=i/n,O=-i/2;O<=i/2;O+=x){var w=Math.sin(O),j=Math.cos(O),S=0;for(b=0;b<s.length;b+=2){var M=h[b],k=h[b+1],T=l[b]-c[0],C=l[b+1]-c[1],I=T*j-C*w,D=T*w+C*j;g[b]=I,g[b+1]=D;var A=I-M,P=D-k;S+=A*A+P*P}if(S<p){p=S,d=O;for(var L=0;L<g.length;L++)f[L]=g[L]}}else for(var R=0;R<v;R+=2)f[R]=l[R]-c[0],f[R+1]=l[R+1]-c[1];o.push({from:h,to:f,fromCp:u,toCp:c,rotation:-d})}return o}function G(t){return t.__isCombineMorphing}var W=\"__mOriginal_\";function U(t,e,n){var i=W+e,r=t[i]||t[e];t[i]||(t[i]=t[e]);var o=n.replace,a=n.after,s=n.before;t[e]=function(){var t,e=arguments;return s&&s.apply(this,e),t=o?o.apply(this,e):r.apply(this,e),a&&a.apply(this,e),t}}function q(t,e){var n=W+e;t[n]&&(t[e]=t[n],t[n]=null)}function X(t,e){for(var n=0;n<t.length;n++)for(var i=t[n],r=0;r<i.length;){var o=i[r],a=i[r+1];i[r++]=e[0]*o+e[2]*a+e[4],i[r++]=e[1]*o+e[3]*a+e[5]}}function Y(t,e){var n=t.getUpdatedPathProxy(),i=e.getUpdatedPathProxy(),r=B(b(n),b(i)),o=r[0],a=r[1],l=t.getComputedTransform(),u=e.getComputedTransform();function c(){this.transform=null}l&&X(o,l),u&&X(a,u),U(e,\"updateTransform\",{replace:c}),e.transform=null;var h=V(o,a,10,Math.PI),f=[];U(e,\"buildPath\",{replace:function(t){for(var n=e.__morphT,i=1-n,r=[],o=0;o<h.length;o++){var a=h[o],l=a.from,u=a.to,c=a.rotation*n,d=a.fromCp,p=a.toCp,g=Math.sin(c),v=Math.cos(c);Object(s[\"h\"])(r,d,p,n);for(var y=0;y<l.length;y+=2){var m=l[y],b=l[y+1],_=u[y],x=u[y+1],O=m*i+_*n,w=b*i+x*n;f[y]=O*v-w*g+r[0],f[y+1]=O*g+w*v+r[1]}var j=f[0],S=f[1];t.moveTo(j,S);for(y=2;y<l.length;){_=f[y++],x=f[y++];var M=f[y++],k=f[y++],T=f[y++],C=f[y++];j===_&&S===x&&M===T&&k===C?t.lineTo(T,C):t.bezierCurveTo(_,x,M,k,T,C),j=T,S=C}}}})}function Z(t,e,n){if(!t||!e)return e;var i=n.done,o=n.during;function a(){q(e,\"buildPath\"),q(e,\"updateTransform\"),e.__morphT=-1,e.createPathProxy(),e.dirtyShape()}return Y(t,e),e.__morphT=0,e.animateTo({__morphT:1},Object(r[\"i\"])({during:function(t){e.dirtyShape(),o&&o(t)},done:function(){a(),i&&i()}},n)),e}function K(t,e,n,i,r,o){var a=16;t=r===n?0:Math.round(32767*(t-n)/(r-n)),e=o===i?0:Math.round(32767*(e-i)/(o-i));for(var s,l=0,u=(1<<a)/2;u>0;u/=2){var c=0,h=0;(t&u)>0&&(c=1),(e&u)>0&&(h=1),l+=u*u*(3*c^h),0===h&&(1===c&&(t=u-1-t,e=u-1-e),s=t,t=e,e=s)}return l}function Q(t){var e=1/0,n=1/0,i=-1/0,o=-1/0,a=Object(r[\"G\"])(t,(function(t){var r=t.getBoundingRect(),a=t.getComputedTransform(),s=r.x+r.width/2+(a?a[4]:0),l=r.y+r.height/2+(a?a[5]:0);return e=Math.min(s,e),n=Math.min(l,n),i=Math.max(s,i),o=Math.max(l,o),[s,l]})),s=Object(r[\"G\"])(a,(function(r,a){return{cp:r,z:K(r[0],r[1],e,n,i,o),path:t[a]}}));return s.sort((function(t,e){return t.z-e.z})).map((function(t){return t.path}))}function $(t){return R(t.path,t.count)}function J(){return{fromIndividuals:[],toIndividuals:[],count:0}}function tt(t,e,n){var i=[];function o(t){for(var e=0;e<t.length;e++){var n=t[e];G(n)?o(n.childrenRef()):n instanceof a[\"b\"]&&i.push(n)}}o(t);var s=i.length;if(!s)return J();var l=n.dividePath||$,c=l({path:e,count:s});if(c.length!==s)return console.error(\"Invalid morphing: unmatched splitted path\"),J();i=Q(i),c=Q(c);for(var h=n.done,f=n.during,d=n.individualDelay,p=new u[\"b\"],g=0;g<s;g++){var v=i[g],y=c[g];y.parent=e,y.copyTransform(p),d||Y(v,y)}function m(t){for(var e=0;e<c.length;e++)c[e].addSelfToZr(t)}function b(){e.__isCombineMorphing=!1,e.__morphT=-1,e.childrenRef=null,q(e,\"addSelfToZr\"),q(e,\"removeSelfFromZr\")}e.__isCombineMorphing=!0,e.childrenRef=function(){return c},U(e,\"addSelfToZr\",{after:function(t){m(t)}}),U(e,\"removeSelfFromZr\",{after:function(t){for(var e=0;e<c.length;e++)c[e].removeSelfFromZr(t)}});var _=c.length;if(d){var x=_,O=function(){x--,0===x&&(b(),h&&h())};for(g=0;g<_;g++){var w=d?Object(r[\"i\"])({delay:(n.delay||0)+d(g,_,i[g],c[g]),done:O},n):n;Z(i[g],c[g],w)}}else e.__morphT=0,e.animateTo({__morphT:1},Object(r[\"i\"])({during:function(t){for(var n=0;n<_;n++){var i=c[n];i.__morphT=e.__morphT,i.dirtyShape()}f&&f(t)},done:function(){b();for(var e=0;e<t.length;e++)q(t[e],\"updateTransform\");h&&h()}},n));return e.__zr&&m(e.__zr),{fromIndividuals:i,toIndividuals:c,count:_}}function et(t,e,n){var i=e.length,o=[],s=n.dividePath||$;function u(t){for(var e=0;e<t.length;e++){var n=t[e];G(n)?u(n.childrenRef()):n instanceof a[\"b\"]&&o.push(n)}}if(G(t)){u(t.childrenRef());var c=o.length;if(c<i)for(var h=0,f=c;f<i;f++)o.push(Object(l[\"a\"])(o[h++%c]));o.length=i}else{o=s({path:t,count:i});var d=t.getComputedTransform();for(f=0;f<o.length;f++)o[f].setLocalTransform(d);if(o.length!==i)return console.error(\"Invalid morphing: unmatched splitted path\"),J()}o=Q(o),e=Q(e);var p=n.individualDelay;for(f=0;f<i;f++){var g=p?Object(r[\"i\"])({delay:(n.delay||0)+p(f,i,o[f],e[f])},n):n;Z(o[f],e[f],g)}return{fromIndividuals:o,toIndividuals:e,count:e.length}}var nt=n(\"deca\");function it(t){return Object(r[\"s\"])(t[0])}function rt(t,e){for(var n=[],i=t.length,r=0;r<i;r++)n.push({one:t[r],many:[]});for(r=0;r<e.length;r++){var o=e[r].length,a=void 0;for(a=0;a<o;a++)n[a%i].many.push(e[r][a])}var s=0;for(r=i-1;r>=0;r--)if(!n[r].many.length){var l=n[s].many;if(l.length<=1){if(!s)return n;s=0}o=l.length;var u=Math.ceil(o/2);n[r].many=l.slice(u,o),n[s].many=l.slice(0,u),s++}return n}var ot={clone:function(t){for(var e=[],n=1-Math.pow(1-t.path.style.opacity,1/t.count),i=0;i<t.count;i++){var r=Object(l[\"a\"])(t.path);r.setStyle(\"opacity\",n),e.push(r)}return e},split:null};function at(t,e,n,i,o,a){if(t.length&&e.length){var s=Object(nt[\"a\"])(\"update\",i,o);if(s&&s.duration>0){var l,u,c=i.getModel(\"universalTransition\").get(\"delay\"),h=Object.assign({setToFinal:!0},s);it(t)&&(l=t,u=e),it(e)&&(l=e,u=t);for(var f=l?l===t:t.length>e.length,d=l?rt(u,l):rt(f?e:t,[f?t:e]),p=0,g=0;g<d.length;g++)p+=d[g].many.length;var v=0;for(g=0;g<d.length;g++)y(d[g],f,v,p),v+=d[g].many.length}}function y(t,e,i,o,s){var l=t.many,u=t.one;if(1!==l.length||s)for(var f=Object(r[\"i\"])({dividePath:ot[n],individualDelay:c&&function(t,e,n,r){return c(t+i,o)}},h),d=e?tt(l,u,f):et(u,l,f),p=d.fromIndividuals,g=d.toIndividuals,v=p.length,m=0;m<v;m++){x=c?Object(r[\"i\"])({delay:c(m,v)},h):h;a(p[m],g[m],e?l[m]:t.one,e?t.one:l[m],x)}else{var b=e?l[0]:u,_=e?u:l[0];if(G(b))y({many:[b],one:_},!0,i,o,!0);else{var x=c?Object(r[\"i\"])({delay:c(i,o)},h):h;Z(b,_,x),a(b,_,b,_,x)}}}}function st(t){if(!t)return[];if(Object(r[\"s\"])(t)){for(var e=[],n=0;n<t.length;n++)e.push(st(t[n]));return e}var i=[];return t.traverse((function(t){t instanceof a[\"b\"]&&!t.disableMorphing&&!t.invisible&&!t.ignore&&i.push(t)})),i}var lt=n(\"80f0\"),ut=n(\"e0d3\"),ct=(n(\"edae\"),n(\"19eb\")),ht=1e4,ft=Object(ut[\"l\"])();function dt(t){for(var e=t.dimensions,n=0;n<e.length;n++){var i=t.getDimensionInfo(e[n]);if(i&&0===i.otherDims.itemGroupId)return e[n]}}function pt(t){var e=[];return Object(r[\"k\"])(t,(function(t){var n=t.data;if(!(n.count()>ht))for(var i=n.getIndices(),r=dt(n),o=0;o<i.length;o++)e.push({data:n,dim:t.dim||r,divide:t.divide,dataIndex:o})})),e}function gt(t,e,n){t.traverse((function(t){t instanceof a[\"b\"]&&Object(nt[\"c\"])(t,{style:{opacity:0}},e,{dataIndex:n,isFrom:!0})}))}function vt(t){if(t.parent){var e=t.getComputedTransform();t.setLocalTransform(e),t.parent.remove(t)}}function yt(t){t.stopAnimation(),t.isGroup&&t.traverse((function(t){t.stopAnimation()}))}function mt(t,e,n){var i=Object(nt[\"a\"])(\"update\",n,e);i&&t.traverse((function(t){if(t instanceof ct[\"c\"]){var e=Object(nt[\"b\"])(t);e&&t.animateFrom({style:e},i)}}))}function bt(t,e){var n=t.length;if(n!==e.length)return!1;for(var i=0;i<n;i++){var r=t[i],o=e[i];if(r.data.getId(r.dataIndex)!==o.data.getId(o.dataIndex))return!1}return!0}function _t(t,e,n){var i=pt(t),o=pt(e);function s(t,e,n,i,o){(n||t)&&e.animateFrom({style:n&&n!==t?Object(r[\"m\"])(Object(r[\"m\"])({},n.style),t.style):t.style},o)}function l(t){for(var e=0;e<t.length;e++)if(t[e].dim)return t[e].dim}var u=l(i),c=l(o),h=!1;function f(t,e){return function(n){var i=n.data,r=n.dataIndex;if(e)return i.getId(r);var o=i.hostModel&&i.hostModel.get(\"dataGroupId\"),a=t?u||c:c||u,s=a&&i.getDimensionInfo(a),l=s&&s.ordinalMeta;if(s){var h=i.get(s.name,r);return l&&l.categories[h]||h+\"\"}var f=i.getRawDataItem(r);return f&&f.groupId?f.groupId+\"\":o||i.getId(r)}}var d=bt(i,o),p={};if(!d)for(var g=0;g<o.length;g++){var v=o[g],y=v.data.getItemGraphicEl(v.dataIndex);y&&(p[y.id]=!0)}function m(t,e){var n=i[e],r=o[t],a=r.data.hostModel,l=n.data.getItemGraphicEl(n.dataIndex),u=r.data.getItemGraphicEl(r.dataIndex);l!==u?l&&p[l.id]||u&&(yt(u),l?(yt(l),vt(l),h=!0,at(st(l),st(u),r.divide,a,t,s)):gt(u,a,t)):u&&mt(u,r.dataIndex,a)}new lt[\"a\"](i,o,f(!0,d),f(!1,d),null,\"multiple\").update(m).updateManyToOne((function(t,e){var n=o[t],a=n.data,l=a.hostModel,u=a.getItemGraphicEl(n.dataIndex),c=Object(r[\"n\"])(Object(r[\"G\"])(e,(function(t){return i[t].data.getItemGraphicEl(i[t].dataIndex)})),(function(t){return t&&t!==u&&!p[t.id]}));u&&(yt(u),c.length?(Object(r[\"k\"])(c,(function(t){yt(t),vt(t)})),h=!0,at(st(c),st(u),n.divide,l,t,s)):gt(u,l,n.dataIndex))})).updateOneToMany((function(t,e){var n=i[e],a=n.data.getItemGraphicEl(n.dataIndex);if(!a||!p[a.id]){var l=Object(r[\"n\"])(Object(r[\"G\"])(t,(function(t){return o[t].data.getItemGraphicEl(o[t].dataIndex)})),(function(t){return t&&t!==a})),u=o[t[0]].data.hostModel;l.length&&(Object(r[\"k\"])(l,(function(t){return yt(t)})),a?(yt(a),vt(a),h=!0,at(st(a),st(l),n.divide,u,t[0],s)):Object(r[\"k\"])(l,(function(e){return gt(e,u,t[0])})))}})).updateManyToMany((function(t,e){new lt[\"a\"](e,t,(function(t){return i[t].data.getId(i[t].dataIndex)}),(function(t){return o[t].data.getId(o[t].dataIndex)})).update((function(n,i){m(t[n],e[i])})).execute()})).execute(),h&&Object(r[\"k\"])(e,(function(t){var e=t.data,i=e.hostModel,r=i&&n.getViewOfSeriesModel(i),o=Object(nt[\"a\"])(\"update\",i,0);r&&i.isAnimationEnabled()&&o&&o.duration>0&&r.group.traverse((function(t){t instanceof a[\"b\"]&&!t.animators.length&&t.animateFrom({style:{opacity:0}},o)}))}))}function xt(t){var e=t.getModel(\"universalTransition\").get(\"seriesKey\");return e||t.id}function Ot(t){return Object(r[\"s\"])(t)?t.sort().join(\",\"):t}function wt(t){if(t.hostModel)return t.hostModel.getModel(\"universalTransition\").get(\"divideShape\")}function jt(t,e){var n=Object(r[\"f\"])(),i=Object(r[\"f\"])(),o=Object(r[\"f\"])();return Object(r[\"k\"])(t.oldSeries,(function(e,n){var a=t.oldData[n],s=xt(e),l=Ot(s);i.set(l,a),Object(r[\"s\"])(s)&&Object(r[\"k\"])(s,(function(t){o.set(t,{data:a,key:l})}))})),Object(r[\"k\"])(e.updatedSeries,(function(t){if(t.isUniversalTransitionEnabled()&&t.isAnimationEnabled()){var e=t.getData(),a=xt(t),s=Ot(a),l=i.get(s);if(l)n.set(s,{oldSeries:[{divide:wt(l),data:l}],newSeries:[{divide:wt(e),data:e}]});else if(Object(r[\"s\"])(a)){0;var u=[];Object(r[\"k\"])(a,(function(t){var e=i.get(t);e&&u.push({divide:wt(e),data:e})})),u.length&&n.set(s,{oldSeries:u,newSeries:[{data:e,divide:wt(e)}]})}else{var c=o.get(a);if(c){var h=n.get(c.key);h||(h={oldSeries:[{data:c.data,divide:wt(c.data)}],newSeries:[]},n.set(c.key,h)),h.newSeries.push({data:e,divide:wt(e)})}}}})),n}function St(t,e){for(var n=0;n<t.length;n++){var i=null!=e.seriesIndex&&e.seriesIndex===t[n].seriesIndex||null!=e.seriesId&&e.seriesId===t[n].id;if(i)return n}}function Mt(t,e,n,i){var o=[],a=[];Object(r[\"k\"])(Object(ut[\"n\"])(t.from),(function(t){var n=St(e.oldSeries,t);n>=0&&o.push({data:e.oldData[n],divide:wt(e.oldData[n]),dim:t.dimension})})),Object(r[\"k\"])(Object(ut[\"n\"])(t.to),(function(t){var e=St(n.updatedSeries,t);if(e>=0){var i=n.updatedSeries[e].getData();a.push({data:i,divide:wt(i),dim:t.dimension})}})),o.length>0&&a.length>0&&_t(o,a,i)}function kt(t){t.registerUpdateLifecycle(\"series:beforeupdate\",(function(t,e,n){Object(r[\"k\"])(Object(ut[\"n\"])(n.seriesTransition),(function(t){Object(r[\"k\"])(Object(ut[\"n\"])(t.to),(function(t){for(var e=n.updatedSeries,r=0;r<e.length;r++)(null!=t.seriesIndex&&t.seriesIndex===e[r].seriesIndex||null!=t.seriesId&&t.seriesId===e[r].id)&&(e[r][i[\"a\"]]=!0)}))}))})),t.registerUpdateLifecycle(\"series:transition\",(function(t,e,n){var o=ft(e);if(o.oldSeries&&n.updatedSeries&&n.optionChanged){var a=n.seriesTransition;if(a)Object(r[\"k\"])(Object(ut[\"n\"])(a),(function(t){Mt(t,o,n,e)}));else{var s=jt(o,n);Object(r[\"k\"])(s.keys(),(function(t){var n=s.get(t);_t(n.oldSeries,n.newSeries,e)}))}Object(r[\"k\"])(n.updatedSeries,(function(t){t[i[\"a\"]]&&(t[i[\"a\"]]=!1)}))}for(var l=t.getSeries(),u=o.oldSeries=[],c=o.oldData=[],h=0;h<l.length;h++){var f=l[h].getData();f.count()<ht&&(u.push(l[h]),c.push(f))}}))}},c7a2:function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"cbe5\");function o(t,e){var n,i,r,o,a,s=e.x,l=e.y,u=e.width,c=e.height,h=e.r;u<0&&(s+=u,u=-u),c<0&&(l+=c,c=-c),\"number\"===typeof h?n=i=r=o=h:h instanceof Array?1===h.length?n=i=r=o=h[0]:2===h.length?(n=r=h[0],i=o=h[1]):3===h.length?(n=h[0],i=o=h[1],r=h[2]):(n=h[0],i=h[1],r=h[2],o=h[3]):n=i=r=o=0,n+i>u&&(a=n+i,n*=u/a,i*=u/a),r+o>u&&(a=r+o,r*=u/a,o*=u/a),i+r>c&&(a=i+r,i*=c/a,r*=c/a),n+o>c&&(a=n+o,n*=c/a,o*=c/a),t.moveTo(s+n,l),t.lineTo(s+u-i,l),0!==i&&t.arc(s+u-i,l+i,i,-Math.PI/2,0),t.lineTo(s+u,l+c-r),0!==r&&t.arc(s+u-r,l+c-r,r,0,Math.PI/2),t.lineTo(s+o,l+c),0!==o&&t.arc(s+o,l+c-o,o,Math.PI/2,Math.PI),t.lineTo(s,l+n),0!==n&&t.arc(s+n,l+n,n,Math.PI,1.5*Math.PI)}var a=n(\"9cf9\"),s=function(){function t(){this.x=0,this.y=0,this.width=0,this.height=0}return t}(),l={},u=function(t){function e(e){return t.call(this,e)||this}return Object(i[\"a\"])(e,t),e.prototype.getDefaultShape=function(){return new s},e.prototype.buildPath=function(t,e){var n,i,r,s;if(this.subPixelOptimize){var u=Object(a[\"c\"])(l,e,this.style);n=u.x,i=u.y,r=u.width,s=u.height,u.r=e.r,e=u}else n=e.x,i=e.y,r=e.width,s=e.height;e.r?o(t,e):t.rect(n,i,r,s)},e.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},e}(r[\"b\"]);u.prototype.type=\"rect\";e[\"a\"]=u},ca80:function(t,e,n){\"use strict\";var i=n(\"dce8\"),r=[0,0],o=[0,0],a=new i[\"a\"],s=new i[\"a\"],l=function(){function t(t,e){this._corners=[],this._axes=[],this._origin=[0,0];for(var n=0;n<4;n++)this._corners[n]=new i[\"a\"];for(n=0;n<2;n++)this._axes[n]=new i[\"a\"];t&&this.fromBoundingRect(t,e)}return t.prototype.fromBoundingRect=function(t,e){var n=this._corners,r=this._axes,o=t.x,a=t.y,s=o+t.width,l=a+t.height;if(n[0].set(o,a),n[1].set(s,a),n[2].set(s,l),n[3].set(o,l),e)for(var u=0;u<4;u++)n[u].transform(e);i[\"a\"].sub(r[0],n[1],n[0]),i[\"a\"].sub(r[1],n[3],n[0]),r[0].normalize(),r[1].normalize();for(u=0;u<2;u++)this._origin[u]=r[u].dot(n[0])},t.prototype.intersect=function(t,e){var n=!0,r=!e;return a.set(1/0,1/0),s.set(0,0),!this._intersectCheckOneSide(this,t,a,s,r,1)&&(n=!1,r)||!this._intersectCheckOneSide(t,this,a,s,r,-1)&&(n=!1,r)||r||i[\"a\"].copy(e,n?a:s),n},t.prototype._intersectCheckOneSide=function(t,e,n,a,s,l){for(var u=!0,c=0;c<2;c++){var h=this._axes[c];if(this._getProjMinMaxOnAxis(c,t._corners,r),this._getProjMinMaxOnAxis(c,e._corners,o),r[1]<o[0]||r[0]>o[1]){if(u=!1,s)return u;var f=Math.abs(o[0]-r[1]),d=Math.abs(r[0]-o[1]);Math.min(f,d)>a.len()&&(f<d?i[\"a\"].scale(a,h,-f*l):i[\"a\"].scale(a,h,d*l))}else if(n){f=Math.abs(o[0]-r[1]),d=Math.abs(r[0]-o[1]);Math.min(f,d)<n.len()&&(f<d?i[\"a\"].scale(n,h,f*l):i[\"a\"].scale(n,h,-d*l))}}return u},t.prototype._getProjMinMaxOnAxis=function(t,e,n){for(var i=this._axes[t],r=this._origin,o=e[0].dot(i)+r[t],a=o,s=o,l=1;l<e.length;l++){var u=e[l].dot(i)+r[t];a=Math.min(u,a),s=Math.max(u,s)}n[0]=a,n[1]=s},t}();e[\"a\"]=l},cb11:function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"cbe5\"),o=n(\"9cf9\"),a={},s=function(){function t(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1}return t}(),l=function(t){function e(e){return t.call(this,e)||this}return Object(i[\"a\"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:\"#000\",fill:null}},e.prototype.getDefaultShape=function(){return new s},e.prototype.buildPath=function(t,e){var n,i,r,s;if(this.subPixelOptimize){var l=Object(o[\"b\"])(a,e,this.style);n=l.x1,i=l.y1,r=l.x2,s=l.y2}else n=e.x1,i=e.y1,r=e.x2,s=e.y2;var u=e.percent;0!==u&&(t.moveTo(n,i),u<1&&(r=n*(1-u)+r*u,s=i*(1-u)+s*u),t.lineTo(r,s))},e.prototype.pointAt=function(t){var e=this.shape;return[e.x1*(1-t)+e.x2*t,e.y1*(1-t)+e.y2*t]},e}(r[\"b\"]);l.prototype.type=\"line\",e[\"a\"]=l},cbe5:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return A}));var i=n(\"9ab4\"),r=n(\"19eb\"),o=n(\"20c8\");function a(t,e,n,i,r,o,a){if(0===r)return!1;var s=r,l=0,u=t;if(a>e+s&&a>i+s||a<e-s&&a<i-s||o>t+s&&o>n+s||o<t-s&&o<n-s)return!1;if(t===n)return Math.abs(o-t)<=s/2;l=(e-i)/(t-n),u=(t*i-n*e)/(t-n);var c=l*o-a+u,h=c*c/(l*l+1);return h<=s/2*s/2}var s=n(\"4a3f\");function l(t,e,n,i,r,o,a,l,u,c,h){if(0===u)return!1;var f=u;if(h>e+f&&h>i+f&&h>o+f&&h>l+f||h<e-f&&h<i-f&&h<o-f&&h<l-f||c>t+f&&c>n+f&&c>r+f&&c>a+f||c<t-f&&c<n-f&&c<r-f&&c<a-f)return!1;var d=s[\"e\"](t,e,n,i,r,o,a,l,c,h,null);return d<=f/2}function u(t,e,n,i,r,o,a,l,u){if(0===a)return!1;var c=a;if(u>e+c&&u>i+c&&u>o+c||u<e-c&&u<i-c&&u<o-c||l>t+c&&l>n+c&&l>r+c||l<t-c&&l<n-c&&l<r-c)return!1;var h=Object(s[\"l\"])(t,e,n,i,r,o,l,u,null);return h<=c/2}var c=n(\"857d\"),h=2*Math.PI;function f(t,e,n,i,r,o,a,s,l){if(0===a)return!1;var u=a;s-=t,l-=e;var f=Math.sqrt(s*s+l*l);if(f-u>n||f+u<n)return!1;if(Math.abs(i-r)%h<1e-4)return!0;if(o){var d=i;i=Object(c[\"a\"])(r),r=Object(c[\"a\"])(d)}else i=Object(c[\"a\"])(i),r=Object(c[\"a\"])(r);i>r&&(r+=h);var p=Math.atan2(l,s);return p<0&&(p+=h),p>=i&&p<=r||p+h>=i&&p+h<=r}function d(t,e,n,i,r,o){if(o>e&&o>i||o<e&&o<i)return 0;if(i===e)return 0;var a=(o-e)/(i-e),s=i<e?1:-1;1!==a&&0!==a||(s=i<e?.5:-.5);var l=a*(n-t)+t;return l===r?1/0:l>r?s:0}var p=o[\"a\"].CMD,g=2*Math.PI,v=1e-4;function y(t,e){return Math.abs(t-e)<v}var m=[-1,-1,-1],b=[-1,-1];function _(){var t=b[0];b[0]=b[1],b[1]=t}function x(t,e,n,i,r,o,a,l,u,c){if(c>e&&c>i&&c>o&&c>l||c<e&&c<i&&c<o&&c<l)return 0;var h=s[\"f\"](e,i,o,l,c,m);if(0===h)return 0;for(var f=0,d=-1,p=void 0,g=void 0,v=0;v<h;v++){var y=m[v],x=0===y||1===y?.5:1,O=s[\"a\"](t,n,r,a,y);O<u||(d<0&&(d=s[\"c\"](e,i,o,l,b),b[1]<b[0]&&d>1&&_(),p=s[\"a\"](e,i,o,l,b[0]),d>1&&(g=s[\"a\"](e,i,o,l,b[1]))),2===d?y<b[0]?f+=p<e?x:-x:y<b[1]?f+=g<p?x:-x:f+=l<g?x:-x:y<b[0]?f+=p<e?x:-x:f+=l<p?x:-x)}return f}function O(t,e,n,i,r,o,a,l){if(l>e&&l>i&&l>o||l<e&&l<i&&l<o)return 0;var u=s[\"m\"](e,i,o,l,m);if(0===u)return 0;var c=s[\"j\"](e,i,o);if(c>=0&&c<=1){for(var h=0,f=s[\"h\"](e,i,o,c),d=0;d<u;d++){var p=0===m[d]||1===m[d]?.5:1,g=s[\"h\"](t,n,r,m[d]);g<a||(m[d]<c?h+=f<e?p:-p:h+=o<f?p:-p)}return h}p=0===m[0]||1===m[0]?.5:1,g=s[\"h\"](t,n,r,m[0]);return g<a?0:o<e?p:-p}function w(t,e,n,i,r,o,a,s){if(s-=e,s>n||s<-n)return 0;var l=Math.sqrt(n*n-s*s);m[0]=-l,m[1]=l;var u=Math.abs(i-r);if(u<1e-4)return 0;if(u>=g-1e-4){i=0,r=g;var c=o?1:-1;return a>=m[0]+t&&a<=m[1]+t?c:0}if(i>r){var h=i;i=r,r=h}i<0&&(i+=g,r+=g);for(var f=0,d=0;d<2;d++){var p=m[d];if(p+t>a){var v=Math.atan2(s,p);c=o?1:-1;v<0&&(v=g+v),(v>=i&&v<=r||v+g>=i&&v+g<=r)&&(v>Math.PI/2&&v<1.5*Math.PI&&(c=-c),f+=c)}}return f}function j(t,e,n,i,r){for(var o,s,c=t.data,h=t.len(),g=0,v=0,m=0,b=0,_=0,j=0;j<h;){var S=c[j++],M=1===j;switch(S===p.M&&j>1&&(n||(g+=d(v,m,b,_,i,r))),M&&(v=c[j],m=c[j+1],b=v,_=m),S){case p.M:b=c[j++],_=c[j++],v=b,m=_;break;case p.L:if(n){if(a(v,m,c[j],c[j+1],e,i,r))return!0}else g+=d(v,m,c[j],c[j+1],i,r)||0;v=c[j++],m=c[j++];break;case p.C:if(n){if(l(v,m,c[j++],c[j++],c[j++],c[j++],c[j],c[j+1],e,i,r))return!0}else g+=x(v,m,c[j++],c[j++],c[j++],c[j++],c[j],c[j+1],i,r)||0;v=c[j++],m=c[j++];break;case p.Q:if(n){if(u(v,m,c[j++],c[j++],c[j],c[j+1],e,i,r))return!0}else g+=O(v,m,c[j++],c[j++],c[j],c[j+1],i,r)||0;v=c[j++],m=c[j++];break;case p.A:var k=c[j++],T=c[j++],C=c[j++],I=c[j++],D=c[j++],A=c[j++];j+=1;var P=!!(1-c[j++]);o=Math.cos(D)*C+k,s=Math.sin(D)*I+T,M?(b=o,_=s):g+=d(v,m,o,s,i,r);var L=(i-k)*I/C+k;if(n){if(f(k,T,I,D,D+A,P,e,L,r))return!0}else g+=w(k,T,I,D,D+A,P,L,r);v=Math.cos(D+A)*C+k,m=Math.sin(D+A)*I+T;break;case p.R:b=v=c[j++],_=m=c[j++];var R=c[j++],z=c[j++];if(o=b+R,s=_+z,n){if(a(b,_,o,_,e,i,r)||a(o,_,o,s,e,i,r)||a(o,s,b,s,e,i,r)||a(b,s,b,_,e,i,r))return!0}else g+=d(o,_,o,s,i,r),g+=d(b,s,b,_,i,r);break;case p.Z:if(n){if(a(v,m,b,_,e,i,r))return!0}else g+=d(v,m,b,_,i,r);v=b,m=_;break}}return n||y(m,_)||(g+=d(v,m,b,_,i,r)||0),0!==g}function S(t,e,n){return j(t,0,!1,e,n)}function M(t,e,n,i){return j(t,e,!0,n,i)}var k=n(\"6d8b\"),T=n(\"41ef\"),C=n(\"2cf4c\"),I=n(\"4bc4\"),D=n(\"8582\"),A=Object(k[\"i\"])({fill:\"#000\",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:\"butt\",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},r[\"b\"]),P={style:Object(k[\"i\"])({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},r[\"a\"].style)},L=D[\"a\"].concat([\"invisible\",\"culling\",\"z\",\"z2\",\"zlevel\",\"parent\"]),R=function(t){function e(e){return t.call(this,e)||this}return Object(i[\"a\"])(e,t),e.prototype.update=function(){var n=this;t.prototype.update.call(this);var i=this.style;if(i.decal){var r=this._decalEl=this._decalEl||new e;r.buildPath===e.prototype.buildPath&&(r.buildPath=function(t){n.buildPath(t,n.shape)}),r.silent=!0;var o=r.style;for(var a in i)o[a]!==i[a]&&(o[a]=i[a]);o.fill=i.fill?i.decal:null,o.decal=null,o.shadowColor=null,i.strokeFirst&&(o.stroke=null);for(var s=0;s<L.length;++s)r[L[s]]=this[L[s]];r.__dirty|=I[\"a\"]}else this._decalEl&&(this._decalEl=null)},e.prototype.getDecalElement=function(){return this._decalEl},e.prototype._init=function(e){var n=Object(k[\"E\"])(e);this.shape=this.getDefaultShape();var i=this.getDefaultStyle();i&&this.useStyle(i);for(var r=0;r<n.length;r++){var o=n[r],a=e[o];\"style\"===o?this.style?Object(k[\"m\"])(this.style,a):this.useStyle(a):\"shape\"===o?Object(k[\"m\"])(this.shape,a):t.prototype.attrKV.call(this,o,a)}this.style||this.useStyle({})},e.prototype.getDefaultStyle=function(){return null},e.prototype.getDefaultShape=function(){return{}},e.prototype.canBeInsideText=function(){return this.hasFill()},e.prototype.getInsideTextFill=function(){var t=this.style.fill;if(\"none\"!==t){if(Object(k[\"B\"])(t)){var e=Object(T[\"c\"])(t,0);return e>.5?C[\"a\"]:e>.2?C[\"c\"]:C[\"d\"]}if(t)return C[\"d\"]}return C[\"a\"]},e.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(Object(k[\"B\"])(e)){var n=this.__zr,i=!(!n||!n.isDarkMode()),r=Object(T[\"c\"])(t,0)<C[\"b\"];if(i===r)return e}},e.prototype.buildPath=function(t,e,n){},e.prototype.pathUpdated=function(){this.__dirty&=~I[\"b\"]},e.prototype.getUpdatedPathProxy=function(t){return!this.path&&this.createPathProxy(),this.path.beginPath(),this.buildPath(this.path,this.shape,t),this.path},e.prototype.createPathProxy=function(){this.path=new o[\"a\"](!1)},e.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return!(null==e||\"none\"===e||!(t.lineWidth>0))},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&\"none\"!==e},e.prototype.getBoundingRect=function(){var t=this._rect,e=this.style,n=!t;if(n){var i=!1;this.path||(i=!0,this.createPathProxy());var r=this.path;(i||this.__dirty&I[\"b\"])&&(r.beginPath(),this.buildPath(r,this.shape,!1),this.pathUpdated()),t=r.getBoundingRect()}if(this._rect=t,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectStroke||(this._rectStroke=t.clone());if(this.__dirty||n){o.copy(t);var a=e.strokeNoScale?this.getLineScale():1,s=e.lineWidth;if(!this.hasFill()){var l=this.strokeContainThreshold;s=Math.max(s,null==l?4:l)}a>1e-10&&(o.width+=s/a,o.height+=s/a,o.x-=s/a/2,o.y-=s/a/2)}return o}return t},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect(),r=this.style;if(t=n[0],e=n[1],i.contain(t,e)){var o=this.path;if(this.hasStroke()){var a=r.lineWidth,s=r.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),M(o,a/s,t,e)))return!0}if(this.hasFill())return S(o,t,e)}return!1},e.prototype.dirtyShape=function(){this.__dirty|=I[\"b\"],this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},e.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},e.prototype.animateShape=function(t){return this.animate(\"shape\",t)},e.prototype.updateDuringAnimation=function(t){\"style\"===t?this.dirtyStyle():\"shape\"===t?this.dirtyShape():this.markRedraw()},e.prototype.attrKV=function(e,n){\"shape\"===e?this.setShape(n):t.prototype.attrKV.call(this,e,n)},e.prototype.setShape=function(t,e){var n=this.shape;return n||(n=this.shape={}),\"string\"===typeof t?n[t]=e:Object(k[\"m\"])(n,t),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(this.__dirty&I[\"b\"])},e.prototype.createStyle=function(t){return Object(k[\"g\"])(A,t)},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=Object(k[\"m\"])({},this.shape))},e.prototype._applyStateObj=function(e,n,i,r,o,a){t.prototype._applyStateObj.call(this,e,n,i,r,o,a);var s,l=!(n&&r);if(n&&n.shape?o?r?s=n.shape:(s=Object(k[\"m\"])({},i.shape),Object(k[\"m\"])(s,n.shape)):(s=Object(k[\"m\"])({},r?this.shape:i.shape),Object(k[\"m\"])(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=Object(k[\"m\"])({},this.shape);for(var u={},c=Object(k[\"E\"])(s),h=0;h<c.length;h++){var f=c[h];\"object\"===typeof s[f]?this.shape[f]=s[f]:u[f]=s[f]}this._transitionState(e,{shape:u},a)}else this.shape=s,this.dirtyShape()},e.prototype._mergeStates=function(e){for(var n,i=t.prototype._mergeStates.call(this,e),r=0;r<e.length;r++){var o=e[r];o.shape&&(n=n||{},this._mergeStyle(n,o.shape))}return n&&(i.shape=n),i},e.prototype.getAnimationStyleProps=function(){return P},e.prototype.isZeroArea=function(){return!1},e.extend=function(t){var n=function(e){function n(n){var i=e.call(this,n)||this;return t.init&&t.init.call(i,n),i}return Object(i[\"a\"])(n,e),n.prototype.getDefaultStyle=function(){return Object(k[\"d\"])(t.style)},n.prototype.getDefaultShape=function(){return Object(k[\"d\"])(t.shape)},n}(e);for(var r in t)\"function\"===typeof t[r]&&(n.prototype[r]=t[r]);return n},e.initDefaultProps=function(){var t=e.prototype;t.type=\"path\",t.strokeContainThreshold=5,t.segmentIgnoreThreshold=0,t.subPixelOptimize=!1,t.autoBatch=!1,t.__dirty=I[\"a\"]|I[\"c\"]|I[\"b\"]}(),e}(r[\"c\"]);e[\"b\"]=R},cccd:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return r}));var i=n(\"e0d3\");function r(){var t=Object(i[\"l\"])();return function(e){var n=t(e),i=e.pipelineContext,r=!!n.large,o=!!n.progressiveRender,a=n.large=!(!i||!i.large),s=n.progressiveRender=!(!i||!i.progressiveRender);return!(r===a&&o===s)&&\"reset\"}}},cd33:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return o})),n.d(e,\"b\",(function(){return h})),n.d(e,\"c\",(function(){return f})),n.d(e,\"d\",(function(){return d})),n.d(e,\"e\",(function(){return g}));var i=n(\"4319\"),r=n(\"6d8b\");function o(t,e){var n={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}};return a(n,t,e),n.seriesInvolved&&l(n,t),n}function a(t,e,n){var i=e.getComponent(\"tooltip\"),o=e.getComponent(\"axisPointer\"),a=o.get(\"link\",!0)||[],l=[];Object(r[\"k\"])(n.getCoordinateSystems(),(function(n){if(n.axisPointerEnabled){var c=g(n.model),h=t.coordSysAxesInfo[c]={};t.coordSysMap[c]=n;var f=n.model,d=f.getModel(\"tooltip\",i);if(Object(r[\"k\"])(n.getAxes(),Object(r[\"h\"])(b,!1,null)),n.getTooltipAxes&&i&&d.get(\"show\")){var v=\"axis\"===d.get(\"trigger\"),y=\"cross\"===d.get([\"axisPointer\",\"type\"]),m=n.getTooltipAxes(d.get([\"axisPointer\",\"axis\"]));(v||y)&&Object(r[\"k\"])(m.baseAxes,Object(r[\"h\"])(b,!y||\"cross\",v)),y&&Object(r[\"k\"])(m.otherAxes,Object(r[\"h\"])(b,\"cross\",!1))}}function b(i,r,c){var f=c.model.getModel(\"axisPointer\",o),v=f.get(\"show\");if(v&&(\"auto\"!==v||i||p(f))){null==r&&(r=f.get(\"triggerTooltip\")),f=i?s(c,d,o,e,i,r):f;var y=f.get(\"snap\"),m=g(c.model),b=r||y||\"category\"===c.type,_=t.axesInfo[m]={key:m,axis:c,coordSys:n,axisPointerModel:f,triggerTooltip:r,involveSeries:b,snap:y,useHandle:p(f),seriesModels:[],linkGroup:null};h[m]=_,t.seriesInvolved=t.seriesInvolved||b;var x=u(a,c);if(null!=x){var O=l[x]||(l[x]={axesInfo:{}});O.axesInfo[m]=_,O.mapper=a[x].mapper,_.linkGroup=O}}}}))}function s(t,e,n,o,a,s){var l=e.getModel(\"axisPointer\"),u=[\"type\",\"snap\",\"lineStyle\",\"shadowStyle\",\"label\",\"animation\",\"animationDurationUpdate\",\"animationEasingUpdate\",\"z\"],c={};Object(r[\"k\"])(u,(function(t){c[t]=Object(r[\"d\"])(l.get(t))})),c.snap=\"category\"!==t.type&&!!s,\"cross\"===l.get(\"type\")&&(c.type=\"line\");var h=c.label||(c.label={});if(null==h.show&&(h.show=!1),\"cross\"===a){var f=l.get([\"label\",\"show\"]);if(h.show=null==f||f,!s){var d=c.lineStyle=l.get(\"crossStyle\");d&&Object(r[\"i\"])(h,d.textStyle)}}return t.model.getModel(\"axisPointer\",new i[\"a\"](c,n,o))}function l(t,e){e.eachSeries((function(e){var n=e.coordinateSystem,i=e.get([\"tooltip\",\"trigger\"],!0),o=e.get([\"tooltip\",\"show\"],!0);n&&\"none\"!==i&&!1!==i&&\"item\"!==i&&!1!==o&&!1!==e.get([\"axisPointer\",\"show\"],!0)&&Object(r[\"k\"])(t.coordSysAxesInfo[g(n.model)],(function(t){var i=t.axis;n.getAxis(i.dim)===i&&(t.seriesModels.push(e),null==t.seriesDataCount&&(t.seriesDataCount=0),t.seriesDataCount+=e.getData().count())}))}))}function u(t,e){for(var n=e.model,i=e.dim,r=0;r<t.length;r++){var o=t[r]||{};if(c(o[i+\"AxisId\"],n.id)||c(o[i+\"AxisIndex\"],n.componentIndex)||c(o[i+\"AxisName\"],n.name))return r}}function c(t,e){return\"all\"===t||Object(r[\"s\"])(t)&&Object(r[\"q\"])(t,e)>=0||t===e}function h(t){var e=f(t);if(e){var n=e.axisPointerModel,i=e.axis.scale,r=n.option,o=n.get(\"status\"),a=n.get(\"value\");null!=a&&(a=i.parse(a));var s=p(n);null==o&&(r.status=s?\"show\":\"hide\");var l=i.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==a||a>l[1])&&(a=l[1]),a<l[0]&&(a=l[0]),r.value=a,s&&(r.status=e.axis.scale.isBlank()?\"hide\":\"show\")}}function f(t){var e=(t.ecModel.getComponent(\"axisPointer\")||{}).coordSysAxesInfo;return e&&e.axesInfo[g(t)]}function d(t){var e=f(t);return e&&e.axisPointerModel}function p(t){return!!t.get([\"handle\",\"show\"])}function g(t){return t.type+\"||\"+t.id}},d0ce:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return c}));var i,r=n(\"6d8b\"),o=n(\"b7d9\"),a=n(\"ec6f\"),s=\"undefined\",l=typeof Uint32Array===s?Array:Uint32Array,u=typeof Uint16Array===s?Array:Uint16Array,c=typeof Int32Array===s?Array:Int32Array,h=typeof Float64Array===s?Array:Float64Array,f={float:h,int:c,ordinal:Array,number:Array,time:h};function d(t){return t>65535?l:u}function p(){return[1/0,-1/0]}function g(t){var e=t.constructor;return e===Array?t.slice():new e(t)}function v(t,e,n,i,r){var o=f[n||\"float\"];if(r){var a=t[e],s=a&&a.length;if(s!==i){for(var l=new o(i),u=0;u<s;u++)l[u]=a[u];t[e]=l}}else t[e]=new o(i)}var y=function(){function t(){this._chunks=[],this._rawExtent=[],this._extent=[],this._count=0,this._rawCount=0,this._calcDimNameToIdx=Object(r[\"f\"])()}return t.prototype.initData=function(t,e,n){this._provider=t,this._chunks=[],this._indices=null,this.getRawIndex=this._getRawIdxIdentity;var o=t.getSource(),s=this.defaultDimValueGetter=i[o.sourceFormat];this._dimValueGetter=n||s,this._rawExtent=[];Object(a[\"f\"])(o);this._dimensions=Object(r[\"G\"])(e,(function(t){return{type:t.type,property:t.property}})),this._initDataFromProvider(0,t.count())},t.prototype.getProvider=function(){return this._provider},t.prototype.getSource=function(){return this._provider.getSource()},t.prototype.ensureCalculationDimension=function(t,e){var n=this._calcDimNameToIdx,i=this._dimensions,r=n.get(t);if(null!=r){if(i[r].type===e)return r}else r=i.length;return i[r]={type:e},n.set(t,r),this._chunks[r]=new f[e||\"float\"](this._rawCount),this._rawExtent[r]=p(),r},t.prototype.collectOrdinalMeta=function(t,e){var n=this._chunks[t],i=this._dimensions[t],r=this._rawExtent,o=i.ordinalOffset||0,a=n.length;0===o&&(r[t]=p());for(var s=r[t],l=o;l<a;l++){var u=n[l]=e.parseAndCollect(n[l]);isNaN(u)||(s[0]=Math.min(u,s[0]),s[1]=Math.max(u,s[1]))}i.ordinalMeta=e,i.ordinalOffset=a,i.type=\"ordinal\"},t.prototype.getOrdinalMeta=function(t){var e=this._dimensions[t],n=e.ordinalMeta;return n},t.prototype.getDimensionProperty=function(t){var e=this._dimensions[t];return e&&e.property},t.prototype.appendData=function(t){var e=this._provider,n=this.count();e.appendData(t);var i=e.count();return e.persistent||(i+=n),n<i&&this._initDataFromProvider(n,i,!0),[n,i]},t.prototype.appendValues=function(t,e){for(var n=this._chunks,r=this._dimensions,o=r.length,a=this._rawExtent,s=this.count(),l=s+Math.max(t.length,e||0),u=0;u<o;u++){var c=r[u];v(n,u,c.type,l,!0)}for(var h=[],f=s;f<l;f++)for(var d=f-s,p=0;p<o;p++){c=r[p];var g=i.arrayRows.call(this,t[d]||h,c.property,d,p);n[p][f]=g;var y=a[p];g<y[0]&&(y[0]=g),g>y[1]&&(y[1]=g)}return this._rawCount=this._count=l,{start:s,end:l}},t.prototype._initDataFromProvider=function(t,e,n){for(var i=this._provider,o=this._chunks,a=this._dimensions,s=a.length,l=this._rawExtent,u=Object(r[\"G\"])(a,(function(t){return t.property})),c=0;c<s;c++){var h=a[c];l[c]||(l[c]=p()),v(o,c,h.type,e,n)}if(i.fillStorage)i.fillStorage(t,e,o,l);else for(var f=[],d=t;d<e;d++){f=i.getItem(d,f);for(var g=0;g<s;g++){var y=o[g],m=this._dimValueGetter(f,u[g],d,g);y[d]=m;var b=l[g];m<b[0]&&(b[0]=m),m>b[1]&&(b[1]=m)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=e,this._extent=[]},t.prototype.count=function(){return this._count},t.prototype.get=function(t,e){if(!(e>=0&&e<this._count))return NaN;var n=this._chunks[t];return n?n[this.getRawIndex(e)]:NaN},t.prototype.getValues=function(t,e){var n=[],i=[];if(null==e){e=t,t=[];for(var r=0;r<this._dimensions.length;r++)i.push(r)}else i=t;r=0;for(var o=i.length;r<o;r++)n.push(this.get(i[r],e));return n},t.prototype.getByRawIndex=function(t,e){if(!(e>=0&&e<this._rawCount))return NaN;var n=this._chunks[t];return n?n[e]:NaN},t.prototype.getSum=function(t){var e=this._chunks[t],n=0;if(e)for(var i=0,r=this.count();i<r;i++){var o=this.get(t,i);isNaN(o)||(n+=o)}return n},t.prototype.getMedian=function(t){var e=[];this.each([t],(function(t){isNaN(t)||e.push(t)}));var n=e.sort((function(t,e){return t-e})),i=this.count();return 0===i?0:i%2===1?n[(i-1)/2]:(n[i/2]+n[i/2-1])/2},t.prototype.indexOfRawIndex=function(t){if(t>=this._rawCount||t<0)return-1;if(!this._indices)return t;var e=this._indices,n=e[t];if(null!=n&&n<this._count&&n===t)return t;var i=0,r=this._count-1;while(i<=r){var o=(i+r)/2|0;if(e[o]<t)i=o+1;else{if(!(e[o]>t))return o;r=o-1}}return-1},t.prototype.indicesOfNearest=function(t,e,n){var i=this._chunks,r=i[t],o=[];if(!r)return o;null==n&&(n=1/0);for(var a=1/0,s=-1,l=0,u=0,c=this.count();u<c;u++){var h=this.getRawIndex(u),f=e-r[h],d=Math.abs(f);d<=n&&((d<a||d===a&&f>=0&&s<0)&&(a=d,s=f,l=0),f===s&&(o[l++]=u))}return o.length=l,o},t.prototype.getIndices=function(){var t,e=this._indices;if(e){var n=e.constructor,i=this._count;if(n===Array){t=new n(i);for(var r=0;r<i;r++)t[r]=e[r]}else t=new n(e.buffer,0,i)}else{n=d(this._rawCount);t=new n(this.count());for(r=0;r<t.length;r++)t[r]=r}return t},t.prototype.filter=function(t,e){if(!this._count)return this;for(var n=this.clone(),i=n.count(),r=d(n._rawCount),o=new r(i),a=[],s=t.length,l=0,u=t[0],c=n._chunks,h=0;h<i;h++){var f=void 0,p=n.getRawIndex(h);if(0===s)f=e(h);else if(1===s){var g=c[u][p];f=e(g,h)}else{for(var v=0;v<s;v++)a[v]=c[t[v]][p];a[v]=h,f=e.apply(null,a)}f&&(o[l++]=p)}return l<i&&(n._indices=o),n._count=l,n._extent=[],n._updateGetRawIdx(),n},t.prototype.selectRange=function(t){var e=this.clone(),n=e._count;if(!n)return this;var i=Object(r[\"E\"])(t),o=i.length;if(!o)return this;var a=e.count(),s=d(e._rawCount),l=new s(a),u=0,c=i[0],h=t[c][0],f=t[c][1],p=e._chunks,g=!1;if(!e._indices){var v=0;if(1===o){for(var y=p[i[0]],m=0;m<n;m++){var b=y[m];(b>=h&&b<=f||isNaN(b))&&(l[u++]=v),v++}g=!0}else if(2===o){y=p[i[0]];var _=p[i[1]],x=t[i[1]][0],O=t[i[1]][1];for(m=0;m<n;m++){b=y[m];var w=_[m];(b>=h&&b<=f||isNaN(b))&&(w>=x&&w<=O||isNaN(w))&&(l[u++]=v),v++}g=!0}}if(!g)if(1===o)for(m=0;m<a;m++){var j=e.getRawIndex(m);b=p[i[0]][j];(b>=h&&b<=f||isNaN(b))&&(l[u++]=j)}else for(m=0;m<a;m++){for(var S=!0,M=(j=e.getRawIndex(m),0);M<o;M++){var k=i[M];b=p[k][j];(b<t[k][0]||b>t[k][1])&&(S=!1)}S&&(l[u++]=e.getRawIndex(m))}return u<a&&(e._indices=l),e._count=u,e._extent=[],e._updateGetRawIdx(),e},t.prototype.map=function(t,e){var n=this.clone(t);return this._updateDims(n,t,e),n},t.prototype.modify=function(t,e){this._updateDims(this,t,e)},t.prototype._updateDims=function(t,e,n){for(var i=t._chunks,r=[],o=e.length,a=t.count(),s=[],l=t._rawExtent,u=0;u<e.length;u++)l[e[u]]=p();for(var c=0;c<a;c++){for(var h=t.getRawIndex(c),f=0;f<o;f++)s[f]=i[e[f]][h];s[o]=c;var d=n&&n.apply(null,s);if(null!=d){\"object\"!==typeof d&&(r[0]=d,d=r);for(u=0;u<d.length;u++){var g=e[u],v=d[u],y=l[g],m=i[g];m&&(m[h]=v),v<y[0]&&(y[0]=v),v>y[1]&&(y[1]=v)}}}},t.prototype.lttbDownSample=function(t,e){var n,i,r,o=this.clone([t],!0),a=o._chunks,s=a[t],l=this.count(),u=0,c=Math.floor(1/e),h=this.getRawIndex(0),f=new(d(this._rawCount))(Math.min(2*(Math.ceil(l/c)+2),l));f[u++]=h;for(var p=1;p<l-1;p+=c){for(var g=Math.min(p+c,l-1),v=Math.min(p+2*c,l),y=(v+g)/2,m=0,b=g;b<v;b++){var _=this.getRawIndex(b),x=s[_];isNaN(x)||(m+=x)}m/=v-g;var O=p,w=Math.min(p+c,l),j=p-1,S=s[h];n=-1,r=O;var M=-1,k=0;for(b=O;b<w;b++){_=this.getRawIndex(b),x=s[_];isNaN(x)?(k++,M<0&&(M=_)):(i=Math.abs((j-y)*(x-S)-(j-b)*(m-S)),i>n&&(n=i,r=_))}k>0&&k<w-O&&(f[u++]=Math.min(M,r),r=Math.max(M,r)),f[u++]=r,h=r}return f[u++]=this.getRawIndex(l-1),o._count=u,o._indices=f,o.getRawIndex=this._getRawIdx,o},t.prototype.downSample=function(t,e,n,i){for(var r=this.clone([t],!0),o=r._chunks,a=[],s=Math.floor(1/e),l=o[t],u=this.count(),c=r._rawExtent[t]=p(),h=new(d(this._rawCount))(Math.ceil(u/s)),f=0,g=0;g<u;g+=s){s>u-g&&(s=u-g,a.length=s);for(var v=0;v<s;v++){var y=this.getRawIndex(g+v);a[v]=l[y]}var m=n(a),b=this.getRawIndex(Math.min(g+i(a,m)||0,u-1));l[b]=m,m<c[0]&&(c[0]=m),m>c[1]&&(c[1]=m),h[f++]=b}return r._count=f,r._indices=h,r._updateGetRawIdx(),r},t.prototype.each=function(t,e){if(this._count)for(var n=t.length,i=this._chunks,r=0,o=this.count();r<o;r++){var a=this.getRawIndex(r);switch(n){case 0:e(r);break;case 1:e(i[t[0]][a],r);break;case 2:e(i[t[0]][a],i[t[1]][a],r);break;default:for(var s=0,l=[];s<n;s++)l[s]=i[t[s]][a];l[s]=r,e.apply(null,l)}}},t.prototype.getDataExtent=function(t){var e=this._chunks[t],n=p();if(!e)return n;var i,r=this.count(),o=!this._indices;if(o)return this._rawExtent[t].slice();if(i=this._extent[t],i)return i.slice();i=n;for(var a=i[0],s=i[1],l=0;l<r;l++){var u=this.getRawIndex(l),c=e[u];c<a&&(a=c),c>s&&(s=c)}return i=[a,s],this._extent[t]=i,i},t.prototype.getRawDataItem=function(t){var e=this.getRawIndex(t);if(this._provider.persistent)return this._provider.getItem(e);for(var n=[],i=this._chunks,r=0;r<i.length;r++)n.push(i[r][e]);return n},t.prototype.clone=function(e,n){var i=new t,o=this._chunks,a=e&&Object(r[\"L\"])(e,(function(t,e){return t[e]=!0,t}),{});if(a)for(var s=0;s<o.length;s++)i._chunks[s]=a[s]?g(o[s]):o[s];else i._chunks=o;return this._copyCommonProps(i),n||(i._indices=this._cloneIndices()),i._updateGetRawIdx(),i},t.prototype._copyCommonProps=function(t){t._count=this._count,t._rawCount=this._rawCount,t._provider=this._provider,t._dimensions=this._dimensions,t._extent=Object(r[\"d\"])(this._extent),t._rawExtent=Object(r[\"d\"])(this._rawExtent)},t.prototype._cloneIndices=function(){if(this._indices){var t=this._indices.constructor,e=void 0;if(t===Array){var n=this._indices.length;e=new t(n);for(var i=0;i<n;i++)e[i]=this._indices[i]}else e=new t(this._indices);return e}return null},t.prototype._getRawIdxIdentity=function(t){return t},t.prototype._getRawIdx=function(t){return t<this._count&&t>=0?this._indices[t]:-1},t.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},t.internalField=function(){function t(t,e,n,i){return Object(o[\"d\"])(t[i],this._dimensions[i])}i={arrayRows:t,objectRows:function(t,e,n,i){return Object(o[\"d\"])(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return Object(o[\"d\"])(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}();e[\"b\"]=y},d409:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return h})),n.d(e,\"b\",(function(){return g}));var i=n(\"5e76\"),r=n(\"6d8b\"),o=n(\"e86a\"),a=/\\{([a-zA-Z0-9_]+)\\|([^}]*)\\}/g;function s(t,e,n,i,r){if(!e)return\"\";var o=(t+\"\").split(\"\\n\");r=l(e,n,i,r);for(var a=0,s=o.length;a<s;a++)o[a]=u(o[a],r);return o.join(\"\\n\")}function l(t,e,n,i){i=i||{};var a=Object(r[\"m\"])({},i);a.font=e,n=Object(r[\"N\"])(n,\"...\"),a.maxIterations=Object(r[\"N\"])(i.maxIterations,2);var s=a.minChar=Object(r[\"N\"])(i.minChar,0);a.cnCharWidth=Object(o[\"f\"])(\"国\",e);var l=a.ascCharWidth=Object(o[\"f\"])(\"a\",e);a.placeholder=Object(r[\"N\"])(i.placeholder,\"\");for(var u=t=Math.max(0,t-1),c=0;c<s&&u>=l;c++)u-=l;var h=Object(o[\"f\"])(n,e);return h>u&&(n=\"\",h=0),u=t-h,a.ellipsis=n,a.ellipsisWidth=h,a.contentWidth=u,a.containerWidth=t,a}function u(t,e){var n=e.containerWidth,i=e.font,r=e.contentWidth;if(!n)return\"\";var a=Object(o[\"f\"])(t,i);if(a<=n)return t;for(var s=0;;s++){if(a<=r||s>=e.maxIterations){t+=e.ellipsis;break}var l=0===s?c(t,r,e.ascCharWidth,e.cnCharWidth):a>0?Math.floor(t.length*r/a):0;t=t.substr(0,l),a=Object(o[\"f\"])(t,i)}return\"\"===t&&(t=e.placeholder),t}function c(t,e,n,i){for(var r=0,o=0,a=t.length;o<a&&r<e;o++){var s=t.charCodeAt(o);r+=0<=s&&s<=127?n:i}return o}function h(t,e){null!=t&&(t+=\"\");var n,i=e.overflow,a=e.padding,s=e.font,c=\"truncate\"===i,h=Object(o[\"e\"])(s),f=Object(r[\"N\"])(e.lineHeight,h),d=!!e.backgroundColor,p=\"truncate\"===e.lineOverflow,g=e.width;n=null==g||\"break\"!==i&&\"breakAll\"!==i?t?t.split(\"\\n\"):[]:t?_(t,e.font,g,\"breakAll\"===i,0).lines:[];var v=n.length*f,y=Object(r[\"N\"])(e.height,v);if(v>y&&p){var m=Math.floor(y/f);n=n.slice(0,m)}if(t&&c&&null!=g)for(var b=l(g,s,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),x=0;x<n.length;x++)n[x]=u(n[x],b);var O=y,w=0;for(x=0;x<n.length;x++)w=Math.max(Object(o[\"f\"])(n[x],s),w);null==g&&(g=w);var j=w;return a&&(O+=a[0]+a[2],j+=a[1]+a[3],g+=a[1]+a[3]),d&&(j=g),{lines:n,height:y,outerWidth:j,outerHeight:O,lineHeight:f,calculatedLineHeight:h,contentWidth:w,contentHeight:v,width:g}}var f=function(){function t(){}return t}(),d=function(){function t(t){this.tokens=[],t&&(this.tokens=t)}return t}(),p=function(){function t(){this.width=0,this.height=0,this.contentWidth=0,this.contentHeight=0,this.outerWidth=0,this.outerHeight=0,this.lines=[]}return t}();function g(t,e){var n=new p;if(null!=t&&(t+=\"\"),!t)return n;var l,u=e.width,c=e.height,h=e.overflow,f=\"break\"!==h&&\"breakAll\"!==h||null==u?null:{width:u,accumWidth:0,breakAll:\"breakAll\"===h},d=a.lastIndex=0;while(null!=(l=a.exec(t))){var g=l.index;g>d&&v(n,t.substring(d,g),e,f),v(n,l[2],e,f,l[1]),d=a.lastIndex}d<t.length&&v(n,t.substring(d,t.length),e,f);var y=[],m=0,b=0,_=e.padding,x=\"truncate\"===h,O=\"truncate\"===e.lineOverflow;function w(t,e,n){t.width=e,t.lineHeight=n,m+=n,b=Math.max(b,e)}t:for(var j=0;j<n.lines.length;j++){for(var S=n.lines[j],M=0,k=0,T=0;T<S.tokens.length;T++){var C=S.tokens[T],I=C.styleName&&e.rich[C.styleName]||{},D=C.textPadding=I.padding,A=D?D[1]+D[3]:0,P=C.font=I.font||e.font;C.contentHeight=Object(o[\"e\"])(P);var L=Object(r[\"N\"])(I.height,C.contentHeight);if(C.innerHeight=L,D&&(L+=D[0]+D[2]),C.height=L,C.lineHeight=Object(r[\"O\"])(I.lineHeight,e.lineHeight,L),C.align=I&&I.align||e.align,C.verticalAlign=I&&I.verticalAlign||\"middle\",O&&null!=c&&m+C.lineHeight>c){T>0?(S.tokens=S.tokens.slice(0,T),w(S,k,M),n.lines=n.lines.slice(0,j+1)):n.lines=n.lines.slice(0,j);break t}var R=I.width,z=null==R||\"auto\"===R;if(\"string\"===typeof R&&\"%\"===R.charAt(R.length-1))C.percentWidth=R,y.push(C),C.contentWidth=Object(o[\"f\"])(C.text,P);else{if(z){var N=I.backgroundColor,B=N&&N.image;B&&(B=i[\"b\"](B),i[\"c\"](B)&&(C.width=Math.max(C.width,B.width*L/B.height)))}var E=x&&null!=u?u-k:null;null!=E&&E<C.width?!z||E<A?(C.text=\"\",C.width=C.contentWidth=0):(C.text=s(C.text,E-A,P,e.ellipsis,{minChar:e.truncateMinChar}),C.width=C.contentWidth=Object(o[\"f\"])(C.text,P)):C.contentWidth=Object(o[\"f\"])(C.text,P)}C.width+=A,k+=C.width,I&&(M=Math.max(M,C.lineHeight))}w(S,k,M)}n.outerWidth=n.width=Object(r[\"N\"])(u,b),n.outerHeight=n.height=Object(r[\"N\"])(c,m),n.contentHeight=m,n.contentWidth=b,_&&(n.outerWidth+=_[1]+_[3],n.outerHeight+=_[0]+_[2]);for(j=0;j<y.length;j++){C=y[j];var F=C.percentWidth;C.width=parseInt(F,10)/100*n.width}return n}function v(t,e,n,i,r){var a,s,l=\"\"===e,u=r&&n.rich[r]||{},c=t.lines,h=u.font||n.font,p=!1;if(i){var g=u.padding,v=g?g[1]+g[3]:0;if(null!=u.width&&\"auto\"!==u.width){var y=Object(o[\"g\"])(u.width,i.width)+v;c.length>0&&y+i.accumWidth>i.width&&(a=e.split(\"\\n\"),p=!0),i.accumWidth=y}else{var m=_(e,h,i.width,i.breakAll,i.accumWidth);i.accumWidth=m.accumWidth+v,s=m.linesWidths,a=m.lines}}else a=e.split(\"\\n\");for(var b=0;b<a.length;b++){var x=a[b],O=new f;if(O.styleName=r,O.text=x,O.isLineHolder=!x&&!l,\"number\"===typeof u.width?O.width=u.width:O.width=s?s[b]:Object(o[\"f\"])(x,h),b||p)c.push(new d([O]));else{var w=(c[c.length-1]||(c[0]=new d)).tokens,j=w.length;1===j&&w[0].isLineHolder?w[0]=O:(x||!j||l)&&w.push(O)}}}function y(t){var e=t.charCodeAt(0);return e>=33&&e<=383}var m=Object(r[\"L\"])(\",&?/;] \".split(\"\"),(function(t,e){return t[e]=!0,t}),{});function b(t){return!y(t)||!!m[t]}function _(t,e,n,i,r){for(var a=[],s=[],l=\"\",u=\"\",c=0,h=0,f=0;f<t.length;f++){var d=t.charAt(f);if(\"\\n\"!==d){var p=Object(o[\"f\"])(d,e),g=!i&&!b(d);(a.length?h+p>n:r+h+p>n)?h?(l||u)&&(g?(l||(l=u,u=\"\",c=0,h=c),a.push(l),s.push(h-c),u+=d,c+=p,l=\"\",h=c):(u&&(l+=u,u=\"\",c=0),a.push(l),s.push(h),l=d,h=p)):g?(a.push(u),s.push(c),u=d,c=p):(a.push(d),s.push(p)):(h+=p,g?(u+=d,c+=p):(u&&(l+=u,u=\"\",c=0),l+=d))}else u&&(l+=u,h+=c),a.push(l),s.push(h),l=\"\",u=\"\",c=0,h=0}return a.length||l||(l=t,u=\"\",c=0),u&&(l+=u),l&&(a.push(l),s.push(h)),1===a.length&&(h+=r),{accumWidth:h,lines:a,linesWidths:s}}},d498:function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"cbe5\"),o=n(\"4fac\"),a=function(){function t(){this.points=null,this.percent=1,this.smooth=0,this.smoothConstraint=null}return t}(),s=function(t){function e(e){return t.call(this,e)||this}return Object(i[\"a\"])(e,t),e.prototype.getDefaultStyle=function(){return{stroke:\"#000\",fill:null}},e.prototype.getDefaultShape=function(){return new a},e.prototype.buildPath=function(t,e){o[\"a\"](t,e,!1)},e}(r[\"b\"]);s.prototype.type=\"polyline\",e[\"a\"]=s},d51b:function(t,e,n){\"use strict\";var i=function(){function t(t){this.value=t}return t}(),r=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new i(t);return this.insertEntry(e),e},t.prototype.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},t.prototype.remove=function(t){var e=t.prev,n=t.next;e?e.next=n:this.head=n,n?n.prev=e:this.tail=e,t.next=t.prev=null,this._len--},t.prototype.len=function(){return this._len},t.prototype.clear=function(){this.head=this.tail=null,this._len=0},t}(),o=function(){function t(t){this._list=new r,this._maxSize=10,this._map={},this._maxSize=t}return t.prototype.put=function(t,e){var n=this._list,r=this._map,o=null;if(null==r[t]){var a=n.len(),s=this._lastRemovedEntry;if(a>=this._maxSize&&a>0){var l=n.head;n.remove(l),delete r[l.key],o=l.value,this._lastRemovedEntry=l}s?s.value=e:s=new i(e),s.key=t,n.insertEntry(s),r[t]=s}return o},t.prototype.get=function(t){var e=this._map[t],n=this._list;if(null!=e)return e!==n.tail&&(n.remove(e),n.insertEntry(e)),e.value},t.prototype.clear=function(){this._list.clear(),this._map={}},t.prototype.len=function(){return this._list.len()},t}();e[\"a\"]=o},d5b7:function(t,e,n){\"use strict\";var i=n(\"8582\"),r=n(\"06ad\"),o=n(\"9850\"),a=n(\"6fd3\"),s=n(\"e86a\"),l=n(\"6d8b\"),u=n(\"2cf4c\"),c=n(\"41ef\"),h=n(\"4bc4\"),f=\"__zr_normal__\",d=i[\"a\"].concat([\"ignore\"]),p=Object(l[\"L\"])(i[\"a\"],(function(t,e){return t[e]=!0,t}),{ignore:!1}),g={},v=new o[\"a\"](0,0,0,0),y=function(){function t(t){this.id=Object(l[\"o\"])(),this.animators=[],this.currentStates=[],this.states={},this._init(t)}return t.prototype._init=function(t){this.attr(t)},t.prototype.drift=function(t,e,n){switch(this.draggable){case\"horizontal\":e=0;break;case\"vertical\":t=0;break}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.markRedraw()},t.prototype.beforeUpdate=function(){},t.prototype.afterUpdate=function(){},t.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},t.prototype.updateInnerText=function(t){var e=this._textContent;if(e&&(!e.ignore||t)){this.textConfig||(this.textConfig={});var n=this.textConfig,i=n.local,r=e.innerTransformable,o=void 0,a=void 0,l=!1;r.parent=i?this:null;var u=!1;if(r.copyTransform(e),null!=n.position){var c=v;n.layoutRect?c.copy(n.layoutRect):c.copy(this.getBoundingRect()),i||c.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(g,n,c):Object(s[\"c\"])(g,n,c),r.x=g.x,r.y=g.y,o=g.align,a=g.verticalAlign;var f=n.origin;if(f&&null!=n.rotation){var d=void 0,p=void 0;\"center\"===f?(d=.5*c.width,p=.5*c.height):(d=Object(s[\"g\"])(f[0],c.width),p=Object(s[\"g\"])(f[1],c.height)),u=!0,r.originX=-r.x+d+(i?0:c.x),r.originY=-r.y+p+(i?0:c.y)}}null!=n.rotation&&(r.rotation=n.rotation);var y=n.offset;y&&(r.x+=y[0],r.y+=y[1],u||(r.originX=-y[0],r.originY=-y[1]));var m=null==n.inside?\"string\"===typeof n.position&&n.position.indexOf(\"inside\")>=0:n.inside,b=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),_=void 0,x=void 0,O=void 0;m&&this.canBeInsideText()?(_=n.insideFill,x=n.insideStroke,null!=_&&\"auto\"!==_||(_=this.getInsideTextFill()),null!=x&&\"auto\"!==x||(x=this.getInsideTextStroke(_),O=!0)):(_=n.outsideFill,x=n.outsideStroke,null!=_&&\"auto\"!==_||(_=this.getOutsideFill()),null!=x&&\"auto\"!==x||(x=this.getOutsideStroke(_),O=!0)),_=_||\"#000\",_===b.fill&&x===b.stroke&&O===b.autoStroke&&o===b.align&&a===b.verticalAlign||(l=!0,b.fill=_,b.stroke=x,b.autoStroke=O,b.align=o,b.verticalAlign=a,e.setDefaultTextStyle(b)),e.__dirty|=h[\"a\"],l&&e.dirtyStyle(!0)}},t.prototype.canBeInsideText=function(){return!0},t.prototype.getInsideTextFill=function(){return\"#fff\"},t.prototype.getInsideTextStroke=function(t){return\"#000\"},t.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?u[\"d\"]:u[\"a\"]},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n=\"string\"===typeof e&&Object(c[\"d\"])(e);n||(n=[255,255,255,1]);for(var i=n[3],r=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*i+(r?0:255)*(1-i);return n[3]=1,Object(c[\"e\"])(n,\"rgba\")},t.prototype.traverse=function(t,e){},t.prototype.attrKV=function(t,e){\"textConfig\"===t?this.setTextConfig(e):\"textContent\"===t?this.setTextContent(e):\"clipPath\"===t?this.setClipPath(e):\"extra\"===t?(this.extra=this.extra||{},Object(l[\"m\"])(this.extra,e)):this[t]=e},t.prototype.hide=function(){this.ignore=!0,this.markRedraw()},t.prototype.show=function(){this.ignore=!1,this.markRedraw()},t.prototype.attr=function(t,e){if(\"string\"===typeof t)this.attrKV(t,e);else if(Object(l[\"z\"])(t))for(var n=t,i=Object(l[\"E\"])(n),r=0;r<i.length;r++){var o=i[r];this.attrKV(o,t[o])}return this.markRedraw(),this},t.prototype.saveCurrentToNormalState=function(t){this._innerSaveToNormal(t);for(var e=this._normalState,n=0;n<this.animators.length;n++){var i=this.animators[n],r=i.__fromStateTransition;if(!(i.getLoop()||r&&r!==f)){var o=i.targetName,a=o?e[o]:e;i.saveTo(a)}}},t.prototype._innerSaveToNormal=function(t){var e=this._normalState;e||(e=this._normalState={}),t.textConfig&&!e.textConfig&&(e.textConfig=this.textConfig),this._savePrimaryToNormal(t,e,d)},t.prototype._savePrimaryToNormal=function(t,e,n){for(var i=0;i<n.length;i++){var r=n[i];null==t[r]||r in e||(e[r]=this[r])}},t.prototype.hasState=function(){return this.currentStates.length>0},t.prototype.getState=function(t){return this.states[t]},t.prototype.ensureState=function(t){var e=this.states;return e[t]||(e[t]={}),e[t]},t.prototype.clearStates=function(t){this.useState(f,!1,t)},t.prototype.useState=function(t,e,n,i){var r=t===f,o=this.hasState();if(o||!r){var a=this.currentStates,s=this.stateTransition;if(!(Object(l[\"q\"])(a,t)>=0)||!e&&1!==a.length){var u;if(this.stateProxy&&!r&&(u=this.stateProxy(t)),u||(u=this.states&&this.states[t]),u||r){r||this.saveCurrentToNormalState(u);var c=!!(u&&u.hoverLayer||i);c&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,u,this._normalState,e,!n&&!this.__inHover&&s&&s.duration>0,s);var d=this._textContent,p=this._textGuide;return d&&d.useState(t,e,n,c),p&&p.useState(t,e,n,c),r?(this.currentStates=[],this._normalState={}):e?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!c&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~h[\"a\"]),u}Object(l[\"F\"])(\"State \"+t+\" not exists.\")}}},t.prototype.useStates=function(t,e,n){if(t.length){var i=[],r=this.currentStates,o=t.length,a=o===r.length;if(a)for(var s=0;s<o;s++)if(t[s]!==r[s]){a=!1;break}if(a)return;for(s=0;s<o;s++){var l=t[s],u=void 0;this.stateProxy&&(u=this.stateProxy(l,t)),u||(u=this.states[l]),u&&i.push(u)}var c=i[o-1],f=!!(c&&c.hoverLayer||n);f&&this._toggleHoverLayerFlag(!0);var d=this._mergeStates(i),p=this.stateTransition;this.saveCurrentToNormalState(d),this._applyStateObj(t.join(\",\"),d,this._normalState,!1,!e&&!this.__inHover&&p&&p.duration>0,p);var g=this._textContent,v=this._textGuide;g&&g.useStates(t,e,f),v&&v.useStates(t,e,f),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!f&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~h[\"a\"])}else this.clearStates()},t.prototype._updateAnimationTargets=function(){for(var t=0;t<this.animators.length;t++){var e=this.animators[t];e.targetName&&e.changeTarget(this[e.targetName])}},t.prototype.removeState=function(t){var e=Object(l[\"q\"])(this.currentStates,t);if(e>=0){var n=this.currentStates.slice();n.splice(e,1),this.useStates(n)}},t.prototype.replaceState=function(t,e,n){var i=this.currentStates.slice(),r=Object(l[\"q\"])(i,t),o=Object(l[\"q\"])(i,e)>=0;r>=0?o?i.splice(r,1):i[r]=e:n&&!o&&i.push(e),this.useStates(i)},t.prototype.toggleState=function(t,e){e?this.useState(t,!0):this.removeState(t)},t.prototype._mergeStates=function(t){for(var e,n={},i=0;i<t.length;i++){var r=t[i];Object(l[\"m\"])(n,r),r.textConfig&&(e=e||{},Object(l[\"m\"])(e,r.textConfig))}return e&&(n.textConfig=e),n},t.prototype._applyStateObj=function(t,e,n,i,r,o){var a=!(e&&i);e&&e.textConfig?(this.textConfig=Object(l[\"m\"])({},i?this.textConfig:n.textConfig),Object(l[\"m\"])(this.textConfig,e.textConfig)):a&&n.textConfig&&(this.textConfig=n.textConfig);for(var s={},u=!1,c=0;c<d.length;c++){var h=d[c],f=r&&p[h];e&&null!=e[h]?f?(u=!0,s[h]=e[h]):this[h]=e[h]:a&&null!=n[h]&&(f?(u=!0,s[h]=n[h]):this[h]=n[h])}if(!r)for(c=0;c<this.animators.length;c++){var g=this.animators[c],v=g.targetName;g.getLoop()||g.__changeFinalValue(v?(e||n)[v]:e||n)}u&&this._transitionState(t,s,o)},t.prototype._attachComponent=function(t){if((!t.__zr||t.__hostTarget)&&t!==this){var e=this.__zr;e&&t.addSelfToZr(e),t.__zr=e,t.__hostTarget=this}},t.prototype._detachComponent=function(t){t.__zr&&t.removeSelfFromZr(t.__zr),t.__zr=null,t.__hostTarget=null},t.prototype.getClipPath=function(){return this._clipPath},t.prototype.setClipPath=function(t){this._clipPath&&this._clipPath!==t&&this.removeClipPath(),this._attachComponent(t),this._clipPath=t,this.markRedraw()},t.prototype.removeClipPath=function(){var t=this._clipPath;t&&(this._detachComponent(t),this._clipPath=null,this.markRedraw())},t.prototype.getTextContent=function(){return this._textContent},t.prototype.setTextContent=function(t){var e=this._textContent;e!==t&&(e&&e!==t&&this.removeTextContent(),t.innerTransformable=new i[\"b\"],this._attachComponent(t),this._textContent=t,this.markRedraw())},t.prototype.setTextConfig=function(t){this.textConfig||(this.textConfig={}),Object(l[\"m\"])(this.textConfig,t),this.markRedraw()},t.prototype.removeTextConfig=function(){this.textConfig=null,this.markRedraw()},t.prototype.removeTextContent=function(){var t=this._textContent;t&&(t.innerTransformable=null,this._detachComponent(t),this._textContent=null,this._innerTextDefaultStyle=null,this.markRedraw())},t.prototype.getTextGuideLine=function(){return this._textGuide},t.prototype.setTextGuideLine=function(t){this._textGuide&&this._textGuide!==t&&this.removeTextGuideLine(),this._attachComponent(t),this._textGuide=t,this.markRedraw()},t.prototype.removeTextGuideLine=function(){var t=this._textGuide;t&&(this._detachComponent(t),this._textGuide=null,this.markRedraw())},t.prototype.markRedraw=function(){this.__dirty|=h[\"a\"];var t=this.__zr;t&&(this.__inHover?t.refreshHover():t.refresh()),this.__hostTarget&&this.__hostTarget.markRedraw()},t.prototype.dirty=function(){this.markRedraw()},t.prototype._toggleHoverLayerFlag=function(t){this.__inHover=t;var e=this._textContent,n=this._textGuide;e&&(e.__inHover=t),n&&(n.__inHover=t)},t.prototype.addSelfToZr=function(t){if(this.__zr!==t){this.__zr=t;var e=this.animators;if(e)for(var n=0;n<e.length;n++)t.animation.addAnimator(e[n]);this._clipPath&&this._clipPath.addSelfToZr(t),this._textContent&&this._textContent.addSelfToZr(t),this._textGuide&&this._textGuide.addSelfToZr(t)}},t.prototype.removeSelfFromZr=function(t){if(this.__zr){this.__zr=null;var e=this.animators;if(e)for(var n=0;n<e.length;n++)t.animation.removeAnimator(e[n]);this._clipPath&&this._clipPath.removeSelfFromZr(t),this._textContent&&this._textContent.removeSelfFromZr(t),this._textGuide&&this._textGuide.removeSelfFromZr(t)}},t.prototype.animate=function(t,e,n){var i=t?this[t]:this;var o=new r[\"b\"](i,e,n);return t&&(o.targetName=t),this.addAnimator(o,t),o},t.prototype.addAnimator=function(t,e){var n=this.__zr,i=this;t.during((function(){i.updateDuringAnimation(e)})).done((function(){var e=i.animators,n=Object(l[\"q\"])(e,t);n>=0&&e.splice(n,1)})),this.animators.push(t),n&&n.animation.addAnimator(t),n&&n.wakeUp()},t.prototype.updateDuringAnimation=function(t){this.markRedraw()},t.prototype.stopAnimation=function(t,e){for(var n=this.animators,i=n.length,r=[],o=0;o<i;o++){var a=n[o];t&&t!==a.scope?r.push(a):a.stop(e)}return this.animators=r,this},t.prototype.animateTo=function(t,e,n){m(this,t,e,n)},t.prototype.animateFrom=function(t,e,n){m(this,t,e,n,!0)},t.prototype._transitionState=function(t,e,n,i){for(var r=m(this,e,n,i),o=0;o<r.length;o++)r[o].__fromStateTransition=t},t.prototype.getBoundingRect=function(){return null},t.prototype.getPaintRect=function(){return null},t.initDefaultProps=function(){var e=t.prototype;e.type=\"element\",e.name=\"\",e.ignore=e.silent=e.isGroup=e.draggable=e.dragging=e.ignoreClip=e.__inHover=!1,e.__dirty=h[\"a\"];function n(t,n,i,r){function o(t,e){Object.defineProperty(e,0,{get:function(){return t[i]},set:function(e){t[i]=e}}),Object.defineProperty(e,1,{get:function(){return t[r]},set:function(e){t[r]=e}})}Object.defineProperty(e,t,{get:function(){if(!this[n]){var t=this[n]=[];o(this,t)}return this[n]},set:function(t){this[i]=t[0],this[r]=t[1],this[n]=t,o(this,t)}})}Object.defineProperty&&(n(\"position\",\"_legacyPos\",\"x\",\"y\"),n(\"scale\",\"_legacyScale\",\"scaleX\",\"scaleY\"),n(\"origin\",\"_legacyOrigin\",\"originX\",\"originY\"))}(),t}();function m(t,e,n,i,r){n=n||{};var o=[];j(t,\"\",t,e,n,i,o,r);var a=o.length,s=!1,l=n.done,u=n.aborted,c=function(){s=!0,a--,a<=0&&(s?l&&l():u&&u())},h=function(){a--,a<=0&&(s?l&&l():u&&u())};a||l&&l(),o.length>0&&n.during&&o[0].during((function(t,e){n.during(e)}));for(var f=0;f<o.length;f++){var d=o[f];c&&d.done(c),h&&d.aborted(h),n.force&&d.duration(n.duration),d.start(n.easing)}return o}function b(t,e,n){for(var i=0;i<n;i++)t[i]=e[i]}function _(t){return Object(l[\"t\"])(t[0])}function x(t,e,n){if(Object(l[\"t\"])(e[n]))if(Object(l[\"t\"])(t[n])||(t[n]=[]),Object(l[\"D\"])(e[n])){var i=e[n].length;t[n].length!==i&&(t[n]=new e[n].constructor(i),b(t[n],e[n],i))}else{var r=e[n],o=t[n],a=r.length;if(_(r))for(var s=r[0].length,u=0;u<a;u++)o[u]?b(o[u],r[u],s):o[u]=Array.prototype.slice.call(r[u]);else b(o,r,a);o.length=r.length}else t[n]=e[n]}function O(t,e){return t===e||Object(l[\"t\"])(t)&&Object(l[\"t\"])(e)&&w(t,e)}function w(t,e){var n=t.length;if(n!==e.length)return!1;for(var i=0;i<n;i++)if(t[i]!==e[i])return!1;return!0}function j(t,e,n,i,o,a,s,u){for(var c=Object(l[\"E\"])(i),h=o.duration,f=o.delay,d=o.additive,p=o.setToFinal,g=!Object(l[\"z\"])(a),v=t.animators,y=[],m=0;m<c.length;m++){var b=c[m],_=i[b];if(null!=_&&null!=n[b]&&(g||a[b]))if(!Object(l[\"z\"])(_)||Object(l[\"t\"])(_)||Object(l[\"w\"])(_))y.push(b);else{if(e){u||(n[b]=_,t.updateDuringAnimation(e));continue}j(t,b,n[b],_,o,a&&a[b],s,u)}else u||(n[b]=_,t.updateDuringAnimation(e),y.push(b))}var w=y.length;if(!d&&w)for(var S=0;S<v.length;S++){var M=v[S];if(M.targetName===e){var k=M.stopTracks(y);if(k){var T=Object(l[\"q\"])(v,M);v.splice(T,1)}}}if(o.force||(y=Object(l[\"n\"])(y,(function(t){return!O(i[t],n[t])})),w=y.length),w>0||o.force&&!s.length){var C=void 0,I=void 0,D=void 0;if(u){I={},p&&(C={});for(S=0;S<w;S++){b=y[S];I[b]=n[b],p?C[b]=i[b]:n[b]=i[b]}}else if(p){D={};for(S=0;S<w;S++){b=y[S];D[b]=Object(r[\"a\"])(n[b]),x(n,i,b)}}M=new r[\"b\"](n,!1,!1,d?Object(l[\"n\"])(v,(function(t){return t.targetName===e})):null);M.targetName=e,o.scope&&(M.scope=o.scope),p&&C&&M.whenWithKeys(0,C,y),D&&M.whenWithKeys(0,D,y),M.whenWithKeys(null==h?500:h,u?I:i,y).delay(f||0),t.addAnimator(M,e),s.push(M)}}Object(l[\"I\"])(y,a[\"a\"]),Object(l[\"I\"])(y,i[\"b\"]),e[\"a\"]=y},d9fc:function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"cbe5\"),o=function(){function t(){this.cx=0,this.cy=0,this.r=0}return t}(),a=function(t){function e(e){return t.call(this,e)||this}return Object(i[\"a\"])(e,t),e.prototype.getDefaultShape=function(){return new o},e.prototype.buildPath=function(t,e){t.moveTo(e.cx+e.r,e.cy),t.arc(e.cx,e.cy,e.r,0,2*Math.PI)},e}(r[\"b\"]);a.prototype.type=\"circle\",e[\"a\"]=a},dce8:function(t,e,n){\"use strict\";var i=function(){function t(t,e){this.x=t||0,this.y=e||0}return t.prototype.copy=function(t){return this.x=t.x,this.y=t.y,this},t.prototype.clone=function(){return new t(this.x,this.y)},t.prototype.set=function(t,e){return this.x=t,this.y=e,this},t.prototype.equal=function(t){return t.x===this.x&&t.y===this.y},t.prototype.add=function(t){return this.x+=t.x,this.y+=t.y,this},t.prototype.scale=function(t){this.x*=t,this.y*=t},t.prototype.scaleAndAdd=function(t,e){this.x+=t.x*e,this.y+=t.y*e},t.prototype.sub=function(t){return this.x-=t.x,this.y-=t.y,this},t.prototype.dot=function(t){return this.x*t.x+this.y*t.y},t.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},t.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},t.prototype.normalize=function(){var t=this.len();return this.x/=t,this.y/=t,this},t.prototype.distance=function(t){var e=this.x-t.x,n=this.y-t.y;return Math.sqrt(e*e+n*n)},t.prototype.distanceSquare=function(t){var e=this.x-t.x,n=this.y-t.y;return e*e+n*n},t.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},t.prototype.transform=function(t){if(t){var e=this.x,n=this.y;return this.x=t[0]*e+t[2]*n+t[4],this.y=t[1]*e+t[3]*n+t[5],this}},t.prototype.toArray=function(t){return t[0]=this.x,t[1]=this.y,t},t.prototype.fromArray=function(t){this.x=t[0],this.y=t[1]},t.set=function(t,e,n){t.x=e,t.y=n},t.copy=function(t,e){t.x=e.x,t.y=e.y},t.len=function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},t.lenSquare=function(t){return t.x*t.x+t.y*t.y},t.dot=function(t,e){return t.x*e.x+t.y*e.y},t.add=function(t,e,n){t.x=e.x+n.x,t.y=e.y+n.y},t.sub=function(t,e,n){t.x=e.x-n.x,t.y=e.y-n.y},t.scale=function(t,e,n){t.x=e.x*n,t.y=e.y*n},t.scaleAndAdd=function(t,e,n,i){t.x=e.x+n.x*i,t.y=e.y+n.y*i},t.lerp=function(t,e,n,i){var r=1-i;t.x=r*e.x+i*n.x,t.y=r*e.y+i*n.y},t}();e[\"a\"]=i},dd4f:function(t,e,n){\"use strict\";var i=n(\"9ab4\"),r=n(\"19eb\"),o=n(\"e86a\"),a=n(\"cbe5\"),s=n(\"6d8b\"),l=n(\"726e\"),u=Object(s[\"i\"])({strokeFirst:!0,font:l[\"a\"],x:0,y:0,textAlign:\"left\",textBaseline:\"top\",miterLimit:2},a[\"a\"]),c=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Object(i[\"a\"])(e,t),e.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return null!=e&&\"none\"!==e&&t.lineWidth>0},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&\"none\"!==e},e.prototype.createStyle=function(t){return Object(s[\"g\"])(u,t)},e.prototype.setBoundingRect=function(t){this._rect=t},e.prototype.getBoundingRect=function(){var t=this.style;if(!this._rect){var e=t.text;null!=e?e+=\"\":e=\"\";var n=Object(o[\"d\"])(e,t.font,t.textAlign,t.textBaseline);if(n.x+=t.x||0,n.y+=t.y||0,this.hasStroke()){var i=t.lineWidth;n.x-=i/2,n.y-=i/2,n.width+=i,n.height+=i}this._rect=n}return this._rect},e.initDefaultProps=function(){var t=e.prototype;t.dirtyRectTolerance=10}(),e}(r[\"c\"]);c.prototype.type=\"tspan\",e[\"a\"]=c},deca:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return a})),n.d(e,\"h\",(function(){return l})),n.d(e,\"c\",(function(){return u})),n.d(e,\"d\",(function(){return c})),n.d(e,\"e\",(function(){return h})),n.d(e,\"f\",(function(){return d})),n.d(e,\"g\",(function(){return p})),n.d(e,\"b\",(function(){return g}));var i=n(\"6d8b\"),r=n(\"e0d3\"),o=Object(r[\"l\"])();function a(t,e,n,r,o){var a;if(e&&e.ecModel){var s=e.ecModel.getUpdatePayload();a=s&&s.animation}var l=e&&e.isAnimationEnabled(),u=\"update\"===t;if(l){var c=void 0,h=void 0,f=void 0;r?(c=Object(i[\"N\"])(r.duration,200),h=Object(i[\"N\"])(r.easing,\"cubicOut\"),f=0):(c=e.getShallow(u?\"animationDurationUpdate\":\"animationDuration\"),h=e.getShallow(u?\"animationEasingUpdate\":\"animationEasing\"),f=e.getShallow(u?\"animationDelayUpdate\":\"animationDelay\")),a&&(null!=a.duration&&(c=a.duration),null!=a.easing&&(h=a.easing),null!=a.delay&&(f=a.delay)),Object(i[\"v\"])(f)&&(f=f(n,o)),Object(i[\"v\"])(c)&&(c=c(n));var d={duration:c||0,delay:f,easing:h};return d}return null}function s(t,e,n,r,o,s,l){var u,c=!1;Object(i[\"v\"])(o)?(l=s,s=o,o=null):Object(i[\"z\"])(o)&&(s=o.cb,l=o.during,c=o.isFrom,u=o.removeOpt,o=o.dataIndex);var h=\"leave\"===t;h||e.stopAnimation(\"leave\");var f=a(t,r,o,h?u||{}:null,r&&r.getAnimationDelayParams?r.getAnimationDelayParams(e,o):null);if(f&&f.duration>0){var d=f.duration,p=f.delay,g=f.easing,v={duration:d,delay:p||0,easing:g,done:s,force:!!s||!!l,setToFinal:!h,scope:t,during:l};c?e.animateFrom(n,v):e.animateTo(n,v)}else e.stopAnimation(),!c&&e.attr(n),l&&l(1),s&&s()}function l(t,e,n,i,r,o){s(\"update\",t,e,n,i,r,o)}function u(t,e,n,i,r,o){s(\"enter\",t,e,n,i,r,o)}function c(t){if(!t.__zr)return!0;for(var e=0;e<t.animators.length;e++){var n=t.animators[e];if(\"leave\"===n.scope)return!0}return!1}function h(t,e,n,i,r,o){c(t)||s(\"leave\",t,e,n,i,r,o)}function f(t,e,n,i){t.removeTextContent(),t.removeTextGuideLine(),h(t,{style:{opacity:0}},e,n,i)}function d(t,e,n){function i(){t.parent&&t.parent.remove(t)}t.isGroup?t.traverse((function(t){t.isGroup||f(t,e,n,i)})):f(t,e,n,i)}function p(t){o(t).oldStyle=t.style}function g(t){return o(t).oldStyle}},e0d3:function(t,e,n){\"use strict\";n.d(e,\"n\",(function(){return u})),n.d(e,\"d\",(function(){return c})),n.d(e,\"b\",(function(){return h})),n.d(e,\"f\",(function(){return f})),n.d(e,\"j\",(function(){return d})),n.d(e,\"m\",(function(){return p})),n.d(e,\"c\",(function(){return w})),n.d(e,\"k\",(function(){return j})),n.d(e,\"i\",(function(){return S})),n.d(e,\"t\",(function(){return M})),n.d(e,\"q\",(function(){return T})),n.d(e,\"l\",(function(){return C})),n.d(e,\"o\",(function(){return D})),n.d(e,\"p\",(function(){return A})),n.d(e,\"a\",(function(){return P})),n.d(e,\"r\",(function(){return L})),n.d(e,\"s\",(function(){return R})),n.d(e,\"e\",(function(){return z})),n.d(e,\"g\",(function(){return N})),n.d(e,\"h\",(function(){return B}));var i=n(\"6d8b\"),r=n(\"22d1\"),o=n(\"3842\");function a(t,e,n){return(e-t)*n+t}var s=\"series\\0\",l=\"\\0_ec_\\0\";function u(t){return t instanceof Array?t:null==t?[]:[t]}function c(t,e,n){if(t){t[e]=t[e]||{},t.emphasis=t.emphasis||{},t.emphasis[e]=t.emphasis[e]||{};for(var i=0,r=n.length;i<r;i++){var o=n[i];!t.emphasis[e].hasOwnProperty(o)&&t[e].hasOwnProperty(o)&&(t.emphasis[e][o]=t[e][o])}}}var h=[\"fontStyle\",\"fontWeight\",\"fontSize\",\"fontFamily\",\"rich\",\"tag\",\"color\",\"textBorderColor\",\"textBorderWidth\",\"width\",\"height\",\"lineHeight\",\"align\",\"verticalAlign\",\"baseline\",\"shadowColor\",\"shadowBlur\",\"shadowOffsetX\",\"shadowOffsetY\",\"textShadowColor\",\"textShadowBlur\",\"textShadowOffsetX\",\"textShadowOffsetY\",\"backgroundColor\",\"borderColor\",\"borderWidth\",\"borderRadius\",\"padding\"];function f(t){return!Object(i[\"z\"])(t)||Object(i[\"s\"])(t)||t instanceof Date?t:t.value}function d(t){return Object(i[\"z\"])(t)&&!(t instanceof Array)}function p(t,e,n){var r=\"normalMerge\"===n,o=\"replaceMerge\"===n,a=\"replaceAll\"===n;t=t||[],e=(e||[]).slice();var s=Object(i[\"f\"])();Object(i[\"k\"])(e,(function(t,n){Object(i[\"z\"])(t)||(e[n]=null)}));var l=g(t,s,n);return(r||o)&&v(l,t,s,e),r&&y(l,e),r||o?m(l,e,o):a&&b(l,e),_(l),l}function g(t,e,n){var i=[];if(\"replaceAll\"===n)return i;for(var r=0;r<t.length;r++){var o=t[r];o&&null!=o.id&&e.set(o.id,r),i.push({existing:\"replaceMerge\"===n||S(o)?null:o,newOption:null,keyInfo:null,brandNew:null})}return i}function v(t,e,n,r){Object(i[\"k\"])(r,(function(o,a){if(o&&null!=o.id){var s=O(o.id),l=n.get(s);if(null!=l){var u=t[l];Object(i[\"b\"])(!u.newOption,'Duplicated option on id \"'+s+'\".'),u.newOption=o,u.existing=e[l],r[a]=null}}}))}function y(t,e){Object(i[\"k\"])(e,(function(n,i){if(n&&null!=n.name)for(var r=0;r<t.length;r++){var o=t[r].existing;if(!t[r].newOption&&o&&(null==o.id||null==n.id)&&!S(n)&&!S(o)&&x(\"name\",o,n))return t[r].newOption=n,void(e[i]=null)}}))}function m(t,e,n){Object(i[\"k\"])(e,(function(e){if(e){var i,r=0;while((i=t[r])&&(i.newOption||S(i.existing)||i.existing&&null!=e.id&&!x(\"id\",e,i.existing)))r++;i?(i.newOption=e,i.brandNew=n):t.push({newOption:e,brandNew:n,existing:null,keyInfo:null}),r++}}))}function b(t,e){Object(i[\"k\"])(e,(function(e){t.push({newOption:e,brandNew:!0,existing:null,keyInfo:null})}))}function _(t){var e=Object(i[\"f\"])();Object(i[\"k\"])(t,(function(t){var n=t.existing;n&&e.set(n.id,t)})),Object(i[\"k\"])(t,(function(t){var n=t.newOption;Object(i[\"b\"])(!n||null==n.id||!e.get(n.id)||e.get(n.id)===t,\"id duplicates: \"+(n&&n.id)),n&&null!=n.id&&e.set(n.id,t),!t.keyInfo&&(t.keyInfo={})})),Object(i[\"k\"])(t,(function(t,n){var r=t.existing,o=t.newOption,a=t.keyInfo;if(Object(i[\"z\"])(o)){if(a.name=null!=o.name?O(o.name):r?r.name:s+n,r)a.id=O(r.id);else if(null!=o.id)a.id=O(o.id);else{var l=0;do{a.id=\"\\0\"+a.name+\"\\0\"+l++}while(e.get(a.id))}e.set(a.id,t)}}))}function x(t,e,n){var i=w(e[t],null),r=w(n[t],null);return null!=i&&null!=r&&i===r}function O(t){return w(t,\"\")}function w(t,e){return null==t?e:Object(i[\"B\"])(t)?t:Object(i[\"y\"])(t)||Object(i[\"C\"])(t)?t+\"\":e}function j(t){var e=t.name;return!(!e||!e.indexOf(s))}function S(t){return t&&null!=t.id&&0===O(t.id).indexOf(l)}function M(t,e,n){Object(i[\"k\"])(t,(function(t){var r=t.newOption;Object(i[\"z\"])(r)&&(t.keyInfo.mainType=e,t.keyInfo.subType=k(e,r,t.existing,n))}))}function k(t,e,n,i){var r=e.type?e.type:n?n.subType:i.determineSubType(t,e);return r}function T(t,e){return null!=e.dataIndexInside?e.dataIndexInside:null!=e.dataIndex?Object(i[\"s\"])(e.dataIndex)?Object(i[\"G\"])(e.dataIndex,(function(e){return t.indexOfRawIndex(e)})):t.indexOfRawIndex(e.dataIndex):null!=e.name?Object(i[\"s\"])(e.name)?Object(i[\"G\"])(e.name,(function(e){return t.indexOfName(e)})):t.indexOfName(e.name):void 0}function C(){var t=\"__ec_inner_\"+I++;return function(e){return e[t]||(e[t]={})}}var I=Object(o[\"e\"])();function D(t,e,n){var i=A(e,n),r=i.mainTypeSpecified,o=i.queryOptionMap,a=i.others,s=a,l=n?n.defaultMainType:null;return!r&&l&&o.set(l,{}),o.each((function(e,i){var r=L(t,i,e,{useDefault:l===i,enableAll:!n||null==n.enableAll||n.enableAll,enableNone:!n||null==n.enableNone||n.enableNone});s[i+\"Models\"]=r.models,s[i+\"Model\"]=r.models[0]})),s}function A(t,e){var n;if(Object(i[\"B\"])(t)){var r={};r[t+\"Index\"]=0,n=r}else n=t;var o=Object(i[\"f\"])(),a={},s=!1;return Object(i[\"k\"])(n,(function(t,n){if(\"dataIndex\"!==n&&\"dataIndexInside\"!==n){var r=n.match(/^(\\w+)(Index|Id|Name)$/)||[],l=r[1],u=(r[2]||\"\").toLowerCase();if(l&&u&&!(e&&e.includeMainTypes&&Object(i[\"q\"])(e.includeMainTypes,l)<0)){s=s||!!l;var c=o.get(l)||o.set(l,{});c[u]=t}}else a[n]=t})),{mainTypeSpecified:s,queryOptionMap:o,others:a}}var P={useDefault:!0,enableAll:!1,enableNone:!1};function L(t,e,n,r){r=r||P;var o=n.index,a=n.id,s=n.name,l={models:null,specified:null!=o||null!=a||null!=s};if(!l.specified){var u=void 0;return l.models=r.useDefault&&(u=t.getComponent(e))?[u]:[],l}return\"none\"===o||!1===o?(Object(i[\"b\"])(r.enableNone,'`\"none\"` or `false` is not a valid value on index option.'),l.models=[],l):(\"all\"===o&&(Object(i[\"b\"])(r.enableAll,'`\"all\"` is not a valid value on index option.'),o=a=s=null),l.models=t.queryComponents({mainType:e,index:o,id:a,name:s}),l)}function R(t,e,n){t.setAttribute?t.setAttribute(e,n):t[e]=n}function z(t,e){return t.getAttribute?t.getAttribute(e):t[e]}function N(t){return\"auto\"===t?r[\"a\"].domSupported?\"html\":\"richText\":t||\"html\"}function B(t,e,n,r,s){var l=null==e||\"auto\"===e;if(null==r)return r;if(Object(i[\"y\"])(r)){var u=a(n||0,r,s);return Object(o[\"p\"])(u,l?Math.max(Object(o[\"d\"])(n||0),Object(o[\"d\"])(r)):e)}if(Object(i[\"B\"])(r))return s<1?n:r;for(var c=[],h=n,f=r,d=Math.max(h?h.length:0,f.length),p=0;p<d;++p){var g=t.getDimensionInfo(p);if(g&&\"ordinal\"===g.type)c[p]=(s<1&&h?h:f)[p];else{var v=h&&h[p]?h[p]:0,y=f[p];u=a(v,y,s);c[p]=Object(o[\"p\"])(u,l?Math.max(Object(o[\"d\"])(v),Object(o[\"d\"])(y)):e)}}return c}},e0d8:function(t,e,n){\"use strict\";var i=n(\"625e\"),r=function(){function t(t){this._setting=t||{},this._extent=[1/0,-1/0]}return t.prototype.getSetting=function(t){return this._setting[t]},t.prototype.unionExtent=function(t){var e=this._extent;t[0]<e[0]&&(e[0]=t[0]),t[1]>e[1]&&(e[1]=t[1])},t.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e)},t.prototype.isInExtentRange=function(t){return this._extent[0]<=t&&this._extent[1]>=t},t.prototype.isBlank=function(){return this._isBlank},t.prototype.setBlank=function(t){this._isBlank=t},t}();i[\"c\"](r),e[\"a\"]=r},e263:function(t,e,n){\"use strict\";n.d(e,\"d\",(function(){return d})),n.d(e,\"c\",(function(){return p})),n.d(e,\"b\",(function(){return y})),n.d(e,\"e\",(function(){return m})),n.d(e,\"a\",(function(){return b}));var i=n(\"401b\"),r=n(\"4a3f\"),o=Math.min,a=Math.max,s=Math.sin,l=Math.cos,u=2*Math.PI,c=i[\"d\"](),h=i[\"d\"](),f=i[\"d\"]();function d(t,e,n){if(0!==t.length){for(var i=t[0],r=i[0],s=i[0],l=i[1],u=i[1],c=1;c<t.length;c++)i=t[c],r=o(r,i[0]),s=a(s,i[0]),l=o(l,i[1]),u=a(u,i[1]);e[0]=r,e[1]=l,n[0]=s,n[1]=u}}function p(t,e,n,i,r,s){r[0]=o(t,n),r[1]=o(e,i),s[0]=a(t,n),s[1]=a(e,i)}var g=[],v=[];function y(t,e,n,i,s,l,u,c,h,f){var d=r[\"c\"],p=r[\"a\"],y=d(t,n,s,u,g);h[0]=1/0,h[1]=1/0,f[0]=-1/0,f[1]=-1/0;for(var m=0;m<y;m++){var b=p(t,n,s,u,g[m]);h[0]=o(b,h[0]),f[0]=a(b,f[0])}y=d(e,i,l,c,v);for(m=0;m<y;m++){var _=p(e,i,l,c,v[m]);h[1]=o(_,h[1]),f[1]=a(_,f[1])}h[0]=o(t,h[0]),f[0]=a(t,f[0]),h[0]=o(u,h[0]),f[0]=a(u,f[0]),h[1]=o(e,h[1]),f[1]=a(e,f[1]),h[1]=o(c,h[1]),f[1]=a(c,f[1])}function m(t,e,n,i,s,l,u,c){var h=r[\"j\"],f=r[\"h\"],d=a(o(h(t,n,s),1),0),p=a(o(h(e,i,l),1),0),g=f(t,n,s,d),v=f(e,i,l,p);u[0]=o(t,s,g),u[1]=o(e,l,v),c[0]=a(t,s,g),c[1]=a(e,l,v)}function b(t,e,n,r,o,a,d,p,g){var v=i[\"j\"],y=i[\"i\"],m=Math.abs(o-a);if(m%u<1e-4&&m>1e-4)return p[0]=t-n,p[1]=e-r,g[0]=t+n,void(g[1]=e+r);if(c[0]=l(o)*n+t,c[1]=s(o)*r+e,h[0]=l(a)*n+t,h[1]=s(a)*r+e,v(p,c,h),y(g,c,h),o%=u,o<0&&(o+=u),a%=u,a<0&&(a+=u),o>a&&!d?a+=u:o<a&&d&&(o+=u),d){var b=a;a=o,o=b}for(var _=0;_<a;_+=Math.PI/2)_>o&&(f[0]=l(_)*n+t,f[1]=s(_)*r+e,v(p,f,p),y(g,f,g))}},e600:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return j}));var i=n(\"6d8b\"),r=n(\"edae\"),o=n(\"b7d9\"),a={value:\"eq\",\"<\":\"lt\",\"<=\":\"lte\",\">\":\"gt\",\">=\":\"gte\",\"=\":\"eq\",\"!=\":\"ne\",\"<>\":\"ne\"},s=function(){function t(t){var e=this._condVal=Object(i[\"B\"])(t)?new RegExp(t):Object(i[\"A\"])(t)?t:null;if(null==e){var n=\"\";0,Object(r[\"c\"])(n)}}return t.prototype.evaluate=function(t){var e=typeof t;return Object(i[\"B\"])(e)?this._condVal.test(t):!!Object(i[\"y\"])(e)&&this._condVal.test(t+\"\")},t}(),l=function(){function t(){}return t.prototype.evaluate=function(){return this.value},t}(),u=function(){function t(){}return t.prototype.evaluate=function(){for(var t=this.children,e=0;e<t.length;e++)if(!t[e].evaluate())return!1;return!0},t}(),c=function(){function t(){}return t.prototype.evaluate=function(){for(var t=this.children,e=0;e<t.length;e++)if(t[e].evaluate())return!0;return!1},t}(),h=function(){function t(){}return t.prototype.evaluate=function(){return!this.child.evaluate()},t}(),f=function(){function t(){}return t.prototype.evaluate=function(){for(var t=!!this.valueParser,e=this.getValue,n=e(this.valueGetterParam),i=t?this.valueParser(n):null,r=0;r<this.subCondList.length;r++)if(!this.subCondList[r].evaluate(t?i:n))return!1;return!0},t}();function d(t,e){if(!0===t||!1===t){var n=new l;return n.value=t,n}var i=\"\";return y(t)||Object(r[\"c\"])(i),t.and?p(\"and\",t,e):t.or?p(\"or\",t,e):t.not?g(t,e):v(t,e)}function p(t,e,n){var o=e[t],a=\"\";Object(i[\"s\"])(o)||Object(r[\"c\"])(a),o.length||Object(r[\"c\"])(a);var s=\"and\"===t?new u:new c;return s.children=Object(i[\"G\"])(o,(function(t){return d(t,n)})),s.children.length||Object(r[\"c\"])(a),s}function g(t,e){var n=t.not,i=\"\";y(n)||Object(r[\"c\"])(i);var o=new h;return o.child=d(n,e),o.child||Object(r[\"c\"])(i),o}function v(t,e){for(var n=\"\",l=e.prepareGetValue(t),u=[],c=Object(i[\"E\"])(t),h=t.parser,d=h?Object(o[\"c\"])(h):null,p=0;p<c.length;p++){var g=c[p];if(\"parser\"!==g&&!e.valueGetterAttrMap.get(g)){var v=Object(i[\"p\"])(a,g)?a[g]:g,y=t[g],m=d?d(y):y,b=Object(o[\"b\"])(v,m)||\"reg\"===v&&new s(m);b||Object(r[\"c\"])(n),u.push(b)}}u.length||Object(r[\"c\"])(n);var _=new f;return _.valueGetterParam=l,_.valueParser=d,_.getValue=e.getValue,_.subCondList=u,_}function y(t){return Object(i[\"z\"])(t)&&!Object(i[\"t\"])(t)}var m=function(){function t(t,e){this._cond=d(t,e)}return t.prototype.evaluate=function(){return this._cond.evaluate()},t}();function b(t,e){return new m(t,e)}var _={type:\"echarts:filter\",transform:function(t){for(var e,n=t.upstream,o=b(t.config,{valueGetterAttrMap:Object(i[\"f\"])({dimension:!0}),prepareGetValue:function(t){var e=\"\",o=t.dimension;Object(i[\"p\"])(t,\"dimension\")||Object(r[\"c\"])(e);var a=n.getDimensionInfo(o);return a||Object(r[\"c\"])(e),{dimIdx:a.index}},getValue:function(t){return n.retrieveValueFromItem(e,t.dimIdx)}}),a=[],s=0,l=n.count();s<l;s++)e=n.getRawDataItem(s),o.evaluate()&&a.push(e);return{data:a}}},x=n(\"07fd\"),O=n(\"e0d3\");var w={type:\"echarts:sort\",transform:function(t){var e=t.upstream,n=t.config,a=\"\",s=Object(O[\"n\"])(n);s.length||Object(r[\"c\"])(a);var l=[];Object(i[\"k\"])(s,(function(t){var n=t.dimension,i=t.order,s=t.parser,u=t.incomparable;if(null==n&&Object(r[\"c\"])(a),\"asc\"!==i&&\"desc\"!==i&&Object(r[\"c\"])(a),u&&\"min\"!==u&&\"max\"!==u){var c=\"\";0,Object(r[\"c\"])(c)}if(\"asc\"!==i&&\"desc\"!==i){var h=\"\";0,Object(r[\"c\"])(h)}var f=e.getDimensionInfo(n);f||Object(r[\"c\"])(a);var d=s?Object(o[\"c\"])(s):null;s&&!d&&Object(r[\"c\"])(a),l.push({dimIdx:f.index,parser:d,comparator:new o[\"a\"](i,u)})}));var u=e.sourceFormat;u!==x[\"c\"]&&u!==x[\"e\"]&&Object(r[\"c\"])(a);for(var c=[],h=0,f=e.count();h<f;h++)c.push(e.getRawDataItem(h));return c.sort((function(t,n){for(var i=0;i<l.length;i++){var r=l[i],o=e.retrieveValueFromItem(t,r.dimIdx),a=e.retrieveValueFromItem(n,r.dimIdx);r.parser&&(o=r.parser(o),a=r.parser(a));var s=r.comparator.evaluate(o,a);if(0!==s)return s}return 0})),{data:c}}};function j(t){t.registerTransform(_),t.registerTransform(w)}},e86a:function(t,e,n){\"use strict\";n.d(e,\"f\",(function(){return s})),n.d(e,\"d\",(function(){return u})),n.d(e,\"a\",(function(){return c})),n.d(e,\"b\",(function(){return h})),n.d(e,\"e\",(function(){return f})),n.d(e,\"g\",(function(){return d})),n.d(e,\"c\",(function(){return p}));var i=n(\"9850\"),r=n(\"d51b\"),o=n(\"726e\"),a={};function s(t,e){e=e||o[\"a\"];var n=a[e];n||(n=a[e]=new r[\"a\"](500));var i=n.get(t);return null==i&&(i=o[\"c\"].measureText(t,e).width,n.put(t,i)),i}function l(t,e,n,r){var o=s(t,e),a=f(e),l=c(0,o,n),u=h(0,a,r),d=new i[\"a\"](l,u,o,a);return d}function u(t,e,n,r){var o=((t||\"\")+\"\").split(\"\\n\"),a=o.length;if(1===a)return l(o[0],e,n,r);for(var s=new i[\"a\"](0,0,0,0),u=0;u<o.length;u++){var c=l(o[u],e,n,r);0===u?s.copy(c):s.union(c)}return s}function c(t,e,n){return\"right\"===n?t-=e:\"center\"===n&&(t-=e/2),t}function h(t,e,n){return\"middle\"===n?t-=e/2:\"bottom\"===n&&(t-=e),t}function f(t){return s(\"国\",t)}function d(t,e){return\"string\"===typeof t?t.lastIndexOf(\"%\")>=0?parseFloat(t)/100*e:parseFloat(t):t}function p(t,e,n){var i=e.position||\"inside\",r=null!=e.distance?e.distance:5,o=n.height,a=n.width,s=o/2,l=n.x,u=n.y,c=\"left\",h=\"top\";if(i instanceof Array)l+=d(i[0],n.width),u+=d(i[1],n.height),c=null,h=null;else switch(i){case\"left\":l-=r,u+=s,c=\"right\",h=\"middle\";break;case\"right\":l+=r+a,u+=s,h=\"middle\";break;case\"top\":l+=a/2,u-=r,c=\"center\",h=\"bottom\";break;case\"bottom\":l+=a/2,u+=o+r,c=\"center\";break;case\"inside\":l+=a/2,u+=s,c=\"center\",h=\"middle\";break;case\"insideLeft\":l+=r,u+=s,h=\"middle\";break;case\"insideRight\":l+=a-r,u+=s,c=\"right\",h=\"middle\";break;case\"insideTop\":l+=a/2,u+=r,c=\"center\";break;case\"insideBottom\":l+=a/2,u+=o-r,c=\"center\",h=\"bottom\";break;case\"insideTopLeft\":l+=r,u+=r;break;case\"insideTopRight\":l+=a-r,u+=r,c=\"right\";break;case\"insideBottomLeft\":l+=r,u+=o-r,h=\"bottom\";break;case\"insideBottomRight\":l+=a-r,u+=o-r,c=\"right\",h=\"bottom\";break}return t=t||{},t.x=l,t.y=u,t.align=c,t.verticalAlign=h,t}},e887:function(t,e,n){\"use strict\";var i=n(\"6d8b\"),r=n(\"2dc5\"),o=n(\"8918\"),a=n(\"625e\"),s=n(\"e0d3\"),l=n(\"7d6c\"),u=n(\"9fbc\"),c=n(\"cccd\"),h=n(\"2306\"),f=s[\"l\"](),d=Object(c[\"a\"])(),p=function(){function t(){this.group=new r[\"a\"],this.uid=o[\"c\"](\"viewChart\"),this.renderTask=Object(u[\"a\"])({plan:y,reset:m}),this.renderTask.context={view:this}}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){0},t.prototype.highlight=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&v(r,i,\"emphasis\")},t.prototype.downplay=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&v(r,i,\"normal\")},t.prototype.remove=function(t,e){this.group.removeAll()},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.updateLayout=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.updateVisual=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.eachRendered=function(t){Object(h[\"traverseElements\"])(this.group,t)},t.markUpdateMethod=function(t,e){f(t).updateMethod=e},t.protoInitialize=function(){var e=t.prototype;e.type=\"chart\"}(),t}();function g(t,e,n){t&&Object(l[\"u\"])(t)&&(\"emphasis\"===e?l[\"n\"]:l[\"y\"])(t,n)}function v(t,e,n){var r=s[\"q\"](t,e),o=e&&null!=e.highlightKey?Object(l[\"r\"])(e.highlightKey):null;null!=r?Object(i[\"k\"])(s[\"n\"](r),(function(e){g(t.getItemGraphicEl(e),n,o)})):t.eachItemGraphicEl((function(t){g(t,n,o)}))}function y(t){return d(t.model)}function m(t){var e=t.model,n=t.ecModel,i=t.api,r=t.payload,o=e.pipelineContext.progressiveRender,a=t.view,s=r&&f(r).updateMethod,l=o?\"incrementalPrepareRender\":s&&a[s]?s:\"render\";return\"render\"!==l&&a[l](e,n,i,r),b[l]}a[\"b\"](p,[\"dispose\"]),a[\"c\"](p);var b={incrementalPrepareRender:{progress:function(t,e){e.view.incrementalRender(t,e.model,e.ecModel,e.api,e.payload)}},render:{forceFirstProgress:!0,progress:function(t,e){e.view.render(e.model,e.ecModel,e.api,e.payload)}}};e[\"a\"]=p},ec6f:function(t,e,n){\"use strict\";n.d(e,\"e\",(function(){return l})),n.d(e,\"b\",(function(){return u})),n.d(e,\"c\",(function(){return c})),n.d(e,\"a\",(function(){return h})),n.d(e,\"d\",(function(){return f})),n.d(e,\"f\",(function(){return y}));var i=n(\"6d8b\"),r=n(\"07fd\"),o=n(\"e0d3\"),a=n(\"0f99\"),s=function(){function t(t){this.data=t.data||(t.sourceFormat===r[\"d\"]?{}:[]),this.sourceFormat=t.sourceFormat||r[\"h\"],this.seriesLayoutBy=t.seriesLayoutBy||r[\"a\"],this.startIndex=t.startIndex||0,this.dimensionsDetectedCount=t.dimensionsDetectedCount,this.metaRawOption=t.metaRawOption;var e=this.dimensionsDefine=t.dimensionsDefine;if(e)for(var n=0;n<e.length;n++){var i=e[n];null==i.type&&Object(a[\"b\"])(this,n)===a[\"a\"].Must&&(i.type=\"ordinal\")}}return t}();function l(t){return t instanceof s}function u(t,e,n){n=n||f(t);var r=e.seriesLayoutBy,o=d(t,n,r,e.sourceHeader,e.dimensions),a=new s({data:t,sourceFormat:n,seriesLayoutBy:r,dimensionsDefine:o.dimensionsDefine,startIndex:o.startIndex,dimensionsDetectedCount:o.dimensionsDetectedCount,metaRawOption:Object(i[\"d\"])(e)});return a}function c(t){return new s({data:t,sourceFormat:Object(i[\"D\"])(t)?r[\"g\"]:r[\"f\"]})}function h(t){return new s({data:t.data,sourceFormat:t.sourceFormat,seriesLayoutBy:t.seriesLayoutBy,dimensionsDefine:Object(i[\"d\"])(t.dimensionsDefine),startIndex:t.startIndex,dimensionsDetectedCount:t.dimensionsDetectedCount})}function f(t){var e=r[\"h\"];if(Object(i[\"D\"])(t))e=r[\"g\"];else if(Object(i[\"s\"])(t)){0===t.length&&(e=r[\"c\"]);for(var n=0,o=t.length;n<o;n++){var a=t[n];if(null!=a){if(Object(i[\"s\"])(a)){e=r[\"c\"];break}if(Object(i[\"z\"])(a)){e=r[\"e\"];break}}}}else if(Object(i[\"z\"])(t))for(var s in t)if(Object(i[\"p\"])(t,s)&&Object(i[\"t\"])(t[s])){e=r[\"d\"];break}return e}function d(t,e,n,a,s){var l,u;if(!t)return{dimensionsDefine:g(s),startIndex:u,dimensionsDetectedCount:l};if(e===r[\"c\"]){var c=t;\"auto\"===a||null==a?v((function(t){null!=t&&\"-\"!==t&&(Object(i[\"B\"])(t)?null==u&&(u=1):u=0)}),n,c,10):u=Object(i[\"y\"])(a)?a:a?1:0,s||1!==u||(s=[],v((function(t,e){s[e]=null!=t?t+\"\":\"\"}),n,c,1/0)),l=s?s.length:n===r[\"b\"]?c.length:c[0]?c[0].length:null}else if(e===r[\"e\"])s||(s=p(t));else if(e===r[\"d\"])s||(s=[],Object(i[\"k\"])(t,(function(t,e){s.push(e)})));else if(e===r[\"f\"]){var h=Object(o[\"f\"])(t[0]);l=Object(i[\"s\"])(h)&&h.length||1}else r[\"g\"];return{startIndex:u,dimensionsDefine:g(s),dimensionsDetectedCount:l}}function p(t){var e,n=0;while(n<t.length&&!(e=t[n++]));if(e){var r=[];return Object(i[\"k\"])(e,(function(t,e){r.push(e)})),r}}function g(t){if(t){var e=Object(i[\"f\"])();return Object(i[\"G\"])(t,(function(t,n){t=Object(i[\"z\"])(t)?t:{name:t};var r={name:t.name,displayName:t.displayName,type:t.type};if(null==r.name)return r;r.name+=\"\",null==r.displayName&&(r.displayName=r.name);var o=e.get(r.name);return o?r.name+=\"-\"+o.count++:e.set(r.name,{count:1}),r}))}}function v(t,e,n,i){if(e===r[\"b\"])for(var o=0;o<n.length&&o<i;o++)t(n[o]?n[o][0]:null,o);else{var a=n[0]||[];for(o=0;o<a.length&&o<i;o++)t(a[o],o)}}function y(t){var e=t.sourceFormat;return e===r[\"e\"]||e===r[\"d\"]}},eda2:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return s})),n.d(e,\"g\",(function(){return l})),n.d(e,\"f\",(function(){return u})),n.d(e,\"e\",(function(){return c})),n.d(e,\"c\",(function(){return d})),n.d(e,\"d\",(function(){return p})),n.d(e,\"b\",(function(){return g})),n.d(e,\"h\",(function(){return v}));var i=n(\"6d8b\"),r=n(\"65ed\"),o=n(\"3842\"),a=n(\"f876\");function s(t){if(!Object(o[\"f\"])(t))return i[\"B\"](t)?t:\"-\";var e=(t+\"\").split(\".\");return e[0].replace(/(\\d{1,3})(?=(?:\\d{3})+(?!\\d))/g,\"$1,\")+(e.length>1?\".\"+e[1]:\"\")}function l(t,e){return t=(t||\"\").toLowerCase().replace(/-(.)/g,(function(t,e){return e.toUpperCase()})),e&&t&&(t=t.charAt(0).toUpperCase()+t.slice(1)),t}var u=i[\"K\"];function c(t,e,n){var r=\"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}\";function l(t){return t&&i[\"R\"](t)?t:\"-\"}function u(t){return!(null==t||isNaN(t)||!isFinite(t))}var c=\"time\"===e,h=t instanceof Date;if(c||h){var f=c?Object(o[\"k\"])(t):t;if(!isNaN(+f))return Object(a[\"h\"])(f,r,n);if(h)return\"-\"}if(\"ordinal\"===e)return i[\"C\"](t)?l(t):i[\"y\"](t)&&u(t)?t+\"\":\"-\";var d=Object(o[\"j\"])(t);return u(d)?s(d):i[\"C\"](t)?l(t):\"boolean\"===typeof t?t+\"\":\"-\"}var h=[\"a\",\"b\",\"c\",\"d\",\"e\",\"f\",\"g\"],f=function(t,e){return\"{\"+t+(null==e?\"\":e)+\"}\"};function d(t,e,n){i[\"s\"](e)||(e=[e]);var o=e.length;if(!o)return\"\";for(var a=e[0].$vars||[],s=0;s<a.length;s++){var l=h[s];t=t.replace(f(l),f(l,0))}for(var u=0;u<o;u++)for(var c=0;c<a.length;c++){var d=e[u][a[c]];t=t.replace(f(h[c],u),n?Object(r[\"a\"])(d):d)}return t}function p(t,e){var n=i[\"B\"](t)?{color:t,extraCssText:e}:t||{},o=n.color,a=n.type;e=n.extraCssText;var s=n.renderMode||\"html\";if(!o)return\"\";if(\"html\"===s)return\"subItem\"===a?'<span style=\"display:inline-block;vertical-align:middle;margin-right:8px;margin-left:3px;border-radius:4px;width:4px;height:4px;background-color:'+Object(r[\"a\"])(o)+\";\"+(e||\"\")+'\"></span>':'<span style=\"display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:'+Object(r[\"a\"])(o)+\";\"+(e||\"\")+'\"></span>';var l=n.markerId||\"markerX\";return{renderMode:s,content:\"{\"+l+\"|}  \",style:\"subItem\"===a?{width:4,height:4,borderRadius:2,backgroundColor:o}:{width:10,height:10,borderRadius:5,backgroundColor:o}}}function g(t,e){return e=e||\"transparent\",i[\"B\"](t)?t:i[\"z\"](t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function v(t,e){if(\"_blank\"===e||\"blank\"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}},edae:function(t,e,n){\"use strict\";n.d(e,\"d\",(function(){return s})),n.d(e,\"b\",(function(){return l})),n.d(e,\"a\",(function(){return u})),n.d(e,\"c\",(function(){return c}));var i=\"[ECharts] \",r={},o=\"undefined\"!==typeof console&&console.warn&&console.log;function a(t,e,n){if(o){if(n){if(r[e])return;r[e]=!0}console[t](i+e)}}function s(t,e){a(\"warn\",t,e)}function l(t,e){a(\"error\",t,e)}function u(t){0}function c(t){throw new Error(t)}},ee1a:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return o})),n.d(e,\"c\",(function(){return s})),n.d(e,\"b\",(function(){return l}));var i=n(\"6d8b\"),r=n(\"80b9\");function o(t,e,n){n=n||{};var r,o,s,l=n.byIndex,u=n.stackedCoordDimension;a(e)?r=e:(o=e.schema,r=o.dimensions,s=e.store);var c,h,f,d,p=!(!t||!t.get(\"stack\"));if(Object(i[\"k\"])(r,(function(t,e){Object(i[\"B\"])(t)&&(r[e]=t={name:t}),p&&!t.isExtraCoord&&(l||c||!t.ordinalMeta||(c=t),h||\"ordinal\"===t.type||\"time\"===t.type||u&&u!==t.coordDim||(h=t))})),!h||l||c||(l=!0),h){f=\"__\\0ecstackresult_\"+t.id,d=\"__\\0ecstackedover_\"+t.id,c&&(c.createInvertedIndices=!0);var g=h.coordDim,v=h.type,y=0;Object(i[\"k\"])(r,(function(t){t.coordDim===g&&y++}));var m={name:f,coordDim:g,coordDimIndex:y,type:v,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:r.length},b={name:d,coordDim:d,coordDimIndex:y+1,type:v,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:r.length+1};o?(s&&(m.storeDimIndex=s.ensureCalculationDimension(d,v),b.storeDimIndex=s.ensureCalculationDimension(f,v)),o.appendCalculationDimension(m),o.appendCalculationDimension(b)):(r.push(m),r.push(b))}return{stackedDimension:h&&h.name,stackedByDimension:c&&c.name,isStackedByIndex:l,stackedOverDimension:d,stackResultDimension:f}}function a(t){return!Object(r[\"d\"])(t.schema)}function s(t,e){return!!e&&e===t.getCalculationInfo(\"stackedDimension\")}function l(t,e){return s(t,e)?t.getCalculationInfo(\"stackResultDimension\"):e}},ee29:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return et}));var i=n(\"e0d3\"),r=n(\"9850\"),o=n(\"deca\"),a=n(\"861c\"),s=n(\"3842\"),l=n(\"8582\"),u=n(\"dce8\"),c=n(\"cbe5\"),h=n(\"d498\"),f=n(\"20c8\"),d=n(\"857d\"),p=n(\"4a3f\"),g=n(\"6d8b\"),v=n(\"1687\"),y=n(\"401b\"),m=n(\"7d6c\"),b=2*Math.PI,_=f[\"a\"].CMD,x=[\"top\",\"right\",\"bottom\",\"left\"];function O(t,e,n,i,r){var o=n.width,a=n.height;switch(t){case\"top\":i.set(n.x+o/2,n.y-e),r.set(0,-1);break;case\"bottom\":i.set(n.x+o/2,n.y+a+e),r.set(0,1);break;case\"left\":i.set(n.x-e,n.y+a/2),r.set(-1,0);break;case\"right\":i.set(n.x+o+e,n.y+a/2),r.set(1,0);break}}function w(t,e,n,i,r,o,a,s,l){a-=t,s-=e;var u=Math.sqrt(a*a+s*s);a/=u,s/=u;var c=a*n+t,h=s*n+e;if(Math.abs(i-r)%b<1e-4)return l[0]=c,l[1]=h,u-n;if(o){var f=i;i=Object(d[\"a\"])(r),r=Object(d[\"a\"])(f)}else i=Object(d[\"a\"])(i),r=Object(d[\"a\"])(r);i>r&&(r+=b);var p=Math.atan2(s,a);if(p<0&&(p+=b),p>=i&&p<=r||p+b>=i&&p+b<=r)return l[0]=c,l[1]=h,u-n;var g=n*Math.cos(i)+t,v=n*Math.sin(i)+e,y=n*Math.cos(r)+t,m=n*Math.sin(r)+e,_=(g-a)*(g-a)+(v-s)*(v-s),x=(y-a)*(y-a)+(m-s)*(m-s);return _<x?(l[0]=g,l[1]=v,Math.sqrt(_)):(l[0]=y,l[1]=m,Math.sqrt(x))}function j(t,e,n,i,r,o,a,s){var l=r-t,u=o-e,c=n-t,h=i-e,f=Math.sqrt(c*c+h*h);c/=f,h/=f;var d=l*c+u*h,p=d/f;s&&(p=Math.min(Math.max(p,0),1)),p*=f;var g=a[0]=t+p*c,v=a[1]=e+p*h;return Math.sqrt((g-r)*(g-r)+(v-o)*(v-o))}function S(t,e,n,i,r,o,a){n<0&&(t+=n,n=-n),i<0&&(e+=i,i=-i);var s=t+n,l=e+i,u=a[0]=Math.min(Math.max(r,t),s),c=a[1]=Math.min(Math.max(o,e),l);return Math.sqrt((u-r)*(u-r)+(c-o)*(c-o))}var M=[];function k(t,e,n){var i=S(e.x,e.y,e.width,e.height,t.x,t.y,M);return n.set(M[0],M[1]),i}function T(t,e,n){for(var i,r,o=0,a=0,s=0,l=0,u=1/0,c=e.data,h=t.x,f=t.y,d=0;d<c.length;){var g=c[d++];1===d&&(o=c[d],a=c[d+1],s=o,l=a);var v=u;switch(g){case _.M:s=c[d++],l=c[d++],o=s,a=l;break;case _.L:v=j(o,a,c[d],c[d+1],h,f,M,!0),o=c[d++],a=c[d++];break;case _.C:v=Object(p[\"e\"])(o,a,c[d++],c[d++],c[d++],c[d++],c[d],c[d+1],h,f,M),o=c[d++],a=c[d++];break;case _.Q:v=Object(p[\"l\"])(o,a,c[d++],c[d++],c[d],c[d+1],h,f,M),o=c[d++],a=c[d++];break;case _.A:var y=c[d++],m=c[d++],b=c[d++],x=c[d++],O=c[d++],k=c[d++];d+=1;var T=!!(1-c[d++]);i=Math.cos(O)*b+y,r=Math.sin(O)*x+m,d<=1&&(s=i,l=r);var C=(h-y)*x/b+y;v=w(y,m,x,O,O+k,T,C,f,M),o=Math.cos(O+k)*b+y,a=Math.sin(O+k)*x+m;break;case _.R:s=o=c[d++],l=a=c[d++];var I=c[d++],D=c[d++];v=S(s,l,I,D,h,f,M);break;case _.Z:v=j(o,a,s,l,h,f,M,!0),o=s,a=l;break}v<u&&(u=v,n.set(M[0],M[1]))}return u}var C=new u[\"a\"],I=new u[\"a\"],D=new u[\"a\"],A=new u[\"a\"],P=new u[\"a\"];function L(t,e){if(t){var n=t.getTextGuideLine(),i=t.getTextContent();if(i&&n){var r=t.textGuideLineConfig||{},o=[[0,0],[0,0],[0,0]],a=r.candidates||x,s=i.getBoundingRect().clone();s.applyTransform(i.getComputedTransform());var l=1/0,h=r.anchor,f=t.getComputedTransform(),d=f&&Object(v[\"d\"])([],f),p=e.get(\"length2\")||0;h&&D.copy(h);for(var g=0;g<a.length;g++){var y=a[g];O(y,0,s,C,A),u[\"a\"].scaleAndAdd(I,C,A,p),I.transform(d);var m=t.getBoundingRect(),b=h?h.distance(I):t instanceof c[\"b\"]?T(I,t.path,D):k(I,m,D);b<l&&(l=b,I.transform(f),D.transform(f),D.toArray(o[0]),I.toArray(o[1]),C.toArray(o[2]))}N(o,e.get(\"minTurnAngle\")),n.setShape({points:o})}}}var R=[],z=new u[\"a\"];function N(t,e){if(e<=180&&e>0){e=e/180*Math.PI,C.fromArray(t[0]),I.fromArray(t[1]),D.fromArray(t[2]),u[\"a\"].sub(A,C,I),u[\"a\"].sub(P,D,I);var n=A.len(),i=P.len();if(!(n<.001||i<.001)){A.scale(1/n),P.scale(1/i);var r=A.dot(P),o=Math.cos(e);if(o<r){var a=j(I.x,I.y,D.x,D.y,C.x,C.y,R,!1);z.fromArray(R),z.scaleAndAdd(P,a/Math.tan(Math.PI-e));var s=D.x!==I.x?(z.x-I.x)/(D.x-I.x):(z.y-I.y)/(D.y-I.y);if(isNaN(s))return;s<0?u[\"a\"].copy(z,I):s>1&&u[\"a\"].copy(z,D),z.toArray(t[1])}}}}function B(t,e,n,i){var r=\"normal\"===n,o=r?t:t.ensureState(n);o.ignore=e;var a=i.get(\"smooth\");a&&!0===a&&(a=.3),o.shape=o.shape||{},a>0&&(o.shape.smooth=a);var s=i.getModel(\"lineStyle\").getLineStyle();r?t.useStyle(s):o.style=s}function E(t,e){var n=e.smooth,i=e.points;if(i)if(t.moveTo(i[0][0],i[0][1]),n>0&&i.length>=3){var r=y[\"e\"](i[0],i[1]),o=y[\"e\"](i[1],i[2]);if(!r||!o)return t.lineTo(i[1][0],i[1][1]),void t.lineTo(i[2][0],i[2][1]);var a=Math.min(r,o)*n,s=y[\"h\"]([],i[1],i[0],a/r),l=y[\"h\"]([],i[1],i[2],a/o),u=y[\"h\"]([],s,l,.5);t.bezierCurveTo(s[0],s[1],s[0],s[1],u[0],u[1]),t.bezierCurveTo(l[0],l[1],l[0],l[1],i[2][0],i[2][1])}else for(var c=1;c<i.length;c++)t.lineTo(i[c][0],i[c][1])}function F(t,e,n){var i=t.getTextGuideLine(),r=t.getTextContent();if(r){for(var o=e.normal,a=o.get(\"show\"),s=r.ignore,l=0;l<m[\"a\"].length;l++){var u=m[\"a\"][l],c=e[u],f=\"normal\"===u;if(c){var d=c.get(\"show\"),p=f?s:Object(g[\"N\"])(r.states[u]&&r.states[u].ignore,s);if(p||!Object(g[\"N\"])(d,a)){var v=f?i:i&&i.states[u];v&&(v.ignore=!0);continue}i||(i=new h[\"a\"],t.setTextGuideLine(i),f||!s&&a||B(i,!0,\"normal\",e.normal),t.stateProxy&&(i.stateProxy=t.stateProxy)),B(i,!1,u,c)}}if(i){Object(g[\"i\"])(i.style,n),i.style.fill=null;var y=o.get(\"showAbove\"),b=t.textGuideLineConfig=t.textGuideLineConfig||{};b.showAbove=y||!1,i.buildPath=E}}else i&&t.removeTextGuideLine()}function H(t,e){e=e||\"labelLine\";for(var n={normal:t.getModel(e)},i=0;i<m[\"g\"].length;i++){var r=m[\"g\"][i];n[r]=t.getModel([r,e])}return n}var V=n(\"2355\"),G=n(\"7837\");function W(t){if(t){for(var e=[],n=0;n<t.length;n++)e.push(t[n].slice());return e}}function U(t,e){var n=t.label,i=e&&e.getTextGuideLine();return{dataIndex:t.dataIndex,dataType:t.dataType,seriesIndex:t.seriesModel.seriesIndex,text:t.label.style.text,rect:t.hostRect,labelRect:t.rect,align:n.style.align,verticalAlign:n.style.verticalAlign,labelLinePoints:W(i&&i.shape.points)}}var q=[\"align\",\"verticalAlign\",\"width\",\"height\",\"fontSize\"],X=new l[\"b\"],Y=Object(i[\"l\"])(),Z=Object(i[\"l\"])();function K(t,e,n){for(var i=0;i<n.length;i++){var r=n[i];null!=e[r]&&(t[r]=e[r])}}var Q=[\"x\",\"y\",\"rotation\"],$=function(){function t(){this._labelList=[],this._chartViewList=[]}return t.prototype.clearLabels=function(){this._labelList=[],this._chartViewList=[]},t.prototype._addLabel=function(t,e,n,i,o){var a=i.style,s=i.__hostTarget,l=s.textConfig||{},u=i.getComputedTransform(),c=i.getBoundingRect().plain();r[\"a\"].applyTransform(c,c,u),u?X.setLocalTransform(u):(X.x=X.y=X.rotation=X.originX=X.originY=0,X.scaleX=X.scaleY=1);var h,f=i.__hostTarget;if(f){h=f.getBoundingRect().plain();var d=f.getComputedTransform();r[\"a\"].applyTransform(h,h,d)}var p=h&&f.getTextGuideLine();this._labelList.push({label:i,labelLine:p,seriesModel:n,dataIndex:t,dataType:e,layoutOption:o,computedLayoutOption:null,rect:c,hostRect:h,priority:h?h.width*h.height:0,defaultAttr:{ignore:i.ignore,labelGuideIgnore:p&&p.ignore,x:X.x,y:X.y,scaleX:X.scaleX,scaleY:X.scaleY,rotation:X.rotation,style:{x:a.x,y:a.y,align:a.align,verticalAlign:a.verticalAlign,width:a.width,height:a.height,fontSize:a.fontSize},cursor:i.cursor,attachedPos:l.position,attachedRot:l.rotation}})},t.prototype.addLabelsOfSeries=function(t){var e=this;this._chartViewList.push(t);var n=t.__model,i=n.get(\"labelLayout\");(Object(g[\"v\"])(i)||Object(g[\"E\"])(i).length)&&t.group.traverse((function(t){if(t.ignore)return!0;var r=t.getTextContent(),o=Object(a[\"a\"])(t);r&&!r.disableLabelLayout&&e._addLabel(o.dataIndex,o.dataType,n,r,i)}))},t.prototype.updateLayoutConfig=function(t){var e=t.getWidth(),n=t.getHeight();function i(t,e){return function(){L(t,e)}}for(var r=0;r<this._labelList.length;r++){var o=this._labelList[r],a=o.label,l=a.__hostTarget,u=o.defaultAttr,c=void 0;c=Object(g[\"v\"])(o.layoutOption)?o.layoutOption(U(o,l)):o.layoutOption,c=c||{},o.computedLayoutOption=c;var h=Math.PI/180;l&&l.setTextConfig({local:!1,position:null!=c.x||null!=c.y?null:u.attachedPos,rotation:null!=c.rotate?c.rotate*h:u.attachedRot,offset:[c.dx||0,c.dy||0]});var f=!1;if(null!=c.x?(a.x=Object(s[\"l\"])(c.x,e),a.setStyle(\"x\",0),f=!0):(a.x=u.x,a.setStyle(\"x\",u.style.x)),null!=c.y?(a.y=Object(s[\"l\"])(c.y,n),a.setStyle(\"y\",0),f=!0):(a.y=u.y,a.setStyle(\"y\",u.style.y)),c.labelLinePoints){var d=l.getTextGuideLine();d&&(d.setShape({points:c.labelLinePoints}),f=!1)}var p=Y(a);p.needsUpdateLabelLine=f,a.rotation=null!=c.rotate?c.rotate*h:u.rotation,a.scaleX=u.scaleX,a.scaleY=u.scaleY;for(var v=0;v<q.length;v++){var y=q[v];a.setStyle(y,null!=c[y]?c[y]:u.style[y])}if(c.draggable){if(a.draggable=!0,a.cursor=\"move\",l){var m=o.seriesModel;if(null!=o.dataIndex){var b=o.seriesModel.getData(o.dataType);m=b.getItemModel(o.dataIndex)}a.on(\"drag\",i(l,m.getModel(\"labelLine\")))}}else a.off(\"drag\"),a.cursor=u.cursor}},t.prototype.layout=function(t){var e=t.getWidth(),n=t.getHeight(),i=Object(V[\"b\"])(this._labelList),r=Object(g[\"n\"])(i,(function(t){return\"shiftX\"===t.layoutOption.moveOverlap})),o=Object(g[\"n\"])(i,(function(t){return\"shiftY\"===t.layoutOption.moveOverlap}));Object(V[\"c\"])(r,0,e),Object(V[\"d\"])(o,0,n);var a=Object(g[\"n\"])(i,(function(t){return t.layoutOption.hideOverlap}));Object(V[\"a\"])(a)},t.prototype.processLabelsOverall=function(){var t=this;Object(g[\"k\"])(this._chartViewList,(function(e){var n=e.__model,i=e.ignoreLabelLineUpdate,r=n.isAnimationEnabled();e.group.traverse((function(e){if(e.ignore&&!e.forceLabelAnimation)return!0;var o=!i,a=e.getTextContent();!o&&a&&(o=Y(a).needsUpdateLabelLine),o&&t._updateLabelLine(e,n),r&&t._animateLabels(e,n)}))}))},t.prototype._updateLabelLine=function(t,e){var n=t.getTextContent(),i=Object(a[\"a\"])(t),r=i.dataIndex;if(n&&null!=r){var o=e.getData(i.dataType),s=o.getItemModel(r),l={},u=o.getItemVisual(r,\"style\"),c=o.getVisual(\"drawType\");l.stroke=u[c];var h=s.getModel(\"labelLine\");F(t,H(s),l),L(t,h)}},t.prototype._animateLabels=function(t,e){var n=t.getTextContent(),i=t.getTextGuideLine();if(n&&(t.forceLabelAnimation||!n.ignore&&!n.invisible&&!t.disableLabelAnimation&&!Object(o[\"d\"])(t))){var r=Y(n),s=r.oldLayout,l=Object(a[\"a\"])(t),u=l.dataIndex,c={x:n.x,y:n.y,rotation:n.rotation},h=e.getData(l.dataType);if(s){n.attr(s);var f=t.prevStates;f&&(Object(g[\"q\"])(f,\"select\")>=0&&n.attr(r.oldLayoutSelect),Object(g[\"q\"])(f,\"emphasis\")>=0&&n.attr(r.oldLayoutEmphasis)),Object(o[\"h\"])(n,c,e,u)}else if(n.attr(c),!Object(G[\"e\"])(n).valueAnimation){var d=Object(g[\"N\"])(n.style.opacity,1);n.style.opacity=0,Object(o[\"c\"])(n,{style:{opacity:d}},e,u)}if(r.oldLayout=c,n.states.select){var p=r.oldLayoutSelect={};K(p,c,Q),K(p,n.states.select,Q)}if(n.states.emphasis){var v=r.oldLayoutEmphasis={};K(v,c,Q),K(v,n.states.emphasis,Q)}Object(G[\"a\"])(n,u,h,e,e)}if(i&&!i.ignore&&!i.invisible){r=Z(i),s=r.oldLayout;var y={points:i.shape.points};s?(i.attr({shape:s}),Object(o[\"h\"])(i,{shape:y},e)):(i.setShape(y),i.style.strokePercent=0,Object(o[\"c\"])(i,{style:{strokePercent:1}},e)),r.oldLayout=y}},t}(),J=$,tt=Object(i[\"l\"])();function et(t){t.registerUpdateLifecycle(\"series:beforeupdate\",(function(t,e,n){var i=tt(e).labelManager;i||(i=tt(e).labelManager=new J),i.clearLabels()})),t.registerUpdateLifecycle(\"series:layoutlabels\",(function(t,e,n){var i=tt(e).labelManager;n.updatedSeries.forEach((function(t){i.addLabelsOfSeries(e.getViewOfSeriesModel(t))})),i.updateLayoutConfig(e),i.layout(e),i.processLabelsOverall()}))}},ef59:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return d})),n.d(e,\"b\",(function(){return g})),n.d(e,\"d\",(function(){return v})),n.d(e,\"c\",(function(){return y}));var i=n(\"4319\"),r=n(\"22d1\"),o={time:{month:[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],monthAbbr:[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],dayOfWeek:[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],dayOfWeekAbbr:[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"]},legend:{selector:{all:\"All\",inverse:\"Inv\"}},toolbox:{brush:{title:{rect:\"Box Select\",polygon:\"Lasso Select\",lineX:\"Horizontally Select\",lineY:\"Vertically Select\",keep:\"Keep Selections\",clear:\"Clear Selections\"}},dataView:{title:\"Data View\",lang:[\"Data View\",\"Close\",\"Refresh\"]},dataZoom:{title:{zoom:\"Zoom\",back:\"Zoom Reset\"}},magicType:{title:{line:\"Switch to Line Chart\",bar:\"Switch to Bar Chart\",stack:\"Stack\",tiled:\"Tile\"}},restore:{title:\"Restore\"},saveAsImage:{title:\"Save as Image\",lang:[\"Right Click to Save Image\"]}},series:{typeNames:{pie:\"Pie chart\",bar:\"Bar chart\",line:\"Line chart\",scatter:\"Scatter plot\",effectScatter:\"Ripple scatter plot\",radar:\"Radar chart\",tree:\"Tree\",treemap:\"Treemap\",boxplot:\"Boxplot\",candlestick:\"Candlestick\",k:\"K line chart\",heatmap:\"Heat map\",map:\"Map\",parallel:\"Parallel coordinate map\",lines:\"Line graph\",graph:\"Relationship graph\",sankey:\"Sankey diagram\",funnel:\"Funnel chart\",gauge:\"Gauge\",pictorialBar:\"Pictorial bar\",themeRiver:\"Theme River Map\",sunburst:\"Sunburst\"}},aria:{general:{withTitle:'This is a chart about \"{title}\"',withoutTitle:\"This is a chart\"},series:{single:{prefix:\"\",withName:\" with type {seriesType} named {seriesName}.\",withoutName:\" with type {seriesType}.\"},multiple:{prefix:\". It consists of {seriesCount} series count.\",withName:\" The {seriesId} series is a {seriesType} representing {seriesName}.\",withoutName:\" The {seriesId} series is a {seriesType}.\",separator:{middle:\"\",end:\"\"}}},data:{allData:\"The data is as follows: \",partialData:\"The first {displayCnt} items are: \",withName:\"the data for {name} is {value}\",withoutName:\"{value}\",separator:{middle:\", \",end:\". \"}}}},a={time:{month:[\"一月\",\"二月\",\"三月\",\"四月\",\"五月\",\"六月\",\"七月\",\"八月\",\"九月\",\"十月\",\"十一月\",\"十二月\"],monthAbbr:[\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\"],dayOfWeek:[\"星期日\",\"星期一\",\"星期二\",\"星期三\",\"星期四\",\"星期五\",\"星期六\"],dayOfWeekAbbr:[\"日\",\"一\",\"二\",\"三\",\"四\",\"五\",\"六\"]},legend:{selector:{all:\"全选\",inverse:\"反选\"}},toolbox:{brush:{title:{rect:\"矩形选择\",polygon:\"圈选\",lineX:\"横向选择\",lineY:\"纵向选择\",keep:\"保持选择\",clear:\"清除选择\"}},dataView:{title:\"数据视图\",lang:[\"数据视图\",\"关闭\",\"刷新\"]},dataZoom:{title:{zoom:\"区域缩放\",back:\"区域缩放还原\"}},magicType:{title:{line:\"切换为折线图\",bar:\"切换为柱状图\",stack:\"切换为堆叠\",tiled:\"切换为平铺\"}},restore:{title:\"还原\"},saveAsImage:{title:\"保存为图片\",lang:[\"右键另存为图片\"]}},series:{typeNames:{pie:\"饼图\",bar:\"柱状图\",line:\"折线图\",scatter:\"散点图\",effectScatter:\"涟漪散点图\",radar:\"雷达图\",tree:\"树图\",treemap:\"矩形树图\",boxplot:\"箱型图\",candlestick:\"K线图\",k:\"K线图\",heatmap:\"热力图\",map:\"地图\",parallel:\"平行坐标图\",lines:\"线图\",graph:\"关系图\",sankey:\"桑基图\",funnel:\"漏斗图\",gauge:\"仪表盘图\",pictorialBar:\"象形柱图\",themeRiver:\"主题河流图\",sunburst:\"旭日图\"}},aria:{general:{withTitle:\"这是一个关于“{title}”的图表。\",withoutTitle:\"这是一个图表，\"},series:{single:{prefix:\"\",withName:\"图表类型是{seriesType}，表示{seriesName}。\",withoutName:\"图表类型是{seriesType}。\"},multiple:{prefix:\"它由{seriesCount}个图表系列组成。\",withName:\"第{seriesId}个系列是一个表示{seriesName}的{seriesType}，\",withoutName:\"第{seriesId}个系列是一个{seriesType}，\",separator:{middle:\"；\",end:\"。\"}}},data:{allData:\"其数据是——\",partialData:\"其中，前{displayCnt}项是——\",withName:\"{name}的数据是{value}\",withoutName:\"{value}\",separator:{middle:\"，\",end:\"\"}}}},s=n(\"6d8b\"),l=\"ZH\",u=\"EN\",c=u,h={},f={},d=r[\"a\"].domSupported?function(){var t=(document.documentElement.lang||navigator.language||navigator.browserLanguage).toUpperCase();return t.indexOf(l)>-1?l:c}():c;function p(t,e){t=t.toUpperCase(),f[t]=new i[\"a\"](e),h[t]=e}function g(t){if(Object(s[\"B\"])(t)){var e=h[t.toUpperCase()]||{};return t===l||t===u?Object(s[\"d\"])(e):Object(s[\"H\"])(Object(s[\"d\"])(e),Object(s[\"d\"])(h[c]),!1)}return Object(s[\"H\"])(Object(s[\"d\"])(t),Object(s[\"d\"])(h[c]),!1)}function v(t){return f[t]}function y(){return f[c]}p(u,o),p(l,a)},f658:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return a}));var i=n(\"6d8b\"),r=\"undefined\"!==typeof Float32Array,o=r?Float32Array:Array;function a(t){return Object(i[\"s\"])(t)?r?new Float32Array(t):t:new o(t)}},f72b:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return c})),n.d(e,\"b\",(function(){return h}));var i=n(\"6d8b\"),r=n(\"ec6f\"),o=n(\"07fd\"),a=n(\"0f99\"),s=n(\"04f7\"),l=n(\"d0ce\"),u=n(\"2b17\"),c=function(){function t(t){this._sourceList=[],this._storeList=[],this._upstreamSignList=[],this._versionSignBase=0,this._dirty=!0,this._sourceHost=t}return t.prototype.dirty=function(){this._setLocalSource([],[]),this._storeList=[],this._dirty=!0},t.prototype._setLocalSource=function(t,e){this._sourceList=t,this._upstreamSignList=e,this._versionSignBase++,this._versionSignBase>9e10&&(this._versionSignBase=0)},t.prototype._getVersionSign=function(){return this._sourceHost.uid+\"_\"+this._versionSignBase},t.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},t.prototype._createSource=function(){this._setLocalSource([],[]);var t,e,n=this._sourceHost,a=this._getUpstreamSourceManagers(),s=!!a.length;if(f(n)){var l=n,u=void 0,c=void 0,h=void 0;if(s){var d=a[0];d.prepareSource(),h=d.getSource(),u=h.data,c=h.sourceFormat,e=[d._getVersionSign()]}else u=l.get(\"data\",!0),c=Object(i[\"D\"])(u)?o[\"g\"]:o[\"f\"],e=[];var p=this._getSourceMetaRawOption()||{},g=h&&h.metaRawOption||{},v=Object(i[\"N\"])(p.seriesLayoutBy,g.seriesLayoutBy)||null,y=Object(i[\"N\"])(p.sourceHeader,g.sourceHeader),m=Object(i[\"N\"])(p.dimensions,g.dimensions),b=v!==g.seriesLayoutBy||!!y!==!!g.sourceHeader||m;t=b?[Object(r[\"b\"])(u,{seriesLayoutBy:v,sourceHeader:y,dimensions:m},c)]:[]}else{var _=n;if(s){var x=this._applyTransform(a);t=x.sourceList,e=x.upstreamSignList}else{var O=_.get(\"source\",!0);t=[Object(r[\"b\"])(O,this._getSourceMetaRawOption(),null)],e=[]}}this._setLocalSource(t,e)},t.prototype._applyTransform=function(t){var e,n=this._sourceHost,o=n.get(\"transform\",!0),a=n.get(\"fromTransformResult\",!0);if(null!=a){var l=\"\";1!==t.length&&d(l)}var u=[],c=[];return Object(i[\"k\"])(t,(function(t){t.prepareSource();var e=t.getSource(a||0),n=\"\";null==a||e||d(n),u.push(e),c.push(t._getVersionSign())})),o?e=Object(s[\"a\"])(o,u,{datasetIndex:n.componentIndex}):null!=a&&(e=[Object(r[\"a\"])(u[0])]),{sourceList:e,upstreamSignList:c}},t.prototype._isDirty=function(){if(this._dirty)return!0;for(var t=this._getUpstreamSourceManagers(),e=0;e<t.length;e++){var n=t[e];if(n._isDirty()||this._upstreamSignList[e]!==n._getVersionSign())return!0}},t.prototype.getSource=function(t){t=t||0;var e=this._sourceList[t];if(!e){var n=this._getUpstreamSourceManagers();return n[0]&&n[0].getSource(t)}return e},t.prototype.getSharedDataStore=function(t){var e=t.makeStoreSchema();return this._innerGetDataStore(e.dimensions,t.source,e.hash)},t.prototype._innerGetDataStore=function(t,e,n){var i=0,r=this._storeList,o=r[i];o||(o=r[i]={});var a=o[n];if(!a){var s=this._getUpstreamSourceManagers()[0];f(this._sourceHost)&&s?a=s._innerGetDataStore(t,e,n):(a=new l[\"b\"],a.initData(new u[\"a\"](e,t.length),t)),o[n]=a}return a},t.prototype._getUpstreamSourceManagers=function(){var t=this._sourceHost;if(f(t)){var e=Object(a[\"e\"])(t);return e?[e.getSourceManager()]:[]}return Object(i[\"G\"])(Object(a[\"d\"])(t),(function(t){return t.getSourceManager()}))},t.prototype._getSourceMetaRawOption=function(){var t,e,n,i=this._sourceHost;if(f(i))t=i.get(\"seriesLayoutBy\",!0),e=i.get(\"sourceHeader\",!0),n=i.get(\"dimensions\",!0);else if(!this._getUpstreamSourceManagers().length){var r=i;t=r.get(\"seriesLayoutBy\",!0),e=r.get(\"sourceHeader\",!0),n=r.get(\"dimensions\",!0)}return{seriesLayoutBy:t,sourceHeader:e,dimensions:n}},t}();function h(t){var e=t.option.transform;e&&Object(i[\"P\"])(t.option.transform)}function f(t){return\"series\"===t.mainType}function d(t){throw new Error(t)}},f876:function(t,e,n){\"use strict\";n.d(e,\"d\",(function(){return s})),n.d(e,\"c\",(function(){return l})),n.d(e,\"b\",(function(){return u})),n.d(e,\"a\",(function(){return c})),n.d(e,\"e\",(function(){return h})),n.d(e,\"i\",(function(){return p})),n.d(e,\"B\",(function(){return v})),n.d(e,\"y\",(function(){return y})),n.d(e,\"m\",(function(){return m})),n.d(e,\"q\",(function(){return b})),n.d(e,\"l\",(function(){return _})),n.d(e,\"h\",(function(){return x})),n.d(e,\"r\",(function(){return O})),n.d(e,\"n\",(function(){return j})),n.d(e,\"j\",(function(){return S})),n.d(e,\"w\",(function(){return M})),n.d(e,\"f\",(function(){return k})),n.d(e,\"o\",(function(){return T})),n.d(e,\"u\",(function(){return C})),n.d(e,\"z\",(function(){return I})),n.d(e,\"s\",(function(){return D})),n.d(e,\"k\",(function(){return A})),n.d(e,\"x\",(function(){return P})),n.d(e,\"g\",(function(){return L})),n.d(e,\"p\",(function(){return R})),n.d(e,\"v\",(function(){return z})),n.d(e,\"A\",(function(){return N})),n.d(e,\"t\",(function(){return B}));var i=n(\"6d8b\"),r=n(\"3842\"),o=n(\"ef59\"),a=n(\"4319\"),s=1e3,l=60*s,u=60*l,c=24*u,h=365*c,f={year:\"{yyyy}\",month:\"{MMM}\",day:\"{d}\",hour:\"{HH}:{mm}\",minute:\"{HH}:{mm}\",second:\"{HH}:{mm}:{ss}\",millisecond:\"{HH}:{mm}:{ss} {SSS}\",none:\"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}\"},d=\"{yyyy}-{MM}-{dd}\",p={year:\"{yyyy}\",month:\"{yyyy}-{MM}\",day:d,hour:d+\" \"+f.hour,minute:d+\" \"+f.minute,second:d+\" \"+f.second,millisecond:f.none},g=[\"year\",\"month\",\"day\",\"hour\",\"minute\",\"second\",\"millisecond\"],v=[\"year\",\"half-year\",\"quarter\",\"month\",\"week\",\"half-week\",\"day\",\"half-day\",\"quarter-day\",\"hour\",\"minute\",\"second\",\"millisecond\"];function y(t,e){return t+=\"\",\"0000\".substr(0,e-t.length)+t}function m(t){switch(t){case\"half-year\":case\"quarter\":return\"month\";case\"week\":case\"half-week\":return\"day\";case\"half-day\":case\"quarter-day\":return\"hour\";default:return t}}function b(t){return t===m(t)}function _(t){switch(t){case\"year\":case\"month\":return\"day\";case\"millisecond\":return\"millisecond\";default:return\"second\"}}function x(t,e,n,i){var s=r[\"k\"](t),l=s[S(n)](),u=s[M(n)]()+1,c=Math.floor((u-1)/3)+1,h=s[k(n)](),f=s[\"get\"+(n?\"UTC\":\"\")+\"Day\"](),d=s[T(n)](),p=(d-1)%12+1,g=s[C(n)](),v=s[I(n)](),m=s[D(n)](),b=i instanceof a[\"a\"]?i:Object(o[\"d\"])(i||o[\"a\"])||Object(o[\"c\"])(),_=b.getModel(\"time\"),x=_.get(\"month\"),O=_.get(\"monthAbbr\"),w=_.get(\"dayOfWeek\"),j=_.get(\"dayOfWeekAbbr\");return(e||\"\").replace(/{yyyy}/g,l+\"\").replace(/{yy}/g,l%100+\"\").replace(/{Q}/g,c+\"\").replace(/{MMMM}/g,x[u-1]).replace(/{MMM}/g,O[u-1]).replace(/{MM}/g,y(u,2)).replace(/{M}/g,u+\"\").replace(/{dd}/g,y(h,2)).replace(/{d}/g,h+\"\").replace(/{eeee}/g,w[f]).replace(/{ee}/g,j[f]).replace(/{e}/g,f+\"\").replace(/{HH}/g,y(d,2)).replace(/{H}/g,d+\"\").replace(/{hh}/g,y(p+\"\",2)).replace(/{h}/g,p+\"\").replace(/{mm}/g,y(g,2)).replace(/{m}/g,g+\"\").replace(/{ss}/g,y(v,2)).replace(/{s}/g,v+\"\").replace(/{SSS}/g,y(m,3)).replace(/{S}/g,m+\"\")}function O(t,e,n,r,o){var a=null;if(i[\"B\"](n))a=n;else if(i[\"v\"](n))a=n(t.value,e,{level:t.level});else{var s=i[\"m\"]({},f);if(t.level>0)for(var l=0;l<g.length;++l)s[g[l]]=\"{primary|\"+s[g[l]]+\"}\";var u=n?!1===n.inherit?n:i[\"i\"](n,s):s,c=w(t.value,o);if(u[c])a=u[c];else if(u.inherit){var h=v.indexOf(c);for(l=h-1;l>=0;--l)if(u[c]){a=u[c];break}a=a||s.none}if(i[\"s\"](a)){var d=null==t.level?0:t.level>=0?t.level:a.length+t.level;d=Math.min(d,a.length-1),a=a[d]}}return x(new Date(t.value),a,o,r)}function w(t,e){var n=r[\"k\"](t),i=n[M(e)]()+1,o=n[k(e)](),a=n[T(e)](),s=n[C(e)](),l=n[I(e)](),u=n[D(e)](),c=0===u,h=c&&0===l,f=h&&0===s,d=f&&0===a,p=d&&1===o,g=p&&1===i;return g?\"year\":p?\"month\":d?\"day\":f?\"hour\":h?\"minute\":c?\"second\":\"millisecond\"}function j(t,e,n){var o=i[\"y\"](t)?r[\"k\"](t):t;switch(e=e||w(t,n),e){case\"year\":return o[S(n)]();case\"half-year\":return o[M(n)]()>=6?1:0;case\"quarter\":return Math.floor((o[M(n)]()+1)/4);case\"month\":return o[M(n)]();case\"day\":return o[k(n)]();case\"half-day\":return o[T(n)]()/24;case\"hour\":return o[T(n)]();case\"minute\":return o[C(n)]();case\"second\":return o[I(n)]();case\"millisecond\":return o[D(n)]()}}function S(t){return t?\"getUTCFullYear\":\"getFullYear\"}function M(t){return t?\"getUTCMonth\":\"getMonth\"}function k(t){return t?\"getUTCDate\":\"getDate\"}function T(t){return t?\"getUTCHours\":\"getHours\"}function C(t){return t?\"getUTCMinutes\":\"getMinutes\"}function I(t){return t?\"getUTCSeconds\":\"getSeconds\"}function D(t){return t?\"getUTCMilliseconds\":\"getMilliseconds\"}function A(t){return t?\"setUTCFullYear\":\"setFullYear\"}function P(t){return t?\"setUTCMonth\":\"setMonth\"}function L(t){return t?\"setUTCDate\":\"setDate\"}function R(t){return t?\"setUTCHours\":\"setHours\"}function z(t){return t?\"setUTCMinutes\":\"setMinutes\"}function N(t){return t?\"setUTCSeconds\":\"setSeconds\"}function B(t){return t?\"setUTCMilliseconds\":\"setMilliseconds\"}},f934:function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return h})),n.d(e,\"a\",(function(){return f})),n.d(e,\"d\",(function(){return d})),n.d(e,\"b\",(function(){return p}));var i=n(\"6d8b\"),r=n(\"9850\"),o=n(\"3842\"),a=n(\"eda2\"),s=i[\"k\"],l=[\"left\",\"right\",\"top\",\"bottom\",\"width\",\"height\"],u=[[\"width\",\"left\",\"right\"],[\"height\",\"top\",\"bottom\"]];function c(t,e,n,i,r){var o=0,a=0;null==i&&(i=1/0),null==r&&(r=1/0);var s=0;e.eachChild((function(l,u){var c,h,f=l.getBoundingRect(),d=e.childAt(u+1),p=d&&d.getBoundingRect();if(\"horizontal\"===t){var g=f.width+(p?-p.x+f.x:0);c=o+g,c>i||l.newline?(o=0,c=g,a+=s+n,s=f.height):s=Math.max(s,f.height)}else{var v=f.height+(p?-p.y+f.y:0);h=a+v,h>r||l.newline?(o+=s+n,a=0,h=v,s=f.width):s=Math.max(s,f.width)}l.newline||(l.x=o,l.y=a,l.markRedraw(),\"horizontal\"===t?o=c+n:a=h+n)}))}i[\"h\"](c,\"vertical\"),i[\"h\"](c,\"horizontal\");function h(t,e,n){n=a[\"f\"](n||0);var i=e.width,s=e.height,l=Object(o[\"l\"])(t.left,i),u=Object(o[\"l\"])(t.top,s),c=Object(o[\"l\"])(t.right,i),h=Object(o[\"l\"])(t.bottom,s),f=Object(o[\"l\"])(t.width,i),d=Object(o[\"l\"])(t.height,s),p=n[2]+n[0],g=n[1]+n[3],v=t.aspect;switch(isNaN(f)&&(f=i-c-g-l),isNaN(d)&&(d=s-h-p-u),null!=v&&(isNaN(f)&&isNaN(d)&&(v>i/s?f=.8*i:d=.8*s),isNaN(f)&&(f=v*d),isNaN(d)&&(d=f/v)),isNaN(l)&&(l=i-c-f-g),isNaN(u)&&(u=s-h-d-p),t.left||t.right){case\"center\":l=i/2-f/2-n[3];break;case\"right\":l=i-f-g;break}switch(t.top||t.bottom){case\"middle\":case\"center\":u=s/2-d/2-n[0];break;case\"bottom\":u=s-d-p;break}l=l||0,u=u||0,isNaN(f)&&(f=i-g-l-(c||0)),isNaN(d)&&(d=s-p-u-(h||0));var y=new r[\"a\"](l+n[3],u+n[0],f,d);return y.margin=n,y}function f(t){var e=t.layoutMode||t.constructor.layoutMode;return i[\"z\"](e)?e:e?{type:e}:null}function d(t,e,n){var r=n&&n.ignoreSize;!i[\"s\"](r)&&(r=[r,r]);var o=l(u[0],0),a=l(u[1],1);function l(n,i){var o={},a=0,l={},u=0,f=2;if(s(n,(function(e){l[e]=t[e]})),s(n,(function(t){c(e,t)&&(o[t]=l[t]=e[t]),h(o,t)&&a++,h(l,t)&&u++})),r[i])return h(e,n[1])?l[n[2]]=null:h(e,n[2])&&(l[n[1]]=null),l;if(u!==f&&a){if(a>=f)return o;for(var d=0;d<n.length;d++){var p=n[d];if(!c(o,p)&&c(t,p)){o[p]=t[p];break}}return o}return l}function c(t,e){return t.hasOwnProperty(e)}function h(t,e){return null!=t[e]&&\"auto\"!==t[e]}function f(t,e,n){s(t,(function(t){e[t]=n[t]}))}f(u[0],t,o),f(u[1],t,a)}function p(t){return g({},t)}function g(t,e){return e&&t&&s(l,(function(n){e.hasOwnProperty(n)&&(t[n]=e[n])})),t}},f95e:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return S}));var i=n(\"2cf4c\"),r=n(\"6d8b\"),o=n(\"9ab4\"),a=n(\"6fd3\"),s=n(\"3437\"),l=n(\"5210\"),u=n(\"9850\"),c=n(\"4bc4\"),h=n(\"726e\");function f(t,e,n){var i=h[\"c\"].createCanvas(),r=e.getWidth(),o=e.getHeight(),a=i.style;return a&&(a.position=\"absolute\",a.left=\"0\",a.top=\"0\",a.width=r+\"px\",a.height=o+\"px\",i.setAttribute(\"data-zr-dom-id\",t)),i.width=r*n,i.height=o*n,i}var d=function(t){function e(e,n,o){var a,s=t.call(this)||this;s.motionBlur=!1,s.lastFrameAlpha=.7,s.dpr=1,s.virtual=!1,s.config={},s.incremental=!1,s.zlevel=0,s.maxRepaintRectCount=5,s.__dirty=!0,s.__firstTimePaint=!0,s.__used=!1,s.__drawIndex=0,s.__startIndex=0,s.__endIndex=0,s.__prevStartIndex=null,s.__prevEndIndex=null,o=o||i[\"e\"],\"string\"===typeof e?a=f(e,n,o):r[\"z\"](e)&&(a=e,e=a.id),s.id=e,s.dom=a;var l=a.style;return l&&(r[\"j\"](a),a.onselectstart=function(){return!1},l.padding=\"0\",l.margin=\"0\",l.borderWidth=\"0\"),s.painter=n,s.dpr=o,s}return Object(o[\"a\"])(e,t),e.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},e.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},e.prototype.initContext=function(){this.ctx=this.dom.getContext(\"2d\"),this.ctx.dpr=this.dpr},e.prototype.setUnpainted=function(){this.__firstTimePaint=!0},e.prototype.createBackBuffer=function(){var t=this.dpr;this.domBack=f(\"back-\"+this.id,this.painter,t),this.ctxBack=this.domBack.getContext(\"2d\"),1!==t&&this.ctxBack.scale(t,t)},e.prototype.createRepaintRects=function(t,e,n,i){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var r,o=[],a=this.maxRepaintRectCount,s=!1,l=new u[\"a\"](0,0,0,0);function h(t){if(t.isFinite()&&!t.isZero())if(0===o.length){var e=new u[\"a\"](0,0,0,0);e.copy(t),o.push(e)}else{for(var n=!1,i=1/0,r=0,c=0;c<o.length;++c){var h=o[c];if(h.intersect(t)){var f=new u[\"a\"](0,0,0,0);f.copy(h),f.union(t),o[c]=f,n=!0;break}if(s){l.copy(t),l.union(h);var d=t.width*t.height,p=h.width*h.height,g=l.width*l.height,v=g-d-p;v<i&&(i=v,r=c)}}if(s&&(o[r].union(t),n=!0),!n){e=new u[\"a\"](0,0,0,0);e.copy(t),o.push(e)}s||(s=o.length>=a)}}for(var f=this.__startIndex;f<this.__endIndex;++f){var d=t[f];if(d){var p=d.shouldBePainted(n,i,!0,!0),g=d.__isRendered&&(d.__dirty&c[\"a\"]||!p)?d.getPrevPaintRect():null;g&&h(g);var v=p&&(d.__dirty&c[\"a\"]||!d.__isRendered)?d.getPaintRect():null;v&&h(v)}}for(f=this.__prevStartIndex;f<this.__prevEndIndex;++f){d=e[f],p=d.shouldBePainted(n,i,!0,!0);if(d&&(!p||!d.__zr)&&d.__isRendered){g=d.getPrevPaintRect();g&&h(g)}}do{r=!1;for(f=0;f<o.length;)if(o[f].isZero())o.splice(f,1);else{for(var y=f+1;y<o.length;)o[f].intersect(o[y])?(r=!0,o[f].union(o[y]),o.splice(y,1)):y++;f++}}while(r);return this._paintRects=o,o},e.prototype.debugGetPaintRects=function(){return(this._paintRects||[]).slice()},e.prototype.resize=function(t,e){var n=this.dpr,i=this.dom,r=i.style,o=this.domBack;r&&(r.width=t+\"px\",r.height=e+\"px\"),i.width=t*n,i.height=e*n,o&&(o.width=t*n,o.height=e*n,1!==n&&this.ctxBack.scale(n,n))},e.prototype.clear=function(t,e,n){var i=this.dom,o=this.ctx,a=i.width,u=i.height;e=e||this.clearColor;var c=this.motionBlur&&!t,h=this.lastFrameAlpha,f=this.dpr,d=this;c&&(this.domBack||this.createBackBuffer(),this.ctxBack.globalCompositeOperation=\"copy\",this.ctxBack.drawImage(i,0,0,a/f,u/f));var p=this.domBack;function g(t,n,i,a){if(o.clearRect(t,n,i,a),e&&\"transparent\"!==e){var u=void 0;r[\"w\"](e)?(u=e.__canvasGradient||Object(s[\"a\"])(o,e,{x:0,y:0,width:i,height:a}),e.__canvasGradient=u):r[\"x\"](e)&&(e.scaleX=e.scaleX||f,e.scaleY=e.scaleY||f,u=Object(l[\"c\"])(o,e,{dirty:function(){d.setUnpainted(),d.__painter.refresh()}})),o.save(),o.fillStyle=u||e,o.fillRect(t,n,i,a),o.restore()}c&&(o.save(),o.globalAlpha=h,o.drawImage(p,t,n,i,a),o.restore())}!n||c?g(0,0,a,u):n.length&&r[\"k\"](n,(function(t){g(t.x*f,t.y*f,t.width*f,t.height*f)}))},e}(a[\"a\"]),p=d,g=n(\"98b7\"),v=n(\"22d1\"),y=1e5,m=314159,b=.01,_=.001;function x(t){return!!t&&(!!t.__builtin__||\"function\"===typeof t.resize&&\"function\"===typeof t.refresh)}function O(t,e){var n=document.createElement(\"div\");return n.style.cssText=[\"position:relative\",\"width:\"+t+\"px\",\"height:\"+e+\"px\",\"padding:0\",\"margin:0\",\"border-width:0\"].join(\";\")+\";\",n}var w=function(){function t(t,e,n,o){this.type=\"canvas\",this._zlevelList=[],this._prevDisplayList=[],this._layers={},this._layerConfig={},this._needsManuallyCompositing=!1,this.type=\"canvas\";var a=!t.nodeName||\"CANVAS\"===t.nodeName.toUpperCase();this._opts=n=r[\"m\"]({},n||{}),this.dpr=n.devicePixelRatio||i[\"e\"],this._singleCanvas=a,this.root=t;var l=t.style;l&&(r[\"j\"](t),t.innerHTML=\"\"),this.storage=e;var u=this._zlevelList;this._prevDisplayList=[];var c=this._layers;if(a){var h=t,f=h.width,d=h.height;null!=n.width&&(f=n.width),null!=n.height&&(d=n.height),this.dpr=n.devicePixelRatio||1,h.width=f*this.dpr,h.height=d*this.dpr,this._width=f,this._height=d;var g=new p(h,this,this.dpr);g.__builtin__=!0,g.initContext(),c[m]=g,g.zlevel=m,u.push(m),this._domRoot=t}else{this._width=Object(s[\"b\"])(t,0,n),this._height=Object(s[\"b\"])(t,1,n);var v=this._domRoot=O(this._width,this._height);t.appendChild(v)}}return t.prototype.getType=function(){return\"canvas\"},t.prototype.isSingleCanvas=function(){return this._singleCanvas},t.prototype.getViewportRoot=function(){return this._domRoot},t.prototype.getViewportRootOffset=function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},t.prototype.refresh=function(t){var e=this.storage.getDisplayList(!0),n=this._prevDisplayList,i=this._zlevelList;this._redrawId=Math.random(),this._paintList(e,n,t,this._redrawId);for(var r=0;r<i.length;r++){var o=i[r],a=this._layers[o];if(!a.__builtin__&&a.refresh){var s=0===r?this._backgroundColor:null;a.refresh(s)}}return this._opts.useDirtyRect&&(this._prevDisplayList=e.slice()),this},t.prototype.refreshHover=function(){this._paintHoverList(this.storage.getDisplayList(!1))},t.prototype._paintHoverList=function(t){var e=t.length,n=this._hoverlayer;if(n&&n.clear(),e){for(var i,r={inHover:!0,viewWidth:this._width,viewHeight:this._height},o=0;o<e;o++){var a=t[o];a.__inHover&&(n||(n=this._hoverlayer=this.getLayer(y)),i||(i=n.ctx,i.save()),Object(l[\"a\"])(i,a,r,o===e-1))}i&&i.restore()}},t.prototype.getHoverLayer=function(){return this.getLayer(y)},t.prototype.paintOne=function(t,e){Object(l[\"b\"])(t,e)},t.prototype._paintList=function(t,e,n,i){if(this._redrawId===i){n=n||!1,this._updateLayerStatus(t);var r=this._doPaintList(t,e,n),o=r.finished,a=r.needsRefreshHover;if(this._needsManuallyCompositing&&this._compositeManually(),a&&this._paintHoverList(t),o)this.eachLayer((function(t){t.afterBrush&&t.afterBrush()}));else{var s=this;Object(g[\"a\"])((function(){s._paintList(t,e,n,i)}))}}},t.prototype._compositeManually=function(){var t=this.getLayer(m).ctx,e=this._domRoot.width,n=this._domRoot.height;t.clearRect(0,0,e,n),this.eachBuiltinLayer((function(i){i.virtual&&t.drawImage(i.dom,0,0,e,n)}))},t.prototype._doPaintList=function(t,e,n){for(var i=this,o=[],a=this._opts.useDirtyRect,s=0;s<this._zlevelList.length;s++){var l=this._zlevelList[s],u=this._layers[l];u.__builtin__&&u!==this._hoverlayer&&(u.__dirty||n)&&o.push(u)}for(var c=!0,h=!1,f=function(r){var s,l=o[r],u=l.ctx,f=a&&l.createRepaintRects(t,e,d._width,d._height),p=n?l.__startIndex:l.__drawIndex,g=!n&&l.incremental&&Date.now,v=g&&Date.now(),y=l.zlevel===d._zlevelList[0]?d._backgroundColor:null;if(l.__startIndex===l.__endIndex)l.clear(!1,y,f);else if(p===l.__startIndex){var m=t[p];m.incremental&&m.notClear&&!n||l.clear(!1,y,f)}-1===p&&(console.error(\"For some unknown reason. drawIndex is -1\"),p=l.__startIndex);var b=function(e){var n={inHover:!1,allClipped:!1,prevEl:null,viewWidth:i._width,viewHeight:i._height};for(s=p;s<l.__endIndex;s++){var r=t[s];if(r.__inHover&&(h=!0),i._doPaintEl(r,l,a,e,n,s===l.__endIndex-1),g){var o=Date.now()-v;if(o>15)break}}n.prevElClipPaths&&u.restore()};if(f)if(0===f.length)s=l.__endIndex;else for(var _=d.dpr,x=0;x<f.length;++x){var O=f[x];u.save(),u.beginPath(),u.rect(O.x*_,O.y*_,O.width*_,O.height*_),u.clip(),b(O),u.restore()}else u.save(),b(),u.restore();l.__drawIndex=s,l.__drawIndex<l.__endIndex&&(c=!1)},d=this,p=0;p<o.length;p++)f(p);return v[\"a\"].wxa&&r[\"k\"](this._layers,(function(t){t&&t.ctx&&t.ctx.draw&&t.ctx.draw()})),{finished:c,needsRefreshHover:h}},t.prototype._doPaintEl=function(t,e,n,i,r,o){var a=e.ctx;if(n){var s=t.getPaintRect();(!i||s&&s.intersect(i))&&(Object(l[\"a\"])(a,t,r,o),t.setPrevPaintRect(s))}else Object(l[\"a\"])(a,t,r,o)},t.prototype.getLayer=function(t,e){this._singleCanvas&&!this._needsManuallyCompositing&&(t=m);var n=this._layers[t];return n||(n=new p(\"zr_\"+t,this,this.dpr),n.zlevel=t,n.__builtin__=!0,this._layerConfig[t]?r[\"H\"](n,this._layerConfig[t],!0):this._layerConfig[t-b]&&r[\"H\"](n,this._layerConfig[t-b],!0),e&&(n.virtual=e),this.insertLayer(t,n),n.initContext()),n},t.prototype.insertLayer=function(t,e){var n=this._layers,i=this._zlevelList,r=i.length,o=this._domRoot,a=null,s=-1;if(!n[t]&&x(e)){if(r>0&&t>i[0]){for(s=0;s<r-1;s++)if(i[s]<t&&i[s+1]>t)break;a=n[i[s]]}if(i.splice(s+1,0,t),n[t]=e,!e.virtual)if(a){var l=a.dom;l.nextSibling?o.insertBefore(e.dom,l.nextSibling):o.appendChild(e.dom)}else o.firstChild?o.insertBefore(e.dom,o.firstChild):o.appendChild(e.dom);e.__painter=this}},t.prototype.eachLayer=function(t,e){for(var n=this._zlevelList,i=0;i<n.length;i++){var r=n[i];t.call(e,this._layers[r],r)}},t.prototype.eachBuiltinLayer=function(t,e){for(var n=this._zlevelList,i=0;i<n.length;i++){var r=n[i],o=this._layers[r];o.__builtin__&&t.call(e,o,r)}},t.prototype.eachOtherLayer=function(t,e){for(var n=this._zlevelList,i=0;i<n.length;i++){var r=n[i],o=this._layers[r];o.__builtin__||t.call(e,o,r)}},t.prototype.getLayers=function(){return this._layers},t.prototype._updateLayerStatus=function(t){function e(t){s&&(s.__endIndex!==t&&(s.__dirty=!0),s.__endIndex=t)}if(this.eachBuiltinLayer((function(t,e){t.__dirty=t.__used=!1})),this._singleCanvas)for(var n=1;n<t.length;n++){var i=t[n];if(i.zlevel!==t[n-1].zlevel||i.incremental){this._needsManuallyCompositing=!0;break}}var o,a,s=null,l=0;for(a=0;a<t.length;a++){i=t[a];var u=i.zlevel,h=void 0;o!==u&&(o=u,l=0),i.incremental?(h=this.getLayer(u+_,this._needsManuallyCompositing),h.incremental=!0,l=1):h=this.getLayer(u+(l>0?b:0),this._needsManuallyCompositing),h.__builtin__||r[\"F\"](\"ZLevel \"+u+\" has been used by unkown layer \"+h.id),h!==s&&(h.__used=!0,h.__startIndex!==a&&(h.__dirty=!0),h.__startIndex=a,h.incremental?h.__drawIndex=-1:h.__drawIndex=a,e(a),s=h),i.__dirty&c[\"a\"]&&!i.__inHover&&(h.__dirty=!0,h.incremental&&h.__drawIndex<0&&(h.__drawIndex=a))}e(a),this.eachBuiltinLayer((function(t,e){!t.__used&&t.getElementCount()>0&&(t.__dirty=!0,t.__startIndex=t.__endIndex=t.__drawIndex=0),t.__dirty&&t.__drawIndex<0&&(t.__drawIndex=t.__startIndex)}))},t.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},t.prototype._clearLayer=function(t){t.clear()},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t,r[\"k\"](this._layers,(function(t){t.setUnpainted()}))},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?r[\"H\"](n[t],e,!0):n[t]=e;for(var i=0;i<this._zlevelList.length;i++){var o=this._zlevelList[i];if(o===t||o===t+b){var a=this._layers[o];r[\"H\"](a,n[t],!0)}}}},t.prototype.delLayer=function(t){var e=this._layers,n=this._zlevelList,i=e[t];i&&(i.dom.parentNode.removeChild(i.dom),delete e[t],n.splice(r[\"q\"](n,t),1))},t.prototype.resize=function(t,e){if(this._domRoot.style){var n=this._domRoot;n.style.display=\"none\";var i=this._opts,r=this.root;if(null!=t&&(i.width=t),null!=e&&(i.height=e),t=Object(s[\"b\"])(r,0,i),e=Object(s[\"b\"])(r,1,i),n.style.display=\"\",this._width!==t||e!==this._height){for(var o in n.style.width=t+\"px\",n.style.height=e+\"px\",this._layers)this._layers.hasOwnProperty(o)&&this._layers[o].resize(t,e);this.refresh(!0)}this._width=t,this._height=e}else{if(null==t||null==e)return;this._width=t,this._height=e,this.getLayer(m).resize(t,e)}return this},t.prototype.clearLayer=function(t){var e=this._layers[t];e&&e.clear()},t.prototype.dispose=function(){this.root.innerHTML=\"\",this.root=this.storage=this._domRoot=this._layers=null},t.prototype.getRenderedCanvas=function(t){if(t=t||{},this._singleCanvas&&!this._compositeManually)return this._layers[m].dom;var e=new p(\"image\",this,t.pixelRatio||this.dpr);e.initContext(),e.clear(!1,t.backgroundColor||this._backgroundColor);var n=e.ctx;if(t.pixelRatio<=this.dpr){this.refresh();var i=e.dom.width,r=e.dom.height;this.eachLayer((function(t){t.__builtin__?n.drawImage(t.dom,0,0,i,r):t.renderToCanvas&&(n.save(),t.renderToCanvas(n),n.restore())}))}else for(var o={inHover:!1,viewWidth:this._width,viewHeight:this._height},a=this.storage.getDisplayList(!0),s=0,u=a.length;s<u;s++){var c=a[s];Object(l[\"a\"])(n,c,o,s===u-1)}return e.dom},t.prototype.getWidth=function(){return this._width},t.prototype.getHeight=function(){return this._height},t}(),j=w;function S(t){t.registerPainter(\"canvas\",j)}},fab2:function(t,e,n){\"use strict\";var i=n(\"6d8b\"),r=n(\"2dc5\"),o=n(\"cb11\"),a=n(\"2306\"),s=n(\"76a5\"),l=n(\"861c\"),u=n(\"7837\"),c=n(\"4319\"),h=n(\"3842\"),f=n(\"a15a\"),d=n(\"1687\"),p=n(\"401b\"),g=n(\"697e\"),v=n(\"2355\"),y=Math.PI,m=function(){function t(t,e){this.group=new r[\"a\"],this.opt=e,this.axisModel=t,Object(i[\"i\"])(e,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0,handleAutoShown:function(){return!0}});var n=new r[\"a\"]({x:e.position[0],y:e.position[1],rotation:e.rotation});n.updateTransform(),this._transformGroup=n}return t.prototype.hasBuilder=function(t){return!!b[t]},t.prototype.add=function(t){b[t](this.opt,this.axisModel,this.group,this._transformGroup)},t.prototype.getGroup=function(){return this.group},t.innerTextLayout=function(t,e,n){var i,r,o=Object(h[\"o\"])(e-t);return Object(h[\"g\"])(o)?(r=n>0?\"top\":\"bottom\",i=\"center\"):Object(h[\"g\"])(o-y)?(r=n>0?\"bottom\":\"top\",i=\"center\"):(r=\"middle\",i=o>0&&o<y?n>0?\"right\":\"left\":n>0?\"left\":\"right\"),{rotation:o,textAlign:i,textVerticalAlign:r}},t.makeAxisEventDataBase=function(t){var e={componentType:t.mainType,componentIndex:t.componentIndex};return e[t.mainType+\"Index\"]=t.componentIndex,e},t.isLabelSilent=function(t){var e=t.get(\"tooltip\");return t.get(\"silent\")||!(t.get(\"triggerEvent\")||e&&e.show)},t}(),b={axisLine:function(t,e,n,r){var s=e.get([\"axisLine\",\"show\"]);if(\"auto\"===s&&t.handleAutoShown&&(s=t.handleAutoShown(\"axisLine\")),s){var l=e.axis.getExtent(),u=r.transform,c=[l[0],0],h=[l[1],0],d=c[0]>h[0];u&&(Object(p[\"b\"])(c,c,u),Object(p[\"b\"])(h,h,u));var g=Object(i[\"m\"])({lineCap:\"round\"},e.getModel([\"axisLine\",\"lineStyle\"]).getLineStyle()),v=new o[\"a\"]({shape:{x1:c[0],y1:c[1],x2:h[0],y2:h[1]},style:g,strokeContainThreshold:t.strokeContainThreshold||5,silent:!0,z2:1});a[\"subPixelOptimizeLine\"](v.shape,v.style.lineWidth),v.anid=\"line\",n.add(v);var y=e.get([\"axisLine\",\"symbol\"]);if(null!=y){var m=e.get([\"axisLine\",\"symbolSize\"]);Object(i[\"B\"])(y)&&(y=[y,y]),(Object(i[\"B\"])(m)||Object(i[\"y\"])(m))&&(m=[m,m]);var b=Object(f[\"b\"])(e.get([\"axisLine\",\"symbolOffset\"])||0,m),_=m[0],x=m[1];Object(i[\"k\"])([{rotate:t.rotation+Math.PI/2,offset:b[0],r:0},{rotate:t.rotation-Math.PI/2,offset:b[1],r:Math.sqrt((c[0]-h[0])*(c[0]-h[0])+(c[1]-h[1])*(c[1]-h[1]))}],(function(e,i){if(\"none\"!==y[i]&&null!=y[i]){var r=Object(f[\"a\"])(y[i],-_/2,-x/2,_,x,g.stroke,!0),o=e.r+e.offset,a=d?h:c;r.attr({rotation:e.rotate,x:a[0]+o*Math.cos(t.rotation),y:a[1]-o*Math.sin(t.rotation),silent:!0,z2:11}),n.add(r)}}))}}},axisTickLabel:function(t,e,n,r){var o=M(n,r,e,t),a=T(n,r,e,t);if(x(e,a,o),k(n,r,e,t.tickDirection),e.get([\"axisLabel\",\"hideOverlap\"])){var s=Object(v[\"b\"])(Object(i[\"G\"])(a,(function(t){return{label:t,priority:t.z2,defaultAttr:{ignore:t.ignore}}})));Object(v[\"a\"])(s)}},axisName:function(t,e,n,r){var o=Object(i[\"M\"])(t.axisName,e.get(\"name\"));if(o){var c,h,f=e.get(\"nameLocation\"),d=t.nameDirection,p=e.getModel(\"nameTextStyle\"),g=e.get(\"nameGap\")||0,v=e.axis.getExtent(),b=v[0]>v[1]?-1:1,x=[\"start\"===f?v[0]-b*g:\"end\"===f?v[1]+b*g:(v[0]+v[1])/2,j(f)?t.labelOffset+d*g:0],O=e.get(\"nameRotate\");null!=O&&(O=O*y/180),j(f)?c=m.innerTextLayout(t.rotation,null!=O?O:t.rotation,d):(c=_(t.rotation,f,O||0,v),h=t.axisNameAvailableWidth,null!=h&&(h=Math.abs(h/Math.sin(c.rotation)),!isFinite(h)&&(h=null)));var w=p.getFont(),S=e.get(\"nameTruncate\",!0)||{},M=S.ellipsis,k=Object(i[\"M\"])(t.nameTruncateMaxWidth,S.maxWidth,h),T=new s[\"a\"]({x:x[0],y:x[1],rotation:c.rotation,silent:m.isLabelSilent(e),style:Object(u[\"b\"])(p,{text:o,font:w,overflow:\"truncate\",width:k,ellipsis:M,fill:p.getTextColor()||e.get([\"axisLine\",\"lineStyle\",\"color\"]),align:p.get(\"align\")||c.textAlign,verticalAlign:p.get(\"verticalAlign\")||c.textVerticalAlign}),z2:1});if(a[\"setTooltipConfig\"]({el:T,componentModel:e,itemName:o}),T.__fullText=o,T.anid=\"name\",e.get(\"triggerEvent\")){var C=m.makeAxisEventDataBase(e);C.targetType=\"axisName\",C.name=o,Object(l[\"a\"])(T).eventData=C}r.add(T),T.updateTransform(),n.add(T),T.decomposeTransform()}}};function _(t,e,n,i){var r,o,a=Object(h[\"o\"])(n-t),s=i[0]>i[1],l=\"start\"===e&&!s||\"start\"!==e&&s;return Object(h[\"g\"])(a-y/2)?(o=l?\"bottom\":\"top\",r=\"center\"):Object(h[\"g\"])(a-1.5*y)?(o=l?\"top\":\"bottom\",r=\"center\"):(o=\"middle\",r=a<1.5*y&&a>y/2?l?\"left\":\"right\":l?\"right\":\"left\"),{rotation:a,textAlign:r,textVerticalAlign:o}}function x(t,e,n){if(!Object(g[\"j\"])(t.axis)){var i=t.get([\"axisLabel\",\"showMinLabel\"]),r=t.get([\"axisLabel\",\"showMaxLabel\"]);e=e||[],n=n||[];var o=e[0],a=e[1],s=e[e.length-1],l=e[e.length-2],u=n[0],c=n[1],h=n[n.length-1],f=n[n.length-2];!1===i?(O(o),O(u)):w(o,a)&&(i?(O(a),O(c)):(O(o),O(u))),!1===r?(O(s),O(h)):w(l,s)&&(r?(O(l),O(f)):(O(s),O(h)))}}function O(t){t&&(t.ignore=!0)}function w(t,e){var n=t&&t.getBoundingRect().clone(),i=e&&e.getBoundingRect().clone();if(n&&i){var r=d[\"c\"]([]);return d[\"f\"](r,r,-t.rotation),n.applyTransform(d[\"e\"]([],r,t.getLocalTransform())),i.applyTransform(d[\"e\"]([],r,e.getLocalTransform())),n.intersect(i)}}function j(t){return\"middle\"===t||\"center\"===t}function S(t,e,n,i,r){for(var s=[],l=[],u=[],c=0;c<t.length;c++){var h=t[c].coord;l[0]=h,l[1]=0,u[0]=h,u[1]=n,e&&(Object(p[\"b\"])(l,l,e),Object(p[\"b\"])(u,u,e));var f=new o[\"a\"]({shape:{x1:l[0],y1:l[1],x2:u[0],y2:u[1]},style:i,z2:2,autoBatch:!0,silent:!0});a[\"subPixelOptimizeLine\"](f.shape,f.style.lineWidth),f.anid=r+\"_\"+t[c].tickValue,s.push(f)}return s}function M(t,e,n,r){var o=n.axis,a=n.getModel(\"axisTick\"),s=a.get(\"show\");if(\"auto\"===s&&r.handleAutoShown&&(s=r.handleAutoShown(\"axisTick\")),s&&!o.scale.isBlank()){for(var l=a.getModel(\"lineStyle\"),u=r.tickDirection*a.get(\"length\"),c=o.getTicksCoords(),h=S(c,e.transform,u,Object(i[\"i\"])(l.getLineStyle(),{stroke:n.get([\"axisLine\",\"lineStyle\",\"color\"])}),\"ticks\"),f=0;f<h.length;f++)t.add(h[f]);return h}}function k(t,e,n,r){var o=n.axis,a=n.getModel(\"minorTick\");if(a.get(\"show\")&&!o.scale.isBlank()){var s=o.getMinorTicksCoords();if(s.length)for(var l=a.getModel(\"lineStyle\"),u=r*a.get(\"length\"),c=Object(i[\"i\"])(l.getLineStyle(),Object(i[\"i\"])(n.getModel(\"axisTick\").getLineStyle(),{stroke:n.get([\"axisLine\",\"lineStyle\",\"color\"])})),h=0;h<s.length;h++)for(var f=S(s[h],e.transform,u,c,\"minorticks_\"+h),d=0;d<f.length;d++)t.add(f[d])}}function T(t,e,n,r){var o=n.axis,a=Object(i[\"M\"])(r.axisLabelShow,n.get([\"axisLabel\",\"show\"]));if(a&&!o.scale.isBlank()){var h=n.getModel(\"axisLabel\"),f=h.get(\"margin\"),d=o.getViewLabels(),p=(Object(i[\"M\"])(r.labelRotate,h.get(\"rotate\"))||0)*y/180,g=m.innerTextLayout(r.rotation,p,r.labelDirection),v=n.getCategories&&n.getCategories(!0),b=[],_=m.isLabelSilent(n),x=n.get(\"triggerEvent\");return Object(i[\"k\"])(d,(function(a,d){var p=\"ordinal\"===o.scale.type?o.scale.getRawOrdinalNumber(a.tickValue):a.tickValue,y=a.formattedLabel,O=a.rawLabel,w=h;if(v&&v[p]){var j=v[p];Object(i[\"z\"])(j)&&j.textStyle&&(w=new c[\"a\"](j.textStyle,h,n.ecModel))}var S=w.getTextColor()||n.get([\"axisLine\",\"lineStyle\",\"color\"]),M=o.dataToCoord(p),k=new s[\"a\"]({x:M,y:r.labelOffset+r.labelDirection*f,rotation:g.rotation,silent:_,z2:10+(a.level||0),style:Object(u[\"b\"])(w,{text:y,align:w.getShallow(\"align\",!0)||g.textAlign,verticalAlign:w.getShallow(\"verticalAlign\",!0)||w.getShallow(\"baseline\",!0)||g.textVerticalAlign,fill:Object(i[\"v\"])(S)?S(\"category\"===o.type?O:\"value\"===o.type?p+\"\":p,d):S})});if(k.anid=\"label_\"+p,x){var T=m.makeAxisEventDataBase(n);T.targetType=\"axisLabel\",T.value=O,T.tickIndex=d,\"category\"===o.type&&(T.dataIndex=p),Object(l[\"a\"])(k).eventData=T}e.add(k),k.updateTransform(),b.push(k),t.add(k),k.decomposeTransform()})),b}}e[\"a\"]=m},fadd:function(t,e,n){\"use strict\";function i(t,e,n){var i;while(t){if(e(t)&&(i=t,n))break;t=t.__hostTarget||t.parent}return i}n.d(e,\"a\",(function(){return i}))},ff2e:function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return h})),n.d(e,\"d\",(function(){return p})),n.d(e,\"c\",(function(){return g})),n.d(e,\"a\",(function(){return v})),n.d(e,\"e\",(function(){return y})),n.d(e,\"f\",(function(){return m}));var i=n(\"6d8b\"),r=n(\"2306\"),o=n(\"e86a\"),a=n(\"eda2\"),s=n(\"1687\"),l=n(\"697e\"),u=n(\"fab2\"),c=n(\"7837\");function h(t){var e,n=t.get(\"type\"),i=t.getModel(n+\"Style\");return\"line\"===n?(e=i.getLineStyle(),e.fill=null):\"shadow\"===n&&(e=i.getAreaStyle(),e.stroke=null),e}function f(t,e,n,i,r){var s=n.get(\"value\"),l=p(s,e.axis,e.ecModel,n.get(\"seriesDataIndices\"),{precision:n.get([\"label\",\"precision\"]),formatter:n.get([\"label\",\"formatter\"])}),u=n.getModel(\"label\"),h=a[\"f\"](u.get(\"padding\")||0),f=u.getFont(),g=o[\"d\"](l,f),v=r.position,y=g.width+h[1]+h[3],m=g.height+h[0]+h[2],b=r.align;\"right\"===b&&(v[0]-=y),\"center\"===b&&(v[0]-=y/2);var _=r.verticalAlign;\"bottom\"===_&&(v[1]-=m),\"middle\"===_&&(v[1]-=m/2),d(v,y,m,i);var x=u.get(\"backgroundColor\");x&&\"auto\"!==x||(x=e.get([\"axisLine\",\"lineStyle\",\"color\"])),t.label={x:v[0],y:v[1],style:Object(c[\"b\"])(u,{text:l,font:f,fill:u.getTextColor(),padding:h,backgroundColor:x}),z2:10}}function d(t,e,n,i){var r=i.getWidth(),o=i.getHeight();t[0]=Math.min(t[0]+e,r)-e,t[1]=Math.min(t[1]+n,o)-n,t[0]=Math.max(t[0],0),t[1]=Math.max(t[1],0)}function p(t,e,n,r,o){t=e.scale.parse(t);var a=e.scale.getLabel({value:t},{precision:o.precision}),s=o.formatter;if(s){var u={value:l[\"c\"](e,{value:t}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};i[\"k\"](r,(function(t){var e=n.getSeriesByIndex(t.seriesIndex),i=t.dataIndexInside,r=e&&e.getDataParams(i);r&&u.seriesData.push(r)})),i[\"B\"](s)?a=s.replace(\"{value}\",a):i[\"v\"](s)&&(a=s(u))}return a}function g(t,e,n){var i=s[\"b\"]();return s[\"f\"](i,i,n.rotation),s[\"h\"](i,i,n.position),r[\"applyTransform\"]([t.dataToCoord(e),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],i)}function v(t,e,n,i,r,o){var a=u[\"a\"].innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=r.get([\"label\",\"margin\"]),f(e,i,r,o,{position:g(i.axis,t,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}function y(t,e,n){return n=n||0,{x1:t[n],y1:t[1-n],x2:e[n],y2:e[1-n]}}function m(t,e,n){return n=n||0,{x:t[n],y:t[1-n],width:e[n],height:e[1-n]}}}}]);"
  },
  {
    "path": "static/js/chunk-a5232a28.20662d6c.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-a5232a28\"],{1:function(e,t){},\"16e9\":function(e,t,a){\"use strict\";a.r(t);var o=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a(\"div\",{staticClass:\"auth-container\"},[a(\"div\",{staticClass:\"auth-box\"},[a(\"rocket\"),a(\"a-form-model\",{ref:\"refForm\",staticClass:\"right-form\",attrs:{model:e.formModel,rules:e.formRules},on:{submit:function(t){return t.preventDefault(),e.onRegister()}}},[a(\"div\",{staticClass:\"wrapper\"},[a(\"h2\",{staticClass:\"title\"},[e._v(\" \"+e._s(e.$t(\"账号注册\"))+\" \"),a(\"b\",[e._v(e._s(e.$t(\"使用邮箱注册\")))])]),a(\"div\",{staticClass:\"tip\",staticStyle:{\"margin-bottom\":\"30px\"}},[e._v(\" \"+e._s(e.$t(\"已有账号？\"))+\" \"),a(\"router-link\",{staticClass:\"blu\",attrs:{to:\"/login\"}},[e._v(e._s(e.$t(\"立即登录\")))])],1),a(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:e.$t(\"邮箱\"),prop:\"email\"}},[a(\"a-input\",{staticClass:\"input\",attrs:{size:\"large\",placeholder:e.$t(\"请输入邮箱\"),\"allow-clear\":\"\"},model:{value:e.formModel.email,callback:function(t){e.$set(e.formModel,\"email\",t)},expression:\"formModel.email\"}},[e.emailSuffix.length>0?a(\"a-select\",{staticStyle:{width:\"140px\"},attrs:{slot:\"addonAfter\"},slot:\"addonAfter\",model:{value:e.formModel.emailAddon,callback:function(t){e.$set(e.formModel,\"emailAddon\",t)},expression:\"formModel.emailAddon\"}},e._l(e.emailSuffix,(function(t){return a(\"a-select-option\",{key:t,attrs:{value:t}},[e._v(\" \"+e._s(t)+\" \")])})),1):e._e()],1)],1),a(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:e.$t(\"密码\"),prop:\"password\"}},[a(\"a-input\",{staticClass:\"input\",attrs:{type:\"password\",size:\"large\",\"max-length\":64,placeholder:e.$t(\"请输入密码\"),\"allow-clear\":\"\"},model:{value:e.formModel.password,callback:function(t){e.$set(e.formModel,\"password\",t)},expression:\"formModel.password\"}})],1),a(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:e.$t(\"确认密码\"),prop:\"password2\"}},[a(\"a-input\",{staticClass:\"input\",attrs:{type:\"password\",size:\"large\",\"max-length\":64,placeholder:e.$t(\"请确认密码\"),\"allow-clear\":\"\"},model:{value:e.formModel.password2,callback:function(t){e.$set(e.formModel,\"password2\",t)},expression:\"formModel.password2\"}})],1),e.showInviteCode?a(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:e.$t(\"邀请码\"),prop:\"inviteCode\"}},[a(\"a-input\",{staticClass:\"input\",attrs:{disabled:!!e.$route.query.code,type:\"text\",size:\"large\",\"max-length\":64,placeholder:e.needInviteCode?e.$t(\"请输入邀请码（必填）\"):e.$t(\"请输入邀请码（选填）\"),\"allow-clear\":\"\"},model:{value:e.formModel.inviteCode,callback:function(t){e.$set(e.formModel,\"inviteCode\",t)},expression:\"formModel.inviteCode\"}})],1):e._e(),e.showEmailCode?a(\"a-form-model-item\",{staticClass:\"control\",attrs:{label:e.$t(\"验证码\"),prop:\"emailCode\"}},[a(\"a-input\",{staticClass:\"input\",attrs:{type:\"text\",size:\"large\",\"max-length\":32,placeholder:e.$t(\"请输入验证码\"),\"allow-clear\":\"\"},model:{value:e.formModel.emailCode,callback:function(t){e.$set(e.formModel,\"emailCode\",t)},expression:\"formModel.emailCode\"}},[a(\"a-button\",{staticStyle:{width:\"110px\"},attrs:{slot:\"suffix\",type:\"primary\",loading:e.loading2,disabled:e.seconds>0},on:{click:function(t){return e.onEmailSend()}},slot:\"suffix\"},[e._v(\" \"+e._s(e.seconds>0?e.$t(\"重新发送\")+\"(\"+parseInt(e.seconds)+\")\":e.$t(\"发送\"))+\" \")])],1)],1):e._e(),a(\"div\",{staticClass:\"agree\"},[a(\"a-checkbox\",{model:{value:e.formModel.agree,callback:function(t){e.$set(e.formModel,\"agree\",t)},expression:\"formModel.agree\"}}),e._v(\" \"+e._s(e.$t(\"我已阅读并同意\"))+\" \"),a(\"router-link\",{staticClass:\"blu\",attrs:{to:\"/agreement\"}},[e._v(e._s(e.$t(\"服务条款\")))])],1),a(\"a-button\",{staticClass:\"btn\",attrs:{type:\"primary\",block:\"\",loading:e.loading,size:\"large\",\"html-type\":\"submit\"}},[e._v(e._s(e.$t(\"注册\")))])],1)])],1),a(\"a-modal\",{attrs:{visible:e.visible,centered:\"\",footer:null},on:{cancel:function(t){e.visible=!1}}},[a(\"div\",{staticStyle:{height:\"80px\"},attrs:{id:\"recaptcha\"}})])],1)},i=[],r=a(\"c7eb\"),s=a(\"1da1\"),n=a(\"5530\"),l=(a(\"d81d\"),a(\"d9e2\"),a(\"caad\"),a(\"2532\"),a(\"14d9\"),a(\"62d0\")),c=a(\"54d7\"),d=a(\"f146\"),u=(a(\"686c\"),a(\"12cb\")),m=a(\"2f62\"),f=a(\"5a0c\"),p=a.n(f),g=a(\"79b8\"),h={name:\"Register\",components:{Rocket:d[\"a\"]},data:function(){return{loading:!1,loading2:!1,seconds:0,visible:!1,action:\"\",formModel:{agree:!1,email:\"\",emailAddon:\"\",password:\"\",password2:\"\",emailCode:\"\",inviteCode:\"\",captchaData:\"\"}}},computed:Object(n[\"a\"])(Object(n[\"a\"])({},Object(m[\"b\"])(\"auth\",[\"globalConfig\"])),{},{showEmailCode:function(){return this.globalConfig.is_email_verify},needInviteCode:function(){return this.globalConfig.is_invite_force},showInviteCode:function(){return!(!this.needInviteCode&&!this.$route.query.code)||c[\"m\"]},emailSuffix:function(){var e=(this.globalConfig.email_whitelist_suffix||[]).map((function(e){return\"@\"+e}));return e.length>0&&(this.formModel.emailAddon=e[0]),e},formRules:function(){var e=this,t=function(t,a,o){a===e.formModel.password?o():o(new Error(u[\"a\"].t(\"两次输入的密码不一致\")))},a=function(t,a,o){e.formModel.email.includes(\"@\")?o(new Error(u[\"a\"].t(\"邮箱格式错误\"))):o()},o={email:[{required:!0,message:u[\"a\"].t(\"请输入邮箱\"),trigger:\"blur\"}],password:[{required:!0,message:u[\"a\"].t(\"请输入密码\"),trigger:\"blur\"},{min:8,message:u[\"a\"].t(\"密码至少为8个字符\"),trigger:\"blur\"}],password2:[{required:!0,message:u[\"a\"].t(\"请确认密码\"),trigger:\"blur\"},{min:8,message:u[\"a\"].t(\"密码至少为8个字符\"),trigger:\"blur\"},{validator:t,trigger:\"blur\"}],emailCode:[{required:!0,message:u[\"a\"].t(\"请输入验证码\"),trigger:\"blur\"}]};return this.emailSuffix.length>0?o.email.push({validator:a,trigger:\"blur\"}):o.email.push({type:\"email\",message:u[\"a\"].t(\"邮箱格式错误\"),trigger:\"blur\"}),this.needInviteCode&&(o.inviteCode=[{required:!0,message:u[\"a\"].t(\"请输入邀请码\"),trigger:\"blur\"}]),o}}),mounted:function(){var e;this.formModel.inviteCode=null!==(e=this.$route.query.code)&&void 0!==e?e:\"\";var t=this.$ls.get(\"RegTimer\");if(t){var a=60-(p()().valueOf()-t)/1e3;console.log(\"duration\",a,p()().valueOf(),t),a>0?this.countdownTimer(a):this.$ls.remove(\"RegTimer\")}},methods:{loadGoogleCaptcha:function(){var e=this;this.visible=!0,this.$nextTick((function(){Object(g[\"a\"])([\"https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit\"],\"google-recaptcha\"),window.onloadCallback=function(){e.wid=window.grecaptcha.render(\"recaptcha\",{sitekey:e.globalConfig.recaptcha_site_key,callback:function(){e.visible=!1,e.formModel.captchaData=window.grecaptcha.getResponse(e.wid),window.grecaptcha.reset(e.wid),\"register\"===e.action?e.onRegister(!0):e.onEmailSend(!0)}})}}))},getEmailValue:function(){var e=this.formModel,t=e.email,a=e.emailAddon;return this.emailSuffix.length>0?t+a:t},countdownTimer:function(e){var t=this;this.seconds=e;var a=setInterval((function(){t.seconds--,t.seconds<=0&&(clearInterval(a),t.$ls.remove(\"RegTimer\"))}),1e3)},onEmailSend:function(e){var t=this;window.conso1e.log(260),this.$refs.refForm.validateField(\"email\",function(){var a=Object(s[\"a\"])(Object(r[\"a\"])().mark((function a(o){var i;return Object(r[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:if(!o){a.next=2;break}return a.abrupt(\"return\");case 2:if(!t.globalConfig.is_recaptcha||e){a.next=6;break}return t.action=\"sendEmail\",t.loadGoogleCaptcha(),a.abrupt(\"return\");case 6:return t.loading2=!0,a.prev=7,a.next=10,Object(l[\"f\"])({email:t.getEmailValue(),recaptcha_data:t.formModel.captchaData});case 10:i=a.sent,!0===i.data&&(t.$message.success(t.$t(\"验证码发送成功，如未收到请检查垃圾邮件\")),t.$ls.set(\"RegTimer\",p()().valueOf()),t.countdownTimer(60)),a.next=16;break;case 14:a.prev=14,a.t0=a[\"catch\"](7);case 16:t.loading2=!1;case 17:case\"end\":return a.stop()}}),a,null,[[7,14]])})));return function(e){return a.apply(this,arguments)}}())},onRegister:function(e){var t=this;window.conso1e.log(119);var a=this.formModel,o=a.agree,i=a.password,n=a.inviteCode,c=a.emailCode,d=a.captchaData;if(!o)return this.$message.info(this.$t(\"请先同意服务条款\"));this.$refs.refForm.validate(function(){var a=Object(s[\"a\"])(Object(r[\"a\"])().mark((function a(o){return Object(r[\"a\"])().wrap((function(a){while(1)switch(a.prev=a.next){case 0:if(!o){a.next=18;break}if(!t.globalConfig.is_recaptcha||e||\"sendEmail\"===t.action){a.next=5;break}return t.action=\"register\",t.loadGoogleCaptcha(),a.abrupt(\"return\");case 5:return t.loading=!0,a.prev=6,a.next=9,Object(l[\"h\"])({email:t.getEmailValue(),password:i,invite_code:n,email_code:c,recaptcha_data:d});case 9:t.$message.success(t.$t(\"注册成功，请登录\")),t.$router.push(\"/login\"),a.next=15;break;case 13:a.prev=13,a.t0=a[\"catch\"](6);case 15:t.loading=!1,a.next=19;break;case 18:return a.abrupt(\"return\",!1);case 19:case\"end\":return a.stop()}}),a,null,[[6,13]])})));return function(e){return a.apply(this,arguments)}}())}}},v=h,b=a(\"2877\"),w=Object(b[\"a\"])(v,o,i,!1,null,null,null);t[\"default\"]=w.exports},\"686c\":function(e,t,a){},d81d:function(e,t,a){\"use strict\";var o=a(\"23e7\"),i=a(\"b727\").map,r=a(\"1dde\"),s=r(\"map\");o({target:\"Array\",proto:!0,forced:!s},{map:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},f146:function(e,t,a){\"use strict\";var o=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a(\"div\",{staticClass:\"rocket-container left-img\"},[a(\"div\",{staticClass:\"warp\"},[a(\"div\",{staticClass:\"img\",on:{click:function(t){return e.$router.push(\"/\")}}},[e.rocketOptions.animationData?a(\"lottie\",{staticClass:\"in\",attrs:{options:e.rocketOptions,height:640,width:640},on:{animCreated:e.handleAnimation}}):e._e()],1),a(\"div\",{staticClass:\"txt\"},[a(\"h2\",{staticClass:\"tit\"},[e._v(e._s(e.descTitles[0]||\"\"))]),a(\"p\",{staticClass:\"desc\"},[e._v(e._s(e.descTitles[1]||\"\"))])])])])},i=[],r=a(\"8c2c\"),s=a(\"bc3a\"),n=a.n(s),l=a(\"54d7\"),c={name:\"Rocket\",components:{Lottie:r[\"a\"]},data:function(){return{anim:{},rocketOptions:{animationData:null}}},computed:{descTitles:function(){return this.$appDesc.split(\"\\n\")}},mounted:function(){var e=this;window.conso1e.log(258),setTimeout((function(){n.a.get(l[\"n\"]+\"/83245-rocket-launch.json\").then((function(t){e.rocketOptions.animationData=t.data}))}),0)},methods:{handleAnimation:function(e){this.anim=e,this.anim.setSpeed(.6)}}},d=c,u=a(\"2877\"),m=Object(u[\"a\"])(d,o,i,!1,null,null,null);t[\"a\"]=m.exports}}]);"
  },
  {
    "path": "static/js/chunk-b418fdba.0d2942d7.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-b418fdba\"],{\"004a\":function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return r})),n.d(e,\"b\",(function(){return s})),n.d(e,\"a\",(function(){return o}));var a=n(\"77fe\"),i=n(\"12cb\"),r=new a[\"a\"]({ALL:[0,i[\"a\"].t(\"全部\")],PERIOD:[1,i[\"a\"].t(\"按周期\")],ONE_TIME:[2,i[\"a\"].t(\"按流量\")]}),s=new a[\"a\"]({NUMBER:[1,i[\"a\"].t(\"折扣金额\")],PERCENT:[2,i[\"a\"].t(\"折扣百分比\")]}),o=new a[\"a\"]({UNBUY:[1,i[\"a\"].t(\"未购买\")],PERIOD:[2,i[\"a\"].t(\"周期性订阅\")],ONE_TIME:[3,i[\"a\"].t(\"一次性订阅\")]})},1148:function(t,e,n){\"use strict\";var a=n(\"5926\"),i=n(\"577e\"),r=n(\"1d80\"),s=RangeError;t.exports=function(t){var e=i(r(this)),n=\"\",o=a(t);if(o<0||o==1/0)throw s(\"Wrong number of repetitions\");for(;o>0;(o>>>=1)&&(e+=e))1&o&&(n+=e);return n}},\"1dd1\":function(t,e,n){\"use strict\";n.d(e,\"b\",(function(){return r})),n.d(e,\"a\",(function(){return s})),n.d(e,\"f\",(function(){return o})),n.d(e,\"e\",(function(){return c})),n.d(e,\"c\",(function(){return l})),n.d(e,\"d\",(function(){return u}));var a=n(\"54d7\"),i=n(\"8c8a\");function r(){return Object(i[\"a\"])({url:a[\"l\"]+\"/api/v1/user/plan/fetch\",method:\"get\"})}function s(t){return Object(i[\"a\"])({url:a[\"l\"]+\"/api/v1/user/plan/fetch?id=\".concat(t),method:\"get\"})}function o(t){return Object(i[\"a\"])({url:a[\"l\"]+\"/api/v1/user/coupon/check\",method:\"post\",data:t})}function c(t){return Object(i[\"a\"])({url:a[\"l\"]+\"/api/v1/user/order/save\",method:\"post\",params:t})}function l(){return Object(i[\"a\"])({url:a[\"l\"]+\"/api/v1/user/server/fetch\",method:\"get\"})}function u(){return Object(i[\"a\"])({url:a[\"l\"]+\"/api/v1/user/getSubscribe\",method:\"get\"})}},\"61a5\":function(t,e,n){},6828:function(t,e,n){\"use strict\";n(\"61a5\")},\"6c95\":function(t,e,n){\"use strict\";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(\"div\",{staticClass:\"buysubs-container\"},[n(\"div\",{staticClass:\"order-main\"},[t.price&&t.price.types?n(\"a-row\",{attrs:{gutter:[30,30]}},[n(\"a-col\",{attrs:{md:24,lg:14}},[n(\"div\",{staticClass:\"plan-card use-shadow\",staticStyle:{\"margin-bottom\":\"0\"}},[t.price.tagTitle?n(\"div\",{domProps:{innerHTML:t._s(t.price.tagTitle)}}):t._e(),n(\"div\",{staticClass:\"t1\"},[t._v(t._s(t.plan.name))]),n(\"div\",{staticClass:\"t2\",staticStyle:{\"text-align\":\"left\"}},[t._v(\" \"+t._s(t._f(\"amount\")(t.price.value))+\" \"),n(\"small\",[t._v(\"/\"+t._s(t.price.label))])]),n(\"div\",{domProps:{innerHTML:t._s(t.content)}})])]),n(\"a-col\",{attrs:{md:24,lg:10}},[n(\"div\",{staticClass:\"order-box use-shadow\",staticStyle:{\"margin-bottom\":\"30px\"}},[n(\"div\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"付款周期\")))]),t.defaultValue?n(\"div\",[n(\"a-radio-group\",{attrs:{\"default-value\":t.defaultValue,\"button-style\":\"solid\"},on:{change:t.onPlanChange}},[t._l(t.price.types,(function(e){return n(\"a-radio-button\",{key:e.key,attrs:{value:e.key}},[n(\"div\",{staticClass:\"radio-flex\"},[n(\"span\",[t._v(t._s(e.label2))]),n(\"span\",[t._v(t._s(t._f(\"amount\")(t.plan[e.key])))])])])})),n(\"a-radio-button\",{directives:[{name:\"show\",rawName:\"v-show\",value:t.showResetPack,expression:\"showResetPack\"}],attrs:{value:\"reset_price\"}},[n(\"a-tooltip\",{attrs:{title:t.$t(\"重置流量包只会重置流量，不会延长到期时间，也不会改变重置日期。\"),placement:\"left\"}},[n(\"div\",{staticClass:\"radio-flex\"},[n(\"span\",[t._v(t._s(t.$t(\"重置流量包\")))]),n(\"span\",[t._v(t._s(t._f(\"amount\")(t.plan.reset_price)))])])])],1)],2)],1):t._e()]),t.select?n(\"div\",{staticClass:\"order-box use-shadow order-make\"},[n(\"div\",{staticClass:\"tit\"},[t._v(t._s(t.$t(\"订单详情\")))]),n(\"div\",{staticClass:\"blocks\"},[n(\"div\",{staticClass:\"block\"},[n(\"span\",{staticClass:\"h2\"},[n(\"svg-icon\",{attrs:{name:\"wallet\"}}),t._v(\" \"+t._s(t.$t(\"订单总额\"))+\" \")],1),n(\"div\",{staticClass:\"h4\"},[n(\"span\",{staticClass:\"bo\"},[t._v(t._s(t.plan.name)+\" \"+t._s(t.select.label2))]),n(\"span\",{staticClass:\"f20 bo\",staticStyle:{\"margin-left\":\"100px\"}},[t._v(\" \"+t._s(t._f(\"amount\")(t.select.cost))+\" \")])])]),n(\"div\",{staticClass:\"block\"},[n(\"span\",{staticClass:\"h2\"},[n(\"svg-icon\",{attrs:{name:\"cell-signal-full\"}}),t._v(\" \"+t._s(t.$t(\"套餐流量\"))+\" \")],1),n(\"div\",{staticClass:\"h4\"},[n(\"span\",{staticClass:\"f20 bo\"},[t._v(t._s(t._f(\"flow\")(t.select.flow))+t._s(\"onetime_price\"===t.select.key?\"\":\"/\"+t.$t(\"每月\")))])])]),n(\"div\",{staticClass:\"block\"},[n(\"span\",{staticClass:\"h2\"},[n(\"svg-icon\",{attrs:{name:\"receipt-x\"}}),t._v(\" \"+t._s(t.$t(\"抵扣金额\"))+\" \")],1),n(\"div\",{staticClass:\"h4\"},[n(\"a-input\",{staticClass:\"input\",attrs:{placeholder:t.$t(\"有优惠劵？\")},model:{value:t.couponCode,callback:function(e){t.couponCode=e},expression:\"couponCode\"}}),n(\"button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticClass:\"n-button color-1\",staticStyle:{\"min-width\":\"70px\"},attrs:{type:\"button\"},on:{click:t.onVerifyCoupon}},[t._v(\" \"+t._s(t.$t(\"验证\"))+\" \")])],1)]),n(\"div\",{staticClass:\"block\"},[n(\"span\",{staticClass:\"h2\"},[n(\"svg-icon\",{attrs:{name:\"receipt\"}}),t._v(\" \"+t._s(t.$t(\"折扣金额\"))+\" \")],1),n(\"div\",{staticClass:\"h4\"},[n(\"span\",{staticClass:\"gra\"},[t._v(\"-\"+t._s(t._f(\"amount\")(t.couponAmount)))])])]),n(\"div\",{staticClass:\"block\"},[n(\"div\",{staticClass:\"h4\"},[n(\"span\",{staticClass:\"bo\"},[t._v(t._s(t.$t(\"支付总计\")))]),n(\"span\",{staticClass:\"f20 bo\"},[t._v(t._s(t._f(\"amount\")(t.totalAmount)))])])])]),n(\"div\",{staticClass:\"btns\"},[n(\"a-button\",{staticClass:\"btn\",attrs:{icon:\"shopping-cart\",loading:t.loading,type:\"primary\"},on:{click:t.onMakeOrder}},[t._v(\" \"+t._s(t.$t(\"立即购买\"))+\" \")])],1)]):t._e()])],1):t._e()],1)])},i=[],r=n(\"c7eb\"),s=n(\"1da1\"),o=(n(\"b680\"),n(\"7db0\"),n(\"d3b7\"),n(\"ac1f\"),n(\"5319\"),n(\"caad\"),n(\"2532\"),n(\"1dd1\")),c=n(\"a1fc\"),l=n(\"004a\"),u=n(\"f248\"),d=n.n(u),f=n(\"5a0c\"),p=n.n(f),b=(n(\"e6a1\"),{name:\"BuysubsOrder\",data:function(){return{subscribe:null,plan:null,couponCode:\"\",couponValue:0,defaultValue:\"\",couponType:l[\"b\"].NUMBER,select:null,loading:!1}},computed:{price:function(){return this.plan?Object(c[\"b\"])(this.plan):{}},content:function(){return this.plan?Object(c[\"a\"])(this.plan):\"\"},totalAmount:function(){if(!this.select)return 0;var t=this.couponType===l[\"b\"].NUMBER?this.select.cost-this.couponValue:this.select.cost*(1-this.couponValue/100);return Math.max(t,0)},couponAmount:function(){return this.couponType===l[\"b\"].NUMBER?this.couponValue:this.select.cost*(this.couponValue/100)},usedFlow:function(){var t,e;return(null===(t=this.subscribe)||void 0===t?void 0:t.d)+(null===(e=this.subscribe)||void 0===e?void 0:e.u)},allFlow:function(){var t,e;return null!==(t=null===(e=this.subscribe)||void 0===e?void 0:e.transfer_enable)&&void 0!==t?t:0},leftFlow:function(){var t=this.allFlow-this.usedFlow;return t>0?t:0},comboType:function(){return this.subscribe?null===this.subscribe.plan?l[\"a\"].UNBUY:null===this.subscribe.expired_at?l[\"a\"].ONE_TIME:l[\"a\"].PERIOD:null},expiredResidue:function(){return this.expiredDate>0?p.a.unix(this.expiredDate).diff(p()(),\"second\"):null},expiredDate:function(){var t;return null===(t=this.subscribe)||void 0===t?void 0:t.expired_at},percent:function(){var t=parseFloat((this.usedFlow/this.allFlow*100).toFixed(2));return console.log(\"percent\",t),t},showResetPack:function(){return this.comboType!==l[\"a\"].UNBUY&&(!(this.comboType===l[\"a\"].PERIOD&&this.expiredResidue<=0)&&(this.percent>=80&&this.plan.reset_price>0&&this.subscribe.plan_id==this.$route.query.id))}},mounted:function(){this.getPlanData(),this.getSubscribeInfo()},methods:{getSubscribeInfo:function(){var t=this;return Object(s[\"a\"])(Object(r[\"a\"])().mark((function e(){var n;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Object(o[\"d\"])();case 2:n=e.sent,t.subscribe=n.data;case 4:case\"end\":return e.stop()}}),e)})))()},getPlanData:function(){var t=this;return Object(s[\"a\"])(Object(r[\"a\"])().mark((function e(){var n,a;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,Object(o[\"a\"])(t.$route.query.id);case 2:a=e.sent,t.plan=null!==(n=a.data)&&void 0!==n?n:null,t.$nextTick((function(){var e;e=\"reset\"===t.$route.query.type?\"reset_price\":t.price.types[0].key,t.defaultValue=e,t.$nextTick((function(){t.onPlanChange({target:{value:e}})}))}));case 5:case\"end\":return e.stop()}}),e)})))()},onPlanChange:function(t){var e=t.target,n=e.value;console.log(\"key\",n);var a=c[\"c\"].find((function(t){return t.key===n}));this.select=\"reset_price\"===n?{key:n,label:this.$t(\"重置流量包\"),label2:this.$t(\"重置流量包\"),cost:this.plan[n],flow:d.a.parse(this.plan.transfer_enable+\"GB\")}:{key:n,label:null===a||void 0===a?void 0:a.label,label2:null===a||void 0===a?void 0:a.label2,cost:this.plan[n],flow:d.a.parse(this.plan.transfer_enable+\"GB\")}},onMakeOrder:function(){var t=this;window.conso1e.log(34);var e=function(){var e=Object(s[\"a\"])(Object(r[\"a\"])().mark((function e(){var n;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.loading=!0,e.prev=1,e.next=4,Object(o[\"e\"])({period:t.select.key,plan_id:t.$route.query.id,coupon_code:t.couponCode});case 4:n=e.sent,n.data&&(t.$message.success(t.$t(\"下单成功\")),t.$router.replace(\"/stage/order/info?id=\"+n.data)),e.next=10;break;case 8:e.prev=8,e.t0=e[\"catch\"](1);case 10:t.loading=!1;case 11:case\"end\":return e.stop()}}),e,null,[[1,8]])})));return function(){return e.apply(this,arguments)}}(),n=this.subscribe.plan_id==this.$route.query.id;this.comboType===l[\"a\"].UNBUY?e():this.comboType===l[\"a\"].PERIOD?this.expiredResidue>0&&!n?this.$confirm({title:this.$t(\"注意\"),content:this.$t(\"请注意，变更订阅会导致当前订阅被新订阅覆盖。\"),icon:\"exclamation-circle\",onOk:function(){e()}}):e():this.comboType===l[\"a\"].ONE_TIME&&(this.leftFlow>0&&!n?this.$confirm({title:this.$t(\"注意\"),content:this.$t(\"请注意，变更订阅会导致当前订阅被新订阅覆盖。\"),icon:\"exclamation-circle\",onOk:function(){e()}}):e())},onVerifyCoupon:function(){var t=this;return Object(s[\"a\"])(Object(r[\"a\"])().mark((function e(){var n,a,i;return Object(r[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(window.conso1e.log(70),e.prev=1,t.couponCode){e.next=4;break}return e.abrupt(\"return\",t.$notification.error({message:t.$t(\"提示\"),description:t.$t(\"请输入优惠券\")}));case 4:return a=t.$route.query.id,e.next=7,Object(o[\"f\"])({code:t.couponCode,plan_id:a});case 7:i=e.sent,t.couponType=null!==(n=i.data.type)&&void 0!==n?n:l[\"b\"].NUMBER,i.data.value&&(null===i.data.limit_plan_ids||i.data.limit_plan_ids.includes(String(a)))?(t.couponValue=i.data.value,console.log(\"couponValue\",t.couponValue)):(t.couponValue=0,t.$notification.error({message:t.$t(\"提示\"),description:t.$t(\"无效的优惠券\")})),e.next=14;break;case 12:e.prev=12,e.t0=e[\"catch\"](1);case 14:case\"end\":return e.stop()}}),e,null,[[1,12]])})))()}}}),v=b,h=(n(\"6828\"),n(\"2877\")),_=Object(h[\"a\"])(v,a,i,!1,null,\"302e335a\",null);e[\"default\"]=_.exports},\"77fe\":function(t,e,n){\"use strict\";var a=n(\"d4ec\"),i=n(\"bee2\"),r=(n(\"d3b7\"),n(\"159b\"),n(\"b64b\"),n(\"d81d\"),n(\"7db0\"),function(){function t(e){Object(a[\"a\"])(this,t),this.defination=e,this.parseDefination()}return Object(i[\"a\"])(t,[{key:\"parseDefination\",value:function(){var t=this;Object.keys(this.defination).forEach((function(e){t[e]=t.defination[e][0]}))}},{key:\"toArray\",value:function(){var t=this,e=Object.keys(this.defination).map((function(e){var n=t.defination[e];return{value:n[0],label:n[1]}}));return e}},{key:\"getLabel\",value:function(t){var e,n;return null!==(e=null===(n=this.toArray().find((function(e){return String(e.value)===String(t)})))||void 0===n?void 0:n.label)&&void 0!==e?e:\"\"}}]),t}());e[\"a\"]=r},\"7db0\":function(t,e,n){\"use strict\";var a=n(\"23e7\"),i=n(\"b727\").find,r=n(\"44d2\"),s=\"find\",o=!0;s in[]&&Array(1)[s]((function(){o=!1})),a({target:\"Array\",proto:!0,forced:o},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),r(s)},a1fc:function(t,e,n){\"use strict\";n.d(e,\"c\",(function(){return i})),n.d(e,\"b\",(function(){return r})),n.d(e,\"a\",(function(){return s}));n(\"4de4\"),n(\"d3b7\"),n(\"b64b\"),n(\"7db0\"),n(\"99af\"),n(\"ac1f\"),n(\"a15b\"),n(\"d81d\");var a=n(\"12cb\"),i=[{key:\"month_price\",label:a[\"a\"].t(\"每月\"),label2:a[\"a\"].t(\"月付\")},{key:\"quarter_price\",label:a[\"a\"].t(\"每季度\"),label2:a[\"a\"].t(\"季付\")},{key:\"half_year_price\",label:a[\"a\"].t(\"每半年\"),label2:a[\"a\"].t(\"半年付\")},{key:\"year_price\",label:a[\"a\"].t(\"每年\"),label2:a[\"a\"].t(\"年付\")},{key:\"two_year_price\",label:a[\"a\"].t(\"每两年\"),label2:a[\"a\"].t(\"两年付\")},{key:\"three_year_price\",label:a[\"a\"].t(\"每三年\"),label2:a[\"a\"].t(\"三年付\")},{key:\"onetime_price\",label:a[\"a\"].t(\"一次性\"),label2:a[\"a\"].t(\"一次性付\")}];function r(t){var e=i.filter((function(e){return null!==t[e.key]})),n=null,r=\"\";try{n=JSON.parse(t.content)}catch(d){}if(n){var s,o=null===(s=n.find((function(t){return t.label})))||void 0===s?void 0:s.label;o&&(r='<div class=\"t0\" style=\"color: '.concat(o.textColor,\"; background-color: \").concat(o.background,'\">').concat(o.text,\"</div>\"))}else{var c;r=null===(c=/<div\\s+class=\"t0.*?\".*?>(.*)<\\/div>/gi.exec(t.content))||void 0===c?void 0:c[0]}var l=function(){return r||(null!==t.capacity_limit&&t.capacity_limit<10?t.capacity_limit<=0?'<div class=\"t0\">'.concat(a[\"a\"].t(\"已售罄\"),\"</div>\"):'<div class=\"t0\">'.concat(a[\"a\"].t(\"即将售罄\"),\"</div>\"):\"\")},u=l();return{types:e,value:t[e[0].key],label:e[0].label,label2:e[0].label2,tagTitle:u}}function s(t){var e=null;try{e=JSON.parse(t.content)}catch(a){}if(e){var n=e.filter((function(t){return t.feature}));return n.map((function(t){return'\\n        <div class=\"t4\">\\n          <div class=\"desc\">\\n            <i class=\"'.concat(t.support?\"gou\":\"cha\",'\"></i>\\n            ').concat(t.feature,\"\\n          </div>\\n        </div>\\n      \")})).join(\"\")}return t.content}},b680:function(t,e,n){\"use strict\";var a=n(\"23e7\"),i=n(\"e330\"),r=n(\"5926\"),s=n(\"408a\"),o=n(\"1148\"),c=n(\"d039\"),l=RangeError,u=String,d=Math.floor,f=i(o),p=i(\"\".slice),b=i(1..toFixed),v=function(t,e,n){return 0===e?n:e%2===1?v(t,e-1,n*t):v(t*t,e/2,n)},h=function(t){var e=0,n=t;while(n>=4096)e+=12,n/=4096;while(n>=2)e+=1,n/=2;return e},_=function(t,e,n){var a=-1,i=n;while(++a<6)i+=e*t[a],t[a]=i%1e7,i=d(i/1e7)},m=function(t,e){var n=6,a=0;while(--n>=0)a+=t[n],t[n]=d(a/e),a=a%e*1e7},y=function(t){var e=6,n=\"\";while(--e>=0)if(\"\"!==n||0===e||0!==t[e]){var a=u(t[e]);n=\"\"===n?a:n+f(\"0\",7-a.length)+a}return n},g=c((function(){return\"0.000\"!==b(8e-5,3)||\"1\"!==b(.9,0)||\"1.25\"!==b(1.255,2)||\"1000000000000000128\"!==b(0xde0b6b3a7640080,0)}))||!c((function(){b({})}));a({target:\"Number\",proto:!0,forced:g},{toFixed:function(t){var e,n,a,i,o=s(this),c=r(t),d=[0,0,0,0,0,0],b=\"\",g=\"0\";if(c<0||c>20)throw l(\"Incorrect fraction digits\");if(o!=o)return\"NaN\";if(o<=-1e21||o>=1e21)return u(o);if(o<0&&(b=\"-\",o=-o),o>1e-21)if(e=h(o*v(2,69,1))-69,n=e<0?o*v(2,-e,1):o/v(2,e,1),n*=4503599627370496,e=52-e,e>0){_(d,0,n),a=c;while(a>=7)_(d,1e7,0),a-=7;_(d,v(10,a,1),0),a=e-1;while(a>=23)m(d,1<<23),a-=23;m(d,1<<a),_(d,1,1),m(d,2),g=y(d)}else _(d,0,n),_(d,1<<-e,0),g=y(d)+f(\"0\",c);return c>0?(i=g.length,g=b+(i<=c?\"0.\"+f(\"0\",c-i)+g:p(g,0,i-c)+\".\"+p(g,i-c))):g=b+g,g}})},bee2:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return r}));var a=n(\"a38e\");function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,\"value\"in i&&(i.writable=!0),Object.defineProperty(t,Object(a[\"a\"])(i.key),i)}}function r(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),Object.defineProperty(t,\"prototype\",{writable:!1}),t}},d4ec:function(t,e,n){\"use strict\";n.d(e,\"a\",(function(){return a}));n(\"d9e2\");function a(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}},d81d:function(t,e,n){\"use strict\";var a=n(\"23e7\"),i=n(\"b727\").map,r=n(\"1dde\"),s=r(\"map\");a({target:\"Array\",proto:!0,forced:!s},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},e6a1:function(t,e,n){}}]);"
  },
  {
    "path": "static/js/chunk-bf9939ba.ec6f2545.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-bf9939ba\"],{\"004a\":function(t,e,r){\"use strict\";r.d(e,\"c\",(function(){return o})),r.d(e,\"b\",(function(){return a})),r.d(e,\"a\",(function(){return c}));var n=r(\"77fe\"),i=r(\"12cb\"),o=new n[\"a\"]({ALL:[0,i[\"a\"].t(\"全部\")],PERIOD:[1,i[\"a\"].t(\"按周期\")],ONE_TIME:[2,i[\"a\"].t(\"按流量\")]}),a=new n[\"a\"]({NUMBER:[1,i[\"a\"].t(\"折扣金额\")],PERCENT:[2,i[\"a\"].t(\"折扣百分比\")]}),c=new n[\"a\"]({UNBUY:[1,i[\"a\"].t(\"未购买\")],PERIOD:[2,i[\"a\"].t(\"周期性订阅\")],ONE_TIME:[3,i[\"a\"].t(\"一次性订阅\")]})},\"0eb6\":function(t,e,r){\"use strict\";var n=r(\"23e7\"),i=r(\"7c37\"),o=r(\"d066\"),a=r(\"d039\"),c=r(\"7c73\"),s=r(\"5c6c\"),u=r(\"9bf2\").f,d=r(\"cb2d\"),f=r(\"edd0\"),l=r(\"1a2d\"),b=r(\"19aa\"),E=r(\"825a\"),p=r(\"aa1f\"),h=r(\"e391\"),v=r(\"cf98\"),m=r(\"c770\"),R=r(\"69f3\"),g=r(\"83ab\"),_=r(\"c430\"),O=\"DOMException\",y=\"DATA_CLONE_ERR\",T=o(\"Error\"),w=o(O)||function(){try{var t=o(\"MessageChannel\")||i(\"worker_threads\").MessageChannel;(new t).port1.postMessage(new WeakMap)}catch(e){if(e.name==y&&25==e.code)return e.constructor}}(),I=w&&w.prototype,N=T.prototype,A=R.set,D=R.getterFor(O),S=\"stack\"in T(O),x=function(t){return l(v,t)&&v[t].m?v[t].c:0},C=function(){b(this,M);var t=arguments.length,e=h(t<1?void 0:arguments[0]),r=h(t<2?void 0:arguments[1],\"Error\"),n=x(r);if(A(this,{type:O,name:r,message:e,code:n}),g||(this.name=r,this.message=e,this.code=n),S){var i=T(e);i.name=O,u(this,\"stack\",s(1,m(i.stack,1)))}},M=C.prototype=c(N),k=function(t){return{enumerable:!0,configurable:!0,get:t}},U=function(t){return k((function(){return D(this)[t]}))};g&&(f(M,\"code\",U(\"code\")),f(M,\"message\",U(\"message\")),f(M,\"name\",U(\"name\"))),u(M,\"constructor\",s(1,C));var j=a((function(){return!(new w instanceof T)})),L=j||a((function(){return N.toString!==p||\"2: 1\"!==String(new w(1,2))})),P=j||a((function(){return 25!==new w(1,\"DataCloneError\").code})),F=j||25!==w[y]||25!==I[y],Y=_?L||P||F:j;n({global:!0,constructor:!0,forced:Y},{DOMException:Y?C:w});var $=o(O),B=$.prototype;for(var V in L&&(_||w===$)&&d(B,\"toString\",p),P&&g&&w===$&&f(B,\"code\",k((function(){return x(E(this).name)}))),v)if(l(v,V)){var W=v[V],H=W.s,z=s(6,W.c);l($,H)||u($,H,z),l(B,H)||u(B,H,z)}},\"1dd1\":function(t,e,r){\"use strict\";r.d(e,\"b\",(function(){return o})),r.d(e,\"a\",(function(){return a})),r.d(e,\"f\",(function(){return c})),r.d(e,\"e\",(function(){return s})),r.d(e,\"c\",(function(){return u})),r.d(e,\"d\",(function(){return d}));var n=r(\"54d7\"),i=r(\"8c8a\");function o(){return Object(i[\"a\"])({url:n[\"l\"]+\"/api/v1/user/plan/fetch\",method:\"get\"})}function a(t){return Object(i[\"a\"])({url:n[\"l\"]+\"/api/v1/user/plan/fetch?id=\".concat(t),method:\"get\"})}function c(t){return Object(i[\"a\"])({url:n[\"l\"]+\"/api/v1/user/coupon/check\",method:\"post\",data:t})}function s(t){return Object(i[\"a\"])({url:n[\"l\"]+\"/api/v1/user/order/save\",method:\"post\",params:t})}function u(){return Object(i[\"a\"])({url:n[\"l\"]+\"/api/v1/user/server/fetch\",method:\"get\"})}function d(){return Object(i[\"a\"])({url:n[\"l\"]+\"/api/v1/user/getSubscribe\",method:\"get\"})}},7142:function(t,e,r){\"use strict\";r(\"cb2a\")},\"77fe\":function(t,e,r){\"use strict\";var n=r(\"d4ec\"),i=r(\"bee2\"),o=(r(\"d3b7\"),r(\"159b\"),r(\"b64b\"),r(\"d81d\"),r(\"7db0\"),function(){function t(e){Object(n[\"a\"])(this,t),this.defination=e,this.parseDefination()}return Object(i[\"a\"])(t,[{key:\"parseDefination\",value:function(){var t=this;Object.keys(this.defination).forEach((function(e){t[e]=t.defination[e][0]}))}},{key:\"toArray\",value:function(){var t=this,e=Object.keys(this.defination).map((function(e){var r=t.defination[e];return{value:r[0],label:r[1]}}));return e}},{key:\"getLabel\",value:function(t){var e,r;return null!==(e=null===(r=this.toArray().find((function(e){return String(e.value)===String(t)})))||void 0===r?void 0:r.label)&&void 0!==e?e:\"\"}}]),t}());e[\"a\"]=o},\"7c37\":function(t,e,r){var n=r(\"605d\");t.exports=function(t){try{if(n)return Function('return require(\"'+t+'\")')()}catch(e){}}},\"7db0\":function(t,e,r){\"use strict\";var n=r(\"23e7\"),i=r(\"b727\").find,o=r(\"44d2\"),a=\"find\",c=!0;a in[]&&Array(1)[a]((function(){c=!1})),n({target:\"Array\",proto:!0,forced:c},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o(a)},\"81b2\":function(t,e,r){var n=r(\"23e7\"),i=r(\"d066\"),o=r(\"e330\"),a=r(\"d039\"),c=r(\"577e\"),s=r(\"1a2d\"),u=r(\"d6d6\"),d=r(\"b917\").ctoi,f=/[^\\d+/a-z]/i,l=/[\\t\\n\\f\\r ]+/g,b=/[=]+$/,E=i(\"atob\"),p=String.fromCharCode,h=o(\"\".charAt),v=o(\"\".replace),m=o(f.exec),R=a((function(){return\"\"!==E(\" \")})),g=!a((function(){E(\"a\")})),_=!R&&!g&&!a((function(){E()})),O=!R&&!g&&1!==E.length;n({global:!0,enumerable:!0,forced:R||g||_||O},{atob:function(t){if(u(arguments.length,1),_||O)return E(t);var e,r,n=v(c(t),l,\"\"),o=\"\",a=0,R=0;if(n.length%4==0&&(n=v(n,b,\"\")),n.length%4==1||m(f,n))throw new(i(\"DOMException\"))(\"The string is not correctly encoded\",\"InvalidCharacterError\");while(e=h(n,a++))s(d,e)&&(r=R%4?64*r+d[e]:d[e],R++%4&&(o+=p(255&r>>(-2*R&6))));return o}})},\"8bd4\":function(t,e,r){var n=r(\"d066\"),i=r(\"d44e\"),o=\"DOMException\";i(n(o),o)},aa1f:function(t,e,r){\"use strict\";var n=r(\"83ab\"),i=r(\"d039\"),o=r(\"825a\"),a=r(\"7c73\"),c=r(\"e391\"),s=Error.prototype.toString,u=i((function(){if(n){var t=a(Object.defineProperty({},\"name\",{get:function(){return this===t}}));if(\"true\"!==s.call(t))return!0}return\"2: 1\"!==s.call({message:1,name:2})||\"Error\"!==s.call({})}));t.exports=u?function(){var t=o(this),e=c(t.name,\"Error\"),r=c(t.message);return e?r?e+\": \"+r:e:r}:s},b665:function(t,e,r){\"use strict\";r.r(e);var n=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r(\"div\",{staticClass:\"webview-container\"},[t.subscribe?r(\"div\",[t.needSubscribe?[t.isValidSubscribed?r(\"iframe\",{key:t.token,staticClass:\"iframe\",attrs:{src:t.url,scrolling:\"auto\",seamless:\"seamless\"}}):r(\"div\",{staticClass:\"empty-tip\"},[r(\"a-empty\",{attrs:{description:\"\",\"image-style\":{height:\"200px\"}}}),r(\"div\",{staticClass:\"tit\"},[t._v(\" \"+t._s(t.tipText)+\" \")]),r(\"a-button\",{directives:[{name:\"wave\",rawName:\"v-wave\"}],staticStyle:{\"min-width\":\"160px\"},attrs:{type:\"primary\",size:\"large\"},on:{click:t.goPage}},[t._v(t._s(t.buttonText))])],1)]:r(\"iframe\",{staticClass:\"iframe\",attrs:{src:t.url,scrolling:\"auto\",seamless:\"seamless\"}})],2):r(\"div\",{staticClass:\"spin-loading\"},[r(\"a-spin\",{attrs:{size:\"large\"}})],1)])},i=[],o=r(\"c7eb\"),a=r(\"1da1\"),c=(r(\"a9e3\"),r(\"81b2\"),r(\"0eb6\"),r(\"b7ef\"),r(\"8bd4\"),r(\"14d9\"),r(\"1dd1\")),s=r(\"004a\"),u=r(\"5a0c\"),d=r.n(u),f={name:\"Webview\",data:function(){return{url:\"\",needSubscribe:\"\",subscribe:null}},computed:{token:function(){return this.$route.query.token},comboType:function(){return this.subscribe?null===this.subscribe.plan?s[\"a\"].UNBUY:null===this.subscribe.expired_at?s[\"a\"].ONE_TIME:s[\"a\"].PERIOD:null},expiredResidue:function(){return this.expiredDate>0?d.a.unix(this.expiredDate).diff(d()(),\"second\"):null},expiredDate:function(){var t;return null===(t=this.subscribe)||void 0===t?void 0:t.expired_at},usedFlow:function(){var t,e;return(null===(t=this.subscribe)||void 0===t?void 0:t.d)+(null===(e=this.subscribe)||void 0===e?void 0:e.u)},allFlow:function(){var t,e;return null!==(t=null===(e=this.subscribe)||void 0===e?void 0:e.transfer_enable)&&void 0!==t?t:0},leftFlow:function(){var t=this.allFlow-this.usedFlow;return t>0?t:0},planId:function(){var t;return null===(t=this.subscribe)||void 0===t?void 0:t.plan_id},renewable:function(){var t;return 1===Number(null===(t=this.subscribe)||void 0===t?void 0:t.plan.renew)},tipText:function(){return this.comboType===s[\"a\"].UNBUY?this.$t(\"您还没有购买订阅，购买后可查看\"):this.comboType===s[\"a\"].PERIOD?this.$t(\"您的订阅已过期，续费后可查看\"):this.comboType===s[\"a\"].ONE_TIME?this.$t(\"您的一次性流量已用尽，续费后可查看\"):\"\"},isValidSubscribed:function(){return this.comboType!==s[\"a\"].UNBUY&&(this.comboType===s[\"a\"].PERIOD?this.expiredResidue>0:this.comboType===s[\"a\"].ONE_TIME&&this.leftFlow>0)},buttonText:function(){return this.comboType!==s[\"a\"].UNBUY&&this.renewable?this.$t(\"续费订阅\"):this.$t(\"购买订阅\")},buttonUrl:function(){return this.comboType!==s[\"a\"].UNBUY&&this.renewable?\"/stage/buysubs/order?id=\".concat(this.planId):\"/stage/buysubs\"}},watch:{token:{immediate:!0,handler:function(){var t=this;return Object(a[\"a\"])(Object(o[\"a\"])().mark((function e(){var r;return Object(o[\"a\"])().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t.url=atob(t.$ls.get(\"ex_token\")),t.needSubscribe=1==t.$ls.get(\"ex_needSubscribe\"),e.next=4,Object(c[\"d\"])();case 4:r=e.sent,t.subscribe=r.data;case 6:case\"end\":return e.stop()}}),e)})))()}}},methods:{goPage:function(){this.$router.push(this.buttonUrl)}}},l=f,b=(r(\"7142\"),r(\"2877\")),E=Object(b[\"a\"])(l,n,i,!1,null,\"0a912280\",null);e[\"default\"]=E.exports},b7ef:function(t,e,r){\"use strict\";var n=r(\"23e7\"),i=r(\"da84\"),o=r(\"d066\"),a=r(\"5c6c\"),c=r(\"9bf2\").f,s=r(\"1a2d\"),u=r(\"19aa\"),d=r(\"7156\"),f=r(\"e391\"),l=r(\"cf98\"),b=r(\"c770\"),E=r(\"83ab\"),p=r(\"c430\"),h=\"DOMException\",v=o(\"Error\"),m=o(h),R=function(){u(this,g);var t=arguments.length,e=f(t<1?void 0:arguments[0]),r=f(t<2?void 0:arguments[1],\"Error\"),n=new m(e,r),i=v(e);return i.name=h,c(n,\"stack\",a(1,b(i.stack,1))),d(n,this,R),n},g=R.prototype=m.prototype,_=\"stack\"in v(h),O=\"stack\"in new m(1,2),y=m&&E&&Object.getOwnPropertyDescriptor(i,h),T=!!y&&!(y.writable&&y.configurable),w=_&&!T&&!O;n({global:!0,constructor:!0,forced:p||w},{DOMException:w?R:m});var I=o(h),N=I.prototype;if(N.constructor!==I)for(var A in p||c(N,\"constructor\",a(1,I)),l)if(s(l,A)){var D=l[A],S=D.s;s(I,S)||c(I,S,a(6,D.c))}},b917:function(t,e){for(var r=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\",n={},i=0;i<66;i++)n[r.charAt(i)]=i;t.exports={itoc:r,ctoi:n}},bee2:function(t,e,r){\"use strict\";r.d(e,\"a\",(function(){return o}));var n=r(\"a38e\");function i(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,\"value\"in i&&(i.writable=!0),Object.defineProperty(t,Object(n[\"a\"])(i.key),i)}}function o(t,e,r){return e&&i(t.prototype,e),r&&i(t,r),Object.defineProperty(t,\"prototype\",{writable:!1}),t}},cb2a:function(t,e,r){},cf98:function(t,e){t.exports={IndexSizeError:{s:\"INDEX_SIZE_ERR\",c:1,m:1},DOMStringSizeError:{s:\"DOMSTRING_SIZE_ERR\",c:2,m:0},HierarchyRequestError:{s:\"HIERARCHY_REQUEST_ERR\",c:3,m:1},WrongDocumentError:{s:\"WRONG_DOCUMENT_ERR\",c:4,m:1},InvalidCharacterError:{s:\"INVALID_CHARACTER_ERR\",c:5,m:1},NoDataAllowedError:{s:\"NO_DATA_ALLOWED_ERR\",c:6,m:0},NoModificationAllowedError:{s:\"NO_MODIFICATION_ALLOWED_ERR\",c:7,m:1},NotFoundError:{s:\"NOT_FOUND_ERR\",c:8,m:1},NotSupportedError:{s:\"NOT_SUPPORTED_ERR\",c:9,m:1},InUseAttributeError:{s:\"INUSE_ATTRIBUTE_ERR\",c:10,m:1},InvalidStateError:{s:\"INVALID_STATE_ERR\",c:11,m:1},SyntaxError:{s:\"SYNTAX_ERR\",c:12,m:1},InvalidModificationError:{s:\"INVALID_MODIFICATION_ERR\",c:13,m:1},NamespaceError:{s:\"NAMESPACE_ERR\",c:14,m:1},InvalidAccessError:{s:\"INVALID_ACCESS_ERR\",c:15,m:1},ValidationError:{s:\"VALIDATION_ERR\",c:16,m:0},TypeMismatchError:{s:\"TYPE_MISMATCH_ERR\",c:17,m:1},SecurityError:{s:\"SECURITY_ERR\",c:18,m:1},NetworkError:{s:\"NETWORK_ERR\",c:19,m:1},AbortError:{s:\"ABORT_ERR\",c:20,m:1},URLMismatchError:{s:\"URL_MISMATCH_ERR\",c:21,m:1},QuotaExceededError:{s:\"QUOTA_EXCEEDED_ERR\",c:22,m:1},TimeoutError:{s:\"TIMEOUT_ERR\",c:23,m:1},InvalidNodeTypeError:{s:\"INVALID_NODE_TYPE_ERR\",c:24,m:1},DataCloneError:{s:\"DATA_CLONE_ERR\",c:25,m:1}}},d4ec:function(t,e,r){\"use strict\";r.d(e,\"a\",(function(){return n}));r(\"d9e2\");function n(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}},d81d:function(t,e,r){\"use strict\";var n=r(\"23e7\"),i=r(\"b727\").map,o=r(\"1dde\"),a=o(\"map\");n({target:\"Array\",proto:!0,forced:!a},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},edd0:function(t,e,r){var n=r(\"13d2\"),i=r(\"9bf2\");t.exports=function(t,e,r){return r.get&&n(r.get,e,{getter:!0}),r.set&&n(r.set,e,{setter:!0}),i.f(t,e,r)}}}]);"
  },
  {
    "path": "static/js/chunk-d24ef460.63c4bc46.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-d24ef460\"],{\"7d08\":function(t,n,i){},\"8a7e\":function(t,n,i){\"use strict\";i.r(n);var a=function(){var t=this,n=t.$createElement,i=t._self._c||n;return i(\"div\",{staticClass:\"error-container\"},[i(\"div\",{staticClass:\"pic\"},[t.lottieOptions.animationData?i(\"lottie\",{staticClass:\"in\",attrs:{options:t.lottieOptions,height:500,width:500}}):t._e()],1),i(\"div\",{staticClass:\"right\"},[i(\"h2\",{staticClass:\"title\"},[t._v(t._s(t.$t(\"似乎出了点问题\")))]),i(\"p\",{staticClass:\"desc\"},[t._v(t._s(t.$t(\"请检查您的URL是否正确, 或点击重新登录\")))]),i(\"a-button\",{staticClass:\"btn\",attrs:{type:\"primary\",round:\"\"},on:{click:t.onBack}},[t._v(t._s(t.$t(\"重新登录\")))])],1)])},o=[],s=(i(\"ac1f\"),i(\"5319\"),i(\"8c2c\")),e=i(\"bc3a\"),c=i.n(e),r=i(\"54d7\"),l={name:\"Error\",components:{Lottie:s[\"a\"]},data:function(){return{lottieOptions:{animationData:null}}},mounted:function(){var t=this;window.conso1e.log(66),setTimeout((function(){c.a.get(r[\"n\"]+\"/98488-bot-error-404.json\").then((function(n){t.lottieOptions.animationData=n.data}))}),0)},methods:{onBack:function(){this.$router.replace(\"/login\")}}},u=l,d=(i(\"8be2\"),i(\"2877\")),p=Object(d[\"a\"])(u,a,o,!1,null,\"b7bb570a\",null);n[\"default\"]=p.exports},\"8be2\":function(t,n,i){\"use strict\";i(\"7d08\")}}]);"
  },
  {
    "path": "static/js/chunk-d4acb0c8.427f6c79.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"chunk-d4acb0c8\"],{\"0068\":function(e,t,n){\"use strict\";function i(e){return Object.prototype.toString.call(e)}function a(e){return\"[object String]\"===i(e)}var r=Object.prototype.hasOwnProperty;function s(e,t){return r.call(e,t)}function o(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){if(t){if(\"object\"!==typeof t)throw new TypeError(t+\"must be object\");Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e}function l(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function c(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(65535!==(65535&e)&&65534!==(65535&e)&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function _(e){if(e>65535){e-=65536;var t=55296+(e>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}var d=/\\\\([!\"#$%&'()*+,\\-.\\/:;<=>?@[\\\\\\]^_`{|}~])/g,u=/&([a-z#][a-z0-9]{1,31});/gi,p=new RegExp(d.source+\"|\"+u.source,\"gi\"),m=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,g=n(\"bd68\");function h(e,t){var n=0;return s(g,t)?g[t]:35===t.charCodeAt(0)&&m.test(t)&&(n=\"x\"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10),c(n))?_(n):e}function E(e){return e.indexOf(\"\\\\\")<0?e:e.replace(d,\"$1\")}function S(e){return e.indexOf(\"\\\\\")<0&&e.indexOf(\"&\")<0?e:e.replace(p,(function(e,t,n){return t||h(e,n)}))}var b=/[&<>\"]/,f=/[&<>\"]/g,T={\"&\":\"&amp;\",\"<\":\"&lt;\",\">\":\"&gt;\",'\"':\"&quot;\"};function C(e){return T[e]}function v(e){return b.test(e)?e.replace(f,C):e}var y=/[.?*+^$[\\]\\\\(){}|-]/g;function R(e){return e.replace(y,\"\\\\$&\")}function N(e){switch(e){case 9:case 32:return!0}return!1}function O(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}var A=n(\"7ca0\");function I(e){return A.test(e)}function D(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function w(e){return e=e.trim().replace(/\\s+/g,\" \"),\"Ṿ\"===\"ẞ\".toLowerCase()&&(e=e.replace(/ẞ/g,\"ß\")),e.toLowerCase().toUpperCase()}t.lib={},t.lib.mdurl=n(\"d8a6\"),t.lib.ucmicro=n(\"d5d1\"),t.assign=o,t.isString=a,t.has=s,t.unescapeMd=E,t.unescapeAll=S,t.isValidEntityCode=c,t.fromCodePoint=_,t.escapeHtml=v,t.arrayReplaceAt=l,t.isSpace=N,t.isWhiteSpace=O,t.isMdAsciiPunct=D,t.isPunctChar=I,t.escapeRE=R,t.normalizeReference=w},\"0081\":function(e,t){function n(e){const t=\"[A-Z_][A-Z0-9_.]*\",n={$pattern:t,keyword:[\"HEADER\",\"ENDSEC\",\"DATA\"]},i={className:\"meta\",begin:\"ISO-10303-21;\",relevance:10},a={className:\"meta\",begin:\"END-ISO-10303-21;\",relevance:10};return{name:\"STEP Part 21\",aliases:[\"p21\",\"step\",\"stp\"],case_insensitive:!0,keywords:n,contains:[i,a,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(\"/\\\\*\\\\*!\",\"\\\\*/\"),e.C_NUMBER_MODE,e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:\"string\",begin:\"'\",end:\"'\"},{className:\"symbol\",variants:[{begin:\"#\",end:\"\\\\d+\",illegal:\"\\\\W\"}]}]}}e.exports=n},\"00bd\":function(e,t,n){\"use strict\";e.exports=function(e,t){return e[t].content}},\"0118\":function(e,t){function n(e){return{name:\"Node REPL\",contains:[{className:\"meta.prompt\",starts:{end:/ |$/,starts:{end:\"$\",subLanguage:\"javascript\"}},variants:[{begin:/^>(?=[ ]|$)/},{begin:/^\\.\\.\\.(?=[ ]|$)/}]}]}}e.exports=n},\"01ac\":function(e,t){function n(e){const t=\"\\\\d(_|\\\\d)*\",n=\"[eE][-+]?\"+t,i=t+\"(\\\\.\"+t+\")?(\"+n+\")?\",a=\"\\\\w+\",r=t+\"#\"+a+\"(\\\\.\"+a+\")?#(\"+n+\")?\",s=\"\\\\b(\"+r+\"|\"+i+\")\",o=\"[A-Za-z](_?[A-Za-z0-9.])*\",l=\"[]\\\\{\\\\}%#'\\\"\",c=e.COMMENT(\"--\",\"$\"),_={begin:\"\\\\s+:\\\\s+\",end:\"\\\\s*(:=|;|\\\\)|=>|$)\",illegal:l,contains:[{beginKeywords:\"loop for declare others\",endsParent:!0},{className:\"keyword\",beginKeywords:\"not null constant access function procedure in out aliased exception\"},{className:\"type\",begin:o,endsParent:!0,relevance:0}]},d=[\"abort\",\"else\",\"new\",\"return\",\"abs\",\"elsif\",\"not\",\"reverse\",\"abstract\",\"end\",\"accept\",\"entry\",\"select\",\"access\",\"exception\",\"of\",\"separate\",\"aliased\",\"exit\",\"or\",\"some\",\"all\",\"others\",\"subtype\",\"and\",\"for\",\"out\",\"synchronized\",\"array\",\"function\",\"overriding\",\"at\",\"tagged\",\"generic\",\"package\",\"task\",\"begin\",\"goto\",\"pragma\",\"terminate\",\"body\",\"private\",\"then\",\"if\",\"procedure\",\"type\",\"case\",\"in\",\"protected\",\"constant\",\"interface\",\"is\",\"raise\",\"use\",\"declare\",\"range\",\"delay\",\"limited\",\"record\",\"when\",\"delta\",\"loop\",\"rem\",\"while\",\"digits\",\"renames\",\"with\",\"do\",\"mod\",\"requeue\",\"xor\"];return{name:\"Ada\",case_insensitive:!0,keywords:{keyword:d,literal:[\"True\",\"False\"]},contains:[c,{className:\"string\",begin:/\"/,end:/\"/,contains:[{begin:/\"\"/,relevance:0}]},{className:\"string\",begin:/'.'/},{className:\"number\",begin:s,relevance:0},{className:\"symbol\",begin:\"'\"+o},{className:\"title\",begin:\"(\\\\bwith\\\\s+)?(\\\\bprivate\\\\s+)?\\\\bpackage\\\\s+(\\\\bbody\\\\s+)?\",end:\"(is|$)\",keywords:\"package body\",excludeBegin:!0,excludeEnd:!0,illegal:l},{begin:\"(\\\\b(with|overriding)\\\\s+)?\\\\b(function|procedure)\\\\s+\",end:\"(\\\\bis|\\\\bwith|\\\\brenames|\\\\)\\\\s*;)\",keywords:\"overriding function procedure with is renames return\",returnBegin:!0,contains:[c,{className:\"title\",begin:\"(\\\\bwith\\\\s+)?\\\\b(function|procedure)\\\\s+\",end:\"(\\\\(|\\\\s+|$)\",excludeBegin:!0,excludeEnd:!0,illegal:l},_,{className:\"type\",begin:\"\\\\breturn\\\\s+\",end:\"(\\\\s+|;|$)\",keywords:\"return\",excludeBegin:!0,excludeEnd:!0,endsParent:!0,illegal:l}]},{className:\"type\",begin:\"\\\\b(sub)?type\\\\s+\",end:\"\\\\s+\",keywords:\"type\",excludeBegin:!0,illegal:l},_]}}e.exports=n},\"0209\":function(e,t){function n(e){const t=e.regex,n=e.COMMENT(\"//\",\"$\",{contains:[{begin:/\\\\\\n/}]}),i=\"decltype\\\\(auto\\\\)\",a=\"[a-zA-Z_]\\\\w*::\",r=\"<[^<>]+>\",s=\"(?!struct)(\"+i+\"|\"+t.optional(a)+\"[a-zA-Z_]\\\\w*\"+t.optional(r)+\")\",o={className:\"type\",begin:\"\\\\b[a-z\\\\d_]*_t\\\\b\"},l=\"\\\\\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\\\S)\",c={className:\"string\",variants:[{begin:'(u8?|U|L)?\"',end:'\"',illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE]},{begin:\"(u8?|U|L)?'(\"+l+\"|.)\",end:\"'\",illegal:\".\"},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R\"([^()\\\\ ]{0,16})\\(/,end:/\\)([^()\\\\ ]{0,16})\"/})]},_={className:\"number\",variants:[{begin:\"\\\\b(0b[01']+)\"},{begin:\"(-?)\\\\b([\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)\"},{begin:\"(-?)(\\\\b0[xX][a-fA-F0-9']+|(\\\\b[\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)([eE][-+]?[\\\\d']+)?)\"}],relevance:0},d={className:\"meta\",begin:/#\\s*[a-z]+\\b/,end:/$/,keywords:{keyword:\"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include\"},contains:[{begin:/\\\\\\n/,relevance:0},e.inherit(c,{className:\"string\"}),{className:\"string\",begin:/<.*?>/},n,e.C_BLOCK_COMMENT_MODE]},u={className:\"title\",begin:t.optional(a)+e.IDENT_RE,relevance:0},p=t.optional(a)+e.IDENT_RE+\"\\\\s*\\\\(\",m=[\"alignas\",\"alignof\",\"and\",\"and_eq\",\"asm\",\"atomic_cancel\",\"atomic_commit\",\"atomic_noexcept\",\"auto\",\"bitand\",\"bitor\",\"break\",\"case\",\"catch\",\"class\",\"co_await\",\"co_return\",\"co_yield\",\"compl\",\"concept\",\"const_cast|10\",\"consteval\",\"constexpr\",\"constinit\",\"continue\",\"decltype\",\"default\",\"delete\",\"do\",\"dynamic_cast|10\",\"else\",\"enum\",\"explicit\",\"export\",\"extern\",\"false\",\"final\",\"for\",\"friend\",\"goto\",\"if\",\"import\",\"inline\",\"module\",\"mutable\",\"namespace\",\"new\",\"noexcept\",\"not\",\"not_eq\",\"nullptr\",\"operator\",\"or\",\"or_eq\",\"override\",\"private\",\"protected\",\"public\",\"reflexpr\",\"register\",\"reinterpret_cast|10\",\"requires\",\"return\",\"sizeof\",\"static_assert\",\"static_cast|10\",\"struct\",\"switch\",\"synchronized\",\"template\",\"this\",\"thread_local\",\"throw\",\"transaction_safe\",\"transaction_safe_dynamic\",\"true\",\"try\",\"typedef\",\"typeid\",\"typename\",\"union\",\"using\",\"virtual\",\"volatile\",\"while\",\"xor\",\"xor_eq\"],g=[\"bool\",\"char\",\"char16_t\",\"char32_t\",\"char8_t\",\"double\",\"float\",\"int\",\"long\",\"short\",\"void\",\"wchar_t\",\"unsigned\",\"signed\",\"const\",\"static\"],h=[\"any\",\"auto_ptr\",\"barrier\",\"binary_semaphore\",\"bitset\",\"complex\",\"condition_variable\",\"condition_variable_any\",\"counting_semaphore\",\"deque\",\"false_type\",\"future\",\"imaginary\",\"initializer_list\",\"istringstream\",\"jthread\",\"latch\",\"lock_guard\",\"multimap\",\"multiset\",\"mutex\",\"optional\",\"ostringstream\",\"packaged_task\",\"pair\",\"promise\",\"priority_queue\",\"queue\",\"recursive_mutex\",\"recursive_timed_mutex\",\"scoped_lock\",\"set\",\"shared_future\",\"shared_lock\",\"shared_mutex\",\"shared_timed_mutex\",\"shared_ptr\",\"stack\",\"string_view\",\"stringstream\",\"timed_mutex\",\"thread\",\"true_type\",\"tuple\",\"unique_lock\",\"unique_ptr\",\"unordered_map\",\"unordered_multimap\",\"unordered_multiset\",\"unordered_set\",\"variant\",\"vector\",\"weak_ptr\",\"wstring\",\"wstring_view\"],E=[\"abort\",\"abs\",\"acos\",\"apply\",\"as_const\",\"asin\",\"atan\",\"atan2\",\"calloc\",\"ceil\",\"cerr\",\"cin\",\"clog\",\"cos\",\"cosh\",\"cout\",\"declval\",\"endl\",\"exchange\",\"exit\",\"exp\",\"fabs\",\"floor\",\"fmod\",\"forward\",\"fprintf\",\"fputs\",\"free\",\"frexp\",\"fscanf\",\"future\",\"invoke\",\"isalnum\",\"isalpha\",\"iscntrl\",\"isdigit\",\"isgraph\",\"islower\",\"isprint\",\"ispunct\",\"isspace\",\"isupper\",\"isxdigit\",\"labs\",\"launder\",\"ldexp\",\"log\",\"log10\",\"make_pair\",\"make_shared\",\"make_shared_for_overwrite\",\"make_tuple\",\"make_unique\",\"malloc\",\"memchr\",\"memcmp\",\"memcpy\",\"memset\",\"modf\",\"move\",\"pow\",\"printf\",\"putchar\",\"puts\",\"realloc\",\"scanf\",\"sin\",\"sinh\",\"snprintf\",\"sprintf\",\"sqrt\",\"sscanf\",\"std\",\"stderr\",\"stdin\",\"stdout\",\"strcat\",\"strchr\",\"strcmp\",\"strcpy\",\"strcspn\",\"strlen\",\"strncat\",\"strncmp\",\"strncpy\",\"strpbrk\",\"strrchr\",\"strspn\",\"strstr\",\"swap\",\"tan\",\"tanh\",\"terminate\",\"to_underlying\",\"tolower\",\"toupper\",\"vfprintf\",\"visit\",\"vprintf\",\"vsprintf\"],S=[\"NULL\",\"false\",\"nullopt\",\"nullptr\",\"true\"],b=[\"_Pragma\"],f={type:g,keyword:m,literal:S,built_in:b,_type_hints:h},T={className:\"function.dispatch\",relevance:0,keywords:{_hint:E},begin:t.concat(/\\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\\s*\\(/))},C=[T,d,o,n,e.C_BLOCK_COMMENT_MODE,_,c],v={variants:[{begin:/=/,end:/;/},{begin:/\\(/,end:/\\)/},{beginKeywords:\"new throw return else\",end:/;/}],keywords:f,contains:C.concat([{begin:/\\(/,end:/\\)/,keywords:f,contains:C.concat([\"self\"]),relevance:0}]),relevance:0},y={className:\"function\",begin:\"(\"+s+\"[\\\\*&\\\\s]+)+\"+p,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:f,illegal:/[^\\w\\s\\*&:<>.]/,contains:[{begin:i,keywords:f,relevance:0},{begin:p,returnBegin:!0,contains:[u],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[c,_]},{relevance:0,match:/,/},{className:\"params\",begin:/\\(/,end:/\\)/,keywords:f,relevance:0,contains:[n,e.C_BLOCK_COMMENT_MODE,c,_,o,{begin:/\\(/,end:/\\)/,keywords:f,relevance:0,contains:[\"self\",n,e.C_BLOCK_COMMENT_MODE,c,_,o]}]},o,n,e.C_BLOCK_COMMENT_MODE,d]};return{name:\"C++\",aliases:[\"cc\",\"c++\",\"h++\",\"hpp\",\"hh\",\"hxx\",\"cxx\"],keywords:f,illegal:\"</\",classNameAliases:{\"function.dispatch\":\"built_in\"},contains:[].concat(v,y,T,C,[d,{begin:\"\\\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\\\s*<(?!<)\",end:\">\",keywords:f,contains:[\"self\",o]},{begin:e.IDENT_RE+\"::\",keywords:f},{match:[/\\b(?:enum(?:\\s+(?:class|struct))?|class|struct|union)/,/\\s+/,/\\w+/],className:{1:\"keyword\",3:\"title.class\"}}])}}e.exports=n},\"0215\":function(e,t){function n(e){return new RegExp(e.replace(/[-/\\\\^$*+?.()|[\\]{}]/g,\"\\\\$&\"),\"m\")}function i(e){return e?\"string\"===typeof e?e:e.source:null}function a(e){return r(\"(?=\",e,\")\")}function r(...e){const t=e.map(e=>i(e)).join(\"\");return t}function s(e){const t=e[e.length-1];return\"object\"===typeof t&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function o(...e){const t=s(e),n=\"(\"+(t.capture?\"\":\"?:\")+e.map(e=>i(e)).join(\"|\")+\")\";return n}function l(e){const t=[\"abstract\",\"and\",\"as\",\"assert\",\"base\",\"begin\",\"class\",\"default\",\"delegate\",\"do\",\"done\",\"downcast\",\"downto\",\"elif\",\"else\",\"end\",\"exception\",\"extern\",\"finally\",\"fixed\",\"for\",\"fun\",\"function\",\"global\",\"if\",\"in\",\"inherit\",\"inline\",\"interface\",\"internal\",\"lazy\",\"let\",\"match\",\"member\",\"module\",\"mutable\",\"namespace\",\"new\",\"of\",\"open\",\"or\",\"override\",\"private\",\"public\",\"rec\",\"return\",\"static\",\"struct\",\"then\",\"to\",\"try\",\"type\",\"upcast\",\"use\",\"val\",\"void\",\"when\",\"while\",\"with\",\"yield\"],i={scope:\"keyword\",match:/\\b(yield|return|let|do|match|use)!/},s=[\"if\",\"else\",\"endif\",\"line\",\"nowarn\",\"light\",\"r\",\"i\",\"I\",\"load\",\"time\",\"help\",\"quit\"],l=[\"true\",\"false\",\"null\",\"Some\",\"None\",\"Ok\",\"Error\",\"infinity\",\"infinityf\",\"nan\",\"nanf\"],c=[\"__LINE__\",\"__SOURCE_DIRECTORY__\",\"__SOURCE_FILE__\"],_=[\"bool\",\"byte\",\"sbyte\",\"int8\",\"int16\",\"int32\",\"uint8\",\"uint16\",\"uint32\",\"int\",\"uint\",\"int64\",\"uint64\",\"nativeint\",\"unativeint\",\"decimal\",\"float\",\"double\",\"float32\",\"single\",\"char\",\"string\",\"unit\",\"bigint\",\"option\",\"voption\",\"list\",\"array\",\"seq\",\"byref\",\"exn\",\"inref\",\"nativeptr\",\"obj\",\"outref\",\"voidptr\",\"Result\"],d=[\"not\",\"ref\",\"raise\",\"reraise\",\"dict\",\"readOnlyDict\",\"set\",\"get\",\"enum\",\"sizeof\",\"typeof\",\"typedefof\",\"nameof\",\"nullArg\",\"invalidArg\",\"invalidOp\",\"id\",\"fst\",\"snd\",\"ignore\",\"lock\",\"using\",\"box\",\"unbox\",\"tryUnbox\",\"printf\",\"printfn\",\"sprintf\",\"eprintf\",\"eprintfn\",\"fprintf\",\"fprintfn\",\"failwith\",\"failwithf\"],u={keyword:t,literal:l,built_in:d,\"variable.constant\":c},p=e.COMMENT(/\\(\\*(?!\\))/,/\\*\\)/,{contains:[\"self\"]}),m={variants:[p,e.C_LINE_COMMENT_MODE]},g=/[a-zA-Z_](\\w|')*/,h={scope:\"variable\",begin:/``/,end:/``/},E=/\\B('|\\^)/,S={scope:\"symbol\",variants:[{match:r(E,/``.*?``/)},{match:r(E,e.UNDERSCORE_IDENT_RE)}],relevance:0},b=function({includeEqual:e}){let t;t=e?\"!%&*+-/<=>@^|~?\":\"!%&*+-/<>@^|~?\";const i=Array.from(t),s=r(\"[\",...i.map(n),\"]\"),l=o(s,/\\./),c=r(l,a(l)),_=o(r(c,l,\"*\"),r(s,\"+\"));return{scope:\"operator\",match:o(_,/:\\?>/,/:\\?/,/:>/,/:=/,/::?/,/\\$/),relevance:0}},f=b({includeEqual:!0}),T=b({includeEqual:!1}),C=function(t,n){return{begin:r(t,a(r(/\\s*/,o(/\\w/,/'/,/\\^/,/#/,/``/,/\\(/,/{\\|/)))),beginScope:n,end:a(o(/\\n/,/=/)),relevance:0,keywords:e.inherit(u,{type:_}),contains:[m,S,e.inherit(h,{scope:null}),T]}},v=C(/:/,\"operator\"),y=C(/\\bof\\b/,\"keyword\"),R={begin:[/(^|\\s+)/,/type/,/\\s+/,g],beginScope:{2:\"keyword\",4:\"title.class\"},end:a(/\\(|=|$/),keywords:u,contains:[m,e.inherit(h,{scope:null}),S,{scope:\"operator\",match:/<|>/},v]},N={scope:\"computation-expression\",match:/\\b[_a-z]\\w*(?=\\s*\\{)/},O={begin:[/^\\s*/,r(/#/,o(...s)),/\\b/],beginScope:{2:\"meta\"},end:a(/\\s|$/)},A={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},I={scope:\"string\",begin:/\"/,end:/\"/,contains:[e.BACKSLASH_ESCAPE]},D={scope:\"string\",begin:/@\"/,end:/\"/,contains:[{match:/\"\"/},e.BACKSLASH_ESCAPE]},w={scope:\"string\",begin:/\"\"\"/,end:/\"\"\"/,relevance:2},x={scope:\"subst\",begin:/\\{/,end:/\\}/,keywords:u},M={scope:\"string\",begin:/\\$\"/,end:/\"/,contains:[{match:/\\{\\{/},{match:/\\}\\}/},e.BACKSLASH_ESCAPE,x]},k={scope:\"string\",begin:/(\\$@|@\\$)\"/,end:/\"/,contains:[{match:/\\{\\{/},{match:/\\}\\}/},{match:/\"\"/},e.BACKSLASH_ESCAPE,x]},L={scope:\"string\",begin:/\\$\"\"\"/,end:/\"\"\"/,contains:[{match:/\\{\\{/},{match:/\\}\\}/},x],relevance:2},P={scope:\"string\",match:r(/'/,o(/[^\\\\']/,/\\\\(?:.|\\d{3}|x[a-fA-F\\d]{2}|u[a-fA-F\\d]{4}|U[a-fA-F\\d]{8})/),/'/)};x.contains=[k,M,D,I,P,i,m,h,v,N,O,A,S,f];const F={variants:[L,k,M,w,D,I,P]};return{name:\"F#\",aliases:[\"fs\",\"f#\"],keywords:u,illegal:/\\/\\*/,classNameAliases:{\"computation-expression\":\"keyword\"},contains:[i,F,m,h,R,{scope:\"meta\",begin:/\\[</,end:/>\\]/,relevance:2,contains:[h,w,D,I,P,A]},y,v,N,O,A,S,f]}}e.exports=l},\"0290\":function(e,t){function n(e){const t=e.regex,n={begin:\"^'{3,}[ \\\\t]*$\",relevance:10},i=[{begin:/\\\\[*_`]/},{begin:/\\\\\\\\\\*{2}[^\\n]*?\\*{2}/},{begin:/\\\\\\\\_{2}[^\\n]*_{2}/},{begin:/\\\\\\\\`{2}[^\\n]*`{2}/},{begin:/[:;}][*_`](?![*_`])/}],a=[{className:\"strong\",begin:/\\*{2}([^\\n]+?)\\*{2}/},{className:\"strong\",begin:t.concat(/\\*\\*/,/((\\*(?!\\*)|\\\\[^\\n]|[^*\\n\\\\])+\\n)+/,/(\\*(?!\\*)|\\\\[^\\n]|[^*\\n\\\\])*/,/\\*\\*/),relevance:0},{className:\"strong\",begin:/\\B\\*(\\S|\\S[^\\n]*?\\S)\\*(?!\\w)/},{className:\"strong\",begin:/\\*[^\\s]([^\\n]+\\n)+([^\\n]+)\\*/}],r=[{className:\"emphasis\",begin:/_{2}([^\\n]+?)_{2}/},{className:\"emphasis\",begin:t.concat(/__/,/((_(?!_)|\\\\[^\\n]|[^_\\n\\\\])+\\n)+/,/(_(?!_)|\\\\[^\\n]|[^_\\n\\\\])*/,/__/),relevance:0},{className:\"emphasis\",begin:/\\b_(\\S|\\S[^\\n]*?\\S)_(?!\\w)/},{className:\"emphasis\",begin:/_[^\\s]([^\\n]+\\n)+([^\\n]+)_/},{className:\"emphasis\",begin:\"\\\\B'(?!['\\\\s])\",end:\"(\\\\n{2}|')\",contains:[{begin:\"\\\\\\\\'\\\\w\",relevance:0}],relevance:0}],s={className:\"symbol\",begin:\"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\\\s+\",relevance:10},o={className:\"bullet\",begin:\"^(\\\\*+|-+|\\\\.+|[^\\\\n]+?::)\\\\s+\"};return{name:\"AsciiDoc\",aliases:[\"adoc\"],contains:[e.COMMENT(\"^/{4,}\\\\n\",\"\\\\n/{4,}$\",{relevance:10}),e.COMMENT(\"^//\",\"$\",{relevance:0}),{className:\"title\",begin:\"^\\\\.\\\\w.*$\"},{begin:\"^[=\\\\*]{4,}\\\\n\",end:\"\\\\n^[=\\\\*]{4,}$\",relevance:10},{className:\"section\",relevance:10,variants:[{begin:\"^(={1,6})[ \\t].+?([ \\t]\\\\1)?$\"},{begin:\"^[^\\\\[\\\\]\\\\n]+?\\\\n[=\\\\-~\\\\^\\\\+]{2,}$\"}]},{className:\"meta\",begin:\"^:.+?:\",end:\"\\\\s\",excludeEnd:!0,relevance:10},{className:\"meta\",begin:\"^\\\\[.+?\\\\]$\",relevance:0},{className:\"quote\",begin:\"^_{4,}\\\\n\",end:\"\\\\n_{4,}$\",relevance:10},{className:\"code\",begin:\"^[\\\\-\\\\.]{4,}\\\\n\",end:\"\\\\n[\\\\-\\\\.]{4,}$\",relevance:10},{begin:\"^\\\\+{4,}\\\\n\",end:\"\\\\n\\\\+{4,}$\",contains:[{begin:\"<\",end:\">\",subLanguage:\"xml\",relevance:0}],relevance:10},o,s,...i,...a,...r,{className:\"string\",variants:[{begin:\"``.+?''\"},{begin:\"`.+?'\"}]},{className:\"code\",begin:/`{2}/,end:/(\\n{2}|`{2})/},{className:\"code\",begin:\"(`.+?`|\\\\+.+?\\\\+)\",relevance:0},{className:\"code\",begin:\"^[ \\\\t]\",end:\"$\",relevance:0},n,{begin:\"(link:)?(http|https|ftp|file|irc|image:?):\\\\S+?\\\\[[^[]*?\\\\]\",returnBegin:!0,contains:[{begin:\"(link|image:?):\",relevance:0},{className:\"link\",begin:\"\\\\w\",end:\"[^\\\\[]+\",relevance:0},{className:\"string\",begin:\"\\\\[\",end:\"\\\\]\",excludeBegin:!0,excludeEnd:!0,relevance:0}],relevance:10}]}}e.exports=n},\"02ac\":function(e,t){function n(e){const t={className:\"string\",begin:\"\\\\[\\n(multipart)?\",end:\"\\\\]\\n\"},n={className:\"string\",begin:\"\\\\d{4}-\\\\d{2}-\\\\d{2}(\\\\s+)\\\\d{2}:\\\\d{2}:\\\\d{2}.\\\\d+Z\"},i={className:\"string\",begin:\"(\\\\+|-)\\\\d+\"},a={className:\"keyword\",relevance:10,variants:[{begin:\"^(test|testing|success|successful|failure|error|skip|xfail|uxsuccess)(:?)\\\\s+(test)?\"},{begin:\"^progress(:?)(\\\\s+)?(pop|push)?\"},{begin:\"^tags:\"},{begin:\"^time:\"}]};return{name:\"SubUnit\",case_insensitive:!0,contains:[t,n,i,a]}}e.exports=n},\"02c4\":function(e,t){function n(e){const t={className:\"keyword\",begin:\"\\\\$(f[asn]|t|vp[rtd]|children)\"},n={className:\"literal\",begin:\"false|true|PI|undef\"},i={className:\"number\",begin:\"\\\\b\\\\d+(\\\\.\\\\d+)?(e-?\\\\d+)?\",relevance:0},a=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),r={className:\"meta\",keywords:{keyword:\"include use\"},begin:\"include|use <\",end:\">\"},s={className:\"params\",begin:\"\\\\(\",end:\"\\\\)\",contains:[\"self\",i,a,t,n]},o={begin:\"[*!#%]\",relevance:0},l={className:\"function\",beginKeywords:\"module function\",end:/=|\\{/,contains:[s,e.UNDERSCORE_TITLE_MODE]};return{name:\"OpenSCAD\",aliases:[\"scad\"],keywords:{keyword:\"function module include use for intersection_for if else \\\\%\",literal:\"false true PI undef\",built_in:\"circle square polygon text sphere cube cylinder polyhedron translate rotate scale resize mirror multmatrix color offset hull minkowski union difference intersection abs sign sin cos tan acos asin atan atan2 floor round ceil ln log pow sqrt exp rands min max concat lookup str chr search version version_num norm cross parent_module echo import import_dxf dxf_linear_extrude linear_extrude rotate_extrude surface projection render children dxf_cross dxf_dim let assign\"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,r,a,t,o,l]}}e.exports=n},\"0481d\":function(e,t){function n(e){const t={begin:\"`[\\\\s\\\\S]\"};return{name:\"AutoHotkey\",case_insensitive:!0,aliases:[\"ahk\"],keywords:{keyword:\"Break Continue Critical Exit ExitApp Gosub Goto New OnExit Pause return SetBatchLines SetTimer Suspend Thread Throw Until ahk_id ahk_class ahk_pid ahk_exe ahk_group\",literal:\"true false NOT AND OR\",built_in:\"ComSpec Clipboard ClipboardAll ErrorLevel\"},contains:[t,e.inherit(e.QUOTE_STRING_MODE,{contains:[t]}),e.COMMENT(\";\",\"$\",{relevance:0}),e.C_BLOCK_COMMENT_MODE,{className:\"number\",begin:e.NUMBER_RE,relevance:0},{className:\"variable\",begin:\"%[a-zA-Z0-9#_$@]+%\"},{className:\"built_in\",begin:\"^\\\\s*\\\\w+\\\\s*(,|%)\"},{className:\"title\",variants:[{begin:'^[^\\\\n\";]+::(?!=)'},{begin:'^[^\\\\n\";]+:(?!=)',relevance:0}]},{className:\"meta\",begin:\"^\\\\s*#\\\\w+\",end:\"$\",relevance:0},{className:\"built_in\",begin:\"A_[a-zA-Z0-9]+\"},{begin:\",\\\\s*,\"}]}}e.exports=n},\"04a8\":function(e,t){function n(e){const t={begin:/[\\w-]+ *=/,returnBegin:!0,relevance:0,contains:[{className:\"attr\",begin:/[\\w-]+/}]},n={className:\"params\",begin:/\\(/,end:/\\)/,contains:[t],relevance:0},i={className:\"function\",begin:/:[\\w\\-.]+/,relevance:0},a={className:\"string\",begin:/\\B([\\/.])[\\w\\-.\\/=]+/},r={className:\"params\",begin:/--[\\w\\-=\\/]+/};return{name:\"JBoss CLI\",aliases:[\"wildfly-cli\"],keywords:{$pattern:\"[a-z-]+\",keyword:\"alias batch cd clear command connect connection-factory connection-info data-source deploy deployment-info deployment-overlay echo echo-dmr help history if jdbc-driver-info jms-queue|20 jms-topic|20 ls patch pwd quit read-attribute read-operation reload rollout-plan run-batch set shutdown try unalias undeploy unset version xa-data-source\",literal:\"true false\"},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,r,i,a,n]}}e.exports=n},\"04b0\":function(e,t){function n(e){const t=e.regex,n={begin:/<\\/?[A-Za-z_]/,end:\">\",subLanguage:\"xml\",relevance:0},i={begin:\"^[-\\\\*]{3,}\",end:\"$\"},a={className:\"code\",variants:[{begin:\"(`{3,})[^`](.|\\\\n)*?\\\\1`*[ ]*\"},{begin:\"(~{3,})[^~](.|\\\\n)*?\\\\1~*[ ]*\"},{begin:\"```\",end:\"```+[ ]*$\"},{begin:\"~~~\",end:\"~~~+[ ]*$\"},{begin:\"`.+?`\"},{begin:\"(?=^( {4}|\\\\t))\",contains:[{begin:\"^( {4}|\\\\t)\",end:\"(\\\\n)$\"}],relevance:0}]},r={className:\"bullet\",begin:\"^[ \\t]*([*+-]|(\\\\d+\\\\.))(?=\\\\s+)\",end:\"\\\\s+\",excludeEnd:!0},s={begin:/^\\[[^\\n]+\\]:/,returnBegin:!0,contains:[{className:\"symbol\",begin:/\\[/,end:/\\]/,excludeBegin:!0,excludeEnd:!0},{className:\"link\",begin:/:\\s*/,end:/$/,excludeBegin:!0}]},o=/[A-Za-z][A-Za-z0-9+.-]*/,l={variants:[{begin:/\\[.+?\\]\\[.*?\\]/,relevance:0},{begin:/\\[.+?\\]\\(((data|javascript|mailto):|(?:http|ftp)s?:\\/\\/).*?\\)/,relevance:2},{begin:t.concat(/\\[.+?\\]\\(/,o,/:\\/\\/.*?\\)/),relevance:2},{begin:/\\[.+?\\]\\([./?&#].*?\\)/,relevance:1},{begin:/\\[.*?\\]\\(.*?\\)/,relevance:0}],returnBegin:!0,contains:[{match:/\\[(?=\\])/},{className:\"string\",relevance:0,begin:\"\\\\[\",end:\"\\\\]\",excludeBegin:!0,returnEnd:!0},{className:\"link\",relevance:0,begin:\"\\\\]\\\\(\",end:\"\\\\)\",excludeBegin:!0,excludeEnd:!0},{className:\"symbol\",relevance:0,begin:\"\\\\]\\\\[\",end:\"\\\\]\",excludeBegin:!0,excludeEnd:!0}]},c={className:\"strong\",contains:[],variants:[{begin:/_{2}/,end:/_{2}/},{begin:/\\*{2}/,end:/\\*{2}/}]},_={className:\"emphasis\",contains:[],variants:[{begin:/\\*(?!\\*)/,end:/\\*/},{begin:/_(?!_)/,end:/_/,relevance:0}]},d=e.inherit(c,{contains:[]}),u=e.inherit(_,{contains:[]});c.contains.push(u),_.contains.push(d);let p=[n,l];[c,_,d,u].forEach(e=>{e.contains=e.contains.concat(p)}),p=p.concat(c,_);const m={className:\"section\",variants:[{begin:\"^#{1,6}\",end:\"$\",contains:p},{begin:\"(?=^.+?\\\\n[=-]{2,}$)\",contains:[{begin:\"^[=-]*$\"},{begin:\"^\",end:\"\\\\n\",contains:p}]}]},g={className:\"quote\",begin:\"^>\\\\s+\",contains:p,end:\"$\"};return{name:\"Markdown\",aliases:[\"md\",\"mkdown\",\"mkd\"],contains:[m,n,r,c,_,g,a,i,l,s]}}e.exports=n},\"0617\":function(e,t,n){\"use strict\";const i=n(\"2353\");class a extends i{getDefaultOptions(){return{width:550,height:400}}extractVideoID(e){let t=e.match(/^https:\\/\\/prezi.com\\/(.[^/]+)/);return t?t[1]:e}getVideoUrl(e){let t=this.env.md.utils.escapeHtml(e);return\"https://prezi.com/embed/\"+t+\"/?bgcolor=ffffff&amp;lock_to_path=0&amp;autoplay=0&amp;autohide_ctrls=0&amp;landing_data=bHVZZmNaNDBIWnNjdEVENDRhZDFNZGNIUE43MHdLNWpsdFJLb2ZHanI5N1lQVHkxSHFxazZ0UUNCRHloSXZROHh3PT0&amp;landing_sign=1kD6c0N6aYpMUS0wxnQjxzSqZlEB8qNFdxtdjYhwSuI\"}}e.exports=a},\"06b4\":function(e,t){function n(e){return{name:\"Test Anything Protocol\",case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:\"meta\",variants:[{begin:\"^TAP version (\\\\d+)$\"},{begin:\"^1\\\\.\\\\.(\\\\d+)$\"}]},{begin:/---$/,end:\"\\\\.\\\\.\\\\.$\",subLanguage:\"yaml\",relevance:0},{className:\"number\",begin:\" (\\\\d+) \"},{className:\"symbol\",variants:[{begin:\"^ok\"},{begin:\"^not ok\"}]}]}}e.exports=n},\"073f\":function(e,t,n){\"use strict\";function i(e,t,n,i){let a=e[t],r=a.info.service,s=a.info.videoID;return r.getEmbedCode(s)}e.exports=i},\"074e\":function(e,t){function n(e){const t=e.regex,n={className:\"params\",begin:\"\\\\(\",end:\"\\\\)\"},i=/(_[a-z_\\d]+)?/,a=/([de][+-]?\\d+)?/,r={className:\"number\",variants:[{begin:t.concat(/\\b\\d+/,/\\.(\\d*)/,a,i)},{begin:t.concat(/\\b\\d+/,a,i)},{begin:t.concat(/\\.\\d+/,a,i)}],relevance:0},s={literal:\".False. .True.\",keyword:\"kind do while private call intrinsic where elsewhere type endtype endmodule endselect endinterface end enddo endif if forall endforall only contains default return stop then public subroutine|10 function program .and. .or. .not. .le. .eq. .ge. .gt. .lt. goto save else use module select case access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit continue format pause cycle exit c_null_char c_alert c_backspace c_form_feed flush wait decimal round iomsg synchronous nopass non_overridable pass protected volatile abstract extends import non_intrinsic value deferred generic final enumerator class associate bind enum c_int c_short c_long c_long_long c_signed_char c_size_t c_int8_t c_int16_t c_int32_t c_int64_t c_int_least8_t c_int_least16_t c_int_least32_t c_int_least64_t c_int_fast8_t c_int_fast16_t c_int_fast32_t c_int_fast64_t c_intmax_t C_intptr_t c_float c_double c_long_double c_float_complex c_double_complex c_long_double_complex c_bool c_char c_null_ptr c_null_funptr c_new_line c_carriage_return c_horizontal_tab c_vertical_tab iso_c_binding c_loc c_funloc c_associated  c_f_pointer c_ptr c_funptr iso_fortran_env character_storage_size error_unit file_storage_size input_unit iostat_end iostat_eor numeric_storage_size output_unit c_f_procpointer ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode newunit contiguous recursive pad position action delim readwrite eor advance nml interface procedure namelist include sequence elemental pure integer real character complex logical dimension allocatable|10 parameter external implicit|10 none double precision assign intent optional pointer target in out common equivalence data begin_provider &begin_provider end_provider begin_shell end_shell begin_template end_template subst assert touch soft_touch provide no_dep free irp_if irp_else irp_endif irp_write irp_read\",built_in:\"alog alog10 amax0 amax1 amin0 amin1 amod cabs ccos cexp clog csin csqrt dabs dacos dasin datan datan2 dcos dcosh ddim dexp dint dlog dlog10 dmax1 dmin1 dmod dnint dsign dsin dsinh dsqrt dtan dtanh float iabs idim idint idnint ifix isign max0 max1 min0 min1 sngl algama cdabs cdcos cdexp cdlog cdsin cdsqrt cqabs cqcos cqexp cqlog cqsin cqsqrt dcmplx dconjg derf derfc dfloat dgamma dimag dlgama iqint qabs qacos qasin qatan qatan2 qcmplx qconjg qcos qcosh qdim qerf qerfc qexp qgamma qimag qlgama qlog qlog10 qmax1 qmin1 qmod qnint qsign qsin qsinh qsqrt qtan qtanh abs acos aimag aint anint asin atan atan2 char cmplx conjg cos cosh exp ichar index int log log10 max min nint sign sin sinh sqrt tan tanh print write dim lge lgt lle llt mod nullify allocate deallocate adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack present product radix random_number random_seed range repeat reshape rrspacing scale scan selected_int_kind selected_real_kind set_exponent shape size spacing spread sum system_clock tiny transpose trim ubound unpack verify achar iachar transfer dble entry dprod cpu_time command_argument_count get_command get_command_argument get_environment_variable is_iostat_end ieee_arithmetic ieee_support_underflow_control ieee_get_underflow_mode ieee_set_underflow_mode is_iostat_eor move_alloc new_line selected_char_kind same_type_as extends_type_of acosh asinh atanh bessel_j0 bessel_j1 bessel_jn bessel_y0 bessel_y1 bessel_yn erf erfc erfc_scaled gamma log_gamma hypot norm2 atomic_define atomic_ref execute_command_line leadz trailz storage_size merge_bits bge bgt ble blt dshiftl dshiftr findloc iall iany iparity image_index lcobound ucobound maskl maskr num_images parity popcnt poppar shifta shiftl shiftr this_image IRP_ALIGN irp_here\"};return{name:\"IRPF90\",case_insensitive:!0,keywords:s,illegal:/\\/\\*/,contains:[e.inherit(e.APOS_STRING_MODE,{className:\"string\",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{className:\"string\",relevance:0}),{className:\"function\",beginKeywords:\"subroutine function program\",illegal:\"[${=\\\\n]\",contains:[e.UNDERSCORE_TITLE_MODE,n]},e.COMMENT(\"!\",\"$\",{relevance:0}),e.COMMENT(\"begin_doc\",\"end_doc\",{relevance:10}),r]}}e.exports=n},\"0758\":function(e,t,n){\"use strict\";var i=n(\"0068\").isSpace;e.exports=function(e,t,n,a){var r,s,o,l,c=e.bMarks[t]+e.tShift[t],_=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(r=e.src.charCodeAt(c),35!==r||c>=_)return!1;s=1,r=e.src.charCodeAt(++c);while(35===r&&c<_&&s<=6)s++,r=e.src.charCodeAt(++c);return!(s>6||c<_&&!i(r))&&(a||(_=e.skipSpacesBack(_,c),o=e.skipCharsBack(_,35,c),o>c&&i(e.src.charCodeAt(o-1))&&(_=o),e.line=t+1,l=e.push(\"heading_open\",\"h\"+String(s),1),l.markup=\"########\".slice(0,s),l.map=[t,e.line],l=e.push(\"inline\",\"\",0),l.content=e.src.slice(c,_).trim(),l.map=[t,e.line],l.children=[],l=e.push(\"heading_close\",\"h\"+String(s),-1),l.markup=\"########\".slice(0,s)),!0)}},\"08ae\":function(e,t,n){\"use strict\";var i=n(\"0068\"),a=n(\"565b\"),r=n(\"7cc2\"),s=n(\"a915\"),o=n(\"7696\"),l=n(\"4cb4\"),c=n(\"fbcd\"),_=n(\"d8a6\"),d=n(\"1985\"),u={default:n(\"8a31\"),zero:n(\"1caa\"),commonmark:n(\"428d\")},p=/^(vbscript|javascript|file|data):/,m=/^data:image\\/(gif|png|jpeg|webp);/;function g(e){var t=e.trim().toLowerCase();return!p.test(t)||!!m.test(t)}var h=[\"http:\",\"https:\",\"mailto:\"];function E(e){var t=_.parse(e,!0);if(t.hostname&&(!t.protocol||h.indexOf(t.protocol)>=0))try{t.hostname=d.toASCII(t.hostname)}catch(n){}return _.encode(_.format(t))}function S(e){var t=_.parse(e,!0);if(t.hostname&&(!t.protocol||h.indexOf(t.protocol)>=0))try{t.hostname=d.toUnicode(t.hostname)}catch(n){}return _.decode(_.format(t),_.decode.defaultChars+\"%\")}function b(e,t){if(!(this instanceof b))return new b(e,t);t||i.isString(e)||(t=e||{},e=\"default\"),this.inline=new l,this.block=new o,this.core=new s,this.renderer=new r,this.linkify=new c,this.validateLink=g,this.normalizeLink=E,this.normalizeLinkText=S,this.utils=i,this.helpers=i.assign({},a),this.options={},this.configure(e),t&&this.set(t)}b.prototype.set=function(e){return i.assign(this.options,e),this},b.prototype.configure=function(e){var t,n=this;if(i.isString(e)&&(t=e,e=u[t],!e))throw new Error('Wrong `markdown-it` preset \"'+t+'\", check name');if(!e)throw new Error(\"Wrong `markdown-it` preset, can't be empty\");return e.options&&n.set(e.options),e.components&&Object.keys(e.components).forEach((function(t){e.components[t].rules&&n[t].ruler.enableOnly(e.components[t].rules),e.components[t].rules2&&n[t].ruler2.enableOnly(e.components[t].rules2)})),this},b.prototype.enable=function(e,t){var n=[];Array.isArray(e)||(e=[e]),[\"core\",\"block\",\"inline\"].forEach((function(t){n=n.concat(this[t].ruler.enable(e,!0))}),this),n=n.concat(this.inline.ruler2.enable(e,!0));var i=e.filter((function(e){return n.indexOf(e)<0}));if(i.length&&!t)throw new Error(\"MarkdownIt. Failed to enable unknown rule(s): \"+i);return this},b.prototype.disable=function(e,t){var n=[];Array.isArray(e)||(e=[e]),[\"core\",\"block\",\"inline\"].forEach((function(t){n=n.concat(this[t].ruler.disable(e,!0))}),this),n=n.concat(this.inline.ruler2.disable(e,!0));var i=e.filter((function(e){return n.indexOf(e)<0}));if(i.length&&!t)throw new Error(\"MarkdownIt. Failed to disable unknown rule(s): \"+i);return this},b.prototype.use=function(e){var t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},b.prototype.parse=function(e,t){if(\"string\"!==typeof e)throw new Error(\"Input data should be a String\");var n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},b.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},b.prototype.parseInline=function(e,t){var n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},b.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)},e.exports=b},\"096b\":function(e,t,n){\"use strict\";function i(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content=\"\",this.markup=\"\",this.info=\"\",this.meta=null,this.block=!1,this.hidden=!1}i.prototype.attrIndex=function(e){var t,n,i;if(!this.attrs)return-1;for(t=this.attrs,n=0,i=t.length;n<i;n++)if(t[n][0]===e)return n;return-1},i.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},i.prototype.attrSet=function(e,t){var n=this.attrIndex(e),i=[e,t];n<0?this.attrPush(i):this.attrs[n]=i},i.prototype.attrGet=function(e){var t=this.attrIndex(e),n=null;return t>=0&&(n=this.attrs[t][1]),n},i.prototype.attrJoin=function(e,t){var n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+\" \"+t},e.exports=i},\"097b\":function(e,t,n){\"use strict\";var i=n(\"096b\"),a=n(\"0068\").isWhiteSpace,r=n(\"0068\").isPunctChar,s=n(\"0068\").isMdAsciiPunct;function o(e,t,n,i){this.src=e,this.env=n,this.md=t,this.tokens=i,this.tokens_meta=Array(i.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending=\"\",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}o.prototype.pushPending=function(){var e=new i(\"text\",\"\",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending=\"\",e},o.prototype.push=function(e,t,n){this.pending&&this.pushPending();var a=new i(e,t,n),r=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),a.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],r={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(a),this.tokens_meta.push(r),a},o.prototype.scanDelims=function(e,t){var n,i,o,l,c,_,d,u,p,m=e,g=!0,h=!0,E=this.posMax,S=this.src.charCodeAt(e);n=e>0?this.src.charCodeAt(e-1):32;while(m<E&&this.src.charCodeAt(m)===S)m++;return o=m-e,i=m<E?this.src.charCodeAt(m):32,d=s(n)||r(String.fromCharCode(n)),p=s(i)||r(String.fromCharCode(i)),_=a(n),u=a(i),u?g=!1:p&&(_||d||(g=!1)),_?h=!1:d&&(u||p||(h=!1)),t?(l=g,c=h):(l=g&&(!h||d),c=h&&(!g||p)),{can_open:l,can_close:c,length:o}},o.prototype.Token=i,e.exports=o},\"0b22\":function(e,t){function n(e){const t=[\"true\",\"false\",\"iota\",\"nil\"],n=[\"append\",\"cap\",\"close\",\"complex\",\"copy\",\"imag\",\"len\",\"make\",\"new\",\"panic\",\"print\",\"println\",\"real\",\"recover\",\"delete\"],i=[\"bool\",\"byte\",\"complex64\",\"complex128\",\"error\",\"float32\",\"float64\",\"int8\",\"int16\",\"int32\",\"int64\",\"string\",\"uint8\",\"uint16\",\"uint32\",\"uint64\",\"int\",\"uint\",\"uintptr\",\"rune\"],a=[\"break\",\"case\",\"chan\",\"const\",\"continue\",\"default\",\"defer\",\"else\",\"fallthrough\",\"for\",\"func\",\"go\",\"goto\",\"if\",\"import\",\"interface\",\"map\",\"package\",\"range\",\"return\",\"select\",\"struct\",\"switch\",\"type\",\"var\"],r={keyword:a,type:i,literal:t,built_in:n};return{name:\"Go\",aliases:[\"golang\"],keywords:r,illegal:\"</\",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:\"string\",variants:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{begin:\"`\",end:\"`\"}]},{className:\"number\",variants:[{begin:e.C_NUMBER_RE+\"[i]\",relevance:1},e.C_NUMBER_MODE]},{begin:/:=/},{className:\"function\",beginKeywords:\"func\",end:\"\\\\s*(\\\\{|$)\",excludeEnd:!0,contains:[e.TITLE_MODE,{className:\"params\",begin:/\\(/,end:/\\)/,endsParent:!0,keywords:r,illegal:/[\"']/}]}]}}e.exports=n},\"0eb6\":function(e,t,n){\"use strict\";var i=n(\"23e7\"),a=n(\"7c37\"),r=n(\"d066\"),s=n(\"d039\"),o=n(\"7c73\"),l=n(\"5c6c\"),c=n(\"9bf2\").f,_=n(\"cb2d\"),d=n(\"edd0\"),u=n(\"1a2d\"),p=n(\"19aa\"),m=n(\"825a\"),g=n(\"aa1f\"),h=n(\"e391\"),E=n(\"cf98\"),S=n(\"c770\"),b=n(\"69f3\"),f=n(\"83ab\"),T=n(\"c430\"),C=\"DOMException\",v=\"DATA_CLONE_ERR\",y=r(\"Error\"),R=r(C)||function(){try{var e=r(\"MessageChannel\")||a(\"worker_threads\").MessageChannel;(new e).port1.postMessage(new WeakMap)}catch(t){if(t.name==v&&25==t.code)return t.constructor}}(),N=R&&R.prototype,O=y.prototype,A=b.set,I=b.getterFor(C),D=\"stack\"in y(C),w=function(e){return u(E,e)&&E[e].m?E[e].c:0},x=function(){p(this,M);var e=arguments.length,t=h(e<1?void 0:arguments[0]),n=h(e<2?void 0:arguments[1],\"Error\"),i=w(n);if(A(this,{type:C,name:n,message:t,code:i}),f||(this.name=n,this.message=t,this.code=i),D){var a=y(t);a.name=C,c(this,\"stack\",l(1,S(a.stack,1)))}},M=x.prototype=o(O),k=function(e){return{enumerable:!0,configurable:!0,get:e}},L=function(e){return k((function(){return I(this)[e]}))};f&&(d(M,\"code\",L(\"code\")),d(M,\"message\",L(\"message\")),d(M,\"name\",L(\"name\"))),c(M,\"constructor\",l(1,x));var P=s((function(){return!(new R instanceof y)})),F=P||s((function(){return O.toString!==g||\"2: 1\"!==String(new R(1,2))})),U=P||s((function(){return 25!==new R(1,\"DataCloneError\").code})),B=P||25!==R[v]||25!==N[v],G=T?F||U||B:P;i({global:!0,constructor:!0,forced:G},{DOMException:G?x:R});var Y=r(C),z=Y.prototype;for(var q in F&&(T||R===Y)&&_(z,\"toString\",g),U&&f&&R===Y&&d(z,\"code\",k((function(){return w(m(this).name)}))),E)if(u(E,q)){var H=E[q],V=H.s,$=l(6,H.c);u(Y,V)||c(Y,V,$),u(z,V)||c(z,V,$)}},\"0f09\":function(e,t,n){var i=n(\"b3ce\"),a=function(e){e=e.slice();for(var t=e.length-1;t>=0;t--)e[t]||e.splice(t,1);return e.join(\" \")};function r(e,t,n,i,a,r){this.classes=e||[],this.children=t||[],this.height=n||0,this.depth=i||0,this.maxFontSize=a||0,this.style=r||{},this.attributes={}}function s(e,t,n,i){this.children=e||[],this.height=t||0,this.depth=n||0,this.maxFontSize=i||0}function o(e,t,n,i,a,r,s){this.value=e||\"\",this.height=t||0,this.depth=n||0,this.italic=i||0,this.skew=a||0,this.classes=r||[],this.style=s||{},this.maxFontSize=0}r.prototype.setAttribute=function(e,t){this.attributes[e]=t},r.prototype.toNode=function(){var e=document.createElement(\"span\");for(var t in e.className=a(this.classes),this.style)Object.prototype.hasOwnProperty.call(this.style,t)&&(e.style[t]=this.style[t]);for(var n in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,n)&&e.setAttribute(n,this.attributes[n]);for(var i=0;i<this.children.length;i++)e.appendChild(this.children[i].toNode());return e},r.prototype.toMarkup=function(){var e=\"<span\";this.classes.length&&(e+=' class=\"',e+=i.escape(a(this.classes)),e+='\"');var t=\"\";for(var n in this.style)this.style.hasOwnProperty(n)&&(t+=i.hyphenate(n)+\":\"+this.style[n]+\";\");for(var r in t&&(e+=' style=\"'+i.escape(t)+'\"'),this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,r)&&(e+=\" \"+r+'=\"',e+=i.escape(this.attributes[r]),e+='\"');e+=\">\";for(var s=0;s<this.children.length;s++)e+=this.children[s].toMarkup();return e+=\"</span>\",e},s.prototype.toNode=function(){for(var e=document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].toNode());return e},s.prototype.toMarkup=function(){for(var e=\"\",t=0;t<this.children.length;t++)e+=this.children[t].toMarkup();return e},o.prototype.toNode=function(){var e=document.createTextNode(this.value),t=null;for(var n in this.italic>0&&(t=document.createElement(\"span\"),t.style.marginRight=this.italic+\"em\"),this.classes.length>0&&(t=t||document.createElement(\"span\"),t.className=a(this.classes)),this.style)this.style.hasOwnProperty(n)&&(t=t||document.createElement(\"span\"),t.style[n]=this.style[n]);return t?(t.appendChild(e),t):e},o.prototype.toMarkup=function(){var e=!1,t=\"<span\";this.classes.length&&(e=!0,t+=' class=\"',t+=i.escape(a(this.classes)),t+='\"');var n=\"\";for(var r in this.italic>0&&(n+=\"margin-right:\"+this.italic+\"em;\"),this.style)this.style.hasOwnProperty(r)&&(n+=i.hyphenate(r)+\":\"+this.style[r]+\";\");n&&(e=!0,t+=' style=\"'+i.escape(n)+'\"');var s=i.escape(this.value);return e?(t+=\">\",t+=s,t+=\"</span>\",t):s},e.exports={span:r,documentFragment:s,symbolNode:o}},\"0f16\":function(e,t){function n(e){return{name:\"Mizar\",keywords:\"environ vocabularies notations constructors definitions registrations theorems schemes requirements begin end definition registration cluster existence pred func defpred deffunc theorem proof let take assume then thus hence ex for st holds consider reconsider such that and in provided of as from be being by means equals implies iff redefine define now not or attr is mode suppose per cases set thesis contradiction scheme reserve struct correctness compatibility coherence symmetry assymetry reflexivity irreflexivity connectedness uniqueness commutativity idempotence involutiveness projectivity\",contains:[e.COMMENT(\"::\",\"$\")]}}e.exports=n},\"0faf\":function(e,t){function n(e){return{name:\"RenderMan RIB\",keywords:\"ArchiveRecord AreaLightSource Atmosphere Attribute AttributeBegin AttributeEnd Basis Begin Blobby Bound Clipping ClippingPlane Color ColorSamples ConcatTransform Cone CoordinateSystem CoordSysTransform CropWindow Curves Cylinder DepthOfField Detail DetailRange Disk Displacement Display End ErrorHandler Exposure Exterior Format FrameAspectRatio FrameBegin FrameEnd GeneralPolygon GeometricApproximation Geometry Hider Hyperboloid Identity Illuminate Imager Interior LightSource MakeCubeFaceEnvironment MakeLatLongEnvironment MakeShadow MakeTexture Matte MotionBegin MotionEnd NuPatch ObjectBegin ObjectEnd ObjectInstance Opacity Option Orientation Paraboloid Patch PatchMesh Perspective PixelFilter PixelSamples PixelVariance Points PointsGeneralPolygons PointsPolygons Polygon Procedural Projection Quantize ReadArchive RelativeDetail ReverseOrientation Rotate Scale ScreenWindow ShadingInterpolation ShadingRate Shutter Sides Skew SolidBegin SolidEnd Sphere SubdivisionMesh Surface TextureCoordinates Torus Transform TransformBegin TransformEnd TransformPoints Translate TrimCurve WorldBegin WorldEnd\",illegal:\"</\",contains:[e.HASH_COMMENT_MODE,e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}}e.exports=n},1020:function(e,t){var n={exports:{}};function i(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw new Error(\"map is read-only\")}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw new Error(\"set is read-only\")}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach((function(t){var n=e[t];\"object\"!=typeof n||Object.isFrozen(n)||i(n)})),e}n.exports=i,n.exports.default=i;class a{constructor(e){void 0===e.data&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function r(e){return e.replace(/&/g,\"&amp;\").replace(/</g,\"&lt;\").replace(/>/g,\"&gt;\").replace(/\"/g,\"&quot;\").replace(/'/g,\"&#x27;\")}function s(e,...t){const n=Object.create(null);for(const i in e)n[i]=e[i];return t.forEach((function(e){for(const t in e)n[t]=e[t]})),n}const o=\"</span>\",l=e=>!!e.scope||e.sublanguage&&e.language,c=(e,{prefix:t})=>{if(e.includes(\".\")){const n=e.split(\".\");return[`${t}${n.shift()}`,...n.map((e,t)=>`${e}${\"_\".repeat(t+1)}`)].join(\" \")}return`${t}${e}`};class _{constructor(e,t){this.buffer=\"\",this.classPrefix=t.classPrefix,e.walk(this)}addText(e){this.buffer+=r(e)}openNode(e){if(!l(e))return;let t=\"\";t=e.sublanguage?\"language-\"+e.language:c(e.scope,{prefix:this.classPrefix}),this.span(t)}closeNode(e){l(e)&&(this.buffer+=o)}value(){return this.buffer}span(e){this.buffer+=`<span class=\"${e}\">`}}const d=(e={})=>{const t={children:[]};return Object.assign(t,e),t};class u{constructor(){this.rootNode=d(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const t=d({scope:e});this.add(t),this.stack.push(t)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){while(this.closeNode());}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,t){return\"string\"===typeof t?e.addText(t):t.children&&(e.openNode(t),t.children.forEach(t=>this._walk(e,t)),e.closeNode(t)),e}static _collapse(e){\"string\"!==typeof e&&e.children&&(e.children.every(e=>\"string\"===typeof e)?e.children=[e.children.join(\"\")]:e.children.forEach(e=>{u._collapse(e)}))}}class p extends u{constructor(e){super(),this.options=e}addKeyword(e,t){\"\"!==e&&(this.openNode(t),this.addText(e),this.closeNode())}addText(e){\"\"!==e&&this.add(e)}addSublanguage(e,t){const n=e.root;n.sublanguage=!0,n.language=t,this.add(n)}toHTML(){const e=new _(this,this.options);return e.value()}finalize(){return!0}}function m(e){return e?\"string\"===typeof e?e:e.source:null}function g(e){return S(\"(?=\",e,\")\")}function h(e){return S(\"(?:\",e,\")*\")}function E(e){return S(\"(?:\",e,\")?\")}function S(...e){const t=e.map(e=>m(e)).join(\"\");return t}function b(e){const t=e[e.length-1];return\"object\"===typeof t&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function f(...e){const t=b(e),n=\"(\"+(t.capture?\"\":\"?:\")+e.map(e=>m(e)).join(\"|\")+\")\";return n}function T(e){return new RegExp(e.toString()+\"|\").exec(\"\").length-1}function C(e,t){const n=e&&e.exec(t);return n&&0===n.index}const v=/\\[(?:[^\\\\\\]]|\\\\.)*\\]|\\(\\??|\\\\([1-9][0-9]*)|\\\\./;function y(e,{joinWith:t}){let n=0;return e.map(e=>{n+=1;const t=n;let i=m(e),a=\"\";while(i.length>0){const e=v.exec(i);if(!e){a+=i;break}a+=i.substring(0,e.index),i=i.substring(e.index+e[0].length),\"\\\\\"===e[0][0]&&e[1]?a+=\"\\\\\"+String(Number(e[1])+t):(a+=e[0],\"(\"===e[0]&&n++)}return a}).map(e=>`(${e})`).join(t)}const R=/\\b\\B/,N=\"[a-zA-Z]\\\\w*\",O=\"[a-zA-Z_]\\\\w*\",A=\"\\\\b\\\\d+(\\\\.\\\\d+)?\",I=\"(-?)(\\\\b0[xX][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)\",D=\"\\\\b(0b[01]+)\",w=\"!|!=|!==|%|%=|&|&&|&=|\\\\*|\\\\*=|\\\\+|\\\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\\\?|\\\\[|\\\\{|\\\\(|\\\\^|\\\\^=|\\\\||\\\\|=|\\\\|\\\\||~\",x=(e={})=>{const t=/^#![ ]*\\//;return e.binary&&(e.begin=S(t,/.*\\b/,e.binary,/\\b.*/)),s({scope:\"meta\",begin:t,end:/$/,relevance:0,\"on:begin\":(e,t)=>{0!==e.index&&t.ignoreMatch()}},e)},M={begin:\"\\\\\\\\[\\\\s\\\\S]\",relevance:0},k={scope:\"string\",begin:\"'\",end:\"'\",illegal:\"\\\\n\",contains:[M]},L={scope:\"string\",begin:'\"',end:'\"',illegal:\"\\\\n\",contains:[M]},P={begin:/\\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\\b/},F=function(e,t,n={}){const i=s({scope:\"comment\",begin:e,end:t,contains:[]},n);i.contains.push({scope:\"doctag\",begin:\"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)\",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const a=f(\"I\",\"a\",\"is\",\"so\",\"us\",\"to\",\"at\",\"if\",\"in\",\"it\",\"on\",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return i.contains.push({begin:S(/[ ]+/,\"(\",a,/[.]?[:]?([.][ ]|[ ])/,\"){3}\")}),i},U=F(\"//\",\"$\"),B=F(\"/\\\\*\",\"\\\\*/\"),G=F(\"#\",\"$\"),Y={scope:\"number\",begin:A,relevance:0},z={scope:\"number\",begin:I,relevance:0},q={scope:\"number\",begin:D,relevance:0},H={begin:/(?=\\/[^/\\n]*\\/)/,contains:[{scope:\"regexp\",begin:/\\//,end:/\\/[gimuy]*/,illegal:/\\n/,contains:[M,{begin:/\\[/,end:/\\]/,relevance:0,contains:[M]}]}]},V={scope:\"title\",begin:N,relevance:0},$={scope:\"title\",begin:O,relevance:0},W={begin:\"\\\\.\\\\s*\"+O,relevance:0},j=function(e){return Object.assign(e,{\"on:begin\":(e,t)=>{t.data._beginMatch=e[1]},\"on:end\":(e,t)=>{t.data._beginMatch!==e[1]&&t.ignoreMatch()}})};var Q=Object.freeze({__proto__:null,MATCH_NOTHING_RE:R,IDENT_RE:N,UNDERSCORE_IDENT_RE:O,NUMBER_RE:A,C_NUMBER_RE:I,BINARY_NUMBER_RE:D,RE_STARTERS_RE:w,SHEBANG:x,BACKSLASH_ESCAPE:M,APOS_STRING_MODE:k,QUOTE_STRING_MODE:L,PHRASAL_WORDS_MODE:P,COMMENT:F,C_LINE_COMMENT_MODE:U,C_BLOCK_COMMENT_MODE:B,HASH_COMMENT_MODE:G,NUMBER_MODE:Y,C_NUMBER_MODE:z,BINARY_NUMBER_MODE:q,REGEXP_MODE:H,TITLE_MODE:V,UNDERSCORE_TITLE_MODE:$,METHOD_GUARD:W,END_SAME_AS_BEGIN:j});function K(e,t){const n=e.input[e.index-1];\".\"===n&&t.ignoreMatch()}function Z(e,t){void 0!==e.className&&(e.scope=e.className,delete e.className)}function X(e,t){t&&e.beginKeywords&&(e.begin=\"\\\\b(\"+e.beginKeywords.split(\" \").join(\"|\")+\")(?!\\\\.)(?=\\\\b|\\\\s)\",e.__beforeBegin=K,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,void 0===e.relevance&&(e.relevance=0))}function J(e,t){Array.isArray(e.illegal)&&(e.illegal=f(...e.illegal))}function ee(e,t){if(e.match){if(e.begin||e.end)throw new Error(\"begin & end are not supported with match\");e.begin=e.match,delete e.match}}function te(e,t){void 0===e.relevance&&(e.relevance=1)}const ne=(e,t)=>{if(!e.beforeMatch)return;if(e.starts)throw new Error(\"beforeMatch cannot be used with starts\");const n=Object.assign({},e);Object.keys(e).forEach(t=>{delete e[t]}),e.keywords=n.keywords,e.begin=S(n.beforeMatch,g(n.begin)),e.starts={relevance:0,contains:[Object.assign(n,{endsParent:!0})]},e.relevance=0,delete n.beforeMatch},ie=[\"of\",\"and\",\"for\",\"in\",\"not\",\"or\",\"if\",\"then\",\"parent\",\"list\",\"value\"],ae=\"keyword\";function re(e,t,n=ae){const i=Object.create(null);return\"string\"===typeof e?a(n,e.split(\" \")):Array.isArray(e)?a(n,e):Object.keys(e).forEach((function(n){Object.assign(i,re(e[n],t,n))})),i;function a(e,n){t&&(n=n.map(e=>e.toLowerCase())),n.forEach((function(t){const n=t.split(\"|\");i[n[0]]=[e,se(n[0],n[1])]}))}}function se(e,t){return t?Number(t):oe(e)?0:1}function oe(e){return ie.includes(e.toLowerCase())}const le={},ce=e=>{console.error(e)},_e=(e,...t)=>{console.log(\"WARN: \"+e,...t)},de=(e,t)=>{le[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),le[`${e}/${t}`]=!0)},ue=new Error;function pe(e,t,{key:n}){let i=0;const a=e[n],r={},s={};for(let o=1;o<=t.length;o++)s[o+i]=a[o],r[o+i]=!0,i+=T(t[o-1]);e[n]=s,e[n]._emit=r,e[n]._multi=!0}function me(e){if(Array.isArray(e.begin)){if(e.skip||e.excludeBegin||e.returnBegin)throw ce(\"skip, excludeBegin, returnBegin not compatible with beginScope: {}\"),ue;if(\"object\"!==typeof e.beginScope||null===e.beginScope)throw ce(\"beginScope must be object\"),ue;pe(e,e.begin,{key:\"beginScope\"}),e.begin=y(e.begin,{joinWith:\"\"})}}function ge(e){if(Array.isArray(e.end)){if(e.skip||e.excludeEnd||e.returnEnd)throw ce(\"skip, excludeEnd, returnEnd not compatible with endScope: {}\"),ue;if(\"object\"!==typeof e.endScope||null===e.endScope)throw ce(\"endScope must be object\"),ue;pe(e,e.end,{key:\"endScope\"}),e.end=y(e.end,{joinWith:\"\"})}}function he(e){e.scope&&\"object\"===typeof e.scope&&null!==e.scope&&(e.beginScope=e.scope,delete e.scope)}function Ee(e){he(e),\"string\"===typeof e.beginScope&&(e.beginScope={_wrap:e.beginScope}),\"string\"===typeof e.endScope&&(e.endScope={_wrap:e.endScope}),me(e),ge(e)}function Se(e){function t(t,n){return new RegExp(m(t),\"m\"+(e.case_insensitive?\"i\":\"\")+(e.unicodeRegex?\"u\":\"\")+(n?\"g\":\"\"))}class n{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,t){t.position=this.position++,this.matchIndexes[this.matchAt]=t,this.regexes.push([t,e]),this.matchAt+=T(e)+1}compile(){0===this.regexes.length&&(this.exec=()=>null);const e=this.regexes.map(e=>e[1]);this.matcherRe=t(y(e,{joinWith:\"|\"}),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;const t=this.matcherRe.exec(e);if(!t)return null;const n=t.findIndex((e,t)=>t>0&&void 0!==e),i=this.matchIndexes[n];return t.splice(0,n),Object.assign(t,i)}}class i{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];const t=new n;return this.rules.slice(e).forEach(([e,n])=>t.addRule(e,n)),t.compile(),this.multiRegexes[e]=t,t}resumingScanAtSamePosition(){return 0!==this.regexIndex}considerAll(){this.regexIndex=0}addRule(e,t){this.rules.push([e,t]),\"begin\"===t.type&&this.count++}exec(e){const t=this.getMatcher(this.regexIndex);t.lastIndex=this.lastIndex;let n=t.exec(e);if(this.resumingScanAtSamePosition())if(n&&n.index===this.lastIndex);else{const t=this.getMatcher(0);t.lastIndex=this.lastIndex+1,n=t.exec(e)}return n&&(this.regexIndex+=n.position+1,this.regexIndex===this.count&&this.considerAll()),n}}function a(e){const t=new i;return e.contains.forEach(e=>t.addRule(e.begin,{rule:e,type:\"begin\"})),e.terminatorEnd&&t.addRule(e.terminatorEnd,{type:\"end\"}),e.illegal&&t.addRule(e.illegal,{type:\"illegal\"}),t}function r(n,i){const s=n;if(n.isCompiled)return s;[Z,ee,Ee,ne].forEach(e=>e(n,i)),e.compilerExtensions.forEach(e=>e(n,i)),n.__beforeBegin=null,[X,J,te].forEach(e=>e(n,i)),n.isCompiled=!0;let o=null;return\"object\"===typeof n.keywords&&n.keywords.$pattern&&(n.keywords=Object.assign({},n.keywords),o=n.keywords.$pattern,delete n.keywords.$pattern),o=o||/\\w+/,n.keywords&&(n.keywords=re(n.keywords,e.case_insensitive)),s.keywordPatternRe=t(o,!0),i&&(n.begin||(n.begin=/\\B|\\b/),s.beginRe=t(s.begin),n.end||n.endsWithParent||(n.end=/\\B|\\b/),n.end&&(s.endRe=t(s.end)),s.terminatorEnd=m(s.end)||\"\",n.endsWithParent&&i.terminatorEnd&&(s.terminatorEnd+=(n.end?\"|\":\"\")+i.terminatorEnd)),n.illegal&&(s.illegalRe=t(n.illegal)),n.contains||(n.contains=[]),n.contains=[].concat(...n.contains.map((function(e){return fe(\"self\"===e?n:e)}))),n.contains.forEach((function(e){r(e,s)})),n.starts&&r(n.starts,i),s.matcher=a(s),s}if(e.compilerExtensions||(e.compilerExtensions=[]),e.contains&&e.contains.includes(\"self\"))throw new Error(\"ERR: contains `self` is not supported at the top-level of a language.  See documentation.\");return e.classNameAliases=s(e.classNameAliases||{}),r(e)}function be(e){return!!e&&(e.endsWithParent||be(e.starts))}function fe(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map((function(t){return s(e,{variants:null},t)}))),e.cachedVariants?e.cachedVariants:be(e)?s(e,{starts:e.starts?s(e.starts):null}):Object.isFrozen(e)?s(e):e}var Te=\"11.6.0\";class Ce extends Error{constructor(e,t){super(e),this.name=\"HTMLInjectionError\",this.html=t}}const ve=r,ye=s,Re=Symbol(\"nomatch\"),Ne=7,Oe=function(e){const t=Object.create(null),i=Object.create(null),r=[];let s=!0;const o=\"Could not find the language '{}', did you forget to load/include a language module?\",l={disableAutodetect:!0,name:\"Plain text\",contains:[]};let c={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\\blang(?:uage)?-([\\w-]+)\\b/i,classPrefix:\"hljs-\",cssSelector:\"pre code\",languages:null,__emitter:p};function _(e){return c.noHighlightRe.test(e)}function d(e){let t=e.className+\" \";t+=e.parentNode?e.parentNode.className:\"\";const n=c.languageDetectRe.exec(t);if(n){const t=k(n[1]);return t||(_e(o.replace(\"{}\",n[1])),_e(\"Falling back to no-highlight mode for this block.\",e)),t?n[1]:\"no-highlight\"}return t.split(/\\s+/).find(e=>_(e)||k(e))}function u(e,t,n){let i=\"\",a=\"\";\"object\"===typeof t?(i=e,n=t.ignoreIllegals,a=t.language):(de(\"10.7.0\",\"highlight(lang, code, ...args) has been deprecated.\"),de(\"10.7.0\",\"Please use highlight(code, options) instead.\\nhttps://github.com/highlightjs/highlight.js/issues/2277\"),a=e,i=t),void 0===n&&(n=!0);const r={code:i,language:a};B(\"before:highlight\",r);const s=r.result?r.result:m(r.language,r.code,n);return s.code=r.code,B(\"after:highlight\",s),s}function m(e,n,i,r){const l=Object.create(null);function _(e,t){return e.keywords[t]}function d(){if(!I.keywords)return void w.addText(x);let e=0;I.keywordPatternRe.lastIndex=0;let t=I.keywordPatternRe.exec(x),n=\"\";while(t){n+=x.substring(e,t.index);const i=N.case_insensitive?t[0].toLowerCase():t[0],a=_(I,i);if(a){const[e,r]=a;if(w.addText(n),n=\"\",l[i]=(l[i]||0)+1,l[i]<=Ne&&(M+=r),e.startsWith(\"_\"))n+=t[0];else{const n=N.classNameAliases[e]||e;w.addKeyword(t[0],n)}}else n+=t[0];e=I.keywordPatternRe.lastIndex,t=I.keywordPatternRe.exec(x)}n+=x.substring(e),w.addText(n)}function u(){if(\"\"===x)return;let e=null;if(\"string\"===typeof I.subLanguage){if(!t[I.subLanguage])return void w.addText(x);e=m(I.subLanguage,x,!0,D[I.subLanguage]),D[I.subLanguage]=e._top}else e=T(x,I.subLanguage.length?I.subLanguage:null);I.relevance>0&&(M+=e.relevance),w.addSublanguage(e._emitter,e.language)}function p(){null!=I.subLanguage?u():d(),x=\"\"}function g(e,t){let n=1;const i=t.length-1;while(n<=i){if(!e._emit[n]){n++;continue}const i=N.classNameAliases[e[n]]||e[n],a=t[n];i?w.addKeyword(a,i):(x=a,d(),x=\"\"),n++}}function h(e,t){return e.scope&&\"string\"===typeof e.scope&&w.openNode(N.classNameAliases[e.scope]||e.scope),e.beginScope&&(e.beginScope._wrap?(w.addKeyword(x,N.classNameAliases[e.beginScope._wrap]||e.beginScope._wrap),x=\"\"):e.beginScope._multi&&(g(e.beginScope,t),x=\"\")),I=Object.create(e,{parent:{value:I}}),I}function E(e,t,n){let i=C(e.endRe,n);if(i){if(e[\"on:end\"]){const n=new a(e);e[\"on:end\"](t,n),n.isMatchIgnored&&(i=!1)}if(i){while(e.endsParent&&e.parent)e=e.parent;return e}}if(e.endsWithParent)return E(e.parent,t,n)}function S(e){return 0===I.matcher.regexIndex?(x+=e[0],1):(F=!0,0)}function b(e){const t=e[0],n=e.rule,i=new a(n),r=[n.__beforeBegin,n[\"on:begin\"]];for(const a of r)if(a&&(a(e,i),i.isMatchIgnored))return S(t);return n.skip?x+=t:(n.excludeBegin&&(x+=t),p(),n.returnBegin||n.excludeBegin||(x=t)),h(n,e),n.returnBegin?0:t.length}function f(e){const t=e[0],i=n.substring(e.index),a=E(I,e,i);if(!a)return Re;const r=I;I.endScope&&I.endScope._wrap?(p(),w.addKeyword(t,I.endScope._wrap)):I.endScope&&I.endScope._multi?(p(),g(I.endScope,e)):r.skip?x+=t:(r.returnEnd||r.excludeEnd||(x+=t),p(),r.excludeEnd&&(x=t));do{I.scope&&w.closeNode(),I.skip||I.subLanguage||(M+=I.relevance),I=I.parent}while(I!==a.parent);return a.starts&&h(a.starts,e),r.returnEnd?0:t.length}function v(){const e=[];for(let t=I;t!==N;t=t.parent)t.scope&&e.unshift(t.scope);e.forEach(e=>w.openNode(e))}let y={};function R(t,a){const r=a&&a[0];if(x+=t,null==r)return p(),0;if(\"begin\"===y.type&&\"end\"===a.type&&y.index===a.index&&\"\"===r){if(x+=n.slice(a.index,a.index+1),!s){const t=new Error(`0 width match regex (${e})`);throw t.languageName=e,t.badRule=y.rule,t}return 1}if(y=a,\"begin\"===a.type)return b(a);if(\"illegal\"===a.type&&!i){const e=new Error('Illegal lexeme \"'+r+'\" for mode \"'+(I.scope||\"<unnamed>\")+'\"');throw e.mode=I,e}if(\"end\"===a.type){const e=f(a);if(e!==Re)return e}if(\"illegal\"===a.type&&\"\"===r)return 1;if(P>1e5&&P>3*a.index){const e=new Error(\"potential infinite loop, way more iterations than matches\");throw e}return x+=r,r.length}const N=k(e);if(!N)throw ce(o.replace(\"{}\",e)),new Error('Unknown language: \"'+e+'\"');const O=Se(N);let A=\"\",I=r||O;const D={},w=new c.__emitter(c);v();let x=\"\",M=0,L=0,P=0,F=!1;try{for(I.matcher.considerAll();;){P++,F?F=!1:I.matcher.considerAll(),I.matcher.lastIndex=L;const e=I.matcher.exec(n);if(!e)break;const t=n.substring(L,e.index),i=R(t,e);L=e.index+i}return R(n.substring(L)),w.closeAllNodes(),w.finalize(),A=w.toHTML(),{language:e,value:A,relevance:M,illegal:!1,_emitter:w,_top:I}}catch(U){if(U.message&&U.message.includes(\"Illegal\"))return{language:e,value:ve(n),illegal:!0,relevance:0,_illegalBy:{message:U.message,index:L,context:n.slice(L-100,L+100),mode:U.mode,resultSoFar:A},_emitter:w};if(s)return{language:e,value:ve(n),illegal:!1,relevance:0,errorRaised:U,_emitter:w,_top:I};throw U}}function b(e){const t={value:ve(e),illegal:!1,relevance:0,_top:l,_emitter:new c.__emitter(c)};return t._emitter.addText(e),t}function T(e,n){n=n||c.languages||Object.keys(t);const i=b(e),a=n.filter(k).filter(P).map(t=>m(t,e,!1));a.unshift(i);const r=a.sort((e,t)=>{if(e.relevance!==t.relevance)return t.relevance-e.relevance;if(e.language&&t.language){if(k(e.language).supersetOf===t.language)return 1;if(k(t.language).supersetOf===e.language)return-1}return 0}),[s,o]=r,l=s;return l.secondBest=o,l}function v(e,t,n){const a=t&&i[t]||n;e.classList.add(\"hljs\"),e.classList.add(\"language-\"+a)}function y(e){let t=null;const n=d(e);if(_(n))return;if(B(\"before:highlightElement\",{el:e,language:n}),e.children.length>0&&(c.ignoreUnescapedHTML||(console.warn(\"One of your code blocks includes unescaped HTML. This is a potentially serious security risk.\"),console.warn(\"https://github.com/highlightjs/highlight.js/wiki/security\"),console.warn(\"The element with unescaped HTML:\"),console.warn(e)),c.throwUnescapedHTML)){const t=new Ce(\"One of your code blocks includes unescaped HTML.\",e.innerHTML);throw t}t=e;const i=t.textContent,a=n?u(i,{language:n,ignoreIllegals:!0}):T(i);e.innerHTML=a.value,v(e,n,a.language),e.result={language:a.language,re:a.relevance,relevance:a.relevance},a.secondBest&&(e.secondBest={language:a.secondBest.language,relevance:a.secondBest.relevance}),B(\"after:highlightElement\",{el:e,result:a,text:i})}function R(e){c=ye(c,e)}const N=()=>{I(),de(\"10.6.0\",\"initHighlighting() deprecated.  Use highlightAll() now.\")};function O(){I(),de(\"10.6.0\",\"initHighlightingOnLoad() deprecated.  Use highlightAll() now.\")}let A=!1;function I(){if(\"loading\"===document.readyState)return void(A=!0);const e=document.querySelectorAll(c.cssSelector);e.forEach(y)}function D(){A&&I()}function w(n,i){let a=null;try{a=i(e)}catch(r){if(ce(\"Language definition for '{}' could not be registered.\".replace(\"{}\",n)),!s)throw r;ce(r),a=l}a.name||(a.name=n),t[n]=a,a.rawDefinition=i.bind(null,e),a.aliases&&L(a.aliases,{languageName:n})}function x(e){delete t[e];for(const t of Object.keys(i))i[t]===e&&delete i[t]}function M(){return Object.keys(t)}function k(e){return e=(e||\"\").toLowerCase(),t[e]||t[i[e]]}function L(e,{languageName:t}){\"string\"===typeof e&&(e=[e]),e.forEach(e=>{i[e.toLowerCase()]=t})}function P(e){const t=k(e);return t&&!t.disableAutodetect}function F(e){e[\"before:highlightBlock\"]&&!e[\"before:highlightElement\"]&&(e[\"before:highlightElement\"]=t=>{e[\"before:highlightBlock\"](Object.assign({block:t.el},t))}),e[\"after:highlightBlock\"]&&!e[\"after:highlightElement\"]&&(e[\"after:highlightElement\"]=t=>{e[\"after:highlightBlock\"](Object.assign({block:t.el},t))})}function U(e){F(e),r.push(e)}function B(e,t){const n=e;r.forEach((function(e){e[n]&&e[n](t)}))}function G(e){return de(\"10.7.0\",\"highlightBlock will be removed entirely in v12.0\"),de(\"10.7.0\",\"Please use highlightElement now.\"),y(e)}\"undefined\"!==typeof window&&window.addEventListener&&window.addEventListener(\"DOMContentLoaded\",D,!1),Object.assign(e,{highlight:u,highlightAuto:T,highlightAll:I,highlightElement:y,highlightBlock:G,configure:R,initHighlighting:N,initHighlightingOnLoad:O,registerLanguage:w,unregisterLanguage:x,listLanguages:M,getLanguage:k,registerAliases:L,autoDetection:P,inherit:ye,addPlugin:U}),e.debugMode=function(){s=!1},e.safeMode=function(){s=!0},e.versionString=Te,e.regex={concat:S,lookahead:g,either:f,optional:E,anyNumberOfTimes:h};for(const a in Q)\"object\"===typeof Q[a]&&n.exports(Q[a]);return Object.assign(e,Q),e};var Ae=Oe({});e.exports=Ae,Ae.HighlightJS=Ae,Ae.default=Ae},1069:function(e,t){function n(e){const t={className:\"variable\",variants:[{begin:/\\$[\\w\\d#@][\\w\\d_]*/},{begin:/\\$\\{(.*?)\\}/}]},n=\"BEGIN END if else while do for in break continue delete next nextfile function func exit|10\",i={className:\"string\",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/(u|b)?r?'''/,end:/'''/,relevance:10},{begin:/(u|b)?r?\"\"\"/,end:/\"\"\"/,relevance:10},{begin:/(u|r|ur)'/,end:/'/,relevance:10},{begin:/(u|r|ur)\"/,end:/\"/,relevance:10},{begin:/(b|br)'/,end:/'/},{begin:/(b|br)\"/,end:/\"/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]};return{name:\"Awk\",keywords:{keyword:n},contains:[t,i,e.REGEXP_MODE,e.HASH_COMMENT_MODE,e.NUMBER_MODE]}}e.exports=n},1349:function(e,t){function n(e,t,i){var a=\"KaTeX parse error: \"+e;if(void 0!==t&&void 0!==i){a+=\" at position \"+i+\": \";var r=t._input;r=r.slice(0,i)+\"̲\"+r.slice(i);var s=Math.max(0,i-15),o=i+15;a+=r.slice(s,o)}var l=new Error(a);return l.name=\"ParseError\",l.__proto__=n.prototype,l.position=i,l}n.prototype.__proto__=Error.prototype,e.exports=n},1367:function(e,t){function n(e){return{name:\"ERB\",subLanguage:\"xml\",contains:[e.COMMENT(\"<%#\",\"%>\"),{begin:\"<%[%=-]?\",end:\"[%-]?%>\",subLanguage:\"ruby\",excludeBegin:!0,excludeEnd:!0}]}}e.exports=n},\"142e\":function(e,t,n){\"use strict\";function i(){this.__highest_alphabet__=0,this.__match_alphabets__={},this.__initial_state__=0,this.__accept_states__={},this.__transitions__={},this.__actions__={}}i.prototype.set_highest_alphabet=function(e){this.__highest_alphabet__=e},i.prototype.set_match_alphabets=function(e){this.__match_alphabets__=e},i.prototype.set_initial_state=function(e){this.__initial_state__=e},i.prototype.set_accept_states=function(e){for(var t=0;t<e.length;t++)this.__accept_states__[e[t]]=!0},i.prototype.set_transitions=function(e){this.__transitions__=e},i.prototype.set_actions=function(e){this.__actions__=e},i.prototype.update_transition=function(e,t){this.__transitions__[e]=Object.assign(this.__transitions__[e]||Object(),t)},i.prototype.execute=function(e,t){var n,i,a;for(n=this.__initial_state__,i=e;n&&i<t;i++){for(a=this.__highest_alphabet__;a>0;a>>=4)if(n&a&&this.__match_alphabets__[a].call(this,i,n,a))break;if(this.__actions__(i,n,a),0===a)break;n=this.__transitions__[n][a]||0}return!!this.__accept_states__[n]},e.exports=i},1487:function(e,t,n){var i=n(\"1020\");i.registerLanguage(\"1c\",n(\"f71c\")),i.registerLanguage(\"abnf\",n(\"b5280\")),i.registerLanguage(\"accesslog\",n(\"998d\")),i.registerLanguage(\"actionscript\",n(\"f9f0\")),i.registerLanguage(\"ada\",n(\"01ac\")),i.registerLanguage(\"angelscript\",n(\"dbcc\")),i.registerLanguage(\"apache\",n(\"f0aa\")),i.registerLanguage(\"applescript\",n(\"7bc1\")),i.registerLanguage(\"arcade\",n(\"305e\")),i.registerLanguage(\"arduino\",n(\"944e7\")),i.registerLanguage(\"armasm\",n(\"a33c\")),i.registerLanguage(\"xml\",n(\"8dcb\")),i.registerLanguage(\"asciidoc\",n(\"0290\")),i.registerLanguage(\"aspectj\",n(\"9814\")),i.registerLanguage(\"autohotkey\",n(\"0481d\")),i.registerLanguage(\"autoit\",n(\"ef99\")),i.registerLanguage(\"avrasm\",n(\"a6fb\")),i.registerLanguage(\"awk\",n(\"1069\")),i.registerLanguage(\"axapta\",n(\"a885\")),i.registerLanguage(\"bash\",n(\"f0f8\")),i.registerLanguage(\"basic\",n(\"a15aa\")),i.registerLanguage(\"bnf\",n(\"75da\")),i.registerLanguage(\"brainfuck\",n(\"5921\")),i.registerLanguage(\"c\",n(\"1fe5\")),i.registerLanguage(\"cal\",n(\"7781\")),i.registerLanguage(\"capnproto\",n(\"4a5e\")),i.registerLanguage(\"ceylon\",n(\"ba76\")),i.registerLanguage(\"clean\",n(\"51ab\")),i.registerLanguage(\"clojure\",n(\"b884\")),i.registerLanguage(\"clojure-repl\",n(\"149d\")),i.registerLanguage(\"cmake\",n(\"eaab\")),i.registerLanguage(\"coffeescript\",n(\"a995\")),i.registerLanguage(\"coq\",n(\"80b3\")),i.registerLanguage(\"cos\",n(\"8261\")),i.registerLanguage(\"cpp\",n(\"0209\")),i.registerLanguage(\"crmsh\",n(\"c8e5\")),i.registerLanguage(\"crystal\",n(\"294a\")),i.registerLanguage(\"csharp\",n(\"98af\")),i.registerLanguage(\"csp\",n(\"4272\")),i.registerLanguage(\"css\",n(\"ee8c\")),i.registerLanguage(\"d\",n(\"8d6d\")),i.registerLanguage(\"markdown\",n(\"04b0\")),i.registerLanguage(\"dart\",n(\"7c46\")),i.registerLanguage(\"delphi\",n(\"1f8a\")),i.registerLanguage(\"diff\",n(\"48b8\")),i.registerLanguage(\"django\",n(\"d248\")),i.registerLanguage(\"dns\",n(\"8a86\")),i.registerLanguage(\"dockerfile\",n(\"44b5\")),i.registerLanguage(\"dos\",n(\"7cff\")),i.registerLanguage(\"dsconfig\",n(\"b91e\")),i.registerLanguage(\"dts\",n(\"b0cf\")),i.registerLanguage(\"dust\",n(\"f4da\")),i.registerLanguage(\"ebnf\",n(\"1b4d\")),i.registerLanguage(\"elixir\",n(\"7727\")),i.registerLanguage(\"elm\",n(\"5051\")),i.registerLanguage(\"ruby\",n(\"82cb\")),i.registerLanguage(\"erb\",n(\"1367\")),i.registerLanguage(\"erlang-repl\",n(\"f492\")),i.registerLanguage(\"erlang\",n(\"b3c5\")),i.registerLanguage(\"excel\",n(\"f5cf\")),i.registerLanguage(\"fix\",n(\"2b22\")),i.registerLanguage(\"flix\",n(\"a14e\")),i.registerLanguage(\"fortran\",n(\"485f\")),i.registerLanguage(\"fsharp\",n(\"0215\")),i.registerLanguage(\"gams\",n(\"7d9d\")),i.registerLanguage(\"gauss\",n(\"ae7a\")),i.registerLanguage(\"gcode\",n(\"94a2\")),i.registerLanguage(\"gherkin\",n(\"351a\")),i.registerLanguage(\"glsl\",n(\"df06\")),i.registerLanguage(\"gml\",n(\"e6ea\")),i.registerLanguage(\"go\",n(\"0b22\")),i.registerLanguage(\"golo\",n(\"919d\")),i.registerLanguage(\"gradle\",n(\"9544\")),i.registerLanguage(\"graphql\",n(\"bb76\")),i.registerLanguage(\"groovy\",n(\"1f64\")),i.registerLanguage(\"haml\",n(\"4f4a\")),i.registerLanguage(\"handlebars\",n(\"e55c\")),i.registerLanguage(\"haskell\",n(\"3f38\")),i.registerLanguage(\"haxe\",n(\"7c71\")),i.registerLanguage(\"hsp\",n(\"c22d\")),i.registerLanguage(\"http\",n(\"c01d\")),i.registerLanguage(\"hy\",n(\"8667\")),i.registerLanguage(\"inform7\",n(\"2e5d\")),i.registerLanguage(\"ini\",n(\"2a93\")),i.registerLanguage(\"irpf90\",n(\"074e\")),i.registerLanguage(\"isbl\",n(\"bb43\")),i.registerLanguage(\"java\",n(\"332f\")),i.registerLanguage(\"javascript\",n(\"4dd1\")),i.registerLanguage(\"jboss-cli\",n(\"04a8\")),i.registerLanguage(\"json\",n(\"5ad2\")),i.registerLanguage(\"julia\",n(\"2265\")),i.registerLanguage(\"julia-repl\",n(\"b7aa\")),i.registerLanguage(\"kotlin\",n(\"a941\")),i.registerLanguage(\"lasso\",n(\"25bd\")),i.registerLanguage(\"latex\",n(\"1555\")),i.registerLanguage(\"ldif\",n(\"1a06\")),i.registerLanguage(\"leaf\",n(\"2e9b\")),i.registerLanguage(\"less\",n(\"1846\")),i.registerLanguage(\"lisp\",n(\"9b325\")),i.registerLanguage(\"livecodeserver\",n(\"1beb\")),i.registerLanguage(\"livescript\",n(\"2e11\")),i.registerLanguage(\"llvm\",n(\"7c30\")),i.registerLanguage(\"lsl\",n(\"28ad\")),i.registerLanguage(\"lua\",n(\"ecfe\")),i.registerLanguage(\"makefile\",n(\"7a5e\")),i.registerLanguage(\"mathematica\",n(\"ef7a\")),i.registerLanguage(\"matlab\",n(\"8ca5\")),i.registerLanguage(\"maxima\",n(\"399d\")),i.registerLanguage(\"mel\",n(\"bb7e\")),i.registerLanguage(\"mercury\",n(\"2425\")),i.registerLanguage(\"mipsasm\",n(\"a342\")),i.registerLanguage(\"mizar\",n(\"0f16\")),i.registerLanguage(\"perl\",n(\"6a51\")),i.registerLanguage(\"mojolicious\",n(\"66ba\")),i.registerLanguage(\"monkey\",n(\"a710\")),i.registerLanguage(\"moonscript\",n(\"b1b9\")),i.registerLanguage(\"n1ql\",n(\"f4c8\")),i.registerLanguage(\"nestedtext\",n(\"6e79\")),i.registerLanguage(\"nginx\",n(\"f54f\")),i.registerLanguage(\"nim\",n(\"861d1\")),i.registerLanguage(\"nix\",n(\"46ae\")),i.registerLanguage(\"node-repl\",n(\"0118\")),i.registerLanguage(\"nsis\",n(\"b322\")),i.registerLanguage(\"objectivec\",n(\"9bf21\")),i.registerLanguage(\"ocaml\",n(\"ee6c\")),i.registerLanguage(\"openscad\",n(\"02c4\")),i.registerLanguage(\"oxygene\",n(\"6de8\")),i.registerLanguage(\"parser3\",n(\"3728\")),i.registerLanguage(\"pf\",n(\"767a\")),i.registerLanguage(\"pgsql\",n(\"f851\")),i.registerLanguage(\"php\",n(\"2907\")),i.registerLanguage(\"php-template\",n(\"e05a\")),i.registerLanguage(\"plaintext\",n(\"44e5\")),i.registerLanguage(\"pony\",n(\"95d0\")),i.registerLanguage(\"powershell\",n(\"508e\")),i.registerLanguage(\"processing\",n(\"afba\")),i.registerLanguage(\"profile\",n(\"b90a\")),i.registerLanguage(\"prolog\",n(\"4396\")),i.registerLanguage(\"properties\",n(\"56b2\")),i.registerLanguage(\"protobuf\",n(\"2e8e\")),i.registerLanguage(\"puppet\",n(\"5027\")),i.registerLanguage(\"purebasic\",n(\"1b02\")),i.registerLanguage(\"python\",n(\"9510\")),i.registerLanguage(\"python-repl\",n(\"4168\")),i.registerLanguage(\"q\",n(\"5dfb\")),i.registerLanguage(\"qml\",n(\"612a\")),i.registerLanguage(\"r\",n(\"26bc\")),i.registerLanguage(\"reasonml\",n(\"e990\")),i.registerLanguage(\"rib\",n(\"0faf\")),i.registerLanguage(\"roboconf\",n(\"f50f\")),i.registerLanguage(\"routeros\",n(\"d959\")),i.registerLanguage(\"rsl\",n(\"a0a7\")),i.registerLanguage(\"ruleslanguage\",n(\"8aba\")),i.registerLanguage(\"rust\",n(\"2ce7\")),i.registerLanguage(\"sas\",n(\"40f4\")),i.registerLanguage(\"scala\",n(\"9f7fc\")),i.registerLanguage(\"scheme\",n(\"4108\")),i.registerLanguage(\"scilab\",n(\"ea4d\")),i.registerLanguage(\"scss\",n(\"6113\")),i.registerLanguage(\"shell\",n(\"b65b\")),i.registerLanguage(\"smali\",n(\"1b1c\")),i.registerLanguage(\"smalltalk\",n(\"8d4f\")),i.registerLanguage(\"sml\",n(\"dc41\")),i.registerLanguage(\"sqf\",n(\"e2a7\")),i.registerLanguage(\"sql\",n(\"de09\")),i.registerLanguage(\"stan\",n(\"8931\")),i.registerLanguage(\"stata\",n(\"d4b5\")),i.registerLanguage(\"step21\",n(\"0081\")),i.registerLanguage(\"stylus\",n(\"bd88\")),i.registerLanguage(\"subunit\",n(\"02ac\")),i.registerLanguage(\"swift\",n(\"2a39\")),i.registerLanguage(\"taggerscript\",n(\"2468\")),i.registerLanguage(\"yaml\",n(\"2e7b\")),i.registerLanguage(\"tap\",n(\"06b4\")),i.registerLanguage(\"tcl\",n(\"a27d\")),i.registerLanguage(\"thrift\",n(\"adf9\")),i.registerLanguage(\"tp\",n(\"a613\")),i.registerLanguage(\"twig\",n(\"f46e\")),i.registerLanguage(\"typescript\",n(\"af44\")),i.registerLanguage(\"vala\",n(\"f122\")),i.registerLanguage(\"vbnet\",n(\"89e7\")),i.registerLanguage(\"vbscript\",n(\"5a3e\")),i.registerLanguage(\"vbscript-html\",n(\"f45a\")),i.registerLanguage(\"verilog\",n(\"e10f\")),i.registerLanguage(\"vhdl\",n(\"310f\")),i.registerLanguage(\"vim\",n(\"3c69\")),i.registerLanguage(\"wasm\",n(\"41c8\")),i.registerLanguage(\"wren\",n(\"aa44\")),i.registerLanguage(\"x86asm\",n(\"a154\")),i.registerLanguage(\"xl\",n(\"2639\")),i.registerLanguage(\"xquery\",n(\"268a\")),i.registerLanguage(\"zephir\",n(\"9f0c\")),i.HighlightJS=i,i.default=i,e.exports=i},\"149d\":function(e,t){function n(e){return{name:\"Clojure REPL\",contains:[{className:\"meta.prompt\",begin:/^([\\w.-]+|\\s*#_)?=>/,starts:{end:/$/,subLanguage:\"clojure\"}}]}}e.exports=n},1555:function(e,t){function n(e){const t=e.regex,n=t.either(...[\"(?:NeedsTeXFormat|RequirePackage|GetIdInfo)\",\"Provides(?:Expl)?(?:Package|Class|File)\",\"(?:DeclareOption|ProcessOptions)\",\"(?:documentclass|usepackage|input|include)\",\"makeat(?:letter|other)\",\"ExplSyntax(?:On|Off)\",\"(?:new|renew|provide)?command\",\"(?:re)newenvironment\",\"(?:New|Renew|Provide|Declare)(?:Expandable)?DocumentCommand\",\"(?:New|Renew|Provide|Declare)DocumentEnvironment\",\"(?:(?:e|g|x)?def|let)\",\"(?:begin|end)\",\"(?:part|chapter|(?:sub){0,2}section|(?:sub)?paragraph)\",\"caption\",\"(?:label|(?:eq|page|name)?ref|(?:paren|foot|super)?cite)\",\"(?:alpha|beta|[Gg]amma|[Dd]elta|(?:var)?epsilon|zeta|eta|[Tt]heta|vartheta)\",\"(?:iota|(?:var)?kappa|[Ll]ambda|mu|nu|[Xx]i|[Pp]i|varpi|(?:var)rho)\",\"(?:[Ss]igma|varsigma|tau|[Uu]psilon|[Pp]hi|varphi|chi|[Pp]si|[Oo]mega)\",\"(?:frac|sum|prod|lim|infty|times|sqrt|leq|geq|left|right|middle|[bB]igg?)\",\"(?:[lr]angle|q?quad|[lcvdi]?dots|d?dot|hat|tilde|bar)\"].map(e=>e+\"(?![a-zA-Z@:_])\")),i=new RegExp([\"(?:__)?[a-zA-Z]{2,}_[a-zA-Z](?:_?[a-zA-Z])+:[a-zA-Z]*\",\"[lgc]__?[a-zA-Z](?:_?[a-zA-Z])*_[a-zA-Z]{2,}\",\"[qs]__?[a-zA-Z](?:_?[a-zA-Z])+\",\"use(?:_i)?:[a-zA-Z]*\",\"(?:else|fi|or):\",\"(?:if|cs|exp):w\",\"(?:hbox|vbox):n\",\"::[a-zA-Z]_unbraced\",\"::[a-zA-Z:]\"].map(e=>e+\"(?![a-zA-Z:_])\").join(\"|\")),a=[{begin:/[a-zA-Z@]+/},{begin:/[^a-zA-Z@]?/}],r=[{begin:/\\^{6}[0-9a-f]{6}/},{begin:/\\^{5}[0-9a-f]{5}/},{begin:/\\^{4}[0-9a-f]{4}/},{begin:/\\^{3}[0-9a-f]{3}/},{begin:/\\^{2}[0-9a-f]{2}/},{begin:/\\^{2}[\\u0000-\\u007f]/}],s={className:\"keyword\",begin:/\\\\/,relevance:0,contains:[{endsParent:!0,begin:n},{endsParent:!0,begin:i},{endsParent:!0,variants:r},{endsParent:!0,relevance:0,variants:a}]},o={className:\"params\",relevance:0,begin:/#+\\d?/},l={variants:r},c={className:\"built_in\",relevance:0,begin:/[$&^_]/},_={className:\"meta\",begin:/% ?!(T[eE]X|tex|BIB|bib)/,end:\"$\",relevance:10},d=e.COMMENT(\"%\",\"$\",{relevance:0}),u=[s,o,l,c,_,d],p={begin:/\\{/,end:/\\}/,relevance:0,contains:[\"self\",...u]},m=e.inherit(p,{relevance:0,endsParent:!0,contains:[p,...u]}),g={begin:/\\[/,end:/\\]/,endsParent:!0,relevance:0,contains:[p,...u]},h={begin:/\\s+/,relevance:0},E=[m],S=[g],b=function(e,t){return{contains:[h],starts:{relevance:0,contains:e,starts:t}}},f=function(e,t){return{begin:\"\\\\\\\\\"+e+\"(?![a-zA-Z@:_])\",keywords:{$pattern:/\\\\[a-zA-Z]+/,keyword:\"\\\\\"+e},relevance:0,contains:[h],starts:t}},T=function(t,n){return e.inherit({begin:\"\\\\\\\\begin(?=[ \\t]*(\\\\r?\\\\n[ \\t]*)?\\\\{\"+t+\"\\\\})\",keywords:{$pattern:/\\\\[a-zA-Z]+/,keyword:\"\\\\begin\"},relevance:0},b(E,n))},C=(t=\"string\")=>e.END_SAME_AS_BEGIN({className:t,begin:/(.|\\r?\\n)/,end:/(.|\\r?\\n)/,excludeBegin:!0,excludeEnd:!0,endsParent:!0}),v=function(e){return{className:\"string\",end:\"(?=\\\\\\\\end\\\\{\"+e+\"\\\\})\"}},y=(e=\"string\")=>({relevance:0,begin:/\\{/,starts:{endsParent:!0,contains:[{className:e,end:/(?=\\})/,endsParent:!0,contains:[{begin:/\\{/,end:/\\}/,relevance:0,contains:[\"self\"]}]}]}}),R=[...[\"verb\",\"lstinline\"].map(e=>f(e,{contains:[C()]})),f(\"mint\",b(E,{contains:[C()]})),f(\"mintinline\",b(E,{contains:[y(),C()]})),f(\"url\",{contains:[y(\"link\"),y(\"link\")]}),f(\"hyperref\",{contains:[y(\"link\")]}),f(\"href\",b(S,{contains:[y(\"link\")]})),...[].concat(...[\"\",\"\\\\*\"].map(e=>[T(\"verbatim\"+e,v(\"verbatim\"+e)),T(\"filecontents\"+e,b(E,v(\"filecontents\"+e))),...[\"\",\"B\",\"L\"].map(t=>T(t+\"Verbatim\"+e,b(S,v(t+\"Verbatim\"+e))))])),T(\"minted\",b(S,b(E,v(\"minted\"))))];return{name:\"LaTeX\",aliases:[\"tex\"],contains:[...R,...u]}}e.exports=n},\"15d1\":function(e,t){function n(t,n,i,a,r){e.exports[t][r]={font:n,group:i,replace:a}}e.exports={math:{},text:{}};var i,a,r=\"math\",s=\"text\",o=\"main\",l=\"ams\",c=\"accent\",_=\"bin\",d=\"close\",u=\"inner\",p=\"mathord\",m=\"op\",g=\"open\",h=\"punct\",E=\"rel\",S=\"spacing\",b=\"textord\";n(r,o,E,\"≡\",\"\\\\equiv\"),n(r,o,E,\"≺\",\"\\\\prec\"),n(r,o,E,\"≻\",\"\\\\succ\"),n(r,o,E,\"∼\",\"\\\\sim\"),n(r,o,E,\"⊥\",\"\\\\perp\"),n(r,o,E,\"⪯\",\"\\\\preceq\"),n(r,o,E,\"⪰\",\"\\\\succeq\"),n(r,o,E,\"≃\",\"\\\\simeq\"),n(r,o,E,\"∣\",\"\\\\mid\"),n(r,o,E,\"≪\",\"\\\\ll\"),n(r,o,E,\"≫\",\"\\\\gg\"),n(r,o,E,\"≍\",\"\\\\asymp\"),n(r,o,E,\"∥\",\"\\\\parallel\"),n(r,o,E,\"⋈\",\"\\\\bowtie\"),n(r,o,E,\"⌣\",\"\\\\smile\"),n(r,o,E,\"⊑\",\"\\\\sqsubseteq\"),n(r,o,E,\"⊒\",\"\\\\sqsupseteq\"),n(r,o,E,\"≐\",\"\\\\doteq\"),n(r,o,E,\"⌢\",\"\\\\frown\"),n(r,o,E,\"∋\",\"\\\\ni\"),n(r,o,E,\"∝\",\"\\\\propto\"),n(r,o,E,\"⊢\",\"\\\\vdash\"),n(r,o,E,\"⊣\",\"\\\\dashv\"),n(r,o,E,\"∋\",\"\\\\owns\"),n(r,o,h,\".\",\"\\\\ldotp\"),n(r,o,h,\"⋅\",\"\\\\cdotp\"),n(r,o,b,\"#\",\"\\\\#\"),n(r,o,b,\"&\",\"\\\\&\"),n(r,o,b,\"ℵ\",\"\\\\aleph\"),n(r,o,b,\"∀\",\"\\\\forall\"),n(r,o,b,\"ℏ\",\"\\\\hbar\"),n(r,o,b,\"∃\",\"\\\\exists\"),n(r,o,b,\"∇\",\"\\\\nabla\"),n(r,o,b,\"♭\",\"\\\\flat\"),n(r,o,b,\"ℓ\",\"\\\\ell\"),n(r,o,b,\"♮\",\"\\\\natural\"),n(r,o,b,\"♣\",\"\\\\clubsuit\"),n(r,o,b,\"℘\",\"\\\\wp\"),n(r,o,b,\"♯\",\"\\\\sharp\"),n(r,o,b,\"♢\",\"\\\\diamondsuit\"),n(r,o,b,\"ℜ\",\"\\\\Re\"),n(r,o,b,\"♡\",\"\\\\heartsuit\"),n(r,o,b,\"ℑ\",\"\\\\Im\"),n(r,o,b,\"♠\",\"\\\\spadesuit\"),n(r,o,b,\"†\",\"\\\\dag\"),n(r,o,b,\"‡\",\"\\\\ddag\"),n(r,o,d,\"⎱\",\"\\\\rmoustache\"),n(r,o,g,\"⎰\",\"\\\\lmoustache\"),n(r,o,d,\"⟯\",\"\\\\rgroup\"),n(r,o,g,\"⟮\",\"\\\\lgroup\"),n(r,o,_,\"∓\",\"\\\\mp\"),n(r,o,_,\"⊖\",\"\\\\ominus\"),n(r,o,_,\"⊎\",\"\\\\uplus\"),n(r,o,_,\"⊓\",\"\\\\sqcap\"),n(r,o,_,\"∗\",\"\\\\ast\"),n(r,o,_,\"⊔\",\"\\\\sqcup\"),n(r,o,_,\"◯\",\"\\\\bigcirc\"),n(r,o,_,\"∙\",\"\\\\bullet\"),n(r,o,_,\"‡\",\"\\\\ddagger\"),n(r,o,_,\"≀\",\"\\\\wr\"),n(r,o,_,\"⨿\",\"\\\\amalg\"),n(r,o,E,\"⟵\",\"\\\\longleftarrow\"),n(r,o,E,\"⇐\",\"\\\\Leftarrow\"),n(r,o,E,\"⟸\",\"\\\\Longleftarrow\"),n(r,o,E,\"⟶\",\"\\\\longrightarrow\"),n(r,o,E,\"⇒\",\"\\\\Rightarrow\"),n(r,o,E,\"⟹\",\"\\\\Longrightarrow\"),n(r,o,E,\"↔\",\"\\\\leftrightarrow\"),n(r,o,E,\"⟷\",\"\\\\longleftrightarrow\"),n(r,o,E,\"⇔\",\"\\\\Leftrightarrow\"),n(r,o,E,\"⟺\",\"\\\\Longleftrightarrow\"),n(r,o,E,\"↦\",\"\\\\mapsto\"),n(r,o,E,\"⟼\",\"\\\\longmapsto\"),n(r,o,E,\"↗\",\"\\\\nearrow\"),n(r,o,E,\"↩\",\"\\\\hookleftarrow\"),n(r,o,E,\"↪\",\"\\\\hookrightarrow\"),n(r,o,E,\"↘\",\"\\\\searrow\"),n(r,o,E,\"↼\",\"\\\\leftharpoonup\"),n(r,o,E,\"⇀\",\"\\\\rightharpoonup\"),n(r,o,E,\"↙\",\"\\\\swarrow\"),n(r,o,E,\"↽\",\"\\\\leftharpoondown\"),n(r,o,E,\"⇁\",\"\\\\rightharpoondown\"),n(r,o,E,\"↖\",\"\\\\nwarrow\"),n(r,o,E,\"⇌\",\"\\\\rightleftharpoons\"),n(r,l,E,\"≮\",\"\\\\nless\"),n(r,l,E,\"\",\"\\\\nleqslant\"),n(r,l,E,\"\",\"\\\\nleqq\"),n(r,l,E,\"⪇\",\"\\\\lneq\"),n(r,l,E,\"≨\",\"\\\\lneqq\"),n(r,l,E,\"\",\"\\\\lvertneqq\"),n(r,l,E,\"⋦\",\"\\\\lnsim\"),n(r,l,E,\"⪉\",\"\\\\lnapprox\"),n(r,l,E,\"⊀\",\"\\\\nprec\"),n(r,l,E,\"⋠\",\"\\\\npreceq\"),n(r,l,E,\"⋨\",\"\\\\precnsim\"),n(r,l,E,\"⪹\",\"\\\\precnapprox\"),n(r,l,E,\"≁\",\"\\\\nsim\"),n(r,l,E,\"\",\"\\\\nshortmid\"),n(r,l,E,\"∤\",\"\\\\nmid\"),n(r,l,E,\"⊬\",\"\\\\nvdash\"),n(r,l,E,\"⊭\",\"\\\\nvDash\"),n(r,l,E,\"⋪\",\"\\\\ntriangleleft\"),n(r,l,E,\"⋬\",\"\\\\ntrianglelefteq\"),n(r,l,E,\"⊊\",\"\\\\subsetneq\"),n(r,l,E,\"\",\"\\\\varsubsetneq\"),n(r,l,E,\"⫋\",\"\\\\subsetneqq\"),n(r,l,E,\"\",\"\\\\varsubsetneqq\"),n(r,l,E,\"≯\",\"\\\\ngtr\"),n(r,l,E,\"\",\"\\\\ngeqslant\"),n(r,l,E,\"\",\"\\\\ngeqq\"),n(r,l,E,\"⪈\",\"\\\\gneq\"),n(r,l,E,\"≩\",\"\\\\gneqq\"),n(r,l,E,\"\",\"\\\\gvertneqq\"),n(r,l,E,\"⋧\",\"\\\\gnsim\"),n(r,l,E,\"⪊\",\"\\\\gnapprox\"),n(r,l,E,\"⊁\",\"\\\\nsucc\"),n(r,l,E,\"⋡\",\"\\\\nsucceq\"),n(r,l,E,\"⋩\",\"\\\\succnsim\"),n(r,l,E,\"⪺\",\"\\\\succnapprox\"),n(r,l,E,\"≆\",\"\\\\ncong\"),n(r,l,E,\"\",\"\\\\nshortparallel\"),n(r,l,E,\"∦\",\"\\\\nparallel\"),n(r,l,E,\"⊯\",\"\\\\nVDash\"),n(r,l,E,\"⋫\",\"\\\\ntriangleright\"),n(r,l,E,\"⋭\",\"\\\\ntrianglerighteq\"),n(r,l,E,\"\",\"\\\\nsupseteqq\"),n(r,l,E,\"⊋\",\"\\\\supsetneq\"),n(r,l,E,\"\",\"\\\\varsupsetneq\"),n(r,l,E,\"⫌\",\"\\\\supsetneqq\"),n(r,l,E,\"\",\"\\\\varsupsetneqq\"),n(r,l,E,\"⊮\",\"\\\\nVdash\"),n(r,l,E,\"⪵\",\"\\\\precneqq\"),n(r,l,E,\"⪶\",\"\\\\succneqq\"),n(r,l,E,\"\",\"\\\\nsubseteqq\"),n(r,l,_,\"⊴\",\"\\\\unlhd\"),n(r,l,_,\"⊵\",\"\\\\unrhd\"),n(r,l,E,\"↚\",\"\\\\nleftarrow\"),n(r,l,E,\"↛\",\"\\\\nrightarrow\"),n(r,l,E,\"⇍\",\"\\\\nLeftarrow\"),n(r,l,E,\"⇏\",\"\\\\nRightarrow\"),n(r,l,E,\"↮\",\"\\\\nleftrightarrow\"),n(r,l,E,\"⇎\",\"\\\\nLeftrightarrow\"),n(r,l,E,\"△\",\"\\\\vartriangle\"),n(r,l,b,\"ℏ\",\"\\\\hslash\"),n(r,l,b,\"▽\",\"\\\\triangledown\"),n(r,l,b,\"◊\",\"\\\\lozenge\"),n(r,l,b,\"Ⓢ\",\"\\\\circledS\"),n(r,l,b,\"®\",\"\\\\circledR\"),n(r,l,b,\"∡\",\"\\\\measuredangle\"),n(r,l,b,\"∄\",\"\\\\nexists\"),n(r,l,b,\"℧\",\"\\\\mho\"),n(r,l,b,\"Ⅎ\",\"\\\\Finv\"),n(r,l,b,\"⅁\",\"\\\\Game\"),n(r,l,b,\"k\",\"\\\\Bbbk\"),n(r,l,b,\"‵\",\"\\\\backprime\"),n(r,l,b,\"▲\",\"\\\\blacktriangle\"),n(r,l,b,\"▼\",\"\\\\blacktriangledown\"),n(r,l,b,\"■\",\"\\\\blacksquare\"),n(r,l,b,\"⧫\",\"\\\\blacklozenge\"),n(r,l,b,\"★\",\"\\\\bigstar\"),n(r,l,b,\"∢\",\"\\\\sphericalangle\"),n(r,l,b,\"∁\",\"\\\\complement\"),n(r,l,b,\"ð\",\"\\\\eth\"),n(r,l,b,\"╱\",\"\\\\diagup\"),n(r,l,b,\"╲\",\"\\\\diagdown\"),n(r,l,b,\"□\",\"\\\\square\"),n(r,l,b,\"□\",\"\\\\Box\"),n(r,l,b,\"◊\",\"\\\\Diamond\"),n(r,l,b,\"¥\",\"\\\\yen\"),n(r,l,b,\"✓\",\"\\\\checkmark\"),n(r,l,b,\"ℶ\",\"\\\\beth\"),n(r,l,b,\"ℸ\",\"\\\\daleth\"),n(r,l,b,\"ℷ\",\"\\\\gimel\"),n(r,l,b,\"ϝ\",\"\\\\digamma\"),n(r,l,b,\"ϰ\",\"\\\\varkappa\"),n(r,l,g,\"┌\",\"\\\\ulcorner\"),n(r,l,d,\"┐\",\"\\\\urcorner\"),n(r,l,g,\"└\",\"\\\\llcorner\"),n(r,l,d,\"┘\",\"\\\\lrcorner\"),n(r,l,E,\"≦\",\"\\\\leqq\"),n(r,l,E,\"⩽\",\"\\\\leqslant\"),n(r,l,E,\"⪕\",\"\\\\eqslantless\"),n(r,l,E,\"≲\",\"\\\\lesssim\"),n(r,l,E,\"⪅\",\"\\\\lessapprox\"),n(r,l,E,\"≊\",\"\\\\approxeq\"),n(r,l,_,\"⋖\",\"\\\\lessdot\"),n(r,l,E,\"⋘\",\"\\\\lll\"),n(r,l,E,\"≶\",\"\\\\lessgtr\"),n(r,l,E,\"⋚\",\"\\\\lesseqgtr\"),n(r,l,E,\"⪋\",\"\\\\lesseqqgtr\"),n(r,l,E,\"≑\",\"\\\\doteqdot\"),n(r,l,E,\"≓\",\"\\\\risingdotseq\"),n(r,l,E,\"≒\",\"\\\\fallingdotseq\"),n(r,l,E,\"∽\",\"\\\\backsim\"),n(r,l,E,\"⋍\",\"\\\\backsimeq\"),n(r,l,E,\"⫅\",\"\\\\subseteqq\"),n(r,l,E,\"⋐\",\"\\\\Subset\"),n(r,l,E,\"⊏\",\"\\\\sqsubset\"),n(r,l,E,\"≼\",\"\\\\preccurlyeq\"),n(r,l,E,\"⋞\",\"\\\\curlyeqprec\"),n(r,l,E,\"≾\",\"\\\\precsim\"),n(r,l,E,\"⪷\",\"\\\\precapprox\"),n(r,l,E,\"⊲\",\"\\\\vartriangleleft\"),n(r,l,E,\"⊴\",\"\\\\trianglelefteq\"),n(r,l,E,\"⊨\",\"\\\\vDash\"),n(r,l,E,\"⊪\",\"\\\\Vvdash\"),n(r,l,E,\"⌣\",\"\\\\smallsmile\"),n(r,l,E,\"⌢\",\"\\\\smallfrown\"),n(r,l,E,\"≏\",\"\\\\bumpeq\"),n(r,l,E,\"≎\",\"\\\\Bumpeq\"),n(r,l,E,\"≧\",\"\\\\geqq\"),n(r,l,E,\"⩾\",\"\\\\geqslant\"),n(r,l,E,\"⪖\",\"\\\\eqslantgtr\"),n(r,l,E,\"≳\",\"\\\\gtrsim\"),n(r,l,E,\"⪆\",\"\\\\gtrapprox\"),n(r,l,_,\"⋗\",\"\\\\gtrdot\"),n(r,l,E,\"⋙\",\"\\\\ggg\"),n(r,l,E,\"≷\",\"\\\\gtrless\"),n(r,l,E,\"⋛\",\"\\\\gtreqless\"),n(r,l,E,\"⪌\",\"\\\\gtreqqless\"),n(r,l,E,\"≖\",\"\\\\eqcirc\"),n(r,l,E,\"≗\",\"\\\\circeq\"),n(r,l,E,\"≜\",\"\\\\triangleq\"),n(r,l,E,\"∼\",\"\\\\thicksim\"),n(r,l,E,\"≈\",\"\\\\thickapprox\"),n(r,l,E,\"⫆\",\"\\\\supseteqq\"),n(r,l,E,\"⋑\",\"\\\\Supset\"),n(r,l,E,\"⊐\",\"\\\\sqsupset\"),n(r,l,E,\"≽\",\"\\\\succcurlyeq\"),n(r,l,E,\"⋟\",\"\\\\curlyeqsucc\"),n(r,l,E,\"≿\",\"\\\\succsim\"),n(r,l,E,\"⪸\",\"\\\\succapprox\"),n(r,l,E,\"⊳\",\"\\\\vartriangleright\"),n(r,l,E,\"⊵\",\"\\\\trianglerighteq\"),n(r,l,E,\"⊩\",\"\\\\Vdash\"),n(r,l,E,\"∣\",\"\\\\shortmid\"),n(r,l,E,\"∥\",\"\\\\shortparallel\"),n(r,l,E,\"≬\",\"\\\\between\"),n(r,l,E,\"⋔\",\"\\\\pitchfork\"),n(r,l,E,\"∝\",\"\\\\varpropto\"),n(r,l,E,\"◀\",\"\\\\blacktriangleleft\"),n(r,l,E,\"∴\",\"\\\\therefore\"),n(r,l,E,\"∍\",\"\\\\backepsilon\"),n(r,l,E,\"▶\",\"\\\\blacktriangleright\"),n(r,l,E,\"∵\",\"\\\\because\"),n(r,l,E,\"⋘\",\"\\\\llless\"),n(r,l,E,\"⋙\",\"\\\\gggtr\"),n(r,l,_,\"⊲\",\"\\\\lhd\"),n(r,l,_,\"⊳\",\"\\\\rhd\"),n(r,l,E,\"≂\",\"\\\\eqsim\"),n(r,o,E,\"⋈\",\"\\\\Join\"),n(r,l,E,\"≑\",\"\\\\Doteq\"),n(r,l,_,\"∔\",\"\\\\dotplus\"),n(r,l,_,\"∖\",\"\\\\smallsetminus\"),n(r,l,_,\"⋒\",\"\\\\Cap\"),n(r,l,_,\"⋓\",\"\\\\Cup\"),n(r,l,_,\"⩞\",\"\\\\doublebarwedge\"),n(r,l,_,\"⊟\",\"\\\\boxminus\"),n(r,l,_,\"⊞\",\"\\\\boxplus\"),n(r,l,_,\"⋇\",\"\\\\divideontimes\"),n(r,l,_,\"⋉\",\"\\\\ltimes\"),n(r,l,_,\"⋊\",\"\\\\rtimes\"),n(r,l,_,\"⋋\",\"\\\\leftthreetimes\"),n(r,l,_,\"⋌\",\"\\\\rightthreetimes\"),n(r,l,_,\"⋏\",\"\\\\curlywedge\"),n(r,l,_,\"⋎\",\"\\\\curlyvee\"),n(r,l,_,\"⊝\",\"\\\\circleddash\"),n(r,l,_,\"⊛\",\"\\\\circledast\"),n(r,l,_,\"⋅\",\"\\\\centerdot\"),n(r,l,_,\"⊺\",\"\\\\intercal\"),n(r,l,_,\"⋒\",\"\\\\doublecap\"),n(r,l,_,\"⋓\",\"\\\\doublecup\"),n(r,l,_,\"⊠\",\"\\\\boxtimes\"),n(r,l,E,\"⇢\",\"\\\\dashrightarrow\"),n(r,l,E,\"⇠\",\"\\\\dashleftarrow\"),n(r,l,E,\"⇇\",\"\\\\leftleftarrows\"),n(r,l,E,\"⇆\",\"\\\\leftrightarrows\"),n(r,l,E,\"⇚\",\"\\\\Lleftarrow\"),n(r,l,E,\"↞\",\"\\\\twoheadleftarrow\"),n(r,l,E,\"↢\",\"\\\\leftarrowtail\"),n(r,l,E,\"↫\",\"\\\\looparrowleft\"),n(r,l,E,\"⇋\",\"\\\\leftrightharpoons\"),n(r,l,E,\"↶\",\"\\\\curvearrowleft\"),n(r,l,E,\"↺\",\"\\\\circlearrowleft\"),n(r,l,E,\"↰\",\"\\\\Lsh\"),n(r,l,E,\"⇈\",\"\\\\upuparrows\"),n(r,l,E,\"↿\",\"\\\\upharpoonleft\"),n(r,l,E,\"⇃\",\"\\\\downharpoonleft\"),n(r,l,E,\"⊸\",\"\\\\multimap\"),n(r,l,E,\"↭\",\"\\\\leftrightsquigarrow\"),n(r,l,E,\"⇉\",\"\\\\rightrightarrows\"),n(r,l,E,\"⇄\",\"\\\\rightleftarrows\"),n(r,l,E,\"↠\",\"\\\\twoheadrightarrow\"),n(r,l,E,\"↣\",\"\\\\rightarrowtail\"),n(r,l,E,\"↬\",\"\\\\looparrowright\"),n(r,l,E,\"↷\",\"\\\\curvearrowright\"),n(r,l,E,\"↻\",\"\\\\circlearrowright\"),n(r,l,E,\"↱\",\"\\\\Rsh\"),n(r,l,E,\"⇊\",\"\\\\downdownarrows\"),n(r,l,E,\"↾\",\"\\\\upharpoonright\"),n(r,l,E,\"⇂\",\"\\\\downharpoonright\"),n(r,l,E,\"⇝\",\"\\\\rightsquigarrow\"),n(r,l,E,\"⇝\",\"\\\\leadsto\"),n(r,l,E,\"⇛\",\"\\\\Rrightarrow\"),n(r,l,E,\"↾\",\"\\\\restriction\"),n(r,o,b,\"‘\",\"`\"),n(r,o,b,\"$\",\"\\\\$\"),n(r,o,b,\"%\",\"\\\\%\"),n(r,o,b,\"_\",\"\\\\_\"),n(r,o,b,\"∠\",\"\\\\angle\"),n(r,o,b,\"∞\",\"\\\\infty\"),n(r,o,b,\"′\",\"\\\\prime\"),n(r,o,b,\"△\",\"\\\\triangle\"),n(r,o,b,\"Γ\",\"\\\\Gamma\"),n(r,o,b,\"Δ\",\"\\\\Delta\"),n(r,o,b,\"Θ\",\"\\\\Theta\"),n(r,o,b,\"Λ\",\"\\\\Lambda\"),n(r,o,b,\"Ξ\",\"\\\\Xi\"),n(r,o,b,\"Π\",\"\\\\Pi\"),n(r,o,b,\"Σ\",\"\\\\Sigma\"),n(r,o,b,\"Υ\",\"\\\\Upsilon\"),n(r,o,b,\"Φ\",\"\\\\Phi\"),n(r,o,b,\"Ψ\",\"\\\\Psi\"),n(r,o,b,\"Ω\",\"\\\\Omega\"),n(r,o,b,\"¬\",\"\\\\neg\"),n(r,o,b,\"¬\",\"\\\\lnot\"),n(r,o,b,\"⊤\",\"\\\\top\"),n(r,o,b,\"⊥\",\"\\\\bot\"),n(r,o,b,\"∅\",\"\\\\emptyset\"),n(r,l,b,\"∅\",\"\\\\varnothing\"),n(r,o,p,\"α\",\"\\\\alpha\"),n(r,o,p,\"β\",\"\\\\beta\"),n(r,o,p,\"γ\",\"\\\\gamma\"),n(r,o,p,\"δ\",\"\\\\delta\"),n(r,o,p,\"ϵ\",\"\\\\epsilon\"),n(r,o,p,\"ζ\",\"\\\\zeta\"),n(r,o,p,\"η\",\"\\\\eta\"),n(r,o,p,\"θ\",\"\\\\theta\"),n(r,o,p,\"ι\",\"\\\\iota\"),n(r,o,p,\"κ\",\"\\\\kappa\"),n(r,o,p,\"λ\",\"\\\\lambda\"),n(r,o,p,\"μ\",\"\\\\mu\"),n(r,o,p,\"ν\",\"\\\\nu\"),n(r,o,p,\"ξ\",\"\\\\xi\"),n(r,o,p,\"o\",\"\\\\omicron\"),n(r,o,p,\"π\",\"\\\\pi\"),n(r,o,p,\"ρ\",\"\\\\rho\"),n(r,o,p,\"σ\",\"\\\\sigma\"),n(r,o,p,\"τ\",\"\\\\tau\"),n(r,o,p,\"υ\",\"\\\\upsilon\"),n(r,o,p,\"ϕ\",\"\\\\phi\"),n(r,o,p,\"χ\",\"\\\\chi\"),n(r,o,p,\"ψ\",\"\\\\psi\"),n(r,o,p,\"ω\",\"\\\\omega\"),n(r,o,p,\"ε\",\"\\\\varepsilon\"),n(r,o,p,\"ϑ\",\"\\\\vartheta\"),n(r,o,p,\"ϖ\",\"\\\\varpi\"),n(r,o,p,\"ϱ\",\"\\\\varrho\"),n(r,o,p,\"ς\",\"\\\\varsigma\"),n(r,o,p,\"φ\",\"\\\\varphi\"),n(r,o,_,\"∗\",\"*\"),n(r,o,_,\"+\",\"+\"),n(r,o,_,\"−\",\"-\"),n(r,o,_,\"⋅\",\"\\\\cdot\"),n(r,o,_,\"∘\",\"\\\\circ\"),n(r,o,_,\"÷\",\"\\\\div\"),n(r,o,_,\"±\",\"\\\\pm\"),n(r,o,_,\"×\",\"\\\\times\"),n(r,o,_,\"∩\",\"\\\\cap\"),n(r,o,_,\"∪\",\"\\\\cup\"),n(r,o,_,\"∖\",\"\\\\setminus\"),n(r,o,_,\"∧\",\"\\\\land\"),n(r,o,_,\"∨\",\"\\\\lor\"),n(r,o,_,\"∧\",\"\\\\wedge\"),n(r,o,_,\"∨\",\"\\\\vee\"),n(r,o,b,\"√\",\"\\\\surd\"),n(r,o,g,\"(\",\"(\"),n(r,o,g,\"[\",\"[\"),n(r,o,g,\"⟨\",\"\\\\langle\"),n(r,o,g,\"∣\",\"\\\\lvert\"),n(r,o,g,\"∥\",\"\\\\lVert\"),n(r,o,d,\")\",\")\"),n(r,o,d,\"]\",\"]\"),n(r,o,d,\"?\",\"?\"),n(r,o,d,\"!\",\"!\"),n(r,o,d,\"⟩\",\"\\\\rangle\"),n(r,o,d,\"∣\",\"\\\\rvert\"),n(r,o,d,\"∥\",\"\\\\rVert\"),n(r,o,E,\"=\",\"=\"),n(r,o,E,\"<\",\"<\"),n(r,o,E,\">\",\">\"),n(r,o,E,\":\",\":\"),n(r,o,E,\"≈\",\"\\\\approx\"),n(r,o,E,\"≅\",\"\\\\cong\"),n(r,o,E,\"≥\",\"\\\\ge\"),n(r,o,E,\"≥\",\"\\\\geq\"),n(r,o,E,\"←\",\"\\\\gets\"),n(r,o,E,\">\",\"\\\\gt\"),n(r,o,E,\"∈\",\"\\\\in\"),n(r,o,E,\"∉\",\"\\\\notin\"),n(r,o,E,\"⊂\",\"\\\\subset\"),n(r,o,E,\"⊃\",\"\\\\supset\"),n(r,o,E,\"⊆\",\"\\\\subseteq\"),n(r,o,E,\"⊇\",\"\\\\supseteq\"),n(r,l,E,\"⊈\",\"\\\\nsubseteq\"),n(r,l,E,\"⊉\",\"\\\\nsupseteq\"),n(r,o,E,\"⊨\",\"\\\\models\"),n(r,o,E,\"←\",\"\\\\leftarrow\"),n(r,o,E,\"≤\",\"\\\\le\"),n(r,o,E,\"≤\",\"\\\\leq\"),n(r,o,E,\"<\",\"\\\\lt\"),n(r,o,E,\"≠\",\"\\\\ne\"),n(r,o,E,\"≠\",\"\\\\neq\"),n(r,o,E,\"→\",\"\\\\rightarrow\"),n(r,o,E,\"→\",\"\\\\to\"),n(r,l,E,\"≱\",\"\\\\ngeq\"),n(r,l,E,\"≰\",\"\\\\nleq\"),n(r,o,S,null,\"\\\\!\"),n(r,o,S,\" \",\"\\\\ \"),n(r,o,S,\" \",\"~\"),n(r,o,S,null,\"\\\\,\"),n(r,o,S,null,\"\\\\:\"),n(r,o,S,null,\"\\\\;\"),n(r,o,S,null,\"\\\\enspace\"),n(r,o,S,null,\"\\\\qquad\"),n(r,o,S,null,\"\\\\quad\"),n(r,o,S,\" \",\"\\\\space\"),n(r,o,h,\",\",\",\"),n(r,o,h,\";\",\";\"),n(r,o,h,\":\",\"\\\\colon\"),n(r,l,_,\"⊼\",\"\\\\barwedge\"),n(r,l,_,\"⊻\",\"\\\\veebar\"),n(r,o,_,\"⊙\",\"\\\\odot\"),n(r,o,_,\"⊕\",\"\\\\oplus\"),n(r,o,_,\"⊗\",\"\\\\otimes\"),n(r,o,b,\"∂\",\"\\\\partial\"),n(r,o,_,\"⊘\",\"\\\\oslash\"),n(r,l,_,\"⊚\",\"\\\\circledcirc\"),n(r,l,_,\"⊡\",\"\\\\boxdot\"),n(r,o,_,\"△\",\"\\\\bigtriangleup\"),n(r,o,_,\"▽\",\"\\\\bigtriangledown\"),n(r,o,_,\"†\",\"\\\\dagger\"),n(r,o,_,\"⋄\",\"\\\\diamond\"),n(r,o,_,\"⋆\",\"\\\\star\"),n(r,o,_,\"◃\",\"\\\\triangleleft\"),n(r,o,_,\"▹\",\"\\\\triangleright\"),n(r,o,g,\"{\",\"\\\\{\"),n(r,o,d,\"}\",\"\\\\}\"),n(r,o,g,\"{\",\"\\\\lbrace\"),n(r,o,d,\"}\",\"\\\\rbrace\"),n(r,o,g,\"[\",\"\\\\lbrack\"),n(r,o,d,\"]\",\"\\\\rbrack\"),n(r,o,g,\"⌊\",\"\\\\lfloor\"),n(r,o,d,\"⌋\",\"\\\\rfloor\"),n(r,o,g,\"⌈\",\"\\\\lceil\"),n(r,o,d,\"⌉\",\"\\\\rceil\"),n(r,o,b,\"\\\\\",\"\\\\backslash\"),n(r,o,b,\"∣\",\"|\"),n(r,o,b,\"∣\",\"\\\\vert\"),n(r,o,b,\"∥\",\"\\\\|\"),n(r,o,b,\"∥\",\"\\\\Vert\"),n(r,o,E,\"↑\",\"\\\\uparrow\"),n(r,o,E,\"⇑\",\"\\\\Uparrow\"),n(r,o,E,\"↓\",\"\\\\downarrow\"),n(r,o,E,\"⇓\",\"\\\\Downarrow\"),n(r,o,E,\"↕\",\"\\\\updownarrow\"),n(r,o,E,\"⇕\",\"\\\\Updownarrow\"),n(r,r,m,\"∐\",\"\\\\coprod\"),n(r,r,m,\"⋁\",\"\\\\bigvee\"),n(r,r,m,\"⋀\",\"\\\\bigwedge\"),n(r,r,m,\"⨄\",\"\\\\biguplus\"),n(r,r,m,\"⋂\",\"\\\\bigcap\"),n(r,r,m,\"⋃\",\"\\\\bigcup\"),n(r,r,m,\"∫\",\"\\\\int\"),n(r,r,m,\"∫\",\"\\\\intop\"),n(r,r,m,\"∬\",\"\\\\iint\"),n(r,r,m,\"∭\",\"\\\\iiint\"),n(r,r,m,\"∏\",\"\\\\prod\"),n(r,r,m,\"∑\",\"\\\\sum\"),n(r,r,m,\"⨂\",\"\\\\bigotimes\"),n(r,r,m,\"⨁\",\"\\\\bigoplus\"),n(r,r,m,\"⨀\",\"\\\\bigodot\"),n(r,r,m,\"∮\",\"\\\\oint\"),n(r,r,m,\"⨆\",\"\\\\bigsqcup\"),n(r,r,m,\"∫\",\"\\\\smallint\"),n(r,o,u,\"…\",\"\\\\ldots\"),n(r,o,u,\"⋯\",\"\\\\cdots\"),n(r,o,u,\"⋱\",\"\\\\ddots\"),n(r,o,b,\"⋮\",\"\\\\vdots\"),n(r,o,c,\"´\",\"\\\\acute\"),n(r,o,c,\"`\",\"\\\\grave\"),n(r,o,c,\"¨\",\"\\\\ddot\"),n(r,o,c,\"~\",\"\\\\tilde\"),n(r,o,c,\"¯\",\"\\\\bar\"),n(r,o,c,\"˘\",\"\\\\breve\"),n(r,o,c,\"ˇ\",\"\\\\check\"),n(r,o,c,\"^\",\"\\\\hat\"),n(r,o,c,\"⃗\",\"\\\\vec\"),n(r,o,c,\"˙\",\"\\\\dot\"),n(r,o,p,\"ı\",\"\\\\imath\"),n(r,o,p,\"ȷ\",\"\\\\jmath\"),n(s,o,S,\" \",\"\\\\ \"),n(s,o,S,\" \",\" \"),n(s,o,S,\" \",\"~\");var f='0123456789/@.\"';for(i=0;i<f.length;i++)a=f.charAt(i),n(r,o,b,a,a);var T=\"0123456789`!@*()-=+[]'\\\";:?/.,\";for(i=0;i<T.length;i++)a=T.charAt(i),n(s,o,b,a,a);var C=\"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\";for(i=0;i<C.length;i++)a=C.charAt(i),n(r,o,p,a,a),n(s,o,b,a,a)},1846:function(e,t){const n=e=>({IMPORTANT:{scope:\"meta\",begin:\"!important\"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:\"number\",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\\b/},FUNCTION_DISPATCH:{className:\"built_in\",begin:/[\\w-]+(?=\\()/},ATTRIBUTE_SELECTOR_MODE:{scope:\"selector-attr\",begin:/\\[/,end:/\\]/,illegal:\"$\",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:\"number\",begin:e.NUMBER_RE+\"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?\",relevance:0},CSS_VARIABLE:{className:\"attr\",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),i=[\"a\",\"abbr\",\"address\",\"article\",\"aside\",\"audio\",\"b\",\"blockquote\",\"body\",\"button\",\"canvas\",\"caption\",\"cite\",\"code\",\"dd\",\"del\",\"details\",\"dfn\",\"div\",\"dl\",\"dt\",\"em\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"header\",\"hgroup\",\"html\",\"i\",\"iframe\",\"img\",\"input\",\"ins\",\"kbd\",\"label\",\"legend\",\"li\",\"main\",\"mark\",\"menu\",\"nav\",\"object\",\"ol\",\"p\",\"q\",\"quote\",\"samp\",\"section\",\"span\",\"strong\",\"summary\",\"sup\",\"table\",\"tbody\",\"td\",\"textarea\",\"tfoot\",\"th\",\"thead\",\"time\",\"tr\",\"ul\",\"var\",\"video\"],a=[\"any-hover\",\"any-pointer\",\"aspect-ratio\",\"color\",\"color-gamut\",\"color-index\",\"device-aspect-ratio\",\"device-height\",\"device-width\",\"display-mode\",\"forced-colors\",\"grid\",\"height\",\"hover\",\"inverted-colors\",\"monochrome\",\"orientation\",\"overflow-block\",\"overflow-inline\",\"pointer\",\"prefers-color-scheme\",\"prefers-contrast\",\"prefers-reduced-motion\",\"prefers-reduced-transparency\",\"resolution\",\"scan\",\"scripting\",\"update\",\"width\",\"min-width\",\"max-width\",\"min-height\",\"max-height\"],r=[\"active\",\"any-link\",\"blank\",\"checked\",\"current\",\"default\",\"defined\",\"dir\",\"disabled\",\"drop\",\"empty\",\"enabled\",\"first\",\"first-child\",\"first-of-type\",\"fullscreen\",\"future\",\"focus\",\"focus-visible\",\"focus-within\",\"has\",\"host\",\"host-context\",\"hover\",\"indeterminate\",\"in-range\",\"invalid\",\"is\",\"lang\",\"last-child\",\"last-of-type\",\"left\",\"link\",\"local-link\",\"not\",\"nth-child\",\"nth-col\",\"nth-last-child\",\"nth-last-col\",\"nth-last-of-type\",\"nth-of-type\",\"only-child\",\"only-of-type\",\"optional\",\"out-of-range\",\"past\",\"placeholder-shown\",\"read-only\",\"read-write\",\"required\",\"right\",\"root\",\"scope\",\"target\",\"target-within\",\"user-invalid\",\"valid\",\"visited\",\"where\"],s=[\"after\",\"backdrop\",\"before\",\"cue\",\"cue-region\",\"first-letter\",\"first-line\",\"grammar-error\",\"marker\",\"part\",\"placeholder\",\"selection\",\"slotted\",\"spelling-error\"],o=[\"align-content\",\"align-items\",\"align-self\",\"all\",\"animation\",\"animation-delay\",\"animation-direction\",\"animation-duration\",\"animation-fill-mode\",\"animation-iteration-count\",\"animation-name\",\"animation-play-state\",\"animation-timing-function\",\"backface-visibility\",\"background\",\"background-attachment\",\"background-blend-mode\",\"background-clip\",\"background-color\",\"background-image\",\"background-origin\",\"background-position\",\"background-repeat\",\"background-size\",\"block-size\",\"border\",\"border-block\",\"border-block-color\",\"border-block-end\",\"border-block-end-color\",\"border-block-end-style\",\"border-block-end-width\",\"border-block-start\",\"border-block-start-color\",\"border-block-start-style\",\"border-block-start-width\",\"border-block-style\",\"border-block-width\",\"border-bottom\",\"border-bottom-color\",\"border-bottom-left-radius\",\"border-bottom-right-radius\",\"border-bottom-style\",\"border-bottom-width\",\"border-collapse\",\"border-color\",\"border-image\",\"border-image-outset\",\"border-image-repeat\",\"border-image-slice\",\"border-image-source\",\"border-image-width\",\"border-inline\",\"border-inline-color\",\"border-inline-end\",\"border-inline-end-color\",\"border-inline-end-style\",\"border-inline-end-width\",\"border-inline-start\",\"border-inline-start-color\",\"border-inline-start-style\",\"border-inline-start-width\",\"border-inline-style\",\"border-inline-width\",\"border-left\",\"border-left-color\",\"border-left-style\",\"border-left-width\",\"border-radius\",\"border-right\",\"border-right-color\",\"border-right-style\",\"border-right-width\",\"border-spacing\",\"border-style\",\"border-top\",\"border-top-color\",\"border-top-left-radius\",\"border-top-right-radius\",\"border-top-style\",\"border-top-width\",\"border-width\",\"bottom\",\"box-decoration-break\",\"box-shadow\",\"box-sizing\",\"break-after\",\"break-before\",\"break-inside\",\"caption-side\",\"caret-color\",\"clear\",\"clip\",\"clip-path\",\"clip-rule\",\"color\",\"column-count\",\"column-fill\",\"column-gap\",\"column-rule\",\"column-rule-color\",\"column-rule-style\",\"column-rule-width\",\"column-span\",\"column-width\",\"columns\",\"contain\",\"content\",\"content-visibility\",\"counter-increment\",\"counter-reset\",\"cue\",\"cue-after\",\"cue-before\",\"cursor\",\"direction\",\"display\",\"empty-cells\",\"filter\",\"flex\",\"flex-basis\",\"flex-direction\",\"flex-flow\",\"flex-grow\",\"flex-shrink\",\"flex-wrap\",\"float\",\"flow\",\"font\",\"font-display\",\"font-family\",\"font-feature-settings\",\"font-kerning\",\"font-language-override\",\"font-size\",\"font-size-adjust\",\"font-smoothing\",\"font-stretch\",\"font-style\",\"font-synthesis\",\"font-variant\",\"font-variant-caps\",\"font-variant-east-asian\",\"font-variant-ligatures\",\"font-variant-numeric\",\"font-variant-position\",\"font-variation-settings\",\"font-weight\",\"gap\",\"glyph-orientation-vertical\",\"grid\",\"grid-area\",\"grid-auto-columns\",\"grid-auto-flow\",\"grid-auto-rows\",\"grid-column\",\"grid-column-end\",\"grid-column-start\",\"grid-gap\",\"grid-row\",\"grid-row-end\",\"grid-row-start\",\"grid-template\",\"grid-template-areas\",\"grid-template-columns\",\"grid-template-rows\",\"hanging-punctuation\",\"height\",\"hyphens\",\"icon\",\"image-orientation\",\"image-rendering\",\"image-resolution\",\"ime-mode\",\"inline-size\",\"isolation\",\"justify-content\",\"left\",\"letter-spacing\",\"line-break\",\"line-height\",\"list-style\",\"list-style-image\",\"list-style-position\",\"list-style-type\",\"margin\",\"margin-block\",\"margin-block-end\",\"margin-block-start\",\"margin-bottom\",\"margin-inline\",\"margin-inline-end\",\"margin-inline-start\",\"margin-left\",\"margin-right\",\"margin-top\",\"marks\",\"mask\",\"mask-border\",\"mask-border-mode\",\"mask-border-outset\",\"mask-border-repeat\",\"mask-border-slice\",\"mask-border-source\",\"mask-border-width\",\"mask-clip\",\"mask-composite\",\"mask-image\",\"mask-mode\",\"mask-origin\",\"mask-position\",\"mask-repeat\",\"mask-size\",\"mask-type\",\"max-block-size\",\"max-height\",\"max-inline-size\",\"max-width\",\"min-block-size\",\"min-height\",\"min-inline-size\",\"min-width\",\"mix-blend-mode\",\"nav-down\",\"nav-index\",\"nav-left\",\"nav-right\",\"nav-up\",\"none\",\"normal\",\"object-fit\",\"object-position\",\"opacity\",\"order\",\"orphans\",\"outline\",\"outline-color\",\"outline-offset\",\"outline-style\",\"outline-width\",\"overflow\",\"overflow-wrap\",\"overflow-x\",\"overflow-y\",\"padding\",\"padding-block\",\"padding-block-end\",\"padding-block-start\",\"padding-bottom\",\"padding-inline\",\"padding-inline-end\",\"padding-inline-start\",\"padding-left\",\"padding-right\",\"padding-top\",\"page-break-after\",\"page-break-before\",\"page-break-inside\",\"pause\",\"pause-after\",\"pause-before\",\"perspective\",\"perspective-origin\",\"pointer-events\",\"position\",\"quotes\",\"resize\",\"rest\",\"rest-after\",\"rest-before\",\"right\",\"row-gap\",\"scroll-margin\",\"scroll-margin-block\",\"scroll-margin-block-end\",\"scroll-margin-block-start\",\"scroll-margin-bottom\",\"scroll-margin-inline\",\"scroll-margin-inline-end\",\"scroll-margin-inline-start\",\"scroll-margin-left\",\"scroll-margin-right\",\"scroll-margin-top\",\"scroll-padding\",\"scroll-padding-block\",\"scroll-padding-block-end\",\"scroll-padding-block-start\",\"scroll-padding-bottom\",\"scroll-padding-inline\",\"scroll-padding-inline-end\",\"scroll-padding-inline-start\",\"scroll-padding-left\",\"scroll-padding-right\",\"scroll-padding-top\",\"scroll-snap-align\",\"scroll-snap-stop\",\"scroll-snap-type\",\"scrollbar-color\",\"scrollbar-gutter\",\"scrollbar-width\",\"shape-image-threshold\",\"shape-margin\",\"shape-outside\",\"speak\",\"speak-as\",\"src\",\"tab-size\",\"table-layout\",\"text-align\",\"text-align-all\",\"text-align-last\",\"text-combine-upright\",\"text-decoration\",\"text-decoration-color\",\"text-decoration-line\",\"text-decoration-style\",\"text-emphasis\",\"text-emphasis-color\",\"text-emphasis-position\",\"text-emphasis-style\",\"text-indent\",\"text-justify\",\"text-orientation\",\"text-overflow\",\"text-rendering\",\"text-shadow\",\"text-transform\",\"text-underline-position\",\"top\",\"transform\",\"transform-box\",\"transform-origin\",\"transform-style\",\"transition\",\"transition-delay\",\"transition-duration\",\"transition-property\",\"transition-timing-function\",\"unicode-bidi\",\"vertical-align\",\"visibility\",\"voice-balance\",\"voice-duration\",\"voice-family\",\"voice-pitch\",\"voice-range\",\"voice-rate\",\"voice-stress\",\"voice-volume\",\"white-space\",\"widows\",\"width\",\"will-change\",\"word-break\",\"word-spacing\",\"word-wrap\",\"writing-mode\",\"z-index\"].reverse(),l=r.concat(s);function c(e){const t=n(e),c=l,_=\"and or not only\",d=\"[\\\\w-]+\",u=\"(\"+d+\"|@\\\\{\"+d+\"\\\\})\",p=[],m=[],g=function(e){return{className:\"string\",begin:\"~?\"+e+\".*?\"+e}},h=function(e,t,n){return{className:e,begin:t,relevance:n}},E={$pattern:/[a-z-]+/,keyword:_,attribute:a.join(\" \")},S={begin:\"\\\\(\",end:\"\\\\)\",contains:m,keywords:E,relevance:0};m.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,g(\"'\"),g('\"'),t.CSS_NUMBER_MODE,{begin:\"(url|data-uri)\\\\(\",starts:{className:\"string\",end:\"[\\\\)\\\\n]\",excludeEnd:!0}},t.HEXCOLOR,S,h(\"variable\",\"@@?\"+d,10),h(\"variable\",\"@\\\\{\"+d+\"\\\\}\"),h(\"built_in\",\"~?`[^`]*?`\"),{className:\"attribute\",begin:d+\"\\\\s*:\",end:\":\",returnBegin:!0,excludeEnd:!0},t.IMPORTANT,{beginKeywords:\"and not\"},t.FUNCTION_DISPATCH);const b=m.concat({begin:/\\{/,end:/\\}/,contains:p}),f={beginKeywords:\"when\",endsWithParent:!0,contains:[{beginKeywords:\"and not\"}].concat(m)},T={begin:u+\"\\\\s*:\",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},t.CSS_VARIABLE,{className:\"attribute\",begin:\"\\\\b(\"+o.join(\"|\")+\")\\\\b\",end:/(?=:)/,starts:{endsWithParent:!0,illegal:\"[<=$]\",relevance:0,contains:m}}]},C={className:\"keyword\",begin:\"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\\\b\",starts:{end:\"[;{}]\",keywords:E,returnEnd:!0,contains:m,relevance:0}},v={className:\"variable\",variants:[{begin:\"@\"+d+\"\\\\s*:\",relevance:15},{begin:\"@\"+d}],starts:{end:\"[;}]\",returnEnd:!0,contains:b}},y={variants:[{begin:\"[\\\\.#:&\\\\[>]\",end:\"[;{}]\"},{begin:u,end:/\\{/}],returnBegin:!0,returnEnd:!0,illegal:\"[<='$\\\"]\",relevance:0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,f,h(\"keyword\",\"all\\\\b\"),h(\"variable\",\"@\\\\{\"+d+\"\\\\}\"),{begin:\"\\\\b(\"+i.join(\"|\")+\")\\\\b\",className:\"selector-tag\"},t.CSS_NUMBER_MODE,h(\"selector-tag\",u,0),h(\"selector-id\",\"#\"+u),h(\"selector-class\",\"\\\\.\"+u,0),h(\"selector-tag\",\"&\",0),t.ATTRIBUTE_SELECTOR_MODE,{className:\"selector-pseudo\",begin:\":(\"+r.join(\"|\")+\")\"},{className:\"selector-pseudo\",begin:\":(:)?(\"+s.join(\"|\")+\")\"},{begin:/\\(/,end:/\\)/,relevance:0,contains:b},{begin:\"!important\"},t.FUNCTION_DISPATCH]},R={begin:d+\":(:)?\"+`(${c.join(\"|\")})`,returnBegin:!0,contains:[y]};return p.push(e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,C,v,R,T,y,f,t.FUNCTION_DISPATCH),{name:\"Less\",case_insensitive:!0,illegal:\"[=>'/<($\\\"]\",contains:p}}e.exports=c},1985:function(e,t,n){(function(e,i){var a;/*! https://mths.be/punycode v1.4.1 by @mathias */(function(r){t&&t.nodeType,e&&e.nodeType;var s=\"object\"==typeof i&&i;s.global!==s&&s.window!==s&&s.self;var o,l=2147483647,c=36,_=1,d=26,u=38,p=700,m=72,g=128,h=\"-\",E=/^xn--/,S=/[^\\x20-\\x7E]/,b=/[\\x2E\\u3002\\uFF0E\\uFF61]/g,f={overflow:\"Overflow: input needs wider integers to process\",\"not-basic\":\"Illegal input >= 0x80 (not a basic code point)\",\"invalid-input\":\"Invalid input\"},T=c-_,C=Math.floor,v=String.fromCharCode;function y(e){throw new RangeError(f[e])}function R(e,t){var n=e.length,i=[];while(n--)i[n]=t(e[n]);return i}function N(e,t){var n=e.split(\"@\"),i=\"\";n.length>1&&(i=n[0]+\"@\",e=n[1]),e=e.replace(b,\".\");var a=e.split(\".\"),r=R(a,t).join(\".\");return i+r}function O(e){var t,n,i=[],a=0,r=e.length;while(a<r)t=e.charCodeAt(a++),t>=55296&&t<=56319&&a<r?(n=e.charCodeAt(a++),56320==(64512&n)?i.push(((1023&t)<<10)+(1023&n)+65536):(i.push(t),a--)):i.push(t);return i}function A(e){return R(e,(function(e){var t=\"\";return e>65535&&(e-=65536,t+=v(e>>>10&1023|55296),e=56320|1023&e),t+=v(e),t})).join(\"\")}function I(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:c}function D(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function w(e,t,n){var i=0;for(e=n?C(e/p):e>>1,e+=C(e/t);e>T*d>>1;i+=c)e=C(e/T);return C(i+(T+1)*e/(e+u))}function x(e){var t,n,i,a,r,s,o,u,p,E,S=[],b=e.length,f=0,T=g,v=m;for(n=e.lastIndexOf(h),n<0&&(n=0),i=0;i<n;++i)e.charCodeAt(i)>=128&&y(\"not-basic\"),S.push(e.charCodeAt(i));for(a=n>0?n+1:0;a<b;){for(r=f,s=1,o=c;;o+=c){if(a>=b&&y(\"invalid-input\"),u=I(e.charCodeAt(a++)),(u>=c||u>C((l-f)/s))&&y(\"overflow\"),f+=u*s,p=o<=v?_:o>=v+d?d:o-v,u<p)break;E=c-p,s>C(l/E)&&y(\"overflow\"),s*=E}t=S.length+1,v=w(f-r,t,0==r),C(f/t)>l-T&&y(\"overflow\"),T+=C(f/t),f%=t,S.splice(f++,0,T)}return A(S)}function M(e){var t,n,i,a,r,s,o,u,p,E,S,b,f,T,R,N=[];for(e=O(e),b=e.length,t=g,n=0,r=m,s=0;s<b;++s)S=e[s],S<128&&N.push(v(S));i=a=N.length,a&&N.push(h);while(i<b){for(o=l,s=0;s<b;++s)S=e[s],S>=t&&S<o&&(o=S);for(f=i+1,o-t>C((l-n)/f)&&y(\"overflow\"),n+=(o-t)*f,t=o,s=0;s<b;++s)if(S=e[s],S<t&&++n>l&&y(\"overflow\"),S==t){for(u=n,p=c;;p+=c){if(E=p<=r?_:p>=r+d?d:p-r,u<E)break;R=u-E,T=c-E,N.push(v(D(E+R%T,0))),u=C(R/T)}N.push(v(D(u,0))),r=w(n,f,i==a),n=0,++i}++n,++t}return N.join(\"\")}function k(e){return N(e,(function(e){return E.test(e)?x(e.slice(4).toLowerCase()):e}))}function L(e){return N(e,(function(e){return S.test(e)?\"xn--\"+M(e):e}))}o={version:\"1.4.1\",ucs2:{decode:O,encode:A},decode:x,encode:M,toASCII:L,toUnicode:k},a=function(){return o}.call(t,n,t,e),void 0===a||(e.exports=a)})()}).call(this,n(\"62e4\")(e),n(\"c8ba\"))},\"199e5\":function(e,t,n){\"use strict\";e.exports=function(e,t,n){var i,a,r,s,o,l,c,_,d,u,p=t+1,m=e.md.block.ruler.getRules(\"paragraph\");if(e.sCount[t]-e.blkIndent>=4)return!1;for(u=e.parentType,e.parentType=\"paragraph\";p<n&&!e.isEmpty(p);p++)if(!(e.sCount[p]-e.blkIndent>3)){if(e.sCount[p]>=e.blkIndent&&(l=e.bMarks[p]+e.tShift[p],c=e.eMarks[p],l<c&&(d=e.src.charCodeAt(l),(45===d||61===d)&&(l=e.skipChars(l,d),l=e.skipSpaces(l),l>=c)))){_=61===d?1:2;break}if(!(e.sCount[p]<0)){for(a=!1,r=0,s=m.length;r<s;r++)if(m[r](e,p,n,!0)){a=!0;break}if(a)break}}return!!_&&(i=e.getLines(t,p,e.blkIndent,!1).trim(),e.line=p+1,o=e.push(\"heading_open\",\"h\"+String(_),1),o.markup=String.fromCharCode(d),o.map=[t,e.line],o=e.push(\"inline\",\"\",0),o.content=i,o.map=[t,e.line-1],o.children=[],o=e.push(\"heading_close\",\"h\"+String(_),-1),o.markup=String.fromCharCode(d),e.parentType=u,!0)}},\"1a06\":function(e,t){function n(e){return{name:\"LDIF\",contains:[{className:\"attribute\",match:\"^dn(?=:)\",relevance:10},{className:\"attribute\",match:\"^\\\\w+(?=:)\"},{className:\"literal\",match:\"^-\"},e.HASH_COMMENT_MODE]}}e.exports=n},\"1b02\":function(e,t){function n(e){const t={className:\"string\",begin:'(~)?\"',end:'\"',illegal:\"\\\\n\"},n={className:\"symbol\",begin:\"#[a-zA-Z_]\\\\w*\\\\$?\"};return{name:\"PureBASIC\",aliases:[\"pb\",\"pbi\"],keywords:\"Align And Array As Break CallDebugger Case CompilerCase CompilerDefault CompilerElse CompilerElseIf CompilerEndIf CompilerEndSelect CompilerError CompilerIf CompilerSelect CompilerWarning Continue Data DataSection Debug DebugLevel Declare DeclareC DeclareCDLL DeclareDLL DeclareModule Default Define Dim DisableASM DisableDebugger DisableExplicit Else ElseIf EnableASM EnableDebugger EnableExplicit End EndDataSection EndDeclareModule EndEnumeration EndIf EndImport EndInterface EndMacro EndModule EndProcedure EndSelect EndStructure EndStructureUnion EndWith Enumeration EnumerationBinary Extends FakeReturn For ForEach ForEver Global Gosub Goto If Import ImportC IncludeBinary IncludeFile IncludePath Interface List Macro MacroExpandedCount Map Module NewList NewMap Next Not Or Procedure ProcedureC ProcedureCDLL ProcedureDLL ProcedureReturn Protected Prototype PrototypeC ReDim Read Repeat Restore Return Runtime Select Shared Static Step Structure StructureUnion Swap Threaded To UndefineMacro Until Until  UnuseModule UseModule Wend While With XIncludeFile XOr\",contains:[e.COMMENT(\";\",\"$\",{relevance:0}),{className:\"function\",begin:\"\\\\b(Procedure|Declare)(C|CDLL|DLL)?\\\\b\",end:\"\\\\(\",excludeEnd:!0,returnBegin:!0,contains:[{className:\"keyword\",begin:\"(Procedure|Declare)(C|CDLL|DLL)?\",excludeEnd:!0},{className:\"type\",begin:\"\\\\.\\\\w*\"},e.UNDERSCORE_TITLE_MODE]},t,n]}}e.exports=n},\"1b1c\":function(e,t){function n(e){const t=[\"add\",\"and\",\"cmp\",\"cmpg\",\"cmpl\",\"const\",\"div\",\"double\",\"float\",\"goto\",\"if\",\"int\",\"long\",\"move\",\"mul\",\"neg\",\"new\",\"nop\",\"not\",\"or\",\"rem\",\"return\",\"shl\",\"shr\",\"sput\",\"sub\",\"throw\",\"ushr\",\"xor\"],n=[\"aget\",\"aput\",\"array\",\"check\",\"execute\",\"fill\",\"filled\",\"goto/16\",\"goto/32\",\"iget\",\"instance\",\"invoke\",\"iput\",\"monitor\",\"packed\",\"sget\",\"sparse\"],i=[\"transient\",\"constructor\",\"abstract\",\"final\",\"synthetic\",\"public\",\"private\",\"protected\",\"static\",\"bridge\",\"system\"];return{name:\"Smali\",contains:[{className:\"string\",begin:'\"',end:'\"',relevance:0},e.COMMENT(\"#\",\"$\",{relevance:0}),{className:\"keyword\",variants:[{begin:\"\\\\s*\\\\.end\\\\s[a-zA-Z0-9]*\"},{begin:\"^[ ]*\\\\.[a-zA-Z]*\",relevance:0},{begin:\"\\\\s:[a-zA-Z_0-9]*\",relevance:0},{begin:\"\\\\s(\"+i.join(\"|\")+\")\"}]},{className:\"built_in\",variants:[{begin:\"\\\\s(\"+t.join(\"|\")+\")\\\\s\"},{begin:\"\\\\s(\"+t.join(\"|\")+\")((-|/)[a-zA-Z0-9]+)+\\\\s\",relevance:10},{begin:\"\\\\s(\"+n.join(\"|\")+\")((-|/)[a-zA-Z0-9]+)*\\\\s\",relevance:10}]},{className:\"class\",begin:\"L[^(;:\\n]*;\",relevance:0},{begin:\"[vp][0-9]+\"}]}}e.exports=n},\"1b4d\":function(e,t){function n(e){const t=e.COMMENT(/\\(\\*/,/\\*\\)/),n={className:\"attribute\",begin:/^[ ]*[a-zA-Z]+([\\s_-]+[a-zA-Z]+)*/},i={className:\"meta\",begin:/\\?.*\\?/},a={begin:/=/,end:/[.;]/,contains:[t,i,{className:\"string\",variants:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:\"`\",end:\"`\"}]}]};return{name:\"Extended Backus-Naur Form\",illegal:/\\S/,contains:[t,n,a]}}e.exports=n},\"1beb\":function(e,t){function n(e){const t={className:\"variable\",variants:[{begin:\"\\\\b([gtps][A-Z]{1}[a-zA-Z0-9]*)(\\\\[.+\\\\])?(?:\\\\s*?)\"},{begin:\"\\\\$_[A-Z]+\"}],relevance:0},n=[e.C_BLOCK_COMMENT_MODE,e.HASH_COMMENT_MODE,e.COMMENT(\"--\",\"$\"),e.COMMENT(\"[^:]//\",\"$\")],i=e.inherit(e.TITLE_MODE,{variants:[{begin:\"\\\\b_*rig[A-Z][A-Za-z0-9_\\\\-]*\"},{begin:\"\\\\b_[a-z0-9\\\\-]+\"}]}),a=e.inherit(e.TITLE_MODE,{begin:\"\\\\b([A-Za-z0-9_\\\\-]+)\\\\b\"});return{name:\"LiveCode\",case_insensitive:!1,keywords:{keyword:\"$_COOKIE $_FILES $_GET $_GET_BINARY $_GET_RAW $_POST $_POST_BINARY $_POST_RAW $_SESSION $_SERVER codepoint codepoints segment segments codeunit codeunits sentence sentences trueWord trueWords paragraph after byte bytes english the until http forever descending using line real8 with seventh for stdout finally element word words fourth before black ninth sixth characters chars stderr uInt1 uInt1s uInt2 uInt2s stdin string lines relative rel any fifth items from middle mid at else of catch then third it file milliseconds seconds second secs sec int1 int1s int4 int4s internet int2 int2s normal text item last long detailed effective uInt4 uInt4s repeat end repeat URL in try into switch to words https token binfile each tenth as ticks tick system real4 by dateItems without char character ascending eighth whole dateTime numeric short first ftp integer abbreviated abbr abbrev private case while if div mod wrap and or bitAnd bitNot bitOr bitXor among not in a an within contains ends with begins the keys of keys\",literal:\"SIX TEN FORMFEED NINE ZERO NONE SPACE FOUR FALSE COLON CRLF PI COMMA ENDOFFILE EOF EIGHT FIVE QUOTE EMPTY ONE TRUE RETURN CR LINEFEED RIGHT BACKSLASH NULL SEVEN TAB THREE TWO six ten formfeed nine zero none space four false colon crlf pi comma endoffile eof eight five quote empty one true return cr linefeed right backslash null seven tab three two RIVERSION RISTATE FILE_READ_MODE FILE_WRITE_MODE FILE_WRITE_MODE DIR_WRITE_MODE FILE_READ_UMASK FILE_WRITE_UMASK DIR_READ_UMASK DIR_WRITE_UMASK\",built_in:\"put abs acos aliasReference annuity arrayDecode arrayEncode asin atan atan2 average avg avgDev base64Decode base64Encode baseConvert binaryDecode binaryEncode byteOffset byteToNum cachedURL cachedURLs charToNum cipherNames codepointOffset codepointProperty codepointToNum codeunitOffset commandNames compound compress constantNames cos date dateFormat decompress difference directories diskSpace DNSServers exp exp1 exp2 exp10 extents files flushEvents folders format functionNames geometricMean global globals hasMemory harmonicMean hostAddress hostAddressToName hostName hostNameToAddress isNumber ISOToMac itemOffset keys len length libURLErrorData libUrlFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libUrlMultipartFormAddPart libUrlMultipartFormData libURLVersion lineOffset ln ln1 localNames log log2 log10 longFilePath lower macToISO matchChunk matchText matrixMultiply max md5Digest median merge messageAuthenticationCode messageDigest millisec millisecs millisecond milliseconds min monthNames nativeCharToNum normalizeText num number numToByte numToChar numToCodepoint numToNativeChar offset open openfiles openProcesses openProcessIDs openSockets paragraphOffset paramCount param params peerAddress pendingMessages platform popStdDev populationStandardDeviation populationVariance popVariance processID random randomBytes replaceText result revCreateXMLTree revCreateXMLTreeFromFile revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNames revDatabaseColumnNamed revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closeCursor revdb_columnbynumber revdb_columncount revdb_columnisnull revdb_columnlengths revdb_columnnames revdb_columntypes revdb_commit revdb_connect revdb_connections revdb_connectionerr revdb_currentrecord revdb_cursorconnection revdb_cursorerr revdb_cursors revdb_dbtype revdb_disconnect revdb_execute revdb_iseof revdb_isbof revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_query revdb_querylist revdb_recordcount revdb_rollback revdb_tablenames revGetDatabaseDriverPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryDatabaseBlob revQueryResult revQueryIsAtStart revQueryIsAtEnd revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_GetHost revXMLRPC_GetMethod revXMLRPC_GetParam revXMLText revXMLRPC_Execute revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round sampVariance sec secs seconds sentenceOffset sha1Digest shell shortFilePath sin specialFolderPath sqrt standardDeviation statRound stdDev sum sysError systemVersion tan tempName textDecode textEncode tick ticks time to tokenOffset toLower toUpper transpose truewordOffset trunc uniDecode uniEncode upper URLDecode URLEncode URLStatus uuid value variableNames variance version waitDepth weekdayNames wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile add breakpoint cancel clear local variable file word line folder directory URL close socket process combine constant convert create new alias folder directory decrypt delete variable word line folder directory URL dispatch divide do encrypt filter get include intersect kill libURLDownloadToFile libURLFollowHttpRedirects libURLftpUpload libURLftpUploadFile libURLresetAll libUrlSetAuthCallback libURLSetDriver libURLSetCustomHTTPHeaders libUrlSetExpect100 libURLSetFTPListCommand libURLSetFTPMode libURLSetFTPStopTime libURLSetStatusCallback load extension loadedExtensions multiply socket prepare process post seek rel relative read from process rename replace require resetAll resolve revAddXMLNode revAppendXML revCloseCursor revCloseDatabase revCommitDatabase revCopyFile revCopyFolder revCopyXMLNode revDeleteFolder revDeleteXMLNode revDeleteAllXMLTrees revDeleteXMLTree revExecuteSQL revGoURL revInsertXMLNode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revMoveXMLNode revPutIntoXMLNode revRollBackDatabase revSetDatabaseDriverPath revSetXMLAttribute revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLAddDTD revXMLRPC_Free revXMLRPC_FreeAll revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipSetProgressCallback revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipOpenArchive send set sort split start stop subtract symmetric union unload vectorDotProduct wait write\"},contains:[t,{className:\"keyword\",begin:\"\\\\bend\\\\sif\\\\b\"},{className:\"function\",beginKeywords:\"function\",end:\"$\",contains:[t,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,i]},{className:\"function\",begin:\"\\\\bend\\\\s+\",end:\"$\",keywords:\"end\",contains:[a,i],relevance:0},{beginKeywords:\"command on\",end:\"$\",contains:[t,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,i]},{className:\"meta\",variants:[{begin:\"<\\\\?(rev|lc|livecode)\",relevance:10},{begin:\"<\\\\?\"},{begin:\"\\\\?>\"}]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE,i].concat(n),illegal:\";$|^\\\\[|^=|&|\\\\{\"}}e.exports=n},\"1c78\":function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return h}));var i=!1,a={false:\"push\",true:\"unshift\",after:\"push\",before:\"unshift\"},r={isPermalinkSymbol:!0};function s(e,t,n,s){var o;if(!i){var l=\"Using deprecated markdown-it-anchor permalink option, see https://github.com/valeriangalliat/markdown-it-anchor#todo-anchor-or-file\";\"object\"==typeof process&&process&&process.emitWarning?process.emitWarning(l):console.warn(l),i=!0}var c=[Object.assign(new n.Token(\"link_open\",\"a\",1),{attrs:[].concat(t.permalinkClass?[[\"class\",t.permalinkClass]]:[],[[\"href\",t.permalinkHref(e,n)]],Object.entries(t.permalinkAttrs(e,n)))}),Object.assign(new n.Token(\"html_block\",\"\",0),{content:t.permalinkSymbol,meta:r}),new n.Token(\"link_close\",\"a\",-1)];t.permalinkSpace&&n.tokens[s+1].children[a[t.permalinkBefore]](Object.assign(new n.Token(\"text\",\"\",0),{content:\" \"})),(o=n.tokens[s+1].children)[a[t.permalinkBefore]].apply(o,c)}function o(e){return\"#\"+e}function l(e){return{}}var c={class:\"header-anchor\",symbol:\"#\",renderHref:o,renderAttrs:l};function _(e){function t(n){return n=Object.assign({},t.defaults,n),function(t,i,a,r){return e(t,n,i,a,r)}}return t.defaults=Object.assign({},c),t.renderPermalinkImpl=e,t}var d=_((function(e,t,n,i,s){var o,l=[Object.assign(new i.Token(\"link_open\",\"a\",1),{attrs:[].concat(t.class?[[\"class\",t.class]]:[],[[\"href\",t.renderHref(e,i)]],t.ariaHidden?[[\"aria-hidden\",\"true\"]]:[],Object.entries(t.renderAttrs(e,i)))}),Object.assign(new i.Token(\"html_inline\",\"\",0),{content:t.symbol,meta:r}),new i.Token(\"link_close\",\"a\",-1)];if(t.space){var c=\"string\"==typeof t.space?t.space:\" \";i.tokens[s+1].children[a[t.placement]](Object.assign(new i.Token(\"string\"==typeof t.space?\"html_inline\":\"text\",\"\",0),{content:c}))}(o=i.tokens[s+1].children)[a[t.placement]].apply(o,l)}));Object.assign(d.defaults,{space:!0,placement:\"after\",ariaHidden:!1});var u=_(d.renderPermalinkImpl);u.defaults=Object.assign({},d.defaults,{ariaHidden:!0});var p=_((function(e,t,n,i,a){var r=[Object.assign(new i.Token(\"link_open\",\"a\",1),{attrs:[].concat(t.class?[[\"class\",t.class]]:[],[[\"href\",t.renderHref(e,i)]],Object.entries(t.renderAttrs(e,i)))})].concat(t.safariReaderFix?[new i.Token(\"span_open\",\"span\",1)]:[],i.tokens[a+1].children,t.safariReaderFix?[new i.Token(\"span_close\",\"span\",-1)]:[],[new i.Token(\"link_close\",\"a\",-1)]);i.tokens[a+1]=Object.assign(new i.Token(\"inline\",\"\",0),{children:r})}));Object.assign(p.defaults,{safariReaderFix:!1});var m=_((function(e,t,n,i,s){var o;if(![\"visually-hidden\",\"aria-label\",\"aria-describedby\",\"aria-labelledby\"].includes(t.style))throw new Error(\"`permalink.linkAfterHeader` called with unknown style option `\"+t.style+\"`\");if(![\"aria-describedby\",\"aria-labelledby\"].includes(t.style)&&!t.assistiveText)throw new Error(\"`permalink.linkAfterHeader` called without the `assistiveText` option in `\"+t.style+\"` style\");if(\"visually-hidden\"===t.style&&!t.visuallyHiddenClass)throw new Error(\"`permalink.linkAfterHeader` called without the `visuallyHiddenClass` option in `visually-hidden` style\");var l=i.tokens[s+1].children.filter((function(e){return\"text\"===e.type||\"code_inline\"===e.type})).reduce((function(e,t){return e+t.content}),\"\"),c=[],_=[];if(t.class&&_.push([\"class\",t.class]),_.push([\"href\",t.renderHref(e,i)]),_.push.apply(_,Object.entries(t.renderAttrs(e,i))),\"visually-hidden\"===t.style){if(c.push(Object.assign(new i.Token(\"span_open\",\"span\",1),{attrs:[[\"class\",t.visuallyHiddenClass]]}),Object.assign(new i.Token(\"text\",\"\",0),{content:t.assistiveText(l)}),new i.Token(\"span_close\",\"span\",-1)),t.space){var d=\"string\"==typeof t.space?t.space:\" \";c[a[t.placement]](Object.assign(new i.Token(\"string\"==typeof t.space?\"html_inline\":\"text\",\"\",0),{content:d}))}c[a[t.placement]](Object.assign(new i.Token(\"span_open\",\"span\",1),{attrs:[[\"aria-hidden\",\"true\"]]}),Object.assign(new i.Token(\"html_inline\",\"\",0),{content:t.symbol,meta:r}),new i.Token(\"span_close\",\"span\",-1))}else c.push(Object.assign(new i.Token(\"html_inline\",\"\",0),{content:t.symbol,meta:r}));\"aria-label\"===t.style?_.push([\"aria-label\",t.assistiveText(l)]):[\"aria-describedby\",\"aria-labelledby\"].includes(t.style)&&_.push([t.style,e]);var u=[Object.assign(new i.Token(\"link_open\",\"a\",1),{attrs:_})].concat(c,[new i.Token(\"link_close\",\"a\",-1)]);(o=i.tokens).splice.apply(o,[s+3,0].concat(u)),t.wrapper&&(i.tokens.splice(s,0,Object.assign(new i.Token(\"html_block\",\"\",0),{content:t.wrapper[0]+\"\\n\"})),i.tokens.splice(s+3+u.length+1,0,Object.assign(new i.Token(\"html_block\",\"\",0),{content:t.wrapper[1]+\"\\n\"})))}));function g(e,t,n,i){var a=e,r=i;if(n&&Object.prototype.hasOwnProperty.call(t,a))throw new Error(\"User defined `id` attribute `\"+e+\"` is not unique. Please fix it in your Markdown to continue.\");for(;Object.prototype.hasOwnProperty.call(t,a);)a=e+\"-\"+r,r+=1;return t[a]=!0,a}function h(e,t){t=Object.assign({},h.defaults,t),e.core.ruler.push(\"anchor\",(function(e){for(var n,i={},a=e.tokens,r=Array.isArray(t.level)?(n=t.level,function(e){return n.includes(e)}):function(e){return function(t){return t>=e}}(t.level),o=0;o<a.length;o++){var l=a[o];if(\"heading_open\"===l.type&&r(Number(l.tag.substr(1)))){var c=t.getTokensText(a[o+1].children),_=l.attrGet(\"id\");_=null==_?g(t.slugify(c),i,!1,t.uniqueSlugStartIndex):g(_,i,!0,t.uniqueSlugStartIndex),l.attrSet(\"id\",_),!1!==t.tabIndex&&l.attrSet(\"tabindex\",\"\"+t.tabIndex),\"function\"==typeof t.permalink?t.permalink(_,t,e,o):(t.permalink||t.renderPermalink&&t.renderPermalink!==s)&&t.renderPermalink(_,t,e,o),o=a.indexOf(l),t.callback&&t.callback(l,{slug:_,title:c})}}}))}Object.assign(m.defaults,{style:\"visually-hidden\",space:!0,placement:\"after\",wrapper:null}),h.permalink={__proto__:null,legacy:s,renderHref:o,renderAttrs:l,makePermalink:_,linkInsideHeader:d,ariaHidden:u,headerLink:p,linkAfterHeader:m},h.defaults={level:1,slugify:function(e){return encodeURIComponent(String(e).trim().toLowerCase().replace(/\\s+/g,\"-\"))},uniqueSlugStartIndex:1,tabIndex:\"-1\",getTokensText:function(e){return e.filter((function(e){return[\"text\",\"code_inline\"].includes(e.type)})).map((function(e){return e.content})).join(\"\")},permalink:!1,renderPermalink:s,permalinkClass:u.defaults.class,permalinkSpace:u.defaults.space,permalinkSymbol:\"¶\",permalinkBefore:\"before\"===u.defaults.placement,permalinkHref:u.defaults.renderHref,permalinkAttrs:u.defaults.renderAttrs},h.default=h},\"1caa\":function(e,t,n){\"use strict\";e.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:\"language-\",linkify:!1,typographer:!1,quotes:\"“”‘’\",highlight:null,maxNesting:20},components:{core:{rules:[\"normalize\",\"block\",\"inline\",\"text_join\"]},block:{rules:[\"paragraph\"]},inline:{rules:[\"text\"],rules2:[\"balance_pairs\",\"fragments_join\"]}}}},\"1f64\":function(e,t){function n(e,t={}){return t.variants=e,t}function i(e){const t=e.regex,i=\"[A-Za-z0-9_$]+\",a=n([e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(\"/\\\\*\\\\*\",\"\\\\*/\",{relevance:0,contains:[{begin:/\\w+@/,relevance:0},{className:\"doctag\",begin:\"@[A-Za-z]+\"}]})]),r={className:\"regexp\",begin:/~?\\/[^\\/\\n]+\\//,contains:[e.BACKSLASH_ESCAPE]},s=n([e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]),o=n([{begin:/\"\"\"/,end:/\"\"\"/},{begin:/'''/,end:/'''/},{begin:\"\\\\$/\",end:\"/\\\\$\",relevance:10},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE],{className:\"string\"}),l={match:[/(class|interface|trait|enum|extends|implements)/,/\\s+/,e.UNDERSCORE_IDENT_RE],scope:{1:\"keyword\",3:\"title.class\"}},c=[\"byte\",\"short\",\"char\",\"int\",\"long\",\"boolean\",\"float\",\"double\",\"void\"],_=[\"def\",\"as\",\"in\",\"assert\",\"trait\",\"abstract\",\"static\",\"volatile\",\"transient\",\"public\",\"private\",\"protected\",\"synchronized\",\"final\",\"class\",\"interface\",\"enum\",\"if\",\"else\",\"for\",\"while\",\"switch\",\"case\",\"break\",\"default\",\"continue\",\"throw\",\"throws\",\"try\",\"catch\",\"finally\",\"implements\",\"extends\",\"new\",\"import\",\"package\",\"return\",\"instanceof\"];return{name:\"Groovy\",keywords:{\"variable.language\":\"this super\",literal:\"true false null\",type:c,keyword:_},contains:[e.SHEBANG({binary:\"groovy\",relevance:10}),a,o,r,s,l,{className:\"meta\",begin:\"@[A-Za-z]+\",relevance:0},{className:\"attr\",begin:i+\"[ \\t]*:\",relevance:0},{begin:/\\?/,end:/:/,relevance:0,contains:[a,o,r,s,\"self\"]},{className:\"symbol\",begin:\"^[ \\t]*\"+t.lookahead(i+\":\"),excludeBegin:!0,end:i+\":\",relevance:0}],illegal:/#|<\\//}}e.exports=i},\"1f8a\":function(e,t){function n(e){const t=[\"exports\",\"register\",\"file\",\"shl\",\"array\",\"record\",\"property\",\"for\",\"mod\",\"while\",\"set\",\"ally\",\"label\",\"uses\",\"raise\",\"not\",\"stored\",\"class\",\"safecall\",\"var\",\"interface\",\"or\",\"private\",\"static\",\"exit\",\"index\",\"inherited\",\"to\",\"else\",\"stdcall\",\"override\",\"shr\",\"asm\",\"far\",\"resourcestring\",\"finalization\",\"packed\",\"virtual\",\"out\",\"and\",\"protected\",\"library\",\"do\",\"xorwrite\",\"goto\",\"near\",\"function\",\"end\",\"div\",\"overload\",\"object\",\"unit\",\"begin\",\"string\",\"on\",\"inline\",\"repeat\",\"until\",\"destructor\",\"write\",\"message\",\"program\",\"with\",\"read\",\"initialization\",\"except\",\"default\",\"nil\",\"if\",\"case\",\"cdecl\",\"in\",\"downto\",\"threadvar\",\"of\",\"try\",\"pascal\",\"const\",\"external\",\"constructor\",\"type\",\"public\",\"then\",\"implementation\",\"finally\",\"published\",\"procedure\",\"absolute\",\"reintroduce\",\"operator\",\"as\",\"is\",\"abstract\",\"alias\",\"assembler\",\"bitpacked\",\"break\",\"continue\",\"cppdecl\",\"cvar\",\"enumerator\",\"experimental\",\"platform\",\"deprecated\",\"unimplemented\",\"dynamic\",\"export\",\"far16\",\"forward\",\"generic\",\"helper\",\"implements\",\"interrupt\",\"iochecks\",\"local\",\"name\",\"nodefault\",\"noreturn\",\"nostackframe\",\"oldfpccall\",\"otherwise\",\"saveregisters\",\"softfloat\",\"specialize\",\"strict\",\"unaligned\",\"varargs\"],n=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\\{/,/\\}/,{relevance:0}),e.COMMENT(/\\(\\*/,/\\*\\)/,{relevance:10})],i={className:\"meta\",variants:[{begin:/\\{\\$/,end:/\\}/},{begin:/\\(\\*\\$/,end:/\\*\\)/}]},a={className:\"string\",begin:/'/,end:/'/,contains:[{begin:/''/}]},r={className:\"number\",relevance:0,variants:[{begin:\"\\\\$[0-9A-Fa-f]+\"},{begin:\"&[0-7]+\"},{begin:\"%[01]+\"}]},s={className:\"string\",begin:/(#\\d+)+/},o={begin:e.IDENT_RE+\"\\\\s*=\\\\s*class\\\\s*\\\\(\",returnBegin:!0,contains:[e.TITLE_MODE]},l={className:\"function\",beginKeywords:\"function constructor destructor procedure\",end:/[:;]/,keywords:\"function constructor|10 destructor|10 procedure|10\",contains:[e.TITLE_MODE,{className:\"params\",begin:/\\(/,end:/\\)/,keywords:t,contains:[a,s,i].concat(n)},i].concat(n)};return{name:\"Delphi\",aliases:[\"dpr\",\"dfm\",\"pas\",\"pascal\"],case_insensitive:!0,keywords:t,illegal:/\"|\\$[G-Zg-z]|\\/\\*|<\\/|\\|/,contains:[a,s,e.NUMBER_MODE,r,o,l,i].concat(n)}}e.exports=n},\"1fe5\":function(e,t){function n(e){const t=e.regex,n=e.COMMENT(\"//\",\"$\",{contains:[{begin:/\\\\\\n/}]}),i=\"decltype\\\\(auto\\\\)\",a=\"[a-zA-Z_]\\\\w*::\",r=\"<[^<>]+>\",s=\"(\"+i+\"|\"+t.optional(a)+\"[a-zA-Z_]\\\\w*\"+t.optional(r)+\")\",o={className:\"type\",variants:[{begin:\"\\\\b[a-z\\\\d_]*_t\\\\b\"},{match:/\\batomic_[a-z]{3,6}\\b/}]},l=\"\\\\\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\\\S)\",c={className:\"string\",variants:[{begin:'(u8?|U|L)?\"',end:'\"',illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE]},{begin:\"(u8?|U|L)?'(\"+l+\"|.)\",end:\"'\",illegal:\".\"},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R\"([^()\\\\ ]{0,16})\\(/,end:/\\)([^()\\\\ ]{0,16})\"/})]},_={className:\"number\",variants:[{begin:\"\\\\b(0b[01']+)\"},{begin:\"(-?)\\\\b([\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)\"},{begin:\"(-?)(\\\\b0[xX][a-fA-F0-9']+|(\\\\b[\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)([eE][-+]?[\\\\d']+)?)\"}],relevance:0},d={className:\"meta\",begin:/#\\s*[a-z]+\\b/,end:/$/,keywords:{keyword:\"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include\"},contains:[{begin:/\\\\\\n/,relevance:0},e.inherit(c,{className:\"string\"}),{className:\"string\",begin:/<.*?>/},n,e.C_BLOCK_COMMENT_MODE]},u={className:\"title\",begin:t.optional(a)+e.IDENT_RE,relevance:0},p=t.optional(a)+e.IDENT_RE+\"\\\\s*\\\\(\",m=[\"asm\",\"auto\",\"break\",\"case\",\"continue\",\"default\",\"do\",\"else\",\"enum\",\"extern\",\"for\",\"fortran\",\"goto\",\"if\",\"inline\",\"register\",\"restrict\",\"return\",\"sizeof\",\"struct\",\"switch\",\"typedef\",\"union\",\"volatile\",\"while\",\"_Alignas\",\"_Alignof\",\"_Atomic\",\"_Generic\",\"_Noreturn\",\"_Static_assert\",\"_Thread_local\",\"alignas\",\"alignof\",\"noreturn\",\"static_assert\",\"thread_local\",\"_Pragma\"],g=[\"float\",\"double\",\"signed\",\"unsigned\",\"int\",\"short\",\"long\",\"char\",\"void\",\"_Bool\",\"_Complex\",\"_Imaginary\",\"_Decimal32\",\"_Decimal64\",\"_Decimal128\",\"const\",\"static\",\"complex\",\"bool\",\"imaginary\"],h={keyword:m,type:g,literal:\"true false NULL\",built_in:\"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr\"},E=[d,o,n,e.C_BLOCK_COMMENT_MODE,_,c],S={variants:[{begin:/=/,end:/;/},{begin:/\\(/,end:/\\)/},{beginKeywords:\"new throw return else\",end:/;/}],keywords:h,contains:E.concat([{begin:/\\(/,end:/\\)/,keywords:h,contains:E.concat([\"self\"]),relevance:0}]),relevance:0},b={begin:\"(\"+s+\"[\\\\*&\\\\s]+)+\"+p,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:h,illegal:/[^\\w\\s\\*&:<>.]/,contains:[{begin:i,keywords:h,relevance:0},{begin:p,returnBegin:!0,contains:[e.inherit(u,{className:\"title.function\"})],relevance:0},{relevance:0,match:/,/},{className:\"params\",begin:/\\(/,end:/\\)/,keywords:h,relevance:0,contains:[n,e.C_BLOCK_COMMENT_MODE,c,_,o,{begin:/\\(/,end:/\\)/,keywords:h,relevance:0,contains:[\"self\",n,e.C_BLOCK_COMMENT_MODE,c,_,o]}]},o,n,e.C_BLOCK_COMMENT_MODE,d]};return{name:\"C\",aliases:[\"h\"],keywords:h,disableAutodetect:!0,illegal:\"</\",contains:[].concat(S,b,E,[d,{begin:e.IDENT_RE+\"::\",keywords:h},{className:\"class\",beginKeywords:\"enum class struct union\",end:/[{;:<>=]/,contains:[{beginKeywords:\"final class struct\"},e.TITLE_MODE]}]),exports:{preprocessor:d,strings:c,keywords:h}}}e.exports=n},2265:function(e,t){function n(e){const t=\"[A-Za-z_\\\\u00A1-\\\\uFFFF][A-Za-z_0-9\\\\u00A1-\\\\uFFFF]*\",n=[\"baremodule\",\"begin\",\"break\",\"catch\",\"ccall\",\"const\",\"continue\",\"do\",\"else\",\"elseif\",\"end\",\"export\",\"false\",\"finally\",\"for\",\"function\",\"global\",\"if\",\"import\",\"in\",\"isa\",\"let\",\"local\",\"macro\",\"module\",\"quote\",\"return\",\"true\",\"try\",\"using\",\"where\",\"while\"],i=[\"ARGS\",\"C_NULL\",\"DEPOT_PATH\",\"ENDIAN_BOM\",\"ENV\",\"Inf\",\"Inf16\",\"Inf32\",\"Inf64\",\"InsertionSort\",\"LOAD_PATH\",\"MergeSort\",\"NaN\",\"NaN16\",\"NaN32\",\"NaN64\",\"PROGRAM_FILE\",\"QuickSort\",\"RoundDown\",\"RoundFromZero\",\"RoundNearest\",\"RoundNearestTiesAway\",\"RoundNearestTiesUp\",\"RoundToZero\",\"RoundUp\",\"VERSION|0\",\"devnull\",\"false\",\"im\",\"missing\",\"nothing\",\"pi\",\"stderr\",\"stdin\",\"stdout\",\"true\",\"undef\",\"π\",\"ℯ\"],a=[\"AbstractArray\",\"AbstractChannel\",\"AbstractChar\",\"AbstractDict\",\"AbstractDisplay\",\"AbstractFloat\",\"AbstractIrrational\",\"AbstractMatrix\",\"AbstractRange\",\"AbstractSet\",\"AbstractString\",\"AbstractUnitRange\",\"AbstractVecOrMat\",\"AbstractVector\",\"Any\",\"ArgumentError\",\"Array\",\"AssertionError\",\"BigFloat\",\"BigInt\",\"BitArray\",\"BitMatrix\",\"BitSet\",\"BitVector\",\"Bool\",\"BoundsError\",\"CapturedException\",\"CartesianIndex\",\"CartesianIndices\",\"Cchar\",\"Cdouble\",\"Cfloat\",\"Channel\",\"Char\",\"Cint\",\"Cintmax_t\",\"Clong\",\"Clonglong\",\"Cmd\",\"Colon\",\"Complex\",\"ComplexF16\",\"ComplexF32\",\"ComplexF64\",\"CompositeException\",\"Condition\",\"Cptrdiff_t\",\"Cshort\",\"Csize_t\",\"Cssize_t\",\"Cstring\",\"Cuchar\",\"Cuint\",\"Cuintmax_t\",\"Culong\",\"Culonglong\",\"Cushort\",\"Cvoid\",\"Cwchar_t\",\"Cwstring\",\"DataType\",\"DenseArray\",\"DenseMatrix\",\"DenseVecOrMat\",\"DenseVector\",\"Dict\",\"DimensionMismatch\",\"Dims\",\"DivideError\",\"DomainError\",\"EOFError\",\"Enum\",\"ErrorException\",\"Exception\",\"ExponentialBackOff\",\"Expr\",\"Float16\",\"Float32\",\"Float64\",\"Function\",\"GlobalRef\",\"HTML\",\"IO\",\"IOBuffer\",\"IOContext\",\"IOStream\",\"IdDict\",\"IndexCartesian\",\"IndexLinear\",\"IndexStyle\",\"InexactError\",\"InitError\",\"Int\",\"Int128\",\"Int16\",\"Int32\",\"Int64\",\"Int8\",\"Integer\",\"InterruptException\",\"InvalidStateException\",\"Irrational\",\"KeyError\",\"LinRange\",\"LineNumberNode\",\"LinearIndices\",\"LoadError\",\"MIME\",\"Matrix\",\"Method\",\"MethodError\",\"Missing\",\"MissingException\",\"Module\",\"NTuple\",\"NamedTuple\",\"Nothing\",\"Number\",\"OrdinalRange\",\"OutOfMemoryError\",\"OverflowError\",\"Pair\",\"PartialQuickSort\",\"PermutedDimsArray\",\"Pipe\",\"ProcessFailedException\",\"Ptr\",\"QuoteNode\",\"Rational\",\"RawFD\",\"ReadOnlyMemoryError\",\"Real\",\"ReentrantLock\",\"Ref\",\"Regex\",\"RegexMatch\",\"RoundingMode\",\"SegmentationFault\",\"Set\",\"Signed\",\"Some\",\"StackOverflowError\",\"StepRange\",\"StepRangeLen\",\"StridedArray\",\"StridedMatrix\",\"StridedVecOrMat\",\"StridedVector\",\"String\",\"StringIndexError\",\"SubArray\",\"SubString\",\"SubstitutionString\",\"Symbol\",\"SystemError\",\"Task\",\"TaskFailedException\",\"Text\",\"TextDisplay\",\"Timer\",\"Tuple\",\"Type\",\"TypeError\",\"TypeVar\",\"UInt\",\"UInt128\",\"UInt16\",\"UInt32\",\"UInt64\",\"UInt8\",\"UndefInitializer\",\"UndefKeywordError\",\"UndefRefError\",\"UndefVarError\",\"Union\",\"UnionAll\",\"UnitRange\",\"Unsigned\",\"Val\",\"Vararg\",\"VecElement\",\"VecOrMat\",\"Vector\",\"VersionNumber\",\"WeakKeyDict\",\"WeakRef\"],r={$pattern:t,keyword:n,literal:i,built_in:a},s={keywords:r,illegal:/<\\//},o={className:\"number\",begin:/(\\b0x[\\d_]*(\\.[\\d_]*)?|0x\\.\\d[\\d_]*)p[-+]?\\d+|\\b0[box][a-fA-F0-9][a-fA-F0-9_]*|(\\b\\d[\\d_]*(\\.[\\d_]*)?|\\.\\d[\\d_]*)([eEfF][-+]?\\d+)?/,relevance:0},l={className:\"string\",begin:/'(.|\\\\[xXuU][a-zA-Z0-9]+)'/},c={className:\"subst\",begin:/\\$\\(/,end:/\\)/,keywords:r},_={className:\"variable\",begin:\"\\\\$\"+t},d={className:\"string\",contains:[e.BACKSLASH_ESCAPE,c,_],variants:[{begin:/\\w*\"\"\"/,end:/\"\"\"\\w*/,relevance:10},{begin:/\\w*\"/,end:/\"\\w*/}]},u={className:\"string\",contains:[e.BACKSLASH_ESCAPE,c,_],begin:\"`\",end:\"`\"},p={className:\"meta\",begin:\"@\"+t},m={className:\"comment\",variants:[{begin:\"#=\",end:\"=#\",relevance:10},{begin:\"#\",end:\"$\"}]};return s.name=\"Julia\",s.contains=[o,l,d,u,p,m,e.HASH_COMMENT_MODE,{className:\"keyword\",begin:\"\\\\b(((abstract|primitive)\\\\s+)type|(mutable\\\\s+)?struct)\\\\b\"},{begin:/<:/}],c.contains=s.contains,s}e.exports=n},2353:function(e,t,n){\"use strict\";function i(e,t,n,i){return e}class a{constructor(e,t,n){this.name=e,this.options=Object.assign(this.getDefaultOptions(),t),this.env=n}getDefaultOptions(){return{}}extractVideoID(e){return e}getVideoUrl(e){throw new Error(\"not implemented\")}getFilteredVideoUrl(e){let t=\"function\"===typeof this.env.options.filterUrl?this.env.options.filterUrl:i,n=this.getVideoUrl(e);return t(n,this.name,e,this.env.options)}getEmbedCode(e){let t=[];this.env.options.containerClassName&&t.push(this.env.options.containerClassName);let n=this.env.md.utils.escapeHtml(this.name);t.push(this.env.options.serviceClassPrefix+n);let i=[];i.push([\"type\",\"text/html\"]),i.push([\"src\",this.getFilteredVideoUrl(e)]),i.push([\"frameborder\",0]),!0===this.env.options.outputPlayerSize&&(void 0!==this.options.width&&null!==this.options.width&&i.push([\"width\",this.options.width]),void 0!==this.options.height&&null!==this.options.height&&i.push([\"height\",this.options.height])),!0===this.env.options.allowFullScreen&&(i.push([\"webkitallowfullscreen\"]),i.push([\"mozallowfullscreen\"]),i.push([\"allowfullscreen\"]));let a=i.map(e=>void 0!==e[1]?`${e[0]}=\"${e[1]}\"`:e[0]).join(\" \");return`<div class=\"${t.join(\" \")}\"><iframe ${a}></iframe></div>\\n`}}e.exports=a},2425:function(e,t){function n(e){const t={keyword:\"module use_module import_module include_module end_module initialise mutable initialize finalize finalise interface implementation pred mode func type inst solver any_pred any_func is semidet det nondet multi erroneous failure cc_nondet cc_multi typeclass instance where pragma promise external trace atomic or_else require_complete_switch require_det require_semidet require_multi require_nondet require_cc_multi require_cc_nondet require_erroneous require_failure\",meta:\"inline no_inline type_spec source_file fact_table obsolete memo loop_check minimal_model terminates does_not_terminate check_termination promise_equivalent_clauses foreign_proc foreign_decl foreign_code foreign_type foreign_import_module foreign_export_enum foreign_export foreign_enum may_call_mercury will_not_call_mercury thread_safe not_thread_safe maybe_thread_safe promise_pure promise_semipure tabled_for_io local untrailed trailed attach_to_io_state can_pass_as_mercury_type stable will_not_throw_exception may_modify_trail will_not_modify_trail may_duplicate may_not_duplicate affects_liveness does_not_affect_liveness doesnt_affect_liveness no_sharing unknown_sharing sharing\",built_in:\"some all not if then else true fail false try catch catch_any semidet_true semidet_false semidet_fail impure_true impure semipure\"},n=e.COMMENT(\"%\",\"$\"),i={className:\"number\",begin:\"0'.\\\\|0[box][0-9a-fA-F]*\"},a=e.inherit(e.APOS_STRING_MODE,{relevance:0}),r=e.inherit(e.QUOTE_STRING_MODE,{relevance:0}),s={className:\"subst\",begin:\"\\\\\\\\[abfnrtv]\\\\|\\\\\\\\x[0-9a-fA-F]*\\\\\\\\\\\\|%[-+# *.0-9]*[dioxXucsfeEgGp]\",relevance:0};r.contains=r.contains.slice(),r.contains.push(s);const o={className:\"built_in\",variants:[{begin:\"<=>\"},{begin:\"<=\",relevance:0},{begin:\"=>\",relevance:0},{begin:\"/\\\\\\\\\"},{begin:\"\\\\\\\\/\"}]},l={className:\"built_in\",variants:[{begin:\":-\\\\|--\\x3e\"},{begin:\"=\",relevance:0}]};return{name:\"Mercury\",aliases:[\"m\",\"moo\"],keywords:t,contains:[o,l,n,e.C_BLOCK_COMMENT_MODE,i,e.NUMBER_MODE,a,r,{begin:/:-/},{begin:/\\.$/}]}}e.exports=n},2468:function(e,t){function n(e){const t={className:\"comment\",begin:/\\$noop\\(/,end:/\\)/,contains:[{begin:/\\\\[()]/},{begin:/\\(/,end:/\\)/,contains:[{begin:/\\\\[()]/},\"self\"]}],relevance:10},n={className:\"keyword\",begin:/\\$[_a-zA-Z0-9]+(?=\\()/},i={className:\"variable\",begin:/%[_a-zA-Z0-9:]+%/},a={className:\"symbol\",begin:/\\\\u[a-fA-F0-9]{4}/},r={className:\"symbol\",begin:/\\\\[\\\\nt$%,()]/};return{name:\"Tagger Script\",contains:[t,n,i,r,a]}}e.exports=n},\"25bd\":function(e,t){function n(e){const t=\"[a-zA-Z_][\\\\w.]*\",n=\"<\\\\?(lasso(script)?|=)\",i=\"\\\\]|\\\\?>\",a={$pattern:t+\"|&[lg]t;\",literal:\"true false none minimal full all void and or not bw nbw ew new cn ncn lt lte gt gte eq neq rx nrx ft\",built_in:\"array date decimal duration integer map pair string tag xml null boolean bytes keyword list locale queue set stack staticarray local var variable global data self inherited currentcapture givenblock\",keyword:\"cache database_names database_schemanames database_tablenames define_tag define_type email_batch encode_set html_comment handle handle_error header if inline iterate ljax_target link link_currentaction link_currentgroup link_currentrecord link_detail link_firstgroup link_firstrecord link_lastgroup link_lastrecord link_nextgroup link_nextrecord link_prevgroup link_prevrecord log loop namespace_using output_none portal private protect records referer referrer repeating resultset rows search_args search_arguments select sort_args sort_arguments thread_atomic value_list while abort case else fail_if fail_ifnot fail if_empty if_false if_null if_true loop_abort loop_continue loop_count params params_up return return_value run_children soap_definetag soap_lastrequest soap_lastresponse tag_name ascending average by define descending do equals frozen group handle_failure import in into join let match max min on order parent protected provide public require returnhome skip split_thread sum take thread to trait type where with yield yieldhome\"},r=e.COMMENT(\"\\x3c!--\",\"--\\x3e\",{relevance:0}),s={className:\"meta\",begin:\"\\\\[noprocess\\\\]\",starts:{end:\"\\\\[/noprocess\\\\]\",returnEnd:!0,contains:[r]}},o={className:\"meta\",begin:\"\\\\[/noprocess|\"+n},l={className:\"symbol\",begin:\"'\"+t+\"'\"},c=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.inherit(e.C_NUMBER_MODE,{begin:e.C_NUMBER_RE+\"|(-?infinity|NaN)\\\\b\"}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:\"string\",begin:\"`\",end:\"`\"},{variants:[{begin:\"[#$]\"+t},{begin:\"#\",end:\"\\\\d+\",illegal:\"\\\\W\"}]},{className:\"type\",begin:\"::\\\\s*\",end:t,illegal:\"\\\\W\"},{className:\"params\",variants:[{begin:\"-(?!infinity)\"+t,relevance:0},{begin:\"(\\\\.\\\\.\\\\.)\"}]},{begin:/(->|\\.)\\s*/,relevance:0,contains:[l]},{className:\"class\",beginKeywords:\"define\",returnEnd:!0,end:\"\\\\(|=>\",contains:[e.inherit(e.TITLE_MODE,{begin:t+\"(=(?!>))?|[-+*/%](?!>)\"})]}];return{name:\"Lasso\",aliases:[\"ls\",\"lassoscript\"],case_insensitive:!0,keywords:a,contains:[{className:\"meta\",begin:i,relevance:0,starts:{end:\"\\\\[|\"+n,returnEnd:!0,relevance:0,contains:[r]}},s,o,{className:\"meta\",begin:\"\\\\[no_square_brackets\",starts:{end:\"\\\\[/no_square_brackets\\\\]\",keywords:a,contains:[{className:\"meta\",begin:i,relevance:0,starts:{end:\"\\\\[noprocess\\\\]|\"+n,returnEnd:!0,contains:[r]}},s,o].concat(c)}},{className:\"meta\",begin:\"\\\\[\",relevance:0},{className:\"meta\",begin:\"^#!\",end:\"lasso9$\",relevance:10}].concat(c)}}e.exports=n},2639:function(e,t){function n(e){const t=[\"if\",\"then\",\"else\",\"do\",\"while\",\"until\",\"for\",\"loop\",\"import\",\"with\",\"is\",\"as\",\"where\",\"when\",\"by\",\"data\",\"constant\",\"integer\",\"real\",\"text\",\"name\",\"boolean\",\"symbol\",\"infix\",\"prefix\",\"postfix\",\"block\",\"tree\"],n=[\"in\",\"mod\",\"rem\",\"and\",\"or\",\"xor\",\"not\",\"abs\",\"sign\",\"floor\",\"ceil\",\"sqrt\",\"sin\",\"cos\",\"tan\",\"asin\",\"acos\",\"atan\",\"exp\",\"expm1\",\"log\",\"log2\",\"log10\",\"log1p\",\"pi\",\"at\",\"text_length\",\"text_range\",\"text_find\",\"text_replace\",\"contains\",\"page\",\"slide\",\"basic_slide\",\"title_slide\",\"title\",\"subtitle\",\"fade_in\",\"fade_out\",\"fade_at\",\"clear_color\",\"color\",\"line_color\",\"line_width\",\"texture_wrap\",\"texture_transform\",\"texture\",\"scale_?x\",\"scale_?y\",\"scale_?z?\",\"translate_?x\",\"translate_?y\",\"translate_?z?\",\"rotate_?x\",\"rotate_?y\",\"rotate_?z?\",\"rectangle\",\"circle\",\"ellipse\",\"sphere\",\"path\",\"line_to\",\"move_to\",\"quad_to\",\"curve_to\",\"theme\",\"background\",\"contents\",\"locally\",\"time\",\"mouse_?x\",\"mouse_?y\",\"mouse_buttons\"],i=[\"ObjectLoader\",\"Animate\",\"MovieCredits\",\"Slides\",\"Filters\",\"Shading\",\"Materials\",\"LensFlare\",\"Mapping\",\"VLCAudioVideo\",\"StereoDecoder\",\"PointCloud\",\"NetworkAccess\",\"RemoteControl\",\"RegExp\",\"ChromaKey\",\"Snowfall\",\"NodeJS\",\"Speech\",\"Charts\"],a=[\"true\",\"false\",\"nil\"],r={$pattern:/[a-zA-Z][a-zA-Z0-9_?]*/,keyword:t,literal:a,built_in:n.concat(i)},s={className:\"string\",begin:'\"',end:'\"',illegal:\"\\\\n\"},o={className:\"string\",begin:\"'\",end:\"'\",illegal:\"\\\\n\"},l={className:\"string\",begin:\"<<\",end:\">>\"},c={className:\"number\",begin:\"[0-9]+#[0-9A-Z_]+(\\\\.[0-9-A-Z_]+)?#?([Ee][+-]?[0-9]+)?\"},_={beginKeywords:\"import\",end:\"$\",keywords:r,contains:[s]},d={className:\"function\",begin:/[a-z][^\\n]*->/,returnBegin:!0,end:/->/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,keywords:r}})]};return{name:\"XL\",aliases:[\"tao\"],keywords:r,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,s,o,l,d,_,c,e.NUMBER_MODE]}}e.exports=n},\"268a\":function(e,t){function n(e){const t=[\"module\",\"schema\",\"namespace\",\"boundary-space\",\"preserve\",\"no-preserve\",\"strip\",\"default\",\"collation\",\"base-uri\",\"ordering\",\"context\",\"decimal-format\",\"decimal-separator\",\"copy-namespaces\",\"empty-sequence\",\"except\",\"exponent-separator\",\"external\",\"grouping-separator\",\"inherit\",\"no-inherit\",\"lax\",\"minus-sign\",\"per-mille\",\"percent\",\"schema-attribute\",\"schema-element\",\"strict\",\"unordered\",\"zero-digit\",\"declare\",\"import\",\"option\",\"function\",\"validate\",\"variable\",\"for\",\"at\",\"in\",\"let\",\"where\",\"order\",\"group\",\"by\",\"return\",\"if\",\"then\",\"else\",\"tumbling\",\"sliding\",\"window\",\"start\",\"when\",\"only\",\"end\",\"previous\",\"next\",\"stable\",\"ascending\",\"descending\",\"allowing\",\"empty\",\"greatest\",\"least\",\"some\",\"every\",\"satisfies\",\"switch\",\"case\",\"typeswitch\",\"try\",\"catch\",\"and\",\"or\",\"to\",\"union\",\"intersect\",\"instance\",\"of\",\"treat\",\"as\",\"castable\",\"cast\",\"map\",\"array\",\"delete\",\"insert\",\"into\",\"replace\",\"value\",\"rename\",\"copy\",\"modify\",\"update\"],n=[\"item\",\"document-node\",\"node\",\"attribute\",\"document\",\"element\",\"comment\",\"namespace\",\"namespace-node\",\"processing-instruction\",\"text\",\"construction\",\"xs:anyAtomicType\",\"xs:untypedAtomic\",\"xs:duration\",\"xs:time\",\"xs:decimal\",\"xs:float\",\"xs:double\",\"xs:gYearMonth\",\"xs:gYear\",\"xs:gMonthDay\",\"xs:gMonth\",\"xs:gDay\",\"xs:boolean\",\"xs:base64Binary\",\"xs:hexBinary\",\"xs:anyURI\",\"xs:QName\",\"xs:NOTATION\",\"xs:dateTime\",\"xs:dateTimeStamp\",\"xs:date\",\"xs:string\",\"xs:normalizedString\",\"xs:token\",\"xs:language\",\"xs:NMTOKEN\",\"xs:Name\",\"xs:NCName\",\"xs:ID\",\"xs:IDREF\",\"xs:ENTITY\",\"xs:integer\",\"xs:nonPositiveInteger\",\"xs:negativeInteger\",\"xs:long\",\"xs:int\",\"xs:short\",\"xs:byte\",\"xs:nonNegativeInteger\",\"xs:unisignedLong\",\"xs:unsignedInt\",\"xs:unsignedShort\",\"xs:unsignedByte\",\"xs:positiveInteger\",\"xs:yearMonthDuration\",\"xs:dayTimeDuration\"],i=[\"eq\",\"ne\",\"lt\",\"le\",\"gt\",\"ge\",\"is\",\"self::\",\"child::\",\"descendant::\",\"descendant-or-self::\",\"attribute::\",\"following::\",\"following-sibling::\",\"parent::\",\"ancestor::\",\"ancestor-or-self::\",\"preceding::\",\"preceding-sibling::\",\"NaN\"],a={className:\"built_in\",variants:[{begin:/\\barray:/,end:/(?:append|filter|flatten|fold-(?:left|right)|for-each(?:-pair)?|get|head|insert-before|join|put|remove|reverse|size|sort|subarray|tail)\\b/},{begin:/\\bmap:/,end:/(?:contains|entry|find|for-each|get|keys|merge|put|remove|size)\\b/},{begin:/\\bmath:/,end:/(?:a(?:cos|sin|tan[2]?)|cos|exp(?:10)?|log(?:10)?|pi|pow|sin|sqrt|tan)\\b/},{begin:/\\bop:/,end:/\\(/,excludeEnd:!0},{begin:/\\bfn:/,end:/\\(/,excludeEnd:!0},{begin:/[^</$:'\"-]\\b(?:abs|accumulator-(?:after|before)|adjust-(?:date(?:Time)?|time)-to-timezone|analyze-string|apply|available-(?:environment-variables|system-properties)|avg|base-uri|boolean|ceiling|codepoints?-(?:equal|to-string)|collation-key|collection|compare|concat|contains(?:-token)?|copy-of|count|current(?:-)?(?:date(?:Time)?|time|group(?:ing-key)?|output-uri|merge-(?:group|key))?data|dateTime|days?-from-(?:date(?:Time)?|duration)|deep-equal|default-(?:collation|language)|distinct-values|document(?:-uri)?|doc(?:-available)?|element-(?:available|with-id)|empty|encode-for-uri|ends-with|environment-variable|error|escape-html-uri|exactly-one|exists|false|filter|floor|fold-(?:left|right)|for-each(?:-pair)?|format-(?:date(?:Time)?|time|integer|number)|function-(?:arity|available|lookup|name)|generate-id|has-children|head|hours-from-(?:dateTime|duration|time)|id(?:ref)?|implicit-timezone|in-scope-prefixes|index-of|innermost|insert-before|iri-to-uri|json-(?:doc|to-xml)|key|lang|last|load-xquery-module|local-name(?:-from-QName)?|(?:lower|upper)-case|matches|max|minutes-from-(?:dateTime|duration|time)|min|months?-from-(?:date(?:Time)?|duration)|name(?:space-uri-?(?:for-prefix|from-QName)?)?|nilled|node-name|normalize-(?:space|unicode)|not|number|one-or-more|outermost|parse-(?:ietf-date|json)|path|position|(?:prefix-from-)?QName|random-number-generator|regex-group|remove|replace|resolve-(?:QName|uri)|reverse|root|round(?:-half-to-even)?|seconds-from-(?:dateTime|duration|time)|snapshot|sort|starts-with|static-base-uri|stream-available|string-?(?:join|length|to-codepoints)?|subsequence|substring-?(?:after|before)?|sum|system-property|tail|timezone-from-(?:date(?:Time)?|time)|tokenize|trace|trans(?:form|late)|true|type-available|unordered|unparsed-(?:entity|text)?-?(?:public-id|uri|available|lines)?|uri-collection|xml-to-json|years?-from-(?:date(?:Time)?|duration)|zero-or-one)\\b/},{begin:/\\blocal:/,end:/\\(/,excludeEnd:!0},{begin:/\\bzip:/,end:/(?:zip-file|(?:xml|html|text|binary)-entry| (?:update-)?entries)\\b/},{begin:/\\b(?:util|db|functx|app|xdmp|xmldb):/,end:/\\(/,excludeEnd:!0}]},r={className:\"title\",begin:/\\bxquery version \"[13]\\.[01]\"\\s?(?:encoding \".+\")?/,end:/;/},s={className:\"variable\",begin:/[$][\\w\\-:]+/},o={className:\"number\",begin:/(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b/,relevance:0},l={className:\"string\",variants:[{begin:/\"/,end:/\"/,contains:[{begin:/\"\"/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},c={className:\"meta\",begin:/%[\\w\\-:]+/},_={className:\"comment\",begin:/\\(:/,end:/:\\)/,relevance:10,contains:[{className:\"doctag\",begin:/@\\w+/}]},d={beginKeywords:\"element attribute comment document processing-instruction\",end:/\\{/,excludeEnd:!0},u={begin:/<([\\w._:-]+)(\\s+\\S*=('|\").*('|\"))?>/,end:/(\\/[\\w._:-]+>)/,subLanguage:\"xml\",contains:[{begin:/\\{/,end:/\\}/,subLanguage:\"xquery\"},\"self\"]},p=[s,a,l,o,_,c,r,d,u];return{name:\"XQuery\",aliases:[\"xpath\",\"xq\"],case_insensitive:!1,illegal:/(proc)|(abstract)|(extends)|(until)|(#)/,keywords:{$pattern:/[a-zA-Z$][a-zA-Z0-9_:-]*/,keyword:t,type:n,literal:i},contains:p}}e.exports=n},\"26bc\":function(e,t){function n(e){const t=e.regex,n=/(?:(?:[a-zA-Z]|\\.[._a-zA-Z])[._a-zA-Z0-9]*)|\\.(?!\\d)/,i=t.either(/0[xX][0-9a-fA-F]+\\.[0-9a-fA-F]*[pP][+-]?\\d+i?/,/0[xX][0-9a-fA-F]+(?:[pP][+-]?\\d+)?[Li]?/,/(?:\\d+(?:\\.\\d*)?|\\.\\d+)(?:[eE][+-]?\\d+)?[Li]?/),a=/[=!<>:]=|\\|\\||&&|:::?|<-|<<-|->>|->|\\|>|[-+*\\/?!$&|:<=>@^~]|\\*\\*/,r=t.either(/[()]/,/[{}]/,/\\[\\[/,/[[\\]]/,/\\\\/,/,/);return{name:\"R\",keywords:{$pattern:n,keyword:\"function if in break next repeat else for while\",literal:\"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10\",built_in:\"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm\"},contains:[e.COMMENT(/#'/,/$/,{contains:[{scope:\"doctag\",match:/@examples/,starts:{end:t.lookahead(t.either(/\\n^#'\\s*(?=@[a-zA-Z]+)/,/\\n^(?!#')/)),endsParent:!0}},{scope:\"doctag\",begin:\"@param\",end:/$/,contains:[{scope:\"variable\",variants:[{match:n},{match:/`(?:\\\\.|[^`\\\\])+`/}],endsParent:!0}]},{scope:\"doctag\",match:/@[a-zA-Z]+/},{scope:\"keyword\",match:/\\\\[a-zA-Z]+/}]}),e.HASH_COMMENT_MODE,{scope:\"string\",contains:[e.BACKSLASH_ESCAPE],variants:[e.END_SAME_AS_BEGIN({begin:/[rR]\"(-*)\\(/,end:/\\)(-*)\"/}),e.END_SAME_AS_BEGIN({begin:/[rR]\"(-*)\\{/,end:/\\}(-*)\"/}),e.END_SAME_AS_BEGIN({begin:/[rR]\"(-*)\\[/,end:/\\](-*)\"/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\\(/,end:/\\)(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\\{/,end:/\\}(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\\[/,end:/\\](-*)'/}),{begin:'\"',end:'\"',relevance:0},{begin:\"'\",end:\"'\",relevance:0}]},{relevance:0,variants:[{scope:{1:\"operator\",2:\"number\"},match:[a,i]},{scope:{1:\"operator\",2:\"number\"},match:[/%[^%]*%/,i]},{scope:{1:\"punctuation\",2:\"number\"},match:[r,i]},{scope:{2:\"number\"},match:[/[^a-zA-Z0-9._]|^/,i]}]},{scope:{3:\"operator\"},match:[n,/\\s+/,/<-/,/\\s+/]},{scope:\"operator\",relevance:0,variants:[{match:a},{match:/%[^%]*%/}]},{scope:\"punctuation\",relevance:0,match:r},{begin:\"`\",end:\"`\",contains:[{begin:/\\\\./}]}]}}e.exports=n},\"28ad\":function(e,t){function n(e){const t={className:\"subst\",begin:/\\\\[tn\"\\\\]/},n={className:\"string\",begin:'\"',end:'\"',contains:[t]},i={className:\"number\",relevance:0,begin:e.C_NUMBER_RE},a={className:\"literal\",variants:[{begin:\"\\\\b(PI|TWO_PI|PI_BY_TWO|DEG_TO_RAD|RAD_TO_DEG|SQRT2)\\\\b\"},{begin:\"\\\\b(XP_ERROR_(EXPERIENCES_DISABLED|EXPERIENCE_(DISABLED|SUSPENDED)|INVALID_(EXPERIENCE|PARAMETERS)|KEY_NOT_FOUND|MATURITY_EXCEEDED|NONE|NOT_(FOUND|PERMITTED(_LAND)?)|NO_EXPERIENCE|QUOTA_EXCEEDED|RETRY_UPDATE|STORAGE_EXCEPTION|STORE_DISABLED|THROTTLED|UNKNOWN_ERROR)|JSON_APPEND|STATUS_(PHYSICS|ROTATE_[XYZ]|PHANTOM|SANDBOX|BLOCK_GRAB(_OBJECT)?|(DIE|RETURN)_AT_EDGE|CAST_SHADOWS|OK|MALFORMED_PARAMS|TYPE_MISMATCH|BOUNDS_ERROR|NOT_(FOUND|SUPPORTED)|INTERNAL_ERROR|WHITELIST_FAILED)|AGENT(_(BY_(LEGACY_|USER)NAME|FLYING|ATTACHMENTS|SCRIPTED|MOUSELOOK|SITTING|ON_OBJECT|AWAY|WALKING|IN_AIR|TYPING|CROUCHING|BUSY|ALWAYS_RUN|AUTOPILOT|LIST_(PARCEL(_OWNER)?|REGION)))?|CAMERA_(PITCH|DISTANCE|BEHINDNESS_(ANGLE|LAG)|(FOCUS|POSITION)(_(THRESHOLD|LOCKED|LAG))?|FOCUS_OFFSET|ACTIVE)|ANIM_ON|LOOP|REVERSE|PING_PONG|SMOOTH|ROTATE|SCALE|ALL_SIDES|LINK_(ROOT|SET|ALL_(OTHERS|CHILDREN)|THIS)|ACTIVE|PASS(IVE|_(ALWAYS|IF_NOT_HANDLED|NEVER))|SCRIPTED|CONTROL_(FWD|BACK|(ROT_)?(LEFT|RIGHT)|UP|DOWN|(ML_)?LBUTTON)|PERMISSION_(RETURN_OBJECTS|DEBIT|OVERRIDE_ANIMATIONS|SILENT_ESTATE_MANAGEMENT|TAKE_CONTROLS|TRIGGER_ANIMATION|ATTACH|CHANGE_LINKS|(CONTROL|TRACK)_CAMERA|TELEPORT)|INVENTORY_(TEXTURE|SOUND|OBJECT|SCRIPT|LANDMARK|CLOTHING|NOTECARD|BODYPART|ANIMATION|GESTURE|ALL|NONE)|CHANGED_(INVENTORY|COLOR|SHAPE|SCALE|TEXTURE|LINK|ALLOWED_DROP|OWNER|REGION(_START)?|TELEPORT|MEDIA)|OBJECT_(CLICK_ACTION|HOVER_HEIGHT|LAST_OWNER_ID|(PHYSICS|SERVER|STREAMING)_COST|UNKNOWN_DETAIL|CHARACTER_TIME|PHANTOM|PHYSICS|TEMP_(ATTACHED|ON_REZ)|NAME|DESC|POS|PRIM_(COUNT|EQUIVALENCE)|RETURN_(PARCEL(_OWNER)?|REGION)|REZZER_KEY|ROO?T|VELOCITY|OMEGA|OWNER|GROUP(_TAG)?|CREATOR|ATTACHED_(POINT|SLOTS_AVAILABLE)|RENDER_WEIGHT|(BODY_SHAPE|PATHFINDING)_TYPE|(RUNNING|TOTAL)_SCRIPT_COUNT|TOTAL_INVENTORY_COUNT|SCRIPT_(MEMORY|TIME))|TYPE_(INTEGER|FLOAT|STRING|KEY|VECTOR|ROTATION|INVALID)|(DEBUG|PUBLIC)_CHANNEL|ATTACH_(AVATAR_CENTER|CHEST|HEAD|BACK|PELVIS|MOUTH|CHIN|NECK|NOSE|BELLY|[LR](SHOULDER|HAND|FOOT|EAR|EYE|[UL](ARM|LEG)|HIP)|(LEFT|RIGHT)_PEC|HUD_(CENTER_[12]|TOP_(RIGHT|CENTER|LEFT)|BOTTOM(_(RIGHT|LEFT))?)|[LR]HAND_RING1|TAIL_(BASE|TIP)|[LR]WING|FACE_(JAW|[LR]EAR|[LR]EYE|TOUNGE)|GROIN|HIND_[LR]FOOT)|LAND_(LEVEL|RAISE|LOWER|SMOOTH|NOISE|REVERT)|DATA_(ONLINE|NAME|BORN|SIM_(POS|STATUS|RATING)|PAYINFO)|PAYMENT_INFO_(ON_FILE|USED)|REMOTE_DATA_(CHANNEL|REQUEST|REPLY)|PSYS_(PART_(BF_(ZERO|ONE(_MINUS_(DEST_COLOR|SOURCE_(ALPHA|COLOR)))?|DEST_COLOR|SOURCE_(ALPHA|COLOR))|BLEND_FUNC_(DEST|SOURCE)|FLAGS|(START|END)_(COLOR|ALPHA|SCALE|GLOW)|MAX_AGE|(RIBBON|WIND|INTERP_(COLOR|SCALE)|BOUNCE|FOLLOW_(SRC|VELOCITY)|TARGET_(POS|LINEAR)|EMISSIVE)_MASK)|SRC_(MAX_AGE|PATTERN|ANGLE_(BEGIN|END)|BURST_(RATE|PART_COUNT|RADIUS|SPEED_(MIN|MAX))|ACCEL|TEXTURE|TARGET_KEY|OMEGA|PATTERN_(DROP|EXPLODE|ANGLE(_CONE(_EMPTY)?)?)))|VEHICLE_(REFERENCE_FRAME|TYPE_(NONE|SLED|CAR|BOAT|AIRPLANE|BALLOON)|(LINEAR|ANGULAR)_(FRICTION_TIMESCALE|MOTOR_DIRECTION)|LINEAR_MOTOR_OFFSET|HOVER_(HEIGHT|EFFICIENCY|TIMESCALE)|BUOYANCY|(LINEAR|ANGULAR)_(DEFLECTION_(EFFICIENCY|TIMESCALE)|MOTOR_(DECAY_)?TIMESCALE)|VERTICAL_ATTRACTION_(EFFICIENCY|TIMESCALE)|BANKING_(EFFICIENCY|MIX|TIMESCALE)|FLAG_(NO_DEFLECTION_UP|LIMIT_(ROLL_ONLY|MOTOR_UP)|HOVER_((WATER|TERRAIN|UP)_ONLY|GLOBAL_HEIGHT)|MOUSELOOK_(STEER|BANK)|CAMERA_DECOUPLED))|PRIM_(ALLOW_UNSIT|ALPHA_MODE(_(BLEND|EMISSIVE|MASK|NONE))?|NORMAL|SPECULAR|TYPE(_(BOX|CYLINDER|PRISM|SPHERE|TORUS|TUBE|RING|SCULPT))?|HOLE_(DEFAULT|CIRCLE|SQUARE|TRIANGLE)|MATERIAL(_(STONE|METAL|GLASS|WOOD|FLESH|PLASTIC|RUBBER))?|SHINY_(NONE|LOW|MEDIUM|HIGH)|BUMP_(NONE|BRIGHT|DARK|WOOD|BARK|BRICKS|CHECKER|CONCRETE|TILE|STONE|DISKS|GRAVEL|BLOBS|SIDING|LARGETILE|STUCCO|SUCTION|WEAVE)|TEXGEN_(DEFAULT|PLANAR)|SCRIPTED_SIT_ONLY|SCULPT_(TYPE_(SPHERE|TORUS|PLANE|CYLINDER|MASK)|FLAG_(MIRROR|INVERT))|PHYSICS(_(SHAPE_(CONVEX|NONE|PRIM|TYPE)))?|(POS|ROT)_LOCAL|SLICE|TEXT|FLEXIBLE|POINT_LIGHT|TEMP_ON_REZ|PHANTOM|POSITION|SIT_TARGET|SIZE|ROTATION|TEXTURE|NAME|OMEGA|DESC|LINK_TARGET|COLOR|BUMP_SHINY|FULLBRIGHT|TEXGEN|GLOW|MEDIA_(ALT_IMAGE_ENABLE|CONTROLS|(CURRENT|HOME)_URL|AUTO_(LOOP|PLAY|SCALE|ZOOM)|FIRST_CLICK_INTERACT|(WIDTH|HEIGHT)_PIXELS|WHITELIST(_ENABLE)?|PERMS_(INTERACT|CONTROL)|PARAM_MAX|CONTROLS_(STANDARD|MINI)|PERM_(NONE|OWNER|GROUP|ANYONE)|MAX_(URL_LENGTH|WHITELIST_(SIZE|COUNT)|(WIDTH|HEIGHT)_PIXELS)))|MASK_(BASE|OWNER|GROUP|EVERYONE|NEXT)|PERM_(TRANSFER|MODIFY|COPY|MOVE|ALL)|PARCEL_(MEDIA_COMMAND_(STOP|PAUSE|PLAY|LOOP|TEXTURE|URL|TIME|AGENT|UNLOAD|AUTO_ALIGN|TYPE|SIZE|DESC|LOOP_SET)|FLAG_(ALLOW_(FLY|(GROUP_)?SCRIPTS|LANDMARK|TERRAFORM|DAMAGE|CREATE_(GROUP_)?OBJECTS)|USE_(ACCESS_(GROUP|LIST)|BAN_LIST|LAND_PASS_LIST)|LOCAL_SOUND_ONLY|RESTRICT_PUSHOBJECT|ALLOW_(GROUP|ALL)_OBJECT_ENTRY)|COUNT_(TOTAL|OWNER|GROUP|OTHER|SELECTED|TEMP)|DETAILS_(NAME|DESC|OWNER|GROUP|AREA|ID|SEE_AVATARS))|LIST_STAT_(MAX|MIN|MEAN|MEDIAN|STD_DEV|SUM(_SQUARES)?|NUM_COUNT|GEOMETRIC_MEAN|RANGE)|PAY_(HIDE|DEFAULT)|REGION_FLAG_(ALLOW_DAMAGE|FIXED_SUN|BLOCK_TERRAFORM|SANDBOX|DISABLE_(COLLISIONS|PHYSICS)|BLOCK_FLY|ALLOW_DIRECT_TELEPORT|RESTRICT_PUSHOBJECT)|HTTP_(METHOD|MIMETYPE|BODY_(MAXLENGTH|TRUNCATED)|CUSTOM_HEADER|PRAGMA_NO_CACHE|VERBOSE_THROTTLE|VERIFY_CERT)|SIT_(INVALID_(AGENT|LINK_OBJECT)|NO(T_EXPERIENCE|_(ACCESS|EXPERIENCE_PERMISSION|SIT_TARGET)))|STRING_(TRIM(_(HEAD|TAIL))?)|CLICK_ACTION_(NONE|TOUCH|SIT|BUY|PAY|OPEN(_MEDIA)?|PLAY|ZOOM)|TOUCH_INVALID_FACE|PROFILE_(NONE|SCRIPT_MEMORY)|RC_(DATA_FLAGS|DETECT_PHANTOM|GET_(LINK_NUM|NORMAL|ROOT_KEY)|MAX_HITS|REJECT_(TYPES|AGENTS|(NON)?PHYSICAL|LAND))|RCERR_(CAST_TIME_EXCEEDED|SIM_PERF_LOW|UNKNOWN)|ESTATE_ACCESS_(ALLOWED_(AGENT|GROUP)_(ADD|REMOVE)|BANNED_AGENT_(ADD|REMOVE))|DENSITY|FRICTION|RESTITUTION|GRAVITY_MULTIPLIER|KFM_(COMMAND|CMD_(PLAY|STOP|PAUSE)|MODE|FORWARD|LOOP|PING_PONG|REVERSE|DATA|ROTATION|TRANSLATION)|ERR_(GENERIC|PARCEL_PERMISSIONS|MALFORMED_PARAMS|RUNTIME_PERMISSIONS|THROTTLED)|CHARACTER_(CMD_((SMOOTH_)?STOP|JUMP)|DESIRED_(TURN_)?SPEED|RADIUS|STAY_WITHIN_PARCEL|LENGTH|ORIENTATION|ACCOUNT_FOR_SKIPPED_FRAMES|AVOIDANCE_MODE|TYPE(_([ABCD]|NONE))?|MAX_(DECEL|TURN_RADIUS|(ACCEL|SPEED)))|PURSUIT_(OFFSET|FUZZ_FACTOR|GOAL_TOLERANCE|INTERCEPT)|REQUIRE_LINE_OF_SIGHT|FORCE_DIRECT_PATH|VERTICAL|HORIZONTAL|AVOID_(CHARACTERS|DYNAMIC_OBSTACLES|NONE)|PU_(EVADE_(HIDDEN|SPOTTED)|FAILURE_(DYNAMIC_PATHFINDING_DISABLED|INVALID_(GOAL|START)|NO_(NAVMESH|VALID_DESTINATION)|OTHER|TARGET_GONE|(PARCEL_)?UNREACHABLE)|(GOAL|SLOWDOWN_DISTANCE)_REACHED)|TRAVERSAL_TYPE(_(FAST|NONE|SLOW))?|CONTENT_TYPE_(ATOM|FORM|HTML|JSON|LLSD|RSS|TEXT|XHTML|XML)|GCNP_(RADIUS|STATIC)|(PATROL|WANDER)_PAUSE_AT_WAYPOINTS|OPT_(AVATAR|CHARACTER|EXCLUSION_VOLUME|LEGACY_LINKSET|MATERIAL_VOLUME|OTHER|STATIC_OBSTACLE|WALKABLE)|SIM_STAT_PCT_CHARS_STEPPED)\\\\b\"},{begin:\"\\\\b(FALSE|TRUE)\\\\b\"},{begin:\"\\\\b(ZERO_ROTATION)\\\\b\"},{begin:\"\\\\b(EOF|JSON_(ARRAY|DELETE|FALSE|INVALID|NULL|NUMBER|OBJECT|STRING|TRUE)|NULL_KEY|TEXTURE_(BLANK|DEFAULT|MEDIA|PLYWOOD|TRANSPARENT)|URL_REQUEST_(GRANTED|DENIED))\\\\b\"},{begin:\"\\\\b(ZERO_VECTOR|TOUCH_INVALID_(TEXCOORD|VECTOR))\\\\b\"}]},r={className:\"built_in\",begin:\"\\\\b(ll(AgentInExperience|(Create|DataSize|Delete|KeyCount|Keys|Read|Update)KeyValue|GetExperience(Details|ErrorMessage)|ReturnObjectsBy(ID|Owner)|Json(2List|[GS]etValue|ValueType)|Sin|Cos|Tan|Atan2|Sqrt|Pow|Abs|Fabs|Frand|Floor|Ceil|Round|Vec(Mag|Norm|Dist)|Rot(Between|2(Euler|Fwd|Left|Up))|(Euler|Axes)2Rot|Whisper|(Region|Owner)?Say|Shout|Listen(Control|Remove)?|Sensor(Repeat|Remove)?|Detected(Name|Key|Owner|Type|Pos|Vel|Grab|Rot|Group|LinkNumber)|Die|Ground|Wind|([GS]et)(AnimationOverride|MemoryLimit|PrimMediaParams|ParcelMusicURL|Object(Desc|Name)|PhysicsMaterial|Status|Scale|Color|Alpha|Texture|Pos|Rot|Force|Torque)|ResetAnimationOverride|(Scale|Offset|Rotate)Texture|(Rot)?Target(Remove)?|(Stop)?MoveToTarget|Apply(Rotational)?Impulse|Set(KeyframedMotion|ContentType|RegionPos|(Angular)?Velocity|Buoyancy|HoverHeight|ForceAndTorque|TimerEvent|ScriptState|Damage|TextureAnim|Sound(Queueing|Radius)|Vehicle(Type|(Float|Vector|Rotation)Param)|(Touch|Sit)?Text|Camera(Eye|At)Offset|PrimitiveParams|ClickAction|Link(Alpha|Color|PrimitiveParams(Fast)?|Texture(Anim)?|Camera|Media)|RemoteScriptAccessPin|PayPrice|LocalRot)|ScaleByFactor|Get((Max|Min)ScaleFactor|ClosestNavPoint|StaticPath|SimStats|Env|PrimitiveParams|Link(PrimitiveParams|Number(OfSides)?|Key|Name|Media)|HTTPHeader|FreeURLs|Object(Details|PermMask|PrimCount)|Parcel(MaxPrims|Details|Prim(Count|Owners))|Attached(List)?|(SPMax|Free|Used)Memory|Region(Name|TimeDilation|FPS|Corner|AgentCount)|Root(Position|Rotation)|UnixTime|(Parcel|Region)Flags|(Wall|GMT)clock|SimulatorHostname|BoundingBox|GeometricCenter|Creator|NumberOf(Prims|NotecardLines|Sides)|Animation(List)?|(Camera|Local)(Pos|Rot)|Vel|Accel|Omega|Time(stamp|OfDay)|(Object|CenterOf)?Mass|MassMKS|Energy|Owner|(Owner)?Key|SunDirection|Texture(Offset|Scale|Rot)|Inventory(Number|Name|Key|Type|Creator|PermMask)|Permissions(Key)?|StartParameter|List(Length|EntryType)|Date|Agent(Size|Info|Language|List)|LandOwnerAt|NotecardLine|Script(Name|State))|(Get|Reset|GetAndReset)Time|PlaySound(Slave)?|LoopSound(Master|Slave)?|(Trigger|Stop|Preload)Sound|((Get|Delete)Sub|Insert)String|To(Upper|Lower)|Give(InventoryList|Money)|RezObject|(Stop)?LookAt|Sleep|CollisionFilter|(Take|Release)Controls|DetachFromAvatar|AttachToAvatar(Temp)?|InstantMessage|(GetNext)?Email|StopHover|MinEventDelay|RotLookAt|String(Length|Trim)|(Start|Stop)Animation|TargetOmega|Request(Experience)?Permissions|(Create|Break)Link|BreakAllLinks|(Give|Remove)Inventory|Water|PassTouches|Request(Agent|Inventory)Data|TeleportAgent(Home|GlobalCoords)?|ModifyLand|CollisionSound|ResetScript|MessageLinked|PushObject|PassCollisions|AxisAngle2Rot|Rot2(Axis|Angle)|A(cos|sin)|AngleBetween|AllowInventoryDrop|SubStringIndex|List2(CSV|Integer|Json|Float|String|Key|Vector|Rot|List(Strided)?)|DeleteSubList|List(Statistics|Sort|Randomize|(Insert|Find|Replace)List)|EdgeOfWorld|AdjustSoundVolume|Key2Name|TriggerSoundLimited|EjectFromLand|(CSV|ParseString)2List|OverMyLand|SameGroup|UnSit|Ground(Slope|Normal|Contour)|GroundRepel|(Set|Remove)VehicleFlags|SitOnLink|(AvatarOn)?(Link)?SitTarget|Script(Danger|Profiler)|Dialog|VolumeDetect|ResetOtherScript|RemoteLoadScriptPin|(Open|Close)RemoteDataChannel|SendRemoteData|RemoteDataReply|(Integer|String)ToBase64|XorBase64|Log(10)?|Base64To(String|Integer)|ParseStringKeepNulls|RezAtRoot|RequestSimulatorData|ForceMouselook|(Load|Release|(E|Une)scape)URL|ParcelMedia(CommandList|Query)|ModPow|MapDestination|(RemoveFrom|AddTo|Reset)Land(Pass|Ban)List|(Set|Clear)CameraParams|HTTP(Request|Response)|TextBox|DetectedTouch(UV|Face|Pos|(N|Bin)ormal|ST)|(MD5|SHA1|DumpList2)String|Request(Secure)?URL|Clear(Prim|Link)Media|(Link)?ParticleSystem|(Get|Request)(Username|DisplayName)|RegionSayTo|CastRay|GenerateKey|TransferLindenDollars|ManageEstateAccess|(Create|Delete)Character|ExecCharacterCmd|Evade|FleeFrom|NavigateTo|PatrolPoints|Pursue|UpdateCharacter|WanderWithin))\\\\b\"};return{name:\"LSL (Linden Scripting Language)\",illegal:\":\",contains:[n,{className:\"comment\",variants:[e.COMMENT(\"//\",\"$\"),e.COMMENT(\"/\\\\*\",\"\\\\*/\")],relevance:0},i,{className:\"section\",variants:[{begin:\"\\\\b(state|default)\\\\b\"},{begin:\"\\\\b(state_(entry|exit)|touch(_(start|end))?|(land_)?collision(_(start|end))?|timer|listen|(no_)?sensor|control|(not_)?at_(rot_)?target|money|email|experience_permissions(_denied)?|run_time_permissions|changed|attach|dataserver|moving_(start|end)|link_message|(on|object)_rez|remote_data|http_re(sponse|quest)|path_update|transaction_result)\\\\b\"}]},r,a,{className:\"type\",begin:\"\\\\b(integer|float|string|key|vector|quaternion|rotation|list)\\\\b\"}]}}e.exports=n},\"28ec\":function(e,t,n){\"use strict\";var i=/^([a-zA-Z0-9.!#$%&'*+\\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,a=/^([a-zA-Z][a-zA-Z0-9+.\\-]{1,31}):([^<>\\x00-\\x20]*)$/;e.exports=function(e,t){var n,r,s,o,l,c,_=e.pos;if(60!==e.src.charCodeAt(_))return!1;for(l=e.pos,c=e.posMax;;){if(++_>=c)return!1;if(o=e.src.charCodeAt(_),60===o)return!1;if(62===o)break}return n=e.src.slice(l+1,_),a.test(n)?(r=e.md.normalizeLink(n),!!e.md.validateLink(r)&&(t||(s=e.push(\"link_open\",\"a\",1),s.attrs=[[\"href\",r]],s.markup=\"autolink\",s.info=\"auto\",s=e.push(\"text\",\"\",0),s.content=e.md.normalizeLinkText(n),s=e.push(\"link_close\",\"a\",-1),s.markup=\"autolink\",s.info=\"auto\"),e.pos+=n.length+2,!0)):!!i.test(n)&&(r=e.md.normalizeLink(\"mailto:\"+n),!!e.md.validateLink(r)&&(t||(s=e.push(\"link_open\",\"a\",1),s.attrs=[[\"href\",r]],s.markup=\"autolink\",s.info=\"auto\",s=e.push(\"text\",\"\",0),s.content=e.md.normalizeLinkText(n),s=e.push(\"link_close\",\"a\",-1),s.markup=\"autolink\",s.info=\"auto\"),e.pos+=n.length+2,!0))}},2907:function(e,t){function n(e){const t=e.regex,n=/(?![A-Za-z0-9])(?![$])/,i=t.concat(/[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/,n),a=t.concat(/(\\\\?[A-Z][a-z0-9_\\x7f-\\xff]+|\\\\?[A-Z]+(?=[A-Z][a-z0-9_\\x7f-\\xff])){1,}/,n),r={scope:\"variable\",match:\"\\\\$+\"+i},s={scope:\"meta\",variants:[{begin:/<\\?php/,relevance:10},{begin:/<\\?=/},{begin:/<\\?/,relevance:.1},{begin:/\\?>/}]},o={scope:\"subst\",variants:[{begin:/\\$\\w+/},{begin:/\\{\\$/,end:/\\}/}]},l=e.inherit(e.APOS_STRING_MODE,{illegal:null}),c=e.inherit(e.QUOTE_STRING_MODE,{illegal:null,contains:e.QUOTE_STRING_MODE.contains.concat(o)}),_=e.END_SAME_AS_BEGIN({begin:/<<<[ \\t]*(\\w+)\\n/,end:/[ \\t]*(\\w+)\\b/,contains:e.QUOTE_STRING_MODE.contains.concat(o)}),d=\"[ \\t\\n]\",u={scope:\"string\",variants:[c,l,_]},p={scope:\"number\",variants:[{begin:\"\\\\b0[bB][01]+(?:_[01]+)*\\\\b\"},{begin:\"\\\\b0[oO][0-7]+(?:_[0-7]+)*\\\\b\"},{begin:\"\\\\b0[xX][\\\\da-fA-F]+(?:_[\\\\da-fA-F]+)*\\\\b\"},{begin:\"(?:\\\\b\\\\d+(?:_\\\\d+)*(\\\\.(?:\\\\d+(?:_\\\\d+)*))?|\\\\B\\\\.\\\\d+)(?:[eE][+-]?\\\\d+)?\"}],relevance:0},m=[\"false\",\"null\",\"true\"],g=[\"__CLASS__\",\"__DIR__\",\"__FILE__\",\"__FUNCTION__\",\"__COMPILER_HALT_OFFSET__\",\"__LINE__\",\"__METHOD__\",\"__NAMESPACE__\",\"__TRAIT__\",\"die\",\"echo\",\"exit\",\"include\",\"include_once\",\"print\",\"require\",\"require_once\",\"array\",\"abstract\",\"and\",\"as\",\"binary\",\"bool\",\"boolean\",\"break\",\"callable\",\"case\",\"catch\",\"class\",\"clone\",\"const\",\"continue\",\"declare\",\"default\",\"do\",\"double\",\"else\",\"elseif\",\"empty\",\"enddeclare\",\"endfor\",\"endforeach\",\"endif\",\"endswitch\",\"endwhile\",\"enum\",\"eval\",\"extends\",\"final\",\"finally\",\"float\",\"for\",\"foreach\",\"from\",\"global\",\"goto\",\"if\",\"implements\",\"instanceof\",\"insteadof\",\"int\",\"integer\",\"interface\",\"isset\",\"iterable\",\"list\",\"match|0\",\"mixed\",\"new\",\"never\",\"object\",\"or\",\"private\",\"protected\",\"public\",\"readonly\",\"real\",\"return\",\"string\",\"switch\",\"throw\",\"trait\",\"try\",\"unset\",\"use\",\"var\",\"void\",\"while\",\"xor\",\"yield\"],h=[\"Error|0\",\"AppendIterator\",\"ArgumentCountError\",\"ArithmeticError\",\"ArrayIterator\",\"ArrayObject\",\"AssertionError\",\"BadFunctionCallException\",\"BadMethodCallException\",\"CachingIterator\",\"CallbackFilterIterator\",\"CompileError\",\"Countable\",\"DirectoryIterator\",\"DivisionByZeroError\",\"DomainException\",\"EmptyIterator\",\"ErrorException\",\"Exception\",\"FilesystemIterator\",\"FilterIterator\",\"GlobIterator\",\"InfiniteIterator\",\"InvalidArgumentException\",\"IteratorIterator\",\"LengthException\",\"LimitIterator\",\"LogicException\",\"MultipleIterator\",\"NoRewindIterator\",\"OutOfBoundsException\",\"OutOfRangeException\",\"OuterIterator\",\"OverflowException\",\"ParentIterator\",\"ParseError\",\"RangeException\",\"RecursiveArrayIterator\",\"RecursiveCachingIterator\",\"RecursiveCallbackFilterIterator\",\"RecursiveDirectoryIterator\",\"RecursiveFilterIterator\",\"RecursiveIterator\",\"RecursiveIteratorIterator\",\"RecursiveRegexIterator\",\"RecursiveTreeIterator\",\"RegexIterator\",\"RuntimeException\",\"SeekableIterator\",\"SplDoublyLinkedList\",\"SplFileInfo\",\"SplFileObject\",\"SplFixedArray\",\"SplHeap\",\"SplMaxHeap\",\"SplMinHeap\",\"SplObjectStorage\",\"SplObserver\",\"SplPriorityQueue\",\"SplQueue\",\"SplStack\",\"SplSubject\",\"SplTempFileObject\",\"TypeError\",\"UnderflowException\",\"UnexpectedValueException\",\"UnhandledMatchError\",\"ArrayAccess\",\"BackedEnum\",\"Closure\",\"Fiber\",\"Generator\",\"Iterator\",\"IteratorAggregate\",\"Serializable\",\"Stringable\",\"Throwable\",\"Traversable\",\"UnitEnum\",\"WeakReference\",\"WeakMap\",\"Directory\",\"__PHP_Incomplete_Class\",\"parent\",\"php_user_filter\",\"self\",\"static\",\"stdClass\"],E=e=>{const t=[];return e.forEach(e=>{t.push(e),e.toLowerCase()===e?t.push(e.toUpperCase()):t.push(e.toLowerCase())}),t},S={keyword:g,literal:E(m),built_in:h},b=e=>e.map(e=>e.replace(/\\|\\d+$/,\"\")),f={variants:[{match:[/new/,t.concat(d,\"+\"),t.concat(\"(?!\",b(h).join(\"\\\\b|\"),\"\\\\b)\"),a],scope:{1:\"keyword\",4:\"title.class\"}}]},T=t.concat(i,\"\\\\b(?!\\\\()\"),C={variants:[{match:[t.concat(/::/,t.lookahead(/(?!class\\b)/)),T],scope:{2:\"variable.constant\"}},{match:[/::/,/class/],scope:{2:\"variable.language\"}},{match:[a,t.concat(/::/,t.lookahead(/(?!class\\b)/)),T],scope:{1:\"title.class\",3:\"variable.constant\"}},{match:[a,t.concat(\"::\",t.lookahead(/(?!class\\b)/))],scope:{1:\"title.class\"}},{match:[a,/::/,/class/],scope:{1:\"title.class\",3:\"variable.language\"}}]},v={scope:\"attr\",match:t.concat(i,t.lookahead(\":\"),t.lookahead(/(?!::)/))},y={relevance:0,begin:/\\(/,end:/\\)/,keywords:S,contains:[v,r,C,e.C_BLOCK_COMMENT_MODE,u,p,f]},R={relevance:0,match:[/\\b/,t.concat(\"(?!fn\\\\b|function\\\\b|\",b(g).join(\"\\\\b|\"),\"|\",b(h).join(\"\\\\b|\"),\"\\\\b)\"),i,t.concat(d,\"*\"),t.lookahead(/(?=\\()/)],scope:{3:\"title.function.invoke\"},contains:[y]};y.contains.push(R);const N=[v,C,e.C_BLOCK_COMMENT_MODE,u,p,f],O={begin:t.concat(/#\\[\\s*/,a),beginScope:\"meta\",end:/]/,endScope:\"meta\",keywords:{literal:m,keyword:[\"new\",\"array\"]},contains:[{begin:/\\[/,end:/]/,keywords:{literal:m,keyword:[\"new\",\"array\"]},contains:[\"self\",...N]},...N,{scope:\"meta\",match:a}]};return{case_insensitive:!1,keywords:S,contains:[O,e.HASH_COMMENT_MODE,e.COMMENT(\"//\",\"$\"),e.COMMENT(\"/\\\\*\",\"\\\\*/\",{contains:[{scope:\"doctag\",match:\"@[A-Za-z]+\"}]}),{match:/__halt_compiler\\(\\);/,keywords:\"__halt_compiler\",starts:{scope:\"comment\",end:e.MATCH_NOTHING_RE,contains:[{match:/\\?>/,scope:\"meta\",endsParent:!0}]}},s,{scope:\"variable.language\",match:/\\$this\\b/},r,R,C,{match:[/const/,/\\s/,i],scope:{1:\"keyword\",3:\"variable.constant\"}},f,{scope:\"function\",relevance:0,beginKeywords:\"fn function\",end:/[;{]/,excludeEnd:!0,illegal:\"[$%\\\\[]\",contains:[{beginKeywords:\"use\"},e.UNDERSCORE_TITLE_MODE,{begin:\"=>\",endsParent:!0},{scope:\"params\",begin:\"\\\\(\",end:\"\\\\)\",excludeBegin:!0,excludeEnd:!0,keywords:S,contains:[\"self\",r,C,e.C_BLOCK_COMMENT_MODE,u,p]}]},{scope:\"class\",variants:[{beginKeywords:\"enum\",illegal:/[($\"]/},{beginKeywords:\"class interface trait\",illegal:/[:($\"]/}],relevance:0,end:/\\{/,excludeEnd:!0,contains:[{beginKeywords:\"extends implements\"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:\"namespace\",relevance:0,end:\";\",illegal:/[.']/,contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{scope:\"title.class\"})]},{beginKeywords:\"use\",relevance:0,end:\";\",contains:[{match:/\\b(as|const|function)\\b/,scope:\"keyword\"},e.UNDERSCORE_TITLE_MODE]},u,p]}}e.exports=n},\"294a\":function(e,t){function n(e){const t=\"(_?[ui](8|16|32|64|128))?\",n=\"(_?f(32|64))?\",i=\"[a-zA-Z_]\\\\w*[!?=]?\",a=\"[a-zA-Z_]\\\\w*[!?=]?|[-+~]@|<<|>>|[=!]~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~|]|//|//=|&[-+*]=?|&\\\\*\\\\*|\\\\[\\\\][=?]?\",r=\"[A-Za-z_]\\\\w*(::\\\\w+)*(\\\\?|!)?\",s={$pattern:i,keyword:\"abstract alias annotation as as? asm begin break case class def do else elsif end ensure enum extend for fun if include instance_sizeof is_a? lib macro module next nil? of out pointerof private protected rescue responds_to? return require select self sizeof struct super then type typeof union uninitialized unless until verbatim when while with yield __DIR__ __END_LINE__ __FILE__ __LINE__\",literal:\"false nil true\"},o={className:\"subst\",begin:/#\\{/,end:/\\}/,keywords:s},l={className:\"variable\",begin:\"(\\\\$\\\\W)|((\\\\$|@@?)(\\\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])\"},c={className:\"template-variable\",variants:[{begin:\"\\\\{\\\\{\",end:\"\\\\}\\\\}\"},{begin:\"\\\\{%\",end:\"%\\\\}\"}],keywords:s};function _(e,t){const n=[{begin:e,end:t}];return n[0].contains=n,n}const d={className:\"string\",contains:[e.BACKSLASH_ESCAPE,o],variants:[{begin:/'/,end:/'/},{begin:/\"/,end:/\"/},{begin:/`/,end:/`/},{begin:\"%[Qwi]?\\\\(\",end:\"\\\\)\",contains:_(\"\\\\(\",\"\\\\)\")},{begin:\"%[Qwi]?\\\\[\",end:\"\\\\]\",contains:_(\"\\\\[\",\"\\\\]\")},{begin:\"%[Qwi]?\\\\{\",end:/\\}/,contains:_(/\\{/,/\\}/)},{begin:\"%[Qwi]?<\",end:\">\",contains:_(\"<\",\">\")},{begin:\"%[Qwi]?\\\\|\",end:\"\\\\|\"},{begin:/<<-\\w+$/,end:/^\\s*\\w+$/}],relevance:0},u={className:\"string\",variants:[{begin:\"%q\\\\(\",end:\"\\\\)\",contains:_(\"\\\\(\",\"\\\\)\")},{begin:\"%q\\\\[\",end:\"\\\\]\",contains:_(\"\\\\[\",\"\\\\]\")},{begin:\"%q\\\\{\",end:/\\}/,contains:_(/\\{/,/\\}/)},{begin:\"%q<\",end:\">\",contains:_(\"<\",\">\")},{begin:\"%q\\\\|\",end:\"\\\\|\"},{begin:/<<-'\\w+'$/,end:/^\\s*\\w+$/}],relevance:0},p={begin:\"(?!%\\\\})(\"+e.RE_STARTERS_RE+\"|\\\\n|\\\\b(case|if|select|unless|until|when|while)\\\\b)\\\\s*\",keywords:\"case if select unless until when while\",contains:[{className:\"regexp\",contains:[e.BACKSLASH_ESCAPE,o],variants:[{begin:\"//[a-z]*\",relevance:0},{begin:\"/(?!\\\\/)\",end:\"/[a-z]*\"}]}],relevance:0},m={className:\"regexp\",contains:[e.BACKSLASH_ESCAPE,o],variants:[{begin:\"%r\\\\(\",end:\"\\\\)\",contains:_(\"\\\\(\",\"\\\\)\")},{begin:\"%r\\\\[\",end:\"\\\\]\",contains:_(\"\\\\[\",\"\\\\]\")},{begin:\"%r\\\\{\",end:/\\}/,contains:_(/\\{/,/\\}/)},{begin:\"%r<\",end:\">\",contains:_(\"<\",\">\")},{begin:\"%r\\\\|\",end:\"\\\\|\"}],relevance:0},g={className:\"meta\",begin:\"@\\\\[\",end:\"\\\\]\",contains:[e.inherit(e.QUOTE_STRING_MODE,{className:\"string\"})]},h=[c,d,u,m,p,g,l,e.HASH_COMMENT_MODE,{className:\"class\",beginKeywords:\"class module struct\",end:\"$|;\",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:r}),{begin:\"<\"}]},{className:\"class\",beginKeywords:\"lib enum union\",end:\"$|;\",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:r})]},{beginKeywords:\"annotation\",end:\"$|;\",illegal:/=/,contains:[e.HASH_COMMENT_MODE,e.inherit(e.TITLE_MODE,{begin:r})],relevance:2},{className:\"function\",beginKeywords:\"def\",end:/\\B\\b/,contains:[e.inherit(e.TITLE_MODE,{begin:a,endsParent:!0})]},{className:\"function\",beginKeywords:\"fun macro\",end:/\\B\\b/,contains:[e.inherit(e.TITLE_MODE,{begin:a,endsParent:!0})],relevance:2},{className:\"symbol\",begin:e.UNDERSCORE_IDENT_RE+\"(!|\\\\?)?:\",relevance:0},{className:\"symbol\",begin:\":\",contains:[d,{begin:a}],relevance:0},{className:\"number\",variants:[{begin:\"\\\\b0b([01_]+)\"+t},{begin:\"\\\\b0o([0-7_]+)\"+t},{begin:\"\\\\b0x([A-Fa-f0-9_]+)\"+t},{begin:\"\\\\b([1-9][0-9_]*[0-9]|[0-9])(\\\\.[0-9][0-9_]*)?([eE]_?[-+]?[0-9_]*)?\"+n+\"(?!_)\"},{begin:\"\\\\b([1-9][0-9_]*|0)\"+t}],relevance:0}];return o.contains=h,c.contains=h.slice(1),{name:\"Crystal\",aliases:[\"cr\"],keywords:s,contains:h}}e.exports=n},\"2a39\":function(e,t){function n(e){return e?\"string\"===typeof e?e:e.source:null}function i(e){return a(\"(?=\",e,\")\")}function a(...e){const t=e.map(e=>n(e)).join(\"\");return t}function r(e){const t=e[e.length-1];return\"object\"===typeof t&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function s(...e){const t=r(e),i=\"(\"+(t.capture?\"\":\"?:\")+e.map(e=>n(e)).join(\"|\")+\")\";return i}const o=e=>a(/\\b/,e,/\\w$/.test(e)?/\\b/:/\\B/),l=[\"Protocol\",\"Type\"].map(o),c=[\"init\",\"self\"].map(o),_=[\"Any\",\"Self\"],d=[\"actor\",\"any\",\"associatedtype\",\"async\",\"await\",/as\\?/,/as!/,\"as\",\"break\",\"case\",\"catch\",\"class\",\"continue\",\"convenience\",\"default\",\"defer\",\"deinit\",\"didSet\",\"distributed\",\"do\",\"dynamic\",\"else\",\"enum\",\"extension\",\"fallthrough\",/fileprivate\\(set\\)/,\"fileprivate\",\"final\",\"for\",\"func\",\"get\",\"guard\",\"if\",\"import\",\"indirect\",\"infix\",/init\\?/,/init!/,\"inout\",/internal\\(set\\)/,\"internal\",\"in\",\"is\",\"isolated\",\"nonisolated\",\"lazy\",\"let\",\"mutating\",\"nonmutating\",/open\\(set\\)/,\"open\",\"operator\",\"optional\",\"override\",\"postfix\",\"precedencegroup\",\"prefix\",/private\\(set\\)/,\"private\",\"protocol\",/public\\(set\\)/,\"public\",\"repeat\",\"required\",\"rethrows\",\"return\",\"set\",\"some\",\"static\",\"struct\",\"subscript\",\"super\",\"switch\",\"throws\",\"throw\",/try\\?/,/try!/,\"try\",\"typealias\",/unowned\\(safe\\)/,/unowned\\(unsafe\\)/,\"unowned\",\"var\",\"weak\",\"where\",\"while\",\"willSet\"],u=[\"false\",\"nil\",\"true\"],p=[\"assignment\",\"associativity\",\"higherThan\",\"left\",\"lowerThan\",\"none\",\"right\"],m=[\"#colorLiteral\",\"#column\",\"#dsohandle\",\"#else\",\"#elseif\",\"#endif\",\"#error\",\"#file\",\"#fileID\",\"#fileLiteral\",\"#filePath\",\"#function\",\"#if\",\"#imageLiteral\",\"#keyPath\",\"#line\",\"#selector\",\"#sourceLocation\",\"#warn_unqualified_access\",\"#warning\"],g=[\"abs\",\"all\",\"any\",\"assert\",\"assertionFailure\",\"debugPrint\",\"dump\",\"fatalError\",\"getVaList\",\"isKnownUniquelyReferenced\",\"max\",\"min\",\"numericCast\",\"pointwiseMax\",\"pointwiseMin\",\"precondition\",\"preconditionFailure\",\"print\",\"readLine\",\"repeatElement\",\"sequence\",\"stride\",\"swap\",\"swift_unboxFromSwiftValueWithType\",\"transcode\",\"type\",\"unsafeBitCast\",\"unsafeDowncast\",\"withExtendedLifetime\",\"withUnsafeMutablePointer\",\"withUnsafePointer\",\"withVaList\",\"withoutActuallyEscaping\",\"zip\"],h=s(/[/=\\-+!*%<>&|^~?]/,/[\\u00A1-\\u00A7]/,/[\\u00A9\\u00AB]/,/[\\u00AC\\u00AE]/,/[\\u00B0\\u00B1]/,/[\\u00B6\\u00BB\\u00BF\\u00D7\\u00F7]/,/[\\u2016-\\u2017]/,/[\\u2020-\\u2027]/,/[\\u2030-\\u203E]/,/[\\u2041-\\u2053]/,/[\\u2055-\\u205E]/,/[\\u2190-\\u23FF]/,/[\\u2500-\\u2775]/,/[\\u2794-\\u2BFF]/,/[\\u2E00-\\u2E7F]/,/[\\u3001-\\u3003]/,/[\\u3008-\\u3020]/,/[\\u3030]/),E=s(h,/[\\u0300-\\u036F]/,/[\\u1DC0-\\u1DFF]/,/[\\u20D0-\\u20FF]/,/[\\uFE00-\\uFE0F]/,/[\\uFE20-\\uFE2F]/),S=a(h,E,\"*\"),b=s(/[a-zA-Z_]/,/[\\u00A8\\u00AA\\u00AD\\u00AF\\u00B2-\\u00B5\\u00B7-\\u00BA]/,/[\\u00BC-\\u00BE\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u00FF]/,/[\\u0100-\\u02FF\\u0370-\\u167F\\u1681-\\u180D\\u180F-\\u1DBF]/,/[\\u1E00-\\u1FFF]/,/[\\u200B-\\u200D\\u202A-\\u202E\\u203F-\\u2040\\u2054\\u2060-\\u206F]/,/[\\u2070-\\u20CF\\u2100-\\u218F\\u2460-\\u24FF\\u2776-\\u2793]/,/[\\u2C00-\\u2DFF\\u2E80-\\u2FFF]/,/[\\u3004-\\u3007\\u3021-\\u302F\\u3031-\\u303F\\u3040-\\uD7FF]/,/[\\uF900-\\uFD3D\\uFD40-\\uFDCF\\uFDF0-\\uFE1F\\uFE30-\\uFE44]/,/[\\uFE47-\\uFEFE\\uFF00-\\uFFFD]/),f=s(b,/\\d/,/[\\u0300-\\u036F\\u1DC0-\\u1DFF\\u20D0-\\u20FF\\uFE20-\\uFE2F]/),T=a(b,f,\"*\"),C=a(/[A-Z]/,f,\"*\"),v=[\"autoclosure\",a(/convention\\(/,s(\"swift\",\"block\",\"c\"),/\\)/),\"discardableResult\",\"dynamicCallable\",\"dynamicMemberLookup\",\"escaping\",\"frozen\",\"GKInspectable\",\"IBAction\",\"IBDesignable\",\"IBInspectable\",\"IBOutlet\",\"IBSegueAction\",\"inlinable\",\"main\",\"nonobjc\",\"NSApplicationMain\",\"NSCopying\",\"NSManaged\",a(/objc\\(/,T,/\\)/),\"objc\",\"objcMembers\",\"propertyWrapper\",\"requires_stored_property_inits\",\"resultBuilder\",\"testable\",\"UIApplicationMain\",\"unknown\",\"usableFromInline\"],y=[\"iOS\",\"iOSApplicationExtension\",\"macOS\",\"macOSApplicationExtension\",\"macCatalyst\",\"macCatalystApplicationExtension\",\"watchOS\",\"watchOSApplicationExtension\",\"tvOS\",\"tvOSApplicationExtension\",\"swift\"];function R(e){const t={match:/\\s+/,relevance:0},n=e.COMMENT(\"/\\\\*\",\"\\\\*/\",{contains:[\"self\"]}),r=[e.C_LINE_COMMENT_MODE,n],h={match:[/\\./,s(...l,...c)],className:{2:\"keyword\"}},b={match:a(/\\./,s(...d)),relevance:0},R=d.filter(e=>\"string\"===typeof e).concat([\"_|0\"]),N=d.filter(e=>\"string\"!==typeof e).concat(_).map(o),O={variants:[{className:\"keyword\",match:s(...N,...c)}]},A={$pattern:s(/\\b\\w+/,/#\\w+/),keyword:R.concat(m),literal:u},I=[h,b,O],D={match:a(/\\./,s(...g)),relevance:0},w={className:\"built_in\",match:a(/\\b/,s(...g),/(?=\\()/)},x=[D,w],M={match:/->/,relevance:0},k={className:\"operator\",relevance:0,variants:[{match:S},{match:`\\\\.(\\\\.|${E})+`}]},L=[M,k],P=\"([0-9]_*)+\",F=\"([0-9a-fA-F]_*)+\",U={className:\"number\",relevance:0,variants:[{match:`\\\\b(${P})(\\\\.(${P}))?([eE][+-]?(${P}))?\\\\b`},{match:`\\\\b0x(${F})(\\\\.(${F}))?([pP][+-]?(${P}))?\\\\b`},{match:/\\b0o([0-7]_*)+\\b/},{match:/\\b0b([01]_*)+\\b/}]},B=(e=\"\")=>({className:\"subst\",variants:[{match:a(/\\\\/,e,/[0\\\\tnr\"']/)},{match:a(/\\\\/,e,/u\\{[0-9a-fA-F]{1,8}\\}/)}]}),G=(e=\"\")=>({className:\"subst\",match:a(/\\\\/,e,/[\\t ]*(?:[\\r\\n]|\\r\\n)/)}),Y=(e=\"\")=>({className:\"subst\",label:\"interpol\",begin:a(/\\\\/,e,/\\(/),end:/\\)/}),z=(e=\"\")=>({begin:a(e,/\"\"\"/),end:a(/\"\"\"/,e),contains:[B(e),G(e),Y(e)]}),q=(e=\"\")=>({begin:a(e,/\"/),end:a(/\"/,e),contains:[B(e),Y(e)]}),H={className:\"string\",variants:[z(),z(\"#\"),z(\"##\"),z(\"###\"),q(),q(\"#\"),q(\"##\"),q(\"###\")]},V={match:a(/`/,T,/`/)},$={className:\"variable\",match:/\\$\\d+/},W={className:\"variable\",match:`\\\\$${f}+`},j=[V,$,W],Q={match:/(@|#(un)?)available/,className:\"keyword\",starts:{contains:[{begin:/\\(/,end:/\\)/,keywords:y,contains:[...L,U,H]}]}},K={className:\"keyword\",match:a(/@/,s(...v))},Z={className:\"meta\",match:a(/@/,T)},X=[Q,K,Z],J={match:i(/\\b[A-Z]/),relevance:0,contains:[{className:\"type\",match:a(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,f,\"+\")},{className:\"type\",match:C,relevance:0},{match:/[?!]+/,relevance:0},{match:/\\.\\.\\./,relevance:0},{match:a(/\\s+&\\s+/,i(C)),relevance:0}]},ee={begin:/</,end:/>/,keywords:A,contains:[...r,...I,...X,M,J]};J.contains.push(ee);const te={match:a(T,/\\s*:/),keywords:\"_|0\",relevance:0},ne={begin:/\\(/,end:/\\)/,relevance:0,keywords:A,contains:[\"self\",te,...r,...I,...x,...L,U,H,...j,...X,J]},ie={begin:/</,end:/>/,contains:[...r,J]},ae={begin:s(i(a(T,/\\s*:/)),i(a(T,/\\s+/,T,/\\s*:/))),end:/:/,relevance:0,contains:[{className:\"keyword\",match:/\\b_\\b/},{className:\"params\",match:T}]},re={begin:/\\(/,end:/\\)/,keywords:A,contains:[ae,...r,...I,...L,U,H,...X,J,ne],endsParent:!0,illegal:/[\"']/},se={match:[/func/,/\\s+/,s(V.match,T,S)],className:{1:\"keyword\",3:\"title.function\"},contains:[ie,re,t],illegal:[/\\[/,/%/]},oe={match:[/\\b(?:subscript|init[?!]?)/,/\\s*(?=[<(])/],className:{1:\"keyword\"},contains:[ie,re,t],illegal:/\\[|%/},le={match:[/operator/,/\\s+/,S],className:{1:\"keyword\",3:\"title\"}},ce={begin:[/precedencegroup/,/\\s+/,C],className:{1:\"keyword\",3:\"title\"},contains:[J],keywords:[...p,...u],end:/}/};for(const i of H.variants){const e=i.contains.find(e=>\"interpol\"===e.label);e.keywords=A;const t=[...I,...x,...L,U,H,...j];e.contains=[...t,{begin:/\\(/,end:/\\)/,contains:[\"self\",...t]}]}return{name:\"Swift\",keywords:A,contains:[...r,se,oe,{beginKeywords:\"struct protocol class extension enum actor\",end:\"\\\\{\",excludeEnd:!0,keywords:A,contains:[e.inherit(e.TITLE_MODE,{className:\"title.class\",begin:/[A-Za-z$_][\\u00C0-\\u02B80-9A-Za-z$_]*/}),...I]},le,ce,{beginKeywords:\"import\",end:/$/,contains:[...r],relevance:0},...I,...x,...L,U,H,...j,...X,J,ne]}}e.exports=R},\"2a93\":function(e,t){function n(e){const t=e.regex,n={className:\"number\",relevance:0,variants:[{begin:/([+-]+)?[\\d]+_[\\d_]+/},{begin:e.NUMBER_RE}]},i=e.COMMENT();i.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const a={className:\"variable\",variants:[{begin:/\\$[\\w\\d\"][\\w\\d_]*/},{begin:/\\$\\{(.*?)\\}/}]},r={className:\"literal\",begin:/\\bon|off|true|false|yes|no\\b/},s={className:\"string\",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:\"'''\",end:\"'''\",relevance:10},{begin:'\"\"\"',end:'\"\"\"',relevance:10},{begin:'\"',end:'\"'},{begin:\"'\",end:\"'\"}]},o={begin:/\\[/,end:/\\]/,contains:[i,r,a,s,n,\"self\"],relevance:0},l=/[A-Za-z0-9_-]+/,c=/\"(\\\\\"|[^\"])*\"/,_=/'[^']*'/,d=t.either(l,c,_),u=t.concat(d,\"(\\\\s*\\\\.\\\\s*\",d,\")*\",t.lookahead(/\\s*=\\s*[^#\\s]/));return{name:\"TOML, also INI\",aliases:[\"toml\"],case_insensitive:!0,illegal:/\\S/,contains:[i,{className:\"section\",begin:/\\[+/,end:/\\]+/},{begin:u,className:\"attr\",starts:{end:/$/,contains:[i,o,r,a,s,n]}}]}}e.exports=n},\"2b22\":function(e,t){function n(e){return{name:\"FIX\",contains:[{begin:/[^\\u2401\\u0001]+/,end:/[\\u2401\\u0001]/,excludeEnd:!0,returnBegin:!0,returnEnd:!1,contains:[{begin:/([^\\u2401\\u0001=]+)/,end:/=([^\\u2401\\u0001=]+)/,returnEnd:!0,returnBegin:!1,className:\"attr\"},{begin:/=/,end:/([\\u2401\\u0001])/,excludeEnd:!0,excludeBegin:!0,className:\"string\"}]}],case_insensitive:!0}}e.exports=n},\"2ce7\":function(e,t){function n(e){const t=e.regex,n={className:\"title.function.invoke\",relevance:0,begin:t.concat(/\\b/,/(?!let\\b)/,e.IDENT_RE,t.lookahead(/\\s*\\(/))},i=\"([ui](8|16|32|64|128|size)|f(32|64))?\",a=[\"abstract\",\"as\",\"async\",\"await\",\"become\",\"box\",\"break\",\"const\",\"continue\",\"crate\",\"do\",\"dyn\",\"else\",\"enum\",\"extern\",\"false\",\"final\",\"fn\",\"for\",\"if\",\"impl\",\"in\",\"let\",\"loop\",\"macro\",\"match\",\"mod\",\"move\",\"mut\",\"override\",\"priv\",\"pub\",\"ref\",\"return\",\"self\",\"Self\",\"static\",\"struct\",\"super\",\"trait\",\"true\",\"try\",\"type\",\"typeof\",\"unsafe\",\"unsized\",\"use\",\"virtual\",\"where\",\"while\",\"yield\"],r=[\"true\",\"false\",\"Some\",\"None\",\"Ok\",\"Err\"],s=[\"drop \",\"Copy\",\"Send\",\"Sized\",\"Sync\",\"Drop\",\"Fn\",\"FnMut\",\"FnOnce\",\"ToOwned\",\"Clone\",\"Debug\",\"PartialEq\",\"PartialOrd\",\"Eq\",\"Ord\",\"AsRef\",\"AsMut\",\"Into\",\"From\",\"Default\",\"Iterator\",\"Extend\",\"IntoIterator\",\"DoubleEndedIterator\",\"ExactSizeIterator\",\"SliceConcatExt\",\"ToString\",\"assert!\",\"assert_eq!\",\"bitflags!\",\"bytes!\",\"cfg!\",\"col!\",\"concat!\",\"concat_idents!\",\"debug_assert!\",\"debug_assert_eq!\",\"env!\",\"panic!\",\"file!\",\"format!\",\"format_args!\",\"include_bytes!\",\"include_str!\",\"line!\",\"local_data_key!\",\"module_path!\",\"option_env!\",\"print!\",\"println!\",\"select!\",\"stringify!\",\"try!\",\"unimplemented!\",\"unreachable!\",\"vec!\",\"write!\",\"writeln!\",\"macro_rules!\",\"assert_ne!\",\"debug_assert_ne!\"],o=[\"i8\",\"i16\",\"i32\",\"i64\",\"i128\",\"isize\",\"u8\",\"u16\",\"u32\",\"u64\",\"u128\",\"usize\",\"f32\",\"f64\",\"str\",\"char\",\"bool\",\"Box\",\"Option\",\"Result\",\"String\",\"Vec\"];return{name:\"Rust\",aliases:[\"rs\"],keywords:{$pattern:e.IDENT_RE+\"!?\",type:o,keyword:a,literal:r,built_in:s},illegal:\"</\",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT(\"/\\\\*\",\"\\\\*/\",{contains:[\"self\"]}),e.inherit(e.QUOTE_STRING_MODE,{begin:/b?\"/,illegal:null}),{className:\"string\",variants:[{begin:/b?r(#*)\"(.|\\n)*?\"\\1(?!#)/},{begin:/b?'\\\\?(x\\w{2}|u\\w{4}|U\\w{8}|.)'/}]},{className:\"symbol\",begin:/'[a-zA-Z_][a-zA-Z0-9_]*/},{className:\"number\",variants:[{begin:\"\\\\b0b([01_]+)\"+i},{begin:\"\\\\b0o([0-7_]+)\"+i},{begin:\"\\\\b0x([A-Fa-f0-9_]+)\"+i},{begin:\"\\\\b(\\\\d[\\\\d_]*(\\\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)\"+i}],relevance:0},{begin:[/fn/,/\\s+/,e.UNDERSCORE_IDENT_RE],className:{1:\"keyword\",3:\"title.function\"}},{className:\"meta\",begin:\"#!?\\\\[\",end:\"\\\\]\",contains:[{className:\"string\",begin:/\"/,end:/\"/}]},{begin:[/let/,/\\s+/,/(?:mut\\s+)?/,e.UNDERSCORE_IDENT_RE],className:{1:\"keyword\",3:\"keyword\",4:\"variable\"}},{begin:[/for/,/\\s+/,e.UNDERSCORE_IDENT_RE,/\\s+/,/in/],className:{1:\"keyword\",3:\"variable\",5:\"keyword\"}},{begin:[/type/,/\\s+/,e.UNDERSCORE_IDENT_RE],className:{1:\"keyword\",3:\"title.class\"}},{begin:[/(?:trait|enum|struct|union|impl|for)/,/\\s+/,e.UNDERSCORE_IDENT_RE],className:{1:\"keyword\",3:\"title.class\"}},{begin:e.IDENT_RE+\"::\",keywords:{keyword:\"Self\",built_in:s,type:o}},{className:\"punctuation\",begin:\"->\"},n]}}e.exports=n},\"2e11\":function(e,t){const n=[\"as\",\"in\",\"of\",\"if\",\"for\",\"while\",\"finally\",\"var\",\"new\",\"function\",\"do\",\"return\",\"void\",\"else\",\"break\",\"catch\",\"instanceof\",\"with\",\"throw\",\"case\",\"default\",\"try\",\"switch\",\"continue\",\"typeof\",\"delete\",\"let\",\"yield\",\"const\",\"class\",\"debugger\",\"async\",\"await\",\"static\",\"import\",\"from\",\"export\",\"extends\"],i=[\"true\",\"false\",\"null\",\"undefined\",\"NaN\",\"Infinity\"],a=[\"Object\",\"Function\",\"Boolean\",\"Symbol\",\"Math\",\"Date\",\"Number\",\"BigInt\",\"String\",\"RegExp\",\"Array\",\"Float32Array\",\"Float64Array\",\"Int8Array\",\"Uint8Array\",\"Uint8ClampedArray\",\"Int16Array\",\"Int32Array\",\"Uint16Array\",\"Uint32Array\",\"BigInt64Array\",\"BigUint64Array\",\"Set\",\"Map\",\"WeakSet\",\"WeakMap\",\"ArrayBuffer\",\"SharedArrayBuffer\",\"Atomics\",\"DataView\",\"JSON\",\"Promise\",\"Generator\",\"GeneratorFunction\",\"AsyncFunction\",\"Reflect\",\"Proxy\",\"Intl\",\"WebAssembly\"],r=[\"Error\",\"EvalError\",\"InternalError\",\"RangeError\",\"ReferenceError\",\"SyntaxError\",\"TypeError\",\"URIError\"],s=[\"setInterval\",\"setTimeout\",\"clearInterval\",\"clearTimeout\",\"require\",\"exports\",\"eval\",\"isFinite\",\"isNaN\",\"parseFloat\",\"parseInt\",\"decodeURI\",\"decodeURIComponent\",\"encodeURI\",\"encodeURIComponent\",\"escape\",\"unescape\"],o=[].concat(s,a,r);function l(e){const t=[\"npm\",\"print\"],a=[\"yes\",\"no\",\"on\",\"off\",\"it\",\"that\",\"void\"],r=[\"then\",\"unless\",\"until\",\"loop\",\"of\",\"by\",\"when\",\"and\",\"or\",\"is\",\"isnt\",\"not\",\"it\",\"that\",\"otherwise\",\"from\",\"to\",\"til\",\"fallthrough\",\"case\",\"enum\",\"native\",\"list\",\"map\",\"__hasProp\",\"__extends\",\"__slice\",\"__bind\",\"__indexOf\"],s={keyword:n.concat(r),literal:i.concat(a),built_in:o.concat(t)},l=\"[A-Za-z$_](?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*\",c=e.inherit(e.TITLE_MODE,{begin:l}),_={className:\"subst\",begin:/#\\{/,end:/\\}/,keywords:s},d={className:\"subst\",begin:/#[A-Za-z$_]/,end:/(?:-[0-9A-Za-z$_]|[0-9A-Za-z$_])*/,keywords:s},u=[e.BINARY_NUMBER_MODE,{className:\"number\",begin:\"(\\\\b0[xX][a-fA-F0-9_]+)|(\\\\b\\\\d(\\\\d|_\\\\d)*(\\\\.(\\\\d(\\\\d|_\\\\d)*)?)?(_*[eE]([-+]\\\\d(_\\\\d|\\\\d)*)?)?[_a-z]*)\",relevance:0,starts:{end:\"(\\\\s*/)?\",relevance:0}},{className:\"string\",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/\"\"\"/,end:/\"\"\"/,contains:[e.BACKSLASH_ESCAPE,_,d]},{begin:/\"/,end:/\"/,contains:[e.BACKSLASH_ESCAPE,_,d]},{begin:/\\\\/,end:/(\\s|$)/,excludeEnd:!0}]},{className:\"regexp\",variants:[{begin:\"//\",end:\"//[gim]*\",contains:[_,e.HASH_COMMENT_MODE]},{begin:/\\/(?![ *])(\\\\.|[^\\\\\\n])*?\\/[gim]*(?=\\W)/}]},{begin:\"@\"+l},{begin:\"``\",end:\"``\",excludeBegin:!0,excludeEnd:!0,subLanguage:\"javascript\"}];_.contains=u;const p={className:\"params\",begin:\"\\\\(\",returnBegin:!0,contains:[{begin:/\\(/,end:/\\)/,keywords:s,contains:[\"self\"].concat(u)}]},m={begin:\"(#=>|=>|\\\\|>>|-?->|!->)\"},g={variants:[{match:[/class\\s+/,l,/\\s+extends\\s+/,l]},{match:[/class\\s+/,l]}],scope:{2:\"title.class\",4:\"title.class.inherited\"},keywords:s};return{name:\"LiveScript\",aliases:[\"ls\"],keywords:s,illegal:/\\/\\*/,contains:u.concat([e.COMMENT(\"\\\\/\\\\*\",\"\\\\*\\\\/\"),e.HASH_COMMENT_MODE,m,{className:\"function\",contains:[c,p],returnBegin:!0,variants:[{begin:\"(\"+l+\"\\\\s*(?:=|:=)\\\\s*)?(\\\\(.*\\\\)\\\\s*)?\\\\B->\\\\*?\",end:\"->\\\\*?\"},{begin:\"(\"+l+\"\\\\s*(?:=|:=)\\\\s*)?!?(\\\\(.*\\\\)\\\\s*)?\\\\B[-~]{1,2}>\\\\*?\",end:\"[-~]{1,2}>\\\\*?\"},{begin:\"(\"+l+\"\\\\s*(?:=|:=)\\\\s*)?(\\\\(.*\\\\)\\\\s*)?\\\\B!?[-~]{1,2}>\\\\*?\",end:\"!?[-~]{1,2}>\\\\*?\"}]},g,{begin:l+\":\",end:\":\",returnBegin:!0,returnEnd:!0,relevance:0}])}}e.exports=l},\"2e5d\":function(e,t){function n(e){const t=\"\\\\[\",n=\"\\\\]\";return{name:\"Inform 7\",aliases:[\"i7\"],case_insensitive:!0,keywords:{keyword:\"thing room person man woman animal container supporter backdrop door scenery open closed locked inside gender is are say understand kind of rule\"},contains:[{className:\"string\",begin:'\"',end:'\"',relevance:0,contains:[{className:\"subst\",begin:t,end:n}]},{className:\"section\",begin:/^(Volume|Book|Part|Chapter|Section|Table)\\b/,end:\"$\"},{begin:/^(Check|Carry out|Report|Instead of|To|Rule|When|Before|After)\\b/,end:\":\",contains:[{begin:\"\\\\(This\",end:\"\\\\)\"}]},{className:\"comment\",begin:t,end:n,contains:[\"self\"]}]}}e.exports=n},\"2e7b\":function(e,t){function n(e){const t=\"true false yes no null\",n=\"[\\\\w#;/?:@&=+$,.~*'()[\\\\]]+\",i={className:\"attr\",variants:[{begin:\"\\\\w[\\\\w :\\\\/.-]*:(?=[ \\t]|$)\"},{begin:'\"\\\\w[\\\\w :\\\\/.-]*\":(?=[ \\t]|$)'},{begin:\"'\\\\w[\\\\w :\\\\/.-]*':(?=[ \\t]|$)\"}]},a={className:\"template-variable\",variants:[{begin:/\\{\\{/,end:/\\}\\}/},{begin:/%\\{/,end:/\\}/}]},r={className:\"string\",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/\"/,end:/\"/},{begin:/\\S+/}],contains:[e.BACKSLASH_ESCAPE,a]},s=e.inherit(r,{variants:[{begin:/'/,end:/'/},{begin:/\"/,end:/\"/},{begin:/[^\\s,{}[\\]]+/}]}),o=\"[0-9]{4}(-[0-9][0-9]){0,2}\",l=\"([Tt \\\\t][0-9][0-9]?(:[0-9][0-9]){2})?\",c=\"(\\\\.[0-9]*)?\",_=\"([ \\\\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\",d={className:\"number\",begin:\"\\\\b\"+o+l+c+_+\"\\\\b\"},u={end:\",\",endsWithParent:!0,excludeEnd:!0,keywords:t,relevance:0},p={begin:/\\{/,end:/\\}/,contains:[u],illegal:\"\\\\n\",relevance:0},m={begin:\"\\\\[\",end:\"\\\\]\",contains:[u],illegal:\"\\\\n\",relevance:0},g=[i,{className:\"meta\",begin:\"^---\\\\s*$\",relevance:10},{className:\"string\",begin:\"[\\\\|>]([1-9]?[+-])?[ ]*\\\\n( +)[^ ][^\\\\n]*\\\\n(\\\\2[^\\\\n]+\\\\n?)*\"},{begin:\"<%[%=-]?\",end:\"[%-]?%>\",subLanguage:\"ruby\",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:\"type\",begin:\"!\\\\w+!\"+n},{className:\"type\",begin:\"!<\"+n+\">\"},{className:\"type\",begin:\"!\"+n},{className:\"type\",begin:\"!!\"+n},{className:\"meta\",begin:\"&\"+e.UNDERSCORE_IDENT_RE+\"$\"},{className:\"meta\",begin:\"\\\\*\"+e.UNDERSCORE_IDENT_RE+\"$\"},{className:\"bullet\",begin:\"-(?=[ ]|$)\",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:t,keywords:{literal:t}},d,{className:\"number\",begin:e.C_NUMBER_RE+\"\\\\b\",relevance:0},p,m,r],h=[...g];return h.pop(),h.push(s),u.contains=h,{name:\"YAML\",case_insensitive:!0,aliases:[\"yml\"],contains:g}}e.exports=n},\"2e8e\":function(e,t){function n(e){const t=[\"package\",\"import\",\"option\",\"optional\",\"required\",\"repeated\",\"group\",\"oneof\"],n=[\"double\",\"float\",\"int32\",\"int64\",\"uint32\",\"uint64\",\"sint32\",\"sint64\",\"fixed32\",\"fixed64\",\"sfixed32\",\"sfixed64\",\"bool\",\"string\",\"bytes\"],i={match:[/(message|enum|service)\\s+/,e.IDENT_RE],scope:{1:\"keyword\",2:\"title.class\"}};return{name:\"Protocol Buffers\",keywords:{keyword:t,type:n,literal:[\"true\",\"false\"]},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,{className:\"function\",beginKeywords:\"rpc\",end:/[{;]/,excludeEnd:!0,keywords:\"rpc returns\"},{begin:/^\\s*[A-Z_]+(?=\\s*=[^\\n]+;$)/}]}}e.exports=n},\"2e9b\":function(e,t){function n(e){return{name:\"Leaf\",contains:[{className:\"function\",begin:\"#+[A-Za-z_0-9]*\\\\(\",end:/ \\{/,returnBegin:!0,excludeEnd:!0,contains:[{className:\"keyword\",begin:\"#+\"},{className:\"title\",begin:\"[A-Za-z_][A-Za-z_0-9]*\"},{className:\"params\",begin:\"\\\\(\",end:\"\\\\)\",endsParent:!0,contains:[{className:\"string\",begin:'\"',end:'\"'},{className:\"variable\",begin:\"[A-Za-z_][A-Za-z_0-9]*\"}]}]}]}}e.exports=n},\"305e\":function(e,t){function n(e){const t=\"[A-Za-z_][0-9A-Za-z_]*\",n={keyword:[\"if\",\"for\",\"while\",\"var\",\"new\",\"function\",\"do\",\"return\",\"void\",\"else\",\"break\"],literal:[\"BackSlash\",\"DoubleQuote\",\"false\",\"ForwardSlash\",\"Infinity\",\"NaN\",\"NewLine\",\"null\",\"PI\",\"SingleQuote\",\"Tab\",\"TextFormatting\",\"true\",\"undefined\"],built_in:[\"Abs\",\"Acos\",\"All\",\"Angle\",\"Any\",\"Area\",\"AreaGeodetic\",\"Array\",\"Asin\",\"Atan\",\"Atan2\",\"Attachments\",\"Average\",\"Back\",\"Bearing\",\"Boolean\",\"Buffer\",\"BufferGeodetic\",\"Ceil\",\"Centroid\",\"Clip\",\"Concatenate\",\"Console\",\"Constrain\",\"Contains\",\"ConvertDirection\",\"Cos\",\"Count\",\"Crosses\",\"Cut\",\"Date\",\"DateAdd\",\"DateDiff\",\"Day\",\"Decode\",\"DefaultValue\",\"Densify\",\"DensifyGeodetic\",\"Dictionary\",\"Difference\",\"Disjoint\",\"Distance\",\"DistanceGeodetic\",\"Distinct\",\"Domain\",\"DomainCode\",\"DomainName\",\"EnvelopeIntersects\",\"Equals\",\"Erase\",\"Exp\",\"Expects\",\"Extent\",\"Feature\",\"FeatureSet\",\"FeatureSetByAssociation\",\"FeatureSetById\",\"FeatureSetByName\",\"FeatureSetByPortalItem\",\"FeatureSetByRelationshipName\",\"Filter\",\"Find\",\"First\",\"Floor\",\"FromCharCode\",\"FromCodePoint\",\"FromJSON\",\"GdbVersion\",\"Generalize\",\"Geometry\",\"GetFeatureSet\",\"GetUser\",\"GroupBy\",\"Guid\",\"Hash\",\"HasKey\",\"Hour\",\"IIf\",\"Includes\",\"IndexOf\",\"Insert\",\"Intersection\",\"Intersects\",\"IsEmpty\",\"IsNan\",\"ISOMonth\",\"ISOWeek\",\"ISOWeekday\",\"ISOYear\",\"IsSelfIntersecting\",\"IsSimple\",\"Left|0\",\"Length\",\"Length3D\",\"LengthGeodetic\",\"Log\",\"Lower\",\"Map\",\"Max\",\"Mean\",\"Mid\",\"Millisecond\",\"Min\",\"Minute\",\"Month\",\"MultiPartToSinglePart\",\"Multipoint\",\"NextSequenceValue\",\"None\",\"Now\",\"Number\",\"Offset|0\",\"OrderBy\",\"Overlaps\",\"Point\",\"Polygon\",\"Polyline\",\"Pop\",\"Portal\",\"Pow\",\"Proper\",\"Push\",\"Random\",\"Reduce\",\"Relate\",\"Replace\",\"Resize\",\"Reverse\",\"Right|0\",\"RingIsClockwise\",\"Rotate\",\"Round\",\"Schema\",\"Second\",\"SetGeometry\",\"Simplify\",\"Sin\",\"Slice\",\"Sort\",\"Splice\",\"Split\",\"Sqrt\",\"Stdev\",\"SubtypeCode\",\"SubtypeName\",\"Subtypes\",\"Sum\",\"SymmetricDifference\",\"Tan\",\"Text\",\"Timestamp\",\"ToCharCode\",\"ToCodePoint\",\"Today\",\"ToHex\",\"ToLocal\",\"Top|0\",\"Touches\",\"ToUTC\",\"TrackAccelerationAt\",\"TrackAccelerationWindow\",\"TrackCurrentAcceleration\",\"TrackCurrentDistance\",\"TrackCurrentSpeed\",\"TrackCurrentTime\",\"TrackDistanceAt\",\"TrackDistanceWindow\",\"TrackDuration\",\"TrackFieldWindow\",\"TrackGeometryWindow\",\"TrackIndex\",\"TrackSpeedAt\",\"TrackSpeedWindow\",\"TrackStartTime\",\"TrackWindow\",\"Trim\",\"TypeOf\",\"Union\",\"Upper\",\"UrlEncode\",\"Variance\",\"Week\",\"Weekday\",\"When\",\"Within\",\"Year\"]},i={className:\"symbol\",begin:\"\\\\$[datastore|feature|layer|map|measure|sourcefeature|sourcelayer|targetfeature|targetlayer|value|view]+\"},a={className:\"number\",variants:[{begin:\"\\\\b(0[bB][01]+)\"},{begin:\"\\\\b(0[oO][0-7]+)\"},{begin:e.C_NUMBER_RE}],relevance:0},r={className:\"subst\",begin:\"\\\\$\\\\{\",end:\"\\\\}\",keywords:n,contains:[]},s={className:\"string\",begin:\"`\",end:\"`\",contains:[e.BACKSLASH_ESCAPE,r]};r.contains=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,s,a,e.REGEXP_MODE];const o=r.contains.concat([e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]);return{name:\"ArcGIS Arcade\",case_insensitive:!0,keywords:n,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,i,a,{begin:/[{,]\\s*/,relevance:0,contains:[{begin:t+\"\\\\s*:\",returnBegin:!0,relevance:0,contains:[{className:\"attr\",begin:t,relevance:0}]}]},{begin:\"(\"+e.RE_STARTERS_RE+\"|\\\\b(return)\\\\b)\\\\s*\",keywords:\"return\",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{className:\"function\",begin:\"(\\\\(.*?\\\\)|\"+t+\")\\\\s*=>\",returnBegin:!0,end:\"\\\\s*=>\",contains:[{className:\"params\",variants:[{begin:t},{begin:/\\(\\s*\\)/},{begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,keywords:n,contains:o}]}]}],relevance:0},{beginKeywords:\"function\",end:/\\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{className:\"title.function\",begin:t}),{className:\"params\",begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,contains:o}],illegal:/\\[|%/},{begin:/\\$[(.]/}],illegal:/#(?!!)/}}e.exports=n},\"310f\":function(e,t){function n(e){const t=\"\\\\d(_|\\\\d)*\",n=\"[eE][-+]?\"+t,i=t+\"(\\\\.\"+t+\")?(\"+n+\")?\",a=\"\\\\w+\",r=t+\"#\"+a+\"(\\\\.\"+a+\")?#(\"+n+\")?\",s=\"\\\\b(\"+r+\"|\"+i+\")\",o=[\"abs\",\"access\",\"after\",\"alias\",\"all\",\"and\",\"architecture\",\"array\",\"assert\",\"assume\",\"assume_guarantee\",\"attribute\",\"begin\",\"block\",\"body\",\"buffer\",\"bus\",\"case\",\"component\",\"configuration\",\"constant\",\"context\",\"cover\",\"disconnect\",\"downto\",\"default\",\"else\",\"elsif\",\"end\",\"entity\",\"exit\",\"fairness\",\"file\",\"for\",\"force\",\"function\",\"generate\",\"generic\",\"group\",\"guarded\",\"if\",\"impure\",\"in\",\"inertial\",\"inout\",\"is\",\"label\",\"library\",\"linkage\",\"literal\",\"loop\",\"map\",\"mod\",\"nand\",\"new\",\"next\",\"nor\",\"not\",\"null\",\"of\",\"on\",\"open\",\"or\",\"others\",\"out\",\"package\",\"parameter\",\"port\",\"postponed\",\"procedure\",\"process\",\"property\",\"protected\",\"pure\",\"range\",\"record\",\"register\",\"reject\",\"release\",\"rem\",\"report\",\"restrict\",\"restrict_guarantee\",\"return\",\"rol\",\"ror\",\"select\",\"sequence\",\"severity\",\"shared\",\"signal\",\"sla\",\"sll\",\"sra\",\"srl\",\"strong\",\"subtype\",\"then\",\"to\",\"transport\",\"type\",\"unaffected\",\"units\",\"until\",\"use\",\"variable\",\"view\",\"vmode\",\"vprop\",\"vunit\",\"wait\",\"when\",\"while\",\"with\",\"xnor\",\"xor\"],l=[\"boolean\",\"bit\",\"character\",\"integer\",\"time\",\"delay_length\",\"natural\",\"positive\",\"string\",\"bit_vector\",\"file_open_kind\",\"file_open_status\",\"std_logic\",\"std_logic_vector\",\"unsigned\",\"signed\",\"boolean_vector\",\"integer_vector\",\"std_ulogic\",\"std_ulogic_vector\",\"unresolved_unsigned\",\"u_unsigned\",\"unresolved_signed\",\"u_signed\",\"real_vector\",\"time_vector\"],c=[\"false\",\"true\",\"note\",\"warning\",\"error\",\"failure\",\"line\",\"text\",\"side\",\"width\"];return{name:\"VHDL\",case_insensitive:!0,keywords:{keyword:o,built_in:l,literal:c},illegal:/\\{/,contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT(\"--\",\"$\"),e.QUOTE_STRING_MODE,{className:\"number\",begin:s,relevance:0},{className:\"string\",begin:\"'(U|X|0|1|Z|W|L|H|-)'\",contains:[e.BACKSLASH_ESCAPE]},{className:\"symbol\",begin:\"'[A-Za-z](_?[A-Za-z0-9])*\",contains:[e.BACKSLASH_ESCAPE]}]}}e.exports=n},\"313d\":function(e,t,n){var i=n(\"23e7\"),a=n(\"d066\"),r=n(\"e330\"),s=n(\"d039\"),o=n(\"577e\"),l=n(\"d6d6\"),c=n(\"b917\").itoc,_=a(\"btoa\"),d=r(\"\".charAt),u=r(\"\".charCodeAt),p=!!_&&!s((function(){_()})),m=!!_&&s((function(){return\"bnVsbA==\"!==_(null)})),g=!!_&&1!==_.length;i({global:!0,enumerable:!0,forced:p||m||g},{btoa:function(e){if(l(arguments.length,1),p||m||g)return _(o(e));var t,n,i=o(e),r=\"\",s=0,h=c;while(d(i,s)||(h=\"=\",s%1)){if(n=u(i,s+=3/4),n>255)throw new(a(\"DOMException\"))(\"The string contains characters outside of the Latin1 range\",\"InvalidCharacterError\");t=t<<8|n,r+=d(h,63&t>>8-s%1*8)}return r}})},\"32bf\":function(e,t,n){\"use strict\";e.exports=function(e){var t,n,i=0,a=e.tokens,r=e.tokens.length;for(t=n=0;t<r;t++)a[t].nesting<0&&i--,a[t].level=i,a[t].nesting>0&&i++,\"text\"===a[t].type&&t+1<r&&\"text\"===a[t+1].type?a[t+1].content=a[t].content+a[t+1].content:(t!==n&&(a[n]=a[t]),n++);t!==n&&(a.length=n)}},\"332f\":function(e,t){var n=\"[0-9](_*[0-9])*\",i=`\\\\.(${n})`,a=\"[0-9a-fA-F](_*[0-9a-fA-F])*\",r={className:\"number\",variants:[{begin:`(\\\\b(${n})((${i})|\\\\.)?|(${i}))[eE][+-]?(${n})[fFdD]?\\\\b`},{begin:`\\\\b(${n})((${i})[fFdD]?\\\\b|\\\\.([fFdD]\\\\b)?)`},{begin:`(${i})[fFdD]?\\\\b`},{begin:`\\\\b(${n})[fFdD]\\\\b`},{begin:`\\\\b0[xX]((${a})\\\\.?|(${a})?\\\\.(${a}))[pP][+-]?(${n})[fFdD]?\\\\b`},{begin:\"\\\\b(0|[1-9](_*[0-9])*)[lL]?\\\\b\"},{begin:`\\\\b0[xX](${a})[lL]?\\\\b`},{begin:\"\\\\b0(_*[0-7])*[lL]?\\\\b\"},{begin:\"\\\\b0[bB][01](_*[01])*[lL]?\\\\b\"}],relevance:0};function s(e,t,n){return-1===n?\"\":e.replace(t,i=>s(e,t,n-1))}function o(e){const t=e.regex,n=\"[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*\",i=n+s(\"(?:<\"+n+\"~~~(?:\\\\s*,\\\\s*\"+n+\"~~~)*>)?\",/~~~/g,2),a=[\"synchronized\",\"abstract\",\"private\",\"var\",\"static\",\"if\",\"const \",\"for\",\"while\",\"strictfp\",\"finally\",\"protected\",\"import\",\"native\",\"final\",\"void\",\"enum\",\"else\",\"break\",\"transient\",\"catch\",\"instanceof\",\"volatile\",\"case\",\"assert\",\"package\",\"default\",\"public\",\"try\",\"switch\",\"continue\",\"throws\",\"protected\",\"public\",\"private\",\"module\",\"requires\",\"exports\",\"do\",\"sealed\"],o=[\"super\",\"this\"],l=[\"false\",\"true\",\"null\"],c=[\"char\",\"boolean\",\"long\",\"float\",\"int\",\"byte\",\"short\",\"double\"],_={keyword:a,literal:l,type:c,built_in:o},d={className:\"meta\",begin:\"@\"+n,contains:[{begin:/\\(/,end:/\\)/,contains:[\"self\"]}]},u={className:\"params\",begin:/\\(/,end:/\\)/,keywords:_,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:\"Java\",aliases:[\"jsp\"],keywords:_,illegal:/<\\/|#/,contains:[e.COMMENT(\"/\\\\*\\\\*\",\"\\\\*/\",{relevance:0,contains:[{begin:/\\w+@/,relevance:0},{className:\"doctag\",begin:\"@[A-Za-z]+\"}]}),{begin:/import java\\.[a-z]+\\./,keywords:\"import\",relevance:2},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{begin:/\"\"\"/,end:/\"\"\"/,className:\"string\",contains:[e.BACKSLASH_ESCAPE]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{match:[/\\b(?:class|interface|enum|extends|implements|new)/,/\\s+/,n],className:{1:\"keyword\",3:\"title.class\"}},{match:/non-sealed/,scope:\"keyword\"},{begin:[t.concat(/(?!else)/,n),/\\s+/,n,/\\s+/,/=(?!=)/],className:{1:\"type\",3:\"variable\",5:\"operator\"}},{begin:[/record/,/\\s+/,n],className:{1:\"keyword\",3:\"title.class\"},contains:[u,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:\"new throw return else\",relevance:0},{begin:[\"(?:\"+i+\"\\\\s+)\",e.UNDERSCORE_IDENT_RE,/\\s*(?=\\()/],className:{2:\"title.function\"},keywords:_,contains:[{className:\"params\",begin:/\\(/,end:/\\)/,keywords:_,relevance:0,contains:[d,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,r,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},r,d]}}e.exports=o},\"33dc\":function(e,t,n){var i=n(\"d318\"),a=n(\"e686\"),r=n(\"c9b3\"),s=n(\"5a39\"),o=n(\"a240\"),l=n(\"68d8\"),c=r.makeSpan,_=function(e,t,n){n=n||new o({});var r=l.TEXT;n.displayMode&&(r=l.DISPLAY);var _=new s({style:r,size:\"size5\"}),d=a(e,t,_),u=i(e,_),p=c([\"katex\"],[d,u]);return n.displayMode?c([\"katex-display\"],[p]):p};e.exports=_},3408:function(e,t,n){\"use strict\";e.exports=function(e){var t;e.inlineMode?(t=new e.Token(\"inline\",\"\",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}},\"343a\":function(e,t,n){},\"351a\":function(e,t){function n(e){return{name:\"Gherkin\",aliases:[\"feature\"],keywords:\"Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When\",contains:[{className:\"symbol\",begin:\"\\\\*\",relevance:0},{className:\"meta\",begin:\"@[^@\\\\s]+\"},{begin:\"\\\\|\",end:\"\\\\|\\\\w*$\",contains:[{className:\"string\",begin:\"[^|]+\"}]},{className:\"variable\",begin:\"<\",end:\">\"},e.HASH_COMMENT_MODE,{className:\"string\",begin:'\"\"\"',end:'\"\"\"'},e.QUOTE_STRING_MODE]}}e.exports=n},\"362d\":function(e,t,n){\"use strict\";var i=n(\"fa38\"),a=n(\"aa43\"),r=n(\"a2fa\");e.exports=function(e,t){var n={defs:i,shortcuts:a,enabled:[]},s=e.utils.assign({},n,t||{});r(e,s)}},3728:function(e,t){function n(e){const t=e.COMMENT(/\\{/,/\\}/,{contains:[\"self\"]});return{name:\"Parser3\",subLanguage:\"xml\",relevance:0,contains:[e.COMMENT(\"^#\",\"$\"),e.COMMENT(/\\^rem\\{/,/\\}/,{relevance:10,contains:[t]}),{className:\"meta\",begin:\"^@(?:BASE|USE|CLASS|OPTIONS)$\",relevance:10},{className:\"title\",begin:\"@[\\\\w\\\\-]+\\\\[[\\\\w^;\\\\-]*\\\\](?:\\\\[[\\\\w^;\\\\-]*\\\\])?(?:.*)$\"},{className:\"variable\",begin:/\\$\\{?[\\w\\-.:]+\\}?/},{className:\"keyword\",begin:/\\^[\\w\\-.:]+/},{className:\"number\",begin:\"\\\\^#[0-9a-fA-F]+\"},e.C_NUMBER_MODE]}}e.exports=n},3857:function(e,t,n){var i=Object.create,a=Object.defineProperty,r=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,o=Object.getOwnPropertySymbols,l=Object.getPrototypeOf,c=Object.prototype.hasOwnProperty,_=Object.prototype.propertyIsEnumerable,d=(e,t,n)=>t in e?a(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,u=(e,t)=>{for(var n in t||(t={}))c.call(t,n)&&d(e,n,t[n]);if(o)for(var n of o(t))_.call(t,n)&&d(e,n,t[n]);return e},p=(e,t)=>{for(var n in t)a(e,n,{get:t[n],enumerable:!0})},m=(e,t,n,i)=>{if(t&&\"object\"===typeof t||\"function\"===typeof t)for(let o of s(t))c.call(e,o)||o===n||a(e,o,{get:()=>t[o],enumerable:!(i=r(t,o))||i.enumerable});return e},g=(e,t,n)=>(n=null!=e?i(l(e)):{},m(!t&&e&&e.__esModule?n:a(n,\"default\",{value:e,enumerable:!0}),e)),h=e=>m(a({},\"__esModule\",{value:!0}),e),E={};p(E,{default:()=>f}),e.exports=h(E);var S=g(n(\"1487\")),b=g(n(\"e3fc\"));function f(e,t){return t=u(u({},f.defaults),t),null==t.hljs&&(t.hljs=S.default),(0,b.default)(e,t)}f.defaults={auto:!0,code:!0,inline:!1,ignoreIllegals:!0}},\"38c8\":function(e,t,n){\"use strict\";function i(e){return e.replace(/[.?*+^$[\\]\\\\(){}|-]/g,\"\\\\$&\")}e.exports=function(e){var t,n=e.defs;e.enabled.length&&(n=Object.keys(n).reduce((function(t,i){return e.enabled.indexOf(i)>=0&&(t[i]=n[i]),t}),{})),t=Object.keys(e.shortcuts).reduce((function(t,i){return n[i]?Array.isArray(e.shortcuts[i])?(e.shortcuts[i].forEach((function(e){t[e]=i})),t):(t[e.shortcuts[i]]=i,t):t}),{});var a,r=Object.keys(n);a=0===r.length?\"^$\":r.map((function(e){return\":\"+e+\":\"})).concat(Object.keys(t)).sort().reverse().map((function(e){return i(e)})).join(\"|\");var s=RegExp(a),o=RegExp(a,\"g\");return{defs:n,shortcuts:t,scanRE:s,replaceRE:o}}},\"399d\":function(e,t){function n(e){const t=\"if then else elseif for thru do while unless step in and or not\",n=\"true false unknown inf minf ind und %e %i %pi %phi %gamma\",i=\" abasep abs absint absolute_real_time acos acosh acot acoth acsc acsch activate addcol add_edge add_edges addmatrices addrow add_vertex add_vertices adjacency_matrix adjoin adjoint af agd airy airy_ai airy_bi airy_dai airy_dbi algsys alg_type alias allroots alphacharp alphanumericp amortization %and annuity_fv annuity_pv antid antidiff AntiDifference append appendfile apply apply1 apply2 applyb1 apropos args arit_amortization arithmetic arithsum array arrayapply arrayinfo arraymake arraysetapply ascii asec asech asin asinh askinteger asksign assoc assoc_legendre_p assoc_legendre_q assume assume_external_byte_order asympa at atan atan2 atanh atensimp atom atvalue augcoefmatrix augmented_lagrangian_method av average_degree backtrace bars barsplot barsplot_description base64 base64_decode bashindices batch batchload bc2 bdvac belln benefit_cost bern bernpoly bernstein_approx bernstein_expand bernstein_poly bessel bessel_i bessel_j bessel_k bessel_simplify bessel_y beta beta_incomplete beta_incomplete_generalized beta_incomplete_regularized bezout bfallroots bffac bf_find_root bf_fmin_cobyla bfhzeta bfloat bfloatp bfpsi bfpsi0 bfzeta biconnected_components bimetric binomial bipartition block blockmatrixp bode_gain bode_phase bothcoef box boxplot boxplot_description break bug_report build_info|10 buildq build_sample burn cabs canform canten cardinality carg cartan cartesian_product catch cauchy_matrix cbffac cdf_bernoulli cdf_beta cdf_binomial cdf_cauchy cdf_chi2 cdf_continuous_uniform cdf_discrete_uniform cdf_exp cdf_f cdf_gamma cdf_general_finite_discrete cdf_geometric cdf_gumbel cdf_hypergeometric cdf_laplace cdf_logistic cdf_lognormal cdf_negative_binomial cdf_noncentral_chi2 cdf_noncentral_student_t cdf_normal cdf_pareto cdf_poisson cdf_rank_sum cdf_rayleigh cdf_signed_rank cdf_student_t cdf_weibull cdisplay ceiling central_moment cequal cequalignore cf cfdisrep cfexpand cgeodesic cgreaterp cgreaterpignore changename changevar chaosgame charat charfun charfun2 charlist charp charpoly chdir chebyshev_t chebyshev_u checkdiv check_overlaps chinese cholesky christof chromatic_index chromatic_number cint circulant_graph clear_edge_weight clear_rules clear_vertex_label clebsch_gordan clebsch_graph clessp clesspignore close closefile cmetric coeff coefmatrix cograd col collapse collectterms columnop columnspace columnswap columnvector combination combine comp2pui compare compfile compile compile_file complement_graph complete_bipartite_graph complete_graph complex_number_p components compose_functions concan concat conjugate conmetderiv connected_components connect_vertices cons constant constantp constituent constvalue cont2part content continuous_freq contortion contour_plot contract contract_edge contragrad contrib_ode convert coord copy copy_file copy_graph copylist copymatrix cor cos cosh cot coth cov cov1 covdiff covect covers crc24sum create_graph create_list csc csch csetup cspline ctaylor ct_coordsys ctransform ctranspose cube_graph cuboctahedron_graph cunlisp cv cycle_digraph cycle_graph cylindrical days360 dblint deactivate declare declare_constvalue declare_dimensions declare_fundamental_dimensions declare_fundamental_units declare_qty declare_translated declare_unit_conversion declare_units declare_weights decsym defcon define define_alt_display define_variable defint defmatch defrule defstruct deftaylor degree_sequence del delete deleten delta demo demoivre denom depends derivdegree derivlist describe desolve determinant dfloat dgauss_a dgauss_b dgeev dgemm dgeqrf dgesv dgesvd diag diagmatrix diag_matrix diagmatrixp diameter diff digitcharp dimacs_export dimacs_import dimension dimensionless dimensions dimensions_as_list direct directory discrete_freq disjoin disjointp disolate disp dispcon dispform dispfun dispJordan display disprule dispterms distrib divide divisors divsum dkummer_m dkummer_u dlange dodecahedron_graph dotproduct dotsimp dpart draw draw2d draw3d drawdf draw_file draw_graph dscalar echelon edge_coloring edge_connectivity edges eigens_by_jacobi eigenvalues eigenvectors eighth einstein eivals eivects elapsed_real_time elapsed_run_time ele2comp ele2polynome ele2pui elem elementp elevation_grid elim elim_allbut eliminate eliminate_using ellipse elliptic_e elliptic_ec elliptic_eu elliptic_f elliptic_kc elliptic_pi ematrix empty_graph emptyp endcons entermatrix entertensor entier equal equalp equiv_classes erf erfc erf_generalized erfi errcatch error errormsg errors euler ev eval_string evenp every evolution evolution2d evundiff example exp expand expandwrt expandwrt_factored expint expintegral_chi expintegral_ci expintegral_e expintegral_e1 expintegral_ei expintegral_e_simplify expintegral_li expintegral_shi expintegral_si explicit explose exponentialize express expt exsec extdiff extract_linear_equations extremal_subset ezgcd %f f90 facsum factcomb factor factorfacsum factorial factorout factorsum facts fast_central_elements fast_linsolve fasttimes featurep fernfale fft fib fibtophi fifth filename_merge file_search file_type fillarray findde find_root find_root_abs find_root_error find_root_rel first fix flatten flength float floatnump floor flower_snark flush flush1deriv flushd flushnd flush_output fmin_cobyla forget fortran fourcos fourexpand fourier fourier_elim fourint fourintcos fourintsin foursimp foursin fourth fposition frame_bracket freeof freshline fresnel_c fresnel_s from_adjacency_matrix frucht_graph full_listify fullmap fullmapl fullratsimp fullratsubst fullsetify funcsolve fundamental_dimensions fundamental_units fundef funmake funp fv g0 g1 gamma gamma_greek gamma_incomplete gamma_incomplete_generalized gamma_incomplete_regularized gauss gauss_a gauss_b gaussprob gcd gcdex gcdivide gcfac gcfactor gd generalized_lambert_w genfact gen_laguerre genmatrix gensym geo_amortization geo_annuity_fv geo_annuity_pv geomap geometric geometric_mean geosum get getcurrentdirectory get_edge_weight getenv get_lu_factors get_output_stream_string get_pixel get_plot_option get_tex_environment get_tex_environment_default get_vertex_label gfactor gfactorsum ggf girth global_variances gn gnuplot_close gnuplot_replot gnuplot_reset gnuplot_restart gnuplot_start go Gosper GosperSum gr2d gr3d gradef gramschmidt graph6_decode graph6_encode graph6_export graph6_import graph_center graph_charpoly graph_eigenvalues graph_flow graph_order graph_periphery graph_product graph_size graph_union great_rhombicosidodecahedron_graph great_rhombicuboctahedron_graph grid_graph grind grobner_basis grotzch_graph hamilton_cycle hamilton_path hankel hankel_1 hankel_2 harmonic harmonic_mean hav heawood_graph hermite hessian hgfred hilbertmap hilbert_matrix hipow histogram histogram_description hodge horner hypergeometric i0 i1 %ibes ic1 ic2 ic_convert ichr1 ichr2 icosahedron_graph icosidodecahedron_graph icurvature ident identfor identity idiff idim idummy ieqn %if ifactors iframes ifs igcdex igeodesic_coords ilt image imagpart imetric implicit implicit_derivative implicit_plot indexed_tensor indices induced_subgraph inferencep inference_result infix info_display init_atensor init_ctensor in_neighbors innerproduct inpart inprod inrt integerp integer_partitions integrate intersect intersection intervalp intopois intosum invariant1 invariant2 inverse_fft inverse_jacobi_cd inverse_jacobi_cn inverse_jacobi_cs inverse_jacobi_dc inverse_jacobi_dn inverse_jacobi_ds inverse_jacobi_nc inverse_jacobi_nd inverse_jacobi_ns inverse_jacobi_sc inverse_jacobi_sd inverse_jacobi_sn invert invert_by_adjoint invert_by_lu inv_mod irr is is_biconnected is_bipartite is_connected is_digraph is_edge_in_graph is_graph is_graph_or_digraph ishow is_isomorphic isolate isomorphism is_planar isqrt isreal_p is_sconnected is_tree is_vertex_in_graph items_inference %j j0 j1 jacobi jacobian jacobi_cd jacobi_cn jacobi_cs jacobi_dc jacobi_dn jacobi_ds jacobi_nc jacobi_nd jacobi_ns jacobi_p jacobi_sc jacobi_sd jacobi_sn JF jn join jordan julia julia_set julia_sin %k kdels kdelta kill killcontext kostka kron_delta kronecker_product kummer_m kummer_u kurtosis kurtosis_bernoulli kurtosis_beta kurtosis_binomial kurtosis_chi2 kurtosis_continuous_uniform kurtosis_discrete_uniform kurtosis_exp kurtosis_f kurtosis_gamma kurtosis_general_finite_discrete kurtosis_geometric kurtosis_gumbel kurtosis_hypergeometric kurtosis_laplace kurtosis_logistic kurtosis_lognormal kurtosis_negative_binomial kurtosis_noncentral_chi2 kurtosis_noncentral_student_t kurtosis_normal kurtosis_pareto kurtosis_poisson kurtosis_rayleigh kurtosis_student_t kurtosis_weibull label labels lagrange laguerre lambda lambert_w laplace laplacian_matrix last lbfgs lc2kdt lcharp lc_l lcm lc_u ldefint ldisp ldisplay legendre_p legendre_q leinstein length let letrules letsimp levi_civita lfreeof lgtreillis lhs li liediff limit Lindstedt linear linearinterpol linear_program linear_regression line_graph linsolve listarray list_correlations listify list_matrix_entries list_nc_monomials listoftens listofvars listp lmax lmin load loadfile local locate_matrix_entry log logcontract log_gamma lopow lorentz_gauge lowercasep lpart lratsubst lreduce lriemann lsquares_estimates lsquares_estimates_approximate lsquares_estimates_exact lsquares_mse lsquares_residual_mse lsquares_residuals lsum ltreillis lu_backsub lucas lu_factor %m macroexpand macroexpand1 make_array makebox makefact makegamma make_graph make_level_picture makelist makeOrders make_poly_continent make_poly_country make_polygon make_random_state make_rgb_picture makeset make_string_input_stream make_string_output_stream make_transform mandelbrot mandelbrot_set map mapatom maplist matchdeclare matchfix mat_cond mat_fullunblocker mat_function mathml_display mat_norm matrix matrixmap matrixp matrix_size mattrace mat_trace mat_unblocker max max_clique max_degree max_flow maximize_lp max_independent_set max_matching maybe md5sum mean mean_bernoulli mean_beta mean_binomial mean_chi2 mean_continuous_uniform mean_deviation mean_discrete_uniform mean_exp mean_f mean_gamma mean_general_finite_discrete mean_geometric mean_gumbel mean_hypergeometric mean_laplace mean_logistic mean_lognormal mean_negative_binomial mean_noncentral_chi2 mean_noncentral_student_t mean_normal mean_pareto mean_poisson mean_rayleigh mean_student_t mean_weibull median median_deviation member mesh metricexpandall mgf1_sha1 min min_degree min_edge_cut minfactorial minimalPoly minimize_lp minimum_spanning_tree minor minpack_lsquares minpack_solve min_vertex_cover min_vertex_cut mkdir mnewton mod mode_declare mode_identity ModeMatrix moebius mon2schur mono monomial_dimensions multibernstein_poly multi_display_for_texinfo multi_elem multinomial multinomial_coeff multi_orbit multiplot_mode multi_pui multsym multthru mycielski_graph nary natural_unit nc_degree ncexpt ncharpoly negative_picture neighbors new newcontext newdet new_graph newline newton new_variable next_prime nicedummies niceindices ninth nofix nonarray noncentral_moment nonmetricity nonnegintegerp nonscalarp nonzeroandfreeof notequal nounify nptetrad npv nroots nterms ntermst nthroot nullity nullspace num numbered_boundaries numberp number_to_octets num_distinct_partitions numerval numfactor num_partitions nusum nzeta nzetai nzetar octets_to_number octets_to_oid odd_girth oddp ode2 ode_check odelin oid_to_octets op opena opena_binary openr openr_binary openw openw_binary operatorp opsubst optimize %or orbit orbits ordergreat ordergreatp orderless orderlessp orthogonal_complement orthopoly_recur orthopoly_weight outermap out_neighbors outofpois pade parabolic_cylinder_d parametric parametric_surface parg parGosper parse_string parse_timedate part part2cont partfrac partition partition_set partpol path_digraph path_graph pathname_directory pathname_name pathname_type pdf_bernoulli pdf_beta pdf_binomial pdf_cauchy pdf_chi2 pdf_continuous_uniform pdf_discrete_uniform pdf_exp pdf_f pdf_gamma pdf_general_finite_discrete pdf_geometric pdf_gumbel pdf_hypergeometric pdf_laplace pdf_logistic pdf_lognormal pdf_negative_binomial pdf_noncentral_chi2 pdf_noncentral_student_t pdf_normal pdf_pareto pdf_poisson pdf_rank_sum pdf_rayleigh pdf_signed_rank pdf_student_t pdf_weibull pearson_skewness permanent permut permutation permutations petersen_graph petrov pickapart picture_equalp picturep piechart piechart_description planar_embedding playback plog plot2d plot3d plotdf ploteq plsquares pochhammer points poisdiff poisexpt poisint poismap poisplus poissimp poissubst poistimes poistrim polar polarform polartorect polar_to_xy poly_add poly_buchberger poly_buchberger_criterion poly_colon_ideal poly_content polydecomp poly_depends_p poly_elimination_ideal poly_exact_divide poly_expand poly_expt poly_gcd polygon poly_grobner poly_grobner_equal poly_grobner_member poly_grobner_subsetp poly_ideal_intersection poly_ideal_polysaturation poly_ideal_polysaturation1 poly_ideal_saturation poly_ideal_saturation1 poly_lcm poly_minimization polymod poly_multiply polynome2ele polynomialp poly_normal_form poly_normalize poly_normalize_list poly_polysaturation_extension poly_primitive_part poly_pseudo_divide poly_reduced_grobner poly_reduction poly_saturation_extension poly_s_polynomial poly_subtract polytocompanion pop postfix potential power_mod powerseries powerset prefix prev_prime primep primes principal_components print printf printfile print_graph printpois printprops prodrac product properties propvars psi psubst ptriangularize pui pui2comp pui2ele pui2polynome pui_direct puireduc push put pv qput qrange qty quad_control quad_qag quad_qagi quad_qagp quad_qags quad_qawc quad_qawf quad_qawo quad_qaws quadrilateral quantile quantile_bernoulli quantile_beta quantile_binomial quantile_cauchy quantile_chi2 quantile_continuous_uniform quantile_discrete_uniform quantile_exp quantile_f quantile_gamma quantile_general_finite_discrete quantile_geometric quantile_gumbel quantile_hypergeometric quantile_laplace quantile_logistic quantile_lognormal quantile_negative_binomial quantile_noncentral_chi2 quantile_noncentral_student_t quantile_normal quantile_pareto quantile_poisson quantile_rayleigh quantile_student_t quantile_weibull quartile_skewness quit qunit quotient racah_v racah_w radcan radius random random_bernoulli random_beta random_binomial random_bipartite_graph random_cauchy random_chi2 random_continuous_uniform random_digraph random_discrete_uniform random_exp random_f random_gamma random_general_finite_discrete random_geometric random_graph random_graph1 random_gumbel random_hypergeometric random_laplace random_logistic random_lognormal random_negative_binomial random_network random_noncentral_chi2 random_noncentral_student_t random_normal random_pareto random_permutation random_poisson random_rayleigh random_regular_graph random_student_t random_tournament random_tree random_weibull range rank rat ratcoef ratdenom ratdiff ratdisrep ratexpand ratinterpol rational rationalize ratnumer ratnump ratp ratsimp ratsubst ratvars ratweight read read_array read_binary_array read_binary_list read_binary_matrix readbyte readchar read_hashed_array readline read_list read_matrix read_nested_list readonly read_xpm real_imagpart_to_conjugate realpart realroots rearray rectangle rectform rectform_log_if_constant recttopolar rediff reduce_consts reduce_order region region_boundaries region_boundaries_plus rem remainder remarray rembox remcomps remcon remcoord remfun remfunction remlet remove remove_constvalue remove_dimensions remove_edge remove_fundamental_dimensions remove_fundamental_units remove_plot_option remove_vertex rempart remrule remsym remvalue rename rename_file reset reset_displays residue resolvante resolvante_alternee1 resolvante_bipartite resolvante_diedrale resolvante_klein resolvante_klein3 resolvante_produit_sym resolvante_unitaire resolvante_vierer rest resultant return reveal reverse revert revert2 rgb2level rhs ricci riemann rinvariant risch rk rmdir rncombine romberg room rootscontract round row rowop rowswap rreduce run_testsuite %s save saving scalarp scaled_bessel_i scaled_bessel_i0 scaled_bessel_i1 scalefactors scanmap scatterplot scatterplot_description scene schur2comp sconcat scopy scsimp scurvature sdowncase sec sech second sequal sequalignore set_alt_display setdifference set_draw_defaults set_edge_weight setelmx setequalp setify setp set_partitions set_plot_option set_prompt set_random_state set_tex_environment set_tex_environment_default setunits setup_autoload set_up_dot_simplifications set_vertex_label seventh sexplode sf sha1sum sha256sum shortest_path shortest_weighted_path show showcomps showratvars sierpinskiale sierpinskimap sign signum similaritytransform simp_inequality simplify_sum simplode simpmetderiv simtran sin sinh sinsert sinvertcase sixth skewness skewness_bernoulli skewness_beta skewness_binomial skewness_chi2 skewness_continuous_uniform skewness_discrete_uniform skewness_exp skewness_f skewness_gamma skewness_general_finite_discrete skewness_geometric skewness_gumbel skewness_hypergeometric skewness_laplace skewness_logistic skewness_lognormal skewness_negative_binomial skewness_noncentral_chi2 skewness_noncentral_student_t skewness_normal skewness_pareto skewness_poisson skewness_rayleigh skewness_student_t skewness_weibull slength smake small_rhombicosidodecahedron_graph small_rhombicuboctahedron_graph smax smin smismatch snowmap snub_cube_graph snub_dodecahedron_graph solve solve_rec solve_rec_rat some somrac sort sparse6_decode sparse6_encode sparse6_export sparse6_import specint spherical spherical_bessel_j spherical_bessel_y spherical_hankel1 spherical_hankel2 spherical_harmonic spherical_to_xyz splice split sposition sprint sqfr sqrt sqrtdenest sremove sremovefirst sreverse ssearch ssort sstatus ssubst ssubstfirst staircase standardize standardize_inverse_trig starplot starplot_description status std std1 std_bernoulli std_beta std_binomial std_chi2 std_continuous_uniform std_discrete_uniform std_exp std_f std_gamma std_general_finite_discrete std_geometric std_gumbel std_hypergeometric std_laplace std_logistic std_lognormal std_negative_binomial std_noncentral_chi2 std_noncentral_student_t std_normal std_pareto std_poisson std_rayleigh std_student_t std_weibull stemplot stirling stirling1 stirling2 strim striml strimr string stringout stringp strong_components struve_h struve_l sublis sublist sublist_indices submatrix subsample subset subsetp subst substinpart subst_parallel substpart substring subvar subvarp sum sumcontract summand_to_rec supcase supcontext symbolp symmdifference symmetricp system take_channel take_inference tan tanh taylor taylorinfo taylorp taylor_simplifier taytorat tcl_output tcontract tellrat tellsimp tellsimpafter tentex tenth test_mean test_means_difference test_normality test_proportion test_proportions_difference test_rank_sum test_sign test_signed_rank test_variance test_variance_ratio tex tex1 tex_display texput %th third throw time timedate timer timer_info tldefint tlimit todd_coxeter toeplitz tokens to_lisp topological_sort to_poly to_poly_solve totaldisrep totalfourier totient tpartpol trace tracematrix trace_options transform_sample translate translate_file transpose treefale tree_reduce treillis treinat triangle triangularize trigexpand trigrat trigreduce trigsimp trunc truncate truncated_cube_graph truncated_dodecahedron_graph truncated_icosahedron_graph truncated_tetrahedron_graph tr_warnings_get tube tutte_graph ueivects uforget ultraspherical underlying_graph undiff union unique uniteigenvectors unitp units unit_step unitvector unorder unsum untellrat untimer untrace uppercasep uricci uriemann uvect vandermonde_matrix var var1 var_bernoulli var_beta var_binomial var_chi2 var_continuous_uniform var_discrete_uniform var_exp var_f var_gamma var_general_finite_discrete var_geometric var_gumbel var_hypergeometric var_laplace var_logistic var_lognormal var_negative_binomial var_noncentral_chi2 var_noncentral_student_t var_normal var_pareto var_poisson var_rayleigh var_student_t var_weibull vector vectorpotential vectorsimp verbify vers vertex_coloring vertex_connectivity vertex_degree vertex_distance vertex_eccentricity vertex_in_degree vertex_out_degree vertices vertices_to_cycle vertices_to_path %w weyl wheel_graph wiener_index wigner_3j wigner_6j wigner_9j with_stdout write_binary_data writebyte write_data writefile wronskian xreduce xthru %y Zeilberger zeroequiv zerofor zeromatrix zeromatrixp zeta zgeev zheev zlange zn_add_table zn_carmichael_lambda zn_characteristic_factors zn_determinant zn_factor_generators zn_invert_by_lu zn_log zn_mult_table absboxchar activecontexts adapt_depth additive adim aform algebraic algepsilon algexact aliases allbut all_dotsimp_denoms allocation allsym alphabetic animation antisymmetric arrays askexp assume_pos assume_pos_pred assumescalar asymbol atomgrad atrig1 axes axis_3d axis_bottom axis_left axis_right axis_top azimuth background background_color backsubst berlefact bernstein_explicit besselexpand beta_args_sum_to_integer beta_expand bftorat bftrunc bindtest border boundaries_array box boxchar breakup %c capping cauchysum cbrange cbtics center cflength cframe_flag cnonmet_flag color color_bar color_bar_tics colorbox columns commutative complex cone context contexts contour contour_levels cosnpiflag ctaypov ctaypt ctayswitch ctayvar ct_coords ctorsion_flag ctrgsimp cube current_let_rule_package cylinder data_file_name debugmode decreasing default_let_rule_package delay dependencies derivabbrev derivsubst detout diagmetric diff dim dimensions dispflag display2d|10 display_format_internal distribute_over doallmxops domain domxexpt domxmxops domxnctimes dontfactor doscmxops doscmxplus dot0nscsimp dot0simp dot1simp dotassoc dotconstrules dotdistrib dotexptsimp dotident dotscrules draw_graph_program draw_realpart edge_color edge_coloring edge_partition edge_type edge_width %edispflag elevation %emode endphi endtheta engineering_format_floats enhanced3d %enumer epsilon_lp erfflag erf_representation errormsg error_size error_syms error_type %e_to_numlog eval even evenfun evflag evfun ev_point expandwrt_denom expintexpand expintrep expon expop exptdispflag exptisolate exptsubst facexpand facsum_combine factlim factorflag factorial_expand factors_only fb feature features file_name file_output_append file_search_demo file_search_lisp file_search_maxima|10 file_search_tests file_search_usage file_type_lisp file_type_maxima|10 fill_color fill_density filled_func fixed_vertices flipflag float2bf font font_size fortindent fortspaces fpprec fpprintprec functions gamma_expand gammalim gdet genindex gensumnum GGFCFMAX GGFINFINITY globalsolve gnuplot_command gnuplot_curve_styles gnuplot_curve_titles gnuplot_default_term_command gnuplot_dumb_term_command gnuplot_file_args gnuplot_file_name gnuplot_out_file gnuplot_pdf_term_command gnuplot_pm3d gnuplot_png_term_command gnuplot_postamble gnuplot_preamble gnuplot_ps_term_command gnuplot_svg_term_command gnuplot_term gnuplot_view_args Gosper_in_Zeilberger gradefs grid grid2d grind halfangles head_angle head_both head_length head_type height hypergeometric_representation %iargs ibase icc1 icc2 icounter idummyx ieqnprint ifb ifc1 ifc2 ifg ifgi ifr iframe_bracket_form ifri igeowedge_flag ikt1 ikt2 imaginary inchar increasing infeval infinity inflag infolists inm inmc1 inmc2 intanalysis integer integervalued integrate_use_rootsof integration_constant integration_constant_counter interpolate_color intfaclim ip_grid ip_grid_in irrational isolate_wrt_times iterations itr julia_parameter %k1 %k2 keepfloat key key_pos kinvariant kt label label_alignment label_orientation labels lassociative lbfgs_ncorrections lbfgs_nfeval_max leftjust legend letrat let_rule_packages lfg lg lhospitallim limsubst linear linear_solver linechar linel|10 linenum line_type linewidth line_width linsolve_params linsolvewarn lispdisp listarith listconstvars listdummyvars lmxchar load_pathname loadprint logabs logarc logcb logconcoeffp logexpand lognegint logsimp logx logx_secondary logy logy_secondary logz lriem m1pbranch macroexpansion macros mainvar manual_demo maperror mapprint matrix_element_add matrix_element_mult matrix_element_transpose maxapplydepth maxapplyheight maxima_tempdir|10 maxima_userdir|10 maxnegex MAX_ORD maxposex maxpsifracdenom maxpsifracnum maxpsinegint maxpsiposint maxtayorder mesh_lines_color method mod_big_prime mode_check_errorp mode_checkp mode_check_warnp mod_test mod_threshold modular_linear_solver modulus multiplicative multiplicities myoptions nary negdistrib negsumdispflag newline newtonepsilon newtonmaxiter nextlayerfactor niceindicespref nm nmc noeval nolabels nonegative_lp noninteger nonscalar noun noundisp nouns np npi nticks ntrig numer numer_pbranch obase odd oddfun opacity opproperties opsubst optimprefix optionset orientation origin orthopoly_returns_intervals outative outchar packagefile palette partswitch pdf_file pfeformat phiresolution %piargs piece pivot_count_sx pivot_max_sx plot_format plot_options plot_realpart png_file pochhammer_max_index points pointsize point_size points_joined point_type poislim poisson poly_coefficient_ring poly_elimination_order polyfactor poly_grobner_algorithm poly_grobner_debug poly_monomial_order poly_primary_elimination_order poly_return_term_list poly_secondary_elimination_order poly_top_reduction_only posfun position powerdisp pred prederror primep_number_of_tests product_use_gamma program programmode promote_float_to_bigfloat prompt proportional_axes props psexpand ps_file radexpand radius radsubstflag rassociative ratalgdenom ratchristof ratdenomdivide rateinstein ratepsilon ratfac rational ratmx ratprint ratriemann ratsimpexpons ratvarswitch ratweights ratweyl ratwtlvl real realonly redraw refcheck resolution restart resultant ric riem rmxchar %rnum_list rombergabs rombergit rombergmin rombergtol rootsconmode rootsepsilon run_viewer same_xy same_xyz savedef savefactors scalar scalarmatrixp scale scale_lp setcheck setcheckbreak setval show_edge_color show_edges show_edge_type show_edge_width show_id show_label showtime show_vertex_color show_vertex_size show_vertex_type show_vertices show_weight simp simplified_output simplify_products simpproduct simpsum sinnpiflag solvedecomposes solveexplicit solvefactors solvenullwarn solveradcan solvetrigwarn space sparse sphere spring_embedding_depth sqrtdispflag stardisp startphi starttheta stats_numer stringdisp structures style sublis_apply_lambda subnumsimp sumexpand sumsplitfact surface surface_hide svg_file symmetric tab taylordepth taylor_logexpand taylor_order_coefficients taylor_truncate_polynomials tensorkill terminal testsuite_files thetaresolution timer_devalue title tlimswitch tr track transcompile transform transform_xy translate_fast_arrays transparent transrun tr_array_as_ref tr_bound_function_applyp tr_file_tty_messagesp tr_float_can_branch_complex tr_function_call_default trigexpandplus trigexpandtimes triginverses trigsign trivial_solutions tr_numer tr_optimize_max_loop tr_semicompile tr_state_vars tr_warn_bad_function_calls tr_warn_fexpr tr_warn_meval tr_warn_mode tr_warn_undeclared tr_warn_undefined_variable tstep ttyoff tube_extremes ufg ug %unitexpand unit_vectors uric uriem use_fast_arrays user_preamble usersetunits values vect_cross verbose vertex_color vertex_coloring vertex_partition vertex_size vertex_type view warnings weyl width windowname windowtitle wired_surface wireframe xaxis xaxis_color xaxis_secondary xaxis_type xaxis_width xlabel xlabel_secondary xlength xrange xrange_secondary xtics xtics_axis xtics_rotate xtics_rotate_secondary xtics_secondary xtics_secondary_axis xu_grid x_voxel xy_file xyplane xy_scale yaxis yaxis_color yaxis_secondary yaxis_type yaxis_width ylabel ylabel_secondary ylength yrange yrange_secondary ytics ytics_axis ytics_rotate ytics_rotate_secondary ytics_secondary ytics_secondary_axis yv_grid y_voxel yx_ratio zaxis zaxis_color zaxis_type zaxis_width zeroa zerob zerobern zeta%pi zlabel zlabel_rotate zlength zmin zn_primroot_limit zn_primroot_pretest\",a=\"_ __ %|0 %%|0\";return{name:\"Maxima\",keywords:{$pattern:\"[A-Za-z_%][0-9A-Za-z_%]*\",keyword:t,literal:n,built_in:i,symbol:a},contains:[{className:\"comment\",begin:\"/\\\\*\",end:\"\\\\*/\",contains:[\"self\"]},e.QUOTE_STRING_MODE,{className:\"number\",relevance:0,variants:[{begin:\"\\\\b(\\\\d+|\\\\d+\\\\.|\\\\.\\\\d+|\\\\d+\\\\.\\\\d+)[Ee][-+]?\\\\d+\\\\b\"},{begin:\"\\\\b(\\\\d+|\\\\d+\\\\.|\\\\.\\\\d+|\\\\d+\\\\.\\\\d+)[Bb][-+]?\\\\d+\\\\b\",relevance:10},{begin:\"\\\\b(\\\\.\\\\d+|\\\\d+\\\\.\\\\d+)\\\\b\"},{begin:\"\\\\b(\\\\d+|0[0-9A-Za-z]+)\\\\.?\\\\b\"}]}],illegal:/@/}}e.exports=n},\"3c69\":function(e,t){function n(e){return{name:\"Vim Script\",keywords:{$pattern:/[!#@\\w]+/,keyword:\"N|0 P|0 X|0 a|0 ab abc abo al am an|0 ar arga argd arge argdo argg argl argu as au aug aun b|0 bN ba bad bd be bel bf bl bm bn bo bp br brea breaka breakd breakl bro bufdo buffers bun bw c|0 cN cNf ca cabc caddb cad caddf cal cat cb cc ccl cd ce cex cf cfir cgetb cgete cg changes chd che checkt cl cla clo cm cmapc cme cn cnew cnf cno cnorea cnoreme co col colo com comc comp con conf cope cp cpf cq cr cs cst cu cuna cunme cw delm deb debugg delc delf dif diffg diffo diffp diffpu diffs diffthis dig di dl dell dj dli do doautoa dp dr ds dsp e|0 ea ec echoe echoh echom echon el elsei em en endfo endf endt endw ene ex exe exi exu f|0 files filet fin fina fini fir fix fo foldc foldd folddoc foldo for fu go gr grepa gu gv ha helpf helpg helpt hi hid his ia iabc if ij il im imapc ime ino inorea inoreme int is isp iu iuna iunme j|0 ju k|0 keepa kee keepj lN lNf l|0 lad laddb laddf la lan lat lb lc lch lcl lcs le lefta let lex lf lfir lgetb lgete lg lgr lgrepa lh ll lla lli lmak lm lmapc lne lnew lnf ln loadk lo loc lockv lol lope lp lpf lr ls lt lu lua luad luaf lv lvimgrepa lw m|0 ma mak map mapc marks mat me menut mes mk mks mksp mkv mkvie mod mz mzf nbc nb nbs new nm nmapc nme nn nnoreme noa no noh norea noreme norm nu nun nunme ol o|0 om omapc ome on ono onoreme opt ou ounme ow p|0 profd prof pro promptr pc ped pe perld po popu pp pre prev ps pt ptN ptf ptj ptl ptn ptp ptr pts pu pw py3 python3 py3d py3f py pyd pyf quita qa rec red redi redr redraws reg res ret retu rew ri rightb rub rubyd rubyf rund ru rv sN san sa sal sav sb sbN sba sbf sbl sbm sbn sbp sbr scrip scripte scs se setf setg setl sf sfir sh sim sig sil sl sla sm smap smapc sme sn sni sno snor snoreme sor so spelld spe spelli spellr spellu spellw sp spr sre st sta startg startr star stopi stj sts sun sunm sunme sus sv sw sy synti sync tN tabN tabc tabdo tabe tabf tabfir tabl tabm tabnew tabn tabo tabp tabr tabs tab ta tags tc tcld tclf te tf th tj tl tm tn to tp tr try ts tu u|0 undoj undol una unh unl unlo unm unme uns up ve verb vert vim vimgrepa vi viu vie vm vmapc vme vne vn vnoreme vs vu vunme windo w|0 wN wa wh wi winc winp wn wp wq wqa ws wu wv x|0 xa xmapc xm xme xn xnoreme xu xunme y|0 z|0 ~ Next Print append abbreviate abclear aboveleft all amenu anoremenu args argadd argdelete argedit argglobal arglocal argument ascii autocmd augroup aunmenu buffer bNext ball badd bdelete behave belowright bfirst blast bmodified bnext botright bprevious brewind break breakadd breakdel breaklist browse bunload bwipeout change cNext cNfile cabbrev cabclear caddbuffer caddexpr caddfile call catch cbuffer cclose center cexpr cfile cfirst cgetbuffer cgetexpr cgetfile chdir checkpath checktime clist clast close cmap cmapclear cmenu cnext cnewer cnfile cnoremap cnoreabbrev cnoremenu copy colder colorscheme command comclear compiler continue confirm copen cprevious cpfile cquit crewind cscope cstag cunmap cunabbrev cunmenu cwindow delete delmarks debug debuggreedy delcommand delfunction diffupdate diffget diffoff diffpatch diffput diffsplit digraphs display deletel djump dlist doautocmd doautoall deletep drop dsearch dsplit edit earlier echo echoerr echohl echomsg else elseif emenu endif endfor endfunction endtry endwhile enew execute exit exusage file filetype find finally finish first fixdel fold foldclose folddoopen folddoclosed foldopen function global goto grep grepadd gui gvim hardcopy help helpfind helpgrep helptags highlight hide history insert iabbrev iabclear ijump ilist imap imapclear imenu inoremap inoreabbrev inoremenu intro isearch isplit iunmap iunabbrev iunmenu join jumps keepalt keepmarks keepjumps lNext lNfile list laddexpr laddbuffer laddfile last language later lbuffer lcd lchdir lclose lcscope left leftabove lexpr lfile lfirst lgetbuffer lgetexpr lgetfile lgrep lgrepadd lhelpgrep llast llist lmake lmap lmapclear lnext lnewer lnfile lnoremap loadkeymap loadview lockmarks lockvar lolder lopen lprevious lpfile lrewind ltag lunmap luado luafile lvimgrep lvimgrepadd lwindow move mark make mapclear match menu menutranslate messages mkexrc mksession mkspell mkvimrc mkview mode mzscheme mzfile nbclose nbkey nbsart next nmap nmapclear nmenu nnoremap nnoremenu noautocmd noremap nohlsearch noreabbrev noremenu normal number nunmap nunmenu oldfiles open omap omapclear omenu only onoremap onoremenu options ounmap ounmenu ownsyntax print profdel profile promptfind promptrepl pclose pedit perl perldo pop popup ppop preserve previous psearch ptag ptNext ptfirst ptjump ptlast ptnext ptprevious ptrewind ptselect put pwd py3do py3file python pydo pyfile quit quitall qall read recover redo redir redraw redrawstatus registers resize retab return rewind right rightbelow ruby rubydo rubyfile rundo runtime rviminfo substitute sNext sandbox sargument sall saveas sbuffer sbNext sball sbfirst sblast sbmodified sbnext sbprevious sbrewind scriptnames scriptencoding scscope set setfiletype setglobal setlocal sfind sfirst shell simalt sign silent sleep slast smagic smapclear smenu snext sniff snomagic snoremap snoremenu sort source spelldump spellgood spellinfo spellrepall spellundo spellwrong split sprevious srewind stop stag startgreplace startreplace startinsert stopinsert stjump stselect sunhide sunmap sunmenu suspend sview swapname syntax syntime syncbind tNext tabNext tabclose tabedit tabfind tabfirst tablast tabmove tabnext tabonly tabprevious tabrewind tag tcl tcldo tclfile tearoff tfirst throw tjump tlast tmenu tnext topleft tprevious trewind tselect tunmenu undo undojoin undolist unabbreviate unhide unlet unlockvar unmap unmenu unsilent update vglobal version verbose vertical vimgrep vimgrepadd visual viusage view vmap vmapclear vmenu vnew vnoremap vnoremenu vsplit vunmap vunmenu write wNext wall while winsize wincmd winpos wnext wprevious wqall wsverb wundo wviminfo xit xall xmapclear xmap xmenu xnoremap xnoremenu xunmap xunmenu yank\",built_in:\"synIDtrans atan2 range matcharg did_filetype asin feedkeys xor argv complete_check add getwinposx getqflist getwinposy screencol clearmatches empty extend getcmdpos mzeval garbagecollect setreg ceil sqrt diff_hlID inputsecret get getfperm getpid filewritable shiftwidth max sinh isdirectory synID system inputrestore winline atan visualmode inputlist tabpagewinnr round getregtype mapcheck hasmapto histdel argidx findfile sha256 exists toupper getcmdline taglist string getmatches bufnr strftime winwidth bufexists strtrans tabpagebuflist setcmdpos remote_read printf setloclist getpos getline bufwinnr float2nr len getcmdtype diff_filler luaeval resolve libcallnr foldclosedend reverse filter has_key bufname str2float strlen setline getcharmod setbufvar index searchpos shellescape undofile foldclosed setqflist buflisted strchars str2nr virtcol floor remove undotree remote_expr winheight gettabwinvar reltime cursor tabpagenr finddir localtime acos getloclist search tanh matchend rename gettabvar strdisplaywidth type abs py3eval setwinvar tolower wildmenumode log10 spellsuggest bufloaded synconcealed nextnonblank server2client complete settabwinvar executable input wincol setmatches getftype hlID inputsave searchpair or screenrow line settabvar histadd deepcopy strpart remote_peek and eval getftime submatch screenchar winsaveview matchadd mkdir screenattr getfontname libcall reltimestr getfsize winnr invert pow getbufline byte2line soundfold repeat fnameescape tagfiles sin strwidth spellbadword trunc maparg log lispindent hostname setpos globpath remote_foreground getchar synIDattr fnamemodify cscope_connection stridx winbufnr indent min complete_add nr2char searchpairpos inputdialog values matchlist items hlexists strridx browsedir expand fmod pathshorten line2byte argc count getwinvar glob foldtextresult getreg foreground cosh matchdelete has char2nr simplify histget searchdecl iconv winrestcmd pumvisible writefile foldlevel haslocaldir keys cos matchstr foldtext histnr tan tempname getcwd byteidx getbufvar islocked escape eventhandler remote_send serverlist winrestview synstack pyeval prevnonblank readfile cindent filereadable changenr exp\"},illegal:/;/,contains:[e.NUMBER_MODE,{className:\"string\",begin:\"'\",end:\"'\",illegal:\"\\\\n\"},{className:\"string\",begin:/\"(\\\\\"|\\n\\\\|[^\"\\n])*\"/},e.COMMENT('\"',\"$\"),{className:\"variable\",begin:/[bwtglsav]:[\\w\\d_]+/},{begin:[/\\b(?:function|function!)/,/\\s+/,e.IDENT_RE],className:{1:\"keyword\",3:\"title\"},end:\"$\",relevance:0,contains:[{className:\"params\",begin:\"\\\\(\",end:\"\\\\)\"}]},{className:\"symbol\",begin:/<[\\w-]+>/}]}}e.exports=n},\"3eb7\":function(e,t,n){\"use strict\";var i=/--|==/;function a(e){for(var t=e.tokens.length-1;t>=0;t--)\"inline\"===e.tokens[t].type&&i.test(e.tokens[t].content)&&r(e.tokens[t].children)}function r(e){var t,n;for(t=e.length-1;t>=0;t--)n=e[t],\"text\"===n.type&&i.test(n.content)&&(n.content=n.content.replace(/(^|[^<])<-->([^>]|$)/gm,\"$1↔$2\").replace(/(^|[^-])-->([^>]|$)/gm,\"$1→$2\").replace(/(^|[^<])<--([^-]|$)/gm,\"$1←$2\").replace(/(^|[^<])<==>([^>]|$)/gm,\"$1⇔$2\").replace(/(^|[^=])==>([^>]|$)/gm,\"$1⇒$2\").replace(/(^|[^<])<==([^=]|$)/gm,\"$1⇐$2\"))}e.exports=function(e,t){e.core.ruler.before(\"replacements\",\"smartArrows\",a)}},\"3f38\":function(e,t){function n(e){const t={variants:[e.COMMENT(\"--\",\"$\"),e.COMMENT(/\\{-/,/-\\}/,{contains:[\"self\"]})]},n={className:\"meta\",begin:/\\{-#/,end:/#-\\}/},i={className:\"meta\",begin:\"^#\",end:\"$\"},a={className:\"type\",begin:\"\\\\b[A-Z][\\\\w']*\",relevance:0},r={begin:\"\\\\(\",end:\"\\\\)\",illegal:'\"',contains:[n,i,{className:\"type\",begin:\"\\\\b[A-Z][\\\\w]*(\\\\((\\\\.\\\\.|,|\\\\w+)\\\\))?\"},e.inherit(e.TITLE_MODE,{begin:\"[_a-z][\\\\w']*\"}),t]},s={begin:/\\{/,end:/\\}/,contains:r.contains},o=\"([0-9]_*)+\",l=\"([0-9a-fA-F]_*)+\",c=\"([01]_*)+\",_=\"([0-7]_*)+\",d={className:\"number\",relevance:0,variants:[{match:`\\\\b(${o})(\\\\.(${o}))?([eE][+-]?(${o}))?\\\\b`},{match:`\\\\b0[xX]_*(${l})(\\\\.(${l}))?([pP][+-]?(${o}))?\\\\b`},{match:`\\\\b0[oO](${_})\\\\b`},{match:`\\\\b0[bB](${c})\\\\b`}]};return{name:\"Haskell\",aliases:[\"hs\"],keywords:\"let in if then else case of where do module import hiding qualified type data newtype deriving class instance as default infix infixl infixr foreign export ccall stdcall cplusplus jvm dotnet safe unsafe family forall mdo proc rec\",contains:[{beginKeywords:\"module\",end:\"where\",keywords:\"module where\",contains:[r,t],illegal:\"\\\\W\\\\.|;\"},{begin:\"\\\\bimport\\\\b\",end:\"$\",keywords:\"import qualified as hiding\",contains:[r,t],illegal:\"\\\\W\\\\.|;\"},{className:\"class\",begin:\"^(\\\\s*)?(class|instance)\\\\b\",end:\"where\",keywords:\"class family instance where\",contains:[a,r,t]},{className:\"class\",begin:\"\\\\b(data|(new)?type)\\\\b\",end:\"$\",keywords:\"data family type newtype deriving\",contains:[n,a,r,s,t]},{beginKeywords:\"default\",end:\"$\",contains:[a,r,t]},{beginKeywords:\"infix infixl infixr\",end:\"$\",contains:[e.C_NUMBER_MODE,t]},{begin:\"\\\\bforeign\\\\b\",end:\"$\",keywords:\"foreign import export ccall stdcall cplusplus jvm dotnet safe unsafe\",contains:[a,e.QUOTE_STRING_MODE,t]},{className:\"meta\",begin:\"#!\\\\/usr\\\\/bin\\\\/env runhaskell\",end:\"$\"},n,i,e.QUOTE_STRING_MODE,d,a,e.inherit(e.TITLE_MODE,{begin:\"^[_a-z][\\\\w']*\"}),t,{begin:\"->|<-\"}]}}e.exports=n},\"40f4\":function(e,t){function n(e){const t=e.regex,n=[\"do\",\"if\",\"then\",\"else\",\"end\",\"until\",\"while\",\"abort\",\"array\",\"attrib\",\"by\",\"call\",\"cards\",\"cards4\",\"catname\",\"continue\",\"datalines\",\"datalines4\",\"delete\",\"delim\",\"delimiter\",\"display\",\"dm\",\"drop\",\"endsas\",\"error\",\"file\",\"filename\",\"footnote\",\"format\",\"goto\",\"in\",\"infile\",\"informat\",\"input\",\"keep\",\"label\",\"leave\",\"length\",\"libname\",\"link\",\"list\",\"lostcard\",\"merge\",\"missing\",\"modify\",\"options\",\"output\",\"out\",\"page\",\"put\",\"redirect\",\"remove\",\"rename\",\"replace\",\"retain\",\"return\",\"select\",\"set\",\"skip\",\"startsas\",\"stop\",\"title\",\"update\",\"waitsas\",\"where\",\"window\",\"x|0\",\"systask\",\"add\",\"and\",\"alter\",\"as\",\"cascade\",\"check\",\"create\",\"delete\",\"describe\",\"distinct\",\"drop\",\"foreign\",\"from\",\"group\",\"having\",\"index\",\"insert\",\"into\",\"in\",\"key\",\"like\",\"message\",\"modify\",\"msgtype\",\"not\",\"null\",\"on\",\"or\",\"order\",\"primary\",\"references\",\"reset\",\"restrict\",\"select\",\"set\",\"table\",\"unique\",\"update\",\"validate\",\"view\",\"where\"],i=[\"abs\",\"addr\",\"airy\",\"arcos\",\"arsin\",\"atan\",\"attrc\",\"attrn\",\"band\",\"betainv\",\"blshift\",\"bnot\",\"bor\",\"brshift\",\"bxor\",\"byte\",\"cdf\",\"ceil\",\"cexist\",\"cinv\",\"close\",\"cnonct\",\"collate\",\"compbl\",\"compound\",\"compress\",\"cos\",\"cosh\",\"css\",\"curobs\",\"cv\",\"daccdb\",\"daccdbsl\",\"daccsl\",\"daccsyd\",\"dacctab\",\"dairy\",\"date\",\"datejul\",\"datepart\",\"datetime\",\"day\",\"dclose\",\"depdb\",\"depdbsl\",\"depdbsl\",\"depsl\",\"depsl\",\"depsyd\",\"depsyd\",\"deptab\",\"deptab\",\"dequote\",\"dhms\",\"dif\",\"digamma\",\"dim\",\"dinfo\",\"dnum\",\"dopen\",\"doptname\",\"doptnum\",\"dread\",\"dropnote\",\"dsname\",\"erf\",\"erfc\",\"exist\",\"exp\",\"fappend\",\"fclose\",\"fcol\",\"fdelete\",\"fetch\",\"fetchobs\",\"fexist\",\"fget\",\"fileexist\",\"filename\",\"fileref\",\"finfo\",\"finv\",\"fipname\",\"fipnamel\",\"fipstate\",\"floor\",\"fnonct\",\"fnote\",\"fopen\",\"foptname\",\"foptnum\",\"fpoint\",\"fpos\",\"fput\",\"fread\",\"frewind\",\"frlen\",\"fsep\",\"fuzz\",\"fwrite\",\"gaminv\",\"gamma\",\"getoption\",\"getvarc\",\"getvarn\",\"hbound\",\"hms\",\"hosthelp\",\"hour\",\"ibessel\",\"index\",\"indexc\",\"indexw\",\"input\",\"inputc\",\"inputn\",\"int\",\"intck\",\"intnx\",\"intrr\",\"irr\",\"jbessel\",\"juldate\",\"kurtosis\",\"lag\",\"lbound\",\"left\",\"length\",\"lgamma\",\"libname\",\"libref\",\"log\",\"log10\",\"log2\",\"logpdf\",\"logpmf\",\"logsdf\",\"lowcase\",\"max\",\"mdy\",\"mean\",\"min\",\"minute\",\"mod\",\"month\",\"mopen\",\"mort\",\"n\",\"netpv\",\"nmiss\",\"normal\",\"note\",\"npv\",\"open\",\"ordinal\",\"pathname\",\"pdf\",\"peek\",\"peekc\",\"pmf\",\"point\",\"poisson\",\"poke\",\"probbeta\",\"probbnml\",\"probchi\",\"probf\",\"probgam\",\"probhypr\",\"probit\",\"probnegb\",\"probnorm\",\"probt\",\"put\",\"putc\",\"putn\",\"qtr\",\"quote\",\"ranbin\",\"rancau\",\"ranexp\",\"rangam\",\"range\",\"rank\",\"rannor\",\"ranpoi\",\"rantbl\",\"rantri\",\"ranuni\",\"repeat\",\"resolve\",\"reverse\",\"rewind\",\"right\",\"round\",\"saving\",\"scan\",\"sdf\",\"second\",\"sign\",\"sin\",\"sinh\",\"skewness\",\"soundex\",\"spedis\",\"sqrt\",\"std\",\"stderr\",\"stfips\",\"stname\",\"stnamel\",\"substr\",\"sum\",\"symget\",\"sysget\",\"sysmsg\",\"sysprod\",\"sysrc\",\"system\",\"tan\",\"tanh\",\"time\",\"timepart\",\"tinv\",\"tnonct\",\"today\",\"translate\",\"tranwrd\",\"trigamma\",\"trim\",\"trimn\",\"trunc\",\"uniform\",\"upcase\",\"uss\",\"var\",\"varfmt\",\"varinfmt\",\"varlabel\",\"varlen\",\"varname\",\"varnum\",\"varray\",\"varrayx\",\"vartype\",\"verify\",\"vformat\",\"vformatd\",\"vformatdx\",\"vformatn\",\"vformatnx\",\"vformatw\",\"vformatwx\",\"vformatx\",\"vinarray\",\"vinarrayx\",\"vinformat\",\"vinformatd\",\"vinformatdx\",\"vinformatn\",\"vinformatnx\",\"vinformatw\",\"vinformatwx\",\"vinformatx\",\"vlabel\",\"vlabelx\",\"vlength\",\"vlengthx\",\"vname\",\"vnamex\",\"vtype\",\"vtypex\",\"weekday\",\"year\",\"yyq\",\"zipfips\",\"zipname\",\"zipnamel\",\"zipstate\"],a=[\"bquote\",\"nrbquote\",\"cmpres\",\"qcmpres\",\"compstor\",\"datatyp\",\"display\",\"do\",\"else\",\"end\",\"eval\",\"global\",\"goto\",\"if\",\"index\",\"input\",\"keydef\",\"label\",\"left\",\"length\",\"let\",\"local\",\"lowcase\",\"macro\",\"mend\",\"nrbquote\",\"nrquote\",\"nrstr\",\"put\",\"qcmpres\",\"qleft\",\"qlowcase\",\"qscan\",\"qsubstr\",\"qsysfunc\",\"qtrim\",\"quote\",\"qupcase\",\"scan\",\"str\",\"substr\",\"superq\",\"syscall\",\"sysevalf\",\"sysexec\",\"sysfunc\",\"sysget\",\"syslput\",\"sysprod\",\"sysrc\",\"sysrput\",\"then\",\"to\",\"trim\",\"unquote\",\"until\",\"upcase\",\"verify\",\"while\",\"window\"],r=[\"null\",\"missing\",\"_all_\",\"_automatic_\",\"_character_\",\"_infile_\",\"_n_\",\"_name_\",\"_null_\",\"_numeric_\",\"_user_\",\"_webout_\"];return{name:\"SAS\",case_insensitive:!0,keywords:{literal:r,keyword:n},contains:[{className:\"keyword\",begin:/^\\s*(proc [\\w\\d_]+|data|run|quit)[\\s;]/},{className:\"variable\",begin:/&[a-zA-Z_&][a-zA-Z0-9_]*\\.?/},{begin:[/^\\s*/,/datalines;|cards;/,/(?:.*\\n)+/,/^\\s*;\\s*$/],className:{2:\"keyword\",3:\"string\"}},{begin:[/%mend|%macro/,/\\s+/,/[a-zA-Z_&][a-zA-Z0-9_]*/],className:{1:\"built_in\",3:\"title.function\"}},{className:\"built_in\",begin:\"%\"+t.either(...a)},{className:\"title.function\",begin:/%[a-zA-Z_][a-zA-Z_0-9]*/},{className:\"meta\",begin:t.either(...i)+\"(?=\\\\()\"},{className:\"string\",variants:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},e.COMMENT(\"\\\\*\",\";\"),e.C_BLOCK_COMMENT_MODE]}}e.exports=n},4108:function(e,t){function n(e){const t=\"[^\\\\(\\\\)\\\\[\\\\]\\\\{\\\\}\\\",'`;#|\\\\\\\\\\\\s]+\",n=\"(-|\\\\+)?\\\\d+([./]\\\\d+)?\",i=n+\"[+\\\\-]\"+n+\"i\",a={$pattern:t,built_in:\"case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules ' * + , ,@ - ... / ; < <= = => > >= ` abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char<? char=? char>=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci<? string-ci=? string-ci>=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string<? string=? string>=? string>? string? substring symbol->string symbol? tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?\"},r={className:\"literal\",begin:\"(#t|#f|#\\\\\\\\\"+t+\"|#\\\\\\\\.)\"},s={className:\"number\",variants:[{begin:n,relevance:0},{begin:i,relevance:0},{begin:\"#b[0-1]+(/[0-1]+)?\"},{begin:\"#o[0-7]+(/[0-7]+)?\"},{begin:\"#x[0-9a-f]+(/[0-9a-f]+)?\"}]},o=e.QUOTE_STRING_MODE,l=[e.COMMENT(\";\",\"$\",{relevance:0}),e.COMMENT(\"#\\\\|\",\"\\\\|#\")],c={begin:t,relevance:0},_={className:\"symbol\",begin:\"'\"+t},d={endsWithParent:!0,relevance:0},u={variants:[{begin:/'/},{begin:\"`\"}],contains:[{begin:\"\\\\(\",end:\"\\\\)\",contains:[\"self\",r,o,s,c,_]}]},p={className:\"name\",relevance:0,begin:t,keywords:a},m={begin:/lambda/,endsWithParent:!0,returnBegin:!0,contains:[p,{endsParent:!0,variants:[{begin:/\\(/,end:/\\)/},{begin:/\\[/,end:/\\]/}],contains:[c]}]},g={variants:[{begin:\"\\\\(\",end:\"\\\\)\"},{begin:\"\\\\[\",end:\"\\\\]\"}],contains:[m,p,d]};return d.contains=[r,s,o,c,_,u,g].concat(l),{name:\"Scheme\",illegal:/\\S/,contains:[e.SHEBANG(),s,o,_,u,g].concat(l)}}e.exports=n},4168:function(e,t){function n(e){return{aliases:[\"pycon\"],contains:[{className:\"meta.prompt\",starts:{end:/ |$/,starts:{end:\"$\",subLanguage:\"python\"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\\.\\.\\.(?=[ ]|$)/}]}]}}e.exports=n},\"41c8\":function(e,t){function n(e){e.regex;const t=e.COMMENT(/\\(;/,/;\\)/);t.contains.push(\"self\");const n=e.COMMENT(/;;/,/$/),i=[\"anyfunc\",\"block\",\"br\",\"br_if\",\"br_table\",\"call\",\"call_indirect\",\"data\",\"drop\",\"elem\",\"else\",\"end\",\"export\",\"func\",\"global.get\",\"global.set\",\"local.get\",\"local.set\",\"local.tee\",\"get_global\",\"get_local\",\"global\",\"if\",\"import\",\"local\",\"loop\",\"memory\",\"memory.grow\",\"memory.size\",\"module\",\"mut\",\"nop\",\"offset\",\"param\",\"result\",\"return\",\"select\",\"set_global\",\"set_local\",\"start\",\"table\",\"tee_local\",\"then\",\"type\",\"unreachable\"],a={begin:[/(?:func|call|call_indirect)/,/\\s+/,/\\$[^\\s)]+/],className:{1:\"keyword\",3:\"title.function\"}},r={className:\"variable\",begin:/\\$[\\w_]+/},s={match:/(\\((?!;)|\\))+/,className:\"punctuation\",relevance:0},o={className:\"number\",relevance:0,match:/[+-]?\\b(?:\\d(?:_?\\d)*(?:\\.\\d(?:_?\\d)*)?(?:[eE][+-]?\\d(?:_?\\d)*)?|0x[\\da-fA-F](?:_?[\\da-fA-F])*(?:\\.[\\da-fA-F](?:_?[\\da-fA-D])*)?(?:[pP][+-]?\\d(?:_?\\d)*)?)\\b|\\binf\\b|\\bnan(?::0x[\\da-fA-F](?:_?[\\da-fA-D])*)?\\b/},l={match:/(i32|i64|f32|f64)(?!\\.)/,className:\"type\"},c={className:\"keyword\",match:/\\b(f32|f64|i32|i64)(?:\\.(?:abs|add|and|ceil|clz|const|convert_[su]\\/i(?:32|64)|copysign|ctz|demote\\/f64|div(?:_[su])?|eqz?|extend_[su]\\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\\/f32|reinterpret\\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\\/f(?:32|64))?|wrap\\/i64|xor))\\b/},_={match:[/(?:offset|align)/,/\\s*/,/=/],className:{1:\"keyword\",3:\"operator\"}};return{name:\"WebAssembly\",keywords:{$pattern:/[\\w.]+/,keyword:i},contains:[n,t,_,r,s,a,e.QUOTE_STRING_MODE,l,c,o]}}e.exports=n},4236:function(e,t,n){\"use strict\";var i=n(\"0068\").isSpace;e.exports=function(e,t){var n,a,r,s=e.pos;if(10!==e.src.charCodeAt(s))return!1;if(n=e.pending.length-1,a=e.posMax,!t)if(n>=0&&32===e.pending.charCodeAt(n))if(n>=1&&32===e.pending.charCodeAt(n-1)){r=n-1;while(r>=1&&32===e.pending.charCodeAt(r-1))r--;e.pending=e.pending.slice(0,r),e.push(\"hardbreak\",\"br\",0)}else e.pending=e.pending.slice(0,-1),e.push(\"softbreak\",\"br\",0);else e.push(\"softbreak\",\"br\",0);s++;while(s<a&&i(e.src.charCodeAt(s)))s++;return e.pos=s,!0}},4272:function(e,t){function n(e){const t=[\"base-uri\",\"child-src\",\"connect-src\",\"default-src\",\"font-src\",\"form-action\",\"frame-ancestors\",\"frame-src\",\"img-src\",\"manifest-src\",\"media-src\",\"object-src\",\"plugin-types\",\"report-uri\",\"sandbox\",\"script-src\",\"style-src\",\"trusted-types\",\"unsafe-hashes\",\"worker-src\"];return{name:\"CSP\",case_insensitive:!1,keywords:{$pattern:\"[a-zA-Z][a-zA-Z0-9_-]*\",keyword:t},contains:[{className:\"string\",begin:\"'\",end:\"'\"},{className:\"attribute\",begin:\"^Content\",end:\":\",excludeEnd:!0}]}}e.exports=n},\"428d\":function(e,t,n){\"use strict\";e.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:\"language-\",linkify:!1,typographer:!1,quotes:\"“”‘’\",highlight:null,maxNesting:20},components:{core:{rules:[\"normalize\",\"block\",\"inline\",\"text_join\"]},block:{rules:[\"blockquote\",\"code\",\"fence\",\"heading\",\"hr\",\"html_block\",\"lheading\",\"list\",\"reference\",\"paragraph\"]},inline:{rules:[\"autolink\",\"backticks\",\"emphasis\",\"entity\",\"escape\",\"html_inline\",\"image\",\"link\",\"newline\",\"text\"],rules2:[\"balance_pairs\",\"emphasis\",\"fragments_join\"]}}}},4396:function(e,t){function n(e){const t={begin:/[a-z][A-Za-z0-9_]*/,relevance:0},n={className:\"symbol\",variants:[{begin:/[A-Z][a-zA-Z0-9_]*/},{begin:/_[A-Za-z0-9_]*/}],relevance:0},i={begin:/\\(/,end:/\\)/,relevance:0},a={begin:/\\[/,end:/\\]/},r={className:\"comment\",begin:/%/,end:/$/,contains:[e.PHRASAL_WORDS_MODE]},s={className:\"string\",begin:/`/,end:/`/,contains:[e.BACKSLASH_ESCAPE]},o={className:\"string\",begin:/0'(\\\\'|.)/},l={className:\"string\",begin:/0'\\\\s/},c={begin:/:-/},_=[t,n,i,c,a,r,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,s,o,l,e.C_NUMBER_MODE];return i.contains=_,a.contains=_,{name:\"Prolog\",contains:_.concat([{begin:/\\.$/}])}}e.exports=n},\"43e0\":function(e,t,n){\"use strict\";e.exports=function(e){var t=\"\";return t+=e.protocol||\"\",t+=e.slashes?\"//\":\"\",t+=e.auth?e.auth+\"@\":\"\",e.hostname&&-1!==e.hostname.indexOf(\":\")?t+=\"[\"+e.hostname+\"]\":t+=e.hostname||\"\",t+=e.port?\":\"+e.port:\"\",t+=e.pathname||\"\",t+=e.search||\"\",t+=e.hash||\"\",t}},\"44a8\":function(e,t,n){\"use strict\";e.exports=function(e,t){var n,i,a,r,s,o,l=t+1,c=e.md.block.ruler.getRules(\"paragraph\"),_=e.lineMax;for(o=e.parentType,e.parentType=\"paragraph\";l<_&&!e.isEmpty(l);l++)if(!(e.sCount[l]-e.blkIndent>3)&&!(e.sCount[l]<0)){for(i=!1,a=0,r=c.length;a<r;a++)if(c[a](e,l,_,!0)){i=!0;break}if(i)break}return n=e.getLines(t,l,e.blkIndent,!1).trim(),e.line=l,s=e.push(\"paragraph_open\",\"p\",1),s.map=[t,e.line],s=e.push(\"inline\",\"\",0),s.content=n,s.map=[t,e.line],s.children=[],s=e.push(\"paragraph_close\",\"p\",-1),e.parentType=o,!0}},\"44b5\":function(e,t){function n(e){const t=[\"from\",\"maintainer\",\"expose\",\"env\",\"arg\",\"user\",\"onbuild\",\"stopsignal\"];return{name:\"Dockerfile\",aliases:[\"docker\"],case_insensitive:!0,keywords:t,contains:[e.HASH_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{beginKeywords:\"run cmd entrypoint volume add copy workdir label healthcheck shell\",starts:{end:/[^\\\\]$/,subLanguage:\"bash\"}}],illegal:\"</\"}}e.exports=n},\"44e5\":function(e,t){function n(e){return{name:\"Plain text\",aliases:[\"text\",\"txt\"],disableAutodetect:!0}}e.exports=n},\"46ae\":function(e,t){function n(e){const t={keyword:[\"rec\",\"with\",\"let\",\"in\",\"inherit\",\"assert\",\"if\",\"else\",\"then\"],literal:[\"true\",\"false\",\"or\",\"and\",\"null\"],built_in:[\"import\",\"abort\",\"baseNameOf\",\"dirOf\",\"isNull\",\"builtins\",\"map\",\"removeAttrs\",\"throw\",\"toString\",\"derivation\"]},n={className:\"subst\",begin:/\\$\\{/,end:/\\}/,keywords:t},i={begin:/[a-zA-Z0-9-_]+(\\s*=)/,returnBegin:!0,relevance:0,contains:[{className:\"attr\",begin:/\\S+/,relevance:.2}]},a={className:\"string\",contains:[n],variants:[{begin:\"''\",end:\"''\"},{begin:'\"',end:'\"'}]},r=[e.NUMBER_MODE,e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,i];return n.contains=r,{name:\"Nix\",aliases:[\"nixos\"],keywords:t,contains:r}}e.exports=n},\"485f\":function(e,t){function n(e){const t=e.regex,n={className:\"params\",begin:\"\\\\(\",end:\"\\\\)\"},i={variants:[e.COMMENT(\"!\",\"$\",{relevance:0}),e.COMMENT(\"^C[ ]\",\"$\",{relevance:0}),e.COMMENT(\"^C$\",\"$\",{relevance:0})]},a=/(_[a-z_\\d]+)?/,r=/([de][+-]?\\d+)?/,s={className:\"number\",variants:[{begin:t.concat(/\\b\\d+/,/\\.(\\d*)/,r,a)},{begin:t.concat(/\\b\\d+/,r,a)},{begin:t.concat(/\\.\\d+/,r,a)}],relevance:0},o={className:\"function\",beginKeywords:\"subroutine function program\",illegal:\"[${=\\\\n]\",contains:[e.UNDERSCORE_TITLE_MODE,n]},l={className:\"string\",relevance:0,variants:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},c=[\"kind\",\"do\",\"concurrent\",\"local\",\"shared\",\"while\",\"private\",\"call\",\"intrinsic\",\"where\",\"elsewhere\",\"type\",\"endtype\",\"endmodule\",\"endselect\",\"endinterface\",\"end\",\"enddo\",\"endif\",\"if\",\"forall\",\"endforall\",\"only\",\"contains\",\"default\",\"return\",\"stop\",\"then\",\"block\",\"endblock\",\"endassociate\",\"public\",\"subroutine|10\",\"function\",\"program\",\".and.\",\".or.\",\".not.\",\".le.\",\".eq.\",\".ge.\",\".gt.\",\".lt.\",\"goto\",\"save\",\"else\",\"use\",\"module\",\"select\",\"case\",\"access\",\"blank\",\"direct\",\"exist\",\"file\",\"fmt\",\"form\",\"formatted\",\"iostat\",\"name\",\"named\",\"nextrec\",\"number\",\"opened\",\"rec\",\"recl\",\"sequential\",\"status\",\"unformatted\",\"unit\",\"continue\",\"format\",\"pause\",\"cycle\",\"exit\",\"c_null_char\",\"c_alert\",\"c_backspace\",\"c_form_feed\",\"flush\",\"wait\",\"decimal\",\"round\",\"iomsg\",\"synchronous\",\"nopass\",\"non_overridable\",\"pass\",\"protected\",\"volatile\",\"abstract\",\"extends\",\"import\",\"non_intrinsic\",\"value\",\"deferred\",\"generic\",\"final\",\"enumerator\",\"class\",\"associate\",\"bind\",\"enum\",\"c_int\",\"c_short\",\"c_long\",\"c_long_long\",\"c_signed_char\",\"c_size_t\",\"c_int8_t\",\"c_int16_t\",\"c_int32_t\",\"c_int64_t\",\"c_int_least8_t\",\"c_int_least16_t\",\"c_int_least32_t\",\"c_int_least64_t\",\"c_int_fast8_t\",\"c_int_fast16_t\",\"c_int_fast32_t\",\"c_int_fast64_t\",\"c_intmax_t\",\"C_intptr_t\",\"c_float\",\"c_double\",\"c_long_double\",\"c_float_complex\",\"c_double_complex\",\"c_long_double_complex\",\"c_bool\",\"c_char\",\"c_null_ptr\",\"c_null_funptr\",\"c_new_line\",\"c_carriage_return\",\"c_horizontal_tab\",\"c_vertical_tab\",\"iso_c_binding\",\"c_loc\",\"c_funloc\",\"c_associated\",\"c_f_pointer\",\"c_ptr\",\"c_funptr\",\"iso_fortran_env\",\"character_storage_size\",\"error_unit\",\"file_storage_size\",\"input_unit\",\"iostat_end\",\"iostat_eor\",\"numeric_storage_size\",\"output_unit\",\"c_f_procpointer\",\"ieee_arithmetic\",\"ieee_support_underflow_control\",\"ieee_get_underflow_mode\",\"ieee_set_underflow_mode\",\"newunit\",\"contiguous\",\"recursive\",\"pad\",\"position\",\"action\",\"delim\",\"readwrite\",\"eor\",\"advance\",\"nml\",\"interface\",\"procedure\",\"namelist\",\"include\",\"sequence\",\"elemental\",\"pure\",\"impure\",\"integer\",\"real\",\"character\",\"complex\",\"logical\",\"codimension\",\"dimension\",\"allocatable|10\",\"parameter\",\"external\",\"implicit|10\",\"none\",\"double\",\"precision\",\"assign\",\"intent\",\"optional\",\"pointer\",\"target\",\"in\",\"out\",\"common\",\"equivalence\",\"data\"],_=[\".False.\",\".True.\"],d=[\"alog\",\"alog10\",\"amax0\",\"amax1\",\"amin0\",\"amin1\",\"amod\",\"cabs\",\"ccos\",\"cexp\",\"clog\",\"csin\",\"csqrt\",\"dabs\",\"dacos\",\"dasin\",\"datan\",\"datan2\",\"dcos\",\"dcosh\",\"ddim\",\"dexp\",\"dint\",\"dlog\",\"dlog10\",\"dmax1\",\"dmin1\",\"dmod\",\"dnint\",\"dsign\",\"dsin\",\"dsinh\",\"dsqrt\",\"dtan\",\"dtanh\",\"float\",\"iabs\",\"idim\",\"idint\",\"idnint\",\"ifix\",\"isign\",\"max0\",\"max1\",\"min0\",\"min1\",\"sngl\",\"algama\",\"cdabs\",\"cdcos\",\"cdexp\",\"cdlog\",\"cdsin\",\"cdsqrt\",\"cqabs\",\"cqcos\",\"cqexp\",\"cqlog\",\"cqsin\",\"cqsqrt\",\"dcmplx\",\"dconjg\",\"derf\",\"derfc\",\"dfloat\",\"dgamma\",\"dimag\",\"dlgama\",\"iqint\",\"qabs\",\"qacos\",\"qasin\",\"qatan\",\"qatan2\",\"qcmplx\",\"qconjg\",\"qcos\",\"qcosh\",\"qdim\",\"qerf\",\"qerfc\",\"qexp\",\"qgamma\",\"qimag\",\"qlgama\",\"qlog\",\"qlog10\",\"qmax1\",\"qmin1\",\"qmod\",\"qnint\",\"qsign\",\"qsin\",\"qsinh\",\"qsqrt\",\"qtan\",\"qtanh\",\"abs\",\"acos\",\"aimag\",\"aint\",\"anint\",\"asin\",\"atan\",\"atan2\",\"char\",\"cmplx\",\"conjg\",\"cos\",\"cosh\",\"exp\",\"ichar\",\"index\",\"int\",\"log\",\"log10\",\"max\",\"min\",\"nint\",\"sign\",\"sin\",\"sinh\",\"sqrt\",\"tan\",\"tanh\",\"print\",\"write\",\"dim\",\"lge\",\"lgt\",\"lle\",\"llt\",\"mod\",\"nullify\",\"allocate\",\"deallocate\",\"adjustl\",\"adjustr\",\"all\",\"allocated\",\"any\",\"associated\",\"bit_size\",\"btest\",\"ceiling\",\"count\",\"cshift\",\"date_and_time\",\"digits\",\"dot_product\",\"eoshift\",\"epsilon\",\"exponent\",\"floor\",\"fraction\",\"huge\",\"iand\",\"ibclr\",\"ibits\",\"ibset\",\"ieor\",\"ior\",\"ishft\",\"ishftc\",\"lbound\",\"len_trim\",\"matmul\",\"maxexponent\",\"maxloc\",\"maxval\",\"merge\",\"minexponent\",\"minloc\",\"minval\",\"modulo\",\"mvbits\",\"nearest\",\"pack\",\"present\",\"product\",\"radix\",\"random_number\",\"random_seed\",\"range\",\"repeat\",\"reshape\",\"rrspacing\",\"scale\",\"scan\",\"selected_int_kind\",\"selected_real_kind\",\"set_exponent\",\"shape\",\"size\",\"spacing\",\"spread\",\"sum\",\"system_clock\",\"tiny\",\"transpose\",\"trim\",\"ubound\",\"unpack\",\"verify\",\"achar\",\"iachar\",\"transfer\",\"dble\",\"entry\",\"dprod\",\"cpu_time\",\"command_argument_count\",\"get_command\",\"get_command_argument\",\"get_environment_variable\",\"is_iostat_end\",\"ieee_arithmetic\",\"ieee_support_underflow_control\",\"ieee_get_underflow_mode\",\"ieee_set_underflow_mode\",\"is_iostat_eor\",\"move_alloc\",\"new_line\",\"selected_char_kind\",\"same_type_as\",\"extends_type_of\",\"acosh\",\"asinh\",\"atanh\",\"bessel_j0\",\"bessel_j1\",\"bessel_jn\",\"bessel_y0\",\"bessel_y1\",\"bessel_yn\",\"erf\",\"erfc\",\"erfc_scaled\",\"gamma\",\"log_gamma\",\"hypot\",\"norm2\",\"atomic_define\",\"atomic_ref\",\"execute_command_line\",\"leadz\",\"trailz\",\"storage_size\",\"merge_bits\",\"bge\",\"bgt\",\"ble\",\"blt\",\"dshiftl\",\"dshiftr\",\"findloc\",\"iall\",\"iany\",\"iparity\",\"image_index\",\"lcobound\",\"ucobound\",\"maskl\",\"maskr\",\"num_images\",\"parity\",\"popcnt\",\"poppar\",\"shifta\",\"shiftl\",\"shiftr\",\"this_image\",\"sync\",\"change\",\"team\",\"co_broadcast\",\"co_max\",\"co_min\",\"co_sum\",\"co_reduce\"];return{name:\"Fortran\",case_insensitive:!0,aliases:[\"f90\",\"f95\"],keywords:{keyword:c,literal:_,built_in:d},illegal:/\\/\\*/,contains:[l,o,{begin:/^C\\s*=(?!=)/,relevance:0},i,s]}}e.exports=n},4883:function(e,t,n){\"use strict\";function i(){this.__rules__=[],this.__cache__=null}i.prototype.__find__=function(e){for(var t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1},i.prototype.__compile__=function(){var e=this,t=[\"\"];e.__rules__.forEach((function(e){e.enabled&&e.alt.forEach((function(e){t.indexOf(e)<0&&t.push(e)}))})),e.__cache__={},t.forEach((function(t){e.__cache__[t]=[],e.__rules__.forEach((function(n){n.enabled&&(t&&n.alt.indexOf(t)<0||e.__cache__[t].push(n.fn))}))}))},i.prototype.at=function(e,t,n){var i=this.__find__(e),a=n||{};if(-1===i)throw new Error(\"Parser rule not found: \"+e);this.__rules__[i].fn=t,this.__rules__[i].alt=a.alt||[],this.__cache__=null},i.prototype.before=function(e,t,n,i){var a=this.__find__(e),r=i||{};if(-1===a)throw new Error(\"Parser rule not found: \"+e);this.__rules__.splice(a,0,{name:t,enabled:!0,fn:n,alt:r.alt||[]}),this.__cache__=null},i.prototype.after=function(e,t,n,i){var a=this.__find__(e),r=i||{};if(-1===a)throw new Error(\"Parser rule not found: \"+e);this.__rules__.splice(a+1,0,{name:t,enabled:!0,fn:n,alt:r.alt||[]}),this.__cache__=null},i.prototype.push=function(e,t,n){var i=n||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:i.alt||[]}),this.__cache__=null},i.prototype.enable=function(e,t){Array.isArray(e)||(e=[e]);var n=[];return e.forEach((function(e){var i=this.__find__(e);if(i<0){if(t)return;throw new Error(\"Rules manager: invalid rule name \"+e)}this.__rules__[i].enabled=!0,n.push(e)}),this),this.__cache__=null,n},i.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach((function(e){e.enabled=!1})),this.enable(e,t)},i.prototype.disable=function(e,t){Array.isArray(e)||(e=[e]);var n=[];return e.forEach((function(e){var i=this.__find__(e);if(i<0){if(t)return;throw new Error(\"Rules manager: invalid rule name \"+e)}this.__rules__[i].enabled=!1,n.push(e)}),this),this.__cache__=null,n},i.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},e.exports=i},\"48b8\":function(e,t){function n(e){const t=e.regex;return{name:\"Diff\",aliases:[\"patch\"],contains:[{className:\"meta\",relevance:10,match:t.either(/^@@ +-\\d+,\\d+ +\\+\\d+,\\d+ +@@/,/^\\*\\*\\* +\\d+,\\d+ +\\*\\*\\*\\*$/,/^--- +\\d+,\\d+ +----$/)},{className:\"comment\",variants:[{begin:t.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\\*{3} /,/^\\+{3}/,/^diff --git/),end:/$/},{match:/^\\*{15}$/}]},{className:\"addition\",begin:/^\\+/,end:/$/},{className:\"deletion\",begin:/^-/,end:/$/},{className:\"addition\",begin:/^!/,end:/$/}]}}e.exports=n},\"48cc\":function(e,t,n){\"use strict\";e.exports=function(e,t,n,i,a){var r=e.utils.arrayReplaceAt,s=e.utils.lib.ucmicro,o=new RegExp([s.Z.source,s.P.source,s.Cc.source].join(\"|\"));function l(e,i,r){var s,l=0,c=[];return e.replace(a,(function(i,a,_){var d;if(n.hasOwnProperty(i)){if(d=n[i],a>0&&!o.test(_[a-1]))return;if(a+i.length<_.length&&!o.test(_[a+i.length]))return}else d=i.slice(1,-1);a>l&&(s=new r(\"text\",\"\",0),s.content=e.slice(l,a),c.push(s)),s=new r(\"emoji\",\"\",0),s.markup=d,s.content=t[d],c.push(s),l=a+i.length})),l<e.length&&(s=new r(\"text\",\"\",0),s.content=e.slice(l),c.push(s)),c}return function(e){var t,n,a,s,o,c=e.tokens,_=0;for(n=0,a=c.length;n<a;n++)if(\"inline\"===c[n].type)for(s=c[n].children,t=s.length-1;t>=0;t--)o=s[t],\"link_open\"!==o.type&&\"link_close\"!==o.type||\"auto\"===o.info&&(_-=o.nesting),\"text\"===o.type&&0===_&&i.test(o.content)&&(c[n].children=s=r(s,t,l(o.content,o.level,e.Token)))}}},\"4a5e\":function(e,t){function n(e){const t=[\"struct\",\"enum\",\"interface\",\"union\",\"group\",\"import\",\"using\",\"const\",\"annotation\",\"extends\",\"in\",\"of\",\"on\",\"as\",\"with\",\"from\",\"fixed\"],n=[\"Void\",\"Bool\",\"Int8\",\"Int16\",\"Int32\",\"Int64\",\"UInt8\",\"UInt16\",\"UInt32\",\"UInt64\",\"Float32\",\"Float64\",\"Text\",\"Data\",\"AnyPointer\",\"AnyStruct\",\"Capability\",\"List\"],i=[\"true\",\"false\"],a={variants:[{match:[/(struct|enum|interface)/,/\\s+/,e.IDENT_RE]},{match:[/extends/,/\\s*\\(/,e.IDENT_RE,/\\s*\\)/]}],scope:{1:\"keyword\",3:\"title.class\"}};return{name:\"Cap’n Proto\",aliases:[\"capnp\"],keywords:{keyword:t,type:n,literal:i},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.HASH_COMMENT_MODE,{className:\"meta\",begin:/@0x[\\w\\d]{16};/,illegal:/\\n/},{className:\"symbol\",begin:/@\\d+\\b/},a]}}e.exports=n},\"4a94\":function(e,t,n){\"use strict\";e.exports=function(e,t){var n,i,a,r,s,o,l,c,_=e.pos,d=e.src.charCodeAt(_);if(96!==d)return!1;n=_,_++,i=e.posMax;while(_<i&&96===e.src.charCodeAt(_))_++;if(a=e.src.slice(n,_),l=a.length,e.backticksScanned&&(e.backticks[l]||0)<=n)return t||(e.pending+=a),e.pos+=l,!0;s=o=_;while(-1!==(s=e.src.indexOf(\"`\",o))){o=s+1;while(o<i&&96===e.src.charCodeAt(o))o++;if(c=o-s,c===l)return t||(r=e.push(\"code_inline\",\"code\",0),r.markup=a,r.content=e.src.slice(_,s).replace(/\\n/g,\" \").replace(/^ (.+) $/,\"$1\")),e.pos=o,!0;e.backticks[c]=s}return e.backticksScanned=!0,t||(e.pending+=a),e.pos+=l,!0}},\"4b3e\":function(e,t,n){\"use strict\";var i=n(\"0068\").isSpace;function a(e,t){var n,a,r,s;return a=e.bMarks[t]+e.tShift[t],r=e.eMarks[t],n=e.src.charCodeAt(a++),42!==n&&45!==n&&43!==n||a<r&&(s=e.src.charCodeAt(a),!i(s))?-1:a}function r(e,t){var n,a=e.bMarks[t]+e.tShift[t],r=a,s=e.eMarks[t];if(r+1>=s)return-1;if(n=e.src.charCodeAt(r++),n<48||n>57)return-1;for(;;){if(r>=s)return-1;if(n=e.src.charCodeAt(r++),!(n>=48&&n<=57)){if(41===n||46===n)break;return-1}if(r-a>=10)return-1}return r<s&&(n=e.src.charCodeAt(r),!i(n))?-1:r}function s(e,t){var n,i,a=e.level+2;for(n=t+2,i=e.tokens.length-2;n<i;n++)e.tokens[n].level===a&&\"paragraph_open\"===e.tokens[n].type&&(e.tokens[n+2].hidden=!0,e.tokens[n].hidden=!0,n+=2)}e.exports=function(e,t,n,i){var o,l,c,_,d,u,p,m,g,h,E,S,b,f,T,C,v,y,R,N,O,A,I,D,w,x,M,k,L=!1,P=!0;if(e.sCount[t]-e.blkIndent>=4)return!1;if(e.listIndent>=0&&e.sCount[t]-e.listIndent>=4&&e.sCount[t]<e.blkIndent)return!1;if(i&&\"paragraph\"===e.parentType&&e.sCount[t]>=e.blkIndent&&(L=!0),(I=r(e,t))>=0){if(p=!0,w=e.bMarks[t]+e.tShift[t],b=Number(e.src.slice(w,I-1)),L&&1!==b)return!1}else{if(!((I=a(e,t))>=0))return!1;p=!1}if(L&&e.skipSpaces(I)>=e.eMarks[t])return!1;if(S=e.src.charCodeAt(I-1),i)return!0;E=e.tokens.length,p?(k=e.push(\"ordered_list_open\",\"ol\",1),1!==b&&(k.attrs=[[\"start\",b]])):k=e.push(\"bullet_list_open\",\"ul\",1),k.map=h=[t,0],k.markup=String.fromCharCode(S),T=t,D=!1,M=e.md.block.ruler.getRules(\"list\"),y=e.parentType,e.parentType=\"list\";while(T<n){A=I,f=e.eMarks[T],u=C=e.sCount[T]+I-(e.bMarks[t]+e.tShift[t]);while(A<f){if(o=e.src.charCodeAt(A),9===o)C+=4-(C+e.bsCount[T])%4;else{if(32!==o)break;C++}A++}if(l=A,d=l>=f?1:C-u,d>4&&(d=1),_=u+d,k=e.push(\"list_item_open\",\"li\",1),k.markup=String.fromCharCode(S),k.map=m=[t,0],p&&(k.info=e.src.slice(w,I-1)),O=e.tight,N=e.tShift[t],R=e.sCount[t],v=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=_,e.tight=!0,e.tShift[t]=l-e.bMarks[t],e.sCount[t]=C,l>=f&&e.isEmpty(t+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,t,n,!0),e.tight&&!D||(P=!1),D=e.line-t>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=v,e.tShift[t]=N,e.sCount[t]=R,e.tight=O,k=e.push(\"list_item_close\",\"li\",-1),k.markup=String.fromCharCode(S),T=t=e.line,m[1]=T,l=e.bMarks[t],T>=n)break;if(e.sCount[T]<e.blkIndent)break;if(e.sCount[t]-e.blkIndent>=4)break;for(x=!1,c=0,g=M.length;c<g;c++)if(M[c](e,T,n,!0)){x=!0;break}if(x)break;if(p){if(I=r(e,T),I<0)break;w=e.bMarks[T]+e.tShift[T]}else if(I=a(e,T),I<0)break;if(S!==e.src.charCodeAt(I-1))break}return k=p?e.push(\"ordered_list_close\",\"ol\",-1):e.push(\"bullet_list_close\",\"ul\",-1),k.markup=String.fromCharCode(S),h[1]=T,e.line=T,e.parentType=y,P&&s(e,E),!0}},\"4bb9\":function(e,t,n){\"use strict\";e.exports=function(e){function t(e,t){var n,i,a,r,s,o=e.pos,l=e.src.charCodeAt(o);if(t)return!1;if(61!==l)return!1;if(i=e.scanDelims(e.pos,!0),r=i.length,s=String.fromCharCode(l),r<2)return!1;for(r%2&&(a=e.push(\"text\",\"\",0),a.content=s,r--),n=0;n<r;n+=2)a=e.push(\"text\",\"\",0),a.content=s+s,(i.can_open||i.can_close)&&e.delimiters.push({marker:l,length:0,jump:n/2,token:e.tokens.length-1,end:-1,open:i.can_open,close:i.can_close});return e.pos+=i.length,!0}function n(e,t){var n,i,a,r,s,o=[],l=t.length;for(n=0;n<l;n++)a=t[n],61===a.marker&&-1!==a.end&&(r=t[a.end],s=e.tokens[a.token],s.type=\"mark_open\",s.tag=\"mark\",s.nesting=1,s.markup=\"==\",s.content=\"\",s=e.tokens[r.token],s.type=\"mark_close\",s.tag=\"mark\",s.nesting=-1,s.markup=\"==\",s.content=\"\",\"text\"===e.tokens[r.token-1].type&&\"=\"===e.tokens[r.token-1].content&&o.push(r.token-1));while(o.length){n=o.pop(),i=n+1;while(i<e.tokens.length&&\"mark_close\"===e.tokens[i].type)i++;i--,n!==i&&(s=e.tokens[i],e.tokens[i]=e.tokens[n],e.tokens[n]=s)}}e.inline.ruler.before(\"emphasis\",\"mark\",t),e.inline.ruler2.before(\"emphasis\",\"mark\",(function(e){var t,i=e.tokens_meta,a=(e.tokens_meta||[]).length;for(n(e,e.delimiters),t=0;t<a;t++)i[t]&&i[t].delimiters&&n(e,i[t].delimiters)}))}},\"4c26\":function(e,t,n){\"use strict\";var i=/\\r\\n?|\\n/g,a=/\\0/g;e.exports=function(e){var t;t=e.src.replace(i,\"\\n\"),t=t.replace(a,\"�\"),e.src=t}},\"4cb4\":function(e,t,n){\"use strict\";var i=n(\"4883\"),a=[[\"text\",n(\"baca\")],[\"linkify\",n(\"6e83\")],[\"newline\",n(\"4236\")],[\"escape\",n(\"6e00\")],[\"backticks\",n(\"4a94\")],[\"strikethrough\",n(\"922c\").tokenize],[\"emphasis\",n(\"c8a9\").tokenize],[\"link\",n(\"cd0f\")],[\"image\",n(\"932d\")],[\"autolink\",n(\"28ec\")],[\"html_inline\",n(\"c2d8\")],[\"entity\",n(\"5b54\")]],r=[[\"balance_pairs\",n(\"838d\")],[\"strikethrough\",n(\"922c\").postProcess],[\"emphasis\",n(\"c8a9\").postProcess],[\"fragments_join\",n(\"32bf\")]];function s(){var e;for(this.ruler=new i,e=0;e<a.length;e++)this.ruler.push(a[e][0],a[e][1]);for(this.ruler2=new i,e=0;e<r.length;e++)this.ruler2.push(r[e][0],r[e][1])}s.prototype.skipToken=function(e){var t,n,i=e.pos,a=this.ruler.getRules(\"\"),r=a.length,s=e.md.options.maxNesting,o=e.cache;if(\"undefined\"===typeof o[i]){if(e.level<s){for(n=0;n<r;n++)if(e.level++,t=a[n](e,!0),e.level--,t)break}else e.pos=e.posMax;t||e.pos++,o[i]=e.pos}else e.pos=o[i]},s.prototype.tokenize=function(e){var t,n,i=this.ruler.getRules(\"\"),a=i.length,r=e.posMax,s=e.md.options.maxNesting;while(e.pos<r){if(e.level<s)for(n=0;n<a;n++)if(t=i[n](e,!1),t)break;if(t){if(e.pos>=r)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},s.prototype.parse=function(e,t,n,i){var a,r,s,o=new this.State(e,t,n,i);for(this.tokenize(o),r=this.ruler2.getRules(\"\"),s=r.length,a=0;a<s;a++)r[a](o)},s.prototype.State=n(\"097b\"),e.exports=s},\"4dd1\":function(e,t){const n=\"[A-Za-z$_][0-9A-Za-z$_]*\",i=[\"as\",\"in\",\"of\",\"if\",\"for\",\"while\",\"finally\",\"var\",\"new\",\"function\",\"do\",\"return\",\"void\",\"else\",\"break\",\"catch\",\"instanceof\",\"with\",\"throw\",\"case\",\"default\",\"try\",\"switch\",\"continue\",\"typeof\",\"delete\",\"let\",\"yield\",\"const\",\"class\",\"debugger\",\"async\",\"await\",\"static\",\"import\",\"from\",\"export\",\"extends\"],a=[\"true\",\"false\",\"null\",\"undefined\",\"NaN\",\"Infinity\"],r=[\"Object\",\"Function\",\"Boolean\",\"Symbol\",\"Math\",\"Date\",\"Number\",\"BigInt\",\"String\",\"RegExp\",\"Array\",\"Float32Array\",\"Float64Array\",\"Int8Array\",\"Uint8Array\",\"Uint8ClampedArray\",\"Int16Array\",\"Int32Array\",\"Uint16Array\",\"Uint32Array\",\"BigInt64Array\",\"BigUint64Array\",\"Set\",\"Map\",\"WeakSet\",\"WeakMap\",\"ArrayBuffer\",\"SharedArrayBuffer\",\"Atomics\",\"DataView\",\"JSON\",\"Promise\",\"Generator\",\"GeneratorFunction\",\"AsyncFunction\",\"Reflect\",\"Proxy\",\"Intl\",\"WebAssembly\"],s=[\"Error\",\"EvalError\",\"InternalError\",\"RangeError\",\"ReferenceError\",\"SyntaxError\",\"TypeError\",\"URIError\"],o=[\"setInterval\",\"setTimeout\",\"clearInterval\",\"clearTimeout\",\"require\",\"exports\",\"eval\",\"isFinite\",\"isNaN\",\"parseFloat\",\"parseInt\",\"decodeURI\",\"decodeURIComponent\",\"encodeURI\",\"encodeURIComponent\",\"escape\",\"unescape\"],l=[\"arguments\",\"this\",\"super\",\"console\",\"window\",\"document\",\"localStorage\",\"module\",\"global\"],c=[].concat(o,r,s);function _(e){const t=e.regex,_=(e,{after:t})=>{const n=\"</\"+e[0].slice(1),i=e.input.indexOf(n,t);return-1!==i},d=n,u={begin:\"<>\",end:\"</>\"},p=/<[A-Za-z0-9\\\\._:-]+\\s*\\/>/,m={begin:/<[A-Za-z0-9\\\\._:-]+/,end:/\\/[A-Za-z0-9\\\\._:-]+>|\\/>/,isTrulyOpeningTag:(e,t)=>{const n=e[0].length+e.index,i=e.input[n];if(\"<\"===i||\",\"===i)return void t.ignoreMatch();let a;\">\"===i&&(_(e,{after:n})||t.ignoreMatch());const r=e.input.substring(n);(a=r.match(/^\\s+extends\\s+/))&&0===a.index&&t.ignoreMatch()}},g={$pattern:n,keyword:i,literal:a,built_in:c,\"variable.language\":l},h=\"[0-9](_?[0-9])*\",E=`\\\\.(${h})`,S=\"0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*\",b={className:\"number\",variants:[{begin:`(\\\\b(${S})((${E})|\\\\.)?|(${E}))[eE][+-]?(${h})\\\\b`},{begin:`\\\\b(${S})\\\\b((${E})\\\\b|\\\\.)?|(${E})\\\\b`},{begin:\"\\\\b(0|[1-9](_?[0-9])*)n\\\\b\"},{begin:\"\\\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\\\b\"},{begin:\"\\\\b0[bB][0-1](_?[0-1])*n?\\\\b\"},{begin:\"\\\\b0[oO][0-7](_?[0-7])*n?\\\\b\"},{begin:\"\\\\b0[0-7]+n?\\\\b\"}],relevance:0},f={className:\"subst\",begin:\"\\\\$\\\\{\",end:\"\\\\}\",keywords:g,contains:[]},T={begin:\"html`\",end:\"\",starts:{end:\"`\",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:\"xml\"}},C={begin:\"css`\",end:\"\",starts:{end:\"`\",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:\"css\"}},v={className:\"string\",begin:\"`\",end:\"`\",contains:[e.BACKSLASH_ESCAPE,f]},y=e.COMMENT(/\\/\\*\\*(?!\\/)/,\"\\\\*/\",{relevance:0,contains:[{begin:\"(?=@[A-Za-z]+)\",relevance:0,contains:[{className:\"doctag\",begin:\"@[A-Za-z]+\"},{className:\"type\",begin:\"\\\\{\",end:\"\\\\}\",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:\"variable\",begin:d+\"(?=\\\\s*(-)|$)\",endsParent:!0,relevance:0},{begin:/(?=[^\\n])\\s/,relevance:0}]}]}),R={className:\"comment\",variants:[y,e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},N=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,T,C,v,b];f.contains=N.concat({begin:/\\{/,end:/\\}/,keywords:g,contains:[\"self\"].concat(N)});const O=[].concat(R,f.contains),A=O.concat([{begin:/\\(/,end:/\\)/,keywords:g,contains:[\"self\"].concat(O)}]),I={className:\"params\",begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,keywords:g,contains:A},D={variants:[{match:[/class/,/\\s+/,d,/\\s+/,/extends/,/\\s+/,t.concat(d,\"(\",t.concat(/\\./,d),\")*\")],scope:{1:\"keyword\",3:\"title.class\",5:\"keyword\",7:\"title.class.inherited\"}},{match:[/class/,/\\s+/,d],scope:{1:\"keyword\",3:\"title.class\"}}]},w={relevance:0,match:t.either(/\\bJSON/,/\\b[A-Z][a-z]+([A-Z][a-z]*|\\d)*/,/\\b[A-Z]{2,}([A-Z][a-z]+|\\d)+([A-Z][a-z]*)*/,/\\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\\d)*([A-Z][a-z]*)*/),className:\"title.class\",keywords:{_:[...r,...s]}},x={label:\"use_strict\",className:\"meta\",relevance:10,begin:/^\\s*['\"]use (strict|asm)['\"]/},M={variants:[{match:[/function/,/\\s+/,d,/(?=\\s*\\()/]},{match:[/function/,/\\s*(?=\\()/]}],className:{1:\"keyword\",3:\"title.function\"},label:\"func.def\",contains:[I],illegal:/%/},k={relevance:0,match:/\\b[A-Z][A-Z_0-9]+\\b/,className:\"variable.constant\"};function L(e){return t.concat(\"(?!\",e.join(\"|\"),\")\")}const P={match:t.concat(/\\b/,L([...o,\"super\"]),d,t.lookahead(/\\(/)),className:\"title.function\",relevance:0},F={begin:t.concat(/\\./,t.lookahead(t.concat(d,/(?![0-9A-Za-z$_(])/))),end:d,excludeBegin:!0,keywords:\"prototype\",className:\"property\",relevance:0},U={match:[/get|set/,/\\s+/,d,/(?=\\()/],className:{1:\"keyword\",3:\"title.function\"},contains:[{begin:/\\(\\)/},I]},B=\"(\\\\([^()]*(\\\\([^()]*(\\\\([^()]*\\\\)[^()]*)*\\\\)[^()]*)*\\\\)|\"+e.UNDERSCORE_IDENT_RE+\")\\\\s*=>\",G={match:[/const|var|let/,/\\s+/,d,/\\s*/,/=\\s*/,/(async\\s*)?/,t.lookahead(B)],keywords:\"async\",className:{1:\"keyword\",3:\"title.function\"},contains:[I]};return{name:\"Javascript\",aliases:[\"js\",\"jsx\",\"mjs\",\"cjs\"],keywords:g,exports:{PARAMS_CONTAINS:A,CLASS_REFERENCE:w},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:\"shebang\",binary:\"node\",relevance:5}),x,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,T,C,v,R,b,w,{className:\"attr\",begin:d+t.lookahead(\":\"),relevance:0},G,{begin:\"(\"+e.RE_STARTERS_RE+\"|\\\\b(case|return|throw)\\\\b)\\\\s*\",keywords:\"return throw case\",relevance:0,contains:[R,e.REGEXP_MODE,{className:\"function\",begin:B,returnBegin:!0,end:\"\\\\s*=>\",contains:[{className:\"params\",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\\(\\s*\\)/,skip:!0},{begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,keywords:g,contains:A}]}]},{begin:/,/,relevance:0},{match:/\\s+/,relevance:0},{variants:[{begin:u.begin,end:u.end},{match:p},{begin:m.begin,\"on:begin\":m.isTrulyOpeningTag,end:m.end}],subLanguage:\"xml\",contains:[{begin:m.begin,end:m.end,skip:!0,contains:[\"self\"]}]}]},M,{beginKeywords:\"while if switch catch for\"},{begin:\"\\\\b(?!function)\"+e.UNDERSCORE_IDENT_RE+\"\\\\([^()]*(\\\\([^()]*(\\\\([^()]*\\\\)[^()]*)*\\\\)[^()]*)*\\\\)\\\\s*\\\\{\",returnBegin:!0,label:\"func.def\",contains:[I,e.inherit(e.TITLE_MODE,{begin:d,className:\"title.function\"})]},{match:/\\.\\.\\./,relevance:0},F,{match:\"\\\\$\"+d,relevance:0},{match:[/\\bconstructor(?=\\s*\\()/],className:{1:\"title.function\"},contains:[I]},P,k,D,U,{match:/\\$[(.]/}]}}e.exports=_},\"4f4a\":function(e,t){function n(e){return{name:\"HAML\",case_insensitive:!0,contains:[{className:\"meta\",begin:\"^!!!( (5|1\\\\.1|Strict|Frameset|Basic|Mobile|RDFa|XML\\\\b.*))?$\",relevance:10},e.COMMENT(\"^\\\\s*(!=#|=#|-#|/).*$\",null,{relevance:0}),{begin:\"^\\\\s*(-|=|!=)(?!#)\",end:/$/,subLanguage:\"ruby\",excludeBegin:!0,excludeEnd:!0},{className:\"tag\",begin:\"^\\\\s*%\",contains:[{className:\"selector-tag\",begin:\"\\\\w+\"},{className:\"selector-id\",begin:\"#[\\\\w-]+\"},{className:\"selector-class\",begin:\"\\\\.[\\\\w-]+\"},{begin:/\\{\\s*/,end:/\\s*\\}/,contains:[{begin:\":\\\\w+\\\\s*=>\",end:\",\\\\s+\",returnBegin:!0,endsWithParent:!0,contains:[{className:\"attr\",begin:\":\\\\w+\"},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:\"\\\\w+\",relevance:0}]}]},{begin:\"\\\\(\\\\s*\",end:\"\\\\s*\\\\)\",excludeEnd:!0,contains:[{begin:\"\\\\w+\\\\s*=\",end:\"\\\\s+\",returnBegin:!0,endsWithParent:!0,contains:[{className:\"attr\",begin:\"\\\\w+\",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:\"\\\\w+\",relevance:0}]}]}]},{begin:\"^\\\\s*[=~]\\\\s*\"},{begin:/#\\{/,end:/\\}/,subLanguage:\"ruby\",excludeBegin:!0,excludeEnd:!0}]}}e.exports=n},\"4fc2\":function(e,t){e.exports=/[ \\xA0\\u1680\\u2000-\\u200A\\u2028\\u2029\\u202F\\u205F\\u3000]/},5027:function(e,t){function n(e){const t={keyword:\"and case default else elsif false if in import enherits node or true undef unless main settings $string \",literal:\"alias audit before loglevel noop require subscribe tag owner ensure group mode name|0 changes context force incl lens load_path onlyif provider returns root show_diff type_check en_address ip_address realname command environment hour monute month monthday special target weekday creates cwd ogoutput refresh refreshonly tries try_sleep umask backup checksum content ctime force ignore links mtime purge recurse recurselimit replace selinux_ignore_defaults selrange selrole seltype seluser source souirce_permissions sourceselect validate_cmd validate_replacement allowdupe attribute_membership auth_membership forcelocal gid ia_load_module members system host_aliases ip allowed_trunk_vlans description device_url duplex encapsulation etherchannel native_vlan speed principals allow_root auth_class auth_type authenticate_user k_of_n mechanisms rule session_owner shared options device fstype enable hasrestart directory present absent link atboot blockdevice device dump pass remounts poller_tag use message withpath adminfile allow_virtual allowcdrom category configfiles flavor install_options instance package_settings platform responsefile status uninstall_options vendor unless_system_user unless_uid binary control flags hasstatus manifest pattern restart running start stop allowdupe auths expiry gid groups home iterations key_membership keys managehome membership password password_max_age password_min_age profile_membership profiles project purge_ssh_keys role_membership roles salt shell uid baseurl cost descr enabled enablegroups exclude failovermethod gpgcheck gpgkey http_caching include includepkgs keepalive metadata_expire metalink mirrorlist priority protect proxy proxy_password proxy_username repo_gpgcheck s3_enabled skip_if_unavailable sslcacert sslclientcert sslclientkey sslverify mounted\",built_in:\"architecture augeasversion blockdevices boardmanufacturer boardproductname boardserialnumber cfkey dhcp_servers domain ec2_ ec2_userdata facterversion filesystems ldom fqdn gid hardwareisa hardwaremodel hostname id|0 interfaces ipaddress ipaddress_ ipaddress6 ipaddress6_ iphostnumber is_virtual kernel kernelmajversion kernelrelease kernelversion kernelrelease kernelversion lsbdistcodename lsbdistdescription lsbdistid lsbdistrelease lsbmajdistrelease lsbminordistrelease lsbrelease macaddress macaddress_ macosx_buildversion macosx_productname macosx_productversion macosx_productverson_major macosx_productversion_minor manufacturer memoryfree memorysize netmask metmask_ network_ operatingsystem operatingsystemmajrelease operatingsystemrelease osfamily partitions path physicalprocessorcount processor processorcount productname ps puppetversion rubysitedir rubyversion selinux selinux_config_mode selinux_config_policy selinux_current_mode selinux_current_mode selinux_enforced selinux_policyversion serialnumber sp_ sshdsakey sshecdsakey sshrsakey swapencrypted swapfree swapsize timezone type uniqueid uptime uptime_days uptime_hours uptime_seconds uuid virtual vlans xendomains zfs_version zonenae zones zpool_version\"},n=e.COMMENT(\"#\",\"$\"),i=\"([A-Za-z_]|::)(\\\\w|::)*\",a=e.inherit(e.TITLE_MODE,{begin:i}),r={className:\"variable\",begin:\"\\\\$\"+i},s={className:\"string\",contains:[e.BACKSLASH_ESCAPE,r],variants:[{begin:/'/,end:/'/},{begin:/\"/,end:/\"/}]};return{name:\"Puppet\",aliases:[\"pp\"],contains:[n,r,s,{beginKeywords:\"class\",end:\"\\\\{|;\",illegal:/=/,contains:[a,n]},{beginKeywords:\"define\",end:/\\{/,contains:[{className:\"section\",begin:e.IDENT_RE,endsParent:!0}]},{begin:e.IDENT_RE+\"\\\\s+\\\\{\",returnBegin:!0,end:/\\S/,contains:[{className:\"keyword\",begin:e.IDENT_RE,relevance:.2},{begin:/\\{/,end:/\\}/,keywords:t,relevance:0,contains:[s,n,{begin:\"[a-zA-Z_]+\\\\s*=>\",returnBegin:!0,end:\"=>\",contains:[{className:\"attr\",begin:e.IDENT_RE}]},{className:\"number\",begin:\"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b\",relevance:0},r]}],relevance:0}]}}e.exports=n},5051:function(e,t){function n(e){const t={variants:[e.COMMENT(\"--\",\"$\"),e.COMMENT(/\\{-/,/-\\}/,{contains:[\"self\"]})]},n={className:\"type\",begin:\"\\\\b[A-Z][\\\\w']*\",relevance:0},i={begin:\"\\\\(\",end:\"\\\\)\",illegal:'\"',contains:[{className:\"type\",begin:\"\\\\b[A-Z][\\\\w]*(\\\\((\\\\.\\\\.|,|\\\\w+)\\\\))?\"},t]},a={begin:/\\{/,end:/\\}/,contains:i.contains},r={className:\"string\",begin:\"'\\\\\\\\?.\",end:\"'\",illegal:\".\"},s=[\"let\",\"in\",\"if\",\"then\",\"else\",\"case\",\"of\",\"where\",\"module\",\"import\",\"exposing\",\"type\",\"alias\",\"as\",\"infix\",\"infixl\",\"infixr\",\"port\",\"effect\",\"command\",\"subscription\"];return{name:\"Elm\",keywords:s,contains:[{beginKeywords:\"port effect module\",end:\"exposing\",keywords:\"port effect module where command subscription exposing\",contains:[i,t],illegal:\"\\\\W\\\\.|;\"},{begin:\"import\",end:\"$\",keywords:\"import as exposing\",contains:[i,t],illegal:\"\\\\W\\\\.|;\"},{begin:\"type\",end:\"$\",keywords:\"type alias\",contains:[n,i,a,t]},{beginKeywords:\"infix infixl infixr\",end:\"$\",contains:[e.C_NUMBER_MODE,t]},{begin:\"port\",end:\"$\",keywords:\"port\",contains:[t]},r,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,n,e.inherit(e.TITLE_MODE,{begin:\"^[_a-z][\\\\w']*\"}),t,{begin:\"->|<-\"}],illegal:/;/}}e.exports=n},5061:function(e,t,n){var i=n(\"b3ce\");function a(e,t){this.type=e,this.attributes={},this.children=t||[]}function r(e){this.text=e}a.prototype.setAttribute=function(e,t){this.attributes[e]=t},a.prototype.toNode=function(){var e=document.createElementNS(\"http://www.w3.org/1998/Math/MathML\",this.type);for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(var n=0;n<this.children.length;n++)e.appendChild(this.children[n].toNode());return e},a.prototype.toMarkup=function(){var e=\"<\"+this.type;for(var t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&(e+=\" \"+t+'=\"',e+=i.escape(this.attributes[t]),e+='\"');e+=\">\";for(var n=0;n<this.children.length;n++)e+=this.children[n].toMarkup();return e+=\"</\"+this.type+\">\",e},r.prototype.toNode=function(){return document.createTextNode(this.text)},r.prototype.toMarkup=function(){return i.escape(this.text)},e.exports={MathNode:a,TextNode:r}},\"508e\":function(e,t){function n(e){const t=[\"string\",\"char\",\"byte\",\"int\",\"long\",\"bool\",\"decimal\",\"single\",\"double\",\"DateTime\",\"xml\",\"array\",\"hashtable\",\"void\"],n=\"Add|Clear|Close|Copy|Enter|Exit|Find|Format|Get|Hide|Join|Lock|Move|New|Open|Optimize|Pop|Push|Redo|Remove|Rename|Reset|Resize|Search|Select|Set|Show|Skip|Split|Step|Switch|Undo|Unlock|Watch|Backup|Checkpoint|Compare|Compress|Convert|ConvertFrom|ConvertTo|Dismount|Edit|Expand|Export|Group|Import|Initialize|Limit|Merge|Mount|Out|Publish|Restore|Save|Sync|Unpublish|Update|Approve|Assert|Build|Complete|Confirm|Deny|Deploy|Disable|Enable|Install|Invoke|Register|Request|Restart|Resume|Start|Stop|Submit|Suspend|Uninstall|Unregister|Wait|Debug|Measure|Ping|Repair|Resolve|Test|Trace|Connect|Disconnect|Read|Receive|Send|Write|Block|Grant|Protect|Revoke|Unblock|Unprotect|Use|ForEach|Sort|Tee|Where\",i=\"-and|-as|-band|-bnot|-bor|-bxor|-casesensitive|-ccontains|-ceq|-cge|-cgt|-cle|-clike|-clt|-cmatch|-cne|-cnotcontains|-cnotlike|-cnotmatch|-contains|-creplace|-csplit|-eq|-exact|-f|-file|-ge|-gt|-icontains|-ieq|-ige|-igt|-ile|-ilike|-ilt|-imatch|-in|-ine|-inotcontains|-inotlike|-inotmatch|-ireplace|-is|-isnot|-isplit|-join|-le|-like|-lt|-match|-ne|-not|-notcontains|-notin|-notlike|-notmatch|-or|-regex|-replace|-shl|-shr|-split|-wildcard|-xor\",a={$pattern:/-?[A-z\\.\\-]+\\b/,keyword:\"if else foreach return do while until elseif begin for trap data dynamicparam end break throw param continue finally in switch exit filter try process catch hidden static parameter\",built_in:\"ac asnp cat cd CFS chdir clc clear clhy cli clp cls clv cnsn compare copy cp cpi cpp curl cvpa dbp del diff dir dnsn ebp echo|0 epal epcsv epsn erase etsn exsn fc fhx fl ft fw gal gbp gc gcb gci gcm gcs gdr gerr ghy gi gin gjb gl gm gmo gp gps gpv group gsn gsnp gsv gtz gu gv gwmi h history icm iex ihy ii ipal ipcsv ipmo ipsn irm ise iwmi iwr kill lp ls man md measure mi mount move mp mv nal ndr ni nmo npssc nsn nv ogv oh popd ps pushd pwd r rbp rcjb rcsn rd rdr ren ri rjb rm rmdir rmo rni rnp rp rsn rsnp rujb rv rvpa rwmi sajb sal saps sasv sbp sc scb select set shcm si sl sleep sls sort sp spjb spps spsv start stz sujb sv swmi tee trcm type wget where wjb write\"},r=/\\w[\\w\\d]*((-)[\\w\\d]+)*/,s={begin:\"`[\\\\s\\\\S]\",relevance:0},o={className:\"variable\",variants:[{begin:/\\$\\B/},{className:\"keyword\",begin:/\\$this/},{begin:/\\$[\\w\\d][\\w\\d_:]*/}]},l={className:\"literal\",begin:/\\$(null|true|false)\\b/},c={className:\"string\",variants:[{begin:/\"/,end:/\"/},{begin:/@\"/,end:/^\"@/}],contains:[s,o,{className:\"variable\",begin:/\\$[A-z]/,end:/[^A-z]/}]},_={className:\"string\",variants:[{begin:/'/,end:/'/},{begin:/@'/,end:/^'@/}]},d={className:\"doctag\",variants:[{begin:/\\.(synopsis|description|example|inputs|outputs|notes|link|component|role|functionality)/},{begin:/\\.(parameter|forwardhelptargetname|forwardhelpcategory|remotehelprunspace|externalhelp)\\s+\\S+/}]},u=e.inherit(e.COMMENT(null,null),{variants:[{begin:/#/,end:/$/},{begin:/<#/,end:/#>/}],contains:[d]}),p={className:\"built_in\",variants:[{begin:\"(\".concat(n,\")+(-)[\\\\w\\\\d]+\")}]},m={className:\"class\",beginKeywords:\"class enum\",end:/\\s*[{]/,excludeEnd:!0,relevance:0,contains:[e.TITLE_MODE]},g={className:\"function\",begin:/function\\s+/,end:/\\s*\\{|$/,excludeEnd:!0,returnBegin:!0,relevance:0,contains:[{begin:\"function\",relevance:0,className:\"keyword\"},{className:\"title\",begin:r,relevance:0},{begin:/\\(/,end:/\\)/,className:\"params\",relevance:0,contains:[o]}]},h={begin:/using\\s/,end:/$/,returnBegin:!0,contains:[c,_,{className:\"keyword\",begin:/(using|assembly|command|module|namespace|type)/}]},E={variants:[{className:\"operator\",begin:\"(\".concat(i,\")\\\\b\")},{className:\"literal\",begin:/(-){1,2}[\\w\\d-]+/,relevance:0}]},S={className:\"selector-tag\",begin:/@\\B/,relevance:0},b={className:\"function\",begin:/\\[.*\\]\\s*[\\w]+[ ]??\\(/,end:/$/,returnBegin:!0,relevance:0,contains:[{className:\"keyword\",begin:\"(\".concat(a.keyword.toString().replace(/\\s/g,\"|\"),\")\\\\b\"),endsParent:!0,relevance:0},e.inherit(e.TITLE_MODE,{endsParent:!0})]},f=[b,u,s,e.NUMBER_MODE,c,_,p,o,l,S],T={begin:/\\[/,end:/\\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[].concat(\"self\",f,{begin:\"(\"+t.join(\"|\")+\")\",className:\"built_in\",relevance:0},{className:\"type\",begin:/[\\.\\w\\d]+/,relevance:0})};return b.contains.unshift(T),{name:\"PowerShell\",aliases:[\"pwsh\",\"ps\",\"ps1\"],case_insensitive:!0,keywords:a,contains:f.concat(m,g,h,E,T)}}e.exports=n},5121:function(e,t,n){\"use strict\";e.exports=function(e){var t=e.utils.escapeRE,n=e.utils.arrayReplaceAt,i=\" \\r\\n$+<=>^`|~\",a=e.utils.lib.ucmicro.P.source,r=e.utils.lib.ucmicro.Z.source;function s(e,t,n,i){var a,r,s,o,l,c=e.bMarks[t]+e.tShift[t],_=e.eMarks[t];if(c+2>=_)return!1;if(42!==e.src.charCodeAt(c++))return!1;if(91!==e.src.charCodeAt(c++))return!1;for(o=c;c<_;c++){if(s=e.src.charCodeAt(c),91===s)return!1;if(93===s){l=c;break}92===s&&c++}return!(l<0||58!==e.src.charCodeAt(l+1))&&(!!i||(a=e.src.slice(o,l).replace(/\\\\(.)/g,\"$1\"),r=e.src.slice(l+2,_).trim(),0!==a.length&&(0!==r.length&&(e.env.abbreviations||(e.env.abbreviations={}),\"undefined\"===typeof e.env.abbreviations[\":\"+a]&&(e.env.abbreviations[\":\"+a]=r),e.line=t+1,!0))))}function o(e){var s,o,l,c,_,d,u,p,m,g,h,E,S,b=e.tokens;if(e.env.abbreviations)for(E=new RegExp(\"(?:\"+Object.keys(e.env.abbreviations).map((function(e){return e.substr(1)})).sort((function(e,t){return t.length-e.length})).map(t).join(\"|\")+\")\"),h=\"(^|\"+a+\"|\"+r+\"|[\"+i.split(\"\").map(t).join(\"\")+\"])(\"+Object.keys(e.env.abbreviations).map((function(e){return e.substr(1)})).sort((function(e,t){return t.length-e.length})).map(t).join(\"|\")+\")($|\"+a+\"|\"+r+\"|[\"+i.split(\"\").map(t).join(\"\")+\"])\",m=new RegExp(h,\"g\"),o=0,l=b.length;o<l;o++)if(\"inline\"===b[o].type)for(c=b[o].children,s=c.length-1;s>=0;s--)if(S=c[s],\"text\"===S.type&&(p=0,d=S.content,m.lastIndex=0,u=[],E.test(d))){while(g=m.exec(d))(g.index>0||g[1].length>0)&&(_=new e.Token(\"text\",\"\",0),_.content=d.slice(p,g.index+g[1].length),u.push(_)),_=new e.Token(\"abbr_open\",\"abbr\",1),_.attrs=[[\"title\",e.env.abbreviations[\":\"+g[2]]]],u.push(_),_=new e.Token(\"text\",\"\",0),_.content=g[2],u.push(_),_=new e.Token(\"abbr_close\",\"abbr\",-1),u.push(_),m.lastIndex-=g[3].length,p=m.lastIndex;u.length&&(p<d.length&&(_=new e.Token(\"text\",\"\",0),_.content=d.slice(p),u.push(_)),b[o].children=c=n(c,s,u))}}e.block.ruler.before(\"reference\",\"abbr_def\",s,{alt:[\"paragraph\",\"reference\"]}),e.core.ruler.after(\"linkify\",\"abbr_replace\",o)}},\"51ab\":function(e,t){function n(e){const t=[\"if\",\"let\",\"in\",\"with\",\"where\",\"case\",\"of\",\"class\",\"instance\",\"otherwise\",\"implementation\",\"definition\",\"system\",\"module\",\"from\",\"import\",\"qualified\",\"as\",\"special\",\"code\",\"inline\",\"foreign\",\"export\",\"ccall\",\"stdcall\",\"generic\",\"derive\",\"infix\",\"infixl\",\"infixr\"];return{name:\"Clean\",aliases:[\"icl\",\"dcl\"],keywords:{keyword:t,built_in:\"Int Real Char Bool\",literal:\"True False\"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{begin:\"->|<-[|:]?|#!?|>>=|\\\\{\\\\||\\\\|\\\\}|:==|=:|<>\"}]}}e.exports=n},\"54f6\":function(e,t,n){\"use strict\";var i=/\\\\([ \\\\!\"#$%&'()*+,.\\/:;<=>?@[\\]^_`{|}~-])/g;function a(e,t){var n,a,r,s=e.posMax,o=e.pos;if(126!==e.src.charCodeAt(o))return!1;if(t)return!1;if(o+2>=s)return!1;e.pos=o+1;while(e.pos<s){if(126===e.src.charCodeAt(e.pos)){n=!0;break}e.md.inline.skipToken(e)}return n&&o+1!==e.pos?(a=e.src.slice(o+1,e.pos),a.match(/(^|[^\\\\])(\\\\\\\\)*\\s/)?(e.pos=o,!1):(e.posMax=e.pos,e.pos=o+1,r=e.push(\"sub_open\",\"sub\",1),r.markup=\"~\",r=e.push(\"text\",\"\",0),r.content=a.replace(i,\"$1\"),r=e.push(\"sub_close\",\"sub\",-1),r.markup=\"~\",e.pos=e.posMax+1,e.posMax=s,!0)):(e.pos=o,!1)}e.exports=function(e){e.inline.ruler.after(\"emphasis\",\"sub\",a)}},\"565b\":function(e,t,n){\"use strict\";t.parseLinkLabel=n(\"df56\"),t.parseLinkDestination=n(\"e4ca\"),t.parseLinkTitle=n(\"7d91\")},\"56b2\":function(e,t){function n(e){const t=\"[ \\\\t\\\\f]*\",n=\"[ \\\\t\\\\f]+\",i=t+\"[:=]\"+t,a=n,r=\"(\"+i+\"|\"+a+\")\",s=\"([^\\\\\\\\:= \\\\t\\\\f\\\\n]|\\\\\\\\.)+\",o={end:r,relevance:0,starts:{className:\"string\",end:/$/,relevance:0,contains:[{begin:\"\\\\\\\\\\\\\\\\\"},{begin:\"\\\\\\\\\\\\n\"}]}};return{name:\".properties\",disableAutodetect:!0,case_insensitive:!0,illegal:/\\S/,contains:[e.COMMENT(\"^\\\\s*[!#]\",\"$\"),{returnBegin:!0,variants:[{begin:s+i},{begin:s+a}],contains:[{className:\"attr\",begin:s,endsParent:!0}],starts:o},{className:\"attr\",begin:s+t+\"$\"}]}}e.exports=n},5706:function(e,t,n){\"use strict\";var i=\"[a-zA-Z_:][a-zA-Z0-9:._-]*\",a=\"[^\\\"'=<>`\\\\x00-\\\\x20]+\",r=\"'[^']*'\",s='\"[^\"]*\"',o=\"(?:\"+a+\"|\"+r+\"|\"+s+\")\",l=\"(?:\\\\s+\"+i+\"(?:\\\\s*=\\\\s*\"+o+\")?)\",c=\"<[A-Za-z][A-Za-z0-9\\\\-]*\"+l+\"*\\\\s*\\\\/?>\",_=\"<\\\\/[A-Za-z][A-Za-z0-9\\\\-]*\\\\s*>\",d=\"\\x3c!----\\x3e|\\x3c!--(?:-?[^>-])(?:-?[^-])*--\\x3e\",u=\"<[?][\\\\s\\\\S]*?[?]>\",p=\"<![A-Z]+\\\\s+[^>]*>\",m=\"<!\\\\[CDATA\\\\[[\\\\s\\\\S]*?\\\\]\\\\]>\",g=new RegExp(\"^(?:\"+c+\"|\"+_+\"|\"+d+\"|\"+u+\"|\"+p+\"|\"+m+\")\"),h=new RegExp(\"^(?:\"+c+\"|\"+_+\")\");e.exports.HTML_TAG_RE=g,e.exports.HTML_OPEN_CLOSE_TAG_RE=h},5921:function(e,t){function n(e){const t={className:\"literal\",begin:/[+-]+/,relevance:0};return{name:\"Brainfuck\",aliases:[\"bf\"],contains:[e.COMMENT(/[^\\[\\]\\.,\\+\\-<> \\r\\n]/,/[\\[\\]\\.,\\+\\-<> \\r\\n]/,{contains:[{match:/[ ]+[^\\[\\]\\.,\\+\\-<> \\r\\n]/,relevance:0}],returnEnd:!0,relevance:0}),{className:\"title\",begin:\"[\\\\[\\\\]]\",relevance:0},{className:\"string\",begin:\"[\\\\.,]\",relevance:0},{begin:/(?=\\+\\+|--)/,contains:[t]},t]}}e.exports=n},\"5a39\":function(e,t){function n(e){this.style=e.style,this.color=e.color,this.size=e.size,this.phantom=e.phantom,this.font=e.font,void 0===e.parentStyle?this.parentStyle=e.style:this.parentStyle=e.parentStyle,void 0===e.parentSize?this.parentSize=e.size:this.parentSize=e.parentSize}n.prototype.extend=function(e){var t={style:this.style,size:this.size,color:this.color,parentStyle:this.style,parentSize:this.size,phantom:this.phantom,font:this.font};for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return new n(t)},n.prototype.withStyle=function(e){return this.extend({style:e})},n.prototype.withSize=function(e){return this.extend({size:e})},n.prototype.withColor=function(e){return this.extend({color:e})},n.prototype.withPhantom=function(){return this.extend({phantom:!0})},n.prototype.withFont=function(e){return this.extend({font:e})},n.prototype.reset=function(){return this.extend({})};var i={\"katex-blue\":\"#6495ed\",\"katex-orange\":\"#ffa500\",\"katex-pink\":\"#ff00af\",\"katex-red\":\"#df0030\",\"katex-green\":\"#28ae7b\",\"katex-gray\":\"gray\",\"katex-purple\":\"#9d38bd\",\"katex-blueA\":\"#c7e9f1\",\"katex-blueB\":\"#9cdceb\",\"katex-blueC\":\"#58c4dd\",\"katex-blueD\":\"#29abca\",\"katex-blueE\":\"#1c758a\",\"katex-tealA\":\"#acead7\",\"katex-tealB\":\"#76ddc0\",\"katex-tealC\":\"#5cd0b3\",\"katex-tealD\":\"#55c1a7\",\"katex-tealE\":\"#49a88f\",\"katex-greenA\":\"#c9e2ae\",\"katex-greenB\":\"#a6cf8c\",\"katex-greenC\":\"#83c167\",\"katex-greenD\":\"#77b05d\",\"katex-greenE\":\"#699c52\",\"katex-goldA\":\"#f7c797\",\"katex-goldB\":\"#f9b775\",\"katex-goldC\":\"#f0ac5f\",\"katex-goldD\":\"#e1a158\",\"katex-goldE\":\"#c78d46\",\"katex-redA\":\"#f7a1a3\",\"katex-redB\":\"#ff8080\",\"katex-redC\":\"#fc6255\",\"katex-redD\":\"#e65a4c\",\"katex-redE\":\"#cf5044\",\"katex-maroonA\":\"#ecabc1\",\"katex-maroonB\":\"#ec92ab\",\"katex-maroonC\":\"#c55f73\",\"katex-maroonD\":\"#a24d61\",\"katex-maroonE\":\"#94424f\",\"katex-purpleA\":\"#caa3e8\",\"katex-purpleB\":\"#b189c6\",\"katex-purpleC\":\"#9a72ac\",\"katex-purpleD\":\"#715582\",\"katex-purpleE\":\"#644172\",\"katex-mintA\":\"#f5f9e8\",\"katex-mintB\":\"#edf2df\",\"katex-mintC\":\"#e0e5cc\",\"katex-grayA\":\"#fdfdfd\",\"katex-grayB\":\"#f7f7f7\",\"katex-grayC\":\"#eeeeee\",\"katex-grayD\":\"#dddddd\",\"katex-grayE\":\"#cccccc\",\"katex-grayF\":\"#aaaaaa\",\"katex-grayG\":\"#999999\",\"katex-grayH\":\"#555555\",\"katex-grayI\":\"#333333\",\"katex-kaBlue\":\"#314453\",\"katex-kaGreen\":\"#639b24\"};n.prototype.getColor=function(){return this.phantom?\"transparent\":i[this.color]||this.color},e.exports=n},\"5a3e\":function(e,t){function n(e){const t=e.regex,n=[\"lcase\",\"month\",\"vartype\",\"instrrev\",\"ubound\",\"setlocale\",\"getobject\",\"rgb\",\"getref\",\"string\",\"weekdayname\",\"rnd\",\"dateadd\",\"monthname\",\"now\",\"day\",\"minute\",\"isarray\",\"cbool\",\"round\",\"formatcurrency\",\"conversions\",\"csng\",\"timevalue\",\"second\",\"year\",\"space\",\"abs\",\"clng\",\"timeserial\",\"fixs\",\"len\",\"asc\",\"isempty\",\"maths\",\"dateserial\",\"atn\",\"timer\",\"isobject\",\"filter\",\"weekday\",\"datevalue\",\"ccur\",\"isdate\",\"instr\",\"datediff\",\"formatdatetime\",\"replace\",\"isnull\",\"right\",\"sgn\",\"array\",\"snumeric\",\"log\",\"cdbl\",\"hex\",\"chr\",\"lbound\",\"msgbox\",\"ucase\",\"getlocale\",\"cos\",\"cdate\",\"cbyte\",\"rtrim\",\"join\",\"hour\",\"oct\",\"typename\",\"trim\",\"strcomp\",\"int\",\"createobject\",\"loadpicture\",\"tan\",\"formatnumber\",\"mid\",\"split\",\"cint\",\"sin\",\"datepart\",\"ltrim\",\"sqr\",\"time\",\"derived\",\"eval\",\"date\",\"formatpercent\",\"exp\",\"inputbox\",\"left\",\"ascw\",\"chrw\",\"regexp\",\"cstr\",\"err\"],i=[\"server\",\"response\",\"request\",\"scriptengine\",\"scriptenginebuildversion\",\"scriptengineminorversion\",\"scriptenginemajorversion\"],a={begin:t.concat(t.either(...n),\"\\\\s*\\\\(\"),relevance:0,keywords:{built_in:n}},r=[\"true\",\"false\",\"null\",\"nothing\",\"empty\"],s=[\"call\",\"class\",\"const\",\"dim\",\"do\",\"loop\",\"erase\",\"execute\",\"executeglobal\",\"exit\",\"for\",\"each\",\"next\",\"function\",\"if\",\"then\",\"else\",\"on\",\"error\",\"option\",\"explicit\",\"new\",\"private\",\"property\",\"let\",\"get\",\"public\",\"randomize\",\"redim\",\"rem\",\"select\",\"case\",\"set\",\"stop\",\"sub\",\"while\",\"wend\",\"with\",\"end\",\"to\",\"elseif\",\"is\",\"or\",\"xor\",\"and\",\"not\",\"class_initialize\",\"class_terminate\",\"default\",\"preserve\",\"in\",\"me\",\"byval\",\"byref\",\"step\",\"resume\",\"goto\"];return{name:\"VBScript\",aliases:[\"vbs\"],case_insensitive:!0,keywords:{keyword:s,built_in:i,literal:r},illegal:\"//\",contains:[a,e.inherit(e.QUOTE_STRING_MODE,{contains:[{begin:'\"\"'}]}),e.COMMENT(/'/,/$/,{relevance:0}),e.C_NUMBER_MODE]}}e.exports=n},\"5ad2\":function(e,t){function n(e){const t={className:\"attr\",begin:/\"(\\\\.|[^\\\\\"\\r\\n])*\"(?=\\s*:)/,relevance:1.01},n={match:/[{}[\\],:]/,className:\"punctuation\",relevance:0},i=[\"true\",\"false\",\"null\"],a={scope:\"literal\",beginKeywords:i.join(\" \")};return{name:\"JSON\",keywords:{literal:i},contains:[t,n,e.QUOTE_STRING_MODE,a,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:\"\\\\S\"}}e.exports=n},\"5b54\":function(e,t,n){\"use strict\";var i=n(\"bd68\"),a=n(\"0068\").has,r=n(\"0068\").isValidEntityCode,s=n(\"0068\").fromCodePoint,o=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,l=/^&([a-z][a-z0-9]{1,31});/i;e.exports=function(e,t){var n,c,_,d,u=e.pos,p=e.posMax;if(38!==e.src.charCodeAt(u))return!1;if(u+1>=p)return!1;if(n=e.src.charCodeAt(u+1),35===n){if(_=e.src.slice(u).match(o),_)return t||(c=\"x\"===_[1][0].toLowerCase()?parseInt(_[1].slice(1),16):parseInt(_[1],10),d=e.push(\"text_special\",\"\",0),d.content=r(c)?s(c):s(65533),d.markup=_[0],d.info=\"entity\"),e.pos+=_[0].length,!0}else if(_=e.src.slice(u).match(l),_&&a(i,_[1]))return t||(d=e.push(\"text_special\",\"\",0),d.content=i[_[1]],d.markup=_[0],d.info=\"entity\"),e.pos+=_[0].length,!0;return!1}},\"5d3d\":function(e,t,n){\"use strict\";const i=n(\"2353\");class a extends i{getDefaultOptions(){return{width:600,height:600,embed:\"simple\"}}extractVideoID(e){let t=e.match(/^http(?:s?):\\/\\/(?:www\\.)?vine\\.co\\/v\\/([a-zA-Z0-9]{1,13}).*/);return t&&11===t[1].length?t[1]:e}getVideoUrl(e){let t=this.env.md.utils.escapeHtml(e),n=this.env.md.utils.escapeHtml(this.options.embed);return`//vine.co/v/${t}/embed/${n}`}}e.exports=a},\"5dfb\":function(e,t){function n(e){const t={$pattern:/(`?)[A-Za-z0-9_]+\\b/,keyword:\"do while select delete by update from\",literal:\"0b 1b\",built_in:\"neg not null string reciprocal floor ceiling signum mod xbar xlog and or each scan over prior mmu lsq inv md5 ltime gtime count first var dev med cov cor all any rand sums prds mins maxs fills deltas ratios avgs differ prev next rank reverse iasc idesc asc desc msum mcount mavg mdev xrank mmin mmax xprev rotate distinct group where flip type key til get value attr cut set upsert raze union inter except cross sv vs sublist enlist read0 read1 hopen hclose hdel hsym hcount peach system ltrim rtrim trim lower upper ssr view tables views cols xcols keys xkey xcol xasc xdesc fkeys meta lj aj aj0 ij pj asof uj ww wj wj1 fby xgroup ungroup ej save load rsave rload show csv parse eval min max avg wavg wsum sin cos tan sum\",type:\"`float `double int `timestamp `timespan `datetime `time `boolean `symbol `char `byte `short `long `real `month `date `minute `second `guid\"};return{name:\"Q\",aliases:[\"k\",\"kdb\"],keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}e.exports=n},\"5fbd\":function(e,t,n){\"use strict\";var i=n(\"e1f3\"),a=n(\"5706\").HTML_OPEN_CLOSE_TAG_RE,r=[[/^<(script|pre|style|textarea)(?=(\\s|>|$))/i,/<\\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\\?/,/\\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\\[CDATA\\[/,/\\]\\]>/,!0],[new RegExp(\"^</?(\"+i.join(\"|\")+\")(?=(\\\\s|/?>|$))\",\"i\"),/^$/,!0],[new RegExp(a.source+\"\\\\s*$\"),/^$/,!1]];e.exports=function(e,t,n,i){var a,s,o,l,c=e.bMarks[t]+e.tShift[t],_=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(c))return!1;for(l=e.src.slice(c,_),a=0;a<r.length;a++)if(r[a][0].test(l))break;if(a===r.length)return!1;if(i)return r[a][2];if(s=t+1,!r[a][1].test(l))for(;s<n;s++){if(e.sCount[s]<e.blkIndent)break;if(c=e.bMarks[s]+e.tShift[s],_=e.eMarks[s],l=e.src.slice(c,_),r[a][1].test(l)){0!==l.length&&s++;break}}return e.line=s,o=e.push(\"html_block\",\"\",0),o.map=[t,s],o.content=e.getLines(t,s,e.blkIndent,!0),!0}},6113:function(e,t){const n=e=>({IMPORTANT:{scope:\"meta\",begin:\"!important\"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:\"number\",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\\b/},FUNCTION_DISPATCH:{className:\"built_in\",begin:/[\\w-]+(?=\\()/},ATTRIBUTE_SELECTOR_MODE:{scope:\"selector-attr\",begin:/\\[/,end:/\\]/,illegal:\"$\",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:\"number\",begin:e.NUMBER_RE+\"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?\",relevance:0},CSS_VARIABLE:{className:\"attr\",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),i=[\"a\",\"abbr\",\"address\",\"article\",\"aside\",\"audio\",\"b\",\"blockquote\",\"body\",\"button\",\"canvas\",\"caption\",\"cite\",\"code\",\"dd\",\"del\",\"details\",\"dfn\",\"div\",\"dl\",\"dt\",\"em\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"header\",\"hgroup\",\"html\",\"i\",\"iframe\",\"img\",\"input\",\"ins\",\"kbd\",\"label\",\"legend\",\"li\",\"main\",\"mark\",\"menu\",\"nav\",\"object\",\"ol\",\"p\",\"q\",\"quote\",\"samp\",\"section\",\"span\",\"strong\",\"summary\",\"sup\",\"table\",\"tbody\",\"td\",\"textarea\",\"tfoot\",\"th\",\"thead\",\"time\",\"tr\",\"ul\",\"var\",\"video\"],a=[\"any-hover\",\"any-pointer\",\"aspect-ratio\",\"color\",\"color-gamut\",\"color-index\",\"device-aspect-ratio\",\"device-height\",\"device-width\",\"display-mode\",\"forced-colors\",\"grid\",\"height\",\"hover\",\"inverted-colors\",\"monochrome\",\"orientation\",\"overflow-block\",\"overflow-inline\",\"pointer\",\"prefers-color-scheme\",\"prefers-contrast\",\"prefers-reduced-motion\",\"prefers-reduced-transparency\",\"resolution\",\"scan\",\"scripting\",\"update\",\"width\",\"min-width\",\"max-width\",\"min-height\",\"max-height\"],r=[\"active\",\"any-link\",\"blank\",\"checked\",\"current\",\"default\",\"defined\",\"dir\",\"disabled\",\"drop\",\"empty\",\"enabled\",\"first\",\"first-child\",\"first-of-type\",\"fullscreen\",\"future\",\"focus\",\"focus-visible\",\"focus-within\",\"has\",\"host\",\"host-context\",\"hover\",\"indeterminate\",\"in-range\",\"invalid\",\"is\",\"lang\",\"last-child\",\"last-of-type\",\"left\",\"link\",\"local-link\",\"not\",\"nth-child\",\"nth-col\",\"nth-last-child\",\"nth-last-col\",\"nth-last-of-type\",\"nth-of-type\",\"only-child\",\"only-of-type\",\"optional\",\"out-of-range\",\"past\",\"placeholder-shown\",\"read-only\",\"read-write\",\"required\",\"right\",\"root\",\"scope\",\"target\",\"target-within\",\"user-invalid\",\"valid\",\"visited\",\"where\"],s=[\"after\",\"backdrop\",\"before\",\"cue\",\"cue-region\",\"first-letter\",\"first-line\",\"grammar-error\",\"marker\",\"part\",\"placeholder\",\"selection\",\"slotted\",\"spelling-error\"],o=[\"align-content\",\"align-items\",\"align-self\",\"all\",\"animation\",\"animation-delay\",\"animation-direction\",\"animation-duration\",\"animation-fill-mode\",\"animation-iteration-count\",\"animation-name\",\"animation-play-state\",\"animation-timing-function\",\"backface-visibility\",\"background\",\"background-attachment\",\"background-blend-mode\",\"background-clip\",\"background-color\",\"background-image\",\"background-origin\",\"background-position\",\"background-repeat\",\"background-size\",\"block-size\",\"border\",\"border-block\",\"border-block-color\",\"border-block-end\",\"border-block-end-color\",\"border-block-end-style\",\"border-block-end-width\",\"border-block-start\",\"border-block-start-color\",\"border-block-start-style\",\"border-block-start-width\",\"border-block-style\",\"border-block-width\",\"border-bottom\",\"border-bottom-color\",\"border-bottom-left-radius\",\"border-bottom-right-radius\",\"border-bottom-style\",\"border-bottom-width\",\"border-collapse\",\"border-color\",\"border-image\",\"border-image-outset\",\"border-image-repeat\",\"border-image-slice\",\"border-image-source\",\"border-image-width\",\"border-inline\",\"border-inline-color\",\"border-inline-end\",\"border-inline-end-color\",\"border-inline-end-style\",\"border-inline-end-width\",\"border-inline-start\",\"border-inline-start-color\",\"border-inline-start-style\",\"border-inline-start-width\",\"border-inline-style\",\"border-inline-width\",\"border-left\",\"border-left-color\",\"border-left-style\",\"border-left-width\",\"border-radius\",\"border-right\",\"border-right-color\",\"border-right-style\",\"border-right-width\",\"border-spacing\",\"border-style\",\"border-top\",\"border-top-color\",\"border-top-left-radius\",\"border-top-right-radius\",\"border-top-style\",\"border-top-width\",\"border-width\",\"bottom\",\"box-decoration-break\",\"box-shadow\",\"box-sizing\",\"break-after\",\"break-before\",\"break-inside\",\"caption-side\",\"caret-color\",\"clear\",\"clip\",\"clip-path\",\"clip-rule\",\"color\",\"column-count\",\"column-fill\",\"column-gap\",\"column-rule\",\"column-rule-color\",\"column-rule-style\",\"column-rule-width\",\"column-span\",\"column-width\",\"columns\",\"contain\",\"content\",\"content-visibility\",\"counter-increment\",\"counter-reset\",\"cue\",\"cue-after\",\"cue-before\",\"cursor\",\"direction\",\"display\",\"empty-cells\",\"filter\",\"flex\",\"flex-basis\",\"flex-direction\",\"flex-flow\",\"flex-grow\",\"flex-shrink\",\"flex-wrap\",\"float\",\"flow\",\"font\",\"font-display\",\"font-family\",\"font-feature-settings\",\"font-kerning\",\"font-language-override\",\"font-size\",\"font-size-adjust\",\"font-smoothing\",\"font-stretch\",\"font-style\",\"font-synthesis\",\"font-variant\",\"font-variant-caps\",\"font-variant-east-asian\",\"font-variant-ligatures\",\"font-variant-numeric\",\"font-variant-position\",\"font-variation-settings\",\"font-weight\",\"gap\",\"glyph-orientation-vertical\",\"grid\",\"grid-area\",\"grid-auto-columns\",\"grid-auto-flow\",\"grid-auto-rows\",\"grid-column\",\"grid-column-end\",\"grid-column-start\",\"grid-gap\",\"grid-row\",\"grid-row-end\",\"grid-row-start\",\"grid-template\",\"grid-template-areas\",\"grid-template-columns\",\"grid-template-rows\",\"hanging-punctuation\",\"height\",\"hyphens\",\"icon\",\"image-orientation\",\"image-rendering\",\"image-resolution\",\"ime-mode\",\"inline-size\",\"isolation\",\"justify-content\",\"left\",\"letter-spacing\",\"line-break\",\"line-height\",\"list-style\",\"list-style-image\",\"list-style-position\",\"list-style-type\",\"margin\",\"margin-block\",\"margin-block-end\",\"margin-block-start\",\"margin-bottom\",\"margin-inline\",\"margin-inline-end\",\"margin-inline-start\",\"margin-left\",\"margin-right\",\"margin-top\",\"marks\",\"mask\",\"mask-border\",\"mask-border-mode\",\"mask-border-outset\",\"mask-border-repeat\",\"mask-border-slice\",\"mask-border-source\",\"mask-border-width\",\"mask-clip\",\"mask-composite\",\"mask-image\",\"mask-mode\",\"mask-origin\",\"mask-position\",\"mask-repeat\",\"mask-size\",\"mask-type\",\"max-block-size\",\"max-height\",\"max-inline-size\",\"max-width\",\"min-block-size\",\"min-height\",\"min-inline-size\",\"min-width\",\"mix-blend-mode\",\"nav-down\",\"nav-index\",\"nav-left\",\"nav-right\",\"nav-up\",\"none\",\"normal\",\"object-fit\",\"object-position\",\"opacity\",\"order\",\"orphans\",\"outline\",\"outline-color\",\"outline-offset\",\"outline-style\",\"outline-width\",\"overflow\",\"overflow-wrap\",\"overflow-x\",\"overflow-y\",\"padding\",\"padding-block\",\"padding-block-end\",\"padding-block-start\",\"padding-bottom\",\"padding-inline\",\"padding-inline-end\",\"padding-inline-start\",\"padding-left\",\"padding-right\",\"padding-top\",\"page-break-after\",\"page-break-before\",\"page-break-inside\",\"pause\",\"pause-after\",\"pause-before\",\"perspective\",\"perspective-origin\",\"pointer-events\",\"position\",\"quotes\",\"resize\",\"rest\",\"rest-after\",\"rest-before\",\"right\",\"row-gap\",\"scroll-margin\",\"scroll-margin-block\",\"scroll-margin-block-end\",\"scroll-margin-block-start\",\"scroll-margin-bottom\",\"scroll-margin-inline\",\"scroll-margin-inline-end\",\"scroll-margin-inline-start\",\"scroll-margin-left\",\"scroll-margin-right\",\"scroll-margin-top\",\"scroll-padding\",\"scroll-padding-block\",\"scroll-padding-block-end\",\"scroll-padding-block-start\",\"scroll-padding-bottom\",\"scroll-padding-inline\",\"scroll-padding-inline-end\",\"scroll-padding-inline-start\",\"scroll-padding-left\",\"scroll-padding-right\",\"scroll-padding-top\",\"scroll-snap-align\",\"scroll-snap-stop\",\"scroll-snap-type\",\"scrollbar-color\",\"scrollbar-gutter\",\"scrollbar-width\",\"shape-image-threshold\",\"shape-margin\",\"shape-outside\",\"speak\",\"speak-as\",\"src\",\"tab-size\",\"table-layout\",\"text-align\",\"text-align-all\",\"text-align-last\",\"text-combine-upright\",\"text-decoration\",\"text-decoration-color\",\"text-decoration-line\",\"text-decoration-style\",\"text-emphasis\",\"text-emphasis-color\",\"text-emphasis-position\",\"text-emphasis-style\",\"text-indent\",\"text-justify\",\"text-orientation\",\"text-overflow\",\"text-rendering\",\"text-shadow\",\"text-transform\",\"text-underline-position\",\"top\",\"transform\",\"transform-box\",\"transform-origin\",\"transform-style\",\"transition\",\"transition-delay\",\"transition-duration\",\"transition-property\",\"transition-timing-function\",\"unicode-bidi\",\"vertical-align\",\"visibility\",\"voice-balance\",\"voice-duration\",\"voice-family\",\"voice-pitch\",\"voice-range\",\"voice-rate\",\"voice-stress\",\"voice-volume\",\"white-space\",\"widows\",\"width\",\"will-change\",\"word-break\",\"word-spacing\",\"word-wrap\",\"writing-mode\",\"z-index\"].reverse();function l(e){const t=n(e),l=s,c=r,_=\"@[a-z-]+\",d=\"and or not only\",u=\"[a-zA-Z-][a-zA-Z0-9_-]*\",p={className:\"variable\",begin:\"(\\\\$\"+u+\")\\\\b\",relevance:0};return{name:\"SCSS\",case_insensitive:!0,illegal:\"[=/|']\",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t.CSS_NUMBER_MODE,{className:\"selector-id\",begin:\"#[A-Za-z0-9_-]+\",relevance:0},{className:\"selector-class\",begin:\"\\\\.[A-Za-z0-9_-]+\",relevance:0},t.ATTRIBUTE_SELECTOR_MODE,{className:\"selector-tag\",begin:\"\\\\b(\"+i.join(\"|\")+\")\\\\b\",relevance:0},{className:\"selector-pseudo\",begin:\":(\"+c.join(\"|\")+\")\"},{className:\"selector-pseudo\",begin:\":(:)?(\"+l.join(\"|\")+\")\"},p,{begin:/\\(/,end:/\\)/,contains:[t.CSS_NUMBER_MODE]},t.CSS_VARIABLE,{className:\"attribute\",begin:\"\\\\b(\"+o.join(\"|\")+\")\\\\b\"},{begin:\"\\\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\\\b\"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[t.BLOCK_COMMENT,p,t.HEXCOLOR,t.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,t.IMPORTANT,t.FUNCTION_DISPATCH]},{begin:\"@(page|font-face)\",keywords:{$pattern:_,keyword:\"@page @font-face\"}},{begin:\"@\",end:\"[{;]\",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:d,attribute:a.join(\" \")},contains:[{begin:_,className:\"keyword\"},{begin:/[a-z-]+(?=:)/,className:\"attribute\"},p,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,t.HEXCOLOR,t.CSS_NUMBER_MODE]},t.FUNCTION_DISPATCH]}}e.exports=l},\"612a\":function(e,t){function n(e){const t=e.regex,n={keyword:\"in of on if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const export super debugger as async await import\",literal:\"true false null undefined NaN Infinity\",built_in:\"eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document Symbol Set Map WeakSet WeakMap Proxy Reflect Behavior bool color coordinate date double enumeration font geocircle georectangle geoshape int list matrix4x4 parent point quaternion real rect size string url variant vector2d vector3d vector4d Promise\"},i=\"[a-zA-Z_][a-zA-Z0-9\\\\._]*\",a={className:\"keyword\",begin:\"\\\\bproperty\\\\b\",starts:{className:\"string\",end:\"(:|=|;|,|//|/\\\\*|$)\",returnEnd:!0}},r={className:\"keyword\",begin:\"\\\\bsignal\\\\b\",starts:{className:\"string\",end:\"(\\\\(|:|=|;|,|//|/\\\\*|$)\",returnEnd:!0}},s={className:\"attribute\",begin:\"\\\\bid\\\\s*:\",starts:{className:\"string\",end:i,returnEnd:!1}},o={begin:i+\"\\\\s*:\",returnBegin:!0,contains:[{className:\"attribute\",begin:i,end:\"\\\\s*:\",excludeEnd:!0,relevance:0}],relevance:0},l={begin:t.concat(i,/\\s*\\{/),end:/\\{/,returnBegin:!0,relevance:0,contains:[e.inherit(e.TITLE_MODE,{begin:i})]};return{name:\"QML\",aliases:[\"qt\"],case_insensitive:!1,keywords:n,contains:[{className:\"meta\",begin:/^\\s*['\"]use (strict|asm)['\"]/},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:\"string\",begin:\"`\",end:\"`\",contains:[e.BACKSLASH_ESCAPE,{className:\"subst\",begin:\"\\\\$\\\\{\",end:\"\\\\}\"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:\"number\",variants:[{begin:\"\\\\b(0[bB][01]+)\"},{begin:\"\\\\b(0[oO][0-7]+)\"},{begin:e.C_NUMBER_RE}],relevance:0},{begin:\"(\"+e.RE_STARTERS_RE+\"|\\\\b(case|return|throw)\\\\b)\\\\s*\",keywords:\"return throw case\",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.REGEXP_MODE,{begin:/</,end:/>\\s*[);\\]]/,relevance:0,subLanguage:\"xml\"}],relevance:0},r,a,{className:\"function\",beginKeywords:\"function\",end:/\\{/,excludeEnd:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/[A-Za-z$_][0-9A-Za-z$_]*/}),{className:\"params\",begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}],illegal:/\\[|%/},{begin:\"\\\\.\"+e.IDENT_RE,relevance:0},s,o,l],illegal:/#/}}e.exports=n},\"66ba\":function(e,t){function n(e){return{name:\"Mojolicious\",subLanguage:\"xml\",contains:[{className:\"meta\",begin:\"^__(END|DATA)__$\"},{begin:\"^\\\\s*%{1,2}={0,2}\",end:\"$\",subLanguage:\"perl\"},{begin:\"<%{1,2}={0,2}\",end:\"={0,1}%>\",subLanguage:\"perl\",excludeBegin:!0,excludeEnd:!0}]}}e.exports=n},\"68d8\":function(e,t){function n(e,t,n,i){this.id=e,this.size=t,this.cramped=i,this.sizeMultiplier=n}n.prototype.sup=function(){return p[m[this.id]]},n.prototype.sub=function(){return p[g[this.id]]},n.prototype.fracNum=function(){return p[h[this.id]]},n.prototype.fracDen=function(){return p[E[this.id]]},n.prototype.cramp=function(){return p[S[this.id]]},n.prototype.cls=function(){return d[this.size]+(this.cramped?\" cramped\":\" uncramped\")},n.prototype.reset=function(){return u[this.size]};var i=0,a=1,r=2,s=3,o=4,l=5,c=6,_=7,d=[\"displaystyle textstyle\",\"textstyle\",\"scriptstyle\",\"scriptscriptstyle\"],u=[\"reset-textstyle\",\"reset-textstyle\",\"reset-scriptstyle\",\"reset-scriptscriptstyle\"],p=[new n(i,0,1,!1),new n(a,0,1,!0),new n(r,1,1,!1),new n(s,1,1,!0),new n(o,2,.7,!1),new n(l,2,.7,!0),new n(c,3,.5,!1),new n(_,3,.5,!0)],m=[o,l,o,l,c,_,c,_],g=[l,l,l,l,_,_,_,_],h=[r,s,o,l,c,_,c,_],E=[s,s,l,l,_,_,_,_],S=[a,a,s,s,l,l,_,_];e.exports={DISPLAY:p[i],TEXT:p[r],SCRIPT:p[o],SCRIPTSCRIPT:p[c]}},\"6a51\":function(e,t){function n(e){const t=e.regex,n=[\"abs\",\"accept\",\"alarm\",\"and\",\"atan2\",\"bind\",\"binmode\",\"bless\",\"break\",\"caller\",\"chdir\",\"chmod\",\"chomp\",\"chop\",\"chown\",\"chr\",\"chroot\",\"close\",\"closedir\",\"connect\",\"continue\",\"cos\",\"crypt\",\"dbmclose\",\"dbmopen\",\"defined\",\"delete\",\"die\",\"do\",\"dump\",\"each\",\"else\",\"elsif\",\"endgrent\",\"endhostent\",\"endnetent\",\"endprotoent\",\"endpwent\",\"endservent\",\"eof\",\"eval\",\"exec\",\"exists\",\"exit\",\"exp\",\"fcntl\",\"fileno\",\"flock\",\"for\",\"foreach\",\"fork\",\"format\",\"formline\",\"getc\",\"getgrent\",\"getgrgid\",\"getgrnam\",\"gethostbyaddr\",\"gethostbyname\",\"gethostent\",\"getlogin\",\"getnetbyaddr\",\"getnetbyname\",\"getnetent\",\"getpeername\",\"getpgrp\",\"getpriority\",\"getprotobyname\",\"getprotobynumber\",\"getprotoent\",\"getpwent\",\"getpwnam\",\"getpwuid\",\"getservbyname\",\"getservbyport\",\"getservent\",\"getsockname\",\"getsockopt\",\"given\",\"glob\",\"gmtime\",\"goto\",\"grep\",\"gt\",\"hex\",\"if\",\"index\",\"int\",\"ioctl\",\"join\",\"keys\",\"kill\",\"last\",\"lc\",\"lcfirst\",\"length\",\"link\",\"listen\",\"local\",\"localtime\",\"log\",\"lstat\",\"lt\",\"ma\",\"map\",\"mkdir\",\"msgctl\",\"msgget\",\"msgrcv\",\"msgsnd\",\"my\",\"ne\",\"next\",\"no\",\"not\",\"oct\",\"open\",\"opendir\",\"or\",\"ord\",\"our\",\"pack\",\"package\",\"pipe\",\"pop\",\"pos\",\"print\",\"printf\",\"prototype\",\"push\",\"q|0\",\"qq\",\"quotemeta\",\"qw\",\"qx\",\"rand\",\"read\",\"readdir\",\"readline\",\"readlink\",\"readpipe\",\"recv\",\"redo\",\"ref\",\"rename\",\"require\",\"reset\",\"return\",\"reverse\",\"rewinddir\",\"rindex\",\"rmdir\",\"say\",\"scalar\",\"seek\",\"seekdir\",\"select\",\"semctl\",\"semget\",\"semop\",\"send\",\"setgrent\",\"sethostent\",\"setnetent\",\"setpgrp\",\"setpriority\",\"setprotoent\",\"setpwent\",\"setservent\",\"setsockopt\",\"shift\",\"shmctl\",\"shmget\",\"shmread\",\"shmwrite\",\"shutdown\",\"sin\",\"sleep\",\"socket\",\"socketpair\",\"sort\",\"splice\",\"split\",\"sprintf\",\"sqrt\",\"srand\",\"stat\",\"state\",\"study\",\"sub\",\"substr\",\"symlink\",\"syscall\",\"sysopen\",\"sysread\",\"sysseek\",\"system\",\"syswrite\",\"tell\",\"telldir\",\"tie\",\"tied\",\"time\",\"times\",\"tr\",\"truncate\",\"uc\",\"ucfirst\",\"umask\",\"undef\",\"unless\",\"unlink\",\"unpack\",\"unshift\",\"untie\",\"until\",\"use\",\"utime\",\"values\",\"vec\",\"wait\",\"waitpid\",\"wantarray\",\"warn\",\"when\",\"while\",\"write\",\"x|0\",\"xor\",\"y|0\"],i=/[dualxmsipngr]{0,12}/,a={$pattern:/[\\w.]+/,keyword:n.join(\" \")},r={className:\"subst\",begin:\"[$@]\\\\{\",end:\"\\\\}\",keywords:a},s={begin:/->\\{/,end:/\\}/},o={variants:[{begin:/\\$\\d/},{begin:t.concat(/[$%@](\\^\\w\\b|#\\w+(::\\w+)*|\\{\\w+\\}|\\w+(::\\w*)*)/,\"(?![A-Za-z])(?![@$%])\")},{begin:/[$%@][^\\s\\w{]/,relevance:0}]},l=[e.BACKSLASH_ESCAPE,r,o],c=[/!/,/\\//,/\\|/,/\\?/,/'/,/\"/,/#/],_=(e,n,a=\"\\\\1\")=>{const r=\"\\\\1\"===a?a:t.concat(a,n);return t.concat(t.concat(\"(?:\",e,\")\"),n,/(?:\\\\.|[^\\\\\\/])*?/,r,/(?:\\\\.|[^\\\\\\/])*?/,a,i)},d=(e,n,a)=>t.concat(t.concat(\"(?:\",e,\")\"),n,/(?:\\\\.|[^\\\\\\/])*?/,a,i),u=[o,e.HASH_COMMENT_MODE,e.COMMENT(/^=\\w/,/=cut/,{endsWithParent:!0}),s,{className:\"string\",contains:l,variants:[{begin:\"q[qwxr]?\\\\s*\\\\(\",end:\"\\\\)\",relevance:5},{begin:\"q[qwxr]?\\\\s*\\\\[\",end:\"\\\\]\",relevance:5},{begin:\"q[qwxr]?\\\\s*\\\\{\",end:\"\\\\}\",relevance:5},{begin:\"q[qwxr]?\\\\s*\\\\|\",end:\"\\\\|\",relevance:5},{begin:\"q[qwxr]?\\\\s*<\",end:\">\",relevance:5},{begin:\"qw\\\\s+q\",end:\"q\",relevance:5},{begin:\"'\",end:\"'\",contains:[e.BACKSLASH_ESCAPE]},{begin:'\"',end:'\"'},{begin:\"`\",end:\"`\",contains:[e.BACKSLASH_ESCAPE]},{begin:/\\{\\w+\\}/,relevance:0},{begin:\"-?\\\\w+\\\\s*=>\",relevance:0}]},{className:\"number\",begin:\"(\\\\b0[0-7_]+)|(\\\\b0x[0-9a-fA-F_]+)|(\\\\b[1-9][0-9_]*(\\\\.[0-9_]+)?)|[0_]\\\\b\",relevance:0},{begin:\"(\\\\/\\\\/|\"+e.RE_STARTERS_RE+\"|\\\\b(split|return|print|reverse|grep)\\\\b)\\\\s*\",keywords:\"split return print reverse grep\",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:\"regexp\",variants:[{begin:_(\"s|tr|y\",t.either(...c,{capture:!0}))},{begin:_(\"s|tr|y\",\"\\\\(\",\"\\\\)\")},{begin:_(\"s|tr|y\",\"\\\\[\",\"\\\\]\")},{begin:_(\"s|tr|y\",\"\\\\{\",\"\\\\}\")}],relevance:2},{className:\"regexp\",variants:[{begin:/(m|qr)\\/\\//,relevance:0},{begin:d(\"(?:m|qr)?\",/\\//,/\\//)},{begin:d(\"m|qr\",t.either(...c,{capture:!0}),/\\1/)},{begin:d(\"m|qr\",/\\(/,/\\)/)},{begin:d(\"m|qr\",/\\[/,/\\]/)},{begin:d(\"m|qr\",/\\{/,/\\}/)}]}]},{className:\"function\",beginKeywords:\"sub\",end:\"(\\\\s*\\\\(.*?\\\\))?[;{]\",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:\"-\\\\w\\\\b\",relevance:0},{begin:\"^__DATA__$\",end:\"^__END__$\",subLanguage:\"mojolicious\",contains:[{begin:\"^@@.*\",end:\"$\",className:\"comment\"}]}];return r.contains=u,s.contains=u,{name:\"Perl\",aliases:[\"pl\",\"pm\"],keywords:a,contains:u}}e.exports=n},\"6ab9\":function(e,t,n){\"use strict\";const i=n(\"2353\");class a extends i{getDefaultOptions(){return{width:640,height:390}}extractVideoID(e){let t=e.match(/^.*((youtu.be\\/)|(v\\/)|(\\/u\\/\\w\\/)|(embed\\/)|(watch\\?))\\??v?=?([^#&\\?]*).*/);return t&&11===t[7].length?t[7]:e}getVideoUrl(e){let t=this.env.md.utils.escapeHtml(e);return\"//www.youtube.com/embed/\"+t}}e.exports=a},\"6de8\":function(e,t){function n(e){const t={$pattern:/\\.?\\w+/,keyword:\"abstract add and array as asc aspect assembly async begin break block by case class concat const copy constructor continue create default delegate desc distinct div do downto dynamic each else empty end ensure enum equals event except exit extension external false final finalize finalizer finally flags for forward from function future global group has if implementation implements implies in index inherited inline interface into invariants is iterator join locked locking loop matching method mod module namespace nested new nil not notify nullable of old on operator or order out override parallel params partial pinned private procedure property protected public queryable raise read readonly record reintroduce remove repeat require result reverse sealed select self sequence set shl shr skip static step soft take then to true try tuple type union unit unsafe until uses using var virtual raises volatile where while with write xor yield await mapped deprecated stdcall cdecl pascal register safecall overload library platform reference packed strict published autoreleasepool selector strong weak unretained\"},n=e.COMMENT(/\\{/,/\\}/,{relevance:0}),i=e.COMMENT(\"\\\\(\\\\*\",\"\\\\*\\\\)\",{relevance:10}),a={className:\"string\",begin:\"'\",end:\"'\",contains:[{begin:\"''\"}]},r={className:\"string\",begin:\"(#\\\\d+)+\"},s={beginKeywords:\"function constructor destructor procedure method\",end:\"[:;]\",keywords:\"function constructor|10 destructor|10 procedure|10 method|10\",contains:[e.inherit(e.TITLE_MODE,{scope:\"title.function\"}),{className:\"params\",begin:\"\\\\(\",end:\"\\\\)\",keywords:t,contains:[a,r]},n,i]},o={scope:\"punctuation\",match:/;/,relevance:0};return{name:\"Oxygene\",case_insensitive:!0,keywords:t,illegal:'(\"|\\\\$[G-Zg-z]|\\\\/\\\\*|</|=>|->)',contains:[n,i,e.C_LINE_COMMENT_MODE,a,r,e.NUMBER_MODE,s,o]}}e.exports=n},\"6e00\":function(e,t,n){\"use strict\";for(var i=n(\"0068\").isSpace,a=[],r=0;r<256;r++)a.push(0);\"\\\\!\\\"#$%&'()*+,./:;<=>?@[]^_`{|}~-\".split(\"\").forEach((function(e){a[e.charCodeAt(0)]=1})),e.exports=function(e,t){var n,r,s,o,l,c=e.pos,_=e.posMax;if(92!==e.src.charCodeAt(c))return!1;if(c++,c>=_)return!1;if(n=e.src.charCodeAt(c),10===n){t||e.push(\"hardbreak\",\"br\",0),c++;while(c<_){if(n=e.src.charCodeAt(c),!i(n))break;c++}return e.pos=c,!0}return o=e.src[c],n>=55296&&n<=56319&&c+1<_&&(r=e.src.charCodeAt(c+1),r>=56320&&r<=57343&&(o+=e.src[c+1],c++)),s=\"\\\\\"+o,t||(l=e.push(\"text_special\",\"\",0),n<256&&0!==a[n]?l.content=o:l.content=s,l.markup=s,l.info=\"escape\"),e.pos=c+1,!0}},\"6e79\":function(e,t){function n(e){const t={match:[/^\\s*(?=\\S)/,/[^:]+/,/:\\s*/,/$/],className:{2:\"attribute\",3:\"punctuation\"}},n={match:[/^\\s*(?=\\S)/,/[^:]*[^: ]/,/[ ]*:/,/[ ]/,/.*$/],className:{2:\"attribute\",3:\"punctuation\",5:\"string\"}},i={match:[/^\\s*/,/>/,/[ ]/,/.*$/],className:{2:\"punctuation\",4:\"string\"}},a={variants:[{match:[/^\\s*/,/-/,/[ ]/,/.*$/]},{match:[/^\\s*/,/-$/]}],className:{2:\"bullet\",4:\"string\"}};return{name:\"Nested Text\",aliases:[\"nt\"],contains:[e.inherit(e.HASH_COMMENT_MODE,{begin:/^\\s*(?=#)/,excludeBegin:!0}),a,i,t,n]}}e.exports=n},\"6e83\":function(e,t,n){\"use strict\";var i=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;e.exports=function(e,t){var n,a,r,s,o,l,c,_;return!!e.md.options.linkify&&(!(e.linkLevel>0)&&(n=e.pos,a=e.posMax,!(n+3>a)&&(58===e.src.charCodeAt(n)&&(47===e.src.charCodeAt(n+1)&&(47===e.src.charCodeAt(n+2)&&(r=e.pending.match(i),!!r&&(s=r[1],o=e.md.linkify.matchAtStart(e.src.slice(n-s.length)),!!o&&(l=o.url,l=l.replace(/\\*+$/,\"\"),c=e.md.normalizeLink(l),!!e.md.validateLink(c)&&(t||(e.pending=e.pending.slice(0,-s.length),_=e.push(\"link_open\",\"a\",1),_.attrs=[[\"href\",c]],_.markup=\"linkify\",_.info=\"auto\",_=e.push(\"text\",\"\",0),_.content=e.md.normalizeLinkText(l),_=e.push(\"link_close\",\"a\",-1),_.markup=\"linkify\",_.info=\"auto\"),e.pos+=l.length-s.length,!0)))))))))}},\"6f36\":function(e,t,n){var i=n(\"7888\"),a=n(\"82f7\"),r=n(\"e578\"),s=n(\"15d1\"),o=n(\"b3ce\"),l=n(\"caac\"),c=n(\"1349\");function _(e,t){this.lexer=new r(e),this.settings=t}var d=l.ParseNode;function u(e,t){this.result=e,this.isFunction=t}_.prototype.expect=function(e,t){if(this.nextToken.text!==e)throw new c(\"Expected '\"+e+\"', got '\"+this.nextToken.text+\"'\",this.lexer,this.nextToken.position);!1!==t&&this.consume()},_.prototype.consume=function(){this.pos=this.nextToken.position,this.nextToken=this.lexer.lex(this.pos,this.mode)},_.prototype.parse=function(){this.mode=\"math\",this.pos=0,this.nextToken=this.lexer.lex(this.pos,this.mode);var e=this.parseInput();return e},_.prototype.parseInput=function(){var e=this.parseExpression(!1);return this.expect(\"EOF\",!1),e};var p=[\"}\",\"\\\\end\",\"\\\\right\",\"&\",\"\\\\\\\\\",\"\\\\cr\"];_.prototype.parseExpression=function(e,t){var n=[];while(1){var i=this.nextToken,a=this.pos;if(-1!==p.indexOf(i.text))break;if(t&&i.text===t)break;var r=this.parseAtom();if(!r){if(!this.settings.throwOnError&&\"\\\\\"===i.text[0]){var s=this.handleUnsupportedCmd();n.push(s),a=i.position;continue}break}if(e&&\"infix\"===r.type){this.pos=a,this.nextToken=i;break}n.push(r)}return this.handleInfixNodes(n)},_.prototype.handleInfixNodes=function(e){for(var t,n=-1,i=0;i<e.length;i++){var a=e[i];if(\"infix\"===a.type){if(-1!==n)throw new c(\"only one infix operator per group\",this.lexer,-1);n=i,t=a.value.replaceWith}}if(-1!==n){var r,s,o=e.slice(0,n),l=e.slice(n+1);r=1===o.length&&\"ordgroup\"===o[0].type?o[0]:new d(\"ordgroup\",o,this.mode),s=1===l.length&&\"ordgroup\"===l[0].type?l[0]:new d(\"ordgroup\",l,this.mode);var _=this.callFunction(t,[r,s],null);return[new d(_.type,_,this.mode)]}return e};var m=1;_.prototype.handleSupSubscript=function(e){var t=this.nextToken.text,n=this.pos;this.consume();var a=this.parseGroup();if(a){if(a.isFunction){var r=i[a.result].greediness;if(r>m)return this.parseFunction(a);throw new c(\"Got function '\"+a.result+\"' with no arguments as \"+e,this.lexer,n+1)}return a.result}if(this.settings.throwOnError||\"\\\\\"!==this.nextToken.text[0])throw new c(\"Expected group after '\"+t+\"'\",this.lexer,n+1);return this.handleUnsupportedCmd()},_.prototype.handleUnsupportedCmd=function(){for(var e=this.nextToken.text,t=[],n=0;n<e.length;n++)t.push(new d(\"textord\",e[n],\"text\"));var i=new d(\"text\",{body:t,type:\"text\"},this.mode),a=new d(\"color\",{color:this.settings.errorColor,value:[i],type:\"color\"},this.mode);return this.consume(),a},_.prototype.parseAtom=function(){var e,t,n=this.parseImplicitGroup();if(\"text\"===this.mode)return n;while(1){var i=this.nextToken;if(\"\\\\limits\"===i.text||\"\\\\nolimits\"===i.text){if(!n||\"op\"!==n.type)throw new c(\"Limit controls must follow a math operator\",this.lexer,this.pos);var a=\"\\\\limits\"===i.text;n.value.limits=a,n.value.alwaysHandleSupSub=!0,this.consume()}else if(\"^\"===i.text){if(e)throw new c(\"Double superscript\",this.lexer,this.pos);e=this.handleSupSubscript(\"superscript\")}else if(\"_\"===i.text){if(t)throw new c(\"Double subscript\",this.lexer,this.pos);t=this.handleSupSubscript(\"subscript\")}else{if(\"'\"!==i.text)break;var r=new d(\"textord\",\"\\\\prime\",this.mode),s=[r];this.consume();while(\"'\"===this.nextToken.text)s.push(r),this.consume();e=new d(\"ordgroup\",s,this.mode)}}return e||t?new d(\"supsub\",{base:n,sup:e,sub:t},this.mode):n};var g=[\"\\\\tiny\",\"\\\\scriptsize\",\"\\\\footnotesize\",\"\\\\small\",\"\\\\normalsize\",\"\\\\large\",\"\\\\Large\",\"\\\\LARGE\",\"\\\\huge\",\"\\\\Huge\"],h=[\"\\\\displaystyle\",\"\\\\textstyle\",\"\\\\scriptstyle\",\"\\\\scriptscriptstyle\"];_.prototype.parseImplicitGroup=function(){var e=this.parseSymbol();if(null==e)return this.parseFunction();var t,n=e.result;if(\"\\\\left\"===n){var i=this.parseFunction(e);t=this.parseExpression(!1),this.expect(\"\\\\right\",!1);var r=this.parseFunction();return new d(\"leftright\",{body:t,left:i.value.value,right:r.value.value},this.mode)}if(\"\\\\begin\"===n){var s=this.parseFunction(e),l=s.value.name;if(!a.hasOwnProperty(l))throw new c(\"No such environment: \"+l,this.lexer,s.value.namepos);var _=a[l],u=this.parseArguments(\"\\\\begin{\"+l+\"}\",_),p={mode:this.mode,envName:l,parser:this,lexer:this.lexer,positions:u.pop()},m=_.handler(p,u);this.expect(\"\\\\end\",!1);var E=this.parseFunction();if(E.value.name!==l)throw new c(\"Mismatch: \\\\begin{\"+l+\"} matched by \\\\end{\"+E.value.name+\"}\",this.lexer);return m.position=E.position,m}return o.contains(g,n)?(t=this.parseExpression(!1),new d(\"sizing\",{size:\"size\"+(o.indexOf(g,n)+1),value:t},this.mode)):o.contains(h,n)?(t=this.parseExpression(!0),new d(\"styling\",{style:n.slice(1,n.length-5),value:t},this.mode)):this.parseFunction(e)},_.prototype.parseFunction=function(e){if(e||(e=this.parseGroup()),e){if(e.isFunction){var t=e.result,n=i[t];if(\"text\"===this.mode&&!n.allowedInText)throw new c(\"Can't use function '\"+t+\"' in text mode\",this.lexer,e.position);var a=this.parseArguments(t,n),r=this.callFunction(t,a,a.pop());return new d(r.type,r,this.mode)}return e.result}return null},_.prototype.callFunction=function(e,t,n){var a={funcName:e,parser:this,lexer:this.lexer,positions:n};return i[e].handler(a,t)},_.prototype.parseArguments=function(e,t){var n=t.numArgs+t.numOptionalArgs;if(0===n)return[[this.pos]];for(var a=t.greediness,r=[this.pos],s=[],o=0;o<n;o++){var l,_,d=t.argTypes&&t.argTypes[o];if(o<t.numOptionalArgs){if(l=d?this.parseSpecialGroup(d,!0):this.parseOptionalGroup(),!l){s.push(null),r.push(this.pos);continue}}else if(l=d?this.parseSpecialGroup(d):this.parseGroup(),!l){if(this.settings.throwOnError||\"\\\\\"!==this.nextToken.text[0])throw new c(\"Expected group after '\"+e+\"'\",this.lexer,this.pos);l=new u(this.handleUnsupportedCmd(this.nextToken.text),!1)}if(l.isFunction){var p=i[l.result].greediness;if(!(p>a))throw new c(\"Got function '\"+l.result+\"' as argument to '\"+e+\"'\",this.lexer,this.pos-1);_=this.parseFunction(l)}else _=l.result;s.push(_),r.push(this.pos)}return s.push(r),s},_.prototype.parseSpecialGroup=function(e,t){var n,i=this.mode;if(\"original\"===e&&(e=i),\"color\"===e||\"size\"===e){var a=this.nextToken;if(t&&\"[\"!==a.text)return null;this.mode=e,this.expect(t?\"[\":\"{\");var r,s=this.nextToken;return this.mode=i,r=\"color\"===e?s.text:s.data,this.consume(),this.expect(t?\"]\":\"}\"),new u(new d(e,r,i),!1)}if(\"text\"===e){var o=this.lexer.lex(this.pos,\"whitespace\");this.pos=o.position}return this.mode=e,this.nextToken=this.lexer.lex(this.pos,e),n=t?this.parseOptionalGroup():this.parseGroup(),this.mode=i,this.nextToken=this.lexer.lex(this.pos,i),n},_.prototype.parseGroup=function(){if(\"{\"===this.nextToken.text){this.consume();var e=this.parseExpression(!1);return this.expect(\"}\"),new u(new d(\"ordgroup\",e,this.mode),!1)}return this.parseSymbol()},_.prototype.parseOptionalGroup=function(){if(\"[\"===this.nextToken.text){this.consume();var e=this.parseExpression(!1,\"]\");return this.expect(\"]\"),new u(new d(\"ordgroup\",e,this.mode),!1)}return null},_.prototype.parseSymbol=function(){var e=this.nextToken;return i[e.text]?(this.consume(),new u(e.text,!0)):s[this.mode][e.text]?(this.consume(),new u(new d(s[this.mode][e.text].group,e.text,this.mode),!1)):null},_.prototype.ParseNode=d,e.exports=_},\"6fd1\":function(e,t){e.exports=/[\\xAD\\u0600-\\u0605\\u061C\\u06DD\\u070F\\u08E2\\u180E\\u200B-\\u200F\\u202A-\\u202E\\u2060-\\u2064\\u2066-\\u206F\\uFEFF\\uFFF9-\\uFFFB]|\\uD804[\\uDCBD\\uDCCD]|\\uD82F[\\uDCA0-\\uDCA3]|\\uD834[\\uDD73-\\uDD7A]|\\uDB40[\\uDC01\\uDC20-\\uDC7F]/},7133:function(e,t,n){\"use strict\";var i=n(\"096b\");function a(e,t,n){this.src=e,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=t}a.prototype.Token=i,e.exports=a},\"72cb\":function(e,t){e.exports={\"AMS-Regular\":{65:[0,.68889,0,0],66:[0,.68889,0,0],67:[0,.68889,0,0],68:[0,.68889,0,0],69:[0,.68889,0,0],70:[0,.68889,0,0],71:[0,.68889,0,0],72:[0,.68889,0,0],73:[0,.68889,0,0],74:[.16667,.68889,0,0],75:[0,.68889,0,0],76:[0,.68889,0,0],77:[0,.68889,0,0],78:[0,.68889,0,0],79:[.16667,.68889,0,0],80:[0,.68889,0,0],81:[.16667,.68889,0,0],82:[0,.68889,0,0],83:[0,.68889,0,0],84:[0,.68889,0,0],85:[0,.68889,0,0],86:[0,.68889,0,0],87:[0,.68889,0,0],88:[0,.68889,0,0],89:[0,.68889,0,0],90:[0,.68889,0,0],107:[0,.68889,0,0],165:[0,.675,.025,0],174:[.15559,.69224,0,0],240:[0,.68889,0,0],295:[0,.68889,0,0],710:[0,.825,0,0],732:[0,.9,0,0],770:[0,.825,0,0],771:[0,.9,0,0],989:[.08167,.58167,0,0],1008:[0,.43056,.04028,0],8245:[0,.54986,0,0],8463:[0,.68889,0,0],8487:[0,.68889,0,0],8498:[0,.68889,0,0],8502:[0,.68889,0,0],8503:[0,.68889,0,0],8504:[0,.68889,0,0],8513:[0,.68889,0,0],8592:[-.03598,.46402,0,0],8594:[-.03598,.46402,0,0],8602:[-.13313,.36687,0,0],8603:[-.13313,.36687,0,0],8606:[.01354,.52239,0,0],8608:[.01354,.52239,0,0],8610:[.01354,.52239,0,0],8611:[.01354,.52239,0,0],8619:[0,.54986,0,0],8620:[0,.54986,0,0],8621:[-.13313,.37788,0,0],8622:[-.13313,.36687,0,0],8624:[0,.69224,0,0],8625:[0,.69224,0,0],8630:[0,.43056,0,0],8631:[0,.43056,0,0],8634:[.08198,.58198,0,0],8635:[.08198,.58198,0,0],8638:[.19444,.69224,0,0],8639:[.19444,.69224,0,0],8642:[.19444,.69224,0,0],8643:[.19444,.69224,0,0],8644:[.1808,.675,0,0],8646:[.1808,.675,0,0],8647:[.1808,.675,0,0],8648:[.19444,.69224,0,0],8649:[.1808,.675,0,0],8650:[.19444,.69224,0,0],8651:[.01354,.52239,0,0],8652:[.01354,.52239,0,0],8653:[-.13313,.36687,0,0],8654:[-.13313,.36687,0,0],8655:[-.13313,.36687,0,0],8666:[.13667,.63667,0,0],8667:[.13667,.63667,0,0],8669:[-.13313,.37788,0,0],8672:[-.064,.437,0,0],8674:[-.064,.437,0,0],8705:[0,.825,0,0],8708:[0,.68889,0,0],8709:[.08167,.58167,0,0],8717:[0,.43056,0,0],8722:[-.03598,.46402,0,0],8724:[.08198,.69224,0,0],8726:[.08167,.58167,0,0],8733:[0,.69224,0,0],8736:[0,.69224,0,0],8737:[0,.69224,0,0],8738:[.03517,.52239,0,0],8739:[.08167,.58167,0,0],8740:[.25142,.74111,0,0],8741:[.08167,.58167,0,0],8742:[.25142,.74111,0,0],8756:[0,.69224,0,0],8757:[0,.69224,0,0],8764:[-.13313,.36687,0,0],8765:[-.13313,.37788,0,0],8769:[-.13313,.36687,0,0],8770:[-.03625,.46375,0,0],8774:[.30274,.79383,0,0],8776:[-.01688,.48312,0,0],8778:[.08167,.58167,0,0],8782:[.06062,.54986,0,0],8783:[.06062,.54986,0,0],8785:[.08198,.58198,0,0],8786:[.08198,.58198,0,0],8787:[.08198,.58198,0,0],8790:[0,.69224,0,0],8791:[.22958,.72958,0,0],8796:[.08198,.91667,0,0],8806:[.25583,.75583,0,0],8807:[.25583,.75583,0,0],8808:[.25142,.75726,0,0],8809:[.25142,.75726,0,0],8812:[.25583,.75583,0,0],8814:[.20576,.70576,0,0],8815:[.20576,.70576,0,0],8816:[.30274,.79383,0,0],8817:[.30274,.79383,0,0],8818:[.22958,.72958,0,0],8819:[.22958,.72958,0,0],8822:[.1808,.675,0,0],8823:[.1808,.675,0,0],8828:[.13667,.63667,0,0],8829:[.13667,.63667,0,0],8830:[.22958,.72958,0,0],8831:[.22958,.72958,0,0],8832:[.20576,.70576,0,0],8833:[.20576,.70576,0,0],8840:[.30274,.79383,0,0],8841:[.30274,.79383,0,0],8842:[.13597,.63597,0,0],8843:[.13597,.63597,0,0],8847:[.03517,.54986,0,0],8848:[.03517,.54986,0,0],8858:[.08198,.58198,0,0],8859:[.08198,.58198,0,0],8861:[.08198,.58198,0,0],8862:[0,.675,0,0],8863:[0,.675,0,0],8864:[0,.675,0,0],8865:[0,.675,0,0],8872:[0,.69224,0,0],8873:[0,.69224,0,0],8874:[0,.69224,0,0],8876:[0,.68889,0,0],8877:[0,.68889,0,0],8878:[0,.68889,0,0],8879:[0,.68889,0,0],8882:[.03517,.54986,0,0],8883:[.03517,.54986,0,0],8884:[.13667,.63667,0,0],8885:[.13667,.63667,0,0],8888:[0,.54986,0,0],8890:[.19444,.43056,0,0],8891:[.19444,.69224,0,0],8892:[.19444,.69224,0,0],8901:[0,.54986,0,0],8903:[.08167,.58167,0,0],8905:[.08167,.58167,0,0],8906:[.08167,.58167,0,0],8907:[0,.69224,0,0],8908:[0,.69224,0,0],8909:[-.03598,.46402,0,0],8910:[0,.54986,0,0],8911:[0,.54986,0,0],8912:[.03517,.54986,0,0],8913:[.03517,.54986,0,0],8914:[0,.54986,0,0],8915:[0,.54986,0,0],8916:[0,.69224,0,0],8918:[.0391,.5391,0,0],8919:[.0391,.5391,0,0],8920:[.03517,.54986,0,0],8921:[.03517,.54986,0,0],8922:[.38569,.88569,0,0],8923:[.38569,.88569,0,0],8926:[.13667,.63667,0,0],8927:[.13667,.63667,0,0],8928:[.30274,.79383,0,0],8929:[.30274,.79383,0,0],8934:[.23222,.74111,0,0],8935:[.23222,.74111,0,0],8936:[.23222,.74111,0,0],8937:[.23222,.74111,0,0],8938:[.20576,.70576,0,0],8939:[.20576,.70576,0,0],8940:[.30274,.79383,0,0],8941:[.30274,.79383,0,0],8994:[.19444,.69224,0,0],8995:[.19444,.69224,0,0],9416:[.15559,.69224,0,0],9484:[0,.69224,0,0],9488:[0,.69224,0,0],9492:[0,.37788,0,0],9496:[0,.37788,0,0],9585:[.19444,.68889,0,0],9586:[.19444,.74111,0,0],9632:[0,.675,0,0],9633:[0,.675,0,0],9650:[0,.54986,0,0],9651:[0,.54986,0,0],9654:[.03517,.54986,0,0],9660:[0,.54986,0,0],9661:[0,.54986,0,0],9664:[.03517,.54986,0,0],9674:[.11111,.69224,0,0],9733:[.19444,.69224,0,0],10003:[0,.69224,0,0],10016:[0,.69224,0,0],10731:[.11111,.69224,0,0],10846:[.19444,.75583,0,0],10877:[.13667,.63667,0,0],10878:[.13667,.63667,0,0],10885:[.25583,.75583,0,0],10886:[.25583,.75583,0,0],10887:[.13597,.63597,0,0],10888:[.13597,.63597,0,0],10889:[.26167,.75726,0,0],10890:[.26167,.75726,0,0],10891:[.48256,.98256,0,0],10892:[.48256,.98256,0,0],10901:[.13667,.63667,0,0],10902:[.13667,.63667,0,0],10933:[.25142,.75726,0,0],10934:[.25142,.75726,0,0],10935:[.26167,.75726,0,0],10936:[.26167,.75726,0,0],10937:[.26167,.75726,0,0],10938:[.26167,.75726,0,0],10949:[.25583,.75583,0,0],10950:[.25583,.75583,0,0],10955:[.28481,.79383,0,0],10956:[.28481,.79383,0,0],57350:[.08167,.58167,0,0],57351:[.08167,.58167,0,0],57352:[.08167,.58167,0,0],57353:[0,.43056,.04028,0],57356:[.25142,.75726,0,0],57357:[.25142,.75726,0,0],57358:[.41951,.91951,0,0],57359:[.30274,.79383,0,0],57360:[.30274,.79383,0,0],57361:[.41951,.91951,0,0],57366:[.25142,.75726,0,0],57367:[.25142,.75726,0,0],57368:[.25142,.75726,0,0],57369:[.25142,.75726,0,0],57370:[.13597,.63597,0,0],57371:[.13597,.63597,0,0]},\"Caligraphic-Regular\":{48:[0,.43056,0,0],49:[0,.43056,0,0],50:[0,.43056,0,0],51:[.19444,.43056,0,0],52:[.19444,.43056,0,0],53:[.19444,.43056,0,0],54:[0,.64444,0,0],55:[.19444,.43056,0,0],56:[0,.64444,0,0],57:[.19444,.43056,0,0],65:[0,.68333,0,.19445],66:[0,.68333,.03041,.13889],67:[0,.68333,.05834,.13889],68:[0,.68333,.02778,.08334],69:[0,.68333,.08944,.11111],70:[0,.68333,.09931,.11111],71:[.09722,.68333,.0593,.11111],72:[0,.68333,.00965,.11111],73:[0,.68333,.07382,0],74:[.09722,.68333,.18472,.16667],75:[0,.68333,.01445,.05556],76:[0,.68333,0,.13889],77:[0,.68333,0,.13889],78:[0,.68333,.14736,.08334],79:[0,.68333,.02778,.11111],80:[0,.68333,.08222,.08334],81:[.09722,.68333,0,.11111],82:[0,.68333,0,.08334],83:[0,.68333,.075,.13889],84:[0,.68333,.25417,0],85:[0,.68333,.09931,.08334],86:[0,.68333,.08222,0],87:[0,.68333,.08222,.08334],88:[0,.68333,.14643,.13889],89:[.09722,.68333,.08222,.08334],90:[0,.68333,.07944,.13889]},\"Fraktur-Regular\":{33:[0,.69141,0,0],34:[0,.69141,0,0],38:[0,.69141,0,0],39:[0,.69141,0,0],40:[.24982,.74947,0,0],41:[.24982,.74947,0,0],42:[0,.62119,0,0],43:[.08319,.58283,0,0],44:[0,.10803,0,0],45:[.08319,.58283,0,0],46:[0,.10803,0,0],47:[.24982,.74947,0,0],48:[0,.47534,0,0],49:[0,.47534,0,0],50:[0,.47534,0,0],51:[.18906,.47534,0,0],52:[.18906,.47534,0,0],53:[.18906,.47534,0,0],54:[0,.69141,0,0],55:[.18906,.47534,0,0],56:[0,.69141,0,0],57:[.18906,.47534,0,0],58:[0,.47534,0,0],59:[.12604,.47534,0,0],61:[-.13099,.36866,0,0],63:[0,.69141,0,0],65:[0,.69141,0,0],66:[0,.69141,0,0],67:[0,.69141,0,0],68:[0,.69141,0,0],69:[0,.69141,0,0],70:[.12604,.69141,0,0],71:[0,.69141,0,0],72:[.06302,.69141,0,0],73:[0,.69141,0,0],74:[.12604,.69141,0,0],75:[0,.69141,0,0],76:[0,.69141,0,0],77:[0,.69141,0,0],78:[0,.69141,0,0],79:[0,.69141,0,0],80:[.18906,.69141,0,0],81:[.03781,.69141,0,0],82:[0,.69141,0,0],83:[0,.69141,0,0],84:[0,.69141,0,0],85:[0,.69141,0,0],86:[0,.69141,0,0],87:[0,.69141,0,0],88:[0,.69141,0,0],89:[.18906,.69141,0,0],90:[.12604,.69141,0,0],91:[.24982,.74947,0,0],93:[.24982,.74947,0,0],94:[0,.69141,0,0],97:[0,.47534,0,0],98:[0,.69141,0,0],99:[0,.47534,0,0],100:[0,.62119,0,0],101:[0,.47534,0,0],102:[.18906,.69141,0,0],103:[.18906,.47534,0,0],104:[.18906,.69141,0,0],105:[0,.69141,0,0],106:[0,.69141,0,0],107:[0,.69141,0,0],108:[0,.69141,0,0],109:[0,.47534,0,0],110:[0,.47534,0,0],111:[0,.47534,0,0],112:[.18906,.52396,0,0],113:[.18906,.47534,0,0],114:[0,.47534,0,0],115:[0,.47534,0,0],116:[0,.62119,0,0],117:[0,.47534,0,0],118:[0,.52396,0,0],119:[0,.52396,0,0],120:[.18906,.47534,0,0],121:[.18906,.47534,0,0],122:[.18906,.47534,0,0],8216:[0,.69141,0,0],8217:[0,.69141,0,0],58112:[0,.62119,0,0],58113:[0,.62119,0,0],58114:[.18906,.69141,0,0],58115:[.18906,.69141,0,0],58116:[.18906,.47534,0,0],58117:[0,.69141,0,0],58118:[0,.62119,0,0],58119:[0,.47534,0,0]},\"Main-Bold\":{33:[0,.69444,0,0],34:[0,.69444,0,0],35:[.19444,.69444,0,0],36:[.05556,.75,0,0],37:[.05556,.75,0,0],38:[0,.69444,0,0],39:[0,.69444,0,0],40:[.25,.75,0,0],41:[.25,.75,0,0],42:[0,.75,0,0],43:[.13333,.63333,0,0],44:[.19444,.15556,0,0],45:[0,.44444,0,0],46:[0,.15556,0,0],47:[.25,.75,0,0],48:[0,.64444,0,0],49:[0,.64444,0,0],50:[0,.64444,0,0],51:[0,.64444,0,0],52:[0,.64444,0,0],53:[0,.64444,0,0],54:[0,.64444,0,0],55:[0,.64444,0,0],56:[0,.64444,0,0],57:[0,.64444,0,0],58:[0,.44444,0,0],59:[.19444,.44444,0,0],60:[.08556,.58556,0,0],61:[-.10889,.39111,0,0],62:[.08556,.58556,0,0],63:[0,.69444,0,0],64:[0,.69444,0,0],65:[0,.68611,0,0],66:[0,.68611,0,0],67:[0,.68611,0,0],68:[0,.68611,0,0],69:[0,.68611,0,0],70:[0,.68611,0,0],71:[0,.68611,0,0],72:[0,.68611,0,0],73:[0,.68611,0,0],74:[0,.68611,0,0],75:[0,.68611,0,0],76:[0,.68611,0,0],77:[0,.68611,0,0],78:[0,.68611,0,0],79:[0,.68611,0,0],80:[0,.68611,0,0],81:[.19444,.68611,0,0],82:[0,.68611,0,0],83:[0,.68611,0,0],84:[0,.68611,0,0],85:[0,.68611,0,0],86:[0,.68611,.01597,0],87:[0,.68611,.01597,0],88:[0,.68611,0,0],89:[0,.68611,.02875,0],90:[0,.68611,0,0],91:[.25,.75,0,0],92:[.25,.75,0,0],93:[.25,.75,0,0],94:[0,.69444,0,0],95:[.31,.13444,.03194,0],96:[0,.69444,0,0],97:[0,.44444,0,0],98:[0,.69444,0,0],99:[0,.44444,0,0],100:[0,.69444,0,0],101:[0,.44444,0,0],102:[0,.69444,.10903,0],103:[.19444,.44444,.01597,0],104:[0,.69444,0,0],105:[0,.69444,0,0],106:[.19444,.69444,0,0],107:[0,.69444,0,0],108:[0,.69444,0,0],109:[0,.44444,0,0],110:[0,.44444,0,0],111:[0,.44444,0,0],112:[.19444,.44444,0,0],113:[.19444,.44444,0,0],114:[0,.44444,0,0],115:[0,.44444,0,0],116:[0,.63492,0,0],117:[0,.44444,0,0],118:[0,.44444,.01597,0],119:[0,.44444,.01597,0],120:[0,.44444,0,0],121:[.19444,.44444,.01597,0],122:[0,.44444,0,0],123:[.25,.75,0,0],124:[.25,.75,0,0],125:[.25,.75,0,0],126:[.35,.34444,0,0],168:[0,.69444,0,0],172:[0,.44444,0,0],175:[0,.59611,0,0],176:[0,.69444,0,0],177:[.13333,.63333,0,0],180:[0,.69444,0,0],215:[.13333,.63333,0,0],247:[.13333,.63333,0,0],305:[0,.44444,0,0],567:[.19444,.44444,0,0],710:[0,.69444,0,0],711:[0,.63194,0,0],713:[0,.59611,0,0],714:[0,.69444,0,0],715:[0,.69444,0,0],728:[0,.69444,0,0],729:[0,.69444,0,0],730:[0,.69444,0,0],732:[0,.69444,0,0],768:[0,.69444,0,0],769:[0,.69444,0,0],770:[0,.69444,0,0],771:[0,.69444,0,0],772:[0,.59611,0,0],774:[0,.69444,0,0],775:[0,.69444,0,0],776:[0,.69444,0,0],778:[0,.69444,0,0],779:[0,.69444,0,0],780:[0,.63194,0,0],824:[.19444,.69444,0,0],915:[0,.68611,0,0],916:[0,.68611,0,0],920:[0,.68611,0,0],923:[0,.68611,0,0],926:[0,.68611,0,0],928:[0,.68611,0,0],931:[0,.68611,0,0],933:[0,.68611,0,0],934:[0,.68611,0,0],936:[0,.68611,0,0],937:[0,.68611,0,0],8211:[0,.44444,.03194,0],8212:[0,.44444,.03194,0],8216:[0,.69444,0,0],8217:[0,.69444,0,0],8220:[0,.69444,0,0],8221:[0,.69444,0,0],8224:[.19444,.69444,0,0],8225:[.19444,.69444,0,0],8242:[0,.55556,0,0],8407:[0,.72444,.15486,0],8463:[0,.69444,0,0],8465:[0,.69444,0,0],8467:[0,.69444,0,0],8472:[.19444,.44444,0,0],8476:[0,.69444,0,0],8501:[0,.69444,0,0],8592:[-.10889,.39111,0,0],8593:[.19444,.69444,0,0],8594:[-.10889,.39111,0,0],8595:[.19444,.69444,0,0],8596:[-.10889,.39111,0,0],8597:[.25,.75,0,0],8598:[.19444,.69444,0,0],8599:[.19444,.69444,0,0],8600:[.19444,.69444,0,0],8601:[.19444,.69444,0,0],8636:[-.10889,.39111,0,0],8637:[-.10889,.39111,0,0],8640:[-.10889,.39111,0,0],8641:[-.10889,.39111,0,0],8656:[-.10889,.39111,0,0],8657:[.19444,.69444,0,0],8658:[-.10889,.39111,0,0],8659:[.19444,.69444,0,0],8660:[-.10889,.39111,0,0],8661:[.25,.75,0,0],8704:[0,.69444,0,0],8706:[0,.69444,.06389,0],8707:[0,.69444,0,0],8709:[.05556,.75,0,0],8711:[0,.68611,0,0],8712:[.08556,.58556,0,0],8715:[.08556,.58556,0,0],8722:[.13333,.63333,0,0],8723:[.13333,.63333,0,0],8725:[.25,.75,0,0],8726:[.25,.75,0,0],8727:[-.02778,.47222,0,0],8728:[-.02639,.47361,0,0],8729:[-.02639,.47361,0,0],8730:[.18,.82,0,0],8733:[0,.44444,0,0],8734:[0,.44444,0,0],8736:[0,.69224,0,0],8739:[.25,.75,0,0],8741:[.25,.75,0,0],8743:[0,.55556,0,0],8744:[0,.55556,0,0],8745:[0,.55556,0,0],8746:[0,.55556,0,0],8747:[.19444,.69444,.12778,0],8764:[-.10889,.39111,0,0],8768:[.19444,.69444,0,0],8771:[.00222,.50222,0,0],8776:[.02444,.52444,0,0],8781:[.00222,.50222,0,0],8801:[.00222,.50222,0,0],8804:[.19667,.69667,0,0],8805:[.19667,.69667,0,0],8810:[.08556,.58556,0,0],8811:[.08556,.58556,0,0],8826:[.08556,.58556,0,0],8827:[.08556,.58556,0,0],8834:[.08556,.58556,0,0],8835:[.08556,.58556,0,0],8838:[.19667,.69667,0,0],8839:[.19667,.69667,0,0],8846:[0,.55556,0,0],8849:[.19667,.69667,0,0],8850:[.19667,.69667,0,0],8851:[0,.55556,0,0],8852:[0,.55556,0,0],8853:[.13333,.63333,0,0],8854:[.13333,.63333,0,0],8855:[.13333,.63333,0,0],8856:[.13333,.63333,0,0],8857:[.13333,.63333,0,0],8866:[0,.69444,0,0],8867:[0,.69444,0,0],8868:[0,.69444,0,0],8869:[0,.69444,0,0],8900:[-.02639,.47361,0,0],8901:[-.02639,.47361,0,0],8902:[-.02778,.47222,0,0],8968:[.25,.75,0,0],8969:[.25,.75,0,0],8970:[.25,.75,0,0],8971:[.25,.75,0,0],8994:[-.13889,.36111,0,0],8995:[-.13889,.36111,0,0],9651:[.19444,.69444,0,0],9657:[-.02778,.47222,0,0],9661:[.19444,.69444,0,0],9667:[-.02778,.47222,0,0],9711:[.19444,.69444,0,0],9824:[.12963,.69444,0,0],9825:[.12963,.69444,0,0],9826:[.12963,.69444,0,0],9827:[.12963,.69444,0,0],9837:[0,.75,0,0],9838:[.19444,.69444,0,0],9839:[.19444,.69444,0,0],10216:[.25,.75,0,0],10217:[.25,.75,0,0],10815:[0,.68611,0,0],10927:[.19667,.69667,0,0],10928:[.19667,.69667,0,0]},\"Main-Italic\":{33:[0,.69444,.12417,0],34:[0,.69444,.06961,0],35:[.19444,.69444,.06616,0],37:[.05556,.75,.13639,0],38:[0,.69444,.09694,0],39:[0,.69444,.12417,0],40:[.25,.75,.16194,0],41:[.25,.75,.03694,0],42:[0,.75,.14917,0],43:[.05667,.56167,.03694,0],44:[.19444,.10556,0,0],45:[0,.43056,.02826,0],46:[0,.10556,0,0],47:[.25,.75,.16194,0],48:[0,.64444,.13556,0],49:[0,.64444,.13556,0],50:[0,.64444,.13556,0],51:[0,.64444,.13556,0],52:[.19444,.64444,.13556,0],53:[0,.64444,.13556,0],54:[0,.64444,.13556,0],55:[.19444,.64444,.13556,0],56:[0,.64444,.13556,0],57:[0,.64444,.13556,0],58:[0,.43056,.0582,0],59:[.19444,.43056,.0582,0],61:[-.13313,.36687,.06616,0],63:[0,.69444,.1225,0],64:[0,.69444,.09597,0],65:[0,.68333,0,0],66:[0,.68333,.10257,0],67:[0,.68333,.14528,0],68:[0,.68333,.09403,0],69:[0,.68333,.12028,0],70:[0,.68333,.13305,0],71:[0,.68333,.08722,0],72:[0,.68333,.16389,0],73:[0,.68333,.15806,0],74:[0,.68333,.14028,0],75:[0,.68333,.14528,0],76:[0,.68333,0,0],77:[0,.68333,.16389,0],78:[0,.68333,.16389,0],79:[0,.68333,.09403,0],80:[0,.68333,.10257,0],81:[.19444,.68333,.09403,0],82:[0,.68333,.03868,0],83:[0,.68333,.11972,0],84:[0,.68333,.13305,0],85:[0,.68333,.16389,0],86:[0,.68333,.18361,0],87:[0,.68333,.18361,0],88:[0,.68333,.15806,0],89:[0,.68333,.19383,0],90:[0,.68333,.14528,0],91:[.25,.75,.1875,0],93:[.25,.75,.10528,0],94:[0,.69444,.06646,0],95:[.31,.12056,.09208,0],97:[0,.43056,.07671,0],98:[0,.69444,.06312,0],99:[0,.43056,.05653,0],100:[0,.69444,.10333,0],101:[0,.43056,.07514,0],102:[.19444,.69444,.21194,0],103:[.19444,.43056,.08847,0],104:[0,.69444,.07671,0],105:[0,.65536,.1019,0],106:[.19444,.65536,.14467,0],107:[0,.69444,.10764,0],108:[0,.69444,.10333,0],109:[0,.43056,.07671,0],110:[0,.43056,.07671,0],111:[0,.43056,.06312,0],112:[.19444,.43056,.06312,0],113:[.19444,.43056,.08847,0],114:[0,.43056,.10764,0],115:[0,.43056,.08208,0],116:[0,.61508,.09486,0],117:[0,.43056,.07671,0],118:[0,.43056,.10764,0],119:[0,.43056,.10764,0],120:[0,.43056,.12042,0],121:[.19444,.43056,.08847,0],122:[0,.43056,.12292,0],126:[.35,.31786,.11585,0],163:[0,.69444,0,0],305:[0,.43056,0,.02778],567:[.19444,.43056,0,.08334],768:[0,.69444,0,0],769:[0,.69444,.09694,0],770:[0,.69444,.06646,0],771:[0,.66786,.11585,0],772:[0,.56167,.10333,0],774:[0,.69444,.10806,0],775:[0,.66786,.11752,0],776:[0,.66786,.10474,0],778:[0,.69444,0,0],779:[0,.69444,.1225,0],780:[0,.62847,.08295,0],915:[0,.68333,.13305,0],916:[0,.68333,0,0],920:[0,.68333,.09403,0],923:[0,.68333,0,0],926:[0,.68333,.15294,0],928:[0,.68333,.16389,0],931:[0,.68333,.12028,0],933:[0,.68333,.11111,0],934:[0,.68333,.05986,0],936:[0,.68333,.11111,0],937:[0,.68333,.10257,0],8211:[0,.43056,.09208,0],8212:[0,.43056,.09208,0],8216:[0,.69444,.12417,0],8217:[0,.69444,.12417,0],8220:[0,.69444,.1685,0],8221:[0,.69444,.06961,0],8463:[0,.68889,0,0]},\"Main-Regular\":{32:[0,0,0,0],33:[0,.69444,0,0],34:[0,.69444,0,0],35:[.19444,.69444,0,0],36:[.05556,.75,0,0],37:[.05556,.75,0,0],38:[0,.69444,0,0],39:[0,.69444,0,0],40:[.25,.75,0,0],41:[.25,.75,0,0],42:[0,.75,0,0],43:[.08333,.58333,0,0],44:[.19444,.10556,0,0],45:[0,.43056,0,0],46:[0,.10556,0,0],47:[.25,.75,0,0],48:[0,.64444,0,0],49:[0,.64444,0,0],50:[0,.64444,0,0],51:[0,.64444,0,0],52:[0,.64444,0,0],53:[0,.64444,0,0],54:[0,.64444,0,0],55:[0,.64444,0,0],56:[0,.64444,0,0],57:[0,.64444,0,0],58:[0,.43056,0,0],59:[.19444,.43056,0,0],60:[.0391,.5391,0,0],61:[-.13313,.36687,0,0],62:[.0391,.5391,0,0],63:[0,.69444,0,0],64:[0,.69444,0,0],65:[0,.68333,0,0],66:[0,.68333,0,0],67:[0,.68333,0,0],68:[0,.68333,0,0],69:[0,.68333,0,0],70:[0,.68333,0,0],71:[0,.68333,0,0],72:[0,.68333,0,0],73:[0,.68333,0,0],74:[0,.68333,0,0],75:[0,.68333,0,0],76:[0,.68333,0,0],77:[0,.68333,0,0],78:[0,.68333,0,0],79:[0,.68333,0,0],80:[0,.68333,0,0],81:[.19444,.68333,0,0],82:[0,.68333,0,0],83:[0,.68333,0,0],84:[0,.68333,0,0],85:[0,.68333,0,0],86:[0,.68333,.01389,0],87:[0,.68333,.01389,0],88:[0,.68333,0,0],89:[0,.68333,.025,0],90:[0,.68333,0,0],91:[.25,.75,0,0],92:[.25,.75,0,0],93:[.25,.75,0,0],94:[0,.69444,0,0],95:[.31,.12056,.02778,0],96:[0,.69444,0,0],97:[0,.43056,0,0],98:[0,.69444,0,0],99:[0,.43056,0,0],100:[0,.69444,0,0],101:[0,.43056,0,0],102:[0,.69444,.07778,0],103:[.19444,.43056,.01389,0],104:[0,.69444,0,0],105:[0,.66786,0,0],106:[.19444,.66786,0,0],107:[0,.69444,0,0],108:[0,.69444,0,0],109:[0,.43056,0,0],110:[0,.43056,0,0],111:[0,.43056,0,0],112:[.19444,.43056,0,0],113:[.19444,.43056,0,0],114:[0,.43056,0,0],115:[0,.43056,0,0],116:[0,.61508,0,0],117:[0,.43056,0,0],118:[0,.43056,.01389,0],119:[0,.43056,.01389,0],120:[0,.43056,0,0],121:[.19444,.43056,.01389,0],122:[0,.43056,0,0],123:[.25,.75,0,0],124:[.25,.75,0,0],125:[.25,.75,0,0],126:[.35,.31786,0,0],160:[0,0,0,0],168:[0,.66786,0,0],172:[0,.43056,0,0],175:[0,.56778,0,0],176:[0,.69444,0,0],177:[.08333,.58333,0,0],180:[0,.69444,0,0],215:[.08333,.58333,0,0],247:[.08333,.58333,0,0],305:[0,.43056,0,0],567:[.19444,.43056,0,0],710:[0,.69444,0,0],711:[0,.62847,0,0],713:[0,.56778,0,0],714:[0,.69444,0,0],715:[0,.69444,0,0],728:[0,.69444,0,0],729:[0,.66786,0,0],730:[0,.69444,0,0],732:[0,.66786,0,0],768:[0,.69444,0,0],769:[0,.69444,0,0],770:[0,.69444,0,0],771:[0,.66786,0,0],772:[0,.56778,0,0],774:[0,.69444,0,0],775:[0,.66786,0,0],776:[0,.66786,0,0],778:[0,.69444,0,0],779:[0,.69444,0,0],780:[0,.62847,0,0],824:[.19444,.69444,0,0],915:[0,.68333,0,0],916:[0,.68333,0,0],920:[0,.68333,0,0],923:[0,.68333,0,0],926:[0,.68333,0,0],928:[0,.68333,0,0],931:[0,.68333,0,0],933:[0,.68333,0,0],934:[0,.68333,0,0],936:[0,.68333,0,0],937:[0,.68333,0,0],8211:[0,.43056,.02778,0],8212:[0,.43056,.02778,0],8216:[0,.69444,0,0],8217:[0,.69444,0,0],8220:[0,.69444,0,0],8221:[0,.69444,0,0],8224:[.19444,.69444,0,0],8225:[.19444,.69444,0,0],8230:[0,.12,0,0],8242:[0,.55556,0,0],8407:[0,.71444,.15382,0],8463:[0,.68889,0,0],8465:[0,.69444,0,0],8467:[0,.69444,0,.11111],8472:[.19444,.43056,0,.11111],8476:[0,.69444,0,0],8501:[0,.69444,0,0],8592:[-.13313,.36687,0,0],8593:[.19444,.69444,0,0],8594:[-.13313,.36687,0,0],8595:[.19444,.69444,0,0],8596:[-.13313,.36687,0,0],8597:[.25,.75,0,0],8598:[.19444,.69444,0,0],8599:[.19444,.69444,0,0],8600:[.19444,.69444,0,0],8601:[.19444,.69444,0,0],8614:[.011,.511,0,0],8617:[.011,.511,0,0],8618:[.011,.511,0,0],8636:[-.13313,.36687,0,0],8637:[-.13313,.36687,0,0],8640:[-.13313,.36687,0,0],8641:[-.13313,.36687,0,0],8652:[.011,.671,0,0],8656:[-.13313,.36687,0,0],8657:[.19444,.69444,0,0],8658:[-.13313,.36687,0,0],8659:[.19444,.69444,0,0],8660:[-.13313,.36687,0,0],8661:[.25,.75,0,0],8704:[0,.69444,0,0],8706:[0,.69444,.05556,.08334],8707:[0,.69444,0,0],8709:[.05556,.75,0,0],8711:[0,.68333,0,0],8712:[.0391,.5391,0,0],8715:[.0391,.5391,0,0],8722:[.08333,.58333,0,0],8723:[.08333,.58333,0,0],8725:[.25,.75,0,0],8726:[.25,.75,0,0],8727:[-.03472,.46528,0,0],8728:[-.05555,.44445,0,0],8729:[-.05555,.44445,0,0],8730:[.2,.8,0,0],8733:[0,.43056,0,0],8734:[0,.43056,0,0],8736:[0,.69224,0,0],8739:[.25,.75,0,0],8741:[.25,.75,0,0],8743:[0,.55556,0,0],8744:[0,.55556,0,0],8745:[0,.55556,0,0],8746:[0,.55556,0,0],8747:[.19444,.69444,.11111,0],8764:[-.13313,.36687,0,0],8768:[.19444,.69444,0,0],8771:[-.03625,.46375,0,0],8773:[-.022,.589,0,0],8776:[-.01688,.48312,0,0],8781:[-.03625,.46375,0,0],8784:[-.133,.67,0,0],8800:[.215,.716,0,0],8801:[-.03625,.46375,0,0],8804:[.13597,.63597,0,0],8805:[.13597,.63597,0,0],8810:[.0391,.5391,0,0],8811:[.0391,.5391,0,0],8826:[.0391,.5391,0,0],8827:[.0391,.5391,0,0],8834:[.0391,.5391,0,0],8835:[.0391,.5391,0,0],8838:[.13597,.63597,0,0],8839:[.13597,.63597,0,0],8846:[0,.55556,0,0],8849:[.13597,.63597,0,0],8850:[.13597,.63597,0,0],8851:[0,.55556,0,0],8852:[0,.55556,0,0],8853:[.08333,.58333,0,0],8854:[.08333,.58333,0,0],8855:[.08333,.58333,0,0],8856:[.08333,.58333,0,0],8857:[.08333,.58333,0,0],8866:[0,.69444,0,0],8867:[0,.69444,0,0],8868:[0,.69444,0,0],8869:[0,.69444,0,0],8872:[.249,.75,0,0],8900:[-.05555,.44445,0,0],8901:[-.05555,.44445,0,0],8902:[-.03472,.46528,0,0],8904:[.005,.505,0,0],8942:[.03,.9,0,0],8943:[-.19,.31,0,0],8945:[-.1,.82,0,0],8968:[.25,.75,0,0],8969:[.25,.75,0,0],8970:[.25,.75,0,0],8971:[.25,.75,0,0],8994:[-.14236,.35764,0,0],8995:[-.14236,.35764,0,0],9136:[.244,.744,0,0],9137:[.244,.744,0,0],9651:[.19444,.69444,0,0],9657:[-.03472,.46528,0,0],9661:[.19444,.69444,0,0],9667:[-.03472,.46528,0,0],9711:[.19444,.69444,0,0],9824:[.12963,.69444,0,0],9825:[.12963,.69444,0,0],9826:[.12963,.69444,0,0],9827:[.12963,.69444,0,0],9837:[0,.75,0,0],9838:[.19444,.69444,0,0],9839:[.19444,.69444,0,0],10216:[.25,.75,0,0],10217:[.25,.75,0,0],10222:[.244,.744,0,0],10223:[.244,.744,0,0],10229:[.011,.511,0,0],10230:[.011,.511,0,0],10231:[.011,.511,0,0],10232:[.024,.525,0,0],10233:[.024,.525,0,0],10234:[.024,.525,0,0],10236:[.011,.511,0,0],10815:[0,.68333,0,0],10927:[.13597,.63597,0,0],10928:[.13597,.63597,0,0]},\"Math-BoldItalic\":{47:[.19444,.69444,0,0],65:[0,.68611,0,0],66:[0,.68611,.04835,0],67:[0,.68611,.06979,0],68:[0,.68611,.03194,0],69:[0,.68611,.05451,0],70:[0,.68611,.15972,0],71:[0,.68611,0,0],72:[0,.68611,.08229,0],73:[0,.68611,.07778,0],74:[0,.68611,.10069,0],75:[0,.68611,.06979,0],76:[0,.68611,0,0],77:[0,.68611,.11424,0],78:[0,.68611,.11424,0],79:[0,.68611,.03194,0],80:[0,.68611,.15972,0],81:[.19444,.68611,0,0],82:[0,.68611,.00421,0],83:[0,.68611,.05382,0],84:[0,.68611,.15972,0],85:[0,.68611,.11424,0],86:[0,.68611,.25555,0],87:[0,.68611,.15972,0],88:[0,.68611,.07778,0],89:[0,.68611,.25555,0],90:[0,.68611,.06979,0],97:[0,.44444,0,0],98:[0,.69444,0,0],99:[0,.44444,0,0],100:[0,.69444,0,0],101:[0,.44444,0,0],102:[.19444,.69444,.11042,0],103:[.19444,.44444,.03704,0],104:[0,.69444,0,0],105:[0,.69326,0,0],106:[.19444,.69326,.0622,0],107:[0,.69444,.01852,0],108:[0,.69444,.0088,0],109:[0,.44444,0,0],110:[0,.44444,0,0],111:[0,.44444,0,0],112:[.19444,.44444,0,0],113:[.19444,.44444,.03704,0],114:[0,.44444,.03194,0],115:[0,.44444,0,0],116:[0,.63492,0,0],117:[0,.44444,0,0],118:[0,.44444,.03704,0],119:[0,.44444,.02778,0],120:[0,.44444,0,0],121:[.19444,.44444,.03704,0],122:[0,.44444,.04213,0],915:[0,.68611,.15972,0],916:[0,.68611,0,0],920:[0,.68611,.03194,0],923:[0,.68611,0,0],926:[0,.68611,.07458,0],928:[0,.68611,.08229,0],931:[0,.68611,.05451,0],933:[0,.68611,.15972,0],934:[0,.68611,0,0],936:[0,.68611,.11653,0],937:[0,.68611,.04835,0],945:[0,.44444,0,0],946:[.19444,.69444,.03403,0],947:[.19444,.44444,.06389,0],948:[0,.69444,.03819,0],949:[0,.44444,0,0],950:[.19444,.69444,.06215,0],951:[.19444,.44444,.03704,0],952:[0,.69444,.03194,0],953:[0,.44444,0,0],954:[0,.44444,0,0],955:[0,.69444,0,0],956:[.19444,.44444,0,0],957:[0,.44444,.06898,0],958:[.19444,.69444,.03021,0],959:[0,.44444,0,0],960:[0,.44444,.03704,0],961:[.19444,.44444,0,0],962:[.09722,.44444,.07917,0],963:[0,.44444,.03704,0],964:[0,.44444,.13472,0],965:[0,.44444,.03704,0],966:[.19444,.44444,0,0],967:[.19444,.44444,0,0],968:[.19444,.69444,.03704,0],969:[0,.44444,.03704,0],977:[0,.69444,0,0],981:[.19444,.69444,0,0],982:[0,.44444,.03194,0],1009:[.19444,.44444,0,0],1013:[0,.44444,0,0]},\"Math-Italic\":{47:[.19444,.69444,0,0],65:[0,.68333,0,.13889],66:[0,.68333,.05017,.08334],67:[0,.68333,.07153,.08334],68:[0,.68333,.02778,.05556],69:[0,.68333,.05764,.08334],70:[0,.68333,.13889,.08334],71:[0,.68333,0,.08334],72:[0,.68333,.08125,.05556],73:[0,.68333,.07847,.11111],74:[0,.68333,.09618,.16667],75:[0,.68333,.07153,.05556],76:[0,.68333,0,.02778],77:[0,.68333,.10903,.08334],78:[0,.68333,.10903,.08334],79:[0,.68333,.02778,.08334],80:[0,.68333,.13889,.08334],81:[.19444,.68333,0,.08334],82:[0,.68333,.00773,.08334],83:[0,.68333,.05764,.08334],84:[0,.68333,.13889,.08334],85:[0,.68333,.10903,.02778],86:[0,.68333,.22222,0],87:[0,.68333,.13889,0],88:[0,.68333,.07847,.08334],89:[0,.68333,.22222,0],90:[0,.68333,.07153,.08334],97:[0,.43056,0,0],98:[0,.69444,0,0],99:[0,.43056,0,.05556],100:[0,.69444,0,.16667],101:[0,.43056,0,.05556],102:[.19444,.69444,.10764,.16667],103:[.19444,.43056,.03588,.02778],104:[0,.69444,0,0],105:[0,.65952,0,0],106:[.19444,.65952,.05724,0],107:[0,.69444,.03148,0],108:[0,.69444,.01968,.08334],109:[0,.43056,0,0],110:[0,.43056,0,0],111:[0,.43056,0,.05556],112:[.19444,.43056,0,.08334],113:[.19444,.43056,.03588,.08334],114:[0,.43056,.02778,.05556],115:[0,.43056,0,.05556],116:[0,.61508,0,.08334],117:[0,.43056,0,.02778],118:[0,.43056,.03588,.02778],119:[0,.43056,.02691,.08334],120:[0,.43056,0,.02778],121:[.19444,.43056,.03588,.05556],122:[0,.43056,.04398,.05556],915:[0,.68333,.13889,.08334],916:[0,.68333,0,.16667],920:[0,.68333,.02778,.08334],923:[0,.68333,0,.16667],926:[0,.68333,.07569,.08334],928:[0,.68333,.08125,.05556],931:[0,.68333,.05764,.08334],933:[0,.68333,.13889,.05556],934:[0,.68333,0,.08334],936:[0,.68333,.11,.05556],937:[0,.68333,.05017,.08334],945:[0,.43056,.0037,.02778],946:[.19444,.69444,.05278,.08334],947:[.19444,.43056,.05556,0],948:[0,.69444,.03785,.05556],949:[0,.43056,0,.08334],950:[.19444,.69444,.07378,.08334],951:[.19444,.43056,.03588,.05556],952:[0,.69444,.02778,.08334],953:[0,.43056,0,.05556],954:[0,.43056,0,0],955:[0,.69444,0,0],956:[.19444,.43056,0,.02778],957:[0,.43056,.06366,.02778],958:[.19444,.69444,.04601,.11111],959:[0,.43056,0,.05556],960:[0,.43056,.03588,0],961:[.19444,.43056,0,.08334],962:[.09722,.43056,.07986,.08334],963:[0,.43056,.03588,0],964:[0,.43056,.1132,.02778],965:[0,.43056,.03588,.02778],966:[.19444,.43056,0,.08334],967:[.19444,.43056,0,.05556],968:[.19444,.69444,.03588,.11111],969:[0,.43056,.03588,0],977:[0,.69444,0,.08334],981:[.19444,.69444,0,.08334],982:[0,.43056,.02778,0],1009:[.19444,.43056,0,.08334],1013:[0,.43056,0,.05556]},\"Math-Regular\":{65:[0,.68333,0,.13889],66:[0,.68333,.05017,.08334],67:[0,.68333,.07153,.08334],68:[0,.68333,.02778,.05556],69:[0,.68333,.05764,.08334],70:[0,.68333,.13889,.08334],71:[0,.68333,0,.08334],72:[0,.68333,.08125,.05556],73:[0,.68333,.07847,.11111],74:[0,.68333,.09618,.16667],75:[0,.68333,.07153,.05556],76:[0,.68333,0,.02778],77:[0,.68333,.10903,.08334],78:[0,.68333,.10903,.08334],79:[0,.68333,.02778,.08334],80:[0,.68333,.13889,.08334],81:[.19444,.68333,0,.08334],82:[0,.68333,.00773,.08334],83:[0,.68333,.05764,.08334],84:[0,.68333,.13889,.08334],85:[0,.68333,.10903,.02778],86:[0,.68333,.22222,0],87:[0,.68333,.13889,0],88:[0,.68333,.07847,.08334],89:[0,.68333,.22222,0],90:[0,.68333,.07153,.08334],97:[0,.43056,0,0],98:[0,.69444,0,0],99:[0,.43056,0,.05556],100:[0,.69444,0,.16667],101:[0,.43056,0,.05556],102:[.19444,.69444,.10764,.16667],103:[.19444,.43056,.03588,.02778],104:[0,.69444,0,0],105:[0,.65952,0,0],106:[.19444,.65952,.05724,0],107:[0,.69444,.03148,0],108:[0,.69444,.01968,.08334],109:[0,.43056,0,0],110:[0,.43056,0,0],111:[0,.43056,0,.05556],112:[.19444,.43056,0,.08334],113:[.19444,.43056,.03588,.08334],114:[0,.43056,.02778,.05556],115:[0,.43056,0,.05556],116:[0,.61508,0,.08334],117:[0,.43056,0,.02778],118:[0,.43056,.03588,.02778],119:[0,.43056,.02691,.08334],120:[0,.43056,0,.02778],121:[.19444,.43056,.03588,.05556],122:[0,.43056,.04398,.05556],915:[0,.68333,.13889,.08334],916:[0,.68333,0,.16667],920:[0,.68333,.02778,.08334],923:[0,.68333,0,.16667],926:[0,.68333,.07569,.08334],928:[0,.68333,.08125,.05556],931:[0,.68333,.05764,.08334],933:[0,.68333,.13889,.05556],934:[0,.68333,0,.08334],936:[0,.68333,.11,.05556],937:[0,.68333,.05017,.08334],945:[0,.43056,.0037,.02778],946:[.19444,.69444,.05278,.08334],947:[.19444,.43056,.05556,0],948:[0,.69444,.03785,.05556],949:[0,.43056,0,.08334],950:[.19444,.69444,.07378,.08334],951:[.19444,.43056,.03588,.05556],952:[0,.69444,.02778,.08334],953:[0,.43056,0,.05556],954:[0,.43056,0,0],955:[0,.69444,0,0],956:[.19444,.43056,0,.02778],957:[0,.43056,.06366,.02778],958:[.19444,.69444,.04601,.11111],959:[0,.43056,0,.05556],960:[0,.43056,.03588,0],961:[.19444,.43056,0,.08334],962:[.09722,.43056,.07986,.08334],963:[0,.43056,.03588,0],964:[0,.43056,.1132,.02778],965:[0,.43056,.03588,.02778],966:[.19444,.43056,0,.08334],967:[.19444,.43056,0,.05556],968:[.19444,.69444,.03588,.11111],969:[0,.43056,.03588,0],977:[0,.69444,0,.08334],981:[.19444,.69444,0,.08334],982:[0,.43056,.02778,0],1009:[.19444,.43056,0,.08334],1013:[0,.43056,0,.05556]},\"SansSerif-Regular\":{33:[0,.69444,0,0],34:[0,.69444,0,0],35:[.19444,.69444,0,0],36:[.05556,.75,0,0],37:[.05556,.75,0,0],38:[0,.69444,0,0],39:[0,.69444,0,0],40:[.25,.75,0,0],41:[.25,.75,0,0],42:[0,.75,0,0],43:[.08333,.58333,0,0],44:[.125,.08333,0,0],45:[0,.44444,0,0],46:[0,.08333,0,0],47:[.25,.75,0,0],48:[0,.65556,0,0],49:[0,.65556,0,0],50:[0,.65556,0,0],51:[0,.65556,0,0],52:[0,.65556,0,0],53:[0,.65556,0,0],54:[0,.65556,0,0],55:[0,.65556,0,0],56:[0,.65556,0,0],57:[0,.65556,0,0],58:[0,.44444,0,0],59:[.125,.44444,0,0],61:[-.13,.37,0,0],63:[0,.69444,0,0],64:[0,.69444,0,0],65:[0,.69444,0,0],66:[0,.69444,0,0],67:[0,.69444,0,0],68:[0,.69444,0,0],69:[0,.69444,0,0],70:[0,.69444,0,0],71:[0,.69444,0,0],72:[0,.69444,0,0],73:[0,.69444,0,0],74:[0,.69444,0,0],75:[0,.69444,0,0],76:[0,.69444,0,0],77:[0,.69444,0,0],78:[0,.69444,0,0],79:[0,.69444,0,0],80:[0,.69444,0,0],81:[.125,.69444,0,0],82:[0,.69444,0,0],83:[0,.69444,0,0],84:[0,.69444,0,0],85:[0,.69444,0,0],86:[0,.69444,.01389,0],87:[0,.69444,.01389,0],88:[0,.69444,0,0],89:[0,.69444,.025,0],90:[0,.69444,0,0],91:[.25,.75,0,0],93:[.25,.75,0,0],94:[0,.69444,0,0],95:[.35,.09444,.02778,0],97:[0,.44444,0,0],98:[0,.69444,0,0],99:[0,.44444,0,0],100:[0,.69444,0,0],101:[0,.44444,0,0],102:[0,.69444,.06944,0],103:[.19444,.44444,.01389,0],104:[0,.69444,0,0],105:[0,.67937,0,0],106:[.19444,.67937,0,0],107:[0,.69444,0,0],108:[0,.69444,0,0],109:[0,.44444,0,0],110:[0,.44444,0,0],111:[0,.44444,0,0],112:[.19444,.44444,0,0],113:[.19444,.44444,0,0],114:[0,.44444,.01389,0],115:[0,.44444,0,0],116:[0,.57143,0,0],117:[0,.44444,0,0],118:[0,.44444,.01389,0],119:[0,.44444,.01389,0],120:[0,.44444,0,0],121:[.19444,.44444,.01389,0],122:[0,.44444,0,0],126:[.35,.32659,0,0],305:[0,.44444,0,0],567:[.19444,.44444,0,0],768:[0,.69444,0,0],769:[0,.69444,0,0],770:[0,.69444,0,0],771:[0,.67659,0,0],772:[0,.60889,0,0],774:[0,.69444,0,0],775:[0,.67937,0,0],776:[0,.67937,0,0],778:[0,.69444,0,0],779:[0,.69444,0,0],780:[0,.63194,0,0],915:[0,.69444,0,0],916:[0,.69444,0,0],920:[0,.69444,0,0],923:[0,.69444,0,0],926:[0,.69444,0,0],928:[0,.69444,0,0],931:[0,.69444,0,0],933:[0,.69444,0,0],934:[0,.69444,0,0],936:[0,.69444,0,0],937:[0,.69444,0,0],8211:[0,.44444,.02778,0],8212:[0,.44444,.02778,0],8216:[0,.69444,0,0],8217:[0,.69444,0,0],8220:[0,.69444,0,0],8221:[0,.69444,0,0]},\"Script-Regular\":{65:[0,.7,.22925,0],66:[0,.7,.04087,0],67:[0,.7,.1689,0],68:[0,.7,.09371,0],69:[0,.7,.18583,0],70:[0,.7,.13634,0],71:[0,.7,.17322,0],72:[0,.7,.29694,0],73:[0,.7,.19189,0],74:[.27778,.7,.19189,0],75:[0,.7,.31259,0],76:[0,.7,.19189,0],77:[0,.7,.15981,0],78:[0,.7,.3525,0],79:[0,.7,.08078,0],80:[0,.7,.08078,0],81:[0,.7,.03305,0],82:[0,.7,.06259,0],83:[0,.7,.19189,0],84:[0,.7,.29087,0],85:[0,.7,.25815,0],86:[0,.7,.27523,0],87:[0,.7,.27523,0],88:[0,.7,.26006,0],89:[0,.7,.2939,0],90:[0,.7,.24037,0]},\"Size1-Regular\":{40:[.35001,.85,0,0],41:[.35001,.85,0,0],47:[.35001,.85,0,0],91:[.35001,.85,0,0],92:[.35001,.85,0,0],93:[.35001,.85,0,0],123:[.35001,.85,0,0],125:[.35001,.85,0,0],710:[0,.72222,0,0],732:[0,.72222,0,0],770:[0,.72222,0,0],771:[0,.72222,0,0],8214:[-99e-5,.601,0,0],8593:[1e-5,.6,0,0],8595:[1e-5,.6,0,0],8657:[1e-5,.6,0,0],8659:[1e-5,.6,0,0],8719:[.25001,.75,0,0],8720:[.25001,.75,0,0],8721:[.25001,.75,0,0],8730:[.35001,.85,0,0],8739:[-.00599,.606,0,0],8741:[-.00599,.606,0,0],8747:[.30612,.805,.19445,0],8748:[.306,.805,.19445,0],8749:[.306,.805,.19445,0],8750:[.30612,.805,.19445,0],8896:[.25001,.75,0,0],8897:[.25001,.75,0,0],8898:[.25001,.75,0,0],8899:[.25001,.75,0,0],8968:[.35001,.85,0,0],8969:[.35001,.85,0,0],8970:[.35001,.85,0,0],8971:[.35001,.85,0,0],9168:[-99e-5,.601,0,0],10216:[.35001,.85,0,0],10217:[.35001,.85,0,0],10752:[.25001,.75,0,0],10753:[.25001,.75,0,0],10754:[.25001,.75,0,0],10756:[.25001,.75,0,0],10758:[.25001,.75,0,0]},\"Size2-Regular\":{40:[.65002,1.15,0,0],41:[.65002,1.15,0,0],47:[.65002,1.15,0,0],91:[.65002,1.15,0,0],92:[.65002,1.15,0,0],93:[.65002,1.15,0,0],123:[.65002,1.15,0,0],125:[.65002,1.15,0,0],710:[0,.75,0,0],732:[0,.75,0,0],770:[0,.75,0,0],771:[0,.75,0,0],8719:[.55001,1.05,0,0],8720:[.55001,1.05,0,0],8721:[.55001,1.05,0,0],8730:[.65002,1.15,0,0],8747:[.86225,1.36,.44445,0],8748:[.862,1.36,.44445,0],8749:[.862,1.36,.44445,0],8750:[.86225,1.36,.44445,0],8896:[.55001,1.05,0,0],8897:[.55001,1.05,0,0],8898:[.55001,1.05,0,0],8899:[.55001,1.05,0,0],8968:[.65002,1.15,0,0],8969:[.65002,1.15,0,0],8970:[.65002,1.15,0,0],8971:[.65002,1.15,0,0],10216:[.65002,1.15,0,0],10217:[.65002,1.15,0,0],10752:[.55001,1.05,0,0],10753:[.55001,1.05,0,0],10754:[.55001,1.05,0,0],10756:[.55001,1.05,0,0],10758:[.55001,1.05,0,0]},\"Size3-Regular\":{40:[.95003,1.45,0,0],41:[.95003,1.45,0,0],47:[.95003,1.45,0,0],91:[.95003,1.45,0,0],92:[.95003,1.45,0,0],93:[.95003,1.45,0,0],123:[.95003,1.45,0,0],125:[.95003,1.45,0,0],710:[0,.75,0,0],732:[0,.75,0,0],770:[0,.75,0,0],771:[0,.75,0,0],8730:[.95003,1.45,0,0],8968:[.95003,1.45,0,0],8969:[.95003,1.45,0,0],8970:[.95003,1.45,0,0],8971:[.95003,1.45,0,0],10216:[.95003,1.45,0,0],10217:[.95003,1.45,0,0]},\"Size4-Regular\":{40:[1.25003,1.75,0,0],41:[1.25003,1.75,0,0],47:[1.25003,1.75,0,0],91:[1.25003,1.75,0,0],92:[1.25003,1.75,0,0],93:[1.25003,1.75,0,0],123:[1.25003,1.75,0,0],125:[1.25003,1.75,0,0],710:[0,.825,0,0],732:[0,.825,0,0],770:[0,.825,0,0],771:[0,.825,0,0],8730:[1.25003,1.75,0,0],8968:[1.25003,1.75,0,0],8969:[1.25003,1.75,0,0],8970:[1.25003,1.75,0,0],8971:[1.25003,1.75,0,0],9115:[.64502,1.155,0,0],9116:[1e-5,.6,0,0],9117:[.64502,1.155,0,0],9118:[.64502,1.155,0,0],9119:[1e-5,.6,0,0],9120:[.64502,1.155,0,0],9121:[.64502,1.155,0,0],9122:[-99e-5,.601,0,0],9123:[.64502,1.155,0,0],9124:[.64502,1.155,0,0],9125:[-99e-5,.601,0,0],9126:[.64502,1.155,0,0],9127:[1e-5,.9,0,0],9128:[.65002,1.15,0,0],9129:[.90001,0,0,0],9130:[0,.3,0,0],9131:[1e-5,.9,0,0],9132:[.65002,1.15,0,0],9133:[.90001,0,0,0],9143:[.88502,.915,0,0],10216:[1.25003,1.75,0,0],10217:[1.25003,1.75,0,0],57344:[-.00499,.605,0,0],57345:[-.00499,.605,0,0],57680:[0,.12,0,0],57681:[0,.12,0,0],57682:[0,.12,0,0],57683:[0,.12,0,0]},\"Typewriter-Regular\":{33:[0,.61111,0,0],34:[0,.61111,0,0],35:[0,.61111,0,0],36:[.08333,.69444,0,0],37:[.08333,.69444,0,0],38:[0,.61111,0,0],39:[0,.61111,0,0],40:[.08333,.69444,0,0],41:[.08333,.69444,0,0],42:[0,.52083,0,0],43:[-.08056,.53055,0,0],44:[.13889,.125,0,0],45:[-.08056,.53055,0,0],46:[0,.125,0,0],47:[.08333,.69444,0,0],48:[0,.61111,0,0],49:[0,.61111,0,0],50:[0,.61111,0,0],51:[0,.61111,0,0],52:[0,.61111,0,0],53:[0,.61111,0,0],54:[0,.61111,0,0],55:[0,.61111,0,0],56:[0,.61111,0,0],57:[0,.61111,0,0],58:[0,.43056,0,0],59:[.13889,.43056,0,0],60:[-.05556,.55556,0,0],61:[-.19549,.41562,0,0],62:[-.05556,.55556,0,0],63:[0,.61111,0,0],64:[0,.61111,0,0],65:[0,.61111,0,0],66:[0,.61111,0,0],67:[0,.61111,0,0],68:[0,.61111,0,0],69:[0,.61111,0,0],70:[0,.61111,0,0],71:[0,.61111,0,0],72:[0,.61111,0,0],73:[0,.61111,0,0],74:[0,.61111,0,0],75:[0,.61111,0,0],76:[0,.61111,0,0],77:[0,.61111,0,0],78:[0,.61111,0,0],79:[0,.61111,0,0],80:[0,.61111,0,0],81:[.13889,.61111,0,0],82:[0,.61111,0,0],83:[0,.61111,0,0],84:[0,.61111,0,0],85:[0,.61111,0,0],86:[0,.61111,0,0],87:[0,.61111,0,0],88:[0,.61111,0,0],89:[0,.61111,0,0],90:[0,.61111,0,0],91:[.08333,.69444,0,0],92:[.08333,.69444,0,0],93:[.08333,.69444,0,0],94:[0,.61111,0,0],95:[.09514,0,0,0],96:[0,.61111,0,0],97:[0,.43056,0,0],98:[0,.61111,0,0],99:[0,.43056,0,0],100:[0,.61111,0,0],101:[0,.43056,0,0],102:[0,.61111,0,0],103:[.22222,.43056,0,0],104:[0,.61111,0,0],105:[0,.61111,0,0],106:[.22222,.61111,0,0],107:[0,.61111,0,0],108:[0,.61111,0,0],109:[0,.43056,0,0],110:[0,.43056,0,0],111:[0,.43056,0,0],112:[.22222,.43056,0,0],113:[.22222,.43056,0,0],114:[0,.43056,0,0],115:[0,.43056,0,0],116:[0,.55358,0,0],117:[0,.43056,0,0],118:[0,.43056,0,0],119:[0,.43056,0,0],120:[0,.43056,0,0],121:[.22222,.43056,0,0],122:[0,.43056,0,0],123:[.08333,.69444,0,0],124:[.08333,.69444,0,0],125:[.08333,.69444,0,0],126:[0,.61111,0,0],127:[0,.61111,0,0],305:[0,.43056,0,0],567:[.22222,.43056,0,0],768:[0,.61111,0,0],769:[0,.61111,0,0],770:[0,.61111,0,0],771:[0,.61111,0,0],772:[0,.56555,0,0],774:[0,.61111,0,0],776:[0,.61111,0,0],778:[0,.61111,0,0],780:[0,.56597,0,0],915:[0,.61111,0,0],916:[0,.61111,0,0],920:[0,.61111,0,0],923:[0,.61111,0,0],926:[0,.61111,0,0],928:[0,.61111,0,0],931:[0,.61111,0,0],933:[0,.61111,0,0],934:[0,.61111,0,0],936:[0,.61111,0,0],937:[0,.61111,0,0],2018:[0,.61111,0,0],2019:[0,.61111,0,0],8242:[0,.61111,0,0]}}},\"746a\":function(e,t,n){\"use strict\";e.exports=function(e,t,n){function i(e){return e.trim().split(\" \",2)[0]===t}function a(e,n,i,a,r){return 1===e[n].nesting&&e[n].attrJoin(\"class\",t),r.renderToken(e,n,i,a,r)}n=n||{};var r=3,s=n.marker||\":\",o=s.charCodeAt(0),l=s.length,c=n.validate||i,_=n.render||a;function d(e,n,i,a){var _,d,u,p,m,g,h,E,S=!1,b=e.bMarks[n]+e.tShift[n],f=e.eMarks[n];if(o!==e.src.charCodeAt(b))return!1;for(_=b+1;_<=f;_++)if(s[(_-b)%l]!==e.src[_])break;if(u=Math.floor((_-b)/l),u<r)return!1;if(_-=(_-b)%l,p=e.src.slice(b,_),m=e.src.slice(_,f),!c(m,p))return!1;if(a)return!0;for(d=n;;){if(d++,d>=i)break;if(b=e.bMarks[d]+e.tShift[d],f=e.eMarks[d],b<f&&e.sCount[d]<e.blkIndent)break;if(o===e.src.charCodeAt(b)&&!(e.sCount[d]-e.blkIndent>=4)){for(_=b+1;_<=f;_++)if(s[(_-b)%l]!==e.src[_])break;if(!(Math.floor((_-b)/l)<u)&&(_-=(_-b)%l,_=e.skipSpaces(_),!(_<f))){S=!0;break}}}return h=e.parentType,E=e.lineMax,e.parentType=\"container\",e.lineMax=d,g=e.push(\"container_\"+t+\"_open\",\"div\",1),g.markup=p,g.block=!0,g.info=m,g.map=[n,d],e.md.block.tokenize(e,n+1,d),g=e.push(\"container_\"+t+\"_close\",\"div\",-1),g.markup=e.src.slice(b,_),g.block=!0,e.parentType=h,e.lineMax=E,e.line=d+(S?1:0),!0}e.block.ruler.before(\"fence\",\"container_\"+t,d,{alt:[\"paragraph\",\"reference\",\"blockquote\",\"list\"]}),e.renderer.rules[\"container_\"+t+\"_open\"]=_,e.renderer.rules[\"container_\"+t+\"_close\"]=_}},\"75da\":function(e,t){function n(e){return{name:\"Backus–Naur Form\",contains:[{className:\"attribute\",begin:/</,end:/>/},{begin:/::=/,end:/$/,contains:[{begin:/</,end:/>/},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]}]}}e.exports=n},7629:function(e,t,n){\"use strict\";const i=function(e){return encodeURIComponent(String(e).trim().toLowerCase().replace(/\\s+/g,\"-\"))},a={includeLevel:[1,2],containerClass:\"table-of-contents\",slugify:i,markerPattern:/^\\[\\[toc\\]\\]/im,listType:\"ul\",format:function(e,t){return t.renderInline(e)},forceFullToc:!1,containerHeaderHtml:void 0,containerFooterHtml:void 0,transformLink:void 0};function r(e,t,n){const i=[];let a=null;return t.forEach(t=>{if(\"heading_open\"===t.type){const n=s(t),i=parseInt(t.tag.toLowerCase().replace(\"h\",\"\"),10);e.indexOf(i)>=0&&(a={level:i,text:null,anchor:n||null})}else if(a&&\"inline\"===t.type){const e=t.children.filter(e=>\"text\"===e.type||\"code_inline\"===e.type).reduce((e,t)=>e+t.content,\"\");a.text=e,a.anchor||(a.anchor=n.slugify(e,t.content))}else\"heading_close\"===t.type&&(a&&i.push(a),a=null)}),i}function s(e){if(e&&e.attrs&&e.attrs.length>0){const t=e.attrs.find(e=>!!(Array.isArray(e)&&e.length>=2)&&\"id\"===e[0]);if(t&&Array.isArray(t)&&t.length>=2){const[e,n]=t;return n}}return null}function o(e){return Math.min(...e.map(e=>e.level))}function l(e,t,n,i){const a={level:e,text:t,anchor:n,children:[],parent:i};return i.children.push(a),a}function c(e){const t={level:o(e)-1,anchor:null,text:null,children:[],parent:null};let n=t,i=n;return e.forEach(e=>{if(e.level>i.level)Array.from({length:e.level-i.level}).forEach(t=>{n=i,i=l(e.level,null,null,n)}),i.text=e.text,i.anchor=e.anchor;else if(e.level===i.level)i=l(e.level,e.text,e.anchor,n);else if(e.level<i.level){for(let t=0;t<i.level-e.level;t++)n=n.parent;i=l(e.level,e.text,e.anchor,n)}}),t}function _(e,t,n){return\"<\"+t.listType+\">\"+e.children.map(e=>{let i=\"<li>\",a=e.anchor;t&&t.transformLink&&(a=t.transformLink(a));let r=e.text?t.format(e.text,n,a):null;return i+=a?`<a href=\"#${a}\">${r}</a>`:r||\"\",i+(e.children.length>0?_(e,t,n):\"\")+\"</li>\"}).join(\"\")+\"</\"+t.listType+\">\"}e.exports=function(e,t){const n=Object.assign({},a,t),i=n.markerPattern;let s;function o(e,t){let n,a;if(91!==e.src.charCodeAt(e.pos))return!1;if(t)return!1;if(a=i.exec(e.src.substr(e.pos)),a=a?a.filter((function(e){return e})):[],a.length<1)return!1;n=e.push(\"toc_open\",\"toc\",1),n.markup=\"[[toc]]\",n=e.push(\"toc_body\",\"\",0),n=e.push(\"toc_close\",\"toc\",-1);var r=e.src.indexOf(\"\\n\",e.pos);return e.pos=-1!==r?r:e.pos+e.posMax+1,!0}e.renderer.rules.toc_open=function(e,t){var i='<div class=\"'+n.containerClass+'\">';return n.containerHeaderHtml&&(i+=n.containerHeaderHtml),i},e.renderer.rules.toc_close=function(e,t){var i=\"\";return n.containerFooterHtml&&(i=n.containerFooterHtml),i+\"</div>\"},e.renderer.rules.toc_body=function(t,i){if(n.forceFullToc)throw\"forceFullToc was removed in version 0.5.0. For more information, see https://github.com/Oktavilla/markdown-it-table-of-contents/pull/41\";{const t=r(n.includeLevel,s.tokens,n),i=c(t),a=_(i,n,e);return a}},e.core.ruler.push(\"grab_state\",(function(e){s=e})),e.inline.ruler.after(\"emphasis\",\"toc\",o)}},\"767a\":function(e,t){function n(e){const t={className:\"variable\",begin:/\\$[\\w\\d#@][\\w\\d_]*/,relevance:0},n={className:\"variable\",begin:/<(?!\\/)/,end:/>/};return{name:\"Packet Filter config\",aliases:[\"pf.conf\"],keywords:{$pattern:/[a-z0-9_<>-]+/,built_in:\"block match pass load anchor|5 antispoof|10 set table\",keyword:\"in out log quick on rdomain inet inet6 proto from port os to route allow-opts divert-packet divert-reply divert-to flags group icmp-type icmp6-type label once probability recieved-on rtable prio queue tos tag tagged user keep fragment for os drop af-to|10 binat-to|10 nat-to|10 rdr-to|10 bitmask least-stats random round-robin source-hash static-port dup-to reply-to route-to parent bandwidth default min max qlimit block-policy debug fingerprints hostid limit loginterface optimization reassemble ruleset-optimization basic none profile skip state-defaults state-policy timeout const counters persist no modulate synproxy state|5 floating if-bound no-sync pflow|10 sloppy source-track global rule max-src-nodes max-src-states max-src-conn max-src-conn-rate overload flush scrub|5 max-mss min-ttl no-df|10 random-id\",literal:\"all any no-route self urpf-failed egress|5 unknown\"},contains:[e.HASH_COMMENT_MODE,e.NUMBER_MODE,e.QUOTE_STRING_MODE,t,n]}}e.exports=n},7696:function(e,t,n){\"use strict\";var i=n(\"4883\"),a=[[\"table\",n(\"80d3\"),[\"paragraph\",\"reference\"]],[\"code\",n(\"9c12\")],[\"fence\",n(\"bf2b\"),[\"paragraph\",\"reference\",\"blockquote\",\"list\"]],[\"blockquote\",n(\"e80e\"),[\"paragraph\",\"reference\",\"blockquote\",\"list\"]],[\"hr\",n(\"fdfe\"),[\"paragraph\",\"reference\",\"blockquote\",\"list\"]],[\"list\",n(\"4b3e\"),[\"paragraph\",\"reference\",\"blockquote\"]],[\"reference\",n(\"d670\")],[\"html_block\",n(\"5fbd\"),[\"paragraph\",\"reference\",\"blockquote\"]],[\"heading\",n(\"0758\"),[\"paragraph\",\"reference\",\"blockquote\"]],[\"lheading\",n(\"199e5\")],[\"paragraph\",n(\"44a8\")]];function r(){this.ruler=new i;for(var e=0;e<a.length;e++)this.ruler.push(a[e][0],a[e][1],{alt:(a[e][2]||[]).slice()})}r.prototype.tokenize=function(e,t,n){var i,a,r=this.ruler.getRules(\"\"),s=r.length,o=t,l=!1,c=e.md.options.maxNesting;while(o<n){if(e.line=o=e.skipEmptyLines(o),o>=n)break;if(e.sCount[o]<e.blkIndent)break;if(e.level>=c){e.line=n;break}for(a=0;a<s;a++)if(i=r[a](e,o,n,!1),i)break;e.tight=!l,e.isEmpty(e.line-1)&&(l=!0),o=e.line,o<n&&e.isEmpty(o)&&(l=!0,o++,e.line=o)}},r.prototype.parse=function(e,t,n,i){var a;e&&(a=new this.State(e,t,n,i),this.tokenize(a,a.line,a.lineMax))},r.prototype.State=n(\"834f\"),e.exports=r},7727:function(e,t){function n(e){const t=e.regex,n=\"[a-zA-Z_][a-zA-Z0-9_.]*(!|\\\\?)?\",i=\"[a-zA-Z_]\\\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\]=?\",a=[\"after\",\"alias\",\"and\",\"case\",\"catch\",\"cond\",\"defstruct\",\"defguard\",\"do\",\"else\",\"end\",\"fn\",\"for\",\"if\",\"import\",\"in\",\"not\",\"or\",\"quote\",\"raise\",\"receive\",\"require\",\"reraise\",\"rescue\",\"try\",\"unless\",\"unquote\",\"unquote_splicing\",\"use\",\"when\",\"with|0\"],r=[\"false\",\"nil\",\"true\"],s={$pattern:n,keyword:a,literal:r},o={className:\"subst\",begin:/#\\{/,end:/\\}/,keywords:s},l={className:\"number\",begin:\"(\\\\b0o[0-7_]+)|(\\\\b0b[01_]+)|(\\\\b0x[0-9a-fA-F_]+)|(-?\\\\b[0-9][0-9_]*(\\\\.[0-9_]+([eE][-+]?[0-9]+)?)?)\",relevance:0},c=/\\\\[\\s\\S]/,_={match:c,scope:\"char.escape\",relevance:0},d=\"[/|([{<\\\"']\",u=[{begin:/\"/,end:/\"/},{begin:/'/,end:/'/},{begin:/\\//,end:/\\//},{begin:/\\|/,end:/\\|/},{begin:/\\(/,end:/\\)/},{begin:/\\[/,end:/\\]/},{begin:/\\{/,end:/\\}/},{begin:/</,end:/>/}],p=e=>({scope:\"char.escape\",begin:t.concat(/\\\\/,e),relevance:0}),m={className:\"string\",begin:\"~[a-z](?=\"+d+\")\",contains:u.map(t=>e.inherit(t,{contains:[p(t.end),_,o]}))},g={className:\"string\",begin:\"~[A-Z](?=\"+d+\")\",contains:u.map(t=>e.inherit(t,{contains:[p(t.end)]}))},h={className:\"regex\",variants:[{begin:\"~r(?=\"+d+\")\",contains:u.map(n=>e.inherit(n,{end:t.concat(n.end,/[uismxfU]{0,7}/),contains:[p(n.end),_,o]}))},{begin:\"~R(?=\"+d+\")\",contains:u.map(n=>e.inherit(n,{end:t.concat(n.end,/[uismxfU]{0,7}/),contains:[p(n.end)]}))}]},E={className:\"string\",contains:[e.BACKSLASH_ESCAPE,o],variants:[{begin:/\"\"\"/,end:/\"\"\"/},{begin:/'''/,end:/'''/},{begin:/~S\"\"\"/,end:/\"\"\"/,contains:[]},{begin:/~S\"/,end:/\"/,contains:[]},{begin:/~S'''/,end:/'''/,contains:[]},{begin:/~S'/,end:/'/,contains:[]},{begin:/'/,end:/'/},{begin:/\"/,end:/\"/}]},S={className:\"function\",beginKeywords:\"def defp defmacro defmacrop\",end:/\\B\\b/,contains:[e.inherit(e.TITLE_MODE,{begin:n,endsParent:!0})]},b=e.inherit(S,{className:\"class\",beginKeywords:\"defimpl defmodule defprotocol defrecord\",end:/\\bdo\\b|$|;/}),f=[E,h,g,m,e.HASH_COMMENT_MODE,b,S,{begin:\"::\"},{className:\"symbol\",begin:\":(?![\\\\s:])\",contains:[E,{begin:i}],relevance:0},{className:\"symbol\",begin:n+\":(?!:)\",relevance:0},{className:\"title.class\",begin:/(\\b[A-Z][a-zA-Z0-9_]+)/,relevance:0},l,{className:\"variable\",begin:\"(\\\\$\\\\W)|((\\\\$|@@?)(\\\\w+))\"}];return o.contains=f,{name:\"Elixir\",aliases:[\"ex\",\"exs\"],keywords:s,contains:f}}e.exports=n},7781:function(e,t){function n(e){const t=e.regex,n=[\"div\",\"mod\",\"in\",\"and\",\"or\",\"not\",\"xor\",\"asserterror\",\"begin\",\"case\",\"do\",\"downto\",\"else\",\"end\",\"exit\",\"for\",\"local\",\"if\",\"of\",\"repeat\",\"then\",\"to\",\"until\",\"while\",\"with\",\"var\"],i=\"false true\",a=[e.C_LINE_COMMENT_MODE,e.COMMENT(/\\{/,/\\}/,{relevance:0}),e.COMMENT(/\\(\\*/,/\\*\\)/,{relevance:10})],r={className:\"string\",begin:/'/,end:/'/,contains:[{begin:/''/}]},s={className:\"string\",begin:/(#\\d+)+/},o={className:\"number\",begin:\"\\\\b\\\\d+(\\\\.\\\\d+)?(DT|D|T)\",relevance:0},l={className:\"string\",begin:'\"',end:'\"'},c={match:[/procedure/,/\\s+/,/[a-zA-Z_][\\w@]*/,/\\s*/],scope:{1:\"keyword\",3:\"title.function\"},contains:[{className:\"params\",begin:/\\(/,end:/\\)/,keywords:n,contains:[r,s,e.NUMBER_MODE]},...a]},_=[\"Table\",\"Form\",\"Report\",\"Dataport\",\"Codeunit\",\"XMLport\",\"MenuSuite\",\"Page\",\"Query\"],d={match:[/OBJECT/,/\\s+/,t.either(..._),/\\s+/,/\\d+/,/\\s+(?=[^\\s])/,/.*/,/$/],relevance:3,scope:{1:\"keyword\",3:\"type\",5:\"number\",7:\"title\"}},u={match:/[\\w]+(?=\\=)/,scope:\"attribute\",relevance:0};return{name:\"C/AL\",case_insensitive:!0,keywords:{keyword:n,literal:i},illegal:/\\/\\*/,contains:[u,r,s,o,l,e.NUMBER_MODE,d,c]}}e.exports=n},7888:function(e,t,n){var i=n(\"b3ce\"),a=n(\"1349\");function r(t,n,i){\"string\"===typeof t&&(t=[t]),\"number\"===typeof n&&(n={numArgs:n});for(var a={numArgs:n.numArgs,argTypes:n.argTypes,greediness:void 0===n.greediness?1:n.greediness,allowedInText:!!n.allowedInText,numOptionalArgs:n.numOptionalArgs||0,handler:i},r=0;r<t.length;++r)e.exports[t[r]]=a}r(\"\\\\sqrt\",{numArgs:1,numOptionalArgs:1},(function(e,t){var n=t[0],i=t[1];return{type:\"sqrt\",body:i,index:n}})),r(\"\\\\text\",{numArgs:1,argTypes:[\"text\"],greediness:2},(function(e,t){var n,i=t[0];return n=\"ordgroup\"===i.type?i.value:[i],{type:\"text\",body:n}})),r(\"\\\\color\",{numArgs:2,allowedInText:!0,greediness:3,argTypes:[\"color\",\"original\"]},(function(e,t){var n,i=t[0],a=t[1];return n=\"ordgroup\"===a.type?a.value:[a],{type:\"color\",color:i.value,value:n}})),r(\"\\\\overline\",{numArgs:1},(function(e,t){var n=t[0];return{type:\"overline\",body:n}})),r(\"\\\\underline\",{numArgs:1},(function(e,t){var n=t[0];return{type:\"underline\",body:n}})),r(\"\\\\rule\",{numArgs:2,numOptionalArgs:1,argTypes:[\"size\",\"size\",\"size\"]},(function(e,t){var n=t[0],i=t[1],a=t[2];return{type:\"rule\",shift:n&&n.value,width:i.value,height:a.value}})),r(\"\\\\KaTeX\",{numArgs:0},(function(e){return{type:\"katex\"}})),r(\"\\\\phantom\",{numArgs:1},(function(e,t){var n,i=t[0];return n=\"ordgroup\"===i.type?i.value:[i],{type:\"phantom\",value:n}}));var s={\"\\\\bigl\":{type:\"open\",size:1},\"\\\\Bigl\":{type:\"open\",size:2},\"\\\\biggl\":{type:\"open\",size:3},\"\\\\Biggl\":{type:\"open\",size:4},\"\\\\bigr\":{type:\"close\",size:1},\"\\\\Bigr\":{type:\"close\",size:2},\"\\\\biggr\":{type:\"close\",size:3},\"\\\\Biggr\":{type:\"close\",size:4},\"\\\\bigm\":{type:\"rel\",size:1},\"\\\\Bigm\":{type:\"rel\",size:2},\"\\\\biggm\":{type:\"rel\",size:3},\"\\\\Biggm\":{type:\"rel\",size:4},\"\\\\big\":{type:\"textord\",size:1},\"\\\\Big\":{type:\"textord\",size:2},\"\\\\bigg\":{type:\"textord\",size:3},\"\\\\Bigg\":{type:\"textord\",size:4}},o=[\"(\",\")\",\"[\",\"\\\\lbrack\",\"]\",\"\\\\rbrack\",\"\\\\{\",\"\\\\lbrace\",\"\\\\}\",\"\\\\rbrace\",\"\\\\lfloor\",\"\\\\rfloor\",\"\\\\lceil\",\"\\\\rceil\",\"<\",\">\",\"\\\\langle\",\"\\\\rangle\",\"\\\\lt\",\"\\\\gt\",\"\\\\lvert\",\"\\\\rvert\",\"\\\\lVert\",\"\\\\rVert\",\"\\\\lgroup\",\"\\\\rgroup\",\"\\\\lmoustache\",\"\\\\rmoustache\",\"/\",\"\\\\backslash\",\"|\",\"\\\\vert\",\"\\\\|\",\"\\\\Vert\",\"\\\\uparrow\",\"\\\\Uparrow\",\"\\\\downarrow\",\"\\\\Downarrow\",\"\\\\updownarrow\",\"\\\\Updownarrow\",\".\"],l={\"\\\\Bbb\":\"\\\\mathbb\",\"\\\\bold\":\"\\\\mathbf\",\"\\\\frak\":\"\\\\mathfrak\"};r([\"\\\\blue\",\"\\\\orange\",\"\\\\pink\",\"\\\\red\",\"\\\\green\",\"\\\\gray\",\"\\\\purple\",\"\\\\blueA\",\"\\\\blueB\",\"\\\\blueC\",\"\\\\blueD\",\"\\\\blueE\",\"\\\\tealA\",\"\\\\tealB\",\"\\\\tealC\",\"\\\\tealD\",\"\\\\tealE\",\"\\\\greenA\",\"\\\\greenB\",\"\\\\greenC\",\"\\\\greenD\",\"\\\\greenE\",\"\\\\goldA\",\"\\\\goldB\",\"\\\\goldC\",\"\\\\goldD\",\"\\\\goldE\",\"\\\\redA\",\"\\\\redB\",\"\\\\redC\",\"\\\\redD\",\"\\\\redE\",\"\\\\maroonA\",\"\\\\maroonB\",\"\\\\maroonC\",\"\\\\maroonD\",\"\\\\maroonE\",\"\\\\purpleA\",\"\\\\purpleB\",\"\\\\purpleC\",\"\\\\purpleD\",\"\\\\purpleE\",\"\\\\mintA\",\"\\\\mintB\",\"\\\\mintC\",\"\\\\grayA\",\"\\\\grayB\",\"\\\\grayC\",\"\\\\grayD\",\"\\\\grayE\",\"\\\\grayF\",\"\\\\grayG\",\"\\\\grayH\",\"\\\\grayI\",\"\\\\kaBlue\",\"\\\\kaGreen\"],{numArgs:1,allowedInText:!0,greediness:3},(function(e,t){var n,i=t[0];return n=\"ordgroup\"===i.type?i.value:[i],{type:\"color\",color:\"katex-\"+e.funcName.slice(1),value:n}})),r([\"\\\\arcsin\",\"\\\\arccos\",\"\\\\arctan\",\"\\\\arg\",\"\\\\cos\",\"\\\\cosh\",\"\\\\cot\",\"\\\\coth\",\"\\\\csc\",\"\\\\deg\",\"\\\\dim\",\"\\\\exp\",\"\\\\hom\",\"\\\\ker\",\"\\\\lg\",\"\\\\ln\",\"\\\\log\",\"\\\\sec\",\"\\\\sin\",\"\\\\sinh\",\"\\\\tan\",\"\\\\tanh\"],{numArgs:0},(function(e){return{type:\"op\",limits:!1,symbol:!1,body:e.funcName}})),r([\"\\\\det\",\"\\\\gcd\",\"\\\\inf\",\"\\\\lim\",\"\\\\liminf\",\"\\\\limsup\",\"\\\\max\",\"\\\\min\",\"\\\\Pr\",\"\\\\sup\"],{numArgs:0},(function(e){return{type:\"op\",limits:!0,symbol:!1,body:e.funcName}})),r([\"\\\\int\",\"\\\\iint\",\"\\\\iiint\",\"\\\\oint\"],{numArgs:0},(function(e){return{type:\"op\",limits:!1,symbol:!0,body:e.funcName}})),r([\"\\\\coprod\",\"\\\\bigvee\",\"\\\\bigwedge\",\"\\\\biguplus\",\"\\\\bigcap\",\"\\\\bigcup\",\"\\\\intop\",\"\\\\prod\",\"\\\\sum\",\"\\\\bigotimes\",\"\\\\bigoplus\",\"\\\\bigodot\",\"\\\\bigsqcup\",\"\\\\smallint\"],{numArgs:0},(function(e){return{type:\"op\",limits:!0,symbol:!0,body:e.funcName}})),r([\"\\\\dfrac\",\"\\\\frac\",\"\\\\tfrac\",\"\\\\dbinom\",\"\\\\binom\",\"\\\\tbinom\"],{numArgs:2,greediness:2},(function(e,t){var n,i=t[0],a=t[1],r=null,s=null,o=\"auto\";switch(e.funcName){case\"\\\\dfrac\":case\"\\\\frac\":case\"\\\\tfrac\":n=!0;break;case\"\\\\dbinom\":case\"\\\\binom\":case\"\\\\tbinom\":n=!1,r=\"(\",s=\")\";break;default:throw new Error(\"Unrecognized genfrac command\")}switch(e.funcName){case\"\\\\dfrac\":case\"\\\\dbinom\":o=\"display\";break;case\"\\\\tfrac\":case\"\\\\tbinom\":o=\"text\";break}return{type:\"genfrac\",numer:i,denom:a,hasBarLine:n,leftDelim:r,rightDelim:s,size:o}})),r([\"\\\\llap\",\"\\\\rlap\"],{numArgs:1,allowedInText:!0},(function(e,t){var n=t[0];return{type:e.funcName.slice(1),body:n}})),r([\"\\\\bigl\",\"\\\\Bigl\",\"\\\\biggl\",\"\\\\Biggl\",\"\\\\bigr\",\"\\\\Bigr\",\"\\\\biggr\",\"\\\\Biggr\",\"\\\\bigm\",\"\\\\Bigm\",\"\\\\biggm\",\"\\\\Biggm\",\"\\\\big\",\"\\\\Big\",\"\\\\bigg\",\"\\\\Bigg\",\"\\\\left\",\"\\\\right\"],{numArgs:1},(function(e,t){var n=t[0];if(!i.contains(o,n.value))throw new a(\"Invalid delimiter: '\"+n.value+\"' after '\"+e.funcName+\"'\",e.lexer,e.positions[1]);return\"\\\\left\"===e.funcName||\"\\\\right\"===e.funcName?{type:\"leftright\",value:n.value}:{type:\"delimsizing\",size:s[e.funcName].size,delimType:s[e.funcName].type,value:n.value}})),r([\"\\\\tiny\",\"\\\\scriptsize\",\"\\\\footnotesize\",\"\\\\small\",\"\\\\normalsize\",\"\\\\large\",\"\\\\Large\",\"\\\\LARGE\",\"\\\\huge\",\"\\\\Huge\"],0,null),r([\"\\\\displaystyle\",\"\\\\textstyle\",\"\\\\scriptstyle\",\"\\\\scriptscriptstyle\"],0,null),r([\"\\\\mathrm\",\"\\\\mathit\",\"\\\\mathbf\",\"\\\\mathbb\",\"\\\\mathcal\",\"\\\\mathfrak\",\"\\\\mathscr\",\"\\\\mathsf\",\"\\\\mathtt\",\"\\\\Bbb\",\"\\\\bold\",\"\\\\frak\"],{numArgs:1,greediness:2},(function(e,t){var n=t[0],i=e.funcName;return i in l&&(i=l[i]),{type:\"font\",font:i.slice(1),body:n}})),r([\"\\\\acute\",\"\\\\grave\",\"\\\\ddot\",\"\\\\tilde\",\"\\\\bar\",\"\\\\breve\",\"\\\\check\",\"\\\\hat\",\"\\\\vec\",\"\\\\dot\"],{numArgs:1},(function(e,t){var n=t[0];return{type:\"accent\",accent:e.funcName,base:n}})),r([\"\\\\over\",\"\\\\choose\"],{numArgs:0},(function(e){var t;switch(e.funcName){case\"\\\\over\":t=\"\\\\frac\";break;case\"\\\\choose\":t=\"\\\\binom\";break;default:throw new Error(\"Unrecognized infix genfrac command\")}return{type:\"infix\",replaceWith:t}})),r([\"\\\\\\\\\",\"\\\\cr\"],{numArgs:0,numOptionalArgs:1,argTypes:[\"size\"]},(function(e,t){var n=t[0];return{type:\"cr\",size:n}})),r([\"\\\\begin\",\"\\\\end\"],{numArgs:1,argTypes:[\"text\"]},(function(e,t){var n=t[0];if(\"ordgroup\"!==n.type)throw new a(\"Invalid environment name\",e.lexer,e.positions[1]);for(var i=\"\",r=0;r<n.value.length;++r)i+=n.value[r].value;return{type:\"environment\",name:i,namepos:e.positions[1]}}))},\"78de\":function(e,t,n){\"use strict\";const i=n(\"ae13\"),a=n(\"073f\"),r=n(\"ee3e\");function s(e,t){let n=new i(e,t);e.block.ruler.before(\"fence\",\"video\",r.bind(n),{alt:[\"paragraph\",\"reference\",\"blockquote\",\"list\"]}),e.renderer.rules[\"video\"]=a.bind(n)}e.exports=s},\"7a5e\":function(e,t){function n(e){const t={className:\"variable\",variants:[{begin:\"\\\\$\\\\(\"+e.UNDERSCORE_IDENT_RE+\"\\\\)\",contains:[e.BACKSLASH_ESCAPE]},{begin:/\\$[@%<?\\^\\+\\*]/}]},n={className:\"string\",begin:/\"/,end:/\"/,contains:[e.BACKSLASH_ESCAPE,t]},i={className:\"variable\",begin:/\\$\\([\\w-]+\\s/,end:/\\)/,keywords:{built_in:\"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value\"},contains:[t]},a={begin:\"^\"+e.UNDERSCORE_IDENT_RE+\"\\\\s*(?=[:+?]?=)\"},r={className:\"meta\",begin:/^\\.PHONY:/,end:/$/,keywords:{$pattern:/[\\.\\w]+/,keyword:\".PHONY\"}},s={className:\"section\",begin:/^[^\\s]+:/,end:/$/,contains:[t]};return{name:\"Makefile\",aliases:[\"mk\",\"mak\",\"make\"],keywords:{$pattern:/[\\w-]+/,keyword:\"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath\"},contains:[e.HASH_COMMENT_MODE,t,n,i,a,r,s]}}e.exports=n},\"7ba6\":function(e,t,n){\"use strict\";var i=/\\\\([ \\\\!\"#$%&'()*+,.\\/:;<=>?@[\\]^_`{|}~-])/g;function a(e,t){var n,a,r,s=e.posMax,o=e.pos;if(94!==e.src.charCodeAt(o))return!1;if(t)return!1;if(o+2>=s)return!1;e.pos=o+1;while(e.pos<s){if(94===e.src.charCodeAt(e.pos)){n=!0;break}e.md.inline.skipToken(e)}return n&&o+1!==e.pos?(a=e.src.slice(o+1,e.pos),a.match(/(^|[^\\\\])(\\\\\\\\)*\\s/)?(e.pos=o,!1):(e.posMax=e.pos,e.pos=o+1,r=e.push(\"sup_open\",\"sup\",1),r.markup=\"^\",r=e.push(\"text\",\"\",0),r.content=a.replace(i,\"$1\"),r=e.push(\"sup_close\",\"sup\",-1),r.markup=\"^\",e.pos=e.posMax+1,e.posMax=s,!0)):(e.pos=o,!1)}e.exports=function(e){e.inline.ruler.after(\"emphasis\",\"sup\",a)}},\"7bc1\":function(e,t){function n(e){const t=e.regex,n=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),i={className:\"params\",begin:/\\(/,end:/\\)/,contains:[\"self\",e.C_NUMBER_MODE,n]},a=e.COMMENT(/--/,/$/),r=e.COMMENT(/\\(\\*/,/\\*\\)/,{contains:[\"self\",a]}),s=[a,r,e.HASH_COMMENT_MODE],o=[/apart from/,/aside from/,/instead of/,/out of/,/greater than/,/isn't|(doesn't|does not) (equal|come before|come after|contain)/,/(greater|less) than( or equal)?/,/(starts?|ends|begins?) with/,/contained by/,/comes (before|after)/,/a (ref|reference)/,/POSIX (file|path)/,/(date|time) string/,/quoted form/],l=[/clipboard info/,/the clipboard/,/info for/,/list (disks|folder)/,/mount volume/,/path to/,/(close|open for) access/,/(get|set) eof/,/current date/,/do shell script/,/get volume settings/,/random number/,/set volume/,/system attribute/,/system info/,/time to GMT/,/(load|run|store) script/,/scripting components/,/ASCII (character|number)/,/localized string/,/choose (application|color|file|file name|folder|from list|remote application|URL)/,/display (alert|dialog)/];return{name:\"AppleScript\",aliases:[\"osascript\"],keywords:{keyword:\"about above after against and around as at back before beginning behind below beneath beside between but by considering contain contains continue copy div does eighth else end equal equals error every exit fifth first for fourth from front get given global if ignoring in into is it its last local me middle mod my ninth not of on onto or over prop property put ref reference repeat returning script second set seventh since sixth some tell tenth that the|0 then third through thru timeout times to transaction try until where while whose with without\",literal:\"AppleScript false linefeed return pi quote result space tab true\",built_in:\"alias application boolean class constant date file integer list number real record string text activate beep count delay launch log offset read round run say summarize write character characters contents day frontmost id item length month name|0 paragraph paragraphs rest reverse running time version weekday word words year\"},contains:[n,e.C_NUMBER_MODE,{className:\"built_in\",begin:t.concat(/\\b/,t.either(...l),/\\b/)},{className:\"built_in\",begin:/^\\s*return\\b/},{className:\"literal\",begin:/\\b(text item delimiters|current application|missing value)\\b/},{className:\"keyword\",begin:t.concat(/\\b/,t.either(...o),/\\b/)},{beginKeywords:\"on\",illegal:/[${=;\\n]/,contains:[e.UNDERSCORE_TITLE_MODE,i]},...s],illegal:/\\/\\/|->|=>|\\[\\[/}}e.exports=n},\"7c30\":function(e,t){function n(e){const t=e.regex,n=/([-a-zA-Z$._][\\w$.-]*)/,i={className:\"type\",begin:/\\bi\\d+(?=\\s|\\b)/},a={className:\"operator\",relevance:0,begin:/=/},r={className:\"punctuation\",relevance:0,begin:/,/},s={className:\"number\",variants:[{begin:/[su]?0[xX][KMLHR]?[a-fA-F0-9]+/},{begin:/[-+]?\\d+(?:[.]\\d+)?(?:[eE][-+]?\\d+(?:[.]\\d+)?)?/}],relevance:0},o={className:\"symbol\",variants:[{begin:/^\\s*[a-z]+:/}],relevance:0},l={className:\"variable\",variants:[{begin:t.concat(/%/,n)},{begin:/%\\d+/},{begin:/#\\d+/}]},c={className:\"title\",variants:[{begin:t.concat(/@/,n)},{begin:/@\\d+/},{begin:t.concat(/!/,n)},{begin:t.concat(/!\\d+/,n)},{begin:/!\\d+/}]};return{name:\"LLVM IR\",keywords:\"begin end true false declare define global constant private linker_private internal available_externally linkonce linkonce_odr weak weak_odr appending dllimport dllexport common default hidden protected extern_weak external thread_local zeroinitializer undef null to tail target triple datalayout volatile nuw nsw nnan ninf nsz arcp fast exact inbounds align addrspace section alias module asm sideeffect gc dbg linker_private_weak attributes blockaddress initialexec localdynamic localexec prefix unnamed_addr ccc fastcc coldcc x86_stdcallcc x86_fastcallcc arm_apcscc arm_aapcscc arm_aapcs_vfpcc ptx_device ptx_kernel intel_ocl_bicc msp430_intrcc spir_func spir_kernel x86_64_sysvcc x86_64_win64cc x86_thiscallcc cc c signext zeroext inreg sret nounwind noreturn noalias nocapture byval nest readnone readonly inlinehint noinline alwaysinline optsize ssp sspreq noredzone noimplicitfloat naked builtin cold nobuiltin noduplicate nonlazybind optnone returns_twice sanitize_address sanitize_memory sanitize_thread sspstrong uwtable returned type opaque eq ne slt sgt sle sge ult ugt ule uge oeq one olt ogt ole oge ord uno ueq une x acq_rel acquire alignstack atomic catch cleanup filter inteldialect max min monotonic nand personality release seq_cst singlethread umax umin unordered xchg add fadd sub fsub mul fmul udiv sdiv fdiv urem srem frem shl lshr ashr and or xor icmp fcmp phi call trunc zext sext fptrunc fpext uitofp sitofp fptoui fptosi inttoptr ptrtoint bitcast addrspacecast select va_arg ret br switch invoke unwind unreachable indirectbr landingpad resume malloc alloca free load store getelementptr extractelement insertelement shufflevector getresult extractvalue insertvalue atomicrmw cmpxchg fence argmemonly double\",contains:[i,e.COMMENT(/;\\s*$/,null,{relevance:0}),e.COMMENT(/;/,/$/),{className:\"string\",begin:/\"/,end:/\"/,contains:[{className:\"char.escape\",match:/\\\\\\d\\d/}]},c,r,a,l,o,s]}}e.exports=n},\"7c37\":function(e,t,n){var i=n(\"605d\");e.exports=function(e){try{if(i)return Function('return require(\"'+e+'\")')()}catch(t){}}},\"7c46\":function(e,t){function n(e){const t={className:\"subst\",variants:[{begin:\"\\\\$[A-Za-z0-9_]+\"}]},n={className:\"subst\",variants:[{begin:/\\$\\{/,end:/\\}/}],keywords:\"true false null this is new super\"},i={className:\"string\",variants:[{begin:\"r'''\",end:\"'''\"},{begin:'r\"\"\"',end:'\"\"\"'},{begin:\"r'\",end:\"'\",illegal:\"\\\\n\"},{begin:'r\"',end:'\"',illegal:\"\\\\n\"},{begin:\"'''\",end:\"'''\",contains:[e.BACKSLASH_ESCAPE,t,n]},{begin:'\"\"\"',end:'\"\"\"',contains:[e.BACKSLASH_ESCAPE,t,n]},{begin:\"'\",end:\"'\",illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE,t,n]},{begin:'\"',end:'\"',illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE,t,n]}]};n.contains=[e.C_NUMBER_MODE,i];const a=[\"Comparable\",\"DateTime\",\"Duration\",\"Function\",\"Iterable\",\"Iterator\",\"List\",\"Map\",\"Match\",\"Object\",\"Pattern\",\"RegExp\",\"Set\",\"Stopwatch\",\"String\",\"StringBuffer\",\"StringSink\",\"Symbol\",\"Type\",\"Uri\",\"bool\",\"double\",\"int\",\"num\",\"Element\",\"ElementList\"],r=a.map(e=>e+\"?\"),s=[\"abstract\",\"as\",\"assert\",\"async\",\"await\",\"break\",\"case\",\"catch\",\"class\",\"const\",\"continue\",\"covariant\",\"default\",\"deferred\",\"do\",\"dynamic\",\"else\",\"enum\",\"export\",\"extends\",\"extension\",\"external\",\"factory\",\"false\",\"final\",\"finally\",\"for\",\"Function\",\"get\",\"hide\",\"if\",\"implements\",\"import\",\"in\",\"inferface\",\"is\",\"late\",\"library\",\"mixin\",\"new\",\"null\",\"on\",\"operator\",\"part\",\"required\",\"rethrow\",\"return\",\"set\",\"show\",\"static\",\"super\",\"switch\",\"sync\",\"this\",\"throw\",\"true\",\"try\",\"typedef\",\"var\",\"void\",\"while\",\"with\",\"yield\"],o={keyword:s,built_in:a.concat(r).concat([\"Never\",\"Null\",\"dynamic\",\"print\",\"document\",\"querySelector\",\"querySelectorAll\",\"window\"]),$pattern:/[A-Za-z][A-Za-z0-9_]*\\??/};return{name:\"Dart\",keywords:o,contains:[i,e.COMMENT(/\\/\\*\\*(?!\\/)/,/\\*\\//,{subLanguage:\"markdown\",relevance:0}),e.COMMENT(/\\/{3,} ?/,/$/,{contains:[{subLanguage:\"markdown\",begin:\".\",end:\"$\",relevance:0}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:\"class\",beginKeywords:\"class interface\",end:/\\{/,excludeEnd:!0,contains:[{beginKeywords:\"extends implements\"},e.UNDERSCORE_TITLE_MODE]},e.C_NUMBER_MODE,{className:\"meta\",begin:\"@[A-Za-z]+\"},{begin:\"=>\"}]}}e.exports=n},\"7c71\":function(e,t){function n(e){const t=\"Int Float String Bool Dynamic Void Array \";return{name:\"Haxe\",aliases:[\"hx\"],keywords:{keyword:\"break case cast catch continue default do dynamic else enum extern for function here if import in inline never new override package private get set public return static super switch this throw trace try typedef untyped using var while \"+t,built_in:\"trace this\",literal:\"true false null _\"},contains:[{className:\"string\",begin:\"'\",end:\"'\",contains:[e.BACKSLASH_ESCAPE,{className:\"subst\",begin:\"\\\\$\\\\{\",end:\"\\\\}\"},{className:\"subst\",begin:\"\\\\$\",end:/\\W\\}/}]},e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:\"meta\",begin:\"@:\",end:\"$\"},{className:\"meta\",begin:\"#\",end:\"$\",keywords:{keyword:\"if else elseif end error\"}},{className:\"type\",begin:\":[ \\t]*\",end:\"[^A-Za-z0-9_ \\t\\\\->]\",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:\"type\",begin:\":[ \\t]*\",end:\"\\\\W\",excludeBegin:!0,excludeEnd:!0},{className:\"type\",begin:\"new *\",end:\"\\\\W\",excludeBegin:!0,excludeEnd:!0},{className:\"class\",beginKeywords:\"enum\",end:\"\\\\{\",contains:[e.TITLE_MODE]},{className:\"class\",beginKeywords:\"abstract\",end:\"[\\\\{$]\",contains:[{className:\"type\",begin:\"\\\\(\",end:\"\\\\)\",excludeBegin:!0,excludeEnd:!0},{className:\"type\",begin:\"from +\",end:\"\\\\W\",excludeBegin:!0,excludeEnd:!0},{className:\"type\",begin:\"to +\",end:\"\\\\W\",excludeBegin:!0,excludeEnd:!0},e.TITLE_MODE],keywords:{keyword:\"abstract from to\"}},{className:\"class\",begin:\"\\\\b(class|interface) +\",end:\"[\\\\{$]\",excludeEnd:!0,keywords:\"class interface\",contains:[{className:\"keyword\",begin:\"\\\\b(extends|implements) +\",keywords:\"extends implements\",contains:[{className:\"type\",begin:e.IDENT_RE,relevance:0}]},e.TITLE_MODE]},{className:\"function\",beginKeywords:\"function\",end:\"\\\\(\",excludeEnd:!0,illegal:\"\\\\S\",contains:[e.TITLE_MODE]}],illegal:/<\\//}}e.exports=n},\"7ca0\":function(e,t){e.exports=/[!-#%-\\*,-\\/:;\\?@\\[-\\]_\\{\\}\\xA1\\xA7\\xAB\\xB6\\xB7\\xBB\\xBF\\u037E\\u0387\\u055A-\\u055F\\u0589\\u058A\\u05BE\\u05C0\\u05C3\\u05C6\\u05F3\\u05F4\\u0609\\u060A\\u060C\\u060D\\u061B\\u061E\\u061F\\u066A-\\u066D\\u06D4\\u0700-\\u070D\\u07F7-\\u07F9\\u0830-\\u083E\\u085E\\u0964\\u0965\\u0970\\u09FD\\u0A76\\u0AF0\\u0C84\\u0DF4\\u0E4F\\u0E5A\\u0E5B\\u0F04-\\u0F12\\u0F14\\u0F3A-\\u0F3D\\u0F85\\u0FD0-\\u0FD4\\u0FD9\\u0FDA\\u104A-\\u104F\\u10FB\\u1360-\\u1368\\u1400\\u166D\\u166E\\u169B\\u169C\\u16EB-\\u16ED\\u1735\\u1736\\u17D4-\\u17D6\\u17D8-\\u17DA\\u1800-\\u180A\\u1944\\u1945\\u1A1E\\u1A1F\\u1AA0-\\u1AA6\\u1AA8-\\u1AAD\\u1B5A-\\u1B60\\u1BFC-\\u1BFF\\u1C3B-\\u1C3F\\u1C7E\\u1C7F\\u1CC0-\\u1CC7\\u1CD3\\u2010-\\u2027\\u2030-\\u2043\\u2045-\\u2051\\u2053-\\u205E\\u207D\\u207E\\u208D\\u208E\\u2308-\\u230B\\u2329\\u232A\\u2768-\\u2775\\u27C5\\u27C6\\u27E6-\\u27EF\\u2983-\\u2998\\u29D8-\\u29DB\\u29FC\\u29FD\\u2CF9-\\u2CFC\\u2CFE\\u2CFF\\u2D70\\u2E00-\\u2E2E\\u2E30-\\u2E4E\\u3001-\\u3003\\u3008-\\u3011\\u3014-\\u301F\\u3030\\u303D\\u30A0\\u30FB\\uA4FE\\uA4FF\\uA60D-\\uA60F\\uA673\\uA67E\\uA6F2-\\uA6F7\\uA874-\\uA877\\uA8CE\\uA8CF\\uA8F8-\\uA8FA\\uA8FC\\uA92E\\uA92F\\uA95F\\uA9C1-\\uA9CD\\uA9DE\\uA9DF\\uAA5C-\\uAA5F\\uAADE\\uAADF\\uAAF0\\uAAF1\\uABEB\\uFD3E\\uFD3F\\uFE10-\\uFE19\\uFE30-\\uFE52\\uFE54-\\uFE61\\uFE63\\uFE68\\uFE6A\\uFE6B\\uFF01-\\uFF03\\uFF05-\\uFF0A\\uFF0C-\\uFF0F\\uFF1A\\uFF1B\\uFF1F\\uFF20\\uFF3B-\\uFF3D\\uFF3F\\uFF5B\\uFF5D\\uFF5F-\\uFF65]|\\uD800[\\uDD00-\\uDD02\\uDF9F\\uDFD0]|\\uD801\\uDD6F|\\uD802[\\uDC57\\uDD1F\\uDD3F\\uDE50-\\uDE58\\uDE7F\\uDEF0-\\uDEF6\\uDF39-\\uDF3F\\uDF99-\\uDF9C]|\\uD803[\\uDF55-\\uDF59]|\\uD804[\\uDC47-\\uDC4D\\uDCBB\\uDCBC\\uDCBE-\\uDCC1\\uDD40-\\uDD43\\uDD74\\uDD75\\uDDC5-\\uDDC8\\uDDCD\\uDDDB\\uDDDD-\\uDDDF\\uDE38-\\uDE3D\\uDEA9]|\\uD805[\\uDC4B-\\uDC4F\\uDC5B\\uDC5D\\uDCC6\\uDDC1-\\uDDD7\\uDE41-\\uDE43\\uDE60-\\uDE6C\\uDF3C-\\uDF3E]|\\uD806[\\uDC3B\\uDE3F-\\uDE46\\uDE9A-\\uDE9C\\uDE9E-\\uDEA2]|\\uD807[\\uDC41-\\uDC45\\uDC70\\uDC71\\uDEF7\\uDEF8]|\\uD809[\\uDC70-\\uDC74]|\\uD81A[\\uDE6E\\uDE6F\\uDEF5\\uDF37-\\uDF3B\\uDF44]|\\uD81B[\\uDE97-\\uDE9A]|\\uD82F\\uDC9F|\\uD836[\\uDE87-\\uDE8B]|\\uD83A[\\uDD5E\\uDD5F]/},\"7cc2\":function(e,t,n){\"use strict\";var i=n(\"0068\").assign,a=n(\"0068\").unescapeAll,r=n(\"0068\").escapeHtml,s={};function o(){this.rules=i({},s)}s.code_inline=function(e,t,n,i,a){var s=e[t];return\"<code\"+a.renderAttrs(s)+\">\"+r(e[t].content)+\"</code>\"},s.code_block=function(e,t,n,i,a){var s=e[t];return\"<pre\"+a.renderAttrs(s)+\"><code>\"+r(e[t].content)+\"</code></pre>\\n\"},s.fence=function(e,t,n,i,s){var o,l,c,_,d,u=e[t],p=u.info?a(u.info).trim():\"\",m=\"\",g=\"\";return p&&(c=p.split(/(\\s+)/g),m=c[0],g=c.slice(2).join(\"\")),o=n.highlight&&n.highlight(u.content,m,g)||r(u.content),0===o.indexOf(\"<pre\")?o+\"\\n\":p?(l=u.attrIndex(\"class\"),_=u.attrs?u.attrs.slice():[],l<0?_.push([\"class\",n.langPrefix+m]):(_[l]=_[l].slice(),_[l][1]+=\" \"+n.langPrefix+m),d={attrs:_},\"<pre><code\"+s.renderAttrs(d)+\">\"+o+\"</code></pre>\\n\"):\"<pre><code\"+s.renderAttrs(u)+\">\"+o+\"</code></pre>\\n\"},s.image=function(e,t,n,i,a){var r=e[t];return r.attrs[r.attrIndex(\"alt\")][1]=a.renderInlineAsText(r.children,n,i),a.renderToken(e,t,n)},s.hardbreak=function(e,t,n){return n.xhtmlOut?\"<br />\\n\":\"<br>\\n\"},s.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?\"<br />\\n\":\"<br>\\n\":\"\\n\"},s.text=function(e,t){return r(e[t].content)},s.html_block=function(e,t){return e[t].content},s.html_inline=function(e,t){return e[t].content},o.prototype.renderAttrs=function(e){var t,n,i;if(!e.attrs)return\"\";for(i=\"\",t=0,n=e.attrs.length;t<n;t++)i+=\" \"+r(e.attrs[t][0])+'=\"'+r(e.attrs[t][1])+'\"';return i},o.prototype.renderToken=function(e,t,n){var i,a=\"\",r=!1,s=e[t];return s.hidden?\"\":(s.block&&-1!==s.nesting&&t&&e[t-1].hidden&&(a+=\"\\n\"),a+=(-1===s.nesting?\"</\":\"<\")+s.tag,a+=this.renderAttrs(s),0===s.nesting&&n.xhtmlOut&&(a+=\" /\"),s.block&&(r=!0,1===s.nesting&&t+1<e.length&&(i=e[t+1],(\"inline\"===i.type||i.hidden||-1===i.nesting&&i.tag===s.tag)&&(r=!1))),a+=r?\">\\n\":\">\",a)},o.prototype.renderInline=function(e,t,n){for(var i,a=\"\",r=this.rules,s=0,o=e.length;s<o;s++)i=e[s].type,\"undefined\"!==typeof r[i]?a+=r[i](e,s,t,n,this):a+=this.renderToken(e,s,t);return a},o.prototype.renderInlineAsText=function(e,t,n){for(var i=\"\",a=0,r=e.length;a<r;a++)\"text\"===e[a].type?i+=e[a].content:\"image\"===e[a].type?i+=this.renderInlineAsText(e[a].children,t,n):\"softbreak\"===e[a].type&&(i+=\"\\n\");return i},o.prototype.render=function(e,t,n){var i,a,r,s=\"\",o=this.rules;for(i=0,a=e.length;i<a;i++)r=e[i].type,\"inline\"===r?s+=this.renderInline(e[i].children,t,n):\"undefined\"!==typeof o[r]?s+=o[e[i].type](e,i,t,n,this):s+=this.renderToken(e,i,t,n);return s},e.exports=o},\"7cff\":function(e,t){function n(e){const t=e.COMMENT(/^\\s*@?rem\\b/,/$/,{relevance:10}),n={className:\"symbol\",begin:\"^\\\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\\\s+label)\",relevance:0},i=[\"if\",\"else\",\"goto\",\"for\",\"in\",\"do\",\"call\",\"exit\",\"not\",\"exist\",\"errorlevel\",\"defined\",\"equ\",\"neq\",\"lss\",\"leq\",\"gtr\",\"geq\"],a=[\"prn\",\"nul\",\"lpt3\",\"lpt2\",\"lpt1\",\"con\",\"com4\",\"com3\",\"com2\",\"com1\",\"aux\",\"shift\",\"cd\",\"dir\",\"echo\",\"setlocal\",\"endlocal\",\"set\",\"pause\",\"copy\",\"append\",\"assoc\",\"at\",\"attrib\",\"break\",\"cacls\",\"cd\",\"chcp\",\"chdir\",\"chkdsk\",\"chkntfs\",\"cls\",\"cmd\",\"color\",\"comp\",\"compact\",\"convert\",\"date\",\"dir\",\"diskcomp\",\"diskcopy\",\"doskey\",\"erase\",\"fs\",\"find\",\"findstr\",\"format\",\"ftype\",\"graftabl\",\"help\",\"keyb\",\"label\",\"md\",\"mkdir\",\"mode\",\"more\",\"move\",\"path\",\"pause\",\"print\",\"popd\",\"pushd\",\"promt\",\"rd\",\"recover\",\"rem\",\"rename\",\"replace\",\"restore\",\"rmdir\",\"shift\",\"sort\",\"start\",\"subst\",\"time\",\"title\",\"tree\",\"type\",\"ver\",\"verify\",\"vol\",\"ping\",\"net\",\"ipconfig\",\"taskkill\",\"xcopy\",\"ren\",\"del\"];return{name:\"Batch file (DOS)\",aliases:[\"bat\",\"cmd\"],case_insensitive:!0,illegal:/\\/\\*/,keywords:{keyword:i,built_in:a},contains:[{className:\"variable\",begin:/%%[^ ]|%[^ ]+?%|![^ ]+?!/},{className:\"function\",begin:n.begin,end:\"goto:eof\",contains:[e.inherit(e.TITLE_MODE,{begin:\"([_a-zA-Z]\\\\w*\\\\.)*([_a-zA-Z]\\\\w*:)?[_a-zA-Z]\\\\w*\"}),t]},{className:\"number\",begin:\"\\\\b\\\\d+\",relevance:0},t]}}e.exports=n},\"7d91\":function(e,t,n){\"use strict\";var i=n(\"0068\").unescapeAll;e.exports=function(e,t,n){var a,r,s=0,o=t,l={ok:!1,pos:0,lines:0,str:\"\"};if(t>=n)return l;if(r=e.charCodeAt(t),34!==r&&39!==r&&40!==r)return l;t++,40===r&&(r=41);while(t<n){if(a=e.charCodeAt(t),a===r)return l.pos=t+1,l.lines=s,l.str=i(e.slice(o+1,t)),l.ok=!0,l;if(40===a&&41===r)return l;10===a?s++:92===a&&t+1<n&&(t++,10===e.charCodeAt(t)&&s++),t++}return l}},\"7d9d\":function(e,t){function n(e){const t=e.regex,n={keyword:\"abort acronym acronyms alias all and assign binary card diag display else eq file files for free ge gt if integer le loop lt maximizing minimizing model models ne negative no not option options or ord positive prod put putpage puttl repeat sameas semicont semiint smax smin solve sos1 sos2 sum system table then until using while xor yes\",literal:\"eps inf na\",built_in:\"abs arccos arcsin arctan arctan2 Beta betaReg binomial ceil centropy cos cosh cvPower div div0 eDist entropy errorf execSeed exp fact floor frac gamma gammaReg log logBeta logGamma log10 log2 mapVal max min mod ncpCM ncpF ncpVUpow ncpVUsin normal pi poly power randBinomial randLinear randTriangle round rPower sigmoid sign signPower sin sinh slexp sllog10 slrec sqexp sqlog10 sqr sqrec sqrt tan tanh trunc uniform uniformInt vcPower bool_and bool_eqv bool_imp bool_not bool_or bool_xor ifThen rel_eq rel_ge rel_gt rel_le rel_lt rel_ne gday gdow ghour gleap gmillisec gminute gmonth gsecond gyear jdate jnow jstart jtime errorLevel execError gamsRelease gamsVersion handleCollect handleDelete handleStatus handleSubmit heapFree heapLimit heapSize jobHandle jobKill jobStatus jobTerminate licenseLevel licenseStatus maxExecError sleep timeClose timeComp timeElapsed timeExec timeStart\"},i={className:\"params\",begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0},a={className:\"symbol\",variants:[{begin:/=[lgenxc]=/},{begin:/\\$/}]},r={className:\"comment\",variants:[{begin:\"'\",end:\"'\"},{begin:'\"',end:'\"'}],illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE]},s={begin:\"/\",end:\"/\",keywords:n,contains:[r,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},o=/[a-z0-9&#*=?@\\\\><:,()$[\\]_.{}!+%^-]+/,l={begin:/[a-z][a-z0-9_]*(\\([a-z0-9_, ]*\\))?[ \\t]+/,excludeBegin:!0,end:\"$\",endsWithParent:!0,contains:[r,s,{className:\"comment\",begin:t.concat(o,t.anyNumberOfTimes(t.concat(/[ ]+/,o))),relevance:0}]};return{name:\"GAMS\",aliases:[\"gms\"],case_insensitive:!0,keywords:n,contains:[e.COMMENT(/^\\$ontext/,/^\\$offtext/),{className:\"meta\",begin:\"^\\\\$[a-z0-9]+\",end:\"$\",returnBegin:!0,contains:[{className:\"keyword\",begin:\"^\\\\$[a-z0-9]+\"}]},e.COMMENT(\"^\\\\*\",\"$\"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{beginKeywords:\"set sets parameter parameters variable variables scalar scalars equation equations\",end:\";\",contains:[e.COMMENT(\"^\\\\*\",\"$\"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,s,l]},{beginKeywords:\"table\",end:\";\",returnBegin:!0,contains:[{beginKeywords:\"table\",end:\"$\",contains:[l]},e.COMMENT(\"^\\\\*\",\"$\"),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE]},{className:\"function\",begin:/^[a-z][a-z0-9_,\\-+' ()$]+\\.{2}/,returnBegin:!0,contains:[{className:\"title\",begin:/^[a-z0-9_]+/},i,a]},e.C_NUMBER_MODE,a]}}e.exports=n},\"80b3\":function(e,t){function n(e){const t=[\"_|0\",\"as\",\"at\",\"cofix\",\"else\",\"end\",\"exists\",\"exists2\",\"fix\",\"for\",\"forall\",\"fun\",\"if\",\"IF\",\"in\",\"let\",\"match\",\"mod\",\"Prop\",\"return\",\"Set\",\"then\",\"Type\",\"using\",\"where\",\"with\",\"Abort\",\"About\",\"Add\",\"Admit\",\"Admitted\",\"All\",\"Arguments\",\"Assumptions\",\"Axiom\",\"Back\",\"BackTo\",\"Backtrack\",\"Bind\",\"Blacklist\",\"Canonical\",\"Cd\",\"Check\",\"Class\",\"Classes\",\"Close\",\"Coercion\",\"Coercions\",\"CoFixpoint\",\"CoInductive\",\"Collection\",\"Combined\",\"Compute\",\"Conjecture\",\"Conjectures\",\"Constant\",\"constr\",\"Constraint\",\"Constructors\",\"Context\",\"Corollary\",\"CreateHintDb\",\"Cut\",\"Declare\",\"Defined\",\"Definition\",\"Delimit\",\"Dependencies\",\"Dependent\",\"Derive\",\"Drop\",\"eauto\",\"End\",\"Equality\",\"Eval\",\"Example\",\"Existential\",\"Existentials\",\"Existing\",\"Export\",\"exporting\",\"Extern\",\"Extract\",\"Extraction\",\"Fact\",\"Field\",\"Fields\",\"File\",\"Fixpoint\",\"Focus\",\"for\",\"From\",\"Function\",\"Functional\",\"Generalizable\",\"Global\",\"Goal\",\"Grab\",\"Grammar\",\"Graph\",\"Guarded\",\"Heap\",\"Hint\",\"HintDb\",\"Hints\",\"Hypotheses\",\"Hypothesis\",\"ident\",\"Identity\",\"If\",\"Immediate\",\"Implicit\",\"Import\",\"Include\",\"Inductive\",\"Infix\",\"Info\",\"Initial\",\"Inline\",\"Inspect\",\"Instance\",\"Instances\",\"Intro\",\"Intros\",\"Inversion\",\"Inversion_clear\",\"Language\",\"Left\",\"Lemma\",\"Let\",\"Libraries\",\"Library\",\"Load\",\"LoadPath\",\"Local\",\"Locate\",\"Ltac\",\"ML\",\"Mode\",\"Module\",\"Modules\",\"Monomorphic\",\"Morphism\",\"Next\",\"NoInline\",\"Notation\",\"Obligation\",\"Obligations\",\"Opaque\",\"Open\",\"Optimize\",\"Options\",\"Parameter\",\"Parameters\",\"Parametric\",\"Path\",\"Paths\",\"pattern\",\"Polymorphic\",\"Preterm\",\"Print\",\"Printing\",\"Program\",\"Projections\",\"Proof\",\"Proposition\",\"Pwd\",\"Qed\",\"Quit\",\"Rec\",\"Record\",\"Recursive\",\"Redirect\",\"Relation\",\"Remark\",\"Remove\",\"Require\",\"Reserved\",\"Reset\",\"Resolve\",\"Restart\",\"Rewrite\",\"Right\",\"Ring\",\"Rings\",\"Save\",\"Scheme\",\"Scope\",\"Scopes\",\"Script\",\"Search\",\"SearchAbout\",\"SearchHead\",\"SearchPattern\",\"SearchRewrite\",\"Section\",\"Separate\",\"Set\",\"Setoid\",\"Show\",\"Solve\",\"Sorted\",\"Step\",\"Strategies\",\"Strategy\",\"Structure\",\"SubClass\",\"Table\",\"Tables\",\"Tactic\",\"Term\",\"Test\",\"Theorem\",\"Time\",\"Timeout\",\"Transparent\",\"Type\",\"Typeclasses\",\"Types\",\"Undelimit\",\"Undo\",\"Unfocus\",\"Unfocused\",\"Unfold\",\"Universe\",\"Universes\",\"Unset\",\"Unshelve\",\"using\",\"Variable\",\"Variables\",\"Variant\",\"Verbose\",\"Visibility\",\"where\",\"with\"],n=[\"abstract\",\"absurd\",\"admit\",\"after\",\"apply\",\"as\",\"assert\",\"assumption\",\"at\",\"auto\",\"autorewrite\",\"autounfold\",\"before\",\"bottom\",\"btauto\",\"by\",\"case\",\"case_eq\",\"cbn\",\"cbv\",\"change\",\"classical_left\",\"classical_right\",\"clear\",\"clearbody\",\"cofix\",\"compare\",\"compute\",\"congruence\",\"constr_eq\",\"constructor\",\"contradict\",\"contradiction\",\"cut\",\"cutrewrite\",\"cycle\",\"decide\",\"decompose\",\"dependent\",\"destruct\",\"destruction\",\"dintuition\",\"discriminate\",\"discrR\",\"do\",\"double\",\"dtauto\",\"eapply\",\"eassumption\",\"eauto\",\"ecase\",\"econstructor\",\"edestruct\",\"ediscriminate\",\"eelim\",\"eexact\",\"eexists\",\"einduction\",\"einjection\",\"eleft\",\"elim\",\"elimtype\",\"enough\",\"equality\",\"erewrite\",\"eright\",\"esimplify_eq\",\"esplit\",\"evar\",\"exact\",\"exactly_once\",\"exfalso\",\"exists\",\"f_equal\",\"fail\",\"field\",\"field_simplify\",\"field_simplify_eq\",\"first\",\"firstorder\",\"fix\",\"fold\",\"fourier\",\"functional\",\"generalize\",\"generalizing\",\"gfail\",\"give_up\",\"has_evar\",\"hnf\",\"idtac\",\"in\",\"induction\",\"injection\",\"instantiate\",\"intro\",\"intro_pattern\",\"intros\",\"intuition\",\"inversion\",\"inversion_clear\",\"is_evar\",\"is_var\",\"lapply\",\"lazy\",\"left\",\"lia\",\"lra\",\"move\",\"native_compute\",\"nia\",\"nsatz\",\"omega\",\"once\",\"pattern\",\"pose\",\"progress\",\"proof\",\"psatz\",\"quote\",\"record\",\"red\",\"refine\",\"reflexivity\",\"remember\",\"rename\",\"repeat\",\"replace\",\"revert\",\"revgoals\",\"rewrite\",\"rewrite_strat\",\"right\",\"ring\",\"ring_simplify\",\"rtauto\",\"set\",\"setoid_reflexivity\",\"setoid_replace\",\"setoid_rewrite\",\"setoid_symmetry\",\"setoid_transitivity\",\"shelve\",\"shelve_unifiable\",\"simpl\",\"simple\",\"simplify_eq\",\"solve\",\"specialize\",\"split\",\"split_Rabs\",\"split_Rmult\",\"stepl\",\"stepr\",\"subst\",\"sum\",\"swap\",\"symmetry\",\"tactic\",\"tauto\",\"time\",\"timeout\",\"top\",\"transitivity\",\"trivial\",\"try\",\"tryif\",\"unfold\",\"unify\",\"until\",\"using\",\"vm_compute\",\"with\"];return{name:\"Coq\",keywords:{keyword:t,built_in:n},contains:[e.QUOTE_STRING_MODE,e.COMMENT(\"\\\\(\\\\*\",\"\\\\*\\\\)\"),e.C_NUMBER_MODE,{className:\"type\",excludeBegin:!0,begin:\"\\\\|\\\\s*\",end:\"\\\\w+\"},{begin:/[-=]>/}]}}e.exports=n},\"80d3\":function(e,t,n){\"use strict\";var i=n(\"0068\").isSpace;function a(e,t){var n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];return e.src.slice(n,i)}function r(e){var t,n=[],i=0,a=e.length,r=!1,s=0,o=\"\";t=e.charCodeAt(i);while(i<a)124===t&&(r?(o+=e.substring(s,i-1),s=i):(n.push(o+e.substring(s,i)),o=\"\",s=i+1)),r=92===t,i++,t=e.charCodeAt(i);return n.push(o+e.substring(s)),n}e.exports=function(e,t,n,s){var o,l,c,_,d,u,p,m,g,h,E,S,b,f,T,C,v,y;if(t+2>n)return!1;if(u=t+1,e.sCount[u]<e.blkIndent)return!1;if(e.sCount[u]-e.blkIndent>=4)return!1;if(c=e.bMarks[u]+e.tShift[u],c>=e.eMarks[u])return!1;if(v=e.src.charCodeAt(c++),124!==v&&45!==v&&58!==v)return!1;if(c>=e.eMarks[u])return!1;if(y=e.src.charCodeAt(c++),124!==y&&45!==y&&58!==y&&!i(y))return!1;if(45===v&&i(y))return!1;while(c<e.eMarks[u]){if(o=e.src.charCodeAt(c),124!==o&&45!==o&&58!==o&&!i(o))return!1;c++}for(l=a(e,t+1),p=l.split(\"|\"),h=[],_=0;_<p.length;_++){if(E=p[_].trim(),!E){if(0===_||_===p.length-1)continue;return!1}if(!/^:?-+:?$/.test(E))return!1;58===E.charCodeAt(E.length-1)?h.push(58===E.charCodeAt(0)?\"center\":\"right\"):58===E.charCodeAt(0)?h.push(\"left\"):h.push(\"\")}if(l=a(e,t).trim(),-1===l.indexOf(\"|\"))return!1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(p=r(l),p.length&&\"\"===p[0]&&p.shift(),p.length&&\"\"===p[p.length-1]&&p.pop(),m=p.length,0===m||m!==h.length)return!1;if(s)return!0;for(f=e.parentType,e.parentType=\"table\",C=e.md.block.ruler.getRules(\"blockquote\"),g=e.push(\"table_open\",\"table\",1),g.map=S=[t,0],g=e.push(\"thead_open\",\"thead\",1),g.map=[t,t+1],g=e.push(\"tr_open\",\"tr\",1),g.map=[t,t+1],_=0;_<p.length;_++)g=e.push(\"th_open\",\"th\",1),h[_]&&(g.attrs=[[\"style\",\"text-align:\"+h[_]]]),g=e.push(\"inline\",\"\",0),g.content=p[_].trim(),g.children=[],g=e.push(\"th_close\",\"th\",-1);for(g=e.push(\"tr_close\",\"tr\",-1),g=e.push(\"thead_close\",\"thead\",-1),u=t+2;u<n;u++){if(e.sCount[u]<e.blkIndent)break;for(T=!1,_=0,d=C.length;_<d;_++)if(C[_](e,u,n,!0)){T=!0;break}if(T)break;if(l=a(e,u).trim(),!l)break;if(e.sCount[u]-e.blkIndent>=4)break;for(p=r(l),p.length&&\"\"===p[0]&&p.shift(),p.length&&\"\"===p[p.length-1]&&p.pop(),u===t+2&&(g=e.push(\"tbody_open\",\"tbody\",1),g.map=b=[t+2,0]),g=e.push(\"tr_open\",\"tr\",1),g.map=[u,u+1],_=0;_<m;_++)g=e.push(\"td_open\",\"td\",1),h[_]&&(g.attrs=[[\"style\",\"text-align:\"+h[_]]]),g=e.push(\"inline\",\"\",0),g.content=p[_]?p[_].trim():\"\",g.children=[],g=e.push(\"td_close\",\"td\",-1);g=e.push(\"tr_close\",\"tr\",-1)}return b&&(g=e.push(\"tbody_close\",\"tbody\",-1),b[1]=u),g=e.push(\"table_close\",\"table\",-1),S[1]=u,e.parentType=f,e.line=u,!0}},\"81d5\":function(e,t,n){\"use strict\";var i=n(\"7b0b\"),a=n(\"23cb\"),r=n(\"07fa\");e.exports=function(e){var t=i(this),n=r(t),s=arguments.length,o=a(s>1?arguments[1]:void 0,n),l=s>2?arguments[2]:void 0,c=void 0===l?n:a(l,n);while(c>o)t[o++]=e;return t}},8261:function(e,t){function n(e){const t={className:\"string\",variants:[{begin:'\"',end:'\"',contains:[{begin:'\"\"',relevance:0}]}]},n={className:\"number\",begin:\"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)\",relevance:0},i=\"property parameter class classmethod clientmethod extends as break catch close continue do d|0 else elseif for goto halt hang h|0 if job j|0 kill k|0 lock l|0 merge new open quit q|0 read r|0 return set s|0 tcommit throw trollback try tstart use view while write w|0 xecute x|0 zkill znspace zn ztrap zwrite zw zzdump zzwrite print zbreak zinsert zload zprint zremove zsave zzprint mv mvcall mvcrt mvdim mvprint zquit zsync ascii\";return{name:\"Caché Object Script\",case_insensitive:!0,aliases:[\"cls\"],keywords:i,contains:[n,t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:\"comment\",begin:/;/,end:\"$\",relevance:0},{className:\"built_in\",begin:/(?:\\$\\$?|\\.\\.)\\^?[a-zA-Z]+/},{className:\"built_in\",begin:/\\$\\$\\$[a-zA-Z]+/},{className:\"built_in\",begin:/%[a-z]+(?:\\.[a-z]+)*/},{className:\"symbol\",begin:/\\^%?[a-zA-Z][\\w]*/},{className:\"keyword\",begin:/##class|##super|#define|#dim/},{begin:/&sql\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,subLanguage:\"sql\"},{begin:/&(js|jscript|javascript)</,end:/>/,excludeBegin:!0,excludeEnd:!0,subLanguage:\"javascript\"},{begin:/&html<\\s*</,end:/>\\s*>/,subLanguage:\"xml\"}]}}e.exports=n},\"82cb\":function(e,t){function n(e){const t=e.regex,n=\"([a-zA-Z_]\\\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\\\*\\\\*|[-/+%^&*~`|]|\\\\[\\\\]=?)\",i=t.either(/\\b([A-Z]+[a-z0-9]+)+/,/\\b([A-Z]+[a-z0-9]+)+[A-Z]+/),a=t.concat(i,/(::\\w+)*/),r={\"variable.constant\":[\"__FILE__\",\"__LINE__\"],\"variable.language\":[\"self\",\"super\"],keyword:[\"alias\",\"and\",\"attr_accessor\",\"attr_reader\",\"attr_writer\",\"begin\",\"BEGIN\",\"break\",\"case\",\"class\",\"defined\",\"do\",\"else\",\"elsif\",\"end\",\"END\",\"ensure\",\"for\",\"if\",\"in\",\"include\",\"module\",\"next\",\"not\",\"or\",\"redo\",\"require\",\"rescue\",\"retry\",\"return\",\"then\",\"undef\",\"unless\",\"until\",\"when\",\"while\",\"yield\"],built_in:[\"proc\",\"lambda\"],literal:[\"true\",\"false\",\"nil\"]},s={className:\"doctag\",begin:\"@[A-Za-z]+\"},o={begin:\"#<\",end:\">\"},l=[e.COMMENT(\"#\",\"$\",{contains:[s]}),e.COMMENT(\"^=begin\",\"^=end\",{contains:[s],relevance:10}),e.COMMENT(\"^__END__\",e.MATCH_NOTHING_RE)],c={className:\"subst\",begin:/#\\{/,end:/\\}/,keywords:r},_={className:\"string\",contains:[e.BACKSLASH_ESCAPE,c],variants:[{begin:/'/,end:/'/},{begin:/\"/,end:/\"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\\(/,end:/\\)/},{begin:/%[qQwWx]?\\[/,end:/\\]/},{begin:/%[qQwWx]?\\{/,end:/\\}/},{begin:/%[qQwWx]?</,end:/>/},{begin:/%[qQwWx]?\\//,end:/\\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\\|/,end:/\\|/},{begin:/\\B\\?(\\\\\\d{1,3})/},{begin:/\\B\\?(\\\\x[A-Fa-f0-9]{1,2})/},{begin:/\\B\\?(\\\\u\\{?[A-Fa-f0-9]{1,6}\\}?)/},{begin:/\\B\\?(\\\\M-\\\\C-|\\\\M-\\\\c|\\\\c\\\\M-|\\\\M-|\\\\C-\\\\M-)[\\x20-\\x7e]/},{begin:/\\B\\?\\\\(c|C-)[\\x20-\\x7e]/},{begin:/\\B\\?\\\\?\\S/},{begin:t.concat(/<<[-~]?'?/,t.lookahead(/(\\w+)(?=\\W)[^\\n]*\\n(?:[^\\n]*\\n)*?\\s*\\1\\b/)),contains:[e.END_SAME_AS_BEGIN({begin:/(\\w+)/,end:/(\\w+)/,contains:[e.BACKSLASH_ESCAPE,c]})]}]},d=\"[1-9](_?[0-9])*|0\",u=\"[0-9](_?[0-9])*\",p={className:\"number\",relevance:0,variants:[{begin:`\\\\b(${d})(\\\\.(${u}))?([eE][+-]?(${u})|r)?i?\\\\b`},{begin:\"\\\\b0[dD][0-9](_?[0-9])*r?i?\\\\b\"},{begin:\"\\\\b0[bB][0-1](_?[0-1])*r?i?\\\\b\"},{begin:\"\\\\b0[oO][0-7](_?[0-7])*r?i?\\\\b\"},{begin:\"\\\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\\\b\"},{begin:\"\\\\b0(_?[0-7])+r?i?\\\\b\"}]},m={variants:[{match:/\\(\\)/},{className:\"params\",begin:/\\(/,end:/(?=\\))/,excludeBegin:!0,endsParent:!0,keywords:r}]},g={variants:[{match:[/class\\s+/,a,/\\s+<\\s+/,a]},{match:[/class\\s+/,a]}],scope:{2:\"title.class\",4:\"title.class.inherited\"},keywords:r},h={relevance:0,match:/\\b[A-Z][A-Z_0-9]+\\b/,className:\"variable.constant\"},E={match:[/def/,/\\s+/,n],scope:{1:\"keyword\",3:\"title.function\"},contains:[m]},S={relevance:0,match:[a,/\\.new[ (]/],scope:{1:\"title.class\"}},b=[_,g,S,h,E,{begin:e.IDENT_RE+\"::\"},{className:\"symbol\",begin:e.UNDERSCORE_IDENT_RE+\"(!|\\\\?)?:\",relevance:0},{className:\"symbol\",begin:\":(?!\\\\s)\",contains:[_,{begin:n}],relevance:0},p,{className:\"variable\",begin:\"(\\\\$\\\\W)|((\\\\$|@@?)(\\\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])\"},{className:\"params\",begin:/\\|/,end:/\\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:r},{begin:\"(\"+e.RE_STARTERS_RE+\"|unless)\\\\s*\",keywords:\"unless\",contains:[{className:\"regexp\",contains:[e.BACKSLASH_ESCAPE,c],illegal:/\\n/,variants:[{begin:\"/\",end:\"/[a-z]*\"},{begin:/%r\\{/,end:/\\}[a-z]*/},{begin:\"%r\\\\(\",end:\"\\\\)[a-z]*\"},{begin:\"%r!\",end:\"![a-z]*\"},{begin:\"%r\\\\[\",end:\"\\\\][a-z]*\"}]}].concat(o,l),relevance:0}].concat(o,l);c.contains=b,m.contains=b;const f=\"[>?]>\",T=\"[\\\\w#]+\\\\(\\\\w+\\\\):\\\\d+:\\\\d+[>*]\",C=\"(\\\\w+-)?\\\\d+\\\\.\\\\d+\\\\.\\\\d+(p\\\\d+)?[^\\\\d][^>]+>\",v=[{begin:/^\\s*=>/,starts:{end:\"$\",contains:b}},{className:\"meta.prompt\",begin:\"^(\"+f+\"|\"+T+\"|\"+C+\")(?=[ ])\",starts:{end:\"$\",keywords:r,contains:b}}];return l.unshift(o),{name:\"Ruby\",aliases:[\"rb\",\"gemspec\",\"podspec\",\"thor\",\"irb\"],keywords:r,illegal:/\\/\\*/,contains:[e.SHEBANG({binary:\"ruby\"})].concat(v).concat(l).concat(b)}}e.exports=n},\"82f7\":function(e,t,n){var i=n(\"cc98d\"),a=n(\"caac\"),r=n(\"1349\"),s=a.ParseNode;function o(e,t){var n=[],i=[n],a=[];while(1){var o=e.parseExpression(!1,null);n.push(new s(\"ordgroup\",o,e.mode));var l=e.nextToken.text;if(\"&\"===l)e.consume();else{if(\"\\\\end\"===l)break;if(\"\\\\\\\\\"!==l&&\"\\\\cr\"!==l){var c=Math.min(e.pos+1,e.lexer._input.length);throw new r(\"Expected & or \\\\\\\\ or \\\\end\",e.lexer,c)}var _=e.parseFunction();a.push(_.value.size),n=[],i.push(n)}}return t.body=i,t.rowGaps=a,new s(t.type,t,e.mode)}function l(t,n,i){\"string\"===typeof t&&(t=[t]),\"number\"===typeof n&&(n={numArgs:n});for(var a={numArgs:n.numArgs||0,argTypes:n.argTypes,greediness:1,allowedInText:!!n.allowedInText,numOptionalArgs:n.numOptionalArgs||0,handler:i},r=0;r<t.length;++r)e.exports[t[r]]=a}l(\"array\",{numArgs:1},(function(e,t){var n=t[0];n=n.value.map?n.value:[n];var i=n.map((function(t){var n=t.value;if(-1!==\"lcr\".indexOf(n))return{type:\"align\",align:n};if(\"|\"===n)return{type:\"separator\",separator:\"|\"};throw new r(\"Unknown column alignment: \"+t.value,e.lexer,e.positions[1])})),a={type:\"array\",cols:i,hskipBeforeAndAfter:!0};return a=o(e.parser,a),a})),l([\"matrix\",\"pmatrix\",\"bmatrix\",\"Bmatrix\",\"vmatrix\",\"Vmatrix\"],{},(function(e){var t={matrix:null,pmatrix:[\"(\",\")\"],bmatrix:[\"[\",\"]\"],Bmatrix:[\"\\\\{\",\"\\\\}\"],vmatrix:[\"|\",\"|\"],Vmatrix:[\"\\\\Vert\",\"\\\\Vert\"]}[e.envName],n={type:\"array\",hskipBeforeAndAfter:!1};return n=o(e.parser,n),t&&(n=new s(\"leftright\",{body:[n],left:t[0],right:t[1]},e.mode)),n})),l(\"cases\",{},(function(e){var t={type:\"array\",arraystretch:1.2,cols:[{type:\"align\",align:\"l\",pregap:0,postgap:i.metrics.quad},{type:\"align\",align:\"l\",pregap:0,postgap:0}]};return t=o(e.parser,t),t=new s(\"leftright\",{body:[t],left:\"\\\\{\",right:\".\"},e.mode),t})),l(\"aligned\",{},(function(e){var t={type:\"array\",cols:[]};t=o(e.parser,t);var n=new s(\"ordgroup\",[],e.mode),i=0;t.value.body.forEach((function(e){var t;for(t=1;t<e.length;t+=2)e[t].value.unshift(n);i<e.length&&(i=e.length)}));for(var a=0;a<i;++a){var r=\"r\",l=0;a%2===1?r=\"l\":a>0&&(l=2),t.value.cols[a]={type:\"align\",align:r,pregap:l,postgap:0}}return t}))},\"834f\":function(e,t,n){\"use strict\";var i=n(\"096b\"),a=n(\"0068\").isSpace;function r(e,t,n,i){var r,s,o,l,c,_,d,u;for(this.src=e,this.md=t,this.env=n,this.tokens=i,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType=\"root\",this.level=0,this.result=\"\",s=this.src,u=!1,o=l=_=d=0,c=s.length;l<c;l++){if(r=s.charCodeAt(l),!u){if(a(r)){_++,9===r?d+=4-d%4:d++;continue}u=!0}10!==r&&l!==c-1||(10!==r&&l++,this.bMarks.push(o),this.eMarks.push(l),this.tShift.push(_),this.sCount.push(d),this.bsCount.push(0),u=!1,_=0,d=0,o=l+1)}this.bMarks.push(s.length),this.eMarks.push(s.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}r.prototype.push=function(e,t,n){var a=new i(e,t,n);return a.block=!0,n<0&&this.level--,a.level=this.level,n>0&&this.level++,this.tokens.push(a),a},r.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},r.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;e<t;e++)if(this.bMarks[e]+this.tShift[e]<this.eMarks[e])break;return e},r.prototype.skipSpaces=function(e){for(var t,n=this.src.length;e<n;e++)if(t=this.src.charCodeAt(e),!a(t))break;return e},r.prototype.skipSpacesBack=function(e,t){if(e<=t)return e;while(e>t)if(!a(this.src.charCodeAt(--e)))return e+1;return e},r.prototype.skipChars=function(e,t){for(var n=this.src.length;e<n;e++)if(this.src.charCodeAt(e)!==t)break;return e},r.prototype.skipCharsBack=function(e,t,n){if(e<=n)return e;while(e>n)if(t!==this.src.charCodeAt(--e))return e+1;return e},r.prototype.getLines=function(e,t,n,i){var r,s,o,l,c,_,d,u=e;if(e>=t)return\"\";for(_=new Array(t-e),r=0;u<t;u++,r++){s=0,d=l=this.bMarks[u],c=u+1<t||i?this.eMarks[u]+1:this.eMarks[u];while(l<c&&s<n){if(o=this.src.charCodeAt(l),a(o))9===o?s+=4-(s+this.bsCount[u])%4:s++;else{if(!(l-d<this.tShift[u]))break;s++}l++}_[r]=s>n?new Array(s-n+1).join(\" \")+this.src.slice(l,c):this.src.slice(l,c)}return _.join(\"\")},r.prototype.Token=i,e.exports=r},\"838d\":function(e,t,n){\"use strict\";function i(e,t){var n,i,a,r,s,o,l,c,_={},d=t.length;if(d){var u=0,p=-2,m=[];for(n=0;n<d;n++)if(a=t[n],m.push(0),t[u].marker===a.marker&&p===a.token-1||(u=n),p=a.token,a.length=a.length||0,a.close){for(_.hasOwnProperty(a.marker)||(_[a.marker]=[-1,-1,-1,-1,-1,-1]),s=_[a.marker][(a.open?3:0)+a.length%3],i=u-m[u]-1,o=i;i>s;i-=m[i]+1)if(r=t[i],r.marker===a.marker&&r.open&&r.end<0&&(l=!1,(r.close||a.open)&&(r.length+a.length)%3===0&&(r.length%3===0&&a.length%3===0||(l=!0)),!l)){c=i>0&&!t[i-1].open?m[i-1]+1:0,m[n]=n-i+c,m[i]=c,a.open=!1,r.end=n,r.close=!1,o=-1,p=-2;break}-1!==o&&(_[a.marker][(a.open?3:0)+(a.length||0)%3]=o)}}}e.exports=function(e){var t,n=e.tokens_meta,a=e.tokens_meta.length;for(i(e,e.delimiters),t=0;t<a;t++)n[t]&&n[t].delimiters&&i(e,n[t].delimiters)}},\"861d1\":function(e,t){function n(e){const t=[\"int\",\"int8\",\"int16\",\"int32\",\"int64\",\"uint\",\"uint8\",\"uint16\",\"uint32\",\"uint64\",\"float\",\"float32\",\"float64\",\"bool\",\"char\",\"string\",\"cstring\",\"pointer\",\"expr\",\"stmt\",\"void\",\"auto\",\"any\",\"range\",\"array\",\"openarray\",\"varargs\",\"seq\",\"set\",\"clong\",\"culong\",\"cchar\",\"cschar\",\"cshort\",\"cint\",\"csize\",\"clonglong\",\"cfloat\",\"cdouble\",\"clongdouble\",\"cuchar\",\"cushort\",\"cuint\",\"culonglong\",\"cstringarray\",\"semistatic\"],n=[\"addr\",\"and\",\"as\",\"asm\",\"bind\",\"block\",\"break\",\"case\",\"cast\",\"const\",\"continue\",\"converter\",\"discard\",\"distinct\",\"div\",\"do\",\"elif\",\"else\",\"end\",\"enum\",\"except\",\"export\",\"finally\",\"for\",\"from\",\"func\",\"generic\",\"guarded\",\"if\",\"import\",\"in\",\"include\",\"interface\",\"is\",\"isnot\",\"iterator\",\"let\",\"macro\",\"method\",\"mixin\",\"mod\",\"nil\",\"not\",\"notin\",\"object\",\"of\",\"or\",\"out\",\"proc\",\"ptr\",\"raise\",\"ref\",\"return\",\"shared\",\"shl\",\"shr\",\"static\",\"template\",\"try\",\"tuple\",\"type\",\"using\",\"var\",\"when\",\"while\",\"with\",\"without\",\"xor\",\"yield\"],i=[\"stdin\",\"stdout\",\"stderr\",\"result\"],a=[\"true\",\"false\"];return{name:\"Nim\",keywords:{keyword:n,literal:a,type:t,built_in:i},contains:[{className:\"meta\",begin:/\\{\\./,end:/\\.\\}/,relevance:10},{className:\"string\",begin:/[a-zA-Z]\\w*\"/,end:/\"/,contains:[{begin:/\"\"/}]},{className:\"string\",begin:/([a-zA-Z]\\w*)?\"\"\"/,end:/\"\"\"/},e.QUOTE_STRING_MODE,{className:\"type\",begin:/\\b[A-Z]\\w+\\b/,relevance:0},{className:\"number\",relevance:0,variants:[{begin:/\\b(0[xX][0-9a-fA-F][_0-9a-fA-F]*)('?[iIuU](8|16|32|64))?/},{begin:/\\b(0o[0-7][_0-7]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\\b(0(b|B)[01][_01]*)('?[iIuUfF](8|16|32|64))?/},{begin:/\\b(\\d[_\\d]*)('?[iIuUfF](8|16|32|64))?/}]},e.HASH_COMMENT_MODE]}}e.exports=n},8667:function(e,t){function n(e){const t=\"a-zA-Z_\\\\-!.?+*=<>&#'\",n=\"[\"+t+\"][\"+t+\"0-9/;:]*\",i={$pattern:n,built_in:\"!= % %= & &= * ** **= *= *map + += , --build-class-- --import-- -= . / // //= /= < << <<= <= = > >= >> >>= @ @= ^ ^= abs accumulate all and any ap-compose ap-dotimes ap-each ap-each-while ap-filter ap-first ap-if ap-last ap-map ap-map-when ap-pipe ap-reduce ap-reject apply as-> ascii assert assoc bin break butlast callable calling-module-name car case cdr chain chr coll? combinations compile compress cond cons cons? continue count curry cut cycle dec def default-method defclass defmacro defmacro-alias defmacro/g! defmain defmethod defmulti defn defn-alias defnc defnr defreader defseq del delattr delete-route dict-comp dir disassemble dispatch-reader-macro distinct divmod do doto drop drop-last drop-while empty? end-sequence eval eval-and-compile eval-when-compile even? every? except exec filter first flatten float? fn fnc fnr for for* format fraction genexpr gensym get getattr global globals group-by hasattr hash hex id identity if if* if-not if-python2 import in inc input instance? integer integer-char? integer? interleave interpose is is-coll is-cons is-empty is-even is-every is-float is-instance is-integer is-integer-char is-iterable is-iterator is-keyword is-neg is-none is-not is-numeric is-odd is-pos is-string is-symbol is-zero isinstance islice issubclass iter iterable? iterate iterator? keyword keyword? lambda last len let lif lif-not list* list-comp locals loop macro-error macroexpand macroexpand-1 macroexpand-all map max merge-with method-decorator min multi-decorator multicombinations name neg? next none? nonlocal not not-in not? nth numeric? oct odd? open or ord partition permutations pos? post-route postwalk pow prewalk print product profile/calls profile/cpu put-route quasiquote quote raise range read read-str recursive-replace reduce remove repeat repeatedly repr require rest round route route-with-methods rwm second seq set-comp setattr setv some sorted string string? sum switch symbol? take take-nth take-while tee try unless unquote unquote-splicing vars walk when while with with* with-decorator with-gensyms xi xor yield yield-from zero? zip zip-longest | |= ~\"},a=\"[-+]?\\\\d+(\\\\.\\\\d+)?\",r={begin:n,relevance:0},s={className:\"number\",begin:a,relevance:0},o=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),l=e.COMMENT(\";\",\"$\",{relevance:0}),c={className:\"literal\",begin:/\\b([Tt]rue|[Ff]alse|nil|None)\\b/},_={begin:\"[\\\\[\\\\{]\",end:\"[\\\\]\\\\}]\",relevance:0},d={className:\"comment\",begin:\"\\\\^\"+n},u=e.COMMENT(\"\\\\^\\\\{\",\"\\\\}\"),p={className:\"symbol\",begin:\"[:]{1,2}\"+n},m={begin:\"\\\\(\",end:\"\\\\)\"},g={endsWithParent:!0,relevance:0},h={className:\"name\",relevance:0,keywords:i,begin:n,starts:g},E=[m,o,d,u,l,p,_,s,c,r];return m.contains=[e.COMMENT(\"comment\",\"\"),h,g],g.contains=E,_.contains=E,{name:\"Hy\",aliases:[\"hylang\"],illegal:/\\S/,contains:[e.SHEBANG(),m,o,d,u,l,p,_,s,c]}}e.exports=n},8931:function(e,t){function n(e){const t=e.regex,n=[\"functions\",\"model\",\"data\",\"parameters\",\"quantities\",\"transformed\",\"generated\"],i=[\"for\",\"in\",\"if\",\"else\",\"while\",\"break\",\"continue\",\"return\"],a=[\"array\",\"complex\",\"int\",\"real\",\"vector\",\"ordered\",\"positive_ordered\",\"simplex\",\"unit_vector\",\"row_vector\",\"matrix\",\"cholesky_factor_corr|10\",\"cholesky_factor_cov|10\",\"corr_matrix|10\",\"cov_matrix|10\",\"void\"],r=[\"Phi\",\"Phi_approx\",\"abs\",\"acos\",\"acosh\",\"add_diag\",\"algebra_solver\",\"algebra_solver_newton\",\"append_array\",\"append_col\",\"append_row\",\"asin\",\"asinh\",\"atan\",\"atan2\",\"atanh\",\"bessel_first_kind\",\"bessel_second_kind\",\"binary_log_loss\",\"binomial_coefficient_log\",\"block\",\"cbrt\",\"ceil\",\"chol2inv\",\"cholesky_decompose\",\"choose\",\"col\",\"cols\",\"columns_dot_product\",\"columns_dot_self\",\"conj\",\"cos\",\"cosh\",\"cov_exp_quad\",\"crossprod\",\"csr_extract_u\",\"csr_extract_v\",\"csr_extract_w\",\"csr_matrix_times_vector\",\"csr_to_dense_matrix\",\"cumulative_sum\",\"determinant\",\"diag_matrix\",\"diag_post_multiply\",\"diag_pre_multiply\",\"diagonal\",\"digamma\",\"dims\",\"distance\",\"dot_product\",\"dot_self\",\"eigenvalues_sym\",\"eigenvectors_sym\",\"erf\",\"erfc\",\"exp\",\"exp2\",\"expm1\",\"fabs\",\"falling_factorial\",\"fdim\",\"floor\",\"fma\",\"fmax\",\"fmin\",\"fmod\",\"gamma_p\",\"gamma_q\",\"generalized_inverse\",\"get_imag\",\"get_lp\",\"get_real\",\"head\",\"hmm_hidden_state_prob\",\"hmm_marginal\",\"hypot\",\"identity_matrix\",\"inc_beta\",\"int_step\",\"integrate_1d\",\"integrate_ode\",\"integrate_ode_adams\",\"integrate_ode_bdf\",\"integrate_ode_rk45\",\"inv\",\"inv_Phi\",\"inv_cloglog\",\"inv_logit\",\"inv_sqrt\",\"inv_square\",\"inverse\",\"inverse_spd\",\"is_inf\",\"is_nan\",\"lambert_w0\",\"lambert_wm1\",\"lbeta\",\"lchoose\",\"ldexp\",\"lgamma\",\"linspaced_array\",\"linspaced_int_array\",\"linspaced_row_vector\",\"linspaced_vector\",\"lmgamma\",\"lmultiply\",\"log\",\"log1m\",\"log1m_exp\",\"log1m_inv_logit\",\"log1p\",\"log1p_exp\",\"log_determinant\",\"log_diff_exp\",\"log_falling_factorial\",\"log_inv_logit\",\"log_inv_logit_diff\",\"log_mix\",\"log_modified_bessel_first_kind\",\"log_rising_factorial\",\"log_softmax\",\"log_sum_exp\",\"logit\",\"machine_precision\",\"map_rect\",\"matrix_exp\",\"matrix_exp_multiply\",\"matrix_power\",\"max\",\"mdivide_left_spd\",\"mdivide_left_tri_low\",\"mdivide_right_spd\",\"mdivide_right_tri_low\",\"mean\",\"min\",\"modified_bessel_first_kind\",\"modified_bessel_second_kind\",\"multiply_log\",\"multiply_lower_tri_self_transpose\",\"negative_infinity\",\"norm\",\"not_a_number\",\"num_elements\",\"ode_adams\",\"ode_adams_tol\",\"ode_adjoint_tol_ctl\",\"ode_bdf\",\"ode_bdf_tol\",\"ode_ckrk\",\"ode_ckrk_tol\",\"ode_rk45\",\"ode_rk45_tol\",\"one_hot_array\",\"one_hot_int_array\",\"one_hot_row_vector\",\"one_hot_vector\",\"ones_array\",\"ones_int_array\",\"ones_row_vector\",\"ones_vector\",\"owens_t\",\"polar\",\"positive_infinity\",\"pow\",\"print\",\"prod\",\"proj\",\"qr_Q\",\"qr_R\",\"qr_thin_Q\",\"qr_thin_R\",\"quad_form\",\"quad_form_diag\",\"quad_form_sym\",\"quantile\",\"rank\",\"reduce_sum\",\"reject\",\"rep_array\",\"rep_matrix\",\"rep_row_vector\",\"rep_vector\",\"reverse\",\"rising_factorial\",\"round\",\"row\",\"rows\",\"rows_dot_product\",\"rows_dot_self\",\"scale_matrix_exp_multiply\",\"sd\",\"segment\",\"sin\",\"singular_values\",\"sinh\",\"size\",\"softmax\",\"sort_asc\",\"sort_desc\",\"sort_indices_asc\",\"sort_indices_desc\",\"sqrt\",\"square\",\"squared_distance\",\"step\",\"sub_col\",\"sub_row\",\"sum\",\"svd_U\",\"svd_V\",\"symmetrize_from_lower_tri\",\"tail\",\"tan\",\"tanh\",\"target\",\"tcrossprod\",\"tgamma\",\"to_array_1d\",\"to_array_2d\",\"to_complex\",\"to_matrix\",\"to_row_vector\",\"to_vector\",\"trace\",\"trace_gen_quad_form\",\"trace_quad_form\",\"trigamma\",\"trunc\",\"uniform_simplex\",\"variance\",\"zeros_array\",\"zeros_int_array\",\"zeros_row_vector\"],s=[\"bernoulli\",\"bernoulli_logit\",\"bernoulli_logit_glm\",\"beta\",\"beta_binomial\",\"beta_proportion\",\"binomial\",\"binomial_logit\",\"categorical\",\"categorical_logit\",\"categorical_logit_glm\",\"cauchy\",\"chi_square\",\"dirichlet\",\"discrete_range\",\"double_exponential\",\"exp_mod_normal\",\"exponential\",\"frechet\",\"gamma\",\"gaussian_dlm_obs\",\"gumbel\",\"hmm_latent\",\"hypergeometric\",\"inv_chi_square\",\"inv_gamma\",\"inv_wishart\",\"lkj_corr\",\"lkj_corr_cholesky\",\"logistic\",\"lognormal\",\"multi_gp\",\"multi_gp_cholesky\",\"multi_normal\",\"multi_normal_cholesky\",\"multi_normal_prec\",\"multi_student_t\",\"multinomial\",\"multinomial_logit\",\"neg_binomial\",\"neg_binomial_2\",\"neg_binomial_2_log\",\"neg_binomial_2_log_glm\",\"normal\",\"normal_id_glm\",\"ordered_logistic\",\"ordered_logistic_glm\",\"ordered_probit\",\"pareto\",\"pareto_type_2\",\"poisson\",\"poisson_log\",\"poisson_log_glm\",\"rayleigh\",\"scaled_inv_chi_square\",\"skew_double_exponential\",\"skew_normal\",\"std_normal\",\"student_t\",\"uniform\",\"von_mises\",\"weibull\",\"wiener\",\"wishart\"],o=e.COMMENT(/\\/\\*/,/\\*\\//,{relevance:0,contains:[{scope:\"doctag\",match:/@(return|param)/}]}),l={scope:\"meta\",begin:/#include\\b/,end:/$/,contains:[{match:/[a-z][a-z-._]+/,scope:\"string\"},e.C_LINE_COMMENT_MODE]},c=[\"lower\",\"upper\",\"offset\",\"multiplier\"];return{name:\"Stan\",aliases:[\"stanfuncs\"],keywords:{$pattern:e.IDENT_RE,title:n,type:a,keyword:i,built_in:r},contains:[e.C_LINE_COMMENT_MODE,l,e.HASH_COMMENT_MODE,o,{scope:\"built_in\",match:/\\s(pi|e|sqrt2|log2|log10)(?=\\()/,relevance:0},{match:t.concat(/[<,]\\s*/,t.either(...c),/\\s*=/),keywords:c},{scope:\"keyword\",match:/\\btarget(?=\\s*\\+=)/},{match:[/~\\s*/,t.either(...s),/(?:\\(\\))/,/\\s*T(?=\\s*\\[)/],scope:{2:\"built_in\",4:\"keyword\"}},{scope:\"built_in\",keywords:s,begin:t.concat(/\\w*/,t.either(...s),/(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\\s*[\\(.*\\)])/)},{begin:[/~/,/\\s*/,t.concat(t.either(...s),/(?=\\s*[\\(.*\\)])/)],scope:{3:\"built_in\"}},{begin:[/~/,/\\s*\\w+(?=\\s*[\\(.*\\)])/,\"(?!.*/\\b(\"+t.either(...s)+\")\\b)\"],scope:{2:\"title.function\"}},{scope:\"title.function\",begin:/\\w*(_lpdf|_lupdf|_lpmf|_cdf|_lcdf|_lccdf|_qf)(?=\\s*[\\(.*\\)])/},{scope:\"number\",match:t.concat(/(?:\\b\\d+(?:_\\d+)*(?:\\.(?:\\d+(?:_\\d+)*)?)?|\\B\\.\\d+(?:_\\d+)*)/,/(?:[eE][+-]?\\d+(?:_\\d+)*)?i?(?!\\w)/),relevance:0},{scope:\"string\",begin:/\"/,end:/\"/}]}}e.exports=n},\"89e7\":function(e,t){function n(e){const t=e.regex,n={className:\"string\",begin:/\"(\"\"|[^/n])\"C\\b/},i={className:\"string\",begin:/\"/,end:/\"/,illegal:/\\n/,contains:[{begin:/\"\"/}]},a=/\\d{1,2}\\/\\d{1,2}\\/\\d{4}/,r=/\\d{4}-\\d{1,2}-\\d{1,2}/,s=/(\\d|1[012])(:\\d+){0,2} *(AM|PM)/,o=/\\d{1,2}(:\\d{1,2}){1,2}/,l={className:\"literal\",variants:[{begin:t.concat(/# */,t.either(r,a),/ *#/)},{begin:t.concat(/# */,o,/ *#/)},{begin:t.concat(/# */,s,/ *#/)},{begin:t.concat(/# */,t.either(r,a),/ +/,t.either(s,o),/ *#/)}]},c={className:\"number\",relevance:0,variants:[{begin:/\\b\\d[\\d_]*((\\.[\\d_]+(E[+-]?[\\d_]+)?)|(E[+-]?[\\d_]+))[RFD@!#]?/},{begin:/\\b\\d[\\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},_={className:\"label\",begin:/^\\w+:/},d=e.COMMENT(/'''/,/$/,{contains:[{className:\"doctag\",begin:/<\\/?/,end:/>/}]}),u=e.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\\t ]|^)REM(?=\\s)/}]}),p={className:\"meta\",begin:/[\\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\\b/,end:/$/,keywords:{keyword:\"const disable else elseif enable end externalsource if region then\"},contains:[u]};return{name:\"Visual Basic .NET\",aliases:[\"vb\"],case_insensitive:!0,classNameAliases:{label:\"symbol\"},keywords:{keyword:\"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield\",built_in:\"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort\",type:\"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort\",literal:\"true false nothing\"},illegal:\"//|\\\\{|\\\\}|endif|gosub|variant|wend|^\\\\$ \",contains:[n,i,l,c,_,d,u,p]}}e.exports=n},\"8a31\":function(e,t,n){\"use strict\";e.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:\"language-\",linkify:!1,typographer:!1,quotes:\"“”‘’\",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}}},\"8a86\":function(e,t){function n(e){const t=[\"IN\",\"A\",\"AAAA\",\"AFSDB\",\"APL\",\"CAA\",\"CDNSKEY\",\"CDS\",\"CERT\",\"CNAME\",\"DHCID\",\"DLV\",\"DNAME\",\"DNSKEY\",\"DS\",\"HIP\",\"IPSECKEY\",\"KEY\",\"KX\",\"LOC\",\"MX\",\"NAPTR\",\"NS\",\"NSEC\",\"NSEC3\",\"NSEC3PARAM\",\"PTR\",\"RRSIG\",\"RP\",\"SIG\",\"SOA\",\"SRV\",\"SSHFP\",\"TA\",\"TKEY\",\"TLSA\",\"TSIG\",\"TXT\"];return{name:\"DNS Zone\",aliases:[\"bind\",\"zone\"],keywords:t,contains:[e.COMMENT(\";\",\"$\",{relevance:0}),{className:\"meta\",begin:/^\\$(TTL|GENERATE|INCLUDE|ORIGIN)\\b/},{className:\"number\",begin:\"((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)(\\\\.(25[0-5]|2[0-4]\\\\d|1\\\\d\\\\d|[1-9]?\\\\d)){3}))|:)))\\\\b\"},{className:\"number\",begin:\"((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\\\b\"},e.inherit(e.NUMBER_MODE,{begin:/\\b\\d+[dhwm]?/})]}}e.exports=n},\"8aba\":function(e,t){function n(e){return{name:\"Oracle Rules Language\",keywords:{keyword:\"BILL_PERIOD BILL_START BILL_STOP RS_EFFECTIVE_START RS_EFFECTIVE_STOP RS_JURIS_CODE RS_OPCO_CODE INTDADDATTRIBUTE|5 INTDADDVMSG|5 INTDBLOCKOP|5 INTDBLOCKOPNA|5 INTDCLOSE|5 INTDCOUNT|5 INTDCOUNTSTATUSCODE|5 INTDCREATEMASK|5 INTDCREATEDAYMASK|5 INTDCREATEFACTORMASK|5 INTDCREATEHANDLE|5 INTDCREATEOVERRIDEDAYMASK|5 INTDCREATEOVERRIDEMASK|5 INTDCREATESTATUSCODEMASK|5 INTDCREATETOUPERIOD|5 INTDDELETE|5 INTDDIPTEST|5 INTDEXPORT|5 INTDGETERRORCODE|5 INTDGETERRORMESSAGE|5 INTDISEQUAL|5 INTDJOIN|5 INTDLOAD|5 INTDLOADACTUALCUT|5 INTDLOADDATES|5 INTDLOADHIST|5 INTDLOADLIST|5 INTDLOADLISTDATES|5 INTDLOADLISTENERGY|5 INTDLOADLISTHIST|5 INTDLOADRELATEDCHANNEL|5 INTDLOADSP|5 INTDLOADSTAGING|5 INTDLOADUOM|5 INTDLOADUOMDATES|5 INTDLOADUOMHIST|5 INTDLOADVERSION|5 INTDOPEN|5 INTDREADFIRST|5 INTDREADNEXT|5 INTDRECCOUNT|5 INTDRELEASE|5 INTDREPLACE|5 INTDROLLAVG|5 INTDROLLPEAK|5 INTDSCALAROP|5 INTDSCALE|5 INTDSETATTRIBUTE|5 INTDSETDSTPARTICIPANT|5 INTDSETSTRING|5 INTDSETVALUE|5 INTDSETVALUESTATUS|5 INTDSHIFTSTARTTIME|5 INTDSMOOTH|5 INTDSORT|5 INTDSPIKETEST|5 INTDSUBSET|5 INTDTOU|5 INTDTOURELEASE|5 INTDTOUVALUE|5 INTDUPDATESTATS|5 INTDVALUE|5 STDEV INTDDELETEEX|5 INTDLOADEXACTUAL|5 INTDLOADEXCUT|5 INTDLOADEXDATES|5 INTDLOADEX|5 INTDLOADEXRELATEDCHANNEL|5 INTDSAVEEX|5 MVLOAD|5 MVLOADACCT|5 MVLOADACCTDATES|5 MVLOADACCTHIST|5 MVLOADDATES|5 MVLOADHIST|5 MVLOADLIST|5 MVLOADLISTDATES|5 MVLOADLISTHIST|5 IF FOR NEXT DONE SELECT END CALL ABORT CLEAR CHANNEL FACTOR LIST NUMBER OVERRIDE SET WEEK DISTRIBUTIONNODE ELSE WHEN THEN OTHERWISE IENUM CSV INCLUDE LEAVE RIDER SAVE DELETE NOVALUE SECTION WARN SAVE_UPDATE DETERMINANT LABEL REPORT REVENUE EACH IN FROM TOTAL CHARGE BLOCK AND OR CSV_FILE RATE_CODE AUXILIARY_DEMAND UIDACCOUNT RS BILL_PERIOD_SELECT HOURS_PER_MONTH INTD_ERROR_STOP SEASON_SCHEDULE_NAME ACCOUNTFACTOR ARRAYUPPERBOUND CALLSTOREDPROC GETADOCONNECTION GETCONNECT GETDATASOURCE GETQUALIFIER GETUSERID HASVALUE LISTCOUNT LISTOP LISTUPDATE LISTVALUE PRORATEFACTOR RSPRORATE SETBINPATH SETDBMONITOR WQ_OPEN BILLINGHOURS DATE DATEFROMFLOAT DATETIMEFROMSTRING DATETIMETOSTRING DATETOFLOAT DAY DAYDIFF DAYNAME DBDATETIME HOUR MINUTE MONTH MONTHDIFF MONTHHOURS MONTHNAME ROUNDDATE SAMEWEEKDAYLASTYEAR SECOND WEEKDAY WEEKDIFF YEAR YEARDAY YEARSTR COMPSUM HISTCOUNT HISTMAX HISTMIN HISTMINNZ HISTVALUE MAXNRANGE MAXRANGE MINRANGE COMPIKVA COMPKVA COMPKVARFROMKQKW COMPLF IDATTR FLAG LF2KW LF2KWH MAXKW POWERFACTOR READING2USAGE AVGSEASON MAXSEASON MONTHLYMERGE SEASONVALUE SUMSEASON ACCTREADDATES ACCTTABLELOAD CONFIGADD CONFIGGET CREATEOBJECT CREATEREPORT EMAILCLIENT EXPBLKMDMUSAGE EXPMDMUSAGE EXPORT_USAGE FACTORINEFFECT GETUSERSPECIFIEDSTOP INEFFECT ISHOLIDAY RUNRATE SAVE_PROFILE SETREPORTTITLE USEREXIT WATFORRUNRATE TO TABLE ACOS ASIN ATAN ATAN2 BITAND CEIL COS COSECANT COSH COTANGENT DIVQUOT DIVREM EXP FABS FLOOR FMOD FREPM FREXPN LOG LOG10 MAX MAXN MIN MINNZ MODF POW ROUND ROUND2VALUE ROUNDINT SECANT SIN SINH SQROOT TAN TANH FLOAT2STRING FLOAT2STRINGNC INSTR LEFT LEN LTRIM MID RIGHT RTRIM STRING STRINGNC TOLOWER TOUPPER TRIM NUMDAYS READ_DATE STAGING\",built_in:\"IDENTIFIER OPTIONS XML_ELEMENT XML_OP XML_ELEMENT_OF DOMDOCCREATE DOMDOCLOADFILE DOMDOCLOADXML DOMDOCSAVEFILE DOMDOCGETROOT DOMDOCADDPI DOMNODEGETNAME DOMNODEGETTYPE DOMNODEGETVALUE DOMNODEGETCHILDCT DOMNODEGETFIRSTCHILD DOMNODEGETSIBLING DOMNODECREATECHILDELEMENT DOMNODESETATTRIBUTE DOMNODEGETCHILDELEMENTCT DOMNODEGETFIRSTCHILDELEMENT DOMNODEGETSIBLINGELEMENT DOMNODEGETATTRIBUTECT DOMNODEGETATTRIBUTEI DOMNODEGETATTRIBUTEBYNAME DOMNODEGETBYNAME\"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:\"literal\",variants:[{begin:\"#\\\\s+\",relevance:0},{begin:\"#[a-zA-Z .]+\"}]}]}}e.exports=n},\"8bd4\":function(e,t,n){var i=n(\"d066\"),a=n(\"d44e\"),r=\"DOMException\";a(i(r),r)},\"8ca5\":function(e,t){function n(e){const t=\"('|\\\\.')+\",n={relevance:0,contains:[{begin:t}]};return{name:\"Matlab\",keywords:{keyword:\"arguments break case catch classdef continue else elseif end enumeration events for function global if methods otherwise parfor persistent properties return spmd switch try while\",built_in:\"sin sind sinh asin asind asinh cos cosd cosh acos acosd acosh tan tand tanh atan atand atan2 atanh sec secd sech asec asecd asech csc cscd csch acsc acscd acsch cot cotd coth acot acotd acoth hypot exp expm1 log log1p log10 log2 pow2 realpow reallog realsqrt sqrt nthroot nextpow2 abs angle complex conj imag real unwrap isreal cplxpair fix floor ceil round mod rem sign airy besselj bessely besselh besseli besselk beta betainc betaln ellipj ellipke erf erfc erfcx erfinv expint gamma gammainc gammaln psi legendre cross dot factor isprime primes gcd lcm rat rats perms nchoosek factorial cart2sph cart2pol pol2cart sph2cart hsv2rgb rgb2hsv zeros ones eye repmat rand randn linspace logspace freqspace meshgrid accumarray size length ndims numel disp isempty isequal isequalwithequalnans cat reshape diag blkdiag tril triu fliplr flipud flipdim rot90 find sub2ind ind2sub bsxfun ndgrid permute ipermute shiftdim circshift squeeze isscalar isvector ans eps realmax realmin pi i|0 inf nan isnan isinf isfinite j|0 why compan gallery hadamard hankel hilb invhilb magic pascal rosser toeplitz vander wilkinson max min nanmax nanmin mean nanmean type table readtable writetable sortrows sort figure plot plot3 scatter scatter3 cellfun legend intersect ismember procrustes hold num2cell \"},illegal:'(//|\"|#|/\\\\*|\\\\s+/\\\\w+)',contains:[{className:\"function\",beginKeywords:\"function\",end:\"$\",contains:[e.UNDERSCORE_TITLE_MODE,{className:\"params\",variants:[{begin:\"\\\\(\",end:\"\\\\)\"},{begin:\"\\\\[\",end:\"\\\\]\"}]}]},{className:\"built_in\",begin:/true|false/,relevance:0,starts:n},{begin:\"[a-zA-Z][a-zA-Z_0-9]*\"+t,relevance:0},{className:\"number\",begin:e.C_NUMBER_RE,relevance:0,starts:n},{className:\"string\",begin:\"'\",end:\"'\",contains:[{begin:\"''\"}]},{begin:/\\]|\\}|\\)/,relevance:0,starts:n},{className:\"string\",begin:'\"',end:'\"',contains:[{begin:'\"\"'}],starts:n},e.COMMENT(\"^\\\\s*%\\\\{\\\\s*$\",\"^\\\\s*%\\\\}\\\\s*$\"),e.COMMENT(\"%\",\"$\")]}}e.exports=n},\"8d4f\":function(e,t){function n(e){const t=\"[a-z][a-zA-Z0-9_]*\",n={className:\"string\",begin:\"\\\\$.{1}\"},i={className:\"symbol\",begin:\"#\"+e.UNDERSCORE_IDENT_RE};return{name:\"Smalltalk\",aliases:[\"st\"],keywords:[\"self\",\"super\",\"nil\",\"true\",\"false\",\"thisContext\"],contains:[e.COMMENT('\"','\"'),e.APOS_STRING_MODE,{className:\"type\",begin:\"\\\\b[A-Z][A-Za-z0-9_]*\",relevance:0},{begin:t+\":\",relevance:0},e.C_NUMBER_MODE,i,n,{begin:\"\\\\|[ ]*\"+t+\"([ ]+\"+t+\")*[ ]*\\\\|\",returnBegin:!0,end:/\\|/,illegal:/\\S/,contains:[{begin:\"(\\\\|[ ]*)?\"+t}]},{begin:\"#\\\\(\",end:\"\\\\)\",contains:[e.APOS_STRING_MODE,n,e.C_NUMBER_MODE,i]}]}}e.exports=n},\"8d6d\":function(e,t){function n(e){const t={$pattern:e.UNDERSCORE_IDENT_RE,keyword:\"abstract alias align asm assert auto body break byte case cast catch class const continue debug default delete deprecated do else enum export extern final finally for foreach foreach_reverse|10 goto if immutable import in inout int interface invariant is lazy macro mixin module new nothrow out override package pragma private protected public pure ref return scope shared static struct super switch synchronized template this throw try typedef typeid typeof union unittest version void volatile while with __FILE__ __LINE__ __gshared|10 __thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__\",built_in:\"bool cdouble cent cfloat char creal dchar delegate double dstring float function idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar wstring\",literal:\"false null true\"},n=\"(0|[1-9][\\\\d_]*)\",i=\"(0|[1-9][\\\\d_]*|\\\\d[\\\\d_]*|[\\\\d_]+?\\\\d)\",a=\"0[bB][01_]+\",r=\"([\\\\da-fA-F][\\\\da-fA-F_]*|_[\\\\da-fA-F][\\\\da-fA-F_]*)\",s=\"0[xX]\"+r,o=\"([eE][+-]?\"+i+\")\",l=\"(\"+i+\"(\\\\.\\\\d*|\"+o+\")|\\\\d+\\\\.\"+i+\"|\\\\.\"+n+o+\"?)\",c=\"(0[xX](\"+r+\"\\\\.\"+r+\"|\\\\.?\"+r+\")[pP][+-]?\"+i+\")\",_=\"(\"+n+\"|\"+a+\"|\"+s+\")\",d=\"(\"+c+\"|\"+l+\")\",u=\"\\\\\\\\(['\\\"\\\\?\\\\\\\\abfnrtv]|u[\\\\dA-Fa-f]{4}|[0-7]{1,3}|x[\\\\dA-Fa-f]{2}|U[\\\\dA-Fa-f]{8})|&[a-zA-Z\\\\d]{2,};\",p={className:\"number\",begin:\"\\\\b\"+_+\"(L|u|U|Lu|LU|uL|UL)?\",relevance:0},m={className:\"number\",begin:\"\\\\b(\"+d+\"([fF]|L|i|[fF]i|Li)?|\"+_+\"(i|[fF]i|Li))\",relevance:0},g={className:\"string\",begin:\"'(\"+u+\"|.)\",end:\"'\",illegal:\".\"},h={begin:u,relevance:0},E={className:\"string\",begin:'\"',contains:[h],end:'\"[cwd]?'},S={className:\"string\",begin:'[rq]\"',end:'\"[cwd]?',relevance:5},b={className:\"string\",begin:\"`\",end:\"`[cwd]?\"},f={className:\"string\",begin:'x\"[\\\\da-fA-F\\\\s\\\\n\\\\r]*\"[cwd]?',relevance:10},T={className:\"string\",begin:'q\"\\\\{',end:'\\\\}\"'},C={className:\"meta\",begin:\"^#!\",end:\"$\",relevance:5},v={className:\"meta\",begin:\"#(line)\",end:\"$\",relevance:5},y={className:\"keyword\",begin:\"@[a-zA-Z_][a-zA-Z_\\\\d]*\"},R=e.COMMENT(\"\\\\/\\\\+\",\"\\\\+\\\\/\",{contains:[\"self\"],relevance:10});return{name:\"D\",keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,R,f,E,S,b,T,m,p,g,C,v,y]}}e.exports=n},\"8dcb\":function(e,t){function n(e){const t=e.regex,n=t.concat(/[\\p{L}_]/u,t.optional(/[\\p{L}0-9_.-]*:/u),/[\\p{L}0-9_.-]*/u),i=/[\\p{L}0-9._:-]+/u,a={className:\"symbol\",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},r={begin:/\\s/,contains:[{className:\"keyword\",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\\n/}]},s=e.inherit(r,{begin:/\\(/,end:/\\)/}),o=e.inherit(e.APOS_STRING_MODE,{className:\"string\"}),l=e.inherit(e.QUOTE_STRING_MODE,{className:\"string\"}),c={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:\"attr\",begin:i,relevance:0},{begin:/=\\s*/,relevance:0,contains:[{className:\"string\",endsParent:!0,variants:[{begin:/\"/,end:/\"/,contains:[a]},{begin:/'/,end:/'/,contains:[a]},{begin:/[^\\s\"'=<>`]+/}]}]}]};return{name:\"HTML, XML\",aliases:[\"html\",\"xhtml\",\"rss\",\"atom\",\"xjb\",\"xsd\",\"xsl\",\"plist\",\"wsf\",\"svg\"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:\"meta\",begin:/<![a-z]/,end:/>/,relevance:10,contains:[r,l,o,s,{begin:/\\[/,end:/\\]/,contains:[{className:\"meta\",begin:/<![a-z]/,end:/>/,contains:[r,s,l,o]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\\[CDATA\\[/,end:/\\]\\]>/,relevance:10},a,{className:\"meta\",end:/\\?>/,variants:[{begin:/<\\?xml/,relevance:10,contains:[l]},{begin:/<\\?[a-z][a-z0-9]+/}]},{className:\"tag\",begin:/<style(?=\\s|>)/,end:/>/,keywords:{name:\"style\"},contains:[c],starts:{end:/<\\/style>/,returnEnd:!0,subLanguage:[\"css\",\"xml\"]}},{className:\"tag\",begin:/<script(?=\\s|>)/,end:/>/,keywords:{name:\"script\"},contains:[c],starts:{end:/<\\/script>/,returnEnd:!0,subLanguage:[\"javascript\",\"handlebars\",\"xml\"]}},{className:\"tag\",begin:/<>|<\\/>/},{className:\"tag\",begin:t.concat(/</,t.lookahead(t.concat(n,t.either(/\\/>/,/>/,/\\s/)))),end:/\\/?>/,contains:[{className:\"name\",begin:n,relevance:0,starts:c}]},{className:\"tag\",begin:t.concat(/<\\//,t.lookahead(t.concat(n,/>/))),contains:[{className:\"name\",begin:n,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}e.exports=n},\"8f37\":function(e,t,n){\"use strict\";var i={};function a(e){var t,n,a=i[e];if(a)return a;for(a=i[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),a.push(n);for(t=0;t<e.length;t++)n=e.charCodeAt(t),a[n]=\"%\"+(\"0\"+n.toString(16).toUpperCase()).slice(-2);return a}function r(e,t){var n;return\"string\"!==typeof t&&(t=r.defaultChars),n=a(t),e.replace(/(%[a-f0-9]{2})+/gi,(function(e){var t,i,a,r,s,o,l,c=\"\";for(t=0,i=e.length;t<i;t+=3)a=parseInt(e.slice(t+1,t+3),16),a<128?c+=n[a]:192===(224&a)&&t+3<i&&(r=parseInt(e.slice(t+4,t+6),16),128===(192&r))?(l=a<<6&1984|63&r,c+=l<128?\"��\":String.fromCharCode(l),t+=3):224===(240&a)&&t+6<i&&(r=parseInt(e.slice(t+4,t+6),16),s=parseInt(e.slice(t+7,t+9),16),128===(192&r)&&128===(192&s))?(l=a<<12&61440|r<<6&4032|63&s,c+=l<2048||l>=55296&&l<=57343?\"���\":String.fromCharCode(l),t+=6):240===(248&a)&&t+9<i&&(r=parseInt(e.slice(t+4,t+6),16),s=parseInt(e.slice(t+7,t+9),16),o=parseInt(e.slice(t+10,t+12),16),128===(192&r)&&128===(192&s)&&128===(192&o))?(l=a<<18&1835008|r<<12&258048|s<<6&4032|63&o,l<65536||l>1114111?c+=\"����\":(l-=65536,c+=String.fromCharCode(55296+(l>>10),56320+(1023&l))),t+=9):c+=\"�\";return c}))}r.defaultChars=\";/?:@&=+$,#\",r.componentChars=\"\",e.exports=r},\"8fdb\":function(e,t,n){\"use strict\";\n/*!\n  * PhotoSwipe Lightbox 5.3.4 - https://photoswipe.com\n  * (c) 2022 Dmytro Semenov\n  */\nfunction i(e,t,n){const i=document.createElement(t||\"div\");return e&&(i.className=e),n&&n.appendChild(i),i}function a(e,t,n){let i=\"translate3d(\"+e+\"px,\"+(t||0)+\"px,0)\";return void 0!==n&&(i+=\" scale3d(\"+n+\",\"+n+\",1)\"),i}function r(e,t,n){e.style.width=\"number\"===typeof t?t+\"px\":t,e.style.height=\"number\"===typeof n?n+\"px\":n}n.d(t,\"a\",(function(){return v}));const s={IDLE:\"idle\",LOADING:\"loading\",LOADED:\"loaded\",ERROR:\"error\"};function o(e){if(2===e.which||e.ctrlKey||e.metaKey||e.altKey||e.shiftKey)return!0}function l(e,t,n=document){let i=[];if(e instanceof Element)i=[e];else if(e instanceof NodeList||Array.isArray(e))i=Array.from(e);else{const a=\"string\"===typeof e?e:t;a&&(i=Array.from(n.querySelectorAll(a)))}return i}function c(e){return\"function\"===typeof e&&e.prototype&&e.prototype.goTo}function _(){return!(!navigator.vendor||!navigator.vendor.match(/apple/i))}class d{constructor(e,t){this.type=e,t&&Object.assign(this,t)}preventDefault(){this.defaultPrevented=!0}}class u{constructor(){this._listeners={},this._filters={},this.pswp=void 0,this.options=void 0}addFilter(e,t,n=100){this._filters[e]||(this._filters[e]=[]),this._filters[e].push({fn:t,priority:n}),this._filters[e].sort((e,t)=>e.priority-t.priority),this.pswp&&this.pswp.addFilter(e,t,n)}removeFilter(e,t){this._filters[e]&&(this._filters[e]=this._filters[e].filter(e=>e.fn!==t)),this.pswp&&this.pswp.removeFilter(e,t)}applyFilters(e,...t){return this._filters[e]&&this._filters[e].forEach(e=>{t[0]=e.fn.apply(this,t)}),t[0]}on(e,t){this._listeners[e]||(this._listeners[e]=[]),this._listeners[e].push(t),this.pswp&&this.pswp.on(e,t)}off(e,t){this._listeners[e]&&(this._listeners[e]=this._listeners[e].filter(e=>t!==e)),this.pswp&&this.pswp.off(e,t)}dispatch(e,t){if(this.pswp)return this.pswp.dispatch(e,t);const n=new d(e,t);return this._listeners?(this._listeners[e]&&this._listeners[e].forEach(e=>{e.call(this,n)}),n):n}}class p{constructor(e,t){this.element=i(\"pswp__img pswp__img--placeholder\",e?\"img\":\"\",t),e&&(this.element.decoding=\"async\",this.element.alt=\"\",this.element.src=e,this.element.setAttribute(\"role\",\"presentation\")),this.element.setAttribute(\"aria-hidden\",\"true\")}setDisplayedSize(e,t){this.element&&(\"IMG\"===this.element.tagName?(r(this.element,250,\"auto\"),this.element.style.transformOrigin=\"0 0\",this.element.style.transform=a(0,0,e/250)):r(this.element,e,t))}destroy(){this.element.parentNode&&this.element.remove(),this.element=null}}class m{constructor(e,t,n){this.instance=t,this.data=e,this.index=n,this.element=void 0,this.displayedImageWidth=0,this.displayedImageHeight=0,this.width=Number(this.data.w)||Number(this.data.width)||0,this.height=Number(this.data.h)||Number(this.data.height)||0,this.isAttached=!1,this.hasSlide=!1,this.state=s.IDLE,this.data.type?this.type=this.data.type:this.data.src?this.type=\"image\":this.type=\"html\",this.instance.dispatch(\"contentInit\",{content:this})}removePlaceholder(){this.placeholder&&!this.keepPlaceholder()&&setTimeout(()=>{this.placeholder&&(this.placeholder.destroy(),this.placeholder=null)},1e3)}load(e,t){if(this.slide&&this.usePlaceholder())if(this.placeholder){const e=this.placeholder.element;e&&!e.parentElement&&this.slide.container.prepend(e)}else{const e=this.instance.applyFilters(\"placeholderSrc\",!(!this.data.msrc||!this.slide.isFirstSlide)&&this.data.msrc,this);this.placeholder=new p(e,this.slide.container)}this.element&&!t||this.instance.dispatch(\"contentLoad\",{content:this,isLazy:e}).defaultPrevented||(this.isImageContent()?(this.element=i(\"pswp__img\",\"img\"),this.displayedImageWidth&&this.loadImage(e)):(this.element=i(\"pswp__content\"),this.element.innerHTML=this.data.html||\"\"),t&&this.slide&&this.slide.updateContentSize(!0))}loadImage(e){const t=this.element;this.instance.dispatch(\"contentLoadImage\",{content:this,isLazy:e}).defaultPrevented||(this.updateSrcsetSizes(),this.data.srcset&&(t.srcset=this.data.srcset),t.src=this.data.src,t.alt=this.data.alt||\"\",this.state=s.LOADING,t.complete?this.onLoaded():(t.onload=()=>{this.onLoaded()},t.onerror=()=>{this.onError()}))}setSlide(e){this.slide=e,this.hasSlide=!0,this.instance=e.pswp}onLoaded(){this.state=s.LOADED,this.slide&&(this.instance.dispatch(\"loadComplete\",{slide:this.slide,content:this}),this.slide.isActive&&this.slide.heavyAppended&&!this.element.parentNode&&(this.append(),this.slide.updateContentSize(!0)),this.state!==s.LOADED&&this.state!==s.ERROR||this.removePlaceholder())}onError(){this.state=s.ERROR,this.slide&&(this.displayError(),this.instance.dispatch(\"loadComplete\",{slide:this.slide,isError:!0,content:this}),this.instance.dispatch(\"loadError\",{slide:this.slide,content:this}))}isLoading(){return this.instance.applyFilters(\"isContentLoading\",this.state===s.LOADING,this)}isError(){return this.state===s.ERROR}isImageContent(){return\"image\"===this.type}setDisplayedSize(e,t){if(this.element&&(this.placeholder&&this.placeholder.setDisplayedSize(e,t),!this.instance.dispatch(\"contentResize\",{content:this,width:e,height:t}).defaultPrevented&&(r(this.element,e,t),this.isImageContent()&&!this.isError()))){const n=!this.displayedImageWidth&&e;this.displayedImageWidth=e,this.displayedImageHeight=t,n?this.loadImage(!1):this.updateSrcsetSizes(),this.slide&&this.instance.dispatch(\"imageSizeChange\",{slide:this.slide,width:e,height:t,content:this})}}isZoomable(){return this.instance.applyFilters(\"isContentZoomable\",this.isImageContent()&&this.state!==s.ERROR,this)}updateSrcsetSizes(){if(this.data.srcset){const e=this.element,t=this.instance.applyFilters(\"srcsetSizesWidth\",this.displayedImageWidth,this);(!e.dataset.largestUsedSize||t>parseInt(e.dataset.largestUsedSize,10))&&(e.sizes=t+\"px\",e.dataset.largestUsedSize=String(t))}}usePlaceholder(){return this.instance.applyFilters(\"useContentPlaceholder\",this.isImageContent(),this)}lazyLoad(){this.instance.dispatch(\"contentLazyLoad\",{content:this}).defaultPrevented||this.load(!0)}keepPlaceholder(){return this.instance.applyFilters(\"isKeepingPlaceholder\",this.isLoading(),this)}destroy(){this.hasSlide=!1,this.slide=null,this.instance.dispatch(\"contentDestroy\",{content:this}).defaultPrevented||(this.remove(),this.placeholder&&(this.placeholder.destroy(),this.placeholder=null),this.isImageContent()&&this.element&&(this.element.onload=null,this.element.onerror=null,this.element=null))}displayError(){if(this.slide){let e=i(\"pswp__error-msg\");e.innerText=this.instance.options.errorMsg,e=this.instance.applyFilters(\"contentErrorElement\",e,this),this.element=i(\"pswp__content pswp__error-msg-container\"),this.element.appendChild(e),this.slide.container.innerText=\"\",this.slide.container.appendChild(this.element),this.slide.updateContentSize(!0),this.removePlaceholder()}}append(){if(this.isAttached)return;if(this.isAttached=!0,this.state===s.ERROR)return void this.displayError();if(this.instance.dispatch(\"contentAppend\",{content:this}).defaultPrevented)return;const e=\"decode\"in this.element;this.isImageContent()?e&&this.slide&&(!this.slide.isActive||_())?(this.isDecoding=!0,this.element.decode().catch(()=>{}).finally(()=>{this.isDecoding=!1,this.appendImage()})):this.appendImage():this.element&&!this.element.parentNode&&this.slide.container.appendChild(this.element)}activate(){this.instance.dispatch(\"contentActivate\",{content:this}).defaultPrevented||this.slide&&(this.isImageContent()&&this.isDecoding&&!_()?this.appendImage():this.isError()&&this.load(!1,!0),this.slide.holderElement&&this.slide.holderElement.setAttribute(\"aria-hidden\",\"false\"))}deactivate(){this.instance.dispatch(\"contentDeactivate\",{content:this}),this.slide&&this.slide.holderElement&&this.slide.holderElement.setAttribute(\"aria-hidden\",\"true\")}remove(){this.isAttached=!1,this.instance.dispatch(\"contentRemove\",{content:this}).defaultPrevented||(this.element&&this.element.parentNode&&this.element.remove(),this.placeholder&&this.placeholder.element&&this.placeholder.element.remove())}appendImage(){this.isAttached&&(this.instance.dispatch(\"contentAppendImage\",{content:this}).defaultPrevented||(this.slide&&this.element&&!this.element.parentNode&&this.slide.container.appendChild(this.element),this.state!==s.LOADED&&this.state!==s.ERROR||this.removePlaceholder()))}}function g(e,t){if(e.getViewportSizeFn){const n=e.getViewportSizeFn(e,t);if(n)return n}return{x:document.documentElement.clientWidth,y:window.innerHeight}}function h(e,t,n,i,a){let r;if(t.paddingFn)r=t.paddingFn(n,i,a)[e];else if(t.padding)r=t.padding[e];else{const n=\"padding\"+e[0].toUpperCase()+e.slice(1);t[n]&&(r=t[n])}return r||0}function E(e,t,n,i){return{x:t.x-h(\"left\",e,t,n,i)-h(\"right\",e,t,n,i),y:t.y-h(\"top\",e,t,n,i)-h(\"bottom\",e,t,n,i)}}const S=4e3;class b{constructor(e,t,n,i){this.pswp=i,this.options=e,this.itemData=t,this.index=n}update(e,t,n){this.elementSize={x:e,y:t},this.panAreaSize=n;const i=this.panAreaSize.x/this.elementSize.x,a=this.panAreaSize.y/this.elementSize.y;this.fit=Math.min(1,i<a?i:a),this.fill=Math.min(1,i>a?i:a),this.vFill=Math.min(1,a),this.initial=this._getInitial(),this.secondary=this._getSecondary(),this.max=Math.max(this.initial,this.secondary,this._getMax()),this.min=Math.min(this.fit,this.initial,this.secondary),this.pswp&&this.pswp.dispatch(\"zoomLevelsUpdate\",{zoomLevels:this,slideData:this.itemData})}_parseZoomLevelOption(e){const t=e+\"ZoomLevel\",n=this.options[t];if(n)return\"function\"===typeof n?n(this):\"fill\"===n?this.fill:\"fit\"===n?this.fit:Number(n)}_getSecondary(){let e=this._parseZoomLevelOption(\"secondary\");return e||(e=Math.min(1,3*this.fit),e*this.elementSize.x>S&&(e=S/this.elementSize.x),e)}_getInitial(){return this._parseZoomLevelOption(\"initial\")||this.fit}_getMax(){const e=this._parseZoomLevelOption(\"max\");return e||Math.max(1,4*this.fit)}}function f(e,t,n){const i=t.createContentFromData(e,n);if(!i||!i.lazyLoad)return;const{options:a}=t,r=t.viewportSize||g(a,t),s=E(a,r,e,n),o=new b(a,e,-1);return o.update(i.width,i.height,s),i.lazyLoad(),i.setDisplayedSize(Math.ceil(i.width*o.initial),Math.ceil(i.height*o.initial)),i}function T(e,t){const n=t.getItemData(e);if(!t.dispatch(\"lazyLoadSlide\",{index:e,itemData:n}).defaultPrevented)return f(n,t,e)}class C extends u{getNumItems(){let e;const{dataSource:t}=this.options;t?\"length\"in t?e=t.length:\"gallery\"in t&&(t.items||(t.items=this._getGalleryDOMElements(t.gallery)),t.items&&(e=t.items.length)):e=0;const n=this.dispatch(\"numItems\",{dataSource:t,numItems:e});return this.applyFilters(\"numItems\",n.numItems,t)}createContentFromData(e,t){return new m(e,this,t)}getItemData(e){const{dataSource:t}=this.options;let n;Array.isArray(t)?n=t[e]:t&&t.gallery&&(t.items||(t.items=this._getGalleryDOMElements(t.gallery)),n=t.items[e]);let i=n;i instanceof Element&&(i=this._domElementToItemData(i));const a=this.dispatch(\"itemData\",{itemData:i||{},index:e});return this.applyFilters(\"itemData\",a.itemData,e)}_getGalleryDOMElements(e){return this.options.children||this.options.childSelector?l(this.options.children,this.options.childSelector,e)||[]:[e]}_domElementToItemData(e){const t={element:e},n=\"A\"===e.tagName?e:e.querySelector(\"a\");if(n){t.src=n.dataset.pswpSrc||n.href,n.dataset.pswpSrcset&&(t.srcset=n.dataset.pswpSrcset),t.width=parseInt(n.dataset.pswpWidth,10),t.height=parseInt(n.dataset.pswpHeight,10),t.w=t.width,t.h=t.height,n.dataset.pswpType&&(t.type=n.dataset.pswpType);const i=e.querySelector(\"img\");i&&(t.msrc=i.currentSrc||i.src,t.alt=i.getAttribute(\"alt\")),(n.dataset.pswpCropped||n.dataset.cropped)&&(t.thumbCropped=!0)}return this.applyFilters(\"domItemData\",t,e,n)}lazyLoadData(e,t){return f(e,this,t)}}class v extends C{constructor(e){super(),this.options=e||{},this._uid=0}init(){this.onThumbnailsClick=this.onThumbnailsClick.bind(this),l(this.options.gallery,this.options.gallerySelector).forEach(e=>{e.addEventListener(\"click\",this.onThumbnailsClick,!1)})}onThumbnailsClick(e){if(o(e)||window.pswp||!1===window.navigator.onLine)return;let t={x:e.clientX,y:e.clientY};t.x||t.y||(t=null);let n=this.getClickedIndex(e);n=this.applyFilters(\"clickedIndex\",n,e,this);const i={gallery:e.currentTarget};n>=0&&(e.preventDefault(),this.loadAndOpen(n,i,t))}getClickedIndex(e){if(this.options.getClickedIndexFn)return this.options.getClickedIndexFn.call(this,e);const t=e.target,n=l(this.options.children,this.options.childSelector,e.currentTarget),i=n.findIndex(e=>e===t||e.contains(t));return-1!==i?i:this.options.children||this.options.childSelector?-1:0}loadAndOpen(e,t,n){return!window.pswp&&(this.options.index=e,this.options.initialPointerPos=n,this.shouldOpen=!0,this.preload(e,t),!0)}preload(e,t){const{options:n}=this;t&&(n.dataSource=t);const i=[],a=typeof n.pswpModule;if(c(n.pswpModule))i.push(Promise.resolve(n.pswpModule));else{if(\"string\"===a)throw new Error(\"pswpModule as string is no longer supported\");if(\"function\"!==a)throw new Error(\"pswpModule is not valid\");i.push(n.pswpModule())}\"function\"===typeof n.openPromise&&i.push(n.openPromise()),!1!==n.preloadFirstSlide&&e>=0&&(this._preloadedContent=T(e,this));const r=++this._uid;Promise.all(i).then(e=>{if(this.shouldOpen){const t=e[0];this._openPhotoswipe(t,r)}})}_openPhotoswipe(e,t){if(t!==this._uid&&this.shouldOpen)return;if(this.shouldOpen=!1,window.pswp)return;const n=\"object\"===typeof e?new e.default(this.options):new e(this.options);this.pswp=n,window.pswp=n,Object.keys(this._listeners).forEach(e=>{this._listeners[e].forEach(t=>{n.on(e,t)})}),Object.keys(this._filters).forEach(e=>{this._filters[e].forEach(t=>{n.addFilter(e,t.fn,t.priority)})}),this._preloadedContent&&(n.contentLoader.addToCache(this._preloadedContent),this._preloadedContent=null),n.on(\"destroy\",()=>{this.pswp=null,window.pswp=null}),n.init()}destroy(){this.pswp&&this.pswp.destroy(),this.shouldOpen=!1,this._listeners=null,l(this.options.gallery,this.options.gallerySelector).forEach(e=>{e.removeEventListener(\"click\",this.onThumbnailsClick,!1)})}}},\"919d\":function(e,t){function n(e){const t=[\"println\",\"readln\",\"print\",\"import\",\"module\",\"function\",\"local\",\"return\",\"let\",\"var\",\"while\",\"for\",\"foreach\",\"times\",\"in\",\"case\",\"when\",\"match\",\"with\",\"break\",\"continue\",\"augment\",\"augmentation\",\"each\",\"find\",\"filter\",\"reduce\",\"if\",\"then\",\"else\",\"otherwise\",\"try\",\"catch\",\"finally\",\"raise\",\"throw\",\"orIfNull\",\"DynamicObject|10\",\"DynamicVariable\",\"struct\",\"Observable\",\"map\",\"set\",\"vector\",\"list\",\"array\"];return{name:\"Golo\",keywords:{keyword:t,literal:[\"true\",\"false\",\"null\"]},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:\"meta\",begin:\"@[A-Za-z]+\"}]}}e.exports=n},\"922c\":function(e,t,n){\"use strict\";function i(e,t){var n,i,a,r,s,o=[],l=t.length;for(n=0;n<l;n++)a=t[n],126===a.marker&&-1!==a.end&&(r=t[a.end],s=e.tokens[a.token],s.type=\"s_open\",s.tag=\"s\",s.nesting=1,s.markup=\"~~\",s.content=\"\",s=e.tokens[r.token],s.type=\"s_close\",s.tag=\"s\",s.nesting=-1,s.markup=\"~~\",s.content=\"\",\"text\"===e.tokens[r.token-1].type&&\"~\"===e.tokens[r.token-1].content&&o.push(r.token-1));while(o.length){n=o.pop(),i=n+1;while(i<e.tokens.length&&\"s_close\"===e.tokens[i].type)i++;i--,n!==i&&(s=e.tokens[i],e.tokens[i]=e.tokens[n],e.tokens[n]=s)}}e.exports.tokenize=function(e,t){var n,i,a,r,s,o=e.pos,l=e.src.charCodeAt(o);if(t)return!1;if(126!==l)return!1;if(i=e.scanDelims(e.pos,!0),r=i.length,s=String.fromCharCode(l),r<2)return!1;for(r%2&&(a=e.push(\"text\",\"\",0),a.content=s,r--),n=0;n<r;n+=2)a=e.push(\"text\",\"\",0),a.content=s+s,e.delimiters.push({marker:l,length:0,token:e.tokens.length-1,end:-1,open:i.can_open,close:i.can_close});return e.pos+=i.length,!0},e.exports.postProcess=function(e){var t,n=e.tokens_meta,a=e.tokens_meta.length;for(i(e,e.delimiters),t=0;t<a;t++)n[t]&&n[t].delimiters&&i(e,n[t].delimiters)}},\"932d\":function(e,t,n){\"use strict\";var i=n(\"0068\").normalizeReference,a=n(\"0068\").isSpace;e.exports=function(e,t){var n,r,s,o,l,c,_,d,u,p,m,g,h,E=\"\",S=e.pos,b=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;if(c=e.pos+2,l=e.md.helpers.parseLinkLabel(e,e.pos+1,!1),l<0)return!1;if(_=l+1,_<b&&40===e.src.charCodeAt(_)){for(_++;_<b;_++)if(r=e.src.charCodeAt(_),!a(r)&&10!==r)break;if(_>=b)return!1;for(h=_,u=e.md.helpers.parseLinkDestination(e.src,_,e.posMax),u.ok&&(E=e.md.normalizeLink(u.str),e.md.validateLink(E)?_=u.pos:E=\"\"),h=_;_<b;_++)if(r=e.src.charCodeAt(_),!a(r)&&10!==r)break;if(u=e.md.helpers.parseLinkTitle(e.src,_,e.posMax),_<b&&h!==_&&u.ok){for(p=u.str,_=u.pos;_<b;_++)if(r=e.src.charCodeAt(_),!a(r)&&10!==r)break}else p=\"\";if(_>=b||41!==e.src.charCodeAt(_))return e.pos=S,!1;_++}else{if(\"undefined\"===typeof e.env.references)return!1;if(_<b&&91===e.src.charCodeAt(_)?(h=_+1,_=e.md.helpers.parseLinkLabel(e,_),_>=0?o=e.src.slice(h,_++):_=l+1):_=l+1,o||(o=e.src.slice(c,l)),d=e.env.references[i(o)],!d)return e.pos=S,!1;E=d.href,p=d.title}return t||(s=e.src.slice(c,l),e.md.inline.parse(s,e.md,e.env,g=[]),m=e.push(\"image\",\"img\",0),m.attrs=n=[[\"src\",E],[\"alt\",\"\"]],m.children=g,m.content=s,p&&n.push([\"title\",p])),e.pos=_,e.posMax=b,!0}},\"943c\":function(e,t,n){\"use strict\";e.exports=function(e){var t,n,i,a,r,s,o=e.tokens;for(t=0,n=o.length;t<n;t++)if(\"inline\"===o[t].type){for(i=o[t].children,r=i.length,a=0;a<r;a++)\"text_special\"===i[a].type&&(i[a].type=\"text\");for(a=s=0;a<r;a++)\"text\"===i[a].type&&a+1<r&&\"text\"===i[a+1].type?i[a+1].content=i[a].content+i[a+1].content:(a!==s&&(i[s]=i[a]),s++);a!==s&&(i.length=s)}}},\"944e7\":function(e,t){function n(e){const t=e.regex,n=e.COMMENT(\"//\",\"$\",{contains:[{begin:/\\\\\\n/}]}),i=\"decltype\\\\(auto\\\\)\",a=\"[a-zA-Z_]\\\\w*::\",r=\"<[^<>]+>\",s=\"(?!struct)(\"+i+\"|\"+t.optional(a)+\"[a-zA-Z_]\\\\w*\"+t.optional(r)+\")\",o={className:\"type\",begin:\"\\\\b[a-z\\\\d_]*_t\\\\b\"},l=\"\\\\\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\\\S)\",c={className:\"string\",variants:[{begin:'(u8?|U|L)?\"',end:'\"',illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE]},{begin:\"(u8?|U|L)?'(\"+l+\"|.)\",end:\"'\",illegal:\".\"},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R\"([^()\\\\ ]{0,16})\\(/,end:/\\)([^()\\\\ ]{0,16})\"/})]},_={className:\"number\",variants:[{begin:\"\\\\b(0b[01']+)\"},{begin:\"(-?)\\\\b([\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)\"},{begin:\"(-?)(\\\\b0[xX][a-fA-F0-9']+|(\\\\b[\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)([eE][-+]?[\\\\d']+)?)\"}],relevance:0},d={className:\"meta\",begin:/#\\s*[a-z]+\\b/,end:/$/,keywords:{keyword:\"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include\"},contains:[{begin:/\\\\\\n/,relevance:0},e.inherit(c,{className:\"string\"}),{className:\"string\",begin:/<.*?>/},n,e.C_BLOCK_COMMENT_MODE]},u={className:\"title\",begin:t.optional(a)+e.IDENT_RE,relevance:0},p=t.optional(a)+e.IDENT_RE+\"\\\\s*\\\\(\",m=[\"alignas\",\"alignof\",\"and\",\"and_eq\",\"asm\",\"atomic_cancel\",\"atomic_commit\",\"atomic_noexcept\",\"auto\",\"bitand\",\"bitor\",\"break\",\"case\",\"catch\",\"class\",\"co_await\",\"co_return\",\"co_yield\",\"compl\",\"concept\",\"const_cast|10\",\"consteval\",\"constexpr\",\"constinit\",\"continue\",\"decltype\",\"default\",\"delete\",\"do\",\"dynamic_cast|10\",\"else\",\"enum\",\"explicit\",\"export\",\"extern\",\"false\",\"final\",\"for\",\"friend\",\"goto\",\"if\",\"import\",\"inline\",\"module\",\"mutable\",\"namespace\",\"new\",\"noexcept\",\"not\",\"not_eq\",\"nullptr\",\"operator\",\"or\",\"or_eq\",\"override\",\"private\",\"protected\",\"public\",\"reflexpr\",\"register\",\"reinterpret_cast|10\",\"requires\",\"return\",\"sizeof\",\"static_assert\",\"static_cast|10\",\"struct\",\"switch\",\"synchronized\",\"template\",\"this\",\"thread_local\",\"throw\",\"transaction_safe\",\"transaction_safe_dynamic\",\"true\",\"try\",\"typedef\",\"typeid\",\"typename\",\"union\",\"using\",\"virtual\",\"volatile\",\"while\",\"xor\",\"xor_eq\"],g=[\"bool\",\"char\",\"char16_t\",\"char32_t\",\"char8_t\",\"double\",\"float\",\"int\",\"long\",\"short\",\"void\",\"wchar_t\",\"unsigned\",\"signed\",\"const\",\"static\"],h=[\"any\",\"auto_ptr\",\"barrier\",\"binary_semaphore\",\"bitset\",\"complex\",\"condition_variable\",\"condition_variable_any\",\"counting_semaphore\",\"deque\",\"false_type\",\"future\",\"imaginary\",\"initializer_list\",\"istringstream\",\"jthread\",\"latch\",\"lock_guard\",\"multimap\",\"multiset\",\"mutex\",\"optional\",\"ostringstream\",\"packaged_task\",\"pair\",\"promise\",\"priority_queue\",\"queue\",\"recursive_mutex\",\"recursive_timed_mutex\",\"scoped_lock\",\"set\",\"shared_future\",\"shared_lock\",\"shared_mutex\",\"shared_timed_mutex\",\"shared_ptr\",\"stack\",\"string_view\",\"stringstream\",\"timed_mutex\",\"thread\",\"true_type\",\"tuple\",\"unique_lock\",\"unique_ptr\",\"unordered_map\",\"unordered_multimap\",\"unordered_multiset\",\"unordered_set\",\"variant\",\"vector\",\"weak_ptr\",\"wstring\",\"wstring_view\"],E=[\"abort\",\"abs\",\"acos\",\"apply\",\"as_const\",\"asin\",\"atan\",\"atan2\",\"calloc\",\"ceil\",\"cerr\",\"cin\",\"clog\",\"cos\",\"cosh\",\"cout\",\"declval\",\"endl\",\"exchange\",\"exit\",\"exp\",\"fabs\",\"floor\",\"fmod\",\"forward\",\"fprintf\",\"fputs\",\"free\",\"frexp\",\"fscanf\",\"future\",\"invoke\",\"isalnum\",\"isalpha\",\"iscntrl\",\"isdigit\",\"isgraph\",\"islower\",\"isprint\",\"ispunct\",\"isspace\",\"isupper\",\"isxdigit\",\"labs\",\"launder\",\"ldexp\",\"log\",\"log10\",\"make_pair\",\"make_shared\",\"make_shared_for_overwrite\",\"make_tuple\",\"make_unique\",\"malloc\",\"memchr\",\"memcmp\",\"memcpy\",\"memset\",\"modf\",\"move\",\"pow\",\"printf\",\"putchar\",\"puts\",\"realloc\",\"scanf\",\"sin\",\"sinh\",\"snprintf\",\"sprintf\",\"sqrt\",\"sscanf\",\"std\",\"stderr\",\"stdin\",\"stdout\",\"strcat\",\"strchr\",\"strcmp\",\"strcpy\",\"strcspn\",\"strlen\",\"strncat\",\"strncmp\",\"strncpy\",\"strpbrk\",\"strrchr\",\"strspn\",\"strstr\",\"swap\",\"tan\",\"tanh\",\"terminate\",\"to_underlying\",\"tolower\",\"toupper\",\"vfprintf\",\"visit\",\"vprintf\",\"vsprintf\"],S=[\"NULL\",\"false\",\"nullopt\",\"nullptr\",\"true\"],b=[\"_Pragma\"],f={type:g,keyword:m,literal:S,built_in:b,_type_hints:h},T={className:\"function.dispatch\",relevance:0,keywords:{_hint:E},begin:t.concat(/\\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,t.lookahead(/(<[^<>]+>|)\\s*\\(/))},C=[T,d,o,n,e.C_BLOCK_COMMENT_MODE,_,c],v={variants:[{begin:/=/,end:/;/},{begin:/\\(/,end:/\\)/},{beginKeywords:\"new throw return else\",end:/;/}],keywords:f,contains:C.concat([{begin:/\\(/,end:/\\)/,keywords:f,contains:C.concat([\"self\"]),relevance:0}]),relevance:0},y={className:\"function\",begin:\"(\"+s+\"[\\\\*&\\\\s]+)+\"+p,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:f,illegal:/[^\\w\\s\\*&:<>.]/,contains:[{begin:i,keywords:f,relevance:0},{begin:p,returnBegin:!0,contains:[u],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[c,_]},{relevance:0,match:/,/},{className:\"params\",begin:/\\(/,end:/\\)/,keywords:f,relevance:0,contains:[n,e.C_BLOCK_COMMENT_MODE,c,_,o,{begin:/\\(/,end:/\\)/,keywords:f,relevance:0,contains:[\"self\",n,e.C_BLOCK_COMMENT_MODE,c,_,o]}]},o,n,e.C_BLOCK_COMMENT_MODE,d]};return{name:\"C++\",aliases:[\"cc\",\"c++\",\"h++\",\"hpp\",\"hh\",\"hxx\",\"cxx\"],keywords:f,illegal:\"</\",classNameAliases:{\"function.dispatch\":\"built_in\"},contains:[].concat(v,y,T,C,[d,{begin:\"\\\\b(deque|list|queue|priority_queue|pair|stack|vector|map|set|bitset|multiset|multimap|unordered_map|unordered_set|unordered_multiset|unordered_multimap|array|tuple|optional|variant|function)\\\\s*<(?!<)\",end:\">\",keywords:f,contains:[\"self\",o]},{begin:e.IDENT_RE+\"::\",keywords:f},{match:[/\\b(?:enum(?:\\s+(?:class|struct))?|class|struct|union)/,/\\s+/,/\\w+/],className:{1:\"keyword\",3:\"title.class\"}}])}}function i(e){const t={type:[\"boolean\",\"byte\",\"word\",\"String\"],built_in:[\"KeyboardController\",\"MouseController\",\"SoftwareSerial\",\"EthernetServer\",\"EthernetClient\",\"LiquidCrystal\",\"RobotControl\",\"GSMVoiceCall\",\"EthernetUDP\",\"EsploraTFT\",\"HttpClient\",\"RobotMotor\",\"WiFiClient\",\"GSMScanner\",\"FileSystem\",\"Scheduler\",\"GSMServer\",\"YunClient\",\"YunServer\",\"IPAddress\",\"GSMClient\",\"GSMModem\",\"Keyboard\",\"Ethernet\",\"Console\",\"GSMBand\",\"Esplora\",\"Stepper\",\"Process\",\"WiFiUDP\",\"GSM_SMS\",\"Mailbox\",\"USBHost\",\"Firmata\",\"PImage\",\"Client\",\"Server\",\"GSMPIN\",\"FileIO\",\"Bridge\",\"Serial\",\"EEPROM\",\"Stream\",\"Mouse\",\"Audio\",\"Servo\",\"File\",\"Task\",\"GPRS\",\"WiFi\",\"Wire\",\"TFT\",\"GSM\",\"SPI\",\"SD\"],_hints:[\"setup\",\"loop\",\"runShellCommandAsynchronously\",\"analogWriteResolution\",\"retrieveCallingNumber\",\"printFirmwareVersion\",\"analogReadResolution\",\"sendDigitalPortPair\",\"noListenOnLocalhost\",\"readJoystickButton\",\"setFirmwareVersion\",\"readJoystickSwitch\",\"scrollDisplayRight\",\"getVoiceCallStatus\",\"scrollDisplayLeft\",\"writeMicroseconds\",\"delayMicroseconds\",\"beginTransmission\",\"getSignalStrength\",\"runAsynchronously\",\"getAsynchronously\",\"listenOnLocalhost\",\"getCurrentCarrier\",\"readAccelerometer\",\"messageAvailable\",\"sendDigitalPorts\",\"lineFollowConfig\",\"countryNameWrite\",\"runShellCommand\",\"readStringUntil\",\"rewindDirectory\",\"readTemperature\",\"setClockDivider\",\"readLightSensor\",\"endTransmission\",\"analogReference\",\"detachInterrupt\",\"countryNameRead\",\"attachInterrupt\",\"encryptionType\",\"readBytesUntil\",\"robotNameWrite\",\"readMicrophone\",\"robotNameRead\",\"cityNameWrite\",\"userNameWrite\",\"readJoystickY\",\"readJoystickX\",\"mouseReleased\",\"openNextFile\",\"scanNetworks\",\"noInterrupts\",\"digitalWrite\",\"beginSpeaker\",\"mousePressed\",\"isActionDone\",\"mouseDragged\",\"displayLogos\",\"noAutoscroll\",\"addParameter\",\"remoteNumber\",\"getModifiers\",\"keyboardRead\",\"userNameRead\",\"waitContinue\",\"processInput\",\"parseCommand\",\"printVersion\",\"readNetworks\",\"writeMessage\",\"blinkVersion\",\"cityNameRead\",\"readMessage\",\"setDataMode\",\"parsePacket\",\"isListening\",\"setBitOrder\",\"beginPacket\",\"isDirectory\",\"motorsWrite\",\"drawCompass\",\"digitalRead\",\"clearScreen\",\"serialEvent\",\"rightToLeft\",\"setTextSize\",\"leftToRight\",\"requestFrom\",\"keyReleased\",\"compassRead\",\"analogWrite\",\"interrupts\",\"WiFiServer\",\"disconnect\",\"playMelody\",\"parseFloat\",\"autoscroll\",\"getPINUsed\",\"setPINUsed\",\"setTimeout\",\"sendAnalog\",\"readSlider\",\"analogRead\",\"beginWrite\",\"createChar\",\"motorsStop\",\"keyPressed\",\"tempoWrite\",\"readButton\",\"subnetMask\",\"debugPrint\",\"macAddress\",\"writeGreen\",\"randomSeed\",\"attachGPRS\",\"readString\",\"sendString\",\"remotePort\",\"releaseAll\",\"mouseMoved\",\"background\",\"getXChange\",\"getYChange\",\"answerCall\",\"getResult\",\"voiceCall\",\"endPacket\",\"constrain\",\"getSocket\",\"writeJSON\",\"getButton\",\"available\",\"connected\",\"findUntil\",\"readBytes\",\"exitValue\",\"readGreen\",\"writeBlue\",\"startLoop\",\"IPAddress\",\"isPressed\",\"sendSysex\",\"pauseMode\",\"gatewayIP\",\"setCursor\",\"getOemKey\",\"tuneWrite\",\"noDisplay\",\"loadImage\",\"switchPIN\",\"onRequest\",\"onReceive\",\"changePIN\",\"playFile\",\"noBuffer\",\"parseInt\",\"overflow\",\"checkPIN\",\"knobRead\",\"beginTFT\",\"bitClear\",\"updateIR\",\"bitWrite\",\"position\",\"writeRGB\",\"highByte\",\"writeRed\",\"setSpeed\",\"readBlue\",\"noStroke\",\"remoteIP\",\"transfer\",\"shutdown\",\"hangCall\",\"beginSMS\",\"endWrite\",\"attached\",\"maintain\",\"noCursor\",\"checkReg\",\"checkPUK\",\"shiftOut\",\"isValid\",\"shiftIn\",\"pulseIn\",\"connect\",\"println\",\"localIP\",\"pinMode\",\"getIMEI\",\"display\",\"noBlink\",\"process\",\"getBand\",\"running\",\"beginSD\",\"drawBMP\",\"lowByte\",\"setBand\",\"release\",\"bitRead\",\"prepare\",\"pointTo\",\"readRed\",\"setMode\",\"noFill\",\"remove\",\"listen\",\"stroke\",\"detach\",\"attach\",\"noTone\",\"exists\",\"buffer\",\"height\",\"bitSet\",\"circle\",\"config\",\"cursor\",\"random\",\"IRread\",\"setDNS\",\"endSMS\",\"getKey\",\"micros\",\"millis\",\"begin\",\"print\",\"write\",\"ready\",\"flush\",\"width\",\"isPIN\",\"blink\",\"clear\",\"press\",\"mkdir\",\"rmdir\",\"close\",\"point\",\"yield\",\"image\",\"BSSID\",\"click\",\"delay\",\"read\",\"text\",\"move\",\"peek\",\"beep\",\"rect\",\"line\",\"open\",\"seek\",\"fill\",\"size\",\"turn\",\"stop\",\"home\",\"find\",\"step\",\"tone\",\"sqrt\",\"RSSI\",\"SSID\",\"end\",\"bit\",\"tan\",\"cos\",\"sin\",\"pow\",\"map\",\"abs\",\"max\",\"min\",\"get\",\"run\",\"put\"],literal:[\"DIGITAL_MESSAGE\",\"FIRMATA_STRING\",\"ANALOG_MESSAGE\",\"REPORT_DIGITAL\",\"REPORT_ANALOG\",\"INPUT_PULLUP\",\"SET_PIN_MODE\",\"INTERNAL2V56\",\"SYSTEM_RESET\",\"LED_BUILTIN\",\"INTERNAL1V1\",\"SYSEX_START\",\"INTERNAL\",\"EXTERNAL\",\"DEFAULT\",\"OUTPUT\",\"INPUT\",\"HIGH\",\"LOW\"]},i=n(e),a=i.keywords;return a.type=[...a.type,...t.type],a.literal=[...a.literal,...t.literal],a.built_in=[...a.built_in,...t.built_in],a._hints=t._hints,i.name=\"Arduino\",i.aliases=[\"ino\"],i.supersetOf=\"cpp\",i}e.exports=i},\"94a2\":function(e,t){function n(e){const t=\"[A-Z_][A-Z0-9_.]*\",n=\"%\",i={$pattern:t,keyword:\"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR\"},a={className:\"meta\",begin:\"([O])([0-9]+)\"},r=e.inherit(e.C_NUMBER_MODE,{begin:\"([-+]?((\\\\.\\\\d+)|(\\\\d+)(\\\\.\\\\d*)?))|\"+e.C_NUMBER_RE}),s=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(/\\(/,/\\)/),r,e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:\"name\",begin:\"([G])([0-9]+\\\\.?[0-9]?)\"},{className:\"name\",begin:\"([M])([0-9]+\\\\.?[0-9]?)\"},{className:\"attr\",begin:\"(VC|VS|#)\",end:\"(\\\\d+)\"},{className:\"attr\",begin:\"(VZOFX|VZOFY|VZOFZ)\"},{className:\"built_in\",begin:\"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\\\[)\",contains:[r],end:\"\\\\]\"},{className:\"symbol\",variants:[{begin:\"N\",end:\"\\\\d+\",illegal:\"\\\\W\"}]}];return{name:\"G-code (ISO 6983)\",aliases:[\"nc\"],case_insensitive:!0,keywords:i,contains:[{className:\"meta\",begin:n},a].concat(s)}}e.exports=n},\"94d2\":function(e,t,n){},9510:function(e,t){function n(e){const t=e.regex,n=/[\\p{XID_Start}_]\\p{XID_Continue}*/u,i=[\"and\",\"as\",\"assert\",\"async\",\"await\",\"break\",\"case\",\"class\",\"continue\",\"def\",\"del\",\"elif\",\"else\",\"except\",\"finally\",\"for\",\"from\",\"global\",\"if\",\"import\",\"in\",\"is\",\"lambda\",\"match\",\"nonlocal|10\",\"not\",\"or\",\"pass\",\"raise\",\"return\",\"try\",\"while\",\"with\",\"yield\"],a=[\"__import__\",\"abs\",\"all\",\"any\",\"ascii\",\"bin\",\"bool\",\"breakpoint\",\"bytearray\",\"bytes\",\"callable\",\"chr\",\"classmethod\",\"compile\",\"complex\",\"delattr\",\"dict\",\"dir\",\"divmod\",\"enumerate\",\"eval\",\"exec\",\"filter\",\"float\",\"format\",\"frozenset\",\"getattr\",\"globals\",\"hasattr\",\"hash\",\"help\",\"hex\",\"id\",\"input\",\"int\",\"isinstance\",\"issubclass\",\"iter\",\"len\",\"list\",\"locals\",\"map\",\"max\",\"memoryview\",\"min\",\"next\",\"object\",\"oct\",\"open\",\"ord\",\"pow\",\"print\",\"property\",\"range\",\"repr\",\"reversed\",\"round\",\"set\",\"setattr\",\"slice\",\"sorted\",\"staticmethod\",\"str\",\"sum\",\"super\",\"tuple\",\"type\",\"vars\",\"zip\"],r=[\"__debug__\",\"Ellipsis\",\"False\",\"None\",\"NotImplemented\",\"True\"],s=[\"Any\",\"Callable\",\"Coroutine\",\"Dict\",\"List\",\"Literal\",\"Generic\",\"Optional\",\"Sequence\",\"Set\",\"Tuple\",\"Type\",\"Union\"],o={$pattern:/[A-Za-z]\\w+|__\\w+__/,keyword:i,built_in:a,literal:r,type:s},l={className:\"meta\",begin:/^(>>>|\\.\\.\\.) /},c={className:\"subst\",begin:/\\{/,end:/\\}/,keywords:o,illegal:/#/},_={begin:/\\{\\{/,relevance:0},d={className:\"string\",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,l],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?\"\"\"/,end:/\"\"\"/,contains:[e.BACKSLASH_ESCAPE,l],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,l,_,c]},{begin:/([fF][rR]|[rR][fF]|[fF])\"\"\"/,end:/\"\"\"/,contains:[e.BACKSLASH_ESCAPE,l,_,c]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])\"/,end:/\"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])\"/,end:/\"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,_,c]},{begin:/([fF][rR]|[rR][fF]|[fF])\"/,end:/\"/,contains:[e.BACKSLASH_ESCAPE,_,c]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},u=\"[0-9](_?[0-9])*\",p=`(\\\\b(${u}))?\\\\.(${u})|\\\\b(${u})\\\\.`,m=\"\\\\b|\"+i.join(\"|\"),g={className:\"number\",relevance:0,variants:[{begin:`(\\\\b(${u})|(${p}))[eE][+-]?(${u})[jJ]?(?=${m})`},{begin:`(${p})[jJ]?`},{begin:`\\\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${m})`},{begin:`\\\\b0[bB](_?[01])+[lL]?(?=${m})`},{begin:`\\\\b0[oO](_?[0-7])+[lL]?(?=${m})`},{begin:`\\\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${m})`},{begin:`\\\\b(${u})[jJ](?=${m})`}]},h={className:\"comment\",begin:t.lookahead(/# type:/),end:/$/,keywords:o,contains:[{begin:/# type:/},{begin:/#/,end:/\\b\\B/,endsWithParent:!0}]},E={className:\"params\",variants:[{className:\"\",begin:/\\(\\s*\\)/,skip:!0},{begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,keywords:o,contains:[\"self\",l,g,d,e.HASH_COMMENT_MODE]}]};return c.contains=[d,g,l],{name:\"Python\",aliases:[\"py\",\"gyp\",\"ipython\"],unicodeRegex:!0,keywords:o,illegal:/(<\\/|->|\\?)|=>/,contains:[l,g,{begin:/\\bself\\b/},{beginKeywords:\"if\",relevance:0},d,h,e.HASH_COMMENT_MODE,{match:[/\\bdef/,/\\s+/,n],scope:{1:\"keyword\",3:\"title.function\"},contains:[E]},{variants:[{match:[/\\bclass/,/\\s+/,n,/\\s*/,/\\(\\s*/,n,/\\s*\\)/]},{match:[/\\bclass/,/\\s+/,n]}],scope:{1:\"keyword\",3:\"title.class\",6:\"title.class.inherited\"}},{className:\"meta\",begin:/^[\\t ]*@/,end:/(?=#)|$/,contains:[g,E,d]}]}}e.exports=n},9544:function(e,t){function n(e){const t=[\"task\",\"project\",\"allprojects\",\"subprojects\",\"artifacts\",\"buildscript\",\"configurations\",\"dependencies\",\"repositories\",\"sourceSets\",\"description\",\"delete\",\"from\",\"into\",\"include\",\"exclude\",\"source\",\"classpath\",\"destinationDir\",\"includes\",\"options\",\"sourceCompatibility\",\"targetCompatibility\",\"group\",\"flatDir\",\"doLast\",\"doFirst\",\"flatten\",\"todir\",\"fromdir\",\"ant\",\"def\",\"abstract\",\"break\",\"case\",\"catch\",\"continue\",\"default\",\"do\",\"else\",\"extends\",\"final\",\"finally\",\"for\",\"if\",\"implements\",\"instanceof\",\"native\",\"new\",\"private\",\"protected\",\"public\",\"return\",\"static\",\"switch\",\"synchronized\",\"throw\",\"throws\",\"transient\",\"try\",\"volatile\",\"while\",\"strictfp\",\"package\",\"import\",\"false\",\"null\",\"super\",\"this\",\"true\",\"antlrtask\",\"checkstyle\",\"codenarc\",\"copy\",\"boolean\",\"byte\",\"char\",\"class\",\"double\",\"float\",\"int\",\"interface\",\"long\",\"short\",\"void\",\"compile\",\"runTime\",\"file\",\"fileTree\",\"abs\",\"any\",\"append\",\"asList\",\"asWritable\",\"call\",\"collect\",\"compareTo\",\"count\",\"div\",\"dump\",\"each\",\"eachByte\",\"eachFile\",\"eachLine\",\"every\",\"find\",\"findAll\",\"flatten\",\"getAt\",\"getErr\",\"getIn\",\"getOut\",\"getText\",\"grep\",\"immutable\",\"inject\",\"inspect\",\"intersect\",\"invokeMethods\",\"isCase\",\"join\",\"leftShift\",\"minus\",\"multiply\",\"newInputStream\",\"newOutputStream\",\"newPrintWriter\",\"newReader\",\"newWriter\",\"next\",\"plus\",\"pop\",\"power\",\"previous\",\"print\",\"println\",\"push\",\"putAt\",\"read\",\"readBytes\",\"readLines\",\"reverse\",\"reverseEach\",\"round\",\"size\",\"sort\",\"splitEachLine\",\"step\",\"subMap\",\"times\",\"toInteger\",\"toList\",\"tokenize\",\"upto\",\"waitForOrKill\",\"withPrintWriter\",\"withReader\",\"withStream\",\"withWriter\",\"withWriterAppend\",\"write\",\"writeLine\"];return{name:\"Gradle\",case_insensitive:!0,keywords:t,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.REGEXP_MODE]}}e.exports=n},\"95d0\":function(e,t){function n(e){const t={keyword:\"actor addressof and as be break class compile_error compile_intrinsic consume continue delegate digestof do else elseif embed end error for fun if ifdef in interface is isnt lambda let match new not object or primitive recover repeat return struct then trait try type until use var where while with xor\",meta:\"iso val tag trn box ref\",literal:\"this false true\"},n={className:\"string\",begin:'\"\"\"',end:'\"\"\"',relevance:10},i={className:\"string\",begin:'\"',end:'\"',contains:[e.BACKSLASH_ESCAPE]},a={className:\"string\",begin:\"'\",end:\"'\",contains:[e.BACKSLASH_ESCAPE],relevance:0},r={className:\"type\",begin:\"\\\\b_?[A-Z][\\\\w]*\",relevance:0},s={begin:e.IDENT_RE+\"'\",relevance:0},o={className:\"number\",begin:\"(-?)(\\\\b0[xX][a-fA-F0-9]+|\\\\b0[bB][01]+|(\\\\b\\\\d+(_\\\\d+)?(\\\\.\\\\d*)?|\\\\.\\\\d+)([eE][-+]?\\\\d+)?)\",relevance:0};return{name:\"Pony\",keywords:t,contains:[r,n,i,a,s,o,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}e.exports=n},9814:function(e,t){function n(e){const t=e.regex,n=[\"false\",\"synchronized\",\"int\",\"abstract\",\"float\",\"private\",\"char\",\"boolean\",\"static\",\"null\",\"if\",\"const\",\"for\",\"true\",\"while\",\"long\",\"throw\",\"strictfp\",\"finally\",\"protected\",\"import\",\"native\",\"final\",\"return\",\"void\",\"enum\",\"else\",\"extends\",\"implements\",\"break\",\"transient\",\"new\",\"catch\",\"instanceof\",\"byte\",\"super\",\"volatile\",\"case\",\"assert\",\"short\",\"package\",\"default\",\"double\",\"public\",\"try\",\"this\",\"switch\",\"continue\",\"throws\",\"privileged\",\"aspectOf\",\"adviceexecution\",\"proceed\",\"cflowbelow\",\"cflow\",\"initialization\",\"preinitialization\",\"staticinitialization\",\"withincode\",\"target\",\"within\",\"execution\",\"getWithinTypeName\",\"handler\",\"thisJoinPoint\",\"thisJoinPointStaticPart\",\"thisEnclosingJoinPointStaticPart\",\"declare\",\"parents\",\"warning\",\"error\",\"soft\",\"precedence\",\"thisAspectInstance\"],i=[\"get\",\"set\",\"args\",\"call\"];return{name:\"AspectJ\",keywords:n,illegal:/<\\/|#/,contains:[e.COMMENT(/\\/\\*\\*/,/\\*\\//,{relevance:0,contains:[{begin:/\\w+@/,relevance:0},{className:\"doctag\",begin:/@[A-Za-z]+/}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:\"class\",beginKeywords:\"aspect\",end:/[{;=]/,excludeEnd:!0,illegal:/[:;\"\\[\\]]/,contains:[{beginKeywords:\"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton\"},e.UNDERSCORE_TITLE_MODE,{begin:/\\([^\\)]*/,end:/[)]+/,keywords:n.concat(i),excludeEnd:!1}]},{className:\"class\",beginKeywords:\"class interface\",end:/[{;=]/,excludeEnd:!0,relevance:0,keywords:\"class interface\",illegal:/[:\"\\[\\]]/,contains:[{beginKeywords:\"extends implements\"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:\"pointcut after before around throwing returning\",end:/[)]/,excludeEnd:!1,illegal:/[\"\\[\\]]/,contains:[{begin:t.concat(e.UNDERSCORE_IDENT_RE,/\\s*\\(/),returnBegin:!0,contains:[e.UNDERSCORE_TITLE_MODE]}]},{begin:/[:]/,returnBegin:!0,end:/[{;]/,relevance:0,excludeEnd:!1,keywords:n,illegal:/[\"\\[\\]]/,contains:[{begin:t.concat(e.UNDERSCORE_IDENT_RE,/\\s*\\(/),keywords:n.concat(i),relevance:0},e.QUOTE_STRING_MODE]},{beginKeywords:\"new throw\",relevance:0},{className:\"function\",begin:/\\w+ +\\w+(\\.\\w+)?\\s*\\([^\\)]*\\)\\s*((throws)[\\w\\s,]+)?[\\{;]/,returnBegin:!0,end:/[{;=]/,keywords:n,excludeEnd:!0,contains:[{begin:t.concat(e.UNDERSCORE_IDENT_RE,/\\s*\\(/),returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:\"params\",begin:/\\(/,end:/\\)/,relevance:0,keywords:n,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_NUMBER_MODE,{className:\"meta\",begin:/@[A-Za-z]+/}]}}e.exports=n},\"98af\":function(e,t){function n(e){const t=[\"bool\",\"byte\",\"char\",\"decimal\",\"delegate\",\"double\",\"dynamic\",\"enum\",\"float\",\"int\",\"long\",\"nint\",\"nuint\",\"object\",\"sbyte\",\"short\",\"string\",\"ulong\",\"uint\",\"ushort\"],n=[\"public\",\"private\",\"protected\",\"static\",\"internal\",\"protected\",\"abstract\",\"async\",\"extern\",\"override\",\"unsafe\",\"virtual\",\"new\",\"sealed\",\"partial\"],i=[\"default\",\"false\",\"null\",\"true\"],a=[\"abstract\",\"as\",\"base\",\"break\",\"case\",\"catch\",\"class\",\"const\",\"continue\",\"do\",\"else\",\"event\",\"explicit\",\"extern\",\"finally\",\"fixed\",\"for\",\"foreach\",\"goto\",\"if\",\"implicit\",\"in\",\"interface\",\"internal\",\"is\",\"lock\",\"namespace\",\"new\",\"operator\",\"out\",\"override\",\"params\",\"private\",\"protected\",\"public\",\"readonly\",\"record\",\"ref\",\"return\",\"scoped\",\"sealed\",\"sizeof\",\"stackalloc\",\"static\",\"struct\",\"switch\",\"this\",\"throw\",\"try\",\"typeof\",\"unchecked\",\"unsafe\",\"using\",\"virtual\",\"void\",\"volatile\",\"while\"],r=[\"add\",\"alias\",\"and\",\"ascending\",\"async\",\"await\",\"by\",\"descending\",\"equals\",\"from\",\"get\",\"global\",\"group\",\"init\",\"into\",\"join\",\"let\",\"nameof\",\"not\",\"notnull\",\"on\",\"or\",\"orderby\",\"partial\",\"remove\",\"select\",\"set\",\"unmanaged\",\"value|0\",\"var\",\"when\",\"where\",\"with\",\"yield\"],s={keyword:a.concat(r),built_in:t,literal:i},o=e.inherit(e.TITLE_MODE,{begin:\"[a-zA-Z](\\\\.?\\\\w)*\"}),l={className:\"number\",variants:[{begin:\"\\\\b(0b[01']+)\"},{begin:\"(-?)\\\\b([\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)(u|U|l|L|ul|UL|f|F|b|B)\"},{begin:\"(-?)(\\\\b0[xX][a-fA-F0-9']+|(\\\\b[\\\\d']+(\\\\.[\\\\d']*)?|\\\\.[\\\\d']+)([eE][-+]?[\\\\d']+)?)\"}],relevance:0},c={className:\"string\",begin:'@\"',end:'\"',contains:[{begin:'\"\"'}]},_=e.inherit(c,{illegal:/\\n/}),d={className:\"subst\",begin:/\\{/,end:/\\}/,keywords:s},u=e.inherit(d,{illegal:/\\n/}),p={className:\"string\",begin:/\\$\"/,end:'\"',illegal:/\\n/,contains:[{begin:/\\{\\{/},{begin:/\\}\\}/},e.BACKSLASH_ESCAPE,u]},m={className:\"string\",begin:/\\$@\"/,end:'\"',contains:[{begin:/\\{\\{/},{begin:/\\}\\}/},{begin:'\"\"'},d]},g=e.inherit(m,{illegal:/\\n/,contains:[{begin:/\\{\\{/},{begin:/\\}\\}/},{begin:'\"\"'},u]});d.contains=[m,p,c,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,l,e.C_BLOCK_COMMENT_MODE],u.contains=[g,p,_,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,l,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\\n/})];const h={variants:[m,p,c,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},E={begin:\"<\",end:\">\",contains:[{beginKeywords:\"in out\"},o]},S=e.IDENT_RE+\"(<\"+e.IDENT_RE+\"(\\\\s*,\\\\s*\"+e.IDENT_RE+\")*>)?(\\\\[\\\\])?\",b={begin:\"@\"+e.IDENT_RE,relevance:0};return{name:\"C#\",aliases:[\"cs\",\"c#\"],keywords:s,illegal:/::/,contains:[e.COMMENT(\"///\",\"$\",{returnBegin:!0,contains:[{className:\"doctag\",variants:[{begin:\"///\",relevance:0},{begin:\"\\x3c!--|--\\x3e\"},{begin:\"</?\",end:\">\"}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:\"meta\",begin:\"#\",end:\"$\",keywords:{keyword:\"if else elif endif define undef warning error line region endregion pragma checksum\"}},h,l,{beginKeywords:\"class interface\",relevance:0,end:/[{;=]/,illegal:/[^\\s:,]/,contains:[{beginKeywords:\"where class\"},o,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:\"namespace\",relevance:0,end:/[{;=]/,illegal:/[^\\s:]/,contains:[o,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:\"record\",relevance:0,end:/[{;=]/,illegal:/[^\\s:]/,contains:[o,E,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:\"meta\",begin:\"^\\\\s*\\\\[(?=[\\\\w])\",excludeBegin:!0,end:\"\\\\]\",excludeEnd:!0,contains:[{className:\"string\",begin:/\"/,end:/\"/}]},{beginKeywords:\"new return throw await else\",relevance:0},{className:\"function\",begin:\"(\"+S+\"\\\\s+)+\"+e.IDENT_RE+\"\\\\s*(<[^=]+>\\\\s*)?\\\\(\",returnBegin:!0,end:/\\s*[{;=]/,excludeEnd:!0,keywords:s,contains:[{beginKeywords:n.join(\" \"),relevance:0},{begin:e.IDENT_RE+\"\\\\s*(<[^=]+>\\\\s*)?\\\\(\",returnBegin:!0,contains:[e.TITLE_MODE,E],relevance:0},{match:/\\(\\)/},{className:\"params\",begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,relevance:0,contains:[h,l,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},b]}}e.exports=n},9921:function(e,t,n){\"use strict\";var i=n(\"0068\").arrayReplaceAt;function a(e){return/^<a[>\\s]/i.test(e)}function r(e){return/^<\\/a\\s*>/i.test(e)}e.exports=function(e){var t,n,s,o,l,c,_,d,u,p,m,g,h,E,S,b,f,T=e.tokens;if(e.md.options.linkify)for(n=0,s=T.length;n<s;n++)if(\"inline\"===T[n].type&&e.md.linkify.pretest(T[n].content))for(o=T[n].children,h=0,t=o.length-1;t>=0;t--)if(c=o[t],\"link_close\"!==c.type){if(\"html_inline\"===c.type&&(a(c.content)&&h>0&&h--,r(c.content)&&h++),!(h>0)&&\"text\"===c.type&&e.md.linkify.test(c.content)){for(u=c.content,f=e.md.linkify.match(u),_=[],g=c.level,m=0,f.length>0&&0===f[0].index&&t>0&&\"text_special\"===o[t-1].type&&(f=f.slice(1)),d=0;d<f.length;d++)E=f[d].url,S=e.md.normalizeLink(E),e.md.validateLink(S)&&(b=f[d].text,b=f[d].schema?\"mailto:\"!==f[d].schema||/^mailto:/i.test(b)?e.md.normalizeLinkText(b):e.md.normalizeLinkText(\"mailto:\"+b).replace(/^mailto:/,\"\"):e.md.normalizeLinkText(\"http://\"+b).replace(/^http:\\/\\//,\"\"),p=f[d].index,p>m&&(l=new e.Token(\"text\",\"\",0),l.content=u.slice(m,p),l.level=g,_.push(l)),l=new e.Token(\"link_open\",\"a\",1),l.attrs=[[\"href\",S]],l.level=g++,l.markup=\"linkify\",l.info=\"auto\",_.push(l),l=new e.Token(\"text\",\"\",0),l.content=b,l.level=g,_.push(l),l=new e.Token(\"link_close\",\"a\",-1),l.level=--g,l.markup=\"linkify\",l.info=\"auto\",_.push(l),m=f[d].lastIndex);m<u.length&&(l=new e.Token(\"text\",\"\",0),l.content=u.slice(m),l.level=g,_.push(l)),T[n].children=o=i(o,t,_)}}else{t--;while(o[t].level!==c.level&&\"link_open\"!==o[t].type)t--}}},\"998d\":function(e,t){function n(e){const t=e.regex,n=[\"GET\",\"POST\",\"HEAD\",\"PUT\",\"DELETE\",\"CONNECT\",\"OPTIONS\",\"PATCH\",\"TRACE\"];return{name:\"Apache Access Log\",contains:[{className:\"number\",begin:/^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b/,relevance:5},{className:\"number\",begin:/\\b\\d+\\b/,relevance:0},{className:\"string\",begin:t.concat(/\"/,t.either(...n)),end:/\"/,keywords:n,illegal:/\\n/,relevance:5,contains:[{begin:/HTTP\\/[12]\\.\\d'/,relevance:5}]},{className:\"string\",begin:/\\[\\d[^\\]\\n]{8,}\\]/,illegal:/\\n/,relevance:1},{className:\"string\",begin:/\\[/,end:/\\]/,illegal:/\\n/,relevance:0},{className:\"string\",begin:/\"Mozilla\\/\\d\\.\\d \\(/,end:/\"/,illegal:/\\n/,relevance:3},{className:\"string\",begin:/\"/,end:/\"/,illegal:/\\n/,relevance:0}]}}e.exports=n},\"9b325\":function(e,t){function n(e){const t=\"[a-zA-Z_\\\\-+\\\\*\\\\/<=>&#][a-zA-Z0-9_\\\\-+*\\\\/<=>&#!]*\",n=\"\\\\|[^]*?\\\\|\",i=\"(-|\\\\+)?\\\\d+(\\\\.\\\\d+|\\\\/\\\\d+)?((d|e|f|l|s|D|E|F|L|S)(\\\\+|-)?\\\\d+)?\",a={className:\"literal\",begin:\"\\\\b(t{1}|nil)\\\\b\"},r={className:\"number\",variants:[{begin:i,relevance:0},{begin:\"#(b|B)[0-1]+(/[0-1]+)?\"},{begin:\"#(o|O)[0-7]+(/[0-7]+)?\"},{begin:\"#(x|X)[0-9a-fA-F]+(/[0-9a-fA-F]+)?\"},{begin:\"#(c|C)\\\\(\"+i+\" +\"+i,end:\"\\\\)\"}]},s=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),o=e.COMMENT(\";\",\"$\",{relevance:0}),l={begin:\"\\\\*\",end:\"\\\\*\"},c={className:\"symbol\",begin:\"[:&]\"+t},_={begin:t,relevance:0},d={begin:n},u={begin:\"\\\\(\",end:\"\\\\)\",contains:[\"self\",a,s,r,_]},p={contains:[r,s,l,c,u,_],variants:[{begin:\"['`]\\\\(\",end:\"\\\\)\"},{begin:\"\\\\(quote \",end:\"\\\\)\",keywords:{name:\"quote\"}},{begin:\"'\"+n}]},m={variants:[{begin:\"'\"+t},{begin:\"#'\"+t+\"(::\"+t+\")*\"}]},g={begin:\"\\\\(\\\\s*\",end:\"\\\\)\"},h={endsWithParent:!0,relevance:0};return g.contains=[{className:\"name\",variants:[{begin:t,relevance:0},{begin:n}]},h],h.contains=[p,m,g,a,r,s,o,l,c,d,_],{name:\"Lisp\",illegal:/\\S/,contains:[r,e.SHEBANG(),a,s,o,p,m,g,_]}}e.exports=n},\"9bf21\":function(e,t){function n(e){const t={className:\"built_in\",begin:\"\\\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\\\w+\"},n=/[a-zA-Z@][a-zA-Z0-9_]*/,i=[\"int\",\"float\",\"char\",\"unsigned\",\"signed\",\"short\",\"long\",\"double\",\"wchar_t\",\"unichar\",\"void\",\"bool\",\"BOOL\",\"id|0\",\"_Bool\"],a=[\"while\",\"export\",\"sizeof\",\"typedef\",\"const\",\"struct\",\"for\",\"union\",\"volatile\",\"static\",\"mutable\",\"if\",\"do\",\"return\",\"goto\",\"enum\",\"else\",\"break\",\"extern\",\"asm\",\"case\",\"default\",\"register\",\"explicit\",\"typename\",\"switch\",\"continue\",\"inline\",\"readonly\",\"assign\",\"readwrite\",\"self\",\"@synchronized\",\"id\",\"typeof\",\"nonatomic\",\"IBOutlet\",\"IBAction\",\"strong\",\"weak\",\"copy\",\"in\",\"out\",\"inout\",\"bycopy\",\"byref\",\"oneway\",\"__strong\",\"__weak\",\"__block\",\"__autoreleasing\",\"@private\",\"@protected\",\"@public\",\"@try\",\"@property\",\"@end\",\"@throw\",\"@catch\",\"@finally\",\"@autoreleasepool\",\"@synthesize\",\"@dynamic\",\"@selector\",\"@optional\",\"@required\",\"@encode\",\"@package\",\"@import\",\"@defs\",\"@compatibility_alias\",\"__bridge\",\"__bridge_transfer\",\"__bridge_retained\",\"__bridge_retain\",\"__covariant\",\"__contravariant\",\"__kindof\",\"_Nonnull\",\"_Nullable\",\"_Null_unspecified\",\"__FUNCTION__\",\"__PRETTY_FUNCTION__\",\"__attribute__\",\"getter\",\"setter\",\"retain\",\"unsafe_unretained\",\"nonnull\",\"nullable\",\"null_unspecified\",\"null_resettable\",\"class\",\"instancetype\",\"NS_DESIGNATED_INITIALIZER\",\"NS_UNAVAILABLE\",\"NS_REQUIRES_SUPER\",\"NS_RETURNS_INNER_POINTER\",\"NS_INLINE\",\"NS_AVAILABLE\",\"NS_DEPRECATED\",\"NS_ENUM\",\"NS_OPTIONS\",\"NS_SWIFT_UNAVAILABLE\",\"NS_ASSUME_NONNULL_BEGIN\",\"NS_ASSUME_NONNULL_END\",\"NS_REFINED_FOR_SWIFT\",\"NS_SWIFT_NAME\",\"NS_SWIFT_NOTHROW\",\"NS_DURING\",\"NS_HANDLER\",\"NS_ENDHANDLER\",\"NS_VALUERETURN\",\"NS_VOIDRETURN\"],r=[\"false\",\"true\",\"FALSE\",\"TRUE\",\"nil\",\"YES\",\"NO\",\"NULL\"],s=[\"dispatch_once_t\",\"dispatch_queue_t\",\"dispatch_sync\",\"dispatch_async\",\"dispatch_once\"],o={\"variable.language\":[\"this\",\"super\"],$pattern:n,keyword:a,literal:r,built_in:s,type:i},l={$pattern:n,keyword:[\"@interface\",\"@class\",\"@protocol\",\"@implementation\"]};return{name:\"Objective-C\",aliases:[\"mm\",\"objc\",\"obj-c\",\"obj-c++\",\"objective-c++\"],keywords:o,illegal:\"</\",contains:[t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:\"string\",variants:[{begin:'@\"',end:'\"',illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE]}]},{className:\"meta\",begin:/#\\s*[a-z]+\\b/,end:/$/,keywords:{keyword:\"if else elif endif define undef warning error line pragma ifdef ifndef include\"},contains:[{begin:/\\\\\\n/,relevance:0},e.inherit(e.QUOTE_STRING_MODE,{className:\"string\"}),{className:\"string\",begin:/<.*?>/,end:/$/,illegal:\"\\\\n\"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:\"class\",begin:\"(\"+l.keyword.join(\"|\")+\")\\\\b\",end:/(\\{|$)/,excludeEnd:!0,keywords:l,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:\"\\\\.\"+e.UNDERSCORE_IDENT_RE,relevance:0}]}}e.exports=n},\"9c12\":function(e,t,n){\"use strict\";e.exports=function(e,t,n){var i,a,r;if(e.sCount[t]-e.blkIndent<4)return!1;a=i=t+1;while(i<n)if(e.isEmpty(i))i++;else{if(!(e.sCount[i]-e.blkIndent>=4))break;i++,a=i}return e.line=a,r=e.push(\"code_block\",\"code\",0),r.content=e.getLines(t,a,4+e.blkIndent,!1)+\"\\n\",r.map=[t,e.line],!0}},\"9f0c\":function(e,t){function n(e){const t={className:\"string\",contains:[e.BACKSLASH_ESCAPE],variants:[e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},n=e.UNDERSCORE_TITLE_MODE,i={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},a=\"namespace class interface use extends function return abstract final public protected private static deprecated throw try catch Exception echo empty isset instanceof unset let var new const self require if else elseif switch case default do while loop for continue break likely unlikely __LINE__ __FILE__ __DIR__ __FUNCTION__ __CLASS__ __TRAIT__ __METHOD__ __NAMESPACE__ array boolean float double integer object resource string char long unsigned bool int uint ulong uchar true false null undefined\";return{name:\"Zephir\",aliases:[\"zep\"],keywords:a,contains:[e.C_LINE_COMMENT_MODE,e.COMMENT(/\\/\\*/,/\\*\\//,{contains:[{className:\"doctag\",begin:/@[A-Za-z]+/}]}),{className:\"string\",begin:/<<<['\"]?\\w+['\"]?$/,end:/^\\w+;/,contains:[e.BACKSLASH_ESCAPE]},{begin:/(::|->)+[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*/},{className:\"function\",beginKeywords:\"function fn\",end:/[;{]/,excludeEnd:!0,illegal:/\\$|\\[|%/,contains:[n,{className:\"params\",begin:/\\(/,end:/\\)/,keywords:a,contains:[\"self\",e.C_BLOCK_COMMENT_MODE,t,i]}]},{className:\"class\",beginKeywords:\"class interface\",end:/\\{/,excludeEnd:!0,illegal:/[:($\"]/,contains:[{beginKeywords:\"extends implements\"},n]},{beginKeywords:\"namespace\",end:/;/,illegal:/[.']/,contains:[n]},{beginKeywords:\"use\",end:/;/,contains:[n]},{begin:/=>/},t,i]}}e.exports=n},\"9f7fc\":function(e,t){function n(e){const t=e.regex,n={className:\"meta\",begin:\"@[A-Za-z]+\"},i={className:\"subst\",variants:[{begin:\"\\\\$[A-Za-z0-9_]+\"},{begin:/\\$\\{/,end:/\\}/}]},a={className:\"string\",variants:[{begin:'\"\"\"',end:'\"\"\"'},{begin:'\"',end:'\"',illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE]},{begin:'[a-z]+\"',end:'\"',illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE,i]},{className:\"string\",begin:'[a-z]+\"\"\"',end:'\"\"\"',contains:[i],relevance:10}]},r={className:\"type\",begin:\"\\\\b[A-Z][A-Za-z0-9_]*\",relevance:0},s={className:\"title\",begin:/[^0-9\\n\\t \"'(),.`{}\\[\\]:;][^\\n\\t \"'(),.`{}\\[\\]:;]+|[^0-9\\n\\t \"'(),.`{}\\[\\]:;=]/,relevance:0},o={className:\"class\",beginKeywords:\"class object trait type\",end:/[:={\\[\\n;]/,excludeEnd:!0,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{beginKeywords:\"extends with\",relevance:10},{begin:/\\[/,end:/\\]/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[r]},{className:\"params\",begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,relevance:0,contains:[r]},s]},l={className:\"function\",beginKeywords:\"def\",end:t.lookahead(/[:={\\[(\\n;]/),contains:[s]},c={begin:[/^\\s*/,\"extension\",/\\s+(?=[[(])/],beginScope:{2:\"keyword\"}},_={begin:[/^\\s*/,/end/,/\\s+/,/(extension\\b)?/],beginScope:{2:\"keyword\",4:\"keyword\"}},d=[{match:/\\.inline\\b/},{begin:/\\binline(?=\\s)/,keywords:\"inline\"}],u={begin:[/\\(\\s*/,/using/,/\\s+(?!\\))/],beginScope:{2:\"keyword\"}};return{name:\"Scala\",keywords:{literal:\"true false null\",keyword:\"type yield lazy override def with val var sealed abstract private trait object if then forSome for while do throw finally protected extends import final return else break new catch super class case package default try this match continue throws implicit export enum given transparent\"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,a,r,l,o,e.C_NUMBER_MODE,c,_,...d,u,n]}}e.exports=n},\"9fce\":function(e,t,n){\"use strict\";var i=n(\"142e\");e.exports=function(e,t){var n={multiline:!1,rowspan:!1,headerless:!1,multibody:!0,autolabel:!0};function a(e,t){var n,i,a=e.bMarks[t]+e.sCount[t],r=e.bMarks[t]+e.blkIndent,s=e.skipSpacesBack(e.eMarks[t],r),o=[],l=!1,c=!1;for(n=a;n<s;n++)switch(e.src.charCodeAt(n)){case 92:l=!0;break;case 96:i=e.skipChars(n,96)-1,i>n?n=i:!c&&l||(c=!c),l=!1;break;case 124:c||l||o.push(n),l=!1;break;default:l=!1;break}return 0===o.length||(o[0]>r&&o.unshift(r-1),o[o.length-1]<s-1&&o.push(s)),o}function r(e,n,i){var a={text:null,label:null},r=e.bMarks[i]+e.sCount[i],s=e.eMarks[i],o=/^\\[(.+?)\\](\\[([^\\[\\]]+)\\])?\\s*$/,l=e.src.slice(r,s).match(o);return!!l&&(!!n||(a.text=l[1],t.autolabel||l[2]?(a.label=l[2]||l[1],a.label=a.label.toLowerCase().replace(/\\W+/g,\"\"),a):a))}function s(e,n,i){var r,s,o,l={bounds:null,multiline:null},c=a(e,i);return!(c.length<2)&&(!!n||(l.bounds=c,t.multiline&&(r=e.bMarks[i]+e.sCount[i],s=e.eMarks[i]-1,l.multiline=92===e.src.charCodeAt(s),l.multiline&&(o=e.eMarks[i],e.eMarks[i]=e.skipSpacesBack(s,r),l.bounds=a(e,i),e.eMarks[i]=o)),l))}function o(e,t,n){var i,r,s,o={aligns:[],wraps:[]},l=a(e,n),c=/^:?(-+|=+):?\\+?$/;if(e.sCount[n]-e.blkIndent>=4)return!1;if(0===l.length)return!1;for(i=0;i<l.length-1;i++){if(r=e.src.slice(l[i]+1,l[i+1]).trim(),!c.test(r))return!1;switch(o.wraps.push(43===r.charCodeAt(r.length-1)),s=(58===r.charCodeAt(0))<<4|58===r.charCodeAt(r.length-1-o.wraps[i]),s){case 0:o.aligns.push(\"\");break;case 1:o.aligns.push(\"right\");break;case 16:o.aligns.push(\"left\");break;case 17:o.aligns.push(\"center\");break}}return!!t||o}function l(e,t,n){return e.isEmpty(n)}function c(e,n,a,c){var _,d,u,p,m,g,h,E,S,b,f,T,C,v,y,R,N=new i,O=16,A=-1,I=[];if(n+2>a)return!1;if(d=new e.Token(\"table_open\",\"table\",1),d.meta={sep:null,cap:null,tr:[]},N.set_highest_alphabet(65536),N.set_initial_state(65792),N.set_accept_states([65552,65553,0]),N.set_match_alphabets({65536:r.bind(this,e,!0),4096:o.bind(this,e,!0),256:s.bind(this,e,!0),16:s.bind(this,e,!0),1:l.bind(this,e,!0)}),N.set_transitions({65792:{65536:256,256:4352},256:{256:4352},4352:{4096:65552,256:4352},65552:{65536:0,16:65553},65553:{65536:0,16:65553,1:65552}}),t.headerless&&(N.set_initial_state(69888),N.update_transition(69888,{65536:4352,4096:65552,256:4352}),u=new e.Token(\"tr_placeholder\",\"tr\",0),u.meta=Object()),t.multibody||N.update_transition(65552,{65536:0,16:65552}),N.set_actions((function(i,a,l){switch(l){case 65536:if(d.meta.cap)break;d.meta.cap=r(e,!1,i),d.meta.cap.map=[i,i+1],d.meta.cap.first=i===n;break;case 4096:d.meta.sep=o(e,!1,i),d.meta.sep.map=[i,i+1],u.meta.grp|=1,O=16;break;case 256:case 16:u=new e.Token(\"tr_open\",\"tr\",1),u.map=[i,i+1],u.meta=s(e,!1,i),u.meta.type=l,u.meta.grp=O,O=0,d.meta.tr.push(u),t.multiline&&(u.meta.multiline&&A<0?A=d.meta.tr.length-1:!u.meta.multiline&&A>=0&&(_=d.meta.tr[A],_.meta.mbounds=d.meta.tr.slice(A).map((function(e){return e.meta.bounds})),_.map[1]=u.map[1],d.meta.tr=d.meta.tr.slice(0,A+1),A=-1));break;case 1:u.meta.grp|=1,O=16;break}})),!1===N.execute(n,a))return!1;if(!d.meta.tr.length)return!1;if(c)return!0;for(d.meta.tr[d.meta.tr.length-1].meta.grp|=1,d.map=h=[n,0],d.block=!0,d.level=e.level++,e.tokens.push(d),d.meta.cap&&(_=e.push(\"caption_open\",\"caption\",1),_.map=d.meta.cap.map,null!==d.meta.cap.label&&(_.attrs=[[\"id\",d.meta.cap.label]]),_=e.push(\"inline\",\"\",0),_.content=d.meta.cap.text,_.map=d.meta.cap.map,_.children=[],_=e.push(\"caption_close\",\"caption\",-1)),T=0;T<d.meta.tr.length;T++){for(m=new e.Token(\"td_th_placeholder\",\"\",0),u=d.meta.tr[T],16&u.meta.grp&&(S=256===u.meta.type?\"thead\":\"tbody\",_=e.push(S+\"_open\",S,1),_.map=E=[u.map[0],0],I=[]),u.block=!0,u.level=e.level++,e.tokens.push(u),C=0;C<u.meta.bounds.length-1;C++)if(f=[u.meta.bounds[C]+1,u.meta.bounds[C+1]],b=e.src.slice.apply(e.src,f),\"\"!==b)if(t.rowspan&&I[C]&&\"^^\"===b.trim())g=I[C].attrGet(\"rowspan\"),I[C].attrSet(\"rowspan\",null===g?2:g+1),m=new e.Token(\"td_th_placeholder\",\"\",0);else{if(S=256===u.meta.type?\"th\":\"td\",_=e.push(S+\"_open\",S,1),_.map=u.map,_.attrs=[],d.meta.sep.aligns[C]&&_.attrs.push([\"style\",\"text-align:\"+d.meta.sep.aligns[C]]),d.meta.sep.wraps[C]&&_.attrs.push([\"class\",\"extend\"]),m=I[C]=_,t.multiline&&u.meta.multiline&&u.meta.mbounds){for(b=new Array(u.map[0]).fill(\"\").concat([b.trimRight()]),v=1;v<u.meta.mbounds.length;v++)C>u.meta.mbounds[v].length-2||(f=[u.meta.mbounds[v][C]+1,u.meta.mbounds[v][C+1]],b.push(e.src.slice.apply(e.src,f).trimRight()));for(R=new e.md.block.State(b.join(\"\\n\"),e.md,e.env,[]),R.level=u.level+1,e.md.block.tokenize(R,u.map[0],R.lineMax),y=0;y<R.tokens.length;y++)e.tokens.push(R.tokens[y])}else _=e.push(\"inline\",\"\",0),_.content=b.trim(),_.map=u.map,_.level=u.level+1,_.children=[];_=e.push(S+\"_close\",S,-1)}else p=m.attrGet(\"colspan\"),m.attrSet(\"colspan\",null===p?2:p+1);e.push(\"tr_close\",\"tr\",-1),1&u.meta.grp&&(S=256===u.meta.type?\"thead\":\"tbody\",_=e.push(S+\"_close\",S,-1),E[1]=u.map[1])}return h[1]=Math.max(E[1],d.meta.sep.map[1],d.meta.cap?d.meta.cap.map[1]:-1),_=e.push(\"table_close\",\"table\",-1),e.line=h[1],!0}t=e.utils.assign({},n,t||{}),e.block.ruler.at(\"table\",c,{alt:[\"paragraph\",\"reference\"]})}},a0a7:function(e,t){function n(e){const t=[\"abs\",\"acos\",\"ambient\",\"area\",\"asin\",\"atan\",\"atmosphere\",\"attribute\",\"calculatenormal\",\"ceil\",\"cellnoise\",\"clamp\",\"comp\",\"concat\",\"cos\",\"degrees\",\"depth\",\"Deriv\",\"diffuse\",\"distance\",\"Du\",\"Dv\",\"environment\",\"exp\",\"faceforward\",\"filterstep\",\"floor\",\"format\",\"fresnel\",\"incident\",\"length\",\"lightsource\",\"log\",\"match\",\"max\",\"min\",\"mod\",\"noise\",\"normalize\",\"ntransform\",\"opposite\",\"option\",\"phong\",\"pnoise\",\"pow\",\"printf\",\"ptlined\",\"radians\",\"random\",\"reflect\",\"refract\",\"renderinfo\",\"round\",\"setcomp\",\"setxcomp\",\"setycomp\",\"setzcomp\",\"shadow\",\"sign\",\"sin\",\"smoothstep\",\"specular\",\"specularbrdf\",\"spline\",\"sqrt\",\"step\",\"tan\",\"texture\",\"textureinfo\",\"trace\",\"transform\",\"vtransform\",\"xcomp\",\"ycomp\",\"zcomp\"],n=[\"matrix\",\"float\",\"color\",\"point\",\"normal\",\"vector\"],i=[\"while\",\"for\",\"if\",\"do\",\"return\",\"else\",\"break\",\"extern\",\"continue\"],a={match:[/(surface|displacement|light|volume|imager)/,/\\s+/,e.IDENT_RE],scope:{1:\"keyword\",3:\"title.class\"}};return{name:\"RenderMan RSL\",keywords:{keyword:i,built_in:t,type:n},illegal:\"</\",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_NUMBER_MODE,{className:\"meta\",begin:\"#\",end:\"$\"},a,{beginKeywords:\"illuminate illuminance gather\",end:\"\\\\(\"}]}}e.exports=n},a124:function(e,t,n){\"use strict\";e.exports=function(e){var t,n,i,a=e.tokens;for(n=0,i=a.length;n<i;n++)t=a[n],\"inline\"===t.type&&e.md.inline.parse(t.content,e.md,e.env,t.children)}},a14e:function(e,t){function n(e){const t={className:\"string\",begin:/'(.|\\\\[xXuU][a-zA-Z0-9]+)'/},n={className:\"string\",variants:[{begin:'\"',end:'\"'}]},i={className:\"title\",relevance:0,begin:/[^0-9\\n\\t \"'(),.`{}\\[\\]:;][^\\n\\t \"'(),.`{}\\[\\]:;]+|[^0-9\\n\\t \"'(),.`{}\\[\\]:;=]/},a={className:\"function\",beginKeywords:\"def\",end:/[:={\\[(\\n;]/,excludeEnd:!0,contains:[i]};return{name:\"Flix\",keywords:{keyword:[\"case\",\"class\",\"def\",\"else\",\"enum\",\"if\",\"impl\",\"import\",\"in\",\"lat\",\"rel\",\"index\",\"let\",\"match\",\"namespace\",\"switch\",\"type\",\"yield\",\"with\"],literal:[\"true\",\"false\"]},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t,n,a,e.C_NUMBER_MODE]}}e.exports=n},a154:function(e,t){function n(e){return{name:\"Intel x86 Assembly\",case_insensitive:!0,keywords:{$pattern:\"[.%]?\"+e.IDENT_RE,keyword:\"lock rep repe repz repne repnz xaquire xrelease bnd nobnd aaa aad aam aas adc add and arpl bb0_reset bb1_reset bound bsf bsr bswap bt btc btr bts call cbw cdq cdqe clc cld cli clts cmc cmp cmpsb cmpsd cmpsq cmpsw cmpxchg cmpxchg486 cmpxchg8b cmpxchg16b cpuid cpu_read cpu_write cqo cwd cwde daa das dec div dmint emms enter equ f2xm1 fabs fadd faddp fbld fbstp fchs fclex fcmovb fcmovbe fcmove fcmovnb fcmovnbe fcmovne fcmovnu fcmovu fcom fcomi fcomip fcomp fcompp fcos fdecstp fdisi fdiv fdivp fdivr fdivrp femms feni ffree ffreep fiadd ficom ficomp fidiv fidivr fild fimul fincstp finit fist fistp fisttp fisub fisubr fld fld1 fldcw fldenv fldl2e fldl2t fldlg2 fldln2 fldpi fldz fmul fmulp fnclex fndisi fneni fninit fnop fnsave fnstcw fnstenv fnstsw fpatan fprem fprem1 fptan frndint frstor fsave fscale fsetpm fsin fsincos fsqrt fst fstcw fstenv fstp fstsw fsub fsubp fsubr fsubrp ftst fucom fucomi fucomip fucomp fucompp fxam fxch fxtract fyl2x fyl2xp1 hlt ibts icebp idiv imul in inc incbin insb insd insw int int01 int1 int03 int3 into invd invpcid invlpg invlpga iret iretd iretq iretw jcxz jecxz jrcxz jmp jmpe lahf lar lds lea leave les lfence lfs lgdt lgs lidt lldt lmsw loadall loadall286 lodsb lodsd lodsq lodsw loop loope loopne loopnz loopz lsl lss ltr mfence monitor mov movd movq movsb movsd movsq movsw movsx movsxd movzx mul mwait neg nop not or out outsb outsd outsw packssdw packsswb packuswb paddb paddd paddsb paddsiw paddsw paddusb paddusw paddw pand pandn pause paveb pavgusb pcmpeqb pcmpeqd pcmpeqw pcmpgtb pcmpgtd pcmpgtw pdistib pf2id pfacc pfadd pfcmpeq pfcmpge pfcmpgt pfmax pfmin pfmul pfrcp pfrcpit1 pfrcpit2 pfrsqit1 pfrsqrt pfsub pfsubr pi2fd pmachriw pmaddwd pmagw pmulhriw pmulhrwa pmulhrwc pmulhw pmullw pmvgezb pmvlzb pmvnzb pmvzb pop popa popad popaw popf popfd popfq popfw por prefetch prefetchw pslld psllq psllw psrad psraw psrld psrlq psrlw psubb psubd psubsb psubsiw psubsw psubusb psubusw psubw punpckhbw punpckhdq punpckhwd punpcklbw punpckldq punpcklwd push pusha pushad pushaw pushf pushfd pushfq pushfw pxor rcl rcr rdshr rdmsr rdpmc rdtsc rdtscp ret retf retn rol ror rdm rsdc rsldt rsm rsts sahf sal salc sar sbb scasb scasd scasq scasw sfence sgdt shl shld shr shrd sidt sldt skinit smi smint smintold smsw stc std sti stosb stosd stosq stosw str sub svdc svldt svts swapgs syscall sysenter sysexit sysret test ud0 ud1 ud2b ud2 ud2a umov verr verw fwait wbinvd wrshr wrmsr xadd xbts xchg xlatb xlat xor cmove cmovz cmovne cmovnz cmova cmovnbe cmovae cmovnb cmovb cmovnae cmovbe cmovna cmovg cmovnle cmovge cmovnl cmovl cmovnge cmovle cmovng cmovc cmovnc cmovo cmovno cmovs cmovns cmovp cmovpe cmovnp cmovpo je jz jne jnz ja jnbe jae jnb jb jnae jbe jna jg jnle jge jnl jl jnge jle jng jc jnc jo jno js jns jpo jnp jpe jp sete setz setne setnz seta setnbe setae setnb setnc setb setnae setcset setbe setna setg setnle setge setnl setl setnge setle setng sets setns seto setno setpe setp setpo setnp addps addss andnps andps cmpeqps cmpeqss cmpleps cmpless cmpltps cmpltss cmpneqps cmpneqss cmpnleps cmpnless cmpnltps cmpnltss cmpordps cmpordss cmpunordps cmpunordss cmpps cmpss comiss cvtpi2ps cvtps2pi cvtsi2ss cvtss2si cvttps2pi cvttss2si divps divss ldmxcsr maxps maxss minps minss movaps movhps movlhps movlps movhlps movmskps movntps movss movups mulps mulss orps rcpps rcpss rsqrtps rsqrtss shufps sqrtps sqrtss stmxcsr subps subss ucomiss unpckhps unpcklps xorps fxrstor fxrstor64 fxsave fxsave64 xgetbv xsetbv xsave xsave64 xsaveopt xsaveopt64 xrstor xrstor64 prefetchnta prefetcht0 prefetcht1 prefetcht2 maskmovq movntq pavgb pavgw pextrw pinsrw pmaxsw pmaxub pminsw pminub pmovmskb pmulhuw psadbw pshufw pf2iw pfnacc pfpnacc pi2fw pswapd maskmovdqu clflush movntdq movnti movntpd movdqa movdqu movdq2q movq2dq paddq pmuludq pshufd pshufhw pshuflw pslldq psrldq psubq punpckhqdq punpcklqdq addpd addsd andnpd andpd cmpeqpd cmpeqsd cmplepd cmplesd cmpltpd cmpltsd cmpneqpd cmpneqsd cmpnlepd cmpnlesd cmpnltpd cmpnltsd cmpordpd cmpordsd cmpunordpd cmpunordsd cmppd comisd cvtdq2pd cvtdq2ps cvtpd2dq cvtpd2pi cvtpd2ps cvtpi2pd cvtps2dq cvtps2pd cvtsd2si cvtsd2ss cvtsi2sd cvtss2sd cvttpd2pi cvttpd2dq cvttps2dq cvttsd2si divpd divsd maxpd maxsd minpd minsd movapd movhpd movlpd movmskpd movupd mulpd mulsd orpd shufpd sqrtpd sqrtsd subpd subsd ucomisd unpckhpd unpcklpd xorpd addsubpd addsubps haddpd haddps hsubpd hsubps lddqu movddup movshdup movsldup clgi stgi vmcall vmclear vmfunc vmlaunch vmload vmmcall vmptrld vmptrst vmread vmresume vmrun vmsave vmwrite vmxoff vmxon invept invvpid pabsb pabsw pabsd palignr phaddw phaddd phaddsw phsubw phsubd phsubsw pmaddubsw pmulhrsw pshufb psignb psignw psignd extrq insertq movntsd movntss lzcnt blendpd blendps blendvpd blendvps dppd dpps extractps insertps movntdqa mpsadbw packusdw pblendvb pblendw pcmpeqq pextrb pextrd pextrq phminposuw pinsrb pinsrd pinsrq pmaxsb pmaxsd pmaxud pmaxuw pminsb pminsd pminud pminuw pmovsxbw pmovsxbd pmovsxbq pmovsxwd pmovsxwq pmovsxdq pmovzxbw pmovzxbd pmovzxbq pmovzxwd pmovzxwq pmovzxdq pmuldq pmulld ptest roundpd roundps roundsd roundss crc32 pcmpestri pcmpestrm pcmpistri pcmpistrm pcmpgtq popcnt getsec pfrcpv pfrsqrtv movbe aesenc aesenclast aesdec aesdeclast aesimc aeskeygenassist vaesenc vaesenclast vaesdec vaesdeclast vaesimc vaeskeygenassist vaddpd vaddps vaddsd vaddss vaddsubpd vaddsubps vandpd vandps vandnpd vandnps vblendpd vblendps vblendvpd vblendvps vbroadcastss vbroadcastsd vbroadcastf128 vcmpeq_ospd vcmpeqpd vcmplt_ospd vcmpltpd vcmple_ospd vcmplepd vcmpunord_qpd vcmpunordpd vcmpneq_uqpd vcmpneqpd vcmpnlt_uspd vcmpnltpd vcmpnle_uspd vcmpnlepd vcmpord_qpd vcmpordpd vcmpeq_uqpd vcmpnge_uspd vcmpngepd vcmpngt_uspd vcmpngtpd vcmpfalse_oqpd vcmpfalsepd vcmpneq_oqpd vcmpge_ospd vcmpgepd vcmpgt_ospd vcmpgtpd vcmptrue_uqpd vcmptruepd vcmplt_oqpd vcmple_oqpd vcmpunord_spd vcmpneq_uspd vcmpnlt_uqpd vcmpnle_uqpd vcmpord_spd vcmpeq_uspd vcmpnge_uqpd vcmpngt_uqpd vcmpfalse_ospd vcmpneq_ospd vcmpge_oqpd vcmpgt_oqpd vcmptrue_uspd vcmppd vcmpeq_osps vcmpeqps vcmplt_osps vcmpltps vcmple_osps vcmpleps vcmpunord_qps vcmpunordps vcmpneq_uqps vcmpneqps vcmpnlt_usps vcmpnltps vcmpnle_usps vcmpnleps vcmpord_qps vcmpordps vcmpeq_uqps vcmpnge_usps vcmpngeps vcmpngt_usps vcmpngtps vcmpfalse_oqps vcmpfalseps vcmpneq_oqps vcmpge_osps vcmpgeps vcmpgt_osps vcmpgtps vcmptrue_uqps vcmptrueps vcmplt_oqps vcmple_oqps vcmpunord_sps vcmpneq_usps vcmpnlt_uqps vcmpnle_uqps vcmpord_sps vcmpeq_usps vcmpnge_uqps vcmpngt_uqps vcmpfalse_osps vcmpneq_osps vcmpge_oqps vcmpgt_oqps vcmptrue_usps vcmpps vcmpeq_ossd vcmpeqsd vcmplt_ossd vcmpltsd vcmple_ossd vcmplesd vcmpunord_qsd vcmpunordsd vcmpneq_uqsd vcmpneqsd vcmpnlt_ussd vcmpnltsd vcmpnle_ussd vcmpnlesd vcmpord_qsd vcmpordsd vcmpeq_uqsd vcmpnge_ussd vcmpngesd vcmpngt_ussd vcmpngtsd vcmpfalse_oqsd vcmpfalsesd vcmpneq_oqsd vcmpge_ossd vcmpgesd vcmpgt_ossd vcmpgtsd vcmptrue_uqsd vcmptruesd vcmplt_oqsd vcmple_oqsd vcmpunord_ssd vcmpneq_ussd vcmpnlt_uqsd vcmpnle_uqsd vcmpord_ssd vcmpeq_ussd vcmpnge_uqsd vcmpngt_uqsd vcmpfalse_ossd vcmpneq_ossd vcmpge_oqsd vcmpgt_oqsd vcmptrue_ussd vcmpsd vcmpeq_osss vcmpeqss vcmplt_osss vcmpltss vcmple_osss vcmpless vcmpunord_qss vcmpunordss vcmpneq_uqss vcmpneqss vcmpnlt_usss vcmpnltss vcmpnle_usss vcmpnless vcmpord_qss vcmpordss vcmpeq_uqss vcmpnge_usss vcmpngess vcmpngt_usss vcmpngtss vcmpfalse_oqss vcmpfalsess vcmpneq_oqss vcmpge_osss vcmpgess vcmpgt_osss vcmpgtss vcmptrue_uqss vcmptruess vcmplt_oqss vcmple_oqss vcmpunord_sss vcmpneq_usss vcmpnlt_uqss vcmpnle_uqss vcmpord_sss vcmpeq_usss vcmpnge_uqss vcmpngt_uqss vcmpfalse_osss vcmpneq_osss vcmpge_oqss vcmpgt_oqss vcmptrue_usss vcmpss vcomisd vcomiss vcvtdq2pd vcvtdq2ps vcvtpd2dq vcvtpd2ps vcvtps2dq vcvtps2pd vcvtsd2si vcvtsd2ss vcvtsi2sd vcvtsi2ss vcvtss2sd vcvtss2si vcvttpd2dq vcvttps2dq vcvttsd2si vcvttss2si vdivpd vdivps vdivsd vdivss vdppd vdpps vextractf128 vextractps vhaddpd vhaddps vhsubpd vhsubps vinsertf128 vinsertps vlddqu vldqqu vldmxcsr vmaskmovdqu vmaskmovps vmaskmovpd vmaxpd vmaxps vmaxsd vmaxss vminpd vminps vminsd vminss vmovapd vmovaps vmovd vmovq vmovddup vmovdqa vmovqqa vmovdqu vmovqqu vmovhlps vmovhpd vmovhps vmovlhps vmovlpd vmovlps vmovmskpd vmovmskps vmovntdq vmovntqq vmovntdqa vmovntpd vmovntps vmovsd vmovshdup vmovsldup vmovss vmovupd vmovups vmpsadbw vmulpd vmulps vmulsd vmulss vorpd vorps vpabsb vpabsw vpabsd vpacksswb vpackssdw vpackuswb vpackusdw vpaddb vpaddw vpaddd vpaddq vpaddsb vpaddsw vpaddusb vpaddusw vpalignr vpand vpandn vpavgb vpavgw vpblendvb vpblendw vpcmpestri vpcmpestrm vpcmpistri vpcmpistrm vpcmpeqb vpcmpeqw vpcmpeqd vpcmpeqq vpcmpgtb vpcmpgtw vpcmpgtd vpcmpgtq vpermilpd vpermilps vperm2f128 vpextrb vpextrw vpextrd vpextrq vphaddw vphaddd vphaddsw vphminposuw vphsubw vphsubd vphsubsw vpinsrb vpinsrw vpinsrd vpinsrq vpmaddwd vpmaddubsw vpmaxsb vpmaxsw vpmaxsd vpmaxub vpmaxuw vpmaxud vpminsb vpminsw vpminsd vpminub vpminuw vpminud vpmovmskb vpmovsxbw vpmovsxbd vpmovsxbq vpmovsxwd vpmovsxwq vpmovsxdq vpmovzxbw vpmovzxbd vpmovzxbq vpmovzxwd vpmovzxwq vpmovzxdq vpmulhuw vpmulhrsw vpmulhw vpmullw vpmulld vpmuludq vpmuldq vpor vpsadbw vpshufb vpshufd vpshufhw vpshuflw vpsignb vpsignw vpsignd vpslldq vpsrldq vpsllw vpslld vpsllq vpsraw vpsrad vpsrlw vpsrld vpsrlq vptest vpsubb vpsubw vpsubd vpsubq vpsubsb vpsubsw vpsubusb vpsubusw vpunpckhbw vpunpckhwd vpunpckhdq vpunpckhqdq vpunpcklbw vpunpcklwd vpunpckldq vpunpcklqdq vpxor vrcpps vrcpss vrsqrtps vrsqrtss vroundpd vroundps vroundsd vroundss vshufpd vshufps vsqrtpd vsqrtps vsqrtsd vsqrtss vstmxcsr vsubpd vsubps vsubsd vsubss vtestps vtestpd vucomisd vucomiss vunpckhpd vunpckhps vunpcklpd vunpcklps vxorpd vxorps vzeroall vzeroupper pclmullqlqdq pclmulhqlqdq pclmullqhqdq pclmulhqhqdq pclmulqdq vpclmullqlqdq vpclmulhqlqdq vpclmullqhqdq vpclmulhqhqdq vpclmulqdq vfmadd132ps vfmadd132pd vfmadd312ps vfmadd312pd vfmadd213ps vfmadd213pd vfmadd123ps vfmadd123pd vfmadd231ps vfmadd231pd vfmadd321ps vfmadd321pd vfmaddsub132ps vfmaddsub132pd vfmaddsub312ps vfmaddsub312pd vfmaddsub213ps vfmaddsub213pd vfmaddsub123ps vfmaddsub123pd vfmaddsub231ps vfmaddsub231pd vfmaddsub321ps vfmaddsub321pd vfmsub132ps vfmsub132pd vfmsub312ps vfmsub312pd vfmsub213ps vfmsub213pd vfmsub123ps vfmsub123pd vfmsub231ps vfmsub231pd vfmsub321ps vfmsub321pd vfmsubadd132ps vfmsubadd132pd vfmsubadd312ps vfmsubadd312pd vfmsubadd213ps vfmsubadd213pd vfmsubadd123ps vfmsubadd123pd vfmsubadd231ps vfmsubadd231pd vfmsubadd321ps vfmsubadd321pd vfnmadd132ps vfnmadd132pd vfnmadd312ps vfnmadd312pd vfnmadd213ps vfnmadd213pd vfnmadd123ps vfnmadd123pd vfnmadd231ps vfnmadd231pd vfnmadd321ps vfnmadd321pd vfnmsub132ps vfnmsub132pd vfnmsub312ps vfnmsub312pd vfnmsub213ps vfnmsub213pd vfnmsub123ps vfnmsub123pd vfnmsub231ps vfnmsub231pd vfnmsub321ps vfnmsub321pd vfmadd132ss vfmadd132sd vfmadd312ss vfmadd312sd vfmadd213ss vfmadd213sd vfmadd123ss vfmadd123sd vfmadd231ss vfmadd231sd vfmadd321ss vfmadd321sd vfmsub132ss vfmsub132sd vfmsub312ss vfmsub312sd vfmsub213ss vfmsub213sd vfmsub123ss vfmsub123sd vfmsub231ss vfmsub231sd vfmsub321ss vfmsub321sd vfnmadd132ss vfnmadd132sd vfnmadd312ss vfnmadd312sd vfnmadd213ss vfnmadd213sd vfnmadd123ss vfnmadd123sd vfnmadd231ss vfnmadd231sd vfnmadd321ss vfnmadd321sd vfnmsub132ss vfnmsub132sd vfnmsub312ss vfnmsub312sd vfnmsub213ss vfnmsub213sd vfnmsub123ss vfnmsub123sd vfnmsub231ss vfnmsub231sd vfnmsub321ss vfnmsub321sd rdfsbase rdgsbase rdrand wrfsbase wrgsbase vcvtph2ps vcvtps2ph adcx adox rdseed clac stac xstore xcryptecb xcryptcbc xcryptctr xcryptcfb xcryptofb montmul xsha1 xsha256 llwpcb slwpcb lwpval lwpins vfmaddpd vfmaddps vfmaddsd vfmaddss vfmaddsubpd vfmaddsubps vfmsubaddpd vfmsubaddps vfmsubpd vfmsubps vfmsubsd vfmsubss vfnmaddpd vfnmaddps vfnmaddsd vfnmaddss vfnmsubpd vfnmsubps vfnmsubsd vfnmsubss vfrczpd vfrczps vfrczsd vfrczss vpcmov vpcomb vpcomd vpcomq vpcomub vpcomud vpcomuq vpcomuw vpcomw vphaddbd vphaddbq vphaddbw vphadddq vphaddubd vphaddubq vphaddubw vphaddudq vphadduwd vphadduwq vphaddwd vphaddwq vphsubbw vphsubdq vphsubwd vpmacsdd vpmacsdqh vpmacsdql vpmacssdd vpmacssdqh vpmacssdql vpmacsswd vpmacssww vpmacswd vpmacsww vpmadcsswd vpmadcswd vpperm vprotb vprotd vprotq vprotw vpshab vpshad vpshaq vpshaw vpshlb vpshld vpshlq vpshlw vbroadcasti128 vpblendd vpbroadcastb vpbroadcastw vpbroadcastd vpbroadcastq vpermd vpermpd vpermps vpermq vperm2i128 vextracti128 vinserti128 vpmaskmovd vpmaskmovq vpsllvd vpsllvq vpsravd vpsrlvd vpsrlvq vgatherdpd vgatherqpd vgatherdps vgatherqps vpgatherdd vpgatherqd vpgatherdq vpgatherqq xabort xbegin xend xtest andn bextr blci blcic blsi blsic blcfill blsfill blcmsk blsmsk blsr blcs bzhi mulx pdep pext rorx sarx shlx shrx tzcnt tzmsk t1mskc valignd valignq vblendmpd vblendmps vbroadcastf32x4 vbroadcastf64x4 vbroadcasti32x4 vbroadcasti64x4 vcompresspd vcompressps vcvtpd2udq vcvtps2udq vcvtsd2usi vcvtss2usi vcvttpd2udq vcvttps2udq vcvttsd2usi vcvttss2usi vcvtudq2pd vcvtudq2ps vcvtusi2sd vcvtusi2ss vexpandpd vexpandps vextractf32x4 vextractf64x4 vextracti32x4 vextracti64x4 vfixupimmpd vfixupimmps vfixupimmsd vfixupimmss vgetexppd vgetexpps vgetexpsd vgetexpss vgetmantpd vgetmantps vgetmantsd vgetmantss vinsertf32x4 vinsertf64x4 vinserti32x4 vinserti64x4 vmovdqa32 vmovdqa64 vmovdqu32 vmovdqu64 vpabsq vpandd vpandnd vpandnq vpandq vpblendmd vpblendmq vpcmpltd vpcmpled vpcmpneqd vpcmpnltd vpcmpnled vpcmpd vpcmpltq vpcmpleq vpcmpneqq vpcmpnltq vpcmpnleq vpcmpq vpcmpequd vpcmpltud vpcmpleud vpcmpnequd vpcmpnltud vpcmpnleud vpcmpud vpcmpequq vpcmpltuq vpcmpleuq vpcmpnequq vpcmpnltuq vpcmpnleuq vpcmpuq vpcompressd vpcompressq vpermi2d vpermi2pd vpermi2ps vpermi2q vpermt2d vpermt2pd vpermt2ps vpermt2q vpexpandd vpexpandq vpmaxsq vpmaxuq vpminsq vpminuq vpmovdb vpmovdw vpmovqb vpmovqd vpmovqw vpmovsdb vpmovsdw vpmovsqb vpmovsqd vpmovsqw vpmovusdb vpmovusdw vpmovusqb vpmovusqd vpmovusqw vpord vporq vprold vprolq vprolvd vprolvq vprord vprorq vprorvd vprorvq vpscatterdd vpscatterdq vpscatterqd vpscatterqq vpsraq vpsravq vpternlogd vpternlogq vptestmd vptestmq vptestnmd vptestnmq vpxord vpxorq vrcp14pd vrcp14ps vrcp14sd vrcp14ss vrndscalepd vrndscaleps vrndscalesd vrndscaless vrsqrt14pd vrsqrt14ps vrsqrt14sd vrsqrt14ss vscalefpd vscalefps vscalefsd vscalefss vscatterdpd vscatterdps vscatterqpd vscatterqps vshuff32x4 vshuff64x2 vshufi32x4 vshufi64x2 kandnw kandw kmovw knotw kortestw korw kshiftlw kshiftrw kunpckbw kxnorw kxorw vpbroadcastmb2q vpbroadcastmw2d vpconflictd vpconflictq vplzcntd vplzcntq vexp2pd vexp2ps vrcp28pd vrcp28ps vrcp28sd vrcp28ss vrsqrt28pd vrsqrt28ps vrsqrt28sd vrsqrt28ss vgatherpf0dpd vgatherpf0dps vgatherpf0qpd vgatherpf0qps vgatherpf1dpd vgatherpf1dps vgatherpf1qpd vgatherpf1qps vscatterpf0dpd vscatterpf0dps vscatterpf0qpd vscatterpf0qps vscatterpf1dpd vscatterpf1dps vscatterpf1qpd vscatterpf1qps prefetchwt1 bndmk bndcl bndcu bndcn bndmov bndldx bndstx sha1rnds4 sha1nexte sha1msg1 sha1msg2 sha256rnds2 sha256msg1 sha256msg2 hint_nop0 hint_nop1 hint_nop2 hint_nop3 hint_nop4 hint_nop5 hint_nop6 hint_nop7 hint_nop8 hint_nop9 hint_nop10 hint_nop11 hint_nop12 hint_nop13 hint_nop14 hint_nop15 hint_nop16 hint_nop17 hint_nop18 hint_nop19 hint_nop20 hint_nop21 hint_nop22 hint_nop23 hint_nop24 hint_nop25 hint_nop26 hint_nop27 hint_nop28 hint_nop29 hint_nop30 hint_nop31 hint_nop32 hint_nop33 hint_nop34 hint_nop35 hint_nop36 hint_nop37 hint_nop38 hint_nop39 hint_nop40 hint_nop41 hint_nop42 hint_nop43 hint_nop44 hint_nop45 hint_nop46 hint_nop47 hint_nop48 hint_nop49 hint_nop50 hint_nop51 hint_nop52 hint_nop53 hint_nop54 hint_nop55 hint_nop56 hint_nop57 hint_nop58 hint_nop59 hint_nop60 hint_nop61 hint_nop62 hint_nop63\",built_in:\"ip eip rip al ah bl bh cl ch dl dh sil dil bpl spl r8b r9b r10b r11b r12b r13b r14b r15b ax bx cx dx si di bp sp r8w r9w r10w r11w r12w r13w r14w r15w eax ebx ecx edx esi edi ebp esp eip r8d r9d r10d r11d r12d r13d r14d r15d rax rbx rcx rdx rsi rdi rbp rsp r8 r9 r10 r11 r12 r13 r14 r15 cs ds es fs gs ss st st0 st1 st2 st3 st4 st5 st6 st7 mm0 mm1 mm2 mm3 mm4 mm5 mm6 mm7 xmm0  xmm1  xmm2  xmm3  xmm4  xmm5  xmm6  xmm7  xmm8  xmm9 xmm10  xmm11 xmm12 xmm13 xmm14 xmm15 xmm16 xmm17 xmm18 xmm19 xmm20 xmm21 xmm22 xmm23 xmm24 xmm25 xmm26 xmm27 xmm28 xmm29 xmm30 xmm31 ymm0  ymm1  ymm2  ymm3  ymm4  ymm5  ymm6  ymm7  ymm8  ymm9 ymm10  ymm11 ymm12 ymm13 ymm14 ymm15 ymm16 ymm17 ymm18 ymm19 ymm20 ymm21 ymm22 ymm23 ymm24 ymm25 ymm26 ymm27 ymm28 ymm29 ymm30 ymm31 zmm0  zmm1  zmm2  zmm3  zmm4  zmm5  zmm6  zmm7  zmm8  zmm9 zmm10  zmm11 zmm12 zmm13 zmm14 zmm15 zmm16 zmm17 zmm18 zmm19 zmm20 zmm21 zmm22 zmm23 zmm24 zmm25 zmm26 zmm27 zmm28 zmm29 zmm30 zmm31 k0 k1 k2 k3 k4 k5 k6 k7 bnd0 bnd1 bnd2 bnd3 cr0 cr1 cr2 cr3 cr4 cr8 dr0 dr1 dr2 dr3 dr8 tr3 tr4 tr5 tr6 tr7 r0 r1 r2 r3 r4 r5 r6 r7 r0b r1b r2b r3b r4b r5b r6b r7b r0w r1w r2w r3w r4w r5w r6w r7w r0d r1d r2d r3d r4d r5d r6d r7d r0h r1h r2h r3h r0l r1l r2l r3l r4l r5l r6l r7l r8l r9l r10l r11l r12l r13l r14l r15l db dw dd dq dt ddq do dy dz resb resw resd resq rest resdq reso resy resz incbin equ times byte word dword qword nosplit rel abs seg wrt strict near far a32 ptr\",meta:\"%define %xdefine %+ %undef %defstr %deftok %assign %strcat %strlen %substr %rotate %elif %else %endif %if %ifmacro %ifctx %ifidn %ifidni %ifid %ifnum %ifstr %iftoken %ifempty %ifenv %error %warning %fatal %rep %endrep %include %push %pop %repl %pathsearch %depend %use %arg %stacksize %local %line %comment %endcomment .nolist __FILE__ __LINE__ __SECT__  __BITS__ __OUTPUT_FORMAT__ __DATE__ __TIME__ __DATE_NUM__ __TIME_NUM__ __UTC_DATE__ __UTC_TIME__ __UTC_DATE_NUM__ __UTC_TIME_NUM__  __PASS__ struc endstruc istruc at iend align alignb sectalign daz nodaz up down zero default option assume public bits use16 use32 use64 default section segment absolute extern global common cpu float __utf16__ __utf16le__ __utf16be__ __utf32__ __utf32le__ __utf32be__ __float8__ __float16__ __float32__ __float64__ __float80m__ __float80e__ __float128l__ __float128h__ __Infinity__ __QNaN__ __SNaN__ Inf NaN QNaN SNaN float8 float16 float32 float64 float80m float80e float128l float128h __FLOAT_DAZ__ __FLOAT_ROUND__ __FLOAT__\"},contains:[e.COMMENT(\";\",\"$\",{relevance:0}),{className:\"number\",variants:[{begin:\"\\\\b(?:([0-9][0-9_]*)?\\\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*(\\\\.[0-9_]*)?(?:[pP](?:[+-]?[0-9_]+)?)?)\\\\b\",relevance:0},{begin:\"\\\\$[0-9][0-9A-Fa-f]*\",relevance:0},{begin:\"\\\\b(?:[0-9A-Fa-f][0-9A-Fa-f_]*[Hh]|[0-9][0-9_]*[DdTt]?|[0-7][0-7_]*[QqOo]|[0-1][0-1_]*[BbYy])\\\\b\"},{begin:\"\\\\b(?:0[Xx][0-9A-Fa-f_]+|0[DdTt][0-9_]+|0[QqOo][0-7_]+|0[BbYy][0-1_]+)\\\\b\"}]},e.QUOTE_STRING_MODE,{className:\"string\",variants:[{begin:\"'\",end:\"[^\\\\\\\\]'\"},{begin:\"`\",end:\"[^\\\\\\\\]`\"}],relevance:0},{className:\"symbol\",variants:[{begin:\"^\\\\s*[A-Za-z._?][A-Za-z0-9_$#@~.?]*(:|\\\\s+label)\"},{begin:\"^\\\\s*%%[A-Za-z0-9_$#@~.?]*:\"}],relevance:0},{className:\"subst\",begin:\"%[0-9]+\",relevance:0},{className:\"subst\",begin:\"%!S+\",relevance:0},{className:\"meta\",begin:/^\\s*\\.[\\w_-]+/}]}}e.exports=n},a15aa:function(e,t){function n(e){const t=[\"ABS\",\"ASC\",\"AND\",\"ATN\",\"AUTO|0\",\"BEEP\",\"BLOAD|10\",\"BSAVE|10\",\"CALL\",\"CALLS\",\"CDBL\",\"CHAIN\",\"CHDIR\",\"CHR$|10\",\"CINT\",\"CIRCLE\",\"CLEAR\",\"CLOSE\",\"CLS\",\"COLOR\",\"COM\",\"COMMON\",\"CONT\",\"COS\",\"CSNG\",\"CSRLIN\",\"CVD\",\"CVI\",\"CVS\",\"DATA\",\"DATE$\",\"DEFDBL\",\"DEFINT\",\"DEFSNG\",\"DEFSTR\",\"DEF|0\",\"SEG\",\"USR\",\"DELETE\",\"DIM\",\"DRAW\",\"EDIT\",\"END\",\"ENVIRON\",\"ENVIRON$\",\"EOF\",\"EQV\",\"ERASE\",\"ERDEV\",\"ERDEV$\",\"ERL\",\"ERR\",\"ERROR\",\"EXP\",\"FIELD\",\"FILES\",\"FIX\",\"FOR|0\",\"FRE\",\"GET\",\"GOSUB|10\",\"GOTO\",\"HEX$\",\"IF\",\"THEN\",\"ELSE|0\",\"INKEY$\",\"INP\",\"INPUT\",\"INPUT#\",\"INPUT$\",\"INSTR\",\"IMP\",\"INT\",\"IOCTL\",\"IOCTL$\",\"KEY\",\"ON\",\"OFF\",\"LIST\",\"KILL\",\"LEFT$\",\"LEN\",\"LET\",\"LINE\",\"LLIST\",\"LOAD\",\"LOC\",\"LOCATE\",\"LOF\",\"LOG\",\"LPRINT\",\"USING\",\"LSET\",\"MERGE\",\"MID$\",\"MKDIR\",\"MKD$\",\"MKI$\",\"MKS$\",\"MOD\",\"NAME\",\"NEW\",\"NEXT\",\"NOISE\",\"NOT\",\"OCT$\",\"ON\",\"OR\",\"PEN\",\"PLAY\",\"STRIG\",\"OPEN\",\"OPTION\",\"BASE\",\"OUT\",\"PAINT\",\"PALETTE\",\"PCOPY\",\"PEEK\",\"PMAP\",\"POINT\",\"POKE\",\"POS\",\"PRINT\",\"PRINT]\",\"PSET\",\"PRESET\",\"PUT\",\"RANDOMIZE\",\"READ\",\"REM\",\"RENUM\",\"RESET|0\",\"RESTORE\",\"RESUME\",\"RETURN|0\",\"RIGHT$\",\"RMDIR\",\"RND\",\"RSET\",\"RUN\",\"SAVE\",\"SCREEN\",\"SGN\",\"SHELL\",\"SIN\",\"SOUND\",\"SPACE$\",\"SPC\",\"SQR\",\"STEP\",\"STICK\",\"STOP\",\"STR$\",\"STRING$\",\"SWAP\",\"SYSTEM\",\"TAB\",\"TAN\",\"TIME$\",\"TIMER\",\"TROFF\",\"TRON\",\"TO\",\"USR\",\"VAL\",\"VARPTR\",\"VARPTR$\",\"VIEW\",\"WAIT\",\"WHILE\",\"WEND\",\"WIDTH\",\"WINDOW\",\"WRITE\",\"XOR\"];return{name:\"BASIC\",case_insensitive:!0,illegal:\"^.\",keywords:{$pattern:\"[a-zA-Z][a-zA-Z0-9_$%!#]*\",keyword:t},contains:[e.QUOTE_STRING_MODE,e.COMMENT(\"REM\",\"$\",{relevance:10}),e.COMMENT(\"'\",\"$\",{relevance:0}),{className:\"symbol\",begin:\"^[0-9]+ \",relevance:10},{className:\"number\",begin:\"\\\\b\\\\d+(\\\\.\\\\d+)?([edED]\\\\d+)?[#!]?\",relevance:0},{className:\"number\",begin:\"(&[hH][0-9a-fA-F]{1,4})\"},{className:\"number\",begin:\"(&[oO][0-7]{1,6})\"}]}}e.exports=n},a1f0:function(e,t,n){\"use strict\";var i=n(\"23e7\"),a=n(\"c65b\"),r=n(\"e330\"),s=n(\"9ed3\"),o=n(\"1d80\"),l=n(\"50c4\"),c=n(\"577e\"),_=n(\"825a\"),d=n(\"c6b6\"),u=n(\"44e7\"),p=n(\"90d8\"),m=n(\"dc4a\"),g=n(\"cb2d\"),h=n(\"d039\"),E=n(\"b622\"),S=n(\"4840\"),b=n(\"8aa5\"),f=n(\"14c3\"),T=n(\"69f3\"),C=n(\"c430\"),v=E(\"matchAll\"),y=\"RegExp String\",R=y+\" Iterator\",N=T.set,O=T.getterFor(R),A=RegExp.prototype,I=TypeError,D=r(\"\".indexOf),w=r(\"\".matchAll),x=!!w&&!h((function(){w(\"a\",/./)})),M=s((function(e,t,n,i){N(this,{type:R,regexp:e,string:t,global:n,unicode:i,done:!1})}),y,(function(){var e=O(this);if(e.done)return{value:void 0,done:!0};var t=e.regexp,n=e.string,i=f(t,n);return null===i?{value:void 0,done:e.done=!0}:e.global?(\"\"===c(i[0])&&(t.lastIndex=b(n,l(t.lastIndex),e.unicode)),{value:i,done:!1}):(e.done=!0,{value:i,done:!1})})),k=function(e){var t,n,i,a=_(this),r=c(e),s=S(a,RegExp),o=c(p(a));return t=new s(s===RegExp?a.source:a,o),n=!!~D(o,\"g\"),i=!!~D(o,\"u\"),t.lastIndex=l(a.lastIndex),new M(t,r,n,i)};i({target:\"String\",proto:!0,forced:x},{matchAll:function(e){var t,n,i,r,s=o(this);if(null!=e){if(u(e)&&(t=c(o(p(e))),!~D(t,\"g\")))throw I(\"`.matchAll` does not allow non-global regexes\");if(x)return w(s,e);if(i=m(e,v),void 0===i&&C&&\"RegExp\"==d(e)&&(i=k),i)return a(i,e,s)}else if(x)return w(s,e);return n=c(s),r=new RegExp(e,\"g\"),C?a(k,r,n):r[v](n)}}),C||v in A||g(A,v,k)},a240:function(e,t){function n(e,t){return void 0===e?t:e}function i(e){e=e||{},this.displayMode=n(e.displayMode,!1),this.throwOnError=n(e.throwOnError,!0),this.errorColor=n(e.errorColor,\"#cc0000\")}e.exports=i},a27d:function(e,t){function n(e){const t=e.regex,n=/[a-zA-Z_][a-zA-Z0-9_]*/,i={className:\"number\",variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},a=[\"after\",\"append\",\"apply\",\"array\",\"auto_execok\",\"auto_import\",\"auto_load\",\"auto_mkindex\",\"auto_mkindex_old\",\"auto_qualify\",\"auto_reset\",\"bgerror\",\"binary\",\"break\",\"catch\",\"cd\",\"chan\",\"clock\",\"close\",\"concat\",\"continue\",\"dde\",\"dict\",\"encoding\",\"eof\",\"error\",\"eval\",\"exec\",\"exit\",\"expr\",\"fblocked\",\"fconfigure\",\"fcopy\",\"file\",\"fileevent\",\"filename\",\"flush\",\"for\",\"foreach\",\"format\",\"gets\",\"glob\",\"global\",\"history\",\"http\",\"if\",\"incr\",\"info\",\"interp\",\"join\",\"lappend|10\",\"lassign|10\",\"lindex|10\",\"linsert|10\",\"list\",\"llength|10\",\"load\",\"lrange|10\",\"lrepeat|10\",\"lreplace|10\",\"lreverse|10\",\"lsearch|10\",\"lset|10\",\"lsort|10\",\"mathfunc\",\"mathop\",\"memory\",\"msgcat\",\"namespace\",\"open\",\"package\",\"parray\",\"pid\",\"pkg::create\",\"pkg_mkIndex\",\"platform\",\"platform::shell\",\"proc\",\"puts\",\"pwd\",\"read\",\"refchan\",\"regexp\",\"registry\",\"regsub|10\",\"rename\",\"return\",\"safe\",\"scan\",\"seek\",\"set\",\"socket\",\"source\",\"split\",\"string\",\"subst\",\"switch\",\"tcl_endOfWord\",\"tcl_findLibrary\",\"tcl_startOfNextWord\",\"tcl_startOfPreviousWord\",\"tcl_wordBreakAfter\",\"tcl_wordBreakBefore\",\"tcltest\",\"tclvars\",\"tell\",\"time\",\"tm\",\"trace\",\"unknown\",\"unload\",\"unset\",\"update\",\"uplevel\",\"upvar\",\"variable\",\"vwait\",\"while\"];return{name:\"Tcl\",aliases:[\"tk\"],keywords:a,contains:[e.COMMENT(\";[ \\\\t]*#\",\"$\"),e.COMMENT(\"^[ \\\\t]*#\",\"$\"),{beginKeywords:\"proc\",end:\"[\\\\{]\",excludeEnd:!0,contains:[{className:\"title\",begin:\"[ \\\\t\\\\n\\\\r]+(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\",end:\"[ \\\\t\\\\n\\\\r]\",endsWithParent:!0,excludeEnd:!0}]},{className:\"variable\",variants:[{begin:t.concat(/\\$/,t.optional(/::/),n,\"(::\",n,\")*\")},{begin:\"\\\\$\\\\{(::)?[a-zA-Z_]((::)?[a-zA-Z0-9_])*\",end:\"\\\\}\",contains:[i]}]},{className:\"string\",contains:[e.BACKSLASH_ESCAPE],variants:[e.inherit(e.QUOTE_STRING_MODE,{illegal:null})]},i]}}e.exports=n},a2fa:function(e,t,n){\"use strict\";var i=n(\"00bd\"),a=n(\"48cc\"),r=n(\"38c8\");e.exports=function(e,t){var n={defs:{},shortcuts:{},enabled:[]},s=r(e.utils.assign({},n,t||{}));e.renderer.rules.emoji=i,e.core.ruler.after(\"linkify\",\"emoji\",a(e,s.defs,s.shortcuts,s.scanRE,s.replaceRE))}},a33c:function(e,t){function n(e){const t={variants:[e.COMMENT(\"^[ \\\\t]*(?=#)\",\"$\",{relevance:0,excludeBegin:!0}),e.COMMENT(\"[;@]\",\"$\",{relevance:0}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]};return{name:\"ARM Assembly\",case_insensitive:!0,aliases:[\"arm\"],keywords:{$pattern:\"\\\\.?\"+e.IDENT_RE,meta:\".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .arm .thumb .code16 .code32 .force_thumb .thumb_func .ltorg ALIAS ALIGN ARM AREA ASSERT ATTR CN CODE CODE16 CODE32 COMMON CP DATA DCB DCD DCDU DCDO DCFD DCFDU DCI DCQ DCQU DCW DCWU DN ELIF ELSE END ENDFUNC ENDIF ENDP ENTRY EQU EXPORT EXPORTAS EXTERN FIELD FILL FUNCTION GBLA GBLL GBLS GET GLOBAL IF IMPORT INCBIN INCLUDE INFO KEEP LCLA LCLL LCLS LTORG MACRO MAP MEND MEXIT NOFP OPT PRESERVE8 PROC QN READONLY RELOC REQUIRE REQUIRE8 RLIST FN ROUT SETA SETL SETS SN SPACE SUBT THUMB THUMBX TTL WHILE WEND \",built_in:\"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 pc lr sp ip sl sb fp a1 a2 a3 a4 v1 v2 v3 v4 v5 v6 v7 v8 f0 f1 f2 f3 f4 f5 f6 f7 p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 q0 q1 q2 q3 q4 q5 q6 q7 q8 q9 q10 q11 q12 q13 q14 q15 cpsr_c cpsr_x cpsr_s cpsr_f cpsr_cx cpsr_cxs cpsr_xs cpsr_xsf cpsr_sf cpsr_cxsf spsr_c spsr_x spsr_s spsr_f spsr_cx spsr_cxs spsr_xs spsr_xsf spsr_sf spsr_cxsf s0 s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 d0 d1 d2 d3 d4 d5 d6 d7 d8 d9 d10 d11 d12 d13 d14 d15 d16 d17 d18 d19 d20 d21 d22 d23 d24 d25 d26 d27 d28 d29 d30 d31 {PC} {VAR} {TRUE} {FALSE} {OPT} {CONFIG} {ENDIAN} {CODESIZE} {CPU} {FPU} {ARCHITECTURE} {PCSTOREOFFSET} {ARMASM_VERSION} {INTER} {ROPI} {RWPI} {SWST} {NOSWST} . @\"},contains:[{className:\"keyword\",begin:\"\\\\b(adc|(qd?|sh?|u[qh]?)?add(8|16)?|usada?8|(q|sh?|u[qh]?)?(as|sa)x|and|adrl?|sbc|rs[bc]|asr|b[lx]?|blx|bxj|cbn?z|tb[bh]|bic|bfc|bfi|[su]bfx|bkpt|cdp2?|clz|clrex|cmp|cmn|cpsi[ed]|cps|setend|dbg|dmb|dsb|eor|isb|it[te]{0,3}|lsl|lsr|ror|rrx|ldm(([id][ab])|f[ds])?|ldr((s|ex)?[bhd])?|movt?|mvn|mra|mar|mul|[us]mull|smul[bwt][bt]|smu[as]d|smmul|smmla|mla|umlaal|smlal?([wbt][bt]|d)|mls|smlsl?[ds]|smc|svc|sev|mia([bt]{2}|ph)?|mrr?c2?|mcrr2?|mrs|msr|orr|orn|pkh(tb|bt)|rbit|rev(16|sh)?|sel|[su]sat(16)?|nop|pop|push|rfe([id][ab])?|stm([id][ab])?|str(ex)?[bhd]?|(qd?)?sub|(sh?|q|u[qh]?)?sub(8|16)|[su]xt(a?h|a?b(16)?)|srs([id][ab])?|swpb?|swi|smi|tst|teq|wfe|wfi|yield)(eq|ne|cs|cc|mi|pl|vs|vc|hi|ls|ge|lt|gt|le|al|hs|lo)?[sptrx]?(?=\\\\s)\"},t,e.QUOTE_STRING_MODE,{className:\"string\",begin:\"'\",end:\"[^\\\\\\\\]'\",relevance:0},{className:\"title\",begin:\"\\\\|\",end:\"\\\\|\",illegal:\"\\\\n\",relevance:0},{className:\"number\",variants:[{begin:\"[#$=]?0x[0-9a-f]+\"},{begin:\"[#$=]?0b[01]+\"},{begin:\"[#$=]\\\\d+\"},{begin:\"\\\\b\\\\d+\"}],relevance:0},{className:\"symbol\",variants:[{begin:\"^[ \\\\t]*[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+:\"},{begin:\"^[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+\"},{begin:\"[=#]\\\\w+\"}],relevance:0}]}}e.exports=n},a342:function(e,t){function n(e){return{name:\"MIPS Assembly\",case_insensitive:!0,aliases:[\"mips\"],keywords:{$pattern:\"\\\\.?\"+e.IDENT_RE,meta:\".2byte .4byte .align .ascii .asciz .balign .byte .code .data .else .end .endif .endm .endr .equ .err .exitm .extern .global .hword .if .ifdef .ifndef .include .irp .long .macro .rept .req .section .set .skip .space .text .word .ltorg \",built_in:\"$0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 $16 $17 $18 $19 $20 $21 $22 $23 $24 $25 $26 $27 $28 $29 $30 $31 zero at v0 v1 a0 a1 a2 a3 a4 a5 a6 a7 t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 s0 s1 s2 s3 s4 s5 s6 s7 s8 k0 k1 gp sp fp ra $f0 $f1 $f2 $f2 $f4 $f5 $f6 $f7 $f8 $f9 $f10 $f11 $f12 $f13 $f14 $f15 $f16 $f17 $f18 $f19 $f20 $f21 $f22 $f23 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 Context Random EntryLo0 EntryLo1 Context PageMask Wired EntryHi HWREna BadVAddr Count Compare SR IntCtl SRSCtl SRSMap Cause EPC PRId EBase Config Config1 Config2 Config3 LLAddr Debug DEPC DESAVE CacheErr ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt \"},contains:[{className:\"keyword\",begin:\"\\\\b(addi?u?|andi?|b(al)?|beql?|bgez(al)?l?|bgtzl?|blezl?|bltz(al)?l?|bnel?|cl[oz]|divu?|ext|ins|j(al)?|jalr(\\\\.hb)?|jr(\\\\.hb)?|lbu?|lhu?|ll|lui|lw[lr]?|maddu?|mfhi|mflo|movn|movz|move|msubu?|mthi|mtlo|mul|multu?|nop|nor|ori?|rotrv?|sb|sc|se[bh]|sh|sllv?|slti?u?|srav?|srlv?|subu?|sw[lr]?|xori?|wsbh|abs\\\\.[sd]|add\\\\.[sd]|alnv.ps|bc1[ft]l?|c\\\\.(s?f|un|u?eq|[ou]lt|[ou]le|ngle?|seq|l[et]|ng[et])\\\\.[sd]|(ceil|floor|round|trunc)\\\\.[lw]\\\\.[sd]|cfc1|cvt\\\\.d\\\\.[lsw]|cvt\\\\.l\\\\.[dsw]|cvt\\\\.ps\\\\.s|cvt\\\\.s\\\\.[dlw]|cvt\\\\.s\\\\.p[lu]|cvt\\\\.w\\\\.[dls]|div\\\\.[ds]|ldx?c1|luxc1|lwx?c1|madd\\\\.[sd]|mfc1|mov[fntz]?\\\\.[ds]|msub\\\\.[sd]|mth?c1|mul\\\\.[ds]|neg\\\\.[ds]|nmadd\\\\.[ds]|nmsub\\\\.[ds]|p[lu][lu]\\\\.ps|recip\\\\.fmt|r?sqrt\\\\.[ds]|sdx?c1|sub\\\\.[ds]|suxc1|swx?c1|break|cache|d?eret|[de]i|ehb|mfc0|mtc0|pause|prefx?|rdhwr|rdpgpr|sdbbp|ssnop|synci?|syscall|teqi?|tgei?u?|tlb(p|r|w[ir])|tlti?u?|tnei?|wait|wrpgpr)\",end:\"\\\\s\"},e.COMMENT(\"[;#](?!\\\\s*$)\",\"$\"),e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,{className:\"string\",begin:\"'\",end:\"[^\\\\\\\\]'\",relevance:0},{className:\"title\",begin:\"\\\\|\",end:\"\\\\|\",illegal:\"\\\\n\",relevance:0},{className:\"number\",variants:[{begin:\"0x[0-9a-f]+\"},{begin:\"\\\\b-?\\\\d+\"}],relevance:0},{className:\"symbol\",variants:[{begin:\"^\\\\s*[a-z_\\\\.\\\\$][a-z0-9_\\\\.\\\\$]+:\"},{begin:\"^\\\\s*[0-9]+:\"},{begin:\"[0-9]+[bf]\"}],relevance:0}],illegal:/\\//}}e.exports=n},a432:function(e,t,n){\"use strict\";const i=n(\"2353\");class a extends i{getDefaultOptions(){return{width:500,height:281}}extractVideoID(e){let t=e.match(/https?:\\/\\/(?:www\\.|player\\.)?vimeo.com\\/(?:channels\\/(?:\\w+\\/)?|groups\\/([^\\/]*)\\/videos\\/|album\\/(\\d+)\\/video\\/|)(\\d+)(?:$|\\/|\\?)/);return t&&\"string\"===typeof t[3]?t[3]:e}getVideoUrl(e){let t=this.env.md.utils.escapeHtml(e);return\"//player.vimeo.com/video/\"+t}}e.exports=a},a613:function(e,t){function n(e){const t={className:\"number\",begin:\"[1-9][0-9]*\",relevance:0},n={className:\"symbol\",begin:\":[^\\\\]]+\"},i={className:\"built_in\",begin:\"(AR|P|PAYLOAD|PR|R|SR|RSR|LBL|VR|UALM|MESSAGE|UTOOL|UFRAME|TIMER|TIMER_OVERFLOW|JOINT_MAX_SPEED|RESUME_PROG|DIAG_REC)\\\\[\",end:\"\\\\]\",contains:[\"self\",t,n]},a={className:\"built_in\",begin:\"(AI|AO|DI|DO|F|RI|RO|UI|UO|GI|GO|SI|SO)\\\\[\",end:\"\\\\]\",contains:[\"self\",t,e.QUOTE_STRING_MODE,n]},r=[\"ABORT\",\"ACC\",\"ADJUST\",\"AND\",\"AP_LD\",\"BREAK\",\"CALL\",\"CNT\",\"COL\",\"CONDITION\",\"CONFIG\",\"DA\",\"DB\",\"DIV\",\"DETECT\",\"ELSE\",\"END\",\"ENDFOR\",\"ERR_NUM\",\"ERROR_PROG\",\"FINE\",\"FOR\",\"GP\",\"GUARD\",\"INC\",\"IF\",\"JMP\",\"LINEAR_MAX_SPEED\",\"LOCK\",\"MOD\",\"MONITOR\",\"OFFSET\",\"Offset\",\"OR\",\"OVERRIDE\",\"PAUSE\",\"PREG\",\"PTH\",\"RT_LD\",\"RUN\",\"SELECT\",\"SKIP\",\"Skip\",\"TA\",\"TB\",\"TO\",\"TOOL_OFFSET\",\"Tool_Offset\",\"UF\",\"UT\",\"UFRAME_NUM\",\"UTOOL_NUM\",\"UNLOCK\",\"WAIT\",\"X\",\"Y\",\"Z\",\"W\",\"P\",\"R\",\"STRLEN\",\"SUBSTR\",\"FINDSTR\",\"VOFFSET\",\"PROG\",\"ATTR\",\"MN\",\"POS\"],s=[\"ON\",\"OFF\",\"max_speed\",\"LPOS\",\"JPOS\",\"ENABLE\",\"DISABLE\",\"START\",\"STOP\",\"RESET\"];return{name:\"TP\",keywords:{keyword:r,literal:s},contains:[i,a,{className:\"keyword\",begin:\"/(PROG|ATTR|MN|POS|END)\\\\b\"},{className:\"keyword\",begin:\"(CALL|RUN|POINT_LOGIC|LBL)\\\\b\"},{className:\"keyword\",begin:\"\\\\b(ACC|CNT|Skip|Offset|PSPD|RT_LD|AP_LD|Tool_Offset)\"},{className:\"number\",begin:\"\\\\d+(sec|msec|mm/sec|cm/min|inch/min|deg/sec|mm|in|cm)?\\\\b\",relevance:0},e.COMMENT(\"//\",\"[;$]\"),e.COMMENT(\"!\",\"[;$]\"),e.COMMENT(\"--eg:\",\"$\"),e.QUOTE_STRING_MODE,{className:\"string\",begin:\"'\",end:\"'\"},e.C_NUMBER_MODE,{className:\"variable\",begin:\"\\\\$[A-Za-z0-9_]+\"}]}}e.exports=n},a68e:function(e,t,n){\"use strict\";var i=n(\"c759\");function a(e,t){var n,i,a=e.posMax,r=!0,s=!0;return n=t>0?e.src.charCodeAt(t-1):-1,i=t+1<=a?e.src.charCodeAt(t+1):-1,(32===n||9===n||i>=48&&i<=57)&&(s=!1),32!==i&&9!==i||(r=!1),{can_open:r,can_close:s}}function r(e,t){var n,i,r,s,o;if(\"$\"!==e.src[e.pos])return!1;if(s=a(e,e.pos),!s.can_open)return t||(e.pending+=\"$\"),e.pos+=1,!0;n=e.pos+1,i=n;while(-1!==(i=e.src.indexOf(\"$\",i))){o=i-1;while(\"\\\\\"===e.src[o])o-=1;if((i-o)%2==1)break;i+=1}return-1===i?(t||(e.pending+=\"$\"),e.pos=n,!0):i-n===0?(t||(e.pending+=\"$$\"),e.pos=n+1,!0):(s=a(e,i),s.can_close?(t||(r=e.push(\"math_inline\",\"math\",0),r.markup=\"$\",r.content=e.src.slice(n,i)),e.pos=i+1,!0):(t||(e.pending+=\"$\"),e.pos=n,!0))}function s(e,t,n,i){var a,r,s,o,l,c=!1,_=e.bMarks[t]+e.tShift[t],d=e.eMarks[t];if(_+2>d)return!1;if(\"$$\"!==e.src.slice(_,_+2))return!1;if(_+=2,a=e.src.slice(_,d),i)return!0;for(\"$$\"===a.trim().slice(-2)&&(a=a.trim().slice(0,-2),c=!0),s=t;!c;){if(s++,s>=n)break;if(_=e.bMarks[s]+e.tShift[s],d=e.eMarks[s],_<d&&e.tShift[s]<e.blkIndent)break;\"$$\"===e.src.slice(_,d).trim().slice(-2)&&(o=e.src.slice(0,d).lastIndexOf(\"$$\"),r=e.src.slice(_,o),c=!0)}return e.line=s+1,l=e.push(\"math_block\",\"math\",0),l.block=!0,l.content=(a&&a.trim()?a+\"\\n\":\"\")+e.getLines(t+1,s,e.tShift[t],!0)+(r&&r.trim()?r:\"\"),l.map=[t,e.line],l.markup=\"$$\",!0}e.exports=function(e,t){t=t||{};var n=function(e){t.displayMode=!1;try{return i.renderToString(e,t)}catch(n){return t.throwOnError&&console.log(n),e}},a=function(e,t){return n(e[t].content)},o=function(e){t.displayMode=!0;try{return\"<p>\"+i.renderToString(e,t)+\"</p>\"}catch(n){return t.throwOnError&&console.log(n),e}},l=function(e,t){return o(e[t].content)+\"\\n\"};e.inline.ruler.after(\"escape\",\"math_inline\",r),e.block.ruler.after(\"blockquote\",\"math_block\",s,{alt:[\"paragraph\",\"reference\",\"blockquote\",\"list\"]}),e.renderer.rules.math_inline=a,e.renderer.rules.math_block=l}},a6fb:function(e,t){function n(e){return{name:\"AVR Assembly\",case_insensitive:!0,keywords:{$pattern:\"\\\\.?\"+e.IDENT_RE,keyword:\"adc add adiw and andi asr bclr bld brbc brbs brcc brcs break breq brge brhc brhs brid brie brlo brlt brmi brne brpl brsh brtc brts brvc brvs bset bst call cbi cbr clc clh cli cln clr cls clt clv clz com cp cpc cpi cpse dec eicall eijmp elpm eor fmul fmuls fmulsu icall ijmp in inc jmp ld ldd ldi lds lpm lsl lsr mov movw mul muls mulsu neg nop or ori out pop push rcall ret reti rjmp rol ror sbc sbr sbrc sbrs sec seh sbi sbci sbic sbis sbiw sei sen ser ses set sev sez sleep spm st std sts sub subi swap tst wdr\",built_in:\"r0 r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23 r24 r25 r26 r27 r28 r29 r30 r31 x|0 xh xl y|0 yh yl z|0 zh zl ucsr1c udr1 ucsr1a ucsr1b ubrr1l ubrr1h ucsr0c ubrr0h tccr3c tccr3a tccr3b tcnt3h tcnt3l ocr3ah ocr3al ocr3bh ocr3bl ocr3ch ocr3cl icr3h icr3l etimsk etifr tccr1c ocr1ch ocr1cl twcr twdr twar twsr twbr osccal xmcra xmcrb eicra spmcsr spmcr portg ddrg ping portf ddrf sreg sph spl xdiv rampz eicrb eimsk gimsk gicr eifr gifr timsk tifr mcucr mcucsr tccr0 tcnt0 ocr0 assr tccr1a tccr1b tcnt1h tcnt1l ocr1ah ocr1al ocr1bh ocr1bl icr1h icr1l tccr2 tcnt2 ocr2 ocdr wdtcr sfior eearh eearl eedr eecr porta ddra pina portb ddrb pinb portc ddrc pinc portd ddrd pind spdr spsr spcr udr0 ucsr0a ucsr0b ubrr0l acsr admux adcsr adch adcl porte ddre pine pinf\",meta:\".byte .cseg .db .def .device .dseg .dw .endmacro .equ .eseg .exit .include .list .listmac .macro .nolist .org .set\"},contains:[e.C_BLOCK_COMMENT_MODE,e.COMMENT(\";\",\"$\",{relevance:0}),e.C_NUMBER_MODE,e.BINARY_NUMBER_MODE,{className:\"number\",begin:\"\\\\b(\\\\$[a-zA-Z0-9]+|0o[0-7]+)\"},e.QUOTE_STRING_MODE,{className:\"string\",begin:\"'\",end:\"[^\\\\\\\\]'\",illegal:\"[^\\\\\\\\][^']\"},{className:\"symbol\",begin:\"^[A-Za-z0-9_.$]+:\"},{className:\"meta\",begin:\"#\",end:\"$\"},{className:\"subst\",begin:\"@[0-9]+\"}]}}e.exports=n},a710:function(e,t){function n(e){const t={className:\"number\",relevance:0,variants:[{begin:\"[$][a-fA-F0-9]+\"},e.NUMBER_MODE]},n={variants:[{match:[/(function|method)/,/\\s+/,e.UNDERSCORE_IDENT_RE]}],scope:{1:\"keyword\",3:\"title.function\"}},i={variants:[{match:[/(class|interface|extends|implements)/,/\\s+/,e.UNDERSCORE_IDENT_RE]}],scope:{1:\"keyword\",3:\"title.class\"}},a=[\"DebugLog\",\"DebugStop\",\"Error\",\"Print\",\"ACos\",\"ACosr\",\"ASin\",\"ASinr\",\"ATan\",\"ATan2\",\"ATan2r\",\"ATanr\",\"Abs\",\"Abs\",\"Ceil\",\"Clamp\",\"Clamp\",\"Cos\",\"Cosr\",\"Exp\",\"Floor\",\"Log\",\"Max\",\"Max\",\"Min\",\"Min\",\"Pow\",\"Sgn\",\"Sgn\",\"Sin\",\"Sinr\",\"Sqrt\",\"Tan\",\"Tanr\",\"Seed\",\"PI\",\"HALFPI\",\"TWOPI\"],r=[\"true\",\"false\",\"null\"],s=[\"public\",\"private\",\"property\",\"continue\",\"exit\",\"extern\",\"new\",\"try\",\"catch\",\"eachin\",\"not\",\"abstract\",\"final\",\"select\",\"case\",\"default\",\"const\",\"local\",\"global\",\"field\",\"end\",\"if\",\"then\",\"else\",\"elseif\",\"endif\",\"while\",\"wend\",\"repeat\",\"until\",\"forever\",\"for\",\"to\",\"step\",\"next\",\"return\",\"module\",\"inline\",\"throw\",\"import\",\"and\",\"or\",\"shl\",\"shr\",\"mod\"];return{name:\"Monkey\",case_insensitive:!0,keywords:{keyword:s,built_in:a,literal:r},illegal:/\\/\\*/,contains:[e.COMMENT(\"#rem\",\"#end\"),e.COMMENT(\"'\",\"$\",{relevance:0}),n,i,{className:\"variable.language\",begin:/\\b(self|super)\\b/},{className:\"meta\",begin:/\\s*#/,end:\"$\",keywords:{keyword:\"if else elseif endif end then\"}},{match:[/^\\s*/,/strict\\b/],scope:{2:\"meta\"}},{beginKeywords:\"alias\",end:\"=\",contains:[e.UNDERSCORE_TITLE_MODE]},e.QUOTE_STRING_MODE,t]}}e.exports=n},a7bc:function(e,t){e.exports=/[\\0-\\x1F\\x7F-\\x9F]/},a885:function(e,t){function n(e){const t=e.UNDERSCORE_IDENT_RE,n=[\"anytype\",\"boolean\",\"byte\",\"char\",\"container\",\"date\",\"double\",\"enum\",\"guid\",\"int\",\"int64\",\"long\",\"real\",\"short\",\"str\",\"utcdatetime\",\"var\"],i=[\"default\",\"false\",\"null\",\"true\"],a=[\"abstract\",\"as\",\"asc\",\"avg\",\"break\",\"breakpoint\",\"by\",\"byref\",\"case\",\"catch\",\"changecompany\",\"class\",\"client\",\"client\",\"common\",\"const\",\"continue\",\"count\",\"crosscompany\",\"delegate\",\"delete_from\",\"desc\",\"display\",\"div\",\"do\",\"edit\",\"else\",\"eventhandler\",\"exists\",\"extends\",\"final\",\"finally\",\"firstfast\",\"firstonly\",\"firstonly1\",\"firstonly10\",\"firstonly100\",\"firstonly1000\",\"flush\",\"for\",\"forceliterals\",\"forcenestedloop\",\"forceplaceholders\",\"forceselectorder\",\"forupdate\",\"from\",\"generateonly\",\"group\",\"hint\",\"if\",\"implements\",\"in\",\"index\",\"insert_recordset\",\"interface\",\"internal\",\"is\",\"join\",\"like\",\"maxof\",\"minof\",\"mod\",\"namespace\",\"new\",\"next\",\"nofetch\",\"notexists\",\"optimisticlock\",\"order\",\"outer\",\"pessimisticlock\",\"print\",\"private\",\"protected\",\"public\",\"readonly\",\"repeatableread\",\"retry\",\"return\",\"reverse\",\"select\",\"server\",\"setting\",\"static\",\"sum\",\"super\",\"switch\",\"this\",\"throw\",\"try\",\"ttsabort\",\"ttsbegin\",\"ttscommit\",\"unchecked\",\"update_recordset\",\"using\",\"validtimestate\",\"void\",\"where\",\"while\"],r={keyword:a,built_in:n,literal:i},s={variants:[{match:[/(class|interface)\\s+/,t,/\\s+(extends|implements)\\s+/,t]},{match:[/class\\s+/,t]}],scope:{2:\"title.class\",4:\"title.class.inherited\"},keywords:r};return{name:\"X++\",aliases:[\"x++\"],keywords:r,contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:\"meta\",begin:\"#\",end:\"$\"},s]}}e.exports=n},a915:function(e,t,n){\"use strict\";var i=n(\"4883\"),a=[[\"normalize\",n(\"4c26\")],[\"block\",n(\"3408\")],[\"inline\",n(\"a124\")],[\"linkify\",n(\"9921\")],[\"replacements\",n(\"bb4a\")],[\"smartquotes\",n(\"af30\")],[\"text_join\",n(\"943c\")]];function r(){this.ruler=new i;for(var e=0;e<a.length;e++)this.ruler.push(a[e][0],a[e][1])}r.prototype.process=function(e){var t,n,i;for(i=this.ruler.getRules(\"\"),t=0,n=i.length;t<n;t++)i[t](e)},r.prototype.State=n(\"7133\"),e.exports=r},a941:function(e,t){var n=\"[0-9](_*[0-9])*\",i=`\\\\.(${n})`,a=\"[0-9a-fA-F](_*[0-9a-fA-F])*\",r={className:\"number\",variants:[{begin:`(\\\\b(${n})((${i})|\\\\.)?|(${i}))[eE][+-]?(${n})[fFdD]?\\\\b`},{begin:`\\\\b(${n})((${i})[fFdD]?\\\\b|\\\\.([fFdD]\\\\b)?)`},{begin:`(${i})[fFdD]?\\\\b`},{begin:`\\\\b(${n})[fFdD]\\\\b`},{begin:`\\\\b0[xX]((${a})\\\\.?|(${a})?\\\\.(${a}))[pP][+-]?(${n})[fFdD]?\\\\b`},{begin:\"\\\\b(0|[1-9](_*[0-9])*)[lL]?\\\\b\"},{begin:`\\\\b0[xX](${a})[lL]?\\\\b`},{begin:\"\\\\b0(_*[0-7])*[lL]?\\\\b\"},{begin:\"\\\\b0[bB][01](_*[01])*[lL]?\\\\b\"}],relevance:0};function s(e){const t={keyword:\"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual\",built_in:\"Byte Short Char Int Long Boolean Float Double Void Unit Nothing\",literal:\"true false null\"},n={className:\"keyword\",begin:/\\b(break|continue|return|this)\\b/,starts:{contains:[{className:\"symbol\",begin:/@\\w+/}]}},i={className:\"symbol\",begin:e.UNDERSCORE_IDENT_RE+\"@\"},a={className:\"subst\",begin:/\\$\\{/,end:/\\}/,contains:[e.C_NUMBER_MODE]},s={className:\"variable\",begin:\"\\\\$\"+e.UNDERSCORE_IDENT_RE},o={className:\"string\",variants:[{begin:'\"\"\"',end:'\"\"\"(?=[^\"])',contains:[s,a]},{begin:\"'\",end:\"'\",illegal:/\\n/,contains:[e.BACKSLASH_ESCAPE]},{begin:'\"',end:'\"',illegal:/\\n/,contains:[e.BACKSLASH_ESCAPE,s,a]}]};a.contains.push(o);const l={className:\"meta\",begin:\"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\\\s*:(?:\\\\s*\"+e.UNDERSCORE_IDENT_RE+\")?\"},c={className:\"meta\",begin:\"@\"+e.UNDERSCORE_IDENT_RE,contains:[{begin:/\\(/,end:/\\)/,contains:[e.inherit(o,{className:\"string\"}),\"self\"]}]},_=r,d=e.COMMENT(\"/\\\\*\",\"\\\\*/\",{contains:[e.C_BLOCK_COMMENT_MODE]}),u={variants:[{className:\"type\",begin:e.UNDERSCORE_IDENT_RE},{begin:/\\(/,end:/\\)/,contains:[]}]},p=u;return p.variants[1].contains=[u],u.variants[1].contains=[p],{name:\"Kotlin\",aliases:[\"kt\",\"kts\"],keywords:t,contains:[e.COMMENT(\"/\\\\*\\\\*\",\"\\\\*/\",{relevance:0,contains:[{className:\"doctag\",begin:\"@[A-Za-z]+\"}]}),e.C_LINE_COMMENT_MODE,d,n,i,l,c,{className:\"function\",beginKeywords:\"fun\",end:\"[(]|$\",returnBegin:!0,excludeEnd:!0,keywords:t,relevance:5,contains:[{begin:e.UNDERSCORE_IDENT_RE+\"\\\\s*\\\\(\",returnBegin:!0,relevance:0,contains:[e.UNDERSCORE_TITLE_MODE]},{className:\"type\",begin:/</,end:/>/,keywords:\"reified\",relevance:0},{className:\"params\",begin:/\\(/,end:/\\)/,endsParent:!0,keywords:t,relevance:0,contains:[{begin:/:/,end:/[=,\\/]/,endsWithParent:!0,contains:[u,e.C_LINE_COMMENT_MODE,d],relevance:0},e.C_LINE_COMMENT_MODE,d,l,c,o,e.C_NUMBER_MODE]},d]},{begin:[/class|interface|trait/,/\\s+/,e.UNDERSCORE_IDENT_RE],beginScope:{3:\"title.class\"},keywords:\"class interface trait\",end:/[:\\{(]|$/,excludeEnd:!0,illegal:\"extends implements\",contains:[{beginKeywords:\"public protected internal private constructor\"},e.UNDERSCORE_TITLE_MODE,{className:\"type\",begin:/</,end:/>/,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:\"type\",begin:/[,:]\\s*/,end:/[<\\(,){\\s]|$/,excludeBegin:!0,returnEnd:!0},l,c]},o,{className:\"meta\",begin:\"^#!/usr/bin/env\",end:\"$\",illegal:\"\\n\"},_]}}e.exports=s},a995:function(e,t){const n=[\"as\",\"in\",\"of\",\"if\",\"for\",\"while\",\"finally\",\"var\",\"new\",\"function\",\"do\",\"return\",\"void\",\"else\",\"break\",\"catch\",\"instanceof\",\"with\",\"throw\",\"case\",\"default\",\"try\",\"switch\",\"continue\",\"typeof\",\"delete\",\"let\",\"yield\",\"const\",\"class\",\"debugger\",\"async\",\"await\",\"static\",\"import\",\"from\",\"export\",\"extends\"],i=[\"true\",\"false\",\"null\",\"undefined\",\"NaN\",\"Infinity\"],a=[\"Object\",\"Function\",\"Boolean\",\"Symbol\",\"Math\",\"Date\",\"Number\",\"BigInt\",\"String\",\"RegExp\",\"Array\",\"Float32Array\",\"Float64Array\",\"Int8Array\",\"Uint8Array\",\"Uint8ClampedArray\",\"Int16Array\",\"Int32Array\",\"Uint16Array\",\"Uint32Array\",\"BigInt64Array\",\"BigUint64Array\",\"Set\",\"Map\",\"WeakSet\",\"WeakMap\",\"ArrayBuffer\",\"SharedArrayBuffer\",\"Atomics\",\"DataView\",\"JSON\",\"Promise\",\"Generator\",\"GeneratorFunction\",\"AsyncFunction\",\"Reflect\",\"Proxy\",\"Intl\",\"WebAssembly\"],r=[\"Error\",\"EvalError\",\"InternalError\",\"RangeError\",\"ReferenceError\",\"SyntaxError\",\"TypeError\",\"URIError\"],s=[\"setInterval\",\"setTimeout\",\"clearInterval\",\"clearTimeout\",\"require\",\"exports\",\"eval\",\"isFinite\",\"isNaN\",\"parseFloat\",\"parseInt\",\"decodeURI\",\"decodeURIComponent\",\"encodeURI\",\"encodeURIComponent\",\"escape\",\"unescape\"],o=[].concat(s,a,r);function l(e){const t=[\"npm\",\"print\"],a=[\"yes\",\"no\",\"on\",\"off\"],r=[\"then\",\"unless\",\"until\",\"loop\",\"by\",\"when\",\"and\",\"or\",\"is\",\"isnt\",\"not\"],s=[\"var\",\"const\",\"let\",\"function\",\"static\"],l=e=>t=>!e.includes(t),c={keyword:n.concat(r).filter(l(s)),literal:i.concat(a),built_in:o.concat(t)},_=\"[A-Za-z$_][0-9A-Za-z$_]*\",d={className:\"subst\",begin:/#\\{/,end:/\\}/,keywords:c},u=[e.BINARY_NUMBER_MODE,e.inherit(e.C_NUMBER_MODE,{starts:{end:\"(\\\\s*/)?\",relevance:0}}),{className:\"string\",variants:[{begin:/'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE]},{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/\"\"\"/,end:/\"\"\"/,contains:[e.BACKSLASH_ESCAPE,d]},{begin:/\"/,end:/\"/,contains:[e.BACKSLASH_ESCAPE,d]}]},{className:\"regexp\",variants:[{begin:\"///\",end:\"///\",contains:[d,e.HASH_COMMENT_MODE]},{begin:\"//[gim]{0,3}(?=\\\\W)\",relevance:0},{begin:/\\/(?![ *]).*?(?![\\\\]).\\/[gim]{0,3}(?=\\W)/}]},{begin:\"@\"+_},{subLanguage:\"javascript\",excludeBegin:!0,excludeEnd:!0,variants:[{begin:\"```\",end:\"```\"},{begin:\"`\",end:\"`\"}]}];d.contains=u;const p=e.inherit(e.TITLE_MODE,{begin:_}),m=\"(\\\\(.*\\\\)\\\\s*)?\\\\B[-=]>\",g={className:\"params\",begin:\"\\\\([^\\\\(]\",returnBegin:!0,contains:[{begin:/\\(/,end:/\\)/,keywords:c,contains:[\"self\"].concat(u)}]},h={variants:[{match:[/class\\s+/,_,/\\s+extends\\s+/,_]},{match:[/class\\s+/,_]}],scope:{2:\"title.class\",4:\"title.class.inherited\"},keywords:c};return{name:\"CoffeeScript\",aliases:[\"coffee\",\"cson\",\"iced\"],keywords:c,illegal:/\\/\\*/,contains:[...u,e.COMMENT(\"###\",\"###\"),e.HASH_COMMENT_MODE,{className:\"function\",begin:\"^\\\\s*\"+_+\"\\\\s*=\\\\s*\"+m,end:\"[-=]>\",returnBegin:!0,contains:[p,g]},{begin:/[:\\(,=]\\s*/,relevance:0,contains:[{className:\"function\",begin:m,end:\"[-=]>\",returnBegin:!0,contains:[g]}]},h,{begin:_+\":\",end:\":\",returnBegin:!0,returnEnd:!0,relevance:0}]}}e.exports=l},aa1f:function(e,t,n){\"use strict\";var i=n(\"83ab\"),a=n(\"d039\"),r=n(\"825a\"),s=n(\"7c73\"),o=n(\"e391\"),l=Error.prototype.toString,c=a((function(){if(i){var e=s(Object.defineProperty({},\"name\",{get:function(){return this===e}}));if(\"true\"!==l.call(e))return!0}return\"2: 1\"!==l.call({message:1,name:2})||\"Error\"!==l.call({})}));e.exports=c?function(){var e=r(this),t=o(e.name,\"Error\"),n=o(e.message);return t?n?t+\": \"+n:t:n}:l},aa43:function(e,t,n){\"use strict\";e.exports={angry:[\">:(\",\">:-(\"],blush:[':\")',':-\")'],broken_heart:[\"</3\",\"<\\\\3\"],confused:[\":/\",\":-/\"],cry:[\":'(\",\":'-(\",\":,(\",\":,-(\"],frowning:[\":(\",\":-(\"],heart:[\"<3\"],imp:[\"]:(\",\"]:-(\"],innocent:[\"o:)\",\"O:)\",\"o:-)\",\"O:-)\",\"0:)\",\"0:-)\"],joy:[\":')\",\":'-)\",\":,)\",\":,-)\",\":'D\",\":'-D\",\":,D\",\":,-D\"],kissing:[\":*\",\":-*\"],laughing:[\"x-)\",\"X-)\"],neutral_face:[\":|\",\":-|\"],open_mouth:[\":o\",\":-o\",\":O\",\":-O\"],rage:[\":@\",\":-@\"],smile:[\":D\",\":-D\"],smiley:[\":)\",\":-)\"],smiling_imp:[\"]:)\",\"]:-)\"],sob:[\":,'(\",\":,'-(\",\";(\",\";-(\"],stuck_out_tongue:[\":P\",\":-P\"],sunglasses:[\"8-)\",\"B-)\"],sweat:[\",:(\",\",:-(\"],sweat_smile:[\",:)\",\",:-)\"],unamused:[\":s\",\":-S\",\":z\",\":-Z\",\":$\",\":-$\"],wink:[\";)\",\";-)\"]}},aa44:function(e,t){function n(e){const t=e.regex,n=/[a-zA-Z]\\w*/,i=[\"as\",\"break\",\"class\",\"construct\",\"continue\",\"else\",\"for\",\"foreign\",\"if\",\"import\",\"in\",\"is\",\"return\",\"static\",\"var\",\"while\"],a=[\"true\",\"false\",\"null\"],r=[\"this\",\"super\"],s=[\"Bool\",\"Class\",\"Fiber\",\"Fn\",\"List\",\"Map\",\"Null\",\"Num\",\"Object\",\"Range\",\"Sequence\",\"String\",\"System\"],o=[\"-\",\"~\",/\\*/,\"%\",/\\.\\.\\./,/\\.\\./,/\\+/,\"<<\",\">>\",\">=\",\"<=\",\"<\",\">\",/\\^/,/!=/,/!/,/\\bis\\b/,\"==\",\"&&\",\"&\",/\\|\\|/,/\\|/,/\\?:/,\"=\"],l={relevance:0,match:t.concat(/\\b(?!(if|while|for|else|super)\\b)/,n,/(?=\\s*[({])/),className:\"title.function\"},c={match:t.concat(t.either(t.concat(/\\b(?!(if|while|for|else|super)\\b)/,n),t.either(...o)),/(?=\\s*\\([^)]+\\)\\s*\\{)/),className:\"title.function\",starts:{contains:[{begin:/\\(/,end:/\\)/,contains:[{relevance:0,scope:\"params\",match:n}]}]}},_={variants:[{match:[/class\\s+/,n,/\\s+is\\s+/,n]},{match:[/class\\s+/,n]}],scope:{2:\"title.class\",4:\"title.class.inherited\"},keywords:i},d={relevance:0,match:t.either(...o),className:\"operator\"},u={className:\"string\",begin:/\"\"\"/,end:/\"\"\"/},p={className:\"property\",begin:t.concat(/\\./,t.lookahead(n)),end:n,excludeBegin:!0,relevance:0},m={relevance:0,match:t.concat(/\\b_/,n),scope:\"variable\"},g={relevance:0,match:/\\b[A-Z]+[a-z]+([A-Z]+[a-z]+)*/,scope:\"title.class\",keywords:{_:s}},h=e.C_NUMBER_MODE,E={match:[n,/\\s*/,/=/,/\\s*/,/\\(/,n,/\\)\\s*\\{/],scope:{1:\"title.function\",3:\"operator\",6:\"params\"}},S=e.COMMENT(/\\/\\*\\*/,/\\*\\//,{contains:[{match:/@[a-z]+/,scope:\"doctag\"},\"self\"]}),b={scope:\"subst\",begin:/%\\(/,end:/\\)/,contains:[h,g,l,m,d]},f={scope:\"string\",begin:/\"/,end:/\"/,contains:[b,{scope:\"char.escape\",variants:[{match:/\\\\\\\\|\\\\[\"0%abefnrtv]/},{match:/\\\\x[0-9A-F]{2}/},{match:/\\\\u[0-9A-F]{4}/},{match:/\\\\U[0-9A-F]{8}/}]}]};b.contains.push(f);const T=[...i,...r,...a],C={relevance:0,match:t.concat(\"\\\\b(?!\",T.join(\"|\"),\"\\\\b)\",/[a-zA-Z_]\\w*(?:[?!]|\\b)/),className:\"variable\"},v={scope:\"comment\",variants:[{begin:[/#!?/,/[A-Za-z_]+(?=\\()/],beginScope:{},keywords:{literal:a},contains:[],end:/\\)/},{begin:[/#!?/,/[A-Za-z_]+/],beginScope:{},end:/$/}]};return{name:\"Wren\",keywords:{keyword:i,\"variable.language\":r,literal:a},contains:[v,h,f,u,S,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,g,_,E,c,l,d,m,p,C]}}e.exports=n},adf9:function(e,t){function n(e){const t=[\"bool\",\"byte\",\"i16\",\"i32\",\"i64\",\"double\",\"string\",\"binary\"],n=[\"namespace\",\"const\",\"typedef\",\"struct\",\"enum\",\"service\",\"exception\",\"void\",\"oneway\",\"set\",\"list\",\"map\",\"required\",\"optional\"];return{name:\"Thrift\",keywords:{keyword:n,type:t,literal:\"true false\"},contains:[e.QUOTE_STRING_MODE,e.NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:\"class\",beginKeywords:\"struct enum service exception\",end:/\\{/,illegal:/\\n/,contains:[e.inherit(e.TITLE_MODE,{starts:{endsWithParent:!0,excludeEnd:!0}})]},{begin:\"\\\\b(set|list|map)\\\\s*<\",keywords:{type:[...t,\"set\",\"list\",\"map\"]},end:\">\",contains:[\"self\"]}]}}e.exports=n},ae13:function(e,t,n){\"use strict\";const i=n(\"6ab9\"),a=n(\"a432\"),r=n(\"5d3d\"),s=n(\"0617\");class o{constructor(e,t){this.md=e,this.options=Object.assign(this.getDefaultOptions(),t),this._initServices()}_initServices(){let e={youtube:i,vimeo:a,vine:r,prezi:s},t=Object.assign({},e,this.options.services),n={};for(let i of Object.keys(t)){let e=t[i];n[i]=new e(i,this.options[i],this)}this.services=n}getDefaultOptions(){return{containerClassName:\"block-embed\",serviceClassPrefix:\"block-embed-service-\",outputPlayerSize:!0,allowFullScreen:!0,filterUrl:null}}}e.exports=o},ae7a:function(e,t){function n(e){const t={keyword:\"bool break call callexe checkinterrupt clear clearg closeall cls comlog compile continue create debug declare delete disable dlibrary dllcall do dos ed edit else elseif enable end endfor endif endp endo errorlog errorlogat expr external fn for format goto gosub graph if keyword let lib library line load loadarray loadexe loadf loadk loadm loadp loads loadx local locate loopnextindex lprint lpwidth lshow matrix msym ndpclex new open output outwidth plot plotsym pop prcsn print printdos proc push retp return rndcon rndmod rndmult rndseed run save saveall screen scroll setarray show sparse stop string struct system trace trap threadfor threadendfor threadbegin threadjoin threadstat threadend until use while winprint ne ge le gt lt and xor or not eq eqv\",built_in:\"abs acf aconcat aeye amax amean AmericanBinomCall AmericanBinomCall_Greeks AmericanBinomCall_ImpVol AmericanBinomPut AmericanBinomPut_Greeks AmericanBinomPut_ImpVol AmericanBSCall AmericanBSCall_Greeks AmericanBSCall_ImpVol AmericanBSPut AmericanBSPut_Greeks AmericanBSPut_ImpVol amin amult annotationGetDefaults annotationSetBkd annotationSetFont annotationSetLineColor annotationSetLineStyle annotationSetLineThickness annualTradingDays arccos arcsin areshape arrayalloc arrayindex arrayinit arraytomat asciiload asclabel astd astds asum atan atan2 atranspose axmargin balance band bandchol bandcholsol bandltsol bandrv bandsolpd bar base10 begwind besselj bessely beta box boxcox cdfBeta cdfBetaInv cdfBinomial cdfBinomialInv cdfBvn cdfBvn2 cdfBvn2e cdfCauchy cdfCauchyInv cdfChic cdfChii cdfChinc cdfChincInv cdfExp cdfExpInv cdfFc cdfFnc cdfFncInv cdfGam cdfGenPareto cdfHyperGeo cdfLaplace cdfLaplaceInv cdfLogistic cdfLogisticInv cdfmControlCreate cdfMvn cdfMvn2e cdfMvnce cdfMvne cdfMvt2e cdfMvtce cdfMvte cdfN cdfN2 cdfNc cdfNegBinomial cdfNegBinomialInv cdfNi cdfPoisson cdfPoissonInv cdfRayleigh cdfRayleighInv cdfTc cdfTci cdfTnc cdfTvn cdfWeibull cdfWeibullInv cdir ceil ChangeDir chdir chiBarSquare chol choldn cholsol cholup chrs close code cols colsf combinate combinated complex con cond conj cons ConScore contour conv convertsatostr convertstrtosa corrm corrms corrvc corrx corrxs cos cosh counts countwts crossprd crout croutp csrcol csrlin csvReadM csvReadSA cumprodc cumsumc curve cvtos datacreate datacreatecomplex datalist dataload dataloop dataopen datasave date datestr datestring datestrymd dayinyr dayofweek dbAddDatabase dbClose dbCommit dbCreateQuery dbExecQuery dbGetConnectOptions dbGetDatabaseName dbGetDriverName dbGetDrivers dbGetHostName dbGetLastErrorNum dbGetLastErrorText dbGetNumericalPrecPolicy dbGetPassword dbGetPort dbGetTableHeaders dbGetTables dbGetUserName dbHasFeature dbIsDriverAvailable dbIsOpen dbIsOpenError dbOpen dbQueryBindValue dbQueryClear dbQueryCols dbQueryExecPrepared dbQueryFetchAllM dbQueryFetchAllSA dbQueryFetchOneM dbQueryFetchOneSA dbQueryFinish dbQueryGetBoundValue dbQueryGetBoundValues dbQueryGetField dbQueryGetLastErrorNum dbQueryGetLastErrorText dbQueryGetLastInsertID dbQueryGetLastQuery dbQueryGetPosition dbQueryIsActive dbQueryIsForwardOnly dbQueryIsNull dbQueryIsSelect dbQueryIsValid dbQueryPrepare dbQueryRows dbQuerySeek dbQuerySeekFirst dbQuerySeekLast dbQuerySeekNext dbQuerySeekPrevious dbQuerySetForwardOnly dbRemoveDatabase dbRollback dbSetConnectOptions dbSetDatabaseName dbSetHostName dbSetNumericalPrecPolicy dbSetPort dbSetUserName dbTransaction DeleteFile delif delrows denseToSp denseToSpRE denToZero design det detl dfft dffti diag diagrv digamma doswin DOSWinCloseall DOSWinOpen dotfeq dotfeqmt dotfge dotfgemt dotfgt dotfgtmt dotfle dotflemt dotflt dotfltmt dotfne dotfnemt draw drop dsCreate dstat dstatmt dstatmtControlCreate dtdate dtday dttime dttodtv dttostr dttoutc dtvnormal dtvtodt dtvtoutc dummy dummybr dummydn eig eigh eighv eigv elapsedTradingDays endwind envget eof eqSolve eqSolvemt eqSolvemtControlCreate eqSolvemtOutCreate eqSolveset erf erfc erfccplx erfcplx error etdays ethsec etstr EuropeanBinomCall EuropeanBinomCall_Greeks EuropeanBinomCall_ImpVol EuropeanBinomPut EuropeanBinomPut_Greeks EuropeanBinomPut_ImpVol EuropeanBSCall EuropeanBSCall_Greeks EuropeanBSCall_ImpVol EuropeanBSPut EuropeanBSPut_Greeks EuropeanBSPut_ImpVol exctsmpl exec execbg exp extern eye fcheckerr fclearerr feq feqmt fflush fft ffti fftm fftmi fftn fge fgemt fgets fgetsa fgetsat fgetst fgt fgtmt fileinfo filesa fle flemt floor flt fltmt fmod fne fnemt fonts fopen formatcv formatnv fputs fputst fseek fstrerror ftell ftocv ftos ftostrC gamma gammacplx gammaii gausset gdaAppend gdaCreate gdaDStat gdaDStatMat gdaGetIndex gdaGetName gdaGetNames gdaGetOrders gdaGetType gdaGetTypes gdaGetVarInfo gdaIsCplx gdaLoad gdaPack gdaRead gdaReadByIndex gdaReadSome gdaReadSparse gdaReadStruct gdaReportVarInfo gdaSave gdaUpdate gdaUpdateAndPack gdaVars gdaWrite gdaWrite32 gdaWriteSome getarray getdims getf getGAUSShome getmatrix getmatrix4D getname getnamef getNextTradingDay getNextWeekDay getnr getorders getpath getPreviousTradingDay getPreviousWeekDay getRow getscalar3D getscalar4D getTrRow getwind glm gradcplx gradMT gradMTm gradMTT gradMTTm gradp graphprt graphset hasimag header headermt hess hessMT hessMTg hessMTgw hessMTm hessMTmw hessMTT hessMTTg hessMTTgw hessMTTm hessMTw hessp hist histf histp hsec imag indcv indexcat indices indices2 indicesf indicesfn indnv indsav integrate1d integrateControlCreate intgrat2 intgrat3 inthp1 inthp2 inthp3 inthp4 inthpControlCreate intquad1 intquad2 intquad3 intrleav intrleavsa intrsect intsimp inv invpd invswp iscplx iscplxf isden isinfnanmiss ismiss key keyav keyw lag lag1 lagn lapEighb lapEighi lapEighvb lapEighvi lapgEig lapgEigh lapgEighv lapgEigv lapgSchur lapgSvdcst lapgSvds lapgSvdst lapSvdcusv lapSvds lapSvdusv ldlp ldlsol linSolve listwise ln lncdfbvn lncdfbvn2 lncdfmvn lncdfn lncdfn2 lncdfnc lnfact lngammacplx lnpdfmvn lnpdfmvt lnpdfn lnpdft loadd loadstruct loadwind loess loessmt loessmtControlCreate log loglog logx logy lower lowmat lowmat1 ltrisol lu lusol machEpsilon make makevars makewind margin matalloc matinit mattoarray maxbytes maxc maxindc maxv maxvec mbesselei mbesselei0 mbesselei1 mbesseli mbesseli0 mbesseli1 meanc median mergeby mergevar minc minindc minv miss missex missrv moment momentd movingave movingaveExpwgt movingaveWgt nextindex nextn nextnevn nextwind ntos null null1 numCombinations ols olsmt olsmtControlCreate olsqr olsqr2 olsqrmt ones optn optnevn orth outtyp pacf packedToSp packr parse pause pdfCauchy pdfChi pdfExp pdfGenPareto pdfHyperGeo pdfLaplace pdfLogistic pdfn pdfPoisson pdfRayleigh pdfWeibull pi pinv pinvmt plotAddArrow plotAddBar plotAddBox plotAddHist plotAddHistF plotAddHistP plotAddPolar plotAddScatter plotAddShape plotAddTextbox plotAddTS plotAddXY plotArea plotBar plotBox plotClearLayout plotContour plotCustomLayout plotGetDefaults plotHist plotHistF plotHistP plotLayout plotLogLog plotLogX plotLogY plotOpenWindow plotPolar plotSave plotScatter plotSetAxesPen plotSetBar plotSetBarFill plotSetBarStacked plotSetBkdColor plotSetFill plotSetGrid plotSetLegend plotSetLineColor plotSetLineStyle plotSetLineSymbol plotSetLineThickness plotSetNewWindow plotSetTitle plotSetWhichYAxis plotSetXAxisShow plotSetXLabel plotSetXRange plotSetXTicInterval plotSetXTicLabel plotSetYAxisShow plotSetYLabel plotSetYRange plotSetZAxisShow plotSetZLabel plotSurface plotTS plotXY polar polychar polyeval polygamma polyint polymake polymat polymroot polymult polyroot pqgwin previousindex princomp printfm printfmt prodc psi putarray putf putvals pvCreate pvGetIndex pvGetParNames pvGetParVector pvLength pvList pvPack pvPacki pvPackm pvPackmi pvPacks pvPacksi pvPacksm pvPacksmi pvPutParVector pvTest pvUnpack QNewton QNewtonmt QNewtonmtControlCreate QNewtonmtOutCreate QNewtonSet QProg QProgmt QProgmtInCreate qqr qqre qqrep qr qre qrep qrsol qrtsol qtyr qtyre qtyrep quantile quantiled qyr qyre qyrep qz rank rankindx readr real reclassify reclassifyCuts recode recserar recsercp recserrc rerun rescale reshape rets rev rfft rffti rfftip rfftn rfftnp rfftp rndBernoulli rndBeta rndBinomial rndCauchy rndChiSquare rndCon rndCreateState rndExp rndGamma rndGeo rndGumbel rndHyperGeo rndi rndKMbeta rndKMgam rndKMi rndKMn rndKMnb rndKMp rndKMu rndKMvm rndLaplace rndLCbeta rndLCgam rndLCi rndLCn rndLCnb rndLCp rndLCu rndLCvm rndLogNorm rndMTu rndMVn rndMVt rndn rndnb rndNegBinomial rndp rndPoisson rndRayleigh rndStateSkip rndu rndvm rndWeibull rndWishart rotater round rows rowsf rref sampleData satostrC saved saveStruct savewind scale scale3d scalerr scalinfnanmiss scalmiss schtoc schur searchsourcepath seekr select selif seqa seqm setdif setdifsa setvars setvwrmode setwind shell shiftr sin singleindex sinh sleep solpd sortc sortcc sortd sorthc sorthcc sortind sortindc sortmc sortr sortrc spBiconjGradSol spChol spConjGradSol spCreate spDenseSubmat spDiagRvMat spEigv spEye spLDL spline spLU spNumNZE spOnes spreadSheetReadM spreadSheetReadSA spreadSheetWrite spScale spSubmat spToDense spTrTDense spTScalar spZeros sqpSolve sqpSolveMT sqpSolveMTControlCreate sqpSolveMTlagrangeCreate sqpSolveMToutCreate sqpSolveSet sqrt statements stdc stdsc stocv stof strcombine strindx strlen strput strrindx strsect strsplit strsplitPad strtodt strtof strtofcplx strtriml strtrimr strtrunc strtruncl strtruncpad strtruncr submat subscat substute subvec sumc sumr surface svd svd1 svd2 svdcusv svds svdusv sysstate tab tan tanh tempname time timedt timestr timeutc title tkf2eps tkf2ps tocart todaydt toeplitz token topolar trapchk trigamma trimr trunc type typecv typef union unionsa uniqindx uniqindxsa unique uniquesa upmat upmat1 upper utctodt utctodtv utrisol vals varCovMS varCovXS varget vargetl varmall varmares varput varputl vartypef vcm vcms vcx vcxs vec vech vecr vector vget view viewxyz vlist vnamecv volume vput vread vtypecv wait waitc walkindex where window writer xlabel xlsGetSheetCount xlsGetSheetSize xlsGetSheetTypes xlsMakeRange xlsReadM xlsReadSA xlsWrite xlsWriteM xlsWriteSA xpnd xtics xy xyz ylabel ytics zeros zeta zlabel ztics cdfEmpirical dot h5create h5open h5read h5readAttribute h5write h5writeAttribute ldl plotAddErrorBar plotAddSurface plotCDFEmpirical plotSetColormap plotSetContourLabels plotSetLegendFont plotSetTextInterpreter plotSetXTicCount plotSetYTicCount plotSetZLevels powerm strjoin sylvester strtrim\",literal:\"DB_AFTER_LAST_ROW DB_ALL_TABLES DB_BATCH_OPERATIONS DB_BEFORE_FIRST_ROW DB_BLOB DB_EVENT_NOTIFICATIONS DB_FINISH_QUERY DB_HIGH_PRECISION DB_LAST_INSERT_ID DB_LOW_PRECISION_DOUBLE DB_LOW_PRECISION_INT32 DB_LOW_PRECISION_INT64 DB_LOW_PRECISION_NUMBERS DB_MULTIPLE_RESULT_SETS DB_NAMED_PLACEHOLDERS DB_POSITIONAL_PLACEHOLDERS DB_PREPARED_QUERIES DB_QUERY_SIZE DB_SIMPLE_LOCKING DB_SYSTEM_TABLES DB_TABLES DB_TRANSACTIONS DB_UNICODE DB_VIEWS __STDIN __STDOUT __STDERR __FILE_DIR\"},n=e.COMMENT(\"@\",\"@\"),i={className:\"meta\",begin:\"#\",end:\"$\",keywords:{keyword:\"define definecs|10 undef ifdef ifndef iflight ifdllcall ifmac ifos2win ifunix else endif lineson linesoff srcfile srcline\"},contains:[{begin:/\\\\\\n/,relevance:0},{beginKeywords:\"include\",end:\"$\",keywords:{keyword:\"include\"},contains:[{className:\"string\",begin:'\"',end:'\"',illegal:\"\\\\n\"}]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n]},a={begin:/\\bstruct\\s+/,end:/\\s/,keywords:\"struct\",contains:[{className:\"type\",begin:e.UNDERSCORE_IDENT_RE,relevance:0}]},r=[{className:\"params\",begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,endsWithParent:!0,relevance:0,contains:[{className:\"literal\",begin:/\\.\\.\\./},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,a]}],s={className:\"title\",begin:e.UNDERSCORE_IDENT_RE,relevance:0},o=function(t,i,a){const o=e.inherit({className:\"function\",beginKeywords:t,end:i,excludeEnd:!0,contains:[].concat(r)},a||{});return o.contains.push(s),o.contains.push(e.C_NUMBER_MODE),o.contains.push(e.C_BLOCK_COMMENT_MODE),o.contains.push(n),o},l={className:\"built_in\",begin:\"\\\\b(\"+t.built_in.split(\" \").join(\"|\")+\")\\\\b\"},c={className:\"string\",begin:'\"',end:'\"',contains:[e.BACKSLASH_ESCAPE],relevance:0},_={begin:e.UNDERSCORE_IDENT_RE+\"\\\\s*\\\\(\",returnBegin:!0,keywords:t,relevance:0,contains:[{beginKeywords:t.keyword},l,{className:\"built_in\",begin:e.UNDERSCORE_IDENT_RE,relevance:0}]},d={begin:/\\(/,end:/\\)/,relevance:0,keywords:{built_in:t.built_in,literal:t.literal},contains:[e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,l,_,c,\"self\"]};return _.contains.push(d),{name:\"GAUSS\",aliases:[\"gss\"],case_insensitive:!0,keywords:t,illegal:/(\\{[%#]|[%#]\\}| <- )/,contains:[e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,c,i,{className:\"keyword\",begin:/\\bexternal (matrix|string|array|sparse matrix|struct|proc|keyword|fn)/},o(\"proc keyword\",\";\"),o(\"fn\",\"=\"),{beginKeywords:\"for threadfor\",end:/;/,relevance:0,contains:[e.C_BLOCK_COMMENT_MODE,n,d]},{variants:[{begin:e.UNDERSCORE_IDENT_RE+\"\\\\.\"+e.UNDERSCORE_IDENT_RE},{begin:e.UNDERSCORE_IDENT_RE+\"\\\\s*=\"}],relevance:0},_,a]}}e.exports=n},aead:function(e,t){function n(e){if(!e.__matchAtRelocatable){var t=e.source+\"|()\",n=\"g\"+(e.ignoreCase?\"i\":\"\")+(e.multiline?\"m\":\"\")+(e.unicode?\"u\":\"\");e.__matchAtRelocatable=new RegExp(t,n)}return e.__matchAtRelocatable}function i(e,t,i){if(e.global||e.sticky)throw new Error(\"matchAt(...): Only non-global regexes are supported\");var a=n(e);a.lastIndex=i;var r=a.exec(t);return null==r[r.length-1]?(r.length=r.length-1,r):null}e.exports=i},af30:function(e,t,n){\"use strict\";var i=n(\"0068\").isWhiteSpace,a=n(\"0068\").isPunctChar,r=n(\"0068\").isMdAsciiPunct,s=/['\"]/,o=/['\"]/g,l=\"’\";function c(e,t,n){return e.slice(0,t)+n+e.slice(t+1)}function _(e,t){var n,s,_,d,u,p,m,g,h,E,S,b,f,T,C,v,y,R,N,O,A;for(N=[],n=0;n<e.length;n++){for(s=e[n],m=e[n].level,y=N.length-1;y>=0;y--)if(N[y].level<=m)break;if(N.length=y+1,\"text\"===s.type){_=s.content,u=0,p=_.length;e:while(u<p){if(o.lastIndex=u,d=o.exec(_),!d)break;if(C=v=!0,u=d.index+1,R=\"'\"===d[0],h=32,d.index-1>=0)h=_.charCodeAt(d.index-1);else for(y=n-1;y>=0;y--){if(\"softbreak\"===e[y].type||\"hardbreak\"===e[y].type)break;if(e[y].content){h=e[y].content.charCodeAt(e[y].content.length-1);break}}if(E=32,u<p)E=_.charCodeAt(u);else for(y=n+1;y<e.length;y++){if(\"softbreak\"===e[y].type||\"hardbreak\"===e[y].type)break;if(e[y].content){E=e[y].content.charCodeAt(0);break}}if(S=r(h)||a(String.fromCharCode(h)),b=r(E)||a(String.fromCharCode(E)),f=i(h),T=i(E),T?C=!1:b&&(f||S||(C=!1)),f?v=!1:S&&(T||b||(v=!1)),34===E&&'\"'===d[0]&&h>=48&&h<=57&&(v=C=!1),C&&v&&(C=S,v=b),C||v){if(v)for(y=N.length-1;y>=0;y--){if(g=N[y],N[y].level<m)break;if(g.single===R&&N[y].level===m){g=N[y],R?(O=t.md.options.quotes[2],A=t.md.options.quotes[3]):(O=t.md.options.quotes[0],A=t.md.options.quotes[1]),s.content=c(s.content,d.index,A),e[g.token].content=c(e[g.token].content,g.pos,O),u+=A.length-1,g.token===n&&(u+=O.length-1),_=s.content,p=_.length,N.length=y;continue e}}C?N.push({token:n,pos:d.index,single:R,level:m}):v&&R&&(s.content=c(s.content,d.index,l))}else R&&(s.content=c(s.content,d.index,l))}}}}e.exports=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)\"inline\"===e.tokens[t].type&&s.test(e.tokens[t].content)&&_(e.tokens[t].children,e)}},af44:function(e,t){const n=\"[A-Za-z$_][0-9A-Za-z$_]*\",i=[\"as\",\"in\",\"of\",\"if\",\"for\",\"while\",\"finally\",\"var\",\"new\",\"function\",\"do\",\"return\",\"void\",\"else\",\"break\",\"catch\",\"instanceof\",\"with\",\"throw\",\"case\",\"default\",\"try\",\"switch\",\"continue\",\"typeof\",\"delete\",\"let\",\"yield\",\"const\",\"class\",\"debugger\",\"async\",\"await\",\"static\",\"import\",\"from\",\"export\",\"extends\"],a=[\"true\",\"false\",\"null\",\"undefined\",\"NaN\",\"Infinity\"],r=[\"Object\",\"Function\",\"Boolean\",\"Symbol\",\"Math\",\"Date\",\"Number\",\"BigInt\",\"String\",\"RegExp\",\"Array\",\"Float32Array\",\"Float64Array\",\"Int8Array\",\"Uint8Array\",\"Uint8ClampedArray\",\"Int16Array\",\"Int32Array\",\"Uint16Array\",\"Uint32Array\",\"BigInt64Array\",\"BigUint64Array\",\"Set\",\"Map\",\"WeakSet\",\"WeakMap\",\"ArrayBuffer\",\"SharedArrayBuffer\",\"Atomics\",\"DataView\",\"JSON\",\"Promise\",\"Generator\",\"GeneratorFunction\",\"AsyncFunction\",\"Reflect\",\"Proxy\",\"Intl\",\"WebAssembly\"],s=[\"Error\",\"EvalError\",\"InternalError\",\"RangeError\",\"ReferenceError\",\"SyntaxError\",\"TypeError\",\"URIError\"],o=[\"setInterval\",\"setTimeout\",\"clearInterval\",\"clearTimeout\",\"require\",\"exports\",\"eval\",\"isFinite\",\"isNaN\",\"parseFloat\",\"parseInt\",\"decodeURI\",\"decodeURIComponent\",\"encodeURI\",\"encodeURIComponent\",\"escape\",\"unescape\"],l=[\"arguments\",\"this\",\"super\",\"console\",\"window\",\"document\",\"localStorage\",\"module\",\"global\"],c=[].concat(o,r,s);function _(e){const t=e.regex,_=(e,{after:t})=>{const n=\"</\"+e[0].slice(1),i=e.input.indexOf(n,t);return-1!==i},d=n,u={begin:\"<>\",end:\"</>\"},p=/<[A-Za-z0-9\\\\._:-]+\\s*\\/>/,m={begin:/<[A-Za-z0-9\\\\._:-]+/,end:/\\/[A-Za-z0-9\\\\._:-]+>|\\/>/,isTrulyOpeningTag:(e,t)=>{const n=e[0].length+e.index,i=e.input[n];if(\"<\"===i||\",\"===i)return void t.ignoreMatch();let a;\">\"===i&&(_(e,{after:n})||t.ignoreMatch());const r=e.input.substring(n);(a=r.match(/^\\s+extends\\s+/))&&0===a.index&&t.ignoreMatch()}},g={$pattern:n,keyword:i,literal:a,built_in:c,\"variable.language\":l},h=\"[0-9](_?[0-9])*\",E=`\\\\.(${h})`,S=\"0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*\",b={className:\"number\",variants:[{begin:`(\\\\b(${S})((${E})|\\\\.)?|(${E}))[eE][+-]?(${h})\\\\b`},{begin:`\\\\b(${S})\\\\b((${E})\\\\b|\\\\.)?|(${E})\\\\b`},{begin:\"\\\\b(0|[1-9](_?[0-9])*)n\\\\b\"},{begin:\"\\\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\\\b\"},{begin:\"\\\\b0[bB][0-1](_?[0-1])*n?\\\\b\"},{begin:\"\\\\b0[oO][0-7](_?[0-7])*n?\\\\b\"},{begin:\"\\\\b0[0-7]+n?\\\\b\"}],relevance:0},f={className:\"subst\",begin:\"\\\\$\\\\{\",end:\"\\\\}\",keywords:g,contains:[]},T={begin:\"html`\",end:\"\",starts:{end:\"`\",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:\"xml\"}},C={begin:\"css`\",end:\"\",starts:{end:\"`\",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:\"css\"}},v={className:\"string\",begin:\"`\",end:\"`\",contains:[e.BACKSLASH_ESCAPE,f]},y=e.COMMENT(/\\/\\*\\*(?!\\/)/,\"\\\\*/\",{relevance:0,contains:[{begin:\"(?=@[A-Za-z]+)\",relevance:0,contains:[{className:\"doctag\",begin:\"@[A-Za-z]+\"},{className:\"type\",begin:\"\\\\{\",end:\"\\\\}\",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:\"variable\",begin:d+\"(?=\\\\s*(-)|$)\",endsParent:!0,relevance:0},{begin:/(?=[^\\n])\\s/,relevance:0}]}]}),R={className:\"comment\",variants:[y,e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},N=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,T,C,v,b];f.contains=N.concat({begin:/\\{/,end:/\\}/,keywords:g,contains:[\"self\"].concat(N)});const O=[].concat(R,f.contains),A=O.concat([{begin:/\\(/,end:/\\)/,keywords:g,contains:[\"self\"].concat(O)}]),I={className:\"params\",begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,keywords:g,contains:A},D={variants:[{match:[/class/,/\\s+/,d,/\\s+/,/extends/,/\\s+/,t.concat(d,\"(\",t.concat(/\\./,d),\")*\")],scope:{1:\"keyword\",3:\"title.class\",5:\"keyword\",7:\"title.class.inherited\"}},{match:[/class/,/\\s+/,d],scope:{1:\"keyword\",3:\"title.class\"}}]},w={relevance:0,match:t.either(/\\bJSON/,/\\b[A-Z][a-z]+([A-Z][a-z]*|\\d)*/,/\\b[A-Z]{2,}([A-Z][a-z]+|\\d)+([A-Z][a-z]*)*/,/\\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\\d)*([A-Z][a-z]*)*/),className:\"title.class\",keywords:{_:[...r,...s]}},x={label:\"use_strict\",className:\"meta\",relevance:10,begin:/^\\s*['\"]use (strict|asm)['\"]/},M={variants:[{match:[/function/,/\\s+/,d,/(?=\\s*\\()/]},{match:[/function/,/\\s*(?=\\()/]}],className:{1:\"keyword\",3:\"title.function\"},label:\"func.def\",contains:[I],illegal:/%/},k={relevance:0,match:/\\b[A-Z][A-Z_0-9]+\\b/,className:\"variable.constant\"};function L(e){return t.concat(\"(?!\",e.join(\"|\"),\")\")}const P={match:t.concat(/\\b/,L([...o,\"super\"]),d,t.lookahead(/\\(/)),className:\"title.function\",relevance:0},F={begin:t.concat(/\\./,t.lookahead(t.concat(d,/(?![0-9A-Za-z$_(])/))),end:d,excludeBegin:!0,keywords:\"prototype\",className:\"property\",relevance:0},U={match:[/get|set/,/\\s+/,d,/(?=\\()/],className:{1:\"keyword\",3:\"title.function\"},contains:[{begin:/\\(\\)/},I]},B=\"(\\\\([^()]*(\\\\([^()]*(\\\\([^()]*\\\\)[^()]*)*\\\\)[^()]*)*\\\\)|\"+e.UNDERSCORE_IDENT_RE+\")\\\\s*=>\",G={match:[/const|var|let/,/\\s+/,d,/\\s*/,/=\\s*/,/(async\\s*)?/,t.lookahead(B)],keywords:\"async\",className:{1:\"keyword\",3:\"title.function\"},contains:[I]};return{name:\"Javascript\",aliases:[\"js\",\"jsx\",\"mjs\",\"cjs\"],keywords:g,exports:{PARAMS_CONTAINS:A,CLASS_REFERENCE:w},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:\"shebang\",binary:\"node\",relevance:5}),x,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,T,C,v,R,b,w,{className:\"attr\",begin:d+t.lookahead(\":\"),relevance:0},G,{begin:\"(\"+e.RE_STARTERS_RE+\"|\\\\b(case|return|throw)\\\\b)\\\\s*\",keywords:\"return throw case\",relevance:0,contains:[R,e.REGEXP_MODE,{className:\"function\",begin:B,returnBegin:!0,end:\"\\\\s*=>\",contains:[{className:\"params\",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\\(\\s*\\)/,skip:!0},{begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,keywords:g,contains:A}]}]},{begin:/,/,relevance:0},{match:/\\s+/,relevance:0},{variants:[{begin:u.begin,end:u.end},{match:p},{begin:m.begin,\"on:begin\":m.isTrulyOpeningTag,end:m.end}],subLanguage:\"xml\",contains:[{begin:m.begin,end:m.end,skip:!0,contains:[\"self\"]}]}]},M,{beginKeywords:\"while if switch catch for\"},{begin:\"\\\\b(?!function)\"+e.UNDERSCORE_IDENT_RE+\"\\\\([^()]*(\\\\([^()]*(\\\\([^()]*\\\\)[^()]*)*\\\\)[^()]*)*\\\\)\\\\s*\\\\{\",returnBegin:!0,label:\"func.def\",contains:[I,e.inherit(e.TITLE_MODE,{begin:d,className:\"title.function\"})]},{match:/\\.\\.\\./,relevance:0},F,{match:\"\\\\$\"+d,relevance:0},{match:[/\\bconstructor(?=\\s*\\()/],className:{1:\"title.function\"},contains:[I]},P,k,D,U,{match:/\\$[(.]/}]}}function d(e){const t=_(e),r=n,s=[\"any\",\"void\",\"number\",\"boolean\",\"string\",\"object\",\"never\",\"symbol\",\"bigint\",\"unknown\"],o={beginKeywords:\"namespace\",end:/\\{/,excludeEnd:!0,contains:[t.exports.CLASS_REFERENCE]},d={beginKeywords:\"interface\",end:/\\{/,excludeEnd:!0,keywords:{keyword:\"interface extends\",built_in:s},contains:[t.exports.CLASS_REFERENCE]},u={className:\"meta\",relevance:10,begin:/^\\s*['\"]use strict['\"]/},p=[\"type\",\"namespace\",\"interface\",\"public\",\"private\",\"protected\",\"implements\",\"declare\",\"abstract\",\"readonly\",\"enum\",\"override\"],m={$pattern:n,keyword:i.concat(p),literal:a,built_in:c.concat(s),\"variable.language\":l},g={className:\"meta\",begin:\"@\"+r},h=(e,t,n)=>{const i=e.contains.findIndex(e=>e.label===t);if(-1===i)throw new Error(\"can not find mode to replace\");e.contains.splice(i,1,n)};Object.assign(t.keywords,m),t.exports.PARAMS_CONTAINS.push(g),t.contains=t.contains.concat([g,o,d]),h(t,\"shebang\",e.SHEBANG()),h(t,\"use_strict\",u);const E=t.contains.find(e=>\"func.def\"===e.label);return E.relevance=0,Object.assign(t,{name:\"TypeScript\",aliases:[\"ts\",\"tsx\"]}),t}e.exports=d},afba:function(e,t){function n(e){const t=e.regex,n=[\"displayHeight\",\"displayWidth\",\"mouseY\",\"mouseX\",\"mousePressed\",\"pmouseX\",\"pmouseY\",\"key\",\"keyCode\",\"pixels\",\"focused\",\"frameCount\",\"frameRate\",\"height\",\"width\",\"size\",\"createGraphics\",\"beginDraw\",\"createShape\",\"loadShape\",\"PShape\",\"arc\",\"ellipse\",\"line\",\"point\",\"quad\",\"rect\",\"triangle\",\"bezier\",\"bezierDetail\",\"bezierPoint\",\"bezierTangent\",\"curve\",\"curveDetail\",\"curvePoint\",\"curveTangent\",\"curveTightness\",\"shape\",\"shapeMode\",\"beginContour\",\"beginShape\",\"bezierVertex\",\"curveVertex\",\"endContour\",\"endShape\",\"quadraticVertex\",\"vertex\",\"ellipseMode\",\"noSmooth\",\"rectMode\",\"smooth\",\"strokeCap\",\"strokeJoin\",\"strokeWeight\",\"mouseClicked\",\"mouseDragged\",\"mouseMoved\",\"mousePressed\",\"mouseReleased\",\"mouseWheel\",\"keyPressed\",\"keyPressedkeyReleased\",\"keyTyped\",\"print\",\"println\",\"save\",\"saveFrame\",\"day\",\"hour\",\"millis\",\"minute\",\"month\",\"second\",\"year\",\"background\",\"clear\",\"colorMode\",\"fill\",\"noFill\",\"noStroke\",\"stroke\",\"alpha\",\"blue\",\"brightness\",\"color\",\"green\",\"hue\",\"lerpColor\",\"red\",\"saturation\",\"modelX\",\"modelY\",\"modelZ\",\"screenX\",\"screenY\",\"screenZ\",\"ambient\",\"emissive\",\"shininess\",\"specular\",\"add\",\"createImage\",\"beginCamera\",\"camera\",\"endCamera\",\"frustum\",\"ortho\",\"perspective\",\"printCamera\",\"printProjection\",\"cursor\",\"frameRate\",\"noCursor\",\"exit\",\"loop\",\"noLoop\",\"popStyle\",\"pushStyle\",\"redraw\",\"binary\",\"boolean\",\"byte\",\"char\",\"float\",\"hex\",\"int\",\"str\",\"unbinary\",\"unhex\",\"join\",\"match\",\"matchAll\",\"nf\",\"nfc\",\"nfp\",\"nfs\",\"split\",\"splitTokens\",\"trim\",\"append\",\"arrayCopy\",\"concat\",\"expand\",\"reverse\",\"shorten\",\"sort\",\"splice\",\"subset\",\"box\",\"sphere\",\"sphereDetail\",\"createInput\",\"createReader\",\"loadBytes\",\"loadJSONArray\",\"loadJSONObject\",\"loadStrings\",\"loadTable\",\"loadXML\",\"open\",\"parseXML\",\"saveTable\",\"selectFolder\",\"selectInput\",\"beginRaw\",\"beginRecord\",\"createOutput\",\"createWriter\",\"endRaw\",\"endRecord\",\"PrintWritersaveBytes\",\"saveJSONArray\",\"saveJSONObject\",\"saveStream\",\"saveStrings\",\"saveXML\",\"selectOutput\",\"popMatrix\",\"printMatrix\",\"pushMatrix\",\"resetMatrix\",\"rotate\",\"rotateX\",\"rotateY\",\"rotateZ\",\"scale\",\"shearX\",\"shearY\",\"translate\",\"ambientLight\",\"directionalLight\",\"lightFalloff\",\"lights\",\"lightSpecular\",\"noLights\",\"normal\",\"pointLight\",\"spotLight\",\"image\",\"imageMode\",\"loadImage\",\"noTint\",\"requestImage\",\"tint\",\"texture\",\"textureMode\",\"textureWrap\",\"blend\",\"copy\",\"filter\",\"get\",\"loadPixels\",\"set\",\"updatePixels\",\"blendMode\",\"loadShader\",\"PShaderresetShader\",\"shader\",\"createFont\",\"loadFont\",\"text\",\"textFont\",\"textAlign\",\"textLeading\",\"textMode\",\"textSize\",\"textWidth\",\"textAscent\",\"textDescent\",\"abs\",\"ceil\",\"constrain\",\"dist\",\"exp\",\"floor\",\"lerp\",\"log\",\"mag\",\"map\",\"max\",\"min\",\"norm\",\"pow\",\"round\",\"sq\",\"sqrt\",\"acos\",\"asin\",\"atan\",\"atan2\",\"cos\",\"degrees\",\"radians\",\"sin\",\"tan\",\"noise\",\"noiseDetail\",\"noiseSeed\",\"random\",\"randomGaussian\",\"randomSeed\"],i=e.IDENT_RE,a={variants:[{match:t.concat(t.either(...n),t.lookahead(/\\s*\\(/)),className:\"built_in\"},{relevance:0,match:t.concat(/\\b(?!for|if|while)/,i,t.lookahead(/\\s*\\(/)),className:\"title.function\"}]},r={match:[/new\\s+/,i],className:{1:\"keyword\",2:\"class.title\"}},s={relevance:0,match:[/\\./,i],className:{2:\"property\"}},o={variants:[{match:[/class/,/\\s+/,i,/\\s+/,/extends/,/\\s+/,i]},{match:[/class/,/\\s+/,i]}],className:{1:\"keyword\",3:\"title.class\",5:\"keyword\",7:\"title.class.inherited\"}},l=[\"boolean\",\"byte\",\"char\",\"color\",\"double\",\"float\",\"int\",\"long\",\"short\"],c=[\"BufferedReader\",\"PVector\",\"PFont\",\"PImage\",\"PGraphics\",\"HashMap\",\"String\",\"Array\",\"FloatDict\",\"ArrayList\",\"FloatList\",\"IntDict\",\"IntList\",\"JSONArray\",\"JSONObject\",\"Object\",\"StringDict\",\"StringList\",\"Table\",\"TableRow\",\"XML\"],_=[\"abstract\",\"assert\",\"break\",\"case\",\"catch\",\"const\",\"continue\",\"default\",\"else\",\"enum\",\"final\",\"finally\",\"for\",\"if\",\"import\",\"instanceof\",\"long\",\"native\",\"new\",\"package\",\"private\",\"private\",\"protected\",\"protected\",\"public\",\"public\",\"return\",\"static\",\"strictfp\",\"switch\",\"synchronized\",\"throw\",\"throws\",\"transient\",\"try\",\"void\",\"volatile\",\"while\"];return{name:\"Processing\",aliases:[\"pde\"],keywords:{keyword:[..._],literal:\"P2D P3D HALF_PI PI QUARTER_PI TAU TWO_PI null true false\",title:\"setup draw\",variable:\"super this\",built_in:[...n,...c],type:l},contains:[o,r,a,s,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}e.exports=n},b0cf:function(e,t){function n(e){const t={className:\"string\",variants:[e.inherit(e.QUOTE_STRING_MODE,{begin:'((u8?|U)|L)?\"'}),{begin:'(u8?|U)?R\"',end:'\"',contains:[e.BACKSLASH_ESCAPE]},{begin:\"'\\\\\\\\?.\",end:\"'\",illegal:\".\"}]},n={className:\"number\",variants:[{begin:\"\\\\b(\\\\d+(\\\\.\\\\d*)?|\\\\.\\\\d+)(u|U|l|L|ul|UL|f|F)\"},{begin:e.C_NUMBER_RE}],relevance:0},i={className:\"meta\",begin:\"#\",end:\"$\",keywords:{keyword:\"if else elif endif define undef ifdef ifndef\"},contains:[{begin:/\\\\\\n/,relevance:0},{beginKeywords:\"include\",end:\"$\",keywords:{keyword:\"include\"},contains:[e.inherit(t,{className:\"string\"}),{className:\"string\",begin:\"<\",end:\">\",illegal:\"\\\\n\"}]},t,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},a={className:\"variable\",begin:/&[a-z\\d_]*\\b/},r={className:\"keyword\",begin:\"/[a-z][a-z\\\\d-]*/\"},s={className:\"symbol\",begin:\"^\\\\s*[a-zA-Z_][a-zA-Z\\\\d_]*:\"},o={className:\"params\",relevance:0,begin:\"<\",end:\">\",contains:[n,a]},l={className:\"title.class\",begin:/[a-zA-Z_][a-zA-Z\\d_@-]*(?=\\s\\{)/,relevance:.2},c={className:\"title.class\",begin:/^\\/(?=\\s*\\{)/,relevance:10},_={match:/[a-z][a-z-,]+(?=;)/,relevance:0,scope:\"attr\"},d={relevance:0,match:[/[a-z][a-z-,]+/,/\\s*/,/=/],scope:{1:\"attr\",3:\"operator\"}},u={scope:\"punctuation\",relevance:0,match:/\\};|[;{}]/};return{name:\"Device Tree\",contains:[c,a,r,s,l,d,_,o,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,n,t,i,u,{begin:e.IDENT_RE+\"::\",keywords:\"\"}]}}e.exports=n},b117:function(e,t,n){\"use strict\";e.exports=function(e){var t={};e=e||{},t.src_Any=n(\"cbc7\").source,t.src_Cc=n(\"a7bc\").source,t.src_Z=n(\"4fc2\").source,t.src_P=n(\"7ca0\").source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join(\"|\"),t.src_ZCc=[t.src_Z,t.src_Cc].join(\"|\");var i=\"[><｜]\";return t.src_pseudo_letter=\"(?:(?!\"+i+\"|\"+t.src_ZPCc+\")\"+t.src_Any+\")\",t.src_ip4=\"(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\",t.src_auth=\"(?:(?:(?!\"+t.src_ZCc+\"|[@/\\\\[\\\\]()]).)+@)?\",t.src_port=\"(?::(?:6(?:[0-4]\\\\d{3}|5(?:[0-4]\\\\d{2}|5(?:[0-2]\\\\d|3[0-5])))|[1-5]?\\\\d{1,4}))?\",t.src_host_terminator=\"(?=$|\"+i+\"|\"+t.src_ZPCc+\")(?!\"+(e[\"---\"]?\"-(?!--)|\":\"-|\")+\"_|:\\\\d|\\\\.-|\\\\.(?!$|\"+t.src_ZPCc+\"))\",t.src_path=\"(?:[/?#](?:(?!\"+t.src_ZCc+\"|\"+i+\"|[()[\\\\]{}.,\\\"'?!\\\\-;]).|\\\\[(?:(?!\"+t.src_ZCc+\"|\\\\]).)*\\\\]|\\\\((?:(?!\"+t.src_ZCc+\"|[)]).)*\\\\)|\\\\{(?:(?!\"+t.src_ZCc+'|[}]).)*\\\\}|\\\\\"(?:(?!'+t.src_ZCc+'|[\"]).)+\\\\\"|\\\\\\'(?:(?!'+t.src_ZCc+\"|[']).)+\\\\'|\\\\'(?=\"+t.src_pseudo_letter+\"|[-])|\\\\.{2,}[a-zA-Z0-9%/&]|\\\\.(?!\"+t.src_ZCc+\"|[.]|$)|\"+(e[\"---\"]?\"\\\\-(?!--(?:[^-]|$))(?:-*)|\":\"\\\\-+|\")+\",(?!\"+t.src_ZCc+\"|$)|;(?!\"+t.src_ZCc+\"|$)|\\\\!+(?!\"+t.src_ZCc+\"|[!]|$)|\\\\?(?!\"+t.src_ZCc+\"|[?]|$))+|\\\\/)?\",t.src_email_name='[\\\\-;:&=\\\\+\\\\$,\\\\.a-zA-Z0-9_][\\\\-;:&=\\\\+\\\\$,\\\\\"\\\\.a-zA-Z0-9_]*',t.src_xn=\"xn--[a-z0-9\\\\-]{1,59}\",t.src_domain_root=\"(?:\"+t.src_xn+\"|\"+t.src_pseudo_letter+\"{1,63})\",t.src_domain=\"(?:\"+t.src_xn+\"|(?:\"+t.src_pseudo_letter+\")|(?:\"+t.src_pseudo_letter+\"(?:-|\"+t.src_pseudo_letter+\"){0,61}\"+t.src_pseudo_letter+\"))\",t.src_host=\"(?:(?:(?:(?:\"+t.src_domain+\")\\\\.)*\"+t.src_domain+\"))\",t.tpl_host_fuzzy=\"(?:\"+t.src_ip4+\"|(?:(?:(?:\"+t.src_domain+\")\\\\.)+(?:%TLDS%)))\",t.tpl_host_no_ip_fuzzy=\"(?:(?:(?:\"+t.src_domain+\")\\\\.)+(?:%TLDS%))\",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test=\"localhost|www\\\\.|\\\\.\\\\d{1,3}\\\\.|(?:\\\\.(?:%TLDS%)(?:\"+t.src_ZPCc+\"|>|$))\",t.tpl_email_fuzzy=\"(^|\"+i+'|\"|\\\\(|'+t.src_ZCc+\")(\"+t.src_email_name+\"@\"+t.tpl_host_fuzzy_strict+\")\",t.tpl_link_fuzzy=\"(^|(?![.:/\\\\-_@])(?:[$+<=>^`|｜]|\"+t.src_ZPCc+\"))((?![$+<=>^`|｜])\"+t.tpl_host_port_fuzzy_strict+t.src_path+\")\",t.tpl_link_no_ip_fuzzy=\"(^|(?![.:/\\\\-_@])(?:[$+<=>^`|｜]|\"+t.src_ZPCc+\"))((?![$+<=>^`|｜])\"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+\")\",t}},b1b9:function(e,t){function n(e){const t={keyword:\"if then not for in while do return else elseif break continue switch and or unless when class extends super local import export from using\",literal:\"true false nil\",built_in:\"_G _VERSION assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall coroutine debug io math os package string table\"},n=\"[A-Za-z$_][0-9A-Za-z$_]*\",i={className:\"subst\",begin:/#\\{/,end:/\\}/,keywords:t},a=[e.inherit(e.C_NUMBER_MODE,{starts:{end:\"(\\\\s*/)?\",relevance:0}}),{className:\"string\",variants:[{begin:/'/,end:/'/,contains:[e.BACKSLASH_ESCAPE]},{begin:/\"/,end:/\"/,contains:[e.BACKSLASH_ESCAPE,i]}]},{className:\"built_in\",begin:\"@__\"+e.IDENT_RE},{begin:\"@\"+e.IDENT_RE},{begin:e.IDENT_RE+\"\\\\\\\\\"+e.IDENT_RE}];i.contains=a;const r=e.inherit(e.TITLE_MODE,{begin:n}),s=\"(\\\\(.*\\\\)\\\\s*)?\\\\B[-=]>\",o={className:\"params\",begin:\"\\\\([^\\\\(]\",returnBegin:!0,contains:[{begin:/\\(/,end:/\\)/,keywords:t,contains:[\"self\"].concat(a)}]};return{name:\"MoonScript\",aliases:[\"moon\"],keywords:t,illegal:/\\/\\*/,contains:a.concat([e.COMMENT(\"--\",\"$\"),{className:\"function\",begin:\"^\\\\s*\"+n+\"\\\\s*=\\\\s*\"+s,end:\"[-=]>\",returnBegin:!0,contains:[r,o]},{begin:/[\\(,:=]\\s*/,relevance:0,contains:[{className:\"function\",begin:s,end:\"[-=]>\",returnBegin:!0,contains:[o]}]},{className:\"class\",beginKeywords:\"class\",end:\"$\",illegal:/[:=\"\\[\\]]/,contains:[{beginKeywords:\"extends\",endsWithParent:!0,illegal:/[:=\"\\[\\]]/,contains:[r]},r]},{className:\"name\",begin:n+\":\",end:\":\",returnBegin:!0,returnEnd:!0,relevance:0}])}}e.exports=n},b322:function(e,t){function n(e){const t=e.regex,n=[\"ADMINTOOLS\",\"APPDATA\",\"CDBURN_AREA\",\"CMDLINE\",\"COMMONFILES32\",\"COMMONFILES64\",\"COMMONFILES\",\"COOKIES\",\"DESKTOP\",\"DOCUMENTS\",\"EXEDIR\",\"EXEFILE\",\"EXEPATH\",\"FAVORITES\",\"FONTS\",\"HISTORY\",\"HWNDPARENT\",\"INSTDIR\",\"INTERNET_CACHE\",\"LANGUAGE\",\"LOCALAPPDATA\",\"MUSIC\",\"NETHOOD\",\"OUTDIR\",\"PICTURES\",\"PLUGINSDIR\",\"PRINTHOOD\",\"PROFILE\",\"PROGRAMFILES32\",\"PROGRAMFILES64\",\"PROGRAMFILES\",\"QUICKLAUNCH\",\"RECENT\",\"RESOURCES_LOCALIZED\",\"RESOURCES\",\"SENDTO\",\"SMPROGRAMS\",\"SMSTARTUP\",\"STARTMENU\",\"SYSDIR\",\"TEMP\",\"TEMPLATES\",\"VIDEOS\",\"WINDIR\"],i=[\"ARCHIVE\",\"FILE_ATTRIBUTE_ARCHIVE\",\"FILE_ATTRIBUTE_NORMAL\",\"FILE_ATTRIBUTE_OFFLINE\",\"FILE_ATTRIBUTE_READONLY\",\"FILE_ATTRIBUTE_SYSTEM\",\"FILE_ATTRIBUTE_TEMPORARY\",\"HKCR\",\"HKCU\",\"HKDD\",\"HKEY_CLASSES_ROOT\",\"HKEY_CURRENT_CONFIG\",\"HKEY_CURRENT_USER\",\"HKEY_DYN_DATA\",\"HKEY_LOCAL_MACHINE\",\"HKEY_PERFORMANCE_DATA\",\"HKEY_USERS\",\"HKLM\",\"HKPD\",\"HKU\",\"IDABORT\",\"IDCANCEL\",\"IDIGNORE\",\"IDNO\",\"IDOK\",\"IDRETRY\",\"IDYES\",\"MB_ABORTRETRYIGNORE\",\"MB_DEFBUTTON1\",\"MB_DEFBUTTON2\",\"MB_DEFBUTTON3\",\"MB_DEFBUTTON4\",\"MB_ICONEXCLAMATION\",\"MB_ICONINFORMATION\",\"MB_ICONQUESTION\",\"MB_ICONSTOP\",\"MB_OK\",\"MB_OKCANCEL\",\"MB_RETRYCANCEL\",\"MB_RIGHT\",\"MB_RTLREADING\",\"MB_SETFOREGROUND\",\"MB_TOPMOST\",\"MB_USERICON\",\"MB_YESNO\",\"NORMAL\",\"OFFLINE\",\"READONLY\",\"SHCTX\",\"SHELL_CONTEXT\",\"SYSTEM|TEMPORARY\"],a=[\"addincludedir\",\"addplugindir\",\"appendfile\",\"cd\",\"define\",\"delfile\",\"echo\",\"else\",\"endif\",\"error\",\"execute\",\"finalize\",\"getdllversion\",\"gettlbversion\",\"if\",\"ifdef\",\"ifmacrodef\",\"ifmacrondef\",\"ifndef\",\"include\",\"insertmacro\",\"macro\",\"macroend\",\"makensis\",\"packhdr\",\"searchparse\",\"searchreplace\",\"system\",\"tempfile\",\"undef\",\"uninstfinalize\",\"verbose\",\"warning\"],r={className:\"variable.constant\",begin:t.concat(/\\$/,t.either(...n))},s={className:\"variable\",begin:/\\$+\\{[\\!\\w.:-]+\\}/},o={className:\"variable\",begin:/\\$+\\w[\\w\\.]*/,illegal:/\\(\\)\\{\\}/},l={className:\"variable\",begin:/\\$+\\([\\w^.:!-]+\\)/},c={className:\"params\",begin:t.either(...i)},_={className:\"keyword\",begin:t.concat(/!/,t.either(...a))},d={className:\"char.escape\",begin:/\\$(\\\\[nrt]|\\$)/},u={className:\"title.function\",begin:/\\w+::\\w+/},p={className:\"string\",variants:[{begin:'\"',end:'\"'},{begin:\"'\",end:\"'\"},{begin:\"`\",end:\"`\"}],illegal:/\\n/,contains:[d,r,s,o,l]},m=[\"Abort\",\"AddBrandingImage\",\"AddSize\",\"AllowRootDirInstall\",\"AllowSkipFiles\",\"AutoCloseWindow\",\"BGFont\",\"BGGradient\",\"BrandingText\",\"BringToFront\",\"Call\",\"CallInstDLL\",\"Caption\",\"ChangeUI\",\"CheckBitmap\",\"ClearErrors\",\"CompletedText\",\"ComponentText\",\"CopyFiles\",\"CRCCheck\",\"CreateDirectory\",\"CreateFont\",\"CreateShortCut\",\"Delete\",\"DeleteINISec\",\"DeleteINIStr\",\"DeleteRegKey\",\"DeleteRegValue\",\"DetailPrint\",\"DetailsButtonText\",\"DirText\",\"DirVar\",\"DirVerify\",\"EnableWindow\",\"EnumRegKey\",\"EnumRegValue\",\"Exch\",\"Exec\",\"ExecShell\",\"ExecShellWait\",\"ExecWait\",\"ExpandEnvStrings\",\"File\",\"FileBufSize\",\"FileClose\",\"FileErrorText\",\"FileOpen\",\"FileRead\",\"FileReadByte\",\"FileReadUTF16LE\",\"FileReadWord\",\"FileWriteUTF16LE\",\"FileSeek\",\"FileWrite\",\"FileWriteByte\",\"FileWriteWord\",\"FindClose\",\"FindFirst\",\"FindNext\",\"FindWindow\",\"FlushINI\",\"GetCurInstType\",\"GetCurrentAddress\",\"GetDlgItem\",\"GetDLLVersion\",\"GetDLLVersionLocal\",\"GetErrorLevel\",\"GetFileTime\",\"GetFileTimeLocal\",\"GetFullPathName\",\"GetFunctionAddress\",\"GetInstDirError\",\"GetKnownFolderPath\",\"GetLabelAddress\",\"GetTempFileName\",\"GetWinVer\",\"Goto\",\"HideWindow\",\"Icon\",\"IfAbort\",\"IfErrors\",\"IfFileExists\",\"IfRebootFlag\",\"IfRtlLanguage\",\"IfShellVarContextAll\",\"IfSilent\",\"InitPluginsDir\",\"InstallButtonText\",\"InstallColors\",\"InstallDir\",\"InstallDirRegKey\",\"InstProgressFlags\",\"InstType\",\"InstTypeGetText\",\"InstTypeSetText\",\"Int64Cmp\",\"Int64CmpU\",\"Int64Fmt\",\"IntCmp\",\"IntCmpU\",\"IntFmt\",\"IntOp\",\"IntPtrCmp\",\"IntPtrCmpU\",\"IntPtrOp\",\"IsWindow\",\"LangString\",\"LicenseBkColor\",\"LicenseData\",\"LicenseForceSelection\",\"LicenseLangString\",\"LicenseText\",\"LoadAndSetImage\",\"LoadLanguageFile\",\"LockWindow\",\"LogSet\",\"LogText\",\"ManifestDPIAware\",\"ManifestLongPathAware\",\"ManifestMaxVersionTested\",\"ManifestSupportedOS\",\"MessageBox\",\"MiscButtonText\",\"Name|0\",\"Nop\",\"OutFile\",\"Page\",\"PageCallbacks\",\"PEAddResource\",\"PEDllCharacteristics\",\"PERemoveResource\",\"PESubsysVer\",\"Pop\",\"Push\",\"Quit\",\"ReadEnvStr\",\"ReadINIStr\",\"ReadRegDWORD\",\"ReadRegStr\",\"Reboot\",\"RegDLL\",\"Rename\",\"RequestExecutionLevel\",\"ReserveFile\",\"Return\",\"RMDir\",\"SearchPath\",\"SectionGetFlags\",\"SectionGetInstTypes\",\"SectionGetSize\",\"SectionGetText\",\"SectionIn\",\"SectionSetFlags\",\"SectionSetInstTypes\",\"SectionSetSize\",\"SectionSetText\",\"SendMessage\",\"SetAutoClose\",\"SetBrandingImage\",\"SetCompress\",\"SetCompressor\",\"SetCompressorDictSize\",\"SetCtlColors\",\"SetCurInstType\",\"SetDatablockOptimize\",\"SetDateSave\",\"SetDetailsPrint\",\"SetDetailsView\",\"SetErrorLevel\",\"SetErrors\",\"SetFileAttributes\",\"SetFont\",\"SetOutPath\",\"SetOverwrite\",\"SetRebootFlag\",\"SetRegView\",\"SetShellVarContext\",\"SetSilent\",\"ShowInstDetails\",\"ShowUninstDetails\",\"ShowWindow\",\"SilentInstall\",\"SilentUnInstall\",\"Sleep\",\"SpaceTexts\",\"StrCmp\",\"StrCmpS\",\"StrCpy\",\"StrLen\",\"SubCaption\",\"Unicode\",\"UninstallButtonText\",\"UninstallCaption\",\"UninstallIcon\",\"UninstallSubCaption\",\"UninstallText\",\"UninstPage\",\"UnRegDLL\",\"Var\",\"VIAddVersionKey\",\"VIFileVersion\",\"VIProductVersion\",\"WindowIcon\",\"WriteINIStr\",\"WriteRegBin\",\"WriteRegDWORD\",\"WriteRegExpandStr\",\"WriteRegMultiStr\",\"WriteRegNone\",\"WriteRegStr\",\"WriteUninstaller\",\"XPStyle\"],g=[\"admin\",\"all\",\"auto\",\"both\",\"bottom\",\"bzip2\",\"colored\",\"components\",\"current\",\"custom\",\"directory\",\"false\",\"force\",\"hide\",\"highest\",\"ifdiff\",\"ifnewer\",\"instfiles\",\"lastused\",\"leave\",\"left\",\"license\",\"listonly\",\"lzma\",\"nevershow\",\"none\",\"normal\",\"notset\",\"off\",\"on\",\"open\",\"print\",\"right\",\"show\",\"silent\",\"silentlog\",\"smooth\",\"textonly\",\"top\",\"true\",\"try\",\"un.components\",\"un.custom\",\"un.directory\",\"un.instfiles\",\"un.license\",\"uninstConfirm\",\"user\",\"Win10\",\"Win7\",\"Win8\",\"WinVista\",\"zlib\"],h={match:[/Function/,/\\s+/,t.concat(/(\\.)?/,e.IDENT_RE)],scope:{1:\"keyword\",3:\"title.function\"}},E=/[A-Za-z][\\w.]*/,S={match:[/Var/,/\\s+/,/(?:\\/GLOBAL\\s+)?/,E],scope:{1:\"keyword\",3:\"params\",4:\"variable\"}};return{name:\"NSIS\",case_insensitive:!0,keywords:{keyword:m,literal:g},contains:[e.HASH_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(\";\",\"$\",{relevance:0}),S,h,{beginKeywords:\"Function PageEx Section SectionGroup FunctionEnd SectionEnd\"},p,_,s,o,l,c,u,e.NUMBER_MODE]}}e.exports=n},b3c5:function(e,t){function n(e){const t=\"[a-z'][a-zA-Z0-9_']*\",n=\"(\"+t+\":\"+t+\"|\"+t+\")\",i={keyword:\"after and andalso|10 band begin bnot bor bsl bzr bxor case catch cond div end fun if let not of orelse|10 query receive rem try when xor\",literal:\"false true\"},a=e.COMMENT(\"%\",\"$\"),r={className:\"number\",begin:\"\\\\b(\\\\d+(_\\\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\\\d+(_\\\\d+)*(\\\\.\\\\d+(_\\\\d+)*)?([eE][-+]?\\\\d+)?)\",relevance:0},s={begin:\"fun\\\\s+\"+t+\"/\\\\d+\"},o={begin:n+\"\\\\(\",end:\"\\\\)\",returnBegin:!0,relevance:0,contains:[{begin:n,relevance:0},{begin:\"\\\\(\",end:\"\\\\)\",endsWithParent:!0,returnEnd:!0,relevance:0}]},l={begin:/\\{/,end:/\\}/,relevance:0},c={begin:\"\\\\b_([A-Z][A-Za-z0-9_]*)?\",relevance:0},_={begin:\"[A-Z][a-zA-Z0-9_]*\",relevance:0},d={begin:\"#\"+e.UNDERSCORE_IDENT_RE,relevance:0,returnBegin:!0,contains:[{begin:\"#\"+e.UNDERSCORE_IDENT_RE,relevance:0},{begin:/\\{/,end:/\\}/,relevance:0}]},u={beginKeywords:\"fun receive if try case\",end:\"end\",keywords:i};u.contains=[a,s,e.inherit(e.APOS_STRING_MODE,{className:\"\"}),u,o,e.QUOTE_STRING_MODE,r,l,c,_,d];const p=[a,s,u,o,e.QUOTE_STRING_MODE,r,l,c,_,d];o.contains[1].contains=p,l.contains=p,d.contains[1].contains=p;const m=[\"-module\",\"-record\",\"-undef\",\"-export\",\"-ifdef\",\"-ifndef\",\"-author\",\"-copyright\",\"-doc\",\"-vsn\",\"-import\",\"-include\",\"-include_lib\",\"-compile\",\"-define\",\"-else\",\"-endif\",\"-file\",\"-behaviour\",\"-behavior\",\"-spec\"],g={className:\"params\",begin:\"\\\\(\",end:\"\\\\)\",contains:p};return{name:\"Erlang\",aliases:[\"erl\"],keywords:i,illegal:\"(</|\\\\*=|\\\\+=|-=|/\\\\*|\\\\*/|\\\\(\\\\*|\\\\*\\\\))\",contains:[{className:\"function\",begin:\"^\"+t+\"\\\\s*\\\\(\",end:\"->\",returnBegin:!0,illegal:\"\\\\(|#|//|/\\\\*|\\\\\\\\|:|;\",contains:[g,e.inherit(e.TITLE_MODE,{begin:t})],starts:{end:\";|\\\\.\",keywords:i,contains:p}},a,{begin:\"^-\",end:\"\\\\.\",relevance:0,excludeEnd:!0,returnBegin:!0,keywords:{$pattern:\"-\"+e.IDENT_RE,keyword:m.map(e=>e+\"|1.5\").join(\" \")},contains:[g]},r,e.QUOTE_STRING_MODE,d,c,_,l,{begin:/\\.$/}]}}e.exports=n},b3ce:function(e,t){var n,i=Array.prototype.indexOf,a=function(e,t){if(null==e)return-1;if(i&&e.indexOf===i)return e.indexOf(t);for(var n=0,a=e.length;n<a;n++)if(e[n]===t)return n;return-1},r=function(e,t){return-1!==a(e,t)},s=function(e,t){return void 0===e?t:e},o=/([A-Z])/g,l=function(e){return e.replace(o,\"-$1\").toLowerCase()},c={\"&\":\"&amp;\",\">\":\"&gt;\",\"<\":\"&lt;\",'\"':\"&quot;\",\"'\":\"&#x27;\"},_=/[&><\"']/g;function d(e){return c[e]}function u(e){return(\"\"+e).replace(_,d)}if(\"undefined\"!==typeof document){var p=document.createElement(\"span\");n=\"textContent\"in p?function(e,t){e.textContent=t}:function(e,t){e.innerText=t}}function m(e){n(e,\"\")}e.exports={contains:r,deflt:s,escape:u,hyphenate:l,indexOf:a,setTextContent:n,clearNode:m}},b5280:function(e,t){function n(e){const t=e.regex,n=/^[a-zA-Z][a-zA-Z0-9-]*/,i=[\"ALPHA\",\"BIT\",\"CHAR\",\"CR\",\"CRLF\",\"CTL\",\"DIGIT\",\"DQUOTE\",\"HEXDIG\",\"HTAB\",\"LF\",\"LWSP\",\"OCTET\",\"SP\",\"VCHAR\",\"WSP\"],a=e.COMMENT(/;/,/$/),r={scope:\"symbol\",match:/%b[0-1]+(-[0-1]+|(\\.[0-1]+)+)?/},s={scope:\"symbol\",match:/%d[0-9]+(-[0-9]+|(\\.[0-9]+)+)?/},o={scope:\"symbol\",match:/%x[0-9A-F]+(-[0-9A-F]+|(\\.[0-9A-F]+)+)?/},l={scope:\"symbol\",match:/%[si](?=\".*\")/},c={scope:\"attribute\",match:t.concat(n,/(?=\\s*=)/)},_={scope:\"operator\",match:/=\\/?/};return{name:\"Augmented Backus-Naur Form\",illegal:/[!@#$^&',?+~`|:]/,keywords:i,contains:[_,c,a,r,s,o,l,e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}e.exports=n},b65b:function(e,t){function n(e){return{name:\"Shell Session\",aliases:[\"console\",\"shellsession\"],contains:[{className:\"meta.prompt\",begin:/^\\s{0,3}[/~\\w\\d[\\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\\\](?=\\s*$)/,subLanguage:\"bash\"}}]}}e.exports=n},b792:function(e,t,n){e.exports=n(\"3857\").default},b7aa:function(e,t){function n(e){return{name:\"Julia REPL\",contains:[{className:\"meta.prompt\",begin:/^julia>/,relevance:10,starts:{end:/^(?![ ]{6})/,subLanguage:\"julia\"}}],aliases:[\"jldoctest\"]}}e.exports=n},b7ef:function(e,t,n){\"use strict\";var i=n(\"23e7\"),a=n(\"da84\"),r=n(\"d066\"),s=n(\"5c6c\"),o=n(\"9bf2\").f,l=n(\"1a2d\"),c=n(\"19aa\"),_=n(\"7156\"),d=n(\"e391\"),u=n(\"cf98\"),p=n(\"c770\"),m=n(\"83ab\"),g=n(\"c430\"),h=\"DOMException\",E=r(\"Error\"),S=r(h),b=function(){c(this,f);var e=arguments.length,t=d(e<1?void 0:arguments[0]),n=d(e<2?void 0:arguments[1],\"Error\"),i=new S(t,n),a=E(t);return a.name=h,o(i,\"stack\",s(1,p(a.stack,1))),_(i,this,b),i},f=b.prototype=S.prototype,T=\"stack\"in E(h),C=\"stack\"in new S(1,2),v=S&&m&&Object.getOwnPropertyDescriptor(a,h),y=!!v&&!(v.writable&&v.configurable),R=T&&!y&&!C;i({global:!0,constructor:!0,forced:g||R},{DOMException:R?b:S});var N=r(h),O=N.prototype;if(O.constructor!==N)for(var A in g||o(O,\"constructor\",s(1,N)),u)if(l(u,A)){var I=u[A],D=I.s;l(N,D)||o(N,D,s(6,I.c))}},b884:function(e,t){function n(e){const t=\"a-zA-Z_\\\\-!.?+*=<>&'\",n=\"[#]?[\"+t+\"][\"+t+\"0-9/;:$#]*\",i=\"def defonce defprotocol defstruct defmulti defmethod defn- defn defmacro deftype defrecord\",a={$pattern:n,built_in:i+\" cond apply if-not if-let if not not= =|0 <|0 >|0 <=|0 >=|0 ==|0 +|0 /|0 *|0 -|0 rem quot neg? pos? delay? symbol? keyword? true? false? integer? empty? coll? list? set? ifn? fn? associative? sequential? sorted? counted? reversible? number? decimal? class? distinct? isa? float? rational? reduced? ratio? odd? even? char? seq? vector? string? map? nil? contains? zero? instance? not-every? not-any? libspec? -> ->> .. . inc compare do dotimes mapcat take remove take-while drop letfn drop-last take-last drop-while while intern condp case reduced cycle split-at split-with repeat replicate iterate range merge zipmap declare line-seq sort comparator sort-by dorun doall nthnext nthrest partition eval doseq await await-for let agent atom send send-off release-pending-sends add-watch mapv filterv remove-watch agent-error restart-agent set-error-handler error-handler set-error-mode! error-mode shutdown-agents quote var fn loop recur throw try monitor-enter monitor-exit macroexpand macroexpand-1 for dosync and or when when-not when-let comp juxt partial sequence memoize constantly complement identity assert peek pop doto proxy first rest cons cast coll last butlast sigs reify second ffirst fnext nfirst nnext meta with-meta ns in-ns create-ns import refer keys select-keys vals key val rseq name namespace promise into transient persistent! conj! assoc! dissoc! pop! disj! use class type num float double short byte boolean bigint biginteger bigdec print-method print-dup throw-if printf format load compile get-in update-in pr pr-on newline flush read slurp read-line subvec with-open memfn time re-find re-groups rand-int rand mod locking assert-valid-fdecl alias resolve ref deref refset swap! reset! set-validator! compare-and-set! alter-meta! reset-meta! commute get-validator alter ref-set ref-history-count ref-min-history ref-max-history ensure sync io! new next conj set! to-array future future-call into-array aset gen-class reduce map filter find empty hash-map hash-set sorted-map sorted-map-by sorted-set sorted-set-by vec vector seq flatten reverse assoc dissoc list disj get union difference intersection extend extend-type extend-protocol int nth delay count concat chunk chunk-buffer chunk-append chunk-first chunk-rest max min dec unchecked-inc-int unchecked-inc unchecked-dec-inc unchecked-dec unchecked-negate unchecked-add-int unchecked-add unchecked-subtract-int unchecked-subtract chunk-next chunk-cons chunked-seq? prn vary-meta lazy-seq spread list* str find-keyword keyword symbol gensym force rationalize\"},r={begin:n,relevance:0},s={scope:\"number\",relevance:0,variants:[{match:/[-+]?0[xX][0-9a-fA-F]+N?/},{match:/[-+]?0[0-7]+N?/},{match:/[-+]?[1-9][0-9]?[rR][0-9a-zA-Z]+N?/},{match:/[-+]?[0-9]+\\/[0-9]+N?/},{match:/[-+]?[0-9]+((\\.[0-9]*([eE][+-]?[0-9]+)?M?)|([eE][+-]?[0-9]+M?|M))/},{match:/[-+]?([1-9][0-9]*|0)N?/}]},o={scope:\"character\",variants:[{match:/\\\\o[0-3]?[0-7]{1,2}/},{match:/\\\\u[0-9a-fA-F]{4}/},{match:/\\\\(newline|space|tab|formfeed|backspace|return)/},{match:/\\\\\\S/,relevance:0}]},l={scope:\"regex\",begin:/#\"/,end:/\"/,contains:[e.BACKSLASH_ESCAPE]},c=e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),_={scope:\"punctuation\",match:/,/,relevance:0},d=e.COMMENT(\";\",\"$\",{relevance:0}),u={className:\"literal\",begin:/\\b(true|false|nil)\\b/},p={begin:\"\\\\[|(#::?\"+n+\")?\\\\{\",end:\"[\\\\]\\\\}]\",relevance:0},m={className:\"symbol\",begin:\"[:]{1,2}\"+n},g={begin:\"\\\\(\",end:\"\\\\)\"},h={endsWithParent:!0,relevance:0},E={keywords:a,className:\"name\",begin:n,relevance:0,starts:h},S=[_,g,o,l,c,d,m,p,s,u,r],b={beginKeywords:i,keywords:{$pattern:n,keyword:i},end:'(\\\\[|#|\\\\d|\"|:|\\\\{|\\\\)|\\\\(|$)',contains:[{className:\"title\",begin:n,relevance:0,excludeEnd:!0,endsParent:!0}].concat(S)};return g.contains=[b,E,h],h.contains=S,p.contains=S,{name:\"Clojure\",aliases:[\"clj\",\"edn\"],illegal:/\\S/,contains:[_,g,o,l,c,d,m,p,s,u]}}e.exports=n},b90a:function(e,t){function n(e){return{name:\"Python profiler\",contains:[e.C_NUMBER_MODE,{begin:\"[a-zA-Z_][\\\\da-zA-Z_]+\\\\.[\\\\da-zA-Z_]{1,3}\",end:\":\",excludeEnd:!0},{begin:\"(ncalls|tottime|cumtime)\",end:\"$\",keywords:\"ncalls tottime|10 cumtime|10 filename\",relevance:10},{begin:\"function calls\",end:\"$\",contains:[e.C_NUMBER_MODE],relevance:10},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:\"string\",begin:\"\\\\(\",end:\"\\\\)$\",excludeBegin:!0,excludeEnd:!0,relevance:0}]}}e.exports=n},b917:function(e,t){for(var n=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\",i={},a=0;a<66;a++)i[n.charAt(a)]=a;e.exports={itoc:n,ctoi:i}},b91e:function(e,t){function n(e){const t={className:\"string\",begin:/\"/,end:/\"/},n={className:\"string\",begin:/'/,end:/'/},i={className:\"string\",begin:/[\\w\\-?]+:\\w+/,end:/\\W/,relevance:0},a={className:\"string\",begin:/\\w+(\\-\\w+)*/,end:/(?=\\W)/,relevance:0};return{keywords:\"dsconfig\",contains:[{className:\"keyword\",begin:\"^dsconfig\",end:/\\s/,excludeEnd:!0,relevance:10},{className:\"built_in\",begin:/(list|create|get|set|delete)-(\\w+)/,end:/\\s/,excludeEnd:!0,illegal:\"!@#$%^&*()\",relevance:10},{className:\"built_in\",begin:/--(\\w+)/,end:/\\s/,excludeEnd:!0},t,n,i,a,e.HASH_COMMENT_MODE]}}e.exports=n},ba76:function(e,t){function n(e){const t=[\"assembly\",\"module\",\"package\",\"import\",\"alias\",\"class\",\"interface\",\"object\",\"given\",\"value\",\"assign\",\"void\",\"function\",\"new\",\"of\",\"extends\",\"satisfies\",\"abstracts\",\"in\",\"out\",\"return\",\"break\",\"continue\",\"throw\",\"assert\",\"dynamic\",\"if\",\"else\",\"switch\",\"case\",\"for\",\"while\",\"try\",\"catch\",\"finally\",\"then\",\"let\",\"this\",\"outer\",\"super\",\"is\",\"exists\",\"nonempty\"],n=[\"shared\",\"abstract\",\"formal\",\"default\",\"actual\",\"variable\",\"late\",\"native\",\"deprecated\",\"final\",\"sealed\",\"annotation\",\"suppressWarnings\",\"small\"],i=[\"doc\",\"by\",\"license\",\"see\",\"throws\",\"tagged\"],a={className:\"subst\",excludeBegin:!0,excludeEnd:!0,begin:/``/,end:/``/,keywords:t,relevance:10},r=[{className:\"string\",begin:'\"\"\"',end:'\"\"\"',relevance:10},{className:\"string\",begin:'\"',end:'\"',contains:[a]},{className:\"string\",begin:\"'\",end:\"'\"},{className:\"number\",begin:\"#[0-9a-fA-F_]+|\\\\$[01_]+|[0-9_]+(?:\\\\.[0-9_](?:[eE][+-]?\\\\d+)?)?[kMGTPmunpf]?\",relevance:0}];return a.contains=r,{name:\"Ceylon\",keywords:{keyword:t.concat(n),meta:i},illegal:\"\\\\$[^01]|#[^0-9a-fA-F]\",contains:[e.C_LINE_COMMENT_MODE,e.COMMENT(\"/\\\\*\",\"\\\\*/\",{contains:[\"self\"]}),{className:\"meta\",begin:'@[a-z]\\\\w*(?::\"[^\"]*\")?'}].concat(r)}}e.exports=n},baca:function(e,t,n){\"use strict\";function i(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}e.exports=function(e,t){var n=e.pos;while(n<e.posMax&&!i(e.src.charCodeAt(n)))n++;return n!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,n)),e.pos=n,!0)}},bb43:function(e,t){function n(e){const t=\"[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*\",n=\"[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]*\",i=\"and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока except exitfor finally foreach все if если in в not не or или try while пока \",a=\"SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT SYSRES_CONST_ACCES_RIGHT_TYPE_FULL SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE SYSRES_CONST_ACCESS_NO_ACCESS_VIEW SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE SYSRES_CONST_ACCESS_TYPE_CHANGE SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE SYSRES_CONST_ACCESS_TYPE_EXISTS SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE SYSRES_CONST_ACCESS_TYPE_FULL SYSRES_CONST_ACCESS_TYPE_FULL_CODE SYSRES_CONST_ACCESS_TYPE_VIEW SYSRES_CONST_ACCESS_TYPE_VIEW_CODE SYSRES_CONST_ACTION_TYPE_ABORT SYSRES_CONST_ACTION_TYPE_ACCEPT SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT SYSRES_CONST_ACTION_TYPE_CHANGE_CARD SYSRES_CONST_ACTION_TYPE_CHANGE_KIND SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE SYSRES_CONST_ACTION_TYPE_CONTINUE SYSRES_CONST_ACTION_TYPE_COPY SYSRES_CONST_ACTION_TYPE_CREATE SYSRES_CONST_ACTION_TYPE_CREATE_VERSION SYSRES_CONST_ACTION_TYPE_DELETE SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT SYSRES_CONST_ACTION_TYPE_DELETE_VERSION SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE SYSRES_CONST_ACTION_TYPE_LOCK SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY SYSRES_CONST_ACTION_TYPE_MARK_AS_READED SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED SYSRES_CONST_ACTION_TYPE_MODIFY SYSRES_CONST_ACTION_TYPE_MODIFY_CARD SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE SYSRES_CONST_ACTION_TYPE_PERFORM SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY SYSRES_CONST_ACTION_TYPE_RESTART SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE SYSRES_CONST_ACTION_TYPE_REVISION SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL SYSRES_CONST_ACTION_TYPE_SIGN SYSRES_CONST_ACTION_TYPE_START SYSRES_CONST_ACTION_TYPE_UNLOCK SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER SYSRES_CONST_ACTION_TYPE_VERSION_STATE SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY SYSRES_CONST_ACTION_TYPE_VIEW SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE SYSRES_CONST_ADD_REFERENCE_MODE_NAME SYSRES_CONST_ADDITION_REQUISITE_CODE SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS SYSRES_CONST_ALL_USERS_GROUP SYSRES_CONST_ALL_USERS_GROUP_NAME SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE SYSRES_CONST_APPROVING_SIGNATURE_NAME SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN SYSRES_CONST_ATTACH_TYPE_DOC SYSRES_CONST_ATTACH_TYPE_EDOC SYSRES_CONST_ATTACH_TYPE_FOLDER SYSRES_CONST_ATTACH_TYPE_JOB SYSRES_CONST_ATTACH_TYPE_REFERENCE SYSRES_CONST_ATTACH_TYPE_TASK SYSRES_CONST_AUTH_ENCODED_PASSWORD SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE SYSRES_CONST_AUTH_NOVELL SYSRES_CONST_AUTH_PASSWORD SYSRES_CONST_AUTH_PASSWORD_CODE SYSRES_CONST_AUTH_WINDOWS SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE SYSRES_CONST_AUTO_ENUM_METHOD_FLAG SYSRES_CONST_AUTO_NUMERATION_CODE SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE SYSRES_CONST_AUTOTEXT_USAGE_ALL SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE SYSRES_CONST_AUTOTEXT_USAGE_SIGN SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE SYSRES_CONST_AUTOTEXT_USAGE_WORK SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_BTN_PART SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT SYSRES_CONST_CARD_PART SYSRES_CONST_CARD_REFERENCE_MODE_NAME SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT SYSRES_CONST_CODE_COMPONENT_TYPE_URL SYSRES_CONST_CODE_REQUISITE_ACCESS SYSRES_CONST_CODE_REQUISITE_CODE SYSRES_CONST_CODE_REQUISITE_COMPONENT SYSRES_CONST_CODE_REQUISITE_DESCRIPTION SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT SYSRES_CONST_CODE_REQUISITE_RECORD SYSRES_CONST_COMMENT_REQ_CODE SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE SYSRES_CONST_COMP_CODE_GRD SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS SYSRES_CONST_COMPONENT_TYPE_DOCS SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS SYSRES_CONST_COMPONENT_TYPE_EDOCS SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE SYSRES_CONST_COMPONENT_TYPE_OTHER SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES SYSRES_CONST_COMPONENT_TYPE_REFERENCES SYSRES_CONST_COMPONENT_TYPE_REPORTS SYSRES_CONST_COMPONENT_TYPE_SCRIPTS SYSRES_CONST_COMPONENT_TYPE_URL SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION SYSRES_CONST_CONST_FIRM_STATUS_COMMON SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL SYSRES_CONST_CONST_NEGATIVE_VALUE SYSRES_CONST_CONST_POSITIVE_VALUE SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE SYSRES_CONST_CONTENTS_REQUISITE_CODE SYSRES_CONST_DATA_TYPE_BOOLEAN SYSRES_CONST_DATA_TYPE_DATE SYSRES_CONST_DATA_TYPE_FLOAT SYSRES_CONST_DATA_TYPE_INTEGER SYSRES_CONST_DATA_TYPE_PICK SYSRES_CONST_DATA_TYPE_REFERENCE SYSRES_CONST_DATA_TYPE_STRING SYSRES_CONST_DATA_TYPE_TEXT SYSRES_CONST_DATA_TYPE_VARIANT SYSRES_CONST_DATE_CLOSE_REQ_CODE SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR SYSRES_CONST_DATE_OPEN_REQ_CODE SYSRES_CONST_DATE_REQUISITE SYSRES_CONST_DATE_REQUISITE_CODE SYSRES_CONST_DATE_REQUISITE_NAME SYSRES_CONST_DATE_REQUISITE_TYPE SYSRES_CONST_DATE_TYPE_CHAR SYSRES_CONST_DATETIME_FORMAT_VALUE SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_DET1_PART SYSRES_CONST_DET2_PART SYSRES_CONST_DET3_PART SYSRES_CONST_DET4_PART SYSRES_CONST_DET5_PART SYSRES_CONST_DET6_PART SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE SYSRES_CONST_DETAIL_REQ_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME SYSRES_CONST_DOCUMENT_STORAGES_CODE SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME SYSRES_CONST_DOUBLE_REQUISITE_CODE SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE SYSRES_CONST_EDITORS_REFERENCE_CODE SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE SYSRES_CONST_EDOC_DATE_REQUISITE_CODE SYSRES_CONST_EDOC_KIND_REFERENCE_CODE SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE SYSRES_CONST_EDOC_NONE_ENCODE_CODE SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE SYSRES_CONST_EDOC_READONLY_ACCESS_CODE SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE SYSRES_CONST_EDOC_WRITE_ACCES_CODE SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_END_DATE_REQUISITE_CODE SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE SYSRES_CONST_EXIST_CONST SYSRES_CONST_EXIST_VALUE SYSRES_CONST_EXPORT_LOCK_TYPE_ASK SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK SYSRES_CONST_EXPORT_VERSION_TYPE_ASK SYSRES_CONST_EXPORT_VERSION_TYPE_LAST SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE SYSRES_CONST_EXTENSION_REQUISITE_CODE SYSRES_CONST_FILTER_NAME_REQUISITE_CODE SYSRES_CONST_FILTER_REQUISITE_CODE SYSRES_CONST_FILTER_TYPE_COMMON_CODE SYSRES_CONST_FILTER_TYPE_COMMON_NAME SYSRES_CONST_FILTER_TYPE_USER_CODE SYSRES_CONST_FILTER_TYPE_USER_NAME SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR SYSRES_CONST_FLOAT_REQUISITE_TYPE SYSRES_CONST_FOLDER_AUTHOR_VALUE SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS SYSRES_CONST_FOLDER_KIND_COMPONENTS SYSRES_CONST_FOLDER_KIND_EDOCS SYSRES_CONST_FOLDER_KIND_JOBS SYSRES_CONST_FOLDER_KIND_TASKS SYSRES_CONST_FOLDER_TYPE_COMMON SYSRES_CONST_FOLDER_TYPE_COMPONENT SYSRES_CONST_FOLDER_TYPE_FAVORITES SYSRES_CONST_FOLDER_TYPE_INBOX SYSRES_CONST_FOLDER_TYPE_OUTBOX SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH SYSRES_CONST_FOLDER_TYPE_SEARCH SYSRES_CONST_FOLDER_TYPE_SHORTCUTS SYSRES_CONST_FOLDER_TYPE_USER SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG SYSRES_CONST_FULL_SUBSTITUTE_TYPE SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE SYSRES_CONST_FUNCTION_CANCEL_RESULT SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM SYSRES_CONST_FUNCTION_CATEGORY_USER SYSRES_CONST_FUNCTION_FAILURE_RESULT SYSRES_CONST_FUNCTION_SAVE_RESULT SYSRES_CONST_GENERATED_REQUISITE SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE SYSRES_CONST_GROUP_USER_REQUISITE_CODE SYSRES_CONST_GROUPS_REFERENCE_CODE SYSRES_CONST_GROUPS_REQUISITE_CODE SYSRES_CONST_HIDDEN_MODE_NAME SYSRES_CONST_HIGH_LVL_REQUISITE_CODE SYSRES_CONST_HISTORY_ACTION_CREATE_CODE SYSRES_CONST_HISTORY_ACTION_DELETE_CODE SYSRES_CONST_HISTORY_ACTION_EDIT_CODE SYSRES_CONST_HOUR_CHAR SYSRES_CONST_ID_REQUISITE_CODE SYSRES_CONST_IDSPS_REQUISITE_CODE SYSRES_CONST_IMAGE_MODE_COLOR SYSRES_CONST_IMAGE_MODE_GREYSCALE SYSRES_CONST_IMAGE_MODE_MONOCHROME SYSRES_CONST_IMPORTANCE_HIGH SYSRES_CONST_IMPORTANCE_LOW SYSRES_CONST_IMPORTANCE_NORMAL SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE SYSRES_CONST_INT_REQUISITE SYSRES_CONST_INT_REQUISITE_TYPE SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR SYSRES_CONST_INTEGER_TYPE_CHAR SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_JOB_BLOCK_DESCRIPTION SYSRES_CONST_JOB_KIND_CONTROL_JOB SYSRES_CONST_JOB_KIND_JOB SYSRES_CONST_JOB_KIND_NOTICE SYSRES_CONST_JOB_STATE_ABORTED SYSRES_CONST_JOB_STATE_COMPLETE SYSRES_CONST_JOB_STATE_WORKING SYSRES_CONST_KIND_REQUISITE_CODE SYSRES_CONST_KIND_REQUISITE_NAME SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE SYSRES_CONST_KOD_INPUT_TYPE SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT SYSRES_CONST_LINK_OBJECT_KIND_EDOC SYSRES_CONST_LINK_OBJECT_KIND_FOLDER SYSRES_CONST_LINK_OBJECT_KIND_JOB SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE SYSRES_CONST_LINK_OBJECT_KIND_TASK SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE SYSRES_CONST_LIST_REFERENCE_MODE_NAME SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE SYSRES_CONST_MAIN_VIEW_CODE SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE SYSRES_CONST_MAXIMIZED_MODE_NAME SYSRES_CONST_ME_VALUE SYSRES_CONST_MESSAGE_ATTENTION_CAPTION SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION SYSRES_CONST_MESSAGE_ERROR_CAPTION SYSRES_CONST_MESSAGE_INFORMATION_CAPTION SYSRES_CONST_MINIMIZED_MODE_NAME SYSRES_CONST_MINUTE_CHAR SYSRES_CONST_MODULE_REQUISITE_CODE SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION SYSRES_CONST_MONTH_FORMAT_VALUE SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE SYSRES_CONST_NAME_REQUISITE_CODE SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE SYSRES_CONST_NAMEAN_INPUT_TYPE SYSRES_CONST_NEGATIVE_PICK_VALUE SYSRES_CONST_NEGATIVE_VALUE SYSRES_CONST_NO SYSRES_CONST_NO_PICK_VALUE SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE SYSRES_CONST_NO_VALUE SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_NORMAL_MODE_NAME SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME SYSRES_CONST_NOTE_REQUISITE_CODE SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION SYSRES_CONST_NUM_REQUISITE SYSRES_CONST_NUM_STR_REQUISITE_CODE SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG SYSRES_CONST_NUMERATION_AUTO_STRONG SYSRES_CONST_NUMERATION_FROM_DICTONARY SYSRES_CONST_NUMERATION_MANUAL SYSRES_CONST_NUMERIC_TYPE_CHAR SYSRES_CONST_NUMREQ_REQUISITE_CODE SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_ORIGINALREF_REQUISITE_CODE SYSRES_CONST_OURFIRM_REF_CODE SYSRES_CONST_OURFIRM_REQUISITE_CODE SYSRES_CONST_OURFIRM_VAR SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE SYSRES_CONST_PICK_NEGATIVE_RESULT SYSRES_CONST_PICK_POSITIVE_RESULT SYSRES_CONST_PICK_REQUISITE SYSRES_CONST_PICK_REQUISITE_TYPE SYSRES_CONST_PICK_TYPE_CHAR SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE SYSRES_CONST_PLATFORM_VERSION_COMMENT SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_POSITIVE_PICK_VALUE SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE SYSRES_CONST_PRIORITY_REQUISITE_CODE SYSRES_CONST_QUALIFIED_TASK_TYPE SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE SYSRES_CONST_RECSTAT_REQUISITE_CODE SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_REF_REQUISITE SYSRES_CONST_REF_REQUISITE_TYPE SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE SYSRES_CONST_REFERENCE_TYPE_CHAR SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE SYSRES_CONST_REQ_MODE_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_EDIT_CODE SYSRES_CONST_REQ_MODE_HIDDEN_CODE SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE SYSRES_CONST_REQ_MODE_VIEW_CODE SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE SYSRES_CONST_REQ_SECTION_VALUE SYSRES_CONST_REQ_TYPE_VALUE SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME SYSRES_CONST_REQUISITE_FORMAT_LEFT SYSRES_CONST_REQUISITE_FORMAT_RIGHT SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_REQUISITE_SECTION_ACTIONS SYSRES_CONST_REQUISITE_SECTION_BUTTON SYSRES_CONST_REQUISITE_SECTION_BUTTONS SYSRES_CONST_REQUISITE_SECTION_CARD SYSRES_CONST_REQUISITE_SECTION_TABLE SYSRES_CONST_REQUISITE_SECTION_TABLE10 SYSRES_CONST_REQUISITE_SECTION_TABLE11 SYSRES_CONST_REQUISITE_SECTION_TABLE12 SYSRES_CONST_REQUISITE_SECTION_TABLE13 SYSRES_CONST_REQUISITE_SECTION_TABLE14 SYSRES_CONST_REQUISITE_SECTION_TABLE15 SYSRES_CONST_REQUISITE_SECTION_TABLE16 SYSRES_CONST_REQUISITE_SECTION_TABLE17 SYSRES_CONST_REQUISITE_SECTION_TABLE18 SYSRES_CONST_REQUISITE_SECTION_TABLE19 SYSRES_CONST_REQUISITE_SECTION_TABLE2 SYSRES_CONST_REQUISITE_SECTION_TABLE20 SYSRES_CONST_REQUISITE_SECTION_TABLE21 SYSRES_CONST_REQUISITE_SECTION_TABLE22 SYSRES_CONST_REQUISITE_SECTION_TABLE23 SYSRES_CONST_REQUISITE_SECTION_TABLE24 SYSRES_CONST_REQUISITE_SECTION_TABLE3 SYSRES_CONST_REQUISITE_SECTION_TABLE4 SYSRES_CONST_REQUISITE_SECTION_TABLE5 SYSRES_CONST_REQUISITE_SECTION_TABLE6 SYSRES_CONST_REQUISITE_SECTION_TABLE7 SYSRES_CONST_REQUISITE_SECTION_TABLE8 SYSRES_CONST_REQUISITE_SECTION_TABLE9 SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE SYSRES_CONST_RIGHT_ALIGNMENT_CODE SYSRES_CONST_ROLES_REFERENCE_CODE SYSRES_CONST_ROUTE_STEP_AFTER_RUS SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS SYSRES_CONST_ROUTE_TYPE_COMPLEX SYSRES_CONST_ROUTE_TYPE_PARALLEL SYSRES_CONST_ROUTE_TYPE_SERIAL SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE SYSRES_CONST_SEARCHES_COMPONENT_CONTENT SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME SYSRES_CONST_SEARCHES_EDOC_CONTENT SYSRES_CONST_SEARCHES_FOLDER_CONTENT SYSRES_CONST_SEARCHES_JOB_CONTENT SYSRES_CONST_SEARCHES_REFERENCE_CODE SYSRES_CONST_SEARCHES_TASK_CONTENT SYSRES_CONST_SECOND_CHAR SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE SYSRES_CONST_SECTION_REQUISITE_CODE SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE SYSRES_CONST_SELECT_REFERENCE_MODE_NAME SYSRES_CONST_SELECT_TYPE_SELECTABLE SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD SYSRES_CONST_SELECT_TYPE_UNSLECTABLE SYSRES_CONST_SERVER_TYPE_MAIN SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE SYSRES_CONST_STATE_REQ_NAME SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE SYSRES_CONST_STATE_REQUISITE_CODE SYSRES_CONST_STATIC_ROLE_TYPE_CODE SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE SYSRES_CONST_STATUS_VALUE_AUTOCLEANING SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE SYSRES_CONST_STATUS_VALUE_COMPLETE SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE SYSRES_CONST_STATUS_VALUE_RED_SQUARE SYSRES_CONST_STATUS_VALUE_SUSPEND SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE SYSRES_CONST_STORAGE_TYPE_FILE SYSRES_CONST_STORAGE_TYPE_SQL_SERVER SYSRES_CONST_STR_REQUISITE SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR SYSRES_CONST_STRING_REQUISITE_CODE SYSRES_CONST_STRING_REQUISITE_TYPE SYSRES_CONST_STRING_TYPE_CHAR SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE SYSRES_CONST_SYSTEM_VERSION_COMMENT SYSRES_CONST_TASK_ACCESS_TYPE_ALL SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD SYSRES_CONST_TASK_ENCODE_TYPE_NONE SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD SYSRES_CONST_TASK_ROUTE_ALL_CONDITION SYSRES_CONST_TASK_ROUTE_AND_CONDITION SYSRES_CONST_TASK_ROUTE_OR_CONDITION SYSRES_CONST_TASK_STATE_ABORTED SYSRES_CONST_TASK_STATE_COMPLETE SYSRES_CONST_TASK_STATE_CONTINUED SYSRES_CONST_TASK_STATE_CONTROL SYSRES_CONST_TASK_STATE_INIT SYSRES_CONST_TASK_STATE_WORKING SYSRES_CONST_TASK_TITLE SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE SYSRES_CONST_TASK_TYPES_REFERENCE_CODE SYSRES_CONST_TEMPLATES_REFERENCE_CODE SYSRES_CONST_TEST_DATE_REQUISITE_NAME SYSRES_CONST_TEST_DEV_DATABASE_NAME SYSRES_CONST_TEST_DEV_SYSTEM_CODE SYSRES_CONST_TEST_EDMS_DATABASE_NAME SYSRES_CONST_TEST_EDMS_MAIN_CODE SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME SYSRES_CONST_TEST_EDMS_SECOND_CODE SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME SYSRES_CONST_TEST_EDMS_SYSTEM_CODE SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME SYSRES_CONST_TEXT_REQUISITE SYSRES_CONST_TEXT_REQUISITE_CODE SYSRES_CONST_TEXT_REQUISITE_TYPE SYSRES_CONST_TEXT_TYPE_CHAR SYSRES_CONST_TYPE_CODE_REQUISITE_CODE SYSRES_CONST_TYPE_REQUISITE_CODE SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME SYSRES_CONST_USE_ACCESS_TYPE_CODE SYSRES_CONST_USE_ACCESS_TYPE_NAME SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE SYSRES_CONST_USER_CATEGORY_NORMAL SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE SYSRES_CONST_USER_COMMON_CATEGORY SYSRES_CONST_USER_COMMON_CATEGORY_CODE SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE SYSRES_CONST_USER_LOGIN_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE SYSRES_CONST_USER_SERVICE_CATEGORY SYSRES_CONST_USER_SERVICE_CATEGORY_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME SYSRES_CONST_USER_STATUS_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_DEVELOPER_NAME SYSRES_CONST_USER_STATUS_DISABLED_CODE SYSRES_CONST_USER_STATUS_DISABLED_NAME SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE SYSRES_CONST_USER_STATUS_USER_CODE SYSRES_CONST_USER_STATUS_USER_NAME SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER SYSRES_CONST_USER_TYPE_REQUISITE_CODE SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE SYSRES_CONST_USERS_REFERENCE_CODE SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME SYSRES_CONST_USERS_REQUISITE_CODE SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME SYSRES_CONST_VIEW_DEFAULT_CODE SYSRES_CONST_VIEW_DEFAULT_NAME SYSRES_CONST_VIEWER_REQUISITE_CODE SYSRES_CONST_WAITING_BLOCK_DESCRIPTION SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING  SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT SYSRES_CONST_XML_ENCODING SYSRES_CONST_XREC_STAT_REQUISITE_CODE SYSRES_CONST_XRECID_FIELD_NAME SYSRES_CONST_YES SYSRES_CONST_YES_NO_2_REQUISITE_CODE SYSRES_CONST_YES_NO_REQUISITE_CODE SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE SYSRES_CONST_YES_PICK_VALUE SYSRES_CONST_YES_VALUE \",r=\"CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE \",s=\"ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME \",o=\"DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY \",l=\"ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION \",c=\"JOB_BLOCK_ABORT_DEADLINE_PROPERTY JOB_BLOCK_AFTER_FINISH_EVENT JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT JOB_BLOCK_ATTACHMENT_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT JOB_BLOCK_BEFORE_START_EVENT JOB_BLOCK_CREATED_JOBS_PROPERTY JOB_BLOCK_DEADLINE_PROPERTY JOB_BLOCK_EXECUTION_RESULTS_PROPERTY JOB_BLOCK_IS_PARALLEL_PROPERTY JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY JOB_BLOCK_JOB_TEXT_PROPERTY JOB_BLOCK_NAME_PROPERTY JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY JOB_BLOCK_PERFORMER_PROPERTY JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY JOB_BLOCK_SUBJECT_PROPERTY \",_=\"ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE \",d=\"smHidden smMaximized smMinimized smNormal wmNo wmYes \",u=\"COMPONENT_TOKEN_LINK_KIND DOCUMENT_LINK_KIND EDOCUMENT_LINK_KIND FOLDER_LINK_KIND JOB_LINK_KIND REFERENCE_LINK_KIND TASK_LINK_KIND \",p=\"COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE \",m=\"MONITOR_BLOCK_AFTER_FINISH_EVENT MONITOR_BLOCK_BEFORE_START_EVENT MONITOR_BLOCK_DEADLINE_PROPERTY MONITOR_BLOCK_INTERVAL_PROPERTY MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY MONITOR_BLOCK_NAME_PROPERTY MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY \",g=\"NOTICE_BLOCK_AFTER_FINISH_EVENT NOTICE_BLOCK_ATTACHMENT_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY NOTICE_BLOCK_BEFORE_START_EVENT NOTICE_BLOCK_CREATED_NOTICES_PROPERTY NOTICE_BLOCK_DEADLINE_PROPERTY NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY NOTICE_BLOCK_NAME_PROPERTY NOTICE_BLOCK_NOTICE_TEXT_PROPERTY NOTICE_BLOCK_PERFORMER_PROPERTY NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY NOTICE_BLOCK_SUBJECT_PROPERTY \",h=\"dseAfterCancel dseAfterClose dseAfterDelete dseAfterDeleteOutOfTransaction dseAfterInsert dseAfterOpen dseAfterScroll dseAfterUpdate dseAfterUpdateOutOfTransaction dseBeforeCancel dseBeforeClose dseBeforeDelete dseBeforeDetailUpdate dseBeforeInsert dseBeforeOpen dseBeforeUpdate dseOnAnyRequisiteChange dseOnCloseRecord dseOnDeleteError dseOnOpenRecord dseOnPrepareUpdate dseOnUpdateError dseOnUpdateRatifiedRecord dseOnValidDelete dseOnValidUpdate reOnChange reOnChangeValues SELECTION_BEGIN_ROUTE_EVENT SELECTION_END_ROUTE_EVENT \",E=\"CURRENT_PERIOD_IS_REQUIRED PREVIOUS_CARD_TYPE_NAME SHOW_RECORD_PROPERTIES_FORM \",S=\"ACCESS_RIGHTS_SETTING_DIALOG_CODE ADMINISTRATOR_USER_CODE ANALYTIC_REPORT_TYPE asrtHideLocal asrtHideRemote CALCULATED_ROLE_TYPE_CODE COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE DCTS_TEST_PROTOCOLS_FOLDER_PATH E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER E_EDOC_VERSION_ALREDY_SIGNED E_EDOC_VERSION_ALREDY_SIGNED_BY_USER EDOC_TYPES_CODE_REQUISITE_FIELD_NAME EDOCUMENTS_ALIAS_NAME FILES_FOLDER_PATH FILTER_OPERANDS_DELIMITER FILTER_OPERATIONS_DELIMITER FORMCARD_NAME FORMLIST_NAME GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE INTEGRATED_REPORT_TYPE IS_BUILDER_APPLICATION_ROLE IS_BUILDER_APPLICATION_ROLE2 IS_BUILDER_USERS ISBSYSDEV LOG_FOLDER_PATH mbCancel mbNo mbNoToAll mbOK mbYes mbYesToAll MEMORY_DATASET_DESRIPTIONS_FILENAME mrNo mrNoToAll mrYes mrYesToAll MULTIPLE_SELECT_DIALOG_CODE NONOPERATING_RECORD_FLAG_FEMININE NONOPERATING_RECORD_FLAG_MASCULINE OPERATING_RECORD_FLAG_FEMININE OPERATING_RECORD_FLAG_MASCULINE PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE PROGRAM_INITIATED_LOOKUP_ACTION ratDelete ratEdit ratInsert REPORT_TYPE REQUIRED_PICK_VALUES_VARIABLE rmCard rmList SBRTE_PROGID_DEV SBRTE_PROGID_RELEASE STATIC_ROLE_TYPE_CODE SUPPRESS_EMPTY_TEMPLATE_CREATION SYSTEM_USER_CODE UPDATE_DIALOG_DATASET USED_IN_OBJECT_HINT_PARAM USER_INITIATED_LOOKUP_ACTION USER_NAME_FORMAT USER_SELECTION_RESTRICTIONS WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH ELS_SUBTYPE_CONTROL_NAME ELS_FOLDER_KIND_CONTROL_NAME REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME \",b=\"PRIVILEGE_COMPONENT_FULL_ACCESS PRIVILEGE_DEVELOPMENT_EXPORT PRIVILEGE_DEVELOPMENT_IMPORT PRIVILEGE_DOCUMENT_DELETE PRIVILEGE_ESD PRIVILEGE_FOLDER_DELETE PRIVILEGE_MANAGE_ACCESS_RIGHTS PRIVILEGE_MANAGE_REPLICATION PRIVILEGE_MANAGE_SESSION_SERVER PRIVILEGE_OBJECT_FULL_ACCESS PRIVILEGE_OBJECT_VIEW PRIVILEGE_RESERVE_LICENSE PRIVILEGE_SYSTEM_CUSTOMIZE PRIVILEGE_SYSTEM_DEVELOP PRIVILEGE_SYSTEM_INSTALL PRIVILEGE_TASK_DELETE PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE PRIVILEGES_PSEUDOREFERENCE_CODE \",f=\"ACCESS_TYPES_PSEUDOREFERENCE_CODE ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE COMPONENTS_PSEUDOREFERENCE_CODE FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE GROUPS_PSEUDOREFERENCE_CODE RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE REFTYPES_PSEUDOREFERENCE_CODE REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE SEND_PROTOCOL_PSEUDOREFERENCE_CODE SUBSTITUTES_PSEUDOREFERENCE_CODE SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE UNITS_PSEUDOREFERENCE_CODE USERS_PSEUDOREFERENCE_CODE VIEWERS_PSEUDOREFERENCE_CODE \",T=\"CERTIFICATE_TYPE_ENCRYPT CERTIFICATE_TYPE_SIGN CERTIFICATE_TYPE_SIGN_AND_ENCRYPT \",C=\"STORAGE_TYPE_FILE STORAGE_TYPE_NAS_CIFS STORAGE_TYPE_SAPERION STORAGE_TYPE_SQL_SERVER \",v=\"COMPTYPE2_REQUISITE_DOCUMENTS_VALUE COMPTYPE2_REQUISITE_TASKS_VALUE COMPTYPE2_REQUISITE_FOLDERS_VALUE COMPTYPE2_REQUISITE_REFERENCES_VALUE \",y=\"SYSREQ_CODE SYSREQ_COMPTYPE2 SYSREQ_CONST_AVAILABLE_FOR_WEB SYSREQ_CONST_COMMON_CODE SYSREQ_CONST_COMMON_VALUE SYSREQ_CONST_FIRM_CODE SYSREQ_CONST_FIRM_STATUS SYSREQ_CONST_FIRM_VALUE SYSREQ_CONST_SERVER_STATUS SYSREQ_CONTENTS SYSREQ_DATE_OPEN SYSREQ_DATE_CLOSE SYSREQ_DESCRIPTION SYSREQ_DESCRIPTION_LOCALIZE_ID SYSREQ_DOUBLE SYSREQ_EDOC_ACCESS_TYPE SYSREQ_EDOC_AUTHOR SYSREQ_EDOC_CREATED SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE SYSREQ_EDOC_EDITOR SYSREQ_EDOC_ENCODE_TYPE SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_EXPORT_DATE SYSREQ_EDOC_EXPORTER SYSREQ_EDOC_KIND SYSREQ_EDOC_LIFE_STAGE_NAME SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE SYSREQ_EDOC_MODIFIED SYSREQ_EDOC_NAME SYSREQ_EDOC_NOTE SYSREQ_EDOC_QUALIFIED_ID SYSREQ_EDOC_SESSION_KEY SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION SYSREQ_EDOC_SIGNATURE_TYPE SYSREQ_EDOC_SIGNED SYSREQ_EDOC_STORAGE SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE SYSREQ_EDOC_STORAGES_CHECK_RIGHTS SYSREQ_EDOC_STORAGES_COMPUTER_NAME SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE SYSREQ_EDOC_STORAGES_FUNCTION SYSREQ_EDOC_STORAGES_INITIALIZED SYSREQ_EDOC_STORAGES_LOCAL_PATH SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT SYSREQ_EDOC_STORAGES_SERVER_NAME SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME SYSREQ_EDOC_STORAGES_TYPE SYSREQ_EDOC_TEXT_MODIFIED SYSREQ_EDOC_TYPE_ACT_CODE SYSREQ_EDOC_TYPE_ACT_DESCRIPTION SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_EDOC_TYPE_ACT_SECTION SYSREQ_EDOC_TYPE_ADD_PARAMS SYSREQ_EDOC_TYPE_COMMENT SYSREQ_EDOC_TYPE_EVENT_TEXT SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID SYSREQ_EDOC_TYPE_NUMERATION_METHOD SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE SYSREQ_EDOC_TYPE_REQ_CODE SYSREQ_EDOC_TYPE_REQ_DESCRIPTION SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_EDOC_TYPE_REQ_IS_LEADING SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED SYSREQ_EDOC_TYPE_REQ_NUMBER SYSREQ_EDOC_TYPE_REQ_ON_CHANGE SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_EDOC_TYPE_REQ_ON_SELECT SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND SYSREQ_EDOC_TYPE_REQ_SECTION SYSREQ_EDOC_TYPE_VIEW_CARD SYSREQ_EDOC_TYPE_VIEW_CODE SYSREQ_EDOC_TYPE_VIEW_COMMENT SYSREQ_EDOC_TYPE_VIEW_IS_MAIN SYSREQ_EDOC_TYPE_VIEW_NAME SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_EDOC_VERSION_AUTHOR SYSREQ_EDOC_VERSION_CRC SYSREQ_EDOC_VERSION_DATA SYSREQ_EDOC_VERSION_EDITOR SYSREQ_EDOC_VERSION_EXPORT_DATE SYSREQ_EDOC_VERSION_EXPORTER SYSREQ_EDOC_VERSION_HIDDEN SYSREQ_EDOC_VERSION_LIFE_STAGE SYSREQ_EDOC_VERSION_MODIFIED SYSREQ_EDOC_VERSION_NOTE SYSREQ_EDOC_VERSION_SIGNATURE_TYPE SYSREQ_EDOC_VERSION_SIGNED SYSREQ_EDOC_VERSION_SIZE SYSREQ_EDOC_VERSION_SOURCE SYSREQ_EDOC_VERSION_TEXT_MODIFIED SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE SYSREQ_FOLDER_KIND SYSREQ_FUNC_CATEGORY SYSREQ_FUNC_COMMENT SYSREQ_FUNC_GROUP SYSREQ_FUNC_GROUP_COMMENT SYSREQ_FUNC_GROUP_NUMBER SYSREQ_FUNC_HELP SYSREQ_FUNC_PARAM_DEF_VALUE SYSREQ_FUNC_PARAM_IDENT SYSREQ_FUNC_PARAM_NUMBER SYSREQ_FUNC_PARAM_TYPE SYSREQ_FUNC_TEXT SYSREQ_GROUP_CATEGORY SYSREQ_ID SYSREQ_LAST_UPDATE SYSREQ_LEADER_REFERENCE SYSREQ_LINE_NUMBER SYSREQ_MAIN_RECORD_ID SYSREQ_NAME SYSREQ_NAME_LOCALIZE_ID SYSREQ_NOTE SYSREQ_ORIGINAL_RECORD SYSREQ_OUR_FIRM SYSREQ_PROFILING_SETTINGS_BATCH_LOGING SYSREQ_PROFILING_SETTINGS_BATCH_SIZE SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED SYSREQ_PROFILING_SETTINGS_START_LOGGED SYSREQ_RECORD_STATUS SYSREQ_REF_REQ_FIELD_NAME SYSREQ_REF_REQ_FORMAT SYSREQ_REF_REQ_GENERATED SYSREQ_REF_REQ_LENGTH SYSREQ_REF_REQ_PRECISION SYSREQ_REF_REQ_REFERENCE SYSREQ_REF_REQ_SECTION SYSREQ_REF_REQ_STORED SYSREQ_REF_REQ_TOKENS SYSREQ_REF_REQ_TYPE SYSREQ_REF_REQ_VIEW SYSREQ_REF_TYPE_ACT_CODE SYSREQ_REF_TYPE_ACT_DESCRIPTION SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_ACT_ON_EXECUTE SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS SYSREQ_REF_TYPE_ACT_SECTION SYSREQ_REF_TYPE_ADD_PARAMS SYSREQ_REF_TYPE_COMMENT SYSREQ_REF_TYPE_COMMON_SETTINGS SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME SYSREQ_REF_TYPE_EVENT_TEXT SYSREQ_REF_TYPE_MAIN_LEADING_REF SYSREQ_REF_TYPE_NAME_IN_SINGULAR SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID SYSREQ_REF_TYPE_NAME_LOCALIZE_ID SYSREQ_REF_TYPE_NUMERATION_METHOD SYSREQ_REF_TYPE_REQ_CODE SYSREQ_REF_TYPE_REQ_DESCRIPTION SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID SYSREQ_REF_TYPE_REQ_IS_CONTROL SYSREQ_REF_TYPE_REQ_IS_FILTER SYSREQ_REF_TYPE_REQ_IS_LEADING SYSREQ_REF_TYPE_REQ_IS_REQUIRED SYSREQ_REF_TYPE_REQ_NUMBER SYSREQ_REF_TYPE_REQ_ON_CHANGE SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS SYSREQ_REF_TYPE_REQ_ON_SELECT SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND SYSREQ_REF_TYPE_REQ_SECTION SYSREQ_REF_TYPE_VIEW_CARD SYSREQ_REF_TYPE_VIEW_CODE SYSREQ_REF_TYPE_VIEW_COMMENT SYSREQ_REF_TYPE_VIEW_IS_MAIN SYSREQ_REF_TYPE_VIEW_NAME SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID SYSREQ_REFERENCE_TYPE_ID SYSREQ_STATE SYSREQ_STATЕ SYSREQ_SYSTEM_SETTINGS_VALUE SYSREQ_TYPE SYSREQ_UNIT SYSREQ_UNIT_ID SYSREQ_USER_GROUPS_GROUP_FULL_NAME SYSREQ_USER_GROUPS_GROUP_NAME SYSREQ_USER_GROUPS_GROUP_SERVER_NAME SYSREQ_USERS_ACCESS_RIGHTS SYSREQ_USERS_AUTHENTICATION SYSREQ_USERS_CATEGORY SYSREQ_USERS_COMPONENT SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC SYSREQ_USERS_DOMAIN SYSREQ_USERS_FULL_USER_NAME SYSREQ_USERS_GROUP SYSREQ_USERS_IS_MAIN_SERVER SYSREQ_USERS_LOGIN SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC SYSREQ_USERS_STATUS SYSREQ_USERS_USER_CERTIFICATE SYSREQ_USERS_USER_CERTIFICATE_INFO SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION SYSREQ_USERS_USER_CERTIFICATE_STATE SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT SYSREQ_USERS_USER_DEFAULT_CERTIFICATE SYSREQ_USERS_USER_DESCRIPTION SYSREQ_USERS_USER_GLOBAL_NAME SYSREQ_USERS_USER_LOGIN SYSREQ_USERS_USER_MAIN_SERVER SYSREQ_USERS_USER_TYPE SYSREQ_WORK_RULES_FOLDER_ID \",R=\"RESULT_VAR_NAME RESULT_VAR_NAME_ENG \",N=\"AUTO_NUMERATION_RULE_ID CANT_CHANGE_ID_REQUISITE_RULE_ID CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID CHECK_CODE_REQUISITE_RULE_ID CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID CHECK_FILTRATER_CHANGES_RULE_ID CHECK_RECORD_INTERVAL_RULE_ID CHECK_REFERENCE_INTERVAL_RULE_ID CHECK_REQUIRED_DATA_FULLNESS_RULE_ID CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID MAKE_RECORD_UNRATIFIED_RULE_ID RESTORE_AUTO_NUMERATION_RULE_ID SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID SET_IDSPS_VALUE_RULE_ID SET_NEXT_CODE_VALUE_RULE_ID SET_OURFIRM_BOUNDS_RULE_ID SET_OURFIRM_REQUISITE_RULE_ID \",O=\"SCRIPT_BLOCK_AFTER_FINISH_EVENT SCRIPT_BLOCK_BEFORE_START_EVENT SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY SCRIPT_BLOCK_NAME_PROPERTY SCRIPT_BLOCK_SCRIPT_PROPERTY \",A=\"SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_AFTER_FINISH_EVENT SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT SUBTASK_BLOCK_ATTACHMENTS_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY SUBTASK_BLOCK_BEFORE_START_EVENT SUBTASK_BLOCK_CREATED_TASK_PROPERTY SUBTASK_BLOCK_CREATION_EVENT SUBTASK_BLOCK_DEADLINE_PROPERTY SUBTASK_BLOCK_IMPORTANCE_PROPERTY SUBTASK_BLOCK_INITIATOR_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY SUBTASK_BLOCK_JOBS_TYPE_PROPERTY SUBTASK_BLOCK_NAME_PROPERTY SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY SUBTASK_BLOCK_PERFORMERS_PROPERTY SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_START_EVENT SUBTASK_BLOCK_STEP_CONTROL_PROPERTY SUBTASK_BLOCK_SUBJECT_PROPERTY SUBTASK_BLOCK_TASK_CONTROL_PROPERTY SUBTASK_BLOCK_TEXT_PROPERTY SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY \",I=\"SYSCOMP_CONTROL_JOBS SYSCOMP_FOLDERS SYSCOMP_JOBS SYSCOMP_NOTICES SYSCOMP_TASKS \",D=\"SYSDLG_CREATE_EDOCUMENT SYSDLG_CREATE_EDOCUMENT_VERSION SYSDLG_CURRENT_PERIOD SYSDLG_EDIT_FUNCTION_HELP SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS SYSDLG_EXPORT_SINGLE_EDOCUMENT SYSDLG_IMPORT_EDOCUMENT SYSDLG_MULTIPLE_SELECT SYSDLG_SETUP_ACCESS_RIGHTS SYSDLG_SETUP_DEFAULT_RIGHTS SYSDLG_SETUP_FILTER_CONDITION SYSDLG_SETUP_SIGN_RIGHTS SYSDLG_SETUP_TASK_OBSERVERS SYSDLG_SETUP_TASK_ROUTE SYSDLG_SETUP_USERS_LIST SYSDLG_SIGN_EDOCUMENT SYSDLG_SIGN_MULTIPLE_EDOCUMENTS \",w=\"SYSREF_ACCESS_RIGHTS_TYPES SYSREF_ADMINISTRATION_HISTORY SYSREF_ALL_AVAILABLE_COMPONENTS SYSREF_ALL_AVAILABLE_PRIVILEGES SYSREF_ALL_REPLICATING_COMPONENTS SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS SYSREF_CALENDAR_EVENTS SYSREF_COMPONENT_TOKEN_HISTORY SYSREF_COMPONENT_TOKENS SYSREF_COMPONENTS SYSREF_CONSTANTS SYSREF_DATA_RECEIVE_PROTOCOL SYSREF_DATA_SEND_PROTOCOL SYSREF_DIALOGS SYSREF_DIALOGS_REQUISITES SYSREF_EDITORS SYSREF_EDOC_CARDS SYSREF_EDOC_TYPES SYSREF_EDOCUMENT_CARD_REQUISITES SYSREF_EDOCUMENT_CARD_TYPES SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE SYSREF_EDOCUMENT_CARDS SYSREF_EDOCUMENT_HISTORY SYSREF_EDOCUMENT_KINDS SYSREF_EDOCUMENT_REQUISITES SYSREF_EDOCUMENT_SIGNATURES SYSREF_EDOCUMENT_TEMPLATES SYSREF_EDOCUMENT_TEXT_STORAGES SYSREF_EDOCUMENT_VIEWS SYSREF_FILTERER_SETUP_CONFLICTS SYSREF_FILTRATER_SETTING_CONFLICTS SYSREF_FOLDER_HISTORY SYSREF_FOLDERS SYSREF_FUNCTION_GROUPS SYSREF_FUNCTION_PARAMS SYSREF_FUNCTIONS SYSREF_JOB_HISTORY SYSREF_LINKS SYSREF_LOCALIZATION_DICTIONARY SYSREF_LOCALIZATION_LANGUAGES SYSREF_MODULES SYSREF_PRIVILEGES SYSREF_RECORD_HISTORY SYSREF_REFERENCE_REQUISITES SYSREF_REFERENCE_TYPE_VIEWS SYSREF_REFERENCE_TYPES SYSREF_REFERENCES SYSREF_REFERENCES_REQUISITES SYSREF_REMOTE_SERVERS SYSREF_REPLICATION_SESSIONS_LOG SYSREF_REPLICATION_SESSIONS_PROTOCOL SYSREF_REPORTS SYSREF_ROLES SYSREF_ROUTE_BLOCK_GROUPS SYSREF_ROUTE_BLOCKS SYSREF_SCRIPTS SYSREF_SEARCHES SYSREF_SERVER_EVENTS SYSREF_SERVER_EVENTS_HISTORY SYSREF_STANDARD_ROUTE_GROUPS SYSREF_STANDARD_ROUTES SYSREF_STATUSES SYSREF_SYSTEM_SETTINGS SYSREF_TASK_HISTORY SYSREF_TASK_KIND_GROUPS SYSREF_TASK_KINDS SYSREF_TASK_RIGHTS SYSREF_TASK_SIGNATURES SYSREF_TASKS SYSREF_UNITS SYSREF_USER_GROUPS SYSREF_USER_GROUPS_REFERENCE SYSREF_USER_SUBSTITUTION SYSREF_USERS SYSREF_USERS_REFERENCE SYSREF_VIEWERS SYSREF_WORKING_TIME_CALENDARS \",x=\"ACCESS_RIGHTS_TABLE_NAME EDMS_ACCESS_TABLE_NAME EDOC_TYPES_TABLE_NAME \",M=\"TEST_DEV_DB_NAME TEST_DEV_SYSTEM_CODE TEST_EDMS_DB_NAME TEST_EDMS_MAIN_CODE TEST_EDMS_MAIN_DB_NAME TEST_EDMS_SECOND_CODE TEST_EDMS_SECOND_DB_NAME TEST_EDMS_SYSTEM_CODE TEST_ISB5_MAIN_CODE TEST_ISB5_SECOND_CODE TEST_SQL_SERVER_2005_NAME TEST_SQL_SERVER_NAME \",k=\"ATTENTION_CAPTION cbsCommandLinks cbsDefault CONFIRMATION_CAPTION ERROR_CAPTION INFORMATION_CAPTION mrCancel mrOk \",L=\"EDOC_VERSION_ACTIVE_STAGE_CODE EDOC_VERSION_DESIGN_STAGE_CODE EDOC_VERSION_OBSOLETE_STAGE_CODE \",P=\"cpDataEnciphermentEnabled cpDigitalSignatureEnabled cpID cpIssuer cpPluginVersion cpSerial cpSubjectName cpSubjSimpleName cpValidFromDate cpValidToDate \",F=\"ISBL_SYNTAX NO_SYNTAX XML_SYNTAX \",U=\"WAIT_BLOCK_AFTER_FINISH_EVENT WAIT_BLOCK_BEFORE_START_EVENT WAIT_BLOCK_DEADLINE_PROPERTY WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY WAIT_BLOCK_NAME_PROPERTY WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY \",B=\"SYSRES_COMMON SYSRES_CONST SYSRES_MBFUNC SYSRES_SBDATA SYSRES_SBGUI SYSRES_SBINTF SYSRES_SBREFDSC SYSRES_SQLERRORS SYSRES_SYSCOMP \",G=a+r+s+o+l+c+_+d+u+p+m+g+h+E+S+b+f+T+C+v+y+R+N+O+A+I+D+w+x+M+k+L+P+F+U+B,Y=\"atUser atGroup atRole \",z=\"aemEnabledAlways aemDisabledAlways aemEnabledOnBrowse aemEnabledOnEdit aemDisabledOnBrowseEmpty \",q=\"apBegin apEnd \",H=\"alLeft alRight \",V=\"asmNever asmNoButCustomize asmAsLastTime asmYesButCustomize asmAlways \",$=\"cirCommon cirRevoked \",W=\"ctSignature ctEncode ctSignatureEncode \",j=\"clbUnchecked clbChecked clbGrayed \",Q=\"ceISB ceAlways ceNever \",K=\"ctDocument ctReference ctScript ctUnknown ctReport ctDialog ctFunction ctFolder ctEDocument ctTask ctJob ctNotice ctControlJob \",Z=\"cfInternal cfDisplay \",X=\"ciUnspecified ciWrite ciRead \",J=\"ckFolder ckEDocument ckTask ckJob ckComponentToken ckAny ckReference ckScript ckReport ckDialog \",ee=\"ctISBLEditor ctBevel ctButton ctCheckListBox ctComboBox ctComboEdit ctGrid ctDBCheckBox ctDBComboBox ctDBEdit ctDBEllipsis ctDBMemo ctDBNavigator ctDBRadioGroup ctDBStatusLabel ctEdit ctGroupBox ctInplaceHint ctMemo ctPanel ctListBox ctRadioButton ctRichEdit ctTabSheet ctWebBrowser ctImage ctHyperLink ctLabel ctDBMultiEllipsis ctRibbon ctRichView ctInnerPanel ctPanelGroup ctBitButton \",te=\"cctDate cctInteger cctNumeric cctPick cctReference cctString cctText \",ne=\"cltInternal cltPrimary cltGUI \",ie=\"dseBeforeOpen dseAfterOpen dseBeforeClose dseAfterClose dseOnValidDelete dseBeforeDelete dseAfterDelete dseAfterDeleteOutOfTransaction dseOnDeleteError dseBeforeInsert dseAfterInsert dseOnValidUpdate dseBeforeUpdate dseOnUpdateRatifiedRecord dseAfterUpdate dseAfterUpdateOutOfTransaction dseOnUpdateError dseAfterScroll dseOnOpenRecord dseOnCloseRecord dseBeforeCancel dseAfterCancel dseOnUpdateDeadlockError dseBeforeDetailUpdate dseOnPrepareUpdate dseOnAnyRequisiteChange \",ae=\"dssEdit dssInsert dssBrowse dssInActive \",re=\"dftDate dftShortDate dftDateTime dftTimeStamp \",se=\"dotDays dotHours dotMinutes dotSeconds \",oe=\"dtkndLocal dtkndUTC \",le=\"arNone arView arEdit arFull \",ce=\"ddaView ddaEdit \",_e=\"emLock emEdit emSign emExportWithLock emImportWithUnlock emChangeVersionNote emOpenForModify emChangeLifeStage emDelete emCreateVersion emImport emUnlockExportedWithLock emStart emAbort emReInit emMarkAsReaded emMarkAsUnreaded emPerform emAccept emResume emChangeRights emEditRoute emEditObserver emRecoveryFromLocalCopy emChangeWorkAccessType emChangeEncodeTypeToCertificate emChangeEncodeTypeToPassword emChangeEncodeTypeToNone emChangeEncodeTypeToCertificatePassword emChangeStandardRoute emGetText emOpenForView emMoveToStorage emCreateObject emChangeVersionHidden emDeleteVersion emChangeLifeCycleStage emApprovingSign emExport emContinue emLockFromEdit emUnLockForEdit emLockForServer emUnlockFromServer emDelegateAccessRights emReEncode \",de=\"ecotFile ecotProcess \",ue=\"eaGet eaCopy eaCreate eaCreateStandardRoute \",pe=\"edltAll edltNothing edltQuery \",me=\"essmText essmCard \",ge=\"esvtLast esvtLastActive esvtSpecified \",he=\"edsfExecutive edsfArchive \",Ee=\"edstSQLServer edstFile \",Se=\"edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile \",be=\"vsDefault vsDesign vsActive vsObsolete \",fe=\"etNone etCertificate etPassword etCertificatePassword \",Te=\"ecException ecWarning ecInformation \",Ce=\"estAll estApprovingOnly \",ve=\"evtLast evtLastActive evtQuery \",ye=\"fdtString fdtNumeric fdtInteger fdtDate fdtText fdtUnknown fdtWideString fdtLargeInteger \",Re=\"ftInbox ftOutbox ftFavorites ftCommonFolder ftUserFolder ftComponents ftQuickLaunch ftShortcuts ftSearch \",Ne=\"grhAuto grhX1 grhX2 grhX3 \",Oe=\"hltText hltRTF hltHTML \",Ae=\"iffBMP iffJPEG iffMultiPageTIFF iffSinglePageTIFF iffTIFF iffPNG \",Ie=\"im8bGrayscale im24bRGB im1bMonochrome \",De=\"itBMP itJPEG itWMF itPNG \",we=\"ikhInformation ikhWarning ikhError ikhNoIcon \",xe=\"icUnknown icScript icFunction icIntegratedReport icAnalyticReport icDataSetEventHandler icActionHandler icFormEventHandler icLookUpEventHandler icRequisiteChangeEventHandler icBeforeSearchEventHandler icRoleCalculation icSelectRouteEventHandler icBlockPropertyCalculation icBlockQueryParamsEventHandler icChangeSearchResultEventHandler icBlockEventHandler icSubTaskInitEventHandler icEDocDataSetEventHandler icEDocLookUpEventHandler icEDocActionHandler icEDocFormEventHandler icEDocRequisiteChangeEventHandler icStructuredConversionRule icStructuredConversionEventBefore icStructuredConversionEventAfter icWizardEventHandler icWizardFinishEventHandler icWizardStepEventHandler icWizardStepFinishEventHandler icWizardActionEnableEventHandler icWizardActionExecuteEventHandler icCreateJobsHandler icCreateNoticesHandler icBeforeLookUpEventHandler icAfterLookUpEventHandler icTaskAbortEventHandler icWorkflowBlockActionHandler icDialogDataSetEventHandler icDialogActionHandler icDialogLookUpEventHandler icDialogRequisiteChangeEventHandler icDialogFormEventHandler icDialogValidCloseEventHandler icBlockFormEventHandler icTaskFormEventHandler icReferenceMethod icEDocMethod icDialogMethod icProcessMessageHandler \",Me=\"isShow isHide isByUserSettings \",ke=\"jkJob jkNotice jkControlJob \",Le=\"jtInner jtLeft jtRight jtFull jtCross \",Pe=\"lbpAbove lbpBelow lbpLeft lbpRight \",Fe=\"eltPerConnection eltPerUser \",Ue=\"sfcUndefined sfcBlack sfcGreen sfcRed sfcBlue sfcOrange sfcLilac \",Be=\"sfsItalic sfsStrikeout sfsNormal \",Ge=\"ldctStandardRoute ldctWizard ldctScript ldctFunction ldctRouteBlock ldctIntegratedReport ldctAnalyticReport ldctReferenceType ldctEDocumentType ldctDialog ldctServerEvents \",Ye=\"mrcrtNone mrcrtUser mrcrtMaximal mrcrtCustom \",ze=\"vtEqual vtGreaterOrEqual vtLessOrEqual vtRange \",qe=\"rdYesterday rdToday rdTomorrow rdThisWeek rdThisMonth rdThisYear rdNextMonth rdNextWeek rdLastWeek rdLastMonth \",He=\"rdWindow rdFile rdPrinter \",Ve=\"rdtString rdtNumeric rdtInteger rdtDate rdtReference rdtAccount rdtText rdtPick rdtUnknown rdtLargeInteger rdtDocument \",$e=\"reOnChange reOnChangeValues \",We=\"ttGlobal ttLocal ttUser ttSystem \",je=\"ssmBrowse ssmSelect ssmMultiSelect ssmBrowseModal \",Qe=\"smSelect smLike smCard \",Ke=\"stNone stAuthenticating stApproving \",Ze=\"sctString sctStream \",Xe=\"sstAnsiSort sstNaturalSort \",Je=\"svtEqual svtContain \",et=\"soatString soatNumeric soatInteger soatDatetime soatReferenceRecord soatText soatPick soatBoolean soatEDocument soatAccount soatIntegerCollection soatNumericCollection soatStringCollection soatPickCollection soatDatetimeCollection soatBooleanCollection soatReferenceRecordCollection soatEDocumentCollection soatAccountCollection soatContents soatUnknown \",tt=\"tarAbortByUser tarAbortByWorkflowException \",nt=\"tvtAllWords tvtExactPhrase tvtAnyWord \",it=\"usNone usCompleted usRedSquare usBlueSquare usYellowSquare usGreenSquare usOrangeSquare usPurpleSquare usFollowUp \",at=\"utUnknown utUser utDeveloper utAdministrator utSystemDeveloper utDisconnected \",rt=\"btAnd btDetailAnd btOr btNotOr btOnly \",st=\"vmView vmSelect vmNavigation \",ot=\"vsmSingle vsmMultiple vsmMultipleCheck vsmNoSelection \",lt=\"wfatPrevious wfatNext wfatCancel wfatFinish \",ct=\"wfepUndefined wfepText3 wfepText6 wfepText9 wfepSpinEdit wfepDropDown wfepRadioGroup wfepFlag wfepText12 wfepText15 wfepText18 wfepText21 wfepText24 wfepText27 wfepText30 wfepRadioGroupColumn1 wfepRadioGroupColumn2 wfepRadioGroupColumn3 \",_t=\"wfetQueryParameter wfetText wfetDelimiter wfetLabel \",dt=\"wptString wptInteger wptNumeric wptBoolean wptDateTime wptPick wptText wptUser wptUserList wptEDocumentInfo wptEDocumentInfoList wptReferenceRecordInfo wptReferenceRecordInfoList wptFolderInfo wptTaskInfo wptContents wptFileName wptDate \",ut=\"wsrComplete wsrGoNext wsrGoPrevious wsrCustom wsrCancel wsrGoFinal \",pt=\"wstForm wstEDocument wstTaskCard wstReferenceRecordCard wstFinal \",mt=\"waAll waPerformers waManual \",gt=\"wsbStart wsbFinish wsbNotice wsbStep wsbDecision wsbWait wsbMonitor wsbScript wsbConnector wsbSubTask wsbLifeCycleStage wsbPause \",ht=\"wdtInteger wdtFloat wdtString wdtPick wdtDateTime wdtBoolean wdtTask wdtJob wdtFolder wdtEDocument wdtReferenceRecord wdtUser wdtGroup wdtRole wdtIntegerCollection wdtFloatCollection wdtStringCollection wdtPickCollection wdtDateTimeCollection wdtBooleanCollection wdtTaskCollection wdtJobCollection wdtFolderCollection wdtEDocumentCollection wdtReferenceRecordCollection wdtUserCollection wdtGroupCollection wdtRoleCollection wdtContents wdtUserList wdtSearchDescription wdtDeadLine wdtPickSet wdtAccountCollection \",Et=\"wiLow wiNormal wiHigh \",St=\"wrtSoft wrtHard \",bt=\"wsInit wsRunning wsDone wsControlled wsAborted wsContinued \",ft=\"wtmFull wtmFromCurrent wtmOnlyCurrent \",Tt=Y+z+q+H+V+$+W+j+Q+K+Z+X+J+ee+te+ne+ie+ae+re+se+oe+le+ce+_e+de+ue+pe+me+ge+he+Ee+Se+be+fe+Te+Ce+ve+ye+Re+Ne+Oe+Ae+Ie+De+we+xe+Me+ke+Le+Pe+Fe+Ue+Be+Ge+Ye+ze+qe+He+Ve+$e+We+je+Qe+Ke+Ze+Xe+Je+et+tt+nt+it+at+rt+st+ot+lt+ct+_t+dt+ut+pt+mt+gt+ht+Et+St+bt+ft,Ct=\"AddSubString AdjustLineBreaks AmountInWords Analysis ArrayDimCount ArrayHighBound ArrayLowBound ArrayOf ArrayReDim Assert Assigned BeginOfMonth BeginOfPeriod BuildProfilingOperationAnalysis CallProcedure CanReadFile CArrayElement CDataSetRequisite ChangeDate ChangeReferenceDataset Char CharPos CheckParam CheckParamValue CompareStrings ConstantExists ControlState ConvertDateStr Copy CopyFile CreateArray CreateCachedReference CreateConnection CreateDialog CreateDualListDialog CreateEditor CreateException CreateFile CreateFolderDialog CreateInputDialog CreateLinkFile CreateList CreateLock CreateMemoryDataSet CreateObject CreateOpenDialog CreateProgress CreateQuery CreateReference CreateReport CreateSaveDialog CreateScript CreateSQLPivotFunction CreateStringList CreateTreeListSelectDialog CSelectSQL CSQL CSubString CurrentUserID CurrentUserName CurrentVersion DataSetLocateEx DateDiff DateTimeDiff DateToStr DayOfWeek DeleteFile DirectoryExists DisableCheckAccessRights DisableCheckFullShowingRestriction DisableMassTaskSendingRestrictions DropTable DupeString EditText EnableCheckAccessRights EnableCheckFullShowingRestriction EnableMassTaskSendingRestrictions EndOfMonth EndOfPeriod ExceptionExists ExceptionsOff ExceptionsOn Execute ExecuteProcess Exit ExpandEnvironmentVariables ExtractFileDrive ExtractFileExt ExtractFileName ExtractFilePath ExtractParams FileExists FileSize FindFile FindSubString FirmContext ForceDirectories Format FormatDate FormatNumeric FormatSQLDate FormatString FreeException GetComponent GetComponentLaunchParam GetConstant GetLastException GetReferenceRecord GetRefTypeByRefID GetTableID GetTempFolder IfThen In IndexOf InputDialog InputDialogEx InteractiveMode IsFileLocked IsGraphicFile IsNumeric Length LoadString LoadStringFmt LocalTimeToUTC LowerCase Max MessageBox MessageBoxEx MimeDecodeBinary MimeDecodeString MimeEncodeBinary MimeEncodeString Min MoneyInWords MoveFile NewID Now OpenFile Ord Precision Raise ReadCertificateFromFile ReadFile ReferenceCodeByID ReferenceNumber ReferenceRequisiteMode ReferenceRequisiteValue RegionDateSettings RegionNumberSettings RegionTimeSettings RegRead RegWrite RenameFile Replace Round SelectServerCode SelectSQL ServerDateTime SetConstant SetManagedFolderFieldsState ShowConstantsInputDialog ShowMessage Sleep Split SQL SQL2XLSTAB SQLProfilingSendReport StrToDate SubString SubStringCount SystemSetting Time TimeDiff Today Transliterate Trim UpperCase UserStatus UTCToLocalTime ValidateXML VarIsClear VarIsEmpty VarIsNull WorkTimeDiff WriteFile WriteFileEx WriteObjectHistory Анализ БазаДанных БлокЕсть БлокЕстьРасш БлокИнфо БлокСнять БлокСнятьРасш БлокУстановить Ввод ВводМеню ВедС ВедСпр ВерхняяГраницаМассива ВнешПрогр Восст ВременнаяПапка Время ВыборSQL ВыбратьЗапись ВыделитьСтр Вызвать Выполнить ВыпПрогр ГрафическийФайл ГруппаДополнительно ДатаВремяСерв ДеньНедели ДиалогДаНет ДлинаСтр ДобПодстр ЕПусто ЕслиТо ЕЧисло ЗамПодстр ЗаписьСправочника ЗначПоляСпр ИДТипСпр ИзвлечьДиск ИзвлечьИмяФайла ИзвлечьПуть ИзвлечьРасширение ИзмДат ИзменитьРазмерМассива ИзмеренийМассива ИмяОрг ИмяПоляСпр Индекс ИндикаторЗакрыть ИндикаторОткрыть ИндикаторШаг ИнтерактивныйРежим ИтогТблСпр КодВидВедСпр КодВидСпрПоИД КодПоAnalit КодСимвола КодСпр КолПодстр КолПроп КонМес Конст КонстЕсть КонстЗнач КонТран КопироватьФайл КопияСтр КПериод КСтрТблСпр Макс МаксСтрТблСпр Массив Меню МенюРасш Мин НаборДанныхНайтиРасш НаимВидСпр НаимПоAnalit НаимСпр НастроитьПереводыСтрок НачМес НачТран НижняяГраницаМассива НомерСпр НПериод Окно Окр Окружение ОтлИнфДобавить ОтлИнфУдалить Отчет ОтчетАнал ОтчетИнт ПапкаСуществует Пауза ПВыборSQL ПереименоватьФайл Переменные ПереместитьФайл Подстр ПоискПодстр ПоискСтр ПолучитьИДТаблицы ПользовательДополнительно ПользовательИД ПользовательИмя ПользовательСтатус Прервать ПроверитьПараметр ПроверитьПараметрЗнач ПроверитьУсловие РазбСтр РазнВремя РазнДат РазнДатаВремя РазнРабВремя РегУстВрем РегУстДат РегУстЧсл РедТекст РеестрЗапись РеестрСписокИменПарам РеестрЧтение РеквСпр РеквСпрПр Сегодня Сейчас Сервер СерверПроцессИД СертификатФайлСчитать СжПроб Символ СистемаДиректумКод СистемаИнформация СистемаКод Содержит СоединениеЗакрыть СоединениеОткрыть СоздатьДиалог СоздатьДиалогВыбораИзДвухСписков СоздатьДиалогВыбораПапки СоздатьДиалогОткрытияФайла СоздатьДиалогСохраненияФайла СоздатьЗапрос СоздатьИндикатор СоздатьИсключение СоздатьКэшированныйСправочник СоздатьМассив СоздатьНаборДанных СоздатьОбъект СоздатьОтчет СоздатьПапку СоздатьРедактор СоздатьСоединение СоздатьСписок СоздатьСписокСтрок СоздатьСправочник СоздатьСценарий СоздСпр СостСпр Сохр СохрСпр СписокСистем Спр Справочник СпрБлокЕсть СпрБлокСнять СпрБлокСнятьРасш СпрБлокУстановить СпрИзмНабДан СпрКод СпрНомер СпрОбновить СпрОткрыть СпрОтменить СпрПарам СпрПолеЗнач СпрПолеИмя СпрРекв СпрРеквВведЗн СпрРеквНовые СпрРеквПр СпрРеквПредЗн СпрРеквРежим СпрРеквТипТекст СпрСоздать СпрСост СпрСохранить СпрТблИтог СпрТблСтр СпрТблСтрКол СпрТблСтрМакс СпрТблСтрМин СпрТблСтрПред СпрТблСтрСлед СпрТблСтрСозд СпрТблСтрУд СпрТекПредст СпрУдалить СравнитьСтр СтрВерхРегистр СтрНижнРегистр СтрТблСпр СумПроп Сценарий СценарийПарам ТекВерсия ТекОрг Точн Тран Транслитерация УдалитьТаблицу УдалитьФайл УдСпр УдСтрТблСпр Уст УстановкиКонстант ФайлАтрибутСчитать ФайлАтрибутУстановить ФайлВремя ФайлВремяУстановить ФайлВыбрать ФайлЗанят ФайлЗаписать ФайлИскать ФайлКопировать ФайлМожноЧитать ФайлОткрыть ФайлПереименовать ФайлПерекодировать ФайлПереместить ФайлПросмотреть ФайлРазмер ФайлСоздать ФайлСсылкаСоздать ФайлСуществует ФайлСчитать ФайлУдалить ФмтSQLДат ФмтДат ФмтСтр ФмтЧсл Формат ЦМассивЭлемент ЦНаборДанныхРеквизит ЦПодстр \",vt=\"AltState Application CallType ComponentTokens CreatedJobs CreatedNotices ControlState DialogResult Dialogs EDocuments EDocumentVersionSource Folders GlobalIDs Job Jobs InputValue LookUpReference LookUpRequisiteNames LookUpSearch Object ParentComponent Processes References Requisite ReportName Reports Result Scripts Searches SelectedAttachments SelectedItems SelectMode Sender ServerEvents ServiceFactory ShiftState SubTask SystemDialogs Tasks Wizard Wizards Work ВызовСпособ ИмяОтчета РеквЗнач \",yt=\"IApplication IAccessRights IAccountRepository IAccountSelectionRestrictions IAction IActionList IAdministrationHistoryDescription IAnchors IApplication IArchiveInfo IAttachment IAttachmentList ICheckListBox ICheckPointedList IColumn IComponent IComponentDescription IComponentToken IComponentTokenFactory IComponentTokenInfo ICompRecordInfo IConnection IContents IControl IControlJob IControlJobInfo IControlList ICrypto ICrypto2 ICustomJob ICustomJobInfo ICustomListBox ICustomObjectWizardStep ICustomWork ICustomWorkInfo IDataSet IDataSetAccessInfo IDataSigner IDateCriterion IDateRequisite IDateRequisiteDescription IDateValue IDeaAccessRights IDeaObjectInfo IDevelopmentComponentLock IDialog IDialogFactory IDialogPickRequisiteItems IDialogsFactory IDICSFactory IDocRequisite IDocumentInfo IDualListDialog IECertificate IECertificateInfo IECertificates IEditControl IEditorForm IEdmsExplorer IEdmsObject IEdmsObjectDescription IEdmsObjectFactory IEdmsObjectInfo IEDocument IEDocumentAccessRights IEDocumentDescription IEDocumentEditor IEDocumentFactory IEDocumentInfo IEDocumentStorage IEDocumentVersion IEDocumentVersionListDialog IEDocumentVersionSource IEDocumentWizardStep IEDocVerSignature IEDocVersionState IEnabledMode IEncodeProvider IEncrypter IEvent IEventList IException IExternalEvents IExternalHandler IFactory IField IFileDialog IFolder IFolderDescription IFolderDialog IFolderFactory IFolderInfo IForEach IForm IFormTitle IFormWizardStep IGlobalIDFactory IGlobalIDInfo IGrid IHasher IHistoryDescription IHyperLinkControl IImageButton IImageControl IInnerPanel IInplaceHint IIntegerCriterion IIntegerList IIntegerRequisite IIntegerValue IISBLEditorForm IJob IJobDescription IJobFactory IJobForm IJobInfo ILabelControl ILargeIntegerCriterion ILargeIntegerRequisite ILargeIntegerValue ILicenseInfo ILifeCycleStage IList IListBox ILocalIDInfo ILocalization ILock IMemoryDataSet IMessagingFactory IMetadataRepository INotice INoticeInfo INumericCriterion INumericRequisite INumericValue IObject IObjectDescription IObjectImporter IObjectInfo IObserver IPanelGroup IPickCriterion IPickProperty IPickRequisite IPickRequisiteDescription IPickRequisiteItem IPickRequisiteItems IPickValue IPrivilege IPrivilegeList IProcess IProcessFactory IProcessMessage IProgress IProperty IPropertyChangeEvent IQuery IReference IReferenceCriterion IReferenceEnabledMode IReferenceFactory IReferenceHistoryDescription IReferenceInfo IReferenceRecordCardWizardStep IReferenceRequisiteDescription IReferencesFactory IReferenceValue IRefRequisite IReport IReportFactory IRequisite IRequisiteDescription IRequisiteDescriptionList IRequisiteFactory IRichEdit IRouteStep IRule IRuleList ISchemeBlock IScript IScriptFactory ISearchCriteria ISearchCriterion ISearchDescription ISearchFactory ISearchFolderInfo ISearchForObjectDescription ISearchResultRestrictions ISecuredContext ISelectDialog IServerEvent IServerEventFactory IServiceDialog IServiceFactory ISignature ISignProvider ISignProvider2 ISignProvider3 ISimpleCriterion IStringCriterion IStringList IStringRequisite IStringRequisiteDescription IStringValue ISystemDialogsFactory ISystemInfo ITabSheet ITask ITaskAbortReasonInfo ITaskCardWizardStep ITaskDescription ITaskFactory ITaskInfo ITaskRoute ITextCriterion ITextRequisite ITextValue ITreeListSelectDialog IUser IUserList IValue IView IWebBrowserControl IWizard IWizardAction IWizardFactory IWizardFormElement IWizardParam IWizardPickParam IWizardReferenceParam IWizardStep IWorkAccessRights IWorkDescription IWorkflowAskableParam IWorkflowAskableParams IWorkflowBlock IWorkflowBlockResult IWorkflowEnabledMode IWorkflowParam IWorkflowPickParam IWorkflowReferenceParam IWorkState IWorkTreeCustomNode IWorkTreeJobNode IWorkTreeTaskNode IXMLEditorForm SBCrypto \",Rt=G+Tt,Nt=vt,Ot=\"null true false nil \",At={className:\"number\",begin:e.NUMBER_RE,relevance:0},It={className:\"string\",variants:[{begin:'\"',end:'\"'},{begin:\"'\",end:\"'\"}]},Dt={className:\"doctag\",begin:\"\\\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\\\b\",relevance:0},wt={className:\"comment\",begin:\"//\",end:\"$\",relevance:0,contains:[e.PHRASAL_WORDS_MODE,Dt]},xt={className:\"comment\",begin:\"/\\\\*\",end:\"\\\\*/\",relevance:0,contains:[e.PHRASAL_WORDS_MODE,Dt]},Mt={variants:[wt,xt]},kt={$pattern:t,keyword:i,built_in:Rt,class:Nt,literal:Ot},Lt={begin:\"\\\\.\\\\s*\"+e.UNDERSCORE_IDENT_RE,keywords:kt,relevance:0},Pt={className:\"type\",begin:\":[ \\\\t]*(\"+yt.trim().replace(/\\s/g,\"|\")+\")\",end:\"[ \\\\t]*=\",excludeEnd:!0},Ft={className:\"variable\",keywords:kt,begin:t,relevance:0,contains:[Pt,Lt]},Ut=n+\"\\\\(\",Bt={className:\"title\",keywords:{$pattern:t,built_in:Ct},begin:Ut,end:\"\\\\(\",returnBegin:!0,excludeEnd:!0},Gt={className:\"function\",begin:Ut,end:\"\\\\)$\",returnBegin:!0,keywords:kt,illegal:\"[\\\\[\\\\]\\\\|\\\\$\\\\?%,~#@]\",contains:[Bt,Lt,Ft,It,At,Mt]};return{name:\"ISBL\",case_insensitive:!0,keywords:kt,illegal:\"\\\\$|\\\\?|%|,|;$|~|#|@|</\",contains:[Gt,Pt,Lt,Ft,It,At,Mt]}}e.exports=n},bb4a:function(e,t,n){\"use strict\";var i=/\\+-|\\.\\.|\\?\\?\\?\\?|!!!!|,,|--/,a=/\\((c|tm|r)\\)/i,r=/\\((c|tm|r)\\)/gi,s={c:\"©\",r:\"®\",tm:\"™\"};function o(e,t){return s[t.toLowerCase()]}function l(e){var t,n,i=0;for(t=e.length-1;t>=0;t--)n=e[t],\"text\"!==n.type||i||(n.content=n.content.replace(r,o)),\"link_open\"===n.type&&\"auto\"===n.info&&i--,\"link_close\"===n.type&&\"auto\"===n.info&&i++}function c(e){var t,n,a=0;for(t=e.length-1;t>=0;t--)n=e[t],\"text\"!==n.type||a||i.test(n.content)&&(n.content=n.content.replace(/\\+-/g,\"±\").replace(/\\.{2,}/g,\"…\").replace(/([?!])…/g,\"$1..\").replace(/([?!]){4,}/g,\"$1$1$1\").replace(/,{2,}/g,\",\").replace(/(^|[^-])---(?=[^-]|$)/gm,\"$1—\").replace(/(^|\\s)--(?=\\s|$)/gm,\"$1–\").replace(/(^|[^-\\s])--(?=[^-\\s]|$)/gm,\"$1–\")),\"link_open\"===n.type&&\"auto\"===n.info&&a--,\"link_close\"===n.type&&\"auto\"===n.info&&a++}e.exports=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)\"inline\"===e.tokens[t].type&&(a.test(e.tokens[t].content)&&l(e.tokens[t].children),i.test(e.tokens[t].content)&&c(e.tokens[t].children))}},bb76:function(e,t){function n(e){const t=e.regex,n=/[_A-Za-z][_0-9A-Za-z]*/;return{name:\"GraphQL\",aliases:[\"gql\"],case_insensitive:!0,disableAutodetect:!1,keywords:{keyword:[\"query\",\"mutation\",\"subscription\",\"type\",\"input\",\"schema\",\"directive\",\"interface\",\"union\",\"scalar\",\"fragment\",\"enum\",\"on\"],literal:[\"true\",\"false\",\"null\"]},contains:[e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE,{scope:\"punctuation\",match:/[.]{3}/,relevance:0},{scope:\"punctuation\",begin:/[\\!\\(\\)\\:\\=\\[\\]\\{\\|\\}]{1}/,relevance:0},{scope:\"variable\",begin:/\\$/,end:/\\W/,excludeEnd:!0,relevance:0},{scope:\"meta\",match:/@\\w+/,excludeEnd:!0},{scope:\"symbol\",begin:t.concat(n,t.lookahead(/\\s*:/)),relevance:0}],illegal:[/[;<']/,/BEGIN/]}}e.exports=n},bb7e:function(e,t){function n(e){return{name:\"MEL\",keywords:\"int float string vector matrix if else switch case default while do for in break continue global proc return about abs addAttr addAttributeEditorNodeHelp addDynamic addNewShelfTab addPP addPanelCategory addPrefixToName advanceToNextDrivenKey affectedNet affects aimConstraint air alias aliasAttr align alignCtx alignCurve alignSurface allViewFit ambientLight angle angleBetween animCone animCurveEditor animDisplay animView annotate appendStringArray applicationName applyAttrPreset applyTake arcLenDimContext arcLengthDimension arclen arrayMapper art3dPaintCtx artAttrCtx artAttrPaintVertexCtx artAttrSkinPaintCtx artAttrTool artBuildPaintMenu artFluidAttrCtx artPuttyCtx artSelectCtx artSetPaintCtx artUserPaintCtx assignCommand assignInputDevice assignViewportFactories attachCurve attachDeviceAttr attachSurface attrColorSliderGrp attrCompatibility attrControlGrp attrEnumOptionMenu attrEnumOptionMenuGrp attrFieldGrp attrFieldSliderGrp attrNavigationControlGrp attrPresetEditWin attributeExists attributeInfo attributeMenu attributeQuery autoKeyframe autoPlace bakeClip bakeFluidShading bakePartialHistory bakeResults bakeSimulation basename basenameEx batchRender bessel bevel bevelPlus binMembership bindSkin blend2 blendShape blendShapeEditor blendShapePanel blendTwoAttr blindDataType boneLattice boundary boxDollyCtx boxZoomCtx bufferCurve buildBookmarkMenu buildKeyframeMenu button buttonManip CBG cacheFile cacheFileCombine cacheFileMerge cacheFileTrack camera cameraView canCreateManip canvas capitalizeString catch catchQuiet ceil changeSubdivComponentDisplayLevel changeSubdivRegion channelBox character characterMap characterOutlineEditor characterize chdir checkBox checkBoxGrp checkDefaultRenderGlobals choice circle circularFillet clamp clear clearCache clip clipEditor clipEditorCurrentTimeCtx clipSchedule clipSchedulerOutliner clipTrimBefore closeCurve closeSurface cluster cmdFileOutput cmdScrollFieldExecuter cmdScrollFieldReporter cmdShell coarsenSubdivSelectionList collision color colorAtPoint colorEditor colorIndex colorIndexSliderGrp colorSliderButtonGrp colorSliderGrp columnLayout commandEcho commandLine commandPort compactHairSystem componentEditor compositingInterop computePolysetVolume condition cone confirmDialog connectAttr connectControl connectDynamic connectJoint connectionInfo constrain constrainValue constructionHistory container containsMultibyte contextInfo control convertFromOldLayers convertIffToPsd convertLightmap convertSolidTx convertTessellation convertUnit copyArray copyFlexor copyKey copySkinWeights cos cpButton cpCache cpClothSet cpCollision cpConstraint cpConvClothToMesh cpForces cpGetSolverAttr cpPanel cpProperty cpRigidCollisionFilter cpSeam cpSetEdit cpSetSolverAttr cpSolver cpSolverTypes cpTool cpUpdateClothUVs createDisplayLayer createDrawCtx createEditor createLayeredPsdFile createMotionField createNewShelf createNode createRenderLayer createSubdivRegion cross crossProduct ctxAbort ctxCompletion ctxEditMode ctxTraverse currentCtx currentTime currentTimeCtx currentUnit curve curveAddPtCtx curveCVCtx curveEPCtx curveEditorCtx curveIntersect curveMoveEPCtx curveOnSurface curveSketchCtx cutKey cycleCheck cylinder dagPose date defaultLightListCheckBox defaultNavigation defineDataServer defineVirtualDevice deformer deg_to_rad delete deleteAttr deleteShadingGroupsAndMaterials deleteShelfTab deleteUI deleteUnusedBrushes delrandstr detachCurve detachDeviceAttr detachSurface deviceEditor devicePanel dgInfo dgdirty dgeval dgtimer dimWhen directKeyCtx directionalLight dirmap dirname disable disconnectAttr disconnectJoint diskCache displacementToPoly displayAffected displayColor displayCull displayLevelOfDetail displayPref displayRGBColor displaySmoothness displayStats displayString displaySurface distanceDimContext distanceDimension doBlur dolly dollyCtx dopeSheetEditor dot dotProduct doubleProfileBirailSurface drag dragAttrContext draggerContext dropoffLocator duplicate duplicateCurve duplicateSurface dynCache dynControl dynExport dynExpression dynGlobals dynPaintEditor dynParticleCtx dynPref dynRelEdPanel dynRelEditor dynamicLoad editAttrLimits editDisplayLayerGlobals editDisplayLayerMembers editRenderLayerAdjustment editRenderLayerGlobals editRenderLayerMembers editor editorTemplate effector emit emitter enableDevice encodeString endString endsWith env equivalent equivalentTol erf error eval evalDeferred evalEcho event exactWorldBoundingBox exclusiveLightCheckBox exec executeForEachObject exists exp expression expressionEditorListen extendCurve extendSurface extrude fcheck fclose feof fflush fgetline fgetword file fileBrowserDialog fileDialog fileExtension fileInfo filetest filletCurve filter filterCurve filterExpand filterStudioImport findAllIntersections findAnimCurves findKeyframe findMenuItem findRelatedSkinCluster finder firstParentOf fitBspline flexor floatEq floatField floatFieldGrp floatScrollBar floatSlider floatSlider2 floatSliderButtonGrp floatSliderGrp floor flow fluidCacheInfo fluidEmitter fluidVoxelInfo flushUndo fmod fontDialog fopen formLayout format fprint frameLayout fread freeFormFillet frewind fromNativePath fwrite gamma gauss geometryConstraint getApplicationVersionAsFloat getAttr getClassification getDefaultBrush getFileList getFluidAttr getInputDeviceRange getMayaPanelTypes getModifiers getPanel getParticleAttr getPluginResource getenv getpid glRender glRenderEditor globalStitch gmatch goal gotoBindPose grabColor gradientControl gradientControlNoAttr graphDollyCtx graphSelectContext graphTrackCtx gravity grid gridLayout group groupObjectsByName HfAddAttractorToAS HfAssignAS HfBuildEqualMap HfBuildFurFiles HfBuildFurImages HfCancelAFR HfConnectASToHF HfCreateAttractor HfDeleteAS HfEditAS HfPerformCreateAS HfRemoveAttractorFromAS HfSelectAttached HfSelectAttractors HfUnAssignAS hardenPointCurve hardware hardwareRenderPanel headsUpDisplay headsUpMessage help helpLine hermite hide hilite hitTest hotBox hotkey hotkeyCheck hsv_to_rgb hudButton hudSlider hudSliderButton hwReflectionMap hwRender hwRenderLoad hyperGraph hyperPanel hyperShade hypot iconTextButton iconTextCheckBox iconTextRadioButton iconTextRadioCollection iconTextScrollList iconTextStaticLabel ikHandle ikHandleCtx ikHandleDisplayScale ikSolver ikSplineHandleCtx ikSystem ikSystemInfo ikfkDisplayMethod illustratorCurves image imfPlugins inheritTransform insertJoint insertJointCtx insertKeyCtx insertKnotCurve insertKnotSurface instance instanceable instancer intField intFieldGrp intScrollBar intSlider intSliderGrp interToUI internalVar intersect iprEngine isAnimCurve isConnected isDirty isParentOf isSameObject isTrue isValidObjectName isValidString isValidUiName isolateSelect itemFilter itemFilterAttr itemFilterRender itemFilterType joint jointCluster jointCtx jointDisplayScale jointLattice keyTangent keyframe keyframeOutliner keyframeRegionCurrentTimeCtx keyframeRegionDirectKeyCtx keyframeRegionDollyCtx keyframeRegionInsertKeyCtx keyframeRegionMoveKeyCtx keyframeRegionScaleKeyCtx keyframeRegionSelectKeyCtx keyframeRegionSetKeyCtx keyframeRegionTrackCtx keyframeStats lassoContext lattice latticeDeformKeyCtx launch launchImageEditor layerButton layeredShaderPort layeredTexturePort layout layoutDialog lightList lightListEditor lightListPanel lightlink lineIntersection linearPrecision linstep listAnimatable listAttr listCameras listConnections listDeviceAttachments listHistory listInputDeviceAxes listInputDeviceButtons listInputDevices listMenuAnnotation listNodeTypes listPanelCategories listRelatives listSets listTransforms listUnselected listerEditor loadFluid loadNewShelf loadPlugin loadPluginLanguageResources loadPrefObjects localizedPanelLabel lockNode loft log longNameOf lookThru ls lsThroughFilter lsType lsUI Mayatomr mag makeIdentity makeLive makePaintable makeRoll makeSingleSurface makeTubeOn makebot manipMoveContext manipMoveLimitsCtx manipOptions manipRotateContext manipRotateLimitsCtx manipScaleContext manipScaleLimitsCtx marker match max memory menu menuBarLayout menuEditor menuItem menuItemToShelf menuSet menuSetPref messageLine min minimizeApp mirrorJoint modelCurrentTimeCtx modelEditor modelPanel mouse movIn movOut move moveIKtoFK moveKeyCtx moveVertexAlongDirection multiProfileBirailSurface mute nParticle nameCommand nameField namespace namespaceInfo newPanelItems newton nodeCast nodeIconButton nodeOutliner nodePreset nodeType noise nonLinear normalConstraint normalize nurbsBoolean nurbsCopyUVSet nurbsCube nurbsEditUV nurbsPlane nurbsSelect nurbsSquare nurbsToPoly nurbsToPolygonsPref nurbsToSubdiv nurbsToSubdivPref nurbsUVSet nurbsViewDirectionVector objExists objectCenter objectLayer objectType objectTypeUI obsoleteProc oceanNurbsPreviewPlane offsetCurve offsetCurveOnSurface offsetSurface openGLExtension openMayaPref optionMenu optionMenuGrp optionVar orbit orbitCtx orientConstraint outlinerEditor outlinerPanel overrideModifier paintEffectsDisplay pairBlend palettePort paneLayout panel panelConfiguration panelHistory paramDimContext paramDimension paramLocator parent parentConstraint particle particleExists particleInstancer particleRenderInfo partition pasteKey pathAnimation pause pclose percent performanceOptions pfxstrokes pickWalk picture pixelMove planarSrf plane play playbackOptions playblast plugAttr plugNode pluginInfo pluginResourceUtil pointConstraint pointCurveConstraint pointLight pointMatrixMult pointOnCurve pointOnSurface pointPosition poleVectorConstraint polyAppend polyAppendFacetCtx polyAppendVertex polyAutoProjection polyAverageNormal polyAverageVertex polyBevel polyBlendColor polyBlindData polyBoolOp polyBridgeEdge polyCacheMonitor polyCheck polyChipOff polyClipboard polyCloseBorder polyCollapseEdge polyCollapseFacet polyColorBlindData polyColorDel polyColorPerVertex polyColorSet polyCompare polyCone polyCopyUV polyCrease polyCreaseCtx polyCreateFacet polyCreateFacetCtx polyCube polyCut polyCutCtx polyCylinder polyCylindricalProjection polyDelEdge polyDelFacet polyDelVertex polyDuplicateAndConnect polyDuplicateEdge polyEditUV polyEditUVShell polyEvaluate polyExtrudeEdge polyExtrudeFacet polyExtrudeVertex polyFlipEdge polyFlipUV polyForceUV polyGeoSampler polyHelix polyInfo polyInstallAction polyLayoutUV polyListComponentConversion polyMapCut polyMapDel polyMapSew polyMapSewMove polyMergeEdge polyMergeEdgeCtx polyMergeFacet polyMergeFacetCtx polyMergeUV polyMergeVertex polyMirrorFace polyMoveEdge polyMoveFacet polyMoveFacetUV polyMoveUV polyMoveVertex polyNormal polyNormalPerVertex polyNormalizeUV polyOptUvs polyOptions polyOutput polyPipe polyPlanarProjection polyPlane polyPlatonicSolid polyPoke polyPrimitive polyPrism polyProjection polyPyramid polyQuad polyQueryBlindData polyReduce polySelect polySelectConstraint polySelectConstraintMonitor polySelectCtx polySelectEditCtx polySeparate polySetToFaceNormal polySewEdge polyShortestPathCtx polySmooth polySoftEdge polySphere polySphericalProjection polySplit polySplitCtx polySplitEdge polySplitRing polySplitVertex polyStraightenUVBorder polySubdivideEdge polySubdivideFacet polyToSubdiv polyTorus polyTransfer polyTriangulate polyUVSet polyUnite polyWedgeFace popen popupMenu pose pow preloadRefEd print progressBar progressWindow projFileViewer projectCurve projectTangent projectionContext projectionManip promptDialog propModCtx propMove psdChannelOutliner psdEditTextureFile psdExport psdTextureFile putenv pwd python querySubdiv quit rad_to_deg radial radioButton radioButtonGrp radioCollection radioMenuItemCollection rampColorPort rand randomizeFollicles randstate rangeControl readTake rebuildCurve rebuildSurface recordAttr recordDevice redo reference referenceEdit referenceQuery refineSubdivSelectionList refresh refreshAE registerPluginResource rehash reloadImage removeJoint removeMultiInstance removePanelCategory rename renameAttr renameSelectionList renameUI render renderGlobalsNode renderInfo renderLayerButton renderLayerParent renderLayerPostProcess renderLayerUnparent renderManip renderPartition renderQualityNode renderSettings renderThumbnailUpdate renderWindowEditor renderWindowSelectContext renderer reorder reorderDeformers requires reroot resampleFluid resetAE resetPfxToPolyCamera resetTool resolutionNode retarget reverseCurve reverseSurface revolve rgb_to_hsv rigidBody rigidSolver roll rollCtx rootOf rot rotate rotationInterpolation roundConstantRadius rowColumnLayout rowLayout runTimeCommand runup sampleImage saveAllShelves saveAttrPreset saveFluid saveImage saveInitialState saveMenu savePrefObjects savePrefs saveShelf saveToolSettings scale scaleBrushBrightness scaleComponents scaleConstraint scaleKey scaleKeyCtx sceneEditor sceneUIReplacement scmh scriptCtx scriptEditorInfo scriptJob scriptNode scriptTable scriptToShelf scriptedPanel scriptedPanelType scrollField scrollLayout sculpt searchPathArray seed selLoadSettings select selectContext selectCurveCV selectKey selectKeyCtx selectKeyframeRegionCtx selectMode selectPref selectPriority selectType selectedNodes selectionConnection separator setAttr setAttrEnumResource setAttrMapping setAttrNiceNameResource setConstraintRestPosition setDefaultShadingGroup setDrivenKeyframe setDynamic setEditCtx setEditor setFluidAttr setFocus setInfinity setInputDeviceMapping setKeyCtx setKeyPath setKeyframe setKeyframeBlendshapeTargetWts setMenuMode setNodeNiceNameResource setNodeTypeFlag setParent setParticleAttr setPfxToPolyCamera setPluginResource setProject setStampDensity setStartupMessage setState setToolTo setUITemplate setXformManip sets shadingConnection shadingGeometryRelCtx shadingLightRelCtx shadingNetworkCompare shadingNode shapeCompare shelfButton shelfLayout shelfTabLayout shellField shortNameOf showHelp showHidden showManipCtx showSelectionInTitle showShadingGroupAttrEditor showWindow sign simplify sin singleProfileBirailSurface size sizeBytes skinCluster skinPercent smoothCurve smoothTangentSurface smoothstep snap2to2 snapKey snapMode snapTogetherCtx snapshot soft softMod softModCtx sort sound soundControl source spaceLocator sphere sphrand spotLight spotLightPreviewPort spreadSheetEditor spring sqrt squareSurface srtContext stackTrace startString startsWith stitchAndExplodeShell stitchSurface stitchSurfacePoints strcmp stringArrayCatenate stringArrayContains stringArrayCount stringArrayInsertAtIndex stringArrayIntersector stringArrayRemove stringArrayRemoveAtIndex stringArrayRemoveDuplicates stringArrayRemoveExact stringArrayToString stringToStringArray strip stripPrefixFromName stroke subdAutoProjection subdCleanTopology subdCollapse subdDuplicateAndConnect subdEditUV subdListComponentConversion subdMapCut subdMapSewMove subdMatchTopology subdMirror subdToBlind subdToPoly subdTransferUVsToCache subdiv subdivCrease subdivDisplaySmoothness substitute substituteAllString substituteGeometry substring surface surfaceSampler surfaceShaderList swatchDisplayPort switchTable symbolButton symbolCheckBox sysFile system tabLayout tan tangentConstraint texLatticeDeformContext texManipContext texMoveContext texMoveUVShellContext texRotateContext texScaleContext texSelectContext texSelectShortestPathCtx texSmudgeUVContext texWinToolCtx text textCurves textField textFieldButtonGrp textFieldGrp textManip textScrollList textToShelf textureDisplacePlane textureHairColor texturePlacementContext textureWindow threadCount threePointArcCtx timeControl timePort timerX toNativePath toggle toggleAxis toggleWindowVisibility tokenize tokenizeList tolerance tolower toolButton toolCollection toolDropped toolHasOptions toolPropertyWindow torus toupper trace track trackCtx transferAttributes transformCompare transformLimits translator trim trunc truncateFluidCache truncateHairCache tumble tumbleCtx turbulence twoPointArcCtx uiRes uiTemplate unassignInputDevice undo undoInfo ungroup uniform unit unloadPlugin untangleUV untitledFileName untrim upAxis updateAE userCtx uvLink uvSnapshot validateShelfName vectorize view2dToolCtx viewCamera viewClipPlane viewFit viewHeadOn viewLookAt viewManip viewPlace viewSet visor volumeAxis vortex waitCursor warning webBrowser webBrowserPrefs whatIs window windowPref wire wireContext workspace wrinkle wrinkleContext writeTake xbmLangPathList xform\",illegal:\"</\",contains:[e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:\"string\",begin:\"`\",end:\"`\",contains:[e.BACKSLASH_ESCAPE]},{begin:/[$%@](\\^\\w\\b|#\\w+|[^\\s\\w{]|\\{\\w+\\}|\\w+)/},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}e.exports=n},bd68:function(e,t,n){\"use strict\";e.exports=n(\"c560\")},bd88:function(e,t){const n=e=>({IMPORTANT:{scope:\"meta\",begin:\"!important\"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:\"number\",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\\b/},FUNCTION_DISPATCH:{className:\"built_in\",begin:/[\\w-]+(?=\\()/},ATTRIBUTE_SELECTOR_MODE:{scope:\"selector-attr\",begin:/\\[/,end:/\\]/,illegal:\"$\",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:\"number\",begin:e.NUMBER_RE+\"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?\",relevance:0},CSS_VARIABLE:{className:\"attr\",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),i=[\"a\",\"abbr\",\"address\",\"article\",\"aside\",\"audio\",\"b\",\"blockquote\",\"body\",\"button\",\"canvas\",\"caption\",\"cite\",\"code\",\"dd\",\"del\",\"details\",\"dfn\",\"div\",\"dl\",\"dt\",\"em\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"header\",\"hgroup\",\"html\",\"i\",\"iframe\",\"img\",\"input\",\"ins\",\"kbd\",\"label\",\"legend\",\"li\",\"main\",\"mark\",\"menu\",\"nav\",\"object\",\"ol\",\"p\",\"q\",\"quote\",\"samp\",\"section\",\"span\",\"strong\",\"summary\",\"sup\",\"table\",\"tbody\",\"td\",\"textarea\",\"tfoot\",\"th\",\"thead\",\"time\",\"tr\",\"ul\",\"var\",\"video\"],a=[\"any-hover\",\"any-pointer\",\"aspect-ratio\",\"color\",\"color-gamut\",\"color-index\",\"device-aspect-ratio\",\"device-height\",\"device-width\",\"display-mode\",\"forced-colors\",\"grid\",\"height\",\"hover\",\"inverted-colors\",\"monochrome\",\"orientation\",\"overflow-block\",\"overflow-inline\",\"pointer\",\"prefers-color-scheme\",\"prefers-contrast\",\"prefers-reduced-motion\",\"prefers-reduced-transparency\",\"resolution\",\"scan\",\"scripting\",\"update\",\"width\",\"min-width\",\"max-width\",\"min-height\",\"max-height\"],r=[\"active\",\"any-link\",\"blank\",\"checked\",\"current\",\"default\",\"defined\",\"dir\",\"disabled\",\"drop\",\"empty\",\"enabled\",\"first\",\"first-child\",\"first-of-type\",\"fullscreen\",\"future\",\"focus\",\"focus-visible\",\"focus-within\",\"has\",\"host\",\"host-context\",\"hover\",\"indeterminate\",\"in-range\",\"invalid\",\"is\",\"lang\",\"last-child\",\"last-of-type\",\"left\",\"link\",\"local-link\",\"not\",\"nth-child\",\"nth-col\",\"nth-last-child\",\"nth-last-col\",\"nth-last-of-type\",\"nth-of-type\",\"only-child\",\"only-of-type\",\"optional\",\"out-of-range\",\"past\",\"placeholder-shown\",\"read-only\",\"read-write\",\"required\",\"right\",\"root\",\"scope\",\"target\",\"target-within\",\"user-invalid\",\"valid\",\"visited\",\"where\"],s=[\"after\",\"backdrop\",\"before\",\"cue\",\"cue-region\",\"first-letter\",\"first-line\",\"grammar-error\",\"marker\",\"part\",\"placeholder\",\"selection\",\"slotted\",\"spelling-error\"],o=[\"align-content\",\"align-items\",\"align-self\",\"all\",\"animation\",\"animation-delay\",\"animation-direction\",\"animation-duration\",\"animation-fill-mode\",\"animation-iteration-count\",\"animation-name\",\"animation-play-state\",\"animation-timing-function\",\"backface-visibility\",\"background\",\"background-attachment\",\"background-blend-mode\",\"background-clip\",\"background-color\",\"background-image\",\"background-origin\",\"background-position\",\"background-repeat\",\"background-size\",\"block-size\",\"border\",\"border-block\",\"border-block-color\",\"border-block-end\",\"border-block-end-color\",\"border-block-end-style\",\"border-block-end-width\",\"border-block-start\",\"border-block-start-color\",\"border-block-start-style\",\"border-block-start-width\",\"border-block-style\",\"border-block-width\",\"border-bottom\",\"border-bottom-color\",\"border-bottom-left-radius\",\"border-bottom-right-radius\",\"border-bottom-style\",\"border-bottom-width\",\"border-collapse\",\"border-color\",\"border-image\",\"border-image-outset\",\"border-image-repeat\",\"border-image-slice\",\"border-image-source\",\"border-image-width\",\"border-inline\",\"border-inline-color\",\"border-inline-end\",\"border-inline-end-color\",\"border-inline-end-style\",\"border-inline-end-width\",\"border-inline-start\",\"border-inline-start-color\",\"border-inline-start-style\",\"border-inline-start-width\",\"border-inline-style\",\"border-inline-width\",\"border-left\",\"border-left-color\",\"border-left-style\",\"border-left-width\",\"border-radius\",\"border-right\",\"border-right-color\",\"border-right-style\",\"border-right-width\",\"border-spacing\",\"border-style\",\"border-top\",\"border-top-color\",\"border-top-left-radius\",\"border-top-right-radius\",\"border-top-style\",\"border-top-width\",\"border-width\",\"bottom\",\"box-decoration-break\",\"box-shadow\",\"box-sizing\",\"break-after\",\"break-before\",\"break-inside\",\"caption-side\",\"caret-color\",\"clear\",\"clip\",\"clip-path\",\"clip-rule\",\"color\",\"column-count\",\"column-fill\",\"column-gap\",\"column-rule\",\"column-rule-color\",\"column-rule-style\",\"column-rule-width\",\"column-span\",\"column-width\",\"columns\",\"contain\",\"content\",\"content-visibility\",\"counter-increment\",\"counter-reset\",\"cue\",\"cue-after\",\"cue-before\",\"cursor\",\"direction\",\"display\",\"empty-cells\",\"filter\",\"flex\",\"flex-basis\",\"flex-direction\",\"flex-flow\",\"flex-grow\",\"flex-shrink\",\"flex-wrap\",\"float\",\"flow\",\"font\",\"font-display\",\"font-family\",\"font-feature-settings\",\"font-kerning\",\"font-language-override\",\"font-size\",\"font-size-adjust\",\"font-smoothing\",\"font-stretch\",\"font-style\",\"font-synthesis\",\"font-variant\",\"font-variant-caps\",\"font-variant-east-asian\",\"font-variant-ligatures\",\"font-variant-numeric\",\"font-variant-position\",\"font-variation-settings\",\"font-weight\",\"gap\",\"glyph-orientation-vertical\",\"grid\",\"grid-area\",\"grid-auto-columns\",\"grid-auto-flow\",\"grid-auto-rows\",\"grid-column\",\"grid-column-end\",\"grid-column-start\",\"grid-gap\",\"grid-row\",\"grid-row-end\",\"grid-row-start\",\"grid-template\",\"grid-template-areas\",\"grid-template-columns\",\"grid-template-rows\",\"hanging-punctuation\",\"height\",\"hyphens\",\"icon\",\"image-orientation\",\"image-rendering\",\"image-resolution\",\"ime-mode\",\"inline-size\",\"isolation\",\"justify-content\",\"left\",\"letter-spacing\",\"line-break\",\"line-height\",\"list-style\",\"list-style-image\",\"list-style-position\",\"list-style-type\",\"margin\",\"margin-block\",\"margin-block-end\",\"margin-block-start\",\"margin-bottom\",\"margin-inline\",\"margin-inline-end\",\"margin-inline-start\",\"margin-left\",\"margin-right\",\"margin-top\",\"marks\",\"mask\",\"mask-border\",\"mask-border-mode\",\"mask-border-outset\",\"mask-border-repeat\",\"mask-border-slice\",\"mask-border-source\",\"mask-border-width\",\"mask-clip\",\"mask-composite\",\"mask-image\",\"mask-mode\",\"mask-origin\",\"mask-position\",\"mask-repeat\",\"mask-size\",\"mask-type\",\"max-block-size\",\"max-height\",\"max-inline-size\",\"max-width\",\"min-block-size\",\"min-height\",\"min-inline-size\",\"min-width\",\"mix-blend-mode\",\"nav-down\",\"nav-index\",\"nav-left\",\"nav-right\",\"nav-up\",\"none\",\"normal\",\"object-fit\",\"object-position\",\"opacity\",\"order\",\"orphans\",\"outline\",\"outline-color\",\"outline-offset\",\"outline-style\",\"outline-width\",\"overflow\",\"overflow-wrap\",\"overflow-x\",\"overflow-y\",\"padding\",\"padding-block\",\"padding-block-end\",\"padding-block-start\",\"padding-bottom\",\"padding-inline\",\"padding-inline-end\",\"padding-inline-start\",\"padding-left\",\"padding-right\",\"padding-top\",\"page-break-after\",\"page-break-before\",\"page-break-inside\",\"pause\",\"pause-after\",\"pause-before\",\"perspective\",\"perspective-origin\",\"pointer-events\",\"position\",\"quotes\",\"resize\",\"rest\",\"rest-after\",\"rest-before\",\"right\",\"row-gap\",\"scroll-margin\",\"scroll-margin-block\",\"scroll-margin-block-end\",\"scroll-margin-block-start\",\"scroll-margin-bottom\",\"scroll-margin-inline\",\"scroll-margin-inline-end\",\"scroll-margin-inline-start\",\"scroll-margin-left\",\"scroll-margin-right\",\"scroll-margin-top\",\"scroll-padding\",\"scroll-padding-block\",\"scroll-padding-block-end\",\"scroll-padding-block-start\",\"scroll-padding-bottom\",\"scroll-padding-inline\",\"scroll-padding-inline-end\",\"scroll-padding-inline-start\",\"scroll-padding-left\",\"scroll-padding-right\",\"scroll-padding-top\",\"scroll-snap-align\",\"scroll-snap-stop\",\"scroll-snap-type\",\"scrollbar-color\",\"scrollbar-gutter\",\"scrollbar-width\",\"shape-image-threshold\",\"shape-margin\",\"shape-outside\",\"speak\",\"speak-as\",\"src\",\"tab-size\",\"table-layout\",\"text-align\",\"text-align-all\",\"text-align-last\",\"text-combine-upright\",\"text-decoration\",\"text-decoration-color\",\"text-decoration-line\",\"text-decoration-style\",\"text-emphasis\",\"text-emphasis-color\",\"text-emphasis-position\",\"text-emphasis-style\",\"text-indent\",\"text-justify\",\"text-orientation\",\"text-overflow\",\"text-rendering\",\"text-shadow\",\"text-transform\",\"text-underline-position\",\"top\",\"transform\",\"transform-box\",\"transform-origin\",\"transform-style\",\"transition\",\"transition-delay\",\"transition-duration\",\"transition-property\",\"transition-timing-function\",\"unicode-bidi\",\"vertical-align\",\"visibility\",\"voice-balance\",\"voice-duration\",\"voice-family\",\"voice-pitch\",\"voice-range\",\"voice-rate\",\"voice-stress\",\"voice-volume\",\"white-space\",\"widows\",\"width\",\"will-change\",\"word-break\",\"word-spacing\",\"word-wrap\",\"writing-mode\",\"z-index\"].reverse();function l(e){const t=n(e),l=\"and or not only\",c={className:\"variable\",begin:\"\\\\$\"+e.IDENT_RE},_=[\"charset\",\"css\",\"debug\",\"extend\",\"font-face\",\"for\",\"import\",\"include\",\"keyframes\",\"media\",\"mixin\",\"page\",\"warn\",\"while\"],d=\"(?=[.\\\\s\\\\n[:,(])\",u=[\"\\\\?\",\"(\\\\bReturn\\\\b)\",\"(\\\\bEnd\\\\b)\",\"(\\\\bend\\\\b)\",\"(\\\\bdef\\\\b)\",\";\",\"#\\\\s\",\"\\\\*\\\\s\",\"===\\\\s\",\"\\\\|\",\"%\"];return{name:\"Stylus\",aliases:[\"styl\"],case_insensitive:!1,keywords:\"if else for in\",illegal:\"(\"+u.join(\"|\")+\")\",contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,t.HEXCOLOR,{begin:\"\\\\.[a-zA-Z][a-zA-Z0-9_-]*\"+d,className:\"selector-class\"},{begin:\"#[a-zA-Z][a-zA-Z0-9_-]*\"+d,className:\"selector-id\"},{begin:\"\\\\b(\"+i.join(\"|\")+\")\"+d,className:\"selector-tag\"},{className:\"selector-pseudo\",begin:\"&?:(\"+r.join(\"|\")+\")\"+d},{className:\"selector-pseudo\",begin:\"&?:(:)?(\"+s.join(\"|\")+\")\"+d},t.ATTRIBUTE_SELECTOR_MODE,{className:\"keyword\",begin:/@media/,starts:{end:/[{;}]/,keywords:{$pattern:/[a-z-]+/,keyword:l,attribute:a.join(\" \")},contains:[t.CSS_NUMBER_MODE]}},{className:\"keyword\",begin:\"@((-(o|moz|ms|webkit)-)?(\"+_.join(\"|\")+\"))\\\\b\"},c,t.CSS_NUMBER_MODE,{className:\"function\",begin:\"^[a-zA-Z][a-zA-Z0-9_-]*\\\\(.*\\\\)\",illegal:\"[\\\\n]\",returnBegin:!0,contains:[{className:\"title\",begin:\"\\\\b[a-zA-Z][a-zA-Z0-9_-]*\"},{className:\"params\",begin:/\\(/,end:/\\)/,contains:[t.HEXCOLOR,c,e.APOS_STRING_MODE,t.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE]}]},t.CSS_VARIABLE,{className:\"attribute\",begin:\"\\\\b(\"+o.join(\"|\")+\")\\\\b\",starts:{end:/;|$/,contains:[t.HEXCOLOR,c,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,t.CSS_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t.IMPORTANT,t.FUNCTION_DISPATCH],illegal:/\\./,relevance:0}},t.FUNCTION_DISPATCH]}}e.exports=l},be03:function(e,t){var n=!0,i=!1,a=!1;function r(e,t,n){var i=e.attrIndex(t),a=[t,n];i<0?e.attrPush(a):e.attrs[i]=a}function s(e,t){for(var n=e[t].level-1,i=t-1;i>=0;i--)if(e[i].level===n)return i;return-1}function o(e,t){return p(e[t])&&m(e[t-1])&&g(e[t-2])&&h(e[t])}function l(e,t){if(e.children.unshift(c(e,t)),e.children[1].content=e.children[1].content.slice(3),e.content=e.content.slice(3),i)if(a){e.children.pop();var n=\"task-item-\"+Math.ceil(1e7*Math.random()-1e3);e.children[0].content=e.children[0].content.slice(0,-1)+' id=\"'+n+'\">',e.children.push(u(e.content,n,t))}else e.children.unshift(_(t)),e.children.push(d(t))}function c(e,t){var i=new t(\"html_inline\",\"\",0),a=n?' disabled=\"\" ':\"\";return 0===e.content.indexOf(\"[ ] \")?i.content='<input class=\"task-list-item-checkbox\"'+a+'type=\"checkbox\">':0!==e.content.indexOf(\"[x] \")&&0!==e.content.indexOf(\"[X] \")||(i.content='<input class=\"task-list-item-checkbox\" checked=\"\"'+a+'type=\"checkbox\">'),i}function _(e){var t=new e(\"html_inline\",\"\",0);return t.content=\"<label>\",t}function d(e){var t=new e(\"html_inline\",\"\",0);return t.content=\"</label>\",t}function u(e,t,n){var i=new n(\"html_inline\",\"\",0);return i.content='<label class=\"task-list-item-label\" for=\"'+t+'\">'+e+\"</label>\",i.attrs=[{for:t}],i}function p(e){return\"inline\"===e.type}function m(e){return\"paragraph_open\"===e.type}function g(e){return\"list_item_open\"===e.type}function h(e){return 0===e.content.indexOf(\"[ ] \")||0===e.content.indexOf(\"[x] \")||0===e.content.indexOf(\"[X] \")}e.exports=function(e,t){t&&(n=!t.enabled,i=!!t.label,a=!!t.labelAfter),e.core.ruler.after(\"inline\",\"github-task-lists\",(function(e){for(var t=e.tokens,i=2;i<t.length;i++)o(t,i)&&(l(t[i],e.Token),r(t[i-2],\"class\",\"task-list-item\"+(n?\"\":\" enabled\")),r(t[s(t,i-2)],\"class\",\"contains-task-list\"))}))}},bf2b:function(e,t,n){\"use strict\";e.exports=function(e,t,n,i){var a,r,s,o,l,c,_,d=!1,u=e.bMarks[t]+e.tShift[t],p=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(u+3>p)return!1;if(a=e.src.charCodeAt(u),126!==a&&96!==a)return!1;if(l=u,u=e.skipChars(u,a),r=u-l,r<3)return!1;if(_=e.src.slice(l,u),s=e.src.slice(u,p),96===a&&s.indexOf(String.fromCharCode(a))>=0)return!1;if(i)return!0;for(o=t;;){if(o++,o>=n)break;if(u=l=e.bMarks[o]+e.tShift[o],p=e.eMarks[o],u<p&&e.sCount[o]<e.blkIndent)break;if(e.src.charCodeAt(u)===a&&(!(e.sCount[o]-e.blkIndent>=4)&&(u=e.skipChars(u,a),!(u-l<r)&&(u=e.skipSpaces(u),!(u<p))))){d=!0;break}}return r=e.sCount[t],e.line=o+(d?1:0),c=e.push(\"fence\",\"code\",0),c.info=s,c.content=e.getLines(t+1,o,r,!0),c.markup=_,c.map=[t,e.line],!0}},c01d:function(e,t){function n(e){const t=e.regex,n=\"HTTP/(2|1\\\\.[01])\",i=/[A-Za-z][A-Za-z0-9-]*/,a={className:\"attribute\",begin:t.concat(\"^\",i,\"(?=\\\\:\\\\s)\"),starts:{contains:[{className:\"punctuation\",begin:/: /,relevance:0,starts:{end:\"$\",relevance:0}}]}},r=[a,{begin:\"\\\\n\\\\n\",starts:{subLanguage:[],endsWithParent:!0}}];return{name:\"HTTP\",aliases:[\"https\"],illegal:/\\S/,contains:[{begin:\"^(?=\"+n+\" \\\\d{3})\",end:/$/,contains:[{className:\"meta\",begin:n},{className:\"number\",begin:\"\\\\b\\\\d{3}\\\\b\"}],starts:{end:/\\b\\B/,illegal:/\\S/,contains:r}},{begin:\"(?=^[A-Z]+ (.*?) \"+n+\"$)\",end:/$/,contains:[{className:\"string\",begin:\" \",end:\" \",excludeBegin:!0,excludeEnd:!0},{className:\"meta\",begin:n},{className:\"keyword\",begin:\"[A-Z]+\"}],starts:{end:/\\b\\B/,illegal:/\\S/,contains:r}},e.inherit(a,{relevance:0})]}}e.exports=n},c22d:function(e,t){function n(e){return{name:\"HSP\",case_insensitive:!0,keywords:{$pattern:/[\\w._]+/,keyword:\"goto gosub return break repeat loop continue wait await dim sdim foreach dimtype dup dupptr end stop newmod delmod mref run exgoto on mcall assert logmes newlab resume yield onexit onerror onkey onclick oncmd exist delete mkdir chdir dirlist bload bsave bcopy memfile if else poke wpoke lpoke getstr chdpm memexpand memcpy memset notesel noteadd notedel noteload notesave randomize noteunsel noteget split strrep setease button chgdisp exec dialog mmload mmplay mmstop mci pset pget syscolor mes print title pos circle cls font sysfont objsize picload color palcolor palette redraw width gsel gcopy gzoom gmode bmpsave hsvcolor getkey listbox chkbox combox input mesbox buffer screen bgscr mouse objsel groll line clrobj boxf objprm objmode stick grect grotate gsquare gradf objimage objskip objenable celload celdiv celput newcom querycom delcom cnvstow comres axobj winobj sendmsg comevent comevarg sarrayconv callfunc cnvwtos comevdisp libptr system hspstat hspver stat cnt err strsize looplev sublev iparam wparam lparam refstr refdval int rnd strlen length length2 length3 length4 vartype gettime peek wpeek lpeek varptr varuse noteinfo instr abs limit getease str strmid strf getpath strtrim sin cos tan atan sqrt double absf expf logf limitf powf geteasef mousex mousey mousew hwnd hinstance hdc ginfo objinfo dirinfo sysinfo thismod __hspver__ __hsp30__ __date__ __time__ __line__ __file__ _debug __hspdef__ and or xor not screen_normal screen_palette screen_hide screen_fixedsize screen_tool screen_frame gmode_gdi gmode_mem gmode_rgb0 gmode_alpha gmode_rgb0alpha gmode_add gmode_sub gmode_pixela ginfo_mx ginfo_my ginfo_act ginfo_sel ginfo_wx1 ginfo_wy1 ginfo_wx2 ginfo_wy2 ginfo_vx ginfo_vy ginfo_sizex ginfo_sizey ginfo_winx ginfo_winy ginfo_mesx ginfo_mesy ginfo_r ginfo_g ginfo_b ginfo_paluse ginfo_dispx ginfo_dispy ginfo_cx ginfo_cy ginfo_intid ginfo_newid ginfo_sx ginfo_sy objinfo_mode objinfo_bmscr objinfo_hwnd notemax notesize dir_cur dir_exe dir_win dir_sys dir_cmdline dir_desktop dir_mydoc dir_tv font_normal font_bold font_italic font_underline font_strikeout font_antialias objmode_normal objmode_guifont objmode_usefont gsquare_grad msgothic msmincho do until while wend for next _break _continue switch case default swbreak swend ddim ldim alloc m_pi rad2deg deg2rad ease_linear ease_quad_in ease_quad_out ease_quad_inout ease_cubic_in ease_cubic_out ease_cubic_inout ease_quartic_in ease_quartic_out ease_quartic_inout ease_bounce_in ease_bounce_out ease_bounce_inout ease_shake_in ease_shake_out ease_shake_inout ease_loop\"},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{className:\"string\",begin:/\\{\"/,end:/\"\\}/,contains:[e.BACKSLASH_ESCAPE]},e.COMMENT(\";\",\"$\",{relevance:0}),{className:\"meta\",begin:\"#\",end:\"$\",keywords:{keyword:\"addion cfunc cmd cmpopt comfunc const defcfunc deffunc define else endif enum epack func global if ifdef ifndef include modcfunc modfunc modinit modterm module pack packopt regcmd runtime undef usecom uselib\"},contains:[e.inherit(e.QUOTE_STRING_MODE,{className:\"string\"}),e.NUMBER_MODE,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:\"symbol\",begin:\"^\\\\*(\\\\w+|@)\"},e.NUMBER_MODE,e.C_NUMBER_MODE]}}e.exports=n},c2d8:function(e,t,n){\"use strict\";var i=n(\"5706\").HTML_TAG_RE;function a(e){return/^<a[>\\s]/i.test(e)}function r(e){return/^<\\/a\\s*>/i.test(e)}function s(e){var t=32|e;return t>=97&&t<=122}e.exports=function(e,t){var n,o,l,c,_=e.pos;return!!e.md.options.html&&(l=e.posMax,!(60!==e.src.charCodeAt(_)||_+2>=l)&&(n=e.src.charCodeAt(_+1),!(33!==n&&63!==n&&47!==n&&!s(n))&&(o=e.src.slice(_).match(i),!!o&&(t||(c=e.push(\"html_inline\",\"\",0),c.content=e.src.slice(_,_+o[0].length),a(c.content)&&e.linkLevel++,r(c.content)&&e.linkLevel--),e.pos+=o[0].length,!0))))}},c464:function(e,t,n){\"use strict\";var i={};function a(e){var t,n,a=i[e];if(a)return a;for(a=i[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),/^[0-9a-z]$/i.test(n)?a.push(n):a.push(\"%\"+(\"0\"+t.toString(16).toUpperCase()).slice(-2));for(t=0;t<e.length;t++)a[e.charCodeAt(t)]=e[t];return a}function r(e,t,n){var i,s,o,l,c,_=\"\";for(\"string\"!==typeof t&&(n=t,t=r.defaultChars),\"undefined\"===typeof n&&(n=!0),c=a(t),i=0,s=e.length;i<s;i++)if(o=e.charCodeAt(i),n&&37===o&&i+2<s&&/^[0-9a-f]{2}$/i.test(e.slice(i+1,i+3)))_+=e.slice(i,i+3),i+=2;else if(o<128)_+=c[o];else if(o>=55296&&o<=57343){if(o>=55296&&o<=56319&&i+1<s&&(l=e.charCodeAt(i+1),l>=56320&&l<=57343)){_+=encodeURIComponent(e[i]+e[i+1]),i++;continue}_+=\"%EF%BF%BD\"}else _+=encodeURIComponent(e[i]);return _}r.defaultChars=\";/?:@&=+$,-_.!~*'()#\",r.componentChars=\"-_.!~*'()\",e.exports=r},c560:function(e){e.exports=JSON.parse('{\"Aacute\":\"Á\",\"aacute\":\"á\",\"Abreve\":\"Ă\",\"abreve\":\"ă\",\"ac\":\"∾\",\"acd\":\"∿\",\"acE\":\"∾̳\",\"Acirc\":\"Â\",\"acirc\":\"â\",\"acute\":\"´\",\"Acy\":\"А\",\"acy\":\"а\",\"AElig\":\"Æ\",\"aelig\":\"æ\",\"af\":\"⁡\",\"Afr\":\"𝔄\",\"afr\":\"𝔞\",\"Agrave\":\"À\",\"agrave\":\"à\",\"alefsym\":\"ℵ\",\"aleph\":\"ℵ\",\"Alpha\":\"Α\",\"alpha\":\"α\",\"Amacr\":\"Ā\",\"amacr\":\"ā\",\"amalg\":\"⨿\",\"amp\":\"&\",\"AMP\":\"&\",\"andand\":\"⩕\",\"And\":\"⩓\",\"and\":\"∧\",\"andd\":\"⩜\",\"andslope\":\"⩘\",\"andv\":\"⩚\",\"ang\":\"∠\",\"ange\":\"⦤\",\"angle\":\"∠\",\"angmsdaa\":\"⦨\",\"angmsdab\":\"⦩\",\"angmsdac\":\"⦪\",\"angmsdad\":\"⦫\",\"angmsdae\":\"⦬\",\"angmsdaf\":\"⦭\",\"angmsdag\":\"⦮\",\"angmsdah\":\"⦯\",\"angmsd\":\"∡\",\"angrt\":\"∟\",\"angrtvb\":\"⊾\",\"angrtvbd\":\"⦝\",\"angsph\":\"∢\",\"angst\":\"Å\",\"angzarr\":\"⍼\",\"Aogon\":\"Ą\",\"aogon\":\"ą\",\"Aopf\":\"𝔸\",\"aopf\":\"𝕒\",\"apacir\":\"⩯\",\"ap\":\"≈\",\"apE\":\"⩰\",\"ape\":\"≊\",\"apid\":\"≋\",\"apos\":\"\\'\",\"ApplyFunction\":\"⁡\",\"approx\":\"≈\",\"approxeq\":\"≊\",\"Aring\":\"Å\",\"aring\":\"å\",\"Ascr\":\"𝒜\",\"ascr\":\"𝒶\",\"Assign\":\"≔\",\"ast\":\"*\",\"asymp\":\"≈\",\"asympeq\":\"≍\",\"Atilde\":\"Ã\",\"atilde\":\"ã\",\"Auml\":\"Ä\",\"auml\":\"ä\",\"awconint\":\"∳\",\"awint\":\"⨑\",\"backcong\":\"≌\",\"backepsilon\":\"϶\",\"backprime\":\"‵\",\"backsim\":\"∽\",\"backsimeq\":\"⋍\",\"Backslash\":\"∖\",\"Barv\":\"⫧\",\"barvee\":\"⊽\",\"barwed\":\"⌅\",\"Barwed\":\"⌆\",\"barwedge\":\"⌅\",\"bbrk\":\"⎵\",\"bbrktbrk\":\"⎶\",\"bcong\":\"≌\",\"Bcy\":\"Б\",\"bcy\":\"б\",\"bdquo\":\"„\",\"becaus\":\"∵\",\"because\":\"∵\",\"Because\":\"∵\",\"bemptyv\":\"⦰\",\"bepsi\":\"϶\",\"bernou\":\"ℬ\",\"Bernoullis\":\"ℬ\",\"Beta\":\"Β\",\"beta\":\"β\",\"beth\":\"ℶ\",\"between\":\"≬\",\"Bfr\":\"𝔅\",\"bfr\":\"𝔟\",\"bigcap\":\"⋂\",\"bigcirc\":\"◯\",\"bigcup\":\"⋃\",\"bigodot\":\"⨀\",\"bigoplus\":\"⨁\",\"bigotimes\":\"⨂\",\"bigsqcup\":\"⨆\",\"bigstar\":\"★\",\"bigtriangledown\":\"▽\",\"bigtriangleup\":\"△\",\"biguplus\":\"⨄\",\"bigvee\":\"⋁\",\"bigwedge\":\"⋀\",\"bkarow\":\"⤍\",\"blacklozenge\":\"⧫\",\"blacksquare\":\"▪\",\"blacktriangle\":\"▴\",\"blacktriangledown\":\"▾\",\"blacktriangleleft\":\"◂\",\"blacktriangleright\":\"▸\",\"blank\":\"␣\",\"blk12\":\"▒\",\"blk14\":\"░\",\"blk34\":\"▓\",\"block\":\"█\",\"bne\":\"=⃥\",\"bnequiv\":\"≡⃥\",\"bNot\":\"⫭\",\"bnot\":\"⌐\",\"Bopf\":\"𝔹\",\"bopf\":\"𝕓\",\"bot\":\"⊥\",\"bottom\":\"⊥\",\"bowtie\":\"⋈\",\"boxbox\":\"⧉\",\"boxdl\":\"┐\",\"boxdL\":\"╕\",\"boxDl\":\"╖\",\"boxDL\":\"╗\",\"boxdr\":\"┌\",\"boxdR\":\"╒\",\"boxDr\":\"╓\",\"boxDR\":\"╔\",\"boxh\":\"─\",\"boxH\":\"═\",\"boxhd\":\"┬\",\"boxHd\":\"╤\",\"boxhD\":\"╥\",\"boxHD\":\"╦\",\"boxhu\":\"┴\",\"boxHu\":\"╧\",\"boxhU\":\"╨\",\"boxHU\":\"╩\",\"boxminus\":\"⊟\",\"boxplus\":\"⊞\",\"boxtimes\":\"⊠\",\"boxul\":\"┘\",\"boxuL\":\"╛\",\"boxUl\":\"╜\",\"boxUL\":\"╝\",\"boxur\":\"└\",\"boxuR\":\"╘\",\"boxUr\":\"╙\",\"boxUR\":\"╚\",\"boxv\":\"│\",\"boxV\":\"║\",\"boxvh\":\"┼\",\"boxvH\":\"╪\",\"boxVh\":\"╫\",\"boxVH\":\"╬\",\"boxvl\":\"┤\",\"boxvL\":\"╡\",\"boxVl\":\"╢\",\"boxVL\":\"╣\",\"boxvr\":\"├\",\"boxvR\":\"╞\",\"boxVr\":\"╟\",\"boxVR\":\"╠\",\"bprime\":\"‵\",\"breve\":\"˘\",\"Breve\":\"˘\",\"brvbar\":\"¦\",\"bscr\":\"𝒷\",\"Bscr\":\"ℬ\",\"bsemi\":\"⁏\",\"bsim\":\"∽\",\"bsime\":\"⋍\",\"bsolb\":\"⧅\",\"bsol\":\"\\\\\\\\\",\"bsolhsub\":\"⟈\",\"bull\":\"•\",\"bullet\":\"•\",\"bump\":\"≎\",\"bumpE\":\"⪮\",\"bumpe\":\"≏\",\"Bumpeq\":\"≎\",\"bumpeq\":\"≏\",\"Cacute\":\"Ć\",\"cacute\":\"ć\",\"capand\":\"⩄\",\"capbrcup\":\"⩉\",\"capcap\":\"⩋\",\"cap\":\"∩\",\"Cap\":\"⋒\",\"capcup\":\"⩇\",\"capdot\":\"⩀\",\"CapitalDifferentialD\":\"ⅅ\",\"caps\":\"∩︀\",\"caret\":\"⁁\",\"caron\":\"ˇ\",\"Cayleys\":\"ℭ\",\"ccaps\":\"⩍\",\"Ccaron\":\"Č\",\"ccaron\":\"č\",\"Ccedil\":\"Ç\",\"ccedil\":\"ç\",\"Ccirc\":\"Ĉ\",\"ccirc\":\"ĉ\",\"Cconint\":\"∰\",\"ccups\":\"⩌\",\"ccupssm\":\"⩐\",\"Cdot\":\"Ċ\",\"cdot\":\"ċ\",\"cedil\":\"¸\",\"Cedilla\":\"¸\",\"cemptyv\":\"⦲\",\"cent\":\"¢\",\"centerdot\":\"·\",\"CenterDot\":\"·\",\"cfr\":\"𝔠\",\"Cfr\":\"ℭ\",\"CHcy\":\"Ч\",\"chcy\":\"ч\",\"check\":\"✓\",\"checkmark\":\"✓\",\"Chi\":\"Χ\",\"chi\":\"χ\",\"circ\":\"ˆ\",\"circeq\":\"≗\",\"circlearrowleft\":\"↺\",\"circlearrowright\":\"↻\",\"circledast\":\"⊛\",\"circledcirc\":\"⊚\",\"circleddash\":\"⊝\",\"CircleDot\":\"⊙\",\"circledR\":\"®\",\"circledS\":\"Ⓢ\",\"CircleMinus\":\"⊖\",\"CirclePlus\":\"⊕\",\"CircleTimes\":\"⊗\",\"cir\":\"○\",\"cirE\":\"⧃\",\"cire\":\"≗\",\"cirfnint\":\"⨐\",\"cirmid\":\"⫯\",\"cirscir\":\"⧂\",\"ClockwiseContourIntegral\":\"∲\",\"CloseCurlyDoubleQuote\":\"”\",\"CloseCurlyQuote\":\"’\",\"clubs\":\"♣\",\"clubsuit\":\"♣\",\"colon\":\":\",\"Colon\":\"∷\",\"Colone\":\"⩴\",\"colone\":\"≔\",\"coloneq\":\"≔\",\"comma\":\",\",\"commat\":\"@\",\"comp\":\"∁\",\"compfn\":\"∘\",\"complement\":\"∁\",\"complexes\":\"ℂ\",\"cong\":\"≅\",\"congdot\":\"⩭\",\"Congruent\":\"≡\",\"conint\":\"∮\",\"Conint\":\"∯\",\"ContourIntegral\":\"∮\",\"copf\":\"𝕔\",\"Copf\":\"ℂ\",\"coprod\":\"∐\",\"Coproduct\":\"∐\",\"copy\":\"©\",\"COPY\":\"©\",\"copysr\":\"℗\",\"CounterClockwiseContourIntegral\":\"∳\",\"crarr\":\"↵\",\"cross\":\"✗\",\"Cross\":\"⨯\",\"Cscr\":\"𝒞\",\"cscr\":\"𝒸\",\"csub\":\"⫏\",\"csube\":\"⫑\",\"csup\":\"⫐\",\"csupe\":\"⫒\",\"ctdot\":\"⋯\",\"cudarrl\":\"⤸\",\"cudarrr\":\"⤵\",\"cuepr\":\"⋞\",\"cuesc\":\"⋟\",\"cularr\":\"↶\",\"cularrp\":\"⤽\",\"cupbrcap\":\"⩈\",\"cupcap\":\"⩆\",\"CupCap\":\"≍\",\"cup\":\"∪\",\"Cup\":\"⋓\",\"cupcup\":\"⩊\",\"cupdot\":\"⊍\",\"cupor\":\"⩅\",\"cups\":\"∪︀\",\"curarr\":\"↷\",\"curarrm\":\"⤼\",\"curlyeqprec\":\"⋞\",\"curlyeqsucc\":\"⋟\",\"curlyvee\":\"⋎\",\"curlywedge\":\"⋏\",\"curren\":\"¤\",\"curvearrowleft\":\"↶\",\"curvearrowright\":\"↷\",\"cuvee\":\"⋎\",\"cuwed\":\"⋏\",\"cwconint\":\"∲\",\"cwint\":\"∱\",\"cylcty\":\"⌭\",\"dagger\":\"†\",\"Dagger\":\"‡\",\"daleth\":\"ℸ\",\"darr\":\"↓\",\"Darr\":\"↡\",\"dArr\":\"⇓\",\"dash\":\"‐\",\"Dashv\":\"⫤\",\"dashv\":\"⊣\",\"dbkarow\":\"⤏\",\"dblac\":\"˝\",\"Dcaron\":\"Ď\",\"dcaron\":\"ď\",\"Dcy\":\"Д\",\"dcy\":\"д\",\"ddagger\":\"‡\",\"ddarr\":\"⇊\",\"DD\":\"ⅅ\",\"dd\":\"ⅆ\",\"DDotrahd\":\"⤑\",\"ddotseq\":\"⩷\",\"deg\":\"°\",\"Del\":\"∇\",\"Delta\":\"Δ\",\"delta\":\"δ\",\"demptyv\":\"⦱\",\"dfisht\":\"⥿\",\"Dfr\":\"𝔇\",\"dfr\":\"𝔡\",\"dHar\":\"⥥\",\"dharl\":\"⇃\",\"dharr\":\"⇂\",\"DiacriticalAcute\":\"´\",\"DiacriticalDot\":\"˙\",\"DiacriticalDoubleAcute\":\"˝\",\"DiacriticalGrave\":\"`\",\"DiacriticalTilde\":\"˜\",\"diam\":\"⋄\",\"diamond\":\"⋄\",\"Diamond\":\"⋄\",\"diamondsuit\":\"♦\",\"diams\":\"♦\",\"die\":\"¨\",\"DifferentialD\":\"ⅆ\",\"digamma\":\"ϝ\",\"disin\":\"⋲\",\"div\":\"÷\",\"divide\":\"÷\",\"divideontimes\":\"⋇\",\"divonx\":\"⋇\",\"DJcy\":\"Ђ\",\"djcy\":\"ђ\",\"dlcorn\":\"⌞\",\"dlcrop\":\"⌍\",\"dollar\":\"$\",\"Dopf\":\"𝔻\",\"dopf\":\"𝕕\",\"Dot\":\"¨\",\"dot\":\"˙\",\"DotDot\":\"⃜\",\"doteq\":\"≐\",\"doteqdot\":\"≑\",\"DotEqual\":\"≐\",\"dotminus\":\"∸\",\"dotplus\":\"∔\",\"dotsquare\":\"⊡\",\"doublebarwedge\":\"⌆\",\"DoubleContourIntegral\":\"∯\",\"DoubleDot\":\"¨\",\"DoubleDownArrow\":\"⇓\",\"DoubleLeftArrow\":\"⇐\",\"DoubleLeftRightArrow\":\"⇔\",\"DoubleLeftTee\":\"⫤\",\"DoubleLongLeftArrow\":\"⟸\",\"DoubleLongLeftRightArrow\":\"⟺\",\"DoubleLongRightArrow\":\"⟹\",\"DoubleRightArrow\":\"⇒\",\"DoubleRightTee\":\"⊨\",\"DoubleUpArrow\":\"⇑\",\"DoubleUpDownArrow\":\"⇕\",\"DoubleVerticalBar\":\"∥\",\"DownArrowBar\":\"⤓\",\"downarrow\":\"↓\",\"DownArrow\":\"↓\",\"Downarrow\":\"⇓\",\"DownArrowUpArrow\":\"⇵\",\"DownBreve\":\"̑\",\"downdownarrows\":\"⇊\",\"downharpoonleft\":\"⇃\",\"downharpoonright\":\"⇂\",\"DownLeftRightVector\":\"⥐\",\"DownLeftTeeVector\":\"⥞\",\"DownLeftVectorBar\":\"⥖\",\"DownLeftVector\":\"↽\",\"DownRightTeeVector\":\"⥟\",\"DownRightVectorBar\":\"⥗\",\"DownRightVector\":\"⇁\",\"DownTeeArrow\":\"↧\",\"DownTee\":\"⊤\",\"drbkarow\":\"⤐\",\"drcorn\":\"⌟\",\"drcrop\":\"⌌\",\"Dscr\":\"𝒟\",\"dscr\":\"𝒹\",\"DScy\":\"Ѕ\",\"dscy\":\"ѕ\",\"dsol\":\"⧶\",\"Dstrok\":\"Đ\",\"dstrok\":\"đ\",\"dtdot\":\"⋱\",\"dtri\":\"▿\",\"dtrif\":\"▾\",\"duarr\":\"⇵\",\"duhar\":\"⥯\",\"dwangle\":\"⦦\",\"DZcy\":\"Џ\",\"dzcy\":\"џ\",\"dzigrarr\":\"⟿\",\"Eacute\":\"É\",\"eacute\":\"é\",\"easter\":\"⩮\",\"Ecaron\":\"Ě\",\"ecaron\":\"ě\",\"Ecirc\":\"Ê\",\"ecirc\":\"ê\",\"ecir\":\"≖\",\"ecolon\":\"≕\",\"Ecy\":\"Э\",\"ecy\":\"э\",\"eDDot\":\"⩷\",\"Edot\":\"Ė\",\"edot\":\"ė\",\"eDot\":\"≑\",\"ee\":\"ⅇ\",\"efDot\":\"≒\",\"Efr\":\"𝔈\",\"efr\":\"𝔢\",\"eg\":\"⪚\",\"Egrave\":\"È\",\"egrave\":\"è\",\"egs\":\"⪖\",\"egsdot\":\"⪘\",\"el\":\"⪙\",\"Element\":\"∈\",\"elinters\":\"⏧\",\"ell\":\"ℓ\",\"els\":\"⪕\",\"elsdot\":\"⪗\",\"Emacr\":\"Ē\",\"emacr\":\"ē\",\"empty\":\"∅\",\"emptyset\":\"∅\",\"EmptySmallSquare\":\"◻\",\"emptyv\":\"∅\",\"EmptyVerySmallSquare\":\"▫\",\"emsp13\":\" \",\"emsp14\":\" \",\"emsp\":\" \",\"ENG\":\"Ŋ\",\"eng\":\"ŋ\",\"ensp\":\" \",\"Eogon\":\"Ę\",\"eogon\":\"ę\",\"Eopf\":\"𝔼\",\"eopf\":\"𝕖\",\"epar\":\"⋕\",\"eparsl\":\"⧣\",\"eplus\":\"⩱\",\"epsi\":\"ε\",\"Epsilon\":\"Ε\",\"epsilon\":\"ε\",\"epsiv\":\"ϵ\",\"eqcirc\":\"≖\",\"eqcolon\":\"≕\",\"eqsim\":\"≂\",\"eqslantgtr\":\"⪖\",\"eqslantless\":\"⪕\",\"Equal\":\"⩵\",\"equals\":\"=\",\"EqualTilde\":\"≂\",\"equest\":\"≟\",\"Equilibrium\":\"⇌\",\"equiv\":\"≡\",\"equivDD\":\"⩸\",\"eqvparsl\":\"⧥\",\"erarr\":\"⥱\",\"erDot\":\"≓\",\"escr\":\"ℯ\",\"Escr\":\"ℰ\",\"esdot\":\"≐\",\"Esim\":\"⩳\",\"esim\":\"≂\",\"Eta\":\"Η\",\"eta\":\"η\",\"ETH\":\"Ð\",\"eth\":\"ð\",\"Euml\":\"Ë\",\"euml\":\"ë\",\"euro\":\"€\",\"excl\":\"!\",\"exist\":\"∃\",\"Exists\":\"∃\",\"expectation\":\"ℰ\",\"exponentiale\":\"ⅇ\",\"ExponentialE\":\"ⅇ\",\"fallingdotseq\":\"≒\",\"Fcy\":\"Ф\",\"fcy\":\"ф\",\"female\":\"♀\",\"ffilig\":\"ﬃ\",\"fflig\":\"ﬀ\",\"ffllig\":\"ﬄ\",\"Ffr\":\"𝔉\",\"ffr\":\"𝔣\",\"filig\":\"ﬁ\",\"FilledSmallSquare\":\"◼\",\"FilledVerySmallSquare\":\"▪\",\"fjlig\":\"fj\",\"flat\":\"♭\",\"fllig\":\"ﬂ\",\"fltns\":\"▱\",\"fnof\":\"ƒ\",\"Fopf\":\"𝔽\",\"fopf\":\"𝕗\",\"forall\":\"∀\",\"ForAll\":\"∀\",\"fork\":\"⋔\",\"forkv\":\"⫙\",\"Fouriertrf\":\"ℱ\",\"fpartint\":\"⨍\",\"frac12\":\"½\",\"frac13\":\"⅓\",\"frac14\":\"¼\",\"frac15\":\"⅕\",\"frac16\":\"⅙\",\"frac18\":\"⅛\",\"frac23\":\"⅔\",\"frac25\":\"⅖\",\"frac34\":\"¾\",\"frac35\":\"⅗\",\"frac38\":\"⅜\",\"frac45\":\"⅘\",\"frac56\":\"⅚\",\"frac58\":\"⅝\",\"frac78\":\"⅞\",\"frasl\":\"⁄\",\"frown\":\"⌢\",\"fscr\":\"𝒻\",\"Fscr\":\"ℱ\",\"gacute\":\"ǵ\",\"Gamma\":\"Γ\",\"gamma\":\"γ\",\"Gammad\":\"Ϝ\",\"gammad\":\"ϝ\",\"gap\":\"⪆\",\"Gbreve\":\"Ğ\",\"gbreve\":\"ğ\",\"Gcedil\":\"Ģ\",\"Gcirc\":\"Ĝ\",\"gcirc\":\"ĝ\",\"Gcy\":\"Г\",\"gcy\":\"г\",\"Gdot\":\"Ġ\",\"gdot\":\"ġ\",\"ge\":\"≥\",\"gE\":\"≧\",\"gEl\":\"⪌\",\"gel\":\"⋛\",\"geq\":\"≥\",\"geqq\":\"≧\",\"geqslant\":\"⩾\",\"gescc\":\"⪩\",\"ges\":\"⩾\",\"gesdot\":\"⪀\",\"gesdoto\":\"⪂\",\"gesdotol\":\"⪄\",\"gesl\":\"⋛︀\",\"gesles\":\"⪔\",\"Gfr\":\"𝔊\",\"gfr\":\"𝔤\",\"gg\":\"≫\",\"Gg\":\"⋙\",\"ggg\":\"⋙\",\"gimel\":\"ℷ\",\"GJcy\":\"Ѓ\",\"gjcy\":\"ѓ\",\"gla\":\"⪥\",\"gl\":\"≷\",\"glE\":\"⪒\",\"glj\":\"⪤\",\"gnap\":\"⪊\",\"gnapprox\":\"⪊\",\"gne\":\"⪈\",\"gnE\":\"≩\",\"gneq\":\"⪈\",\"gneqq\":\"≩\",\"gnsim\":\"⋧\",\"Gopf\":\"𝔾\",\"gopf\":\"𝕘\",\"grave\":\"`\",\"GreaterEqual\":\"≥\",\"GreaterEqualLess\":\"⋛\",\"GreaterFullEqual\":\"≧\",\"GreaterGreater\":\"⪢\",\"GreaterLess\":\"≷\",\"GreaterSlantEqual\":\"⩾\",\"GreaterTilde\":\"≳\",\"Gscr\":\"𝒢\",\"gscr\":\"ℊ\",\"gsim\":\"≳\",\"gsime\":\"⪎\",\"gsiml\":\"⪐\",\"gtcc\":\"⪧\",\"gtcir\":\"⩺\",\"gt\":\">\",\"GT\":\">\",\"Gt\":\"≫\",\"gtdot\":\"⋗\",\"gtlPar\":\"⦕\",\"gtquest\":\"⩼\",\"gtrapprox\":\"⪆\",\"gtrarr\":\"⥸\",\"gtrdot\":\"⋗\",\"gtreqless\":\"⋛\",\"gtreqqless\":\"⪌\",\"gtrless\":\"≷\",\"gtrsim\":\"≳\",\"gvertneqq\":\"≩︀\",\"gvnE\":\"≩︀\",\"Hacek\":\"ˇ\",\"hairsp\":\" \",\"half\":\"½\",\"hamilt\":\"ℋ\",\"HARDcy\":\"Ъ\",\"hardcy\":\"ъ\",\"harrcir\":\"⥈\",\"harr\":\"↔\",\"hArr\":\"⇔\",\"harrw\":\"↭\",\"Hat\":\"^\",\"hbar\":\"ℏ\",\"Hcirc\":\"Ĥ\",\"hcirc\":\"ĥ\",\"hearts\":\"♥\",\"heartsuit\":\"♥\",\"hellip\":\"…\",\"hercon\":\"⊹\",\"hfr\":\"𝔥\",\"Hfr\":\"ℌ\",\"HilbertSpace\":\"ℋ\",\"hksearow\":\"⤥\",\"hkswarow\":\"⤦\",\"hoarr\":\"⇿\",\"homtht\":\"∻\",\"hookleftarrow\":\"↩\",\"hookrightarrow\":\"↪\",\"hopf\":\"𝕙\",\"Hopf\":\"ℍ\",\"horbar\":\"―\",\"HorizontalLine\":\"─\",\"hscr\":\"𝒽\",\"Hscr\":\"ℋ\",\"hslash\":\"ℏ\",\"Hstrok\":\"Ħ\",\"hstrok\":\"ħ\",\"HumpDownHump\":\"≎\",\"HumpEqual\":\"≏\",\"hybull\":\"⁃\",\"hyphen\":\"‐\",\"Iacute\":\"Í\",\"iacute\":\"í\",\"ic\":\"⁣\",\"Icirc\":\"Î\",\"icirc\":\"î\",\"Icy\":\"И\",\"icy\":\"и\",\"Idot\":\"İ\",\"IEcy\":\"Е\",\"iecy\":\"е\",\"iexcl\":\"¡\",\"iff\":\"⇔\",\"ifr\":\"𝔦\",\"Ifr\":\"ℑ\",\"Igrave\":\"Ì\",\"igrave\":\"ì\",\"ii\":\"ⅈ\",\"iiiint\":\"⨌\",\"iiint\":\"∭\",\"iinfin\":\"⧜\",\"iiota\":\"℩\",\"IJlig\":\"Ĳ\",\"ijlig\":\"ĳ\",\"Imacr\":\"Ī\",\"imacr\":\"ī\",\"image\":\"ℑ\",\"ImaginaryI\":\"ⅈ\",\"imagline\":\"ℐ\",\"imagpart\":\"ℑ\",\"imath\":\"ı\",\"Im\":\"ℑ\",\"imof\":\"⊷\",\"imped\":\"Ƶ\",\"Implies\":\"⇒\",\"incare\":\"℅\",\"in\":\"∈\",\"infin\":\"∞\",\"infintie\":\"⧝\",\"inodot\":\"ı\",\"intcal\":\"⊺\",\"int\":\"∫\",\"Int\":\"∬\",\"integers\":\"ℤ\",\"Integral\":\"∫\",\"intercal\":\"⊺\",\"Intersection\":\"⋂\",\"intlarhk\":\"⨗\",\"intprod\":\"⨼\",\"InvisibleComma\":\"⁣\",\"InvisibleTimes\":\"⁢\",\"IOcy\":\"Ё\",\"iocy\":\"ё\",\"Iogon\":\"Į\",\"iogon\":\"į\",\"Iopf\":\"𝕀\",\"iopf\":\"𝕚\",\"Iota\":\"Ι\",\"iota\":\"ι\",\"iprod\":\"⨼\",\"iquest\":\"¿\",\"iscr\":\"𝒾\",\"Iscr\":\"ℐ\",\"isin\":\"∈\",\"isindot\":\"⋵\",\"isinE\":\"⋹\",\"isins\":\"⋴\",\"isinsv\":\"⋳\",\"isinv\":\"∈\",\"it\":\"⁢\",\"Itilde\":\"Ĩ\",\"itilde\":\"ĩ\",\"Iukcy\":\"І\",\"iukcy\":\"і\",\"Iuml\":\"Ï\",\"iuml\":\"ï\",\"Jcirc\":\"Ĵ\",\"jcirc\":\"ĵ\",\"Jcy\":\"Й\",\"jcy\":\"й\",\"Jfr\":\"𝔍\",\"jfr\":\"𝔧\",\"jmath\":\"ȷ\",\"Jopf\":\"𝕁\",\"jopf\":\"𝕛\",\"Jscr\":\"𝒥\",\"jscr\":\"𝒿\",\"Jsercy\":\"Ј\",\"jsercy\":\"ј\",\"Jukcy\":\"Є\",\"jukcy\":\"є\",\"Kappa\":\"Κ\",\"kappa\":\"κ\",\"kappav\":\"ϰ\",\"Kcedil\":\"Ķ\",\"kcedil\":\"ķ\",\"Kcy\":\"К\",\"kcy\":\"к\",\"Kfr\":\"𝔎\",\"kfr\":\"𝔨\",\"kgreen\":\"ĸ\",\"KHcy\":\"Х\",\"khcy\":\"х\",\"KJcy\":\"Ќ\",\"kjcy\":\"ќ\",\"Kopf\":\"𝕂\",\"kopf\":\"𝕜\",\"Kscr\":\"𝒦\",\"kscr\":\"𝓀\",\"lAarr\":\"⇚\",\"Lacute\":\"Ĺ\",\"lacute\":\"ĺ\",\"laemptyv\":\"⦴\",\"lagran\":\"ℒ\",\"Lambda\":\"Λ\",\"lambda\":\"λ\",\"lang\":\"⟨\",\"Lang\":\"⟪\",\"langd\":\"⦑\",\"langle\":\"⟨\",\"lap\":\"⪅\",\"Laplacetrf\":\"ℒ\",\"laquo\":\"«\",\"larrb\":\"⇤\",\"larrbfs\":\"⤟\",\"larr\":\"←\",\"Larr\":\"↞\",\"lArr\":\"⇐\",\"larrfs\":\"⤝\",\"larrhk\":\"↩\",\"larrlp\":\"↫\",\"larrpl\":\"⤹\",\"larrsim\":\"⥳\",\"larrtl\":\"↢\",\"latail\":\"⤙\",\"lAtail\":\"⤛\",\"lat\":\"⪫\",\"late\":\"⪭\",\"lates\":\"⪭︀\",\"lbarr\":\"⤌\",\"lBarr\":\"⤎\",\"lbbrk\":\"❲\",\"lbrace\":\"{\",\"lbrack\":\"[\",\"lbrke\":\"⦋\",\"lbrksld\":\"⦏\",\"lbrkslu\":\"⦍\",\"Lcaron\":\"Ľ\",\"lcaron\":\"ľ\",\"Lcedil\":\"Ļ\",\"lcedil\":\"ļ\",\"lceil\":\"⌈\",\"lcub\":\"{\",\"Lcy\":\"Л\",\"lcy\":\"л\",\"ldca\":\"⤶\",\"ldquo\":\"“\",\"ldquor\":\"„\",\"ldrdhar\":\"⥧\",\"ldrushar\":\"⥋\",\"ldsh\":\"↲\",\"le\":\"≤\",\"lE\":\"≦\",\"LeftAngleBracket\":\"⟨\",\"LeftArrowBar\":\"⇤\",\"leftarrow\":\"←\",\"LeftArrow\":\"←\",\"Leftarrow\":\"⇐\",\"LeftArrowRightArrow\":\"⇆\",\"leftarrowtail\":\"↢\",\"LeftCeiling\":\"⌈\",\"LeftDoubleBracket\":\"⟦\",\"LeftDownTeeVector\":\"⥡\",\"LeftDownVectorBar\":\"⥙\",\"LeftDownVector\":\"⇃\",\"LeftFloor\":\"⌊\",\"leftharpoondown\":\"↽\",\"leftharpoonup\":\"↼\",\"leftleftarrows\":\"⇇\",\"leftrightarrow\":\"↔\",\"LeftRightArrow\":\"↔\",\"Leftrightarrow\":\"⇔\",\"leftrightarrows\":\"⇆\",\"leftrightharpoons\":\"⇋\",\"leftrightsquigarrow\":\"↭\",\"LeftRightVector\":\"⥎\",\"LeftTeeArrow\":\"↤\",\"LeftTee\":\"⊣\",\"LeftTeeVector\":\"⥚\",\"leftthreetimes\":\"⋋\",\"LeftTriangleBar\":\"⧏\",\"LeftTriangle\":\"⊲\",\"LeftTriangleEqual\":\"⊴\",\"LeftUpDownVector\":\"⥑\",\"LeftUpTeeVector\":\"⥠\",\"LeftUpVectorBar\":\"⥘\",\"LeftUpVector\":\"↿\",\"LeftVectorBar\":\"⥒\",\"LeftVector\":\"↼\",\"lEg\":\"⪋\",\"leg\":\"⋚\",\"leq\":\"≤\",\"leqq\":\"≦\",\"leqslant\":\"⩽\",\"lescc\":\"⪨\",\"les\":\"⩽\",\"lesdot\":\"⩿\",\"lesdoto\":\"⪁\",\"lesdotor\":\"⪃\",\"lesg\":\"⋚︀\",\"lesges\":\"⪓\",\"lessapprox\":\"⪅\",\"lessdot\":\"⋖\",\"lesseqgtr\":\"⋚\",\"lesseqqgtr\":\"⪋\",\"LessEqualGreater\":\"⋚\",\"LessFullEqual\":\"≦\",\"LessGreater\":\"≶\",\"lessgtr\":\"≶\",\"LessLess\":\"⪡\",\"lesssim\":\"≲\",\"LessSlantEqual\":\"⩽\",\"LessTilde\":\"≲\",\"lfisht\":\"⥼\",\"lfloor\":\"⌊\",\"Lfr\":\"𝔏\",\"lfr\":\"𝔩\",\"lg\":\"≶\",\"lgE\":\"⪑\",\"lHar\":\"⥢\",\"lhard\":\"↽\",\"lharu\":\"↼\",\"lharul\":\"⥪\",\"lhblk\":\"▄\",\"LJcy\":\"Љ\",\"ljcy\":\"љ\",\"llarr\":\"⇇\",\"ll\":\"≪\",\"Ll\":\"⋘\",\"llcorner\":\"⌞\",\"Lleftarrow\":\"⇚\",\"llhard\":\"⥫\",\"lltri\":\"◺\",\"Lmidot\":\"Ŀ\",\"lmidot\":\"ŀ\",\"lmoustache\":\"⎰\",\"lmoust\":\"⎰\",\"lnap\":\"⪉\",\"lnapprox\":\"⪉\",\"lne\":\"⪇\",\"lnE\":\"≨\",\"lneq\":\"⪇\",\"lneqq\":\"≨\",\"lnsim\":\"⋦\",\"loang\":\"⟬\",\"loarr\":\"⇽\",\"lobrk\":\"⟦\",\"longleftarrow\":\"⟵\",\"LongLeftArrow\":\"⟵\",\"Longleftarrow\":\"⟸\",\"longleftrightarrow\":\"⟷\",\"LongLeftRightArrow\":\"⟷\",\"Longleftrightarrow\":\"⟺\",\"longmapsto\":\"⟼\",\"longrightarrow\":\"⟶\",\"LongRightArrow\":\"⟶\",\"Longrightarrow\":\"⟹\",\"looparrowleft\":\"↫\",\"looparrowright\":\"↬\",\"lopar\":\"⦅\",\"Lopf\":\"𝕃\",\"lopf\":\"𝕝\",\"loplus\":\"⨭\",\"lotimes\":\"⨴\",\"lowast\":\"∗\",\"lowbar\":\"_\",\"LowerLeftArrow\":\"↙\",\"LowerRightArrow\":\"↘\",\"loz\":\"◊\",\"lozenge\":\"◊\",\"lozf\":\"⧫\",\"lpar\":\"(\",\"lparlt\":\"⦓\",\"lrarr\":\"⇆\",\"lrcorner\":\"⌟\",\"lrhar\":\"⇋\",\"lrhard\":\"⥭\",\"lrm\":\"‎\",\"lrtri\":\"⊿\",\"lsaquo\":\"‹\",\"lscr\":\"𝓁\",\"Lscr\":\"ℒ\",\"lsh\":\"↰\",\"Lsh\":\"↰\",\"lsim\":\"≲\",\"lsime\":\"⪍\",\"lsimg\":\"⪏\",\"lsqb\":\"[\",\"lsquo\":\"‘\",\"lsquor\":\"‚\",\"Lstrok\":\"Ł\",\"lstrok\":\"ł\",\"ltcc\":\"⪦\",\"ltcir\":\"⩹\",\"lt\":\"<\",\"LT\":\"<\",\"Lt\":\"≪\",\"ltdot\":\"⋖\",\"lthree\":\"⋋\",\"ltimes\":\"⋉\",\"ltlarr\":\"⥶\",\"ltquest\":\"⩻\",\"ltri\":\"◃\",\"ltrie\":\"⊴\",\"ltrif\":\"◂\",\"ltrPar\":\"⦖\",\"lurdshar\":\"⥊\",\"luruhar\":\"⥦\",\"lvertneqq\":\"≨︀\",\"lvnE\":\"≨︀\",\"macr\":\"¯\",\"male\":\"♂\",\"malt\":\"✠\",\"maltese\":\"✠\",\"Map\":\"⤅\",\"map\":\"↦\",\"mapsto\":\"↦\",\"mapstodown\":\"↧\",\"mapstoleft\":\"↤\",\"mapstoup\":\"↥\",\"marker\":\"▮\",\"mcomma\":\"⨩\",\"Mcy\":\"М\",\"mcy\":\"м\",\"mdash\":\"—\",\"mDDot\":\"∺\",\"measuredangle\":\"∡\",\"MediumSpace\":\" \",\"Mellintrf\":\"ℳ\",\"Mfr\":\"𝔐\",\"mfr\":\"𝔪\",\"mho\":\"℧\",\"micro\":\"µ\",\"midast\":\"*\",\"midcir\":\"⫰\",\"mid\":\"∣\",\"middot\":\"·\",\"minusb\":\"⊟\",\"minus\":\"−\",\"minusd\":\"∸\",\"minusdu\":\"⨪\",\"MinusPlus\":\"∓\",\"mlcp\":\"⫛\",\"mldr\":\"…\",\"mnplus\":\"∓\",\"models\":\"⊧\",\"Mopf\":\"𝕄\",\"mopf\":\"𝕞\",\"mp\":\"∓\",\"mscr\":\"𝓂\",\"Mscr\":\"ℳ\",\"mstpos\":\"∾\",\"Mu\":\"Μ\",\"mu\":\"μ\",\"multimap\":\"⊸\",\"mumap\":\"⊸\",\"nabla\":\"∇\",\"Nacute\":\"Ń\",\"nacute\":\"ń\",\"nang\":\"∠⃒\",\"nap\":\"≉\",\"napE\":\"⩰̸\",\"napid\":\"≋̸\",\"napos\":\"ŉ\",\"napprox\":\"≉\",\"natural\":\"♮\",\"naturals\":\"ℕ\",\"natur\":\"♮\",\"nbsp\":\" \",\"nbump\":\"≎̸\",\"nbumpe\":\"≏̸\",\"ncap\":\"⩃\",\"Ncaron\":\"Ň\",\"ncaron\":\"ň\",\"Ncedil\":\"Ņ\",\"ncedil\":\"ņ\",\"ncong\":\"≇\",\"ncongdot\":\"⩭̸\",\"ncup\":\"⩂\",\"Ncy\":\"Н\",\"ncy\":\"н\",\"ndash\":\"–\",\"nearhk\":\"⤤\",\"nearr\":\"↗\",\"neArr\":\"⇗\",\"nearrow\":\"↗\",\"ne\":\"≠\",\"nedot\":\"≐̸\",\"NegativeMediumSpace\":\"​\",\"NegativeThickSpace\":\"​\",\"NegativeThinSpace\":\"​\",\"NegativeVeryThinSpace\":\"​\",\"nequiv\":\"≢\",\"nesear\":\"⤨\",\"nesim\":\"≂̸\",\"NestedGreaterGreater\":\"≫\",\"NestedLessLess\":\"≪\",\"NewLine\":\"\\\\n\",\"nexist\":\"∄\",\"nexists\":\"∄\",\"Nfr\":\"𝔑\",\"nfr\":\"𝔫\",\"ngE\":\"≧̸\",\"nge\":\"≱\",\"ngeq\":\"≱\",\"ngeqq\":\"≧̸\",\"ngeqslant\":\"⩾̸\",\"nges\":\"⩾̸\",\"nGg\":\"⋙̸\",\"ngsim\":\"≵\",\"nGt\":\"≫⃒\",\"ngt\":\"≯\",\"ngtr\":\"≯\",\"nGtv\":\"≫̸\",\"nharr\":\"↮\",\"nhArr\":\"⇎\",\"nhpar\":\"⫲\",\"ni\":\"∋\",\"nis\":\"⋼\",\"nisd\":\"⋺\",\"niv\":\"∋\",\"NJcy\":\"Њ\",\"njcy\":\"њ\",\"nlarr\":\"↚\",\"nlArr\":\"⇍\",\"nldr\":\"‥\",\"nlE\":\"≦̸\",\"nle\":\"≰\",\"nleftarrow\":\"↚\",\"nLeftarrow\":\"⇍\",\"nleftrightarrow\":\"↮\",\"nLeftrightarrow\":\"⇎\",\"nleq\":\"≰\",\"nleqq\":\"≦̸\",\"nleqslant\":\"⩽̸\",\"nles\":\"⩽̸\",\"nless\":\"≮\",\"nLl\":\"⋘̸\",\"nlsim\":\"≴\",\"nLt\":\"≪⃒\",\"nlt\":\"≮\",\"nltri\":\"⋪\",\"nltrie\":\"⋬\",\"nLtv\":\"≪̸\",\"nmid\":\"∤\",\"NoBreak\":\"⁠\",\"NonBreakingSpace\":\" \",\"nopf\":\"𝕟\",\"Nopf\":\"ℕ\",\"Not\":\"⫬\",\"not\":\"¬\",\"NotCongruent\":\"≢\",\"NotCupCap\":\"≭\",\"NotDoubleVerticalBar\":\"∦\",\"NotElement\":\"∉\",\"NotEqual\":\"≠\",\"NotEqualTilde\":\"≂̸\",\"NotExists\":\"∄\",\"NotGreater\":\"≯\",\"NotGreaterEqual\":\"≱\",\"NotGreaterFullEqual\":\"≧̸\",\"NotGreaterGreater\":\"≫̸\",\"NotGreaterLess\":\"≹\",\"NotGreaterSlantEqual\":\"⩾̸\",\"NotGreaterTilde\":\"≵\",\"NotHumpDownHump\":\"≎̸\",\"NotHumpEqual\":\"≏̸\",\"notin\":\"∉\",\"notindot\":\"⋵̸\",\"notinE\":\"⋹̸\",\"notinva\":\"∉\",\"notinvb\":\"⋷\",\"notinvc\":\"⋶\",\"NotLeftTriangleBar\":\"⧏̸\",\"NotLeftTriangle\":\"⋪\",\"NotLeftTriangleEqual\":\"⋬\",\"NotLess\":\"≮\",\"NotLessEqual\":\"≰\",\"NotLessGreater\":\"≸\",\"NotLessLess\":\"≪̸\",\"NotLessSlantEqual\":\"⩽̸\",\"NotLessTilde\":\"≴\",\"NotNestedGreaterGreater\":\"⪢̸\",\"NotNestedLessLess\":\"⪡̸\",\"notni\":\"∌\",\"notniva\":\"∌\",\"notnivb\":\"⋾\",\"notnivc\":\"⋽\",\"NotPrecedes\":\"⊀\",\"NotPrecedesEqual\":\"⪯̸\",\"NotPrecedesSlantEqual\":\"⋠\",\"NotReverseElement\":\"∌\",\"NotRightTriangleBar\":\"⧐̸\",\"NotRightTriangle\":\"⋫\",\"NotRightTriangleEqual\":\"⋭\",\"NotSquareSubset\":\"⊏̸\",\"NotSquareSubsetEqual\":\"⋢\",\"NotSquareSuperset\":\"⊐̸\",\"NotSquareSupersetEqual\":\"⋣\",\"NotSubset\":\"⊂⃒\",\"NotSubsetEqual\":\"⊈\",\"NotSucceeds\":\"⊁\",\"NotSucceedsEqual\":\"⪰̸\",\"NotSucceedsSlantEqual\":\"⋡\",\"NotSucceedsTilde\":\"≿̸\",\"NotSuperset\":\"⊃⃒\",\"NotSupersetEqual\":\"⊉\",\"NotTilde\":\"≁\",\"NotTildeEqual\":\"≄\",\"NotTildeFullEqual\":\"≇\",\"NotTildeTilde\":\"≉\",\"NotVerticalBar\":\"∤\",\"nparallel\":\"∦\",\"npar\":\"∦\",\"nparsl\":\"⫽⃥\",\"npart\":\"∂̸\",\"npolint\":\"⨔\",\"npr\":\"⊀\",\"nprcue\":\"⋠\",\"nprec\":\"⊀\",\"npreceq\":\"⪯̸\",\"npre\":\"⪯̸\",\"nrarrc\":\"⤳̸\",\"nrarr\":\"↛\",\"nrArr\":\"⇏\",\"nrarrw\":\"↝̸\",\"nrightarrow\":\"↛\",\"nRightarrow\":\"⇏\",\"nrtri\":\"⋫\",\"nrtrie\":\"⋭\",\"nsc\":\"⊁\",\"nsccue\":\"⋡\",\"nsce\":\"⪰̸\",\"Nscr\":\"𝒩\",\"nscr\":\"𝓃\",\"nshortmid\":\"∤\",\"nshortparallel\":\"∦\",\"nsim\":\"≁\",\"nsime\":\"≄\",\"nsimeq\":\"≄\",\"nsmid\":\"∤\",\"nspar\":\"∦\",\"nsqsube\":\"⋢\",\"nsqsupe\":\"⋣\",\"nsub\":\"⊄\",\"nsubE\":\"⫅̸\",\"nsube\":\"⊈\",\"nsubset\":\"⊂⃒\",\"nsubseteq\":\"⊈\",\"nsubseteqq\":\"⫅̸\",\"nsucc\":\"⊁\",\"nsucceq\":\"⪰̸\",\"nsup\":\"⊅\",\"nsupE\":\"⫆̸\",\"nsupe\":\"⊉\",\"nsupset\":\"⊃⃒\",\"nsupseteq\":\"⊉\",\"nsupseteqq\":\"⫆̸\",\"ntgl\":\"≹\",\"Ntilde\":\"Ñ\",\"ntilde\":\"ñ\",\"ntlg\":\"≸\",\"ntriangleleft\":\"⋪\",\"ntrianglelefteq\":\"⋬\",\"ntriangleright\":\"⋫\",\"ntrianglerighteq\":\"⋭\",\"Nu\":\"Ν\",\"nu\":\"ν\",\"num\":\"#\",\"numero\":\"№\",\"numsp\":\" \",\"nvap\":\"≍⃒\",\"nvdash\":\"⊬\",\"nvDash\":\"⊭\",\"nVdash\":\"⊮\",\"nVDash\":\"⊯\",\"nvge\":\"≥⃒\",\"nvgt\":\">⃒\",\"nvHarr\":\"⤄\",\"nvinfin\":\"⧞\",\"nvlArr\":\"⤂\",\"nvle\":\"≤⃒\",\"nvlt\":\"<⃒\",\"nvltrie\":\"⊴⃒\",\"nvrArr\":\"⤃\",\"nvrtrie\":\"⊵⃒\",\"nvsim\":\"∼⃒\",\"nwarhk\":\"⤣\",\"nwarr\":\"↖\",\"nwArr\":\"⇖\",\"nwarrow\":\"↖\",\"nwnear\":\"⤧\",\"Oacute\":\"Ó\",\"oacute\":\"ó\",\"oast\":\"⊛\",\"Ocirc\":\"Ô\",\"ocirc\":\"ô\",\"ocir\":\"⊚\",\"Ocy\":\"О\",\"ocy\":\"о\",\"odash\":\"⊝\",\"Odblac\":\"Ő\",\"odblac\":\"ő\",\"odiv\":\"⨸\",\"odot\":\"⊙\",\"odsold\":\"⦼\",\"OElig\":\"Œ\",\"oelig\":\"œ\",\"ofcir\":\"⦿\",\"Ofr\":\"𝔒\",\"ofr\":\"𝔬\",\"ogon\":\"˛\",\"Ograve\":\"Ò\",\"ograve\":\"ò\",\"ogt\":\"⧁\",\"ohbar\":\"⦵\",\"ohm\":\"Ω\",\"oint\":\"∮\",\"olarr\":\"↺\",\"olcir\":\"⦾\",\"olcross\":\"⦻\",\"oline\":\"‾\",\"olt\":\"⧀\",\"Omacr\":\"Ō\",\"omacr\":\"ō\",\"Omega\":\"Ω\",\"omega\":\"ω\",\"Omicron\":\"Ο\",\"omicron\":\"ο\",\"omid\":\"⦶\",\"ominus\":\"⊖\",\"Oopf\":\"𝕆\",\"oopf\":\"𝕠\",\"opar\":\"⦷\",\"OpenCurlyDoubleQuote\":\"“\",\"OpenCurlyQuote\":\"‘\",\"operp\":\"⦹\",\"oplus\":\"⊕\",\"orarr\":\"↻\",\"Or\":\"⩔\",\"or\":\"∨\",\"ord\":\"⩝\",\"order\":\"ℴ\",\"orderof\":\"ℴ\",\"ordf\":\"ª\",\"ordm\":\"º\",\"origof\":\"⊶\",\"oror\":\"⩖\",\"orslope\":\"⩗\",\"orv\":\"⩛\",\"oS\":\"Ⓢ\",\"Oscr\":\"𝒪\",\"oscr\":\"ℴ\",\"Oslash\":\"Ø\",\"oslash\":\"ø\",\"osol\":\"⊘\",\"Otilde\":\"Õ\",\"otilde\":\"õ\",\"otimesas\":\"⨶\",\"Otimes\":\"⨷\",\"otimes\":\"⊗\",\"Ouml\":\"Ö\",\"ouml\":\"ö\",\"ovbar\":\"⌽\",\"OverBar\":\"‾\",\"OverBrace\":\"⏞\",\"OverBracket\":\"⎴\",\"OverParenthesis\":\"⏜\",\"para\":\"¶\",\"parallel\":\"∥\",\"par\":\"∥\",\"parsim\":\"⫳\",\"parsl\":\"⫽\",\"part\":\"∂\",\"PartialD\":\"∂\",\"Pcy\":\"П\",\"pcy\":\"п\",\"percnt\":\"%\",\"period\":\".\",\"permil\":\"‰\",\"perp\":\"⊥\",\"pertenk\":\"‱\",\"Pfr\":\"𝔓\",\"pfr\":\"𝔭\",\"Phi\":\"Φ\",\"phi\":\"φ\",\"phiv\":\"ϕ\",\"phmmat\":\"ℳ\",\"phone\":\"☎\",\"Pi\":\"Π\",\"pi\":\"π\",\"pitchfork\":\"⋔\",\"piv\":\"ϖ\",\"planck\":\"ℏ\",\"planckh\":\"ℎ\",\"plankv\":\"ℏ\",\"plusacir\":\"⨣\",\"plusb\":\"⊞\",\"pluscir\":\"⨢\",\"plus\":\"+\",\"plusdo\":\"∔\",\"plusdu\":\"⨥\",\"pluse\":\"⩲\",\"PlusMinus\":\"±\",\"plusmn\":\"±\",\"plussim\":\"⨦\",\"plustwo\":\"⨧\",\"pm\":\"±\",\"Poincareplane\":\"ℌ\",\"pointint\":\"⨕\",\"popf\":\"𝕡\",\"Popf\":\"ℙ\",\"pound\":\"£\",\"prap\":\"⪷\",\"Pr\":\"⪻\",\"pr\":\"≺\",\"prcue\":\"≼\",\"precapprox\":\"⪷\",\"prec\":\"≺\",\"preccurlyeq\":\"≼\",\"Precedes\":\"≺\",\"PrecedesEqual\":\"⪯\",\"PrecedesSlantEqual\":\"≼\",\"PrecedesTilde\":\"≾\",\"preceq\":\"⪯\",\"precnapprox\":\"⪹\",\"precneqq\":\"⪵\",\"precnsim\":\"⋨\",\"pre\":\"⪯\",\"prE\":\"⪳\",\"precsim\":\"≾\",\"prime\":\"′\",\"Prime\":\"″\",\"primes\":\"ℙ\",\"prnap\":\"⪹\",\"prnE\":\"⪵\",\"prnsim\":\"⋨\",\"prod\":\"∏\",\"Product\":\"∏\",\"profalar\":\"⌮\",\"profline\":\"⌒\",\"profsurf\":\"⌓\",\"prop\":\"∝\",\"Proportional\":\"∝\",\"Proportion\":\"∷\",\"propto\":\"∝\",\"prsim\":\"≾\",\"prurel\":\"⊰\",\"Pscr\":\"𝒫\",\"pscr\":\"𝓅\",\"Psi\":\"Ψ\",\"psi\":\"ψ\",\"puncsp\":\" \",\"Qfr\":\"𝔔\",\"qfr\":\"𝔮\",\"qint\":\"⨌\",\"qopf\":\"𝕢\",\"Qopf\":\"ℚ\",\"qprime\":\"⁗\",\"Qscr\":\"𝒬\",\"qscr\":\"𝓆\",\"quaternions\":\"ℍ\",\"quatint\":\"⨖\",\"quest\":\"?\",\"questeq\":\"≟\",\"quot\":\"\\\\\"\",\"QUOT\":\"\\\\\"\",\"rAarr\":\"⇛\",\"race\":\"∽̱\",\"Racute\":\"Ŕ\",\"racute\":\"ŕ\",\"radic\":\"√\",\"raemptyv\":\"⦳\",\"rang\":\"⟩\",\"Rang\":\"⟫\",\"rangd\":\"⦒\",\"range\":\"⦥\",\"rangle\":\"⟩\",\"raquo\":\"»\",\"rarrap\":\"⥵\",\"rarrb\":\"⇥\",\"rarrbfs\":\"⤠\",\"rarrc\":\"⤳\",\"rarr\":\"→\",\"Rarr\":\"↠\",\"rArr\":\"⇒\",\"rarrfs\":\"⤞\",\"rarrhk\":\"↪\",\"rarrlp\":\"↬\",\"rarrpl\":\"⥅\",\"rarrsim\":\"⥴\",\"Rarrtl\":\"⤖\",\"rarrtl\":\"↣\",\"rarrw\":\"↝\",\"ratail\":\"⤚\",\"rAtail\":\"⤜\",\"ratio\":\"∶\",\"rationals\":\"ℚ\",\"rbarr\":\"⤍\",\"rBarr\":\"⤏\",\"RBarr\":\"⤐\",\"rbbrk\":\"❳\",\"rbrace\":\"}\",\"rbrack\":\"]\",\"rbrke\":\"⦌\",\"rbrksld\":\"⦎\",\"rbrkslu\":\"⦐\",\"Rcaron\":\"Ř\",\"rcaron\":\"ř\",\"Rcedil\":\"Ŗ\",\"rcedil\":\"ŗ\",\"rceil\":\"⌉\",\"rcub\":\"}\",\"Rcy\":\"Р\",\"rcy\":\"р\",\"rdca\":\"⤷\",\"rdldhar\":\"⥩\",\"rdquo\":\"”\",\"rdquor\":\"”\",\"rdsh\":\"↳\",\"real\":\"ℜ\",\"realine\":\"ℛ\",\"realpart\":\"ℜ\",\"reals\":\"ℝ\",\"Re\":\"ℜ\",\"rect\":\"▭\",\"reg\":\"®\",\"REG\":\"®\",\"ReverseElement\":\"∋\",\"ReverseEquilibrium\":\"⇋\",\"ReverseUpEquilibrium\":\"⥯\",\"rfisht\":\"⥽\",\"rfloor\":\"⌋\",\"rfr\":\"𝔯\",\"Rfr\":\"ℜ\",\"rHar\":\"⥤\",\"rhard\":\"⇁\",\"rharu\":\"⇀\",\"rharul\":\"⥬\",\"Rho\":\"Ρ\",\"rho\":\"ρ\",\"rhov\":\"ϱ\",\"RightAngleBracket\":\"⟩\",\"RightArrowBar\":\"⇥\",\"rightarrow\":\"→\",\"RightArrow\":\"→\",\"Rightarrow\":\"⇒\",\"RightArrowLeftArrow\":\"⇄\",\"rightarrowtail\":\"↣\",\"RightCeiling\":\"⌉\",\"RightDoubleBracket\":\"⟧\",\"RightDownTeeVector\":\"⥝\",\"RightDownVectorBar\":\"⥕\",\"RightDownVector\":\"⇂\",\"RightFloor\":\"⌋\",\"rightharpoondown\":\"⇁\",\"rightharpoonup\":\"⇀\",\"rightleftarrows\":\"⇄\",\"rightleftharpoons\":\"⇌\",\"rightrightarrows\":\"⇉\",\"rightsquigarrow\":\"↝\",\"RightTeeArrow\":\"↦\",\"RightTee\":\"⊢\",\"RightTeeVector\":\"⥛\",\"rightthreetimes\":\"⋌\",\"RightTriangleBar\":\"⧐\",\"RightTriangle\":\"⊳\",\"RightTriangleEqual\":\"⊵\",\"RightUpDownVector\":\"⥏\",\"RightUpTeeVector\":\"⥜\",\"RightUpVectorBar\":\"⥔\",\"RightUpVector\":\"↾\",\"RightVectorBar\":\"⥓\",\"RightVector\":\"⇀\",\"ring\":\"˚\",\"risingdotseq\":\"≓\",\"rlarr\":\"⇄\",\"rlhar\":\"⇌\",\"rlm\":\"‏\",\"rmoustache\":\"⎱\",\"rmoust\":\"⎱\",\"rnmid\":\"⫮\",\"roang\":\"⟭\",\"roarr\":\"⇾\",\"robrk\":\"⟧\",\"ropar\":\"⦆\",\"ropf\":\"𝕣\",\"Ropf\":\"ℝ\",\"roplus\":\"⨮\",\"rotimes\":\"⨵\",\"RoundImplies\":\"⥰\",\"rpar\":\")\",\"rpargt\":\"⦔\",\"rppolint\":\"⨒\",\"rrarr\":\"⇉\",\"Rrightarrow\":\"⇛\",\"rsaquo\":\"›\",\"rscr\":\"𝓇\",\"Rscr\":\"ℛ\",\"rsh\":\"↱\",\"Rsh\":\"↱\",\"rsqb\":\"]\",\"rsquo\":\"’\",\"rsquor\":\"’\",\"rthree\":\"⋌\",\"rtimes\":\"⋊\",\"rtri\":\"▹\",\"rtrie\":\"⊵\",\"rtrif\":\"▸\",\"rtriltri\":\"⧎\",\"RuleDelayed\":\"⧴\",\"ruluhar\":\"⥨\",\"rx\":\"℞\",\"Sacute\":\"Ś\",\"sacute\":\"ś\",\"sbquo\":\"‚\",\"scap\":\"⪸\",\"Scaron\":\"Š\",\"scaron\":\"š\",\"Sc\":\"⪼\",\"sc\":\"≻\",\"sccue\":\"≽\",\"sce\":\"⪰\",\"scE\":\"⪴\",\"Scedil\":\"Ş\",\"scedil\":\"ş\",\"Scirc\":\"Ŝ\",\"scirc\":\"ŝ\",\"scnap\":\"⪺\",\"scnE\":\"⪶\",\"scnsim\":\"⋩\",\"scpolint\":\"⨓\",\"scsim\":\"≿\",\"Scy\":\"С\",\"scy\":\"с\",\"sdotb\":\"⊡\",\"sdot\":\"⋅\",\"sdote\":\"⩦\",\"searhk\":\"⤥\",\"searr\":\"↘\",\"seArr\":\"⇘\",\"searrow\":\"↘\",\"sect\":\"§\",\"semi\":\";\",\"seswar\":\"⤩\",\"setminus\":\"∖\",\"setmn\":\"∖\",\"sext\":\"✶\",\"Sfr\":\"𝔖\",\"sfr\":\"𝔰\",\"sfrown\":\"⌢\",\"sharp\":\"♯\",\"SHCHcy\":\"Щ\",\"shchcy\":\"щ\",\"SHcy\":\"Ш\",\"shcy\":\"ш\",\"ShortDownArrow\":\"↓\",\"ShortLeftArrow\":\"←\",\"shortmid\":\"∣\",\"shortparallel\":\"∥\",\"ShortRightArrow\":\"→\",\"ShortUpArrow\":\"↑\",\"shy\":\"­\",\"Sigma\":\"Σ\",\"sigma\":\"σ\",\"sigmaf\":\"ς\",\"sigmav\":\"ς\",\"sim\":\"∼\",\"simdot\":\"⩪\",\"sime\":\"≃\",\"simeq\":\"≃\",\"simg\":\"⪞\",\"simgE\":\"⪠\",\"siml\":\"⪝\",\"simlE\":\"⪟\",\"simne\":\"≆\",\"simplus\":\"⨤\",\"simrarr\":\"⥲\",\"slarr\":\"←\",\"SmallCircle\":\"∘\",\"smallsetminus\":\"∖\",\"smashp\":\"⨳\",\"smeparsl\":\"⧤\",\"smid\":\"∣\",\"smile\":\"⌣\",\"smt\":\"⪪\",\"smte\":\"⪬\",\"smtes\":\"⪬︀\",\"SOFTcy\":\"Ь\",\"softcy\":\"ь\",\"solbar\":\"⌿\",\"solb\":\"⧄\",\"sol\":\"/\",\"Sopf\":\"𝕊\",\"sopf\":\"𝕤\",\"spades\":\"♠\",\"spadesuit\":\"♠\",\"spar\":\"∥\",\"sqcap\":\"⊓\",\"sqcaps\":\"⊓︀\",\"sqcup\":\"⊔\",\"sqcups\":\"⊔︀\",\"Sqrt\":\"√\",\"sqsub\":\"⊏\",\"sqsube\":\"⊑\",\"sqsubset\":\"⊏\",\"sqsubseteq\":\"⊑\",\"sqsup\":\"⊐\",\"sqsupe\":\"⊒\",\"sqsupset\":\"⊐\",\"sqsupseteq\":\"⊒\",\"square\":\"□\",\"Square\":\"□\",\"SquareIntersection\":\"⊓\",\"SquareSubset\":\"⊏\",\"SquareSubsetEqual\":\"⊑\",\"SquareSuperset\":\"⊐\",\"SquareSupersetEqual\":\"⊒\",\"SquareUnion\":\"⊔\",\"squarf\":\"▪\",\"squ\":\"□\",\"squf\":\"▪\",\"srarr\":\"→\",\"Sscr\":\"𝒮\",\"sscr\":\"𝓈\",\"ssetmn\":\"∖\",\"ssmile\":\"⌣\",\"sstarf\":\"⋆\",\"Star\":\"⋆\",\"star\":\"☆\",\"starf\":\"★\",\"straightepsilon\":\"ϵ\",\"straightphi\":\"ϕ\",\"strns\":\"¯\",\"sub\":\"⊂\",\"Sub\":\"⋐\",\"subdot\":\"⪽\",\"subE\":\"⫅\",\"sube\":\"⊆\",\"subedot\":\"⫃\",\"submult\":\"⫁\",\"subnE\":\"⫋\",\"subne\":\"⊊\",\"subplus\":\"⪿\",\"subrarr\":\"⥹\",\"subset\":\"⊂\",\"Subset\":\"⋐\",\"subseteq\":\"⊆\",\"subseteqq\":\"⫅\",\"SubsetEqual\":\"⊆\",\"subsetneq\":\"⊊\",\"subsetneqq\":\"⫋\",\"subsim\":\"⫇\",\"subsub\":\"⫕\",\"subsup\":\"⫓\",\"succapprox\":\"⪸\",\"succ\":\"≻\",\"succcurlyeq\":\"≽\",\"Succeeds\":\"≻\",\"SucceedsEqual\":\"⪰\",\"SucceedsSlantEqual\":\"≽\",\"SucceedsTilde\":\"≿\",\"succeq\":\"⪰\",\"succnapprox\":\"⪺\",\"succneqq\":\"⪶\",\"succnsim\":\"⋩\",\"succsim\":\"≿\",\"SuchThat\":\"∋\",\"sum\":\"∑\",\"Sum\":\"∑\",\"sung\":\"♪\",\"sup1\":\"¹\",\"sup2\":\"²\",\"sup3\":\"³\",\"sup\":\"⊃\",\"Sup\":\"⋑\",\"supdot\":\"⪾\",\"supdsub\":\"⫘\",\"supE\":\"⫆\",\"supe\":\"⊇\",\"supedot\":\"⫄\",\"Superset\":\"⊃\",\"SupersetEqual\":\"⊇\",\"suphsol\":\"⟉\",\"suphsub\":\"⫗\",\"suplarr\":\"⥻\",\"supmult\":\"⫂\",\"supnE\":\"⫌\",\"supne\":\"⊋\",\"supplus\":\"⫀\",\"supset\":\"⊃\",\"Supset\":\"⋑\",\"supseteq\":\"⊇\",\"supseteqq\":\"⫆\",\"supsetneq\":\"⊋\",\"supsetneqq\":\"⫌\",\"supsim\":\"⫈\",\"supsub\":\"⫔\",\"supsup\":\"⫖\",\"swarhk\":\"⤦\",\"swarr\":\"↙\",\"swArr\":\"⇙\",\"swarrow\":\"↙\",\"swnwar\":\"⤪\",\"szlig\":\"ß\",\"Tab\":\"\\\\t\",\"target\":\"⌖\",\"Tau\":\"Τ\",\"tau\":\"τ\",\"tbrk\":\"⎴\",\"Tcaron\":\"Ť\",\"tcaron\":\"ť\",\"Tcedil\":\"Ţ\",\"tcedil\":\"ţ\",\"Tcy\":\"Т\",\"tcy\":\"т\",\"tdot\":\"⃛\",\"telrec\":\"⌕\",\"Tfr\":\"𝔗\",\"tfr\":\"𝔱\",\"there4\":\"∴\",\"therefore\":\"∴\",\"Therefore\":\"∴\",\"Theta\":\"Θ\",\"theta\":\"θ\",\"thetasym\":\"ϑ\",\"thetav\":\"ϑ\",\"thickapprox\":\"≈\",\"thicksim\":\"∼\",\"ThickSpace\":\"  \",\"ThinSpace\":\" \",\"thinsp\":\" \",\"thkap\":\"≈\",\"thksim\":\"∼\",\"THORN\":\"Þ\",\"thorn\":\"þ\",\"tilde\":\"˜\",\"Tilde\":\"∼\",\"TildeEqual\":\"≃\",\"TildeFullEqual\":\"≅\",\"TildeTilde\":\"≈\",\"timesbar\":\"⨱\",\"timesb\":\"⊠\",\"times\":\"×\",\"timesd\":\"⨰\",\"tint\":\"∭\",\"toea\":\"⤨\",\"topbot\":\"⌶\",\"topcir\":\"⫱\",\"top\":\"⊤\",\"Topf\":\"𝕋\",\"topf\":\"𝕥\",\"topfork\":\"⫚\",\"tosa\":\"⤩\",\"tprime\":\"‴\",\"trade\":\"™\",\"TRADE\":\"™\",\"triangle\":\"▵\",\"triangledown\":\"▿\",\"triangleleft\":\"◃\",\"trianglelefteq\":\"⊴\",\"triangleq\":\"≜\",\"triangleright\":\"▹\",\"trianglerighteq\":\"⊵\",\"tridot\":\"◬\",\"trie\":\"≜\",\"triminus\":\"⨺\",\"TripleDot\":\"⃛\",\"triplus\":\"⨹\",\"trisb\":\"⧍\",\"tritime\":\"⨻\",\"trpezium\":\"⏢\",\"Tscr\":\"𝒯\",\"tscr\":\"𝓉\",\"TScy\":\"Ц\",\"tscy\":\"ц\",\"TSHcy\":\"Ћ\",\"tshcy\":\"ћ\",\"Tstrok\":\"Ŧ\",\"tstrok\":\"ŧ\",\"twixt\":\"≬\",\"twoheadleftarrow\":\"↞\",\"twoheadrightarrow\":\"↠\",\"Uacute\":\"Ú\",\"uacute\":\"ú\",\"uarr\":\"↑\",\"Uarr\":\"↟\",\"uArr\":\"⇑\",\"Uarrocir\":\"⥉\",\"Ubrcy\":\"Ў\",\"ubrcy\":\"ў\",\"Ubreve\":\"Ŭ\",\"ubreve\":\"ŭ\",\"Ucirc\":\"Û\",\"ucirc\":\"û\",\"Ucy\":\"У\",\"ucy\":\"у\",\"udarr\":\"⇅\",\"Udblac\":\"Ű\",\"udblac\":\"ű\",\"udhar\":\"⥮\",\"ufisht\":\"⥾\",\"Ufr\":\"𝔘\",\"ufr\":\"𝔲\",\"Ugrave\":\"Ù\",\"ugrave\":\"ù\",\"uHar\":\"⥣\",\"uharl\":\"↿\",\"uharr\":\"↾\",\"uhblk\":\"▀\",\"ulcorn\":\"⌜\",\"ulcorner\":\"⌜\",\"ulcrop\":\"⌏\",\"ultri\":\"◸\",\"Umacr\":\"Ū\",\"umacr\":\"ū\",\"uml\":\"¨\",\"UnderBar\":\"_\",\"UnderBrace\":\"⏟\",\"UnderBracket\":\"⎵\",\"UnderParenthesis\":\"⏝\",\"Union\":\"⋃\",\"UnionPlus\":\"⊎\",\"Uogon\":\"Ų\",\"uogon\":\"ų\",\"Uopf\":\"𝕌\",\"uopf\":\"𝕦\",\"UpArrowBar\":\"⤒\",\"uparrow\":\"↑\",\"UpArrow\":\"↑\",\"Uparrow\":\"⇑\",\"UpArrowDownArrow\":\"⇅\",\"updownarrow\":\"↕\",\"UpDownArrow\":\"↕\",\"Updownarrow\":\"⇕\",\"UpEquilibrium\":\"⥮\",\"upharpoonleft\":\"↿\",\"upharpoonright\":\"↾\",\"uplus\":\"⊎\",\"UpperLeftArrow\":\"↖\",\"UpperRightArrow\":\"↗\",\"upsi\":\"υ\",\"Upsi\":\"ϒ\",\"upsih\":\"ϒ\",\"Upsilon\":\"Υ\",\"upsilon\":\"υ\",\"UpTeeArrow\":\"↥\",\"UpTee\":\"⊥\",\"upuparrows\":\"⇈\",\"urcorn\":\"⌝\",\"urcorner\":\"⌝\",\"urcrop\":\"⌎\",\"Uring\":\"Ů\",\"uring\":\"ů\",\"urtri\":\"◹\",\"Uscr\":\"𝒰\",\"uscr\":\"𝓊\",\"utdot\":\"⋰\",\"Utilde\":\"Ũ\",\"utilde\":\"ũ\",\"utri\":\"▵\",\"utrif\":\"▴\",\"uuarr\":\"⇈\",\"Uuml\":\"Ü\",\"uuml\":\"ü\",\"uwangle\":\"⦧\",\"vangrt\":\"⦜\",\"varepsilon\":\"ϵ\",\"varkappa\":\"ϰ\",\"varnothing\":\"∅\",\"varphi\":\"ϕ\",\"varpi\":\"ϖ\",\"varpropto\":\"∝\",\"varr\":\"↕\",\"vArr\":\"⇕\",\"varrho\":\"ϱ\",\"varsigma\":\"ς\",\"varsubsetneq\":\"⊊︀\",\"varsubsetneqq\":\"⫋︀\",\"varsupsetneq\":\"⊋︀\",\"varsupsetneqq\":\"⫌︀\",\"vartheta\":\"ϑ\",\"vartriangleleft\":\"⊲\",\"vartriangleright\":\"⊳\",\"vBar\":\"⫨\",\"Vbar\":\"⫫\",\"vBarv\":\"⫩\",\"Vcy\":\"В\",\"vcy\":\"в\",\"vdash\":\"⊢\",\"vDash\":\"⊨\",\"Vdash\":\"⊩\",\"VDash\":\"⊫\",\"Vdashl\":\"⫦\",\"veebar\":\"⊻\",\"vee\":\"∨\",\"Vee\":\"⋁\",\"veeeq\":\"≚\",\"vellip\":\"⋮\",\"verbar\":\"|\",\"Verbar\":\"‖\",\"vert\":\"|\",\"Vert\":\"‖\",\"VerticalBar\":\"∣\",\"VerticalLine\":\"|\",\"VerticalSeparator\":\"❘\",\"VerticalTilde\":\"≀\",\"VeryThinSpace\":\" \",\"Vfr\":\"𝔙\",\"vfr\":\"𝔳\",\"vltri\":\"⊲\",\"vnsub\":\"⊂⃒\",\"vnsup\":\"⊃⃒\",\"Vopf\":\"𝕍\",\"vopf\":\"𝕧\",\"vprop\":\"∝\",\"vrtri\":\"⊳\",\"Vscr\":\"𝒱\",\"vscr\":\"𝓋\",\"vsubnE\":\"⫋︀\",\"vsubne\":\"⊊︀\",\"vsupnE\":\"⫌︀\",\"vsupne\":\"⊋︀\",\"Vvdash\":\"⊪\",\"vzigzag\":\"⦚\",\"Wcirc\":\"Ŵ\",\"wcirc\":\"ŵ\",\"wedbar\":\"⩟\",\"wedge\":\"∧\",\"Wedge\":\"⋀\",\"wedgeq\":\"≙\",\"weierp\":\"℘\",\"Wfr\":\"𝔚\",\"wfr\":\"𝔴\",\"Wopf\":\"𝕎\",\"wopf\":\"𝕨\",\"wp\":\"℘\",\"wr\":\"≀\",\"wreath\":\"≀\",\"Wscr\":\"𝒲\",\"wscr\":\"𝓌\",\"xcap\":\"⋂\",\"xcirc\":\"◯\",\"xcup\":\"⋃\",\"xdtri\":\"▽\",\"Xfr\":\"𝔛\",\"xfr\":\"𝔵\",\"xharr\":\"⟷\",\"xhArr\":\"⟺\",\"Xi\":\"Ξ\",\"xi\":\"ξ\",\"xlarr\":\"⟵\",\"xlArr\":\"⟸\",\"xmap\":\"⟼\",\"xnis\":\"⋻\",\"xodot\":\"⨀\",\"Xopf\":\"𝕏\",\"xopf\":\"𝕩\",\"xoplus\":\"⨁\",\"xotime\":\"⨂\",\"xrarr\":\"⟶\",\"xrArr\":\"⟹\",\"Xscr\":\"𝒳\",\"xscr\":\"𝓍\",\"xsqcup\":\"⨆\",\"xuplus\":\"⨄\",\"xutri\":\"△\",\"xvee\":\"⋁\",\"xwedge\":\"⋀\",\"Yacute\":\"Ý\",\"yacute\":\"ý\",\"YAcy\":\"Я\",\"yacy\":\"я\",\"Ycirc\":\"Ŷ\",\"ycirc\":\"ŷ\",\"Ycy\":\"Ы\",\"ycy\":\"ы\",\"yen\":\"¥\",\"Yfr\":\"𝔜\",\"yfr\":\"𝔶\",\"YIcy\":\"Ї\",\"yicy\":\"ї\",\"Yopf\":\"𝕐\",\"yopf\":\"𝕪\",\"Yscr\":\"𝒴\",\"yscr\":\"𝓎\",\"YUcy\":\"Ю\",\"yucy\":\"ю\",\"yuml\":\"ÿ\",\"Yuml\":\"Ÿ\",\"Zacute\":\"Ź\",\"zacute\":\"ź\",\"Zcaron\":\"Ž\",\"zcaron\":\"ž\",\"Zcy\":\"З\",\"zcy\":\"з\",\"Zdot\":\"Ż\",\"zdot\":\"ż\",\"zeetrf\":\"ℨ\",\"ZeroWidthSpace\":\"​\",\"Zeta\":\"Ζ\",\"zeta\":\"ζ\",\"zfr\":\"𝔷\",\"Zfr\":\"ℨ\",\"ZHcy\":\"Ж\",\"zhcy\":\"ж\",\"zigrarr\":\"⇝\",\"zopf\":\"𝕫\",\"Zopf\":\"ℤ\",\"Zscr\":\"𝒵\",\"zscr\":\"𝓏\",\"zwj\":\"‍\",\"zwnj\":\"‌\"}')},c759:function(e,t,n){var i=n(\"1349\"),a=n(\"a240\"),r=n(\"33dc\"),s=n(\"eac52\"),o=n(\"b3ce\"),l=function(e,t,n){o.clearNode(t);var i=new a(n),l=s(e,i),c=r(l,e,i).toNode();t.appendChild(c)};\"undefined\"!==typeof document&&\"CSS1Compat\"!==document.compatMode&&(\"undefined\"!==typeof console&&console.warn(\"Warning: KaTeX doesn't work in quirks mode. Make sure your website has a suitable doctype.\"),l=function(){throw new i(\"KaTeX doesn't work in quirks mode.\")});var c=function(e,t){var n=new a(t),i=s(e,n);return r(i,e,n).toMarkup()},_=function(e,t){var n=new a(t);return s(e,n)};e.exports={render:l,renderToString:c,__parse:_,ParseError:i}},c8a9:function(e,t,n){\"use strict\";function i(e,t){var n,i,a,r,s,o,l=t.length;for(n=l-1;n>=0;n--)i=t[n],95!==i.marker&&42!==i.marker||-1!==i.end&&(a=t[i.end],o=n>0&&t[n-1].end===i.end+1&&t[n-1].marker===i.marker&&t[n-1].token===i.token-1&&t[i.end+1].token===a.token+1,s=String.fromCharCode(i.marker),r=e.tokens[i.token],r.type=o?\"strong_open\":\"em_open\",r.tag=o?\"strong\":\"em\",r.nesting=1,r.markup=o?s+s:s,r.content=\"\",r=e.tokens[a.token],r.type=o?\"strong_close\":\"em_close\",r.tag=o?\"strong\":\"em\",r.nesting=-1,r.markup=o?s+s:s,r.content=\"\",o&&(e.tokens[t[n-1].token].content=\"\",e.tokens[t[i.end+1].token].content=\"\",n--))}e.exports.tokenize=function(e,t){var n,i,a,r=e.pos,s=e.src.charCodeAt(r);if(t)return!1;if(95!==s&&42!==s)return!1;for(i=e.scanDelims(e.pos,42===s),n=0;n<i.length;n++)a=e.push(\"text\",\"\",0),a.content=String.fromCharCode(s),e.delimiters.push({marker:s,length:i.length,token:e.tokens.length-1,end:-1,open:i.can_open,close:i.can_close});return e.pos+=i.length,!0},e.exports.postProcess=function(e){var t,n=e.tokens_meta,a=e.tokens_meta.length;for(i(e,e.delimiters),t=0;t<a;t++)n[t]&&n[t].delimiters&&i(e,n[t].delimiters)}},c8e5:function(e,t){function n(e){const t=\"primitive rsc_template\",n=\"group clone ms master location colocation order fencing_topology rsc_ticket acl_target acl_group user role tag xml\",i=\"property rsc_defaults op_defaults\",a=\"params meta operations op rule attributes utilization\",r=\"read write deny defined not_defined in_range date spec in ref reference attribute type xpath version and or lt gt tag lte gte eq ne \\\\\",s=\"number string\",o=\"Master Started Slave Stopped start promote demote stop monitor true false\";return{name:\"crmsh\",aliases:[\"crm\",\"pcmk\"],case_insensitive:!0,keywords:{keyword:a+\" \"+r+\" \"+s,literal:o},contains:[e.HASH_COMMENT_MODE,{beginKeywords:\"node\",starts:{end:\"\\\\s*([\\\\w_-]+:)?\",starts:{className:\"title\",end:\"\\\\s*[\\\\$\\\\w_][\\\\w_-]*\"}}},{beginKeywords:t,starts:{className:\"title\",end:\"\\\\s*[\\\\$\\\\w_][\\\\w_-]*\",starts:{end:\"\\\\s*@?[\\\\w_][\\\\w_\\\\.:-]*\"}}},{begin:\"\\\\b(\"+n.split(\" \").join(\"|\")+\")\\\\s+\",keywords:n,starts:{className:\"title\",end:\"[\\\\$\\\\w_][\\\\w_-]*\"}},{beginKeywords:i,starts:{className:\"title\",end:\"\\\\s*([\\\\w_-]+:)?\"}},e.QUOTE_STRING_MODE,{className:\"meta\",begin:\"(ocf|systemd|service|lsb):[\\\\w_:-]+\",relevance:0},{className:\"number\",begin:\"\\\\b\\\\d+(\\\\.\\\\d+)?(ms|s|h|m)?\",relevance:0},{className:\"literal\",begin:\"[-]?(infinity|inf)\",relevance:0},{className:\"attr\",begin:/([A-Za-z$_#][\\w_-]+)=/,relevance:0},{className:\"tag\",begin:\"</?\",end:\"/?>\",relevance:0}]}}e.exports=n},c9b3:function(e,t,n){var i=n(\"0f09\"),a=n(\"cc98d\"),r=n(\"15d1\"),s=n(\"b3ce\"),o=[\"\\\\Gamma\",\"\\\\Delta\",\"\\\\Theta\",\"\\\\Lambda\",\"\\\\Xi\",\"\\\\Pi\",\"\\\\Sigma\",\"\\\\Upsilon\",\"\\\\Phi\",\"\\\\Psi\",\"\\\\Omega\"],l=[\"ı\",\"ȷ\"],c=function(e,t,n,s,o){r[n][e]&&r[n][e].replace&&(e=r[n][e].replace);var l,c=a.getCharacterMetrics(e,t);return c?l=new i.symbolNode(e,c.height,c.depth,c.italic,c.skew,o):(\"undefined\"!==typeof console&&console.warn(\"No character metrics for '\"+e+\"' in style '\"+t+\"'\"),l=new i.symbolNode(e,0,0,0,0,o)),s&&(l.style.color=s),l},_=function(e,t,n,i){return\"\\\\\"===e||\"main\"===r[t][e].font?c(e,\"Main-Regular\",t,n,i):c(e,\"AMS-Regular\",t,n,i.concat([\"amsrm\"]))},d=function(e,t,n,i,a){if(\"mathord\"===a)return u(e,t,n,i);if(\"textord\"===a)return c(e,\"Main-Regular\",t,n,i.concat([\"mathrm\"]));throw new Error(\"unexpected type: \"+a+\" in mathDefault\")},u=function(e,t,n,i){return/[0-9]/.test(e.charAt(0))||s.contains(l,e)||s.contains(o,e)?c(e,\"Main-Italic\",t,n,i.concat([\"mainit\"])):c(e,\"Math-Italic\",t,n,i.concat([\"mathit\"]))},p=function(e,t,n){var i=e.mode,o=e.value;r[i][o]&&r[i][o].replace&&(o=r[i][o].replace);var _=[\"mord\"],p=t.getColor(),m=t.font;if(m){if(\"mathit\"===m||s.contains(l,o))return u(o,i,p,_);var g=T[m].fontName;return a.getCharacterMetrics(o,g)?c(o,g,i,p,_.concat([m])):d(o,i,p,_,n)}return d(o,i,p,_,n)},m=function(e){var t=0,n=0,i=0;if(e.children)for(var a=0;a<e.children.length;a++)e.children[a].height>t&&(t=e.children[a].height),e.children[a].depth>n&&(n=e.children[a].depth),e.children[a].maxFontSize>i&&(i=e.children[a].maxFontSize);e.height=t,e.depth=n,e.maxFontSize=i},g=function(e,t,n){var a=new i.span(e,t);return m(a),n&&(a.style.color=n),a},h=function(e){var t=new i.documentFragment(e);return m(t),t},E=function(e,t){var n=g([],[new i.symbolNode(\"​\")]);n.style.fontSize=t/e.style.sizeMultiplier+\"em\";var a=g([\"fontsize-ensurer\",\"reset-\"+e.size,\"size5\"],[n]);return a},S=function(e,t,n,a){var r,s,o;if(\"individualShift\"===t){var l=e;for(e=[l[0]],r=-l[0].shift-l[0].elem.depth,s=r,o=1;o<l.length;o++){var c=-l[o].shift-s-l[o].elem.depth,_=c-(l[o-1].elem.height+l[o-1].elem.depth);s+=c,e.push({type:\"kern\",size:_}),e.push(l[o])}}else if(\"top\"===t){var d=n;for(o=0;o<e.length;o++)\"kern\"===e[o].type?d-=e[o].size:d-=e[o].elem.height+e[o].elem.depth;r=d}else r=\"bottom\"===t?-n:\"shift\"===t?-e[0].elem.depth-n:\"firstBaseline\"===t?-e[0].elem.depth:0;var u=0;for(o=0;o<e.length;o++)\"elem\"===e[o].type&&(u=Math.max(u,e[o].elem.maxFontSize));var p=E(a,u),m=[];for(s=r,o=0;o<e.length;o++)if(\"kern\"===e[o].type)s+=e[o].size;else{var h=e[o].elem,S=-h.depth-s;s+=h.height+h.depth;var b=g([],[p,h]);b.height-=S,b.depth+=S,b.style.top=S+\"em\",m.push(b)}var f=g([\"baseline-fix\"],[p,new i.symbolNode(\"​\")]);m.push(f);var T=g([\"vlist\"],m);return T.height=Math.max(s,T.height),T.depth=Math.max(-r,T.depth),T},b={size1:.5,size2:.7,size3:.8,size4:.9,size5:1,size6:1.2,size7:1.44,size8:1.73,size9:2.07,size10:2.49},f={\"\\\\qquad\":{size:\"2em\",className:\"qquad\"},\"\\\\quad\":{size:\"1em\",className:\"quad\"},\"\\\\enspace\":{size:\"0.5em\",className:\"enspace\"},\"\\\\;\":{size:\"0.277778em\",className:\"thickspace\"},\"\\\\:\":{size:\"0.22222em\",className:\"mediumspace\"},\"\\\\,\":{size:\"0.16667em\",className:\"thinspace\"},\"\\\\!\":{size:\"-0.16667em\",className:\"negativethinspace\"}},T={mathbf:{variant:\"bold\",fontName:\"Main-Bold\"},mathrm:{variant:\"normal\",fontName:\"Main-Regular\"},mathbb:{variant:\"double-struck\",fontName:\"AMS-Regular\"},mathcal:{variant:\"script\",fontName:\"Caligraphic-Regular\"},mathfrak:{variant:\"fraktur\",fontName:\"Fraktur-Regular\"},mathscr:{variant:\"script\",fontName:\"Script-Regular\"},mathsf:{variant:\"sans-serif\",fontName:\"SansSerif-Regular\"},mathtt:{variant:\"monospace\",fontName:\"Typewriter-Regular\"}};e.exports={fontMap:T,makeSymbol:c,mathsym:_,makeSpan:g,makeFragment:h,makeVList:S,makeOrd:p,sizingMultiplier:b,spacingFunctions:f}},caac:function(e,t){function n(e,t,n){this.type=e,this.value=t,this.mode=n}e.exports={ParseNode:n}},cb29:function(e,t,n){var i=n(\"23e7\"),a=n(\"81d5\"),r=n(\"44d2\");i({target:\"Array\",proto:!0},{fill:a}),r(\"fill\")},cbc7:function(e,t){e.exports=/[\\0-\\uD7FF\\uE000-\\uFFFF]|[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]|[\\uD800-\\uDBFF](?![\\uDC00-\\uDFFF])|(?:[^\\uD800-\\uDBFF]|^)[\\uDC00-\\uDFFF]/},cc98d:function(e,t,n){var i=n(\"68d8\"),a=.431,r=1,s=.677,o=.394,l=.444,c=.686,_=.345,d=.413,u=.363,p=.289,m=.15,g=.247,h=.386,E=.05,S=2.39,b=1.01,f=.81,T=.71,C=.25,v=.04,y=.111,R=.166,N=.2,O=.6,A=.1,I=10,D=2/I,w={xHeight:a,quad:r,num1:s,num2:o,num3:l,denom1:c,denom2:_,sup1:d,sup2:u,sup3:p,sub1:m,sub2:g,supDrop:h,subDrop:E,axisHeight:C,defaultRuleThickness:v,bigOpSpacing1:y,bigOpSpacing2:R,bigOpSpacing3:N,bigOpSpacing4:O,bigOpSpacing5:A,ptPerEm:I,emPerEx:a/r,doubleRuleSep:D,delim1:S,getDelim2:function(e){if(e.size===i.TEXT.size)return b;if(e.size===i.SCRIPT.size)return f;if(e.size===i.SCRIPTSCRIPT.size)return T;throw new Error(\"Unexpected style size: \"+e.size)}},x=n(\"72cb\"),M=function(e,t){var n=x[t][e.charCodeAt(0)];if(n)return{depth:n[0],height:n[1],italic:n[2],skew:n[3],width:n[4]}};e.exports={metrics:w,getCharacterMetrics:M}},cd0f:function(e,t,n){\"use strict\";var i=n(\"0068\").normalizeReference,a=n(\"0068\").isSpace;e.exports=function(e,t){var n,r,s,o,l,c,_,d,u,p=\"\",m=\"\",g=e.pos,h=e.posMax,E=e.pos,S=!0;if(91!==e.src.charCodeAt(e.pos))return!1;if(l=e.pos+1,o=e.md.helpers.parseLinkLabel(e,e.pos,!0),o<0)return!1;if(c=o+1,c<h&&40===e.src.charCodeAt(c)){for(S=!1,c++;c<h;c++)if(r=e.src.charCodeAt(c),!a(r)&&10!==r)break;if(c>=h)return!1;if(E=c,_=e.md.helpers.parseLinkDestination(e.src,c,e.posMax),_.ok){for(p=e.md.normalizeLink(_.str),e.md.validateLink(p)?c=_.pos:p=\"\",E=c;c<h;c++)if(r=e.src.charCodeAt(c),!a(r)&&10!==r)break;if(_=e.md.helpers.parseLinkTitle(e.src,c,e.posMax),c<h&&E!==c&&_.ok)for(m=_.str,c=_.pos;c<h;c++)if(r=e.src.charCodeAt(c),!a(r)&&10!==r)break}(c>=h||41!==e.src.charCodeAt(c))&&(S=!0),c++}if(S){if(\"undefined\"===typeof e.env.references)return!1;if(c<h&&91===e.src.charCodeAt(c)?(E=c+1,c=e.md.helpers.parseLinkLabel(e,c),c>=0?s=e.src.slice(E,c++):c=o+1):c=o+1,s||(s=e.src.slice(l,o)),d=e.env.references[i(s)],!d)return e.pos=g,!1;p=d.href,m=d.title}return t||(e.pos=l,e.posMax=o,u=e.push(\"link_open\",\"a\",1),u.attrs=n=[[\"href\",p]],m&&n.push([\"title\",m]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,u=e.push(\"link_close\",\"a\",-1)),e.pos=c,e.posMax=h,!0}},cf2b:function(e,t,n){\"use strict\";e.exports=function(e){function t(e,t){var n,i,a,r,s,o=e.pos,l=e.src.charCodeAt(o);if(t)return!1;if(43!==l)return!1;if(i=e.scanDelims(e.pos,!0),r=i.length,s=String.fromCharCode(l),r<2)return!1;for(r%2&&(a=e.push(\"text\",\"\",0),a.content=s,r--),n=0;n<r;n+=2)a=e.push(\"text\",\"\",0),a.content=s+s,(i.can_open||i.can_close)&&e.delimiters.push({marker:l,length:0,jump:n/2,token:e.tokens.length-1,end:-1,open:i.can_open,close:i.can_close});return e.pos+=i.length,!0}function n(e,t){var n,i,a,r,s,o=[],l=t.length;for(n=0;n<l;n++)a=t[n],43===a.marker&&-1!==a.end&&(r=t[a.end],s=e.tokens[a.token],s.type=\"ins_open\",s.tag=\"ins\",s.nesting=1,s.markup=\"++\",s.content=\"\",s=e.tokens[r.token],s.type=\"ins_close\",s.tag=\"ins\",s.nesting=-1,s.markup=\"++\",s.content=\"\",\"text\"===e.tokens[r.token-1].type&&\"+\"===e.tokens[r.token-1].content&&o.push(r.token-1));while(o.length){n=o.pop(),i=n+1;while(i<e.tokens.length&&\"ins_close\"===e.tokens[i].type)i++;i--,n!==i&&(s=e.tokens[i],e.tokens[i]=e.tokens[n],e.tokens[n]=s)}}e.inline.ruler.before(\"emphasis\",\"ins\",t),e.inline.ruler2.before(\"emphasis\",\"ins\",(function(e){var t,i=e.tokens_meta,a=(e.tokens_meta||[]).length;for(n(e,e.delimiters),t=0;t<a;t++)i[t]&&i[t].delimiters&&n(e,i[t].delimiters)}))}},cf98:function(e,t){e.exports={IndexSizeError:{s:\"INDEX_SIZE_ERR\",c:1,m:1},DOMStringSizeError:{s:\"DOMSTRING_SIZE_ERR\",c:2,m:0},HierarchyRequestError:{s:\"HIERARCHY_REQUEST_ERR\",c:3,m:1},WrongDocumentError:{s:\"WRONG_DOCUMENT_ERR\",c:4,m:1},InvalidCharacterError:{s:\"INVALID_CHARACTER_ERR\",c:5,m:1},NoDataAllowedError:{s:\"NO_DATA_ALLOWED_ERR\",c:6,m:0},NoModificationAllowedError:{s:\"NO_MODIFICATION_ALLOWED_ERR\",c:7,m:1},NotFoundError:{s:\"NOT_FOUND_ERR\",c:8,m:1},NotSupportedError:{s:\"NOT_SUPPORTED_ERR\",c:9,m:1},InUseAttributeError:{s:\"INUSE_ATTRIBUTE_ERR\",c:10,m:1},InvalidStateError:{s:\"INVALID_STATE_ERR\",c:11,m:1},SyntaxError:{s:\"SYNTAX_ERR\",c:12,m:1},InvalidModificationError:{s:\"INVALID_MODIFICATION_ERR\",c:13,m:1},NamespaceError:{s:\"NAMESPACE_ERR\",c:14,m:1},InvalidAccessError:{s:\"INVALID_ACCESS_ERR\",c:15,m:1},ValidationError:{s:\"VALIDATION_ERR\",c:16,m:0},TypeMismatchError:{s:\"TYPE_MISMATCH_ERR\",c:17,m:1},SecurityError:{s:\"SECURITY_ERR\",c:18,m:1},NetworkError:{s:\"NETWORK_ERR\",c:19,m:1},AbortError:{s:\"ABORT_ERR\",c:20,m:1},URLMismatchError:{s:\"URL_MISMATCH_ERR\",c:21,m:1},QuotaExceededError:{s:\"QUOTA_EXCEEDED_ERR\",c:22,m:1},TimeoutError:{s:\"TIMEOUT_ERR\",c:23,m:1},InvalidNodeTypeError:{s:\"INVALID_NODE_TYPE_ERR\",c:24,m:1},DataCloneError:{s:\"DATA_CLONE_ERR\",c:25,m:1}}},d248:function(e,t){function n(e){const t={begin:/\\|[A-Za-z]+:?/,keywords:{name:\"truncatewords removetags linebreaksbr yesno get_digit timesince random striptags filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands title floatformat capfirst pprint divisibleby add make_list unordered_list urlencode timeuntil urlizetrunc wordcount stringformat linenumbers slice date dictsort dictsortreversed default_if_none pluralize lower join center default truncatewords_html upper length phone2numeric wordwrap time addslashes slugify first escapejs force_escape iriencode last safe safeseq truncatechars localize unlocalize localtime utc timezone\"},contains:[e.QUOTE_STRING_MODE,e.APOS_STRING_MODE]};return{name:\"Django\",aliases:[\"jinja\"],case_insensitive:!0,subLanguage:\"xml\",contains:[e.COMMENT(/\\{%\\s*comment\\s*%\\}/,/\\{%\\s*endcomment\\s*%\\}/),e.COMMENT(/\\{#/,/#\\}/),{className:\"template-tag\",begin:/\\{%/,end:/%\\}/,contains:[{className:\"name\",begin:/\\w+/,keywords:{name:\"comment endcomment load templatetag ifchanged endifchanged if endif firstof for endfor ifnotequal endifnotequal widthratio extends include spaceless endspaceless regroup ifequal endifequal ssi now with cycle url filter endfilter debug block endblock else autoescape endautoescape csrf_token empty elif endwith static trans blocktrans endblocktrans get_static_prefix get_media_prefix plural get_current_language language get_available_languages get_current_language_bidi get_language_info get_language_info_list localize endlocalize localtime endlocaltime timezone endtimezone get_current_timezone verbatim\"},starts:{endsWithParent:!0,keywords:\"in by as\",contains:[t],relevance:0}}]},{className:\"template-variable\",begin:/\\{\\{/,end:/\\}\\}/,contains:[t]}]}}e.exports=n},d318:function(e,t,n){var i=n(\"1349\"),a=n(\"68d8\"),r=n(\"c9b3\"),s=n(\"ea56\"),o=n(\"0f09\"),l=n(\"cc98d\"),c=n(\"b3ce\"),_=r.makeSpan,d=function(e,t,n){for(var i=[],a=0;a<e.length;a++){var r=e[a];i.push(b(r,t,n)),n=r}return i},u={mathord:\"mord\",textord:\"mord\",bin:\"mbin\",rel:\"mrel\",text:\"mord\",open:\"mopen\",close:\"mclose\",inner:\"minner\",genfrac:\"mord\",array:\"mord\",spacing:\"mord\",punct:\"mpunct\",ordgroup:\"mord\",op:\"mop\",katex:\"mord\",overline:\"mord\",underline:\"mord\",rule:\"mord\",leftright:\"minner\",sqrt:\"mord\",accent:\"mord\"},p=function(e){return null==e?u.mathord:\"supsub\"===e.type?p(e.value.base):\"llap\"===e.type||\"rlap\"===e.type?p(e.value):\"color\"===e.type||\"sizing\"===e.type||\"styling\"===e.type?p(e.value.value):\"delimsizing\"===e.type?u[e.value.delimType]:u[e.type]},m=function(e,t){return!!e&&(\"op\"===e.type?e.value.limits&&(t.style.size===a.DISPLAY.size||e.value.alwaysHandleSupSub):\"accent\"===e.type?h(e.value.base):null)},g=function(e){return!!e&&(\"ordgroup\"===e.type?1===e.value.length?g(e.value[0]):e:\"color\"===e.type&&1===e.value.value.length?g(e.value.value[0]):e)},h=function(e){var t=g(e);return\"mathord\"===t.type||\"textord\"===t.type||\"bin\"===t.type||\"rel\"===t.type||\"inner\"===t.type||\"open\"===t.type||\"close\"===t.type||\"punct\"===t.type},E=function(e){return _([\"sizing\",\"reset-\"+e.size,\"size5\",e.style.reset(),a.TEXT.cls(),\"nulldelimiter\"])},S={mathord:function(e,t,n){return r.makeOrd(e,t,\"mathord\")},textord:function(e,t,n){return r.makeOrd(e,t,\"textord\")},bin:function(e,t,n){var i=\"mbin\",a=n;while(a&&\"color\"===a.type){var s=a.value.value;a=s[s.length-1]}return n&&!c.contains([\"mbin\",\"mopen\",\"mrel\",\"mop\",\"mpunct\"],p(a))||(e.type=\"textord\",i=\"mord\"),r.mathsym(e.value,e.mode,t.getColor(),[i])},rel:function(e,t,n){return r.mathsym(e.value,e.mode,t.getColor(),[\"mrel\"])},open:function(e,t,n){return r.mathsym(e.value,e.mode,t.getColor(),[\"mopen\"])},close:function(e,t,n){return r.mathsym(e.value,e.mode,t.getColor(),[\"mclose\"])},inner:function(e,t,n){return r.mathsym(e.value,e.mode,t.getColor(),[\"minner\"])},punct:function(e,t,n){return r.mathsym(e.value,e.mode,t.getColor(),[\"mpunct\"])},ordgroup:function(e,t,n){return _([\"mord\",t.style.cls()],d(e.value,t.reset()))},text:function(e,t,n){return _([\"text\",\"mord\",t.style.cls()],d(e.value.body,t.reset()))},color:function(e,t,n){var i=d(e.value.value,t.withColor(e.value.color),n);return new r.makeFragment(i)},supsub:function(e,t,n){if(m(e.value.base,t))return S[e.value.base.type](e,t,n);var i,s,c,d,u,g,E,f=b(e.value.base,t.reset());e.value.sup&&(c=b(e.value.sup,t.withStyle(t.style.sup())),i=_([t.style.reset(),t.style.sup().cls()],[c])),e.value.sub&&(d=b(e.value.sub,t.withStyle(t.style.sub())),s=_([t.style.reset(),t.style.sub().cls()],[d])),h(e.value.base)?(u=0,g=0):(u=f.height-l.metrics.supDrop,g=f.depth+l.metrics.subDrop),E=t.style===a.DISPLAY?l.metrics.sup1:t.style.cramped?l.metrics.sup3:l.metrics.sup2;var T,C=a.TEXT.sizeMultiplier*t.style.sizeMultiplier,v=.5/l.metrics.ptPerEm/C+\"em\";if(e.value.sup)if(e.value.sub){u=Math.max(u,E,c.depth+.25*l.metrics.xHeight),g=Math.max(g,l.metrics.sub2);var y=l.metrics.defaultRuleThickness;if(u-c.depth-(d.height-g)<4*y){g=4*y-(u-c.depth)+d.height;var R=.8*l.metrics.xHeight-(u-c.depth);R>0&&(u+=R,g-=R)}T=r.makeVList([{type:\"elem\",elem:s,shift:g},{type:\"elem\",elem:i,shift:-u}],\"individualShift\",null,t),f instanceof o.symbolNode&&(T.children[0].style.marginLeft=-f.italic+\"em\"),T.children[0].style.marginRight=v,T.children[1].style.marginRight=v}else u=Math.max(u,E,c.depth+.25*l.metrics.xHeight),T=r.makeVList([{type:\"elem\",elem:i}],\"shift\",-u,t),T.children[0].style.marginRight=v;else g=Math.max(g,l.metrics.sub1,d.height-.8*l.metrics.xHeight),T=r.makeVList([{type:\"elem\",elem:s}],\"shift\",g,t),T.children[0].style.marginRight=v,f instanceof o.symbolNode&&(T.children[0].style.marginLeft=-f.italic+\"em\");return _([p(e.value.base)],[f,T])},genfrac:function(e,t,n){var i=t.style;\"display\"===e.value.size?i=a.DISPLAY:\"text\"===e.value.size&&(i=a.TEXT);var o,c,d,u,p,m,g,h,S=i.fracNum(),f=i.fracDen(),T=b(e.value.numer,t.withStyle(S)),C=_([i.reset(),S.cls()],[T]),v=b(e.value.denom,t.withStyle(f)),y=_([i.reset(),f.cls()],[v]);if(o=e.value.hasBarLine?l.metrics.defaultRuleThickness/t.style.sizeMultiplier:0,i.size===a.DISPLAY.size?(c=l.metrics.num1,d=o>0?3*o:7*l.metrics.defaultRuleThickness,u=l.metrics.denom1):(o>0?(c=l.metrics.num2,d=o):(c=l.metrics.num3,d=3*l.metrics.defaultRuleThickness),u=l.metrics.denom2),0===o){var R=c-T.depth-(v.height-u);R<d&&(c+=.5*(d-R),u+=.5*(d-R)),p=r.makeVList([{type:\"elem\",elem:y,shift:u},{type:\"elem\",elem:C,shift:-c}],\"individualShift\",null,t)}else{var N=l.metrics.axisHeight;c-T.depth-(N+.5*o)<d&&(c+=d-(c-T.depth-(N+.5*o))),N-.5*o-(v.height-u)<d&&(u+=d-(N-.5*o-(v.height-u)));var O=_([t.style.reset(),a.TEXT.cls(),\"frac-line\"]);O.height=o;var A=-(N-.5*o);p=r.makeVList([{type:\"elem\",elem:y,shift:u},{type:\"elem\",elem:O,shift:A},{type:\"elem\",elem:C,shift:-c}],\"individualShift\",null,t)}return p.height*=i.sizeMultiplier/t.style.sizeMultiplier,p.depth*=i.sizeMultiplier/t.style.sizeMultiplier,m=i.size===a.DISPLAY.size?l.metrics.delim1:l.metrics.getDelim2(i),g=null==e.value.leftDelim?E(t):s.customSizedDelim(e.value.leftDelim,m,!0,t.withStyle(i),e.mode),h=null==e.value.rightDelim?E(t):s.customSizedDelim(e.value.rightDelim,m,!0,t.withStyle(i),e.mode),_([\"mord\",t.style.reset(),i.cls()],[g,_([\"mfrac\"],[p]),h],t.getColor())},array:function(e,t,n){var a,s,o=e.value.body.length,d=0,u=new Array(o),p=1/l.metrics.ptPerEm,m=5*p,g=12*p,h=c.deflt(e.value.arraystretch,1),E=h*g,S=.7*E,f=.3*E,T=0;for(a=0;a<e.value.body.length;++a){var C=e.value.body[a],v=S,y=f;d<C.length&&(d=C.length);var R=new Array(C.length);for(s=0;s<C.length;++s){var N=b(C[s],t);y<N.depth&&(y=N.depth),v<N.height&&(v=N.height),R[s]=N}var O=0;if(e.value.rowGaps[a]){switch(O=e.value.rowGaps[a].value,O.unit){case\"em\":O=O.number;break;case\"ex\":O=O.number*l.metrics.emPerEx;break;default:console.error(\"Can't handle unit \"+O.unit),O=0}O>0&&(O+=f,y<O&&(y=O),O=0)}R.height=v,R.depth=y,T+=v,R.pos=T,T+=y+O,u[a]=R}var A,I,D=T/2+l.metrics.axisHeight,w=e.value.cols||[],x=[];for(s=0,I=0;s<d||I<w.length;++s,++I){var M=w[I]||{},k=!0;while(\"separator\"===M.type){if(k||(A=_([\"arraycolsep\"],[]),A.style.width=l.metrics.doubleRuleSep+\"em\",x.push(A)),\"|\"!==M.separator)throw new i(\"Invalid separator type: \"+M.separator);var L=_([\"vertical-separator\"],[]);L.style.height=T+\"em\",L.style.verticalAlign=-(T-D)+\"em\",x.push(L),I++,M=w[I]||{},k=!1}if(!(s>=d)){var P;(s>0||e.value.hskipBeforeAndAfter)&&(P=c.deflt(M.pregap,m),0!==P&&(A=_([\"arraycolsep\"],[]),A.style.width=P+\"em\",x.push(A)));var F=[];for(a=0;a<o;++a){var U=u[a],B=U[s];if(B){var G=U.pos-D;B.depth=U.depth,B.height=U.height,F.push({type:\"elem\",elem:B,shift:G})}}F=r.makeVList(F,\"individualShift\",null,t),F=_([\"col-align-\"+(M.align||\"c\")],[F]),x.push(F),(s<d-1||e.value.hskipBeforeAndAfter)&&(P=c.deflt(M.postgap,m),0!==P&&(A=_([\"arraycolsep\"],[]),A.style.width=P+\"em\",x.push(A)))}}return u=_([\"mtable\"],x),_([\"mord\"],[u],t.getColor())},spacing:function(e,t,n){return\"\\\\ \"===e.value||\"\\\\space\"===e.value||\" \"===e.value||\"~\"===e.value?_([\"mord\",\"mspace\"],[r.mathsym(e.value,e.mode)]):_([\"mord\",\"mspace\",r.spacingFunctions[e.value].className])},llap:function(e,t,n){var i=_([\"inner\"],[b(e.value.body,t.reset())]),a=_([\"fix\"],[]);return _([\"llap\",t.style.cls()],[i,a])},rlap:function(e,t,n){var i=_([\"inner\"],[b(e.value.body,t.reset())]),a=_([\"fix\"],[]);return _([\"rlap\",t.style.cls()],[i,a])},op:function(e,t,n){var i,s,o=!1;\"supsub\"===e.type&&(i=e.value.sup,s=e.value.sub,e=e.value.base,o=!0);var d,u=[\"\\\\smallint\"],p=!1;t.style.size===a.DISPLAY.size&&e.value.symbol&&!c.contains(u,e.value.body)&&(p=!0);var m=0,g=0;if(e.value.symbol){var h=p?\"Size2-Regular\":\"Size1-Regular\";d=r.makeSymbol(e.value.body,h,\"math\",t.getColor(),[\"op-symbol\",p?\"large-op\":\"small-op\",\"mop\"]),m=(d.height-d.depth)/2-l.metrics.axisHeight*t.style.sizeMultiplier,g=d.italic}else{for(var E=[],S=1;S<e.value.body.length;S++)E.push(r.mathsym(e.value.body[S],e.mode));d=_([\"mop\"],E,t.getColor())}if(o){var f,T,C,v,y,R,N;if(d=_([],[d]),i){var O=b(i,t.withStyle(t.style.sup()));f=_([t.style.reset(),t.style.sup().cls()],[O]),T=Math.max(l.metrics.bigOpSpacing1,l.metrics.bigOpSpacing3-O.depth)}if(s){var A=b(s,t.withStyle(t.style.sub()));C=_([t.style.reset(),t.style.sub().cls()],[A]),v=Math.max(l.metrics.bigOpSpacing2,l.metrics.bigOpSpacing4-A.height)}if(i)if(s){if(!i&&!s)return d;N=l.metrics.bigOpSpacing5+C.height+C.depth+v+d.depth+m,y=r.makeVList([{type:\"kern\",size:l.metrics.bigOpSpacing5},{type:\"elem\",elem:C},{type:\"kern\",size:v},{type:\"elem\",elem:d},{type:\"kern\",size:T},{type:\"elem\",elem:f},{type:\"kern\",size:l.metrics.bigOpSpacing5}],\"bottom\",N,t),y.children[0].style.marginLeft=-g+\"em\",y.children[2].style.marginLeft=g+\"em\"}else N=d.depth+m,y=r.makeVList([{type:\"elem\",elem:d},{type:\"kern\",size:T},{type:\"elem\",elem:f},{type:\"kern\",size:l.metrics.bigOpSpacing5}],\"bottom\",N,t),y.children[1].style.marginLeft=g+\"em\";else R=d.height-m,y=r.makeVList([{type:\"kern\",size:l.metrics.bigOpSpacing5},{type:\"elem\",elem:C},{type:\"kern\",size:v},{type:\"elem\",elem:d}],\"top\",R,t),y.children[0].style.marginLeft=-g+\"em\";return _([\"mop\",\"op-limits\"],[y])}return e.value.symbol&&(d.style.top=m+\"em\"),d},katex:function(e,t,n){var i=_([\"k\"],[r.mathsym(\"K\",e.mode)]),a=_([\"a\"],[r.mathsym(\"A\",e.mode)]);a.height=.75*(a.height+.2),a.depth=.75*(a.height-.2);var s=_([\"t\"],[r.mathsym(\"T\",e.mode)]),o=_([\"e\"],[r.mathsym(\"E\",e.mode)]);o.height=o.height-.2155,o.depth=o.depth+.2155;var l=_([\"x\"],[r.mathsym(\"X\",e.mode)]);return _([\"katex-logo\",\"mord\"],[i,a,s,o,l],t.getColor())},overline:function(e,t,n){var i=b(e.value.body,t.withStyle(t.style.cramp())),s=l.metrics.defaultRuleThickness/t.style.sizeMultiplier,o=_([t.style.reset(),a.TEXT.cls(),\"overline-line\"]);o.height=s,o.maxFontSize=1;var c=r.makeVList([{type:\"elem\",elem:i},{type:\"kern\",size:3*s},{type:\"elem\",elem:o},{type:\"kern\",size:s}],\"firstBaseline\",null,t);return _([\"overline\",\"mord\"],[c],t.getColor())},underline:function(e,t,n){var i=b(e.value.body,t),s=l.metrics.defaultRuleThickness/t.style.sizeMultiplier,o=_([t.style.reset(),a.TEXT.cls(),\"underline-line\"]);o.height=s,o.maxFontSize=1;var c=r.makeVList([{type:\"kern\",size:s},{type:\"elem\",elem:o},{type:\"kern\",size:3*s},{type:\"elem\",elem:i}],\"top\",i.height,t);return _([\"underline\",\"mord\"],[c],t.getColor())},sqrt:function(e,t,n){var i=b(e.value.body,t.withStyle(t.style.cramp())),o=l.metrics.defaultRuleThickness/t.style.sizeMultiplier,c=_([t.style.reset(),a.TEXT.cls(),\"sqrt-line\"],[],t.getColor());c.height=o,c.maxFontSize=1;var d=o;t.style.id<a.TEXT.id&&(d=l.metrics.xHeight);var u=o+d/4,p=(i.height+i.depth)*t.style.sizeMultiplier,m=p+u+o,g=_([\"sqrt-sign\"],[s.customSizedDelim(\"\\\\surd\",m,!1,t,e.mode)],t.getColor()),h=g.height+g.depth-o;h>i.height+i.depth+u&&(u=(u+h-i.height-i.depth)/2);var E,S=-(i.height+u+o)+g.height;if(g.style.top=S+\"em\",g.height-=S,g.depth+=S,E=0===i.height&&0===i.depth?_():r.makeVList([{type:\"elem\",elem:i},{type:\"kern\",size:u},{type:\"elem\",elem:c},{type:\"kern\",size:o}],\"firstBaseline\",null,t),e.value.index){var f=b(e.value.index,t.withStyle(a.SCRIPTSCRIPT)),T=_([t.style.reset(),a.SCRIPTSCRIPT.cls()],[f]),C=Math.max(g.height,E.height),v=Math.max(g.depth,E.depth),y=.6*(C-v),R=r.makeVList([{type:\"elem\",elem:T}],\"shift\",-y,t),N=_([\"root\"],[R]);return _([\"sqrt\",\"mord\"],[N,g,E])}return _([\"sqrt\",\"mord\"],[g,E])},sizing:function(e,t,n){var i=d(e.value.value,t.withSize(e.value.size),n),a=_([\"mord\"],[_([\"sizing\",\"reset-\"+t.size,e.value.size,t.style.cls()],i)]),s=r.sizingMultiplier[e.value.size];return a.maxFontSize=s*t.style.sizeMultiplier,a},styling:function(e,t,n){var i={display:a.DISPLAY,text:a.TEXT,script:a.SCRIPT,scriptscript:a.SCRIPTSCRIPT},r=i[e.value.style],s=d(e.value.value,t.withStyle(r),n);return _([t.style.reset(),r.cls()],s)},font:function(e,t,n){var i=e.value.font;return b(e.value.body,t.withFont(i),n)},delimsizing:function(e,t,n){var i=e.value.value;return\".\"===i?_([u[e.value.delimType]]):_([u[e.value.delimType]],[s.sizedDelim(i,e.value.size,t,e.mode)])},leftright:function(e,t,n){for(var i,a,r=d(e.value.body,t.reset()),o=0,l=0,c=0;c<r.length;c++)o=Math.max(r[c].height,o),l=Math.max(r[c].depth,l);return o*=t.style.sizeMultiplier,l*=t.style.sizeMultiplier,i=\".\"===e.value.left?E(t):s.leftRightDelim(e.value.left,o,l,t,e.mode),r.unshift(i),a=\".\"===e.value.right?E(t):s.leftRightDelim(e.value.right,o,l,t,e.mode),r.push(a),_([\"minner\",t.style.cls()],r,t.getColor())},rule:function(e,t,n){var i=_([\"mord\",\"rule\"],[],t.getColor()),a=0;e.value.shift&&(a=e.value.shift.number,\"ex\"===e.value.shift.unit&&(a*=l.metrics.xHeight));var r=e.value.width.number;\"ex\"===e.value.width.unit&&(r*=l.metrics.xHeight);var s=e.value.height.number;return\"ex\"===e.value.height.unit&&(s*=l.metrics.xHeight),a/=t.style.sizeMultiplier,r/=t.style.sizeMultiplier,s/=t.style.sizeMultiplier,i.style.borderRightWidth=r+\"em\",i.style.borderTopWidth=s+\"em\",i.style.bottom=a+\"em\",i.width=r,i.height=s+a,i.depth=-a,i},accent:function(e,t,n){var i,a=e.value.base;if(\"supsub\"===e.type){var s=e;e=s.value.base,a=e.value.base,s.value.base=a,i=b(s,t.reset(),n)}var o,c=b(a,t.withStyle(t.style.cramp()));if(h(a)){var d=g(a),u=b(d,t.withStyle(t.style.cramp()));o=u.skew}else o=0;var p=Math.min(c.height,l.metrics.xHeight),m=r.makeSymbol(e.value.accent,\"Main-Regular\",\"math\",t.getColor());m.italic=0;var E=\"\\\\vec\"===e.value.accent?\"accent-vec\":null,S=_([\"accent-body\",E],[_([],[m])]);S=r.makeVList([{type:\"elem\",elem:c},{type:\"kern\",size:-p},{type:\"elem\",elem:S}],\"firstBaseline\",null,t),S.children[1].style.marginLeft=2*o+\"em\";var f=_([\"mord\",\"accent\"],[S]);return i?(i.children[0]=f,i.height=Math.max(f.height,i.height),i.classes[0]=\"mord\",i):f},phantom:function(e,t,n){var i=d(e.value.value,t.withPhantom(),n);return new r.makeFragment(i)}},b=function(e,t,n){if(!e)return _();if(S[e.type]){var a,s=S[e.type](e,t,n);return t.style!==t.parentStyle&&(a=t.style.sizeMultiplier/t.parentStyle.sizeMultiplier,s.height*=a,s.depth*=a),t.size!==t.parentSize&&(a=r.sizingMultiplier[t.size]/r.sizingMultiplier[t.parentSize],s.height*=a,s.depth*=a),s}throw new i(\"Got group of unknown type: '\"+e.type+\"'\")},f=function(e,t){e=JSON.parse(JSON.stringify(e));var n=d(e,t),i=_([\"base\",t.style.cls()],n),a=_([\"strut\"]),r=_([\"strut\",\"bottom\"]);a.style.height=i.height+\"em\",r.style.height=i.height+i.depth+\"em\",r.style.verticalAlign=-i.depth+\"em\";var s=_([\"katex-html\"],[a,r,i]);return s.setAttribute(\"aria-hidden\",\"true\"),s};e.exports=f},d4b5:function(e,t){function n(e){return{name:\"Stata\",aliases:[\"do\",\"ado\"],case_insensitive:!0,keywords:\"if else in foreach for forv forva forval forvalu forvalue forvalues by bys bysort xi quietly qui capture about ac ac_7 acprplot acprplot_7 adjust ado adopath adoupdate alpha ameans an ano anov anova anova_estat anova_terms anovadef aorder ap app appe appen append arch arch_dr arch_estat arch_p archlm areg areg_p args arima arima_dr arima_estat arima_p as asmprobit asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p ass asse asser assert avplot avplot_7 avplots avplots_7 bcskew0 bgodfrey bias binreg bip0_lf biplot bipp_lf bipr_lf bipr_p biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap bootstrap_8 boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit br break brier bro brow brows browse brr brrstat bs bs_7 bsampl_w bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 bubble bubbleplot ca ca_estat ca_p cabiplot camat canon canon_8 canon_8_p canon_estat canon_p cap caprojection capt captu captur capture cat cc cchart cchart_7 cci cd censobs_table centile cf char chdir checkdlgfiles checkestimationsample checkhlpfiles checksum chelp ci cii cl class classutil clear cli clis clist clo clog clog_lf clog_p clogi clogi_sw clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cmdlog cnr cnre cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb colormult_nw compare compress conf confi confir confirm conren cons const constr constra constrai constrain constraint continue contract copy copyright copysource cor corc corr corr2data corr_anti corr_kmo corr_smc corre correl correla correlat correlate corrgram cou coun count cox cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cret cretu cretur creturn cross cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7 cumul cusum cusum_7 cutil d|0 datasig datasign datasigna datasignat datasignatu datasignatur datasignature datetof db dbeta de dec deco decod decode deff des desc descr descri describ describe destring dfbeta dfgls dfuller di di_g dir dirstats dis discard disp disp_res disp_s displ displa display distinct do doe doed doedi doedit dotplot dotplot_7 dprobit drawnorm drop ds ds_util dstdize duplicates durbina dwstat dydx e|0 ed edi edit egen eivreg emdef en enc enco encod encode eq erase ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh ereghet_gp ereghet_ilf ereghet_ilf_sh ereghet_ip eret eretu eretur ereturn err erro error esize est est_cfexist est_cfname est_clickable est_expand est_hold est_table est_unhold est_unholdok estat estat_default estat_summ estat_vce_only esti estimates etodow etof etomdy ex exi exit expand expandcl fac fact facto factor factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast fcast_compute fcast_graph fdades fdadesc fdadescr fdadescri fdadescrib fdadescribe fdasav fdasave fdause fh_st file open file read file close file filefilter fillin find_hlp_file findfile findit findit_7 fit fl fli flis flist for5_0 forest forestplot form forma format fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7 fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe ftomdy ftowdate funnel funnelplot g|0 gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p gamma_sw gammahet gdi_hexagon gdi_spokes ge gen gene gener genera generat generate genrank genstd genvmean gettoken gl gladder gladder_7 glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09 glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw glmpred glo glob globa global glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p gomp_lf gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprefs gprobi_p gprobit gprobit_8 gr gr7 gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print gr_qscheme gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table gr_undo gr_use graph graph7 grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo gs_filetype gs_graphinfo gs_stat gsort gwood h|0 hadimvo hareg hausman haver he heck_d2 heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p hetprob hettest hexdump hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase include inf infi infil infile infix inp inpu input ins insheet insp inspe inspec inspect integ inten intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf irf_create irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt kdensity kdensity_7 keep ksm ksmirnov ktau kwallis l|0 la lab labbe labbeplot labe label labelbook ladder levels levelsof leverage lfit lfit_p li lincom line linktest lis list lloghet_glf lloghet_glf_sh lloghet_gp lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0 loadingplot loc loca local log logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs logrank loneway lookfor lookup lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest ls lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 m|0 ma mac macr macro makecns man manova manova_estat manova_p manovatest mantel mark markin markout marksample mat mat_capp mat_order mat_put_rr mat_rapp mata mata_clear mata_describe mata_drop mata_matdescribe mata_matsave mata_matuse mata_memory mata_mlib mata_mosave mata_rename mata_which matalabel matcproc matlist matname matr matri matrix matrix_input__dlg matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p mdsconfig mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memory memsize menl meqparse mer merg merge meta mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert mkdir mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs ml_e1_bhhh ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr ml_grad0 ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout ml_mlout_8 ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score ml_searc ml_technique ml_unhold mleval mlf_ mlmatbysum mlmatsum mlog mlogi mlogit mlogit_footnote mlogit_p mlopts mlsum mlvecsum mnl0_ mor more mov move mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg mvreg_estat n|0 nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg net newey newey_7 newey_p news nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7 nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4 nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred no nobreak noi nois noisi noisil noisily note notes notes_dlg nptrend numlabel numlist odbc old_ver olo olog ologi ologi_sw ologit ologit_p ologitp on one onew onewa oneway op_colnm op_comp op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp opts_exclusive order orthog orthpoly ou out outf outfi outfil outfile outs outsh outshe outshee outsheet ovtest pac pac_7 palette parse parse_dissim pause pca pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7 pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st pkcollapse pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pl plo plot plugin pnorm pnorm_7 poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat post postclose postfile postutil pperron pr prais prais_e prais_e2 prais_p predict predictnl preserve print pro prob probi probit probit_estat probit_p proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prog progr progra program prop proportion prtest prtesti pwcorr pwd q\\\\s qby qbys qchi qchi_7 qladder qladder_7 qnorm qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw qu quadchk quantile quantile_7 que quer query range ranksum ratio rchart rchart_7 rcof recast reclink recode reg reg3 reg3_p regdw regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap ren rena renam rename renpfix repeat replace report reshape restore ret retu retur return rm rmdir robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 rocgold rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat rotate rotatemat rreg rreg_p ru run runtest rvfplot rvfplot_7 rvpplot rvpplot_7 sa safesum sample sampsi sav save savedresults saveold sc sca scal scala scalar scatter scm_mine sco scob_lf scob_p scobi_sw scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest sdtesti se search separate seperate serrbar serrbar_7 serset set set_defaults sfrancia sh she shel shell shewhart shewhart_7 signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest sleep slogit slogit_d2 slogit_p smooth snapspan so sor sort spearman spikeplot spikeplot_7 spikeplt spline_x split sqreg sqreg_p sret sretu sretur sreturn ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc sttoct stvary stweib su suest suest_8 sum summ summa summar summari summariz summarize sunflower sureg survcurv survsum svar svar_p svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7 svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean svymlog svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois svypois_7 svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p svyregress svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit swweib symmetry symmi symplot symplot_7 syntax sysdescribe sysdir sysuse szroeter ta tab tab1 tab2 tab_or tabd tabdi tabdis tabdisp tabi table tabodds tabodds_7 tabstat tabu tabul tabula tabulat tabulate te tempfile tempname tempvar tes test testnl testparm teststd tetrachoric time_it timer tis tob tobi tobit tobit_p tobit_sw token tokeni tokeniz tokenize tostring total translate translator transmap treat_ll treatr_p treatreg trim trimfill trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg tsappend tset tsfill tsline tsline_ex tsreport tsrevar tsrline tsset tssmooth tsunab ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway twoway__fpfit_serset twoway__function_gen twoway__histogram_gen twoway__ipoint_serset twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset twoway__normgen_gen twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset twoway__sunflower_gen twoway_ksm_serset ty typ type typeof u|0 unab unabbrev unabcmd update us use uselabel var var_mkcompanion var_p varbasic varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph varirf_rename varirf_set varirf_table varlist varlmar varnorm varsoc varstable varstable_w varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create veclmar veclmar_w vecnorm vecnorm_w vecrank vecstable verinst vers versi versio version view viewsource vif vwls wdatetof webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf weibhet_ilf_sh weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c weibull_s weibullhet wh whelp whi which whil while wilc_st wilcoxon win wind windo window winexec wntestb wntestb_7 wntestq xchart xchart_7 xcorr xcorr_7 xi xi_6 xmlsav xmlsave xmluse xpose xsh xshe xshel xshell xt_iis xt_tis xtab_p xtabond xtbin_p xtclog xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile xtint_p xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline xtline_ex xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0 xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw yxview_pcspike_draw yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw yxview_rscatter_draw yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5 zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5 ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5 ztweib_5\",contains:[{className:\"symbol\",begin:/`[a-zA-Z0-9_]+'/},{className:\"variable\",begin:/\\$\\{?[a-zA-Z0-9_]+\\}?/,relevance:0},{className:\"string\",variants:[{begin:'`\"[^\\r\\n]*?\"\\''},{begin:'\"[^\\r\\n\"]*\"'}]},{className:\"built_in\",variants:[{begin:\"\\\\b(abs|acos|asin|atan|atan2|atanh|ceil|cloglog|comb|cos|digamma|exp|floor|invcloglog|invlogit|ln|lnfact|lnfactorial|lngamma|log|log10|max|min|mod|reldif|round|sign|sin|sqrt|sum|tan|tanh|trigamma|trunc|betaden|Binomial|binorm|binormal|chi2|chi2tail|dgammapda|dgammapdada|dgammapdadx|dgammapdx|dgammapdxdx|F|Fden|Ftail|gammaden|gammap|ibeta|invbinomial|invchi2|invchi2tail|invF|invFtail|invgammap|invibeta|invnchi2|invnFtail|invnibeta|invnorm|invnormal|invttail|nbetaden|nchi2|nFden|nFtail|nibeta|norm|normal|normalden|normd|npnchi2|tden|ttail|uniform|abbrev|char|index|indexnot|length|lower|ltrim|match|plural|proper|real|regexm|regexr|regexs|reverse|rtrim|string|strlen|strlower|strltrim|strmatch|strofreal|strpos|strproper|strreverse|strrtrim|strtrim|strupper|subinstr|subinword|substr|trim|upper|word|wordcount|_caller|autocode|byteorder|chop|clip|cond|e|epsdouble|epsfloat|group|inlist|inrange|irecode|matrix|maxbyte|maxdouble|maxfloat|maxint|maxlong|mi|minbyte|mindouble|minfloat|minint|minlong|missing|r|recode|replay|return|s|scalar|d|date|day|dow|doy|halfyear|mdy|month|quarter|week|year|d|daily|dofd|dofh|dofm|dofq|dofw|dofy|h|halfyearly|hofd|m|mofd|monthly|q|qofd|quarterly|tin|twithin|w|weekly|wofd|y|yearly|yh|ym|yofd|yq|yw|cholesky|colnumb|colsof|corr|det|diag|diag0cnt|el|get|hadamard|I|inv|invsym|issym|issymmetric|J|matmissing|matuniform|mreldif|nullmat|rownumb|rowsof|sweep|syminv|trace|vec|vecdiag)(?=\\\\()\"}]},e.COMMENT(\"^[ \\t]*\\\\*.*$\",!1),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]}}e.exports=n},d4cd:function(e,t,n){\"use strict\";e.exports=n(\"08ae\")},d5d1:function(e,t,n){\"use strict\";t.Any=n(\"cbc7\"),t.Cc=n(\"a7bc\"),t.Cf=n(\"6fd1\"),t.P=n(\"7ca0\"),t.Z=n(\"4fc2\")},d670:function(e,t,n){\"use strict\";var i=n(\"0068\").normalizeReference,a=n(\"0068\").isSpace;e.exports=function(e,t,n,r){var s,o,l,c,_,d,u,p,m,g,h,E,S,b,f,T,C=0,v=e.bMarks[t]+e.tShift[t],y=e.eMarks[t],R=t+1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(v))return!1;while(++v<y)if(93===e.src.charCodeAt(v)&&92!==e.src.charCodeAt(v-1)){if(v+1===y)return!1;if(58!==e.src.charCodeAt(v+1))return!1;break}for(c=e.lineMax,f=e.md.block.ruler.getRules(\"reference\"),g=e.parentType,e.parentType=\"reference\";R<c&&!e.isEmpty(R);R++)if(!(e.sCount[R]-e.blkIndent>3)&&!(e.sCount[R]<0)){for(b=!1,d=0,u=f.length;d<u;d++)if(f[d](e,R,c,!0)){b=!0;break}if(b)break}for(S=e.getLines(t,R,e.blkIndent,!1).trim(),y=S.length,v=1;v<y;v++){if(s=S.charCodeAt(v),91===s)return!1;if(93===s){m=v;break}10===s?C++:92===s&&(v++,v<y&&10===S.charCodeAt(v)&&C++)}if(m<0||58!==S.charCodeAt(m+1))return!1;for(v=m+2;v<y;v++)if(s=S.charCodeAt(v),10===s)C++;else if(!a(s))break;if(h=e.md.helpers.parseLinkDestination(S,v,y),!h.ok)return!1;if(_=e.md.normalizeLink(h.str),!e.md.validateLink(_))return!1;for(v=h.pos,C+=h.lines,o=v,l=C,E=v;v<y;v++)if(s=S.charCodeAt(v),10===s)C++;else if(!a(s))break;h=e.md.helpers.parseLinkTitle(S,v,y),v<y&&E!==v&&h.ok?(T=h.str,v=h.pos,C+=h.lines):(T=\"\",v=o,C=l);while(v<y){if(s=S.charCodeAt(v),!a(s))break;v++}if(v<y&&10!==S.charCodeAt(v)&&T){T=\"\",v=o,C=l;while(v<y){if(s=S.charCodeAt(v),!a(s))break;v++}}return!(v<y&&10!==S.charCodeAt(v))&&(p=i(S.slice(1,m)),!!p&&(r||(\"undefined\"===typeof e.env.references&&(e.env.references={}),\"undefined\"===typeof e.env.references[p]&&(e.env.references[p]={title:T,href:_}),e.parentType=g,e.line=t+C+1),!0))}},d81d:function(e,t,n){\"use strict\";var i=n(\"23e7\"),a=n(\"b727\").map,r=n(\"1dde\"),s=r(\"map\");i({target:\"Array\",proto:!0,forced:!s},{map:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}})},d8a6:function(e,t,n){\"use strict\";e.exports.encode=n(\"c464\"),e.exports.decode=n(\"8f37\"),e.exports.format=n(\"43e0\"),e.exports.parse=n(\"da5f\")},d959:function(e,t){function n(e){const t=\"foreach do while for if from to step else on-error and or not in\",n=\"global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime\",i=\"add remove enable disable set get print export edit find run debug error info warning\",a=\"true false yes no nothing nil null\",r=\"traffic-flow traffic-generator firewall scheduler aaa accounting address-list address align area bandwidth-server bfd bgp bridge client clock community config connection console customer default dhcp-client dhcp-server discovery dns e-mail ethernet filter firmware gps graphing group hardware health hotspot identity igmp-proxy incoming instance interface ip ipsec ipv6 irq l2tp-server lcd ldp logging mac-server mac-winbox mangle manual mirror mme mpls nat nd neighbor network note ntp ospf ospf-v3 ovpn-server page peer pim ping policy pool port ppp pppoe-client pptp-server prefix profile proposal proxy queue radius resource rip ripng route routing screen script security-profiles server service service-port settings shares smb sms sniffer snmp snooper socks sstp-server system tool tracking type upgrade upnp user-manager users user vlan secret vrrp watchdog web-access wireless pptp pppoe lan wan layer7-protocol lease simple raw\",s={className:\"variable\",variants:[{begin:/\\$[\\w\\d#@][\\w\\d_]*/},{begin:/\\$\\{(.*?)\\}/}]},o={className:\"string\",begin:/\"/,end:/\"/,contains:[e.BACKSLASH_ESCAPE,s,{className:\"variable\",begin:/\\$\\(/,end:/\\)/,contains:[e.BACKSLASH_ESCAPE]}]},l={className:\"string\",begin:/'/,end:/'/};return{name:\"Microtik RouterOS script\",aliases:[\"mikrotik\"],case_insensitive:!0,keywords:{$pattern:/:?[\\w-]+/,literal:a,keyword:t+\" :\"+t.split(\" \").join(\" :\")+\" :\"+n.split(\" \").join(\" :\")},contains:[{variants:[{begin:/\\/\\*/,end:/\\*\\//},{begin:/\\/\\//,end:/$/},{begin:/<\\//,end:/>/}],illegal:/./},e.COMMENT(\"^#\",\"$\"),o,l,s,{begin:/[\\w-]+=([^\\s{}[\\]()>]+)/,relevance:0,returnBegin:!0,contains:[{className:\"attribute\",begin:/[^=]+/},{begin:/=/,endsWithParent:!0,relevance:0,contains:[o,l,s,{className:\"literal\",begin:\"\\\\b(\"+a.split(\" \").join(\"|\")+\")\\\\b\"},{begin:/(\"[^\"]*\"|[^\\s{}[\\]]+)/}]}]},{className:\"number\",begin:/\\*[0-9a-fA-F]+/},{begin:\"\\\\b(\"+i.split(\" \").join(\"|\")+\")([\\\\s[(\\\\]|])\",returnBegin:!0,contains:[{className:\"built_in\",begin:/\\w+/}]},{className:\"built_in\",variants:[{begin:\"(\\\\.\\\\./|/|\\\\s)((\"+r.split(\" \").join(\"|\")+\");?\\\\s)+\"},{begin:/\\.\\./,relevance:0}]}]}}e.exports=n},da5f:function(e,t,n){\"use strict\";function i(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var a=/^([a-z0-9.+-]+:)/i,r=/:[0-9]*$/,s=/^(\\/\\/?(?!\\/)[^\\?\\s]*)(\\?[^\\s]*)?$/,o=[\"<\",\">\",'\"',\"`\",\" \",\"\\r\",\"\\n\",\"\\t\"],l=[\"{\",\"}\",\"|\",\"\\\\\",\"^\",\"`\"].concat(o),c=[\"'\"].concat(l),_=[\"%\",\"/\",\"?\",\";\",\"#\"].concat(c),d=[\"/\",\"?\",\"#\"],u=255,p=/^[+a-z0-9A-Z_-]{0,63}$/,m=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,g={javascript:!0,\"javascript:\":!0},h={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,\"http:\":!0,\"https:\":!0,\"ftp:\":!0,\"gopher:\":!0,\"file:\":!0};function E(e,t){if(e&&e instanceof i)return e;var n=new i;return n.parse(e,t),n}i.prototype.parse=function(e,t){var n,i,r,o,l,c=e;if(c=c.trim(),!t&&1===e.split(\"#\").length){var E=s.exec(c);if(E)return this.pathname=E[1],E[2]&&(this.search=E[2]),this}var S=a.exec(c);if(S&&(S=S[0],r=S.toLowerCase(),this.protocol=S,c=c.substr(S.length)),(t||S||c.match(/^\\/\\/[^@\\/]+@[^@\\/]+/))&&(l=\"//\"===c.substr(0,2),!l||S&&g[S]||(c=c.substr(2),this.slashes=!0)),!g[S]&&(l||S&&!h[S])){var b,f,T=-1;for(n=0;n<d.length;n++)o=c.indexOf(d[n]),-1!==o&&(-1===T||o<T)&&(T=o);for(f=-1===T?c.lastIndexOf(\"@\"):c.lastIndexOf(\"@\",T),-1!==f&&(b=c.slice(0,f),c=c.slice(f+1),this.auth=b),T=-1,n=0;n<_.length;n++)o=c.indexOf(_[n]),-1!==o&&(-1===T||o<T)&&(T=o);-1===T&&(T=c.length),\":\"===c[T-1]&&T--;var C=c.slice(0,T);c=c.slice(T),this.parseHost(C),this.hostname=this.hostname||\"\";var v=\"[\"===this.hostname[0]&&\"]\"===this.hostname[this.hostname.length-1];if(!v){var y=this.hostname.split(/\\./);for(n=0,i=y.length;n<i;n++){var R=y[n];if(R&&!R.match(p)){for(var N=\"\",O=0,A=R.length;O<A;O++)R.charCodeAt(O)>127?N+=\"x\":N+=R[O];if(!N.match(p)){var I=y.slice(0,n),D=y.slice(n+1),w=R.match(m);w&&(I.push(w[1]),D.unshift(w[2])),D.length&&(c=D.join(\".\")+c),this.hostname=I.join(\".\");break}}}}this.hostname.length>u&&(this.hostname=\"\"),v&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var x=c.indexOf(\"#\");-1!==x&&(this.hash=c.substr(x),c=c.slice(0,x));var M=c.indexOf(\"?\");return-1!==M&&(this.search=c.substr(M),c=c.slice(0,M)),c&&(this.pathname=c),h[r]&&this.hostname&&!this.pathname&&(this.pathname=\"\"),this},i.prototype.parseHost=function(e){var t=r.exec(e);t&&(t=t[0],\":\"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)},e.exports=E},dbcc:function(e,t){function n(e){const t={className:\"built_in\",begin:\"\\\\b(void|bool|int8|int16|int32|int64|int|uint8|uint16|uint32|uint64|uint|string|ref|array|double|float|auto|dictionary)\"},n={className:\"symbol\",begin:\"[a-zA-Z0-9_]+@\"},i={className:\"keyword\",begin:\"<\",end:\">\",contains:[t,n]};t.contains=[i],n.contains=[i];const a=[\"for\",\"in|0\",\"break\",\"continue\",\"while\",\"do|0\",\"return\",\"if\",\"else\",\"case\",\"switch\",\"namespace\",\"is\",\"cast\",\"or\",\"and\",\"xor\",\"not\",\"get|0\",\"in\",\"inout|10\",\"out\",\"override\",\"set|0\",\"private\",\"public\",\"const\",\"default|0\",\"final\",\"shared\",\"external\",\"mixin|10\",\"enum\",\"typedef\",\"funcdef\",\"this\",\"super\",\"import\",\"from\",\"interface\",\"abstract|0\",\"try\",\"catch\",\"protected\",\"explicit\",\"property\"];return{name:\"AngelScript\",aliases:[\"asc\"],keywords:a,illegal:\"(^using\\\\s+[A-Za-z0-9_\\\\.]+;$|\\\\bfunction\\\\s*[^\\\\(])\",contains:[{className:\"string\",begin:\"'\",end:\"'\",illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE],relevance:0},{className:\"string\",begin:'\"\"\"',end:'\"\"\"'},{className:\"string\",begin:'\"',end:'\"',illegal:\"\\\\n\",contains:[e.BACKSLASH_ESCAPE],relevance:0},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:\"string\",begin:\"^\\\\s*\\\\[\",end:\"\\\\]\"},{beginKeywords:\"interface namespace\",end:/\\{/,illegal:\"[;.\\\\-]\",contains:[{className:\"symbol\",begin:\"[a-zA-Z0-9_]+\"}]},{beginKeywords:\"class\",end:/\\{/,illegal:\"[;.\\\\-]\",contains:[{className:\"symbol\",begin:\"[a-zA-Z0-9_]+\",contains:[{begin:\"[:,]\\\\s*\",contains:[{className:\"symbol\",begin:\"[a-zA-Z0-9_]+\"}]}]}]},t,n,{className:\"literal\",begin:\"\\\\b(null|true|false)\"},{className:\"number\",relevance:0,begin:\"(-?)(\\\\b0[xXbBoOdD][a-fA-F0-9]+|(\\\\b\\\\d+(\\\\.\\\\d*)?f?|\\\\.\\\\d+f?)([eE][-+]?\\\\d+f?)?)\"}]}}e.exports=n},dc41:function(e,t){function n(e){return{name:\"SML (Standard ML)\",aliases:[\"ml\"],keywords:{$pattern:\"[a-z_]\\\\w*!?\",keyword:\"abstype and andalso as case datatype do else end eqtype exception fn fun functor handle if in include infix infixr let local nonfix of op open orelse raise rec sharing sig signature struct structure then type val with withtype where while\",built_in:\"array bool char exn int list option order real ref string substring vector unit word\",literal:\"true false NONE SOME LESS EQUAL GREATER nil\"},illegal:/\\/\\/|>>/,contains:[{className:\"literal\",begin:/\\[(\\|\\|)?\\]|\\(\\)/,relevance:0},e.COMMENT(\"\\\\(\\\\*\",\"\\\\*\\\\)\",{contains:[\"self\"]}),{className:\"symbol\",begin:\"'[A-Za-z_](?!')[\\\\w']*\"},{className:\"type\",begin:\"`[A-Z][\\\\w']*\"},{className:\"type\",begin:\"\\\\b[A-Z][\\\\w']*\",relevance:0},{begin:\"[a-z_]\\\\w*'[\\\\w']*\"},e.inherit(e.APOS_STRING_MODE,{className:\"string\",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:\"number\",begin:\"\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)\",relevance:0},{begin:/[-=]>/}]}}e.exports=n},de09:function(e,t){function n(e){const t=e.regex,n=e.COMMENT(\"--\",\"$\"),i={className:\"string\",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},a={begin:/\"/,end:/\"/,contains:[{begin:/\"\"/}]},r=[\"true\",\"false\",\"unknown\"],s=[\"double precision\",\"large object\",\"with timezone\",\"without timezone\"],o=[\"bigint\",\"binary\",\"blob\",\"boolean\",\"char\",\"character\",\"clob\",\"date\",\"dec\",\"decfloat\",\"decimal\",\"float\",\"int\",\"integer\",\"interval\",\"nchar\",\"nclob\",\"national\",\"numeric\",\"real\",\"row\",\"smallint\",\"time\",\"timestamp\",\"varchar\",\"varying\",\"varbinary\"],l=[\"add\",\"asc\",\"collation\",\"desc\",\"final\",\"first\",\"last\",\"view\"],c=[\"abs\",\"acos\",\"all\",\"allocate\",\"alter\",\"and\",\"any\",\"are\",\"array\",\"array_agg\",\"array_max_cardinality\",\"as\",\"asensitive\",\"asin\",\"asymmetric\",\"at\",\"atan\",\"atomic\",\"authorization\",\"avg\",\"begin\",\"begin_frame\",\"begin_partition\",\"between\",\"bigint\",\"binary\",\"blob\",\"boolean\",\"both\",\"by\",\"call\",\"called\",\"cardinality\",\"cascaded\",\"case\",\"cast\",\"ceil\",\"ceiling\",\"char\",\"char_length\",\"character\",\"character_length\",\"check\",\"classifier\",\"clob\",\"close\",\"coalesce\",\"collate\",\"collect\",\"column\",\"commit\",\"condition\",\"connect\",\"constraint\",\"contains\",\"convert\",\"copy\",\"corr\",\"corresponding\",\"cos\",\"cosh\",\"count\",\"covar_pop\",\"covar_samp\",\"create\",\"cross\",\"cube\",\"cume_dist\",\"current\",\"current_catalog\",\"current_date\",\"current_default_transform_group\",\"current_path\",\"current_role\",\"current_row\",\"current_schema\",\"current_time\",\"current_timestamp\",\"current_path\",\"current_role\",\"current_transform_group_for_type\",\"current_user\",\"cursor\",\"cycle\",\"date\",\"day\",\"deallocate\",\"dec\",\"decimal\",\"decfloat\",\"declare\",\"default\",\"define\",\"delete\",\"dense_rank\",\"deref\",\"describe\",\"deterministic\",\"disconnect\",\"distinct\",\"double\",\"drop\",\"dynamic\",\"each\",\"element\",\"else\",\"empty\",\"end\",\"end_frame\",\"end_partition\",\"end-exec\",\"equals\",\"escape\",\"every\",\"except\",\"exec\",\"execute\",\"exists\",\"exp\",\"external\",\"extract\",\"false\",\"fetch\",\"filter\",\"first_value\",\"float\",\"floor\",\"for\",\"foreign\",\"frame_row\",\"free\",\"from\",\"full\",\"function\",\"fusion\",\"get\",\"global\",\"grant\",\"group\",\"grouping\",\"groups\",\"having\",\"hold\",\"hour\",\"identity\",\"in\",\"indicator\",\"initial\",\"inner\",\"inout\",\"insensitive\",\"insert\",\"int\",\"integer\",\"intersect\",\"intersection\",\"interval\",\"into\",\"is\",\"join\",\"json_array\",\"json_arrayagg\",\"json_exists\",\"json_object\",\"json_objectagg\",\"json_query\",\"json_table\",\"json_table_primitive\",\"json_value\",\"lag\",\"language\",\"large\",\"last_value\",\"lateral\",\"lead\",\"leading\",\"left\",\"like\",\"like_regex\",\"listagg\",\"ln\",\"local\",\"localtime\",\"localtimestamp\",\"log\",\"log10\",\"lower\",\"match\",\"match_number\",\"match_recognize\",\"matches\",\"max\",\"member\",\"merge\",\"method\",\"min\",\"minute\",\"mod\",\"modifies\",\"module\",\"month\",\"multiset\",\"national\",\"natural\",\"nchar\",\"nclob\",\"new\",\"no\",\"none\",\"normalize\",\"not\",\"nth_value\",\"ntile\",\"null\",\"nullif\",\"numeric\",\"octet_length\",\"occurrences_regex\",\"of\",\"offset\",\"old\",\"omit\",\"on\",\"one\",\"only\",\"open\",\"or\",\"order\",\"out\",\"outer\",\"over\",\"overlaps\",\"overlay\",\"parameter\",\"partition\",\"pattern\",\"per\",\"percent\",\"percent_rank\",\"percentile_cont\",\"percentile_disc\",\"period\",\"portion\",\"position\",\"position_regex\",\"power\",\"precedes\",\"precision\",\"prepare\",\"primary\",\"procedure\",\"ptf\",\"range\",\"rank\",\"reads\",\"real\",\"recursive\",\"ref\",\"references\",\"referencing\",\"regr_avgx\",\"regr_avgy\",\"regr_count\",\"regr_intercept\",\"regr_r2\",\"regr_slope\",\"regr_sxx\",\"regr_sxy\",\"regr_syy\",\"release\",\"result\",\"return\",\"returns\",\"revoke\",\"right\",\"rollback\",\"rollup\",\"row\",\"row_number\",\"rows\",\"running\",\"savepoint\",\"scope\",\"scroll\",\"search\",\"second\",\"seek\",\"select\",\"sensitive\",\"session_user\",\"set\",\"show\",\"similar\",\"sin\",\"sinh\",\"skip\",\"smallint\",\"some\",\"specific\",\"specifictype\",\"sql\",\"sqlexception\",\"sqlstate\",\"sqlwarning\",\"sqrt\",\"start\",\"static\",\"stddev_pop\",\"stddev_samp\",\"submultiset\",\"subset\",\"substring\",\"substring_regex\",\"succeeds\",\"sum\",\"symmetric\",\"system\",\"system_time\",\"system_user\",\"table\",\"tablesample\",\"tan\",\"tanh\",\"then\",\"time\",\"timestamp\",\"timezone_hour\",\"timezone_minute\",\"to\",\"trailing\",\"translate\",\"translate_regex\",\"translation\",\"treat\",\"trigger\",\"trim\",\"trim_array\",\"true\",\"truncate\",\"uescape\",\"union\",\"unique\",\"unknown\",\"unnest\",\"update\",\"upper\",\"user\",\"using\",\"value\",\"values\",\"value_of\",\"var_pop\",\"var_samp\",\"varbinary\",\"varchar\",\"varying\",\"versioning\",\"when\",\"whenever\",\"where\",\"width_bucket\",\"window\",\"with\",\"within\",\"without\",\"year\"],_=[\"abs\",\"acos\",\"array_agg\",\"asin\",\"atan\",\"avg\",\"cast\",\"ceil\",\"ceiling\",\"coalesce\",\"corr\",\"cos\",\"cosh\",\"count\",\"covar_pop\",\"covar_samp\",\"cume_dist\",\"dense_rank\",\"deref\",\"element\",\"exp\",\"extract\",\"first_value\",\"floor\",\"json_array\",\"json_arrayagg\",\"json_exists\",\"json_object\",\"json_objectagg\",\"json_query\",\"json_table\",\"json_table_primitive\",\"json_value\",\"lag\",\"last_value\",\"lead\",\"listagg\",\"ln\",\"log\",\"log10\",\"lower\",\"max\",\"min\",\"mod\",\"nth_value\",\"ntile\",\"nullif\",\"percent_rank\",\"percentile_cont\",\"percentile_disc\",\"position\",\"position_regex\",\"power\",\"rank\",\"regr_avgx\",\"regr_avgy\",\"regr_count\",\"regr_intercept\",\"regr_r2\",\"regr_slope\",\"regr_sxx\",\"regr_sxy\",\"regr_syy\",\"row_number\",\"sin\",\"sinh\",\"sqrt\",\"stddev_pop\",\"stddev_samp\",\"substring\",\"substring_regex\",\"sum\",\"tan\",\"tanh\",\"translate\",\"translate_regex\",\"treat\",\"trim\",\"trim_array\",\"unnest\",\"upper\",\"value_of\",\"var_pop\",\"var_samp\",\"width_bucket\"],d=[\"current_catalog\",\"current_date\",\"current_default_transform_group\",\"current_path\",\"current_role\",\"current_schema\",\"current_transform_group_for_type\",\"current_user\",\"session_user\",\"system_time\",\"system_user\",\"current_time\",\"localtime\",\"current_timestamp\",\"localtimestamp\"],u=[\"create table\",\"insert into\",\"primary key\",\"foreign key\",\"not null\",\"alter table\",\"add constraint\",\"grouping sets\",\"on overflow\",\"character set\",\"respect nulls\",\"ignore nulls\",\"nulls first\",\"nulls last\",\"depth first\",\"breadth first\"],p=_,m=[...c,...l].filter(e=>!_.includes(e)),g={className:\"variable\",begin:/@[a-z0-9]+/},h={className:\"operator\",begin:/[-+*/=%^~]|&&?|\\|\\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},E={begin:t.concat(/\\b/,t.either(...p),/\\s*\\(/),relevance:0,keywords:{built_in:p}};function S(e,{exceptions:t,when:n}={}){const i=n;return t=t||[],e.map(e=>e.match(/\\|\\d+$/)||t.includes(e)?e:i(e)?e+\"|0\":e)}return{name:\"SQL\",case_insensitive:!0,illegal:/[{}]|<\\//,keywords:{$pattern:/\\b[\\w\\.]+/,keyword:S(m,{when:e=>e.length<3}),literal:r,type:o,built_in:d},contains:[{begin:t.either(...u),relevance:0,keywords:{$pattern:/[\\w\\.]+/,keyword:m.concat(u),literal:r,type:o}},{className:\"type\",begin:t.either(...s)},E,g,i,a,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,h]}}e.exports=n},df06:function(e,t){function n(e){return{name:\"GLSL\",keywords:{keyword:\"break continue discard do else for if return while switch case default attribute binding buffer ccw centroid centroid varying coherent column_major const cw depth_any depth_greater depth_less depth_unchanged early_fragment_tests equal_spacing flat fractional_even_spacing fractional_odd_spacing highp in index inout invariant invocations isolines layout line_strip lines lines_adjacency local_size_x local_size_y local_size_z location lowp max_vertices mediump noperspective offset origin_upper_left out packed patch pixel_center_integer point_mode points precise precision quads r11f_g11f_b10f r16 r16_snorm r16f r16i r16ui r32f r32i r32ui r8 r8_snorm r8i r8ui readonly restrict rg16 rg16_snorm rg16f rg16i rg16ui rg32f rg32i rg32ui rg8 rg8_snorm rg8i rg8ui rgb10_a2 rgb10_a2ui rgba16 rgba16_snorm rgba16f rgba16i rgba16ui rgba32f rgba32i rgba32ui rgba8 rgba8_snorm rgba8i rgba8ui row_major sample shared smooth std140 std430 stream triangle_strip triangles triangles_adjacency uniform varying vertices volatile writeonly\",type:\"atomic_uint bool bvec2 bvec3 bvec4 dmat2 dmat2x2 dmat2x3 dmat2x4 dmat3 dmat3x2 dmat3x3 dmat3x4 dmat4 dmat4x2 dmat4x3 dmat4x4 double dvec2 dvec3 dvec4 float iimage1D iimage1DArray iimage2D iimage2DArray iimage2DMS iimage2DMSArray iimage2DRect iimage3D iimageBuffer iimageCube iimageCubeArray image1D image1DArray image2D image2DArray image2DMS image2DMSArray image2DRect image3D imageBuffer imageCube imageCubeArray int isampler1D isampler1DArray isampler2D isampler2DArray isampler2DMS isampler2DMSArray isampler2DRect isampler3D isamplerBuffer isamplerCube isamplerCubeArray ivec2 ivec3 ivec4 mat2 mat2x2 mat2x3 mat2x4 mat3 mat3x2 mat3x3 mat3x4 mat4 mat4x2 mat4x3 mat4x4 sampler1D sampler1DArray sampler1DArrayShadow sampler1DShadow sampler2D sampler2DArray sampler2DArrayShadow sampler2DMS sampler2DMSArray sampler2DRect sampler2DRectShadow sampler2DShadow sampler3D samplerBuffer samplerCube samplerCubeArray samplerCubeArrayShadow samplerCubeShadow image1D uimage1DArray uimage2D uimage2DArray uimage2DMS uimage2DMSArray uimage2DRect uimage3D uimageBuffer uimageCube uimageCubeArray uint usampler1D usampler1DArray usampler2D usampler2DArray usampler2DMS usampler2DMSArray usampler2DRect usampler3D samplerBuffer usamplerCube usamplerCubeArray uvec2 uvec3 uvec4 vec2 vec3 vec4 void\",built_in:\"gl_MaxAtomicCounterBindings gl_MaxAtomicCounterBufferSize gl_MaxClipDistances gl_MaxClipPlanes gl_MaxCombinedAtomicCounterBuffers gl_MaxCombinedAtomicCounters gl_MaxCombinedImageUniforms gl_MaxCombinedImageUnitsAndFragmentOutputs gl_MaxCombinedTextureImageUnits gl_MaxComputeAtomicCounterBuffers gl_MaxComputeAtomicCounters gl_MaxComputeImageUniforms gl_MaxComputeTextureImageUnits gl_MaxComputeUniformComponents gl_MaxComputeWorkGroupCount gl_MaxComputeWorkGroupSize gl_MaxDrawBuffers gl_MaxFragmentAtomicCounterBuffers gl_MaxFragmentAtomicCounters gl_MaxFragmentImageUniforms gl_MaxFragmentInputComponents gl_MaxFragmentInputVectors gl_MaxFragmentUniformComponents gl_MaxFragmentUniformVectors gl_MaxGeometryAtomicCounterBuffers gl_MaxGeometryAtomicCounters gl_MaxGeometryImageUniforms gl_MaxGeometryInputComponents gl_MaxGeometryOutputComponents gl_MaxGeometryOutputVertices gl_MaxGeometryTextureImageUnits gl_MaxGeometryTotalOutputComponents gl_MaxGeometryUniformComponents gl_MaxGeometryVaryingComponents gl_MaxImageSamples gl_MaxImageUnits gl_MaxLights gl_MaxPatchVertices gl_MaxProgramTexelOffset gl_MaxTessControlAtomicCounterBuffers gl_MaxTessControlAtomicCounters gl_MaxTessControlImageUniforms gl_MaxTessControlInputComponents gl_MaxTessControlOutputComponents gl_MaxTessControlTextureImageUnits gl_MaxTessControlTotalOutputComponents gl_MaxTessControlUniformComponents gl_MaxTessEvaluationAtomicCounterBuffers gl_MaxTessEvaluationAtomicCounters gl_MaxTessEvaluationImageUniforms gl_MaxTessEvaluationInputComponents gl_MaxTessEvaluationOutputComponents gl_MaxTessEvaluationTextureImageUnits gl_MaxTessEvaluationUniformComponents gl_MaxTessGenLevel gl_MaxTessPatchComponents gl_MaxTextureCoords gl_MaxTextureImageUnits gl_MaxTextureUnits gl_MaxVaryingComponents gl_MaxVaryingFloats gl_MaxVaryingVectors gl_MaxVertexAtomicCounterBuffers gl_MaxVertexAtomicCounters gl_MaxVertexAttribs gl_MaxVertexImageUniforms gl_MaxVertexOutputComponents gl_MaxVertexOutputVectors gl_MaxVertexTextureImageUnits gl_MaxVertexUniformComponents gl_MaxVertexUniformVectors gl_MaxViewports gl_MinProgramTexelOffset gl_BackColor gl_BackLightModelProduct gl_BackLightProduct gl_BackMaterial gl_BackSecondaryColor gl_ClipDistance gl_ClipPlane gl_ClipVertex gl_Color gl_DepthRange gl_EyePlaneQ gl_EyePlaneR gl_EyePlaneS gl_EyePlaneT gl_Fog gl_FogCoord gl_FogFragCoord gl_FragColor gl_FragCoord gl_FragData gl_FragDepth gl_FrontColor gl_FrontFacing gl_FrontLightModelProduct gl_FrontLightProduct gl_FrontMaterial gl_FrontSecondaryColor gl_GlobalInvocationID gl_InstanceID gl_InvocationID gl_Layer gl_LightModel gl_LightSource gl_LocalInvocationID gl_LocalInvocationIndex gl_ModelViewMatrix gl_ModelViewMatrixInverse gl_ModelViewMatrixInverseTranspose gl_ModelViewMatrixTranspose gl_ModelViewProjectionMatrix gl_ModelViewProjectionMatrixInverse gl_ModelViewProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixTranspose gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_Normal gl_NormalMatrix gl_NormalScale gl_NumSamples gl_NumWorkGroups gl_ObjectPlaneQ gl_ObjectPlaneR gl_ObjectPlaneS gl_ObjectPlaneT gl_PatchVerticesIn gl_Point gl_PointCoord gl_PointSize gl_Position gl_PrimitiveID gl_PrimitiveIDIn gl_ProjectionMatrix gl_ProjectionMatrixInverse gl_ProjectionMatrixInverseTranspose gl_ProjectionMatrixTranspose gl_SampleID gl_SampleMask gl_SampleMaskIn gl_SamplePosition gl_SecondaryColor gl_TessCoord gl_TessLevelInner gl_TessLevelOuter gl_TexCoord gl_TextureEnvColor gl_TextureMatrix gl_TextureMatrixInverse gl_TextureMatrixInverseTranspose gl_TextureMatrixTranspose gl_Vertex gl_VertexID gl_ViewportIndex gl_WorkGroupID gl_WorkGroupSize gl_in gl_out EmitStreamVertex EmitVertex EndPrimitive EndStreamPrimitive abs acos acosh all any asin asinh atan atanh atomicAdd atomicAnd atomicCompSwap atomicCounter atomicCounterDecrement atomicCounterIncrement atomicExchange atomicMax atomicMin atomicOr atomicXor barrier bitCount bitfieldExtract bitfieldInsert bitfieldReverse ceil clamp cos cosh cross dFdx dFdy degrees determinant distance dot equal exp exp2 faceforward findLSB findMSB floatBitsToInt floatBitsToUint floor fma fract frexp ftransform fwidth greaterThan greaterThanEqual groupMemoryBarrier imageAtomicAdd imageAtomicAnd imageAtomicCompSwap imageAtomicExchange imageAtomicMax imageAtomicMin imageAtomicOr imageAtomicXor imageLoad imageSize imageStore imulExtended intBitsToFloat interpolateAtCentroid interpolateAtOffset interpolateAtSample inverse inversesqrt isinf isnan ldexp length lessThan lessThanEqual log log2 matrixCompMult max memoryBarrier memoryBarrierAtomicCounter memoryBarrierBuffer memoryBarrierImage memoryBarrierShared min mix mod modf noise1 noise2 noise3 noise4 normalize not notEqual outerProduct packDouble2x32 packHalf2x16 packSnorm2x16 packSnorm4x8 packUnorm2x16 packUnorm4x8 pow radians reflect refract round roundEven shadow1D shadow1DLod shadow1DProj shadow1DProjLod shadow2D shadow2DLod shadow2DProj shadow2DProjLod sign sin sinh smoothstep sqrt step tan tanh texelFetch texelFetchOffset texture texture1D texture1DLod texture1DProj texture1DProjLod texture2D texture2DLod texture2DProj texture2DProjLod texture3D texture3DLod texture3DProj texture3DProjLod textureCube textureCubeLod textureGather textureGatherOffset textureGatherOffsets textureGrad textureGradOffset textureLod textureLodOffset textureOffset textureProj textureProjGrad textureProjGradOffset textureProjLod textureProjLodOffset textureProjOffset textureQueryLevels textureQueryLod textureSize transpose trunc uaddCarry uintBitsToFloat umulExtended unpackDouble2x32 unpackHalf2x16 unpackSnorm2x16 unpackSnorm4x8 unpackUnorm2x16 unpackUnorm4x8 usubBorrow\",literal:\"true false\"},illegal:'\"',contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{className:\"meta\",begin:\"#\",end:\"$\"}]}}e.exports=n},df56:function(e,t,n){\"use strict\";e.exports=function(e,t,n){var i,a,r,s,o=-1,l=e.posMax,c=e.pos;e.pos=t+1,i=1;while(e.pos<l){if(r=e.src.charCodeAt(e.pos),93===r&&(i--,0===i)){a=!0;break}if(s=e.pos,e.md.inline.skipToken(e),91===r)if(s===e.pos-1)i++;else if(n)return e.pos=c,-1}return a&&(o=e.pos),e.pos=c,o}},e05a:function(e,t){function n(e){return{name:\"PHP template\",subLanguage:\"xml\",contains:[{begin:/<\\?(php|=)?/,end:/\\?>/,subLanguage:\"php\",contains:[{begin:\"/\\\\*\",end:\"\\\\*/\",skip:!0},{begin:'b\"',end:'\"',skip:!0},{begin:\"b'\",end:\"'\",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}e.exports=n},e10f:function(e,t){function n(e){const t=e.regex,n={$pattern:/\\$?[\\w]+(\\$[\\w]+)*/,keyword:[\"accept_on\",\"alias\",\"always\",\"always_comb\",\"always_ff\",\"always_latch\",\"and\",\"assert\",\"assign\",\"assume\",\"automatic\",\"before\",\"begin\",\"bind\",\"bins\",\"binsof\",\"bit\",\"break\",\"buf|0\",\"bufif0\",\"bufif1\",\"byte\",\"case\",\"casex\",\"casez\",\"cell\",\"chandle\",\"checker\",\"class\",\"clocking\",\"cmos\",\"config\",\"const\",\"constraint\",\"context\",\"continue\",\"cover\",\"covergroup\",\"coverpoint\",\"cross\",\"deassign\",\"default\",\"defparam\",\"design\",\"disable\",\"dist\",\"do\",\"edge\",\"else\",\"end\",\"endcase\",\"endchecker\",\"endclass\",\"endclocking\",\"endconfig\",\"endfunction\",\"endgenerate\",\"endgroup\",\"endinterface\",\"endmodule\",\"endpackage\",\"endprimitive\",\"endprogram\",\"endproperty\",\"endspecify\",\"endsequence\",\"endtable\",\"endtask\",\"enum\",\"event\",\"eventually\",\"expect\",\"export\",\"extends\",\"extern\",\"final\",\"first_match\",\"for\",\"force\",\"foreach\",\"forever\",\"fork\",\"forkjoin\",\"function\",\"generate|5\",\"genvar\",\"global\",\"highz0\",\"highz1\",\"if\",\"iff\",\"ifnone\",\"ignore_bins\",\"illegal_bins\",\"implements\",\"implies\",\"import\",\"incdir\",\"include\",\"initial\",\"inout\",\"input\",\"inside\",\"instance\",\"int\",\"integer\",\"interconnect\",\"interface\",\"intersect\",\"join\",\"join_any\",\"join_none\",\"large\",\"let\",\"liblist\",\"library\",\"local\",\"localparam\",\"logic\",\"longint\",\"macromodule\",\"matches\",\"medium\",\"modport\",\"module\",\"nand\",\"negedge\",\"nettype\",\"new\",\"nexttime\",\"nmos\",\"nor\",\"noshowcancelled\",\"not\",\"notif0\",\"notif1\",\"or\",\"output\",\"package\",\"packed\",\"parameter\",\"pmos\",\"posedge\",\"primitive\",\"priority\",\"program\",\"property\",\"protected\",\"pull0\",\"pull1\",\"pulldown\",\"pullup\",\"pulsestyle_ondetect\",\"pulsestyle_onevent\",\"pure\",\"rand\",\"randc\",\"randcase\",\"randsequence\",\"rcmos\",\"real\",\"realtime\",\"ref\",\"reg\",\"reject_on\",\"release\",\"repeat\",\"restrict\",\"return\",\"rnmos\",\"rpmos\",\"rtran\",\"rtranif0\",\"rtranif1\",\"s_always\",\"s_eventually\",\"s_nexttime\",\"s_until\",\"s_until_with\",\"scalared\",\"sequence\",\"shortint\",\"shortreal\",\"showcancelled\",\"signed\",\"small\",\"soft\",\"solve\",\"specify\",\"specparam\",\"static\",\"string\",\"strong\",\"strong0\",\"strong1\",\"struct\",\"super\",\"supply0\",\"supply1\",\"sync_accept_on\",\"sync_reject_on\",\"table\",\"tagged\",\"task\",\"this\",\"throughout\",\"time\",\"timeprecision\",\"timeunit\",\"tran\",\"tranif0\",\"tranif1\",\"tri\",\"tri0\",\"tri1\",\"triand\",\"trior\",\"trireg\",\"type\",\"typedef\",\"union\",\"unique\",\"unique0\",\"unsigned\",\"until\",\"until_with\",\"untyped\",\"use\",\"uwire\",\"var\",\"vectored\",\"virtual\",\"void\",\"wait\",\"wait_order\",\"wand\",\"weak\",\"weak0\",\"weak1\",\"while\",\"wildcard\",\"wire\",\"with\",\"within\",\"wor\",\"xnor\",\"xor\"],literal:[\"null\"],built_in:[\"$finish\",\"$stop\",\"$exit\",\"$fatal\",\"$error\",\"$warning\",\"$info\",\"$realtime\",\"$time\",\"$printtimescale\",\"$bitstoreal\",\"$bitstoshortreal\",\"$itor\",\"$signed\",\"$cast\",\"$bits\",\"$stime\",\"$timeformat\",\"$realtobits\",\"$shortrealtobits\",\"$rtoi\",\"$unsigned\",\"$asserton\",\"$assertkill\",\"$assertpasson\",\"$assertfailon\",\"$assertnonvacuouson\",\"$assertoff\",\"$assertcontrol\",\"$assertpassoff\",\"$assertfailoff\",\"$assertvacuousoff\",\"$isunbounded\",\"$sampled\",\"$fell\",\"$changed\",\"$past_gclk\",\"$fell_gclk\",\"$changed_gclk\",\"$rising_gclk\",\"$steady_gclk\",\"$coverage_control\",\"$coverage_get\",\"$coverage_save\",\"$set_coverage_db_name\",\"$rose\",\"$stable\",\"$past\",\"$rose_gclk\",\"$stable_gclk\",\"$future_gclk\",\"$falling_gclk\",\"$changing_gclk\",\"$display\",\"$coverage_get_max\",\"$coverage_merge\",\"$get_coverage\",\"$load_coverage_db\",\"$typename\",\"$unpacked_dimensions\",\"$left\",\"$low\",\"$increment\",\"$clog2\",\"$ln\",\"$log10\",\"$exp\",\"$sqrt\",\"$pow\",\"$floor\",\"$ceil\",\"$sin\",\"$cos\",\"$tan\",\"$countbits\",\"$onehot\",\"$isunknown\",\"$fatal\",\"$warning\",\"$dimensions\",\"$right\",\"$high\",\"$size\",\"$asin\",\"$acos\",\"$atan\",\"$atan2\",\"$hypot\",\"$sinh\",\"$cosh\",\"$tanh\",\"$asinh\",\"$acosh\",\"$atanh\",\"$countones\",\"$onehot0\",\"$error\",\"$info\",\"$random\",\"$dist_chi_square\",\"$dist_erlang\",\"$dist_exponential\",\"$dist_normal\",\"$dist_poisson\",\"$dist_t\",\"$dist_uniform\",\"$q_initialize\",\"$q_remove\",\"$q_exam\",\"$async$and$array\",\"$async$nand$array\",\"$async$or$array\",\"$async$nor$array\",\"$sync$and$array\",\"$sync$nand$array\",\"$sync$or$array\",\"$sync$nor$array\",\"$q_add\",\"$q_full\",\"$psprintf\",\"$async$and$plane\",\"$async$nand$plane\",\"$async$or$plane\",\"$async$nor$plane\",\"$sync$and$plane\",\"$sync$nand$plane\",\"$sync$or$plane\",\"$sync$nor$plane\",\"$system\",\"$display\",\"$displayb\",\"$displayh\",\"$displayo\",\"$strobe\",\"$strobeb\",\"$strobeh\",\"$strobeo\",\"$write\",\"$readmemb\",\"$readmemh\",\"$writememh\",\"$value$plusargs\",\"$dumpvars\",\"$dumpon\",\"$dumplimit\",\"$dumpports\",\"$dumpportson\",\"$dumpportslimit\",\"$writeb\",\"$writeh\",\"$writeo\",\"$monitor\",\"$monitorb\",\"$monitorh\",\"$monitoro\",\"$writememb\",\"$dumpfile\",\"$dumpoff\",\"$dumpall\",\"$dumpflush\",\"$dumpportsoff\",\"$dumpportsall\",\"$dumpportsflush\",\"$fclose\",\"$fdisplay\",\"$fdisplayb\",\"$fdisplayh\",\"$fdisplayo\",\"$fstrobe\",\"$fstrobeb\",\"$fstrobeh\",\"$fstrobeo\",\"$swrite\",\"$swriteb\",\"$swriteh\",\"$swriteo\",\"$fscanf\",\"$fread\",\"$fseek\",\"$fflush\",\"$feof\",\"$fopen\",\"$fwrite\",\"$fwriteb\",\"$fwriteh\",\"$fwriteo\",\"$fmonitor\",\"$fmonitorb\",\"$fmonitorh\",\"$fmonitoro\",\"$sformat\",\"$sformatf\",\"$fgetc\",\"$ungetc\",\"$fgets\",\"$sscanf\",\"$rewind\",\"$ftell\",\"$ferror\"]},i=[\"__FILE__\",\"__LINE__\"],a=[\"begin_keywords\",\"celldefine\",\"default_nettype\",\"default_decay_time\",\"default_trireg_strength\",\"define\",\"delay_mode_distributed\",\"delay_mode_path\",\"delay_mode_unit\",\"delay_mode_zero\",\"else\",\"elsif\",\"end_keywords\",\"endcelldefine\",\"endif\",\"ifdef\",\"ifndef\",\"include\",\"line\",\"nounconnected_drive\",\"pragma\",\"resetall\",\"timescale\",\"unconnected_drive\",\"undef\",\"undefineall\"];return{name:\"Verilog\",aliases:[\"v\",\"sv\",\"svh\"],case_insensitive:!1,keywords:n,contains:[e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE,e.QUOTE_STRING_MODE,{scope:\"number\",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/\\b((\\d+'([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\\B(('([bhodBHOD]))[0-9xzXZa-fA-F_]+)/},{begin:/\\b[0-9][0-9_]*/,relevance:0}]},{scope:\"variable\",variants:[{begin:\"#\\\\((?!parameter).+\\\\)\"},{begin:\"\\\\.\\\\w+\",relevance:0}]},{scope:\"variable.constant\",match:t.concat(/`/,t.either(...i))},{scope:\"meta\",begin:t.concat(/`/,t.either(...a)),end:/$|\\/\\/|\\/\\*/,returnEnd:!0,keywords:a}]}}e.exports=n},e1f3:function(e,t,n){\"use strict\";e.exports=[\"address\",\"article\",\"aside\",\"base\",\"basefont\",\"blockquote\",\"body\",\"caption\",\"center\",\"col\",\"colgroup\",\"dd\",\"details\",\"dialog\",\"dir\",\"div\",\"dl\",\"dt\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"frame\",\"frameset\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"head\",\"header\",\"hr\",\"html\",\"iframe\",\"legend\",\"li\",\"link\",\"main\",\"menu\",\"menuitem\",\"nav\",\"noframes\",\"ol\",\"optgroup\",\"option\",\"p\",\"param\",\"section\",\"source\",\"summary\",\"table\",\"tbody\",\"td\",\"tfoot\",\"th\",\"thead\",\"title\",\"tr\",\"track\",\"ul\"]},e2a7:function(e,t){function n(e){const t={className:\"variable\",begin:/\\b_+[a-zA-Z]\\w*/},n={className:\"title\",begin:/[a-zA-Z]\\w+_fnc_\\w+/},i={className:\"string\",variants:[{begin:'\"',end:'\"',contains:[{begin:'\"\"',relevance:0}]},{begin:\"'\",end:\"'\",contains:[{begin:\"''\",relevance:0}]}]},a=[\"case\",\"catch\",\"default\",\"do\",\"else\",\"exit\",\"exitWith\",\"for\",\"forEach\",\"from\",\"if\",\"private\",\"switch\",\"then\",\"throw\",\"to\",\"try\",\"waitUntil\",\"while\",\"with\"],r=[\"blufor\",\"civilian\",\"configNull\",\"controlNull\",\"displayNull\",\"east\",\"endl\",\"false\",\"grpNull\",\"independent\",\"lineBreak\",\"locationNull\",\"nil\",\"objNull\",\"opfor\",\"pi\",\"resistance\",\"scriptNull\",\"sideAmbientLife\",\"sideEmpty\",\"sideLogic\",\"sideUnknown\",\"taskNull\",\"teamMemberNull\",\"true\",\"west\"],s=[\"abs\",\"accTime\",\"acos\",\"action\",\"actionIDs\",\"actionKeys\",\"actionKeysImages\",\"actionKeysNames\",\"actionKeysNamesArray\",\"actionName\",\"actionParams\",\"activateAddons\",\"activatedAddons\",\"activateKey\",\"add3DENConnection\",\"add3DENEventHandler\",\"add3DENLayer\",\"addAction\",\"addBackpack\",\"addBackpackCargo\",\"addBackpackCargoGlobal\",\"addBackpackGlobal\",\"addBinocularItem\",\"addCamShake\",\"addCuratorAddons\",\"addCuratorCameraArea\",\"addCuratorEditableObjects\",\"addCuratorEditingArea\",\"addCuratorPoints\",\"addEditorObject\",\"addEventHandler\",\"addForce\",\"addForceGeneratorRTD\",\"addGoggles\",\"addGroupIcon\",\"addHandgunItem\",\"addHeadgear\",\"addItem\",\"addItemCargo\",\"addItemCargoGlobal\",\"addItemPool\",\"addItemToBackpack\",\"addItemToUniform\",\"addItemToVest\",\"addLiveStats\",\"addMagazine\",\"addMagazineAmmoCargo\",\"addMagazineCargo\",\"addMagazineCargoGlobal\",\"addMagazineGlobal\",\"addMagazinePool\",\"addMagazines\",\"addMagazineTurret\",\"addMenu\",\"addMenuItem\",\"addMissionEventHandler\",\"addMPEventHandler\",\"addMusicEventHandler\",\"addonFiles\",\"addOwnedMine\",\"addPlayerScores\",\"addPrimaryWeaponItem\",\"addPublicVariableEventHandler\",\"addRating\",\"addResources\",\"addScore\",\"addScoreSide\",\"addSecondaryWeaponItem\",\"addSwitchableUnit\",\"addTeamMember\",\"addToRemainsCollector\",\"addTorque\",\"addUniform\",\"addVehicle\",\"addVest\",\"addWaypoint\",\"addWeapon\",\"addWeaponCargo\",\"addWeaponCargoGlobal\",\"addWeaponGlobal\",\"addWeaponItem\",\"addWeaponPool\",\"addWeaponTurret\",\"addWeaponWithAttachmentsCargo\",\"addWeaponWithAttachmentsCargoGlobal\",\"admin\",\"agent\",\"agents\",\"AGLToASL\",\"aimedAtTarget\",\"aimPos\",\"airDensityCurveRTD\",\"airDensityRTD\",\"airplaneThrottle\",\"airportSide\",\"AISFinishHeal\",\"alive\",\"all3DENEntities\",\"allActiveTitleEffects\",\"allAddonsInfo\",\"allAirports\",\"allControls\",\"allCurators\",\"allCutLayers\",\"allDead\",\"allDeadMen\",\"allDiarySubjects\",\"allDisplays\",\"allGroups\",\"allMapMarkers\",\"allMines\",\"allMissionObjects\",\"allow3DMode\",\"allowCrewInImmobile\",\"allowCuratorLogicIgnoreAreas\",\"allowDamage\",\"allowDammage\",\"allowFileOperations\",\"allowFleeing\",\"allowGetIn\",\"allowSprint\",\"allPlayers\",\"allSimpleObjects\",\"allSites\",\"allTurrets\",\"allUnits\",\"allUnitsUAV\",\"allVariables\",\"ammo\",\"ammoOnPylon\",\"and\",\"animate\",\"animateBay\",\"animateDoor\",\"animatePylon\",\"animateSource\",\"animationNames\",\"animationPhase\",\"animationSourcePhase\",\"animationState\",\"apertureParams\",\"append\",\"apply\",\"armoryPoints\",\"arrayIntersect\",\"asin\",\"ASLToAGL\",\"ASLToATL\",\"assert\",\"assignAsCargo\",\"assignAsCargoIndex\",\"assignAsCommander\",\"assignAsDriver\",\"assignAsGunner\",\"assignAsTurret\",\"assignCurator\",\"assignedCargo\",\"assignedCommander\",\"assignedDriver\",\"assignedGunner\",\"assignedItems\",\"assignedTarget\",\"assignedTeam\",\"assignedVehicle\",\"assignedVehicleRole\",\"assignItem\",\"assignTeam\",\"assignToAirport\",\"atan\",\"atan2\",\"atg\",\"ATLToASL\",\"attachedObject\",\"attachedObjects\",\"attachedTo\",\"attachObject\",\"attachTo\",\"attackEnabled\",\"backpack\",\"backpackCargo\",\"backpackContainer\",\"backpackItems\",\"backpackMagazines\",\"backpackSpaceFor\",\"batteryChargeRTD\",\"behaviour\",\"benchmark\",\"bezierInterpolation\",\"binocular\",\"binocularItems\",\"binocularMagazine\",\"boundingBox\",\"boundingBoxReal\",\"boundingCenter\",\"break\",\"breakOut\",\"breakTo\",\"breakWith\",\"briefingName\",\"buildingExit\",\"buildingPos\",\"buldozer_EnableRoadDiag\",\"buldozer_IsEnabledRoadDiag\",\"buldozer_LoadNewRoads\",\"buldozer_reloadOperMap\",\"buttonAction\",\"buttonSetAction\",\"cadetMode\",\"calculatePath\",\"calculatePlayerVisibilityByFriendly\",\"call\",\"callExtension\",\"camCommand\",\"camCommit\",\"camCommitPrepared\",\"camCommitted\",\"camConstuctionSetParams\",\"camCreate\",\"camDestroy\",\"cameraEffect\",\"cameraEffectEnableHUD\",\"cameraInterest\",\"cameraOn\",\"cameraView\",\"campaignConfigFile\",\"camPreload\",\"camPreloaded\",\"camPrepareBank\",\"camPrepareDir\",\"camPrepareDive\",\"camPrepareFocus\",\"camPrepareFov\",\"camPrepareFovRange\",\"camPreparePos\",\"camPrepareRelPos\",\"camPrepareTarget\",\"camSetBank\",\"camSetDir\",\"camSetDive\",\"camSetFocus\",\"camSetFov\",\"camSetFovRange\",\"camSetPos\",\"camSetRelPos\",\"camSetTarget\",\"camTarget\",\"camUseNVG\",\"canAdd\",\"canAddItemToBackpack\",\"canAddItemToUniform\",\"canAddItemToVest\",\"cancelSimpleTaskDestination\",\"canFire\",\"canMove\",\"canSlingLoad\",\"canStand\",\"canSuspend\",\"canTriggerDynamicSimulation\",\"canUnloadInCombat\",\"canVehicleCargo\",\"captive\",\"captiveNum\",\"cbChecked\",\"cbSetChecked\",\"ceil\",\"channelEnabled\",\"cheatsEnabled\",\"checkAIFeature\",\"checkVisibility\",\"className\",\"clear3DENAttribute\",\"clear3DENInventory\",\"clearAllItemsFromBackpack\",\"clearBackpackCargo\",\"clearBackpackCargoGlobal\",\"clearForcesRTD\",\"clearGroupIcons\",\"clearItemCargo\",\"clearItemCargoGlobal\",\"clearItemPool\",\"clearMagazineCargo\",\"clearMagazineCargoGlobal\",\"clearMagazinePool\",\"clearOverlay\",\"clearRadio\",\"clearVehicleInit\",\"clearWeaponCargo\",\"clearWeaponCargoGlobal\",\"clearWeaponPool\",\"clientOwner\",\"closeDialog\",\"closeDisplay\",\"closeOverlay\",\"collapseObjectTree\",\"collect3DENHistory\",\"collectiveRTD\",\"combatBehaviour\",\"combatMode\",\"commandArtilleryFire\",\"commandChat\",\"commander\",\"commandFire\",\"commandFollow\",\"commandFSM\",\"commandGetOut\",\"commandingMenu\",\"commandMove\",\"commandRadio\",\"commandStop\",\"commandSuppressiveFire\",\"commandTarget\",\"commandWatch\",\"comment\",\"commitOverlay\",\"compile\",\"compileFinal\",\"compileScript\",\"completedFSM\",\"composeText\",\"configClasses\",\"configFile\",\"configHierarchy\",\"configName\",\"configOf\",\"configProperties\",\"configSourceAddonList\",\"configSourceMod\",\"configSourceModList\",\"confirmSensorTarget\",\"connectTerminalToUAV\",\"connectToServer\",\"continue\",\"continueWith\",\"controlsGroupCtrl\",\"copyFromClipboard\",\"copyToClipboard\",\"copyWaypoints\",\"cos\",\"count\",\"countEnemy\",\"countFriendly\",\"countSide\",\"countType\",\"countUnknown\",\"create3DENComposition\",\"create3DENEntity\",\"createAgent\",\"createCenter\",\"createDialog\",\"createDiaryLink\",\"createDiaryRecord\",\"createDiarySubject\",\"createDisplay\",\"createGearDialog\",\"createGroup\",\"createGuardedPoint\",\"createHashMap\",\"createHashMapFromArray\",\"createLocation\",\"createMarker\",\"createMarkerLocal\",\"createMenu\",\"createMine\",\"createMissionDisplay\",\"createMPCampaignDisplay\",\"createSimpleObject\",\"createSimpleTask\",\"createSite\",\"createSoundSource\",\"createTarget\",\"createTask\",\"createTeam\",\"createTrigger\",\"createUnit\",\"createVehicle\",\"createVehicleCrew\",\"createVehicleLocal\",\"crew\",\"ctAddHeader\",\"ctAddRow\",\"ctClear\",\"ctCurSel\",\"ctData\",\"ctFindHeaderRows\",\"ctFindRowHeader\",\"ctHeaderControls\",\"ctHeaderCount\",\"ctRemoveHeaders\",\"ctRemoveRows\",\"ctrlActivate\",\"ctrlAddEventHandler\",\"ctrlAngle\",\"ctrlAnimateModel\",\"ctrlAnimationPhaseModel\",\"ctrlAutoScrollDelay\",\"ctrlAutoScrollRewind\",\"ctrlAutoScrollSpeed\",\"ctrlChecked\",\"ctrlClassName\",\"ctrlCommit\",\"ctrlCommitted\",\"ctrlCreate\",\"ctrlDelete\",\"ctrlEnable\",\"ctrlEnabled\",\"ctrlFade\",\"ctrlFontHeight\",\"ctrlHTMLLoaded\",\"ctrlIDC\",\"ctrlIDD\",\"ctrlMapAnimAdd\",\"ctrlMapAnimClear\",\"ctrlMapAnimCommit\",\"ctrlMapAnimDone\",\"ctrlMapCursor\",\"ctrlMapMouseOver\",\"ctrlMapScale\",\"ctrlMapScreenToWorld\",\"ctrlMapWorldToScreen\",\"ctrlModel\",\"ctrlModelDirAndUp\",\"ctrlModelScale\",\"ctrlMousePosition\",\"ctrlParent\",\"ctrlParentControlsGroup\",\"ctrlPosition\",\"ctrlRemoveAllEventHandlers\",\"ctrlRemoveEventHandler\",\"ctrlScale\",\"ctrlScrollValues\",\"ctrlSetActiveColor\",\"ctrlSetAngle\",\"ctrlSetAutoScrollDelay\",\"ctrlSetAutoScrollRewind\",\"ctrlSetAutoScrollSpeed\",\"ctrlSetBackgroundColor\",\"ctrlSetChecked\",\"ctrlSetDisabledColor\",\"ctrlSetEventHandler\",\"ctrlSetFade\",\"ctrlSetFocus\",\"ctrlSetFont\",\"ctrlSetFontH1\",\"ctrlSetFontH1B\",\"ctrlSetFontH2\",\"ctrlSetFontH2B\",\"ctrlSetFontH3\",\"ctrlSetFontH3B\",\"ctrlSetFontH4\",\"ctrlSetFontH4B\",\"ctrlSetFontH5\",\"ctrlSetFontH5B\",\"ctrlSetFontH6\",\"ctrlSetFontH6B\",\"ctrlSetFontHeight\",\"ctrlSetFontHeightH1\",\"ctrlSetFontHeightH2\",\"ctrlSetFontHeightH3\",\"ctrlSetFontHeightH4\",\"ctrlSetFontHeightH5\",\"ctrlSetFontHeightH6\",\"ctrlSetFontHeightSecondary\",\"ctrlSetFontP\",\"ctrlSetFontPB\",\"ctrlSetFontSecondary\",\"ctrlSetForegroundColor\",\"ctrlSetModel\",\"ctrlSetModelDirAndUp\",\"ctrlSetModelScale\",\"ctrlSetMousePosition\",\"ctrlSetPixelPrecision\",\"ctrlSetPosition\",\"ctrlSetPositionH\",\"ctrlSetPositionW\",\"ctrlSetPositionX\",\"ctrlSetPositionY\",\"ctrlSetScale\",\"ctrlSetScrollValues\",\"ctrlSetStructuredText\",\"ctrlSetText\",\"ctrlSetTextColor\",\"ctrlSetTextColorSecondary\",\"ctrlSetTextSecondary\",\"ctrlSetTextSelection\",\"ctrlSetTooltip\",\"ctrlSetTooltipColorBox\",\"ctrlSetTooltipColorShade\",\"ctrlSetTooltipColorText\",\"ctrlSetURL\",\"ctrlShow\",\"ctrlShown\",\"ctrlStyle\",\"ctrlText\",\"ctrlTextColor\",\"ctrlTextHeight\",\"ctrlTextSecondary\",\"ctrlTextSelection\",\"ctrlTextWidth\",\"ctrlTooltip\",\"ctrlType\",\"ctrlURL\",\"ctrlVisible\",\"ctRowControls\",\"ctRowCount\",\"ctSetCurSel\",\"ctSetData\",\"ctSetHeaderTemplate\",\"ctSetRowTemplate\",\"ctSetValue\",\"ctValue\",\"curatorAddons\",\"curatorCamera\",\"curatorCameraArea\",\"curatorCameraAreaCeiling\",\"curatorCoef\",\"curatorEditableObjects\",\"curatorEditingArea\",\"curatorEditingAreaType\",\"curatorMouseOver\",\"curatorPoints\",\"curatorRegisteredObjects\",\"curatorSelected\",\"curatorWaypointCost\",\"current3DENOperation\",\"currentChannel\",\"currentCommand\",\"currentMagazine\",\"currentMagazineDetail\",\"currentMagazineDetailTurret\",\"currentMagazineTurret\",\"currentMuzzle\",\"currentNamespace\",\"currentPilot\",\"currentTask\",\"currentTasks\",\"currentThrowable\",\"currentVisionMode\",\"currentWaypoint\",\"currentWeapon\",\"currentWeaponMode\",\"currentWeaponTurret\",\"currentZeroing\",\"cursorObject\",\"cursorTarget\",\"customChat\",\"customRadio\",\"customWaypointPosition\",\"cutFadeOut\",\"cutObj\",\"cutRsc\",\"cutText\",\"damage\",\"date\",\"dateToNumber\",\"daytime\",\"deActivateKey\",\"debriefingText\",\"debugFSM\",\"debugLog\",\"decayGraphValues\",\"deg\",\"delete3DENEntities\",\"deleteAt\",\"deleteCenter\",\"deleteCollection\",\"deleteEditorObject\",\"deleteGroup\",\"deleteGroupWhenEmpty\",\"deleteIdentity\",\"deleteLocation\",\"deleteMarker\",\"deleteMarkerLocal\",\"deleteRange\",\"deleteResources\",\"deleteSite\",\"deleteStatus\",\"deleteTarget\",\"deleteTeam\",\"deleteVehicle\",\"deleteVehicleCrew\",\"deleteWaypoint\",\"detach\",\"detectedMines\",\"diag_activeMissionFSMs\",\"diag_activeScripts\",\"diag_activeSQSScripts\",\"diag_captureFrameToFile\",\"diag_captureSlowFrame\",\"diag_deltaTime\",\"diag_drawMode\",\"diag_enable\",\"diag_enabled\",\"diag_fps\",\"diag_fpsMin\",\"diag_frameNo\",\"diag_list\",\"diag_mergeConfigFile\",\"diag_scope\",\"diag_activeSQFScripts\",\"diag_allMissionEventHandlers\",\"diag_captureFrame\",\"diag_codePerformance\",\"diag_dumpCalltraceToLog\",\"diag_dumpTerrainSynth\",\"diag_dynamicSimulationEnd\",\"diag_exportConfig\",\"diag_exportTerrainSVG\",\"diag_lightNewLoad\",\"diag_localized\",\"diag_log\",\"diag_logSlowFrame\",\"diag_recordTurretLimits\",\"diag_resetShapes\",\"diag_setLightNew\",\"diag_tickTime\",\"diag_toggle\",\"dialog\",\"diaryRecordNull\",\"diarySubjectExists\",\"didJIP\",\"didJIPOwner\",\"difficulty\",\"difficultyEnabled\",\"difficultyEnabledRTD\",\"difficultyOption\",\"direction\",\"directSay\",\"disableAI\",\"disableCollisionWith\",\"disableConversation\",\"disableDebriefingStats\",\"disableMapIndicators\",\"disableNVGEquipment\",\"disableRemoteSensors\",\"disableSerialization\",\"disableTIEquipment\",\"disableUAVConnectability\",\"disableUserInput\",\"displayAddEventHandler\",\"displayCtrl\",\"displayParent\",\"displayRemoveAllEventHandlers\",\"displayRemoveEventHandler\",\"displaySetEventHandler\",\"dissolveTeam\",\"distance\",\"distance2D\",\"distanceSqr\",\"distributionRegion\",\"do3DENAction\",\"doArtilleryFire\",\"doFire\",\"doFollow\",\"doFSM\",\"doGetOut\",\"doMove\",\"doorPhase\",\"doStop\",\"doSuppressiveFire\",\"doTarget\",\"doWatch\",\"drawArrow\",\"drawEllipse\",\"drawIcon\",\"drawIcon3D\",\"drawLine\",\"drawLine3D\",\"drawLink\",\"drawLocation\",\"drawPolygon\",\"drawRectangle\",\"drawTriangle\",\"driver\",\"drop\",\"dynamicSimulationDistance\",\"dynamicSimulationDistanceCoef\",\"dynamicSimulationEnabled\",\"dynamicSimulationSystemEnabled\",\"echo\",\"edit3DENMissionAttributes\",\"editObject\",\"editorSetEventHandler\",\"effectiveCommander\",\"elevatePeriscope\",\"emptyPositions\",\"enableAI\",\"enableAIFeature\",\"enableAimPrecision\",\"enableAttack\",\"enableAudioFeature\",\"enableAutoStartUpRTD\",\"enableAutoTrimRTD\",\"enableCamShake\",\"enableCaustics\",\"enableChannel\",\"enableCollisionWith\",\"enableCopilot\",\"enableDebriefingStats\",\"enableDiagLegend\",\"enableDynamicSimulation\",\"enableDynamicSimulationSystem\",\"enableEndDialog\",\"enableEngineArtillery\",\"enableEnvironment\",\"enableFatigue\",\"enableGunLights\",\"enableInfoPanelComponent\",\"enableIRLasers\",\"enableMimics\",\"enablePersonTurret\",\"enableRadio\",\"enableReload\",\"enableRopeAttach\",\"enableSatNormalOnDetail\",\"enableSaving\",\"enableSentences\",\"enableSimulation\",\"enableSimulationGlobal\",\"enableStamina\",\"enableStressDamage\",\"enableTeamSwitch\",\"enableTraffic\",\"enableUAVConnectability\",\"enableUAVWaypoints\",\"enableVehicleCargo\",\"enableVehicleSensor\",\"enableWeaponDisassembly\",\"endLoadingScreen\",\"endMission\",\"enemy\",\"engineOn\",\"enginesIsOnRTD\",\"enginesPowerRTD\",\"enginesRpmRTD\",\"enginesTorqueRTD\",\"entities\",\"environmentEnabled\",\"environmentVolume\",\"estimatedEndServerTime\",\"estimatedTimeLeft\",\"evalObjectArgument\",\"everyBackpack\",\"everyContainer\",\"exec\",\"execEditorScript\",\"execFSM\",\"execVM\",\"exp\",\"expectedDestination\",\"exportJIPMessages\",\"exportLandscapeXYZ\",\"eyeDirection\",\"eyePos\",\"face\",\"faction\",\"fadeEnvironment\",\"fadeMusic\",\"fadeRadio\",\"fadeSound\",\"fadeSpeech\",\"failMission\",\"fileExists\",\"fillWeaponsFromPool\",\"find\",\"findCover\",\"findDisplay\",\"findEditorObject\",\"findEmptyPosition\",\"findEmptyPositionReady\",\"findIf\",\"findNearestEnemy\",\"finishMissionInit\",\"finite\",\"fire\",\"fireAtTarget\",\"firstBackpack\",\"flag\",\"flagAnimationPhase\",\"flagOwner\",\"flagSide\",\"flagTexture\",\"flatten\",\"fleeing\",\"floor\",\"flyInHeight\",\"flyInHeightASL\",\"focusedCtrl\",\"fog\",\"fogForecast\",\"fogParams\",\"forceAddUniform\",\"forceAtPositionRTD\",\"forceCadetDifficulty\",\"forcedMap\",\"forceEnd\",\"forceFlagTexture\",\"forceFollowRoad\",\"forceGeneratorRTD\",\"forceMap\",\"forceRespawn\",\"forceSpeed\",\"forceUnicode\",\"forceWalk\",\"forceWeaponFire\",\"forceWeatherChange\",\"forEachMember\",\"forEachMemberAgent\",\"forEachMemberTeam\",\"forgetTarget\",\"format\",\"formation\",\"formationDirection\",\"formationLeader\",\"formationMembers\",\"formationPosition\",\"formationTask\",\"formatText\",\"formLeader\",\"freeLook\",\"friendly\",\"fromEditor\",\"fuel\",\"fullCrew\",\"gearIDCAmmoCount\",\"gearSlotAmmoCount\",\"gearSlotData\",\"get\",\"get3DENActionState\",\"get3DENAttribute\",\"get3DENCamera\",\"get3DENConnections\",\"get3DENEntity\",\"get3DENEntityID\",\"get3DENGrid\",\"get3DENIconsVisible\",\"get3DENLayerEntities\",\"get3DENLinesVisible\",\"get3DENMissionAttribute\",\"get3DENMouseOver\",\"get3DENSelected\",\"getAimingCoef\",\"getAllEnvSoundControllers\",\"getAllHitPointsDamage\",\"getAllOwnedMines\",\"getAllPylonsInfo\",\"getAllSoundControllers\",\"getAllUnitTraits\",\"getAmmoCargo\",\"getAnimAimPrecision\",\"getAnimSpeedCoef\",\"getArray\",\"getArtilleryAmmo\",\"getArtilleryComputerSettings\",\"getArtilleryETA\",\"getAssetDLCInfo\",\"getAssignedCuratorLogic\",\"getAssignedCuratorUnit\",\"getAttackTarget\",\"getAudioOptionVolumes\",\"getBackpackCargo\",\"getBleedingRemaining\",\"getBurningValue\",\"getCalculatePlayerVisibilityByFriendly\",\"getCameraViewDirection\",\"getCargoIndex\",\"getCenterOfMass\",\"getClientState\",\"getClientStateNumber\",\"getCompatiblePylonMagazines\",\"getConnectedUAV\",\"getContainerMaxLoad\",\"getCursorObjectParams\",\"getCustomAimCoef\",\"getCustomSoundController\",\"getCustomSoundControllerCount\",\"getDammage\",\"getDescription\",\"getDir\",\"getDirVisual\",\"getDiverState\",\"getDLCAssetsUsage\",\"getDLCAssetsUsageByName\",\"getDLCs\",\"getDLCUsageTime\",\"getEditorCamera\",\"getEditorMode\",\"getEditorObjectScope\",\"getElevationOffset\",\"getEnvSoundController\",\"getFatigue\",\"getFieldManualStartPage\",\"getForcedFlagTexture\",\"getFriend\",\"getFSMVariable\",\"getFuelCargo\",\"getGraphValues\",\"getGroupIcon\",\"getGroupIconParams\",\"getGroupIcons\",\"getHideFrom\",\"getHit\",\"getHitIndex\",\"getHitPointDamage\",\"getItemCargo\",\"getLighting\",\"getLightingAt\",\"getLoadedModsInfo\",\"getMagazineCargo\",\"getMarkerColor\",\"getMarkerPos\",\"getMarkerSize\",\"getMarkerType\",\"getMass\",\"getMissionConfig\",\"getMissionConfigValue\",\"getMissionDLCs\",\"getMissionLayerEntities\",\"getMissionLayers\",\"getMissionPath\",\"getModelInfo\",\"getMousePosition\",\"getMusicPlayedTime\",\"getNumber\",\"getObjectArgument\",\"getObjectChildren\",\"getObjectDLC\",\"getObjectFOV\",\"getObjectMaterials\",\"getObjectProxy\",\"getObjectScale\",\"getObjectTextures\",\"getObjectType\",\"getObjectViewDistance\",\"getOrDefault\",\"getOxygenRemaining\",\"getPersonUsedDLCs\",\"getPilotCameraDirection\",\"getPilotCameraPosition\",\"getPilotCameraRotation\",\"getPilotCameraTarget\",\"getPlateNumber\",\"getPlayerChannel\",\"getPlayerID\",\"getPlayerScores\",\"getPlayerUID\",\"getPlayerUIDOld\",\"getPlayerVoNVolume\",\"getPos\",\"getPosASL\",\"getPosASLVisual\",\"getPosASLW\",\"getPosATL\",\"getPosATLVisual\",\"getPosVisual\",\"getPosWorld\",\"getPosWorldVisual\",\"getPylonMagazines\",\"getRelDir\",\"getRelPos\",\"getRemoteSensorsDisabled\",\"getRepairCargo\",\"getResolution\",\"getRoadInfo\",\"getRotorBrakeRTD\",\"getShadowDistance\",\"getShotParents\",\"getSlingLoad\",\"getSoundController\",\"getSoundControllerResult\",\"getSpeed\",\"getStamina\",\"getStatValue\",\"getSteamFriendsServers\",\"getSubtitleOptions\",\"getSuppression\",\"getTerrainGrid\",\"getTerrainHeightASL\",\"getText\",\"getTextRaw\",\"getTextWidth\",\"getTotalDLCUsageTime\",\"getTrimOffsetRTD\",\"getUnitLoadout\",\"getUnitTrait\",\"getUserMFDText\",\"getUserMFDValue\",\"getVariable\",\"getVehicleCargo\",\"getVehicleTIPars\",\"getWeaponCargo\",\"getWeaponSway\",\"getWingsOrientationRTD\",\"getWingsPositionRTD\",\"getWorld\",\"getWPPos\",\"glanceAt\",\"globalChat\",\"globalRadio\",\"goggles\",\"goto\",\"group\",\"groupChat\",\"groupFromNetId\",\"groupIconSelectable\",\"groupIconsVisible\",\"groupId\",\"groupOwner\",\"groupRadio\",\"groupSelectedUnits\",\"groupSelectUnit\",\"gunner\",\"gusts\",\"halt\",\"handgunItems\",\"handgunMagazine\",\"handgunWeapon\",\"handsHit\",\"hasInterface\",\"hasPilotCamera\",\"hasWeapon\",\"hcAllGroups\",\"hcGroupParams\",\"hcLeader\",\"hcRemoveAllGroups\",\"hcRemoveGroup\",\"hcSelected\",\"hcSelectGroup\",\"hcSetGroup\",\"hcShowBar\",\"hcShownBar\",\"headgear\",\"hideBehindScripted\",\"hideBody\",\"hideObject\",\"hideObjectGlobal\",\"hideSelection\",\"hierarchyObjectsCount\",\"hint\",\"hintC\",\"hintCadet\",\"hintSilent\",\"hmd\",\"hostMission\",\"htmlLoad\",\"HUDMovementLevels\",\"humidity\",\"image\",\"importAllGroups\",\"importance\",\"in\",\"inArea\",\"inAreaArray\",\"incapacitatedState\",\"inflame\",\"inflamed\",\"infoPanel\",\"infoPanelComponentEnabled\",\"infoPanelComponents\",\"infoPanels\",\"inGameUISetEventHandler\",\"inheritsFrom\",\"initAmbientLife\",\"inPolygon\",\"inputAction\",\"inRangeOfArtillery\",\"insert\",\"insertEditorObject\",\"intersect\",\"is3DEN\",\"is3DENMultiplayer\",\"is3DENPreview\",\"isAbleToBreathe\",\"isActionMenuVisible\",\"isAgent\",\"isAimPrecisionEnabled\",\"isArray\",\"isAutoHoverOn\",\"isAutonomous\",\"isAutoStartUpEnabledRTD\",\"isAutotest\",\"isAutoTrimOnRTD\",\"isBleeding\",\"isBurning\",\"isClass\",\"isCollisionLightOn\",\"isCopilotEnabled\",\"isDamageAllowed\",\"isDedicated\",\"isDLCAvailable\",\"isEngineOn\",\"isEqualTo\",\"isEqualType\",\"isEqualTypeAll\",\"isEqualTypeAny\",\"isEqualTypeArray\",\"isEqualTypeParams\",\"isFilePatchingEnabled\",\"isFinal\",\"isFlashlightOn\",\"isFlatEmpty\",\"isForcedWalk\",\"isFormationLeader\",\"isGameFocused\",\"isGamePaused\",\"isGroupDeletedWhenEmpty\",\"isHidden\",\"isHideBehindScripted\",\"isInRemainsCollector\",\"isInstructorFigureEnabled\",\"isIRLaserOn\",\"isKeyActive\",\"isKindOf\",\"isLaserOn\",\"isLightOn\",\"isLocalized\",\"isManualFire\",\"isMarkedForCollection\",\"isMultiplayer\",\"isMultiplayerSolo\",\"isNil\",\"isNotEqualTo\",\"isNull\",\"isNumber\",\"isObjectHidden\",\"isObjectRTD\",\"isOnRoad\",\"isPiPEnabled\",\"isPlayer\",\"isRealTime\",\"isRemoteExecuted\",\"isRemoteExecutedJIP\",\"isSensorTargetConfirmed\",\"isServer\",\"isShowing3DIcons\",\"isSimpleObject\",\"isSprintAllowed\",\"isStaminaEnabled\",\"isSteamMission\",\"isStreamFriendlyUIEnabled\",\"isStressDamageEnabled\",\"isText\",\"isTouchingGround\",\"isTurnedOut\",\"isTutHintsEnabled\",\"isUAVConnectable\",\"isUAVConnected\",\"isUIContext\",\"isUniformAllowed\",\"isVehicleCargo\",\"isVehicleRadarOn\",\"isVehicleSensorEnabled\",\"isWalking\",\"isWeaponDeployed\",\"isWeaponRested\",\"itemCargo\",\"items\",\"itemsWithMagazines\",\"join\",\"joinAs\",\"joinAsSilent\",\"joinSilent\",\"joinString\",\"kbAddDatabase\",\"kbAddDatabaseTargets\",\"kbAddTopic\",\"kbHasTopic\",\"kbReact\",\"kbRemoveTopic\",\"kbTell\",\"kbWasSaid\",\"keyImage\",\"keyName\",\"keys\",\"knowsAbout\",\"land\",\"landAt\",\"landResult\",\"language\",\"laserTarget\",\"lbAdd\",\"lbClear\",\"lbColor\",\"lbColorRight\",\"lbCurSel\",\"lbData\",\"lbDelete\",\"lbIsSelected\",\"lbPicture\",\"lbPictureRight\",\"lbSelection\",\"lbSetColor\",\"lbSetColorRight\",\"lbSetCurSel\",\"lbSetData\",\"lbSetPicture\",\"lbSetPictureColor\",\"lbSetPictureColorDisabled\",\"lbSetPictureColorSelected\",\"lbSetPictureRight\",\"lbSetPictureRightColor\",\"lbSetPictureRightColorDisabled\",\"lbSetPictureRightColorSelected\",\"lbSetSelectColor\",\"lbSetSelectColorRight\",\"lbSetSelected\",\"lbSetText\",\"lbSetTextRight\",\"lbSetTooltip\",\"lbSetValue\",\"lbSize\",\"lbSort\",\"lbSortByValue\",\"lbText\",\"lbTextRight\",\"lbValue\",\"leader\",\"leaderboardDeInit\",\"leaderboardGetRows\",\"leaderboardInit\",\"leaderboardRequestRowsFriends\",\"leaderboardRequestRowsGlobal\",\"leaderboardRequestRowsGlobalAroundUser\",\"leaderboardsRequestUploadScore\",\"leaderboardsRequestUploadScoreKeepBest\",\"leaderboardState\",\"leaveVehicle\",\"libraryCredits\",\"libraryDisclaimers\",\"lifeState\",\"lightAttachObject\",\"lightDetachObject\",\"lightIsOn\",\"lightnings\",\"limitSpeed\",\"linearConversion\",\"lineIntersects\",\"lineIntersectsObjs\",\"lineIntersectsSurfaces\",\"lineIntersectsWith\",\"linkItem\",\"list\",\"listObjects\",\"listRemoteTargets\",\"listVehicleSensors\",\"ln\",\"lnbAddArray\",\"lnbAddColumn\",\"lnbAddRow\",\"lnbClear\",\"lnbColor\",\"lnbColorRight\",\"lnbCurSelRow\",\"lnbData\",\"lnbDeleteColumn\",\"lnbDeleteRow\",\"lnbGetColumnsPosition\",\"lnbPicture\",\"lnbPictureRight\",\"lnbSetColor\",\"lnbSetColorRight\",\"lnbSetColumnsPos\",\"lnbSetCurSelRow\",\"lnbSetData\",\"lnbSetPicture\",\"lnbSetPictureColor\",\"lnbSetPictureColorRight\",\"lnbSetPictureColorSelected\",\"lnbSetPictureColorSelectedRight\",\"lnbSetPictureRight\",\"lnbSetText\",\"lnbSetTextRight\",\"lnbSetTooltip\",\"lnbSetValue\",\"lnbSize\",\"lnbSort\",\"lnbSortByValue\",\"lnbText\",\"lnbTextRight\",\"lnbValue\",\"load\",\"loadAbs\",\"loadBackpack\",\"loadFile\",\"loadGame\",\"loadIdentity\",\"loadMagazine\",\"loadOverlay\",\"loadStatus\",\"loadUniform\",\"loadVest\",\"local\",\"localize\",\"localNamespace\",\"locationPosition\",\"lock\",\"lockCameraTo\",\"lockCargo\",\"lockDriver\",\"locked\",\"lockedCargo\",\"lockedDriver\",\"lockedInventory\",\"lockedTurret\",\"lockIdentity\",\"lockInventory\",\"lockTurret\",\"lockWP\",\"log\",\"logEntities\",\"logNetwork\",\"logNetworkTerminate\",\"lookAt\",\"lookAtPos\",\"magazineCargo\",\"magazines\",\"magazinesAllTurrets\",\"magazinesAmmo\",\"magazinesAmmoCargo\",\"magazinesAmmoFull\",\"magazinesDetail\",\"magazinesDetailBackpack\",\"magazinesDetailUniform\",\"magazinesDetailVest\",\"magazinesTurret\",\"magazineTurretAmmo\",\"mapAnimAdd\",\"mapAnimClear\",\"mapAnimCommit\",\"mapAnimDone\",\"mapCenterOnCamera\",\"mapGridPosition\",\"markAsFinishedOnSteam\",\"markerAlpha\",\"markerBrush\",\"markerChannel\",\"markerColor\",\"markerDir\",\"markerPolyline\",\"markerPos\",\"markerShadow\",\"markerShape\",\"markerSize\",\"markerText\",\"markerType\",\"matrixMultiply\",\"matrixTranspose\",\"max\",\"members\",\"menuAction\",\"menuAdd\",\"menuChecked\",\"menuClear\",\"menuCollapse\",\"menuData\",\"menuDelete\",\"menuEnable\",\"menuEnabled\",\"menuExpand\",\"menuHover\",\"menuPicture\",\"menuSetAction\",\"menuSetCheck\",\"menuSetData\",\"menuSetPicture\",\"menuSetShortcut\",\"menuSetText\",\"menuSetURL\",\"menuSetValue\",\"menuShortcut\",\"menuShortcutText\",\"menuSize\",\"menuSort\",\"menuText\",\"menuURL\",\"menuValue\",\"merge\",\"min\",\"mineActive\",\"mineDetectedBy\",\"missileTarget\",\"missileTargetPos\",\"missionConfigFile\",\"missionDifficulty\",\"missionName\",\"missionNameSource\",\"missionNamespace\",\"missionStart\",\"missionVersion\",\"mod\",\"modelToWorld\",\"modelToWorldVisual\",\"modelToWorldVisualWorld\",\"modelToWorldWorld\",\"modParams\",\"moonIntensity\",\"moonPhase\",\"morale\",\"move\",\"move3DENCamera\",\"moveInAny\",\"moveInCargo\",\"moveInCommander\",\"moveInDriver\",\"moveInGunner\",\"moveInTurret\",\"moveObjectToEnd\",\"moveOut\",\"moveTarget\",\"moveTime\",\"moveTo\",\"moveToCompleted\",\"moveToFailed\",\"musicVolume\",\"name\",\"namedProperties\",\"nameSound\",\"nearEntities\",\"nearestBuilding\",\"nearestLocation\",\"nearestLocations\",\"nearestLocationWithDubbing\",\"nearestObject\",\"nearestObjects\",\"nearestTerrainObjects\",\"nearObjects\",\"nearObjectsReady\",\"nearRoads\",\"nearSupplies\",\"nearTargets\",\"needReload\",\"netId\",\"netObjNull\",\"newOverlay\",\"nextMenuItemIndex\",\"nextWeatherChange\",\"nMenuItems\",\"not\",\"numberOfEnginesRTD\",\"numberToDate\",\"object\",\"objectCurators\",\"objectFromNetId\",\"objectParent\",\"objStatus\",\"onBriefingGear\",\"onBriefingGroup\",\"onBriefingNotes\",\"onBriefingPlan\",\"onBriefingTeamSwitch\",\"onCommandModeChanged\",\"onDoubleClick\",\"onEachFrame\",\"onGroupIconClick\",\"onGroupIconOverEnter\",\"onGroupIconOverLeave\",\"onHCGroupSelectionChanged\",\"onMapSingleClick\",\"onPlayerConnected\",\"onPlayerDisconnected\",\"onPreloadFinished\",\"onPreloadStarted\",\"onShowNewObject\",\"onTeamSwitch\",\"openCuratorInterface\",\"openDLCPage\",\"openDSInterface\",\"openGPS\",\"openMap\",\"openSteamApp\",\"openYoutubeVideo\",\"or\",\"orderGetIn\",\"overcast\",\"overcastForecast\",\"owner\",\"param\",\"params\",\"parseNumber\",\"parseSimpleArray\",\"parseText\",\"parsingNamespace\",\"particlesQuality\",\"periscopeElevation\",\"pickWeaponPool\",\"pitch\",\"pixelGrid\",\"pixelGridBase\",\"pixelGridNoUIScale\",\"pixelH\",\"pixelW\",\"playableSlotsNumber\",\"playableUnits\",\"playAction\",\"playActionNow\",\"player\",\"playerRespawnTime\",\"playerSide\",\"playersNumber\",\"playGesture\",\"playMission\",\"playMove\",\"playMoveNow\",\"playMusic\",\"playScriptedMission\",\"playSound\",\"playSound3D\",\"position\",\"positionCameraToWorld\",\"posScreenToWorld\",\"posWorldToScreen\",\"ppEffectAdjust\",\"ppEffectCommit\",\"ppEffectCommitted\",\"ppEffectCreate\",\"ppEffectDestroy\",\"ppEffectEnable\",\"ppEffectEnabled\",\"ppEffectForceInNVG\",\"precision\",\"preloadCamera\",\"preloadObject\",\"preloadSound\",\"preloadTitleObj\",\"preloadTitleRsc\",\"preprocessFile\",\"preprocessFileLineNumbers\",\"primaryWeapon\",\"primaryWeaponItems\",\"primaryWeaponMagazine\",\"priority\",\"processDiaryLink\",\"processInitCommands\",\"productVersion\",\"profileName\",\"profileNamespace\",\"profileNameSteam\",\"progressLoadingScreen\",\"progressPosition\",\"progressSetPosition\",\"publicVariable\",\"publicVariableClient\",\"publicVariableServer\",\"pushBack\",\"pushBackUnique\",\"putWeaponPool\",\"queryItemsPool\",\"queryMagazinePool\",\"queryWeaponPool\",\"rad\",\"radioChannelAdd\",\"radioChannelCreate\",\"radioChannelInfo\",\"radioChannelRemove\",\"radioChannelSetCallSign\",\"radioChannelSetLabel\",\"radioVolume\",\"rain\",\"rainbow\",\"random\",\"rank\",\"rankId\",\"rating\",\"rectangular\",\"registeredTasks\",\"registerTask\",\"reload\",\"reloadEnabled\",\"remoteControl\",\"remoteExec\",\"remoteExecCall\",\"remoteExecutedOwner\",\"remove3DENConnection\",\"remove3DENEventHandler\",\"remove3DENLayer\",\"removeAction\",\"removeAll3DENEventHandlers\",\"removeAllActions\",\"removeAllAssignedItems\",\"removeAllBinocularItems\",\"removeAllContainers\",\"removeAllCuratorAddons\",\"removeAllCuratorCameraAreas\",\"removeAllCuratorEditingAreas\",\"removeAllEventHandlers\",\"removeAllHandgunItems\",\"removeAllItems\",\"removeAllItemsWithMagazines\",\"removeAllMissionEventHandlers\",\"removeAllMPEventHandlers\",\"removeAllMusicEventHandlers\",\"removeAllOwnedMines\",\"removeAllPrimaryWeaponItems\",\"removeAllSecondaryWeaponItems\",\"removeAllWeapons\",\"removeBackpack\",\"removeBackpackGlobal\",\"removeBinocularItem\",\"removeClothing\",\"removeCuratorAddons\",\"removeCuratorCameraArea\",\"removeCuratorEditableObjects\",\"removeCuratorEditingArea\",\"removeDiaryRecord\",\"removeDiarySubject\",\"removeDrawIcon\",\"removeDrawLinks\",\"removeEventHandler\",\"removeFromRemainsCollector\",\"removeGoggles\",\"removeGroupIcon\",\"removeHandgunItem\",\"removeHeadgear\",\"removeItem\",\"removeItemFromBackpack\",\"removeItemFromUniform\",\"removeItemFromVest\",\"removeItems\",\"removeMagazine\",\"removeMagazineGlobal\",\"removeMagazines\",\"removeMagazinesTurret\",\"removeMagazineTurret\",\"removeMenuItem\",\"removeMissionEventHandler\",\"removeMPEventHandler\",\"removeMusicEventHandler\",\"removeOwnedMine\",\"removePrimaryWeaponItem\",\"removeSecondaryWeaponItem\",\"removeSimpleTask\",\"removeSwitchableUnit\",\"removeTeamMember\",\"removeUniform\",\"removeVest\",\"removeWeapon\",\"removeWeaponAttachmentCargo\",\"removeWeaponCargo\",\"removeWeaponGlobal\",\"removeWeaponTurret\",\"reportRemoteTarget\",\"requiredVersion\",\"resetCamShake\",\"resetSubgroupDirection\",\"resize\",\"resources\",\"respawnVehicle\",\"restartEditorCamera\",\"reveal\",\"revealMine\",\"reverse\",\"reversedMouseY\",\"roadAt\",\"roadsConnectedTo\",\"roleDescription\",\"ropeAttachedObjects\",\"ropeAttachedTo\",\"ropeAttachEnabled\",\"ropeAttachTo\",\"ropeCreate\",\"ropeCut\",\"ropeDestroy\",\"ropeDetach\",\"ropeEndPosition\",\"ropeLength\",\"ropes\",\"ropeSegments\",\"ropeSetCargoMass\",\"ropeUnwind\",\"ropeUnwound\",\"rotorsForcesRTD\",\"rotorsRpmRTD\",\"round\",\"runInitScript\",\"safeZoneH\",\"safeZoneW\",\"safeZoneWAbs\",\"safeZoneX\",\"safeZoneXAbs\",\"safeZoneY\",\"save3DENInventory\",\"saveGame\",\"saveIdentity\",\"saveJoysticks\",\"saveOverlay\",\"saveProfileNamespace\",\"saveStatus\",\"saveVar\",\"savingEnabled\",\"say\",\"say2D\",\"say3D\",\"scopeName\",\"score\",\"scoreSide\",\"screenshot\",\"screenToWorld\",\"scriptDone\",\"scriptName\",\"scudState\",\"secondaryWeapon\",\"secondaryWeaponItems\",\"secondaryWeaponMagazine\",\"select\",\"selectBestPlaces\",\"selectDiarySubject\",\"selectedEditorObjects\",\"selectEditorObject\",\"selectionNames\",\"selectionPosition\",\"selectLeader\",\"selectMax\",\"selectMin\",\"selectNoPlayer\",\"selectPlayer\",\"selectRandom\",\"selectRandomWeighted\",\"selectWeapon\",\"selectWeaponTurret\",\"sendAUMessage\",\"sendSimpleCommand\",\"sendTask\",\"sendTaskResult\",\"sendUDPMessage\",\"serverCommand\",\"serverCommandAvailable\",\"serverCommandExecutable\",\"serverName\",\"serverTime\",\"set\",\"set3DENAttribute\",\"set3DENAttributes\",\"set3DENGrid\",\"set3DENIconsVisible\",\"set3DENLayer\",\"set3DENLinesVisible\",\"set3DENLogicType\",\"set3DENMissionAttribute\",\"set3DENMissionAttributes\",\"set3DENModelsVisible\",\"set3DENObjectType\",\"set3DENSelected\",\"setAccTime\",\"setActualCollectiveRTD\",\"setAirplaneThrottle\",\"setAirportSide\",\"setAmmo\",\"setAmmoCargo\",\"setAmmoOnPylon\",\"setAnimSpeedCoef\",\"setAperture\",\"setApertureNew\",\"setAPURTD\",\"setArmoryPoints\",\"setAttributes\",\"setAutonomous\",\"setBatteryChargeRTD\",\"setBatteryRTD\",\"setBehaviour\",\"setBehaviourStrong\",\"setBleedingRemaining\",\"setBrakesRTD\",\"setCameraEffect\",\"setCameraInterest\",\"setCamShakeDefParams\",\"setCamShakeParams\",\"setCamUseTI\",\"setCaptive\",\"setCenterOfMass\",\"setCollisionLight\",\"setCombatBehaviour\",\"setCombatMode\",\"setCompassOscillation\",\"setConvoySeparation\",\"setCuratorCameraAreaCeiling\",\"setCuratorCoef\",\"setCuratorEditingAreaType\",\"setCuratorWaypointCost\",\"setCurrentChannel\",\"setCurrentTask\",\"setCurrentWaypoint\",\"setCustomAimCoef\",\"setCustomMissionData\",\"setCustomSoundController\",\"setCustomWeightRTD\",\"setDamage\",\"setDammage\",\"setDate\",\"setDebriefingText\",\"setDefaultCamera\",\"setDestination\",\"setDetailMapBlendPars\",\"setDiaryRecordText\",\"setDiarySubjectPicture\",\"setDir\",\"setDirection\",\"setDrawIcon\",\"setDriveOnPath\",\"setDropInterval\",\"setDynamicSimulationDistance\",\"setDynamicSimulationDistanceCoef\",\"setEditorMode\",\"setEditorObjectScope\",\"setEffectCondition\",\"setEffectiveCommander\",\"setEngineRPMRTD\",\"setEngineRpmRTD\",\"setFace\",\"setFaceAnimation\",\"setFatigue\",\"setFeatureType\",\"setFlagAnimationPhase\",\"setFlagOwner\",\"setFlagSide\",\"setFlagTexture\",\"setFog\",\"setForceGeneratorRTD\",\"setFormation\",\"setFormationTask\",\"setFormDir\",\"setFriend\",\"setFromEditor\",\"setFSMVariable\",\"setFuel\",\"setFuelCargo\",\"setGroupIcon\",\"setGroupIconParams\",\"setGroupIconsSelectable\",\"setGroupIconsVisible\",\"setGroupId\",\"setGroupIdGlobal\",\"setGroupOwner\",\"setGusts\",\"setHideBehind\",\"setHit\",\"setHitIndex\",\"setHitPointDamage\",\"setHorizonParallaxCoef\",\"setHUDMovementLevels\",\"setIdentity\",\"setImportance\",\"setInfoPanel\",\"setLeader\",\"setLightAmbient\",\"setLightAttenuation\",\"setLightBrightness\",\"setLightColor\",\"setLightDayLight\",\"setLightFlareMaxDistance\",\"setLightFlareSize\",\"setLightIntensity\",\"setLightnings\",\"setLightUseFlare\",\"setLocalWindParams\",\"setMagazineTurretAmmo\",\"setMarkerAlpha\",\"setMarkerAlphaLocal\",\"setMarkerBrush\",\"setMarkerBrushLocal\",\"setMarkerColor\",\"setMarkerColorLocal\",\"setMarkerDir\",\"setMarkerDirLocal\",\"setMarkerPolyline\",\"setMarkerPolylineLocal\",\"setMarkerPos\",\"setMarkerPosLocal\",\"setMarkerShadow\",\"setMarkerShadowLocal\",\"setMarkerShape\",\"setMarkerShapeLocal\",\"setMarkerSize\",\"setMarkerSizeLocal\",\"setMarkerText\",\"setMarkerTextLocal\",\"setMarkerType\",\"setMarkerTypeLocal\",\"setMass\",\"setMimic\",\"setMissileTarget\",\"setMissileTargetPos\",\"setMousePosition\",\"setMusicEffect\",\"setMusicEventHandler\",\"setName\",\"setNameSound\",\"setObjectArguments\",\"setObjectMaterial\",\"setObjectMaterialGlobal\",\"setObjectProxy\",\"setObjectScale\",\"setObjectTexture\",\"setObjectTextureGlobal\",\"setObjectViewDistance\",\"setOvercast\",\"setOwner\",\"setOxygenRemaining\",\"setParticleCircle\",\"setParticleClass\",\"setParticleFire\",\"setParticleParams\",\"setParticleRandom\",\"setPilotCameraDirection\",\"setPilotCameraRotation\",\"setPilotCameraTarget\",\"setPilotLight\",\"setPiPEffect\",\"setPitch\",\"setPlateNumber\",\"setPlayable\",\"setPlayerRespawnTime\",\"setPlayerVoNVolume\",\"setPos\",\"setPosASL\",\"setPosASL2\",\"setPosASLW\",\"setPosATL\",\"setPosition\",\"setPosWorld\",\"setPylonLoadout\",\"setPylonsPriority\",\"setRadioMsg\",\"setRain\",\"setRainbow\",\"setRandomLip\",\"setRank\",\"setRectangular\",\"setRepairCargo\",\"setRotorBrakeRTD\",\"setShadowDistance\",\"setShotParents\",\"setSide\",\"setSimpleTaskAlwaysVisible\",\"setSimpleTaskCustomData\",\"setSimpleTaskDescription\",\"setSimpleTaskDestination\",\"setSimpleTaskTarget\",\"setSimpleTaskType\",\"setSimulWeatherLayers\",\"setSize\",\"setSkill\",\"setSlingLoad\",\"setSoundEffect\",\"setSpeaker\",\"setSpeech\",\"setSpeedMode\",\"setStamina\",\"setStaminaScheme\",\"setStarterRTD\",\"setStatValue\",\"setSuppression\",\"setSystemOfUnits\",\"setTargetAge\",\"setTaskMarkerOffset\",\"setTaskResult\",\"setTaskState\",\"setTerrainGrid\",\"setText\",\"setThrottleRTD\",\"setTimeMultiplier\",\"setTitleEffect\",\"setToneMapping\",\"setToneMappingParams\",\"setTrafficDensity\",\"setTrafficDistance\",\"setTrafficGap\",\"setTrafficSpeed\",\"setTriggerActivation\",\"setTriggerArea\",\"setTriggerInterval\",\"setTriggerStatements\",\"setTriggerText\",\"setTriggerTimeout\",\"setTriggerType\",\"setType\",\"setUnconscious\",\"setUnitAbility\",\"setUnitCombatMode\",\"setUnitLoadout\",\"setUnitPos\",\"setUnitPosWeak\",\"setUnitRank\",\"setUnitRecoilCoefficient\",\"setUnitTrait\",\"setUnloadInCombat\",\"setUserActionText\",\"setUserMFDText\",\"setUserMFDValue\",\"setVariable\",\"setVectorDir\",\"setVectorDirAndUp\",\"setVectorUp\",\"setVehicleAmmo\",\"setVehicleAmmoDef\",\"setVehicleArmor\",\"setVehicleCargo\",\"setVehicleId\",\"setVehicleInit\",\"setVehicleLock\",\"setVehiclePosition\",\"setVehicleRadar\",\"setVehicleReceiveRemoteTargets\",\"setVehicleReportOwnPosition\",\"setVehicleReportRemoteTargets\",\"setVehicleTIPars\",\"setVehicleVarName\",\"setVelocity\",\"setVelocityModelSpace\",\"setVelocityTransformation\",\"setViewDistance\",\"setVisibleIfTreeCollapsed\",\"setWantedRPMRTD\",\"setWaves\",\"setWaypointBehaviour\",\"setWaypointCombatMode\",\"setWaypointCompletionRadius\",\"setWaypointDescription\",\"setWaypointForceBehaviour\",\"setWaypointFormation\",\"setWaypointHousePosition\",\"setWaypointLoiterAltitude\",\"setWaypointLoiterRadius\",\"setWaypointLoiterType\",\"setWaypointName\",\"setWaypointPosition\",\"setWaypointScript\",\"setWaypointSpeed\",\"setWaypointStatements\",\"setWaypointTimeout\",\"setWaypointType\",\"setWaypointVisible\",\"setWeaponReloadingTime\",\"setWeaponZeroing\",\"setWind\",\"setWindDir\",\"setWindForce\",\"setWindStr\",\"setWingForceScaleRTD\",\"setWPPos\",\"show3DIcons\",\"showChat\",\"showCinemaBorder\",\"showCommandingMenu\",\"showCompass\",\"showCuratorCompass\",\"showGPS\",\"showHUD\",\"showLegend\",\"showMap\",\"shownArtilleryComputer\",\"shownChat\",\"shownCompass\",\"shownCuratorCompass\",\"showNewEditorObject\",\"shownGPS\",\"shownHUD\",\"shownMap\",\"shownPad\",\"shownRadio\",\"shownScoretable\",\"shownUAVFeed\",\"shownWarrant\",\"shownWatch\",\"showPad\",\"showRadio\",\"showScoretable\",\"showSubtitles\",\"showUAVFeed\",\"showWarrant\",\"showWatch\",\"showWaypoint\",\"showWaypoints\",\"side\",\"sideChat\",\"sideEmpty\",\"sideEnemy\",\"sideFriendly\",\"sideRadio\",\"simpleTasks\",\"simulationEnabled\",\"simulCloudDensity\",\"simulCloudOcclusion\",\"simulInClouds\",\"simulSetHumidity\",\"simulWeatherSync\",\"sin\",\"size\",\"sizeOf\",\"skill\",\"skillFinal\",\"skipTime\",\"sleep\",\"sliderPosition\",\"sliderRange\",\"sliderSetPosition\",\"sliderSetRange\",\"sliderSetSpeed\",\"sliderSpeed\",\"slingLoadAssistantShown\",\"soldierMagazines\",\"someAmmo\",\"sort\",\"soundVolume\",\"spawn\",\"speaker\",\"speechVolume\",\"speed\",\"speedMode\",\"splitString\",\"sqrt\",\"squadParams\",\"stance\",\"startLoadingScreen\",\"step\",\"stop\",\"stopEngineRTD\",\"stopped\",\"str\",\"sunOrMoon\",\"supportInfo\",\"suppressFor\",\"surfaceIsWater\",\"surfaceNormal\",\"surfaceTexture\",\"surfaceType\",\"swimInDepth\",\"switchableUnits\",\"switchAction\",\"switchCamera\",\"switchGesture\",\"switchLight\",\"switchMove\",\"synchronizedObjects\",\"synchronizedTriggers\",\"synchronizedWaypoints\",\"synchronizeObjectsAdd\",\"synchronizeObjectsRemove\",\"synchronizeTrigger\",\"synchronizeWaypoint\",\"systemChat\",\"systemOfUnits\",\"systemTime\",\"systemTimeUTC\",\"tan\",\"targetKnowledge\",\"targets\",\"targetsAggregate\",\"targetsQuery\",\"taskAlwaysVisible\",\"taskChildren\",\"taskCompleted\",\"taskCustomData\",\"taskDescription\",\"taskDestination\",\"taskHint\",\"taskMarkerOffset\",\"taskName\",\"taskParent\",\"taskResult\",\"taskState\",\"taskType\",\"teamMember\",\"teamName\",\"teams\",\"teamSwitch\",\"teamSwitchEnabled\",\"teamType\",\"terminate\",\"terrainIntersect\",\"terrainIntersectASL\",\"terrainIntersectAtASL\",\"text\",\"textLog\",\"textLogFormat\",\"tg\",\"throttleRTD\",\"time\",\"timeMultiplier\",\"titleCut\",\"titleFadeOut\",\"titleObj\",\"titleRsc\",\"titleText\",\"toArray\",\"toFixed\",\"toLower\",\"toLowerANSI\",\"toString\",\"toUpper\",\"toUpperANSI\",\"triggerActivated\",\"triggerActivation\",\"triggerAmmo\",\"triggerArea\",\"triggerAttachedVehicle\",\"triggerAttachObject\",\"triggerAttachVehicle\",\"triggerDynamicSimulation\",\"triggerInterval\",\"triggerStatements\",\"triggerText\",\"triggerTimeout\",\"triggerTimeoutCurrent\",\"triggerType\",\"trim\",\"turretLocal\",\"turretOwner\",\"turretUnit\",\"tvAdd\",\"tvClear\",\"tvCollapse\",\"tvCollapseAll\",\"tvCount\",\"tvCurSel\",\"tvData\",\"tvDelete\",\"tvExpand\",\"tvExpandAll\",\"tvIsSelected\",\"tvPicture\",\"tvPictureRight\",\"tvSelection\",\"tvSetColor\",\"tvSetCurSel\",\"tvSetData\",\"tvSetPicture\",\"tvSetPictureColor\",\"tvSetPictureColorDisabled\",\"tvSetPictureColorSelected\",\"tvSetPictureRight\",\"tvSetPictureRightColor\",\"tvSetPictureRightColorDisabled\",\"tvSetPictureRightColorSelected\",\"tvSetSelectColor\",\"tvSetSelected\",\"tvSetText\",\"tvSetTooltip\",\"tvSetValue\",\"tvSort\",\"tvSortAll\",\"tvSortByValue\",\"tvSortByValueAll\",\"tvText\",\"tvTooltip\",\"tvValue\",\"type\",\"typeName\",\"typeOf\",\"UAVControl\",\"uiNamespace\",\"uiSleep\",\"unassignCurator\",\"unassignItem\",\"unassignTeam\",\"unassignVehicle\",\"underwater\",\"uniform\",\"uniformContainer\",\"uniformItems\",\"uniformMagazines\",\"unitAddons\",\"unitAimPosition\",\"unitAimPositionVisual\",\"unitBackpack\",\"unitCombatMode\",\"unitIsUAV\",\"unitPos\",\"unitReady\",\"unitRecoilCoefficient\",\"units\",\"unitsBelowHeight\",\"unitTurret\",\"unlinkItem\",\"unlockAchievement\",\"unregisterTask\",\"updateDrawIcon\",\"updateMenuItem\",\"updateObjectTree\",\"useAIOperMapObstructionTest\",\"useAISteeringComponent\",\"useAudioTimeForMoves\",\"userInputDisabled\",\"vectorAdd\",\"vectorCos\",\"vectorCrossProduct\",\"vectorDiff\",\"vectorDir\",\"vectorDirVisual\",\"vectorDistance\",\"vectorDistanceSqr\",\"vectorDotProduct\",\"vectorFromTo\",\"vectorLinearConversion\",\"vectorMagnitude\",\"vectorMagnitudeSqr\",\"vectorModelToWorld\",\"vectorModelToWorldVisual\",\"vectorMultiply\",\"vectorNormalized\",\"vectorUp\",\"vectorUpVisual\",\"vectorWorldToModel\",\"vectorWorldToModelVisual\",\"vehicle\",\"vehicleCargoEnabled\",\"vehicleChat\",\"vehicleMoveInfo\",\"vehicleRadio\",\"vehicleReceiveRemoteTargets\",\"vehicleReportOwnPosition\",\"vehicleReportRemoteTargets\",\"vehicles\",\"vehicleVarName\",\"velocity\",\"velocityModelSpace\",\"verifySignature\",\"vest\",\"vestContainer\",\"vestItems\",\"vestMagazines\",\"viewDistance\",\"visibleCompass\",\"visibleGPS\",\"visibleMap\",\"visiblePosition\",\"visiblePositionASL\",\"visibleScoretable\",\"visibleWatch\",\"waves\",\"waypointAttachedObject\",\"waypointAttachedVehicle\",\"waypointAttachObject\",\"waypointAttachVehicle\",\"waypointBehaviour\",\"waypointCombatMode\",\"waypointCompletionRadius\",\"waypointDescription\",\"waypointForceBehaviour\",\"waypointFormation\",\"waypointHousePosition\",\"waypointLoiterAltitude\",\"waypointLoiterRadius\",\"waypointLoiterType\",\"waypointName\",\"waypointPosition\",\"waypoints\",\"waypointScript\",\"waypointsEnabledUAV\",\"waypointShow\",\"waypointSpeed\",\"waypointStatements\",\"waypointTimeout\",\"waypointTimeoutCurrent\",\"waypointType\",\"waypointVisible\",\"weaponAccessories\",\"weaponAccessoriesCargo\",\"weaponCargo\",\"weaponDirection\",\"weaponInertia\",\"weaponLowered\",\"weapons\",\"weaponsItems\",\"weaponsItemsCargo\",\"weaponState\",\"weaponsTurret\",\"weightRTD\",\"WFSideText\",\"wind\",\"windDir\",\"windRTD\",\"windStr\",\"wingsForcesRTD\",\"worldName\",\"worldSize\",\"worldToModel\",\"worldToModelVisual\",\"worldToScreen\"],o={className:\"meta\",begin:/#\\s*[a-z]+\\b/,end:/$/,keywords:{keyword:\"define undef ifdef ifndef else endif include\"},contains:[{begin:/\\\\\\n/,relevance:0},e.inherit(i,{className:\"string\"}),{className:\"string\",begin:/<[^\\n>]*>/,end:/$/,illegal:\"\\\\n\"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]};return{name:\"SQF\",case_insensitive:!0,keywords:{keyword:a,built_in:s,literal:r},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.NUMBER_MODE,t,n,i,o],illegal:/#|^\\$ /}}e.exports=n},e3fc:function(e,t){var n=Object.defineProperty,i=Object.defineProperties,a=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyDescriptors,s=Object.getOwnPropertyNames,o=Object.getOwnPropertySymbols,l=Object.prototype.hasOwnProperty,c=Object.prototype.propertyIsEnumerable,_=(e,t,i)=>t in e?n(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,d=(e,t)=>{for(var n in t||(t={}))l.call(t,n)&&_(e,n,t[n]);if(o)for(var n of o(t))c.call(t,n)&&_(e,n,t[n]);return e},u=(e,t)=>i(e,r(t)),p=(e,t)=>{for(var i in t)n(e,i,{get:t[i],enumerable:!0})},m=(e,t,i,r)=>{if(t&&\"object\"===typeof t||\"function\"===typeof t)for(let o of s(t))l.call(e,o)||o===i||n(e,o,{get:()=>t[o],enumerable:!(r=a(t,o))||r.enumerable});return e},g=e=>m(n({},\"__esModule\",{value:!0}),e),h={};function E(e,t){for(const[n,i]of Object.entries(t))e.registerLanguage(n,i)}function S(e,t,n,i,a){try{return t.highlight(i,{language:\"\"!==a?a:\"plaintext\",ignoreIllegals:n}).value}catch(r){return e.utils.escapeHtml(i)}}function b(e,t,n,i,a){if(\"\"!==a)return S(e,t,n,i,a);try{return t.highlightAuto(i).value}catch(r){return e.utils.escapeHtml(i)}}function f(e){return function(...t){return e(...t).replace('<code class=\"','<code class=\"hljs ').replace(\"<code>\",'<code class=\"hljs\">')}}function T(e){var t,n;for(const i of e.tokens)if(\"inline\"===i.type&&null!=i.children)for(const[a,r]of i.children.entries()){if(\"code_inline\"!==r.type)continue;const s=i.children[a+1];if(null==s)continue;const o=/^{:?\\.([^}]+)}/.exec(s.content);if(null==o)continue;const l=o[1];s.content=s.content.slice(o[0].length);let c=null!=(t=r.attrGet(\"class\"))?t:\"\";c+=`${null!=(n=e.md.options.langPrefix)?n:\"language-\"}${l}`,r.attrSet(\"class\",c),r.meta=u(d({},r.meta),{highlightLanguage:l})}}function C(e,t,n,i,a){var r,s;const o=e[t];if(null==n.highlight)throw new Error(\"`options.highlight` was null, this is not supposed to happen\");const l=n.highlight(o.content,null!=(s=null==(r=o.meta)?void 0:r.highlightLanguage)?s:\"\",\"\");return`<code${a.renderAttrs(o)}>${l}</code>`}function v(e,t){const n=d(d({},v.defaults),t);if(null==n.hljs)throw new Error(\"Please pass a highlight.js instance for the required `hljs` option.\");null!=n.register&&E(n.hljs,n.register),e.options.highlight=(n.auto?b:S).bind(null,e,n.hljs,n.ignoreIllegals),null!=e.renderer.rules.fence&&(e.renderer.rules.fence=f(e.renderer.rules.fence)),n.code&&null!=e.renderer.rules.code_block&&(e.renderer.rules.code_block=f(e.renderer.rules.code_block)),n.inline&&(e.core.ruler.before(\"linkify\",\"inline_code_language\",T),e.renderer.rules.code_inline=f(C))}p(h,{default:()=>v}),e.exports=g(h),v.defaults={auto:!1,code:!1,inline:!1,ignoreIllegals:!1}},e4ca:function(e,t,n){\"use strict\";var i=n(\"0068\").unescapeAll;e.exports=function(e,t,n){var a,r,s=0,o=t,l={ok:!1,pos:0,lines:0,str:\"\"};if(60===e.charCodeAt(t)){t++;while(t<n){if(a=e.charCodeAt(t),10===a)return l;if(60===a)return l;if(62===a)return l.pos=t+1,l.str=i(e.slice(o+1,t)),l.ok=!0,l;92===a&&t+1<n?t+=2:t++}return l}r=0;while(t<n){if(a=e.charCodeAt(t),32===a)break;if(a<32||127===a)break;if(92===a&&t+1<n){if(32===e.charCodeAt(t+1))break;t+=2}else{if(40===a&&(r++,r>32))return l;if(41===a){if(0===r)break;r--}t++}}return o===t||0!==r||(l.str=i(e.slice(o,t)),l.lines=s,l.pos=t,l.ok=!0),l}},e55c:function(e,t){function n(e){const t=e.regex,n={$pattern:/[\\w.\\/]+/,built_in:[\"action\",\"bindattr\",\"collection\",\"component\",\"concat\",\"debugger\",\"each\",\"each-in\",\"get\",\"hash\",\"if\",\"in\",\"input\",\"link-to\",\"loc\",\"log\",\"lookup\",\"mut\",\"outlet\",\"partial\",\"query-params\",\"render\",\"template\",\"textarea\",\"unbound\",\"unless\",\"view\",\"with\",\"yield\"]},i={$pattern:/[\\w.\\/]+/,literal:[\"true\",\"false\",\"undefined\",\"null\"]},a=/\"\"|\"[^\"]+\"/,r=/''|'[^']+'/,s=/\\[\\]|\\[[^\\]]+\\]/,o=/[^\\s!\"#%&'()*+,.\\/;<=>@\\[\\\\\\]^`{|}~]+/,l=/(\\.|\\/)/,c=t.either(a,r,s,o),_=t.concat(t.optional(/\\.|\\.\\/|\\//),c,t.anyNumberOfTimes(t.concat(l,c))),d=t.concat(\"(\",s,\"|\",o,\")(?==)\"),u={begin:_},p=e.inherit(u,{keywords:i}),m={begin:/\\(/,end:/\\)/},g={className:\"attr\",begin:d,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[e.NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,p,m]}}},h={begin:/as\\s+\\|/,keywords:{keyword:\"as\"},end:/\\|/,contains:[{begin:/\\w+/}]},E={contains:[e.NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,h,g,p,m],returnEnd:!0},S=e.inherit(u,{className:\"name\",keywords:n,starts:e.inherit(E,{end:/\\)/})});m.contains=[S];const b=e.inherit(u,{keywords:n,className:\"name\",starts:e.inherit(E,{end:/\\}\\}/})}),f=e.inherit(u,{keywords:n,className:\"name\"}),T=e.inherit(u,{className:\"name\",keywords:n,starts:e.inherit(E,{end:/\\}\\}/})}),C={begin:/\\\\\\{\\{/,skip:!0},v={begin:/\\\\\\\\(?=\\{\\{)/,skip:!0};return{name:\"Handlebars\",aliases:[\"hbs\",\"html.hbs\",\"html.handlebars\",\"htmlbars\"],case_insensitive:!0,subLanguage:\"xml\",contains:[C,v,e.COMMENT(/\\{\\{!--/,/--\\}\\}/),e.COMMENT(/\\{\\{!/,/\\}\\}/),{className:\"template-tag\",begin:/\\{\\{\\{\\{(?!\\/)/,end:/\\}\\}\\}\\}/,contains:[b],starts:{end:/\\{\\{\\{\\{\\//,returnEnd:!0,subLanguage:\"xml\"}},{className:\"template-tag\",begin:/\\{\\{\\{\\{\\//,end:/\\}\\}\\}\\}/,contains:[f]},{className:\"template-tag\",begin:/\\{\\{#/,end:/\\}\\}/,contains:[b]},{className:\"template-tag\",begin:/\\{\\{(?=else\\}\\})/,end:/\\}\\}/,keywords:\"else\"},{className:\"template-tag\",begin:/\\{\\{(?=else if)/,end:/\\}\\}/,keywords:\"else if\"},{className:\"template-tag\",begin:/\\{\\{\\//,end:/\\}\\}/,contains:[f]},{className:\"template-variable\",begin:/\\{\\{\\{/,end:/\\}\\}\\}/,contains:[T]},{className:\"template-variable\",begin:/\\{\\{/,end:/\\}\\}/,contains:[T]}]}}e.exports=n},e578:function(e,t,n){var i=n(\"aead\"),a=n(\"1349\");function r(e){this._input=e}function s(e,t,n){this.text=e,this.data=t,this.position=n}var o=new RegExp(\"([ \\r\\n\\t]+)|(---?|[!-\\\\[\\\\]-‧‪-퟿豈-￿]|[\\ud800-\\udbff][\\udc00-\\udfff]|\\\\\\\\(?:[a-zA-Z]+|[^\\ud800-\\udfff]))\"),l=/\\s*/;r.prototype._innerLex=function(e,t){var n=this._input;if(e===n.length)return new s(\"EOF\",null,e);var r=i(o,n,e);if(null===r)throw new a(\"Unexpected character: '\"+n[e]+\"'\",this,e);return r[2]?new s(r[2],null,e+r[2].length):t?this._innerLex(e+r[1].length,!0):new s(\" \",null,e+r[1].length)};var c=/#[a-z0-9]+|[a-z]+/i;r.prototype._innerLexColor=function(e){var t,n=this._input,r=i(l,n,e)[0];if(e+=r.length,t=i(c,n,e))return new s(t[0],null,e+t[0].length);throw new a(\"Invalid color\",this,e)};var _=/(-?)\\s*(\\d+(?:\\.\\d*)?|\\.\\d+)\\s*([a-z]{2})/;r.prototype._innerLexSize=function(e){var t,n=this._input,r=i(l,n,e)[0];if(e+=r.length,t=i(_,n,e)){var o=t[3];if(\"em\"!==o&&\"ex\"!==o)throw new a(\"Invalid unit: '\"+o+\"'\",this,e);return new s(t[0],{number:+(t[1]+t[2]),unit:o},e+t[0].length)}throw new a(\"Invalid size\",this,e)},r.prototype._innerLexWhitespace=function(e){var t=this._input,n=i(l,t,e)[0];return e+=n.length,new s(n[0],null,e)},r.prototype.lex=function(e,t){return\"math\"===t?this._innerLex(e,!0):\"text\"===t?this._innerLex(e,!1):\"color\"===t?this._innerLexColor(e):\"size\"===t?this._innerLexSize(e):\"whitespace\"===t?this._innerLexWhitespace(e):void 0},e.exports=r},e686:function(e,t,n){var i=n(\"c9b3\"),a=n(\"cc98d\"),r=n(\"5061\"),s=n(\"1349\"),o=n(\"15d1\"),l=n(\"b3ce\"),c=i.makeSpan,_=i.fontMap,d=function(e,t){return o[t][e]&&o[t][e].replace&&(e=o[t][e].replace),new r.TextNode(e)},u=function(e,t){var n=t.font;if(!n)return null;var i=e.mode;if(\"mathit\"===n)return\"italic\";var r=e.value;if(l.contains([\"\\\\imath\",\"\\\\jmath\"],r))return null;o[i][r]&&o[i][r].replace&&(r=o[i][r].replace);var s=_[n].fontName;return a.getCharacterMetrics(r,s)?_[t.font].variant:null},p={mathord:function(e,t){var n=new r.MathNode(\"mi\",[d(e.value,e.mode)]),i=u(e,t);return i&&n.setAttribute(\"mathvariant\",i),n},textord:function(e,t){var n,i=d(e.value,e.mode),a=u(e,t)||\"normal\";return/[0-9]/.test(e.value)?(n=new r.MathNode(\"mn\",[i]),t.font&&n.setAttribute(\"mathvariant\",a)):(n=new r.MathNode(\"mi\",[i]),n.setAttribute(\"mathvariant\",a)),n},bin:function(e){var t=new r.MathNode(\"mo\",[d(e.value,e.mode)]);return t},rel:function(e){var t=new r.MathNode(\"mo\",[d(e.value,e.mode)]);return t},open:function(e){var t=new r.MathNode(\"mo\",[d(e.value,e.mode)]);return t},close:function(e){var t=new r.MathNode(\"mo\",[d(e.value,e.mode)]);return t},inner:function(e){var t=new r.MathNode(\"mo\",[d(e.value,e.mode)]);return t},punct:function(e){var t=new r.MathNode(\"mo\",[d(e.value,e.mode)]);return t.setAttribute(\"separator\",\"true\"),t},ordgroup:function(e,t){var n=m(e.value,t),i=new r.MathNode(\"mrow\",n);return i},text:function(e,t){var n=m(e.value.body,t),i=new r.MathNode(\"mtext\",n);return i},color:function(e,t){var n=m(e.value.value,t),i=new r.MathNode(\"mstyle\",n);return i.setAttribute(\"mathcolor\",e.value.color),i},supsub:function(e,t){var n,i=[g(e.value.base,t)];e.value.sub&&i.push(g(e.value.sub,t)),e.value.sup&&i.push(g(e.value.sup,t)),n=e.value.sub?e.value.sup?\"msubsup\":\"msub\":\"msup\";var a=new r.MathNode(n,i);return a},genfrac:function(e,t){var n=new r.MathNode(\"mfrac\",[g(e.value.numer,t),g(e.value.denom,t)]);if(e.value.hasBarLine||n.setAttribute(\"linethickness\",\"0px\"),null!=e.value.leftDelim||null!=e.value.rightDelim){var i=[];if(null!=e.value.leftDelim){var a=new r.MathNode(\"mo\",[new r.TextNode(e.value.leftDelim)]);a.setAttribute(\"fence\",\"true\"),i.push(a)}if(i.push(n),null!=e.value.rightDelim){var s=new r.MathNode(\"mo\",[new r.TextNode(e.value.rightDelim)]);s.setAttribute(\"fence\",\"true\"),i.push(s)}var o=new r.MathNode(\"mrow\",i);return o}return n},array:function(e,t){return new r.MathNode(\"mtable\",e.value.body.map((function(e){return new r.MathNode(\"mtr\",e.map((function(e){return new r.MathNode(\"mtd\",[g(e,t)])})))})))},sqrt:function(e,t){var n;return n=e.value.index?new r.MathNode(\"mroot\",[g(e.value.body,t),g(e.value.index,t)]):new r.MathNode(\"msqrt\",[g(e.value.body,t)]),n},leftright:function(e,t){var n=m(e.value.body,t);if(\".\"!==e.value.left){var i=new r.MathNode(\"mo\",[d(e.value.left,e.mode)]);i.setAttribute(\"fence\",\"true\"),n.unshift(i)}if(\".\"!==e.value.right){var a=new r.MathNode(\"mo\",[d(e.value.right,e.mode)]);a.setAttribute(\"fence\",\"true\"),n.push(a)}var s=new r.MathNode(\"mrow\",n);return s},accent:function(e,t){var n=new r.MathNode(\"mo\",[d(e.value.accent,e.mode)]),i=new r.MathNode(\"mover\",[g(e.value.base,t),n]);return i.setAttribute(\"accent\",\"true\"),i},spacing:function(e){var t;return\"\\\\ \"===e.value||\"\\\\space\"===e.value||\" \"===e.value||\"~\"===e.value?t=new r.MathNode(\"mtext\",[new r.TextNode(\" \")]):(t=new r.MathNode(\"mspace\"),t.setAttribute(\"width\",i.spacingFunctions[e.value].size)),t},op:function(e){var t;return t=e.value.symbol?new r.MathNode(\"mo\",[d(e.value.body,e.mode)]):new r.MathNode(\"mi\",[new r.TextNode(e.value.body.slice(1))]),t},katex:function(e){var t=new r.MathNode(\"mtext\",[new r.TextNode(\"KaTeX\")]);return t},font:function(e,t){var n=e.value.font;return g(e.value.body,t.withFont(n))},delimsizing:function(e){var t=[];\".\"!==e.value.value&&t.push(d(e.value.value,e.mode));var n=new r.MathNode(\"mo\",t);return\"open\"===e.value.delimType||\"close\"===e.value.delimType?n.setAttribute(\"fence\",\"true\"):n.setAttribute(\"fence\",\"false\"),n},styling:function(e,t){var n=m(e.value.value,t),i=new r.MathNode(\"mstyle\",n),a={display:[\"0\",\"true\"],text:[\"0\",\"false\"],script:[\"1\",\"false\"],scriptscript:[\"2\",\"false\"]},s=a[e.value.style];return i.setAttribute(\"scriptlevel\",s[0]),i.setAttribute(\"displaystyle\",s[1]),i},sizing:function(e,t){var n=m(e.value.value,t),a=new r.MathNode(\"mstyle\",n);return a.setAttribute(\"mathsize\",i.sizingMultiplier[e.value.size]+\"em\"),a},overline:function(e,t){var n=new r.MathNode(\"mo\",[new r.TextNode(\"‾\")]);n.setAttribute(\"stretchy\",\"true\");var i=new r.MathNode(\"mover\",[g(e.value.body,t),n]);return i.setAttribute(\"accent\",\"true\"),i},underline:function(e,t){var n=new r.MathNode(\"mo\",[new r.TextNode(\"‾\")]);n.setAttribute(\"stretchy\",\"true\");var i=new r.MathNode(\"munder\",[g(e.value.body,t),n]);return i.setAttribute(\"accentunder\",\"true\"),i},rule:function(e){var t=new r.MathNode(\"mrow\");return t},llap:function(e,t){var n=new r.MathNode(\"mpadded\",[g(e.value.body,t)]);return n.setAttribute(\"lspace\",\"-1width\"),n.setAttribute(\"width\",\"0px\"),n},rlap:function(e,t){var n=new r.MathNode(\"mpadded\",[g(e.value.body,t)]);return n.setAttribute(\"width\",\"0px\"),n},phantom:function(e,t,n){var i=m(e.value.value,t);return new r.MathNode(\"mphantom\",i)}},m=function(e,t){for(var n=[],i=0;i<e.length;i++){var a=e[i];n.push(g(a,t))}return n},g=function(e,t){if(!e)return new r.MathNode(\"mrow\");if(p[e.type])return p[e.type](e,t);throw new s(\"Got group of unknown type: '\"+e.type+\"'\")},h=function(e,t,n){var i=m(e,n),a=new r.MathNode(\"mrow\",i),s=new r.MathNode(\"annotation\",[new r.TextNode(t)]);s.setAttribute(\"encoding\",\"application/x-tex\");var o=new r.MathNode(\"semantics\",[a,s]),l=new r.MathNode(\"math\",[o]);return c([\"katex-mathml\"],[l])};e.exports=h},e6ea:function(e,t){function n(e){const t=[\"#endregion\",\"#macro\",\"#region\",\"and\",\"begin\",\"break\",\"case\",\"constructor\",\"continue\",\"default\",\"delete\",\"div\",\"do\",\"else\",\"end\",\"enum\",\"exit\",\"for\",\"function\",\"globalvar\",\"if\",\"mod\",\"not\",\"or\",\"repeat\",\"return\",\"switch\",\"then\",\"until\",\"var\",\"while\",\"with\",\"xor\"],n=[\"abs\",\"achievement_available\",\"achievement_event\",\"achievement_get_challenges\",\"achievement_get_info\",\"achievement_get_pic\",\"achievement_increment\",\"achievement_load_friends\",\"achievement_load_leaderboard\",\"achievement_load_progress\",\"achievement_login\",\"achievement_login_status\",\"achievement_logout\",\"achievement_post\",\"achievement_post_score\",\"achievement_reset\",\"achievement_send_challenge\",\"achievement_show\",\"achievement_show_achievements\",\"achievement_show_challenge_notifications\",\"achievement_show_leaderboards\",\"action_inherited\",\"action_kill_object\",\"ads_disable\",\"ads_enable\",\"ads_engagement_active\",\"ads_engagement_available\",\"ads_engagement_launch\",\"ads_event\",\"ads_event_preload\",\"ads_get_display_height\",\"ads_get_display_width\",\"ads_interstitial_available\",\"ads_interstitial_display\",\"ads_move\",\"ads_set_reward_callback\",\"ads_setup\",\"alarm_get\",\"alarm_set\",\"analytics_event\",\"analytics_event_ext\",\"angle_difference\",\"ansi_char\",\"application_get_position\",\"application_surface_draw_enable\",\"application_surface_enable\",\"application_surface_is_enabled\",\"arccos\",\"arcsin\",\"arctan\",\"arctan2\",\"array_copy\",\"array_create\",\"array_delete\",\"array_equals\",\"array_height_2d\",\"array_insert\",\"array_length\",\"array_length_1d\",\"array_length_2d\",\"array_pop\",\"array_push\",\"array_resize\",\"array_sort\",\"asset_get_index\",\"asset_get_type\",\"audio_channel_num\",\"audio_create_buffer_sound\",\"audio_create_play_queue\",\"audio_create_stream\",\"audio_create_sync_group\",\"audio_debug\",\"audio_destroy_stream\",\"audio_destroy_sync_group\",\"audio_emitter_create\",\"audio_emitter_exists\",\"audio_emitter_falloff\",\"audio_emitter_free\",\"audio_emitter_gain\",\"audio_emitter_get_gain\",\"audio_emitter_get_listener_mask\",\"audio_emitter_get_pitch\",\"audio_emitter_get_vx\",\"audio_emitter_get_vy\",\"audio_emitter_get_vz\",\"audio_emitter_get_x\",\"audio_emitter_get_y\",\"audio_emitter_get_z\",\"audio_emitter_pitch\",\"audio_emitter_position\",\"audio_emitter_set_listener_mask\",\"audio_emitter_velocity\",\"audio_exists\",\"audio_falloff_set_model\",\"audio_free_buffer_sound\",\"audio_free_play_queue\",\"audio_get_listener_count\",\"audio_get_listener_info\",\"audio_get_listener_mask\",\"audio_get_master_gain\",\"audio_get_name\",\"audio_get_recorder_count\",\"audio_get_recorder_info\",\"audio_get_type\",\"audio_group_is_loaded\",\"audio_group_load\",\"audio_group_load_progress\",\"audio_group_name\",\"audio_group_set_gain\",\"audio_group_stop_all\",\"audio_group_unload\",\"audio_is_paused\",\"audio_is_playing\",\"audio_listener_get_data\",\"audio_listener_orientation\",\"audio_listener_position\",\"audio_listener_set_orientation\",\"audio_listener_set_position\",\"audio_listener_set_velocity\",\"audio_listener_velocity\",\"audio_master_gain\",\"audio_music_gain\",\"audio_music_is_playing\",\"audio_pause_all\",\"audio_pause_music\",\"audio_pause_sound\",\"audio_pause_sync_group\",\"audio_play_in_sync_group\",\"audio_play_music\",\"audio_play_sound\",\"audio_play_sound_at\",\"audio_play_sound_on\",\"audio_queue_sound\",\"audio_resume_all\",\"audio_resume_music\",\"audio_resume_sound\",\"audio_resume_sync_group\",\"audio_set_listener_mask\",\"audio_set_master_gain\",\"audio_sound_gain\",\"audio_sound_get_gain\",\"audio_sound_get_listener_mask\",\"audio_sound_get_pitch\",\"audio_sound_get_track_position\",\"audio_sound_length\",\"audio_sound_pitch\",\"audio_sound_set_listener_mask\",\"audio_sound_set_track_position\",\"audio_start_recording\",\"audio_start_sync_group\",\"audio_stop_all\",\"audio_stop_music\",\"audio_stop_recording\",\"audio_stop_sound\",\"audio_stop_sync_group\",\"audio_sync_group_debug\",\"audio_sync_group_get_track_pos\",\"audio_sync_group_is_playing\",\"audio_system\",\"background_get_height\",\"background_get_width\",\"base64_decode\",\"base64_encode\",\"browser_input_capture\",\"buffer_async_group_begin\",\"buffer_async_group_end\",\"buffer_async_group_option\",\"buffer_base64_decode\",\"buffer_base64_decode_ext\",\"buffer_base64_encode\",\"buffer_copy\",\"buffer_copy_from_vertex_buffer\",\"buffer_create\",\"buffer_create_from_vertex_buffer\",\"buffer_create_from_vertex_buffer_ext\",\"buffer_delete\",\"buffer_exists\",\"buffer_fill\",\"buffer_get_address\",\"buffer_get_alignment\",\"buffer_get_size\",\"buffer_get_surface\",\"buffer_get_type\",\"buffer_load\",\"buffer_load_async\",\"buffer_load_ext\",\"buffer_load_partial\",\"buffer_md5\",\"buffer_peek\",\"buffer_poke\",\"buffer_read\",\"buffer_resize\",\"buffer_save\",\"buffer_save_async\",\"buffer_save_ext\",\"buffer_seek\",\"buffer_set_surface\",\"buffer_sha1\",\"buffer_sizeof\",\"buffer_tell\",\"buffer_write\",\"camera_apply\",\"camera_create\",\"camera_create_view\",\"camera_destroy\",\"camera_get_active\",\"camera_get_begin_script\",\"camera_get_default\",\"camera_get_end_script\",\"camera_get_proj_mat\",\"camera_get_update_script\",\"camera_get_view_angle\",\"camera_get_view_border_x\",\"camera_get_view_border_y\",\"camera_get_view_height\",\"camera_get_view_mat\",\"camera_get_view_speed_x\",\"camera_get_view_speed_y\",\"camera_get_view_target\",\"camera_get_view_width\",\"camera_get_view_x\",\"camera_get_view_y\",\"camera_set_begin_script\",\"camera_set_default\",\"camera_set_end_script\",\"camera_set_proj_mat\",\"camera_set_update_script\",\"camera_set_view_angle\",\"camera_set_view_border\",\"camera_set_view_mat\",\"camera_set_view_pos\",\"camera_set_view_size\",\"camera_set_view_speed\",\"camera_set_view_target\",\"ceil\",\"choose\",\"chr\",\"clamp\",\"clickable_add\",\"clickable_add_ext\",\"clickable_change\",\"clickable_change_ext\",\"clickable_delete\",\"clickable_exists\",\"clickable_set_style\",\"clipboard_get_text\",\"clipboard_has_text\",\"clipboard_set_text\",\"cloud_file_save\",\"cloud_string_save\",\"cloud_synchronise\",\"code_is_compiled\",\"collision_circle\",\"collision_circle_list\",\"collision_ellipse\",\"collision_ellipse_list\",\"collision_line\",\"collision_line_list\",\"collision_point\",\"collision_point_list\",\"collision_rectangle\",\"collision_rectangle_list\",\"color_get_blue\",\"color_get_green\",\"color_get_hue\",\"color_get_red\",\"color_get_saturation\",\"color_get_value\",\"colour_get_blue\",\"colour_get_green\",\"colour_get_hue\",\"colour_get_red\",\"colour_get_saturation\",\"colour_get_value\",\"cos\",\"darccos\",\"darcsin\",\"darctan\",\"darctan2\",\"date_compare_date\",\"date_compare_datetime\",\"date_compare_time\",\"date_create_datetime\",\"date_current_datetime\",\"date_date_of\",\"date_date_string\",\"date_datetime_string\",\"date_day_span\",\"date_days_in_month\",\"date_days_in_year\",\"date_get_day\",\"date_get_day_of_year\",\"date_get_hour\",\"date_get_hour_of_year\",\"date_get_minute\",\"date_get_minute_of_year\",\"date_get_month\",\"date_get_second\",\"date_get_second_of_year\",\"date_get_timezone\",\"date_get_week\",\"date_get_weekday\",\"date_get_year\",\"date_hour_span\",\"date_inc_day\",\"date_inc_hour\",\"date_inc_minute\",\"date_inc_month\",\"date_inc_second\",\"date_inc_week\",\"date_inc_year\",\"date_is_today\",\"date_leap_year\",\"date_minute_span\",\"date_month_span\",\"date_second_span\",\"date_set_timezone\",\"date_time_of\",\"date_time_string\",\"date_valid_datetime\",\"date_week_span\",\"date_year_span\",\"dcos\",\"debug_event\",\"debug_get_callstack\",\"degtorad\",\"device_get_tilt_x\",\"device_get_tilt_y\",\"device_get_tilt_z\",\"device_is_keypad_open\",\"device_mouse_check_button\",\"device_mouse_check_button_pressed\",\"device_mouse_check_button_released\",\"device_mouse_dbclick_enable\",\"device_mouse_raw_x\",\"device_mouse_raw_y\",\"device_mouse_x\",\"device_mouse_x_to_gui\",\"device_mouse_y\",\"device_mouse_y_to_gui\",\"directory_create\",\"directory_destroy\",\"directory_exists\",\"display_get_dpi_x\",\"display_get_dpi_y\",\"display_get_gui_height\",\"display_get_gui_width\",\"display_get_height\",\"display_get_orientation\",\"display_get_sleep_margin\",\"display_get_timing_method\",\"display_get_width\",\"display_mouse_get_x\",\"display_mouse_get_y\",\"display_mouse_set\",\"display_reset\",\"display_set_gui_maximise\",\"display_set_gui_maximize\",\"display_set_gui_size\",\"display_set_sleep_margin\",\"display_set_timing_method\",\"display_set_ui_visibility\",\"distance_to_object\",\"distance_to_point\",\"dot_product\",\"dot_product_3d\",\"dot_product_3d_normalised\",\"dot_product_3d_normalized\",\"dot_product_normalised\",\"dot_product_normalized\",\"draw_arrow\",\"draw_background\",\"draw_background_ext\",\"draw_background_part_ext\",\"draw_background_tiled\",\"draw_button\",\"draw_circle\",\"draw_circle_color\",\"draw_circle_colour\",\"draw_clear\",\"draw_clear_alpha\",\"draw_ellipse\",\"draw_ellipse_color\",\"draw_ellipse_colour\",\"draw_enable_alphablend\",\"draw_enable_drawevent\",\"draw_enable_swf_aa\",\"draw_flush\",\"draw_get_alpha\",\"draw_get_color\",\"draw_get_colour\",\"draw_get_lighting\",\"draw_get_swf_aa_level\",\"draw_getpixel\",\"draw_getpixel_ext\",\"draw_healthbar\",\"draw_highscore\",\"draw_light_define_ambient\",\"draw_light_define_direction\",\"draw_light_define_point\",\"draw_light_enable\",\"draw_light_get\",\"draw_light_get_ambient\",\"draw_line\",\"draw_line_color\",\"draw_line_colour\",\"draw_line_width\",\"draw_line_width_color\",\"draw_line_width_colour\",\"draw_path\",\"draw_point\",\"draw_point_color\",\"draw_point_colour\",\"draw_primitive_begin\",\"draw_primitive_begin_texture\",\"draw_primitive_end\",\"draw_rectangle\",\"draw_rectangle_color\",\"draw_rectangle_colour\",\"draw_roundrect\",\"draw_roundrect_color\",\"draw_roundrect_color_ext\",\"draw_roundrect_colour\",\"draw_roundrect_colour_ext\",\"draw_roundrect_ext\",\"draw_self\",\"draw_set_alpha\",\"draw_set_alpha_test\",\"draw_set_alpha_test_ref_value\",\"draw_set_blend_mode\",\"draw_set_blend_mode_ext\",\"draw_set_circle_precision\",\"draw_set_color\",\"draw_set_color_write_enable\",\"draw_set_colour\",\"draw_set_font\",\"draw_set_halign\",\"draw_set_lighting\",\"draw_set_swf_aa_level\",\"draw_set_valign\",\"draw_skeleton\",\"draw_skeleton_collision\",\"draw_skeleton_instance\",\"draw_skeleton_time\",\"draw_sprite\",\"draw_sprite_ext\",\"draw_sprite_general\",\"draw_sprite_part\",\"draw_sprite_part_ext\",\"draw_sprite_pos\",\"draw_sprite_stretched\",\"draw_sprite_stretched_ext\",\"draw_sprite_tiled\",\"draw_sprite_tiled_ext\",\"draw_surface\",\"draw_surface_ext\",\"draw_surface_general\",\"draw_surface_part\",\"draw_surface_part_ext\",\"draw_surface_stretched\",\"draw_surface_stretched_ext\",\"draw_surface_tiled\",\"draw_surface_tiled_ext\",\"draw_text\",\"draw_text_color\",\"draw_text_colour\",\"draw_text_ext\",\"draw_text_ext_color\",\"draw_text_ext_colour\",\"draw_text_ext_transformed\",\"draw_text_ext_transformed_color\",\"draw_text_ext_transformed_colour\",\"draw_text_transformed\",\"draw_text_transformed_color\",\"draw_text_transformed_colour\",\"draw_texture_flush\",\"draw_tile\",\"draw_tilemap\",\"draw_triangle\",\"draw_triangle_color\",\"draw_triangle_colour\",\"draw_vertex\",\"draw_vertex_color\",\"draw_vertex_colour\",\"draw_vertex_texture\",\"draw_vertex_texture_color\",\"draw_vertex_texture_colour\",\"ds_exists\",\"ds_grid_add\",\"ds_grid_add_disk\",\"ds_grid_add_grid_region\",\"ds_grid_add_region\",\"ds_grid_clear\",\"ds_grid_copy\",\"ds_grid_create\",\"ds_grid_destroy\",\"ds_grid_get\",\"ds_grid_get_disk_max\",\"ds_grid_get_disk_mean\",\"ds_grid_get_disk_min\",\"ds_grid_get_disk_sum\",\"ds_grid_get_max\",\"ds_grid_get_mean\",\"ds_grid_get_min\",\"ds_grid_get_sum\",\"ds_grid_height\",\"ds_grid_multiply\",\"ds_grid_multiply_disk\",\"ds_grid_multiply_grid_region\",\"ds_grid_multiply_region\",\"ds_grid_read\",\"ds_grid_resize\",\"ds_grid_set\",\"ds_grid_set_disk\",\"ds_grid_set_grid_region\",\"ds_grid_set_region\",\"ds_grid_shuffle\",\"ds_grid_sort\",\"ds_grid_value_disk_exists\",\"ds_grid_value_disk_x\",\"ds_grid_value_disk_y\",\"ds_grid_value_exists\",\"ds_grid_value_x\",\"ds_grid_value_y\",\"ds_grid_width\",\"ds_grid_write\",\"ds_list_add\",\"ds_list_clear\",\"ds_list_copy\",\"ds_list_create\",\"ds_list_delete\",\"ds_list_destroy\",\"ds_list_empty\",\"ds_list_find_index\",\"ds_list_find_value\",\"ds_list_insert\",\"ds_list_mark_as_list\",\"ds_list_mark_as_map\",\"ds_list_read\",\"ds_list_replace\",\"ds_list_set\",\"ds_list_shuffle\",\"ds_list_size\",\"ds_list_sort\",\"ds_list_write\",\"ds_map_add\",\"ds_map_add_list\",\"ds_map_add_map\",\"ds_map_clear\",\"ds_map_copy\",\"ds_map_create\",\"ds_map_delete\",\"ds_map_destroy\",\"ds_map_empty\",\"ds_map_exists\",\"ds_map_find_first\",\"ds_map_find_last\",\"ds_map_find_next\",\"ds_map_find_previous\",\"ds_map_find_value\",\"ds_map_read\",\"ds_map_replace\",\"ds_map_replace_list\",\"ds_map_replace_map\",\"ds_map_secure_load\",\"ds_map_secure_load_buffer\",\"ds_map_secure_save\",\"ds_map_secure_save_buffer\",\"ds_map_set\",\"ds_map_size\",\"ds_map_write\",\"ds_priority_add\",\"ds_priority_change_priority\",\"ds_priority_clear\",\"ds_priority_copy\",\"ds_priority_create\",\"ds_priority_delete_max\",\"ds_priority_delete_min\",\"ds_priority_delete_value\",\"ds_priority_destroy\",\"ds_priority_empty\",\"ds_priority_find_max\",\"ds_priority_find_min\",\"ds_priority_find_priority\",\"ds_priority_read\",\"ds_priority_size\",\"ds_priority_write\",\"ds_queue_clear\",\"ds_queue_copy\",\"ds_queue_create\",\"ds_queue_dequeue\",\"ds_queue_destroy\",\"ds_queue_empty\",\"ds_queue_enqueue\",\"ds_queue_head\",\"ds_queue_read\",\"ds_queue_size\",\"ds_queue_tail\",\"ds_queue_write\",\"ds_set_precision\",\"ds_stack_clear\",\"ds_stack_copy\",\"ds_stack_create\",\"ds_stack_destroy\",\"ds_stack_empty\",\"ds_stack_pop\",\"ds_stack_push\",\"ds_stack_read\",\"ds_stack_size\",\"ds_stack_top\",\"ds_stack_write\",\"dsin\",\"dtan\",\"effect_clear\",\"effect_create_above\",\"effect_create_below\",\"environment_get_variable\",\"event_inherited\",\"event_perform\",\"event_perform_object\",\"event_user\",\"exp\",\"external_call\",\"external_define\",\"external_free\",\"facebook_accesstoken\",\"facebook_check_permission\",\"facebook_dialog\",\"facebook_graph_request\",\"facebook_init\",\"facebook_launch_offerwall\",\"facebook_login\",\"facebook_logout\",\"facebook_post_message\",\"facebook_request_publish_permissions\",\"facebook_request_read_permissions\",\"facebook_send_invite\",\"facebook_status\",\"facebook_user_id\",\"file_attributes\",\"file_bin_close\",\"file_bin_open\",\"file_bin_position\",\"file_bin_read_byte\",\"file_bin_rewrite\",\"file_bin_seek\",\"file_bin_size\",\"file_bin_write_byte\",\"file_copy\",\"file_delete\",\"file_exists\",\"file_find_close\",\"file_find_first\",\"file_find_next\",\"file_rename\",\"file_text_close\",\"file_text_eof\",\"file_text_eoln\",\"file_text_open_append\",\"file_text_open_from_string\",\"file_text_open_read\",\"file_text_open_write\",\"file_text_read_real\",\"file_text_read_string\",\"file_text_readln\",\"file_text_write_real\",\"file_text_write_string\",\"file_text_writeln\",\"filename_change_ext\",\"filename_dir\",\"filename_drive\",\"filename_ext\",\"filename_name\",\"filename_path\",\"floor\",\"font_add\",\"font_add_enable_aa\",\"font_add_get_enable_aa\",\"font_add_sprite\",\"font_add_sprite_ext\",\"font_delete\",\"font_exists\",\"font_get_bold\",\"font_get_first\",\"font_get_fontname\",\"font_get_italic\",\"font_get_last\",\"font_get_name\",\"font_get_size\",\"font_get_texture\",\"font_get_uvs\",\"font_replace\",\"font_replace_sprite\",\"font_replace_sprite_ext\",\"font_set_cache_size\",\"font_texture_page_size\",\"frac\",\"game_end\",\"game_get_speed\",\"game_load\",\"game_load_buffer\",\"game_restart\",\"game_save\",\"game_save_buffer\",\"game_set_speed\",\"gamepad_axis_count\",\"gamepad_axis_value\",\"gamepad_button_check\",\"gamepad_button_check_pressed\",\"gamepad_button_check_released\",\"gamepad_button_count\",\"gamepad_button_value\",\"gamepad_get_axis_deadzone\",\"gamepad_get_button_threshold\",\"gamepad_get_description\",\"gamepad_get_device_count\",\"gamepad_is_connected\",\"gamepad_is_supported\",\"gamepad_set_axis_deadzone\",\"gamepad_set_button_threshold\",\"gamepad_set_color\",\"gamepad_set_colour\",\"gamepad_set_vibration\",\"gesture_double_tap_distance\",\"gesture_double_tap_time\",\"gesture_drag_distance\",\"gesture_drag_time\",\"gesture_flick_speed\",\"gesture_get_double_tap_distance\",\"gesture_get_double_tap_time\",\"gesture_get_drag_distance\",\"gesture_get_drag_time\",\"gesture_get_flick_speed\",\"gesture_get_pinch_angle_away\",\"gesture_get_pinch_angle_towards\",\"gesture_get_pinch_distance\",\"gesture_get_rotate_angle\",\"gesture_get_rotate_time\",\"gesture_get_tap_count\",\"gesture_pinch_angle_away\",\"gesture_pinch_angle_towards\",\"gesture_pinch_distance\",\"gesture_rotate_angle\",\"gesture_rotate_time\",\"gesture_tap_count\",\"get_integer\",\"get_integer_async\",\"get_login_async\",\"get_open_filename\",\"get_open_filename_ext\",\"get_save_filename\",\"get_save_filename_ext\",\"get_string\",\"get_string_async\",\"get_timer\",\"gml_pragma\",\"gml_release_mode\",\"gpu_get_alphatestenable\",\"gpu_get_alphatestfunc\",\"gpu_get_alphatestref\",\"gpu_get_blendenable\",\"gpu_get_blendmode\",\"gpu_get_blendmode_dest\",\"gpu_get_blendmode_destalpha\",\"gpu_get_blendmode_ext\",\"gpu_get_blendmode_ext_sepalpha\",\"gpu_get_blendmode_src\",\"gpu_get_blendmode_srcalpha\",\"gpu_get_colorwriteenable\",\"gpu_get_colourwriteenable\",\"gpu_get_cullmode\",\"gpu_get_fog\",\"gpu_get_lightingenable\",\"gpu_get_state\",\"gpu_get_tex_filter\",\"gpu_get_tex_filter_ext\",\"gpu_get_tex_max_aniso\",\"gpu_get_tex_max_aniso_ext\",\"gpu_get_tex_max_mip\",\"gpu_get_tex_max_mip_ext\",\"gpu_get_tex_min_mip\",\"gpu_get_tex_min_mip_ext\",\"gpu_get_tex_mip_bias\",\"gpu_get_tex_mip_bias_ext\",\"gpu_get_tex_mip_enable\",\"gpu_get_tex_mip_enable_ext\",\"gpu_get_tex_mip_filter\",\"gpu_get_tex_mip_filter_ext\",\"gpu_get_tex_repeat\",\"gpu_get_tex_repeat_ext\",\"gpu_get_texfilter\",\"gpu_get_texfilter_ext\",\"gpu_get_texrepeat\",\"gpu_get_texrepeat_ext\",\"gpu_get_zfunc\",\"gpu_get_ztestenable\",\"gpu_get_zwriteenable\",\"gpu_pop_state\",\"gpu_push_state\",\"gpu_set_alphatestenable\",\"gpu_set_alphatestfunc\",\"gpu_set_alphatestref\",\"gpu_set_blendenable\",\"gpu_set_blendmode\",\"gpu_set_blendmode_ext\",\"gpu_set_blendmode_ext_sepalpha\",\"gpu_set_colorwriteenable\",\"gpu_set_colourwriteenable\",\"gpu_set_cullmode\",\"gpu_set_fog\",\"gpu_set_lightingenable\",\"gpu_set_state\",\"gpu_set_tex_filter\",\"gpu_set_tex_filter_ext\",\"gpu_set_tex_max_aniso\",\"gpu_set_tex_max_aniso_ext\",\"gpu_set_tex_max_mip\",\"gpu_set_tex_max_mip_ext\",\"gpu_set_tex_min_mip\",\"gpu_set_tex_min_mip_ext\",\"gpu_set_tex_mip_bias\",\"gpu_set_tex_mip_bias_ext\",\"gpu_set_tex_mip_enable\",\"gpu_set_tex_mip_enable_ext\",\"gpu_set_tex_mip_filter\",\"gpu_set_tex_mip_filter_ext\",\"gpu_set_tex_repeat\",\"gpu_set_tex_repeat_ext\",\"gpu_set_texfilter\",\"gpu_set_texfilter_ext\",\"gpu_set_texrepeat\",\"gpu_set_texrepeat_ext\",\"gpu_set_zfunc\",\"gpu_set_ztestenable\",\"gpu_set_zwriteenable\",\"highscore_add\",\"highscore_clear\",\"highscore_name\",\"highscore_value\",\"http_get\",\"http_get_file\",\"http_post_string\",\"http_request\",\"iap_acquire\",\"iap_activate\",\"iap_consume\",\"iap_enumerate_products\",\"iap_product_details\",\"iap_purchase_details\",\"iap_restore_all\",\"iap_status\",\"ini_close\",\"ini_key_delete\",\"ini_key_exists\",\"ini_open\",\"ini_open_from_string\",\"ini_read_real\",\"ini_read_string\",\"ini_section_delete\",\"ini_section_exists\",\"ini_write_real\",\"ini_write_string\",\"instance_activate_all\",\"instance_activate_layer\",\"instance_activate_object\",\"instance_activate_region\",\"instance_change\",\"instance_copy\",\"instance_create\",\"instance_create_depth\",\"instance_create_layer\",\"instance_deactivate_all\",\"instance_deactivate_layer\",\"instance_deactivate_object\",\"instance_deactivate_region\",\"instance_destroy\",\"instance_exists\",\"instance_find\",\"instance_furthest\",\"instance_id_get\",\"instance_nearest\",\"instance_number\",\"instance_place\",\"instance_place_list\",\"instance_position\",\"instance_position_list\",\"int64\",\"io_clear\",\"irandom\",\"irandom_range\",\"is_array\",\"is_bool\",\"is_infinity\",\"is_int32\",\"is_int64\",\"is_matrix\",\"is_method\",\"is_nan\",\"is_numeric\",\"is_ptr\",\"is_real\",\"is_string\",\"is_struct\",\"is_undefined\",\"is_vec3\",\"is_vec4\",\"json_decode\",\"json_encode\",\"keyboard_check\",\"keyboard_check_direct\",\"keyboard_check_pressed\",\"keyboard_check_released\",\"keyboard_clear\",\"keyboard_get_map\",\"keyboard_get_numlock\",\"keyboard_key_press\",\"keyboard_key_release\",\"keyboard_set_map\",\"keyboard_set_numlock\",\"keyboard_unset_map\",\"keyboard_virtual_height\",\"keyboard_virtual_hide\",\"keyboard_virtual_show\",\"keyboard_virtual_status\",\"layer_add_instance\",\"layer_background_alpha\",\"layer_background_blend\",\"layer_background_change\",\"layer_background_create\",\"layer_background_destroy\",\"layer_background_exists\",\"layer_background_get_alpha\",\"layer_background_get_blend\",\"layer_background_get_htiled\",\"layer_background_get_id\",\"layer_background_get_index\",\"layer_background_get_speed\",\"layer_background_get_sprite\",\"layer_background_get_stretch\",\"layer_background_get_visible\",\"layer_background_get_vtiled\",\"layer_background_get_xscale\",\"layer_background_get_yscale\",\"layer_background_htiled\",\"layer_background_index\",\"layer_background_speed\",\"layer_background_sprite\",\"layer_background_stretch\",\"layer_background_visible\",\"layer_background_vtiled\",\"layer_background_xscale\",\"layer_background_yscale\",\"layer_create\",\"layer_depth\",\"layer_destroy\",\"layer_destroy_instances\",\"layer_element_move\",\"layer_exists\",\"layer_force_draw_depth\",\"layer_get_all\",\"layer_get_all_elements\",\"layer_get_depth\",\"layer_get_element_layer\",\"layer_get_element_type\",\"layer_get_forced_depth\",\"layer_get_hspeed\",\"layer_get_id\",\"layer_get_id_at_depth\",\"layer_get_name\",\"layer_get_script_begin\",\"layer_get_script_end\",\"layer_get_shader\",\"layer_get_target_room\",\"layer_get_visible\",\"layer_get_vspeed\",\"layer_get_x\",\"layer_get_y\",\"layer_has_instance\",\"layer_hspeed\",\"layer_instance_get_instance\",\"layer_is_draw_depth_forced\",\"layer_reset_target_room\",\"layer_script_begin\",\"layer_script_end\",\"layer_set_target_room\",\"layer_set_visible\",\"layer_shader\",\"layer_sprite_alpha\",\"layer_sprite_angle\",\"layer_sprite_blend\",\"layer_sprite_change\",\"layer_sprite_create\",\"layer_sprite_destroy\",\"layer_sprite_exists\",\"layer_sprite_get_alpha\",\"layer_sprite_get_angle\",\"layer_sprite_get_blend\",\"layer_sprite_get_id\",\"layer_sprite_get_index\",\"layer_sprite_get_speed\",\"layer_sprite_get_sprite\",\"layer_sprite_get_x\",\"layer_sprite_get_xscale\",\"layer_sprite_get_y\",\"layer_sprite_get_yscale\",\"layer_sprite_index\",\"layer_sprite_speed\",\"layer_sprite_x\",\"layer_sprite_xscale\",\"layer_sprite_y\",\"layer_sprite_yscale\",\"layer_tile_alpha\",\"layer_tile_blend\",\"layer_tile_change\",\"layer_tile_create\",\"layer_tile_destroy\",\"layer_tile_exists\",\"layer_tile_get_alpha\",\"layer_tile_get_blend\",\"layer_tile_get_region\",\"layer_tile_get_sprite\",\"layer_tile_get_visible\",\"layer_tile_get_x\",\"layer_tile_get_xscale\",\"layer_tile_get_y\",\"layer_tile_get_yscale\",\"layer_tile_region\",\"layer_tile_visible\",\"layer_tile_x\",\"layer_tile_xscale\",\"layer_tile_y\",\"layer_tile_yscale\",\"layer_tilemap_create\",\"layer_tilemap_destroy\",\"layer_tilemap_exists\",\"layer_tilemap_get_id\",\"layer_vspeed\",\"layer_x\",\"layer_y\",\"lengthdir_x\",\"lengthdir_y\",\"lerp\",\"ln\",\"load_csv\",\"log10\",\"log2\",\"logn\",\"make_color_hsv\",\"make_color_rgb\",\"make_colour_hsv\",\"make_colour_rgb\",\"math_get_epsilon\",\"math_set_epsilon\",\"matrix_build\",\"matrix_build_identity\",\"matrix_build_lookat\",\"matrix_build_projection_ortho\",\"matrix_build_projection_perspective\",\"matrix_build_projection_perspective_fov\",\"matrix_get\",\"matrix_multiply\",\"matrix_set\",\"matrix_stack_clear\",\"matrix_stack_is_empty\",\"matrix_stack_multiply\",\"matrix_stack_pop\",\"matrix_stack_push\",\"matrix_stack_set\",\"matrix_stack_top\",\"matrix_transform_vertex\",\"max\",\"md5_file\",\"md5_string_unicode\",\"md5_string_utf8\",\"mean\",\"median\",\"merge_color\",\"merge_colour\",\"min\",\"motion_add\",\"motion_set\",\"mouse_check_button\",\"mouse_check_button_pressed\",\"mouse_check_button_released\",\"mouse_clear\",\"mouse_wheel_down\",\"mouse_wheel_up\",\"move_bounce_all\",\"move_bounce_solid\",\"move_contact_all\",\"move_contact_solid\",\"move_outside_all\",\"move_outside_solid\",\"move_random\",\"move_snap\",\"move_towards_point\",\"move_wrap\",\"mp_grid_add_cell\",\"mp_grid_add_instances\",\"mp_grid_add_rectangle\",\"mp_grid_clear_all\",\"mp_grid_clear_cell\",\"mp_grid_clear_rectangle\",\"mp_grid_create\",\"mp_grid_destroy\",\"mp_grid_draw\",\"mp_grid_get_cell\",\"mp_grid_path\",\"mp_grid_to_ds_grid\",\"mp_linear_path\",\"mp_linear_path_object\",\"mp_linear_step\",\"mp_linear_step_object\",\"mp_potential_path\",\"mp_potential_path_object\",\"mp_potential_settings\",\"mp_potential_step\",\"mp_potential_step_object\",\"network_connect\",\"network_connect_raw\",\"network_create_server\",\"network_create_server_raw\",\"network_create_socket\",\"network_create_socket_ext\",\"network_destroy\",\"network_resolve\",\"network_send_broadcast\",\"network_send_packet\",\"network_send_raw\",\"network_send_udp\",\"network_send_udp_raw\",\"network_set_config\",\"network_set_timeout\",\"object_exists\",\"object_get_depth\",\"object_get_mask\",\"object_get_name\",\"object_get_parent\",\"object_get_persistent\",\"object_get_physics\",\"object_get_solid\",\"object_get_sprite\",\"object_get_visible\",\"object_is_ancestor\",\"object_set_mask\",\"object_set_persistent\",\"object_set_solid\",\"object_set_sprite\",\"object_set_visible\",\"ord\",\"os_get_config\",\"os_get_info\",\"os_get_language\",\"os_get_region\",\"os_is_network_connected\",\"os_is_paused\",\"os_lock_orientation\",\"os_powersave_enable\",\"parameter_count\",\"parameter_string\",\"part_emitter_burst\",\"part_emitter_clear\",\"part_emitter_create\",\"part_emitter_destroy\",\"part_emitter_destroy_all\",\"part_emitter_exists\",\"part_emitter_region\",\"part_emitter_stream\",\"part_particles_clear\",\"part_particles_count\",\"part_particles_create\",\"part_particles_create_color\",\"part_particles_create_colour\",\"part_system_automatic_draw\",\"part_system_automatic_update\",\"part_system_clear\",\"part_system_create\",\"part_system_create_layer\",\"part_system_depth\",\"part_system_destroy\",\"part_system_draw_order\",\"part_system_drawit\",\"part_system_exists\",\"part_system_get_layer\",\"part_system_layer\",\"part_system_position\",\"part_system_update\",\"part_type_alpha1\",\"part_type_alpha2\",\"part_type_alpha3\",\"part_type_blend\",\"part_type_clear\",\"part_type_color1\",\"part_type_color2\",\"part_type_color3\",\"part_type_color_hsv\",\"part_type_color_mix\",\"part_type_color_rgb\",\"part_type_colour1\",\"part_type_colour2\",\"part_type_colour3\",\"part_type_colour_hsv\",\"part_type_colour_mix\",\"part_type_colour_rgb\",\"part_type_create\",\"part_type_death\",\"part_type_destroy\",\"part_type_direction\",\"part_type_exists\",\"part_type_gravity\",\"part_type_life\",\"part_type_orientation\",\"part_type_scale\",\"part_type_shape\",\"part_type_size\",\"part_type_speed\",\"part_type_sprite\",\"part_type_step\",\"path_add\",\"path_add_point\",\"path_append\",\"path_assign\",\"path_change_point\",\"path_clear_points\",\"path_delete\",\"path_delete_point\",\"path_duplicate\",\"path_end\",\"path_exists\",\"path_flip\",\"path_get_closed\",\"path_get_kind\",\"path_get_length\",\"path_get_name\",\"path_get_number\",\"path_get_point_speed\",\"path_get_point_x\",\"path_get_point_y\",\"path_get_precision\",\"path_get_speed\",\"path_get_time\",\"path_get_x\",\"path_get_y\",\"path_insert_point\",\"path_mirror\",\"path_rescale\",\"path_reverse\",\"path_rotate\",\"path_set_closed\",\"path_set_kind\",\"path_set_precision\",\"path_shift\",\"path_start\",\"physics_apply_angular_impulse\",\"physics_apply_force\",\"physics_apply_impulse\",\"physics_apply_local_force\",\"physics_apply_local_impulse\",\"physics_apply_torque\",\"physics_draw_debug\",\"physics_fixture_add_point\",\"physics_fixture_bind\",\"physics_fixture_bind_ext\",\"physics_fixture_create\",\"physics_fixture_delete\",\"physics_fixture_set_angular_damping\",\"physics_fixture_set_awake\",\"physics_fixture_set_box_shape\",\"physics_fixture_set_chain_shape\",\"physics_fixture_set_circle_shape\",\"physics_fixture_set_collision_group\",\"physics_fixture_set_density\",\"physics_fixture_set_edge_shape\",\"physics_fixture_set_friction\",\"physics_fixture_set_kinematic\",\"physics_fixture_set_linear_damping\",\"physics_fixture_set_polygon_shape\",\"physics_fixture_set_restitution\",\"physics_fixture_set_sensor\",\"physics_get_density\",\"physics_get_friction\",\"physics_get_restitution\",\"physics_joint_delete\",\"physics_joint_distance_create\",\"physics_joint_enable_motor\",\"physics_joint_friction_create\",\"physics_joint_gear_create\",\"physics_joint_get_value\",\"physics_joint_prismatic_create\",\"physics_joint_pulley_create\",\"physics_joint_revolute_create\",\"physics_joint_rope_create\",\"physics_joint_set_value\",\"physics_joint_weld_create\",\"physics_joint_wheel_create\",\"physics_mass_properties\",\"physics_particle_count\",\"physics_particle_create\",\"physics_particle_delete\",\"physics_particle_delete_region_box\",\"physics_particle_delete_region_circle\",\"physics_particle_delete_region_poly\",\"physics_particle_draw\",\"physics_particle_draw_ext\",\"physics_particle_get_damping\",\"physics_particle_get_data\",\"physics_particle_get_data_particle\",\"physics_particle_get_density\",\"physics_particle_get_gravity_scale\",\"physics_particle_get_group_flags\",\"physics_particle_get_max_count\",\"physics_particle_get_radius\",\"physics_particle_group_add_point\",\"physics_particle_group_begin\",\"physics_particle_group_box\",\"physics_particle_group_circle\",\"physics_particle_group_count\",\"physics_particle_group_delete\",\"physics_particle_group_end\",\"physics_particle_group_get_ang_vel\",\"physics_particle_group_get_angle\",\"physics_particle_group_get_centre_x\",\"physics_particle_group_get_centre_y\",\"physics_particle_group_get_data\",\"physics_particle_group_get_inertia\",\"physics_particle_group_get_mass\",\"physics_particle_group_get_vel_x\",\"physics_particle_group_get_vel_y\",\"physics_particle_group_get_x\",\"physics_particle_group_get_y\",\"physics_particle_group_join\",\"physics_particle_group_polygon\",\"physics_particle_set_category_flags\",\"physics_particle_set_damping\",\"physics_particle_set_density\",\"physics_particle_set_flags\",\"physics_particle_set_gravity_scale\",\"physics_particle_set_group_flags\",\"physics_particle_set_max_count\",\"physics_particle_set_radius\",\"physics_pause_enable\",\"physics_remove_fixture\",\"physics_set_density\",\"physics_set_friction\",\"physics_set_restitution\",\"physics_test_overlap\",\"physics_world_create\",\"physics_world_draw_debug\",\"physics_world_gravity\",\"physics_world_update_iterations\",\"physics_world_update_speed\",\"place_empty\",\"place_free\",\"place_meeting\",\"place_snapped\",\"point_direction\",\"point_distance\",\"point_distance_3d\",\"point_in_circle\",\"point_in_rectangle\",\"point_in_triangle\",\"position_change\",\"position_destroy\",\"position_empty\",\"position_meeting\",\"power\",\"ptr\",\"push_cancel_local_notification\",\"push_get_first_local_notification\",\"push_get_next_local_notification\",\"push_local_notification\",\"radtodeg\",\"random\",\"random_get_seed\",\"random_range\",\"random_set_seed\",\"randomise\",\"randomize\",\"real\",\"rectangle_in_circle\",\"rectangle_in_rectangle\",\"rectangle_in_triangle\",\"room_add\",\"room_assign\",\"room_duplicate\",\"room_exists\",\"room_get_camera\",\"room_get_name\",\"room_get_viewport\",\"room_goto\",\"room_goto_next\",\"room_goto_previous\",\"room_instance_add\",\"room_instance_clear\",\"room_next\",\"room_previous\",\"room_restart\",\"room_set_background_color\",\"room_set_background_colour\",\"room_set_camera\",\"room_set_height\",\"room_set_persistent\",\"room_set_view\",\"room_set_view_enabled\",\"room_set_viewport\",\"room_set_width\",\"round\",\"screen_save\",\"screen_save_part\",\"script_execute\",\"script_exists\",\"script_get_name\",\"sha1_file\",\"sha1_string_unicode\",\"sha1_string_utf8\",\"shader_current\",\"shader_enable_corner_id\",\"shader_get_name\",\"shader_get_sampler_index\",\"shader_get_uniform\",\"shader_is_compiled\",\"shader_reset\",\"shader_set\",\"shader_set_uniform_f\",\"shader_set_uniform_f_array\",\"shader_set_uniform_i\",\"shader_set_uniform_i_array\",\"shader_set_uniform_matrix\",\"shader_set_uniform_matrix_array\",\"shaders_are_supported\",\"shop_leave_rating\",\"show_debug_message\",\"show_debug_overlay\",\"show_error\",\"show_message\",\"show_message_async\",\"show_question\",\"show_question_async\",\"sign\",\"sin\",\"skeleton_animation_clear\",\"skeleton_animation_get\",\"skeleton_animation_get_duration\",\"skeleton_animation_get_ext\",\"skeleton_animation_get_frame\",\"skeleton_animation_get_frames\",\"skeleton_animation_list\",\"skeleton_animation_mix\",\"skeleton_animation_set\",\"skeleton_animation_set_ext\",\"skeleton_animation_set_frame\",\"skeleton_attachment_create\",\"skeleton_attachment_get\",\"skeleton_attachment_set\",\"skeleton_bone_data_get\",\"skeleton_bone_data_set\",\"skeleton_bone_state_get\",\"skeleton_bone_state_set\",\"skeleton_collision_draw_set\",\"skeleton_get_bounds\",\"skeleton_get_minmax\",\"skeleton_get_num_bounds\",\"skeleton_skin_get\",\"skeleton_skin_list\",\"skeleton_skin_set\",\"skeleton_slot_data\",\"sprite_add\",\"sprite_add_from_surface\",\"sprite_assign\",\"sprite_collision_mask\",\"sprite_create_from_surface\",\"sprite_delete\",\"sprite_duplicate\",\"sprite_exists\",\"sprite_flush\",\"sprite_flush_multi\",\"sprite_get_bbox_bottom\",\"sprite_get_bbox_left\",\"sprite_get_bbox_right\",\"sprite_get_bbox_top\",\"sprite_get_height\",\"sprite_get_name\",\"sprite_get_number\",\"sprite_get_speed\",\"sprite_get_speed_type\",\"sprite_get_texture\",\"sprite_get_tpe\",\"sprite_get_uvs\",\"sprite_get_width\",\"sprite_get_xoffset\",\"sprite_get_yoffset\",\"sprite_merge\",\"sprite_prefetch\",\"sprite_prefetch_multi\",\"sprite_replace\",\"sprite_save\",\"sprite_save_strip\",\"sprite_set_alpha_from_sprite\",\"sprite_set_cache_size\",\"sprite_set_cache_size_ext\",\"sprite_set_offset\",\"sprite_set_speed\",\"sqr\",\"sqrt\",\"steam_activate_overlay\",\"steam_activate_overlay_browser\",\"steam_activate_overlay_store\",\"steam_activate_overlay_user\",\"steam_available_languages\",\"steam_clear_achievement\",\"steam_create_leaderboard\",\"steam_current_game_language\",\"steam_download_friends_scores\",\"steam_download_scores\",\"steam_download_scores_around_user\",\"steam_file_delete\",\"steam_file_exists\",\"steam_file_persisted\",\"steam_file_read\",\"steam_file_share\",\"steam_file_size\",\"steam_file_write\",\"steam_file_write_file\",\"steam_get_achievement\",\"steam_get_app_id\",\"steam_get_persona_name\",\"steam_get_quota_free\",\"steam_get_quota_total\",\"steam_get_stat_avg_rate\",\"steam_get_stat_float\",\"steam_get_stat_int\",\"steam_get_user_account_id\",\"steam_get_user_persona_name\",\"steam_get_user_steam_id\",\"steam_initialised\",\"steam_is_cloud_enabled_for_account\",\"steam_is_cloud_enabled_for_app\",\"steam_is_overlay_activated\",\"steam_is_overlay_enabled\",\"steam_is_screenshot_requested\",\"steam_is_user_logged_on\",\"steam_reset_all_stats\",\"steam_reset_all_stats_achievements\",\"steam_send_screenshot\",\"steam_set_achievement\",\"steam_set_stat_avg_rate\",\"steam_set_stat_float\",\"steam_set_stat_int\",\"steam_stats_ready\",\"steam_ugc_create_item\",\"steam_ugc_create_query_all\",\"steam_ugc_create_query_all_ex\",\"steam_ugc_create_query_user\",\"steam_ugc_create_query_user_ex\",\"steam_ugc_download\",\"steam_ugc_get_item_install_info\",\"steam_ugc_get_item_update_info\",\"steam_ugc_get_item_update_progress\",\"steam_ugc_get_subscribed_items\",\"steam_ugc_num_subscribed_items\",\"steam_ugc_query_add_excluded_tag\",\"steam_ugc_query_add_required_tag\",\"steam_ugc_query_set_allow_cached_response\",\"steam_ugc_query_set_cloud_filename_filter\",\"steam_ugc_query_set_match_any_tag\",\"steam_ugc_query_set_ranked_by_trend_days\",\"steam_ugc_query_set_return_long_description\",\"steam_ugc_query_set_return_total_only\",\"steam_ugc_query_set_search_text\",\"steam_ugc_request_item_details\",\"steam_ugc_send_query\",\"steam_ugc_set_item_content\",\"steam_ugc_set_item_description\",\"steam_ugc_set_item_preview\",\"steam_ugc_set_item_tags\",\"steam_ugc_set_item_title\",\"steam_ugc_set_item_visibility\",\"steam_ugc_start_item_update\",\"steam_ugc_submit_item_update\",\"steam_ugc_subscribe_item\",\"steam_ugc_unsubscribe_item\",\"steam_upload_score\",\"steam_upload_score_buffer\",\"steam_upload_score_buffer_ext\",\"steam_upload_score_ext\",\"steam_user_installed_dlc\",\"steam_user_owns_dlc\",\"string\",\"string_byte_at\",\"string_byte_length\",\"string_char_at\",\"string_copy\",\"string_count\",\"string_delete\",\"string_digits\",\"string_format\",\"string_hash_to_newline\",\"string_height\",\"string_height_ext\",\"string_insert\",\"string_length\",\"string_letters\",\"string_lettersdigits\",\"string_lower\",\"string_ord_at\",\"string_pos\",\"string_repeat\",\"string_replace\",\"string_replace_all\",\"string_set_byte_at\",\"string_upper\",\"string_width\",\"string_width_ext\",\"surface_copy\",\"surface_copy_part\",\"surface_create\",\"surface_create_ext\",\"surface_depth_disable\",\"surface_exists\",\"surface_free\",\"surface_get_depth_disable\",\"surface_get_height\",\"surface_get_texture\",\"surface_get_width\",\"surface_getpixel\",\"surface_getpixel_ext\",\"surface_reset_target\",\"surface_resize\",\"surface_save\",\"surface_save_part\",\"surface_set_target\",\"surface_set_target_ext\",\"tan\",\"texture_get_height\",\"texture_get_texel_height\",\"texture_get_texel_width\",\"texture_get_uvs\",\"texture_get_width\",\"texture_global_scale\",\"texture_set_stage\",\"tile_get_empty\",\"tile_get_flip\",\"tile_get_index\",\"tile_get_mirror\",\"tile_get_rotate\",\"tile_set_empty\",\"tile_set_flip\",\"tile_set_index\",\"tile_set_mirror\",\"tile_set_rotate\",\"tilemap_clear\",\"tilemap_get\",\"tilemap_get_at_pixel\",\"tilemap_get_cell_x_at_pixel\",\"tilemap_get_cell_y_at_pixel\",\"tilemap_get_frame\",\"tilemap_get_global_mask\",\"tilemap_get_height\",\"tilemap_get_mask\",\"tilemap_get_tile_height\",\"tilemap_get_tile_width\",\"tilemap_get_tileset\",\"tilemap_get_width\",\"tilemap_get_x\",\"tilemap_get_y\",\"tilemap_set\",\"tilemap_set_at_pixel\",\"tilemap_set_global_mask\",\"tilemap_set_mask\",\"tilemap_tileset\",\"tilemap_x\",\"tilemap_y\",\"timeline_add\",\"timeline_clear\",\"timeline_delete\",\"timeline_exists\",\"timeline_get_name\",\"timeline_max_moment\",\"timeline_moment_add_script\",\"timeline_moment_clear\",\"timeline_size\",\"typeof\",\"url_get_domain\",\"url_open\",\"url_open_ext\",\"url_open_full\",\"variable_global_exists\",\"variable_global_get\",\"variable_global_set\",\"variable_instance_exists\",\"variable_instance_get\",\"variable_instance_get_names\",\"variable_instance_set\",\"variable_struct_exists\",\"variable_struct_get\",\"variable_struct_get_names\",\"variable_struct_names_count\",\"variable_struct_remove\",\"variable_struct_set\",\"vertex_argb\",\"vertex_begin\",\"vertex_color\",\"vertex_colour\",\"vertex_create_buffer\",\"vertex_create_buffer_ext\",\"vertex_create_buffer_from_buffer\",\"vertex_create_buffer_from_buffer_ext\",\"vertex_delete_buffer\",\"vertex_end\",\"vertex_float1\",\"vertex_float2\",\"vertex_float3\",\"vertex_float4\",\"vertex_format_add_color\",\"vertex_format_add_colour\",\"vertex_format_add_custom\",\"vertex_format_add_normal\",\"vertex_format_add_position\",\"vertex_format_add_position_3d\",\"vertex_format_add_texcoord\",\"vertex_format_add_textcoord\",\"vertex_format_begin\",\"vertex_format_delete\",\"vertex_format_end\",\"vertex_freeze\",\"vertex_get_buffer_size\",\"vertex_get_number\",\"vertex_normal\",\"vertex_position\",\"vertex_position_3d\",\"vertex_submit\",\"vertex_texcoord\",\"vertex_ubyte4\",\"view_get_camera\",\"view_get_hport\",\"view_get_surface_id\",\"view_get_visible\",\"view_get_wport\",\"view_get_xport\",\"view_get_yport\",\"view_set_camera\",\"view_set_hport\",\"view_set_surface_id\",\"view_set_visible\",\"view_set_wport\",\"view_set_xport\",\"view_set_yport\",\"virtual_key_add\",\"virtual_key_delete\",\"virtual_key_hide\",\"virtual_key_show\",\"win8_appbar_add_element\",\"win8_appbar_enable\",\"win8_appbar_remove_element\",\"win8_device_touchscreen_available\",\"win8_license_initialize_sandbox\",\"win8_license_trial_version\",\"win8_livetile_badge_clear\",\"win8_livetile_badge_notification\",\"win8_livetile_notification_begin\",\"win8_livetile_notification_end\",\"win8_livetile_notification_expiry\",\"win8_livetile_notification_image_add\",\"win8_livetile_notification_secondary_begin\",\"win8_livetile_notification_tag\",\"win8_livetile_notification_text_add\",\"win8_livetile_queue_enable\",\"win8_livetile_tile_clear\",\"win8_livetile_tile_notification\",\"win8_search_add_suggestions\",\"win8_search_disable\",\"win8_search_enable\",\"win8_secondarytile_badge_notification\",\"win8_secondarytile_delete\",\"win8_secondarytile_pin\",\"win8_settingscharm_add_entry\",\"win8_settingscharm_add_html_entry\",\"win8_settingscharm_add_xaml_entry\",\"win8_settingscharm_get_xaml_property\",\"win8_settingscharm_remove_entry\",\"win8_settingscharm_set_xaml_property\",\"win8_share_file\",\"win8_share_image\",\"win8_share_screenshot\",\"win8_share_text\",\"win8_share_url\",\"window_center\",\"window_device\",\"window_get_caption\",\"window_get_color\",\"window_get_colour\",\"window_get_cursor\",\"window_get_fullscreen\",\"window_get_height\",\"window_get_visible_rects\",\"window_get_width\",\"window_get_x\",\"window_get_y\",\"window_handle\",\"window_has_focus\",\"window_mouse_get_x\",\"window_mouse_get_y\",\"window_mouse_set\",\"window_set_caption\",\"window_set_color\",\"window_set_colour\",\"window_set_cursor\",\"window_set_fullscreen\",\"window_set_max_height\",\"window_set_max_width\",\"window_set_min_height\",\"window_set_min_width\",\"window_set_position\",\"window_set_rectangle\",\"window_set_size\",\"window_view_mouse_get_x\",\"window_view_mouse_get_y\",\"window_views_mouse_get_x\",\"window_views_mouse_get_y\",\"winphone_license_trial_version\",\"winphone_tile_back_content\",\"winphone_tile_back_content_wide\",\"winphone_tile_back_image\",\"winphone_tile_back_image_wide\",\"winphone_tile_back_title\",\"winphone_tile_background_color\",\"winphone_tile_background_colour\",\"winphone_tile_count\",\"winphone_tile_cycle_images\",\"winphone_tile_front_image\",\"winphone_tile_front_image_small\",\"winphone_tile_front_image_wide\",\"winphone_tile_icon_image\",\"winphone_tile_small_background_image\",\"winphone_tile_small_icon_image\",\"winphone_tile_title\",\"winphone_tile_wide_content\",\"zip_unzip\"],i=[\"all\",\"false\",\"noone\",\"pointer_invalid\",\"pointer_null\",\"true\",\"undefined\"],a=[\"ANSI_CHARSET\",\"ARABIC_CHARSET\",\"BALTIC_CHARSET\",\"CHINESEBIG5_CHARSET\",\"DEFAULT_CHARSET\",\"EASTEUROPE_CHARSET\",\"GB2312_CHARSET\",\"GM_build_date\",\"GM_runtime_version\",\"GM_version\",\"GREEK_CHARSET\",\"HANGEUL_CHARSET\",\"HEBREW_CHARSET\",\"JOHAB_CHARSET\",\"MAC_CHARSET\",\"OEM_CHARSET\",\"RUSSIAN_CHARSET\",\"SHIFTJIS_CHARSET\",\"SYMBOL_CHARSET\",\"THAI_CHARSET\",\"TURKISH_CHARSET\",\"VIETNAMESE_CHARSET\",\"achievement_achievement_info\",\"achievement_filter_all_players\",\"achievement_filter_favorites_only\",\"achievement_filter_friends_only\",\"achievement_friends_info\",\"achievement_leaderboard_info\",\"achievement_our_info\",\"achievement_pic_loaded\",\"achievement_show_achievement\",\"achievement_show_bank\",\"achievement_show_friend_picker\",\"achievement_show_leaderboard\",\"achievement_show_profile\",\"achievement_show_purchase_prompt\",\"achievement_show_ui\",\"achievement_type_achievement_challenge\",\"achievement_type_score_challenge\",\"asset_font\",\"asset_object\",\"asset_path\",\"asset_room\",\"asset_script\",\"asset_shader\",\"asset_sound\",\"asset_sprite\",\"asset_tiles\",\"asset_timeline\",\"asset_unknown\",\"audio_3d\",\"audio_falloff_exponent_distance\",\"audio_falloff_exponent_distance_clamped\",\"audio_falloff_inverse_distance\",\"audio_falloff_inverse_distance_clamped\",\"audio_falloff_linear_distance\",\"audio_falloff_linear_distance_clamped\",\"audio_falloff_none\",\"audio_mono\",\"audio_new_system\",\"audio_old_system\",\"audio_stereo\",\"bm_add\",\"bm_complex\",\"bm_dest_alpha\",\"bm_dest_color\",\"bm_dest_colour\",\"bm_inv_dest_alpha\",\"bm_inv_dest_color\",\"bm_inv_dest_colour\",\"bm_inv_src_alpha\",\"bm_inv_src_color\",\"bm_inv_src_colour\",\"bm_max\",\"bm_normal\",\"bm_one\",\"bm_src_alpha\",\"bm_src_alpha_sat\",\"bm_src_color\",\"bm_src_colour\",\"bm_subtract\",\"bm_zero\",\"browser_chrome\",\"browser_edge\",\"browser_firefox\",\"browser_ie\",\"browser_ie_mobile\",\"browser_not_a_browser\",\"browser_opera\",\"browser_safari\",\"browser_safari_mobile\",\"browser_tizen\",\"browser_unknown\",\"browser_windows_store\",\"buffer_bool\",\"buffer_f16\",\"buffer_f32\",\"buffer_f64\",\"buffer_fast\",\"buffer_fixed\",\"buffer_generalerror\",\"buffer_grow\",\"buffer_invalidtype\",\"buffer_network\",\"buffer_outofbounds\",\"buffer_outofspace\",\"buffer_s16\",\"buffer_s32\",\"buffer_s8\",\"buffer_seek_end\",\"buffer_seek_relative\",\"buffer_seek_start\",\"buffer_string\",\"buffer_surface_copy\",\"buffer_text\",\"buffer_u16\",\"buffer_u32\",\"buffer_u64\",\"buffer_u8\",\"buffer_vbuffer\",\"buffer_wrap\",\"button_type\",\"c_aqua\",\"c_black\",\"c_blue\",\"c_dkgray\",\"c_fuchsia\",\"c_gray\",\"c_green\",\"c_lime\",\"c_ltgray\",\"c_maroon\",\"c_navy\",\"c_olive\",\"c_orange\",\"c_purple\",\"c_red\",\"c_silver\",\"c_teal\",\"c_white\",\"c_yellow\",\"cmpfunc_always\",\"cmpfunc_equal\",\"cmpfunc_greater\",\"cmpfunc_greaterequal\",\"cmpfunc_less\",\"cmpfunc_lessequal\",\"cmpfunc_never\",\"cmpfunc_notequal\",\"cr_appstart\",\"cr_arrow\",\"cr_beam\",\"cr_cross\",\"cr_default\",\"cr_drag\",\"cr_handpoint\",\"cr_hourglass\",\"cr_none\",\"cr_size_all\",\"cr_size_nesw\",\"cr_size_ns\",\"cr_size_nwse\",\"cr_size_we\",\"cr_uparrow\",\"cull_clockwise\",\"cull_counterclockwise\",\"cull_noculling\",\"device_emulator\",\"device_ios_ipad\",\"device_ios_ipad_retina\",\"device_ios_iphone\",\"device_ios_iphone5\",\"device_ios_iphone6\",\"device_ios_iphone6plus\",\"device_ios_iphone_retina\",\"device_ios_unknown\",\"device_tablet\",\"display_landscape\",\"display_landscape_flipped\",\"display_portrait\",\"display_portrait_flipped\",\"dll_cdecl\",\"dll_stdcall\",\"ds_type_grid\",\"ds_type_list\",\"ds_type_map\",\"ds_type_priority\",\"ds_type_queue\",\"ds_type_stack\",\"ef_cloud\",\"ef_ellipse\",\"ef_explosion\",\"ef_firework\",\"ef_flare\",\"ef_rain\",\"ef_ring\",\"ef_smoke\",\"ef_smokeup\",\"ef_snow\",\"ef_spark\",\"ef_star\",\"ev_alarm\",\"ev_animation_end\",\"ev_boundary\",\"ev_cleanup\",\"ev_close_button\",\"ev_collision\",\"ev_create\",\"ev_destroy\",\"ev_draw\",\"ev_draw_begin\",\"ev_draw_end\",\"ev_draw_post\",\"ev_draw_pre\",\"ev_end_of_path\",\"ev_game_end\",\"ev_game_start\",\"ev_gesture\",\"ev_gesture_double_tap\",\"ev_gesture_drag_end\",\"ev_gesture_drag_start\",\"ev_gesture_dragging\",\"ev_gesture_flick\",\"ev_gesture_pinch_end\",\"ev_gesture_pinch_in\",\"ev_gesture_pinch_out\",\"ev_gesture_pinch_start\",\"ev_gesture_rotate_end\",\"ev_gesture_rotate_start\",\"ev_gesture_rotating\",\"ev_gesture_tap\",\"ev_global_gesture_double_tap\",\"ev_global_gesture_drag_end\",\"ev_global_gesture_drag_start\",\"ev_global_gesture_dragging\",\"ev_global_gesture_flick\",\"ev_global_gesture_pinch_end\",\"ev_global_gesture_pinch_in\",\"ev_global_gesture_pinch_out\",\"ev_global_gesture_pinch_start\",\"ev_global_gesture_rotate_end\",\"ev_global_gesture_rotate_start\",\"ev_global_gesture_rotating\",\"ev_global_gesture_tap\",\"ev_global_left_button\",\"ev_global_left_press\",\"ev_global_left_release\",\"ev_global_middle_button\",\"ev_global_middle_press\",\"ev_global_middle_release\",\"ev_global_right_button\",\"ev_global_right_press\",\"ev_global_right_release\",\"ev_gui\",\"ev_gui_begin\",\"ev_gui_end\",\"ev_joystick1_button1\",\"ev_joystick1_button2\",\"ev_joystick1_button3\",\"ev_joystick1_button4\",\"ev_joystick1_button5\",\"ev_joystick1_button6\",\"ev_joystick1_button7\",\"ev_joystick1_button8\",\"ev_joystick1_down\",\"ev_joystick1_left\",\"ev_joystick1_right\",\"ev_joystick1_up\",\"ev_joystick2_button1\",\"ev_joystick2_button2\",\"ev_joystick2_button3\",\"ev_joystick2_button4\",\"ev_joystick2_button5\",\"ev_joystick2_button6\",\"ev_joystick2_button7\",\"ev_joystick2_button8\",\"ev_joystick2_down\",\"ev_joystick2_left\",\"ev_joystick2_right\",\"ev_joystick2_up\",\"ev_keyboard\",\"ev_keypress\",\"ev_keyrelease\",\"ev_left_button\",\"ev_left_press\",\"ev_left_release\",\"ev_middle_button\",\"ev_middle_press\",\"ev_middle_release\",\"ev_mouse\",\"ev_mouse_enter\",\"ev_mouse_leave\",\"ev_mouse_wheel_down\",\"ev_mouse_wheel_up\",\"ev_no_button\",\"ev_no_more_health\",\"ev_no_more_lives\",\"ev_other\",\"ev_outside\",\"ev_right_button\",\"ev_right_press\",\"ev_right_release\",\"ev_room_end\",\"ev_room_start\",\"ev_step\",\"ev_step_begin\",\"ev_step_end\",\"ev_step_normal\",\"ev_trigger\",\"ev_user0\",\"ev_user1\",\"ev_user2\",\"ev_user3\",\"ev_user4\",\"ev_user5\",\"ev_user6\",\"ev_user7\",\"ev_user8\",\"ev_user9\",\"ev_user10\",\"ev_user11\",\"ev_user12\",\"ev_user13\",\"ev_user14\",\"ev_user15\",\"fa_archive\",\"fa_bottom\",\"fa_center\",\"fa_directory\",\"fa_hidden\",\"fa_left\",\"fa_middle\",\"fa_readonly\",\"fa_right\",\"fa_sysfile\",\"fa_top\",\"fa_volumeid\",\"fb_login_default\",\"fb_login_fallback_to_webview\",\"fb_login_forcing_safari\",\"fb_login_forcing_webview\",\"fb_login_no_fallback_to_webview\",\"fb_login_use_system_account\",\"gamespeed_fps\",\"gamespeed_microseconds\",\"ge_lose\",\"global\",\"gp_axislh\",\"gp_axislv\",\"gp_axisrh\",\"gp_axisrv\",\"gp_face1\",\"gp_face2\",\"gp_face3\",\"gp_face4\",\"gp_padd\",\"gp_padl\",\"gp_padr\",\"gp_padu\",\"gp_select\",\"gp_shoulderl\",\"gp_shoulderlb\",\"gp_shoulderr\",\"gp_shoulderrb\",\"gp_start\",\"gp_stickl\",\"gp_stickr\",\"iap_available\",\"iap_canceled\",\"iap_ev_consume\",\"iap_ev_product\",\"iap_ev_purchase\",\"iap_ev_restore\",\"iap_ev_storeload\",\"iap_failed\",\"iap_purchased\",\"iap_refunded\",\"iap_status_available\",\"iap_status_loading\",\"iap_status_processing\",\"iap_status_restoring\",\"iap_status_unavailable\",\"iap_status_uninitialised\",\"iap_storeload_failed\",\"iap_storeload_ok\",\"iap_unavailable\",\"input_type\",\"kbv_autocapitalize_characters\",\"kbv_autocapitalize_none\",\"kbv_autocapitalize_sentences\",\"kbv_autocapitalize_words\",\"kbv_returnkey_continue\",\"kbv_returnkey_default\",\"kbv_returnkey_done\",\"kbv_returnkey_emergency\",\"kbv_returnkey_go\",\"kbv_returnkey_google\",\"kbv_returnkey_join\",\"kbv_returnkey_next\",\"kbv_returnkey_route\",\"kbv_returnkey_search\",\"kbv_returnkey_send\",\"kbv_returnkey_yahoo\",\"kbv_type_ascii\",\"kbv_type_default\",\"kbv_type_email\",\"kbv_type_numbers\",\"kbv_type_phone\",\"kbv_type_phone_name\",\"kbv_type_url\",\"layerelementtype_background\",\"layerelementtype_instance\",\"layerelementtype_oldtilemap\",\"layerelementtype_particlesystem\",\"layerelementtype_sprite\",\"layerelementtype_tile\",\"layerelementtype_tilemap\",\"layerelementtype_undefined\",\"lb_disp_none\",\"lb_disp_numeric\",\"lb_disp_time_ms\",\"lb_disp_time_sec\",\"lb_sort_ascending\",\"lb_sort_descending\",\"lb_sort_none\",\"leaderboard_type_number\",\"leaderboard_type_time_mins_secs\",\"lighttype_dir\",\"lighttype_point\",\"local\",\"matrix_projection\",\"matrix_view\",\"matrix_world\",\"mb_any\",\"mb_left\",\"mb_middle\",\"mb_none\",\"mb_right\",\"mip_markedonly\",\"mip_off\",\"mip_on\",\"network_config_connect_timeout\",\"network_config_disable_reliable_udp\",\"network_config_enable_reliable_udp\",\"network_config_use_non_blocking_socket\",\"network_socket_bluetooth\",\"network_socket_tcp\",\"network_socket_udp\",\"network_type_connect\",\"network_type_data\",\"network_type_disconnect\",\"network_type_non_blocking_connect\",\"of_challen\",\"of_challenge_tie\",\"of_challenge_win\",\"os_3ds\",\"os_android\",\"os_bb10\",\"os_ios\",\"os_linux\",\"os_macosx\",\"os_ps3\",\"os_ps4\",\"os_psvita\",\"os_switch\",\"os_symbian\",\"os_tizen\",\"os_tvos\",\"os_unknown\",\"os_uwp\",\"os_wiiu\",\"os_win32\",\"os_win8native\",\"os_windows\",\"os_winphone\",\"os_xbox360\",\"os_xboxone\",\"other\",\"ov_achievements\",\"ov_community\",\"ov_friends\",\"ov_gamegroup\",\"ov_players\",\"ov_settings\",\"path_action_continue\",\"path_action_restart\",\"path_action_reverse\",\"path_action_stop\",\"phy_debug_render_aabb\",\"phy_debug_render_collision_pairs\",\"phy_debug_render_coms\",\"phy_debug_render_core_shapes\",\"phy_debug_render_joints\",\"phy_debug_render_obb\",\"phy_debug_render_shapes\",\"phy_joint_anchor_1_x\",\"phy_joint_anchor_1_y\",\"phy_joint_anchor_2_x\",\"phy_joint_anchor_2_y\",\"phy_joint_angle\",\"phy_joint_angle_limits\",\"phy_joint_damping_ratio\",\"phy_joint_frequency\",\"phy_joint_length_1\",\"phy_joint_length_2\",\"phy_joint_lower_angle_limit\",\"phy_joint_max_force\",\"phy_joint_max_length\",\"phy_joint_max_motor_force\",\"phy_joint_max_motor_torque\",\"phy_joint_max_torque\",\"phy_joint_motor_force\",\"phy_joint_motor_speed\",\"phy_joint_motor_torque\",\"phy_joint_reaction_force_x\",\"phy_joint_reaction_force_y\",\"phy_joint_reaction_torque\",\"phy_joint_speed\",\"phy_joint_translation\",\"phy_joint_upper_angle_limit\",\"phy_particle_data_flag_category\",\"phy_particle_data_flag_color\",\"phy_particle_data_flag_colour\",\"phy_particle_data_flag_position\",\"phy_particle_data_flag_typeflags\",\"phy_particle_data_flag_velocity\",\"phy_particle_flag_colormixing\",\"phy_particle_flag_colourmixing\",\"phy_particle_flag_elastic\",\"phy_particle_flag_powder\",\"phy_particle_flag_spring\",\"phy_particle_flag_tensile\",\"phy_particle_flag_viscous\",\"phy_particle_flag_wall\",\"phy_particle_flag_water\",\"phy_particle_flag_zombie\",\"phy_particle_group_flag_rigid\",\"phy_particle_group_flag_solid\",\"pi\",\"pr_linelist\",\"pr_linestrip\",\"pr_pointlist\",\"pr_trianglefan\",\"pr_trianglelist\",\"pr_trianglestrip\",\"ps_distr_gaussian\",\"ps_distr_invgaussian\",\"ps_distr_linear\",\"ps_shape_diamond\",\"ps_shape_ellipse\",\"ps_shape_line\",\"ps_shape_rectangle\",\"pt_shape_circle\",\"pt_shape_cloud\",\"pt_shape_disk\",\"pt_shape_explosion\",\"pt_shape_flare\",\"pt_shape_line\",\"pt_shape_pixel\",\"pt_shape_ring\",\"pt_shape_smoke\",\"pt_shape_snow\",\"pt_shape_spark\",\"pt_shape_sphere\",\"pt_shape_square\",\"pt_shape_star\",\"spritespeed_framespergameframe\",\"spritespeed_framespersecond\",\"text_type\",\"tf_anisotropic\",\"tf_linear\",\"tf_point\",\"tile_flip\",\"tile_index_mask\",\"tile_mirror\",\"tile_rotate\",\"timezone_local\",\"timezone_utc\",\"tm_countvsyncs\",\"tm_sleep\",\"ty_real\",\"ty_string\",\"ugc_filetype_community\",\"ugc_filetype_microtrans\",\"ugc_list_Favorited\",\"ugc_list_Followed\",\"ugc_list_Published\",\"ugc_list_Subscribed\",\"ugc_list_UsedOrPlayed\",\"ugc_list_VotedDown\",\"ugc_list_VotedOn\",\"ugc_list_VotedUp\",\"ugc_list_WillVoteLater\",\"ugc_match_AllGuides\",\"ugc_match_Artwork\",\"ugc_match_Collections\",\"ugc_match_ControllerBindings\",\"ugc_match_IntegratedGuides\",\"ugc_match_Items\",\"ugc_match_Items_Mtx\",\"ugc_match_Items_ReadyToUse\",\"ugc_match_Screenshots\",\"ugc_match_UsableInGame\",\"ugc_match_Videos\",\"ugc_match_WebGuides\",\"ugc_query_AcceptedForGameRankedByAcceptanceDate\",\"ugc_query_CreatedByFollowedUsersRankedByPublicationDate\",\"ugc_query_CreatedByFriendsRankedByPublicationDate\",\"ugc_query_FavoritedByFriendsRankedByPublicationDate\",\"ugc_query_NotYetRated\",\"ugc_query_RankedByNumTimesReported\",\"ugc_query_RankedByPublicationDate\",\"ugc_query_RankedByTextSearch\",\"ugc_query_RankedByTotalVotesAsc\",\"ugc_query_RankedByTrend\",\"ugc_query_RankedByVote\",\"ugc_query_RankedByVotesUp\",\"ugc_result_success\",\"ugc_sortorder_CreationOrderAsc\",\"ugc_sortorder_CreationOrderDesc\",\"ugc_sortorder_ForModeration\",\"ugc_sortorder_LastUpdatedDesc\",\"ugc_sortorder_SubscriptionDateDesc\",\"ugc_sortorder_TitleAsc\",\"ugc_sortorder_VoteScoreDesc\",\"ugc_visibility_friends_only\",\"ugc_visibility_private\",\"ugc_visibility_public\",\"vertex_type_color\",\"vertex_type_colour\",\"vertex_type_float1\",\"vertex_type_float2\",\"vertex_type_float3\",\"vertex_type_float4\",\"vertex_type_ubyte4\",\"vertex_usage_binormal\",\"vertex_usage_blendindices\",\"vertex_usage_blendweight\",\"vertex_usage_color\",\"vertex_usage_colour\",\"vertex_usage_depth\",\"vertex_usage_fog\",\"vertex_usage_normal\",\"vertex_usage_position\",\"vertex_usage_psize\",\"vertex_usage_sample\",\"vertex_usage_tangent\",\"vertex_usage_texcoord\",\"vertex_usage_textcoord\",\"vk_add\",\"vk_alt\",\"vk_anykey\",\"vk_backspace\",\"vk_control\",\"vk_decimal\",\"vk_delete\",\"vk_divide\",\"vk_down\",\"vk_end\",\"vk_enter\",\"vk_escape\",\"vk_f1\",\"vk_f2\",\"vk_f3\",\"vk_f4\",\"vk_f5\",\"vk_f6\",\"vk_f7\",\"vk_f8\",\"vk_f9\",\"vk_f10\",\"vk_f11\",\"vk_f12\",\"vk_home\",\"vk_insert\",\"vk_lalt\",\"vk_lcontrol\",\"vk_left\",\"vk_lshift\",\"vk_multiply\",\"vk_nokey\",\"vk_numpad0\",\"vk_numpad1\",\"vk_numpad2\",\"vk_numpad3\",\"vk_numpad4\",\"vk_numpad5\",\"vk_numpad6\",\"vk_numpad7\",\"vk_numpad8\",\"vk_numpad9\",\"vk_pagedown\",\"vk_pageup\",\"vk_pause\",\"vk_printscreen\",\"vk_ralt\",\"vk_rcontrol\",\"vk_return\",\"vk_right\",\"vk_rshift\",\"vk_shift\",\"vk_space\",\"vk_subtract\",\"vk_tab\",\"vk_up\"],r=[\"alarm\",\"application_surface\",\"argument\",\"argument0\",\"argument1\",\"argument2\",\"argument3\",\"argument4\",\"argument5\",\"argument6\",\"argument7\",\"argument8\",\"argument9\",\"argument10\",\"argument11\",\"argument12\",\"argument13\",\"argument14\",\"argument15\",\"argument_count\",\"argument_relative\",\"async_load\",\"background_color\",\"background_colour\",\"background_showcolor\",\"background_showcolour\",\"bbox_bottom\",\"bbox_left\",\"bbox_right\",\"bbox_top\",\"browser_height\",\"browser_width\",\"caption_health\",\"caption_lives\",\"caption_score\",\"current_day\",\"current_hour\",\"current_minute\",\"current_month\",\"current_second\",\"current_time\",\"current_weekday\",\"current_year\",\"cursor_sprite\",\"debug_mode\",\"delta_time\",\"depth\",\"direction\",\"display_aa\",\"error_last\",\"error_occurred\",\"event_action\",\"event_data\",\"event_number\",\"event_object\",\"event_type\",\"fps\",\"fps_real\",\"friction\",\"game_display_name\",\"game_id\",\"game_project_name\",\"game_save_id\",\"gamemaker_pro\",\"gamemaker_registered\",\"gamemaker_version\",\"gravity\",\"gravity_direction\",\"health\",\"hspeed\",\"iap_data\",\"id|0\",\"image_alpha\",\"image_angle\",\"image_blend\",\"image_index\",\"image_number\",\"image_speed\",\"image_xscale\",\"image_yscale\",\"instance_count\",\"instance_id\",\"keyboard_key\",\"keyboard_lastchar\",\"keyboard_lastkey\",\"keyboard_string\",\"layer\",\"lives\",\"mask_index\",\"mouse_button\",\"mouse_lastbutton\",\"mouse_x\",\"mouse_y\",\"object_index\",\"os_browser\",\"os_device\",\"os_type\",\"os_version\",\"path_endaction\",\"path_index\",\"path_orientation\",\"path_position\",\"path_positionprevious\",\"path_scale\",\"path_speed\",\"persistent\",\"phy_active\",\"phy_angular_damping\",\"phy_angular_velocity\",\"phy_bullet\",\"phy_col_normal_x\",\"phy_col_normal_y\",\"phy_collision_points\",\"phy_collision_x\",\"phy_collision_y\",\"phy_com_x\",\"phy_com_y\",\"phy_dynamic\",\"phy_fixed_rotation\",\"phy_inertia\",\"phy_kinematic\",\"phy_linear_damping\",\"phy_linear_velocity_x\",\"phy_linear_velocity_y\",\"phy_mass\",\"phy_position_x\",\"phy_position_xprevious\",\"phy_position_y\",\"phy_position_yprevious\",\"phy_rotation\",\"phy_sleeping\",\"phy_speed\",\"phy_speed_x\",\"phy_speed_y\",\"program_directory\",\"room\",\"room_caption\",\"room_first\",\"room_height\",\"room_last\",\"room_persistent\",\"room_speed\",\"room_width\",\"score\",\"self\",\"show_health\",\"show_lives\",\"show_score\",\"solid\",\"speed\",\"sprite_height\",\"sprite_index\",\"sprite_width\",\"sprite_xoffset\",\"sprite_yoffset\",\"temp_directory\",\"timeline_index\",\"timeline_loop\",\"timeline_position\",\"timeline_running\",\"timeline_speed\",\"view_angle\",\"view_camera\",\"view_current\",\"view_enabled\",\"view_hborder\",\"view_hport\",\"view_hspeed\",\"view_hview\",\"view_object\",\"view_surface_id\",\"view_vborder\",\"view_visible\",\"view_vspeed\",\"view_wport\",\"view_wview\",\"view_xport\",\"view_xview\",\"view_yport\",\"view_yview\",\"visible\",\"vspeed\",\"webgl_enabled\",\"working_directory\",\"xprevious\",\"xstart\",\"x|0\",\"yprevious\",\"ystart\",\"y|0\"];return{name:\"GML\",case_insensitive:!1,keywords:{keyword:t,built_in:n,literal:i,symbol:a,\"variable.language\":r},contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE]}}e.exports=n},e6f9:function(e,t,n){\"use strict\";function i(e,t,n,i){var a=Number(e[t].meta.id+1).toString(),r=\"\";return\"string\"===typeof i.docId&&(r=\"-\"+i.docId+\"-\"),r+a}function a(e,t){var n=Number(e[t].meta.id+1).toString();return e[t].meta.subId>0&&(n+=\":\"+e[t].meta.subId),\"[\"+n+\"]\"}function r(e,t,n,i,a){var r=a.rules.footnote_anchor_name(e,t,n,i,a),s=a.rules.footnote_caption(e,t,n,i,a),o=r;return e[t].meta.subId>0&&(o+=\":\"+e[t].meta.subId),'<sup class=\"footnote-ref\"><a href=\"#fn'+r+'\" id=\"fnref'+o+'\">'+s+\"</a></sup>\"}function s(e,t,n){return(n.xhtmlOut?'<hr class=\"footnotes-sep\" />\\n':'<hr class=\"footnotes-sep\">\\n')+'<section class=\"footnotes\">\\n<ol class=\"footnotes-list\">\\n'}function o(){return\"</ol>\\n</section>\\n\"}function l(e,t,n,i,a){var r=a.rules.footnote_anchor_name(e,t,n,i,a);return e[t].meta.subId>0&&(r+=\":\"+e[t].meta.subId),'<li id=\"fn'+r+'\" class=\"footnote-item\">'}function c(){return\"</li>\\n\"}function _(e,t,n,i,a){var r=a.rules.footnote_anchor_name(e,t,n,i,a);return e[t].meta.subId>0&&(r+=\":\"+e[t].meta.subId),' <a href=\"#fnref'+r+'\" class=\"footnote-backref\">↩︎</a>'}e.exports=function(e){var t=e.helpers.parseLinkLabel,n=e.utils.isSpace;function d(e,t,i,a){var r,s,o,l,c,_,d,u,p,m,g,h=e.bMarks[t]+e.tShift[t],E=e.eMarks[t];if(h+4>E)return!1;if(91!==e.src.charCodeAt(h))return!1;if(94!==e.src.charCodeAt(h+1))return!1;for(c=h+2;c<E;c++){if(32===e.src.charCodeAt(c))return!1;if(93===e.src.charCodeAt(c))break}if(c===h+2)return!1;if(c+1>=E||58!==e.src.charCodeAt(++c))return!1;if(a)return!0;c++,e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.refs||(e.env.footnotes.refs={}),_=e.src.slice(h+2,c-2),e.env.footnotes.refs[\":\"+_]=-1,d=new e.Token(\"footnote_reference_open\",\"\",1),d.meta={label:_},d.level=e.level++,e.tokens.push(d),r=e.bMarks[t],s=e.tShift[t],o=e.sCount[t],l=e.parentType,g=c,u=p=e.sCount[t]+c-(e.bMarks[t]+e.tShift[t]);while(c<E){if(m=e.src.charCodeAt(c),!n(m))break;9===m?p+=4-p%4:p++,c++}return e.tShift[t]=c-g,e.sCount[t]=p-u,e.bMarks[t]=g,e.blkIndent+=4,e.parentType=\"footnote\",e.sCount[t]<e.blkIndent&&(e.sCount[t]+=e.blkIndent),e.md.block.tokenize(e,t,i,!0),e.parentType=l,e.blkIndent-=4,e.tShift[t]=s,e.sCount[t]=o,e.bMarks[t]=r,d=new e.Token(\"footnote_reference_close\",\"\",-1),d.level=--e.level,e.tokens.push(d),!0}function u(e,n){var i,a,r,s,o,l=e.posMax,c=e.pos;return!(c+2>=l)&&(94===e.src.charCodeAt(c)&&(91===e.src.charCodeAt(c+1)&&(i=c+2,a=t(e,c+1),!(a<0)&&(n||(e.env.footnotes||(e.env.footnotes={}),e.env.footnotes.list||(e.env.footnotes.list=[]),r=e.env.footnotes.list.length,e.md.inline.parse(e.src.slice(i,a),e.md,e.env,o=[]),s=e.push(\"footnote_ref\",\"\",0),s.meta={id:r},e.env.footnotes.list[r]={content:e.src.slice(i,a),tokens:o}),e.pos=a+1,e.posMax=l,!0))))}function p(e,t){var n,i,a,r,s,o=e.posMax,l=e.pos;if(l+3>o)return!1;if(!e.env.footnotes||!e.env.footnotes.refs)return!1;if(91!==e.src.charCodeAt(l))return!1;if(94!==e.src.charCodeAt(l+1))return!1;for(i=l+2;i<o;i++){if(32===e.src.charCodeAt(i))return!1;if(10===e.src.charCodeAt(i))return!1;if(93===e.src.charCodeAt(i))break}return i!==l+2&&(!(i>=o)&&(i++,n=e.src.slice(l+2,i-1),\"undefined\"!==typeof e.env.footnotes.refs[\":\"+n]&&(t||(e.env.footnotes.list||(e.env.footnotes.list=[]),e.env.footnotes.refs[\":\"+n]<0?(a=e.env.footnotes.list.length,e.env.footnotes.list[a]={label:n,count:0},e.env.footnotes.refs[\":\"+n]=a):a=e.env.footnotes.refs[\":\"+n],r=e.env.footnotes.list[a].count,e.env.footnotes.list[a].count++,s=e.push(\"footnote_ref\",\"\",0),s.meta={id:a,subId:r,label:n}),e.pos=i,e.posMax=o,!0)))}function m(e){var t,n,i,a,r,s,o,l,c,_,d=!1,u={};if(e.env.footnotes&&(e.tokens=e.tokens.filter((function(e){return\"footnote_reference_open\"===e.type?(d=!0,c=[],_=e.meta.label,!1):\"footnote_reference_close\"===e.type?(d=!1,u[\":\"+_]=c,!1):(d&&c.push(e),!d)})),e.env.footnotes.list)){for(s=e.env.footnotes.list,o=new e.Token(\"footnote_block_open\",\"\",1),e.tokens.push(o),t=0,n=s.length;t<n;t++){for(o=new e.Token(\"footnote_open\",\"\",1),o.meta={id:t,label:s[t].label},e.tokens.push(o),s[t].tokens?(l=[],o=new e.Token(\"paragraph_open\",\"p\",1),o.block=!0,l.push(o),o=new e.Token(\"inline\",\"\",0),o.children=s[t].tokens,o.content=s[t].content,l.push(o),o=new e.Token(\"paragraph_close\",\"p\",-1),o.block=!0,l.push(o)):s[t].label&&(l=u[\":\"+s[t].label]),l&&(e.tokens=e.tokens.concat(l)),r=\"paragraph_close\"===e.tokens[e.tokens.length-1].type?e.tokens.pop():null,a=s[t].count>0?s[t].count:1,i=0;i<a;i++)o=new e.Token(\"footnote_anchor\",\"\",0),o.meta={id:t,subId:i,label:s[t].label},e.tokens.push(o);r&&e.tokens.push(r),o=new e.Token(\"footnote_close\",\"\",-1),e.tokens.push(o)}o=new e.Token(\"footnote_block_close\",\"\",-1),e.tokens.push(o)}}e.renderer.rules.footnote_ref=r,e.renderer.rules.footnote_block_open=s,e.renderer.rules.footnote_block_close=o,e.renderer.rules.footnote_open=l,e.renderer.rules.footnote_close=c,e.renderer.rules.footnote_anchor=_,e.renderer.rules.footnote_caption=a,e.renderer.rules.footnote_anchor_name=i,e.block.ruler.before(\"reference\",\"footnote_def\",d,{alt:[\"paragraph\",\"reference\"]}),e.inline.ruler.after(\"image\",\"footnote_inline\",u),e.inline.ruler.after(\"footnote_inline\",\"footnote_ref\",p),e.core.ruler.after(\"inline\",\"footnote_tail\",m)}},e80e:function(e,t,n){\"use strict\";var i=n(\"0068\").isSpace;e.exports=function(e,t,n,a){var r,s,o,l,c,_,d,u,p,m,g,h,E,S,b,f,T,C,v,y,R=e.lineMax,N=e.bMarks[t]+e.tShift[t],O=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(N++))return!1;if(a)return!0;l=p=e.sCount[t]+1,32===e.src.charCodeAt(N)?(N++,l++,p++,r=!1,f=!0):9===e.src.charCodeAt(N)?(f=!0,(e.bsCount[t]+p)%4===3?(N++,l++,p++,r=!1):r=!0):f=!1,m=[e.bMarks[t]],e.bMarks[t]=N;while(N<O){if(s=e.src.charCodeAt(N),!i(s))break;9===s?p+=4-(p+e.bsCount[t]+(r?1:0))%4:p++,N++}for(g=[e.bsCount[t]],e.bsCount[t]=e.sCount[t]+1+(f?1:0),_=N>=O,S=[e.sCount[t]],e.sCount[t]=p-l,b=[e.tShift[t]],e.tShift[t]=N-e.bMarks[t],C=e.md.block.ruler.getRules(\"blockquote\"),E=e.parentType,e.parentType=\"blockquote\",u=t+1;u<n;u++){if(y=e.sCount[u]<e.blkIndent,N=e.bMarks[u]+e.tShift[u],O=e.eMarks[u],N>=O)break;if(62!==e.src.charCodeAt(N++)||y){if(_)break;for(T=!1,o=0,c=C.length;o<c;o++)if(C[o](e,u,n,!0)){T=!0;break}if(T){e.lineMax=u,0!==e.blkIndent&&(m.push(e.bMarks[u]),g.push(e.bsCount[u]),b.push(e.tShift[u]),S.push(e.sCount[u]),e.sCount[u]-=e.blkIndent);break}m.push(e.bMarks[u]),g.push(e.bsCount[u]),b.push(e.tShift[u]),S.push(e.sCount[u]),e.sCount[u]=-1}else{l=p=e.sCount[u]+1,32===e.src.charCodeAt(N)?(N++,l++,p++,r=!1,f=!0):9===e.src.charCodeAt(N)?(f=!0,(e.bsCount[u]+p)%4===3?(N++,l++,p++,r=!1):r=!0):f=!1,m.push(e.bMarks[u]),e.bMarks[u]=N;while(N<O){if(s=e.src.charCodeAt(N),!i(s))break;9===s?p+=4-(p+e.bsCount[u]+(r?1:0))%4:p++,N++}_=N>=O,g.push(e.bsCount[u]),e.bsCount[u]=e.sCount[u]+1+(f?1:0),S.push(e.sCount[u]),e.sCount[u]=p-l,b.push(e.tShift[u]),e.tShift[u]=N-e.bMarks[u]}}for(h=e.blkIndent,e.blkIndent=0,v=e.push(\"blockquote_open\",\"blockquote\",1),v.markup=\">\",v.map=d=[t,0],e.md.block.tokenize(e,t,u),v=e.push(\"blockquote_close\",\"blockquote\",-1),v.markup=\">\",e.lineMax=R,e.parentType=E,d[1]=e.line,o=0;o<b.length;o++)e.bMarks[o+t]=m[o],e.tShift[o+t]=b[o],e.sCount[o+t]=S[o],e.bsCount[o+t]=g[o];return e.blkIndent=h,!0}},e990:function(e,t){function n(e){function t(e){return e.map((function(e){return e.split(\"\").map((function(e){return\"\\\\\"+e})).join(\"\")})).join(\"|\")}const n=\"~?[a-z$_][0-9a-zA-Z$_]*\",i=\"`?[A-Z$_][0-9a-zA-Z$_]*\",a=\"'?[a-z$_][0-9a-z$_]*\",r=\"\\\\s*:\\\\s*[a-z$_][0-9a-z$_]*(\\\\(\\\\s*(\"+a+\"\\\\s*(,\"+a+\"\\\\s*)*)?\\\\))?\",s=n+\"(\"+r+\"){0,2}\",o=\"(\"+t([\"||\",\"++\",\"**\",\"+.\",\"*\",\"/\",\"*.\",\"/.\",\"...\"])+\"|\\\\|>|&&|==|===)\",l=\"\\\\s+\"+o+\"\\\\s+\",c={keyword:\"and as asr assert begin class constraint do done downto else end exception external for fun function functor if in include inherit initializer land lazy let lor lsl lsr lxor match method mod module mutable new nonrec object of open or private rec sig struct then to try type val virtual when while with\",built_in:\"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 ref string unit \",literal:\"true false\"},_=\"\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)\",d={className:\"number\",relevance:0,variants:[{begin:_},{begin:\"\\\\(-\"+_+\"\\\\)\"}]},u={className:\"operator\",relevance:0,begin:o},p=[{className:\"identifier\",relevance:0,begin:n},u,d],m=[e.QUOTE_STRING_MODE,u,{className:\"module\",begin:\"\\\\b\"+i,returnBegin:!0,relevance:0,end:\".\",contains:[{className:\"identifier\",begin:i,relevance:0}]}],g=[{className:\"module\",begin:\"\\\\b\"+i,returnBegin:!0,end:\".\",relevance:0,contains:[{className:\"identifier\",begin:i,relevance:0}]}],h={begin:n,end:\"(,|\\\\n|\\\\))\",relevance:0,contains:[u,{className:\"typing\",begin:\":\",end:\"(,|\\\\n)\",returnBegin:!0,relevance:0,contains:g}]},E={className:\"function\",relevance:0,keywords:c,variants:[{begin:\"\\\\s(\\\\(\\\\.?.*?\\\\)|\"+n+\")\\\\s*=>\",end:\"\\\\s*=>\",returnBegin:!0,relevance:0,contains:[{className:\"params\",variants:[{begin:n},{begin:s},{begin:/\\(\\s*\\)/}]}]},{begin:\"\\\\s\\\\(\\\\.?[^;\\\\|]*\\\\)\\\\s*=>\",end:\"\\\\s=>\",returnBegin:!0,relevance:0,contains:[{className:\"params\",relevance:0,variants:[h]}]},{begin:\"\\\\(\\\\.\\\\s\"+n+\"\\\\)\\\\s*=>\"}]};m.push(E);const S={className:\"constructor\",begin:i+\"\\\\(\",end:\"\\\\)\",illegal:\"\\\\n\",keywords:c,contains:[e.QUOTE_STRING_MODE,u,{className:\"params\",begin:\"\\\\b\"+n}]},b={className:\"pattern-match\",begin:\"\\\\|\",returnBegin:!0,keywords:c,end:\"=>\",relevance:0,contains:[S,u,{relevance:0,className:\"constructor\",begin:i}]},f={className:\"module-access\",keywords:c,returnBegin:!0,variants:[{begin:\"\\\\b(\"+i+\"\\\\.)+\"+n},{begin:\"\\\\b(\"+i+\"\\\\.)+\\\\(\",end:\"\\\\)\",returnBegin:!0,contains:[E,{begin:\"\\\\(\",end:\"\\\\)\",relevance:0,skip:!0}].concat(m)},{begin:\"\\\\b(\"+i+\"\\\\.)+\\\\{\",end:/\\}/}],contains:m};return g.push(f),{name:\"ReasonML\",aliases:[\"re\"],keywords:c,illegal:\"(:-|:=|\\\\$\\\\{|\\\\+=)\",contains:[e.COMMENT(\"/\\\\*\",\"\\\\*/\",{illegal:\"^(#,\\\\/\\\\/)\"}),{className:\"character\",begin:\"'(\\\\\\\\[^']+|[^'])'\",illegal:\"\\\\n\",relevance:0},e.QUOTE_STRING_MODE,{className:\"literal\",begin:\"\\\\(\\\\)\",relevance:0},{className:\"literal\",begin:\"\\\\[\\\\|\",end:\"\\\\|\\\\]\",relevance:0,contains:p},{className:\"literal\",begin:\"\\\\[\",end:\"\\\\]\",relevance:0,contains:p},S,{className:\"operator\",begin:l,illegal:\"--\\x3e\",relevance:0},d,e.C_LINE_COMMENT_MODE,b,E,{className:\"module-def\",begin:\"\\\\bmodule\\\\s+\"+n+\"\\\\s+\"+i+\"\\\\s+=\\\\s+\\\\{\",end:/\\}/,returnBegin:!0,keywords:c,relevance:0,contains:[{className:\"module\",relevance:0,begin:i},{begin:/\\{/,end:/\\}/,relevance:0,skip:!0}].concat(m)},f]}}e.exports=n},ea4d:function(e,t){function n(e){const t=[e.C_NUMBER_MODE,{className:\"string\",begin:\"'|\\\"\",end:\"'|\\\"\",contains:[e.BACKSLASH_ESCAPE,{begin:\"''\"}]}];return{name:\"Scilab\",aliases:[\"sci\"],keywords:{$pattern:/%?\\w+/,keyword:\"abort break case clear catch continue do elseif else endfunction end for function global if pause return resume select try then while\",literal:\"%f %F %t %T %pi %eps %inf %nan %e %i %z %s\",built_in:\"abs and acos asin atan ceil cd chdir clearglobal cosh cos cumprod deff disp error exec execstr exists exp eye gettext floor fprintf fread fsolve imag isdef isempty isinfisnan isvector lasterror length load linspace list listfiles log10 log2 log max min msprintf mclose mopen ones or pathconvert poly printf prod pwd rand real round sinh sin size gsort sprintf sqrt strcat strcmps tring sum system tanh tan type typename warning zeros matrix\"},illegal:'(\"|#|/\\\\*|\\\\s+/\\\\w+)',contains:[{className:\"function\",beginKeywords:\"function\",end:\"$\",contains:[e.UNDERSCORE_TITLE_MODE,{className:\"params\",begin:\"\\\\(\",end:\"\\\\)\"}]},{begin:\"[a-zA-Z_][a-zA-Z_0-9]*[\\\\.']+\",relevance:0},{begin:\"\\\\[\",end:\"\\\\][\\\\.']*\",relevance:0,contains:t},e.COMMENT(\"//\",\"$\")].concat(t)}}e.exports=n},ea56:function(e,t,n){var i=n(\"1349\"),a=n(\"68d8\"),r=n(\"c9b3\"),s=n(\"cc98d\"),o=n(\"15d1\"),l=n(\"b3ce\"),c=r.makeSpan,_=function(e,t){return o.math[e]&&o.math[e].replace?s.getCharacterMetrics(o.math[e].replace,t):s.getCharacterMetrics(e,t)},d=function(e,t,n){return r.makeSymbol(e,\"Size\"+t+\"-Regular\",n)},u=function(e,t,n){var i=c([\"style-wrap\",n.style.reset(),t.cls()],[e]),a=t.sizeMultiplier/n.style.sizeMultiplier;return i.height*=a,i.depth*=a,i.maxFontSize=t.sizeMultiplier,i},p=function(e,t,n,i,a){var o=r.makeSymbol(e,\"Main-Regular\",a),l=u(o,t,i);if(n){var c=(1-i.style.sizeMultiplier/t.sizeMultiplier)*s.metrics.axisHeight;l.style.top=c+\"em\",l.height-=c,l.depth+=c}return l},m=function(e,t,n,i,r){var o=d(e,t,r),l=u(c([\"delimsizing\",\"size\"+t],[o],i.getColor()),a.TEXT,i);if(n){var _=(1-i.style.sizeMultiplier)*s.metrics.axisHeight;l.style.top=_+\"em\",l.height-=_,l.depth+=_}return l},g=function(e,t,n){var i;\"Size1-Regular\"===t?i=\"delim-size1\":\"Size4-Regular\"===t&&(i=\"delim-size4\");var a=c([\"delimsizinginner\",i],[c([],[r.makeSymbol(e,t,n)])]);return{type:\"elem\",elem:a}},h=function(e,t,n,i,o){var l,d,p,m;l=p=m=e,d=null;var h=\"Size1-Regular\";\"\\\\uparrow\"===e?p=m=\"⏐\":\"\\\\Uparrow\"===e?p=m=\"‖\":\"\\\\downarrow\"===e?l=p=\"⏐\":\"\\\\Downarrow\"===e?l=p=\"‖\":\"\\\\updownarrow\"===e?(l=\"\\\\uparrow\",p=\"⏐\",m=\"\\\\downarrow\"):\"\\\\Updownarrow\"===e?(l=\"\\\\Uparrow\",p=\"‖\",m=\"\\\\Downarrow\"):\"[\"===e||\"\\\\lbrack\"===e?(l=\"⎡\",p=\"⎢\",m=\"⎣\",h=\"Size4-Regular\"):\"]\"===e||\"\\\\rbrack\"===e?(l=\"⎤\",p=\"⎥\",m=\"⎦\",h=\"Size4-Regular\"):\"\\\\lfloor\"===e?(p=l=\"⎢\",m=\"⎣\",h=\"Size4-Regular\"):\"\\\\lceil\"===e?(l=\"⎡\",p=m=\"⎢\",h=\"Size4-Regular\"):\"\\\\rfloor\"===e?(p=l=\"⎥\",m=\"⎦\",h=\"Size4-Regular\"):\"\\\\rceil\"===e?(l=\"⎤\",p=m=\"⎥\",h=\"Size4-Regular\"):\"(\"===e?(l=\"⎛\",p=\"⎜\",m=\"⎝\",h=\"Size4-Regular\"):\")\"===e?(l=\"⎞\",p=\"⎟\",m=\"⎠\",h=\"Size4-Regular\"):\"\\\\{\"===e||\"\\\\lbrace\"===e?(l=\"⎧\",d=\"⎨\",m=\"⎩\",p=\"⎪\",h=\"Size4-Regular\"):\"\\\\}\"===e||\"\\\\rbrace\"===e?(l=\"⎫\",d=\"⎬\",m=\"⎭\",p=\"⎪\",h=\"Size4-Regular\"):\"\\\\lgroup\"===e?(l=\"⎧\",m=\"⎩\",p=\"⎪\",h=\"Size4-Regular\"):\"\\\\rgroup\"===e?(l=\"⎫\",m=\"⎭\",p=\"⎪\",h=\"Size4-Regular\"):\"\\\\lmoustache\"===e?(l=\"⎧\",m=\"⎭\",p=\"⎪\",h=\"Size4-Regular\"):\"\\\\rmoustache\"===e?(l=\"⎫\",m=\"⎩\",p=\"⎪\",h=\"Size4-Regular\"):\"\\\\surd\"===e&&(l=\"\",m=\"⎷\",p=\"\",h=\"Size4-Regular\");var E=_(l,h),S=E.height+E.depth,b=_(p,h),f=b.height+b.depth,T=_(m,h),C=T.height+T.depth,v=0,y=1;if(null!==d){var R=_(d,h);v=R.height+R.depth,y=2}var N=S+C+v,O=Math.ceil((t-N)/(y*f)),A=N+O*y*f,I=s.metrics.axisHeight;n&&(I*=i.style.sizeMultiplier);var D,w=A/2-I,x=[];if(x.push(g(m,h,o)),null===d)for(D=0;D<O;D++)x.push(g(p,h,o));else{for(D=0;D<O;D++)x.push(g(p,h,o));for(x.push(g(d,h,o)),D=0;D<O;D++)x.push(g(p,h,o))}x.push(g(l,h,o));var M=r.makeVList(x,\"bottom\",w,i);return u(c([\"delimsizing\",\"mult\"],[M],i.getColor()),a.TEXT,i)},E=[\"(\",\")\",\"[\",\"\\\\lbrack\",\"]\",\"\\\\rbrack\",\"\\\\{\",\"\\\\lbrace\",\"\\\\}\",\"\\\\rbrace\",\"\\\\lfloor\",\"\\\\rfloor\",\"\\\\lceil\",\"\\\\rceil\",\"\\\\surd\"],S=[\"\\\\uparrow\",\"\\\\downarrow\",\"\\\\updownarrow\",\"\\\\Uparrow\",\"\\\\Downarrow\",\"\\\\Updownarrow\",\"|\",\"\\\\|\",\"\\\\vert\",\"\\\\Vert\",\"\\\\lvert\",\"\\\\rvert\",\"\\\\lVert\",\"\\\\rVert\",\"\\\\lgroup\",\"\\\\rgroup\",\"\\\\lmoustache\",\"\\\\rmoustache\"],b=[\"<\",\">\",\"\\\\langle\",\"\\\\rangle\",\"/\",\"\\\\backslash\",\"\\\\lt\",\"\\\\gt\"],f=[0,1.2,1.8,2.4,3],T=function(e,t,n,a){if(\"<\"===e||\"\\\\lt\"===e?e=\"\\\\langle\":\">\"!==e&&\"\\\\gt\"!==e||(e=\"\\\\rangle\"),l.contains(E,e)||l.contains(b,e))return m(e,t,!1,n,a);if(l.contains(S,e))return h(e,f[t],!1,n,a);throw new i(\"Illegal delimiter: '\"+e+\"'\")},C=[{type:\"small\",style:a.SCRIPTSCRIPT},{type:\"small\",style:a.SCRIPT},{type:\"small\",style:a.TEXT},{type:\"large\",size:1},{type:\"large\",size:2},{type:\"large\",size:3},{type:\"large\",size:4}],v=[{type:\"small\",style:a.SCRIPTSCRIPT},{type:\"small\",style:a.SCRIPT},{type:\"small\",style:a.TEXT},{type:\"stack\"}],y=[{type:\"small\",style:a.SCRIPTSCRIPT},{type:\"small\",style:a.SCRIPT},{type:\"small\",style:a.TEXT},{type:\"large\",size:1},{type:\"large\",size:2},{type:\"large\",size:3},{type:\"large\",size:4},{type:\"stack\"}],R=function(e){return\"small\"===e.type?\"Main-Regular\":\"large\"===e.type?\"Size\"+e.size+\"-Regular\":\"stack\"===e.type?\"Size4-Regular\":void 0},N=function(e,t,n,i){for(var a=Math.min(2,3-i.style.size),r=a;r<n.length;r++){if(\"stack\"===n[r].type)break;var s=_(e,R(n[r])),o=s.height+s.depth;if(\"small\"===n[r].type&&(o*=n[r].style.sizeMultiplier),o>t)return n[r]}return n[n.length-1]},O=function(e,t,n,i,a){var r;\"<\"===e||\"\\\\lt\"===e?e=\"\\\\langle\":\">\"!==e&&\"\\\\gt\"!==e||(e=\"\\\\rangle\"),r=l.contains(b,e)?C:l.contains(E,e)?y:v;var s=N(e,t,r,i);return\"small\"===s.type?p(e,s.style,n,i,a):\"large\"===s.type?m(e,s.size,n,i,a):\"stack\"===s.type?h(e,t,n,i,a):void 0},A=function(e,t,n,i,a){var r=s.metrics.axisHeight*i.style.sizeMultiplier,o=901,l=5/s.metrics.ptPerEm,c=Math.max(t-r,n+r),_=Math.max(c/500*o,2*c-l);return O(e,_,!0,i,a)};e.exports={sizedDelim:T,customSizedDelim:O,leftRightDelim:A}},eaab:function(e,t){function n(e){return{name:\"CMake\",aliases:[\"cmake.in\"],case_insensitive:!0,keywords:{keyword:\"break cmake_host_system_information cmake_minimum_required cmake_parse_arguments cmake_policy configure_file continue elseif else endforeach endfunction endif endmacro endwhile execute_process file find_file find_library find_package find_path find_program foreach function get_cmake_property get_directory_property get_filename_component get_property if include include_guard list macro mark_as_advanced math message option return separate_arguments set_directory_properties set_property set site_name string unset variable_watch while add_compile_definitions add_compile_options add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_link_options add_subdirectory add_test aux_source_directory build_command create_test_sourcelist define_property enable_language enable_testing export fltk_wrap_ui get_source_file_property get_target_property get_test_property include_directories include_external_msproject include_regular_expression install link_directories link_libraries load_cache project qt_wrap_cpp qt_wrap_ui remove_definitions set_source_files_properties set_target_properties set_tests_properties source_group target_compile_definitions target_compile_features target_compile_options target_include_directories target_link_directories target_link_libraries target_link_options target_sources try_compile try_run ctest_build ctest_configure ctest_coverage ctest_empty_binary_directory ctest_memcheck ctest_read_custom_files ctest_run_script ctest_sleep ctest_start ctest_submit ctest_test ctest_update ctest_upload build_name exec_program export_library_dependencies install_files install_programs install_targets load_command make_directory output_required_files remove subdir_depends subdirs use_mangled_mesa utility_source variable_requires write_file qt5_use_modules qt5_use_package qt5_wrap_cpp on off true false and or not command policy target test exists is_newer_than is_directory is_symlink is_absolute matches less greater equal less_equal greater_equal strless strgreater strequal strless_equal strgreater_equal version_less version_greater version_equal version_less_equal version_greater_equal in_list defined\"},contains:[{className:\"variable\",begin:/\\$\\{/,end:/\\}/},e.HASH_COMMENT_MODE,e.QUOTE_STRING_MODE,e.NUMBER_MODE]}}e.exports=n},eac52:function(e,t,n){var i=n(\"6f36\"),a=function(e,t){var n=new i(e,t);return n.parse()};e.exports=a},ecfe:function(e,t){function n(e){const t=\"\\\\[=*\\\\[\",n=\"\\\\]=*\\\\]\",i={begin:t,end:n,contains:[\"self\"]},a=[e.COMMENT(\"--(?!\"+t+\")\",\"$\"),e.COMMENT(\"--\"+t,n,{contains:[i],relevance:10})];return{name:\"Lua\",keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:\"true false nil\",keyword:\"and break do else elseif end for goto if in local not or repeat return then until while\",built_in:\"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove\"},contains:a.concat([{className:\"function\",beginKeywords:\"function\",end:\"\\\\)\",contains:[e.inherit(e.TITLE_MODE,{begin:\"([_a-zA-Z]\\\\w*\\\\.)*([_a-zA-Z]\\\\w*:)?[_a-zA-Z]\\\\w*\"}),{className:\"params\",begin:\"\\\\(\",endsWithParent:!0,contains:a}].concat(a)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:\"string\",begin:t,end:n,contains:[i],relevance:5}])}}e.exports=n},edd0:function(e,t,n){var i=n(\"13d2\"),a=n(\"9bf2\");e.exports=function(e,t,n){return n.get&&i(n.get,t,{getter:!0}),n.set&&i(n.set,t,{setter:!0}),a.f(e,t,n)}},ee3e:function(e,t,n){\"use strict\";const i=\"@[]()\".split(\"\"),a=i.map(e=>e.charCodeAt(0));function r(e,t,n,i){let a=null,r=i.line,s=e.src.indexOf(n,i.pos);if(-1===s)return!1;a=e.eMarks[i.line];while(s>=a)if(++r,a=e.eMarks[r],r>=t)return!1;return i.prevPos=i.pos,i.pos=s,i.line=r,!0}function s(e,t,n,i){let s=e.bMarks[t]+e.tShift[t],o=e.eMarks[t],l={line:t,pos:s};if(0!==t){let n=e.bMarks[t-1]+e.tShift[t-1],i=e.eMarks[t-1];if(i>n)return!1}if(o-s<2)return!1;if(a[0]!==e.src.charCodeAt(l.pos++))return!1;if(a[1]!==e.src.charCodeAt(l.pos++))return!1;if(!r(e,n,\"]\",l))return!1;let c=e.src.substr(l.prevPos,l.pos-l.prevPos).trim().toLowerCase();++l.pos;let _=this.services[c];if(!_)return!1;if(a[3]!==e.src.charCodeAt(l.pos++))return!1;if(!r(e,n,\")\",l))return!1;let d=e.src.substr(l.prevPos,l.pos-l.prevPos).trim();++l.pos,o=e.eMarks[l.line];let u=e.src.substr(l.pos,o-l.pos).trim();if(\"\"!==u)return!1;if(n!==l.line+1){let t=e.bMarks[l.line+1]+e.tShift[l.line+1],n=e.eMarks[l.line+1];if(n>t)return!1}if(l.line>=n)return!1;if(!i){let n=e.push(\"video\",\"div\",0);n.markup=e.src.slice(s,l.pos),n.block=!0,n.info={serviceName:c,service:_,videoReference:d,videoID:_.extractVideoID(d)},n.map=[t,l.line+1],e.line=l.line+1}return!0}e.exports=s},ee6c:function(e,t){function n(e){return{name:\"OCaml\",aliases:[\"ml\"],keywords:{$pattern:\"[a-z_]\\\\w*!?\",keyword:\"and as assert asr begin class constraint do done downto else end exception external for fun function functor if in include inherit! inherit initializer land lazy let lor lsl lsr lxor match method!|10 method mod module mutable new object of open! open or private rec sig struct then to try type val! val virtual when while with parser value\",built_in:\"array bool bytes char exn|5 float int int32 int64 list lazy_t|5 nativeint|5 string unit in_channel out_channel ref\",literal:\"true false\"},illegal:/\\/\\/|>>/,contains:[{className:\"literal\",begin:\"\\\\[(\\\\|\\\\|)?\\\\]|\\\\(\\\\)\",relevance:0},e.COMMENT(\"\\\\(\\\\*\",\"\\\\*\\\\)\",{contains:[\"self\"]}),{className:\"symbol\",begin:\"'[A-Za-z_](?!')[\\\\w']*\"},{className:\"type\",begin:\"`[A-Z][\\\\w']*\"},{className:\"type\",begin:\"\\\\b[A-Z][\\\\w']*\",relevance:0},{begin:\"[a-z_]\\\\w*'[\\\\w']*\",relevance:0},e.inherit(e.APOS_STRING_MODE,{className:\"string\",relevance:0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null}),{className:\"number\",begin:\"\\\\b(0[xX][a-fA-F0-9_]+[Lln]?|0[oO][0-7_]+[Lln]?|0[bB][01_]+[Lln]?|[0-9][0-9_]*([Lln]|(\\\\.[0-9_]*)?([eE][-+]?[0-9_]+)?)?)\",relevance:0},{begin:/->/}]}}e.exports=n},ee8c:function(e,t){const n=e=>({IMPORTANT:{scope:\"meta\",begin:\"!important\"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:\"number\",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\\b/},FUNCTION_DISPATCH:{className:\"built_in\",begin:/[\\w-]+(?=\\()/},ATTRIBUTE_SELECTOR_MODE:{scope:\"selector-attr\",begin:/\\[/,end:/\\]/,illegal:\"$\",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:\"number\",begin:e.NUMBER_RE+\"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?\",relevance:0},CSS_VARIABLE:{className:\"attr\",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),i=[\"a\",\"abbr\",\"address\",\"article\",\"aside\",\"audio\",\"b\",\"blockquote\",\"body\",\"button\",\"canvas\",\"caption\",\"cite\",\"code\",\"dd\",\"del\",\"details\",\"dfn\",\"div\",\"dl\",\"dt\",\"em\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"header\",\"hgroup\",\"html\",\"i\",\"iframe\",\"img\",\"input\",\"ins\",\"kbd\",\"label\",\"legend\",\"li\",\"main\",\"mark\",\"menu\",\"nav\",\"object\",\"ol\",\"p\",\"q\",\"quote\",\"samp\",\"section\",\"span\",\"strong\",\"summary\",\"sup\",\"table\",\"tbody\",\"td\",\"textarea\",\"tfoot\",\"th\",\"thead\",\"time\",\"tr\",\"ul\",\"var\",\"video\"],a=[\"any-hover\",\"any-pointer\",\"aspect-ratio\",\"color\",\"color-gamut\",\"color-index\",\"device-aspect-ratio\",\"device-height\",\"device-width\",\"display-mode\",\"forced-colors\",\"grid\",\"height\",\"hover\",\"inverted-colors\",\"monochrome\",\"orientation\",\"overflow-block\",\"overflow-inline\",\"pointer\",\"prefers-color-scheme\",\"prefers-contrast\",\"prefers-reduced-motion\",\"prefers-reduced-transparency\",\"resolution\",\"scan\",\"scripting\",\"update\",\"width\",\"min-width\",\"max-width\",\"min-height\",\"max-height\"],r=[\"active\",\"any-link\",\"blank\",\"checked\",\"current\",\"default\",\"defined\",\"dir\",\"disabled\",\"drop\",\"empty\",\"enabled\",\"first\",\"first-child\",\"first-of-type\",\"fullscreen\",\"future\",\"focus\",\"focus-visible\",\"focus-within\",\"has\",\"host\",\"host-context\",\"hover\",\"indeterminate\",\"in-range\",\"invalid\",\"is\",\"lang\",\"last-child\",\"last-of-type\",\"left\",\"link\",\"local-link\",\"not\",\"nth-child\",\"nth-col\",\"nth-last-child\",\"nth-last-col\",\"nth-last-of-type\",\"nth-of-type\",\"only-child\",\"only-of-type\",\"optional\",\"out-of-range\",\"past\",\"placeholder-shown\",\"read-only\",\"read-write\",\"required\",\"right\",\"root\",\"scope\",\"target\",\"target-within\",\"user-invalid\",\"valid\",\"visited\",\"where\"],s=[\"after\",\"backdrop\",\"before\",\"cue\",\"cue-region\",\"first-letter\",\"first-line\",\"grammar-error\",\"marker\",\"part\",\"placeholder\",\"selection\",\"slotted\",\"spelling-error\"],o=[\"align-content\",\"align-items\",\"align-self\",\"all\",\"animation\",\"animation-delay\",\"animation-direction\",\"animation-duration\",\"animation-fill-mode\",\"animation-iteration-count\",\"animation-name\",\"animation-play-state\",\"animation-timing-function\",\"backface-visibility\",\"background\",\"background-attachment\",\"background-blend-mode\",\"background-clip\",\"background-color\",\"background-image\",\"background-origin\",\"background-position\",\"background-repeat\",\"background-size\",\"block-size\",\"border\",\"border-block\",\"border-block-color\",\"border-block-end\",\"border-block-end-color\",\"border-block-end-style\",\"border-block-end-width\",\"border-block-start\",\"border-block-start-color\",\"border-block-start-style\",\"border-block-start-width\",\"border-block-style\",\"border-block-width\",\"border-bottom\",\"border-bottom-color\",\"border-bottom-left-radius\",\"border-bottom-right-radius\",\"border-bottom-style\",\"border-bottom-width\",\"border-collapse\",\"border-color\",\"border-image\",\"border-image-outset\",\"border-image-repeat\",\"border-image-slice\",\"border-image-source\",\"border-image-width\",\"border-inline\",\"border-inline-color\",\"border-inline-end\",\"border-inline-end-color\",\"border-inline-end-style\",\"border-inline-end-width\",\"border-inline-start\",\"border-inline-start-color\",\"border-inline-start-style\",\"border-inline-start-width\",\"border-inline-style\",\"border-inline-width\",\"border-left\",\"border-left-color\",\"border-left-style\",\"border-left-width\",\"border-radius\",\"border-right\",\"border-right-color\",\"border-right-style\",\"border-right-width\",\"border-spacing\",\"border-style\",\"border-top\",\"border-top-color\",\"border-top-left-radius\",\"border-top-right-radius\",\"border-top-style\",\"border-top-width\",\"border-width\",\"bottom\",\"box-decoration-break\",\"box-shadow\",\"box-sizing\",\"break-after\",\"break-before\",\"break-inside\",\"caption-side\",\"caret-color\",\"clear\",\"clip\",\"clip-path\",\"clip-rule\",\"color\",\"column-count\",\"column-fill\",\"column-gap\",\"column-rule\",\"column-rule-color\",\"column-rule-style\",\"column-rule-width\",\"column-span\",\"column-width\",\"columns\",\"contain\",\"content\",\"content-visibility\",\"counter-increment\",\"counter-reset\",\"cue\",\"cue-after\",\"cue-before\",\"cursor\",\"direction\",\"display\",\"empty-cells\",\"filter\",\"flex\",\"flex-basis\",\"flex-direction\",\"flex-flow\",\"flex-grow\",\"flex-shrink\",\"flex-wrap\",\"float\",\"flow\",\"font\",\"font-display\",\"font-family\",\"font-feature-settings\",\"font-kerning\",\"font-language-override\",\"font-size\",\"font-size-adjust\",\"font-smoothing\",\"font-stretch\",\"font-style\",\"font-synthesis\",\"font-variant\",\"font-variant-caps\",\"font-variant-east-asian\",\"font-variant-ligatures\",\"font-variant-numeric\",\"font-variant-position\",\"font-variation-settings\",\"font-weight\",\"gap\",\"glyph-orientation-vertical\",\"grid\",\"grid-area\",\"grid-auto-columns\",\"grid-auto-flow\",\"grid-auto-rows\",\"grid-column\",\"grid-column-end\",\"grid-column-start\",\"grid-gap\",\"grid-row\",\"grid-row-end\",\"grid-row-start\",\"grid-template\",\"grid-template-areas\",\"grid-template-columns\",\"grid-template-rows\",\"hanging-punctuation\",\"height\",\"hyphens\",\"icon\",\"image-orientation\",\"image-rendering\",\"image-resolution\",\"ime-mode\",\"inline-size\",\"isolation\",\"justify-content\",\"left\",\"letter-spacing\",\"line-break\",\"line-height\",\"list-style\",\"list-style-image\",\"list-style-position\",\"list-style-type\",\"margin\",\"margin-block\",\"margin-block-end\",\"margin-block-start\",\"margin-bottom\",\"margin-inline\",\"margin-inline-end\",\"margin-inline-start\",\"margin-left\",\"margin-right\",\"margin-top\",\"marks\",\"mask\",\"mask-border\",\"mask-border-mode\",\"mask-border-outset\",\"mask-border-repeat\",\"mask-border-slice\",\"mask-border-source\",\"mask-border-width\",\"mask-clip\",\"mask-composite\",\"mask-image\",\"mask-mode\",\"mask-origin\",\"mask-position\",\"mask-repeat\",\"mask-size\",\"mask-type\",\"max-block-size\",\"max-height\",\"max-inline-size\",\"max-width\",\"min-block-size\",\"min-height\",\"min-inline-size\",\"min-width\",\"mix-blend-mode\",\"nav-down\",\"nav-index\",\"nav-left\",\"nav-right\",\"nav-up\",\"none\",\"normal\",\"object-fit\",\"object-position\",\"opacity\",\"order\",\"orphans\",\"outline\",\"outline-color\",\"outline-offset\",\"outline-style\",\"outline-width\",\"overflow\",\"overflow-wrap\",\"overflow-x\",\"overflow-y\",\"padding\",\"padding-block\",\"padding-block-end\",\"padding-block-start\",\"padding-bottom\",\"padding-inline\",\"padding-inline-end\",\"padding-inline-start\",\"padding-left\",\"padding-right\",\"padding-top\",\"page-break-after\",\"page-break-before\",\"page-break-inside\",\"pause\",\"pause-after\",\"pause-before\",\"perspective\",\"perspective-origin\",\"pointer-events\",\"position\",\"quotes\",\"resize\",\"rest\",\"rest-after\",\"rest-before\",\"right\",\"row-gap\",\"scroll-margin\",\"scroll-margin-block\",\"scroll-margin-block-end\",\"scroll-margin-block-start\",\"scroll-margin-bottom\",\"scroll-margin-inline\",\"scroll-margin-inline-end\",\"scroll-margin-inline-start\",\"scroll-margin-left\",\"scroll-margin-right\",\"scroll-margin-top\",\"scroll-padding\",\"scroll-padding-block\",\"scroll-padding-block-end\",\"scroll-padding-block-start\",\"scroll-padding-bottom\",\"scroll-padding-inline\",\"scroll-padding-inline-end\",\"scroll-padding-inline-start\",\"scroll-padding-left\",\"scroll-padding-right\",\"scroll-padding-top\",\"scroll-snap-align\",\"scroll-snap-stop\",\"scroll-snap-type\",\"scrollbar-color\",\"scrollbar-gutter\",\"scrollbar-width\",\"shape-image-threshold\",\"shape-margin\",\"shape-outside\",\"speak\",\"speak-as\",\"src\",\"tab-size\",\"table-layout\",\"text-align\",\"text-align-all\",\"text-align-last\",\"text-combine-upright\",\"text-decoration\",\"text-decoration-color\",\"text-decoration-line\",\"text-decoration-style\",\"text-emphasis\",\"text-emphasis-color\",\"text-emphasis-position\",\"text-emphasis-style\",\"text-indent\",\"text-justify\",\"text-orientation\",\"text-overflow\",\"text-rendering\",\"text-shadow\",\"text-transform\",\"text-underline-position\",\"top\",\"transform\",\"transform-box\",\"transform-origin\",\"transform-style\",\"transition\",\"transition-delay\",\"transition-duration\",\"transition-property\",\"transition-timing-function\",\"unicode-bidi\",\"vertical-align\",\"visibility\",\"voice-balance\",\"voice-duration\",\"voice-family\",\"voice-pitch\",\"voice-range\",\"voice-rate\",\"voice-stress\",\"voice-volume\",\"white-space\",\"widows\",\"width\",\"will-change\",\"word-break\",\"word-spacing\",\"word-wrap\",\"writing-mode\",\"z-index\"].reverse();function l(e){const t=e.regex,l=n(e),c={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},_=\"and or not only\",d=/@-?\\w[\\w]*(-\\w+)*/,u=\"[a-zA-Z-][a-zA-Z0-9_-]*\",p=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:\"CSS\",case_insensitive:!0,illegal:/[=|'\\$]/,keywords:{keyframePosition:\"from to\"},classNameAliases:{keyframePosition:\"selector-tag\"},contains:[l.BLOCK_COMMENT,c,l.CSS_NUMBER_MODE,{className:\"selector-id\",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:\"selector-class\",begin:\"\\\\.\"+u,relevance:0},l.ATTRIBUTE_SELECTOR_MODE,{className:\"selector-pseudo\",variants:[{begin:\":(\"+r.join(\"|\")+\")\"},{begin:\":(:)?(\"+s.join(\"|\")+\")\"}]},l.CSS_VARIABLE,{className:\"attribute\",begin:\"\\\\b(\"+o.join(\"|\")+\")\\\\b\"},{begin:/:/,end:/[;}{]/,contains:[l.BLOCK_COMMENT,l.HEXCOLOR,l.IMPORTANT,l.CSS_NUMBER_MODE,...p,{begin:/(url|data-uri)\\(/,end:/\\)/,relevance:0,keywords:{built_in:\"url data-uri\"},contains:[...p,{className:\"string\",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},l.FUNCTION_DISPATCH]},{begin:t.lookahead(/@/),end:\"[{;]\",relevance:0,illegal:/:/,contains:[{className:\"keyword\",begin:d},{begin:/\\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:_,attribute:a.join(\" \")},contains:[{begin:/[a-z-]+(?=:)/,className:\"attribute\"},...p,l.CSS_NUMBER_MODE]}]},{className:\"selector-tag\",begin:\"\\\\b(\"+i.join(\"|\")+\")\\\\b\"}]}}e.exports=l},ef7a:function(e,t){const n=[\"AASTriangle\",\"AbelianGroup\",\"Abort\",\"AbortKernels\",\"AbortProtect\",\"AbortScheduledTask\",\"Above\",\"Abs\",\"AbsArg\",\"AbsArgPlot\",\"Absolute\",\"AbsoluteCorrelation\",\"AbsoluteCorrelationFunction\",\"AbsoluteCurrentValue\",\"AbsoluteDashing\",\"AbsoluteFileName\",\"AbsoluteOptions\",\"AbsolutePointSize\",\"AbsoluteThickness\",\"AbsoluteTime\",\"AbsoluteTiming\",\"AcceptanceThreshold\",\"AccountingForm\",\"Accumulate\",\"Accuracy\",\"AccuracyGoal\",\"ActionDelay\",\"ActionMenu\",\"ActionMenuBox\",\"ActionMenuBoxOptions\",\"Activate\",\"Active\",\"ActiveClassification\",\"ActiveClassificationObject\",\"ActiveItem\",\"ActivePrediction\",\"ActivePredictionObject\",\"ActiveStyle\",\"AcyclicGraphQ\",\"AddOnHelpPath\",\"AddSides\",\"AddTo\",\"AddToSearchIndex\",\"AddUsers\",\"AdjacencyGraph\",\"AdjacencyList\",\"AdjacencyMatrix\",\"AdjacentMeshCells\",\"AdjustmentBox\",\"AdjustmentBoxOptions\",\"AdjustTimeSeriesForecast\",\"AdministrativeDivisionData\",\"AffineHalfSpace\",\"AffineSpace\",\"AffineStateSpaceModel\",\"AffineTransform\",\"After\",\"AggregatedEntityClass\",\"AggregationLayer\",\"AircraftData\",\"AirportData\",\"AirPressureData\",\"AirTemperatureData\",\"AiryAi\",\"AiryAiPrime\",\"AiryAiZero\",\"AiryBi\",\"AiryBiPrime\",\"AiryBiZero\",\"AlgebraicIntegerQ\",\"AlgebraicNumber\",\"AlgebraicNumberDenominator\",\"AlgebraicNumberNorm\",\"AlgebraicNumberPolynomial\",\"AlgebraicNumberTrace\",\"AlgebraicRules\",\"AlgebraicRulesData\",\"Algebraics\",\"AlgebraicUnitQ\",\"Alignment\",\"AlignmentMarker\",\"AlignmentPoint\",\"All\",\"AllowAdultContent\",\"AllowedCloudExtraParameters\",\"AllowedCloudParameterExtensions\",\"AllowedDimensions\",\"AllowedFrequencyRange\",\"AllowedHeads\",\"AllowGroupClose\",\"AllowIncomplete\",\"AllowInlineCells\",\"AllowKernelInitialization\",\"AllowLooseGrammar\",\"AllowReverseGroupClose\",\"AllowScriptLevelChange\",\"AllowVersionUpdate\",\"AllTrue\",\"Alphabet\",\"AlphabeticOrder\",\"AlphabeticSort\",\"AlphaChannel\",\"AlternateImage\",\"AlternatingFactorial\",\"AlternatingGroup\",\"AlternativeHypothesis\",\"Alternatives\",\"AltitudeMethod\",\"AmbientLight\",\"AmbiguityFunction\",\"AmbiguityList\",\"Analytic\",\"AnatomyData\",\"AnatomyForm\",\"AnatomyPlot3D\",\"AnatomySkinStyle\",\"AnatomyStyling\",\"AnchoredSearch\",\"And\",\"AndersonDarlingTest\",\"AngerJ\",\"AngleBisector\",\"AngleBracket\",\"AnglePath\",\"AnglePath3D\",\"AngleVector\",\"AngularGauge\",\"Animate\",\"AnimationCycleOffset\",\"AnimationCycleRepetitions\",\"AnimationDirection\",\"AnimationDisplayTime\",\"AnimationRate\",\"AnimationRepetitions\",\"AnimationRunning\",\"AnimationRunTime\",\"AnimationTimeIndex\",\"Animator\",\"AnimatorBox\",\"AnimatorBoxOptions\",\"AnimatorElements\",\"Annotate\",\"Annotation\",\"AnnotationDelete\",\"AnnotationKeys\",\"AnnotationRules\",\"AnnotationValue\",\"Annuity\",\"AnnuityDue\",\"Annulus\",\"AnomalyDetection\",\"AnomalyDetector\",\"AnomalyDetectorFunction\",\"Anonymous\",\"Antialiasing\",\"AntihermitianMatrixQ\",\"Antisymmetric\",\"AntisymmetricMatrixQ\",\"Antonyms\",\"AnyOrder\",\"AnySubset\",\"AnyTrue\",\"Apart\",\"ApartSquareFree\",\"APIFunction\",\"Appearance\",\"AppearanceElements\",\"AppearanceRules\",\"AppellF1\",\"Append\",\"AppendCheck\",\"AppendLayer\",\"AppendTo\",\"Apply\",\"ApplySides\",\"ArcCos\",\"ArcCosh\",\"ArcCot\",\"ArcCoth\",\"ArcCsc\",\"ArcCsch\",\"ArcCurvature\",\"ARCHProcess\",\"ArcLength\",\"ArcSec\",\"ArcSech\",\"ArcSin\",\"ArcSinDistribution\",\"ArcSinh\",\"ArcTan\",\"ArcTanh\",\"Area\",\"Arg\",\"ArgMax\",\"ArgMin\",\"ArgumentCountQ\",\"ARIMAProcess\",\"ArithmeticGeometricMean\",\"ARMAProcess\",\"Around\",\"AroundReplace\",\"ARProcess\",\"Array\",\"ArrayComponents\",\"ArrayDepth\",\"ArrayFilter\",\"ArrayFlatten\",\"ArrayMesh\",\"ArrayPad\",\"ArrayPlot\",\"ArrayQ\",\"ArrayResample\",\"ArrayReshape\",\"ArrayRules\",\"Arrays\",\"Arrow\",\"Arrow3DBox\",\"ArrowBox\",\"Arrowheads\",\"ASATriangle\",\"Ask\",\"AskAppend\",\"AskConfirm\",\"AskDisplay\",\"AskedQ\",\"AskedValue\",\"AskFunction\",\"AskState\",\"AskTemplateDisplay\",\"AspectRatio\",\"AspectRatioFixed\",\"Assert\",\"AssociateTo\",\"Association\",\"AssociationFormat\",\"AssociationMap\",\"AssociationQ\",\"AssociationThread\",\"AssumeDeterministic\",\"Assuming\",\"Assumptions\",\"AstronomicalData\",\"Asymptotic\",\"AsymptoticDSolveValue\",\"AsymptoticEqual\",\"AsymptoticEquivalent\",\"AsymptoticGreater\",\"AsymptoticGreaterEqual\",\"AsymptoticIntegrate\",\"AsymptoticLess\",\"AsymptoticLessEqual\",\"AsymptoticOutputTracker\",\"AsymptoticProduct\",\"AsymptoticRSolveValue\",\"AsymptoticSolve\",\"AsymptoticSum\",\"Asynchronous\",\"AsynchronousTaskObject\",\"AsynchronousTasks\",\"Atom\",\"AtomCoordinates\",\"AtomCount\",\"AtomDiagramCoordinates\",\"AtomList\",\"AtomQ\",\"AttentionLayer\",\"Attributes\",\"Audio\",\"AudioAmplify\",\"AudioAnnotate\",\"AudioAnnotationLookup\",\"AudioBlockMap\",\"AudioCapture\",\"AudioChannelAssignment\",\"AudioChannelCombine\",\"AudioChannelMix\",\"AudioChannels\",\"AudioChannelSeparate\",\"AudioData\",\"AudioDelay\",\"AudioDelete\",\"AudioDevice\",\"AudioDistance\",\"AudioEncoding\",\"AudioFade\",\"AudioFrequencyShift\",\"AudioGenerator\",\"AudioIdentify\",\"AudioInputDevice\",\"AudioInsert\",\"AudioInstanceQ\",\"AudioIntervals\",\"AudioJoin\",\"AudioLabel\",\"AudioLength\",\"AudioLocalMeasurements\",\"AudioLooping\",\"AudioLoudness\",\"AudioMeasurements\",\"AudioNormalize\",\"AudioOutputDevice\",\"AudioOverlay\",\"AudioPad\",\"AudioPan\",\"AudioPartition\",\"AudioPause\",\"AudioPitchShift\",\"AudioPlay\",\"AudioPlot\",\"AudioQ\",\"AudioRecord\",\"AudioReplace\",\"AudioResample\",\"AudioReverb\",\"AudioReverse\",\"AudioSampleRate\",\"AudioSpectralMap\",\"AudioSpectralTransformation\",\"AudioSplit\",\"AudioStop\",\"AudioStream\",\"AudioStreams\",\"AudioTimeStretch\",\"AudioTracks\",\"AudioTrim\",\"AudioType\",\"AugmentedPolyhedron\",\"AugmentedSymmetricPolynomial\",\"Authenticate\",\"Authentication\",\"AuthenticationDialog\",\"AutoAction\",\"Autocomplete\",\"AutocompletionFunction\",\"AutoCopy\",\"AutocorrelationTest\",\"AutoDelete\",\"AutoEvaluateEvents\",\"AutoGeneratedPackage\",\"AutoIndent\",\"AutoIndentSpacings\",\"AutoItalicWords\",\"AutoloadPath\",\"AutoMatch\",\"Automatic\",\"AutomaticImageSize\",\"AutoMultiplicationSymbol\",\"AutoNumberFormatting\",\"AutoOpenNotebooks\",\"AutoOpenPalettes\",\"AutoQuoteCharacters\",\"AutoRefreshed\",\"AutoRemove\",\"AutorunSequencing\",\"AutoScaling\",\"AutoScroll\",\"AutoSpacing\",\"AutoStyleOptions\",\"AutoStyleWords\",\"AutoSubmitting\",\"Axes\",\"AxesEdge\",\"AxesLabel\",\"AxesOrigin\",\"AxesStyle\",\"AxiomaticTheory\",\"Axis\",\"BabyMonsterGroupB\",\"Back\",\"Background\",\"BackgroundAppearance\",\"BackgroundTasksSettings\",\"Backslash\",\"Backsubstitution\",\"Backward\",\"Ball\",\"Band\",\"BandpassFilter\",\"BandstopFilter\",\"BarabasiAlbertGraphDistribution\",\"BarChart\",\"BarChart3D\",\"BarcodeImage\",\"BarcodeRecognize\",\"BaringhausHenzeTest\",\"BarLegend\",\"BarlowProschanImportance\",\"BarnesG\",\"BarOrigin\",\"BarSpacing\",\"BartlettHannWindow\",\"BartlettWindow\",\"BaseDecode\",\"BaseEncode\",\"BaseForm\",\"Baseline\",\"BaselinePosition\",\"BaseStyle\",\"BasicRecurrentLayer\",\"BatchNormalizationLayer\",\"BatchSize\",\"BatesDistribution\",\"BattleLemarieWavelet\",\"BayesianMaximization\",\"BayesianMaximizationObject\",\"BayesianMinimization\",\"BayesianMinimizationObject\",\"Because\",\"BeckmannDistribution\",\"Beep\",\"Before\",\"Begin\",\"BeginDialogPacket\",\"BeginFrontEndInteractionPacket\",\"BeginPackage\",\"BellB\",\"BellY\",\"Below\",\"BenfordDistribution\",\"BeniniDistribution\",\"BenktanderGibratDistribution\",\"BenktanderWeibullDistribution\",\"BernoulliB\",\"BernoulliDistribution\",\"BernoulliGraphDistribution\",\"BernoulliProcess\",\"BernsteinBasis\",\"BesselFilterModel\",\"BesselI\",\"BesselJ\",\"BesselJZero\",\"BesselK\",\"BesselY\",\"BesselYZero\",\"Beta\",\"BetaBinomialDistribution\",\"BetaDistribution\",\"BetaNegativeBinomialDistribution\",\"BetaPrimeDistribution\",\"BetaRegularized\",\"Between\",\"BetweennessCentrality\",\"BeveledPolyhedron\",\"BezierCurve\",\"BezierCurve3DBox\",\"BezierCurve3DBoxOptions\",\"BezierCurveBox\",\"BezierCurveBoxOptions\",\"BezierFunction\",\"BilateralFilter\",\"Binarize\",\"BinaryDeserialize\",\"BinaryDistance\",\"BinaryFormat\",\"BinaryImageQ\",\"BinaryRead\",\"BinaryReadList\",\"BinarySerialize\",\"BinaryWrite\",\"BinCounts\",\"BinLists\",\"Binomial\",\"BinomialDistribution\",\"BinomialProcess\",\"BinormalDistribution\",\"BiorthogonalSplineWavelet\",\"BipartiteGraphQ\",\"BiquadraticFilterModel\",\"BirnbaumImportance\",\"BirnbaumSaundersDistribution\",\"BitAnd\",\"BitClear\",\"BitGet\",\"BitLength\",\"BitNot\",\"BitOr\",\"BitSet\",\"BitShiftLeft\",\"BitShiftRight\",\"BitXor\",\"BiweightLocation\",\"BiweightMidvariance\",\"Black\",\"BlackmanHarrisWindow\",\"BlackmanNuttallWindow\",\"BlackmanWindow\",\"Blank\",\"BlankForm\",\"BlankNullSequence\",\"BlankSequence\",\"Blend\",\"Block\",\"BlockchainAddressData\",\"BlockchainBase\",\"BlockchainBlockData\",\"BlockchainContractValue\",\"BlockchainData\",\"BlockchainGet\",\"BlockchainKeyEncode\",\"BlockchainPut\",\"BlockchainTokenData\",\"BlockchainTransaction\",\"BlockchainTransactionData\",\"BlockchainTransactionSign\",\"BlockchainTransactionSubmit\",\"BlockMap\",\"BlockRandom\",\"BlomqvistBeta\",\"BlomqvistBetaTest\",\"Blue\",\"Blur\",\"BodePlot\",\"BohmanWindow\",\"Bold\",\"Bond\",\"BondCount\",\"BondList\",\"BondQ\",\"Bookmarks\",\"Boole\",\"BooleanConsecutiveFunction\",\"BooleanConvert\",\"BooleanCountingFunction\",\"BooleanFunction\",\"BooleanGraph\",\"BooleanMaxterms\",\"BooleanMinimize\",\"BooleanMinterms\",\"BooleanQ\",\"BooleanRegion\",\"Booleans\",\"BooleanStrings\",\"BooleanTable\",\"BooleanVariables\",\"BorderDimensions\",\"BorelTannerDistribution\",\"Bottom\",\"BottomHatTransform\",\"BoundaryDiscretizeGraphics\",\"BoundaryDiscretizeRegion\",\"BoundaryMesh\",\"BoundaryMeshRegion\",\"BoundaryMeshRegionQ\",\"BoundaryStyle\",\"BoundedRegionQ\",\"BoundingRegion\",\"Bounds\",\"Box\",\"BoxBaselineShift\",\"BoxData\",\"BoxDimensions\",\"Boxed\",\"Boxes\",\"BoxForm\",\"BoxFormFormatTypes\",\"BoxFrame\",\"BoxID\",\"BoxMargins\",\"BoxMatrix\",\"BoxObject\",\"BoxRatios\",\"BoxRotation\",\"BoxRotationPoint\",\"BoxStyle\",\"BoxWhiskerChart\",\"Bra\",\"BracketingBar\",\"BraKet\",\"BrayCurtisDistance\",\"BreadthFirstScan\",\"Break\",\"BridgeData\",\"BrightnessEqualize\",\"BroadcastStationData\",\"Brown\",\"BrownForsytheTest\",\"BrownianBridgeProcess\",\"BrowserCategory\",\"BSplineBasis\",\"BSplineCurve\",\"BSplineCurve3DBox\",\"BSplineCurve3DBoxOptions\",\"BSplineCurveBox\",\"BSplineCurveBoxOptions\",\"BSplineFunction\",\"BSplineSurface\",\"BSplineSurface3DBox\",\"BSplineSurface3DBoxOptions\",\"BubbleChart\",\"BubbleChart3D\",\"BubbleScale\",\"BubbleSizes\",\"BuildingData\",\"BulletGauge\",\"BusinessDayQ\",\"ButterflyGraph\",\"ButterworthFilterModel\",\"Button\",\"ButtonBar\",\"ButtonBox\",\"ButtonBoxOptions\",\"ButtonCell\",\"ButtonContents\",\"ButtonData\",\"ButtonEvaluator\",\"ButtonExpandable\",\"ButtonFrame\",\"ButtonFunction\",\"ButtonMargins\",\"ButtonMinHeight\",\"ButtonNote\",\"ButtonNotebook\",\"ButtonSource\",\"ButtonStyle\",\"ButtonStyleMenuListing\",\"Byte\",\"ByteArray\",\"ByteArrayFormat\",\"ByteArrayQ\",\"ByteArrayToString\",\"ByteCount\",\"ByteOrdering\",\"C\",\"CachedValue\",\"CacheGraphics\",\"CachePersistence\",\"CalendarConvert\",\"CalendarData\",\"CalendarType\",\"Callout\",\"CalloutMarker\",\"CalloutStyle\",\"CallPacket\",\"CanberraDistance\",\"Cancel\",\"CancelButton\",\"CandlestickChart\",\"CanonicalGraph\",\"CanonicalizePolygon\",\"CanonicalizePolyhedron\",\"CanonicalName\",\"CanonicalWarpingCorrespondence\",\"CanonicalWarpingDistance\",\"CantorMesh\",\"CantorStaircase\",\"Cap\",\"CapForm\",\"CapitalDifferentialD\",\"Capitalize\",\"CapsuleShape\",\"CaptureRunning\",\"CardinalBSplineBasis\",\"CarlemanLinearize\",\"CarmichaelLambda\",\"CaseOrdering\",\"Cases\",\"CaseSensitive\",\"Cashflow\",\"Casoratian\",\"Catalan\",\"CatalanNumber\",\"Catch\",\"CategoricalDistribution\",\"Catenate\",\"CatenateLayer\",\"CauchyDistribution\",\"CauchyWindow\",\"CayleyGraph\",\"CDF\",\"CDFDeploy\",\"CDFInformation\",\"CDFWavelet\",\"Ceiling\",\"CelestialSystem\",\"Cell\",\"CellAutoOverwrite\",\"CellBaseline\",\"CellBoundingBox\",\"CellBracketOptions\",\"CellChangeTimes\",\"CellContents\",\"CellContext\",\"CellDingbat\",\"CellDynamicExpression\",\"CellEditDuplicate\",\"CellElementsBoundingBox\",\"CellElementSpacings\",\"CellEpilog\",\"CellEvaluationDuplicate\",\"CellEvaluationFunction\",\"CellEvaluationLanguage\",\"CellEventActions\",\"CellFrame\",\"CellFrameColor\",\"CellFrameLabelMargins\",\"CellFrameLabels\",\"CellFrameMargins\",\"CellGroup\",\"CellGroupData\",\"CellGrouping\",\"CellGroupingRules\",\"CellHorizontalScrolling\",\"CellID\",\"CellLabel\",\"CellLabelAutoDelete\",\"CellLabelMargins\",\"CellLabelPositioning\",\"CellLabelStyle\",\"CellLabelTemplate\",\"CellMargins\",\"CellObject\",\"CellOpen\",\"CellPrint\",\"CellProlog\",\"Cells\",\"CellSize\",\"CellStyle\",\"CellTags\",\"CellularAutomaton\",\"CensoredDistribution\",\"Censoring\",\"Center\",\"CenterArray\",\"CenterDot\",\"CentralFeature\",\"CentralMoment\",\"CentralMomentGeneratingFunction\",\"Cepstrogram\",\"CepstrogramArray\",\"CepstrumArray\",\"CForm\",\"ChampernowneNumber\",\"ChangeOptions\",\"ChannelBase\",\"ChannelBrokerAction\",\"ChannelDatabin\",\"ChannelHistoryLength\",\"ChannelListen\",\"ChannelListener\",\"ChannelListeners\",\"ChannelListenerWait\",\"ChannelObject\",\"ChannelPreSendFunction\",\"ChannelReceiverFunction\",\"ChannelSend\",\"ChannelSubscribers\",\"ChanVeseBinarize\",\"Character\",\"CharacterCounts\",\"CharacterEncoding\",\"CharacterEncodingsPath\",\"CharacteristicFunction\",\"CharacteristicPolynomial\",\"CharacterName\",\"CharacterNormalize\",\"CharacterRange\",\"Characters\",\"ChartBaseStyle\",\"ChartElementData\",\"ChartElementDataFunction\",\"ChartElementFunction\",\"ChartElements\",\"ChartLabels\",\"ChartLayout\",\"ChartLegends\",\"ChartStyle\",\"Chebyshev1FilterModel\",\"Chebyshev2FilterModel\",\"ChebyshevDistance\",\"ChebyshevT\",\"ChebyshevU\",\"Check\",\"CheckAbort\",\"CheckAll\",\"Checkbox\",\"CheckboxBar\",\"CheckboxBox\",\"CheckboxBoxOptions\",\"ChemicalData\",\"ChessboardDistance\",\"ChiDistribution\",\"ChineseRemainder\",\"ChiSquareDistribution\",\"ChoiceButtons\",\"ChoiceDialog\",\"CholeskyDecomposition\",\"Chop\",\"ChromaticityPlot\",\"ChromaticityPlot3D\",\"ChromaticPolynomial\",\"Circle\",\"CircleBox\",\"CircleDot\",\"CircleMinus\",\"CirclePlus\",\"CirclePoints\",\"CircleThrough\",\"CircleTimes\",\"CirculantGraph\",\"CircularOrthogonalMatrixDistribution\",\"CircularQuaternionMatrixDistribution\",\"CircularRealMatrixDistribution\",\"CircularSymplecticMatrixDistribution\",\"CircularUnitaryMatrixDistribution\",\"Circumsphere\",\"CityData\",\"ClassifierFunction\",\"ClassifierInformation\",\"ClassifierMeasurements\",\"ClassifierMeasurementsObject\",\"Classify\",\"ClassPriors\",\"Clear\",\"ClearAll\",\"ClearAttributes\",\"ClearCookies\",\"ClearPermissions\",\"ClearSystemCache\",\"ClebschGordan\",\"ClickPane\",\"Clip\",\"ClipboardNotebook\",\"ClipFill\",\"ClippingStyle\",\"ClipPlanes\",\"ClipPlanesStyle\",\"ClipRange\",\"Clock\",\"ClockGauge\",\"ClockwiseContourIntegral\",\"Close\",\"Closed\",\"CloseKernels\",\"ClosenessCentrality\",\"Closing\",\"ClosingAutoSave\",\"ClosingEvent\",\"ClosingSaveDialog\",\"CloudAccountData\",\"CloudBase\",\"CloudConnect\",\"CloudConnections\",\"CloudDeploy\",\"CloudDirectory\",\"CloudDisconnect\",\"CloudEvaluate\",\"CloudExport\",\"CloudExpression\",\"CloudExpressions\",\"CloudFunction\",\"CloudGet\",\"CloudImport\",\"CloudLoggingData\",\"CloudObject\",\"CloudObjectInformation\",\"CloudObjectInformationData\",\"CloudObjectNameFormat\",\"CloudObjects\",\"CloudObjectURLType\",\"CloudPublish\",\"CloudPut\",\"CloudRenderingMethod\",\"CloudSave\",\"CloudShare\",\"CloudSubmit\",\"CloudSymbol\",\"CloudUnshare\",\"CloudUserID\",\"ClusterClassify\",\"ClusterDissimilarityFunction\",\"ClusteringComponents\",\"ClusteringTree\",\"CMYKColor\",\"Coarse\",\"CodeAssistOptions\",\"Coefficient\",\"CoefficientArrays\",\"CoefficientDomain\",\"CoefficientList\",\"CoefficientRules\",\"CoifletWavelet\",\"Collect\",\"Colon\",\"ColonForm\",\"ColorBalance\",\"ColorCombine\",\"ColorConvert\",\"ColorCoverage\",\"ColorData\",\"ColorDataFunction\",\"ColorDetect\",\"ColorDistance\",\"ColorFunction\",\"ColorFunctionScaling\",\"Colorize\",\"ColorNegate\",\"ColorOutput\",\"ColorProfileData\",\"ColorQ\",\"ColorQuantize\",\"ColorReplace\",\"ColorRules\",\"ColorSelectorSettings\",\"ColorSeparate\",\"ColorSetter\",\"ColorSetterBox\",\"ColorSetterBoxOptions\",\"ColorSlider\",\"ColorsNear\",\"ColorSpace\",\"ColorToneMapping\",\"Column\",\"ColumnAlignments\",\"ColumnBackgrounds\",\"ColumnForm\",\"ColumnLines\",\"ColumnsEqual\",\"ColumnSpacings\",\"ColumnWidths\",\"CombinedEntityClass\",\"CombinerFunction\",\"CometData\",\"CommonDefaultFormatTypes\",\"Commonest\",\"CommonestFilter\",\"CommonName\",\"CommonUnits\",\"CommunityBoundaryStyle\",\"CommunityGraphPlot\",\"CommunityLabels\",\"CommunityRegionStyle\",\"CompanyData\",\"CompatibleUnitQ\",\"CompilationOptions\",\"CompilationTarget\",\"Compile\",\"Compiled\",\"CompiledCodeFunction\",\"CompiledFunction\",\"CompilerOptions\",\"Complement\",\"ComplementedEntityClass\",\"CompleteGraph\",\"CompleteGraphQ\",\"CompleteKaryTree\",\"CompletionsListPacket\",\"Complex\",\"ComplexContourPlot\",\"Complexes\",\"ComplexExpand\",\"ComplexInfinity\",\"ComplexityFunction\",\"ComplexListPlot\",\"ComplexPlot\",\"ComplexPlot3D\",\"ComplexRegionPlot\",\"ComplexStreamPlot\",\"ComplexVectorPlot\",\"ComponentMeasurements\",\"ComponentwiseContextMenu\",\"Compose\",\"ComposeList\",\"ComposeSeries\",\"CompositeQ\",\"Composition\",\"CompoundElement\",\"CompoundExpression\",\"CompoundPoissonDistribution\",\"CompoundPoissonProcess\",\"CompoundRenewalProcess\",\"Compress\",\"CompressedData\",\"CompressionLevel\",\"ComputeUncertainty\",\"Condition\",\"ConditionalExpression\",\"Conditioned\",\"Cone\",\"ConeBox\",\"ConfidenceLevel\",\"ConfidenceRange\",\"ConfidenceTransform\",\"ConfigurationPath\",\"ConformAudio\",\"ConformImages\",\"Congruent\",\"ConicHullRegion\",\"ConicHullRegion3DBox\",\"ConicHullRegionBox\",\"ConicOptimization\",\"Conjugate\",\"ConjugateTranspose\",\"Conjunction\",\"Connect\",\"ConnectedComponents\",\"ConnectedGraphComponents\",\"ConnectedGraphQ\",\"ConnectedMeshComponents\",\"ConnectedMoleculeComponents\",\"ConnectedMoleculeQ\",\"ConnectionSettings\",\"ConnectLibraryCallbackFunction\",\"ConnectSystemModelComponents\",\"ConnesWindow\",\"ConoverTest\",\"ConsoleMessage\",\"ConsoleMessagePacket\",\"Constant\",\"ConstantArray\",\"ConstantArrayLayer\",\"ConstantImage\",\"ConstantPlusLayer\",\"ConstantRegionQ\",\"Constants\",\"ConstantTimesLayer\",\"ConstellationData\",\"ConstrainedMax\",\"ConstrainedMin\",\"Construct\",\"Containing\",\"ContainsAll\",\"ContainsAny\",\"ContainsExactly\",\"ContainsNone\",\"ContainsOnly\",\"ContentFieldOptions\",\"ContentLocationFunction\",\"ContentObject\",\"ContentPadding\",\"ContentsBoundingBox\",\"ContentSelectable\",\"ContentSize\",\"Context\",\"ContextMenu\",\"Contexts\",\"ContextToFileName\",\"Continuation\",\"Continue\",\"ContinuedFraction\",\"ContinuedFractionK\",\"ContinuousAction\",\"ContinuousMarkovProcess\",\"ContinuousTask\",\"ContinuousTimeModelQ\",\"ContinuousWaveletData\",\"ContinuousWaveletTransform\",\"ContourDetect\",\"ContourGraphics\",\"ContourIntegral\",\"ContourLabels\",\"ContourLines\",\"ContourPlot\",\"ContourPlot3D\",\"Contours\",\"ContourShading\",\"ContourSmoothing\",\"ContourStyle\",\"ContraharmonicMean\",\"ContrastiveLossLayer\",\"Control\",\"ControlActive\",\"ControlAlignment\",\"ControlGroupContentsBox\",\"ControllabilityGramian\",\"ControllabilityMatrix\",\"ControllableDecomposition\",\"ControllableModelQ\",\"ControllerDuration\",\"ControllerInformation\",\"ControllerInformationData\",\"ControllerLinking\",\"ControllerManipulate\",\"ControllerMethod\",\"ControllerPath\",\"ControllerState\",\"ControlPlacement\",\"ControlsRendering\",\"ControlType\",\"Convergents\",\"ConversionOptions\",\"ConversionRules\",\"ConvertToBitmapPacket\",\"ConvertToPostScript\",\"ConvertToPostScriptPacket\",\"ConvexHullMesh\",\"ConvexPolygonQ\",\"ConvexPolyhedronQ\",\"ConvolutionLayer\",\"Convolve\",\"ConwayGroupCo1\",\"ConwayGroupCo2\",\"ConwayGroupCo3\",\"CookieFunction\",\"Cookies\",\"CoordinateBoundingBox\",\"CoordinateBoundingBoxArray\",\"CoordinateBounds\",\"CoordinateBoundsArray\",\"CoordinateChartData\",\"CoordinatesToolOptions\",\"CoordinateTransform\",\"CoordinateTransformData\",\"CoprimeQ\",\"Coproduct\",\"CopulaDistribution\",\"Copyable\",\"CopyDatabin\",\"CopyDirectory\",\"CopyFile\",\"CopyTag\",\"CopyToClipboard\",\"CornerFilter\",\"CornerNeighbors\",\"Correlation\",\"CorrelationDistance\",\"CorrelationFunction\",\"CorrelationTest\",\"Cos\",\"Cosh\",\"CoshIntegral\",\"CosineDistance\",\"CosineWindow\",\"CosIntegral\",\"Cot\",\"Coth\",\"Count\",\"CountDistinct\",\"CountDistinctBy\",\"CounterAssignments\",\"CounterBox\",\"CounterBoxOptions\",\"CounterClockwiseContourIntegral\",\"CounterEvaluator\",\"CounterFunction\",\"CounterIncrements\",\"CounterStyle\",\"CounterStyleMenuListing\",\"CountRoots\",\"CountryData\",\"Counts\",\"CountsBy\",\"Covariance\",\"CovarianceEstimatorFunction\",\"CovarianceFunction\",\"CoxianDistribution\",\"CoxIngersollRossProcess\",\"CoxModel\",\"CoxModelFit\",\"CramerVonMisesTest\",\"CreateArchive\",\"CreateCellID\",\"CreateChannel\",\"CreateCloudExpression\",\"CreateDatabin\",\"CreateDataStructure\",\"CreateDataSystemModel\",\"CreateDialog\",\"CreateDirectory\",\"CreateDocument\",\"CreateFile\",\"CreateIntermediateDirectories\",\"CreateManagedLibraryExpression\",\"CreateNotebook\",\"CreatePacletArchive\",\"CreatePalette\",\"CreatePalettePacket\",\"CreatePermissionsGroup\",\"CreateScheduledTask\",\"CreateSearchIndex\",\"CreateSystemModel\",\"CreateTemporary\",\"CreateUUID\",\"CreateWindow\",\"CriterionFunction\",\"CriticalityFailureImportance\",\"CriticalitySuccessImportance\",\"CriticalSection\",\"Cross\",\"CrossEntropyLossLayer\",\"CrossingCount\",\"CrossingDetect\",\"CrossingPolygon\",\"CrossMatrix\",\"Csc\",\"Csch\",\"CTCLossLayer\",\"Cube\",\"CubeRoot\",\"Cubics\",\"Cuboid\",\"CuboidBox\",\"Cumulant\",\"CumulantGeneratingFunction\",\"Cup\",\"CupCap\",\"Curl\",\"CurlyDoubleQuote\",\"CurlyQuote\",\"CurrencyConvert\",\"CurrentDate\",\"CurrentImage\",\"CurrentlySpeakingPacket\",\"CurrentNotebookImage\",\"CurrentScreenImage\",\"CurrentValue\",\"Curry\",\"CurryApplied\",\"CurvatureFlowFilter\",\"CurveClosed\",\"Cyan\",\"CycleGraph\",\"CycleIndexPolynomial\",\"Cycles\",\"CyclicGroup\",\"Cyclotomic\",\"Cylinder\",\"CylinderBox\",\"CylindricalDecomposition\",\"D\",\"DagumDistribution\",\"DamData\",\"DamerauLevenshteinDistance\",\"DampingFactor\",\"Darker\",\"Dashed\",\"Dashing\",\"DatabaseConnect\",\"DatabaseDisconnect\",\"DatabaseReference\",\"Databin\",\"DatabinAdd\",\"DatabinRemove\",\"Databins\",\"DatabinUpload\",\"DataCompression\",\"DataDistribution\",\"DataRange\",\"DataReversed\",\"Dataset\",\"DatasetDisplayPanel\",\"DataStructure\",\"DataStructureQ\",\"Date\",\"DateBounds\",\"Dated\",\"DateDelimiters\",\"DateDifference\",\"DatedUnit\",\"DateFormat\",\"DateFunction\",\"DateHistogram\",\"DateInterval\",\"DateList\",\"DateListLogPlot\",\"DateListPlot\",\"DateListStepPlot\",\"DateObject\",\"DateObjectQ\",\"DateOverlapsQ\",\"DatePattern\",\"DatePlus\",\"DateRange\",\"DateReduction\",\"DateString\",\"DateTicksFormat\",\"DateValue\",\"DateWithinQ\",\"DaubechiesWavelet\",\"DavisDistribution\",\"DawsonF\",\"DayCount\",\"DayCountConvention\",\"DayHemisphere\",\"DaylightQ\",\"DayMatchQ\",\"DayName\",\"DayNightTerminator\",\"DayPlus\",\"DayRange\",\"DayRound\",\"DeBruijnGraph\",\"DeBruijnSequence\",\"Debug\",\"DebugTag\",\"Decapitalize\",\"Decimal\",\"DecimalForm\",\"DeclareKnownSymbols\",\"DeclarePackage\",\"Decompose\",\"DeconvolutionLayer\",\"Decrement\",\"Decrypt\",\"DecryptFile\",\"DedekindEta\",\"DeepSpaceProbeData\",\"Default\",\"DefaultAxesStyle\",\"DefaultBaseStyle\",\"DefaultBoxStyle\",\"DefaultButton\",\"DefaultColor\",\"DefaultControlPlacement\",\"DefaultDuplicateCellStyle\",\"DefaultDuration\",\"DefaultElement\",\"DefaultFaceGridsStyle\",\"DefaultFieldHintStyle\",\"DefaultFont\",\"DefaultFontProperties\",\"DefaultFormatType\",\"DefaultFormatTypeForStyle\",\"DefaultFrameStyle\",\"DefaultFrameTicksStyle\",\"DefaultGridLinesStyle\",\"DefaultInlineFormatType\",\"DefaultInputFormatType\",\"DefaultLabelStyle\",\"DefaultMenuStyle\",\"DefaultNaturalLanguage\",\"DefaultNewCellStyle\",\"DefaultNewInlineCellStyle\",\"DefaultNotebook\",\"DefaultOptions\",\"DefaultOutputFormatType\",\"DefaultPrintPrecision\",\"DefaultStyle\",\"DefaultStyleDefinitions\",\"DefaultTextFormatType\",\"DefaultTextInlineFormatType\",\"DefaultTicksStyle\",\"DefaultTooltipStyle\",\"DefaultValue\",\"DefaultValues\",\"Defer\",\"DefineExternal\",\"DefineInputStreamMethod\",\"DefineOutputStreamMethod\",\"DefineResourceFunction\",\"Definition\",\"Degree\",\"DegreeCentrality\",\"DegreeGraphDistribution\",\"DegreeLexicographic\",\"DegreeReverseLexicographic\",\"DEigensystem\",\"DEigenvalues\",\"Deinitialization\",\"Del\",\"DelaunayMesh\",\"Delayed\",\"Deletable\",\"Delete\",\"DeleteAnomalies\",\"DeleteBorderComponents\",\"DeleteCases\",\"DeleteChannel\",\"DeleteCloudExpression\",\"DeleteContents\",\"DeleteDirectory\",\"DeleteDuplicates\",\"DeleteDuplicatesBy\",\"DeleteFile\",\"DeleteMissing\",\"DeleteObject\",\"DeletePermissionsKey\",\"DeleteSearchIndex\",\"DeleteSmallComponents\",\"DeleteStopwords\",\"DeleteWithContents\",\"DeletionWarning\",\"DelimitedArray\",\"DelimitedSequence\",\"Delimiter\",\"DelimiterFlashTime\",\"DelimiterMatching\",\"Delimiters\",\"DeliveryFunction\",\"Dendrogram\",\"Denominator\",\"DensityGraphics\",\"DensityHistogram\",\"DensityPlot\",\"DensityPlot3D\",\"DependentVariables\",\"Deploy\",\"Deployed\",\"Depth\",\"DepthFirstScan\",\"Derivative\",\"DerivativeFilter\",\"DerivedKey\",\"DescriptorStateSpace\",\"DesignMatrix\",\"DestroyAfterEvaluation\",\"Det\",\"DeviceClose\",\"DeviceConfigure\",\"DeviceExecute\",\"DeviceExecuteAsynchronous\",\"DeviceObject\",\"DeviceOpen\",\"DeviceOpenQ\",\"DeviceRead\",\"DeviceReadBuffer\",\"DeviceReadLatest\",\"DeviceReadList\",\"DeviceReadTimeSeries\",\"Devices\",\"DeviceStreams\",\"DeviceWrite\",\"DeviceWriteBuffer\",\"DGaussianWavelet\",\"DiacriticalPositioning\",\"Diagonal\",\"DiagonalizableMatrixQ\",\"DiagonalMatrix\",\"DiagonalMatrixQ\",\"Dialog\",\"DialogIndent\",\"DialogInput\",\"DialogLevel\",\"DialogNotebook\",\"DialogProlog\",\"DialogReturn\",\"DialogSymbols\",\"Diamond\",\"DiamondMatrix\",\"DiceDissimilarity\",\"DictionaryLookup\",\"DictionaryWordQ\",\"DifferenceDelta\",\"DifferenceOrder\",\"DifferenceQuotient\",\"DifferenceRoot\",\"DifferenceRootReduce\",\"Differences\",\"DifferentialD\",\"DifferentialRoot\",\"DifferentialRootReduce\",\"DifferentiatorFilter\",\"DigitalSignature\",\"DigitBlock\",\"DigitBlockMinimum\",\"DigitCharacter\",\"DigitCount\",\"DigitQ\",\"DihedralAngle\",\"DihedralGroup\",\"Dilation\",\"DimensionalCombinations\",\"DimensionalMeshComponents\",\"DimensionReduce\",\"DimensionReducerFunction\",\"DimensionReduction\",\"Dimensions\",\"DiracComb\",\"DiracDelta\",\"DirectedEdge\",\"DirectedEdges\",\"DirectedGraph\",\"DirectedGraphQ\",\"DirectedInfinity\",\"Direction\",\"Directive\",\"Directory\",\"DirectoryName\",\"DirectoryQ\",\"DirectoryStack\",\"DirichletBeta\",\"DirichletCharacter\",\"DirichletCondition\",\"DirichletConvolve\",\"DirichletDistribution\",\"DirichletEta\",\"DirichletL\",\"DirichletLambda\",\"DirichletTransform\",\"DirichletWindow\",\"DisableConsolePrintPacket\",\"DisableFormatting\",\"DiscreteAsymptotic\",\"DiscreteChirpZTransform\",\"DiscreteConvolve\",\"DiscreteDelta\",\"DiscreteHadamardTransform\",\"DiscreteIndicator\",\"DiscreteLimit\",\"DiscreteLQEstimatorGains\",\"DiscreteLQRegulatorGains\",\"DiscreteLyapunovSolve\",\"DiscreteMarkovProcess\",\"DiscreteMaxLimit\",\"DiscreteMinLimit\",\"DiscretePlot\",\"DiscretePlot3D\",\"DiscreteRatio\",\"DiscreteRiccatiSolve\",\"DiscreteShift\",\"DiscreteTimeModelQ\",\"DiscreteUniformDistribution\",\"DiscreteVariables\",\"DiscreteWaveletData\",\"DiscreteWaveletPacketTransform\",\"DiscreteWaveletTransform\",\"DiscretizeGraphics\",\"DiscretizeRegion\",\"Discriminant\",\"DisjointQ\",\"Disjunction\",\"Disk\",\"DiskBox\",\"DiskMatrix\",\"DiskSegment\",\"Dispatch\",\"DispatchQ\",\"DispersionEstimatorFunction\",\"Display\",\"DisplayAllSteps\",\"DisplayEndPacket\",\"DisplayFlushImagePacket\",\"DisplayForm\",\"DisplayFunction\",\"DisplayPacket\",\"DisplayRules\",\"DisplaySetSizePacket\",\"DisplayString\",\"DisplayTemporary\",\"DisplayWith\",\"DisplayWithRef\",\"DisplayWithVariable\",\"DistanceFunction\",\"DistanceMatrix\",\"DistanceTransform\",\"Distribute\",\"Distributed\",\"DistributedContexts\",\"DistributeDefinitions\",\"DistributionChart\",\"DistributionDomain\",\"DistributionFitTest\",\"DistributionParameterAssumptions\",\"DistributionParameterQ\",\"Dithering\",\"Div\",\"Divergence\",\"Divide\",\"DivideBy\",\"Dividers\",\"DivideSides\",\"Divisible\",\"Divisors\",\"DivisorSigma\",\"DivisorSum\",\"DMSList\",\"DMSString\",\"Do\",\"DockedCells\",\"DocumentGenerator\",\"DocumentGeneratorInformation\",\"DocumentGeneratorInformationData\",\"DocumentGenerators\",\"DocumentNotebook\",\"DocumentWeightingRules\",\"Dodecahedron\",\"DomainRegistrationInformation\",\"DominantColors\",\"DOSTextFormat\",\"Dot\",\"DotDashed\",\"DotEqual\",\"DotLayer\",\"DotPlusLayer\",\"Dotted\",\"DoubleBracketingBar\",\"DoubleContourIntegral\",\"DoubleDownArrow\",\"DoubleLeftArrow\",\"DoubleLeftRightArrow\",\"DoubleLeftTee\",\"DoubleLongLeftArrow\",\"DoubleLongLeftRightArrow\",\"DoubleLongRightArrow\",\"DoubleRightArrow\",\"DoubleRightTee\",\"DoubleUpArrow\",\"DoubleUpDownArrow\",\"DoubleVerticalBar\",\"DoublyInfinite\",\"Down\",\"DownArrow\",\"DownArrowBar\",\"DownArrowUpArrow\",\"DownLeftRightVector\",\"DownLeftTeeVector\",\"DownLeftVector\",\"DownLeftVectorBar\",\"DownRightTeeVector\",\"DownRightVector\",\"DownRightVectorBar\",\"Downsample\",\"DownTee\",\"DownTeeArrow\",\"DownValues\",\"DragAndDrop\",\"DrawEdges\",\"DrawFrontFaces\",\"DrawHighlighted\",\"Drop\",\"DropoutLayer\",\"DSolve\",\"DSolveValue\",\"Dt\",\"DualLinearProgramming\",\"DualPolyhedron\",\"DualSystemsModel\",\"DumpGet\",\"DumpSave\",\"DuplicateFreeQ\",\"Duration\",\"Dynamic\",\"DynamicBox\",\"DynamicBoxOptions\",\"DynamicEvaluationTimeout\",\"DynamicGeoGraphics\",\"DynamicImage\",\"DynamicLocation\",\"DynamicModule\",\"DynamicModuleBox\",\"DynamicModuleBoxOptions\",\"DynamicModuleParent\",\"DynamicModuleValues\",\"DynamicName\",\"DynamicNamespace\",\"DynamicReference\",\"DynamicSetting\",\"DynamicUpdating\",\"DynamicWrapper\",\"DynamicWrapperBox\",\"DynamicWrapperBoxOptions\",\"E\",\"EarthImpactData\",\"EarthquakeData\",\"EccentricityCentrality\",\"Echo\",\"EchoFunction\",\"EclipseType\",\"EdgeAdd\",\"EdgeBetweennessCentrality\",\"EdgeCapacity\",\"EdgeCapForm\",\"EdgeColor\",\"EdgeConnectivity\",\"EdgeContract\",\"EdgeCost\",\"EdgeCount\",\"EdgeCoverQ\",\"EdgeCycleMatrix\",\"EdgeDashing\",\"EdgeDelete\",\"EdgeDetect\",\"EdgeForm\",\"EdgeIndex\",\"EdgeJoinForm\",\"EdgeLabeling\",\"EdgeLabels\",\"EdgeLabelStyle\",\"EdgeList\",\"EdgeOpacity\",\"EdgeQ\",\"EdgeRenderingFunction\",\"EdgeRules\",\"EdgeShapeFunction\",\"EdgeStyle\",\"EdgeTaggedGraph\",\"EdgeTaggedGraphQ\",\"EdgeTags\",\"EdgeThickness\",\"EdgeWeight\",\"EdgeWeightedGraphQ\",\"Editable\",\"EditButtonSettings\",\"EditCellTagsSettings\",\"EditDistance\",\"EffectiveInterest\",\"Eigensystem\",\"Eigenvalues\",\"EigenvectorCentrality\",\"Eigenvectors\",\"Element\",\"ElementData\",\"ElementwiseLayer\",\"ElidedForms\",\"Eliminate\",\"EliminationOrder\",\"Ellipsoid\",\"EllipticE\",\"EllipticExp\",\"EllipticExpPrime\",\"EllipticF\",\"EllipticFilterModel\",\"EllipticK\",\"EllipticLog\",\"EllipticNomeQ\",\"EllipticPi\",\"EllipticReducedHalfPeriods\",\"EllipticTheta\",\"EllipticThetaPrime\",\"EmbedCode\",\"EmbeddedHTML\",\"EmbeddedService\",\"EmbeddingLayer\",\"EmbeddingObject\",\"EmitSound\",\"EmphasizeSyntaxErrors\",\"EmpiricalDistribution\",\"Empty\",\"EmptyGraphQ\",\"EmptyRegion\",\"EnableConsolePrintPacket\",\"Enabled\",\"Encode\",\"Encrypt\",\"EncryptedObject\",\"EncryptFile\",\"End\",\"EndAdd\",\"EndDialogPacket\",\"EndFrontEndInteractionPacket\",\"EndOfBuffer\",\"EndOfFile\",\"EndOfLine\",\"EndOfString\",\"EndPackage\",\"EngineEnvironment\",\"EngineeringForm\",\"Enter\",\"EnterExpressionPacket\",\"EnterTextPacket\",\"Entity\",\"EntityClass\",\"EntityClassList\",\"EntityCopies\",\"EntityFunction\",\"EntityGroup\",\"EntityInstance\",\"EntityList\",\"EntityPrefetch\",\"EntityProperties\",\"EntityProperty\",\"EntityPropertyClass\",\"EntityRegister\",\"EntityStore\",\"EntityStores\",\"EntityTypeName\",\"EntityUnregister\",\"EntityValue\",\"Entropy\",\"EntropyFilter\",\"Environment\",\"Epilog\",\"EpilogFunction\",\"Equal\",\"EqualColumns\",\"EqualRows\",\"EqualTilde\",\"EqualTo\",\"EquatedTo\",\"Equilibrium\",\"EquirippleFilterKernel\",\"Equivalent\",\"Erf\",\"Erfc\",\"Erfi\",\"ErlangB\",\"ErlangC\",\"ErlangDistribution\",\"Erosion\",\"ErrorBox\",\"ErrorBoxOptions\",\"ErrorNorm\",\"ErrorPacket\",\"ErrorsDialogSettings\",\"EscapeRadius\",\"EstimatedBackground\",\"EstimatedDistribution\",\"EstimatedProcess\",\"EstimatorGains\",\"EstimatorRegulator\",\"EuclideanDistance\",\"EulerAngles\",\"EulerCharacteristic\",\"EulerE\",\"EulerGamma\",\"EulerianGraphQ\",\"EulerMatrix\",\"EulerPhi\",\"Evaluatable\",\"Evaluate\",\"Evaluated\",\"EvaluatePacket\",\"EvaluateScheduledTask\",\"EvaluationBox\",\"EvaluationCell\",\"EvaluationCompletionAction\",\"EvaluationData\",\"EvaluationElements\",\"EvaluationEnvironment\",\"EvaluationMode\",\"EvaluationMonitor\",\"EvaluationNotebook\",\"EvaluationObject\",\"EvaluationOrder\",\"Evaluator\",\"EvaluatorNames\",\"EvenQ\",\"EventData\",\"EventEvaluator\",\"EventHandler\",\"EventHandlerTag\",\"EventLabels\",\"EventSeries\",\"ExactBlackmanWindow\",\"ExactNumberQ\",\"ExactRootIsolation\",\"ExampleData\",\"Except\",\"ExcludedForms\",\"ExcludedLines\",\"ExcludedPhysicalQuantities\",\"ExcludePods\",\"Exclusions\",\"ExclusionsStyle\",\"Exists\",\"Exit\",\"ExitDialog\",\"ExoplanetData\",\"Exp\",\"Expand\",\"ExpandAll\",\"ExpandDenominator\",\"ExpandFileName\",\"ExpandNumerator\",\"Expectation\",\"ExpectationE\",\"ExpectedValue\",\"ExpGammaDistribution\",\"ExpIntegralE\",\"ExpIntegralEi\",\"ExpirationDate\",\"Exponent\",\"ExponentFunction\",\"ExponentialDistribution\",\"ExponentialFamily\",\"ExponentialGeneratingFunction\",\"ExponentialMovingAverage\",\"ExponentialPowerDistribution\",\"ExponentPosition\",\"ExponentStep\",\"Export\",\"ExportAutoReplacements\",\"ExportByteArray\",\"ExportForm\",\"ExportPacket\",\"ExportString\",\"Expression\",\"ExpressionCell\",\"ExpressionGraph\",\"ExpressionPacket\",\"ExpressionUUID\",\"ExpToTrig\",\"ExtendedEntityClass\",\"ExtendedGCD\",\"Extension\",\"ExtentElementFunction\",\"ExtentMarkers\",\"ExtentSize\",\"ExternalBundle\",\"ExternalCall\",\"ExternalDataCharacterEncoding\",\"ExternalEvaluate\",\"ExternalFunction\",\"ExternalFunctionName\",\"ExternalIdentifier\",\"ExternalObject\",\"ExternalOptions\",\"ExternalSessionObject\",\"ExternalSessions\",\"ExternalStorageBase\",\"ExternalStorageDownload\",\"ExternalStorageGet\",\"ExternalStorageObject\",\"ExternalStoragePut\",\"ExternalStorageUpload\",\"ExternalTypeSignature\",\"ExternalValue\",\"Extract\",\"ExtractArchive\",\"ExtractLayer\",\"ExtractPacletArchive\",\"ExtremeValueDistribution\",\"FaceAlign\",\"FaceForm\",\"FaceGrids\",\"FaceGridsStyle\",\"FacialFeatures\",\"Factor\",\"FactorComplete\",\"Factorial\",\"Factorial2\",\"FactorialMoment\",\"FactorialMomentGeneratingFunction\",\"FactorialPower\",\"FactorInteger\",\"FactorList\",\"FactorSquareFree\",\"FactorSquareFreeList\",\"FactorTerms\",\"FactorTermsList\",\"Fail\",\"Failure\",\"FailureAction\",\"FailureDistribution\",\"FailureQ\",\"False\",\"FareySequence\",\"FARIMAProcess\",\"FeatureDistance\",\"FeatureExtract\",\"FeatureExtraction\",\"FeatureExtractor\",\"FeatureExtractorFunction\",\"FeatureNames\",\"FeatureNearest\",\"FeatureSpacePlot\",\"FeatureSpacePlot3D\",\"FeatureTypes\",\"FEDisableConsolePrintPacket\",\"FeedbackLinearize\",\"FeedbackSector\",\"FeedbackSectorStyle\",\"FeedbackType\",\"FEEnableConsolePrintPacket\",\"FetalGrowthData\",\"Fibonacci\",\"Fibonorial\",\"FieldCompletionFunction\",\"FieldHint\",\"FieldHintStyle\",\"FieldMasked\",\"FieldSize\",\"File\",\"FileBaseName\",\"FileByteCount\",\"FileConvert\",\"FileDate\",\"FileExistsQ\",\"FileExtension\",\"FileFormat\",\"FileHandler\",\"FileHash\",\"FileInformation\",\"FileName\",\"FileNameDepth\",\"FileNameDialogSettings\",\"FileNameDrop\",\"FileNameForms\",\"FileNameJoin\",\"FileNames\",\"FileNameSetter\",\"FileNameSplit\",\"FileNameTake\",\"FilePrint\",\"FileSize\",\"FileSystemMap\",\"FileSystemScan\",\"FileTemplate\",\"FileTemplateApply\",\"FileType\",\"FilledCurve\",\"FilledCurveBox\",\"FilledCurveBoxOptions\",\"Filling\",\"FillingStyle\",\"FillingTransform\",\"FilteredEntityClass\",\"FilterRules\",\"FinancialBond\",\"FinancialData\",\"FinancialDerivative\",\"FinancialIndicator\",\"Find\",\"FindAnomalies\",\"FindArgMax\",\"FindArgMin\",\"FindChannels\",\"FindClique\",\"FindClusters\",\"FindCookies\",\"FindCurvePath\",\"FindCycle\",\"FindDevices\",\"FindDistribution\",\"FindDistributionParameters\",\"FindDivisions\",\"FindEdgeCover\",\"FindEdgeCut\",\"FindEdgeIndependentPaths\",\"FindEquationalProof\",\"FindEulerianCycle\",\"FindExternalEvaluators\",\"FindFaces\",\"FindFile\",\"FindFit\",\"FindFormula\",\"FindFundamentalCycles\",\"FindGeneratingFunction\",\"FindGeoLocation\",\"FindGeometricConjectures\",\"FindGeometricTransform\",\"FindGraphCommunities\",\"FindGraphIsomorphism\",\"FindGraphPartition\",\"FindHamiltonianCycle\",\"FindHamiltonianPath\",\"FindHiddenMarkovStates\",\"FindImageText\",\"FindIndependentEdgeSet\",\"FindIndependentVertexSet\",\"FindInstance\",\"FindIntegerNullVector\",\"FindKClan\",\"FindKClique\",\"FindKClub\",\"FindKPlex\",\"FindLibrary\",\"FindLinearRecurrence\",\"FindList\",\"FindMatchingColor\",\"FindMaximum\",\"FindMaximumCut\",\"FindMaximumFlow\",\"FindMaxValue\",\"FindMeshDefects\",\"FindMinimum\",\"FindMinimumCostFlow\",\"FindMinimumCut\",\"FindMinValue\",\"FindMoleculeSubstructure\",\"FindPath\",\"FindPeaks\",\"FindPermutation\",\"FindPostmanTour\",\"FindProcessParameters\",\"FindRepeat\",\"FindRoot\",\"FindSequenceFunction\",\"FindSettings\",\"FindShortestPath\",\"FindShortestTour\",\"FindSpanningTree\",\"FindSystemModelEquilibrium\",\"FindTextualAnswer\",\"FindThreshold\",\"FindTransientRepeat\",\"FindVertexCover\",\"FindVertexCut\",\"FindVertexIndependentPaths\",\"Fine\",\"FinishDynamic\",\"FiniteAbelianGroupCount\",\"FiniteGroupCount\",\"FiniteGroupData\",\"First\",\"FirstCase\",\"FirstPassageTimeDistribution\",\"FirstPosition\",\"FischerGroupFi22\",\"FischerGroupFi23\",\"FischerGroupFi24Prime\",\"FisherHypergeometricDistribution\",\"FisherRatioTest\",\"FisherZDistribution\",\"Fit\",\"FitAll\",\"FitRegularization\",\"FittedModel\",\"FixedOrder\",\"FixedPoint\",\"FixedPointList\",\"FlashSelection\",\"Flat\",\"Flatten\",\"FlattenAt\",\"FlattenLayer\",\"FlatTopWindow\",\"FlipView\",\"Floor\",\"FlowPolynomial\",\"FlushPrintOutputPacket\",\"Fold\",\"FoldList\",\"FoldPair\",\"FoldPairList\",\"FollowRedirects\",\"Font\",\"FontColor\",\"FontFamily\",\"FontForm\",\"FontName\",\"FontOpacity\",\"FontPostScriptName\",\"FontProperties\",\"FontReencoding\",\"FontSize\",\"FontSlant\",\"FontSubstitutions\",\"FontTracking\",\"FontVariations\",\"FontWeight\",\"For\",\"ForAll\",\"ForceVersionInstall\",\"Format\",\"FormatRules\",\"FormatType\",\"FormatTypeAutoConvert\",\"FormatValues\",\"FormBox\",\"FormBoxOptions\",\"FormControl\",\"FormFunction\",\"FormLayoutFunction\",\"FormObject\",\"FormPage\",\"FormTheme\",\"FormulaData\",\"FormulaLookup\",\"FortranForm\",\"Forward\",\"ForwardBackward\",\"Fourier\",\"FourierCoefficient\",\"FourierCosCoefficient\",\"FourierCosSeries\",\"FourierCosTransform\",\"FourierDCT\",\"FourierDCTFilter\",\"FourierDCTMatrix\",\"FourierDST\",\"FourierDSTMatrix\",\"FourierMatrix\",\"FourierParameters\",\"FourierSequenceTransform\",\"FourierSeries\",\"FourierSinCoefficient\",\"FourierSinSeries\",\"FourierSinTransform\",\"FourierTransform\",\"FourierTrigSeries\",\"FractionalBrownianMotionProcess\",\"FractionalGaussianNoiseProcess\",\"FractionalPart\",\"FractionBox\",\"FractionBoxOptions\",\"FractionLine\",\"Frame\",\"FrameBox\",\"FrameBoxOptions\",\"Framed\",\"FrameInset\",\"FrameLabel\",\"Frameless\",\"FrameMargins\",\"FrameRate\",\"FrameStyle\",\"FrameTicks\",\"FrameTicksStyle\",\"FRatioDistribution\",\"FrechetDistribution\",\"FreeQ\",\"FrenetSerretSystem\",\"FrequencySamplingFilterKernel\",\"FresnelC\",\"FresnelF\",\"FresnelG\",\"FresnelS\",\"Friday\",\"FrobeniusNumber\",\"FrobeniusSolve\",\"FromAbsoluteTime\",\"FromCharacterCode\",\"FromCoefficientRules\",\"FromContinuedFraction\",\"FromDate\",\"FromDigits\",\"FromDMS\",\"FromEntity\",\"FromJulianDate\",\"FromLetterNumber\",\"FromPolarCoordinates\",\"FromRomanNumeral\",\"FromSphericalCoordinates\",\"FromUnixTime\",\"Front\",\"FrontEndDynamicExpression\",\"FrontEndEventActions\",\"FrontEndExecute\",\"FrontEndObject\",\"FrontEndResource\",\"FrontEndResourceString\",\"FrontEndStackSize\",\"FrontEndToken\",\"FrontEndTokenExecute\",\"FrontEndValueCache\",\"FrontEndVersion\",\"FrontFaceColor\",\"FrontFaceOpacity\",\"Full\",\"FullAxes\",\"FullDefinition\",\"FullForm\",\"FullGraphics\",\"FullInformationOutputRegulator\",\"FullOptions\",\"FullRegion\",\"FullSimplify\",\"Function\",\"FunctionCompile\",\"FunctionCompileExport\",\"FunctionCompileExportByteArray\",\"FunctionCompileExportLibrary\",\"FunctionCompileExportString\",\"FunctionDomain\",\"FunctionExpand\",\"FunctionInterpolation\",\"FunctionPeriod\",\"FunctionRange\",\"FunctionSpace\",\"FussellVeselyImportance\",\"GaborFilter\",\"GaborMatrix\",\"GaborWavelet\",\"GainMargins\",\"GainPhaseMargins\",\"GalaxyData\",\"GalleryView\",\"Gamma\",\"GammaDistribution\",\"GammaRegularized\",\"GapPenalty\",\"GARCHProcess\",\"GatedRecurrentLayer\",\"Gather\",\"GatherBy\",\"GaugeFaceElementFunction\",\"GaugeFaceStyle\",\"GaugeFrameElementFunction\",\"GaugeFrameSize\",\"GaugeFrameStyle\",\"GaugeLabels\",\"GaugeMarkers\",\"GaugeStyle\",\"GaussianFilter\",\"GaussianIntegers\",\"GaussianMatrix\",\"GaussianOrthogonalMatrixDistribution\",\"GaussianSymplecticMatrixDistribution\",\"GaussianUnitaryMatrixDistribution\",\"GaussianWindow\",\"GCD\",\"GegenbauerC\",\"General\",\"GeneralizedLinearModelFit\",\"GenerateAsymmetricKeyPair\",\"GenerateConditions\",\"GeneratedCell\",\"GeneratedDocumentBinding\",\"GenerateDerivedKey\",\"GenerateDigitalSignature\",\"GenerateDocument\",\"GeneratedParameters\",\"GeneratedQuantityMagnitudes\",\"GenerateFileSignature\",\"GenerateHTTPResponse\",\"GenerateSecuredAuthenticationKey\",\"GenerateSymmetricKey\",\"GeneratingFunction\",\"GeneratorDescription\",\"GeneratorHistoryLength\",\"GeneratorOutputType\",\"Generic\",\"GenericCylindricalDecomposition\",\"GenomeData\",\"GenomeLookup\",\"GeoAntipode\",\"GeoArea\",\"GeoArraySize\",\"GeoBackground\",\"GeoBoundingBox\",\"GeoBounds\",\"GeoBoundsRegion\",\"GeoBubbleChart\",\"GeoCenter\",\"GeoCircle\",\"GeoContourPlot\",\"GeoDensityPlot\",\"GeodesicClosing\",\"GeodesicDilation\",\"GeodesicErosion\",\"GeodesicOpening\",\"GeoDestination\",\"GeodesyData\",\"GeoDirection\",\"GeoDisk\",\"GeoDisplacement\",\"GeoDistance\",\"GeoDistanceList\",\"GeoElevationData\",\"GeoEntities\",\"GeoGraphics\",\"GeogravityModelData\",\"GeoGridDirectionDifference\",\"GeoGridLines\",\"GeoGridLinesStyle\",\"GeoGridPosition\",\"GeoGridRange\",\"GeoGridRangePadding\",\"GeoGridUnitArea\",\"GeoGridUnitDistance\",\"GeoGridVector\",\"GeoGroup\",\"GeoHemisphere\",\"GeoHemisphereBoundary\",\"GeoHistogram\",\"GeoIdentify\",\"GeoImage\",\"GeoLabels\",\"GeoLength\",\"GeoListPlot\",\"GeoLocation\",\"GeologicalPeriodData\",\"GeomagneticModelData\",\"GeoMarker\",\"GeometricAssertion\",\"GeometricBrownianMotionProcess\",\"GeometricDistribution\",\"GeometricMean\",\"GeometricMeanFilter\",\"GeometricOptimization\",\"GeometricScene\",\"GeometricTransformation\",\"GeometricTransformation3DBox\",\"GeometricTransformation3DBoxOptions\",\"GeometricTransformationBox\",\"GeometricTransformationBoxOptions\",\"GeoModel\",\"GeoNearest\",\"GeoPath\",\"GeoPosition\",\"GeoPositionENU\",\"GeoPositionXYZ\",\"GeoProjection\",\"GeoProjectionData\",\"GeoRange\",\"GeoRangePadding\",\"GeoRegionValuePlot\",\"GeoResolution\",\"GeoScaleBar\",\"GeoServer\",\"GeoSmoothHistogram\",\"GeoStreamPlot\",\"GeoStyling\",\"GeoStylingImageFunction\",\"GeoVariant\",\"GeoVector\",\"GeoVectorENU\",\"GeoVectorPlot\",\"GeoVectorXYZ\",\"GeoVisibleRegion\",\"GeoVisibleRegionBoundary\",\"GeoWithinQ\",\"GeoZoomLevel\",\"GestureHandler\",\"GestureHandlerTag\",\"Get\",\"GetBoundingBoxSizePacket\",\"GetContext\",\"GetEnvironment\",\"GetFileName\",\"GetFrontEndOptionsDataPacket\",\"GetLinebreakInformationPacket\",\"GetMenusPacket\",\"GetPageBreakInformationPacket\",\"Glaisher\",\"GlobalClusteringCoefficient\",\"GlobalPreferences\",\"GlobalSession\",\"Glow\",\"GoldenAngle\",\"GoldenRatio\",\"GompertzMakehamDistribution\",\"GoochShading\",\"GoodmanKruskalGamma\",\"GoodmanKruskalGammaTest\",\"Goto\",\"Grad\",\"Gradient\",\"GradientFilter\",\"GradientOrientationFilter\",\"GrammarApply\",\"GrammarRules\",\"GrammarToken\",\"Graph\",\"Graph3D\",\"GraphAssortativity\",\"GraphAutomorphismGroup\",\"GraphCenter\",\"GraphComplement\",\"GraphData\",\"GraphDensity\",\"GraphDiameter\",\"GraphDifference\",\"GraphDisjointUnion\",\"GraphDistance\",\"GraphDistanceMatrix\",\"GraphElementData\",\"GraphEmbedding\",\"GraphHighlight\",\"GraphHighlightStyle\",\"GraphHub\",\"Graphics\",\"Graphics3D\",\"Graphics3DBox\",\"Graphics3DBoxOptions\",\"GraphicsArray\",\"GraphicsBaseline\",\"GraphicsBox\",\"GraphicsBoxOptions\",\"GraphicsColor\",\"GraphicsColumn\",\"GraphicsComplex\",\"GraphicsComplex3DBox\",\"GraphicsComplex3DBoxOptions\",\"GraphicsComplexBox\",\"GraphicsComplexBoxOptions\",\"GraphicsContents\",\"GraphicsData\",\"GraphicsGrid\",\"GraphicsGridBox\",\"GraphicsGroup\",\"GraphicsGroup3DBox\",\"GraphicsGroup3DBoxOptions\",\"GraphicsGroupBox\",\"GraphicsGroupBoxOptions\",\"GraphicsGrouping\",\"GraphicsHighlightColor\",\"GraphicsRow\",\"GraphicsSpacing\",\"GraphicsStyle\",\"GraphIntersection\",\"GraphLayout\",\"GraphLinkEfficiency\",\"GraphPeriphery\",\"GraphPlot\",\"GraphPlot3D\",\"GraphPower\",\"GraphPropertyDistribution\",\"GraphQ\",\"GraphRadius\",\"GraphReciprocity\",\"GraphRoot\",\"GraphStyle\",\"GraphUnion\",\"Gray\",\"GrayLevel\",\"Greater\",\"GreaterEqual\",\"GreaterEqualLess\",\"GreaterEqualThan\",\"GreaterFullEqual\",\"GreaterGreater\",\"GreaterLess\",\"GreaterSlantEqual\",\"GreaterThan\",\"GreaterTilde\",\"Green\",\"GreenFunction\",\"Grid\",\"GridBaseline\",\"GridBox\",\"GridBoxAlignment\",\"GridBoxBackground\",\"GridBoxDividers\",\"GridBoxFrame\",\"GridBoxItemSize\",\"GridBoxItemStyle\",\"GridBoxOptions\",\"GridBoxSpacings\",\"GridCreationSettings\",\"GridDefaultElement\",\"GridElementStyleOptions\",\"GridFrame\",\"GridFrameMargins\",\"GridGraph\",\"GridLines\",\"GridLinesStyle\",\"GroebnerBasis\",\"GroupActionBase\",\"GroupBy\",\"GroupCentralizer\",\"GroupElementFromWord\",\"GroupElementPosition\",\"GroupElementQ\",\"GroupElements\",\"GroupElementToWord\",\"GroupGenerators\",\"Groupings\",\"GroupMultiplicationTable\",\"GroupOrbits\",\"GroupOrder\",\"GroupPageBreakWithin\",\"GroupSetwiseStabilizer\",\"GroupStabilizer\",\"GroupStabilizerChain\",\"GroupTogetherGrouping\",\"GroupTogetherNestedGrouping\",\"GrowCutComponents\",\"Gudermannian\",\"GuidedFilter\",\"GumbelDistribution\",\"HaarWavelet\",\"HadamardMatrix\",\"HalfLine\",\"HalfNormalDistribution\",\"HalfPlane\",\"HalfSpace\",\"HalftoneShading\",\"HamiltonianGraphQ\",\"HammingDistance\",\"HammingWindow\",\"HandlerFunctions\",\"HandlerFunctionsKeys\",\"HankelH1\",\"HankelH2\",\"HankelMatrix\",\"HankelTransform\",\"HannPoissonWindow\",\"HannWindow\",\"HaradaNortonGroupHN\",\"HararyGraph\",\"HarmonicMean\",\"HarmonicMeanFilter\",\"HarmonicNumber\",\"Hash\",\"HatchFilling\",\"HatchShading\",\"Haversine\",\"HazardFunction\",\"Head\",\"HeadCompose\",\"HeaderAlignment\",\"HeaderBackground\",\"HeaderDisplayFunction\",\"HeaderLines\",\"HeaderSize\",\"HeaderStyle\",\"Heads\",\"HeavisideLambda\",\"HeavisidePi\",\"HeavisideTheta\",\"HeldGroupHe\",\"HeldPart\",\"HelpBrowserLookup\",\"HelpBrowserNotebook\",\"HelpBrowserSettings\",\"Here\",\"HermiteDecomposition\",\"HermiteH\",\"HermitianMatrixQ\",\"HessenbergDecomposition\",\"Hessian\",\"HeunB\",\"HeunBPrime\",\"HeunC\",\"HeunCPrime\",\"HeunD\",\"HeunDPrime\",\"HeunG\",\"HeunGPrime\",\"HeunT\",\"HeunTPrime\",\"HexadecimalCharacter\",\"Hexahedron\",\"HexahedronBox\",\"HexahedronBoxOptions\",\"HiddenItems\",\"HiddenMarkovProcess\",\"HiddenSurface\",\"Highlighted\",\"HighlightGraph\",\"HighlightImage\",\"HighlightMesh\",\"HighpassFilter\",\"HigmanSimsGroupHS\",\"HilbertCurve\",\"HilbertFilter\",\"HilbertMatrix\",\"Histogram\",\"Histogram3D\",\"HistogramDistribution\",\"HistogramList\",\"HistogramTransform\",\"HistogramTransformInterpolation\",\"HistoricalPeriodData\",\"HitMissTransform\",\"HITSCentrality\",\"HjorthDistribution\",\"HodgeDual\",\"HoeffdingD\",\"HoeffdingDTest\",\"Hold\",\"HoldAll\",\"HoldAllComplete\",\"HoldComplete\",\"HoldFirst\",\"HoldForm\",\"HoldPattern\",\"HoldRest\",\"HolidayCalendar\",\"HomeDirectory\",\"HomePage\",\"Horizontal\",\"HorizontalForm\",\"HorizontalGauge\",\"HorizontalScrollPosition\",\"HornerForm\",\"HostLookup\",\"HotellingTSquareDistribution\",\"HoytDistribution\",\"HTMLSave\",\"HTTPErrorResponse\",\"HTTPRedirect\",\"HTTPRequest\",\"HTTPRequestData\",\"HTTPResponse\",\"Hue\",\"HumanGrowthData\",\"HumpDownHump\",\"HumpEqual\",\"HurwitzLerchPhi\",\"HurwitzZeta\",\"HyperbolicDistribution\",\"HypercubeGraph\",\"HyperexponentialDistribution\",\"Hyperfactorial\",\"Hypergeometric0F1\",\"Hypergeometric0F1Regularized\",\"Hypergeometric1F1\",\"Hypergeometric1F1Regularized\",\"Hypergeometric2F1\",\"Hypergeometric2F1Regularized\",\"HypergeometricDistribution\",\"HypergeometricPFQ\",\"HypergeometricPFQRegularized\",\"HypergeometricU\",\"Hyperlink\",\"HyperlinkAction\",\"HyperlinkCreationSettings\",\"Hyperplane\",\"Hyphenation\",\"HyphenationOptions\",\"HypoexponentialDistribution\",\"HypothesisTestData\",\"I\",\"IconData\",\"Iconize\",\"IconizedObject\",\"IconRules\",\"Icosahedron\",\"Identity\",\"IdentityMatrix\",\"If\",\"IgnoreCase\",\"IgnoreDiacritics\",\"IgnorePunctuation\",\"IgnoreSpellCheck\",\"IgnoringInactive\",\"Im\",\"Image\",\"Image3D\",\"Image3DProjection\",\"Image3DSlices\",\"ImageAccumulate\",\"ImageAdd\",\"ImageAdjust\",\"ImageAlign\",\"ImageApply\",\"ImageApplyIndexed\",\"ImageAspectRatio\",\"ImageAssemble\",\"ImageAugmentationLayer\",\"ImageBoundingBoxes\",\"ImageCache\",\"ImageCacheValid\",\"ImageCapture\",\"ImageCaptureFunction\",\"ImageCases\",\"ImageChannels\",\"ImageClip\",\"ImageCollage\",\"ImageColorSpace\",\"ImageCompose\",\"ImageContainsQ\",\"ImageContents\",\"ImageConvolve\",\"ImageCooccurrence\",\"ImageCorners\",\"ImageCorrelate\",\"ImageCorrespondingPoints\",\"ImageCrop\",\"ImageData\",\"ImageDeconvolve\",\"ImageDemosaic\",\"ImageDifference\",\"ImageDimensions\",\"ImageDisplacements\",\"ImageDistance\",\"ImageEffect\",\"ImageExposureCombine\",\"ImageFeatureTrack\",\"ImageFileApply\",\"ImageFileFilter\",\"ImageFileScan\",\"ImageFilter\",\"ImageFocusCombine\",\"ImageForestingComponents\",\"ImageFormattingWidth\",\"ImageForwardTransformation\",\"ImageGraphics\",\"ImageHistogram\",\"ImageIdentify\",\"ImageInstanceQ\",\"ImageKeypoints\",\"ImageLabels\",\"ImageLegends\",\"ImageLevels\",\"ImageLines\",\"ImageMargins\",\"ImageMarker\",\"ImageMarkers\",\"ImageMeasurements\",\"ImageMesh\",\"ImageMultiply\",\"ImageOffset\",\"ImagePad\",\"ImagePadding\",\"ImagePartition\",\"ImagePeriodogram\",\"ImagePerspectiveTransformation\",\"ImagePosition\",\"ImagePreviewFunction\",\"ImagePyramid\",\"ImagePyramidApply\",\"ImageQ\",\"ImageRangeCache\",\"ImageRecolor\",\"ImageReflect\",\"ImageRegion\",\"ImageResize\",\"ImageResolution\",\"ImageRestyle\",\"ImageRotate\",\"ImageRotated\",\"ImageSaliencyFilter\",\"ImageScaled\",\"ImageScan\",\"ImageSize\",\"ImageSizeAction\",\"ImageSizeCache\",\"ImageSizeMultipliers\",\"ImageSizeRaw\",\"ImageSubtract\",\"ImageTake\",\"ImageTransformation\",\"ImageTrim\",\"ImageType\",\"ImageValue\",\"ImageValuePositions\",\"ImagingDevice\",\"ImplicitRegion\",\"Implies\",\"Import\",\"ImportAutoReplacements\",\"ImportByteArray\",\"ImportOptions\",\"ImportString\",\"ImprovementImportance\",\"In\",\"Inactivate\",\"Inactive\",\"IncidenceGraph\",\"IncidenceList\",\"IncidenceMatrix\",\"IncludeAromaticBonds\",\"IncludeConstantBasis\",\"IncludeDefinitions\",\"IncludeDirectories\",\"IncludeFileExtension\",\"IncludeGeneratorTasks\",\"IncludeHydrogens\",\"IncludeInflections\",\"IncludeMetaInformation\",\"IncludePods\",\"IncludeQuantities\",\"IncludeRelatedTables\",\"IncludeSingularTerm\",\"IncludeWindowTimes\",\"Increment\",\"IndefiniteMatrixQ\",\"Indent\",\"IndentingNewlineSpacings\",\"IndentMaxFraction\",\"IndependenceTest\",\"IndependentEdgeSetQ\",\"IndependentPhysicalQuantity\",\"IndependentUnit\",\"IndependentUnitDimension\",\"IndependentVertexSetQ\",\"Indeterminate\",\"IndeterminateThreshold\",\"IndexCreationOptions\",\"Indexed\",\"IndexEdgeTaggedGraph\",\"IndexGraph\",\"IndexTag\",\"Inequality\",\"InexactNumberQ\",\"InexactNumbers\",\"InfiniteFuture\",\"InfiniteLine\",\"InfinitePast\",\"InfinitePlane\",\"Infinity\",\"Infix\",\"InflationAdjust\",\"InflationMethod\",\"Information\",\"InformationData\",\"InformationDataGrid\",\"Inherited\",\"InheritScope\",\"InhomogeneousPoissonProcess\",\"InitialEvaluationHistory\",\"Initialization\",\"InitializationCell\",\"InitializationCellEvaluation\",\"InitializationCellWarning\",\"InitializationObjects\",\"InitializationValue\",\"Initialize\",\"InitialSeeding\",\"InlineCounterAssignments\",\"InlineCounterIncrements\",\"InlineRules\",\"Inner\",\"InnerPolygon\",\"InnerPolyhedron\",\"Inpaint\",\"Input\",\"InputAliases\",\"InputAssumptions\",\"InputAutoReplacements\",\"InputField\",\"InputFieldBox\",\"InputFieldBoxOptions\",\"InputForm\",\"InputGrouping\",\"InputNamePacket\",\"InputNotebook\",\"InputPacket\",\"InputSettings\",\"InputStream\",\"InputString\",\"InputStringPacket\",\"InputToBoxFormPacket\",\"Insert\",\"InsertionFunction\",\"InsertionPointObject\",\"InsertLinebreaks\",\"InsertResults\",\"Inset\",\"Inset3DBox\",\"Inset3DBoxOptions\",\"InsetBox\",\"InsetBoxOptions\",\"Insphere\",\"Install\",\"InstallService\",\"InstanceNormalizationLayer\",\"InString\",\"Integer\",\"IntegerDigits\",\"IntegerExponent\",\"IntegerLength\",\"IntegerName\",\"IntegerPart\",\"IntegerPartitions\",\"IntegerQ\",\"IntegerReverse\",\"Integers\",\"IntegerString\",\"Integral\",\"Integrate\",\"Interactive\",\"InteractiveTradingChart\",\"Interlaced\",\"Interleaving\",\"InternallyBalancedDecomposition\",\"InterpolatingFunction\",\"InterpolatingPolynomial\",\"Interpolation\",\"InterpolationOrder\",\"InterpolationPoints\",\"InterpolationPrecision\",\"Interpretation\",\"InterpretationBox\",\"InterpretationBoxOptions\",\"InterpretationFunction\",\"Interpreter\",\"InterpretTemplate\",\"InterquartileRange\",\"Interrupt\",\"InterruptSettings\",\"IntersectedEntityClass\",\"IntersectingQ\",\"Intersection\",\"Interval\",\"IntervalIntersection\",\"IntervalMarkers\",\"IntervalMarkersStyle\",\"IntervalMemberQ\",\"IntervalSlider\",\"IntervalUnion\",\"Into\",\"Inverse\",\"InverseBetaRegularized\",\"InverseCDF\",\"InverseChiSquareDistribution\",\"InverseContinuousWaveletTransform\",\"InverseDistanceTransform\",\"InverseEllipticNomeQ\",\"InverseErf\",\"InverseErfc\",\"InverseFourier\",\"InverseFourierCosTransform\",\"InverseFourierSequenceTransform\",\"InverseFourierSinTransform\",\"InverseFourierTransform\",\"InverseFunction\",\"InverseFunctions\",\"InverseGammaDistribution\",\"InverseGammaRegularized\",\"InverseGaussianDistribution\",\"InverseGudermannian\",\"InverseHankelTransform\",\"InverseHaversine\",\"InverseImagePyramid\",\"InverseJacobiCD\",\"InverseJacobiCN\",\"InverseJacobiCS\",\"InverseJacobiDC\",\"InverseJacobiDN\",\"InverseJacobiDS\",\"InverseJacobiNC\",\"InverseJacobiND\",\"InverseJacobiNS\",\"InverseJacobiSC\",\"InverseJacobiSD\",\"InverseJacobiSN\",\"InverseLaplaceTransform\",\"InverseMellinTransform\",\"InversePermutation\",\"InverseRadon\",\"InverseRadonTransform\",\"InverseSeries\",\"InverseShortTimeFourier\",\"InverseSpectrogram\",\"InverseSurvivalFunction\",\"InverseTransformedRegion\",\"InverseWaveletTransform\",\"InverseWeierstrassP\",\"InverseWishartMatrixDistribution\",\"InverseZTransform\",\"Invisible\",\"InvisibleApplication\",\"InvisibleTimes\",\"IPAddress\",\"IrreduciblePolynomialQ\",\"IslandData\",\"IsolatingInterval\",\"IsomorphicGraphQ\",\"IsotopeData\",\"Italic\",\"Item\",\"ItemAspectRatio\",\"ItemBox\",\"ItemBoxOptions\",\"ItemDisplayFunction\",\"ItemSize\",\"ItemStyle\",\"ItoProcess\",\"JaccardDissimilarity\",\"JacobiAmplitude\",\"Jacobian\",\"JacobiCD\",\"JacobiCN\",\"JacobiCS\",\"JacobiDC\",\"JacobiDN\",\"JacobiDS\",\"JacobiNC\",\"JacobiND\",\"JacobiNS\",\"JacobiP\",\"JacobiSC\",\"JacobiSD\",\"JacobiSN\",\"JacobiSymbol\",\"JacobiZeta\",\"JankoGroupJ1\",\"JankoGroupJ2\",\"JankoGroupJ3\",\"JankoGroupJ4\",\"JarqueBeraALMTest\",\"JohnsonDistribution\",\"Join\",\"JoinAcross\",\"Joined\",\"JoinedCurve\",\"JoinedCurveBox\",\"JoinedCurveBoxOptions\",\"JoinForm\",\"JordanDecomposition\",\"JordanModelDecomposition\",\"JulianDate\",\"JuliaSetBoettcher\",\"JuliaSetIterationCount\",\"JuliaSetPlot\",\"JuliaSetPoints\",\"K\",\"KagiChart\",\"KaiserBesselWindow\",\"KaiserWindow\",\"KalmanEstimator\",\"KalmanFilter\",\"KarhunenLoeveDecomposition\",\"KaryTree\",\"KatzCentrality\",\"KCoreComponents\",\"KDistribution\",\"KEdgeConnectedComponents\",\"KEdgeConnectedGraphQ\",\"KeepExistingVersion\",\"KelvinBei\",\"KelvinBer\",\"KelvinKei\",\"KelvinKer\",\"KendallTau\",\"KendallTauTest\",\"KernelExecute\",\"KernelFunction\",\"KernelMixtureDistribution\",\"KernelObject\",\"Kernels\",\"Ket\",\"Key\",\"KeyCollisionFunction\",\"KeyComplement\",\"KeyDrop\",\"KeyDropFrom\",\"KeyExistsQ\",\"KeyFreeQ\",\"KeyIntersection\",\"KeyMap\",\"KeyMemberQ\",\"KeypointStrength\",\"Keys\",\"KeySelect\",\"KeySort\",\"KeySortBy\",\"KeyTake\",\"KeyUnion\",\"KeyValueMap\",\"KeyValuePattern\",\"Khinchin\",\"KillProcess\",\"KirchhoffGraph\",\"KirchhoffMatrix\",\"KleinInvariantJ\",\"KnapsackSolve\",\"KnightTourGraph\",\"KnotData\",\"KnownUnitQ\",\"KochCurve\",\"KolmogorovSmirnovTest\",\"KroneckerDelta\",\"KroneckerModelDecomposition\",\"KroneckerProduct\",\"KroneckerSymbol\",\"KuiperTest\",\"KumaraswamyDistribution\",\"Kurtosis\",\"KuwaharaFilter\",\"KVertexConnectedComponents\",\"KVertexConnectedGraphQ\",\"LABColor\",\"Label\",\"Labeled\",\"LabeledSlider\",\"LabelingFunction\",\"LabelingSize\",\"LabelStyle\",\"LabelVisibility\",\"LaguerreL\",\"LakeData\",\"LambdaComponents\",\"LambertW\",\"LaminaData\",\"LanczosWindow\",\"LandauDistribution\",\"Language\",\"LanguageCategory\",\"LanguageData\",\"LanguageIdentify\",\"LanguageOptions\",\"LaplaceDistribution\",\"LaplaceTransform\",\"Laplacian\",\"LaplacianFilter\",\"LaplacianGaussianFilter\",\"Large\",\"Larger\",\"Last\",\"Latitude\",\"LatitudeLongitude\",\"LatticeData\",\"LatticeReduce\",\"Launch\",\"LaunchKernels\",\"LayeredGraphPlot\",\"LayerSizeFunction\",\"LayoutInformation\",\"LCHColor\",\"LCM\",\"LeaderSize\",\"LeafCount\",\"LeapYearQ\",\"LearnDistribution\",\"LearnedDistribution\",\"LearningRate\",\"LearningRateMultipliers\",\"LeastSquares\",\"LeastSquaresFilterKernel\",\"Left\",\"LeftArrow\",\"LeftArrowBar\",\"LeftArrowRightArrow\",\"LeftDownTeeVector\",\"LeftDownVector\",\"LeftDownVectorBar\",\"LeftRightArrow\",\"LeftRightVector\",\"LeftTee\",\"LeftTeeArrow\",\"LeftTeeVector\",\"LeftTriangle\",\"LeftTriangleBar\",\"LeftTriangleEqual\",\"LeftUpDownVector\",\"LeftUpTeeVector\",\"LeftUpVector\",\"LeftUpVectorBar\",\"LeftVector\",\"LeftVectorBar\",\"LegendAppearance\",\"Legended\",\"LegendFunction\",\"LegendLabel\",\"LegendLayout\",\"LegendMargins\",\"LegendMarkers\",\"LegendMarkerSize\",\"LegendreP\",\"LegendreQ\",\"LegendreType\",\"Length\",\"LengthWhile\",\"LerchPhi\",\"Less\",\"LessEqual\",\"LessEqualGreater\",\"LessEqualThan\",\"LessFullEqual\",\"LessGreater\",\"LessLess\",\"LessSlantEqual\",\"LessThan\",\"LessTilde\",\"LetterCharacter\",\"LetterCounts\",\"LetterNumber\",\"LetterQ\",\"Level\",\"LeveneTest\",\"LeviCivitaTensor\",\"LevyDistribution\",\"Lexicographic\",\"LibraryDataType\",\"LibraryFunction\",\"LibraryFunctionError\",\"LibraryFunctionInformation\",\"LibraryFunctionLoad\",\"LibraryFunctionUnload\",\"LibraryLoad\",\"LibraryUnload\",\"LicenseID\",\"LiftingFilterData\",\"LiftingWaveletTransform\",\"LightBlue\",\"LightBrown\",\"LightCyan\",\"Lighter\",\"LightGray\",\"LightGreen\",\"Lighting\",\"LightingAngle\",\"LightMagenta\",\"LightOrange\",\"LightPink\",\"LightPurple\",\"LightRed\",\"LightSources\",\"LightYellow\",\"Likelihood\",\"Limit\",\"LimitsPositioning\",\"LimitsPositioningTokens\",\"LindleyDistribution\",\"Line\",\"Line3DBox\",\"Line3DBoxOptions\",\"LinearFilter\",\"LinearFractionalOptimization\",\"LinearFractionalTransform\",\"LinearGradientImage\",\"LinearizingTransformationData\",\"LinearLayer\",\"LinearModelFit\",\"LinearOffsetFunction\",\"LinearOptimization\",\"LinearProgramming\",\"LinearRecurrence\",\"LinearSolve\",\"LinearSolveFunction\",\"LineBox\",\"LineBoxOptions\",\"LineBreak\",\"LinebreakAdjustments\",\"LineBreakChart\",\"LinebreakSemicolonWeighting\",\"LineBreakWithin\",\"LineColor\",\"LineGraph\",\"LineIndent\",\"LineIndentMaxFraction\",\"LineIntegralConvolutionPlot\",\"LineIntegralConvolutionScale\",\"LineLegend\",\"LineOpacity\",\"LineSpacing\",\"LineWrapParts\",\"LinkActivate\",\"LinkClose\",\"LinkConnect\",\"LinkConnectedQ\",\"LinkCreate\",\"LinkError\",\"LinkFlush\",\"LinkFunction\",\"LinkHost\",\"LinkInterrupt\",\"LinkLaunch\",\"LinkMode\",\"LinkObject\",\"LinkOpen\",\"LinkOptions\",\"LinkPatterns\",\"LinkProtocol\",\"LinkRankCentrality\",\"LinkRead\",\"LinkReadHeld\",\"LinkReadyQ\",\"Links\",\"LinkService\",\"LinkWrite\",\"LinkWriteHeld\",\"LiouvilleLambda\",\"List\",\"Listable\",\"ListAnimate\",\"ListContourPlot\",\"ListContourPlot3D\",\"ListConvolve\",\"ListCorrelate\",\"ListCurvePathPlot\",\"ListDeconvolve\",\"ListDensityPlot\",\"ListDensityPlot3D\",\"Listen\",\"ListFormat\",\"ListFourierSequenceTransform\",\"ListInterpolation\",\"ListLineIntegralConvolutionPlot\",\"ListLinePlot\",\"ListLogLinearPlot\",\"ListLogLogPlot\",\"ListLogPlot\",\"ListPicker\",\"ListPickerBox\",\"ListPickerBoxBackground\",\"ListPickerBoxOptions\",\"ListPlay\",\"ListPlot\",\"ListPlot3D\",\"ListPointPlot3D\",\"ListPolarPlot\",\"ListQ\",\"ListSliceContourPlot3D\",\"ListSliceDensityPlot3D\",\"ListSliceVectorPlot3D\",\"ListStepPlot\",\"ListStreamDensityPlot\",\"ListStreamPlot\",\"ListSurfacePlot3D\",\"ListVectorDensityPlot\",\"ListVectorPlot\",\"ListVectorPlot3D\",\"ListZTransform\",\"Literal\",\"LiteralSearch\",\"LocalAdaptiveBinarize\",\"LocalCache\",\"LocalClusteringCoefficient\",\"LocalizeDefinitions\",\"LocalizeVariables\",\"LocalObject\",\"LocalObjects\",\"LocalResponseNormalizationLayer\",\"LocalSubmit\",\"LocalSymbol\",\"LocalTime\",\"LocalTimeZone\",\"LocationEquivalenceTest\",\"LocationTest\",\"Locator\",\"LocatorAutoCreate\",\"LocatorBox\",\"LocatorBoxOptions\",\"LocatorCentering\",\"LocatorPane\",\"LocatorPaneBox\",\"LocatorPaneBoxOptions\",\"LocatorRegion\",\"Locked\",\"Log\",\"Log10\",\"Log2\",\"LogBarnesG\",\"LogGamma\",\"LogGammaDistribution\",\"LogicalExpand\",\"LogIntegral\",\"LogisticDistribution\",\"LogisticSigmoid\",\"LogitModelFit\",\"LogLikelihood\",\"LogLinearPlot\",\"LogLogisticDistribution\",\"LogLogPlot\",\"LogMultinormalDistribution\",\"LogNormalDistribution\",\"LogPlot\",\"LogRankTest\",\"LogSeriesDistribution\",\"LongEqual\",\"Longest\",\"LongestCommonSequence\",\"LongestCommonSequencePositions\",\"LongestCommonSubsequence\",\"LongestCommonSubsequencePositions\",\"LongestMatch\",\"LongestOrderedSequence\",\"LongForm\",\"Longitude\",\"LongLeftArrow\",\"LongLeftRightArrow\",\"LongRightArrow\",\"LongShortTermMemoryLayer\",\"Lookup\",\"Loopback\",\"LoopFreeGraphQ\",\"Looping\",\"LossFunction\",\"LowerCaseQ\",\"LowerLeftArrow\",\"LowerRightArrow\",\"LowerTriangularize\",\"LowerTriangularMatrixQ\",\"LowpassFilter\",\"LQEstimatorGains\",\"LQGRegulator\",\"LQOutputRegulatorGains\",\"LQRegulatorGains\",\"LUBackSubstitution\",\"LucasL\",\"LuccioSamiComponents\",\"LUDecomposition\",\"LunarEclipse\",\"LUVColor\",\"LyapunovSolve\",\"LyonsGroupLy\",\"MachineID\",\"MachineName\",\"MachineNumberQ\",\"MachinePrecision\",\"MacintoshSystemPageSetup\",\"Magenta\",\"Magnification\",\"Magnify\",\"MailAddressValidation\",\"MailExecute\",\"MailFolder\",\"MailItem\",\"MailReceiverFunction\",\"MailResponseFunction\",\"MailSearch\",\"MailServerConnect\",\"MailServerConnection\",\"MailSettings\",\"MainSolve\",\"MaintainDynamicCaches\",\"Majority\",\"MakeBoxes\",\"MakeExpression\",\"MakeRules\",\"ManagedLibraryExpressionID\",\"ManagedLibraryExpressionQ\",\"MandelbrotSetBoettcher\",\"MandelbrotSetDistance\",\"MandelbrotSetIterationCount\",\"MandelbrotSetMemberQ\",\"MandelbrotSetPlot\",\"MangoldtLambda\",\"ManhattanDistance\",\"Manipulate\",\"Manipulator\",\"MannedSpaceMissionData\",\"MannWhitneyTest\",\"MantissaExponent\",\"Manual\",\"Map\",\"MapAll\",\"MapAt\",\"MapIndexed\",\"MAProcess\",\"MapThread\",\"MarchenkoPasturDistribution\",\"MarcumQ\",\"MardiaCombinedTest\",\"MardiaKurtosisTest\",\"MardiaSkewnessTest\",\"MarginalDistribution\",\"MarkovProcessProperties\",\"Masking\",\"MatchingDissimilarity\",\"MatchLocalNameQ\",\"MatchLocalNames\",\"MatchQ\",\"Material\",\"MathematicalFunctionData\",\"MathematicaNotation\",\"MathieuC\",\"MathieuCharacteristicA\",\"MathieuCharacteristicB\",\"MathieuCharacteristicExponent\",\"MathieuCPrime\",\"MathieuGroupM11\",\"MathieuGroupM12\",\"MathieuGroupM22\",\"MathieuGroupM23\",\"MathieuGroupM24\",\"MathieuS\",\"MathieuSPrime\",\"MathMLForm\",\"MathMLText\",\"Matrices\",\"MatrixExp\",\"MatrixForm\",\"MatrixFunction\",\"MatrixLog\",\"MatrixNormalDistribution\",\"MatrixPlot\",\"MatrixPower\",\"MatrixPropertyDistribution\",\"MatrixQ\",\"MatrixRank\",\"MatrixTDistribution\",\"Max\",\"MaxBend\",\"MaxCellMeasure\",\"MaxColorDistance\",\"MaxDate\",\"MaxDetect\",\"MaxDuration\",\"MaxExtraBandwidths\",\"MaxExtraConditions\",\"MaxFeatureDisplacement\",\"MaxFeatures\",\"MaxFilter\",\"MaximalBy\",\"Maximize\",\"MaxItems\",\"MaxIterations\",\"MaxLimit\",\"MaxMemoryUsed\",\"MaxMixtureKernels\",\"MaxOverlapFraction\",\"MaxPlotPoints\",\"MaxPoints\",\"MaxRecursion\",\"MaxStableDistribution\",\"MaxStepFraction\",\"MaxSteps\",\"MaxStepSize\",\"MaxTrainingRounds\",\"MaxValue\",\"MaxwellDistribution\",\"MaxWordGap\",\"McLaughlinGroupMcL\",\"Mean\",\"MeanAbsoluteLossLayer\",\"MeanAround\",\"MeanClusteringCoefficient\",\"MeanDegreeConnectivity\",\"MeanDeviation\",\"MeanFilter\",\"MeanGraphDistance\",\"MeanNeighborDegree\",\"MeanShift\",\"MeanShiftFilter\",\"MeanSquaredLossLayer\",\"Median\",\"MedianDeviation\",\"MedianFilter\",\"MedicalTestData\",\"Medium\",\"MeijerG\",\"MeijerGReduce\",\"MeixnerDistribution\",\"MellinConvolve\",\"MellinTransform\",\"MemberQ\",\"MemoryAvailable\",\"MemoryConstrained\",\"MemoryConstraint\",\"MemoryInUse\",\"MengerMesh\",\"Menu\",\"MenuAppearance\",\"MenuCommandKey\",\"MenuEvaluator\",\"MenuItem\",\"MenuList\",\"MenuPacket\",\"MenuSortingValue\",\"MenuStyle\",\"MenuView\",\"Merge\",\"MergeDifferences\",\"MergingFunction\",\"MersennePrimeExponent\",\"MersennePrimeExponentQ\",\"Mesh\",\"MeshCellCentroid\",\"MeshCellCount\",\"MeshCellHighlight\",\"MeshCellIndex\",\"MeshCellLabel\",\"MeshCellMarker\",\"MeshCellMeasure\",\"MeshCellQuality\",\"MeshCells\",\"MeshCellShapeFunction\",\"MeshCellStyle\",\"MeshConnectivityGraph\",\"MeshCoordinates\",\"MeshFunctions\",\"MeshPrimitives\",\"MeshQualityGoal\",\"MeshRange\",\"MeshRefinementFunction\",\"MeshRegion\",\"MeshRegionQ\",\"MeshShading\",\"MeshStyle\",\"Message\",\"MessageDialog\",\"MessageList\",\"MessageName\",\"MessageObject\",\"MessageOptions\",\"MessagePacket\",\"Messages\",\"MessagesNotebook\",\"MetaCharacters\",\"MetaInformation\",\"MeteorShowerData\",\"Method\",\"MethodOptions\",\"MexicanHatWavelet\",\"MeyerWavelet\",\"Midpoint\",\"Min\",\"MinColorDistance\",\"MinDate\",\"MinDetect\",\"MineralData\",\"MinFilter\",\"MinimalBy\",\"MinimalPolynomial\",\"MinimalStateSpaceModel\",\"Minimize\",\"MinimumTimeIncrement\",\"MinIntervalSize\",\"MinkowskiQuestionMark\",\"MinLimit\",\"MinMax\",\"MinorPlanetData\",\"Minors\",\"MinRecursion\",\"MinSize\",\"MinStableDistribution\",\"Minus\",\"MinusPlus\",\"MinValue\",\"Missing\",\"MissingBehavior\",\"MissingDataMethod\",\"MissingDataRules\",\"MissingQ\",\"MissingString\",\"MissingStyle\",\"MissingValuePattern\",\"MittagLefflerE\",\"MixedFractionParts\",\"MixedGraphQ\",\"MixedMagnitude\",\"MixedRadix\",\"MixedRadixQuantity\",\"MixedUnit\",\"MixtureDistribution\",\"Mod\",\"Modal\",\"Mode\",\"Modular\",\"ModularInverse\",\"ModularLambda\",\"Module\",\"Modulus\",\"MoebiusMu\",\"Molecule\",\"MoleculeContainsQ\",\"MoleculeEquivalentQ\",\"MoleculeGraph\",\"MoleculeModify\",\"MoleculePattern\",\"MoleculePlot\",\"MoleculePlot3D\",\"MoleculeProperty\",\"MoleculeQ\",\"MoleculeRecognize\",\"MoleculeValue\",\"Moment\",\"Momentary\",\"MomentConvert\",\"MomentEvaluate\",\"MomentGeneratingFunction\",\"MomentOfInertia\",\"Monday\",\"Monitor\",\"MonomialList\",\"MonomialOrder\",\"MonsterGroupM\",\"MoonPhase\",\"MoonPosition\",\"MorletWavelet\",\"MorphologicalBinarize\",\"MorphologicalBranchPoints\",\"MorphologicalComponents\",\"MorphologicalEulerNumber\",\"MorphologicalGraph\",\"MorphologicalPerimeter\",\"MorphologicalTransform\",\"MortalityData\",\"Most\",\"MountainData\",\"MouseAnnotation\",\"MouseAppearance\",\"MouseAppearanceTag\",\"MouseButtons\",\"Mouseover\",\"MousePointerNote\",\"MousePosition\",\"MovieData\",\"MovingAverage\",\"MovingMap\",\"MovingMedian\",\"MoyalDistribution\",\"Multicolumn\",\"MultiedgeStyle\",\"MultigraphQ\",\"MultilaunchWarning\",\"MultiLetterItalics\",\"MultiLetterStyle\",\"MultilineFunction\",\"Multinomial\",\"MultinomialDistribution\",\"MultinormalDistribution\",\"MultiplicativeOrder\",\"Multiplicity\",\"MultiplySides\",\"Multiselection\",\"MultivariateHypergeometricDistribution\",\"MultivariatePoissonDistribution\",\"MultivariateTDistribution\",\"N\",\"NakagamiDistribution\",\"NameQ\",\"Names\",\"NamespaceBox\",\"NamespaceBoxOptions\",\"Nand\",\"NArgMax\",\"NArgMin\",\"NBernoulliB\",\"NBodySimulation\",\"NBodySimulationData\",\"NCache\",\"NDEigensystem\",\"NDEigenvalues\",\"NDSolve\",\"NDSolveValue\",\"Nearest\",\"NearestFunction\",\"NearestMeshCells\",\"NearestNeighborGraph\",\"NearestTo\",\"NebulaData\",\"NeedCurrentFrontEndPackagePacket\",\"NeedCurrentFrontEndSymbolsPacket\",\"NeedlemanWunschSimilarity\",\"Needs\",\"Negative\",\"NegativeBinomialDistribution\",\"NegativeDefiniteMatrixQ\",\"NegativeIntegers\",\"NegativeMultinomialDistribution\",\"NegativeRationals\",\"NegativeReals\",\"NegativeSemidefiniteMatrixQ\",\"NeighborhoodData\",\"NeighborhoodGraph\",\"Nest\",\"NestedGreaterGreater\",\"NestedLessLess\",\"NestedScriptRules\",\"NestGraph\",\"NestList\",\"NestWhile\",\"NestWhileList\",\"NetAppend\",\"NetBidirectionalOperator\",\"NetChain\",\"NetDecoder\",\"NetDelete\",\"NetDrop\",\"NetEncoder\",\"NetEvaluationMode\",\"NetExtract\",\"NetFlatten\",\"NetFoldOperator\",\"NetGANOperator\",\"NetGraph\",\"NetInformation\",\"NetInitialize\",\"NetInsert\",\"NetInsertSharedArrays\",\"NetJoin\",\"NetMapOperator\",\"NetMapThreadOperator\",\"NetMeasurements\",\"NetModel\",\"NetNestOperator\",\"NetPairEmbeddingOperator\",\"NetPort\",\"NetPortGradient\",\"NetPrepend\",\"NetRename\",\"NetReplace\",\"NetReplacePart\",\"NetSharedArray\",\"NetStateObject\",\"NetTake\",\"NetTrain\",\"NetTrainResultsObject\",\"NetworkPacketCapture\",\"NetworkPacketRecording\",\"NetworkPacketRecordingDuring\",\"NetworkPacketTrace\",\"NeumannValue\",\"NevilleThetaC\",\"NevilleThetaD\",\"NevilleThetaN\",\"NevilleThetaS\",\"NewPrimitiveStyle\",\"NExpectation\",\"Next\",\"NextCell\",\"NextDate\",\"NextPrime\",\"NextScheduledTaskTime\",\"NHoldAll\",\"NHoldFirst\",\"NHoldRest\",\"NicholsGridLines\",\"NicholsPlot\",\"NightHemisphere\",\"NIntegrate\",\"NMaximize\",\"NMaxValue\",\"NMinimize\",\"NMinValue\",\"NominalVariables\",\"NonAssociative\",\"NoncentralBetaDistribution\",\"NoncentralChiSquareDistribution\",\"NoncentralFRatioDistribution\",\"NoncentralStudentTDistribution\",\"NonCommutativeMultiply\",\"NonConstants\",\"NondimensionalizationTransform\",\"None\",\"NoneTrue\",\"NonlinearModelFit\",\"NonlinearStateSpaceModel\",\"NonlocalMeansFilter\",\"NonNegative\",\"NonNegativeIntegers\",\"NonNegativeRationals\",\"NonNegativeReals\",\"NonPositive\",\"NonPositiveIntegers\",\"NonPositiveRationals\",\"NonPositiveReals\",\"Nor\",\"NorlundB\",\"Norm\",\"Normal\",\"NormalDistribution\",\"NormalGrouping\",\"NormalizationLayer\",\"Normalize\",\"Normalized\",\"NormalizedSquaredEuclideanDistance\",\"NormalMatrixQ\",\"NormalsFunction\",\"NormFunction\",\"Not\",\"NotCongruent\",\"NotCupCap\",\"NotDoubleVerticalBar\",\"Notebook\",\"NotebookApply\",\"NotebookAutoSave\",\"NotebookClose\",\"NotebookConvertSettings\",\"NotebookCreate\",\"NotebookCreateReturnObject\",\"NotebookDefault\",\"NotebookDelete\",\"NotebookDirectory\",\"NotebookDynamicExpression\",\"NotebookEvaluate\",\"NotebookEventActions\",\"NotebookFileName\",\"NotebookFind\",\"NotebookFindReturnObject\",\"NotebookGet\",\"NotebookGetLayoutInformationPacket\",\"NotebookGetMisspellingsPacket\",\"NotebookImport\",\"NotebookInformation\",\"NotebookInterfaceObject\",\"NotebookLocate\",\"NotebookObject\",\"NotebookOpen\",\"NotebookOpenReturnObject\",\"NotebookPath\",\"NotebookPrint\",\"NotebookPut\",\"NotebookPutReturnObject\",\"NotebookRead\",\"NotebookResetGeneratedCells\",\"Notebooks\",\"NotebookSave\",\"NotebookSaveAs\",\"NotebookSelection\",\"NotebookSetupLayoutInformationPacket\",\"NotebooksMenu\",\"NotebookTemplate\",\"NotebookWrite\",\"NotElement\",\"NotEqualTilde\",\"NotExists\",\"NotGreater\",\"NotGreaterEqual\",\"NotGreaterFullEqual\",\"NotGreaterGreater\",\"NotGreaterLess\",\"NotGreaterSlantEqual\",\"NotGreaterTilde\",\"Nothing\",\"NotHumpDownHump\",\"NotHumpEqual\",\"NotificationFunction\",\"NotLeftTriangle\",\"NotLeftTriangleBar\",\"NotLeftTriangleEqual\",\"NotLess\",\"NotLessEqual\",\"NotLessFullEqual\",\"NotLessGreater\",\"NotLessLess\",\"NotLessSlantEqual\",\"NotLessTilde\",\"NotNestedGreaterGreater\",\"NotNestedLessLess\",\"NotPrecedes\",\"NotPrecedesEqual\",\"NotPrecedesSlantEqual\",\"NotPrecedesTilde\",\"NotReverseElement\",\"NotRightTriangle\",\"NotRightTriangleBar\",\"NotRightTriangleEqual\",\"NotSquareSubset\",\"NotSquareSubsetEqual\",\"NotSquareSuperset\",\"NotSquareSupersetEqual\",\"NotSubset\",\"NotSubsetEqual\",\"NotSucceeds\",\"NotSucceedsEqual\",\"NotSucceedsSlantEqual\",\"NotSucceedsTilde\",\"NotSuperset\",\"NotSupersetEqual\",\"NotTilde\",\"NotTildeEqual\",\"NotTildeFullEqual\",\"NotTildeTilde\",\"NotVerticalBar\",\"Now\",\"NoWhitespace\",\"NProbability\",\"NProduct\",\"NProductFactors\",\"NRoots\",\"NSolve\",\"NSum\",\"NSumTerms\",\"NuclearExplosionData\",\"NuclearReactorData\",\"Null\",\"NullRecords\",\"NullSpace\",\"NullWords\",\"Number\",\"NumberCompose\",\"NumberDecompose\",\"NumberExpand\",\"NumberFieldClassNumber\",\"NumberFieldDiscriminant\",\"NumberFieldFundamentalUnits\",\"NumberFieldIntegralBasis\",\"NumberFieldNormRepresentatives\",\"NumberFieldRegulator\",\"NumberFieldRootsOfUnity\",\"NumberFieldSignature\",\"NumberForm\",\"NumberFormat\",\"NumberLinePlot\",\"NumberMarks\",\"NumberMultiplier\",\"NumberPadding\",\"NumberPoint\",\"NumberQ\",\"NumberSeparator\",\"NumberSigns\",\"NumberString\",\"Numerator\",\"NumeratorDenominator\",\"NumericalOrder\",\"NumericalSort\",\"NumericArray\",\"NumericArrayQ\",\"NumericArrayType\",\"NumericFunction\",\"NumericQ\",\"NuttallWindow\",\"NValues\",\"NyquistGridLines\",\"NyquistPlot\",\"O\",\"ObservabilityGramian\",\"ObservabilityMatrix\",\"ObservableDecomposition\",\"ObservableModelQ\",\"OceanData\",\"Octahedron\",\"OddQ\",\"Off\",\"Offset\",\"OLEData\",\"On\",\"ONanGroupON\",\"Once\",\"OneIdentity\",\"Opacity\",\"OpacityFunction\",\"OpacityFunctionScaling\",\"Open\",\"OpenAppend\",\"Opener\",\"OpenerBox\",\"OpenerBoxOptions\",\"OpenerView\",\"OpenFunctionInspectorPacket\",\"Opening\",\"OpenRead\",\"OpenSpecialOptions\",\"OpenTemporary\",\"OpenWrite\",\"Operate\",\"OperatingSystem\",\"OperatorApplied\",\"OptimumFlowData\",\"Optional\",\"OptionalElement\",\"OptionInspectorSettings\",\"OptionQ\",\"Options\",\"OptionsPacket\",\"OptionsPattern\",\"OptionValue\",\"OptionValueBox\",\"OptionValueBoxOptions\",\"Or\",\"Orange\",\"Order\",\"OrderDistribution\",\"OrderedQ\",\"Ordering\",\"OrderingBy\",\"OrderingLayer\",\"Orderless\",\"OrderlessPatternSequence\",\"OrnsteinUhlenbeckProcess\",\"Orthogonalize\",\"OrthogonalMatrixQ\",\"Out\",\"Outer\",\"OuterPolygon\",\"OuterPolyhedron\",\"OutputAutoOverwrite\",\"OutputControllabilityMatrix\",\"OutputControllableModelQ\",\"OutputForm\",\"OutputFormData\",\"OutputGrouping\",\"OutputMathEditExpression\",\"OutputNamePacket\",\"OutputResponse\",\"OutputSizeLimit\",\"OutputStream\",\"Over\",\"OverBar\",\"OverDot\",\"Overflow\",\"OverHat\",\"Overlaps\",\"Overlay\",\"OverlayBox\",\"OverlayBoxOptions\",\"Overscript\",\"OverscriptBox\",\"OverscriptBoxOptions\",\"OverTilde\",\"OverVector\",\"OverwriteTarget\",\"OwenT\",\"OwnValues\",\"Package\",\"PackingMethod\",\"PackPaclet\",\"PacletDataRebuild\",\"PacletDirectoryAdd\",\"PacletDirectoryLoad\",\"PacletDirectoryRemove\",\"PacletDirectoryUnload\",\"PacletDisable\",\"PacletEnable\",\"PacletFind\",\"PacletFindRemote\",\"PacletInformation\",\"PacletInstall\",\"PacletInstallSubmit\",\"PacletNewerQ\",\"PacletObject\",\"PacletObjectQ\",\"PacletSite\",\"PacletSiteObject\",\"PacletSiteRegister\",\"PacletSites\",\"PacletSiteUnregister\",\"PacletSiteUpdate\",\"PacletUninstall\",\"PacletUpdate\",\"PaddedForm\",\"Padding\",\"PaddingLayer\",\"PaddingSize\",\"PadeApproximant\",\"PadLeft\",\"PadRight\",\"PageBreakAbove\",\"PageBreakBelow\",\"PageBreakWithin\",\"PageFooterLines\",\"PageFooters\",\"PageHeaderLines\",\"PageHeaders\",\"PageHeight\",\"PageRankCentrality\",\"PageTheme\",\"PageWidth\",\"Pagination\",\"PairedBarChart\",\"PairedHistogram\",\"PairedSmoothHistogram\",\"PairedTTest\",\"PairedZTest\",\"PaletteNotebook\",\"PalettePath\",\"PalindromeQ\",\"Pane\",\"PaneBox\",\"PaneBoxOptions\",\"Panel\",\"PanelBox\",\"PanelBoxOptions\",\"Paneled\",\"PaneSelector\",\"PaneSelectorBox\",\"PaneSelectorBoxOptions\",\"PaperWidth\",\"ParabolicCylinderD\",\"ParagraphIndent\",\"ParagraphSpacing\",\"ParallelArray\",\"ParallelCombine\",\"ParallelDo\",\"Parallelepiped\",\"ParallelEvaluate\",\"Parallelization\",\"Parallelize\",\"ParallelMap\",\"ParallelNeeds\",\"Parallelogram\",\"ParallelProduct\",\"ParallelSubmit\",\"ParallelSum\",\"ParallelTable\",\"ParallelTry\",\"Parameter\",\"ParameterEstimator\",\"ParameterMixtureDistribution\",\"ParameterVariables\",\"ParametricFunction\",\"ParametricNDSolve\",\"ParametricNDSolveValue\",\"ParametricPlot\",\"ParametricPlot3D\",\"ParametricRampLayer\",\"ParametricRegion\",\"ParentBox\",\"ParentCell\",\"ParentConnect\",\"ParentDirectory\",\"ParentForm\",\"Parenthesize\",\"ParentList\",\"ParentNotebook\",\"ParetoDistribution\",\"ParetoPickandsDistribution\",\"ParkData\",\"Part\",\"PartBehavior\",\"PartialCorrelationFunction\",\"PartialD\",\"ParticleAcceleratorData\",\"ParticleData\",\"Partition\",\"PartitionGranularity\",\"PartitionsP\",\"PartitionsQ\",\"PartLayer\",\"PartOfSpeech\",\"PartProtection\",\"ParzenWindow\",\"PascalDistribution\",\"PassEventsDown\",\"PassEventsUp\",\"Paste\",\"PasteAutoQuoteCharacters\",\"PasteBoxFormInlineCells\",\"PasteButton\",\"Path\",\"PathGraph\",\"PathGraphQ\",\"Pattern\",\"PatternFilling\",\"PatternSequence\",\"PatternTest\",\"PauliMatrix\",\"PaulWavelet\",\"Pause\",\"PausedTime\",\"PDF\",\"PeakDetect\",\"PeanoCurve\",\"PearsonChiSquareTest\",\"PearsonCorrelationTest\",\"PearsonDistribution\",\"PercentForm\",\"PerfectNumber\",\"PerfectNumberQ\",\"PerformanceGoal\",\"Perimeter\",\"PeriodicBoundaryCondition\",\"PeriodicInterpolation\",\"Periodogram\",\"PeriodogramArray\",\"Permanent\",\"Permissions\",\"PermissionsGroup\",\"PermissionsGroupMemberQ\",\"PermissionsGroups\",\"PermissionsKey\",\"PermissionsKeys\",\"PermutationCycles\",\"PermutationCyclesQ\",\"PermutationGroup\",\"PermutationLength\",\"PermutationList\",\"PermutationListQ\",\"PermutationMax\",\"PermutationMin\",\"PermutationOrder\",\"PermutationPower\",\"PermutationProduct\",\"PermutationReplace\",\"Permutations\",\"PermutationSupport\",\"Permute\",\"PeronaMalikFilter\",\"Perpendicular\",\"PerpendicularBisector\",\"PersistenceLocation\",\"PersistenceTime\",\"PersistentObject\",\"PersistentObjects\",\"PersistentValue\",\"PersonData\",\"PERTDistribution\",\"PetersenGraph\",\"PhaseMargins\",\"PhaseRange\",\"PhysicalSystemData\",\"Pi\",\"Pick\",\"PIDData\",\"PIDDerivativeFilter\",\"PIDFeedforward\",\"PIDTune\",\"Piecewise\",\"PiecewiseExpand\",\"PieChart\",\"PieChart3D\",\"PillaiTrace\",\"PillaiTraceTest\",\"PingTime\",\"Pink\",\"PitchRecognize\",\"Pivoting\",\"PixelConstrained\",\"PixelValue\",\"PixelValuePositions\",\"Placed\",\"Placeholder\",\"PlaceholderReplace\",\"Plain\",\"PlanarAngle\",\"PlanarGraph\",\"PlanarGraphQ\",\"PlanckRadiationLaw\",\"PlaneCurveData\",\"PlanetaryMoonData\",\"PlanetData\",\"PlantData\",\"Play\",\"PlayRange\",\"Plot\",\"Plot3D\",\"Plot3Matrix\",\"PlotDivision\",\"PlotJoined\",\"PlotLabel\",\"PlotLabels\",\"PlotLayout\",\"PlotLegends\",\"PlotMarkers\",\"PlotPoints\",\"PlotRange\",\"PlotRangeClipping\",\"PlotRangeClipPlanesStyle\",\"PlotRangePadding\",\"PlotRegion\",\"PlotStyle\",\"PlotTheme\",\"Pluralize\",\"Plus\",\"PlusMinus\",\"Pochhammer\",\"PodStates\",\"PodWidth\",\"Point\",\"Point3DBox\",\"Point3DBoxOptions\",\"PointBox\",\"PointBoxOptions\",\"PointFigureChart\",\"PointLegend\",\"PointSize\",\"PoissonConsulDistribution\",\"PoissonDistribution\",\"PoissonProcess\",\"PoissonWindow\",\"PolarAxes\",\"PolarAxesOrigin\",\"PolarGridLines\",\"PolarPlot\",\"PolarTicks\",\"PoleZeroMarkers\",\"PolyaAeppliDistribution\",\"PolyGamma\",\"Polygon\",\"Polygon3DBox\",\"Polygon3DBoxOptions\",\"PolygonalNumber\",\"PolygonAngle\",\"PolygonBox\",\"PolygonBoxOptions\",\"PolygonCoordinates\",\"PolygonDecomposition\",\"PolygonHoleScale\",\"PolygonIntersections\",\"PolygonScale\",\"Polyhedron\",\"PolyhedronAngle\",\"PolyhedronCoordinates\",\"PolyhedronData\",\"PolyhedronDecomposition\",\"PolyhedronGenus\",\"PolyLog\",\"PolynomialExtendedGCD\",\"PolynomialForm\",\"PolynomialGCD\",\"PolynomialLCM\",\"PolynomialMod\",\"PolynomialQ\",\"PolynomialQuotient\",\"PolynomialQuotientRemainder\",\"PolynomialReduce\",\"PolynomialRemainder\",\"Polynomials\",\"PoolingLayer\",\"PopupMenu\",\"PopupMenuBox\",\"PopupMenuBoxOptions\",\"PopupView\",\"PopupWindow\",\"Position\",\"PositionIndex\",\"Positive\",\"PositiveDefiniteMatrixQ\",\"PositiveIntegers\",\"PositiveRationals\",\"PositiveReals\",\"PositiveSemidefiniteMatrixQ\",\"PossibleZeroQ\",\"Postfix\",\"PostScript\",\"Power\",\"PowerDistribution\",\"PowerExpand\",\"PowerMod\",\"PowerModList\",\"PowerRange\",\"PowerSpectralDensity\",\"PowersRepresentations\",\"PowerSymmetricPolynomial\",\"Precedence\",\"PrecedenceForm\",\"Precedes\",\"PrecedesEqual\",\"PrecedesSlantEqual\",\"PrecedesTilde\",\"Precision\",\"PrecisionGoal\",\"PreDecrement\",\"Predict\",\"PredictionRoot\",\"PredictorFunction\",\"PredictorInformation\",\"PredictorMeasurements\",\"PredictorMeasurementsObject\",\"PreemptProtect\",\"PreferencesPath\",\"Prefix\",\"PreIncrement\",\"Prepend\",\"PrependLayer\",\"PrependTo\",\"PreprocessingRules\",\"PreserveColor\",\"PreserveImageOptions\",\"Previous\",\"PreviousCell\",\"PreviousDate\",\"PriceGraphDistribution\",\"PrimaryPlaceholder\",\"Prime\",\"PrimeNu\",\"PrimeOmega\",\"PrimePi\",\"PrimePowerQ\",\"PrimeQ\",\"Primes\",\"PrimeZetaP\",\"PrimitivePolynomialQ\",\"PrimitiveRoot\",\"PrimitiveRootList\",\"PrincipalComponents\",\"PrincipalValue\",\"Print\",\"PrintableASCIIQ\",\"PrintAction\",\"PrintForm\",\"PrintingCopies\",\"PrintingOptions\",\"PrintingPageRange\",\"PrintingStartingPageNumber\",\"PrintingStyleEnvironment\",\"Printout3D\",\"Printout3DPreviewer\",\"PrintPrecision\",\"PrintTemporary\",\"Prism\",\"PrismBox\",\"PrismBoxOptions\",\"PrivateCellOptions\",\"PrivateEvaluationOptions\",\"PrivateFontOptions\",\"PrivateFrontEndOptions\",\"PrivateKey\",\"PrivateNotebookOptions\",\"PrivatePaths\",\"Probability\",\"ProbabilityDistribution\",\"ProbabilityPlot\",\"ProbabilityPr\",\"ProbabilityScalePlot\",\"ProbitModelFit\",\"ProcessConnection\",\"ProcessDirectory\",\"ProcessEnvironment\",\"Processes\",\"ProcessEstimator\",\"ProcessInformation\",\"ProcessObject\",\"ProcessParameterAssumptions\",\"ProcessParameterQ\",\"ProcessStateDomain\",\"ProcessStatus\",\"ProcessTimeDomain\",\"Product\",\"ProductDistribution\",\"ProductLog\",\"ProgressIndicator\",\"ProgressIndicatorBox\",\"ProgressIndicatorBoxOptions\",\"Projection\",\"Prolog\",\"PromptForm\",\"ProofObject\",\"Properties\",\"Property\",\"PropertyList\",\"PropertyValue\",\"Proportion\",\"Proportional\",\"Protect\",\"Protected\",\"ProteinData\",\"Pruning\",\"PseudoInverse\",\"PsychrometricPropertyData\",\"PublicKey\",\"PublisherID\",\"PulsarData\",\"PunctuationCharacter\",\"Purple\",\"Put\",\"PutAppend\",\"Pyramid\",\"PyramidBox\",\"PyramidBoxOptions\",\"QBinomial\",\"QFactorial\",\"QGamma\",\"QHypergeometricPFQ\",\"QnDispersion\",\"QPochhammer\",\"QPolyGamma\",\"QRDecomposition\",\"QuadraticIrrationalQ\",\"QuadraticOptimization\",\"Quantile\",\"QuantilePlot\",\"Quantity\",\"QuantityArray\",\"QuantityDistribution\",\"QuantityForm\",\"QuantityMagnitude\",\"QuantityQ\",\"QuantityUnit\",\"QuantityVariable\",\"QuantityVariableCanonicalUnit\",\"QuantityVariableDimensions\",\"QuantityVariableIdentifier\",\"QuantityVariablePhysicalQuantity\",\"Quartics\",\"QuartileDeviation\",\"Quartiles\",\"QuartileSkewness\",\"Query\",\"QueueingNetworkProcess\",\"QueueingProcess\",\"QueueProperties\",\"Quiet\",\"Quit\",\"Quotient\",\"QuotientRemainder\",\"RadialGradientImage\",\"RadialityCentrality\",\"RadicalBox\",\"RadicalBoxOptions\",\"RadioButton\",\"RadioButtonBar\",\"RadioButtonBox\",\"RadioButtonBoxOptions\",\"Radon\",\"RadonTransform\",\"RamanujanTau\",\"RamanujanTauL\",\"RamanujanTauTheta\",\"RamanujanTauZ\",\"Ramp\",\"Random\",\"RandomChoice\",\"RandomColor\",\"RandomComplex\",\"RandomEntity\",\"RandomFunction\",\"RandomGeoPosition\",\"RandomGraph\",\"RandomImage\",\"RandomInstance\",\"RandomInteger\",\"RandomPermutation\",\"RandomPoint\",\"RandomPolygon\",\"RandomPolyhedron\",\"RandomPrime\",\"RandomReal\",\"RandomSample\",\"RandomSeed\",\"RandomSeeding\",\"RandomVariate\",\"RandomWalkProcess\",\"RandomWord\",\"Range\",\"RangeFilter\",\"RangeSpecification\",\"RankedMax\",\"RankedMin\",\"RarerProbability\",\"Raster\",\"Raster3D\",\"Raster3DBox\",\"Raster3DBoxOptions\",\"RasterArray\",\"RasterBox\",\"RasterBoxOptions\",\"Rasterize\",\"RasterSize\",\"Rational\",\"RationalFunctions\",\"Rationalize\",\"Rationals\",\"Ratios\",\"RawArray\",\"RawBoxes\",\"RawData\",\"RawMedium\",\"RayleighDistribution\",\"Re\",\"Read\",\"ReadByteArray\",\"ReadLine\",\"ReadList\",\"ReadProtected\",\"ReadString\",\"Real\",\"RealAbs\",\"RealBlockDiagonalForm\",\"RealDigits\",\"RealExponent\",\"Reals\",\"RealSign\",\"Reap\",\"RebuildPacletData\",\"RecognitionPrior\",\"RecognitionThreshold\",\"Record\",\"RecordLists\",\"RecordSeparators\",\"Rectangle\",\"RectangleBox\",\"RectangleBoxOptions\",\"RectangleChart\",\"RectangleChart3D\",\"RectangularRepeatingElement\",\"RecurrenceFilter\",\"RecurrenceTable\",\"RecurringDigitsForm\",\"Red\",\"Reduce\",\"RefBox\",\"ReferenceLineStyle\",\"ReferenceMarkers\",\"ReferenceMarkerStyle\",\"Refine\",\"ReflectionMatrix\",\"ReflectionTransform\",\"Refresh\",\"RefreshRate\",\"Region\",\"RegionBinarize\",\"RegionBoundary\",\"RegionBoundaryStyle\",\"RegionBounds\",\"RegionCentroid\",\"RegionDifference\",\"RegionDimension\",\"RegionDisjoint\",\"RegionDistance\",\"RegionDistanceFunction\",\"RegionEmbeddingDimension\",\"RegionEqual\",\"RegionFillingStyle\",\"RegionFunction\",\"RegionImage\",\"RegionIntersection\",\"RegionMeasure\",\"RegionMember\",\"RegionMemberFunction\",\"RegionMoment\",\"RegionNearest\",\"RegionNearestFunction\",\"RegionPlot\",\"RegionPlot3D\",\"RegionProduct\",\"RegionQ\",\"RegionResize\",\"RegionSize\",\"RegionSymmetricDifference\",\"RegionUnion\",\"RegionWithin\",\"RegisterExternalEvaluator\",\"RegularExpression\",\"Regularization\",\"RegularlySampledQ\",\"RegularPolygon\",\"ReIm\",\"ReImLabels\",\"ReImPlot\",\"ReImStyle\",\"Reinstall\",\"RelationalDatabase\",\"RelationGraph\",\"Release\",\"ReleaseHold\",\"ReliabilityDistribution\",\"ReliefImage\",\"ReliefPlot\",\"RemoteAuthorizationCaching\",\"RemoteConnect\",\"RemoteConnectionObject\",\"RemoteFile\",\"RemoteRun\",\"RemoteRunProcess\",\"Remove\",\"RemoveAlphaChannel\",\"RemoveAsynchronousTask\",\"RemoveAudioStream\",\"RemoveBackground\",\"RemoveChannelListener\",\"RemoveChannelSubscribers\",\"Removed\",\"RemoveDiacritics\",\"RemoveInputStreamMethod\",\"RemoveOutputStreamMethod\",\"RemoveProperty\",\"RemoveScheduledTask\",\"RemoveUsers\",\"RemoveVideoStream\",\"RenameDirectory\",\"RenameFile\",\"RenderAll\",\"RenderingOptions\",\"RenewalProcess\",\"RenkoChart\",\"RepairMesh\",\"Repeated\",\"RepeatedNull\",\"RepeatedString\",\"RepeatedTiming\",\"RepeatingElement\",\"Replace\",\"ReplaceAll\",\"ReplaceHeldPart\",\"ReplaceImageValue\",\"ReplaceList\",\"ReplacePart\",\"ReplacePixelValue\",\"ReplaceRepeated\",\"ReplicateLayer\",\"RequiredPhysicalQuantities\",\"Resampling\",\"ResamplingAlgorithmData\",\"ResamplingMethod\",\"Rescale\",\"RescalingTransform\",\"ResetDirectory\",\"ResetMenusPacket\",\"ResetScheduledTask\",\"ReshapeLayer\",\"Residue\",\"ResizeLayer\",\"Resolve\",\"ResourceAcquire\",\"ResourceData\",\"ResourceFunction\",\"ResourceObject\",\"ResourceRegister\",\"ResourceRemove\",\"ResourceSearch\",\"ResourceSubmissionObject\",\"ResourceSubmit\",\"ResourceSystemBase\",\"ResourceSystemPath\",\"ResourceUpdate\",\"ResourceVersion\",\"ResponseForm\",\"Rest\",\"RestartInterval\",\"Restricted\",\"Resultant\",\"ResumePacket\",\"Return\",\"ReturnEntersInput\",\"ReturnExpressionPacket\",\"ReturnInputFormPacket\",\"ReturnPacket\",\"ReturnReceiptFunction\",\"ReturnTextPacket\",\"Reverse\",\"ReverseApplied\",\"ReverseBiorthogonalSplineWavelet\",\"ReverseElement\",\"ReverseEquilibrium\",\"ReverseGraph\",\"ReverseSort\",\"ReverseSortBy\",\"ReverseUpEquilibrium\",\"RevolutionAxis\",\"RevolutionPlot3D\",\"RGBColor\",\"RiccatiSolve\",\"RiceDistribution\",\"RidgeFilter\",\"RiemannR\",\"RiemannSiegelTheta\",\"RiemannSiegelZ\",\"RiemannXi\",\"Riffle\",\"Right\",\"RightArrow\",\"RightArrowBar\",\"RightArrowLeftArrow\",\"RightComposition\",\"RightCosetRepresentative\",\"RightDownTeeVector\",\"RightDownVector\",\"RightDownVectorBar\",\"RightTee\",\"RightTeeArrow\",\"RightTeeVector\",\"RightTriangle\",\"RightTriangleBar\",\"RightTriangleEqual\",\"RightUpDownVector\",\"RightUpTeeVector\",\"RightUpVector\",\"RightUpVectorBar\",\"RightVector\",\"RightVectorBar\",\"RiskAchievementImportance\",\"RiskReductionImportance\",\"RogersTanimotoDissimilarity\",\"RollPitchYawAngles\",\"RollPitchYawMatrix\",\"RomanNumeral\",\"Root\",\"RootApproximant\",\"RootIntervals\",\"RootLocusPlot\",\"RootMeanSquare\",\"RootOfUnityQ\",\"RootReduce\",\"Roots\",\"RootSum\",\"Rotate\",\"RotateLabel\",\"RotateLeft\",\"RotateRight\",\"RotationAction\",\"RotationBox\",\"RotationBoxOptions\",\"RotationMatrix\",\"RotationTransform\",\"Round\",\"RoundImplies\",\"RoundingRadius\",\"Row\",\"RowAlignments\",\"RowBackgrounds\",\"RowBox\",\"RowHeights\",\"RowLines\",\"RowMinHeight\",\"RowReduce\",\"RowsEqual\",\"RowSpacings\",\"RSolve\",\"RSolveValue\",\"RudinShapiro\",\"RudvalisGroupRu\",\"Rule\",\"RuleCondition\",\"RuleDelayed\",\"RuleForm\",\"RulePlot\",\"RulerUnits\",\"Run\",\"RunProcess\",\"RunScheduledTask\",\"RunThrough\",\"RuntimeAttributes\",\"RuntimeOptions\",\"RussellRaoDissimilarity\",\"SameQ\",\"SameTest\",\"SameTestProperties\",\"SampledEntityClass\",\"SampleDepth\",\"SampledSoundFunction\",\"SampledSoundList\",\"SampleRate\",\"SamplingPeriod\",\"SARIMAProcess\",\"SARMAProcess\",\"SASTriangle\",\"SatelliteData\",\"SatisfiabilityCount\",\"SatisfiabilityInstances\",\"SatisfiableQ\",\"Saturday\",\"Save\",\"Saveable\",\"SaveAutoDelete\",\"SaveConnection\",\"SaveDefinitions\",\"SavitzkyGolayMatrix\",\"SawtoothWave\",\"Scale\",\"Scaled\",\"ScaleDivisions\",\"ScaledMousePosition\",\"ScaleOrigin\",\"ScalePadding\",\"ScaleRanges\",\"ScaleRangeStyle\",\"ScalingFunctions\",\"ScalingMatrix\",\"ScalingTransform\",\"Scan\",\"ScheduledTask\",\"ScheduledTaskActiveQ\",\"ScheduledTaskInformation\",\"ScheduledTaskInformationData\",\"ScheduledTaskObject\",\"ScheduledTasks\",\"SchurDecomposition\",\"ScientificForm\",\"ScientificNotationThreshold\",\"ScorerGi\",\"ScorerGiPrime\",\"ScorerHi\",\"ScorerHiPrime\",\"ScreenRectangle\",\"ScreenStyleEnvironment\",\"ScriptBaselineShifts\",\"ScriptForm\",\"ScriptLevel\",\"ScriptMinSize\",\"ScriptRules\",\"ScriptSizeMultipliers\",\"Scrollbars\",\"ScrollingOptions\",\"ScrollPosition\",\"SearchAdjustment\",\"SearchIndexObject\",\"SearchIndices\",\"SearchQueryString\",\"SearchResultObject\",\"Sec\",\"Sech\",\"SechDistribution\",\"SecondOrderConeOptimization\",\"SectionGrouping\",\"SectorChart\",\"SectorChart3D\",\"SectorOrigin\",\"SectorSpacing\",\"SecuredAuthenticationKey\",\"SecuredAuthenticationKeys\",\"SeedRandom\",\"Select\",\"Selectable\",\"SelectComponents\",\"SelectedCells\",\"SelectedNotebook\",\"SelectFirst\",\"Selection\",\"SelectionAnimate\",\"SelectionCell\",\"SelectionCellCreateCell\",\"SelectionCellDefaultStyle\",\"SelectionCellParentStyle\",\"SelectionCreateCell\",\"SelectionDebuggerTag\",\"SelectionDuplicateCell\",\"SelectionEvaluate\",\"SelectionEvaluateCreateCell\",\"SelectionMove\",\"SelectionPlaceholder\",\"SelectionSetStyle\",\"SelectWithContents\",\"SelfLoops\",\"SelfLoopStyle\",\"SemanticImport\",\"SemanticImportString\",\"SemanticInterpretation\",\"SemialgebraicComponentInstances\",\"SemidefiniteOptimization\",\"SendMail\",\"SendMessage\",\"Sequence\",\"SequenceAlignment\",\"SequenceAttentionLayer\",\"SequenceCases\",\"SequenceCount\",\"SequenceFold\",\"SequenceFoldList\",\"SequenceForm\",\"SequenceHold\",\"SequenceLastLayer\",\"SequenceMostLayer\",\"SequencePosition\",\"SequencePredict\",\"SequencePredictorFunction\",\"SequenceReplace\",\"SequenceRestLayer\",\"SequenceReverseLayer\",\"SequenceSplit\",\"Series\",\"SeriesCoefficient\",\"SeriesData\",\"SeriesTermGoal\",\"ServiceConnect\",\"ServiceDisconnect\",\"ServiceExecute\",\"ServiceObject\",\"ServiceRequest\",\"ServiceResponse\",\"ServiceSubmit\",\"SessionSubmit\",\"SessionTime\",\"Set\",\"SetAccuracy\",\"SetAlphaChannel\",\"SetAttributes\",\"Setbacks\",\"SetBoxFormNamesPacket\",\"SetCloudDirectory\",\"SetCookies\",\"SetDelayed\",\"SetDirectory\",\"SetEnvironment\",\"SetEvaluationNotebook\",\"SetFileDate\",\"SetFileLoadingContext\",\"SetNotebookStatusLine\",\"SetOptions\",\"SetOptionsPacket\",\"SetPermissions\",\"SetPrecision\",\"SetProperty\",\"SetSecuredAuthenticationKey\",\"SetSelectedNotebook\",\"SetSharedFunction\",\"SetSharedVariable\",\"SetSpeechParametersPacket\",\"SetStreamPosition\",\"SetSystemModel\",\"SetSystemOptions\",\"Setter\",\"SetterBar\",\"SetterBox\",\"SetterBoxOptions\",\"Setting\",\"SetUsers\",\"SetValue\",\"Shading\",\"Shallow\",\"ShannonWavelet\",\"ShapiroWilkTest\",\"Share\",\"SharingList\",\"Sharpen\",\"ShearingMatrix\",\"ShearingTransform\",\"ShellRegion\",\"ShenCastanMatrix\",\"ShiftedGompertzDistribution\",\"ShiftRegisterSequence\",\"Short\",\"ShortDownArrow\",\"Shortest\",\"ShortestMatch\",\"ShortestPathFunction\",\"ShortLeftArrow\",\"ShortRightArrow\",\"ShortTimeFourier\",\"ShortTimeFourierData\",\"ShortUpArrow\",\"Show\",\"ShowAutoConvert\",\"ShowAutoSpellCheck\",\"ShowAutoStyles\",\"ShowCellBracket\",\"ShowCellLabel\",\"ShowCellTags\",\"ShowClosedCellArea\",\"ShowCodeAssist\",\"ShowContents\",\"ShowControls\",\"ShowCursorTracker\",\"ShowGroupOpenCloseIcon\",\"ShowGroupOpener\",\"ShowInvisibleCharacters\",\"ShowPageBreaks\",\"ShowPredictiveInterface\",\"ShowSelection\",\"ShowShortBoxForm\",\"ShowSpecialCharacters\",\"ShowStringCharacters\",\"ShowSyntaxStyles\",\"ShrinkingDelay\",\"ShrinkWrapBoundingBox\",\"SiderealTime\",\"SiegelTheta\",\"SiegelTukeyTest\",\"SierpinskiCurve\",\"SierpinskiMesh\",\"Sign\",\"Signature\",\"SignedRankTest\",\"SignedRegionDistance\",\"SignificanceLevel\",\"SignPadding\",\"SignTest\",\"SimilarityRules\",\"SimpleGraph\",\"SimpleGraphQ\",\"SimplePolygonQ\",\"SimplePolyhedronQ\",\"Simplex\",\"Simplify\",\"Sin\",\"Sinc\",\"SinghMaddalaDistribution\",\"SingleEvaluation\",\"SingleLetterItalics\",\"SingleLetterStyle\",\"SingularValueDecomposition\",\"SingularValueList\",\"SingularValuePlot\",\"SingularValues\",\"Sinh\",\"SinhIntegral\",\"SinIntegral\",\"SixJSymbol\",\"Skeleton\",\"SkeletonTransform\",\"SkellamDistribution\",\"Skewness\",\"SkewNormalDistribution\",\"SkinStyle\",\"Skip\",\"SliceContourPlot3D\",\"SliceDensityPlot3D\",\"SliceDistribution\",\"SliceVectorPlot3D\",\"Slider\",\"Slider2D\",\"Slider2DBox\",\"Slider2DBoxOptions\",\"SliderBox\",\"SliderBoxOptions\",\"SlideView\",\"Slot\",\"SlotSequence\",\"Small\",\"SmallCircle\",\"Smaller\",\"SmithDecomposition\",\"SmithDelayCompensator\",\"SmithWatermanSimilarity\",\"SmoothDensityHistogram\",\"SmoothHistogram\",\"SmoothHistogram3D\",\"SmoothKernelDistribution\",\"SnDispersion\",\"Snippet\",\"SnubPolyhedron\",\"SocialMediaData\",\"Socket\",\"SocketConnect\",\"SocketListen\",\"SocketListener\",\"SocketObject\",\"SocketOpen\",\"SocketReadMessage\",\"SocketReadyQ\",\"Sockets\",\"SocketWaitAll\",\"SocketWaitNext\",\"SoftmaxLayer\",\"SokalSneathDissimilarity\",\"SolarEclipse\",\"SolarSystemFeatureData\",\"SolidAngle\",\"SolidData\",\"SolidRegionQ\",\"Solve\",\"SolveAlways\",\"SolveDelayed\",\"Sort\",\"SortBy\",\"SortedBy\",\"SortedEntityClass\",\"Sound\",\"SoundAndGraphics\",\"SoundNote\",\"SoundVolume\",\"SourceLink\",\"Sow\",\"Space\",\"SpaceCurveData\",\"SpaceForm\",\"Spacer\",\"Spacings\",\"Span\",\"SpanAdjustments\",\"SpanCharacterRounding\",\"SpanFromAbove\",\"SpanFromBoth\",\"SpanFromLeft\",\"SpanLineThickness\",\"SpanMaxSize\",\"SpanMinSize\",\"SpanningCharacters\",\"SpanSymmetric\",\"SparseArray\",\"SpatialGraphDistribution\",\"SpatialMedian\",\"SpatialTransformationLayer\",\"Speak\",\"SpeakerMatchQ\",\"SpeakTextPacket\",\"SpearmanRankTest\",\"SpearmanRho\",\"SpeciesData\",\"SpecificityGoal\",\"SpectralLineData\",\"Spectrogram\",\"SpectrogramArray\",\"Specularity\",\"SpeechCases\",\"SpeechInterpreter\",\"SpeechRecognize\",\"SpeechSynthesize\",\"SpellingCorrection\",\"SpellingCorrectionList\",\"SpellingDictionaries\",\"SpellingDictionariesPath\",\"SpellingOptions\",\"SpellingSuggestionsPacket\",\"Sphere\",\"SphereBox\",\"SpherePoints\",\"SphericalBesselJ\",\"SphericalBesselY\",\"SphericalHankelH1\",\"SphericalHankelH2\",\"SphericalHarmonicY\",\"SphericalPlot3D\",\"SphericalRegion\",\"SphericalShell\",\"SpheroidalEigenvalue\",\"SpheroidalJoiningFactor\",\"SpheroidalPS\",\"SpheroidalPSPrime\",\"SpheroidalQS\",\"SpheroidalQSPrime\",\"SpheroidalRadialFactor\",\"SpheroidalS1\",\"SpheroidalS1Prime\",\"SpheroidalS2\",\"SpheroidalS2Prime\",\"Splice\",\"SplicedDistribution\",\"SplineClosed\",\"SplineDegree\",\"SplineKnots\",\"SplineWeights\",\"Split\",\"SplitBy\",\"SpokenString\",\"Sqrt\",\"SqrtBox\",\"SqrtBoxOptions\",\"Square\",\"SquaredEuclideanDistance\",\"SquareFreeQ\",\"SquareIntersection\",\"SquareMatrixQ\",\"SquareRepeatingElement\",\"SquaresR\",\"SquareSubset\",\"SquareSubsetEqual\",\"SquareSuperset\",\"SquareSupersetEqual\",\"SquareUnion\",\"SquareWave\",\"SSSTriangle\",\"StabilityMargins\",\"StabilityMarginsStyle\",\"StableDistribution\",\"Stack\",\"StackBegin\",\"StackComplete\",\"StackedDateListPlot\",\"StackedListPlot\",\"StackInhibit\",\"StadiumShape\",\"StandardAtmosphereData\",\"StandardDeviation\",\"StandardDeviationFilter\",\"StandardForm\",\"Standardize\",\"Standardized\",\"StandardOceanData\",\"StandbyDistribution\",\"Star\",\"StarClusterData\",\"StarData\",\"StarGraph\",\"StartAsynchronousTask\",\"StartExternalSession\",\"StartingStepSize\",\"StartOfLine\",\"StartOfString\",\"StartProcess\",\"StartScheduledTask\",\"StartupSound\",\"StartWebSession\",\"StateDimensions\",\"StateFeedbackGains\",\"StateOutputEstimator\",\"StateResponse\",\"StateSpaceModel\",\"StateSpaceRealization\",\"StateSpaceTransform\",\"StateTransformationLinearize\",\"StationaryDistribution\",\"StationaryWaveletPacketTransform\",\"StationaryWaveletTransform\",\"StatusArea\",\"StatusCentrality\",\"StepMonitor\",\"StereochemistryElements\",\"StieltjesGamma\",\"StippleShading\",\"StirlingS1\",\"StirlingS2\",\"StopAsynchronousTask\",\"StoppingPowerData\",\"StopScheduledTask\",\"StrataVariables\",\"StratonovichProcess\",\"StreamColorFunction\",\"StreamColorFunctionScaling\",\"StreamDensityPlot\",\"StreamMarkers\",\"StreamPlot\",\"StreamPoints\",\"StreamPosition\",\"Streams\",\"StreamScale\",\"StreamStyle\",\"String\",\"StringBreak\",\"StringByteCount\",\"StringCases\",\"StringContainsQ\",\"StringCount\",\"StringDelete\",\"StringDrop\",\"StringEndsQ\",\"StringExpression\",\"StringExtract\",\"StringForm\",\"StringFormat\",\"StringFreeQ\",\"StringInsert\",\"StringJoin\",\"StringLength\",\"StringMatchQ\",\"StringPadLeft\",\"StringPadRight\",\"StringPart\",\"StringPartition\",\"StringPosition\",\"StringQ\",\"StringRepeat\",\"StringReplace\",\"StringReplaceList\",\"StringReplacePart\",\"StringReverse\",\"StringRiffle\",\"StringRotateLeft\",\"StringRotateRight\",\"StringSkeleton\",\"StringSplit\",\"StringStartsQ\",\"StringTake\",\"StringTemplate\",\"StringToByteArray\",\"StringToStream\",\"StringTrim\",\"StripBoxes\",\"StripOnInput\",\"StripWrapperBoxes\",\"StrokeForm\",\"StructuralImportance\",\"StructuredArray\",\"StructuredArrayHeadQ\",\"StructuredSelection\",\"StruveH\",\"StruveL\",\"Stub\",\"StudentTDistribution\",\"Style\",\"StyleBox\",\"StyleBoxAutoDelete\",\"StyleData\",\"StyleDefinitions\",\"StyleForm\",\"StyleHints\",\"StyleKeyMapping\",\"StyleMenuListing\",\"StyleNameDialogSettings\",\"StyleNames\",\"StylePrint\",\"StyleSheetPath\",\"Subdivide\",\"Subfactorial\",\"Subgraph\",\"SubMinus\",\"SubPlus\",\"SubresultantPolynomialRemainders\",\"SubresultantPolynomials\",\"Subresultants\",\"Subscript\",\"SubscriptBox\",\"SubscriptBoxOptions\",\"Subscripted\",\"Subsequences\",\"Subset\",\"SubsetCases\",\"SubsetCount\",\"SubsetEqual\",\"SubsetMap\",\"SubsetPosition\",\"SubsetQ\",\"SubsetReplace\",\"Subsets\",\"SubStar\",\"SubstitutionSystem\",\"Subsuperscript\",\"SubsuperscriptBox\",\"SubsuperscriptBoxOptions\",\"SubtitleEncoding\",\"SubtitleTracks\",\"Subtract\",\"SubtractFrom\",\"SubtractSides\",\"SubValues\",\"Succeeds\",\"SucceedsEqual\",\"SucceedsSlantEqual\",\"SucceedsTilde\",\"Success\",\"SuchThat\",\"Sum\",\"SumConvergence\",\"SummationLayer\",\"Sunday\",\"SunPosition\",\"Sunrise\",\"Sunset\",\"SuperDagger\",\"SuperMinus\",\"SupernovaData\",\"SuperPlus\",\"Superscript\",\"SuperscriptBox\",\"SuperscriptBoxOptions\",\"Superset\",\"SupersetEqual\",\"SuperStar\",\"Surd\",\"SurdForm\",\"SurfaceAppearance\",\"SurfaceArea\",\"SurfaceColor\",\"SurfaceData\",\"SurfaceGraphics\",\"SurvivalDistribution\",\"SurvivalFunction\",\"SurvivalModel\",\"SurvivalModelFit\",\"SuspendPacket\",\"SuzukiDistribution\",\"SuzukiGroupSuz\",\"SwatchLegend\",\"Switch\",\"Symbol\",\"SymbolName\",\"SymletWavelet\",\"Symmetric\",\"SymmetricGroup\",\"SymmetricKey\",\"SymmetricMatrixQ\",\"SymmetricPolynomial\",\"SymmetricReduction\",\"Symmetrize\",\"SymmetrizedArray\",\"SymmetrizedArrayRules\",\"SymmetrizedDependentComponents\",\"SymmetrizedIndependentComponents\",\"SymmetrizedReplacePart\",\"SynchronousInitialization\",\"SynchronousUpdating\",\"Synonyms\",\"Syntax\",\"SyntaxForm\",\"SyntaxInformation\",\"SyntaxLength\",\"SyntaxPacket\",\"SyntaxQ\",\"SynthesizeMissingValues\",\"SystemCredential\",\"SystemCredentialData\",\"SystemCredentialKey\",\"SystemCredentialKeys\",\"SystemCredentialStoreObject\",\"SystemDialogInput\",\"SystemException\",\"SystemGet\",\"SystemHelpPath\",\"SystemInformation\",\"SystemInformationData\",\"SystemInstall\",\"SystemModel\",\"SystemModeler\",\"SystemModelExamples\",\"SystemModelLinearize\",\"SystemModelParametricSimulate\",\"SystemModelPlot\",\"SystemModelProgressReporting\",\"SystemModelReliability\",\"SystemModels\",\"SystemModelSimulate\",\"SystemModelSimulateSensitivity\",\"SystemModelSimulationData\",\"SystemOpen\",\"SystemOptions\",\"SystemProcessData\",\"SystemProcesses\",\"SystemsConnectionsModel\",\"SystemsModelDelay\",\"SystemsModelDelayApproximate\",\"SystemsModelDelete\",\"SystemsModelDimensions\",\"SystemsModelExtract\",\"SystemsModelFeedbackConnect\",\"SystemsModelLabels\",\"SystemsModelLinearity\",\"SystemsModelMerge\",\"SystemsModelOrder\",\"SystemsModelParallelConnect\",\"SystemsModelSeriesConnect\",\"SystemsModelStateFeedbackConnect\",\"SystemsModelVectorRelativeOrders\",\"SystemStub\",\"SystemTest\",\"Tab\",\"TabFilling\",\"Table\",\"TableAlignments\",\"TableDepth\",\"TableDirections\",\"TableForm\",\"TableHeadings\",\"TableSpacing\",\"TableView\",\"TableViewBox\",\"TableViewBoxBackground\",\"TableViewBoxItemSize\",\"TableViewBoxOptions\",\"TabSpacings\",\"TabView\",\"TabViewBox\",\"TabViewBoxOptions\",\"TagBox\",\"TagBoxNote\",\"TagBoxOptions\",\"TaggingRules\",\"TagSet\",\"TagSetDelayed\",\"TagStyle\",\"TagUnset\",\"Take\",\"TakeDrop\",\"TakeLargest\",\"TakeLargestBy\",\"TakeList\",\"TakeSmallest\",\"TakeSmallestBy\",\"TakeWhile\",\"Tally\",\"Tan\",\"Tanh\",\"TargetDevice\",\"TargetFunctions\",\"TargetSystem\",\"TargetUnits\",\"TaskAbort\",\"TaskExecute\",\"TaskObject\",\"TaskRemove\",\"TaskResume\",\"Tasks\",\"TaskSuspend\",\"TaskWait\",\"TautologyQ\",\"TelegraphProcess\",\"TemplateApply\",\"TemplateArgBox\",\"TemplateBox\",\"TemplateBoxOptions\",\"TemplateEvaluate\",\"TemplateExpression\",\"TemplateIf\",\"TemplateObject\",\"TemplateSequence\",\"TemplateSlot\",\"TemplateSlotSequence\",\"TemplateUnevaluated\",\"TemplateVerbatim\",\"TemplateWith\",\"TemporalData\",\"TemporalRegularity\",\"Temporary\",\"TemporaryVariable\",\"TensorContract\",\"TensorDimensions\",\"TensorExpand\",\"TensorProduct\",\"TensorQ\",\"TensorRank\",\"TensorReduce\",\"TensorSymmetry\",\"TensorTranspose\",\"TensorWedge\",\"TestID\",\"TestReport\",\"TestReportObject\",\"TestResultObject\",\"Tetrahedron\",\"TetrahedronBox\",\"TetrahedronBoxOptions\",\"TeXForm\",\"TeXSave\",\"Text\",\"Text3DBox\",\"Text3DBoxOptions\",\"TextAlignment\",\"TextBand\",\"TextBoundingBox\",\"TextBox\",\"TextCases\",\"TextCell\",\"TextClipboardType\",\"TextContents\",\"TextData\",\"TextElement\",\"TextForm\",\"TextGrid\",\"TextJustification\",\"TextLine\",\"TextPacket\",\"TextParagraph\",\"TextPosition\",\"TextRecognize\",\"TextSearch\",\"TextSearchReport\",\"TextSentences\",\"TextString\",\"TextStructure\",\"TextStyle\",\"TextTranslation\",\"Texture\",\"TextureCoordinateFunction\",\"TextureCoordinateScaling\",\"TextWords\",\"Therefore\",\"ThermodynamicData\",\"ThermometerGauge\",\"Thick\",\"Thickness\",\"Thin\",\"Thinning\",\"ThisLink\",\"ThompsonGroupTh\",\"Thread\",\"ThreadingLayer\",\"ThreeJSymbol\",\"Threshold\",\"Through\",\"Throw\",\"ThueMorse\",\"Thumbnail\",\"Thursday\",\"Ticks\",\"TicksStyle\",\"TideData\",\"Tilde\",\"TildeEqual\",\"TildeFullEqual\",\"TildeTilde\",\"TimeConstrained\",\"TimeConstraint\",\"TimeDirection\",\"TimeFormat\",\"TimeGoal\",\"TimelinePlot\",\"TimeObject\",\"TimeObjectQ\",\"TimeRemaining\",\"Times\",\"TimesBy\",\"TimeSeries\",\"TimeSeriesAggregate\",\"TimeSeriesForecast\",\"TimeSeriesInsert\",\"TimeSeriesInvertibility\",\"TimeSeriesMap\",\"TimeSeriesMapThread\",\"TimeSeriesModel\",\"TimeSeriesModelFit\",\"TimeSeriesResample\",\"TimeSeriesRescale\",\"TimeSeriesShift\",\"TimeSeriesThread\",\"TimeSeriesWindow\",\"TimeUsed\",\"TimeValue\",\"TimeWarpingCorrespondence\",\"TimeWarpingDistance\",\"TimeZone\",\"TimeZoneConvert\",\"TimeZoneOffset\",\"Timing\",\"Tiny\",\"TitleGrouping\",\"TitsGroupT\",\"ToBoxes\",\"ToCharacterCode\",\"ToColor\",\"ToContinuousTimeModel\",\"ToDate\",\"Today\",\"ToDiscreteTimeModel\",\"ToEntity\",\"ToeplitzMatrix\",\"ToExpression\",\"ToFileName\",\"Together\",\"Toggle\",\"ToggleFalse\",\"Toggler\",\"TogglerBar\",\"TogglerBox\",\"TogglerBoxOptions\",\"ToHeldExpression\",\"ToInvertibleTimeSeries\",\"TokenWords\",\"Tolerance\",\"ToLowerCase\",\"Tomorrow\",\"ToNumberField\",\"TooBig\",\"Tooltip\",\"TooltipBox\",\"TooltipBoxOptions\",\"TooltipDelay\",\"TooltipStyle\",\"ToonShading\",\"Top\",\"TopHatTransform\",\"ToPolarCoordinates\",\"TopologicalSort\",\"ToRadicals\",\"ToRules\",\"ToSphericalCoordinates\",\"ToString\",\"Total\",\"TotalHeight\",\"TotalLayer\",\"TotalVariationFilter\",\"TotalWidth\",\"TouchPosition\",\"TouchscreenAutoZoom\",\"TouchscreenControlPlacement\",\"ToUpperCase\",\"Tr\",\"Trace\",\"TraceAbove\",\"TraceAction\",\"TraceBackward\",\"TraceDepth\",\"TraceDialog\",\"TraceForward\",\"TraceInternal\",\"TraceLevel\",\"TraceOff\",\"TraceOn\",\"TraceOriginal\",\"TracePrint\",\"TraceScan\",\"TrackedSymbols\",\"TrackingFunction\",\"TracyWidomDistribution\",\"TradingChart\",\"TraditionalForm\",\"TraditionalFunctionNotation\",\"TraditionalNotation\",\"TraditionalOrder\",\"TrainingProgressCheckpointing\",\"TrainingProgressFunction\",\"TrainingProgressMeasurements\",\"TrainingProgressReporting\",\"TrainingStoppingCriterion\",\"TrainingUpdateSchedule\",\"TransferFunctionCancel\",\"TransferFunctionExpand\",\"TransferFunctionFactor\",\"TransferFunctionModel\",\"TransferFunctionPoles\",\"TransferFunctionTransform\",\"TransferFunctionZeros\",\"TransformationClass\",\"TransformationFunction\",\"TransformationFunctions\",\"TransformationMatrix\",\"TransformedDistribution\",\"TransformedField\",\"TransformedProcess\",\"TransformedRegion\",\"TransitionDirection\",\"TransitionDuration\",\"TransitionEffect\",\"TransitiveClosureGraph\",\"TransitiveReductionGraph\",\"Translate\",\"TranslationOptions\",\"TranslationTransform\",\"Transliterate\",\"Transparent\",\"TransparentColor\",\"Transpose\",\"TransposeLayer\",\"TrapSelection\",\"TravelDirections\",\"TravelDirectionsData\",\"TravelDistance\",\"TravelDistanceList\",\"TravelMethod\",\"TravelTime\",\"TreeForm\",\"TreeGraph\",\"TreeGraphQ\",\"TreePlot\",\"TrendStyle\",\"Triangle\",\"TriangleCenter\",\"TriangleConstruct\",\"TriangleMeasurement\",\"TriangleWave\",\"TriangularDistribution\",\"TriangulateMesh\",\"Trig\",\"TrigExpand\",\"TrigFactor\",\"TrigFactorList\",\"Trigger\",\"TrigReduce\",\"TrigToExp\",\"TrimmedMean\",\"TrimmedVariance\",\"TropicalStormData\",\"True\",\"TrueQ\",\"TruncatedDistribution\",\"TruncatedPolyhedron\",\"TsallisQExponentialDistribution\",\"TsallisQGaussianDistribution\",\"TTest\",\"Tube\",\"TubeBezierCurveBox\",\"TubeBezierCurveBoxOptions\",\"TubeBox\",\"TubeBoxOptions\",\"TubeBSplineCurveBox\",\"TubeBSplineCurveBoxOptions\",\"Tuesday\",\"TukeyLambdaDistribution\",\"TukeyWindow\",\"TunnelData\",\"Tuples\",\"TuranGraph\",\"TuringMachine\",\"TuttePolynomial\",\"TwoWayRule\",\"Typed\",\"TypeSpecifier\",\"UnateQ\",\"Uncompress\",\"UnconstrainedParameters\",\"Undefined\",\"UnderBar\",\"Underflow\",\"Underlined\",\"Underoverscript\",\"UnderoverscriptBox\",\"UnderoverscriptBoxOptions\",\"Underscript\",\"UnderscriptBox\",\"UnderscriptBoxOptions\",\"UnderseaFeatureData\",\"UndirectedEdge\",\"UndirectedGraph\",\"UndirectedGraphQ\",\"UndoOptions\",\"UndoTrackedVariables\",\"Unequal\",\"UnequalTo\",\"Unevaluated\",\"UniformDistribution\",\"UniformGraphDistribution\",\"UniformPolyhedron\",\"UniformSumDistribution\",\"Uninstall\",\"Union\",\"UnionedEntityClass\",\"UnionPlus\",\"Unique\",\"UnitaryMatrixQ\",\"UnitBox\",\"UnitConvert\",\"UnitDimensions\",\"Unitize\",\"UnitRootTest\",\"UnitSimplify\",\"UnitStep\",\"UnitSystem\",\"UnitTriangle\",\"UnitVector\",\"UnitVectorLayer\",\"UnityDimensions\",\"UniverseModelData\",\"UniversityData\",\"UnixTime\",\"Unprotect\",\"UnregisterExternalEvaluator\",\"UnsameQ\",\"UnsavedVariables\",\"Unset\",\"UnsetShared\",\"UntrackedVariables\",\"Up\",\"UpArrow\",\"UpArrowBar\",\"UpArrowDownArrow\",\"Update\",\"UpdateDynamicObjects\",\"UpdateDynamicObjectsSynchronous\",\"UpdateInterval\",\"UpdatePacletSites\",\"UpdateSearchIndex\",\"UpDownArrow\",\"UpEquilibrium\",\"UpperCaseQ\",\"UpperLeftArrow\",\"UpperRightArrow\",\"UpperTriangularize\",\"UpperTriangularMatrixQ\",\"Upsample\",\"UpSet\",\"UpSetDelayed\",\"UpTee\",\"UpTeeArrow\",\"UpTo\",\"UpValues\",\"URL\",\"URLBuild\",\"URLDecode\",\"URLDispatcher\",\"URLDownload\",\"URLDownloadSubmit\",\"URLEncode\",\"URLExecute\",\"URLExpand\",\"URLFetch\",\"URLFetchAsynchronous\",\"URLParse\",\"URLQueryDecode\",\"URLQueryEncode\",\"URLRead\",\"URLResponseTime\",\"URLSave\",\"URLSaveAsynchronous\",\"URLShorten\",\"URLSubmit\",\"UseGraphicsRange\",\"UserDefinedWavelet\",\"Using\",\"UsingFrontEnd\",\"UtilityFunction\",\"V2Get\",\"ValenceErrorHandling\",\"ValidationLength\",\"ValidationSet\",\"Value\",\"ValueBox\",\"ValueBoxOptions\",\"ValueDimensions\",\"ValueForm\",\"ValuePreprocessingFunction\",\"ValueQ\",\"Values\",\"ValuesData\",\"Variables\",\"Variance\",\"VarianceEquivalenceTest\",\"VarianceEstimatorFunction\",\"VarianceGammaDistribution\",\"VarianceTest\",\"VectorAngle\",\"VectorAround\",\"VectorAspectRatio\",\"VectorColorFunction\",\"VectorColorFunctionScaling\",\"VectorDensityPlot\",\"VectorGlyphData\",\"VectorGreater\",\"VectorGreaterEqual\",\"VectorLess\",\"VectorLessEqual\",\"VectorMarkers\",\"VectorPlot\",\"VectorPlot3D\",\"VectorPoints\",\"VectorQ\",\"VectorRange\",\"Vectors\",\"VectorScale\",\"VectorScaling\",\"VectorSizes\",\"VectorStyle\",\"Vee\",\"Verbatim\",\"Verbose\",\"VerboseConvertToPostScriptPacket\",\"VerificationTest\",\"VerifyConvergence\",\"VerifyDerivedKey\",\"VerifyDigitalSignature\",\"VerifyFileSignature\",\"VerifyInterpretation\",\"VerifySecurityCertificates\",\"VerifySolutions\",\"VerifyTestAssumptions\",\"Version\",\"VersionedPreferences\",\"VersionNumber\",\"VertexAdd\",\"VertexCapacity\",\"VertexColors\",\"VertexComponent\",\"VertexConnectivity\",\"VertexContract\",\"VertexCoordinateRules\",\"VertexCoordinates\",\"VertexCorrelationSimilarity\",\"VertexCosineSimilarity\",\"VertexCount\",\"VertexCoverQ\",\"VertexDataCoordinates\",\"VertexDegree\",\"VertexDelete\",\"VertexDiceSimilarity\",\"VertexEccentricity\",\"VertexInComponent\",\"VertexInDegree\",\"VertexIndex\",\"VertexJaccardSimilarity\",\"VertexLabeling\",\"VertexLabels\",\"VertexLabelStyle\",\"VertexList\",\"VertexNormals\",\"VertexOutComponent\",\"VertexOutDegree\",\"VertexQ\",\"VertexRenderingFunction\",\"VertexReplace\",\"VertexShape\",\"VertexShapeFunction\",\"VertexSize\",\"VertexStyle\",\"VertexTextureCoordinates\",\"VertexWeight\",\"VertexWeightedGraphQ\",\"Vertical\",\"VerticalBar\",\"VerticalForm\",\"VerticalGauge\",\"VerticalSeparator\",\"VerticalSlider\",\"VerticalTilde\",\"Video\",\"VideoEncoding\",\"VideoExtractFrames\",\"VideoFrameList\",\"VideoFrameMap\",\"VideoPause\",\"VideoPlay\",\"VideoQ\",\"VideoStop\",\"VideoStream\",\"VideoStreams\",\"VideoTimeSeries\",\"VideoTracks\",\"VideoTrim\",\"ViewAngle\",\"ViewCenter\",\"ViewMatrix\",\"ViewPoint\",\"ViewPointSelectorSettings\",\"ViewPort\",\"ViewProjection\",\"ViewRange\",\"ViewVector\",\"ViewVertical\",\"VirtualGroupData\",\"Visible\",\"VisibleCell\",\"VoiceStyleData\",\"VoigtDistribution\",\"VolcanoData\",\"Volume\",\"VonMisesDistribution\",\"VoronoiMesh\",\"WaitAll\",\"WaitAsynchronousTask\",\"WaitNext\",\"WaitUntil\",\"WakebyDistribution\",\"WalleniusHypergeometricDistribution\",\"WaringYuleDistribution\",\"WarpingCorrespondence\",\"WarpingDistance\",\"WatershedComponents\",\"WatsonUSquareTest\",\"WattsStrogatzGraphDistribution\",\"WaveletBestBasis\",\"WaveletFilterCoefficients\",\"WaveletImagePlot\",\"WaveletListPlot\",\"WaveletMapIndexed\",\"WaveletMatrixPlot\",\"WaveletPhi\",\"WaveletPsi\",\"WaveletScale\",\"WaveletScalogram\",\"WaveletThreshold\",\"WeaklyConnectedComponents\",\"WeaklyConnectedGraphComponents\",\"WeaklyConnectedGraphQ\",\"WeakStationarity\",\"WeatherData\",\"WeatherForecastData\",\"WebAudioSearch\",\"WebElementObject\",\"WeberE\",\"WebExecute\",\"WebImage\",\"WebImageSearch\",\"WebSearch\",\"WebSessionObject\",\"WebSessions\",\"WebWindowObject\",\"Wedge\",\"Wednesday\",\"WeibullDistribution\",\"WeierstrassE1\",\"WeierstrassE2\",\"WeierstrassE3\",\"WeierstrassEta1\",\"WeierstrassEta2\",\"WeierstrassEta3\",\"WeierstrassHalfPeriods\",\"WeierstrassHalfPeriodW1\",\"WeierstrassHalfPeriodW2\",\"WeierstrassHalfPeriodW3\",\"WeierstrassInvariantG2\",\"WeierstrassInvariantG3\",\"WeierstrassInvariants\",\"WeierstrassP\",\"WeierstrassPPrime\",\"WeierstrassSigma\",\"WeierstrassZeta\",\"WeightedAdjacencyGraph\",\"WeightedAdjacencyMatrix\",\"WeightedData\",\"WeightedGraphQ\",\"Weights\",\"WelchWindow\",\"WheelGraph\",\"WhenEvent\",\"Which\",\"While\",\"White\",\"WhiteNoiseProcess\",\"WhitePoint\",\"Whitespace\",\"WhitespaceCharacter\",\"WhittakerM\",\"WhittakerW\",\"WienerFilter\",\"WienerProcess\",\"WignerD\",\"WignerSemicircleDistribution\",\"WikidataData\",\"WikidataSearch\",\"WikipediaData\",\"WikipediaSearch\",\"WilksW\",\"WilksWTest\",\"WindDirectionData\",\"WindingCount\",\"WindingPolygon\",\"WindowClickSelect\",\"WindowElements\",\"WindowFloating\",\"WindowFrame\",\"WindowFrameElements\",\"WindowMargins\",\"WindowMovable\",\"WindowOpacity\",\"WindowPersistentStyles\",\"WindowSelected\",\"WindowSize\",\"WindowStatusArea\",\"WindowTitle\",\"WindowToolbars\",\"WindowWidth\",\"WindSpeedData\",\"WindVectorData\",\"WinsorizedMean\",\"WinsorizedVariance\",\"WishartMatrixDistribution\",\"With\",\"WolframAlpha\",\"WolframAlphaDate\",\"WolframAlphaQuantity\",\"WolframAlphaResult\",\"WolframLanguageData\",\"Word\",\"WordBoundary\",\"WordCharacter\",\"WordCloud\",\"WordCount\",\"WordCounts\",\"WordData\",\"WordDefinition\",\"WordFrequency\",\"WordFrequencyData\",\"WordList\",\"WordOrientation\",\"WordSearch\",\"WordSelectionFunction\",\"WordSeparators\",\"WordSpacings\",\"WordStem\",\"WordTranslation\",\"WorkingPrecision\",\"WrapAround\",\"Write\",\"WriteLine\",\"WriteString\",\"Wronskian\",\"XMLElement\",\"XMLObject\",\"XMLTemplate\",\"Xnor\",\"Xor\",\"XYZColor\",\"Yellow\",\"Yesterday\",\"YuleDissimilarity\",\"ZernikeR\",\"ZeroSymmetric\",\"ZeroTest\",\"ZeroWidthTimes\",\"Zeta\",\"ZetaZero\",\"ZIPCodeData\",\"ZipfDistribution\",\"ZoomCenter\",\"ZoomFactor\",\"ZTest\",\"ZTransform\",\"$Aborted\",\"$ActivationGroupID\",\"$ActivationKey\",\"$ActivationUserRegistered\",\"$AddOnsDirectory\",\"$AllowDataUpdates\",\"$AllowExternalChannelFunctions\",\"$AllowInternet\",\"$AssertFunction\",\"$Assumptions\",\"$AsynchronousTask\",\"$AudioDecoders\",\"$AudioEncoders\",\"$AudioInputDevices\",\"$AudioOutputDevices\",\"$BaseDirectory\",\"$BasePacletsDirectory\",\"$BatchInput\",\"$BatchOutput\",\"$BlockchainBase\",\"$BoxForms\",\"$ByteOrdering\",\"$CacheBaseDirectory\",\"$Canceled\",\"$ChannelBase\",\"$CharacterEncoding\",\"$CharacterEncodings\",\"$CloudAccountName\",\"$CloudBase\",\"$CloudConnected\",\"$CloudConnection\",\"$CloudCreditsAvailable\",\"$CloudEvaluation\",\"$CloudExpressionBase\",\"$CloudObjectNameFormat\",\"$CloudObjectURLType\",\"$CloudRootDirectory\",\"$CloudSymbolBase\",\"$CloudUserID\",\"$CloudUserUUID\",\"$CloudVersion\",\"$CloudVersionNumber\",\"$CloudWolframEngineVersionNumber\",\"$CommandLine\",\"$CompilationTarget\",\"$ConditionHold\",\"$ConfiguredKernels\",\"$Context\",\"$ContextPath\",\"$ControlActiveSetting\",\"$Cookies\",\"$CookieStore\",\"$CreationDate\",\"$CurrentLink\",\"$CurrentTask\",\"$CurrentWebSession\",\"$DataStructures\",\"$DateStringFormat\",\"$DefaultAudioInputDevice\",\"$DefaultAudioOutputDevice\",\"$DefaultFont\",\"$DefaultFrontEnd\",\"$DefaultImagingDevice\",\"$DefaultLocalBase\",\"$DefaultMailbox\",\"$DefaultNetworkInterface\",\"$DefaultPath\",\"$DefaultProxyRules\",\"$DefaultSystemCredentialStore\",\"$Display\",\"$DisplayFunction\",\"$DistributedContexts\",\"$DynamicEvaluation\",\"$Echo\",\"$EmbedCodeEnvironments\",\"$EmbeddableServices\",\"$EntityStores\",\"$Epilog\",\"$EvaluationCloudBase\",\"$EvaluationCloudObject\",\"$EvaluationEnvironment\",\"$ExportFormats\",\"$ExternalIdentifierTypes\",\"$ExternalStorageBase\",\"$Failed\",\"$FinancialDataSource\",\"$FontFamilies\",\"$FormatType\",\"$FrontEnd\",\"$FrontEndSession\",\"$GeoEntityTypes\",\"$GeoLocation\",\"$GeoLocationCity\",\"$GeoLocationCountry\",\"$GeoLocationPrecision\",\"$GeoLocationSource\",\"$HistoryLength\",\"$HomeDirectory\",\"$HTMLExportRules\",\"$HTTPCookies\",\"$HTTPRequest\",\"$IgnoreEOF\",\"$ImageFormattingWidth\",\"$ImageResolution\",\"$ImagingDevice\",\"$ImagingDevices\",\"$ImportFormats\",\"$IncomingMailSettings\",\"$InitialDirectory\",\"$Initialization\",\"$InitializationContexts\",\"$Input\",\"$InputFileName\",\"$InputStreamMethods\",\"$Inspector\",\"$InstallationDate\",\"$InstallationDirectory\",\"$InterfaceEnvironment\",\"$InterpreterTypes\",\"$IterationLimit\",\"$KernelCount\",\"$KernelID\",\"$Language\",\"$LaunchDirectory\",\"$LibraryPath\",\"$LicenseExpirationDate\",\"$LicenseID\",\"$LicenseProcesses\",\"$LicenseServer\",\"$LicenseSubprocesses\",\"$LicenseType\",\"$Line\",\"$Linked\",\"$LinkSupported\",\"$LoadedFiles\",\"$LocalBase\",\"$LocalSymbolBase\",\"$MachineAddresses\",\"$MachineDomain\",\"$MachineDomains\",\"$MachineEpsilon\",\"$MachineID\",\"$MachineName\",\"$MachinePrecision\",\"$MachineType\",\"$MaxExtraPrecision\",\"$MaxLicenseProcesses\",\"$MaxLicenseSubprocesses\",\"$MaxMachineNumber\",\"$MaxNumber\",\"$MaxPiecewiseCases\",\"$MaxPrecision\",\"$MaxRootDegree\",\"$MessageGroups\",\"$MessageList\",\"$MessagePrePrint\",\"$Messages\",\"$MinMachineNumber\",\"$MinNumber\",\"$MinorReleaseNumber\",\"$MinPrecision\",\"$MobilePhone\",\"$ModuleNumber\",\"$NetworkConnected\",\"$NetworkInterfaces\",\"$NetworkLicense\",\"$NewMessage\",\"$NewSymbol\",\"$NotebookInlineStorageLimit\",\"$Notebooks\",\"$NoValue\",\"$NumberMarks\",\"$Off\",\"$OperatingSystem\",\"$Output\",\"$OutputForms\",\"$OutputSizeLimit\",\"$OutputStreamMethods\",\"$Packages\",\"$ParentLink\",\"$ParentProcessID\",\"$PasswordFile\",\"$PatchLevelID\",\"$Path\",\"$PathnameSeparator\",\"$PerformanceGoal\",\"$Permissions\",\"$PermissionsGroupBase\",\"$PersistenceBase\",\"$PersistencePath\",\"$PipeSupported\",\"$PlotTheme\",\"$Post\",\"$Pre\",\"$PreferencesDirectory\",\"$PreInitialization\",\"$PrePrint\",\"$PreRead\",\"$PrintForms\",\"$PrintLiteral\",\"$Printout3DPreviewer\",\"$ProcessID\",\"$ProcessorCount\",\"$ProcessorType\",\"$ProductInformation\",\"$ProgramName\",\"$PublisherID\",\"$RandomState\",\"$RecursionLimit\",\"$RegisteredDeviceClasses\",\"$RegisteredUserName\",\"$ReleaseNumber\",\"$RequesterAddress\",\"$RequesterWolframID\",\"$RequesterWolframUUID\",\"$RootDirectory\",\"$ScheduledTask\",\"$ScriptCommandLine\",\"$ScriptInputString\",\"$SecuredAuthenticationKeyTokens\",\"$ServiceCreditsAvailable\",\"$Services\",\"$SessionID\",\"$SetParentLink\",\"$SharedFunctions\",\"$SharedVariables\",\"$SoundDisplay\",\"$SoundDisplayFunction\",\"$SourceLink\",\"$SSHAuthentication\",\"$SubtitleDecoders\",\"$SubtitleEncoders\",\"$SummaryBoxDataSizeLimit\",\"$SuppressInputFormHeads\",\"$SynchronousEvaluation\",\"$SyntaxHandler\",\"$System\",\"$SystemCharacterEncoding\",\"$SystemCredentialStore\",\"$SystemID\",\"$SystemMemory\",\"$SystemShell\",\"$SystemTimeZone\",\"$SystemWordLength\",\"$TemplatePath\",\"$TemporaryDirectory\",\"$TemporaryPrefix\",\"$TestFileName\",\"$TextStyle\",\"$TimedOut\",\"$TimeUnit\",\"$TimeZone\",\"$TimeZoneEntity\",\"$TopDirectory\",\"$TraceOff\",\"$TraceOn\",\"$TracePattern\",\"$TracePostAction\",\"$TracePreAction\",\"$UnitSystem\",\"$Urgent\",\"$UserAddOnsDirectory\",\"$UserAgentLanguages\",\"$UserAgentMachine\",\"$UserAgentName\",\"$UserAgentOperatingSystem\",\"$UserAgentString\",\"$UserAgentVersion\",\"$UserBaseDirectory\",\"$UserBasePacletsDirectory\",\"$UserDocumentsDirectory\",\"$Username\",\"$UserName\",\"$UserURLBase\",\"$Version\",\"$VersionNumber\",\"$VideoDecoders\",\"$VideoEncoders\",\"$VoiceStyles\",\"$WolframDocumentsDirectory\",\"$WolframID\",\"$WolframUUID\"];function i(e){const t=e.regex,i=/([2-9]|[1-2]\\d|[3][0-5])\\^\\^/,a=/(\\w*\\.\\w+|\\w+\\.\\w*|\\w+)/,r=/(\\d*\\.\\d+|\\d+\\.\\d*|\\d+)/,s=t.either(t.concat(i,a),r),o=/``[+-]?(\\d*\\.\\d+|\\d+\\.\\d*|\\d+)/,l=/`([+-]?(\\d*\\.\\d+|\\d+\\.\\d*|\\d+))?/,c=t.either(o,l),_=/\\*\\^[+-]?\\d+/,d=t.concat(s,t.optional(c),t.optional(_)),u={className:\"number\",relevance:0,begin:d},p=/[a-zA-Z$][a-zA-Z0-9$]*/,m=new Set(n),g={variants:[{className:\"builtin-symbol\",begin:p,\"on:begin\":(e,t)=>{m.has(e[0])||t.ignoreMatch()}},{className:\"symbol\",relevance:0,begin:p}]},h={className:\"named-character\",begin:/\\\\\\[[$a-zA-Z][$a-zA-Z0-9]+\\]/},E={className:\"operator\",relevance:0,begin:/[+\\-*/,;.:@~=><&|_`'^?!%]+/},S={className:\"pattern\",relevance:0,begin:/([a-zA-Z$][a-zA-Z0-9$]*)?_+([a-zA-Z$][a-zA-Z0-9$]*)?/},b={className:\"slot\",relevance:0,begin:/#[a-zA-Z$][a-zA-Z0-9$]*|#+[0-9]?/},f={className:\"brace\",relevance:0,begin:/[[\\](){}]/},T={className:\"message-name\",relevance:0,begin:t.concat(\"::\",p)};return{name:\"Mathematica\",aliases:[\"mma\",\"wl\"],classNameAliases:{brace:\"punctuation\",pattern:\"type\",slot:\"type\",symbol:\"variable\",\"named-character\":\"variable\",\"builtin-symbol\":\"built_in\",\"message-name\":\"string\"},contains:[e.COMMENT(/\\(\\*/,/\\*\\)/,{contains:[\"self\"]}),S,b,T,g,h,e.QUOTE_STRING_MODE,u,E,f]}}e.exports=i},ef99:function(e,t){function n(e){const t=\"ByRef Case Const ContinueCase ContinueLoop Dim Do Else ElseIf EndFunc EndIf EndSelect EndSwitch EndWith Enum Exit ExitLoop For Func Global If In Local Next ReDim Return Select Static Step Switch Then To Until Volatile WEnd While With\",n=[\"EndRegion\",\"forcedef\",\"forceref\",\"ignorefunc\",\"include\",\"include-once\",\"NoTrayIcon\",\"OnAutoItStartRegister\",\"pragma\",\"Region\",\"RequireAdmin\",\"Tidy_Off\",\"Tidy_On\",\"Tidy_Parameters\"],i=\"True False And Null Not Or Default\",a=\"Abs ACos AdlibRegister AdlibUnRegister Asc AscW ASin Assign ATan AutoItSetOption AutoItWinGetTitle AutoItWinSetTitle Beep Binary BinaryLen BinaryMid BinaryToString BitAND BitNOT BitOR BitRotate BitShift BitXOR BlockInput Break Call CDTray Ceiling Chr ChrW ClipGet ClipPut ConsoleRead ConsoleWrite ConsoleWriteError ControlClick ControlCommand ControlDisable ControlEnable ControlFocus ControlGetFocus ControlGetHandle ControlGetPos ControlGetText ControlHide ControlListView ControlMove ControlSend ControlSetText ControlShow ControlTreeView Cos Dec DirCopy DirCreate DirGetSize DirMove DirRemove DllCall DllCallAddress DllCallbackFree DllCallbackGetPtr DllCallbackRegister DllClose DllOpen DllStructCreate DllStructGetData DllStructGetPtr DllStructGetSize DllStructSetData DriveGetDrive DriveGetFileSystem DriveGetLabel DriveGetSerial DriveGetType DriveMapAdd DriveMapDel DriveMapGet DriveSetLabel DriveSpaceFree DriveSpaceTotal DriveStatus EnvGet EnvSet EnvUpdate Eval Execute Exp FileChangeDir FileClose FileCopy FileCreateNTFSLink FileCreateShortcut FileDelete FileExists FileFindFirstFile FileFindNextFile FileFlush FileGetAttrib FileGetEncoding FileGetLongName FileGetPos FileGetShortcut FileGetShortName FileGetSize FileGetTime FileGetVersion FileInstall FileMove FileOpen FileOpenDialog FileRead FileReadLine FileReadToArray FileRecycle FileRecycleEmpty FileSaveDialog FileSelectFolder FileSetAttrib FileSetEnd FileSetPos FileSetTime FileWrite FileWriteLine Floor FtpSetProxy FuncName GUICreate GUICtrlCreateAvi GUICtrlCreateButton GUICtrlCreateCheckbox GUICtrlCreateCombo GUICtrlCreateContextMenu GUICtrlCreateDate GUICtrlCreateDummy GUICtrlCreateEdit GUICtrlCreateGraphic GUICtrlCreateGroup GUICtrlCreateIcon GUICtrlCreateInput GUICtrlCreateLabel GUICtrlCreateList GUICtrlCreateListView GUICtrlCreateListViewItem GUICtrlCreateMenu GUICtrlCreateMenuItem GUICtrlCreateMonthCal GUICtrlCreateObj GUICtrlCreatePic GUICtrlCreateProgress GUICtrlCreateRadio GUICtrlCreateSlider GUICtrlCreateTab GUICtrlCreateTabItem GUICtrlCreateTreeView GUICtrlCreateTreeViewItem GUICtrlCreateUpdown GUICtrlDelete GUICtrlGetHandle GUICtrlGetState GUICtrlRead GUICtrlRecvMsg GUICtrlRegisterListViewSort GUICtrlSendMsg GUICtrlSendToDummy GUICtrlSetBkColor GUICtrlSetColor GUICtrlSetCursor GUICtrlSetData GUICtrlSetDefBkColor GUICtrlSetDefColor GUICtrlSetFont GUICtrlSetGraphic GUICtrlSetImage GUICtrlSetLimit GUICtrlSetOnEvent GUICtrlSetPos GUICtrlSetResizing GUICtrlSetState GUICtrlSetStyle GUICtrlSetTip GUIDelete GUIGetCursorInfo GUIGetMsg GUIGetStyle GUIRegisterMsg GUISetAccelerators GUISetBkColor GUISetCoord GUISetCursor GUISetFont GUISetHelp GUISetIcon GUISetOnEvent GUISetState GUISetStyle GUIStartGroup GUISwitch Hex HotKeySet HttpSetProxy HttpSetUserAgent HWnd InetClose InetGet InetGetInfo InetGetSize InetRead IniDelete IniRead IniReadSection IniReadSectionNames IniRenameSection IniWrite IniWriteSection InputBox Int IsAdmin IsArray IsBinary IsBool IsDeclared IsDllStruct IsFloat IsFunc IsHWnd IsInt IsKeyword IsNumber IsObj IsPtr IsString Log MemGetStats Mod MouseClick MouseClickDrag MouseDown MouseGetCursor MouseGetPos MouseMove MouseUp MouseWheel MsgBox Number ObjCreate ObjCreateInterface ObjEvent ObjGet ObjName OnAutoItExitRegister OnAutoItExitUnRegister Ping PixelChecksum PixelGetColor PixelSearch ProcessClose ProcessExists ProcessGetStats ProcessList ProcessSetPriority ProcessWait ProcessWaitClose ProgressOff ProgressOn ProgressSet Ptr Random RegDelete RegEnumKey RegEnumVal RegRead RegWrite Round Run RunAs RunAsWait RunWait Send SendKeepActive SetError SetExtended ShellExecute ShellExecuteWait Shutdown Sin Sleep SoundPlay SoundSetWaveVolume SplashImageOn SplashOff SplashTextOn Sqrt SRandom StatusbarGetText StderrRead StdinWrite StdioClose StdoutRead String StringAddCR StringCompare StringFormat StringFromASCIIArray StringInStr StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringLeft StringLen StringLower StringMid StringRegExp StringRegExpReplace StringReplace StringReverse StringRight StringSplit StringStripCR StringStripWS StringToASCIIArray StringToBinary StringTrimLeft StringTrimRight StringUpper Tan TCPAccept TCPCloseSocket TCPConnect TCPListen TCPNameToIP TCPRecv TCPSend TCPShutdown, UDPShutdown TCPStartup, UDPStartup TimerDiff TimerInit ToolTip TrayCreateItem TrayCreateMenu TrayGetMsg TrayItemDelete TrayItemGetHandle TrayItemGetState TrayItemGetText TrayItemSetOnEvent TrayItemSetState TrayItemSetText TraySetClick TraySetIcon TraySetOnEvent TraySetPauseIcon TraySetState TraySetToolTip TrayTip UBound UDPBind UDPCloseSocket UDPOpen UDPRecv UDPSend VarGetType WinActivate WinActive WinClose WinExists WinFlash WinGetCaretPos WinGetClassList WinGetClientSize WinGetHandle WinGetPos WinGetProcess WinGetState WinGetText WinGetTitle WinKill WinList WinMenuSelectItem WinMinimizeAll WinMinimizeAllUndo WinMove WinSetOnTop WinSetState WinSetTitle WinSetTrans WinWait WinWaitActive WinWaitClose WinWaitNotActive\",r={variants:[e.COMMENT(\";\",\"$\",{relevance:0}),e.COMMENT(\"#cs\",\"#ce\"),e.COMMENT(\"#comments-start\",\"#comments-end\")]},s={begin:\"\\\\$[A-z0-9_]+\"},o={className:\"string\",variants:[{begin:/\"/,end:/\"/,contains:[{begin:/\"\"/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]},l={variants:[e.BINARY_NUMBER_MODE,e.C_NUMBER_MODE]},c={className:\"meta\",begin:\"#\",end:\"$\",keywords:{keyword:n},contains:[{begin:/\\\\\\n/,relevance:0},{beginKeywords:\"include\",keywords:{keyword:\"include\"},end:\"$\",contains:[o,{className:\"string\",variants:[{begin:\"<\",end:\">\"},{begin:/\"/,end:/\"/,contains:[{begin:/\"\"/,relevance:0}]},{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]}]}]},o,r]},_={className:\"symbol\",begin:\"@[A-z0-9_]+\"},d={beginKeywords:\"Func\",end:\"$\",illegal:\"\\\\$|\\\\[|%\",contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{className:\"title.function\"}),{className:\"params\",begin:\"\\\\(\",end:\"\\\\)\",contains:[s,o,l]}]};return{name:\"AutoIt\",case_insensitive:!0,illegal:/\\/\\*/,keywords:{keyword:t,built_in:a,literal:i},contains:[r,s,o,l,c,_,d]}}e.exports=n},f0aa:function(e,t){function n(e){const t={className:\"number\",begin:/[$%]\\d+/},n={className:\"number\",begin:/\\b\\d+/},i={className:\"number\",begin:/\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?/},a={className:\"number\",begin:/:\\d{1,5}/};return{name:\"Apache config\",aliases:[\"apacheconf\"],case_insensitive:!0,contains:[e.HASH_COMMENT_MODE,{className:\"section\",begin:/<\\/?/,end:/>/,contains:[i,a,e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:\"attribute\",begin:/\\w+/,relevance:0,keywords:{_:[\"order\",\"deny\",\"allow\",\"setenv\",\"rewriterule\",\"rewriteengine\",\"rewritecond\",\"documentroot\",\"sethandler\",\"errordocument\",\"loadmodule\",\"options\",\"header\",\"listen\",\"serverroot\",\"servername\"]},starts:{end:/$/,relevance:0,keywords:{literal:\"on off all deny allow\"},contains:[{className:\"meta\",begin:/\\s\\[/,end:/\\]$/},{className:\"variable\",begin:/[\\$%]\\{/,end:/\\}/,contains:[\"self\",t]},i,n,e.QUOTE_STRING_MODE]}}],illegal:/\\S/}}e.exports=n},f0f8:function(e,t){function n(e){const t=e.regex,n={},i={begin:/\\$\\{/,end:/\\}/,contains:[\"self\",{begin:/:-/,contains:[n]}]};Object.assign(n,{className:\"variable\",variants:[{begin:t.concat(/\\$[\\w\\d#@][\\w\\d_]*/,\"(?![\\\\w\\\\d])(?![$])\")},i]});const a={className:\"subst\",begin:/\\$\\(/,end:/\\)/,contains:[e.BACKSLASH_ESCAPE]},r={begin:/<<-?\\s*(?=\\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\\w+)/,end:/(\\w+)/,className:\"string\"})]}},s={className:\"string\",begin:/\"/,end:/\"/,contains:[e.BACKSLASH_ESCAPE,n,a]};a.contains.push(s);const o={className:\"\",begin:/\\\\\"/},l={className:\"string\",begin:/'/,end:/'/},c={begin:/\\$\\(\\(/,end:/\\)\\)/,contains:[{begin:/\\d+#[0-9a-f]+/,className:\"number\"},e.NUMBER_MODE,n]},_=[\"fish\",\"bash\",\"zsh\",\"sh\",\"csh\",\"ksh\",\"tcsh\",\"dash\",\"scsh\"],d=e.SHEBANG({binary:`(${_.join(\"|\")})`,relevance:10}),u={className:\"function\",begin:/\\w[\\w\\d_]*\\s*\\(\\s*\\)\\s*\\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\\w[\\w\\d_]*/})],relevance:0},p=[\"if\",\"then\",\"else\",\"elif\",\"fi\",\"for\",\"while\",\"in\",\"do\",\"done\",\"case\",\"esac\",\"function\"],m=[\"true\",\"false\"],g={match:/(\\/[a-z._-]+)+/},h=[\"break\",\"cd\",\"continue\",\"eval\",\"exec\",\"exit\",\"export\",\"getopts\",\"hash\",\"pwd\",\"readonly\",\"return\",\"shift\",\"test\",\"times\",\"trap\",\"umask\",\"unset\"],E=[\"alias\",\"bind\",\"builtin\",\"caller\",\"command\",\"declare\",\"echo\",\"enable\",\"help\",\"let\",\"local\",\"logout\",\"mapfile\",\"printf\",\"read\",\"readarray\",\"source\",\"type\",\"typeset\",\"ulimit\",\"unalias\"],S=[\"autoload\",\"bg\",\"bindkey\",\"bye\",\"cap\",\"chdir\",\"clone\",\"comparguments\",\"compcall\",\"compctl\",\"compdescribe\",\"compfiles\",\"compgroups\",\"compquote\",\"comptags\",\"comptry\",\"compvalues\",\"dirs\",\"disable\",\"disown\",\"echotc\",\"echoti\",\"emulate\",\"fc\",\"fg\",\"float\",\"functions\",\"getcap\",\"getln\",\"history\",\"integer\",\"jobs\",\"kill\",\"limit\",\"log\",\"noglob\",\"popd\",\"print\",\"pushd\",\"pushln\",\"rehash\",\"sched\",\"setcap\",\"setopt\",\"stat\",\"suspend\",\"ttyctl\",\"unfunction\",\"unhash\",\"unlimit\",\"unsetopt\",\"vared\",\"wait\",\"whence\",\"where\",\"which\",\"zcompile\",\"zformat\",\"zftp\",\"zle\",\"zmodload\",\"zparseopts\",\"zprof\",\"zpty\",\"zregexparse\",\"zsocket\",\"zstyle\",\"ztcp\"],b=[\"chcon\",\"chgrp\",\"chown\",\"chmod\",\"cp\",\"dd\",\"df\",\"dir\",\"dircolors\",\"ln\",\"ls\",\"mkdir\",\"mkfifo\",\"mknod\",\"mktemp\",\"mv\",\"realpath\",\"rm\",\"rmdir\",\"shred\",\"sync\",\"touch\",\"truncate\",\"vdir\",\"b2sum\",\"base32\",\"base64\",\"cat\",\"cksum\",\"comm\",\"csplit\",\"cut\",\"expand\",\"fmt\",\"fold\",\"head\",\"join\",\"md5sum\",\"nl\",\"numfmt\",\"od\",\"paste\",\"ptx\",\"pr\",\"sha1sum\",\"sha224sum\",\"sha256sum\",\"sha384sum\",\"sha512sum\",\"shuf\",\"sort\",\"split\",\"sum\",\"tac\",\"tail\",\"tr\",\"tsort\",\"unexpand\",\"uniq\",\"wc\",\"arch\",\"basename\",\"chroot\",\"date\",\"dirname\",\"du\",\"echo\",\"env\",\"expr\",\"factor\",\"groups\",\"hostid\",\"id\",\"link\",\"logname\",\"nice\",\"nohup\",\"nproc\",\"pathchk\",\"pinky\",\"printenv\",\"printf\",\"pwd\",\"readlink\",\"runcon\",\"seq\",\"sleep\",\"stat\",\"stdbuf\",\"stty\",\"tee\",\"test\",\"timeout\",\"tty\",\"uname\",\"unlink\",\"uptime\",\"users\",\"who\",\"whoami\",\"yes\"];return{name:\"Bash\",aliases:[\"sh\"],keywords:{$pattern:/\\b[a-z][a-z0-9._-]+\\b/,keyword:p,literal:m,built_in:[...h,...E,\"set\",\"shopt\",...S,...b]},contains:[d,e.SHEBANG(),u,c,e.HASH_COMMENT_MODE,r,g,s,o,l,n]}}e.exports=n},f122:function(e,t){function n(e){return{name:\"Vala\",keywords:{keyword:\"char uchar unichar int uint long ulong short ushort int8 int16 int32 int64 uint8 uint16 uint32 uint64 float double bool struct enum string void weak unowned owned async signal static abstract interface override virtual delegate if while do for foreach else switch case break default return try catch public private protected internal using new this get set const stdout stdin stderr var\",built_in:\"DBus GLib CCode Gee Object Gtk Posix\",literal:\"false true null\"},contains:[{className:\"class\",beginKeywords:\"class interface namespace\",end:/\\{/,excludeEnd:!0,illegal:\"[^,:\\\\n\\\\s\\\\.]\",contains:[e.UNDERSCORE_TITLE_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:\"string\",begin:'\"\"\"',end:'\"\"\"',relevance:5},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_NUMBER_MODE,{className:\"meta\",begin:\"^#\",end:\"$\"}]}}e.exports=n},f1d0:function(e,t,n){\"use strict\";\n/*!\n  * PhotoSwipe 5.3.4 - https://photoswipe.com\n  * (c) 2022 Dmytro Semenov\n  */\nfunction i(e,t,n){const i=document.createElement(t||\"div\");return e&&(i.className=e),n&&n.appendChild(i),i}function a(e,t){return e.x=t.x,e.y=t.y,void 0!==t.id&&(e.id=t.id),e}function r(e){e.x=Math.round(e.x),e.y=Math.round(e.y)}function s(e,t){const n=Math.abs(e.x-t.x),i=Math.abs(e.y-t.y);return Math.sqrt(n*n+i*i)}function o(e,t){return e.x===t.x&&e.y===t.y}function l(e,t,n){return Math.min(Math.max(e,t),n)}function c(e,t,n){let i=\"translate3d(\"+e+\"px,\"+(t||0)+\"px,0)\";return void 0!==n&&(i+=\" scale3d(\"+n+\",\"+n+\",1)\"),i}function _(e,t,n,i){e.style.transform=c(t,n,i)}n.d(t,\"a\",(function(){return Ae}));const d=\"cubic-bezier(.4,0,.22,1)\";function u(e,t,n,i){e.style.transition=t?t+\" \"+n+\"ms \"+(i||d):\"none\"}function p(e,t,n){e.style.width=\"number\"===typeof t?t+\"px\":t,e.style.height=\"number\"===typeof n?n+\"px\":n}function m(e){u(e)}function g(e){return\"decode\"in e?e.decode().catch(()=>{}):e.complete?Promise.resolve(e):new Promise((t,n)=>{e.onload=()=>t(e),e.onerror=n})}const h={IDLE:\"idle\",LOADING:\"loading\",LOADED:\"loaded\",ERROR:\"error\"};function E(e){if(2===e.which||e.ctrlKey||e.metaKey||e.altKey||e.shiftKey)return!0}function S(e,t,n=document){let i=[];if(e instanceof Element)i=[e];else if(e instanceof NodeList||Array.isArray(e))i=Array.from(e);else{const a=\"string\"===typeof e?e:t;a&&(i=Array.from(n.querySelectorAll(a)))}return i}function b(){return!(!navigator.vendor||!navigator.vendor.match(/apple/i))}let f=!1;try{window.addEventListener(\"test\",null,Object.defineProperty({},\"passive\",{get:()=>{f=!0}}))}catch(Ie){}class T{constructor(){this._pool=[]}add(e,t,n,i){this._toggleListener(e,t,n,i)}remove(e,t,n,i){this._toggleListener(e,t,n,i,!0)}removeAll(){this._pool.forEach(e=>{this._toggleListener(e.target,e.type,e.listener,e.passive,!0,!0)}),this._pool=[]}_toggleListener(e,t,n,i,a,r){if(!e)return;const s=a?\"removeEventListener\":\"addEventListener\",o=t.split(\" \");o.forEach(t=>{if(t){r||(a?this._pool=this._pool.filter(i=>i.type!==t||i.listener!==n||i.target!==e):this._pool.push({target:e,type:t,listener:n,passive:i}));const o=!!f&&{passive:i||!1};e[s](t,n,o)}})}}function C(e,t){if(e.getViewportSizeFn){const n=e.getViewportSizeFn(e,t);if(n)return n}return{x:document.documentElement.clientWidth,y:window.innerHeight}}function v(e,t,n,i,a){let r;if(t.paddingFn)r=t.paddingFn(n,i,a)[e];else if(t.padding)r=t.padding[e];else{const n=\"padding\"+e[0].toUpperCase()+e.slice(1);t[n]&&(r=t[n])}return r||0}function y(e,t,n,i){return{x:t.x-v(\"left\",e,t,n,i)-v(\"right\",e,t,n,i),y:t.y-v(\"top\",e,t,n,i)-v(\"bottom\",e,t,n,i)}}class R{constructor(e){this.slide=e,this.currZoomLevel=1,this.center={},this.max={},this.min={},this.reset()}update(e){this.currZoomLevel=e,this.slide.width?(this._updateAxis(\"x\"),this._updateAxis(\"y\"),this.slide.pswp.dispatch(\"calcBounds\",{slide:this.slide})):this.reset()}_updateAxis(e){const{pswp:t}=this.slide,n=this.slide[\"x\"===e?\"width\":\"height\"]*this.currZoomLevel,i=\"x\"===e?\"left\":\"top\",a=v(i,t.options,t.viewportSize,this.slide.data,this.slide.index),r=this.slide.panAreaSize[e];this.center[e]=Math.round((r-n)/2)+a,this.max[e]=n>r?Math.round(r-n)+a:this.center[e],this.min[e]=n>r?a:this.center[e]}reset(){this.center.x=0,this.center.y=0,this.max.x=0,this.max.y=0,this.min.x=0,this.min.y=0}correctPan(e,t){return l(t,this.max[e],this.min[e])}}const N=4e3;class O{constructor(e,t,n,i){this.pswp=i,this.options=e,this.itemData=t,this.index=n}update(e,t,n){this.elementSize={x:e,y:t},this.panAreaSize=n;const i=this.panAreaSize.x/this.elementSize.x,a=this.panAreaSize.y/this.elementSize.y;this.fit=Math.min(1,i<a?i:a),this.fill=Math.min(1,i>a?i:a),this.vFill=Math.min(1,a),this.initial=this._getInitial(),this.secondary=this._getSecondary(),this.max=Math.max(this.initial,this.secondary,this._getMax()),this.min=Math.min(this.fit,this.initial,this.secondary),this.pswp&&this.pswp.dispatch(\"zoomLevelsUpdate\",{zoomLevels:this,slideData:this.itemData})}_parseZoomLevelOption(e){const t=e+\"ZoomLevel\",n=this.options[t];if(n)return\"function\"===typeof n?n(this):\"fill\"===n?this.fill:\"fit\"===n?this.fit:Number(n)}_getSecondary(){let e=this._parseZoomLevelOption(\"secondary\");return e||(e=Math.min(1,3*this.fit),e*this.elementSize.x>N&&(e=N/this.elementSize.x),e)}_getInitial(){return this._parseZoomLevelOption(\"initial\")||this.fit}_getMax(){const e=this._parseZoomLevelOption(\"max\");return e||Math.max(1,4*this.fit)}}class A{constructor(e,t,n){this.data=e,this.index=t,this.pswp=n,this.isActive=t===n.currIndex,this.currentResolution=0,this.panAreaSize={},this.isFirstSlide=this.isActive&&!n.opener.isOpen,this.zoomLevels=new O(n.options,e,t,n),this.pswp.dispatch(\"gettingData\",{slide:this,data:this.data,index:t}),this.pan={x:0,y:0},this.content=this.pswp.contentLoader.getContentBySlide(this),this.container=i(\"pswp__zoom-wrap\"),this.currZoomLevel=1,this.width=this.content.width,this.height=this.content.height,this.bounds=new R(this),this.prevDisplayedWidth=-1,this.prevDisplayedHeight=-1,this.pswp.dispatch(\"slideInit\",{slide:this})}setIsActive(e){e&&!this.isActive?this.activate():!e&&this.isActive&&this.deactivate()}append(e){this.holderElement=e,this.container.style.transformOrigin=\"0 0\",this.data&&(this.calculateSize(),this.load(),this.updateContentSize(),this.appendHeavy(),this.holderElement.appendChild(this.container),this.zoomAndPanToInitial(),this.pswp.dispatch(\"firstZoomPan\",{slide:this}),this.applyCurrentZoomPan(),this.pswp.dispatch(\"afterSetContent\",{slide:this}),this.isActive&&this.activate())}load(){this.content.load(),this.pswp.dispatch(\"slideLoad\",{slide:this})}appendHeavy(){const{pswp:e}=this,t=!0;this.heavyAppended||!e.opener.isOpen||e.mainScroll.isShifted()||!this.isActive&&!t||this.pswp.dispatch(\"appendHeavy\",{slide:this}).defaultPrevented||(this.heavyAppended=!0,this.content.append(),this.pswp.dispatch(\"appendHeavyContent\",{slide:this}))}activate(){this.isActive=!0,this.appendHeavy(),this.content.activate(),this.pswp.dispatch(\"slideActivate\",{slide:this})}deactivate(){this.isActive=!1,this.content.deactivate(),this.currZoomLevel!==this.zoomLevels.initial&&this.calculateSize(),this.currentResolution=0,this.zoomAndPanToInitial(),this.applyCurrentZoomPan(),this.updateContentSize(),this.pswp.dispatch(\"slideDeactivate\",{slide:this})}destroy(){this.content.hasSlide=!1,this.content.remove(),this.container.remove(),this.pswp.dispatch(\"slideDestroy\",{slide:this})}resize(){this.currZoomLevel!==this.zoomLevels.initial&&this.isActive?(this.calculateSize(),this.bounds.update(this.currZoomLevel),this.panTo(this.pan.x,this.pan.y)):(this.calculateSize(),this.currentResolution=0,this.zoomAndPanToInitial(),this.applyCurrentZoomPan(),this.updateContentSize())}updateContentSize(e){const t=this.currentResolution||this.zoomLevels.initial;if(!t)return;const n=Math.round(this.width*t)||this.pswp.viewportSize.x,i=Math.round(this.height*t)||this.pswp.viewportSize.y;(this.sizeChanged(n,i)||e)&&this.content.setDisplayedSize(n,i)}sizeChanged(e,t){return(e!==this.prevDisplayedWidth||t!==this.prevDisplayedHeight)&&(this.prevDisplayedWidth=e,this.prevDisplayedHeight=t,!0)}getPlaceholderElement(){if(this.content.placeholder)return this.content.placeholder.element}zoomTo(e,t,n,i){const{pswp:a}=this;if(!this.isZoomable()||a.mainScroll.isShifted())return;a.dispatch(\"beforeZoomTo\",{destZoomLevel:e,centerPoint:t,transitionDuration:n}),a.animations.stopAllPan();const s=this.currZoomLevel;i||(e=l(e,this.zoomLevels.min,this.zoomLevels.max)),this.setZoomLevel(e),this.pan.x=this.calculateZoomToPanOffset(\"x\",t,s),this.pan.y=this.calculateZoomToPanOffset(\"y\",t,s),r(this.pan);const o=()=>{this._setResolution(e),this.applyCurrentZoomPan()};n?a.animations.startTransition({isPan:!0,name:\"zoomTo\",target:this.container,transform:this.getCurrentTransform(),onComplete:o,duration:n,easing:a.options.easing}):o()}toggleZoom(e){this.zoomTo(this.currZoomLevel===this.zoomLevels.initial?this.zoomLevels.secondary:this.zoomLevels.initial,e,this.pswp.options.zoomAnimationDuration)}setZoomLevel(e){this.currZoomLevel=e,this.bounds.update(this.currZoomLevel)}calculateZoomToPanOffset(e,t,n){const i=this.bounds.max[e]-this.bounds.min[e];if(0===i)return this.bounds.center[e];t||(t=this.pswp.getViewportCenterPoint());const a=this.currZoomLevel/n;return this.bounds.correctPan(e,(this.pan[e]-t[e])*a+t[e])}panTo(e,t){this.pan.x=this.bounds.correctPan(\"x\",e),this.pan.y=this.bounds.correctPan(\"y\",t),this.applyCurrentZoomPan()}isPannable(){return this.width&&this.currZoomLevel>this.zoomLevels.fit}isZoomable(){return this.width&&this.content.isZoomable()}applyCurrentZoomPan(){this._applyZoomTransform(this.pan.x,this.pan.y,this.currZoomLevel),this===this.pswp.currSlide&&this.pswp.dispatch(\"zoomPanUpdate\",{slide:this})}zoomAndPanToInitial(){this.currZoomLevel=this.zoomLevels.initial,this.bounds.update(this.currZoomLevel),a(this.pan,this.bounds.center),this.pswp.dispatch(\"initialZoomPan\",{slide:this})}_applyZoomTransform(e,t,n){n/=this.currentResolution||this.zoomLevels.initial,_(this.container,e,t,n)}calculateSize(){const{pswp:e}=this;a(this.panAreaSize,y(e.options,e.viewportSize,this.data,this.index)),this.zoomLevels.update(this.width,this.height,this.panAreaSize),e.dispatch(\"calcSlideSize\",{slide:this})}getCurrentTransform(){const e=this.currZoomLevel/(this.currentResolution||this.zoomLevels.initial);return c(this.pan.x,this.pan.y,e)}_setResolution(e){e!==this.currentResolution&&(this.currentResolution=e,this.updateContentSize(),this.pswp.dispatch(\"resolutionChanged\"))}}const I=.35,D=.6,w=.4,x=.5;function M(e,t){return e*t/(1-t)}class k{constructor(e){this.gestures=e,this.pswp=e.pswp,this.startPan={}}start(){a(this.startPan,this.pswp.currSlide.pan),this.pswp.animations.stopAll()}change(){const{p1:e,prevP1:t,dragAxis:n,pswp:i}=this.gestures,{currSlide:a}=i;if(\"y\"===n&&i.options.closeOnVerticalDrag&&a.currZoomLevel<=a.zoomLevels.fit&&!this.gestures.isMultitouch){const n=a.pan.y+(e.y-t.y);if(!i.dispatch(\"verticalDrag\",{panY:n}).defaultPrevented){this._setPanWithFriction(\"y\",n,D);const e=1-Math.abs(this._getVerticalDragRatio(a.pan.y));i.applyBgOpacity(e),a.applyCurrentZoomPan()}}else{const e=this._panOrMoveMainScroll(\"x\");e||(this._panOrMoveMainScroll(\"y\"),r(a.pan),a.applyCurrentZoomPan())}}end(){const{pswp:e,velocity:t}=this.gestures,{mainScroll:n}=e;let i=0;if(e.animations.stopAll(),n.isShifted()){const a=n.x-n.getCurrSlideX(),r=a/e.viewportSize.x;t.x<-x&&r<0||t.x<.1&&r<-.5?(i=1,t.x=Math.min(t.x,0)):(t.x>x&&r>0||t.x>-.1&&r>.5)&&(i=-1,t.x=Math.max(t.x,0)),n.moveIndexBy(i,!0,t.x)}e.currSlide.currZoomLevel>e.currSlide.zoomLevels.max||this.gestures.isMultitouch?this.gestures.zoomLevels.correctZoomPan(!0):(this._finishPanGestureForAxis(\"x\"),this._finishPanGestureForAxis(\"y\"))}_finishPanGestureForAxis(e){const{pswp:t}=this,{currSlide:n}=t,{velocity:i}=this.gestures,{pan:a,bounds:r}=n,s=a[e],o=t.bgOpacity<1&&\"y\"===e,c=.995,_=s+M(i[e],c);if(o){const e=this._getVerticalDragRatio(s),n=this._getVerticalDragRatio(_);if(e<0&&n<-w||e>0&&n>w)return void t.close()}const d=r.correctPan(e,_);if(s===d)return;const u=d===_?1:.82,p=t.bgOpacity,m=d-s;t.animations.startSpring({name:\"panGesture\"+e,isPan:!0,start:s,end:d,velocity:i[e],dampingRatio:u,onUpdate:i=>{if(o&&t.bgOpacity<1){const e=1-(d-i)/m;t.applyBgOpacity(l(p+(1-p)*e,0,1))}a[e]=Math.floor(i),n.applyCurrentZoomPan()}})}_panOrMoveMainScroll(e){const{p1:t,pswp:n,dragAxis:i,prevP1:a,isMultitouch:r}=this.gestures,{currSlide:s,mainScroll:o}=n,l=t[e]-a[e],c=o.x+l;if(!l)return;if(\"x\"===e&&!s.isPannable()&&!r)return o.moveTo(c,!0),!0;const{bounds:_}=s,d=s.pan[e]+l;if(n.options.allowPanToNext&&\"x\"===i&&\"x\"===e&&!r){const t=o.getCurrSlideX(),n=o.x-t,i=l>0,a=!i;if(d>_.min[e]&&i){const t=_.min[e]<=this.startPan[e];if(t)return o.moveTo(c,!0),!0;this._setPanWithFriction(e,d)}else if(d<_.max[e]&&a){const t=this.startPan[e]<=_.max[e];if(t)return o.moveTo(c,!0),!0;this._setPanWithFriction(e,d)}else if(0!==n){if(n>0)return o.moveTo(Math.max(c,t),!0),!0;if(n<0)return o.moveTo(Math.min(c,t),!0),!0}else this._setPanWithFriction(e,d)}else\"y\"===e&&(o.isShifted()||_.min.y===_.max.y)||this._setPanWithFriction(e,d)}_getVerticalDragRatio(e){return(e-this.pswp.currSlide.bounds.center.y)/(this.pswp.viewportSize.y/3)}_setPanWithFriction(e,t,n){const{pan:i,bounds:a}=this.pswp.currSlide,r=a.correctPan(e,t);if(r!==t||n){const a=Math.round(t-i[e]);i[e]+=a*(n||I)}else i[e]=t}}const L=.05,P=.15;function F(e,t,n){return e.x=(t.x+n.x)/2,e.y=(t.y+n.y)/2,e}class U{constructor(e){this.gestures=e,this.pswp=this.gestures.pswp,this._startPan={},this._startZoomPoint={},this._zoomPoint={}}start(){this._startZoomLevel=this.pswp.currSlide.currZoomLevel,a(this._startPan,this.pswp.currSlide.pan),this.pswp.animations.stopAllPan(),this._wasOverFitZoomLevel=!1}change(){const{p1:e,startP1:t,p2:n,startP2:i,pswp:a}=this.gestures,{currSlide:r}=a,o=r.zoomLevels.min,l=r.zoomLevels.max;if(!r.isZoomable()||a.mainScroll.isShifted())return;F(this._startZoomPoint,t,i),F(this._zoomPoint,e,n);let c=1/s(t,i)*s(e,n)*this._startZoomLevel;if(c>r.zoomLevels.initial+r.zoomLevels.initial/15&&(this._wasOverFitZoomLevel=!0),c<o)if(a.options.pinchToClose&&!this._wasOverFitZoomLevel&&this._startZoomLevel<=r.zoomLevels.initial){const e=1-(o-c)/(o/1.2);a.dispatch(\"pinchClose\",{bgOpacity:e}).defaultPrevented||a.applyBgOpacity(e)}else c=o-(o-c)*P;else c>l&&(c=l+(c-l)*L);r.pan.x=this._calculatePanForZoomLevel(\"x\",c),r.pan.y=this._calculatePanForZoomLevel(\"y\",c),r.setZoomLevel(c),r.applyCurrentZoomPan()}end(){const{pswp:e}=this,{currSlide:t}=e;t.currZoomLevel<t.zoomLevels.initial&&!this._wasOverFitZoomLevel&&e.options.pinchToClose?e.close():this.correctZoomPan()}_calculatePanForZoomLevel(e,t){const n=t/this._startZoomLevel;return this._zoomPoint[e]-(this._startZoomPoint[e]-this._startPan[e])*n}correctZoomPan(e){const{pswp:t}=this,{currSlide:n}=t;if(!n.isZoomable())return;void 0===this._zoomPoint.x&&(e=!0);const i=n.currZoomLevel;let r,s=!0;i<n.zoomLevels.initial?r=n.zoomLevels.initial:i>n.zoomLevels.max?r=n.zoomLevels.max:(s=!1,r=i);const c=t.bgOpacity,_=t.bgOpacity<1,d=a({},n.pan);let u=a({},d);e&&(this._zoomPoint.x=0,this._zoomPoint.y=0,this._startZoomPoint.x=0,this._startZoomPoint.y=0,this._startZoomLevel=i,a(this._startPan,d)),s&&(u={x:this._calculatePanForZoomLevel(\"x\",r),y:this._calculatePanForZoomLevel(\"y\",r)}),n.setZoomLevel(r),u={x:n.bounds.correctPan(\"x\",u.x),y:n.bounds.correctPan(\"y\",u.y)},n.setZoomLevel(i);let p=!0;if(o(u,d)&&(p=!1),!p&&!s&&!_)return n._setResolution(r),void n.applyCurrentZoomPan();t.animations.stopAllPan(),t.animations.startSpring({isPan:!0,start:0,end:1e3,velocity:0,dampingRatio:1,naturalFrequency:40,onUpdate:e=>{if(e/=1e3,p||s){if(p&&(n.pan.x=d.x+(u.x-d.x)*e,n.pan.y=d.y+(u.y-d.y)*e),s){const t=i+(r-i)*e;n.setZoomLevel(t)}n.applyCurrentZoomPan()}_&&t.bgOpacity<1&&t.applyBgOpacity(l(c+(1-c)*e,0,1))},onComplete:()=>{n._setResolution(r),n.applyCurrentZoomPan()}})}}function B(e){return!!e.target.closest(\".pswp__container\")}class G{constructor(e){this.gestures=e}click(e,t){const n=t.target.classList,i=n.contains(\"pswp__img\"),a=n.contains(\"pswp__item\")||n.contains(\"pswp__zoom-wrap\");i?this._doClickOrTapAction(\"imageClick\",e,t):a&&this._doClickOrTapAction(\"bgClick\",e,t)}tap(e,t){B(t)&&this._doClickOrTapAction(\"tap\",e,t)}doubleTap(e,t){B(t)&&this._doClickOrTapAction(\"doubleTap\",e,t)}_doClickOrTapAction(e,t,n){const{pswp:i}=this.gestures,{currSlide:a}=i,r=e+\"Action\",s=i.options[r];if(!i.dispatch(r,{point:t,originalEvent:n}).defaultPrevented)if(\"function\"!==typeof s)switch(s){case\"close\":case\"next\":i[s]();break;case\"zoom\":a.toggleZoom(t);break;case\"zoom-or-close\":a.isZoomable()&&a.zoomLevels.secondary!==a.zoomLevels.initial?a.toggleZoom(t):i.options.clickToCloseNonZoomable&&i.close();break;case\"toggle-controls\":this.gestures.pswp.element.classList.toggle(\"pswp--ui-visible\");break}else s.call(i,t,n)}}const Y=10,z=300,q=25;class H{constructor(e){this.pswp=e,this.dragAxis=void 0,this.p1={},this.p2={},this.prevP1={},this.prevP2={},this.startP1={},this.startP2={},this.velocity={},this._lastStartP1={},this._intervalP1={},this._numActivePoints=0,this._ongoingPointers=[],this._touchEventEnabled=\"ontouchstart\"in window,this._pointerEventEnabled=!!window.PointerEvent,this.supportsTouch=this._touchEventEnabled||this._pointerEventEnabled&&navigator.maxTouchPoints>1,this.supportsTouch||(e.options.allowPanToNext=!1),this.drag=new k(this),this.zoomLevels=new U(this),this.tapHandler=new G(this),e.on(\"bindEvents\",()=>{e.events.add(e.scrollWrap,\"click\",e=>this._onClick(e)),this._pointerEventEnabled?this._bindEvents(\"pointer\",\"down\",\"up\",\"cancel\"):this._touchEventEnabled?(this._bindEvents(\"touch\",\"start\",\"end\",\"cancel\"),e.scrollWrap.ontouchmove=()=>{},e.scrollWrap.ontouchend=()=>{}):this._bindEvents(\"mouse\",\"down\",\"up\")})}_bindEvents(e,t,n,i){const{pswp:a}=this,{events:r}=a,s=i?e+i:\"\";r.add(a.scrollWrap,e+t,this.onPointerDown.bind(this)),r.add(window,e+\"move\",this.onPointerMove.bind(this)),r.add(window,e+n,this.onPointerUp.bind(this)),s&&r.add(a.scrollWrap,s,this.onPointerUp.bind(this))}onPointerDown(e){let t;if(\"mousedown\"!==e.type&&\"mouse\"!==e.pointerType||(t=!0),t&&e.button>0)return;const{pswp:n}=this;n.opener.isOpen?n.dispatch(\"pointerDown\",{originalEvent:e}).defaultPrevented||(t&&(n.mouseDetected(),this._preventPointerEventBehaviour(e)),n.animations.stopAll(),this._updatePoints(e,\"down\"),this.pointerDown=!0,1===this._numActivePoints&&(this.dragAxis=null,a(this.startP1,this.p1)),this._numActivePoints>1?(this._clearTapTimer(),this.isMultitouch=!0):this.isMultitouch=!1):e.preventDefault()}onPointerMove(e){e.preventDefault(),this._numActivePoints&&(this._updatePoints(e,\"move\"),this.pswp.dispatch(\"pointerMove\",{originalEvent:e}).defaultPrevented||(1!==this._numActivePoints||this.isDragging?this._numActivePoints>1&&!this.isZooming&&(this._finishDrag(),this.isZooming=!0,this._updateStartPoints(),this.zoomLevels.start(),this._rafStopLoop(),this._rafRenderLoop()):(this.dragAxis||this._calculateDragDirection(),this.dragAxis&&!this.isDragging&&(this.isZooming&&(this.isZooming=!1,this.zoomLevels.end()),this.isDragging=!0,this._clearTapTimer(),this._updateStartPoints(),this._intervalTime=Date.now(),this._velocityCalculated=!1,a(this._intervalP1,this.p1),this.velocity.x=0,this.velocity.y=0,this.drag.start(),this._rafStopLoop(),this._rafRenderLoop()))))}_finishDrag(){this.isDragging&&(this.isDragging=!1,this._velocityCalculated||this._updateVelocity(!0),this.drag.end(),this.dragAxis=null)}onPointerUp(e){this._numActivePoints&&(this._updatePoints(e,\"up\"),this.pswp.dispatch(\"pointerUp\",{originalEvent:e}).defaultPrevented||(0===this._numActivePoints&&(this.pointerDown=!1,this._rafStopLoop(),this.isDragging?this._finishDrag():this.isZooming||this.isMultitouch||this._finishTap(e)),this._numActivePoints<2&&this.isZooming&&(this.isZooming=!1,this.zoomLevels.end(),1===this._numActivePoints&&(this.dragAxis=null,this._updateStartPoints()))))}_rafRenderLoop(){(this.isDragging||this.isZooming)&&(this._updateVelocity(),this.isDragging?o(this.p1,this.prevP1)||this.drag.change():o(this.p1,this.prevP1)&&o(this.p2,this.prevP2)||this.zoomLevels.change(),this._updatePrevPoints(),this.raf=requestAnimationFrame(this._rafRenderLoop.bind(this)))}_updateVelocity(e){const t=Date.now(),n=t-this._intervalTime;n<50&&!e||(this.velocity.x=this._getVelocity(\"x\",n),this.velocity.y=this._getVelocity(\"y\",n),this._intervalTime=t,a(this._intervalP1,this.p1),this._velocityCalculated=!0)}_finishTap(e){const{mainScroll:t}=this.pswp;if(t.isShifted())return void t.moveIndexBy(0,!0);if(e.type.indexOf(\"cancel\")>0)return;if(\"mouseup\"===e.type||\"mouse\"===e.pointerType)return void this.tapHandler.click(this.startP1,e);const n=this.pswp.options.doubleTapAction?z:0;this._tapTimer?(this._clearTapTimer(),s(this._lastStartP1,this.startP1)<q&&this.tapHandler.doubleTap(this.startP1,e)):(a(this._lastStartP1,this.startP1),this._tapTimer=setTimeout(()=>{this.tapHandler.tap(this.startP1,e),this._clearTapTimer()},n))}_clearTapTimer(){this._tapTimer&&(clearTimeout(this._tapTimer),this._tapTimer=null)}_getVelocity(e,t){const n=this.p1[e]-this._intervalP1[e];return Math.abs(n)>1&&t>5?n/t:0}_rafStopLoop(){this.raf&&(cancelAnimationFrame(this.raf),this.raf=null)}_preventPointerEventBehaviour(e){return e.preventDefault(),!0}_updatePoints(e,t){if(this._pointerEventEnabled){const n=e,i=this._ongoingPointers.findIndex(e=>e.id===n.pointerId);\"up\"===t&&i>-1?this._ongoingPointers.splice(i,1):\"down\"===t&&-1===i?this._ongoingPointers.push(this._convertEventPosToPoint(n,{})):i>-1&&this._convertEventPosToPoint(n,this._ongoingPointers[i]),this._numActivePoints=this._ongoingPointers.length,this._numActivePoints>0&&a(this.p1,this._ongoingPointers[0]),this._numActivePoints>1&&a(this.p2,this._ongoingPointers[1])}else{const n=e;this._numActivePoints=0,n.type.indexOf(\"touch\")>-1?n.touches&&n.touches.length>0&&(this._convertEventPosToPoint(n.touches[0],this.p1),this._numActivePoints++,n.touches.length>1&&(this._convertEventPosToPoint(n.touches[1],this.p2),this._numActivePoints++)):(this._convertEventPosToPoint(e,this.p1),\"up\"===t?this._numActivePoints=0:this._numActivePoints++)}}_updatePrevPoints(){a(this.prevP1,this.p1),a(this.prevP2,this.p2)}_updateStartPoints(){a(this.startP1,this.p1),a(this.startP2,this.p2),this._updatePrevPoints()}_calculateDragDirection(){if(this.pswp.mainScroll.isShifted())this.dragAxis=\"x\";else{const e=Math.abs(this.p1.x-this.startP1.x)-Math.abs(this.p1.y-this.startP1.y);if(0!==e){const t=e>0?\"x\":\"y\";Math.abs(this.p1[t]-this.startP1[t])>=Y&&(this.dragAxis=t)}}}_convertEventPosToPoint(e,t){return t.x=e.pageX-this.pswp.offset.x,t.y=e.pageY-this.pswp.offset.y,\"pointerId\"in e?t.id=e.pointerId:void 0!==e.identifier&&(t.id=e.identifier),t}_onClick(e){this.pswp.mainScroll.isShifted()&&(e.preventDefault(),e.stopPropagation())}}const V=.35;class ${constructor(e){this.pswp=e,this.x=0,this.slideWidth=void 0,this.itemHolders=void 0,this.resetPosition()}resize(e){const{pswp:t}=this,n=Math.round(t.viewportSize.x+t.viewportSize.x*t.options.spacing),i=n!==this.slideWidth;i&&(this.slideWidth=n,this.moveTo(this.getCurrSlideX())),this.itemHolders.forEach((t,n)=>{i&&_(t.el,(n+this._containerShiftIndex)*this.slideWidth),e&&t.slide&&t.slide.resize()})}resetPosition(){this._currPositionIndex=0,this._prevPositionIndex=0,this.slideWidth=0,this._containerShiftIndex=-1}appendHolders(){this.itemHolders=[];for(let e=0;e<3;e++){const t=i(\"pswp__item\",!1,this.pswp.container);t.setAttribute(\"role\",\"group\"),t.setAttribute(\"aria-roledescription\",\"slide\"),t.setAttribute(\"aria-hidden\",\"true\"),t.style.display=1===e?\"block\":\"none\",this.itemHolders.push({el:t})}}canBeSwiped(){return this.pswp.getNumItems()>1}moveIndexBy(e,t,n){const{pswp:i}=this;let a=i.potentialIndex+e;const r=i.getNumItems();if(i.canLoop()){a=i.getLoopedIndex(a);const t=(e+r)%r;e=t<=r/2?t:t-r}else a<0?a=0:a>=r&&(a=r-1),e=a-i.potentialIndex;i.potentialIndex=a,this._currPositionIndex-=e,i.animations.stopMainScroll();const s=this.getCurrSlideX();if(t){i.animations.startSpring({isMainScroll:!0,start:this.x,end:s,velocity:n||0,naturalFrequency:30,dampingRatio:1,onUpdate:e=>{this.moveTo(e)},onComplete:()=>{this.updateCurrItem(),i.appendHeavy()}});let e=i.potentialIndex-i.currIndex;if(i.canLoop()){const t=(e+r)%r;e=t<=r/2?t:t-r}Math.abs(e)>1&&this.updateCurrItem()}else this.moveTo(s),this.updateCurrItem();if(e)return!0}getCurrSlideX(){return this.slideWidth*this._currPositionIndex}isShifted(){return this.x!==this.getCurrSlideX()}updateCurrItem(){const{pswp:e}=this,t=this._prevPositionIndex-this._currPositionIndex;if(!t)return;this._prevPositionIndex=this._currPositionIndex,e.currIndex=e.potentialIndex;let n,i=Math.abs(t);i>=3&&(this._containerShiftIndex+=t+(t>0?-3:3),i=3);for(let a=0;a<i;a++)t>0?(n=this.itemHolders.shift(),this.itemHolders[2]=n,this._containerShiftIndex++,_(n.el,(this._containerShiftIndex+2)*this.slideWidth),e.setContent(n,e.currIndex-i+a+2)):(n=this.itemHolders.pop(),this.itemHolders.unshift(n),this._containerShiftIndex--,_(n.el,this._containerShiftIndex*this.slideWidth),e.setContent(n,e.currIndex+i-a-2));Math.abs(this._containerShiftIndex)>50&&!this.isShifted()&&(this.resetPosition(),this.resize()),e.animations.stopAllPan(),this.itemHolders.forEach((e,t)=>{e.slide&&e.slide.setIsActive(1===t)}),e.currSlide=this.itemHolders[1].slide,e.contentLoader.updateLazy(t),e.currSlide&&e.currSlide.applyCurrentZoomPan(),e.dispatch(\"change\")}moveTo(e,t){let n,i;!this.pswp.canLoop()&&t&&(n=(this.slideWidth*this._currPositionIndex-e)/this.slideWidth,n+=this.pswp.currIndex,i=Math.round(e-this.x),(n<0&&i>0||n>=this.pswp.getNumItems()-1&&i<0)&&(e=this.x+i*V)),this.x=e,_(this.pswp.container,e),this.pswp.dispatch(\"moveMainScroll\",{x:e,dragging:t})}}class W{constructor(e){this.pswp=e,e.on(\"bindEvents\",()=>{e.options.initialPointerPos||this._focusRoot(),e.events.add(document,\"focusin\",this._onFocusIn.bind(this)),e.events.add(document,\"keydown\",this._onKeyDown.bind(this))});const t=document.activeElement;e.on(\"destroy\",()=>{e.options.returnFocus&&t&&this._wasFocused&&t.focus()})}_focusRoot(){this._wasFocused||(this.pswp.element.focus(),this._wasFocused=!0)}_onKeyDown(e){const{pswp:t}=this;if(t.dispatch(\"keydown\",{originalEvent:e}).defaultPrevented)return;if(E(e))return;let n,i,a;switch(e.keyCode){case 27:t.options.escKey&&(n=\"close\");break;case 90:n=\"toggleZoom\";break;case 37:i=\"x\";break;case 38:i=\"y\";break;case 39:i=\"x\",a=!0;break;case 40:a=!0,i=\"y\";break;case 9:this._focusRoot();break}if(i){e.preventDefault();const{currSlide:r}=t;t.options.arrowKeys&&\"x\"===i&&t.getNumItems()>1?n=a?\"next\":\"prev\":r&&r.currZoomLevel>r.zoomLevels.fit&&(r.pan[i]+=a?-80:80,r.panTo(r.pan.x,r.pan.y))}n&&(e.preventDefault(),t[n]())}_onFocusIn(e){const{template:t}=this.pswp;document===e.target||t===e.target||t.contains(e.target)||t.focus()}}const j=\"cubic-bezier(.4,0,.22,1)\";class Q{constructor(e){this.props=e;const{target:t,onComplete:n,transform:i,onFinish:a}=e;let{duration:r,easing:s}=e;this.onFinish=a;const o=i?\"transform\":\"opacity\",l=e[o];this._target=t,this._onComplete=n,r=r||333,s=s||j,this._onTransitionEnd=this._onTransitionEnd.bind(this),this._helperTimeout=setTimeout(()=>{u(t,o,r,s),this._helperTimeout=setTimeout(()=>{t.addEventListener(\"transitionend\",this._onTransitionEnd,!1),t.addEventListener(\"transitioncancel\",this._onTransitionEnd,!1),this._helperTimeout=setTimeout(()=>{this._finalizeAnimation()},r+500),t.style[o]=l},30)},0)}_onTransitionEnd(e){e.target===this._target&&this._finalizeAnimation()}_finalizeAnimation(){this._finished||(this._finished=!0,this.onFinish(),this._onComplete&&this._onComplete())}destroy(){this._helperTimeout&&clearTimeout(this._helperTimeout),m(this._target),this._target.removeEventListener(\"transitionend\",this._onTransitionEnd,!1),this._target.removeEventListener(\"transitioncancel\",this._onTransitionEnd,!1),this._finished||this._finalizeAnimation()}}const K=12,Z=.75;class X{constructor(e,t,n){this.velocity=1e3*e,this._dampingRatio=t||Z,this._naturalFrequency=n||K,this._dampingRatio<1&&(this._dampedFrequency=this._naturalFrequency*Math.sqrt(1-this._dampingRatio*this._dampingRatio))}easeFrame(e,t){let n,i=0;t/=1e3;const a=Math.E**(-this._dampingRatio*this._naturalFrequency*t);if(1===this._dampingRatio)n=this.velocity+this._naturalFrequency*e,i=(e+n*t)*a,this.velocity=i*-this._naturalFrequency+n*a;else if(this._dampingRatio<1){n=1/this._dampedFrequency*(this._dampingRatio*this._naturalFrequency*e+this.velocity);const r=Math.cos(this._dampedFrequency*t),s=Math.sin(this._dampedFrequency*t);i=a*(e*r+n*s),this.velocity=i*-this._naturalFrequency*this._dampingRatio+a*(-this._dampedFrequency*e*s+this._dampedFrequency*n*r)}return i}}class J{constructor(e){this.props=e;const{start:t,end:n,velocity:i,onUpdate:a,onComplete:r,onFinish:s,dampingRatio:o,naturalFrequency:l}=e;this.onFinish=s;const c=new X(i,o,l);let _=Date.now(),d=t-n;const u=()=>{this._raf&&(d=c.easeFrame(d,Date.now()-_),Math.abs(d)<1&&Math.abs(c.velocity)<50?(a(n),r&&r(),this.onFinish()):(_=Date.now(),a(d+n),this._raf=requestAnimationFrame(u)))};this._raf=requestAnimationFrame(u)}destroy(){this._raf>=0&&cancelAnimationFrame(this._raf),this._raf=null}}class ee{constructor(){this.activeAnimations=[]}startSpring(e){this._start(e,!0)}startTransition(e){this._start(e)}_start(e,t){let n;return n=t?new J(e):new Q(e),this.activeAnimations.push(n),n.onFinish=()=>this.stop(n),n}stop(e){e.destroy();const t=this.activeAnimations.indexOf(e);t>-1&&this.activeAnimations.splice(t,1)}stopAll(){this.activeAnimations.forEach(e=>{e.destroy()}),this.activeAnimations=[]}stopAllPan(){this.activeAnimations=this.activeAnimations.filter(e=>!e.props.isPan||(e.destroy(),!1))}stopMainScroll(){this.activeAnimations=this.activeAnimations.filter(e=>!e.props.isMainScroll||(e.destroy(),!1))}isPanRunning(){return this.activeAnimations.some(e=>e.props.isPan)}}class te{constructor(e){this.pswp=e,e.events.add(e.element,\"wheel\",this._onWheel.bind(this))}_onWheel(e){e.preventDefault();const{currSlide:t}=this.pswp;let{deltaX:n,deltaY:i}=e;if(t&&!this.pswp.dispatch(\"wheel\",{originalEvent:e}).defaultPrevented)if(e.ctrlKey||this.pswp.options.wheelToZoom){if(t.isZoomable()){let n=-i;1===e.deltaMode?n*=.05:n*=e.deltaMode?1:.002,n=2**n;const a=t.currZoomLevel*n;t.zoomTo(a,{x:e.clientX,y:e.clientY})}}else t.isPannable()&&(1===e.deltaMode&&(n*=18,i*=18),t.panTo(t.pan.x-n,t.pan.y-i))}}function ne(e){if(\"string\"===typeof e)return e;if(!e||!e.isCustomSVG)return\"\";const t=e;let n='<svg aria-hidden=\"true\" class=\"pswp__icn\" viewBox=\"0 0 %d %d\" width=\"%d\" height=\"%d\">';return n=n.split(\"%d\").join(t.size||32),t.outlineID&&(n+='<use class=\"pswp__icn-shadow\" xlink:href=\"#'+t.outlineID+'\"/>'),n+=t.inner,n+=\"</svg>\",n}class ie{constructor(e,t){const n=t.name||t.className;let a=t.html;if(!1===e.options[n])return;\"string\"===typeof e.options[n+\"SVG\"]&&(a=e.options[n+\"SVG\"]),e.dispatch(\"uiElementCreate\",{data:t});let r,s=\"\";t.isButton?(s+=\"pswp__button \",s+=t.className||\"pswp__button--\"+t.name):s+=t.className||\"pswp__\"+t.name;let o=t.isButton?t.tagName||\"button\":t.tagName||\"div\";if(o=o.toLowerCase(),r=i(s,o),t.isButton){r=i(s,o),\"button\"===o&&(r.type=\"button\");let{title:a}=t;const{ariaLabel:l}=t;\"string\"===typeof e.options[n+\"Title\"]&&(a=e.options[n+\"Title\"]),a&&(r.title=a),(l||a)&&r.setAttribute(\"aria-label\",l||a)}r.innerHTML=ne(a),t.onInit&&t.onInit(r,e),t.onClick&&(r.onclick=n=>{\"string\"===typeof t.onClick?e[t.onClick]():t.onClick(n,r,e)});const l=t.appendTo||\"bar\";let c;\"bar\"===l?(e.topBar||(e.topBar=i(\"pswp__top-bar pswp__hide-on-close\",\"div\",e.scrollWrap)),c=e.topBar):(r.classList.add(\"pswp__hide-on-close\"),c=\"wrapper\"===l?e.scrollWrap:e.element),c.appendChild(e.applyFilters(\"uiElement\",r,t))}}function ae(e,t,n){e.classList.add(\"pswp__button--arrow\"),e.setAttribute(\"aria-controls\",\"pswp__items\"),t.on(\"change\",()=>{t.options.loop||(e.disabled=n?!(t.currIndex<t.getNumItems()-1):!(t.currIndex>0))})}const re={name:\"arrowPrev\",className:\"pswp__button--arrow--prev\",title:\"Previous\",order:10,isButton:!0,appendTo:\"wrapper\",html:{isCustomSVG:!0,size:60,inner:'<path d=\"M29 43l-3 3-16-16 16-16 3 3-13 13 13 13z\" id=\"pswp__icn-arrow\"/>',outlineID:\"pswp__icn-arrow\"},onClick:\"prev\",onInit:ae},se={name:\"arrowNext\",className:\"pswp__button--arrow--next\",title:\"Next\",order:11,isButton:!0,appendTo:\"wrapper\",html:{isCustomSVG:!0,size:60,inner:'<use xlink:href=\"#pswp__icn-arrow\"/>',outlineID:\"pswp__icn-arrow\"},onClick:\"next\",onInit:(e,t)=>{ae(e,t,!0)}},oe={name:\"close\",title:\"Close\",order:20,isButton:!0,html:{isCustomSVG:!0,inner:'<path d=\"M24 10l-2-2-6 6-6-6-2 2 6 6-6 6 2 2 6-6 6 6 2-2-6-6z\" id=\"pswp__icn-close\"/>',outlineID:\"pswp__icn-close\"},onClick:\"close\"},le={name:\"zoom\",title:\"Zoom\",order:10,isButton:!0,html:{isCustomSVG:!0,inner:'<path d=\"M17.426 19.926a6 6 0 1 1 1.5-1.5L23 22.5 21.5 24l-4.074-4.074z\" id=\"pswp__icn-zoom\"/><path fill=\"currentColor\" class=\"pswp__zoom-icn-bar-h\" d=\"M11 16v-2h6v2z\"/><path fill=\"currentColor\" class=\"pswp__zoom-icn-bar-v\" d=\"M13 12h2v6h-2z\"/>',outlineID:\"pswp__icn-zoom\"},onClick:\"toggleZoom\"},ce={name:\"preloader\",appendTo:\"bar\",order:7,html:{isCustomSVG:!0,inner:'<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2 16a5.2 5.2 0 1 1-5.2-5.2V8a8 8 0 1 0 8 8h-2.8Z\" id=\"pswp__icn-loading\"/>',outlineID:\"pswp__icn-loading\"},onInit:(e,t)=>{let n,i;const a=(t,n)=>{e.classList[n?\"add\":\"remove\"](\"pswp__preloader--\"+t)},r=e=>{n!==e&&(n=e,a(\"active\",e))},s=()=>{if(!t.currSlide.content.isLoading())return r(!1),void(i&&(clearTimeout(i),i=null));i||(i=setTimeout(()=>{r(t.currSlide.content.isLoading()),i=null},t.options.preloaderDelay))};t.on(\"change\",s),t.on(\"loadComplete\",e=>{t.currSlide===e.slide&&s()}),t.ui.updatePreloaderVisibility=s}},_e={name:\"counter\",order:5,onInit:(e,t)=>{t.on(\"change\",()=>{e.innerText=t.currIndex+1+t.options.indexIndicatorSep+t.getNumItems()})}};function de(e,t){e.classList[t?\"add\":\"remove\"](\"pswp--zoomed-in\")}class ue{constructor(e){this.pswp=e,this.updatePreloaderVisibility=void 0,this._lastUpdatedZoomLevel=void 0}init(){const{pswp:e}=this;this.isRegistered=!1,this.uiElementsData=[oe,re,se,le,ce,_e],e.dispatch(\"uiRegister\"),this.uiElementsData.sort((e,t)=>(e.order||0)-(t.order||0)),this.items=[],this.isRegistered=!0,this.uiElementsData.forEach(e=>{this.registerElement(e)}),e.on(\"change\",()=>{e.element.classList[1===e.getNumItems()?\"add\":\"remove\"](\"pswp--one-slide\")}),e.on(\"zoomPanUpdate\",()=>this._onZoomPanUpdate())}registerElement(e){this.isRegistered?this.items.push(new ie(this.pswp,e)):this.uiElementsData.push(e)}_onZoomPanUpdate(){const{template:e,currSlide:t,options:n}=this.pswp;let{currZoomLevel:i}=t;if(this.pswp.opener.isClosing)return;if(this.pswp.opener.isOpen||(i=t.zoomLevels.initial),i===this._lastUpdatedZoomLevel)return;this._lastUpdatedZoomLevel=i;const a=t.zoomLevels.initial-t.zoomLevels.secondary;if(Math.abs(a)<.01||!t.isZoomable())return de(e,!1),void e.classList.remove(\"pswp--zoom-allowed\");e.classList.add(\"pswp--zoom-allowed\");const r=i===t.zoomLevels.initial?t.zoomLevels.secondary:t.zoomLevels.initial;de(e,r<=i),\"zoom\"!==n.imageClickAction&&\"zoom-or-close\"!==n.imageClickAction||e.classList.add(\"pswp--click-to-zoom\")}}function pe(e){const t=e.getBoundingClientRect();return{x:t.left,y:t.top,w:t.width}}function me(e,t,n){const i=e.getBoundingClientRect(),a=i.width/t,r=i.height/n,s=a>r?a:r,o=(i.width-t*s)/2,l=(i.height-n*s)/2,c={x:i.left+o,y:i.top+l,w:t*s};return c.innerRect={w:i.width,h:i.height,x:o,y:l},c}function ge(e,t,n){const i=n.dispatch(\"thumbBounds\",{index:e,itemData:t,instance:n});if(i.thumbBounds)return i.thumbBounds;const{element:a}=t;let r,s;if(a&&!1!==n.options.thumbSelector){const e=n.options.thumbSelector||\"img\";s=a.matches(e)?a:a.querySelector(e)}return s=n.applyFilters(\"thumbEl\",s,t,e),s&&(r=t.thumbCropped?me(s,t.width||t.w,t.height||t.h):pe(s)),n.applyFilters(\"thumbBounds\",r,t,e)}class he{constructor(e,t){this.type=e,t&&Object.assign(this,t)}preventDefault(){this.defaultPrevented=!0}}class Ee{constructor(){this._listeners={},this._filters={},this.pswp=void 0,this.options=void 0}addFilter(e,t,n=100){this._filters[e]||(this._filters[e]=[]),this._filters[e].push({fn:t,priority:n}),this._filters[e].sort((e,t)=>e.priority-t.priority),this.pswp&&this.pswp.addFilter(e,t,n)}removeFilter(e,t){this._filters[e]&&(this._filters[e]=this._filters[e].filter(e=>e.fn!==t)),this.pswp&&this.pswp.removeFilter(e,t)}applyFilters(e,...t){return this._filters[e]&&this._filters[e].forEach(e=>{t[0]=e.fn.apply(this,t)}),t[0]}on(e,t){this._listeners[e]||(this._listeners[e]=[]),this._listeners[e].push(t),this.pswp&&this.pswp.on(e,t)}off(e,t){this._listeners[e]&&(this._listeners[e]=this._listeners[e].filter(e=>t!==e)),this.pswp&&this.pswp.off(e,t)}dispatch(e,t){if(this.pswp)return this.pswp.dispatch(e,t);const n=new he(e,t);return this._listeners?(this._listeners[e]&&this._listeners[e].forEach(e=>{e.call(this,n)}),n):n}}class Se{constructor(e,t){this.element=i(\"pswp__img pswp__img--placeholder\",e?\"img\":\"\",t),e&&(this.element.decoding=\"async\",this.element.alt=\"\",this.element.src=e,this.element.setAttribute(\"role\",\"presentation\")),this.element.setAttribute(\"aria-hidden\",\"true\")}setDisplayedSize(e,t){this.element&&(\"IMG\"===this.element.tagName?(p(this.element,250,\"auto\"),this.element.style.transformOrigin=\"0 0\",this.element.style.transform=c(0,0,e/250)):p(this.element,e,t))}destroy(){this.element.parentNode&&this.element.remove(),this.element=null}}class be{constructor(e,t,n){this.instance=t,this.data=e,this.index=n,this.element=void 0,this.displayedImageWidth=0,this.displayedImageHeight=0,this.width=Number(this.data.w)||Number(this.data.width)||0,this.height=Number(this.data.h)||Number(this.data.height)||0,this.isAttached=!1,this.hasSlide=!1,this.state=h.IDLE,this.data.type?this.type=this.data.type:this.data.src?this.type=\"image\":this.type=\"html\",this.instance.dispatch(\"contentInit\",{content:this})}removePlaceholder(){this.placeholder&&!this.keepPlaceholder()&&setTimeout(()=>{this.placeholder&&(this.placeholder.destroy(),this.placeholder=null)},1e3)}load(e,t){if(this.slide&&this.usePlaceholder())if(this.placeholder){const e=this.placeholder.element;e&&!e.parentElement&&this.slide.container.prepend(e)}else{const e=this.instance.applyFilters(\"placeholderSrc\",!(!this.data.msrc||!this.slide.isFirstSlide)&&this.data.msrc,this);this.placeholder=new Se(e,this.slide.container)}this.element&&!t||this.instance.dispatch(\"contentLoad\",{content:this,isLazy:e}).defaultPrevented||(this.isImageContent()?(this.element=i(\"pswp__img\",\"img\"),this.displayedImageWidth&&this.loadImage(e)):(this.element=i(\"pswp__content\"),this.element.innerHTML=this.data.html||\"\"),t&&this.slide&&this.slide.updateContentSize(!0))}loadImage(e){const t=this.element;this.instance.dispatch(\"contentLoadImage\",{content:this,isLazy:e}).defaultPrevented||(this.updateSrcsetSizes(),this.data.srcset&&(t.srcset=this.data.srcset),t.src=this.data.src,t.alt=this.data.alt||\"\",this.state=h.LOADING,t.complete?this.onLoaded():(t.onload=()=>{this.onLoaded()},t.onerror=()=>{this.onError()}))}setSlide(e){this.slide=e,this.hasSlide=!0,this.instance=e.pswp}onLoaded(){this.state=h.LOADED,this.slide&&(this.instance.dispatch(\"loadComplete\",{slide:this.slide,content:this}),this.slide.isActive&&this.slide.heavyAppended&&!this.element.parentNode&&(this.append(),this.slide.updateContentSize(!0)),this.state!==h.LOADED&&this.state!==h.ERROR||this.removePlaceholder())}onError(){this.state=h.ERROR,this.slide&&(this.displayError(),this.instance.dispatch(\"loadComplete\",{slide:this.slide,isError:!0,content:this}),this.instance.dispatch(\"loadError\",{slide:this.slide,content:this}))}isLoading(){return this.instance.applyFilters(\"isContentLoading\",this.state===h.LOADING,this)}isError(){return this.state===h.ERROR}isImageContent(){return\"image\"===this.type}setDisplayedSize(e,t){if(this.element&&(this.placeholder&&this.placeholder.setDisplayedSize(e,t),!this.instance.dispatch(\"contentResize\",{content:this,width:e,height:t}).defaultPrevented&&(p(this.element,e,t),this.isImageContent()&&!this.isError()))){const n=!this.displayedImageWidth&&e;this.displayedImageWidth=e,this.displayedImageHeight=t,n?this.loadImage(!1):this.updateSrcsetSizes(),this.slide&&this.instance.dispatch(\"imageSizeChange\",{slide:this.slide,width:e,height:t,content:this})}}isZoomable(){return this.instance.applyFilters(\"isContentZoomable\",this.isImageContent()&&this.state!==h.ERROR,this)}updateSrcsetSizes(){if(this.data.srcset){const e=this.element,t=this.instance.applyFilters(\"srcsetSizesWidth\",this.displayedImageWidth,this);(!e.dataset.largestUsedSize||t>parseInt(e.dataset.largestUsedSize,10))&&(e.sizes=t+\"px\",e.dataset.largestUsedSize=String(t))}}usePlaceholder(){return this.instance.applyFilters(\"useContentPlaceholder\",this.isImageContent(),this)}lazyLoad(){this.instance.dispatch(\"contentLazyLoad\",{content:this}).defaultPrevented||this.load(!0)}keepPlaceholder(){return this.instance.applyFilters(\"isKeepingPlaceholder\",this.isLoading(),this)}destroy(){this.hasSlide=!1,this.slide=null,this.instance.dispatch(\"contentDestroy\",{content:this}).defaultPrevented||(this.remove(),this.placeholder&&(this.placeholder.destroy(),this.placeholder=null),this.isImageContent()&&this.element&&(this.element.onload=null,this.element.onerror=null,this.element=null))}displayError(){if(this.slide){let e=i(\"pswp__error-msg\");e.innerText=this.instance.options.errorMsg,e=this.instance.applyFilters(\"contentErrorElement\",e,this),this.element=i(\"pswp__content pswp__error-msg-container\"),this.element.appendChild(e),this.slide.container.innerText=\"\",this.slide.container.appendChild(this.element),this.slide.updateContentSize(!0),this.removePlaceholder()}}append(){if(this.isAttached)return;if(this.isAttached=!0,this.state===h.ERROR)return void this.displayError();if(this.instance.dispatch(\"contentAppend\",{content:this}).defaultPrevented)return;const e=\"decode\"in this.element;this.isImageContent()?e&&this.slide&&(!this.slide.isActive||b())?(this.isDecoding=!0,this.element.decode().catch(()=>{}).finally(()=>{this.isDecoding=!1,this.appendImage()})):this.appendImage():this.element&&!this.element.parentNode&&this.slide.container.appendChild(this.element)}activate(){this.instance.dispatch(\"contentActivate\",{content:this}).defaultPrevented||this.slide&&(this.isImageContent()&&this.isDecoding&&!b()?this.appendImage():this.isError()&&this.load(!1,!0),this.slide.holderElement&&this.slide.holderElement.setAttribute(\"aria-hidden\",\"false\"))}deactivate(){this.instance.dispatch(\"contentDeactivate\",{content:this}),this.slide&&this.slide.holderElement&&this.slide.holderElement.setAttribute(\"aria-hidden\",\"true\")}remove(){this.isAttached=!1,this.instance.dispatch(\"contentRemove\",{content:this}).defaultPrevented||(this.element&&this.element.parentNode&&this.element.remove(),this.placeholder&&this.placeholder.element&&this.placeholder.element.remove())}appendImage(){this.isAttached&&(this.instance.dispatch(\"contentAppendImage\",{content:this}).defaultPrevented||(this.slide&&this.element&&!this.element.parentNode&&this.slide.container.appendChild(this.element),this.state!==h.LOADED&&this.state!==h.ERROR||this.removePlaceholder()))}}const fe=5;function Te(e,t,n){const i=t.createContentFromData(e,n);if(!i||!i.lazyLoad)return;const{options:a}=t,r=t.viewportSize||C(a,t),s=y(a,r,e,n),o=new O(a,e,-1);return o.update(i.width,i.height,s),i.lazyLoad(),i.setDisplayedSize(Math.ceil(i.width*o.initial),Math.ceil(i.height*o.initial)),i}function Ce(e,t){const n=t.getItemData(e);if(!t.dispatch(\"lazyLoadSlide\",{index:e,itemData:n}).defaultPrevented)return Te(n,t,e)}class ve{constructor(e){this.pswp=e,this.limit=Math.max(e.options.preload[0]+e.options.preload[1]+1,fe),this._cachedItems=[]}updateLazy(e){const{pswp:t}=this;if(t.dispatch(\"lazyLoad\").defaultPrevented)return;const{preload:n}=t.options,i=void 0===e||e>=0;let a;for(a=0;a<=n[1];a++)this.loadSlideByIndex(t.currIndex+(i?a:-a));for(a=1;a<=n[0];a++)this.loadSlideByIndex(t.currIndex+(i?-a:a))}loadSlideByIndex(e){e=this.pswp.getLoopedIndex(e);let t=this.getContentByIndex(e);t||(t=Ce(e,this.pswp),t&&this.addToCache(t))}getContentBySlide(e){let t=this.getContentByIndex(e.index);return t||(t=this.pswp.createContentFromData(e.data,e.index),t&&this.addToCache(t)),t&&t.setSlide(e),t}addToCache(e){if(this.removeByIndex(e.index),this._cachedItems.push(e),this._cachedItems.length>this.limit){const e=this._cachedItems.findIndex(e=>!e.isAttached&&!e.hasSlide);if(-1!==e){const t=this._cachedItems.splice(e,1)[0];t.destroy()}}}removeByIndex(e){const t=this._cachedItems.findIndex(t=>t.index===e);-1!==t&&this._cachedItems.splice(t,1)}getContentByIndex(e){return this._cachedItems.find(t=>t.index===e)}destroy(){this._cachedItems.forEach(e=>e.destroy()),this._cachedItems=null}}class ye extends Ee{getNumItems(){let e;const{dataSource:t}=this.options;t?\"length\"in t?e=t.length:\"gallery\"in t&&(t.items||(t.items=this._getGalleryDOMElements(t.gallery)),t.items&&(e=t.items.length)):e=0;const n=this.dispatch(\"numItems\",{dataSource:t,numItems:e});return this.applyFilters(\"numItems\",n.numItems,t)}createContentFromData(e,t){return new be(e,this,t)}getItemData(e){const{dataSource:t}=this.options;let n;Array.isArray(t)?n=t[e]:t&&t.gallery&&(t.items||(t.items=this._getGalleryDOMElements(t.gallery)),n=t.items[e]);let i=n;i instanceof Element&&(i=this._domElementToItemData(i));const a=this.dispatch(\"itemData\",{itemData:i||{},index:e});return this.applyFilters(\"itemData\",a.itemData,e)}_getGalleryDOMElements(e){return this.options.children||this.options.childSelector?S(this.options.children,this.options.childSelector,e)||[]:[e]}_domElementToItemData(e){const t={element:e},n=\"A\"===e.tagName?e:e.querySelector(\"a\");if(n){t.src=n.dataset.pswpSrc||n.href,n.dataset.pswpSrcset&&(t.srcset=n.dataset.pswpSrcset),t.width=parseInt(n.dataset.pswpWidth,10),t.height=parseInt(n.dataset.pswpHeight,10),t.w=t.width,t.h=t.height,n.dataset.pswpType&&(t.type=n.dataset.pswpType);const i=e.querySelector(\"img\");i&&(t.msrc=i.currentSrc||i.src,t.alt=i.getAttribute(\"alt\")),(n.dataset.pswpCropped||n.dataset.cropped)&&(t.thumbCropped=!0)}return this.applyFilters(\"domItemData\",t,e,n)}lazyLoadData(e,t){return Te(e,this,t)}}const Re=.003;class Ne{constructor(e){this.pswp=e,this.isClosed=!0,this._prepareOpen=this._prepareOpen.bind(this),this._thumbBounds=void 0,e.on(\"firstZoomPan\",this._prepareOpen)}open(){this._prepareOpen(),this._start()}close(){if(this.isClosed||this.isClosing||this.isOpening)return!1;const e=this.pswp.currSlide;return this.isOpen=!1,this.isOpening=!1,this.isClosing=!0,this._duration=this.pswp.options.hideAnimationDuration,e&&e.currZoomLevel*e.width>=this.pswp.options.maxWidthToAnimate&&(this._duration=0),this._applyStartProps(),setTimeout(()=>{this._start()},this._croppedZoom?30:0),!0}_prepareOpen(){if(this.pswp.off(\"firstZoomPan\",this._prepareOpen),!this.isOpening){const e=this.pswp.currSlide;this.isOpening=!0,this.isClosing=!1,this._duration=this.pswp.options.showAnimationDuration,e&&e.zoomLevels.initial*e.width>=this.pswp.options.maxWidthToAnimate&&(this._duration=0),this._applyStartProps()}}_applyStartProps(){const{pswp:e}=this,t=this.pswp.currSlide,{options:n}=e;if(\"fade\"===n.showHideAnimationType?(n.showHideOpacity=!0,this._thumbBounds=!1):\"none\"===n.showHideAnimationType?(n.showHideOpacity=!1,this._duration=0,this._thumbBounds=!1):this.isOpening&&e._initialThumbBounds?this._thumbBounds=e._initialThumbBounds:this._thumbBounds=this.pswp.getThumbBounds(),this._placeholder=t.getPlaceholderElement(),e.animations.stopAll(),this._useAnimation=this._duration>50,this._animateZoom=Boolean(this._thumbBounds)&&t.content&&t.content.usePlaceholder()&&(!this.isClosing||!e.mainScroll.isShifted()),this._animateZoom?this._animateRootOpacity=n.showHideOpacity:(this._animateRootOpacity=!0,this.isOpening&&(t.zoomAndPanToInitial(),t.applyCurrentZoomPan())),this._animateBgOpacity=!this._animateRootOpacity&&this.pswp.options.bgOpacity>Re,this._opacityElement=this._animateRootOpacity?e.element:e.bg,!this._useAnimation)return this._duration=0,this._animateZoom=!1,this._animateBgOpacity=!1,this._animateRootOpacity=!0,void(this.isOpening&&(e.element.style.opacity=String(Re),e.applyBgOpacity(1)));this._animateZoom&&this._thumbBounds&&this._thumbBounds.innerRect?(this._croppedZoom=!0,this._cropContainer1=this.pswp.container,this._cropContainer2=this.pswp.currSlide.holderElement,e.container.style.overflow=\"hidden\",e.container.style.width=e.viewportSize.x+\"px\"):this._croppedZoom=!1,this.isOpening?(this._animateRootOpacity?(e.element.style.opacity=String(Re),e.applyBgOpacity(1)):(this._animateBgOpacity&&(e.bg.style.opacity=String(Re)),e.element.style.opacity=\"1\"),this._animateZoom&&(this._setClosedStateZoomPan(),this._placeholder&&(this._placeholder.style.willChange=\"transform\",this._placeholder.style.opacity=String(Re)))):this.isClosing&&(e.mainScroll.itemHolders[0].el.style.display=\"none\",e.mainScroll.itemHolders[2].el.style.display=\"none\",this._croppedZoom&&0!==e.mainScroll.x&&(e.mainScroll.resetPosition(),e.mainScroll.resize()))}_start(){this.isOpening&&this._useAnimation&&this._placeholder&&\"IMG\"===this._placeholder.tagName?new Promise(e=>{let t=!1,n=!0;g(this._placeholder).finally(()=>{t=!0,n||e()}),setTimeout(()=>{n=!1,t&&e()},50),setTimeout(e,250)}).finally(()=>this._initiate()):this._initiate()}_initiate(){this.pswp.element.style.setProperty(\"--pswp-transition-duration\",this._duration+\"ms\"),this.pswp.dispatch(this.isOpening?\"openingAnimationStart\":\"closingAnimationStart\"),this.pswp.dispatch(\"initialZoom\"+(this.isOpening?\"In\":\"Out\")),this.pswp.element.classList[this.isOpening?\"add\":\"remove\"](\"pswp--ui-visible\"),this.isOpening?(this._placeholder&&(this._placeholder.style.opacity=\"1\"),this._animateToOpenState()):this.isClosing&&this._animateToClosedState(),this._useAnimation||this._onAnimationComplete()}_onAnimationComplete(){const{pswp:e}=this;this.isOpen=this.isOpening,this.isClosed=this.isClosing,this.isOpening=!1,this.isClosing=!1,e.dispatch(this.isOpen?\"openingAnimationEnd\":\"closingAnimationEnd\"),e.dispatch(\"initialZoom\"+(this.isOpen?\"InEnd\":\"OutEnd\")),this.isClosed?e.destroy():this.isOpen&&(this._animateZoom&&(e.container.style.overflow=\"visible\",e.container.style.width=\"100%\"),e.currSlide.applyCurrentZoomPan())}_animateToOpenState(){const{pswp:e}=this;this._animateZoom&&(this._croppedZoom&&(this._animateTo(this._cropContainer1,\"transform\",\"translate3d(0,0,0)\"),this._animateTo(this._cropContainer2,\"transform\",\"none\")),e.currSlide.zoomAndPanToInitial(),this._animateTo(e.currSlide.container,\"transform\",e.currSlide.getCurrentTransform())),this._animateBgOpacity&&this._animateTo(e.bg,\"opacity\",String(e.options.bgOpacity)),this._animateRootOpacity&&this._animateTo(e.element,\"opacity\",\"1\")}_animateToClosedState(){const{pswp:e}=this;this._animateZoom&&this._setClosedStateZoomPan(!0),this._animateBgOpacity&&e.bgOpacity>.01&&this._animateTo(e.bg,\"opacity\",\"0\"),this._animateRootOpacity&&this._animateTo(e.element,\"opacity\",\"0\")}_setClosedStateZoomPan(e){if(!this._thumbBounds)return;const{pswp:t}=this,{innerRect:n}=this._thumbBounds,{currSlide:i,viewportSize:r}=t;if(this._croppedZoom){const t=-r.x+(this._thumbBounds.x-n.x)+n.w,i=-r.y+(this._thumbBounds.y-n.y)+n.h,a=r.x-n.w,s=r.y-n.h;e?(this._animateTo(this._cropContainer1,\"transform\",c(t,i)),this._animateTo(this._cropContainer2,\"transform\",c(a,s))):(_(this._cropContainer1,t,i),_(this._cropContainer2,a,s))}a(i.pan,n||this._thumbBounds),i.currZoomLevel=this._thumbBounds.w/i.width,e?this._animateTo(i.container,\"transform\",i.getCurrentTransform()):i.applyCurrentZoomPan()}_animateTo(e,t,n){if(!this._duration)return void(e.style[t]=n);const{animations:i}=this.pswp,a={duration:this._duration,easing:this.pswp.options.easing,onComplete:()=>{i.activeAnimations.length||this._onAnimationComplete()},target:e};a[t]=n,i.startTransition(a)}}const Oe={allowPanToNext:!0,spacing:.1,loop:!0,pinchToClose:!0,closeOnVerticalDrag:!0,hideAnimationDuration:333,showAnimationDuration:333,zoomAnimationDuration:333,escKey:!0,arrowKeys:!0,returnFocus:!0,maxWidthToAnimate:4e3,clickToCloseNonZoomable:!0,imageClickAction:\"zoom-or-close\",bgClickAction:\"close\",tapAction:\"toggle-controls\",doubleTapAction:\"zoom\",indexIndicatorSep:\" / \",preloaderDelay:2e3,bgOpacity:.8,index:0,errorMsg:\"The image cannot be loaded\",preload:[1,2],easing:\"cubic-bezier(.4,0,.22,1)\"};class Ae extends ye{constructor(e){super(),this._prepareOptions(e),this.offset={},this._prevViewportSize={},this.viewportSize={},this.bgOpacity=1,this.topBar=void 0,this.events=new T,this.animations=new ee,this.mainScroll=new $(this),this.gestures=new H(this),this.opener=new Ne(this),this.keyboard=new W(this),this.contentLoader=new ve(this)}init(){if(this.isOpen||this.isDestroying)return;this.isOpen=!0,this.dispatch(\"init\"),this.dispatch(\"beforeOpen\"),this._createMainStructure();let e=\"pswp--open\";return this.gestures.supportsTouch&&(e+=\" pswp--touch\"),this.options.mainClass&&(e+=\" \"+this.options.mainClass),this.element.className+=\" \"+e,this.currIndex=this.options.index||0,this.potentialIndex=this.currIndex,this.dispatch(\"firstUpdate\"),this.scrollWheel=new te(this),(Number.isNaN(this.currIndex)||this.currIndex<0||this.currIndex>=this.getNumItems())&&(this.currIndex=0),this.gestures.supportsTouch||this.mouseDetected(),this.updateSize(),this.offset.y=window.pageYOffset,this._initialItemData=this.getItemData(this.currIndex),this.dispatch(\"gettingData\",{index:this.currIndex,data:this._initialItemData,slide:void 0}),this._initialThumbBounds=this.getThumbBounds(),this.dispatch(\"initialLayout\"),this.on(\"openingAnimationEnd\",()=>{this.mainScroll.itemHolders[0].el.style.display=\"block\",this.mainScroll.itemHolders[2].el.style.display=\"block\",this.setContent(this.mainScroll.itemHolders[0],this.currIndex-1),this.setContent(this.mainScroll.itemHolders[2],this.currIndex+1),this.appendHeavy(),this.contentLoader.updateLazy(),this.events.add(window,\"resize\",this._handlePageResize.bind(this)),this.events.add(window,\"scroll\",this._updatePageScrollOffset.bind(this)),this.dispatch(\"bindEvents\")}),this.setContent(this.mainScroll.itemHolders[1],this.currIndex),this.dispatch(\"change\"),this.opener.open(),this.dispatch(\"afterInit\"),!0}getLoopedIndex(e){const t=this.getNumItems();return this.options.loop&&(e>t-1&&(e-=t),e<0&&(e+=t)),e=l(e,0,t-1),e}appendHeavy(){this.mainScroll.itemHolders.forEach(e=>{e.slide&&e.slide.appendHeavy()})}goTo(e){this.mainScroll.moveIndexBy(this.getLoopedIndex(e)-this.potentialIndex)}next(){this.goTo(this.potentialIndex+1)}prev(){this.goTo(this.potentialIndex-1)}zoomTo(...e){this.currSlide.zoomTo(...e)}toggleZoom(){this.currSlide.toggleZoom()}close(){this.opener.isOpen&&!this.isDestroying&&(this.isDestroying=!0,this.dispatch(\"close\"),this.events.removeAll(),this.opener.close())}destroy(){if(!this.isDestroying)return this.options.showHideAnimationType=\"none\",void this.close();this.dispatch(\"destroy\"),this.listeners=null,this.scrollWrap.ontouchmove=null,this.scrollWrap.ontouchend=null,this.element.remove(),this.mainScroll.itemHolders.forEach(e=>{e.slide&&e.slide.destroy()}),this.contentLoader.destroy(),this.events.removeAll()}refreshSlideContent(e){this.contentLoader.removeByIndex(e),this.mainScroll.itemHolders.forEach((t,n)=>{let i=this.currSlide.index-1+n;this.canLoop()&&(i=this.getLoopedIndex(i)),i===e&&(this.setContent(t,e,!0),1===n&&(this.currSlide=t.slide,t.slide.setIsActive(!0)))}),this.dispatch(\"change\")}setContent(e,t,n){if(this.canLoop()&&(t=this.getLoopedIndex(t)),e.slide){if(e.slide.index===t&&!n)return;e.slide.destroy(),e.slide=null}if(!this.canLoop()&&(t<0||t>=this.getNumItems()))return;const i=this.getItemData(t);e.slide=new A(i,t,this),t===this.currIndex&&(this.currSlide=e.slide),e.slide.append(e.el)}getViewportCenterPoint(){return{x:this.viewportSize.x/2,y:this.viewportSize.y/2}}updateSize(e){if(this.isDestroying)return;const t=C(this.options,this);!e&&o(t,this._prevViewportSize)||(a(this._prevViewportSize,t),this.dispatch(\"beforeResize\"),a(this.viewportSize,this._prevViewportSize),this._updatePageScrollOffset(),this.dispatch(\"viewportSize\"),this.mainScroll.resize(this.opener.isOpen),!this.hasMouse&&window.matchMedia(\"(any-hover: hover)\").matches&&this.mouseDetected(),this.dispatch(\"resize\"))}applyBgOpacity(e){this.bgOpacity=Math.max(e,0),this.bg.style.opacity=String(this.bgOpacity*this.options.bgOpacity)}mouseDetected(){this.hasMouse||(this.hasMouse=!0,this.element.classList.add(\"pswp--has_mouse\"))}_handlePageResize(){this.updateSize(),/iPhone|iPad|iPod/i.test(window.navigator.userAgent)&&setTimeout(()=>{this.updateSize()},500)}_updatePageScrollOffset(){this.setScrollOffset(0,window.pageYOffset)}setScrollOffset(e,t){this.offset.x=e,this.offset.y=t,this.dispatch(\"updateScrollOffset\")}_createMainStructure(){this.element=i(\"pswp\"),this.element.setAttribute(\"tabindex\",\"-1\"),this.element.setAttribute(\"role\",\"dialog\"),this.template=this.element,this.bg=i(\"pswp__bg\",!1,this.element),this.scrollWrap=i(\"pswp__scroll-wrap\",\"section\",this.element),this.container=i(\"pswp__container\",!1,this.scrollWrap),this.scrollWrap.setAttribute(\"aria-roledescription\",\"carousel\"),this.container.setAttribute(\"aria-live\",\"off\"),this.container.setAttribute(\"id\",\"pswp__items\"),this.mainScroll.appendHolders(),this.ui=new ue(this),this.ui.init(),(this.options.appendToEl||document.body).appendChild(this.element)}getThumbBounds(){return ge(this.currIndex,this.currSlide?this.currSlide.data:this._initialItemData,this)}canLoop(){return this.options.loop&&this.getNumItems()>2}_prepareOptions(e){window.matchMedia(\"(prefers-reduced-motion), (update: slow)\").matches&&(e.showHideAnimationType=\"none\",e.zoomAnimationDuration=0),this.options={...Oe,...e}}}},f45a:function(e,t){function n(e){return{name:\"VBScript in HTML\",subLanguage:\"xml\",contains:[{begin:\"<%\",end:\"%>\",subLanguage:\"vbscript\"}]}}e.exports=n},f46e:function(e,t){function n(e){const t=e.regex,n=[\"absolute_url\",\"asset|0\",\"asset_version\",\"attribute\",\"block\",\"constant\",\"controller|0\",\"country_timezones\",\"csrf_token\",\"cycle\",\"date\",\"dump\",\"expression\",\"form|0\",\"form_end\",\"form_errors\",\"form_help\",\"form_label\",\"form_rest\",\"form_row\",\"form_start\",\"form_widget\",\"html_classes\",\"include\",\"is_granted\",\"logout_path\",\"logout_url\",\"max\",\"min\",\"parent\",\"path|0\",\"random\",\"range\",\"relative_path\",\"render\",\"render_esi\",\"source\",\"template_from_string\",\"url|0\"],i=[\"abs\",\"abbr_class\",\"abbr_method\",\"batch\",\"capitalize\",\"column\",\"convert_encoding\",\"country_name\",\"currency_name\",\"currency_symbol\",\"data_uri\",\"date\",\"date_modify\",\"default\",\"escape\",\"file_excerpt\",\"file_link\",\"file_relative\",\"filter\",\"first\",\"format\",\"format_args\",\"format_args_as_text\",\"format_currency\",\"format_date\",\"format_datetime\",\"format_file\",\"format_file_from_text\",\"format_number\",\"format_time\",\"html_to_markdown\",\"humanize\",\"inky_to_html\",\"inline_css\",\"join\",\"json_encode\",\"keys\",\"language_name\",\"last\",\"length\",\"locale_name\",\"lower\",\"map\",\"markdown\",\"markdown_to_html\",\"merge\",\"nl2br\",\"number_format\",\"raw\",\"reduce\",\"replace\",\"reverse\",\"round\",\"slice\",\"slug\",\"sort\",\"spaceless\",\"split\",\"striptags\",\"timezone_name\",\"title\",\"trans\",\"transchoice\",\"trim\",\"u|0\",\"upper\",\"url_encode\",\"yaml_dump\",\"yaml_encode\"];let a=[\"apply\",\"autoescape\",\"block\",\"cache\",\"deprecated\",\"do\",\"embed\",\"extends\",\"filter\",\"flush\",\"for\",\"form_theme\",\"from\",\"if\",\"import\",\"include\",\"macro\",\"sandbox\",\"set\",\"stopwatch\",\"trans\",\"trans_default_domain\",\"transchoice\",\"use\",\"verbatim\",\"with\"];a=a.concat(a.map(e=>\"end\"+e));const r={scope:\"string\",variants:[{begin:/'/,end:/'/},{begin:/\"/,end:/\"/}]},s={scope:\"number\",match:/\\d+/},o={begin:/\\(/,end:/\\)/,excludeBegin:!0,excludeEnd:!0,contains:[r,s]},l={beginKeywords:n.join(\" \"),keywords:{name:n},relevance:0,contains:[o]},c={match:/\\|(?=[A-Za-z_]+:?)/,beginScope:\"punctuation\",relevance:0,contains:[{match:/[A-Za-z_]+:?/,keywords:i}]},_=(e,{relevance:n})=>({beginScope:{1:\"template-tag\",3:\"name\"},relevance:n||2,endScope:\"template-tag\",begin:[/\\{%/,/\\s*/,t.either(...e)],end:/%\\}/,keywords:\"in\",contains:[c,l,r,s]}),d=/[a-z_]+/,u=_(a,{relevance:2}),p=_([d],{relevance:1});return{name:\"Twig\",aliases:[\"craftcms\"],case_insensitive:!0,subLanguage:\"xml\",contains:[e.COMMENT(/\\{#/,/#\\}/),u,p,{className:\"template-variable\",begin:/\\{\\{/,end:/\\}\\}/,contains:[\"self\",c,l,r,s]}]}}e.exports=n},f492:function(e,t){function n(e){const t=e.regex;return{name:\"Erlang REPL\",keywords:{built_in:\"spawn spawn_link self\",keyword:\"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor\"},contains:[{className:\"meta.prompt\",begin:\"^[0-9]+> \",relevance:10},e.COMMENT(\"%\",\"$\"),{className:\"number\",begin:\"\\\\b(\\\\d+(_\\\\d+)*#[a-fA-F0-9]+(_[a-fA-F0-9]+)*|\\\\d+(_\\\\d+)*(\\\\.\\\\d+(_\\\\d+)*)?([eE][-+]?\\\\d+)?)\",relevance:0},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{begin:t.concat(/\\?(::)?/,/([A-Z]\\w*)/,/((::)[A-Z]\\w*)*/)},{begin:\"->\"},{begin:\"ok\"},{begin:\"!\"},{begin:\"(\\\\b[a-z'][a-zA-Z0-9_']*:[a-z'][a-zA-Z0-9_']*)|(\\\\b[a-z'][a-zA-Z0-9_']*)\",relevance:0},{begin:\"[A-Z][a-zA-Z0-9_']*\",relevance:0}]}}e.exports=n},f4c8:function(e,t){function n(e){const t=[\"all\",\"alter\",\"analyze\",\"and\",\"any\",\"array\",\"as\",\"asc\",\"begin\",\"between\",\"binary\",\"boolean\",\"break\",\"bucket\",\"build\",\"by\",\"call\",\"case\",\"cast\",\"cluster\",\"collate\",\"collection\",\"commit\",\"connect\",\"continue\",\"correlate\",\"cover\",\"create\",\"database\",\"dataset\",\"datastore\",\"declare\",\"decrement\",\"delete\",\"derived\",\"desc\",\"describe\",\"distinct\",\"do\",\"drop\",\"each\",\"element\",\"else\",\"end\",\"every\",\"except\",\"exclude\",\"execute\",\"exists\",\"explain\",\"fetch\",\"first\",\"flatten\",\"for\",\"force\",\"from\",\"function\",\"grant\",\"group\",\"gsi\",\"having\",\"if\",\"ignore\",\"ilike\",\"in\",\"include\",\"increment\",\"index\",\"infer\",\"inline\",\"inner\",\"insert\",\"intersect\",\"into\",\"is\",\"join\",\"key\",\"keys\",\"keyspace\",\"known\",\"last\",\"left\",\"let\",\"letting\",\"like\",\"limit\",\"lsm\",\"map\",\"mapping\",\"matched\",\"materialized\",\"merge\",\"minus\",\"namespace\",\"nest\",\"not\",\"number\",\"object\",\"offset\",\"on\",\"option\",\"or\",\"order\",\"outer\",\"over\",\"parse\",\"partition\",\"password\",\"path\",\"pool\",\"prepare\",\"primary\",\"private\",\"privilege\",\"procedure\",\"public\",\"raw\",\"realm\",\"reduce\",\"rename\",\"return\",\"returning\",\"revoke\",\"right\",\"role\",\"rollback\",\"satisfies\",\"schema\",\"select\",\"self\",\"semi\",\"set\",\"show\",\"some\",\"start\",\"statistics\",\"string\",\"system\",\"then\",\"to\",\"transaction\",\"trigger\",\"truncate\",\"under\",\"union\",\"unique\",\"unknown\",\"unnest\",\"unset\",\"update\",\"upsert\",\"use\",\"user\",\"using\",\"validate\",\"value\",\"valued\",\"values\",\"via\",\"view\",\"when\",\"where\",\"while\",\"with\",\"within\",\"work\",\"xor\"],n=[\"true\",\"false\",\"null\",\"missing|5\"],i=[\"array_agg\",\"array_append\",\"array_concat\",\"array_contains\",\"array_count\",\"array_distinct\",\"array_ifnull\",\"array_length\",\"array_max\",\"array_min\",\"array_position\",\"array_prepend\",\"array_put\",\"array_range\",\"array_remove\",\"array_repeat\",\"array_replace\",\"array_reverse\",\"array_sort\",\"array_sum\",\"avg\",\"count\",\"max\",\"min\",\"sum\",\"greatest\",\"least\",\"ifmissing\",\"ifmissingornull\",\"ifnull\",\"missingif\",\"nullif\",\"ifinf\",\"ifnan\",\"ifnanorinf\",\"naninf\",\"neginfif\",\"posinfif\",\"clock_millis\",\"clock_str\",\"date_add_millis\",\"date_add_str\",\"date_diff_millis\",\"date_diff_str\",\"date_part_millis\",\"date_part_str\",\"date_trunc_millis\",\"date_trunc_str\",\"duration_to_str\",\"millis\",\"str_to_millis\",\"millis_to_str\",\"millis_to_utc\",\"millis_to_zone_name\",\"now_millis\",\"now_str\",\"str_to_duration\",\"str_to_utc\",\"str_to_zone_name\",\"decode_json\",\"encode_json\",\"encoded_size\",\"poly_length\",\"base64\",\"base64_encode\",\"base64_decode\",\"meta\",\"uuid\",\"abs\",\"acos\",\"asin\",\"atan\",\"atan2\",\"ceil\",\"cos\",\"degrees\",\"e\",\"exp\",\"ln\",\"log\",\"floor\",\"pi\",\"power\",\"radians\",\"random\",\"round\",\"sign\",\"sin\",\"sqrt\",\"tan\",\"trunc\",\"object_length\",\"object_names\",\"object_pairs\",\"object_inner_pairs\",\"object_values\",\"object_inner_values\",\"object_add\",\"object_put\",\"object_remove\",\"object_unwrap\",\"regexp_contains\",\"regexp_like\",\"regexp_position\",\"regexp_replace\",\"contains\",\"initcap\",\"length\",\"lower\",\"ltrim\",\"position\",\"repeat\",\"replace\",\"rtrim\",\"split\",\"substr\",\"title\",\"trim\",\"upper\",\"isarray\",\"isatom\",\"isboolean\",\"isnumber\",\"isobject\",\"isstring\",\"type\",\"toarray\",\"toatom\",\"toboolean\",\"tonumber\",\"toobject\",\"tostring\"];return{name:\"N1QL\",case_insensitive:!0,contains:[{beginKeywords:\"build create index delete drop explain infer|10 insert merge prepare select update upsert|10\",end:/;/,keywords:{keyword:t,literal:n,built_in:i},contains:[{className:\"string\",begin:\"'\",end:\"'\",contains:[e.BACKSLASH_ESCAPE]},{className:\"string\",begin:'\"',end:'\"',contains:[e.BACKSLASH_ESCAPE]},{className:\"symbol\",begin:\"`\",end:\"`\",contains:[e.BACKSLASH_ESCAPE]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE]},e.C_BLOCK_COMMENT_MODE]}}e.exports=n},f4da:function(e,t){function n(e){const t=\"if eq ne lt lte gt gte select default math sep\";return{name:\"Dust\",aliases:[\"dst\"],case_insensitive:!0,subLanguage:\"xml\",contains:[{className:\"template-tag\",begin:/\\{[#\\/]/,end:/\\}/,illegal:/;/,contains:[{className:\"name\",begin:/[a-zA-Z\\.-]+/,starts:{endsWithParent:!0,relevance:0,contains:[e.QUOTE_STRING_MODE]}}]},{className:\"template-variable\",begin:/\\{/,end:/\\}/,illegal:/;/,keywords:t}]}}e.exports=n},f50f:function(e,t){function n(e){const t=\"[a-zA-Z-_][^\\\\n{]+\\\\{\",n={className:\"attribute\",begin:/[a-zA-Z-_]+/,end:/\\s*:/,excludeEnd:!0,starts:{end:\";\",relevance:0,contains:[{className:\"variable\",begin:/\\.[a-zA-Z-_]+/},{className:\"keyword\",begin:/\\(optional\\)/}]}};return{name:\"Roboconf\",aliases:[\"graph\",\"instances\"],case_insensitive:!0,keywords:\"import\",contains:[{begin:\"^facet \"+t,end:/\\}/,keywords:\"facet\",contains:[n,e.HASH_COMMENT_MODE]},{begin:\"^\\\\s*instance of \"+t,end:/\\}/,keywords:\"name count channels instance-data instance-state instance of\",illegal:/\\S/,contains:[\"self\",n,e.HASH_COMMENT_MODE]},{begin:\"^\"+t,end:/\\}/,contains:[n,e.HASH_COMMENT_MODE]},e.HASH_COMMENT_MODE]}}e.exports=n},f54f:function(e,t){function n(e){const t=e.regex,n={className:\"variable\",variants:[{begin:/\\$\\d+/},{begin:/\\$\\{\\w+\\}/},{begin:t.concat(/[$@]/,e.UNDERSCORE_IDENT_RE)}]},i=[\"on\",\"off\",\"yes\",\"no\",\"true\",\"false\",\"none\",\"blocked\",\"debug\",\"info\",\"notice\",\"warn\",\"error\",\"crit\",\"select\",\"break\",\"last\",\"permanent\",\"redirect\",\"kqueue\",\"rtsig\",\"epoll\",\"poll\",\"/dev/poll\"],a={endsWithParent:!0,keywords:{$pattern:/[a-z_]{2,}|\\/dev\\/poll/,literal:i},relevance:0,illegal:\"=>\",contains:[e.HASH_COMMENT_MODE,{className:\"string\",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:/\"/,end:/\"/},{begin:/'/,end:/'/}]},{begin:\"([a-z]+):/\",end:\"\\\\s\",endsWithParent:!0,excludeEnd:!0,contains:[n]},{className:\"regexp\",contains:[e.BACKSLASH_ESCAPE,n],variants:[{begin:\"\\\\s\\\\^\",end:\"\\\\s|\\\\{|;\",returnEnd:!0},{begin:\"~\\\\*?\\\\s+\",end:\"\\\\s|\\\\{|;\",returnEnd:!0},{begin:\"\\\\*(\\\\.[a-z\\\\-]+)+\"},{begin:\"([a-z\\\\-]+\\\\.)+\\\\*\"}]},{className:\"number\",begin:\"\\\\b\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}\\\\.\\\\d{1,3}(:\\\\d{1,5})?\\\\b\"},{className:\"number\",begin:\"\\\\b\\\\d+[kKmMgGdshdwy]?\\\\b\",relevance:0},n]};return{name:\"Nginx config\",aliases:[\"nginxconf\"],contains:[e.HASH_COMMENT_MODE,{beginKeywords:\"upstream location\",end:/;|\\{/,contains:a.contains,keywords:{section:\"upstream location\"}},{className:\"section\",begin:t.concat(e.UNDERSCORE_IDENT_RE+t.lookahead(/\\s+\\{/)),relevance:0},{begin:t.lookahead(e.UNDERSCORE_IDENT_RE+\"\\\\s\"),end:\";|\\\\{\",contains:[{className:\"attribute\",begin:e.UNDERSCORE_IDENT_RE,starts:a}],relevance:0}],illegal:\"[^\\\\s\\\\}\\\\{]\"}}e.exports=n},f5cf:function(e,t){function n(e){const t=[\"ABS\",\"ACCRINT\",\"ACCRINTM\",\"ACOS\",\"ACOSH\",\"ACOT\",\"ACOTH\",\"AGGREGATE\",\"ADDRESS\",\"AMORDEGRC\",\"AMORLINC\",\"AND\",\"ARABIC\",\"AREAS\",\"ASC\",\"ASIN\",\"ASINH\",\"ATAN\",\"ATAN2\",\"ATANH\",\"AVEDEV\",\"AVERAGE\",\"AVERAGEA\",\"AVERAGEIF\",\"AVERAGEIFS\",\"BAHTTEXT\",\"BASE\",\"BESSELI\",\"BESSELJ\",\"BESSELK\",\"BESSELY\",\"BETADIST\",\"BETA.DIST\",\"BETAINV\",\"BETA.INV\",\"BIN2DEC\",\"BIN2HEX\",\"BIN2OCT\",\"BINOMDIST\",\"BINOM.DIST\",\"BINOM.DIST.RANGE\",\"BINOM.INV\",\"BITAND\",\"BITLSHIFT\",\"BITOR\",\"BITRSHIFT\",\"BITXOR\",\"CALL\",\"CEILING\",\"CEILING.MATH\",\"CEILING.PRECISE\",\"CELL\",\"CHAR\",\"CHIDIST\",\"CHIINV\",\"CHITEST\",\"CHISQ.DIST\",\"CHISQ.DIST.RT\",\"CHISQ.INV\",\"CHISQ.INV.RT\",\"CHISQ.TEST\",\"CHOOSE\",\"CLEAN\",\"CODE\",\"COLUMN\",\"COLUMNS\",\"COMBIN\",\"COMBINA\",\"COMPLEX\",\"CONCAT\",\"CONCATENATE\",\"CONFIDENCE\",\"CONFIDENCE.NORM\",\"CONFIDENCE.T\",\"CONVERT\",\"CORREL\",\"COS\",\"COSH\",\"COT\",\"COTH\",\"COUNT\",\"COUNTA\",\"COUNTBLANK\",\"COUNTIF\",\"COUNTIFS\",\"COUPDAYBS\",\"COUPDAYS\",\"COUPDAYSNC\",\"COUPNCD\",\"COUPNUM\",\"COUPPCD\",\"COVAR\",\"COVARIANCE.P\",\"COVARIANCE.S\",\"CRITBINOM\",\"CSC\",\"CSCH\",\"CUBEKPIMEMBER\",\"CUBEMEMBER\",\"CUBEMEMBERPROPERTY\",\"CUBERANKEDMEMBER\",\"CUBESET\",\"CUBESETCOUNT\",\"CUBEVALUE\",\"CUMIPMT\",\"CUMPRINC\",\"DATE\",\"DATEDIF\",\"DATEVALUE\",\"DAVERAGE\",\"DAY\",\"DAYS\",\"DAYS360\",\"DB\",\"DBCS\",\"DCOUNT\",\"DCOUNTA\",\"DDB\",\"DEC2BIN\",\"DEC2HEX\",\"DEC2OCT\",\"DECIMAL\",\"DEGREES\",\"DELTA\",\"DEVSQ\",\"DGET\",\"DISC\",\"DMAX\",\"DMIN\",\"DOLLAR\",\"DOLLARDE\",\"DOLLARFR\",\"DPRODUCT\",\"DSTDEV\",\"DSTDEVP\",\"DSUM\",\"DURATION\",\"DVAR\",\"DVARP\",\"EDATE\",\"EFFECT\",\"ENCODEURL\",\"EOMONTH\",\"ERF\",\"ERF.PRECISE\",\"ERFC\",\"ERFC.PRECISE\",\"ERROR.TYPE\",\"EUROCONVERT\",\"EVEN\",\"EXACT\",\"EXP\",\"EXPON.DIST\",\"EXPONDIST\",\"FACT\",\"FACTDOUBLE\",\"FALSE|0\",\"F.DIST\",\"FDIST\",\"F.DIST.RT\",\"FILTERXML\",\"FIND\",\"FINDB\",\"F.INV\",\"F.INV.RT\",\"FINV\",\"FISHER\",\"FISHERINV\",\"FIXED\",\"FLOOR\",\"FLOOR.MATH\",\"FLOOR.PRECISE\",\"FORECAST\",\"FORECAST.ETS\",\"FORECAST.ETS.CONFINT\",\"FORECAST.ETS.SEASONALITY\",\"FORECAST.ETS.STAT\",\"FORECAST.LINEAR\",\"FORMULATEXT\",\"FREQUENCY\",\"F.TEST\",\"FTEST\",\"FV\",\"FVSCHEDULE\",\"GAMMA\",\"GAMMA.DIST\",\"GAMMADIST\",\"GAMMA.INV\",\"GAMMAINV\",\"GAMMALN\",\"GAMMALN.PRECISE\",\"GAUSS\",\"GCD\",\"GEOMEAN\",\"GESTEP\",\"GETPIVOTDATA\",\"GROWTH\",\"HARMEAN\",\"HEX2BIN\",\"HEX2DEC\",\"HEX2OCT\",\"HLOOKUP\",\"HOUR\",\"HYPERLINK\",\"HYPGEOM.DIST\",\"HYPGEOMDIST\",\"IF\",\"IFERROR\",\"IFNA\",\"IFS\",\"IMABS\",\"IMAGINARY\",\"IMARGUMENT\",\"IMCONJUGATE\",\"IMCOS\",\"IMCOSH\",\"IMCOT\",\"IMCSC\",\"IMCSCH\",\"IMDIV\",\"IMEXP\",\"IMLN\",\"IMLOG10\",\"IMLOG2\",\"IMPOWER\",\"IMPRODUCT\",\"IMREAL\",\"IMSEC\",\"IMSECH\",\"IMSIN\",\"IMSINH\",\"IMSQRT\",\"IMSUB\",\"IMSUM\",\"IMTAN\",\"INDEX\",\"INDIRECT\",\"INFO\",\"INT\",\"INTERCEPT\",\"INTRATE\",\"IPMT\",\"IRR\",\"ISBLANK\",\"ISERR\",\"ISERROR\",\"ISEVEN\",\"ISFORMULA\",\"ISLOGICAL\",\"ISNA\",\"ISNONTEXT\",\"ISNUMBER\",\"ISODD\",\"ISREF\",\"ISTEXT\",\"ISO.CEILING\",\"ISOWEEKNUM\",\"ISPMT\",\"JIS\",\"KURT\",\"LARGE\",\"LCM\",\"LEFT\",\"LEFTB\",\"LEN\",\"LENB\",\"LINEST\",\"LN\",\"LOG\",\"LOG10\",\"LOGEST\",\"LOGINV\",\"LOGNORM.DIST\",\"LOGNORMDIST\",\"LOGNORM.INV\",\"LOOKUP\",\"LOWER\",\"MATCH\",\"MAX\",\"MAXA\",\"MAXIFS\",\"MDETERM\",\"MDURATION\",\"MEDIAN\",\"MID\",\"MIDBs\",\"MIN\",\"MINIFS\",\"MINA\",\"MINUTE\",\"MINVERSE\",\"MIRR\",\"MMULT\",\"MOD\",\"MODE\",\"MODE.MULT\",\"MODE.SNGL\",\"MONTH\",\"MROUND\",\"MULTINOMIAL\",\"MUNIT\",\"N\",\"NA\",\"NEGBINOM.DIST\",\"NEGBINOMDIST\",\"NETWORKDAYS\",\"NETWORKDAYS.INTL\",\"NOMINAL\",\"NORM.DIST\",\"NORMDIST\",\"NORMINV\",\"NORM.INV\",\"NORM.S.DIST\",\"NORMSDIST\",\"NORM.S.INV\",\"NORMSINV\",\"NOT\",\"NOW\",\"NPER\",\"NPV\",\"NUMBERVALUE\",\"OCT2BIN\",\"OCT2DEC\",\"OCT2HEX\",\"ODD\",\"ODDFPRICE\",\"ODDFYIELD\",\"ODDLPRICE\",\"ODDLYIELD\",\"OFFSET\",\"OR\",\"PDURATION\",\"PEARSON\",\"PERCENTILE.EXC\",\"PERCENTILE.INC\",\"PERCENTILE\",\"PERCENTRANK.EXC\",\"PERCENTRANK.INC\",\"PERCENTRANK\",\"PERMUT\",\"PERMUTATIONA\",\"PHI\",\"PHONETIC\",\"PI\",\"PMT\",\"POISSON.DIST\",\"POISSON\",\"POWER\",\"PPMT\",\"PRICE\",\"PRICEDISC\",\"PRICEMAT\",\"PROB\",\"PRODUCT\",\"PROPER\",\"PV\",\"QUARTILE\",\"QUARTILE.EXC\",\"QUARTILE.INC\",\"QUOTIENT\",\"RADIANS\",\"RAND\",\"RANDBETWEEN\",\"RANK.AVG\",\"RANK.EQ\",\"RANK\",\"RATE\",\"RECEIVED\",\"REGISTER.ID\",\"REPLACE\",\"REPLACEB\",\"REPT\",\"RIGHT\",\"RIGHTB\",\"ROMAN\",\"ROUND\",\"ROUNDDOWN\",\"ROUNDUP\",\"ROW\",\"ROWS\",\"RRI\",\"RSQ\",\"RTD\",\"SEARCH\",\"SEARCHB\",\"SEC\",\"SECH\",\"SECOND\",\"SERIESSUM\",\"SHEET\",\"SHEETS\",\"SIGN\",\"SIN\",\"SINH\",\"SKEW\",\"SKEW.P\",\"SLN\",\"SLOPE\",\"SMALL\",\"SQL.REQUEST\",\"SQRT\",\"SQRTPI\",\"STANDARDIZE\",\"STDEV\",\"STDEV.P\",\"STDEV.S\",\"STDEVA\",\"STDEVP\",\"STDEVPA\",\"STEYX\",\"SUBSTITUTE\",\"SUBTOTAL\",\"SUM\",\"SUMIF\",\"SUMIFS\",\"SUMPRODUCT\",\"SUMSQ\",\"SUMX2MY2\",\"SUMX2PY2\",\"SUMXMY2\",\"SWITCH\",\"SYD\",\"T\",\"TAN\",\"TANH\",\"TBILLEQ\",\"TBILLPRICE\",\"TBILLYIELD\",\"T.DIST\",\"T.DIST.2T\",\"T.DIST.RT\",\"TDIST\",\"TEXT\",\"TEXTJOIN\",\"TIME\",\"TIMEVALUE\",\"T.INV\",\"T.INV.2T\",\"TINV\",\"TODAY\",\"TRANSPOSE\",\"TREND\",\"TRIM\",\"TRIMMEAN\",\"TRUE|0\",\"TRUNC\",\"T.TEST\",\"TTEST\",\"TYPE\",\"UNICHAR\",\"UNICODE\",\"UPPER\",\"VALUE\",\"VAR\",\"VAR.P\",\"VAR.S\",\"VARA\",\"VARP\",\"VARPA\",\"VDB\",\"VLOOKUP\",\"WEBSERVICE\",\"WEEKDAY\",\"WEEKNUM\",\"WEIBULL\",\"WEIBULL.DIST\",\"WORKDAY\",\"WORKDAY.INTL\",\"XIRR\",\"XNPV\",\"XOR\",\"YEAR\",\"YEARFRAC\",\"YIELD\",\"YIELDDISC\",\"YIELDMAT\",\"Z.TEST\",\"ZTEST\"];return{name:\"Excel formulae\",aliases:[\"xlsx\",\"xls\"],case_insensitive:!0,keywords:{$pattern:/[a-zA-Z][\\w\\.]*/,built_in:t},contains:[{begin:/^=/,end:/[^=]/,returnEnd:!0,illegal:/=/,relevance:10},{className:\"symbol\",begin:/\\b[A-Z]{1,2}\\d+\\b/,end:/[^\\d]/,excludeEnd:!0,relevance:0},{className:\"symbol\",begin:/[A-Z]{0,2}\\d*:[A-Z]{0,2}\\d*/,relevance:0},e.BACKSLASH_ESCAPE,e.QUOTE_STRING_MODE,{className:\"number\",begin:e.NUMBER_RE+\"(%)?\",relevance:0},e.COMMENT(/\\bN\\(/,/\\)/,{excludeBegin:!0,excludeEnd:!0,illegal:/\\n/})]}}e.exports=n},f71c:function(e,t){function n(e){const t=\"[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]+\",n=\"далее \",i=\"возврат вызватьисключение выполнить для если и из или иначе иначеесли исключение каждого конецесли конецпопытки конеццикла не новый перейти перем по пока попытка прервать продолжить тогда цикл экспорт \",a=n+i,r=\"загрузитьизфайла \",s=\"вебклиент вместо внешнеесоединение клиент конецобласти мобильноеприложениеклиент мобильноеприложениесервер наклиенте наклиентенасервере наклиентенасерверебезконтекста насервере насерверебезконтекста область перед после сервер толстыйклиентобычноеприложение толстыйклиентуправляемоеприложение тонкийклиент \",o=r+s,l=\"разделительстраниц разделительстрок символтабуляции \",c=\"ansitooem oemtoansi ввестивидсубконто ввестиперечисление ввестипериод ввестиплансчетов выбранныйплансчетов датагод датамесяц датачисло заголовоксистемы значениевстроку значениеизстроки каталогиб каталогпользователя кодсимв конгода конецпериодаби конецрассчитанногопериодаби конецстандартногоинтервала конквартала конмесяца коннедели лог лог10 максимальноеколичествосубконто названиеинтерфейса названиенабораправ назначитьвид назначитьсчет найтиссылки началопериодаби началостандартногоинтервала начгода начквартала начмесяца начнедели номерднягода номерднянедели номернеделигода обработкаожидания основнойжурналрасчетов основнойплансчетов основнойязык очиститьокносообщений периодстр получитьвремята получитьдатута получитьдокументта получитьзначенияотбора получитьпозициюта получитьпустоезначение получитьта префиксавтонумерации пропись пустоезначение разм разобратьпозициюдокумента рассчитатьрегистрына рассчитатьрегистрыпо симв создатьобъект статусвозврата стрколичествострок сформироватьпозициюдокумента счетпокоду текущеевремя типзначения типзначениястр установитьтана установитьтапо фиксшаблон шаблон \",_=\"acos asin atan base64значение base64строка cos exp log log10 pow sin sqrt tan xmlзначение xmlстрока xmlтип xmlтипзнч активноеокно безопасныйрежим безопасныйрежимразделенияданных булево ввестидату ввестизначение ввестистроку ввестичисло возможностьчтенияxml вопрос восстановитьзначение врег выгрузитьжурналрегистрации выполнитьобработкуоповещения выполнитьпроверкуправдоступа вычислить год данныеформывзначение дата день деньгода деньнедели добавитьмесяц заблокироватьданныедляредактирования заблокироватьработупользователя завершитьработусистемы загрузитьвнешнююкомпоненту закрытьсправку записатьjson записатьxml записатьдатуjson записьжурналарегистрации заполнитьзначениясвойств запроситьразрешениепользователя запуститьприложение запуститьсистему зафиксироватьтранзакцию значениевданныеформы значениевстрокувнутр значениевфайл значениезаполнено значениеизстрокивнутр значениеизфайла изxmlтипа импортмоделиxdto имякомпьютера имяпользователя инициализироватьпредопределенныеданные информацияобошибке каталогбиблиотекимобильногоустройства каталогвременныхфайлов каталогдокументов каталогпрограммы кодироватьстроку кодлокализацииинформационнойбазы кодсимвола командасистемы конецгода конецдня конецквартала конецмесяца конецминуты конецнедели конецчаса конфигурациябазыданныхизмененадинамически конфигурацияизменена копироватьданныеформы копироватьфайл краткоепредставлениеошибки лев макс местноевремя месяц мин минута монопольныйрежим найти найтинедопустимыесимволыxml найтиокнопонавигационнойссылке найтипомеченныенаудаление найтипоссылкам найтифайлы началогода началодня началоквартала началомесяца началоминуты началонедели началочаса начатьзапросразрешенияпользователя начатьзапускприложения начатькопированиефайла начатьперемещениефайла начатьподключениевнешнейкомпоненты начатьподключениерасширенияработыскриптографией начатьподключениерасширенияработысфайлами начатьпоискфайлов начатьполучениекаталогавременныхфайлов начатьполучениекаталогадокументов начатьполучениерабочегокаталогаданныхпользователя начатьполучениефайлов начатьпомещениефайла начатьпомещениефайлов начатьсозданиедвоичныхданныхизфайла начатьсозданиекаталога начатьтранзакцию начатьудалениефайлов начатьустановкувнешнейкомпоненты начатьустановкурасширенияработыскриптографией начатьустановкурасширенияработысфайлами неделягода необходимостьзавершениясоединения номерсеансаинформационнойбазы номерсоединенияинформационнойбазы нрег нстр обновитьинтерфейс обновитьнумерациюобъектов обновитьповторноиспользуемыезначения обработкапрерыванияпользователя объединитьфайлы окр описаниеошибки оповестить оповеститьобизменении отключитьобработчикзапросанастроекклиенталицензирования отключитьобработчикожидания отключитьобработчикоповещения открытьзначение открытьиндекссправки открытьсодержаниесправки открытьсправку открытьформу открытьформумодально отменитьтранзакцию очиститьжурналрегистрации очиститьнастройкипользователя очиститьсообщения параметрыдоступа перейтипонавигационнойссылке переместитьфайл подключитьвнешнююкомпоненту подключитьобработчикзапросанастроекклиенталицензирования подключитьобработчикожидания подключитьобработчикоповещения подключитьрасширениеработыскриптографией подключитьрасширениеработысфайлами подробноепредставлениеошибки показатьвводдаты показатьвводзначения показатьвводстроки показатьвводчисла показатьвопрос показатьзначение показатьинформациюобошибке показатьнакарте показатьоповещениепользователя показатьпредупреждение полноеимяпользователя получитьcomобъект получитьxmlтип получитьадреспоместоположению получитьблокировкусеансов получитьвремязавершенияспящегосеанса получитьвремязасыпанияпассивногосеанса получитьвремяожиданияблокировкиданных получитьданныевыбора получитьдополнительныйпараметрклиенталицензирования получитьдопустимыекодылокализации получитьдопустимыечасовыепояса получитьзаголовокклиентскогоприложения получитьзаголовоксистемы получитьзначенияотборажурналарегистрации получитьидентификаторконфигурации получитьизвременногохранилища получитьимявременногофайла получитьимяклиенталицензирования получитьинформациюэкрановклиента получитьиспользованиежурналарегистрации получитьиспользованиесобытияжурналарегистрации получитькраткийзаголовокприложения получитьмакетоформления получитьмаскувсефайлы получитьмаскувсефайлыклиента получитьмаскувсефайлысервера получитьместоположениепоадресу получитьминимальнуюдлинупаролейпользователей получитьнавигационнуюссылку получитьнавигационнуюссылкуинформационнойбазы получитьобновлениеконфигурациибазыданных получитьобновлениепредопределенныхданныхинформационнойбазы получитьобщиймакет получитьобщуюформу получитьокна получитьоперативнуюотметкувремени получитьотключениебезопасногорежима получитьпараметрыфункциональныхопцийинтерфейса получитьполноеимяпредопределенногозначения получитьпредставлениянавигационныхссылок получитьпроверкусложностипаролейпользователей получитьразделительпути получитьразделительпутиклиента получитьразделительпутисервера получитьсеансыинформационнойбазы получитьскоростьклиентскогосоединения получитьсоединенияинформационнойбазы получитьсообщенияпользователю получитьсоответствиеобъектаиформы получитьсоставстандартногоинтерфейсаodata получитьструктурухранениябазыданных получитьтекущийсеансинформационнойбазы получитьфайл получитьфайлы получитьформу получитьфункциональнуюопцию получитьфункциональнуюопциюинтерфейса получитьчасовойпоясинформационнойбазы пользователиос поместитьвовременноехранилище поместитьфайл поместитьфайлы прав праводоступа предопределенноезначение представлениекодалокализации представлениепериода представлениеправа представлениеприложения представлениесобытияжурналарегистрации представлениечасовогопояса предупреждение прекратитьработусистемы привилегированныйрежим продолжитьвызов прочитатьjson прочитатьxml прочитатьдатуjson пустаястрока рабочийкаталогданныхпользователя разблокироватьданныедляредактирования разделитьфайл разорватьсоединениесвнешнимисточникомданных раскодироватьстроку рольдоступна секунда сигнал символ скопироватьжурналрегистрации смещениелетнеговремени смещениестандартноговремени соединитьбуферыдвоичныхданных создатькаталог создатьфабрикуxdto сокрл сокрлп сокрп сообщить состояние сохранитьзначение сохранитьнастройкипользователя сред стрдлина стрзаканчиваетсяна стрзаменить стрнайти стрначинаетсяс строка строкасоединенияинформационнойбазы стрполучитьстроку стрразделить стрсоединить стрсравнить стрчисловхождений стрчислострок стршаблон текущаядата текущаядатасеанса текущаяуниверсальнаядата текущаяуниверсальнаядатавмиллисекундах текущийвариантинтерфейсаклиентскогоприложения текущийвариантосновногошрифтаклиентскогоприложения текущийкодлокализации текущийрежимзапуска текущийязык текущийязыксистемы тип типзнч транзакцияактивна трег удалитьданныеинформационнойбазы удалитьизвременногохранилища удалитьобъекты удалитьфайлы универсальноевремя установитьбезопасныйрежим установитьбезопасныйрежимразделенияданных установитьблокировкусеансов установитьвнешнююкомпоненту установитьвремязавершенияспящегосеанса установитьвремязасыпанияпассивногосеанса установитьвремяожиданияблокировкиданных установитьзаголовокклиентскогоприложения установитьзаголовоксистемы установитьиспользованиежурналарегистрации установитьиспользованиесобытияжурналарегистрации установитькраткийзаголовокприложения установитьминимальнуюдлинупаролейпользователей установитьмонопольныйрежим установитьнастройкиклиенталицензирования установитьобновлениепредопределенныхданныхинформационнойбазы установитьотключениебезопасногорежима установитьпараметрыфункциональныхопцийинтерфейса установитьпривилегированныйрежим установитьпроверкусложностипаролейпользователей установитьрасширениеработыскриптографией установитьрасширениеработысфайлами установитьсоединениесвнешнимисточникомданных установитьсоответствиеобъектаиформы установитьсоставстандартногоинтерфейсаodata установитьчасовойпоясинформационнойбазы установитьчасовойпояссеанса формат цел час часовойпояс часовойпояссеанса число числопрописью этоадресвременногохранилища \",d=\"wsссылки библиотекакартинок библиотекамакетовоформлениякомпоновкиданных библиотекастилей бизнеспроцессы внешниеисточникиданных внешниеобработки внешниеотчеты встроенныепокупки главныйинтерфейс главныйстиль документы доставляемыеуведомления журналыдокументов задачи информацияобинтернетсоединении использованиерабочейдаты историяработыпользователя константы критерииотбора метаданные обработки отображениерекламы отправкадоставляемыхуведомлений отчеты панельзадачос параметрзапуска параметрысеанса перечисления планывидоврасчета планывидовхарактеристик планыобмена планысчетов полнотекстовыйпоиск пользователиинформационнойбазы последовательности проверкавстроенныхпокупок рабочаядата расширенияконфигурации регистрыбухгалтерии регистрынакопления регистрырасчета регистрысведений регламентныезадания сериализаторxdto справочники средствагеопозиционирования средствакриптографии средствамультимедиа средстваотображениярекламы средствапочты средствателефонии фабрикаxdto файловыепотоки фоновыезадания хранилищанастроек хранилищевариантовотчетов хранилищенастроекданныхформ хранилищеобщихнастроек хранилищепользовательскихнастроекдинамическихсписков хранилищепользовательскихнастроекотчетов хранилищесистемныхнастроек \",u=l+c+_+d,p=\"webцвета windowsцвета windowsшрифты библиотекакартинок рамкистиля символы цветастиля шрифтыстиля \",m=\"автоматическоесохранениеданныхформывнастройках автонумерациявформе автораздвижениесерий анимациядиаграммы вариантвыравниванияэлементовизаголовков вариантуправлениявысотойтаблицы вертикальнаяпрокруткаформы вертикальноеположение вертикальноеположениеэлемента видгруппыформы виддекорацииформы виддополненияэлементаформы видизмененияданных видкнопкиформы видпереключателя видподписейкдиаграмме видполяформы видфлажка влияниеразмеранапузырекдиаграммы горизонтальноеположение горизонтальноеположениеэлемента группировкаколонок группировкаподчиненныхэлементовформы группыиэлементы действиеперетаскивания дополнительныйрежимотображения допустимыедействияперетаскивания интервалмеждуэлементамиформы использованиевывода использованиеполосыпрокрутки используемоезначениеточкибиржевойдиаграммы историявыборапривводе источникзначенийоситочекдиаграммы источникзначенияразмерапузырькадиаграммы категориягруппыкоманд максимумсерий начальноеотображениедерева начальноеотображениесписка обновлениетекстаредактирования ориентациядендрограммы ориентациядиаграммы ориентацияметокдиаграммы ориентацияметоксводнойдиаграммы ориентацияэлементаформы отображениевдиаграмме отображениевлегендедиаграммы отображениегруппыкнопок отображениезаголовкашкалыдиаграммы отображениезначенийсводнойдиаграммы отображениезначенияизмерительнойдиаграммы отображениеинтерваладиаграммыганта отображениекнопки отображениекнопкивыбора отображениеобсужденийформы отображениеобычнойгруппы отображениеотрицательныхзначенийпузырьковойдиаграммы отображениепанелипоиска отображениеподсказки отображениепредупрежденияприредактировании отображениеразметкиполосырегулирования отображениестраницформы отображениетаблицы отображениетекстазначениядиаграммыганта отображениеуправленияобычнойгруппы отображениефигурыкнопки палитрацветовдиаграммы поведениеобычнойгруппы поддержкамасштабадендрограммы поддержкамасштабадиаграммыганта поддержкамасштабасводнойдиаграммы поисквтаблицепривводе положениезаголовкаэлементаформы положениекартинкикнопкиформы положениекартинкиэлементаграфическойсхемы положениекоманднойпанелиформы положениекоманднойпанелиэлементаформы положениеопорнойточкиотрисовки положениеподписейкдиаграмме положениеподписейшкалызначенийизмерительнойдиаграммы положениесостоянияпросмотра положениестрокипоиска положениетекстасоединительнойлинии положениеуправленияпоиском положениешкалывремени порядокотображенияточекгоризонтальнойгистограммы порядоксерийвлегендедиаграммы размеркартинки расположениезаголовкашкалыдиаграммы растягиваниеповертикалидиаграммыганта режимавтоотображениясостояния режимвводастроктаблицы режимвыборанезаполненного режимвыделениядаты режимвыделениястрокитаблицы режимвыделениятаблицы режимизмененияразмера режимизменениясвязанногозначения режимиспользованиядиалогапечати режимиспользованияпараметракоманды режиммасштабированияпросмотра режимосновногоокнаклиентскогоприложения режимоткрытияокнаформы режимотображениявыделения режимотображениягеографическойсхемы режимотображениязначенийсерии режимотрисовкисеткиграфическойсхемы режимполупрозрачностидиаграммы режимпробеловдиаграммы режимразмещениянастранице режимредактированияколонки режимсглаживаниядиаграммы режимсглаживанияиндикатора режимсписказадач сквозноевыравнивание сохранениеданныхформывнастройках способзаполнениятекстазаголовкашкалыдиаграммы способопределенияограничивающегозначениядиаграммы стандартнаягруппакоманд стандартноеоформление статусоповещенияпользователя стильстрелки типаппроксимациилиниитрендадиаграммы типдиаграммы типединицышкалывремени типимпортасерийслоягеографическойсхемы типлиниигеографическойсхемы типлиниидиаграммы типмаркерагеографическойсхемы типмаркерадиаграммы типобластиоформления типорганизацииисточникаданныхгеографическойсхемы типотображениясериислоягеографическойсхемы типотображенияточечногообъектагеографическойсхемы типотображенияшкалыэлементалегендыгеографическойсхемы типпоискаобъектовгеографическойсхемы типпроекциигеографическойсхемы типразмещенияизмерений типразмещенияреквизитовизмерений типрамкиэлементауправления типсводнойдиаграммы типсвязидиаграммыганта типсоединениязначенийпосериямдиаграммы типсоединенияточекдиаграммы типсоединительнойлинии типстороныэлементаграфическойсхемы типформыотчета типшкалырадарнойдиаграммы факторлиниитрендадиаграммы фигуракнопки фигурыграфическойсхемы фиксациявтаблице форматдняшкалывремени форматкартинки ширинаподчиненныхэлементовформы \",g=\"виддвижениябухгалтерии виддвижениянакопления видпериодарегистрарасчета видсчета видточкимаршрутабизнеспроцесса использованиеагрегатарегистранакопления использованиегруппиэлементов использованиережимапроведения использованиесреза периодичностьагрегатарегистранакопления режимавтовремя режимзаписидокумента режимпроведениядокумента \",h=\"авторегистрацияизменений допустимыйномерсообщения отправкаэлементаданных получениеэлементаданных \",E=\"использованиерасшифровкитабличногодокумента ориентациястраницы положениеитоговколоноксводнойтаблицы положениеитоговстроксводнойтаблицы положениетекстаотносительнокартинки расположениезаголовкагруппировкитабличногодокумента способчтениязначенийтабличногодокумента типдвустороннейпечати типзаполненияобластитабличногодокумента типкурсоровтабличногодокумента типлиниирисункатабличногодокумента типлинииячейкитабличногодокумента типнаправленияпереходатабличногодокумента типотображениявыделениятабличногодокумента типотображениялинийсводнойтаблицы типразмещениятекстатабличногодокумента типрисункатабличногодокумента типсмещениятабличногодокумента типузоратабличногодокумента типфайлатабличногодокумента точностьпечати чередованиерасположениястраниц \",S=\"отображениевремениэлементовпланировщика \",b=\"типфайлаформатированногодокумента \",f=\"обходрезультатазапроса типзаписизапроса \",T=\"видзаполнениярасшифровкипостроителяотчета типдобавленияпредставлений типизмеренияпостроителяотчета типразмещенияитогов \",C=\"доступкфайлу режимдиалогавыборафайла режимоткрытияфайла \",v=\"типизмеренияпостроителязапроса \",y=\"видданныханализа методкластеризации типединицыинтервалавременианализаданных типзаполнениятаблицырезультатаанализаданных типиспользованиячисловыхзначенийанализаданных типисточникаданныхпоискаассоциаций типколонкианализаданныхдереворешений типколонкианализаданныхкластеризация типколонкианализаданныхобщаястатистика типколонкианализаданныхпоискассоциаций типколонкианализаданныхпоискпоследовательностей типколонкимоделипрогноза типмерырасстоянияанализаданных типотсеченияправилассоциации типполяанализаданных типстандартизациианализаданных типупорядочиванияправилассоциациианализаданных типупорядочиванияшаблоновпоследовательностейанализаданных типупрощениядереварешений \",R=\"wsнаправлениепараметра вариантxpathxs вариантзаписидатыjson вариантпростоготипаxs видгруппымоделиxs видфасетаxdto действиепостроителяdom завершенностьпростоготипаxs завершенностьсоставноготипаxs завершенностьсхемыxs запрещенныеподстановкиxs исключениягруппподстановкиxs категорияиспользованияатрибутаxs категорияограниченияидентичностиxs категорияограниченияпространствименxs методнаследованияxs модельсодержимогоxs назначениетипаxml недопустимыеподстановкиxs обработкапробельныхсимволовxs обработкасодержимогоxs ограничениезначенияxs параметрыотбораузловdom переносстрокjson позициявдокументеdom пробельныесимволыxml типатрибутаxml типзначенияjson типканоническогоxml типкомпонентыxs типпроверкиxml типрезультатаdomxpath типузлаdom типузлаxml формаxml формапредставленияxs форматдатыjson экранированиесимволовjson \",N=\"видсравнениякомпоновкиданных действиеобработкирасшифровкикомпоновкиданных направлениесортировкикомпоновкиданных расположениевложенныхэлементоврезультатакомпоновкиданных расположениеитоговкомпоновкиданных расположениегруппировкикомпоновкиданных расположениеполейгруппировкикомпоновкиданных расположениеполякомпоновкиданных расположениереквизитовкомпоновкиданных расположениересурсовкомпоновкиданных типбухгалтерскогоостаткакомпоновкиданных типвыводатекстакомпоновкиданных типгруппировкикомпоновкиданных типгруппыэлементовотборакомпоновкиданных типдополненияпериодакомпоновкиданных типзаголовкаполейкомпоновкиданных типмакетагруппировкикомпоновкиданных типмакетаобластикомпоновкиданных типостаткакомпоновкиданных типпериодакомпоновкиданных типразмещениятекстакомпоновкиданных типсвязинаборовданныхкомпоновкиданных типэлементарезультатакомпоновкиданных расположениелегендыдиаграммыкомпоновкиданных типпримененияотборакомпоновкиданных режимотображенияэлементанастройкикомпоновкиданных режимотображениянастроеккомпоновкиданных состояниеэлементанастройкикомпоновкиданных способвосстановлениянастроеккомпоновкиданных режимкомпоновкирезультата использованиепараметракомпоновкиданных автопозицияресурсовкомпоновкиданных вариантиспользованиягруппировкикомпоновкиданных расположениересурсоввдиаграммекомпоновкиданных фиксациякомпоновкиданных использованиеусловногооформлениякомпоновкиданных \",O=\"важностьинтернетпочтовогосообщения обработкатекстаинтернетпочтовогосообщения способкодированияинтернетпочтовоговложения способкодированиянеasciiсимволовинтернетпочтовогосообщения типтекстапочтовогосообщения протоколинтернетпочты статусразборапочтовогосообщения \",A=\"режимтранзакциизаписижурналарегистрации статустранзакциизаписижурналарегистрации уровеньжурналарегистрации \",I=\"расположениехранилищасертификатовкриптографии режимвключениясертификатовкриптографии режимпроверкисертификатакриптографии типхранилищасертификатовкриптографии \",D=\"кодировкаименфайловвzipфайле методсжатияzip методшифрованияzip режимвосстановленияпутейфайловzip режимобработкиподкаталоговzip режимсохраненияпутейzip уровеньсжатияzip \",w=\"звуковоеоповещение направлениепереходакстроке позициявпотоке порядокбайтов режимблокировкиданных режимуправленияблокировкойданных сервисвстроенныхпокупок состояниефоновогозадания типподписчикадоставляемыхуведомлений уровеньиспользованиязащищенногосоединенияftp \",x=\"направлениепорядкасхемызапроса типдополненияпериодамисхемызапроса типконтрольнойточкисхемызапроса типобъединениясхемызапроса типпараметрадоступнойтаблицысхемызапроса типсоединениясхемызапроса \",M=\"httpметод автоиспользованиеобщегореквизита автопрефиксномеразадачи вариантвстроенногоязыка видиерархии видрегистранакопления видтаблицывнешнегоисточникаданных записьдвиженийприпроведении заполнениепоследовательностей индексирование использованиебазыпланавидоврасчета использованиебыстроговыбора использованиеобщегореквизита использованиеподчинения использованиеполнотекстовогопоиска использованиеразделяемыхданныхобщегореквизита использованиереквизита назначениеиспользованияприложения назначениерасширенияконфигурации направлениепередачи обновлениепредопределенныхданных оперативноепроведение основноепредставлениевидарасчета основноепредставлениевидахарактеристики основноепредставлениезадачи основноепредставлениепланаобмена основноепредставлениесправочника основноепредставлениесчета перемещениеграницыприпроведении периодичностьномерабизнеспроцесса периодичностьномерадокумента периодичностьрегистрарасчета периодичностьрегистрасведений повторноеиспользованиевозвращаемыхзначений полнотекстовыйпоискпривводепостроке принадлежностьобъекта проведение разделениеаутентификацииобщегореквизита разделениеданныхобщегореквизита разделениерасширенийконфигурацииобщегореквизита режимавтонумерацииобъектов режимзаписирегистра режимиспользованиямодальности режимиспользованиясинхронныхвызововрасширенийплатформыивнешнихкомпонент режимповторногоиспользованиясеансов режимполученияданныхвыборапривводепостроке режимсовместимости режимсовместимостиинтерфейса режимуправленияблокировкойданныхпоумолчанию сериикодовпланавидовхарактеристик сериикодовпланасчетов сериикодовсправочника созданиепривводе способвыбора способпоискастрокипривводепостроке способредактирования типданныхтаблицывнешнегоисточникаданных типкодапланавидоврасчета типкодасправочника типмакета типномерабизнеспроцесса типномерадокумента типномеразадачи типформы удалениедвижений \",k=\"важностьпроблемыприменениярасширенияконфигурации вариантинтерфейсаклиентскогоприложения вариантмасштабаформклиентскогоприложения вариантосновногошрифтаклиентскогоприложения вариантстандартногопериода вариантстандартнойдатыначала видграницы видкартинки видотображенияполнотекстовогопоиска видрамки видсравнения видцвета видчисловогозначения видшрифта допустимаядлина допустимыйзнак использованиеbyteordermark использованиеметаданныхполнотекстовогопоиска источникрасширенийконфигурации клавиша кодвозвратадиалога кодировкаxbase кодировкатекста направлениепоиска направлениесортировки обновлениепредопределенныхданных обновлениеприизмененииданных отображениепанелиразделов проверказаполнения режимдиалогавопрос режимзапускаклиентскогоприложения режимокругления режимоткрытияформприложения режимполнотекстовогопоиска скоростьклиентскогосоединения состояниевнешнегоисточникаданных состояниеобновленияконфигурациибазыданных способвыборасертификатаwindows способкодированиястроки статуссообщения типвнешнейкомпоненты типплатформы типповеденияклавишиenter типэлементаинформацииовыполненииобновленияконфигурациибазыданных уровеньизоляциитранзакций хешфункция частидаты\",L=p+m+g+h+E+S+b+f+T+C+v+y+R+N+O+A+I+D+w+x+M+k,P=\"comобъект ftpсоединение httpзапрос httpсервисответ httpсоединение wsопределения wsпрокси xbase анализданных аннотацияxs блокировкаданных буфердвоичныхданных включениеxs выражениекомпоновкиданных генераторслучайныхчисел географическаясхема географическиекоординаты графическаясхема группамоделиxs данныерасшифровкикомпоновкиданных двоичныеданные дендрограмма диаграмма диаграммаганта диалогвыборафайла диалогвыборацвета диалогвыборашрифта диалограсписаниярегламентногозадания диалогредактированиястандартногопериода диапазон документdom документhtml документацияxs доставляемоеуведомление записьdom записьfastinfoset записьhtml записьjson записьxml записьzipфайла записьданных записьтекста записьузловdom запрос защищенноесоединениеopenssl значенияполейрасшифровкикомпоновкиданных извлечениетекста импортxs интернетпочта интернетпочтовоесообщение интернетпочтовыйпрофиль интернетпрокси интернетсоединение информациядляприложенияxs использованиеатрибутаxs использованиесобытияжурналарегистрации источникдоступныхнастроеккомпоновкиданных итераторузловdom картинка квалификаторыдаты квалификаторыдвоичныхданных квалификаторыстроки квалификаторычисла компоновщикмакетакомпоновкиданных компоновщикнастроеккомпоновкиданных конструктормакетаоформлениякомпоновкиданных конструкторнастроеккомпоновкиданных конструкторформатнойстроки линия макеткомпоновкиданных макетобластикомпоновкиданных макетоформлениякомпоновкиданных маскаxs менеджеркриптографии наборсхемxml настройкикомпоновкиданных настройкисериализацииjson обработкакартинок обработкарасшифровкикомпоновкиданных обходдереваdom объявлениеатрибутаxs объявлениенотацииxs объявлениеэлементаxs описаниеиспользованиясобытиядоступжурналарегистрации описаниеиспользованиясобытияотказвдоступежурналарегистрации описаниеобработкирасшифровкикомпоновкиданных описаниепередаваемогофайла описаниетипов определениегруппыатрибутовxs определениегруппымоделиxs определениеограниченияидентичностиxs определениепростоготипаxs определениесоставноготипаxs определениетипадокументаdom определенияxpathxs отборкомпоновкиданных пакетотображаемыхдокументов параметрвыбора параметркомпоновкиданных параметрызаписиjson параметрызаписиxml параметрычтенияxml переопределениеxs планировщик полеанализаданных полекомпоновкиданных построительdom построительзапроса построительотчета построительотчетаанализаданных построительсхемxml поток потоквпамяти почта почтовоесообщение преобразованиеxsl преобразованиекканоническомуxml процессорвыводарезультатакомпоновкиданныхвколлекциюзначений процессорвыводарезультатакомпоновкиданныхвтабличныйдокумент процессоркомпоновкиданных разыменовательпространствименdom рамка расписаниерегламентногозадания расширенноеимяxml результатчтенияданных своднаядиаграмма связьпараметравыбора связьпотипу связьпотипукомпоновкиданных сериализаторxdto сертификатклиентаwindows сертификатклиентафайл сертификаткриптографии сертификатыудостоверяющихцентровwindows сертификатыудостоверяющихцентровфайл сжатиеданных системнаяинформация сообщениепользователю сочетаниеклавиш сравнениезначений стандартнаядатаначала стандартныйпериод схемаxml схемакомпоновкиданных табличныйдокумент текстовыйдокумент тестируемоеприложение типданныхxml уникальныйидентификатор фабрикаxdto файл файловыйпоток фасетдлиныxs фасетколичестваразрядовдробнойчастиxs фасетмаксимальноговключающегозначенияxs фасетмаксимальногоисключающегозначенияxs фасетмаксимальнойдлиныxs фасетминимальноговключающегозначенияxs фасетминимальногоисключающегозначенияxs фасетминимальнойдлиныxs фасетобразцаxs фасетобщегоколичестваразрядовxs фасетперечисленияxs фасетпробельныхсимволовxs фильтрузловdom форматированнаястрока форматированныйдокумент фрагментxs хешированиеданных хранилищезначения цвет чтениеfastinfoset чтениеhtml чтениеjson чтениеxml чтениеzipфайла чтениеданных чтениетекста чтениеузловdom шрифт элементрезультатакомпоновкиданных \",F=\"comsafearray деревозначений массив соответствие списокзначений структура таблицазначений фиксированнаяструктура фиксированноесоответствие фиксированныймассив \",U=P+F,B=\"null истина ложь неопределено\",G=e.inherit(e.NUMBER_MODE),Y={className:\"string\",begin:'\"|\\\\|',end:'\"|$',contains:[{begin:'\"\"'}]},z={begin:\"'\",end:\"'\",excludeBegin:!0,excludeEnd:!0,contains:[{className:\"number\",begin:\"\\\\d{4}([\\\\.\\\\\\\\/:-]?\\\\d{2}){0,5}\"}]},q=e.inherit(e.C_LINE_COMMENT_MODE),H={className:\"meta\",begin:\"#|&\",end:\"$\",keywords:{$pattern:t,keyword:a+o},contains:[q]},V={className:\"symbol\",begin:\"~\",end:\";|:\",excludeEnd:!0},$={className:\"function\",variants:[{begin:\"процедура|функция\",end:\"\\\\)\",keywords:\"процедура функция\"},{begin:\"конецпроцедуры|конецфункции\",keywords:\"конецпроцедуры конецфункции\"}],contains:[{begin:\"\\\\(\",end:\"\\\\)\",endsParent:!0,contains:[{className:\"params\",begin:t,end:\",\",excludeEnd:!0,endsWithParent:!0,keywords:{$pattern:t,keyword:\"знач\",literal:B},contains:[G,Y,z]},q]},e.inherit(e.TITLE_MODE,{begin:t})]};return{name:\"1C:Enterprise\",case_insensitive:!0,keywords:{$pattern:t,keyword:a,built_in:u,class:L,type:U,literal:B},contains:[H,$,q,V,G,Y,z]}}e.exports=n},f851:function(e,t){function n(e){const t=e.COMMENT(\"--\",\"$\"),n=\"[a-zA-Z_][a-zA-Z_0-9$]*\",i=\"\\\\$([a-zA-Z_]?|[a-zA-Z_][a-zA-Z_0-9]*)\\\\$\",a=\"<<\\\\s*\"+n+\"\\\\s*>>\",r=\"ABORT ALTER ANALYZE BEGIN CALL CHECKPOINT|10 CLOSE CLUSTER COMMENT COMMIT COPY CREATE DEALLOCATE DECLARE DELETE DISCARD DO DROP END EXECUTE EXPLAIN FETCH GRANT IMPORT INSERT LISTEN LOAD LOCK MOVE NOTIFY PREPARE REASSIGN|10 REFRESH REINDEX RELEASE RESET REVOKE ROLLBACK SAVEPOINT SECURITY SELECT SET SHOW START TRUNCATE UNLISTEN|10 UPDATE VACUUM|10 VALUES AGGREGATE COLLATION CONVERSION|10 DATABASE DEFAULT PRIVILEGES DOMAIN TRIGGER EXTENSION FOREIGN WRAPPER|10 TABLE FUNCTION GROUP LANGUAGE LARGE OBJECT MATERIALIZED VIEW OPERATOR CLASS FAMILY POLICY PUBLICATION|10 ROLE RULE SCHEMA SEQUENCE SERVER STATISTICS SUBSCRIPTION SYSTEM TABLESPACE CONFIGURATION DICTIONARY PARSER TEMPLATE TYPE USER MAPPING PREPARED ACCESS METHOD CAST AS TRANSFORM TRANSACTION OWNED TO INTO SESSION AUTHORIZATION INDEX PROCEDURE ASSERTION ALL ANALYSE AND ANY ARRAY ASC ASYMMETRIC|10 BOTH CASE CHECK COLLATE COLUMN CONCURRENTLY|10 CONSTRAINT CROSS DEFERRABLE RANGE DESC DISTINCT ELSE EXCEPT FOR FREEZE|10 FROM FULL HAVING ILIKE IN INITIALLY INNER INTERSECT IS ISNULL JOIN LATERAL LEADING LIKE LIMIT NATURAL NOT NOTNULL NULL OFFSET ON ONLY OR ORDER OUTER OVERLAPS PLACING PRIMARY REFERENCES RETURNING SIMILAR SOME SYMMETRIC TABLESAMPLE THEN TRAILING UNION UNIQUE USING VARIADIC|10 VERBOSE WHEN WHERE WINDOW WITH BY RETURNS INOUT OUT SETOF|10 IF STRICT CURRENT CONTINUE OWNER LOCATION OVER PARTITION WITHIN BETWEEN ESCAPE EXTERNAL INVOKER DEFINER WORK RENAME VERSION CONNECTION CONNECT TABLES TEMP TEMPORARY FUNCTIONS SEQUENCES TYPES SCHEMAS OPTION CASCADE RESTRICT ADD ADMIN EXISTS VALID VALIDATE ENABLE DISABLE REPLICA|10 ALWAYS PASSING COLUMNS PATH REF VALUE OVERRIDING IMMUTABLE STABLE VOLATILE BEFORE AFTER EACH ROW PROCEDURAL ROUTINE NO HANDLER VALIDATOR OPTIONS STORAGE OIDS|10 WITHOUT INHERIT DEPENDS CALLED INPUT LEAKPROOF|10 COST ROWS NOWAIT SEARCH UNTIL ENCRYPTED|10 PASSWORD CONFLICT|10 INSTEAD INHERITS CHARACTERISTICS WRITE CURSOR ALSO STATEMENT SHARE EXCLUSIVE INLINE ISOLATION REPEATABLE READ COMMITTED SERIALIZABLE UNCOMMITTED LOCAL GLOBAL SQL PROCEDURES RECURSIVE SNAPSHOT ROLLUP CUBE TRUSTED|10 INCLUDE FOLLOWING PRECEDING UNBOUNDED RANGE GROUPS UNENCRYPTED|10 SYSID FORMAT DELIMITER HEADER QUOTE ENCODING FILTER OFF FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL COSTS BUFFERS TIMING SUMMARY DISABLE_PAGE_SKIPPING RESTART CYCLE GENERATED IDENTITY DEFERRED IMMEDIATE LEVEL LOGGED UNLOGGED OF NOTHING NONE EXCLUDE ATTRIBUTE USAGE ROUTINES TRUE FALSE NAN INFINITY \",s=\"SUPERUSER NOSUPERUSER CREATEDB NOCREATEDB CREATEROLE NOCREATEROLE INHERIT NOINHERIT LOGIN NOLOGIN REPLICATION NOREPLICATION BYPASSRLS NOBYPASSRLS \",o=\"ALIAS BEGIN CONSTANT DECLARE END EXCEPTION RETURN PERFORM|10 RAISE GET DIAGNOSTICS STACKED|10 FOREACH LOOP ELSIF EXIT WHILE REVERSE SLICE DEBUG LOG INFO NOTICE WARNING ASSERT OPEN \",l=\"BIGINT INT8 BIGSERIAL SERIAL8 BIT VARYING VARBIT BOOLEAN BOOL BOX BYTEA CHARACTER CHAR VARCHAR CIDR CIRCLE DATE DOUBLE PRECISION FLOAT8 FLOAT INET INTEGER INT INT4 INTERVAL JSON JSONB LINE LSEG|10 MACADDR MACADDR8 MONEY NUMERIC DEC DECIMAL PATH POINT POLYGON REAL FLOAT4 SMALLINT INT2 SMALLSERIAL|10 SERIAL2|10 SERIAL|10 SERIAL4|10 TEXT TIME ZONE TIMETZ|10 TIMESTAMP TIMESTAMPTZ|10 TSQUERY|10 TSVECTOR|10 TXID_SNAPSHOT|10 UUID XML NATIONAL NCHAR INT4RANGE|10 INT8RANGE|10 NUMRANGE|10 TSRANGE|10 TSTZRANGE|10 DATERANGE|10 ANYELEMENT ANYARRAY ANYNONARRAY ANYENUM ANYRANGE CSTRING INTERNAL RECORD PG_DDL_COMMAND VOID UNKNOWN OPAQUE REFCURSOR NAME OID REGPROC|10 REGPROCEDURE|10 REGOPER|10 REGOPERATOR|10 REGCLASS|10 REGTYPE|10 REGROLE|10 REGNAMESPACE|10 REGCONFIG|10 REGDICTIONARY|10 \",c=l.trim().split(\" \").map((function(e){return e.split(\"|\")[0]})).join(\"|\"),_=\"CURRENT_TIME CURRENT_TIMESTAMP CURRENT_USER CURRENT_CATALOG|10 CURRENT_DATE LOCALTIME LOCALTIMESTAMP CURRENT_ROLE|10 CURRENT_SCHEMA|10 SESSION_USER PUBLIC \",d=\"FOUND NEW OLD TG_NAME|10 TG_WHEN|10 TG_LEVEL|10 TG_OP|10 TG_RELID|10 TG_RELNAME|10 TG_TABLE_NAME|10 TG_TABLE_SCHEMA|10 TG_NARGS|10 TG_ARGV|10 TG_EVENT|10 TG_TAG|10 ROW_COUNT RESULT_OID|10 PG_CONTEXT|10 RETURNED_SQLSTATE COLUMN_NAME CONSTRAINT_NAME PG_DATATYPE_NAME|10 MESSAGE_TEXT TABLE_NAME SCHEMA_NAME PG_EXCEPTION_DETAIL|10 PG_EXCEPTION_HINT|10 PG_EXCEPTION_CONTEXT|10 \",u=\"SQLSTATE SQLERRM|10 SUCCESSFUL_COMPLETION WARNING DYNAMIC_RESULT_SETS_RETURNED IMPLICIT_ZERO_BIT_PADDING NULL_VALUE_ELIMINATED_IN_SET_FUNCTION PRIVILEGE_NOT_GRANTED PRIVILEGE_NOT_REVOKED STRING_DATA_RIGHT_TRUNCATION DEPRECATED_FEATURE NO_DATA NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED SQL_STATEMENT_NOT_YET_COMPLETE CONNECTION_EXCEPTION CONNECTION_DOES_NOT_EXIST CONNECTION_FAILURE SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION TRANSACTION_RESOLUTION_UNKNOWN PROTOCOL_VIOLATION TRIGGERED_ACTION_EXCEPTION FEATURE_NOT_SUPPORTED INVALID_TRANSACTION_INITIATION LOCATOR_EXCEPTION INVALID_LOCATOR_SPECIFICATION INVALID_GRANTOR INVALID_GRANT_OPERATION INVALID_ROLE_SPECIFICATION DIAGNOSTICS_EXCEPTION STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER CASE_NOT_FOUND CARDINALITY_VIOLATION DATA_EXCEPTION ARRAY_SUBSCRIPT_ERROR CHARACTER_NOT_IN_REPERTOIRE DATETIME_FIELD_OVERFLOW DIVISION_BY_ZERO ERROR_IN_ASSIGNMENT ESCAPE_CHARACTER_CONFLICT INDICATOR_OVERFLOW INTERVAL_FIELD_OVERFLOW INVALID_ARGUMENT_FOR_LOGARITHM INVALID_ARGUMENT_FOR_NTILE_FUNCTION INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION INVALID_ARGUMENT_FOR_POWER_FUNCTION INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION INVALID_CHARACTER_VALUE_FOR_CAST INVALID_DATETIME_FORMAT INVALID_ESCAPE_CHARACTER INVALID_ESCAPE_OCTET INVALID_ESCAPE_SEQUENCE NONSTANDARD_USE_OF_ESCAPE_CHARACTER INVALID_INDICATOR_PARAMETER_VALUE INVALID_PARAMETER_VALUE INVALID_REGULAR_EXPRESSION INVALID_ROW_COUNT_IN_LIMIT_CLAUSE INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE INVALID_TABLESAMPLE_ARGUMENT INVALID_TABLESAMPLE_REPEAT INVALID_TIME_ZONE_DISPLACEMENT_VALUE INVALID_USE_OF_ESCAPE_CHARACTER MOST_SPECIFIC_TYPE_MISMATCH NULL_VALUE_NOT_ALLOWED NULL_VALUE_NO_INDICATOR_PARAMETER NUMERIC_VALUE_OUT_OF_RANGE SEQUENCE_GENERATOR_LIMIT_EXCEEDED STRING_DATA_LENGTH_MISMATCH STRING_DATA_RIGHT_TRUNCATION SUBSTRING_ERROR TRIM_ERROR UNTERMINATED_C_STRING ZERO_LENGTH_CHARACTER_STRING FLOATING_POINT_EXCEPTION INVALID_TEXT_REPRESENTATION INVALID_BINARY_REPRESENTATION BAD_COPY_FILE_FORMAT UNTRANSLATABLE_CHARACTER NOT_AN_XML_DOCUMENT INVALID_XML_DOCUMENT INVALID_XML_CONTENT INVALID_XML_COMMENT INVALID_XML_PROCESSING_INSTRUCTION INTEGRITY_CONSTRAINT_VIOLATION RESTRICT_VIOLATION NOT_NULL_VIOLATION FOREIGN_KEY_VIOLATION UNIQUE_VIOLATION CHECK_VIOLATION EXCLUSION_VIOLATION INVALID_CURSOR_STATE INVALID_TRANSACTION_STATE ACTIVE_SQL_TRANSACTION BRANCH_TRANSACTION_ALREADY_ACTIVE HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION READ_ONLY_SQL_TRANSACTION SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED NO_ACTIVE_SQL_TRANSACTION IN_FAILED_SQL_TRANSACTION IDLE_IN_TRANSACTION_SESSION_TIMEOUT INVALID_SQL_STATEMENT_NAME TRIGGERED_DATA_CHANGE_VIOLATION INVALID_AUTHORIZATION_SPECIFICATION INVALID_PASSWORD DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST DEPENDENT_OBJECTS_STILL_EXIST INVALID_TRANSACTION_TERMINATION SQL_ROUTINE_EXCEPTION FUNCTION_EXECUTED_NO_RETURN_STATEMENT MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED INVALID_CURSOR_NAME EXTERNAL_ROUTINE_EXCEPTION CONTAINING_SQL_NOT_PERMITTED MODIFYING_SQL_DATA_NOT_PERMITTED PROHIBITED_SQL_STATEMENT_ATTEMPTED READING_SQL_DATA_NOT_PERMITTED EXTERNAL_ROUTINE_INVOCATION_EXCEPTION INVALID_SQLSTATE_RETURNED NULL_VALUE_NOT_ALLOWED TRIGGER_PROTOCOL_VIOLATED SRF_PROTOCOL_VIOLATED EVENT_TRIGGER_PROTOCOL_VIOLATED SAVEPOINT_EXCEPTION INVALID_SAVEPOINT_SPECIFICATION INVALID_CATALOG_NAME INVALID_SCHEMA_NAME TRANSACTION_ROLLBACK TRANSACTION_INTEGRITY_CONSTRAINT_VIOLATION SERIALIZATION_FAILURE STATEMENT_COMPLETION_UNKNOWN DEADLOCK_DETECTED SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION SYNTAX_ERROR INSUFFICIENT_PRIVILEGE CANNOT_COERCE GROUPING_ERROR WINDOWING_ERROR INVALID_RECURSION INVALID_FOREIGN_KEY INVALID_NAME NAME_TOO_LONG RESERVED_NAME DATATYPE_MISMATCH INDETERMINATE_DATATYPE COLLATION_MISMATCH INDETERMINATE_COLLATION WRONG_OBJECT_TYPE GENERATED_ALWAYS UNDEFINED_COLUMN UNDEFINED_FUNCTION UNDEFINED_TABLE UNDEFINED_PARAMETER UNDEFINED_OBJECT DUPLICATE_COLUMN DUPLICATE_CURSOR DUPLICATE_DATABASE DUPLICATE_FUNCTION DUPLICATE_PREPARED_STATEMENT DUPLICATE_SCHEMA DUPLICATE_TABLE DUPLICATE_ALIAS DUPLICATE_OBJECT AMBIGUOUS_COLUMN AMBIGUOUS_FUNCTION AMBIGUOUS_PARAMETER AMBIGUOUS_ALIAS INVALID_COLUMN_REFERENCE INVALID_COLUMN_DEFINITION INVALID_CURSOR_DEFINITION INVALID_DATABASE_DEFINITION INVALID_FUNCTION_DEFINITION INVALID_PREPARED_STATEMENT_DEFINITION INVALID_SCHEMA_DEFINITION INVALID_TABLE_DEFINITION INVALID_OBJECT_DEFINITION WITH_CHECK_OPTION_VIOLATION INSUFFICIENT_RESOURCES DISK_FULL OUT_OF_MEMORY TOO_MANY_CONNECTIONS CONFIGURATION_LIMIT_EXCEEDED PROGRAM_LIMIT_EXCEEDED STATEMENT_TOO_COMPLEX TOO_MANY_COLUMNS TOO_MANY_ARGUMENTS OBJECT_NOT_IN_PREREQUISITE_STATE OBJECT_IN_USE CANT_CHANGE_RUNTIME_PARAM LOCK_NOT_AVAILABLE OPERATOR_INTERVENTION QUERY_CANCELED ADMIN_SHUTDOWN CRASH_SHUTDOWN CANNOT_CONNECT_NOW DATABASE_DROPPED SYSTEM_ERROR IO_ERROR UNDEFINED_FILE DUPLICATE_FILE SNAPSHOT_TOO_OLD CONFIG_FILE_ERROR LOCK_FILE_EXISTS FDW_ERROR FDW_COLUMN_NAME_NOT_FOUND FDW_DYNAMIC_PARAMETER_VALUE_NEEDED FDW_FUNCTION_SEQUENCE_ERROR FDW_INCONSISTENT_DESCRIPTOR_INFORMATION FDW_INVALID_ATTRIBUTE_VALUE FDW_INVALID_COLUMN_NAME FDW_INVALID_COLUMN_NUMBER FDW_INVALID_DATA_TYPE FDW_INVALID_DATA_TYPE_DESCRIPTORS FDW_INVALID_DESCRIPTOR_FIELD_IDENTIFIER FDW_INVALID_HANDLE FDW_INVALID_OPTION_INDEX FDW_INVALID_OPTION_NAME FDW_INVALID_STRING_LENGTH_OR_BUFFER_LENGTH FDW_INVALID_STRING_FORMAT FDW_INVALID_USE_OF_NULL_POINTER FDW_TOO_MANY_HANDLES FDW_OUT_OF_MEMORY FDW_NO_SCHEMAS FDW_OPTION_NAME_NOT_FOUND FDW_REPLY_HANDLE FDW_SCHEMA_NOT_FOUND FDW_TABLE_NOT_FOUND FDW_UNABLE_TO_CREATE_EXECUTION FDW_UNABLE_TO_CREATE_REPLY FDW_UNABLE_TO_ESTABLISH_CONNECTION PLPGSQL_ERROR RAISE_EXCEPTION NO_DATA_FOUND TOO_MANY_ROWS ASSERT_FAILURE INTERNAL_ERROR DATA_CORRUPTED INDEX_CORRUPTED \",p=\"ARRAY_AGG AVG BIT_AND BIT_OR BOOL_AND BOOL_OR COUNT EVERY JSON_AGG JSONB_AGG JSON_OBJECT_AGG JSONB_OBJECT_AGG MAX MIN MODE STRING_AGG SUM XMLAGG CORR COVAR_POP COVAR_SAMP REGR_AVGX REGR_AVGY REGR_COUNT REGR_INTERCEPT REGR_R2 REGR_SLOPE REGR_SXX REGR_SXY REGR_SYY STDDEV STDDEV_POP STDDEV_SAMP VARIANCE VAR_POP VAR_SAMP PERCENTILE_CONT PERCENTILE_DISC ROW_NUMBER RANK DENSE_RANK PERCENT_RANK CUME_DIST NTILE LAG LEAD FIRST_VALUE LAST_VALUE NTH_VALUE NUM_NONNULLS NUM_NULLS ABS CBRT CEIL CEILING DEGREES DIV EXP FLOOR LN LOG MOD PI POWER RADIANS ROUND SCALE SIGN SQRT TRUNC WIDTH_BUCKET RANDOM SETSEED ACOS ACOSD ASIN ASIND ATAN ATAND ATAN2 ATAN2D COS COSD COT COTD SIN SIND TAN TAND BIT_LENGTH CHAR_LENGTH CHARACTER_LENGTH LOWER OCTET_LENGTH OVERLAY POSITION SUBSTRING TREAT TRIM UPPER ASCII BTRIM CHR CONCAT CONCAT_WS CONVERT CONVERT_FROM CONVERT_TO DECODE ENCODE INITCAP LEFT LENGTH LPAD LTRIM MD5 PARSE_IDENT PG_CLIENT_ENCODING QUOTE_IDENT|10 QUOTE_LITERAL|10 QUOTE_NULLABLE|10 REGEXP_MATCH REGEXP_MATCHES REGEXP_REPLACE REGEXP_SPLIT_TO_ARRAY REGEXP_SPLIT_TO_TABLE REPEAT REPLACE REVERSE RIGHT RPAD RTRIM SPLIT_PART STRPOS SUBSTR TO_ASCII TO_HEX TRANSLATE OCTET_LENGTH GET_BIT GET_BYTE SET_BIT SET_BYTE TO_CHAR TO_DATE TO_NUMBER TO_TIMESTAMP AGE CLOCK_TIMESTAMP|10 DATE_PART DATE_TRUNC ISFINITE JUSTIFY_DAYS JUSTIFY_HOURS JUSTIFY_INTERVAL MAKE_DATE MAKE_INTERVAL|10 MAKE_TIME MAKE_TIMESTAMP|10 MAKE_TIMESTAMPTZ|10 NOW STATEMENT_TIMESTAMP|10 TIMEOFDAY TRANSACTION_TIMESTAMP|10 ENUM_FIRST ENUM_LAST ENUM_RANGE AREA CENTER DIAMETER HEIGHT ISCLOSED ISOPEN NPOINTS PCLOSE POPEN RADIUS WIDTH BOX BOUND_BOX CIRCLE LINE LSEG PATH POLYGON ABBREV BROADCAST HOST HOSTMASK MASKLEN NETMASK NETWORK SET_MASKLEN TEXT INET_SAME_FAMILY INET_MERGE MACADDR8_SET7BIT ARRAY_TO_TSVECTOR GET_CURRENT_TS_CONFIG NUMNODE PLAINTO_TSQUERY PHRASETO_TSQUERY WEBSEARCH_TO_TSQUERY QUERYTREE SETWEIGHT STRIP TO_TSQUERY TO_TSVECTOR JSON_TO_TSVECTOR JSONB_TO_TSVECTOR TS_DELETE TS_FILTER TS_HEADLINE TS_RANK TS_RANK_CD TS_REWRITE TSQUERY_PHRASE TSVECTOR_TO_ARRAY TSVECTOR_UPDATE_TRIGGER TSVECTOR_UPDATE_TRIGGER_COLUMN XMLCOMMENT XMLCONCAT XMLELEMENT XMLFOREST XMLPI XMLROOT XMLEXISTS XML_IS_WELL_FORMED XML_IS_WELL_FORMED_DOCUMENT XML_IS_WELL_FORMED_CONTENT XPATH XPATH_EXISTS XMLTABLE XMLNAMESPACES TABLE_TO_XML TABLE_TO_XMLSCHEMA TABLE_TO_XML_AND_XMLSCHEMA QUERY_TO_XML QUERY_TO_XMLSCHEMA QUERY_TO_XML_AND_XMLSCHEMA CURSOR_TO_XML CURSOR_TO_XMLSCHEMA SCHEMA_TO_XML SCHEMA_TO_XMLSCHEMA SCHEMA_TO_XML_AND_XMLSCHEMA DATABASE_TO_XML DATABASE_TO_XMLSCHEMA DATABASE_TO_XML_AND_XMLSCHEMA XMLATTRIBUTES TO_JSON TO_JSONB ARRAY_TO_JSON ROW_TO_JSON JSON_BUILD_ARRAY JSONB_BUILD_ARRAY JSON_BUILD_OBJECT JSONB_BUILD_OBJECT JSON_OBJECT JSONB_OBJECT JSON_ARRAY_LENGTH JSONB_ARRAY_LENGTH JSON_EACH JSONB_EACH JSON_EACH_TEXT JSONB_EACH_TEXT JSON_EXTRACT_PATH JSONB_EXTRACT_PATH JSON_OBJECT_KEYS JSONB_OBJECT_KEYS JSON_POPULATE_RECORD JSONB_POPULATE_RECORD JSON_POPULATE_RECORDSET JSONB_POPULATE_RECORDSET JSON_ARRAY_ELEMENTS JSONB_ARRAY_ELEMENTS JSON_ARRAY_ELEMENTS_TEXT JSONB_ARRAY_ELEMENTS_TEXT JSON_TYPEOF JSONB_TYPEOF JSON_TO_RECORD JSONB_TO_RECORD JSON_TO_RECORDSET JSONB_TO_RECORDSET JSON_STRIP_NULLS JSONB_STRIP_NULLS JSONB_SET JSONB_INSERT JSONB_PRETTY CURRVAL LASTVAL NEXTVAL SETVAL COALESCE NULLIF GREATEST LEAST ARRAY_APPEND ARRAY_CAT ARRAY_NDIMS ARRAY_DIMS ARRAY_FILL ARRAY_LENGTH ARRAY_LOWER ARRAY_POSITION ARRAY_POSITIONS ARRAY_PREPEND ARRAY_REMOVE ARRAY_REPLACE ARRAY_TO_STRING ARRAY_UPPER CARDINALITY STRING_TO_ARRAY UNNEST ISEMPTY LOWER_INC UPPER_INC LOWER_INF UPPER_INF RANGE_MERGE GENERATE_SERIES GENERATE_SUBSCRIPTS CURRENT_DATABASE CURRENT_QUERY CURRENT_SCHEMA|10 CURRENT_SCHEMAS|10 INET_CLIENT_ADDR INET_CLIENT_PORT INET_SERVER_ADDR INET_SERVER_PORT ROW_SECURITY_ACTIVE FORMAT_TYPE TO_REGCLASS TO_REGPROC TO_REGPROCEDURE TO_REGOPER TO_REGOPERATOR TO_REGTYPE TO_REGNAMESPACE TO_REGROLE COL_DESCRIPTION OBJ_DESCRIPTION SHOBJ_DESCRIPTION TXID_CURRENT TXID_CURRENT_IF_ASSIGNED TXID_CURRENT_SNAPSHOT TXID_SNAPSHOT_XIP TXID_SNAPSHOT_XMAX TXID_SNAPSHOT_XMIN TXID_VISIBLE_IN_SNAPSHOT TXID_STATUS CURRENT_SETTING SET_CONFIG BRIN_SUMMARIZE_NEW_VALUES BRIN_SUMMARIZE_RANGE BRIN_DESUMMARIZE_RANGE GIN_CLEAN_PENDING_LIST SUPPRESS_REDUNDANT_UPDATES_TRIGGER LO_FROM_BYTEA LO_PUT LO_GET LO_CREAT LO_CREATE LO_UNLINK LO_IMPORT LO_EXPORT LOREAD LOWRITE GROUPING CAST \",m=p.trim().split(\" \").map((function(e){return e.split(\"|\")[0]})).join(\"|\");return{name:\"PostgreSQL\",aliases:[\"postgres\",\"postgresql\"],supersetOf:\"sql\",case_insensitive:!0,keywords:{keyword:r+o+s,built_in:_+d+u},illegal:/:==|\\W\\s*\\(\\*|(^|\\s)\\$[a-z]|\\{\\{|[a-z]:\\s*$|\\.\\.\\.|TO:|DO:/,contains:[{className:\"keyword\",variants:[{begin:/\\bTEXT\\s*SEARCH\\b/},{begin:/\\b(PRIMARY|FOREIGN|FOR(\\s+NO)?)\\s+KEY\\b/},{begin:/\\bPARALLEL\\s+(UNSAFE|RESTRICTED|SAFE)\\b/},{begin:/\\bSTORAGE\\s+(PLAIN|EXTERNAL|EXTENDED|MAIN)\\b/},{begin:/\\bMATCH\\s+(FULL|PARTIAL|SIMPLE)\\b/},{begin:/\\bNULLS\\s+(FIRST|LAST)\\b/},{begin:/\\bEVENT\\s+TRIGGER\\b/},{begin:/\\b(MAPPING|OR)\\s+REPLACE\\b/},{begin:/\\b(FROM|TO)\\s+(PROGRAM|STDIN|STDOUT)\\b/},{begin:/\\b(SHARE|EXCLUSIVE)\\s+MODE\\b/},{begin:/\\b(LEFT|RIGHT)\\s+(OUTER\\s+)?JOIN\\b/},{begin:/\\b(FETCH|MOVE)\\s+(NEXT|PRIOR|FIRST|LAST|ABSOLUTE|RELATIVE|FORWARD|BACKWARD)\\b/},{begin:/\\bPRESERVE\\s+ROWS\\b/},{begin:/\\bDISCARD\\s+PLANS\\b/},{begin:/\\bREFERENCING\\s+(OLD|NEW)\\b/},{begin:/\\bSKIP\\s+LOCKED\\b/},{begin:/\\bGROUPING\\s+SETS\\b/},{begin:/\\b(BINARY|INSENSITIVE|SCROLL|NO\\s+SCROLL)\\s+(CURSOR|FOR)\\b/},{begin:/\\b(WITH|WITHOUT)\\s+HOLD\\b/},{begin:/\\bWITH\\s+(CASCADED|LOCAL)\\s+CHECK\\s+OPTION\\b/},{begin:/\\bEXCLUDE\\s+(TIES|NO\\s+OTHERS)\\b/},{begin:/\\bFORMAT\\s+(TEXT|XML|JSON|YAML)\\b/},{begin:/\\bSET\\s+((SESSION|LOCAL)\\s+)?NAMES\\b/},{begin:/\\bIS\\s+(NOT\\s+)?UNKNOWN\\b/},{begin:/\\bSECURITY\\s+LABEL\\b/},{begin:/\\bSTANDALONE\\s+(YES|NO|NO\\s+VALUE)\\b/},{begin:/\\bWITH\\s+(NO\\s+)?DATA\\b/},{begin:/\\b(FOREIGN|SET)\\s+DATA\\b/},{begin:/\\bSET\\s+(CATALOG|CONSTRAINTS)\\b/},{begin:/\\b(WITH|FOR)\\s+ORDINALITY\\b/},{begin:/\\bIS\\s+(NOT\\s+)?DOCUMENT\\b/},{begin:/\\bXML\\s+OPTION\\s+(DOCUMENT|CONTENT)\\b/},{begin:/\\b(STRIP|PRESERVE)\\s+WHITESPACE\\b/},{begin:/\\bNO\\s+(ACTION|MAXVALUE|MINVALUE)\\b/},{begin:/\\bPARTITION\\s+BY\\s+(RANGE|LIST|HASH)\\b/},{begin:/\\bAT\\s+TIME\\s+ZONE\\b/},{begin:/\\bGRANTED\\s+BY\\b/},{begin:/\\bRETURN\\s+(QUERY|NEXT)\\b/},{begin:/\\b(ATTACH|DETACH)\\s+PARTITION\\b/},{begin:/\\bFORCE\\s+ROW\\s+LEVEL\\s+SECURITY\\b/},{begin:/\\b(INCLUDING|EXCLUDING)\\s+(COMMENTS|CONSTRAINTS|DEFAULTS|IDENTITY|INDEXES|STATISTICS|STORAGE|ALL)\\b/},{begin:/\\bAS\\s+(ASSIGNMENT|IMPLICIT|PERMISSIVE|RESTRICTIVE|ENUM|RANGE)\\b/}]},{begin:/\\b(FORMAT|FAMILY|VERSION)\\s*\\(/},{begin:/\\bINCLUDE\\s*\\(/,keywords:\"INCLUDE\"},{begin:/\\bRANGE(?!\\s*(BETWEEN|UNBOUNDED|CURRENT|[-0-9]+))/},{begin:/\\b(VERSION|OWNER|TEMPLATE|TABLESPACE|CONNECTION\\s+LIMIT|PROCEDURE|RESTRICT|JOIN|PARSER|COPY|START|END|COLLATION|INPUT|ANALYZE|STORAGE|LIKE|DEFAULT|DELIMITER|ENCODING|COLUMN|CONSTRAINT|TABLE|SCHEMA)\\s*=/},{begin:/\\b(PG_\\w+?|HAS_[A-Z_]+_PRIVILEGE)\\b/,relevance:10},{begin:/\\bEXTRACT\\s*\\(/,end:/\\bFROM\\b/,returnEnd:!0,keywords:{type:\"CENTURY DAY DECADE DOW DOY EPOCH HOUR ISODOW ISOYEAR MICROSECONDS MILLENNIUM MILLISECONDS MINUTE MONTH QUARTER SECOND TIMEZONE TIMEZONE_HOUR TIMEZONE_MINUTE WEEK YEAR\"}},{begin:/\\b(XMLELEMENT|XMLPI)\\s*\\(\\s*NAME/,keywords:{keyword:\"NAME\"}},{begin:/\\b(XMLPARSE|XMLSERIALIZE)\\s*\\(\\s*(DOCUMENT|CONTENT)/,keywords:{keyword:\"DOCUMENT CONTENT\"}},{beginKeywords:\"CACHE INCREMENT MAXVALUE MINVALUE\",end:e.C_NUMBER_RE,returnEnd:!0,keywords:\"BY CACHE INCREMENT MAXVALUE MINVALUE\"},{className:\"type\",begin:/\\b(WITH|WITHOUT)\\s+TIME\\s+ZONE\\b/},{className:\"type\",begin:/\\bINTERVAL\\s+(YEAR|MONTH|DAY|HOUR|MINUTE|SECOND)(\\s+TO\\s+(MONTH|HOUR|MINUTE|SECOND))?\\b/},{begin:/\\bRETURNS\\s+(LANGUAGE_HANDLER|TRIGGER|EVENT_TRIGGER|FDW_HANDLER|INDEX_AM_HANDLER|TSM_HANDLER)\\b/,keywords:{keyword:\"RETURNS\",type:\"LANGUAGE_HANDLER TRIGGER EVENT_TRIGGER FDW_HANDLER INDEX_AM_HANDLER TSM_HANDLER\"}},{begin:\"\\\\b(\"+m+\")\\\\s*\\\\(\"},{begin:\"\\\\.(\"+c+\")\\\\b\"},{begin:\"\\\\b(\"+c+\")\\\\s+PATH\\\\b\",keywords:{keyword:\"PATH\",type:l.replace(\"PATH \",\"\")}},{className:\"type\",begin:\"\\\\b(\"+c+\")\\\\b\"},{className:\"string\",begin:\"'\",end:\"'\",contains:[{begin:\"''\"}]},{className:\"string\",begin:\"(e|E|u&|U&)'\",end:\"'\",contains:[{begin:\"\\\\\\\\.\"}],relevance:10},e.END_SAME_AS_BEGIN({begin:i,end:i,contains:[{subLanguage:[\"pgsql\",\"perl\",\"python\",\"tcl\",\"r\",\"lua\",\"java\",\"php\",\"ruby\",\"bash\",\"scheme\",\"xml\",\"json\"],endsWithParent:!0}]}),{begin:'\"',end:'\"',contains:[{begin:'\"\"'}]},e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,t,{className:\"meta\",variants:[{begin:\"%(ROW)?TYPE\",relevance:10},{begin:\"\\\\$\\\\d+\"},{begin:\"^#\\\\w\",end:\"$\"}]},{className:\"symbol\",begin:a,relevance:10}]}}e.exports=n},f9f0:function(e,t){function n(e){const t=e.regex,n=/[a-zA-Z_$][a-zA-Z0-9_$]*/,i=t.concat(n,t.concat(\"(\\\\.\",n,\")*\")),a=/([*]|[a-zA-Z_$][a-zA-Z0-9_$]*)/,r={className:\"rest_arg\",begin:/[.]{3}/,end:n,relevance:10},s=[\"as\",\"break\",\"case\",\"catch\",\"class\",\"const\",\"continue\",\"default\",\"delete\",\"do\",\"dynamic\",\"each\",\"else\",\"extends\",\"final\",\"finally\",\"for\",\"function\",\"get\",\"if\",\"implements\",\"import\",\"in\",\"include\",\"instanceof\",\"interface\",\"internal\",\"is\",\"namespace\",\"native\",\"new\",\"override\",\"package\",\"private\",\"protected\",\"public\",\"return\",\"set\",\"static\",\"super\",\"switch\",\"this\",\"throw\",\"try\",\"typeof\",\"use\",\"var\",\"void\",\"while\",\"with\"],o=[\"true\",\"false\",\"null\",\"undefined\"];return{name:\"ActionScript\",aliases:[\"as\"],keywords:{keyword:s,literal:o},contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.C_NUMBER_MODE,{match:[/\\bpackage/,/\\s+/,i],className:{1:\"keyword\",3:\"title.class\"}},{match:[/\\b(?:class|interface|extends|implements)/,/\\s+/,n],className:{1:\"keyword\",3:\"title.class\"}},{className:\"meta\",beginKeywords:\"import include\",end:/;/,keywords:{keyword:\"import include\"}},{beginKeywords:\"function\",end:/[{;]/,excludeEnd:!0,illegal:/\\S/,contains:[e.inherit(e.TITLE_MODE,{className:\"title.function\"}),{className:\"params\",begin:/\\(/,end:/\\)/,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r]},{begin:t.concat(/:\\s*/,a)}]},e.METHOD_GUARD],illegal:/#/}}e.exports=n},fa38:function(e){e.exports=JSON.parse('{\"100\":\"💯\",\"1234\":\"🔢\",\"grinning\":\"😀\",\"smiley\":\"😃\",\"smile\":\"😄\",\"grin\":\"😁\",\"laughing\":\"😆\",\"satisfied\":\"😆\",\"sweat_smile\":\"😅\",\"rofl\":\"🤣\",\"joy\":\"😂\",\"slightly_smiling_face\":\"🙂\",\"upside_down_face\":\"🙃\",\"wink\":\"😉\",\"blush\":\"😊\",\"innocent\":\"😇\",\"smiling_face_with_three_hearts\":\"🥰\",\"heart_eyes\":\"😍\",\"star_struck\":\"🤩\",\"kissing_heart\":\"😘\",\"kissing\":\"😗\",\"relaxed\":\"☺️\",\"kissing_closed_eyes\":\"😚\",\"kissing_smiling_eyes\":\"😙\",\"smiling_face_with_tear\":\"🥲\",\"yum\":\"😋\",\"stuck_out_tongue\":\"😛\",\"stuck_out_tongue_winking_eye\":\"😜\",\"zany_face\":\"🤪\",\"stuck_out_tongue_closed_eyes\":\"😝\",\"money_mouth_face\":\"🤑\",\"hugs\":\"🤗\",\"hand_over_mouth\":\"🤭\",\"shushing_face\":\"🤫\",\"thinking\":\"🤔\",\"zipper_mouth_face\":\"🤐\",\"raised_eyebrow\":\"🤨\",\"neutral_face\":\"😐\",\"expressionless\":\"😑\",\"no_mouth\":\"😶\",\"smirk\":\"😏\",\"unamused\":\"😒\",\"roll_eyes\":\"🙄\",\"grimacing\":\"😬\",\"lying_face\":\"🤥\",\"relieved\":\"😌\",\"pensive\":\"😔\",\"sleepy\":\"😪\",\"drooling_face\":\"🤤\",\"sleeping\":\"😴\",\"mask\":\"😷\",\"face_with_thermometer\":\"🤒\",\"face_with_head_bandage\":\"🤕\",\"nauseated_face\":\"🤢\",\"vomiting_face\":\"🤮\",\"sneezing_face\":\"🤧\",\"hot_face\":\"🥵\",\"cold_face\":\"🥶\",\"woozy_face\":\"🥴\",\"dizzy_face\":\"😵\",\"exploding_head\":\"🤯\",\"cowboy_hat_face\":\"🤠\",\"partying_face\":\"🥳\",\"disguised_face\":\"🥸\",\"sunglasses\":\"😎\",\"nerd_face\":\"🤓\",\"monocle_face\":\"🧐\",\"confused\":\"😕\",\"worried\":\"😟\",\"slightly_frowning_face\":\"🙁\",\"frowning_face\":\"☹️\",\"open_mouth\":\"😮\",\"hushed\":\"😯\",\"astonished\":\"😲\",\"flushed\":\"😳\",\"pleading_face\":\"🥺\",\"frowning\":\"😦\",\"anguished\":\"😧\",\"fearful\":\"😨\",\"cold_sweat\":\"😰\",\"disappointed_relieved\":\"😥\",\"cry\":\"😢\",\"sob\":\"😭\",\"scream\":\"😱\",\"confounded\":\"😖\",\"persevere\":\"😣\",\"disappointed\":\"😞\",\"sweat\":\"😓\",\"weary\":\"😩\",\"tired_face\":\"😫\",\"yawning_face\":\"🥱\",\"triumph\":\"😤\",\"rage\":\"😡\",\"pout\":\"😡\",\"angry\":\"😠\",\"cursing_face\":\"🤬\",\"smiling_imp\":\"😈\",\"imp\":\"👿\",\"skull\":\"💀\",\"skull_and_crossbones\":\"☠️\",\"hankey\":\"💩\",\"poop\":\"💩\",\"shit\":\"💩\",\"clown_face\":\"🤡\",\"japanese_ogre\":\"👹\",\"japanese_goblin\":\"👺\",\"ghost\":\"👻\",\"alien\":\"👽\",\"space_invader\":\"👾\",\"robot\":\"🤖\",\"smiley_cat\":\"😺\",\"smile_cat\":\"😸\",\"joy_cat\":\"😹\",\"heart_eyes_cat\":\"😻\",\"smirk_cat\":\"😼\",\"kissing_cat\":\"😽\",\"scream_cat\":\"🙀\",\"crying_cat_face\":\"😿\",\"pouting_cat\":\"😾\",\"see_no_evil\":\"🙈\",\"hear_no_evil\":\"🙉\",\"speak_no_evil\":\"🙊\",\"kiss\":\"💋\",\"love_letter\":\"💌\",\"cupid\":\"💘\",\"gift_heart\":\"💝\",\"sparkling_heart\":\"💖\",\"heartpulse\":\"💗\",\"heartbeat\":\"💓\",\"revolving_hearts\":\"💞\",\"two_hearts\":\"💕\",\"heart_decoration\":\"💟\",\"heavy_heart_exclamation\":\"❣️\",\"broken_heart\":\"💔\",\"heart\":\"❤️\",\"orange_heart\":\"🧡\",\"yellow_heart\":\"💛\",\"green_heart\":\"💚\",\"blue_heart\":\"💙\",\"purple_heart\":\"💜\",\"brown_heart\":\"🤎\",\"black_heart\":\"🖤\",\"white_heart\":\"🤍\",\"anger\":\"💢\",\"boom\":\"💥\",\"collision\":\"💥\",\"dizzy\":\"💫\",\"sweat_drops\":\"💦\",\"dash\":\"💨\",\"hole\":\"🕳️\",\"bomb\":\"💣\",\"speech_balloon\":\"💬\",\"eye_speech_bubble\":\"👁️‍🗨️\",\"left_speech_bubble\":\"🗨️\",\"right_anger_bubble\":\"🗯️\",\"thought_balloon\":\"💭\",\"zzz\":\"💤\",\"wave\":\"👋\",\"raised_back_of_hand\":\"🤚\",\"raised_hand_with_fingers_splayed\":\"🖐️\",\"hand\":\"✋\",\"raised_hand\":\"✋\",\"vulcan_salute\":\"🖖\",\"ok_hand\":\"👌\",\"pinched_fingers\":\"🤌\",\"pinching_hand\":\"🤏\",\"v\":\"✌️\",\"crossed_fingers\":\"🤞\",\"love_you_gesture\":\"🤟\",\"metal\":\"🤘\",\"call_me_hand\":\"🤙\",\"point_left\":\"👈\",\"point_right\":\"👉\",\"point_up_2\":\"👆\",\"middle_finger\":\"🖕\",\"fu\":\"🖕\",\"point_down\":\"👇\",\"point_up\":\"☝️\",\"+1\":\"👍\",\"thumbsup\":\"👍\",\"-1\":\"👎\",\"thumbsdown\":\"👎\",\"fist_raised\":\"✊\",\"fist\":\"✊\",\"fist_oncoming\":\"👊\",\"facepunch\":\"👊\",\"punch\":\"👊\",\"fist_left\":\"🤛\",\"fist_right\":\"🤜\",\"clap\":\"👏\",\"raised_hands\":\"🙌\",\"open_hands\":\"👐\",\"palms_up_together\":\"🤲\",\"handshake\":\"🤝\",\"pray\":\"🙏\",\"writing_hand\":\"✍️\",\"nail_care\":\"💅\",\"selfie\":\"🤳\",\"muscle\":\"💪\",\"mechanical_arm\":\"🦾\",\"mechanical_leg\":\"🦿\",\"leg\":\"🦵\",\"foot\":\"🦶\",\"ear\":\"👂\",\"ear_with_hearing_aid\":\"🦻\",\"nose\":\"👃\",\"brain\":\"🧠\",\"anatomical_heart\":\"🫀\",\"lungs\":\"🫁\",\"tooth\":\"🦷\",\"bone\":\"🦴\",\"eyes\":\"👀\",\"eye\":\"👁️\",\"tongue\":\"👅\",\"lips\":\"👄\",\"baby\":\"👶\",\"child\":\"🧒\",\"boy\":\"👦\",\"girl\":\"👧\",\"adult\":\"🧑\",\"blond_haired_person\":\"👱\",\"man\":\"👨\",\"bearded_person\":\"🧔\",\"red_haired_man\":\"👨‍🦰\",\"curly_haired_man\":\"👨‍🦱\",\"white_haired_man\":\"👨‍🦳\",\"bald_man\":\"👨‍🦲\",\"woman\":\"👩\",\"red_haired_woman\":\"👩‍🦰\",\"person_red_hair\":\"🧑‍🦰\",\"curly_haired_woman\":\"👩‍🦱\",\"person_curly_hair\":\"🧑‍🦱\",\"white_haired_woman\":\"👩‍🦳\",\"person_white_hair\":\"🧑‍🦳\",\"bald_woman\":\"👩‍🦲\",\"person_bald\":\"🧑‍🦲\",\"blond_haired_woman\":\"👱‍♀️\",\"blonde_woman\":\"👱‍♀️\",\"blond_haired_man\":\"👱‍♂️\",\"older_adult\":\"🧓\",\"older_man\":\"👴\",\"older_woman\":\"👵\",\"frowning_person\":\"🙍\",\"frowning_man\":\"🙍‍♂️\",\"frowning_woman\":\"🙍‍♀️\",\"pouting_face\":\"🙎\",\"pouting_man\":\"🙎‍♂️\",\"pouting_woman\":\"🙎‍♀️\",\"no_good\":\"🙅\",\"no_good_man\":\"🙅‍♂️\",\"ng_man\":\"🙅‍♂️\",\"no_good_woman\":\"🙅‍♀️\",\"ng_woman\":\"🙅‍♀️\",\"ok_person\":\"🙆\",\"ok_man\":\"🙆‍♂️\",\"ok_woman\":\"🙆‍♀️\",\"tipping_hand_person\":\"💁\",\"information_desk_person\":\"💁\",\"tipping_hand_man\":\"💁‍♂️\",\"sassy_man\":\"💁‍♂️\",\"tipping_hand_woman\":\"💁‍♀️\",\"sassy_woman\":\"💁‍♀️\",\"raising_hand\":\"🙋\",\"raising_hand_man\":\"🙋‍♂️\",\"raising_hand_woman\":\"🙋‍♀️\",\"deaf_person\":\"🧏\",\"deaf_man\":\"🧏‍♂️\",\"deaf_woman\":\"🧏‍♀️\",\"bow\":\"🙇\",\"bowing_man\":\"🙇‍♂️\",\"bowing_woman\":\"🙇‍♀️\",\"facepalm\":\"🤦\",\"man_facepalming\":\"🤦‍♂️\",\"woman_facepalming\":\"🤦‍♀️\",\"shrug\":\"🤷\",\"man_shrugging\":\"🤷‍♂️\",\"woman_shrugging\":\"🤷‍♀️\",\"health_worker\":\"🧑‍⚕️\",\"man_health_worker\":\"👨‍⚕️\",\"woman_health_worker\":\"👩‍⚕️\",\"student\":\"🧑‍🎓\",\"man_student\":\"👨‍🎓\",\"woman_student\":\"👩‍🎓\",\"teacher\":\"🧑‍🏫\",\"man_teacher\":\"👨‍🏫\",\"woman_teacher\":\"👩‍🏫\",\"judge\":\"🧑‍⚖️\",\"man_judge\":\"👨‍⚖️\",\"woman_judge\":\"👩‍⚖️\",\"farmer\":\"🧑‍🌾\",\"man_farmer\":\"👨‍🌾\",\"woman_farmer\":\"👩‍🌾\",\"cook\":\"🧑‍🍳\",\"man_cook\":\"👨‍🍳\",\"woman_cook\":\"👩‍🍳\",\"mechanic\":\"🧑‍🔧\",\"man_mechanic\":\"👨‍🔧\",\"woman_mechanic\":\"👩‍🔧\",\"factory_worker\":\"🧑‍🏭\",\"man_factory_worker\":\"👨‍🏭\",\"woman_factory_worker\":\"👩‍🏭\",\"office_worker\":\"🧑‍💼\",\"man_office_worker\":\"👨‍💼\",\"woman_office_worker\":\"👩‍💼\",\"scientist\":\"🧑‍🔬\",\"man_scientist\":\"👨‍🔬\",\"woman_scientist\":\"👩‍🔬\",\"technologist\":\"🧑‍💻\",\"man_technologist\":\"👨‍💻\",\"woman_technologist\":\"👩‍💻\",\"singer\":\"🧑‍🎤\",\"man_singer\":\"👨‍🎤\",\"woman_singer\":\"👩‍🎤\",\"artist\":\"🧑‍🎨\",\"man_artist\":\"👨‍🎨\",\"woman_artist\":\"👩‍🎨\",\"pilot\":\"🧑‍✈️\",\"man_pilot\":\"👨‍✈️\",\"woman_pilot\":\"👩‍✈️\",\"astronaut\":\"🧑‍🚀\",\"man_astronaut\":\"👨‍🚀\",\"woman_astronaut\":\"👩‍🚀\",\"firefighter\":\"🧑‍🚒\",\"man_firefighter\":\"👨‍🚒\",\"woman_firefighter\":\"👩‍🚒\",\"police_officer\":\"👮\",\"cop\":\"👮\",\"policeman\":\"👮‍♂️\",\"policewoman\":\"👮‍♀️\",\"detective\":\"🕵️\",\"male_detective\":\"🕵️‍♂️\",\"female_detective\":\"🕵️‍♀️\",\"guard\":\"💂\",\"guardsman\":\"💂‍♂️\",\"guardswoman\":\"💂‍♀️\",\"ninja\":\"🥷\",\"construction_worker\":\"👷\",\"construction_worker_man\":\"👷‍♂️\",\"construction_worker_woman\":\"👷‍♀️\",\"prince\":\"🤴\",\"princess\":\"👸\",\"person_with_turban\":\"👳\",\"man_with_turban\":\"👳‍♂️\",\"woman_with_turban\":\"👳‍♀️\",\"man_with_gua_pi_mao\":\"👲\",\"woman_with_headscarf\":\"🧕\",\"person_in_tuxedo\":\"🤵\",\"man_in_tuxedo\":\"🤵‍♂️\",\"woman_in_tuxedo\":\"🤵‍♀️\",\"person_with_veil\":\"👰\",\"man_with_veil\":\"👰‍♂️\",\"woman_with_veil\":\"👰‍♀️\",\"bride_with_veil\":\"👰‍♀️\",\"pregnant_woman\":\"🤰\",\"breast_feeding\":\"🤱\",\"woman_feeding_baby\":\"👩‍🍼\",\"man_feeding_baby\":\"👨‍🍼\",\"person_feeding_baby\":\"🧑‍🍼\",\"angel\":\"👼\",\"santa\":\"🎅\",\"mrs_claus\":\"🤶\",\"mx_claus\":\"🧑‍🎄\",\"superhero\":\"🦸\",\"superhero_man\":\"🦸‍♂️\",\"superhero_woman\":\"🦸‍♀️\",\"supervillain\":\"🦹\",\"supervillain_man\":\"🦹‍♂️\",\"supervillain_woman\":\"🦹‍♀️\",\"mage\":\"🧙\",\"mage_man\":\"🧙‍♂️\",\"mage_woman\":\"🧙‍♀️\",\"fairy\":\"🧚\",\"fairy_man\":\"🧚‍♂️\",\"fairy_woman\":\"🧚‍♀️\",\"vampire\":\"🧛\",\"vampire_man\":\"🧛‍♂️\",\"vampire_woman\":\"🧛‍♀️\",\"merperson\":\"🧜\",\"merman\":\"🧜‍♂️\",\"mermaid\":\"🧜‍♀️\",\"elf\":\"🧝\",\"elf_man\":\"🧝‍♂️\",\"elf_woman\":\"🧝‍♀️\",\"genie\":\"🧞\",\"genie_man\":\"🧞‍♂️\",\"genie_woman\":\"🧞‍♀️\",\"zombie\":\"🧟\",\"zombie_man\":\"🧟‍♂️\",\"zombie_woman\":\"🧟‍♀️\",\"massage\":\"💆\",\"massage_man\":\"💆‍♂️\",\"massage_woman\":\"💆‍♀️\",\"haircut\":\"💇\",\"haircut_man\":\"💇‍♂️\",\"haircut_woman\":\"💇‍♀️\",\"walking\":\"🚶\",\"walking_man\":\"🚶‍♂️\",\"walking_woman\":\"🚶‍♀️\",\"standing_person\":\"🧍\",\"standing_man\":\"🧍‍♂️\",\"standing_woman\":\"🧍‍♀️\",\"kneeling_person\":\"🧎\",\"kneeling_man\":\"🧎‍♂️\",\"kneeling_woman\":\"🧎‍♀️\",\"person_with_probing_cane\":\"🧑‍🦯\",\"man_with_probing_cane\":\"👨‍🦯\",\"woman_with_probing_cane\":\"👩‍🦯\",\"person_in_motorized_wheelchair\":\"🧑‍🦼\",\"man_in_motorized_wheelchair\":\"👨‍🦼\",\"woman_in_motorized_wheelchair\":\"👩‍🦼\",\"person_in_manual_wheelchair\":\"🧑‍🦽\",\"man_in_manual_wheelchair\":\"👨‍🦽\",\"woman_in_manual_wheelchair\":\"👩‍🦽\",\"runner\":\"🏃\",\"running\":\"🏃\",\"running_man\":\"🏃‍♂️\",\"running_woman\":\"🏃‍♀️\",\"woman_dancing\":\"💃\",\"dancer\":\"💃\",\"man_dancing\":\"🕺\",\"business_suit_levitating\":\"🕴️\",\"dancers\":\"👯\",\"dancing_men\":\"👯‍♂️\",\"dancing_women\":\"👯‍♀️\",\"sauna_person\":\"🧖\",\"sauna_man\":\"🧖‍♂️\",\"sauna_woman\":\"🧖‍♀️\",\"climbing\":\"🧗\",\"climbing_man\":\"🧗‍♂️\",\"climbing_woman\":\"🧗‍♀️\",\"person_fencing\":\"🤺\",\"horse_racing\":\"🏇\",\"skier\":\"⛷️\",\"snowboarder\":\"🏂\",\"golfing\":\"🏌️\",\"golfing_man\":\"🏌️‍♂️\",\"golfing_woman\":\"🏌️‍♀️\",\"surfer\":\"🏄\",\"surfing_man\":\"🏄‍♂️\",\"surfing_woman\":\"🏄‍♀️\",\"rowboat\":\"🚣\",\"rowing_man\":\"🚣‍♂️\",\"rowing_woman\":\"🚣‍♀️\",\"swimmer\":\"🏊\",\"swimming_man\":\"🏊‍♂️\",\"swimming_woman\":\"🏊‍♀️\",\"bouncing_ball_person\":\"⛹️\",\"bouncing_ball_man\":\"⛹️‍♂️\",\"basketball_man\":\"⛹️‍♂️\",\"bouncing_ball_woman\":\"⛹️‍♀️\",\"basketball_woman\":\"⛹️‍♀️\",\"weight_lifting\":\"🏋️\",\"weight_lifting_man\":\"🏋️‍♂️\",\"weight_lifting_woman\":\"🏋️‍♀️\",\"bicyclist\":\"🚴\",\"biking_man\":\"🚴‍♂️\",\"biking_woman\":\"🚴‍♀️\",\"mountain_bicyclist\":\"🚵\",\"mountain_biking_man\":\"🚵‍♂️\",\"mountain_biking_woman\":\"🚵‍♀️\",\"cartwheeling\":\"🤸\",\"man_cartwheeling\":\"🤸‍♂️\",\"woman_cartwheeling\":\"🤸‍♀️\",\"wrestling\":\"🤼\",\"men_wrestling\":\"🤼‍♂️\",\"women_wrestling\":\"🤼‍♀️\",\"water_polo\":\"🤽\",\"man_playing_water_polo\":\"🤽‍♂️\",\"woman_playing_water_polo\":\"🤽‍♀️\",\"handball_person\":\"🤾\",\"man_playing_handball\":\"🤾‍♂️\",\"woman_playing_handball\":\"🤾‍♀️\",\"juggling_person\":\"🤹\",\"man_juggling\":\"🤹‍♂️\",\"woman_juggling\":\"🤹‍♀️\",\"lotus_position\":\"🧘\",\"lotus_position_man\":\"🧘‍♂️\",\"lotus_position_woman\":\"🧘‍♀️\",\"bath\":\"🛀\",\"sleeping_bed\":\"🛌\",\"people_holding_hands\":\"🧑‍🤝‍🧑\",\"two_women_holding_hands\":\"👭\",\"couple\":\"👫\",\"two_men_holding_hands\":\"👬\",\"couplekiss\":\"💏\",\"couplekiss_man_woman\":\"👩‍❤️‍💋‍👨\",\"couplekiss_man_man\":\"👨‍❤️‍💋‍👨\",\"couplekiss_woman_woman\":\"👩‍❤️‍💋‍👩\",\"couple_with_heart\":\"💑\",\"couple_with_heart_woman_man\":\"👩‍❤️‍👨\",\"couple_with_heart_man_man\":\"👨‍❤️‍👨\",\"couple_with_heart_woman_woman\":\"👩‍❤️‍👩\",\"family\":\"👪\",\"family_man_woman_boy\":\"👨‍👩‍👦\",\"family_man_woman_girl\":\"👨‍👩‍👧\",\"family_man_woman_girl_boy\":\"👨‍👩‍👧‍👦\",\"family_man_woman_boy_boy\":\"👨‍👩‍👦‍👦\",\"family_man_woman_girl_girl\":\"👨‍👩‍👧‍👧\",\"family_man_man_boy\":\"👨‍👨‍👦\",\"family_man_man_girl\":\"👨‍👨‍👧\",\"family_man_man_girl_boy\":\"👨‍👨‍👧‍👦\",\"family_man_man_boy_boy\":\"👨‍👨‍👦‍👦\",\"family_man_man_girl_girl\":\"👨‍👨‍👧‍👧\",\"family_woman_woman_boy\":\"👩‍👩‍👦\",\"family_woman_woman_girl\":\"👩‍👩‍👧\",\"family_woman_woman_girl_boy\":\"👩‍👩‍👧‍👦\",\"family_woman_woman_boy_boy\":\"👩‍👩‍👦‍👦\",\"family_woman_woman_girl_girl\":\"👩‍👩‍👧‍👧\",\"family_man_boy\":\"👨‍👦\",\"family_man_boy_boy\":\"👨‍👦‍👦\",\"family_man_girl\":\"👨‍👧\",\"family_man_girl_boy\":\"👨‍👧‍👦\",\"family_man_girl_girl\":\"👨‍👧‍👧\",\"family_woman_boy\":\"👩‍👦\",\"family_woman_boy_boy\":\"👩‍👦‍👦\",\"family_woman_girl\":\"👩‍👧\",\"family_woman_girl_boy\":\"👩‍👧‍👦\",\"family_woman_girl_girl\":\"👩‍👧‍👧\",\"speaking_head\":\"🗣️\",\"bust_in_silhouette\":\"👤\",\"busts_in_silhouette\":\"👥\",\"people_hugging\":\"🫂\",\"footprints\":\"👣\",\"monkey_face\":\"🐵\",\"monkey\":\"🐒\",\"gorilla\":\"🦍\",\"orangutan\":\"🦧\",\"dog\":\"🐶\",\"dog2\":\"🐕\",\"guide_dog\":\"🦮\",\"service_dog\":\"🐕‍🦺\",\"poodle\":\"🐩\",\"wolf\":\"🐺\",\"fox_face\":\"🦊\",\"raccoon\":\"🦝\",\"cat\":\"🐱\",\"cat2\":\"🐈\",\"black_cat\":\"🐈‍⬛\",\"lion\":\"🦁\",\"tiger\":\"🐯\",\"tiger2\":\"🐅\",\"leopard\":\"🐆\",\"horse\":\"🐴\",\"racehorse\":\"🐎\",\"unicorn\":\"🦄\",\"zebra\":\"🦓\",\"deer\":\"🦌\",\"bison\":\"🦬\",\"cow\":\"🐮\",\"ox\":\"🐂\",\"water_buffalo\":\"🐃\",\"cow2\":\"🐄\",\"pig\":\"🐷\",\"pig2\":\"🐖\",\"boar\":\"🐗\",\"pig_nose\":\"🐽\",\"ram\":\"🐏\",\"sheep\":\"🐑\",\"goat\":\"🐐\",\"dromedary_camel\":\"🐪\",\"camel\":\"🐫\",\"llama\":\"🦙\",\"giraffe\":\"🦒\",\"elephant\":\"🐘\",\"mammoth\":\"🦣\",\"rhinoceros\":\"🦏\",\"hippopotamus\":\"🦛\",\"mouse\":\"🐭\",\"mouse2\":\"🐁\",\"rat\":\"🐀\",\"hamster\":\"🐹\",\"rabbit\":\"🐰\",\"rabbit2\":\"🐇\",\"chipmunk\":\"🐿️\",\"beaver\":\"🦫\",\"hedgehog\":\"🦔\",\"bat\":\"🦇\",\"bear\":\"🐻\",\"polar_bear\":\"🐻‍❄️\",\"koala\":\"🐨\",\"panda_face\":\"🐼\",\"sloth\":\"🦥\",\"otter\":\"🦦\",\"skunk\":\"🦨\",\"kangaroo\":\"🦘\",\"badger\":\"🦡\",\"feet\":\"🐾\",\"paw_prints\":\"🐾\",\"turkey\":\"🦃\",\"chicken\":\"🐔\",\"rooster\":\"🐓\",\"hatching_chick\":\"🐣\",\"baby_chick\":\"🐤\",\"hatched_chick\":\"🐥\",\"bird\":\"🐦\",\"penguin\":\"🐧\",\"dove\":\"🕊️\",\"eagle\":\"🦅\",\"duck\":\"🦆\",\"swan\":\"🦢\",\"owl\":\"🦉\",\"dodo\":\"🦤\",\"feather\":\"🪶\",\"flamingo\":\"🦩\",\"peacock\":\"🦚\",\"parrot\":\"🦜\",\"frog\":\"🐸\",\"crocodile\":\"🐊\",\"turtle\":\"🐢\",\"lizard\":\"🦎\",\"snake\":\"🐍\",\"dragon_face\":\"🐲\",\"dragon\":\"🐉\",\"sauropod\":\"🦕\",\"t-rex\":\"🦖\",\"whale\":\"🐳\",\"whale2\":\"🐋\",\"dolphin\":\"🐬\",\"flipper\":\"🐬\",\"seal\":\"🦭\",\"fish\":\"🐟\",\"tropical_fish\":\"🐠\",\"blowfish\":\"🐡\",\"shark\":\"🦈\",\"octopus\":\"🐙\",\"shell\":\"🐚\",\"snail\":\"🐌\",\"butterfly\":\"🦋\",\"bug\":\"🐛\",\"ant\":\"🐜\",\"bee\":\"🐝\",\"honeybee\":\"🐝\",\"beetle\":\"🪲\",\"lady_beetle\":\"🐞\",\"cricket\":\"🦗\",\"cockroach\":\"🪳\",\"spider\":\"🕷️\",\"spider_web\":\"🕸️\",\"scorpion\":\"🦂\",\"mosquito\":\"🦟\",\"fly\":\"🪰\",\"worm\":\"🪱\",\"microbe\":\"🦠\",\"bouquet\":\"💐\",\"cherry_blossom\":\"🌸\",\"white_flower\":\"💮\",\"rosette\":\"🏵️\",\"rose\":\"🌹\",\"wilted_flower\":\"🥀\",\"hibiscus\":\"🌺\",\"sunflower\":\"🌻\",\"blossom\":\"🌼\",\"tulip\":\"🌷\",\"seedling\":\"🌱\",\"potted_plant\":\"🪴\",\"evergreen_tree\":\"🌲\",\"deciduous_tree\":\"🌳\",\"palm_tree\":\"🌴\",\"cactus\":\"🌵\",\"ear_of_rice\":\"🌾\",\"herb\":\"🌿\",\"shamrock\":\"☘️\",\"four_leaf_clover\":\"🍀\",\"maple_leaf\":\"🍁\",\"fallen_leaf\":\"🍂\",\"leaves\":\"🍃\",\"grapes\":\"🍇\",\"melon\":\"🍈\",\"watermelon\":\"🍉\",\"tangerine\":\"🍊\",\"orange\":\"🍊\",\"mandarin\":\"🍊\",\"lemon\":\"🍋\",\"banana\":\"🍌\",\"pineapple\":\"🍍\",\"mango\":\"🥭\",\"apple\":\"🍎\",\"green_apple\":\"🍏\",\"pear\":\"🍐\",\"peach\":\"🍑\",\"cherries\":\"🍒\",\"strawberry\":\"🍓\",\"blueberries\":\"🫐\",\"kiwi_fruit\":\"🥝\",\"tomato\":\"🍅\",\"olive\":\"🫒\",\"coconut\":\"🥥\",\"avocado\":\"🥑\",\"eggplant\":\"🍆\",\"potato\":\"🥔\",\"carrot\":\"🥕\",\"corn\":\"🌽\",\"hot_pepper\":\"🌶️\",\"bell_pepper\":\"🫑\",\"cucumber\":\"🥒\",\"leafy_green\":\"🥬\",\"broccoli\":\"🥦\",\"garlic\":\"🧄\",\"onion\":\"🧅\",\"mushroom\":\"🍄\",\"peanuts\":\"🥜\",\"chestnut\":\"🌰\",\"bread\":\"🍞\",\"croissant\":\"🥐\",\"baguette_bread\":\"🥖\",\"flatbread\":\"🫓\",\"pretzel\":\"🥨\",\"bagel\":\"🥯\",\"pancakes\":\"🥞\",\"waffle\":\"🧇\",\"cheese\":\"🧀\",\"meat_on_bone\":\"🍖\",\"poultry_leg\":\"🍗\",\"cut_of_meat\":\"🥩\",\"bacon\":\"🥓\",\"hamburger\":\"🍔\",\"fries\":\"🍟\",\"pizza\":\"🍕\",\"hotdog\":\"🌭\",\"sandwich\":\"🥪\",\"taco\":\"🌮\",\"burrito\":\"🌯\",\"tamale\":\"🫔\",\"stuffed_flatbread\":\"🥙\",\"falafel\":\"🧆\",\"egg\":\"🥚\",\"fried_egg\":\"🍳\",\"shallow_pan_of_food\":\"🥘\",\"stew\":\"🍲\",\"fondue\":\"🫕\",\"bowl_with_spoon\":\"🥣\",\"green_salad\":\"🥗\",\"popcorn\":\"🍿\",\"butter\":\"🧈\",\"salt\":\"🧂\",\"canned_food\":\"🥫\",\"bento\":\"🍱\",\"rice_cracker\":\"🍘\",\"rice_ball\":\"🍙\",\"rice\":\"🍚\",\"curry\":\"🍛\",\"ramen\":\"🍜\",\"spaghetti\":\"🍝\",\"sweet_potato\":\"🍠\",\"oden\":\"🍢\",\"sushi\":\"🍣\",\"fried_shrimp\":\"🍤\",\"fish_cake\":\"🍥\",\"moon_cake\":\"🥮\",\"dango\":\"🍡\",\"dumpling\":\"🥟\",\"fortune_cookie\":\"🥠\",\"takeout_box\":\"🥡\",\"crab\":\"🦀\",\"lobster\":\"🦞\",\"shrimp\":\"🦐\",\"squid\":\"🦑\",\"oyster\":\"🦪\",\"icecream\":\"🍦\",\"shaved_ice\":\"🍧\",\"ice_cream\":\"🍨\",\"doughnut\":\"🍩\",\"cookie\":\"🍪\",\"birthday\":\"🎂\",\"cake\":\"🍰\",\"cupcake\":\"🧁\",\"pie\":\"🥧\",\"chocolate_bar\":\"🍫\",\"candy\":\"🍬\",\"lollipop\":\"🍭\",\"custard\":\"🍮\",\"honey_pot\":\"🍯\",\"baby_bottle\":\"🍼\",\"milk_glass\":\"🥛\",\"coffee\":\"☕\",\"teapot\":\"🫖\",\"tea\":\"🍵\",\"sake\":\"🍶\",\"champagne\":\"🍾\",\"wine_glass\":\"🍷\",\"cocktail\":\"🍸\",\"tropical_drink\":\"🍹\",\"beer\":\"🍺\",\"beers\":\"🍻\",\"clinking_glasses\":\"🥂\",\"tumbler_glass\":\"🥃\",\"cup_with_straw\":\"🥤\",\"bubble_tea\":\"🧋\",\"beverage_box\":\"🧃\",\"mate\":\"🧉\",\"ice_cube\":\"🧊\",\"chopsticks\":\"🥢\",\"plate_with_cutlery\":\"🍽️\",\"fork_and_knife\":\"🍴\",\"spoon\":\"🥄\",\"hocho\":\"🔪\",\"knife\":\"🔪\",\"amphora\":\"🏺\",\"earth_africa\":\"🌍\",\"earth_americas\":\"🌎\",\"earth_asia\":\"🌏\",\"globe_with_meridians\":\"🌐\",\"world_map\":\"🗺️\",\"japan\":\"🗾\",\"compass\":\"🧭\",\"mountain_snow\":\"🏔️\",\"mountain\":\"⛰️\",\"volcano\":\"🌋\",\"mount_fuji\":\"🗻\",\"camping\":\"🏕️\",\"beach_umbrella\":\"🏖️\",\"desert\":\"🏜️\",\"desert_island\":\"🏝️\",\"national_park\":\"🏞️\",\"stadium\":\"🏟️\",\"classical_building\":\"🏛️\",\"building_construction\":\"🏗️\",\"bricks\":\"🧱\",\"rock\":\"🪨\",\"wood\":\"🪵\",\"hut\":\"🛖\",\"houses\":\"🏘️\",\"derelict_house\":\"🏚️\",\"house\":\"🏠\",\"house_with_garden\":\"🏡\",\"office\":\"🏢\",\"post_office\":\"🏣\",\"european_post_office\":\"🏤\",\"hospital\":\"🏥\",\"bank\":\"🏦\",\"hotel\":\"🏨\",\"love_hotel\":\"🏩\",\"convenience_store\":\"🏪\",\"school\":\"🏫\",\"department_store\":\"🏬\",\"factory\":\"🏭\",\"japanese_castle\":\"🏯\",\"european_castle\":\"🏰\",\"wedding\":\"💒\",\"tokyo_tower\":\"🗼\",\"statue_of_liberty\":\"🗽\",\"church\":\"⛪\",\"mosque\":\"🕌\",\"hindu_temple\":\"🛕\",\"synagogue\":\"🕍\",\"shinto_shrine\":\"⛩️\",\"kaaba\":\"🕋\",\"fountain\":\"⛲\",\"tent\":\"⛺\",\"foggy\":\"🌁\",\"night_with_stars\":\"🌃\",\"cityscape\":\"🏙️\",\"sunrise_over_mountains\":\"🌄\",\"sunrise\":\"🌅\",\"city_sunset\":\"🌆\",\"city_sunrise\":\"🌇\",\"bridge_at_night\":\"🌉\",\"hotsprings\":\"♨️\",\"carousel_horse\":\"🎠\",\"ferris_wheel\":\"🎡\",\"roller_coaster\":\"🎢\",\"barber\":\"💈\",\"circus_tent\":\"🎪\",\"steam_locomotive\":\"🚂\",\"railway_car\":\"🚃\",\"bullettrain_side\":\"🚄\",\"bullettrain_front\":\"🚅\",\"train2\":\"🚆\",\"metro\":\"🚇\",\"light_rail\":\"🚈\",\"station\":\"🚉\",\"tram\":\"🚊\",\"monorail\":\"🚝\",\"mountain_railway\":\"🚞\",\"train\":\"🚋\",\"bus\":\"🚌\",\"oncoming_bus\":\"🚍\",\"trolleybus\":\"🚎\",\"minibus\":\"🚐\",\"ambulance\":\"🚑\",\"fire_engine\":\"🚒\",\"police_car\":\"🚓\",\"oncoming_police_car\":\"🚔\",\"taxi\":\"🚕\",\"oncoming_taxi\":\"🚖\",\"car\":\"🚗\",\"red_car\":\"🚗\",\"oncoming_automobile\":\"🚘\",\"blue_car\":\"🚙\",\"pickup_truck\":\"🛻\",\"truck\":\"🚚\",\"articulated_lorry\":\"🚛\",\"tractor\":\"🚜\",\"racing_car\":\"🏎️\",\"motorcycle\":\"🏍️\",\"motor_scooter\":\"🛵\",\"manual_wheelchair\":\"🦽\",\"motorized_wheelchair\":\"🦼\",\"auto_rickshaw\":\"🛺\",\"bike\":\"🚲\",\"kick_scooter\":\"🛴\",\"skateboard\":\"🛹\",\"roller_skate\":\"🛼\",\"busstop\":\"🚏\",\"motorway\":\"🛣️\",\"railway_track\":\"🛤️\",\"oil_drum\":\"🛢️\",\"fuelpump\":\"⛽\",\"rotating_light\":\"🚨\",\"traffic_light\":\"🚥\",\"vertical_traffic_light\":\"🚦\",\"stop_sign\":\"🛑\",\"construction\":\"🚧\",\"anchor\":\"⚓\",\"boat\":\"⛵\",\"sailboat\":\"⛵\",\"canoe\":\"🛶\",\"speedboat\":\"🚤\",\"passenger_ship\":\"🛳️\",\"ferry\":\"⛴️\",\"motor_boat\":\"🛥️\",\"ship\":\"🚢\",\"airplane\":\"✈️\",\"small_airplane\":\"🛩️\",\"flight_departure\":\"🛫\",\"flight_arrival\":\"🛬\",\"parachute\":\"🪂\",\"seat\":\"💺\",\"helicopter\":\"🚁\",\"suspension_railway\":\"🚟\",\"mountain_cableway\":\"🚠\",\"aerial_tramway\":\"🚡\",\"artificial_satellite\":\"🛰️\",\"rocket\":\"🚀\",\"flying_saucer\":\"🛸\",\"bellhop_bell\":\"🛎️\",\"luggage\":\"🧳\",\"hourglass\":\"⌛\",\"hourglass_flowing_sand\":\"⏳\",\"watch\":\"⌚\",\"alarm_clock\":\"⏰\",\"stopwatch\":\"⏱️\",\"timer_clock\":\"⏲️\",\"mantelpiece_clock\":\"🕰️\",\"clock12\":\"🕛\",\"clock1230\":\"🕧\",\"clock1\":\"🕐\",\"clock130\":\"🕜\",\"clock2\":\"🕑\",\"clock230\":\"🕝\",\"clock3\":\"🕒\",\"clock330\":\"🕞\",\"clock4\":\"🕓\",\"clock430\":\"🕟\",\"clock5\":\"🕔\",\"clock530\":\"🕠\",\"clock6\":\"🕕\",\"clock630\":\"🕡\",\"clock7\":\"🕖\",\"clock730\":\"🕢\",\"clock8\":\"🕗\",\"clock830\":\"🕣\",\"clock9\":\"🕘\",\"clock930\":\"🕤\",\"clock10\":\"🕙\",\"clock1030\":\"🕥\",\"clock11\":\"🕚\",\"clock1130\":\"🕦\",\"new_moon\":\"🌑\",\"waxing_crescent_moon\":\"🌒\",\"first_quarter_moon\":\"🌓\",\"moon\":\"🌔\",\"waxing_gibbous_moon\":\"🌔\",\"full_moon\":\"🌕\",\"waning_gibbous_moon\":\"🌖\",\"last_quarter_moon\":\"🌗\",\"waning_crescent_moon\":\"🌘\",\"crescent_moon\":\"🌙\",\"new_moon_with_face\":\"🌚\",\"first_quarter_moon_with_face\":\"🌛\",\"last_quarter_moon_with_face\":\"🌜\",\"thermometer\":\"🌡️\",\"sunny\":\"☀️\",\"full_moon_with_face\":\"🌝\",\"sun_with_face\":\"🌞\",\"ringed_planet\":\"🪐\",\"star\":\"⭐\",\"star2\":\"🌟\",\"stars\":\"🌠\",\"milky_way\":\"🌌\",\"cloud\":\"☁️\",\"partly_sunny\":\"⛅\",\"cloud_with_lightning_and_rain\":\"⛈️\",\"sun_behind_small_cloud\":\"🌤️\",\"sun_behind_large_cloud\":\"🌥️\",\"sun_behind_rain_cloud\":\"🌦️\",\"cloud_with_rain\":\"🌧️\",\"cloud_with_snow\":\"🌨️\",\"cloud_with_lightning\":\"🌩️\",\"tornado\":\"🌪️\",\"fog\":\"🌫️\",\"wind_face\":\"🌬️\",\"cyclone\":\"🌀\",\"rainbow\":\"🌈\",\"closed_umbrella\":\"🌂\",\"open_umbrella\":\"☂️\",\"umbrella\":\"☔\",\"parasol_on_ground\":\"⛱️\",\"zap\":\"⚡\",\"snowflake\":\"❄️\",\"snowman_with_snow\":\"☃️\",\"snowman\":\"⛄\",\"comet\":\"☄️\",\"fire\":\"🔥\",\"droplet\":\"💧\",\"ocean\":\"🌊\",\"jack_o_lantern\":\"🎃\",\"christmas_tree\":\"🎄\",\"fireworks\":\"🎆\",\"sparkler\":\"🎇\",\"firecracker\":\"🧨\",\"sparkles\":\"✨\",\"balloon\":\"🎈\",\"tada\":\"🎉\",\"confetti_ball\":\"🎊\",\"tanabata_tree\":\"🎋\",\"bamboo\":\"🎍\",\"dolls\":\"🎎\",\"flags\":\"🎏\",\"wind_chime\":\"🎐\",\"rice_scene\":\"🎑\",\"red_envelope\":\"🧧\",\"ribbon\":\"🎀\",\"gift\":\"🎁\",\"reminder_ribbon\":\"🎗️\",\"tickets\":\"🎟️\",\"ticket\":\"🎫\",\"medal_military\":\"🎖️\",\"trophy\":\"🏆\",\"medal_sports\":\"🏅\",\"1st_place_medal\":\"🥇\",\"2nd_place_medal\":\"🥈\",\"3rd_place_medal\":\"🥉\",\"soccer\":\"⚽\",\"baseball\":\"⚾\",\"softball\":\"🥎\",\"basketball\":\"🏀\",\"volleyball\":\"🏐\",\"football\":\"🏈\",\"rugby_football\":\"🏉\",\"tennis\":\"🎾\",\"flying_disc\":\"🥏\",\"bowling\":\"🎳\",\"cricket_game\":\"🏏\",\"field_hockey\":\"🏑\",\"ice_hockey\":\"🏒\",\"lacrosse\":\"🥍\",\"ping_pong\":\"🏓\",\"badminton\":\"🏸\",\"boxing_glove\":\"🥊\",\"martial_arts_uniform\":\"🥋\",\"goal_net\":\"🥅\",\"golf\":\"⛳\",\"ice_skate\":\"⛸️\",\"fishing_pole_and_fish\":\"🎣\",\"diving_mask\":\"🤿\",\"running_shirt_with_sash\":\"🎽\",\"ski\":\"🎿\",\"sled\":\"🛷\",\"curling_stone\":\"🥌\",\"dart\":\"🎯\",\"yo_yo\":\"🪀\",\"kite\":\"🪁\",\"8ball\":\"🎱\",\"crystal_ball\":\"🔮\",\"magic_wand\":\"🪄\",\"nazar_amulet\":\"🧿\",\"video_game\":\"🎮\",\"joystick\":\"🕹️\",\"slot_machine\":\"🎰\",\"game_die\":\"🎲\",\"jigsaw\":\"🧩\",\"teddy_bear\":\"🧸\",\"pinata\":\"🪅\",\"nesting_dolls\":\"🪆\",\"spades\":\"♠️\",\"hearts\":\"♥️\",\"diamonds\":\"♦️\",\"clubs\":\"♣️\",\"chess_pawn\":\"♟️\",\"black_joker\":\"🃏\",\"mahjong\":\"🀄\",\"flower_playing_cards\":\"🎴\",\"performing_arts\":\"🎭\",\"framed_picture\":\"🖼️\",\"art\":\"🎨\",\"thread\":\"🧵\",\"sewing_needle\":\"🪡\",\"yarn\":\"🧶\",\"knot\":\"🪢\",\"eyeglasses\":\"👓\",\"dark_sunglasses\":\"🕶️\",\"goggles\":\"🥽\",\"lab_coat\":\"🥼\",\"safety_vest\":\"🦺\",\"necktie\":\"👔\",\"shirt\":\"👕\",\"tshirt\":\"👕\",\"jeans\":\"👖\",\"scarf\":\"🧣\",\"gloves\":\"🧤\",\"coat\":\"🧥\",\"socks\":\"🧦\",\"dress\":\"👗\",\"kimono\":\"👘\",\"sari\":\"🥻\",\"one_piece_swimsuit\":\"🩱\",\"swim_brief\":\"🩲\",\"shorts\":\"🩳\",\"bikini\":\"👙\",\"womans_clothes\":\"👚\",\"purse\":\"👛\",\"handbag\":\"👜\",\"pouch\":\"👝\",\"shopping\":\"🛍️\",\"school_satchel\":\"🎒\",\"thong_sandal\":\"🩴\",\"mans_shoe\":\"👞\",\"shoe\":\"👞\",\"athletic_shoe\":\"👟\",\"hiking_boot\":\"🥾\",\"flat_shoe\":\"🥿\",\"high_heel\":\"👠\",\"sandal\":\"👡\",\"ballet_shoes\":\"🩰\",\"boot\":\"👢\",\"crown\":\"👑\",\"womans_hat\":\"👒\",\"tophat\":\"🎩\",\"mortar_board\":\"🎓\",\"billed_cap\":\"🧢\",\"military_helmet\":\"🪖\",\"rescue_worker_helmet\":\"⛑️\",\"prayer_beads\":\"📿\",\"lipstick\":\"💄\",\"ring\":\"💍\",\"gem\":\"💎\",\"mute\":\"🔇\",\"speaker\":\"🔈\",\"sound\":\"🔉\",\"loud_sound\":\"🔊\",\"loudspeaker\":\"📢\",\"mega\":\"📣\",\"postal_horn\":\"📯\",\"bell\":\"🔔\",\"no_bell\":\"🔕\",\"musical_score\":\"🎼\",\"musical_note\":\"🎵\",\"notes\":\"🎶\",\"studio_microphone\":\"🎙️\",\"level_slider\":\"🎚️\",\"control_knobs\":\"🎛️\",\"microphone\":\"🎤\",\"headphones\":\"🎧\",\"radio\":\"📻\",\"saxophone\":\"🎷\",\"accordion\":\"🪗\",\"guitar\":\"🎸\",\"musical_keyboard\":\"🎹\",\"trumpet\":\"🎺\",\"violin\":\"🎻\",\"banjo\":\"🪕\",\"drum\":\"🥁\",\"long_drum\":\"🪘\",\"iphone\":\"📱\",\"calling\":\"📲\",\"phone\":\"☎️\",\"telephone\":\"☎️\",\"telephone_receiver\":\"📞\",\"pager\":\"📟\",\"fax\":\"📠\",\"battery\":\"🔋\",\"electric_plug\":\"🔌\",\"computer\":\"💻\",\"desktop_computer\":\"🖥️\",\"printer\":\"🖨️\",\"keyboard\":\"⌨️\",\"computer_mouse\":\"🖱️\",\"trackball\":\"🖲️\",\"minidisc\":\"💽\",\"floppy_disk\":\"💾\",\"cd\":\"💿\",\"dvd\":\"📀\",\"abacus\":\"🧮\",\"movie_camera\":\"🎥\",\"film_strip\":\"🎞️\",\"film_projector\":\"📽️\",\"clapper\":\"🎬\",\"tv\":\"📺\",\"camera\":\"📷\",\"camera_flash\":\"📸\",\"video_camera\":\"📹\",\"vhs\":\"📼\",\"mag\":\"🔍\",\"mag_right\":\"🔎\",\"candle\":\"🕯️\",\"bulb\":\"💡\",\"flashlight\":\"🔦\",\"izakaya_lantern\":\"🏮\",\"lantern\":\"🏮\",\"diya_lamp\":\"🪔\",\"notebook_with_decorative_cover\":\"📔\",\"closed_book\":\"📕\",\"book\":\"📖\",\"open_book\":\"📖\",\"green_book\":\"📗\",\"blue_book\":\"📘\",\"orange_book\":\"📙\",\"books\":\"📚\",\"notebook\":\"📓\",\"ledger\":\"📒\",\"page_with_curl\":\"📃\",\"scroll\":\"📜\",\"page_facing_up\":\"📄\",\"newspaper\":\"📰\",\"newspaper_roll\":\"🗞️\",\"bookmark_tabs\":\"📑\",\"bookmark\":\"🔖\",\"label\":\"🏷️\",\"moneybag\":\"💰\",\"coin\":\"🪙\",\"yen\":\"💴\",\"dollar\":\"💵\",\"euro\":\"💶\",\"pound\":\"💷\",\"money_with_wings\":\"💸\",\"credit_card\":\"💳\",\"receipt\":\"🧾\",\"chart\":\"💹\",\"envelope\":\"✉️\",\"email\":\"📧\",\"e-mail\":\"📧\",\"incoming_envelope\":\"📨\",\"envelope_with_arrow\":\"📩\",\"outbox_tray\":\"📤\",\"inbox_tray\":\"📥\",\"package\":\"📦\",\"mailbox\":\"📫\",\"mailbox_closed\":\"📪\",\"mailbox_with_mail\":\"📬\",\"mailbox_with_no_mail\":\"📭\",\"postbox\":\"📮\",\"ballot_box\":\"🗳️\",\"pencil2\":\"✏️\",\"black_nib\":\"✒️\",\"fountain_pen\":\"🖋️\",\"pen\":\"🖊️\",\"paintbrush\":\"🖌️\",\"crayon\":\"🖍️\",\"memo\":\"📝\",\"pencil\":\"📝\",\"briefcase\":\"💼\",\"file_folder\":\"📁\",\"open_file_folder\":\"📂\",\"card_index_dividers\":\"🗂️\",\"date\":\"📅\",\"calendar\":\"📆\",\"spiral_notepad\":\"🗒️\",\"spiral_calendar\":\"🗓️\",\"card_index\":\"📇\",\"chart_with_upwards_trend\":\"📈\",\"chart_with_downwards_trend\":\"📉\",\"bar_chart\":\"📊\",\"clipboard\":\"📋\",\"pushpin\":\"📌\",\"round_pushpin\":\"📍\",\"paperclip\":\"📎\",\"paperclips\":\"🖇️\",\"straight_ruler\":\"📏\",\"triangular_ruler\":\"📐\",\"scissors\":\"✂️\",\"card_file_box\":\"🗃️\",\"file_cabinet\":\"🗄️\",\"wastebasket\":\"🗑️\",\"lock\":\"🔒\",\"unlock\":\"🔓\",\"lock_with_ink_pen\":\"🔏\",\"closed_lock_with_key\":\"🔐\",\"key\":\"🔑\",\"old_key\":\"🗝️\",\"hammer\":\"🔨\",\"axe\":\"🪓\",\"pick\":\"⛏️\",\"hammer_and_pick\":\"⚒️\",\"hammer_and_wrench\":\"🛠️\",\"dagger\":\"🗡️\",\"crossed_swords\":\"⚔️\",\"gun\":\"🔫\",\"boomerang\":\"🪃\",\"bow_and_arrow\":\"🏹\",\"shield\":\"🛡️\",\"carpentry_saw\":\"🪚\",\"wrench\":\"🔧\",\"screwdriver\":\"🪛\",\"nut_and_bolt\":\"🔩\",\"gear\":\"⚙️\",\"clamp\":\"🗜️\",\"balance_scale\":\"⚖️\",\"probing_cane\":\"🦯\",\"link\":\"🔗\",\"chains\":\"⛓️\",\"hook\":\"🪝\",\"toolbox\":\"🧰\",\"magnet\":\"🧲\",\"ladder\":\"🪜\",\"alembic\":\"⚗️\",\"test_tube\":\"🧪\",\"petri_dish\":\"🧫\",\"dna\":\"🧬\",\"microscope\":\"🔬\",\"telescope\":\"🔭\",\"satellite\":\"📡\",\"syringe\":\"💉\",\"drop_of_blood\":\"🩸\",\"pill\":\"💊\",\"adhesive_bandage\":\"🩹\",\"stethoscope\":\"🩺\",\"door\":\"🚪\",\"elevator\":\"🛗\",\"mirror\":\"🪞\",\"window\":\"🪟\",\"bed\":\"🛏️\",\"couch_and_lamp\":\"🛋️\",\"chair\":\"🪑\",\"toilet\":\"🚽\",\"plunger\":\"🪠\",\"shower\":\"🚿\",\"bathtub\":\"🛁\",\"mouse_trap\":\"🪤\",\"razor\":\"🪒\",\"lotion_bottle\":\"🧴\",\"safety_pin\":\"🧷\",\"broom\":\"🧹\",\"basket\":\"🧺\",\"roll_of_paper\":\"🧻\",\"bucket\":\"🪣\",\"soap\":\"🧼\",\"toothbrush\":\"🪥\",\"sponge\":\"🧽\",\"fire_extinguisher\":\"🧯\",\"shopping_cart\":\"🛒\",\"smoking\":\"🚬\",\"coffin\":\"⚰️\",\"headstone\":\"🪦\",\"funeral_urn\":\"⚱️\",\"moyai\":\"🗿\",\"placard\":\"🪧\",\"atm\":\"🏧\",\"put_litter_in_its_place\":\"🚮\",\"potable_water\":\"🚰\",\"wheelchair\":\"♿\",\"mens\":\"🚹\",\"womens\":\"🚺\",\"restroom\":\"🚻\",\"baby_symbol\":\"🚼\",\"wc\":\"🚾\",\"passport_control\":\"🛂\",\"customs\":\"🛃\",\"baggage_claim\":\"🛄\",\"left_luggage\":\"🛅\",\"warning\":\"⚠️\",\"children_crossing\":\"🚸\",\"no_entry\":\"⛔\",\"no_entry_sign\":\"🚫\",\"no_bicycles\":\"🚳\",\"no_smoking\":\"🚭\",\"do_not_litter\":\"🚯\",\"non-potable_water\":\"🚱\",\"no_pedestrians\":\"🚷\",\"no_mobile_phones\":\"📵\",\"underage\":\"🔞\",\"radioactive\":\"☢️\",\"biohazard\":\"☣️\",\"arrow_up\":\"⬆️\",\"arrow_upper_right\":\"↗️\",\"arrow_right\":\"➡️\",\"arrow_lower_right\":\"↘️\",\"arrow_down\":\"⬇️\",\"arrow_lower_left\":\"↙️\",\"arrow_left\":\"⬅️\",\"arrow_upper_left\":\"↖️\",\"arrow_up_down\":\"↕️\",\"left_right_arrow\":\"↔️\",\"leftwards_arrow_with_hook\":\"↩️\",\"arrow_right_hook\":\"↪️\",\"arrow_heading_up\":\"⤴️\",\"arrow_heading_down\":\"⤵️\",\"arrows_clockwise\":\"🔃\",\"arrows_counterclockwise\":\"🔄\",\"back\":\"🔙\",\"end\":\"🔚\",\"on\":\"🔛\",\"soon\":\"🔜\",\"top\":\"🔝\",\"place_of_worship\":\"🛐\",\"atom_symbol\":\"⚛️\",\"om\":\"🕉️\",\"star_of_david\":\"✡️\",\"wheel_of_dharma\":\"☸️\",\"yin_yang\":\"☯️\",\"latin_cross\":\"✝️\",\"orthodox_cross\":\"☦️\",\"star_and_crescent\":\"☪️\",\"peace_symbol\":\"☮️\",\"menorah\":\"🕎\",\"six_pointed_star\":\"🔯\",\"aries\":\"♈\",\"taurus\":\"♉\",\"gemini\":\"♊\",\"cancer\":\"♋\",\"leo\":\"♌\",\"virgo\":\"♍\",\"libra\":\"♎\",\"scorpius\":\"♏\",\"sagittarius\":\"♐\",\"capricorn\":\"♑\",\"aquarius\":\"♒\",\"pisces\":\"♓\",\"ophiuchus\":\"⛎\",\"twisted_rightwards_arrows\":\"🔀\",\"repeat\":\"🔁\",\"repeat_one\":\"🔂\",\"arrow_forward\":\"▶️\",\"fast_forward\":\"⏩\",\"next_track_button\":\"⏭️\",\"play_or_pause_button\":\"⏯️\",\"arrow_backward\":\"◀️\",\"rewind\":\"⏪\",\"previous_track_button\":\"⏮️\",\"arrow_up_small\":\"🔼\",\"arrow_double_up\":\"⏫\",\"arrow_down_small\":\"🔽\",\"arrow_double_down\":\"⏬\",\"pause_button\":\"⏸️\",\"stop_button\":\"⏹️\",\"record_button\":\"⏺️\",\"eject_button\":\"⏏️\",\"cinema\":\"🎦\",\"low_brightness\":\"🔅\",\"high_brightness\":\"🔆\",\"signal_strength\":\"📶\",\"vibration_mode\":\"📳\",\"mobile_phone_off\":\"📴\",\"female_sign\":\"♀️\",\"male_sign\":\"♂️\",\"transgender_symbol\":\"⚧️\",\"heavy_multiplication_x\":\"✖️\",\"heavy_plus_sign\":\"➕\",\"heavy_minus_sign\":\"➖\",\"heavy_division_sign\":\"➗\",\"infinity\":\"♾️\",\"bangbang\":\"‼️\",\"interrobang\":\"⁉️\",\"question\":\"❓\",\"grey_question\":\"❔\",\"grey_exclamation\":\"❕\",\"exclamation\":\"❗\",\"heavy_exclamation_mark\":\"❗\",\"wavy_dash\":\"〰️\",\"currency_exchange\":\"💱\",\"heavy_dollar_sign\":\"💲\",\"medical_symbol\":\"⚕️\",\"recycle\":\"♻️\",\"fleur_de_lis\":\"⚜️\",\"trident\":\"🔱\",\"name_badge\":\"📛\",\"beginner\":\"🔰\",\"o\":\"⭕\",\"white_check_mark\":\"✅\",\"ballot_box_with_check\":\"☑️\",\"heavy_check_mark\":\"✔️\",\"x\":\"❌\",\"negative_squared_cross_mark\":\"❎\",\"curly_loop\":\"➰\",\"loop\":\"➿\",\"part_alternation_mark\":\"〽️\",\"eight_spoked_asterisk\":\"✳️\",\"eight_pointed_black_star\":\"✴️\",\"sparkle\":\"❇️\",\"copyright\":\"©️\",\"registered\":\"®️\",\"tm\":\"™️\",\"hash\":\"#️⃣\",\"asterisk\":\"*️⃣\",\"zero\":\"0️⃣\",\"one\":\"1️⃣\",\"two\":\"2️⃣\",\"three\":\"3️⃣\",\"four\":\"4️⃣\",\"five\":\"5️⃣\",\"six\":\"6️⃣\",\"seven\":\"7️⃣\",\"eight\":\"8️⃣\",\"nine\":\"9️⃣\",\"keycap_ten\":\"🔟\",\"capital_abcd\":\"🔠\",\"abcd\":\"🔡\",\"symbols\":\"🔣\",\"abc\":\"🔤\",\"a\":\"🅰️\",\"ab\":\"🆎\",\"b\":\"🅱️\",\"cl\":\"🆑\",\"cool\":\"🆒\",\"free\":\"🆓\",\"information_source\":\"ℹ️\",\"id\":\"🆔\",\"m\":\"Ⓜ️\",\"new\":\"🆕\",\"ng\":\"🆖\",\"o2\":\"🅾️\",\"ok\":\"🆗\",\"parking\":\"🅿️\",\"sos\":\"🆘\",\"up\":\"🆙\",\"vs\":\"🆚\",\"koko\":\"🈁\",\"sa\":\"🈂️\",\"ideograph_advantage\":\"🉐\",\"accept\":\"🉑\",\"congratulations\":\"㊗️\",\"secret\":\"㊙️\",\"u6e80\":\"🈵\",\"red_circle\":\"🔴\",\"orange_circle\":\"🟠\",\"yellow_circle\":\"🟡\",\"green_circle\":\"🟢\",\"large_blue_circle\":\"🔵\",\"purple_circle\":\"🟣\",\"brown_circle\":\"🟤\",\"black_circle\":\"⚫\",\"white_circle\":\"⚪\",\"red_square\":\"🟥\",\"orange_square\":\"🟧\",\"yellow_square\":\"🟨\",\"green_square\":\"🟩\",\"blue_square\":\"🟦\",\"purple_square\":\"🟪\",\"brown_square\":\"🟫\",\"black_large_square\":\"⬛\",\"white_large_square\":\"⬜\",\"black_medium_square\":\"◼️\",\"white_medium_square\":\"◻️\",\"black_medium_small_square\":\"◾\",\"white_medium_small_square\":\"◽\",\"black_small_square\":\"▪️\",\"white_small_square\":\"▫️\",\"large_orange_diamond\":\"🔶\",\"large_blue_diamond\":\"🔷\",\"small_orange_diamond\":\"🔸\",\"small_blue_diamond\":\"🔹\",\"small_red_triangle\":\"🔺\",\"small_red_triangle_down\":\"🔻\",\"diamond_shape_with_a_dot_inside\":\"💠\",\"radio_button\":\"🔘\",\"white_square_button\":\"🔳\",\"black_square_button\":\"🔲\",\"checkered_flag\":\"🏁\",\"triangular_flag_on_post\":\"🚩\",\"crossed_flags\":\"🎌\",\"black_flag\":\"🏴\",\"white_flag\":\"🏳️\",\"rainbow_flag\":\"🏳️‍🌈\",\"transgender_flag\":\"🏳️‍⚧️\",\"pirate_flag\":\"🏴‍☠️\",\"ascension_island\":\"🇦🇨\",\"andorra\":\"🇦🇩\",\"united_arab_emirates\":\"🇦🇪\",\"afghanistan\":\"🇦🇫\",\"antigua_barbuda\":\"🇦🇬\",\"anguilla\":\"🇦🇮\",\"albania\":\"🇦🇱\",\"armenia\":\"🇦🇲\",\"angola\":\"🇦🇴\",\"antarctica\":\"🇦🇶\",\"argentina\":\"🇦🇷\",\"american_samoa\":\"🇦🇸\",\"austria\":\"🇦🇹\",\"australia\":\"🇦🇺\",\"aruba\":\"🇦🇼\",\"aland_islands\":\"🇦🇽\",\"azerbaijan\":\"🇦🇿\",\"bosnia_herzegovina\":\"🇧🇦\",\"barbados\":\"🇧🇧\",\"bangladesh\":\"🇧🇩\",\"belgium\":\"🇧🇪\",\"burkina_faso\":\"🇧🇫\",\"bulgaria\":\"🇧🇬\",\"bahrain\":\"🇧🇭\",\"burundi\":\"🇧🇮\",\"benin\":\"🇧🇯\",\"st_barthelemy\":\"🇧🇱\",\"bermuda\":\"🇧🇲\",\"brunei\":\"🇧🇳\",\"bolivia\":\"🇧🇴\",\"caribbean_netherlands\":\"🇧🇶\",\"brazil\":\"🇧🇷\",\"bahamas\":\"🇧🇸\",\"bhutan\":\"🇧🇹\",\"bouvet_island\":\"🇧🇻\",\"botswana\":\"🇧🇼\",\"belarus\":\"🇧🇾\",\"belize\":\"🇧🇿\",\"canada\":\"🇨🇦\",\"cocos_islands\":\"🇨🇨\",\"congo_kinshasa\":\"🇨🇩\",\"central_african_republic\":\"🇨🇫\",\"congo_brazzaville\":\"🇨🇬\",\"switzerland\":\"🇨🇭\",\"cote_divoire\":\"🇨🇮\",\"cook_islands\":\"🇨🇰\",\"chile\":\"🇨🇱\",\"cameroon\":\"🇨🇲\",\"cn\":\"🇨🇳\",\"colombia\":\"🇨🇴\",\"clipperton_island\":\"🇨🇵\",\"costa_rica\":\"🇨🇷\",\"cuba\":\"🇨🇺\",\"cape_verde\":\"🇨🇻\",\"curacao\":\"🇨🇼\",\"christmas_island\":\"🇨🇽\",\"cyprus\":\"🇨🇾\",\"czech_republic\":\"🇨🇿\",\"de\":\"🇩🇪\",\"diego_garcia\":\"🇩🇬\",\"djibouti\":\"🇩🇯\",\"denmark\":\"🇩🇰\",\"dominica\":\"🇩🇲\",\"dominican_republic\":\"🇩🇴\",\"algeria\":\"🇩🇿\",\"ceuta_melilla\":\"🇪🇦\",\"ecuador\":\"🇪🇨\",\"estonia\":\"🇪🇪\",\"egypt\":\"🇪🇬\",\"western_sahara\":\"🇪🇭\",\"eritrea\":\"🇪🇷\",\"es\":\"🇪🇸\",\"ethiopia\":\"🇪🇹\",\"eu\":\"🇪🇺\",\"european_union\":\"🇪🇺\",\"finland\":\"🇫🇮\",\"fiji\":\"🇫🇯\",\"falkland_islands\":\"🇫🇰\",\"micronesia\":\"🇫🇲\",\"faroe_islands\":\"🇫🇴\",\"fr\":\"🇫🇷\",\"gabon\":\"🇬🇦\",\"gb\":\"🇬🇧\",\"uk\":\"🇬🇧\",\"grenada\":\"🇬🇩\",\"georgia\":\"🇬🇪\",\"french_guiana\":\"🇬🇫\",\"guernsey\":\"🇬🇬\",\"ghana\":\"🇬🇭\",\"gibraltar\":\"🇬🇮\",\"greenland\":\"🇬🇱\",\"gambia\":\"🇬🇲\",\"guinea\":\"🇬🇳\",\"guadeloupe\":\"🇬🇵\",\"equatorial_guinea\":\"🇬🇶\",\"greece\":\"🇬🇷\",\"south_georgia_south_sandwich_islands\":\"🇬🇸\",\"guatemala\":\"🇬🇹\",\"guam\":\"🇬🇺\",\"guinea_bissau\":\"🇬🇼\",\"guyana\":\"🇬🇾\",\"hong_kong\":\"🇭🇰\",\"heard_mcdonald_islands\":\"🇭🇲\",\"honduras\":\"🇭🇳\",\"croatia\":\"🇭🇷\",\"haiti\":\"🇭🇹\",\"hungary\":\"🇭🇺\",\"canary_islands\":\"🇮🇨\",\"indonesia\":\"🇮🇩\",\"ireland\":\"🇮🇪\",\"israel\":\"🇮🇱\",\"isle_of_man\":\"🇮🇲\",\"india\":\"🇮🇳\",\"british_indian_ocean_territory\":\"🇮🇴\",\"iraq\":\"🇮🇶\",\"iran\":\"🇮🇷\",\"iceland\":\"🇮🇸\",\"it\":\"🇮🇹\",\"jersey\":\"🇯🇪\",\"jamaica\":\"🇯🇲\",\"jordan\":\"🇯🇴\",\"jp\":\"🇯🇵\",\"kenya\":\"🇰🇪\",\"kyrgyzstan\":\"🇰🇬\",\"cambodia\":\"🇰🇭\",\"kiribati\":\"🇰🇮\",\"comoros\":\"🇰🇲\",\"st_kitts_nevis\":\"🇰🇳\",\"north_korea\":\"🇰🇵\",\"kr\":\"🇰🇷\",\"kuwait\":\"🇰🇼\",\"cayman_islands\":\"🇰🇾\",\"kazakhstan\":\"🇰🇿\",\"laos\":\"🇱🇦\",\"lebanon\":\"🇱🇧\",\"st_lucia\":\"🇱🇨\",\"liechtenstein\":\"🇱🇮\",\"sri_lanka\":\"🇱🇰\",\"liberia\":\"🇱🇷\",\"lesotho\":\"🇱🇸\",\"lithuania\":\"🇱🇹\",\"luxembourg\":\"🇱🇺\",\"latvia\":\"🇱🇻\",\"libya\":\"🇱🇾\",\"morocco\":\"🇲🇦\",\"monaco\":\"🇲🇨\",\"moldova\":\"🇲🇩\",\"montenegro\":\"🇲🇪\",\"st_martin\":\"🇲🇫\",\"madagascar\":\"🇲🇬\",\"marshall_islands\":\"🇲🇭\",\"macedonia\":\"🇲🇰\",\"mali\":\"🇲🇱\",\"myanmar\":\"🇲🇲\",\"mongolia\":\"🇲🇳\",\"macau\":\"🇲🇴\",\"northern_mariana_islands\":\"🇲🇵\",\"martinique\":\"🇲🇶\",\"mauritania\":\"🇲🇷\",\"montserrat\":\"🇲🇸\",\"malta\":\"🇲🇹\",\"mauritius\":\"🇲🇺\",\"maldives\":\"🇲🇻\",\"malawi\":\"🇲🇼\",\"mexico\":\"🇲🇽\",\"malaysia\":\"🇲🇾\",\"mozambique\":\"🇲🇿\",\"namibia\":\"🇳🇦\",\"new_caledonia\":\"🇳🇨\",\"niger\":\"🇳🇪\",\"norfolk_island\":\"🇳🇫\",\"nigeria\":\"🇳🇬\",\"nicaragua\":\"🇳🇮\",\"netherlands\":\"🇳🇱\",\"norway\":\"🇳🇴\",\"nepal\":\"🇳🇵\",\"nauru\":\"🇳🇷\",\"niue\":\"🇳🇺\",\"new_zealand\":\"🇳🇿\",\"oman\":\"🇴🇲\",\"panama\":\"🇵🇦\",\"peru\":\"🇵🇪\",\"french_polynesia\":\"🇵🇫\",\"papua_new_guinea\":\"🇵🇬\",\"philippines\":\"🇵🇭\",\"pakistan\":\"🇵🇰\",\"poland\":\"🇵🇱\",\"st_pierre_miquelon\":\"🇵🇲\",\"pitcairn_islands\":\"🇵🇳\",\"puerto_rico\":\"🇵🇷\",\"palestinian_territories\":\"🇵🇸\",\"portugal\":\"🇵🇹\",\"palau\":\"🇵🇼\",\"paraguay\":\"🇵🇾\",\"qatar\":\"🇶🇦\",\"reunion\":\"🇷🇪\",\"romania\":\"🇷🇴\",\"serbia\":\"🇷🇸\",\"ru\":\"🇷🇺\",\"rwanda\":\"🇷🇼\",\"saudi_arabia\":\"🇸🇦\",\"solomon_islands\":\"🇸🇧\",\"seychelles\":\"🇸🇨\",\"sudan\":\"🇸🇩\",\"sweden\":\"🇸🇪\",\"singapore\":\"🇸🇬\",\"st_helena\":\"🇸🇭\",\"slovenia\":\"🇸🇮\",\"svalbard_jan_mayen\":\"🇸🇯\",\"slovakia\":\"🇸🇰\",\"sierra_leone\":\"🇸🇱\",\"san_marino\":\"🇸🇲\",\"senegal\":\"🇸🇳\",\"somalia\":\"🇸🇴\",\"suriname\":\"🇸🇷\",\"south_sudan\":\"🇸🇸\",\"sao_tome_principe\":\"🇸🇹\",\"el_salvador\":\"🇸🇻\",\"sint_maarten\":\"🇸🇽\",\"syria\":\"🇸🇾\",\"swaziland\":\"🇸🇿\",\"tristan_da_cunha\":\"🇹🇦\",\"turks_caicos_islands\":\"🇹🇨\",\"chad\":\"🇹🇩\",\"french_southern_territories\":\"🇹🇫\",\"togo\":\"🇹🇬\",\"thailand\":\"🇹🇭\",\"tajikistan\":\"🇹🇯\",\"tokelau\":\"🇹🇰\",\"timor_leste\":\"🇹🇱\",\"turkmenistan\":\"🇹🇲\",\"tunisia\":\"🇹🇳\",\"tonga\":\"🇹🇴\",\"tr\":\"🇹🇷\",\"trinidad_tobago\":\"🇹🇹\",\"tuvalu\":\"🇹🇻\",\"taiwan\":\"🇹🇼\",\"tanzania\":\"🇹🇿\",\"ukraine\":\"🇺🇦\",\"uganda\":\"🇺🇬\",\"us_outlying_islands\":\"🇺🇲\",\"united_nations\":\"🇺🇳\",\"us\":\"🇺🇸\",\"uruguay\":\"🇺🇾\",\"uzbekistan\":\"🇺🇿\",\"vatican_city\":\"🇻🇦\",\"st_vincent_grenadines\":\"🇻🇨\",\"venezuela\":\"🇻🇪\",\"british_virgin_islands\":\"🇻🇬\",\"us_virgin_islands\":\"🇻🇮\",\"vietnam\":\"🇻🇳\",\"vanuatu\":\"🇻🇺\",\"wallis_futuna\":\"🇼🇫\",\"samoa\":\"🇼🇸\",\"kosovo\":\"🇽🇰\",\"yemen\":\"🇾🇪\",\"mayotte\":\"🇾🇹\",\"south_africa\":\"🇿🇦\",\"zambia\":\"🇿🇲\",\"zimbabwe\":\"🇿🇼\",\"england\":\"🏴󠁧󠁢󠁥󠁮󠁧󠁿\",\"scotland\":\"🏴󠁧󠁢󠁳󠁣󠁴󠁿\",\"wales\":\"🏴󠁧󠁢󠁷󠁬󠁳󠁿\"}')},fbcd:function(e,t,n){\"use strict\";function i(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){t&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e}function a(e){return Object.prototype.toString.call(e)}function r(e){return\"[object String]\"===a(e)}function s(e){return\"[object Object]\"===a(e)}function o(e){return\"[object RegExp]\"===a(e)}function l(e){return\"[object Function]\"===a(e)}function c(e){return e.replace(/[.?*+^$[\\]\\\\(){}|-]/g,\"\\\\$&\")}var _={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function d(e){return Object.keys(e||{}).reduce((function(e,t){return e||_.hasOwnProperty(t)}),!1)}var u={\"http:\":{validate:function(e,t,n){var i=e.slice(t);return n.re.http||(n.re.http=new RegExp(\"^\\\\/\\\\/\"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,\"i\")),n.re.http.test(i)?i.match(n.re.http)[0].length:0}},\"https:\":\"http:\",\"ftp:\":\"http:\",\"//\":{validate:function(e,t,n){var i=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp(\"^\"+n.re.src_auth+\"(?:localhost|(?:(?:\"+n.re.src_domain+\")\\\\.)+\"+n.re.src_domain_root+\")\"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,\"i\")),n.re.no_http.test(i)?t>=3&&\":\"===e[t-3]||t>=3&&\"/\"===e[t-3]?0:i.match(n.re.no_http)[0].length:0}},\"mailto:\":{validate:function(e,t,n){var i=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp(\"^\"+n.re.src_email_name+\"@\"+n.re.src_host_strict,\"i\")),n.re.mailto.test(i)?i.match(n.re.mailto)[0].length:0}}},p=\"a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]\",m=\"biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф\".split(\"|\");function g(e){e.__index__=-1,e.__text_cache__=\"\"}function h(e){return function(t,n){var i=t.slice(n);return e.test(i)?i.match(e)[0].length:0}}function E(){return function(e,t){t.normalize(e)}}function S(e){var t=e.re=n(\"b117\")(e.__opts__),i=e.__tlds__.slice();function a(e){return e.replace(\"%TLDS%\",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||i.push(p),i.push(t.src_xn),t.src_tlds=i.join(\"|\"),t.email_fuzzy=RegExp(a(t.tpl_email_fuzzy),\"i\"),t.link_fuzzy=RegExp(a(t.tpl_link_fuzzy),\"i\"),t.link_no_ip_fuzzy=RegExp(a(t.tpl_link_no_ip_fuzzy),\"i\"),t.host_fuzzy_test=RegExp(a(t.tpl_host_fuzzy_test),\"i\");var _=[];function d(e,t){throw new Error('(LinkifyIt) Invalid schema \"'+e+'\": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){var n=e.__schemas__[t];if(null!==n){var i={validate:null,link:null};if(e.__compiled__[t]=i,s(n))return o(n.validate)?i.validate=h(n.validate):l(n.validate)?i.validate=n.validate:d(t,n),void(l(n.normalize)?i.normalize=n.normalize:n.normalize?d(t,n):i.normalize=E());r(n)?_.push(t):d(t,n)}})),_.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[\"\"]={validate:null,normalize:E()};var u=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(c).join(\"|\");e.re.schema_test=RegExp(\"(^|(?!_)(?:[><｜]|\"+t.src_ZPCc+\"))(\"+u+\")\",\"i\"),e.re.schema_search=RegExp(\"(^|(?!_)(?:[><｜]|\"+t.src_ZPCc+\"))(\"+u+\")\",\"ig\"),e.re.schema_at_start=RegExp(\"^\"+e.re.schema_search.source,\"i\"),e.re.pretest=RegExp(\"(\"+e.re.schema_test.source+\")|(\"+e.re.host_fuzzy_test.source+\")|@\",\"i\"),g(e)}function b(e,t){var n=e.__index__,i=e.__last_index__,a=e.__text_cache__.slice(n,i);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=i+t,this.raw=a,this.text=a,this.url=a}function f(e,t){var n=new b(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function T(e,t){if(!(this instanceof T))return new T(e,t);t||d(e)&&(t=e,e={}),this.__opts__=i({},_,t),this.__index__=-1,this.__last_index__=-1,this.__schema__=\"\",this.__text_cache__=\"\",this.__schemas__=i({},u,e),this.__compiled__={},this.__tlds__=m,this.__tlds_replaced__=!1,this.re={},S(this)}T.prototype.add=function(e,t){return this.__schemas__[e]=t,S(this),this},T.prototype.set=function(e){return this.__opts__=i(this.__opts__,e),this},T.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var t,n,i,a,r,s,o,l,c;if(this.re.schema_test.test(e)){o=this.re.schema_search,o.lastIndex=0;while(null!==(t=o.exec(e)))if(a=this.testSchemaAt(e,t[2],o.lastIndex),a){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+a;break}}return this.__opts__.fuzzyLink&&this.__compiled__[\"http:\"]&&(l=e.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l<this.__index__)&&null!==(n=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(r=n.index+n[1].length,(this.__index__<0||r<this.__index__)&&(this.__schema__=\"\",this.__index__=r,this.__last_index__=n.index+n[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__[\"mailto:\"]&&(c=e.indexOf(\"@\"),c>=0&&null!==(i=e.match(this.re.email_fuzzy))&&(r=i.index+i[1].length,s=i.index+i[0].length,(this.__index__<0||r<this.__index__||r===this.__index__&&s>this.__last_index__)&&(this.__schema__=\"mailto:\",this.__index__=r,this.__last_index__=s))),this.__index__>=0},T.prototype.pretest=function(e){return this.re.pretest.test(e)},T.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},T.prototype.match=function(e){var t=0,n=[];this.__index__>=0&&this.__text_cache__===e&&(n.push(f(this,t)),t=this.__last_index__);var i=t?e.slice(t):e;while(this.test(i))n.push(f(this,t)),i=i.slice(this.__last_index__),t+=this.__last_index__;return n.length?n:null},T.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;var t=this.re.schema_at_start.exec(e);if(!t)return null;var n=this.testSchemaAt(e,t[2],t[0].length);return n?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+n,f(this,0)):null},T.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,n){return e!==n[t-1]})).reverse(),S(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,S(this),this)},T.prototype.normalize=function(e){e.schema||(e.url=\"http://\"+e.url),\"mailto:\"!==e.schema||/^mailto:/i.test(e.url)||(e.url=\"mailto:\"+e.url)},T.prototype.onCompile=function(){},e.exports=T},fdfe:function(e,t,n){\"use strict\";var i=n(\"0068\").isSpace;e.exports=function(e,t,n,a){var r,s,o,l,c=e.bMarks[t]+e.tShift[t],_=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(r=e.src.charCodeAt(c++),42!==r&&45!==r&&95!==r)return!1;s=1;while(c<_){if(o=e.src.charCodeAt(c++),o!==r&&!i(o))return!1;o===r&&s++}return!(s<3)&&(a||(e.line=t+1,l=e.push(\"hr\",\"hr\",0),l.map=[t,e.line],l.markup=Array(s+1).join(String.fromCharCode(r))),!0)}},ff97:function(e,t,n){\"use strict\";e.exports=function(e){var t=e.utils.isSpace;function n(e,t){var n,i,a=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];return a>=r?-1:(i=e.src.charCodeAt(a++),126!==i&&58!==i?-1:(n=e.skipSpaces(a),a===n||n>=r?-1:a))}function i(e,t){var n,i,a=e.level+2;for(n=t+2,i=e.tokens.length-2;n<i;n++)e.tokens[n].level===a&&\"paragraph_open\"===e.tokens[n].type&&(e.tokens[n+2].hidden=!0,e.tokens[n].hidden=!0,n+=2)}function a(e,a,r,s){var o,l,c,_,d,u,p,m,g,h,E,S,b,f,T,C,v,y,R,N;if(s)return!(e.ddIndent<0)&&n(e,a)>=0;if(g=a+1,g>=r)return!1;if(e.isEmpty(g)&&(g++,g>=r))return!1;if(e.sCount[g]<e.blkIndent)return!1;if(l=n(e,g),l<0)return!1;p=e.tokens.length,R=!0,N=e.push(\"dl_open\",\"dl\",1),N.map=u=[a,0],_=a,c=g;e:for(;;){for(y=!1,N=e.push(\"dt_open\",\"dt\",1),N.map=[_,_],N=e.push(\"inline\",\"\",0),N.map=[_,_],N.content=e.getLines(_,_+1,e.blkIndent,!1).trim(),N.children=[],N=e.push(\"dt_close\",\"dt\",-1);;){N=e.push(\"dd_open\",\"dd\",1),N.map=d=[g,0],v=l,m=e.eMarks[c],h=e.sCount[c]+l-(e.bMarks[c]+e.tShift[c]);while(v<m){if(o=e.src.charCodeAt(v),!t(o))break;9===o?h+=4-h%4:h++,v++}if(l=v,C=e.tight,E=e.ddIndent,S=e.blkIndent,T=e.tShift[c],f=e.sCount[c],b=e.parentType,e.blkIndent=e.ddIndent=e.sCount[c]+2,e.tShift[c]=l-e.bMarks[c],e.sCount[c]=h,e.tight=!0,e.parentType=\"deflist\",e.md.block.tokenize(e,c,r,!0),e.tight&&!y||(R=!1),y=e.line-c>1&&e.isEmpty(e.line-1),e.tShift[c]=T,e.sCount[c]=f,e.tight=C,e.parentType=b,e.blkIndent=S,e.ddIndent=E,N=e.push(\"dd_close\",\"dd\",-1),d[1]=g=e.line,g>=r)break e;if(e.sCount[g]<e.blkIndent)break e;if(l=n(e,g),l<0)break;c=g}if(g>=r)break;if(_=g,e.isEmpty(_))break;if(e.sCount[_]<e.blkIndent)break;if(c=_+1,c>=r)break;if(e.isEmpty(c)&&c++,c>=r)break;if(e.sCount[c]<e.blkIndent)break;if(l=n(e,c),l<0)break}return N=e.push(\"dl_close\",\"dl\",-1),u[1]=g,e.line=g,R&&i(e,p),!0}e.block.ruler.before(\"paragraph\",\"deflist\",a,{alt:[\"paragraph\",\"reference\",\"blockquote\"]})}}}]);"
  },
  {
    "path": "static/js/n.c1cc6f8e.js",
    "content": "(window[\"webpackJsonp\"]=window[\"webpackJsonp\"]||[]).push([[\"n\"],{\"00b4\":function(e,t,n){\"use strict\";n(\"ac1f\");var r=n(\"23e7\"),i=n(\"c65b\"),o=n(\"e330\"),a=n(\"1626\"),s=n(\"861d\"),c=function(){var e=!1,t=/[ac]/;return t.exec=function(){return e=!0,/./.exec.apply(this,arguments)},!0===t.test(\"abc\")&&e}(),l=TypeError,u=o(/./.test);r({target:\"RegExp\",proto:!0,forced:!c},{test:function(e){var t=this.exec;if(!a(t))return u(this,e);var n=i(t,this,e);if(null!==n&&!s(n))throw new l(\"RegExp exec method returned something other than an Object or null\");return!!n}})},\"00ee\":function(e,t,n){var r=n(\"b622\"),i=r(\"toStringTag\"),o={};o[i]=\"z\",e.exports=\"[object z]\"===String(o)},\"00fd\":function(e,t,n){var r=n(\"9e69\"),i=Object.prototype,o=i.hasOwnProperty,a=i.toString,s=r?r.toStringTag:void 0;function c(e){var t=o.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(c){}var i=a.call(e);return r&&(t?e[s]=n:delete e[s]),i}e.exports=c},\"01b4\":function(e,t){var n=function(){this.head=null,this.tail=null};n.prototype={add:function(e){var t={item:e,next:null};this.head?this.tail.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return this.head=e.next,this.tail===e&&(this.tail=null),e.item}},e.exports=n},\"01c2\":function(e,t,n){\"use strict\";var r={placeholder:\"Select time\"};t[\"a\"]=r},\"02ea\":function(e,t,n){\"use strict\";var r=n(\"7320\");t[\"a\"]=r[\"a\"]},\"0366\":function(e,t,n){var r=n(\"e330\"),i=n(\"59ed\"),o=n(\"40d5\"),a=r(r.bind);e.exports=function(e,t){return i(e),void 0===t?e:o?a(e,t):function(){return e.apply(t,arguments)}}},\"03d6\":function(e,t,n){var r=n(\"9c0e\"),i=n(\"6ca1\"),o=n(\"39ad\")(!1),a=n(\"5a94\")(\"IE_PROTO\");e.exports=function(e,t){var n,s=i(e),c=0,l=[];for(n in s)n!=a&&r(s,n)&&l.push(n);while(t.length>c)r(s,n=t[c++])&&(~o(l,n)||l.push(n));return l}},\"03dd\":function(e,t,n){var r=n(\"eac5\"),i=n(\"57a5\"),o=Object.prototype,a=o.hasOwnProperty;function s(e){if(!r(e))return i(e);var t=[];for(var n in Object(e))a.call(e,n)&&\"constructor\"!=n&&t.push(n);return t}e.exports=s},\"044b\":function(e,t){function n(e){return!!e.constructor&&\"function\"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}function r(e){return\"function\"===typeof e.readFloatLE&&\"function\"===typeof e.slice&&n(e.slice(0,0))}\n/*!\n * Determine if an object is a Buffer\n *\n * @author   Feross Aboukhadijeh <https://feross.org>\n * @license  MIT\n */\ne.exports=function(e){return null!=e&&(n(e)||r(e)||!!e._isBuffer)}},\"0464\":function(e,t,n){\"use strict\";var r=n(\"41b2\"),i=n.n(r);function o(e,t){for(var n=i()({},e),r=0;r<t.length;r++){var o=t[r];delete n[o]}return n}t[\"a\"]=o},\"0497\":function(e,t){var n=function(e){return e.replace(/[A-Z]/g,(function(e){return\"-\"+e.toLowerCase()})).toLowerCase()};e.exports=n},\"051b\":function(e,t,n){var r=n(\"1a14\"),i=n(\"10db\");e.exports=n(\"0bad\")?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},\"057f\":function(e,t,n){var r=n(\"c6b6\"),i=n(\"fc6a\"),o=n(\"241c\").f,a=n(\"4dae\"),s=\"object\"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(e){try{return o(e)}catch(t){return a(s)}};e.exports.f=function(e){return s&&\"Window\"==r(e)?c(e):o(i(e))}},\"05f5\":function(e,t,n){var r=n(\"7a41\"),i=n(\"ef08\").document,o=r(i)&&r(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},\"0621\":function(e,t,n){var r=n(\"9e69\"),i=n(\"d370\"),o=n(\"6747\"),a=r?r.isConcatSpreadable:void 0;function s(e){return o(e)||i(e)||!!(a&&e&&e[a])}e.exports=s},\"0644\":function(e,t,n){var r=n(\"3818\"),i=1,o=4;function a(e){return r(e,i|o)}e.exports=a},\"06cf\":function(e,t,n){var r=n(\"83ab\"),i=n(\"c65b\"),o=n(\"d1e7\"),a=n(\"5c6c\"),s=n(\"fc6a\"),c=n(\"a04b\"),l=n(\"1a2d\"),u=n(\"0cfb\"),h=Object.getOwnPropertyDescriptor;t.f=r?h:function(e,t){if(e=s(e),t=c(t),u)try{return h(e,t)}catch(n){}if(l(e,t))return a(!i(o.f,e,t),e[t])}},\"072d\":function(e,t,n){\"use strict\";var r=n(\"0bad\"),i=n(\"9876\"),o=n(\"fed5\"),a=n(\"1917\"),s=n(\"0983\"),c=n(\"9fbb\"),l=Object.assign;e.exports=!l||n(\"4b8b\")((function(){var e={},t={},n=Symbol(),r=\"abcdefghijklmnopqrst\";return e[n]=7,r.split(\"\").forEach((function(e){t[e]=e})),7!=l({},e)[n]||Object.keys(l({},t)).join(\"\")!=r}))?function(e,t){var n=s(e),l=arguments.length,u=1,h=o.f,d=a.f;while(l>u){var f,p=c(arguments[u++]),v=h?i(p).concat(h(p)):i(p),m=v.length,g=0;while(m>g)f=v[g++],r&&!d.call(p,f)||(n[f]=p[f])}return n}:l},\"07a9\":function(e,t,n){var r=n(\"4aad\"),i=n(\"6751\"),o=n(\"4b17\"),a=n(\"76dd\");function s(e,t,n){e=a(e),t=o(t);var s=t?i(e):0;return t&&s<t?e+r(t-s,n):e}e.exports=s},\"07c7\":function(e,t){function n(){return!1}e.exports=n},\"07fa\":function(e,t,n){var r=n(\"50c4\");e.exports=function(e){return r(e.length)}},\"084e\":function(e,t,n){\"use strict\";var r=n(\"9c0c\"),i=n(\"512c\"),o=n(\"0983\"),a=n(\"c4c1\"),s=n(\"6d2f\"),c=n(\"d16a\"),l=n(\"4a47\"),u=n(\"23dd\");i(i.S+i.F*!n(\"8771\")((function(e){Array.from(e)})),\"Array\",{from:function(e){var t,n,i,h,d=o(e),f=\"function\"==typeof this?this:Array,p=arguments.length,v=p>1?arguments[1]:void 0,m=void 0!==v,g=0,b=u(d);if(m&&(v=r(v,p>2?arguments[2]:void 0,2)),void 0==b||f==Array&&s(b))for(t=c(d.length),n=new f(t);t>g;g++)l(n,g,m?v(d[g],g):d[g]);else for(h=b.call(d),n=new f;!(i=h.next()).done;g++)l(n,g,m?a(h,v,[i.value,g],!0):i.value);return n.length=g,n}})},\"087d\":function(e,t){function n(e,t){var n=-1,r=t.length,i=e.length;while(++n<r)e[i+n]=t[n];return e}e.exports=n},\"08cc\":function(e,t,n){var r=n(\"1a8c\");function i(e){return e===e&&!r(e)}e.exports=i},\"0978\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"8726\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]=i[\"default\"]},\"0983\":function(e,t,n){var r=n(\"c901\");e.exports=function(e){return Object(r(e))}},\"099a\":function(e,t){function n(e,t,n){var r=n-1,i=e.length;while(++r<i)if(e[r]===t)return r;return-1}e.exports=n},\"0a06\":function(e,t,n){\"use strict\";var r=n(\"2444\"),i=n(\"c532\"),o=n(\"f6b4\"),a=n(\"5270\");function s(e){this.defaults=e,this.interceptors={request:new o,response:new o}}s.prototype.request=function(e){\"string\"===typeof e&&(e=i.merge({url:arguments[0]},arguments[1])),e=i.merge(r,{method:\"get\"},this.defaults,e),e.method=e.method.toLowerCase();var t=[a,void 0],n=Promise.resolve(e);this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));while(t.length)n=n.then(t.shift(),t.shift());return n},i.forEach([\"delete\",\"get\",\"head\",\"options\"],(function(e){s.prototype[e]=function(t,n){return this.request(i.merge(n||{},{method:e,url:t}))}})),i.forEach([\"post\",\"put\",\"patch\"],(function(e){s.prototype[e]=function(t,n,r){return this.request(i.merge(r||{},{method:e,url:t,data:n}))}})),e.exports=s},\"0ae2\":function(e,t,n){var r=n(\"9876\"),i=n(\"fed5\"),o=n(\"1917\");e.exports=function(e){var t=r(e),n=i.f;if(n){var a,s=n(e),c=o.f,l=0;while(s.length>l)c.call(e,a=s[l++])&&t.push(a)}return t}},\"0b07\":function(e,t,n){var r=n(\"34ac\"),i=n(\"3698\");function o(e,t){var n=i(e,t);return r(n)?n:void 0}e.exports=o},\"0b42\":function(e,t,n){var r=n(\"e8b5\"),i=n(\"68ee\"),o=n(\"861d\"),a=n(\"b622\"),s=a(\"species\"),c=Array;e.exports=function(e){var t;return r(e)&&(t=e.constructor,i(t)&&(t===c||r(t.prototype))?t=void 0:o(t)&&(t=t[s],null===t&&(t=void 0))),void 0===t?c:t}},\"0b99\":function(e,t,n){\"use strict\";var r=n(\"19fa\")(!0);n(\"393a\")(String,\"String\",(function(e){this._t=String(e),this._i=0}),(function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},\"0bad\":function(e,t,n){e.exports=!n(\"4b8b\")((function(){return 7!=Object.defineProperty({},\"a\",{get:function(){return 7}}).a}))},\"0c47\":function(e,t,n){var r=n(\"da84\"),i=n(\"d44e\");i(r.JSON,\"JSON\",!0)},\"0c63\":function(e,t,n){\"use strict\";var r=n(\"92fa\"),i=n.n(r),o=n(\"41b2\"),a=n.n(o),s=n(\"6042\"),c=n.n(s),l=n(\"9b57\"),u=n.n(l),h=n(\"4d26\"),d=n.n(h),f=n(\"3a9b6\"),p=n(\"2adb\"),v={primaryColor:\"#333\",secondaryColor:\"#E6E6E6\"},m={name:\"AntdIcon\",props:[\"type\",\"primaryColor\",\"secondaryColor\"],displayName:\"IconVue\",definitions:new p[\"a\"],data:function(){return{twoToneColorPalette:v}},add:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];t.forEach((function(e){m.definitions.set(Object(p[\"f\"])(e.name,e.theme),e)}))},clear:function(){m.definitions.clear()},get:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:v;if(e){var n=m.definitions.get(e);return n&&\"function\"===typeof n.icon&&(n=a()({},n,{icon:n.icon(t.primaryColor,t.secondaryColor)})),n}},setTwoToneColors:function(e){var t=e.primaryColor,n=e.secondaryColor;v.primaryColor=t,v.secondaryColor=n||Object(p[\"c\"])(t)},getTwoToneColors:function(){return a()({},v)},render:function(e){var t=this.$props,n=t.type,r=t.primaryColor,i=t.secondaryColor,o=void 0,s=v;if(r&&(s={primaryColor:r,secondaryColor:i||Object(p[\"c\"])(r)}),Object(p[\"d\"])(n))o=n;else if(\"string\"===typeof n&&(o=m.get(n,s),!o))return null;return o?(o&&\"function\"===typeof o.icon&&(o=a()({},o,{icon:o.icon(s.primaryColor,s.secondaryColor)})),Object(p[\"b\"])(e,o.icon,\"svg-\"+o.name,{attrs:{\"data-icon\":o.name,width:\"1em\",height:\"1em\",fill:\"currentColor\",\"aria-hidden\":\"true\"},on:this.$listeners})):(Object(p[\"e\"])(\"type should be string or icon definiton, but got \"+n),null)},install:function(e){e.component(m.name,m)}},g=m,b=g,y=n(\"4d91\"),C=n(\"8e8e\"),w=n.n(C),x=n(\"daa3\"),S=new Set;function k(e){var t=e.scriptUrl,n=e.extraCommonProps,r=void 0===n?{}:n;if(\"undefined\"!==typeof document&&\"undefined\"!==typeof window&&\"function\"===typeof document.createElement&&\"string\"===typeof t&&t.length&&!S.has(t)){var i=document.createElement(\"script\");i.setAttribute(\"src\",t),i.setAttribute(\"data-namespace\",t),S.add(t),document.body.appendChild(i)}var o={functional:!0,name:\"AIconfont\",props:N.props,render:function(e,t){var n=t.props,i=t.slots,o=t.listeners,a=t.data,s=n.type,c=w()(n,[\"type\"]),l=i(),u=l[\"default\"],h=null;s&&(h=e(\"use\",{attrs:{\"xlink:href\":\"#\"+s}})),u&&(h=u);var d=Object(x[\"x\"])(r,a,{props:c,on:o});return e(N,d,[h])}};return o}var O=n(\"6a21\"),M={width:\"1em\",height:\"1em\",fill:\"currentColor\",\"aria-hidden\":\"true\",focusable:\"false\"},z=/-fill$/,_=/-o$/,T=/-twotone$/;function V(e){var t=null;return z.test(e)?t=\"filled\":_.test(e)?t=\"outlined\":T.test(e)&&(t=\"twoTone\"),t}function j(e){return e.replace(z,\"\").replace(_,\"\").replace(T,\"\")}function P(e,t){var n=e;return\"filled\"===t?n+=\"-fill\":\"outlined\"===t?n+=\"-o\":\"twoTone\"===t?n+=\"-twotone\":Object(O[\"a\"])(!1,\"Icon\",\"This icon '\"+e+\"' has unknown theme '\"+t+\"'\"),n}function E(e){var t=e;switch(e){case\"cross\":t=\"close\";break;case\"interation\":t=\"interaction\";break;case\"canlendar\":t=\"calendar\";break;case\"colum-height\":t=\"column-height\";break;default:}return Object(O[\"a\"])(t===e,\"Icon\",\"Icon '\"+e+\"' was a typo and is now deprecated, please use '\"+t+\"' instead.\"),t}var H=n(\"e5cd\");function L(e){return b.setTwoToneColors({primaryColor:e})}function $(){var e=b.getTwoToneColors();return e.primaryColor}var A=n(\"db14\");b.add.apply(b,u()(Object.keys(f).filter((function(e){return\"default\"!==e})).map((function(e){return f[e]})))),L(\"#1890ff\");var F=\"outlined\",I=void 0;function R(e,t,n){var r,o=n.$props,s=n.$slots,l=Object(x[\"k\"])(n),u=o.type,h=o.component,f=o.viewBox,p=o.spin,v=o.theme,m=o.twoToneColor,g=o.rotate,y=o.tabIndex,C=Object(x[\"c\"])(s[\"default\"]);C=0===C.length?void 0:C,Object(O[\"a\"])(Boolean(u||h||C),\"Icon\",\"Icon should have `type` prop or `component` prop or `children`.\");var w=d()((r={},c()(r,\"anticon\",!0),c()(r,\"anticon-\"+u,!!u),r)),S=d()(c()({},\"anticon-spin\",!!p||\"loading\"===u)),k=g?{msTransform:\"rotate(\"+g+\"deg)\",transform:\"rotate(\"+g+\"deg)\"}:void 0,z={attrs:a()({},M,{viewBox:f}),class:S,style:k};f||delete z.attrs.viewBox;var _=function(){if(h)return e(h,z,[C]);if(C){Object(O[\"a\"])(Boolean(f)||1===C.length&&\"use\"===C[0].tag,\"Icon\",\"Make sure that you provide correct `viewBox` prop (default `0 0 1024 1024`) to the icon.\");var t={attrs:a()({},M),class:S,style:k};return e(\"svg\",i()([t,{attrs:{viewBox:f}}]),[C])}if(\"string\"===typeof u){var n=u;if(v){var r=V(u);Object(O[\"a\"])(!r||v===r,\"Icon\",\"The icon name '\"+u+\"' already specify a theme '\"+r+\"', the 'theme' prop '\"+v+\"' will be ignored.\")}return n=P(j(E(n)),I||v||F),e(b,{attrs:{focusable:\"false\",type:n,primaryColor:m},class:S,style:k})}},T=y;void 0===T&&\"click\"in l&&(T=-1);var H={attrs:{\"aria-label\":u&&t.icon+\": \"+u,tabIndex:T},on:l,class:w,staticClass:\"\"};return e(\"i\",H,[_()])}var D={name:\"AIcon\",props:{tabIndex:y[\"a\"].number,type:y[\"a\"].string,component:y[\"a\"].any,viewBox:y[\"a\"].any,spin:y[\"a\"].bool.def(!1),rotate:y[\"a\"].number,theme:y[\"a\"].oneOf([\"filled\",\"outlined\",\"twoTone\"]),twoToneColor:y[\"a\"].string,role:y[\"a\"].string},render:function(e){var t=this;return e(H[\"a\"],{attrs:{componentName:\"Icon\"},scopedSlots:{default:function(n){return R(e,n,t)}}})}};D.createFromIconfontCN=k,D.getTwoToneColor=$,D.setTwoToneColor=L,D.install=function(e){e.use(A[\"a\"]),e.component(D.name,D)};var N=t[\"a\"]=D},\"0cb2\":function(e,t,n){var r=n(\"e330\"),i=n(\"7b0b\"),o=Math.floor,a=r(\"\".charAt),s=r(\"\".replace),c=r(\"\".slice),l=/\\$([$&'`]|\\d{1,2}|<[^>]*>)/g,u=/\\$([$&'`]|\\d{1,2})/g;e.exports=function(e,t,n,r,h,d){var f=n+e.length,p=r.length,v=u;return void 0!==h&&(h=i(h),v=l),s(d,v,(function(i,s){var l;switch(a(s,0)){case\"$\":return\"$\";case\"&\":return e;case\"`\":return c(t,0,n);case\"'\":return c(t,f);case\"<\":l=h[c(s,1,-1)];break;default:var u=+s;if(0===u)return i;if(u>p){var d=o(u/10);return 0===d?i:d<=p?void 0===r[d-1]?a(s,1):r[d-1]+a(s,1):i}l=r[u-1]}return void 0===l?\"\":l}))}},\"0cdd\":function(e,t){window.MutationObserver||(window.MutationObserver=function(e){function t(e){this.i=[],this.m=e}function n(e){(function n(){var r=e.takeRecords();r.length&&e.m(r,e),e.h=setTimeout(n,t._period)})()}function r(t){var n,r={type:null,target:null,addedNodes:[],removedNodes:[],previousSibling:null,nextSibling:null,attributeName:null,attributeNamespace:null,oldValue:null};for(n in t)r[n]!==e&&t[n]!==e&&(r[n]=t[n]);return r}function i(e,t){var n=l(e,t);return function(i){var o=i.length;if(t.a&&3===e.nodeType&&e.nodeValue!==n.a&&i.push(new r({type:\"characterData\",target:e,oldValue:n.a})),t.b&&n.b&&s(i,e,n.b,t.f),t.c||t.g)var a=c(i,e,n,t);(a||i.length!==o)&&(n=l(e,t))}}function o(e,t){return t.value}function a(e,t){return\"style\"!==t.name?t.value:e.style.cssText}function s(t,n,i,o){for(var a,s,c={},l=n.attributes,u=l.length;u--;)a=l[u],s=a.name,o&&o[s]===e||(v(n,a)!==i[s]&&t.push(r({type:\"attributes\",target:n,attributeName:s,oldValue:i[s],attributeNamespace:a.namespaceURI})),c[s]=!0);for(s in i)c[s]||t.push(r({target:n,type:\"attributes\",attributeName:s,oldValue:i[s]}))}function c(t,n,i,o){function a(e,n,i,a,l){var u,h,d,f=e.length-1;for(l=-~((f-l)/2);d=e.pop();)u=i[d.j],h=a[d.l],o.c&&l&&Math.abs(d.j-d.l)>=f&&(t.push(r({type:\"childList\",target:n,addedNodes:[u],removedNodes:[u],nextSibling:u.nextSibling,previousSibling:u.previousSibling})),l--),o.b&&h.b&&s(t,u,h.b,o.f),o.a&&3===u.nodeType&&u.nodeValue!==h.a&&t.push(r({type:\"characterData\",target:u,oldValue:h.a})),o.g&&c(u,h)}function c(n,i){for(var h,d,p,v,m,g=n.childNodes,b=i.c,y=g.length,C=b?b.length:0,w=0,x=0,S=0;x<y||S<C;)v=g[x],m=(p=b[S])&&p.node,v===m?(o.b&&p.b&&s(t,v,p.b,o.f),o.a&&p.a!==e&&v.nodeValue!==p.a&&t.push(r({type:\"characterData\",target:v,oldValue:p.a})),d&&a(d,n,g,b,w),o.g&&(v.childNodes.length||p.c&&p.c.length)&&c(v,p),x++,S++):(l=!0,h||(h={},d=[]),v&&(h[p=u(v)]||(h[p]=!0,-1===(p=f(b,v,S,\"node\"))?o.c&&(t.push(r({type:\"childList\",target:n,addedNodes:[v],nextSibling:v.nextSibling,previousSibling:v.previousSibling})),w++):d.push({j:x,l:p})),x++),m&&m!==g[x]&&(h[p=u(m)]||(h[p]=!0,-1===(p=f(g,m,x))?o.c&&(t.push(r({type:\"childList\",target:i.node,removedNodes:[m],nextSibling:b[S+1],previousSibling:b[S-1]})),w--):d.push({j:p,l:S})),S++));d&&a(d,n,g,b,w)}var l;return c(n,i),l}function l(e,t){var n=!0;return function e(r){var i={node:r};return!t.a||3!==r.nodeType&&8!==r.nodeType?(t.b&&n&&1===r.nodeType&&(i.b=d(r.attributes,(function(e,n){return t.f&&!t.f[n.name]||(e[n.name]=v(r,n)),e}),{})),n&&(t.c||t.a||t.b&&t.g)&&(i.c=h(r.childNodes,e)),n=t.g):i.a=r.nodeValue,i}(e)}function u(e){try{return e.id||(e.mo_id=e.mo_id||m++)}catch(t){try{return e.nodeValue}catch(n){return m++}}}function h(e,t){for(var n=[],r=0;r<e.length;r++)n[r]=t(e[r],r,e);return n}function d(e,t,n){for(var r=0;r<e.length;r++)n=t(n,e[r],r,e);return n}function f(e,t,n,r){for(;n<e.length;n++)if((r?e[n][r]:e[n])===t)return n;return-1}t._period=30,t.prototype={observe:function(e,t){for(var r={b:!!(t.attributes||t.attributeFilter||t.attributeOldValue),c:!!t.childList,g:!!t.subtree,a:!(!t.characterData&&!t.characterDataOldValue)},o=this.i,a=0;a<o.length;a++)o[a].s===e&&o.splice(a,1);t.attributeFilter&&(r.f=d(t.attributeFilter,(function(e,t){return e[t]=!0,e}),{})),o.push({s:e,o:i(e,r)}),this.h||n(this)},takeRecords:function(){for(var e=[],t=this.i,n=0;n<t.length;n++)t[n].o(e);return e},disconnect:function(){this.i=[],clearTimeout(this.h),this.h=null}};var p=document.createElement(\"i\");p.style.top=0;var v=(p=\"null\"!=p.attributes.style.value)?o:a,m=1;return t}(void 0))},\"0cfb\":function(e,t,n){var r=n(\"83ab\"),i=n(\"d039\"),o=n(\"cc12\");e.exports=!r&&!i((function(){return 7!=Object.defineProperty(o(\"div\"),\"a\",{get:function(){return 7}}).a}))},\"0d24\":function(e,t,n){(function(e){var r=n(\"2b3e\"),i=n(\"07c7\"),o=t&&!t.nodeType&&t,a=o&&\"object\"==typeof e&&e&&!e.nodeType&&e,s=a&&a.exports===o,c=s?r.Buffer:void 0,l=c?c.isBuffer:void 0,u=l||i;e.exports=u}).call(this,n(\"62e4\")(e))},\"0d51\":function(e,t){var n=String;e.exports=function(e){try{return n(e)}catch(t){return\"Object\"}}},\"0df6\":function(e,t,n){\"use strict\";e.exports=function(e){return function(t){return e.apply(null,t)}}},\"0f0f\":function(e,t,n){var r=n(\"8eeb\"),i=n(\"9934\");function o(e,t){return e&&r(t,i(t),e)}e.exports=o},\"0f32\":function(e,t,n){var r=n(\"b047\"),i=n(\"1a8c\"),o=\"Expected a function\";function a(e,t,n){var a=!0,s=!0;if(\"function\"!=typeof e)throw new TypeError(o);return i(n)&&(a=\"leading\"in n?!!n.leading:a,s=\"trailing\"in n?!!n.trailing:s),r(e,t,{leading:a,maxWait:t,trailing:s})}e.exports=a},\"0f5c\":function(e,t,n){var r=n(\"159a\");function i(e,t,n){return null==e?e:r(e,t,n)}e.exports=i},\"100e\":function(e,t,n){var r=n(\"cd9d\"),i=n(\"2286\"),o=n(\"c1c9\");function a(e,t){return o(i(e,t,r),e+\"\")}e.exports=a},1041:function(e,t,n){var r=n(\"8eeb\"),i=n(\"a029\");function o(e,t){return r(e,i(e),t)}e.exports=o},\"107c\":function(e,t,n){var r=n(\"d039\"),i=n(\"da84\"),o=i.RegExp;e.exports=r((function(){var e=o(\"(?<a>b)\",\"g\");return\"b\"!==e.exec(\"b\").groups.a||\"bc\"!==\"b\".replace(e,\"$<a>c\")}))},1098:function(e,t,n){\"use strict\";t.__esModule=!0;var r=n(\"17ed\"),i=c(r),o=n(\"f893\"),a=c(o),s=\"function\"===typeof a.default&&\"symbol\"===typeof i.default?function(e){return typeof e}:function(e){return e&&\"function\"===typeof a.default&&e.constructor===a.default&&e!==a.default.prototype?\"symbol\":typeof e};function c(e){return e&&e.__esModule?e:{default:e}}t.default=\"function\"===typeof a.default&&\"symbol\"===s(i.default)?function(e){return\"undefined\"===typeof e?\"undefined\":s(e)}:function(e){return e&&\"function\"===typeof a.default&&e.constructor===a.default&&e!==a.default.prototype?\"symbol\":\"undefined\"===typeof e?\"undefined\":s(e)}},\"10db\":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},\"126d\":function(e,t,n){var r=n(\"6da8\"),i=n(\"aaec\"),o=n(\"d094\");function a(e){return i(e)?o(e):r(e)}e.exports=a},1290:function(e,t){function n(e){var t=typeof e;return\"string\"==t||\"number\"==t||\"symbol\"==t||\"boolean\"==t?\"__proto__\"!==e:null===e}e.exports=n},\"129d\":function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return h}));var r=\"undefined\"!==typeof window,i=r&&window.navigator.userAgent.toLowerCase(),o=i&&i.indexOf(\"msie 9.0\")>0;function a(e,t){for(var n=Object.create(null),r=e.split(\",\"),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}var s=a(\"text,number,password,search,email,tel,url\");function c(e){e.target.composing=!0}function l(e){e.target.composing&&(e.target.composing=!1,u(e.target,\"input\"))}function u(e,t){var n=document.createEvent(\"HTMLEvents\");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function h(e){return e.directive(\"ant-input\",{inserted:function(e,t,n){(\"textarea\"===n.tag||s(e.type))&&(t.modifiers&&t.modifiers.lazy||(e.addEventListener(\"compositionstart\",c),e.addEventListener(\"compositionend\",l),e.addEventListener(\"change\",l),o&&(e.vmodel=!0)))}})}o&&document.addEventListener(\"selectionchange\",(function(){var e=document.activeElement;e&&e.vmodel&&u(e,\"input\")})),t[\"b\"]={install:function(e){h(e)}}},1310:function(e,t){function n(e){return null!=e&&\"object\"==typeof e}e.exports=n},\"134b\":function(e,t,n){\"use strict\";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,\"__esModule\",{value:!0});var i=n(\"4039\"),o=r(i),a=n(\"320c\"),s=r(a),c=!0,l=!1,u=[\"altKey\",\"bubbles\",\"cancelable\",\"ctrlKey\",\"currentTarget\",\"eventPhase\",\"metaKey\",\"shiftKey\",\"target\",\"timeStamp\",\"view\",\"type\"];function h(e){return null===e||void 0===e}var d=[{reg:/^key/,props:[\"char\",\"charCode\",\"key\",\"keyCode\",\"which\"],fix:function(e,t){h(e.which)&&(e.which=h(t.charCode)?t.keyCode:t.charCode),void 0===e.metaKey&&(e.metaKey=e.ctrlKey)}},{reg:/^touch/,props:[\"touches\",\"changedTouches\",\"targetTouches\"]},{reg:/^hashchange$/,props:[\"newURL\",\"oldURL\"]},{reg:/^gesturechange$/i,props:[\"rotation\",\"scale\"]},{reg:/^(mousewheel|DOMMouseScroll)$/,props:[],fix:function(e,t){var n=void 0,r=void 0,i=void 0,o=t.wheelDelta,a=t.axis,s=t.wheelDeltaY,c=t.wheelDeltaX,l=t.detail;o&&(i=o/120),l&&(i=0-(l%3===0?l/3:l)),void 0!==a&&(a===e.HORIZONTAL_AXIS?(r=0,n=0-i):a===e.VERTICAL_AXIS&&(n=0,r=i)),void 0!==s&&(r=s/120),void 0!==c&&(n=-1*c/120),n||r||(r=i),void 0!==n&&(e.deltaX=n),void 0!==r&&(e.deltaY=r),void 0!==i&&(e.delta=i)}},{reg:/^mouse|contextmenu|click|mspointer|(^DOMMouseScroll$)/i,props:[\"buttons\",\"clientX\",\"clientY\",\"button\",\"offsetX\",\"relatedTarget\",\"which\",\"fromElement\",\"toElement\",\"offsetY\",\"pageX\",\"pageY\",\"screenX\",\"screenY\"],fix:function(e,t){var n=void 0,r=void 0,i=void 0,o=e.target,a=t.button;return o&&h(e.pageX)&&!h(t.clientX)&&(n=o.ownerDocument||document,r=n.documentElement,i=n.body,e.pageX=t.clientX+(r&&r.scrollLeft||i&&i.scrollLeft||0)-(r&&r.clientLeft||i&&i.clientLeft||0),e.pageY=t.clientY+(r&&r.scrollTop||i&&i.scrollTop||0)-(r&&r.clientTop||i&&i.clientTop||0)),e.which||void 0===a||(e.which=1&a?1:2&a?3:4&a?2:0),!e.relatedTarget&&e.fromElement&&(e.relatedTarget=e.fromElement===o?e.toElement:e.fromElement),e}}];function f(){return c}function p(){return l}function v(e){var t=e.type,n=\"function\"===typeof e.stopPropagation||\"boolean\"===typeof e.cancelBubble;o[\"default\"].call(this),this.nativeEvent=e;var r=p;\"defaultPrevented\"in e?r=e.defaultPrevented?f:p:\"getPreventDefault\"in e?r=e.getPreventDefault()?f:p:\"returnValue\"in e&&(r=e.returnValue===l?f:p),this.isDefaultPrevented=r;var i=[],a=void 0,s=void 0,c=void 0,h=u.concat();d.forEach((function(e){t.match(e.reg)&&(h=h.concat(e.props),e.fix&&i.push(e.fix))})),s=h.length;while(s)c=h[--s],this[c]=e[c];!this.target&&n&&(this.target=e.srcElement||document),this.target&&3===this.target.nodeType&&(this.target=this.target.parentNode),s=i.length;while(s)a=i[--s],a(this,e);this.timeStamp=e.timeStamp||Date.now()}var m=o[\"default\"].prototype;(0,s[\"default\"])(v.prototype,m,{constructor:v,preventDefault:function(){var e=this.nativeEvent;e.preventDefault?e.preventDefault():e.returnValue=l,m.preventDefault.call(this)},stopPropagation:function(){var e=this.nativeEvent;e.stopPropagation?e.stopPropagation():e.cancelBubble=c,m.stopPropagation.call(this)}}),t[\"default\"]=v,e.exports=t[\"default\"]},1368:function(e,t,n){var r=n(\"da03\"),i=function(){var e=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||\"\");return e?\"Symbol(src)_1.\"+e:\"\"}();function o(e){return!!i&&i in e}e.exports=o},\"13d2\":function(e,t,n){var r=n(\"d039\"),i=n(\"1626\"),o=n(\"1a2d\"),a=n(\"83ab\"),s=n(\"5e77\").CONFIGURABLE,c=n(\"8925\"),l=n(\"69f3\"),u=l.enforce,h=l.get,d=Object.defineProperty,f=a&&!r((function(){return 8!==d((function(){}),\"length\",{value:8}).length})),p=String(String).split(\"String\"),v=e.exports=function(e,t,n){\"Symbol(\"===String(t).slice(0,7)&&(t=\"[\"+String(t).replace(/^Symbol\\(([^)]*)\\)/,\"$1\")+\"]\"),n&&n.getter&&(t=\"get \"+t),n&&n.setter&&(t=\"set \"+t),(!o(e,\"name\")||s&&e.name!==t)&&(a?d(e,\"name\",{value:t,configurable:!0}):e.name=t),f&&n&&o(n,\"arity\")&&e.length!==n.arity&&d(e,\"length\",{value:n.arity});try{n&&o(n,\"constructor\")&&n.constructor?a&&d(e,\"prototype\",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(i){}var r=u(e);return o(r,\"source\")||(r.source=p.join(\"string\"==typeof t?t:\"\")),e};Function.prototype.toString=v((function(){return i(this)&&h(this).source||c(this)}),\"toString\")},\"13d5\":function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"d58f\").left,o=n(\"a640\"),a=n(\"2d00\"),s=n(\"605d\"),c=o(\"reduce\"),l=!s&&a>79&&a<83;r({target:\"Array\",proto:!0,forced:!c||l},{reduce:function(e){var t=arguments.length;return i(this,e,t,t>1?arguments[1]:void 0)}})},\"14c3\":function(e,t,n){var r=n(\"c65b\"),i=n(\"825a\"),o=n(\"1626\"),a=n(\"c6b6\"),s=n(\"9263\"),c=TypeError;e.exports=function(e,t){var n=e.exec;if(o(n)){var l=r(n,e,t);return null!==l&&i(l),l}if(\"RegExp\"===a(e))return r(s,e,t);throw c(\"RegExp#exec called on incompatible receiver\")}},\"14d9\":function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"7b0b\"),o=n(\"07fa\"),a=n(\"3511\"),s=n(\"d039\"),c=s((function(){return 4294967297!==[].push.call({length:4294967296},1)})),l=!function(){try{Object.defineProperty([],\"length\",{writable:!1}).push()}catch(e){return e instanceof TypeError}}();r({target:\"Array\",proto:!0,arity:1,forced:c||l},{push:function(e){var t=i(this),n=o(t),r=arguments.length;a(n+r);for(var s=0;s<r;s++)t[n]=arguments[s],n++;return t.length=n,n}})},\"14e5\":function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"c65b\"),o=n(\"59ed\"),a=n(\"f069\"),s=n(\"e667\"),c=n(\"2266\"),l=n(\"5eed\");r({target:\"Promise\",stat:!0,forced:l},{all:function(e){var t=this,n=a.f(t),r=n.resolve,l=n.reject,u=s((function(){var n=o(t.resolve),a=[],s=0,u=1;c(e,(function(e){var o=s++,c=!1;u++,i(n,t,e).then((function(e){c||(c=!0,a[o]=e,--u||r(a))}),l)})),--u||r(a)}));return u.error&&l(u.value),n.promise}})},1552:function(e){e.exports=JSON.parse('{\"name\":\"ant-design-vue\",\"version\":\"1.7.8\",\"title\":\"Ant Design Vue\",\"description\":\"An enterprise-class UI design language and Vue-based implementation\",\"keywords\":[\"ant\",\"design\",\"antd\",\"vue\",\"vueComponent\",\"component\",\"components\",\"ui\",\"framework\",\"frontend\"],\"main\":\"lib/index.js\",\"module\":\"es/index.js\",\"typings\":\"types/index.d.ts\",\"files\":[\"dist\",\"lib\",\"es\",\"types\",\"scripts\"],\"scripts\":{\"dev\":\"webpack-dev-server\",\"start\":\"cross-env NODE_ENV=development webpack-dev-server --config webpack.config.js\",\"test\":\"cross-env NODE_ENV=test jest --config .jest.js\",\"compile\":\"node antd-tools/cli/run.js compile\",\"pub\":\"node antd-tools/cli/run.js pub\",\"pub-with-ci\":\"node antd-tools/cli/run.js pub-with-ci\",\"prepublish\":\"node antd-tools/cli/run.js guard\",\"pre-publish\":\"node ./scripts/prepub\",\"prettier\":\"prettier -c --write \\'**/*\\'\",\"pretty-quick\":\"pretty-quick\",\"dist\":\"node antd-tools/cli/run.js dist\",\"lint\":\"eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./components\",\"lint:site\":\"eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./antdv-demo\",\"lint:docs\":\"eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.md ./antdv-demo/docs/**/demo/**\",\"lint:style\":\"stylelint \\\\\"{site,components}/**/*.less\\\\\" --syntax less\",\"codecov\":\"codecov\",\"postinstall\":\"node scripts/postinstall || echo \\\\\"ignore\\\\\"\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/vueComponent/ant-design-vue.git\"},\"license\":\"MIT\",\"bugs\":{\"url\":\"https://github.com/vueComponent/ant-design-vue/issues\"},\"homepage\":\"https://www.antdv.com/\",\"peerDependencies\":{\"vue\":\"^2.6.0\",\"vue-template-compiler\":\"^2.6.0\"},\"devDependencies\":{\"@commitlint/cli\":\"^8.0.0\",\"@commitlint/config-conventional\":\"^8.0.0\",\"@octokit/rest\":\"^16.0.0\",\"@vue/cli-plugin-eslint\":\"^4.0.0\",\"@vue/server-test-utils\":\"1.0.0-beta.16\",\"@vue/test-utils\":\"1.0.0-beta.16\",\"acorn\":\"^7.0.0\",\"autoprefixer\":\"^9.6.0\",\"axios\":\"^0.19.0\",\"babel-cli\":\"^6.26.0\",\"babel-core\":\"^6.26.0\",\"babel-eslint\":\"^10.0.1\",\"babel-helper-vue-jsx-merge-props\":\"^2.0.3\",\"babel-jest\":\"^23.6.0\",\"babel-loader\":\"^7.1.2\",\"babel-plugin-import\":\"^1.1.1\",\"babel-plugin-inline-import-data-uri\":\"^1.0.1\",\"babel-plugin-istanbul\":\"^6.0.0\",\"babel-plugin-syntax-dynamic-import\":\"^6.18.0\",\"babel-plugin-syntax-jsx\":\"^6.18.0\",\"babel-plugin-transform-class-properties\":\"^6.24.1\",\"babel-plugin-transform-decorators\":\"^6.24.1\",\"babel-plugin-transform-decorators-legacy\":\"^1.3.4\",\"babel-plugin-transform-es3-member-expression-literals\":\"^6.22.0\",\"babel-plugin-transform-es3-property-literals\":\"^6.22.0\",\"babel-plugin-transform-object-assign\":\"^6.22.0\",\"babel-plugin-transform-object-rest-spread\":\"^6.26.0\",\"babel-plugin-transform-runtime\":\"~6.23.0\",\"babel-plugin-transform-vue-jsx\":\"^3.7.0\",\"babel-polyfill\":\"^6.26.0\",\"babel-preset-env\":\"^1.6.1\",\"case-sensitive-paths-webpack-plugin\":\"^2.1.2\",\"chalk\":\"^3.0.0\",\"cheerio\":\"^1.0.0-rc.2\",\"codecov\":\"^3.0.0\",\"colorful\":\"^2.1.0\",\"commander\":\"^4.0.0\",\"compare-versions\":\"^3.3.0\",\"cross-env\":\"^7.0.0\",\"css-loader\":\"^3.0.0\",\"deep-assign\":\"^2.0.0\",\"enquire-js\":\"^0.2.1\",\"eslint\":\"^6.8.0\",\"eslint-config-prettier\":\"^6.10.1\",\"eslint-plugin-html\":\"^6.0.0\",\"eslint-plugin-markdown\":\"^2.0.0-alpha.0\",\"eslint-plugin-vue\":\"^6.2.2\",\"fetch-jsonp\":\"^1.1.3\",\"fs-extra\":\"^8.0.0\",\"glob\":\"^7.1.2\",\"gulp\":\"^4.0.1\",\"gulp-babel\":\"^7.0.0\",\"gulp-strip-code\":\"^0.1.4\",\"html-webpack-plugin\":\"^3.2.0\",\"husky\":\"^4.0.0\",\"istanbul-instrumenter-loader\":\"^3.0.0\",\"jest\":\"^24.0.0\",\"jest-serializer-vue\":\"^2.0.0\",\"jest-transform-stub\":\"^2.0.0\",\"js-base64\":\"^3.0.0\",\"json-templater\":\"^1.2.0\",\"jsonp\":\"^0.2.1\",\"less\":\"^3.9.0\",\"less-loader\":\"^6.0.0\",\"less-plugin-npm-import\":\"^2.1.0\",\"lint-staged\":\"^10.0.0\",\"marked\":\"0.3.18\",\"merge2\":\"^1.2.1\",\"mini-css-extract-plugin\":\"^0.10.0\",\"minimist\":\"^1.2.0\",\"mkdirp\":\"^0.5.1\",\"mockdate\":\"^2.0.2\",\"nprogress\":\"^0.2.0\",\"optimize-css-assets-webpack-plugin\":\"^5.0.1\",\"postcss\":\"^7.0.6\",\"postcss-loader\":\"^3.0.0\",\"prettier\":\"^1.18.2\",\"pretty-quick\":\"^2.0.0\",\"querystring\":\"^0.2.0\",\"raw-loader\":\"^4.0.0\",\"reqwest\":\"^2.0.5\",\"rimraf\":\"^3.0.0\",\"rucksack-css\":\"^1.0.2\",\"selenium-server\":\"^3.0.1\",\"semver\":\"^7.0.0\",\"style-loader\":\"^1.0.0\",\"stylelint\":\"^13.0.0\",\"stylelint-config-prettier\":\"^8.0.0\",\"stylelint-config-standard\":\"^19.0.0\",\"terser-webpack-plugin\":\"^3.0.3\",\"through2\":\"^3.0.0\",\"url-loader\":\"^3.0.0\",\"vue\":\"^2.6.11\",\"vue-antd-md-loader\":\"^1.1.0\",\"vue-clipboard2\":\"0.3.1\",\"vue-draggable-resizable\":\"^2.1.0\",\"vue-eslint-parser\":\"^7.0.0\",\"vue-i18n\":\"^8.3.2\",\"vue-infinite-scroll\":\"^2.0.2\",\"vue-jest\":\"^2.5.0\",\"vue-loader\":\"^15.6.2\",\"vue-router\":\"^3.0.1\",\"vue-server-renderer\":\"^2.6.11\",\"vue-template-compiler\":\"^2.6.11\",\"vue-virtual-scroller\":\"^1.0.0\",\"vuex\":\"^3.1.0\",\"webpack\":\"^4.28.4\",\"webpack-cli\":\"^3.2.1\",\"webpack-dev-server\":\"^3.1.14\",\"webpack-merge\":\"^4.1.1\",\"webpackbar\":\"^4.0.0\",\"xhr-mock\":\"^2.5.1\"},\"dependencies\":{\"@ant-design/icons\":\"^2.1.1\",\"@ant-design/icons-vue\":\"^2.0.0\",\"@simonwep/pickr\":\"~1.7.0\",\"add-dom-event-listener\":\"^1.0.2\",\"array-tree-filter\":\"^2.1.0\",\"async-validator\":\"^3.0.3\",\"babel-helper-vue-jsx-merge-props\":\"^2.0.3\",\"babel-runtime\":\"6.x\",\"classnames\":\"^2.2.5\",\"component-classes\":\"^1.2.6\",\"dom-align\":\"^1.10.4\",\"dom-closest\":\"^0.2.0\",\"dom-scroll-into-view\":\"^2.0.0\",\"enquire.js\":\"^2.1.6\",\"intersperse\":\"^1.0.0\",\"is-mobile\":\"^2.2.1\",\"is-negative-zero\":\"^2.0.0\",\"ismobilejs\":\"^1.0.0\",\"json2mq\":\"^0.2.0\",\"lodash\":\"^4.17.5\",\"moment\":\"^2.21.0\",\"mutationobserver-shim\":\"^0.3.2\",\"node-emoji\":\"^1.10.0\",\"omit.js\":\"^1.0.0\",\"raf\":\"^3.4.0\",\"resize-observer-polyfill\":\"^1.5.1\",\"shallow-equal\":\"^1.0.0\",\"shallowequal\":\"^1.0.2\",\"vue-ref\":\"^2.0.0\",\"warning\":\"^4.0.0\"},\"sideEffects\":[\"site/*\",\"components/style.js\",\"components/**/style/*\",\"*.vue\",\"*.md\",\"dist/*\",\"es/**/style/*\",\"lib/**/style/*\",\"*.less\"]}')},\"159a\":function(e,t,n){var r=n(\"32b3\"),i=n(\"e2e4\"),o=n(\"c098\"),a=n(\"1a8c\"),s=n(\"f4d6\");function c(e,t,n,c){if(!a(e))return e;t=i(t,e);var l=-1,u=t.length,h=u-1,d=e;while(null!=d&&++l<u){var f=s(t[l]),p=n;if(\"__proto__\"===f||\"constructor\"===f||\"prototype\"===f)return e;if(l!=h){var v=d[f];p=c?c(v,f,d):void 0,void 0===p&&(p=a(v)?v:o(t[l+1])?[]:{})}r(d,f,p),d=d[f]}return e}e.exports=c},\"159b\":function(e,t,n){var r=n(\"da84\"),i=n(\"fdbc\"),o=n(\"785a\"),a=n(\"17c2\"),s=n(\"9112\"),c=function(e){if(e&&e.forEach!==a)try{s(e,\"forEach\",a)}catch(t){e.forEach=a}};for(var l in i)i[l]&&c(r[l]&&r[l].prototype);c(o)},\"15f3\":function(e,t,n){var r=n(\"89d9\"),i=n(\"8604\");function o(e,t){return r(e,t,(function(t,n){return i(e,n)}))}e.exports=o},1609:function(e,t){e.exports=function(e){if(\"function\"!=typeof e)throw TypeError(e+\" is not a function!\");return e}},1626:function(e,t){e.exports=function(e){return\"function\"==typeof e}},1727:function(e,t,n){e.exports={default:n(\"7d42\"),__esModule:!0}},\"17c2\":function(e,t,n){\"use strict\";var r=n(\"b727\").forEach,i=n(\"a640\"),o=i(\"forEach\");e.exports=o?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},\"17ed\":function(e,t,n){e.exports={default:n(\"511f\"),__esModule:!0}},1836:function(e,t,n){var r=n(\"6ca1\"),i=n(\"6438\").f,o={}.toString,a=\"object\"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return i(e)}catch(t){return a.slice()}};e.exports.f=function(e){return a&&\"[object Window]\"==o.call(e)?s(e):i(r(e))}},1838:function(e,t,n){var r=n(\"c05f\"),i=n(\"9b02\"),o=n(\"8604\"),a=n(\"f608\"),s=n(\"08cc\"),c=n(\"20ec\"),l=n(\"f4d6\"),u=1,h=2;function d(e,t){return a(e)&&s(t)?c(l(e),t):function(n){var a=i(n,e);return void 0===a&&a===t?o(n,e):r(t,a,u|h)}}e.exports=d},\"18ce\":function(e,t,n){\"use strict\";var r=n(\"1098\"),i=n.n(r),o=n(\"c544\"),a=n(\"3c55\"),s=n.n(a),c=n(\"d41d\"),l=0!==o[\"a\"].endEvents.length,u=[\"Webkit\",\"Moz\",\"O\",\"ms\"],h=[\"-webkit-\",\"-moz-\",\"-o-\",\"ms-\",\"\"];function d(e,t){for(var n=window.getComputedStyle(e,null),r=\"\",i=0;i<h.length;i++)if(r=n.getPropertyValue(h[i]+t),r)break;return r}function f(e){if(l){var t=parseFloat(d(e,\"transition-delay\"))||0,n=parseFloat(d(e,\"transition-duration\"))||0,r=parseFloat(d(e,\"animation-delay\"))||0,i=parseFloat(d(e,\"animation-duration\"))||0,o=Math.max(n+t,i+r);e.rcEndAnimTimeout=setTimeout((function(){e.rcEndAnimTimeout=null,e.rcEndListener&&e.rcEndListener()}),1e3*o+200)}}function p(e){e.rcEndAnimTimeout&&(clearTimeout(e.rcEndAnimTimeout),e.rcEndAnimTimeout=null)}var v=function(e,t,n){var r=\"object\"===(\"undefined\"===typeof t?\"undefined\":i()(t)),a=r?t.name:t,l=r?t.active:t+\"-active\",u=n,h=void 0,d=void 0,v=s()(e);return n&&\"[object Object]\"===Object.prototype.toString.call(n)&&(u=n.end,h=n.start,d=n.active),e.rcEndListener&&e.rcEndListener(),e.rcEndListener=function(t){t&&t.target!==e||(e.rcAnimTimeout&&(Object(c[\"a\"])(e.rcAnimTimeout),e.rcAnimTimeout=null),p(e),v.remove(a),v.remove(l),o[\"a\"].removeEndEventListener(e,e.rcEndListener),e.rcEndListener=null,u&&u())},o[\"a\"].addEndEventListener(e,e.rcEndListener),h&&h(),v.add(a),e.rcAnimTimeout=Object(c[\"b\"])((function(){e.rcAnimTimeout=null,v.add(a),v.add(l),d&&Object(c[\"b\"])(d,0),f(e)}),30),{stop:function(){e.rcEndListener&&e.rcEndListener()}}};v.style=function(e,t,n){e.rcEndListener&&e.rcEndListener(),e.rcEndListener=function(t){t&&t.target!==e||(e.rcAnimTimeout&&(Object(c[\"a\"])(e.rcAnimTimeout),e.rcAnimTimeout=null),p(e),o[\"a\"].removeEndEventListener(e,e.rcEndListener),e.rcEndListener=null,n&&n())},o[\"a\"].addEndEventListener(e,e.rcEndListener),e.rcAnimTimeout=Object(c[\"b\"])((function(){for(var n in t)t.hasOwnProperty(n)&&(e.style[n]=t[n]);e.rcAnimTimeout=null,f(e)}),0)},v.setTransition=function(e,t,n){var r=t,i=n;void 0===n&&(i=r,r=\"\"),r=r||\"\",u.forEach((function(t){e.style[t+\"Transition\"+r]=i}))},v.isCssAnimationSupported=l,t[\"a\"]=v},\"18d8\":function(e,t,n){var r=n(\"234d\"),i=/[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g,o=/\\\\(\\\\)?/g,a=r((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(\"\"),e.replace(i,(function(e,n,r,i){t.push(r?i.replace(o,\"$1\"):n||e)})),t}));e.exports=a},1917:function(e,t){t.f={}.propertyIsEnumerable},\"19aa\":function(e,t,n){var r=n(\"3a9b\"),i=TypeError;e.exports=function(e,t){if(r(t,e))return e;throw i(\"Incorrect invocation\")}},\"19fa\":function(e,t,n){var r=n(\"fc5e\"),i=n(\"c901\");e.exports=function(e){return function(t,n){var o,a,s=String(i(t)),c=r(n),l=s.length;return c<0||c>=l?e?\"\":void 0:(o=s.charCodeAt(c),o<55296||o>56319||c+1===l||(a=s.charCodeAt(c+1))<56320||a>57343?e?s.charAt(c):o:e?s.slice(c,c+2):a-56320+(o-55296<<10)+65536)}}},\"1a14\":function(e,t,n){var r=n(\"77e9\"),i=n(\"faf5\"),o=n(\"3397\"),a=Object.defineProperty;t.f=n(\"0bad\")?Object.defineProperty:function(e,t,n){if(r(e),t=o(t,!0),r(n),i)try{return a(e,t,n)}catch(s){}if(\"get\"in n||\"set\"in n)throw TypeError(\"Accessors not supported!\");return\"value\"in n&&(e[t]=n.value),e}},\"1a2d\":function(e,t,n){var r=n(\"e330\"),i=n(\"7b0b\"),o=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return o(i(e),t)}},\"1a2d0\":function(e,t,n){var r=n(\"42a2\"),i=n(\"1310\"),o=\"[object Map]\";function a(e){return i(e)&&r(e)==o}e.exports=a},\"1a8c\":function(e,t){function n(e){var t=typeof e;return null!=e&&(\"object\"==t||\"function\"==t)}e.exports=n},\"1ac8\":function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";return function(e,t){t.prototype.weekYear=function(){var e=this.month(),t=this.week(),n=this.year();return 1===t&&11===e?n+1:0===e&&t>=52?n-1:n}}}))},\"1b2b\":function(e,t){e.exports=function(e,t,n,r){var i=n?n.call(r,e,t):void 0;if(void 0!==i)return!!i;if(e===t)return!0;if(\"object\"!==typeof e||!e||\"object\"!==typeof t||!t)return!1;var o=Object.keys(e),a=Object.keys(t);if(o.length!==a.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),c=0;c<o.length;c++){var l=o[c];if(!s(l))return!1;var u=e[l],h=t[l];if(i=n?n.call(r,u,h,l):void 0,!1===i||void 0===i&&u!==h)return!1}return!0}},\"1bac\":function(e,t,n){var r=n(\"7d1f\"),i=n(\"a029\"),o=n(\"9934\");function a(e){return r(e,o,i)}e.exports=a},\"1be4\":function(e,t,n){var r=n(\"d066\");e.exports=r(\"document\",\"documentElement\")},\"1c3c\":function(e,t,n){var r=n(\"9e69\"),i=n(\"2474\"),o=n(\"9638\"),a=n(\"a2be\"),s=n(\"edfa\"),c=n(\"ac41\"),l=1,u=2,h=\"[object Boolean]\",d=\"[object Date]\",f=\"[object Error]\",p=\"[object Map]\",v=\"[object Number]\",m=\"[object RegExp]\",g=\"[object Set]\",b=\"[object String]\",y=\"[object Symbol]\",C=\"[object ArrayBuffer]\",w=\"[object DataView]\",x=r?r.prototype:void 0,S=x?x.valueOf:void 0;function k(e,t,n,r,x,k,O){switch(n){case w:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case C:return!(e.byteLength!=t.byteLength||!k(new i(e),new i(t)));case h:case d:case v:return o(+e,+t);case f:return e.name==t.name&&e.message==t.message;case m:case b:return e==t+\"\";case p:var M=s;case g:var z=r&l;if(M||(M=c),e.size!=t.size&&!z)return!1;var _=O.get(e);if(_)return _==t;r|=u,O.set(e,t);var T=a(M(e),M(t),r,x,k,O);return O[\"delete\"](e),T;case y:if(S)return S.call(e)==S.call(t)}return!1}e.exports=k},\"1c7e\":function(e,t,n){var r=n(\"b622\"),i=r(\"iterator\"),o=!1;try{var a=0,s={next:function(){return{done:!!a++}},return:function(){o=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(c){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(c){}return n}},\"1cdc\":function(e,t,n){var r=n(\"342f\");e.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(r)},\"1cec\":function(e,t,n){var r=n(\"0b07\"),i=n(\"2b3e\"),o=r(i,\"Promise\");e.exports=o},\"1d2b\":function(e,t,n){\"use strict\";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},\"1d31\":function(e,t,n){\"use strict\";n.r(t),n.d(t,\"Tree\",(function(){return C})),n.d(t,\"TreeNode\",(function(){return x[\"a\"]}));var r=n(\"6042\"),i=n.n(r),o=n(\"9b57\"),a=n.n(o),s=n(\"41b2\"),c=n.n(s),l=n(\"4d91\"),u=n(\"4d26\"),h=n.n(u),d=n(\"d96e\"),f=n.n(d),p=n(\"daa3\"),v=n(\"7b05\"),m=n(\"b488\"),g=n(\"58c1\"),b=n(\"c9a4\");function y(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t={};return e.forEach((function(e){t[e]=function(){this.needSyncKeys[e]=!0}})),t}var C={name:\"Tree\",mixins:[m[\"a\"]],props:Object(p[\"t\"])({prefixCls:l[\"a\"].string,tabIndex:l[\"a\"].oneOfType([l[\"a\"].string,l[\"a\"].number]),children:l[\"a\"].any,treeData:l[\"a\"].array,showLine:l[\"a\"].bool,showIcon:l[\"a\"].bool,icon:l[\"a\"].oneOfType([l[\"a\"].object,l[\"a\"].func]),focusable:l[\"a\"].bool,selectable:l[\"a\"].bool,disabled:l[\"a\"].bool,multiple:l[\"a\"].bool,checkable:l[\"a\"].oneOfType([l[\"a\"].object,l[\"a\"].bool]),checkStrictly:l[\"a\"].bool,draggable:l[\"a\"].bool,defaultExpandParent:l[\"a\"].bool,autoExpandParent:l[\"a\"].bool,defaultExpandAll:l[\"a\"].bool,defaultExpandedKeys:l[\"a\"].array,expandedKeys:l[\"a\"].array,defaultCheckedKeys:l[\"a\"].array,checkedKeys:l[\"a\"].oneOfType([l[\"a\"].array,l[\"a\"].object]),defaultSelectedKeys:l[\"a\"].array,selectedKeys:l[\"a\"].array,loadData:l[\"a\"].func,loadedKeys:l[\"a\"].array,filterTreeNode:l[\"a\"].func,openTransitionName:l[\"a\"].string,openAnimation:l[\"a\"].oneOfType([l[\"a\"].string,l[\"a\"].object]),switcherIcon:l[\"a\"].any,_propsSymbol:l[\"a\"].any},{prefixCls:\"rc-tree\",showLine:!1,showIcon:!0,selectable:!0,multiple:!1,checkable:!1,disabled:!1,checkStrictly:!1,draggable:!1,defaultExpandParent:!0,autoExpandParent:!1,defaultExpandAll:!1,defaultExpandedKeys:[],defaultCheckedKeys:[],defaultSelectedKeys:[]}),data:function(){f()(this.$props.__propsSymbol__,\"must pass __propsSymbol__\"),f()(this.$props.children,\"please use children prop replace slots.default\"),this.needSyncKeys={},this.domTreeNodes={};var e={_posEntities:new Map,_keyEntities:new Map,_expandedKeys:[],_selectedKeys:[],_checkedKeys:[],_halfCheckedKeys:[],_loadedKeys:[],_loadingKeys:[],_treeNode:[],_prevProps:null,_dragOverNodeKey:\"\",_dropPosition:null,_dragNodesKeys:[]};return c()({},e,this.getDerivedState(Object(p[\"l\"])(this),e))},provide:function(){return{vcTree:this}},watch:c()({},y([\"treeData\",\"children\",\"expandedKeys\",\"autoExpandParent\",\"selectedKeys\",\"checkedKeys\",\"loadedKeys\"]),{__propsSymbol__:function(){this.setState(this.getDerivedState(Object(p[\"l\"])(this),this.$data)),this.needSyncKeys={}}}),methods:{getDerivedState:function(e,t){var n=t._prevProps,r={_prevProps:c()({},e)},i=this;function o(t){return!n&&t in e||n&&i.needSyncKeys[t]}var s=null;if(o(\"treeData\")?s=Object(b[\"g\"])(this.$createElement,e.treeData):o(\"children\")&&(s=e.children),s){r._treeNode=s;var l=Object(b[\"h\"])(s);r._keyEntities=l.keyEntities}var u=r._keyEntities||t._keyEntities;if(o(\"expandedKeys\")||n&&o(\"autoExpandParent\")?r._expandedKeys=e.autoExpandParent||!n&&e.defaultExpandParent?Object(b[\"f\"])(e.expandedKeys,u):e.expandedKeys:!n&&e.defaultExpandAll?r._expandedKeys=[].concat(a()(u.keys())):!n&&e.defaultExpandedKeys&&(r._expandedKeys=e.autoExpandParent||e.defaultExpandParent?Object(b[\"f\"])(e.defaultExpandedKeys,u):e.defaultExpandedKeys),e.selectable&&(o(\"selectedKeys\")?r._selectedKeys=Object(b[\"d\"])(e.selectedKeys,e):!n&&e.defaultSelectedKeys&&(r._selectedKeys=Object(b[\"d\"])(e.defaultSelectedKeys,e))),e.checkable){var h=void 0;if(o(\"checkedKeys\")?h=Object(b[\"m\"])(e.checkedKeys)||{}:!n&&e.defaultCheckedKeys?h=Object(b[\"m\"])(e.defaultCheckedKeys)||{}:s&&(h=Object(b[\"m\"])(e.checkedKeys)||{checkedKeys:t._checkedKeys,halfCheckedKeys:t._halfCheckedKeys}),h){var d=h,f=d.checkedKeys,p=void 0===f?[]:f,v=d.halfCheckedKeys,m=void 0===v?[]:v;if(!e.checkStrictly){var g=Object(b[\"e\"])(p,!0,u);p=g.checkedKeys,m=g.halfCheckedKeys}r._checkedKeys=p,r._halfCheckedKeys=m}}return o(\"loadedKeys\")&&(r._loadedKeys=e.loadedKeys),r},onNodeDragStart:function(e,t){var n=this.$data._expandedKeys,r=t.eventKey,i=Object(p[\"p\"])(t)[\"default\"];this.dragNode=t,this.setState({_dragNodesKeys:Object(b[\"i\"])(\"function\"===typeof i?i():i,t),_expandedKeys:Object(b[\"b\"])(n,r)}),this.__emit(\"dragstart\",{event:e,node:t})},onNodeDragEnter:function(e,t){var n=this,r=this.$data._expandedKeys,i=t.pos,o=t.eventKey;if(this.dragNode&&t.$refs.selectHandle){var a=Object(b[\"c\"])(e,t);this.dragNode.eventKey!==o||0!==a?setTimeout((function(){n.setState({_dragOverNodeKey:o,_dropPosition:a}),n.delayedDragEnterLogic||(n.delayedDragEnterLogic={}),Object.keys(n.delayedDragEnterLogic).forEach((function(e){clearTimeout(n.delayedDragEnterLogic[e])})),n.delayedDragEnterLogic[i]=setTimeout((function(){var i=Object(b[\"a\"])(r,o);Object(p[\"s\"])(n,\"expandedKeys\")||n.setState({_expandedKeys:i}),n.__emit(\"dragenter\",{event:e,node:t,expandedKeys:i})}),400)}),0):this.setState({_dragOverNodeKey:\"\",_dropPosition:null})}},onNodeDragOver:function(e,t){var n=t.eventKey,r=this.$data,i=r._dragOverNodeKey,o=r._dropPosition;if(this.dragNode&&n===i&&t.$refs.selectHandle){var a=Object(b[\"c\"])(e,t);if(a===o)return;this.setState({_dropPosition:a})}this.__emit(\"dragover\",{event:e,node:t})},onNodeDragLeave:function(e,t){this.setState({_dragOverNodeKey:\"\"}),this.__emit(\"dragleave\",{event:e,node:t})},onNodeDragEnd:function(e,t){this.setState({_dragOverNodeKey:\"\"}),this.__emit(\"dragend\",{event:e,node:t}),this.dragNode=null},onNodeDrop:function(e,t){var n=this.$data,r=n._dragNodesKeys,i=void 0===r?[]:r,o=n._dropPosition,a=t.eventKey,s=t.pos;if(this.setState({_dragOverNodeKey:\"\"}),-1===i.indexOf(a)){var c=Object(b[\"n\"])(s),l={event:e,node:t,dragNode:this.dragNode,dragNodesKeys:i.slice(),dropPosition:o+Number(c[c.length-1]),dropToGap:!1};0!==o&&(l.dropToGap=!0),this.__emit(\"drop\",l),this.dragNode=null}else f()(!1,\"Can not drop to dragNode(include it's children node)\")},onNodeClick:function(e,t){this.__emit(\"click\",e,t)},onNodeDoubleClick:function(e,t){this.__emit(\"dblclick\",e,t)},onNodeSelect:function(e,t){var n=this.$data._selectedKeys,r=this.$data._keyEntities,i=this.$props.multiple,o=Object(p[\"l\"])(t),a=o.selected,s=o.eventKey,c=!a;n=c?i?Object(b[\"a\"])(n,s):[s]:Object(b[\"b\"])(n,s);var l=n.map((function(e){var t=r.get(e);return t?t.node:null})).filter((function(e){return e}));this.setUncontrolledState({_selectedKeys:n});var u={event:\"select\",selected:c,node:t,selectedNodes:l,nativeEvent:e};this.__emit(\"update:selectedKeys\",n),this.__emit(\"select\",n,u)},onNodeCheck:function(e,t,n){var r=this.$data,i=r._keyEntities,o=r._checkedKeys,a=r._halfCheckedKeys,s=this.$props.checkStrictly,c=Object(p[\"l\"])(t),l=c.eventKey,u=void 0,h={event:\"check\",node:t,checked:n,nativeEvent:e};if(s){var d=n?Object(b[\"a\"])(o,l):Object(b[\"b\"])(o,l),f=Object(b[\"b\"])(a,l);u={checked:d,halfChecked:f},h.checkedNodes=d.map((function(e){return i.get(e)})).filter((function(e){return e})).map((function(e){return e.node})),this.setUncontrolledState({_checkedKeys:d})}else{var v=Object(b[\"e\"])([l],n,i,{checkedKeys:o,halfCheckedKeys:a}),m=v.checkedKeys,g=v.halfCheckedKeys;u=m,h.checkedNodes=[],h.checkedNodesPositions=[],h.halfCheckedKeys=g,m.forEach((function(e){var t=i.get(e);if(t){var n=t.node,r=t.pos;h.checkedNodes.push(n),h.checkedNodesPositions.push({node:n,pos:r})}})),this.setUncontrolledState({_checkedKeys:m,_halfCheckedKeys:g})}this.__emit(\"check\",u,h)},onNodeLoad:function(e){var t=this;return new Promise((function(n){t.setState((function(r){var i=r._loadedKeys,o=void 0===i?[]:i,a=r._loadingKeys,s=void 0===a?[]:a,c=t.$props.loadData,l=Object(p[\"l\"])(e),u=l.eventKey;if(!c||-1!==o.indexOf(u)||-1!==s.indexOf(u))return{};var h=c(e);return h.then((function(){var r=t.$data,i=r._loadedKeys,o=r._loadingKeys,a=Object(b[\"a\"])(i,u),s=Object(b[\"b\"])(o,u);t.__emit(\"load\",a,{event:\"load\",node:e}),t.setUncontrolledState({_loadedKeys:a}),t.setState({_loadingKeys:s}),n()})),{_loadingKeys:Object(b[\"a\"])(s,u)}}))}))},onNodeExpand:function(e,t){var n=this,r=this.$data._expandedKeys,i=this.$props.loadData,o=Object(p[\"l\"])(t),a=o.eventKey,s=o.expanded,c=r.indexOf(a),l=!s;if(f()(s&&-1!==c||!s&&-1===c,\"Expand state not sync with index check\"),r=l?Object(b[\"a\"])(r,a):Object(b[\"b\"])(r,a),this.setUncontrolledState({_expandedKeys:r}),this.__emit(\"expand\",r,{node:t,expanded:l,nativeEvent:e}),this.__emit(\"update:expandedKeys\",r),l&&i){var u=this.onNodeLoad(t);return u?u.then((function(){n.setUncontrolledState({_expandedKeys:r})})):null}return null},onNodeMouseEnter:function(e,t){this.__emit(\"mouseenter\",{event:e,node:t})},onNodeMouseLeave:function(e,t){this.__emit(\"mouseleave\",{event:e,node:t})},onNodeContextMenu:function(e,t){e.preventDefault(),this.__emit(\"rightClick\",{event:e,node:t})},setUncontrolledState:function(e){var t=!1,n={},r=Object(p[\"l\"])(this);Object.keys(e).forEach((function(i){i.replace(\"_\",\"\")in r||(t=!0,n[i]=e[i])})),t&&this.setState(n)},registerTreeNode:function(e,t){t?this.domTreeNodes[e]=t:delete this.domTreeNodes[e]},isKeyChecked:function(e){var t=this.$data._checkedKeys,n=void 0===t?[]:t;return-1!==n.indexOf(e)},renderTreeNode:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=this.$data,i=r._keyEntities,o=r._expandedKeys,a=void 0===o?[]:o,s=r._selectedKeys,c=void 0===s?[]:s,l=r._halfCheckedKeys,u=void 0===l?[]:l,h=r._loadedKeys,d=void 0===h?[]:h,f=r._loadingKeys,p=void 0===f?[]:f,m=r._dragOverNodeKey,g=r._dropPosition,y=Object(b[\"k\"])(n,t),C=e.key;return C||void 0!==C&&null!==C||(C=y),i.get(C)?Object(v[\"a\"])(e,{props:{eventKey:C,expanded:-1!==a.indexOf(C),selected:-1!==c.indexOf(C),loaded:-1!==d.indexOf(C),loading:-1!==p.indexOf(C),checked:this.isKeyChecked(C),halfChecked:-1!==u.indexOf(C),pos:y,dragOver:m===C&&0===g,dragOverGapTop:m===C&&-1===g,dragOverGapBottom:m===C&&1===g},key:C}):(Object(b[\"o\"])(),null)}},render:function(){var e=this,t=arguments[0],n=this.$data._treeNode,r=this.$props,o=r.prefixCls,a=r.focusable,s=r.showLine,c=r.tabIndex,l=void 0===c?0:c;return t(\"ul\",{class:h()(o,i()({},o+\"-show-line\",s)),attrs:{role:\"tree\",unselectable:\"on\",tabIndex:a?l:null}},[Object(b[\"l\"])(n,(function(t,n){return e.renderTreeNode(t,n)}))])}},w=Object(g[\"a\"])(C),x=n(\"cdd1\");C.TreeNode=x[\"a\"],w.TreeNode=x[\"a\"];t[\"default\"]=w},\"1d73\":function(e,t,n){\"use strict\";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,\"__esModule\",{value:!0});var i=r(n(\"7746\"));t.generate=i.default;var o={red:\"#F5222D\",volcano:\"#FA541C\",orange:\"#FA8C16\",gold:\"#FAAD14\",yellow:\"#FADB14\",lime:\"#A0D911\",green:\"#52C41A\",cyan:\"#13C2C2\",blue:\"#1890FF\",geekblue:\"#2F54EB\",purple:\"#722ED1\",magenta:\"#EB2F96\",grey:\"#666666\"};t.presetPrimaryColors=o;var a={};t.presetPalettes=a,Object.keys(o).forEach((function(e){a[e]=i.default(o[e]),a[e].primary=a[e][5]}));var s=a.red;t.red=s;var c=a.volcano;t.volcano=c;var l=a.gold;t.gold=l;var u=a.orange;t.orange=u;var h=a.yellow;t.yellow=h;var d=a.lime;t.lime=d;var f=a.green;t.green=f;var p=a.cyan;t.cyan=p;var v=a.blue;t.blue=v;var m=a.geekblue;t.geekblue=m;var g=a.purple;t.purple=g;var b=a.magenta;t.magenta=b;var y=a.grey;t.grey=y},\"1d80\":function(e,t){var n=TypeError;e.exports=function(e){if(void 0==e)throw n(\"Can't call method on \"+e);return e}},\"1da1\":function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return i}));n(\"d3b7\");function r(e,t,n,r,i,o,a){try{var s=e[o](a),c=s.value}catch(l){return void n(l)}s.done?t(c):Promise.resolve(c).then(r,i)}function i(e){return function(){var t=this,n=arguments;return new Promise((function(i,o){var a=e.apply(t,n);function s(e){r(a,i,o,s,c,\"next\",e)}function c(e){r(a,i,o,s,c,\"throw\",e)}s(void 0)}))}}},\"1dde\":function(e,t,n){var r=n(\"d039\"),i=n(\"b622\"),o=n(\"2d00\"),a=i(\"species\");e.exports=function(e){return o>=51||!r((function(){var t=[],n=t.constructor={};return n[a]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},\"1efc\":function(e,t){function n(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}e.exports=n},\"1fc8\":function(e,t,n){var r=n(\"4245\");function i(e,t){var n=r(this,e),i=n.size;return n.set(e,t),this.size+=n.size==i?0:1,this}e.exports=i},\"20ec\":function(e,t){function n(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in Object(n)))}}e.exports=n},\"217d\":function(e,t){function n(e,t){var n,r=0,i=e.length;for(r;r<i;r++)if(n=t(e[r],r),!1===n)break}function r(e){return\"[object Array]\"===Object.prototype.toString.apply(e)}function i(e){return\"function\"===typeof e}e.exports={isFunction:i,isArray:r,each:n}},2266:function(e,t,n){var r=n(\"0366\"),i=n(\"c65b\"),o=n(\"825a\"),a=n(\"0d51\"),s=n(\"e95a\"),c=n(\"07fa\"),l=n(\"3a9b\"),u=n(\"9a1f\"),h=n(\"35a1\"),d=n(\"2a62\"),f=TypeError,p=function(e,t){this.stopped=e,this.result=t},v=p.prototype;e.exports=function(e,t,n){var m,g,b,y,C,w,x,S=n&&n.that,k=!(!n||!n.AS_ENTRIES),O=!(!n||!n.IS_RECORD),M=!(!n||!n.IS_ITERATOR),z=!(!n||!n.INTERRUPTED),_=r(t,S),T=function(e){return m&&d(m,\"normal\",e),new p(!0,e)},V=function(e){return k?(o(e),z?_(e[0],e[1],T):_(e[0],e[1])):z?_(e,T):_(e)};if(O)m=e.iterator;else if(M)m=e;else{if(g=h(e),!g)throw f(a(e)+\" is not iterable\");if(s(g)){for(b=0,y=c(e);y>b;b++)if(C=V(e[b]),C&&l(v,C))return C;return new p(!1)}m=u(e,g)}w=O?e.next:m.next;while(!(x=i(w,m)).done){try{C=V(x.value)}catch(j){d(m,\"throw\",j)}if(\"object\"==typeof C&&C&&l(v,C))return C}return new p(!1)}},2286:function(e,t,n){var r=n(\"85e3\"),i=Math.max;function o(e,t,n){return t=i(void 0===t?e.length-1:t,0),function(){var o=arguments,a=-1,s=i(o.length-t,0),c=Array(s);while(++a<s)c[a]=o[t+a];a=-1;var l=Array(t+1);while(++a<t)l[a]=o[a];return l[t]=n(c),r(e,this,l)}}e.exports=o},\"234d\":function(e,t,n){var r=n(\"e380\"),i=500;function o(e){var t=r(e,(function(e){return n.size===i&&n.clear(),e})),n=t.cache;return t}e.exports=o},\"23ad\":function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";var e={LTS:\"h:mm:ss A\",LT:\"h:mm A\",L:\"MM/DD/YYYY\",LL:\"MMMM D, YYYY\",LLL:\"MMMM D, YYYY h:mm A\",LLLL:\"dddd, MMMM D, YYYY h:mm A\"};return function(t,n,r){var i=n.prototype,o=i.format;r.en.formats=e,i.format=function(t){void 0===t&&(t=\"YYYY-MM-DDTHH:mm:ssZ\");var n=this.$locale().formats,r=function(t,n){return t.replace(/(\\[[^\\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(t,r,i){var o=i&&i.toUpperCase();return r||n[i]||e[i]||n[o].replace(/(\\[[^\\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,n){return t||n.slice(1)}))}))}(t,void 0===n?{}:n);return o.call(this,r)}}}))},\"23cb\":function(e,t,n){var r=n(\"5926\"),i=Math.max,o=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):o(n,t)}},\"23dc\":function(e,t,n){var r=n(\"d44e\");r(Math,\"Math\",!0)},\"23dd\":function(e,t,n){var r=n(\"6aa8\"),i=n(\"cc15\")(\"iterator\"),o=n(\"8a0d\");e.exports=n(\"5524\").getIteratorMethod=function(e){if(void 0!=e)return e[i]||e[\"@@iterator\"]||o[r(e)]}},\"23e7\":function(e,t,n){var r=n(\"da84\"),i=n(\"06cf\").f,o=n(\"9112\"),a=n(\"cb2d\"),s=n(\"6374\"),c=n(\"e893\"),l=n(\"94ca\");e.exports=function(e,t){var n,u,h,d,f,p,v=e.target,m=e.global,g=e.stat;if(u=m?r:g?r[v]||s(v,{}):(r[v]||{}).prototype,u)for(h in t){if(f=t[h],e.dontCallGetSet?(p=i(u,h),d=p&&p.value):d=u[h],n=l(m?h:v+(g?\".\":\"#\")+h,e.forced),!n&&void 0!==d){if(typeof f==typeof d)continue;c(f,d)}(e.sham||d&&d.sham)&&o(f,\"sham\",!0),a(u,h,f,e)}}},\"241c\":function(e,t,n){var r=n(\"ca84\"),i=n(\"7839\"),o=i.concat(\"length\",\"prototype\");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},\"242e\":function(e,t,n){var r=n(\"72af\"),i=n(\"ec69\");function o(e,t){return e&&r(e,t,i)}e.exports=o},\"243f\":function(e,t,n){var r=n(\"48a0\");function i(e,t,n,i){return r(e,(function(e,r,o){t(i,e,n(e),o)})),i}e.exports=i},2444:function(e,t,n){\"use strict\";(function(t){var r=n(\"c532\"),i=n(\"c8af\"),o={\"Content-Type\":\"application/x-www-form-urlencoded\"};function a(e,t){!r.isUndefined(e)&&r.isUndefined(e[\"Content-Type\"])&&(e[\"Content-Type\"]=t)}function s(){var e;return(\"undefined\"!==typeof XMLHttpRequest||\"undefined\"!==typeof t)&&(e=n(\"b50d\")),e}var c={adapter:s(),transformRequest:[function(e,t){return i(t,\"Content-Type\"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(a(t,\"application/x-www-form-urlencoded;charset=utf-8\"),e.toString()):r.isObject(e)?(a(t,\"application/json;charset=utf-8\"),JSON.stringify(e)):e}],transformResponse:[function(e){if(\"string\"===typeof e)try{e=JSON.parse(e)}catch(t){}return e}],timeout:0,xsrfCookieName:\"XSRF-TOKEN\",xsrfHeaderName:\"X-XSRF-TOKEN\",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:\"application/json, text/plain, */*\"}}};r.forEach([\"delete\",\"get\",\"head\"],(function(e){c.headers[e]={}})),r.forEach([\"post\",\"put\",\"patch\"],(function(e){c.headers[e]=r.merge(o)})),e.exports=c}).call(this,n(\"4362\"))},2474:function(e,t,n){var r=n(\"2b3e\"),i=r.Uint8Array;e.exports=i},2478:function(e,t,n){var r=n(\"4245\");function i(e){return r(this,e).get(e)}e.exports=i},2524:function(e,t,n){var r=n(\"6044\"),i=\"__lodash_hash_undefined__\";function o(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=r&&void 0===t?i:t,this}e.exports=o},2532:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"e330\"),o=n(\"5a34\"),a=n(\"1d80\"),s=n(\"577e\"),c=n(\"ab13\"),l=i(\"\".indexOf);r({target:\"String\",proto:!0,forced:!c(\"includes\")},{includes:function(e){return!!~l(s(a(this)),s(o(e)),arguments.length>1?arguments[1]:void 0)}})},\"253c\":function(e,t,n){var r=n(\"3729\"),i=n(\"1310\"),o=\"[object Arguments]\";function a(e){return i(e)&&r(e)==o}e.exports=a},2593:function(e,t,n){var r=n(\"15f3\"),i=n(\"c6cf\"),o=i((function(e,t){return null==e?{}:r(e,t)}));e.exports=o},\"25f0\":function(e,t,n){\"use strict\";var r=n(\"5e77\").PROPER,i=n(\"cb2d\"),o=n(\"825a\"),a=n(\"577e\"),s=n(\"d039\"),c=n(\"90d8\"),l=\"toString\",u=RegExp.prototype,h=u[l],d=s((function(){return\"/a/b\"!=h.call({source:\"a\",flags:\"b\"})})),f=r&&h.name!=l;(d||f)&&i(RegExp.prototype,l,(function(){var e=o(this),t=a(e.source),n=a(c(e));return\"/\"+t+\"/\"+n}),{unsafe:!0})},2626:function(e,t,n){\"use strict\";var r=n(\"d066\"),i=n(\"9bf2\"),o=n(\"b622\"),a=n(\"83ab\"),s=o(\"species\");e.exports=function(e){var t=r(e),n=i.f;a&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},2686:function(e,t,n){var r=n(\"3729\"),i=n(\"1310\"),o=\"[object RegExp]\";function a(e){return i(e)&&r(e)==o}e.exports=a},\"26dd\":function(e,t,n){\"use strict\";var r=n(\"6f4f\"),i=n(\"10db\"),o=n(\"92f0\"),a={};n(\"051b\")(a,n(\"cc15\")(\"iterator\"),(function(){return this})),e.exports=function(e,t,n){e.prototype=r(a,{next:i(1,n)}),o(e,t+\" Iterator\")}},\"26e8\":function(e,t){function n(e,t){return null!=e&&t in Object(e)}e.exports=n},2768:function(e,t){function n(e){return null==e}e.exports=n},2769:function(e,t,n){var r=n(\"5ca0\"),i=n(\"51f5\"),o=r(i);e.exports=o},2877:function(e,t,n){\"use strict\";function r(e,t,n,r,i,o,a,s){var c,l=\"function\"===typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),o&&(l._scopeId=\"data-v-\"+o),a?(c=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||\"undefined\"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=c):i&&(c=s?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(e,t){return c.call(t),u(e,t)}}else{var h=l.beforeCreate;l.beforeCreate=h?[].concat(h,c):[c]}return{exports:e,options:l}}n.d(t,\"a\",(function(){return r}))},\"28c9\":function(e,t){function n(){this.__data__=[],this.size=0}e.exports=n},2909:function(e,t,n){\"use strict\";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function i(e){if(Array.isArray(e))return r(e)}n.d(t,\"a\",(function(){return c}));n(\"a4d3\"),n(\"e01a\"),n(\"d3b7\"),n(\"d28b\"),n(\"3ca3\"),n(\"ddb0\"),n(\"a630\");function o(e){if(\"undefined\"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}n(\"fb6a\"),n(\"25f0\"),n(\"b0c0\"),n(\"ac1f\"),n(\"00b4\");function a(e,t){if(e){if(\"string\"===typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===n&&e.constructor&&(n=e.constructor.name),\"Map\"===n||\"Set\"===n?Array.from(e):\"Arguments\"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}n(\"d9e2\");function s(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}function c(e){return i(e)||o(e)||a(e)||s()}},\"29f3\":function(e,t){var n=Object.prototype,r=n.toString;function i(e){return r.call(e)}e.exports=i},\"2a04\":function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";var e=\"week\",t=\"year\";return function(n,r,i){var o=r.prototype;o.week=function(n){if(void 0===n&&(n=null),null!==n)return this.add(7*(n-this.week()),\"day\");var r=this.$locale().yearStart||1;if(11===this.month()&&this.date()>25){var o=i(this).startOf(t).add(1,t).date(r),a=i(this).endOf(e);if(o.isBefore(a))return 1}var s=i(this).startOf(t).date(r).startOf(e).subtract(1,\"millisecond\"),c=this.diff(s,e,!0);return c<0?i(this).startOf(\"week\").week():Math.ceil(c)},o.weeks=function(e){return void 0===e&&(e=null),this.week(e)}}}))},\"2a62\":function(e,t,n){var r=n(\"c65b\"),i=n(\"825a\"),o=n(\"dc4a\");e.exports=function(e,t,n){var a,s;i(e);try{if(a=o(e,\"return\"),!a){if(\"throw\"===t)throw n;return n}a=r(a,e)}catch(c){s=!0,a=c}if(\"throw\"===t)throw n;if(s)throw a;return i(a),n}},\"2a95\":function(e,t,n){\"use strict\";(function(e){function n(){return n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},n.apply(this,arguments)}function r(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,o(e,t)}function i(e){return i=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},i(e)}function o(e,t){return o=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},o(e,t)}function a(){if(\"undefined\"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function s(e,t,n){return s=a()?Reflect.construct:function(e,t,n){var r=[null];r.push.apply(r,t);var i=Function.bind.apply(e,r),a=new i;return n&&o(a,n.prototype),a},s.apply(null,arguments)}function c(e){return-1!==Function.toString.call(e).indexOf(\"[native code]\")}function l(e){var t=\"function\"===typeof Map?new Map:void 0;return l=function(e){if(null===e||!c(e))return e;if(\"function\"!==typeof e)throw new TypeError(\"Super expression must either be null or a function\");if(\"undefined\"!==typeof t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return s(e,arguments,i(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),o(n,e)},l(e)}var u=/%[sdj%]/g,h=function(){};function d(e){if(!e||!e.length)return null;var t={};return e.forEach((function(e){var n=e.field;t[n]=t[n]||[],t[n].push(e)})),t}function f(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,i=t[0],o=t.length;if(\"function\"===typeof i)return i.apply(null,t.slice(1));if(\"string\"===typeof i){var a=String(i).replace(u,(function(e){if(\"%%\"===e)return\"%\";if(r>=o)return e;switch(e){case\"%s\":return String(t[r++]);case\"%d\":return Number(t[r++]);case\"%j\":try{return JSON.stringify(t[r++])}catch(n){return\"[Circular]\"}break;default:return e}}));return a}return i}function p(e){return\"string\"===e||\"url\"===e||\"hex\"===e||\"email\"===e||\"date\"===e||\"pattern\"===e}function v(e,t){return void 0===e||null===e||(!(\"array\"!==t||!Array.isArray(e)||e.length)||!(!p(t)||\"string\"!==typeof e||e))}function m(e,t,n){var r=[],i=0,o=e.length;function a(e){r.push.apply(r,e),i++,i===o&&n(r)}e.forEach((function(e){t(e,a)}))}function g(e,t,n){var r=0,i=e.length;function o(a){if(a&&a.length)n(a);else{var s=r;r+=1,s<i?t(e[s],o):n([])}}o([])}function b(e){var t=[];return Object.keys(e).forEach((function(n){t.push.apply(t,e[n])})),t}\"undefined\"!==typeof e&&Object({NODE_ENV:\"production\",VUE_APP_PUBLIC_PATH:\"/theme/{{$theme}}\",VUE_APP_TIME:\"20231102012645\",VUE_APP_ENV:\"\\n      <script>\\n      window.EnvConfig = {\\n        serverUrl: '{{ $theme_config['server_url'] }}',\\n        landPage: '{{ $theme_config['land_page'] }}',\\n        showRegInvite: '{{ $theme_config['show_reg_invite'] }}',\\n        appTheme: '{{ $theme_config['app_theme'] }}',\\n        appColor: '{{ $theme_config['app_color'] }}',\\n        appName: '{{ $title }}',\\n        appDesc: `{{ $description }}`,\\n        appLogo: '{{ $logo }}',\\n        appVersion: '{{ $version }}',\\n        clientIOS: '{{ $theme_config['client_ios'] }}',\\n        clientAndroid: '{{ $theme_config['client_android'] }}',\\n        clientWindows: '{{ $theme_config['client_windows'] }}',\\n        clientMacOS: '{{ $theme_config['client_macos'] }}',\\n        clientOpenwrt: '{{ $theme_config['client_openwrt'] }}',\\n        clientLinux: '{{ $theme_config['client_linux'] }}',\\n        staticUrl: '/theme/{{ $theme }}/static'\\n      }\\n      <\\/script>\\n    \",VUE_APP_HTML:\"{!! $theme_config['custom_html'] !!}\",VUE_APP_JS:'\\n  @if (file_exists(public_path(\"/theme/{$theme}/static/custom.js\")))\\n    <script src=\"/theme/{{$theme}}/static/custom.js?v=20231102012645\"><\\/script>\\n  @endif\\n  ',VUE_APP_CSS:'\\n  @if (file_exists(public_path(\"/theme/{$theme}/static/custom.css\")))\\n    <link rel=\"stylesheet\" href=\"/theme/{{$theme}}/static/custom.css?v=20231102012645\" />\\n  @endif\\n  ',VUE_APP_TITLE:\"{{$title}}\",VUE_APP_LOADING:'\\n    @empty($theme_config[\\'loading_text\\'])\\n    \\n    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"hourglassx\" x=\"0px\" y=\"0px\" viewBox=\"0 0 203 203\" enable-background=\"new 0 0 203 203\" xml:space=\"preserve\">\\n      <g>\\n        <path\\n          class=\"hourglass\"\\n          fill=\"none\"\\n          stroke=\"#C0E5FA\"\\n          stroke-width=\"5\"\\n          stroke-linecap=\"round\"\\n          stroke-miterlimit=\"10\"\\n          d=\"M137.5,169.5h-72\\n\\t\\tc0-72,63-73,63-126h-54C74.5,96.5,137.5,97.5,137.5,169.5z\"\\n        />\\n        <path\\n          class=\"hourglass\"\\n          fill=\"none\"\\n          stroke=\"#74C2EE\"\\n          stroke-width=\"5\"\\n          stroke-linecap=\"round\"\\n          stroke-miterlimit=\"10\"\\n          d=\"M65.5,34.5h72\\n\\t\\tc0,71-63,71-63,126h54C128.5,105.5,65.5,105.5,65.5,34.5z\"\\n        />\\n      </g>\\n    </svg>\\n  \\n    @endempty\\n    <div class=\"loading-user\">{!! $theme_config[\\'loading_text\\'] !!}</div>\\n  ',VUE_APP_FAVICON:'\\n    @empty($logo)\\n    <link rel=\"icon\" href=\"/theme/{{$theme}}/favicon.svg\" />\\n    @endempty\\n    <link rel=\"icon\" href=\"{{ $logo }}\" />\\n  ',BASE_URL:\"/theme/{{$theme}}/\"});var y=function(e){function t(t,n){var r;return r=e.call(this,\"Async Validation Error\")||this,r.errors=t,r.fields=n,r}return r(t,e),t}(l(Error));function C(e,t,n,r){if(t.first){var i=new Promise((function(t,i){var o=function(e){return r(e),e.length?i(new y(e,d(e))):t()},a=b(e);g(a,n,o)}));return i[\"catch\"]((function(e){return e})),i}var o=t.firstFields||[];!0===o&&(o=Object.keys(e));var a=Object.keys(e),s=a.length,c=0,l=[],u=new Promise((function(t,i){var u=function(e){if(l.push.apply(l,e),c++,c===s)return r(l),l.length?i(new y(l,d(l))):t()};a.length||(r(l),t()),a.forEach((function(t){var r=e[t];-1!==o.indexOf(t)?g(r,n,u):m(r,n,u)}))}));return u[\"catch\"]((function(e){return e})),u}function w(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:\"function\"===typeof t?t():t,field:t.field||e.fullField}}}function x(e,t){if(t)for(var r in t)if(t.hasOwnProperty(r)){var i=t[r];\"object\"===typeof i&&\"object\"===typeof e[r]?e[r]=n({},e[r],i):e[r]=i}return e}function S(e,t,n,r,i,o){!e.required||n.hasOwnProperty(e.field)&&!v(t,o||e.type)||r.push(f(i.messages.required,e.fullField))}function k(e,t,n,r,i){(/^\\s+$/.test(t)||\"\"===t)&&r.push(f(i.messages.whitespace,e.fullField))}var O={email:/^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/,url:new RegExp(\"^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\\\S+(?::\\\\S*)?@)?(?:(?:(?:[1-9]\\\\d?|1\\\\d\\\\d|2[01]\\\\d|22[0-3])(?:\\\\.(?:1?\\\\d{1,2}|2[0-4]\\\\d|25[0-5])){2}(?:\\\\.(?:[0-9]\\\\d?|1\\\\d\\\\d|2[0-4]\\\\d|25[0-4]))|(?:(?:[a-z\\\\u00a1-\\\\uffff0-9]+-*)*[a-z\\\\u00a1-\\\\uffff0-9]+)(?:\\\\.(?:[a-z\\\\u00a1-\\\\uffff0-9]+-*)*[a-z\\\\u00a1-\\\\uffff0-9]+)*(?:\\\\.(?:[a-z\\\\u00a1-\\\\uffff]{2,})))|localhost)(?::\\\\d{2,5})?(?:(/|\\\\?|#)[^\\\\s]*)?$\",\"i\"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},M={integer:function(e){return M.number(e)&&parseInt(e,10)===e},float:function(e){return M.number(e)&&!M.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(t){return!1}},date:function(e){return\"function\"===typeof e.getTime&&\"function\"===typeof e.getMonth&&\"function\"===typeof e.getYear&&!isNaN(e.getTime())},number:function(e){return!isNaN(e)&&\"number\"===typeof e},object:function(e){return\"object\"===typeof e&&!M.array(e)},method:function(e){return\"function\"===typeof e},email:function(e){return\"string\"===typeof e&&!!e.match(O.email)&&e.length<255},url:function(e){return\"string\"===typeof e&&!!e.match(O.url)},hex:function(e){return\"string\"===typeof e&&!!e.match(O.hex)}};function z(e,t,n,r,i){if(e.required&&void 0===t)S(e,t,n,r,i);else{var o=[\"integer\",\"float\",\"array\",\"regexp\",\"object\",\"method\",\"email\",\"number\",\"date\",\"url\",\"hex\"],a=e.type;o.indexOf(a)>-1?M[a](t)||r.push(f(i.messages.types[a],e.fullField,e.type)):a&&typeof t!==e.type&&r.push(f(i.messages.types[a],e.fullField,e.type))}}function _(e,t,n,r,i){var o=\"number\"===typeof e.len,a=\"number\"===typeof e.min,s=\"number\"===typeof e.max,c=/[\\uD800-\\uDBFF][\\uDC00-\\uDFFF]/g,l=t,u=null,h=\"number\"===typeof t,d=\"string\"===typeof t,p=Array.isArray(t);if(h?u=\"number\":d?u=\"string\":p&&(u=\"array\"),!u)return!1;p&&(l=t.length),d&&(l=t.replace(c,\"_\").length),o?l!==e.len&&r.push(f(i.messages[u].len,e.fullField,e.len)):a&&!s&&l<e.min?r.push(f(i.messages[u].min,e.fullField,e.min)):s&&!a&&l>e.max?r.push(f(i.messages[u].max,e.fullField,e.max)):a&&s&&(l<e.min||l>e.max)&&r.push(f(i.messages[u].range,e.fullField,e.min,e.max))}var T=\"enum\";function V(e,t,n,r,i){e[T]=Array.isArray(e[T])?e[T]:[],-1===e[T].indexOf(t)&&r.push(f(i.messages[T],e.fullField,e[T].join(\", \")))}function j(e,t,n,r,i){if(e.pattern)if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(f(i.messages.pattern.mismatch,e.fullField,t,e.pattern));else if(\"string\"===typeof e.pattern){var o=new RegExp(e.pattern);o.test(t)||r.push(f(i.messages.pattern.mismatch,e.fullField,t,e.pattern))}}var P={required:S,whitespace:k,type:z,range:_,enum:V,pattern:j};function E(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t,\"string\")&&!e.required)return n();P.required(e,t,r,o,i,\"string\"),v(t,\"string\")||(P.type(e,t,r,o,i),P.range(e,t,r,o,i),P.pattern(e,t,r,o,i),!0===e.whitespace&&P.whitespace(e,t,r,o,i))}n(o)}function H(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t)&&!e.required)return n();P.required(e,t,r,o,i),void 0!==t&&P.type(e,t,r,o,i)}n(o)}function L(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(\"\"===t&&(t=void 0),v(t)&&!e.required)return n();P.required(e,t,r,o,i),void 0!==t&&(P.type(e,t,r,o,i),P.range(e,t,r,o,i))}n(o)}function $(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t)&&!e.required)return n();P.required(e,t,r,o,i),void 0!==t&&P.type(e,t,r,o,i)}n(o)}function A(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t)&&!e.required)return n();P.required(e,t,r,o,i),v(t)||P.type(e,t,r,o,i)}n(o)}function F(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t)&&!e.required)return n();P.required(e,t,r,o,i),void 0!==t&&(P.type(e,t,r,o,i),P.range(e,t,r,o,i))}n(o)}function I(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t)&&!e.required)return n();P.required(e,t,r,o,i),void 0!==t&&(P.type(e,t,r,o,i),P.range(e,t,r,o,i))}n(o)}function R(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if((void 0===t||null===t)&&!e.required)return n();P.required(e,t,r,o,i,\"array\"),void 0!==t&&null!==t&&(P.type(e,t,r,o,i),P.range(e,t,r,o,i))}n(o)}function D(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t)&&!e.required)return n();P.required(e,t,r,o,i),void 0!==t&&P.type(e,t,r,o,i)}n(o)}var N=\"enum\";function B(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t)&&!e.required)return n();P.required(e,t,r,o,i),void 0!==t&&P[N](e,t,r,o,i)}n(o)}function K(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t,\"string\")&&!e.required)return n();P.required(e,t,r,o,i),v(t,\"string\")||P.pattern(e,t,r,o,i)}n(o)}function W(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t,\"date\")&&!e.required)return n();var s;if(P.required(e,t,r,o,i),!v(t,\"date\"))s=t instanceof Date?t:new Date(t),P.type(e,s,r,o,i),s&&P.range(e,s.getTime(),r,o,i)}n(o)}function U(e,t,n,r,i){var o=[],a=Array.isArray(t)?\"array\":typeof t;P.required(e,t,r,o,i,a),n(o)}function q(e,t,n,r,i){var o=e.type,a=[],s=e.required||!e.required&&r.hasOwnProperty(e.field);if(s){if(v(t,o)&&!e.required)return n();P.required(e,t,r,a,i,o),v(t,o)||P.type(e,t,r,a,i)}n(a)}function Y(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(v(t)&&!e.required)return n();P.required(e,t,r,o,i)}n(o)}var G={string:E,method:H,number:L,boolean:$,regexp:A,integer:F,float:I,array:R,object:D,enum:B,pattern:K,date:W,url:q,hex:q,email:q,required:U,any:Y};function X(){return{default:\"Validation error on field %s\",required:\"%s is required\",enum:\"%s must be one of %s\",whitespace:\"%s cannot be empty\",date:{format:\"%s date %s is invalid for format %s\",parse:\"%s date could not be parsed, %s is invalid \",invalid:\"%s date %s is invalid\"},types:{string:\"%s is not a %s\",method:\"%s is not a %s (function)\",array:\"%s is not an %s\",object:\"%s is not an %s\",number:\"%s is not a %s\",date:\"%s is not a %s\",boolean:\"%s is not a %s\",integer:\"%s is not an %s\",float:\"%s is not a %s\",regexp:\"%s is not a valid %s\",email:\"%s is not a valid %s\",url:\"%s is not a valid %s\",hex:\"%s is not a valid %s\"},string:{len:\"%s must be exactly %s characters\",min:\"%s must be at least %s characters\",max:\"%s cannot be longer than %s characters\",range:\"%s must be between %s and %s characters\"},number:{len:\"%s must equal %s\",min:\"%s cannot be less than %s\",max:\"%s cannot be greater than %s\",range:\"%s must be between %s and %s\"},array:{len:\"%s must be exactly %s in length\",min:\"%s cannot be less than %s in length\",max:\"%s cannot be greater than %s in length\",range:\"%s must be between %s and %s in length\"},pattern:{mismatch:\"%s value %s does not match pattern %s\"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var J=X();function Q(e){this.rules=null,this._messages=J,this.define(e)}Q.prototype={messages:function(e){return e&&(this._messages=x(X(),e)),this._messages},define:function(e){if(!e)throw new Error(\"Cannot configure a schema with no rules\");if(\"object\"!==typeof e||Array.isArray(e))throw new Error(\"Rules must be an object\");var t,n;for(t in this.rules={},e)e.hasOwnProperty(t)&&(n=e[t],this.rules[t]=Array.isArray(n)?n:[n])},validate:function(e,t,r){var i=this;void 0===t&&(t={}),void 0===r&&(r=function(){});var o,a,s=e,c=t,l=r;if(\"function\"===typeof c&&(l=c,c={}),!this.rules||0===Object.keys(this.rules).length)return l&&l(),Promise.resolve();function u(e){var t,n=[],r={};function i(e){var t;Array.isArray(e)?n=(t=n).concat.apply(t,e):n.push(e)}for(t=0;t<e.length;t++)i(e[t]);n.length?r=d(n):(n=null,r=null),l(n,r)}if(c.messages){var h=this.messages();h===J&&(h=X()),x(h,c.messages),c.messages=h}else c.messages=this.messages();var p={},v=c.keys||Object.keys(this.rules);v.forEach((function(t){o=i.rules[t],a=s[t],o.forEach((function(r){var o=r;\"function\"===typeof o.transform&&(s===e&&(s=n({},s)),a=s[t]=o.transform(a)),o=\"function\"===typeof o?{validator:o}:n({},o),o.validator=i.getValidationMethod(o),o.field=t,o.fullField=o.fullField||t,o.type=i.getType(o),o.validator&&(p[t]=p[t]||[],p[t].push({rule:o,value:a,source:s,field:t}))}))}));var m={};return C(p,c,(function(e,t){var r,i=e.rule,o=(\"object\"===i.type||\"array\"===i.type)&&(\"object\"===typeof i.fields||\"object\"===typeof i.defaultField);function a(e,t){return n({},t,{fullField:i.fullField+\".\"+e})}function s(r){void 0===r&&(r=[]);var s=r;if(Array.isArray(s)||(s=[s]),!c.suppressWarning&&s.length&&Q.warning(\"async-validator:\",s),s.length&&void 0!==i.message&&(s=[].concat(i.message)),s=s.map(w(i)),c.first&&s.length)return m[i.field]=1,t(s);if(o){if(i.required&&!e.value)return void 0!==i.message?s=[].concat(i.message).map(w(i)):c.error&&(s=[c.error(i,f(c.messages.required,i.field))]),t(s);var l={};if(i.defaultField)for(var u in e.value)e.value.hasOwnProperty(u)&&(l[u]=i.defaultField);for(var h in l=n({},l,e.rule.fields),l)if(l.hasOwnProperty(h)){var d=Array.isArray(l[h])?l[h]:[l[h]];l[h]=d.map(a.bind(null,h))}var p=new Q(l);p.messages(c.messages),e.rule.options&&(e.rule.options.messages=c.messages,e.rule.options.error=c.error),p.validate(e.value,e.rule.options||c,(function(e){var n=[];s&&s.length&&n.push.apply(n,s),e&&e.length&&n.push.apply(n,e),t(n.length?n:null)}))}else t(s)}o=o&&(i.required||!i.required&&e.value),i.field=e.field,i.asyncValidator?r=i.asyncValidator(i,e.value,s,e.source,c):i.validator&&(r=i.validator(i,e.value,s,e.source,c),!0===r?s():!1===r?s(i.message||i.field+\" fails\"):r instanceof Array?s(r):r instanceof Error&&s(r.message)),r&&r.then&&r.then((function(){return s()}),(function(e){return s(e)}))}),(function(e){u(e)}))},getType:function(e){if(void 0===e.type&&e.pattern instanceof RegExp&&(e.type=\"pattern\"),\"function\"!==typeof e.validator&&e.type&&!G.hasOwnProperty(e.type))throw new Error(f(\"Unknown rule type %s\",e.type));return e.type||\"string\"},getValidationMethod:function(e){if(\"function\"===typeof e.validator)return e.validator;var t=Object.keys(e),n=t.indexOf(\"message\");return-1!==n&&t.splice(n,1),1===t.length&&\"required\"===t[0]?G.required:G[this.getType(e)]||!1}},Q.register=function(e,t){if(\"function\"!==typeof t)throw new Error(\"Cannot register a validator by type, validator is not a function\");G[e]=t},Q.warning=h,Q.messages=J,Q.validators=G,t[\"a\"]=Q}).call(this,n(\"4362\"))},\"2adb\":function(e,t,n){\"use strict\";(function(e){n.d(t,\"e\",(function(){return u})),n.d(t,\"d\",(function(){return h})),n.d(t,\"a\",(function(){return f})),n.d(t,\"b\",(function(){return p})),n.d(t,\"c\",(function(){return v})),n.d(t,\"f\",(function(){return m}));var r=n(\"41b2\"),i=n.n(r),o=n(\"8827\"),a=n.n(o),s=n(\"57ba\"),c=n.n(s),l=n(\"1d73\");function u(t){e&&Object({NODE_ENV:\"production\",VUE_APP_PUBLIC_PATH:\"/theme/{{$theme}}\",VUE_APP_TIME:\"20231102012645\",VUE_APP_ENV:\"\\n      <script>\\n      window.EnvConfig = {\\n        serverUrl: '{{ $theme_config['server_url'] }}',\\n        landPage: '{{ $theme_config['land_page'] }}',\\n        showRegInvite: '{{ $theme_config['show_reg_invite'] }}',\\n        appTheme: '{{ $theme_config['app_theme'] }}',\\n        appColor: '{{ $theme_config['app_color'] }}',\\n        appName: '{{ $title }}',\\n        appDesc: `{{ $description }}`,\\n        appLogo: '{{ $logo }}',\\n        appVersion: '{{ $version }}',\\n        clientIOS: '{{ $theme_config['client_ios'] }}',\\n        clientAndroid: '{{ $theme_config['client_android'] }}',\\n        clientWindows: '{{ $theme_config['client_windows'] }}',\\n        clientMacOS: '{{ $theme_config['client_macos'] }}',\\n        clientOpenwrt: '{{ $theme_config['client_openwrt'] }}',\\n        clientLinux: '{{ $theme_config['client_linux'] }}',\\n        staticUrl: '/theme/{{ $theme }}/static'\\n      }\\n      <\\/script>\\n    \",VUE_APP_HTML:\"{!! $theme_config['custom_html'] !!}\",VUE_APP_JS:'\\n  @if (file_exists(public_path(\"/theme/{$theme}/static/custom.js\")))\\n    <script src=\"/theme/{{$theme}}/static/custom.js?v=20231102012645\"><\\/script>\\n  @endif\\n  ',VUE_APP_CSS:'\\n  @if (file_exists(public_path(\"/theme/{$theme}/static/custom.css\")))\\n    <link rel=\"stylesheet\" href=\"/theme/{{$theme}}/static/custom.css?v=20231102012645\" />\\n  @endif\\n  ',VUE_APP_TITLE:\"{{$title}}\",VUE_APP_LOADING:'\\n    @empty($theme_config[\\'loading_text\\'])\\n    \\n    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"hourglassx\" x=\"0px\" y=\"0px\" viewBox=\"0 0 203 203\" enable-background=\"new 0 0 203 203\" xml:space=\"preserve\">\\n      <g>\\n        <path\\n          class=\"hourglass\"\\n          fill=\"none\"\\n          stroke=\"#C0E5FA\"\\n          stroke-width=\"5\"\\n          stroke-linecap=\"round\"\\n          stroke-miterlimit=\"10\"\\n          d=\"M137.5,169.5h-72\\n\\t\\tc0-72,63-73,63-126h-54C74.5,96.5,137.5,97.5,137.5,169.5z\"\\n        />\\n        <path\\n          class=\"hourglass\"\\n          fill=\"none\"\\n          stroke=\"#74C2EE\"\\n          stroke-width=\"5\"\\n          stroke-linecap=\"round\"\\n          stroke-miterlimit=\"10\"\\n          d=\"M65.5,34.5h72\\n\\t\\tc0,71-63,71-63,126h54C128.5,105.5,65.5,105.5,65.5,34.5z\"\\n        />\\n      </g>\\n    </svg>\\n  \\n    @endempty\\n    <div class=\"loading-user\">{!! $theme_config[\\'loading_text\\'] !!}</div>\\n  ',VUE_APP_FAVICON:'\\n    @empty($logo)\\n    <link rel=\"icon\" href=\"/theme/{{$theme}}/favicon.svg\" />\\n    @endempty\\n    <link rel=\"icon\" href=\"{{ $logo }}\" />\\n  ',BASE_URL:\"/theme/{{$theme}}/\"})||console.error(\"[@ant-design/icons-vue]: \"+t+\".\")}function h(e){return\"object\"===typeof e&&\"string\"===typeof e.name&&\"string\"===typeof e.theme&&(\"object\"===typeof e.icon||\"function\"===typeof e.icon)}function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Object.keys(e).reduce((function(t,n){var r=e[n];switch(n){case\"class\":t.className=r,delete t[\"class\"];break;default:t[n]=r}return t}),{})}var f=function(){function e(){a()(this,e),this.collection={}}return c()(e,[{key:\"clear\",value:function(){this.collection={}}},{key:\"delete\",value:function(e){return delete this.collection[e]}},{key:\"get\",value:function(e){return this.collection[e]}},{key:\"has\",value:function(e){return Boolean(this.collection[e])}},{key:\"set\",value:function(e,t){return this.collection[e]=t,this}},{key:\"size\",get:function(){return Object.keys(this.collection).length}}]),e}();function p(e,t,n,r){return e(t.tag,r?i()({key:n},r,{attrs:i()({},d(t.attrs),r.attrs)}):{key:n,attrs:i()({},d(t.attrs))},(t.children||[]).map((function(r,i){return p(e,r,n+\"-\"+t.tag+\"-\"+i)})))}function v(e){return Object(l[\"generate\"])(e)[0]}function m(e,t){switch(t){case\"fill\":return e+\"-fill\";case\"outline\":return e+\"-o\";case\"twotone\":return e+\"-twotone\";default:throw new TypeError(\"Unknown theme type: \"+t+\", name: \"+e)}}}).call(this,n(\"4362\"))},\"2b03\":function(e,t){function n(e,t,n,r){var i=e.length,o=n+(r?1:-1);while(r?o--:++o<i)if(t(e[o],o,e))return o;return-1}e.exports=n},\"2b0e\":function(e,t,n){\"use strict\";(function(e){\n/*!\n * Vue.js v2.6.11\n * (c) 2014-2019 Evan You\n * Released under the MIT License.\n */\nvar n=Object.freeze({});function r(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function o(e){return!0===e}function a(e){return!1===e}function s(e){return\"string\"===typeof e||\"number\"===typeof e||\"symbol\"===typeof e||\"boolean\"===typeof e}function c(e){return null!==e&&\"object\"===typeof e}var l=Object.prototype.toString;function u(e){return\"[object Object]\"===l.call(e)}function h(e){return\"[object RegExp]\"===l.call(e)}function d(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function f(e){return i(e)&&\"function\"===typeof e.then&&\"function\"===typeof e.catch}function p(e){return null==e?\"\":Array.isArray(e)||u(e)&&e.toString===l?JSON.stringify(e,null,2):String(e)}function v(e){var t=parseFloat(e);return isNaN(t)?e:t}function m(e,t){for(var n=Object.create(null),r=e.split(\",\"),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}m(\"slot,component\",!0);var g=m(\"key,ref,slot,slot-scope,is\");function b(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function C(e,t){return y.call(e,t)}function w(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var x=/-(\\w)/g,S=w((function(e){return e.replace(x,(function(e,t){return t?t.toUpperCase():\"\"}))})),k=w((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),O=/\\B([A-Z])/g,M=w((function(e){return e.replace(O,\"-$1\").toLowerCase()}));function z(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function _(e,t){return e.bind(t)}var T=Function.prototype.bind?_:z;function V(e,t){t=t||0;var n=e.length-t,r=new Array(n);while(n--)r[n]=e[n+t];return r}function j(e,t){for(var n in t)e[n]=t[n];return e}function P(e){for(var t={},n=0;n<e.length;n++)e[n]&&j(t,e[n]);return t}function E(e,t,n){}var H=function(e,t,n){return!1},L=function(e){return e};function $(e,t){if(e===t)return!0;var n=c(e),r=c(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Array.isArray(e),o=Array.isArray(t);if(i&&o)return e.length===t.length&&e.every((function(e,n){return $(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(i||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(n){return $(e[n],t[n])}))}catch(l){return!1}}function A(e,t){for(var n=0;n<e.length;n++)if($(e[n],t))return n;return-1}function F(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var I=\"data-server-rendered\",R=[\"component\",\"directive\",\"filter\"],D=[\"beforeCreate\",\"created\",\"beforeMount\",\"mounted\",\"beforeUpdate\",\"updated\",\"beforeDestroy\",\"destroyed\",\"activated\",\"deactivated\",\"errorCaptured\",\"serverPrefetch\"],N={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:H,isReservedAttr:H,isUnknownElement:H,getTagNamespace:E,parsePlatformTagName:L,mustUseProp:H,async:!0,_lifecycleHooks:D},B=/a-zA-Z\\u00B7\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u203F-\\u2040\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD/;function K(e){var t=(e+\"\").charCodeAt(0);return 36===t||95===t}function W(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var U=new RegExp(\"[^\"+B.source+\".$_\\\\d]\");function q(e){if(!U.test(e)){var t=e.split(\".\");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}var Y,G=\"__proto__\"in{},X=\"undefined\"!==typeof window,J=\"undefined\"!==typeof WXEnvironment&&!!WXEnvironment.platform,Q=J&&WXEnvironment.platform.toLowerCase(),Z=X&&window.navigator.userAgent.toLowerCase(),ee=Z&&/msie|trident/.test(Z),te=Z&&Z.indexOf(\"msie 9.0\")>0,ne=Z&&Z.indexOf(\"edge/\")>0,re=(Z&&Z.indexOf(\"android\"),Z&&/iphone|ipad|ipod|ios/.test(Z)||\"ios\"===Q),ie=(Z&&/chrome\\/\\d+/.test(Z),Z&&/phantomjs/.test(Z),Z&&Z.match(/firefox\\/(\\d+)/)),oe={}.watch,ae=!1;if(X)try{var se={};Object.defineProperty(se,\"passive\",{get:function(){ae=!0}}),window.addEventListener(\"test-passive\",null,se)}catch(Sa){}var ce=function(){return void 0===Y&&(Y=!X&&!J&&\"undefined\"!==typeof e&&(e[\"process\"]&&\"server\"===e[\"process\"].env.VUE_ENV)),Y},le=X&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ue(e){return\"function\"===typeof e&&/native code/.test(e.toString())}var he,de=\"undefined\"!==typeof Symbol&&ue(Symbol)&&\"undefined\"!==typeof Reflect&&ue(Reflect.ownKeys);he=\"undefined\"!==typeof Set&&ue(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var fe=E,pe=0,ve=function(){this.id=pe++,this.subs=[]};ve.prototype.addSub=function(e){this.subs.push(e)},ve.prototype.removeSub=function(e){b(this.subs,e)},ve.prototype.depend=function(){ve.target&&ve.target.addDep(this)},ve.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t<n;t++)e[t].update()},ve.target=null;var me=[];function ge(e){me.push(e),ve.target=e}function be(){me.pop(),ve.target=me[me.length-1]}var ye=function(e,t,n,r,i,o,a,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},Ce={child:{configurable:!0}};Ce.child.get=function(){return this.componentInstance},Object.defineProperties(ye.prototype,Ce);var we=function(e){void 0===e&&(e=\"\");var t=new ye;return t.text=e,t.isComment=!0,t};function xe(e){return new ye(void 0,void 0,void 0,String(e))}function Se(e){var t=new ye(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var ke=Array.prototype,Oe=Object.create(ke),Me=[\"push\",\"pop\",\"shift\",\"unshift\",\"splice\",\"sort\",\"reverse\"];Me.forEach((function(e){var t=ke[e];W(Oe,e,(function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];var i,o=t.apply(this,n),a=this.__ob__;switch(e){case\"push\":case\"unshift\":i=n;break;case\"splice\":i=n.slice(2);break}return i&&a.observeArray(i),a.dep.notify(),o}))}));var ze=Object.getOwnPropertyNames(Oe),_e=!0;function Te(e){_e=e}var Ve=function(e){this.value=e,this.dep=new ve,this.vmCount=0,W(e,\"__ob__\",this),Array.isArray(e)?(G?je(e,Oe):Pe(e,Oe,ze),this.observeArray(e)):this.walk(e)};function je(e,t){e.__proto__=t}function Pe(e,t,n){for(var r=0,i=n.length;r<i;r++){var o=n[r];W(e,o,t[o])}}function Ee(e,t){var n;if(c(e)&&!(e instanceof ye))return C(e,\"__ob__\")&&e.__ob__ instanceof Ve?n=e.__ob__:_e&&!ce()&&(Array.isArray(e)||u(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Ve(e)),t&&n&&n.vmCount++,n}function He(e,t,n,r,i){var o=new ve,a=Object.getOwnPropertyDescriptor(e,t);if(!a||!1!==a.configurable){var s=a&&a.get,c=a&&a.set;s&&!c||2!==arguments.length||(n=e[t]);var l=!i&&Ee(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return ve.target&&(o.depend(),l&&(l.dep.depend(),Array.isArray(t)&&Ae(t))),t},set:function(t){var r=s?s.call(e):n;t===r||t!==t&&r!==r||s&&!c||(c?c.call(e,t):n=t,l=!i&&Ee(t),o.notify())}})}}function Le(e,t,n){if(Array.isArray(e)&&d(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(He(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function $e(e,t){if(Array.isArray(e)&&d(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||C(e,t)&&(delete e[t],n&&n.dep.notify())}}function Ae(e){for(var t=void 0,n=0,r=e.length;n<r;n++)t=e[n],t&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&Ae(t)}Ve.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)He(e,t[n])},Ve.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Ee(e[t])};var Fe=N.optionMergeStrategies;function Ie(e,t){if(!t)return e;for(var n,r,i,o=de?Reflect.ownKeys(t):Object.keys(t),a=0;a<o.length;a++)n=o[a],\"__ob__\"!==n&&(r=e[n],i=t[n],C(e,n)?r!==i&&u(r)&&u(i)&&Ie(r,i):Le(e,n,i));return e}function Re(e,t,n){return n?function(){var r=\"function\"===typeof t?t.call(n,n):t,i=\"function\"===typeof e?e.call(n,n):e;return r?Ie(r,i):i}:t?e?function(){return Ie(\"function\"===typeof t?t.call(this,this):t,\"function\"===typeof e?e.call(this,this):e)}:t:e}function De(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?Ne(n):n}function Ne(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}function Be(e,t,n,r){var i=Object.create(e||null);return t?j(i,t):i}Fe.data=function(e,t,n){return n?Re(e,t,n):t&&\"function\"!==typeof t?e:Re(e,t)},D.forEach((function(e){Fe[e]=De})),R.forEach((function(e){Fe[e+\"s\"]=Be})),Fe.watch=function(e,t,n,r){if(e===oe&&(e=void 0),t===oe&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};for(var o in j(i,e),t){var a=i[o],s=t[o];a&&!Array.isArray(a)&&(a=[a]),i[o]=a?a.concat(s):Array.isArray(s)?s:[s]}return i},Fe.props=Fe.methods=Fe.inject=Fe.computed=function(e,t,n,r){if(!e)return t;var i=Object.create(null);return j(i,e),t&&j(i,t),i},Fe.provide=Re;var Ke=function(e,t){return void 0===t?e:t};function We(e,t){var n=e.props;if(n){var r,i,o,a={};if(Array.isArray(n)){r=n.length;while(r--)i=n[r],\"string\"===typeof i&&(o=S(i),a[o]={type:null})}else if(u(n))for(var s in n)i=n[s],o=S(s),a[o]=u(i)?i:{type:i};else 0;e.props=a}}function Ue(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(u(n))for(var o in n){var a=n[o];r[o]=u(a)?j({from:o},a):{from:a}}else 0}}function qe(e){var t=e.directives;if(t)for(var n in t){var r=t[n];\"function\"===typeof r&&(t[n]={bind:r,update:r})}}function Ye(e,t,n){if(\"function\"===typeof t&&(t=t.options),We(t,n),Ue(t,n),qe(t),!t._base&&(t.extends&&(e=Ye(e,t.extends,n)),t.mixins))for(var r=0,i=t.mixins.length;r<i;r++)e=Ye(e,t.mixins[r],n);var o,a={};for(o in e)s(o);for(o in t)C(e,o)||s(o);function s(r){var i=Fe[r]||Ke;a[r]=i(e[r],t[r],n,r)}return a}function Ge(e,t,n,r){if(\"string\"===typeof n){var i=e[t];if(C(i,n))return i[n];var o=S(n);if(C(i,o))return i[o];var a=k(o);if(C(i,a))return i[a];var s=i[n]||i[o]||i[a];return s}}function Xe(e,t,n,r){var i=t[e],o=!C(n,e),a=n[e],s=et(Boolean,i.type);if(s>-1)if(o&&!C(i,\"default\"))a=!1;else if(\"\"===a||a===M(e)){var c=et(String,i.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=Je(r,i,e);var l=_e;Te(!0),Ee(a),Te(l)}return a}function Je(e,t,n){if(C(t,\"default\")){var r=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:\"function\"===typeof r&&\"Function\"!==Qe(t.type)?r.call(e):r}}function Qe(e){var t=e&&e.toString().match(/^\\s*function (\\w+)/);return t?t[1]:\"\"}function Ze(e,t){return Qe(e)===Qe(t)}function et(e,t){if(!Array.isArray(t))return Ze(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(Ze(t[n],e))return n;return-1}function tt(e,t,n){ge();try{if(t){var r=t;while(r=r.$parent){var i=r.$options.errorCaptured;if(i)for(var o=0;o<i.length;o++)try{var a=!1===i[o].call(r,e,t,n);if(a)return}catch(Sa){rt(Sa,r,\"errorCaptured hook\")}}}rt(e,t,n)}finally{be()}}function nt(e,t,n,r,i){var o;try{o=n?e.apply(t,n):e.call(t),o&&!o._isVue&&f(o)&&!o._handled&&(o.catch((function(e){return tt(e,r,i+\" (Promise/async)\")})),o._handled=!0)}catch(Sa){tt(Sa,r,i)}return o}function rt(e,t,n){if(N.errorHandler)try{return N.errorHandler.call(null,e,t,n)}catch(Sa){Sa!==e&&it(Sa,null,\"config.errorHandler\")}it(e,t,n)}function it(e,t,n){if(!X&&!J||\"undefined\"===typeof console)throw e;console.error(e)}var ot,at=!1,st=[],ct=!1;function lt(){ct=!1;var e=st.slice(0);st.length=0;for(var t=0;t<e.length;t++)e[t]()}if(\"undefined\"!==typeof Promise&&ue(Promise)){var ut=Promise.resolve();ot=function(){ut.then(lt),re&&setTimeout(E)},at=!0}else if(ee||\"undefined\"===typeof MutationObserver||!ue(MutationObserver)&&\"[object MutationObserverConstructor]\"!==MutationObserver.toString())ot=\"undefined\"!==typeof setImmediate&&ue(setImmediate)?function(){setImmediate(lt)}:function(){setTimeout(lt,0)};else{var ht=1,dt=new MutationObserver(lt),ft=document.createTextNode(String(ht));dt.observe(ft,{characterData:!0}),ot=function(){ht=(ht+1)%2,ft.data=String(ht)},at=!0}function pt(e,t){var n;if(st.push((function(){if(e)try{e.call(t)}catch(Sa){tt(Sa,t,\"nextTick\")}else n&&n(t)})),ct||(ct=!0,ot()),!e&&\"undefined\"!==typeof Promise)return new Promise((function(e){n=e}))}var vt=new he;function mt(e){gt(e,vt),vt.clear()}function gt(e,t){var n,r,i=Array.isArray(e);if(!(!i&&!c(e)||Object.isFrozen(e)||e instanceof ye)){if(e.__ob__){var o=e.__ob__.dep.id;if(t.has(o))return;t.add(o)}if(i){n=e.length;while(n--)gt(e[n],t)}else{r=Object.keys(e),n=r.length;while(n--)gt(e[r[n]],t)}}}var bt=w((function(e){var t=\"&\"===e.charAt(0);e=t?e.slice(1):e;var n=\"~\"===e.charAt(0);e=n?e.slice(1):e;var r=\"!\"===e.charAt(0);return e=r?e.slice(1):e,{name:e,once:n,capture:r,passive:t}}));function yt(e,t){function n(){var e=arguments,r=n.fns;if(!Array.isArray(r))return nt(r,null,arguments,t,\"v-on handler\");for(var i=r.slice(),o=0;o<i.length;o++)nt(i[o],null,e,t,\"v-on handler\")}return n.fns=e,n}function Ct(e,t,n,i,a,s){var c,l,u,h;for(c in e)l=e[c],u=t[c],h=bt(c),r(l)||(r(u)?(r(l.fns)&&(l=e[c]=yt(l,s)),o(h.once)&&(l=e[c]=a(h.name,l,h.capture)),n(h.name,l,h.capture,h.passive,h.params)):l!==u&&(u.fns=l,e[c]=u));for(c in t)r(e[c])&&(h=bt(c),i(h.name,t[c],h.capture))}function wt(e,t,n){var a;e instanceof ye&&(e=e.data.hook||(e.data.hook={}));var s=e[t];function c(){n.apply(this,arguments),b(a.fns,c)}r(s)?a=yt([c]):i(s.fns)&&o(s.merged)?(a=s,a.fns.push(c)):a=yt([s,c]),a.merged=!0,e[t]=a}function xt(e,t,n){var o=t.options.props;if(!r(o)){var a={},s=e.attrs,c=e.props;if(i(s)||i(c))for(var l in o){var u=M(l);St(a,c,l,u,!0)||St(a,s,l,u,!1)}return a}}function St(e,t,n,r,o){if(i(t)){if(C(t,n))return e[n]=t[n],o||delete t[n],!0;if(C(t,r))return e[n]=t[r],o||delete t[r],!0}return!1}function kt(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}function Ot(e){return s(e)?[xe(e)]:Array.isArray(e)?zt(e):void 0}function Mt(e){return i(e)&&i(e.text)&&a(e.isComment)}function zt(e,t){var n,a,c,l,u=[];for(n=0;n<e.length;n++)a=e[n],r(a)||\"boolean\"===typeof a||(c=u.length-1,l=u[c],Array.isArray(a)?a.length>0&&(a=zt(a,(t||\"\")+\"_\"+n),Mt(a[0])&&Mt(l)&&(u[c]=xe(l.text+a[0].text),a.shift()),u.push.apply(u,a)):s(a)?Mt(l)?u[c]=xe(l.text+a):\"\"!==a&&u.push(xe(a)):Mt(a)&&Mt(l)?u[c]=xe(l.text+a.text):(o(e._isVList)&&i(a.tag)&&r(a.key)&&i(t)&&(a.key=\"__vlist\"+t+\"_\"+n+\"__\"),u.push(a)));return u}function _t(e){var t=e.$options.provide;t&&(e._provided=\"function\"===typeof t?t.call(e):t)}function Tt(e){var t=Vt(e.$options.inject,e);t&&(Te(!1),Object.keys(t).forEach((function(n){He(e,n,t[n])})),Te(!0))}function Vt(e,t){if(e){for(var n=Object.create(null),r=de?Reflect.ownKeys(e):Object.keys(e),i=0;i<r.length;i++){var o=r[i];if(\"__ob__\"!==o){var a=e[o].from,s=t;while(s){if(s._provided&&C(s._provided,a)){n[o]=s._provided[a];break}s=s.$parent}if(!s)if(\"default\"in e[o]){var c=e[o].default;n[o]=\"function\"===typeof c?c.call(t):c}else 0}}return n}}function jt(e,t){if(!e||!e.length)return{};for(var n={},r=0,i=e.length;r<i;r++){var o=e[r],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==t&&o.fnContext!==t||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,c=n[s]||(n[s]=[]);\"template\"===o.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var l in n)n[l].every(Pt)&&delete n[l];return n}function Pt(e){return e.isComment&&!e.asyncFactory||\" \"===e.text}function Et(e,t,r){var i,o=Object.keys(t).length>0,a=e?!!e.$stable:!o,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&r&&r!==n&&s===r.$key&&!o&&!r.$hasNormal)return r;for(var c in i={},e)e[c]&&\"$\"!==c[0]&&(i[c]=Ht(t,c,e[c]))}else i={};for(var l in t)l in i||(i[l]=Lt(t,l));return e&&Object.isExtensible(e)&&(e._normalized=i),W(i,\"$stable\",a),W(i,\"$key\",s),W(i,\"$hasNormal\",o),i}function Ht(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return e=e&&\"object\"===typeof e&&!Array.isArray(e)?[e]:Ot(e),e&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function Lt(e,t){return function(){return e[t]}}function $t(e,t){var n,r,o,a,s;if(Array.isArray(e)||\"string\"===typeof e)for(n=new Array(e.length),r=0,o=e.length;r<o;r++)n[r]=t(e[r],r);else if(\"number\"===typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(c(e))if(de&&e[Symbol.iterator]){n=[];var l=e[Symbol.iterator](),u=l.next();while(!u.done)n.push(t(u.value,n.length)),u=l.next()}else for(a=Object.keys(e),n=new Array(a.length),r=0,o=a.length;r<o;r++)s=a[r],n[r]=t(e[s],s,r);return i(n)||(n=[]),n._isVList=!0,n}function At(e,t,n,r){var i,o=this.$scopedSlots[e];o?(n=n||{},r&&(n=j(j({},r),n)),i=o(n)||t):i=this.$slots[e]||t;var a=n&&n.slot;return a?this.$createElement(\"template\",{slot:a},i):i}function Ft(e){return Ge(this.$options,\"filters\",e,!0)||L}function It(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function Rt(e,t,n,r,i){var o=N.keyCodes[t]||n;return i&&r&&!N.keyCodes[t]?It(i,r):o?It(o,e):r?M(r)!==t:void 0}function Dt(e,t,n,r,i){if(n)if(c(n)){var o;Array.isArray(n)&&(n=P(n));var a=function(a){if(\"class\"===a||\"style\"===a||g(a))o=e;else{var s=e.attrs&&e.attrs.type;o=r||N.mustUseProp(t,s,a)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var c=S(a),l=M(a);if(!(c in o)&&!(l in o)&&(o[a]=n[a],i)){var u=e.on||(e.on={});u[\"update:\"+a]=function(e){n[a]=e}}};for(var s in n)a(s)}else;return e}function Nt(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t||(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),Kt(r,\"__static__\"+e,!1)),r}function Bt(e,t,n){return Kt(e,\"__once__\"+t+(n?\"_\"+n:\"\"),!0),e}function Kt(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&\"string\"!==typeof e[r]&&Wt(e[r],t+\"_\"+r,n);else Wt(e,t,n)}function Wt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Ut(e,t){if(t)if(u(t)){var n=e.on=e.on?j({},e.on):{};for(var r in t){var i=n[r],o=t[r];n[r]=i?[].concat(i,o):o}}else;return e}function qt(e,t,n,r){t=t||{$stable:!n};for(var i=0;i<e.length;i++){var o=e[i];Array.isArray(o)?qt(o,t,n):o&&(o.proxy&&(o.fn.proxy=!0),t[o.key]=o.fn)}return r&&(t.$key=r),t}function Yt(e,t){for(var n=0;n<t.length;n+=2){var r=t[n];\"string\"===typeof r&&r&&(e[t[n]]=t[n+1])}return e}function Gt(e,t){return\"string\"===typeof e?t+e:e}function Xt(e){e._o=Bt,e._n=v,e._s=p,e._l=$t,e._t=At,e._q=$,e._i=A,e._m=Nt,e._f=Ft,e._k=Rt,e._b=Dt,e._v=xe,e._e=we,e._u=qt,e._g=Ut,e._d=Yt,e._p=Gt}function Jt(e,t,r,i,a){var s,c=this,l=a.options;C(i,\"_uid\")?(s=Object.create(i),s._original=i):(s=i,i=i._original);var u=o(l._compiled),h=!u;this.data=e,this.props=t,this.children=r,this.parent=i,this.listeners=e.on||n,this.injections=Vt(l.inject,i),this.slots=function(){return c.$slots||Et(e.scopedSlots,c.$slots=jt(r,i)),c.$slots},Object.defineProperty(this,\"scopedSlots\",{enumerable:!0,get:function(){return Et(e.scopedSlots,this.slots())}}),u&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=Et(e.scopedSlots,this.$slots)),l._scopeId?this._c=function(e,t,n,r){var o=hn(s,e,t,n,r,h);return o&&!Array.isArray(o)&&(o.fnScopeId=l._scopeId,o.fnContext=i),o}:this._c=function(e,t,n,r){return hn(s,e,t,n,r,h)}}function Qt(e,t,r,o,a){var s=e.options,c={},l=s.props;if(i(l))for(var u in l)c[u]=Xe(u,l,t||n);else i(r.attrs)&&en(c,r.attrs),i(r.props)&&en(c,r.props);var h=new Jt(r,c,a,o,e),d=s.render.call(null,h._c,h);if(d instanceof ye)return Zt(d,r,h.parent,s,h);if(Array.isArray(d)){for(var f=Ot(d)||[],p=new Array(f.length),v=0;v<f.length;v++)p[v]=Zt(f[v],r,h.parent,s,h);return p}}function Zt(e,t,n,r,i){var o=Se(e);return o.fnContext=n,o.fnOptions=r,t.slot&&((o.data||(o.data={})).slot=t.slot),o}function en(e,t){for(var n in t)e[S(n)]=t[n]}Xt(Jt.prototype);var tn={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;tn.prepatch(n,n)}else{var r=e.componentInstance=on(e,Vn);r.$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions,r=t.componentInstance=e.componentInstance;Ln(r,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,In(n,\"mounted\")),e.data.keepAlive&&(t._isMounted?Qn(n):An(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?Fn(t,!0):t.$destroy())}},nn=Object.keys(tn);function rn(e,t,n,a,s){if(!r(e)){var l=n.$options._base;if(c(e)&&(e=l.extend(e)),\"function\"===typeof e){var u;if(r(e.cid)&&(u=e,e=wn(u,l),void 0===e))return Cn(u,t,n,a,s);t=t||{},wr(e),i(t.model)&&cn(e.options,t);var h=xt(t,e,s);if(o(e.options.functional))return Qt(e,h,t,n,a);var d=t.on;if(t.on=t.nativeOn,o(e.options.abstract)){var f=t.slot;t={},f&&(t.slot=f)}an(t);var p=e.options.name||s,v=new ye(\"vue-component-\"+e.cid+(p?\"-\"+p:\"\"),t,void 0,void 0,void 0,n,{Ctor:e,propsData:h,listeners:d,tag:s,children:a},u);return v}}}function on(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},r=e.data.inlineTemplate;return i(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns),new e.componentOptions.Ctor(n)}function an(e){for(var t=e.hook||(e.hook={}),n=0;n<nn.length;n++){var r=nn[n],i=t[r],o=tn[r];i===o||i&&i._merged||(t[r]=i?sn(o,i):o)}}function sn(e,t){var n=function(n,r){e(n,r),t(n,r)};return n._merged=!0,n}function cn(e,t){var n=e.model&&e.model.prop||\"value\",r=e.model&&e.model.event||\"input\";(t.attrs||(t.attrs={}))[n]=t.model.value;var o=t.on||(t.on={}),a=o[r],s=t.model.callback;i(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(o[r]=[s].concat(a)):o[r]=s}var ln=1,un=2;function hn(e,t,n,r,i,a){return(Array.isArray(n)||s(n))&&(i=r,r=n,n=void 0),o(a)&&(i=un),dn(e,t,n,r,i)}function dn(e,t,n,r,o){if(i(n)&&i(n.__ob__))return we();if(i(n)&&i(n.is)&&(t=n.is),!t)return we();var a,s,c;(Array.isArray(r)&&\"function\"===typeof r[0]&&(n=n||{},n.scopedSlots={default:r[0]},r.length=0),o===un?r=Ot(r):o===ln&&(r=kt(r)),\"string\"===typeof t)?(s=e.$vnode&&e.$vnode.ns||N.getTagNamespace(t),a=N.isReservedTag(t)?new ye(N.parsePlatformTagName(t),n,r,void 0,void 0,e):n&&n.pre||!i(c=Ge(e.$options,\"components\",t))?new ye(t,n,r,void 0,void 0,e):rn(c,n,e,r,t)):a=rn(t,n,e,r);return Array.isArray(a)?a:i(a)?(i(s)&&fn(a,s),i(n)&&pn(n),a):we()}function fn(e,t,n){if(e.ns=t,\"foreignObject\"===e.tag&&(t=void 0,n=!0),i(e.children))for(var a=0,s=e.children.length;a<s;a++){var c=e.children[a];i(c.tag)&&(r(c.ns)||o(n)&&\"svg\"!==c.tag)&&fn(c,t,n)}}function pn(e){c(e.style)&&mt(e.style),c(e.class)&&mt(e.class)}function vn(e){e._vnode=null,e._staticTrees=null;var t=e.$options,r=e.$vnode=t._parentVnode,i=r&&r.context;e.$slots=jt(t._renderChildren,i),e.$scopedSlots=n,e._c=function(t,n,r,i){return hn(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return hn(e,t,n,r,i,!0)};var o=r&&r.data;He(e,\"$attrs\",o&&o.attrs||n,null,!0),He(e,\"$listeners\",t._parentListeners||n,null,!0)}var mn,gn=null;function bn(e){Xt(e.prototype),e.prototype.$nextTick=function(e){return pt(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,i=n._parentVnode;i&&(t.$scopedSlots=Et(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=i;try{gn=t,e=r.call(t._renderProxy,t.$createElement)}catch(Sa){tt(Sa,t,\"render\"),e=t._vnode}finally{gn=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof ye||(e=we()),e.parent=i,e}}function yn(e,t){return(e.__esModule||de&&\"Module\"===e[Symbol.toStringTag])&&(e=e.default),c(e)?t.extend(e):e}function Cn(e,t,n,r,i){var o=we();return o.asyncFactory=e,o.asyncMeta={data:t,context:n,children:r,tag:i},o}function wn(e,t){if(o(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;var n=gn;if(n&&i(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n),o(e.loading)&&i(e.loadingComp))return e.loadingComp;if(n&&!i(e.owners)){var a=e.owners=[n],s=!0,l=null,u=null;n.$on(\"hook:destroyed\",(function(){return b(a,n)}));var h=function(e){for(var t=0,n=a.length;t<n;t++)a[t].$forceUpdate();e&&(a.length=0,null!==l&&(clearTimeout(l),l=null),null!==u&&(clearTimeout(u),u=null))},d=F((function(n){e.resolved=yn(n,t),s?a.length=0:h(!0)})),p=F((function(t){i(e.errorComp)&&(e.error=!0,h(!0))})),v=e(d,p);return c(v)&&(f(v)?r(e.resolved)&&v.then(d,p):f(v.component)&&(v.component.then(d,p),i(v.error)&&(e.errorComp=yn(v.error,t)),i(v.loading)&&(e.loadingComp=yn(v.loading,t),0===v.delay?e.loading=!0:l=setTimeout((function(){l=null,r(e.resolved)&&r(e.error)&&(e.loading=!0,h(!1))}),v.delay||200)),i(v.timeout)&&(u=setTimeout((function(){u=null,r(e.resolved)&&p(null)}),v.timeout)))),s=!1,e.loading?e.loadingComp:e.resolved}}function xn(e){return e.isComment&&e.asyncFactory}function Sn(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(i(n)&&(i(n.componentOptions)||xn(n)))return n}}function kn(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&_n(e,t)}function On(e,t){mn.$on(e,t)}function Mn(e,t){mn.$off(e,t)}function zn(e,t){var n=mn;return function r(){var i=t.apply(null,arguments);null!==i&&n.$off(e,r)}}function _n(e,t,n){mn=e,Ct(t,n||{},On,Mn,zn,e),mn=void 0}function Tn(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var i=0,o=e.length;i<o;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)n.$off(e[r],t);return n}var o,a=n._events[e];if(!a)return n;if(!t)return n._events[e]=null,n;var s=a.length;while(s--)if(o=a[s],o===t||o.fn===t){a.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?V(n):n;for(var r=V(arguments,1),i='event handler for \"'+e+'\"',o=0,a=n.length;o<a;o++)nt(n[o],t,r,t,i)}return t}}var Vn=null;function jn(e){var t=Vn;return Vn=e,function(){Vn=t}}function Pn(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){while(n.$options.abstract&&n.$parent)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function En(e){e.prototype._update=function(e,t){var n=this,r=n.$el,i=n._vnode,o=jn(n);n._vnode=e,n.$el=i?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),o(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){var e=this;e._watcher&&e._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){In(e,\"beforeDestroy\"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||b(t.$children,e),e._watcher&&e._watcher.teardown();var n=e._watchers.length;while(n--)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),In(e,\"destroyed\"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}function Hn(e,t,n){var r;return e.$el=t,e.$options.render||(e.$options.render=we),In(e,\"beforeMount\"),r=function(){e._update(e._render(),n)},new nr(e,r,E,{before:function(){e._isMounted&&!e._isDestroyed&&In(e,\"beforeUpdate\")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,In(e,\"mounted\")),e}function Ln(e,t,r,i,o){var a=i.data.scopedSlots,s=e.$scopedSlots,c=!!(a&&!a.$stable||s!==n&&!s.$stable||a&&e.$scopedSlots.$key!==a.$key),l=!!(o||e.$options._renderChildren||c);if(e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i),e.$options._renderChildren=o,e.$attrs=i.data.attrs||n,e.$listeners=r||n,t&&e.$options.props){Te(!1);for(var u=e._props,h=e.$options._propKeys||[],d=0;d<h.length;d++){var f=h[d],p=e.$options.props;u[f]=Xe(f,p,t,e)}Te(!0),e.$options.propsData=t}r=r||n;var v=e.$options._parentListeners;e.$options._parentListeners=r,_n(e,r,v),l&&(e.$slots=jt(o,i.context),e.$forceUpdate())}function $n(e){while(e&&(e=e.$parent))if(e._inactive)return!0;return!1}function An(e,t){if(t){if(e._directInactive=!1,$n(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)An(e.$children[n]);In(e,\"activated\")}}function Fn(e,t){if((!t||(e._directInactive=!0,!$n(e)))&&!e._inactive){e._inactive=!0;for(var n=0;n<e.$children.length;n++)Fn(e.$children[n]);In(e,\"deactivated\")}}function In(e,t){ge();var n=e.$options[t],r=t+\" hook\";if(n)for(var i=0,o=n.length;i<o;i++)nt(n[i],e,null,e,r);e._hasHookEvent&&e.$emit(\"hook:\"+t),be()}var Rn=[],Dn=[],Nn={},Bn=!1,Kn=!1,Wn=0;function Un(){Wn=Rn.length=Dn.length=0,Nn={},Bn=Kn=!1}var qn=0,Yn=Date.now;if(X&&!ee){var Gn=window.performance;Gn&&\"function\"===typeof Gn.now&&Yn()>document.createEvent(\"Event\").timeStamp&&(Yn=function(){return Gn.now()})}function Xn(){var e,t;for(qn=Yn(),Kn=!0,Rn.sort((function(e,t){return e.id-t.id})),Wn=0;Wn<Rn.length;Wn++)e=Rn[Wn],e.before&&e.before(),t=e.id,Nn[t]=null,e.run();var n=Dn.slice(),r=Rn.slice();Un(),Zn(n),Jn(r),le&&N.devtools&&le.emit(\"flush\")}function Jn(e){var t=e.length;while(t--){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&In(r,\"updated\")}}function Qn(e){e._inactive=!1,Dn.push(e)}function Zn(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,An(e[t],!0)}function er(e){var t=e.id;if(null==Nn[t]){if(Nn[t]=!0,Kn){var n=Rn.length-1;while(n>Wn&&Rn[n].id>e.id)n--;Rn.splice(n+1,0,e)}else Rn.push(e);Bn||(Bn=!0,pt(Xn))}}var tr=0,nr=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++tr,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new he,this.newDepIds=new he,this.expression=\"\",\"function\"===typeof t?this.getter=t:(this.getter=q(t),this.getter||(this.getter=E)),this.value=this.lazy?void 0:this.get()};nr.prototype.get=function(){var e;ge(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(Sa){if(!this.user)throw Sa;tt(Sa,t,'getter for watcher \"'+this.expression+'\"')}finally{this.deep&&mt(e),be(),this.cleanupDeps()}return e},nr.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},nr.prototype.cleanupDeps=function(){var e=this.deps.length;while(e--){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},nr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():er(this)},nr.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||c(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(Sa){tt(Sa,this.vm,'callback for watcher \"'+this.expression+'\"')}else this.cb.call(this.vm,e,t)}}},nr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},nr.prototype.depend=function(){var e=this.deps.length;while(e--)this.deps[e].depend()},nr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||b(this.vm._watchers,this);var e=this.deps.length;while(e--)this.deps[e].removeSub(this);this.active=!1}};var rr={enumerable:!0,configurable:!0,get:E,set:E};function ir(e,t,n){rr.get=function(){return this[t][n]},rr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,rr)}function or(e){e._watchers=[];var t=e.$options;t.props&&ar(e,t.props),t.methods&&pr(e,t.methods),t.data?sr(e):Ee(e._data={},!0),t.computed&&ur(e,t.computed),t.watch&&t.watch!==oe&&vr(e,t.watch)}function ar(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],o=!e.$parent;o||Te(!1);var a=function(o){i.push(o);var a=Xe(o,t,n,e);He(r,o,a),o in e||ir(e,\"_props\",o)};for(var s in t)a(s);Te(!0)}function sr(e){var t=e.$options.data;t=e._data=\"function\"===typeof t?cr(t,e):t||{},u(t)||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);while(i--){var o=n[i];0,r&&C(r,o)||K(o)||ir(e,\"_data\",o)}Ee(t,!0)}function cr(e,t){ge();try{return e.call(t,t)}catch(Sa){return tt(Sa,t,\"data()\"),{}}finally{be()}}var lr={lazy:!0};function ur(e,t){var n=e._computedWatchers=Object.create(null),r=ce();for(var i in t){var o=t[i],a=\"function\"===typeof o?o:o.get;0,r||(n[i]=new nr(e,a||E,E,lr)),i in e||hr(e,i,o)}}function hr(e,t,n){var r=!ce();\"function\"===typeof n?(rr.get=r?dr(t):fr(n),rr.set=E):(rr.get=n.get?r&&!1!==n.cache?dr(t):fr(n.get):E,rr.set=n.set||E),Object.defineProperty(e,t,rr)}function dr(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),ve.target&&t.depend(),t.value}}function fr(e){return function(){return e.call(this,this)}}function pr(e,t){e.$options.props;for(var n in t)e[n]=\"function\"!==typeof t[n]?E:T(t[n],e)}function vr(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)mr(e,n,r[i]);else mr(e,n,r)}}function mr(e,t,n,r){return u(n)&&(r=n,n=n.handler),\"string\"===typeof n&&(n=e[n]),e.$watch(t,n,r)}function gr(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,\"$data\",t),Object.defineProperty(e.prototype,\"$props\",n),e.prototype.$set=Le,e.prototype.$delete=$e,e.prototype.$watch=function(e,t,n){var r=this;if(u(t))return mr(r,e,t,n);n=n||{},n.user=!0;var i=new nr(r,e,t,n);if(n.immediate)try{t.call(r,i.value)}catch(o){tt(o,r,'callback for immediate watcher \"'+i.expression+'\"')}return function(){i.teardown()}}}var br=0;function yr(e){e.prototype._init=function(e){var t=this;t._uid=br++,t._isVue=!0,e&&e._isComponent?Cr(t,e):t.$options=Ye(wr(t.constructor),e||{},t),t._renderProxy=t,t._self=t,Pn(t),kn(t),vn(t),In(t,\"beforeCreate\"),Tt(t),or(t),_t(t),In(t,\"created\"),t.$options.el&&t.$mount(t.$options.el)}}function Cr(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}function wr(e){var t=e.options;if(e.super){var n=wr(e.super),r=e.superOptions;if(n!==r){e.superOptions=n;var i=xr(e);i&&j(e.extendOptions,i),t=e.options=Ye(n,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function xr(e){var t,n=e.options,r=e.sealedOptions;for(var i in n)n[i]!==r[i]&&(t||(t={}),t[i]=n[i]);return t}function Sr(e){this._init(e)}function kr(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=V(arguments,1);return n.unshift(this),\"function\"===typeof e.install?e.install.apply(e,n):\"function\"===typeof e&&e.apply(null,n),t.push(e),this}}function Or(e){e.mixin=function(e){return this.options=Ye(this.options,e),this}}function Mr(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var o=e.name||n.options.name;var a=function(e){this._init(e)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=t++,a.options=Ye(n.options,e),a[\"super\"]=n,a.options.props&&zr(a),a.options.computed&&_r(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,R.forEach((function(e){a[e]=n[e]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=j({},a.options),i[r]=a,a}}function zr(e){var t=e.options.props;for(var n in t)ir(e.prototype,\"_props\",n)}function _r(e){var t=e.options.computed;for(var n in t)hr(e.prototype,n,t[n])}function Tr(e){R.forEach((function(t){e[t]=function(e,n){return n?(\"component\"===t&&u(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),\"directive\"===t&&\"function\"===typeof n&&(n={bind:n,update:n}),this.options[t+\"s\"][e]=n,n):this.options[t+\"s\"][e]}}))}function Vr(e){return e&&(e.Ctor.options.name||e.tag)}function jr(e,t){return Array.isArray(e)?e.indexOf(t)>-1:\"string\"===typeof e?e.split(\",\").indexOf(t)>-1:!!h(e)&&e.test(t)}function Pr(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var o in n){var a=n[o];if(a){var s=Vr(a.componentOptions);s&&!t(s)&&Er(n,o,r,i)}}}function Er(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,b(n,t)}yr(Sr),gr(Sr),Tn(Sr),En(Sr),bn(Sr);var Hr=[String,RegExp,Array],Lr={name:\"keep-alive\",abstract:!0,props:{include:Hr,exclude:Hr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Er(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch(\"include\",(function(t){Pr(e,(function(e){return jr(t,e)}))})),this.$watch(\"exclude\",(function(t){Pr(e,(function(e){return!jr(t,e)}))}))},render:function(){var e=this.$slots.default,t=Sn(e),n=t&&t.componentOptions;if(n){var r=Vr(n),i=this,o=i.include,a=i.exclude;if(o&&(!r||!jr(o,r))||a&&r&&jr(a,r))return t;var s=this,c=s.cache,l=s.keys,u=null==t.key?n.Ctor.cid+(n.tag?\"::\"+n.tag:\"\"):t.key;c[u]?(t.componentInstance=c[u].componentInstance,b(l,u),l.push(u)):(c[u]=t,l.push(u),this.max&&l.length>parseInt(this.max)&&Er(c,l[0],l,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},$r={KeepAlive:Lr};function Ar(e){var t={get:function(){return N}};Object.defineProperty(e,\"config\",t),e.util={warn:fe,extend:j,mergeOptions:Ye,defineReactive:He},e.set=Le,e.delete=$e,e.nextTick=pt,e.observable=function(e){return Ee(e),e},e.options=Object.create(null),R.forEach((function(t){e.options[t+\"s\"]=Object.create(null)})),e.options._base=e,j(e.options.components,$r),kr(e),Or(e),Mr(e),Tr(e)}Ar(Sr),Object.defineProperty(Sr.prototype,\"$isServer\",{get:ce}),Object.defineProperty(Sr.prototype,\"$ssrContext\",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Sr,\"FunctionalRenderContext\",{value:Jt}),Sr.version=\"2.6.11\";var Fr=m(\"style,class\"),Ir=m(\"input,textarea,option,select,progress\"),Rr=function(e,t,n){return\"value\"===n&&Ir(e)&&\"button\"!==t||\"selected\"===n&&\"option\"===e||\"checked\"===n&&\"input\"===e||\"muted\"===n&&\"video\"===e},Dr=m(\"contenteditable,draggable,spellcheck\"),Nr=m(\"events,caret,typing,plaintext-only\"),Br=function(e,t){return Yr(t)||\"false\"===t?\"false\":\"contenteditable\"===e&&Nr(t)?t:\"true\"},Kr=m(\"allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible\"),Wr=\"http://www.w3.org/1999/xlink\",Ur=function(e){return\":\"===e.charAt(5)&&\"xlink\"===e.slice(0,5)},qr=function(e){return Ur(e)?e.slice(6,e.length):\"\"},Yr=function(e){return null==e||!1===e};function Gr(e){var t=e.data,n=e,r=e;while(i(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(t=Xr(r.data,t));while(i(n=n.parent))n&&n.data&&(t=Xr(t,n.data));return Jr(t.staticClass,t.class)}function Xr(e,t){return{staticClass:Qr(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Jr(e,t){return i(e)||i(t)?Qr(e,Zr(t)):\"\"}function Qr(e,t){return e?t?e+\" \"+t:e:t||\"\"}function Zr(e){return Array.isArray(e)?ei(e):c(e)?ti(e):\"string\"===typeof e?e:\"\"}function ei(e){for(var t,n=\"\",r=0,o=e.length;r<o;r++)i(t=Zr(e[r]))&&\"\"!==t&&(n&&(n+=\" \"),n+=t);return n}function ti(e){var t=\"\";for(var n in e)e[n]&&(t&&(t+=\" \"),t+=n);return t}var ni={svg:\"http://www.w3.org/2000/svg\",math:\"http://www.w3.org/1998/Math/MathML\"},ri=m(\"html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot\"),ii=m(\"svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view\",!0),oi=function(e){return ri(e)||ii(e)};function ai(e){return ii(e)?\"svg\":\"math\"===e?\"math\":void 0}var si=Object.create(null);function ci(e){if(!X)return!0;if(oi(e))return!1;if(e=e.toLowerCase(),null!=si[e])return si[e];var t=document.createElement(e);return e.indexOf(\"-\")>-1?si[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:si[e]=/HTMLUnknownElement/.test(t.toString())}var li=m(\"text,number,password,search,email,tel,url\");function ui(e){if(\"string\"===typeof e){var t=document.querySelector(e);return t||document.createElement(\"div\")}return e}function hi(e,t){var n=document.createElement(e);return\"select\"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute(\"multiple\",\"multiple\"),n}function di(e,t){return document.createElementNS(ni[e],t)}function fi(e){return document.createTextNode(e)}function pi(e){return document.createComment(e)}function vi(e,t,n){e.insertBefore(t,n)}function mi(e,t){e.removeChild(t)}function gi(e,t){e.appendChild(t)}function bi(e){return e.parentNode}function yi(e){return e.nextSibling}function Ci(e){return e.tagName}function wi(e,t){e.textContent=t}function xi(e,t){e.setAttribute(t,\"\")}var Si=Object.freeze({createElement:hi,createElementNS:di,createTextNode:fi,createComment:pi,insertBefore:vi,removeChild:mi,appendChild:gi,parentNode:bi,nextSibling:yi,tagName:Ci,setTextContent:wi,setStyleScope:xi}),ki={create:function(e,t){Oi(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Oi(e,!0),Oi(t))},destroy:function(e){Oi(e,!0)}};function Oi(e,t){var n=e.data.ref;if(i(n)){var r=e.context,o=e.componentInstance||e.elm,a=r.$refs;t?Array.isArray(a[n])?b(a[n],o):a[n]===o&&(a[n]=void 0):e.data.refInFor?Array.isArray(a[n])?a[n].indexOf(o)<0&&a[n].push(o):a[n]=[o]:a[n]=o}}var Mi=new ye(\"\",{},[]),zi=[\"create\",\"activate\",\"update\",\"remove\",\"destroy\"];function _i(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&Ti(e,t)||o(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&r(t.asyncFactory.error))}function Ti(e,t){if(\"input\"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,o=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===o||li(r)&&li(o)}function Vi(e,t,n){var r,o,a={};for(r=t;r<=n;++r)o=e[r].key,i(o)&&(a[o]=r);return a}function ji(e){var t,n,a={},c=e.modules,l=e.nodeOps;for(t=0;t<zi.length;++t)for(a[zi[t]]=[],n=0;n<c.length;++n)i(c[n][zi[t]])&&a[zi[t]].push(c[n][zi[t]]);function u(e){return new ye(l.tagName(e).toLowerCase(),{},[],void 0,e)}function h(e,t){function n(){0===--n.listeners&&d(e)}return n.listeners=t,n}function d(e){var t=l.parentNode(e);i(t)&&l.removeChild(t,e)}function f(e,t,n,r,a,s,c){if(i(e.elm)&&i(s)&&(e=s[c]=Se(e)),e.isRootInsert=!a,!p(e,t,n,r)){var u=e.data,h=e.children,d=e.tag;i(d)?(e.elm=e.ns?l.createElementNS(e.ns,d):l.createElement(d,e),x(e),y(e,h,t),i(u)&&w(e,t),b(n,e.elm,r)):o(e.isComment)?(e.elm=l.createComment(e.text),b(n,e.elm,r)):(e.elm=l.createTextNode(e.text),b(n,e.elm,r))}}function p(e,t,n,r){var a=e.data;if(i(a)){var s=i(e.componentInstance)&&a.keepAlive;if(i(a=a.hook)&&i(a=a.init)&&a(e,!1),i(e.componentInstance))return v(e,t),b(n,e.elm,r),o(s)&&g(e,t,n,r),!0}}function v(e,t){i(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,C(e)?(w(e,t),x(e)):(Oi(e),t.push(e))}function g(e,t,n,r){var o,s=e;while(s.componentInstance)if(s=s.componentInstance._vnode,i(o=s.data)&&i(o=o.transition)){for(o=0;o<a.activate.length;++o)a.activate[o](Mi,s);t.push(s);break}b(n,e.elm,r)}function b(e,t,n){i(e)&&(i(n)?l.parentNode(n)===e&&l.insertBefore(e,t,n):l.appendChild(e,t))}function y(e,t,n){if(Array.isArray(t)){0;for(var r=0;r<t.length;++r)f(t[r],n,e.elm,null,!0,t,r)}else s(e.text)&&l.appendChild(e.elm,l.createTextNode(String(e.text)))}function C(e){while(e.componentInstance)e=e.componentInstance._vnode;return i(e.tag)}function w(e,n){for(var r=0;r<a.create.length;++r)a.create[r](Mi,e);t=e.data.hook,i(t)&&(i(t.create)&&t.create(Mi,e),i(t.insert)&&n.push(e))}function x(e){var t;if(i(t=e.fnScopeId))l.setStyleScope(e.elm,t);else{var n=e;while(n)i(t=n.context)&&i(t=t.$options._scopeId)&&l.setStyleScope(e.elm,t),n=n.parent}i(t=Vn)&&t!==e.context&&t!==e.fnContext&&i(t=t.$options._scopeId)&&l.setStyleScope(e.elm,t)}function S(e,t,n,r,i,o){for(;r<=i;++r)f(n[r],o,e,t,!1,n,r)}function k(e){var t,n,r=e.data;if(i(r))for(i(t=r.hook)&&i(t=t.destroy)&&t(e),t=0;t<a.destroy.length;++t)a.destroy[t](e);if(i(t=e.children))for(n=0;n<e.children.length;++n)k(e.children[n])}function O(e,t,n){for(;t<=n;++t){var r=e[t];i(r)&&(i(r.tag)?(M(r),k(r)):d(r.elm))}}function M(e,t){if(i(t)||i(e.data)){var n,r=a.remove.length+1;for(i(t)?t.listeners+=r:t=h(e.elm,r),i(n=e.componentInstance)&&i(n=n._vnode)&&i(n.data)&&M(n,t),n=0;n<a.remove.length;++n)a.remove[n](e,t);i(n=e.data.hook)&&i(n=n.remove)?n(e,t):t()}else d(e.elm)}function z(e,t,n,o,a){var s,c,u,h,d=0,p=0,v=t.length-1,m=t[0],g=t[v],b=n.length-1,y=n[0],C=n[b],w=!a;while(d<=v&&p<=b)r(m)?m=t[++d]:r(g)?g=t[--v]:_i(m,y)?(T(m,y,o,n,p),m=t[++d],y=n[++p]):_i(g,C)?(T(g,C,o,n,b),g=t[--v],C=n[--b]):_i(m,C)?(T(m,C,o,n,b),w&&l.insertBefore(e,m.elm,l.nextSibling(g.elm)),m=t[++d],C=n[--b]):_i(g,y)?(T(g,y,o,n,p),w&&l.insertBefore(e,g.elm,m.elm),g=t[--v],y=n[++p]):(r(s)&&(s=Vi(t,d,v)),c=i(y.key)?s[y.key]:_(y,t,d,v),r(c)?f(y,o,e,m.elm,!1,n,p):(u=t[c],_i(u,y)?(T(u,y,o,n,p),t[c]=void 0,w&&l.insertBefore(e,u.elm,m.elm)):f(y,o,e,m.elm,!1,n,p)),y=n[++p]);d>v?(h=r(n[b+1])?null:n[b+1].elm,S(e,h,n,p,b,o)):p>b&&O(t,d,v)}function _(e,t,n,r){for(var o=n;o<r;o++){var a=t[o];if(i(a)&&_i(e,a))return o}}function T(e,t,n,s,c,u){if(e!==t){i(t.elm)&&i(s)&&(t=s[c]=Se(t));var h=t.elm=e.elm;if(o(e.isAsyncPlaceholder))i(t.asyncFactory.resolved)?P(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(o(t.isStatic)&&o(e.isStatic)&&t.key===e.key&&(o(t.isCloned)||o(t.isOnce)))t.componentInstance=e.componentInstance;else{var d,f=t.data;i(f)&&i(d=f.hook)&&i(d=d.prepatch)&&d(e,t);var p=e.children,v=t.children;if(i(f)&&C(t)){for(d=0;d<a.update.length;++d)a.update[d](e,t);i(d=f.hook)&&i(d=d.update)&&d(e,t)}r(t.text)?i(p)&&i(v)?p!==v&&z(h,p,v,n,u):i(v)?(i(e.text)&&l.setTextContent(h,\"\"),S(h,null,v,0,v.length-1,n)):i(p)?O(p,0,p.length-1):i(e.text)&&l.setTextContent(h,\"\"):e.text!==t.text&&l.setTextContent(h,t.text),i(f)&&i(d=f.hook)&&i(d=d.postpatch)&&d(e,t)}}}function V(e,t,n){if(o(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var j=m(\"attrs,class,staticClass,staticStyle,key\");function P(e,t,n,r){var a,s=t.tag,c=t.data,l=t.children;if(r=r||c&&c.pre,t.elm=e,o(t.isComment)&&i(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(i(c)&&(i(a=c.hook)&&i(a=a.init)&&a(t,!0),i(a=t.componentInstance)))return v(t,n),!0;if(i(s)){if(i(l))if(e.hasChildNodes())if(i(a=c)&&i(a=a.domProps)&&i(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var u=!0,h=e.firstChild,d=0;d<l.length;d++){if(!h||!P(h,l[d],n,r)){u=!1;break}h=h.nextSibling}if(!u||h)return!1}else y(t,l,n);if(i(c)){var f=!1;for(var p in c)if(!j(p)){f=!0,w(t,n);break}!f&&c[\"class\"]&&mt(c[\"class\"])}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,s){if(!r(t)){var c=!1,h=[];if(r(e))c=!0,f(t,h);else{var d=i(e.nodeType);if(!d&&_i(e,t))T(e,t,h,null,null,s);else{if(d){if(1===e.nodeType&&e.hasAttribute(I)&&(e.removeAttribute(I),n=!0),o(n)&&P(e,t,h))return V(t,h,!0),e;e=u(e)}var p=e.elm,v=l.parentNode(p);if(f(t,h,p._leaveCb?null:v,l.nextSibling(p)),i(t.parent)){var m=t.parent,g=C(t);while(m){for(var b=0;b<a.destroy.length;++b)a.destroy[b](m);if(m.elm=t.elm,g){for(var y=0;y<a.create.length;++y)a.create[y](Mi,m);var w=m.data.hook.insert;if(w.merged)for(var x=1;x<w.fns.length;x++)w.fns[x]()}else Oi(m);m=m.parent}}i(v)?O([e],0,0):i(e.tag)&&k(e)}}return V(t,h,c),t.elm}i(e)&&k(e)}}var Pi={create:Ei,update:Ei,destroy:function(e){Ei(e,Mi)}};function Ei(e,t){(e.data.directives||t.data.directives)&&Hi(e,t)}function Hi(e,t){var n,r,i,o=e===Mi,a=t===Mi,s=$i(e.data.directives,e.context),c=$i(t.data.directives,t.context),l=[],u=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,i.oldArg=r.arg,Fi(i,\"update\",t,e),i.def&&i.def.componentUpdated&&u.push(i)):(Fi(i,\"bind\",t,e),i.def&&i.def.inserted&&l.push(i));if(l.length){var h=function(){for(var n=0;n<l.length;n++)Fi(l[n],\"inserted\",t,e)};o?wt(t,\"insert\",h):h()}if(u.length&&wt(t,\"postpatch\",(function(){for(var n=0;n<u.length;n++)Fi(u[n],\"componentUpdated\",t,e)})),!o)for(n in s)c[n]||Fi(s[n],\"unbind\",e,e,a)}var Li=Object.create(null);function $i(e,t){var n,r,i=Object.create(null);if(!e)return i;for(n=0;n<e.length;n++)r=e[n],r.modifiers||(r.modifiers=Li),i[Ai(r)]=r,r.def=Ge(t.$options,\"directives\",r.name,!0);return i}function Ai(e){return e.rawName||e.name+\".\"+Object.keys(e.modifiers||{}).join(\".\")}function Fi(e,t,n,r,i){var o=e.def&&e.def[t];if(o)try{o(n.elm,e,n,r,i)}catch(Sa){tt(Sa,n.context,\"directive \"+e.name+\" \"+t+\" hook\")}}var Ii=[ki,Pi];function Ri(e,t){var n=t.componentOptions;if((!i(n)||!1!==n.Ctor.options.inheritAttrs)&&(!r(e.data.attrs)||!r(t.data.attrs))){var o,a,s,c=t.elm,l=e.data.attrs||{},u=t.data.attrs||{};for(o in i(u.__ob__)&&(u=t.data.attrs=j({},u)),u)a=u[o],s=l[o],s!==a&&Di(c,o,a);for(o in(ee||ne)&&u.value!==l.value&&Di(c,\"value\",u.value),l)r(u[o])&&(Ur(o)?c.removeAttributeNS(Wr,qr(o)):Dr(o)||c.removeAttribute(o))}}function Di(e,t,n){e.tagName.indexOf(\"-\")>-1?Ni(e,t,n):Kr(t)?Yr(n)?e.removeAttribute(t):(n=\"allowfullscreen\"===t&&\"EMBED\"===e.tagName?\"true\":t,e.setAttribute(t,n)):Dr(t)?e.setAttribute(t,Br(t,n)):Ur(t)?Yr(n)?e.removeAttributeNS(Wr,qr(t)):e.setAttributeNS(Wr,t,n):Ni(e,t,n)}function Ni(e,t,n){if(Yr(n))e.removeAttribute(t);else{if(ee&&!te&&\"TEXTAREA\"===e.tagName&&\"placeholder\"===t&&\"\"!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener(\"input\",r)};e.addEventListener(\"input\",r),e.__ieph=!0}e.setAttribute(t,n)}}var Bi={create:Ri,update:Ri};function Ki(e,t){var n=t.elm,o=t.data,a=e.data;if(!(r(o.staticClass)&&r(o.class)&&(r(a)||r(a.staticClass)&&r(a.class)))){var s=Gr(t),c=n._transitionClasses;i(c)&&(s=Qr(s,Zr(c))),s!==n._prevClass&&(n.setAttribute(\"class\",s),n._prevClass=s)}}var Wi,Ui={create:Ki,update:Ki},qi=\"__r\",Yi=\"__c\";function Gi(e){if(i(e[qi])){var t=ee?\"change\":\"input\";e[t]=[].concat(e[qi],e[t]||[]),delete e[qi]}i(e[Yi])&&(e.change=[].concat(e[Yi],e.change||[]),delete e[Yi])}function Xi(e,t,n){var r=Wi;return function i(){var o=t.apply(null,arguments);null!==o&&Zi(e,i,n,r)}}var Ji=at&&!(ie&&Number(ie[1])<=53);function Qi(e,t,n,r){if(Ji){var i=qn,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}Wi.addEventListener(e,t,ae?{capture:n,passive:r}:n)}function Zi(e,t,n,r){(r||Wi).removeEventListener(e,t._wrapper||t,n)}function eo(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},i=e.data.on||{};Wi=t.elm,Gi(n),Ct(n,i,Qi,Zi,Xi,t.context),Wi=void 0}}var to,no={create:eo,update:eo};function ro(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,o,a=t.elm,s=e.data.domProps||{},c=t.data.domProps||{};for(n in i(c.__ob__)&&(c=t.data.domProps=j({},c)),s)n in c||(a[n]=\"\");for(n in c){if(o=c[n],\"textContent\"===n||\"innerHTML\"===n){if(t.children&&(t.children.length=0),o===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if(\"value\"===n&&\"PROGRESS\"!==a.tagName){a._value=o;var l=r(o)?\"\":String(o);io(a,l)&&(a.value=l)}else if(\"innerHTML\"===n&&ii(a.tagName)&&r(a.innerHTML)){to=to||document.createElement(\"div\"),to.innerHTML=\"<svg>\"+o+\"</svg>\";var u=to.firstChild;while(a.firstChild)a.removeChild(a.firstChild);while(u.firstChild)a.appendChild(u.firstChild)}else if(o!==s[n])try{a[n]=o}catch(Sa){}}}}function io(e,t){return!e.composing&&(\"OPTION\"===e.tagName||oo(e,t)||ao(e,t))}function oo(e,t){var n=!0;try{n=document.activeElement!==e}catch(Sa){}return n&&e.value!==t}function ao(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.number)return v(n)!==v(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}var so={create:ro,update:ro},co=w((function(e){var t={},n=/;(?![^(]*\\))/g,r=/:(.+)/;return e.split(n).forEach((function(e){if(e){var n=e.split(r);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}));function lo(e){var t=uo(e.style);return e.staticStyle?j(e.staticStyle,t):t}function uo(e){return Array.isArray(e)?P(e):\"string\"===typeof e?co(e):e}function ho(e,t){var n,r={};if(t){var i=e;while(i.componentInstance)i=i.componentInstance._vnode,i&&i.data&&(n=lo(i.data))&&j(r,n)}(n=lo(e.data))&&j(r,n);var o=e;while(o=o.parent)o.data&&(n=lo(o.data))&&j(r,n);return r}var fo,po=/^--/,vo=/\\s*!important$/,mo=function(e,t,n){if(po.test(t))e.style.setProperty(t,n);else if(vo.test(n))e.style.setProperty(M(t),n.replace(vo,\"\"),\"important\");else{var r=bo(t);if(Array.isArray(n))for(var i=0,o=n.length;i<o;i++)e.style[r]=n[i];else e.style[r]=n}},go=[\"Webkit\",\"Moz\",\"ms\"],bo=w((function(e){if(fo=fo||document.createElement(\"div\").style,e=S(e),\"filter\"!==e&&e in fo)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<go.length;n++){var r=go[n]+t;if(r in fo)return r}}));function yo(e,t){var n=t.data,o=e.data;if(!(r(n.staticStyle)&&r(n.style)&&r(o.staticStyle)&&r(o.style))){var a,s,c=t.elm,l=o.staticStyle,u=o.normalizedStyle||o.style||{},h=l||u,d=uo(t.data.style)||{};t.data.normalizedStyle=i(d.__ob__)?j({},d):d;var f=ho(t,!0);for(s in h)r(f[s])&&mo(c,s,\"\");for(s in f)a=f[s],a!==h[s]&&mo(c,s,null==a?\"\":a)}}var Co={create:yo,update:yo},wo=/\\s+/;function xo(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(\" \")>-1?t.split(wo).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=\" \"+(e.getAttribute(\"class\")||\"\")+\" \";n.indexOf(\" \"+t+\" \")<0&&e.setAttribute(\"class\",(n+t).trim())}}function So(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(\" \")>-1?t.split(wo).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute(\"class\");else{var n=\" \"+(e.getAttribute(\"class\")||\"\")+\" \",r=\" \"+t+\" \";while(n.indexOf(r)>=0)n=n.replace(r,\" \");n=n.trim(),n?e.setAttribute(\"class\",n):e.removeAttribute(\"class\")}}function ko(e){if(e){if(\"object\"===typeof e){var t={};return!1!==e.css&&j(t,Oo(e.name||\"v\")),j(t,e),t}return\"string\"===typeof e?Oo(e):void 0}}var Oo=w((function(e){return{enterClass:e+\"-enter\",enterToClass:e+\"-enter-to\",enterActiveClass:e+\"-enter-active\",leaveClass:e+\"-leave\",leaveToClass:e+\"-leave-to\",leaveActiveClass:e+\"-leave-active\"}})),Mo=X&&!te,zo=\"transition\",_o=\"animation\",To=\"transition\",Vo=\"transitionend\",jo=\"animation\",Po=\"animationend\";Mo&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(To=\"WebkitTransition\",Vo=\"webkitTransitionEnd\"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(jo=\"WebkitAnimation\",Po=\"webkitAnimationEnd\"));var Eo=X?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Ho(e){Eo((function(){Eo(e)}))}function Lo(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),xo(e,t))}function $o(e,t){e._transitionClasses&&b(e._transitionClasses,t),So(e,t)}function Ao(e,t,n){var r=Io(e,t),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===zo?Vo:Po,c=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++c>=a&&l()};setTimeout((function(){c<a&&l()}),o+1),e.addEventListener(s,u)}var Fo=/\\b(transform|all)(,|$)/;function Io(e,t){var n,r=window.getComputedStyle(e),i=(r[To+\"Delay\"]||\"\").split(\", \"),o=(r[To+\"Duration\"]||\"\").split(\", \"),a=Ro(i,o),s=(r[jo+\"Delay\"]||\"\").split(\", \"),c=(r[jo+\"Duration\"]||\"\").split(\", \"),l=Ro(s,c),u=0,h=0;t===zo?a>0&&(n=zo,u=a,h=o.length):t===_o?l>0&&(n=_o,u=l,h=c.length):(u=Math.max(a,l),n=u>0?a>l?zo:_o:null,h=n?n===zo?o.length:c.length:0);var d=n===zo&&Fo.test(r[To+\"Property\"]);return{type:n,timeout:u,propCount:h,hasTransform:d}}function Ro(e,t){while(e.length<t.length)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return Do(t)+Do(e[n])})))}function Do(e){return 1e3*Number(e.slice(0,-1).replace(\",\",\".\"))}function No(e,t){var n=e.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var o=ko(e.data.transition);if(!r(o)&&!i(n._enterCb)&&1===n.nodeType){var a=o.css,s=o.type,l=o.enterClass,u=o.enterToClass,h=o.enterActiveClass,d=o.appearClass,f=o.appearToClass,p=o.appearActiveClass,m=o.beforeEnter,g=o.enter,b=o.afterEnter,y=o.enterCancelled,C=o.beforeAppear,w=o.appear,x=o.afterAppear,S=o.appearCancelled,k=o.duration,O=Vn,M=Vn.$vnode;while(M&&M.parent)O=M.context,M=M.parent;var z=!O._isMounted||!e.isRootInsert;if(!z||w||\"\"===w){var _=z&&d?d:l,T=z&&p?p:h,V=z&&f?f:u,j=z&&C||m,P=z&&\"function\"===typeof w?w:g,E=z&&x||b,H=z&&S||y,L=v(c(k)?k.enter:k);0;var $=!1!==a&&!te,A=Wo(P),I=n._enterCb=F((function(){$&&($o(n,V),$o(n,T)),I.cancelled?($&&$o(n,_),H&&H(n)):E&&E(n),n._enterCb=null}));e.data.show||wt(e,\"insert\",(function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),P&&P(n,I)})),j&&j(n),$&&(Lo(n,_),Lo(n,T),Ho((function(){$o(n,_),I.cancelled||(Lo(n,V),A||(Ko(L)?setTimeout(I,L):Ao(n,s,I)))}))),e.data.show&&(t&&t(),P&&P(n,I)),$||A||I()}}}function Bo(e,t){var n=e.elm;i(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var o=ko(e.data.transition);if(r(o)||1!==n.nodeType)return t();if(!i(n._leaveCb)){var a=o.css,s=o.type,l=o.leaveClass,u=o.leaveToClass,h=o.leaveActiveClass,d=o.beforeLeave,f=o.leave,p=o.afterLeave,m=o.leaveCancelled,g=o.delayLeave,b=o.duration,y=!1!==a&&!te,C=Wo(f),w=v(c(b)?b.leave:b);0;var x=n._leaveCb=F((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),y&&($o(n,u),$o(n,h)),x.cancelled?(y&&$o(n,l),m&&m(n)):(t(),p&&p(n)),n._leaveCb=null}));g?g(S):S()}function S(){x.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),d&&d(n),y&&(Lo(n,l),Lo(n,h),Ho((function(){$o(n,l),x.cancelled||(Lo(n,u),C||(Ko(w)?setTimeout(x,w):Ao(n,s,x)))}))),f&&f(n,x),y||C||x())}}function Ko(e){return\"number\"===typeof e&&!isNaN(e)}function Wo(e){if(r(e))return!1;var t=e.fns;return i(t)?Wo(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Uo(e,t){!0!==t.data.show&&No(t)}var qo=X?{create:Uo,activate:Uo,remove:function(e,t){!0!==e.data.show?Bo(e,t):t()}}:{},Yo=[Bi,Ui,no,so,Co,qo],Go=Yo.concat(Ii),Xo=ji({nodeOps:Si,modules:Go});te&&document.addEventListener(\"selectionchange\",(function(){var e=document.activeElement;e&&e.vmodel&&ia(e,\"input\")}));var Jo={inserted:function(e,t,n,r){\"select\"===n.tag?(r.elm&&!r.elm._vOptions?wt(n,\"postpatch\",(function(){Jo.componentUpdated(e,t,n)})):Qo(e,t,n.context),e._vOptions=[].map.call(e.options,ta)):(\"textarea\"===n.tag||li(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener(\"compositionstart\",na),e.addEventListener(\"compositionend\",ra),e.addEventListener(\"change\",ra),te&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if(\"select\"===n.tag){Qo(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,ta);if(i.some((function(e,t){return!$(e,r[t])}))){var o=e.multiple?t.value.some((function(e){return ea(e,i)})):t.value!==t.oldValue&&ea(t.value,i);o&&ia(e,\"change\")}}}};function Qo(e,t,n){Zo(e,t,n),(ee||ne)&&setTimeout((function(){Zo(e,t,n)}),0)}function Zo(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=e.options.length;s<c;s++)if(a=e.options[s],i)o=A(r,ta(a))>-1,a.selected!==o&&(a.selected=o);else if($(ta(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function ea(e,t){return t.every((function(t){return!$(t,e)}))}function ta(e){return\"_value\"in e?e._value:e.value}function na(e){e.target.composing=!0}function ra(e){e.target.composing&&(e.target.composing=!1,ia(e.target,\"input\"))}function ia(e,t){var n=document.createEvent(\"HTMLEvents\");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function oa(e){return!e.componentInstance||e.data&&e.data.transition?e:oa(e.componentInstance._vnode)}var aa={bind:function(e,t,n){var r=t.value;n=oa(n);var i=n.data&&n.data.transition,o=e.__vOriginalDisplay=\"none\"===e.style.display?\"\":e.style.display;r&&i?(n.data.show=!0,No(n,(function(){e.style.display=o}))):e.style.display=r?o:\"none\"},update:function(e,t,n){var r=t.value,i=t.oldValue;if(!r!==!i){n=oa(n);var o=n.data&&n.data.transition;o?(n.data.show=!0,r?No(n,(function(){e.style.display=e.__vOriginalDisplay})):Bo(n,(function(){e.style.display=\"none\"}))):e.style.display=r?e.__vOriginalDisplay:\"none\"}},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}},sa={model:Jo,show:aa},ca={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function la(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?la(Sn(t.children)):e}function ua(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var o in i)t[S(o)]=i[o];return t}function ha(e,t){if(/\\d-keep-alive$/.test(t.tag))return e(\"keep-alive\",{props:t.componentOptions.propsData})}function da(e){while(e=e.parent)if(e.data.transition)return!0}function fa(e,t){return t.key===e.key&&t.tag===e.tag}var pa=function(e){return e.tag||xn(e)},va=function(e){return\"show\"===e.name},ma={name:\"transition\",props:ca,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(pa),n.length)){0;var r=this.mode;0;var i=n[0];if(da(this.$vnode))return i;var o=la(i);if(!o)return i;if(this._leaving)return ha(e,i);var a=\"__transition-\"+this._uid+\"-\";o.key=null==o.key?o.isComment?a+\"comment\":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var c=(o.data||(o.data={})).transition=ua(this),l=this._vnode,u=la(l);if(o.data.directives&&o.data.directives.some(va)&&(o.data.show=!0),u&&u.data&&!fa(o,u)&&!xn(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var h=u.data.transition=j({},c);if(\"out-in\"===r)return this._leaving=!0,wt(h,\"afterLeave\",(function(){t._leaving=!1,t.$forceUpdate()})),ha(e,i);if(\"in-out\"===r){if(xn(o))return l;var d,f=function(){d()};wt(c,\"afterEnter\",f),wt(c,\"enterCancelled\",f),wt(h,\"delayLeave\",(function(e){d=e}))}}return i}}},ga=j({tag:String,moveClass:String},ca);delete ga.mode;var ba={props:ga,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=jn(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||\"span\",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=ua(this),s=0;s<i.length;s++){var c=i[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf(\"__vlist\"))o.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){for(var l=[],u=[],h=0;h<r.length;h++){var d=r[h];d.data.transition=a,d.data.pos=d.elm.getBoundingClientRect(),n[d.key]?l.push(d):u.push(d)}this.kept=e(t,null,l),this.removed=u}return e(t,null,o)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||\"v\")+\"-move\";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(ya),e.forEach(Ca),e.forEach(wa),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,r=n.style;Lo(n,t),r.transform=r.WebkitTransform=r.transitionDuration=\"\",n.addEventListener(Vo,n._moveCb=function e(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Vo,e),n._moveCb=null,$o(n,t))})}})))},methods:{hasMove:function(e,t){if(!Mo)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){So(n,e)})),xo(n,t),n.style.display=\"none\",this.$el.appendChild(n);var r=Io(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function ya(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Ca(e){e.data.newPos=e.elm.getBoundingClientRect()}function wa(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform=\"translate(\"+r+\"px,\"+i+\"px)\",o.transitionDuration=\"0s\"}}var xa={Transition:ma,TransitionGroup:ba};Sr.config.mustUseProp=Rr,Sr.config.isReservedTag=oi,Sr.config.isReservedAttr=Fr,Sr.config.getTagNamespace=ai,Sr.config.isUnknownElement=ci,j(Sr.options.directives,sa),j(Sr.options.components,xa),Sr.prototype.__patch__=X?Xo:E,Sr.prototype.$mount=function(e,t){return e=e&&X?ui(e):void 0,Hn(this,e,t)},X&&setTimeout((function(){N.devtools&&le&&le.emit(\"init\",Sr)}),0),t[\"a\"]=Sr}).call(this,n(\"c8ba\"))},\"2b10\":function(e,t){function n(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),n=n>i?i:n,n<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;var o=Array(i);while(++r<i)o[r]=e[r+t];return o}e.exports=n},\"2b3e\":function(e,t,n){var r=n(\"585a\"),i=\"object\"==typeof self&&self&&self.Object===Object&&self,o=r||i||Function(\"return this\")();e.exports=o},\"2ba4\":function(e,t,n){var r=n(\"40d5\"),i=Function.prototype,o=i.apply,a=i.call;e.exports=\"object\"==typeof Reflect&&Reflect.apply||(r?a.bind(o):function(){return a.apply(o,arguments)})},\"2c66\":function(e,t,n){var r=n(\"d612\"),i=n(\"8db3\"),o=n(\"5edf\"),a=n(\"c584\"),s=n(\"750a\"),c=n(\"ac41\"),l=200;function u(e,t,n){var u=-1,h=i,d=e.length,f=!0,p=[],v=p;if(n)f=!1,h=o;else if(d>=l){var m=t?null:s(e);if(m)return c(m);f=!1,h=a,v=new r}else v=t?[]:p;e:while(++u<d){var g=e[u],b=t?t(g):g;if(g=n||0!==g?g:0,f&&b===b){var y=v.length;while(y--)if(v[y]===b)continue e;t&&v.push(b),p.push(g)}else h(v,b,n)||(v!==p&&v.push(b),p.push(g))}return p}e.exports=u},\"2c80\":function(e,t,n){\"use strict\";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,\"__esModule\",{value:!0}),t[\"default\"]=a;var i=n(\"134b\"),o=r(i);function a(e,t,n,r){function i(t){var r=new o[\"default\"](t);n.call(e,r)}if(e.addEventListener){var a=function(){var n=!1;return\"object\"===typeof r?n=r.capture||!1:\"boolean\"===typeof r&&(n=r),e.addEventListener(t,i,r||!1),{v:{remove:function(){e.removeEventListener(t,i,n)}}}}();if(\"object\"===typeof a)return a.v}else if(e.attachEvent)return e.attachEvent(\"on\"+t,i),{remove:function(){e.detachEvent(\"on\"+t,i)}}}e.exports=t[\"default\"]},\"2cf4\":function(e,t,n){var r,i,o,a,s=n(\"da84\"),c=n(\"2ba4\"),l=n(\"0366\"),u=n(\"1626\"),h=n(\"1a2d\"),d=n(\"d039\"),f=n(\"1be4\"),p=n(\"f36a\"),v=n(\"cc12\"),m=n(\"d6d6\"),g=n(\"1cdc\"),b=n(\"605d\"),y=s.setImmediate,C=s.clearImmediate,w=s.process,x=s.Dispatch,S=s.Function,k=s.MessageChannel,O=s.String,M=0,z={},_=\"onreadystatechange\";try{r=s.location}catch(E){}var T=function(e){if(h(z,e)){var t=z[e];delete z[e],t()}},V=function(e){return function(){T(e)}},j=function(e){T(e.data)},P=function(e){s.postMessage(O(e),r.protocol+\"//\"+r.host)};y&&C||(y=function(e){m(arguments.length,1);var t=u(e)?e:S(e),n=p(arguments,1);return z[++M]=function(){c(t,void 0,n)},i(M),M},C=function(e){delete z[e]},b?i=function(e){w.nextTick(V(e))}:x&&x.now?i=function(e){x.now(V(e))}:k&&!g?(o=new k,a=o.port2,o.port1.onmessage=j,i=l(a.postMessage,a)):s.addEventListener&&u(s.postMessage)&&!s.importScripts&&r&&\"file:\"!==r.protocol&&!d(P)?(i=P,s.addEventListener(\"message\",j,!1)):i=_ in v(\"script\")?function(e){f.appendChild(v(\"script\"))[_]=function(){f.removeChild(this),T(e)}}:function(e){setTimeout(V(e),0)}),e.exports={set:y,clear:C}},\"2d00\":function(e,t,n){var r,i,o=n(\"da84\"),a=n(\"342f\"),s=o.process,c=o.Deno,l=s&&s.versions||c&&c.version,u=l&&l.v8;u&&(r=u.split(\".\"),i=r[0]>0&&r[0]<4?1:+(r[0]+r[1])),!i&&a&&(r=a.match(/Edge\\/(\\d+)/),(!r||r[1]>=74)&&(r=a.match(/Chrome\\/(\\d+)/),r&&(i=+r[1]))),e.exports=i},\"2d7c\":function(e,t){function n(e,t){var n=-1,r=null==e?0:e.length,i=0,o=[];while(++n<r){var a=e[n];t(a,n,e)&&(o[i++]=a)}return o}e.exports=n},\"2d83\":function(e,t,n){\"use strict\";var r=n(\"387f\");e.exports=function(e,t,n,i,o){var a=new Error(e);return r(a,t,n,i,o)}},\"2dcb\":function(e,t,n){var r=n(\"91e9\"),i=r(Object.getPrototypeOf,Object);e.exports=i},\"2dd8\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t[\"default\"]={today:\"今天\",now:\"此刻\",backToToday:\"返回今天\",ok:\"確定\",timeSelect:\"選擇時間\",dateSelect:\"選擇日期\",clear:\"清除\",month:\"月\",year:\"年\",previousMonth:\"上個月 (翻頁上鍵)\",nextMonth:\"下個月 (翻頁下鍵)\",monthSelect:\"選擇月份\",yearSelect:\"選擇年份\",decadeSelect:\"選擇年代\",yearFormat:\"YYYY年\",dayFormat:\"D日\",dateFormat:\"YYYY年M月D日\",dateTimeFormat:\"YYYY年M月D日 HH時mm分ss秒\",previousYear:\"上一年 (Control鍵加左方向鍵)\",nextYear:\"下一年 (Control鍵加右方向鍵)\",previousDecade:\"上一年代\",nextDecade:\"下一年代\",previousCentury:\"上一世紀\",nextCentury:\"下一世紀\"}},\"2deb\":function(e,t,n){\"use strict\";t[\"a\"]={items_per_page:\"/ page\",jump_to:\"Go to\",jump_to_confirm:\"confirm\",page:\"\",prev_page:\"Previous Page\",next_page:\"Next Page\",prev_5:\"Previous 5 Pages\",next_5:\"Next 5 Pages\",prev_3:\"Previous 3 Pages\",next_3:\"Next 3 Pages\"}},\"2e67\":function(e,t,n){\"use strict\";e.exports=function(e){return!(!e||!e.__CANCEL__)}},\"2ec1\":function(e,t,n){var r=n(\"100e\"),i=n(\"9aff\");function o(e){return r((function(t,n){var r=-1,o=n.length,a=o>1?n[o-1]:void 0,s=o>2?n[2]:void 0;a=e.length>3&&\"function\"==typeof a?(o--,a):void 0,s&&i(n[0],n[1],s)&&(a=o<3?void 0:a,o=1),t=Object(t);while(++r<o){var c=n[r];c&&e(t,c,r,a)}return t}))}e.exports=o},\"2f62\":function(e,t,n){\"use strict\";(function(e){\n/*!\n * vuex v3.4.0\n * (c) 2020 Evan You\n * @license MIT\n */\nfunction r(e){var t=Number(e.version.split(\".\")[0]);if(t>=2)e.mixin({beforeCreate:r});else{var n=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[r].concat(e.init):r,n.call(this,e)}}function r(){var e=this.$options;e.store?this.$store=\"function\"===typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}n.d(t,\"b\",(function(){return j}));var i=\"undefined\"!==typeof window?window:\"undefined\"!==typeof e?e:{},o=i.__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(e){o&&(e._devtoolHook=o,o.emit(\"vuex:init\",e),o.on(\"vuex:travel-to-state\",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){o.emit(\"vuex:mutation\",e,t)}),{prepend:!0}),e.subscribeAction((function(e,t){o.emit(\"vuex:action\",e,t)}),{prepend:!0}))}function s(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}function c(e){return null!==e&&\"object\"===typeof e}function l(e){return e&&\"function\"===typeof e.then}function u(e,t){return function(){return e(t)}}var h=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=(\"function\"===typeof n?n():n)||{}},d={namespaced:{configurable:!0}};d.namespaced.get=function(){return!!this._rawModule.namespaced},h.prototype.addChild=function(e,t){this._children[e]=t},h.prototype.removeChild=function(e){delete this._children[e]},h.prototype.getChild=function(e){return this._children[e]},h.prototype.hasChild=function(e){return e in this._children},h.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},h.prototype.forEachChild=function(e){s(this._children,e)},h.prototype.forEachGetter=function(e){this._rawModule.getters&&s(this._rawModule.getters,e)},h.prototype.forEachAction=function(e){this._rawModule.actions&&s(this._rawModule.actions,e)},h.prototype.forEachMutation=function(e){this._rawModule.mutations&&s(this._rawModule.mutations,e)},Object.defineProperties(h.prototype,d);var f=function(e){this.register([],e,!1)};function p(e,t,n){if(t.update(n),n.modules)for(var r in n.modules){if(!t.getChild(r))return void 0;p(e.concat(r),t.getChild(r),n.modules[r])}}f.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},f.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return t=t.getChild(n),e+(t.namespaced?n+\"/\":\"\")}),\"\")},f.prototype.update=function(e){p([],this.root,e)},f.prototype.register=function(e,t,n){var r=this;void 0===n&&(n=!0);var i=new h(t,n);if(0===e.length)this.root=i;else{var o=this.get(e.slice(0,-1));o.addChild(e[e.length-1],i)}t.modules&&s(t.modules,(function(t,i){r.register(e.concat(i),t,n)}))},f.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];t.getChild(n).runtime&&t.removeChild(n)},f.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];return t.hasChild(n)};var v;var m=function(e){var t=this;void 0===e&&(e={}),!v&&\"undefined\"!==typeof window&&window.Vue&&V(window.Vue);var n=e.plugins;void 0===n&&(n=[]);var r=e.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new f(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new v,this._makeLocalGettersCache=Object.create(null);var i=this,o=this,s=o.dispatch,c=o.commit;this.dispatch=function(e,t){return s.call(i,e,t)},this.commit=function(e,t,n){return c.call(i,e,t,n)},this.strict=r;var l=this._modules.root.state;w(this,l,[],this._modules.root),C(this,l),n.forEach((function(e){return e(t)}));var u=void 0!==e.devtools?e.devtools:v.config.devtools;u&&a(this)},g={state:{configurable:!0}};function b(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function y(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;w(e,n,[],e._modules.root,!0),C(e,n,t)}function C(e,t,n){var r=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,o={};s(i,(function(t,n){o[n]=u(t,e),Object.defineProperty(e.getters,n,{get:function(){return e._vm[n]},enumerable:!0})}));var a=v.config.silent;v.config.silent=!0,e._vm=new v({data:{$$state:t},computed:o}),v.config.silent=a,e.strict&&z(e),r&&(n&&e._withCommit((function(){r._data.$$state=null})),v.nextTick((function(){return r.$destroy()})))}function w(e,t,n,r,i){var o=!n.length,a=e._modules.getNamespace(n);if(r.namespaced&&(e._modulesNamespaceMap[a],e._modulesNamespaceMap[a]=r),!o&&!i){var s=_(t,n.slice(0,-1)),c=n[n.length-1];e._withCommit((function(){v.set(s,c,r.state)}))}var l=r.context=x(e,a,n);r.forEachMutation((function(t,n){var r=a+n;k(e,r,t,l)})),r.forEachAction((function(t,n){var r=t.root?n:a+n,i=t.handler||t;O(e,r,i,l)})),r.forEachGetter((function(t,n){var r=a+n;M(e,r,t,l)})),r.forEachChild((function(r,o){w(e,t,n.concat(o),r,i)}))}function x(e,t,n){var r=\"\"===t,i={dispatch:r?e.dispatch:function(n,r,i){var o=T(n,r,i),a=o.payload,s=o.options,c=o.type;return s&&s.root||(c=t+c),e.dispatch(c,a)},commit:r?e.commit:function(n,r,i){var o=T(n,r,i),a=o.payload,s=o.options,c=o.type;s&&s.root||(c=t+c),e.commit(c,a,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return e.getters}:function(){return S(e,t)}},state:{get:function(){return _(e.state,n)}}}),i}function S(e,t){if(!e._makeLocalGettersCache[t]){var n={},r=t.length;Object.keys(e.getters).forEach((function(i){if(i.slice(0,r)===t){var o=i.slice(r);Object.defineProperty(n,o,{get:function(){return e.getters[i]},enumerable:!0})}})),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}function k(e,t,n,r){var i=e._mutations[t]||(e._mutations[t]=[]);i.push((function(t){n.call(e,r.state,t)}))}function O(e,t,n,r){var i=e._actions[t]||(e._actions[t]=[]);i.push((function(t){var i=n.call(e,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:e.getters,rootState:e.state},t);return l(i)||(i=Promise.resolve(i)),e._devtoolHook?i.catch((function(t){throw e._devtoolHook.emit(\"vuex:error\",t),t})):i}))}function M(e,t,n,r){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(e){return n(r.state,r.getters,e.state,e.getters)})}function z(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}function _(e,t){return t.reduce((function(e,t){return e[t]}),e)}function T(e,t,n){return c(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function V(e){v&&e===v||(v=e,r(v))}g.state.get=function(){return this._vm._data.$$state},g.state.set=function(e){0},m.prototype.commit=function(e,t,n){var r=this,i=T(e,t,n),o=i.type,a=i.payload,s=(i.options,{type:o,payload:a}),c=this._mutations[o];c&&(this._withCommit((function(){c.forEach((function(e){e(a)}))})),this._subscribers.slice().forEach((function(e){return e(s,r.state)})))},m.prototype.dispatch=function(e,t){var n=this,r=T(e,t),i=r.type,o=r.payload,a={type:i,payload:o},s=this._actions[i];if(s){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(a,n.state)}))}catch(l){0}var c=s.length>1?Promise.all(s.map((function(e){return e(o)}))):s[0](o);return new Promise((function(e,t){c.then((function(t){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(a,n.state)}))}catch(l){0}e(t)}),(function(e){try{n._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(a,n.state,e)}))}catch(l){0}t(e)}))}))}},m.prototype.subscribe=function(e,t){return b(e,this._subscribers,t)},m.prototype.subscribeAction=function(e,t){var n=\"function\"===typeof e?{before:e}:e;return b(n,this._actionSubscribers,t)},m.prototype.watch=function(e,t,n){var r=this;return this._watcherVM.$watch((function(){return e(r.state,r.getters)}),t,n)},m.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},m.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),\"string\"===typeof e&&(e=[e]),this._modules.register(e,t),w(this,this.state,e,this._modules.get(e),n.preserveState),C(this,this.state)},m.prototype.unregisterModule=function(e){var t=this;\"string\"===typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=_(t.state,e.slice(0,-1));v.delete(n,e[e.length-1])})),y(this)},m.prototype.hasModule=function(e){return\"string\"===typeof e&&(e=[e]),this._modules.isRegistered(e)},m.prototype.hotUpdate=function(e){this._modules.update(e),y(this,!0)},m.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(m.prototype,g);var j=F((function(e,t){var n={};return $(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var r=I(this.$store,\"mapState\",e);if(!r)return;t=r.context.state,n=r.context.getters}return\"function\"===typeof i?i.call(this,t,n):t[i]},n[r].vuex=!0})),n})),P=F((function(e,t){var n={};return $(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var r=this.$store.commit;if(e){var o=I(this.$store,\"mapMutations\",e);if(!o)return;r=o.context.commit}return\"function\"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n})),E=F((function(e,t){var n={};return $(t).forEach((function(t){var r=t.key,i=t.val;i=e+i,n[r]=function(){if(!e||I(this.$store,\"mapGetters\",e))return this.$store.getters[i]},n[r].vuex=!0})),n})),H=F((function(e,t){var n={};return $(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var r=this.$store.dispatch;if(e){var o=I(this.$store,\"mapActions\",e);if(!o)return;r=o.context.dispatch}return\"function\"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n})),L=function(e){return{mapState:j.bind(null,e),mapGetters:E.bind(null,e),mapMutations:P.bind(null,e),mapActions:H.bind(null,e)}};function $(e){return A(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function A(e){return Array.isArray(e)||c(e)}function F(e){return function(t,n){return\"string\"!==typeof t?(n=t,t=\"\"):\"/\"!==t.charAt(t.length-1)&&(t+=\"/\"),e(t,n)}}function I(e,t,n){var r=e._modulesNamespaceMap[n];return r}var R={Store:m,install:V,version:\"3.4.0\",mapState:j,mapMutations:P,mapGetters:E,mapActions:H,createNamespacedHelpers:L};t[\"a\"]=R}).call(this,n(\"c8ba\"))},\"2f9a\":function(e,t){e.exports=function(){}},\"2fbf\":function(e,t,n){},\"2fcc\":function(e,t){function n(e){var t=this.__data__,n=t[\"delete\"](e);return this.size=t.size,n}e.exports=n},\"2fcd\":function(e,t,n){\"use strict\";var r=n(\"8e8e\"),i=n.n(r),o=n(\"6042\"),a=n.n(o),s=n(\"2b0e\"),c=n(\"4d91\"),l=n(\"daa3\"),u=n(\"b488\"),h=n(\"3f50\"),d=n(\"94eb\");function f(){}var p={mixins:[u[\"a\"]],props:{duration:c[\"a\"].number.def(1.5),closable:c[\"a\"].bool,prefixCls:c[\"a\"].string,update:c[\"a\"].bool,closeIcon:c[\"a\"].any},watch:{duration:function(){this.restartCloseTimer()}},mounted:function(){this.startCloseTimer()},updated:function(){this.update&&this.restartCloseTimer()},beforeDestroy:function(){this.clearCloseTimer(),this.willDestroy=!0},methods:{close:function(e){e&&e.stopPropagation(),this.clearCloseTimer(),this.__emit(\"close\")},startCloseTimer:function(){var e=this;this.clearCloseTimer(),!this.willDestroy&&this.duration&&(this.closeTimer=setTimeout((function(){e.close()}),1e3*this.duration))},clearCloseTimer:function(){this.closeTimer&&(clearTimeout(this.closeTimer),this.closeTimer=null)},restartCloseTimer:function(){this.clearCloseTimer(),this.startCloseTimer()}},render:function(){var e,t=arguments[0],n=this.prefixCls,r=this.closable,i=this.clearCloseTimer,o=this.startCloseTimer,s=this.$slots,c=this.close,u=n+\"-notice\",h=(e={},a()(e,\"\"+u,1),a()(e,u+\"-closable\",r),e),d=Object(l[\"q\"])(this),p=Object(l[\"g\"])(this,\"closeIcon\");return t(\"div\",{class:h,style:d||{right:\"50%\"},on:{mouseenter:i,mouseleave:o,click:Object(l[\"k\"])(this).click||f}},[t(\"div\",{class:u+\"-content\"},[s[\"default\"]]),r?t(\"a\",{attrs:{tabIndex:\"0\"},on:{click:c},class:u+\"-close\"},[p||t(\"span\",{class:u+\"-close-x\"})]):null])}},v=n(\"db14\");function m(){}var g=0,b=Date.now();function y(){return\"rcNotification_\"+b+\"_\"+g++}var C={mixins:[u[\"a\"]],props:{prefixCls:c[\"a\"].string.def(\"rc-notification\"),transitionName:c[\"a\"].string,animation:c[\"a\"].oneOfType([c[\"a\"].string,c[\"a\"].object]).def(\"fade\"),maxCount:c[\"a\"].number,closeIcon:c[\"a\"].any},data:function(){return{notices:[]}},methods:{getTransitionName:function(){var e=this.$props,t=e.transitionName;return!t&&e.animation&&(t=e.prefixCls+\"-\"+e.animation),t},add:function(e){var t=e.key=e.key||y(),n=this.$props.maxCount;this.setState((function(r){var i=r.notices,o=i.map((function(e){return e.key})).indexOf(t),a=i.concat();return-1!==o?a.splice(o,1,e):(n&&i.length>=n&&(e.updateKey=a[0].updateKey||a[0].key,a.shift()),a.push(e)),{notices:a}}))},remove:function(e){this.setState((function(t){return{notices:t.notices.filter((function(t){return t.key!==e}))}}))}},render:function(e){var t=this,n=this.prefixCls,r=this.notices,i=this.remove,o=this.getTransitionName,s=Object(d[\"a\"])(o()),c=r.map((function(o,a){var s=Boolean(a===r.length-1&&o.updateKey),c=o.updateKey?o.updateKey:o.key,u=o.content,d=o.duration,f=o.closable,v=o.onClose,g=o.style,b=o[\"class\"],y=Object(h[\"a\"])(i.bind(t,o.key),v),C={props:{prefixCls:n,duration:d,closable:f,update:s,closeIcon:Object(l[\"g\"])(t,\"closeIcon\")},on:{close:y,click:o.onClick||m},style:g,class:b,key:c};return e(p,C,[\"function\"===typeof u?u(e):u])})),u=a()({},n,1),f=Object(l[\"q\"])(this);return e(\"div\",{class:u,style:f||{top:\"65px\",left:\"50%\"}},[e(\"transition-group\",s,[c])])},newInstance:function(e,t){var n=e||{},r=n.getContainer,o=n.style,a=n[\"class\"],c=i()(n,[\"getContainer\",\"style\",\"class\"]),l=document.createElement(\"div\");if(r){var u=r();u.appendChild(l)}else document.body.appendChild(l);var h=v[\"a\"].Vue||s[\"a\"];new h({el:l,mounted:function(){var e=this;this.$nextTick((function(){t({notice:function(t){e.$refs.notification.add(t)},removeNotice:function(t){e.$refs.notification.remove(t)},component:e,destroy:function(){e.$destroy(),e.$el.parentNode.removeChild(e.$el)}})}))},render:function(){var e=arguments[0],t={props:c,ref:\"notification\",style:o,class:a};return e(C,t)}})}},w=C;t[\"a\"]=w},\"301c\":function(e,t,n){n(\"e198\")(\"asyncIterator\")},\"30b5\":function(e,t,n){\"use strict\";var r=n(\"c532\");function i(e){return encodeURIComponent(e).replace(/%40/gi,\"@\").replace(/%3A/gi,\":\").replace(/%24/g,\"$\").replace(/%2C/gi,\",\").replace(/%20/g,\"+\").replace(/%5B/gi,\"[\").replace(/%5D/gi,\"]\")}e.exports=function(e,t,n){if(!t)return e;var o;if(n)o=n(t);else if(r.isURLSearchParams(t))o=t.toString();else{var a=[];r.forEach(t,(function(e,t){null!==e&&\"undefined\"!==typeof e&&(r.isArray(e)?t+=\"[]\":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),a.push(i(t)+\"=\"+i(e))})))})),o=a.join(\"&\")}return o&&(e+=(-1===e.indexOf(\"?\")?\"?\":\"&\")+o),e}},\"30c9\":function(e,t,n){var r=n(\"9520\"),i=n(\"b218\");function o(e){return null!=e&&i(e.length)&&!r(e)}e.exports=o},\"320c\":function(e,t,n){\"use strict\";\n/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/var r=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,o=Object.prototype.propertyIsEnumerable;function a(e){if(null===e||void 0===e)throw new TypeError(\"Object.assign cannot be called with null or undefined\");return Object(e)}function s(){try{if(!Object.assign)return!1;var e=new String(\"abc\");if(e[5]=\"de\",\"5\"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t[\"_\"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map((function(e){return t[e]}));if(\"0123456789\"!==r.join(\"\"))return!1;var i={};return\"abcdefghijklmnopqrst\".split(\"\").forEach((function(e){i[e]=e})),\"abcdefghijklmnopqrst\"===Object.keys(Object.assign({},i)).join(\"\")}catch(o){return!1}}e.exports=s()?Object.assign:function(e,t){for(var n,s,c=a(e),l=1;l<arguments.length;l++){for(var u in n=Object(arguments[l]),n)i.call(n,u)&&(c[u]=n[u]);if(r){s=r(n);for(var h=0;h<s.length;h++)o.call(n,s[h])&&(c[s[h]]=n[s[h]])}}return c}},\"323e\":function(e,t,n){var r,i;\n/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress\n * @license MIT */(function(o,a){r=a,i=\"function\"===typeof r?r.call(t,n,t,e):r,void 0===i||(e.exports=i)})(0,(function(){var e={version:\"0.2.0\"},t=e.settings={minimum:.08,easing:\"ease\",positionUsing:\"\",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role=\"bar\"]',spinnerSelector:'[role=\"spinner\"]',parent:\"body\",template:'<div class=\"bar\" role=\"bar\"><div class=\"peg\"></div></div><div class=\"spinner\" role=\"spinner\"><div class=\"spinner-icon\"></div></div>'};function n(e,t,n){return e<t?t:e>n?n:e}function r(e){return 100*(-1+e)}function i(e,n,i){var o;return o=\"translate3d\"===t.positionUsing?{transform:\"translate3d(\"+r(e)+\"%,0,0)\"}:\"translate\"===t.positionUsing?{transform:\"translate(\"+r(e)+\"%,0)\"}:{\"margin-left\":r(e)+\"%\"},o.transition=\"all \"+n+\"ms \"+i,o}e.configure=function(e){var n,r;for(n in e)r=e[n],void 0!==r&&e.hasOwnProperty(n)&&(t[n]=r);return this},e.status=null,e.set=function(r){var s=e.isStarted();r=n(r,t.minimum,1),e.status=1===r?null:r;var c=e.render(!s),l=c.querySelector(t.barSelector),u=t.speed,h=t.easing;return c.offsetWidth,o((function(n){\"\"===t.positionUsing&&(t.positionUsing=e.getPositioningCSS()),a(l,i(r,u,h)),1===r?(a(c,{transition:\"none\",opacity:1}),c.offsetWidth,setTimeout((function(){a(c,{transition:\"all \"+u+\"ms linear\",opacity:0}),setTimeout((function(){e.remove(),n()}),u)}),u)):setTimeout(n,u)})),this},e.isStarted=function(){return\"number\"===typeof e.status},e.start=function(){e.status||e.set(0);var n=function(){setTimeout((function(){e.status&&(e.trickle(),n())}),t.trickleSpeed)};return t.trickle&&n(),this},e.done=function(t){return t||e.status?e.inc(.3+.5*Math.random()).set(1):this},e.inc=function(t){var r=e.status;return r?(\"number\"!==typeof t&&(t=(1-r)*n(Math.random()*r,.1,.95)),r=n(r+t,0,.994),e.set(r)):e.start()},e.trickle=function(){return e.inc(Math.random()*t.trickleRate)},function(){var t=0,n=0;e.promise=function(r){return r&&\"resolved\"!==r.state()?(0===n&&e.start(),t++,n++,r.always((function(){n--,0===n?(t=0,e.done()):e.set((t-n)/t)})),this):this}}(),e.render=function(n){if(e.isRendered())return document.getElementById(\"nprogress\");c(document.documentElement,\"nprogress-busy\");var i=document.createElement(\"div\");i.id=\"nprogress\",i.innerHTML=t.template;var o,s=i.querySelector(t.barSelector),l=n?\"-100\":r(e.status||0),u=document.querySelector(t.parent);return a(s,{transition:\"all 0 linear\",transform:\"translate3d(\"+l+\"%,0,0)\"}),t.showSpinner||(o=i.querySelector(t.spinnerSelector),o&&h(o)),u!=document.body&&c(u,\"nprogress-custom-parent\"),u.appendChild(i),i},e.remove=function(){l(document.documentElement,\"nprogress-busy\"),l(document.querySelector(t.parent),\"nprogress-custom-parent\");var e=document.getElementById(\"nprogress\");e&&h(e)},e.isRendered=function(){return!!document.getElementById(\"nprogress\")},e.getPositioningCSS=function(){var e=document.body.style,t=\"WebkitTransform\"in e?\"Webkit\":\"MozTransform\"in e?\"Moz\":\"msTransform\"in e?\"ms\":\"OTransform\"in e?\"O\":\"\";return t+\"Perspective\"in e?\"translate3d\":t+\"Transform\"in e?\"translate\":\"margin\"};var o=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),a=function(){var e=[\"Webkit\",\"O\",\"Moz\",\"ms\"],t={};function n(e){return e.replace(/^-ms-/,\"ms-\").replace(/-([\\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function r(t){var n=document.body.style;if(t in n)return t;var r,i=e.length,o=t.charAt(0).toUpperCase()+t.slice(1);while(i--)if(r=e[i]+o,r in n)return r;return t}function i(e){return e=n(e),t[e]||(t[e]=r(e))}function o(e,t,n){t=i(t),e.style[t]=n}return function(e,t){var n,r,i=arguments;if(2==i.length)for(n in t)r=t[n],void 0!==r&&t.hasOwnProperty(n)&&o(e,n,r);else o(e,i[1],i[2])}}();function s(e,t){var n=\"string\"==typeof e?e:u(e);return n.indexOf(\" \"+t+\" \")>=0}function c(e,t){var n=u(e),r=n+t;s(n,t)||(e.className=r.substring(1))}function l(e,t){var n,r=u(e);s(e,t)&&(n=r.replace(\" \"+t+\" \",\" \"),e.className=n.substring(1,n.length-1))}function u(e){return(\" \"+(e.className||\"\")+\" \").replace(/\\s+/gi,\" \")}function h(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return e}))},\"327d\":function(e,t,n){var r=n(\"50c6\"),i=r((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));e.exports=i},\"32b3\":function(e,t,n){var r=n(\"872a\"),i=n(\"9638\"),o=Object.prototype,a=o.hasOwnProperty;function s(e,t,n){var o=e[t];a.call(e,t)&&i(o,n)&&(void 0!==n||t in e)||r(e,t,n)}e.exports=s},\"32f4\":function(e,t,n){var r=n(\"2d7c\"),i=n(\"d327\"),o=Object.prototype,a=o.propertyIsEnumerable,s=Object.getOwnPropertySymbols,c=s?function(e){return null==e?[]:(e=Object(e),r(s(e),(function(t){return a.call(e,t)})))}:i;e.exports=c},3397:function(e,t,n){var r=n(\"7a41\");e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&\"function\"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if(\"function\"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&\"function\"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError(\"Can't convert object to primitive value\")}},3410:function(e,t,n){var r=n(\"23e7\"),i=n(\"d039\"),o=n(\"7b0b\"),a=n(\"e163\"),s=n(\"e177\"),c=i((function(){a(1)}));r({target:\"Object\",stat:!0,forced:c,sham:!s},{getPrototypeOf:function(e){return a(o(e))}})},\"342f\":function(e,t,n){var r=n(\"d066\");e.exports=r(\"navigator\",\"userAgent\")||\"\"},\"34ac\":function(e,t,n){var r=n(\"9520\"),i=n(\"1368\"),o=n(\"1a8c\"),a=n(\"dc57\"),s=/[\\\\^$.*+?()[\\]{}|]/g,c=/^\\[object .+?Constructor\\]$/,l=Function.prototype,u=Object.prototype,h=l.toString,d=u.hasOwnProperty,f=RegExp(\"^\"+h.call(d).replace(s,\"\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g,\"$1.*?\")+\"$\");function p(e){if(!o(e)||i(e))return!1;var t=r(e)?f:c;return t.test(a(e))}e.exports=p},3511:function(e,t){var n=TypeError,r=9007199254740991;e.exports=function(e){if(e>r)throw n(\"Maximum allowed index exceeded\");return e}},3529:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"c65b\"),o=n(\"59ed\"),a=n(\"f069\"),s=n(\"e667\"),c=n(\"2266\"),l=n(\"5eed\");r({target:\"Promise\",stat:!0,forced:l},{race:function(e){var t=this,n=a.f(t),r=n.reject,l=s((function(){var a=o(t.resolve);c(e,(function(e){i(a,t,e).then(n.resolve,r)}))}));return l.error&&r(l.value),n.promise}})},\"35a1\":function(e,t,n){var r=n(\"f5df\"),i=n(\"dc4a\"),o=n(\"3f8c\"),a=n(\"b622\"),s=a(\"iterator\");e.exports=function(e){if(void 0!=e)return i(e,s)||i(e,\"@@iterator\")||o[r(e)]}},3698:function(e,t){function n(e,t){return null==e?void 0:e[t]}e.exports=n},3729:function(e,t,n){var r=n(\"9e69\"),i=n(\"00fd\"),o=n(\"29f3\"),a=\"[object Null]\",s=\"[object Undefined]\",c=r?r.toStringTag:void 0;function l(e){return null==e?void 0===e?s:a:c&&c in Object(e)?i(e):o(e)}e.exports=l},3787:function(e,t,n){n(\"c183\");var r=n(\"5524\").Object;e.exports=function(e,t,n){return r.defineProperty(e,t,n)}},\"37e8\":function(e,t,n){var r=n(\"83ab\"),i=n(\"aed9\"),o=n(\"9bf2\"),a=n(\"825a\"),s=n(\"fc6a\"),c=n(\"df75\");t.f=r&&!i?Object.defineProperties:function(e,t){a(e);var n,r=s(t),i=c(t),l=i.length,u=0;while(l>u)o.f(e,n=i[u++],r[n]);return e}},3802:function(e,t,n){var r=n(\"5a0c\"),i=n(\"b375\"),o=n(\"d758\"),a=n(\"8f19\"),s=n(\"f906\"),c=n(\"7e21\"),l=n(\"1ac8\"),u=n(\"2a04\"),h=n(\"4bde\"),d=n(\"5e0f\"),f=n(\"23ad\"),p=n(\"bff7\");r.extend(i),r.extend(o),r.extend(a),r.extend(s),r.extend(c),r.extend(l),r.extend(u),r.extend(h),r.extend(d),r.extend(f),r.extend(p);var v=n(\"467e\");r.extend(v)},3818:function(e,t,n){var r=n(\"7e64\"),i=n(\"8057\"),o=n(\"32b3\"),a=n(\"5b01\"),s=n(\"0f0f\"),c=n(\"e5383\"),l=n(\"4359\"),u=n(\"54eb\"),h=n(\"1041\"),d=n(\"a994\"),f=n(\"1bac\"),p=n(\"42a2\"),v=n(\"c87c\"),m=n(\"c2b6\"),g=n(\"fa21\"),b=n(\"6747\"),y=n(\"0d24\"),C=n(\"cc45\"),w=n(\"1a8c\"),x=n(\"d7ee\"),S=n(\"ec69\"),k=n(\"9934\"),O=1,M=2,z=4,_=\"[object Arguments]\",T=\"[object Array]\",V=\"[object Boolean]\",j=\"[object Date]\",P=\"[object Error]\",E=\"[object Function]\",H=\"[object GeneratorFunction]\",L=\"[object Map]\",$=\"[object Number]\",A=\"[object Object]\",F=\"[object RegExp]\",I=\"[object Set]\",R=\"[object String]\",D=\"[object Symbol]\",N=\"[object WeakMap]\",B=\"[object ArrayBuffer]\",K=\"[object DataView]\",W=\"[object Float32Array]\",U=\"[object Float64Array]\",q=\"[object Int8Array]\",Y=\"[object Int16Array]\",G=\"[object Int32Array]\",X=\"[object Uint8Array]\",J=\"[object Uint8ClampedArray]\",Q=\"[object Uint16Array]\",Z=\"[object Uint32Array]\",ee={};function te(e,t,n,T,V,j){var P,L=t&O,$=t&M,F=t&z;if(n&&(P=V?n(e,T,V,j):n(e)),void 0!==P)return P;if(!w(e))return e;var I=b(e);if(I){if(P=v(e),!L)return l(e,P)}else{var R=p(e),D=R==E||R==H;if(y(e))return c(e,L);if(R==A||R==_||D&&!V){if(P=$||D?{}:g(e),!L)return $?h(e,s(P,e)):u(e,a(P,e))}else{if(!ee[R])return V?e:{};P=m(e,R,L)}}j||(j=new r);var N=j.get(e);if(N)return N;j.set(e,P),x(e)?e.forEach((function(r){P.add(te(r,t,n,r,e,j))})):C(e)&&e.forEach((function(r,i){P.set(i,te(r,t,n,i,e,j))}));var B=F?$?f:d:$?k:S,K=I?void 0:B(e);return i(K||e,(function(r,i){K&&(i=r,r=e[i]),o(P,i,te(r,t,n,i,e,j))})),P}ee[_]=ee[T]=ee[B]=ee[K]=ee[V]=ee[j]=ee[W]=ee[U]=ee[q]=ee[Y]=ee[G]=ee[L]=ee[$]=ee[A]=ee[F]=ee[I]=ee[R]=ee[D]=ee[X]=ee[J]=ee[Q]=ee[Z]=!0,ee[P]=ee[E]=ee[N]=!1,e.exports=te},3852:function(e,t,n){var r=n(\"96f3\"),i=n(\"e2c0\");function o(e,t){return null!=e&&i(e,t,r)}e.exports=o},\"387f\":function(e,t,n){\"use strict\";e.exports=function(e,t,n,r,i){return e.config=t,n&&(e.code=n),e.request=r,e.response=i,e}},3934:function(e,t,n){\"use strict\";var r=n(\"c532\");e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement(\"a\");function i(e){var r=e;return t&&(n.setAttribute(\"href\",r),r=n.href),n.setAttribute(\"href\",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,\"\"):\"\",host:n.host,search:n.search?n.search.replace(/^\\?/,\"\"):\"\",hash:n.hash?n.hash.replace(/^#/,\"\"):\"\",hostname:n.hostname,port:n.port,pathname:\"/\"===n.pathname.charAt(0)?n.pathname:\"/\"+n.pathname}}return e=i(window.location.href),function(t){var n=r.isString(t)?i(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return function(){return!0}}()},\"393a\":function(e,t,n){\"use strict\";var r=n(\"e444\"),i=n(\"512c\"),o=n(\"ba01\"),a=n(\"051b\"),s=n(\"8a0d\"),c=n(\"26dd\"),l=n(\"92f0\"),u=n(\"ce7a\"),h=n(\"cc15\")(\"iterator\"),d=!([].keys&&\"next\"in[].keys()),f=\"@@iterator\",p=\"keys\",v=\"values\",m=function(){return this};e.exports=function(e,t,n,g,b,y,C){c(n,t,g);var w,x,S,k=function(e){if(!d&&e in _)return _[e];switch(e){case p:return function(){return new n(this,e)};case v:return function(){return new n(this,e)}}return function(){return new n(this,e)}},O=t+\" Iterator\",M=b==v,z=!1,_=e.prototype,T=_[h]||_[f]||b&&_[b],V=T||k(b),j=b?M?k(\"entries\"):V:void 0,P=\"Array\"==t&&_.entries||T;if(P&&(S=u(P.call(new e)),S!==Object.prototype&&S.next&&(l(S,O,!0),r||\"function\"==typeof S[h]||a(S,h,m))),M&&T&&T.name!==v&&(z=!0,V=function(){return T.call(this)}),r&&!C||!d&&!z&&_[h]||a(_,h,V),s[t]=V,s[O]=m,b)if(w={values:M?V:k(v),keys:y?V:k(p),entries:j},C)for(x in w)x in _||o(_,x,w[x]);else i(i.P+i.F*(d||z),t,w);return w}},\"39ad\":function(e,t,n){var r=n(\"6ca1\"),i=n(\"d16a\"),o=n(\"9d11\");e.exports=function(e){return function(t,n,a){var s,c=r(t),l=i(c.length),u=o(a,l);if(e&&n!=n){while(l>u)if(s=c[u++],s!=s)return!0}else for(;l>u;u++)if((e||u in c)&&c[u]===n)return e||u||0;return!e&&-1}}},\"39ff\":function(e,t,n){var r=n(\"0b07\"),i=n(\"2b3e\"),o=r(i,\"WeakMap\");e.exports=o},\"3a8b\":function(e,t,n){\"use strict\";var r=n(\"b4a0\");t[\"a\"]=r[\"a\"]},\"3a9b\":function(e,t,n){var r=n(\"e330\");e.exports=r({}.isPrototypeOf)},\"3a9b6\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=\"0 0 1024 1024\",i=\"64 64 896 896\",o=\"fill\",a=\"outline\",s=\"twotone\";function c(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return{tag:\"svg\",attrs:{viewBox:e,focusable:!1},children:t.map((function(e){return Array.isArray(e)?{tag:\"path\",attrs:{fill:e[0],d:e[1]}}:{tag:\"path\",attrs:{d:e}}}))}}function l(e,t,n){return{name:e,theme:t,icon:n}}t.AccountBookFill=l(\"account-book\",o,c(i,\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z\")),t.AlertFill=l(\"alert\",o,c(i,\"M512 244c176.18 0 319 142.82 319 319v233a32 32 0 0 1-32 32H225a32 32 0 0 1-32-32V563c0-176.18 142.82-319 319-319zM484 68h56a8 8 0 0 1 8 8v96a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V76a8 8 0 0 1 8-8zM177.25 191.66a8 8 0 0 1 11.32 0l67.88 67.88a8 8 0 0 1 0 11.31l-39.6 39.6a8 8 0 0 1-11.31 0l-67.88-67.88a8 8 0 0 1 0-11.31l39.6-39.6zm669.6 0l39.6 39.6a8 8 0 0 1 0 11.3l-67.88 67.9a8 8 0 0 1-11.32 0l-39.6-39.6a8 8 0 0 1 0-11.32l67.89-67.88a8 8 0 0 1 11.31 0zM192 892h640a32 32 0 0 1 32 32v24a8 8 0 0 1-8 8H168a8 8 0 0 1-8-8v-24a32 32 0 0 1 32-32zm148-317v253h64V575h-64z\")),t.AlipaySquareFill=l(\"alipay-square\",o,c(i,\"M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm29.4 663.2S703 689.4 598.7 639.5C528.8 725.2 438.6 777.3 345 777.3c-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9 114.3 38.2 140.2 40.2 140.2 40.2v122.3z\")),t.AliwangwangFill=l(\"aliwangwang\",o,c(i,\"M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-325.2 79c0 20.4-16.6 37.1-37.1 37.1-20.4 0-37.1-16.7-37.1-37.1v-55.1c0-20.4 16.6-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1zm175.2 0c0 20.4-16.6 37.1-37.1 37.1S644 476.8 644 456.4v-55.1c0-20.4 16.7-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1z\")),t.AlipayCircleFill=l(\"alipay-circle\",o,c(i,\"M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z\")),t.AmazonCircleFill=l(\"amazon-circle\",o,c(i,\"M485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm35.8 262.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9 4.7-12.2 11.8-23.9 21.4-35 9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7z\")),t.AndroidFill=l(\"android\",o,c(i,\"M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486v395.3zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8-35.9 0-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7zM409.5 244.1a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm208.4 0a26.9 26.9 0 1 1 26.9-26.9 26.97 26.97 0 0 1-26.9 26.9zm223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3zm-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3z\")),t.AmazonSquareFill=l(\"amazon-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM547.8 326.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 0 0-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9s11.8-23.9 21.4-35c9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0 1 25.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 0 1 7.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 0 1-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7zM485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4z\")),t.ApiFill=l(\"api\",o,c(i,\"M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 68.9-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2z\")),t.AppstoreFill=l(\"appstore\",o,c(i,\"M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zM464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16z\")),t.AudioFill=l(\"audio\",o,c(i,\"M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm330-170c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z\")),t.AppleFill=l(\"apple\",o,c(i,\"M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-105.1-305c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z\")),t.BackwardFill=l(\"backward\",o,c(r,\"M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z\")),t.BankFill=l(\"bank\",o,c(i,\"M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374z\")),t.BehanceCircleFill=l(\"behance-circle\",o,c(i,\"M420.3 470.3c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1a50.5 50.5 0 0 0 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm86.5 286.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7z\")),t.BellFill=l(\"bell\",o,c(i,\"M816 768h-24V428c0-141.1-104.3-257.8-240-277.2V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.8C336.3 170.2 232 286.9 232 428v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48z\")),t.BehanceSquareFill=l(\"behance-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z\")),t.BookFill=l(\"book\",o,c(i,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM668 345.9L621.5 312 572 347.4V124h96v221.9z\")),t.BoxPlotFill=l(\"box-plot\",o,c(i,\"M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H448v432h344c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-728 80v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h152V296H232c-4.4 0-8 3.6-8 8z\")),t.BugFill=l(\"bug\",o,c(i,\"M304 280h416c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 0 0-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 0 0-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z\",\"M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 0 1-63 63H232a63 63 0 0 1-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0 0 22.7 49c24.3 41.5 59 76.2 100.5 100.5 28.9 16.9 61 28.8 95.3 34.5 4.4 0 8-3.6 8-8V484c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8v464.2c0 4.4 3.6 8 8 8 34.3-5.7 66.4-17.6 95.3-34.5a281.38 281.38 0 0 0 123.2-149.5A120.4 120.4 0 0 1 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.CalculatorFill=l(\"calculator\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM440.2 765h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zm7.8-382c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48zm328 369c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-104c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-265c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48z\")),t.BulbFill=l(\"bulb\",o,c(i,\"M348 676.1C250 619.4 184 513.4 184 392c0-181.1 146.9-328 328-328s328 146.9 328 328c0 121.4-66 227.4-164 284.1V792c0 17.7-14.3 32-32 32H380c-17.7 0-32-14.3-32-32V676.1zM392 888h240c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8z\")),t.BuildFill=l(\"build\",o,c(i,\"M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM612 746H412V546h200v200zm268-268H680V278h200v200z\")),t.CalendarFill=l(\"calendar\",o,c(i,\"M112 880c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V460H112v420zm768-696H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v176h800V216c0-17.7-14.3-32-32-32z\")),t.CameraFill=l(\"camera\",o,c(i,\"M864 260H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 260H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V340c0-44.2-35.8-80-80-80zM512 716c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160zm-96-160a96 96 0 1 0 192 0 96 96 0 1 0-192 0z\")),t.CarFill=l(\"car\",o,c(i,\"M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM220 418l72.7-199.9.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220z\")),t.CaretDownFill=l(\"caret-down\",o,c(r,\"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z\")),t.CaretLeftFill=l(\"caret-left\",o,c(r,\"M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z\")),t.CaretRightFill=l(\"caret-right\",o,c(r,\"M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z\")),t.CarryOutFill=l(\"carry-out\",o,c(i,\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM694.5 432.7L481.9 725.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z\")),t.CaretUpFill=l(\"caret-up\",o,c(r,\"M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z\")),t.CheckCircleFill=l(\"check-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z\")),t.CheckSquareFill=l(\"check-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM695.5 365.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L308.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H689c6.5 0 10.3 7.4 6.5 12.7z\")),t.ChromeFill=l(\"chrome\",o,c(i,\"M371.8 512c0 77.5 62.7 140.2 140.2 140.2S652.2 589.5 652.2 512 589.5 371.8 512 371.8 371.8 434.4 371.8 512zM900 362.4l-234.3 12.1c63.6 74.3 64.6 181.5 11.1 263.7l-188 289.2c78 4.2 158.4-12.9 231.2-55.2 180-104 253-322.1 180-509.8zM320.3 591.9L163.8 284.1A415.35 415.35 0 0 0 96 512c0 208 152.3 380.3 351.4 410.8l106.9-209.4c-96.6 18.2-189.9-34.8-234-121.5zm218.5-285.5l344.4 18.1C848 254.7 792.6 194 719.8 151.7 653.9 113.6 581.5 95.5 510.5 96c-122.5.5-242.2 55.2-322.1 154.5l128.2 196.9c32-91.9 124.8-146.7 222.2-141z\")),t.CiCircleFill=l(\"ci-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-63.6 656c-103 0-162.4-68.6-162.4-182.6v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-4-46.1-37.6-77.6-87-77.6-61.1 0-95.6 45.4-95.6 126.9v49.3c0 80.3 34.5 125.1 95.6 125.1 49.3 0 82.8-29.5 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z\")),t.ClockCircleFill=l(\"clock-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm176.5 585.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z\")),t.CloseCircleFill=l(\"close-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 0 1-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z\")),t.CloudFill=l(\"cloud\",o,c(i,\"M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3z\")),t.CloseSquareFill=l(\"close-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM676.1 657.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9z\")),t.CodeSandboxSquareFill=l(\"code-sandbox-square\",o,c(i,\"M307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM755.7 653.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zm-223.9 83.7l97.3-56.2v-94.1l87-49.5V418.5L531.8 525zm-20-352L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8z\")),t.CodeSandboxCircleFill=l(\"code-sandbox-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm243.7 589.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zM307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zm203.9-151.8L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8zm20 352l97.3-56.2v-94.1l87-49.5V418.5L531.8 525z\")),t.CodeFill=l(\"code\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM513.1 518.1l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3zM716 673c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8h185c4.1 0 7.5 3.6 7.5 8v48z\")),t.CompassFill=l(\"compass\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM327.3 702.4c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2l98.7-225.5 132.1 132.1-225.5 98.7zm375.1-375.1l-98.7 225.5-132.1-132.1L697.1 322c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z\")),t.CodepenCircleFill=l(\"codepen-circle\",o,c(i,\"M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z\")),t.CodepenSquareFill=l(\"codepen-square\",o,c(i,\"M723.1 428L535.9 303.4v111.3l103.6 69.1zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zm23.9 154.2v111.3L723.1 597l-83.6-55.8zm-151.4-69.1L300.9 597l187.2 124.6V610.3l-103.6-69.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-90 485c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-47.8-44.6v-79.8l-59.8 39.9zm-460.4-79.8v79.8l59.8-39.9zm206.3-57.9V303.4L300.9 428l83.6 55.8z\")),t.ContactsFill=l(\"contacts\",o,c(i,\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM661 736h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.6-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H363a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112 61.5 0 111.4 50.1 111.4 112 0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zM512 474c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52c28.5 0 51.7-23.3 51.7-52s-23.2-52-51.7-52z\")),t.ControlFill=l(\"control\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM404 683v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99zm279.6-143.9c.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1zM616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM403.4 566.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5z\")),t.ContainerFill=l(\"container\",o,c(i,\"M832 64H192c-17.7 0-32 14.3-32 32v529c0-.6.4-1 1-1h219.3l5.2 24.7C397.6 708.5 450.8 752 512 752s114.4-43.5 126.4-103.3l5.2-24.7H863c.6 0 1 .4 1 1V96c0-17.7-14.3-32-32-32zM712 493c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm0-160c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm151 354H694.1c-11.6 32.8-32 62.3-59.1 84.7-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H161c-.6 0-1-.4-1-1v242c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V686c0 .6-.4 1-1 1z\")),t.CopyFill=l(\"copy\",o,c(i,\"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM382 896h-.2L232 746.2v-.2h150v150z\")),t.CopyrightCircleFill=l(\"copyright-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm5.4 670c-110 0-173.4-73.2-173.4-194.9v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.6-3.2-8-7.4-4-49.5-40-83.4-93-83.4-65.3 0-102.1 48.5-102.1 135.5v52.6c0 85.7 36.9 133.6 102.1 133.6 52.8 0 88.7-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4z\")),t.CreditCardFill=l(\"credit-card\",o,c(i,\"M928 160H96c-17.7 0-32 14.3-32 32v160h896V192c0-17.7-14.3-32-32-32zM64 832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V440H64v392zm579-184c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72z\")),t.CrownFill=l(\"crown\",o,c(i,\"M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zM512 734.2c-62.1 0-112.6-50.5-112.6-112.6S449.9 509 512 509s112.6 50.5 112.6 112.6S574.1 734.2 512 734.2zm0-160.9c-26.6 0-48.2 21.6-48.2 48.3 0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3z\")),t.CustomerServiceFill=l(\"customer-service\",o,c(i,\"M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384z\")),t.DashboardFill=l(\"dashboard\",o,c(i,\"M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM482 232c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.5l-31.1 31.1a8.03 8.03 0 0 1-11.3 0L261.7 352a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.6l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.1 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44z\")),t.DeleteFill=l(\"delete\",o,c(i,\"M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-200 0H360v-72h304v72z\")),t.DiffFill=l(\"diff\",o,c(i,\"M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23zM553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM568 753c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-220c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7v42z\")),t.DingtalkCircleFill=l(\"dingtalk-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm227 385.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z\")),t.DatabaseFill=l(\"database\",o,c(i,\"M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM288 232c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm128-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm128-168c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\")),t.DingtalkSquareFill=l(\"dingtalk-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM739 449.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z\")),t.DislikeFill=l(\"dislike\",o,c(i,\"M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273v428h.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32z\")),t.DollarCircleFill=l(\"dollar-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm22.3 665.2l.2 31.7c0 4.4-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4C401.3 723 359.5 672.4 355 617.4c-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.7 29.8 55.4 74.1 61.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-72.9 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.9 46.9 125.9 109.2.5 4.7-3.2 8.8-8 8.8h-44.9c-4 0-7.4-3-7.9-6.9-4-29.2-27.4-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 108.9 116.4 0 75.3-56 117.3-134.3 124.1zM426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-36.9 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8 72-27.2 72-66.4 0-30.7-15.9-50.7-63.2-65.1z\")),t.DownCircleFill=l(\"down-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm184.5 353.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z\")),t.DownSquareFill=l(\"down-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM696.5 412.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z\")),t.DribbbleCircleFill=l(\"dribbble-circle\",o,c(i,\"M675.1 328.3a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6zm47.7-11.9c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 736c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm53.1-346.2c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm30.6 82.5c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4z\")),t.DribbbleSquareFill=l(\"dribbble-square\",o,c(i,\"M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z\")),t.DropboxCircleFill=l(\"dropbox-circle\",o,c(i,\"M663.8 455.5zm-151.5-93.8l-151.8 93.8 151.8 93.9 151.5-93.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm151.2 595.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1z\")),t.DropboxSquareFill=l(\"dropbox-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM663.2 659.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1zM512.3 361.7l-151.8 93.8 151.8 93.9 151.5-93.9zm151.5 93.8z\")),t.EnvironmentFill=l(\"environment\",o,c(i,\"M512 327c-29.9 0-58 11.6-79.2 32.8A111.6 111.6 0 0 0 400 439c0 29.9 11.7 58 32.8 79.2A111.6 111.6 0 0 0 512 551c29.9 0 58-11.7 79.2-32.8C612.4 497 624 468.9 624 439c0-29.9-11.6-58-32.8-79.2S541.9 327 512 327zm342.6-37.9a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z\")),t.EditFill=l(\"edit\",o,c(i,\"M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9z\")),t.ExclamationCircleFill=l(\"exclamation-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\")),t.EuroCircleFill=l(\"euro-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm63.5 375.8c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8h-136c-.3 4.4-.3 9.1-.3 13.8v36h136.2c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H444.9c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.2 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.3 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.8.3-12.8H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.7c19.7-94.2 92-149.9 198.6-149.9 20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346h.1c0 5.1-4.6 8.8-9.6 7.8-14.7-2.9-31.8-4.4-51.7-4.4-65.4 0-110.4 33.5-127.6 90.4h128.4z\")),t.ExperimentFill=l(\"experiment\",o,c(i,\"M218.9 636.3l42.6 26.6c.1.1.3.2.4.3l12.7 8 .3.3a186.9 186.9 0 0 0 94.1 25.1c44.9 0 87.2-15.7 121-43.8a256.27 256.27 0 0 1 164.9-59.9c52.3 0 102.2 15.7 144.6 44.5l7.9 5-111.6-289V179.8h63.5c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8H264.7c-4.4 0-8 3.6-8 8v51.9c0 4.4 3.6 8 8 8h63.5v173.6L218.9 636.3zm333-203.1c22 0 39.9 17.9 39.9 39.9S573.9 513 551.9 513 512 495.1 512 473.1s17.9-39.9 39.9-39.9zM878 825.1l-29.9-77.4-85.7-53.5-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-53 0-103.5-16.1-146.2-45.6l-28.9-18.1L146 825.1c-2.8 7.4-4.3 15.2-4.3 23 0 35.2 28.6 63.8 63.8 63.8h612.9c7.9 0 15.7-1.5 23-4.3a63.6 63.6 0 0 0 36.6-82.5z\")),t.EyeInvisibleFill=l(\"eye-invisible\",o,c(i,\"M508 624a112 112 0 0 0 112-112c0-3.28-.15-6.53-.43-9.74L498.26 623.57c3.21.28 6.45.43 9.74.43zm370.72-458.44L836 122.88a8 8 0 0 0-11.31 0L715.37 232.23Q624.91 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.7 119.43 136.55 191.45L112.56 835a8 8 0 0 0 0 11.31L155.25 889a8 8 0 0 0 11.31 0l712.16-712.12a8 8 0 0 0 0-11.32zM332 512a176 176 0 0 1 258.88-155.28l-48.62 48.62a112.08 112.08 0 0 0-140.92 140.92l-48.62 48.62A175.09 175.09 0 0 1 332 512z\",\"M942.2 486.2Q889.4 375 816.51 304.85L672.37 449A176.08 176.08 0 0 1 445 676.37L322.74 798.63Q407.82 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5z\")),t.EyeFill=l(\"eye\",o,c(i,\"M396 512a112 112 0 1 0 224 0 112 112 0 1 0-224 0zm546.2-25.8C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM508 688c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z\")),t.FacebookFill=l(\"facebook\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-92.4 233.5h-63.9c-50.1 0-59.8 23.8-59.8 58.8v77.1h119.6l-15.6 120.7h-104V912H539.2V602.2H434.9V481.4h104.3v-89c0-103.3 63.1-159.6 155.3-159.6 44.2 0 82.1 3.3 93.2 4.8v107.9z\")),t.FastBackwardFill=l(\"fast-backward\",o,c(r,\"M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z\")),t.FastForwardFill=l(\"fast-forward\",o,c(r,\"M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z\")),t.FileAddFill=l(\"file-add\",o,c(i,\"M480 580H372a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h108v108a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8V644h108a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H544V472a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v108zm374.6-291.3c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z\")),t.FileExcelFill=l(\"file-excel\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 0 0-10.27-5.79h-38.44a12 12 0 0 0-6.4 1.85 12 12 0 0 0-3.75 16.56l82.34 130.42-83.45 132.78a12 12 0 0 0-1.84 6.39 12 12 0 0 0 12 12h34.46a12 12 0 0 0 10.21-5.7l62.7-101.47 62.3 101.45a12 12 0 0 0 10.23 5.72h37.48a12 12 0 0 0 6.48-1.9 12 12 0 0 0 3.62-16.58l-83.83-130.55 85.3-132.47a12 12 0 0 0 1.9-6.5 12 12 0 0 0-12-12h-35.7a12 12 0 0 0-10.29 5.84z\")),t.FileExclamationFill=l(\"file-exclamation\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 784a40 40 0 1 0 0-80 40 40 0 0 0 0 80zm32-152V448a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v184a8 8 0 0 0 8 8h48a8 8 0 0 0 8-8z\")),t.FileImageFill=l(\"file-image\",o,c(i,\"M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM400 402c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8 8 0 0 1 12.6 0l136.5 174c4.3 5.2.5 12.9-6.1 12.9zm-94-370V137.8L790.2 326H602z\")),t.FileMarkdownFill=l(\"file-markdown\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.97a16 16 0 0 0 14.62 9.5h24.06a16 16 0 0 0 14.63-9.51l59.1-133.35V758a16 16 0 0 0 16.01 16H641a16 16 0 0 0 16-16V486a16 16 0 0 0-16-16h-34.75a16 16 0 0 0-14.67 9.62L512.1 662.2l-79.48-182.59a16 16 0 0 0-14.67-9.61H383a16 16 0 0 0-16 16v272a16 16 0 0 0 16 16h27.13a16 16 0 0 0 16-16V600.93z\")),t.FilePdfFill=l(\"file-pdf\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.22 637.26c-15.18-.5-31.32.67-49.65 2.96-24.3-14.99-40.66-35.58-52.28-65.83l1.07-4.38 1.24-5.18c4.3-18.13 6.61-31.36 7.3-44.7.52-10.07-.04-19.36-1.83-27.97-3.3-18.59-16.45-29.46-33.02-30.13-15.45-.63-29.65 8-33.28 21.37-5.91 21.62-2.45 50.07 10.08 98.59-15.96 38.05-37.05 82.66-51.2 107.54-18.89 9.74-33.6 18.6-45.96 28.42-16.3 12.97-26.48 26.3-29.28 40.3-1.36 6.49.69 14.97 5.36 21.92 5.3 7.88 13.28 13 22.85 13.74 24.15 1.87 53.83-23.03 86.6-79.26 3.29-1.1 6.77-2.26 11.02-3.7l11.9-4.02c7.53-2.54 12.99-4.36 18.39-6.11 23.4-7.62 41.1-12.43 57.2-15.17 27.98 14.98 60.32 24.8 82.1 24.8 17.98 0 30.13-9.32 34.52-23.99 3.85-12.88.8-27.82-7.48-36.08-8.56-8.41-24.3-12.43-45.65-13.12zM385.23 765.68v-.36l.13-.34a54.86 54.86 0 0 1 5.6-10.76c4.28-6.58 10.17-13.5 17.47-20.87 3.92-3.95 8-7.8 12.79-12.12 1.07-.96 7.91-7.05 9.19-8.25l11.17-10.4-8.12 12.93c-12.32 19.64-23.46 33.78-33 43-3.51 3.4-6.6 5.9-9.1 7.51a16.43 16.43 0 0 1-2.61 1.42c-.41.17-.77.27-1.13.3a2.2 2.2 0 0 1-1.12-.15 2.07 2.07 0 0 1-1.27-1.91zM511.17 547.4l-2.26 4-1.4-4.38c-3.1-9.83-5.38-24.64-6.01-38-.72-15.2.49-24.32 5.29-24.32 6.74 0 9.83 10.8 10.07 27.05.22 14.28-2.03 29.14-5.7 35.65zm-5.81 58.46l1.53-4.05 2.09 3.8c11.69 21.24 26.86 38.96 43.54 51.31l3.6 2.66-4.39.9c-16.33 3.38-31.54 8.46-52.34 16.85 2.17-.88-21.62 8.86-27.64 11.17l-5.25 2.01 2.8-4.88c12.35-21.5 23.76-47.32 36.05-79.77zm157.62 76.26c-7.86 3.1-24.78.33-54.57-12.39l-7.56-3.22 8.2-.6c23.3-1.73 39.8-.45 49.42 3.07 4.1 1.5 6.83 3.39 8.04 5.55a4.64 4.64 0 0 1-1.36 6.31 6.7 6.7 0 0 1-2.17 1.28z\")),t.FilePptFill=l(\"file-ppt\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM468.53 760v-91.54h59.27c60.57 0 100.2-39.65 100.2-98.12 0-58.22-39.58-98.34-99.98-98.34H424a12 12 0 0 0-12 12v276a12 12 0 0 0 12 12h32.53a12 12 0 0 0 12-12zm0-139.33h34.9c47.82 0 67.19-12.93 67.19-50.33 0-32.05-18.12-50.12-49.87-50.12h-52.22v100.45z\")),t.FileTextFill=l(\"file-text\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM320 482a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h384a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320zm0 136a8 8 0 0 0-8 8v48a8 8 0 0 0 8 8h184a8 8 0 0 0 8-8v-48a8 8 0 0 0-8-8H320z\")),t.FileWordFill=l(\"file-word\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 566.1l52.81 197a12 12 0 0 0 11.6 8.9h31.77a12 12 0 0 0 11.6-8.88l74.37-276a12 12 0 0 0 .4-3.12 12 12 0 0 0-12-12h-35.57a12 12 0 0 0-11.7 9.31l-45.78 199.1-49.76-199.32A12 12 0 0 0 528.1 472h-32.2a12 12 0 0 0-11.64 9.1L434.6 680.01 388.5 481.3a12 12 0 0 0-11.68-9.29h-35.39a12 12 0 0 0-3.11.41 12 12 0 0 0-8.47 14.7l74.17 276A12 12 0 0 0 415.6 772h31.99a12 12 0 0 0 11.59-8.9l52.81-197z\")),t.FileUnknownFill=l(\"file-unknown\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm110 227a32 32 0 1 0 0-64 32 32 0 0 0 0 64z\")),t.FileZipFill=l(\"file-zip\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM296 136v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm0 64v160h128V584H296zm48 48h32v64h-32v-64z\")),t.FileFill=l(\"file\",o,c(i,\"M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z\")),t.FilterFill=l(\"filter\",o,c(i,\"M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z\")),t.FireFill=l(\"fire\",o,c(i,\"M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9z\")),t.FlagFill=l(\"flag\",o,c(i,\"M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32z\")),t.FolderAddFill=l(\"folder-add\",o,c(i,\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM632 577c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.2 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.8 0 7 3.2 7 7.1V528h84.5c4.1 0 7.5 3.2 7.5 7v42z\")),t.FolderFill=l(\"folder\",o,c(i,\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32z\")),t.FolderOpenFill=l(\"folder-open\",o,c(i,\"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zm-180 0H238c-13 0-24.8 7.9-29.7 20L136 643.2V256h188.5l119.6 114.4H748V444z\")),t.ForwardFill=l(\"forward\",o,c(r,\"M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z\")),t.FrownFill=l(\"frown\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\")),t.FundFill=l(\"fund\",o,c(i,\"M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-92.3 194.4l-297 297.2a8.03 8.03 0 0 1-11.3 0L410.9 541.1 238.4 713.7a8.03 8.03 0 0 1-11.3 0l-36.8-36.8a8.03 8.03 0 0 1 0-11.3l214.9-215c3.1-3.1 8.2-3.1 11.3 0L531 565l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.2 3 3.2 8.1.1 11.2z\")),t.FunnelPlotFill=l(\"funnel-plot\",o,c(i,\"M336.7 586h350.6l84.9-148H251.8zm543.4-432H143.9c-24.5 0-39.8 26.7-27.5 48L215 374h594l98.7-172c12.2-21.3-3.1-48-27.6-48zM349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V650H349v188z\")),t.GiftFill=l(\"gift\",o,c(i,\"M160 894c0 17.7 14.3 32 32 32h286V550H160v344zm386 32h286c17.7 0 32-14.3 32-32V550H546v376zm334-616H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v140h366V310h68v172h366V342c0-17.7-14.3-32-32-32zm-402-4h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm138 0h-70v-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70z\")),t.GithubFill=l(\"github\",o,c(i,\"M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z\")),t.GitlabFill=l(\"gitlab\",o,c(i,\"M910.5 553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5 12.3-46.3 32.7l-72.2 215.4H386.2L314 181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5 13.6-44.9 34.1L113.9 553.2c-4.1 13.6 1.4 28.6 12.3 36.8l385.4 289 386.7-289c10.8-8.1 16.3-23.1 12.2-36.8z\")),t.GoldenFill=l(\"golden\",o,c(i,\"M905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zm-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8z\")),t.GoogleCircleFill=l(\"google-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm167 633.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9C281.5 589 272 551.6 272 512s9.5-77 26.1-110.1c40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z\")),t.GooglePlusCircleFill=l(\"google-plus-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm36.5 558.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z\")),t.GooglePlusSquareFill=l(\"google-plus-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM548.5 622.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z\")),t.GoogleSquareFill=l(\"google-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM679 697.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9A245.02 245.02 0 0 1 272 512c0-39.6 9.5-77 26.1-110.1 40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z\")),t.HddFill=l(\"hdd\",o,c(i,\"M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM456 216c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm576-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm96-152c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48z\")),t.HeartFill=l(\"heart\",o,c(i,\"M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9z\")),t.HighlightFill=l(\"highlight\",o,c(i,\"M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2z\")),t.HomeFill=l(\"home\",o,c(i,\"M946.5 505L534.6 93.4a31.93 31.93 0 0 0-45.2 0L77.5 505c-12 12-18.8 28.3-18.8 45.3 0 35.3 28.7 64 64 64h43.4V908c0 17.7 14.3 32 32 32H448V716h112v224h265.9c17.7 0 32-14.3 32-32V614.3h43.4c17 0 33.3-6.7 45.3-18.8 24.9-25 24.9-65.5-.1-90.5z\")),t.HourglassFill=l(\"hourglass\",o,c(i,\"M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194z\")),t.Html5Fill=l(\"html5\",o,c(i,\"M145.2 96l66 746.6L512 928l299.6-85.4L878.9 96H145.2zm595 177.1l-4.8 47.2-1.7 19.5H382.3l8.2 94.2h335.1l-3.3 24.3-21.2 242.2-1.7 16.2-187 51.6v.3h-1.2l-.3.1v-.1h-.1l-188.6-52L310.8 572h91.1l6.5 73.2 102.4 27.7h.4l102-27.6 11.4-118.6H510.9v-.1H306l-22.8-253.5-1.7-24.3h460.3l-1.6 24.3z\")),t.IdcardFill=l(\"idcard\",o,c(i,\"M373 411c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52 51.7-23.3 51.7-52-23.2-52-51.7-52zm555-251H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM608 420c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm-86 253h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224a8 8 0 0 1-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 0 1-29.1-75.5c0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zm278.9-53H615.1c-3.9 0-7.1-3.6-7.1-8v-48c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48h.1c0 4.4-3.2 8-7.1 8z\")),t.IeCircleFill=l(\"ie-circle\",o,c(i,\"M693.6 284.4c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm253.9 492.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z\")),t.IeSquareFill=l(\"ie-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM765.9 556.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zm-72.3-272.5c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z\")),t.InfoCircleFill=l(\"info-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\")),t.InstagramFill=l(\"instagram\",o,c(i,\"M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3 645.3 585.4 645.3 512 585.4 378.7 512 378.7zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zM512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9 717.1 398.5 717.1 512 625.5 717.1 512 717.1zm213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9 47.9 21.4 47.9 47.9a47.84 47.84 0 0 1-47.9 47.9z\")),t.InsuranceFill=l(\"insurance\",o,c(i,\"M519.9 358.8h97.9v41.6h-97.9zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM411.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm296.5-49.2l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a5.9 5.9 0 0 1-8.9-1.4L430 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5z\")),t.InteractionFill=l(\"interaction\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z\")),t.InterationFill=l(\"interation\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z\")),t.LayoutFill=l(\"layout\",o,c(i,\"M384 912h496c17.7 0 32-14.3 32-32V340H384v572zm496-800H384v164h528V144c0-17.7-14.3-32-32-32zm-768 32v736c0 17.7 14.3 32 32 32h176V112H144c-17.7 0-32 14.3-32 32z\")),t.LeftCircleFill=l(\"left-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm104 316.9c0 10.2-4.9 19.9-13.2 25.9L457.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178a8 8 0 0 1 12.7 6.5v46.8z\")),t.LeftSquareFill=l(\"left-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM624 380.9c0 10.2-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.8z\")),t.LikeFill=l(\"like\",o,c(i,\"M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311h-.3v428h472.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32z\")),t.LockFill=l(\"lock\",o,c(i,\"M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0zm152-237H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224z\")),t.LinkedinFill=l(\"linkedin\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1 1 68.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7 120.2 0 142.3 79.1 142.3 181.9v209.4z\")),t.MailFill=l(\"mail\",o,c(i,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-80.8 108.9L531.7 514.4c-7.8 6.1-18.7 6.1-26.5 0L189.6 268.9A7.2 7.2 0 0 1 194 256h648.8a7.2 7.2 0 0 1 4.4 12.9z\")),t.MedicineBoxFill=l(\"medicine-box\",o,c(i,\"M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48zm4-372H360v-72h304v72z\")),t.MediumCircleFill=l(\"medium-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm256 253.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z\")),t.MediumSquareFill=l(\"medium-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM768 317.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 0 0 7-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z\")),t.MehFill=l(\"meh\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\")),t.MessageFill=l(\"message\",o,c(i,\"M924.3 338.4a447.57 447.57 0 0 0-96.1-143.3 443.09 443.09 0 0 0-143-96.3A443.91 443.91 0 0 0 512 64h-2c-60.5.3-119 12.3-174.1 35.9a444.08 444.08 0 0 0-141.7 96.5 445 445 0 0 0-95 142.8A449.89 449.89 0 0 0 65 514.1c.3 69.4 16.9 138.3 47.9 199.9v152c0 25.4 20.6 46 45.9 46h151.8a447.72 447.72 0 0 0 199.5 48h2.1c59.8 0 117.7-11.6 172.3-34.3A443.2 443.2 0 0 0 827 830.5c41.2-40.9 73.6-88.7 96.3-142 23.5-55.2 35.5-113.9 35.8-174.5.2-60.9-11.6-120-34.8-175.6zM312.4 560c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.4 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48z\")),t.MinusCircleFill=l(\"minus-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z\")),t.MinusSquareFill=l(\"minus-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z\")),t.MobileFill=l(\"mobile\",o,c(i,\"M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z\")),t.MoneyCollectFill=l(\"money-collect\",o,c(i,\"M911.5 699.7a8 8 0 0 0-10.3-4.8L840 717.2V179c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V762c0 3.3 2.1 6.3 5.3 7.5L501 909.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zm-243.8-377L564 514.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V703c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 322.8c-2.1-3.8-.7-8.7 3.2-10.8 1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 484.2h3.3L599 315.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8z\")),t.PauseCircleFill=l(\"pause-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-80 600c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z\")),t.PayCircleFill=l(\"pay-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm166.6 246.8L567.5 515.6h62c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V603h82c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V717c0 4.4-3.6 8-8 8h-54.3c-4.4 0-8-3.6-8-8v-68.1h-81.7c-4.4 0-8-3.6-8-8V611c0-4.4 3.6-8 8-8h81.7v-41.5h-81.7c-4.4 0-8-3.6-8-8v-29.9c0-4.4 3.6-8 8-8h61.4L345.4 310.8a8.07 8.07 0 0 1 7-11.9h60.7c3 0 5.8 1.7 7.1 4.4l90.6 180h3.4l90.6-180a8 8 0 0 1 7.1-4.4h59.5c4.4 0 8 3.6 8 8 .2 1.4-.2 2.7-.8 3.9z\")),t.NotificationFill=l(\"notification\",o,c(i,\"M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.6c-3.7 11.6-5.6 23.9-5.6 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1z\")),t.PhoneFill=l(\"phone\",o,c(i,\"M885.6 230.2L779.1 123.8a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L549.8 238.4a80.83 80.83 0 0 0-23.8 57.3c0 21.7 8.5 42.1 23.8 57.4l83.8 83.8A393.82 393.82 0 0 1 553.1 553 395.34 395.34 0 0 1 437 633.8L353.2 550a80.83 80.83 0 0 0-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L123.8 664.5a80.89 80.89 0 0 0-23.8 57.4c0 21.7 8.5 42.1 23.8 57.4l106.3 106.3c24.4 24.5 58.1 38.4 92.7 38.4 7.3 0 14.3-.6 21.2-1.8 134.8-22.2 268.5-93.9 376.4-201.7C828.2 612.8 899.8 479.2 922.3 344c6.8-41.3-6.9-83.8-36.7-113.8z\")),t.PictureFill=l(\"picture\",o,c(i,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM338 304c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm513.9 437.1a8.11 8.11 0 0 1-5.2 1.9H177.2c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2l170.3-202c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l99.4 118 158.1-187.5c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l229.6 271.6c2.6 3.3 2.2 8.4-1.2 11.2z\")),t.PieChartFill=l(\"pie-chart\",o,c(i,\"M863.1 518.5H505.5V160.9c0-4.4-3.6-8-8-8h-26a398.57 398.57 0 0 0-282.5 117 397.47 397.47 0 0 0-85.6 127C82.6 446.2 72 498.5 72 552.5S82.6 658.7 103.4 708c20.1 47.5 48.9 90.3 85.6 127 36.7 36.7 79.4 65.5 127 85.6a396.64 396.64 0 0 0 155.6 31.5 398.57 398.57 0 0 0 282.5-117c36.7-36.7 65.5-79.4 85.6-127a396.64 396.64 0 0 0 31.5-155.6v-26c-.1-4.4-3.7-8-8.1-8zM951 463l-2.6-28.2c-8.5-92-49.3-178.8-115.1-244.3A398.5 398.5 0 0 0 588.4 75.6L560.1 73c-4.7-.4-8.7 3.2-8.7 7.9v383.7c0 4.4 3.6 8 8 8l383.6-1c4.7-.1 8.4-4 8-8.6z\")),t.PlayCircleFill=l(\"play-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm144.1 454.9L437.7 677.8a8.02 8.02 0 0 1-12.7-6.5V353.7a8 8 0 0 1 12.7-6.5L656.1 506a7.9 7.9 0 0 1 0 12.9z\")),t.PlaySquareFill=l(\"play-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM641.7 520.8L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6z\")),t.PlusCircleFill=l(\"plus-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z\")),t.PlusSquareFill=l(\"plus-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z\")),t.PoundCircleFill=l(\"pound-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm146 658c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8V722z\")),t.PrinterFill=l(\"printer\",o,c(i,\"M732 120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v148h440V120zm120 212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM664 844H360V568h304v276zm164-360c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z\")),t.ProfileFill=l(\"profile\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM380 696c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm304 272c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48z\")),t.ProjectFill=l(\"project\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM368 744c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464zm192-280c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184zm192 72c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256z\")),t.PushpinFill=l(\"pushpin\",o,c(i,\"M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3-15.4 12.3-16.6 35.4-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8z\")),t.PropertySafetyFill=l(\"property-safety\",o,c(i,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM648.3 332.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z\")),t.QqCircleFill=l(\"qq-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm210.5 612.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z\")),t.QqSquareFill=l(\"qq-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM722.5 676.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z\")),t.QuestionCircleFill=l(\"question-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 708c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z\")),t.ReadFill=l(\"read\",o,c(i,\"M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM404 553.5c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm416 140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45z\")),t.ReconciliationFill=l(\"reconciliation\",o,c(i,\"M676 623c-18.8 0-34 15.2-34 34s15.2 34 34 34 34-15.2 34-34-15.2-34-34-34zm204-455H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zM448 848H176V616h272v232zm0-296H176v-88h272v88zm20-272v-48h72v-56h64v56h72v48H468zm180 168v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8zm28 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-245c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v96zm-92 61c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z\")),t.RedEnvelopeFill=l(\"red-envelope\",o,c(i,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM647 470.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.6-3.6 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1 3.4-11.4 1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.9 141.8 71.9-141.9a8.5 8.5 0 0 1 7.5-4.6h47.8c4.6 0 8.4 3.8 8.4 8.4-.1 1.5-.5 2.9-1.1 4.1zM512.6 323L289 148h446L512.6 323z\")),t.RedditCircleFill=l(\"reddit-circle\",o,c(i,\"M584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm245 477.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zm-171.3 83c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm72 108a36 36 0 1 0 72 0 36 36 0 1 0-72 0z\")),t.RedditSquareFill=l(\"reddit-square\",o,c(i,\"M296 440a35.98 35.98 0 0 0-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 0 0 296 440zm289.7 184.9c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 0 0-30.1-3.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM757 541.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 0 1 296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 0 1 101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zM584 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0zm144-108a35.9 35.9 0 0 0-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 0 0 728 440zM368 548a36 36 0 1 0 72 0 36 36 0 1 0-72 0z\")),t.RestFill=l(\"rest\",o,c(i,\"M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zM508 704c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zM291 256l22.4-76h397.2l22.4 76H291zm137 304a80 80 0 1 0 160 0 80 80 0 1 0-160 0z\")),t.RightCircleFill=l(\"right-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm154.7 454.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z\")),t.RocketFill=l(\"rocket\",o,c(i,\"M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zM512 352a48.01 48.01 0 0 1 0 96 48.01 48.01 0 0 1 0-96zm116.1 432.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5z\")),t.RightSquareFill=l(\"right-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM658.7 518.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z\")),t.SafetyCertificateFill=l(\"safety-certificate\",o,c(i,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM694.5 340.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z\")),t.SaveFill=l(\"save\",o,c(i,\"M893.3 293.3L730.7 130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 176h256v112H384V176zm128 554c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zm0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80z\")),t.ScheduleFill=l(\"schedule\",o,c(i,\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.5-91.3l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.2c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.5 12.9 6.6l52.8 73.1 103.7-143.7c3-4.2 7.8-6.6 12.9-6.6H792c6.5.1 10.3 7.5 6.5 12.8z\")),t.SecurityScanFill=l(\"security-scan\",o,c(i,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM626.8 554c-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0 56.3 56.3 56.3 147.5 0 203.8zm-158.54-45.27a80.1 80.1 0 1 0 113.27-113.28 80.1 80.1 0 1 0-113.27 113.28z\")),t.SettingFill=l(\"setting\",o,c(i,\"M512.5 390.6c-29.9 0-57.9 11.6-79.1 32.8-21.1 21.2-32.8 49.2-32.8 79.1 0 29.9 11.7 57.9 32.8 79.1 21.2 21.1 49.2 32.8 79.1 32.8 29.9 0 57.9-11.7 79.1-32.8 21.1-21.2 32.8-49.2 32.8-79.1 0-29.9-11.7-57.9-32.8-79.1a110.96 110.96 0 0 0-79.1-32.8zm412.3 235.5l-65.4-55.9c3.1-19 4.7-38.4 4.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a442.5 442.5 0 0 0-79.6-137.7l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.2 28.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.3a353.44 353.44 0 0 0-98.9 57.3l-81.8-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a445.93 445.93 0 0 0-79.6 137.7l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.2 56.5c-3.1 18.8-4.6 38-4.6 57 0 19.2 1.5 38.4 4.6 57l-66 56.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.3 44.8 96.8 79.6 137.7l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.8-29.1c29.8 24.5 63 43.9 98.9 57.3l15.8 85.3a32.05 32.05 0 0 0 25.8 25.7l2.7.5a448.27 448.27 0 0 0 158.8 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35zm-412.3 52.2c-97.1 0-175.8-78.7-175.8-175.8s78.7-175.8 175.8-175.8 175.8 78.7 175.8 175.8-78.7 175.8-175.8 175.8z\")),t.ShopFill=l(\"shop\",o,c(i,\"M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h274V736h128v176h274c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zm-72 568H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm0-568.1H214v-88h596v88z\")),t.ShoppingFill=l(\"shopping\",o,c(i,\"M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-208 0H400v-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16z\")),t.SketchCircleFill=l(\"sketch-circle\",o,c(i,\"M582.3 625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7 36L512 684.5l114.4-225.2zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm286.7 380.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-190.5-20.9L512 326.1l-96.2 97.2zM420.3 301.1l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8zm-222.4 7.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3z\")),t.SketchSquareFill=l(\"sketch-square\",o,c(i,\"M608.2 423.3L512 326.1l-96.2 97.2zm-25.9 202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-81.3 332.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6zm-401.1 15.1L512 684.5l114.4-225.2zm-16.3-151.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3zm126.5-158.2l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8z\")),t.SkinFill=l(\"skin\",o,c(i,\"M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44z\")),t.SlackCircleFill=l(\"slack-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm83.7-50.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM579.3 765c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8S529 593.6 529 580.2c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z\")),t.SlackSquareFill=l(\"slack-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z\")),t.SkypeFill=l(\"skype\",o,c(i,\"M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-370 162.9c-134.2 0-194.2-66-194.2-115.4 0-25.4 18.7-43.1 44.5-43.1 57.4 0 42.6 82.5 149.7 82.5 54.9 0 85.2-29.8 85.2-60.3 0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9 0-101.4 95.5-139.5 185.2-139.5 82.6 0 180 45.7 180 106.5 0 26.1-22.6 41.2-48.4 41.2-49 0-40-67.8-138.7-67.8-49 0-76.1 22.2-76.1 53.9s38.7 41.8 72.3 49.5l88.4 19.6c96.8 21.6 121.3 78.1 121.3 131.3 0 82.3-63.3 143.9-191 143.9z\")),t.SlidersFill=l(\"sliders\",o,c(i,\"M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-584-72h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm292 180h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8z\")),t.SmileFill=l(\"smile\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\")),t.SnippetsFill=l(\"snippets\",o,c(i,\"M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 486H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z\")),t.SoundFill=l(\"sound\",o,c(i,\"M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zm174 132H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1z\")),t.StarFill=l(\"star\",o,c(i,\"M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z\")),t.StepBackwardFill=l(\"step-backward\",o,c(r,\"M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8\")),t.StepForwardFill=l(\"step-forward\",o,c(r,\"M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8\")),t.StopFill=l(\"stop\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm234.8 736.5L223.5 277.2c16-19.7 34-37.7 53.7-53.7l523.3 523.3c-16 19.6-34 37.7-53.7 53.7z\")),t.SwitcherFill=l(\"switcher\",o,c(i,\"M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zM596 606c0 4.4-3.6 8-8 8H308c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h280c4.4 0 8 3.6 8 8v48zm284-494H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z\")),t.TabletFill=l(\"tablet\",o,c(i,\"M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z\")),t.TagFill=l(\"tag\",o,c(i,\"M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM699 387c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z\")),t.TagsFill=l(\"tags\",o,c(i,\"M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm122.7-533.4c18.7-18.7 49.1-18.7 67.9 0 18.7 18.7 18.7 49.1 0 67.9-18.7 18.7-49.1 18.7-67.9 0-18.7-18.7-18.7-49.1 0-67.9zm283.8 282.9l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z\")),t.TaobaoCircleFill=l(\"taobao-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z\")),t.TaobaoSquareFill=l(\"taobao-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z\")),t.ToolFill=l(\"tool\",o,c(i,\"M865.3 244.7c-.3-.3-61.1 59.8-182.1 180.6l-84.9-84.9 180.9-180.9c-95.2-57.3-217.5-42.6-296.8 36.7A244.42 244.42 0 0 0 419 432l1.8 6.7-283.5 283.4c-6.2 6.2-6.2 16.4 0 22.6l141.4 141.4c6.2 6.2 16.4 6.2 22.6 0l283.3-283.3 6.7 1.8c83.7 22.3 173.6-.9 236-63.3 79.4-79.3 94.1-201.6 38-296.6z\")),t.ThunderboltFill=l(\"thunderbolt\",o,c(i,\"M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7z\")),t.TrademarkCircleFill=l(\"trademark-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm164.7 660.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H378c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7zM523.9 357h-83.4v148H522c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z\")),t.TwitterCircleFill=l(\"twitter-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm215.3 337.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z\")),t.TrophyFill=l(\"trophy\",o,c(i,\"M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.6 630.2 359 721.8 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.8 758.4 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6c-37.1-11.9-64-46.7-64-87.6V232h64v207.6zM840 352c0 41-26.9 75.8-64 87.6V232h64v120z\")),t.TwitterSquareFill=l(\"twitter-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM727.3 401.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 0 1-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 0 1-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 0 0 229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z\")),t.UnlockFill=l(\"unlock\",o,c(i,\"M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1 1 56 0z\")),t.UpCircleFill=l(\"up-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm178 555h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z\")),t.UpSquareFill=l(\"up-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM690 624h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z\")),t.UsbFill=l(\"usb\",o,c(i,\"M408 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm352 120V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-72 0H336V184h352v248zM568 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\")),t.WalletFill=l(\"wallet\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 464H528V448h320v128zm-268-64a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.VideoCameraFill=l(\"video-camera\",o,c(i,\"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM328 352c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48zm560 273l-104-59.8V458.9L888 399v226z\")),t.WarningFill=l(\"warning\",o,c(i,\"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\")),t.WeiboCircleFill=l(\"weibo-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z\")),t.WechatFill=l(\"wechat\",o,c(i,\"M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z\")),t.WindowsFill=l(\"windows\",o,c(i,\"M523.8 191.4v288.9h382V128.1zm0 642.2l382 62.2v-352h-382zM120.1 480.2H443V201.9l-322.9 53.5zm0 290.4L443 823.2V543.8H120.1z\")),t.YahooFill=l(\"yahoo\",o,c(i,\"M937.3 231H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7zm-77.4 450.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm225.2 225.2h-65.3L458.9 559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9 399.9h-37v-56.3h168.5v56.3h-37l93.4 93.5 28.1-28.1V400h168.8v56.2z\")),t.WeiboSquareFill=l(\"weibo-square\",o,c(i,\"M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z\")),t.YuqueFill=l(\"yuque\",o,c(i,\"M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.9-8.1-195-3-195-3s87.4 55.6 52.4 154.7c-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6z\")),t.YoutubeFill=l(\"youtube\",o,c(i,\"M941.3 296.1a112.3 112.3 0 0 0-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0 0 82.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133-232 135z\")),t.ZhihuSquareFill=l(\"zhihu-square\",o,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM432.3 592.8l71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7h-110l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24.1-18.1zm335.5 116h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z\")),t.ZhihuCircleFill=l(\"zhihu-circle\",o,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-90.7 477.8l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24-18.1 71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7H421.3zm346.5 167h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z\")),t.AccountBookOutline=l(\"account-book\",a,c(i,\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z\")),t.AlertOutline=l(\"alert\",a,c(i,\"M193 796c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563zm-48.1-252.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM832 892H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8z\")),t.AlipayCircleOutline=l(\"alipay-circle\",a,c(i,\"M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 0 0 960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z\")),t.AliwangwangOutline=l(\"aliwangwang\",a,c(i,\"M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 0 0-120.5-81.2A375.65 375.65 0 0 0 519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 0 0-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0 0 29.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-66.4 266.5a307.08 307.08 0 0 1-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.51 306.51 0 0 1-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9 0-55.4 14.8-109.7 42.8-157l13.2-22.1-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6 43.8 6.5 82.5 17.5 114.9 32.6l19 8.9 19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.51 306.51 0 0 1 217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1.1.1c16 37.6 24.1 78 24.2 119.8-.1 41.7-8.3 82-24.3 119.8zM681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1zm-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1 20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1z\")),t.AndroidOutline=l(\"android\",a,c(i,\"M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9.1-18.4-13.4-31.9-32-31.9zm393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8.6-2.4 1.4-5.5 1.4-8.9 0-18.5-13.5-31.9-32-31.9-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4-18.6 0-32 13.4-32 31.9 0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1-20.3 0-39.2 7.5-53.1 21.3-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.4 0 39.2-7.5 53.1-21.6 13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9zM246 609.6c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7zm39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7zm95.8-132.6H309.9V364h404.6v399.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32-.1-18.6-13.4-31.8-32.1-31.8z\")),t.ApiOutline=l(\"api\",a,c(i,\"M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7 35.3 0 68.4 13.7 93.4 38.7 24.9 24.9 38.7 58.1 38.7 93.4 0 35.3-13.8 68.4-38.7 93.4zm-190.2 105a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 69-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7a131.32 131.32 0 0 1-38.7-93.4c0-35.3 13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4z\")),t.AppstoreOutline=l(\"appstore\",a,c(i,\"M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z\")),t.AudioOutline=l(\"audio\",a,c(i,\"M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1zM512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-94-392c0-50.6 41.9-92 94-92s94 41.4 94 92v224c0 50.6-41.9 92-94 92s-94-41.4-94-92V232z\")),t.AppleOutline=l(\"apple\",a,c(i,\"M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7-10.5 8-18.6 11.4-24 11.6-9-.1-17.7-2.3-34.7-8.8-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8-18.6-4.8-37.1-7.4-56.9-7.4-20.2 0-39.2 2.5-58.1 7.2-13.9 3.5-25.6 7.4-42.7 13.8-.7.3-8.1 3.1-10.2 3.9-3.5 1.3-6.2 2.3-8.7 3.2-10.4 3.6-17 5.1-22.9 5.2-.7 0-1.3-.1-1.8-.2-1.1-.2-2.5-.6-4.1-1.3-4.5-1.8-9.9-5.1-16-9.8-14-10.9-29.4-28-45.1-49.9-27.5-38.6-53.5-89.8-66-125.7-15.4-44.8-23-87.7-23-128.6 0-60.2 17.8-106 48.4-137.1 26.3-26.6 61.7-41.5 97.8-42.3 5.9.1 14.5 1.5 25.4 4.5 8.6 2.3 18 5.4 30.7 9.9 3.8 1.4 16.9 6.1 18.5 6.7 7.7 2.8 13.5 4.8 19.2 6.6 18.2 5.8 32.3 9 47.6 9 15.5 0 28.8-3.3 47.7-9.8 7.1-2.4 32.9-12 37.5-13.6 25.6-9.1 44.5-14 60.8-15.2 4.8-.4 9.1-.4 13.2-.1 22.7 1.8 42.1 6.3 58.6 13.8-37.6 43.4-57 96.5-56.9 158.4-.3 14.7.9 31.7 5.1 51.8 6.4 30.5 18.6 60.7 37.9 89 14.7 21.5 32.9 40.9 54.7 57.8-11.5 23.7-25.6 48.2-40.4 68.8zm-94.5-572c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z\")),t.BackwardOutline=l(\"backward\",a,c(r,\"M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z\")),t.BankOutline=l(\"bank\",a,c(i,\"M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM512 196.7l271.1 197.2H240.9L512 196.7zM264 462h117v374H264V462zm189 0h117v374H453V462zm307 374H642V462h118v374z\")),t.BellOutline=l(\"bell\",a,c(i,\"M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zM304 768V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340H304z\")),t.BehanceSquareOutline=l(\"behance-square\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z\")),t.BookOutline=l(\"book\",a,c(i,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zm220 752H232V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752z\")),t.BoxPlotOutline=l(\"box-plot\",a,c(i,\"M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM296 368h88v288h-88V368zm432 288H448V368h280v288z\")),t.BulbOutline=l(\"bulb\",a,c(i,\"M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z\")),t.BugOutline=l(\"bug\",a,c(i,\"M304 280h56c4.4 0 8-3.6 8-8 0-28.3 5.9-53.2 17.1-73.5 10.6-19.4 26-34.8 45.4-45.4C450.9 142 475.7 136 504 136h16c28.3 0 53.2 5.9 73.5 17.1 19.4 10.6 34.8 26 45.4 45.4C650 218.9 656 243.7 656 272c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 0 0-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 0 0-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z\",\"M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 0 1-63 63H232a63 63 0 0 1-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0 0 22.7 49c24.3 41.5 59 76.2 100.5 100.5S460.5 960 512 960s99.8-13.9 141.3-38.2a281.38 281.38 0 0 0 123.2-149.5A120 120 0 0 1 836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM716 680c0 36.8-9.7 72-27.8 102.9-17.7 30.3-43 55.6-73.3 73.3C584 874.3 548.8 884 512 884s-72-9.7-102.9-27.8c-30.3-17.7-55.6-43-73.3-73.3A202.75 202.75 0 0 1 308 680V412h408v268z\")),t.CalculatorOutline=l(\"calculator\",a,c(i,\"M251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 0h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm-195.7-81l61.2-74.9c4.3-5.2.7-13.1-5.9-13.1H388c-2.3 0-4.5 1-5.9 2.9l-34 41.6-34-41.6a7.85 7.85 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.5-1 5.9-2.9l35.5-43.5 35.5 43.5c1.5 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 5.9-13.1L383.5 675zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-36 732H180V180h664v664z\")),t.BuildOutline=l(\"build\",a,c(i,\"M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zm-504 68h200v200H412V278zm-68 468H144V546h200v200zm268 0H412V546h200v200zm268-268H680V278h200v200z\")),t.CalendarOutline=l(\"calendar\",a,c(i,\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z\")),t.CameraOutline=l(\"camera\",a,c(i,\"M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456zM512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\")),t.CarOutline=l(\"car\",a,c(i,\"M380 704h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8zm340-123a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm239-167.6L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM840 517v237H184V517l15.6-43h624.8l15.6 43zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.CaretDownOutline=l(\"caret-down\",a,c(r,\"M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z\")),t.CaretLeftOutline=l(\"caret-left\",a,c(r,\"M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z\")),t.CaretRightOutline=l(\"caret-right\",a,c(r,\"M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z\")),t.CarryOutOutline=l(\"carry-out\",a,c(i,\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z\")),t.CheckCircleOutline=l(\"check-circle\",a,c(i,\"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z\",\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\")),t.CaretUpOutline=l(\"caret-up\",a,c(r,\"M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z\")),t.CheckSquareOutline=l(\"check-square\",a,c(i,\"M433.1 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7H642c-10.2 0-19.9 4.9-25.9 13.3L459 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H315c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8z\",\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.ChromeOutline=l(\"chrome\",a,c(i,\"M928 512.3v-.3c0-229.8-186.2-416-416-416S96 282.2 96 512v.4c0 229.8 186.2 416 416 416s416-186.2 416-416v-.3.2zm-6.7-74.6l.6 3.3-.6-3.3zM676.7 638.2c53.5-82.2 52.5-189.4-11.1-263.7l162.4-8.4c20.5 44.4 32 93.8 32 145.9 0 185.2-144.6 336.6-327.1 347.4l143.8-221.2zM512 652.3c-77.5 0-140.2-62.7-140.2-140.2 0-77.7 62.7-140.2 140.2-140.2S652.2 434.5 652.2 512 589.5 652.3 512 652.3zm369.2-331.7l-3-5.7 3 5.7zM512 164c121.3 0 228.2 62.1 290.4 156.2l-263.6-13.9c-97.5-5.7-190.2 49.2-222.3 141.1L227.8 311c63.1-88.9 166.9-147 284.2-147zM102.5 585.8c26 145 127.1 264 261.6 315.1C229.6 850 128.5 731 102.5 585.8zM164 512c0-55.9 13.2-108.7 36.6-155.5l119.7 235.4c44.1 86.7 137.4 139.7 234 121.6l-74 145.1C302.9 842.5 164 693.5 164 512zm324.7 415.4c4 .2 8 .4 12 .5-4-.2-8-.3-12-.5z\")),t.ClockCircleOutline=l(\"clock-circle\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\",\"M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z\")),t.CloseCircleOutline=l(\"close-circle\",a,c(i,\"M685.4 354.8c0-4.4-3.6-8-8-8l-66 .3L512 465.6l-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155L340.5 670a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3L512 564.4l99.3 118.4 66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.5 515l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z\",\"M512 65C264.6 65 64 265.6 64 513s200.6 448 448 448 448-200.6 448-448S759.4 65 512 65zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\")),t.CloudOutline=l(\"cloud\",a,c(i,\"M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z\")),t.CloseSquareOutline=l(\"close-square\",a,c(i,\"M354 671h58.9c4.7 0 9.2-2.1 12.3-5.7L512 561.8l86.8 103.5c3 3.6 7.5 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.4-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.7 0-9.2 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3-3.6-7.5-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z\",\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.CodeOutline=l(\"code\",a,c(i,\"M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48zm-194.9 6.1l192-161c3.8-3.2 3.8-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.CodepenCircleOutline=l(\"codepen-circle\",a,c(i,\"M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 0 1-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 0 1-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 0 1 .8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z\")),t.CompassOutline=l(\"compass\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm198.4-588.1a32 32 0 0 0-24.5.5L414.9 415 296.4 686c-3.6 8.2-3.6 17.5 0 25.7 3.4 7.8 9.7 13.9 17.7 17 3.8 1.5 7.7 2.2 11.7 2.2 4.4 0 8.7-.9 12.8-2.7l271-118.6 118.5-271a32.06 32.06 0 0 0-17.7-42.7zM576.8 534.4l26.2 26.2-42.4 42.4-26.2-26.2L380 644.4 447.5 490 422 464.4l42.4-42.4 25.5 25.5L644.4 380l-67.6 154.4zM464.4 422L422 464.4l25.5 25.6 86.9 86.8 26.2 26.2 42.4-42.4-26.2-26.2-86.8-86.9z\")),t.ContactsOutline=l(\"contacts\",a,c(i,\"M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52zm416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z\")),t.ContainerOutline=l(\"container\",a,c(i,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v-63H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v752zM320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 160h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\")),t.ControlOutline=l(\"control\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8s0 .1.1.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8 0 0 0 .1-.1.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7zM620 539v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8v.1a36.18 36.18 0 0 1 5.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8v.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z\")),t.CopyOutline=l(\"copy\",a,c(i,\"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z\")),t.CreditCardOutline=l(\"credit-card\",a,c(i,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-792 72h752v120H136V232zm752 560H136V440h752v352zm-237-64h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z\")),t.CrownOutline=l(\"crown\",a,c(i,\"M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zm-126 534.1H250.3l-53.8-409.4 139.8 86.1L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4zM512 509c-62.1 0-112.6 50.5-112.6 112.6S449.9 734.2 512 734.2s112.6-50.5 112.6-112.6S574.1 509 512 509zm0 160.9c-26.6 0-48.2-21.6-48.2-48.3 0-26.6 21.6-48.3 48.2-48.3s48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3z\")),t.CustomerServiceOutline=l(\"customer-service\",a,c(i,\"M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z\")),t.DashboardOutline=l(\"dashboard\",a,c(i,\"M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276zM623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8zm260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zm12.7-197.2l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zm-458.6-31.1a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z\")),t.DeleteOutline=l(\"delete\",a,c(i,\"M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z\")),t.DiffOutline=l(\"diff\",a,c(i,\"M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7zm-7.1-502.6c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888zm190.2-581.4L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z\")),t.DatabaseOutline=l(\"database\",a,c(i,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM304 240a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.DislikeOutline=l(\"dislike\",a,c(i,\"M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h129.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM184 456V172h81v284h-81zm627.2 160.4H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3L329 459.2V172h415.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z\")),t.DownCircleOutline=l(\"down-circle\",a,c(i,\"M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z\",\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\")),t.DownSquareOutline=l(\"down-square\",a,c(i,\"M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.8-5.3 0-12.7-6.5-12.7H643c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z\",\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.DribbbleSquareOutline=l(\"dribbble-square\",a,c(i,\"M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 0 0-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z\")),t.EnvironmentOutline=l(\"environment\",a,c(i,\"M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1zm0-617.2c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8C612.4 381 624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z\")),t.EditOutline=l(\"edit\",a,c(i,\"M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z\")),t.ExclamationCircleOutline=l(\"exclamation-circle\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\",\"M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z\")),t.ExperimentOutline=l(\"experiment\",a,c(i,\"M512 472a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm367 352.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.7-107.8c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1L813.5 844h-603z\")),t.EyeInvisibleOutline=l(\"eye-invisible\",a,c(i,\"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zm-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z\",\"M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z\")),t.EyeOutline=l(\"eye\",a,c(i,\"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z\")),t.FacebookOutline=l(\"facebook\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 736H663.9V602.2h104l15.6-120.7H663.9v-77.1c0-35 9.7-58.8 59.8-58.8h63.9v-108c-11.1-1.5-49-4.8-93.2-4.8-92.2 0-155.3 56.3-155.3 159.6v89H434.9v120.7h104.3V848H176V176h672v672z\")),t.FastBackwardOutline=l(\"fast-backward\",a,c(r,\"M517.6 273.5L230.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 0 0 0 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z\")),t.FastForwardOutline=l(\"fast-forward\",a,c(r,\"M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z\")),t.FileAddOutline=l(\"file-add\",a,c(i,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z\")),t.FileExcelOutline=l(\"file-excel\",a,c(i,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z\")),t.FileExclamationOutline=l(\"file-exclamation\",a,c(i,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM472 744a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm16-104h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8z\")),t.FileImageOutline=l(\"file-image\",a,c(i,\"M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm494.6-153.4L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z\")),t.FileMarkdownOutline=l(\"file-markdown\",a,c(i,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z\")),t.FilePptOutline=l(\"file-ppt\",a,c(i,\"M424 476c-4.4 0-8 3.6-8 8v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.3c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1zm280-281.7L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z\")),t.FileTextOutline=l(\"file-text\",a,c(i,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z\")),t.FilePdfOutline=l(\"file-pdf\",a,c(i,\"M531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7-3.8-21.3-19.5-29.6-32.9-30.2-15.8-.7-29.9 8.3-33.4 21.4-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.5-51.2 107.5-29.6 15.3-69.3 38.9-75.2 68.7-1.2 5.5.2 12.5 3.5 18.8 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-13.2-13-45.3-16.4-95.3-10.2-24.6-15-40.7-35.4-52.4-65.8zM421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7 6.7-12.3 19.8-25.3 30.1-34.7zm87.6-235.5c5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4.8.1 1.5.7 2.2 2zm-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4zm155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4zm191.4-388.2L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z\")),t.FileZipOutline=l(\"file-zip\",a,c(i,\"M296 392h64v64h-64zm0 190v160h128V582h-64v-62h-64v62zm80 48v64h-32v-64h32zm-16-302h64v64h-64zm-64-64h64v64h-64zm64 192h64v64h-64zm0-256h64v64h-64zm494.6 88.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z\")),t.FileOutline=l(\"file\",a,c(i,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494z\")),t.FilterOutline=l(\"filter\",a,c(i,\"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156zm9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z\")),t.FileWordOutline=l(\"file-word\",a,c(i,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z\")),t.FireOutline=l(\"fire\",a,c(i,\"M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z\")),t.FileUnknownOutline=l(\"file-unknown\",a,c(i,\"M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm78 195a32 32 0 1 0 64 0 32 32 0 1 0-64 0z\")),t.FlagOutline=l(\"flag\",a,c(i,\"M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z\")),t.FolderAddOutline=l(\"folder-add\",a,c(i,\"M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1zm396-144.7H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z\")),t.FolderOutline=l(\"folder\",a,c(i,\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z\")),t.FolderOpenOutline=l(\"folder-open\",a,c(i,\"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z\")),t.ForwardOutline=l(\"forward\",a,c(r,\"M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z\")),t.FrownOutline=l(\"frown\",a,c(i,\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM512 533c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4C420 636.1 461.5 597 512 597s92.1 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533z\")),t.FundOutline=l(\"fund\",a,c(i,\"M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-40 632H134V236h752v560zm-658.9-82.3c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L531 565 416.6 450.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z\")),t.FunnelPlotOutline=l(\"funnel-plot\",a,c(i,\"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V650h182.9v148zm9.6-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z\")),t.GiftOutline=l(\"gift\",a,c(i,\"M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zm-334-74c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm-138-70c38.6 0 70 31.4 70 70v70h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70zM180 482V378h298v104H180zm48 68h250v308H228V550zm568 308H546V550h250v308zm48-376H546V378h298v104z\")),t.GithubOutline=l(\"github\",a,c(i,\"M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0 1 38.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z\")),t.GitlabOutline=l(\"gitlab\",a,c(i,\"M913.9 552.2L805 181.4v-.1c-7.6-22.9-25.7-36.5-48.3-36.5-23.4 0-42.5 13.5-49.7 35.2l-71.4 213H388.8l-71.4-213c-7.2-21.7-26.3-35.2-49.7-35.2-23.1 0-42.5 14.8-48.4 36.6L110.5 552.2c-4.4 14.7 1.2 31.4 13.5 40.7l368.5 276.4c2.6 3.6 6.2 6.3 10.4 7.8l8.6 6.4 8.5-6.4c4.9-1.7 9-4.7 11.9-8.9l368.4-275.4c12.4-9.2 18-25.9 13.6-40.6zM751.7 193.4c1-1.8 2.9-1.9 3.5-1.9 1.1 0 2.5.3 3.4 3L818 394.3H684.5l67.2-200.9zm-487.4 1c.9-2.6 2.3-2.9 3.4-2.9 2.7 0 2.9.1 3.4 1.7l67.3 201.2H206.5l57.8-200zM158.8 558.7l28.2-97.3 202.4 270.2-230.6-172.9zm73.9-116.4h122.1l90.8 284.3-212.9-284.3zM512.9 776L405.7 442.3H620L512.9 776zm157.9-333.7h119.5L580 723.1l90.8-280.8zm-40.7 293.9l207.3-276.7 29.5 99.2-236.8 177.5z\")),t.HeartOutline=l(\"heart\",a,c(i,\"M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z\")),t.HddOutline=l(\"hdd\",a,c(i,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM496 208H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 244a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.HighlightOutline=l(\"highlight\",a,c(i,\"M957.6 507.4L603.2 158.2a7.9 7.9 0 0 0-11.2 0L353.3 393.4a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.2H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.2l68.6-67.6 171.4 168.9-68.6 67.6zM713.1 658L450.3 399.1 597.6 254l262.8 259-147.3 145z\")),t.HomeOutline=l(\"home\",a,c(i,\"M946.5 505L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.9 63.9 0 0 0-18.8 46c.4 35.2 29.7 63.3 64.9 63.3h42.5V940h691.8V614.3h43.4c17.1 0 33.2-6.7 45.3-18.8a63.6 63.6 0 0 0 18.7-45.3c0-17-6.7-33.1-18.8-45.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z\")),t.HourglassOutline=l(\"hourglass\",a,c(i,\"M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z\")),t.Html5Outline=l(\"html5\",a,c(i,\"M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2zM281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z\")),t.IdcardOutline=l(\"idcard\",a,c(i,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560zM610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z\")),t.InfoCircleOutline=l(\"info-circle\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\",\"M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z\")),t.InstagramOutline=l(\"instagram\",a,c(i,\"M512 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1 717.1 625.5 717.1 512 625.5 306.9 512 306.9zm0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7 645.3 438.6 645.3 512 585.4 645.3 512 645.3zm213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9 47.9-21.3 47.9-47.9a47.84 47.84 0 0 0-47.9-47.9zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zm-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840c-58.3 0-183.3 4.7-235.9-16.1-18.2-7.3-31.8-16.1-45.8-30.2-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512c0-58.3-4.7-183.3 16.1-235.9 7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2 14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512c0 58.3 4.7 183.2-16.2 235.8z\")),t.InsuranceOutline=l(\"insurance\",a,c(i,\"M441.6 306.8L403 288.6a6.1 6.1 0 0 0-8.4 3.7c-17.5 58.5-45.2 110.1-82.2 153.6a6.05 6.05 0 0 0-1.2 5.6l13.2 43.5c1.3 4.4 7 5.7 10.2 2.4 7.7-8.1 15.4-16.9 23.1-26V656c0 4.4 3.6 8 8 8H403c4.4 0 8-3.6 8-8V393.1a429.2 429.2 0 0 0 33.6-79c1-2.9-.3-6-3-7.3zm26.8 9.2v127.2c0 4.4 3.6 8 8 8h65.9v18.6h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c1.9 3.1 6.2 3.8 8.9 1.4 31.6-26.8 58.7-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V536c21.3 41.7 47.5 77.5 78.1 106.9 2.6 2.5 6.8 2.1 8.9-.7l26.3-35.3c2-2.7 1.4-6.5-1.2-8.4-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8V478c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H476.4c-4.4 0-8 3.6-8 8zm51.5 42.8h97.9v41.6h-97.9v-41.6zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\")),t.InteractionOutline=l(\"interaction\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z\")),t.InterationOutline=l(\"interation\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z\")),t.LayoutOutline=l(\"layout\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-696 72h136v656H184V184zm656 656H384V384h456v456zM384 320V184h456v136H384z\")),t.LeftCircleOutline=l(\"left-circle\",a,c(i,\"M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z\",\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\")),t.LeftSquareOutline=l(\"left-square\",a,c(i,\"M365.3 518.5l246 178c5.3 3.8 12.7 0 12.7-6.5v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a8.05 8.05 0 0 0 0 13z\",\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.LikeOutline=l(\"like\",a,c(i,\"M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 0 0-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 0 0 471 99.9c-52 0-98 35-111.8 85.1l-85.9 311H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h601.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM184 852V568h81v284h-81zm636.4-353l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H329V564.8l99.5-360.5a44.1 44.1 0 0 1 42.2-32.3c7.6 0 15.1 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.2 32.1-19.6 43z\")),t.LinkedinOutline=l(\"linkedin\",a,c(i,\"M847.7 112H176.3c-35.5 0-64.3 28.8-64.3 64.3v671.4c0 35.5 28.8 64.3 64.3 64.3h671.4c35.5 0 64.3-28.8 64.3-64.3V176.3c0-35.5-28.8-64.3-64.3-64.3zm0 736c-447.8-.1-671.7-.2-671.7-.3.1-447.8.2-671.7.3-671.7 447.8.1 671.7.2 671.7.3-.1 447.8-.2 671.7-.3 671.7zM230.6 411.9h118.7v381.8H230.6zm59.4-52.2c37.9 0 68.8-30.8 68.8-68.8a68.8 68.8 0 1 0-137.6 0c-.1 38 30.7 68.8 68.8 68.8zm252.3 245.1c0-49.8 9.5-98 71.2-98 60.8 0 61.7 56.9 61.7 101.2v185.7h118.6V584.3c0-102.8-22.2-181.9-142.3-181.9-57.7 0-96.4 31.7-112.3 61.7h-1.6v-52.2H423.7v381.8h118.6V604.8z\")),t.LockOutline=l(\"lock\",a,c(i,\"M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z\")),t.MedicineBoxOutline=l(\"medicine-box\",a,c(i,\"M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840zM652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\")),t.MehOutline=l(\"meh\",a,c(i,\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 565H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\")),t.MailOutline=l(\"mail\",a,c(i,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z\")),t.MessageOutline=l(\"message\",a,c(i,\"M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm200 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z\")),t.MinusCircleOutline=l(\"minus-circle\",a,c(i,\"M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\",\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\")),t.MinusSquareOutline=l(\"minus-square\",a,c(i,\"M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\",\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.MobileOutline=l(\"mobile\",a,c(i,\"M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zm-8 824H288V134h448v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.MoneyCollectOutline=l(\"money-collect\",a,c(i,\"M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM512 837.5l-256-93.1V184h512v560.4l-256 93.1zM660.6 312h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9z\")),t.PauseCircleOutline=l(\"pause-circle\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm-88-532h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\")),t.PayCircleOutline=l(\"pay-circle\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm159.6-585h-59.5c-3 0-5.8 1.7-7.1 4.4l-90.6 180H511l-90.6-180a8 8 0 0 0-7.1-4.4h-60.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9L457 515.7h-61.4c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V603h-81.7c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V717c0 4.4 3.6 8 8 8h54.3c4.4 0 8-3.6 8-8v-68.1h82c4.4 0 8-3.6 8-8V611c0-4.4-3.6-8-8-8h-82v-41.5h82c4.4 0 8-3.6 8-8v-29.9c0-4.4-3.6-8-8-8h-62l111.1-204.8c.6-1.2 1-2.5 1-3.8-.1-4.4-3.7-8-8.1-8z\")),t.NotificationOutline=l(\"notification\",a,c(i,\"M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z\")),t.PhoneOutline=l(\"phone\",a,c(i,\"M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z\")),t.PictureOutline=l(\"picture\",a,c(i,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2zM304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z\")),t.PieChartOutline=l(\"pie-chart\",a,c(i,\"M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552a398.46 398.46 0 0 0 117.1 282.8c36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952a398.46 398.46 0 0 0 282.8-117.1c36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552c0-88.7 34.5-172.1 97.2-234.8 54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8zM952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-4.7-.4-8.7 3.2-8.7 7.9V464c0 4.4 3.6 8 8 8l384-1c4.7 0 8.4-4 8-8.6zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z\")),t.PlaySquareOutline=l(\"play-square\",a,c(i,\"M442.3 677.6l199.4-156.7a11.3 11.3 0 0 0 0-17.7L442.3 346.4c-7.4-5.8-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.7 18.3 8.9z\",\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.PlayCircleOutline=l(\"play-circle\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\",\"M719.4 499.1l-296.1-215A15.9 15.9 0 0 0 398 297v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215a15.9 15.9 0 0 0 0-25.8zm-257.6 134V390.9L628.5 512 461.8 633.1z\")),t.PlusCircleOutline=l(\"plus-circle\",a,c(i,\"M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\",\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\")),t.PrinterOutline=l(\"printer\",a,c(i,\"M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8zm32-104H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z\")),t.PlusSquareOutline=l(\"plus-square\",a,c(i,\"M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\",\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.ProfileOutline=l(\"profile\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM492 400h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zM340 368a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 144a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.ProjectOutline=l(\"project\",a,c(i,\"M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8zm216-432H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.PushpinOutline=l(\"pushpin\",a,c(i,\"M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z\")),t.PropertySafetyOutline=l(\"property-safety\",a,c(i,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM430.5 318h-46c-1.7 0-3.3.4-4.8 1.2a10.1 10.1 0 0 0-4 13.6l88 161.1h-45.2c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1a10.05 10.05 0 0 0-8.8-14.8h-45c-3.8 0-7.2 2.1-8.9 5.5l-73.2 144.3-72.9-144.3c-1.7-3.4-5.2-5.5-9-5.5z\")),t.QuestionCircleOutline=l(\"question-circle\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\",\"M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5.1-39.3-17.1-76-48.3-103.3zM472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.ReadOutline=l(\"read\",a,c(i,\"M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 0 0 324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM324.8 721H136V233h188.8c35.4 0 69.8 10.1 99.5 29.2l48.8 31.3 6.9 4.5v462c-47.6-25.6-100.8-39-155.2-39zm563.2 0H699.2c-54.4 0-107.6 13.4-155.2 39V298l6.9-4.5 48.8-31.3c29.7-19.1 64.1-29.2 99.5-29.2H888v488zM396.9 361H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm223.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c0-4.1-3.2-7.5-7.1-7.5H627.1c-3.9 0-7.1 3.4-7.1 7.5zM396.9 501H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm416 0H627.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5z\")),t.ReconciliationOutline=l(\"reconciliation\",a,c(i,\"M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34zm204-523H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552zM704 408v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zM592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\")),t.RedEnvelopeOutline=l(\"red-envelope\",a,c(i,\"M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142zM832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z\")),t.RestOutline=l(\"rest\",a,c(i,\"M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z\",\"M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z\")),t.RightCircleOutline=l(\"right-circle\",a,c(i,\"M666.7 505.5l-246-178A8 8 0 0 0 408 334v46.9c0 10.2 4.9 19.9 13.2 25.9L566.6 512 421.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.8 0-13z\",\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\")),t.RocketOutline=l(\"rocket\",a,c(i,\"M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8H864zM762.3 621.4c9.4 14.6 17 30.3 22.5 46.6H700V558.7a211.6 211.6 0 0 1 62.3 62.7zM388 483.1V318.8l124-147 124 147V668H388V483.1zM239.2 668c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668h-84.8zm388.9 116.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5-38.3 0-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\")),t.RightSquareOutline=l(\"right-square\",a,c(i,\"M412.7 696.5l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5V381c0 10.2 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5z\",\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.SafetyCertificateOutline=l(\"safety-certificate\",a,c(i,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z\")),t.ScheduleOutline=l(\"schedule\",a,c(i,\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 136H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm308.2-177.4L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5z\")),t.SaveOutline=l(\"save\",a,c(i,\"M893.3 293.3L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840zM512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z\")),t.SecurityScanOutline=l(\"security-scan\",a,c(i,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM402.9 528.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.7 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 123-20.1 178.6zm65.4-133.3c31.3-31.3 82-31.3 113.2 0 31.3 31.3 31.3 82 0 113.2-31.3 31.3-82 31.3-113.2 0s-31.3-81.9 0-113.2z\")),t.SettingOutline=l(\"setting\",a,c(i,\"M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5a449.4 449.4 0 0 0 159 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2z\")),t.ShoppingOutline=l(\"shopping\",a,c(i,\"M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z\")),t.SkinOutline=l(\"skin\",a,c(i,\"M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z\")),t.SkypeOutline=l(\"skype\",a,c(i,\"M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 0 0-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 0 0 335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 0 0 112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-88.1 216C766.9 823.4 729 839 688.4 839c-26.1 0-51.8-6.8-74.6-19.7l-22.5-12.7-25.5 4.5c-17.8 3.2-35.8 4.8-53.6 4.8-41.4 0-81.3-8.1-119.1-24.1-36.3-15.3-69-37.3-97.2-65.5a304.29 304.29 0 0 1-65.5-97.1c-16-37.7-24-77.6-24-119 0-17.4 1.6-35.2 4.6-52.8l4.4-25.1L203 410a151.02 151.02 0 0 1-19.1-73.4c0-40.6 15.7-78.5 44.4-107.2C257.1 200.7 295 185 335.6 185a153 153 0 0 1 71.4 17.9l22.4 11.8 24.8-4.8c18.9-3.6 38.4-5.5 58-5.5 41.4 0 81.3 8.1 119 24 36.5 15.4 69.1 37.4 97.2 65.5 28.2 28.1 50.2 60.8 65.6 97.2 16 37.7 24 77.6 24 119 0 18.4-1.7 37-5.1 55.5l-4.7 25.5 12.6 22.6c12.6 22.5 19.2 48 19.2 73.7 0 40.7-15.7 78.5-44.4 107.2zM583.4 466.2L495 446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9 76.1-53.9c98.7 0 89.7 67.8 138.7 67.8 25.8 0 48.4-15.2 48.4-41.2 0-60.8-97.4-106.5-180-106.5-89.7 0-185.2 38.1-185.2 139.5 0 48.8 17.4 100.8 113.6 124.9l119.4 29.8c36.1 8.9 45.2 29.2 45.2 47.6 0 30.5-30.3 60.3-85.2 60.3-107.2 0-92.3-82.5-149.7-82.5-25.8 0-44.5 17.8-44.5 43.1 0 49.4 60 115.4 194.2 115.4 127.7 0 191-61.5 191-144 0-53.1-24.5-109.6-121.3-131.2z\")),t.SlackSquareOutline=l(\"slack-square\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0 1 50.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 0 1-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z\")),t.SlidersOutline=l(\"sliders\",a,c(i,\"M320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440zm644-436h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74z\")),t.SmileOutline=l(\"smile\",a,c(i,\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm352 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 0 1 248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 0 1 249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 0 1 775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 0 1 775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4z\")),t.SnippetsOutline=l(\"snippets\",a,c(i,\"M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z\")),t.SoundOutline=l(\"sound\",a,c(i,\"M625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582zm348-327H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zm-41.9 261.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344z\")),t.StarOutline=l(\"star\",a,c(i,\"M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0 0 46.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z\")),t.StepBackwardOutline=l(\"step-backward\",a,c(r,\"M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8\")),t.StepForwardOutline=l(\"step-forward\",a,c(r,\"M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8\")),t.StopOutline=l(\"stop\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372 0-89 31.3-170.8 83.5-234.8l523.3 523.3C682.8 852.7 601 884 512 884zm288.5-137.2L277.2 223.5C341.2 171.3 423 140 512 140c205.4 0 372 166.6 372 372 0 89-31.3 170.8-83.5 234.8z\")),t.SwitcherOutline=l(\"switcher\",a,c(i,\"M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528zm168-728H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM300 550h296v64H300z\")),t.TagOutline=l(\"tag\",a,c(i,\"M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7zM680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\")),t.TabletOutline=l(\"tablet\",a,c(i,\"M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752zM472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.ShopOutline=l(\"shop\",a,c(i,\"M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm30-404.4c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z\")),t.TagsOutline=l(\"tags\",a,c(i,\"M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm62.6-651.7l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9zm60.16 186.23a48 48 0 1 0 67.88-67.89 48 48 0 1 0-67.88 67.89zM889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z\")),t.TaobaoCircleOutline=l(\"taobao-circle\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z\")),t.ToolOutline=l(\"tool\",a,c(i,\"M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z\")),t.ThunderboltOutline=l(\"thunderbolt\",a,c(i,\"M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.2 732.5l60.3-241H281.1l189.6-327.4h224.6L487 427.4h211L378.2 732.5z\")),t.TrophyOutline=l(\"trophy\",a,c(i,\"M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM184 352V232h64v207.6a91.99 91.99 0 0 1-64-87.6zm520 128c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z\")),t.UnlockOutline=l(\"unlock\",a,c(i,\"M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z\")),t.UpCircleOutline=l(\"up-circle\",a,c(i,\"M518.5 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246z\",\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\")),t.UpSquareOutline=l(\"up-square\",a,c(i,\"M334 624h46.9c10.2 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246A7.96 7.96 0 0 0 334 624z\",\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.UsbOutline=l(\"usb\",a,c(i,\"M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-424 0V184h352v248H336zm120-184h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\")),t.VideoCameraOutline=l(\"video-camera\",a,c(i,\"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226zM208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\")),t.WalletOutline=l(\"wallet\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0 264H184V184h656v200H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200zM580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.WarningOutline=l(\"warning\",a,c(i,\"M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zm475.7 440l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z\")),t.WechatOutline=l(\"wechat\",a,c(i,\"M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 0 1 9.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 0 0 6.4-2.6 9 9 0 0 0 2.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 0 1-36 35.9z\")),t.WeiboCircleOutline=l(\"weibo-circle\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z\")),t.WindowsOutline=l(\"windows\",a,c(i,\"M120.1 770.6L443 823.2V543.8H120.1v226.8zm63.4-163.5h196.2v141.6l-196.2-31.9V607.1zm340.3 226.5l382 62.2v-352h-382v289.8zm63.4-226.5h255.3v214.4l-255.3-41.6V607.1zm-63.4-415.7v288.8h382V128.1l-382 63.3zm318.7 225.5H587.3V245l255.3-42.3v214.2zm-722.4 63.3H443V201.9l-322.9 53.5v224.8zM183.5 309l196.2-32.5v140.4H183.5V309z\")),t.YahooOutline=l(\"yahoo\",a,c(i,\"M859.9 681.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm0 507C245.1 738 121 634.6 121 512.5c0-62.3 32.3-119.7 84.9-161v48.4h37l159.8 159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1 28.1-93.4-93.5h37v-56.3H216.4c49.4-35 114.3-56.6 186.2-56.6 157.6 0 281.6 103.4 281.6 225.5S560.2 738 402.6 738zm534.7-507H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7z\")),t.WeiboSquareOutline=l(\"weibo-square\",a,c(i,\"M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 0 0-7.2-34.1 34.68 34.68 0 0 0-33.1-10.7 18.24 18.24 0 0 1-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 0 1-22.9 11.7 18.18 18.18 0 0 1-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 0 1-26.6 13.7 21.19 21.19 0 0 1-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 0 0-98.9-32.1 21.14 21.14 0 0 1-25.1-16.3 21.07 21.07 0 0 1 16.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z\")),t.YuqueOutline=l(\"yuque\",a,c(i,\"M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3 .1 0 87.4 55.6 52.4 154.7-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6zm-204.1 334c-10.6 0-26.2.1-46.8.3l-23.6.2-17.8 15.5c-47.1 41-104.4 71.5-171.4 87.6-52.5 12.6-110 16.2-172.7 9.6 18-20.5 36.5-41.6 55.4-63.1 92-104.6 173.8-197.5 236.9-268.5l1.4-1.4 1.3-1.5c4.1-4.6 20.6-23.3 24.7-28.1 9.7-11.1 17.3-19.9 24.5-28.6 30.7-36.7 52.2-67.8 69-102.2l1.6-3.3 1.2-3.4c13.7-38.8 15.4-76.9 6.2-112.8 22.5.7 46.5 1.9 71.7 3.6 33.3 2.3 55.5 12.9 71.1 29.2 5.8 6 10.2 12.5 13.4 18.7 1 2 1.7 3.6 2.3 5l5 17.7c-15.7 34.5-19.9 73.3-11.4 107.2 3 11.8 6.9 22.4 12.3 34.4 2.1 4.7 9.5 20.1 11 23.3 10.3 22.7 15.4 43 16.7 78.7 3.3 94.6-82.7 181.9-182 181.9z\")),t.YoutubeOutline=l(\"youtube\",a,c(i,\"M960 509.2c0-2.2 0-4.7-.1-7.6-.1-8.1-.3-17.2-.5-26.9-.8-27.9-2.2-55.7-4.4-81.9-3-36.1-7.4-66.2-13.4-88.8a139.52 139.52 0 0 0-98.3-98.5c-28.3-7.6-83.7-12.3-161.7-15.2-37.1-1.4-76.8-2.3-116.5-2.8-13.9-.2-26.8-.3-38.4-.4h-29.4c-11.6.1-24.5.2-38.4.4-39.7.5-79.4 1.4-116.5 2.8-78 3-133.5 7.7-161.7 15.2A139.35 139.35 0 0 0 82.4 304C76.3 326.6 72 356.7 69 392.8c-2.2 26.2-3.6 54-4.4 81.9-.3 9.7-.4 18.8-.5 26.9 0 2.9-.1 5.4-.1 7.6v5.6c0 2.2 0 4.7.1 7.6.1 8.1.3 17.2.5 26.9.8 27.9 2.2 55.7 4.4 81.9 3 36.1 7.4 66.2 13.4 88.8 12.8 47.9 50.4 85.7 98.3 98.5 28.2 7.6 83.7 12.3 161.7 15.2 37.1 1.4 76.8 2.3 116.5 2.8 13.9.2 26.8.3 38.4.4h29.4c11.6-.1 24.5-.2 38.4-.4 39.7-.5 79.4-1.4 116.5-2.8 78-3 133.5-7.7 161.7-15.2 47.9-12.8 85.5-50.5 98.3-98.5 6.1-22.6 10.4-52.7 13.4-88.8 2.2-26.2 3.6-54 4.4-81.9.3-9.7.4-18.8.5-26.9 0-2.9.1-5.4.1-7.6v-5.6zm-72 5.2c0 2.1 0 4.4-.1 7.1-.1 7.8-.3 16.4-.5 25.7-.7 26.6-2.1 53.2-4.2 77.9-2.7 32.2-6.5 58.6-11.2 76.3-6.2 23.1-24.4 41.4-47.4 47.5-21 5.6-73.9 10.1-145.8 12.8-36.4 1.4-75.6 2.3-114.7 2.8-13.7.2-26.4.3-37.8.3h-28.6l-37.8-.3c-39.1-.5-78.2-1.4-114.7-2.8-71.9-2.8-124.9-7.2-145.8-12.8-23-6.2-41.2-24.4-47.4-47.5-4.7-17.7-8.5-44.1-11.2-76.3-2.1-24.7-3.4-51.3-4.2-77.9-.3-9.3-.4-18-.5-25.7 0-2.7-.1-5.1-.1-7.1v-4.8c0-2.1 0-4.4.1-7.1.1-7.8.3-16.4.5-25.7.7-26.6 2.1-53.2 4.2-77.9 2.7-32.2 6.5-58.6 11.2-76.3 6.2-23.1 24.4-41.4 47.4-47.5 21-5.6 73.9-10.1 145.8-12.8 36.4-1.4 75.6-2.3 114.7-2.8 13.7-.2 26.4-.3 37.8-.3h28.6l37.8.3c39.1.5 78.2 1.4 114.7 2.8 71.9 2.8 124.9 7.2 145.8 12.8 23 6.2 41.2 24.4 47.4 47.5 4.7 17.7 8.5 44.1 11.2 76.3 2.1 24.7 3.4 51.3 4.2 77.9.3 9.3.4 18 .5 25.7 0 2.7.1 5.1.1 7.1v4.8zM423 646l232-135-232-133z\")),t.AlibabaOutline=l(\"alibaba\",a,c(i,\"M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2 50.4-67.2 143.7-158.5 147.9-225.2 5.8-86.6-81.3-113.4-171-113.4-62.4 1.6-127 18.9-171 34.6-151.6 53.5-246.6 137.5-306.9 232-62.4 93.4-43 183.2 91.8 185.8 101.8-4.2 170.5-32.5 239.7-68.2.5 0-192.5 55.1-263.9 14.7-7.9-4.2-15.7-10-17.8-26.2 0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32 2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2 7.3 5.8 12.6 10.5 15.2 14.7l-1 1-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23 14.7-8.9c75.5 21 126.4 36.7 123.8 76.6-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3-13.6 19.4-20.5 37.3-21 53.5 2.6 131.8 391.4-61.9 468-112.9-111.7 47.8-232.9 93.5-364.6 101.9zm85-302.9c2.8 5.2 4.1 11.6 4.1 19.1-.1-6.8-1.4-13.3-4.1-19.1z\")),t.AlignCenterOutline=l(\"align-center\",a,c(i,\"M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.AlignLeftOutline=l(\"align-left\",a,c(i,\"M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.AlignRightOutline=l(\"align-right\",a,c(i,\"M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.AlipayOutline=l(\"alipay\",a,c(i,\"M789 610.3c-38.7-12.9-90.7-32.7-148.5-53.6 34.8-60.3 62.5-129 80.7-203.6H530.5v-68.6h233.6v-38.3H530.5V132h-95.4c-16.7 0-16.7 16.5-16.7 16.5v97.8H182.2v38.3h236.3v68.6H223.4v38.3h378.4a667.18 667.18 0 0 1-54.5 132.9c-122.8-40.4-253.8-73.2-336.1-53-52.6 13-86.5 36.1-106.5 60.3-91.4 111-25.9 279.6 167.2 279.6C386 811.2 496 747.6 581.2 643 708.3 704 960 808.7 960 808.7V659.4s-31.6-2.5-171-49.1zM253.9 746.6c-150.5 0-195-118.3-120.6-183.1 24.8-21.9 70.2-32.6 94.4-35 89.4-8.8 172.2 25.2 269.9 72.8-68.8 89.5-156.3 145.3-243.7 145.3z\")),t.AliyunOutline=l(\"aliyun\",a,c(i,\"M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2 201 43.7a42.58 42.58 0 0 1 32.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 0 1-32.9 39.7l-201 43.7-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6V383.9zM225.5 660.4a42.58 42.58 0 0 1-32.9-39.7c-.1-.6-.1-216.1 0-216.6.8-19.4 14.6-35.5 32.9-39.7l201-43.7 21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3-200.9-43.9zm200.9-158.8h171v21.3h-171z\")),t.AmazonOutline=l(\"amazon\",a,c(i,\"M825 768.9c-3.3-.9-7.3-.4-11.9 1.3-61.6 28.2-121.5 48.3-179.7 60.2C507.7 856 385.2 842.6 266 790.3c-33.1-14.6-79.1-39.2-138-74a9.36 9.36 0 0 0-5.3-2c-2-.1-3.7.1-5.3.9-1.6.8-2.8 1.8-3.7 3.1-.9 1.3-1.1 3.1-.4 5.4.6 2.2 2.1 4.7 4.6 7.4 10.4 12.2 23.3 25.2 38.6 39s35.6 29.4 60.9 46.8c25.3 17.4 51.8 32.9 79.3 46.4 27.6 13.5 59.6 24.9 96.1 34.1s73 13.8 109.4 13.8c36.2 0 71.4-3.7 105.5-10.9 34.2-7.3 63-15.9 86.5-25.9 23.4-9.9 45-21 64.8-33 19.8-12 34.4-22.2 43.9-30.3 9.5-8.2 16.3-14.6 20.2-19.4 4.6-5.7 6.9-10.6 6.9-14.9.1-4.5-1.7-7.1-5-7.9zM527.4 348.1c-15.2 1.3-33.5 4.1-55 8.3-21.5 4.1-41.4 9.3-59.8 15.4s-37.2 14.6-56.3 25.4c-19.2 10.8-35.5 23.2-49 37s-24.5 31.1-33.1 52c-8.6 20.8-12.9 43.7-12.9 68.7 0 27.1 4.7 51.2 14.3 72.5 9.5 21.3 22.2 38 38.2 50.4 15.9 12.4 34 22.1 54 29.2 20 7.1 41.2 10.3 63.2 9.4 22-.9 43.5-4.3 64.4-10.3 20.8-5.9 40.4-15.4 58.6-28.3 18.2-12.9 33.1-28.2 44.8-45.7 4.3 6.6 8.1 11.5 11.5 14.7l8.7 8.9c5.8 5.9 14.7 14.6 26.7 26.1 11.9 11.5 24.1 22.7 36.3 33.7l104.4-99.9-6-4.9c-4.3-3.3-9.4-8-15.2-14.3-5.8-6.2-11.6-13.1-17.2-20.5-5.7-7.4-10.6-16.1-14.7-25.9-4.1-9.8-6.2-19.3-6.2-28.5V258.7c0-10.1-1.9-21-5.7-32.8-3.9-11.7-10.7-24.5-20.7-38.3-10-13.8-22.4-26.2-37.2-37-14.9-10.8-34.7-20-59.6-27.4-24.8-7.4-52.6-11.1-83.2-11.1-31.3 0-60.4 3.7-87.6 10.9-27.1 7.3-50.3 17-69.7 29.2-19.3 12.2-35.9 26.3-49.7 42.4-13.8 16.1-24.1 32.9-30.8 50.4-6.7 17.5-10.1 35.2-10.1 53.1L408 310c5.5-16.4 12.9-30.6 22-42.8 9.2-12.2 17.9-21 25.8-26.5 8-5.5 16.6-9.9 25.7-13.2 9.2-3.3 15.4-5 18.6-5.4 3.2-.3 5.7-.4 7.6-.4 26.7 0 45.2 7.9 55.6 23.6 6.5 9.5 9.7 23.9 9.7 43.3v56.6c-15.2.6-30.4 1.6-45.6 2.9zM573.1 500c0 16.6-2.2 31.7-6.5 45-9.2 29.1-26.7 47.4-52.4 54.8-22.4 6.6-43.7 3.3-63.9-9.8-21.5-14-32.2-33.8-32.2-59.3 0-19.9 5-36.9 15-51.1 10-14.1 23.3-24.7 40-31.7s33-12 49-14.9c15.9-3 33-4.8 51-5.4V500zm335.2 218.9c-4.3-5.4-15.9-8.9-34.9-10.7-19-1.8-35.5-1.7-49.7.4-15.3 1.8-31.1 6.2-47.3 13.4-16.3 7.1-23.4 13.1-21.6 17.8l.7 1.3.9.7 1.4.2h4.6c.8 0 1.8-.1 3.2-.2 1.4-.1 2.7-.3 3.9-.4 1.2-.1 2.9-.3 5.1-.4 2.1-.1 4.1-.4 6-.7.3 0 3.7-.3 10.3-.9 6.6-.6 11.4-1 14.3-1.3 2.9-.3 7.8-.6 14.5-.9 6.7-.3 12.1-.3 16.1 0 4 .3 8.5.7 13.6 1.1 5.1.4 9.2 1.3 12.4 2.7 3.2 1.3 5.6 3 7.1 5.1 5.2 6.6 4.2 21.2-3 43.9s-14 40.8-20.4 54.2c-2.8 5.7-2.8 9.2 0 10.7s6.7.1 11.9-4c15.6-12.2 28.6-30.6 39.1-55.3 6.1-14.6 10.5-29.8 13.1-45.7 2.4-15.9 2-26.2-1.3-31z\")),t.AntCloudOutline=l(\"ant-cloud\",a,c(i,\"M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7zm421-291.2c-12.6 0-24.8 1.5-36.5 4.2-21.4-38.4-62.3-64.3-109.3-64.3-6.9 0-13.6.6-20.2 1.6-35.4-77.4-113.4-131.1-203.9-131.1-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8 4.6-21.6 32.8-33.9 63.1-27.5 22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0 1 22.1-12.4h.2c-.8-3.2-1.2-6.5-1.2-9.9 0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5 3.3 3 3.5 8 .5 11.3l-20 22-.2.2a40 40 0 0 1-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1 0-88.5-71.7-160.2-160.1-160.2zM338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5zM797.5 305a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-65.7 61.3a24 24 0 1 0 48 0 24 24 0 1 0-48 0zM303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4z\")),t.ApartmentOutline=l(\"apartment\",a,c(i,\"M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16zm-564 76v168H176V716h168zm84-408V140h168v168H428zm420 576H680V716h168v168z\")),t.AntDesignOutline=l(\"ant-design\",a,c(i,\"M716.3 313.8c19-18.9 19-49.7 0-68.6l-69.9-69.9.1.1c-18.5-18.5-50.3-50.3-95.3-95.2-21.2-20.7-55.5-20.5-76.5.5L80.9 474.2a53.84 53.84 0 0 0 0 76.4L474.6 944a54.14 54.14 0 0 0 76.5 0l165.1-165c19-18.9 19-49.7 0-68.6a48.7 48.7 0 0 0-68.7 0l-125 125.2c-5.2 5.2-13.3 5.2-18.5 0L189.5 521.4c-5.2-5.2-5.2-13.3 0-18.5l314.4-314.2c.4-.4.9-.7 1.3-1.1 5.2-4.1 12.4-3.7 17.2 1.1l125.2 125.1c19 19 49.8 19 68.7 0zM408.6 514.4a106.3 106.2 0 1 0 212.6 0 106.3 106.2 0 1 0-212.6 0zm536.2-38.6L821.9 353.5c-19-18.9-49.8-18.9-68.7.1a48.4 48.4 0 0 0 0 68.6l83 82.9c5.2 5.2 5.2 13.3 0 18.5l-81.8 81.7a48.4 48.4 0 0 0 0 68.6 48.7 48.7 0 0 0 68.7 0l121.8-121.7a53.93 53.93 0 0 0-.1-76.4z\")),t.AreaChartOutline=l(\"area-chart\",a,c(i,\"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-616-64h536c4.4 0 8-3.6 8-8V284c0-7.2-8.7-10.7-13.7-5.7L592 488.6l-125.4-124a8.03 8.03 0 0 0-11.3 0l-189 189.6a7.87 7.87 0 0 0-2.3 5.6V720c0 4.4 3.6 8 8 8z\")),t.ArrowLeftOutline=l(\"arrow-left\",a,c(i,\"M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 0 0 0 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\")),t.ArrowDownOutline=l(\"arrow-down\",a,c(i,\"M862 465.3h-81c-4.6 0-9 2-12.1 5.5L550 723.1V160c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v563.1L255.1 470.8c-3-3.5-7.4-5.5-12.1-5.5h-81c-6.8 0-10.5 8.1-6 13.2L487.9 861a31.96 31.96 0 0 0 48.3 0L868 478.5c4.5-5.2.8-13.2-6-13.2z\")),t.ArrowUpOutline=l(\"arrow-up\",a,c(i,\"M868 545.5L536.1 163a31.96 31.96 0 0 0-48.3 0L156 545.5a7.97 7.97 0 0 0 6 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2z\")),t.ArrowsAltOutline=l(\"arrows-alt\",a,c(i,\"M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9zM416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z\")),t.ArrowRightOutline=l(\"arrow-right\",a,c(i,\"M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 0 0 0-48.4z\")),t.AuditOutline=l(\"audit\",a,c(i,\"M296 250c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 144H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 458H208V148h560v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm440-88H728v-36.6c46.3-13.8 80-56.6 80-107.4 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 50.7 33.7 93.6 80 107.4V764H520c-8.8 0-16 7.2-16 16v152c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V780c0-8.8-7.2-16-16-16zM646 620c0-27.6 22.4-50 50-50s50 22.4 50 50-22.4 50-50 50-50-22.4-50-50zm180 266H566v-60h260v60z\")),t.BarChartOutline=l(\"bar-chart\",a,c(i,\"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-600-80h56c4.4 0 8-3.6 8-8V560c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V384c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v320c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V462c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v242c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v400c0 4.4 3.6 8 8 8z\")),t.BarcodeOutline=l(\"barcode\",a,c(i,\"M120 160H72c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm833 0h-48c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zM200 736h112c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm321 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm126 0h178c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H647c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-255 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-79 64H201c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm257 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm256 0H648c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h178c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-385 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\")),t.BarsOutline=l(\"bars\",a,c(r,\"M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\")),t.BgColorsOutline=l(\"bg-colors\",a,c(i,\"M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5 0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5zm-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 0 0-12.8 0l-48 48a9.11 9.11 0 0 0 0 12.8l67.2 67.2-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6l255.9 256zm12.9-448.6l178.9 178.9H223.4l178.8-178.9zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z\")),t.BehanceOutline=l(\"behance\",a,c(i,\"M634 294.3h199.5v48.4H634zM434.1 485.8c44.1-21.1 67.2-53.2 67.2-102.8 0-98.1-73-121.9-157.3-121.9H112v492.4h238.5c89.4 0 173.3-43 173.3-143 0-61.8-29.2-107.5-89.7-124.7zM220.2 345.1h101.5c39.1 0 74.2 10.9 74.2 56.3 0 41.8-27.3 58.6-66 58.6H220.2V345.1zm115.5 324.8H220.1V534.3H338c47.6 0 77.7 19.9 77.7 70.3 0 49.6-35.9 65.3-80 65.3zm575.8-89.5c0-105.5-61.7-193.4-173.3-193.4-108.5 0-182.3 81.7-182.3 188.8 0 111 69.9 187.2 182.3 187.2 85.1 0 140.2-38.3 166.7-120h-86.3c-9.4 30.5-47.6 46.5-77.3 46.5-57.4 0-87.4-33.6-87.4-90.7h256.9c.3-5.9.7-12.1.7-18.4zM653.9 537c3.1-46.9 34.4-76.2 81.2-76.2 49.2 0 73.8 28.9 78.1 76.2H653.9z\")),t.BlockOutline=l(\"block\",a,c(i,\"M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16zm-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16zm204 52v136H444V444h136zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156v360z\")),t.BoldOutline=l(\"bold\",a,c(i,\"M697.8 481.4c33.6-35 54.2-82.3 54.2-134.3v-10.2C752 229.3 663.9 142 555.3 142H259.4c-15.1 0-27.4 12.3-27.4 27.4v679.1c0 16.3 13.2 29.5 29.5 29.5h318.7c117 0 211.8-94.2 211.8-210.5v-11c0-73-37.4-137.3-94.2-175.1zM328 238h224.7c57.1 0 103.3 44.4 103.3 99.3v9.5c0 54.8-46.3 99.3-103.3 99.3H328V238zm366.6 429.4c0 62.9-51.7 113.9-115.5 113.9H328V542.7h251.1c63.8 0 115.5 51 115.5 113.9v10.8z\")),t.BorderBottomOutline=l(\"border-bottom\",a,c(i,\"M872 808H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-720-94h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-498h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm166 166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm222-72h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388 426h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\")),t.BorderLeftOutline=l(\"border-left\",a,c(i,\"M208 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM540 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.BorderOuterOutline=l(\"border-outer\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM484 366h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM302 548h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm364 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-182 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 182h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\")),t.BorderInnerOutline=l(\"border-inner\",a,c(i,\"M872 476H548V144h-72v332H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v332h72V548h324c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-426h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 260h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.BorderRightOutline=l(\"border-right\",a,c(i,\"M872 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.BorderHorizontalOutline=l(\"border-horizontal\",a,c(i,\"M540 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.BorderTopOutline=l(\"border-top\",a,c(i,\"M872 144H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332-498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.BorderVerticleOutline=l(\"border-verticle\",a,c(i,\"M872 476H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM152 382h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 642h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.BorderOutline=l(\"border\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\")),t.BranchesOutline=l(\"branches\",a,c(i,\"M740 161c-61.8 0-112 50.2-112 112 0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0 0 34.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2 0-61.8-50.2-112-112-112zm-504 51a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm408-491a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\")),t.CheckOutline=l(\"check\",a,c(i,\"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z\")),t.CiOutline=l(\"ci\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm218-572.1h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z\")),t.CloseOutline=l(\"close\",a,c(i,\"M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 0 0 203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z\")),t.CloudDownloadOutline=l(\"cloud-download\",a,c(i,\"M624 706.3h-74.1V464c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v242.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.7a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9z\",\"M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z\")),t.CloudServerOutline=l(\"cloud-server\",a,c(i,\"M704 446H320c-4.4 0-8 3.6-8 8v402c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8V454c0-4.4-3.6-8-8-8zm-328 64h272v117H376V510zm272 290H376V683h272v117z\",\"M424 748a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm0-178a32 32 0 1 0 64 0 32 32 0 1 0-64 0z\",\"M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z\")),t.CloudSyncOutline=l(\"cloud-sync\",a,c(i,\"M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z\",\"M376.9 656.4c1.8-33.5 15.7-64.7 39.5-88.6 25.4-25.5 60-39.8 96-39.8 36.2 0 70.3 14.1 96 39.8 1.4 1.4 2.7 2.8 4.1 4.3l-25 19.6a8 8 0 0 0 3 14.1l98.2 24c5 1.2 9.9-2.6 9.9-7.7l.5-101.3c0-6.7-7.6-10.5-12.9-6.3L663 532.7c-36.6-42-90.4-68.6-150.5-68.6-107.4 0-195 85.1-199.4 191.7-.2 4.5 3.4 8.3 8 8.3H369c4.2-.1 7.7-3.4 7.9-7.7zM703 664h-47.9c-4.2 0-7.7 3.3-8 7.6-1.8 33.5-15.7 64.7-39.5 88.6-25.4 25.5-60 39.8-96 39.8-36.2 0-70.3-14.1-96-39.8-1.4-1.4-2.7-2.8-4.1-4.3l25-19.6a8 8 0 0 0-3-14.1l-98.2-24c-5-1.2-9.9 2.6-9.9 7.7l-.4 101.4c0 6.7 7.6 10.5 12.9 6.3l23.2-18.2c36.6 42 90.4 68.6 150.5 68.6 107.4 0 195-85.1 199.4-191.7.2-4.5-3.4-8.3-8-8.3z\")),t.CloudUploadOutline=l(\"cloud-upload\",a,c(i,\"M518.3 459a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 459z\",\"M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 0 1-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z\")),t.ClusterOutline=l(\"cluster\",a,c(i,\"M888 680h-54V540H546v-92h238c8.8 0 16-7.2 16-16V168c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h238v92H190v140h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8zM256 805.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zm288 0c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM288 384V216h448v168H288zm544 421.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM360 300a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\")),t.CodepenOutline=l(\"codepen\",a,c(i,\"M911.7 385.3l-.3-1.5c-.2-1-.3-1.9-.6-2.9-.2-.6-.4-1.1-.5-1.7-.3-.8-.5-1.7-.9-2.5-.2-.6-.5-1.1-.8-1.7-.4-.8-.8-1.5-1.2-2.3-.3-.5-.6-1.1-1-1.6-.8-1.2-1.7-2.4-2.6-3.6-.5-.6-1.1-1.3-1.7-1.9-.4-.5-.9-.9-1.4-1.3-.6-.6-1.3-1.1-1.9-1.6-.5-.4-1-.8-1.6-1.2-.2-.1-.4-.3-.6-.4L531.1 117.8a34.3 34.3 0 0 0-38.1 0L127.3 361.3c-.2.1-.4.3-.6.4-.5.4-1 .8-1.6 1.2-.7.5-1.3 1.1-1.9 1.6-.5.4-.9.9-1.4 1.3-.6.6-1.2 1.2-1.7 1.9-1 1.1-1.8 2.3-2.6 3.6-.3.5-.7 1-1 1.6-.4.7-.8 1.5-1.2 2.3-.3.5-.5 1.1-.8 1.7-.3.8-.6 1.7-.9 2.5-.2.6-.4 1.1-.5 1.7-.2.9-.4 1.9-.6 2.9l-.3 1.5c-.2 1.5-.3 3-.3 4.5v243.5c0 1.5.1 3 .3 4.5l.3 1.5.6 2.9c.2.6.3 1.1.5 1.7.3.9.6 1.7.9 2.5.2.6.5 1.1.8 1.7.4.8.7 1.5 1.2 2.3.3.5.6 1.1 1 1.6.5.7.9 1.4 1.5 2.1l1.2 1.5c.5.6 1.1 1.3 1.7 1.9.4.5.9.9 1.4 1.3.6.6 1.3 1.1 1.9 1.6.5.4 1 .8 1.6 1.2.2.1.4.3.6.4L493 905.7c5.6 3.8 12.3 5.8 19.1 5.8 6.6 0 13.3-1.9 19.1-5.8l365.6-243.5c.2-.1.4-.3.6-.4.5-.4 1-.8 1.6-1.2.7-.5 1.3-1.1 1.9-1.6.5-.4.9-.9 1.4-1.3.6-.6 1.2-1.2 1.7-1.9l1.2-1.5 1.5-2.1c.3-.5.7-1 1-1.6.4-.8.8-1.5 1.2-2.3.3-.5.5-1.1.8-1.7.3-.8.6-1.7.9-2.5.2-.5.4-1.1.5-1.7.3-.9.4-1.9.6-2.9l.3-1.5c.2-1.5.3-3 .3-4.5V389.8c-.3-1.5-.4-3-.6-4.5zM546.4 210.5l269.4 179.4-120.3 80.4-149-99.6V210.5zm-68.8 0v160.2l-149 99.6-120.3-80.4 269.3-179.4zM180.7 454.1l86 57.5-86 57.5v-115zm296.9 358.5L208.3 633.2l120.3-80.4 149 99.6v160.2zM512 592.8l-121.6-81.2L512 430.3l121.6 81.2L512 592.8zm34.4 219.8V652.4l149-99.6 120.3 80.4-269.3 179.4zM843.3 569l-86-57.5 86-57.5v115z\")),t.CodeSandboxOutline=l(\"code-sandbox\",a,c(i,\"M709.6 210l.4-.2h.2L512 96 313.9 209.8h-.2l.7.3L151.5 304v416L512 928l360.5-208V304l-162.9-94zM482.7 843.6L339.6 761V621.4L210 547.8V372.9l272.7 157.3v313.4zM238.2 321.5l134.7-77.8 138.9 79.7 139.1-79.9 135.2 78-273.9 158-274-158zM814 548.3l-128.8 73.1v139.1l-143.9 83V530.4L814 373.1v175.2z\")),t.ColumHeightOutline=l(\"colum-height\",a,c(i,\"M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z\")),t.ColumnWidthOutline=l(\"column-width\",a,c(i,\"M180 176h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zm724 0h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zM785.3 504.3L657.7 403.6a7.23 7.23 0 0 0-11.7 5.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7 508.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h268v62.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.8-2.9 3.8-8.5.2-11.4z\")),t.ColumnHeightOutline=l(\"column-height\",a,c(i,\"M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z\")),t.CoffeeOutline=l(\"coffee\",a,c(r,\"M275 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm613 144H768c0-39.8-32.2-72-72-72H200c-39.8 0-72 32.2-72 72v248c0 3.4.2 6.7.7 9.9-.5 7-.7 14-.7 21.1 0 176.7 143.3 320 320 320 160.1 0 292.7-117.5 316.3-271H888c39.8 0 72-32.2 72-72V497c0-39.8-32.2-72-72-72zM696 681h-1.1c.7 7.6 1.1 15.2 1.1 23 0 137-111 248-248 248S200 841 200 704c0-7.8.4-15.4 1.1-23H200V425h496v256zm192-8H776V497h112v176zM613 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm-170 0c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36z\")),t.CopyrightOutline=l(\"copyright\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm5.6-532.7c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z\")),t.DashOutline=l(\"dash\",a,c(i,\"M112 476h160v72H112zm320 0h160v72H432zm320 0h160v72H752z\")),t.DeploymentUnitOutline=l(\"deployment-unit\",a,c(i,\"M888.3 693.2c-42.5-24.6-94.3-18-129.2 12.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15 76-56.8 76-106.1 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 49.3 31.8 91.1 76 106.1v67.1l-136 78.3c-13.6 7.8-22 22.4-22 38.1v151.6l-53 30.7c-34.9-30.8-86.8-37.4-129.2-12.8-53.5 31-71.7 99.4-41 152.9 30.8 53.5 98.9 71.9 152.2 41 42.5-24.6 62.7-73 53.6-118.8l48.7-28.3 140.6 81c6.8 3.9 14.4 5.9 22 5.9s15.2-2 22-5.9L674.5 740l48.7 28.3c-9.1 45.7 11.2 94.2 53.6 118.8 53.3 30.9 121.5 12.6 152.2-41 30.8-53.6 12.6-122-40.7-152.9zm-673 138.4a47.6 47.6 0 0 1-65.2-17.6c-13.2-22.9-5.4-52.3 17.5-65.5a47.6 47.6 0 0 1 65.2 17.6c13.2 22.9 5.4 52.3-17.5 65.5zM522 463.8zM464 234a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm170 446.2l-122 70.3-122-70.3V539.8l122-70.3 122 70.3v140.4zm239.9 133.9c-13.2 22.9-42.4 30.8-65.2 17.6-22.8-13.2-30.7-42.6-17.5-65.5s42.4-30.8 65.2-17.6c22.9 13.2 30.7 42.5 17.5 65.5z\")),t.DesktopOutline=l(\"desktop\",a,c(i,\"M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32zm-40 488H136V212h752v416z\")),t.DingdingOutline=l(\"dingding\",a,c(i,\"M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z\")),t.DisconnectOutline=l(\"disconnect\",a,c(i,\"M832.6 191.4c-84.6-84.6-221.5-84.6-306 0l-96.9 96.9 51 51 96.9-96.9c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204l-96.9 96.9 51.1 51.1 96.9-96.9c84.4-84.6 84.4-221.5-.1-306.1zM446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l96.9-96.9-51.1-51.1-96.9 96.9c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l96.9-96.9-51-51-96.8 97zM260.3 209.4a8.03 8.03 0 0 0-11.3 0L209.4 249a8.03 8.03 0 0 0 0 11.3l554.4 554.4c3.1 3.1 8.2 3.1 11.3 0l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3L260.3 209.4z\")),t.DollarOutline=l(\"dollar\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm47.7-395.2l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z\")),t.DoubleRightOutline=l(\"double-right\",a,c(i,\"M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 0 0 188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 0 0 492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z\")),t.DotChartOutline=l(\"dot-chart\",a,c(i,\"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM288 604a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm118-224a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm158 228a96 96 0 1 0 192 0 96 96 0 1 0-192 0zm148-314a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\")),t.DoubleLeftOutline=l(\"double-left\",a,c(i,\"M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 0 0 0 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z\")),t.DownloadOutline=l(\"download\",a,c(i,\"M505.7 661a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z\")),t.DribbbleOutline=l(\"dribbble\",a,c(i,\"M512 96C282.6 96 96 282.6 96 512s186.6 416 416 416 416-186.6 416-416S741.4 96 512 96zm275.1 191.8c49.5 60.5 79.5 137.5 80.2 221.4-11.7-2.5-129.2-26.3-247.4-11.4-2.5-6.1-5-12.2-7.6-18.3-7.4-17.3-15.3-34.6-23.6-51.5C720 374.3 779.6 298 787.1 287.8zM512 157.2c90.3 0 172.8 33.9 235.5 89.5-6.4 9.1-59.9 81-186.2 128.4-58.2-107-122.7-194.8-132.6-208 27.3-6.6 55.2-9.9 83.3-9.9zM360.9 191c9.4 12.8 72.9 100.9 131.7 205.5C326.4 440.6 180 440 164.1 439.8c23.1-110.3 97.4-201.9 196.8-248.8zM156.7 512.5c0-3.6.1-7.3.2-10.9 15.5.3 187.7 2.5 365.2-50.6 10.2 19.9 19.9 40.1 28.8 60.3-4.7 1.3-9.4 2.7-14 4.2C353.6 574.9 256.1 736.4 248 750.1c-56.7-63-91.3-146.3-91.3-237.6zM512 867.8c-82.2 0-157.9-28-218.1-75 6.4-13.1 78.3-152 278.7-221.9l2.3-.8c49.9 129.6 70.5 238.3 75.8 269.5A350.46 350.46 0 0 1 512 867.8zm198.5-60.7c-3.6-21.6-22.5-125.6-69-253.3C752.9 536 850.7 565.2 862.8 569c-15.8 98.8-72.5 184.2-152.3 238.1z\")),t.DropboxOutline=l(\"dropbox\",a,c(i,\"M64 556.9l264.2 173.5L512.5 577 246.8 412.7zm896-290.3zm0 0L696.8 95 512.5 248.5l265.2 164.2L512.5 577l184.3 153.4L960 558.8 777.7 412.7zM513 609.8L328.2 763.3l-79.4-51.5v57.8L513 928l263.7-158.4v-57.8l-78.9 51.5zM328.2 95L64 265.1l182.8 147.6 265.7-164.2zM64 556.9z\")),t.EllipsisOutline=l(\"ellipsis\",a,c(i,\"M176 511a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm280 0a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\")),t.EnterOutline=l(\"enter\",a,c(i,\"M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z\")),t.EuroOutline=l(\"euro\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8z\")),t.ExceptionOutline=l(\"exception\",a,c(i,\"M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM640 812a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm12-64h40c4.4 0 8-3.6 8-8V628c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.ExclamationOutline=l(\"exclamation\",a,c(i,\"M448 804a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm32-168h64c4.4 0 8-3.6 8-8V164c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z\")),t.ExportOutline=l(\"export\",a,c(i,\"M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zm18.6-251.7L765 393.7c-5.3-4.2-13-.4-13 6.3v76H438c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z\")),t.FallOutline=l(\"fall\",a,c(i,\"M925.9 804l-24-199.2c-.8-6.6-8.9-9.4-13.6-4.7L829 659.5 557.7 388.3c-6.3-6.2-16.4-6.2-22.6 0L433.3 490 156.6 213.3a8.03 8.03 0 0 0-11.3 0l-45 45.2a8.03 8.03 0 0 0 0 11.3L422 591.7c6.2 6.3 16.4 6.3 22.6 0L546.4 490l226.1 226-59.3 59.3a8.01 8.01 0 0 0 4.7 13.6l199.2 24c5.1.7 9.5-3.7 8.8-8.9z\")),t.FileDoneOutline=l(\"file-done\",a,c(i,\"M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM761 656h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-23.1-31.9a7.92 7.92 0 0 0-6.5-3.3H573c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.9-5.3.1-12.7-6.4-12.7zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.FileSyncOutline=l(\"file-sync\",a,c(i,\"M296 256c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm192 200v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8zm-48 396H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm104.1-115.6c1.8-34.5 16.2-66.8 40.8-91.4 26.2-26.2 62-41 99.1-41 37.4 0 72.6 14.6 99.1 41 3.2 3.2 6.3 6.6 9.2 10.1L769.2 673a8 8 0 0 0 3 14.1l93.3 22.5c5 1.2 9.8-2.6 9.9-7.7l.6-95.4a8 8 0 0 0-12.9-6.4l-20.3 15.8C805.4 569.6 748.1 540 684 540c-109.9 0-199.6 86.9-204 195.7-.2 4.5 3.5 8.3 8 8.3h48.1c4.3 0 7.8-3.3 8-7.6zM880 744h-48.1c-4.3 0-7.8 3.3-8 7.6-1.8 34.5-16.2 66.8-40.8 91.4-26.2 26.2-62 41-99.1 41-37.4 0-72.6-14.6-99.1-41-3.2-3.2-6.3-6.6-9.2-10.1l23.1-17.9a8 8 0 0 0-3-14.1l-93.3-22.5c-5-1.2-9.8 2.6-9.9 7.7l-.6 95.4a8 8 0 0 0 12.9 6.4l20.3-15.8C562.6 918.4 619.9 948 684 948c109.9 0 199.6-86.9 204-195.7.2-4.5-3.5-8.3-8-8.3z\")),t.FileProtectOutline=l(\"file-protect\",a,c(i,\"M644.7 669.2a7.92 7.92 0 0 0-6.5-3.3H594c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.8-5.3 0-12.7-6.5-12.7h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-22.9-31.9zM688 306v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 458H208V148h560v296c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h312c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm402.6-320.8l-192-66.7c-.9-.3-1.7-.4-2.6-.4s-1.8.1-2.6.4l-192 66.7a7.96 7.96 0 0 0-5.4 7.5v251.1c0 2.5 1.1 4.8 3.1 6.3l192 150.2c1.4 1.1 3.2 1.7 4.9 1.7s3.5-.6 4.9-1.7l192-150.2c1.9-1.5 3.1-3.8 3.1-6.3V538.7c0-3.4-2.2-6.4-5.4-7.5zM826 763.7L688 871.6 550 763.7V577l138-48 138 48v186.7z\")),t.FileSearchOutline=l(\"file-search\",a,c(i,\"M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm144 452H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm445.7 51.5l-93.3-93.3C814.7 780.7 828 743.9 828 704c0-97.2-78.8-176-176-176s-176 78.8-176 176 78.8 176 176 176c35.8 0 69-10.7 96.8-29l94.7 94.7c1.6 1.6 3.6 2.3 5.6 2.3s4.1-.8 5.6-2.3l31-31a7.9 7.9 0 0 0 0-11.2zM652 816c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z\")),t.FileJpgOutline=l(\"file-jpg\",a,c(r,\"M874.6 301.8L596.8 21.3c-4.5-4.5-9.4-8.3-14.7-11.5-1.4-.8-2.8-1.6-4.3-2.3-.9-.5-1.9-.9-2.8-1.3-9-4-18.9-6.2-29-6.2H201c-39.8 0-73 32.2-73 72v880c0 39.8 33.2 72 73 72h623c39.8 0 71-32.2 71-72V352.5c0-19-7-37.2-20.4-50.7zM583 110.4L783.8 312H583V110.4zM823 952H200V72h311v240c0 39.8 33.2 72 73 72h239v568zM350 696.5c0 24.2-7.5 31.4-21.9 31.4-9 0-18.4-5.8-24.8-18.5L272.9 732c13.4 22.9 32.3 34.2 61.3 34.2 41.6 0 60.8-29.9 60.8-66.2V577h-45v119.5zM501.3 577H437v186h44v-62h21.6c39.1 0 73.1-19.6 73.1-63.6 0-45.8-33.5-60.4-74.4-60.4zm-.8 89H481v-53h18.2c21.5 0 33.4 6.2 33.4 24.9 0 18.1-10.5 28.1-32.1 28.1zm182.5-9v36h30v30.1c-4 2.9-11 4.7-17.7 4.7-34.3 0-50.7-21.4-50.7-58.2 0-36.1 19.7-57.4 47.1-57.4 15.3 0 25 6.2 34 14.4l23.7-28.3c-12.7-12.8-32.1-24.2-59.2-24.2-49.6 0-91.1 35.3-91.1 97 0 62.7 40 95.1 91.5 95.1 25.9 0 49.2-10.2 61.5-22.6V657H683z\")),t.FontColorsOutline=l(\"font-colors\",a,c(i,\"M904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zm-650.3-80h85c4.2 0 8-2.7 9.3-6.8l53.7-166h219.2l53.2 166c1.3 4 5 6.8 9.3 6.8h89.1c1.1 0 2.2-.2 3.2-.5a9.7 9.7 0 0 0 6-12.4L573.6 118.6a9.9 9.9 0 0 0-9.2-6.6H462.1c-4.2 0-7.9 2.6-9.2 6.6L244.5 723.1c-.4 1-.5 2.1-.5 3.2-.1 5.3 4.3 9.7 9.7 9.7zm255.9-516.1h4.1l83.8 263.8H424.9l84.7-263.8z\")),t.FontSizeOutline=l(\"font-size\",a,c(i,\"M920 416H616c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-56h60v320h-46c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h164c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-46V480h60v56c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V424c0-4.4-3.6-8-8-8zM656 296V168c0-4.4-3.6-8-8-8H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8z\")),t.ForkOutline=l(\"fork\",a,c(i,\"M752 100c-61.8 0-112 50.2-112 112 0 47.7 29.9 88.5 72 104.6v27.6L512 601.4 312 344.2v-27.6c42.1-16.1 72-56.9 72-104.6 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 50.6 33.8 93.5 80 107.3v34.4c0 9.7 3.3 19.3 9.3 27L476 672.3v33.6c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-33.6l226.7-291.6c6-7.7 9.3-17.3 9.3-27v-34.4c46.2-13.8 80-56.7 80-107.3 0-61.8-50.2-112-112-112zM224 212a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm336 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm192-552a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\")),t.FormOutline=l(\"form\",a,c(i,\"M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z\",\"M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 0 0-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z\")),t.FullscreenExitOutline=l(\"fullscreen-exit\",a,c(i,\"M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 0 0 0 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 0 0 391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6 877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 0 0-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z\")),t.FullscreenOutline=l(\"fullscreen\",a,c(i,\"M290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6 43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6 423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z\")),t.GatewayOutline=l(\"gateway\",a,c(i,\"M928 392c8.8 0 16-7.2 16-16V192c0-8.8-7.2-16-16-16H744c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h56v240H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16V648c0-8.8-7.2-16-16-16h-56V392h56zM792 240h88v88h-88v-88zm-648 88v-88h88v88h-88zm88 456h-88v-88h88v88zm648-88v88h-88v-88h88zm-80-64h-56c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h56v240z\")),t.DownOutline=l(\"down\",a,c(i,\"M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z\")),t.DragOutline=l(\"drag\",a,c(i,\"M909.3 506.3L781.7 405.6a7.23 7.23 0 0 0-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7a7.14 7.14 0 0 0-11.3 0L405.6 242.3a7.23 7.23 0 0 0 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8a7.3 7.3 0 0 0 .1-11.4z\")),t.GlobalOutline=l(\"global\",a,c(i,\"M854.4 800.9c.2-.3.5-.6.7-.9C920.6 722.1 960 621.7 960 512s-39.4-210.1-104.8-288c-.2-.3-.5-.5-.7-.8-1.1-1.3-2.1-2.5-3.2-3.7-.4-.5-.8-.9-1.2-1.4l-4.1-4.7-.1-.1c-1.5-1.7-3.1-3.4-4.6-5.1l-.1-.1c-3.2-3.4-6.4-6.8-9.7-10.1l-.1-.1-4.8-4.8-.3-.3c-1.5-1.5-3-2.9-4.5-4.3-.5-.5-1-1-1.6-1.5-1-1-2-1.9-3-2.8-.3-.3-.7-.6-1-1C736.4 109.2 629.5 64 512 64s-224.4 45.2-304.3 119.2c-.3.3-.7.6-1 1-1 .9-2 1.9-3 2.9-.5.5-1 1-1.6 1.5-1.5 1.4-3 2.9-4.5 4.3l-.3.3-4.8 4.8-.1.1c-3.3 3.3-6.5 6.7-9.7 10.1l-.1.1c-1.6 1.7-3.1 3.4-4.6 5.1l-.1.1c-1.4 1.5-2.8 3.1-4.1 4.7-.4.5-.8.9-1.2 1.4-1.1 1.2-2.1 2.5-3.2 3.7-.2.3-.5.5-.7.8C103.4 301.9 64 402.3 64 512s39.4 210.1 104.8 288c.2.3.5.6.7.9l3.1 3.7c.4.5.8.9 1.2 1.4l4.1 4.7c0 .1.1.1.1.2 1.5 1.7 3 3.4 4.6 5l.1.1c3.2 3.4 6.4 6.8 9.6 10.1l.1.1c1.6 1.6 3.1 3.2 4.7 4.7l.3.3c3.3 3.3 6.7 6.5 10.1 9.6 80.1 74 187 119.2 304.5 119.2s224.4-45.2 304.3-119.2a300 300 0 0 0 10-9.6l.3-.3c1.6-1.6 3.2-3.1 4.7-4.7l.1-.1c3.3-3.3 6.5-6.7 9.6-10.1l.1-.1c1.5-1.7 3.1-3.3 4.6-5 0-.1.1-.1.1-.2 1.4-1.5 2.8-3.1 4.1-4.7.4-.5.8-.9 1.2-1.4a99 99 0 0 0 3.3-3.7zm4.1-142.6c-13.8 32.6-32 62.8-54.2 90.2a444.07 444.07 0 0 0-81.5-55.9c11.6-46.9 18.8-98.4 20.7-152.6H887c-3 40.9-12.6 80.6-28.5 118.3zM887 484H743.5c-1.9-54.2-9.1-105.7-20.7-152.6 29.3-15.6 56.6-34.4 81.5-55.9A373.86 373.86 0 0 1 887 484zM658.3 165.5c39.7 16.8 75.8 40 107.6 69.2a394.72 394.72 0 0 1-59.4 41.8c-15.7-45-35.8-84.1-59.2-115.4 3.7 1.4 7.4 2.9 11 4.4zm-90.6 700.6c-9.2 7.2-18.4 12.7-27.7 16.4V697a389.1 389.1 0 0 1 115.7 26.2c-8.3 24.6-17.9 47.3-29 67.8-17.4 32.4-37.8 58.3-59 75.1zm59-633.1c11 20.6 20.7 43.3 29 67.8A389.1 389.1 0 0 1 540 327V141.6c9.2 3.7 18.5 9.1 27.7 16.4 21.2 16.7 41.6 42.6 59 75zM540 640.9V540h147.5c-1.6 44.2-7.1 87.1-16.3 127.8l-.3 1.2A445.02 445.02 0 0 0 540 640.9zm0-156.9V383.1c45.8-2.8 89.8-12.5 130.9-28.1l.3 1.2c9.2 40.7 14.7 83.5 16.3 127.8H540zm-56 56v100.9c-45.8 2.8-89.8 12.5-130.9 28.1l-.3-1.2c-9.2-40.7-14.7-83.5-16.3-127.8H484zm-147.5-56c1.6-44.2 7.1-87.1 16.3-127.8l.3-1.2c41.1 15.6 85 25.3 130.9 28.1V484H336.5zM484 697v185.4c-9.2-3.7-18.5-9.1-27.7-16.4-21.2-16.7-41.7-42.7-59.1-75.1-11-20.6-20.7-43.3-29-67.8 37.2-14.6 75.9-23.3 115.8-26.1zm0-370a389.1 389.1 0 0 1-115.7-26.2c8.3-24.6 17.9-47.3 29-67.8 17.4-32.4 37.8-58.4 59.1-75.1 9.2-7.2 18.4-12.7 27.7-16.4V327zM365.7 165.5c3.7-1.5 7.3-3 11-4.4-23.4 31.3-43.5 70.4-59.2 115.4-21-12-40.9-26-59.4-41.8 31.8-29.2 67.9-52.4 107.6-69.2zM165.5 365.7c13.8-32.6 32-62.8 54.2-90.2 24.9 21.5 52.2 40.3 81.5 55.9-11.6 46.9-18.8 98.4-20.7 152.6H137c3-40.9 12.6-80.6 28.5-118.3zM137 540h143.5c1.9 54.2 9.1 105.7 20.7 152.6a444.07 444.07 0 0 0-81.5 55.9A373.86 373.86 0 0 1 137 540zm228.7 318.5c-39.7-16.8-75.8-40-107.6-69.2 18.5-15.8 38.4-29.7 59.4-41.8 15.7 45 35.8 84.1 59.2 115.4-3.7-1.4-7.4-2.9-11-4.4zm292.6 0c-3.7 1.5-7.3 3-11 4.4 23.4-31.3 43.5-70.4 59.2-115.4 21 12 40.9 26 59.4 41.8a373.81 373.81 0 0 1-107.6 69.2z\")),t.GooglePlusOutline=l(\"google-plus\",a,c(i,\"M879.5 470.4c-.3-27-.4-54.2-.5-81.3h-80.8c-.3 27-.5 54.1-.7 81.3-27.2.1-54.2.3-81.2.6v80.9c27 .3 54.2.5 81.2.8.3 27 .3 54.1.5 81.1h80.9c.1-27 .3-54.1.5-81.3 27.2-.3 54.2-.4 81.2-.7v-80.9c-26.9-.2-54.1-.2-81.1-.5zm-530 .4c-.1 32.3 0 64.7.1 97 54.2 1.8 108.5 1 162.7 1.8-23.9 120.3-187.4 159.3-273.9 80.7-89-68.9-84.8-220 7.7-284 64.7-51.6 156.6-38.9 221.3 5.8 25.4-23.5 49.2-48.7 72.1-74.7-53.8-42.9-119.8-73.5-190-70.3-146.6-4.9-281.3 123.5-283.7 270.2-9.4 119.9 69.4 237.4 180.6 279.8 110.8 42.7 252.9 13.6 323.7-86 46.7-62.9 56.8-143.9 51.3-220-90.7-.7-181.3-.6-271.9-.3z\")),t.GoogleOutline=l(\"google\",a,c(i,\"M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8-34.4 23-78.3 36.6-129.9 36.6-99.9 0-184.4-67.5-214.6-158.2-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1 56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100-149.9 0-279.6 86-342.7 211.4-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93 72.5-66.8 114.4-165.2 114.4-282.1 0-27.2-2.4-53.3-6.9-78.5z\")),t.HeatMapOutline=l(\"heat-map\",a,c(i,\"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-790.4-23.9L512 231.9 858.7 832H165.3zm319-474.1l-228 394c-12.3 21.3 3.1 48 27.7 48h455.8c24.7 0 40.1-26.7 27.7-48L539.7 358c-6.2-10.7-17-16-27.7-16-10.8 0-21.6 5.3-27.7 16zm214 386H325.7L512 422l186.3 322zm-214-194.1l-57 98.4C415 669.5 430.4 696 455 696h114c24.6 0 39.9-26.5 27.7-47.7l-57-98.4c-6.1-10.6-16.9-15.9-27.7-15.9s-21.5 5.3-27.7 15.9zm57.1 98.4h-58.7l29.4-50.7 29.3 50.7z\")),t.GoldOutline=l(\"gold\",a,c(i,\"M342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128zm2.5 282.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5z\")),t.HistoryOutline=l(\"history\",a,c(i,\"M536.1 273H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.3 120.7c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.7-3.7 1.9-8.7-1.7-11.2L544.1 528.5V281c0-4.4-3.6-8-8-8zm219.8 75.2l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3L752.9 334.1a8 8 0 0 0 3 14.1zm167.7 301.1l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.9 5.1-3.9 10.1-6 15.1-17.8 42.1-43.3 80-75.9 112.5a353 353 0 0 1-112.5 75.9 352.18 352.18 0 0 1-137.7 27.8c-47.8 0-94.1-9.3-137.7-27.8a353 353 0 0 1-112.5-75.9c-32.5-32.5-58-70.4-75.9-112.5A353.44 353.44 0 0 1 171 512c0-47.8 9.3-94.2 27.8-137.8 17.8-42.1 43.3-80 75.9-112.5a353 353 0 0 1 112.5-75.9C430.6 167.3 477 158 524.8 158s94.1 9.3 137.7 27.8A353 353 0 0 1 775 261.7c10.2 10.3 19.8 21 28.6 32.3l59.8-46.8C784.7 146.6 662.2 81.9 524.6 82 285 82.1 92.6 276.7 95 516.4 97.4 751.9 288.9 942 524.8 942c185.5 0 343.5-117.6 403.7-282.3 1.5-4.2-.7-8.9-4.9-10.4z\")),t.IeOutline=l(\"ie\",a,c(i,\"M852.6 367.6c16.3-36.9 32.1-90.7 32.1-131.8 0-109.1-119.5-147.6-314.5-57.9-161.4-10.8-316.8 110.5-355.6 279.7 46.3-52.3 117.4-123.4 183-151.7C316.1 378.3 246.7 470 194 565.6c-31.1 56.9-66 148.8-66 217.5 0 147.9 139.3 129.8 270.4 63 47.1 23.1 99.8 23.4 152.5 23.4 145.7 0 276.4-81.4 325.2-219H694.9c-78.8 132.9-295.2 79.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7zM224.8 648.3c26.6 76.7 80.6 143.8 150.4 185-133.1 73.4-259.9 43.6-150.4-185zm174-163.3c3-82.7 75.4-142.3 156-142.3 80.1 0 153 59.6 156 142.3h-312zm276.8-281.4c32.1-15.4 72.8-33 108.8-33 47.1 0 81.4 32.6 81.4 80.6 0 30-11.1 73.5-21.9 101.8-39.3-63.5-98.9-122.4-168.3-149.4z\")),t.InboxOutline=l(\"inbox\",a,c(r,\"M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0 0 60.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z\")),t.ImportOutline=l(\"import\",a,c(i,\"M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zM902 476H588v-76c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-76h314c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.InfoOutline=l(\"info\",a,c(i,\"M448 224a64 64 0 1 0 128 0 64 64 0 1 0-128 0zm96 168h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8z\")),t.ItalicOutline=l(\"italic\",a,c(i,\"M798 160H366c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h181.2l-156 544H229c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8H474.4l156-544H798c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z\")),t.IssuesCloseOutline=l(\"issues-close\",a,c(i,\"M464 688a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72-112c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48zm400-188h-59.3c-2.6 0-5 1.2-6.5 3.3L763.7 538.1l-49.9-68.8a7.92 7.92 0 0 0-6.5-3.3H648c-6.5 0-10.3 7.4-6.5 12.7l109.2 150.7a16.1 16.1 0 0 0 26 0l165.8-228.7c3.8-5.3 0-12.7-6.5-12.7zm-44 306h-64.2c-5.5 0-10.6 2.9-13.6 7.5a352.2 352.2 0 0 1-49.8 62.2A355.92 355.92 0 0 1 651.1 840a355 355 0 0 1-138.7 27.9c-48.1 0-94.8-9.4-138.7-27.9a355.92 355.92 0 0 1-113.3-76.3A353.06 353.06 0 0 1 184 650.5c-18.6-43.8-28-90.5-28-138.5s9.4-94.7 28-138.5c17.9-42.4 43.6-80.5 76.4-113.2 32.8-32.7 70.9-58.4 113.3-76.3a355 355 0 0 1 138.7-27.9c48.1 0 94.8 9.4 138.7 27.9 42.4 17.9 80.5 43.6 113.3 76.3 19 19 35.6 39.8 49.8 62.2 2.9 4.7 8.1 7.5 13.6 7.5H892c6 0 9.8-6.3 7.2-11.6C828.8 178.5 684.7 82 517.7 80 278.9 77.2 80.5 272.5 80 511.2 79.5 750.1 273.3 944 512.4 944c169.2 0 315.6-97 386.7-238.4A8 8 0 0 0 892 694z\")),t.KeyOutline=l(\"key\",a,c(i,\"M608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5l-41.1 41.1-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-44.9 44.9-62.3-62.3a8.15 8.15 0 0 0-11.4 0l-39.8 39.8a8.15 8.15 0 0 0 0 11.4l62.3 62.3-65.3 65.3a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6A304.06 304.06 0 0 0 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644c-60.9 0-118.2-23.7-161.2-66.8-43.1-43-66.8-100.3-66.8-161.2 0-60.9 23.7-118.2 66.8-161.2 43-43.1 100.3-66.8 161.2-66.8 60.9 0 118.2 23.7 161.2 66.8 43.1 43 66.8 100.3 66.8 161.2 0 60.9-23.7 118.2-66.8 161.2z\")),t.LaptopOutline=l(\"laptop\",a,c(i,\"M956.9 845.1L896.4 632V168c0-17.7-14.3-32-32-32h-704c-17.7 0-32 14.3-32 32v464L67.9 845.1C60.4 866 75.8 888 98 888h828.8c22.2 0 37.6-22 30.1-42.9zM200.4 208h624v395h-624V208zm228.3 608l8.1-37h150.3l8.1 37H428.7zm224 0l-19.1-86.7c-.8-3.7-4.1-6.3-7.8-6.3H398.2c-3.8 0-7 2.6-7.8 6.3L371.3 816H151l42.3-149h638.2l42.3 149H652.7z\")),t.LeftOutline=l(\"left\",a,c(i,\"M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z\")),t.LinkOutline=l(\"link\",a,c(i,\"M574 665.4a8.03 8.03 0 0 0-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 0 0-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 0 0 0 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 0 0 0 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 0 0-11.3 0L372.3 598.7a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z\")),t.LineChartOutline=l(\"line-chart\",a,c(i,\"M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM305.8 637.7c3.1 3.1 8.1 3.1 11.3 0l138.3-137.6L583 628.5c3.1 3.1 8.2 3.1 11.3 0l275.4-275.3c3.1-3.1 3.1-8.2 0-11.3l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-230 229.9L461.4 404a8.03 8.03 0 0 0-11.3 0L266.3 586.7a8.03 8.03 0 0 0 0 11.3l39.5 39.7z\")),t.LineHeightOutline=l(\"line-height\",a,c(i,\"M648 160H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm272.8 546H856V318h64.8c6 0 9.4-7 5.7-11.7L825.7 178.7a7.14 7.14 0 0 0-11.3 0L713.6 306.3a7.23 7.23 0 0 0 5.7 11.7H784v388h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5a7.2 7.2 0 0 0-5.6-11.7z\")),t.LineOutline=l(\"line\",a,c(i,\"M904 476H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.Loading3QuartersOutline=l(\"loading-3-quarters\",a,c(r,\"M512 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874c-47-47-84-101.7-109.8-162.7C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3 22.2 52.4 53.9 99.5 94.3 139.9 40.4 40.4 87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952c59.4 0 117-11.6 171.3-34.6 52.4-22.2 99.5-53.9 139.9-94.3 40.4-40.4 72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512c0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874c-47 47-101.8 83.9-162.7 109.7-63.1 26.8-130.2 40.3-199.3 40.3z\")),t.LoadingOutline=l(\"loading\",a,c(r,\"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z\")),t.LoginOutline=l(\"login\",a,c(i,\"M521.7 82c-152.5-.4-286.7 78.5-363.4 197.7-3.4 5.3.4 12.3 6.7 12.3h70.3c4.8 0 9.3-2.1 12.3-5.8 7-8.5 14.5-16.7 22.4-24.5 32.6-32.5 70.5-58.1 112.7-75.9 43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 32.6 32.5 58.1 70.4 76 112.5C865.7 417.8 875 464.1 875 512c0 47.9-9.4 94.2-27.8 137.8-17.8 42.1-43.4 80-76 112.5s-70.5 58.1-112.7 75.9A352.8 352.8 0 0 1 520.6 866c-47.9 0-94.3-9.4-137.9-27.8A353.84 353.84 0 0 1 270 762.3c-7.9-7.9-15.3-16.1-22.4-24.5-3-3.7-7.6-5.8-12.3-5.8H165c-6.3 0-10.2 7-6.7 12.3C234.9 863.2 368.5 942 520.6 942c236.2 0 428-190.1 430.4-425.6C953.4 277.1 761.3 82.6 521.7 82zM395.02 624v-76h-314c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h314v-76c0-6.7 7.8-10.5 13-6.3l141.9 112a8 8 0 0 1 0 12.6l-141.9 112c-5.2 4.1-13 .4-13-6.3z\")),t.LogoutOutline=l(\"logout\",a,c(i,\"M868 732h-70.3c-4.8 0-9.3 2.1-12.3 5.8-7 8.5-14.5 16.7-22.4 24.5a353.84 353.84 0 0 1-112.7 75.9A352.8 352.8 0 0 1 512.4 866c-47.9 0-94.3-9.4-137.9-27.8a353.84 353.84 0 0 1-112.7-75.9 353.28 353.28 0 0 1-76-112.5C167.3 606.2 158 559.9 158 512s9.4-94.2 27.8-137.8c17.8-42.1 43.4-80 76-112.5s70.5-58.1 112.7-75.9c43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 7.9 7.9 15.3 16.1 22.4 24.5 3 3.7 7.6 5.8 12.3 5.8H868c6.3 0 10.2-7 6.7-12.3C798 160.5 663.8 81.6 511.3 82 271.7 82.6 79.6 277.1 82 516.4 84.4 751.9 276.2 942 512.4 942c152.1 0 285.7-78.8 362.3-197.7 3.4-5.3-.4-12.3-6.7-12.3zm88.9-226.3L815 393.7c-5.3-4.2-13-.4-13 6.3v76H488c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6z\")),t.ManOutline=l(\"man\",a,c(i,\"M874 120H622c-3.3 0-6 2.7-6 6v56c0 3.3 2.7 6 6 6h160.4L583.1 387.3c-50-38.5-111-59.3-175.1-59.3-76.9 0-149.3 30-203.6 84.4S120 539.1 120 616s30 149.3 84.4 203.6C258.7 874 331.1 904 408 904s149.3-30 203.6-84.4C666 765.3 696 692.9 696 616c0-64.1-20.8-124.9-59.2-174.9L836 241.9V402c0 3.3 2.7 6 6 6h56c3.3 0 6-2.7 6-6V150c0-16.5-13.5-30-30-30zM408 828c-116.9 0-212-95.1-212-212s95.1-212 212-212 212 95.1 212 212-95.1 212-212 212z\")),t.MediumOutline=l(\"medium\",a,c(i,\"M834.7 279.8l61.3-58.9V208H683.7L532.4 586.4 360.3 208H137.7v12.9l71.6 86.6c7 6.4 10.6 15.8 9.7 25.2V673c2.2 12.3-1.7 24.8-10.3 33.7L128 805v12.7h228.6v-12.9l-80.6-98a39.99 39.99 0 0 1-11.1-33.7V378.7l200.7 439.2h23.3l172.6-439.2v349.9c0 9.2 0 11.1-6 17.2l-62.1 60.3V819h301.2v-12.9l-59.9-58.9c-5.2-4-7.9-10.7-6.8-17.2V297a18.1 18.1 0 0 1 6.8-17.2z\")),t.MediumWorkmarkOutline=l(\"medium-workmark\",a,c(r,\"M517.2 590.55c0 3.55 0 4.36 2.4 6.55l13.43 13.25v.57h-59.57v-25.47a41.44 41.44 0 0 1-39.5 27.65c-30.61 0-52.84-24.25-52.84-68.87 0-41.8 23.99-69.69 57.65-69.69a35.15 35.15 0 0 1 34.61 21.67v-56.19a6.99 6.99 0 0 0-2.71-6.79l-12.8-12.45v-.56l59.33-7.04v177.37zm-43.74-8.09v-83.83a22.2 22.2 0 0 0-17.74-8.4c-14.48 0-28.47 13.25-28.47 52.62 0 36.86 12.07 49.88 27.1 49.88a23.91 23.91 0 0 0 19.11-10.27zm83.23 28.46V497.74a7.65 7.65 0 0 0-2.4-6.79l-13.19-13.74v-.57h59.56v114.8c0 3.55 0 4.36 2.4 6.54l13.12 12.45v.57l-59.49-.08zm-2.16-175.67c0-13.4 10.74-24.25 23.99-24.25 13.25 0 23.98 10.86 23.98 24.25 0 13.4-10.73 24.25-23.98 24.25s-23.99-10.85-23.99-24.25zm206.83 155.06c0 3.55 0 4.6 2.4 6.79l13.43 13.25v.57h-59.88V581.9a43.4 43.4 0 0 1-41.01 31.2c-26.55 0-40.78-19.56-40.78-56.59 0-17.86 0-37.43.56-59.41a6.91 6.91 0 0 0-2.4-6.55L620.5 477.2v-.57h59.09v73.81c0 24.25 3.51 40.42 18.54 40.42a23.96 23.96 0 0 0 19.35-12.2v-80.85a7.65 7.65 0 0 0-2.4-6.79l-13.27-13.82v-.57h59.56V590.3zm202.76 20.6c0-4.36.8-59.97.8-72.75 0-24.25-3.76-40.98-20.63-40.98a26.7 26.7 0 0 0-21.19 11.64 99.68 99.68 0 0 1 2.4 23.04c0 16.81-.56 38.23-.8 59.66a6.91 6.91 0 0 0 2.4 6.55l13.43 12.45v.56h-60.12c0-4.04.8-59.98.8-72.76 0-24.65-3.76-40.98-20.39-40.98-8.2.3-15.68 4.8-19.83 11.96v82.46c0 3.56 0 4.37 2.4 6.55l13.11 12.45v.56h-59.48V498.15a7.65 7.65 0 0 0-2.4-6.8l-13.19-14.14v-.57H841v28.78c5.53-19 23.13-31.76 42.7-30.96 19.82 0 33.26 11.16 38.93 32.34a46.41 46.41 0 0 1 44.77-32.34c26.55 0 41.58 19.8 41.58 57.23 0 17.87-.56 38.24-.8 59.66a6.5 6.5 0 0 0 2.72 6.55l13.11 12.45v.57h-59.88zM215.87 593.3l17.66 17.05v.57h-89.62v-.57l17.99-17.05a6.91 6.91 0 0 0 2.4-6.55V477.69c0-4.6 0-10.83.8-16.16L104.66 613.1h-.72l-62.6-139.45c-1.37-3.47-1.77-3.72-2.65-6.06v91.43a32.08 32.08 0 0 0 2.96 17.87l25.19 33.46v.57H0v-.57l25.18-33.55a32.16 32.16 0 0 0 2.96-17.78V457.97A19.71 19.71 0 0 0 24 444.15L6.16 420.78v-.56h63.96l53.56 118.1 47.17-118.1h62.6v.56l-17.58 19.8a6.99 6.99 0 0 0-2.72 6.8v139.37a6.5 6.5 0 0 0 2.72 6.55zm70.11-54.65v.56c0 34.6 17.67 48.5 38.38 48.5a43.5 43.5 0 0 0 40.77-24.97h.56c-7.2 34.2-28.14 50.36-59.48 50.36-33.82 0-65.72-20.61-65.72-68.39 0-50.2 31.98-70.25 67.32-70.25 28.46 0 58.76 13.58 58.76 57.24v6.95h-80.59zm0-6.95h39.42v-7.04c0-35.57-7.28-45.03-18.23-45.03-13.27 0-21.35 14.15-21.35 52.07h.16z\")),t.MenuUnfoldOutline=l(\"menu-unfold\",a,c(i,\"M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 0 0 0-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0 0 14.4 7z\")),t.MenuFoldOutline=l(\"menu-fold\",a,c(i,\"M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z\")),t.MenuOutline=l(\"menu\",a,c(i,\"M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z\")),t.MinusOutline=l(\"minus\",a,c(i,\"M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\")),t.MonitorOutline=l(\"monitor\",a,c(i,\"M692.8 412.7l.2-.2-34.6-44.3a7.97 7.97 0 0 0-11.2-1.4l-50.4 39.3-70.5-90.1a7.97 7.97 0 0 0-11.2-1.4l-37.9 29.7a7.97 7.97 0 0 0-1.4 11.2l70.5 90.2-.2.1 34.6 44.3c2.7 3.5 7.7 4.1 11.2 1.4l50.4-39.3 64.1 82c2.7 3.5 7.7 4.1 11.2 1.4l37.9-29.6c3.5-2.7 4.1-7.7 1.4-11.2l-64.1-82.1zM608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5L114.3 856.1a8.03 8.03 0 0 0 0 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6C473 696.1 537.7 720 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644s-118.2-23.7-161.2-66.8C403.7 534.2 380 476.9 380 416s23.7-118.2 66.8-161.2c43-43.1 100.3-66.8 161.2-66.8s118.2 23.7 161.2 66.8c43.1 43 66.8 100.3 66.8 161.2s-23.7 118.2-66.8 161.2z\")),t.MoreOutline=l(\"more\",a,c(i,\"M456 231a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\")),t.OrderedListOutline=l(\"ordered-list\",a,c(i,\"M920 760H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-568H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM216 712H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h72.4v20.5h-35.7c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h35.7V838H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4V716c0-2.2-1.8-4-4-4zM100 188h38v120c0 2.2 1.8 4 4 4h40c2.2 0 4-1.8 4-4V152c0-4.4-3.6-8-8-8h-78c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4zm116 240H100c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4h68.4l-70.3 77.7a8.3 8.3 0 0 0-2.1 5.4V592c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4v-36c0-2.2-1.8-4-4-4h-68.4l70.3-77.7a8.3 8.3 0 0 0 2.1-5.4V432c0-2.2-1.8-4-4-4z\")),t.NumberOutline=l(\"number\",a,c(i,\"M872 394c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H400V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v236H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h228v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h164c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V394h164zM628 630H400V394h228v236z\")),t.PauseOutline=l(\"pause\",a,c(i,\"M304 176h80v672h-80zm408 0h-64c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8z\")),t.PercentageOutline=l(\"percentage\",a,c(i,\"M855.7 210.8l-42.4-42.4a8.03 8.03 0 0 0-11.3 0L168.3 801.9a8.03 8.03 0 0 0 0 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1.1-11.2zM304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144-144 64.6-144 144 64.6 144 144 144zm0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72-72-32.3-72-72 32.3-72 72-72zm416 344c-79.4 0-144 64.6-144 144s64.6 144 144 144 144-64.6 144-144-64.6-144-144-144zm0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72 72 32.3 72 72-32.3 72-72 72z\")),t.PaperClipOutline=l(\"paper-clip\",a,c(i,\"M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 0 0 174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z\")),t.PicCenterOutline=l(\"pic-center\",a,c(i,\"M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM848 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h672zM232 436h560v152H232V436z\")),t.PicLeftOutline=l(\"pic-left\",a,c(i,\"M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM608 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM152 436h400v152H152V436zm552 210c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\")),t.PlusOutline=l(\"plus\",a,c(i,\"M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z\",\"M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z\")),t.PicRightOutline=l(\"pic-right\",a,c(i,\"M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-24 500c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H416c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM472 436h400v152H472V436zM80 646c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z\")),t.PoundOutline=l(\"pound\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5 0-43.5 34-70.2 87.3-70.2 21.5 0 42.5 4.1 60.4 10.5 5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.8-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8V722c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z\")),t.PoweroffOutline=l(\"poweroff\",a,c(i,\"M705.6 124.9a8 8 0 0 0-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6a352.2 352.2 0 0 1 62.2 49.8c32.7 32.8 58.4 70.9 76.3 113.3a355 355 0 0 1 27.9 138.7c0 48.1-9.4 94.8-27.9 138.7a355.92 355.92 0 0 1-76.3 113.3 353.06 353.06 0 0 1-113.2 76.4c-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28a353.06 353.06 0 0 1-113.2-76.4A355.92 355.92 0 0 1 184 650.4a355 355 0 0 1-27.9-138.7c0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 .5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7zM480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z\")),t.PullRequestOutline=l(\"pull-request\",a,c(i,\"M788 705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7 202.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V240h114v465.9c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c.1-49.2-31.7-91-75.9-106.1zM752 860a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zM384 212c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1 76-56.9 76-106.1zm-160 0a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm96 600a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0z\")),t.QqOutline=l(\"qq\",a,c(i,\"M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112 331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3-34 109.5-23 154.8-14.6 155.8 18 2.2 70.1-82.4 70.1-82.4 0 49 25.2 112.9 79.8 159-26.4 8.1-85.7 29.9-71.6 53.8 11.4 19.3 196.2 12.3 249.5 6.3 53.3 6 238.1 13 249.5-6.3 14.1-23.8-45.3-45.7-71.6-53.8 54.6-46.2 79.8-110.1 79.8-159 0 0 52.1 84.6 70.1 82.4 8.5-1.1 19.5-46.4-14.5-155.8z\")),t.QuestionOutline=l(\"question\",a,c(i,\"M764 280.9c-14-30.6-33.9-58.1-59.3-81.6C653.1 151.4 584.6 125 512 125s-141.1 26.4-192.7 74.2c-25.4 23.6-45.3 51-59.3 81.7-14.6 32-22 65.9-22 100.9v27c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-27c0-99.5 88.6-180.4 197.6-180.4s197.6 80.9 197.6 180.4c0 40.8-14.5 79.2-42 111.2-27.2 31.7-65.6 54.4-108.1 64-24.3 5.5-46.2 19.2-61.7 38.8a110.85 110.85 0 0 0-23.9 68.6v31.4c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-31.4c0-15.7 10.9-29.5 26-32.9 58.4-13.2 111.4-44.7 149.3-88.7 19.1-22.3 34-47.1 44.3-74 10.7-27.9 16.1-57.2 16.1-87 0-35-7.4-69-22-100.9zM512 787c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56z\")),t.RadarChartOutline=l(\"radar-chart\",a,c(i,\"M926.8 397.1l-396-288a31.81 31.81 0 0 0-37.6 0l-396 288a31.99 31.99 0 0 0-11.6 35.8l151.3 466a32 32 0 0 0 30.4 22.1h489.5c13.9 0 26.1-8.9 30.4-22.1l151.3-466c4.2-13.2-.5-27.6-11.7-35.8zM838.6 417l-98.5 32-200-144.7V199.9L838.6 417zM466 567.2l-89.1 122.3-55.2-169.2L466 567.2zm-116.3-96.8L484 373.3v140.8l-134.3-43.7zM512 599.2l93.9 128.9H418.1L512 599.2zm28.1-225.9l134.2 97.1L540.1 514V373.3zM558 567.2l144.3-46.9-55.2 169.2L558 567.2zm-74-367.3v104.4L283.9 449l-98.5-32L484 199.9zM169.3 470.8l86.5 28.1 80.4 246.4-53.8 73.9-113.1-348.4zM327.1 853l50.3-69h269.3l50.3 69H327.1zm414.5-33.8l-53.8-73.9 80.4-246.4 86.5-28.1-113.1 348.4z\")),t.QrcodeOutline=l(\"qrcode\",a,c(i,\"M468 128H160c-17.7 0-32 14.3-32 32v308c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V136c0-4.4-3.6-8-8-8zm-56 284H192V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210H136c-4.4 0-8 3.6-8 8v308c0 17.7 14.3 32 32 32h308c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zm-56 284H192V612h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm590-630H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V160c0-17.7-14.3-32-32-32zm-32 284H612V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210h-48c-4.4 0-8 3.6-8 8v134h-78V556c0-4.4-3.6-8-8-8H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h78v102c0 4.4 3.6 8 8 8h190c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zM746 832h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm142 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\")),t.RadiusBottomleftOutline=l(\"radius-bottomleft\",a,c(i,\"M712 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm2-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM136 374h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-174h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm752 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-230 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 624H358c-87.3 0-158-70.7-158-158V484c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v182c0 127 103 230 230 230h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.RadiusBottomrightOutline=l(\"radius-bottomright\",a,c(i,\"M368 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-58-624h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm578 102h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm292 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm174 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 276h-56c-4.4 0-8 3.6-8 8v182c0 87.3-70.7 158-158 158H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c127 0 230-103 230-230V484c0-4.4-3.6-8-8-8z\")),t.RadiusUpleftOutline=l(\"radius-upleft\",a,c(i,\"M656 200h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm58 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 650h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm696-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174-696H358c-127 0-230 103-230 230v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-87.3 70.7-158 158-158h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.RadiusUprightOutline=l(\"radius-upright\",a,c(i,\"M368 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-2 696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm522-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-48-696H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c87.3 0 158 70.7 158 158v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-127-103-230-230-230z\")),t.RadiusSettingOutline=l(\"radius-setting\",a,c(i,\"M396 140h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-44 684h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm524-204h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 344h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm320 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm160 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm140-284c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V370c0-127-103-230-230-230H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h170c87.3 0 158 70.7 158 158v170zM236 96H92c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V104c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2zM920 780H776c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V788c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2z\")),t.RedditOutline=l(\"reddit\",a,c(i,\"M288 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm338.7 119.7c-23.1 18.2-68.9 37.8-114.7 37.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7 5.5s-8.9 35.3 5.5 46.7C396.3 771.6 457.5 792 512 792s115.7-20.4 155.9-52.1a33.25 33.25 0 1 0-41.2-52.2zM960 456c0-61.9-50.1-112-112-112-42.1 0-78.7 23.2-97.9 57.6-57.6-31.5-127.7-51.8-204.1-56.5L612.9 195l127.9 36.9c11.5 32.6 42.6 56.1 79.2 56.1 46.4 0 84-37.6 84-84s-37.6-84-84-84c-32 0-59.8 17.9-74 44.2L603.5 123a33.2 33.2 0 0 0-39.6 18.4l-90.8 203.9c-74.5 5.2-142.9 25.4-199.2 56.2A111.94 111.94 0 0 0 176 344c-61.9 0-112 50.1-112 112 0 45.8 27.5 85.1 66.8 102.5-7.1 21-10.8 43-10.8 65.5 0 154.6 175.5 280 392 280s392-125.4 392-280c0-22.6-3.8-44.5-10.8-65.5C932.5 541.1 960 501.8 960 456zM820 172.5a31.5 31.5 0 1 1 0 63 31.5 31.5 0 0 1 0-63zM120 456c0-30.9 25.1-56 56-56a56 56 0 0 1 50.6 32.1c-29.3 22.2-53.5 47.8-71.5 75.9a56.23 56.23 0 0 1-35.1-52zm392 381.5c-179.8 0-325.5-95.6-325.5-213.5S332.2 410.5 512 410.5 837.5 506.1 837.5 624 691.8 837.5 512 837.5zM868.8 508c-17.9-28.1-42.2-53.7-71.5-75.9 9-18.9 28.3-32.1 50.6-32.1 30.9 0 56 25.1 56 56 .1 23.5-14.5 43.7-35.1 52zM624 568a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\")),t.RedoOutline=l(\"redo\",a,c(i,\"M758.2 839.1C851.8 765.9 912 651.9 912 523.9 912 303 733.5 124.3 512.6 124 291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2 3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 0 0-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9l-37.3-47.9z\")),t.ReloadOutline=l(\"reload\",a,c(i,\"M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 0 0-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 0 1 655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 0 1 279 755.2a342.16 342.16 0 0 1-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 0 1 109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z\")),t.RetweetOutline=l(\"retweet\",a,c(r,\"M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2a8.3 8.3 0 0 0 11.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8a8.22 8.22 0 0 0-5.2-1.8c-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8zm752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3 8.3 0 0 0-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8 4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8z\")),t.RightOutline=l(\"right\",a,c(i,\"M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z\")),t.RiseOutline=l(\"rise\",a,c(i,\"M917 211.1l-199.2 24c-6.6.8-9.4 8.9-4.7 13.6l59.3 59.3-226 226-101.8-101.7c-6.3-6.3-16.4-6.2-22.6 0L100.3 754.1a8.03 8.03 0 0 0 0 11.3l45 45.2c3.1 3.1 8.2 3.1 11.3 0L433.3 534 535 635.7c6.3 6.2 16.4 6.2 22.6 0L829 364.5l59.3 59.3a8.01 8.01 0 0 0 13.6-4.7l24-199.2c.7-5.1-3.7-9.5-8.9-8.8z\")),t.RollbackOutline=l(\"rollback\",a,c(i,\"M793 242H366v-74c0-6.7-7.7-10.4-12.9-6.3l-142 112a8 8 0 0 0 0 12.6l142 112c5.2 4.1 12.9.4 12.9-6.3v-74h415v470H175c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h618c35.3 0 64-28.7 64-64V306c0-35.3-28.7-64-64-64z\")),t.SafetyOutline=l(\"safety\",a,c(r,\"M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z\",\"M378.4 475.1a35.91 35.91 0 0 0-50.9 0 35.91 35.91 0 0 0 0 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0 0 48.1 0L730.6 434a33.98 33.98 0 0 0 0-48.1l-2.8-2.8a33.98 33.98 0 0 0-48.1 0L483 579.7 378.4 475.1z\")),t.RobotOutline=l(\"robot\",a,c(i,\"M300 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zM852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-32 660H204V128h616v596zM604 328a60 60 0 1 0 120 0 60 60 0 1 0-120 0zm250.2 556H169.8c-16.5 0-29.8 14.3-29.8 32v36c0 4.4 3.3 8 7.4 8h729.1c4.1 0 7.4-3.6 7.4-8v-36c.1-17.7-13.2-32-29.7-32zM664 508H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\")),t.SearchOutline=l(\"search\",a,c(i,\"M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z\")),t.ScanOutline=l(\"scan\",a,c(i,\"M136 384h56c4.4 0 8-3.6 8-8V200h176c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-37.6 0-68 30.4-68 68v180c0 4.4 3.6 8 8 8zm512-184h176v176c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V196c0-37.6-30.4-68-68-68H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM376 824H200V648c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v180c0 37.6 30.4 68 68 68h180c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm512-184h-56c-4.4 0-8 3.6-8 8v176H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h180c37.6 0 68-30.4 68-68V648c0-4.4-3.6-8-8-8zm16-164H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.ScissorOutline=l(\"scissor\",a,c(i,\"M567.1 512l318.5-319.3c5-5 1.5-13.7-5.6-13.7h-90.5c-2.1 0-4.2.8-5.6 2.3l-273.3 274-90.2-90.5c12.5-22.1 19.7-47.6 19.7-74.8 0-83.9-68.1-152-152-152s-152 68.1-152 152 68.1 152 152 152c27.7 0 53.6-7.4 75.9-20.3l90 90.3-90.1 90.3A151.04 151.04 0 0 0 288 582c-83.9 0-152 68.1-152 152s68.1 152 152 152 152-68.1 152-152c0-27.2-7.2-52.7-19.7-74.8l90.2-90.5 273.3 274c1.5 1.5 3.5 2.3 5.6 2.3H880c7.1 0 10.7-8.6 5.6-13.7L567.1 512zM288 370c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm0 444c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z\")),t.SelectOutline=l(\"select\",a,c(i,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h360c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H184V184h656v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM653.3 599.4l52.2-52.2a8.01 8.01 0 0 0-4.7-13.6l-179.4-21c-5.1-.6-9.5 3.7-8.9 8.9l21 179.4c.8 6.6 8.9 9.4 13.6 4.7l52.4-52.4 256.2 256.2c3.1 3.1 8.2 3.1 11.3 0l42.4-42.4c3.1-3.1 3.1-8.2 0-11.3L653.3 599.4z\")),t.ShakeOutline=l(\"shake\",a,c(i,\"M324 666a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm616.7-309.6L667.6 83.2C655.2 70.9 638.7 64 621.1 64s-34.1 6.8-46.5 19.2L83.3 574.5a65.85 65.85 0 0 0 0 93.1l273.2 273.2c12.3 12.3 28.9 19.2 46.5 19.2s34.1-6.8 46.5-19.2l491.3-491.3c25.6-25.7 25.6-67.5-.1-93.1zM403 880.1L143.9 621l477.2-477.2 259 259.2L403 880.1zM152.8 373.7a7.9 7.9 0 0 0 11.2 0L373.7 164a7.9 7.9 0 0 0 0-11.2l-38.4-38.4a7.9 7.9 0 0 0-11.2 0L114.3 323.9a7.9 7.9 0 0 0 0 11.2l38.5 38.6zm718.6 276.6a7.9 7.9 0 0 0-11.2 0L650.3 860.1a7.9 7.9 0 0 0 0 11.2l38.4 38.4a7.9 7.9 0 0 0 11.2 0L909.7 700a7.9 7.9 0 0 0 0-11.2l-38.3-38.5z\")),t.ShareAltOutline=l(\"share-alt\",a,c(i,\"M752 664c-28.5 0-54.8 10-75.4 26.7L469.4 540.8a160.68 160.68 0 0 0 0-57.6l207.2-149.9C697.2 350 723.5 360 752 360c66.2 0 120-53.8 120-120s-53.8-120-120-120-120 53.8-120 120c0 11.6 1.6 22.7 4.7 33.3L439.9 415.8C410.7 377.1 364.3 352 312 352c-88.4 0-160 71.6-160 160s71.6 160 160 160c52.3 0 98.7-25.1 127.9-63.8l196.8 142.5c-3.1 10.6-4.7 21.8-4.7 33.3 0 66.2 53.8 120 120 120s120-53.8 120-120-53.8-120-120-120zm0-476c28.7 0 52 23.3 52 52s-23.3 52-52 52-52-23.3-52-52 23.3-52 52-52zM312 600c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88zm440 236c-28.7 0-52-23.3-52-52s23.3-52 52-52 52 23.3 52 52-23.3 52-52 52z\")),t.ShoppingCartOutline=l(\"shopping-cart\",a,c(r,\"M922.9 701.9H327.4l29.9-60.9 496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 0 0-26.6-12.5l-632-2.1-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 1 0 0 70.6h125.9L246 312.8l58.1 281.3-74.8 122.1a34.96 34.96 0 0 0-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 0 0-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 0 0-35.4-35.2zM305.7 253l575.8 1.9-56.4 315.8-452.3.8L305.7 253zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6zm325.1 0c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 0 1-31.6 31.6z\")),t.ShrinkOutline=l(\"shrink\",a,c(i,\"M881.7 187.4l-45.1-45.1a8.03 8.03 0 0 0-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L576.1 439c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 157.6-157.6c3-3 3-8.1-.1-11.2zM439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7-157.5 157.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L447.9 585a7.9 7.9 0 0 0-8.9-8.9z\")),t.SlackOutline=l(\"slack\",a,c(i,\"M409.4 128c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5h76.7v-76.8c0-42.3-34.3-76.7-76.7-76.8zm0 204.8H204.7c-42.4 0-76.7 34.4-76.7 76.8s34.4 76.8 76.7 76.8h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.8-76.6-76.8zM614 486.4c42.4 0 76.8-34.4 76.7-76.8V204.8c0-42.4-34.3-76.8-76.7-76.8-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.5 34.3 76.8 76.7 76.8zm281.4-76.8c0-42.4-34.4-76.8-76.7-76.8S742 367.2 742 409.6v76.8h76.7c42.3 0 76.7-34.4 76.7-76.8zm-76.8 128H614c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM614 742.4h-76.7v76.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM409.4 537.6c-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8V614.4c0-20.3-8.1-39.9-22.4-54.3a76.92 76.92 0 0 0-54.3-22.5zM128 614.4c0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0 0 54.3 22.5c42.4 0 76.8-34.4 76.7-76.8v-76.8h-76.7c-42.3 0-76.7 34.4-76.7 76.8z\")),t.SmallDashOutline=l(\"small-dash\",a,c(i,\"M112 476h72v72h-72zm182 0h72v72h-72zm364 0h72v72h-72zm182 0h72v72h-72zm-364 0h72v72h-72z\")),t.SolutionOutline=l(\"solution\",a,c(i,\"M688 264c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48zm-8 136H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM480 544H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 308H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm356.8-74.4c29-26.3 47.2-64.3 47.2-106.6 0-79.5-64.5-144-144-144s-144 64.5-144 144c0 42.3 18.2 80.3 47.2 106.6-57 32.5-96.2 92.7-99.2 162.1-.2 4.5 3.5 8.3 8 8.3h48.1c4.2 0 7.7-3.3 8-7.6C564 871.2 621.7 816 692 816s128 55.2 131.9 124.4c.2 4.2 3.7 7.6 8 7.6H880c4.6 0 8.2-3.8 8-8.3-2.9-69.5-42.2-129.6-99.2-162.1zM692 591c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z\")),t.SketchOutline=l(\"sketch\",a,c(i,\"M925.6 405.1l-203-253.7a6.5 6.5 0 0 0-5-2.4H306.4c-1.9 0-3.8.9-5 2.4l-203 253.7a6.5 6.5 0 0 0 .2 8.3l408.6 459.5c1.2 1.4 3 2.1 4.8 2.1 1.8 0 3.5-.8 4.8-2.1l408.6-459.5a6.5 6.5 0 0 0 .2-8.3zM645.2 206.4l34.4 133.9-132.5-133.9h98.1zm8.2 178.5H370.6L512 242l141.4 142.9zM378.8 206.4h98.1L344.3 340.3l34.5-133.9zm-53.4 7l-44.1 171.5h-93.1l137.2-171.5zM194.6 434.9H289l125.8 247.7-220.2-247.7zM512 763.4L345.1 434.9h333.7L512 763.4zm97.1-80.8L735 434.9h94.4L609.1 682.6zm133.6-297.7l-44.1-171.5 137.2 171.5h-93.1z\")),t.SortDescendingOutline=l(\"sort-descending\",a,c(i,\"M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM310.3 167.1a8 8 0 0 0-12.6 0L185.7 309c-4.2 5.3-.4 13 6.3 13h76v530c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V322h76c6.7 0 10.5-7.8 6.3-13l-112-141.9z\")),t.SortAscendingOutline=l(\"sort-ascending\",a,c(i,\"M839.6 433.8L749 150.5a9.24 9.24 0 0 0-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 0 0-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 0 0-9.2-9.3zM416 702h-76V172c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v530h-76c-6.7 0-10.5 7.8-6.3 13l112 141.9a8 8 0 0 0 12.6 0l112-141.9c4.1-5.2.4-13-6.3-13z\")),t.StockOutline=l(\"stock\",a,c(i,\"M904 747H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM165.7 621.8l39.7 39.5c3.1 3.1 8.2 3.1 11.3 0l234.7-233.9 97.6 97.3a32.11 32.11 0 0 0 45.2 0l264.2-263.2c3.1-3.1 3.1-8.2 0-11.3l-39.7-39.6a8.03 8.03 0 0 0-11.3 0l-235.7 235-97.7-97.3a32.11 32.11 0 0 0-45.2 0L165.7 610.5a7.94 7.94 0 0 0 0 11.3z\")),t.SwapLeftOutline=l(\"swap-left\",a,c(r,\"M872 572H266.8l144.3-183c4.1-5.2.4-13-6.3-13H340c-9.8 0-19.1 4.5-25.1 12.2l-164 208c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\")),t.SwapRightOutline=l(\"swap-right\",a,c(r,\"M873.1 596.2l-164-208A32 32 0 0 0 684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z\")),t.StrikethroughOutline=l(\"strikethrough\",a,c(i,\"M952 474H569.9c-10-2-20.5-4-31.6-6-15.9-2.9-22.2-4.1-30.8-5.8-51.3-10-82.2-20-106.8-34.2-35.1-20.5-52.2-48.3-52.2-85.1 0-37 15.2-67.7 44-89 28.4-21 68.8-32.1 116.8-32.1 54.8 0 97.1 14.4 125.8 42.8 14.6 14.4 25.3 32.1 31.8 52.6 1.3 4.1 2.8 10 4.3 17.8.9 4.8 5.2 8.2 9.9 8.2h72.8c5.6 0 10.1-4.6 10.1-10.1v-1c-.7-6.8-1.3-12.1-2-16-7.3-43.5-28-81.7-59.7-110.3-44.4-40.5-109.7-61.8-188.7-61.8-72.3 0-137.4 18.1-183.3 50.9-25.6 18.4-45.4 41.2-58.6 67.7-13.5 27.1-20.3 58.4-20.3 92.9 0 29.5 5.7 54.5 17.3 76.5 8.3 15.7 19.6 29.5 34.1 42H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h433.2c2.1.4 3.9.8 5.9 1.2 30.9 6.2 49.5 10.4 66.6 15.2 23 6.5 40.6 13.3 55.2 21.5 35.8 20.2 53.3 49.2 53.3 89 0 35.3-15.5 66.8-43.6 88.8-30.5 23.9-75.6 36.4-130.5 36.4-43.7 0-80.7-8.5-110.2-25-29.1-16.3-49.1-39.8-59.7-69.5-.8-2.2-1.7-5.2-2.7-9-1.2-4.4-5.3-7.5-9.7-7.5h-79.7c-5.6 0-10.1 4.6-10.1 10.1v1c.2 2.3.4 4.2.6 5.7 6.5 48.8 30.3 88.8 70.7 118.8 47.1 34.8 113.4 53.2 191.8 53.2 84.2 0 154.8-19.8 204.2-57.3 25-18.9 44.2-42.2 57.1-69 13-27.1 19.7-57.9 19.7-91.5 0-31.8-5.8-58.4-17.8-81.4-5.8-11.2-13.1-21.5-21.8-30.8H952c4.4 0 8-3.6 8-8v-60a8 8 0 0 0-8-7.9z\")),t.SwapOutline=l(\"swap\",a,c(i,\"M847.9 592H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h605.2L612.9 851c-4.1 5.2-.4 13 6.3 13h72.5c4.9 0 9.5-2.2 12.6-6.1l168.8-214.1c16.5-21 1.6-51.8-25.2-51.8zM872 356H266.8l144.3-183c4.1-5.2.4-13-6.3-13h-72.5c-4.9 0-9.5 2.2-12.6 6.1L150.9 380.2c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z\")),t.SyncOutline=l(\"sync\",a,c(i,\"M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27A341.5 341.5 0 0 1 755 268.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 0 0 3 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8zm756 7.8h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4A342.45 342.45 0 0 1 512.1 856a342.24 342.24 0 0 1-243.2-100.8c-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47a8 8 0 0 0-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8a8 8 0 0 0-8-8.2z\")),t.TableOutline=l(\"table\",a,c(i,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 208H676V232h212v136zm0 224H676V432h212v160zM412 432h200v160H412V432zm200-64H412V232h200v136zm-476 64h212v160H136V432zm0-200h212v136H136V232zm0 424h212v136H136V656zm276 0h200v136H412V656zm476 136H676V656h212v136z\")),t.TeamOutline=l(\"team\",a,c(i,\"M824.2 699.9a301.55 301.55 0 0 0-86.4-60.4C783.1 602.8 812 546.8 812 484c0-110.8-92.4-201.7-203.2-200-109.1 1.7-197 90.6-197 200 0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C345 754.6 314 826.8 312 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5A226.62 226.62 0 0 1 612 684c60.9 0 118.2 23.7 161.3 66.8C814.5 792 838 846.3 840 904.3c.1 4.3 3.7 7.7 8 7.7h56a8 8 0 0 0 8-8.2c-2-77-33-149.2-87.8-203.9zM612 612c-34.2 0-66.4-13.3-90.5-37.5a126.86 126.86 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4 0 34.2-13.3 66.3-37.5 90.5A127.3 127.3 0 0 1 612 612zM361.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7z\")),t.TaobaoOutline=l(\"taobao\",a,c(i,\"M168.5 273.7a68.7 68.7 0 1 0 137.4 0 68.7 68.7 0 1 0-137.4 0zm730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4 20.1-20.1 38.2-40.6 53.7-60.4 16.1-7 31.5-13.6 46.7-19.8-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2-15.4-.7-39.5-3.3-49-18.2-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6 79.6-33.2-53.9-131.9-64.6 20.1 12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3zm-707.4 18.3l-45.4 69.7 83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7 19.5-60.1 23.7-105.9-9.4-139.1-42.4-42.6-47-46.6-110-93.4z\")),t.ToTopOutline=l(\"to-top\",a,c(i,\"M885 780H165c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM400 325.7h73.9V664c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V325.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 171a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13z\")),t.TrademarkOutline=l(\"trademark\",a,c(i,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm87.5-334.7c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.5-131.1-144.2-131.1H378c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.5c4.4 0 8-3.6 8-8V561.2h88.7l74.6 159.2c1.3 2.8 4.1 4.6 7.2 4.6h62a7.9 7.9 0 0 0 7.1-11.5l-80.6-164.2zM522 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.5 0 46.9-29.8 72.5-82.8 72.5z\")),t.TransactionOutline=l(\"transaction\",a,c(i,\"M668.6 320c0-4.4-3.6-8-8-8h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7zM157.9 504.2a352.7 352.7 0 0 1 103.5-242.4c32.5-32.5 70.3-58.1 112.4-75.9 43.6-18.4 89.9-27.8 137.6-27.8 47.8 0 94.1 9.3 137.6 27.8 42.1 17.8 79.9 43.4 112.4 75.9 10 10 19.3 20.5 27.9 31.4l-50 39.1a8 8 0 0 0 3 14.1l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8 37.4C770.7 146.3 648.6 82 511.5 82 277 82 86.3 270.1 82 503.8a8 8 0 0 0 8 8.2h60c4.3 0 7.8-3.5 7.9-7.8zM934 512h-60c-4.3 0-7.9 3.5-8 7.8a352.7 352.7 0 0 1-103.5 242.4 352.57 352.57 0 0 1-112.4 75.9c-43.6 18.4-89.9 27.8-137.6 27.8s-94.1-9.3-137.6-27.8a352.57 352.57 0 0 1-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8 8 0 0 0-3-14.1l-156.8-38.3c-5-1.2-9.9 2.6-9.9 7.7l-.8 161.7c0 6.7 7.7 10.5 12.9 6.3l47.8-37.4C253.3 877.7 375.4 942 512.5 942 747 942 937.7 753.9 942 520.2a8 8 0 0 0-8-8.2z\")),t.TwitterOutline=l(\"twitter\",a,c(i,\"M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0 0 75-94 336.64 336.64 0 0 1-108.2 41.2A170.1 170.1 0 0 0 672 174c-94.5 0-170.5 76.6-170.5 170.6 0 13.2 1.6 26.4 4.2 39.1-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 0 0-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 0 1-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 0 1-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850 671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2 33.2-24.3 62.3-54.4 85.5-88.2z\")),t.UnderlineOutline=l(\"underline\",a,c(i,\"M824 804H200c-4.4 0-8 3.4-8 7.6v60.8c0 4.2 3.6 7.6 8 7.6h624c4.4 0 8-3.4 8-7.6v-60.8c0-4.2-3.6-7.6-8-7.6zm-312-76c69.4 0 134.6-27.1 183.8-76.2C745 602.7 772 537.4 772 468V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 97-79 176-176 176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 69.4 27.1 134.6 76.2 183.8C377.3 701 442.6 728 512 728z\")),t.UndoOutline=l(\"undo\",a,c(i,\"M511.4 124C290.5 124.3 112 303 112 523.9c0 128 60.2 242 153.8 315.2l-37.5 48c-4.1 5.3-.3 13 6.3 12.9l167-.8c5.2 0 9-4.9 7.7-9.9L369.8 727a8 8 0 0 0-14.1-3L315 776.1c-10.2-8-20-16.7-29.3-26a318.64 318.64 0 0 1-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 0 1-68.6 101.7c-7.5 7.5-15.3 14.5-23.4 21.2a7.93 7.93 0 0 0-1.2 11.1l39.4 50.5c2.8 3.5 7.9 4.1 11.4 1.3C854.5 760.8 912 649.1 912 523.9c0-221.1-179.4-400.2-400.6-399.9z\")),t.UnorderedListOutline=l(\"unordered-list\",a,c(i,\"M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 284a56 56 0 1 0 112 0 56 56 0 1 0-112 0z\")),t.UpOutline=l(\"up\",a,c(i,\"M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 0 0 140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z\")),t.UploadOutline=l(\"upload\",a,c(i,\"M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 0 0-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z\")),t.UserAddOutline=l(\"user-add\",a,c(i,\"M678.3 642.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 505 759.6 431.7 759.6 349c0-137-110.8-248-247.5-248S264.7 212 264.7 349c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 888.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 628.2 432.2 597 512.2 597c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 521c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 349c0-45.9 17.9-89.1 50.3-121.6S466.3 177 512.2 177s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 349c0 45.9-17.9 89.1-50.3 121.6C601.1 503.1 558 521 512.2 521zM880 759h-84v-84c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v84h-84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h84v84c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-84h84c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.UsergroupAddOutline=l(\"usergroup-add\",a,c(i,\"M892 772h-80v-80c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v80h-80c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h80v80c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-80h80c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 498.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.8-1.7-203.2 89.2-203.2 200 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.8-1.1 6.4-4.8 5.9-8.8zM824 472c0-109.4-87.9-198.3-196.9-200C516.3 270.3 424 361.2 424 472c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 742.6 326 814.8 324 891.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 695.7 563 672 624 672c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 586.7 658.2 600 624 600s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z\")),t.UserOutline=l(\"user\",a,c(i,\"M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z\")),t.UserDeleteOutline=l(\"user-delete\",a,c(i,\"M678.3 655.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 0 0-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 518 759.6 444.7 759.6 362c0-137-110.8-248-247.5-248S264.7 225 264.7 362c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 0 0-80.4 119.5A373.6 373.6 0 0 0 137 901.8a8 8 0 0 0 8 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 641.2 432.2 610 512.2 610c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 0 0 8.1.3zM512.2 534c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 0 1 340.5 362c0-45.9 17.9-89.1 50.3-121.6S466.3 190 512.2 190s88.9 17.9 121.4 50.4A171.2 171.2 0 0 1 683.9 362c0 45.9-17.9 89.1-50.3 121.6C601.1 516.1 558 534 512.2 534zM880 772H640c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z\")),t.UsergroupDeleteOutline=l(\"usergroup-delete\",a,c(i,\"M888 784H664c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 0 1-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 0 0 8 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7zM824 484c0-109.4-87.9-198.3-196.9-200C516.3 282.3 424 373.2 424 484c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 0 0-86.4 60.4C357 754.6 326 826.8 324 903.8a8 8 0 0 0 8 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 707.7 563 684 624 684c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 598.7 658.2 612 624 612s-66.3-13.3-90.5-37.5a127.26 127.26 0 0 1-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z\")),t.VerticalAlignBottomOutline=l(\"vertical-align-bottom\",a,c(i,\"M859.9 780H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM505.7 669a8 8 0 0 0 12.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V176c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8z\")),t.VerticalAlignMiddleOutline=l(\"vertical-align-middle\",a,c(i,\"M859.9 474H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zm-353.6-74.7c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H550V104c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v156h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.6zm11.4 225.4a7.14 7.14 0 0 0-11.3 0L405.6 752.3a7.23 7.23 0 0 0 5.7 11.7H474v156c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V764h62.8c6 0 9.4-7 5.7-11.7L517.7 624.7z\")),t.VerticalAlignTopOutline=l(\"vertical-align-top\",a,c(i,\"M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 0 0-12.6 0l-112 141.7a7.98 7.98 0 0 0 6.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z\")),t.VerticalRightOutline=l(\"vertical-right\",a,c(i,\"M326 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm444 72.4V164c0-6.8-7.9-10.5-13.1-6.1L335 512l421.9 354.1c5.2 4.4 13.1.7 13.1-6.1v-72.4c0-9.4-4.2-18.4-11.4-24.5L459.4 512l299.2-251.1c7.2-6.1 11.4-15.1 11.4-24.5z\")),t.VerticalLeftOutline=l(\"vertical-left\",a,c(i,\"M762 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm-508 0v72.4c0 9.5 4.2 18.4 11.4 24.5L564.6 512 265.4 763.1c-7.2 6.1-11.4 15-11.4 24.5V860c0 6.8 7.9 10.5 13.1 6.1L689 512 267.1 157.9A7.95 7.95 0 0 0 254 164z\")),t.WifiOutline=l(\"wifi\",a,c(i,\"M723 620.5C666.8 571.6 593.4 542 513 542s-153.8 29.6-210.1 78.6a8.1 8.1 0 0 0-.8 11.2l36 42.9c2.9 3.4 8 3.8 11.4.9C393.1 637.2 450.3 614 513 614s119.9 23.2 163.5 61.5c3.4 2.9 8.5 2.5 11.4-.9l36-42.9c2.8-3.3 2.4-8.3-.9-11.2zm117.4-140.1C751.7 406.5 637.6 362 513 362s-238.7 44.5-327.5 118.4a8.05 8.05 0 0 0-1 11.3l36 42.9c2.8 3.4 7.9 3.8 11.2 1C308 472.2 406.1 434 513 434s205 38.2 281.2 101.6c3.4 2.8 8.4 2.4 11.2-1l36-42.9c2.8-3.4 2.4-8.5-1-11.3zm116.7-139C835.7 241.8 680.3 182 511 182c-168.2 0-322.6 59-443.7 157.4a8 8 0 0 0-1.1 11.4l36 42.9c2.8 3.3 7.8 3.8 11.1 1.1C222 306.7 360.3 254 511 254c151.8 0 291 53.5 400 142.7 3.4 2.8 8.4 2.3 11.2-1.1l36-42.9c2.9-3.4 2.4-8.5-1.1-11.3zM448 778a64 64 0 1 0 128 0 64 64 0 1 0-128 0z\")),t.ZhihuOutline=l(\"zhihu\",a,c(i,\"M564.7 230.1V803h60l25.2 71.4L756.3 803h131.5V230.1H564.7zm247.7 497h-59.9l-75.1 50.4-17.8-50.4h-18V308.3h170.7v418.8zM526.1 486.9H393.3c2.1-44.9 4.3-104.3 6.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6 15.7-69.7 29.4-93.8l6.4-11.2-12.9-.7c-.8 0-19.6-.9-41.4 10.6-35.7 19-51.7 56.4-58.7 84.4-18.4 73.1-44.6 123.9-55.7 145.6-3.3 6.4-5.3 10.2-6.2 12.8-1.8 4.9-.8 9.8 2.8 13 10.5 9.5 38.2-2.9 38.5-3 .6-.3 1.3-.6 2.2-1 13.9-6.3 55.1-25 69.8-84.5h56.7c.7 32.2 3.1 138.4 2.9 172.9h-141l-2.1 1.5c-23.1 16.9-30.5 63.2-30.8 65.2l-1.4 9.2h167c-12.3 78.3-26.5 113.4-34 127.4-3.7 7-7.3 14-10.7 20.8-21.3 42.2-43.4 85.8-126.3 153.6-3.6 2.8-7 8-4.8 13.7 2.4 6.3 9.3 9.1 24.6 9.1 5.4 0 11.8-.3 19.4-1 49.9-4.4 100.8-18 135.1-87.6 17-35.1 31.7-71.7 43.9-108.9L497 850l5-12c.8-1.9 19-46.3 5.1-95.9l-.5-1.8-108.1-123-22 16.6c6.4-26.1 10.6-49.9 12.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9l-2.4-3z\")),t.WeiboOutline=l(\"weibo\",a,c(i,\"M457.3 543c-68.1-17.7-145 16.2-174.6 76.2-30.1 61.2-1 129.1 67.8 151.3 71.2 23 155.2-12.2 184.4-78.3 28.7-64.6-7.2-131-77.6-149.2zm-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6-22-10-28.5-35.7-14.6-57.2 13.7-21.4 42.3-31 64.4-21.7 22.4 9.5 29.6 35 16 57.3zm45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1-8.5-3.5-11.2-13.1-6.4-21.5 5-8.4 15.6-12.4 24.1-9.1 8.7 3.2 11.8 12.9 7 21.5zm334.5-197.2c15 4.8 31-3.4 35.9-18.3 11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 0 0-106-34.3 28.45 28.45 0 0 0-21.9 33.8 28.39 28.39 0 0 0 33.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0 1 11.3 53.3 28.45 28.45 0 0 0 18.2 36zm99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 0 0-25.4 39.3 33.12 33.12 0 0 0 39.3 25.5c55-11.7 114.4 5.4 154.8 50.1 40.3 44.7 51.2 105.7 34 159.1-5.6 17.4 3.9 36 21.3 41.7 17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9zM729 499c-12.2-3.6-20.5-6.1-14.1-22.1 13.8-34.7 15.2-64.7.3-86-28-40.1-104.8-37.9-192.8-1.1 0 0-27.6 12.1-20.6-9.8 13.5-43.5 11.5-79.9-9.6-101-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2 80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245 0-65.5-55.2-102.6-104.8-118zM443 810.8c-143 14.1-266.5-50.5-275.8-144.5-9.3-93.9 99.2-181.5 242.2-195.6 143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.8z\")),t.WomanOutline=l(\"woman\",a,c(i,\"M712.8 548.8c53.6-53.6 83.2-125 83.2-200.8 0-75.9-29.5-147.2-83.2-200.8C659.2 93.6 587.8 64 512 64s-147.2 29.5-200.8 83.2C257.6 200.9 228 272.1 228 348c0 63.8 20.9 124.4 59.4 173.9 7.3 9.4 15.2 18.3 23.7 26.9 8.5 8.5 17.5 16.4 26.8 23.7 39.6 30.8 86.3 50.4 136.1 57V736H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h114v140c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V812h114c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2 118.2-36.1 162.8-80.7zM512 556c-55.6 0-107.7-21.6-147.1-60.9C325.6 455.8 304 403.6 304 348s21.6-107.7 60.9-147.1C404.2 161.5 456.4 140 512 140s107.7 21.6 147.1 60.9C698.4 240.2 720 292.4 720 348s-21.6 107.7-60.9 147.1C619.7 534.4 567.6 556 512 556z\")),t.ZoomInOutline=l(\"zoom-in\",a,c(i,\"M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z\")),t.AccountBookTwoTone=l(\"account-book\",s,(function(e,t){return c(i,[t,\"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9 1.1-.7 2.5-1 3.8-1h46a8 8 0 0 1 7.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8 0 1.3-.4 2.6-1 3.8z\"],[e,\"M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 0 0-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z\"],[e,\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z\"])})),t.ZoomOutOutline=l(\"zoom-out\",a,c(i,\"M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z\")),t.AlertTwoTone=l(\"alert\",s,(function(e,t){return c(i,[t,\"M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75V585z\"],[e,\"M216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 0 0-11.3 0l-39.6 39.6a8.03 8.03 0 0 0 0 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 0 0-11.3 0l-67.9 67.9a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8zm348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zm-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563z\"])})),t.ApiTwoTone=l(\"api\",s,(function(e,t){return c(i,[t,\"M148.2 674.6zm106.7-92.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7 35.3 0 68.5-13.8 93.4-38.7l59.4-59.4-186.8-186.8-59.4 59.4zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4 186.8 186.8 59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7z\"],[e,\"M578.9 546.7a8.03 8.03 0 0 0-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 0 0-11.3 0L363 475.3l-43-43a7.85 7.85 0 0 0-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 0 0-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 0 0 0 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 0 1-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 0 0-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 0 0 0 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4z\"])})),t.AppstoreTwoTone=l(\"appstore\",s,(function(e,t){return c(i,[e,\"M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm52-668H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z\"],[t,\"M212 212h200v200H212zm400 0h200v200H612zM212 612h200v200H212zm400 0h200v200H612z\"])})),t.BankTwoTone=l(\"bank\",s,(function(e,t){return c(i,[t,\"M240.9 393.9h542.2L512 196.7z\"],[e,\"M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 0 0-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374zM240.9 393.9L512 196.7l271.1 197.2H240.9z\"])})),t.AudioTwoTone=l(\"audio\",s,(function(e,t){return c(i,[t,\"M512 552c54.3 0 98-43.2 98-96V232c0-52.8-43.7-96-98-96s-98 43.2-98 96v224c0 52.8 43.7 96 98 96z\"],[e,\"M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z\"],[e,\"M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-98-392c0-52.8 43.7-96 98-96s98 43.2 98 96v224c0 52.8-43.7 96-98 96s-98-43.2-98-96V232z\"])})),t.BellTwoTone=l(\"bell\",s,(function(e,t){return c(i,[t,\"M512 220c-55.6 0-107.8 21.6-147.1 60.9S304 372.4 304 428v340h416V428c0-55.6-21.6-107.8-60.9-147.1S567.6 220 512 220zm280 208c0-141.1-104.3-257.8-240-277.2v.1c135.7 19.4 240 136 240 277.1zM472 150.9v-.1C336.3 170.2 232 286.9 232 428c0-141.1 104.3-257.7 240-277.1z\"],[e,\"M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zm208-120H304V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340z\"])})),t.BookTwoTone=l(\"book\",s,(function(e,t){return c(i,[e,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zM232 888V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0 0 22.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752H232z\"],[t,\"M668 345.9V136h-96v211.4l49.5-35.4z\"],[t,\"M727.9 136v296.5c0 8.8-7.2 16-16 16-3.4 0-6.7-1.1-9.4-3.1L621.1 386l-83.8 59.9a15.9 15.9 0 0 1-22.3-3.7c-2-2.7-3-6-3-9.3V136H232v752h559.9V136h-64z\"])})),t.BoxPlotTwoTone=l(\"box-plot\",s,(function(e,t){return c(i,[t,\"M296 368h88v288h-88zm152 0h280v288H448z\"],[e,\"M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM384 656h-88V368h88v288zm344 0H448V368h280v288z\"])})),t.BugTwoTone=l(\"bug\",s,(function(e,t){return c(i,[e,\"M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0 0 73.3 73.3A202.68 202.68 0 0 0 512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0 0 73.3-73.3A202.68 202.68 0 0 0 716 680V412H308zm484 172v96c0 6.5-.22 12.95-.66 19.35C859.94 728.64 908 796.7 908 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-44.24-23.94-82.89-59.57-103.7a278.63 278.63 0 0 1-22.66 49.02 281.39 281.39 0 0 1-100.45 100.45C611.84 946.07 563.55 960 512 960s-99.84-13.93-141.32-38.23a281.39 281.39 0 0 1-100.45-100.45 278.63 278.63 0 0 1-22.66-49.02A119.95 119.95 0 0 0 188 876a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-79.3 48.07-147.36 116.66-176.65A284.12 284.12 0 0 1 232 680v-96H84a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h148V412c-76.77 0-139-62.23-139-139a8 8 0 0 1 8-8h60a8 8 0 0 1 8 8 63 63 0 0 0 63 63h560a63 63 0 0 0 63-63 8 8 0 0 1 8-8h60a8 8 0 0 1 8 8c0 76.77-62.23 139-139 139v100h148a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H792zM368 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-40.04 8.78-76.75 25.9-108.07a184.57 184.57 0 0 1 74.03-74.03C427.25 72.78 463.96 64 504 64h16c40.04 0 76.75 8.78 108.07 25.9a184.57 184.57 0 0 1 74.03 74.03C719.22 195.25 728 231.96 728 272a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8c0-28.33-5.94-53.15-17.08-73.53a112.56 112.56 0 0 0-45.39-45.4C573.15 141.95 548.33 136 520 136h-16c-28.33 0-53.15 5.94-73.53 17.08a112.56 112.56 0 0 0-45.4 45.39C373.95 218.85 368 243.67 368 272z\"],[t,\"M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0 0 73.3 73.3A202.68 202.68 0 0 0 512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0 0 73.3-73.3A202.68 202.68 0 0 0 716 680V412H308z\"])})),t.BulbTwoTone=l(\"bulb\",s,(function(e,t){return c(i,[t,\"M512 136c-141.4 0-256 114.6-256 256 0 92.5 49.4 176.3 128.1 221.8l35.9 20.8V752h184V634.6l35.9-20.8C718.6 568.3 768 484.5 768 392c0-141.4-114.6-256-256-256z\"],[e,\"M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z\"])})),t.CalculatorTwoTone=l(\"calculator\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm256.2-75h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zM576 335c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 265c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 104c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zM248 335c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48z\"],[e,\"M383.5 675l61.3-74.8c4.3-5.2.7-13.1-5.9-13.1h-50.8c-2.3 0-4.4 1-5.9 2.9l-34 41.6-34-41.6a7.69 7.69 0 0 0-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.4-1 5.9-2.9l35.5-43.5 35.5 43.5c1.4 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 6-13.2L383.5 675zM251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 369h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4z\"])})),t.BuildTwoTone=l(\"build\",s,(function(e,t){return c(i,[t,\"M144 546h200v200H144zm268-268h200v200H412z\"],[e,\"M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM344 746H144V546h200v200zm268 0H412V546h200v200zm0-268H412V278h200v200zm268 0H680V278h200v200z\"])})),t.CalendarTwoTone=l(\"calendar\",s,(function(e,t){return c(i,[t,\"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z\"],[e,\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z\"])})),t.CameraTwoTone=l(\"camera\",s,(function(e,t){return c(i,[t,\"M864 320H677.2l-17.1-47.8-22.9-64.2H386.7l-22.9 64.2-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8zM512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160z\"],[e,\"M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z\"],[e,\"M864 248H728l-32.4-90.8a32.07 32.07 0 0 0-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456z\"])})),t.CarTwoTone=l(\"car\",s,(function(e,t){return c(i,[t,\"M199.6 474L184 517v237h656V517l-15.6-43H199.6zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z\"],[e,\"M720 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"],[e,\"M959 413.4L935.3 372a8 8 0 0 0-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 0 0-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 0 0-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 0 0 3-10.8zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM840 754H184V517l15.6-43h624.8l15.6 43v237z\"],[e,\"M224 581a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm420 23h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8z\"])})),t.CarryOutTwoTone=l(\"carry-out\",s,(function(e,t){return c(i,[e,\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z\"],[t,\"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-17.5 128.8L481.9 725.5a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8z\"],[e,\"M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z\"])})),t.CheckCircleTwoTone=l(\"check-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm193.4 225.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 5 25.9 13.3l71.2 98.8 157.2-218c6-8.4 15.7-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.4 12.7z\"],[e,\"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0 0 51.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z\"])})),t.CheckSquareTwoTone=l(\"check-square\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7z\"],[e,\"M432.2 657.7a31.8 31.8 0 0 0 51.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7l124.7 172.8z\"])})),t.ClockCircleTwoTone=l(\"clock-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm176.5 509.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z\"],[e,\"M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.6-3.6 1.8-8.6-1.8-11.1z\"])})),t.CloseCircleTwoTone=l(\"close-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm171.8 527.1c1.2 1.5 1.9 3.3 1.9 5.2 0 4.5-3.6 8-8 8l-66-.3-99.3-118.4-99.3 118.5-66.1.3c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2L471 512.3l-130.1-155a8.32 8.32 0 0 1-1.9-5.2c0-4.5 3.6-8 8-8l66.1.3 99.3 118.4 99.4-118.5 66-.3c4.4 0 8 3.6 8 8 0 1.9-.6 3.8-1.8 5.2l-130.1 155 129.9 154.9z\"],[e,\"M685.8 352c0-4.4-3.6-8-8-8l-66 .3-99.4 118.5-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155-130.1 154.9a8.32 8.32 0 0 0-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3 99.3-118.5L611.7 680l66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.9 512.2l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z\"])})),t.CloudTwoTone=l(\"cloud\",s,(function(e,t){return c(i,[t,\"M791.9 492l-37.8-10-13.8-36.5c-8.6-22.7-20.6-44.1-35.7-63.4a245.73 245.73 0 0 0-52.4-49.9c-41.1-28.9-89.5-44.2-140-44.2s-98.9 15.3-140 44.2a245.6 245.6 0 0 0-52.4 49.9 240.47 240.47 0 0 0-35.7 63.4l-13.9 36.6-37.9 9.9a125.7 125.7 0 0 0-66.1 43.7A123.1 123.1 0 0 0 140 612c0 33.1 12.9 64.3 36.3 87.7 23.4 23.4 54.5 36.3 87.6 36.3h496.2c33.1 0 64.2-12.9 87.6-36.3A123.3 123.3 0 0 0 884 612c0-56.2-37.8-105.5-92.1-120z\"],[e,\"M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 0 1-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 0 1 140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0 1 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0 1 52.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z\"])})),t.CloseSquareTwoTone=l(\"close-square\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm163.9-473.9A7.95 7.95 0 0 1 354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1z\"],[e,\"M354 671h58.9c4.8 0 9.3-2.1 12.3-5.7L512 561.8l86.8 103.5c3.1 3.6 7.6 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.3-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.8 0-9.3 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3.1-3.6-7.6-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 0 0 354 671z\"])})),t.CodeTwoTone=l(\"code\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8zM308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 0 1-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7z\"],[e,\"M321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 0 0 308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 0 0-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48z\"])})),t.CompassTwoTone=l(\"compass\",s,(function(e,t){return c(i,[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM327.6 701.7c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2L421 470.9 553.1 603l-225.5 98.7zm375.1-375.1L604 552.1 471.9 420l225.5-98.7c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z\"],[e,\"M322.3 696.4c-.4 1-.4 2.2 0 3.2.9 2.1 3.3 3 5.3 2.1L553.1 603 421 470.9l-98.7 225.5zm375.1-375.1L471.9 420 604 552.1l98.7-225.5c.4-1.1.4-2.2 0-3.2-.9-2.1-3.3-3-5.3-2.1z\"],[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"])})),t.ContactsTwoTone=l(\"contacts\",s,(function(e,t){return c(i,[t,\"M460.3 526a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z\"],[t,\"M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 0 1-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 0 1-8 8.4z\"],[e,\"M594.3 601.5a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1 8 8 0 0 0 8 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52z\"],[e,\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z\"])})),t.ContainerTwoTone=l(\"container\",s,(function(e,t){return c(i,[t,\"M635 771.7c-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 0 1-59.1-84.7H232v201h560V687h-97.9c-11.6 32.8-32 62.3-59.1 84.7z\"],[e,\"M320 501h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"],[e,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v201zm0-264H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v488z\"],[e,\"M320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"])})),t.ControlTwoTone=l(\"control\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M616 440a36 36 0 1 0 72 0 36 36 0 1 0-72 0zM340.4 601.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 0 0-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5z\"],[t,\"M184 840h656V184H184v656zm436.4-499.1c-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1zM340 485V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99z\"],[e,\"M340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c41.7-13.5 72-52.8 72-99s-30.3-85.4-72-99V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c-41.7 13.5-72 52.8-72 99s30.3 85.4 72 99zm.1-116c.1-.2.2-.3.3-.5l1.5-2.4c0-.1.1-.1.1-.2l.9-1.2c0-.1.1-.2.2-.3 1-1.2 2.1-2.5 3.2-3.6l.2-.2c.4-.4.8-.7 1.2-1.1.8-.7 1.7-1.4 2.6-2.1h.1l1.2-.9c.1-.1.3-.2.4-.3 1.3-.8 2.6-1.5 3.9-2.2.2-.2.5-.3.7-.4.4-.2.7-.3 1.1-.5.3-.1.7-.3 1-.4.5-.1 1-.3 1.5-.5.4-.1.9-.3 1.3-.4l.9-.3 1.4-.3c.2-.1.5-.1.7-.2.7-.2 1.4-.3 2.1-.4.2-.1.4-.1.6-.1.5-.1 1.1-.2 1.7-.2.3-.1.5-.1.7-.1.8-.1 1.5-.1 2.3-.1s1.5.1 2.3.1c.3.1.5.1.7.1.6.1 1.1.1 1.7.2.2.1.4.1.6.1.7.1 1.4.3 2.1.4.2.1.5.1.7.2l1.4.3.9.3c.4.1.9.3 1.3.4.5.1 1 .3 1.5.5.3.1.7.3 1 .4.4.2.7.3 1.1.5.2.2.5.3.7.4 1.4.6 2.7 1.4 3.9 2.2.1.1.3.2.4.3l1.2.9h.1c.9.6 1.8 1.3 2.6 2.1.4.3.8.7 1.2 1.1l.2.2c1.2 1.1 2.2 2.3 3.2 3.6 0 .1.1.2.2.3l.9 1.2c0 .1.1.1.1.2l1.5 2.4A36.03 36.03 0 0 1 408 584c0 6.1-1.6 11.9-4.3 17-.1.2-.2.3-.3.5l-1.5 2.4c0 .1-.1.1-.1.2l-.9 1.2c0 .1-.1.2-.2.3-1 1.2-2.1 2.5-3.2 3.6l-.2.2c-.4.4-.8.7-1.2 1.1-.8.7-1.7 1.4-2.6 2.1h-.1l-1.2.9c-.1.1-.3.2-.4.3-1.3.8-2.6 1.5-3.9 2.2-.2.2-.5.3-.7.4-.4.2-.7.3-1.1.5-.3.1-.7.3-1 .4-.5.1-1 .3-1.5.5-.4.1-.9.3-1.3.4l-.9.3-1.4.3c-.2.1-.5.1-.7.2-.7.2-1.4.3-2.1.4-.2.1-.4.1-.6.1-.5.1-1.1.2-1.7.2-.3.1-.5.1-.7.1-.8.1-1.5.1-2.3.1s-1.5-.1-2.3-.1c-.3-.1-.5-.1-.7-.1-.6-.1-1.1-.1-1.7-.2-.2-.1-.4-.1-.6-.1-.7-.1-1.4-.3-2.1-.4-.2-.1-.5-.1-.7-.2l-1.4-.3-.9-.3c-.4-.1-.9-.3-1.3-.4-.5-.1-1-.3-1.5-.5-.3-.1-.7-.3-1-.4-.4-.2-.7-.3-1.1-.5-.2-.2-.5-.3-.7-.4-1.4-.6-2.7-1.4-3.9-2.2-.1-.1-.3-.2-.4-.3l-1.2-.9h-.1c-.9-.6-1.8-1.3-2.6-2.1-.4-.3-.8-.7-1.2-1.1l-.2-.2c-1.2-1.1-2.2-2.3-3.2-3.6 0-.1-.1-.2-.2-.3l-.9-1.2c0-.1-.1-.1-.1-.2l-1.5-2.4c-.1-.2-.2-.3-.3-.5-2.7-5-4.3-10.9-4.3-17s1.6-11.9 4.3-17zm280.3-27.9c-.1 0-.2-.1-.4-.1v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-.1 0-.2.1-.4.1 42-13.4 72.4-52.7 72.4-99.1 0-46.4-30.4-85.7-72.4-99.1.1 0 .2.1.4.1v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c.1 0 .2-.1.4-.1-42 13.4-72.4 52.7-72.4 99.1 0 46.4 30.4 85.7 72.4 99.1zM652 404c19.9 0 36 16.1 36 36s-16.1 36-36 36-36-16.1-36-36 16.1-36 36-36z\"])})),t.CopyTwoTone=l(\"copy\",s,(function(e,t){return c(i,[t,\"M232 706h142c22.1 0 40 17.9 40 40v142h250V264H232v442z\"],[e,\"M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32z\"],[e,\"M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z\"])})),t.CreditCardTwoTone=l(\"credit-card\",s,(function(e,t){return c(i,[t,\"M136 792h752V440H136v352zm507-144c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72zM136 232h752v120H136z\"],[e,\"M651 728h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z\"],[e,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V440h752v352zm0-440H136V232h752v120z\"])})),t.CrownTwoTone=l(\"crown\",s,(function(e,t){return c(i,[t,\"M911.9 283.9v.5L835.5 865c-1 8-7.9 14-15.9 14H204.5c-8.1 0-14.9-6.1-16-14l-76.4-580.6v-.6 1.6L188.5 866c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.1-.5.1-1 0-1.5z\"],[t,\"M773.6 810.6l53.9-409.4-139.8 86.1L512 252.9 336.3 487.3l-139.8-86.1 53.8 409.4h523.3zm-374.2-189c0-62.1 50.5-112.6 112.6-112.6s112.6 50.5 112.6 112.6v1c0 62.1-50.5 112.6-112.6 112.6s-112.6-50.5-112.6-112.6v-1z\"],[e,\"M512 734.2c61.9 0 112.3-50.2 112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6 50.5-112.6 112.6v.5c.3 61.9 50.7 112.1 112.6 112.1zm0-160.9c26.6 0 48.2 21.6 48.2 48.3 0 26.6-21.6 48.3-48.2 48.3s-48.2-21.6-48.2-48.3c0-26.6 21.6-48.3 48.2-48.3z\"],[e,\"M188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705 396.4 518.4 147.5a8.06 8.06 0 0 0-12.9 0L319 396.4 124.3 276.5c-5.5-3.4-12.6.9-12.2 7.3v.6L188.5 865zm147.8-377.7L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4H250.3l-53.8-409.4 139.8 86.1z\"])})),t.CustomerServiceTwoTone=l(\"customer-service\",s,(function(e,t){return c(i,[t,\"M696 632h128v192H696zm-496 0h128v192H200z\"],[e,\"M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z\"])})),t.DashboardTwoTone=l(\"dashboard\",s,(function(e,t){return c(i,[t,\"M512 188c-99.3 0-192.7 38.7-263 109-70.3 70.2-109 163.6-109 263 0 105.6 44.5 205.5 122.6 276h498.8A371.12 371.12 0 0 0 884 560c0-99.3-38.7-192.7-109-263-70.2-70.3-163.6-109-263-109zm-30 44c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.4l-31.1 31.1a8.03 8.03 0 0 1-11.3 0l-56.6-56.6a8.03 8.03 0 0 1 0-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.5l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 0 1-79.2 0 55.95 55.95 0 0 1 0-79.2 55.87 55.87 0 0 1 54.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.2 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 0 1 0-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 0 1-11.3 0zM846 538v44c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8z\"],[e,\"M623.5 421.5a8.03 8.03 0 0 0-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 0 0 0 79.2 55.95 55.95 0 0 0 79.2 0 55.87 55.87 0 0 0 14.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8z\"],[e,\"M924.8 385.6a446.7 446.7 0 0 0-96-142.4 446.7 446.7 0 0 0-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 0 0-142.4 96 446.7 446.7 0 0 0-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 0 1 140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276z\"],[e,\"M762.7 340.8l-31.1-31.1a8.03 8.03 0 0 0-11.3 0l-56.6 56.6a8.03 8.03 0 0 0 0 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zM750 538v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zM304.1 309.7a8.03 8.03 0 0 0-11.3 0l-31.1 31.1a8.03 8.03 0 0 0 0 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z\"])})),t.DeleteTwoTone=l(\"delete\",s,(function(e,t){return c(i,[t,\"M292.7 840h438.6l24.2-512h-487z\"],[e,\"M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-504-72h304v72H360v-72zm371.3 656H292.7l-24.2-512h487l-24.2 512z\"])})),t.DiffTwoTone=l(\"diff\",s,(function(e,t){return c(i,[t,\"M232 264v624h432V413.8L514.2 264H232zm336 489c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-262v42c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7z\"],[e,\"M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z\"],[e,\"M553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888z\"],[e,\"M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7z\"])})),t.DatabaseTwoTone=l(\"database\",s,(function(e,t){return c(i,[t,\"M232 616h560V408H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 888h560V680H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 344h560V136H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"],[e,\"M304 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0 272a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-544a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"],[e,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z\"])})),t.DislikeTwoTone=l(\"dislike\",s,(function(e,t){return c(i,[t,\"M273 100.1v428h.3l-.3-428zM820.4 525l-21.9-19 14-25.5a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 0 0 6.9-27.3c0-22.4-13.2-42.6-33.6-51.8H345v345.2c18.6 67.2 46.4 168 83.5 302.5a44.28 44.28 0 0 0 42.2 32.3c7.5.1 15-2.2 21.1-6.7 9.9-7.4 15.2-18.6 14.6-30.5l-9.6-198.4h314.4C829 605.5 840 587.1 840 568c0-16.5-7.1-32.2-19.6-43z\"],[e,\"M112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32zm773.9 358.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H273l.3 428 85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zm-74.7 126.1H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3c-37.1-134.4-64.9-235.2-83.5-302.5V172h399.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4z\"])})),t.DownCircleTwoTone=l(\"down-circle\",s,(function(e,t){return c(i,[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm184.4 277.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7z\"],[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[e,\"M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z\"])})),t.DownSquareTwoTone=l(\"down-square\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm150-440h46.9c10.3 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7l-178 246a7.95 7.95 0 0 1-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7z\"],[e,\"M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z\"])})),t.EnvironmentTwoTone=l(\"environment\",s,(function(e,t){return c(i,[t,\"M724.4 224.9C667.7 169.5 592.3 139 512 139s-155.7 30.5-212.4 85.8C243.1 280 212 353.2 212 431.1c0 241.3 234.1 407.2 300 449.1 65.9-41.9 300-207.8 300-449.1 0-77.9-31.1-151.1-87.6-206.2zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z\"],[e,\"M512 263c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 0 1 512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8S624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z\"],[e,\"M854.6 289.1a362.49 362.49 0 0 0-79.9-115.7 370.83 370.83 0 0 0-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 0 0 169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0 0 22.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1z\"])})),t.EditTwoTone=l(\"edit\",s,(function(e,t){return c(i,[t,\"M761.1 288.3L687.8 215 325.1 577.6l-15.6 89 88.9-15.7z\"],[e,\"M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 0 0 0-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 0 0 9.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89z\"])})),t.ExclamationCircleTwoTone=l(\"exclamation-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-32 156c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"],[e,\"M488 576h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8zm-24 112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"])})),t.ExperimentTwoTone=l(\"experiment\",s,(function(e,t){return c(i,[t,\"M551.9 513c19.6 0 35.9-14.2 39.3-32.8A40.02 40.02 0 0 1 552 512a40 40 0 0 1-40-39.4v.5c0 22 17.9 39.9 39.9 39.9zM752 687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 0 1-164.9 59.9c-41.2 0-81-9.8-116.7-28L210.5 844h603l-59.9-155.2-1.6-1z\"],[e,\"M879 824.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 0 1-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.6-107.6.1-.2c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1l.6 1.6L813.5 844h-603z\"],[e,\"M552 512c19.3 0 35.4-13.6 39.2-31.8.6-2.7.8-5.4.8-8.2 0-22.1-17.9-40-40-40s-40 17.9-40 40v.6a40 40 0 0 0 40 39.4z\"])})),t.EyeInvisibleTwoTone=l(\"eye-invisible\",s,(function(e,t){return c(i,[t,\"M254.89 758.85l125.57-125.57a176 176 0 0 1 248.82-248.82L757 256.72Q651.69 186.07 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q69.27 145.91 173.09 221.05zM942.2 486.2Q889.46 375.11 816.7 305L672.48 449.27a176.09 176.09 0 0 1-227.22 227.21L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5z\"],[e,\"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zM878.63 165.56L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z\"],[e,\"M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z\"])})),t.EyeTwoTone=l(\"eye\",s,(function(e,t){return c(i,[t,\"M81.8 537.8a60.3 60.3 0 0 1 0-51.5C176.6 286.5 319.8 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c-192.1 0-335.4-100.5-430.2-300.2z\"],[t,\"M512 258c-161.3 0-279.4 81.8-362.7 254C232.6 684.2 350.7 766 512 766c161.4 0 279.5-81.8 362.7-254C791.4 339.8 673.3 258 512 258zm-4 430c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z\"],[e,\"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 0 0 0 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258s279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z\"],[e,\"M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z\"])})),t.FileAddTwoTone=l(\"file-add\",s,(function(e,t){return c(i,[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm126 236v48c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V644H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V472c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z\"])})),t.FileExclamationTwoTone=l(\"file-exclamation\",s,(function(e,t){return c(i,[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-54 96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V448zm32 336c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M488 640h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm-16 104a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"])})),t.FileImageTwoTone=l(\"file-image\",s,(function(e,t){return c(i,[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-134 50c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328.1c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0 1 12.6 0l41.1 52.4 77.8-99.2a8.1 8.1 0 0 1 12.7 0l136.5 174c4.1 5.2.4 12.9-6.3 12.9z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 0 0-12.6 0l-99.8 127.2a7.98 7.98 0 0 0 6.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 0 0-12.7 0zM360 442a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"])})),t.FileExcelTwoTone=l(\"file-excel\",s,(function(e,t){return c(i,[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm51.6 120h35.7a12.04 12.04 0 0 1 10.1 18.5L546.1 623l84 130.4c3.6 5.6 2 13-3.6 16.6-2 1.2-4.2 1.9-6.5 1.9h-37.5c-4.1 0-8-2.1-10.2-5.7L510 664.8l-62.7 101.5c-2.2 3.5-6 5.7-10.2 5.7h-34.5a12.04 12.04 0 0 1-10.2-18.4l83.4-132.8-82.3-130.4c-3.6-5.7-1.9-13.1 3.7-16.6 1.9-1.3 4.1-1.9 6.4-1.9H442c4.2 0 8.1 2.2 10.3 5.8l61.8 102.4 61.2-102.3c2.2-3.6 6.1-5.8 10.3-5.8z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z\"])})),t.FileMarkdownTwoTone=l(\"file-markdown\",s,(function(e,t){return c(i,[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm72.3 122H641c6.6 0 12 5.4 12 12v272c0 6.6-5.4 12-12 12h-27.2c-6.6 0-12-5.4-12-12V581.7L535 732.3c-2 4.3-6.3 7.1-11 7.1h-24.1a12 12 0 0 1-11-7.1l-66.8-150.2V758c0 6.6-5.4 12-12 12H383c-6.6 0-12-5.4-12-12V486c0-6.6 5.4-12 12-12h35c4.8 0 9.1 2.8 11 7.2l83.2 191 83.1-191c1.9-4.4 6.2-7.2 11-7.2z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0 0 11 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z\"])})),t.FilePdfTwoTone=l(\"file-pdf\",s,(function(e,t){return c(i,[t,\"M509.2 490.8c-.7-1.3-1.4-1.9-2.2-2-2.9 3.3-2.2 31.5 2.7 51.4 4-13.6 4.7-40.5-.5-49.4zm-1.6 120.5c-7.7 20-18.8 47.3-32.1 71.4 4-1.6 8.1-3.3 12.3-5 17.6-7.2 37.3-15.3 58.9-20.2-14.9-11.8-28.4-27.7-39.1-46.2z\"],[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm55 287.6c16.1-1.9 30.6-2.8 44.3-2.3 12.8.4 23.6 2 32 5.1.2.1.3.1.5.2.4.2.8.3 1.2.5.5.2 1.1.4 1.6.7.1.1.3.1.4.2 4.1 1.8 7.5 4 10.1 6.6 9.1 9.1 11.8 26.1 6.2 39.6-3.2 7.7-11.7 20.5-33.3 20.5-21.8 0-53.9-9.7-82.1-24.8-25.5 4.3-53.7 13.9-80.9 23.1-5.8 2-11.8 4-17.6 5.9-38 65.2-66.5 79.4-84.1 79.4-4.2 0-7.8-.9-10.8-2-6.9-2.6-12.8-8-16.5-15-.9-1.7-1.6-3.4-2.2-5.2-1.6-4.8-2.1-9.6-1.3-13.6l.6-2.7c.1-.2.1-.4.2-.6.2-.7.4-1.4.7-2.1 0-.1.1-.2.1-.3 4.1-11.9 13.6-23.4 27.7-34.6 12.3-9.8 27.1-18.7 45.9-28.4 15.9-28 37.6-75.1 51.2-107.4-10.8-41.8-16.7-74.6-10.1-98.6.9-3.3 2.5-6.4 4.6-9.1.2-.2.3-.4.5-.6.1-.1.1-.2.2-.2 6.3-7.5 16.9-11.9 28.1-11.5 16.6.7 29.7 11.5 33 30.1 1.7 8 2.2 16.5 1.9 25.7v.7c0 .5 0 1-.1 1.5-.7 13.3-3 26.6-7.3 44.7-.4 1.6-.8 3.2-1.2 5.2l-1 4.1-.1.3c.1.2.1.3.2.5l1.8 4.5c.1.3.3.7.4 1 .7 1.6 1.4 3.3 2.1 4.8v.1c8.7 18.8 19.7 33.4 33.9 45.1 4.3 3.5 8.9 6.7 13.9 9.8 1.8-.5 3.5-.7 5.3-.9z\"],[t,\"M391.5 761c5.7-4.4 16.2-14.5 30.1-34.7-10.3 9.4-23.4 22.4-30.1 34.7zm270.9-83l.2-.3h.2c.6-.4.5-.7.4-.9-.1-.1-4.5-9.3-45.1-7.4 35.3 13.9 43.5 9.1 44.3 8.6z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M535.9 585.3c-.8-1.7-1.5-3.3-2.2-4.9-.1-.3-.3-.7-.4-1l-1.8-4.5c-.1-.2-.1-.3-.2-.5l.1-.3.2-1.1c4-16.3 8.6-35.3 9.4-54.4v-.7c.3-8.6-.2-17.2-2-25.6-3.8-21.3-19.5-29.6-32.9-30.2-11.3-.5-21.8 4-28.1 11.4-.1.1-.1.2-.2.2-.2.2-.4.4-.5.6-2.1 2.7-3.7 5.8-4.6 9.1-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.4-51.2 107.4v.1c-27.7 14.3-64.1 35.8-73.6 62.9 0 .1-.1.2-.1.3-.2.7-.5 1.4-.7 2.1-.1.2-.1.4-.2.6-.2.9-.5 1.8-.6 2.7-.9 4-.4 8.8 1.3 13.6.6 1.8 1.3 3.5 2.2 5.2 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-2.6-2.6-6-4.8-10.1-6.6-.1-.1-.3-.1-.4-.2-.5-.2-1.1-.4-1.6-.7-.4-.2-.8-.3-1.2-.5-.2-.1-.3-.1-.5-.2-16.2-5.8-41.7-6.7-76.3-2.8l-5.3.6c-5-3-9.6-6.3-13.9-9.8-14.2-11.3-25.1-25.8-33.8-44.7zM391.5 761c6.7-12.3 19.8-25.3 30.1-34.7-13.9 20.2-24.4 30.3-30.1 34.7zM507 488.8c.8.1 1.5.7 2.2 2 5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4zm-19.2 188.9c-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4 10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2zm175.4-.9c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4z\"])})),t.FilePptTwoTone=l(\"file-ppt\",s,(function(e,t){return c(i,[t,\"M464.5 516.2v108.4h38.9c44.7 0 71.2-10.9 71.2-54.3 0-34.4-20.1-54.1-53.9-54.1h-56.2z\"],[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm90 218.4c0 55.2-36.8 94.1-96.2 94.1h-63.3V760c0 4.4-3.6 8-8 8H424c-4.4 0-8-3.6-8-8V484c0-4.4 3.6-8 8-8v.1h104c59.7 0 96 39.8 96 94.3z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M424 476.1c-4.4-.1-8 3.5-8 7.9v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.2c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1z\"])})),t.FileTextTwoTone=l(\"file-text\",s,(function(e,t){return c(i,[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 322c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm200-184v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8zm192 128H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"])})),t.FileUnknownTwoTone=l(\"file-unknown\",s,(function(e,t){return c(i,[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm-22 424c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm110-228.4c.7 44.9-29.7 84.5-74.3 98.9-5.7 1.8-9.7 7.3-9.7 13.3V672c0 5.5-4.5 10-10 10h-32c-5.5 0-10-4.5-10-10v-32c.2-19.8 15.4-37.3 34.7-40.1C549 596.2 570 574.3 570 549c0-28.1-25.8-51.5-58-51.5s-58 23.4-58 51.6c0 5.2-4.4 9.4-9.8 9.4h-32.4c-5.4 0-9.8-4.1-9.8-9.5 0-57.4 50.1-103.7 111.5-103 59.3.8 107.7 46.1 108.5 101.6z\"],[e,\"M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M480 744a32 32 0 1 0 64 0 32 32 0 1 0-64 0zm-78-195c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103z\"])})),t.FileZipTwoTone=l(\"file-zip\",s,(function(e,t){return c(i,[t,\"M344 630h32v2h-32z\"],[t,\"M534 352V136H360v64h64v64h-64v64h64v64h-64v64h64v64h-64v62h64v160H296V520h64v-64h-64v-64h64v-64h-64v-64h64v-64h-64v-64h-64v752h560V394H576a42 42 0 0 1-42-42z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h64v64h64v-64h174v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M296 392h64v64h-64zm0-128h64v64h-64zm0 318v160h128V582h-64v-62h-64v62zm48 50v-2h32v64h-32v-62zm16-432h64v64h-64zm0 256h64v64h-64zm0-128h64v64h-64z\"])})),t.FileWordTwoTone=l(\"file-word\",s,(function(e,t){return c(i,[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42zm101.3 129.3c1.3-5.4 6.1-9.3 11.7-9.3h35.6a12.04 12.04 0 0 1 11.6 15.1l-74.4 276c-1.4 5.3-6.2 8.9-11.6 8.9h-31.8c-5.4 0-10.2-3.7-11.6-8.9l-52.8-197-52.8 197c-1.4 5.3-6.2 8.9-11.6 8.9h-32c-5.4 0-10.2-3.7-11.6-8.9l-74.2-276a12.02 12.02 0 0 1 11.6-15.1h35.4c5.6 0 10.4 3.9 11.7 9.3L434.6 680l49.7-198.9c1.3-5.4 6.1-9.1 11.6-9.1h32.2c5.5 0 10.3 3.7 11.6 9.1l49.8 199.3 45.8-199.1z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"],[e,\"M528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 0 0-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 0 0-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z\"])})),t.FileTwoTone=l(\"file\",s,(function(e,t){return c(i,[t,\"M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42z\"],[e,\"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0 0 42 42h216v494z\"])})),t.FilterTwoTone=l(\"filter\",s,(function(e,t){return c(i,[t,\"M420.6 798h182.9V642H420.6zM411 561.4l9.5 16.6h183l9.5-16.6L811.3 226H212.7z\"],[e,\"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V642h182.9v156zm9.5-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z\"])})),t.FireTwoTone=l(\"fire\",s,(function(e,t){return c(i,[t,\"M737 438.6c-9.6 15.5-21.1 30.7-34.4 45.6a73.1 73.1 0 0 1-51 24.4 73.36 73.36 0 0 1-53.4-18.8 74.01 74.01 0 0 1-24.4-59.8c3-47.4-12.4-103.1-45.8-165.7-16.9-31.4-37.1-58.2-61.2-80.4a240 240 0 0 1-12.1 46.5 354.26 354.26 0 0 1-58.2 101 349.6 349.6 0 0 1-58.6 56.8c-34 26.1-62 60-80.8 97.9a275.96 275.96 0 0 0-29.1 124c0 74.9 29.5 145.3 83 198.4 53.7 53.2 125 82.4 201 82.4s147.3-29.2 201-82.4c53.5-53 83-123.5 83-198.4 0-39.2-8.1-77.3-24-113.1-9.3-21-21-40.5-35-58.4z\"],[e,\"M834.1 469.2A347.49 347.49 0 0 0 751.2 354l-29.1-26.7a8.09 8.09 0 0 0-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 0 1-47.5 46.1 352.6 352.6 0 0 0-100.3 121.5A347.75 347.75 0 0 0 160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0 0 75.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 0 0 760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0 0 27.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0 0 58.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0 0 12.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0 0 24.4 59.8 73.36 73.36 0 0 0 53.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z\"])})),t.FolderAddTwoTone=l(\"folder-add\",s,(function(e,t){return c(i,[t,\"M372.5 256H184v512h656V370.4H492.1L372.5 256zM540 443.1V528h84.5c4.1 0 7.5 3.1 7.5 7v42c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1z\"],[e,\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z\"],[e,\"M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1z\"])})),t.FlagTwoTone=l(\"flag\",s,(function(e,t){return c(i,[t,\"M184 232h368v336H184z\"],[t,\"M624 632c0 4.4-3.6 8-8 8H504v73h336V377H624v255z\"],[e,\"M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z\"])})),t.FolderTwoTone=l(\"folder\",s,(function(e,t){return c(i,[e,\"M880 298.4H521L403.7 186.2a8.15 8.15 0 0 0-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z\"],[t,\"M372.5 256H184v512h656V370.4H492.1z\"])})),t.FolderOpenTwoTone=l(\"folder-open\",s,(function(e,t){return c(i,[t,\"M159 768h612.3l103.4-256H262.3z\"],[e,\"M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 0 0-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z\"])})),t.FrownTwoTone=l(\"frown\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 0 1-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 0 1-8 8.4zm24-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"],[e,\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm224 112c-85.5 0-155.6 67.3-160 151.6a8 8 0 0 0 8 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4 3.7-49.5 45.3-88.6 95.8-88.6s92 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 0 0 8-8.4C667.6 600.3 597.5 533 512 533zm128-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"])})),t.FundTwoTone=l(\"fund\",s,(function(e,t){return c(i,[e,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z\"],[t,\"M136 792h752V232H136v560zm56.4-130.5l214.9-215c3.1-3.1 8.2-3.1 11.3 0L533 561l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.1 3.1 3.1 8.2 0 11.3l-297 297.2a8.03 8.03 0 0 1-11.3 0L412.9 537.2 240.4 709.7a8.03 8.03 0 0 1-11.3 0l-36.7-36.9a8.03 8.03 0 0 1 0-11.3z\"],[e,\"M229.1 709.7c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 0 0-11.3 0L533 561 418.6 446.5a8.03 8.03 0 0 0-11.3 0l-214.9 215a8.03 8.03 0 0 0 0 11.3l36.7 36.9z\"])})),t.FunnelPlotTwoTone=l(\"funnel-plot\",s,(function(e,t){return c(i,[t,\"M420.6 798h182.9V650H420.6zM297.7 374h428.6l85-148H212.7zm113.2 197.4l8.4 14.6h185.3l8.4-14.6L689.6 438H334.4z\"],[e,\"M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V650h182.9v148zm9.5-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z\"])})),t.GiftTwoTone=l(\"gift\",s,(function(e,t){return c(i,[t,\"M546 378h298v104H546zM228 550h250v308H228zm-48-172h298v104H180zm366 172h250v308H546z\"],[e,\"M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zM478 858H228V550h250v308zm0-376H180V378h298v104zm0-176h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm68-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm250 622H546V550h250v308zm48-376H546V378h298v104z\"])})),t.HddTwoTone=l(\"hdd\",s,(function(e,t){return c(i,[t,\"M232 888h560V680H232v208zm448-140c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 616h560V408H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48zm-72-144h560V136H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48z\"],[e,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z\"],[e,\"M312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-272h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 516a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"])})),t.HeartTwoTone=l(\"heart\",s,(function(e,t){return c(i,[e,\"M923 283.6a260.04 260.04 0 0 0-56.9-82.8 264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z\"],[t,\"M679.7 201c-73.1 0-136.5 40.8-167.7 100.4C480.8 241.8 417.4 201 344.3 201c-104 0-188.3 82.6-188.3 184.5 0 201.2 356 429.3 356 429.3s356-228.1 356-429.3C868 283.6 783.7 201 679.7 201z\"])})),t.HighlightTwoTone=l(\"highlight\",s,(function(e,t){return c(i,[t,\"M229.6 796.3h160.2l54.3-54.1-80.1-78.9zm220.7-397.1l262.8 258.9 147.3-145-262.8-259zm-77.1 166.1l171.4 168.9 68.6-67.6-171.4-168.9z\"],[e,\"M957.6 507.5L603.2 158.3a7.9 7.9 0 0 0-11.2 0L353.3 393.5a8.03 8.03 0 0 0-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 0 0-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8v55.2c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6L539 830a7.9 7.9 0 0 0 11.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0 0 11.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.3H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.3l68.6-67.6 171.4 168.9-68.6 67.6zm168.5-76.1L450.3 399.2l147.3-145.1 262.8 259-147.3 145z\"])})),t.HomeTwoTone=l(\"home\",s,(function(e,t){return c(i,[t,\"M512.1 172.6l-370 369.7h96V868H392V640c0-22.1 17.9-40 40-40h160c22.1 0 40 17.9 40 40v228h153.9V542.3H882L535.2 195.7l-23.1-23.1zm434.5 422.9c-6 6-13.1 10.8-20.8 13.9 7.7-3.2 14.8-7.9 20.8-13.9zm-887-34.7c5 30.3 31.4 53.5 63.1 53.5h.9c-31.9 0-58.9-23-64-53.5zm-.9-10.5v-1.9 1.9zm.1-2.6c.1-3.1.5-6.1 1-9.1-.6 2.9-.9 6-1 9.1z\"],[e,\"M951 510c0-.1-.1-.1-.1-.2l-1.8-2.1c-.1-.1-.2-.3-.4-.4-.7-.8-1.5-1.6-2.2-2.4L560.1 118.8l-25.9-25.9a31.5 31.5 0 0 0-44.4 0L77.5 505a63.6 63.6 0 0 0-16 26.6l-.6 2.1-.3 1.1-.3 1.2c-.2.7-.3 1.4-.4 2.1 0 .1 0 .3-.1.4-.6 3-.9 6-1 9.1v3.3c0 .5 0 1 .1 1.5 0 .5 0 .9.1 1.4 0 .5.1 1 .1 1.5 0 .6.1 1.2.2 1.8 0 .3.1.6.1.9l.3 2.5v.1c5.1 30.5 32.2 53.5 64 53.5h42.5V940h691.7V614.3h43.4c8.6 0 16.9-1.7 24.5-4.9s14.7-7.9 20.8-13.9a63.6 63.6 0 0 0 18.7-45.3c0-14.7-5-28.8-14.3-40.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z\"])})),t.HourglassTwoTone=l(\"hourglass\",s,(function(e,t){return c(i,[t,\"M512 548c-42.2 0-81.9 16.4-111.7 46.3A156.63 156.63 0 0 0 354 706v134h316V706c0-42.2-16.4-81.9-46.3-111.7A156.63 156.63 0 0 0 512 548zM354 318c0 42.2 16.4 81.9 46.3 111.7C430.1 459.6 469.8 476 512 476s81.9-16.4 111.7-46.3C653.6 399.9 670 360.2 670 318V184H354v134z\"],[e,\"M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 0 1 354 318V184h316v134z\"])})),t.Html5TwoTone=l(\"html5\",s,(function(e,t){return c(i,[e,\"M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2z\"],[t,\"M209.9 155.4l56.7 641.2 245.2 69.6 244.1-69.6 57.8-641.2H209.9zm530.4 117.9l-4.8 47.2-1.7 19.5H381.7l8.2 94.2H511v-.2h214.7l-3.2 24.3-21.2 242.2-1.7 16.3-187.7 51.7v.4h-1.7l-188.6-52-11.3-144.7h91l6.5 73.2 102.4 27.7h.8v-.2l102.4-27.7 11.4-118.5H511.9v.1H305.4l-22.7-253.5L281 249h461l-1.7 24.3z\"],[e,\"M281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z\"])})),t.IdcardTwoTone=l(\"idcard\",s,(function(e,t){return c(i,[e,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z\"],[t,\"M136 792h752V232H136v560zm472-372c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm0 144c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48c0 4.4-3.2 8-7.1 8H615.1c-3.9 0-7.1-3.6-7.1-8v-48zM216.2 664.6c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.6 26.4 71.8 72.8 74.6 126.1a8 8 0 0 1-8 8.4h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224c-4.6 0-8.2-3.8-7.8-8.4z\"],[t,\"M321.3 463a51.7 52 0 1 0 103.4 0 51.7 52 0 1 0-103.4 0z\"],[e,\"M610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 0 0 8-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0 0 29.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 0 0-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z\"])})),t.InfoCircleTwoTone=l(\"info-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm32 588c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"],[e,\"M464 336a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z\"])})),t.InsuranceTwoTone=l(\"insurance\",s,(function(e,t){return c(i,[e,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\"],[t,\"M521.9 358.8h97.9v41.6h-97.9z\"],[t,\"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM413.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 0 1-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 0 1-33.6 79V656zm257.9-340v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5l-26.3 35.3a5.92 5.92 0 0 1-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a6.38 6.38 0 0 1-4.8 1.4c-1.7-.3-3.2-1.3-4.1-2.8L432 605.7a6 6 0 0 1 1.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8z\"],[e,\"M443.7 306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4 3.7-17.5 58.5-45.2 110.2-82.2 153.6a5.7 5.7 0 0 0-1.2 5.6l13.2 43.5c1.4 4.5 7 5.8 10.2 2.4 7.7-8.1 15.4-16.8 23.1-26V656c0 4.4 3.6 8 8 8h37.3c4.4 0 8-3.6 8-8h.2V393.1a429.2 429.2 0 0 0 33.6-79c.9-2.8-.5-5.9-3.2-7.2zm26.8 9.1v127.4c0 4.4 3.6 8 8 8h65.9V470h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 0 0-1.6 8.1l22.8 36.5c.9 1.5 2.4 2.5 4.1 2.8 1.7.3 3.5-.2 4.8-1.4 31.6-26.8 58.6-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V535.9c21.3 41.7 47.5 77.6 78.1 106.9 2.6 2.5 6.7 2.2 8.9-.7l26.3-35.3c2-2.6 1.4-6.4-1.2-8.5-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H478.5c-4.4 0-8 3.6-8 8zm51.4 42.8h97.9v41.6h-97.9v-41.6z\"])})),t.InteractionTwoTone=l(\"interaction\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z\"],[e,\"M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z\"])})),t.InterationTwoTone=l(\"interation\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z\"],[e,\"M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z\"])})),t.LayoutTwoTone=l(\"layout\",s,(function(e,t){return c(i,[t,\"M384 185h456v136H384zm-200 0h136v656H184zm696-73H144c-17.7 0-32 14.3-32 32v1c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32v-1c0-17.7-14.3-32-32-32zM384 385h456v456H384z\"],[e,\"M880 113H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V145c0-17.7-14.3-32-32-32zM320 841H184V185h136v656zm520 0H384V385h456v456zm0-520H384V185h456v136z\"])})),t.LeftCircleTwoTone=l(\"left-circle\",s,(function(e,t){return c(i,[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm104 240.9c0 10.3-4.9 19.9-13.2 25.9L457.4 512l145.4 105.1c8.3 6 13.2 15.7 13.2 25.9v46.9c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 0 1 0-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9z\"],[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[e,\"M603.3 327.5l-246 178a7.95 7.95 0 0 0 0 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z\"])})),t.LeftSquareTwoTone=l(\"left-square\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm181.3-334.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.3-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.7 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.4l-246-178a7.95 7.95 0 0 1 0-12.9z\"],[e,\"M365.3 518.4l246 178c5.3 3.9 12.7.1 12.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a7.95 7.95 0 0 0 0 12.9z\"])})),t.LikeTwoTone=l(\"like\",s,(function(e,t){return c(i,[t,\"M273 495.9v428l.3-428zm538.2-88.3H496.8l9.6-198.4c.6-11.9-4.7-23.1-14.6-30.5-6.1-4.5-13.6-6.8-21.1-6.7-19.6.1-36.9 13.4-42.2 32.3-37.1 134.4-64.9 235.2-83.5 302.5V852h399.4a56.85 56.85 0 0 0 33.6-51.8c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5 21.9-19a56.76 56.76 0 0 0 19.6-43c0-19.1-11-37.5-28.8-48.4z\"],[e,\"M112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32zm773.9 5.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.5-65.5-111a67.67 67.67 0 0 0-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4 106.4 0 0 0-77.9-33.4c-52 0-98 35-111.8 85.1l-85.8 310.8-.3 428h472.1c9.3 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37zM820.4 499l-21.9 19 14 25.5a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H345V506.8c18.6-67.2 46.4-168 83.5-302.5a44.28 44.28 0 0 1 42.2-32.3c7.5-.1 15 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.1 32.2-19.6 43z\"])})),t.LockTwoTone=l(\"lock\",s,(function(e,t){return c(i,[e,\"M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304z\"],[t,\"M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z\"],[e,\"M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z\"])})),t.MailTwoTone=l(\"mail\",s,(function(e,t){return c(i,[t,\"M477.5 536.3L135.9 270.7l-27.5-21.4 27.6 21.5V792h752V270.8L546.2 536.3a55.99 55.99 0 0 1-68.7 0z\"],[t,\"M876.3 198.8l39.3 50.5-27.6 21.5 27.7-21.5-39.3-50.5z\"],[e,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-94.5 72.1L512 482 190.5 232.1h643zm54.5 38.7V792H136V270.8l-27.6-21.5 27.5 21.4 341.6 265.6a55.99 55.99 0 0 0 68.7 0L888 270.8l27.6-21.5-39.3-50.5h.1l39.3 50.5-27.7 21.5z\"])})),t.MedicineBoxTwoTone=l(\"medicine-box\",s,(function(e,t){return c(i,[t,\"M244.3 328L184 513.4V840h656V513.4L779.7 328H244.3zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48z\"],[e,\"M652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"],[e,\"M839.2 278.1a32 32 0 0 0-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 0 0-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840z\"])})),t.MehTwoTone=l(\"meh\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"],[e,\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 144H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-24-144a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"])})),t.MessageTwoTone=l(\"message\",s,(function(e,t){return c(i,[t,\"M775.3 248.9a369.62 369.62 0 0 0-119-80A370.2 370.2 0 0 0 512.1 140h-1.7c-99.7.4-193 39.4-262.8 109.9-69.9 70.5-108 164.1-107.6 263.8.3 60.3 15.3 120.2 43.5 173.1l4.5 8.4V836h140.8l8.4 4.5c52.9 28.2 112.8 43.2 173.1 43.5h1.7c99 0 192-38.2 262.1-107.6 70.4-69.8 109.5-163.1 110.1-262.7.2-50.6-9.5-99.6-28.9-145.8a370.15 370.15 0 0 0-80-119zM312 560a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96zm200 0a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"],[e,\"M664 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm-400 0a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"],[e,\"M925.2 338.4c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 0 0-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 0 0-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 0 0 112 714v152a46 46 0 0 0 46 46h152.1A449.4 449.4 0 0 0 510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 0 0 142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z\"],[e,\"M464 512a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"])})),t.MinusCircleTwoTone=l(\"minus-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z\"],[e,\"M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"])})),t.MinusSquareTwoTone=l(\"minus-square\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48z\"],[e,\"M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"])})),t.MobileTwoTone=l(\"mobile\",s,(function(e,t){return c(i,[e,\"M744 64H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H288V136h448v752z\"],[t,\"M288 888h448V136H288v752zm224-142c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"],[e,\"M472 786a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"])})),t.PauseCircleTwoTone=l(\"pause-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-80 524c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z\"],[e,\"M424 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z\"])})),t.MoneyCollectTwoTone=l(\"money-collect\",s,(function(e,t){return c(i,[t,\"M256 744.4l256 93.1 256-93.1V184H256v560.4zM359.7 313c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 0 1 7.1 4.4L511 485.2h3.3L599 316.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8L564 515.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V704c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 323.8c-2.1-3.8-.7-8.7 3.2-10.8z\"],[e,\"M911.5 700.7a8 8 0 0 0-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM768 744.4l-256 93.1-256-93.1V184h512v560.4z\"],[e,\"M460.4 515.4h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6z\"])})),t.NotificationTwoTone=l(\"notification\",s,(function(e,t){return c(i,[t,\"M229.6 678.1c-3.7 11.6-5.6 23.9-5.6 36.4 0-12.5 2-24.8 5.7-36.4h-.1zm76.3-260.2H184v188.2h121.9l12.9 5.2L840 820.7V203.3L318.8 412.7z\"],[e,\"M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z\"])})),t.PhoneTwoTone=l(\"phone\",s,(function(e,t){return c(i,[t,\"M721.7 184.9L610.9 295.8l120.8 120.7-8 21.6A481.29 481.29 0 0 1 438 723.9l-21.6 8-.9-.9-119.8-120-110.8 110.9 104.5 104.5c10.8 10.7 26 15.7 40.8 13.2 117.9-19.5 235.4-82.9 330.9-178.4s158.9-213.1 178.4-331c2.5-14.8-2.5-30-13.3-40.8L721.7 184.9z\"],[e,\"M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 0 1-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 0 0-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 0 0 285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z\"])})),t.PictureTwoTone=l(\"picture\",s,(function(e,t){return c(i,[e,\"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z\"],[t,\"M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z\"],[t,\"M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 1 1 0 176 88 88 0 0 1 0-176z\"],[t,\"M276 368a28 28 0 1 0 56 0 28 28 0 1 0-56 0z\"],[e,\"M304 456a88 88 0 1 0 0-176 88 88 0 0 0 0 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z\"])})),t.PlayCircleTwoTone=l(\"play-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm164.1 378.2L457.7 677.1a8.02 8.02 0 0 1-12.7-6.5V353a8 8 0 0 1 12.7-6.5l218.4 158.8a7.9 7.9 0 0 1 0 12.9z\"],[e,\"M676.1 505.3L457.7 346.5A8 8 0 0 0 445 353v317.6a8.02 8.02 0 0 0 12.7 6.5l218.4-158.9a7.9 7.9 0 0 0 0-12.9z\"])})),t.PlaySquareTwoTone=l(\"play-square\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm240-484.7c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 0 1 0 17.6L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3z\"],[e,\"M442.3 677.6l199.4-156.8a11.2 11.2 0 0 0 0-17.6L442.3 346.5c-7.4-5.9-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.6 18.3 8.8z\"])})),t.PieChartTwoTone=l(\"pie-chart\",s,(function(e,t){return c(i,[t,\"M316.2 920.5c-47.6-20.1-90.4-49-127.1-85.7a398.19 398.19 0 0 1-85.7-127.1A397.12 397.12 0 0 1 72 552.2v.2a398.57 398.57 0 0 0 117 282.5c36.7 36.7 79.4 65.5 127 85.6A396.64 396.64 0 0 0 471.6 952c27 0 53.6-2.7 79.7-7.9-25.9 5.2-52.4 7.8-79.3 7.8-54 .1-106.4-10.5-155.8-31.4zM560 472c-4.4 0-8-3.6-8-8V79.9c0-1.3.3-2.5.9-3.6-.9 1.3-1.5 2.9-1.5 4.6v383.7c0 4.4 3.6 8 8 8l383.6-1c1.6 0 3.1-.5 4.4-1.3-1 .5-2.2.7-3.4.7l-384 1z\"],[t,\"M619.8 147.6v256.6l256.4-.7c-13-62.5-44.3-120.5-90-166.1a332.24 332.24 0 0 0-166.4-89.8z\"],[t,\"M438 221.7c-75.9 7.6-146.2 40.9-200.8 95.5C174.5 379.9 140 463.3 140 552s34.5 172.1 97.2 234.8c62.3 62.3 145.1 96.8 233.2 97.2 88.2.4 172.7-34.1 235.3-96.2C761 733 794.6 662.3 802.3 586H438V221.7z\"],[e,\"M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 0 0-282.8 117.1 398.19 398.19 0 0 0-85.7 127.1A397.61 397.61 0 0 0 72 552v.2c0 53.9 10.6 106.2 31.4 155.5 20.1 47.6 49 90.4 85.7 127.1 36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 0 0 472 952c26.9 0 53.4-2.6 79.3-7.8 26.1-5.3 51.7-13.1 76.4-23.6 47.6-20.1 90.4-49 127.1-85.7 36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 0 0 872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 0 1 470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552s34.5-172.1 97.2-234.8c54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8z\"],[e,\"M952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 0 0 589 74.6L560.7 72c-3.4-.3-6.4 1.5-7.8 4.3a8.7 8.7 0 0 0-.9 3.6V464c0 4.4 3.6 8 8 8l384-1c1.2 0 2.3-.3 3.4-.7a8.1 8.1 0 0 0 4.6-7.9zm-332.2-58.2V147.6a332.24 332.24 0 0 1 166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z\"])})),t.PlusCircleTwoTone=l(\"plus-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z\"],[e,\"M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"])})),t.PlusSquareTwoTone=l(\"plus-square\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48z\"],[e,\"M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"])})),t.PoundCircleTwoTone=l(\"pound-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm146 582.1c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 0 1-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8v39.8z\"],[e,\"M650 674.3H470v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.8-5.3-41h98.6c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5 0-43.6 34-70.2 87.3-70.2 21.4 0 42.5 4.1 60.4 10.5a8 8 0 0 0 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.9-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.4 6.8 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.2c3.4 14.8 5.9 29.5 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8v38.5c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z\"])})),t.PrinterTwoTone=l(\"printer\",s,(function(e,t){return c(i,[t,\"M360 180h304v152H360zm492 220H172c-6.6 0-12 5.4-12 12v292h132V500h440v204h132V412c0-6.6-5.4-12-12-12zm-24 84c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z\"],[e,\"M852 332H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z\"],[e,\"M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8z\"])})),t.ProfileTwoTone=l(\"profile\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm300-496c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zM380 328c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"],[e,\"M340 656a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm0-144a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm152 320h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"])})),t.ProjectTwoTone=l(\"project\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm472-560c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280z\"],[e,\"M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8z\"])})),t.PushpinTwoTone=l(\"pushpin\",s,(function(e,t){return c(i,[t,\"M474.8 357.7l-24.5 24.5-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6-29 0-57.5 4.7-84.7 14.1-14 4.8-27.4 10.8-40.3 17.9l353.1 353.3a259.92 259.92 0 0 0 30.4-153.9l-3.8-34.4 24.5-24.5L800 415.5 608.5 224 474.8 357.7z\"],[e,\"M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 0 0-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 0 0-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 0 1-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z\"])})),t.PropertySafetyTwoTone=l(\"property-safety\",s,(function(e,t){return c(i,[e,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\"],[t,\"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM593.9 318h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3L585 323.5a10 10 0 0 1 8.9-5.5z\"],[e,\"M438.9 323.5a9.88 9.88 0 0 0-8.9-5.5h-46c-1.7 0-3.3.4-4.8 1.2-4.9 2.7-6.6 8.8-4 13.6l88 161.1H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1c.8-1.5 1.2-3.1 1.1-4.8 0-5.5-4.5-10-10-10h-45a10 10 0 0 0-8.9 5.5l-73.2 144.3-72.9-144.3z\"])})),t.QuestionCircleTwoTone=l(\"question-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm0 632c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 0 0-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z\"],[e,\"M472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0zm151.6-415.3C593.6 290.5 554 276 512 276s-81.6 14.4-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.2 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5 0-39.3-17.2-76-48.4-103.3z\"])})),t.ReconciliationTwoTone=l(\"reconciliation\",s,(function(e,t){return c(i,[t,\"M740 344H404V240H304v160h176c17.7 0 32 14.3 32 32v360h328V240H740v104zM584 448c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56zm92 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-341v96c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z\"],[t,\"M642 657a34 34 0 1 0 68 0 34 34 0 1 0-68 0z\"],[e,\"M592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm112-104v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z\"],[e,\"M880 168H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552z\"],[e,\"M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z\"])})),t.RedEnvelopeTwoTone=l(\"red-envelope\",s,(function(e,t){return c(i,[e,\"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z\"],[t,\"M492.3 397.2L232 193.1V888h560V193.1L531.8 397.2a31.99 31.99 0 0 1-39.5 0zm99.4 60.9h47.8a8.45 8.45 0 0 1 7.4 12.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4V665c0 4.6-3.8 8.4-8.4 8.4h-63.3V702h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.7-3.5 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4L377 470.4a8.4 8.4 0 0 1 3.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.7 142 71.9-141.9a8.6 8.6 0 0 1 7.5-4.6z\"],[t,\"M232 136.7h31.7L512 331.3l248.3-194.6H792v-.7H232z\"],[e,\"M440.6 462.6a8.38 8.38 0 0 0-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 0 0-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 0 0-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142z\"])})),t.RestTwoTone=l(\"rest\",s,(function(e,t){return c(i,[t,\"M326.4 844h363.2l44.3-520H282l44.4 520zM508 416c79.5 0 144 64.5 144 144s-64.5 144-144 144-144-64.5-144-144 64.5-144 144-144z\"],[e,\"M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z\"],[e,\"M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z\"])})),t.RightCircleTwoTone=l(\"right-circle\",s,(function(e,t){return c(i,[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm154.7 378.4l-246 178c-5.3 3.8-12.7 0-12.7-6.5V643c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9z\"],[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[e,\"M666.7 505.5l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L566.6 512 421.2 617.1c-8.3 6-13.2 15.7-13.2 25.9v46.9c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.7 0-12.9z\"])})),t.RocketTwoTone=l(\"rocket\",s,(function(e,t){return c(i,[t,\"M261.7 621.4c-9.4 14.6-17 30.3-22.5 46.6H324V558.7c-24.8 16.2-46 37.5-62.3 62.7zM700 558.7V668h84.8c-5.5-16.3-13.1-32-22.5-46.6a211.6 211.6 0 0 0-62.3-62.7zm-64-239.9l-124-147-124 147V668h248V318.8zM512 448a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"],[e,\"M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 0 0-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0 0 43.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0 0 43.1-30.5 97.52 97.52 0 0 0 21.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zm-540-68h-84.8c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668zm64-184.9V318.8l124-147 124 147V668H388V483.1zm240.1 301.1c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 0 1-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM700 668V558.7a211.6 211.6 0 0 1 62.3 62.7c9.4 14.6 17 30.3 22.5 46.6H700z\"],[e,\"M464 400a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"])})),t.RightSquareTwoTone=l(\"right-square\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm216-196.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9l-246 178c-5.3 3.9-12.7.1-12.7-6.4v-46.9z\"],[e,\"M412.7 696.4l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.7-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.4z\"])})),t.SafetyCertificateTwoTone=l(\"safety-certificate\",s,(function(e,t){return c(i,[e,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\"],[t,\"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM632.8 328H688c6.5 0 10.3 7.4 6.5 12.7L481.9 633.4a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89.1 150.9-207.8c3-4.1 7.9-6.6 13-6.6z\"],[e,\"M404.2 453.3c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z\"])})),t.SaveTwoTone=l(\"save\",s,(function(e,t){return c(i,[t,\"M704 320c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V184H184v656h656V341.8l-136-136V320zM512 730c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144z\"],[e,\"M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z\"],[e,\"M893.3 293.3L730.7 130.7c-.7-.7-1.4-1.3-2.1-2-.1-.1-.3-.2-.4-.3-.7-.7-1.5-1.3-2.2-1.9a64 64 0 0 0-22-11.7V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840z\"])})),t.ScheduleTwoTone=l(\"schedule\",s,(function(e,t){return c(i,[t,\"M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.4-91.2l-165 228.7a15.9 15.9 0 0 1-25.8 0L493.5 531.3c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.4 12.9 6.6l52.8 73.1 103.6-143.7c3-4.1 7.8-6.6 12.8-6.5h54.9c6.5 0 10.3 7.4 6.5 12.7z\"],[e,\"M724.2 454.6L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0 0 25.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"],[e,\"M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z\"],[e,\"M416 632H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"])})),t.SecurityScanTwoTone=l(\"security-scan\",s,(function(e,t){return c(i,[e,\"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z\"],[t,\"M460.7 451.1a80.1 80.1 0 1 0 160.2 0 80.1 80.1 0 1 0-160.2 0z\"],[t,\"M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zm428.7 122.5c56.3 56.3 56.3 147.5 0 203.8-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 0 1-11.3 0l-34-34a8.03 8.03 0 0 1 0-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0z\"],[e,\"M418.8 527.8l-77.5 77.5a8.03 8.03 0 0 0 0 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.6 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 122.9-20.1 178.6zm65.4-133.3a80.1 80.1 0 0 1 113.3 0 80.1 80.1 0 0 1 0 113.3c-31.3 31.3-82 31.3-113.3 0s-31.3-82 0-113.3z\"])})),t.SettingTwoTone=l(\"setting\",s,(function(e,t){return c(i,[t,\"M859.3 569.7l.2.1c3.1-18.9 4.6-38.2 4.6-57.3 0-17.1-1.3-34.3-3.7-51.1 2.4 16.7 3.6 33.6 3.6 50.5 0 19.4-1.6 38.8-4.7 57.8zM99 398.1c-.5-.4-.9-.8-1.4-1.3.7.7 1.4 1.4 2.2 2.1l65.5 55.9v-.1L99 398.1zm536.6-216h.1l-15.5-83.8c-.2-1-.4-1.9-.7-2.8.1.5.3 1.1.4 1.6l15.7 85zm54 546.5l31.4-25.8 92.8 32.9c17-22.9 31.3-47.5 42.6-73.6l-74.7-63.9 6.6-40.1c2.5-15.1 3.8-30.6 3.8-46.1s-1.3-31-3.8-46.1l-6.5-39.9 74.7-63.9c-11.4-26-25.6-50.7-42.6-73.6l-92.8 32.9-31.4-25.8c-23.9-19.6-50.6-35-79.3-45.8l-38.1-14.3-17.9-97a377.5 377.5 0 0 0-85 0l-17.9 97.2-37.9 14.3c-28.5 10.8-55 26.2-78.7 45.7l-31.4 25.9-93.4-33.2c-17 22.9-31.3 47.5-42.6 73.6l75.5 64.5-6.5 40c-2.5 14.9-3.7 30.2-3.7 45.5 0 15.2 1.3 30.6 3.7 45.5l6.5 40-75.5 64.5c11.4 26 25.6 50.7 42.6 73.6l93.4-33.2 31.4 25.9c23.7 19.5 50.2 34.9 78.7 45.7l37.8 14.5 17.9 97.2c28.2 3.2 56.9 3.2 85 0l17.9-97 38.1-14.3c28.8-10.8 55.4-26.2 79.3-45.8zm-177.1-50.3c-30.5 0-59.2-7.8-84.3-21.5C373.3 627 336 568.9 336 502c0-97.2 78.8-176 176-176 66.9 0 125 37.3 154.8 92.2 13.7 25 21.5 53.7 21.5 84.3 0 97.1-78.7 175.8-175.8 175.8zM207.2 812.8c-5.5 1.9-11.2 2.3-16.6 1.2 5.7 1.2 11.7 1 17.5-1l81.4-29c-.1-.1-.3-.2-.4-.3l-81.9 29.1zm717.6-414.7l-65.5 56c0 .2.1.5.1.7l65.4-55.9c7.1-6.1 11.1-14.9 11.2-24-.3 8.8-4.3 17.3-11.2 23.2z\"],[t,\"M935.8 646.6c.5 4.7 0 9.5-1.7 14.1l-.9 2.6a446.02 446.02 0 0 1-79.7 137.9l-1.8 2.1a32 32 0 0 1-35.1 9.5l-81.3-28.9a350 350 0 0 1-99.7 57.6l-15.7 85a32.05 32.05 0 0 1-25.8 25.7l-2.7.5a445.2 445.2 0 0 1-79.2 7.1h.3c26.7 0 53.4-2.4 79.4-7.1l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c1.6-4.7 2.1-9.7 1.5-14.5z\"],[e,\"M688 502c0-30.3-7.7-58.9-21.2-83.8C637 363.3 578.9 326 512 326c-97.2 0-176 78.8-176 176 0 66.9 37.3 125 92.2 154.8 24.9 13.5 53.4 21.2 83.8 21.2 97.2 0 176-78.8 176-176zm-288 0c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 0 1 624 502c0 29.9-11.7 58-32.8 79.2A111.6 111.6 0 0 1 512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 0 1 400 502z\"],[e,\"M594.1 952.2a32.05 32.05 0 0 0 25.8-25.7l15.7-85a350 350 0 0 0 99.7-57.6l81.3 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c1.7-4.6 2.2-9.4 1.7-14.1-.9-7.9-4.7-15.4-11-20.9l-65.3-55.9-.2-.1c3.1-19 4.7-38.4 4.7-57.8 0-16.9-1.2-33.9-3.6-50.5-.3-2.2-.7-4.4-1-6.6 0-.2-.1-.5-.1-.7l65.5-56c6.9-5.9 10.9-14.4 11.2-23.2.1-4-.5-8.1-1.9-12l-.9-2.6a443.74 443.74 0 0 0-79.7-137.9l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.3 28.9c-30-24.6-63.4-44-99.6-57.6h-.1l-15.7-85c-.1-.5-.2-1.1-.4-1.6a32.08 32.08 0 0 0-25.4-24.1l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.4a351.86 351.86 0 0 0-99 57.4l-81.9-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a446.02 446.02 0 0 0-79.7 137.9l-.9 2.6a32.09 32.09 0 0 0 7.9 33.9c.5.4.9.9 1.4 1.3l66.3 56.6v.1c-3.1 18.8-4.6 37.9-4.6 57 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1c4.9 5.7 11.4 9.4 18.5 10.7 5.4 1 11.1.7 16.6-1.2l81.9-29.1c.1.1.3.2.4.3 29.7 24.3 62.8 43.6 98.6 57.1l15.8 85.4a32.05 32.05 0 0 0 25.8 25.7l2.7.5c26.1 4.7 52.8 7.1 79.5 7.1h.3c26.6 0 53.3-2.4 79.2-7.1l2.7-.5zm-39.8-66.5a377.5 377.5 0 0 1-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 0 1-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97z\"])})),t.ShopTwoTone=l(\"shop\",s,(function(e,t){return c(i,[t,\"M839.5 344h-655c-.3 0-.5.2-.5.5v91.2c0 59.8 49 108.3 109.3 108.3 40.7 0 76.2-22 95.1-54.7 2.9-5.1 8.4-8.3 14.3-8.3s11.3 3.2 14.3 8.3c18.8 32.7 54.3 54.7 95 54.7 40.8 0 76.4-22.1 95.1-54.9 2.9-5 8.2-8.1 13.9-8.1h.6c5.8 0 11 3.1 13.9 8.1 18.8 32.8 54.4 54.9 95.2 54.9C791 544 840 495.5 840 435.7v-91.2c0-.3-.2-.5-.5-.5z\"],[e,\"M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0 0 14.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0 0 15.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234.4 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0 0 38.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c3-1.3 6-2.6 9-4v242.2zM840 435.7c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 0 1 512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 0 1-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z\"])})),t.ShoppingTwoTone=l(\"shopping\",s,(function(e,t){return c(i,[t,\"M696 472c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88H400v88c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88h-96v456h560V384h-96v88z\"],[e,\"M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z\"])})),t.SkinTwoTone=l(\"skin\",s,(function(e,t){return c(i,[t,\"M512 318c-79.2 0-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2 71.2-97.5 120-176.7 120z\"],[e,\"M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z\"])})),t.SlidersTwoTone=l(\"sliders\",s,(function(e,t){return c(i,[t,\"M180 292h80v440h-80zm369 180h-74a3 3 0 0 0-3 3v74a3 3 0 0 0 3 3h74a3 3 0 0 0 3-3v-74a3 3 0 0 0-3-3zm215-108h80v296h-80z\"],[e,\"M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 0 1-3 3h-74a3 3 0 0 1-3-3v-74a3 3 0 0 1 3-3h74a3 3 0 0 1 3 3v74zM320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440z\"])})),t.SmileTwoTone=l(\"smile\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0 1 96 0 48.01 48.01 0 0 1-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 0 1 8-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 0 1 8 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 0 1 0-96 48.01 48.01 0 0 1 0 96z\"],[e,\"M288 421a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm376 112h-48.1c-4.2 0-7.8 3.2-8.1 7.4-3.7 49.5-45.3 88.6-95.8 88.6s-92-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 0 0-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 0 0-8-8.4zm-24-112a48 48 0 1 0 96 0 48 48 0 1 0-96 0z\"])})),t.SnippetsTwoTone=l(\"snippets\",s,(function(e,t){return c(i,[t,\"M450 510V336H232v552h432V550H490c-22.1 0-40-17.9-40-40z\"],[e,\"M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z\"])})),t.SoundTwoTone=l(\"sound\",s,(function(e,t){return c(i,[t,\"M275.4 424H146v176h129.4l18 11.7L586 803V221L293.3 412.3z\"],[e,\"M892.1 737.8l-110.3-63.7a15.9 15.9 0 0 0-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0 0 21.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM934 476H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM760 344a15.9 15.9 0 0 0 21.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 0 0-21.7-5.9L746 287.8a15.99 15.99 0 0 0-5.8 21.8L760 344zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582z\"])})),t.StarTwoTone=l(\"star\",s,(function(e,t){return c(i,[t,\"M512.5 190.4l-94.4 191.3-211.2 30.7 152.8 149-36.1 210.3 188.9-99.3 188.9 99.2-36.1-210.3 152.8-148.9-211.2-30.7z\"],[e,\"M908.6 352.8l-253.9-36.9L541.2 85.8c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L370.3 315.9l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 0 0 .6 45.3l183.7 179.1L239 839.4a31.95 31.95 0 0 0 46.4 33.7l227.1-119.4 227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM665.3 561.3l36.1 210.3-188.9-99.2-188.9 99.3 36.1-210.3-152.8-149 211.2-30.7 94.4-191.3 94.4 191.3 211.2 30.7-152.8 148.9z\"])})),t.StopTwoTone=l(\"stop\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm288.5 682.8L277.7 224C258 240 240 258 224 277.7l522.8 522.8C682.8 852.7 601 884 512 884c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372c0 89-31.3 170.8-83.5 234.8z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372c89 0 170.8-31.3 234.8-83.5L224 277.7c16-19.7 34-37.7 53.7-53.7l522.8 522.8C852.7 682.8 884 601 884 512c0-205.4-166.6-372-372-372z\"])})),t.SwitcherTwoTone=l(\"switcher\",s,(function(e,t){return c(i,[t,\"M184 840h528V312H184v528zm116-290h296v64H300v-64z\"],[e,\"M880 112H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z\"],[e,\"M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528z\"],[e,\"M300 550h296v64H300z\"])})),t.TabletTwoTone=l(\"tablet\",s,(function(e,t){return c(i,[e,\"M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752z\"],[t,\"M232 888h560V136H232v752zm280-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"],[e,\"M472 784a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"])})),t.TagTwoTone=l(\"tag\",s,(function(e,t){return c(i,[t,\"M589 164.6L189.3 564.3l270.4 270.4L859.4 435 836 188l-247-23.4zM680 432c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z\"],[e,\"M680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z\"],[e,\"M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 0 0 0 14.1l363.8 363.8a9.9 9.9 0 0 0 7.1 2.9c2.7 0 5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7z\"])})),t.TagsTwoTone=l(\"tags\",s,(function(e,t){return c(i,[t,\"M477.5 694l311.9-311.8-19-224.6-224.6-19-311.9 311.9L477.5 694zm116-415.5a47.81 47.81 0 0 1 33.9-33.9c16.6-4.4 34.2.3 46.4 12.4a47.93 47.93 0 0 1 12.4 46.4 47.81 47.81 0 0 1-33.9 33.9c-16.6 4.4-34.2-.3-46.4-12.4a48.3 48.3 0 0 1-12.4-46.4z\"],[t,\"M476.6 792.6c-1.7-.2-3.4-1-4.7-2.3L137.7 456.1a8.03 8.03 0 0 1 0-11.3L515.9 66.6c1.2-1.3 2.9-2.1 4.7-2.3h-.4c-2.3-.2-4.7.6-6.3 2.3L135.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.8 1.9 4.3 2.6 6.7 2.3z\"],[e,\"M889.7 539.8l-39.6-39.5a8.03 8.03 0 0 0-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 0 0-11.3 0l-39.6 39.5a8.03 8.03 0 0 0 0 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3zM652.3 337.3a47.81 47.81 0 0 0 33.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93 47.93 0 0 0-46.4-12.4 47.81 47.81 0 0 0-33.9 33.9c-4.4 16.6.3 34.2 12.4 46.4a48.3 48.3 0 0 0 46.4 12.4z\"],[e,\"M137.7 444.8a8.03 8.03 0 0 0 0 11.3l334.2 334.2c1.3 1.3 2.9 2.1 4.7 2.3 2.4.3 4.8-.5 6.6-2.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3h-1.6c-1.8.2-3.4 1-4.7 2.3L137.7 444.8zm408.1-306.2l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9z\"])})),t.ToolTwoTone=l(\"tool\",s,(function(e,t){return c(i,[t,\"M706.8 488.7a32.05 32.05 0 0 1-45.3 0L537 364.2a32.05 32.05 0 0 1 0-45.3l132.9-132.8a184.2 184.2 0 0 0-144 53.5c-58.1 58.1-69.3 145.3-33.6 214.6L439.5 507c-.1 0-.1-.1-.1-.1L209.3 737l79.2 79.2 274-274.1.1.1 8.8-8.8c69.3 35.7 156.5 24.5 214.6-33.6 39.2-39.1 57.3-92.1 53.6-143.9L706.8 488.7z\"],[e,\"M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 0 1 144-53.5L537 318.9a32.05 32.05 0 0 0 0 45.3l124.5 124.5a32.05 32.05 0 0 0 45.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z\"])})),t.TrademarkCircleTwoTone=l(\"trademark-circle\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm170.7 584.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H384c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7z\"],[t,\"M529.9 357h-83.4v148H528c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z\"],[e,\"M605.4 549.3c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.4-131.1-144.2-131.1H384c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.7c4.4 0 8-3.6 8-8V561.2h88.7L610 720.4c1.3 2.8 4.1 4.6 7.2 4.6h62c1.2 0 2.4-.3 3.5-.8 3.9-2 5.6-6.8 3.5-10.7l-80.8-164.2zM528 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.6 0 46.8-29.8 72.4-82.8 72.4z\"])})),t.UnlockTwoTone=l(\"unlock\",s,(function(e,t){return c(i,[t,\"M232 840h560V536H232v304zm280-226a48.01 48.01 0 0 1 28 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0 1 28-87z\"],[e,\"M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 1 0-56 0z\"],[e,\"M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304z\"])})),t.TrophyTwoTone=l(\"trophy\",s,(function(e,t){return c(i,[t,\"M320 480c0 49.1 19.1 95.3 53.9 130.1 34.7 34.8 81 53.9 130.1 53.9h16c49.1 0 95.3-19.1 130.1-53.9 34.8-34.7 53.9-81 53.9-130.1V184H320v296zM184 352c0 41 26.9 75.8 64 87.6-37.1-11.9-64-46.7-64-87.6zm364 382.5C665 721.8 758.4 630.2 773.8 514 758.3 630.2 665 721.7 548 734.5zM250.2 514C265.6 630.2 359 721.8 476 734.5 359 721.7 265.7 630.2 250.2 514z\"],[e,\"M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 0 0-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 0 0-44-44zM248 439.6a91.99 91.99 0 0 1-64-87.6V232h64v207.6zM704 480c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z\"])})),t.UpCircleTwoTone=l(\"up-circle\",s,(function(e,t){return c(i,[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm178 479h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z\"],[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[e,\"M518.4 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7h46.9c10.3 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246z\"])})),t.ThunderboltTwoTone=l(\"thunderbolt\",s,(function(e,t){return c(i,[t,\"M695.4 164.1H470.8L281.2 491.5h157.4l-60.3 241 319.8-305.1h-211z\"],[e,\"M848.1 359.3H627.8L825.9 109c4.1-5.3.4-13-6.3-13H436.1c-2.8 0-5.5 1.5-6.9 4L170.1 547.5c-3.1 5.3.7 12 6.9 12h174.4L262 917.1c-1.9 7.8 7.5 13.3 13.3 7.7L853.6 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.3 732.5l60.3-241H281.2l189.6-327.4h224.6L487.1 427.4h211L378.3 732.5z\"])})),t.UpSquareTwoTone=l(\"up-square\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z\"],[t,\"M184 840h656V184H184v656zm143.5-228.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7z\"],[e,\"M334 624h46.9c10.3 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7z\"])})),t.UsbTwoTone=l(\"usb\",s,(function(e,t){return c(i,[t,\"M759.9 504H264.1c-26.5 0-48.1 19.7-48.1 44v292h592V548c0-24.3-21.6-44-48.1-44z\"],[e,\"M456 248h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z\"],[e,\"M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zM336 184h352v248H336V184zm472 656H216V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v292z\"])})),t.VideoCameraTwoTone=l(\"video-camera\",s,(function(e,t){return c(i,[t,\"M136 792h576V232H136v560zm64-488c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48z\"],[e,\"M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226z\"],[e,\"M208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z\"])})),t.WalletTwoTone=l(\"wallet\",s,(function(e,t){return c(i,[e,\"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0-192H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200H184V184h656v200z\"],[t,\"M528 576h312V448H528v128zm92-104c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z\"],[e,\"M580 512a40 40 0 1 0 80 0 40 40 0 1 0-80 0z\"],[t,\"M184 840h656V640H496c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32h344V184H184v656z\"])})),t.WarningTwoTone=l(\"warning\",s,(function(e,t){return c(i,[e,\"M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z\"],[t,\"M172.2 828.1h679.6L512 239.9 172.2 828.1zM560 720a48.01 48.01 0 0 1-96 0 48.01 48.01 0 0 1 96 0zm-16-304v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z\"],[e,\"M464 720a48 48 0 1 0 96 0 48 48 0 1 0-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z\"])})),t.CiTwoTone=l(\"ci\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z\"],[e,\"M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z\"])})),t.CopyrightTwoTone=l(\"copyright\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm5.5 533c52.9 0 88.8-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4C407.4 734 344 660.8 344 539.1v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.7-3.2-8-7.4-4-49.6-40-83.4-93-83.4-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6z\"],[e,\"M517.6 351.3c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z\"])})),t.DollarTwoTone=l(\"dollar\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-37 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.9-.6-5.7-1.3-8.8-2.2V677c42.6-3.8 72-27.3 72-66.4 0-30.7-15.9-50.7-63.2-65.1z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm22.4 589.2l.2 31.7c0 4.5-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4c-89-6.5-130.7-57.1-135.2-112.1-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.8 29.9 55.4 74.1 61.3V534l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-73 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.8 46.9 125.9 109.2a8.1 8.1 0 0 1-8 8.8h-44.9c-4 0-7.4-2.9-7.9-6.9-4-29.2-27.5-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 109 116.4 0 75.2-56 117.1-134.3 124z\"],[e,\"M559.7 488.8l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z\"])})),t.EuroTwoTone=l(\"euro\",s,(function(e,t){return c(i,[e,\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z\"],[t,\"M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm117.1 581.1c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.4 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.7.3-12.8H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.8C388.5 345.7 460.7 290 567.4 290c20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346a8 8 0 0 1-9.6 7.8c-14.6-2.9-31.8-4.4-51.7-4.4-65.3 0-110.4 33.5-127.6 90.4h128.3c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8H432.5c-.3 4.4-.3 9.1-.3 13.8v36h136.4c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H438c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.3 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8z\"],[e,\"M619.6 670.5c-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H432.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H440.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 0 0 9.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H337c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H337c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8z\"])})),t.GoldTwoTone=l(\"gold\",s,(function(e,t){return c(i,[e,\"M435.7 558.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128z\"],[t,\"M592.7 276H433.2l-20.8 128h201zM217.2 620l-20.7 128h200.9l-20.7-128zm430 0l-20.7 128h200.9l-20.7-128z\"])})),t.CanlendarTwoTone=l(\"canlendar\",s,(function(e,t){return c(i,[t,\"M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z\"],[e,\"M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z\"])}))},\"3b4a\":function(e,t,n){var r=n(\"0b07\"),i=function(){try{var e=r(Object,\"defineProperty\");return e({},\"\",{}),e}catch(t){}}();e.exports=i},\"3bb4\":function(e,t,n){var r=n(\"08cc\"),i=n(\"ec69\");function o(e){var t=i(e),n=t.length;while(n--){var o=t[n],a=e[o];t[n]=[o,a,r(a)]}return t}e.exports=o},\"3bbe\":function(e,t,n){var r=n(\"1626\"),i=String,o=TypeError;e.exports=function(e){if(\"object\"==typeof e||r(e))return e;throw o(\"Can't set \"+i(e)+\" as a prototype\")}},\"3c55\":function(e,t,n){try{var r=n(\"cecd\")}catch(s){r=n(\"cecd\")}var i=/\\s+/,o=Object.prototype.toString;function a(e){if(!e||!e.nodeType)throw new Error(\"A DOM element reference is required\");this.el=e,this.list=e.classList}e.exports=function(e){return new a(e)},a.prototype.add=function(e){if(this.list)return this.list.add(e),this;var t=this.array(),n=r(t,e);return~n||t.push(e),this.el.className=t.join(\" \"),this},a.prototype.remove=function(e){if(\"[object RegExp]\"==o.call(e))return this.removeMatching(e);if(this.list)return this.list.remove(e),this;var t=this.array(),n=r(t,e);return~n&&t.splice(n,1),this.el.className=t.join(\" \"),this},a.prototype.removeMatching=function(e){for(var t=this.array(),n=0;n<t.length;n++)e.test(t[n])&&this.remove(t[n]);return this},a.prototype.toggle=function(e,t){return this.list?(\"undefined\"!==typeof t?t!==this.list.toggle(e,t)&&this.list.toggle(e):this.list.toggle(e),this):(\"undefined\"!==typeof t?t?this.add(e):this.remove(e):this.has(e)?this.remove(e):this.add(e),this)},a.prototype.array=function(){var e=this.el.getAttribute(\"class\")||\"\",t=e.replace(/^\\s+|\\s+$/g,\"\"),n=t.split(i);return\"\"===n[0]&&n.shift(),n},a.prototype.has=a.prototype.contains=function(e){return this.list?this.list.contains(e):!!~r(this.array(),e)}},\"3ca3\":function(e,t,n){\"use strict\";var r=n(\"6547\").charAt,i=n(\"577e\"),o=n(\"69f3\"),a=n(\"7dd0\"),s=\"String Iterator\",c=o.set,l=o.getterFor(s);a(String,\"String\",(function(e){c(this,{type:s,string:i(e),index:0})}),(function(){var e,t=l(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=r(n,i),t.index+=e.length,{value:e,done:!1})}))},\"3d87\":function(e,t,n){var r=n(\"4930\");e.exports=r&&!!Symbol[\"for\"]&&!!Symbol.keyFor},\"3eea\":function(e,t,n){var r=n(\"7948\"),i=n(\"3818\"),o=n(\"4bb5\"),a=n(\"e2e4\"),s=n(\"8eeb\"),c=n(\"e0e7\"),l=n(\"c6cf\"),u=n(\"1bac\"),h=1,d=2,f=4,p=l((function(e,t){var n={};if(null==e)return n;var l=!1;t=r(t,(function(t){return t=a(t,e),l||(l=t.length>1),t})),s(e,u(e),n),l&&(n=i(n,h|d|f,c));var p=t.length;while(p--)o(n,t[p]);return n}));e.exports=p},\"3f50\":function(e,t,n){\"use strict\";function r(){var e=[].slice.call(arguments,0);return 1===e.length?e[0]:function(){for(var t=0;t<e.length;t++)e[t]&&e[t].apply&&e[t].apply(this,arguments)}}n.d(t,\"a\",(function(){return r}))},\"3f6b\":function(e,t,n){e.exports={default:n(\"b9c7\"),__esModule:!0}},\"3f8c\":function(e,t){e.exports={}},4039:function(e,t,n){\"use strict\";function r(){return!1}function i(){return!0}function o(){this.timeStamp=Date.now(),this.target=void 0,this.currentTarget=void 0}Object.defineProperty(t,\"__esModule\",{value:!0}),o.prototype={isEventObject:1,constructor:o,isDefaultPrevented:r,isPropagationStopped:r,isImmediatePropagationStopped:r,preventDefault:function(){this.isDefaultPrevented=i},stopPropagation:function(){this.isPropagationStopped=i},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=i,this.stopPropagation()},halt:function(e){e?this.stopImmediatePropagation():this.stopPropagation(),this.preventDefault()}},t[\"default\"]=o,e.exports=t[\"default\"]},\"408a\":function(e,t,n){var r=n(\"e330\");e.exports=r(1..valueOf)},\"408c\":function(e,t,n){var r=n(\"2b3e\"),i=function(){return r.Date.now()};e.exports=i},\"40d5\":function(e,t,n){var r=n(\"d039\");e.exports=!r((function(){var e=function(){}.bind();return\"function\"!=typeof e||e.hasOwnProperty(\"prototype\")}))},4106:function(e,t,n){var r=n(\"4aad\"),i=n(\"6751\"),o=n(\"4b17\"),a=n(\"76dd\");function s(e,t,n){e=a(e),t=o(t);var s=t?i(e):0;return t&&s<t?r(t-s,n)+e:e}e.exports=s},4143:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t[\"default\"]={items_per_page:\"條/頁\",jump_to:\"跳至\",jump_to_confirm:\"確定\",page:\"頁\",prev_page:\"上一頁\",next_page:\"下一頁\",prev_5:\"向前 5 頁\",next_5:\"向後 5 頁\",prev_3:\"向前 3 頁\",next_3:\"向後 3 頁\"}},\"41b2\":function(e,t,n){\"use strict\";t.__esModule=!0;var r=n(\"3f6b\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t.default=i.default||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}},\"41c3\":function(e,t,n){var r=n(\"1a8c\"),i=n(\"eac5\"),o=n(\"ec8c\"),a=Object.prototype,s=a.hasOwnProperty;function c(e){if(!r(e))return o(e);var t=i(e),n=[];for(var a in e)(\"constructor\"!=a||!t&&s.call(e,a))&&n.push(a);return n}e.exports=c},4245:function(e,t,n){var r=n(\"1290\");function i(e,t){var n=e.__data__;return r(t)?n[\"string\"==typeof t?\"string\":\"hash\"]:n.map}e.exports=i},42454:function(e,t,n){var r=n(\"f909\"),i=n(\"2ec1\"),o=i((function(e,t,n){r(e,t,n)}));e.exports=o},4284:function(e,t){function n(e,t){var n=-1,r=null==e?0:e.length;while(++n<r)if(t(e[n],n,e))return!0;return!1}e.exports=n},\"428f\":function(e,t,n){var r=n(\"da84\");e.exports=r},\"42a2\":function(e,t,n){var r=n(\"b5a7\"),i=n(\"79bc\"),o=n(\"1cec\"),a=n(\"c869\"),s=n(\"39ff\"),c=n(\"3729\"),l=n(\"dc57\"),u=\"[object Map]\",h=\"[object Object]\",d=\"[object Promise]\",f=\"[object Set]\",p=\"[object WeakMap]\",v=\"[object DataView]\",m=l(r),g=l(i),b=l(o),y=l(a),C=l(s),w=c;(r&&w(new r(new ArrayBuffer(1)))!=v||i&&w(new i)!=u||o&&w(o.resolve())!=d||a&&w(new a)!=f||s&&w(new s)!=p)&&(w=function(e){var t=c(e),n=t==h?e.constructor:void 0,r=n?l(n):\"\";if(r)switch(r){case m:return v;case g:return u;case b:return d;case y:return f;case C:return p}return t}),e.exports=w},4359:function(e,t){function n(e,t){var n=-1,r=e.length;t||(t=Array(r));while(++n<r)t[n]=e[n];return t}e.exports=n},4362:function(e,t,n){t.nextTick=function(e){var t=Array.prototype.slice.call(arguments);t.shift(),setTimeout((function(){e.apply(null,t)}),0)},t.platform=t.arch=t.execPath=t.title=\"browser\",t.pid=1,t.browser=!0,t.env={},t.argv=[],t.binding=function(e){throw new Error(\"No such module. (Possibly not yet loaded)\")},function(){var e,r=\"/\";t.cwd=function(){return r},t.chdir=function(t){e||(e=n(\"df7c\")),r=e.resolve(t,r)}}(),t.exit=t.kill=t.umask=t.dlopen=t.uptime=t.memoryUsage=t.uvCounters=function(){},t.features={}},4416:function(e,t){function n(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}e.exports=n},\"44ad\":function(e,t,n){var r=n(\"e330\"),i=n(\"d039\"),o=n(\"c6b6\"),a=Object,s=r(\"\".split);e.exports=i((function(){return!a(\"z\").propertyIsEnumerable(0)}))?function(e){return\"String\"==o(e)?s(e,\"\"):a(e)}:a},\"44d2\":function(e,t,n){var r=n(\"b622\"),i=n(\"7c73\"),o=n(\"9bf2\").f,a=r(\"unscopables\"),s=Array.prototype;void 0==s[a]&&o(s,a,{configurable:!0,value:i(null)}),e.exports=function(e){s[a][e]=!0}},\"44de\":function(e,t,n){var r=n(\"da84\");e.exports=function(e,t){var n=r.console;n&&n.error&&(1==arguments.length?n.error(e):n.error(e,t))}},\"44e7\":function(e,t,n){var r=n(\"861d\"),i=n(\"c6b6\"),o=n(\"b622\"),a=o(\"match\");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[a])?!!t:\"RegExp\"==i(e))}},\"466d\":function(e,t,n){\"use strict\";var r=n(\"c65b\"),i=n(\"d784\"),o=n(\"825a\"),a=n(\"50c4\"),s=n(\"577e\"),c=n(\"1d80\"),l=n(\"dc4a\"),u=n(\"8aa5\"),h=n(\"14c3\");i(\"match\",(function(e,t,n){return[function(t){var n=c(this),i=void 0==t?void 0:l(t,e);return i?r(i,t,n):new RegExp(t)[e](s(n))},function(e){var r=o(this),i=s(e),c=n(t,r,i);if(c.done)return c.value;if(!r.global)return h(r,i);var l=r.unicode;r.lastIndex=0;var d,f=[],p=0;while(null!==(d=h(r,i))){var v=s(d[0]);f[p]=v,\"\"===v&&(r.lastIndex=u(i,a(r.lastIndex),l)),p++}return 0===p?null:f}]}))},\"467e\":function(e,t){var n={en_GB:\"en-gb\",en_US:\"en\",zh_CN:\"zh-cn\",zh_TW:\"zh-tw\"},r=function(e){var t=n[e];return t||e.split(\"_\")[0]};e.exports=function(e,t,n){var i=t.prototype.locale;t.prototype.locale=function(e){return\"string\"===typeof e&&(e=r(e)),i.call(this,e)}}},\"467f\":function(e,t,n){\"use strict\";var r=n(\"2d83\");e.exports=function(e,t,n){var i=n.config.validateStatus;n.status&&i&&!i(n.status)?t(r(\"Request failed with status code \"+n.status,n.config,null,n.request,n)):e(n)}},\"46cf\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default={install:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.name||\"ref\";e.directive(n,{bind:function(t,n,r){e.nextTick((function(){n.value(r.componentInstance||t,r.key)})),n.value(r.componentInstance||t,r.key)},update:function(e,t,r,i){if(i.data&&i.data.directives){var o=i.data.directives.find((function(e){var t=e.name;return t===n}));if(o&&o.value!==t.value)return o&&o.value(null,i.key),void t.value(r.componentInstance||e,r.key)}r.componentInstance===i.componentInstance&&r.elm===i.elm||t.value(r.componentInstance||e,r.key)},unbind:function(e,t,n){t.value(null,n.key)}})}}},4738:function(e,t,n){var r=n(\"da84\"),i=n(\"d256\"),o=n(\"1626\"),a=n(\"94ca\"),s=n(\"8925\"),c=n(\"b622\"),l=n(\"6069\"),u=n(\"6c59\"),h=n(\"c430\"),d=n(\"2d00\"),f=i&&i.prototype,p=c(\"species\"),v=!1,m=o(r.PromiseRejectionEvent),g=a(\"Promise\",(function(){var e=s(i),t=e!==String(i);if(!t&&66===d)return!0;if(h&&(!f[\"catch\"]||!f[\"finally\"]))return!0;if(d<51||!/native code/.test(e)){var n=new i((function(e){e(1)})),r=function(e){e((function(){}),(function(){}))},o=n.constructor={};if(o[p]=r,v=n.then((function(){}))instanceof r,!v)return!0}return!t&&(l||u)&&!m}));e.exports={CONSTRUCTOR:g,REJECTION_EVENT:m,SUBCLASSING:v}},\"47f5\":function(e,t,n){var r=n(\"2b03\"),i=n(\"d9a8\"),o=n(\"099a\");function a(e,t,n){return t===t?o(e,t,n):r(e,i,n)}e.exports=a},4840:function(e,t,n){var r=n(\"825a\"),i=n(\"5087\"),o=n(\"b622\"),a=o(\"species\");e.exports=function(e,t){var n,o=r(e).constructor;return void 0===o||void 0==(n=r(o)[a])?t:i(n)}},4849:function(e,t,n){e.exports={default:n(\"3787\"),__esModule:!0}},\"485a\":function(e,t,n){var r=n(\"c65b\"),i=n(\"1626\"),o=n(\"861d\"),a=TypeError;e.exports=function(e,t){var n,s;if(\"string\"===t&&i(n=e.toString)&&!o(s=r(n,e)))return s;if(i(n=e.valueOf)&&!o(s=r(n,e)))return s;if(\"string\"!==t&&i(n=e.toString)&&!o(s=r(n,e)))return s;throw a(\"Can't convert object to primitive value\")}},\"48a0\":function(e,t,n){var r=n(\"242e\"),i=n(\"950a\"),o=i(r);e.exports=o},4930:function(e,t,n){var r=n(\"2d00\"),i=n(\"d039\");e.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},\"49f4\":function(e,t,n){var r=n(\"6044\");function i(){this.__data__=r?r(null):{},this.size=0}e.exports=i},\"4a47\":function(e,t,n){\"use strict\";var r=n(\"1a14\"),i=n(\"10db\");e.exports=function(e,t,n){t in e?r.f(e,t,i(0,n)):e[t]=n}},\"4aad\":function(e,t,n){var r=n(\"b0a8\"),i=n(\"ce86\"),o=n(\"c32f\"),a=n(\"aaec\"),s=n(\"6751\"),c=n(\"126d\"),l=Math.ceil;function u(e,t){t=void 0===t?\" \":i(t);var n=t.length;if(n<2)return n?r(t,e):t;var u=r(t,l(e/s(t)));return a(t)?o(c(u),0,e).join(\"\"):u.slice(0,e)}e.exports=u},\"4b17\":function(e,t,n){var r=n(\"6428\");function i(e){var t=r(e),n=t%1;return t===t?n?t-n:t:0}e.exports=i},\"4b5c\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"d46a\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]=i[\"default\"]},\"4b8b\":function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},\"4bb5\":function(e,t,n){var r=n(\"e2e4\"),i=n(\"4416\"),o=n(\"8296\"),a=n(\"f4d6\");function s(e,t){return t=r(t,e),e=o(e,t),null==e||delete e[a(i(t))]}e.exports=s},\"4bde\":function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";return function(e,t,n){n.isMoment=function(e){return n.isDayjs(e)}}}))},\"4cef\":function(e,t){var n=/\\s/;function r(e){var t=e.length;while(t--&&n.test(e.charAt(t)));return t}e.exports=r},\"4d20\":function(e,t,n){var r=n(\"1917\"),i=n(\"10db\"),o=n(\"6ca1\"),a=n(\"3397\"),s=n(\"9c0e\"),c=n(\"faf5\"),l=Object.getOwnPropertyDescriptor;t.f=n(\"0bad\")?l:function(e,t){if(e=o(e),t=a(t,!0),c)try{return l(e,t)}catch(n){}if(s(e,t))return i(!r.f.call(e,t),e[t])}},\"4d26\":function(e,t,n){var r,i;\n/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/(function(){\"use strict\";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if(\"string\"===i||\"number\"===i)e.push(r);else if(Array.isArray(r)){if(r.length){var a=o.apply(null,r);a&&e.push(a)}}else if(\"object\"===i){if(r.toString!==Object.prototype.toString&&!r.toString.toString().includes(\"[native code]\")){e.push(r.toString());continue}for(var s in r)n.call(r,s)&&r[s]&&e.push(s)}}}return e.join(\" \")}e.exports?(o.default=o,e.exports=o):(r=[],i=function(){return o}.apply(t,r),void 0===i||(e.exports=i))})()},\"4d64\":function(e,t,n){var r=n(\"fc6a\"),i=n(\"23cb\"),o=n(\"07fa\"),a=function(e){return function(t,n,a){var s,c=r(t),l=o(c),u=i(a,l);if(e&&n!=n){while(l>u)if(s=c[u++],s!=s)return!0}else for(;l>u;u++)if((e||u in c)&&c[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},\"4d88\":function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},\"4d8c\":function(e,t,n){var r=n(\"5c69\");function i(e){var t=null==e?0:e.length;return t?r(e,1):[]}e.exports=i},\"4d91\":function(e,t,n){\"use strict\";var r=n(\"1098\"),i=n.n(r),o=n(\"60ed\"),a=n.n(o),s=Object.prototype,c=s.toString,l=s.hasOwnProperty,u=/^\\s*function (\\w+)/,h=function(e){var t=null!==e&&void 0!==e?e.type?e.type:e:null,n=t&&t.toString().match(u);return n&&n[1]},d=function(e){if(null===e||void 0===e)return null;var t=e.constructor.toString().match(u);return t&&t[1]},f=function(){},p=Number.isInteger||function(e){return\"number\"===typeof e&&isFinite(e)&&Math.floor(e)===e},v=Array.isArray||function(e){return\"[object Array]\"===c.call(e)},m=function(e){return\"[object Function]\"===c.call(e)},g=function(e){Object.defineProperty(e,\"def\",{value:function(e){return void 0===e&&void 0===this[\"default\"]?(this[\"default\"]=void 0,this):m(e)||C(this,e)?(this[\"default\"]=v(e)||a()(e)?function(){return e}:e,this):(w(this._vueTypes_name+' - invalid default value: \"'+e+'\"',e),this)},enumerable:!1,writable:!1})},b=function(e){Object.defineProperty(e,\"isRequired\",{get:function(){return this.required=!0,this},enumerable:!1})},y=function(e,t){return Object.defineProperty(t,\"_vueTypes_name\",{enumerable:!1,writable:!1,value:e}),b(t),g(t),m(t.validator)&&(t.validator=t.validator.bind(t)),t},C=function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=t,o=!0,s=void 0;a()(t)||(i={type:t});var c=i._vueTypes_name?i._vueTypes_name+\" - \":\"\";return l.call(i,\"type\")&&null!==i.type&&(v(i.type)?(o=i.type.some((function(t){return e(t,n,!0)})),s=i.type.map((function(e){return h(e)})).join(\" or \")):(s=h(i),o=\"Array\"===s?v(n):\"Object\"===s?a()(n):\"String\"===s||\"Number\"===s||\"Boolean\"===s||\"Function\"===s?d(n)===s:n instanceof i.type)),o?l.call(i,\"validator\")&&m(i.validator)?(o=i.validator(n),o||!1!==r||w(c+\"custom validation failed\"),o):o:(!1===r&&w(c+'value \"'+n+'\" should be of type \"'+s+'\"'),!1)},w=f,x={get any(){return y(\"any\",{type:null})},get func(){return y(\"function\",{type:Function}).def(k.func)},get bool(){return y(\"boolean\",{type:Boolean}).def(k.bool)},get string(){return y(\"string\",{type:String}).def(k.string)},get number(){return y(\"number\",{type:Number}).def(k.number)},get array(){return y(\"array\",{type:Array}).def(k.array)},get object(){return y(\"object\",{type:Object}).def(k.object)},get integer(){return y(\"integer\",{type:Number,validator:function(e){return p(e)}}).def(k.integer)},get symbol(){return y(\"symbol\",{type:null,validator:function(e){return\"symbol\"===(\"undefined\"===typeof e?\"undefined\":i()(e))}})},custom:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"custom validation failed\";if(\"function\"!==typeof e)throw new TypeError(\"[VueTypes error]: You must provide a function as argument\");return y(e.name||\"<<anonymous function>>\",{validator:function(){var n=e.apply(void 0,arguments);return n||w(this._vueTypes_name+\" - \"+t),n}})},oneOf:function(e){if(!v(e))throw new TypeError(\"[VueTypes error]: You must provide an array as argument\");var t='oneOf - value should be one of \"'+e.join('\", \"')+'\"',n=e.reduce((function(e,t){return null!==t&&void 0!==t&&-1===e.indexOf(t.constructor)&&e.push(t.constructor),e}),[]);return y(\"oneOf\",{type:n.length>0?n:null,validator:function(n){var r=-1!==e.indexOf(n);return r||w(t),r}})},instanceOf:function(e){return y(\"instanceOf\",{type:e})},oneOfType:function(e){if(!v(e))throw new TypeError(\"[VueTypes error]: You must provide an array as argument\");var t=!1,n=e.reduce((function(e,n){if(a()(n)){if(\"oneOf\"===n._vueTypes_name)return e.concat(n.type||[]);if(n.type&&!m(n.validator)){if(v(n.type))return e.concat(n.type);e.push(n.type)}else m(n.validator)&&(t=!0);return e}return e.push(n),e}),[]);if(!t)return y(\"oneOfType\",{type:n}).def(void 0);var r=e.map((function(e){return e&&v(e.type)?e.type.map(h):h(e)})).reduce((function(e,t){return e.concat(v(t)?t:[t])}),[]).join('\", \"');return this.custom((function(t){var n=e.some((function(e){return\"oneOf\"===e._vueTypes_name?!e.type||C(e.type,t,!0):C(e,t,!0)}));return n||w('oneOfType - value type should be one of \"'+r+'\"'),n})).def(void 0)},arrayOf:function(e){return y(\"arrayOf\",{type:Array,validator:function(t){var n=t.every((function(t){return C(e,t)}));return n||w('arrayOf - value must be an array of \"'+h(e)+'\"'),n}})},objectOf:function(e){return y(\"objectOf\",{type:Object,validator:function(t){var n=Object.keys(t).every((function(n){return C(e,t[n])}));return n||w('objectOf - value must be an object of \"'+h(e)+'\"'),n}})},shape:function(e){var t=Object.keys(e),n=t.filter((function(t){return e[t]&&!0===e[t].required})),r=y(\"shape\",{type:Object,validator:function(r){var i=this;if(!a()(r))return!1;var o=Object.keys(r);return n.length>0&&n.some((function(e){return-1===o.indexOf(e)}))?(w('shape - at least one of required properties \"'+n.join('\", \"')+'\" is not present'),!1):o.every((function(n){if(-1===t.indexOf(n))return!0===i._vueTypes_isLoose||(w('shape - object is missing \"'+n+'\" property'),!1);var o=e[n];return C(o,r[n])}))}});return Object.defineProperty(r,\"_vueTypes_isLoose\",{enumerable:!1,writable:!0,value:!1}),Object.defineProperty(r,\"loose\",{get:function(){return this._vueTypes_isLoose=!0,this},enumerable:!1}),r}},S=function(){return{func:void 0,bool:void 0,string:void 0,number:void 0,array:void 0,object:void 0,integer:void 0}},k=S();Object.defineProperty(x,\"sensibleDefaults\",{enumerable:!1,set:function(e){!1===e?k={}:!0===e?k=S():a()(e)&&(k=e)},get:function(){return k}});t[\"a\"]=x},\"4dae\":function(e,t,n){var r=n(\"23cb\"),i=n(\"07fa\"),o=n(\"8418\"),a=Array,s=Math.max;e.exports=function(e,t,n){for(var c=i(e),l=r(t,c),u=r(void 0===n?c:n,c),h=a(s(u-l,0)),d=0;l<u;l++,d++)o(h,d,e[l]);return h.length=d,h}},\"4de4\":function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"b727\").filter,o=n(\"1dde\"),a=o(\"filter\");r({target:\"Array\",proto:!0,forced:!a},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},\"4df4\":function(e,t,n){\"use strict\";var r=n(\"0366\"),i=n(\"c65b\"),o=n(\"7b0b\"),a=n(\"9bdd\"),s=n(\"e95a\"),c=n(\"68ee\"),l=n(\"07fa\"),u=n(\"8418\"),h=n(\"9a1f\"),d=n(\"35a1\"),f=Array;e.exports=function(e){var t=o(e),n=c(this),p=arguments.length,v=p>1?arguments[1]:void 0,m=void 0!==v;m&&(v=r(v,p>2?arguments[2]:void 0));var g,b,y,C,w,x,S=d(t),k=0;if(!S||this===f&&s(S))for(g=l(t),b=n?new this(g):f(g);g>k;k++)x=m?v(t[k],k):t[k],u(b,k,x);else for(C=h(t,S),w=C.next,b=n?new this:[];!(y=i(w,C)).done;k++)x=m?a(C,v,[y.value,k],!0):y.value,u(b,k,x);return b.length=k,b}},\"4e71\":function(e,t,n){n(\"e198\")(\"observable\")},\"4ebc\":function(e,t,n){var r=n(\"4d88\");e.exports=Array.isArray||function(e){return\"Array\"==r(e)}},\"4f50\":function(e,t,n){var r=n(\"b760\"),i=n(\"e5383\"),o=n(\"c8fe\"),a=n(\"4359\"),s=n(\"fa21\"),c=n(\"d370\"),l=n(\"6747\"),u=n(\"dcbe\"),h=n(\"0d24\"),d=n(\"9520\"),f=n(\"1a8c\"),p=n(\"60ed\"),v=n(\"73ac\"),m=n(\"8adb\"),g=n(\"8de2\");function b(e,t,n,b,y,C,w){var x=m(e,n),S=m(t,n),k=w.get(S);if(k)r(e,n,k);else{var O=C?C(x,S,n+\"\",e,t,w):void 0,M=void 0===O;if(M){var z=l(S),_=!z&&h(S),T=!z&&!_&&v(S);O=S,z||_||T?l(x)?O=x:u(x)?O=a(x):_?(M=!1,O=i(S,!0)):T?(M=!1,O=o(S,!0)):O=[]:p(S)||c(S)?(O=x,c(x)?O=g(x):f(x)&&!d(x)||(O=s(S))):M=!1}M&&(w.set(S,O),y(O,S,b,C,w),w[\"delete\"](S)),r(e,n,O)}}e.exports=b},5087:function(e,t,n){var r=n(\"68ee\"),i=n(\"0d51\"),o=TypeError;e.exports=function(e){if(r(e))return e;throw o(i(e)+\" is not a constructor\")}},\"50c4\":function(e,t,n){var r=n(\"5926\"),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},\"50c6\":function(e,t,n){var r=n(\"a0c4\"),i=n(\"243f\"),o=n(\"badf\"),a=n(\"6747\");function s(e,t){return function(n,s){var c=a(n)?r:i,l=t?t():{};return c(n,e,o(s,2),l)}}e.exports=s},\"50d8\":function(e,t){function n(e,t){var n=-1,r=Array(e);while(++n<e)r[n]=t(n);return r}e.exports=n},\"511f\":function(e,t,n){n(\"0b99\"),n(\"658f\"),e.exports=n(\"fcd4\").f(\"iterator\")},\"512c\":function(e,t,n){var r=n(\"ef08\"),i=n(\"5524\"),o=n(\"9c0c\"),a=n(\"051b\"),s=n(\"9c0e\"),c=\"prototype\",l=function(e,t,n){var u,h,d,f=e&l.F,p=e&l.G,v=e&l.S,m=e&l.P,g=e&l.B,b=e&l.W,y=p?i:i[t]||(i[t]={}),C=y[c],w=p?r:v?r[t]:(r[t]||{})[c];for(u in p&&(n=t),n)h=!f&&w&&void 0!==w[u],h&&s(y,u)||(d=h?w[u]:n[u],y[u]=p&&\"function\"!=typeof w[u]?n[u]:g&&h?o(d,r):b&&w[u]==d?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t[c]=e[c],t}(d):m&&\"function\"==typeof d?o(Function.call,d):d,m&&((y.virtual||(y.virtual={}))[u]=d,e&l.R&&C&&!C[u]&&a(C,u,d)))};l.F=1,l.G=2,l.S=4,l.P=8,l.B=16,l.W=32,l.U=64,l.R=128,e.exports=l},\"51eb\":function(e,t,n){\"use strict\";var r=n(\"825a\"),i=n(\"485a\"),o=TypeError;e.exports=function(e){if(r(this),\"string\"===e||\"default\"===e)e=\"string\";else if(\"number\"!==e)throw o(\"Incorrect hint\");return i(this,e)}},\"51f5\":function(e,t,n){var r=n(\"2b03\"),i=n(\"badf\"),o=n(\"4b17\"),a=Math.max;function s(e,t,n){var s=null==e?0:e.length;if(!s)return-1;var c=null==n?0:o(n);return c<0&&(c=a(s+c,0)),r(e,i(t,3),c)}e.exports=s},5270:function(e,t,n){\"use strict\";var r=n(\"c532\"),i=n(\"c401\"),o=n(\"2e67\"),a=n(\"2444\"),s=n(\"d925\"),c=n(\"e683\");function l(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){l(e),e.baseURL&&!s(e.url)&&(e.url=c(e.baseURL,e.url)),e.headers=e.headers||{},e.data=i(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers||{}),r.forEach([\"delete\",\"get\",\"head\",\"post\",\"put\",\"patch\",\"common\"],(function(t){delete e.headers[t]}));var t=e.adapter||a.adapter;return t(e).then((function(t){return l(e),t.data=i(t.data,t.headers,e.transformResponse),t}),(function(t){return o(t)||(l(e),t&&t.response&&(t.response.data=i(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},5319:function(e,t,n){\"use strict\";var r=n(\"2ba4\"),i=n(\"c65b\"),o=n(\"e330\"),a=n(\"d784\"),s=n(\"d039\"),c=n(\"825a\"),l=n(\"1626\"),u=n(\"5926\"),h=n(\"50c4\"),d=n(\"577e\"),f=n(\"1d80\"),p=n(\"8aa5\"),v=n(\"dc4a\"),m=n(\"0cb2\"),g=n(\"14c3\"),b=n(\"b622\"),y=b(\"replace\"),C=Math.max,w=Math.min,x=o([].concat),S=o([].push),k=o(\"\".indexOf),O=o(\"\".slice),M=function(e){return void 0===e?e:String(e)},z=function(){return\"$0\"===\"a\".replace(/./,\"$0\")}(),_=function(){return!!/./[y]&&\"\"===/./[y](\"a\",\"$0\")}(),T=!s((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:\"7\"},e},\"7\"!==\"\".replace(e,\"$<a>\")}));a(\"replace\",(function(e,t,n){var o=_?\"$\":\"$0\";return[function(e,n){var r=f(this),o=void 0==e?void 0:v(e,y);return o?i(o,e,r,n):i(t,d(r),e,n)},function(e,i){var a=c(this),s=d(e);if(\"string\"==typeof i&&-1===k(i,o)&&-1===k(i,\"$<\")){var f=n(t,a,s,i);if(f.done)return f.value}var v=l(i);v||(i=d(i));var b=a.global;if(b){var y=a.unicode;a.lastIndex=0}var z=[];while(1){var _=g(a,s);if(null===_)break;if(S(z,_),!b)break;var T=d(_[0]);\"\"===T&&(a.lastIndex=p(s,h(a.lastIndex),y))}for(var V=\"\",j=0,P=0;P<z.length;P++){_=z[P];for(var E=d(_[0]),H=C(w(u(_.index),s.length),0),L=[],$=1;$<_.length;$++)S(L,M(_[$]));var A=_.groups;if(v){var F=x([E],L,H,s);void 0!==A&&S(F,A);var I=d(r(i,void 0,F))}else I=m(E,s,H,L,A,i);H>=j&&(V+=O(s,j,H)+I,j=H+E.length)}return V+O(s,j)}]}),!T||!z||_)},\"53ca\":function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return r}));n(\"a4d3\"),n(\"e01a\"),n(\"d3b7\"),n(\"d28b\"),n(\"3ca3\"),n(\"ddb0\");function r(e){return r=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},r(e)}},\"54eb\":function(e,t,n){var r=n(\"8eeb\"),i=n(\"32f4\");function o(e,t){return r(e,i(e),t)}e.exports=o},5524:function(e,t){var n=e.exports={version:\"2.6.12\"};\"number\"==typeof __e&&(__e=n)},5530:function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return a}));n(\"b64b\"),n(\"a4d3\"),n(\"4de4\"),n(\"d3b7\"),n(\"e439\"),n(\"14d9\"),n(\"159b\"),n(\"dbb4\");var r=n(\"a38e\");function i(e,t,n){return t=Object(r[\"a\"])(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function a(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){i(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}},\"55a3\":function(e,t){function n(e){return this.__data__.has(e)}e.exports=n},5669:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r={placeholder:\"请选择时间\"};t[\"default\"]=r},5692:function(e,t,n){var r=n(\"c430\"),i=n(\"c6cd\");(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})(\"versions\",[]).push({version:\"3.24.0\",mode:r?\"pure\":\"global\",copyright:\"© 2014-2022 Denis Pushkarev (zloirock.ru)\",license:\"https://github.com/zloirock/core-js/blob/v3.24.0/LICENSE\",source:\"https://github.com/zloirock/core-js\"})},\"56cd\":function(e,t,n){\"use strict\";var r=n(\"41b2\"),i=n.n(r),o=n(\"2fcd\"),a=n(\"0c63\"),s={},c=4.5,l=\"24px\",u=\"24px\",h=\"topRight\",d=function(){return document.body},f=null;function p(e){var t=e.duration,n=e.placement,r=e.bottom,i=e.top,o=e.getContainer,a=e.closeIcon;void 0!==t&&(c=t),void 0!==n&&(h=n),void 0!==r&&(u=\"number\"===typeof r?r+\"px\":r),void 0!==i&&(l=\"number\"===typeof i?i+\"px\":i),void 0!==o&&(d=o),void 0!==a&&(f=a)}function v(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:l,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u,r=void 0;switch(e){case\"topLeft\":r={left:0,top:t,bottom:\"auto\"};break;case\"topRight\":r={right:0,top:t,bottom:\"auto\"};break;case\"bottomLeft\":r={left:0,top:\"auto\",bottom:n};break;default:r={right:0,top:\"auto\",bottom:n};break}return r}function m(e,t){var n=e.prefixCls,r=e.placement,i=void 0===r?h:r,c=e.getContainer,l=void 0===c?d:c,u=e.top,p=e.bottom,m=e.closeIcon,g=void 0===m?f:m,b=n+\"-\"+i;s[b]?t(s[b]):o[\"a\"].newInstance({prefixCls:n,class:n+\"-\"+i,style:v(i,u,p),getContainer:l,closeIcon:function(e){var t=\"function\"===typeof g?g(e):g,r=e(\"span\",{class:n+\"-close-x\"},[t||e(a[\"a\"],{class:n+\"-close-icon\",attrs:{type:\"close\"}})]);return r}},(function(e){s[b]=e,t(e)}))}var g={success:\"check-circle-o\",info:\"info-circle-o\",error:\"close-circle-o\",warning:\"exclamation-circle-o\"};function b(e){var t=e.icon,n=e.type,r=e.description,i=e.message,o=e.btn,s=e.prefixCls||\"ant-notification\",l=s+\"-notice\",u=void 0===e.duration?c:e.duration,h=null;if(t)h=function(e){return e(\"span\",{class:l+\"-icon\"},[\"function\"===typeof t?t(e):t])};else if(n){var d=g[n];h=function(e){return e(a[\"a\"],{class:l+\"-icon \"+l+\"-icon-\"+n,attrs:{type:d}})}}var f=e.placement,p=e.top,v=e.bottom,b=e.getContainer,y=e.closeIcon;m({prefixCls:s,placement:f,top:p,bottom:v,getContainer:b,closeIcon:y},(function(t){t.notice({content:function(e){return e(\"div\",{class:h?l+\"-with-icon\":\"\"},[h&&h(e),e(\"div\",{class:l+\"-message\"},[!r&&h?e(\"span\",{class:l+\"-message-single-line-auto-margin\"}):null,\"function\"===typeof i?i(e):i]),e(\"div\",{class:l+\"-description\"},[\"function\"===typeof r?r(e):r]),o?e(\"span\",{class:l+\"-btn\"},[\"function\"===typeof o?o(e):o]):null])},duration:u,closable:!0,onClose:e.onClose,onClick:e.onClick,key:e.key,style:e.style||{},class:e[\"class\"]})}))}var y={open:b,close:function(e){Object.keys(s).forEach((function(t){return s[t].removeNotice(e)}))},config:p,destroy:function(){Object.keys(s).forEach((function(e){s[e].destroy(),delete s[e]}))}};[\"success\",\"info\",\"warning\",\"error\"].forEach((function(e){y[e]=function(t){return y.open(i()({},t,{type:e}))}})),y.warn=y.warning,t[\"a\"]=y},\"56ef\":function(e,t,n){var r=n(\"d066\"),i=n(\"e330\"),o=n(\"241c\"),a=n(\"7418\"),s=n(\"825a\"),c=i([].concat);e.exports=r(\"Reflect\",\"ownKeys\")||function(e){var t=o.f(s(e)),n=a.f;return n?c(t,n(e)):t}},\"577e\":function(e,t,n){var r=n(\"f5df\"),i=String;e.exports=function(e){if(\"Symbol\"===r(e))throw TypeError(\"Cannot convert a Symbol value to a string\");return i(e)}},\"57a5\":function(e,t,n){var r=n(\"91e9\"),i=r(Object.keys,Object);e.exports=i},\"57b9\":function(e,t,n){var r=n(\"c65b\"),i=n(\"d066\"),o=n(\"b622\"),a=n(\"cb2d\");e.exports=function(){var e=i(\"Symbol\"),t=e&&e.prototype,n=t&&t.valueOf,s=o(\"toPrimitive\");t&&!t[s]&&a(t,s,(function(e){return r(n,this)}),{arity:1})}},\"57ba\":function(e,t,n){\"use strict\";t.__esModule=!0;var r=n(\"4849\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t.default=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,\"value\"in r&&(r.writable=!0),(0,i.default)(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}()},\"585a\":function(e,t,n){(function(t){var n=\"object\"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(\"c8ba\"))},5899:function(e,t){e.exports=\"\\t\\n\\v\\f\\r                　\\u2028\\u2029\\ufeff\"},\"58a8\":function(e,t,n){var r=n(\"e330\"),i=n(\"1d80\"),o=n(\"577e\"),a=n(\"5899\"),s=r(\"\".replace),c=\"[\"+a+\"]\",l=RegExp(\"^\"+c+c+\"*\"),u=RegExp(c+c+\"*$\"),h=function(e){return function(t){var n=o(i(t));return 1&e&&(n=s(n,l,\"\")),2&e&&(n=s(n,u,\"\")),n}};e.exports={start:h(1),end:h(2),trim:h(3)}},\"58c1\":function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return u}));var r=n(\"92fa\"),i=n.n(r),o=n(\"41b2\"),a=n.n(o),s=n(\"4d91\"),c=n(\"daa3\");function l(e){return e.name||\"Component\"}function u(e){var t=e.props||{},n=e.methods||{},r={};Object.keys(t).forEach((function(e){r[e]=a()({},t[e],{required:!1})})),e.props.__propsSymbol__=s[\"a\"].any,e.props.children=s[\"a\"].array.def([]);var o={props:r,model:e.model,name:\"Proxy_\"+l(e),methods:{getProxyWrappedInstance:function(){return this.$refs.wrappedInstance}},render:function(){var t=arguments[0],n=this.$slots,r=void 0===n?{}:n,o=this.$scopedSlots,s=Object(c[\"l\"])(this),l={props:a()({},s,{__propsSymbol__:Symbol(),componentWillReceiveProps:a()({},s),children:r[\"default\"]||s.children||[]}),on:Object(c[\"k\"])(this)};Object.keys(o).length&&(l.scopedSlots=o);var u=Object.keys(r);return t(e,i()([l,{ref:\"wrappedInstance\"}]),[u.length?u.map((function(e){return t(\"template\",{slot:e},[r[e]])})):null])}};return Object.keys(n).map((function(e){o.methods[e]=function(){var t;return(t=this.getProxyWrappedInstance())[e].apply(t,arguments)}})),o}},5926:function(e,t,n){var r=n(\"b42e\");e.exports=function(e){var t=+e;return t!==t||0===t?0:r(t)}},\"59ed\":function(e,t,n){var r=n(\"1626\"),i=n(\"0d51\"),o=TypeError;e.exports=function(e){if(r(e))return e;throw o(i(e)+\" is not a function\")}},\"5a0c\":function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";var e=1e3,t=6e4,n=36e5,r=\"millisecond\",i=\"second\",o=\"minute\",a=\"hour\",s=\"day\",c=\"week\",l=\"month\",u=\"quarter\",h=\"year\",d=\"date\",f=\"Invalid Date\",p=/^(\\d{4})[-/]?(\\d{1,2})?[-/]?(\\d{0,2})[Tt\\s]*(\\d{1,2})?:?(\\d{1,2})?:?(\\d{1,2})?[.:]?(\\d+)?$/,v=/\\[([^\\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,m={name:\"en\",weekdays:\"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\".split(\"_\"),months:\"January_February_March_April_May_June_July_August_September_October_November_December\".split(\"_\"),ordinal:function(e){var t=[\"th\",\"st\",\"nd\",\"rd\"],n=e%100;return\"[\"+e+(t[(n-20)%10]||t[n]||t[0])+\"]\"}},g=function(e,t,n){var r=String(e);return!r||r.length>=t?e:\"\"+Array(t+1-r.length).join(n)+e},b={s:g,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),i=n%60;return(t<=0?\"+\":\"-\")+g(r,2,\"0\")+\":\"+g(i,2,\"0\")},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var r=12*(n.year()-t.year())+(n.month()-t.month()),i=t.clone().add(r,l),o=n-i<0,a=t.clone().add(r+(o?-1:1),l);return+(-(r+(n-i)/(o?i-a:a-i))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:l,y:h,w:c,d:s,D:d,h:a,m:o,s:i,ms:r,Q:u}[e]||String(e||\"\").toLowerCase().replace(/s$/,\"\")},u:function(e){return void 0===e}},y=\"en\",C={};C[y]=m;var w=function(e){return e instanceof O},x=function e(t,n,r){var i;if(!t)return y;if(\"string\"==typeof t){var o=t.toLowerCase();C[o]&&(i=o),n&&(C[o]=n,i=o);var a=t.split(\"-\");if(!i&&a.length>1)return e(a[0])}else{var s=t.name;C[s]=t,i=s}return!r&&i&&(y=i),i||!r&&y},S=function(e,t){if(w(e))return e.clone();var n=\"object\"==typeof t?t:{};return n.date=e,n.args=arguments,new O(n)},k=b;k.l=x,k.i=w,k.w=function(e,t){return S(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var O=function(){function m(e){this.$L=x(e.locale,null,!0),this.parse(e)}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if(\"string\"==typeof t&&!/Z$/i.test(t)){var r=t.match(p);if(r){var i=r[2]-1||0,o=(r[7]||\"0\").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,o)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===f)},g.isSame=function(e,t){var n=S(e);return this.startOf(t)<=n&&n<=this.endOf(t)},g.isAfter=function(e,t){return S(e)<this.startOf(t)},g.isBefore=function(e,t){return this.endOf(t)<S(e)},g.$g=function(e,t,n){return k.u(e)?this[t]:this.set(n,e)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(e,t){var n=this,r=!!k.u(t)||t,u=k.p(e),f=function(e,t){var i=k.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?i:i.endOf(s)},p=function(e,t){return k.w(n.toDate()[e].apply(n.toDate(\"s\"),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),n)},v=this.$W,m=this.$M,g=this.$D,b=\"set\"+(this.$u?\"UTC\":\"\");switch(u){case h:return r?f(1,0):f(31,11);case l:return r?f(1,m):f(0,m+1);case c:var y=this.$locale().weekStart||0,C=(v<y?v+7:v)-y;return f(r?g-C:g+(6-C),m);case s:case d:return p(b+\"Hours\",0);case a:return p(b+\"Minutes\",1);case o:return p(b+\"Seconds\",2);case i:return p(b+\"Milliseconds\",3);default:return this.clone()}},g.endOf=function(e){return this.startOf(e,!1)},g.$set=function(e,t){var n,c=k.p(e),u=\"set\"+(this.$u?\"UTC\":\"\"),f=(n={},n[s]=u+\"Date\",n[d]=u+\"Date\",n[l]=u+\"Month\",n[h]=u+\"FullYear\",n[a]=u+\"Hours\",n[o]=u+\"Minutes\",n[i]=u+\"Seconds\",n[r]=u+\"Milliseconds\",n)[c],p=c===s?this.$D+(t-this.$W):t;if(c===l||c===h){var v=this.clone().set(d,1);v.$d[f](p),v.init(),this.$d=v.set(d,Math.min(this.$D,v.daysInMonth())).$d}else f&&this.$d[f](p);return this.init(),this},g.set=function(e,t){return this.clone().$set(e,t)},g.get=function(e){return this[k.p(e)]()},g.add=function(r,u){var d,f=this;r=Number(r);var p=k.p(u),v=function(e){var t=S(f);return k.w(t.date(t.date()+Math.round(e*r)),f)};if(p===l)return this.set(l,this.$M+r);if(p===h)return this.set(h,this.$y+r);if(p===s)return v(1);if(p===c)return v(7);var m=(d={},d[o]=t,d[a]=n,d[i]=e,d)[p]||1,g=this.$d.getTime()+r*m;return k.w(g,this)},g.subtract=function(e,t){return this.add(-1*e,t)},g.format=function(e){var t=this,n=this.$locale();if(!this.isValid())return n.invalidDate||f;var r=e||\"YYYY-MM-DDTHH:mm:ssZ\",i=k.z(this),o=this.$H,a=this.$m,s=this.$M,c=n.weekdays,l=n.months,u=n.meridiem,h=function(e,n,i,o){return e&&(e[n]||e(t,r))||i[n].slice(0,o)},d=function(e){return k.s(o%12||12,e,\"0\")},p=u||function(e,t,n){var r=e<12?\"AM\":\"PM\";return n?r.toLowerCase():r};return r.replace(v,(function(e,r){return r||function(e){switch(e){case\"YY\":return String(t.$y).slice(-2);case\"YYYY\":return k.s(t.$y,4,\"0\");case\"M\":return s+1;case\"MM\":return k.s(s+1,2,\"0\");case\"MMM\":return h(n.monthsShort,s,l,3);case\"MMMM\":return h(l,s);case\"D\":return t.$D;case\"DD\":return k.s(t.$D,2,\"0\");case\"d\":return String(t.$W);case\"dd\":return h(n.weekdaysMin,t.$W,c,2);case\"ddd\":return h(n.weekdaysShort,t.$W,c,3);case\"dddd\":return c[t.$W];case\"H\":return String(o);case\"HH\":return k.s(o,2,\"0\");case\"h\":return d(1);case\"hh\":return d(2);case\"a\":return p(o,a,!0);case\"A\":return p(o,a,!1);case\"m\":return String(a);case\"mm\":return k.s(a,2,\"0\");case\"s\":return String(t.$s);case\"ss\":return k.s(t.$s,2,\"0\");case\"SSS\":return k.s(t.$ms,3,\"0\");case\"Z\":return i}return null}(e)||i.replace(\":\",\"\")}))},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(r,d,f){var p,v=this,m=k.p(d),g=S(r),b=(g.utcOffset()-this.utcOffset())*t,y=this-g,C=function(){return k.m(v,g)};switch(m){case h:p=C()/12;break;case l:p=C();break;case u:p=C()/3;break;case c:p=(y-b)/6048e5;break;case s:p=(y-b)/864e5;break;case a:p=y/n;break;case o:p=y/t;break;case i:p=y/e;break;default:p=y}return f?p:k.a(p)},g.daysInMonth=function(){return this.endOf(l).$D},g.$locale=function(){return C[this.$L]},g.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),r=x(e,t,!0);return r&&(n.$L=r),n},g.clone=function(){return k.w(this.$d,this)},g.toDate=function(){return new Date(this.valueOf())},g.toJSON=function(){return this.isValid()?this.toISOString():null},g.toISOString=function(){return this.$d.toISOString()},g.toString=function(){return this.$d.toUTCString()},m}(),M=O.prototype;return S.prototype=M,[[\"$ms\",r],[\"$s\",i],[\"$m\",o],[\"$H\",a],[\"$W\",s],[\"$M\",l],[\"$y\",h],[\"$D\",d]].forEach((function(e){M[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),S.extend=function(e,t){return e.$i||(e(t,O,S),e.$i=!0),S},S.locale=x,S.isDayjs=w,S.unix=function(e){return S(1e3*e)},S.en=C[y],S.Ls=C,S.p={},S}))},\"5a34\":function(e,t,n){var r=n(\"44e7\"),i=TypeError;e.exports=function(e){if(r(e))throw i(\"The method doesn't accept regular expressions\");return e}},\"5a47\":function(e,t,n){var r=n(\"23e7\"),i=n(\"4930\"),o=n(\"d039\"),a=n(\"7418\"),s=n(\"7b0b\"),c=!i||o((function(){a.f(1)}));r({target:\"Object\",stat:!0,forced:c},{getOwnPropertySymbols:function(e){var t=a.f;return t?t(s(e)):[]}})},\"5a94\":function(e,t,n){var r=n(\"b367\")(\"keys\"),i=n(\"8b1a\");e.exports=function(e){return r[e]||(r[e]=i(e))}},\"5b01\":function(e,t,n){var r=n(\"8eeb\"),i=n(\"ec69\");function o(e,t){return e&&r(t,i(t),e)}e.exports=o},\"5b90\":function(e,t,n){\"use strict\";function r(e,t){var n=window.Element.prototype,r=n.matches||n.mozMatchesSelector||n.msMatchesSelector||n.oMatchesSelector||n.webkitMatchesSelector;if(!e||1!==e.nodeType)return!1;var i=e.parentNode;if(r)return r.call(e,t);for(var o=i.querySelectorAll(t),a=o.length,s=0;s<a;s++)if(o[s]===e)return!0;return!1}e.exports=r},\"5c69\":function(e,t,n){var r=n(\"087d\"),i=n(\"0621\");function o(e,t,n,a,s){var c=-1,l=e.length;n||(n=i),s||(s=[]);while(++c<l){var u=e[c];t>0&&n(u)?t>1?o(u,t-1,n,a,s):r(s,u):a||(s[s.length]=u)}return s}e.exports=o},\"5c6c\":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},\"5ca0\":function(e,t,n){var r=n(\"badf\"),i=n(\"30c9\"),o=n(\"ec69\");function a(e){return function(t,n,a){var s=Object(t);if(!i(t)){var c=r(n,3);t=o(t),n=function(e){return c(s[e],e,s)}}var l=e(t,n,a);return l>-1?s[c?t[l]:l]:void 0}}e.exports=a},\"5d89\":function(e,t,n){var r=n(\"f8af\");function i(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}e.exports=i},\"5e0f\":function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";return function(e,t,n){var r=t.prototype,i=function(e){return e&&(e.indexOf?e:e.s)},o=function(e,t,n,r,o){var a=e.name?e:e.$locale(),s=i(a[t]),c=i(a[n]),l=s||c.map((function(e){return e.slice(0,r)}));if(!o)return l;var u=a.weekStart;return l.map((function(e,t){return l[(t+(u||0))%7]}))},a=function(){return n.Ls[n.locale()]},s=function(e,t){return e.formats[t]||function(e){return e.replace(/(\\[[^\\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,n){return t||n.slice(1)}))}(e.formats[t.toUpperCase()])},c=function(){var e=this;return{months:function(t){return t?t.format(\"MMMM\"):o(e,\"months\")},monthsShort:function(t){return t?t.format(\"MMM\"):o(e,\"monthsShort\",\"months\",3)},firstDayOfWeek:function(){return e.$locale().weekStart||0},weekdays:function(t){return t?t.format(\"dddd\"):o(e,\"weekdays\")},weekdaysMin:function(t){return t?t.format(\"dd\"):o(e,\"weekdaysMin\",\"weekdays\",2)},weekdaysShort:function(t){return t?t.format(\"ddd\"):o(e,\"weekdaysShort\",\"weekdays\",3)},longDateFormat:function(t){return s(e.$locale(),t)},meridiem:this.$locale().meridiem,ordinal:this.$locale().ordinal}};r.localeData=function(){return c.bind(this)()},n.localeData=function(){var e=a();return{firstDayOfWeek:function(){return e.weekStart||0},weekdays:function(){return n.weekdays()},weekdaysShort:function(){return n.weekdaysShort()},weekdaysMin:function(){return n.weekdaysMin()},months:function(){return n.months()},monthsShort:function(){return n.monthsShort()},longDateFormat:function(t){return s(e,t)},meridiem:e.meridiem,ordinal:e.ordinal}},n.months=function(){return o(a(),\"months\")},n.monthsShort=function(){return o(a(),\"monthsShort\",\"months\",3)},n.weekdays=function(e){return o(a(),\"weekdays\",null,null,e)},n.weekdaysShort=function(e){return o(a(),\"weekdaysShort\",\"weekdays\",3,e)},n.weekdaysMin=function(e){return o(a(),\"weekdaysMin\",\"weekdays\",2,e)}}}))},\"5e2e\":function(e,t,n){var r=n(\"28c9\"),i=n(\"69d5\"),o=n(\"b4c0\"),a=n(\"fba5\"),s=n(\"67ca\");function c(e){var t=-1,n=null==e?0:e.length;this.clear();while(++t<n){var r=e[t];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype[\"delete\"]=i,c.prototype.get=o,c.prototype.has=a,c.prototype.set=s,e.exports=c},\"5e77\":function(e,t,n){var r=n(\"83ab\"),i=n(\"1a2d\"),o=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,s=i(o,\"name\"),c=s&&\"something\"===function(){}.name,l=s&&(!r||r&&a(o,\"name\").configurable);e.exports={EXISTS:s,PROPER:c,CONFIGURABLE:l}},\"5e7e\":function(e,t,n){\"use strict\";var r,i,o,a,s=n(\"23e7\"),c=n(\"c430\"),l=n(\"605d\"),u=n(\"da84\"),h=n(\"c65b\"),d=n(\"cb2d\"),f=n(\"d2bb\"),p=n(\"d44e\"),v=n(\"2626\"),m=n(\"59ed\"),g=n(\"1626\"),b=n(\"861d\"),y=n(\"19aa\"),C=n(\"4840\"),w=n(\"2cf4\").set,x=n(\"b575\"),S=n(\"44de\"),k=n(\"e667\"),O=n(\"01b4\"),M=n(\"69f3\"),z=n(\"d256\"),_=n(\"4738\"),T=n(\"f069\"),V=\"Promise\",j=_.CONSTRUCTOR,P=_.REJECTION_EVENT,E=_.SUBCLASSING,H=M.getterFor(V),L=M.set,$=z&&z.prototype,A=z,F=$,I=u.TypeError,R=u.document,D=u.process,N=T.f,B=N,K=!!(R&&R.createEvent&&u.dispatchEvent),W=\"unhandledrejection\",U=\"rejectionhandled\",q=0,Y=1,G=2,X=1,J=2,Q=function(e){var t;return!(!b(e)||!g(t=e.then))&&t},Z=function(e,t){var n,r,i,o=t.value,a=t.state==Y,s=a?e.ok:e.fail,c=e.resolve,l=e.reject,u=e.domain;try{s?(a||(t.rejection===J&&ie(t),t.rejection=X),!0===s?n=o:(u&&u.enter(),n=s(o),u&&(u.exit(),i=!0)),n===e.promise?l(I(\"Promise-chain cycle\")):(r=Q(n))?h(r,n,c,l):c(n)):l(o)}catch(d){u&&!i&&u.exit(),l(d)}},ee=function(e,t){e.notified||(e.notified=!0,x((function(){var n,r=e.reactions;while(n=r.get())Z(n,e);e.notified=!1,t&&!e.rejection&&ne(e)})))},te=function(e,t,n){var r,i;K?(r=R.createEvent(\"Event\"),r.promise=t,r.reason=n,r.initEvent(e,!1,!0),u.dispatchEvent(r)):r={promise:t,reason:n},!P&&(i=u[\"on\"+e])?i(r):e===W&&S(\"Unhandled promise rejection\",n)},ne=function(e){h(w,u,(function(){var t,n=e.facade,r=e.value,i=re(e);if(i&&(t=k((function(){l?D.emit(\"unhandledRejection\",r,n):te(W,n,r)})),e.rejection=l||re(e)?J:X,t.error))throw t.value}))},re=function(e){return e.rejection!==X&&!e.parent},ie=function(e){h(w,u,(function(){var t=e.facade;l?D.emit(\"rejectionHandled\",t):te(U,t,e.value)}))},oe=function(e,t,n){return function(r){e(t,r,n)}},ae=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=G,ee(e,!0))},se=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw I(\"Promise can't be resolved itself\");var r=Q(t);r?x((function(){var n={done:!1};try{h(r,t,oe(se,n,e),oe(ae,n,e))}catch(i){ae(n,i,e)}})):(e.value=t,e.state=Y,ee(e,!1))}catch(i){ae({done:!1},i,e)}}};if(j&&(A=function(e){y(this,F),m(e),h(r,this);var t=H(this);try{e(oe(se,t),oe(ae,t))}catch(n){ae(t,n)}},F=A.prototype,r=function(e){L(this,{type:V,done:!1,notified:!1,parent:!1,reactions:new O,rejection:!1,state:q,value:void 0})},r.prototype=d(F,\"then\",(function(e,t){var n=H(this),r=N(C(this,A));return n.parent=!0,r.ok=!g(e)||e,r.fail=g(t)&&t,r.domain=l?D.domain:void 0,n.state==q?n.reactions.add(r):x((function(){Z(r,n)})),r.promise})),i=function(){var e=new r,t=H(e);this.promise=e,this.resolve=oe(se,t),this.reject=oe(ae,t)},T.f=N=function(e){return e===A||e===o?new i(e):B(e)},!c&&g(z)&&$!==Object.prototype)){a=$.then,E||d($,\"then\",(function(e,t){var n=this;return new A((function(e,t){h(a,n,e,t)})).then(e,t)}),{unsafe:!0});try{delete $.constructor}catch(ce){}f&&f($,F)}s({global:!0,constructor:!0,wrap:!0,forced:j},{Promise:A}),p(A,V,!1,!0),v(V)},\"5edf\":function(e,t){function n(e,t,n){var r=-1,i=null==e?0:e.length;while(++r<i)if(n(t,e[r]))return!0;return!1}e.exports=n},\"5eed\":function(e,t,n){var r=n(\"d256\"),i=n(\"1c7e\"),o=n(\"4738\").CONSTRUCTOR;e.exports=o||!i((function(e){r.all(e).then(void 0,(function(){}))}))},6042:function(e,t,n){\"use strict\";t.__esModule=!0;var r=n(\"4849\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t.default=function(e,t,n){return t in e?(0,i.default)(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},6044:function(e,t,n){var r=n(\"0b07\"),i=r(Object,\"create\");e.exports=i},\"605d\":function(e,t,n){var r=n(\"c6b6\"),i=n(\"da84\");e.exports=\"process\"==r(i.process)},6069:function(e,t){e.exports=\"object\"==typeof window&&\"object\"!=typeof Deno},\"60da\":function(e,t,n){\"use strict\";var r=n(\"83ab\"),i=n(\"e330\"),o=n(\"c65b\"),a=n(\"d039\"),s=n(\"df75\"),c=n(\"7418\"),l=n(\"d1e7\"),u=n(\"7b0b\"),h=n(\"44ad\"),d=Object.assign,f=Object.defineProperty,p=i([].concat);e.exports=!d||a((function(){if(r&&1!==d({b:1},d(f({},\"a\",{enumerable:!0,get:function(){f(this,\"b\",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),i=\"abcdefghijklmnopqrst\";return e[n]=7,i.split(\"\").forEach((function(e){t[e]=e})),7!=d({},e)[n]||s(d({},t)).join(\"\")!=i}))?function(e,t){var n=u(e),i=arguments.length,a=1,d=c.f,f=l.f;while(i>a){var v,m=h(arguments[a++]),g=d?p(s(m),d(m)):s(m),b=g.length,y=0;while(b>y)v=g[y++],r&&!o(f,m,v)||(n[v]=m[v])}return n}:d},\"60ed\":function(e,t,n){var r=n(\"3729\"),i=n(\"2dcb\"),o=n(\"1310\"),a=\"[object Object]\",s=Function.prototype,c=Object.prototype,l=s.toString,u=c.hasOwnProperty,h=l.call(Object);function d(e){if(!o(e)||r(e)!=a)return!1;var t=i(e);if(null===t)return!0;var n=u.call(t,\"constructor\")&&t.constructor;return\"function\"==typeof n&&n instanceof n&&l.call(n)==h}e.exports=d},\"61fe\":function(e,t,n){var r=n(\"5b90\");e.exports=function(e,t,n){n=n||document,e={parentNode:e};while((e=e.parentNode)&&e!==n)if(r(e,t))return e}},\"62e4\":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,\"loaded\",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,\"id\",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},6374:function(e,t,n){var r=n(\"da84\"),i=Object.defineProperty;e.exports=function(e,t){try{i(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}},6428:function(e,t,n){var r=n(\"b4b0\"),i=1/0,o=17976931348623157e292;function a(e){if(!e)return 0===e?e:0;if(e=r(e),e===i||e===-i){var t=e<0?-1:1;return t*o}return e===e?e:0}e.exports=a},\"642a\":function(e,t,n){var r=n(\"966f\"),i=n(\"3bb4\"),o=n(\"20ec\");function a(e){var t=i(e);return 1==t.length&&t[0][2]?o(t[0][0],t[0][1]):function(n){return n===e||r(n,e,t)}}e.exports=a},6438:function(e,t,n){var r=n(\"03d6\"),i=n(\"9742\").concat(\"length\",\"prototype\");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},6547:function(e,t,n){var r=n(\"e330\"),i=n(\"5926\"),o=n(\"577e\"),a=n(\"1d80\"),s=r(\"\".charAt),c=r(\"\".charCodeAt),l=r(\"\".slice),u=function(e){return function(t,n){var r,u,h=o(a(t)),d=i(n),f=h.length;return d<0||d>=f?e?\"\":void 0:(r=c(h,d),r<55296||r>56319||d+1===f||(u=c(h,d+1))<56320||u>57343?e?s(h,d):r:e?l(h,d,d+2):u-56320+(r-55296<<10)+65536)}};e.exports={codeAt:u(!1),charAt:u(!0)}},\"656b\":function(e,t,n){var r=n(\"e2e4\"),i=n(\"f4d6\");function o(e,t){t=r(t,e);var n=0,o=t.length;while(null!=e&&n<o)e=e[i(t[n++])];return n&&n==o?e:void 0}e.exports=o},\"658f\":function(e,t,n){n(\"6858\");for(var r=n(\"ef08\"),i=n(\"051b\"),o=n(\"8a0d\"),a=n(\"cc15\")(\"toStringTag\"),s=\"CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList\".split(\",\"),c=0;c<s.length;c++){var l=s[c],u=r[l],h=u&&u.prototype;h&&!h[a]&&i(h,a,l),o[l]=o.Array}},\"65f0\":function(e,t,n){var r=n(\"0b42\");e.exports=function(e,t){return new(r(e))(0===t?0:t)}},6604:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t[\"default\"]={today:\"今天\",now:\"此刻\",backToToday:\"返回今天\",ok:\"确定\",timeSelect:\"选择时间\",dateSelect:\"选择日期\",weekSelect:\"选择周\",clear:\"清除\",month:\"月\",year:\"年\",previousMonth:\"上个月 (翻页上键)\",nextMonth:\"下个月 (翻页下键)\",monthSelect:\"选择月份\",yearSelect:\"选择年份\",decadeSelect:\"选择年代\",yearFormat:\"YYYY年\",dayFormat:\"D日\",dateFormat:\"YYYY年M月D日\",dateTimeFormat:\"YYYY年M月D日 HH时mm分ss秒\",previousYear:\"上一年 (Control键加左方向键)\",nextYear:\"下一年 (Control键加右方向键)\",previousDecade:\"上一年代\",nextDecade:\"下一年代\",previousCentury:\"上一世纪\",nextCentury:\"下一世纪\"}},6747:function(e,t){var n=Array.isArray;e.exports=n},6751:function(e,t,n){var r=n(\"c9ca\"),i=n(\"aaec\"),o=n(\"ab81\");function a(e){return i(e)?o(e):r(e)}e.exports=a},\"677e\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"f6c0\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]=i[\"default\"]},\"67ca\":function(e,t,n){var r=n(\"cb5a\");function i(e,t){var n=this.__data__,i=r(n,e);return i<0?(++this.size,n.push([e,t])):n[i][1]=t,this}e.exports=i},6858:function(e,t,n){\"use strict\";var r=n(\"2f9a\"),i=n(\"ea34\"),o=n(\"8a0d\"),a=n(\"6ca1\");e.exports=n(\"393a\")(Array,\"Array\",(function(e,t){this._t=a(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,i(1)):i(0,\"keys\"==t?n:\"values\"==t?e[n]:[n,e[n]])}),\"values\"),o.Arguments=o.Array,r(\"keys\"),r(\"values\"),r(\"entries\")},\"68ee\":function(e,t,n){var r=n(\"e330\"),i=n(\"d039\"),o=n(\"1626\"),a=n(\"f5df\"),s=n(\"d066\"),c=n(\"8925\"),l=function(){},u=[],h=s(\"Reflect\",\"construct\"),d=/^\\s*(?:class|function)\\b/,f=r(d.exec),p=!d.exec(l),v=function(e){if(!o(e))return!1;try{return h(l,u,e),!0}catch(t){return!1}},m=function(e){if(!o(e))return!1;switch(a(e)){case\"AsyncFunction\":case\"GeneratorFunction\":case\"AsyncGeneratorFunction\":return!1}try{return p||!!f(d,c(e))}catch(t){return!0}};m.sham=!0,e.exports=!h||i((function(){var e;return v(v.call)||!v(Object)||!v((function(){e=!0}))||e}))?m:v},\"693d\":function(e,t,n){\"use strict\";var r=n(\"ef08\"),i=n(\"9c0e\"),o=n(\"0bad\"),a=n(\"512c\"),s=n(\"ba01\"),c=n(\"e34a\").KEY,l=n(\"4b8b\"),u=n(\"b367\"),h=n(\"92f0\"),d=n(\"8b1a\"),f=n(\"cc15\"),p=n(\"fcd4\"),v=n(\"e198\"),m=n(\"0ae2\"),g=n(\"4ebc\"),b=n(\"77e9\"),y=n(\"7a41\"),C=n(\"0983\"),w=n(\"6ca1\"),x=n(\"3397\"),S=n(\"10db\"),k=n(\"6f4f\"),O=n(\"1836\"),M=n(\"4d20\"),z=n(\"fed5\"),_=n(\"1a14\"),T=n(\"9876\"),V=M.f,j=_.f,P=O.f,E=r.Symbol,H=r.JSON,L=H&&H.stringify,$=\"prototype\",A=f(\"_hidden\"),F=f(\"toPrimitive\"),I={}.propertyIsEnumerable,R=u(\"symbol-registry\"),D=u(\"symbols\"),N=u(\"op-symbols\"),B=Object[$],K=\"function\"==typeof E&&!!z.f,W=r.QObject,U=!W||!W[$]||!W[$].findChild,q=o&&l((function(){return 7!=k(j({},\"a\",{get:function(){return j(this,\"a\",{value:7}).a}})).a}))?function(e,t,n){var r=V(B,t);r&&delete B[t],j(e,t,n),r&&e!==B&&j(B,t,r)}:j,Y=function(e){var t=D[e]=k(E[$]);return t._k=e,t},G=K&&\"symbol\"==typeof E.iterator?function(e){return\"symbol\"==typeof e}:function(e){return e instanceof E},X=function(e,t,n){return e===B&&X(N,t,n),b(e),t=x(t,!0),b(n),i(D,t)?(n.enumerable?(i(e,A)&&e[A][t]&&(e[A][t]=!1),n=k(n,{enumerable:S(0,!1)})):(i(e,A)||j(e,A,S(1,{})),e[A][t]=!0),q(e,t,n)):j(e,t,n)},J=function(e,t){b(e);var n,r=m(t=w(t)),i=0,o=r.length;while(o>i)X(e,n=r[i++],t[n]);return e},Q=function(e,t){return void 0===t?k(e):J(k(e),t)},Z=function(e){var t=I.call(this,e=x(e,!0));return!(this===B&&i(D,e)&&!i(N,e))&&(!(t||!i(this,e)||!i(D,e)||i(this,A)&&this[A][e])||t)},ee=function(e,t){if(e=w(e),t=x(t,!0),e!==B||!i(D,t)||i(N,t)){var n=V(e,t);return!n||!i(D,t)||i(e,A)&&e[A][t]||(n.enumerable=!0),n}},te=function(e){var t,n=P(w(e)),r=[],o=0;while(n.length>o)i(D,t=n[o++])||t==A||t==c||r.push(t);return r},ne=function(e){var t,n=e===B,r=P(n?N:w(e)),o=[],a=0;while(r.length>a)!i(D,t=r[a++])||n&&!i(B,t)||o.push(D[t]);return o};K||(E=function(){if(this instanceof E)throw TypeError(\"Symbol is not a constructor!\");var e=d(arguments.length>0?arguments[0]:void 0),t=function(n){this===B&&t.call(N,n),i(this,A)&&i(this[A],e)&&(this[A][e]=!1),q(this,e,S(1,n))};return o&&U&&q(B,e,{configurable:!0,set:t}),Y(e)},s(E[$],\"toString\",(function(){return this._k})),M.f=ee,_.f=X,n(\"6438\").f=O.f=te,n(\"1917\").f=Z,z.f=ne,o&&!n(\"e444\")&&s(B,\"propertyIsEnumerable\",Z,!0),p.f=function(e){return Y(f(e))}),a(a.G+a.W+a.F*!K,{Symbol:E});for(var re=\"hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables\".split(\",\"),ie=0;re.length>ie;)f(re[ie++]);for(var oe=T(f.store),ae=0;oe.length>ae;)v(oe[ae++]);a(a.S+a.F*!K,\"Symbol\",{for:function(e){return i(R,e+=\"\")?R[e]:R[e]=E(e)},keyFor:function(e){if(!G(e))throw TypeError(e+\" is not a symbol!\");for(var t in R)if(R[t]===e)return t},useSetter:function(){U=!0},useSimple:function(){U=!1}}),a(a.S+a.F*!K,\"Object\",{create:Q,defineProperty:X,defineProperties:J,getOwnPropertyDescriptor:ee,getOwnPropertyNames:te,getOwnPropertySymbols:ne});var se=l((function(){z.f(1)}));a(a.S+a.F*se,\"Object\",{getOwnPropertySymbols:function(e){return z.f(C(e))}}),H&&a(a.S+a.F*(!K||l((function(){var e=E();return\"[null]\"!=L([e])||\"{}\"!=L({a:e})||\"{}\"!=L(Object(e))}))),\"JSON\",{stringify:function(e){var t,n,r=[e],i=1;while(arguments.length>i)r.push(arguments[i++]);if(n=t=r[1],(y(t)||void 0!==e)&&!G(e))return g(t)||(t=function(e,t){if(\"function\"==typeof n&&(t=n.call(this,e,t)),!G(t))return t}),r[1]=t,L.apply(H,r)}}),E[$][F]||n(\"051b\")(E[$],F,E[$].valueOf),h(E,\"Symbol\"),h(Math,\"Math\",!0),h(r.JSON,\"JSON\",!0)},\"69d5\":function(e,t,n){var r=n(\"cb5a\"),i=Array.prototype,o=i.splice;function a(e){var t=this.__data__,n=r(t,e);if(n<0)return!1;var i=t.length-1;return n==i?t.pop():o.call(t,n,1),--this.size,!0}e.exports=a},\"69f3\":function(e,t,n){var r,i,o,a=n(\"7f9a\"),s=n(\"da84\"),c=n(\"e330\"),l=n(\"861d\"),u=n(\"9112\"),h=n(\"1a2d\"),d=n(\"c6cd\"),f=n(\"f772\"),p=n(\"d012\"),v=\"Object already initialized\",m=s.TypeError,g=s.WeakMap,b=function(e){return o(e)?i(e):r(e,{})},y=function(e){return function(t){var n;if(!l(t)||(n=i(t)).type!==e)throw m(\"Incompatible receiver, \"+e+\" required\");return n}};if(a||d.state){var C=d.state||(d.state=new g),w=c(C.get),x=c(C.has),S=c(C.set);r=function(e,t){if(x(C,e))throw new m(v);return t.facade=e,S(C,e,t),t},i=function(e){return w(C,e)||{}},o=function(e){return x(C,e)}}else{var k=f(\"state\");p[k]=!0,r=function(e,t){if(h(e,k))throw new m(v);return t.facade=e,u(e,k,t),t},i=function(e){return h(e,k)?e[k]:{}},o=function(e){return h(e,k)}}e.exports={set:r,get:i,has:o,enforce:b,getterFor:y}},\"6a21\":function(e,t,n){\"use strict\";var r={};function i(e,t){0}function o(e,t,n){t||r[n]||(e(!1,n),r[n]=!0)}function a(e,t){o(i,e,t)}var s=a;t[\"a\"]=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"\";s(e,\"[antdv: \"+t+\"] \"+n)}},\"6aa8\":function(e,t,n){var r=n(\"4d88\"),i=n(\"cc15\")(\"toStringTag\"),o=\"Arguments\"==r(function(){return arguments}()),a=function(e,t){try{return e[t]}catch(n){}};e.exports=function(e){var t,n,s;return void 0===e?\"Undefined\":null===e?\"Null\":\"string\"==typeof(n=a(t=Object(e),i))?n:o?r(t):\"Object\"==(s=r(t))&&\"function\"==typeof t.callee?\"Arguments\":s}},\"6c59\":function(e,t){e.exports=\"object\"==typeof Deno&&Deno&&\"object\"==typeof Deno.version},\"6ca1\":function(e,t,n){var r=n(\"9fbb\"),i=n(\"c901\");e.exports=function(e){return r(i(e))}},\"6d08\":function(e,t,n){(function(t){(function(){var n,r,i,o,a,s;\"undefined\"!==typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:\"undefined\"!==typeof t&&null!==t&&t.hrtime?(e.exports=function(){return(n()-a)/1e6},r=t.hrtime,n=function(){var e;return e=r(),1e9*e[0]+e[1]},o=n(),s=1e9*t.uptime(),a=o-s):Date.now?(e.exports=function(){return Date.now()-i},i=Date.now()):(e.exports=function(){return(new Date).getTime()-i},i=(new Date).getTime())}).call(this)}).call(this,n(\"4362\"))},\"6d2f\":function(e,t,n){var r=n(\"8a0d\"),i=n(\"cc15\")(\"iterator\"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||o[i]===e)}},\"6da8\":function(e,t){function n(e){return e.split(\"\")}e.exports=n},\"6dd8\":function(e,t,n){\"use strict\";(function(e){var n=function(){if(\"undefined\"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,\"size\",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n<r.length;n++){var i=r[n];e.call(t,i[1],i[0])}},t}()}(),r=\"undefined\"!==typeof window&&\"undefined\"!==typeof document&&window.document===document,i=function(){return\"undefined\"!==typeof e&&e.Math===Math?e:\"undefined\"!==typeof self&&self.Math===Math?self:\"undefined\"!==typeof window&&window.Math===Math?window:Function(\"return this\")()}(),o=function(){return\"function\"===typeof requestAnimationFrame?requestAnimationFrame.bind(i):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)}}(),a=2;function s(e,t){var n=!1,r=!1,i=0;function s(){n&&(n=!1,e()),r&&l()}function c(){o(s)}function l(){var e=Date.now();if(n){if(e-i<a)return;r=!0}else n=!0,r=!1,setTimeout(c,t);i=e}return l}var c=20,l=[\"top\",\"right\",\"bottom\",\"left\",\"width\",\"height\",\"size\",\"weight\"],u=\"undefined\"!==typeof MutationObserver,h=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=s(this.refresh.bind(this),c)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){var e=this.updateObservers_();e&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener(\"transitionend\",this.onTransitionEnd_),window.addEventListener(\"resize\",this.refresh),u?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener(\"DOMSubtreeModified\",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener(\"transitionend\",this.onTransitionEnd_),window.removeEventListener(\"resize\",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener(\"DOMSubtreeModified\",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?\"\":t,r=l.some((function(e){return!!~n.indexOf(e)}));r&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),d=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var i=r[n];Object.defineProperty(e,i,{value:t[i],enumerable:!1,writable:!1,configurable:!0})}return e},f=function(e){var t=e&&e.ownerDocument&&e.ownerDocument.defaultView;return t||i},p=k(0,0,0,0);function v(e){return parseFloat(e)||0}function m(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce((function(t,n){var r=e[\"border-\"+n+\"-width\"];return t+v(r)}),0)}function g(e){for(var t=[\"top\",\"right\",\"bottom\",\"left\"],n={},r=0,i=t;r<i.length;r++){var o=i[r],a=e[\"padding-\"+o];n[o]=v(a)}return n}function b(e){var t=e.getBBox();return k(0,0,t.width,t.height)}function y(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return p;var r=f(e).getComputedStyle(e),i=g(r),o=i.left+i.right,a=i.top+i.bottom,s=v(r.width),c=v(r.height);if(\"border-box\"===r.boxSizing&&(Math.round(s+o)!==t&&(s-=m(r,\"left\",\"right\")+o),Math.round(c+a)!==n&&(c-=m(r,\"top\",\"bottom\")+a)),!w(e)){var l=Math.round(s+o)-t,u=Math.round(c+a)-n;1!==Math.abs(l)&&(s-=l),1!==Math.abs(u)&&(c-=u)}return k(i.left,i.top,s,c)}var C=function(){return\"undefined\"!==typeof SVGGraphicsElement?function(e){return e instanceof f(e).SVGGraphicsElement}:function(e){return e instanceof f(e).SVGElement&&\"function\"===typeof e.getBBox}}();function w(e){return e===f(e).document.documentElement}function x(e){return r?C(e)?b(e):y(e):p}function S(e){var t=e.x,n=e.y,r=e.width,i=e.height,o=\"undefined\"!==typeof DOMRectReadOnly?DOMRectReadOnly:Object,a=Object.create(o.prototype);return d(a,{x:t,y:n,width:r,height:i,top:n,right:t+r,bottom:i+n,left:t}),a}function k(e,t,n,r){return{x:e,y:t,width:n,height:r}}var O=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=k(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=x(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),M=function(){function e(e,t){var n=S(t);d(this,{target:e,contentRect:n})}return e}(),z=function(){function e(e,t,r){if(this.activeObservations_=[],this.observations_=new n,\"function\"!==typeof e)throw new TypeError(\"The callback provided as parameter 1 is not a function.\");this.callback_=e,this.controller_=t,this.callbackCtx_=r}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError(\"1 argument required, but only 0 present.\");if(\"undefined\"!==typeof Element&&Element instanceof Object){if(!(e instanceof f(e).Element))throw new TypeError('parameter 1 is not of type \"Element\".');var t=this.observations_;t.has(e)||(t.set(e,new O(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError(\"1 argument required, but only 0 present.\");if(\"undefined\"!==typeof Element&&Element instanceof Object){if(!(e instanceof f(e).Element))throw new TypeError('parameter 1 is not of type \"Element\".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new M(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),_=\"undefined\"!==typeof WeakMap?new WeakMap:new n,T=function(){function e(t){if(!(this instanceof e))throw new TypeError(\"Cannot call a class as a function.\");if(!arguments.length)throw new TypeError(\"1 argument required, but only 0 present.\");var n=h.getInstance(),r=new z(t,n,this);_.set(this,r)}return e}();[\"observe\",\"unobserve\",\"disconnect\"].forEach((function(e){T.prototype[e]=function(){var t;return(t=_.get(this))[e].apply(t,arguments)}}));var V=function(){return\"undefined\"!==typeof i.ResizeObserver?i.ResizeObserver:T}();t[\"a\"]=V}).call(this,n(\"c8ba\"))},\"6f4f\":function(e,t,n){var r=n(\"77e9\"),i=n(\"85e7\"),o=n(\"9742\"),a=n(\"5a94\")(\"IE_PROTO\"),s=function(){},c=\"prototype\",l=function(){var e,t=n(\"05f5\")(\"iframe\"),r=o.length,i=\"<\",a=\">\";t.style.display=\"none\",n(\"9141\").appendChild(t),t.src=\"javascript:\",e=t.contentWindow.document,e.open(),e.write(i+\"script\"+a+\"document.F=Object\"+i+\"/script\"+a),e.close(),l=e.F;while(r--)delete l[c][o[r]];return l()};e.exports=Object.create||function(e,t){var n;return null!==e?(s[c]=r(e),n=new s,s[c]=null,n[a]=e):n=l(),void 0===t?n:i(n,t)}},\"6f6c\":function(e,t){var n=/\\w*$/;function r(e){var t=new e.constructor(e.source,n.exec(e));return t.lastIndex=e.lastIndex,t}e.exports=r},\"6fcd\":function(e,t,n){var r=n(\"50d8\"),i=n(\"d370\"),o=n(\"6747\"),a=n(\"0d24\"),s=n(\"c098\"),c=n(\"73ac\"),l=Object.prototype,u=l.hasOwnProperty;function h(e,t){var n=o(e),l=!n&&i(e),h=!n&&!l&&a(e),d=!n&&!l&&!h&&c(e),f=n||l||h||d,p=f?r(e.length,String):[],v=p.length;for(var m in e)!t&&!u.call(e,m)||f&&(\"length\"==m||h&&(\"offset\"==m||\"parent\"==m)||d&&(\"buffer\"==m||\"byteLength\"==m||\"byteOffset\"==m)||s(m,v))||p.push(m);return p}e.exports=h},7149:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"d066\"),o=n(\"c430\"),a=n(\"d256\"),s=n(\"4738\").CONSTRUCTOR,c=n(\"cdf9\"),l=i(\"Promise\"),u=o&&!s;r({target:\"Promise\",stat:!0,forced:o||s},{resolve:function(e){return c(u&&this===l?a:this,e)}})},7156:function(e,t,n){var r=n(\"1626\"),i=n(\"861d\"),o=n(\"d2bb\");e.exports=function(e,t,n){var a,s;return o&&r(a=t.constructor)&&a!==n&&i(s=a.prototype)&&s!==n.prototype&&o(e,s),e}},\"72af\":function(e,t,n){var r=n(\"99cd\"),i=r();e.exports=i},\"72f0\":function(e,t){function n(e){return function(){return e}}e.exports=n},\"72f9\":function(e,t,n){(function(t,n){e.exports=n()})(0,(function(){function e(o,a){if(!(this instanceof e))return new e(o,a);a=Object.assign({},n,a);var s=Math.pow(10,a.precision);this.intValue=o=t(o,a),this.value=o/s,a.increment=a.increment||1/s,a.groups=a.useVedic?i:r,this.s=a,this.p=s}function t(t,n){var r=!(2<arguments.length&&void 0!==arguments[2])||arguments[2],i=n.decimal,o=n.errorOnInvalid,a=n.fromCents,s=Math.pow(10,n.precision),c=t instanceof e;if(c&&a)return t.intValue;if(\"number\"===typeof t||c)i=c?t.value:t;else if(\"string\"===typeof t)o=new RegExp(\"[^-\\\\d\"+i+\"]\",\"g\"),i=new RegExp(\"\\\\\"+i,\"g\"),i=(i=t.replace(/\\((.*)\\)/,\"-$1\").replace(o,\"\").replace(i,\".\"))||0;else{if(o)throw Error(\"Invalid Input\");i=0}return a||(i=(i*s).toFixed(4)),r?Math.round(i):i}var n={symbol:\"$\",separator:\",\",decimal:\".\",errorOnInvalid:!1,precision:2,pattern:\"!#\",negativePattern:\"-!#\",format:function(e,t){var n=t.pattern,r=t.negativePattern,i=t.symbol,o=t.separator,a=t.decimal;t=t.groups;var s=(\"\"+e).replace(/^-/,\"\").split(\".\"),c=s[0];return s=s[1],(0<=e.value?n:r).replace(\"!\",i).replace(\"#\",c.replace(t,\"$1\"+o)+(s?a+s:\"\"))},fromCents:!1},r=/(\\d)(?=(\\d{3})+\\b)/g,i=/(\\d)(?=(\\d\\d)+\\d\\b)/g;return e.prototype={add:function(n){var r=this.s,i=this.p;return e((this.intValue+t(n,r))/(r.fromCents?1:i),r)},subtract:function(n){var r=this.s,i=this.p;return e((this.intValue-t(n,r))/(r.fromCents?1:i),r)},multiply:function(t){var n=this.s;return e(this.intValue*t/(n.fromCents?1:Math.pow(10,n.precision)),n)},divide:function(n){var r=this.s;return e(this.intValue/t(n,r,!1),r)},distribute:function(t){var n=this.intValue,r=this.p,i=this.s,o=[],a=Math[0<=n?\"floor\":\"ceil\"](n/t),s=Math.abs(n-a*t);for(r=i.fromCents?1:r;0!==t;t--){var c=e(a/r,i);0<s--&&(c=c[0<=n?\"add\":\"subtract\"](1/r)),o.push(c)}return o},dollars:function(){return~~this.value},cents:function(){return~~(this.intValue%this.p)},format:function(e){var t=this.s;return\"function\"===typeof e?e(this,t):t.format(this,Object.assign({},t,e))},toString:function(){var e=this.s,t=e.increment;return(Math.round(this.intValue/this.p/t)*t).toFixed(e.precision)},toJSON:function(){return this.value}},e}))},7320:function(e,t,n){\"use strict\";var r=n(\"2deb\"),i=n(\"b4a0\"),o=n(\"01c2\"),a=n(\"3a8b\");t[\"a\"]={locale:\"en\",Pagination:r[\"a\"],DatePicker:i[\"a\"],TimePicker:o[\"a\"],Calendar:a[\"a\"],global:{placeholder:\"Please select\"},Table:{filterTitle:\"Filter menu\",filterConfirm:\"OK\",filterReset:\"Reset\",selectAll:\"Select current page\",selectInvert:\"Invert current page\",sortTitle:\"Sort\",expand:\"Expand row\",collapse:\"Collapse row\"},Modal:{okText:\"OK\",cancelText:\"Cancel\",justOkText:\"OK\"},Popconfirm:{okText:\"OK\",cancelText:\"Cancel\"},Transfer:{titles:[\"\",\"\"],searchPlaceholder:\"Search here\",itemUnit:\"item\",itemsUnit:\"items\"},Upload:{uploading:\"Uploading...\",removeFile:\"Remove file\",uploadError:\"Upload error\",previewFile:\"Preview file\",downloadFile:\"Download file\"},Empty:{description:\"No Data\"},Icon:{icon:\"icon\"},Text:{edit:\"Edit\",copy:\"Copy\",copied:\"Copied\",expand:\"Expand\"},PageHeader:{back:\"Back\"}}},\"73ac\":function(e,t,n){var r=n(\"743f\"),i=n(\"b047f\"),o=n(\"99d3\"),a=o&&o.isTypedArray,s=a?i(a):r;e.exports=s},7418:function(e,t){t.f=Object.getOwnPropertySymbols},\"743f\":function(e,t,n){var r=n(\"3729\"),i=n(\"b218\"),o=n(\"1310\"),a=\"[object Arguments]\",s=\"[object Array]\",c=\"[object Boolean]\",l=\"[object Date]\",u=\"[object Error]\",h=\"[object Function]\",d=\"[object Map]\",f=\"[object Number]\",p=\"[object Object]\",v=\"[object RegExp]\",m=\"[object Set]\",g=\"[object String]\",b=\"[object WeakMap]\",y=\"[object ArrayBuffer]\",C=\"[object DataView]\",w=\"[object Float32Array]\",x=\"[object Float64Array]\",S=\"[object Int8Array]\",k=\"[object Int16Array]\",O=\"[object Int32Array]\",M=\"[object Uint8Array]\",z=\"[object Uint8ClampedArray]\",_=\"[object Uint16Array]\",T=\"[object Uint32Array]\",V={};function j(e){return o(e)&&i(e.length)&&!!V[r(e)]}V[w]=V[x]=V[S]=V[k]=V[O]=V[M]=V[z]=V[_]=V[T]=!0,V[a]=V[s]=V[y]=V[c]=V[C]=V[l]=V[u]=V[h]=V[d]=V[f]=V[p]=V[v]=V[m]=V[g]=V[b]=!1,e.exports=j},\"746f\":function(e,t,n){var r=n(\"428f\"),i=n(\"1a2d\"),o=n(\"e538\"),a=n(\"9bf2\").f;e.exports=function(e){var t=r.Symbol||(r.Symbol={});i(t,e)||a(t,e,{value:o.f(e)})}},\"750a\":function(e,t,n){var r=n(\"c869\"),i=n(\"bcdf\"),o=n(\"ac41\"),a=1/0,s=r&&1/o(new r([,-0]))[1]==a?function(e){return new r(e)}:i;e.exports=s},7530:function(e,t,n){var r=n(\"1a8c\"),i=Object.create,o=function(){function e(){}return function(t){if(!r(t))return{};if(i)return i(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();e.exports=o},\"766a\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"4b5c\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]=i[\"default\"]},\"76dd\":function(e,t,n){var r=n(\"ce86\");function i(e){return null==e?\"\":r(e)}e.exports=i},7746:function(e,t,n){\"use strict\";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,\"__esModule\",{value:!0});var i=r(n(\"94c7\")),o=2,a=16,s=5,c=5,l=15,u=5,h=4;function d(e,t,n){var r;return r=Math.round(e.h)>=60&&Math.round(e.h)<=240?n?Math.round(e.h)-o*t:Math.round(e.h)+o*t:n?Math.round(e.h)+o*t:Math.round(e.h)-o*t,r<0?r+=360:r>=360&&(r-=360),r}function f(e,t,n){return 0===e.h&&0===e.s?e.s:(r=n?Math.round(100*e.s)-a*t:t===h?Math.round(100*e.s)+a:Math.round(100*e.s)+s*t,r>100&&(r=100),n&&t===u&&r>10&&(r=10),r<6&&(r=6),r);var r}function p(e,t,n){return n?Math.round(100*e.v)+c*t:Math.round(100*e.v)-l*t}function v(e){for(var t=[],n=i.default(e),r=u;r>0;r-=1){var o=n.toHsv(),a=i.default({h:d(o,r,!0),s:f(o,r,!0),v:p(o,r,!0)}).toHexString();t.push(a)}t.push(n.toHexString());for(r=1;r<=h;r+=1){o=n.toHsv(),a=i.default({h:d(o,r),s:f(o,r),v:p(o,r)}).toHexString();t.push(a)}return t}t.default=v},\"77e9\":function(e,t,n){var r=n(\"7a41\");e.exports=function(e){if(!r(e))throw TypeError(e+\" is not an object!\");return e}},7839:function(e,t){e.exports=[\"constructor\",\"hasOwnProperty\",\"isPrototypeOf\",\"propertyIsEnumerable\",\"toLocaleString\",\"toString\",\"valueOf\"]},\"785a\":function(e,t,n){var r=n(\"cc12\"),i=r(\"span\").classList,o=i&&i.constructor&&i.constructor.prototype;e.exports=o===Object.prototype?void 0:o},7948:function(e,t){function n(e,t){var n=-1,r=null==e?0:e.length,i=Array(r);while(++n<r)i[n]=t(e[n],n,e);return i}e.exports=n},\"79bc\":function(e,t,n){var r=n(\"0b07\"),i=n(\"2b3e\"),o=r(i,\"Map\");e.exports=o},\"7a41\":function(e,t){e.exports=function(e){return\"object\"===typeof e?null!==e:\"function\"===typeof e}},\"7a48\":function(e,t,n){var r=n(\"6044\"),i=Object.prototype,o=i.hasOwnProperty;function a(e){var t=this.__data__;return r?void 0!==t[e]:o.call(t,e)}e.exports=a},\"7a77\":function(e,t,n){\"use strict\";function r(e){this.message=e}r.prototype.toString=function(){return\"Cancel\"+(this.message?\": \"+this.message:\"\")},r.prototype.__CANCEL__=!0,e.exports=r},\"7aac\":function(e,t,n){\"use strict\";var r=n(\"c532\");e.exports=r.isStandardBrowserEnv()?function(){return{write:function(e,t,n,i,o,a){var s=[];s.push(e+\"=\"+encodeURIComponent(t)),r.isNumber(n)&&s.push(\"expires=\"+new Date(n).toGMTString()),r.isString(i)&&s.push(\"path=\"+i),r.isString(o)&&s.push(\"domain=\"+o),!0===a&&s.push(\"secure\"),document.cookie=s.join(\"; \")},read:function(e){var t=document.cookie.match(new RegExp(\"(^|;\\\\s*)(\"+e+\")=([^;]*)\"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,\"\",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},\"7b05\":function(e,t,n){\"use strict\";n.d(t,\"b\",(function(){return h})),n.d(t,\"a\",(function(){return d}));var r=n(\"9b57\"),i=n.n(r),o=n(\"41b2\"),a=n.n(o),s=n(\"daa3\"),c=n(\"4d26\"),l=n.n(c);function u(e,t){var n=e.componentOptions,r=e.data,i={};n&&n.listeners&&(i=a()({},n.listeners));var o={};r&&r.on&&(o=a()({},r.on));var s=new e.constructor(e.tag,r?a()({},r,{on:o}):r,e.children,e.text,e.elm,e.context,n?a()({},n,{listeners:i}):n,e.asyncFactory);return s.ns=e.ns,s.isStatic=e.isStatic,s.key=e.key,s.isComment=e.isComment,s.fnContext=e.fnContext,s.fnOptions=e.fnOptions,s.fnScopeId=e.fnScopeId,s.isCloned=!0,t&&(e.children&&(s.children=h(e.children,!0)),n&&n.children&&(n.children=h(n.children,!0))),s}function h(e,t){for(var n=e.length,r=new Array(n),i=0;i<n;i++)r[i]=u(e[i],t);return r}function d(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments[2],r=e;if(Array.isArray(e)&&(r=Object(s[\"c\"])(e)[0]),!r)return null;var o=u(r,n),c=t.props,h=void 0===c?{}:c,d=t.key,f=t.on,p=void 0===f?{}:f,v=t.nativeOn,m=void 0===v?{}:v,g=t.children,b=t.directives,y=void 0===b?[]:b,C=o.data||{},w={},x={},S=t.attrs,k=void 0===S?{}:S,O=t.ref,M=t.domProps,z=void 0===M?{}:M,_=t.style,T=void 0===_?{}:_,V=t[\"class\"],j=void 0===V?{}:V,P=t.scopedSlots,E=void 0===P?{}:P;return x=\"string\"===typeof C.style?Object(s[\"y\"])(C.style):a()({},C.style,x),x=\"string\"===typeof T?a()({},x,Object(s[\"y\"])(x)):a()({},x,T),\"string\"===typeof C[\"class\"]&&\"\"!==C[\"class\"].trim()?C[\"class\"].split(\" \").forEach((function(e){w[e.trim()]=!0})):Array.isArray(C[\"class\"])?l()(C[\"class\"]).split(\" \").forEach((function(e){w[e.trim()]=!0})):w=a()({},C[\"class\"],w),\"string\"===typeof j&&\"\"!==j.trim()?j.split(\" \").forEach((function(e){w[e.trim()]=!0})):w=a()({},w,j),o.data=a()({},C,{style:x,attrs:a()({},C.attrs,k),class:w,domProps:a()({},C.domProps,z),scopedSlots:a()({},C.scopedSlots,E),directives:[].concat(i()(C.directives||[]),i()(y))}),o.componentOptions?(o.componentOptions.propsData=o.componentOptions.propsData||{},o.componentOptions.listeners=o.componentOptions.listeners||{},o.componentOptions.propsData=a()({},o.componentOptions.propsData,h),o.componentOptions.listeners=a()({},o.componentOptions.listeners,p),g&&(o.componentOptions.children=g)):(g&&(o.children=g),o.data.on=a()({},o.data.on||{},p)),o.data.on=a()({},o.data.on||{},m),void 0!==d&&(o.key=d,o.data.key=d),\"string\"===typeof O&&(o.data.ref=O),o}},\"7b0b\":function(e,t,n){var r=n(\"1d80\"),i=Object;e.exports=function(e){return i(r(e))}},\"7b83\":function(e,t,n){var r=n(\"7c64\"),i=n(\"93ed\"),o=n(\"2478\"),a=n(\"a524\"),s=n(\"1fc8\");function c(e){var t=-1,n=null==e?0:e.length;this.clear();while(++t<n){var r=e[t];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype[\"delete\"]=i,c.prototype.get=o,c.prototype.has=a,c.prototype.set=s,e.exports=c},\"7b97\":function(e,t,n){var r=n(\"7e64\"),i=n(\"a2be\"),o=n(\"1c3c\"),a=n(\"b1e5\"),s=n(\"42a2\"),c=n(\"6747\"),l=n(\"0d24\"),u=n(\"73ac\"),h=1,d=\"[object Arguments]\",f=\"[object Array]\",p=\"[object Object]\",v=Object.prototype,m=v.hasOwnProperty;function g(e,t,n,v,g,b){var y=c(e),C=c(t),w=y?f:s(e),x=C?f:s(t);w=w==d?p:w,x=x==d?p:x;var S=w==p,k=x==p,O=w==x;if(O&&l(e)){if(!l(t))return!1;y=!0,S=!1}if(O&&!S)return b||(b=new r),y||u(e)?i(e,t,n,v,g,b):o(e,t,w,n,v,g,b);if(!(n&h)){var M=S&&m.call(e,\"__wrapped__\"),z=k&&m.call(t,\"__wrapped__\");if(M||z){var _=M?e.value():e,T=z?t.value():t;return b||(b=new r),g(_,T,n,v,b)}}return!!O&&(b||(b=new r),a(e,t,n,v,g,b))}e.exports=g},\"7b9e\":function(e,t,n){n(\"658f\"),n(\"0b99\"),e.exports=n(\"8aab\")},\"7c64\":function(e,t,n){var r=n(\"e24b\"),i=n(\"5e2e\"),o=n(\"79bc\");function a(){this.size=0,this.__data__={hash:new r,map:new(o||i),string:new r}}e.exports=a},\"7c73\":function(e,t,n){var r,i=n(\"825a\"),o=n(\"37e8\"),a=n(\"7839\"),s=n(\"d012\"),c=n(\"1be4\"),l=n(\"cc12\"),u=n(\"f772\"),h=\">\",d=\"<\",f=\"prototype\",p=\"script\",v=u(\"IE_PROTO\"),m=function(){},g=function(e){return d+p+h+e+d+\"/\"+p+h},b=function(e){e.write(g(\"\")),e.close();var t=e.parentWindow.Object;return e=null,t},y=function(){var e,t=l(\"iframe\"),n=\"java\"+p+\":\";return t.style.display=\"none\",c.appendChild(t),t.src=String(n),e=t.contentWindow.document,e.open(),e.write(g(\"document.F=Object\")),e.close(),e.F},C=function(){try{r=new ActiveXObject(\"htmlfile\")}catch(t){}C=\"undefined\"!=typeof document?document.domain&&r?b(r):y():b(r);var e=a.length;while(e--)delete C[f][a[e]];return C()};s[v]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(m[f]=i(e),n=new m,m[f]=null,n[v]=e):n=C(),void 0===t?n:o.f(n,t)}},\"7d1c\":function(e,t,n){\"use strict\";e.exports=n(\"1d31\")},\"7d1f\":function(e,t,n){var r=n(\"087d\"),i=n(\"6747\");function o(e,t,n){var o=t(e);return i(e)?o:r(o,n(e))}e.exports=o},\"7d42\":function(e,t,n){n(\"658f\"),n(\"0b99\"),e.exports=n(\"b1b3\")},\"7dd0\":function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"c65b\"),o=n(\"c430\"),a=n(\"5e77\"),s=n(\"1626\"),c=n(\"9ed3\"),l=n(\"e163\"),u=n(\"d2bb\"),h=n(\"d44e\"),d=n(\"9112\"),f=n(\"cb2d\"),p=n(\"b622\"),v=n(\"3f8c\"),m=n(\"ae93\"),g=a.PROPER,b=a.CONFIGURABLE,y=m.IteratorPrototype,C=m.BUGGY_SAFARI_ITERATORS,w=p(\"iterator\"),x=\"keys\",S=\"values\",k=\"entries\",O=function(){return this};e.exports=function(e,t,n,a,p,m,M){c(n,t,a);var z,_,T,V=function(e){if(e===p&&L)return L;if(!C&&e in E)return E[e];switch(e){case x:return function(){return new n(this,e)};case S:return function(){return new n(this,e)};case k:return function(){return new n(this,e)}}return function(){return new n(this)}},j=t+\" Iterator\",P=!1,E=e.prototype,H=E[w]||E[\"@@iterator\"]||p&&E[p],L=!C&&H||V(p),$=\"Array\"==t&&E.entries||H;if($&&(z=l($.call(new e)),z!==Object.prototype&&z.next&&(o||l(z)===y||(u?u(z,y):s(z[w])||f(z,w,O)),h(z,j,!0,!0),o&&(v[j]=O))),g&&p==S&&H&&H.name!==S&&(!o&&b?d(E,\"name\",S):(P=!0,L=function(){return i(H,this)})),p)if(_={values:V(S),keys:m?L:V(x),entries:V(k)},M)for(T in _)(C||P||!(T in E))&&f(E,T,_[T]);else r({target:t,proto:!0,forced:C||P},_);return o&&!M||E[w]===L||f(E,w,L,{name:p}),v[t]=L,_}},\"7e21\":function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";return function(e,t){t.prototype.weekday=function(e){var t=this.$locale().weekStart||0,n=this.$W,r=(n<t?n+7:n)-t;return this.$utils().u(e)?r:this.subtract(r,\"day\").add(e,\"day\")}}}))},\"7e64\":function(e,t,n){var r=n(\"5e2e\"),i=n(\"efb6\"),o=n(\"2fcc\"),a=n(\"802a\"),s=n(\"55a3\"),c=n(\"d02c\");function l(e){var t=this.__data__=new r(e);this.size=t.size}l.prototype.clear=i,l.prototype[\"delete\"]=o,l.prototype.get=a,l.prototype.has=s,l.prototype.set=c,e.exports=l},\"7ed2\":function(e,t){var n=\"__lodash_hash_undefined__\";function r(e){return this.__data__.set(e,n),this}e.exports=r},\"7f9a\":function(e,t,n){var r=n(\"da84\"),i=n(\"1626\"),o=n(\"8925\"),a=r.WeakMap;e.exports=i(a)&&/native code/.test(o(a))},\"802a\":function(e,t){function n(e){return this.__data__.get(e)}e.exports=n},8057:function(e,t){function n(e,t){var n=-1,r=null==e?0:e.length;while(++n<r)if(!1===t(e[n],n,e))break;return e}e.exports=n},8119:function(e,t,n){n(\"693d\"),n(\"dfe5\"),n(\"301c\"),n(\"4e71\"),e.exports=n(\"5524\").Symbol},8172:function(e,t,n){var r=n(\"746f\"),i=n(\"57b9\");r(\"toPrimitive\"),i()},\"825a\":function(e,t,n){var r=n(\"861d\"),i=String,o=TypeError;e.exports=function(e){if(r(e))return e;throw o(i(e)+\" is not an object\")}},8296:function(e,t,n){var r=n(\"656b\"),i=n(\"2b10\");function o(e,t){return t.length<2?e:r(e,i(t,0,-1))}e.exports=o},\"83ab\":function(e,t,n){var r=n(\"d039\");e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8418:function(e,t,n){\"use strict\";var r=n(\"a04b\"),i=n(\"9bf2\"),o=n(\"5c6c\");e.exports=function(e,t,n){var a=r(t);a in e?i.f(e,a,o(0,n)):e[a]=n}},\"85e3\":function(e,t){function n(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}e.exports=n},\"85e7\":function(e,t,n){var r=n(\"1a14\"),i=n(\"77e9\"),o=n(\"9876\");e.exports=n(\"0bad\")?Object.defineProperties:function(e,t){i(e);var n,a=o(t),s=a.length,c=0;while(s>c)r.f(e,n=a[c++],t[n]);return e}},8604:function(e,t,n){var r=n(\"26e8\"),i=n(\"e2c0\");function o(e,t){return null!=e&&i(e,t,r)}e.exports=o},\"861d\":function(e,t,n){var r=n(\"1626\");e.exports=function(e){return\"object\"==typeof e?null!==e:r(e)}},8726:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"41b2\"),i=l(r),o=n(\"b655\"),a=l(o),s=n(\"ba1d\"),c=l(s);function l(e){return e&&e.__esModule?e:{default:e}}var u={lang:(0,i[\"default\"])({placeholder:\"Select date\",rangePlaceholder:[\"Start date\",\"End date\"]},a[\"default\"]),timePickerLocale:(0,i[\"default\"])({},c[\"default\"])};t[\"default\"]=u},\"872a\":function(e,t,n){var r=n(\"3b4a\");function i(e,t,n){\"__proto__\"==t&&r?r(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}e.exports=i},8771:function(e,t,n){var r=n(\"cc15\")(\"iterator\"),i=!1;try{var o=[7][r]();o[\"return\"]=function(){i=!0},Array.from(o,(function(){throw 2}))}catch(a){}e.exports=function(e,t){if(!t&&!i)return!1;var n=!1;try{var o=[7],s=o[r]();s.next=function(){return{done:n=!0}},o[r]=function(){return s},e(o)}catch(a){}return n}},8827:function(e,t,n){\"use strict\";t.__esModule=!0,t.default=function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}},\"882a\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"41b2\"),i=l(r),o=n(\"6604\"),a=l(o),s=n(\"5669\"),c=l(s);function l(e){return e&&e.__esModule?e:{default:e}}var u={lang:(0,i[\"default\"])({placeholder:\"请选择日期\",rangePlaceholder:[\"开始日期\",\"结束日期\"]},a[\"default\"]),timePickerLocale:(0,i[\"default\"])({},c[\"default\"])};u.lang.ok=\"确 定\",t[\"default\"]=u},8925:function(e,t,n){var r=n(\"e330\"),i=n(\"1626\"),o=n(\"c6cd\"),a=r(Function.toString);i(o.inspectSource)||(o.inspectSource=function(e){return a(e)}),e.exports=o.inspectSource},\"89d9\":function(e,t,n){var r=n(\"656b\"),i=n(\"159a\"),o=n(\"e2e4\");function a(e,t,n){var a=-1,s=t.length,c={};while(++a<s){var l=t[a],u=r(e,l);n(u,l)&&i(c,o(l,e),u)}return c}e.exports=a},\"8a0d\":function(e,t){e.exports={}},\"8aa5\":function(e,t,n){\"use strict\";var r=n(\"6547\").charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},\"8aab\":function(e,t,n){var r=n(\"6aa8\"),i=n(\"cc15\")(\"iterator\"),o=n(\"8a0d\");e.exports=n(\"5524\").isIterable=function(e){var t=Object(e);return void 0!==t[i]||\"@@iterator\"in t||o.hasOwnProperty(r(t))}},\"8adb\":function(e,t){function n(e,t){if((\"constructor\"!==t||\"function\"!==typeof e[t])&&\"__proto__\"!=t)return e[t]}e.exports=n},\"8b1a\":function(e,t){var n=0,r=Math.random();e.exports=function(e){return\"Symbol(\".concat(void 0===e?\"\":e,\")_\",(++n+r).toString(36))}},\"8c4f\":function(e,t,n){\"use strict\";\n/*!\n  * vue-router v3.2.0\n  * (c) 2020 Evan You\n  * @license MIT\n  */function r(e,t){0}function i(e){return Object.prototype.toString.call(e).indexOf(\"Error\")>-1}function o(e,t){return t instanceof e||t&&(t.name===e.name||t._name===e._name)}function a(e,t){for(var n in t)e[n]=t[n];return e}var s={name:\"RouterView\",functional:!0,props:{name:{type:String,default:\"default\"}},render:function(e,t){var n=t.props,r=t.children,i=t.parent,o=t.data;o.routerView=!0;var s=i.$createElement,l=n.name,u=i.$route,h=i._routerViewCache||(i._routerViewCache={}),d=0,f=!1;while(i&&i._routerRoot!==i){var p=i.$vnode?i.$vnode.data:{};p.routerView&&d++,p.keepAlive&&i._directInactive&&i._inactive&&(f=!0),i=i.$parent}if(o.routerViewDepth=d,f){var v=h[l],m=v&&v.component;return m?(v.configProps&&c(m,o,v.route,v.configProps),s(m,o,r)):s()}var g=u.matched[d],b=g&&g.components[l];if(!g||!b)return h[l]=null,s();h[l]={component:b},o.registerRouteInstance=function(e,t){var n=g.instances[l];(t&&n!==e||!t&&n===e)&&(g.instances[l]=t)},(o.hook||(o.hook={})).prepatch=function(e,t){g.instances[l]=t.componentInstance},o.hook.init=function(e){e.data.keepAlive&&e.componentInstance&&e.componentInstance!==g.instances[l]&&(g.instances[l]=e.componentInstance)};var y=g.props&&g.props[l];return y&&(a(h[l],{route:u,configProps:y}),c(b,o,u,y)),s(b,o,r)}};function c(e,t,n,r){var i=t.props=l(n,r);if(i){i=t.props=a({},i);var o=t.attrs=t.attrs||{};for(var s in i)e.props&&s in e.props||(o[s]=i[s],delete i[s])}}function l(e,t){switch(typeof t){case\"undefined\":return;case\"object\":return t;case\"function\":return t(e);case\"boolean\":return t?e.params:void 0;default:0}}var u=/[!'()*]/g,h=function(e){return\"%\"+e.charCodeAt(0).toString(16)},d=/%2C/g,f=function(e){return encodeURIComponent(e).replace(u,h).replace(d,\",\")},p=decodeURIComponent;function v(e,t,n){void 0===t&&(t={});var r,i=n||m;try{r=i(e||\"\")}catch(a){r={}}for(var o in t)r[o]=t[o];return r}function m(e){var t={};return e=e.trim().replace(/^(\\?|#|&)/,\"\"),e?(e.split(\"&\").forEach((function(e){var n=e.replace(/\\+/g,\" \").split(\"=\"),r=p(n.shift()),i=n.length>0?p(n.join(\"=\")):null;void 0===t[r]?t[r]=i:Array.isArray(t[r])?t[r].push(i):t[r]=[t[r],i]})),t):t}function g(e){var t=e?Object.keys(e).map((function(t){var n=e[t];if(void 0===n)return\"\";if(null===n)return f(t);if(Array.isArray(n)){var r=[];return n.forEach((function(e){void 0!==e&&(null===e?r.push(f(t)):r.push(f(t)+\"=\"+f(e)))})),r.join(\"&\")}return f(t)+\"=\"+f(n)})).filter((function(e){return e.length>0})).join(\"&\"):null;return t?\"?\"+t:\"\"}var b=/\\/?$/;function y(e,t,n,r){var i=r&&r.options.stringifyQuery,o=t.query||{};try{o=C(o)}catch(s){}var a={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||\"/\",hash:t.hash||\"\",query:o,params:t.params||{},fullPath:S(t,i),matched:e?x(e):[]};return n&&(a.redirectedFrom=S(n,i)),Object.freeze(a)}function C(e){if(Array.isArray(e))return e.map(C);if(e&&\"object\"===typeof e){var t={};for(var n in e)t[n]=C(e[n]);return t}return e}var w=y(null,{path:\"/\"});function x(e){var t=[];while(e)t.unshift(e),e=e.parent;return t}function S(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var i=e.hash;void 0===i&&(i=\"\");var o=t||g;return(n||\"/\")+o(r)+i}function k(e,t){return t===w?e===t:!!t&&(e.path&&t.path?e.path.replace(b,\"\")===t.path.replace(b,\"\")&&e.hash===t.hash&&O(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&O(e.query,t.query)&&O(e.params,t.params)))}function O(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every((function(n){var r=e[n],i=t[n];return\"object\"===typeof r&&\"object\"===typeof i?O(r,i):String(r)===String(i)}))}function M(e,t){return 0===e.path.replace(b,\"/\").indexOf(t.path.replace(b,\"/\"))&&(!t.hash||e.hash===t.hash)&&z(e.query,t.query)}function z(e,t){for(var n in t)if(!(n in e))return!1;return!0}function _(e,t,n){var r=e.charAt(0);if(\"/\"===r)return e;if(\"?\"===r||\"#\"===r)return t+e;var i=t.split(\"/\");n&&i[i.length-1]||i.pop();for(var o=e.replace(/^\\//,\"\").split(\"/\"),a=0;a<o.length;a++){var s=o[a];\"..\"===s?i.pop():\".\"!==s&&i.push(s)}return\"\"!==i[0]&&i.unshift(\"\"),i.join(\"/\")}function T(e){var t=\"\",n=\"\",r=e.indexOf(\"#\");r>=0&&(t=e.slice(r),e=e.slice(0,r));var i=e.indexOf(\"?\");return i>=0&&(n=e.slice(i+1),e=e.slice(0,i)),{path:e,query:n,hash:t}}function V(e){return e.replace(/\\/\\//g,\"/\")}var j=Array.isArray||function(e){return\"[object Array]\"==Object.prototype.toString.call(e)},P=J,E=F,H=I,L=N,$=X,A=new RegExp([\"(\\\\\\\\.)\",\"([\\\\/.])?(?:(?:\\\\:(\\\\w+)(?:\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))?|\\\\(((?:\\\\\\\\.|[^\\\\\\\\()])+)\\\\))([+*?])?|(\\\\*))\"].join(\"|\"),\"g\");function F(e,t){var n,r=[],i=0,o=0,a=\"\",s=t&&t.delimiter||\"/\";while(null!=(n=A.exec(e))){var c=n[0],l=n[1],u=n.index;if(a+=e.slice(o,u),o=u+c.length,l)a+=l[1];else{var h=e[o],d=n[2],f=n[3],p=n[4],v=n[5],m=n[6],g=n[7];a&&(r.push(a),a=\"\");var b=null!=d&&null!=h&&h!==d,y=\"+\"===m||\"*\"===m,C=\"?\"===m||\"*\"===m,w=n[2]||s,x=p||v;r.push({name:f||i++,prefix:d||\"\",delimiter:w,optional:C,repeat:y,partial:b,asterisk:!!g,pattern:x?K(x):g?\".*\":\"[^\"+B(w)+\"]+?\"})}}return o<e.length&&(a+=e.substr(o)),a&&r.push(a),r}function I(e,t){return N(F(e,t),t)}function R(e){return encodeURI(e).replace(/[\\/?#]/g,(function(e){return\"%\"+e.charCodeAt(0).toString(16).toUpperCase()}))}function D(e){return encodeURI(e).replace(/[?#]/g,(function(e){return\"%\"+e.charCodeAt(0).toString(16).toUpperCase()}))}function N(e,t){for(var n=new Array(e.length),r=0;r<e.length;r++)\"object\"===typeof e[r]&&(n[r]=new RegExp(\"^(?:\"+e[r].pattern+\")$\",U(t)));return function(t,r){for(var i=\"\",o=t||{},a=r||{},s=a.pretty?R:encodeURIComponent,c=0;c<e.length;c++){var l=e[c];if(\"string\"!==typeof l){var u,h=o[l.name];if(null==h){if(l.optional){l.partial&&(i+=l.prefix);continue}throw new TypeError('Expected \"'+l.name+'\" to be defined')}if(j(h)){if(!l.repeat)throw new TypeError('Expected \"'+l.name+'\" to not repeat, but received `'+JSON.stringify(h)+\"`\");if(0===h.length){if(l.optional)continue;throw new TypeError('Expected \"'+l.name+'\" to not be empty')}for(var d=0;d<h.length;d++){if(u=s(h[d]),!n[c].test(u))throw new TypeError('Expected all \"'+l.name+'\" to match \"'+l.pattern+'\", but received `'+JSON.stringify(u)+\"`\");i+=(0===d?l.prefix:l.delimiter)+u}}else{if(u=l.asterisk?D(h):s(h),!n[c].test(u))throw new TypeError('Expected \"'+l.name+'\" to match \"'+l.pattern+'\", but received \"'+u+'\"');i+=l.prefix+u}}else i+=l}return i}}function B(e){return e.replace(/([.+*?=^!:${}()[\\]|\\/\\\\])/g,\"\\\\$1\")}function K(e){return e.replace(/([=!:$\\/()])/g,\"\\\\$1\")}function W(e,t){return e.keys=t,e}function U(e){return e&&e.sensitive?\"\":\"i\"}function q(e,t){var n=e.source.match(/\\((?!\\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return W(e,t)}function Y(e,t,n){for(var r=[],i=0;i<e.length;i++)r.push(J(e[i],t,n).source);var o=new RegExp(\"(?:\"+r.join(\"|\")+\")\",U(n));return W(o,t)}function G(e,t,n){return X(F(e,n),t,n)}function X(e,t,n){j(t)||(n=t||n,t=[]),n=n||{};for(var r=n.strict,i=!1!==n.end,o=\"\",a=0;a<e.length;a++){var s=e[a];if(\"string\"===typeof s)o+=B(s);else{var c=B(s.prefix),l=\"(?:\"+s.pattern+\")\";t.push(s),s.repeat&&(l+=\"(?:\"+c+l+\")*\"),l=s.optional?s.partial?c+\"(\"+l+\")?\":\"(?:\"+c+\"(\"+l+\"))?\":c+\"(\"+l+\")\",o+=l}}var u=B(n.delimiter||\"/\"),h=o.slice(-u.length)===u;return r||(o=(h?o.slice(0,-u.length):o)+\"(?:\"+u+\"(?=$))?\"),o+=i?\"$\":r&&h?\"\":\"(?=\"+u+\"|$)\",W(new RegExp(\"^\"+o,U(n)),t)}function J(e,t,n){return j(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?q(e,t):j(e)?Y(e,t,n):G(e,t,n)}P.parse=E,P.compile=H,P.tokensToFunction=L,P.tokensToRegExp=$;var Q=Object.create(null);function Z(e,t,n){t=t||{};try{var r=Q[e]||(Q[e]=P.compile(e));return\"string\"===typeof t.pathMatch&&(t[0]=t.pathMatch),r(t,{pretty:!0})}catch(i){return\"\"}finally{delete t[0]}}function ee(e,t,n,r){var i=\"string\"===typeof e?{path:e}:e;if(i._normalized)return i;if(i.name){i=a({},e);var o=i.params;return o&&\"object\"===typeof o&&(i.params=a({},o)),i}if(!i.path&&i.params&&t){i=a({},i),i._normalized=!0;var s=a(a({},t.params),i.params);if(t.name)i.name=t.name,i.params=s;else if(t.matched.length){var c=t.matched[t.matched.length-1].path;i.path=Z(c,s,\"path \"+t.path)}else 0;return i}var l=T(i.path||\"\"),u=t&&t.path||\"/\",h=l.path?_(l.path,u,n||i.append):u,d=v(l.query,i.query,r&&r.options.parseQuery),f=i.hash||l.hash;return f&&\"#\"!==f.charAt(0)&&(f=\"#\"+f),{_normalized:!0,path:h,query:d,hash:f}}var te,ne=[String,Object],re=[String,Array],ie=function(){},oe={name:\"RouterLink\",props:{to:{type:ne,required:!0},tag:{type:String,default:\"a\"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,ariaCurrentValue:{type:String,default:\"page\"},event:{type:re,default:\"click\"}},render:function(e){var t=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),o=i.location,s=i.route,c=i.href,l={},u=n.options.linkActiveClass,h=n.options.linkExactActiveClass,d=null==u?\"router-link-active\":u,f=null==h?\"router-link-exact-active\":h,p=null==this.activeClass?d:this.activeClass,v=null==this.exactActiveClass?f:this.exactActiveClass,m=s.redirectedFrom?y(null,ee(s.redirectedFrom),null,n):s;l[v]=k(r,m),l[p]=this.exact?l[v]:M(r,m);var g=l[v]?this.ariaCurrentValue:null,b=function(e){ae(e)&&(t.replace?n.replace(o,ie):n.push(o,ie))},C={click:ae};Array.isArray(this.event)?this.event.forEach((function(e){C[e]=b})):C[this.event]=b;var w={class:l},x=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:c,route:s,navigate:b,isActive:l[p],isExactActive:l[v]});if(x){if(1===x.length)return x[0];if(x.length>1||!x.length)return 0===x.length?e():e(\"span\",{},x)}if(\"a\"===this.tag)w.on=C,w.attrs={href:c,\"aria-current\":g};else{var S=se(this.$slots.default);if(S){S.isStatic=!1;var O=S.data=a({},S.data);for(var z in O.on=O.on||{},O.on){var _=O.on[z];z in C&&(O.on[z]=Array.isArray(_)?_:[_])}for(var T in C)T in O.on?O.on[T].push(C[T]):O.on[T]=b;var V=S.data.attrs=a({},S.data.attrs);V.href=c,V[\"aria-current\"]=g}else w.on=C}return e(this.tag,w,this.$slots.default)}};function ae(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&(void 0===e.button||0===e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute(\"target\");if(/\\b_blank\\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function se(e){if(e)for(var t,n=0;n<e.length;n++){if(t=e[n],\"a\"===t.tag)return t;if(t.children&&(t=se(t.children)))return t}}function ce(e){if(!ce.installed||te!==e){ce.installed=!0,te=e;var t=function(e){return void 0!==e},n=function(e,n){var r=e.$options._parentVnode;t(r)&&t(r=r.data)&&t(r=r.registerRouteInstance)&&r(e,n)};e.mixin({beforeCreate:function(){t(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,\"_route\",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(e.prototype,\"$router\",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,\"$route\",{get:function(){return this._routerRoot._route}}),e.component(\"RouterView\",s),e.component(\"RouterLink\",oe);var r=e.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var le=\"undefined\"!==typeof window;function ue(e,t,n,r){var i=t||[],o=n||Object.create(null),a=r||Object.create(null);e.forEach((function(e){he(i,o,a,e)}));for(var s=0,c=i.length;s<c;s++)\"*\"===i[s]&&(i.push(i.splice(s,1)[0]),c--,s--);return{pathList:i,pathMap:o,nameMap:a}}function he(e,t,n,r,i,o){var a=r.path,s=r.name;var c=r.pathToRegexpOptions||{},l=fe(a,i,c.strict);\"boolean\"===typeof r.caseSensitive&&(c.sensitive=r.caseSensitive);var u={path:l,regex:de(l,c),components:r.components||{default:r.component},instances:{},name:s,parent:i,matchAs:o,redirect:r.redirect,beforeEnter:r.beforeEnter,meta:r.meta||{},props:null==r.props?{}:r.components?r.props:{default:r.props}};if(r.children&&r.children.forEach((function(r){var i=o?V(o+\"/\"+r.path):void 0;he(e,t,n,r,u,i)})),t[u.path]||(e.push(u.path),t[u.path]=u),void 0!==r.alias)for(var h=Array.isArray(r.alias)?r.alias:[r.alias],d=0;d<h.length;++d){var f=h[d];0;var p={path:f,children:r.children};he(e,t,n,p,i,u.path||\"/\")}s&&(n[s]||(n[s]=u))}function de(e,t){var n=P(e,[],t);return n}function fe(e,t,n){return n||(e=e.replace(/\\/$/,\"\")),\"/\"===e[0]||null==t?e:V(t.path+\"/\"+e)}function pe(e,t){var n=ue(e),r=n.pathList,i=n.pathMap,o=n.nameMap;function a(e){ue(e,r,i,o)}function s(e,n,a){var s=ee(e,n,!1,t),c=s.name;if(c){var l=o[c];if(!l)return u(null,s);var h=l.regex.keys.filter((function(e){return!e.optional})).map((function(e){return e.name}));if(\"object\"!==typeof s.params&&(s.params={}),n&&\"object\"===typeof n.params)for(var d in n.params)!(d in s.params)&&h.indexOf(d)>-1&&(s.params[d]=n.params[d]);return s.path=Z(l.path,s.params,'named route \"'+c+'\"'),u(l,s,a)}if(s.path){s.params={};for(var f=0;f<r.length;f++){var p=r[f],v=i[p];if(ve(v.regex,s.path,s.params))return u(v,s,a)}}return u(null,s)}function c(e,n){var r=e.redirect,i=\"function\"===typeof r?r(y(e,n,null,t)):r;if(\"string\"===typeof i&&(i={path:i}),!i||\"object\"!==typeof i)return u(null,n);var a=i,c=a.name,l=a.path,h=n.query,d=n.hash,f=n.params;if(h=a.hasOwnProperty(\"query\")?a.query:h,d=a.hasOwnProperty(\"hash\")?a.hash:d,f=a.hasOwnProperty(\"params\")?a.params:f,c){o[c];return s({_normalized:!0,name:c,query:h,hash:d,params:f},void 0,n)}if(l){var p=me(l,e),v=Z(p,f,'redirect route with path \"'+p+'\"');return s({_normalized:!0,path:v,query:h,hash:d},void 0,n)}return u(null,n)}function l(e,t,n){var r=Z(n,t.params,'aliased route with path \"'+n+'\"'),i=s({_normalized:!0,path:r});if(i){var o=i.matched,a=o[o.length-1];return t.params=i.params,u(a,t)}return u(null,t)}function u(e,n,r){return e&&e.redirect?c(e,r||n):e&&e.matchAs?l(e,n,e.matchAs):y(e,n,r,t)}return{match:s,addRoutes:a}}function ve(e,t,n){var r=t.match(e);if(!r)return!1;if(!n)return!0;for(var i=1,o=r.length;i<o;++i){var a=e.keys[i-1],s=\"string\"===typeof r[i]?decodeURIComponent(r[i]):r[i];a&&(n[a.name||\"pathMatch\"]=s)}return!0}function me(e,t){return _(e,t.parent?t.parent.path:\"/\",!0)}var ge=le&&window.performance&&window.performance.now?window.performance:Date;function be(){return ge.now().toFixed(3)}var ye=be();function Ce(){return ye}function we(e){return ye=e}var xe=Object.create(null);function Se(){\"scrollRestoration\"in window.history&&(window.history.scrollRestoration=\"manual\");var e=window.location.protocol+\"//\"+window.location.host,t=window.location.href.replace(e,\"\"),n=a({},window.history.state);n.key=Ce(),window.history.replaceState(n,\"\",t),window.addEventListener(\"popstate\",(function(e){Oe(),e.state&&e.state.key&&we(e.state.key)}))}function ke(e,t,n,r){if(e.app){var i=e.options.scrollBehavior;i&&e.app.$nextTick((function(){var o=Me(),a=i.call(e,t,n,r?o:null);a&&(\"function\"===typeof a.then?a.then((function(e){Ee(e,o)})).catch((function(e){0})):Ee(a,o))}))}}function Oe(){var e=Ce();e&&(xe[e]={x:window.pageXOffset,y:window.pageYOffset})}function Me(){var e=Ce();if(e)return xe[e]}function ze(e,t){var n=document.documentElement,r=n.getBoundingClientRect(),i=e.getBoundingClientRect();return{x:i.left-r.left-t.x,y:i.top-r.top-t.y}}function _e(e){return je(e.x)||je(e.y)}function Te(e){return{x:je(e.x)?e.x:window.pageXOffset,y:je(e.y)?e.y:window.pageYOffset}}function Ve(e){return{x:je(e.x)?e.x:0,y:je(e.y)?e.y:0}}function je(e){return\"number\"===typeof e}var Pe=/^#\\d/;function Ee(e,t){var n=\"object\"===typeof e;if(n&&\"string\"===typeof e.selector){var r=Pe.test(e.selector)?document.getElementById(e.selector.slice(1)):document.querySelector(e.selector);if(r){var i=e.offset&&\"object\"===typeof e.offset?e.offset:{};i=Ve(i),t=ze(r,i)}else _e(e)&&(t=Te(e))}else n&&_e(e)&&(t=Te(e));t&&window.scrollTo(t.x,t.y)}var He=le&&function(){var e=window.navigator.userAgent;return(-1===e.indexOf(\"Android 2.\")&&-1===e.indexOf(\"Android 4.0\")||-1===e.indexOf(\"Mobile Safari\")||-1!==e.indexOf(\"Chrome\")||-1!==e.indexOf(\"Windows Phone\"))&&(window.history&&\"function\"===typeof window.history.pushState)}();function Le(e,t){Oe();var n=window.history;try{if(t){var r=a({},n.state);r.key=Ce(),n.replaceState(r,\"\",e)}else n.pushState({key:we(be())},\"\",e)}catch(i){window.location[t?\"replace\":\"assign\"](e)}}function $e(e){Le(e,!0)}function Ae(e,t,n){var r=function(i){i>=e.length?n():e[i]?t(e[i],(function(){r(i+1)})):r(i+1)};r(0)}function Fe(e){return function(t,n,r){var o=!1,a=0,s=null;Ie(e,(function(e,t,n,c){if(\"function\"===typeof e&&void 0===e.cid){o=!0,a++;var l,u=Be((function(t){Ne(t)&&(t=t.default),e.resolved=\"function\"===typeof t?t:te.extend(t),n.components[c]=t,a--,a<=0&&r()})),h=Be((function(e){var t=\"Failed to resolve async component \"+c+\": \"+e;s||(s=i(e)?e:new Error(t),r(s))}));try{l=e(u,h)}catch(f){h(f)}if(l)if(\"function\"===typeof l.then)l.then(u,h);else{var d=l.component;d&&\"function\"===typeof d.then&&d.then(u,h)}}})),o||r()}}function Ie(e,t){return Re(e.map((function(e){return Object.keys(e.components).map((function(n){return t(e.components[n],e.instances[n],e,n)}))})))}function Re(e){return Array.prototype.concat.apply([],e)}var De=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.toStringTag;function Ne(e){return e.__esModule||De&&\"Module\"===e[Symbol.toStringTag]}function Be(e){var t=!1;return function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];if(!t)return t=!0,e.apply(this,n)}}var Ke=function(e){function t(t){e.call(this),this.name=this._name=\"NavigationDuplicated\",this.message='Navigating to current location (\"'+t.fullPath+'\") is not allowed',Object.defineProperty(this,\"stack\",{value:(new e).stack,writable:!0,configurable:!0})}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t}(Error);Ke._name=\"NavigationDuplicated\";var We=function(e,t){this.router=e,this.base=Ue(t),this.current=w,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function Ue(e){if(!e)if(le){var t=document.querySelector(\"base\");e=t&&t.getAttribute(\"href\")||\"/\",e=e.replace(/^https?:\\/\\/[^\\/]+/,\"\")}else e=\"/\";return\"/\"!==e.charAt(0)&&(e=\"/\"+e),e.replace(/\\/$/,\"\")}function qe(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n<r;n++)if(e[n]!==t[n])break;return{updated:t.slice(0,n),activated:t.slice(n),deactivated:e.slice(n)}}function Ye(e,t,n,r){var i=Ie(e,(function(e,r,i,o){var a=Ge(e,t);if(a)return Array.isArray(a)?a.map((function(e){return n(e,r,i,o)})):n(a,r,i,o)}));return Re(r?i.reverse():i)}function Ge(e,t){return\"function\"!==typeof e&&(e=te.extend(e)),e.options[t]}function Xe(e){return Ye(e,\"beforeRouteLeave\",Qe,!0)}function Je(e){return Ye(e,\"beforeRouteUpdate\",Qe)}function Qe(e,t){if(t)return function(){return e.apply(t,arguments)}}function Ze(e,t,n){return Ye(e,\"beforeRouteEnter\",(function(e,r,i,o){return et(e,i,o,t,n)}))}function et(e,t,n,r,i){return function(o,a,s){return e(o,a,(function(e){\"function\"===typeof e&&r.push((function(){tt(e,t.instances,n,i)})),s(e)}))}}function tt(e,t,n,r){t[n]&&!t[n]._isBeingDestroyed?e(t[n]):r()&&setTimeout((function(){tt(e,t,n,r)}),16)}We.prototype.listen=function(e){this.cb=e},We.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},We.prototype.onError=function(e){this.errorCbs.push(e)},We.prototype.transitionTo=function(e,t,n){var r=this,i=this.router.match(e,this.current);this.confirmTransition(i,(function(){r.updateRoute(i),t&&t(i),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach((function(e){e(i)})))}),(function(e){n&&n(e),e&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach((function(t){t(e)})))}))},We.prototype.confirmTransition=function(e,t,n){var a=this,s=this.current,c=function(e){!o(Ke,e)&&i(e)&&(a.errorCbs.length?a.errorCbs.forEach((function(t){t(e)})):(r(!1,\"uncaught error during route navigation:\"),console.error(e))),n&&n(e)};if(k(e,s)&&e.matched.length===s.matched.length)return this.ensureURL(),c(new Ke(e));var l=qe(this.current.matched,e.matched),u=l.updated,h=l.deactivated,d=l.activated,f=[].concat(Xe(h),this.router.beforeHooks,Je(u),d.map((function(e){return e.beforeEnter})),Fe(d));this.pending=e;var p=function(t,n){if(a.pending!==e)return c();try{t(e,s,(function(e){!1===e||i(e)?(a.ensureURL(!0),c(e)):\"string\"===typeof e||\"object\"===typeof e&&(\"string\"===typeof e.path||\"string\"===typeof e.name)?(c(),\"object\"===typeof e&&e.replace?a.replace(e):a.push(e)):n(e)}))}catch(r){c(r)}};Ae(f,p,(function(){var n=[],r=function(){return a.current===e},i=Ze(d,n,r),o=i.concat(a.router.resolveHooks);Ae(o,p,(function(){if(a.pending!==e)return c();a.pending=null,t(e),a.router.app&&a.router.app.$nextTick((function(){n.forEach((function(e){e()}))}))}))}))},We.prototype.updateRoute=function(e){var t=this.current;this.current=e,this.cb&&this.cb(e),this.router.afterHooks.forEach((function(n){n&&n(e,t)}))};var nt=function(e){function t(t,n){var r=this;e.call(this,t,n);var i=t.options.scrollBehavior,o=He&&i;o&&Se();var a=rt(this.base);window.addEventListener(\"popstate\",(function(e){var n=r.current,i=rt(r.base);r.current===w&&i===a||r.transitionTo(i,(function(e){o&&ke(t,e,n,!0)}))}))}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){Le(V(r.base+e.fullPath)),ke(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){$e(V(r.base+e.fullPath)),ke(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.ensureURL=function(e){if(rt(this.base)!==this.current.fullPath){var t=V(this.base+this.current.fullPath);e?Le(t):$e(t)}},t.prototype.getCurrentLocation=function(){return rt(this.base)},t}(We);function rt(e){var t=decodeURI(window.location.pathname);return e&&0===t.toLowerCase().indexOf(e.toLowerCase())&&(t=t.slice(e.length)),(t||\"/\")+window.location.search+window.location.hash}var it=function(e){function t(t,n,r){e.call(this,t,n),r&&ot(this.base)||at()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this,t=this.router,n=t.options.scrollBehavior,r=He&&n;r&&Se(),window.addEventListener(He?\"popstate\":\"hashchange\",(function(){var t=e.current;at()&&e.transitionTo(st(),(function(n){r&&ke(e.router,n,t,!0),He||ut(n.fullPath)}))}))},t.prototype.push=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){lt(e.fullPath),ke(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){ut(e.fullPath),ke(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;st()!==t&&(e?lt(t):ut(t))},t.prototype.getCurrentLocation=function(){return st()},t}(We);function ot(e){var t=rt(e);if(!/^\\/#/.test(t))return window.location.replace(V(e+\"/#\"+t)),!0}function at(){var e=st();return\"/\"===e.charAt(0)||(ut(\"/\"+e),!1)}function st(){var e=window.location.href,t=e.indexOf(\"#\");if(t<0)return\"\";e=e.slice(t+1);var n=e.indexOf(\"?\");if(n<0){var r=e.indexOf(\"#\");e=r>-1?decodeURI(e.slice(0,r))+e.slice(r):decodeURI(e)}else e=decodeURI(e.slice(0,n))+e.slice(n);return e}function ct(e){var t=window.location.href,n=t.indexOf(\"#\"),r=n>=0?t.slice(0,n):t;return r+\"#\"+e}function lt(e){He?Le(ct(e)):window.location.hash=e}function ut(e){He?$e(ct(e)):window.location.replace(ct(e))}var ht=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)}),n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){t.index=n,t.updateRoute(r)}),(function(e){o(Ke,e)&&(t.index=n)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:\"/\"},t.prototype.ensureURL=function(){},t}(We),dt=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=pe(e.routes||[],this);var t=e.mode||\"hash\";switch(this.fallback=\"history\"===t&&!He&&!1!==e.fallback,this.fallback&&(t=\"hash\"),le||(t=\"abstract\"),this.mode=t,t){case\"history\":this.history=new nt(this,e.base);break;case\"hash\":this.history=new it(this,e.base,this.fallback);break;case\"abstract\":this.history=new ht(this,e.base);break;default:0}},ft={currentRoute:{configurable:!0}};function pt(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function vt(e,t,n){var r=\"hash\"===n?\"#\"+t:t;return e?V(e+\"/\"+r):r}dt.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},ft.currentRoute.get=function(){return this.history&&this.history.current},dt.prototype.init=function(e){var t=this;if(this.apps.push(e),e.$once(\"hook:destroyed\",(function(){var n=t.apps.indexOf(e);n>-1&&t.apps.splice(n,1),t.app===e&&(t.app=t.apps[0]||null)})),!this.app){this.app=e;var n=this.history;if(n instanceof nt)n.transitionTo(n.getCurrentLocation());else if(n instanceof it){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},dt.prototype.beforeEach=function(e){return pt(this.beforeHooks,e)},dt.prototype.beforeResolve=function(e){return pt(this.resolveHooks,e)},dt.prototype.afterEach=function(e){return pt(this.afterHooks,e)},dt.prototype.onReady=function(e,t){this.history.onReady(e,t)},dt.prototype.onError=function(e){this.history.onError(e)},dt.prototype.push=function(e,t,n){var r=this;if(!t&&!n&&\"undefined\"!==typeof Promise)return new Promise((function(t,n){r.history.push(e,t,n)}));this.history.push(e,t,n)},dt.prototype.replace=function(e,t,n){var r=this;if(!t&&!n&&\"undefined\"!==typeof Promise)return new Promise((function(t,n){r.history.replace(e,t,n)}));this.history.replace(e,t,n)},dt.prototype.go=function(e){this.history.go(e)},dt.prototype.back=function(){this.go(-1)},dt.prototype.forward=function(){this.go(1)},dt.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},dt.prototype.resolve=function(e,t,n){t=t||this.history.current;var r=ee(e,t,n,this),i=this.match(r,t),o=i.redirectedFrom||i.fullPath,a=this.history.base,s=vt(a,o,this.mode);return{location:r,route:i,href:s,normalizedTo:r,resolved:i}},dt.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==w&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(dt.prototype,ft),dt.install=ce,dt.version=\"3.2.0\",le&&window.Vue&&window.Vue.use(dt),t[\"a\"]=dt},\"8d74\":function(e,t,n){var r=n(\"4cef\"),i=/^\\s+/;function o(e){return e?e.slice(0,r(e)+1).replace(i,\"\"):e}e.exports=o},\"8db3\":function(e,t,n){var r=n(\"47f5\");function i(e,t){var n=null==e?0:e.length;return!!n&&r(e,t,0)>-1}e.exports=i},\"8de2\":function(e,t,n){var r=n(\"8eeb\"),i=n(\"9934\");function o(e){return r(e,i(e))}e.exports=o},\"8df4\":function(e,t,n){\"use strict\";var r=n(\"7a77\");function i(e){if(\"function\"!==typeof e)throw new TypeError(\"executor must be a function.\");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.source=function(){var e,t=new i((function(t){e=t}));return{token:t,cancel:e}},e.exports=i},\"8df8\":function(e,t,n){\"use strict\";e.exports=o,e.exports.isMobile=o,e.exports.default=o;var r=/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series[46]0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i,i=/(android|bb\\d+|meego).+mobile|avantgo|bada\\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\\/|plucker|pocket|psp|series[46]0|symbian|treo|up\\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino|android|ipad|playbook|silk/i;function o(e){e||(e={});var t=e.ua;if(t||\"undefined\"===typeof navigator||(t=navigator.userAgent),t&&t.headers&&\"string\"===typeof t.headers[\"user-agent\"]&&(t=t.headers[\"user-agent\"]),\"string\"!==typeof t)return!1;var n=e.tablet?i.test(t):r.test(t);return!n&&e.tablet&&e.featureDetect&&navigator&&navigator.maxTouchPoints>1&&-1!==t.indexOf(\"Macintosh\")&&-1!==t.indexOf(\"Safari\")&&(n=!0),n}},\"8e8e\":function(e,t,n){\"use strict\";t.__esModule=!0,t.default=function(e,t){var n={};for(var r in e)t.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=e[r]);return n}},\"8e95\":function(e,t,n){var r=n(\"c195\");e.exports=new r},\"8eeb\":function(e,t,n){var r=n(\"32b3\"),i=n(\"872a\");function o(e,t,n,o){var a=!n;n||(n={});var s=-1,c=t.length;while(++s<c){var l=t[s],u=o?o(n[l],e[l],l,n,e):void 0;void 0===u&&(u=e[l]),a?i(n,l,u):r(n,l,u)}return n}e.exports=o},\"8f19\":function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";return function(e,t){var n=t.prototype,r=n.format;n.format=function(e){var t=this,n=this.$locale();if(!this.isValid())return r.bind(this)(e);var i=this.$utils(),o=(e||\"YYYY-MM-DDTHH:mm:ssZ\").replace(/\\[([^\\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g,(function(e){switch(e){case\"Q\":return Math.ceil((t.$M+1)/3);case\"Do\":return n.ordinal(t.$D);case\"gggg\":return t.weekYear();case\"GGGG\":return t.isoWeekYear();case\"wo\":return n.ordinal(t.week(),\"W\");case\"w\":case\"ww\":return i.s(t.week(),\"w\"===e?1:2,\"0\");case\"W\":case\"WW\":return i.s(t.isoWeek(),\"W\"===e?1:2,\"0\");case\"k\":case\"kk\":return i.s(String(0===t.$H?24:t.$H),\"k\"===e?1:2,\"0\");case\"X\":return Math.floor(t.$d.getTime()/1e3);case\"x\":return t.$d.getTime();case\"z\":return\"[\"+t.offsetName()+\"]\";case\"zzz\":return\"[\"+t.offsetName(\"long\")+\"]\";default:return e}}));return r.bind(this)(o)}}}))},9020:function(e,t){function n(e){this.options=e,!e.deferSetup&&this.setup()}n.prototype={constructor:n,setup:function(){this.options.setup&&this.options.setup(),this.initialised=!0},on:function(){!this.initialised&&this.setup(),this.options.match&&this.options.match()},off:function(){this.options.unmatch&&this.options.unmatch()},destroy:function(){this.options.destroy?this.options.destroy():this.off()},equals:function(e){return this.options===e||this.options.match===e}},e.exports=n},\"90d8\":function(e,t,n){var r=n(\"c65b\"),i=n(\"1a2d\"),o=n(\"3a9b\"),a=n(\"ad6d\"),s=RegExp.prototype;e.exports=function(e){var t=e.flags;return void 0!==t||\"flags\"in s||i(e,\"flags\")||!o(s,e)?t:r(a,e)}},\"90e3\":function(e,t,n){var r=n(\"e330\"),i=0,o=Math.random(),a=r(1..toString);e.exports=function(e){return\"Symbol(\"+(void 0===e?\"\":e)+\")_\"+a(++i+o,36)}},9112:function(e,t,n){var r=n(\"83ab\"),i=n(\"9bf2\"),o=n(\"5c6c\");e.exports=r?function(e,t,n){return i.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},9141:function(e,t,n){var r=n(\"ef08\").document;e.exports=r&&r.documentElement},\"91e9\":function(e,t){function n(e,t){return function(n){return e(t(n))}}e.exports=n},9263:function(e,t,n){\"use strict\";var r=n(\"c65b\"),i=n(\"e330\"),o=n(\"577e\"),a=n(\"ad6d\"),s=n(\"9f7f\"),c=n(\"5692\"),l=n(\"7c73\"),u=n(\"69f3\").get,h=n(\"fce3\"),d=n(\"107c\"),f=c(\"native-string-replace\",String.prototype.replace),p=RegExp.prototype.exec,v=p,m=i(\"\".charAt),g=i(\"\".indexOf),b=i(\"\".replace),y=i(\"\".slice),C=function(){var e=/a/,t=/b*/g;return r(p,e,\"a\"),r(p,t,\"a\"),0!==e.lastIndex||0!==t.lastIndex}(),w=s.BROKEN_CARET,x=void 0!==/()??/.exec(\"\")[1],S=C||x||w||h||d;S&&(v=function(e){var t,n,i,s,c,h,d,S=this,k=u(S),O=o(e),M=k.raw;if(M)return M.lastIndex=S.lastIndex,t=r(v,M,O),S.lastIndex=M.lastIndex,t;var z=k.groups,_=w&&S.sticky,T=r(a,S),V=S.source,j=0,P=O;if(_&&(T=b(T,\"y\",\"\"),-1===g(T,\"g\")&&(T+=\"g\"),P=y(O,S.lastIndex),S.lastIndex>0&&(!S.multiline||S.multiline&&\"\\n\"!==m(O,S.lastIndex-1))&&(V=\"(?: \"+V+\")\",P=\" \"+P,j++),n=new RegExp(\"^(?:\"+V+\")\",T)),x&&(n=new RegExp(\"^\"+V+\"$(?!\\\\s)\",T)),C&&(i=S.lastIndex),s=r(p,_?n:S,P),_?s?(s.input=y(s.input,j),s[0]=y(s[0],j),s.index=S.lastIndex,S.lastIndex+=s[0].length):S.lastIndex=0:C&&s&&(S.lastIndex=S.global?s.index+s[0].length:i),x&&s&&s.length>1&&r(f,s[0],n,(function(){for(c=1;c<arguments.length-2;c++)void 0===arguments[c]&&(s[c]=void 0)})),s&&z)for(s.groups=h=l(null),c=0;c<z.length;c++)d=z[c],h[d[0]]=s[d[1]];return s}),e.exports=v},\"92f0\":function(e,t,n){var r=n(\"1a14\").f,i=n(\"9c0e\"),o=n(\"cc15\")(\"toStringTag\");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,o)&&r(e,o,{configurable:!0,value:t})}},\"92fa\":function(e,t){var n=/^(attrs|props|on|nativeOn|class|style|hook)$/;function r(e,t){return function(){e&&e.apply(this,arguments),t&&t.apply(this,arguments)}}e.exports=function(e){return e.reduce((function(e,t){var i,o,a,s,c;for(a in t)if(i=e[a],o=t[a],i&&n.test(a))if(\"class\"===a&&(\"string\"===typeof i&&(c=i,e[a]=i={},i[c]=!0),\"string\"===typeof o&&(c=o,t[a]=o={},o[c]=!0)),\"on\"===a||\"nativeOn\"===a||\"hook\"===a)for(s in o)i[s]=r(i[s],o[s]);else if(Array.isArray(i))e[a]=i.concat(o);else if(Array.isArray(o))e[a]=[i].concat(o);else for(s in o)i[s]=o[s];else e[a]=t[a];return e}),{})}},\"93ed\":function(e,t,n){var r=n(\"4245\");function i(e){var t=r(this,e)[\"delete\"](e);return this.size-=t?1:0,t}e.exports=i},\"93ff\":function(e,t,n){e.exports={default:n(\"7b9e\"),__esModule:!0}},\"944a\":function(e,t,n){var r=n(\"d066\"),i=n(\"746f\"),o=n(\"d44e\");i(\"toStringTag\"),o(r(\"Symbol\"),\"Symbol\")},\"94c7\":function(e,t,n){(function(t,n){e.exports=n()})(0,(function(){\"use strict\";function e(t){return e=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},e(t)}var t=/^\\s+/,n=/\\s+$/;function r(e,t){if(e=e||\"\",t=t||{},e instanceof r)return e;if(!(this instanceof r))return new r(e,t);var n=i(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=Math.round(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=n.ok}function i(t){var n={r:0,g:0,b:0},r=1,i=null,a=null,c=null,u=!1,h=!1;return\"string\"==typeof t&&(t=R(t)),\"object\"==e(t)&&(I(t.r)&&I(t.g)&&I(t.b)?(n=o(t.r,t.g,t.b),u=!0,h=\"%\"===String(t.r).substr(-1)?\"prgb\":\"rgb\"):I(t.h)&&I(t.s)&&I(t.v)?(i=L(t.s),a=L(t.v),n=l(t.h,i,a),u=!0,h=\"hsv\"):I(t.h)&&I(t.s)&&I(t.l)&&(i=L(t.s),c=L(t.l),n=s(t.h,i,c),u=!0,h=\"hsl\"),t.hasOwnProperty(\"a\")&&(r=t.a)),r=_(r),{ok:u,format:t.format||h,r:Math.min(255,Math.max(n.r,0)),g:Math.min(255,Math.max(n.g,0)),b:Math.min(255,Math.max(n.b,0)),a:r}}function o(e,t,n){return{r:255*T(e,255),g:255*T(t,255),b:255*T(n,255)}}function a(e,t,n){e=T(e,255),t=T(t,255),n=T(n,255);var r,i,o=Math.max(e,t,n),a=Math.min(e,t,n),s=(o+a)/2;if(o==a)r=i=0;else{var c=o-a;switch(i=s>.5?c/(2-o-a):c/(o+a),o){case e:r=(t-n)/c+(t<n?6:0);break;case t:r=(n-e)/c+2;break;case n:r=(e-t)/c+4;break}r/=6}return{h:r,s:i,l:s}}function s(e,t,n){var r,i,o;function a(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if(e=T(e,360),t=T(t,100),n=T(n,100),0===t)r=i=o=n;else{var s=n<.5?n*(1+t):n+t-n*t,c=2*n-s;r=a(c,s,e+1/3),i=a(c,s,e),o=a(c,s,e-1/3)}return{r:255*r,g:255*i,b:255*o}}function c(e,t,n){e=T(e,255),t=T(t,255),n=T(n,255);var r,i,o=Math.max(e,t,n),a=Math.min(e,t,n),s=o,c=o-a;if(i=0===o?0:c/o,o==a)r=0;else{switch(o){case e:r=(t-n)/c+(t<n?6:0);break;case t:r=(n-e)/c+2;break;case n:r=(e-t)/c+4;break}r/=6}return{h:r,s:i,v:s}}function l(e,t,n){e=6*T(e,360),t=T(t,100),n=T(n,100);var r=Math.floor(e),i=e-r,o=n*(1-t),a=n*(1-i*t),s=n*(1-(1-i)*t),c=r%6,l=[n,a,o,o,s,n][c],u=[s,n,n,a,o,o][c],h=[o,o,s,n,n,a][c];return{r:255*l,g:255*u,b:255*h}}function u(e,t,n,r){var i=[H(Math.round(e).toString(16)),H(Math.round(t).toString(16)),H(Math.round(n).toString(16))];return r&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join(\"\")}function h(e,t,n,r,i){var o=[H(Math.round(e).toString(16)),H(Math.round(t).toString(16)),H(Math.round(n).toString(16)),H($(r))];return i&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)&&o[3].charAt(0)==o[3].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0)+o[3].charAt(0):o.join(\"\")}function d(e,t,n,r){var i=[H($(r)),H(Math.round(e).toString(16)),H(Math.round(t).toString(16)),H(Math.round(n).toString(16))];return i.join(\"\")}function f(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.s-=t/100,n.s=V(n.s),r(n)}function p(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.s+=t/100,n.s=V(n.s),r(n)}function v(e){return r(e).desaturate(100)}function m(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.l+=t/100,n.l=V(n.l),r(n)}function g(e,t){t=0===t?0:t||10;var n=r(e).toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(-t/100*255))),n.g=Math.max(0,Math.min(255,n.g-Math.round(-t/100*255))),n.b=Math.max(0,Math.min(255,n.b-Math.round(-t/100*255))),r(n)}function b(e,t){t=0===t?0:t||10;var n=r(e).toHsl();return n.l-=t/100,n.l=V(n.l),r(n)}function y(e,t){var n=r(e).toHsl(),i=(n.h+t)%360;return n.h=i<0?360+i:i,r(n)}function C(e){var t=r(e).toHsl();return t.h=(t.h+180)%360,r(t)}function w(e,t){if(isNaN(t)||t<=0)throw new Error(\"Argument to polyad must be a positive number\");for(var n=r(e).toHsl(),i=[r(e)],o=360/t,a=1;a<t;a++)i.push(r({h:(n.h+a*o)%360,s:n.s,l:n.l}));return i}function x(e){var t=r(e).toHsl(),n=t.h;return[r(e),r({h:(n+72)%360,s:t.s,l:t.l}),r({h:(n+216)%360,s:t.s,l:t.l})]}function S(e,t,n){t=t||6,n=n||30;var i=r(e).toHsl(),o=360/n,a=[r(e)];for(i.h=(i.h-(o*t>>1)+720)%360;--t;)i.h=(i.h+o)%360,a.push(r(i));return a}function k(e,t){t=t||6;var n=r(e).toHsv(),i=n.h,o=n.s,a=n.v,s=[],c=1/t;while(t--)s.push(r({h:i,s:o,v:a})),a=(a+c)%1;return s}r.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r,i,o,a=this.toRgb();return e=a.r/255,t=a.g/255,n=a.b/255,r=e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4),i=t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4),o=n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4),.2126*r+.7152*i+.0722*o},setAlpha:function(e){return this._a=_(e),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var e=c(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=c(this._r,this._g,this._b),t=Math.round(360*e.h),n=Math.round(100*e.s),r=Math.round(100*e.v);return 1==this._a?\"hsv(\"+t+\", \"+n+\"%, \"+r+\"%)\":\"hsva(\"+t+\", \"+n+\"%, \"+r+\"%, \"+this._roundA+\")\"},toHsl:function(){var e=a(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=a(this._r,this._g,this._b),t=Math.round(360*e.h),n=Math.round(100*e.s),r=Math.round(100*e.l);return 1==this._a?\"hsl(\"+t+\", \"+n+\"%, \"+r+\"%)\":\"hsla(\"+t+\", \"+n+\"%, \"+r+\"%, \"+this._roundA+\")\"},toHex:function(e){return u(this._r,this._g,this._b,e)},toHexString:function(e){return\"#\"+this.toHex(e)},toHex8:function(e){return h(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return\"#\"+this.toHex8(e)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?\"rgb(\"+Math.round(this._r)+\", \"+Math.round(this._g)+\", \"+Math.round(this._b)+\")\":\"rgba(\"+Math.round(this._r)+\", \"+Math.round(this._g)+\", \"+Math.round(this._b)+\", \"+this._roundA+\")\"},toPercentageRgb:function(){return{r:Math.round(100*T(this._r,255))+\"%\",g:Math.round(100*T(this._g,255))+\"%\",b:Math.round(100*T(this._b,255))+\"%\",a:this._a}},toPercentageRgbString:function(){return 1==this._a?\"rgb(\"+Math.round(100*T(this._r,255))+\"%, \"+Math.round(100*T(this._g,255))+\"%, \"+Math.round(100*T(this._b,255))+\"%)\":\"rgba(\"+Math.round(100*T(this._r,255))+\"%, \"+Math.round(100*T(this._g,255))+\"%, \"+Math.round(100*T(this._b,255))+\"%, \"+this._roundA+\")\"},toName:function(){return 0===this._a?\"transparent\":!(this._a<1)&&(M[u(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t=\"#\"+d(this._r,this._g,this._b,this._a),n=t,i=this._gradientType?\"GradientType = 1, \":\"\";if(e){var o=r(e);n=\"#\"+d(o._r,o._g,o._b,o._a)}return\"progid:DXImageTransform.Microsoft.gradient(\"+i+\"startColorstr=\"+t+\",endColorstr=\"+n+\")\"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0,i=!t&&r&&(\"hex\"===e||\"hex6\"===e||\"hex3\"===e||\"hex4\"===e||\"hex8\"===e||\"name\"===e);return i?\"name\"===e&&0===this._a?this.toName():this.toRgbString():(\"rgb\"===e&&(n=this.toRgbString()),\"prgb\"===e&&(n=this.toPercentageRgbString()),\"hex\"!==e&&\"hex6\"!==e||(n=this.toHexString()),\"hex3\"===e&&(n=this.toHexString(!0)),\"hex4\"===e&&(n=this.toHex8String(!0)),\"hex8\"===e&&(n=this.toHex8String()),\"name\"===e&&(n=this.toName()),\"hsl\"===e&&(n=this.toHslString()),\"hsv\"===e&&(n=this.toHsvString()),n||this.toHexString())},clone:function(){return r(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(m,arguments)},brighten:function(){return this._applyModification(g,arguments)},darken:function(){return this._applyModification(b,arguments)},desaturate:function(){return this._applyModification(f,arguments)},saturate:function(){return this._applyModification(p,arguments)},greyscale:function(){return this._applyModification(v,arguments)},spin:function(){return this._applyModification(y,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(S,arguments)},complement:function(){return this._applyCombination(C,arguments)},monochromatic:function(){return this._applyCombination(k,arguments)},splitcomplement:function(){return this._applyCombination(x,arguments)},triad:function(){return this._applyCombination(w,[3])},tetrad:function(){return this._applyCombination(w,[4])}},r.fromRatio=function(t,n){if(\"object\"==e(t)){var i={};for(var o in t)t.hasOwnProperty(o)&&(i[o]=\"a\"===o?t[o]:L(t[o]));t=i}return r(t,n)},r.equals=function(e,t){return!(!e||!t)&&r(e).toRgbString()==r(t).toRgbString()},r.random=function(){return r.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},r.mix=function(e,t,n){n=0===n?0:n||50;var i=r(e).toRgb(),o=r(t).toRgb(),a=n/100,s={r:(o.r-i.r)*a+i.r,g:(o.g-i.g)*a+i.g,b:(o.b-i.b)*a+i.b,a:(o.a-i.a)*a+i.a};return r(s)},r.readability=function(e,t){var n=r(e),i=r(t);return(Math.max(n.getLuminance(),i.getLuminance())+.05)/(Math.min(n.getLuminance(),i.getLuminance())+.05)},r.isReadable=function(e,t,n){var i,o,a=r.readability(e,t);switch(o=!1,i=D(n),i.level+i.size){case\"AAsmall\":case\"AAAlarge\":o=a>=4.5;break;case\"AAlarge\":o=a>=3;break;case\"AAAsmall\":o=a>=7;break}return o},r.mostReadable=function(e,t,n){var i,o,a,s,c=null,l=0;n=n||{},o=n.includeFallbackColors,a=n.level,s=n.size;for(var u=0;u<t.length;u++)i=r.readability(e,t[u]),i>l&&(l=i,c=r(t[u]));return r.isReadable(e,c,{level:a,size:s})||!o?c:(n.includeFallbackColors=!1,r.mostReadable(e,[\"#fff\",\"#000\"],n))};var O=r.names={aliceblue:\"f0f8ff\",antiquewhite:\"faebd7\",aqua:\"0ff\",aquamarine:\"7fffd4\",azure:\"f0ffff\",beige:\"f5f5dc\",bisque:\"ffe4c4\",black:\"000\",blanchedalmond:\"ffebcd\",blue:\"00f\",blueviolet:\"8a2be2\",brown:\"a52a2a\",burlywood:\"deb887\",burntsienna:\"ea7e5d\",cadetblue:\"5f9ea0\",chartreuse:\"7fff00\",chocolate:\"d2691e\",coral:\"ff7f50\",cornflowerblue:\"6495ed\",cornsilk:\"fff8dc\",crimson:\"dc143c\",cyan:\"0ff\",darkblue:\"00008b\",darkcyan:\"008b8b\",darkgoldenrod:\"b8860b\",darkgray:\"a9a9a9\",darkgreen:\"006400\",darkgrey:\"a9a9a9\",darkkhaki:\"bdb76b\",darkmagenta:\"8b008b\",darkolivegreen:\"556b2f\",darkorange:\"ff8c00\",darkorchid:\"9932cc\",darkred:\"8b0000\",darksalmon:\"e9967a\",darkseagreen:\"8fbc8f\",darkslateblue:\"483d8b\",darkslategray:\"2f4f4f\",darkslategrey:\"2f4f4f\",darkturquoise:\"00ced1\",darkviolet:\"9400d3\",deeppink:\"ff1493\",deepskyblue:\"00bfff\",dimgray:\"696969\",dimgrey:\"696969\",dodgerblue:\"1e90ff\",firebrick:\"b22222\",floralwhite:\"fffaf0\",forestgreen:\"228b22\",fuchsia:\"f0f\",gainsboro:\"dcdcdc\",ghostwhite:\"f8f8ff\",gold:\"ffd700\",goldenrod:\"daa520\",gray:\"808080\",green:\"008000\",greenyellow:\"adff2f\",grey:\"808080\",honeydew:\"f0fff0\",hotpink:\"ff69b4\",indianred:\"cd5c5c\",indigo:\"4b0082\",ivory:\"fffff0\",khaki:\"f0e68c\",lavender:\"e6e6fa\",lavenderblush:\"fff0f5\",lawngreen:\"7cfc00\",lemonchiffon:\"fffacd\",lightblue:\"add8e6\",lightcoral:\"f08080\",lightcyan:\"e0ffff\",lightgoldenrodyellow:\"fafad2\",lightgray:\"d3d3d3\",lightgreen:\"90ee90\",lightgrey:\"d3d3d3\",lightpink:\"ffb6c1\",lightsalmon:\"ffa07a\",lightseagreen:\"20b2aa\",lightskyblue:\"87cefa\",lightslategray:\"789\",lightslategrey:\"789\",lightsteelblue:\"b0c4de\",lightyellow:\"ffffe0\",lime:\"0f0\",limegreen:\"32cd32\",linen:\"faf0e6\",magenta:\"f0f\",maroon:\"800000\",mediumaquamarine:\"66cdaa\",mediumblue:\"0000cd\",mediumorchid:\"ba55d3\",mediumpurple:\"9370db\",mediumseagreen:\"3cb371\",mediumslateblue:\"7b68ee\",mediumspringgreen:\"00fa9a\",mediumturquoise:\"48d1cc\",mediumvioletred:\"c71585\",midnightblue:\"191970\",mintcream:\"f5fffa\",mistyrose:\"ffe4e1\",moccasin:\"ffe4b5\",navajowhite:\"ffdead\",navy:\"000080\",oldlace:\"fdf5e6\",olive:\"808000\",olivedrab:\"6b8e23\",orange:\"ffa500\",orangered:\"ff4500\",orchid:\"da70d6\",palegoldenrod:\"eee8aa\",palegreen:\"98fb98\",paleturquoise:\"afeeee\",palevioletred:\"db7093\",papayawhip:\"ffefd5\",peachpuff:\"ffdab9\",peru:\"cd853f\",pink:\"ffc0cb\",plum:\"dda0dd\",powderblue:\"b0e0e6\",purple:\"800080\",rebeccapurple:\"663399\",red:\"f00\",rosybrown:\"bc8f8f\",royalblue:\"4169e1\",saddlebrown:\"8b4513\",salmon:\"fa8072\",sandybrown:\"f4a460\",seagreen:\"2e8b57\",seashell:\"fff5ee\",sienna:\"a0522d\",silver:\"c0c0c0\",skyblue:\"87ceeb\",slateblue:\"6a5acd\",slategray:\"708090\",slategrey:\"708090\",snow:\"fffafa\",springgreen:\"00ff7f\",steelblue:\"4682b4\",tan:\"d2b48c\",teal:\"008080\",thistle:\"d8bfd8\",tomato:\"ff6347\",turquoise:\"40e0d0\",violet:\"ee82ee\",wheat:\"f5deb3\",white:\"fff\",whitesmoke:\"f5f5f5\",yellow:\"ff0\",yellowgreen:\"9acd32\"},M=r.hexNames=z(O);function z(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function _(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function T(e,t){P(e)&&(e=\"100%\");var n=E(e);return e=Math.min(t,Math.max(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function V(e){return Math.min(1,Math.max(0,e))}function j(e){return parseInt(e,16)}function P(e){return\"string\"==typeof e&&-1!=e.indexOf(\".\")&&1===parseFloat(e)}function E(e){return\"string\"===typeof e&&-1!=e.indexOf(\"%\")}function H(e){return 1==e.length?\"0\"+e:\"\"+e}function L(e){return e<=1&&(e=100*e+\"%\"),e}function $(e){return Math.round(255*parseFloat(e)).toString(16)}function A(e){return j(e)/255}var F=function(){var e=\"[-\\\\+]?\\\\d+%?\",t=\"[-\\\\+]?\\\\d*\\\\.\\\\d+%?\",n=\"(?:\"+t+\")|(?:\"+e+\")\",r=\"[\\\\s|\\\\(]+(\"+n+\")[,|\\\\s]+(\"+n+\")[,|\\\\s]+(\"+n+\")\\\\s*\\\\)?\",i=\"[\\\\s|\\\\(]+(\"+n+\")[,|\\\\s]+(\"+n+\")[,|\\\\s]+(\"+n+\")[,|\\\\s]+(\"+n+\")\\\\s*\\\\)?\";return{CSS_UNIT:new RegExp(n),rgb:new RegExp(\"rgb\"+r),rgba:new RegExp(\"rgba\"+i),hsl:new RegExp(\"hsl\"+r),hsla:new RegExp(\"hsla\"+i),hsv:new RegExp(\"hsv\"+r),hsva:new RegExp(\"hsva\"+i),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();function I(e){return!!F.CSS_UNIT.exec(e)}function R(e){e=e.replace(t,\"\").replace(n,\"\").toLowerCase();var r,i=!1;if(O[e])e=O[e],i=!0;else if(\"transparent\"==e)return{r:0,g:0,b:0,a:0,format:\"name\"};return(r=F.rgb.exec(e))?{r:r[1],g:r[2],b:r[3]}:(r=F.rgba.exec(e))?{r:r[1],g:r[2],b:r[3],a:r[4]}:(r=F.hsl.exec(e))?{h:r[1],s:r[2],l:r[3]}:(r=F.hsla.exec(e))?{h:r[1],s:r[2],l:r[3],a:r[4]}:(r=F.hsv.exec(e))?{h:r[1],s:r[2],v:r[3]}:(r=F.hsva.exec(e))?{h:r[1],s:r[2],v:r[3],a:r[4]}:(r=F.hex8.exec(e))?{r:j(r[1]),g:j(r[2]),b:j(r[3]),a:A(r[4]),format:i?\"name\":\"hex8\"}:(r=F.hex6.exec(e))?{r:j(r[1]),g:j(r[2]),b:j(r[3]),format:i?\"name\":\"hex\"}:(r=F.hex4.exec(e))?{r:j(r[1]+\"\"+r[1]),g:j(r[2]+\"\"+r[2]),b:j(r[3]+\"\"+r[3]),a:A(r[4]+\"\"+r[4]),format:i?\"name\":\"hex8\"}:!!(r=F.hex3.exec(e))&&{r:j(r[1]+\"\"+r[1]),g:j(r[2]+\"\"+r[2]),b:j(r[3]+\"\"+r[3]),format:i?\"name\":\"hex\"}}function D(e){var t,n;return e=e||{level:\"AA\",size:\"small\"},t=(e.level||\"AA\").toUpperCase(),n=(e.size||\"small\").toLowerCase(),\"AA\"!==t&&\"AAA\"!==t&&(t=\"AA\"),\"small\"!==n&&\"large\"!==n&&(n=\"small\"),{level:t,size:n}}return r}))},\"94ca\":function(e,t,n){var r=n(\"d039\"),i=n(\"1626\"),o=/#|\\.prototype\\./,a=function(e,t){var n=c[s(e)];return n==u||n!=l&&(i(t)?r(t):!!t)},s=a.normalize=function(e){return String(e).replace(o,\".\").toLowerCase()},c=a.data={},l=a.NATIVE=\"N\",u=a.POLYFILL=\"P\";e.exports=a},\"94eb\":function(e,t,n){\"use strict\";var r=n(\"18ce\"),i=function(){},o=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.beforeEnter,o=t.enter,a=t.afterEnter,s=t.leave,c=t.afterLeave,l=t.appear,u=void 0===l||l,h=t.tag,d=t.nativeOn,f={props:{appear:u,css:!1},on:{beforeEnter:n||i,enter:o||function(t,n){Object(r[\"a\"])(t,e+\"-enter\",n)},afterEnter:a||i,leave:s||function(t,n){Object(r[\"a\"])(t,e+\"-leave\",n)},afterLeave:c||i},nativeOn:d};return h&&(f.tag=h),f};t[\"a\"]=o},\"950a\":function(e,t,n){var r=n(\"30c9\");function i(e,t){return function(n,i){if(null==n)return n;if(!r(n))return e(n,i);var o=n.length,a=t?o:-1,s=Object(n);while(t?a--:++a<o)if(!1===i(s[a],a,s))break;return n}}e.exports=i},9520:function(e,t,n){var r=n(\"3729\"),i=n(\"1a8c\"),o=\"[object AsyncFunction]\",a=\"[object Function]\",s=\"[object GeneratorFunction]\",c=\"[object Proxy]\";function l(e){if(!i(e))return!1;var t=r(e);return t==a||t==s||t==o||t==c}e.exports=l},9638:function(e,t){function n(e,t){return e===t||e!==e&&t!==t}e.exports=n},\"966f\":function(e,t,n){var r=n(\"7e64\"),i=n(\"c05f\"),o=1,a=2;function s(e,t,n,s){var c=n.length,l=c,u=!s;if(null==e)return!l;e=Object(e);while(c--){var h=n[c];if(u&&h[2]?h[1]!==e[h[0]]:!(h[0]in e))return!1}while(++c<l){h=n[c];var d=h[0],f=e[d],p=h[1];if(u&&h[2]){if(void 0===f&&!(d in e))return!1}else{var v=new r;if(s)var m=s(f,p,d,e,t,v);if(!(void 0===m?i(p,f,o|a,s,v):m))return!1}}return!0}e.exports=s},\"96f3\":function(e,t){var n=Object.prototype,r=n.hasOwnProperty;function i(e,t){return null!=e&&r.call(e,t)}e.exports=i},9742:function(e,t){e.exports=\"constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf\".split(\",\")},9876:function(e,t,n){var r=n(\"03d6\"),i=n(\"9742\");e.exports=Object.keys||function(e){return r(e,i)}},9934:function(e,t,n){var r=n(\"6fcd\"),i=n(\"41c3\"),o=n(\"30c9\");function a(e){return o(e)?r(e,!0):i(e)}e.exports=a},\"99af\":function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"d039\"),o=n(\"e8b5\"),a=n(\"861d\"),s=n(\"7b0b\"),c=n(\"07fa\"),l=n(\"3511\"),u=n(\"8418\"),h=n(\"65f0\"),d=n(\"1dde\"),f=n(\"b622\"),p=n(\"2d00\"),v=f(\"isConcatSpreadable\"),m=p>=51||!i((function(){var e=[];return e[v]=!1,e.concat()[0]!==e})),g=d(\"concat\"),b=function(e){if(!a(e))return!1;var t=e[v];return void 0!==t?!!t:o(e)},y=!m||!g;r({target:\"Array\",proto:!0,arity:1,forced:y},{concat:function(e){var t,n,r,i,o,a=s(this),d=h(a,0),f=0;for(t=-1,r=arguments.length;t<r;t++)if(o=-1===t?a:arguments[t],b(o))for(i=c(o),l(f+i),n=0;n<i;n++,f++)n in o&&u(d,f,o[n]);else l(f+1),u(d,f++,o);return d.length=f,d}})},\"99cd\":function(e,t){function n(e){return function(t,n,r){var i=-1,o=Object(t),a=r(t),s=a.length;while(s--){var c=a[e?s:++i];if(!1===n(o[c],c,o))break}return t}}e.exports=n},\"99d3\":function(e,t,n){(function(e){var r=n(\"585a\"),i=t&&!t.nodeType&&t,o=i&&\"object\"==typeof e&&e&&!e.nodeType&&e,a=o&&o.exports===i,s=a&&r.process,c=function(){try{var e=o&&o.require&&o.require(\"util\").types;return e||s&&s.binding&&s.binding(\"util\")}catch(t){}}();e.exports=c}).call(this,n(\"62e4\")(e))},\"9a1f\":function(e,t,n){var r=n(\"c65b\"),i=n(\"59ed\"),o=n(\"825a\"),a=n(\"0d51\"),s=n(\"35a1\"),c=TypeError;e.exports=function(e,t){var n=arguments.length<2?s(e):t;if(i(n))return o(r(n,e));throw c(a(e)+\" is not iterable\")}},\"9a94\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"882a\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]=i[\"default\"]},\"9aff\":function(e,t,n){var r=n(\"9638\"),i=n(\"30c9\"),o=n(\"c098\"),a=n(\"1a8c\");function s(e,t,n){if(!a(n))return!1;var s=typeof t;return!!(\"number\"==s?i(n)&&o(t,n.length):\"string\"==s&&t in n)&&r(n[t],e)}e.exports=s},\"9b02\":function(e,t,n){var r=n(\"656b\");function i(e,t,n){var i=null==e?void 0:r(e,t);return void 0===i?n:i}e.exports=i},\"9b21\":function(e,t,n){n(\"0b99\"),n(\"084e\"),e.exports=n(\"5524\").Array.from},\"9b57\":function(e,t,n){\"use strict\";t.__esModule=!0;var r=n(\"adf5\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t.default=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return(0,i.default)(e)}},\"9bdd\":function(e,t,n){var r=n(\"825a\"),i=n(\"2a62\");e.exports=function(e,t,n,o){try{return o?t(r(n)[0],n[1]):t(n)}catch(a){i(e,\"throw\",a)}}},\"9bf2\":function(e,t,n){var r=n(\"83ab\"),i=n(\"0cfb\"),o=n(\"aed9\"),a=n(\"825a\"),s=n(\"a04b\"),c=TypeError,l=Object.defineProperty,u=Object.getOwnPropertyDescriptor,h=\"enumerable\",d=\"configurable\",f=\"writable\";t.f=r?o?function(e,t,n){if(a(e),t=s(t),a(n),\"function\"===typeof e&&\"prototype\"===t&&\"value\"in n&&f in n&&!n[f]){var r=u(e,t);r&&r[f]&&(e[t]=n.value,n={configurable:d in n?n[d]:r[d],enumerable:h in n?n[h]:r[h],writable:!1})}return l(e,t,n)}:l:function(e,t,n){if(a(e),t=s(t),a(n),i)try{return l(e,t,n)}catch(r){}if(\"get\"in n||\"set\"in n)throw c(\"Accessors not supported\");return\"value\"in n&&(e[t]=n.value),e}},\"9c0c\":function(e,t,n){var r=n(\"1609\");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},\"9c0e\":function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},\"9c30\":function(e,t,n){(function(e,n){n(t)})(0,(function(e){\"use strict\";var t,n=function(){return n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},n.apply(this,arguments)};function r(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,o){function a(e){try{c(r.next(e))}catch(t){o(t)}}function s(e){try{c(r[\"throw\"](e))}catch(t){o(t)}}function c(e){e.done?n(e.value):i(e.value).then(a,s)}c((r=r.apply(e,t||[])).next())}))}function i(e,t){var n,r,i,o,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},\"function\"===typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return c([e,t])}}function c(o){if(n)throw new TypeError(\"Generator is already executing.\");while(a)try{if(n=1,r&&(i=2&o[0]?r[\"return\"]:o[0]?r[\"throw\"]||((i=r[\"return\"])&&i.call(r),0):r.next)&&!(i=i.call(r,o[1])).done)return i;switch(r=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return a.label++,{value:o[1],done:!1};case 5:a.label++,r=o[1],o=[0];continue;case 7:o=a.ops.pop(),a.trys.pop();continue;default:if(i=a.trys,!(i=i.length>0&&i[i.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){a.label=o[1];break}if(6===o[0]&&a.label<i[1]){a.label=i[1],i=o;break}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(o);break}i[2]&&a.ops.pop(),a.trys.pop();continue}o=t.call(e,a)}catch(s){o=[6,s],r=0}finally{n=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}}function o(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function a(e,t){var n=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{while((void 0===t||t-- >0)&&!(r=o.next()).done)a.push(r.value)}catch(s){i={error:s}}finally{try{r&&!r.done&&(n=o[\"return\"])&&n.call(o)}finally{if(i)throw i.error}}return a}function s(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}(function(e){e[\"UI_GET_DATA\"]=\"ui-get-data\",e[\"UI_SUBSCRIBE_TO_CHANGES\"]=\"ui-subscribe-to-changes\",e[\"UI_UNSUBSCRIBE_FROM_CHANGES\"]=\"ui-unsubscribe-from-changes\",e[\"UI_CHANGE_SETTINGS\"]=\"ui-change-settings\",e[\"UI_SET_THEME\"]=\"ui-set-theme\",e[\"UI_SET_SHORTCUT\"]=\"ui-set-shortcut\",e[\"UI_TOGGLE_ACTIVE_TAB\"]=\"ui-toggle-active-tab\",e[\"UI_MARK_NEWS_AS_READ\"]=\"ui-mark-news-as-read\",e[\"UI_MARK_NEWS_AS_DISPLAYED\"]=\"ui-mark-news-as-displayed\",e[\"UI_LOAD_CONFIG\"]=\"ui-load-config\",e[\"UI_APPLY_DEV_DYNAMIC_THEME_FIXES\"]=\"ui-apply-dev-dynamic-theme-fixes\",e[\"UI_RESET_DEV_DYNAMIC_THEME_FIXES\"]=\"ui-reset-dev-dynamic-theme-fixes\",e[\"UI_APPLY_DEV_INVERSION_FIXES\"]=\"ui-apply-dev-inversion-fixes\",e[\"UI_RESET_DEV_INVERSION_FIXES\"]=\"ui-reset-dev-inversion-fixes\",e[\"UI_APPLY_DEV_STATIC_THEMES\"]=\"ui-apply-dev-static-themes\",e[\"UI_RESET_DEV_STATIC_THEMES\"]=\"ui-reset-dev-static-themes\",e[\"UI_SAVE_FILE\"]=\"ui-save-file\",e[\"UI_REQUEST_EXPORT_CSS\"]=\"ui-request-export-css\",e[\"UI_COLOR_SCHEME_CHANGE\"]=\"ui-color-scheme-change\",e[\"BG_CHANGES\"]=\"bg-changes\",e[\"BG_ADD_CSS_FILTER\"]=\"bg-add-css-filter\",e[\"BG_ADD_STATIC_THEME\"]=\"bg-add-static-theme\",e[\"BG_ADD_SVG_FILTER\"]=\"bg-add-svg-filter\",e[\"BG_ADD_DYNAMIC_THEME\"]=\"bg-add-dynamic-theme\",e[\"BG_EXPORT_CSS\"]=\"bg-export-css\",e[\"BG_UNSUPPORTED_SENDER\"]=\"bg-unsupported-sender\",e[\"BG_CLEAN_UP\"]=\"bg-clean-up\",e[\"BG_RELOAD\"]=\"bg-reload\",e[\"BG_FETCH_RESPONSE\"]=\"bg-fetch-response\",e[\"BG_UI_UPDATE\"]=\"bg-ui-update\",e[\"BG_CSS_UPDATE\"]=\"bg-css-update\",e[\"CS_COLOR_SCHEME_CHANGE\"]=\"cs-color-scheme-change\",e[\"CS_FRAME_CONNECT\"]=\"cs-frame-connect\",e[\"CS_FRAME_FORGET\"]=\"cs-frame-forget\",e[\"CS_FRAME_FREEZE\"]=\"cs-frame-freeze\",e[\"CS_FRAME_RESUME\"]=\"cs-frame-resume\",e[\"CS_EXPORT_CSS_RESPONSE\"]=\"cs-export-css-response\",e[\"CS_FETCH\"]=\"cs-fetch\",e[\"CS_DARK_THEME_DETECTED\"]=\"cs-dark-theme-detected\",e[\"CS_DARK_THEME_NOT_DETECTED\"]=\"cs-dark-theme-not-detected\",e[\"CS_LOG\"]=\"cs-log\"})(t||(t={}));var c=\"undefined\"!==typeof navigator,l=c?navigator.userAgentData&&Array.isArray(navigator.userAgentData.brands)?navigator.userAgentData.brands.map((function(e){return\"\".concat(e.brand.toLowerCase(),\" \").concat(e.version)})).join(\" \"):navigator.userAgent.toLowerCase():\"some useragent\",u=c?navigator.userAgentData&&\"string\"===typeof navigator.userAgentData.platform?navigator.userAgentData.platform.toLowerCase():navigator.platform.toLowerCase():\"some platform\",h=l.includes(\"chrome\")||l.includes(\"chromium\"),d=l.includes(\"thunderbird\"),f=l.includes(\"firefox\")||l.includes(\"librewolf\")||d;l.includes(\"vivaldi\"),l.includes(\"yabrowser\"),l.includes(\"opr\")||l.includes(\"opera\"),l.includes(\"edg\");var p=l.includes(\"safari\")&&!h,v=u.startsWith(\"win\"),m=u.startsWith(\"mac\");c&&navigator.userAgentData?navigator.userAgentData.mobile:l.includes(\"mobile\");var g=\"function\"===typeof ShadowRoot,b=\"function\"===typeof MediaQueryList&&\"function\"===typeof MediaQueryList.prototype.addEventListener;(function(){var e=l.match(/chrom(?:e|ium)(?:\\/| )([^ ]+)/);e&&e[1]&&e[1]})(),function(){var e=l.match(/(?:firefox|librewolf)(?:\\/| )([^ ]+)/);e&&e[1]&&e[1]}();var y=function(){try{return document.querySelector(\":defined\"),!0}catch(e){return!1}}(),C=function(){if(\"undefined\"===typeof document)return!1;var e=document.createElement(\"div\");return e.setAttribute(\"style\",\"color-scheme: dark\"),e.style&&\"dark\"===e.style.colorScheme}();function w(e,t,n){return r(this,void 0,void 0,(function(){var r;return i(this,(function(i){switch(i.label){case 0:return[4,fetch(e,{cache:\"force-cache\",credentials:\"omit\",referrer:n})];case 1:if(r=i.sent(),f&&\"text/css\"===t&&e.startsWith(\"moz-extension://\")&&e.endsWith(\".css\"))return[2,r];if(t&&!r.headers.get(\"Content-Type\").startsWith(t))throw new Error(\"Mime type mismatch when loading \".concat(e));if(!r.ok)throw new Error(\"Unable to load \".concat(e,\" \").concat(r.status,\" \").concat(r.statusText));return[2,r]}}))}))}function x(e,t){return r(this,void 0,void 0,(function(){var n;return i(this,(function(r){switch(r.label){case 0:return[4,w(e,t)];case 1:return n=r.sent(),[4,S(n)];case 2:return[2,r.sent()]}}))}))}function S(e){return r(this,void 0,void 0,(function(){var t,n;return i(this,(function(r){switch(r.label){case 0:return[4,e.blob()];case 1:return t=r.sent(),[4,new Promise((function(e){var n=new FileReader;n.onloadend=function(){return e(n.result)},n.readAsDataURL(t)}))];case 2:return n=r.sent(),[2,n]}}))}))}var k=function(e){return r(void 0,void 0,void 0,(function(){return i(this,(function(t){return[2,Promise.reject(new Error([\"Embedded Dark Reader cannot access a cross-origin resource\",e,\"Overview your URLs and CORS policies or use\",\"`DarkReader.setFetchMethod(fetch: (url) => Promise<Response>))`.\",\"See if using `DarkReader.setFetchMethod(window.fetch)`\",\"before `DarkReader.enable()` works.\"].join(\" \")))]}))}))},O=k;function M(e){O=e||k}function z(e){return r(this,void 0,void 0,(function(){return i(this,(function(t){switch(t.label){case 0:return[4,O(e)];case 1:return[2,t.sent()]}}))}))}window.chrome||(window.chrome={}),chrome.runtime||(chrome.runtime={});var _,T,V=new Set;function j(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return r(this,void 0,void 0,(function(){var n,r,o,a,s,c,l;return i(this,(function(i){switch(i.label){case 0:if(!e[0]||e[0].type!==t.CS_FETCH)return[3,8];n=e[0].id,i.label=1;case 1:return i.trys.push([1,7,,8]),r=e[0].data,o=r.url,a=r.responseType,[4,z(o)];case 2:return s=i.sent(),\"data-url\"!==a?[3,4]:[4,S(s)];case 3:return c=i.sent(),[3,6];case 4:return[4,s.text()];case 5:c=i.sent(),i.label=6;case 6:return V.forEach((function(e){return e({type:t.BG_FETCH_RESPONSE,data:c,error:null,id:n})})),[3,8];case 7:return l=i.sent(),console.error(l),V.forEach((function(e){return e({type:t.BG_FETCH_RESPONSE,data:null,error:l,id:n})})),[3,8];case 8:return[2]}}))}))}function P(e){V.add(e)}if(\"function\"===typeof chrome.runtime.sendMessage){var E=chrome.runtime.sendMessage;chrome.runtime.sendMessage=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];j.apply(void 0,s([],a(e),!1)),E.apply(chrome.runtime,e)}}else chrome.runtime.sendMessage=j;if(chrome.runtime.onMessage||(chrome.runtime.onMessage={}),\"function\"===typeof chrome.runtime.onMessage.addListener){var H=chrome.runtime.onMessage.addListener;chrome.runtime.onMessage.addListener=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];P(e[0]),H.apply(chrome.runtime.onMessage,e)}}else chrome.runtime.onMessage.addListener=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return P(e[0])};(function(e){e[\"cssFilter\"]=\"cssFilter\",e[\"svgFilter\"]=\"svgFilter\",e[\"staticTheme\"]=\"staticTheme\",e[\"dynamicTheme\"]=\"dynamicTheme\"})(_||(_={})),function(e){e[\"NONE\"]=\"\",e[\"TIME\"]=\"time\",e[\"SYSTEM\"]=\"system\",e[\"LOCATION\"]=\"location\"}(T||(T={}));var L={darkScheme:{background:\"#181a1b\",text:\"#e8e6e3\"},lightScheme:{background:\"#dcdad7\",text:\"#181a1b\"}},$={mode:1,brightness:100,contrast:100,grayscale:0,sepia:0,useFont:!1,fontFamily:m?\"Helvetica Neue\":v?\"Segoe UI\":\"Open Sans\",textStroke:0,engine:_.dynamicTheme,stylesheet:\"\",darkSchemeBackgroundColor:L.darkScheme.background,darkSchemeTextColor:L.darkScheme.text,lightSchemeBackgroundColor:L.lightScheme.background,lightSchemeTextColor:L.lightScheme.text,scrollbarColor:m?\"\":\"auto\",selectionColor:\"auto\",styleSystemControls:!C,lightColorScheme:\"Default\",darkColorScheme:\"Default\",immediateModify:!1};function A(e){return null!=e.length}function F(e,t){var n,r;if(A(e))for(var i=0,a=e.length;i<a;i++)t(e[i]);else try{for(var s=o(e),c=s.next();!c.done;c=s.next()){var l=c.value;t(l)}}catch(u){n={error:u}}finally{try{c&&!c.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}}function I(e,t){F(t,(function(t){return e.push(t)}))}function R(e){for(var t=[],n=0,r=e.length;n<r;n++)t.push(e[n]);return t}function D(){}function N(){}function B(e){var t,n=!1,r=null,i=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];t=i,r?n=!0:(e.apply(void 0,s([],a(t),!1)),r=requestAnimationFrame((function(){r=null,n&&(e.apply(void 0,s([],a(t),!1)),n=!1)})))},o=function(){cancelAnimationFrame(r),n=!1,r=null};return Object.assign(i,{cancel:o})}function K(){var e=[],t=null;function n(){var n;while(n=e.shift())n();t=null}function r(r){e.push(r),t||(t=requestAnimationFrame(n))}function i(){e.splice(0),cancelAnimationFrame(t),t=null}return{add:r,cancel:i}}function W(e){var t=0;return e.seconds&&(t+=1e3*e.seconds),e.minutes&&(t+=60*e.minutes*1e3),e.hours&&(t+=60*e.hours*60*1e3),e.days&&(t+=24*e.days*60*60*1e3),t}function U(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function q(e,t,n){void 0===n&&(n=Function.prototype);var r=10,i=W({seconds:2}),o=W({seconds:10}),a=e.previousSibling,s=e.parentNode;if(!s)throw new Error(\"Unable to watch for node position: parent element not found\");if(\"prev-sibling\"===t&&!a)throw new Error(\"Unable to watch for node position: there is no previous sibling\");var c=0,l=null,u=null,h=B((function(){if(!u){c++;var f=Date.now();if(null==l)l=f;else if(c>=r){if(f-l<o)return void(u=setTimeout((function(){l=null,c=0,u=null,h()}),i));l=f,c=1}if(\"parent\"===t&&a&&a.parentNode!==s)p();else{if(\"prev-sibling\"===t){if(null==a.parentNode)return void p();a.parentNode!==s&&m(a.parentNode)}s.insertBefore(e,a?a.nextSibling:s.firstChild),d.takeRecords(),n&&n()}}})),d=new MutationObserver((function(){(\"parent\"===t&&e.parentNode!==s||\"prev-sibling\"===t&&e.previousSibling!==a)&&h()})),f=function(){d.observe(s,{childList:!0})},p=function(){clearTimeout(u),d.disconnect(),h.cancel()},v=function(){d.takeRecords()},m=function(e){s=e,p(),f()};return f(),{run:f,stop:p,skip:v}}function Y(e,t){if(null!=e)for(var n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:function(e){return null==e.shadowRoot?NodeFilter.FILTER_SKIP:NodeFilter.FILTER_ACCEPT}}),r=e.shadowRoot?n.currentNode:n.nextNode();null!=r;r=n.nextNode())r.classList.contains(\"surfingkeys_hints_host\")||(t(r),Y(r.shadowRoot,t))}T.NONE;var G=function(){return\"complete\"===document.readyState||\"interactive\"===document.readyState};function X(e){G=e}var J=new Set;function Q(e){G()?e():J.add(e)}function Z(e){J.delete(e)}function ee(){return\"complete\"===document.readyState}var te=new Set;function ne(e){ee()?e():te.add(e)}function re(){te.clear()}if(!G()){var ie=function(){G()&&(J.forEach((function(e){return e()})),J.clear(),ee()&&(document.removeEventListener(\"readystatechange\",ie),te.forEach((function(e){return e()})),te.clear()))};document.addEventListener(\"readystatechange\",ie)}var oe=1e3;function ae(e){if(e.length>oe)return!0;for(var t=0,n=0;n<e.length;n++)if(t+=e[n].addedNodes.length,t>oe)return!0;return!1}function se(e){var t=new Set,n=new Set,r=new Set;e.forEach((function(e){F(e.addedNodes,(function(e){e instanceof Element&&e.isConnected&&t.add(e)})),F(e.removedNodes,(function(e){e instanceof Element&&(e.isConnected?(r.add(e),t.delete(e)):n.add(e))}))}));var i=[],o=[];return t.forEach((function(e){t.has(e.parentElement)&&i.push(e)})),n.forEach((function(e){n.has(e.parentElement)&&o.push(e)})),i.forEach((function(e){return t.delete(e)})),o.forEach((function(e){return n.delete(e)})),{additions:t,moves:r,deletions:n}}var ce,le=new Map,ue=new WeakMap;function he(e,t){var n,r,i;if(le.has(e))n=le.get(e),r=ue.get(n);else{var o=!1,a=!1;n=new MutationObserver((function(t){if(ae(t))!o||G()?r.forEach((function(t){var n=t.onHugeMutations;return n(e)})):a||(i=function(){return r.forEach((function(t){var n=t.onHugeMutations;return n(e)}))},Q(i),a=!0),o=!0;else{var n=se(t);r.forEach((function(e){var t=e.onMinorMutations;return t(n)}))}})),n.observe(e,{childList:!0,subtree:!0}),le.set(e,n),r=new Set,ue.set(n,r)}return r.add(t),{disconnect:function(){r.delete(t),i&&Z(i),0===r.size&&(n.disconnect(),ue.delete(n),le.delete(e))}}}var de=new Map;function fe(e){return ce||(ce=document.createElement(\"a\")),ce.href=e,ce.href}function pe(e,t){void 0===t&&(t=null);var n=\"\".concat(e).concat(t?\";\".concat(t):\"\");if(de.has(n))return de.get(n);if(t){var r=new URL(e,fe(t));return de.set(n,r),r}var i=new URL(fe(e));return de.set(e,i),i}function ve(e,t){if(t.match(/^data\\\\?\\:/))return t;if(/^\\/\\//.test(t))return\"\".concat(location.protocol).concat(t);var n=pe(e),r=pe(t,n.href);return r.href}function me(e){if(e.startsWith(\"data:\"))return!0;var t=pe(e);return t.protocol===location.protocol&&(t.hostname===location.hostname&&(t.port===location.port&&t.pathname===location.pathname))}function ge(e,t,n){F(e,(function(e){if(e.selectorText)t(e);else if(e.href)try{ge(e.styleSheet.cssRules,t,n)}catch(a){D(\"Found a non-loaded link.\"),n&&n()}else if(e.media){var r=Array.from(e.media),i=r.some((function(e){return e.startsWith(\"screen\")||e.startsWith(\"all\")||e.startsWith(\"(\")})),o=r.some((function(e){return e.startsWith(\"print\")||e.startsWith(\"speech\")}));!i&&o||ge(e.cssRules,t,n)}else e.conditionText?CSS.supports(e.conditionText)&&ge(e.cssRules,t,n):N(\"CSSRule type not supported\",e)}))}var be=[\"background\",\"border\",\"border-color\",\"border-bottom\",\"border-left\",\"border-right\",\"border-top\",\"outline\",\"outline-color\"],ye=p?be.map((function(e){var t=new RegExp(\"\".concat(e,\":\\\\s*(.*?)\\\\s*;\"));return[e,t]})):null;function Ce(e,t){F(e,(function(n){var r=e.getPropertyValue(n).trim();r&&t(n,r)}));var n=e.cssText;n.includes(\"var(\")&&(p?ye.forEach((function(e){var r=a(e,2),i=r[0],o=r[1],s=n.match(o);if(s&&s[1]){var c=s[1].trim();t(i,c)}})):be.forEach((function(n){var r=e.getPropertyValue(n);r&&r.includes(\"var(\")&&t(n,r)})))}var we=/url\\((('.*?')|(\".*?\")|([^\\)]*?))\\)/g,xe=/@import\\s*(url\\()?(('.+?')|(\".+?\")|([^\\)]*?))\\)? ?(screen)?;?/gi;function Se(e){return e.trim().replace(/[\\n\\r\\\\]+/g,\"\").replace(/^url\\((.*)\\)$/,\"$1\").trim().replace(/^\"(.*)\"$/,\"$1\").replace(/^'(.*)'$/,\"$1\").replace(/(?:\\\\(.))/g,\"$1\")}function ke(e){var t=pe(e);return\"\".concat(t.origin).concat(t.pathname.replace(/\\?.*$/,\"\").replace(/(\\/)([^\\/]+)$/i,\"$1\"))}function Oe(e,t){return e.replace(we,(function(e){var n=Se(e);try{return\"url('\".concat(ve(t,n),\"')\")}catch(r){return e}}))}var Me=/\\/\\*[\\s\\S]*?\\*\\//g;function ze(e){return e.replace(Me,\"\")}var _e=/@font-face\\s*{[^}]*}/g;function Te(e){return e.replace(_e,\"\")}function Ve(e){for(var t,n=[],r=[],i=0,o=e.length;i<o;i++){var c=e[i];if(c&&\" \"!==c){if(Pe.has(c)){var l=Pe.get(c);while(r.length){var u=Pe.get(r[0]);if(!u)break;if(!l.lessOrEqualThan(u))break;n.push(r.shift())}r.unshift(c)}else!t||Pe.has(t)?n.push(c):n[n.length-1]+=c;t=c}}n.push.apply(n,s([],a(r),!1));var h=[];for(i=0,o=n.length;i<o;i++){l=Pe.get(n[i]);if(l){var d=h.splice(0,2);h.push(l.exec(d[1],d[0]))}else h.unshift(parseFloat(n[i]))}return h[0]}var je=function(){function e(e,t){this.precendce=e,this.execMethod=t}return e.prototype.exec=function(e,t){return this.execMethod(e,t)},e.prototype.lessOrEqualThan=function(e){return this.precendce<=e.precendce},e}(),Pe=new Map([[\"+\",new je(1,(function(e,t){return e+t}))],[\"-\",new je(1,(function(e,t){return e-t}))],[\"*\",new je(2,(function(e,t){return e*t}))],[\"/\",new je(2,(function(e,t){return e/t}))]]);function Ee(e,t,n){void 0===n&&(n=0);var r,i=[];while(r=e.exec(t))i.push(r[n]);return i}function He(e){function t(e){return e.replace(/^\\s+/,\"\")}function n(e){return 0===e?\"\":\" \".repeat(4*e)}if(e.length<5e4){var r=/[^{}]+{\\s*}/;while(r.test(e))e=e.replace(r,\"\")}for(var i=e.replace(/\\s{2,}/g,\" \").replace(/\\{/g,\"{\\n\").replace(/\\}/g,\"\\n}\\n\").replace(/\\;(?![^\\(|\\\"]*(\\)|\\\"))/g,\";\\n\").replace(/\\,(?![^\\(|\\\"]*(\\)|\\\"))/g,\",\\n\").replace(/\\n\\s*\\n/g,\"\\n\").split(\"\\n\"),o=0,a=[],s=0,c=i.length;s<c;s++){var l=\"\".concat(i[s],\"\\n\");l.includes(\"{\")?a.push(n(o++)+t(l)):l.includes(\"}\")?a.push(n(--o)+t(l)):a.push(n(o)+t(l))}return a.join(\"\").trim()}function Le(e,t){void 0===t&&(t=0);for(var n=e.length,r=0,i=-1,o=t;o<n;o++)if(0===r){var a=e.indexOf(\"(\",o);if(a<0)break;i=a,r++,o=a}else{var s=e.indexOf(\")\",o);if(s<0)break;a=e.indexOf(\"(\",o);if(a<0||s<a){if(r--,0===r)return{start:i,end:s+1};o=s}else r++,o=a}return null}var $e=new Map,Ae=new Map;function Fe(e){if(e=e.trim(),Ae.has(e))return Ae.get(e);e.includes(\"calc(\")&&(e=ct(e));var t=Xe(e);return t&&Ae.set(e,t),t}function Ie(e){if($e.has(e))return $e.get(e);var t=Fe(e);if(!t)return null;var n=Ne(t);return $e.set(e,n),n}function Re(){$e.clear(),Ae.clear()}function De(e){var t=e.h,n=e.s,r=e.l,i=e.a,o=void 0===i?1:i;if(0===n){var s=a([r,r,r].map((function(e){return Math.round(255*e)})),3),c=s[0],l=s[1],u=s[2];return{r:c,g:u,b:l,a:o}}var h=(1-Math.abs(2*r-1))*n,d=h*(1-Math.abs(t/60%2-1)),f=r-h/2,p=a((t<60?[h,d,0]:t<120?[d,h,0]:t<180?[0,h,d]:t<240?[0,d,h]:t<300?[d,0,h]:[h,0,d]).map((function(e){return Math.round(255*(e+f))})),3),v=p[0],m=p[1],g=p[2];return{r:v,g:m,b:g,a:o}}function Ne(e){var t=e.r,n=e.g,r=e.b,i=e.a,o=void 0===i?1:i,a=t/255,s=n/255,c=r/255,l=Math.max(a,s,c),u=Math.min(a,s,c),h=l-u,d=(l+u)/2;if(0===h)return{h:0,s:0,l:d,a:o};var f=60*(l===a?(s-c)/h%6:l===s?(c-a)/h+2:(a-s)/h+4);f<0&&(f+=360);var p=h/(1-Math.abs(2*d-1));return{h:f,s:p,l:d,a:o}}function Be(e,t){void 0===t&&(t=0);var n=e.toFixed(t);if(0===t)return n;var r=n.indexOf(\".\");if(r>=0){var i=n.match(/0+$/);if(i)return i.index===r+1?n.substring(0,r):n.substring(0,i.index)}return n}function Ke(e){var t=e.r,n=e.g,r=e.b,i=e.a;return null!=i&&i<1?\"rgba(\".concat(Be(t),\", \").concat(Be(n),\", \").concat(Be(r),\", \").concat(Be(i,2),\")\"):\"rgb(\".concat(Be(t),\", \").concat(Be(n),\", \").concat(Be(r),\")\")}function We(e){var t=e.r,n=e.g,r=e.b,i=e.a;return\"#\".concat((null!=i&&i<1?[t,n,r,Math.round(255*i)]:[t,n,r]).map((function(e){return\"\".concat(e<16?\"0\":\"\").concat(e.toString(16))})).join(\"\"))}function Ue(e){var t=e.h,n=e.s,r=e.l,i=e.a;return null!=i&&i<1?\"hsla(\".concat(Be(t),\", \").concat(Be(100*n),\"%, \").concat(Be(100*r),\"%, \").concat(Be(i,2),\")\"):\"hsl(\".concat(Be(t),\", \").concat(Be(100*n),\"%, \").concat(Be(100*r),\"%)\")}var qe=/^rgba?\\([^\\(\\)]+\\)$/,Ye=/^hsla?\\([^\\(\\)]+\\)$/,Ge=/^#[0-9a-f]+$/i;function Xe(e){var t=e.trim().toLowerCase();return t.match(qe)?tt(t):t.match(Ye)?it(t):t.match(Ge)?ot(t):lt.has(t)?at(t):ut.has(t)?st(t):\"transparent\"===e?{r:0,g:0,b:0,a:0}:null}function Je(e){var t=[],n=0,r=!1,i=e.indexOf(\"(\");e=e.substring(i+1,e.length-1);for(var o=0;o<e.length;o++){var a=e[o];a>=\"0\"&&a<=\"9\"||\".\"===a||\"+\"===a||\"-\"===a?r=!0:!r||\" \"!==a&&\",\"!==a?r||(n=o+1):(t.push(e.substring(n,o)),r=!1,n=o+1)}return r&&t.push(e.substring(n,e.length)),t}function Qe(e,t,n){var r=Je(e),i=Object.entries(n),o=r.map((function(e){return e.trim()})).map((function(e,n){var r,o=i.find((function(t){var n=a(t,1),r=n[0];return e.endsWith(r)}));return r=o?parseFloat(e.substring(0,e.length-o[0].length))/o[1]*t[n]:parseFloat(e),t[n]>1?Math.round(r):r}));return o}var Ze=[255,255,255,1],et={\"%\":100};function tt(e){var t=a(Qe(e,Ze,et),4),n=t[0],r=t[1],i=t[2],o=t[3],s=void 0===o?1:o;return{r:n,g:r,b:i,a:s}}var nt=[360,1,1,1],rt={\"%\":100,deg:360,rad:2*Math.PI,turn:1};function it(e){var t=a(Qe(e,nt,rt),4),n=t[0],r=t[1],i=t[2],o=t[3],s=void 0===o?1:o;return De({h:n,s:r,l:i,a:s})}function ot(e){var t=e.substring(1);switch(t.length){case 3:case 4:var n=a([0,1,2].map((function(e){return parseInt(\"\".concat(t[e]).concat(t[e]),16)})),3),r=n[0],i=n[1],o=n[2],s=3===t.length?1:parseInt(\"\".concat(t[3]).concat(t[3]),16)/255;return{r:r,g:i,b:o,a:s};case 6:case 8:var c=a([0,2,4].map((function(e){return parseInt(t.substring(e,e+2),16)})),3);r=c[0],i=c[1],o=c[2],s=6===t.length?1:parseInt(t.substring(6,8),16)/255;return{r:r,g:i,b:o,a:s}}return null}function at(e){var t=lt.get(e);return{r:t>>16&255,g:t>>8&255,b:t>>0&255,a:1}}function st(e){var t=ut.get(e);return{r:t>>16&255,g:t>>8&255,b:t>>0&255,a:1}}function ct(e){var t=0,n=function(t,n,r){e=e.substring(0,t)+r+e.substring(n)};while(-1!==(t=e.indexOf(\"calc(\"))){var r=Le(e,t);if(!r)break;var i=e.slice(r.start+1,r.end-1),o=i.includes(\"%\");i=i.split(\"%\").join(\"\");var a=Math.round(Ve(i));n(r.start-4,r.end,a+(o?\"%\":\"\"))}return e}var lt=new Map(Object.entries({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgrey:11119017,darkgreen:25600,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,grey:8421504,green:32768,greenyellow:11403055,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgrey:13882323,lightgreen:9498256,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074})),ut=new Map(Object.entries({ActiveBorder:3906044,ActiveCaption:0,AppWorkspace:11184810,Background:6513614,ButtonFace:16777215,ButtonHighlight:15329769,ButtonShadow:10461343,ButtonText:0,CaptionText:0,GrayText:8355711,Highlight:11720703,HighlightText:0,InactiveBorder:16777215,InactiveCaption:16777215,InactiveCaptionText:0,InfoBackground:16514245,InfoText:0,Menu:16185078,MenuText:16777215,Scrollbar:11184810,ThreeDDarkShadow:0,ThreeDFace:12632256,ThreeDHighlight:16777215,ThreeDLightShadow:16777215,ThreeDShadow:0,Window:15527148,WindowFrame:11184810,WindowText:0,\"-webkit-focus-ring-color\":15046400}).map((function(e){var t=a(e,2),n=t[0],r=t[1];return[n.toLowerCase(),r]})));function ht(e,t,n){return(.2126*e+.7152*t+.0722*n)/255}function dt(e,t,n,r,i){return(e-t)*(i-r)/(n-t)+r}function ft(e,t,n){return Math.min(n,Math.max(t,e))}function pt(e,t){for(var n=[],r=0,i=e.length;r<i;r++){n[r]=[];for(var o=0,a=t[0].length;o<a;o++){for(var s=0,c=0,l=e[0].length;c<l;c++)s+=e[r][c]*t[c][o];n[r][o]=s}}return n}function vt(e){var t=gt.identity();return 0!==e.sepia&&(t=pt(t,gt.sepia(e.sepia/100))),0!==e.grayscale&&(t=pt(t,gt.grayscale(e.grayscale/100))),100!==e.contrast&&(t=pt(t,gt.contrast(e.contrast/100))),100!==e.brightness&&(t=pt(t,gt.brightness(e.brightness/100))),1===e.mode&&(t=pt(t,gt.invertNHue())),t}function mt(e,t){var n=a(e,3),r=n[0],i=n[1],o=n[2],s=[[r/255],[i/255],[o/255],[1],[1]],c=pt(t,s);return[0,1,2].map((function(e){return ft(Math.round(255*c[e][0]),0,255)}))}var gt={identity:function(){return[[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1]]},invertNHue:function(){return[[.333,-.667,-.667,0,1],[-.667,.333,-.667,0,1],[-.667,-.667,.333,0,1],[0,0,0,1,0],[0,0,0,0,1]]},brightness:function(e){return[[e,0,0,0,0],[0,e,0,0,0],[0,0,e,0,0],[0,0,0,1,0],[0,0,0,0,1]]},contrast:function(e){var t=(1-e)/2;return[[e,0,0,0,t],[0,e,0,0,t],[0,0,e,0,t],[0,0,0,1,0],[0,0,0,0,1]]},sepia:function(e){return[[.393+.607*(1-e),.769-.769*(1-e),.189-.189*(1-e),0,0],[.349-.349*(1-e),.686+.314*(1-e),.168-.168*(1-e),0,0],[.272-.272*(1-e),.534-.534*(1-e),.131+.869*(1-e),0,0],[0,0,0,1,0],[0,0,0,0,1]]},grayscale:function(e){return[[.2126+.7874*(1-e),.7152-.7152*(1-e),.0722-.0722*(1-e),0,0],[.2126-.2126*(1-e),.7152+.2848*(1-e),.0722-.0722*(1-e),0,0],[.2126-.2126*(1-e),.7152-.7152*(1-e),.0722+.9278*(1-e),0,0],[0,0,0,1,0],[0,0,0,0,1]]}};function bt(e){var t=1===e.mode,n=t?\"darkSchemeBackgroundColor\":\"lightSchemeBackgroundColor\";return e[n]}function yt(e){var t=1===e.mode,n=t?\"darkSchemeTextColor\":\"lightSchemeTextColor\";return e[n]}var Ct=new Map;function wt(){Ct.clear()}var xt=[\"r\",\"g\",\"b\",\"a\"],St=[\"mode\",\"brightness\",\"contrast\",\"grayscale\",\"sepia\",\"darkSchemeBackgroundColor\",\"darkSchemeTextColor\",\"lightSchemeBackgroundColor\",\"lightSchemeTextColor\"];function kt(e,t){var n=\"\";return xt.forEach((function(t){n+=\"\".concat(e[t],\";\")})),St.forEach((function(e){n+=\"\".concat(t[e],\";\")})),n}function Ot(e,t,n,r,i){var o;Ct.has(n)?o=Ct.get(n):(o=new Map,Ct.set(n,o));var s=kt(e,t);if(o.has(s))return o.get(s);var c=Ne(e),l=null==r?null:Ie(r),u=null==i?null:Ie(i),h=n(c,l,u),d=De(h),f=d.r,p=d.g,v=d.b,m=d.a,g=vt(t),b=a(mt([f,p,v],g),3),y=b[0],C=b[1],w=b[2],x=1===m?We({r:y,g:C,b:w}):Ke({r:y,g:C,b:w,a:m});return o.set(s,x),x}function Mt(e){return e}function zt(e,t){return Ot(e,t,Mt)}function _t(e,t){var n=bt(t),r=yt(t);return Ot(e,t,Tt,r,n)}function Tt(e,t,n){var r,i=e.h,o=e.s,a=e.l,s=e.a,c=a<.5;if(c)r=a<.2||o<.12;else{var l=i>200&&i<280;r=o<.24||a>.8&&l}var u=i,h=a;r&&(c?(u=t.h,h=t.s):(u=n.h,h=n.s));var d=dt(a,0,1,t.l,n.l);return{h:u,s:h,l:d,a:s}}var Vt=.4;function jt(e,t){var n=e.h,r=e.s,i=e.l,o=e.a,a=i<.5,s=n>200&&n<280,c=r<.12||i>.8&&s;if(a){var l=dt(i,0,.5,0,Vt);if(c){var u=t.h,h=t.s;return{h:u,s:h,l:l,a:o}}return{h:n,s:r,l:l,a:o}}var d=dt(i,.5,1,Vt,t.l);if(c){var f=t.h;h=t.s;return{h:f,s:h,l:d,a:o}}var p=n,v=n>60&&n<180;if(v){var m=n>120;p=m?dt(n,120,180,135,180):dt(n,60,120,60,105)}return p>40&&p<80&&(d*=.75),{h:p,s:r,l:d,a:o}}function Pt(e,t){if(0===t.mode)return _t(e,t);var r=bt(t);return Ot(e,n(n({},t),{mode:0}),jt,r)}var Et,Ht=.55;function Lt(e){return dt(e,205,245,205,220)}function $t(e,t){var n=e.h,r=e.s,i=e.l,o=e.a,a=i>.5,s=i<.2||r<.24,c=!s&&n>205&&n<245;if(a){var l=dt(i,.5,1,Ht,t.l);if(s){var u=t.h,h=t.s;return{h:u,s:h,l:l,a:o}}var d=n;return c&&(d=Lt(n)),{h:d,s:r,l:l,a:o}}if(s){var f=t.h,p=(h=t.s,dt(i,0,.5,t.l,Ht));return{h:f,s:h,l:p,a:o}}var v,m=n;return c?(m=Lt(n),v=dt(i,0,.5,t.l,Math.min(1,Ht+.05))):v=dt(i,0,.5,t.l,Ht),{h:m,s:r,l:v,a:o}}function At(e,t){if(0===t.mode)return _t(e,t);var r=yt(t);return Ot(e,n(n({},t),{mode:0}),$t,r)}function Ft(e,t,n){var r=e.h,i=e.s,o=e.l,a=e.a,s=o<.5,c=o<.2||i<.24,l=r,u=i;c&&(s?(l=t.h,u=t.s):(l=n.h,u=n.s));var h=dt(o,0,1,.5,.2);return{h:l,s:u,l:h,a:a}}function It(e,t){if(0===t.mode)return _t(e,t);var r=yt(t),i=bt(t);return Ot(e,n(n({},t),{mode:0}),Ft,r,i)}function Rt(e,t){return Pt(e,t)}function Dt(e,t){return Pt(e,t)}function Nt(e){var t=[];return t.push('*:not(pre, pre *, code, .far, .fa, .glyphicon, [class*=\"vjs-\"], .fab, .fa-github, .fas, .material-icons, .icofont, .typcn, mu, [class*=\"mu-\"], .glyphicon, .icon) {'),e.useFont&&e.fontFamily&&t.push(\"  font-family: \".concat(e.fontFamily,\" !important;\")),e.textStroke>0&&(t.push(\"  -webkit-text-stroke: \".concat(e.textStroke,\"px !important;\")),t.push(\"  text-stroke: \".concat(e.textStroke,\"px !important;\"))),t.push(\"}\"),t.join(\"\\n\")}function Bt(e){var t=[];return e.mode===Et.dark&&t.push(\"invert(100%) hue-rotate(180deg)\"),100!==e.brightness&&t.push(\"brightness(\".concat(e.brightness,\"%)\")),100!==e.contrast&&t.push(\"contrast(\".concat(e.contrast,\"%)\")),0!==e.grayscale&&t.push(\"grayscale(\".concat(e.grayscale,\"%)\")),0!==e.sepia&&t.push(\"sepia(\".concat(e.sepia,\"%)\")),0===t.length?null:t.join(\" \")}function Kt(e){return e.slice(0,4).map((function(e){return e.map((function(e){return e.toFixed(3)})).join(\" \")})).join(\" \")}function Wt(e){return Kt(vt(e))}(function(e){e[e[\"light\"]=0]=\"light\",e[e[\"dark\"]=1]=\"dark\"})(Et||(Et={}));var Ut=0,qt=new Map,Yt=new Map;function Gt(e){return r(this,void 0,void 0,(function(){return i(this,(function(n){return[2,new Promise((function(n,r){var i=++Ut;qt.set(i,n),Yt.set(i,r),chrome.runtime.sendMessage({type:t.CS_FETCH,data:e,id:i})}))]}))}))}chrome.runtime.onMessage.addListener((function(e){var n=e.type,r=e.data,i=e.error,o=e.id;if(n===t.BG_FETCH_RESPONSE){var a=qt.get(o),s=Yt.get(o);qt.delete(o),Yt.delete(o),i?s&&s(i):a&&a(r)}}));var Xt=function(){function e(){this.queue=[],this.timerId=null,this.frameDuration=1e3/60}return e.prototype.addToQueue=function(e){this.queue.push(e),this.startQueue()},e.prototype.stopQueue=function(){null!==this.timerId&&(cancelAnimationFrame(this.timerId),this.timerId=null),this.queue=[]},e.prototype.startQueue=function(){var e=this;this.timerId||(this.timerId=requestAnimationFrame((function(){e.timerId=null;var t,n=Date.now();while(t=e.queue.shift())if(t(),Date.now()-n>=e.frameDuration){e.startQueue();break}})))},e}(),Jt=new Xt;function Qt(e){return r(this,void 0,void 0,(function(){var t=this;return i(this,(function(o){return[2,new Promise((function(o,a){return r(t,void 0,void 0,(function(){var t,r,s,c;return i(this,(function(i){switch(i.label){case 0:return e.startsWith(\"data:\")?(t=e,[3,4]):[3,1];case 1:return i.trys.push([1,3,,4]),[4,Zt(e)];case 2:return t=i.sent(),[3,4];case 3:return r=i.sent(),a(r),[2];case 4:return i.trys.push([4,6,,7]),[4,en(t)];case 5:return s=i.sent(),Jt.addToQueue((function(){o(n({src:e,dataURL:t,width:s.naturalWidth,height:s.naturalHeight},cn(s)))})),[3,7];case 6:return c=i.sent(),a(c),[3,7];case 7:return[2]}}))}))}))]}))}))}function Zt(e){return r(this,void 0,void 0,(function(){var t;return i(this,(function(n){switch(n.label){case 0:return t=new URL(e),t.origin!==location.origin?[3,2]:[4,x(e)];case 1:return[2,n.sent()];case 2:return[4,Gt({url:e,responseType:\"data-url\"})];case 3:return[2,n.sent()]}}))}))}function en(e){return r(this,void 0,void 0,(function(){return i(this,(function(t){return[2,new Promise((function(t,n){var r=new Image;r.onload=function(){return t(r)},r.onerror=function(){return n(\"Unable to load image \".concat(e))},r.src=e}))]}))}))}var tn,nn,rn=1024;function on(){var e=rn,t=rn;tn=document.createElement(\"canvas\"),tn.width=e,tn.height=t,nn=tn.getContext(\"2d\"),nn.imageSmoothingEnabled=!1}function an(){tn=null,nn=null}var sn=5242880;function cn(e){tn||on();var t=e.naturalWidth,n=e.naturalHeight;if(0===n||0===t)return N(\"logWarn(Image is empty \".concat(e.currentSrc,\")\")),null;var r=t*n*4;if(r>sn)return{isDark:!1,isLight:!1,isTransparent:!1,isLarge:!1,isTooLarge:!0};var i=t*n,o=Math.min(1,Math.sqrt(rn/i)),a=Math.ceil(t*o),s=Math.ceil(n*o);nn.clearRect(0,0,a,s),nn.drawImage(e,0,0,t,n,0,0,a,s);var c,l,u,h,d,f,p,v,m=nn.getImageData(0,0,a,s),g=m.data,b=.05,y=.4,C=.7,w=0,x=0,S=0;for(u=0;u<s;u++)for(l=0;l<a;l++)c=4*(u*a+l),h=g[c+0],d=g[c+1],f=g[c+2],p=g[c+3],p/255<b?w++:(v=ht(h,d,f),v<y&&x++,v>C&&S++);var k=a*s,O=k-w,M=.7,z=.7,_=.1,T=48e4;return{isDark:x/O>=M,isLight:S/O>=z,isTransparent:w/k>=_,isLarge:i>=T,isTooLarge:!1}}function ln(e,t){var n=e.dataURL,r=e.width,i=e.height,o=Wt(t),a=['<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"'.concat(r,'\" height=\"').concat(i,'\">'),\"<defs>\",'<filter id=\"darkreader-image-filter\">','<feColorMatrix type=\"matrix\" values=\"'.concat(o,'\" />'),\"</filter>\",\"</defs>\",'<image width=\"'.concat(r,'\" height=\"').concat(i,'\" filter=\"url(#darkreader-image-filter)\" xlink:href=\"').concat(n,'\" />'),\"</svg>\"].join(\"\");return\"data:image/svg+xml;base64,\".concat(btoa(a))}function un(){Jt&&Jt.stopQueue(),an()}var hn=\"gradient\".length,dn=\"conic-\",fn=dn.length,pn=\"radial-\",vn=\"linear-\";function mn(e){var t=[],n=0,r=dn.length,i=function(){var i;if([vn,pn,dn].find((function(t){if(n-t.length>=0){var r=e.substring(n-t.length,n);if(r===t)return\"repeating\"===e.slice(n-t.length-10,n-t.length-1)?(i=\"repeating-\".concat(t,\"gradient\"),!0):\"-webkit\"===e.slice(n-t.length-8,n-t.length-1)?(i=\"-webkit-\".concat(t,\"gradient\"),!0):(i=\"\".concat(t,\"gradient\"),!0)}})),!i)return\"break\";var o=Le(e,n+hn),a=o.start,s=o.end,c=e.substring(a+1,s-1);r=s+1+fn,t.push({typeGradient:i,match:c,offset:i.length+2,index:n-i.length+hn,hasComma:!0})};while(-1!==(n=e.indexOf(\"gradient\",r))){var o=i();if(\"break\"===o)break}return t.length&&(t[t.length-1].hasComma=!1),t}function gn(e,t){return Boolean(e&&e.getPropertyPriority(t))}function bn(e,t,n,r,i,o){if(e.startsWith(\"--\")){var a=En(r,e,t,n,i,o);if(a)return{property:e,value:a,important:gn(n.style,e),sourceValue:t}}else if(t.includes(\"var(\")){a=Hn(r,e,t);if(a)return{property:e,value:a,important:gn(n.style,e),sourceValue:t}}else{if(\"color-scheme\"===e)return null;if(e.includes(\"color\")&&\"-webkit-print-color-adjust\"!==e||\"fill\"===e||\"stroke\"===e||\"stop-color\"===e){a=Mn(e,t,n);if(a)return{property:e,value:a,important:gn(n.style,e),sourceValue:t}}else if(\"background-image\"===e||\"list-style-image\"===e){a=Vn(t,n,i,o);if(a)return{property:e,value:a,important:gn(n.style,e),sourceValue:t}}else if(e.includes(\"shadow\")){a=Pn(t);if(a)return{property:e,value:a,important:gn(n.style,e),sourceValue:t}}}return null}function yn(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.filter(Boolean).join(\", \")}function Cn(e,t,n){var r=[];t||(r.push(\"html {\"),r.push(\"    background-color: \".concat(Pt({r:255,g:255,b:255},e),\" !important;\")),r.push(\"}\")),C&&(r.push(\"html {\"),r.push(\"    color-scheme: \".concat(1===e.mode?\"dark\":\"dark light\",\" !important;\")),r.push(\"}\"));var i=yn(t?\"\":\"html, body\",n?\"input, textarea, select, button, dialog\":\"\");return i&&(r.push(\"\".concat(i,\" {\")),r.push(\"    background-color: \".concat(Pt({r:255,g:255,b:255},e),\";\")),r.push(\"}\")),r.push(\"\".concat(yn(\"html, body\",n?\"input, textarea, select, button\":\"\"),\" {\")),r.push(\"    border-color: \".concat(It({r:76,g:76,b:76},e),\";\")),r.push(\"    color: \".concat(At({r:0,g:0,b:0},e),\";\")),r.push(\"}\"),r.push(\"a {\"),r.push(\"    color: \".concat(At({r:0,g:64,b:255},e),\";\")),r.push(\"}\"),r.push(\"table {\"),r.push(\"    border-color: \".concat(It({r:128,g:128,b:128},e),\";\")),r.push(\"}\"),r.push(\"::placeholder {\"),r.push(\"    color: \".concat(At({r:169,g:169,b:169},e),\";\")),r.push(\"}\"),r.push(\"input:-webkit-autofill,\"),r.push(\"textarea:-webkit-autofill,\"),r.push(\"select:-webkit-autofill {\"),r.push(\"    background-color: \".concat(Pt({r:250,g:255,b:189},e),\" !important;\")),r.push(\"    color: \".concat(At({r:0,g:0,b:0},e),\" !important;\")),r.push(\"}\"),e.scrollbarColor&&r.push(Sn(e)),e.selectionColor&&r.push(xn(e)),r.join(\"\\n\")}function wn(e){var t,r;if(\"auto\"===e.selectionColor)t=Pt({r:0,g:96,b:212},n(n({},e),{grayscale:0})),r=At({r:255,g:255,b:255},n(n({},e),{grayscale:0}));else{var i=Fe(e.selectionColor),o=Ne(i);t=e.selectionColor,r=o.l<.5?\"#FFF\":\"#000\"}return{backgroundColorSelection:t,foregroundColorSelection:r}}function xn(e){var t=[],n=wn(e),r=n.backgroundColorSelection,i=n.foregroundColorSelection;return[\"::selection\",\"::-moz-selection\"].forEach((function(e){t.push(\"\".concat(e,\" {\")),t.push(\"    background-color: \".concat(r,\" !important;\")),t.push(\"    color: \".concat(i,\" !important;\")),t.push(\"}\")})),t.join(\"\\n\")}function Sn(e){var t,r,i,o,a,s,c=[];if(\"auto\"===e.scrollbarColor)t=Pt({r:241,g:241,b:241},e),r=At({r:96,g:96,b:96},e),i=Pt({r:176,g:176,b:176},e),o=Pt({r:144,g:144,b:144},e),a=Pt({r:96,g:96,b:96},e),s=Pt({r:255,g:255,b:255},e);else{var l=Fe(e.scrollbarColor),u=Ne(l),h=u.l>.5,d=function(e){return n(n({},u),{l:ft(u.l+e,0,1)})},p=function(e){return n(n({},u),{l:ft(u.l-e,0,1)})};t=Ue(p(.4)),r=Ue(h?p(.4):d(.4)),i=Ue(u),o=Ue(d(.1)),a=Ue(d(.2))}return c.push(\"::-webkit-scrollbar {\"),c.push(\"    background-color: \".concat(t,\";\")),c.push(\"    color: \".concat(r,\";\")),c.push(\"}\"),c.push(\"::-webkit-scrollbar-thumb {\"),c.push(\"    background-color: \".concat(i,\";\")),c.push(\"}\"),c.push(\"::-webkit-scrollbar-thumb:hover {\"),c.push(\"    background-color: \".concat(o,\";\")),c.push(\"}\"),c.push(\"::-webkit-scrollbar-thumb:active {\"),c.push(\"    background-color: \".concat(a,\";\")),c.push(\"}\"),c.push(\"::-webkit-scrollbar-corner {\"),c.push(\"    background-color: \".concat(s,\";\")),c.push(\"}\"),f&&(c.push(\"* {\"),c.push(\"    scrollbar-color: \".concat(i,\" \").concat(t,\";\")),c.push(\"}\")),c.join(\"\\n\")}function kn(e,t){var n=t.strict,r=[],i=[\"microsoft.com\",\"docs.microsoft.com\"].includes(location.hostname);return r.push(\"html, body, \".concat(n?\"body :not(iframe)\".concat(i?':not(div[style^=\"position:absolute;top:0;left:-\"]':\"\"):\"body > :not(iframe)\",\" {\")),r.push(\"    background-color: \".concat(Pt({r:255,g:255,b:255},e),\" !important;\")),r.push(\"    border-color: \".concat(It({r:64,g:64,b:64},e),\" !important;\")),r.push(\"    color: \".concat(At({r:0,g:0,b:0},e),\" !important;\")),r.push(\"}\"),r.join(\"\\n\")}var On=new Set([\"inherit\",\"transparent\",\"initial\",\"currentcolor\",\"none\",\"unset\"]);function Mn(e,t,n){if(On.has(t.toLowerCase()))return t;var r=Fe(t);return r?e.includes(\"background\")?n.style.webkitMaskImage&&\"none\"!==n.style.webkitMaskImage||n.style.webkitMask&&!n.style.webkitMask.startsWith(\"none\")||n.style.mask&&\"none\"!==n.style.mask||n.style.getPropertyValue(\"mask-image\")&&\"none\"!==n.style.getPropertyValue(\"mask-image\")?function(e){return At(r,e)}:function(e){return Pt(r,e)}:e.includes(\"border\")||e.includes(\"outline\")?function(e){return It(r,e)}:function(e){return At(r,e)}:null}var zn=new Map,_n=new Map;function Tn(e,t){if(!e||0===t.length)return!1;if(t.some((function(e){return\"*\"===e})))return!0;for(var n=e.split(/,\\s*/g),r=function(e){var r=t[e];if(n.some((function(e){return e===r})))return{value:!0}},i=0;i<t.length;i++){var o=r(i);if(\"object\"===typeof o)return o.value}return!1}function Vn(e,t,o,a){var s=this;try{var c=mn(e),l=Ee(we,e);if(0===l.length&&0===c.length)return e;var u=function(t){var n=0;return t.map((function(t){var r=e.indexOf(t,n);return n=r+t.length,{match:t,index:r}}))},h=c.map((function(e){return n({type:\"gradient\"},e)})).concat(u(l).map((function(e){return n({type:\"url\",offset:0},e)}))).sort((function(e,t){return e.index>t.index?1:-1})),d=function(e){var t=e.typeGradient,n=e.match,r=e.hasComma,i=/([^\\(\\),]+(\\([^\\(\\)]*(\\([^\\(\\)]*\\)*[^\\(\\)]*)?\\))?([^\\(\\), ]|( (?!calc)))*),?/g,o=/^(from|color-stop|to)\\(([^\\(\\)]*?,\\s*)?(.*?)\\)$/,a=Ee(i,n,1).map((function(e){e=e.trim();var t=Fe(e);if(t)return function(e){return Dt(t,e)};var n=e.lastIndexOf(\" \");if(t=Fe(e.substring(0,n)),t)return function(r){return\"\".concat(Dt(t,r),\" \").concat(e.substring(n+1))};var r=e.match(o);return r&&(t=Fe(r[3]),t)?function(e){return\"\".concat(r[1],\"(\").concat(r[2]?\"\".concat(r[2],\", \"):\"\").concat(Dt(t,e),\")\")}:function(){return e}}));return function(e){return\"\".concat(t,\"(\").concat(a.map((function(t){return t(e)})).join(\", \"),\")\").concat(r?\", \":\"\")}},f=function(e){var n;if(Tn(t.selectorText,o))return null;var c=Se(e),l=0===c.length,u=t.parentStyleSheet,h=u&&u.href?ke(u.href):(null===(n=u.ownerNode)||void 0===n?void 0:n.baseURI)||location.origin;c=ve(h,c);var d='url(\"'.concat(c,'\")');return function(e){return r(s,void 0,void 0,(function(){var t,n,r,o;return i(this,(function(i){switch(i.label){case 0:return l?[2,\"url('')\"]:zn.has(c)?(t=zn.get(c),[3,7]):[3,1];case 1:return i.trys.push([1,6,,7]),_n.has(c)?(n=_n.get(c),[4,new Promise((function(e){return n.push(e)}))]):[3,3];case 2:return t=i.sent(),t?[3,5]:[2,null];case 3:return _n.set(c,[]),[4,Qt(c)];case 4:t=i.sent(),zn.set(c,t),_n.get(c).forEach((function(e){return e(t)})),_n.delete(c),i.label=5;case 5:return a()?[2,null]:[3,7];case 6:return r=i.sent(),N(r),_n.has(c)&&(_n.get(c).forEach((function(e){return e(null)})),_n.delete(c)),[2,d];case 7:return o=p(t,e)||d,[2,o]}}))}))}},p=function(e,t){var r,i=e.isDark,o=e.isLight,a=e.isTransparent,s=e.isLarge,c=e.isTooLarge,l=e.width;if(c)r='url(\"'.concat(e.src,'\")');else if(i&&a&&1===t.mode&&!s&&l>2){D(\"Inverting dark image \".concat(e.src));var u=ln(e,n(n({},t),{sepia:ft(t.sepia+10,0,100)}));r='url(\"'.concat(u,'\")')}else if(o&&!a&&1===t.mode)if(s)r=\"none\";else{D(\"Dimming light image \".concat(e.src));var h=ln(e,t);r='url(\"'.concat(h,'\")')}else if(0===t.mode&&o&&!s){D(\"Applying filter to image \".concat(e.src));var d=ln(e,n(n({},t),{brightness:ft(t.brightness-10,5,200),sepia:ft(t.sepia+10,0,100)}));r='url(\"'.concat(d,'\")')}else r=null;return r},v=[],m=0,g=!1;return h.forEach((function(t,n){var r=t.type,i=t.match,o=t.index,a=t.typeGradient,s=t.hasComma,c=t.offset,l=o,u=m,p=l+i.length+c;m=p,u!==l&&(g?v.push((function(){var t=e.substring(u,l);return\",\"===t[0]&&(t=t.substring(1)),t})):v.push((function(){return e.substring(u,l)}))),g=s||!1,\"url\"===r?v.push(f(i)):\"gradient\"===r&&v.push(d({match:i,index:o,typeGradient:a,hasComma:s,offset:c})),n===h.length-1&&v.push((function(){return e.substring(p)}))})),function(e){var t=v.filter(Boolean).map((function(t){return t(e)}));if(t.some((function(e){return e instanceof Promise})))return Promise.all(t).then((function(e){return e.filter(Boolean).join(\"\")}));var n=t.join(\"\");return n.endsWith(\", initial\")?n.slice(0,-9):n}}catch(b){return null}}function jn(e){try{var t=0,n=Ee(/(^|\\s)(?!calc)([a-z]+\\(.+?\\)|#[0-9a-f]+|[a-z]+)(.*?(inset|outset)?($|,))/gi,e,2),r=0,i=n.map((function(i,o){var a=t,s=e.indexOf(i,t),c=s+i.length;t=c;var l=Fe(i);return l?function(t){return\"\".concat(e.substring(a,s)).concat(Rt(l,t)).concat(o===n.length-1?e.substring(c):\"\")}:(r++,function(){return e.substring(a,c)})}));return function(e){var t=i.map((function(t){return t(e)})).join(\"\");return{matchesLength:n.length,unparseableMatchesLength:r,result:t}}}catch(o){return null}}function Pn(e){var t=jn(e);return t?function(e){return t(e).result}:null}function En(e,t,n,r,i,o){return e.getModifierForVariable({varName:t,sourceValue:n,rule:r,ignoredImgSelectors:i,isCancelled:o})}function Hn(e,t,n){return e.getModifierForVarDependant(t,n)}function Ln(){wt(),zn.clear(),un(),_n.clear()}var $n=1,An=2,Fn=4,In=8,Rn=function(){function e(){this.varTypes=new Map,this.rulesQueue=[],this.definedVars=new Set,this.varRefs=new Map,this.unknownColorVars=new Set,this.unknownBgVars=new Set,this.undefinedVars=new Set,this.initialVarTypes=new Map,this.changedTypeVars=new Set,this.typeChangeSubscriptions=new Map,this.unstableVarValues=new Map}return e.prototype.clear=function(){this.varTypes.clear(),this.rulesQueue.splice(0),this.definedVars.clear(),this.varRefs.clear(),this.unknownColorVars.clear(),this.unknownBgVars.clear(),this.undefinedVars.clear(),this.initialVarTypes.clear(),this.changedTypeVars.clear(),this.typeChangeSubscriptions.clear(),this.unstableVarValues.clear()},e.prototype.isVarType=function(e,t){return this.varTypes.has(e)&&(this.varTypes.get(e)&t)>0},e.prototype.addRulesForMatching=function(e){this.rulesQueue.push(e)},e.prototype.matchVariablesAndDependants=function(){var e=this;this.changedTypeVars.clear(),this.initialVarTypes=new Map(this.varTypes),this.collectRootVariables(),this.collectVariablesAndVarDep(this.rulesQueue),this.rulesQueue.splice(0),this.collectRootVarDependants(),this.varRefs.forEach((function(t,n){t.forEach((function(t){e.varTypes.has(n)&&e.resolveVariableType(t,e.varTypes.get(n))}))})),this.unknownColorVars.forEach((function(t){e.unknownBgVars.has(t)?(e.unknownColorVars.delete(t),e.unknownBgVars.delete(t),e.resolveVariableType(t,$n)):e.isVarType(t,$n|An|Fn)?e.unknownColorVars.delete(t):e.undefinedVars.add(t)})),this.unknownBgVars.forEach((function(t){var n=null!=e.findVarRef(t,(function(t){return e.unknownColorVars.has(t)||e.isVarType(t,An|Fn)}));n?e.itarateVarRefs(t,(function(t){e.resolveVariableType(t,$n)})):e.isVarType(t,$n|In)?e.unknownBgVars.delete(t):e.undefinedVars.add(t)})),this.changedTypeVars.forEach((function(t){e.typeChangeSubscriptions.has(t)&&e.typeChangeSubscriptions.get(t).forEach((function(e){e()}))})),this.changedTypeVars.clear()},e.prototype.getModifierForVariable=function(e){var t=this;return function(n){var r=e.varName,i=e.sourceValue,o=e.rule,a=e.ignoredImgSelectors,s=e.isCancelled,c=function(){var e=[],c=function(o,a,s){if(t.isVarType(r,o)){var c,l=a(r);if(Zn(i))if(er(i)){var u=cr(i,t.unstableVarValues);u||(u=o===$n?\"#ffffff\":\"#000000\"),c=s(u,n)}else c=Un(i,(function(e){return a(e)}),(function(e){return s(e,n)}));else c=s(i,n);e.push({property:l,value:c})}};if(c($n,Yn,or),c(An,Gn,ar),c(Fn,Xn,sr),t.isVarType(r,In)){var l=Jn(r),u=i;Zn(i)&&(u=Un(i,(function(e){return Yn(e)}),(function(e){return or(e,n)})));var h=Vn(u,o,a,s);u=\"function\"===typeof h?h(n):h,e.push({property:l,value:u})}return e},l=new Set,u=function(e){var n=function(){var t=c();e(t)};l.add(n),t.subscribeForVarTypeChange(r,n)},h=function(){l.forEach((function(e){t.unsubscribeFromVariableTypeChanges(r,e)}))};return{declarations:c(),onTypeChange:{addListener:u,removeListeners:h}}}},e.prototype.getModifierForVarDependant=function(e,t){var n=this;if(t.match(/^\\s*(rgb|hsl)a?\\(/)){var r=e.startsWith(\"background\"),i=tr(e);return function(e){var o=cr(t,n.unstableVarValues);o||(o=r?\"#ffffff\":\"#000000\");var a=r?or:i?ar:sr;return a(o,e)}}return\"background-color\"===e?function(e){return Un(t,(function(e){return Yn(e)}),(function(t){return or(t,e)}))}:tr(e)?function(e){return Un(t,(function(e){return Gn(e)}),(function(t){return ar(t,e)}))}:\"background\"===e||\"background-image\"===e||\"box-shadow\"===e?function(r){var i=new Set,o=function(){var o=Un(t,(function(e){return n.isVarType(e,$n)?Yn(e):n.isVarType(e,In)?Jn(e):(i.add(e),e)}),(function(e){return or(e,r)}));if(\"box-shadow\"===e){var a=jn(o),s=a(r);if(s.unparseableMatchesLength!==s.matchesLength)return s.result}return o},a=o();return i.size>0?new Promise((function(e){var t=i.values().next().value,r=function(){n.unsubscribeFromVariableTypeChanges(t,r);var i=o();e(i)};n.subscribeForVarTypeChange(t,r)})):a}:e.startsWith(\"border\")||e.startsWith(\"outline\")?function(e){return Un(t,(function(e){return Xn(e)}),(function(t){return sr(t,e)}))}:null},e.prototype.subscribeForVarTypeChange=function(e,t){this.typeChangeSubscriptions.has(e)||this.typeChangeSubscriptions.set(e,new Set);var n=this.typeChangeSubscriptions.get(e);n.has(t)||n.add(t)},e.prototype.unsubscribeFromVariableTypeChanges=function(e,t){this.typeChangeSubscriptions.has(e)&&this.typeChangeSubscriptions.get(e).delete(t)},e.prototype.collectVariablesAndVarDep=function(e){var t=this;e.forEach((function(e){ge(e,(function(e){e.style&&Ce(e.style,(function(e,n){Qn(e)&&t.inspectVariable(e,n),Zn(n)&&t.inspectVarDependant(e,n)}))}))}))},e.prototype.collectRootVariables=function(){var e=this;Ce(document.documentElement.style,(function(t,n){Qn(t)&&e.inspectVariable(t,n)}))},e.prototype.inspectVariable=function(e,t){if(this.unstableVarValues.set(e,t),Zn(t)&&er(t)&&(this.unknownColorVars.add(e),this.definedVars.add(e)),!this.definedVars.has(e)){this.definedVars.add(e);var n=Fe(t);n?this.unknownColorVars.add(e):(t.includes(\"url(\")||t.includes(\"linear-gradient(\")||t.includes(\"radial-gradient(\"))&&this.resolveVariableType(e,In)}},e.prototype.resolveVariableType=function(e,t){var n=this.initialVarTypes.get(e)||0,r=this.varTypes.get(e)||0,i=r|t;this.varTypes.set(e,i),(i!==n||this.undefinedVars.has(e))&&(this.changedTypeVars.add(e),this.undefinedVars.delete(e)),this.unknownColorVars.delete(e),this.unknownBgVars.delete(e)},e.prototype.collectRootVarDependants=function(){var e=this;Ce(document.documentElement.style,(function(t,n){Zn(n)&&e.inspectVarDependant(t,n)}))},e.prototype.inspectVarDependant=function(e,t){var n=this;Qn(e)?this.iterateVarDeps(t,(function(t){n.varRefs.has(e)||n.varRefs.set(e,new Set),n.varRefs.get(e).add(t)})):\"background-color\"===e||\"box-shadow\"===e?this.iterateVarDeps(t,(function(e){return n.resolveVariableType(e,$n)})):tr(e)?this.iterateVarDeps(t,(function(e){return n.resolveVariableType(e,An)})):e.startsWith(\"border\")||e.startsWith(\"outline\")?this.iterateVarDeps(t,(function(e){return n.resolveVariableType(e,Fn)})):\"background\"!==e&&\"background-image\"!==e||this.iterateVarDeps(t,(function(e){if(!n.isVarType(e,$n|In)){var t=null!=n.findVarRef(e,(function(e){return n.unknownColorVars.has(e)||n.isVarType(e,An|Fn)}));n.itarateVarRefs(e,(function(e){t?n.resolveVariableType(e,$n):n.unknownBgVars.add(e)}))}}))},e.prototype.iterateVarDeps=function(e,t){var n=new Set;qn(e,(function(e){return n.add(e)})),n.forEach((function(e){return t(e)}))},e.prototype.findVarRef=function(e,t,n){var r,i;if(void 0===n&&(n=new Set),n.has(e))return null;n.add(e);var a=t(e);if(a)return e;var s=this.varRefs.get(e);if(!s||0===s.size)return null;try{for(var c=o(s),l=c.next();!l.done;l=c.next()){var u=l.value,h=this.findVarRef(u,t,n);if(h)return h}}catch(d){r={error:d}}finally{try{l&&!l.done&&(i=c.return)&&i.call(c)}finally{if(r)throw r.error}}return null},e.prototype.itarateVarRefs=function(e,t){this.findVarRef(e,(function(e){return t(e),!1}))},e.prototype.setOnRootVariableChange=function(e){this.onRootVariableDefined=e},e.prototype.putRootVars=function(e,t){var n,r,i=this,s=e.sheet;s.cssRules.length>0&&s.deleteRule(0);var c=new Map;Ce(document.documentElement.style,(function(e,n){Qn(e)&&(i.isVarType(e,$n)&&c.set(Yn(e),or(n,t)),i.isVarType(e,An)&&c.set(Gn(e),ar(n,t)),i.isVarType(e,Fn)&&c.set(Xn(e),sr(n,t)),i.subscribeForVarTypeChange(e,i.onRootVariableDefined))}));var l=[];l.push(\":root {\");try{for(var u=o(c),h=u.next();!h.done;h=u.next()){var d=a(h.value,2),f=d[0],p=d[1];l.push(\"    \".concat(f,\": \").concat(p,\";\"))}}catch(m){n={error:m}}finally{try{h&&!h.done&&(r=u.return)&&r.call(u)}finally{if(n)throw n.error}}l.push(\"}\");var v=l.join(\"\\n\");s.insertRule(v)},e}(),Dn=new Rn;function Nn(e,t){void 0===t&&(t=0);var n=e.indexOf(\"var(\",t);if(n>=0){var r=Le(e,n+3);return r?{start:n,end:r.end}:null}}function Bn(e){var t,n=[],r=0;while(t=Nn(e,r)){var i=t.start,o=t.end;n.push({start:i,end:o,value:e.substring(i,o)}),r=t.end+1}return n}function Kn(e,t){var n=Bn(e),r=n.length;if(0===r)return e;var i=e.length,o=n.map((function(e){return t(e.value)})),a=[];a.push(e.substring(0,n[0].start));for(var s=0;s<r;s++){a.push(o[s]);var c=n[s].end,l=s<r-1?n[s+1].start:i;a.push(e.substring(c,l))}return a.join(\"\")}function Wn(e){var t,n,r=e.indexOf(\",\");return r>=0?(t=e.substring(4,r).trim(),n=e.substring(r+1,e.length-1).trim()):(t=e.substring(4,e.length-1).trim(),n=\"\"),{name:t,fallback:n}}function Un(e,t,n){var r=function(e){var r,i=Wn(e),o=i.name,a=i.fallback,s=t(o);return a?(r=Zn(a)?Un(a,t,n):n?n(a):a,\"var(\".concat(s,\", \").concat(r,\")\")):\"var(\".concat(s,\")\")};return Kn(e,r)}function qn(e,t){Un(e,(function(e){return t(e),e}))}function Yn(e){return\"--darkreader-bg\".concat(e)}function Gn(e){return\"--darkreader-text\".concat(e)}function Xn(e){return\"--darkreader-border\".concat(e)}function Jn(e){return\"--darkreader-bgimg\".concat(e)}function Qn(e){return e.startsWith(\"--\")}function Zn(e){return e.includes(\"var(\")}function er(e){return e.match(/^\\s*(rgb|hsl)a?\\(/)}function tr(e){return\"color\"===e||\"caret-color\"===e||\"-webkit-text-fill-color\"===e}var nr=/^\\d{1,3}, ?\\d{1,3}, ?\\d{1,3}$/;function rr(e){if(nr.test(e)){var t=e.split(\",\"),n=\"rgb(\";return t.forEach((function(e){n+=\"\".concat(e.trim(),\", \")})),n=n.substring(0,n.length-2),n+=\")\",{isRaw:!0,color:n}}return{isRaw:!1,color:e}}function ir(e,t,n){var r=rr(e),i=r.isRaw,o=r.color,a=Fe(o);if(a){var s=n(a,t);if(i){var c=Fe(s);return c?\"\".concat(c.r,\", \").concat(c.g,\", \").concat(c.b):s}return s}return o}function or(e,t){return ir(e,t,Pt)}function ar(e,t){return ir(e,t,At)}function sr(e,t){return ir(e,t,It)}function cr(e,t,n){void 0===n&&(n=new Set);var r=!1,i=function(e){var i=Wn(e),o=i.name,a=i.fallback;if(n.has(o))return r=!0,null;n.add(o);var s=t.get(o)||a,c=null;return s&&(c=Zn(s)?cr(s,t,n):s),c||(r=!0,null)},o=Kn(e,i);return r?null:o}var lr={\"background-color\":{customProp:\"--darkreader-inline-bgcolor\",cssProp:\"background-color\",dataAttr:\"data-darkreader-inline-bgcolor\"},\"background-image\":{customProp:\"--darkreader-inline-bgimage\",cssProp:\"background-image\",dataAttr:\"data-darkreader-inline-bgimage\"},\"border-color\":{customProp:\"--darkreader-inline-border\",cssProp:\"border-color\",dataAttr:\"data-darkreader-inline-border\"},\"border-bottom-color\":{customProp:\"--darkreader-inline-border-bottom\",cssProp:\"border-bottom-color\",dataAttr:\"data-darkreader-inline-border-bottom\"},\"border-left-color\":{customProp:\"--darkreader-inline-border-left\",cssProp:\"border-left-color\",dataAttr:\"data-darkreader-inline-border-left\"},\"border-right-color\":{customProp:\"--darkreader-inline-border-right\",cssProp:\"border-right-color\",dataAttr:\"data-darkreader-inline-border-right\"},\"border-top-color\":{customProp:\"--darkreader-inline-border-top\",cssProp:\"border-top-color\",dataAttr:\"data-darkreader-inline-border-top\"},\"box-shadow\":{customProp:\"--darkreader-inline-boxshadow\",cssProp:\"box-shadow\",dataAttr:\"data-darkreader-inline-boxshadow\"},color:{customProp:\"--darkreader-inline-color\",cssProp:\"color\",dataAttr:\"data-darkreader-inline-color\"},fill:{customProp:\"--darkreader-inline-fill\",cssProp:\"fill\",dataAttr:\"data-darkreader-inline-fill\"},stroke:{customProp:\"--darkreader-inline-stroke\",cssProp:\"stroke\",dataAttr:\"data-darkreader-inline-stroke\"},\"outline-color\":{customProp:\"--darkreader-inline-outline\",cssProp:\"outline-color\",dataAttr:\"data-darkreader-inline-outline\"},\"stop-color\":{customProp:\"--darkreader-inline-stopcolor\",cssProp:\"stop-color\",dataAttr:\"data-darkreader-inline-stopcolor\"}},ur=Object.values(lr),hr={};ur.forEach((function(e){var t=e.cssProp,n=e.customProp;return hr[n]=t}));var dr=[\"style\",\"fill\",\"stop-color\",\"stroke\",\"bgcolor\",\"color\"],fr=dr.map((function(e){return\"[\".concat(e,\"]\")})).join(\", \");function pr(){return ur.map((function(e){var t=e.dataAttr,n=e.customProp,r=e.cssProp;return[\"[\".concat(t,\"] {\"),\"  \".concat(r,\": var(\").concat(n,\") !important;\"),\"}\"].join(\"\\n\")})).join(\"\\n\")}function vr(e){var t=[];return e instanceof Element&&e.matches(fr)&&t.push(e),(e instanceof Element||g&&e instanceof ShadowRoot||e instanceof Document)&&I(t,e.querySelectorAll(fr)),t}var mr=new Map,gr=new Map;function br(e,t){yr(document,e,t),Y(document.documentElement,(function(n){yr(n.shadowRoot,e,t)}))}function yr(e,t,n){mr.has(e)&&(mr.get(e).disconnect(),gr.get(e).disconnect());var r=new WeakSet;function i(e){vr(e).forEach((function(e){r.has(e)||(r.add(e),t(e))})),Y(e,(function(i){r.has(e)||(r.add(e),n(i.shadowRoot),yr(i.shadowRoot,t,n))}))}var o=he(e,{onMinorMutations:function(e){var t=e.additions;t.forEach((function(e){return i(e)}))},onHugeMutations:function(){i(e)}});mr.set(e,o);var c=0,l=null,u=W({seconds:10}),h=W({seconds:2}),d=50,f=[],p=null,v=B((function(e){e.forEach((function(e){dr.includes(e.attributeName)&&t(e.target)}))})),m=new MutationObserver((function(e){if(p)f.push.apply(f,s([],a(e),!1));else{c++;var t=Date.now();if(null==l)l=t;else if(c>=d){if(t-l<u)return p=setTimeout((function(){l=null,c=0,p=null;var e=f;f=[],v(e)}),h),void f.push.apply(f,s([],a(e),!1));l=t,c=1}v(e)}}));m.observe(e,{attributes:!0,attributeFilter:dr.concat(ur.map((function(e){var t=e.dataAttr;return t}))),subtree:!0}),gr.set(e,m)}function Cr(){mr.forEach((function(e){return e.disconnect()})),gr.forEach((function(e){return e.disconnect()})),mr.clear(),gr.clear()}var wr=new WeakMap,xr=[\"brightness\",\"contrast\",\"grayscale\",\"sepia\",\"mode\"];function Sr(e,t){return dr.map((function(t){return\"\".concat(t,'=\"').concat(e.getAttribute(t),'\"')})).concat(xr.map((function(e){return\"\".concat(e,'=\"').concat(t[e],'\"')}))).join(\" \")}function kr(e,t){for(var n=0,r=t.length;n<r;n++){var i=t[n];if(e.matches(i))return!0}return!1}function Or(e,t,n,r){var i=Sr(e,t);if(i!==wr.get(e)){var o=new Set(Object.keys(lr));if(n.length>0&&kr(e,n))o.forEach((function(t){e.removeAttribute(lr[t].dataAttr)}));else{if(e.hasAttribute(\"bgcolor\")){var a=e.getAttribute(\"bgcolor\");(a.match(/^[0-9a-f]{3}$/i)||a.match(/^[0-9a-f]{6}$/i))&&(a=\"#\".concat(a)),u(\"background-color\",\"background-color\",a)}if(e.hasAttribute(\"color\")&&\"mask-icon\"!==e.rel){a=e.getAttribute(\"color\");(a.match(/^[0-9a-f]{3}$/i)||a.match(/^[0-9a-f]{6}$/i))&&(a=\"#\".concat(a)),u(\"color\",\"color\",a)}if(e instanceof SVGElement){if(e.hasAttribute(\"fill\")){var s=32,c=e.getAttribute(\"fill\");if(\"none\"!==c)if(e instanceof SVGTextElement)u(\"fill\",\"color\",c);else{var l=function(){var t=e.getBoundingClientRect(),n=t.width,r=t.height,i=n>s||r>s;u(\"fill\",i?\"background-color\":\"color\",c)};ee()?l():ne(l)}}e.hasAttribute(\"stop-color\")&&u(\"stop-color\",\"background-color\",e.getAttribute(\"stop-color\"))}if(e.hasAttribute(\"stroke\")){a=e.getAttribute(\"stroke\");u(\"stroke\",e instanceof SVGLineElement||e instanceof SVGTextElement?\"border-color\":\"color\",a)}e.style&&Ce(e.style,(function(t,n){if(\"background-image\"!==t||!n.includes(\"url\"))if(lr.hasOwnProperty(t)||t.startsWith(\"--\")&&!hr[t])u(t,t,n);else{var r=hr[t];if(r&&!e.style.getPropertyValue(r)&&!e.hasAttribute(r)){if(\"background-color\"===r&&e.hasAttribute(\"bgcolor\"))return;e.style.setProperty(t,\"\")}}})),e.style&&e instanceof SVGTextElement&&e.style.fill&&u(\"fill\",\"color\",e.style.getPropertyValue(\"fill\")),F(o,(function(t){e.removeAttribute(lr[t].dataAttr)})),wr.set(e,Sr(e,t))}}function u(n,i,a){var s=n.startsWith(\"--\"),c=s?{}:lr[n],l=c.customProp,u=c.dataAttr,h=bn(i,a,{style:e.style},Dn,r,null);if(h){var d=h.value;if(\"function\"===typeof d&&(d=d(t)),s&&\"object\"===typeof d){var f=d;f.declarations.forEach((function(t){var n=t.property,r=t.value;!(r instanceof Promise)&&e.style.setProperty(n,r)}))}else e.style.setProperty(l,d),e.hasAttribute(u)||e.setAttribute(u,\"\"),o.delete(n)}}}var Mr=\"theme-color\",zr='meta[name=\"'.concat(Mr,'\"]'),_r=null,Tr=null;function Vr(e,t){_r=_r||e.content;var n=Fe(_r);n&&(e.content=Pt(n,t))}function jr(e){var t=document.querySelector(zr);t?Vr(t,e):(Tr&&Tr.disconnect(),Tr=new MutationObserver((function(t){e:for(var n=0;n<t.length;n++)for(var r=t[n].addedNodes,i=0;i<r.length;i++){var o=r[i];if(o instanceof HTMLMetaElement&&o.name===Mr){Tr.disconnect(),Tr=null,Vr(o,e);break e}}})),Tr.observe(document.head,{childList:!0}))}function Pr(){Tr&&(Tr.disconnect(),Tr=null);var e=document.querySelector(zr);e&&_r&&(e.content=_r)}var Er=[\"mode\",\"brightness\",\"contrast\",\"grayscale\",\"sepia\",\"darkSchemeBackgroundColor\",\"darkSchemeTextColor\",\"lightSchemeBackgroundColor\",\"lightSchemeTextColor\"];function Hr(e){var t=\"\";return Er.forEach((function(n){t+=\"\".concat(n,\":\").concat(e[n],\";\")})),t}var Lr=K();function $r(){var e=0,t=new Set,n=new Map,r=new Set,i=null,o=!1,c=!1;function l(){return o&&!c}function u(l){var u=l.sourceCSSRules,h=l.theme,d=l.ignoreImageAnalysis,f=l.force,p=l.prepareSheet,v=l.isAsyncCancelled,m=0===n.size,g=new Set(n.keys()),b=Hr(h),y=b!==i;o&&(c=!0);var C=[];if(ge(u,(function(e){var r=e.cssText,i=!1;if(g.delete(r),e.parentRule instanceof CSSMediaRule&&(r+=\";\".concat(e.parentRule.media.mediaText)),t.has(r)||(t.add(r),i=!0),i){m=!0;var o=[];e.style&&Ce(e.style,(function(t,n){var r=bn(t,n,e,Dn,d,v);r&&o.push(r)}));var a=null;if(o.length>0){var s=e.parentRule;a={selector:e.selectorText,declarations:o,parentRule:s},C.push(a)}n.set(r,a)}else C.push(n.get(r))}),(function(){o=!0})),g.forEach((function(e){t.delete(e),n.delete(e)})),i=b,f||m||y){e++;var w=new Map,x=new Map,S=0,k=0,O={rule:null,rules:[],isGroup:!0},M=new WeakMap;r.forEach((function(e){return e()})),r.clear(),C.filter((function(e){return e})).forEach((function(t){var n=t.selector,i=t.declarations,o=t.parentRule,c=T(o),l={selector:n,declarations:[],isGroup:!1},u=l.declarations;function d(t,n,r,i){var o=++S,a={property:t,value:null,important:r,asyncKey:o,sourceValue:i};u.push(a);var s=e;n.then((function(t){t&&!v()&&s===e&&(a.value=t,Lr.add((function(){v()||s!==e||j(o)})))}))}function f(t,n,i,o){var c=n,l=c.declarations,h=c.onTypeChange,f=++k,p=e,m=u.length,g=[];if(0===l.length){var b={property:t,value:o,important:i,sourceValue:o,varKey:f};u.push(b),g=[b]}l.forEach((function(e){if(e.value instanceof Promise)d(e.property,e.value,i,o);else{var t={property:e.property,value:e.value,important:i,sourceValue:o,varKey:f};u.push(t),g.push(t)}})),h.addListener((function(t){if(!v()&&p===e){var n=t.map((function(e){return{property:e.property,value:e.value,important:i,sourceValue:o,varKey:f}})),r=u.indexOf(g[0],m);u.splice.apply(u,s([r,g.length],a(n),!1)),g=n,P(f)}})),r.add((function(){return h.removeListeners()}))}c.rules.push(l),i.forEach((function(e){var t=e.property,n=e.value,r=e.important,i=e.sourceValue;if(\"function\"===typeof n){var o=n(h);o instanceof Promise?d(t,o,r,i):t.startsWith(\"--\")?f(t,o,r,i):u.push({property:t,value:o,important:r,sourceValue:i})}else u.push({property:t,value:n,important:r,sourceValue:i})}))}));var z=p();V()}function _(e,t,n){var r=n.selector,i=n.declarations,o=function(e){var t=e.property,n=e.value,r=e.important,i=e.sourceValue;return\"\".concat(t,\": \").concat(null==n?i:n).concat(r?\" !important\":\"\",\";\")},a=\"\";i.forEach((function(e){a+=\"\".concat(o(e),\" \")}));var s=\"\".concat(r,\" { \").concat(a,\" }\");e.insertRule(s,t)}function T(e){if(null==e)return O;if(M.has(e))return M.get(e);var t={rule:e,rules:[],isGroup:!0};M.set(e,t);var n=T(e.parentRule);return n.rules.push(t),t}function V(){function e(e,t){var n=e.rule;if(n instanceof CSSMediaRule){var r=n.media,i=t.cssRules.length;return t.insertRule(\"@media \".concat(r.mediaText,\" {}\"),i),t.cssRules[i]}return t}function t(n,r,i){n.rules.forEach((function(n){if(n.isGroup){var o=e(n,r);t(n,o,i)}else i(n,r)}))}t(O,z,(function(e,t){var n=t.cssRules.length;e.declarations.forEach((function(r){var i=r.asyncKey,o=r.varKey;null!=i&&w.set(i,{rule:e,target:t,index:n}),null!=o&&x.set(o,{rule:e,target:t,index:n})})),_(t,n,e)}))}function j(e){var t=w.get(e),n=t.rule,r=t.target,i=t.index;r.deleteRule(i),_(r,i,n),w.delete(e)}function P(e){var t=x.get(e),n=t.rule,r=t.target,i=t.index;r.deleteRule(i),_(r,i,n)}}return{modifySheet:u,shouldRebuildStyle:l}}var Ar='style, link[rel*=\"stylesheet\" i]:not([disabled])';function Fr(e){if(!e.href)return!1;try{var t=new URL(e.href);return\"fonts.googleapis.com\"===t.hostname}catch(n){return D(\"Couldn't construct \".concat(e.href,\" as URL\")),!1}}function Ir(e){return(e instanceof HTMLStyleElement||e instanceof SVGStyleElement||e instanceof HTMLLinkElement&&e.rel&&e.rel.toLowerCase().includes(\"stylesheet\")&&e.href&&!e.disabled&&(!f||!e.href.startsWith(\"moz-extension://\"))&&!Fr(e))&&!e.classList.contains(\"darkreader\")&&\"print\"!==e.media.toLowerCase()&&!e.classList.contains(\"stylus\")}function Rr(e,t,n){return void 0===t&&(t=[]),void 0===n&&(n=!0),Ir(e)?t.push(e):(e instanceof Element||g&&e instanceof ShadowRoot||e===document)&&(F(e.querySelectorAll(Ar),(function(e){return Rr(e,t,!1)})),n&&Y(e,(function(e){return Rr(e.shadowRoot,t,!1)}))),t}var Dr=new WeakSet,Nr=new WeakSet,Br=!1;document.addEventListener(\"__darkreader__inlineScriptsAllowed\",(function(){Br=!0}));var Kr=0,Wr=new Map;function Ur(){Wr.clear()}function qr(e,t){var n=t.update,o=t.loadingStart,s=t.loadingEnd,c=[],l=e;while((l=l.nextElementSibling)&&l.matches(\".darkreader\"))c.push(l);var u=c.find((function(e){return e.matches(\".darkreader--cors\")&&!Nr.has(e)}))||null,h=c.find((function(e){return e.matches(\".darkreader--sync\")&&!Dr.has(e)}))||null,d=null,f=null,v=!1,m=!0,g=$r(),b=new MutationObserver((function(){n()})),y={attributes:!0,childList:!0,subtree:!0,characterData:!0};function C(){return e instanceof HTMLStyleElement&&e.textContent.trim().match(xe)}function w(e,t){var n=!1;if(e){var r=void 0;e:for(var i=0,o=e.length;i<o;i++)if(r=e[i],r.href){if(!t){n=!0;break e}if(r.href.startsWith(\"http\")&&!r.href.startsWith(location.origin)){n=!0;break e}}}return n}function x(){if(u)return u.sheet.cssRules;if(C())return null;var t=H();return e instanceof HTMLLinkElement&&!me(e.href)&&w(t,!1)||w(t,!0)?null:t}function S(){u?(e.nextSibling!==u&&e.parentNode.insertBefore(u,e.nextSibling),u.nextSibling!==h&&e.parentNode.insertBefore(h,u.nextSibling)):e.nextSibling!==h&&e.parentNode.insertBefore(h,e.nextSibling)}function k(){h=e instanceof SVGStyleElement?document.createElementNS(\"http://www.w3.org/2000/svg\",\"style\"):document.createElement(\"style\"),h.classList.add(\"darkreader\"),h.classList.add(\"darkreader--sync\"),h.media=\"screen\",e.title&&(h.title=e.title),Dr.add(h)}var O=!1,M=!1,z=++Kr;function _(){return r(this,void 0,void 0,(function(){var t,n,r,o,s,c,l;return i(this,(function(i){switch(i.label){case 0:if(!(e instanceof HTMLLinkElement))return[3,7];if(r=a(P(),2),o=r[0],s=r[1],(o||s||p)&&(!p||e.sheet)&&!E(s))return[3,5];i.label=1;case 1:return i.trys.push([1,3,,4]),[4,Yr(e,z)];case 2:return i.sent(),[3,4];case 3:return i.sent(),M=!0,[3,4];case 4:if(v)return[2,null];l=a(P(),2),o=l[0],s=l[1],i.label=5;case 5:return o&&!w(o,!1)?[2,o]:[4,Xr(e.href)];case 6:return t=i.sent(),n=ke(e.href),v?[2,null]:[3,8];case 7:if(!C())return[2,null];t=e.textContent.trim(),n=ke(location.href),i.label=8;case 8:if(!t)return[3,13];i.label=9;case 9:return i.trys.push([9,11,,12]),[4,Jr(t,n)];case 10:return c=i.sent(),u=Qr(e,c),[3,12];case 11:return i.sent(),[3,12];case 12:if(u)return d=q(u,\"prev-sibling\"),[2,u.sheet.cssRules];i.label=13;case 13:return[2,null]}}))}))}function T(e){var t=x();return t?{rules:t}:(e.secondRound||O||M||(O=!0,o(),_().then((function(e){O=!1,s(),e&&n()})).catch((function(e){O=!1,s()}))),null)}var V=!1;function j(e,t){var r=x();function i(e){for(var t=e.cssRules.length-1;t>=0;t--)e.deleteRule(t)}function o(){h||k(),f&&f.stop(),S(),null==h.sheet&&(h.textContent=\"\");var e=h.sheet;return i(e),f?f.run():f=q(h,\"prev-sibling\",(function(){V=!0,a()})),h.sheet}function a(){var i=V;V=!1,g.modifySheet({prepareSheet:o,sourceCSSRules:r,theme:e,ignoreImageAnalysis:t,force:i,isAsyncCancelled:function(){return v}}),m=0===h.sheet.cssRules.length,g.shouldRebuildStyle()&&ne((function(){return n()}))}r&&(v=!1,a())}function P(){try{return null==e.sheet?[null,null]:[e.sheet.cssRules,null]}catch(t){return[null,t]}}function E(e){return e&&e.message&&e.message.includes(\"loading\")}function H(){var e=a(P(),2),t=e[0],n=e[1];return n?null:t}function L(){K(),Br&&e.sheet||R()}var $=null,A=null;function F(){var e=H();return e?e.length:null}function I(){return F()!==$}function R(){$=F(),D();var t=function(){I()&&($=F(),n()),Br&&e.sheet?D():A=requestAnimationFrame(t)};t()}function D(){cancelAnimationFrame(A)}var N=!1;function B(){function e(){N=!1,v||n()}Br=!0,D(),N||(N=!0,\"function\"===typeof queueMicrotask?queueMicrotask(e):requestAnimationFrame(e))}function K(){e.addEventListener(\"__darkreader__updateSheet\",B)}function W(){e.removeEventListener(\"__darkreader__updateSheet\",B)}function Y(){W(),D()}function G(){b.disconnect(),v=!0,d&&d.stop(),f&&f.stop(),Y()}function X(){if(G(),U(u),U(h),s(),Wr.has(z)){var e=Wr.get(z);Wr.delete(z),e&&e()}}function J(){b.observe(e,y),e instanceof HTMLStyleElement&&L()}var Q=10,Z=0;function ee(){h&&(Z++,Z>Q||(S(),d&&d.skip(),f&&f.skip(),m||(V=!0,n())))}return{details:T,render:j,pause:G,destroy:X,watch:J,restore:ee}}function Yr(e,t){return r(this,void 0,void 0,(function(){return i(this,(function(n){return[2,new Promise((function(n,r){var i=function(){e.removeEventListener(\"load\",o),e.removeEventListener(\"error\",a),Wr.delete(t)},o=function(){i(),n()},a=function(){i(),r(\"Linkelement \".concat(t,\" couldn't be loaded. \").concat(e.href))};Wr.set(t,(function(){i(),r()})),e.addEventListener(\"load\",o),e.addEventListener(\"error\",a),e.href||a()}))]}))}))}function Gr(e){return Se(e.substring(7).trim().replace(/;$/,\"\").replace(/screen$/,\"\"))}function Xr(e){return r(this,void 0,void 0,(function(){return i(this,(function(t){switch(t.label){case 0:return e.startsWith(\"data:\")?[4,fetch(e)]:[3,3];case 1:return[4,t.sent().text()];case 2:return[2,t.sent()];case 3:return[4,Gt({url:e,responseType:\"text\",mimeType:\"text/css\",origin:window.location.origin})];case 4:return[2,t.sent()]}}))}))}function Jr(e,t,n){return void 0===n&&(n=new Map),r(this,void 0,void 0,(function(){var r,a,s,c,l,u,h,d,f,p;return i(this,(function(i){switch(i.label){case 0:e=ze(e),e=Te(e),e=Oe(e,t),r=Ee(xe,e),i.label=1;case 1:i.trys.push([1,10,11,12]),a=o(r),s=a.next(),i.label=2;case 2:return s.done?[3,9]:(c=s.value,l=Gr(c),u=ve(t,l),h=void 0,n.has(u)?(h=n.get(u),[3,7]):[3,3]);case 3:return i.trys.push([3,6,,7]),[4,Xr(u)];case 4:return h=i.sent(),n.set(u,h),[4,Jr(h,ke(u),n)];case 5:return h=i.sent(),[3,7];case 6:return i.sent(),h=\"\",[3,7];case 7:e=e.split(c).join(h),i.label=8;case 8:return s=a.next(),[3,2];case 9:return[3,12];case 10:return d=i.sent(),f={error:d},[3,12];case 11:try{s&&!s.done&&(p=a.return)&&p.call(a)}finally{if(f)throw f.error}return[7];case 12:return e=e.trim(),[2,e]}}))}))}function Qr(e,t){if(!t)return null;var n=document.createElement(\"style\");return n.classList.add(\"darkreader\"),n.classList.add(\"darkreader--cors\"),n.media=\"screen\",n.textContent=t,e.parentNode.insertBefore(n,e.nextSibling),n.sheet.disabled=!0,Nr.add(n),n}var Zr,ei,ti=[],ni=new Map;function ri(e){y&&F(e.querySelectorAll(\":not(:defined)\"),(function(e){var t=e.tagName.toLowerCase();if(!t.includes(\"-\")){var n=e.getAttribute(\"is\");if(!n)return;t=n}ni.has(t)||(ni.set(t,new Set),si(t).then((function(){if(ei){var e=ni.get(t);ni.delete(t),ei(Array.from(e))}}))),ni.get(t).add(e)}))}var ii=!1;document.addEventListener(\"__darkreader__inlineScriptsAllowed\",(function(){ii=!0}));var oi=new Map;function ai(e){if(ii=!0,oi.has(e.detail.tag)){var t=oi.get(e.detail.tag);t()}}function si(e){return r(this,void 0,void 0,(function(){return i(this,(function(t){return[2,new Promise((function(t){if(window.customElements&&\"function\"===typeof customElements.whenDefined)customElements.whenDefined(e).then((function(){return t()}));else if(ii)oi.set(e,t),document.dispatchEvent(new CustomEvent(\"__darkreader__addUndefinedResolver\",{detail:{tag:e}}));else{var n=function(){var r=ni.get(e);r&&r.size>0&&(r.values().next().value.matches(\":defined\")?t():requestAnimationFrame(n))};requestAnimationFrame(n)}}))]}))}))}function ci(e){ei=e}function li(){ei=null,ni.clear(),document.removeEventListener(\"__darkreader__isDefined\",ai)}function ui(e,t,n){di();var r=new Set(e),i=new WeakMap,o=new WeakMap;function a(e){i.set(e,e.previousElementSibling),o.set(e,e.nextElementSibling)}function s(e){i.delete(e),o.delete(e)}function c(e){return e.previousElementSibling!==i.get(e)||e.nextElementSibling!==o.get(e)}function l(e){var n=e.createdStyles,i=e.removedStyles,o=e.movedStyles;n.forEach((function(e){return a(e)})),o.forEach((function(e){return a(e)})),i.forEach((function(e){return s(e)})),n.forEach((function(e){return r.add(e)})),i.forEach((function(e){return r.delete(e)})),n.size+i.size+o.size>0&&t({created:Array.from(n),removed:Array.from(i),moved:Array.from(o),updated:[]})}function u(e){var t=e.additions,n=e.moves,r=e.deletions,i=new Set,o=new Set,a=new Set;t.forEach((function(e){return Rr(e).forEach((function(e){return i.add(e)}))})),r.forEach((function(e){return Rr(e).forEach((function(e){return o.add(e)}))})),n.forEach((function(e){return Rr(e).forEach((function(e){return a.add(e)}))})),l({createdStyles:i,removedStyles:o,movedStyles:a}),t.forEach((function(e){Y(e,p),ri(e)}))}function h(e){var t=new Set(Rr(e)),n=new Set,i=new Set,o=new Set;t.forEach((function(e){r.has(e)||n.add(e)})),r.forEach((function(e){t.has(e)||i.add(e)})),t.forEach((function(e){n.has(e)||i.has(e)||!c(e)||o.add(e)})),l({createdStyles:n,removedStyles:i,movedStyles:o}),Y(e,p),ri(e)}function d(e){var n=new Set,r=new Set;e.forEach((function(e){var t=e.target;t.isConnected&&(Ir(t)?n.add(t):t instanceof HTMLLinkElement&&t.disabled&&r.add(t))})),n.size+r.size>0&&t({updated:Array.from(n),created:[],removed:Array.from(r),moved:[]})}function f(e){var t=he(e,{onMinorMutations:u,onHugeMutations:h}),n=new MutationObserver(d);n.observe(e,{attributes:!0,attributeFilter:[\"rel\",\"disabled\",\"media\",\"href\"],subtree:!0}),ti.push(t,n),Zr.add(e)}function p(e){var t=e.shadowRoot;null==t||Zr.has(t)||(f(t),n(t))}e.forEach(a),f(document),Y(document.documentElement,p),ci((function(e){var n=[];e.forEach((function(e){return I(n,Rr(e.shadowRoot))})),t({created:n,updated:[],removed:[],moved:[]}),e.forEach((function(e){var t=e.shadowRoot;null!=t&&(p(e),Y(t,p),ri(t))}))})),document.addEventListener(\"__darkreader__isDefined\",ai),ri(document)}function hi(){ti.forEach((function(e){return e.disconnect()})),ti.splice(0,ti.length),Zr=new WeakSet}function di(){hi(),li()}function fi(e){return(e<16?\"0\":\"\")+e.toString(16)}function pi(){if(\"randomUUID\"in crypto){var e=crypto.randomUUID();return e.substring(0,8)+e.substring(9,13)+e.substring(14,18)+e.substring(19,23)+e.substring(24)}return Array.from(crypto.getRandomValues(new Uint8Array(16))).map((function(e){return fi(e)})).join(\"\")}var vi=new WeakMap,mi=new WeakSet;function gi(e){var t=!1;function n(t,n){var r=s([],a(e.adoptedStyleSheets),!1),i=r.indexOf(t),o=r.indexOf(n);i!==o-1&&(o>=0&&r.splice(o,1),r.splice(i+1,0,n),e.adoptedStyleSheets=r)}function r(){t=!0;var n=s([],a(e.adoptedStyleSheets),!1);e.adoptedStyleSheets.forEach((function(e){if(mi.has(e)){var t=n.indexOf(e);t>=0&&n.splice(t,1),vi.delete(e),mi.delete(e)}})),e.adoptedStyleSheets=n}function i(r,i){e.adoptedStyleSheets.forEach((function(e){if(!mi.has(e)){var o=e.rules,a=new CSSStyleSheet,s=$r();s.modifySheet({prepareSheet:c,sourceCSSRules:o,theme:r,ignoreImageAnalysis:i,force:!1,isAsyncCancelled:function(){return t}})}function c(){for(var t=a.cssRules.length-1;t>=0;t--)a.deleteRule(t);return n(e,a),vi.set(e,a),mi.add(a),a}}))}return{render:i,destroy:r}}function bi(e){document.dispatchEvent(new CustomEvent(\"__darkreader__inlineScriptsAllowed\"));var t=Object.getOwnPropertyDescriptor(CSSStyleSheet.prototype,\"addRule\"),n=Object.getOwnPropertyDescriptor(CSSStyleSheet.prototype,\"insertRule\"),r=Object.getOwnPropertyDescriptor(CSSStyleSheet.prototype,\"deleteRule\"),i=Object.getOwnPropertyDescriptor(CSSStyleSheet.prototype,\"removeRule\"),o=e?Object.getOwnPropertyDescriptor(Document.prototype,\"styleSheets\"):null,c=[\"baidu.com\",\"baike.baidu.com\",\"ditu.baidu.com\",\"map.baidu.com\",\"maps.baidu.com\",\"haokan.baidu.com\",\"pan.baidu.com\",\"passport.baidu.com\",\"tieba.baidu.com\",\"www.baidu.com\"].includes(location.hostname),l=c?Object.getOwnPropertyDescriptor(Element.prototype,\"getElementsByTagName\"):null,u=function(){Object.defineProperty(CSSStyleSheet.prototype,\"addRule\",t),Object.defineProperty(CSSStyleSheet.prototype,\"insertRule\",n),Object.defineProperty(CSSStyleSheet.prototype,\"deleteRule\",r),Object.defineProperty(CSSStyleSheet.prototype,\"removeRule\",i),document.removeEventListener(\"__darkreader__cleanUp\",u),document.removeEventListener(\"__darkreader__addUndefinedResolver\",h),e&&Object.defineProperty(Document.prototype,\"styleSheets\",o),c&&Object.defineProperty(Element.prototype,\"getElementsByTagName\",l)},h=function(e){customElements.whenDefined(e.detail.tag).then((function(){document.dispatchEvent(new CustomEvent(\"__darkreader__isDefined\",{detail:{tag:e.detail.tag}}))}))};document.addEventListener(\"__darkreader__cleanUp\",u),document.addEventListener(\"__darkreader__addUndefinedResolver\",h);var d=new Event(\"__darkreader__updateSheet\");function f(e,n,r){return t.value.call(this,e,n,r),this.ownerNode&&!this.ownerNode.classList.contains(\"darkreader\")&&this.ownerNode.dispatchEvent(d),-1}function p(e,t){var r=n.value.call(this,e,t);return this.ownerNode&&!this.ownerNode.classList.contains(\"darkreader\")&&this.ownerNode.dispatchEvent(d),r}function v(e){r.value.call(this,e),this.ownerNode&&!this.ownerNode.classList.contains(\"darkreader\")&&this.ownerNode.dispatchEvent(d)}function m(e){i.value.call(this,e),this.ownerNode&&!this.ownerNode.classList.contains(\"darkreader\")&&this.ownerNode.dispatchEvent(d)}function g(){var e=this,t=function(){var t=o.get.call(e),n=s([],a(t),!1).filter((function(e){return!e.ownerNode.classList.contains(\"darkreader\")}));return n.item=function(e){return n[e]},Object.setPrototypeOf(n,StyleSheetList.prototype)},n=t(),r={get:function(e,n){return t()[n]}};return n=new Proxy(n,r),n}function b(e){var t=this;if(\"style\"!==e)return l.value.call(this,e);var n=function(){var n=l.value.call(t,e);return Object.setPrototypeOf(s([],a(n),!1).filter((function(e){return!e.classList.contains(\"darkreader\")})),NodeList.prototype)},r=n(),i={get:function(e,t){return n()[Number(t)||t]}};return r=new Proxy(r,i),r}Object.defineProperty(CSSStyleSheet.prototype,\"addRule\",Object.assign({},t,{value:f})),Object.defineProperty(CSSStyleSheet.prototype,\"insertRule\",Object.assign({},n,{value:p})),Object.defineProperty(CSSStyleSheet.prototype,\"deleteRule\",Object.assign({},r,{value:v})),Object.defineProperty(CSSStyleSheet.prototype,\"removeRule\",Object.assign({},i,{value:m})),e&&Object.defineProperty(Document.prototype,\"styleSheets\",Object.assign({},o,{get:g})),c&&Object.defineProperty(Element.prototype,\"getElementsByTagName\",Object.assign({},l,{value:b}))}var yi=pi(),Ci=new Map,wi=[],xi=null,Si=null,ki=null,Oi=null,Mi=null;function zi(e,t){void 0===t&&(t=document.head||document);var n=t.querySelector(\".\".concat(e));return n||(n=document.createElement(\"style\"),n.classList.add(\"darkreader\"),n.classList.add(e),n.media=\"screen\",n.textContent=\"\"),n}function _i(e,t){void 0===t&&(t=document.head||document);var n=t.querySelector(\".\".concat(e));return n||(n=document.createElement(\"script\"),n.classList.add(\"darkreader\"),n.classList.add(e)),n}var Ti=new Map;function Vi(e,t){Ti.has(t)&&Ti.get(t).stop(),Ti.set(t,q(e,\"parent\"))}function ji(){F(Ti.values(),(function(e){return e.stop()})),Ti.clear()}function Pi(){var e=zi(\"darkreader--fallback\",document);e.textContent=kn(xi,{strict:!0}),document.head.insertBefore(e,document.head.firstChild),Vi(e,\"fallback\");var t=zi(\"darkreader--user-agent\");t.textContent=Cn(xi,ki,xi.styleSystemControls),document.head.insertBefore(t,e.nextSibling),Vi(t,\"user-agent\");var r=zi(\"darkreader--text\");xi.useFont||xi.textStroke>0?r.textContent=Nt(xi):r.textContent=\"\",document.head.insertBefore(r,e.nextSibling),Vi(r,\"text\");var i=zi(\"darkreader--invert\");Si&&Array.isArray(Si.invert)&&Si.invert.length>0?i.textContent=[\"\".concat(Si.invert.join(\", \"),\" {\"),\"    filter: \".concat(Bt(n(n({},xi),{contrast:0===xi.mode?xi.contrast:ft(xi.contrast-10,0,100)})),\" !important;\"),\"}\"].join(\"\\n\"):i.textContent=\"\",document.head.insertBefore(i,r.nextSibling),Vi(i,\"invert\");var o=zi(\"darkreader--inline\");o.textContent=pr(),document.head.insertBefore(o,i.nextSibling),Vi(o,\"inline\");var a=zi(\"darkreader--override\");a.textContent=Si&&Si.css?Li(Si.css):\"\",document.head.appendChild(a),Vi(a,\"override\");var s=zi(\"darkreader--variables\"),c=wn(xi),l=xi.darkSchemeBackgroundColor,u=xi.darkSchemeTextColor,h=xi.lightSchemeBackgroundColor,d=xi.lightSchemeTextColor,f=xi.mode,p=0===f?h:l,v=0===f?d:u;p=Pt(Fe(p),xi),v=At(Fe(v),xi),s.textContent=[\":root {\",\"   --darkreader-neutral-background: \".concat(p,\";\"),\"   --darkreader-neutral-text: \".concat(v,\";\"),\"   --darkreader-selection-background: \".concat(c.backgroundColorSelection,\";\"),\"   --darkreader-selection-text: \".concat(c.foregroundColorSelection,\";\"),\"}\"].join(\"\\n\"),document.head.insertBefore(s,o.nextSibling),Vi(s,\"variables\");var m=zi(\"darkreader--root-vars\");document.head.insertBefore(m,s.nextSibling);var g=!(Si&&Si.disableStyleSheetsProxy),b=_i(\"darkreader--proxy\");b.append(\"(\".concat(bi,\")(\").concat(g,\")\")),document.head.insertBefore(b,m.nextSibling),b.remove()}var Ei=new Set;function Hi(e){var t=zi(\"darkreader--inline\",e);t.textContent=pr(),e.insertBefore(t,e.firstChild);var r=zi(\"darkreader--override\",e);r.textContent=Si&&Si.css?Li(Si.css):\"\",e.insertBefore(r,t.nextSibling);var i=zi(\"darkreader--invert\",e);Si&&Array.isArray(Si.invert)&&Si.invert.length>0?i.textContent=[\"\".concat(Si.invert.join(\", \"),\" {\"),\"    filter: \".concat(Bt(n(n({},xi),{contrast:0===xi.mode?xi.contrast:ft(xi.contrast-10,0,100)})),\" !important;\"),\"}\"].join(\"\\n\"):i.textContent=\"\",e.insertBefore(i,r.nextSibling),Ei.add(e)}function Li(e){return e.replace(/\\${(.+?)}/g,(function(e,t){var n=Fe(t);return n?zt(n,xi):t}))}function $i(){var e=document.querySelector(\".darkreader--fallback\");e&&(e.textContent=\"\")}function Ai(){Bi();var e=Rr(document),t=e.filter((function(e){return!Ci.has(e)})).map((function(e){return Ri(e)}));t.map((function(e){return e.details({secondRound:!1})})).filter((function(e){return e&&e.rules.length>0})).forEach((function(e){Dn.addRulesForMatching(e.rules)})),Dn.matchVariablesAndDependants(),Dn.setOnRootVariableChange((function(){Dn.putRootVars(document.head.querySelector(\".darkreader--root-vars\"),xi)})),Dn.putRootVars(document.head.querySelector(\".darkreader--root-vars\"),xi),Ci.forEach((function(e){return e.render(xi,Oi)})),0===Ii.size&&$i(),t.forEach((function(e){return e.watch()}));var n=R(document.querySelectorAll(fr));Y(document.documentElement,(function(e){Hi(e.shadowRoot);var t=e.shadowRoot.querySelectorAll(fr);t.length>0&&I(n,t)})),n.forEach((function(e){return Or(e,xi,Mi,Oi)})),Ji(document)}var Fi=0,Ii=new Set;function Ri(e){var t=++Fi;function n(){if(!G()||!qi){Ii.add(t),D(\"Current amount of styles loading: \".concat(Ii.size));var e=document.querySelector(\".darkreader--fallback\");e.textContent||(e.textContent=kn(xi,{strict:!1}))}}function r(){Ii.delete(t),D(\"Removed loadingStyle \".concat(t,\", now awaiting: \").concat(Ii.size)),0===Ii.size&&G()&&$i()}function i(){var e=o.details({secondRound:!0});e&&(Dn.addRulesForMatching(e.rules),Dn.matchVariablesAndDependants(),o.render(xi,Oi))}var o=qr(e,{update:i,loadingStart:n,loadingEnd:r});return Ci.set(e,o),o}function Di(e){var t=Ci.get(e);t&&(t.destroy(),Ci.delete(e))}var Ni=B((function(e){Ci.forEach((function(e){return e.render(xi,Oi)})),wi.forEach((function(e){return e.render(xi,Oi)})),e&&e()})),Bi=function(){Ni.cancel()};function Ki(){0!==Ii.size||$i()}var Wi,Ui=null,qi=!document.hidden;function Yi(e){var t=Boolean(Ui);Ui=function(){document.hidden||(Gi(),e(),qi=!0)},t||document.addEventListener(\"visibilitychange\",Ui)}function Gi(){document.removeEventListener(\"visibilitychange\",Ui),Ui=null}function Xi(){function e(){Ai(),Qi()}Pi(),document.hidden&&!xi.immediateModify?Yi(e):e(),jr(xi)}function Ji(e){try{if(Array.isArray(e.adoptedStyleSheets)&&e.adoptedStyleSheets.length>0){var t=gi(e);wi.push(t),t.render(xi,Oi)}}catch(n){}}function Qi(){var e=Array.from(Ci.keys());ui(e,(function(e){var t=e.created,n=e.updated,r=e.removed,i=e.moved,o=r,a=t.concat(n).concat(i).filter((function(e){return!Ci.has(e)})),s=i.filter((function(e){return Ci.has(e)}));o.forEach((function(e){return Di(e)}));var c=a.map((function(e){return Ri(e)}));c.map((function(e){return e.details({secondRound:!1})})).filter((function(e){return e&&e.rules.length>0})).forEach((function(e){Dn.addRulesForMatching(e.rules)})),Dn.matchVariablesAndDependants(),c.forEach((function(e){return e.render(xi,Oi)})),c.forEach((function(e){return e.watch()})),s.forEach((function(e){return Ci.get(e).restore()}))}),(function(e){Hi(e),Ji(e)})),br((function(e){if(Or(e,xi,Mi,Oi),e===document.documentElement){var t=e.getAttribute(\"style\")||\"\";t.includes(\"--\")&&(Dn.matchVariablesAndDependants(),Dn.putRootVars(document.head.querySelector(\".darkreader--root-vars\"),xi))}}),(function(e){Hi(e);var t=e.querySelectorAll(fr);t.length>0&&F(t,(function(e){return Or(e,xi,Mi,Oi)}))})),Q(Ki)}function Zi(){Ci.forEach((function(e){return e.pause()})),ji(),di(),Cr(),Z(Ki),re()}function eo(){Wi=new MutationObserver((function(){document.querySelector('meta[name=\"darkreader-lock\"]')&&(Wi.disconnect(),oo())})),Wi.observe(document.head,{childList:!0,subtree:!0})}function to(){var e=document.createElement(\"meta\");e.name=\"darkreader\",e.content=yi,document.head.appendChild(e)}function no(){if(document.querySelector('meta[name=\"darkreader-lock\"]'))return!0;var e=document.querySelector('meta[name=\"darkreader\"]');return e?e.content!==yi:(to(),eo(),!1)}function ro(e,t,n){if(xi=e,Si=t,Si?(Oi=Array.isArray(Si.ignoreImageAnalysis)?Si.ignoreImageAnalysis:[],Mi=Array.isArray(Si.ignoreInlineStyle)?Si.ignoreInlineStyle:[]):(Oi=[],Mi=[]),xi.immediateModify&&X((function(){return!0})),ki=n,document.head){if(no())return;document.documentElement.setAttribute(\"data-darkreader-mode\",\"dynamic\"),document.documentElement.setAttribute(\"data-darkreader-scheme\",xi.mode?\"dark\":\"dimmed\"),Xi()}else{if(!f){var r=zi(\"darkreader--fallback\");document.documentElement.appendChild(r),r.textContent=kn(xi,{strict:!0})}var i=new MutationObserver((function(){if(document.head){if(i.disconnect(),no())return void oo();Xi()}}));i.observe(document,{childList:!0,subtree:!0})}}function io(){document.dispatchEvent(new CustomEvent(\"__darkreader__cleanUp\")),U(document.head.querySelector(\".darkreader--proxy\"))}function oo(){document.documentElement.removeAttribute(\"data-darkreader-mode\"),document.documentElement.removeAttribute(\"data-darkreader-scheme\"),ao(),U(document.querySelector(\".darkreader--fallback\")),document.head&&(Pr(),U(document.head.querySelector(\".darkreader--user-agent\")),U(document.head.querySelector(\".darkreader--text\")),U(document.head.querySelector(\".darkreader--invert\")),U(document.head.querySelector(\".darkreader--inline\")),U(document.head.querySelector(\".darkreader--override\")),U(document.head.querySelector(\".darkreader--variables\")),U(document.head.querySelector(\".darkreader--root-vars\")),U(document.head.querySelector('meta[name=\"darkreader\"]')),io()),Ei.forEach((function(e){U(e.querySelector(\".darkreader--inline\")),U(e.querySelector(\".darkreader--override\"))})),Ei.clear(),F(Ci.keys(),(function(e){return Di(e)})),Ii.clear(),Ur(),F(document.querySelectorAll(\".darkreader\"),U),wi.forEach((function(e){e.destroy()})),wi.splice(0),Wi&&Wi.disconnect()}function ao(){Dn.clear(),de.clear(),Gi(),Bi(),Zi(),Ln(),Re()}var so=/url\\(\\\"(blob\\:.*?)\\\"\\)/g;function co(e){return r(this,void 0,void 0,(function(){var t,n;return i(this,(function(r){switch(r.label){case 0:return t=[],Ee(so,e,1).forEach((function(e){var n=x(e);t.push(n)})),[4,Promise.all(t)];case 1:return n=r.sent(),[2,e.replace(so,(function(){return'url(\"'.concat(n.shift(),'\")')}))]}}))}))}var lo='/*\\n                        _______\\n                       /       \\\\\\n                      .==.    .==.\\n                     ((  ))==((  ))\\n                    / \"==\"    \"==\"\\\\\\n                   /____|| || ||___\\\\\\n       ________     ____    ________  ___    ___\\n       |  ___  \\\\   /    \\\\   |  ___  \\\\ |  |  /  /\\n       |  |  \\\\  \\\\ /  /\\\\  \\\\  |  |  \\\\  \\\\|  |_/  /\\n       |  |   )  /  /__\\\\  \\\\ |  |__/  /|  ___  \\\\\\n       |  |__/  /  ______  \\\\|  ____  \\\\|  |  \\\\  \\\\\\n_______|_______/__/ ____ \\\\__\\\\__|___\\\\__\\\\__|___\\\\__\\\\____\\n|  ___  \\\\ |  ____/ /    \\\\   |  ___  \\\\ |  ____|  ___  \\\\\\n|  |  \\\\  \\\\|  |___ /  /\\\\  \\\\  |  |  \\\\  \\\\|  |___|  |  \\\\  \\\\\\n|  |__/  /|  ____/  /__\\\\  \\\\ |  |   )  |  ____|  |__/  /\\n|  ____  \\\\|  |__/  ______  \\\\|  |__/  /|  |___|  ____  \\\\\\n|__|   \\\\__\\\\____/__/      \\\\__\\\\_______/ |______|__|   \\\\__\\\\\\n                https://darkreader.org\\n*/\\n\\n/*! Dark reader generated CSS | Licensed under MIT https://github.com/darkreader/darkreader/blob/main/LICENSE */\\n';function uo(){return r(this,void 0,void 0,(function(){function e(e,n){var r=document.querySelector(e);r&&r.textContent&&(t.push(\"/* \".concat(n,\" */\")),t.push(r.textContent),t.push(\"\"))}var t,n,r,o,a;return i(this,(function(i){switch(i.label){case 0:return t=[lo],e(\".darkreader--fallback\",\"Fallback Style\"),e(\".darkreader--user-agent\",\"User-Agent Style\"),e(\".darkreader--text\",\"Text Style\"),e(\".darkreader--invert\",\"Invert Style\"),e(\".darkreader--variables\",\"Variables Style\"),n=[],document.querySelectorAll(\".darkreader--sync\").forEach((function(e){F(e.sheet.cssRules,(function(e){e&&e.cssText&&n.push(e.cssText)}))})),n.length?(r=He(n.join(\"\\n\")),t.push(\"/* Modified CSS */\"),a=(o=t).push,[4,co(r)]):[3,2];case 1:a.apply(o,[i.sent()]),t.push(\"\"),i.label=2;case 2:return e(\".darkreader--override\",\"Override Style\"),[2,t.join(\"\\n\")]}}))}))}var ho=!1,fo=function(){try{return window.self!==window.top}catch(e){return console.warn(e),!0}}();function po(e,t){void 0===e&&(e={}),void 0===t&&(t=null);var r=n(n({},$),e);if(r.engine!==_.dynamicTheme)throw new Error(\"Theme engine is not supported.\");ro(r,t,fo),ho=!0}function vo(){return ho}function mo(){oo(),ho=!1}var go=matchMedia(\"(prefers-color-scheme: dark)\"),bo={themeOptions:null,fixes:null};function yo(){go.matches?po(bo.themeOptions,bo.fixes):mo()}function Co(e,t){void 0===e&&(e={}),void 0===t&&(t=null),e?(bo={themeOptions:e,fixes:t},yo(),b?go.addEventListener(\"change\",yo):go.addListener(yo)):(b?go.removeEventListener(\"change\",yo):go.removeListener(yo),mo())}function wo(){return r(this,void 0,void 0,(function(){return i(this,(function(e){switch(e.label){case 0:return[4,uo()];case 1:return[2,e.sent()]}}))}))}var xo=M;e.auto=Co,e.disable=mo,e.enable=po,e.exportGeneratedCSS=wo,e.isEnabled=vo,e.setFetchMethod=xo,Object.defineProperty(e,\"__esModule\",{value:!0})}))},\"9cba\":function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return i}));var r=n(\"c321\"),i={getPrefixCls:function(e,t){return t||\"ant-\"+e},renderEmpty:r[\"a\"]}},\"9d11\":function(e,t,n){var r=n(\"fc5e\"),i=Math.max,o=Math.min;e.exports=function(e,t){return e=r(e),e<0?i(e+t,0):o(e,t)}},\"9e69\":function(e,t,n){var r=n(\"2b3e\"),i=r.Symbol;e.exports=i},\"9e70\":function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r={placeholder:\"請選擇時間\"};t[\"default\"]=r},\"9ed3\":function(e,t,n){\"use strict\";var r=n(\"ae93\").IteratorPrototype,i=n(\"7c73\"),o=n(\"5c6c\"),a=n(\"d44e\"),s=n(\"3f8c\"),c=function(){return this};e.exports=function(e,t,n,l){var u=t+\" Iterator\";return e.prototype=i(r,{next:o(+!l,n)}),a(e,u,!1,!0),s[u]=c,e}},\"9f7f\":function(e,t,n){var r=n(\"d039\"),i=n(\"da84\"),o=i.RegExp,a=r((function(){var e=o(\"a\",\"y\");return e.lastIndex=2,null!=e.exec(\"abcd\")})),s=a||r((function(){return!o(\"a\",\"y\").sticky})),c=a||r((function(){var e=o(\"^r\",\"gy\");return e.lastIndex=2,null!=e.exec(\"str\")}));e.exports={BROKEN_CARET:c,MISSED_STICKY:s,UNSUPPORTED_Y:a}},\"9fa6\":function(e,t,n){\"use strict\";var r=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";function i(){this.message=\"String contains an invalid character\"}function o(e){for(var t,n,o=String(e),a=\"\",s=0,c=r;o.charAt(0|s)||(c=\"=\",s%1);a+=c.charAt(63&t>>8-s%1*8)){if(n=o.charCodeAt(s+=3/4),n>255)throw new i;t=t<<8|n}return a}i.prototype=new Error,i.prototype.code=5,i.prototype.name=\"InvalidCharacterError\",e.exports=o},\"9fbb\":function(e,t,n){var r=n(\"4d88\");e.exports=Object(\"z\").propertyIsEnumerable(0)?Object:function(e){return\"String\"==r(e)?e.split(\"\"):Object(e)}},a029:function(e,t,n){var r=n(\"087d\"),i=n(\"2dcb\"),o=n(\"32f4\"),a=n(\"d327\"),s=Object.getOwnPropertySymbols,c=s?function(e){var t=[];while(e)r(t,o(e)),e=i(e);return t}:a;e.exports=c},a04b:function(e,t,n){var r=n(\"c04e\"),i=n(\"d9b5\");e.exports=function(e){var t=r(e,\"string\");return i(t)?t:t+\"\"}},a0c4:function(e,t){function n(e,t,n,r){var i=-1,o=null==e?0:e.length;while(++i<o){var a=e[i];t(r,a,n(a),e)}return r}e.exports=n},a0de:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t[\"default\"]={items_per_page:\"/ page\",jump_to:\"Go to\",jump_to_confirm:\"confirm\",page:\"\",prev_page:\"Previous Page\",next_page:\"Next Page\",prev_5:\"Previous 5 Pages\",next_5:\"Next 5 Pages\",prev_3:\"Previous 3 Pages\",next_3:\"Next 3 Pages\"}},a15b:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"e330\"),o=n(\"44ad\"),a=n(\"fc6a\"),s=n(\"a640\"),c=i([].join),l=o!=Object,u=s(\"join\",\",\");r({target:\"Array\",proto:!0,forced:l||!u},{join:function(e){return c(a(this),void 0===e?\",\":e)}})},a2be:function(e,t,n){var r=n(\"d612\"),i=n(\"4284\"),o=n(\"c584\"),a=1,s=2;function c(e,t,n,c,l,u){var h=n&a,d=e.length,f=t.length;if(d!=f&&!(h&&f>d))return!1;var p=u.get(e),v=u.get(t);if(p&&v)return p==t&&v==e;var m=-1,g=!0,b=n&s?new r:void 0;u.set(e,t),u.set(t,e);while(++m<d){var y=e[m],C=t[m];if(c)var w=h?c(C,y,m,t,e,u):c(y,C,m,e,t,u);if(void 0!==w){if(w)continue;g=!1;break}if(b){if(!i(t,(function(e,t){if(!o(b,t)&&(y===e||l(y,e,n,c,u)))return b.push(t)}))){g=!1;break}}else if(y!==C&&!l(y,C,n,c,u)){g=!1;break}}return u[\"delete\"](e),u[\"delete\"](t),g}e.exports=c},a2db:function(e,t,n){var r=n(\"9e69\"),i=r?r.prototype:void 0,o=i?i.valueOf:void 0;function a(e){return o?Object(o.call(e)):{}}e.exports=a},a37b:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"a6ec\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]=i[\"default\"]},a38e:function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return o}));var r=n(\"53ca\");n(\"8172\"),n(\"efec\"),n(\"a4d3\"),n(\"e01a\"),n(\"d3b7\"),n(\"d9e2\"),n(\"a9e3\");function i(e,t){if(\"object\"!==Object(r[\"a\"])(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||\"default\");if(\"object\"!==Object(r[\"a\"])(i))return i;throw new TypeError(\"@@toPrimitive must return a primitive value.\")}return(\"string\"===t?String:Number)(e)}function o(e){var t=i(e,\"string\");return\"symbol\"===Object(r[\"a\"])(t)?t:String(t)}},a454:function(e,t,n){var r=n(\"72f0\"),i=n(\"3b4a\"),o=n(\"cd9d\"),a=i?function(e,t){return i(e,\"toString\",{configurable:!0,enumerable:!1,value:r(t),writable:!0})}:o;e.exports=a},a48b:function(e,t,n){var r=n(\"0497\"),i=function(e){var t=/[height|width]$/;return t.test(e)},o=function(e){var t=\"\",n=Object.keys(e);return n.forEach((function(o,a){var s=e[o];o=r(o),i(o)&&\"number\"===typeof s&&(s+=\"px\"),t+=!0===s?o:!1===s?\"not \"+o:\"(\"+o+\": \"+s+\")\",a<n.length-1&&(t+=\" and \")})),t},a=function(e){var t=\"\";return\"string\"===typeof e?e:e instanceof Array?(e.forEach((function(n,r){t+=o(n),r<e.length-1&&(t+=\", \")})),t):o(e)};e.exports=a},a4b4:function(e,t,n){var r=n(\"342f\");e.exports=/web0s(?!.*chrome)/i.test(r)},a4d3:function(e,t,n){n(\"d9f5\"),n(\"b4f8\"),n(\"c513\"),n(\"e9c4\"),n(\"5a47\")},a524:function(e,t,n){var r=n(\"4245\");function i(e){return r(this,e).has(e)}e.exports=i},a5d8:function(e,t,n){},a630:function(e,t,n){var r=n(\"23e7\"),i=n(\"4df4\"),o=n(\"1c7e\"),a=!o((function(e){Array.from(e)}));r({target:\"Array\",stat:!0,forced:a},{from:i})},a640:function(e,t,n){\"use strict\";var r=n(\"d039\");e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){return 1},1)}))}},a6ec:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"41b2\"),i=l(r),o=n(\"2dd8\"),a=l(o),s=n(\"9e70\"),c=l(s);function l(e){return e&&e.__esModule?e:{default:e}}var u={lang:(0,i[\"default\"])({placeholder:\"請選擇日期\",rangePlaceholder:[\"開始日期\",\"結束日期\"]},a[\"default\"]),timePickerLocale:(0,i[\"default\"])({},c[\"default\"])};u.lang.ok=\"確 定\",t[\"default\"]=u},a79d:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"c430\"),o=n(\"d256\"),a=n(\"d039\"),s=n(\"d066\"),c=n(\"1626\"),l=n(\"4840\"),u=n(\"cdf9\"),h=n(\"cb2d\"),d=o&&o.prototype,f=!!o&&a((function(){d[\"finally\"].call({then:function(){}},(function(){}))}));if(r({target:\"Promise\",proto:!0,real:!0,forced:f},{finally:function(e){var t=l(this,s(\"Promise\")),n=c(e);return this.then(n?function(n){return u(t,e()).then((function(){return n}))}:e,n?function(n){return u(t,e()).then((function(){throw n}))}:e)}}),!i&&c(o)){var p=s(\"Promise\").prototype[\"finally\"];d[\"finally\"]!==p&&h(d,\"finally\",p,{unsafe:!0})}},a8fc:function(e,t,n){var r=n(\"badf\"),i=n(\"2c66\");function o(e,t){return e&&e.length?i(e,r(t,2)):[]}e.exports=o},a925:function(e,t,n){\"use strict\";\n/*!\n * vue-i18n v8.28.2 \n * (c) 2022 kazuya kawaguchi\n * Released under the MIT License.\n */var r=[\"compactDisplay\",\"currency\",\"currencyDisplay\",\"currencySign\",\"localeMatcher\",\"notation\",\"numberingSystem\",\"signDisplay\",\"style\",\"unit\",\"unitDisplay\",\"useGrouping\",\"minimumIntegerDigits\",\"minimumFractionDigits\",\"maximumFractionDigits\",\"minimumSignificantDigits\",\"maximumSignificantDigits\"],i=[\"dateStyle\",\"timeStyle\",\"calendar\",\"localeMatcher\",\"hour12\",\"hourCycle\",\"timeZone\",\"formatMatcher\",\"weekday\",\"era\",\"year\",\"month\",\"day\",\"hour\",\"minute\",\"second\",\"timeZoneName\"];function o(e,t){\"undefined\"!==typeof console&&(console.warn(\"[vue-i18n] \"+e),t&&console.warn(t.stack))}function a(e,t){\"undefined\"!==typeof console&&(console.error(\"[vue-i18n] \"+e),t&&console.error(t.stack))}var s=Array.isArray;function c(e){return null!==e&&\"object\"===typeof e}function l(e){return\"boolean\"===typeof e}function u(e){return\"string\"===typeof e}var h=Object.prototype.toString,d=\"[object Object]\";function f(e){return h.call(e)===d}function p(e){return null===e||void 0===e}function v(e){return\"function\"===typeof e}function m(){var e=[],t=arguments.length;while(t--)e[t]=arguments[t];var n=null,r=null;return 1===e.length?c(e[0])||s(e[0])?r=e[0]:\"string\"===typeof e[0]&&(n=e[0]):2===e.length&&(\"string\"===typeof e[0]&&(n=e[0]),(c(e[1])||s(e[1]))&&(r=e[1])),{locale:n,params:r}}function g(e){return JSON.parse(JSON.stringify(e))}function b(e,t){if(e.delete(t))return e}function y(e){var t=[];return e.forEach((function(e){return t.push(e)})),t}function C(e,t){return!!~e.indexOf(t)}var w=Object.prototype.hasOwnProperty;function x(e,t){return w.call(e,t)}function S(e){for(var t=arguments,n=Object(e),r=1;r<arguments.length;r++){var i=t[r];if(void 0!==i&&null!==i){var o=void 0;for(o in i)x(i,o)&&(c(i[o])?n[o]=S(n[o],i[o]):n[o]=i[o])}}return n}function k(e,t){if(e===t)return!0;var n=c(e),r=c(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=s(e),o=s(t);if(i&&o)return e.length===t.length&&e.every((function(e,n){return k(e,t[n])}));if(i||o)return!1;var a=Object.keys(e),l=Object.keys(t);return a.length===l.length&&a.every((function(n){return k(e[n],t[n])}))}catch(u){return!1}}function O(e){return e.replace(/</g,\"&lt;\").replace(/>/g,\"&gt;\").replace(/\"/g,\"&quot;\").replace(/'/g,\"&apos;\")}function M(e){return null!=e&&Object.keys(e).forEach((function(t){\"string\"==typeof e[t]&&(e[t]=O(e[t]))})),e}function z(e){e.prototype.hasOwnProperty(\"$i18n\")||Object.defineProperty(e.prototype,\"$i18n\",{get:function(){return this._i18n}}),e.prototype.$t=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var r=this.$i18n;return r._t.apply(r,[e,r.locale,r._getMessages(),this].concat(t))},e.prototype.$tc=function(e,t){var n=[],r=arguments.length-2;while(r-- >0)n[r]=arguments[r+2];var i=this.$i18n;return i._tc.apply(i,[e,i.locale,i._getMessages(),this,t].concat(n))},e.prototype.$te=function(e,t){var n=this.$i18n;return n._te(e,n.locale,n._getMessages(),t)},e.prototype.$d=function(e){var t,n=[],r=arguments.length-1;while(r-- >0)n[r]=arguments[r+1];return(t=this.$i18n).d.apply(t,[e].concat(n))},e.prototype.$n=function(e){var t,n=[],r=arguments.length-1;while(r-- >0)n[r]=arguments[r+1];return(t=this.$i18n).n.apply(t,[e].concat(n))}}function _(e){function t(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute(\"data-intlify\",this.$options.__INTLIFY_META__)}return void 0===e&&(e=!1),e?{mounted:t}:{beforeCreate:function(){var e=this.$options;if(e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n)if(e.i18n instanceof Me){if(e.__i18nBridge||e.__i18n)try{var t=e.i18n&&e.i18n.messages?e.i18n.messages:{},n=e.__i18nBridge||e.__i18n;n.forEach((function(e){t=S(t,JSON.parse(e))})),Object.keys(t).forEach((function(n){e.i18n.mergeLocaleMessage(n,t[n])}))}catch(c){0}this._i18n=e.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(f(e.i18n)){var r=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Me?this.$root.$i18n:null;if(r&&(e.i18n.root=this.$root,e.i18n.formatter=r.formatter,e.i18n.fallbackLocale=r.fallbackLocale,e.i18n.formatFallbackMessages=r.formatFallbackMessages,e.i18n.silentTranslationWarn=r.silentTranslationWarn,e.i18n.silentFallbackWarn=r.silentFallbackWarn,e.i18n.pluralizationRules=r.pluralizationRules,e.i18n.preserveDirectiveContent=r.preserveDirectiveContent),e.__i18nBridge||e.__i18n)try{var i=e.i18n&&e.i18n.messages?e.i18n.messages:{},o=e.__i18nBridge||e.__i18n;o.forEach((function(e){i=S(i,JSON.parse(e))})),e.i18n.messages=i}catch(c){0}var a=e.i18n,s=a.sharedMessages;s&&f(s)&&(e.i18n.messages=S(e.i18n.messages,s)),this._i18n=new Me(e.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===e.i18n.sync||e.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),r&&r.onComponentInstanceCreated(this._i18n)}else 0;else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Me?this._i18n=this.$root.$i18n:e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof Me&&(this._i18n=e.parent.$i18n)},beforeMount:function(){var e=this.$options;e.i18n=e.i18n||(e.__i18nBridge||e.__i18n?{}:null),e.i18n?(e.i18n instanceof Me||f(e.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Me||e.parent&&e.parent.$i18n&&e.parent.$i18n instanceof Me)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},mounted:t,beforeDestroy:function(){if(this._i18n){var e=this;this.$nextTick((function(){e._subscribing&&(e._i18n.unsubscribeDataChanging(e),delete e._subscribing),e._i18nWatcher&&(e._i18nWatcher(),e._i18n.destroyVM(),delete e._i18nWatcher),e._localeWatcher&&(e._localeWatcher(),delete e._localeWatcher)}))}}}}var T={name:\"i18n\",functional:!0,props:{tag:{type:[String,Boolean,Object],default:\"span\"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(e,t){var n=t.data,r=t.parent,i=t.props,o=t.slots,a=r.$i18n;if(a){var s=i.path,c=i.locale,l=i.places,u=o(),h=a.i(s,c,V(u)||l?j(u.default,l):u),d=i.tag&&!0!==i.tag||!1===i.tag?i.tag:\"span\";return d?e(d,n,h):h}}};function V(e){var t;for(t in e)if(\"default\"!==t)return!1;return Boolean(t)}function j(e,t){var n=t?P(t):{};if(!e)return n;e=e.filter((function(e){return e.tag||\"\"!==e.text.trim()}));var r=e.every(L);return e.reduce(r?E:H,n)}function P(e){return Array.isArray(e)?e.reduce(H,{}):Object.assign({},e)}function E(e,t){return t.data&&t.data.attrs&&t.data.attrs.place&&(e[t.data.attrs.place]=t),e}function H(e,t,n){return e[n]=t,e}function L(e){return Boolean(e.data&&e.data.attrs&&e.data.attrs.place)}var $,A={name:\"i18n-n\",functional:!0,props:{tag:{type:[String,Boolean,Object],default:\"span\"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(e,t){var n=t.props,i=t.parent,o=t.data,a=i.$i18n;if(!a)return null;var s=null,l=null;u(n.format)?s=n.format:c(n.format)&&(n.format.key&&(s=n.format.key),l=Object.keys(n.format).reduce((function(e,t){var i;return C(r,t)?Object.assign({},e,(i={},i[t]=n.format[t],i)):e}),null));var h=n.locale||a.locale,d=a._ntp(n.value,h,s,l),f=d.map((function(e,t){var n,r=o.scopedSlots&&o.scopedSlots[e.type];return r?r((n={},n[e.type]=e.value,n.index=t,n.parts=d,n)):e.value})),p=n.tag&&!0!==n.tag||!1===n.tag?n.tag:\"span\";return p?e(p,{attrs:o.attrs,class:o[\"class\"],staticClass:o.staticClass},f):f}};function F(e,t,n){D(e,n)&&B(e,t,n)}function I(e,t,n,r){if(D(e,n)){var i=n.context.$i18n;N(e,n)&&k(t.value,t.oldValue)&&k(e._localeMessage,i.getLocaleMessage(i.locale))||B(e,t,n)}}function R(e,t,n,r){var i=n.context;if(i){var a=n.context.$i18n||{};t.modifiers.preserve||a.preserveDirectiveContent||(e.textContent=\"\"),e._vt=void 0,delete e[\"_vt\"],e._locale=void 0,delete e[\"_locale\"],e._localeMessage=void 0,delete e[\"_localeMessage\"]}else o(\"Vue instance does not exists in VNode context\")}function D(e,t){var n=t.context;return n?!!n.$i18n||(o(\"VueI18n instance does not exists in Vue instance\"),!1):(o(\"Vue instance does not exists in VNode context\"),!1)}function N(e,t){var n=t.context;return e._locale===n.$i18n.locale}function B(e,t,n){var r,i,a=t.value,s=K(a),c=s.path,l=s.locale,u=s.args,h=s.choice;if(c||l||u)if(c){var d=n.context;e._vt=e.textContent=null!=h?(r=d.$i18n).tc.apply(r,[c,h].concat(W(l,u))):(i=d.$i18n).t.apply(i,[c].concat(W(l,u))),e._locale=d.$i18n.locale,e._localeMessage=d.$i18n.getLocaleMessage(d.$i18n.locale)}else o(\"`path` is required in v-t directive\");else o(\"value type not supported\")}function K(e){var t,n,r,i;return u(e)?t=e:f(e)&&(t=e.path,n=e.locale,r=e.args,i=e.choice),{path:t,locale:n,args:r,choice:i}}function W(e,t){var n=[];return e&&n.push(e),t&&(Array.isArray(t)||f(t))&&n.push(t),n}function U(e,t){void 0===t&&(t={bridge:!1}),U.installed=!0,$=e;$.version&&Number($.version.split(\".\")[0]);z($),$.mixin(_(t.bridge)),$.directive(\"t\",{bind:F,update:I,unbind:R}),$.component(T.name,T),$.component(A.name,A);var n=$.config.optionMergeStrategies;n.i18n=function(e,t){return void 0===t?e:t}}var q=function(){this._caches=Object.create(null)};q.prototype.interpolate=function(e,t){if(!t)return[e];var n=this._caches[e];return n||(n=X(e),this._caches[e]=n),J(n,t)};var Y=/^(?:\\d)+/,G=/^(?:\\w)+/;function X(e){var t=[],n=0,r=\"\";while(n<e.length){var i=e[n++];if(\"{\"===i){r&&t.push({type:\"text\",value:r}),r=\"\";var o=\"\";i=e[n++];while(void 0!==i&&\"}\"!==i)o+=i,i=e[n++];var a=\"}\"===i,s=Y.test(o)?\"list\":a&&G.test(o)?\"named\":\"unknown\";t.push({value:o,type:s})}else\"%\"===i?\"{\"!==e[n]&&(r+=i):r+=i}return r&&t.push({type:\"text\",value:r}),t}function J(e,t){var n=[],r=0,i=Array.isArray(t)?\"list\":c(t)?\"named\":\"unknown\";if(\"unknown\"===i)return n;while(r<e.length){var o=e[r];switch(o.type){case\"text\":n.push(o.value);break;case\"list\":n.push(t[parseInt(o.value,10)]);break;case\"named\":\"named\"===i&&n.push(t[o.value]);break;case\"unknown\":0;break}r++}return n}var Q=0,Z=1,ee=2,te=3,ne=0,re=1,ie=2,oe=3,ae=4,se=5,ce=6,le=7,ue=8,he=[];he[ne]={ws:[ne],ident:[oe,Q],\"[\":[ae],eof:[le]},he[re]={ws:[re],\".\":[ie],\"[\":[ae],eof:[le]},he[ie]={ws:[ie],ident:[oe,Q],0:[oe,Q],number:[oe,Q]},he[oe]={ident:[oe,Q],0:[oe,Q],number:[oe,Q],ws:[re,Z],\".\":[ie,Z],\"[\":[ae,Z],eof:[le,Z]},he[ae]={\"'\":[se,Q],'\"':[ce,Q],\"[\":[ae,ee],\"]\":[re,te],eof:ue,else:[ae,Q]},he[se]={\"'\":[ae,Q],eof:ue,else:[se,Q]},he[ce]={'\"':[ae,Q],eof:ue,else:[ce,Q]};var de=/^\\s?(?:true|false|-?[\\d.]+|'[^']*'|\"[^\"]*\")\\s?$/;function fe(e){return de.test(e)}function pe(e){var t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t!==n||34!==t&&39!==t?e:e.slice(1,-1)}function ve(e){if(void 0===e||null===e)return\"eof\";var t=e.charCodeAt(0);switch(t){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return\"ident\";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return\"ws\"}return\"ident\"}function me(e){var t=e.trim();return(\"0\"!==e.charAt(0)||!isNaN(e))&&(fe(t)?pe(t):\"*\"+t)}function ge(e){var t,n,r,i,o,a,s,c=[],l=-1,u=ne,h=0,d=[];function f(){var t=e[l+1];if(u===se&&\"'\"===t||u===ce&&'\"'===t)return l++,r=\"\\\\\"+t,d[Q](),!0}d[Z]=function(){void 0!==n&&(c.push(n),n=void 0)},d[Q]=function(){void 0===n?n=r:n+=r},d[ee]=function(){d[Q](),h++},d[te]=function(){if(h>0)h--,u=ae,d[Q]();else{if(h=0,void 0===n)return!1;if(n=me(n),!1===n)return!1;d[Z]()}};while(null!==u)if(l++,t=e[l],\"\\\\\"!==t||!f()){if(i=ve(t),s=he[u],o=s[i]||s[\"else\"]||ue,o===ue)return;if(u=o[0],a=d[o[1]],a&&(r=o[2],r=void 0===r?t:r,!1===a()))return;if(u===le)return c}}var be=function(){this._cache=Object.create(null)};be.prototype.parsePath=function(e){var t=this._cache[e];return t||(t=ge(e),t&&(this._cache[e]=t)),t||[]},be.prototype.getPathValue=function(e,t){if(!c(e))return null;var n=this.parsePath(t);if(0===n.length)return null;var r=n.length,i=e,o=0;while(o<r){var a=i[n[o]];if(void 0===a||null===a)return null;i=a,o++}return i};var ye,Ce=/<\\/?[\\w\\s=\"/.':;#-\\/]+>/,we=/(?:@(?:\\.[a-zA-Z]+)?:(?:[\\w\\-_|./]+|\\([\\w\\-_:|./]+\\)))/g,xe=/^@(?:\\.([a-zA-Z]+))?:/,Se=/[()]/g,ke={upper:function(e){return e.toLocaleUpperCase()},lower:function(e){return e.toLocaleLowerCase()},capitalize:function(e){return\"\"+e.charAt(0).toLocaleUpperCase()+e.substr(1)}},Oe=new q,Me=function(e){var t=this;void 0===e&&(e={}),!$&&\"undefined\"!==typeof window&&window.Vue&&U(window.Vue);var n=e.locale||\"en-US\",r=!1!==e.fallbackLocale&&(e.fallbackLocale||\"en-US\"),i=e.messages||{},o=e.dateTimeFormats||e.datetimeFormats||{},a=e.numberFormats||{};this._vm=null,this._formatter=e.formatter||Oe,this._modifiers=e.modifiers||{},this._missing=e.missing||null,this._root=e.root||null,this._sync=void 0===e.sync||!!e.sync,this._fallbackRoot=void 0===e.fallbackRoot||!!e.fallbackRoot,this._fallbackRootWithEmptyString=void 0===e.fallbackRootWithEmptyString||!!e.fallbackRootWithEmptyString,this._formatFallbackMessages=void 0!==e.formatFallbackMessages&&!!e.formatFallbackMessages,this._silentTranslationWarn=void 0!==e.silentTranslationWarn&&e.silentTranslationWarn,this._silentFallbackWarn=void 0!==e.silentFallbackWarn&&!!e.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new be,this._dataListeners=new Set,this._componentInstanceCreatedListener=e.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==e.preserveDirectiveContent&&!!e.preserveDirectiveContent,this.pluralizationRules=e.pluralizationRules||{},this._warnHtmlInMessage=e.warnHtmlInMessage||\"off\",this._postTranslation=e.postTranslation||null,this._escapeParameterHtml=e.escapeParameterHtml||!1,\"__VUE_I18N_BRIDGE__\"in e&&(this.__VUE_I18N_BRIDGE__=e.__VUE_I18N_BRIDGE__),this.getChoiceIndex=function(e,n){var r=Object.getPrototypeOf(t);if(r&&r.getChoiceIndex){var i=r.getChoiceIndex;return i.call(t,e,n)}var o=function(e,t){return e=Math.abs(e),2===t?e?e>1?1:0:1:e?Math.min(e,2):0};return t.locale in t.pluralizationRules?t.pluralizationRules[t.locale].apply(t,[e,n]):o(e,n)},this._exist=function(e,n){return!(!e||!n)&&(!p(t._path.getPathValue(e,n))||!!e[n])},\"warn\"!==this._warnHtmlInMessage&&\"error\"!==this._warnHtmlInMessage||Object.keys(i).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,i[e])})),this._initVM({locale:n,fallbackLocale:r,messages:i,dateTimeFormats:o,numberFormats:a})},ze={vm:{configurable:!0},messages:{configurable:!0},dateTimeFormats:{configurable:!0},numberFormats:{configurable:!0},availableLocales:{configurable:!0},locale:{configurable:!0},fallbackLocale:{configurable:!0},formatFallbackMessages:{configurable:!0},missing:{configurable:!0},formatter:{configurable:!0},silentTranslationWarn:{configurable:!0},silentFallbackWarn:{configurable:!0},preserveDirectiveContent:{configurable:!0},warnHtmlInMessage:{configurable:!0},postTranslation:{configurable:!0},sync:{configurable:!0}};Me.prototype._checkLocaleMessage=function(e,t,n){var r=[],i=function(e,t,n,r){if(f(n))Object.keys(n).forEach((function(o){var a=n[o];f(a)?(r.push(o),r.push(\".\"),i(e,t,a,r),r.pop(),r.pop()):(r.push(o),i(e,t,a,r),r.pop())}));else if(s(n))n.forEach((function(n,o){f(n)?(r.push(\"[\"+o+\"]\"),r.push(\".\"),i(e,t,n,r),r.pop(),r.pop()):(r.push(\"[\"+o+\"]\"),i(e,t,n,r),r.pop())}));else if(u(n)){var c=Ce.test(n);if(c){var l=\"Detected HTML in message '\"+n+\"' of keypath '\"+r.join(\"\")+\"' at '\"+t+\"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp\";\"warn\"===e?o(l):\"error\"===e&&a(l)}}};i(t,e,n,r)},Me.prototype._initVM=function(e){var t=$.config.silent;$.config.silent=!0,this._vm=new $({data:e,__VUE18N__INSTANCE__:!0}),$.config.silent=t},Me.prototype.destroyVM=function(){this._vm.$destroy()},Me.prototype.subscribeDataChanging=function(e){this._dataListeners.add(e)},Me.prototype.unsubscribeDataChanging=function(e){b(this._dataListeners,e)},Me.prototype.watchI18nData=function(){var e=this;return this._vm.$watch(\"$data\",(function(){var t=y(e._dataListeners),n=t.length;while(n--)$.nextTick((function(){t[n]&&t[n].$forceUpdate()}))}),{deep:!0})},Me.prototype.watchLocale=function(e){if(e){if(!this.__VUE_I18N_BRIDGE__)return null;var t=this,n=this._vm;return this.vm.$watch(\"locale\",(function(r){n.$set(n,\"locale\",r),t.__VUE_I18N_BRIDGE__&&e&&(e.locale.value=r),n.$forceUpdate()}),{immediate:!0})}if(!this._sync||!this._root)return null;var r=this._vm;return this._root.$i18n.vm.$watch(\"locale\",(function(e){r.$set(r,\"locale\",e),r.$forceUpdate()}),{immediate:!0})},Me.prototype.onComponentInstanceCreated=function(e){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(e,this)},ze.vm.get=function(){return this._vm},ze.messages.get=function(){return g(this._getMessages())},ze.dateTimeFormats.get=function(){return g(this._getDateTimeFormats())},ze.numberFormats.get=function(){return g(this._getNumberFormats())},ze.availableLocales.get=function(){return Object.keys(this.messages).sort()},ze.locale.get=function(){return this._vm.locale},ze.locale.set=function(e){this._vm.$set(this._vm,\"locale\",e)},ze.fallbackLocale.get=function(){return this._vm.fallbackLocale},ze.fallbackLocale.set=function(e){this._localeChainCache={},this._vm.$set(this._vm,\"fallbackLocale\",e)},ze.formatFallbackMessages.get=function(){return this._formatFallbackMessages},ze.formatFallbackMessages.set=function(e){this._formatFallbackMessages=e},ze.missing.get=function(){return this._missing},ze.missing.set=function(e){this._missing=e},ze.formatter.get=function(){return this._formatter},ze.formatter.set=function(e){this._formatter=e},ze.silentTranslationWarn.get=function(){return this._silentTranslationWarn},ze.silentTranslationWarn.set=function(e){this._silentTranslationWarn=e},ze.silentFallbackWarn.get=function(){return this._silentFallbackWarn},ze.silentFallbackWarn.set=function(e){this._silentFallbackWarn=e},ze.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},ze.preserveDirectiveContent.set=function(e){this._preserveDirectiveContent=e},ze.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},ze.warnHtmlInMessage.set=function(e){var t=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=e,n!==e&&(\"warn\"===e||\"error\"===e)){var r=this._getMessages();Object.keys(r).forEach((function(e){t._checkLocaleMessage(e,t._warnHtmlInMessage,r[e])}))}},ze.postTranslation.get=function(){return this._postTranslation},ze.postTranslation.set=function(e){this._postTranslation=e},ze.sync.get=function(){return this._sync},ze.sync.set=function(e){this._sync=e},Me.prototype._getMessages=function(){return this._vm.messages},Me.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},Me.prototype._getNumberFormats=function(){return this._vm.numberFormats},Me.prototype._warnDefault=function(e,t,n,r,i,o){if(!p(n))return n;if(this._missing){var a=this._missing.apply(null,[e,t,r,i]);if(u(a))return a}else 0;if(this._formatFallbackMessages){var s=m.apply(void 0,i);return this._render(t,o,s.params,t)}return t},Me.prototype._isFallbackRoot=function(e){return(this._fallbackRootWithEmptyString?!e:p(e))&&!p(this._root)&&this._fallbackRoot},Me.prototype._isSilentFallbackWarn=function(e){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(e):this._silentFallbackWarn},Me.prototype._isSilentFallback=function(e,t){return this._isSilentFallbackWarn(t)&&(this._isFallbackRoot()||e!==this.fallbackLocale)},Me.prototype._isSilentTranslationWarn=function(e){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(e):this._silentTranslationWarn},Me.prototype._interpolate=function(e,t,n,r,i,o,a){if(!t)return null;var c,l=this._path.getPathValue(t,n);if(s(l)||f(l))return l;if(p(l)){if(!f(t))return null;if(c=t[n],!u(c)&&!v(c))return null}else{if(!u(l)&&!v(l))return null;c=l}return u(c)&&(c.indexOf(\"@:\")>=0||c.indexOf(\"@.\")>=0)&&(c=this._link(e,t,c,r,\"raw\",o,a)),this._render(c,i,o,n)},Me.prototype._link=function(e,t,n,r,i,o,a){var c=n,l=c.match(we);for(var u in l)if(l.hasOwnProperty(u)){var h=l[u],d=h.match(xe),f=d[0],p=d[1],v=h.replace(f,\"\").replace(Se,\"\");if(C(a,v))return c;a.push(v);var m=this._interpolate(e,t,v,r,\"raw\"===i?\"string\":i,\"raw\"===i?void 0:o,a);if(this._isFallbackRoot(m)){if(!this._root)throw Error(\"unexpected error\");var g=this._root.$i18n;m=g._translate(g._getMessages(),g.locale,g.fallbackLocale,v,r,i,o)}m=this._warnDefault(e,v,m,r,s(o)?o:[o],i),this._modifiers.hasOwnProperty(p)?m=this._modifiers[p](m):ke.hasOwnProperty(p)&&(m=ke[p](m)),a.pop(),c=m?c.replace(h,m):c}return c},Me.prototype._createMessageContext=function(e,t,n,r){var i=this,o=s(e)?e:[],a=c(e)?e:{},l=function(e){return o[e]},u=function(e){return a[e]},h=this._getMessages(),d=this.locale;return{list:l,named:u,values:e,formatter:t,path:n,messages:h,locale:d,linked:function(e){return i._interpolate(d,h[d]||{},e,null,r,void 0,[e])}}},Me.prototype._render=function(e,t,n,r){if(v(e))return e(this._createMessageContext(n,this._formatter||Oe,r,t));var i=this._formatter.interpolate(e,n,r);return i||(i=Oe.interpolate(e,n,r)),\"string\"!==t||u(i)?i:i.join(\"\")},Me.prototype._appendItemToChain=function(e,t,n){var r=!1;return C(e,t)||(r=!0,t&&(r=\"!\"!==t[t.length-1],t=t.replace(/!/g,\"\"),e.push(t),n&&n[t]&&(r=n[t]))),r},Me.prototype._appendLocaleToChain=function(e,t,n){var r,i=t.split(\"-\");do{var o=i.join(\"-\");r=this._appendItemToChain(e,o,n),i.splice(-1,1)}while(i.length&&!0===r);return r},Me.prototype._appendBlockToChain=function(e,t,n){for(var r=!0,i=0;i<t.length&&l(r);i++){var o=t[i];u(o)&&(r=this._appendLocaleToChain(e,o,n))}return r},Me.prototype._getLocaleChain=function(e,t){if(\"\"===e)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[e];if(!n){t||(t=this.fallbackLocale),n=[];var r,i=[e];while(s(i))i=this._appendBlockToChain(n,i,t);r=s(t)?t:c(t)?t[\"default\"]?t[\"default\"]:null:t,i=u(r)?[r]:r,i&&this._appendBlockToChain(n,i,null),this._localeChainCache[e]=n}return n},Me.prototype._translate=function(e,t,n,r,i,o,a){for(var s,c=this._getLocaleChain(t,n),l=0;l<c.length;l++){var u=c[l];if(s=this._interpolate(u,e[u],r,i,o,a,[r]),!p(s))return s}return null},Me.prototype._t=function(e,t,n,r){var i,o=[],a=arguments.length-4;while(a-- >0)o[a]=arguments[a+4];if(!e)return\"\";var s=m.apply(void 0,o);this._escapeParameterHtml&&(s.params=M(s.params));var c=s.locale||t,l=this._translate(n,c,this.fallbackLocale,e,r,\"string\",s.params);if(this._isFallbackRoot(l)){if(!this._root)throw Error(\"unexpected error\");return(i=this._root).$t.apply(i,[e].concat(o))}return l=this._warnDefault(c,e,l,r,o,\"string\"),this._postTranslation&&null!==l&&void 0!==l&&(l=this._postTranslation(l,e)),l},Me.prototype.t=function(e){var t,n=[],r=arguments.length-1;while(r-- >0)n[r]=arguments[r+1];return(t=this)._t.apply(t,[e,this.locale,this._getMessages(),null].concat(n))},Me.prototype._i=function(e,t,n,r,i){var o=this._translate(n,t,this.fallbackLocale,e,r,\"raw\",i);if(this._isFallbackRoot(o)){if(!this._root)throw Error(\"unexpected error\");return this._root.$i18n.i(e,t,i)}return this._warnDefault(t,e,o,r,[i],\"raw\")},Me.prototype.i=function(e,t,n){return e?(u(t)||(t=this.locale),this._i(e,t,this._getMessages(),null,n)):\"\"},Me.prototype._tc=function(e,t,n,r,i){var o,a=[],s=arguments.length-5;while(s-- >0)a[s]=arguments[s+5];if(!e)return\"\";void 0===i&&(i=1);var c={count:i,n:i},l=m.apply(void 0,a);return l.params=Object.assign(c,l.params),a=null===l.locale?[l.params]:[l.locale,l.params],this.fetchChoice((o=this)._t.apply(o,[e,t,n,r].concat(a)),i)},Me.prototype.fetchChoice=function(e,t){if(!e||!u(e))return null;var n=e.split(\"|\");return t=this.getChoiceIndex(t,n.length),n[t]?n[t].trim():e},Me.prototype.tc=function(e,t){var n,r=[],i=arguments.length-2;while(i-- >0)r[i]=arguments[i+2];return(n=this)._tc.apply(n,[e,this.locale,this._getMessages(),null,t].concat(r))},Me.prototype._te=function(e,t,n){var r=[],i=arguments.length-3;while(i-- >0)r[i]=arguments[i+3];var o=m.apply(void 0,r).locale||t;return this._exist(n[o],e)},Me.prototype.te=function(e,t){return this._te(e,this.locale,this._getMessages(),t)},Me.prototype.getLocaleMessage=function(e){return g(this._vm.messages[e]||{})},Me.prototype.setLocaleMessage=function(e,t){\"warn\"!==this._warnHtmlInMessage&&\"error\"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,t)},Me.prototype.mergeLocaleMessage=function(e,t){\"warn\"!==this._warnHtmlInMessage&&\"error\"!==this._warnHtmlInMessage||this._checkLocaleMessage(e,this._warnHtmlInMessage,t),this._vm.$set(this._vm.messages,e,S(\"undefined\"!==typeof this._vm.messages[e]&&Object.keys(this._vm.messages[e]).length?Object.assign({},this._vm.messages[e]):{},t))},Me.prototype.getDateTimeFormat=function(e){return g(this._vm.dateTimeFormats[e]||{})},Me.prototype.setDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,t),this._clearDateTimeFormat(e,t)},Me.prototype.mergeDateTimeFormat=function(e,t){this._vm.$set(this._vm.dateTimeFormats,e,S(this._vm.dateTimeFormats[e]||{},t)),this._clearDateTimeFormat(e,t)},Me.prototype._clearDateTimeFormat=function(e,t){for(var n in t){var r=e+\"__\"+n;this._dateTimeFormatters.hasOwnProperty(r)&&delete this._dateTimeFormatters[r]}},Me.prototype._localizeDateTime=function(e,t,n,r,i,o){for(var a=t,s=r[a],c=this._getLocaleChain(t,n),l=0;l<c.length;l++){var u=c[l];if(s=r[u],a=u,!p(s)&&!p(s[i]))break}if(p(s)||p(s[i]))return null;var h,d=s[i];if(o)h=new Intl.DateTimeFormat(a,Object.assign({},d,o));else{var f=a+\"__\"+i;h=this._dateTimeFormatters[f],h||(h=this._dateTimeFormatters[f]=new Intl.DateTimeFormat(a,d))}return h.format(e)},Me.prototype._d=function(e,t,n,r){if(!n){var i=r?new Intl.DateTimeFormat(t,r):new Intl.DateTimeFormat(t);return i.format(e)}var o=this._localizeDateTime(e,t,this.fallbackLocale,this._getDateTimeFormats(),n,r);if(this._isFallbackRoot(o)){if(!this._root)throw Error(\"unexpected error\");return this._root.$i18n.d(e,n,t)}return o||\"\"},Me.prototype.d=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var r=this.locale,o=null,a=null;return 1===t.length?(u(t[0])?o=t[0]:c(t[0])&&(t[0].locale&&(r=t[0].locale),t[0].key&&(o=t[0].key)),a=Object.keys(t[0]).reduce((function(e,n){var r;return C(i,n)?Object.assign({},e,(r={},r[n]=t[0][n],r)):e}),null)):2===t.length&&(u(t[0])&&(o=t[0]),u(t[1])&&(r=t[1])),this._d(e,r,o,a)},Me.prototype.getNumberFormat=function(e){return g(this._vm.numberFormats[e]||{})},Me.prototype.setNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,t),this._clearNumberFormat(e,t)},Me.prototype.mergeNumberFormat=function(e,t){this._vm.$set(this._vm.numberFormats,e,S(this._vm.numberFormats[e]||{},t)),this._clearNumberFormat(e,t)},Me.prototype._clearNumberFormat=function(e,t){for(var n in t){var r=e+\"__\"+n;this._numberFormatters.hasOwnProperty(r)&&delete this._numberFormatters[r]}},Me.prototype._getNumberFormatter=function(e,t,n,r,i,o){for(var a=t,s=r[a],c=this._getLocaleChain(t,n),l=0;l<c.length;l++){var u=c[l];if(s=r[u],a=u,!p(s)&&!p(s[i]))break}if(p(s)||p(s[i]))return null;var h,d=s[i];if(o)h=new Intl.NumberFormat(a,Object.assign({},d,o));else{var f=a+\"__\"+i;h=this._numberFormatters[f],h||(h=this._numberFormatters[f]=new Intl.NumberFormat(a,d))}return h},Me.prototype._n=function(e,t,n,r){if(!Me.availabilities.numberFormat)return\"\";if(!n){var i=r?new Intl.NumberFormat(t,r):new Intl.NumberFormat(t);return i.format(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,r),a=o&&o.format(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error(\"unexpected error\");return this._root.$i18n.n(e,Object.assign({},{key:n,locale:t},r))}return a||\"\"},Me.prototype.n=function(e){var t=[],n=arguments.length-1;while(n-- >0)t[n]=arguments[n+1];var i=this.locale,o=null,a=null;return 1===t.length?u(t[0])?o=t[0]:c(t[0])&&(t[0].locale&&(i=t[0].locale),t[0].key&&(o=t[0].key),a=Object.keys(t[0]).reduce((function(e,n){var i;return C(r,n)?Object.assign({},e,(i={},i[n]=t[0][n],i)):e}),null)):2===t.length&&(u(t[0])&&(o=t[0]),u(t[1])&&(i=t[1])),this._n(e,i,o,a)},Me.prototype._ntp=function(e,t,n,r){if(!Me.availabilities.numberFormat)return[];if(!n){var i=r?new Intl.NumberFormat(t,r):new Intl.NumberFormat(t);return i.formatToParts(e)}var o=this._getNumberFormatter(e,t,this.fallbackLocale,this._getNumberFormats(),n,r),a=o&&o.formatToParts(e);if(this._isFallbackRoot(a)){if(!this._root)throw Error(\"unexpected error\");return this._root.$i18n._ntp(e,t,n,r)}return a||[]},Object.defineProperties(Me.prototype,ze),Object.defineProperty(Me,\"availabilities\",{get:function(){if(!ye){var e=\"undefined\"!==typeof Intl;ye={dateTimeFormat:e&&\"undefined\"!==typeof Intl.DateTimeFormat,numberFormat:e&&\"undefined\"!==typeof Intl.NumberFormat}}return ye}}),Me.install=U,Me.version=\"8.28.2\",t[\"a\"]=Me},a994:function(e,t,n){var r=n(\"7d1f\"),i=n(\"32f4\"),o=n(\"ec69\");function a(e){return r(e,o,i)}e.exports=a},a9e3:function(e,t,n){\"use strict\";var r=n(\"83ab\"),i=n(\"da84\"),o=n(\"e330\"),a=n(\"94ca\"),s=n(\"cb2d\"),c=n(\"1a2d\"),l=n(\"7156\"),u=n(\"3a9b\"),h=n(\"d9b5\"),d=n(\"c04e\"),f=n(\"d039\"),p=n(\"241c\").f,v=n(\"06cf\").f,m=n(\"9bf2\").f,g=n(\"408a\"),b=n(\"58a8\").trim,y=\"Number\",C=i[y],w=C.prototype,x=i.TypeError,S=o(\"\".slice),k=o(\"\".charCodeAt),O=function(e){var t=d(e,\"number\");return\"bigint\"==typeof t?t:M(t)},M=function(e){var t,n,r,i,o,a,s,c,l=d(e,\"number\");if(h(l))throw x(\"Cannot convert a Symbol value to a number\");if(\"string\"==typeof l&&l.length>2)if(l=b(l),t=k(l,0),43===t||45===t){if(n=k(l,2),88===n||120===n)return NaN}else if(48===t){switch(k(l,1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+l}for(o=S(l,2),a=o.length,s=0;s<a;s++)if(c=k(o,s),c<48||c>i)return NaN;return parseInt(o,r)}return+l};if(a(y,!C(\" 0o1\")||!C(\"0b1\")||C(\"+0x1\"))){for(var z,_=function(e){var t=arguments.length<1?0:C(O(e)),n=this;return u(w,n)&&f((function(){g(n)}))?l(Object(t),n,_):t},T=r?p(C):\"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range\".split(\",\"),V=0;T.length>V;V++)c(C,z=T[V])&&!c(_,z)&&m(_,z,v(C,z));_.prototype=w,w.constructor=_,s(i,y,_,{constructor:!0})}},aaec:function(e,t){var n=\"\\\\ud800-\\\\udfff\",r=\"\\\\u0300-\\\\u036f\",i=\"\\\\ufe20-\\\\ufe2f\",o=\"\\\\u20d0-\\\\u20ff\",a=r+i+o,s=\"\\\\ufe0e\\\\ufe0f\",c=\"\\\\u200d\",l=RegExp(\"[\"+c+n+a+s+\"]\");function u(e){return l.test(e)}e.exports=u},ab13:function(e,t,n){var r=n(\"b622\"),i=r(\"match\");e.exports=function(e){var t=/./;try{\"/./\"[e](t)}catch(n){try{return t[i]=!1,\"/./\"[e](t)}catch(r){}}return!1}},ab36:function(e,t,n){var r=n(\"861d\"),i=n(\"9112\");e.exports=function(e,t){r(t)&&\"cause\"in t&&i(e,\"cause\",t.cause)}},ab81:function(e,t){var n=\"\\\\ud800-\\\\udfff\",r=\"\\\\u0300-\\\\u036f\",i=\"\\\\ufe20-\\\\ufe2f\",o=\"\\\\u20d0-\\\\u20ff\",a=r+i+o,s=\"\\\\ufe0e\\\\ufe0f\",c=\"[\"+n+\"]\",l=\"[\"+a+\"]\",u=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",h=\"(?:\"+l+\"|\"+u+\")\",d=\"[^\"+n+\"]\",f=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",p=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",v=\"\\\\u200d\",m=h+\"?\",g=\"[\"+s+\"]?\",b=\"(?:\"+v+\"(?:\"+[d,f,p].join(\"|\")+\")\"+g+m+\")*\",y=g+m+b,C=\"(?:\"+[d+l+\"?\",l,f,p,c].join(\"|\")+\")\",w=RegExp(u+\"(?=\"+u+\")|\"+C+y,\"g\");function x(e){var t=w.lastIndex=0;while(w.test(e))++t;return t}e.exports=x},ac1f:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"9263\");r({target:\"RegExp\",proto:!0,forced:/./.exec!==i},{exec:i})},ac41:function(e,t){function n(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}e.exports=n},ad6d:function(e,t,n){\"use strict\";var r=n(\"825a\");e.exports=function(){var e=r(this),t=\"\";return e.hasIndices&&(t+=\"d\"),e.global&&(t+=\"g\"),e.ignoreCase&&(t+=\"i\"),e.multiline&&(t+=\"m\"),e.dotAll&&(t+=\"s\"),e.unicode&&(t+=\"u\"),e.unicodeSets&&(t+=\"v\"),e.sticky&&(t+=\"y\"),t}},adf5:function(e,t,n){e.exports={default:n(\"9b21\"),__esModule:!0}},ae93:function(e,t,n){\"use strict\";var r,i,o,a=n(\"d039\"),s=n(\"1626\"),c=n(\"7c73\"),l=n(\"e163\"),u=n(\"cb2d\"),h=n(\"b622\"),d=n(\"c430\"),f=h(\"iterator\"),p=!1;[].keys&&(o=[].keys(),\"next\"in o?(i=l(l(o)),i!==Object.prototype&&(r=i)):p=!0);var v=void 0==r||a((function(){var e={};return r[f].call(e)!==e}));v?r={}:d&&(r=c(r)),s(r[f])||u(r,f,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:p}},aeb0:function(e,t,n){var r=n(\"9bf2\").f;e.exports=function(e,t,n){n in e||r(e,n,{configurable:!0,get:function(){return t[n]},set:function(e){t[n]=e}})}},aed9:function(e,t,n){var r=n(\"83ab\"),i=n(\"d039\");e.exports=r&&i((function(){return 42!=Object.defineProperty((function(){}),\"prototype\",{value:42,writable:!1}).prototype}))},b041:function(e,t,n){\"use strict\";var r=n(\"00ee\"),i=n(\"f5df\");e.exports=r?{}.toString:function(){return\"[object \"+i(this)+\"]\"}},b047:function(e,t,n){var r=n(\"1a8c\"),i=n(\"408c\"),o=n(\"b4b0\"),a=\"Expected a function\",s=Math.max,c=Math.min;function l(e,t,n){var l,u,h,d,f,p,v=0,m=!1,g=!1,b=!0;if(\"function\"!=typeof e)throw new TypeError(a);function y(t){var n=l,r=u;return l=u=void 0,v=t,d=e.apply(r,n),d}function C(e){return v=e,f=setTimeout(S,t),m?y(e):d}function w(e){var n=e-p,r=e-v,i=t-n;return g?c(i,h-r):i}function x(e){var n=e-p,r=e-v;return void 0===p||n>=t||n<0||g&&r>=h}function S(){var e=i();if(x(e))return k(e);f=setTimeout(S,w(e))}function k(e){return f=void 0,b&&l?y(e):(l=u=void 0,d)}function O(){void 0!==f&&clearTimeout(f),v=0,l=p=u=f=void 0}function M(){return void 0===f?d:k(i())}function z(){var e=i(),n=x(e);if(l=arguments,u=this,p=e,n){if(void 0===f)return C(p);if(g)return clearTimeout(f),f=setTimeout(S,t),y(p)}return void 0===f&&(f=setTimeout(S,t)),d}return t=o(t)||0,r(n)&&(m=!!n.leading,g=\"maxWait\"in n,h=g?s(o(n.maxWait)||0,t):h,b=\"trailing\"in n?!!n.trailing:b),z.cancel=O,z.flush=M,z}e.exports=l},b047f:function(e,t){function n(e){return function(t){return e(t)}}e.exports=n},b0a8:function(e,t){var n=9007199254740991,r=Math.floor;function i(e,t){var i=\"\";if(!e||t<1||t>n)return i;do{t%2&&(i+=e),t=r(t/2),t&&(e+=e)}while(t);return i}e.exports=i},b0c0:function(e,t,n){var r=n(\"83ab\"),i=n(\"5e77\").EXISTS,o=n(\"e330\"),a=n(\"9bf2\").f,s=Function.prototype,c=o(s.toString),l=/function\\b(?:\\s|\\/\\*[\\S\\s]*?\\*\\/|\\/\\/[^\\n\\r]*[\\n\\r]+)*([^\\s(/]*)/,u=o(l.exec),h=\"name\";r&&!i&&a(s,h,{configurable:!0,get:function(){try{return u(l,c(this))[1]}catch(e){return\"\"}}})},b1b3:function(e,t,n){var r=n(\"77e9\"),i=n(\"23dd\");e.exports=n(\"5524\").getIterator=function(e){var t=i(e);if(\"function\"!=typeof t)throw TypeError(e+\" is not iterable!\");return r(t.call(e))}},b1e5:function(e,t,n){var r=n(\"a994\"),i=1,o=Object.prototype,a=o.hasOwnProperty;function s(e,t,n,o,s,c){var l=n&i,u=r(e),h=u.length,d=r(t),f=d.length;if(h!=f&&!l)return!1;var p=h;while(p--){var v=u[p];if(!(l?v in t:a.call(t,v)))return!1}var m=c.get(e),g=c.get(t);if(m&&g)return m==t&&g==e;var b=!0;c.set(e,t),c.set(t,e);var y=l;while(++p<h){v=u[p];var C=e[v],w=t[v];if(o)var x=l?o(w,C,v,t,e,c):o(C,w,v,e,t,c);if(!(void 0===x?C===w||s(C,w,n,o,c):x)){b=!1;break}y||(y=\"constructor\"==v)}if(b&&!y){var S=e.constructor,k=t.constructor;S==k||!(\"constructor\"in e)||!(\"constructor\"in t)||\"function\"==typeof S&&S instanceof S&&\"function\"==typeof k&&k instanceof k||(b=!1)}return c[\"delete\"](e),c[\"delete\"](t),b}e.exports=s},b218:function(e,t){var n=9007199254740991;function r(e){return\"number\"==typeof e&&e>-1&&e%1==0&&e<=n}e.exports=r},b24f:function(e,t,n){\"use strict\";t.__esModule=!0;var r=n(\"93ff\"),i=s(r),o=n(\"1727\"),a=s(o);function s(e){return e&&e.__esModule?e:{default:e}}t.default=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var s,c=(0,a.default)(e);!(r=(s=c.next()).done);r=!0)if(n.push(s.value),t&&n.length===t)break}catch(l){i=!0,o=l}finally{try{!r&&c[\"return\"]&&c[\"return\"]()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if((0,i.default)(Object(t)))return e(t,n);throw new TypeError(\"Invalid attempt to destructure non-iterable instance\")}}()},b367:function(e,t,n){var r=n(\"5524\"),i=n(\"ef08\"),o=\"__core-js_shared__\",a=i[o]||(i[o]={});(e.exports=function(e,t){return a[e]||(a[e]=void 0!==t?t:{})})(\"versions\",[]).push({version:r.version,mode:n(\"e444\")?\"pure\":\"global\",copyright:\"© 2020 Denis Pushkarev (zloirock.ru)\"})},b375:function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";return function(e,t){t.prototype.isSameOrBefore=function(e,t){return this.isSame(e,t)||this.isBefore(e,t)}}}))},b42e:function(e,t){var n=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var t=+e;return(t>0?r:n)(t)}},b488:function(e,t,n){\"use strict\";var r=n(\"9b57\"),i=n.n(r),o=n(\"41b2\"),a=n.n(o),s=n(\"daa3\");t[\"a\"]={methods:{setState:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1],n=\"function\"===typeof e?e(this.$data,this.$props):e;if(this.getDerivedStateFromProps){var r=this.getDerivedStateFromProps(Object(s[\"l\"])(this),a()({},this.$data,n));if(null===r)return;n=a()({},n,r||{})}a()(this.$data,n),this.$forceUpdate(),this.$nextTick((function(){t&&t()}))},__emit:function(){var e=[].slice.call(arguments,0),t=e[0],n=this.$listeners[t];if(e.length&&n)if(Array.isArray(n))for(var r=0,o=n.length;r<o;r++)n[r].apply(n,i()(e.slice(1)));else n.apply(void 0,i()(e.slice(1)))}}}},b4a0:function(e,t,n){\"use strict\";var r=n(\"41b2\"),i=n.n(r),o=n(\"f8d5\"),a=n(\"01c2\"),s={lang:i()({placeholder:\"Select date\",rangePlaceholder:[\"Start date\",\"End date\"]},o[\"a\"]),timePickerLocale:i()({},a[\"a\"])};t[\"a\"]=s},b4b0:function(e,t,n){var r=n(\"8d74\"),i=n(\"1a8c\"),o=n(\"ffd6\"),a=NaN,s=/^[-+]0x[0-9a-f]+$/i,c=/^0b[01]+$/i,l=/^0o[0-7]+$/i,u=parseInt;function h(e){if(\"number\"==typeof e)return e;if(o(e))return a;if(i(e)){var t=\"function\"==typeof e.valueOf?e.valueOf():e;e=i(t)?t+\"\":t}if(\"string\"!=typeof e)return 0===e?e:+e;e=r(e);var n=c.test(e);return n||l.test(e)?u(e.slice(2),n?2:8):s.test(e)?a:+e}e.exports=h},b4c0:function(e,t,n){var r=n(\"cb5a\");function i(e){var t=this.__data__,n=r(t,e);return n<0?void 0:t[n][1]}e.exports=i},b4f8:function(e,t,n){var r=n(\"23e7\"),i=n(\"d066\"),o=n(\"1a2d\"),a=n(\"577e\"),s=n(\"5692\"),c=n(\"3d87\"),l=s(\"string-to-symbol-registry\"),u=s(\"symbol-to-string-registry\");r({target:\"Symbol\",stat:!0,forced:!c},{for:function(e){var t=a(e);if(o(l,t))return l[t];var n=i(\"Symbol\")(t);return l[t]=n,u[n]=t,n}})},b50d:function(e,t,n){\"use strict\";var r=n(\"c532\"),i=n(\"467f\"),o=n(\"30b5\"),a=n(\"c345\"),s=n(\"3934\"),c=n(\"2d83\"),l=\"undefined\"!==typeof window&&window.btoa&&window.btoa.bind(window)||n(\"9fa6\");e.exports=function(e){return new Promise((function(t,u){var h=e.data,d=e.headers;r.isFormData(h)&&delete d[\"Content-Type\"];var f=new XMLHttpRequest,p=\"onreadystatechange\",v=!1;if(\"undefined\"===typeof window||!window.XDomainRequest||\"withCredentials\"in f||s(e.url)||(f=new window.XDomainRequest,p=\"onload\",v=!0,f.onprogress=function(){},f.ontimeout=function(){}),e.auth){var m=e.auth.username||\"\",g=e.auth.password||\"\";d.Authorization=\"Basic \"+l(m+\":\"+g)}if(f.open(e.method.toUpperCase(),o(e.url,e.params,e.paramsSerializer),!0),f.timeout=e.timeout,f[p]=function(){if(f&&(4===f.readyState||v)&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf(\"file:\"))){var n=\"getAllResponseHeaders\"in f?a(f.getAllResponseHeaders()):null,r=e.responseType&&\"text\"!==e.responseType?f.response:f.responseText,o={data:r,status:1223===f.status?204:f.status,statusText:1223===f.status?\"No Content\":f.statusText,headers:n,config:e,request:f};i(t,u,o),f=null}},f.onerror=function(){u(c(\"Network Error\",e,null,f)),f=null},f.ontimeout=function(){u(c(\"timeout of \"+e.timeout+\"ms exceeded\",e,\"ECONNABORTED\",f)),f=null},r.isStandardBrowserEnv()){var b=n(\"7aac\"),y=(e.withCredentials||s(e.url))&&e.xsrfCookieName?b.read(e.xsrfCookieName):void 0;y&&(d[e.xsrfHeaderName]=y)}if(\"setRequestHeader\"in f&&r.forEach(d,(function(e,t){\"undefined\"===typeof h&&\"content-type\"===t.toLowerCase()?delete d[t]:f.setRequestHeader(t,e)})),e.withCredentials&&(f.withCredentials=!0),e.responseType)try{f.responseType=e.responseType}catch(C){if(\"json\"!==e.responseType)throw C}\"function\"===typeof e.onDownloadProgress&&f.addEventListener(\"progress\",e.onDownloadProgress),\"function\"===typeof e.onUploadProgress&&f.upload&&f.upload.addEventListener(\"progress\",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){f&&(f.abort(),u(e),f=null)})),void 0===h&&(h=null),f.send(h)}))}},b575:function(e,t,n){var r,i,o,a,s,c,l,u,h=n(\"da84\"),d=n(\"0366\"),f=n(\"06cf\").f,p=n(\"2cf4\").set,v=n(\"1cdc\"),m=n(\"d4c3\"),g=n(\"a4b4\"),b=n(\"605d\"),y=h.MutationObserver||h.WebKitMutationObserver,C=h.document,w=h.process,x=h.Promise,S=f(h,\"queueMicrotask\"),k=S&&S.value;k||(r=function(){var e,t;b&&(e=w.domain)&&e.exit();while(i){t=i.fn,i=i.next;try{t()}catch(n){throw i?a():o=void 0,n}}o=void 0,e&&e.enter()},v||b||g||!y||!C?!m&&x&&x.resolve?(l=x.resolve(void 0),l.constructor=x,u=d(l.then,l),a=function(){u(r)}):b?a=function(){w.nextTick(r)}:(p=d(p,h),a=function(){p(r)}):(s=!0,c=C.createTextNode(\"\"),new y(r).observe(c,{characterData:!0}),a=function(){c.data=s=!s})),e.exports=k||function(e){var t={fn:e,next:void 0};o&&(o.next=t),i||(i=t,a()),o=t}},b5a7:function(e,t,n){var r=n(\"0b07\"),i=n(\"2b3e\"),o=r(i,\"DataView\");e.exports=o},b622:function(e,t,n){var r=n(\"da84\"),i=n(\"5692\"),o=n(\"1a2d\"),a=n(\"90e3\"),s=n(\"4930\"),c=n(\"fdbf\"),l=i(\"wks\"),u=r.Symbol,h=u&&u[\"for\"],d=c?u:u&&u.withoutSetter||a;e.exports=function(e){if(!o(l,e)||!s&&\"string\"!=typeof l[e]){var t=\"Symbol.\"+e;s&&o(u,e)?l[e]=u[e]:l[e]=c&&h?h(t):d(t)}return l[e]}},b636:function(e,t,n){var r=n(\"746f\");r(\"asyncIterator\")},b64b:function(e,t,n){var r=n(\"23e7\"),i=n(\"7b0b\"),o=n(\"df75\"),a=n(\"d039\"),s=a((function(){o(1)}));r({target:\"Object\",stat:!0,forced:s},{keys:function(e){return o(i(e))}})},b655:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t[\"default\"]={today:\"Today\",now:\"Now\",backToToday:\"Back to today\",ok:\"Ok\",clear:\"Clear\",month:\"Month\",year:\"Year\",timeSelect:\"select time\",dateSelect:\"select date\",weekSelect:\"Choose a week\",monthSelect:\"Choose a month\",yearSelect:\"Choose a year\",decadeSelect:\"Choose a decade\",yearFormat:\"YYYY\",dateFormat:\"M/D/YYYY\",dayFormat:\"D\",dateTimeFormat:\"M/D/YYYY HH:mm:ss\",monthBeforeYear:!0,previousMonth:\"Previous month (PageUp)\",nextMonth:\"Next month (PageDown)\",previousYear:\"Last year (Control + left)\",nextYear:\"Next year (Control + right)\",previousDecade:\"Last decade\",nextDecade:\"Next decade\",previousCentury:\"Last century\",nextCentury:\"Next century\"}},b727:function(e,t,n){var r=n(\"0366\"),i=n(\"e330\"),o=n(\"44ad\"),a=n(\"7b0b\"),s=n(\"07fa\"),c=n(\"65f0\"),l=i([].push),u=function(e){var t=1==e,n=2==e,i=3==e,u=4==e,h=6==e,d=7==e,f=5==e||h;return function(p,v,m,g){for(var b,y,C=a(p),w=o(C),x=r(v,m),S=s(w),k=0,O=g||c,M=t?O(p,S):n||d?O(p,0):void 0;S>k;k++)if((f||k in w)&&(b=w[k],y=x(b,k,C),e))if(t)M[k]=y;else if(y)switch(e){case 3:return!0;case 5:return b;case 6:return k;case 2:l(M,b)}else switch(e){case 4:return!1;case 7:l(M,b)}return h?-1:i||u?u:M}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},b760:function(e,t,n){var r=n(\"872a\"),i=n(\"9638\");function o(e,t,n){(void 0!==n&&!i(e[t],n)||void 0===n&&!(t in e))&&r(e,t,n)}e.exports=o},b8ad:function(e,t,n){(function(t,n){e.exports=n()})(0,(function(){\"use strict\";function e(e,t,n){n=n||{},n.childrenKeyName=n.childrenKeyName||\"children\";var r=e||[],i=[],o=0;do{var a=r.filter((function(e){return t(e,o)}))[0];if(!a)break;i.push(a),r=a[n.childrenKeyName]||[],o+=1}while(r.length>0);return i}return e}))},b980:function(e,t,n){var r=n(\"d039\"),i=n(\"5c6c\");e.exports=!r((function(){var e=Error(\"a\");return!(\"stack\"in e)||(Object.defineProperty(e,\"stack\",i(1,7)),7!==e.stack)}))},b9c7:function(e,t,n){n(\"e507\"),e.exports=n(\"5524\").Object.assign},ba01:function(e,t,n){e.exports=n(\"051b\")},ba1d:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r={placeholder:\"Select time\"};t[\"default\"]=r},badf:function(e,t,n){var r=n(\"642a\"),i=n(\"1838\"),o=n(\"cd9d\"),a=n(\"6747\"),s=n(\"f9ce\");function c(e){return\"function\"==typeof e?e:null==e?o:\"object\"==typeof e?a(e)?i(e[0],e[1]):r(e):s(e)}e.exports=c},bbc0:function(e,t,n){var r=n(\"6044\"),i=\"__lodash_hash_undefined__\",o=Object.prototype,a=o.hasOwnProperty;function s(e){var t=this.__data__;if(r){var n=t[e];return n===i?void 0:n}return a.call(t,e)?t[e]:void 0}e.exports=s},bc3a:function(e,t,n){e.exports=n(\"cee4\")},bcdf:function(e,t){function n(){}e.exports=n},bcf7:function(e,t,n){var r=n(\"9020\"),i=n(\"217d\").each;function o(e,t){this.query=e,this.isUnconditional=t,this.handlers=[],this.mql=window.matchMedia(e);var n=this;this.listener=function(e){n.mql=e.currentTarget||e,n.assess()},this.mql.addListener(this.listener)}o.prototype={constuctor:o,addHandler:function(e){var t=new r(e);this.handlers.push(t),this.matches()&&t.on()},removeHandler:function(e){var t=this.handlers;i(t,(function(n,r){if(n.equals(e))return n.destroy(),!t.splice(r,1)}))},matches:function(){return this.mql.matches||this.isUnconditional},clear:function(){i(this.handlers,(function(e){e.destroy()})),this.mql.removeListener(this.listener),this.handlers.length=0},assess:function(){var e=this.matches()?\"on\":\"off\";i(this.handlers,(function(t){t[e]()}))}},e.exports=o},bff7:function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";return function(e,t){var n=t.prototype;n.$g=function(e,t,n){return this.$utils().u(e)?this[t]:this.$set(n,e)},n.set=function(e,t){return this.$set(e,t)};var r=n.startOf;n.startOf=function(e,t){return this.$d=r.bind(this)(e,t).toDate(),this.init(),this};var i=n.add;n.add=function(e,t){return this.$d=i.bind(this)(e,t).toDate(),this.init(),this};var o=n.locale;n.locale=function(e,t){return e?(this.$L=o.bind(this)(e,t).$L,this):this.$L};var a=n.daysInMonth;n.daysInMonth=function(){return a.bind(this.clone())()};var s=n.isSame;n.isSame=function(e,t){return s.bind(this.clone())(e,t)};var c=n.isBefore;n.isBefore=function(e,t){return c.bind(this.clone())(e,t)};var l=n.isAfter;n.isAfter=function(e,t){return l.bind(this.clone())(e,t)}}}))},c005:function(e,t,n){var r=n(\"2686\"),i=n(\"b047f\"),o=n(\"99d3\"),a=o&&o.isRegExp,s=a?i(a):r;e.exports=s},c04e:function(e,t,n){var r=n(\"c65b\"),i=n(\"861d\"),o=n(\"d9b5\"),a=n(\"dc4a\"),s=n(\"485a\"),c=n(\"b622\"),l=TypeError,u=c(\"toPrimitive\");e.exports=function(e,t){if(!i(e)||o(e))return e;var n,c=a(e,u);if(c){if(void 0===t&&(t=\"default\"),n=r(c,e,t),!i(n)||o(n))return n;throw l(\"Can't convert object to primitive value\")}return void 0===t&&(t=\"number\"),s(e,t)}},c05f:function(e,t,n){var r=n(\"7b97\"),i=n(\"1310\");function o(e,t,n,a,s){return e===t||(null==e||null==t||!i(e)&&!i(t)?e!==e&&t!==t:r(e,t,n,a,o,s))}e.exports=o},c098:function(e,t){var n=9007199254740991,r=/^(?:0|[1-9]\\d*)$/;function i(e,t){var i=typeof e;return t=null==t?n:t,!!t&&(\"number\"==i||\"symbol\"!=i&&r.test(e))&&e>-1&&e%1==0&&e<t}e.exports=i},c16e:function(e,t,n){(function(t){(function(t,n){e.exports=n()})(0,(function(){\"use strict\";function e(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,\"value\"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function r(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}var i={},o=function(){function t(){e(this,t),Object.defineProperty(this,\"length\",{get:function(){return Object.keys(i).length}})}return r(t,[{key:\"getItem\",value:function(e){return e in i?i[e]:null}},{key:\"setItem\",value:function(e,t){return i[e]=t,!0}},{key:\"removeItem\",value:function(e){var t=e in i;return!!t&&delete i[e]}},{key:\"clear\",value:function(){return i={},!0}},{key:\"key\",value:function(e){var t=Object.keys(i);return\"undefined\"!==typeof t[e]?t[e]:null}}]),t}(),a=new o,s={},c=function(){function t(){e(this,t)}return r(t,null,[{key:\"on\",value:function(e,t){\"undefined\"===typeof s[e]&&(s[e]=[]),s[e].push(t)}},{key:\"off\",value:function(e,t){s[e].length?s[e].splice(s[e].indexOf(t),1):s[e]=[]}},{key:\"emit\",value:function(e){var t=e||window.event,n=function(e){try{return JSON.parse(e).value}catch(t){return e}},r=function(e){var r=n(t.newValue),i=n(t.oldValue);e(r,i,t.url||t.uri)};if(\"undefined\"!==typeof t&&\"undefined\"!==typeof t.key){var i=s[t.key];\"undefined\"!==typeof i&&i.forEach(r)}}}]),t}(),l=function(){function t(n){if(e(this,t),this.storage=n,this.options={namespace:\"\",events:[\"storage\"]},Object.defineProperty(this,\"length\",{get:function(){return this.storage.length}}),\"undefined\"!==typeof window)for(var r in this.options.events)window.addEventListener?window.addEventListener(this.options.events[r],c.emit,!1):window.attachEvent?window.attachEvent(\"on\".concat(this.options.events[r]),c.emit):window[\"on\".concat(this.options.events[r])]=c.emit}return r(t,[{key:\"setOptions\",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.options=Object.assign(this.options,e)}},{key:\"set\",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=JSON.stringify({value:t,expire:null!==n?(new Date).getTime()+n:null});this.storage.setItem(this.options.namespace+e,r)}},{key:\"get\",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=this.storage.getItem(this.options.namespace+e);if(null!==n)try{var r=JSON.parse(n);if(null===r.expire)return r.value;if(r.expire>=(new Date).getTime())return r.value;this.remove(e)}catch(i){return t}return t}},{key:\"key\",value:function(e){return this.storage.key(e)}},{key:\"remove\",value:function(e){return this.storage.removeItem(this.options.namespace+e)}},{key:\"clear\",value:function(){if(0!==this.length){for(var e=[],t=0;t<this.length;t++){var n=this.storage.key(t),r=new RegExp(\"^\".concat(this.options.namespace,\".+\"),\"i\");!1!==r.test(n)&&e.push(n)}for(var i in e)this.storage.removeItem(e[i])}}},{key:\"on\",value:function(e,t){c.on(this.options.namespace+e,t)}},{key:\"off\",value:function(e,t){c.off(this.options.namespace+e,t)}}]),t}(),u=\"undefined\"!==typeof window?window:t||{},h={install:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Object.assign({},t,{storage:t.storage||\"local\",name:t.name||\"ls\"});if(n.storage&&-1===[\"memory\",\"local\",\"session\"].indexOf(n.storage))throw new Error('Vue-ls: Storage \"'.concat(n.storage,'\" is not supported'));var r=null;switch(n.storage){case\"local\":r=\"localStorage\"in u?u.localStorage:null;break;case\"session\":r=\"sessionStorage\"in u?u.sessionStorage:null;break;case\"memory\":r=a;break}r||(r=a,console.error('Vue-ls: Storage \"'.concat(n.storage,'\" is not supported your system, use memory storage')));var i=new l(r);i.setOptions(Object.assign(i.options,{namespace:\"\"},n||{})),e[n.name]=i,Object.defineProperty(e.prototype,\"$\".concat(n.name),{get:function(){return i}})}};return u.VueStorage=h,h}))}).call(this,n(\"c8ba\"))},c183:function(e,t,n){var r=n(\"512c\");r(r.S+r.F*!n(\"0bad\"),\"Object\",{defineProperty:n(\"1a14\").f})},c195:function(e,t,n){var r=n(\"bcf7\"),i=n(\"217d\"),o=i.each,a=i.isFunction,s=i.isArray;function c(){if(!window.matchMedia)throw new Error(\"matchMedia not present, legacy browsers require a polyfill\");this.queries={},this.browserIsIncapable=!window.matchMedia(\"only all\").matches}c.prototype={constructor:c,register:function(e,t,n){var i=this.queries,c=n&&this.browserIsIncapable;return i[e]||(i[e]=new r(e,c)),a(t)&&(t={match:t}),s(t)||(t=[t]),o(t,(function(t){a(t)&&(t={match:t}),i[e].addHandler(t)})),this},unregister:function(e,t){var n=this.queries[e];return n&&(t?n.removeHandler(t):(n.clear(),delete this.queries[e])),this}},e.exports=c},c1c9:function(e,t,n){var r=n(\"a454\"),i=n(\"f3c1\"),o=i(r);e.exports=o},c2b3:function(e,t,n){\"use strict\";function r(e,t){if(e===t)return!0;if(!e||!t)return!1;var n=e.length;if(t.length!==n)return!1;for(var r=0;r<n;r++)if(e[r]!==t[r])return!1;return!0}e.exports=r},c2b6:function(e,t,n){var r=n(\"f8af\"),i=n(\"5d89\"),o=n(\"6f6c\"),a=n(\"a2db\"),s=n(\"c8fe\"),c=\"[object Boolean]\",l=\"[object Date]\",u=\"[object Map]\",h=\"[object Number]\",d=\"[object RegExp]\",f=\"[object Set]\",p=\"[object String]\",v=\"[object Symbol]\",m=\"[object ArrayBuffer]\",g=\"[object DataView]\",b=\"[object Float32Array]\",y=\"[object Float64Array]\",C=\"[object Int8Array]\",w=\"[object Int16Array]\",x=\"[object Int32Array]\",S=\"[object Uint8Array]\",k=\"[object Uint8ClampedArray]\",O=\"[object Uint16Array]\",M=\"[object Uint32Array]\";function z(e,t,n){var z=e.constructor;switch(t){case m:return r(e);case c:case l:return new z(+e);case g:return i(e,n);case b:case y:case C:case w:case x:case S:case k:case O:case M:return s(e,n);case u:return new z;case h:case p:return new z(e);case d:return o(e);case f:return new z;case v:return a(e)}}e.exports=z},c321:function(e,t,n){\"use strict\";var r=n(\"4d91\"),i=n(\"fc25\"),o=n(\"9cba\"),a={functional:!0,inject:{configProvider:{default:function(){return o[\"a\"]}}},props:{componentName:r[\"a\"].string},render:function(e,t){var n=arguments[0],r=t.props,o=t.injections;function a(e){var t=o.configProvider.getPrefixCls,r=t(\"empty\");switch(e){case\"Table\":case\"List\":return n(i[\"a\"],{attrs:{image:i[\"a\"].PRESENTED_IMAGE_SIMPLE}});case\"Select\":case\"TreeSelect\":case\"Cascader\":case\"Transfer\":case\"Mentions\":return n(i[\"a\"],{attrs:{image:i[\"a\"].PRESENTED_IMAGE_SIMPLE},class:r+\"-small\"});default:return n(i[\"a\"])}}return a(r.componentName)}};function s(e,t){return e(a,{attrs:{componentName:t}})}t[\"a\"]=s},c32f:function(e,t,n){var r=n(\"2b10\");function i(e,t,n){var i=e.length;return n=void 0===n?i:n,!t&&n>=i?e:r(e,t,n)}e.exports=i},c345:function(e,t,n){\"use strict\";var r=n(\"c532\"),i=[\"age\",\"authorization\",\"content-length\",\"content-type\",\"etag\",\"expires\",\"from\",\"host\",\"if-modified-since\",\"if-unmodified-since\",\"last-modified\",\"location\",\"max-forwards\",\"proxy-authorization\",\"referer\",\"retry-after\",\"user-agent\"];e.exports=function(e){var t,n,o,a={};return e?(r.forEach(e.split(\"\\n\"),(function(e){if(o=e.indexOf(\":\"),t=r.trim(e.substr(0,o)).toLowerCase(),n=r.trim(e.substr(o+1)),t){if(a[t]&&i.indexOf(t)>=0)return;a[t]=\"set-cookie\"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+\", \"+n:n}})),a):a}},c3b9:function(e,t,n){\"use strict\";n.r(t);var r=n(\"41b2\"),i=n.n(r),o=n(\"a48b\"),a=n.n(o),s=n(\"2b0e\"),c=n(\"46cf\"),l=n.n(c),u=n(\"b488\"),h=n(\"7b05\"),d=n(\"daa3\"),f=n(\"1098\"),p=n.n(f),v=n(\"8e8e\"),m=n.n(v),g=n(\"b047\"),b=n.n(g),y=n(\"4d26\"),C=n.n(y),w=n(\"4d91\"),x={accessibility:w[\"a\"].bool.def(!0),adaptiveHeight:w[\"a\"].bool.def(!1),afterChange:w[\"a\"].any.def(null),arrows:w[\"a\"].bool.def(!0),autoplay:w[\"a\"].bool.def(!1),autoplaySpeed:w[\"a\"].number.def(3e3),beforeChange:w[\"a\"].any.def(null),centerMode:w[\"a\"].bool.def(!1),centerPadding:w[\"a\"].string.def(\"50px\"),cssEase:w[\"a\"].string.def(\"ease\"),dots:w[\"a\"].bool.def(!1),dotsClass:w[\"a\"].string.def(\"slick-dots\"),draggable:w[\"a\"].bool.def(!0),unslick:w[\"a\"].bool.def(!1),easing:w[\"a\"].string.def(\"linear\"),edgeFriction:w[\"a\"].number.def(.35),fade:w[\"a\"].bool.def(!1),focusOnSelect:w[\"a\"].bool.def(!1),infinite:w[\"a\"].bool.def(!0),initialSlide:w[\"a\"].number.def(0),lazyLoad:w[\"a\"].any.def(null),verticalSwiping:w[\"a\"].bool.def(!1),asNavFor:w[\"a\"].any.def(null),pauseOnDotsHover:w[\"a\"].bool.def(!1),pauseOnFocus:w[\"a\"].bool.def(!1),pauseOnHover:w[\"a\"].bool.def(!0),responsive:w[\"a\"].array,rows:w[\"a\"].number.def(1),rtl:w[\"a\"].bool.def(!1),slide:w[\"a\"].string.def(\"div\"),slidesPerRow:w[\"a\"].number.def(1),slidesToScroll:w[\"a\"].number.def(1),slidesToShow:w[\"a\"].number.def(1),speed:w[\"a\"].number.def(500),swipe:w[\"a\"].bool.def(!0),swipeEvent:w[\"a\"].any.def(null),swipeToSlide:w[\"a\"].bool.def(!1),touchMove:w[\"a\"].bool.def(!0),touchThreshold:w[\"a\"].number.def(5),useCSS:w[\"a\"].bool.def(!0),useTransform:w[\"a\"].bool.def(!0),variableWidth:w[\"a\"].bool.def(!1),vertical:w[\"a\"].bool.def(!1),waitForAnimate:w[\"a\"].bool.def(!0),children:w[\"a\"].array,__propsSymbol__:w[\"a\"].any},S=x,k={animating:!1,autoplaying:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,dragging:!1,edgeDragged:!1,initialized:!1,lazyLoadedList:[],listHeight:null,listWidth:null,scrolling:!1,slideCount:null,slideHeight:null,slideWidth:null,swipeLeft:null,swiped:!1,swiping:!1,touchObject:{startX:0,startY:0,curX:0,curY:0},trackStyle:{},trackWidth:0},O=k,M=function(e){for(var t=[],n=z(e),r=_(e),i=n;i<r;i++)e.lazyLoadedList.indexOf(i)<0&&t.push(i);return t},z=function(e){return e.currentSlide-T(e)},_=function(e){return e.currentSlide+V(e)},T=function(e){return e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0},V=function(e){return e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow},j=function(e){return e&&e.offsetWidth||0},P=function(e){return e&&e.offsetHeight||0},E=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=void 0,r=e.startX-e.curX,i=e.startY-e.curY,o=Math.atan2(i,r);return n=Math.round(180*o/Math.PI),n<0&&(n=360-Math.abs(n)),n<=45&&n>=0||n<=360&&n>=315?\"left\":n>=135&&n<=225?\"right\":!0===t?n>=35&&n<=135?\"up\":\"down\":\"vertical\"},H=function(e){var t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t},L=function(e,t){var n={};return t.forEach((function(t){return n[t]=e[t]})),n},$=function(e){var t=e.children.length,n=Math.ceil(j(e.listRef)),r=Math.ceil(j(e.trackRef)),i=void 0;if(e.vertical)i=n;else{var o=e.centerMode&&2*parseInt(e.centerPadding);\"string\"===typeof e.centerPadding&&\"%\"===e.centerPadding.slice(-1)&&(o*=n/100),i=Math.ceil((n-o)/e.slidesToShow)}var a=e.listRef&&P(e.listRef.querySelector('[data-index=\"0\"]')),s=a*e.slidesToShow,c=void 0===e.currentSlide?e.initialSlide:e.currentSlide;e.rtl&&void 0===e.currentSlide&&(c=t-1-e.initialSlide);var l=e.lazyLoadedList||[],u=M({currentSlide:c,lazyLoadedList:l},e);l.concat(u);var h={slideCount:t,slideWidth:i,listWidth:n,trackWidth:r,currentSlide:c,slideHeight:a,listHeight:s,lazyLoadedList:l};return null===e.autoplaying&&e.autoplay&&(h[\"autoplaying\"]=\"playing\"),h},A=function(e){var t=e.waitForAnimate,n=e.animating,r=e.fade,o=e.infinite,a=e.index,s=e.slideCount,c=e.lazyLoadedList,l=e.lazyLoad,u=e.currentSlide,h=e.centerMode,d=e.slidesToScroll,f=e.slidesToShow,p=e.useCSS;if(t&&n)return{};var v=a,m=void 0,g=void 0,b=void 0,y={},C={};if(r){if(!o&&(a<0||a>=s))return{};a<0?v=a+s:a>=s&&(v=a-s),l&&c.indexOf(v)<0&&c.push(v),y={animating:!0,currentSlide:v,lazyLoadedList:c},C={animating:!1}}else m=v,v<0?(m=v+s,o?s%d!==0&&(m=s-s%d):m=0):!H(e)&&v>u?v=m=u:h&&v>=s?(v=o?s:s-1,m=o?0:s-1):v>=s&&(m=v-s,o?s%d!==0&&(m=0):m=s-f),g=G(i()({},e,{slideIndex:v})),b=G(i()({},e,{slideIndex:m})),o||(g===b&&(v=m),g=b),l&&c.concat(M(i()({},e,{currentSlide:v}))),p?(y={animating:!0,currentSlide:m,trackStyle:Y(i()({},e,{left:g})),lazyLoadedList:c},C={animating:!1,currentSlide:m,trackStyle:q(i()({},e,{left:b})),swipeLeft:null}):y={currentSlide:m,trackStyle:q(i()({},e,{left:b})),lazyLoadedList:c};return{state:y,nextState:C}},F=function(e,t){var n=void 0,r=void 0,o=void 0,a=e.slidesToScroll,s=e.slidesToShow,c=e.slideCount,l=e.currentSlide,u=e.lazyLoad,h=e.infinite,d=c%a!==0,f=d?0:(c-l)%a;if(\"previous\"===t.message)r=0===f?a:s-f,o=l-r,u&&!h&&(n=l-r,o=-1===n?c-1:n);else if(\"next\"===t.message)r=0===f?a:f,o=l+r,u&&!h&&(o=(l+a)%c+f);else if(\"dots\"===t.message){if(o=t.index*t.slidesToScroll,o===t.currentSlide)return null}else if(\"children\"===t.message){if(o=t.index,o===t.currentSlide)return null;if(h){var p=Z(i()({},e,{targetSlide:o}));o>t.currentSlide&&\"left\"===p?o-=c:o<t.currentSlide&&\"right\"===p&&(o+=c)}}else if(\"index\"===t.message&&(o=Number(t.index),o===t.currentSlide))return null;return o},I=function(e,t,n){return e.target.tagName.match(\"TEXTAREA|INPUT|SELECT\")||!t?\"\":37===e.keyCode?n?\"next\":\"previous\":39===e.keyCode?n?\"previous\":\"next\":\"\"},R=function(e,t,n){return\"IMG\"===e.target.tagName&&e.preventDefault(),!t||!n&&-1!==e.type.indexOf(\"mouse\")?\"\":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}},D=function(e,t){var n=t.scrolling,r=t.animating,o=t.vertical,a=t.swipeToSlide,s=t.verticalSwiping,c=t.rtl,l=t.currentSlide,u=t.edgeFriction,h=t.edgeDragged,d=t.onEdge,f=t.swiped,p=t.swiping,v=t.slideCount,m=t.slidesToScroll,g=t.infinite,b=t.touchObject,y=t.swipeEvent,C=t.listHeight,w=t.listWidth;if(!n){if(r)return e.preventDefault();o&&a&&s&&e.preventDefault();var x=void 0,S={},k=G(t);b.curX=e.touches?e.touches[0].pageX:e.clientX,b.curY=e.touches?e.touches[0].pageY:e.clientY,b.swipeLength=Math.round(Math.sqrt(Math.pow(b.curX-b.startX,2)));var O=Math.round(Math.sqrt(Math.pow(b.curY-b.startY,2)));if(!s&&!p&&O>10)return{scrolling:!0};s&&(b.swipeLength=O);var M=(c?-1:1)*(b.curX>b.startX?1:-1);s&&(M=b.curY>b.startY?1:-1);var z=Math.ceil(v/m),_=E(t.touchObject,s),T=b.swipeLength;return g||(0===l&&\"right\"===_||l+1>=z&&\"left\"===_||!H(t)&&\"left\"===_)&&(T=b.swipeLength*u,!1===h&&d&&(d(_),S[\"edgeDragged\"]=!0)),!f&&y&&(y(_),S[\"swiped\"]=!0),x=o?k+T*(C/w)*M:c?k-T*M:k+T*M,s&&(x=k+T*M),S=i()({},S,{touchObject:b,swipeLeft:x,trackStyle:q(i()({},t,{left:x}))}),Math.abs(b.curX-b.startX)<.8*Math.abs(b.curY-b.startY)?S:(b.swipeLength>10&&(S[\"swiping\"]=!0,e.preventDefault()),S)}},N=function(e,t){var n=t.dragging,r=t.swipe,o=t.touchObject,a=t.listWidth,s=t.touchThreshold,c=t.verticalSwiping,l=t.listHeight,u=t.currentSlide,h=t.swipeToSlide,d=t.scrolling,f=t.onSwipe;if(!n)return r&&e.preventDefault(),{};var p=c?l/s:a/s,v=E(o,c),m={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(d)return m;if(!o.swipeLength)return m;if(o.swipeLength>p){e.preventDefault(),f&&f(v);var g=void 0,b=void 0;switch(v){case\"left\":case\"up\":b=u+W(t),g=h?K(t,b):b,m[\"currentDirection\"]=0;break;case\"right\":case\"down\":b=u-W(t),g=h?K(t,b):b,m[\"currentDirection\"]=1;break;default:g=u}m[\"triggerSlideHandler\"]=g}else{var y=G(t);m[\"trackStyle\"]=Y(i()({},t,{left:y}))}return m},B=function(e){var t=e.infinite?2*e.slideCount:e.slideCount,n=e.infinite?-1*e.slidesToShow:0,r=e.infinite?-1*e.slidesToShow:0,i=[];while(n<t)i.push(n),n=r+e.slidesToScroll,r+=Math.min(e.slidesToScroll,e.slidesToShow);return i},K=function(e,t){var n=B(e),r=0;if(t>n[n.length-1])t=n[n.length-1];else for(var i in n){if(t<n[i]){t=r;break}r=n[i]}return t},W=function(e){var t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){var n=void 0,r=e.listRef,i=r.querySelectorAll(\".slick-slide\");if(Array.from(i).every((function(r){if(e.vertical){if(r.offsetTop+P(r)/2>-1*e.swipeLeft)return n=r,!1}else if(r.offsetLeft-t+j(r)/2>-1*e.swipeLeft)return n=r,!1;return!0})),!n)return 0;var o=!0===e.rtl?e.slideCount-e.currentSlide:e.currentSlide,a=Math.abs(n.dataset.index-o)||1;return a}return e.slidesToScroll},U=function(e,t){return t.reduce((function(t,n){return t&&e.hasOwnProperty(n)}),!0)?null:console.error(\"Keys Missing:\",e)},q=function(e){U(e,[\"left\",\"variableWidth\",\"slideCount\",\"slidesToShow\",\"slideWidth\"]);var t=void 0,n=void 0,r=e.slideCount+2*e.slidesToShow;e.vertical?n=r*e.slideHeight:t=Q(e)*e.slideWidth;var o={opacity:1,transition:\"\",WebkitTransition:\"\"};if(e.useTransform){var a=e.vertical?\"translate3d(0px, \"+e.left+\"px, 0px)\":\"translate3d(\"+e.left+\"px, 0px, 0px)\",s=e.vertical?\"translate3d(0px, \"+e.left+\"px, 0px)\":\"translate3d(\"+e.left+\"px, 0px, 0px)\",c=e.vertical?\"translateY(\"+e.left+\"px)\":\"translateX(\"+e.left+\"px)\";o=i()({},o,{WebkitTransform:a,transform:s,msTransform:c})}else e.vertical?o[\"top\"]=e.left:o[\"left\"]=e.left;return e.fade&&(o={opacity:1}),t&&(o.width=t+\"px\"),n&&(o.height=n+\"px\"),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?o.marginTop=e.left+\"px\":o.marginLeft=e.left+\"px\"),o},Y=function(e){U(e,[\"left\",\"variableWidth\",\"slideCount\",\"slidesToShow\",\"slideWidth\",\"speed\",\"cssEase\"]);var t=q(e);return e.useTransform?(t.WebkitTransition=\"-webkit-transform \"+e.speed+\"ms \"+e.cssEase,t.transition=\"transform \"+e.speed+\"ms \"+e.cssEase):e.vertical?t.transition=\"top \"+e.speed+\"ms \"+e.cssEase:t.transition=\"left \"+e.speed+\"ms \"+e.cssEase,t},G=function(e){if(e.unslick)return 0;U(e,[\"slideIndex\",\"trackRef\",\"infinite\",\"centerMode\",\"slideCount\",\"slidesToShow\",\"slidesToScroll\",\"slideWidth\",\"listWidth\",\"variableWidth\",\"slideHeight\"]);var t=e.slideIndex,n=e.trackRef,r=e.infinite,i=e.centerMode,o=e.slideCount,a=e.slidesToShow,s=e.slidesToScroll,c=e.slideWidth,l=e.listWidth,u=e.variableWidth,h=e.slideHeight,d=e.fade,f=e.vertical,p=0,v=void 0,m=void 0,g=0;if(d||1===e.slideCount)return 0;var b=0;if(r?(b=-X(e),o%s!==0&&t+s>o&&(b=-(t>o?a-(t-o):o%s)),i&&(b+=parseInt(a/2))):(o%s!==0&&t+s>o&&(b=a-o%s),i&&(b=parseInt(a/2))),p=b*c,g=b*h,v=f?t*h*-1+g:t*c*-1+p,!0===u){var y=void 0,C=n;if(y=t+X(e),m=C&&C.childNodes[y],v=m?-1*m.offsetLeft:0,!0===i){y=r?t+X(e):t,m=C&&C.children[y],v=0;for(var w=0;w<y;w++)v-=C&&C.children[w]&&C.children[w].offsetWidth;v-=parseInt(e.centerPadding),v+=m&&(l-m.offsetWidth)/2}}return v},X=function(e){return e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0)},J=function(e){return e.unslick||!e.infinite?0:e.slideCount},Q=function(e){return 1===e.slideCount?1:X(e)+e.slideCount+J(e)},Z=function(e){return e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+ee(e)?\"left\":\"right\":e.targetSlide<e.currentSlide-te(e)?\"right\":\"left\"},ee=function(e){var t=e.slidesToShow,n=e.centerMode,r=e.rtl,i=e.centerPadding;if(n){var o=(t-1)/2+1;return parseInt(i)>0&&(o+=1),r&&t%2===0&&(o+=1),o}return r?0:t-1},te=function(e){var t=e.slidesToShow,n=e.centerMode,r=e.rtl,i=e.centerPadding;if(n){var o=(t-1)/2+1;return parseInt(i)>0&&(o+=1),r||t%2!==0||(o+=1),o}return r?t-1:0},ne=function(){return!(\"undefined\"===typeof window||!window.document||!window.document.createElement)},re=function(e){var t=void 0,n=void 0,r=void 0,i=void 0;i=e.rtl?e.slideCount-1-e.index:e.index;var o=i<0||i>=e.slideCount;e.centerMode?(r=Math.floor(e.slidesToShow/2),n=(i-e.currentSlide)%e.slideCount===0,i>e.currentSlide-r-1&&i<=e.currentSlide+r&&(t=!0)):t=e.currentSlide<=i&&i<e.currentSlide+e.slidesToShow;var a=i===e.currentSlide;return{\"slick-slide\":!0,\"slick-active\":t,\"slick-center\":n,\"slick-cloned\":o,\"slick-current\":a}},ie=function(e){var t={};return void 0!==e.variableWidth&&!1!==e.variableWidth||(t.width=e.slideWidth+(\"number\"===typeof e.slideWidth?\"px\":\"\")),e.fade&&(t.position=\"relative\",e.vertical?t.top=-e.index*parseInt(e.slideHeight)+\"px\":t.left=-e.index*parseInt(e.slideWidth)+\"px\",t.opacity=e.currentSlide===e.index?1:0,t.transition=\"opacity \"+e.speed+\"ms \"+e.cssEase+\", visibility \"+e.speed+\"ms \"+e.cssEase,t.WebkitTransition=\"opacity \"+e.speed+\"ms \"+e.cssEase+\", visibility \"+e.speed+\"ms \"+e.cssEase),t},oe=function(e,t){return e.key||0===e.key&&\"0\"||t},ae=function(e,t,n){var r=void 0,o=[],a=[],s=[],c=t.length,l=z(e),u=_(e);return t.forEach((function(t,f){var p=void 0,v={message:\"children\",index:f,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};p=!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(f)>=0?t:n(\"div\");var m=ie(i()({},e,{index:f})),g=Object(d[\"f\"])(p.context)||\"\",b=re(i()({},e,{index:f}));if(o.push(Object(h[\"a\"])(p,{key:\"original\"+oe(p,f),attrs:{tabIndex:\"-1\",\"data-index\":f,\"aria-hidden\":!b[\"slick-active\"]},class:C()(b,g),style:i()({outline:\"none\"},Object(d[\"q\"])(p.context)||{},m),on:{click:function(){e.focusOnSelect&&e.focusOnSelect(v)}}},!0)),e.infinite&&!1===e.fade){var y=c-f;y<=X(e)&&c!==e.slidesToShow&&(r=-y,r>=l&&(p=t),b=re(i()({},e,{index:r})),a.push(Object(h[\"a\"])(p,{key:\"precloned\"+oe(p,r),class:C()(b,g),attrs:{tabIndex:\"-1\",\"data-index\":r,\"aria-hidden\":!b[\"slick-active\"]},style:i()({},Object(d[\"q\"])(p.context)||{},m),on:{click:function(){e.focusOnSelect&&e.focusOnSelect(v)}}}))),c!==e.slidesToShow&&(r=c+f,r<u&&(p=t),b=re(i()({},e,{index:r})),s.push(Object(h[\"a\"])(p,{key:\"postcloned\"+oe(p,r),attrs:{tabIndex:\"-1\",\"data-index\":r,\"aria-hidden\":!b[\"slick-active\"]},class:C()(b,g),style:i()({},Object(d[\"q\"])(p.context)||{},m),on:{click:function(){e.focusOnSelect&&e.focusOnSelect(v)}}})))}})),e.rtl?a.concat(o,s).reverse():a.concat(o,s)},se={functional:!0,render:function(e,t){var n=arguments[0],r=t.props,o=t.listeners,a=t.children,s=t.data,c=ae(r,a,e),l=o.mouseenter,u=o.mouseover,h=o.mouseleave,d={mouseenter:l,mouseover:u,mouseleave:h},f={class:\"slick-track\",style:r.trackStyle,on:i()({},d),directives:s.directives};return n(\"div\",f,[c])}},ce=function(e){var t=void 0;return t=e.infinite?Math.ceil(e.slideCount/e.slidesToScroll):Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,t},le={functional:!0,render:function(e,t){var n=arguments[0],r=t.props,o=t.listeners,a=r.slideCount,s=r.slidesToScroll,c=r.slidesToShow,l=r.infinite,u=r.currentSlide,d=r.appendDots,f=r.customPaging,p=r.clickHandler,v=r.dotsClass,m=ce({slideCount:a,slidesToScroll:s,slidesToShow:c,infinite:l}),g=o.mouseenter,b=o.mouseover,y=o.mouseleave,w={mouseenter:g,mouseover:b,mouseleave:y},x=Array.apply(null,Array(m+1).join(\"0\").split(\"\")).map((function(e,t){var r=t*s,i=t*s+(s-1),o=C()({\"slick-active\":u>=r&&u<=i}),a={message:\"dots\",index:t,slidesToScroll:s,currentSlide:u};function c(e){e&&e.preventDefault(),p(a)}return n(\"li\",{key:t,class:o},[Object(h[\"a\"])(f({i:t}),{on:{click:c}})])}));return Object(h[\"a\"])(d({dots:x}),{class:v,on:i()({},w)})}},ue=n(\"92fa\"),he=n.n(ue);function de(){}var fe={functional:!0,clickHandler:function(e,t,n){n&&n.preventDefault(),t(e,n)},render:function(e,t){var n=arguments[0],r=t.props,o=r.clickHandler,a=r.infinite,s=r.currentSlide,c=r.slideCount,l=r.slidesToShow,u={\"slick-arrow\":!0,\"slick-prev\":!0},d=function(e){e&&e.preventDefault(),o({message:\"previous\"})};!a&&(0===s||c<=l)&&(u[\"slick-disabled\"]=!0,d=de);var f={key:\"0\",domProps:{\"data-role\":\"none\"},class:u,style:{display:\"block\"},on:{click:d}},p={currentSlide:s,slideCount:c},v=void 0;return v=r.prevArrow?Object(h[\"a\"])(r.prevArrow(i()({},f,{props:p})),{key:\"0\",class:u,style:{display:\"block\"},on:{click:d}}):n(\"button\",he()([{key:\"0\",attrs:{type:\"button\"}},f]),[\" \",\"Previous\"]),v}},pe={functional:!0,clickHandler:function(e,t,n){n&&n.preventDefault(),t(e,n)},render:function(e,t){var n=arguments[0],r=t.props,o=r.clickHandler,a=r.currentSlide,s=r.slideCount,c={\"slick-arrow\":!0,\"slick-next\":!0},l=function(e){e&&e.preventDefault(),o({message:\"next\"})};H(r)||(c[\"slick-disabled\"]=!0,l=de);var u={key:\"1\",domProps:{\"data-role\":\"none\"},class:c,style:{display:\"block\"},on:{click:l}},d={currentSlide:a,slideCount:s},f=void 0;return f=r.nextArrow?Object(h[\"a\"])(r.nextArrow(i()({},u,{props:d})),{key:\"1\",class:c,style:{display:\"block\"},on:{click:l}}):n(\"button\",he()([{key:\"1\",attrs:{type:\"button\"}},u]),[\" \",\"Next\"]),f}},ve=n(\"6dd8\");function me(){}s[\"a\"].use(l.a,{name:\"ant-ref\"});var ge={props:i()({},S),mixins:[u[\"a\"]],data:function(){return this.preProps=i()({},this.$props),this.list=null,this.track=null,this.callbackTimers=[],this.clickable=!0,this.debouncedResize=null,i()({},O,{currentSlide:this.initialSlide,slideCount:this.children.length})},methods:{listRefHandler:function(e){this.list=e},trackRefHandler:function(e){this.track=e},adaptHeight:function(){if(this.adaptiveHeight&&this.list){var e=this.list.querySelector('[data-index=\"'+this.currentSlide+'\"]');this.list.style.height=P(e)+\"px\"}},onWindowResized:function(e){var t=this;this.debouncedResize&&this.debouncedResize.cancel(),this.debouncedResize=b()((function(){return t.resizeWindow(e)}),50),this.debouncedResize()},resizeWindow:function(){var e=this,t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(this.track){var n=i()({listRef:this.list,trackRef:this.track,children:this.children},this.$props,this.$data);this.updateState(n,t,(function(){e.autoplay?e.handleAutoPlay(\"update\"):e.pause(\"paused\")})),this.setState({animating:!1}),clearTimeout(this.animationEndCallback),delete this.animationEndCallback}},updateState:function(e,t,n){var r=$(e);e=i()({},e,r,{slideIndex:r.currentSlide});var o=G(e);e=i()({},e,{left:o});var a=q(e);(t||this.children.length!==e.children.length)&&(r[\"trackStyle\"]=a),this.setState(r,n)},ssrInit:function(){var e=this.children;if(this.variableWidth){var t=0,n=0,r=[],o=X(i()({},this.$props,this.$data,{slideCount:e.length})),a=J(i()({},this.$props,this.$data,{slideCount:e.length}));e.forEach((function(e){var n=Object(d[\"q\"])(e).width.split(\"px\")[0];r.push(n),t+=n}));for(var s=0;s<o;s++)n+=r[r.length-1-s],t+=r[r.length-1-s];for(var c=0;c<a;c++)t+=r[c];for(var l=0;l<this.currentSlide;l++)n+=r[l];var u={width:t+\"px\",left:-n+\"px\"};if(this.centerMode){var h=r[this.currentSlide]+\"px\";u.left=\"calc(\"+u.left+\" + (100% - \"+h+\") / 2 ) \"}this.setState({trackStyle:u})}else{var f=e.length,p=i()({},this.$props,this.$data,{slideCount:f}),v=X(p)+J(p)+f,m=100/this.slidesToShow*v,g=100/v,b=-g*(X(p)+this.currentSlide)*m/100;this.centerMode&&(b+=(100-g*m/100)/2);var y={width:m+\"%\",left:b+\"%\"};this.setState({slideWidth:g+\"%\",trackStyle:y})}},checkImagesLoad:function(){var e=this,t=document.querySelectorAll(\".slick-slide img\"),n=t.length,r=0;Array.prototype.forEach.call(t,(function(t){var i=function(){return++r&&r>=n&&e.onWindowResized()};if(t.onclick){var o=t.onclick;t.onclick=function(){o(),t.parentNode.focus()}}else t.onclick=function(){return t.parentNode.focus()};t.onload||(e.$props.lazyLoad?t.onload=function(){e.adaptHeight(),e.callbackTimers.push(setTimeout(e.onWindowResized,e.speed))}:(t.onload=i,t.onerror=function(){i(),e.$emit(\"lazyLoadError\")}))}))},progressiveLazyLoad:function(){for(var e=[],t=i()({},this.$props,this.$data),n=this.currentSlide;n<this.slideCount+J(t);n++)if(this.lazyLoadedList.indexOf(n)<0){e.push(n);break}for(var r=this.currentSlide-1;r>=-X(t);r--)if(this.lazyLoadedList.indexOf(r)<0){e.push(r);break}e.length>0?(this.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),this.$emit(\"lazyLoad\",e)):this.lazyLoadTimer&&(clearInterval(this.lazyLoadTimer),delete this.lazyLoadTimer)},slideHandler:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=this.$props,o=r.asNavFor,a=r.currentSlide,s=r.beforeChange,c=r.speed,l=r.afterChange,u=A(i()({index:e},this.$props,this.$data,{trackRef:this.track,useCSS:this.useCSS&&!n})),h=u.state,f=u.nextState;if(h){s&&s(a,h.currentSlide);var p=h.lazyLoadedList.filter((function(e){return t.lazyLoadedList.indexOf(e)<0}));Object(d[\"k\"])(this).lazyLoad&&p.length>0&&this.$emit(\"lazyLoad\",p),this.setState(h,(function(){o&&o.innerSlider.currentSlide!==a&&o.innerSlider.slideHandler(e),f&&(t.animationEndCallback=setTimeout((function(){var e=f.animating,n=m()(f,[\"animating\"]);t.setState(n,(function(){t.callbackTimers.push(setTimeout((function(){return t.setState({animating:e})}),10)),l&&l(h.currentSlide),delete t.animationEndCallback}))}),c))}))}},changeSlide:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=i()({},this.$props,this.$data),r=F(n,e);(0===r||r)&&(!0===t?this.slideHandler(r,t):this.slideHandler(r))},clickHandler:function(e){!1===this.clickable&&(e.stopPropagation(),e.preventDefault()),this.clickable=!0},keyHandler:function(e){var t=I(e,this.accessibility,this.rtl);\"\"!==t&&this.changeSlide({message:t})},selectHandler:function(e){this.changeSlide(e)},disableBodyScroll:function(){var e=function(e){e=e||window.event,e.preventDefault&&e.preventDefault(),e.returnValue=!1};window.ontouchmove=e},enableBodyScroll:function(){window.ontouchmove=null},swipeStart:function(e){this.verticalSwiping&&this.disableBodyScroll();var t=R(e,this.swipe,this.draggable);\"\"!==t&&this.setState(t)},swipeMove:function(e){var t=D(e,i()({},this.$props,this.$data,{trackRef:this.track,listRef:this.list,slideIndex:this.currentSlide}));t&&(t[\"swiping\"]&&(this.clickable=!1),this.setState(t))},swipeEnd:function(e){var t=N(e,i()({},this.$props,this.$data,{trackRef:this.track,listRef:this.list,slideIndex:this.currentSlide}));if(t){var n=t[\"triggerSlideHandler\"];delete t[\"triggerSlideHandler\"],this.setState(t),void 0!==n&&(this.slideHandler(n),this.$props.verticalSwiping&&this.enableBodyScroll())}},slickPrev:function(){var e=this;this.callbackTimers.push(setTimeout((function(){return e.changeSlide({message:\"previous\"})}),0))},slickNext:function(){var e=this;this.callbackTimers.push(setTimeout((function(){return e.changeSlide({message:\"next\"})}),0))},slickGoTo:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e=Number(e),isNaN(e))return\"\";this.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:\"index\",index:e,currentSlide:t.currentSlide},n)}),0))},play:function(){var e=void 0;if(this.rtl)e=this.currentSlide-this.slidesToScroll;else{if(!H(i()({},this.$props,this.$data)))return!1;e=this.currentSlide+this.slidesToScroll}this.slideHandler(e)},handleAutoPlay:function(e){this.autoplayTimer&&clearInterval(this.autoplayTimer);var t=this.autoplaying;if(\"update\"===e){if(\"hovered\"===t||\"focused\"===t||\"paused\"===t)return}else if(\"leave\"===e){if(\"paused\"===t||\"focused\"===t)return}else if(\"blur\"===e&&(\"paused\"===t||\"hovered\"===t))return;this.autoplayTimer=setInterval(this.play,this.autoplaySpeed+50),this.setState({autoplaying:\"playing\"})},pause:function(e){this.autoplayTimer&&(clearInterval(this.autoplayTimer),this.autoplayTimer=null);var t=this.autoplaying;\"paused\"===e?this.setState({autoplaying:\"paused\"}):\"focused\"===e?\"hovered\"!==t&&\"playing\"!==t||this.setState({autoplaying:\"focused\"}):\"playing\"===t&&this.setState({autoplaying:\"hovered\"})},onDotsOver:function(){this.autoplay&&this.pause(\"hovered\")},onDotsLeave:function(){this.autoplay&&\"hovered\"===this.autoplaying&&this.handleAutoPlay(\"leave\")},onTrackOver:function(){this.autoplay&&this.pause(\"hovered\")},onTrackLeave:function(){this.autoplay&&\"hovered\"===this.autoplaying&&this.handleAutoPlay(\"leave\")},onSlideFocus:function(){this.autoplay&&this.pause(\"focused\")},onSlideBlur:function(){this.autoplay&&\"focused\"===this.autoplaying&&this.handleAutoPlay(\"blur\")},customPaging:function(e){var t=e.i,n=this.$createElement;return n(\"button\",[t+1])},appendDots:function(e){var t=e.dots,n=this.$createElement;return n(\"ul\",{style:{display:\"block\"}},[t])}},beforeMount:function(){if(this.ssrInit(),this.$emit(\"init\"),this.lazyLoad){var e=M(i()({},this.$props,this.$data));e.length>0&&(this.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),this.$emit(\"lazyLoad\",e))}},mounted:function(){var e=this;this.$nextTick((function(){var t=i()({listRef:e.list,trackRef:e.track,children:e.children},e.$props);e.updateState(t,!0,(function(){e.adaptHeight(),e.autoplay&&e.handleAutoPlay(\"update\")})),\"progressive\"===e.lazyLoad&&(e.lazyLoadTimer=setInterval(e.progressiveLazyLoad,1e3)),e.ro=new ve[\"a\"]((function(){e.animating?(e.onWindowResized(!1),e.callbackTimers.push(setTimeout((function(){return e.onWindowResized()}),e.speed))):e.onWindowResized()})),e.ro.observe(e.list),Array.prototype.forEach.call(document.querySelectorAll(\".slick-slide\"),(function(t){t.onfocus=e.$props.pauseOnFocus?e.onSlideFocus:null,t.onblur=e.$props.pauseOnFocus?e.onSlideBlur:null})),window&&(window.addEventListener?window.addEventListener(\"resize\",e.onWindowResized):window.attachEvent(\"onresize\",e.onWindowResized))}))},beforeDestroy:function(){this.animationEndCallback&&clearTimeout(this.animationEndCallback),this.lazyLoadTimer&&clearInterval(this.lazyLoadTimer),this.callbackTimers.length&&(this.callbackTimers.forEach((function(e){return clearTimeout(e)})),this.callbackTimers=[]),window.addEventListener?window.removeEventListener(\"resize\",this.onWindowResized):window.detachEvent(\"onresize\",this.onWindowResized),this.autoplayTimer&&clearInterval(this.autoplayTimer)},updated:function(){if(this.checkImagesLoad(),this.$emit(\"reInit\"),this.lazyLoad){var e=M(i()({},this.$props,this.$data));e.length>0&&(this.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),this.$emit(\"lazyLoad\"))}this.adaptHeight()},watch:{__propsSymbol__:function(){var e=this,t=this.$props,n=i()({listRef:this.list,trackRef:this.track},t,this.$data),r=!1,o=!0,a=!1,s=void 0;try{for(var c,l=Object.keys(this.preProps)[Symbol.iterator]();!(o=(c=l.next()).done);o=!0){var u=c.value;if(!t.hasOwnProperty(u)){r=!0;break}if(\"object\"!==p()(t[u])&&\"function\"!==typeof t[u]&&\"symbol\"!==p()(t[u])&&t[u]!==this.preProps[u]){r=!0;break}}}catch(h){a=!0,s=h}finally{try{!o&&l[\"return\"]&&l[\"return\"]()}finally{if(a)throw s}}this.updateState(n,r,(function(){e.currentSlide>=t.children.length&&e.changeSlide({message:\"index\",index:t.children.length-t.slidesToShow,currentSlide:e.currentSlide}),t.autoplay?e.handleAutoPlay(\"update\"):e.pause(\"paused\")})),this.preProps=i()({},t)}},render:function(){var e=arguments[0],t=C()(\"slick-slider\",{\"slick-vertical\":this.vertical,\"slick-initialized\":!0}),n=i()({},this.$props,this.$data),r=L(n,[\"fade\",\"cssEase\",\"speed\",\"infinite\",\"centerMode\",\"focusOnSelect\",\"currentSlide\",\"lazyLoad\",\"lazyLoadedList\",\"rtl\",\"slideWidth\",\"slideHeight\",\"listHeight\",\"vertical\",\"slidesToShow\",\"slidesToScroll\",\"slideCount\",\"trackStyle\",\"variableWidth\",\"unslick\",\"centerPadding\"]),o=this.$props.pauseOnHover;r={props:i()({},r,{focusOnSelect:this.focusOnSelect?this.selectHandler:null}),directives:[{name:\"ant-ref\",value:this.trackRefHandler}],on:{mouseenter:o?this.onTrackOver:me,mouseleave:o?this.onTrackLeave:me,mouseover:o?this.onTrackOver:me}};var a=void 0;if(!0===this.dots&&this.slideCount>=this.slidesToShow){var s=L(n,[\"dotsClass\",\"slideCount\",\"slidesToShow\",\"currentSlide\",\"slidesToScroll\",\"clickHandler\",\"children\",\"infinite\",\"appendDots\"]);s.customPaging=this.customPaging,s.appendDots=this.appendDots;var c=this.$scopedSlots,l=c.customPaging,u=c.appendDots;l&&(s.customPaging=l),u&&(s.appendDots=u);var h=this.$props.pauseOnDotsHover;s={props:i()({},s,{clickHandler:this.changeSlide}),on:{mouseenter:h?this.onDotsLeave:me,mouseover:h?this.onDotsOver:me,mouseleave:h?this.onDotsLeave:me}},a=e(le,s)}var d=void 0,f=void 0,p=L(n,[\"infinite\",\"centerMode\",\"currentSlide\",\"slideCount\",\"slidesToShow\"]);p.clickHandler=this.changeSlide;var v=this.$scopedSlots,m=v.prevArrow,g=v.nextArrow;m&&(p.prevArrow=m),g&&(p.nextArrow=g),this.arrows&&(d=e(fe,{props:p}),f=e(pe,{props:p}));var b=null;this.vertical&&(b={height:\"number\"===typeof this.listHeight?this.listHeight+\"px\":this.listHeight});var y=null;!1===this.vertical?!0===this.centerMode&&(y={padding:\"0px \"+this.centerPadding}):!0===this.centerMode&&(y={padding:this.centerPadding+\" 0px\"});var w=i()({},b,y),x=this.touchMove,S={directives:[{name:\"ant-ref\",value:this.listRefHandler}],class:\"slick-list\",style:w,on:{click:this.clickHandler,mousedown:x?this.swipeStart:me,mousemove:this.dragging&&x?this.swipeMove:me,mouseup:x?this.swipeEnd:me,mouseleave:this.dragging&&x?this.swipeEnd:me,touchstart:x?this.swipeStart:me,touchmove:this.dragging&&x?this.swipeMove:me,touchend:x?this.swipeEnd:me,touchcancel:this.dragging&&x?this.swipeEnd:me,keydown:this.accessibility?this.keyHandler:me}},k={class:t,props:{dir:\"ltr\"}};return this.unslick&&(S={class:\"slick-list\",directives:[{name:\"ant-ref\",value:this.listRefHandler}]},k={class:t}),e(\"div\",k,[this.unslick?\"\":d,e(\"div\",S,[e(se,r,[this.children])]),this.unslick?\"\":f,this.unslick?\"\":a])}},be=ne()&&n(\"8e95\");s[\"a\"].use(l.a,{name:\"ant-ref\"});var ye={props:i()({},S),mixins:[u[\"a\"]],data:function(){return this._responsiveMediaHandlers=[],{breakpoint:null}},methods:{innerSliderRefHandler:function(e){this.innerSlider=e},media:function(e,t){be.register(e,t),this._responsiveMediaHandlers.push({query:e,handler:t})},slickPrev:function(){this.innerSlider.slickPrev()},slickNext:function(){this.innerSlider.slickNext()},slickGoTo:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.innerSlider.slickGoTo(e,t)},slickPause:function(){this.innerSlider.pause(\"paused\")},slickPlay:function(){this.innerSlider.handleAutoPlay(\"play\")}},beforeMount:function(){var e=this;if(this.responsive){var t=this.responsive.map((function(e){return e.breakpoint}));t.sort((function(e,t){return e-t})),t.forEach((function(n,r){var i=void 0;i=0===r?a()({minWidth:0,maxWidth:n}):a()({minWidth:t[r-1]+1,maxWidth:n}),ne()&&e.media(i,(function(){e.setState({breakpoint:n})}))}));var n=a()({minWidth:t.slice(-1)[0]});ne()&&this.media(n,(function(){e.setState({breakpoint:null})}))}},beforeDestroy:function(){this._responsiveMediaHandlers.forEach((function(e){be.unregister(e.query,e.handler)}))},render:function(){var e=this,t=arguments[0],n=void 0,r=void 0;this.breakpoint?(r=this.responsive.filter((function(t){return t.breakpoint===e.breakpoint})),n=\"unslick\"===r[0].settings?\"unslick\":i()({},this.$props,r[0].settings)):n=i()({},this.$props),n.centerMode&&(n.slidesToScroll,n.slidesToScroll=1),n.fade&&(n.slidesToShow,n.slidesToScroll,n.slidesToShow=1,n.slidesToScroll=1);var o=this.$slots[\"default\"]||[];o=o.filter((function(e){return\"string\"===typeof e?!!e.trim():!!e})),n.variableWidth&&(n.rows>1||n.slidesPerRow>1)&&(console.warn(\"variableWidth is not supported in case of rows > 1 or slidesPerRow > 1\"),n.variableWidth=!1);for(var a=[],s=null,c=0;c<o.length;c+=n.rows*n.slidesPerRow){for(var l=[],u=c;u<c+n.rows*n.slidesPerRow;u+=n.slidesPerRow){for(var f=[],p=u;p<u+n.slidesPerRow;p+=1){if(n.variableWidth&&Object(d[\"q\"])(o[p])&&(s=Object(d[\"q\"])(o[p]).width),p>=o.length)break;f.push(Object(h[\"a\"])(o[p],{key:100*c+10*u+p,attrs:{tabIndex:-1},style:{width:100/n.slidesPerRow+\"%\",display:\"inline-block\"}}))}l.push(t(\"div\",{key:10*c+u},[f]))}n.variableWidth?a.push(t(\"div\",{key:c,style:{width:s}},[l])):a.push(t(\"div\",{key:c},[l]))}if(\"unslick\"===n){var v=\"regular slider \"+(this.className||\"\");return t(\"div\",{class:v},[a])}a.length<=n.slidesToShow&&(n.unslick=!0);var m={props:i()({},n,{children:a,__propsSymbol__:Symbol()}),on:Object(d[\"k\"])(this),directives:[{name:\"ant-ref\",value:this.innerSliderRefHandler}],scopedSlots:this.$scopedSlots};return t(ge,m)}};t[\"default\"]=ye},c3fc:function(e,t,n){var r=n(\"42a2\"),i=n(\"1310\"),o=\"[object Set]\";function a(e){return i(e)&&r(e)==o}e.exports=a},c401:function(e,t,n){\"use strict\";var r=n(\"c532\");e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},c430:function(e,t){e.exports=!1},c449:function(e,t,n){(function(t){for(var r=n(\"6d08\"),i=\"undefined\"===typeof window?t:window,o=[\"moz\",\"webkit\"],a=\"AnimationFrame\",s=i[\"request\"+a],c=i[\"cancel\"+a]||i[\"cancelRequest\"+a],l=0;!s&&l<o.length;l++)s=i[o[l]+\"Request\"+a],c=i[o[l]+\"Cancel\"+a]||i[o[l]+\"CancelRequest\"+a];if(!s||!c){var u=0,h=0,d=[],f=1e3/60;s=function(e){if(0===d.length){var t=r(),n=Math.max(0,f-(t-u));u=n+t,setTimeout((function(){var e=d.slice(0);d.length=0;for(var t=0;t<e.length;t++)if(!e[t].cancelled)try{e[t].callback(u)}catch(n){setTimeout((function(){throw n}),0)}}),Math.round(n))}return d.push({handle:++h,callback:e,cancelled:!1}),h},c=function(e){for(var t=0;t<d.length;t++)d[t].handle===e&&(d[t].cancelled=!0)}}e.exports=function(e){return s.call(i,e)},e.exports.cancel=function(){c.apply(i,arguments)},e.exports.polyfill=function(e){e||(e=i),e.requestAnimationFrame=s,e.cancelAnimationFrame=c}}).call(this,n(\"c8ba\"))},c4b2:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t[\"default\"]={items_per_page:\"条/页\",jump_to:\"跳至\",jump_to_confirm:\"确定\",page:\"页\",prev_page:\"上一页\",next_page:\"下一页\",prev_5:\"向前 5 页\",next_5:\"向后 5 页\",prev_3:\"向前 3 页\",next_3:\"向后 3 页\"}},c4c1:function(e,t,n){var r=n(\"77e9\");e.exports=function(e,t,n,i){try{return i?t(r(n)[0],n[1]):t(n)}catch(a){var o=e[\"return\"];throw void 0!==o&&r(o.call(e)),a}}},c513:function(e,t,n){var r=n(\"23e7\"),i=n(\"1a2d\"),o=n(\"d9b5\"),a=n(\"0d51\"),s=n(\"5692\"),c=n(\"3d87\"),l=s(\"symbol-to-string-registry\");r({target:\"Symbol\",stat:!0,forced:!c},{keyFor:function(e){if(!o(e))throw TypeError(a(e)+\" is not a symbol\");if(i(l,e))return l[e]}})},c532:function(e,t,n){\"use strict\";var r=n(\"1d2b\"),i=n(\"044b\"),o=Object.prototype.toString;function a(e){return\"[object Array]\"===o.call(e)}function s(e){return\"[object ArrayBuffer]\"===o.call(e)}function c(e){return\"undefined\"!==typeof FormData&&e instanceof FormData}function l(e){var t;return t=\"undefined\"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer,t}function u(e){return\"string\"===typeof e}function h(e){return\"number\"===typeof e}function d(e){return\"undefined\"===typeof e}function f(e){return null!==e&&\"object\"===typeof e}function p(e){return\"[object Date]\"===o.call(e)}function v(e){return\"[object File]\"===o.call(e)}function m(e){return\"[object Blob]\"===o.call(e)}function g(e){return\"[object Function]\"===o.call(e)}function b(e){return f(e)&&g(e.pipe)}function y(e){return\"undefined\"!==typeof URLSearchParams&&e instanceof URLSearchParams}function C(e){return e.replace(/^\\s*/,\"\").replace(/\\s*$/,\"\")}function w(){return(\"undefined\"===typeof navigator||\"ReactNative\"!==navigator.product)&&(\"undefined\"!==typeof window&&\"undefined\"!==typeof document)}function x(e,t){if(null!==e&&\"undefined\"!==typeof e)if(\"object\"!==typeof e&&(e=[e]),a(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.call(null,e[i],i,e)}function S(){var e={};function t(t,n){\"object\"===typeof e[n]&&\"object\"===typeof t?e[n]=S(e[n],t):e[n]=t}for(var n=0,r=arguments.length;n<r;n++)x(arguments[n],t);return e}function k(e,t,n){return x(t,(function(t,i){e[i]=n&&\"function\"===typeof t?r(t,n):t})),e}e.exports={isArray:a,isArrayBuffer:s,isBuffer:i,isFormData:c,isArrayBufferView:l,isString:u,isNumber:h,isObject:f,isUndefined:d,isDate:p,isFile:v,isBlob:m,isFunction:g,isStream:b,isURLSearchParams:y,isStandardBrowserEnv:w,forEach:x,merge:S,extend:k,trim:C}},c544:function(e,t,n){\"use strict\";var r={transitionstart:{transition:\"transitionstart\",WebkitTransition:\"webkitTransitionStart\",MozTransition:\"mozTransitionStart\",OTransition:\"oTransitionStart\",msTransition:\"MSTransitionStart\"},animationstart:{animation:\"animationstart\",WebkitAnimation:\"webkitAnimationStart\",MozAnimation:\"mozAnimationStart\",OAnimation:\"oAnimationStart\",msAnimation:\"MSAnimationStart\"}},i={transitionend:{transition:\"transitionend\",WebkitTransition:\"webkitTransitionEnd\",MozTransition:\"mozTransitionEnd\",OTransition:\"oTransitionEnd\",msTransition:\"MSTransitionEnd\"},animationend:{animation:\"animationend\",WebkitAnimation:\"webkitAnimationEnd\",MozAnimation:\"mozAnimationEnd\",OAnimation:\"oAnimationEnd\",msAnimation:\"MSAnimationEnd\"}},o=[],a=[];function s(){var e=document.createElement(\"div\"),t=e.style;function n(e,n){for(var r in e)if(e.hasOwnProperty(r)){var i=e[r];for(var o in i)if(o in t){n.push(i[o]);break}}}\"AnimationEvent\"in window||(delete r.animationstart.animation,delete i.animationend.animation),\"TransitionEvent\"in window||(delete r.transitionstart.transition,delete i.transitionend.transition),n(r,o),n(i,a)}function c(e,t,n){e.addEventListener(t,n,!1)}function l(e,t,n){e.removeEventListener(t,n,!1)}\"undefined\"!==typeof window&&\"undefined\"!==typeof document&&s();var u={startEvents:o,addStartEventListener:function(e,t){0!==o.length?o.forEach((function(n){c(e,n,t)})):window.setTimeout(t,0)},removeStartEventListener:function(e,t){0!==o.length&&o.forEach((function(n){l(e,n,t)}))},endEvents:a,addEndEventListener:function(e,t){0!==a.length?a.forEach((function(n){c(e,n,t)})):window.setTimeout(t,0)},removeEndEventListener:function(e,t){0!==a.length&&a.forEach((function(n){l(e,n,t)}))}};t[\"a\"]=u},c584:function(e,t){function n(e,t){return e.has(t)}e.exports=n},c65b:function(e,t,n){var r=n(\"40d5\"),i=Function.prototype.call;e.exports=r?i.bind(i):function(){return i.apply(i,arguments)}},c6b6:function(e,t,n){var r=n(\"e330\"),i=r({}.toString),o=r(\"\".slice);e.exports=function(e){return o(i(e),8,-1)}},c6cd:function(e,t,n){var r=n(\"da84\"),i=n(\"6374\"),o=\"__core-js_shared__\",a=r[o]||i(o,{});e.exports=a},c6cf:function(e,t,n){var r=n(\"4d8c\"),i=n(\"2286\"),o=n(\"c1c9\");function a(e){return o(i(e,void 0,r),e+\"\")}e.exports=a},c770:function(e,t,n){var r=n(\"e330\"),i=Error,o=r(\"\".replace),a=function(e){return String(i(e).stack)}(\"zxcasd\"),s=/\\n\\s*at [^:]*:[^\\n]*/,c=s.test(a);e.exports=function(e,t){if(c&&\"string\"==typeof e&&!i.prepareStackTrace)while(t--)e=o(e,s,\"\");return e}},c7eb:function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return i}));n(\"a4d3\"),n(\"e01a\"),n(\"d3b7\"),n(\"d28b\"),n(\"3ca3\"),n(\"ddb0\"),n(\"b636\"),n(\"944a\"),n(\"0c47\"),n(\"23dc\"),n(\"3410\"),n(\"d9e2\"),n(\"14d9\"),n(\"159b\"),n(\"b0c0\"),n(\"fb6a\");var r=n(\"53ca\");function i(){\n/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */\ni=function(){return t};var e,t={},n=Object.prototype,o=n.hasOwnProperty,a=Object.defineProperty||function(e,t,n){e[t]=n.value},s=\"function\"==typeof Symbol?Symbol:{},c=s.iterator||\"@@iterator\",l=s.asyncIterator||\"@@asyncIterator\",u=s.toStringTag||\"@@toStringTag\";function h(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{h({},\"\")}catch(e){h=function(e,t,n){return e[t]=n}}function d(e,t,n,r){var i=t&&t.prototype instanceof y?t:y,o=Object.create(i.prototype),s=new P(r||[]);return a(o,\"_invoke\",{value:_(e,n,s)}),o}function f(e,t,n){try{return{type:\"normal\",arg:e.call(t,n)}}catch(e){return{type:\"throw\",arg:e}}}t.wrap=d;var p=\"suspendedStart\",v=\"suspendedYield\",m=\"executing\",g=\"completed\",b={};function y(){}function C(){}function w(){}var x={};h(x,c,(function(){return this}));var S=Object.getPrototypeOf,k=S&&S(S(E([])));k&&k!==n&&o.call(k,c)&&(x=k);var O=w.prototype=y.prototype=Object.create(x);function M(e){[\"next\",\"throw\",\"return\"].forEach((function(t){h(e,t,(function(e){return this._invoke(t,e)}))}))}function z(e,t){function n(i,a,s,c){var l=f(e[i],e,a);if(\"throw\"!==l.type){var u=l.arg,h=u.value;return h&&\"object\"==Object(r[\"a\"])(h)&&o.call(h,\"__await\")?t.resolve(h.__await).then((function(e){n(\"next\",e,s,c)}),(function(e){n(\"throw\",e,s,c)})):t.resolve(h).then((function(e){u.value=e,s(u)}),(function(e){return n(\"throw\",e,s,c)}))}c(l.arg)}var i;a(this,\"_invoke\",{value:function(e,r){function o(){return new t((function(t,i){n(e,r,t,i)}))}return i=i?i.then(o,o):o()}})}function _(t,n,r){var i=p;return function(o,a){if(i===m)throw new Error(\"Generator is already running\");if(i===g){if(\"throw\"===o)throw a;return{value:e,done:!0}}for(r.method=o,r.arg=a;;){var s=r.delegate;if(s){var c=T(s,r);if(c){if(c===b)continue;return c}}if(\"next\"===r.method)r.sent=r._sent=r.arg;else if(\"throw\"===r.method){if(i===p)throw i=g,r.arg;r.dispatchException(r.arg)}else\"return\"===r.method&&r.abrupt(\"return\",r.arg);i=m;var l=f(t,n,r);if(\"normal\"===l.type){if(i=r.done?g:v,l.arg===b)continue;return{value:l.arg,done:r.done}}\"throw\"===l.type&&(i=g,r.method=\"throw\",r.arg=l.arg)}}}function T(t,n){var r=n.method,i=t.iterator[r];if(i===e)return n.delegate=null,\"throw\"===r&&t.iterator[\"return\"]&&(n.method=\"return\",n.arg=e,T(t,n),\"throw\"===n.method)||\"return\"!==r&&(n.method=\"throw\",n.arg=new TypeError(\"The iterator does not provide a '\"+r+\"' method\")),b;var o=f(i,t.iterator,n.arg);if(\"throw\"===o.type)return n.method=\"throw\",n.arg=o.arg,n.delegate=null,b;var a=o.arg;return a?a.done?(n[t.resultName]=a.value,n.next=t.nextLoc,\"return\"!==n.method&&(n.method=\"next\",n.arg=e),n.delegate=null,b):a:(n.method=\"throw\",n.arg=new TypeError(\"iterator result is not an object\"),n.delegate=null,b)}function V(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function j(e){var t=e.completion||{};t.type=\"normal\",delete t.arg,e.completion=t}function P(e){this.tryEntries=[{tryLoc:\"root\"}],e.forEach(V,this),this.reset(!0)}function E(t){if(t||\"\"===t){var n=t[c];if(n)return n.call(t);if(\"function\"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,a=function n(){for(;++i<t.length;)if(o.call(t,i))return n.value=t[i],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}throw new TypeError(Object(r[\"a\"])(t)+\" is not iterable\")}return C.prototype=w,a(O,\"constructor\",{value:w,configurable:!0}),a(w,\"constructor\",{value:C,configurable:!0}),C.displayName=h(w,u,\"GeneratorFunction\"),t.isGeneratorFunction=function(e){var t=\"function\"==typeof e&&e.constructor;return!!t&&(t===C||\"GeneratorFunction\"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,w):(e.__proto__=w,h(e,u,\"GeneratorFunction\")),e.prototype=Object.create(O),e},t.awrap=function(e){return{__await:e}},M(z.prototype),h(z.prototype,l,(function(){return this})),t.AsyncIterator=z,t.async=function(e,n,r,i,o){void 0===o&&(o=Promise);var a=new z(d(e,n,r,i),o);return t.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},M(O),h(O,u,\"Generator\"),h(O,c,(function(){return this})),h(O,\"toString\",(function(){return\"[object Generator]\"})),t.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},t.values=E,P.prototype={constructor:P,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method=\"next\",this.arg=e,this.tryEntries.forEach(j),!t)for(var n in this)\"t\"===n.charAt(0)&&o.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if(\"throw\"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function r(r,i){return s.type=\"throw\",s.arg=t,n.next=r,i&&(n.method=\"next\",n.arg=e),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],s=a.completion;if(\"root\"===a.tryLoc)return r(\"end\");if(a.tryLoc<=this.prev){var c=o.call(a,\"catchLoc\"),l=o.call(a,\"finallyLoc\");if(c&&l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!l)throw new Error(\"try statement without catch or finally\");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,\"finallyLoc\")&&this.prev<r.finallyLoc){var i=r;break}}i&&(\"break\"===e||\"continue\"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method=\"next\",this.next=i.finallyLoc,b):this.complete(a)},complete:function(e,t){if(\"throw\"===e.type)throw e.arg;return\"break\"===e.type||\"continue\"===e.type?this.next=e.arg:\"return\"===e.type?(this.rval=this.arg=e.arg,this.method=\"return\",this.next=\"end\"):\"normal\"===e.type&&t&&(this.next=t),b},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),j(n),b}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if(\"throw\"===r.type){var i=r.arg;j(n)}return i}}throw new Error(\"illegal catch attempt\")},delegateYield:function(t,n,r){return this.delegate={iterator:E(t),resultName:n,nextLoc:r},\"next\"===this.method&&(this.arg=e),b}},t}},c869:function(e,t,n){var r=n(\"0b07\"),i=n(\"2b3e\"),o=r(i,\"Set\");e.exports=o},c87c:function(e,t){var n=Object.prototype,r=n.hasOwnProperty;function i(e){var t=e.length,n=new e.constructor(t);return t&&\"string\"==typeof e[0]&&r.call(e,\"index\")&&(n.index=e.index,n.input=e.input),n}e.exports=i},c8af:function(e,t,n){\"use strict\";var r=n(\"c532\");e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},c8ba:function(e,t){var n;n=function(){return this}();try{n=n||new Function(\"return this\")()}catch(r){\"object\"===typeof window&&(n=window)}e.exports=n},c8fe:function(e,t,n){var r=n(\"f8af\");function i(e,t){var n=t?r(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}e.exports=i},c901:function(e,t){e.exports=function(e){if(void 0==e)throw TypeError(\"Can't call method on  \"+e);return e}},c9a4:function(e,t,n){\"use strict\";n.d(t,\"o\",(function(){return y})),n.d(t,\"b\",(function(){return C})),n.d(t,\"a\",(function(){return w})),n.d(t,\"n\",(function(){return x})),n.d(t,\"k\",(function(){return S})),n.d(t,\"j\",(function(){return O})),n.d(t,\"l\",(function(){return _})),n.d(t,\"i\",(function(){return T})),n.d(t,\"c\",(function(){return V})),n.d(t,\"d\",(function(){return j})),n.d(t,\"g\",(function(){return E})),n.d(t,\"h\",(function(){return H})),n.d(t,\"m\",(function(){return L})),n.d(t,\"e\",(function(){return $})),n.d(t,\"f\",(function(){return A}));var r=n(\"9b57\"),i=n.n(r),o=n(\"b24f\"),a=n.n(o),s=n(\"1098\"),c=n.n(s),l=n(\"8e8e\"),u=n.n(l),h=n(\"d96e\"),d=n.n(h),f=n(\"0464\"),p=n(\"cdd1\"),v=n(\"daa3\"),m=.25,g=2,b=!1;function y(){b||(b=!0,d()(!1,\"Tree only accept TreeNode as children.\"))}function C(e,t){var n=e.slice(),r=n.indexOf(t);return r>=0&&n.splice(r,1),n}function w(e,t){var n=e.slice();return-1===n.indexOf(t)&&n.push(t),n}function x(e){return e.split(\"-\")}function S(e,t){return e+\"-\"+t}function k(e){return Object(v[\"o\"])(e).isTreeNode}function O(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.filter(k)}function M(e){var t=Object(v[\"l\"])(e)||{},n=t.disabled,r=t.disableCheckbox,i=t.checkable;return!(!n&&!r)||!1===i}function z(e,t){function n(r,i,o){var a=r?r.componentOptions.children:e,s=r?S(o.pos,i):0,c=O(a);if(r){var l=r.key;l||void 0!==l&&null!==l||(l=s);var u={node:r,index:i,pos:s,key:l,parentPos:o.node?o.pos:null};t(u)}c.forEach((function(e,t){n(e,t,{node:r,pos:s})}))}n(null)}function _(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1],n=e.map(t);return 1===n.length?n[0]:n}function T(e,t){var n=Object(v[\"l\"])(t),r=n.eventKey,i=n.pos,o=[];return z(e,(function(e){var t=e.key;o.push(t)})),o.push(r||i),o}function V(e,t){var n=e.clientY,r=t.$refs.selectHandle.getBoundingClientRect(),i=r.top,o=r.bottom,a=r.height,s=Math.max(a*m,g);return n<=i+s?-1:n>=o-s?1:0}function j(e,t){if(e){var n=t.multiple;return n?e.slice():e.length?[e[0]]:e}}var P=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{props:Object(f[\"a\"])(e,[\"on\",\"key\",\"class\",\"className\",\"style\"]),on:e.on||{},class:e[\"class\"]||e.className,style:e.style,key:e.key}};function E(e,t,n){if(!t)return[];var r=n||{},i=r.processProps,o=void 0===i?P:i,a=Array.isArray(t)?t:[t];return a.map((function(t){var r=t.children,i=u()(t,[\"children\"]),a=E(e,r,n);return e(p[\"a\"],o(i),[a])}))}function H(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.initWrapper,r=t.processEntity,i=t.onProcessFinished,o=new Map,a=new Map,s={posEntities:o,keyEntities:a};return n&&(s=n(s)||s),z(e,(function(e){var t=e.node,n=e.index,i=e.pos,c=e.key,l=e.parentPos,u={node:t,index:n,key:c,pos:i};o.set(i,u),a.set(c,u),u.parent=o.get(l),u.parent&&(u.parent.children=u.parent.children||[],u.parent.children.push(u)),r&&r(u,s)})),i&&i(s),s}function L(e){if(!e)return null;var t=void 0;if(Array.isArray(e))t={checkedKeys:e,halfCheckedKeys:void 0};else{if(\"object\"!==(\"undefined\"===typeof e?\"undefined\":c()(e)))return d()(!1,\"`checkedKeys` is not an array or an object\"),null;t={checkedKeys:e.checked||void 0,halfCheckedKeys:e.halfChecked||void 0}}return t}function $(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=new Map,o=new Map;function s(e){if(i.get(e)!==t){var r=n.get(e);if(r){var a=r.children,c=r.parent,l=r.node;if(!M(l)){var u=!0,h=!1;(a||[]).filter((function(e){return!M(e.node)})).forEach((function(e){var t=e.key,n=i.get(t),r=o.get(t);(n||r)&&(h=!0),n||(u=!1)})),t?i.set(e,u):i.set(e,!1),o.set(e,h),c&&s(c.key)}}}}function c(e){if(i.get(e)!==t){var r=n.get(e);if(r){var o=r.children,a=r.node;M(a)||(i.set(e,t),(o||[]).forEach((function(e){c(e.key)})))}}}function l(e){var r=n.get(e);if(r){var o=r.children,a=r.parent,l=r.node;i.set(e,t),M(l)||((o||[]).filter((function(e){return!M(e.node)})).forEach((function(e){c(e.key)})),a&&s(a.key))}else d()(!1,\"'\"+e+\"' does not exist in the tree.\")}(r.checkedKeys||[]).forEach((function(e){i.set(e,!0)})),(r.halfCheckedKeys||[]).forEach((function(e){o.set(e,!0)})),(e||[]).forEach((function(e){l(e)}));var u=[],h=[],f=!0,p=!1,v=void 0;try{for(var m,g=i[Symbol.iterator]();!(f=(m=g.next()).done);f=!0){var b=m.value,y=a()(b,2),C=y[0],w=y[1];w&&u.push(C)}}catch(P){p=!0,v=P}finally{try{!f&&g[\"return\"]&&g[\"return\"]()}finally{if(p)throw v}}var x=!0,S=!1,k=void 0;try{for(var O,z=o[Symbol.iterator]();!(x=(O=z.next()).done);x=!0){var _=O.value,T=a()(_,2),V=T[0],j=T[1];!i.get(V)&&j&&h.push(V)}}catch(P){S=!0,k=P}finally{try{!x&&z[\"return\"]&&z[\"return\"]()}finally{if(S)throw k}}return{checkedKeys:u,halfCheckedKeys:h}}function A(e,t){var n=new Map;function r(e){if(!n.get(e)){var i=t.get(e);if(i){n.set(e,!0);var o=i.parent,a=i.node,s=Object(v[\"l\"])(a);s&&s.disabled||o&&r(o.key)}}}return(e||[]).forEach((function(e){r(e)})),[].concat(i()(n.keys()))}},c9ca:function(e,t,n){var r=n(\"ef5d\"),i=r(\"length\");e.exports=i},ca84:function(e,t,n){var r=n(\"e330\"),i=n(\"1a2d\"),o=n(\"fc6a\"),a=n(\"4d64\").indexOf,s=n(\"d012\"),c=r([].push);e.exports=function(e,t){var n,r=o(e),l=0,u=[];for(n in r)!i(s,n)&&i(r,n)&&c(u,n);while(t.length>l)i(r,n=t[l++])&&(~a(u,n)||c(u,n));return u}},caad:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"4d64\").includes,o=n(\"d039\"),a=n(\"44d2\"),s=o((function(){return!Array(1).includes()}));r({target:\"Array\",proto:!0,forced:s},{includes:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),a(\"includes\")},cb2d:function(e,t,n){var r=n(\"1626\"),i=n(\"9bf2\"),o=n(\"13d2\"),a=n(\"6374\");e.exports=function(e,t,n,s){s||(s={});var c=s.enumerable,l=void 0!==s.name?s.name:t;if(r(n)&&o(n,l,s),s.global)c?e[t]=n:a(t,n);else{try{s.unsafe?e[t]&&(c=!0):delete e[t]}catch(u){}c?e[t]=n:i.f(e,t,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return e}},cb5a:function(e,t,n){var r=n(\"9638\");function i(e,t){var n=e.length;while(n--)if(r(e[n][0],t))return n;return-1}e.exports=i},cc12:function(e,t,n){var r=n(\"da84\"),i=n(\"861d\"),o=r.document,a=i(o)&&i(o.createElement);e.exports=function(e){return a?o.createElement(e):{}}},cc15:function(e,t,n){var r=n(\"b367\")(\"wks\"),i=n(\"8b1a\"),o=n(\"ef08\").Symbol,a=\"function\"==typeof o,s=e.exports=function(e){return r[e]||(r[e]=a&&o[e]||(a?o:i)(\"Symbol.\"+e))};s.store=r},cc45:function(e,t,n){var r=n(\"1a2d0\"),i=n(\"b047f\"),o=n(\"99d3\"),a=o&&o.isMap,s=a?i(a):r;e.exports=s},cc98:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"c430\"),o=n(\"4738\").CONSTRUCTOR,a=n(\"d256\"),s=n(\"d066\"),c=n(\"1626\"),l=n(\"cb2d\"),u=a&&a.prototype;if(r({target:\"Promise\",proto:!0,forced:o,real:!0},{catch:function(e){return this.then(void 0,e)}}),!i&&c(a)){var h=s(\"Promise\").prototype[\"catch\"];u[\"catch\"]!==h&&l(u,\"catch\",h,{unsafe:!0})}},cca6:function(e,t,n){var r=n(\"23e7\"),i=n(\"60da\");r({target:\"Object\",stat:!0,arity:2,forced:Object.assign!==i},{assign:i})},cd9d:function(e,t){function n(e){return e}e.exports=n},cdd1:function(e,t,n){\"use strict\";var r=n(\"6042\"),i=n.n(r),o=n(\"1098\"),a=n.n(o),s=n(\"41b2\"),c=n.n(s),l=n(\"4d91\"),u=n(\"4d26\"),h=n.n(u),d=n(\"c9a4\"),f=n(\"daa3\"),p=n(\"b488\"),v=n(\"94eb\");function m(){}var g=\"open\",b=\"close\",y=\"---\",C={name:\"TreeNode\",mixins:[p[\"a\"]],__ANT_TREE_NODE:!0,props:Object(f[\"t\"])({eventKey:l[\"a\"].oneOfType([l[\"a\"].string,l[\"a\"].number]),prefixCls:l[\"a\"].string,root:l[\"a\"].object,expanded:l[\"a\"].bool,selected:l[\"a\"].bool,checked:l[\"a\"].bool,loaded:l[\"a\"].bool,loading:l[\"a\"].bool,halfChecked:l[\"a\"].bool,title:l[\"a\"].any,pos:l[\"a\"].string,dragOver:l[\"a\"].bool,dragOverGapTop:l[\"a\"].bool,dragOverGapBottom:l[\"a\"].bool,isLeaf:l[\"a\"].bool,checkable:l[\"a\"].bool,selectable:l[\"a\"].bool,disabled:l[\"a\"].bool,disableCheckbox:l[\"a\"].bool,icon:l[\"a\"].any,dataRef:l[\"a\"].object,switcherIcon:l[\"a\"].any,label:l[\"a\"].any,value:l[\"a\"].any},{}),data:function(){return{dragNodeHighlight:!1}},inject:{vcTree:{default:function(){return{}}},vcTreeNode:{default:function(){return{}}}},provide:function(){return{vcTreeNode:this}},mounted:function(){var e=this.eventKey,t=this.vcTree.registerTreeNode;this.syncLoadData(this.$props),t&&t(e,this)},updated:function(){this.syncLoadData(this.$props)},beforeDestroy:function(){var e=this.eventKey,t=this.vcTree.registerTreeNode;t&&t(e,null)},methods:{onSelectorClick:function(e){var t=this.vcTree.onNodeClick;t(e,this),this.isSelectable()?this.onSelect(e):this.onCheck(e)},onSelectorDoubleClick:function(e){var t=this.vcTree.onNodeDoubleClick;t(e,this)},onSelect:function(e){if(!this.isDisabled()){var t=this.vcTree.onNodeSelect;e.preventDefault(),t(e,this)}},onCheck:function(e){if(!this.isDisabled()){var t=this.disableCheckbox,n=this.checked,r=this.vcTree.onNodeCheck;if(this.isCheckable()&&!t){e.preventDefault();var i=!n;r(e,this,i)}}},onMouseEnter:function(e){var t=this.vcTree.onNodeMouseEnter;t(e,this)},onMouseLeave:function(e){var t=this.vcTree.onNodeMouseLeave;t(e,this)},onContextMenu:function(e){var t=this.vcTree.onNodeContextMenu;t(e,this)},onDragStart:function(e){var t=this.vcTree.onNodeDragStart;e.stopPropagation(),this.setState({dragNodeHighlight:!0}),t(e,this);try{e.dataTransfer.setData(\"text/plain\",\"\")}catch(n){}},onDragEnter:function(e){var t=this.vcTree.onNodeDragEnter;e.preventDefault(),e.stopPropagation(),t(e,this)},onDragOver:function(e){var t=this.vcTree.onNodeDragOver;e.preventDefault(),e.stopPropagation(),t(e,this)},onDragLeave:function(e){var t=this.vcTree.onNodeDragLeave;e.stopPropagation(),t(e,this)},onDragEnd:function(e){var t=this.vcTree.onNodeDragEnd;e.stopPropagation(),this.setState({dragNodeHighlight:!1}),t(e,this)},onDrop:function(e){var t=this.vcTree.onNodeDrop;e.preventDefault(),e.stopPropagation(),this.setState({dragNodeHighlight:!1}),t(e,this)},onExpand:function(e){var t=this.vcTree.onNodeExpand;t(e,this)},getNodeChildren:function(){var e=this.$slots[\"default\"],t=Object(f[\"c\"])(e),n=Object(d[\"j\"])(t);return t.length!==n.length&&Object(d[\"o\"])(),n},getNodeState:function(){var e=this.expanded;return this.isLeaf2()?null:e?g:b},isLeaf2:function(){var e=this.isLeaf,t=this.loaded,n=this.vcTree.loadData,r=0!==this.getNodeChildren().length;return!1!==e&&(e||!n&&!r||n&&t&&!r)},isDisabled:function(){var e=this.disabled,t=this.vcTree.disabled;return!1!==e&&!(!t&&!e)},isCheckable:function(){var e=this.$props.checkable,t=this.vcTree.checkable;return!(!t||!1===e)&&t},syncLoadData:function(e){var t=e.expanded,n=e.loading,r=e.loaded,i=this.vcTree,o=i.loadData,a=i.onNodeLoad;if(!n&&o&&t&&!this.isLeaf2()){var s=0!==this.getNodeChildren().length;s||r||a(this)}},isSelectable:function(){var e=this.selectable,t=this.vcTree.selectable;return\"boolean\"===typeof e?e:t},renderSwitcher:function(){var e=this.$createElement,t=this.expanded,n=this.vcTree.prefixCls,r=Object(f[\"g\"])(this,\"switcherIcon\",{},!1)||Object(f[\"g\"])(this.vcTree,\"switcherIcon\",{},!1);if(this.isLeaf2())return e(\"span\",{key:\"switcher\",class:h()(n+\"-switcher\",n+\"-switcher-noop\")},[\"function\"===typeof r?r(c()({},this.$props,this.$props.dataRef,{isLeaf:!0})):r]);var i=h()(n+\"-switcher\",n+\"-switcher_\"+(t?g:b));return e(\"span\",{key:\"switcher\",on:{click:this.onExpand},class:i},[\"function\"===typeof r?r(c()({},this.$props,this.$props.dataRef,{isLeaf:!1})):r])},renderCheckbox:function(){var e=this.$createElement,t=this.checked,n=this.halfChecked,r=this.disableCheckbox,i=this.vcTree.prefixCls,o=this.isDisabled(),a=this.isCheckable();if(!a)return null;var s=\"boolean\"!==typeof a?a:null;return e(\"span\",{key:\"checkbox\",class:h()(i+\"-checkbox\",t&&i+\"-checkbox-checked\",!t&&n&&i+\"-checkbox-indeterminate\",(o||r)&&i+\"-checkbox-disabled\"),on:{click:this.onCheck}},[s])},renderIcon:function(){var e=this.$createElement,t=this.loading,n=this.vcTree.prefixCls;return e(\"span\",{key:\"icon\",class:h()(n+\"-iconEle\",n+\"-icon__\"+(this.getNodeState()||\"docu\"),t&&n+\"-icon_loading\")})},renderSelector:function(e){var t=this.selected,n=this.loading,r=this.dragNodeHighlight,i=Object(f[\"g\"])(this,\"icon\",{},!1),o=this.vcTree,a=o.prefixCls,s=o.showIcon,l=o.icon,u=o.draggable,d=o.loadData,p=this.isDisabled(),v=Object(f[\"g\"])(this,\"title\",{},!1),g=a+\"-node-content-wrapper\",b=void 0;if(s){var C=i||l;b=C?e(\"span\",{class:h()(a+\"-iconEle\",a+\"-icon__customize\")},[\"function\"===typeof C?C(c()({},this.$props,this.$props.dataRef),e):C]):this.renderIcon()}else d&&n&&(b=this.renderIcon());var w=v,x=e(\"span\",{class:a+\"-title\"},w?[\"function\"===typeof w?w(c()({},this.$props,this.$props.dataRef),e):w]:[y]);return e(\"span\",{key:\"selector\",ref:\"selectHandle\",attrs:{title:\"string\"===typeof v?v:\"\",draggable:!p&&u||void 0,\"aria-grabbed\":!p&&u||void 0},class:h()(\"\"+g,g+\"-\"+(this.getNodeState()||\"normal\"),!p&&(t||r)&&a+\"-node-selected\",!p&&u&&\"draggable\"),on:{mouseenter:this.onMouseEnter,mouseleave:this.onMouseLeave,contextmenu:this.onContextMenu,click:this.onSelectorClick,dblclick:this.onSelectorDoubleClick,dragstart:u?this.onDragStart:m}},[b,x])},renderChildren:function(){var e=this.$createElement,t=this.expanded,n=this.pos,r=this.vcTree,i=r.prefixCls,o=r.openTransitionName,s=r.openAnimation,l=r.renderTreeNode,u={};o?u=Object(v[\"a\"])(o):\"object\"===(\"undefined\"===typeof s?\"undefined\":a()(s))&&(u=c()({},s),u.props=c()({css:!1},u.props));var f=this.getNodeChildren();if(0===f.length)return null;var p=void 0;return t&&(p=e(\"ul\",{class:h()(i+\"-child-tree\",t&&i+\"-child-tree-open\"),attrs:{\"data-expanded\":t,role:\"group\"}},[Object(d[\"l\"])(f,(function(e,t){return l(e,t,n)}))])),e(\"transition\",u,[p])}},render:function(e){var t,n=this.$props,r=n.dragOver,o=n.dragOverGapTop,a=n.dragOverGapBottom,s=n.isLeaf,c=n.expanded,l=n.selected,u=n.checked,h=n.halfChecked,d=n.loading,f=this.vcTree,p=f.prefixCls,v=f.filterTreeNode,g=f.draggable,b=this.isDisabled();return e(\"li\",{class:(t={},i()(t,p+\"-treenode-disabled\",b),i()(t,p+\"-treenode-switcher-\"+(c?\"open\":\"close\"),!s),i()(t,p+\"-treenode-checkbox-checked\",u),i()(t,p+\"-treenode-checkbox-indeterminate\",h),i()(t,p+\"-treenode-selected\",l),i()(t,p+\"-treenode-loading\",d),i()(t,\"drag-over\",!b&&r),i()(t,\"drag-over-gap-top\",!b&&o),i()(t,\"drag-over-gap-bottom\",!b&&a),i()(t,\"filter-node\",v&&v(this)),t),attrs:{role:\"treeitem\"},on:{dragenter:g?this.onDragEnter:m,dragover:g?this.onDragOver:m,dragleave:g?this.onDragLeave:m,drop:g?this.onDrop:m,dragend:g?this.onDragEnd:m}},[this.renderSwitcher(),this.renderCheckbox(),this.renderSelector(e),this.renderChildren()])},isTreeNode:1};t[\"a\"]=C},cdf9:function(e,t,n){var r=n(\"825a\"),i=n(\"861d\"),o=n(\"f069\");e.exports=function(e,t){if(r(e),i(t)&&t.constructor===e)return t;var n=o.f(e),a=n.resolve;return a(t),n.promise}},ce7a:function(e,t,n){var r=n(\"9c0e\"),i=n(\"0983\"),o=n(\"5a94\")(\"IE_PROTO\"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=i(e),r(e,o)?e[o]:\"function\"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},ce7d:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"ebf0\"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]=i[\"default\"]},ce86:function(e,t,n){var r=n(\"9e69\"),i=n(\"7948\"),o=n(\"6747\"),a=n(\"ffd6\"),s=1/0,c=r?r.prototype:void 0,l=c?c.toString:void 0;function u(e){if(\"string\"==typeof e)return e;if(o(e))return i(e,u)+\"\";if(a(e))return l?l.call(e):\"\";var t=e+\"\";return\"0\"==t&&1/e==-s?\"-0\":t}e.exports=u},cecd:function(e,t){e.exports=function(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0;n<e.length;++n)if(e[n]===t)return n;return-1}},cee4:function(e,t,n){\"use strict\";var r=n(\"c532\"),i=n(\"1d2b\"),o=n(\"0a06\"),a=n(\"2444\");function s(e){var t=new o(e),n=i(o.prototype.request,t);return r.extend(n,o.prototype,t),r.extend(n,t),n}var c=s(a);c.Axios=o,c.create=function(e){return s(r.merge(a,e))},c.Cancel=n(\"7a77\"),c.CancelToken=n(\"8df4\"),c.isCancel=n(\"2e67\"),c.all=function(e){return Promise.all(e)},c.spread=n(\"0df6\"),e.exports=c,e.exports.default=c},d012:function(e,t){e.exports={}},d02c:function(e,t,n){var r=n(\"5e2e\"),i=n(\"79bc\"),o=n(\"7b83\"),a=200;function s(e,t){var n=this.__data__;if(n instanceof r){var s=n.__data__;if(!i||s.length<a-1)return s.push([e,t]),this.size=++n.size,this;n=this.__data__=new o(s)}return n.set(e,t),this.size=n.size,this}e.exports=s},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},d066:function(e,t,n){var r=n(\"da84\"),i=n(\"1626\"),o=function(e){return i(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?o(r[e]):r[e]&&r[e][t]}},d094:function(e,t){var n=\"\\\\ud800-\\\\udfff\",r=\"\\\\u0300-\\\\u036f\",i=\"\\\\ufe20-\\\\ufe2f\",o=\"\\\\u20d0-\\\\u20ff\",a=r+i+o,s=\"\\\\ufe0e\\\\ufe0f\",c=\"[\"+n+\"]\",l=\"[\"+a+\"]\",u=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",h=\"(?:\"+l+\"|\"+u+\")\",d=\"[^\"+n+\"]\",f=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",p=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",v=\"\\\\u200d\",m=h+\"?\",g=\"[\"+s+\"]?\",b=\"(?:\"+v+\"(?:\"+[d,f,p].join(\"|\")+\")\"+g+m+\")*\",y=g+m+b,C=\"(?:\"+[d+l+\"?\",l,f,p,c].join(\"|\")+\")\",w=RegExp(u+\"(?=\"+u+\")|\"+C+y,\"g\");function x(e){return e.match(w)||[]}e.exports=x},d16a:function(e,t,n){var r=n(\"fc5e\"),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},d1e7:function(e,t,n){\"use strict\";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);t.f=o?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},d256:function(e,t,n){var r=n(\"da84\");e.exports=r.Promise},d28b:function(e,t,n){var r=n(\"746f\");r(\"iterator\")},d2bb:function(e,t,n){var r=n(\"e330\"),i=n(\"825a\"),o=n(\"3bbe\");e.exports=Object.setPrototypeOf||(\"__proto__\"in{}?function(){var e,t=!1,n={};try{e=r(Object.getOwnPropertyDescriptor(Object.prototype,\"__proto__\").set),e(n,[]),t=n instanceof Array}catch(a){}return function(n,r){return i(n),o(r),t?e(n,r):n.__proto__=r,n}}():void 0)},d327:function(e,t){function n(){return[]}e.exports=n},d370:function(e,t,n){var r=n(\"253c\"),i=n(\"1310\"),o=Object.prototype,a=o.hasOwnProperty,s=o.propertyIsEnumerable,c=r(function(){return arguments}())?r:function(e){return i(e)&&a.call(e,\"callee\")&&!s.call(e,\"callee\")};e.exports=c},d3b7:function(e,t,n){var r=n(\"00ee\"),i=n(\"cb2d\"),o=n(\"b041\");r||i(Object.prototype,\"toString\",o,{unsafe:!0})},d41d:function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return c})),n.d(t,\"b\",(function(){return l}));var r=[\"moz\",\"ms\",\"webkit\"];function i(){var e=0;return function(t){var n=(new Date).getTime(),r=Math.max(0,16-(n-e)),i=window.setTimeout((function(){t(n+r)}),r);return e=n+r,i}}function o(){if(\"undefined\"===typeof window)return function(){};if(window.requestAnimationFrame)return window.requestAnimationFrame.bind(window);var e=r.filter((function(e){return e+\"RequestAnimationFrame\"in window}))[0];return e?window[e+\"RequestAnimationFrame\"]:i()}function a(e){if(\"undefined\"===typeof window)return null;if(window.cancelAnimationFrame)return window.cancelAnimationFrame(e);var t=r.filter((function(e){return e+\"CancelAnimationFrame\"in window||e+\"CancelRequestAnimationFrame\"in window}))[0];return t?(window[t+\"CancelAnimationFrame\"]||window[t+\"CancelRequestAnimationFrame\"]).call(this,e):clearTimeout(e)}var s=o(),c=function(e){return a(e.id)},l=function(e,t){var n=Date.now();function r(){Date.now()-n>=t?e.call():i.id=s(r)}var i={id:s(r)};return i}},d44e:function(e,t,n){var r=n(\"9bf2\").f,i=n(\"1a2d\"),o=n(\"b622\"),a=o(\"toStringTag\");e.exports=function(e,t,n){e&&!n&&(e=e.prototype),e&&!i(e,a)&&r(e,a,{configurable:!0,value:t})}},d46a:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"a0de\"),i=h(r),o=n(\"8726\"),a=h(o),s=n(\"ba1d\"),c=h(s),l=n(\"0978\"),u=h(l);function h(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]={locale:\"en\",Pagination:i[\"default\"],DatePicker:a[\"default\"],TimePicker:c[\"default\"],Calendar:u[\"default\"],global:{placeholder:\"Please select\"},Table:{filterTitle:\"Filter menu\",filterConfirm:\"OK\",filterReset:\"Reset\",selectAll:\"Select current page\",selectInvert:\"Invert current page\",sortTitle:\"Sort\",expand:\"Expand row\",collapse:\"Collapse row\"},Modal:{okText:\"OK\",cancelText:\"Cancel\",justOkText:\"OK\"},Popconfirm:{okText:\"OK\",cancelText:\"Cancel\"},Transfer:{titles:[\"\",\"\"],searchPlaceholder:\"Search here\",itemUnit:\"item\",itemsUnit:\"items\"},Upload:{uploading:\"Uploading...\",removeFile:\"Remove file\",uploadError:\"Upload error\",previewFile:\"Preview file\",downloadFile:\"Download file\"},Empty:{description:\"No Data\"},Icon:{icon:\"icon\"},Text:{edit:\"Edit\",copy:\"Copy\",copied:\"Copied\",expand:\"Expand\"},PageHeader:{back:\"Back\"}}},d4c3:function(e,t,n){var r=n(\"342f\"),i=n(\"da84\");e.exports=/ipad|iphone|ipod/i.test(r)&&void 0!==i.Pebble},d58f:function(e,t,n){var r=n(\"59ed\"),i=n(\"7b0b\"),o=n(\"44ad\"),a=n(\"07fa\"),s=TypeError,c=function(e){return function(t,n,c,l){r(n);var u=i(t),h=o(u),d=a(u),f=e?d-1:0,p=e?-1:1;if(c<2)while(1){if(f in h){l=h[f],f+=p;break}if(f+=p,e?f<0:d<=f)throw s(\"Reduce of empty array with no initial value\")}for(;e?f>=0:d>f;f+=p)f in h&&(l=n(l,h[f],f,u));return l}};e.exports={left:c(!1),right:c(!0)}},d612:function(e,t,n){var r=n(\"7b83\"),i=n(\"7ed2\"),o=n(\"dc0f\");function a(e){var t=-1,n=null==e?0:e.length;this.__data__=new r;while(++t<n)this.add(e[t])}a.prototype.add=a.prototype.push=i,a.prototype.has=o,e.exports=a},d6d6:function(e,t){var n=TypeError;e.exports=function(e,t){if(e<t)throw n(\"Not enough arguments\");return e}},d71b:function(e,t,n){\"use strict\";n.d(t,\"a\",(function(){return x}));const r={directive:\"wave\",color:\"currentColor\",initialOpacity:.2,finalOpacity:.1,duration:.4,dissolveDuration:.15,easing:\"ease-out\",cancellationPeriod:75,trigger:\"auto\",tagName:\"div\"},i=e=>\"config\"in e&&\"globalProperties\"in e.config,o=e=>{let t;return t=\"vue2\"!==e&&(\"vue3\"===e||i(e)),t?{mounted:\"mounted\",updated:\"updated\"}:{mounted:\"inserted\",updated:\"componentUpdated\"}},a=e=>\"string\"===typeof e&&\"auto\"!==e,s=(e,t)=>{e.dataset.vWaveBoundary=a(t)?t:\"true\"},c=({borderTopLeftRadius:e,borderTopRightRadius:t,borderBottomLeftRadius:n,borderBottomRightRadius:r},i)=>{const o=document.createElement(i);return o.style.top=\"0\",o.style.left=\"0\",o.style.width=\"100%\",o.style.height=\"100%\",o.style.display=\"block\",o.style.position=\"absolute\",o.style.borderRadius=`${e} ${t} ${r} ${n}`,o.style.overflow=\"hidden\",o.style.pointerEvents=\"none\",o.style.webkitMaskImage=\"-webkit-radial-gradient(white, black)\",o},l=(e,t,n,r)=>{const i=document.createElement(\"div\");return i.style.position=\"absolute\",i.style.width=n+\"px\",i.style.height=n+\"px\",i.style.top=t+\"px\",i.style.left=e+\"px\",i.style.background=r.color,i.style.borderRadius=\"50%\",i.style.opacity=\"\"+r.initialOpacity,i.style.transform=\"translate(-50%,-50%) scale(0)\",i.style.transition=`transform ${r.duration}s ${r.easing}, opacity ${r.duration}s ${r.easing}`,i};function u(e,t,n,r){const i=e-n,o=t-r;return Math.sqrt(i*i+o*o)}function h(e,t,{width:n,height:r}){const i=u(e,t,0,0),o=u(e,t,n,0),a=u(e,t,0,r),s=u(e,t,n,r);return Math.max(i,o,a,s)}const d=({x:e,y:t},{top:n,left:r})=>({x:e-r,y:t-n}),f=\"vWaveCountInternal\";function p(e){const t=g(e);m(e,t+1)}function v(e){const t=g(e);m(e,t-1)}function m(e,t){e.dataset[f]=t.toString()}function g(e){var t;return parseInt(null!==(t=e.dataset[f])&&void 0!==t?t:\"0\",10)}function b(e){delete e.dataset[f]}const y=(e,t,n)=>{const r=t.getBoundingClientRect(),i=window.getComputedStyle(t),{x:o,y:a}=d(e,r),s=2.05*h(o,a,r),u=c(i,n.tagName),f=l(o,a,s,n);p(t);let m=\"\";\"static\"===i.position&&(t.style.position&&(m=t.style.position),t.style.position=\"relative\"),u.appendChild(f),t.appendChild(u);let y=!1;const C=e=>{\"undefined\"!==typeof e&&(document.removeEventListener(\"pointerup\",C),document.removeEventListener(\"pointercancel\",C)),y?w():y=!0},w=()=>{f.style.transition=`opacity ${n.dissolveDuration}s linear`,f.style.opacity=\"0\",setTimeout(()=>{u.remove(),v(t),0===g(t)&&(b(t),t.style.position=m)},1e3*n.dissolveDuration)};document.addEventListener(\"pointerup\",C),document.addEventListener(\"pointercancel\",C);const x=setTimeout(()=>{document.removeEventListener(\"pointercancel\",S),requestAnimationFrame(()=>{f.style.transform=\"translate(-50%,-50%) scale(1)\",f.style.opacity=\"\"+n.finalOpacity,setTimeout(()=>C(),1e3*n.duration)})},n.cancellationPeriod),S=()=>{clearTimeout(x),u.remove(),document.removeEventListener(\"pointerup\",C),document.removeEventListener(\"pointercancel\",C),document.removeEventListener(\"pointercancel\",S)};document.addEventListener(\"pointercancel\",S)},C=new WeakMap,w=(e={},t=\"vue3\")=>{const n=Object.assign(Object.assign({},r),e),i=o(t),c=e=>{const t=e.currentTarget.dataset.vWaveTrigger,r=document.querySelectorAll(`[data-v-wave-boundary=\"${t}\"]`);r.forEach(t=>y(e,t,Object.assign(Object.assign({},n),C.get(t))))},l={[i.mounted](e,{value:t={}}){var r;C.set(e,t),s(e,null!==(r=t&&t.trigger)&&void 0!==r?r:n.trigger),e.addEventListener(\"pointerdown\",t=>{if(!1===C.get(e))return;const r=Object.assign(Object.assign({},n),C.get(e));if(!1===r.trigger)return y(t,e,r);if(a(r.trigger))return;const i=e.querySelector('[data-v-wave-trigger=\"true\"]');(i||!0!==r.trigger)&&(i&&!t.composedPath().includes(i)||y(t,e,r))})},[i.updated](e,{value:t={}}){var r;C.set(e,t),s(e,null!==(r=t&&t.trigger)&&void 0!==r?r:n.trigger)}},u={[i.mounted](e,{arg:t=\"true\"}){e.dataset.vWaveTrigger=t,\"true\"!==t&&e.addEventListener(\"pointerdown\",c)},[i.updated](e,{arg:t=\"true\"}){e.dataset.vWaveTrigger=t,\"true\"===t?e.removeEventListener(\"pointerdown\",c):e.addEventListener(\"pointerdown\",c)}};return{wave:l,vWave:l,waveTrigger:u,vWaveTrigger:u}},x={install(e,t={}){if(this.installed)return;this.installed=!0;const n=Object.assign(Object.assign({},r),t),{vWave:i,vWaveTrigger:o}=w(n,e);e.directive(n.directive,i),e.directive(n.directive+\"-trigger\",o)},installed:!1,createLocalWaveDirective:w}},d758:function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";return function(e,t){t.prototype.isSameOrAfter=function(e,t){return this.isSame(e,t)||this.isAfter(e,t)}}}))},d784:function(e,t,n){\"use strict\";n(\"ac1f\");var r=n(\"e330\"),i=n(\"cb2d\"),o=n(\"9263\"),a=n(\"d039\"),s=n(\"b622\"),c=n(\"9112\"),l=s(\"species\"),u=RegExp.prototype;e.exports=function(e,t,n,h){var d=s(e),f=!a((function(){var t={};return t[d]=function(){return 7},7!=\"\"[e](t)})),p=f&&!a((function(){var t=!1,n=/a/;return\"split\"===e&&(n={},n.constructor={},n.constructor[l]=function(){return n},n.flags=\"\",n[d]=/./[d]),n.exec=function(){return t=!0,null},n[d](\"\"),!t}));if(!f||!p||n){var v=r(/./[d]),m=t(d,\"\"[e],(function(e,t,n,i,a){var s=r(e),c=t.exec;return c===o||c===u.exec?f&&!a?{done:!0,value:v(t,n,i)}:{done:!0,value:s(n,t,i)}:{done:!1}}));i(String.prototype,e,m[0]),i(u,d,m[1])}h&&c(u[d],\"sham\",!0)}},d7ee:function(e,t,n){var r=n(\"c3fc\"),i=n(\"b047f\"),o=n(\"99d3\"),a=o&&o.isSet,s=a?i(a):r;e.exports=s},d925:function(e,t,n){\"use strict\";e.exports=function(e){return/^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(e)}},d96e:function(e,t,n){\"use strict\";var r=!1,i=function(){};if(r){var o=function(e,t){var n=arguments.length;t=new Array(n>1?n-1:0);for(var r=1;r<n;r++)t[r-1]=arguments[r];var i=0,o=\"Warning: \"+e.replace(/%s/g,(function(){return t[i++]}));\"undefined\"!==typeof console&&console.error(o);try{throw new Error(o)}catch(a){}};i=function(e,t,n){var r=arguments.length;n=new Array(r>2?r-2:0);for(var i=2;i<r;i++)n[i-2]=arguments[i];if(void 0===t)throw new Error(\"`warning(condition, format, ...args)` requires a warning message argument\");e||o.apply(null,[t].concat(n))}}e.exports=i},d9a8:function(e,t){function n(e){return e!==e}e.exports=n},d9b5:function(e,t,n){var r=n(\"d066\"),i=n(\"1626\"),o=n(\"3a9b\"),a=n(\"fdbf\"),s=Object;e.exports=a?function(e){return\"symbol\"==typeof e}:function(e){var t=r(\"Symbol\");return i(t)&&o(t.prototype,s(e))}},d9e2:function(e,t,n){var r=n(\"23e7\"),i=n(\"da84\"),o=n(\"2ba4\"),a=n(\"e5cb\"),s=\"WebAssembly\",c=i[s],l=7!==Error(\"e\",{cause:7}).cause,u=function(e,t){var n={};n[e]=a(e,t,l),r({global:!0,constructor:!0,arity:1,forced:l},n)},h=function(e,t){if(c&&c[e]){var n={};n[e]=a(s+\".\"+e,t,l),r({target:s,stat:!0,constructor:!0,arity:1,forced:l},n)}};u(\"Error\",(function(e){return function(t){return o(e,this,arguments)}})),u(\"EvalError\",(function(e){return function(t){return o(e,this,arguments)}})),u(\"RangeError\",(function(e){return function(t){return o(e,this,arguments)}})),u(\"ReferenceError\",(function(e){return function(t){return o(e,this,arguments)}})),u(\"SyntaxError\",(function(e){return function(t){return o(e,this,arguments)}})),u(\"TypeError\",(function(e){return function(t){return o(e,this,arguments)}})),u(\"URIError\",(function(e){return function(t){return o(e,this,arguments)}})),h(\"CompileError\",(function(e){return function(t){return o(e,this,arguments)}})),h(\"LinkError\",(function(e){return function(t){return o(e,this,arguments)}})),h(\"RuntimeError\",(function(e){return function(t){return o(e,this,arguments)}}))},d9f5:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"da84\"),o=n(\"c65b\"),a=n(\"e330\"),s=n(\"c430\"),c=n(\"83ab\"),l=n(\"4930\"),u=n(\"d039\"),h=n(\"1a2d\"),d=n(\"3a9b\"),f=n(\"825a\"),p=n(\"fc6a\"),v=n(\"a04b\"),m=n(\"577e\"),g=n(\"5c6c\"),b=n(\"7c73\"),y=n(\"df75\"),C=n(\"241c\"),w=n(\"057f\"),x=n(\"7418\"),S=n(\"06cf\"),k=n(\"9bf2\"),O=n(\"37e8\"),M=n(\"d1e7\"),z=n(\"cb2d\"),_=n(\"5692\"),T=n(\"f772\"),V=n(\"d012\"),j=n(\"90e3\"),P=n(\"b622\"),E=n(\"e538\"),H=n(\"746f\"),L=n(\"57b9\"),$=n(\"d44e\"),A=n(\"69f3\"),F=n(\"b727\").forEach,I=T(\"hidden\"),R=\"Symbol\",D=\"prototype\",N=A.set,B=A.getterFor(R),K=Object[D],W=i.Symbol,U=W&&W[D],q=i.TypeError,Y=i.QObject,G=S.f,X=k.f,J=w.f,Q=M.f,Z=a([].push),ee=_(\"symbols\"),te=_(\"op-symbols\"),ne=_(\"wks\"),re=!Y||!Y[D]||!Y[D].findChild,ie=c&&u((function(){return 7!=b(X({},\"a\",{get:function(){return X(this,\"a\",{value:7}).a}})).a}))?function(e,t,n){var r=G(K,t);r&&delete K[t],X(e,t,n),r&&e!==K&&X(K,t,r)}:X,oe=function(e,t){var n=ee[e]=b(U);return N(n,{type:R,tag:e,description:t}),c||(n.description=t),n},ae=function(e,t,n){e===K&&ae(te,t,n),f(e);var r=v(t);return f(n),h(ee,r)?(n.enumerable?(h(e,I)&&e[I][r]&&(e[I][r]=!1),n=b(n,{enumerable:g(0,!1)})):(h(e,I)||X(e,I,g(1,{})),e[I][r]=!0),ie(e,r,n)):X(e,r,n)},se=function(e,t){f(e);var n=p(t),r=y(n).concat(de(n));return F(r,(function(t){c&&!o(le,n,t)||ae(e,t,n[t])})),e},ce=function(e,t){return void 0===t?b(e):se(b(e),t)},le=function(e){var t=v(e),n=o(Q,this,t);return!(this===K&&h(ee,t)&&!h(te,t))&&(!(n||!h(this,t)||!h(ee,t)||h(this,I)&&this[I][t])||n)},ue=function(e,t){var n=p(e),r=v(t);if(n!==K||!h(ee,r)||h(te,r)){var i=G(n,r);return!i||!h(ee,r)||h(n,I)&&n[I][r]||(i.enumerable=!0),i}},he=function(e){var t=J(p(e)),n=[];return F(t,(function(e){h(ee,e)||h(V,e)||Z(n,e)})),n},de=function(e){var t=e===K,n=J(t?te:p(e)),r=[];return F(n,(function(e){!h(ee,e)||t&&!h(K,e)||Z(r,ee[e])})),r};l||(W=function(){if(d(U,this))throw q(\"Symbol is not a constructor\");var e=arguments.length&&void 0!==arguments[0]?m(arguments[0]):void 0,t=j(e),n=function(e){this===K&&o(n,te,e),h(this,I)&&h(this[I],t)&&(this[I][t]=!1),ie(this,t,g(1,e))};return c&&re&&ie(K,t,{configurable:!0,set:n}),oe(t,e)},U=W[D],z(U,\"toString\",(function(){return B(this).tag})),z(W,\"withoutSetter\",(function(e){return oe(j(e),e)})),M.f=le,k.f=ae,O.f=se,S.f=ue,C.f=w.f=he,x.f=de,E.f=function(e){return oe(P(e),e)},c&&(X(U,\"description\",{configurable:!0,get:function(){return B(this).description}}),s||z(K,\"propertyIsEnumerable\",le,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!l,sham:!l},{Symbol:W}),F(y(ne),(function(e){H(e)})),r({target:R,stat:!0,forced:!l},{useSetter:function(){re=!0},useSimple:function(){re=!1}}),r({target:\"Object\",stat:!0,forced:!l,sham:!c},{create:ce,defineProperty:ae,defineProperties:se,getOwnPropertyDescriptor:ue}),r({target:\"Object\",stat:!0,forced:!l},{getOwnPropertyNames:he}),L(),$(W,R),V[I]=!0},da03:function(e,t,n){var r=n(\"2b3e\"),i=r[\"__core-js_shared__\"];e.exports=i},da84:function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n(\"object\"==typeof globalThis&&globalThis)||n(\"object\"==typeof window&&window)||n(\"object\"==typeof self&&self)||n(\"object\"==typeof t&&t)||function(){return this}()||Function(\"return this\")()}).call(this,n(\"c8ba\"))},daa3:function(e,t,n){\"use strict\";n.d(t,\"i\",(function(){return V})),n.d(t,\"h\",(function(){return j})),n.d(t,\"k\",(function(){return P})),n.d(t,\"f\",(function(){return E})),n.d(t,\"q\",(function(){return H})),n.d(t,\"u\",(function(){return L})),n.d(t,\"v\",(function(){return $})),n.d(t,\"c\",(function(){return A})),n.d(t,\"x\",(function(){return I})),n.d(t,\"s\",(function(){return g})),n.d(t,\"l\",(function(){return k})),n.d(t,\"g\",(function(){return O})),n.d(t,\"o\",(function(){return S})),n.d(t,\"m\",(function(){return M})),n.d(t,\"j\",(function(){return T})),n.d(t,\"e\",(function(){return _})),n.d(t,\"r\",(function(){return z})),n.d(t,\"y\",(function(){return m})),n.d(t,\"t\",(function(){return F})),n.d(t,\"w\",(function(){return R})),n.d(t,\"a\",(function(){return v})),n.d(t,\"p\",(function(){return C})),n.d(t,\"n\",(function(){return w})),n.d(t,\"d\",(function(){return x}));var r=n(\"1098\"),i=n.n(r),o=n(\"b24f\"),a=n.n(o),s=n(\"41b2\"),c=n.n(s),l=n(\"60ed\"),u=n.n(l),h=n(\"4d26\"),d=n.n(h);function f(e){var t=e&&e.toString().match(/^\\s*function (\\w+)/);return t?t[1]:\"\"}var p=/-(\\w)/g,v=function(e){return e.replace(p,(function(e,t){return t?t.toUpperCase():\"\"}))},m=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=arguments[1],n={},r=/;(?![^(]*\\))/g,i=/:(.+)/;return e.split(r).forEach((function(e){if(e){var r=e.split(i);if(r.length>1){var o=t?v(r[0].trim()):r[0].trim();n[o]=r[1].trim()}}})),n},g=function(e,t){var n=e.$options||{},r=n.propsData||{};return t in r},b=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n={};return Object.keys(e).forEach((function(r){(r in t||void 0!==e[r])&&(n[r]=e[r])})),n},y=function(e){return e.data&&e.data.scopedSlots||{}},C=function(e){var t=e.componentOptions||{};e.$vnode&&(t=e.$vnode.componentOptions||{});var n=e.children||t.children||[],r={};return n.forEach((function(e){if(!L(e)){var t=e.data&&e.data.slot||\"default\";r[t]=r[t]||[],r[t].push(e)}})),c()({},r,y(e))},w=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"default\",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return e.$scopedSlots&&e.$scopedSlots[t]&&e.$scopedSlots[t](n)||e.$slots[t]||[]},x=function(e){var t=e.componentOptions||{};return e.$vnode&&(t=e.$vnode.componentOptions||{}),e.children||t.children||[]},S=function(e){if(e.fnOptions)return e.fnOptions;var t=e.componentOptions;return e.$vnode&&(t=e.$vnode.componentOptions),t&&t.Ctor.options||{}},k=function(e){if(e.componentOptions){var t=e.componentOptions,n=t.propsData,r=void 0===n?{}:n,i=t.Ctor,o=void 0===i?{}:i,s=(o.options||{}).props||{},l={},u=!0,h=!1,d=void 0;try{for(var p,v=Object.entries(s)[Symbol.iterator]();!(u=(p=v.next()).done);u=!0){var m=p.value,g=a()(m,2),y=g[0],C=g[1],w=C[\"default\"];void 0!==w&&(l[y]=\"function\"===typeof w&&\"Function\"!==f(C.type)?w.call(e):w)}}catch(M){h=!0,d=M}finally{try{!u&&v[\"return\"]&&v[\"return\"]()}finally{if(h)throw d}}return c()({},l,r)}var x=e.$options,S=void 0===x?{}:x,k=e.$props,O=void 0===k?{}:k;return b(O,S.propsData)},O=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e,r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];if(e.$createElement){var i=e.$createElement,o=e[t];return void 0!==o?\"function\"===typeof o&&r?o(i,n):o:e.$scopedSlots[t]&&r&&e.$scopedSlots[t](n)||e.$scopedSlots[t]||e.$slots[t]||void 0}var a=e.context.$createElement,s=M(e)[t];if(void 0!==s)return\"function\"===typeof s&&r?s(a,n):s;var c=y(e)[t];if(void 0!==c)return\"function\"===typeof c&&r?c(a,n):c;var l=[],u=e.componentOptions||{};return(u.children||[]).forEach((function(e){e.data&&e.data.slot===t&&(e.data.attrs&&delete e.data.attrs.slot,\"template\"===e.tag?l.push(e.children):l.push(e))})),l.length?l:void 0},M=function(e){var t=e.componentOptions;return e.$vnode&&(t=e.$vnode.componentOptions),t&&t.propsData||{}},z=function(e,t){return M(e)[t]},_=function(e){var t=e.data;return e.$vnode&&(t=e.$vnode.data),t&&t.attrs||{}},T=function(e){var t=e.key;return e.$vnode&&(t=e.$vnode.key),t};function V(e){var t={};return e.componentOptions&&e.componentOptions.listeners?t=e.componentOptions.listeners:e.data&&e.data.on&&(t=e.data.on),c()({},t)}function j(e){var t={};return e.data&&e.data.on&&(t=e.data.on),c()({},t)}function P(e){return(e.$vnode?e.$vnode.componentOptions.listeners:e.$listeners)||{}}function E(e){var t={};e.data?t=e.data:e.$vnode&&e.$vnode.data&&(t=e.$vnode.data);var n=t[\"class\"]||{},r=t.staticClass,i={};return r&&r.split(\" \").forEach((function(e){i[e.trim()]=!0})),\"string\"===typeof n?n.split(\" \").forEach((function(e){i[e.trim()]=!0})):Array.isArray(n)?d()(n).split(\" \").forEach((function(e){i[e.trim()]=!0})):i=c()({},i,n),i}function H(e,t){var n={};e.data?n=e.data:e.$vnode&&e.$vnode.data&&(n=e.$vnode.data);var r=n.style||n.staticStyle;if(\"string\"===typeof r)r=m(r,t);else if(t&&r){var i={};return Object.keys(r).forEach((function(e){return i[v(e)]=r[e]})),i}return r}function L(e){return!(e.tag||e.text&&\"\"!==e.text.trim())}function $(e){return!e.tag}function A(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.filter((function(e){return!L(e)}))}var F=function(e,t){return Object.keys(t).forEach((function(n){if(!e[n])throw new Error(\"not have \"+n+\" prop\");e[n].def&&(e[n]=e[n].def(t[n]))})),e};function I(){var e=[].slice.call(arguments,0),t={};return e.forEach((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=!0,r=!1,i=void 0;try{for(var o,s=Object.entries(e)[Symbol.iterator]();!(n=(o=s.next()).done);n=!0){var l=o.value,h=a()(l,2),d=h[0],f=h[1];t[d]=t[d]||{},u()(f)?c()(t[d],f):t[d]=f}}catch(p){r=!0,i=p}finally{try{!n&&s[\"return\"]&&s[\"return\"]()}finally{if(r)throw i}}})),t}function R(e){return e&&\"object\"===(\"undefined\"===typeof e?\"undefined\":i()(e))&&\"componentOptions\"in e&&\"context\"in e&&void 0!==e.tag}t[\"b\"]=g},db14:function(e,t,n){\"use strict\";var r=n(\"46cf\"),i=n.n(r),o=n(\"129d\"),a=n(\"dfdf\");function s(e){return e.directive(\"ant-portal\",{inserted:function(e,t){var n=t.value,r=\"function\"===typeof n?n(e):n;r!==e.parentNode&&r.appendChild(e)},componentUpdated:function(e,t){var n=t.value,r=\"function\"===typeof n?n(e):n;r!==e.parentNode&&r.appendChild(e)}})}var c={install:function(e){e.use(i.a,{name:\"ant-ref\"}),Object(o[\"a\"])(e),Object(a[\"a\"])(e),s(e)}},l={},u=function(e){l.Vue=e,e.use(c)};l.install=u;t[\"a\"]=l},dbb4:function(e,t,n){var r=n(\"23e7\"),i=n(\"83ab\"),o=n(\"56ef\"),a=n(\"fc6a\"),s=n(\"06cf\"),c=n(\"8418\");r({target:\"Object\",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(e){var t,n,r=a(e),i=s.f,l=o(r),u={},h=0;while(l.length>h)n=i(r,t=l[h++]),void 0!==n&&c(u,t,n);return u}})},dc0f:function(e,t){function n(e){return this.__data__.has(e)}e.exports=n},dc4a:function(e,t,n){var r=n(\"59ed\");e.exports=function(e,t){var n=e[t];return null==n?void 0:r(n)}},dc57:function(e,t){var n=Function.prototype,r=n.toString;function i(e){if(null!=e){try{return r.call(e)}catch(t){}try{return e+\"\"}catch(t){}}return\"\"}e.exports=i},dcbe:function(e,t,n){var r=n(\"30c9\"),i=n(\"1310\");function o(e){return i(e)&&r(e)}e.exports=o},ddb0:function(e,t,n){var r=n(\"da84\"),i=n(\"fdbc\"),o=n(\"785a\"),a=n(\"e260\"),s=n(\"9112\"),c=n(\"b622\"),l=c(\"iterator\"),u=c(\"toStringTag\"),h=a.values,d=function(e,t){if(e){if(e[l]!==h)try{s(e,l,h)}catch(r){e[l]=h}if(e[u]||s(e,u,t),i[t])for(var n in a)if(e[n]!==a[n])try{s(e,n,a[n])}catch(r){e[n]=a[n]}}};for(var f in i)d(r[f]&&r[f].prototype,f);d(o,\"DOMTokenList\")},df75:function(e,t,n){var r=n(\"ca84\"),i=n(\"7839\");e.exports=Object.keys||function(e){return r(e,i)}},df7c:function(e,t,n){(function(e){function n(e,t){for(var n=0,r=e.length-1;r>=0;r--){var i=e[r];\".\"===i?e.splice(r,1):\"..\"===i?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift(\"..\");return e}function r(e){\"string\"!==typeof e&&(e+=\"\");var t,n=0,r=-1,i=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!i){n=t+1;break}}else-1===r&&(i=!1,r=t+1);return-1===r?\"\":e.slice(n,r)}function i(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r<e.length;r++)t(e[r],r,e)&&n.push(e[r]);return n}t.resolve=function(){for(var t=\"\",r=!1,o=arguments.length-1;o>=-1&&!r;o--){var a=o>=0?arguments[o]:e.cwd();if(\"string\"!==typeof a)throw new TypeError(\"Arguments to path.resolve must be strings\");a&&(t=a+\"/\"+t,r=\"/\"===a.charAt(0))}return t=n(i(t.split(\"/\"),(function(e){return!!e})),!r).join(\"/\"),(r?\"/\":\"\")+t||\".\"},t.normalize=function(e){var r=t.isAbsolute(e),a=\"/\"===o(e,-1);return e=n(i(e.split(\"/\"),(function(e){return!!e})),!r).join(\"/\"),e||r||(e=\".\"),e&&a&&(e+=\"/\"),(r?\"/\":\"\")+e},t.isAbsolute=function(e){return\"/\"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(i(e,(function(e,t){if(\"string\"!==typeof e)throw new TypeError(\"Arguments to path.join must be strings\");return e})).join(\"/\"))},t.relative=function(e,n){function r(e){for(var t=0;t<e.length;t++)if(\"\"!==e[t])break;for(var n=e.length-1;n>=0;n--)if(\"\"!==e[n])break;return t>n?[]:e.slice(t,n-t+1)}e=t.resolve(e).substr(1),n=t.resolve(n).substr(1);for(var i=r(e.split(\"/\")),o=r(n.split(\"/\")),a=Math.min(i.length,o.length),s=a,c=0;c<a;c++)if(i[c]!==o[c]){s=c;break}var l=[];for(c=s;c<i.length;c++)l.push(\"..\");return l=l.concat(o.slice(s)),l.join(\"/\")},t.sep=\"/\",t.delimiter=\":\",t.dirname=function(e){if(\"string\"!==typeof e&&(e+=\"\"),0===e.length)return\".\";for(var t=e.charCodeAt(0),n=47===t,r=-1,i=!0,o=e.length-1;o>=1;--o)if(t=e.charCodeAt(o),47===t){if(!i){r=o;break}}else i=!1;return-1===r?n?\"/\":\".\":n&&1===r?\"/\":e.slice(0,r)},t.basename=function(e,t){var n=r(e);return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},t.extname=function(e){\"string\"!==typeof e&&(e+=\"\");for(var t=-1,n=0,r=-1,i=!0,o=0,a=e.length-1;a>=0;--a){var s=e.charCodeAt(a);if(47!==s)-1===r&&(i=!1,r=a+1),46===s?-1===t?t=a:1!==o&&(o=1):-1!==t&&(o=-1);else if(!i){n=a+1;break}}return-1===t||-1===r||0===o||1===o&&t===r-1&&t===n+1?\"\":e.slice(t,r)};var o=\"b\"===\"ab\".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)}}).call(this,n(\"4362\"))},dfdf:function(e,t,n){\"use strict\";function r(e){return e.directive(\"decorator\",{})}n.d(t,\"a\",(function(){return r})),t[\"b\"]={install:function(e){r(e)}}},dfe5:function(e,t){},e01a:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"83ab\"),o=n(\"da84\"),a=n(\"e330\"),s=n(\"1a2d\"),c=n(\"1626\"),l=n(\"3a9b\"),u=n(\"577e\"),h=n(\"9bf2\").f,d=n(\"e893\"),f=o.Symbol,p=f&&f.prototype;if(i&&c(f)&&(!(\"description\"in p)||void 0!==f().description)){var v={},m=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:u(arguments[0]),t=l(p,this)?new f(e):void 0===e?f():f(e);return\"\"===e&&(v[t]=!0),t};d(m,f),m.prototype=p,p.constructor=m;var g=\"Symbol(test)\"==String(f(\"test\")),b=a(p.toString),y=a(p.valueOf),C=/^Symbol\\((.*)\\)[^)]+$/,w=a(\"\".replace),x=a(\"\".slice);h(p,\"description\",{configurable:!0,get:function(){var e=y(this),t=b(e);if(s(v,e))return\"\";var n=g?x(t,7,-1):w(t,C,\"$1\");return\"\"===n?void 0:n}}),r({global:!0,constructor:!0,forced:!0},{Symbol:m})}},e0e7:function(e,t,n){var r=n(\"60ed\");function i(e){return r(e)?void 0:e}e.exports=i},e163:function(e,t,n){var r=n(\"1a2d\"),i=n(\"1626\"),o=n(\"7b0b\"),a=n(\"f772\"),s=n(\"e177\"),c=a(\"IE_PROTO\"),l=Object,u=l.prototype;e.exports=s?l.getPrototypeOf:function(e){var t=o(e);if(r(t,c))return t[c];var n=t.constructor;return i(n)&&t instanceof n?n.prototype:t instanceof l?u:null}},e177:function(e,t,n){var r=n(\"d039\");e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},e198:function(e,t,n){var r=n(\"ef08\"),i=n(\"5524\"),o=n(\"e444\"),a=n(\"fcd4\"),s=n(\"1a14\").f;e.exports=function(e){var t=i.Symbol||(i.Symbol=o?{}:r.Symbol||{});\"_\"==e.charAt(0)||e in t||s(t,e,{value:a.f(e)})}},e24b:function(e,t,n){var r=n(\"49f4\"),i=n(\"1efc\"),o=n(\"bbc0\"),a=n(\"7a48\"),s=n(\"2524\");function c(e){var t=-1,n=null==e?0:e.length;this.clear();while(++t<n){var r=e[t];this.set(r[0],r[1])}}c.prototype.clear=r,c.prototype[\"delete\"]=i,c.prototype.get=o,c.prototype.has=a,c.prototype.set=s,e.exports=c},e260:function(e,t,n){\"use strict\";var r=n(\"fc6a\"),i=n(\"44d2\"),o=n(\"3f8c\"),a=n(\"69f3\"),s=n(\"9bf2\").f,c=n(\"7dd0\"),l=n(\"c430\"),u=n(\"83ab\"),h=\"Array Iterator\",d=a.set,f=a.getterFor(h);e.exports=c(Array,\"Array\",(function(e,t){d(this,{type:h,target:r(e),index:0,kind:t})}),(function(){var e=f(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):\"keys\"==n?{value:r,done:!1}:\"values\"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),\"values\");var p=o.Arguments=o.Array;if(i(\"keys\"),i(\"values\"),i(\"entries\"),!l&&u&&\"values\"!==p.name)try{s(p,\"name\",{value:\"values\"})}catch(v){}},e2c0:function(e,t,n){var r=n(\"e2e4\"),i=n(\"d370\"),o=n(\"6747\"),a=n(\"c098\"),s=n(\"b218\"),c=n(\"f4d6\");function l(e,t,n){t=r(t,e);var l=-1,u=t.length,h=!1;while(++l<u){var d=c(t[l]);if(!(h=null!=e&&n(e,d)))break;e=e[d]}return h||++l!=u?h:(u=null==e?0:e.length,!!u&&s(u)&&a(d,u)&&(o(e)||i(e)))}e.exports=l},e2e4:function(e,t,n){var r=n(\"6747\"),i=n(\"f608\"),o=n(\"18d8\"),a=n(\"76dd\");function s(e,t){return r(e)?e:i(e,t)?[e]:o(a(e))}e.exports=s},e330:function(e,t,n){var r=n(\"40d5\"),i=Function.prototype,o=i.bind,a=i.call,s=r&&o.bind(a,a);e.exports=r?function(e){return e&&s(e)}:function(e){return e&&function(){return a.apply(e,arguments)}}},e34a:function(e,t,n){var r=n(\"8b1a\")(\"meta\"),i=n(\"7a41\"),o=n(\"9c0e\"),a=n(\"1a14\").f,s=0,c=Object.isExtensible||function(){return!0},l=!n(\"4b8b\")((function(){return c(Object.preventExtensions({}))})),u=function(e){a(e,r,{value:{i:\"O\"+ ++s,w:{}}})},h=function(e,t){if(!i(e))return\"symbol\"==typeof e?e:(\"string\"==typeof e?\"S\":\"P\")+e;if(!o(e,r)){if(!c(e))return\"F\";if(!t)return\"E\";u(e)}return e[r].i},d=function(e,t){if(!o(e,r)){if(!c(e))return!0;if(!t)return!1;u(e)}return e[r].w},f=function(e){return l&&p.NEED&&c(e)&&!o(e,r)&&u(e),e},p=e.exports={KEY:r,NEED:!1,fastKey:h,getWeak:d,onFreeze:f}},e380:function(e,t,n){var r=n(\"7b83\"),i=\"Expected a function\";function o(e,t){if(\"function\"!=typeof e||null!=t&&\"function\"!=typeof t)throw new TypeError(i);var n=function(){var r=arguments,i=t?t.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=e.apply(this,r);return n.cache=o.set(i,a)||o,a};return n.cache=new(o.Cache||r),n}o.Cache=r,e.exports=o},e391:function(e,t,n){var r=n(\"577e\");e.exports=function(e,t){return void 0===e?arguments.length<2?\"\":t:r(e)}},e3f8:function(e,t,n){var r=n(\"656b\");function i(e){return function(t){return r(t,e)}}e.exports=i},e439:function(e,t,n){var r=n(\"23e7\"),i=n(\"d039\"),o=n(\"fc6a\"),a=n(\"06cf\").f,s=n(\"83ab\"),c=i((function(){a(1)})),l=!s||c;r({target:\"Object\",stat:!0,forced:l,sham:!s},{getOwnPropertyDescriptor:function(e,t){return a(o(e),t)}})},e444:function(e,t){e.exports=!0},e507:function(e,t,n){var r=n(\"512c\");r(r.S+r.F,\"Object\",{assign:n(\"072d\")})},e538:function(e,t,n){var r=n(\"b622\");t.f=r},e5383:function(e,t,n){(function(e){var r=n(\"2b3e\"),i=t&&!t.nodeType&&t,o=i&&\"object\"==typeof e&&e&&!e.nodeType&&e,a=o&&o.exports===i,s=a?r.Buffer:void 0,c=s?s.allocUnsafe:void 0;function l(e,t){if(t)return e.slice();var n=e.length,r=c?c(n):new e.constructor(n);return e.copy(r),r}e.exports=l}).call(this,n(\"62e4\")(e))},e5cb:function(e,t,n){\"use strict\";var r=n(\"d066\"),i=n(\"1a2d\"),o=n(\"9112\"),a=n(\"3a9b\"),s=n(\"d2bb\"),c=n(\"e893\"),l=n(\"aeb0\"),u=n(\"7156\"),h=n(\"e391\"),d=n(\"ab36\"),f=n(\"c770\"),p=n(\"b980\"),v=n(\"83ab\"),m=n(\"c430\");e.exports=function(e,t,n,g){var b=\"stackTraceLimit\",y=g?2:1,C=e.split(\".\"),w=C[C.length-1],x=r.apply(null,C);if(x){var S=x.prototype;if(!m&&i(S,\"cause\")&&delete S.cause,!n)return x;var k=r(\"Error\"),O=t((function(e,t){var n=h(g?t:e,void 0),r=g?new x(e):new x;return void 0!==n&&o(r,\"message\",n),p&&o(r,\"stack\",f(r.stack,2)),this&&a(S,this)&&u(r,this,O),arguments.length>y&&d(r,arguments[y]),r}));if(O.prototype=S,\"Error\"!==w?s?s(O,k):c(O,k,{name:!0}):v&&b in x&&(l(O,x,b),l(O,x,\"prepareStackTrace\")),c(O,x),!m)try{S.name!==w&&o(S,\"name\",w),S.constructor=O}catch(M){}return O}}},e5cd:function(e,t,n){\"use strict\";var r=n(\"41b2\"),i=n.n(r),o=n(\"4d91\"),a=n(\"02ea\");t[\"a\"]={name:\"LocaleReceiver\",props:{componentName:o[\"a\"].string.def(\"global\"),defaultLocale:o[\"a\"].oneOfType([o[\"a\"].object,o[\"a\"].func]),children:o[\"a\"].func},inject:{localeData:{default:function(){return{}}}},methods:{getLocale:function(){var e=this.componentName,t=this.defaultLocale,n=t||a[\"a\"][e||\"global\"],r=this.localeData.antLocale,o=e&&r?r[e]:{};return i()({},\"function\"===typeof n?n():n,o||{})},getLocaleCode:function(){var e=this.localeData.antLocale,t=e&&e.locale;return e&&e.exist&&!t?a[\"a\"].locale:t}},render:function(){var e=this.$scopedSlots,t=this.children||e[\"default\"],n=this.localeData.antLocale;return t(this.getLocale(),this.getLocaleCode(),n)}}},e667:function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},e683:function(e,t,n){\"use strict\";e.exports=function(e,t){return t?e.replace(/\\/+$/,\"\")+\"/\"+t.replace(/^\\/+/,\"\"):e}},e6cf:function(e,t,n){n(\"5e7e\"),n(\"14e5\"),n(\"cc98\"),n(\"3529\"),n(\"f22b\"),n(\"7149\")},e893:function(e,t,n){var r=n(\"1a2d\"),i=n(\"56ef\"),o=n(\"06cf\"),a=n(\"9bf2\");e.exports=function(e,t,n){for(var s=i(t),c=a.f,l=o.f,u=0;u<s.length;u++){var h=s[u];r(e,h)||n&&r(n,h)||c(e,h,l(t,h))}}},e8b5:function(e,t,n){var r=n(\"c6b6\");e.exports=Array.isArray||function(e){return\"Array\"==r(e)}},e95a:function(e,t,n){var r=n(\"b622\"),i=n(\"3f8c\"),o=r(\"iterator\"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||a[o]===e)}},e9c4:function(e,t,n){var r=n(\"23e7\"),i=n(\"d066\"),o=n(\"2ba4\"),a=n(\"c65b\"),s=n(\"e330\"),c=n(\"d039\"),l=n(\"e8b5\"),u=n(\"1626\"),h=n(\"861d\"),d=n(\"d9b5\"),f=n(\"f36a\"),p=n(\"4930\"),v=i(\"JSON\",\"stringify\"),m=s(/./.exec),g=s(\"\".charAt),b=s(\"\".charCodeAt),y=s(\"\".replace),C=s(1..toString),w=/[\\uD800-\\uDFFF]/g,x=/^[\\uD800-\\uDBFF]$/,S=/^[\\uDC00-\\uDFFF]$/,k=!p||c((function(){var e=i(\"Symbol\")();return\"[null]\"!=v([e])||\"{}\"!=v({a:e})||\"{}\"!=v(Object(e))})),O=c((function(){return'\"\\\\udf06\\\\ud834\"'!==v(\"\\udf06\\ud834\")||'\"\\\\udead\"'!==v(\"\\udead\")})),M=function(e,t){var n=f(arguments),r=t;if((h(t)||void 0!==e)&&!d(e))return l(t)||(t=function(e,t){if(u(r)&&(t=a(r,this,e,t)),!d(t))return t}),n[1]=t,o(v,null,n)},z=function(e,t,n){var r=g(n,t-1),i=g(n,t+1);return m(x,e)&&!m(S,i)||m(S,e)&&!m(x,r)?\"\\\\u\"+C(b(e,0),16):e};v&&r({target:\"JSON\",stat:!0,arity:3,forced:k||O},{stringify:function(e,t,n){var r=f(arguments),i=o(k?M:v,null,r);return O&&\"string\"==typeof i?y(i,w,z):i}})},ea34:function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},eac5:function(e,t){var n=Object.prototype;function r(e){var t=e&&e.constructor,r=\"function\"==typeof t&&t.prototype||n;return e===r}e.exports=r},ebf0:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"4143\"),i=h(r),o=n(\"a6ec\"),a=h(o),s=n(\"9e70\"),c=h(s),l=n(\"a37b\"),u=h(l);function h(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]={locale:\"zh-tw\",Pagination:i[\"default\"],DatePicker:a[\"default\"],TimePicker:c[\"default\"],Calendar:u[\"default\"],Table:{filterTitle:\"篩選器\",filterConfirm:\"確定\",filterReset:\"重置\",selectAll:\"全部選取\",selectInvert:\"反向選取\",sortTitle:\"排序\",expand:\"展開行\",collapse:\"關閉行\"},Modal:{okText:\"確定\",cancelText:\"取消\",justOkText:\"知道了\"},Popconfirm:{okText:\"確定\",cancelText:\"取消\"},Transfer:{searchPlaceholder:\"搜尋資料\",itemUnit:\"項目\",itemsUnit:\"項目\"},Upload:{uploading:\"正在上傳...\",removeFile:\"刪除檔案\",uploadError:\"上傳失敗\",previewFile:\"檔案預覽\",downloadFile:\"下载文件\"},Empty:{description:\"無此資料\"},PageHeader:{back:\"返回\"}}},ec26:function(e,t,n){\"use strict\";const r=\"undefined\"!==typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto);var i={randomUUID:r};let o;const a=new Uint8Array(16);function s(){if(!o&&(o=\"undefined\"!==typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!o))throw new Error(\"crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported\");return o(a)}const c=[];for(let h=0;h<256;++h)c.push((h+256).toString(16).slice(1));function l(e,t=0){return(c[e[t+0]]+c[e[t+1]]+c[e[t+2]]+c[e[t+3]]+\"-\"+c[e[t+4]]+c[e[t+5]]+\"-\"+c[e[t+6]]+c[e[t+7]]+\"-\"+c[e[t+8]]+c[e[t+9]]+\"-\"+c[e[t+10]]+c[e[t+11]]+c[e[t+12]]+c[e[t+13]]+c[e[t+14]]+c[e[t+15]]).toLowerCase()}function u(e,t,n){if(i.randomUUID&&!t&&!e)return i.randomUUID();e=e||{};const r=e.random||(e.rng||s)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(let e=0;e<16;++e)t[n+e]=r[e];return t}return l(r)}t[\"a\"]=u},ec69:function(e,t,n){var r=n(\"6fcd\"),i=n(\"03dd\"),o=n(\"30c9\");function a(e){return o(e)?r(e):i(e)}e.exports=a},ec8c:function(e,t){function n(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}e.exports=n},edfa:function(e,t){function n(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}e.exports=n},ef08:function(e,t){var n=e.exports=\"undefined\"!=typeof window&&window.Math==Math?window:\"undefined\"!=typeof self&&self.Math==Math?self:Function(\"return this\")();\"number\"==typeof __g&&(__g=n)},ef5d:function(e,t){function n(e){return function(t){return null==t?void 0:t[e]}}e.exports=n},efb6:function(e,t,n){var r=n(\"5e2e\");function i(){this.__data__=new r,this.size=0}e.exports=i},efec:function(e,t,n){var r=n(\"1a2d\"),i=n(\"cb2d\"),o=n(\"51eb\"),a=n(\"b622\"),s=a(\"toPrimitive\"),c=Date.prototype;r(c,s)||i(c,s,o)},f069:function(e,t,n){\"use strict\";var r=n(\"59ed\"),i=function(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError(\"Bad Promise constructor\");t=e,n=r})),this.resolve=r(t),this.reject=r(n)};e.exports.f=function(e){return new i(e)}},f22b:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"c65b\"),o=n(\"f069\"),a=n(\"4738\").CONSTRUCTOR;r({target:\"Promise\",stat:!0,forced:a},{reject:function(e){var t=o.f(this);return i(t.reject,void 0,e),t.promise}})},f23d:function(e,t,n){\"use strict\";var r=n(\"92fa\"),i=n.n(r),o=n(\"6042\"),a=n.n(o),s=n(\"4d91\"),c=n(\"4d26\"),l=n.n(c),u=n(\"0464\"),h=n(\"6dd8\"),d={name:\"ResizeObserver\",props:{disabled:Boolean},data:function(){return this.currentElement=null,this.resizeObserver=null,{width:0,height:0}},mounted:function(){this.onComponentUpdated()},updated:function(){this.onComponentUpdated()},beforeDestroy:function(){this.destroyObserver()},methods:{onComponentUpdated:function(){var e=this.$props.disabled;if(e)this.destroyObserver();else{var t=this.$el,n=t!==this.currentElement;n&&(this.destroyObserver(),this.currentElement=t),!this.resizeObserver&&t&&(this.resizeObserver=new h[\"a\"](this.onResize),this.resizeObserver.observe(t))}},onResize:function(e){var t=e[0].target,n=t.getBoundingClientRect(),r=n.width,i=n.height,o=Math.floor(r),a=Math.floor(i);if(this.width!==o||this.height!==a){var s={width:o,height:a};this.width=o,this.height=a,this.$emit(\"resize\",s)}},destroyObserver:function(){this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}},render:function(){return this.$slots[\"default\"][0]}},f=d,p=n(\"b488\"),v=n(\"9b57\"),m=n.n(v),g=n(\"c449\"),b=n.n(g);function y(e){var t=void 0,n=function(n){return function(){t=null,e.apply(void 0,m()(n))}},r=function(){for(var e=arguments.length,r=Array(e),i=0;i<e;i++)r[i]=arguments[i];null==t&&(t=b()(n(r)))};return r.cancel=function(){return b.a.cancel(t)},r}var C=n(\"9cba\"),w=n(\"db14\"),x=n(\"6a21\"),S=n(\"2c80\"),k=n.n(S);function O(e,t,n,r){return k()(e,t,n,r)}function M(e){return e!==window?e.getBoundingClientRect():{top:0,bottom:window.innerHeight}}function z(e,t,n){if(void 0!==n&&t.top>e.top-n)return n+t.top+\"px\"}function _(e,t,n){if(void 0!==n&&t.bottom<e.bottom+n){var r=window.innerHeight-t.bottom;return n+r+\"px\"}}var T=[\"resize\",\"scroll\",\"touchstart\",\"touchmove\",\"touchend\",\"pageshow\",\"load\"],V=[];function j(e,t){if(e){var n=V.find((function(t){return t.target===e}));n?n.affixList.push(t):(n={target:e,affixList:[t],eventHandlers:{}},V.push(n),T.forEach((function(t){n.eventHandlers[t]=O(e,t,(function(){n.affixList.forEach((function(e){e.lazyUpdatePosition()}))}))})))}}function P(e){var t=V.find((function(t){var n=t.affixList.some((function(t){return t===e}));return n&&(t.affixList=t.affixList.filter((function(t){return t!==e}))),n}));t&&0===t.affixList.length&&(V=V.filter((function(e){return e!==t})),T.forEach((function(e){var n=t.eventHandlers[e];n&&n.remove&&n.remove()})))}function E(){return\"undefined\"!==typeof window?window:null}var H={offsetTop:s[\"a\"].number,offset:s[\"a\"].number,offsetBottom:s[\"a\"].number,target:s[\"a\"].func.def(E),prefixCls:s[\"a\"].string},L={None:\"none\",Prepare:\"Prepare\"},$={name:\"AAffix\",props:H,mixins:[p[\"a\"]],inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{affixStyle:void 0,placeholderStyle:void 0,status:L.None,lastAffix:!1,prevTarget:null}},beforeMount:function(){this.updatePosition=y(this.updatePosition),this.lazyUpdatePosition=y(this.lazyUpdatePosition)},mounted:function(){var e=this,t=this.target;t&&(this.timeout=setTimeout((function(){j(t(),e),e.updatePosition()})))},updated:function(){this.measure()},watch:{target:function(e){var t=null;e&&(t=e()||null),this.prevTarget!==t&&(P(this),t&&(j(t,this),this.updatePosition()),this.prevTarget=t)},offsetTop:function(){this.updatePosition()},offsetBottom:function(){this.updatePosition()}},beforeDestroy:function(){clearTimeout(this.timeout),P(this),this.updatePosition.cancel(),this.lazyUpdatePosition.cancel()},methods:{getOffsetTop:function(){var e=this.offset,t=this.offsetBottom,n=this.offsetTop;return\"undefined\"===typeof n&&(n=e,Object(x[\"a\"])(\"undefined\"===typeof e,\"Affix\",\"`offset` is deprecated. Please use `offsetTop` instead.\")),void 0===t&&void 0===n&&(n=0),n},getOffsetBottom:function(){return this.offsetBottom},measure:function(){var e=this.status,t=this.lastAffix,n=this.target;if(e===L.Prepare&&this.$refs.fixedNode&&this.$refs.placeholderNode&&n){var r=this.getOffsetTop(),i=this.getOffsetBottom(),o=n();if(o){var a={status:L.None},s=M(o),c=M(this.$refs.placeholderNode),l=z(c,s,r),u=_(c,s,i);void 0!==l?(a.affixStyle={position:\"fixed\",top:l,width:c.width+\"px\",height:c.height+\"px\"},a.placeholderStyle={width:c.width+\"px\",height:c.height+\"px\"}):void 0!==u&&(a.affixStyle={position:\"fixed\",bottom:u,width:c.width+\"px\",height:c.height+\"px\"},a.placeholderStyle={width:c.width+\"px\",height:c.height+\"px\"}),a.lastAffix=!!a.affixStyle,t!==a.lastAffix&&this.$emit(\"change\",a.lastAffix),this.setState(a)}}},prepareMeasure:function(){this.setState({status:L.Prepare,affixStyle:void 0,placeholderStyle:void 0}),this.$forceUpdate()},updatePosition:function(){this.prepareMeasure()},lazyUpdatePosition:function(){var e=this.target,t=this.affixStyle;if(e&&t){var n=this.getOffsetTop(),r=this.getOffsetBottom(),i=e();if(i&&this.$refs.placeholderNode){var o=M(i),a=M(this.$refs.placeholderNode),s=z(a,o,n),c=_(a,o,r);if(void 0!==s&&t.top===s||void 0!==c&&t.bottom===c)return}}this.prepareMeasure()}},render:function(){var e=this,t=arguments[0],n=this.prefixCls,r=this.affixStyle,o=this.placeholderStyle,s=this.$slots,c=this.$props,h=this.configProvider.getPrefixCls,d=l()(a()({},h(\"affix\",n),r)),p={attrs:Object(u[\"a\"])(c,[\"prefixCls\",\"offsetTop\",\"offsetBottom\",\"target\"])};return t(f,{on:{resize:function(){e.updatePosition()}}},[t(\"div\",i()([p,{style:o,ref:\"placeholderNode\"}]),[t(\"div\",{class:d,ref:\"fixedNode\",style:r},[s[\"default\"]])])])},install:function(e){e.use(w[\"a\"]),e.component($.name,$)}},A=$,F=n(\"41b2\"),I=n.n(F);function R(e,t){if(\"undefined\"===typeof window)return 0;var n=t?\"pageYOffset\":\"pageXOffset\",r=t?\"scrollTop\":\"scrollLeft\",i=e===window,o=i?e[n]:e[r];return i&&\"number\"!==typeof o&&(o=window.document.documentElement[r]),o}function D(e,t,n,r){var i=n-t;return e/=r/2,e<1?i/2*e*e*e+t:i/2*((e-=2)*e*e+2)+t}function N(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.getContainer,r=void 0===n?function(){return window}:n,i=t.callback,o=t.duration,a=void 0===o?450:o,s=r(),c=R(s,!0),l=Date.now(),u=function t(){var n=Date.now(),r=n-l,o=D(r>a?a:r,c,e,a);s===window?window.scrollTo(window.pageXOffset,o):s.scrollTop=o,r<a?b()(t):\"function\"===typeof i&&i()};b()(u)}var B=n(\"daa3\");function K(){return window}function W(e,t){if(!e)return 0;if(!e.getClientRects().length)return 0;var n=e.getBoundingClientRect();return n.width||n.height?t===window?(t=e.ownerDocument.documentElement,n.top-t.clientTop):n.top-t.getBoundingClientRect().top:n.top}var U=/#([^#]+)$/,q={prefixCls:s[\"a\"].string,offsetTop:s[\"a\"].number,bounds:s[\"a\"].number,affix:s[\"a\"].bool,showInkInFixed:s[\"a\"].bool,getContainer:s[\"a\"].func,wrapperClass:s[\"a\"].string,wrapperStyle:s[\"a\"].object,getCurrentAnchor:s[\"a\"].func,targetOffset:s[\"a\"].number},Y={name:\"AAnchor\",mixins:[p[\"a\"]],inheritAttrs:!1,props:Object(B[\"t\"])(q,{affix:!0,showInkInFixed:!1,getContainer:K}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return this.links=[],this._sPrefixCls=\"\",{activeLink:null}},provide:function(){var e=this;return{antAnchor:{registerLink:function(t){e.links.includes(t)||e.links.push(t)},unregisterLink:function(t){var n=e.links.indexOf(t);-1!==n&&e.links.splice(n,1)},$data:this.$data,scrollTo:this.handleScrollTo},antAnchorContext:this}},mounted:function(){var e=this;this.$nextTick((function(){var t=e.getContainer;e.scrollContainer=t(),e.scrollEvent=O(e.scrollContainer,\"scroll\",e.handleScroll),e.handleScroll()}))},updated:function(){var e=this;this.$nextTick((function(){if(e.scrollEvent){var t=e.getContainer,n=t();e.scrollContainer!==n&&(e.scrollContainer=n,e.scrollEvent.remove(),e.scrollEvent=O(e.scrollContainer,\"scroll\",e.handleScroll),e.handleScroll())}e.updateInk()}))},beforeDestroy:function(){this.scrollEvent&&this.scrollEvent.remove()},methods:{getCurrentActiveLink:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:5,n=this.getCurrentAnchor;if(\"function\"===typeof n)return n();var r=\"\";if(\"undefined\"===typeof document)return r;var i=[],o=this.getContainer,a=o();if(this.links.forEach((function(n){var r=U.exec(n.toString());if(r){var o=document.getElementById(r[1]);if(o){var s=W(o,a);s<e+t&&i.push({link:n,top:s})}}})),i.length){var s=i.reduce((function(e,t){return t.top>e.top?t:e}));return s.link}return\"\"},handleScrollTo:function(e){var t=this,n=this.offsetTop,r=this.getContainer,i=this.targetOffset;this.setCurrentActiveLink(e);var o=r(),a=R(o,!0),s=U.exec(e);if(s){var c=document.getElementById(s[1]);if(c){var l=W(c,o),u=a+l;u-=void 0!==i?i:n||0,this.animating=!0,N(u,{callback:function(){t.animating=!1},getContainer:r})}}},setCurrentActiveLink:function(e){var t=this.activeLink;t!==e&&(this.setState({activeLink:e}),this.$emit(\"change\",e))},handleScroll:function(){if(!this.animating){var e=this.offsetTop,t=this.bounds,n=this.targetOffset,r=this.getCurrentActiveLink(void 0!==n?n:e||0,t);this.setCurrentActiveLink(r)}},updateInk:function(){if(\"undefined\"!==typeof document){var e=this._sPrefixCls,t=this.$el.getElementsByClassName(e+\"-link-title-active\")[0];t&&(this.$refs.inkNode.style.top=t.offsetTop+t.clientHeight/2-4.5+\"px\")}}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.offsetTop,r=this.affix,i=this.showInkInFixed,o=this.activeLink,a=this.$slots,s=this.getContainer,c=this.configProvider.getPrefixCls,u=c(\"anchor\",t);this._sPrefixCls=u;var h=l()(u+\"-ink-ball\",{visible:o}),d=l()(this.wrapperClass,u+\"-wrapper\"),f=l()(u,{fixed:!r&&!i}),p=I()({maxHeight:n?\"calc(100vh - \"+n+\"px)\":\"100vh\"},this.wrapperStyle),v=e(\"div\",{class:d,style:p},[e(\"div\",{class:f},[e(\"div\",{class:u+\"-ink\"},[e(\"span\",{class:h,ref:\"inkNode\"})]),a[\"default\"]])]);return r?e(A,{attrs:{offsetTop:n,target:s}},[v]):v}},G={prefixCls:s[\"a\"].string,href:s[\"a\"].string,title:s[\"a\"].any,target:s[\"a\"].string},X={name:\"AAnchorLink\",props:Object(B[\"t\"])(G,{href:\"#\"}),inject:{antAnchor:{default:function(){return{}}},antAnchorContext:{default:function(){return{}}},configProvider:{default:function(){return C[\"a\"]}}},watch:{href:function(e,t){var n=this;this.$nextTick((function(){n.antAnchor.unregisterLink(t),n.antAnchor.registerLink(e)}))}},mounted:function(){this.antAnchor.registerLink(this.href)},beforeDestroy:function(){this.antAnchor.unregisterLink(this.href)},methods:{handleClick:function(e){this.antAnchor.scrollTo(this.href);var t=this.antAnchor.scrollTo,n=this.$props,r=n.href,i=n.title;this.antAnchorContext.$emit&&this.antAnchorContext.$emit(\"click\",e,{title:i,href:r}),t(r)}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.href,r=this.$slots,i=this.target,o=this.configProvider.getPrefixCls,s=o(\"anchor\",t),c=Object(B[\"g\"])(this,\"title\"),u=this.antAnchor.$data.activeLink===n,h=l()(s+\"-link\",a()({},s+\"-link-active\",u)),d=l()(s+\"-link-title\",a()({},s+\"-link-title-active\",u));return e(\"div\",{class:h},[e(\"a\",{class:d,attrs:{href:n,title:\"string\"===typeof c?c:\"\",target:i},on:{click:this.handleClick}},[c]),r[\"default\"]])}};Y.Link=X,Y.install=function(e){e.use(w[\"a\"]),e.component(Y.name,Y),e.component(Y.Link.name,Y.Link)};var J=Y,Q=n(\"1098\"),Z=n.n(Q),ee={props:{value:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),label:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),disabled:s[\"a\"].bool,title:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])},isSelectOption:!0},te={props:{value:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),label:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])},isSelectOptGroup:!0},ne=n(\"8e8e\"),re=n.n(ne),ie={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(e){var t=e.keyCode;if(e.altKey&&!e.ctrlKey||e.metaKey||t>=ie.F1&&t<=ie.F12)return!1;switch(t){case ie.ALT:case ie.CAPS_LOCK:case ie.CONTEXT_MENU:case ie.CTRL:case ie.DOWN:case ie.END:case ie.ESC:case ie.HOME:case ie.INSERT:case ie.LEFT:case ie.MAC_FF_META:case ie.META:case ie.NUMLOCK:case ie.NUM_CENTER:case ie.PAGE_DOWN:case ie.PAGE_UP:case ie.PAUSE:case ie.PRINT_SCREEN:case ie.RIGHT:case ie.SHIFT:case ie.UP:case ie.WIN_KEY:case ie.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(e){if(e>=ie.ZERO&&e<=ie.NINE)return!0;if(e>=ie.NUM_ZERO&&e<=ie.NUM_MULTIPLY)return!0;if(e>=ie.A&&e<=ie.Z)return!0;if(-1!==window.navigation.userAgent.indexOf(\"WebKit\")&&0===e)return!0;switch(e){case ie.SPACE:case ie.QUESTION_MARK:case ie.NUM_PLUS:case ie.NUM_MINUS:case ie.NUM_PERIOD:case ie.NUM_DIVISION:case ie.SEMICOLON:case ie.DASH:case ie.EQUALS:case ie.COMMA:case ie.PERIOD:case ie.SLASH:case ie.APOSTROPHE:case ie.SINGLE_QUOTE:case ie.OPEN_SQUARE_BRACKET:case ie.BACKSLASH:case ie.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},oe=ie,ae=n(\"3c55\"),se=n.n(ae);function ce(e){return ce=\"function\"===typeof Symbol&&\"symbol\"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},ce(e)}function le(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ue(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function he(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ue(n,!0).forEach((function(t){le(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ue(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var de=/[\\-+]?(?:\\d*\\.|)\\d+(?:[eE][\\-+]?\\d+|)/.source;function fe(e){var t,n,r,i=e.ownerDocument,o=i.body,a=i&&i.documentElement;return t=e.getBoundingClientRect(),n=t.left,r=t.top,n-=a.clientLeft||o.clientLeft||0,r-=a.clientTop||o.clientTop||0,{left:n,top:r}}function pe(e,t){var n=e[\"page\".concat(t?\"Y\":\"X\",\"Offset\")],r=\"scroll\".concat(t?\"Top\":\"Left\");if(\"number\"!==typeof n){var i=e.document;n=i.documentElement[r],\"number\"!==typeof n&&(n=i.body[r])}return n}function ve(e){return pe(e)}function me(e){return pe(e,!0)}function ge(e){var t=fe(e),n=e.ownerDocument,r=n.defaultView||n.parentWindow;return t.left+=ve(r),t.top+=me(r),t}function be(e,t,n){var r=\"\",i=e.ownerDocument,o=n||i.defaultView.getComputedStyle(e,null);return o&&(r=o.getPropertyValue(t)||o[t]),r}var ye,Ce=new RegExp(\"^(\".concat(de,\")(?!px)[a-z%]+$\"),\"i\"),we=/^(top|right|bottom|left)$/,xe=\"currentStyle\",Se=\"runtimeStyle\",ke=\"left\",Oe=\"px\";function Me(e,t){var n=e[xe]&&e[xe][t];if(Ce.test(n)&&!we.test(t)){var r=e.style,i=r[ke],o=e[Se][ke];e[Se][ke]=e[xe][ke],r[ke]=\"fontSize\"===t?\"1em\":n||0,n=r.pixelLeft+Oe,r[ke]=i,e[Se][ke]=o}return\"\"===n?\"auto\":n}function ze(e,t){for(var n=0;n<e.length;n++)t(e[n])}function _e(e){return\"border-box\"===ye(e,\"boxSizing\")}\"undefined\"!==typeof window&&(ye=window.getComputedStyle?be:Me);var Te=[\"margin\",\"border\",\"padding\"],Ve=-1,je=2,Pe=1,Ee=0;function He(e,t,n){var r,i={},o=e.style;for(r in t)t.hasOwnProperty(r)&&(i[r]=o[r],o[r]=t[r]);for(r in n.call(e),t)t.hasOwnProperty(r)&&(o[r]=i[r])}function Le(e,t,n){var r,i,o,a=0;for(i=0;i<t.length;i++)if(r=t[i],r)for(o=0;o<n.length;o++){var s=void 0;s=\"border\"===r?\"\".concat(r+n[o],\"Width\"):r+n[o],a+=parseFloat(ye(e,s))||0}return a}function $e(e){return null!=e&&e==e.window}var Ae={};function Fe(e,t,n){if($e(e))return\"width\"===t?Ae.viewportWidth(e):Ae.viewportHeight(e);if(9===e.nodeType)return\"width\"===t?Ae.docWidth(e):Ae.docHeight(e);var r=\"width\"===t?[\"Left\",\"Right\"]:[\"Top\",\"Bottom\"],i=\"width\"===t?e.offsetWidth:e.offsetHeight,o=(ye(e),_e(e)),a=0;(null==i||i<=0)&&(i=void 0,a=ye(e,t),(null==a||Number(a)<0)&&(a=e.style[t]||0),a=parseFloat(a)||0),void 0===n&&(n=o?Pe:Ve);var s=void 0!==i||o,c=i||a;if(n===Ve)return s?c-Le(e,[\"border\",\"padding\"],r):a;if(s){var l=n===je?-Le(e,[\"border\"],r):Le(e,[\"margin\"],r);return c+(n===Pe?0:l)}return a+Le(e,Te.slice(n),r)}ze([\"Width\",\"Height\"],(function(e){Ae[\"doc\".concat(e)]=function(t){var n=t.document;return Math.max(n.documentElement[\"scroll\".concat(e)],n.body[\"scroll\".concat(e)],Ae[\"viewport\".concat(e)](n))},Ae[\"viewport\".concat(e)]=function(t){var n=\"client\".concat(e),r=t.document,i=r.body,o=r.documentElement,a=o[n];return\"CSS1Compat\"===r.compatMode&&a||i&&i[n]||a}}));var Ie={position:\"absolute\",visibility:\"hidden\",display:\"block\"};function Re(e){var t,n=arguments;return 0!==e.offsetWidth?t=Fe.apply(void 0,n):He(e,Ie,(function(){t=Fe.apply(void 0,n)})),t}function De(e,t,n){var r=n;if(\"object\"!==ce(t))return\"undefined\"!==typeof r?(\"number\"===typeof r&&(r+=\"px\"),void(e.style[t]=r)):ye(e,t);for(var i in t)t.hasOwnProperty(i)&&De(e,i,t[i])}function Ne(e,t){\"static\"===De(e,\"position\")&&(e.style.position=\"relative\");var n,r,i=ge(e),o={};for(r in t)t.hasOwnProperty(r)&&(n=parseFloat(De(e,r))||0,o[r]=n+t[r]-i[r]);De(e,o)}ze([\"width\",\"height\"],(function(e){var t=e.charAt(0).toUpperCase()+e.slice(1);Ae[\"outer\".concat(t)]=function(t,n){return t&&Re(t,e,n?Ee:Pe)};var n=\"width\"===e?[\"Left\",\"Right\"]:[\"Top\",\"Bottom\"];Ae[e]=function(t,r){if(void 0===r)return t&&Re(t,e,Ve);if(t){ye(t);var i=_e(t);return i&&(r+=Le(t,[\"padding\",\"border\"],n)),De(t,e,r)}}}));var Be=he({getWindow:function(e){var t=e.ownerDocument||e;return t.defaultView||t.parentWindow},offset:function(e,t){if(\"undefined\"===typeof t)return ge(e);Ne(e,t)},isWindow:$e,each:ze,css:De,clone:function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);var r=e.overflow;if(r)for(var i in e)e.hasOwnProperty(i)&&(t.overflow[i]=e.overflow[i]);return t},scrollLeft:function(e,t){if($e(e)){if(void 0===t)return ve(e);window.scrollTo(t,me(e))}else{if(void 0===t)return e.scrollLeft;e.scrollLeft=t}},scrollTop:function(e,t){if($e(e)){if(void 0===t)return me(e);window.scrollTo(ve(e),t)}else{if(void 0===t)return e.scrollTop;e.scrollTop=t}},viewportWidth:0,viewportHeight:0},Ae);function Ke(e,t,n){n=n||{},9===t.nodeType&&(t=Be.getWindow(t));var r=n.allowHorizontalScroll,i=n.onlyScrollIfNeeded,o=n.alignWithTop,a=n.alignWithLeft,s=n.offsetTop||0,c=n.offsetLeft||0,l=n.offsetBottom||0,u=n.offsetRight||0;r=void 0===r||r;var h,d,f,p,v,m,g,b,y,C,w=Be.isWindow(t),x=Be.offset(e),S=Be.outerHeight(e),k=Be.outerWidth(e);w?(g=t,C=Be.height(g),y=Be.width(g),b={left:Be.scrollLeft(g),top:Be.scrollTop(g)},v={left:x.left-b.left-c,top:x.top-b.top-s},m={left:x.left+k-(b.left+y)+u,top:x.top+S-(b.top+C)+l},p=b):(h=Be.offset(t),d=t.clientHeight,f=t.clientWidth,p={left:t.scrollLeft,top:t.scrollTop},v={left:x.left-(h.left+(parseFloat(Be.css(t,\"borderLeftWidth\"))||0))-c,top:x.top-(h.top+(parseFloat(Be.css(t,\"borderTopWidth\"))||0))-s},m={left:x.left+k-(h.left+f+(parseFloat(Be.css(t,\"borderRightWidth\"))||0))+u,top:x.top+S-(h.top+d+(parseFloat(Be.css(t,\"borderBottomWidth\"))||0))+l}),v.top<0||m.top>0?!0===o?Be.scrollTop(t,p.top+v.top):!1===o?Be.scrollTop(t,p.top+m.top):v.top<0?Be.scrollTop(t,p.top+v.top):Be.scrollTop(t,p.top+m.top):i||(o=void 0===o||!!o,o?Be.scrollTop(t,p.top+v.top):Be.scrollTop(t,p.top+m.top)),r&&(v.left<0||m.left>0?!0===a?Be.scrollLeft(t,p.left+v.left):!1===a?Be.scrollLeft(t,p.left+m.left):v.left<0?Be.scrollLeft(t,p.left+v.left):Be.scrollLeft(t,p.left+m.left):i||(a=void 0===a||!!a,a?Be.scrollLeft(t,p.left+v.left):Be.scrollLeft(t,p.left+m.left)))}var We=Ke,Ue=n(\"1b2b\"),qe=n.n(Ue),Ye=n(\"58c1\");function Ge(e){return e.name||\"Component\"}var Xe=function(){return{}};function Je(e){var t=!!e,n=e||Xe;return function(r){var o=Object(u[\"a\"])(r.props||{},[\"store\"]),a={__propsSymbol__:s[\"a\"].any};Object.keys(o).forEach((function(e){a[e]=I()({},o[e],{required:!1})}));var c={name:\"Connect_\"+Ge(r),props:a,inject:{storeContext:{default:function(){return{}}}},data:function(){return this.store=this.storeContext.store,this.preProps=Object(u[\"a\"])(Object(B[\"l\"])(this),[\"__propsSymbol__\"]),{subscribed:n(this.store.getState(),this.$props)}},watch:{__propsSymbol__:function(){e&&2===e.length&&(this.subscribed=n(this.store.getState(),this.$props))}},mounted:function(){this.trySubscribe()},beforeDestroy:function(){this.tryUnsubscribe()},methods:{handleChange:function(){if(this.unsubscribe){var e=Object(u[\"a\"])(Object(B[\"l\"])(this),[\"__propsSymbol__\"]),t=n(this.store.getState(),e);qe()(this.preProps,e)&&qe()(this.subscribed,t)||(this.subscribed=t)}},trySubscribe:function(){t&&(this.unsubscribe=this.store.subscribe(this.handleChange),this.handleChange())},tryUnsubscribe:function(){this.unsubscribe&&(this.unsubscribe(),this.unsubscribe=null)},getWrappedInstance:function(){return this.$refs.wrappedInstance}},render:function(){var e=arguments[0],t=this.$slots,n=void 0===t?{}:t,o=this.$scopedSlots,a=this.subscribed,s=this.store,c=Object(B[\"l\"])(this);this.preProps=I()({},Object(u[\"a\"])(c,[\"__propsSymbol__\"]));var l={props:I()({},c,a,{store:s}),on:Object(B[\"k\"])(this),scopedSlots:o};return e(r,i()([l,{ref:\"wrappedInstance\"}]),[Object.keys(n).map((function(t){return e(\"template\",{slot:t},[n[t]])}))])}};return Object(Ye[\"a\"])(c)}}var Qe=n(\"b24f\"),Ze=n.n(Qe),et=/iPhone/i,tt=/iPod/i,nt=/iPad/i,rt=/\\bAndroid(?:.+)Mobile\\b/i,it=/Android/i,ot=/\\bAndroid(?:.+)SD4930UR\\b/i,at=/\\bAndroid(?:.+)(?:KF[A-Z]{2,4})\\b/i,st=/Windows Phone/i,ct=/\\bWindows(?:.+)ARM\\b/i,lt=/BlackBerry/i,ut=/BB10/i,ht=/Opera Mini/i,dt=/\\b(CriOS|Chrome)(?:.+)Mobile/i,ft=/Mobile(?:.+)Firefox\\b/i;function pt(e,t){return e.test(t)}function vt(e){var t=e||(\"undefined\"!==typeof navigator?navigator.userAgent:\"\"),n=t.split(\"[FBAN\");if(\"undefined\"!==typeof n[1]){var r=n,i=Ze()(r,1);t=i[0]}if(n=t.split(\"Twitter\"),\"undefined\"!==typeof n[1]){var o=n,a=Ze()(o,1);t=a[0]}var s={apple:{phone:pt(et,t)&&!pt(st,t),ipod:pt(tt,t),tablet:!pt(et,t)&&pt(nt,t)&&!pt(st,t),device:(pt(et,t)||pt(tt,t)||pt(nt,t))&&!pt(st,t)},amazon:{phone:pt(ot,t),tablet:!pt(ot,t)&&pt(at,t),device:pt(ot,t)||pt(at,t)},android:{phone:!pt(st,t)&&pt(ot,t)||!pt(st,t)&&pt(rt,t),tablet:!pt(st,t)&&!pt(ot,t)&&!pt(rt,t)&&(pt(at,t)||pt(it,t)),device:!pt(st,t)&&(pt(ot,t)||pt(at,t)||pt(rt,t)||pt(it,t))||pt(/\\bokhttp\\b/i,t)},windows:{phone:pt(st,t),tablet:pt(ct,t),device:pt(st,t)||pt(ct,t)},other:{blackberry:pt(lt,t),blackberry10:pt(ut,t),opera:pt(ht,t),firefox:pt(ft,t),chrome:pt(dt,t),device:pt(lt,t)||pt(ut,t)||pt(ht,t)||pt(ft,t)||pt(dt,t)},any:null,phone:null,tablet:null};return s.any=s.apple.device||s.android.device||s.windows.device||s.other.device,s.phone=s.apple.phone||s.android.phone||s.windows.phone,s.tablet=s.apple.tablet||s.android.tablet||s.windows.tablet,s}var mt=I()({},vt(),{isMobile:vt}),gt=mt;function bt(){}function yt(e,t,n){var r=t||\"\";return void 0===e.key?r+\"item_\"+n:e.key}function Ct(e){return e+\"-menu-\"}function wt(e,t){var n=-1;e.forEach((function(e){n++,e&&e.type&&e.type.isMenuItemGroup?e.$slots[\"default\"].forEach((function(r){n++,e.componentOptions&&t(r,n)})):e.componentOptions&&t(e,n)}))}function xt(e,t,n){e&&!n.find&&e.forEach((function(e){if(!n.find&&(!e.data||!e.data.slot||\"default\"===e.data.slot)&&e&&e.componentOptions){var r=e.componentOptions.Ctor.options;if(!r||!(r.isSubMenu||r.isMenuItem||r.isMenuItemGroup))return;-1!==t.indexOf(e.key)?n.find=!0:e.componentOptions.children&&xt(e.componentOptions.children,t,n)}}))}var St={props:[\"defaultSelectedKeys\",\"selectedKeys\",\"defaultOpenKeys\",\"openKeys\",\"mode\",\"getPopupContainer\",\"openTransitionName\",\"openAnimation\",\"subMenuOpenDelay\",\"subMenuCloseDelay\",\"forceSubMenuRender\",\"triggerSubMenuAction\",\"level\",\"selectable\",\"multiple\",\"visible\",\"focusable\",\"defaultActiveFirst\",\"prefixCls\",\"inlineIndent\",\"parentMenu\",\"title\",\"rootPrefixCls\",\"eventKey\",\"active\",\"popupAlign\",\"popupOffset\",\"isOpen\",\"renderMenuItem\",\"manualRef\",\"subMenuKey\",\"disabled\",\"index\",\"isSelected\",\"store\",\"activeKey\",\"builtinPlacements\",\"overflowedIndicator\",\"attribute\",\"value\",\"popupClassName\",\"inlineCollapsed\",\"menu\",\"theme\",\"itemIcon\",\"expandIcon\"],on:[\"select\",\"deselect\",\"destroy\",\"openChange\",\"itemHover\",\"titleMouseenter\",\"titleMouseleave\",\"titleClick\"]},kt=function(e){var t=e&&\"function\"===typeof e.getBoundingClientRect&&e.getBoundingClientRect().width;return t&&(t=+t.toFixed(6)),t||0},Ot=function(e,t,n){e&&\"object\"===Z()(e.style)&&(e.style[t]=n)},Mt=function(){return gt.any},zt={attribute:s[\"a\"].object,rootPrefixCls:s[\"a\"].string,eventKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),active:s[\"a\"].bool,selectedKeys:s[\"a\"].array,disabled:s[\"a\"].bool,title:s[\"a\"].any,index:s[\"a\"].number,inlineIndent:s[\"a\"].number.def(24),level:s[\"a\"].number.def(1),mode:s[\"a\"].oneOf([\"horizontal\",\"vertical\",\"vertical-left\",\"vertical-right\",\"inline\"]).def(\"vertical\"),parentMenu:s[\"a\"].object,multiple:s[\"a\"].bool,value:s[\"a\"].any,isSelected:s[\"a\"].bool,manualRef:s[\"a\"].func.def(bt),role:s[\"a\"].any,subMenuKey:s[\"a\"].string,itemIcon:s[\"a\"].any},_t={name:\"MenuItem\",props:zt,mixins:[p[\"a\"]],isMenuItem:!0,created:function(){this.prevActive=this.active,this.callRef()},updated:function(){var e=this;this.$nextTick((function(){var t=e.$props,n=t.active,r=t.parentMenu,i=t.eventKey;e.prevActive||!n||r&&r[\"scrolled-\"+i]?r&&r[\"scrolled-\"+i]&&delete r[\"scrolled-\"+i]:(We(e.$el,e.parentMenu.$el,{onlyScrollIfNeeded:!0}),r[\"scrolled-\"+i]=!0),e.prevActive=n})),this.callRef()},beforeDestroy:function(){var e=this.$props;this.__emit(\"destroy\",e.eventKey)},methods:{onKeyDown:function(e){var t=e.keyCode;if(t===oe.ENTER)return this.onClick(e),!0},onMouseLeave:function(e){var t=this.$props.eventKey;this.__emit(\"itemHover\",{key:t,hover:!1}),this.__emit(\"mouseleave\",{key:t,domEvent:e})},onMouseEnter:function(e){var t=this.eventKey;this.__emit(\"itemHover\",{key:t,hover:!0}),this.__emit(\"mouseenter\",{key:t,domEvent:e})},onClick:function(e){var t=this.$props,n=t.eventKey,r=t.multiple,i=t.isSelected,o={key:n,keyPath:[n],item:this,domEvent:e};this.__emit(\"click\",o),r?i?this.__emit(\"deselect\",o):this.__emit(\"select\",o):i||this.__emit(\"select\",o)},getPrefixCls:function(){return this.$props.rootPrefixCls+\"-item\"},getActiveClassName:function(){return this.getPrefixCls()+\"-active\"},getSelectedClassName:function(){return this.getPrefixCls()+\"-selected\"},getDisabledClassName:function(){return this.getPrefixCls()+\"-disabled\"},callRef:function(){this.manualRef&&this.manualRef(this)}},render:function(){var e,t=arguments[0],n=I()({},this.$props),r=(e={},a()(e,this.getPrefixCls(),!0),a()(e,this.getActiveClassName(),!n.disabled&&n.active),a()(e,this.getSelectedClassName(),n.isSelected),a()(e,this.getDisabledClassName(),n.disabled),e),o=I()({},n.attribute,{title:n.title,role:n.role||\"menuitem\",\"aria-disabled\":n.disabled});\"option\"===n.role?o=I()({},o,{role:\"option\",\"aria-selected\":n.isSelected}):null!==n.role&&\"none\"!==n.role||(o.role=\"none\");var s={click:n.disabled?bt:this.onClick,mouseleave:n.disabled?bt:this.onMouseLeave,mouseenter:n.disabled?bt:this.onMouseEnter},c={};\"inline\"===n.mode&&(c.paddingLeft=n.inlineIndent*n.level+\"px\");var l=I()({},Object(B[\"k\"])(this));St.props.forEach((function(e){return delete n[e]})),St.on.forEach((function(e){return delete l[e]}));var u={attrs:I()({},n,o),on:I()({},l,s)};return t(\"li\",i()([u,{style:c,class:r}]),[this.$slots[\"default\"],Object(B[\"g\"])(this,\"itemIcon\",n)])}},Tt=Je((function(e,t){var n=e.activeKey,r=e.selectedKeys,i=t.eventKey,o=t.subMenuKey;return{active:n[o]===i,isSelected:-1!==r.indexOf(i)}}))(_t),Vt=Tt,jt={name:\"MenuItemGroup\",props:{renderMenuItem:s[\"a\"].func,index:s[\"a\"].number,className:s[\"a\"].string,subMenuKey:s[\"a\"].string,rootPrefixCls:s[\"a\"].string,disabled:s[\"a\"].bool.def(!0),title:s[\"a\"].any},isMenuItemGroup:!0,methods:{renderInnerMenuItem:function(e){var t=this.$props,n=t.renderMenuItem,r=t.index,i=t.subMenuKey;return n(e,r,i)}},render:function(){var e=arguments[0],t=I()({},this.$props),n=t.rootPrefixCls,r=t.title,i=n+\"-item-group-title\",o=n+\"-item-group-list\",a=I()({},Object(B[\"k\"])(this));return delete a.click,e(\"li\",{on:a,class:n+\"-item-group\"},[e(\"div\",{class:i,attrs:{title:\"string\"===typeof r?r:void 0}},[Object(B[\"g\"])(this,\"title\")]),e(\"ul\",{class:o},[this.$slots[\"default\"]&&this.$slots[\"default\"].map(this.renderInnerMenuItem)])])}},Pt=jt,Et=n(\"d96e\"),Ht=n.n(Et),Lt=n(\"2b0e\"),$t=n(\"94eb\"),At=n(\"7b05\"),Ft=n(\"46cf\"),It=n.n(Ft);function Rt(e,t){var n=t;while(n){if(n===e)return!0;n=n.parentNode}return!1}var Dt,Nt=n(\"d41d\");function Bt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Kt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Bt(Object(n),!0).forEach((function(t){Ut(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Bt(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Wt(e){return Wt=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},Wt(e)}function Ut(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var qt={Webkit:\"-webkit-\",Moz:\"-moz-\",ms:\"-ms-\",O:\"-o-\"};function Yt(){if(void 0!==Dt)return Dt;Dt=\"\";var e=document.createElement(\"p\").style,t=\"Transform\";for(var n in qt)n+t in e&&(Dt=n);return Dt}function Gt(){return Yt()?\"\".concat(Yt(),\"TransitionProperty\"):\"transitionProperty\"}function Xt(){return Yt()?\"\".concat(Yt(),\"Transform\"):\"transform\"}function Jt(e,t){var n=Gt();n&&(e.style[n]=t,\"transitionProperty\"!==n&&(e.style.transitionProperty=t))}function Qt(e,t){var n=Xt();n&&(e.style[n]=t,\"transform\"!==n&&(e.style.transform=t))}function Zt(e){return e.style.transitionProperty||e.style[Gt()]}function en(e){var t=window.getComputedStyle(e,null),n=t.getPropertyValue(\"transform\")||t.getPropertyValue(Xt());if(n&&\"none\"!==n){var r=n.replace(/[^0-9\\-.,]/g,\"\").split(\",\");return{x:parseFloat(r[12]||r[4],0),y:parseFloat(r[13]||r[5],0)}}return{x:0,y:0}}var tn=/matrix\\((.*)\\)/,nn=/matrix3d\\((.*)\\)/;function rn(e,t){var n=window.getComputedStyle(e,null),r=n.getPropertyValue(\"transform\")||n.getPropertyValue(Xt());if(r&&\"none\"!==r){var i,o=r.match(tn);if(o)o=o[1],i=o.split(\",\").map((function(e){return parseFloat(e,10)})),i[4]=t.x,i[5]=t.y,Qt(e,\"matrix(\".concat(i.join(\",\"),\")\"));else{var a=r.match(nn)[1];i=a.split(\",\").map((function(e){return parseFloat(e,10)})),i[12]=t.x,i[13]=t.y,Qt(e,\"matrix3d(\".concat(i.join(\",\"),\")\"))}}else Qt(e,\"translateX(\".concat(t.x,\"px) translateY(\").concat(t.y,\"px) translateZ(0)\"))}var on,an=/[\\-+]?(?:\\d*\\.|)\\d+(?:[eE][\\-+]?\\d+|)/.source;function sn(e){var t=e.style.display;e.style.display=\"none\",e.offsetHeight,e.style.display=t}function cn(e,t,n){var r=n;if(\"object\"!==Wt(t))return\"undefined\"!==typeof r?(\"number\"===typeof r&&(r=\"\".concat(r,\"px\")),void(e.style[t]=r)):on(e,t);for(var i in t)t.hasOwnProperty(i)&&cn(e,i,t[i])}function ln(e){var t,n,r,i=e.ownerDocument,o=i.body,a=i&&i.documentElement;return t=e.getBoundingClientRect(),n=Math.floor(t.left),r=Math.floor(t.top),n-=a.clientLeft||o.clientLeft||0,r-=a.clientTop||o.clientTop||0,{left:n,top:r}}function un(e,t){var n=e[\"page\".concat(t?\"Y\":\"X\",\"Offset\")],r=\"scroll\".concat(t?\"Top\":\"Left\");if(\"number\"!==typeof n){var i=e.document;n=i.documentElement[r],\"number\"!==typeof n&&(n=i.body[r])}return n}function hn(e){return un(e)}function dn(e){return un(e,!0)}function fn(e){var t=ln(e),n=e.ownerDocument,r=n.defaultView||n.parentWindow;return t.left+=hn(r),t.top+=dn(r),t}function pn(e){return null!==e&&void 0!==e&&e==e.window}function vn(e){return pn(e)?e.document:9===e.nodeType?e:e.ownerDocument}function mn(e,t,n){var r=n,i=\"\",o=vn(e);return r=r||o.defaultView.getComputedStyle(e,null),r&&(i=r.getPropertyValue(t)||r[t]),i}var gn=new RegExp(\"^(\".concat(an,\")(?!px)[a-z%]+$\"),\"i\"),bn=/^(top|right|bottom|left)$/,yn=\"currentStyle\",Cn=\"runtimeStyle\",wn=\"left\",xn=\"px\";function Sn(e,t){var n=e[yn]&&e[yn][t];if(gn.test(n)&&!bn.test(t)){var r=e.style,i=r[wn],o=e[Cn][wn];e[Cn][wn]=e[yn][wn],r[wn]=\"fontSize\"===t?\"1em\":n||0,n=r.pixelLeft+xn,r[wn]=i,e[Cn][wn]=o}return\"\"===n?\"auto\":n}function kn(e,t){return\"left\"===e?t.useCssRight?\"right\":e:t.useCssBottom?\"bottom\":e}function On(e){return\"left\"===e?\"right\":\"right\"===e?\"left\":\"top\"===e?\"bottom\":\"bottom\"===e?\"top\":void 0}function Mn(e,t,n){\"static\"===cn(e,\"position\")&&(e.style.position=\"relative\");var r=-999,i=-999,o=kn(\"left\",n),a=kn(\"top\",n),s=On(o),c=On(a);\"left\"!==o&&(r=999),\"top\"!==a&&(i=999);var l=\"\",u=fn(e);(\"left\"in t||\"top\"in t)&&(l=Zt(e)||\"\",Jt(e,\"none\")),\"left\"in t&&(e.style[s]=\"\",e.style[o]=\"\".concat(r,\"px\")),\"top\"in t&&(e.style[c]=\"\",e.style[a]=\"\".concat(i,\"px\")),sn(e);var h=fn(e),d={};for(var f in t)if(t.hasOwnProperty(f)){var p=kn(f,n),v=\"left\"===f?r:i,m=u[f]-h[f];d[p]=p===f?v+m:v-m}cn(e,d),sn(e),(\"left\"in t||\"top\"in t)&&Jt(e,l);var g={};for(var b in t)if(t.hasOwnProperty(b)){var y=kn(b,n),C=t[b]-u[b];g[y]=b===y?d[y]+C:d[y]-C}cn(e,g)}function zn(e,t){var n=fn(e),r=en(e),i={x:r.x,y:r.y};\"left\"in t&&(i.x=r.x+t.left-n.left),\"top\"in t&&(i.y=r.y+t.top-n.top),rn(e,i)}function _n(e,t,n){if(n.ignoreShake){var r=fn(e),i=r.left.toFixed(0),o=r.top.toFixed(0),a=t.left.toFixed(0),s=t.top.toFixed(0);if(i===a&&o===s)return}n.useCssRight||n.useCssBottom?Mn(e,t,n):n.useCssTransform&&Xt()in document.body.style?zn(e,t):Mn(e,t,n)}function Tn(e,t){for(var n=0;n<e.length;n++)t(e[n])}function Vn(e){return\"border-box\"===on(e,\"boxSizing\")}\"undefined\"!==typeof window&&(on=window.getComputedStyle?mn:Sn);var jn=[\"margin\",\"border\",\"padding\"],Pn=-1,En=2,Hn=1,Ln=0;function $n(e,t,n){var r,i={},o=e.style;for(r in t)t.hasOwnProperty(r)&&(i[r]=o[r],o[r]=t[r]);for(r in n.call(e),t)t.hasOwnProperty(r)&&(o[r]=i[r])}function An(e,t,n){var r,i,o,a=0;for(i=0;i<t.length;i++)if(r=t[i],r)for(o=0;o<n.length;o++){var s=void 0;s=\"border\"===r?\"\".concat(r).concat(n[o],\"Width\"):r+n[o],a+=parseFloat(on(e,s))||0}return a}var Fn={getParent:function(e){var t=e;do{t=11===t.nodeType&&t.host?t.host:t.parentNode}while(t&&1!==t.nodeType&&9!==t.nodeType);return t}};function In(e,t,n){var r=n;if(pn(e))return\"width\"===t?Fn.viewportWidth(e):Fn.viewportHeight(e);if(9===e.nodeType)return\"width\"===t?Fn.docWidth(e):Fn.docHeight(e);var i=\"width\"===t?[\"Left\",\"Right\"]:[\"Top\",\"Bottom\"],o=\"width\"===t?Math.floor(e.getBoundingClientRect().width):Math.floor(e.getBoundingClientRect().height),a=Vn(e),s=0;(null===o||void 0===o||o<=0)&&(o=void 0,s=on(e,t),(null===s||void 0===s||Number(s)<0)&&(s=e.style[t]||0),s=Math.floor(parseFloat(s))||0),void 0===r&&(r=a?Hn:Pn);var c=void 0!==o||a,l=o||s;return r===Pn?c?l-An(e,[\"border\",\"padding\"],i):s:c?r===Hn?l:l+(r===En?-An(e,[\"border\"],i):An(e,[\"margin\"],i)):s+An(e,jn.slice(r),i)}Tn([\"Width\",\"Height\"],(function(e){Fn[\"doc\".concat(e)]=function(t){var n=t.document;return Math.max(n.documentElement[\"scroll\".concat(e)],n.body[\"scroll\".concat(e)],Fn[\"viewport\".concat(e)](n))},Fn[\"viewport\".concat(e)]=function(t){var n=\"client\".concat(e),r=t.document,i=r.body,o=r.documentElement,a=o[n];return\"CSS1Compat\"===r.compatMode&&a||i&&i[n]||a}}));var Rn={position:\"absolute\",visibility:\"hidden\",display:\"block\"};function Dn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r,i=t[0];return 0!==i.offsetWidth?r=In.apply(void 0,t):$n(i,Rn,(function(){r=In.apply(void 0,t)})),r}function Nn(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}Tn([\"width\",\"height\"],(function(e){var t=e.charAt(0).toUpperCase()+e.slice(1);Fn[\"outer\".concat(t)]=function(t,n){return t&&Dn(t,e,n?Ln:Hn)};var n=\"width\"===e?[\"Left\",\"Right\"]:[\"Top\",\"Bottom\"];Fn[e]=function(t,r){var i=r;if(void 0===i)return t&&Dn(t,e,Pn);if(t){var o=Vn(t);return o&&(i+=An(t,[\"padding\",\"border\"],n)),cn(t,e,i)}}}));var Bn={getWindow:function(e){if(e&&e.document&&e.setTimeout)return e;var t=e.ownerDocument||e;return t.defaultView||t.parentWindow},getDocument:vn,offset:function(e,t,n){if(\"undefined\"===typeof t)return fn(e);_n(e,t,n||{})},isWindow:pn,each:Tn,css:cn,clone:function(e){var t,n={};for(t in e)e.hasOwnProperty(t)&&(n[t]=e[t]);var r=e.overflow;if(r)for(t in e)e.hasOwnProperty(t)&&(n.overflow[t]=e.overflow[t]);return n},mix:Nn,getWindowScrollLeft:function(e){return hn(e)},getWindowScrollTop:function(e){return dn(e)},merge:function(){for(var e={},t=0;t<arguments.length;t++)Bn.mix(e,t<0||arguments.length<=t?void 0:arguments[t]);return e},viewportWidth:0,viewportHeight:0};Nn(Bn,Fn);var Kn=Bn.getParent;function Wn(e){if(Bn.isWindow(e)||9===e.nodeType)return null;var t,n=Bn.getDocument(e),r=n.body,i=Bn.css(e,\"position\"),o=\"fixed\"===i||\"absolute\"===i;if(!o)return\"html\"===e.nodeName.toLowerCase()?null:Kn(e);for(t=Kn(e);t&&t!==r&&9!==t.nodeType;t=Kn(t))if(i=Bn.css(t,\"position\"),\"static\"!==i)return t;return null}var Un=Bn.getParent;function qn(e){if(Bn.isWindow(e)||9===e.nodeType)return!1;var t=Bn.getDocument(e),n=t.body,r=null;for(r=Un(e);r&&r!==n&&r!==t;r=Un(r)){var i=Bn.css(r,\"position\");if(\"fixed\"===i)return!0}return!1}function Yn(e,t){var n={left:0,right:1/0,top:0,bottom:1/0},r=Wn(e),i=Bn.getDocument(e),o=i.defaultView||i.parentWindow,a=i.body,s=i.documentElement;while(r){if(-1!==navigator.userAgent.indexOf(\"MSIE\")&&0===r.clientWidth||r===a||r===s||\"visible\"===Bn.css(r,\"overflow\")){if(r===a||r===s)break}else{var c=Bn.offset(r);c.left+=r.clientLeft,c.top+=r.clientTop,n.top=Math.max(n.top,c.top),n.right=Math.min(n.right,c.left+r.clientWidth),n.bottom=Math.min(n.bottom,c.top+r.clientHeight),n.left=Math.max(n.left,c.left)}r=Wn(r)}var l=null;if(!Bn.isWindow(e)&&9!==e.nodeType){l=e.style.position;var u=Bn.css(e,\"position\");\"absolute\"===u&&(e.style.position=\"fixed\")}var h=Bn.getWindowScrollLeft(o),d=Bn.getWindowScrollTop(o),f=Bn.viewportWidth(o),p=Bn.viewportHeight(o),v=s.scrollWidth,m=s.scrollHeight,g=window.getComputedStyle(a);if(\"hidden\"===g.overflowX&&(v=o.innerWidth),\"hidden\"===g.overflowY&&(m=o.innerHeight),e.style&&(e.style.position=l),t||qn(e))n.left=Math.max(n.left,h),n.top=Math.max(n.top,d),n.right=Math.min(n.right,h+f),n.bottom=Math.min(n.bottom,d+p);else{var b=Math.max(v,h+f);n.right=Math.min(n.right,b);var y=Math.max(m,d+p);n.bottom=Math.min(n.bottom,y)}return n.top>=0&&n.left>=0&&n.bottom>n.top&&n.right>n.left?n:null}function Gn(e,t,n,r){var i=Bn.clone(e),o={width:t.width,height:t.height};return r.adjustX&&i.left<n.left&&(i.left=n.left),r.resizeWidth&&i.left>=n.left&&i.left+o.width>n.right&&(o.width-=i.left+o.width-n.right),r.adjustX&&i.left+o.width>n.right&&(i.left=Math.max(n.right-o.width,n.left)),r.adjustY&&i.top<n.top&&(i.top=n.top),r.resizeHeight&&i.top>=n.top&&i.top+o.height>n.bottom&&(o.height-=i.top+o.height-n.bottom),r.adjustY&&i.top+o.height>n.bottom&&(i.top=Math.max(n.bottom-o.height,n.top)),Bn.mix(i,o)}function Xn(e){var t,n,r;if(Bn.isWindow(e)||9===e.nodeType){var i=Bn.getWindow(e);t={left:Bn.getWindowScrollLeft(i),top:Bn.getWindowScrollTop(i)},n=Bn.viewportWidth(i),r=Bn.viewportHeight(i)}else t=Bn.offset(e),n=Bn.outerWidth(e),r=Bn.outerHeight(e);return t.width=n,t.height=r,t}function Jn(e,t){var n=t.charAt(0),r=t.charAt(1),i=e.width,o=e.height,a=e.left,s=e.top;return\"c\"===n?s+=o/2:\"b\"===n&&(s+=o),\"c\"===r?a+=i/2:\"r\"===r&&(a+=i),{left:a,top:s}}function Qn(e,t,n,r,i){var o=Jn(t,n[1]),a=Jn(e,n[0]),s=[a.left-o.left,a.top-o.top];return{left:Math.round(e.left-s[0]+r[0]-i[0]),top:Math.round(e.top-s[1]+r[1]-i[1])}}function Zn(e,t,n){return e.left<n.left||e.left+t.width>n.right}function er(e,t,n){return e.top<n.top||e.top+t.height>n.bottom}function tr(e,t,n){return e.left>n.right||e.left+t.width<n.left}function nr(e,t,n){return e.top>n.bottom||e.top+t.height<n.top}function rr(e,t,n){var r=[];return Bn.each(e,(function(e){r.push(e.replace(t,(function(e){return n[e]})))})),r}function ir(e,t){return e[t]=-e[t],e}function or(e,t){var n;return n=/%$/.test(e)?parseInt(e.substring(0,e.length-1),10)/100*t:parseInt(e,10),n||0}function ar(e,t){e[0]=or(e[0],t.width),e[1]=or(e[1],t.height)}function sr(e,t,n,r){var i=n.points,o=n.offset||[0,0],a=n.targetOffset||[0,0],s=n.overflow,c=n.source||e;o=[].concat(o),a=[].concat(a),s=s||{};var l={},u=0,h=!(!s||!s.alwaysByViewport),d=Yn(c,h),f=Xn(c);ar(o,f),ar(a,t);var p=Qn(f,t,i,o,a),v=Bn.merge(f,p);if(d&&(s.adjustX||s.adjustY)&&r){if(s.adjustX&&Zn(p,f,d)){var m=rr(i,/[lr]/gi,{l:\"r\",r:\"l\"}),g=ir(o,0),b=ir(a,0),y=Qn(f,t,m,g,b);tr(y,f,d)||(u=1,i=m,o=g,a=b)}if(s.adjustY&&er(p,f,d)){var C=rr(i,/[tb]/gi,{t:\"b\",b:\"t\"}),w=ir(o,1),x=ir(a,1),S=Qn(f,t,C,w,x);nr(S,f,d)||(u=1,i=C,o=w,a=x)}u&&(p=Qn(f,t,i,o,a),Bn.mix(v,p));var k=Zn(p,f,d),O=er(p,f,d);if(k||O){var M=i;k&&(M=rr(i,/[lr]/gi,{l:\"r\",r:\"l\"})),O&&(M=rr(i,/[tb]/gi,{t:\"b\",b:\"t\"})),i=M,o=n.offset||[0,0],a=n.targetOffset||[0,0]}l.adjustX=s.adjustX&&k,l.adjustY=s.adjustY&&O,(l.adjustX||l.adjustY)&&(v=Gn(p,f,d,l))}return v.width!==f.width&&Bn.css(c,\"width\",Bn.width(c)+v.width-f.width),v.height!==f.height&&Bn.css(c,\"height\",Bn.height(c)+v.height-f.height),Bn.offset(c,{left:v.left,top:v.top},{useCssRight:n.useCssRight,useCssBottom:n.useCssBottom,useCssTransform:n.useCssTransform,ignoreShake:n.ignoreShake}),{points:i,offset:o,targetOffset:a,overflow:l}}function cr(e,t){var n=Yn(e,t),r=Xn(e);return!n||r.left+r.width<=n.left||r.top+r.height<=n.top||r.left>=n.right||r.top>=n.bottom}function lr(e,t,n){var r=n.target||t,i=Xn(r),o=!cr(r,n.overflow&&n.overflow.alwaysByViewport);return sr(e,i,n,o)}function ur(e,t,n){var r,i,o=Bn.getDocument(e),a=o.defaultView||o.parentWindow,s=Bn.getWindowScrollLeft(a),c=Bn.getWindowScrollTop(a),l=Bn.viewportWidth(a),u=Bn.viewportHeight(a);r=\"pageX\"in t?t.pageX:s+t.clientX,i=\"pageY\"in t?t.pageY:c+t.clientY;var h={left:r,top:i,width:0,height:0},d=r>=0&&r<=s+l&&i>=0&&i<=c+u,f=[n.points[0],\"cc\"];return sr(e,h,Kt(Kt({},n),{},{points:f}),d)}lr.__getOffsetParent=Wn,lr.__getVisibleRectForElement=Yn;function hr(e,t){var n=void 0;function r(){n&&(clearTimeout(n),n=null)}function i(){r(),n=setTimeout(e,t)}return i.clear=r,i}function dr(e,t){return e===t||!(!e||!t)&&(\"pageX\"in t&&\"pageY\"in t?e.pageX===t.pageX&&e.pageY===t.pageY:\"clientX\"in t&&\"clientY\"in t&&(e.clientX===t.clientX&&e.clientY===t.clientY))}function fr(e){return e&&\"object\"===(\"undefined\"===typeof e?\"undefined\":Z()(e))&&e.window===e}function pr(e,t){var n=Math.floor(e),r=Math.floor(t);return Math.abs(n-r)<=1}function vr(e,t){e!==document.activeElement&&Rt(t,e)&&e.focus()}var mr=n(\"0644\"),gr=n.n(mr);function br(e){return\"function\"===typeof e&&e?e():null}function yr(e){return\"object\"===(\"undefined\"===typeof e?\"undefined\":Z()(e))&&e?e:null}var Cr={props:{childrenProps:s[\"a\"].object,align:s[\"a\"].object.isRequired,target:s[\"a\"].oneOfType([s[\"a\"].func,s[\"a\"].object]).def((function(){return window})),monitorBufferTime:s[\"a\"].number.def(50),monitorWindowResize:s[\"a\"].bool.def(!1),disabled:s[\"a\"].bool.def(!1)},data:function(){return this.aligned=!1,{}},mounted:function(){var e=this;this.$nextTick((function(){e.prevProps=I()({},e.$props);var t=e.$props;!e.aligned&&e.forceAlign(),!t.disabled&&t.monitorWindowResize&&e.startMonitorWindowResize()}))},updated:function(){var e=this;this.$nextTick((function(){var t=e.prevProps,n=e.$props,r=!1;if(!n.disabled){var i=e.$el,o=i?i.getBoundingClientRect():null;if(t.disabled)r=!0;else{var a=br(t.target),s=br(n.target),c=yr(t.target),l=yr(n.target);fr(a)&&fr(s)?r=!1:(a!==s||a&&!s&&l||c&&l&&s||l&&!dr(c,l))&&(r=!0);var u=e.sourceRect||{};r||!i||pr(u.width,o.width)&&pr(u.height,o.height)||(r=!0)}e.sourceRect=o}r&&e.forceAlign(),n.monitorWindowResize&&!n.disabled?e.startMonitorWindowResize():e.stopMonitorWindowResize(),e.prevProps=I()({},e.$props,{align:gr()(e.$props.align)})}))},beforeDestroy:function(){this.stopMonitorWindowResize()},methods:{startMonitorWindowResize:function(){this.resizeHandler||(this.bufferMonitor=hr(this.forceAlign,this.$props.monitorBufferTime),this.resizeHandler=O(window,\"resize\",this.bufferMonitor))},stopMonitorWindowResize:function(){this.resizeHandler&&(this.bufferMonitor.clear(),this.resizeHandler.remove(),this.resizeHandler=null)},forceAlign:function(){var e=this.$props,t=e.disabled,n=e.target,r=e.align;if(!t&&n){var i=this.$el,o=Object(B[\"k\"])(this),a=void 0,s=br(n),c=yr(n),l=document.activeElement;s?a=lr(i,s,r):c&&(a=ur(i,c,r)),vr(l,i),this.aligned=!0,o.align&&o.align(i,a)}}},render:function(){var e=this.$props.childrenProps,t=Object(B[\"n\"])(this)[0];return t&&e?Object(At[\"a\"])(t,{props:e}):t}},wr=Cr,xr={props:{visible:s[\"a\"].bool,hiddenClassName:s[\"a\"].string},render:function(){var e=arguments[0],t=this.$props,n=t.hiddenClassName,r=(t.visible,null);if(n||!this.$slots[\"default\"]||this.$slots[\"default\"].length>1){var i=\"\";r=e(\"div\",{class:i},[this.$slots[\"default\"]])}else r=this.$slots[\"default\"][0];return r}},Sr={props:{hiddenClassName:s[\"a\"].string.def(\"\"),prefixCls:s[\"a\"].string,visible:s[\"a\"].bool},render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.visible,o=t.hiddenClassName,a={on:Object(B[\"k\"])(this)};return e(\"div\",i()([a,{class:r?\"\":o}]),[e(xr,{class:n+\"-content\",attrs:{visible:r}},[this.$slots[\"default\"]])])}},kr=n(\"18ce\"),Or={name:\"VCTriggerPopup\",mixins:[p[\"a\"]],props:{visible:s[\"a\"].bool,getClassNameFromAlign:s[\"a\"].func,getRootDomNode:s[\"a\"].func,align:s[\"a\"].any,destroyPopupOnHide:s[\"a\"].bool,prefixCls:s[\"a\"].string,getContainer:s[\"a\"].func,transitionName:s[\"a\"].string,animation:s[\"a\"].any,maskAnimation:s[\"a\"].string,maskTransitionName:s[\"a\"].string,mask:s[\"a\"].bool,zIndex:s[\"a\"].number,popupClassName:s[\"a\"].any,popupStyle:s[\"a\"].object.def((function(){return{}})),stretch:s[\"a\"].string,point:s[\"a\"].shape({pageX:s[\"a\"].number,pageY:s[\"a\"].number})},data:function(){return this.domEl=null,{stretchChecked:!1,targetWidth:void 0,targetHeight:void 0}},mounted:function(){var e=this;this.$nextTick((function(){e.rootNode=e.getPopupDomNode(),e.setStretchSize()}))},updated:function(){var e=this;this.$nextTick((function(){e.setStretchSize()}))},beforeDestroy:function(){this.$el.parentNode?this.$el.parentNode.removeChild(this.$el):this.$el.remove&&this.$el.remove()},methods:{onAlign:function(e,t){var n=this.$props,r=n.getClassNameFromAlign(t);this.currentAlignClassName!==r&&(this.currentAlignClassName=r,e.className=this.getClassName(r));var i=Object(B[\"k\"])(this);i.align&&i.align(e,t)},setStretchSize:function(){var e=this.$props,t=e.stretch,n=e.getRootDomNode,r=e.visible,i=this.$data,o=i.stretchChecked,a=i.targetHeight,s=i.targetWidth;if(t&&r){var c=n();if(c){var l=c.offsetHeight,u=c.offsetWidth;a===l&&s===u&&o||this.setState({stretchChecked:!0,targetHeight:l,targetWidth:u})}}else o&&this.setState({stretchChecked:!1})},getPopupDomNode:function(){return this.$refs.popupInstance?this.$refs.popupInstance.$el:null},getTargetElement:function(){return this.$props.getRootDomNode()},getAlignTarget:function(){var e=this.$props.point;return e||this.getTargetElement},getMaskTransitionName:function(){var e=this.$props,t=e.maskTransitionName,n=e.maskAnimation;return!t&&n&&(t=e.prefixCls+\"-\"+n),t},getTransitionName:function(){var e=this.$props,t=e.transitionName,n=e.animation;return t||(\"string\"===typeof n?t=\"\"+n:n&&n.props&&n.props.name&&(t=n.props.name)),t},getClassName:function(e){return this.$props.prefixCls+\" \"+this.$props.popupClassName+\" \"+e},getPopupElement:function(){var e=this,t=this.$createElement,n=this.$props,r=this.$slots,i=this.getTransitionName,o=this.$data,a=o.stretchChecked,s=o.targetHeight,c=o.targetWidth,l=n.align,u=n.visible,h=n.prefixCls,d=n.animation,f=n.popupStyle,p=n.getClassNameFromAlign,v=n.destroyPopupOnHide,m=n.stretch,g=this.getClassName(this.currentAlignClassName||p(l));u||(this.currentAlignClassName=null);var b={};m&&(-1!==m.indexOf(\"height\")?b.height=\"number\"===typeof s?s+\"px\":s:-1!==m.indexOf(\"minHeight\")&&(b.minHeight=\"number\"===typeof s?s+\"px\":s),-1!==m.indexOf(\"width\")?b.width=\"number\"===typeof c?c+\"px\":c:-1!==m.indexOf(\"minWidth\")&&(b.minWidth=\"number\"===typeof c?c+\"px\":c),a||setTimeout((function(){e.$refs.alignInstance&&e.$refs.alignInstance.forceAlign()}),0));var y={props:{prefixCls:h,visible:u},class:g,on:Object(B[\"k\"])(this),ref:\"popupInstance\",style:I()({},b,f,this.getZIndexStyle())},C={props:{appear:!0,css:!1}},w=i(),x=!!w,S={beforeEnter:function(){},enter:function(t,n){e.$nextTick((function(){e.$refs.alignInstance?e.$refs.alignInstance.$nextTick((function(){e.domEl=t,Object(kr[\"a\"])(t,w+\"-enter\",n)})):n()}))},beforeLeave:function(){e.domEl=null},leave:function(e,t){Object(kr[\"a\"])(e,w+\"-leave\",t)}};if(\"object\"===(\"undefined\"===typeof d?\"undefined\":Z()(d))){x=!0;var k=d.on,O=void 0===k?{}:k,M=d.props,z=void 0===M?{}:M;C.props=I()({},C.props,z),C.on=I()({},S,O)}else C.on=S;return x||(C={}),t(\"transition\",C,v?[u?t(wr,{attrs:{target:this.getAlignTarget(),monitorWindowResize:!0,align:l},key:\"popup\",ref:\"alignInstance\",on:{align:this.onAlign}},[t(Sr,y,[r[\"default\"]])]):null]:[t(wr,{directives:[{name:\"show\",value:u}],attrs:{target:this.getAlignTarget(),monitorWindowResize:!0,disabled:!u,align:l},key:\"popup\",ref:\"alignInstance\",on:{align:this.onAlign}},[t(Sr,y,[r[\"default\"]])])])},getZIndexStyle:function(){var e={},t=this.$props;return void 0!==t.zIndex&&(e.zIndex=t.zIndex),e},getMaskElement:function(){var e=this.$createElement,t=this.$props,n=null;if(t.mask){var r=this.getMaskTransitionName();n=e(xr,{directives:[{name:\"show\",value:t.visible}],style:this.getZIndexStyle(),key:\"mask\",class:t.prefixCls+\"-mask\",attrs:{visible:t.visible}}),r&&(n=e(\"transition\",{attrs:{appear:!0,name:r}},[n]))}return n}},render:function(){var e=arguments[0],t=this.getMaskElement,n=this.getPopupElement;return e(\"div\",[t(),n()])}};function Mr(e,t,n){return n?e[0]===t[0]:e[0]===t[0]&&e[1]===t[1]}function zr(e,t,n){var r=e[t]||{};return I()({},r,n)}function _r(e,t,n,r){var i=n.points;for(var o in e)if(e.hasOwnProperty(o)&&Mr(e[o].points,i,r))return t+\"-placement-\"+o;return\"\"}function Tr(){}var Vr={props:{autoMount:s[\"a\"].bool.def(!0),autoDestroy:s[\"a\"].bool.def(!0),visible:s[\"a\"].bool,forceRender:s[\"a\"].bool.def(!1),parent:s[\"a\"].any,getComponent:s[\"a\"].func.isRequired,getContainer:s[\"a\"].func.isRequired,children:s[\"a\"].func.isRequired},mounted:function(){this.autoMount&&this.renderComponent()},updated:function(){this.autoMount&&this.renderComponent()},beforeDestroy:function(){this.autoDestroy&&this.removeContainer()},methods:{removeContainer:function(){this.container&&(this._component&&this._component.$destroy(),this.container.parentNode.removeChild(this.container),this.container=null,this._component=null)},renderComponent:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments[1],n=this.visible,r=this.forceRender,i=this.getContainer,o=this.parent,a=this;if(n||o._component||o.$refs._component||r){var s=this.componentEl;this.container||(this.container=i(),s=document.createElement(\"div\"),this.componentEl=s,this.container.appendChild(s));var c={component:a.getComponent(e)};this._component?this._component.setComponent(c):this._component=new this.$root.constructor({el:s,parent:a,data:{_com:c},mounted:function(){this.$nextTick((function(){t&&t.call(a)}))},updated:function(){this.$nextTick((function(){t&&t.call(a)}))},methods:{setComponent:function(e){this.$data._com=e}},render:function(){return this.$data._com.component}})}}},render:function(){return this.children({renderComponent:this.renderComponent,removeContainer:this.removeContainer})}};function jr(){return\"\"}function Pr(){return window.document}Lt[\"a\"].use(It.a,{name:\"ant-ref\"});var Er=[\"click\",\"mousedown\",\"touchstart\",\"mouseenter\",\"mouseleave\",\"focus\",\"blur\",\"contextmenu\"],Hr={name:\"Trigger\",mixins:[p[\"a\"]],props:{action:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].arrayOf(s[\"a\"].string)]).def([]),showAction:s[\"a\"].any.def([]),hideAction:s[\"a\"].any.def([]),getPopupClassNameFromAlign:s[\"a\"].any.def(jr),afterPopupVisibleChange:s[\"a\"].func.def(Tr),popup:s[\"a\"].any,popupStyle:s[\"a\"].object.def((function(){return{}})),prefixCls:s[\"a\"].string.def(\"rc-trigger-popup\"),popupClassName:s[\"a\"].string.def(\"\"),popupPlacement:s[\"a\"].string,builtinPlacements:s[\"a\"].object,popupTransitionName:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object]),popupAnimation:s[\"a\"].any,mouseEnterDelay:s[\"a\"].number.def(0),mouseLeaveDelay:s[\"a\"].number.def(.1),zIndex:s[\"a\"].number,focusDelay:s[\"a\"].number.def(0),blurDelay:s[\"a\"].number.def(.15),getPopupContainer:s[\"a\"].func,getDocument:s[\"a\"].func.def(Pr),forceRender:s[\"a\"].bool,destroyPopupOnHide:s[\"a\"].bool.def(!1),mask:s[\"a\"].bool.def(!1),maskClosable:s[\"a\"].bool.def(!0),popupAlign:s[\"a\"].object.def((function(){return{}})),popupVisible:s[\"a\"].bool,defaultPopupVisible:s[\"a\"].bool.def(!1),maskTransitionName:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object]),maskAnimation:s[\"a\"].string,stretch:s[\"a\"].string,alignPoint:s[\"a\"].bool},provide:function(){return{vcTriggerContext:this}},inject:{vcTriggerContext:{default:function(){return{}}},savePopupRef:{default:function(){return Tr}},dialogContext:{default:function(){return null}}},data:function(){var e=this,t=this.$props,n=void 0;return n=Object(B[\"s\"])(this,\"popupVisible\")?!!t.popupVisible:!!t.defaultPopupVisible,Er.forEach((function(t){e[\"fire\"+t]=function(n){e.fireEvents(t,n)}})),{prevPopupVisible:n,sPopupVisible:n,point:null}},watch:{popupVisible:function(e){void 0!==e&&(this.prevPopupVisible=this.sPopupVisible,this.sPopupVisible=e)}},deactivated:function(){this.setPopupVisible(!1)},mounted:function(){var e=this;this.$nextTick((function(){e.renderComponent(null),e.updatedCal()}))},updated:function(){var e=this,t=function(){e.sPopupVisible!==e.prevPopupVisible&&e.afterPopupVisibleChange(e.sPopupVisible),e.prevPopupVisible=e.sPopupVisible};this.renderComponent(null,t),this.$nextTick((function(){e.updatedCal()}))},beforeDestroy:function(){this.clearDelayTimer(),this.clearOutsideHandler(),clearTimeout(this.mouseDownTimeout)},methods:{updatedCal:function(){var e=this.$props,t=this.$data;if(t.sPopupVisible){var n=void 0;this.clickOutsideHandler||!this.isClickToHide()&&!this.isContextmenuToShow()||(n=e.getDocument(),this.clickOutsideHandler=O(n,\"mousedown\",this.onDocumentClick)),this.touchOutsideHandler||(n=n||e.getDocument(),this.touchOutsideHandler=O(n,\"touchstart\",this.onDocumentClick)),!this.contextmenuOutsideHandler1&&this.isContextmenuToShow()&&(n=n||e.getDocument(),this.contextmenuOutsideHandler1=O(n,\"scroll\",this.onContextmenuClose)),!this.contextmenuOutsideHandler2&&this.isContextmenuToShow()&&(this.contextmenuOutsideHandler2=O(window,\"blur\",this.onContextmenuClose))}else this.clearOutsideHandler()},onMouseenter:function(e){var t=this.$props.mouseEnterDelay;this.fireEvents(\"mouseenter\",e),this.delaySetPopupVisible(!0,t,t?null:e)},onMouseMove:function(e){this.fireEvents(\"mousemove\",e),this.setPoint(e)},onMouseleave:function(e){this.fireEvents(\"mouseleave\",e),this.delaySetPopupVisible(!1,this.$props.mouseLeaveDelay)},onPopupMouseenter:function(){this.clearDelayTimer()},onPopupMouseleave:function(e){e&&e.relatedTarget&&!e.relatedTarget.setTimeout&&this._component&&this._component.getPopupDomNode&&Rt(this._component.getPopupDomNode(),e.relatedTarget)||this.delaySetPopupVisible(!1,this.$props.mouseLeaveDelay)},onFocus:function(e){this.fireEvents(\"focus\",e),this.clearDelayTimer(),this.isFocusToShow()&&(this.focusTime=Date.now(),this.delaySetPopupVisible(!0,this.$props.focusDelay))},onMousedown:function(e){this.fireEvents(\"mousedown\",e),this.preClickTime=Date.now()},onTouchstart:function(e){this.fireEvents(\"touchstart\",e),this.preTouchTime=Date.now()},onBlur:function(e){Rt(e.target,e.relatedTarget||document.activeElement)||(this.fireEvents(\"blur\",e),this.clearDelayTimer(),this.isBlurToHide()&&this.delaySetPopupVisible(!1,this.$props.blurDelay))},onContextmenu:function(e){e.preventDefault(),this.fireEvents(\"contextmenu\",e),this.setPopupVisible(!0,e)},onContextmenuClose:function(){this.isContextmenuToShow()&&this.close()},onClick:function(e){if(this.fireEvents(\"click\",e),this.focusTime){var t=void 0;if(this.preClickTime&&this.preTouchTime?t=Math.min(this.preClickTime,this.preTouchTime):this.preClickTime?t=this.preClickTime:this.preTouchTime&&(t=this.preTouchTime),Math.abs(t-this.focusTime)<20)return;this.focusTime=0}this.preClickTime=0,this.preTouchTime=0,this.isClickToShow()&&(this.isClickToHide()||this.isBlurToHide())&&e&&e.preventDefault&&e.preventDefault(),e&&e.domEvent&&e.domEvent.preventDefault();var n=!this.$data.sPopupVisible;(this.isClickToHide()&&!n||n&&this.isClickToShow())&&this.setPopupVisible(!this.$data.sPopupVisible,e)},onPopupMouseDown:function(){var e=this,t=this.vcTriggerContext,n=void 0===t?{}:t;this.hasPopupMouseDown=!0,clearTimeout(this.mouseDownTimeout),this.mouseDownTimeout=setTimeout((function(){e.hasPopupMouseDown=!1}),0),n.onPopupMouseDown&&n.onPopupMouseDown.apply(n,arguments)},onDocumentClick:function(e){if(!this.$props.mask||this.$props.maskClosable){var t=e.target,n=this.$el;Rt(n,t)||this.hasPopupMouseDown||this.close()}},getPopupDomNode:function(){return this._component&&this._component.getPopupDomNode?this._component.getPopupDomNode():null},getRootDomNode:function(){return this.$el},handleGetPopupClassFromAlign:function(e){var t=[],n=this.$props,r=n.popupPlacement,i=n.builtinPlacements,o=n.prefixCls,a=n.alignPoint,s=n.getPopupClassNameFromAlign;return r&&i&&t.push(_r(i,o,e,a)),s&&t.push(s(e)),t.join(\" \")},getPopupAlign:function(){var e=this.$props,t=e.popupPlacement,n=e.popupAlign,r=e.builtinPlacements;return t&&r?zr(r,t,n):n},savePopup:function(e){this._component=e,this.savePopupRef(e)},getComponent:function(){var e=this.$createElement,t=this,n={};this.isMouseEnterToShow()&&(n.mouseenter=t.onPopupMouseenter),this.isMouseLeaveToHide()&&(n.mouseleave=t.onPopupMouseleave),n.mousedown=this.onPopupMouseDown,n.touchstart=this.onPopupMouseDown;var r=t.handleGetPopupClassFromAlign,i=t.getRootDomNode,o=t.getContainer,a=t.$props,s=a.prefixCls,c=a.destroyPopupOnHide,l=a.popupClassName,u=a.action,h=a.popupAnimation,d=a.popupTransitionName,f=a.popupStyle,p=a.mask,v=a.maskAnimation,m=a.maskTransitionName,g=a.zIndex,b=a.stretch,y=a.alignPoint,C=this.$data,w=C.sPopupVisible,x=C.point,S=this.getPopupAlign(),k={props:{prefixCls:s,destroyPopupOnHide:c,visible:w,point:y&&x,action:u,align:S,animation:h,getClassNameFromAlign:r,stretch:b,getRootDomNode:i,mask:p,zIndex:g,transitionName:d,maskAnimation:v,maskTransitionName:m,getContainer:o,popupClassName:l,popupStyle:f},on:I()({align:Object(B[\"k\"])(this).popupAlign||Tr},n),directives:[{name:\"ant-ref\",value:this.savePopup}]};return e(Or,k,[Object(B[\"g\"])(t,\"popup\")])},getContainer:function(){var e=this.$props,t=this.dialogContext,n=document.createElement(\"div\");n.style.position=\"absolute\",n.style.top=\"0\",n.style.left=\"0\",n.style.width=\"100%\";var r=e.getPopupContainer?e.getPopupContainer(this.$el,t):e.getDocument().body;return r.appendChild(n),this.popupContainer=n,n},setPopupVisible:function(e,t){var n=this.alignPoint,r=this.sPopupVisible;if(this.clearDelayTimer(),r!==e){Object(B[\"s\"])(this,\"popupVisible\")||this.setState({sPopupVisible:e,prevPopupVisible:r});var i=Object(B[\"k\"])(this);i.popupVisibleChange&&i.popupVisibleChange(e)}n&&t&&this.setPoint(t)},setPoint:function(e){var t=this.$props.alignPoint;t&&e&&this.setState({point:{pageX:e.pageX,pageY:e.pageY}})},delaySetPopupVisible:function(e,t,n){var r=this,i=1e3*t;if(this.clearDelayTimer(),i){var o=n?{pageX:n.pageX,pageY:n.pageY}:null;this.delayTimer=Object(Nt[\"b\"])((function(){r.setPopupVisible(e,o),r.clearDelayTimer()}),i)}else this.setPopupVisible(e,n)},clearDelayTimer:function(){this.delayTimer&&(Object(Nt[\"a\"])(this.delayTimer),this.delayTimer=null)},clearOutsideHandler:function(){this.clickOutsideHandler&&(this.clickOutsideHandler.remove(),this.clickOutsideHandler=null),this.contextmenuOutsideHandler1&&(this.contextmenuOutsideHandler1.remove(),this.contextmenuOutsideHandler1=null),this.contextmenuOutsideHandler2&&(this.contextmenuOutsideHandler2.remove(),this.contextmenuOutsideHandler2=null),this.touchOutsideHandler&&(this.touchOutsideHandler.remove(),this.touchOutsideHandler=null)},createTwoChains:function(e){var t=function(){},n=Object(B[\"k\"])(this);return this.childOriginEvents[e]&&n[e]?this[\"fire\"+e]:(t=this.childOriginEvents[e]||n[e]||t,t)},isClickToShow:function(){var e=this.$props,t=e.action,n=e.showAction;return-1!==t.indexOf(\"click\")||-1!==n.indexOf(\"click\")},isContextmenuToShow:function(){var e=this.$props,t=e.action,n=e.showAction;return-1!==t.indexOf(\"contextmenu\")||-1!==n.indexOf(\"contextmenu\")},isClickToHide:function(){var e=this.$props,t=e.action,n=e.hideAction;return-1!==t.indexOf(\"click\")||-1!==n.indexOf(\"click\")},isMouseEnterToShow:function(){var e=this.$props,t=e.action,n=e.showAction;return-1!==t.indexOf(\"hover\")||-1!==n.indexOf(\"mouseenter\")},isMouseLeaveToHide:function(){var e=this.$props,t=e.action,n=e.hideAction;return-1!==t.indexOf(\"hover\")||-1!==n.indexOf(\"mouseleave\")},isFocusToShow:function(){var e=this.$props,t=e.action,n=e.showAction;return-1!==t.indexOf(\"focus\")||-1!==n.indexOf(\"focus\")},isBlurToHide:function(){var e=this.$props,t=e.action,n=e.hideAction;return-1!==t.indexOf(\"focus\")||-1!==n.indexOf(\"blur\")},forcePopupAlign:function(){this.$data.sPopupVisible&&this._component&&this._component.$refs.alignInstance&&this._component.$refs.alignInstance.forceAlign()},fireEvents:function(e,t){this.childOriginEvents[e]&&this.childOriginEvents[e](t),this.__emit(e,t)},close:function(){this.setPopupVisible(!1)}},render:function(){var e=this,t=arguments[0],n=this.sPopupVisible,r=Object(B[\"c\"])(this.$slots[\"default\"]),i=this.$props,o=i.forceRender,a=i.alignPoint;r.length>1&&Object(x[\"a\"])(!1,\"Trigger $slots.default.length > 1, just support only one default\",!0);var s=r[0];this.childOriginEvents=Object(B[\"h\"])(s);var c={props:{},nativeOn:{},key:\"trigger\"};return this.isContextmenuToShow()?c.nativeOn.contextmenu=this.onContextmenu:c.nativeOn.contextmenu=this.createTwoChains(\"contextmenu\"),this.isClickToHide()||this.isClickToShow()?(c.nativeOn.click=this.onClick,c.nativeOn.mousedown=this.onMousedown,c.nativeOn.touchstart=this.onTouchstart):(c.nativeOn.click=this.createTwoChains(\"click\"),c.nativeOn.mousedown=this.createTwoChains(\"mousedown\"),c.nativeOn.touchstart=this.createTwoChains(\"onTouchstart\")),this.isMouseEnterToShow()?(c.nativeOn.mouseenter=this.onMouseenter,a&&(c.nativeOn.mousemove=this.onMouseMove)):c.nativeOn.mouseenter=this.createTwoChains(\"mouseenter\"),this.isMouseLeaveToHide()?c.nativeOn.mouseleave=this.onMouseleave:c.nativeOn.mouseleave=this.createTwoChains(\"mouseleave\"),this.isFocusToShow()||this.isBlurToHide()?(c.nativeOn.focus=this.onFocus,c.nativeOn.blur=this.onBlur):(c.nativeOn.focus=this.createTwoChains(\"focus\"),c.nativeOn.blur=function(t){!t||t.relatedTarget&&Rt(t.target,t.relatedTarget)||e.createTwoChains(\"blur\")(t)}),this.trigger=Object(At[\"a\"])(s,c),t(Vr,{attrs:{parent:this,visible:n,autoMount:!1,forceRender:o,getComponent:this.getComponent,getContainer:this.getContainer,children:function(t){var n=t.renderComponent;return e.renderComponent=n,e.trigger}}})}},Lr=Hr;function $r(e){var t=e,n=[];function r(e){t=I()({},t,e);for(var r=0;r<n.length;r++)n[r]()}function i(){return t}function o(e){return n.push(e),function(){var t=n.indexOf(e);n.splice(t,1)}}return{setState:r,getState:i,subscribe:o}}var Ar=s[\"a\"].shape({subscribe:s[\"a\"].func.isRequired,setState:s[\"a\"].func.isRequired,getState:s[\"a\"].func.isRequired}),Fr={name:\"StoreProvider\",props:{store:Ar.isRequired},provide:function(){return{storeContext:this.$props}},render:function(){return this.$slots[\"default\"][0]}},Ir={adjustX:1,adjustY:1},Rr={topLeft:{points:[\"bl\",\"tl\"],overflow:Ir,offset:[0,-7]},bottomLeft:{points:[\"tl\",\"bl\"],overflow:Ir,offset:[0,7]},leftTop:{points:[\"tr\",\"tl\"],overflow:Ir,offset:[-4,0]},rightTop:{points:[\"tl\",\"tr\"],overflow:Ir,offset:[4,0]}},Dr=Rr,Nr=0,Br={horizontal:\"bottomLeft\",vertical:\"rightTop\",\"vertical-left\":\"rightTop\",\"vertical-right\":\"leftTop\"},Kr=function(e,t,n){var r=Ct(t),i=e.getState();e.setState({defaultActiveFirst:I()({},i.defaultActiveFirst,a()({},r,n))})},Wr={name:\"SubMenu\",props:{parentMenu:s[\"a\"].object,title:s[\"a\"].any,selectedKeys:s[\"a\"].array.def([]),openKeys:s[\"a\"].array.def([]),openChange:s[\"a\"].func.def(bt),rootPrefixCls:s[\"a\"].string,eventKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),multiple:s[\"a\"].bool,active:s[\"a\"].bool,isRootMenu:s[\"a\"].bool.def(!1),index:s[\"a\"].number,triggerSubMenuAction:s[\"a\"].string,popupClassName:s[\"a\"].string,getPopupContainer:s[\"a\"].func,forceSubMenuRender:s[\"a\"].bool,openAnimation:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object]),disabled:s[\"a\"].bool,subMenuOpenDelay:s[\"a\"].number.def(.1),subMenuCloseDelay:s[\"a\"].number.def(.1),level:s[\"a\"].number.def(1),inlineIndent:s[\"a\"].number.def(24),openTransitionName:s[\"a\"].string,popupOffset:s[\"a\"].array,isOpen:s[\"a\"].bool,store:s[\"a\"].object,mode:s[\"a\"].oneOf([\"horizontal\",\"vertical\",\"vertical-left\",\"vertical-right\",\"inline\"]).def(\"vertical\"),manualRef:s[\"a\"].func.def(bt),builtinPlacements:s[\"a\"].object.def((function(){return{}})),itemIcon:s[\"a\"].any,expandIcon:s[\"a\"].any,subMenuKey:s[\"a\"].string},mixins:[p[\"a\"]],isSubMenu:!0,data:function(){var e=this.$props,t=e.store,n=e.eventKey,r=t.getState().defaultActiveFirst,i=!1;return r&&(i=r[n]),Kr(t,n,i),{}},mounted:function(){var e=this;this.$nextTick((function(){e.handleUpdated()}))},updated:function(){var e=this;this.$nextTick((function(){e.handleUpdated()}))},beforeDestroy:function(){var e=this.eventKey;this.__emit(\"destroy\",e),this.minWidthTimeout&&(Object(Nt[\"a\"])(this.minWidthTimeout),this.minWidthTimeout=null),this.mouseenterTimeout&&(Object(Nt[\"a\"])(this.mouseenterTimeout),this.mouseenterTimeout=null)},methods:{handleUpdated:function(){var e=this,t=this.$props,n=t.mode,r=t.parentMenu,i=t.manualRef;i&&i(this),\"horizontal\"===n&&r.isRootMenu&&this.isOpen&&(this.minWidthTimeout=Object(Nt[\"b\"])((function(){return e.adjustWidth()}),0))},onKeyDown:function(e){var t=e.keyCode,n=this.menuInstance,r=this.$props,i=r.store,o=r.isOpen;if(t===oe.ENTER)return this.onTitleClick(e),Kr(i,this.eventKey,!0),!0;if(t===oe.RIGHT)return o?n.onKeyDown(e):(this.triggerOpenChange(!0),Kr(i,this.eventKey,!0)),!0;if(t===oe.LEFT){var a=void 0;if(!o)return;return a=n.onKeyDown(e),a||(this.triggerOpenChange(!1),a=!0),a}return!o||t!==oe.UP&&t!==oe.DOWN?void 0:n.onKeyDown(e)},onPopupVisibleChange:function(e){this.triggerOpenChange(e,e?\"mouseenter\":\"mouseleave\")},onMouseEnter:function(e){var t=this.$props,n=t.eventKey,r=t.store;Kr(r,n,!1),this.__emit(\"mouseenter\",{key:n,domEvent:e})},onMouseLeave:function(e){var t=this.eventKey,n=this.parentMenu;n.subMenuInstance=this,this.__emit(\"mouseleave\",{key:t,domEvent:e})},onTitleMouseEnter:function(e){var t=this.$props.eventKey;this.__emit(\"itemHover\",{key:t,hover:!0}),this.__emit(\"titleMouseenter\",{key:t,domEvent:e})},onTitleMouseLeave:function(e){var t=this.eventKey,n=this.parentMenu;n.subMenuInstance=this,this.__emit(\"itemHover\",{key:t,hover:!1}),this.__emit(\"titleMouseleave\",{key:t,domEvent:e})},onTitleClick:function(e){var t=this.$props,n=t.triggerSubMenuAction,r=t.eventKey,i=t.isOpen,o=t.store;this.__emit(\"titleClick\",{key:r,domEvent:e}),\"hover\"!==n&&(this.triggerOpenChange(!i,\"click\"),Kr(o,r,!1))},onSubMenuClick:function(e){this.__emit(\"click\",this.addKeyPath(e))},getPrefixCls:function(){return this.$props.rootPrefixCls+\"-submenu\"},getActiveClassName:function(){return this.getPrefixCls()+\"-active\"},getDisabledClassName:function(){return this.getPrefixCls()+\"-disabled\"},getSelectedClassName:function(){return this.getPrefixCls()+\"-selected\"},getOpenClassName:function(){return this.$props.rootPrefixCls+\"-submenu-open\"},saveMenuInstance:function(e){this.menuInstance=e},addKeyPath:function(e){return I()({},e,{keyPath:(e.keyPath||[]).concat(this.$props.eventKey)})},triggerOpenChange:function(e,t){var n=this,r=this.$props.eventKey,i=function(){n.__emit(\"openChange\",{key:r,item:n,trigger:t,open:e})};\"mouseenter\"===t?this.mouseenterTimeout=Object(Nt[\"b\"])((function(){i()}),0):i()},isChildrenSelected:function(){var e={find:!1};return xt(this.$slots[\"default\"],this.$props.selectedKeys,e),e.find},adjustWidth:function(){if(this.$refs.subMenuTitle&&this.menuInstance){var e=this.menuInstance.$el;e.offsetWidth>=this.$refs.subMenuTitle.offsetWidth||(e.style.minWidth=this.$refs.subMenuTitle.offsetWidth+\"px\")}},renderChildren:function(e){var t=this.$createElement,n=this.$props,r=Object(B[\"k\"])(this),o=r.select,a=r.deselect,s=r.openChange,c={props:{mode:\"horizontal\"===n.mode?\"vertical\":n.mode,visible:n.isOpen,level:n.level+1,inlineIndent:n.inlineIndent,focusable:!1,selectedKeys:n.selectedKeys,eventKey:n.eventKey+\"-menu-\",openKeys:n.openKeys,openTransitionName:n.openTransitionName,openAnimation:n.openAnimation,subMenuOpenDelay:n.subMenuOpenDelay,parentMenu:this,subMenuCloseDelay:n.subMenuCloseDelay,forceSubMenuRender:n.forceSubMenuRender,triggerSubMenuAction:n.triggerSubMenuAction,builtinPlacements:n.builtinPlacements,defaultActiveFirst:n.store.getState().defaultActiveFirst[Ct(n.eventKey)],multiple:n.multiple,prefixCls:n.rootPrefixCls,manualRef:this.saveMenuInstance,itemIcon:Object(B[\"g\"])(this,\"itemIcon\"),expandIcon:Object(B[\"g\"])(this,\"expandIcon\"),children:e},on:{click:this.onSubMenuClick,select:o,deselect:a,openChange:s},id:this.internalMenuId},l=c.props,u=this.haveRendered;if(this.haveRendered=!0,this.haveOpened=this.haveOpened||l.visible||l.forceSubMenuRender,!this.haveOpened)return t(\"div\");var h=u||!l.visible||\"inline\"===!l.mode;c[\"class\"]=\" \"+l.prefixCls+\"-sub\";var d={appear:h,css:!1},f={props:d,on:{}};return l.openTransitionName?f=Object($t[\"a\"])(l.openTransitionName,{appear:h}):\"object\"===Z()(l.openAnimation)?(d=I()({},d,l.openAnimation.props||{}),h||(d.appear=!1)):\"string\"===typeof l.openAnimation&&(f=Object($t[\"a\"])(l.openAnimation,{appear:h})),\"object\"===Z()(l.openAnimation)&&l.openAnimation.on&&(f.on=l.openAnimation.on),t(\"transition\",f,[t(oi,i()([{directives:[{name:\"show\",value:n.isOpen}]},c]))])}},render:function(){var e,t,n=arguments[0],r=this.$props,o=this.rootPrefixCls,s=this.parentMenu,c=r.isOpen,l=this.getPrefixCls(),h=\"inline\"===r.mode,d=(e={},a()(e,l,!0),a()(e,l+\"-\"+r.mode,!0),a()(e,this.getOpenClassName(),c),a()(e,this.getActiveClassName(),r.active||c&&!h),a()(e,this.getDisabledClassName(),r.disabled),a()(e,this.getSelectedClassName(),this.isChildrenSelected()),e);this.internalMenuId||(r.eventKey?this.internalMenuId=r.eventKey+\"$Menu\":this.internalMenuId=\"$__$\"+ ++Nr+\"$Menu\");var f={},p={},v={};r.disabled||(f={mouseleave:this.onMouseLeave,mouseenter:this.onMouseEnter},p={click:this.onTitleClick},v={mouseenter:this.onTitleMouseEnter,mouseleave:this.onTitleMouseLeave});var m={};h&&(m.paddingLeft=r.inlineIndent*r.level+\"px\");var g={};c&&(g={\"aria-owns\":this.internalMenuId});var b={attrs:I()({\"aria-expanded\":c},g,{\"aria-haspopup\":\"true\",title:\"string\"===typeof r.title?r.title:void 0}),on:I()({},v,p),style:m,class:l+\"-title\",ref:\"subMenuTitle\"},y=null;\"horizontal\"!==r.mode&&(y=Object(B[\"g\"])(this,\"expandIcon\",r));var C=n(\"div\",b,[Object(B[\"g\"])(this,\"title\"),y||n(\"i\",{class:l+\"-arrow\"})]),w=this.renderChildren(Object(B[\"c\"])(this.$slots[\"default\"])),x=this.parentMenu.isRootMenu?this.parentMenu.getPopupContainer:function(e){return e.parentNode},S=Br[r.mode],k=r.popupOffset?{offset:r.popupOffset}:{},O=\"inline\"===r.mode?\"\":r.popupClassName,M={on:I()({},Object(u[\"a\"])(Object(B[\"k\"])(this),[\"click\"]),f),class:d};return n(\"li\",i()([M,{attrs:{role:\"menuitem\"}}]),[h&&C,h&&w,!h&&n(Lr,{attrs:(t={prefixCls:l,popupClassName:l+\"-popup \"+o+\"-\"+s.theme+\" \"+(O||\"\"),getPopupContainer:x,builtinPlacements:Dr},a()(t,\"builtinPlacements\",I()({},Dr,r.builtinPlacements)),a()(t,\"popupPlacement\",S),a()(t,\"popupVisible\",c),a()(t,\"popupAlign\",k),a()(t,\"action\",r.disabled?[]:[r.triggerSubMenuAction]),a()(t,\"mouseEnterDelay\",r.subMenuOpenDelay),a()(t,\"mouseLeaveDelay\",r.subMenuCloseDelay),a()(t,\"forceRender\",r.forceSubMenuRender),t),on:{popupVisibleChange:this.onPopupVisibleChange}},[n(\"template\",{slot:\"popup\"},[w]),C])])}},Ur=Je((function(e,t){var n=e.openKeys,r=e.activeKey,i=e.selectedKeys,o=t.eventKey,a=t.subMenuKey;return{isOpen:n.indexOf(o)>-1,active:r[a]===o,selectedKeys:i}}))(Wr);Ur.isSubMenu=!0;var qr=Ur,Yr=!(\"undefined\"===typeof window||!window.document||!window.document.createElement),Gr=\"menuitem-overflowed\",Xr=.5;Yr&&n(\"0cdd\");var Jr={name:\"DOMWrap\",mixins:[p[\"a\"]],data:function(){return this.resizeObserver=null,this.mutationObserver=null,this.originalTotalWidth=0,this.overflowedItems=[],this.menuItemSizes=[],{lastVisibleIndex:void 0}},mounted:function(){var e=this;this.$nextTick((function(){if(e.setChildrenWidthAndResize(),1===e.level&&\"horizontal\"===e.mode){var t=e.$el;if(!t)return;e.resizeObserver=new h[\"a\"]((function(t){t.forEach(e.setChildrenWidthAndResize)})),[].slice.call(t.children).concat(t).forEach((function(t){e.resizeObserver.observe(t)})),\"undefined\"!==typeof MutationObserver&&(e.mutationObserver=new MutationObserver((function(){e.resizeObserver.disconnect(),[].slice.call(t.children).concat(t).forEach((function(t){e.resizeObserver.observe(t)})),e.setChildrenWidthAndResize()})),e.mutationObserver.observe(t,{attributes:!1,childList:!0,subTree:!1}))}}))},beforeDestroy:function(){this.resizeObserver&&this.resizeObserver.disconnect(),this.mutationObserver&&this.mutationObserver.disconnect()},methods:{getMenuItemNodes:function(){var e=this.$props.prefixCls,t=this.$el;return t?[].slice.call(t.children).filter((function(t){return t.className.split(\" \").indexOf(e+\"-overflowed-submenu\")<0})):[]},getOverflowedSubMenuItem:function(e,t,n){var r=this.$createElement,i=this.$props,o=i.overflowedIndicator,a=i.level,s=i.mode,c=i.prefixCls,l=i.theme;if(1!==a||\"horizontal\"!==s)return null;var u=this.$slots[\"default\"][0],h=Object(B[\"m\"])(u),d=(h.title,re()(h,[\"title\"])),f=Object(B[\"i\"])(u),p={},v=e+\"-overflowed-indicator\",m=e+\"-overflowed-indicator\";0===t.length&&!0!==n?p={display:\"none\"}:n&&(p={visibility:\"hidden\",position:\"absolute\"},v+=\"-placeholder\",m+=\"-placeholder\");var g=l?c+\"-\"+l:\"\",b={},y={};St.props.forEach((function(e){void 0!==d[e]&&(b[e]=d[e])})),St.on.forEach((function(e){void 0!==f[e]&&(y[e]=f[e])}));var C={props:I()({title:o,popupClassName:g},b,{eventKey:m,disabled:!1}),class:c+\"-overflowed-submenu\",key:v,style:p,on:y};return r(qr,C,[t])},setChildrenWidthAndResize:function(){if(\"horizontal\"===this.mode){var e=this.$el;if(e){var t=e.children;if(t&&0!==t.length){var n=e.children[t.length-1];Ot(n,\"display\",\"inline-block\");var r=this.getMenuItemNodes(),i=r.filter((function(e){return e.className.split(\" \").indexOf(Gr)>=0}));i.forEach((function(e){Ot(e,\"display\",\"inline-block\")})),this.menuItemSizes=r.map((function(e){return kt(e)})),i.forEach((function(e){Ot(e,\"display\",\"none\")})),this.overflowedIndicatorWidth=kt(e.children[e.children.length-1]),this.originalTotalWidth=this.menuItemSizes.reduce((function(e,t){return e+t}),0),this.handleResize(),Ot(n,\"display\",\"none\")}}}},handleResize:function(){var e=this;if(\"horizontal\"===this.mode){var t=this.$el;if(t){var n=kt(t);this.overflowedItems=[];var r=0,i=void 0;this.originalTotalWidth>n+Xr&&(i=-1,this.menuItemSizes.forEach((function(t){r+=t,r+e.overflowedIndicatorWidth<=n&&(i+=1)}))),this.setState({lastVisibleIndex:i})}}},renderChildren:function(e){var t=this,n=this.$data.lastVisibleIndex,r=Object(B[\"f\"])(this);return(e||[]).reduce((function(i,o,a){var s=o,c=Object(B[\"m\"])(o).eventKey;if(\"horizontal\"===t.mode){var l=t.getOverflowedSubMenuItem(c,[]);void 0!==n&&-1!==r[t.prefixCls+\"-root\"]&&(a>n&&(s=Object(At[\"a\"])(o,{style:{display:\"none\"},props:{eventKey:c+\"-hidden\"},class:Gr})),a===n+1&&(t.overflowedItems=e.slice(n+1).map((function(e){return Object(At[\"a\"])(e,{key:Object(B[\"m\"])(e).eventKey,props:{mode:\"vertical-left\"}})})),l=t.getOverflowedSubMenuItem(c,t.overflowedItems)));var u=[].concat(m()(i),[l,s]);return a===e.length-1&&u.push(t.getOverflowedSubMenuItem(c,[],!0)),u}return[].concat(m()(i),[s])}),[])}},render:function(){var e=arguments[0],t=this.$props.tag,n={on:Object(B[\"k\"])(this)};return e(t,n,[this.renderChildren(this.$slots[\"default\"])])}};Jr.props={mode:s[\"a\"].oneOf([\"horizontal\",\"vertical\",\"vertical-left\",\"vertical-right\",\"inline\"]),prefixCls:s[\"a\"].string,level:s[\"a\"].number,theme:s[\"a\"].string,overflowedIndicator:s[\"a\"].node,visible:s[\"a\"].bool,hiddenClassName:s[\"a\"].string,tag:s[\"a\"].string.def(\"div\")};var Qr=Jr;function Zr(e){return!e.length||e.every((function(e){return!!e.disabled}))}function ei(e,t,n){var r=e.getState();e.setState({activeKey:I()({},r.activeKey,a()({},t,n))})}function ti(e){return e.eventKey||\"0-menu-\"}function ni(e,t){if(t){var n=this.instanceArrayKeyIndexMap[e];this.instanceArray[n]=t}}function ri(e,t){var n=t,r=e.eventKey,i=e.defaultActiveFirst,o=e.children;if(void 0!==n&&null!==n){var a=void 0;if(wt(o,(function(e,t){var i=e.componentOptions.propsData||{};e&&!i.disabled&&n===yt(e,r,t)&&(a=!0)})),a)return n}return n=null,i?(wt(o,(function(e,t){var i=e.componentOptions.propsData||{},o=null===n||void 0===n;o&&e&&!i.disabled&&(n=yt(e,r,t))})),n):n}var ii={name:\"SubPopupMenu\",props:Object(B[\"t\"])({prefixCls:s[\"a\"].string,openTransitionName:s[\"a\"].string,openAnimation:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object]),openKeys:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])),visible:s[\"a\"].bool,parentMenu:s[\"a\"].object,eventKey:s[\"a\"].string,store:s[\"a\"].object,forceSubMenuRender:s[\"a\"].bool,focusable:s[\"a\"].bool,multiple:s[\"a\"].bool,defaultActiveFirst:s[\"a\"].bool,activeKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),selectedKeys:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])),defaultSelectedKeys:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])),defaultOpenKeys:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])),level:s[\"a\"].number,mode:s[\"a\"].oneOf([\"horizontal\",\"vertical\",\"vertical-left\",\"vertical-right\",\"inline\"]),triggerSubMenuAction:s[\"a\"].oneOf([\"click\",\"hover\"]),inlineIndent:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),manualRef:s[\"a\"].func,itemIcon:s[\"a\"].any,expandIcon:s[\"a\"].any,overflowedIndicator:s[\"a\"].any,children:s[\"a\"].any.def([]),__propsSymbol__:s[\"a\"].any},{prefixCls:\"rc-menu\",mode:\"vertical\",level:1,inlineIndent:24,visible:!0,focusable:!0,manualRef:bt}),mixins:[p[\"a\"]],created:function(){var e=Object(B[\"l\"])(this);this.prevProps=I()({},e),e.store.setState({activeKey:I()({},e.store.getState().activeKey,a()({},e.eventKey,ri(e,e.activeKey)))}),this.instanceArray=[]},mounted:function(){this.manualRef&&this.manualRef(this)},updated:function(){var e=Object(B[\"l\"])(this),t=this.prevProps,n=\"activeKey\"in e?e.activeKey:e.store.getState().activeKey[ti(e)],r=ri(e,n);if(r!==n)ei(e.store,ti(e),r);else if(\"activeKey\"in t){var i=ri(t,t.activeKey);r!==i&&ei(e.store,ti(e),r)}this.prevProps=I()({},e)},methods:{onKeyDown:function(e,t){var n=e.keyCode,r=void 0;if(this.getFlatInstanceArray().forEach((function(t){t&&t.active&&t.onKeyDown&&(r=t.onKeyDown(e))})),r)return 1;var i=null;return n!==oe.UP&&n!==oe.DOWN||(i=this.step(n===oe.UP?-1:1)),i?(e.preventDefault(),ei(this.$props.store,ti(this.$props),i.eventKey),\"function\"===typeof t&&t(i),1):void 0},onItemHover:function(e){var t=e.key,n=e.hover;ei(this.$props.store,ti(this.$props),n?t:null)},onDeselect:function(e){this.__emit(\"deselect\",e)},onSelect:function(e){this.__emit(\"select\",e)},onClick:function(e){this.__emit(\"click\",e)},onOpenChange:function(e){this.__emit(\"openChange\",e)},onDestroy:function(e){this.__emit(\"destroy\",e)},getFlatInstanceArray:function(){return this.instanceArray},getOpenTransitionName:function(){return this.$props.openTransitionName},step:function(e){var t=this.getFlatInstanceArray(),n=this.$props.store.getState().activeKey[ti(this.$props)],r=t.length;if(!r)return null;e<0&&(t=t.concat().reverse());var i=-1;if(t.every((function(e,t){return!e||e.eventKey!==n||(i=t,!1)})),this.defaultActiveFirst||-1===i||!Zr(t.slice(i,r-1))){var o=(i+1)%r,a=o;do{var s=t[a];if(s&&!s.disabled)return s;a=(a+1)%r}while(a!==o);return null}},getIcon:function(e,t){if(e.$createElement){var n=e[t];return void 0!==n?n:e.$slots[t]||e.$scopedSlots[t]}var r=Object(B[\"m\"])(e)[t];if(void 0!==r)return r;var i=[],o=e.componentOptions||{};return(o.children||[]).forEach((function(e){e.data&&e.data.slot===t&&(\"template\"===e.tag?i.push(e.children):i.push(e))})),i.length?i:void 0},renderCommonMenuItem:function(e,t,n){var r=this;if(void 0===e.tag)return e;var i=this.$props.store.getState(),o=this.$props,a=yt(e,o.eventKey,t),s=e.componentOptions.propsData||{},c=a===i.activeKey[ti(this.$props)];s.disabled||(this.instanceArrayKeyIndexMap[a]=Object.keys(this.instanceArrayKeyIndexMap).length);var l=Object(B[\"i\"])(e),u={props:I()({mode:s.mode||o.mode,level:o.level,inlineIndent:o.inlineIndent,renderMenuItem:this.renderMenuItem,rootPrefixCls:o.prefixCls,index:t,parentMenu:o.parentMenu,manualRef:s.disabled?bt:ni.bind(this,a),eventKey:a,active:!s.disabled&&c,multiple:o.multiple,openTransitionName:this.getOpenTransitionName(),openAnimation:o.openAnimation,subMenuOpenDelay:o.subMenuOpenDelay,subMenuCloseDelay:o.subMenuCloseDelay,forceSubMenuRender:o.forceSubMenuRender,builtinPlacements:o.builtinPlacements,itemIcon:this.getIcon(e,\"itemIcon\")||this.getIcon(this,\"itemIcon\"),expandIcon:this.getIcon(e,\"expandIcon\")||this.getIcon(this,\"expandIcon\")},n),on:{click:function(e){(l.click||bt)(e),r.onClick(e)},itemHover:this.onItemHover,openChange:this.onOpenChange,deselect:this.onDeselect,select:this.onSelect}};return(\"inline\"===o.mode||Mt())&&(u.props.triggerSubMenuAction=\"click\"),Object(At[\"a\"])(e,u)},renderMenuItem:function(e,t,n){if(!e)return null;var r=this.$props.store.getState(),i={openKeys:r.openKeys,selectedKeys:r.selectedKeys,triggerSubMenuAction:this.triggerSubMenuAction,isRootMenu:!1,subMenuKey:n};return this.renderCommonMenuItem(e,t,i)}},render:function(){var e=this,t=arguments[0],n=re()(this.$props,[]),r=n.eventKey,i=n.prefixCls,o=n.visible,a=n.level,s=n.mode,c=n.theme;this.instanceArray=[],this.instanceArrayKeyIndexMap={};var h=l()(n.prefixCls,n.prefixCls+\"-\"+n.mode),d={props:{tag:\"ul\",visible:o,prefixCls:i,level:a,mode:s,theme:c,overflowedIndicator:Object(B[\"g\"])(this,\"overflowedIndicator\")},attrs:{role:n.role||\"menu\"},class:h,on:Object(u[\"a\"])(Object(B[\"k\"])(this),[\"click\"])};return n.focusable&&(d.attrs.tabIndex=\"0\",d.on.keydown=this.onKeyDown),t(Qr,d,[n.children.map((function(t,n){return e.renderMenuItem(t,n,r||\"0-menu-\")}))])}},oi=Je()(ii),ai={prefixCls:s[\"a\"].string.def(\"rc-menu\"),focusable:s[\"a\"].bool.def(!0),multiple:s[\"a\"].bool,defaultActiveFirst:s[\"a\"].bool,visible:s[\"a\"].bool.def(!0),activeKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),selectedKeys:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])),defaultSelectedKeys:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])).def([]),defaultOpenKeys:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])).def([]),openKeys:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])),openAnimation:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object]),mode:s[\"a\"].oneOf([\"horizontal\",\"vertical\",\"vertical-left\",\"vertical-right\",\"inline\"]).def(\"vertical\"),triggerSubMenuAction:s[\"a\"].string.def(\"hover\"),subMenuOpenDelay:s[\"a\"].number.def(.1),subMenuCloseDelay:s[\"a\"].number.def(.1),level:s[\"a\"].number.def(1),inlineIndent:s[\"a\"].number.def(24),theme:s[\"a\"].oneOf([\"light\",\"dark\"]).def(\"light\"),getPopupContainer:s[\"a\"].func,openTransitionName:s[\"a\"].string,forceSubMenuRender:s[\"a\"].bool,selectable:s[\"a\"].bool,isRootMenu:s[\"a\"].bool.def(!0),builtinPlacements:s[\"a\"].object.def((function(){return{}})),itemIcon:s[\"a\"].any,expandIcon:s[\"a\"].any,overflowedIndicator:s[\"a\"].any},si={name:\"Menu\",props:I()({},ai,{selectable:s[\"a\"].bool.def(!0)}),mixins:[p[\"a\"]],data:function(){var e=Object(B[\"l\"])(this),t=e.defaultSelectedKeys,n=e.defaultOpenKeys;return\"selectedKeys\"in e&&(t=e.selectedKeys||[]),\"openKeys\"in e&&(n=e.openKeys||[]),this.store=$r({selectedKeys:t,openKeys:n,activeKey:{\"0-menu-\":ri(I()({},e,{children:this.$slots[\"default\"]||[]}),e.activeKey)}}),{}},mounted:function(){this.updateMiniStore()},updated:function(){this.updateMiniStore()},methods:{onSelect:function(e){var t=this.$props;if(t.selectable){var n=this.store.getState().selectedKeys,r=e.key;n=t.multiple?n.concat([r]):[r],Object(B[\"b\"])(this,\"selectedKeys\")||this.store.setState({selectedKeys:n}),this.__emit(\"select\",I()({},e,{selectedKeys:n}))}},onClick:function(e){this.__emit(\"click\",e)},onKeyDown:function(e,t){this.$refs.innerMenu.getWrappedInstance().onKeyDown(e,t)},onOpenChange:function(e){var t=this.store.getState().openKeys.concat(),n=!1,r=function(e){var r=!1;if(e.open)r=-1===t.indexOf(e.key),r&&t.push(e.key);else{var i=t.indexOf(e.key);r=-1!==i,r&&t.splice(i,1)}n=n||r};Array.isArray(e)?e.forEach(r):r(e),n&&(Object(B[\"b\"])(this,\"openKeys\")||this.store.setState({openKeys:t}),this.__emit(\"openChange\",t))},onDeselect:function(e){var t=this.$props;if(t.selectable){var n=this.store.getState().selectedKeys.concat(),r=e.key,i=n.indexOf(r);-1!==i&&n.splice(i,1),Object(B[\"b\"])(this,\"selectedKeys\")||this.store.setState({selectedKeys:n}),this.__emit(\"deselect\",I()({},e,{selectedKeys:n}))}},getOpenTransitionName:function(){var e=this.$props,t=e.openTransitionName,n=e.openAnimation;return t||\"string\"!==typeof n||(t=e.prefixCls+\"-open-\"+n),t},updateMiniStore:function(){var e=Object(B[\"l\"])(this);\"selectedKeys\"in e&&this.store.setState({selectedKeys:e.selectedKeys||[]}),\"openKeys\"in e&&this.store.setState({openKeys:e.openKeys||[]})}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n={props:I()({},t,{itemIcon:Object(B[\"g\"])(this,\"itemIcon\",t),expandIcon:Object(B[\"g\"])(this,\"expandIcon\",t),overflowedIndicator:Object(B[\"g\"])(this,\"overflowedIndicator\",t)||e(\"span\",[\"···\"]),openTransitionName:this.getOpenTransitionName(),parentMenu:this,children:Object(B[\"c\"])(this.$slots[\"default\"]||[])}),class:t.prefixCls+\"-root\",on:I()({},Object(B[\"k\"])(this),{click:this.onClick,openChange:this.onOpenChange,deselect:this.onDeselect,select:this.onSelect}),ref:\"innerMenu\"};return e(Fr,{attrs:{store:this.store}},[e(oi,n)])}},ci=si,li=ci;function ui(e){return\"string\"===typeof e?e.trim():\"\"}function hi(e){if(!e)return null;var t=Object(B[\"m\"])(e);if(\"value\"in t)return t.value;if(void 0!==Object(B[\"j\"])(e))return Object(B[\"j\"])(e);if(Object(B[\"o\"])(e).isSelectOptGroup){var n=Object(B[\"g\"])(e,\"label\");if(n)return n}throw new Error(\"Need at least a key or a value or a label (only for OptGroup) for \"+e)}function di(e,t){if(\"value\"===t)return hi(e);if(\"children\"===t){var n=e.$slots?Object(At[\"b\"])(e.$slots[\"default\"],!0):Object(At[\"b\"])(e.componentOptions.children,!0);return 1!==n.length||n[0].tag?n:n[0].text}var r=Object(B[\"m\"])(e);return t in r?r[t]:Object(B[\"e\"])(e)[t]}function fi(e){return e.multiple}function pi(e){return e.combobox}function vi(e){return e.multiple||e.tags}function mi(e){return vi(e)||pi(e)}function gi(e){return!mi(e)}function bi(e){var t=e;return void 0===e?t=[]:Array.isArray(e)||(t=[e]),t}function yi(e){return(\"undefined\"===typeof e?\"undefined\":Z()(e))+\"-\"+e}function Ci(e){e.preventDefault()}function wi(e,t){var n=-1;if(e)for(var r=0;r<e.length;r++)if(e[r]===t){n=r;break}return n}function xi(e,t){var n=void 0;if(e=bi(e),e)for(var r=0;r<e.length;r++)if(e[r].key===t){n=e[r].label;break}return n}function Si(e,t){if(null===t||void 0===t)return[];var n=[];return e.forEach((function(e){if(Object(B[\"o\"])(e).isMenuItemGroup)n=n.concat(Si(e.componentOptions.children,t));else{var r=hi(e),i=e.key;-1!==wi(t,r)&&void 0!==i&&n.push(i)}})),n}var ki={userSelect:\"none\",WebkitUserSelect:\"none\"},Oi={unselectable:\"on\"};function Mi(e){for(var t=0;t<e.length;t++){var n=e[t],r=Object(B[\"m\"])(n);if(Object(B[\"o\"])(n).isMenuItemGroup){var i=Mi(n.componentOptions.children);if(i)return i}else if(!r.disabled&&\"\"!==r.disabled)return n}return null}function zi(e,t){for(var n=0;n<t.length;++n)if(e.lastIndexOf(t[n])>0)return!0;return!1}function _i(e,t){var n=new RegExp(\"[\"+t.join()+\"]\");return e.split(n).filter((function(e){return e}))}function Ti(e,t){var n=Object(B[\"m\"])(t);if(n.disabled)return!1;var r=di(t,this.optionFilterProp);return r=r.length&&r[0].text?r[0].text:String(r),r.toLowerCase().indexOf(e.toLowerCase())>-1}function Vi(e,t){if(!gi(t)&&!fi(t)&&\"string\"!==typeof e)throw new Error(\"Invalid `value` of type `\"+(\"undefined\"===typeof e?\"undefined\":Z()(e))+\"` supplied to Option, expected `string` when `tags/combobox` is `true`.\")}function ji(e,t){return function(n){e[t]=n}}function Pi(){var e=(new Date).getTime(),t=\"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\".replace(/[xy]/g,(function(t){var n=(e+16*Math.random())%16|0;return e=Math.floor(e/16),(\"x\"===t?n:7&n|8).toString(16)}));return t}var Ei={name:\"DropdownMenu\",mixins:[p[\"a\"]],props:{ariaId:s[\"a\"].string,defaultActiveFirstOption:s[\"a\"].bool,value:s[\"a\"].any,dropdownMenuStyle:s[\"a\"].object,multiple:s[\"a\"].bool,prefixCls:s[\"a\"].string,menuItems:s[\"a\"].any,inputValue:s[\"a\"].string,visible:s[\"a\"].bool,backfillValue:s[\"a\"].any,firstActiveValue:s[\"a\"].string,menuItemSelectedIcon:s[\"a\"].any},watch:{visible:function(e){var t=this;e?this.$nextTick((function(){t.scrollActiveItemToView()})):this.lastVisible=e}},created:function(){this.rafInstance=null,this.lastInputValue=this.$props.inputValue,this.lastVisible=!1},mounted:function(){var e=this;this.$nextTick((function(){e.scrollActiveItemToView()})),this.lastVisible=this.$props.visible},updated:function(){var e=this.$props;this.lastVisible=e.visible,this.lastInputValue=e.inputValue,this.prevVisible=this.visible},beforeDestroy:function(){this.rafInstance&&b.a.cancel(this.rafInstance)},methods:{scrollActiveItemToView:function(){var e=this,t=this.firstActiveItem&&this.firstActiveItem.$el,n=this.$props,r=n.value,i=n.visible,o=n.firstActiveValue;if(t&&i){var a={onlyScrollIfNeeded:!0};r&&0!==r.length||!o||(a.alignWithTop=!0),this.rafInstance=b()((function(){We(t,e.$refs.menuRef.$el,a)}))}},renderMenu:function(){var e=this,t=this.$createElement,n=this.$props,r=n.menuItems,i=n.defaultActiveFirstOption,o=n.value,a=n.prefixCls,s=n.multiple,c=n.inputValue,l=n.firstActiveValue,u=n.dropdownMenuStyle,h=n.backfillValue,d=n.visible,f=Object(B[\"g\"])(this,\"menuItemSelectedIcon\"),p=Object(B[\"k\"])(this),v=p.menuDeselect,m=p.menuSelect,g=p.popupScroll;if(r&&r.length){var b=Si(r,o),y={props:{multiple:s,itemIcon:s?f:null,selectedKeys:b,prefixCls:a+\"-menu\"},on:{},style:u,ref:\"menuRef\",attrs:{role:\"listbox\"}};g&&(y.on.scroll=g),s?(y.on.deselect=v,y.on.select=m):y.on.click=m;var C={},w=i,x=r;if(b.length||l){n.visible&&!this.lastVisible?C.activeKey=b[0]||l:d||(b[0]&&(w=!1),C.activeKey=void 0);var S=!1,k=function(t){return!S&&-1!==b.indexOf(t.key)||!S&&!b.length&&-1!==l.indexOf(t.key)?(S=!0,Object(At[\"a\"])(t,{directives:[{name:\"ant-ref\",value:function(t){e.firstActiveItem=t}}]})):t};x=r.map((function(e){if(Object(B[\"o\"])(e).isMenuItemGroup){var t=e.componentOptions.children.map(k);return Object(At[\"a\"])(e,{children:t})}return k(e)}))}else this.firstActiveItem=null;var O=o&&o[o.length-1];return c===this.lastInputValue||O&&O===h||(C.activeKey=\"\"),y.props=I()({},C,y.props,{defaultActiveFirst:w}),t(li,y,[x])}return null}},render:function(){var e=arguments[0],t=this.renderMenu(),n=Object(B[\"k\"])(this),r=n.popupFocus,i=n.popupScroll;return t?e(\"div\",{style:{overflow:\"auto\",transform:\"translateZ(0)\"},attrs:{id:this.$props.ariaId,tabIndex:\"-1\"},on:{focus:r,mousedown:Ci,scroll:i},ref:\"menuContainer\"},[t]):null}},Hi={bottomLeft:{points:[\"tl\",\"bl\"],offset:[0,4],overflow:{adjustX:0,adjustY:1}},topLeft:{points:[\"bl\",\"tl\"],offset:[0,-4],overflow:{adjustX:0,adjustY:1}}},Li={name:\"SelectTrigger\",mixins:[p[\"a\"]],props:{dropdownMatchSelectWidth:s[\"a\"].bool,defaultActiveFirstOption:s[\"a\"].bool,dropdownAlign:s[\"a\"].object,visible:s[\"a\"].bool,disabled:s[\"a\"].bool,showSearch:s[\"a\"].bool,dropdownClassName:s[\"a\"].string,dropdownStyle:s[\"a\"].object,dropdownMenuStyle:s[\"a\"].object,multiple:s[\"a\"].bool,inputValue:s[\"a\"].string,filterOption:s[\"a\"].any,empty:s[\"a\"].bool,options:s[\"a\"].any,prefixCls:s[\"a\"].string,popupClassName:s[\"a\"].string,value:s[\"a\"].array,showAction:s[\"a\"].arrayOf(s[\"a\"].string),combobox:s[\"a\"].bool,animation:s[\"a\"].string,transitionName:s[\"a\"].string,getPopupContainer:s[\"a\"].func,backfillValue:s[\"a\"].any,menuItemSelectedIcon:s[\"a\"].any,dropdownRender:s[\"a\"].func,ariaId:s[\"a\"].string},data:function(){return{dropdownWidth:0}},created:function(){this.rafInstance=null,this.saveDropdownMenuRef=ji(this,\"dropdownMenuRef\"),this.saveTriggerRef=ji(this,\"triggerRef\")},mounted:function(){var e=this;this.$nextTick((function(){e.setDropdownWidth()}))},updated:function(){var e=this;this.$nextTick((function(){e.setDropdownWidth()}))},beforeDestroy:function(){this.cancelRafInstance()},methods:{setDropdownWidth:function(){var e=this;this.cancelRafInstance(),this.rafInstance=b()((function(){var t=e.$el.offsetWidth;t!==e.dropdownWidth&&e.setState({dropdownWidth:t})}))},cancelRafInstance:function(){this.rafInstance&&b.a.cancel(this.rafInstance)},getInnerMenu:function(){return this.dropdownMenuRef&&this.dropdownMenuRef.$refs.menuRef},getPopupDOMNode:function(){return this.triggerRef.getPopupDomNode()},getDropdownElement:function(e){var t=this.$createElement,n=this.value,r=this.firstActiveValue,i=this.defaultActiveFirstOption,o=this.dropdownMenuStyle,a=this.getDropdownPrefixCls,s=this.backfillValue,c=this.menuItemSelectedIcon,l=Object(B[\"k\"])(this),u=l.menuSelect,h=l.menuDeselect,d=l.popupScroll,f=this.$props,p=f.dropdownRender,v=f.ariaId,m={props:I()({},e.props,{ariaId:v,prefixCls:a(),value:n,firstActiveValue:r,defaultActiveFirstOption:i,dropdownMenuStyle:o,backfillValue:s,menuItemSelectedIcon:c}),on:I()({},e.on,{menuSelect:u,menuDeselect:h,popupScroll:d}),directives:[{name:\"ant-ref\",value:this.saveDropdownMenuRef}]},g=t(Ei,m);return p?p(g,f):null},getDropdownTransitionName:function(){var e=this.$props,t=e.transitionName;return!t&&e.animation&&(t=this.getDropdownPrefixCls()+\"-\"+e.animation),t},getDropdownPrefixCls:function(){return this.prefixCls+\"-dropdown\"}},render:function(){var e,t=arguments[0],n=this.$props,r=this.$slots,i=n.multiple,o=n.visible,s=n.inputValue,c=n.dropdownAlign,u=n.disabled,h=n.showSearch,d=n.dropdownClassName,f=n.dropdownStyle,p=n.dropdownMatchSelectWidth,v=n.options,m=n.getPopupContainer,g=n.showAction,b=n.empty,y=Object(B[\"k\"])(this),C=y.mouseenter,w=y.mouseleave,x=y.popupFocus,S=y.dropdownVisibleChange,k=this.getDropdownPrefixCls(),O=(e={},a()(e,d,!!d),a()(e,k+\"--\"+(i?\"multiple\":\"single\"),1),a()(e,k+\"--empty\",b),e),M=this.getDropdownElement({props:{menuItems:v,multiple:i,inputValue:s,visible:o},on:{popupFocus:x}}),z=void 0;z=u?[]:gi(n)&&!h?[\"click\"]:[\"blur\"];var _=I()({},f),T=p?\"width\":\"minWidth\";this.dropdownWidth&&(_[T]=this.dropdownWidth+\"px\");var V={props:I()({},n,{showAction:u?[]:g,hideAction:z,ref:\"triggerRef\",popupPlacement:\"bottomLeft\",builtinPlacements:Hi,prefixCls:k,popupTransitionName:this.getDropdownTransitionName(),popupAlign:c,popupVisible:o,getPopupContainer:m,popupClassName:l()(O),popupStyle:_}),on:{popupVisibleChange:S},directives:[{name:\"ant-ref\",value:this.saveTriggerRef}]};return C&&(V.on.mouseenter=C),w&&(V.on.mouseleave=w),t(Lr,V,[r[\"default\"],t(\"template\",{slot:\"popup\"},[M])])}},$i={defaultActiveFirstOption:s[\"a\"].bool,multiple:s[\"a\"].bool,filterOption:s[\"a\"].any,showSearch:s[\"a\"].bool,disabled:s[\"a\"].bool,allowClear:s[\"a\"].bool,showArrow:s[\"a\"].bool,tags:s[\"a\"].bool,prefixCls:s[\"a\"].string,transitionName:s[\"a\"].string,optionLabelProp:s[\"a\"].string,optionFilterProp:s[\"a\"].string,animation:s[\"a\"].string,choiceTransitionName:s[\"a\"].string,open:s[\"a\"].bool,defaultOpen:s[\"a\"].bool,placeholder:s[\"a\"].any,labelInValue:s[\"a\"].bool,loading:s[\"a\"].bool,value:s[\"a\"].any,defaultValue:s[\"a\"].any,dropdownStyle:s[\"a\"].object,dropdownClassName:s[\"a\"].string,maxTagTextLength:s[\"a\"].number,maxTagCount:s[\"a\"].number,maxTagPlaceholder:s[\"a\"].any,tokenSeparators:s[\"a\"].arrayOf(s[\"a\"].string),getInputElement:s[\"a\"].func,showAction:s[\"a\"].arrayOf(s[\"a\"].string),autoFocus:s[\"a\"].bool,getPopupContainer:s[\"a\"].func,clearIcon:s[\"a\"].any,inputIcon:s[\"a\"].any,removeIcon:s[\"a\"].any,menuItemSelectedIcon:s[\"a\"].any,dropdownRender:s[\"a\"].func,mode:s[\"a\"].oneOf([\"multiple\",\"tags\"]),backfill:s[\"a\"].bool,dropdownAlign:s[\"a\"].any,dropdownMatchSelectWidth:s[\"a\"].bool,dropdownMenuStyle:s[\"a\"].object,notFoundContent:s[\"a\"].oneOfType([String,Number]),tabIndex:s[\"a\"].oneOfType([String,Number])},Ai=\"undefined\"!==typeof window,Fi=\"undefined\"!==typeof WXEnvironment&&!!WXEnvironment.platform,Ii=Fi&&WXEnvironment.platform.toLowerCase(),Ri=Ai&&window.navigator.userAgent.toLowerCase(),Di=Ri&&/msie|trident/.test(Ri),Ni=(Ri&&Ri.indexOf(\"msie 9.0\"),Ri&&Ri.indexOf(\"edge/\")>0);Ri&&Ri.indexOf(\"android\"),Ri&&/iphone|ipad|ipod|ios/.test(Ri),Ri&&/chrome\\/\\d+/.test(Ri),Ri&&/phantomjs/.test(Ri),Ri&&Ri.match(/firefox\\/(\\d+)/);Lt[\"a\"].use(It.a,{name:\"ant-ref\"});var Bi=\"RC_SELECT_EMPTY_VALUE_KEY\",Ki=function(){return null};function Wi(e){return!e||null===e.offsetParent}function Ui(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(){for(var e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];for(var i=0;i<t.length;i++)t[i]&&\"function\"===typeof t[i]&&t[i].apply(Ui,n)}}var qi={inheritAttrs:!1,Option:ee,OptGroup:te,name:\"Select\",mixins:[p[\"a\"]],props:I()({},$i,{prefixCls:$i.prefixCls.def(\"rc-select\"),defaultOpen:s[\"a\"].bool.def(!1),labelInValue:$i.labelInValue.def(!1),defaultActiveFirstOption:$i.defaultActiveFirstOption.def(!0),showSearch:$i.showSearch.def(!0),allowClear:$i.allowClear.def(!1),placeholder:$i.placeholder.def(\"\"),dropdownMatchSelectWidth:s[\"a\"].bool.def(!0),dropdownStyle:$i.dropdownStyle.def((function(){return{}})),dropdownMenuStyle:s[\"a\"].object.def((function(){return{}})),optionFilterProp:$i.optionFilterProp.def(\"value\"),optionLabelProp:$i.optionLabelProp.def(\"value\"),notFoundContent:s[\"a\"].any.def(\"Not Found\"),backfill:s[\"a\"].bool.def(!1),showAction:$i.showAction.def([\"click\"]),combobox:s[\"a\"].bool.def(!1),tokenSeparators:s[\"a\"].arrayOf(s[\"a\"].string).def([]),autoClearSearchValue:s[\"a\"].bool.def(!0),tabIndex:s[\"a\"].any.def(0),dropdownRender:s[\"a\"].func.def((function(e){return e}))}),model:{prop:\"value\",event:\"change\"},created:function(){this.saveInputRef=ji(this,\"inputRef\"),this.saveInputMirrorRef=ji(this,\"inputMirrorRef\"),this.saveTopCtrlRef=ji(this,\"topCtrlRef\"),this.saveSelectTriggerRef=ji(this,\"selectTriggerRef\"),this.saveRootRef=ji(this,\"rootRef\"),this.saveSelectionRef=ji(this,\"selectionRef\"),this._focused=!1,this._mouseDown=!1,this._options=[],this._empty=!1},data:function(){var e=Object(B[\"l\"])(this),t=this.getOptionsInfoFromProps(e);if(Ht()(this.__propsSymbol__,\"Replace slots.default with props.children and pass props.__propsSymbol__\"),e.tags&&\"function\"!==typeof e.filterOption){var n=Object.keys(t).some((function(e){return t[e].disabled}));Ht()(!n,\"Please avoid setting option to disabled in tags mode since user can always type text as tag.\")}var r={_value:this.getValueFromProps(e,!0),_inputValue:e.combobox?this.getInputValueForCombobox(e,t,!0):\"\",_open:e.defaultOpen,_optionsInfo:t,_backfillValue:\"\",_skipBuildOptionsInfo:!0,_ariaId:Pi()};return I()({},r,{_mirrorInputValue:r._inputValue},this.getDerivedState(e,r))},mounted:function(){var e=this;this.$nextTick((function(){(e.autoFocus||e._open)&&e.focus()}))},watch:{__propsSymbol__:function(){I()(this.$data,this.getDerivedState(Object(B[\"l\"])(this),this.$data))},\"$data._inputValue\":function(e){this.$data._mirrorInputValue=e}},updated:function(){var e=this;this.$nextTick((function(){if(vi(e.$props)){var t=e.getInputDOMNode(),n=e.getInputMirrorDOMNode();t&&t.value&&n?(t.style.width=\"\",t.style.width=n.clientWidth+10+\"px\"):t&&(t.style.width=\"\")}e.forcePopupAlign()}))},beforeDestroy:function(){this.clearFocusTime(),this.clearBlurTime(),this.clearComboboxTime(),this.dropdownContainer&&(document.body.removeChild(this.dropdownContainer),this.dropdownContainer=null)},methods:{getDerivedState:function(e,t){var n=t._skipBuildOptionsInfo?t._optionsInfo:this.getOptionsInfoFromProps(e,t),r={_optionsInfo:n,_skipBuildOptionsInfo:!1};if(\"open\"in e&&(r._open=e.open),\"value\"in e){var i=this.getValueFromProps(e);r._value=i,e.combobox&&(r._inputValue=this.getInputValueForCombobox(e,n))}return r},getOptionsFromChildren:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return t.forEach((function(t){t.data&&void 0===t.data.slot&&(Object(B[\"o\"])(t).isSelectOptGroup?e.getOptionsFromChildren(t.componentOptions.children,n):n.push(t))})),n},getInputValueForCombobox:function(e,t,n){var r=[];if(\"value\"in e&&!n&&(r=bi(e.value)),\"defaultValue\"in e&&n&&(r=bi(e.defaultValue)),!r.length)return\"\";r=r[0];var i=r;return e.labelInValue?i=r.label:t[yi(r)]&&(i=t[yi(r)].label),void 0===i&&(i=\"\"),i},getLabelFromOption:function(e,t){return di(t,e.optionLabelProp)},getOptionsInfoFromProps:function(e,t){var n=this,r=this.getOptionsFromChildren(this.$props.children),i={};if(r.forEach((function(t){var r=hi(t);i[yi(r)]={option:t,value:r,label:n.getLabelFromOption(e,t),title:Object(B[\"r\"])(t,\"title\"),disabled:Object(B[\"r\"])(t,\"disabled\")}})),t){var o=t._optionsInfo,a=t._value;a&&a.forEach((function(e){var t=yi(e);i[t]||void 0===o[t]||(i[t]=o[t])}))}return i},getValueFromProps:function(e,t){var n=[];return\"value\"in e&&!t&&(n=bi(e.value)),\"defaultValue\"in e&&t&&(n=bi(e.defaultValue)),e.labelInValue&&(n=n.map((function(e){return e.key}))),n},onInputChange:function(e){var t=e.target,n=t.value,r=t.composing,i=this.$data._inputValue,o=void 0===i?\"\":i;if(e.isComposing||r||o===n)this.setState({_mirrorInputValue:n});else{var a=this.$props.tokenSeparators;if(vi(this.$props)&&a.length&&zi(n,a)){var s=this.getValueByInput(n);return void 0!==s&&this.fireChange(s),this.setOpenState(!1,{needFocus:!0}),void this.setInputValue(\"\",!1)}this.setInputValue(n),this.setState({_open:!0}),pi(this.$props)&&this.fireChange([n])}},onDropdownVisibleChange:function(e){e&&!this._focused&&(this.clearBlurTime(),this.timeoutFocus(),this._focused=!0,this.updateFocusClassName()),this.setOpenState(e)},onKeyDown:function(e){var t=this.$data._open,n=this.$props.disabled;if(!n){var r=e.keyCode;t&&!this.getInputDOMNode()?this.onInputKeydown(e):r===oe.ENTER||r===oe.DOWN?(r!==oe.ENTER||vi(this.$props)?t||this.setOpenState(!0):this.maybeFocus(!0),e.preventDefault()):r===oe.SPACE&&(t||(this.setOpenState(!0),e.preventDefault()))}},onInputKeydown:function(e){var t=this,n=this.$props,r=n.disabled,i=n.combobox,o=n.defaultActiveFirstOption;if(!r){var a=this.$data,s=this.getRealOpenState(a),c=e.keyCode;if(!vi(this.$props)||e.target.value||c!==oe.BACKSPACE){if(c===oe.DOWN){if(!a._open)return this.openIfHasChildren(),e.preventDefault(),void e.stopPropagation()}else if(c===oe.ENTER&&a._open)!s&&i||e.preventDefault(),s&&i&&!1===o&&(this.comboboxTimer=setTimeout((function(){t.setOpenState(!1)})));else if(c===oe.ESC)return void(a._open&&(this.setOpenState(!1),e.preventDefault(),e.stopPropagation()));if(s&&this.selectTriggerRef){var l=this.selectTriggerRef.getInnerMenu();l&&l.onKeyDown(e,this.handleBackfill)&&(e.preventDefault(),e.stopPropagation())}}else{e.preventDefault();var u=a._value;u.length&&this.removeSelected(u[u.length-1])}}},onMenuSelect:function(e){var t=e.item;if(t){var n=this.$data._value,r=this.$props,i=hi(t),o=n[n.length-1],a=!1;if(vi(r)?-1!==wi(n,i)?a=!0:n=n.concat([i]):pi(r)||void 0===o||o!==i||i===this.$data._backfillValue?(n=[i],this.setOpenState(!1,{needFocus:!0,fireSearch:!1})):(this.setOpenState(!1,{needFocus:!0,fireSearch:!1}),a=!0),a||this.fireChange(n),!a){this.fireSelect(i);var s=pi(r)?di(t,r.optionLabelProp):\"\";r.autoClearSearchValue&&this.setInputValue(s,!1)}}},onMenuDeselect:function(e){var t=e.item,n=e.domEvent;if(\"keydown\"!==n.type||n.keyCode!==oe.ENTER)\"click\"===n.type&&this.removeSelected(hi(t)),this.autoClearSearchValue&&this.setInputValue(\"\");else{var r=t.$el;Wi(r)||this.removeSelected(hi(t))}},onArrowClick:function(e){e.stopPropagation(),e.preventDefault(),this.clearBlurTime(),this.disabled||this.setOpenState(!this.$data._open,{needFocus:!this.$data._open})},onPlaceholderClick:function(){this.getInputDOMNode()&&this.getInputDOMNode()&&this.getInputDOMNode().focus()},onPopupFocus:function(){this.maybeFocus(!0,!0)},onClearSelection:function(e){var t=this.$props,n=this.$data;if(!t.disabled){var r=n._inputValue,i=n._value;e.stopPropagation(),(r||i.length)&&(i.length&&this.fireChange([]),this.setOpenState(!1,{needFocus:!0}),r&&this.setInputValue(\"\"))}},onChoiceAnimationLeave:function(){this.forcePopupAlign()},getOptionInfoBySingleValue:function(e,t){var n=this.$createElement,r=void 0;if(t=t||this.$data._optionsInfo,t[yi(e)]&&(r=t[yi(e)]),r)return r;var i=e;if(this.$props.labelInValue){var o=xi(this.$props.value,e),a=xi(this.$props.defaultValue,e);void 0!==o?i=o:void 0!==a&&(i=a)}var s={option:n(ee,{attrs:{value:e},key:e},[e]),value:e,label:i};return s},getOptionBySingleValue:function(e){var t=this.getOptionInfoBySingleValue(e),n=t.option;return n},getOptionsBySingleValue:function(e){var t=this;return e.map((function(e){return t.getOptionBySingleValue(e)}))},getValueByLabel:function(e){var t=this;if(void 0===e)return null;var n=null;return Object.keys(this.$data._optionsInfo).forEach((function(r){var i=t.$data._optionsInfo[r],o=i.disabled;if(!o){var a=bi(i.label);a&&a.join(\"\")===e&&(n=i.value)}})),n},getVLBySingleValue:function(e){return this.$props.labelInValue?{key:e,label:this.getLabelBySingleValue(e)}:e},getVLForOnChange:function(e){var t=this,n=e;return void 0!==n?(n=this.labelInValue?n.map((function(e){return{key:e,label:t.getLabelBySingleValue(e)}})):n.map((function(e){return e})),vi(this.$props)?n:n[0]):n},getLabelBySingleValue:function(e,t){var n=this.getOptionInfoBySingleValue(e,t),r=n.label;return r},getDropdownContainer:function(){return this.dropdownContainer||(this.dropdownContainer=document.createElement(\"div\"),document.body.appendChild(this.dropdownContainer)),this.dropdownContainer},getPlaceholderElement:function(){var e=this.$createElement,t=this.$props,n=this.$data,r=!1;n._mirrorInputValue&&(r=!0);var i=n._value;i.length&&(r=!0),!n._mirrorInputValue&&pi(t)&&1===i.length&&n._value&&!n._value[0]&&(r=!1);var o=t.placeholder;if(o){var a={on:{mousedown:Ci,click:this.onPlaceholderClick},attrs:Oi,style:I()({display:r?\"none\":\"block\"},ki),class:t.prefixCls+\"-selection__placeholder\"};return e(\"div\",a,[o])}return null},inputClick:function(e){this.$data._open?(this.clearBlurTime(),e.stopPropagation()):this._focused=!1},inputBlur:function(e){var t=this,n=e.relatedTarget||document.activeElement;if((Di||Ni)&&(e.relatedTarget===this.$refs.arrow||n&&this.selectTriggerRef&&this.selectTriggerRef.getInnerMenu()&&this.selectTriggerRef.getInnerMenu().$el===n||Rt(e.target,n)))return e.target.focus(),void e.preventDefault();this.clearBlurTime(),this.disabled?e.preventDefault():this.blurTimer=setTimeout((function(){t._focused=!1,t.updateFocusClassName();var e=t.$props,n=t.$data._value,r=t.$data._inputValue;if(gi(e)&&e.showSearch&&r&&e.defaultActiveFirstOption){var i=t._options||[];if(i.length){var o=Mi(i);o&&(n=[hi(o)],t.fireChange(n))}}else if(vi(e)&&r){t._mouseDown?t.setInputValue(\"\"):(t.$data._inputValue=\"\",t.getInputDOMNode&&t.getInputDOMNode()&&(t.getInputDOMNode().value=\"\"));var a=t.getValueByInput(r);void 0!==a&&(n=a,t.fireChange(n))}if(vi(e)&&t._mouseDown)return t.maybeFocus(!0,!0),void(t._mouseDown=!1);t.setOpenState(!1),t.$emit(\"blur\",t.getVLForOnChange(n))}),200)},inputFocus:function(e){if(this.$props.disabled)e.preventDefault();else{this.clearBlurTime();var t=this.getInputDOMNode();t&&e.target===this.rootRef||(mi(this.$props)||e.target!==t)&&(this._focused||(this._focused=!0,this.updateFocusClassName(),vi(this.$props)&&this._mouseDown||this.timeoutFocus()))}},_getInputElement:function(){var e=this.$createElement,t=this.$props,n=this.$data,r=n._inputValue,o=n._mirrorInputValue,s=Object(B[\"e\"])(this),c=e(\"input\",{attrs:{id:s.id,autoComplete:\"off\"}}),u=t.getInputElement?t.getInputElement():c,h=l()(Object(B[\"f\"])(u),a()({},t.prefixCls+\"-search__field\",!0)),d=Object(B[\"i\"])(u);return u.data=u.data||{},e(\"div\",{class:t.prefixCls+\"-search__field__wrap\",on:{click:this.inputClick}},[Object(At[\"a\"])(u,{props:{disabled:t.disabled,value:r},attrs:I()({},u.data.attrs||{},{disabled:t.disabled,value:r}),domProps:{value:r},class:h,directives:[{name:\"ant-ref\",value:this.saveInputRef},{name:\"ant-input\"}],on:{input:this.onInputChange,keydown:Ui(this.onInputKeydown,d.keydown,Object(B[\"k\"])(this).inputKeydown),focus:Ui(this.inputFocus,d.focus),blur:Ui(this.inputBlur,d.blur)}}),e(\"span\",i()([{directives:[{name:\"ant-ref\",value:this.saveInputMirrorRef}]},{class:t.prefixCls+\"-search__field__mirror\"}]),[o,\" \"])])},getInputDOMNode:function(){return this.topCtrlRef?this.topCtrlRef.querySelector(\"input,textarea,div[contentEditable]\"):this.inputRef},getInputMirrorDOMNode:function(){return this.inputMirrorRef},getPopupDOMNode:function(){if(this.selectTriggerRef)return this.selectTriggerRef.getPopupDOMNode()},getPopupMenuComponent:function(){if(this.selectTriggerRef)return this.selectTriggerRef.getInnerMenu()},setOpenState:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=this.$props,i=this.$data,o=n.needFocus,a=n.fireSearch;if(i._open!==e){this.__emit(\"dropdownVisibleChange\",e);var s={_open:e,_backfillValue:\"\"};!e&&gi(r)&&r.showSearch&&this.setInputValue(\"\",a),e||this.maybeFocus(e,!!o),this.setState(s,(function(){e&&t.maybeFocus(e,!!o)}))}else this.maybeFocus(e,!!o)},setInputValue:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];e!==this.$data._inputValue&&(this.setState({_inputValue:e},this.forcePopupAlign),t&&this.$emit(\"search\",e))},getValueByInput:function(e){var t=this,n=this.$props,r=n.multiple,i=n.tokenSeparators,o=this.$data._value,a=!1;return _i(e,i).forEach((function(e){var n=[e];if(r){var i=t.getValueByLabel(e);i&&-1===wi(o,i)&&(o=o.concat(i),a=!0,t.fireSelect(i))}else-1===wi(o,e)&&(o=o.concat(n),a=!0,t.fireSelect(e))})),a?o:void 0},getRealOpenState:function(e){var t=this.$props.open;if(\"boolean\"===typeof t)return t;var n=(e||this.$data)._open,r=this._options||[];return!mi(this.$props)&&this.$props.showSearch||n&&!r.length&&(n=!1),n},focus:function(){gi(this.$props)&&this.selectionRef?this.selectionRef.focus():this.getInputDOMNode()&&this.getInputDOMNode().focus()},blur:function(){gi(this.$props)&&this.selectionRef?this.selectionRef.blur():this.getInputDOMNode()&&this.getInputDOMNode().blur()},markMouseDown:function(){this._mouseDown=!0},markMouseLeave:function(){this._mouseDown=!1},handleBackfill:function(e){if(this.backfill&&(gi(this.$props)||pi(this.$props))){var t=hi(e);pi(this.$props)&&this.setInputValue(t,!1),this.setState({_value:[t],_backfillValue:t})}},_filterOption:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Ti,r=this.$data,i=r._value,o=r._backfillValue,a=i[i.length-1];if(!e||a&&a===o)return!0;var s=this.$props.filterOption;return Object(B[\"s\"])(this,\"filterOption\")?!0===s&&(s=n.bind(this)):s=n.bind(this),!s||(\"function\"===typeof s?s.call(this,e,t):!Object(B[\"r\"])(t,\"disabled\"))},timeoutFocus:function(){var e=this;this.focusTimer&&this.clearFocusTime(),this.focusTimer=window.setTimeout((function(){e.$emit(\"focus\")}),10)},clearFocusTime:function(){this.focusTimer&&(clearTimeout(this.focusTimer),this.focusTimer=null)},clearBlurTime:function(){this.blurTimer&&(clearTimeout(this.blurTimer),this.blurTimer=null)},clearComboboxTime:function(){this.comboboxTimer&&(clearTimeout(this.comboboxTimer),this.comboboxTimer=null)},updateFocusClassName:function(){var e=this.rootRef,t=this.prefixCls;this._focused?se()(e).add(t+\"-focused\"):se()(e).remove(t+\"-focused\")},maybeFocus:function(e,t){if(t||e){var n=this.getInputDOMNode(),r=document,i=r.activeElement;n&&(e||mi(this.$props))?i!==n&&(n.focus(),this._focused=!0):i!==this.selectionRef&&this.selectionRef&&(this.selectionRef.focus(),this._focused=!0)}},removeSelected:function(e,t){var n=this.$props;if(!n.disabled&&!this.isChildDisabled(e)){t&&t.stopPropagation&&t.stopPropagation();var r=this.$data._value,i=r.filter((function(t){return t!==e})),o=vi(n);if(o){var a=e;n.labelInValue&&(a={key:e,label:this.getLabelBySingleValue(e)}),this.$emit(\"deselect\",a,this.getOptionBySingleValue(e))}this.fireChange(i)}},openIfHasChildren:function(){var e=this.$props;(e.children&&e.children.length||gi(e))&&this.setOpenState(!0)},fireSelect:function(e){this.$emit(\"select\",this.getVLBySingleValue(e),this.getOptionBySingleValue(e))},fireChange:function(e){Object(B[\"s\"])(this,\"value\")||this.setState({_value:e},this.forcePopupAlign);var t=this.getVLForOnChange(e),n=this.getOptionsBySingleValue(e);this._valueOptions=n,this.$emit(\"change\",t,vi(this.$props)?n:n[0])},isChildDisabled:function(e){return(this.$props.children||[]).some((function(t){var n=hi(t);return n===e&&Object(B[\"r\"])(t,\"disabled\")}))},forcePopupAlign:function(){this.$data._open&&this.selectTriggerRef&&this.selectTriggerRef.triggerRef&&this.selectTriggerRef.triggerRef.forcePopupAlign()},renderFilterOptions:function(){var e=this.$createElement,t=this.$data._inputValue,n=this.$props,r=n.children,o=n.tags,a=n.notFoundContent,s=[],c=[],l=!1,u=this.renderFilterOptionsFromChildren(r,c,s);if(o){var h=this.$data._value;if(h=h.filter((function(e){return-1===c.indexOf(e)&&(!t||String(e).indexOf(String(t))>-1)})),h.sort((function(e,t){return e.length-t.length})),h.forEach((function(t){var n=t,r=I()({},Oi,{role:\"option\"}),o=e(Vt,i()([{style:ki},{attrs:r},{attrs:{value:n},key:n}]),[n]);u.push(o),s.push(o)})),t&&s.every((function(e){return hi(e)!==t}))){var d={attrs:Oi,key:t,props:{value:t,role:\"option\"},style:ki};u.unshift(e(Vt,d,[t]))}}if(!u.length&&a){l=!0;var f={attrs:Oi,key:\"NOT_FOUND\",props:{value:\"NOT_FOUND\",disabled:!0,role:\"option\"},style:ki};u=[e(Vt,f,[a])]}return{empty:l,options:u}},renderFilterOptionsFromChildren:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=this,n=arguments[1],r=arguments[2],o=this.$createElement,a=[],s=this.$props,c=this.$data._inputValue,l=s.tags;return e.forEach((function(e){if(e.data&&void 0===e.data.slot)if(Object(B[\"o\"])(e).isSelectOptGroup){var s=Object(B[\"g\"])(e,\"label\"),u=e.key;u||\"string\"!==typeof s?!s&&u&&(s=u):u=s;var h=Object(B[\"p\"])(e)[\"default\"];if(h=\"function\"===typeof h?h():h,c&&t._filterOption(c,e)){var d=h.map((function(e){var t=hi(e)||e.key;return o(Vt,i()([{key:t,attrs:{value:t}},e.data]),[e.componentOptions.children])}));a.push(o(Pt,{key:u,attrs:{title:s},class:Object(B[\"f\"])(e)},[d]))}else{var f=t.renderFilterOptionsFromChildren(h,n,r);f.length&&a.push(o(Pt,i()([{key:u,attrs:{title:s}},e.data]),[f]))}}else{Ht()(Object(B[\"o\"])(e).isSelectOption,\"the children of `Select` should be `Select.Option` or `Select.OptGroup`, instead of `\"+(Object(B[\"o\"])(e).name||Object(B[\"o\"])(e))+\"`.\");var p=hi(e);if(Vi(p,t.$props),t._filterOption(c,e)){var v={attrs:I()({},Oi,Object(B[\"e\"])(e)),key:p,props:I()({value:p},Object(B[\"m\"])(e),{role:\"option\"}),style:ki,on:Object(B[\"i\"])(e),class:Object(B[\"f\"])(e)},m=o(Vt,v,[e.componentOptions.children]);a.push(m),r.push(m)}l&&n.push(p)}})),a},renderTopControlNode:function(){var e=this,t=this.$createElement,n=this.$props,r=this.$data,o=r._value,a=r._inputValue,s=r._open,c=n.choiceTransitionName,l=n.prefixCls,u=n.maxTagTextLength,h=n.maxTagCount,d=n.maxTagPlaceholder,f=n.showSearch,p=Object(B[\"g\"])(this,\"removeIcon\"),v=l+\"-selection__rendered\",m=null;if(gi(n)){var g=null;if(o.length){var b=!1,y=1;f&&s?(b=!a,b&&(y=.4)):b=!0;var C=o[0],w=this.getOptionInfoBySingleValue(C),x=w.label,S=w.title;g=t(\"div\",{key:\"value\",class:l+\"-selection-selected-value\",attrs:{title:ui(S||x)},style:{display:b?\"block\":\"none\",opacity:y}},[x])}m=f?[g,t(\"div\",{class:l+\"-search \"+l+\"-search--inline\",key:\"input\",style:{display:s?\"block\":\"none\"}},[this._getInputElement()])]:[g]}else{var k=[],O=o,M=void 0;if(void 0!==h&&o.length>h){O=O.slice(0,h);var z=this.getVLForOnChange(o.slice(h,o.length)),_=\"+ \"+(o.length-h)+\" ...\";d&&(_=\"function\"===typeof d?d(z):d);var T=I()({},Oi,{role:\"presentation\",title:ui(_)});M=t(\"li\",i()([{style:ki},{attrs:T},{on:{mousedown:Ci},class:l+\"-selection__choice \"+l+\"-selection__choice__disabled\",key:\"maxTagPlaceholder\"}]),[t(\"div\",{class:l+\"-selection__choice__content\"},[_])])}if(vi(n)&&(k=O.map((function(n){var r=e.getOptionInfoBySingleValue(n),o=r.label,a=r.title||o;u&&\"string\"===typeof o&&o.length>u&&(o=o.slice(0,u)+\"...\");var s=e.isChildDisabled(n),c=s?l+\"-selection__choice \"+l+\"-selection__choice__disabled\":l+\"-selection__choice\",h=I()({},Oi,{role:\"presentation\",title:ui(a)});return t(\"li\",i()([{style:ki},{attrs:h},{on:{mousedown:Ci},class:c,key:n||Bi}]),[t(\"div\",{class:l+\"-selection__choice__content\"},[o]),s?null:t(\"span\",{on:{click:function(t){e.removeSelected(n,t)}},class:l+\"-selection__choice__remove\"},[p||t(\"i\",{class:l+\"-selection__choice__remove-icon\"},[\"×\"])])])}))),M&&k.push(M),k.push(t(\"li\",{class:l+\"-search \"+l+\"-search--inline\",key:\"__input\"},[this._getInputElement()])),vi(n)&&c){var V=Object($t[\"a\"])(c,{tag:\"ul\",afterLeave:this.onChoiceAnimationLeave});m=t(\"transition-group\",V,[k])}else m=t(\"ul\",[k])}return t(\"div\",i()([{class:v},{directives:[{name:\"ant-ref\",value:this.saveTopCtrlRef}]},{on:{click:this.topCtrlContainerClick}}]),[this.getPlaceholderElement(),m])},renderArrow:function(e){var t=this.$createElement,n=this.$props,r=n.showArrow,o=void 0===r?!e:r,a=n.loading,s=n.prefixCls,c=Object(B[\"g\"])(this,\"inputIcon\");if(!o&&!a)return null;var l=t(\"i\",a?{class:s+\"-arrow-loading\"}:{class:s+\"-arrow-icon\"});return t(\"span\",i()([{key:\"arrow\",class:s+\"-arrow\",style:ki},{attrs:Oi},{on:{click:this.onArrowClick},ref:\"arrow\"}]),[c||l])},topCtrlContainerClick:function(e){this.$data._open&&!gi(this.$props)&&e.stopPropagation()},renderClear:function(){var e=this.$createElement,t=this.$props,n=t.prefixCls,r=t.allowClear,o=this.$data,a=o._value,s=o._inputValue,c=Object(B[\"g\"])(this,\"clearIcon\"),l=e(\"span\",i()([{key:\"clear\",class:n+\"-selection__clear\",on:{mousedown:Ci},style:ki},{attrs:Oi},{on:{click:this.onClearSelection}}]),[c||e(\"i\",{class:n+\"-selection__clear-icon\"},[\"×\"])]);return r?pi(this.$props)?s?l:null:s||a.length?l:null:null},selectionRefClick:function(){if(!this.disabled){var e=this.getInputDOMNode();this._focused&&this.$data._open?(this.setOpenState(!1,!1),e&&e.blur()):(this.clearBlurTime(),this.setOpenState(!0,!0),e&&e.focus())}},selectionRefFocus:function(e){this._focused||this.disabled||mi(this.$props)?e.preventDefault():(this._focused=!0,this.updateFocusClassName(),this.$emit(\"focus\"))},selectionRefBlur:function(e){mi(this.$props)?e.preventDefault():this.inputBlur(e)}},render:function(){var e,t=arguments[0],n=this.$props,r=vi(n),o=n.showArrow,s=void 0===o||o,c=this.$data,u=n.disabled,h=n.prefixCls,d=n.loading,f=this.renderTopControlNode(),p=this.$data,v=p._open,m=p._inputValue,g=p._value;if(v){var b=this.renderFilterOptions();this._empty=b.empty,this._options=b.options}var y=this.getRealOpenState(),C=this._empty,w=this._options||[],x=Object(B[\"k\"])(this),S=x.mouseenter,k=void 0===S?Ki:S,O=x.mouseleave,M=void 0===O?Ki:O,z=x.popupScroll,_=void 0===z?Ki:z,T={props:{},attrs:{role:\"combobox\",\"aria-autocomplete\":\"list\",\"aria-haspopup\":\"true\",\"aria-expanded\":y,\"aria-controls\":this.$data._ariaId},on:{},class:h+\"-selection \"+h+\"-selection--\"+(r?\"multiple\":\"single\"),key:\"selection\"},V={attrs:{tabIndex:-1}};mi(n)||(V.attrs.tabIndex=n.disabled?-1:n.tabIndex);var j=(e={},a()(e,h,!0),a()(e,h+\"-open\",v),a()(e,h+\"-focused\",v||!!this._focused),a()(e,h+\"-combobox\",pi(n)),a()(e,h+\"-disabled\",u),a()(e,h+\"-enabled\",!u),a()(e,h+\"-allow-clear\",!!n.allowClear),a()(e,h+\"-no-arrow\",!s),a()(e,h+\"-loading\",!!d),e);return t(Li,i()([{attrs:{dropdownAlign:n.dropdownAlign,dropdownClassName:n.dropdownClassName,dropdownMatchSelectWidth:n.dropdownMatchSelectWidth,defaultActiveFirstOption:n.defaultActiveFirstOption,dropdownMenuStyle:n.dropdownMenuStyle,transitionName:n.transitionName,animation:n.animation,prefixCls:n.prefixCls,dropdownStyle:n.dropdownStyle,combobox:n.combobox,showSearch:n.showSearch,options:w,empty:C,multiple:r,disabled:u,visible:y,inputValue:m,value:g,backfillValue:c._backfillValue,firstActiveValue:n.firstActiveValue,getPopupContainer:n.getPopupContainer,showAction:n.showAction,menuItemSelectedIcon:Object(B[\"g\"])(this,\"menuItemSelectedIcon\")},on:{dropdownVisibleChange:this.onDropdownVisibleChange,menuSelect:this.onMenuSelect,menuDeselect:this.onMenuDeselect,popupScroll:_,popupFocus:this.onPopupFocus,mouseenter:k,mouseleave:M}},{directives:[{name:\"ant-ref\",value:this.saveSelectTriggerRef}]},{attrs:{dropdownRender:n.dropdownRender,ariaId:this.$data._ariaId}}]),[t(\"div\",i()([{directives:[{name:\"ant-ref\",value:Ui(this.saveRootRef,this.saveSelectionRef)}]},{style:Object(B[\"q\"])(this),class:l()(j),on:{mousedown:this.markMouseDown,mouseup:this.markMouseLeave,mouseout:this.markMouseLeave}},V,{on:{blur:this.selectionRefBlur,focus:this.selectionRefFocus,click:this.selectionRefClick,keydown:mi(n)?Ki:this.onKeyDown}}]),[t(\"div\",T,[f,this.renderClear(),this.renderArrow(!!r)])])])}},Yi=(Object(Ye[\"a\"])(qi),n(\"0c63\")),Gi=function(){return{prefixCls:s[\"a\"].string,size:s[\"a\"].oneOf([\"small\",\"large\",\"default\"]),showAction:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].arrayOf(String)]),notFoundContent:s[\"a\"].any,transitionName:s[\"a\"].string,choiceTransitionName:s[\"a\"].string,showSearch:s[\"a\"].bool,allowClear:s[\"a\"].bool,disabled:s[\"a\"].bool,tabIndex:s[\"a\"].number,placeholder:s[\"a\"].any,defaultActiveFirstOption:s[\"a\"].bool,dropdownClassName:s[\"a\"].string,dropdownStyle:s[\"a\"].any,dropdownMenuStyle:s[\"a\"].any,dropdownMatchSelectWidth:s[\"a\"].bool,filterOption:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].func]),autoFocus:s[\"a\"].bool,backfill:s[\"a\"].bool,showArrow:s[\"a\"].bool,getPopupContainer:s[\"a\"].func,open:s[\"a\"].bool,defaultOpen:s[\"a\"].bool,autoClearSearchValue:s[\"a\"].bool,dropdownRender:s[\"a\"].func,loading:s[\"a\"].bool}},Xi=s[\"a\"].shape({key:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])}).loose,Ji=s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number,s[\"a\"].arrayOf(s[\"a\"].oneOfType([Xi,s[\"a\"].string,s[\"a\"].number])),Xi]),Qi=I()({},Gi(),{value:Ji,defaultValue:Ji,mode:s[\"a\"].string,optionLabelProp:s[\"a\"].string,firstActiveValue:s[\"a\"].oneOfType([String,s[\"a\"].arrayOf(String)]),maxTagCount:s[\"a\"].number,maxTagPlaceholder:s[\"a\"].any,maxTagTextLength:s[\"a\"].number,dropdownMatchSelectWidth:s[\"a\"].bool,optionFilterProp:s[\"a\"].string,labelInValue:s[\"a\"].boolean,getPopupContainer:s[\"a\"].func,tokenSeparators:s[\"a\"].arrayOf(s[\"a\"].string),getInputElement:s[\"a\"].func,options:s[\"a\"].array,suffixIcon:s[\"a\"].any,removeIcon:s[\"a\"].any,clearIcon:s[\"a\"].any,menuItemSelectedIcon:s[\"a\"].any}),Zi={prefixCls:s[\"a\"].string,size:s[\"a\"].oneOf([\"default\",\"large\",\"small\"]),notFoundContent:s[\"a\"].any,showSearch:s[\"a\"].bool,optionLabelProp:s[\"a\"].string,transitionName:s[\"a\"].string,choiceTransitionName:s[\"a\"].string},eo=\"SECRET_COMBOBOX_MODE_DO_NOT_USE\",to={SECRET_COMBOBOX_MODE_DO_NOT_USE:eo,Option:I()({},ee,{name:\"ASelectOption\"}),OptGroup:I()({},te,{name:\"ASelectOptGroup\"}),name:\"ASelect\",props:I()({},Qi,{showSearch:s[\"a\"].bool.def(!1),transitionName:s[\"a\"].string.def(\"slide-up\"),choiceTransitionName:s[\"a\"].string.def(\"zoom\")}),propTypes:Zi,model:{prop:\"value\",event:\"change\"},provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return C[\"a\"]}}},created:function(){Object(x[\"a\"])(\"combobox\"!==this.$props.mode,\"Select\",\"The combobox mode of Select is deprecated,it will be removed in next major version,please use AutoComplete instead\")},methods:{getNotFoundContent:function(e){var t=this.$createElement,n=Object(B[\"g\"])(this,\"notFoundContent\");return void 0!==n?n:this.isCombobox()?null:e(t,\"Select\")},savePopupRef:function(e){this.popupRef=e},focus:function(){this.$refs.vcSelect.focus()},blur:function(){this.$refs.vcSelect.blur()},isCombobox:function(){var e=this.mode;return\"combobox\"===e||e===eo},renderSuffixIcon:function(e){var t=this.$createElement,n=this.$props.loading,r=Object(B[\"g\"])(this,\"suffixIcon\");return r=Array.isArray(r)?r[0]:r,r?Object(B[\"w\"])(r)?Object(At[\"a\"])(r,{class:e+\"-arrow-icon\"}):r:t(Yi[\"a\"],n?{attrs:{type:\"loading\"}}:{attrs:{type:\"down\"},class:e+\"-arrow-icon\"})}},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,o=n.size,s=n.mode,c=n.options,l=n.getPopupContainer,h=n.showArrow,d=re()(n,[\"prefixCls\",\"size\",\"mode\",\"options\",\"getPopupContainer\",\"showArrow\"]),f=this.configProvider.getPrefixCls,p=this.configProvider.renderEmpty,v=f(\"select\",r),m=this.configProvider.getPopupContainer,g=Object(B[\"g\"])(this,\"removeIcon\");g=Array.isArray(g)?g[0]:g;var b=Object(B[\"g\"])(this,\"clearIcon\");b=Array.isArray(b)?b[0]:b;var y=Object(B[\"g\"])(this,\"menuItemSelectedIcon\");y=Array.isArray(y)?y[0]:y;var C=Object(u[\"a\"])(d,[\"inputIcon\",\"removeIcon\",\"clearIcon\",\"suffixIcon\",\"menuItemSelectedIcon\"]),w=(e={},a()(e,v+\"-lg\",\"large\"===o),a()(e,v+\"-sm\",\"small\"===o),a()(e,v+\"-show-arrow\",h),e),x=this.$props.optionLabelProp;this.isCombobox()&&(x=x||\"value\");var S={multiple:\"multiple\"===s,tags:\"tags\"===s,combobox:this.isCombobox()},k=g&&(Object(B[\"w\"])(g)?Object(At[\"a\"])(g,{class:v+\"-remove-icon\"}):g)||t(Yi[\"a\"],{attrs:{type:\"close\"},class:v+\"-remove-icon\"}),O=b&&(Object(B[\"w\"])(b)?Object(At[\"a\"])(b,{class:v+\"-clear-icon\"}):b)||t(Yi[\"a\"],{attrs:{type:\"close-circle\",theme:\"filled\"},class:v+\"-clear-icon\"}),M=y&&(Object(B[\"w\"])(y)?Object(At[\"a\"])(y,{class:v+\"-selected-icon\"}):y)||t(Yi[\"a\"],{attrs:{type:\"check\"},class:v+\"-selected-icon\"}),z={props:I()({inputIcon:this.renderSuffixIcon(v),removeIcon:k,clearIcon:O,menuItemSelectedIcon:M,showArrow:h},C,S,{prefixCls:v,optionLabelProp:x||\"children\",notFoundContent:this.getNotFoundContent(p),maxTagPlaceholder:Object(B[\"g\"])(this,\"maxTagPlaceholder\"),placeholder:Object(B[\"g\"])(this,\"placeholder\"),children:c?c.map((function(e){var n=e.key,r=e.label,o=void 0===r?e.title:r,a=e.on,s=e[\"class\"],c=e.style,l=re()(e,[\"key\",\"label\",\"on\",\"class\",\"style\"]);return t(ee,i()([{key:n},{props:l,on:a,class:s,style:c}]),[o])})):Object(B[\"c\"])(this.$slots[\"default\"]),__propsSymbol__:Symbol(),dropdownRender:Object(B[\"g\"])(this,\"dropdownRender\",{},!1),getPopupContainer:l||m}),on:Object(B[\"k\"])(this),class:w,ref:\"vcSelect\"};return t(qi,z)},install:function(e){e.use(w[\"a\"]),e.component(to.name,to),e.component(to.Option.name,to.Option),e.component(to.OptGroup.name,to.OptGroup)}},no=to;function ro(e){return!!(Object(B[\"g\"])(e,\"prefix\")||Object(B[\"g\"])(e,\"suffix\")||e.$props.allowClear)}var io=[\"text\",\"input\"],oo={props:{prefixCls:s[\"a\"].string,inputType:s[\"a\"].oneOf(io),value:s[\"a\"].any,defaultValue:s[\"a\"].any,allowClear:s[\"a\"].bool,element:s[\"a\"].any,handleReset:s[\"a\"].func,disabled:s[\"a\"].bool,size:s[\"a\"].oneOf([\"small\",\"large\",\"default\"]),suffix:s[\"a\"].any,prefix:s[\"a\"].any,addonBefore:s[\"a\"].any,addonAfter:s[\"a\"].any,className:s[\"a\"].string,readOnly:s[\"a\"].bool},methods:{renderClearIcon:function(e){var t=this.$createElement,n=this.$props,r=n.allowClear,i=n.value,o=n.disabled,a=n.readOnly,s=n.inputType,c=n.handleReset;if(!r||o||a||void 0===i||null===i||\"\"===i)return null;var l=s===io[0]?e+\"-textarea-clear-icon\":e+\"-clear-icon\";return t(Yi[\"a\"],{attrs:{type:\"close-circle\",theme:\"filled\",role:\"button\"},on:{click:c},class:l})},renderSuffix:function(e){var t=this.$createElement,n=this.$props,r=n.suffix,i=n.allowClear;return r||i?t(\"span\",{class:e+\"-suffix\"},[this.renderClearIcon(e),r]):null},renderLabeledIcon:function(e,t){var n,r=this.$createElement,i=this.$props,o=this.renderSuffix(e);if(!ro(this))return Object(At[\"a\"])(t,{props:{value:i.value}});var s=i.prefix?r(\"span\",{class:e+\"-prefix\"},[i.prefix]):null,c=l()(i.className,e+\"-affix-wrapper\",(n={},a()(n,e+\"-affix-wrapper-sm\",\"small\"===i.size),a()(n,e+\"-affix-wrapper-lg\",\"large\"===i.size),a()(n,e+\"-affix-wrapper-input-with-clear-btn\",i.suffix&&i.allowClear&&this.$props.value),n));return r(\"span\",{class:c,style:i.style},[s,Object(At[\"a\"])(t,{style:null,props:{value:i.value},class:To(e,i.size,i.disabled)}),o])},renderInputWithLabel:function(e,t){var n,r=this.$createElement,i=this.$props,o=i.addonBefore,s=i.addonAfter,c=i.style,u=i.size,h=i.className;if(!o&&!s)return t;var d=e+\"-group\",f=d+\"-addon\",p=o?r(\"span\",{class:f},[o]):null,v=s?r(\"span\",{class:f},[s]):null,m=l()(e+\"-wrapper\",a()({},d,o||s)),g=l()(h,e+\"-group-wrapper\",(n={},a()(n,e+\"-group-wrapper-sm\",\"small\"===u),a()(n,e+\"-group-wrapper-lg\",\"large\"===u),n));return r(\"span\",{class:g,style:c},[r(\"span\",{class:m},[p,Object(At[\"a\"])(t,{style:null}),v])])},renderTextAreaWithClearIcon:function(e,t){var n=this.$createElement,r=this.$props,i=r.value,o=r.allowClear,a=r.className,s=r.style;if(!o)return Object(At[\"a\"])(t,{props:{value:i}});var c=l()(a,e+\"-affix-wrapper\",e+\"-affix-wrapper-textarea-with-clear-btn\");return n(\"span\",{class:c,style:s},[Object(At[\"a\"])(t,{style:null,props:{value:i}}),this.renderClearIcon(e)])},renderClearableLabeledInput:function(){var e=this.$props,t=e.prefixCls,n=e.inputType,r=e.element;return n===io[0]?this.renderTextAreaWithClearIcon(t,r):this.renderInputWithLabel(t,this.renderLabeledIcon(t,r))}},render:function(){return this.renderClearableLabeledInput()}},ao=oo,so=\"\\n  min-height:0 !important;\\n  max-height:none !important;\\n  height:0 !important;\\n  visibility:hidden !important;\\n  overflow:hidden !important;\\n  position:absolute !important;\\n  z-index:-1000 !important;\\n  top:0 !important;\\n  right:0 !important\\n\",co=[\"letter-spacing\",\"line-height\",\"padding-top\",\"padding-bottom\",\"font-family\",\"font-weight\",\"font-size\",\"font-variant\",\"text-rendering\",\"text-transform\",\"width\",\"text-indent\",\"padding-left\",\"padding-right\",\"border-width\",\"box-sizing\"],lo={},uo=void 0;function ho(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.getAttribute(\"id\")||e.getAttribute(\"data-reactid\")||e.getAttribute(\"name\");if(t&&lo[n])return lo[n];var r=window.getComputedStyle(e),i=r.getPropertyValue(\"box-sizing\")||r.getPropertyValue(\"-moz-box-sizing\")||r.getPropertyValue(\"-webkit-box-sizing\"),o=parseFloat(r.getPropertyValue(\"padding-bottom\"))+parseFloat(r.getPropertyValue(\"padding-top\")),a=parseFloat(r.getPropertyValue(\"border-bottom-width\"))+parseFloat(r.getPropertyValue(\"border-top-width\")),s=co.map((function(e){return e+\":\"+r.getPropertyValue(e)})).join(\";\"),c={sizingStyle:s,paddingSize:o,borderSize:a,boxSizing:i};return t&&n&&(lo[n]=c),c}function fo(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;uo||(uo=document.createElement(\"textarea\"),document.body.appendChild(uo)),e.getAttribute(\"wrap\")?uo.setAttribute(\"wrap\",e.getAttribute(\"wrap\")):uo.removeAttribute(\"wrap\");var i=ho(e,t),o=i.paddingSize,a=i.borderSize,s=i.boxSizing,c=i.sizingStyle;uo.setAttribute(\"style\",c+\";\"+so),uo.value=e.value||e.placeholder||\"\";var l=Number.MIN_SAFE_INTEGER,u=Number.MAX_SAFE_INTEGER,h=uo.scrollHeight,d=void 0;if(\"border-box\"===s?h+=a:\"content-box\"===s&&(h-=o),null!==n||null!==r){uo.value=\" \";var f=uo.scrollHeight-o;null!==n&&(l=f*n,\"border-box\"===s&&(l=l+o+a),h=Math.max(l,h)),null!==r&&(u=f*r,\"border-box\"===s&&(u=u+o+a),d=h>u?\"\":\"hidden\",h=Math.min(u,h))}return{height:h+\"px\",minHeight:l+\"px\",maxHeight:u+\"px\",overflowY:d}}var po=0,vo={};function mo(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=po++,r=t;function i(){r-=1,r<=0?(e(),delete vo[n]):vo[n]=b()(i)}return vo[n]=b()(i),n}mo.cancel=function(e){void 0!==e&&(b.a.cancel(vo[e]),delete vo[e])},mo.ids=vo;var go={prefixCls:s[\"a\"].string,inputPrefixCls:s[\"a\"].string,defaultValue:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),value:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),placeholder:[String,Number],type:{default:\"text\",type:String},name:String,size:s[\"a\"].oneOf([\"small\",\"large\",\"default\"]),disabled:s[\"a\"].bool,readOnly:s[\"a\"].bool,addonBefore:s[\"a\"].any,addonAfter:s[\"a\"].any,prefix:s[\"a\"].any,suffix:s[\"a\"].any,autoFocus:Boolean,allowClear:Boolean,lazy:{default:!0,type:Boolean},maxLength:s[\"a\"].number,loading:s[\"a\"].bool,className:s[\"a\"].string},bo=0,yo=1,Co=2,wo=I()({},go,{autosize:s[\"a\"].oneOfType([Object,Boolean]),autoSize:s[\"a\"].oneOfType([Object,Boolean])}),xo={name:\"ResizableTextArea\",props:wo,data:function(){return{textareaStyles:{},resizeStatus:bo}},mixins:[p[\"a\"]],mounted:function(){var e=this;this.$nextTick((function(){e.resizeTextarea()}))},beforeDestroy:function(){mo.cancel(this.nextFrameActionId),mo.cancel(this.resizeFrameId)},watch:{value:function(){var e=this;this.$nextTick((function(){e.resizeTextarea()}))}},methods:{handleResize:function(e){var t=this.$data.resizeStatus,n=this.$props.autoSize;t===bo&&(this.$emit(\"resize\",e),n&&this.resizeOnNextFrame())},resizeOnNextFrame:function(){mo.cancel(this.nextFrameActionId),this.nextFrameActionId=mo(this.resizeTextarea)},resizeTextarea:function(){var e=this,t=this.$props.autoSize||this.$props.autosize;if(t&&this.$refs.textArea){var n=t.minRows,r=t.maxRows,i=fo(this.$refs.textArea,!1,n,r);this.setState({textareaStyles:i,resizeStatus:yo},(function(){mo.cancel(e.resizeFrameId),e.resizeFrameId=mo((function(){e.setState({resizeStatus:Co},(function(){e.resizeFrameId=mo((function(){e.setState({resizeStatus:bo}),e.fixFirefoxAutoScroll()}))}))}))}))}},fixFirefoxAutoScroll:function(){try{if(document.activeElement===this.$refs.textArea){var e=this.$refs.textArea.selectionStart,t=this.$refs.textArea.selectionEnd;this.$refs.textArea.setSelectionRange(e,t)}}catch(n){}},renderTextArea:function(){var e=this.$createElement,t=Object(B[\"l\"])(this),n=t.prefixCls,r=t.autoSize,o=t.autosize,s=t.disabled,c=this.$data,h=c.textareaStyles,d=c.resizeStatus;Object(x[\"a\"])(void 0===o,\"Input.TextArea\",\"autosize is deprecated, please use autoSize instead.\");var p=Object(u[\"a\"])(t,[\"prefixCls\",\"autoSize\",\"autosize\",\"defaultValue\",\"allowClear\",\"type\",\"lazy\",\"value\"]),v=l()(n,a()({},n+\"-disabled\",s)),m={};\"value\"in t&&(m.value=t.value||\"\");var g=I()({},h,d===yo?{overflowX:\"hidden\",overflowY:\"hidden\"}:null),b={attrs:p,domProps:m,style:g,class:v,on:Object(u[\"a\"])(Object(B[\"k\"])(this),\"pressEnter\"),directives:[{name:\"ant-input\"}]};return e(f,{on:{resize:this.handleResize},attrs:{disabled:!(r||o)}},[e(\"textarea\",i()([b,{ref:\"textArea\"}]))])}},render:function(){return this.renderTextArea()}},So=xo,ko=I()({},go,{autosize:s[\"a\"].oneOfType([Object,Boolean]),autoSize:s[\"a\"].oneOfType([Object,Boolean])}),Oo={name:\"ATextarea\",inheritAttrs:!1,model:{prop:\"value\",event:\"change.value\"},props:I()({},ko),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=\"undefined\"===typeof this.value?this.defaultValue:this.value;return{stateValue:\"undefined\"===typeof e?\"\":e}},computed:{},watch:{value:function(e){this.stateValue=e}},mounted:function(){var e=this;this.$nextTick((function(){e.autoFocus&&e.focus()}))},methods:{setValue:function(e,t){Object(B[\"b\"])(this,\"value\")||(this.stateValue=e,this.$nextTick((function(){t&&t()})))},handleKeyDown:function(e){13===e.keyCode&&this.$emit(\"pressEnter\",e),this.$emit(\"keydown\",e)},onChange:function(e){this.$emit(\"change.value\",e.target.value),this.$emit(\"change\",e),this.$emit(\"input\",e)},handleChange:function(e){var t=this,n=e.target,r=n.value,i=n.composing;(e.isComposing||i)&&this.lazy||this.stateValue===r||(this.setValue(e.target.value,(function(){t.$refs.resizableTextArea.resizeTextarea()})),_o(this.$refs.resizableTextArea.$refs.textArea,e,this.onChange))},focus:function(){this.$refs.resizableTextArea.$refs.textArea.focus()},blur:function(){this.$refs.resizableTextArea.$refs.textArea.blur()},handleReset:function(e){var t=this;this.setValue(\"\",(function(){t.$refs.resizableTextArea.renderTextArea(),t.focus()})),_o(this.$refs.resizableTextArea.$refs.textArea,e,this.onChange)},renderTextArea:function(e){var t=this.$createElement,n=Object(B[\"l\"])(this),r={props:I()({},n,{prefixCls:e}),on:I()({},Object(B[\"k\"])(this),{input:this.handleChange,keydown:this.handleKeyDown}),attrs:this.$attrs};return t(So,i()([r,{ref:\"resizableTextArea\"}]))}},render:function(){var e=arguments[0],t=this.stateValue,n=this.prefixCls,r=this.configProvider.getPrefixCls,i=r(\"input\",n),o={props:I()({},Object(B[\"l\"])(this),{prefixCls:i,inputType:\"text\",value:zo(t),element:this.renderTextArea(i),handleReset:this.handleReset}),on:Object(B[\"k\"])(this)};return e(ao,o)}};function Mo(){}function zo(e){return\"undefined\"===typeof e||null===e?\"\":e}function _o(e,t,n){if(n){var r=t;if(\"click\"===t.type){Object.defineProperty(r,\"target\",{writable:!0}),Object.defineProperty(r,\"currentTarget\",{writable:!0}),r.target=e,r.currentTarget=e;var i=e.value;return e.value=\"\",n(r),void(e.value=i)}n(r)}}function To(e,t,n){var r;return l()(e,(r={},a()(r,e+\"-sm\",\"small\"===t),a()(r,e+\"-lg\",\"large\"===t),a()(r,e+\"-disabled\",n),r))}var Vo={name:\"AInput\",inheritAttrs:!1,model:{prop:\"value\",event:\"change.value\"},props:I()({},go),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this.$props,t=\"undefined\"===typeof e.value?e.defaultValue:e.value;return{stateValue:\"undefined\"===typeof t?\"\":t}},watch:{value:function(e){this.stateValue=e}},mounted:function(){var e=this;this.$nextTick((function(){e.autoFocus&&e.focus(),e.clearPasswordValueAttribute()}))},beforeDestroy:function(){this.removePasswordTimeout&&clearTimeout(this.removePasswordTimeout)},methods:{onBlur:function(e){this.$forceUpdate();var t=Object(B[\"k\"])(this),n=t.blur;n&&n(e)},focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},select:function(){this.$refs.input.select()},setValue:function(e,t){this.stateValue!==e&&(Object(B[\"s\"])(this,\"value\")||(this.stateValue=e,this.$nextTick((function(){t&&t()}))))},onChange:function(e){this.$emit(\"change.value\",e.target.value),this.$emit(\"change\",e),this.$emit(\"input\",e)},handleReset:function(e){var t=this;this.setValue(\"\",(function(){t.focus()})),_o(this.$refs.input,e,this.onChange)},renderInput:function(e){var t=this.$createElement,n=Object(u[\"a\"])(this.$props,[\"prefixCls\",\"addonBefore\",\"addonAfter\",\"prefix\",\"suffix\",\"allowClear\",\"value\",\"defaultValue\",\"lazy\",\"size\",\"inputType\",\"className\"]),r=this.stateValue,i=this.handleKeyDown,o=this.handleChange,a=this.size,s=this.disabled,c={directives:[{name:\"ant-input\"}],domProps:{value:zo(r)},attrs:I()({},n,this.$attrs),on:I()({},Object(B[\"k\"])(this),{keydown:i,input:o,change:Mo,blur:this.onBlur}),class:To(e,a,s),ref:\"input\",key:\"ant-input\"};return t(\"input\",c)},clearPasswordValueAttribute:function(){var e=this;this.removePasswordTimeout=setTimeout((function(){e.$refs.input&&e.$refs.input.getAttribute&&\"password\"===e.$refs.input.getAttribute(\"type\")&&e.$refs.input.hasAttribute(\"value\")&&e.$refs.input.removeAttribute(\"value\")}))},handleChange:function(e){var t=e.target,n=t.value,r=t.composing;(e.isComposing||r)&&this.lazy||this.stateValue===n||(this.setValue(n,this.clearPasswordValueAttribute),_o(this.$refs.input,e,this.onChange))},handleKeyDown:function(e){13===e.keyCode&&this.$emit(\"pressEnter\",e),this.$emit(\"keydown\",e)}},render:function(){var e=arguments[0];if(\"textarea\"===this.$props.type){var t={props:this.$props,attrs:this.$attrs,on:I()({},Object(B[\"k\"])(this),{input:this.handleChange,keydown:this.handleKeyDown,change:Mo,blur:this.onBlur})};return e(Oo,i()([t,{ref:\"input\"}]))}var n=this.$props.prefixCls,r=this.$data.stateValue,o=this.configProvider.getPrefixCls,a=o(\"input\",n),s=Object(B[\"g\"])(this,\"addonAfter\"),c=Object(B[\"g\"])(this,\"addonBefore\"),l=Object(B[\"g\"])(this,\"suffix\"),u=Object(B[\"g\"])(this,\"prefix\"),h={props:I()({},Object(B[\"l\"])(this),{prefixCls:a,inputType:\"input\",value:zo(r),element:this.renderInput(a),handleReset:this.handleReset,addonAfter:s,addonBefore:c,suffix:l,prefix:u}),on:Object(B[\"k\"])(this)};return e(ao,h)}},jo={name:\"AInputGroup\",props:{prefixCls:s[\"a\"].string,size:{validator:function(e){return[\"small\",\"large\",\"default\"].includes(e)}},compact:Boolean},inject:{configProvider:{default:function(){return C[\"a\"]}}},computed:{classes:function(){var e,t=this.prefixCls,n=this.size,r=this.compact,i=void 0!==r&&r,o=this.configProvider.getPrefixCls,s=o(\"input-group\",t);return e={},a()(e,\"\"+s,!0),a()(e,s+\"-lg\",\"large\"===n),a()(e,s+\"-sm\",\"small\"===n),a()(e,s+\"-compact\",i),e}},methods:{},render:function(){var e=arguments[0];return e(\"span\",i()([{class:this.classes},{on:Object(B[\"k\"])(this)}]),[Object(B[\"c\"])(this.$slots[\"default\"])])}},Po=n(\"8df8\"),Eo=n(\"c544\"),Ho=void 0;function Lo(e){return!e||null===e.offsetParent}function $o(e){var t=(e||\"\").match(/rgba?\\((\\d*), (\\d*), (\\d*)(, [\\.\\d]*)?\\)/);return!(t&&t[1]&&t[2]&&t[3])||!(t[1]===t[2]&&t[2]===t[3])}var Ao={name:\"Wave\",props:[\"insertExtraNode\"],mounted:function(){var e=this;this.$nextTick((function(){var t=e.$el;1===t.nodeType&&(e.instance=e.bindAnimationEvent(t))}))},inject:{configProvider:{default:function(){return C[\"a\"]}}},beforeDestroy:function(){this.instance&&this.instance.cancel(),this.clickWaveTimeoutId&&clearTimeout(this.clickWaveTimeoutId),this.destroy=!0},methods:{onClick:function(e,t){if(!(!e||Lo(e)||e.className.indexOf(\"-leave\")>=0)){var n=this.$props.insertExtraNode;this.extraNode=document.createElement(\"div\");var r=this.extraNode;r.className=\"ant-click-animating-node\";var i=this.getAttributeName();e.removeAttribute(i),e.setAttribute(i,\"true\"),Ho=Ho||document.createElement(\"style\"),t&&\"#ffffff\"!==t&&\"rgb(255, 255, 255)\"!==t&&$o(t)&&!/rgba\\(\\d*, \\d*, \\d*, 0\\)/.test(t)&&\"transparent\"!==t&&(this.csp&&this.csp.nonce&&(Ho.nonce=this.csp.nonce),r.style.borderColor=t,Ho.innerHTML=\"\\n        [ant-click-animating-without-extra-node='true']::after, .ant-click-animating-node {\\n          --antd-wave-shadow-color: \"+t+\";\\n        }\",document.body.contains(Ho)||document.body.appendChild(Ho)),n&&e.appendChild(r),Eo[\"a\"].addStartEventListener(e,this.onTransitionStart),Eo[\"a\"].addEndEventListener(e,this.onTransitionEnd)}},onTransitionStart:function(e){if(!this.destroy){var t=this.$el;e&&e.target===t&&(this.animationStart||this.resetEffect(t))}},onTransitionEnd:function(e){e&&\"fadeEffect\"===e.animationName&&this.resetEffect(e.target)},getAttributeName:function(){var e=this.$props.insertExtraNode;return e?\"ant-click-animating\":\"ant-click-animating-without-extra-node\"},bindAnimationEvent:function(e){var t=this;if(e&&e.getAttribute&&!e.getAttribute(\"disabled\")&&!(e.className.indexOf(\"disabled\")>=0)){var n=function(n){if(\"INPUT\"!==n.target.tagName&&!Lo(n.target)){t.resetEffect(e);var r=getComputedStyle(e).getPropertyValue(\"border-top-color\")||getComputedStyle(e).getPropertyValue(\"border-color\")||getComputedStyle(e).getPropertyValue(\"background-color\");t.clickWaveTimeoutId=window.setTimeout((function(){return t.onClick(e,r)}),0),mo.cancel(t.animationStartId),t.animationStart=!0,t.animationStartId=mo((function(){t.animationStart=!1}),10)}};return e.addEventListener(\"click\",n,!0),{cancel:function(){e.removeEventListener(\"click\",n,!0)}}}},resetEffect:function(e){if(e&&e!==this.extraNode&&e instanceof Element){var t=this.$props.insertExtraNode,n=this.getAttributeName();e.setAttribute(n,\"false\"),Ho&&(Ho.innerHTML=\"\"),t&&this.extraNode&&e.contains(this.extraNode)&&e.removeChild(this.extraNode),Eo[\"a\"].removeStartEventListener(e,this.onTransitionStart),Eo[\"a\"].removeEndEventListener(e,this.onTransitionEnd)}}},render:function(){return this.configProvider.csp&&(this.csp=this.configProvider.csp),this.$slots[\"default\"]&&this.$slots[\"default\"][0]}},Fo=function(){return{prefixCls:s[\"a\"].string,type:s[\"a\"].string,htmlType:s[\"a\"].oneOf([\"button\",\"submit\",\"reset\"]).def(\"button\"),icon:s[\"a\"].any,shape:s[\"a\"].oneOf([\"circle\",\"circle-outline\",\"round\"]),size:s[\"a\"].oneOf([\"small\",\"large\",\"default\"]).def(\"default\"),loading:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]),disabled:s[\"a\"].bool,ghost:s[\"a\"].bool,block:s[\"a\"].bool}},Io=/^[\\u4e00-\\u9fa5]{2}$/,Ro=Io.test.bind(Io),Do=Fo(),No={name:\"AButton\",inheritAttrs:!1,__ANT_BUTTON:!0,props:Do,inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{sizeMap:{large:\"lg\",small:\"sm\"},sLoading:!!this.loading,hasTwoCNChar:!1}},computed:{classes:function(){var e,t=this.prefixCls,n=this.type,r=this.shape,i=this.size,o=this.hasTwoCNChar,s=this.sLoading,c=this.ghost,l=this.block,u=this.icon,h=this.$slots,d=this.configProvider.getPrefixCls,f=d(\"btn\",t),p=!1!==this.configProvider.autoInsertSpaceInButton,v=\"\";switch(i){case\"large\":v=\"lg\";break;case\"small\":v=\"sm\";break;default:break}var m=s?\"loading\":u,g=Object(B[\"c\"])(h[\"default\"]);return e={},a()(e,\"\"+f,!0),a()(e,f+\"-\"+n,n),a()(e,f+\"-\"+r,r),a()(e,f+\"-\"+v,v),a()(e,f+\"-icon-only\",0===g.length&&m),a()(e,f+\"-loading\",s),a()(e,f+\"-background-ghost\",c||\"ghost\"===n),a()(e,f+\"-two-chinese-chars\",o&&p),a()(e,f+\"-block\",l),e}},watch:{loading:function(e,t){var n=this;t&&\"boolean\"!==typeof t&&clearTimeout(this.delayTimeout),e&&\"boolean\"!==typeof e&&e.delay?this.delayTimeout=setTimeout((function(){n.sLoading=!!e}),e.delay):this.sLoading=!!e}},mounted:function(){this.fixTwoCNChar()},updated:function(){this.fixTwoCNChar()},beforeDestroy:function(){this.delayTimeout&&clearTimeout(this.delayTimeout)},methods:{fixTwoCNChar:function(){var e=this.$refs.buttonNode;if(e){var t=e.textContent;this.isNeedInserted()&&Ro(t)?this.hasTwoCNChar||(this.hasTwoCNChar=!0):this.hasTwoCNChar&&(this.hasTwoCNChar=!1)}},handleClick:function(e){var t=this.$data.sLoading;t||this.$emit(\"click\",e)},insertSpace:function(e,t){var n=this.$createElement,r=t?\" \":\"\";if(\"string\"===typeof e.text){var i=e.text.trim();return Ro(i)&&(i=i.split(\"\").join(r)),n(\"span\",[i])}return e},isNeedInserted:function(){var e=this.$slots,t=this.type,n=Object(B[\"g\"])(this,\"icon\");return e[\"default\"]&&1===e[\"default\"].length&&!n&&\"link\"!==t}},render:function(){var e=this,t=arguments[0],n=this.type,r=this.htmlType,o=this.classes,a=this.disabled,s=this.handleClick,c=this.sLoading,l=this.$slots,u=this.$attrs,h=Object(B[\"g\"])(this,\"icon\"),d={attrs:I()({},u,{disabled:a}),class:o,on:I()({},Object(B[\"k\"])(this),{click:s})},f=c?\"loading\":h,p=f?t(Yi[\"a\"],{attrs:{type:f}}):null,v=Object(B[\"c\"])(l[\"default\"]),m=!1!==this.configProvider.autoInsertSpaceInButton,g=v.map((function(t){return e.insertSpace(t,e.isNeedInserted()&&m)}));if(void 0!==u.href)return t(\"a\",i()([d,{ref:\"buttonNode\"}]),[p,g]);var b=t(\"button\",i()([d,{ref:\"buttonNode\",attrs:{type:r||\"button\"}}]),[p,g]);return\"link\"===n?b:t(Ao,[b])}},Bo={prefixCls:s[\"a\"].string,size:{validator:function(e){return[\"small\",\"large\",\"default\"].includes(e)}}},Ko={name:\"AButtonGroup\",props:Bo,inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{sizeMap:{large:\"lg\",small:\"sm\"}}},render:function(){var e,t=arguments[0],n=this.prefixCls,r=this.size,i=this.$slots,o=this.configProvider.getPrefixCls,s=o(\"btn-group\",n),c=\"\";switch(r){case\"large\":c=\"lg\";break;case\"small\":c=\"sm\";break;default:break}var l=(e={},a()(e,\"\"+s,!0),a()(e,s+\"-\"+c,c),e);return t(\"div\",{class:l},[Object(B[\"c\"])(i[\"default\"])])}};No.Group=Ko,No.install=function(e){e.use(w[\"a\"]),e.component(No.name,No),e.component(Ko.name,Ko)};var Wo=No,Uo={name:\"AInputSearch\",inheritAttrs:!1,model:{prop:\"value\",event:\"change.value\"},props:I()({},go,{enterButton:s[\"a\"].any}),inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{onChange:function(e){e&&e.target&&\"click\"===e.type&&this.$emit(\"search\",e.target.value,e),this.$emit(\"change\",e)},onSearch:function(e){this.loading||this.disabled||(this.$emit(\"search\",this.$refs.input.stateValue,e),Object(Po[\"isMobile\"])({tablet:!0})||this.$refs.input.focus())},focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},renderLoading:function(e){var t=this.$createElement,n=this.$props.size,r=Object(B[\"g\"])(this,\"enterButton\");return r=r||\"\"===r,r?t(Wo,{class:e+\"-button\",attrs:{type:\"primary\",size:n},key:\"enterButton\"},[t(Yi[\"a\"],{attrs:{type:\"loading\"}})]):t(Yi[\"a\"],{class:e+\"-icon\",attrs:{type:\"loading\"},key:\"loadingIcon\"})},renderSuffix:function(e){var t=this.$createElement,n=this.loading,r=Object(B[\"g\"])(this,\"suffix\"),i=Object(B[\"g\"])(this,\"enterButton\");if(i=i||\"\"===i,n&&!i)return[r,this.renderLoading(e)];if(i)return r;var o=t(Yi[\"a\"],{class:e+\"-icon\",attrs:{type:\"search\"},key:\"searchIcon\",on:{click:this.onSearch}});return r?[r,o]:o},renderAddonAfter:function(e){var t=this.$createElement,n=this.size,r=this.disabled,i=this.loading,o=e+\"-button\",a=Object(B[\"g\"])(this,\"enterButton\");a=a||\"\"===a;var s=Object(B[\"g\"])(this,\"addonAfter\");if(i&&a)return[this.renderLoading(e),s];if(!a)return s;var c=Array.isArray(a)?a[0]:a,l=void 0,u=c.componentOptions&&c.componentOptions.Ctor.extendOptions.__ANT_BUTTON;return l=\"button\"===c.tag||u?Object(At[\"a\"])(c,{key:\"enterButton\",class:u?o:\"\",props:u?{size:n}:{},on:{click:this.onSearch}}):t(Wo,{class:o,attrs:{type:\"primary\",size:n,disabled:r},key:\"enterButton\",on:{click:this.onSearch}},[!0===a||\"\"===a?t(Yi[\"a\"],{attrs:{type:\"search\"}}):a]),s?[l,s]:l}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.prefixCls,r=t.inputPrefixCls,i=t.size,o=(t.loading,re()(t,[\"prefixCls\",\"inputPrefixCls\",\"size\",\"loading\"])),s=this.configProvider.getPrefixCls,c=s(\"input-search\",n),u=s(\"input\",r),h=Object(B[\"g\"])(this,\"enterButton\"),d=Object(B[\"g\"])(this,\"addonBefore\");h=h||\"\"===h;var f,p=void 0;h?p=l()(c,(f={},a()(f,c+\"-enter-button\",!!h),a()(f,c+\"-\"+i,!!i),f)):p=c;var v=I()({},Object(B[\"k\"])(this));delete v.search;var m={props:I()({},o,{prefixCls:u,size:i,suffix:this.renderSuffix(c),prefix:Object(B[\"g\"])(this,\"prefix\"),addonAfter:this.renderAddonAfter(c),addonBefore:d,className:p}),attrs:this.$attrs,ref:\"input\",on:I()({pressEnter:this.onSearch},v,{change:this.onChange})};return e(Vo,m)}},qo={click:\"click\",hover:\"mouseover\"},Yo={name:\"AInputPassword\",mixins:[p[\"a\"]],inheritAttrs:!1,model:{prop:\"value\",event:\"change.value\"},props:I()({},go,{prefixCls:s[\"a\"].string,inputPrefixCls:s[\"a\"].string,action:s[\"a\"].string.def(\"click\"),visibilityToggle:s[\"a\"].bool.def(!0)}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{visible:!1}},methods:{focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},onVisibleChange:function(){this.disabled||this.setState({visible:!this.visible})},getIcon:function(e){var t,n=this.$createElement,r=this.$props.action,i=qo[r]||\"\",o={props:{type:this.visible?\"eye\":\"eye-invisible\"},on:(t={},a()(t,i,this.onVisibleChange),a()(t,\"mousedown\",(function(e){e.preventDefault()})),a()(t,\"mouseup\",(function(e){e.preventDefault()})),t),class:e+\"-icon\",key:\"passwordIcon\"};return n(Yi[\"a\"],o)}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.prefixCls,r=t.inputPrefixCls,i=t.size,o=(t.suffix,t.visibilityToggle),s=re()(t,[\"prefixCls\",\"inputPrefixCls\",\"size\",\"suffix\",\"visibilityToggle\"]),c=this.configProvider.getPrefixCls,u=c(\"input\",r),h=c(\"input-password\",n),d=o&&this.getIcon(h),f=l()(h,a()({},h+\"-\"+i,!!i)),p={props:I()({},s,{prefixCls:u,size:i,suffix:d,prefix:Object(B[\"g\"])(this,\"prefix\"),addonAfter:Object(B[\"g\"])(this,\"addonAfter\"),addonBefore:Object(B[\"g\"])(this,\"addonBefore\")}),attrs:I()({},this.$attrs,{type:this.visible?\"text\":\"password\"}),class:f,ref:\"input\",on:Object(B[\"k\"])(this)};return e(Vo,p)}},Go=n(\"129d\");Lt[\"a\"].use(Go[\"b\"]),Vo.Group=jo,Vo.Search=Uo,Vo.TextArea=Oo,Vo.Password=Yo,Vo.install=function(e){e.use(w[\"a\"]),e.component(Vo.name,Vo),e.component(Vo.Group.name,Vo.Group),e.component(Vo.Search.name,Vo.Search),e.component(Vo.TextArea.name,Vo.TextArea),e.component(Vo.Password.name,Vo.Password)};var Xo=Vo;function Jo(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(){for(var e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];for(var i=0;i<t.length;i++)t[i]&&\"function\"===typeof t[i]&&t[i].apply(this,n)}}var Qo={name:\"InputElement\",inheritAttrs:!1,props:{value:s[\"a\"].any,disabled:s[\"a\"].bool,placeholder:s[\"a\"].string},render:function(){var e=this.$slots,t=void 0===e?{}:e,n=this.$attrs,r=void 0===n?{}:n,i=this.placeholder,o=Object(B[\"k\"])(this),a=Object(B[\"l\"])(this),s=void 0===a.value?\"\":a.value,c=t[\"default\"][0],l=t[\"default\"][0].componentOptions,u=void 0===l?{}:l,h=u.listeners,d=void 0===h?{}:h,f=I()({},d),p=!0,v=!1,m=void 0;try{for(var g,b=Object.entries(o)[Symbol.iterator]();!(p=(g=b.next()).done);p=!0){var y=g.value,C=Ze()(y,2),w=C[0],x=C[1];f[w]=Jo(x,d[w])}}catch(k){v=!0,m=k}finally{try{!p&&b[\"return\"]&&b[\"return\"]()}finally{if(v)throw m}}var S=I()({},r,{value:s});return delete a.placeholder,i&&(a.placeholder=i,S.placeholder=i),Object(At[\"a\"])(c,{domProps:{value:s},props:a,on:f,attrs:S,ref:\"ele\"})}},Zo=I()({},Gi(),{value:Ji,defaultValue:Ji,dataSource:s[\"a\"].array,dropdownMenuStyle:s[\"a\"].object,optionLabelProp:String,dropdownMatchSelectWidth:s[\"a\"].bool}),ea={name:\"AAutoComplete\",props:I()({},Zo,{prefixCls:s[\"a\"].string,showSearch:s[\"a\"].bool.def(!1),transitionName:s[\"a\"].string.def(\"slide-up\"),choiceTransitionName:s[\"a\"].string.def(\"zoom\"),autoFocus:s[\"a\"].bool,backfill:s[\"a\"].bool,optionLabelProp:s[\"a\"].string.def(\"children\"),filterOption:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].func]).def(!1),defaultActiveFirstOption:s[\"a\"].bool.def(!0)}),Option:I()({},ee,{name:\"AAutoCompleteOption\"}),OptGroup:I()({},te,{name:\"AAutoCompleteOptGroup\"}),model:{prop:\"value\",event:\"change\"},inject:{configProvider:{default:function(){return C[\"a\"]}}},provide:function(){return{savePopupRef:this.savePopupRef}},methods:{savePopupRef:function(e){this.popupRef=e},getInputElement:function(){var e=this.$createElement,t=this.$slots,n=this.placeholder,r=Object(B[\"c\"])(t[\"default\"]),i=r.length?r[0]:e(Xo,{attrs:{lazy:!1}});return e(Qo,{attrs:{placeholder:n}},[i])},focus:function(){this.$refs.select&&this.$refs.select.focus()},blur:function(){this.$refs.select&&this.$refs.select.blur()}},render:function(){var e,t=arguments[0],n=this.size,r=this.prefixCls,i=this.optionLabelProp,o=this.dataSource,s=this.$slots,c=this.configProvider.getPrefixCls,l=c(\"select\",r),u=(e={},a()(e,l+\"-lg\",\"large\"===n),a()(e,l+\"-sm\",\"small\"===n),a()(e,l+\"-show-search\",!0),a()(e,l+\"-auto-complete\",!0),e),h=void 0,d=Object(B[\"c\"])(s.dataSource);h=d.length?d:o?o.map((function(e){if(Object(B[\"w\"])(e))return e;switch(\"undefined\"===typeof e?\"undefined\":Z()(e)){case\"string\":return t(ee,{key:e},[e]);case\"object\":return t(ee,{key:e.value},[e.text]);default:throw new Error(\"AutoComplete[dataSource] only supports type `string[] | Object[]`.\")}})):[];var f={props:I()({},Object(B[\"l\"])(this),{mode:no.SECRET_COMBOBOX_MODE_DO_NOT_USE,optionLabelProp:i,getInputElement:this.getInputElement,notFoundContent:Object(B[\"g\"])(this,\"notFoundContent\"),placeholder:\"\"}),class:u,ref:\"select\",on:Object(B[\"k\"])(this)};return t(no,f,[h])},install:function(e){e.use(w[\"a\"]),e.component(ea.name,ea),e.component(ea.Option.name,ea.Option),e.component(ea.OptGroup.name,ea.OptGroup)}},ta=ea;function na(){}var ra={type:s[\"a\"].oneOf([\"success\",\"info\",\"warning\",\"error\"]),closable:s[\"a\"].bool,closeText:s[\"a\"].any,message:s[\"a\"].any,description:s[\"a\"].any,afterClose:s[\"a\"].func.def(na),showIcon:s[\"a\"].bool,iconType:s[\"a\"].string,prefixCls:s[\"a\"].string,banner:s[\"a\"].bool,icon:s[\"a\"].any},ia={name:\"AAlert\",props:ra,mixins:[p[\"a\"]],inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{closing:!1,closed:!1}},methods:{handleClose:function(e){e.preventDefault();var t=this.$el;t.style.height=t.offsetHeight+\"px\",t.style.height=t.offsetHeight+\"px\",this.setState({closing:!0}),this.$emit(\"close\",e)},animationEnd:function(){this.setState({closing:!1,closed:!0}),this.afterClose()}},render:function(){var e,t=arguments[0],n=this.prefixCls,r=this.banner,i=this.closing,o=this.closed,s=this.configProvider.getPrefixCls,c=s(\"alert\",n),u=this.closable,h=this.type,d=this.showIcon,f=this.iconType,p=Object(B[\"g\"])(this,\"closeText\"),v=Object(B[\"g\"])(this,\"description\"),m=Object(B[\"g\"])(this,\"message\"),g=Object(B[\"g\"])(this,\"icon\");d=!(!r||void 0!==d)||d,h=r&&void 0===h?\"warning\":h||\"info\";var b=\"filled\";if(!f){switch(h){case\"success\":f=\"check-circle\";break;case\"info\":f=\"info-circle\";break;case\"error\":f=\"close-circle\";break;case\"warning\":f=\"exclamation-circle\";break;default:f=\"default\"}v&&(b=\"outlined\")}p&&(u=!0);var y=l()(c,(e={},a()(e,c+\"-\"+h,!0),a()(e,c+\"-closing\",i),a()(e,c+\"-with-description\",!!v),a()(e,c+\"-no-icon\",!d),a()(e,c+\"-banner\",!!r),a()(e,c+\"-closable\",u),e)),C=u?t(\"button\",{attrs:{type:\"button\",tabIndex:0},on:{click:this.handleClose},class:c+\"-close-icon\"},[p?t(\"span\",{class:c+\"-close-text\"},[p]):t(Yi[\"a\"],{attrs:{type:\"close\"}})]):null,w=g&&(Object(B[\"w\"])(g)?Object(At[\"a\"])(g,{class:c+\"-icon\"}):t(\"span\",{class:c+\"-icon\"},[g]))||t(Yi[\"a\"],{class:c+\"-icon\",attrs:{type:f,theme:b}}),x=Object($t[\"a\"])(c+\"-slide-up\",{appear:!1,afterLeave:this.animationEnd});return o?null:t(\"transition\",x,[t(\"div\",{directives:[{name:\"show\",value:!i}],class:y,attrs:{\"data-show\":!i}},[d?w:null,t(\"span\",{class:c+\"-message\"},[m]),t(\"span\",{class:c+\"-description\"},[v]),C])])},install:function(e){e.use(w[\"a\"]),e.component(ia.name,ia)}},oa=ia,aa={name:\"AAvatar\",props:{prefixCls:{type:String,default:void 0},shape:{validator:function(e){return[\"circle\",\"square\"].includes(e)},default:\"circle\"},size:{validator:function(e){return\"number\"===typeof e||[\"small\",\"large\",\"default\"].includes(e)},default:\"default\"},src:String,srcSet:String,icon:s[\"a\"].any,alt:String,loadError:Function},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{isImgExist:!0,isMounted:!1,scale:1}},watch:{src:function(){var e=this;this.$nextTick((function(){e.isImgExist=!0,e.scale=1,e.$forceUpdate()}))}},mounted:function(){var e=this;this.$nextTick((function(){e.setScale(),e.isMounted=!0}))},updated:function(){var e=this;this.$nextTick((function(){e.setScale()}))},methods:{setScale:function(){if(this.$refs.avatarChildren&&this.$refs.avatarNode){var e=this.$refs.avatarChildren.offsetWidth,t=this.$refs.avatarNode.offsetWidth;0===e||0===t||this.lastChildrenWidth===e&&this.lastNodeWidth===t||(this.lastChildrenWidth=e,this.lastNodeWidth=t,this.scale=t-8<e?(t-8)/e:1)}},handleImgLoadError:function(){var e=this.$props.loadError,t=e?e():void 0;!1!==t&&(this.isImgExist=!1)}},render:function(){var e,t,n=arguments[0],r=this.$props,o=r.prefixCls,s=r.shape,c=r.size,l=r.src,u=r.alt,h=r.srcSet,d=Object(B[\"g\"])(this,\"icon\"),f=this.configProvider.getPrefixCls,p=f(\"avatar\",o),v=this.$data,m=v.isImgExist,g=v.scale,b=v.isMounted,y=(e={},a()(e,p+\"-lg\",\"large\"===c),a()(e,p+\"-sm\",\"small\"===c),e),C=I()(a()({},p,!0),y,(t={},a()(t,p+\"-\"+s,s),a()(t,p+\"-image\",l&&m),a()(t,p+\"-icon\",d),t)),w=\"number\"===typeof c?{width:c+\"px\",height:c+\"px\",lineHeight:c+\"px\",fontSize:d?c/2+\"px\":\"18px\"}:{},x=this.$slots[\"default\"];if(l&&m)x=n(\"img\",{attrs:{src:l,srcSet:h,alt:u},on:{error:this.handleImgLoadError}});else if(d)x=\"string\"===typeof d?n(Yi[\"a\"],{attrs:{type:d}}):d;else{var S=this.$refs.avatarChildren;if(S||1!==g){var k=\"scale(\"+g+\") translateX(-50%)\",O={msTransform:k,WebkitTransform:k,transform:k},M=\"number\"===typeof c?{lineHeight:c+\"px\"}:{};x=n(\"span\",{class:p+\"-string\",ref:\"avatarChildren\",style:I()({},M,O)},[x])}else{var z={};b||(z.opacity=0),x=n(\"span\",{class:p+\"-string\",ref:\"avatarChildren\",style:{opacity:0}},[x])}}return n(\"span\",i()([{ref:\"avatarNode\"},{on:Object(B[\"k\"])(this),class:C,style:w}]),[x])},install:function(e){e.use(w[\"a\"]),e.component(aa.name,aa)}},sa=aa;function ca(){return window}var la={visibilityHeight:s[\"a\"].number,target:s[\"a\"].func,prefixCls:s[\"a\"].string},ua={name:\"ABackTop\",mixins:[p[\"a\"]],props:I()({},la,{visibilityHeight:s[\"a\"].number.def(400)}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return this.scrollEvent=null,{visible:!1}},mounted:function(){var e=this;this.$nextTick((function(){var t=e.target||ca;e.scrollEvent=O(t(),\"scroll\",e.handleScroll),e.handleScroll()}))},activated:function(){var e=this;this.$nextTick((function(){e.handleScroll()}))},beforeDestroy:function(){this.scrollEvent&&this.scrollEvent.remove()},methods:{getCurrentScrollTop:function(){var e=this.target||ca,t=e();return t===window?window.pageYOffset||document.body.scrollTop||document.documentElement.scrollTop:t.scrollTop},scrollToTop:function(e){var t=this.target,n=void 0===t?ca:t;N(0,{getContainer:n}),this.$emit(\"click\",e)},handleScroll:function(){var e=this.visibilityHeight,t=this.target,n=void 0===t?ca:t,r=R(n(),!0);this.setState({visible:r>e})}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.$slots,r=this.configProvider.getPrefixCls,i=r(\"back-top\",t),o=e(\"div\",{class:i+\"-content\"},[e(\"div\",{class:i+\"-icon\"})]),a={on:I()({},Object(B[\"k\"])(this),{click:this.scrollToTop}),class:i},s=this.visible?e(\"div\",a,[n[\"default\"]||o]):null,c=Object($t[\"a\"])(\"fade\");return e(\"transition\",c,[s])},install:function(e){e.use(w[\"a\"]),e.component(ua.name,ua)}},ha=ua;function da(e){return e?e.toString().split(\"\").reverse().map((function(e){var t=Number(e);return isNaN(t)?e:t})):[]}var fa={prefixCls:s[\"a\"].string,count:s[\"a\"].any,component:s[\"a\"].string,title:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string,null]),displayComponent:s[\"a\"].any,className:s[\"a\"].object},pa={mixins:[p[\"a\"]],props:fa,inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{animateStarted:!0,sCount:this.count}},watch:{count:function(){this.lastCount=this.sCount,this.setState({animateStarted:!0})}},updated:function(){var e=this,t=this.animateStarted,n=this.count;t&&(this.clearTimeout(),this.timeout=setTimeout((function(){e.setState({animateStarted:!1,sCount:n},e.onAnimated)})))},beforeDestroy:function(){this.clearTimeout()},methods:{clearTimeout:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){this.timeout&&(clearTimeout(this.timeout),this.timeout=void 0)})),getPositionByNum:function(e,t){var n=this.sCount,r=Math.abs(Number(n)),i=Math.abs(Number(this.lastCount)),o=Math.abs(da(n)[t]),a=Math.abs(da(this.lastCount)[t]);return this.animateStarted?10+e:r>i?o>=a?10+e:20+e:o<=a?10+e:e},onAnimated:function(){this.$emit(\"animated\")},renderNumberList:function(e,t){for(var n=this.$createElement,r=[],i=0;i<30;i++)r.push(n(\"p\",{key:i.toString(),class:l()(t,{current:e===i})},[i%10]));return r},renderCurrentNumber:function(e,t,n){var r=this.$createElement;if(\"number\"===typeof t){var i=this.getPositionByNum(t,n),o=this.animateStarted||void 0===da(this.lastCount)[n],a={transition:o?\"none\":void 0,msTransform:\"translateY(\"+100*-i+\"%)\",WebkitTransform:\"translateY(\"+100*-i+\"%)\",transform:\"translateY(\"+100*-i+\"%)\"};return r(\"span\",{class:e+\"-only\",style:a,key:n},[this.renderNumberList(i,e+\"-only-unit\")])}return r(\"span\",{key:\"symbol\",class:e+\"-symbol\"},[t])},renderNumberElement:function(e){var t=this,n=this.sCount;return n&&Number(n)%1===0?da(n).map((function(n,r){return t.renderCurrentNumber(e,n,r)})).reverse():n}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.title,r=this.component,i=void 0===r?\"sup\":r,o=this.displayComponent,a=this.className,s=this.configProvider.getPrefixCls,c=s(\"scroll-number\",t);if(o)return Object(At[\"a\"])(o,{class:c+\"-custom-component\"});var h=Object(B[\"q\"])(this,!0),d=Object(u[\"a\"])(this.$props,[\"count\",\"component\",\"prefixCls\",\"displayComponent\"]),f={props:I()({},d),attrs:{title:n},style:h,class:l()(c,a)};return h&&h.borderColor&&(f.style.boxShadow=\"0 0 0 1px \"+h.borderColor+\" inset\"),e(i,f,[this.renderNumberElement(c)])}},va=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return t},ma=va(\"pink\",\"red\",\"yellow\",\"orange\",\"cyan\",\"green\",\"blue\",\"purple\",\"geekblue\",\"magenta\",\"volcano\",\"gold\",\"lime\"),ga=function(e){return!isNaN(parseFloat(e))&&isFinite(e)},ba=ga,ya={count:s[\"a\"].any,showZero:s[\"a\"].bool,overflowCount:s[\"a\"].number,dot:s[\"a\"].bool,prefixCls:s[\"a\"].string,scrollNumberPrefixCls:s[\"a\"].string,status:s[\"a\"].oneOf([\"success\",\"processing\",\"default\",\"error\",\"warning\"]),color:s[\"a\"].string,text:s[\"a\"].string,offset:s[\"a\"].array,numberStyle:s[\"a\"].object.def((function(){return{}})),title:s[\"a\"].string};function Ca(e){return-1!==ma.indexOf(e)}var wa={name:\"ABadge\",props:Object(B[\"t\"])(ya,{showZero:!1,dot:!1,overflowCount:99}),inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{getNumberedDispayCount:function(){var e=this.$props.overflowCount,t=this.badgeCount,n=t>e?e+\"+\":t;return n},getDispayCount:function(){var e=this.isDot();return e?\"\":this.getNumberedDispayCount()},getScrollNumberTitle:function(){var e=this.$props.title,t=this.badgeCount;return e||(\"string\"===typeof t||\"number\"===typeof t?t:void 0)},getStyleWithOffset:function(){var e=this.$props,t=e.offset,n=e.numberStyle;return t?I()({right:-parseInt(t[0],10)+\"px\",marginTop:ba(t[1])?t[1]+\"px\":t[1]},n):I()({},n)},getBadgeClassName:function(e){var t,n=Object(B[\"c\"])(this.$slots[\"default\"]),r=this.hasStatus();return l()(e,(t={},a()(t,e+\"-status\",r),a()(t,e+\"-dot-status\",r&&this.dot&&!this.isZero()),a()(t,e+\"-not-a-wrapper\",!n.length),t))},hasStatus:function(){var e=this.$props,t=e.status,n=e.color;return!!t||!!n},isZero:function(){var e=this.getNumberedDispayCount();return\"0\"===e||0===e},isDot:function(){var e=this.$props.dot,t=this.isZero();return e&&!t||this.hasStatus()},isHidden:function(){var e=this.$props.showZero,t=this.getDispayCount(),n=this.isZero(),r=this.isDot(),i=null===t||void 0===t||\"\"===t;return(i||n&&!e)&&!r},renderStatusText:function(e){var t=this.$createElement,n=this.$props.text,r=this.isHidden();return r||!n?null:t(\"span\",{class:e+\"-status-text\"},[n])},renderDispayComponent:function(){var e=this.badgeCount,t=e;if(t&&\"object\"===(\"undefined\"===typeof t?\"undefined\":Z()(t)))return Object(At[\"a\"])(t,{style:this.getStyleWithOffset()})},renderBadgeNumber:function(e,t){var n,r=this.$createElement,i=this.$props,o=i.status,s=i.color,c=this.badgeCount,l=this.getDispayCount(),u=this.isDot(),h=this.isHidden(),d=(n={},a()(n,e+\"-dot\",u),a()(n,e+\"-count\",!u),a()(n,e+\"-multiple-words\",!u&&c&&c.toString&&c.toString().length>1),a()(n,e+\"-status-\"+o,!!o),a()(n,e+\"-status-\"+s,Ca(s)),n),f=this.getStyleWithOffset();return s&&!Ca(s)&&(f=f||{},f.background=s),h?null:r(pa,{attrs:{prefixCls:t,\"data-show\":!h,className:d,count:l,displayComponent:this.renderDispayComponent(),title:this.getScrollNumberTitle()},directives:[{name:\"show\",value:!h}],style:f,key:\"scrollNumber\"})}},render:function(){var e,t=arguments[0],n=this.prefixCls,r=this.scrollNumberPrefixCls,o=this.status,s=this.text,c=this.color,u=this.$slots,h=this.configProvider.getPrefixCls,d=h(\"badge\",n),f=h(\"scroll-number\",r),p=Object(B[\"c\"])(u[\"default\"]),v=Object(B[\"g\"])(this,\"count\");Array.isArray(v)&&(v=v[0]),this.badgeCount=v;var m=this.renderBadgeNumber(d,f),g=this.renderStatusText(d),b=l()((e={},a()(e,d+\"-status-dot\",this.hasStatus()),a()(e,d+\"-status-\"+o,!!o),a()(e,d+\"-status-\"+c,Ca(c)),e)),y={};if(c&&!Ca(c)&&(y.background=c),!p.length&&this.hasStatus()){var C=this.getStyleWithOffset(),w=C&&C.color;return t(\"span\",i()([{on:Object(B[\"k\"])(this)},{class:this.getBadgeClassName(d),style:C}]),[t(\"span\",{class:b,style:y}),t(\"span\",{style:{color:w},class:d+\"-status-text\"},[s])])}var x=Object($t[\"a\"])(p.length?d+\"-zoom\":\"\");return t(\"span\",i()([{on:Object(B[\"k\"])(this)},{class:this.getBadgeClassName(d)}]),[p,t(\"transition\",x,[m]),g])},install:function(e){e.use(w[\"a\"]),e.component(wa.name,wa)}},xa=wa,Sa={adjustX:1,adjustY:1},ka=[0,0],Oa={topLeft:{points:[\"bl\",\"tl\"],overflow:Sa,offset:[0,-4],targetOffset:ka},topCenter:{points:[\"bc\",\"tc\"],overflow:Sa,offset:[0,-4],targetOffset:ka},topRight:{points:[\"br\",\"tr\"],overflow:Sa,offset:[0,-4],targetOffset:ka},bottomLeft:{points:[\"tl\",\"bl\"],overflow:Sa,offset:[0,4],targetOffset:ka},bottomCenter:{points:[\"tc\",\"bc\"],overflow:Sa,offset:[0,4],targetOffset:ka},bottomRight:{points:[\"tr\",\"br\"],overflow:Sa,offset:[0,4],targetOffset:ka}},Ma=Oa,za={mixins:[p[\"a\"]],props:{minOverlayWidthMatchTrigger:s[\"a\"].bool,prefixCls:s[\"a\"].string.def(\"rc-dropdown\"),transitionName:s[\"a\"].string,overlayClassName:s[\"a\"].string.def(\"\"),openClassName:s[\"a\"].string,animation:s[\"a\"].any,align:s[\"a\"].object,overlayStyle:s[\"a\"].object.def((function(){return{}})),placement:s[\"a\"].string.def(\"bottomLeft\"),overlay:s[\"a\"].any,trigger:s[\"a\"].array.def([\"hover\"]),alignPoint:s[\"a\"].bool,showAction:s[\"a\"].array.def([]),hideAction:s[\"a\"].array.def([]),getPopupContainer:s[\"a\"].func,visible:s[\"a\"].bool,defaultVisible:s[\"a\"].bool.def(!1),mouseEnterDelay:s[\"a\"].number.def(.15),mouseLeaveDelay:s[\"a\"].number.def(.1)},data:function(){var e=this.defaultVisible;return Object(B[\"s\"])(this,\"visible\")&&(e=this.visible),{sVisible:e}},watch:{visible:function(e){void 0!==e&&this.setState({sVisible:e})}},methods:{onClick:function(e){Object(B[\"s\"])(this,\"visible\")||this.setState({sVisible:!1}),this.$emit(\"overlayClick\",e),this.childOriginEvents.click&&this.childOriginEvents.click(e)},onVisibleChange:function(e){Object(B[\"s\"])(this,\"visible\")||this.setState({sVisible:e}),this.__emit(\"visibleChange\",e)},getMinOverlayWidthMatchTrigger:function(){var e=Object(B[\"l\"])(this),t=e.minOverlayWidthMatchTrigger,n=e.alignPoint;return\"minOverlayWidthMatchTrigger\"in e?t:!n},getOverlayElement:function(){var e=this.overlay||this.$slots.overlay||this.$scopedSlots.overlay,t=void 0;return t=\"function\"===typeof e?e():e,t},getMenuElement:function(){var e=this,t=this.onClick,n=this.prefixCls,r=this.$slots;this.childOriginEvents=Object(B[\"i\"])(r.overlay[0]);var i=this.getOverlayElement(),o={props:{prefixCls:n+\"-menu\",getPopupContainer:function(){return e.getPopupDomNode()}},on:{click:t}};return\"string\"===typeof i.type&&delete o.props.prefixCls,Object(At[\"a\"])(r.overlay[0],o)},getMenuElementOrLambda:function(){var e=this.overlay||this.$slots.overlay||this.$scopedSlots.overlay;return\"function\"===typeof e?this.getMenuElement:this.getMenuElement()},getPopupDomNode:function(){return this.$refs.trigger.getPopupDomNode()},getOpenClassName:function(){var e=this.$props,t=e.openClassName,n=e.prefixCls;return void 0!==t?t:n+\"-open\"},afterVisibleChange:function(e){if(e&&this.getMinOverlayWidthMatchTrigger()){var t=this.getPopupDomNode(),n=this.$el;n&&t&&n.offsetWidth>t.offsetWidth&&(t.style.minWidth=n.offsetWidth+\"px\",this.$refs.trigger&&this.$refs.trigger._component&&this.$refs.trigger._component.$refs&&this.$refs.trigger._component.$refs.alignInstance&&this.$refs.trigger._component.$refs.alignInstance.forceAlign())}},renderChildren:function(){var e=this.$slots[\"default\"]&&this.$slots[\"default\"][0],t=this.sVisible;return t&&e?Object(At[\"a\"])(e,{class:this.getOpenClassName()}):e}},render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.transitionName,i=t.animation,o=t.align,a=t.placement,s=t.getPopupContainer,c=t.showAction,l=t.hideAction,u=t.overlayClassName,h=t.overlayStyle,d=t.trigger,f=re()(t,[\"prefixCls\",\"transitionName\",\"animation\",\"align\",\"placement\",\"getPopupContainer\",\"showAction\",\"hideAction\",\"overlayClassName\",\"overlayStyle\",\"trigger\"]),p=l;p||-1===d.indexOf(\"contextmenu\")||(p=[\"click\"]);var v={props:I()({},f,{prefixCls:n,popupClassName:u,popupStyle:h,builtinPlacements:Ma,action:d,showAction:c,hideAction:p||[],popupPlacement:a,popupAlign:o,popupTransitionName:r,popupAnimation:i,popupVisible:this.sVisible,afterPopupVisibleChange:this.afterVisibleChange,getPopupContainer:s}),on:{popupVisibleChange:this.onVisibleChange},ref:\"trigger\"};return e(Lr,v,[this.renderChildren(),e(\"template\",{slot:\"popup\"},[this.$slots.overlay&&this.getMenuElement()])])}},_a=za,Ta=function(){return{trigger:s[\"a\"].array.def([\"hover\"]),overlay:s[\"a\"].any,visible:s[\"a\"].bool,disabled:s[\"a\"].bool,align:s[\"a\"].object,getPopupContainer:s[\"a\"].func,prefixCls:s[\"a\"].string,transitionName:s[\"a\"].string,placement:s[\"a\"].oneOf([\"topLeft\",\"topCenter\",\"topRight\",\"bottomLeft\",\"bottomCenter\",\"bottomRight\"]),overlayClassName:s[\"a\"].string,overlayStyle:s[\"a\"].object,forceRender:s[\"a\"].bool,mouseEnterDelay:s[\"a\"].number,mouseLeaveDelay:s[\"a\"].number,openClassName:s[\"a\"].string,minOverlayWidthMatchTrigger:s[\"a\"].bool}},Va=Fo(),ja=Ta(),Pa=Wo.Group,Ea=I()({},Bo,ja,{type:s[\"a\"].oneOf([\"primary\",\"ghost\",\"dashed\",\"danger\",\"default\"]).def(\"default\"),size:s[\"a\"].oneOf([\"small\",\"large\",\"default\"]).def(\"default\"),htmlType:Va.htmlType,href:s[\"a\"].string,disabled:s[\"a\"].bool,prefixCls:s[\"a\"].string,placement:ja.placement.def(\"bottomRight\"),icon:s[\"a\"].any,title:s[\"a\"].string}),Ha={name:\"ADropdownButton\",model:{prop:\"visible\",event:\"visibleChange\"},props:Ea,provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{savePopupRef:function(e){this.popupRef=e},onClick:function(e){this.$emit(\"click\",e)},onVisibleChange:function(e){this.$emit(\"visibleChange\",e)}},render:function(){var e=arguments[0],t=this.$props,n=t.type,r=t.disabled,i=t.htmlType,o=t.prefixCls,a=t.trigger,s=t.align,c=t.visible,l=t.placement,u=t.getPopupContainer,h=t.href,d=t.title,f=re()(t,[\"type\",\"disabled\",\"htmlType\",\"prefixCls\",\"trigger\",\"align\",\"visible\",\"placement\",\"getPopupContainer\",\"href\",\"title\"]),p=Object(B[\"g\"])(this,\"icon\")||e(Yi[\"a\"],{attrs:{type:\"ellipsis\"}}),v=this.configProvider.getPopupContainer,m=this.configProvider.getPrefixCls,g=m(\"dropdown-button\",o),b={props:{align:s,disabled:r,trigger:r?[]:a,placement:l,getPopupContainer:u||v},on:{visibleChange:this.onVisibleChange}};Object(B[\"s\"])(this,\"visible\")&&(b.props.visible=c);var y={props:I()({},f),class:g};return e(Pa,y,[e(Wo,{attrs:{type:n,disabled:r,htmlType:i,href:h,title:d},on:{click:this.onClick}},[this.$slots[\"default\"]]),e(Aa,b,[e(\"template\",{slot:\"overlay\"},[Object(B[\"g\"])(this,\"overlay\")]),e(Wo,{attrs:{type:n}},[p])])])}},La=Ta(),$a={name:\"ADropdown\",props:I()({},La,{prefixCls:s[\"a\"].string,mouseEnterDelay:s[\"a\"].number.def(.15),mouseLeaveDelay:s[\"a\"].number.def(.1),placement:La.placement.def(\"bottomLeft\")}),model:{prop:\"visible\",event:\"visibleChange\"},provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{savePopupRef:function(e){this.popupRef=e},getTransitionName:function(){var e=this.$props,t=e.placement,n=void 0===t?\"\":t,r=e.transitionName;return void 0!==r?r:n.indexOf(\"top\")>=0?\"slide-down\":\"slide-up\"},renderOverlay:function(e){var t=this.$createElement,n=Object(B[\"g\"])(this,\"overlay\"),r=Array.isArray(n)?n[0]:n,i=r&&Object(B[\"m\"])(r),o=i||{},a=o.selectable,s=void 0!==a&&a,c=o.focusable,l=void 0===c||c,u=t(\"span\",{class:e+\"-menu-submenu-arrow\"},[t(Yi[\"a\"],{attrs:{type:\"right\"},class:e+\"-menu-submenu-arrow-icon\"})]),h=r&&r.componentOptions?Object(At[\"a\"])(r,{props:{mode:\"vertical\",selectable:s,focusable:l,expandIcon:u}}):n;return h}},render:function(){var e=arguments[0],t=this.$slots,n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.trigger,o=n.disabled,a=n.getPopupContainer,s=this.configProvider.getPopupContainer,c=this.configProvider.getPrefixCls,l=c(\"dropdown\",r),u=Object(At[\"a\"])(t[\"default\"],{class:l+\"-trigger\",props:{disabled:o}}),h=o?[]:i,d=void 0;h&&-1!==h.indexOf(\"contextmenu\")&&(d=!0);var f={props:I()({alignPoint:d},n,{prefixCls:l,getPopupContainer:a||s,transitionName:this.getTransitionName(),trigger:h}),on:Object(B[\"k\"])(this)};return e(_a,f,[u,e(\"template\",{slot:\"overlay\"},[this.renderOverlay(l)])])}};$a.Button=Ha;var Aa=$a,Fa={name:\"ABreadcrumbItem\",__ANT_BREADCRUMB_ITEM:!0,props:{prefixCls:s[\"a\"].string,href:s[\"a\"].string,separator:s[\"a\"].any.def(\"/\"),overlay:s[\"a\"].any},inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{renderBreadcrumbNode:function(e,t){var n=this.$createElement,r=Object(B[\"g\"])(this,\"overlay\");return r?n(Aa,{attrs:{overlay:r,placement:\"bottomCenter\"}},[n(\"span\",{class:t+\"-overlay-link\"},[e,n(Yi[\"a\"],{attrs:{type:\"down\"}})])]):e}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.$slots,r=this.configProvider.getPrefixCls,i=r(\"breadcrumb\",t),o=Object(B[\"g\"])(this,\"separator\"),a=n[\"default\"],s=void 0;return s=Object(B[\"s\"])(this,\"href\")?e(\"a\",{class:i+\"-link\"},[a]):e(\"span\",{class:i+\"-link\"},[a]),s=this.renderBreadcrumbNode(s,i),a?e(\"span\",[s,o&&\"\"!==o&&e(\"span\",{class:i+\"-separator\"},[o])]):null}},Ia={name:\"MenuDivider\",props:{disabled:{type:Boolean,default:!0},rootPrefixCls:String},render:function(){var e=arguments[0],t=this.$props.rootPrefixCls;return e(\"li\",{class:t+\"-item-divider\"})}},Ra={name:\"ASubMenu\",isSubMenu:!0,props:I()({},qr.props),inject:{menuPropsContext:{default:function(){return{}}}},methods:{onKeyDown:function(e){this.$refs.subMenu.onKeyDown(e)}},render:function(){var e=arguments[0],t=this.$slots,n=this.$scopedSlots,r=this.$props,i=r.rootPrefixCls,o=r.popupClassName,a=this.menuPropsContext.theme,s={props:I()({},this.$props,{popupClassName:l()(i+\"-\"+a,o)}),ref:\"subMenu\",on:Object(B[\"k\"])(this),scopedSlots:n},c=Object.keys(t);return e(qr,s,[c.length?c.map((function(n){return e(\"template\",{slot:n},[t[n]])})):null])}};function Da(e,t,n){var r=void 0,i=void 0,o=void 0;return Object(kr[\"a\"])(e,\"ant-motion-collapse-legacy\",{start:function(){o&&b.a.cancel(o),t?(r=e.offsetHeight,0===r?o=b()((function(){r=e.offsetHeight,e.style.height=\"0px\",e.style.opacity=\"0\"})):(e.style.height=\"0px\",e.style.opacity=\"0\")):(e.style.height=e.offsetHeight+\"px\",e.style.opacity=\"1\")},active:function(){i&&b.a.cancel(i),i=b()((function(){e.style.height=(t?r:0)+\"px\",e.style.opacity=t?\"1\":\"0\"}))},end:function(){o&&b.a.cancel(o),i&&b.a.cancel(i),e.style.height=\"\",e.style.opacity=\"\",n&&n()}})}var Na={enter:function(e,t){Lt[\"a\"].nextTick((function(){Da(e,!0,t)}))},leave:function(e,t){return Da(e,!1,t)}},Ba=Na,Ka={adjustX:1,adjustY:1},Wa=[0,0],Ua={left:{points:[\"cr\",\"cl\"],overflow:Ka,offset:[-4,0],targetOffset:Wa},right:{points:[\"cl\",\"cr\"],overflow:Ka,offset:[4,0],targetOffset:Wa},top:{points:[\"bc\",\"tc\"],overflow:Ka,offset:[0,-4],targetOffset:Wa},bottom:{points:[\"tc\",\"bc\"],overflow:Ka,offset:[0,4],targetOffset:Wa},topLeft:{points:[\"bl\",\"tl\"],overflow:Ka,offset:[0,-4],targetOffset:Wa},leftTop:{points:[\"tr\",\"tl\"],overflow:Ka,offset:[-4,0],targetOffset:Wa},topRight:{points:[\"br\",\"tr\"],overflow:Ka,offset:[0,-4],targetOffset:Wa},rightTop:{points:[\"tl\",\"tr\"],overflow:Ka,offset:[4,0],targetOffset:Wa},bottomRight:{points:[\"tr\",\"br\"],overflow:Ka,offset:[0,4],targetOffset:Wa},rightBottom:{points:[\"bl\",\"br\"],overflow:Ka,offset:[4,0],targetOffset:Wa},bottomLeft:{points:[\"tl\",\"bl\"],overflow:Ka,offset:[0,4],targetOffset:Wa},leftBottom:{points:[\"br\",\"bl\"],overflow:Ka,offset:[-4,0],targetOffset:Wa}},qa={props:{prefixCls:s[\"a\"].string,overlay:s[\"a\"].any,trigger:s[\"a\"].any},updated:function(){var e=this.trigger;e&&e.forcePopupAlign()},render:function(){var e=arguments[0],t=this.overlay,n=this.prefixCls;return e(\"div\",{class:n+\"-inner\",attrs:{role:\"tooltip\"}},[\"function\"===typeof t?t():t])}};function Ya(){}var Ga={props:{trigger:s[\"a\"].any.def([\"hover\"]),defaultVisible:s[\"a\"].bool,visible:s[\"a\"].bool,placement:s[\"a\"].string.def(\"right\"),transitionName:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object]),animation:s[\"a\"].any,afterVisibleChange:s[\"a\"].func.def((function(){})),overlay:s[\"a\"].any,overlayStyle:s[\"a\"].object,overlayClassName:s[\"a\"].string,prefixCls:s[\"a\"].string.def(\"rc-tooltip\"),mouseEnterDelay:s[\"a\"].number.def(0),mouseLeaveDelay:s[\"a\"].number.def(.1),getTooltipContainer:s[\"a\"].func,destroyTooltipOnHide:s[\"a\"].bool.def(!1),align:s[\"a\"].object.def((function(){return{}})),arrowContent:s[\"a\"].any.def(null),tipId:s[\"a\"].string,builtinPlacements:s[\"a\"].object},methods:{getPopupElement:function(){var e=this.$createElement,t=this.$props,n=t.prefixCls,r=t.tipId;return[e(\"div\",{class:n+\"-arrow\",key:\"arrow\"},[Object(B[\"g\"])(this,\"arrowContent\")]),e(qa,{key:\"content\",attrs:{trigger:this.$refs.trigger,prefixCls:n,id:r,overlay:Object(B[\"g\"])(this,\"overlay\")}})]},getPopupDomNode:function(){return this.$refs.trigger.getPopupDomNode()}},render:function(e){var t=Object(B[\"l\"])(this),n=t.overlayClassName,r=t.trigger,i=t.mouseEnterDelay,o=t.mouseLeaveDelay,a=t.overlayStyle,s=t.prefixCls,c=t.afterVisibleChange,l=t.transitionName,u=t.animation,h=t.placement,d=t.align,f=t.destroyTooltipOnHide,p=t.defaultVisible,v=t.getTooltipContainer,m=re()(t,[\"overlayClassName\",\"trigger\",\"mouseEnterDelay\",\"mouseLeaveDelay\",\"overlayStyle\",\"prefixCls\",\"afterVisibleChange\",\"transitionName\",\"animation\",\"placement\",\"align\",\"destroyTooltipOnHide\",\"defaultVisible\",\"getTooltipContainer\"]),g=I()({},m);Object(B[\"s\"])(this,\"visible\")&&(g.popupVisible=this.$props.visible);var b=Object(B[\"k\"])(this),y={props:I()({popupClassName:n,prefixCls:s,action:r,builtinPlacements:Ua,popupPlacement:h,popupAlign:d,getPopupContainer:v,afterPopupVisibleChange:c,popupTransitionName:l,popupAnimation:u,defaultPopupVisible:p,destroyPopupOnHide:f,mouseLeaveDelay:o,popupStyle:a,mouseEnterDelay:i},g),on:I()({},b,{popupVisibleChange:b.visibleChange||Ya,popupAlign:b.popupAlign||Ya}),ref:\"trigger\"};return e(Lr,y,[e(\"template\",{slot:\"popup\"},[this.getPopupElement(e)]),this.$slots[\"default\"]])}},Xa=Ga,Ja={adjustX:1,adjustY:1},Qa={adjustX:0,adjustY:0},Za=[0,0];function es(e){return\"boolean\"===typeof e?e?Ja:Qa:I()({},Qa,e)}function ts(e){var t=e.arrowWidth,n=void 0===t?5:t,r=e.horizontalArrowShift,i=void 0===r?16:r,o=e.verticalArrowShift,a=void 0===o?12:o,s=e.autoAdjustOverflow,c=void 0===s||s,l={left:{points:[\"cr\",\"cl\"],offset:[-4,0]},right:{points:[\"cl\",\"cr\"],offset:[4,0]},top:{points:[\"bc\",\"tc\"],offset:[0,-4]},bottom:{points:[\"tc\",\"bc\"],offset:[0,4]},topLeft:{points:[\"bl\",\"tc\"],offset:[-(i+n),-4]},leftTop:{points:[\"tr\",\"cl\"],offset:[-4,-(a+n)]},topRight:{points:[\"br\",\"tc\"],offset:[i+n,-4]},rightTop:{points:[\"tl\",\"cr\"],offset:[4,-(a+n)]},bottomRight:{points:[\"tr\",\"bc\"],offset:[i+n,4]},rightBottom:{points:[\"bl\",\"cr\"],offset:[4,a+n]},bottomLeft:{points:[\"tl\",\"bc\"],offset:[-(i+n),4]},leftBottom:{points:[\"br\",\"cl\"],offset:[-4,a+n]}};return Object.keys(l).forEach((function(t){l[t]=e.arrowPointAtCenter?I()({},l[t],{overflow:es(c),targetOffset:Za}):I()({},Ua[t],{overflow:es(c)}),l[t].ignoreShake=!0})),l}var ns=s[\"a\"].oneOf([\"hover\",\"focus\",\"click\",\"contextmenu\"]),rs=function(){return{trigger:s[\"a\"].oneOfType([ns,s[\"a\"].arrayOf(ns)]).def(\"hover\"),visible:s[\"a\"].bool,defaultVisible:s[\"a\"].bool,placement:s[\"a\"].oneOf([\"top\",\"left\",\"right\",\"bottom\",\"topLeft\",\"topRight\",\"bottomLeft\",\"bottomRight\",\"leftTop\",\"leftBottom\",\"rightTop\",\"rightBottom\"]).def(\"top\"),transitionName:s[\"a\"].string.def(\"zoom-big-fast\"),overlayStyle:s[\"a\"].object.def((function(){return{}})),overlayClassName:s[\"a\"].string,prefixCls:s[\"a\"].string,mouseEnterDelay:s[\"a\"].number.def(.1),mouseLeaveDelay:s[\"a\"].number.def(.1),getPopupContainer:s[\"a\"].func,arrowPointAtCenter:s[\"a\"].bool.def(!1),autoAdjustOverflow:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]).def(!0),destroyTooltipOnHide:s[\"a\"].bool.def(!1),align:s[\"a\"].object.def((function(){return{}})),builtinPlacements:s[\"a\"].object}},is=function(e,t){var n={},r=I()({},e);return t.forEach((function(t){e&&t in e&&(n[t]=e[t],delete r[t])})),{picked:n,omitted:r}},os=rs(),as={name:\"ATooltip\",model:{prop:\"visible\",event:\"visibleChange\"},props:I()({},os,{title:s[\"a\"].any}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{sVisible:!!this.$props.visible||!!this.$props.defaultVisible}},watch:{visible:function(e){this.sVisible=e}},methods:{onVisibleChange:function(e){Object(B[\"s\"])(this,\"visible\")||(this.sVisible=!this.isNoTitle()&&e),this.isNoTitle()||this.$emit(\"visibleChange\",e)},getPopupDomNode:function(){return this.$refs.tooltip.getPopupDomNode()},getPlacements:function(){var e=this.$props,t=e.builtinPlacements,n=e.arrowPointAtCenter,r=e.autoAdjustOverflow;return t||ts({arrowPointAtCenter:n,verticalArrowShift:8,autoAdjustOverflow:r})},getDisabledCompatibleChildren:function(e){var t=this.$createElement,n=e.componentOptions&&e.componentOptions.Ctor.options||{};if((!0===n.__ANT_BUTTON||!0===n.__ANT_SWITCH||!0===n.__ANT_CHECKBOX)&&(e.componentOptions.propsData.disabled||\"\"===e.componentOptions.propsData.disabled)||\"button\"===e.tag&&e.data&&e.data.attrs&&void 0!==e.data.attrs.disabled){var r=is(Object(B[\"q\"])(e),[\"position\",\"left\",\"right\",\"top\",\"bottom\",\"float\",\"display\",\"zIndex\"]),i=r.picked,o=r.omitted,a=I()({display:\"inline-block\"},i,{cursor:\"not-allowed\",width:e.componentOptions.propsData.block?\"100%\":null}),s=I()({},o,{pointerEvents:\"none\"}),c=Object(B[\"f\"])(e),l=Object(At[\"a\"])(e,{style:s,class:null});return t(\"span\",{style:a,class:c},[l])}return e},isNoTitle:function(){var e=Object(B[\"g\"])(this,\"title\");return!e&&0!==e},getOverlay:function(){var e=Object(B[\"g\"])(this,\"title\");return 0===e?e:e||\"\"},onPopupAlign:function(e,t){var n=this.getPlacements(),r=Object.keys(n).filter((function(e){return n[e].points[0]===t.points[0]&&n[e].points[1]===t.points[1]}))[0];if(r){var i=e.getBoundingClientRect(),o={top:\"50%\",left:\"50%\"};r.indexOf(\"top\")>=0||r.indexOf(\"Bottom\")>=0?o.top=i.height-t.offset[1]+\"px\":(r.indexOf(\"Top\")>=0||r.indexOf(\"bottom\")>=0)&&(o.top=-t.offset[1]+\"px\"),r.indexOf(\"left\")>=0||r.indexOf(\"Right\")>=0?o.left=i.width-t.offset[0]+\"px\":(r.indexOf(\"right\")>=0||r.indexOf(\"Left\")>=0)&&(o.left=-t.offset[0]+\"px\"),e.style.transformOrigin=o.left+\" \"+o.top}}},render:function(){var e=arguments[0],t=this.$props,n=this.$data,r=this.$slots,i=t.prefixCls,o=t.openClassName,s=t.getPopupContainer,c=this.configProvider.getPopupContainer,l=this.configProvider.getPrefixCls,u=l(\"tooltip\",i),h=(r[\"default\"]||[]).filter((function(e){return e.tag||\"\"!==e.text.trim()}));h=1===h.length?h[0]:h;var d=n.sVisible;if(!Object(B[\"s\"])(this,\"visible\")&&this.isNoTitle()&&(d=!1),!h)return null;var f=this.getDisabledCompatibleChildren(Object(B[\"w\"])(h)?h:e(\"span\",[h])),p=a()({},o||u+\"-open\",!0),v={props:I()({},t,{prefixCls:u,getTooltipContainer:s||c,builtinPlacements:this.getPlacements(),overlay:this.getOverlay(),visible:d}),ref:\"tooltip\",on:I()({},Object(B[\"k\"])(this),{visibleChange:this.onVisibleChange,popupAlign:this.onPopupAlign})};return e(Xa,v,[d?Object(At[\"a\"])(f,{class:p}):f])},install:function(e){e.use(w[\"a\"]),e.component(as.name,as)}},ss=as;function cs(){}var ls={name:\"MenuItem\",inheritAttrs:!1,props:zt,inject:{getInlineCollapsed:{default:function(){return cs}},layoutSiderContext:{default:function(){return{}}}},isMenuItem:!0,methods:{onKeyDown:function(e){this.$refs.menuItem.onKeyDown(e)}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.level,r=t.title,o=t.rootPrefixCls,a=this.getInlineCollapsed,s=this.$slots,c=this.$attrs,l=a(),u=r;\"undefined\"===typeof r?u=1===n?s[\"default\"]:\"\":!1===r&&(u=\"\");var h={title:u},d=this.layoutSiderContext.sCollapsed;d||l||(h.title=null,h.visible=!1);var f={props:I()({},t,{title:r}),attrs:c,on:Object(B[\"k\"])(this)},p={props:I()({},h,{placement:\"right\",overlayClassName:o+\"-inline-collapsed-tooltip\"})};return e(ss,p,[e(Vt,i()([f,{ref:\"menuItem\"}]),[s[\"default\"]])])}},us=s[\"a\"].oneOf([\"vertical\",\"vertical-left\",\"vertical-right\",\"horizontal\",\"inline\"]),hs=I()({},ai,{theme:s[\"a\"].oneOf([\"light\",\"dark\"]).def(\"light\"),mode:us.def(\"vertical\"),selectable:s[\"a\"].bool,selectedKeys:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])),defaultSelectedKeys:s[\"a\"].array,openKeys:s[\"a\"].array,defaultOpenKeys:s[\"a\"].array,openAnimation:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object]),openTransitionName:s[\"a\"].string,prefixCls:s[\"a\"].string,multiple:s[\"a\"].bool,inlineIndent:s[\"a\"].number.def(24),inlineCollapsed:s[\"a\"].bool,isRootMenu:s[\"a\"].bool.def(!0),focusable:s[\"a\"].bool.def(!1)}),ds={name:\"AMenu\",props:hs,Divider:I()({},Ia,{name:\"AMenuDivider\"}),Item:I()({},ls,{name:\"AMenuItem\"}),SubMenu:I()({},Ra,{name:\"ASubMenu\"}),ItemGroup:I()({},Pt,{name:\"AMenuItemGroup\"}),provide:function(){return{getInlineCollapsed:this.getInlineCollapsed,menuPropsContext:this.$props}},mixins:[p[\"a\"]],inject:{layoutSiderContext:{default:function(){return{}}},configProvider:{default:function(){return C[\"a\"]}}},model:{prop:\"selectedKeys\",event:\"selectChange\"},updated:function(){this.propsUpdating=!1},watch:{mode:function(e,t){\"inline\"===t&&\"inline\"!==e&&(this.switchingModeFromInline=!0)},openKeys:function(e){this.setState({sOpenKeys:e})},inlineCollapsed:function(e){this.collapsedChange(e)},\"layoutSiderContext.sCollapsed\":function(e){this.collapsedChange(e)}},data:function(){var e=Object(B[\"l\"])(this);Object(x[\"a\"])(!(\"inlineCollapsed\"in e&&\"inline\"!==e.mode),\"Menu\",\"`inlineCollapsed` should only be used when Menu's `mode` is inline.\"),this.switchingModeFromInline=!1,this.leaveAnimationExecutedWhenInlineCollapsed=!1,this.inlineOpenKeys=[];var t=void 0;return\"openKeys\"in e?t=e.openKeys:\"defaultOpenKeys\"in e&&(t=e.defaultOpenKeys),{sOpenKeys:t}},methods:{collapsedChange:function(e){this.propsUpdating||(this.propsUpdating=!0,Object(B[\"s\"])(this,\"openKeys\")?e&&(this.switchingModeFromInline=!0):e?(this.switchingModeFromInline=!0,this.inlineOpenKeys=this.sOpenKeys,this.setState({sOpenKeys:[]})):(this.setState({sOpenKeys:this.inlineOpenKeys}),this.inlineOpenKeys=[]))},restoreModeVerticalFromInline:function(){this.switchingModeFromInline&&(this.switchingModeFromInline=!1,this.$forceUpdate())},handleMouseEnter:function(e){this.restoreModeVerticalFromInline(),this.$emit(\"mouseenter\",e)},handleTransitionEnd:function(e){var t=\"width\"===e.propertyName&&e.target===e.currentTarget,n=e.target.className,r=\"[object SVGAnimatedString]\"===Object.prototype.toString.call(n)?n.animVal:n,i=\"font-size\"===e.propertyName&&r.indexOf(\"anticon\")>=0;(t||i)&&this.restoreModeVerticalFromInline()},handleClick:function(e){this.handleOpenChange([]),this.$emit(\"click\",e)},handleSelect:function(e){this.$emit(\"select\",e),this.$emit(\"selectChange\",e.selectedKeys)},handleDeselect:function(e){this.$emit(\"deselect\",e),this.$emit(\"selectChange\",e.selectedKeys)},handleOpenChange:function(e){this.setOpenKeys(e),this.$emit(\"openChange\",e),this.$emit(\"update:openKeys\",e)},setOpenKeys:function(e){Object(B[\"s\"])(this,\"openKeys\")||this.setState({sOpenKeys:e})},getRealMenuMode:function(){var e=this.getInlineCollapsed();if(this.switchingModeFromInline&&e)return\"inline\";var t=this.$props.mode;return e?\"vertical\":t},getInlineCollapsed:function(){var e=this.$props.inlineCollapsed;return void 0!==this.layoutSiderContext.sCollapsed?this.layoutSiderContext.sCollapsed:e},getMenuOpenAnimation:function(e){var t=this.$props,n=t.openAnimation,r=t.openTransitionName,i=n||r;return void 0===n&&void 0===r&&(\"horizontal\"===e?i=\"slide-up\":\"inline\"===e?i={on:Ba}:this.switchingModeFromInline?(i=\"\",this.switchingModeFromInline=!1):i=\"zoom-big\"),i}},render:function(){var e,t=this,n=arguments[0],r=this.layoutSiderContext,o=this.$slots,s=r.collapsedWidth,c=this.configProvider.getPopupContainer,l=Object(B[\"l\"])(this),h=l.prefixCls,d=l.theme,f=l.getPopupContainer,p=this.configProvider.getPrefixCls,v=p(\"menu\",h),m=this.getRealMenuMode(),g=this.getMenuOpenAnimation(m),b=(e={},a()(e,v+\"-\"+d,!0),a()(e,v+\"-inline-collapsed\",this.getInlineCollapsed()),e),y={props:I()({},Object(u[\"a\"])(l,[\"inlineCollapsed\"]),{getPopupContainer:f||c,openKeys:this.sOpenKeys,mode:m,prefixCls:v}),on:I()({},Object(B[\"k\"])(this),{select:this.handleSelect,deselect:this.handleDeselect,openChange:this.handleOpenChange,mouseenter:this.handleMouseEnter}),nativeOn:{transitionend:this.handleTransitionEnd}};Object(B[\"s\"])(this,\"selectedKeys\")||delete y.props.selectedKeys,\"inline\"!==m?(y.on.click=this.handleClick,y.props.openTransitionName=g):(y.on.click=function(e){t.$emit(\"click\",e)},y.props.openAnimation=g);var C=this.getInlineCollapsed()&&(0===s||\"0\"===s||\"0px\"===s);return C&&(y.props.openKeys=[]),n(li,i()([y,{class:b}]),[o[\"default\"]])},install:function(e){e.use(w[\"a\"]),e.component(ds.name,ds),e.component(ds.Item.name,ds.Item),e.component(ds.SubMenu.name,ds.SubMenu),e.component(ds.Divider.name,ds.Divider),e.component(ds.ItemGroup.name,ds.ItemGroup)}},fs=ds,ps=s[\"a\"].shape({path:s[\"a\"].string,breadcrumbName:s[\"a\"].string,children:s[\"a\"].array}).loose,vs={prefixCls:s[\"a\"].string,routes:s[\"a\"].arrayOf(ps),params:s[\"a\"].any,separator:s[\"a\"].any,itemRender:s[\"a\"].func};function ms(e,t){if(!e.breadcrumbName)return null;var n=Object.keys(t).join(\"|\"),r=e.breadcrumbName.replace(new RegExp(\":(\"+n+\")\",\"g\"),(function(e,n){return t[n]||e}));return r}var gs={name:\"ABreadcrumb\",props:vs,inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{defaultItemRender:function(e){var t=e.route,n=e.params,r=e.routes,i=e.paths,o=this.$createElement,a=r.indexOf(t)===r.length-1,s=ms(t,n);return a?o(\"span\",[s]):o(\"a\",{attrs:{href:\"#/\"+i.join(\"/\")}},[s])},getPath:function(e,t){return e=(e||\"\").replace(/^\\//,\"\"),Object.keys(t).forEach((function(n){e=e.replace(\":\"+n,t[n])})),e},addChildPath:function(e,t,n){var r=[].concat(m()(e)),i=this.getPath(t,n);return i&&r.push(i),r},genForRoutes:function(e){var t=this,n=e.routes,r=void 0===n?[]:n,i=e.params,o=void 0===i?{}:i,a=e.separator,s=e.itemRender,c=void 0===s?this.defaultItemRender:s,l=this.$createElement,u=[];return r.map((function(e){var n=t.getPath(e.path,o);n&&u.push(n);var i=null;return e.children&&e.children.length&&(i=l(fs,[e.children.map((function(e){return l(fs.Item,{key:e.path||e.breadcrumbName},[c({route:e,params:o,routes:r,paths:t.addChildPath(u,e.path,o),h:t.$createElement})])}))])),l(Fa,{attrs:{overlay:i,separator:a},key:n||e.breadcrumbName},[c({route:e,params:o,routes:r,paths:u,h:t.$createElement})])}))}},render:function(){var e=arguments[0],t=void 0,n=this.prefixCls,r=this.routes,i=this.params,o=void 0===i?{}:i,a=this.$slots,s=this.$scopedSlots,c=this.configProvider.getPrefixCls,l=c(\"breadcrumb\",n),u=Object(B[\"c\"])(a[\"default\"]),h=Object(B[\"g\"])(this,\"separator\"),d=this.itemRender||s.itemRender||this.defaultItemRender;return r&&r.length>0?t=this.genForRoutes({routes:r,params:o,separator:h,itemRender:d}):u.length&&(t=u.map((function(e,t){return Object(x[\"a\"])(Object(B[\"o\"])(e).__ANT_BREADCRUMB_ITEM||Object(B[\"o\"])(e).__ANT_BREADCRUMB_SEPARATOR,\"Breadcrumb\",\"Only accepts Breadcrumb.Item and Breadcrumb.Separator as it's children\"),Object(At[\"a\"])(e,{props:{separator:h},key:t})}))),e(\"div\",{class:l},[t])}},bs={name:\"ABreadcrumbSeparator\",__ANT_BREADCRUMB_SEPARATOR:!0,props:{prefixCls:s[\"a\"].string},inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.$slots,r=this.configProvider.getPrefixCls,i=r(\"breadcrumb\",t),o=n[\"default\"];return e(\"span\",{class:i+\"-separator\"},[o||\"/\"])}};gs.Item=Fa,gs.Separator=bs,gs.install=function(e){e.use(w[\"a\"]),e.component(gs.name,gs),e.component(Fa.name,Fa),e.component(bs.name,bs)};var ys=gs,Cs=n(\"5a0c\"),ws=n.n(Cs),xs={DATE_ROW_COUNT:6,DATE_COL_COUNT:7},Ss={functional:!0,render:function(e,t){for(var n=arguments[0],r=t.props,i=r.value,o=i.localeData(),a=r.prefixCls,s=[],c=[],l=o.firstDayOfWeek(),u=void 0,h=ws()(),d=0;d<xs.DATE_COL_COUNT;d++){var f=(l+d)%xs.DATE_COL_COUNT;h.day(f),s[d]=o.weekdaysMin(h),c[d]=o.weekdaysShort(h)}r.showWeekNumber&&(u=n(\"th\",{attrs:{role:\"columnheader\"},class:a+\"-column-header \"+a+\"-week-number-header\"},[n(\"span\",{class:a+\"-column-header-inner\"},[\"x\"])]));var p=c.map((function(e,t){return n(\"th\",{key:t,attrs:{role:\"columnheader\",title:e},class:a+\"-column-header\"},[n(\"span\",{class:a+\"-column-header-inner\"},[s[t]])])}));return n(\"thead\",[n(\"tr\",{attrs:{role:\"row\"}},[u,p])])}},ks={disabledHours:function(){return[]},disabledMinutes:function(){return[]},disabledSeconds:function(){return[]}};function Os(e){var t=ws()();return t.locale(e.locale()).utcOffset(e.utcOffset()),t}function Ms(e){return e.format(\"LL\")}function zs(e){var t=Os(e);return Ms(t)}function _s(e){var t=e.locale(),n=e.localeData();return n[\"zh-cn\"===t?\"months\":\"monthsShort\"](e)}function Ts(e,t){ws.a.isMoment(e)&&ws.a.isMoment(t)&&(t.hour(e.hour()),t.minute(e.minute()),t.second(e.second()),t.millisecond(e.millisecond()))}function Vs(e,t){var n=t?t(e):{};return n=I()({},ks,n),n}function js(e,t){var n=!1;if(e){var r=e.hour(),i=e.minute(),o=e.second(),a=t.disabledHours();if(-1===a.indexOf(r)){var s=t.disabledMinutes(r);if(-1===s.indexOf(i)){var c=t.disabledSeconds(r,i);n=-1!==c.indexOf(o)}else n=!0}else n=!0}return!n}function Ps(e,t){var n=Vs(e,t);return js(e,n)}function Es(e,t,n){return(!t||!t(e))&&!(n&&!Ps(e,n))}function Hs(e,t){if(!e)return\"\";if(Array.isArray(t)&&(t=t[0]),\"function\"===typeof t){var n=t(e);if(\"string\"===typeof n)return n;throw new Error(\"The function of format does not return a string\")}return e.format(t)}function Ls(){}function $s(e,t){return e&&t&&e.isSame(t,\"day\")}function As(e,t){return e.year()<t.year()?1:e.year()===t.year()&&e.month()<t.month()}function Fs(e,t){return e.year()>t.year()?1:e.year()===t.year()&&e.month()>t.month()}function Is(e){return\"rc-calendar-\"+e.year()+\"-\"+e.month()+\"-\"+e.date()}var Rs={props:{contentRender:s[\"a\"].func,dateRender:s[\"a\"].func,disabledDate:s[\"a\"].func,prefixCls:s[\"a\"].string,selectedValue:s[\"a\"].oneOfType([s[\"a\"].any,s[\"a\"].arrayOf(s[\"a\"].any)]),value:s[\"a\"].object,hoverValue:s[\"a\"].any.def([]),showWeekNumber:s[\"a\"].bool},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.contentRender,r=t.prefixCls,i=t.selectedValue,o=t.value,s=t.showWeekNumber,c=t.dateRender,u=t.disabledDate,h=t.hoverValue,d=Object(B[\"k\"])(this),f=d.select,p=void 0===f?Ls:f,v=d.dayHover,m=void 0===v?Ls:v,g=void 0,b=void 0,y=void 0,C=[],w=Os(o),x=r+\"-cell\",S=r+\"-week-number-cell\",k=r+\"-date\",O=r+\"-today\",M=r+\"-selected-day\",z=r+\"-selected-date\",_=r+\"-selected-start-date\",T=r+\"-selected-end-date\",V=r+\"-in-range-cell\",j=r+\"-last-month-cell\",P=r+\"-next-month-btn-day\",E=r+\"-disabled-cell\",H=r+\"-disabled-cell-first-of-row\",L=r+\"-disabled-cell-last-of-row\",$=r+\"-last-day-of-month\",A=o.clone();A.date(1);var F=A.day(),I=(F+7-o.localeData().firstDayOfWeek())%7,R=A.clone();R.add(0-I,\"days\");var D=0;for(g=0;g<xs.DATE_ROW_COUNT;g++)for(b=0;b<xs.DATE_COL_COUNT;b++)y=R,D&&(y=y.clone(),y.add(D,\"days\")),C.push(y),D++;var N=[];for(D=0,g=0;g<xs.DATE_ROW_COUNT;g++){var K,W=void 0,U=void 0,q=!1,Y=[];for(s&&(U=e(\"td\",{key:\"week-\"+C[D].week(),attrs:{role:\"gridcell\"},class:S},[C[D].week()])),b=0;b<xs.DATE_COL_COUNT;b++){var G=null,X=null;y=C[D],b<xs.DATE_COL_COUNT-1&&(G=C[D+1]),b>0&&(X=C[D-1]);var J=x,Q=!1,Z=!1;$s(y,w)&&(J+=\" \"+O,W=!0);var ee=As(y,o),te=Fs(y,o);if(i&&Array.isArray(i)){var ne=h.length?h:i;if(!ee&&!te){var re=ne[0],ie=ne[1];re&&$s(y,re)&&(Z=!0,q=!0,J+=\" \"+_),(re||ie)&&($s(y,ie)?(Z=!0,q=!0,J+=\" \"+T):(null!==re&&void 0!==re||!y.isBefore(ie,\"day\"))&&(null!==ie&&void 0!==ie||!y.isAfter(re,\"day\"))?y.isAfter(re,\"day\")&&y.isBefore(ie,\"day\")&&(J+=\" \"+V):J+=\" \"+V)}}else $s(y,o)&&(Z=!0,q=!0);$s(y,i)&&(J+=\" \"+z),ee&&(J+=\" \"+j),te&&(J+=\" \"+P),y.clone().endOf(\"month\").date()===y.date()&&(J+=\" \"+$),u&&u(y,o)&&(Q=!0,X&&u(X,o)||(J+=\" \"+H),G&&u(G,o)||(J+=\" \"+L)),Z&&(J+=\" \"+M),Q&&(J+=\" \"+E);var oe=void 0;if(c)oe=c(y,o);else{var ae=n?n(y,o):y.date();oe=e(\"div\",{key:Is(y),class:k,attrs:{\"aria-selected\":Z,\"aria-disabled\":Q}},[ae])}Y.push(e(\"td\",{key:D,on:{click:Q?Ls:p.bind(null,y),mouseenter:Q?Ls:m.bind(null,y)},attrs:{role:\"gridcell\",title:Ms(y)},class:J},[oe])),D++}N.push(e(\"tr\",{key:g,attrs:{role:\"row\"},class:l()((K={},a()(K,r+\"-current-week\",W),a()(K,r+\"-active-week\",q),K))},[U,Y]))}return e(\"tbody\",{class:r+\"-tbody\"},[N])}},Ds=Rs,Ns={functional:!0,render:function(e,t){var n=arguments[0],r=t.props,i=t.listeners,o=void 0===i?{}:i,a=r.prefixCls,s={props:r,on:o};return n(\"table\",{class:a+\"-table\",attrs:{cellSpacing:\"0\",role:\"grid\"}},[n(Ss,s),n(Ds,s)])}},Bs=4,Ks=3;function Ws(){}var Us={name:\"MonthTable\",mixins:[p[\"a\"]],props:{cellRender:s[\"a\"].func,prefixCls:s[\"a\"].string,value:s[\"a\"].object,locale:s[\"a\"].any,contentRender:s[\"a\"].any,disabledDate:s[\"a\"].func},data:function(){return{sValue:this.value}},watch:{value:function(e){this.setState({sValue:e})}},methods:{setAndSelectValue:function(e){this.setState({sValue:e}),this.__emit(\"select\",e)},chooseMonth:function(e){var t=this.sValue.clone();t.month(e),this.setAndSelectValue(t)},months:function(){for(var e=this.sValue,t=e.clone(),n=[],r=0,i=0;i<Bs;i++){n[i]=[];for(var o=0;o<Ks;o++){t.month(r);var a=_s(t);n[i][o]={value:r,content:a,title:a},r++}}return n}},render:function(){var e=this,t=arguments[0],n=this.$props,r=this.sValue,i=Os(r),o=this.months(),s=r.month(),c=n.prefixCls,l=n.locale,u=n.contentRender,h=n.cellRender,d=n.disabledDate,f=o.map((function(n,o){var f=n.map((function(n){var o,f=!1;if(d){var p=r.clone();p.month(n.value),f=d(p)}var v=(o={},a()(o,c+\"-cell\",1),a()(o,c+\"-cell-disabled\",f),a()(o,c+\"-selected-cell\",n.value===s),a()(o,c+\"-current-cell\",i.year()===r.year()&&n.value===i.month()),o),m=void 0;if(h){var g=r.clone();g.month(n.value),m=h(g,l)}else{var b=void 0;if(u){var y=r.clone();y.month(n.value),b=u(y,l)}else b=n.content;m=t(\"a\",{class:c+\"-month\"},[b])}return t(\"td\",{attrs:{role:\"gridcell\",title:n.title},key:n.value,on:{click:f?Ws:function(){return e.chooseMonth(n.value)}},class:v},[m])}));return t(\"tr\",{key:o,attrs:{role:\"row\"}},[f])}));return t(\"table\",{class:c+\"-table\",attrs:{cellSpacing:\"0\",role:\"grid\"}},[t(\"tbody\",{class:c+\"-tbody\"},[f])])}},qs=Us;function Ys(){}function Gs(e){var t=void 0;return t=e?Os(e):ws()(),t}function Xs(e){return Array.isArray(e)?0===e.length||-1!==e.findIndex((function(e){return void 0===e||ws.a.isMoment(e)})):void 0===e||ws.a.isMoment(e)}var Js=s[\"a\"].custom(Xs),Qs={mixins:[p[\"a\"]],name:\"CalendarMixinWrapper\",props:{value:Js,defaultValue:Js},data:function(){var e=this.$props,t=e.value||e.defaultValue||Gs();return{sValue:t,sSelectedValue:e.selectedValue||e.defaultSelectedValue}},watch:{value:function(e){var t=e||this.defaultValue||Gs(this.sValue);this.setState({sValue:t})},selectedValue:function(e){this.setState({sSelectedValue:e})}},methods:{onSelect:function(e,t){e&&this.setValue(e),this.setSelectedValue(e,t)},renderRoot:function(e){var t,n=this.$createElement,r=this.$props,i=r.prefixCls,o=(t={},a()(t,i,1),a()(t,i+\"-hidden\",!r.visible),a()(t,e[\"class\"],!!e[\"class\"]),t);return n(\"div\",{ref:\"rootInstance\",class:o,attrs:{tabIndex:\"0\"},on:{keydown:this.onKeyDown||Ys,blur:this.onBlur||Ys}},[e.children])},setSelectedValue:function(e,t){Object(B[\"s\"])(this,\"selectedValue\")||this.setState({sSelectedValue:e}),this.__emit(\"select\",e,t)},setValue:function(e){var t=this.sValue;Object(B[\"s\"])(this,\"value\")||this.setState({sValue:e}),(t&&e&&!t.isSame(e)||!t&&e||t&&!e)&&this.__emit(\"change\",e)},isAllowedDate:function(e){var t=this.disabledDate,n=this.disabledTime;return Es(e,t,n)}}},Zs=Qs,ec={methods:{getFormat:function(){var e=this.format,t=this.locale,n=this.timePicker;return e||(e=n?t.dateTimeFormat:t.dateFormat),e},focus:function(){this.focusElement?this.focusElement.focus():this.$refs.rootInstance&&this.$refs.rootInstance.focus()},saveFocusElement:function(e){this.focusElement=e}}},tc={name:\"CalendarHeader\",mixins:[p[\"a\"]],props:{value:s[\"a\"].object,locale:s[\"a\"].object,yearSelectOffset:s[\"a\"].number.def(10),yearSelectTotal:s[\"a\"].number.def(20),Select:s[\"a\"].object,prefixCls:s[\"a\"].string,type:s[\"a\"].string,showTypeSwitch:s[\"a\"].bool,headerComponents:s[\"a\"].array},methods:{onYearChange:function(e){var t=this.value.clone();t.year(parseInt(e,10)),this.__emit(\"valueChange\",t)},onMonthChange:function(e){var t=this.value.clone();t.month(parseInt(e,10)),this.__emit(\"valueChange\",t)},yearSelectElement:function(e){for(var t=this.$createElement,n=this.yearSelectOffset,r=this.yearSelectTotal,i=this.prefixCls,o=this.Select,a=e-n,s=a+r,c=[],l=a;l<s;l++)c.push(t(o.Option,{key:\"\"+l},[l]));return t(o,{class:i+\"-header-year-select\",on:{change:this.onYearChange},attrs:{dropdownStyle:{zIndex:2e3},dropdownMenuStyle:{maxHeight:\"250px\",overflow:\"auto\",fontSize:\"12px\"},optionLabelProp:\"children\",value:String(e),showSearch:!1}},[c])},monthSelectElement:function(e){for(var t=this.$createElement,n=this.value,r=this.Select,i=this.prefixCls,o=n.clone(),a=[],s=0;s<12;s++)o.month(s),a.push(t(r.Option,{key:\"\"+s},[_s(o)]));return t(r,{class:i+\"-header-month-select\",attrs:{dropdownStyle:{zIndex:2e3},dropdownMenuStyle:{maxHeight:\"250px\",overflow:\"auto\",overflowX:\"hidden\",fontSize:\"12px\"},optionLabelProp:\"children\",value:String(e),showSearch:!1},on:{change:this.onMonthChange}},[a])},changeTypeToDate:function(){this.__emit(\"typeChange\",\"date\")},changeTypeToMonth:function(){this.__emit(\"typeChange\",\"month\")}},render:function(){var e=arguments[0],t=this.value,n=this.locale,r=this.prefixCls,i=this.type,o=this.showTypeSwitch,a=this.headerComponents,s=t.year(),c=t.month(),l=this.yearSelectElement(s),u=\"month\"===i?null:this.monthSelectElement(c),h=r+\"-header-switcher\",d=o?e(\"span\",{class:h},[e(\"span\",\"date\"===i?{class:h+\"-focus\"}:{on:{click:this.changeTypeToDate},class:h+\"-normal\"},[n.month]),e(\"span\",\"month\"===i?{class:h+\"-focus\"}:{on:{click:this.changeTypeToMonth},class:h+\"-normal\"},[n.year])]):null;return e(\"div\",{class:r+\"-header\"},[d,u,l,a])}},nc=tc,rc=n(\"f8d5\"),ic={name:\"FullCalendar\",props:{locale:s[\"a\"].object.def(rc[\"a\"]),format:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].array,s[\"a\"].func]),visible:s[\"a\"].bool.def(!0),prefixCls:s[\"a\"].string.def(\"rc-calendar\"),defaultType:s[\"a\"].string.def(\"date\"),type:s[\"a\"].string,fullscreen:s[\"a\"].bool.def(!1),monthCellRender:s[\"a\"].func,dateCellRender:s[\"a\"].func,showTypeSwitch:s[\"a\"].bool.def(!0),Select:s[\"a\"].object.isRequired,headerComponents:s[\"a\"].array,headerComponent:s[\"a\"].object,headerRender:s[\"a\"].func,showHeader:s[\"a\"].bool.def(!0),disabledDate:s[\"a\"].func,value:s[\"a\"].object,defaultValue:s[\"a\"].object,selectedValue:s[\"a\"].object,defaultSelectedValue:s[\"a\"].object,renderFooter:s[\"a\"].func.def((function(){return null})),renderSidebar:s[\"a\"].func.def((function(){return null}))},mixins:[p[\"a\"],ec,Zs],data:function(){var e=void 0;e=Object(B[\"s\"])(this,\"type\")?this.type:this.defaultType;var t=this.$props;return{sType:e,sValue:t.value||t.defaultValue||ws()(),sSelectedValue:t.selectedValue||t.defaultSelectedValue}},watch:{type:function(e){this.setState({sType:e})},value:function(e){var t=e||this.defaultValue||Gs(this.sValue);this.setState({sValue:t})},selectedValue:function(e){this.setState({sSelectedValue:e})}},methods:{onMonthSelect:function(e){this.onSelect(e,{target:\"month\"})},setType:function(e){Object(B[\"s\"])(this,\"type\")||this.setState({sType:e}),this.__emit(\"typeChange\",e)}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.locale,r=t.prefixCls,i=t.fullscreen,o=t.showHeader,a=t.headerComponent,s=t.headerRender,c=t.disabledDate,l=this.sValue,u=this.sType,h=null;if(o)if(s)h=s(l,u,n);else{var d=a||nc,f={props:I()({},t,{prefixCls:r+\"-full\",type:u,value:l}),on:I()({},Object(B[\"k\"])(this),{typeChange:this.setType,valueChange:this.setValue}),key:\"calendar-header\"};h=e(d,f)}var p=\"date\"===u?e(Ns,{attrs:{dateRender:t.dateCellRender,contentRender:t.dateCellContentRender,locale:n,prefixCls:r,value:l,disabledDate:c},on:{select:this.onSelect}}):e(qs,{attrs:{cellRender:t.monthCellRender,contentRender:t.monthCellContentRender,locale:n,prefixCls:r+\"-month-panel\",value:l,disabledDate:c},on:{select:this.onMonthSelect}}),v=[h,e(\"div\",{key:\"calendar-body\",class:r+\"-calendar-body\"},[p])],m=[r+\"-full\"];return i&&m.push(r+\"-fullscreen\"),this.renderRoot({children:v,class:m.join(\" \")})}},oc=ic,ac={name:\"Checkbox\",mixins:[p[\"a\"]],inheritAttrs:!1,model:{prop:\"checked\",event:\"change\"},props:Object(B[\"t\"])({prefixCls:s[\"a\"].string,name:s[\"a\"].string,id:s[\"a\"].string,type:s[\"a\"].string,defaultChecked:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].bool]),checked:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].bool]),disabled:s[\"a\"].bool,tabIndex:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),readOnly:s[\"a\"].bool,autoFocus:s[\"a\"].bool,value:s[\"a\"].any},{prefixCls:\"rc-checkbox\",type:\"checkbox\",defaultChecked:!1}),data:function(){var e=Object(B[\"s\"])(this,\"checked\")?this.checked:this.defaultChecked;return{sChecked:e}},watch:{checked:function(e){this.sChecked=e}},mounted:function(){var e=this;this.$nextTick((function(){e.autoFocus&&e.$refs.input&&e.$refs.input.focus()}))},methods:{focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},handleChange:function(e){var t=Object(B[\"l\"])(this);t.disabled||(\"checked\"in t||(this.sChecked=e.target.checked),this.$forceUpdate(),e.shiftKey=this.eventShiftKey,this.__emit(\"change\",{target:I()({},t,{checked:e.target.checked}),stopPropagation:function(){e.stopPropagation()},preventDefault:function(){e.preventDefault()},nativeEvent:e}),this.eventShiftKey=!1,\"checked\"in t&&(this.$refs.input.checked=t.checked))},onClick:function(e){this.__emit(\"click\",e),this.eventShiftKey=e.shiftKey}},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,o=n.name,s=n.id,c=n.type,u=n.disabled,h=n.readOnly,d=n.tabIndex,f=n.autoFocus,p=n.value,v=re()(n,[\"prefixCls\",\"name\",\"id\",\"type\",\"disabled\",\"readOnly\",\"tabIndex\",\"autoFocus\",\"value\"]),m=Object(B[\"e\"])(this),g=Object.keys(I()({},v,m)).reduce((function(e,t){return\"aria-\"!==t.substr(0,5)&&\"data-\"!==t.substr(0,5)&&\"role\"!==t||(e[t]=v[t]),e}),{}),b=this.sChecked,y=l()(r,(e={},a()(e,r+\"-checked\",b),a()(e,r+\"-disabled\",u),e));return t(\"span\",{class:y},[t(\"input\",i()([{attrs:{name:o,id:s,type:c,readOnly:h,disabled:u,tabIndex:d,autoFocus:f},class:r+\"-input\",domProps:{checked:!!b,value:p},ref:\"input\"},{attrs:g,on:I()({},Object(B[\"k\"])(this),{change:this.handleChange,click:this.onClick})}])),t(\"span\",{class:r+\"-inner\"})])}},sc=ac;function cc(){}var lc={name:\"ARadio\",model:{prop:\"checked\"},props:{prefixCls:s[\"a\"].string,defaultChecked:Boolean,checked:{type:Boolean,default:void 0},disabled:Boolean,isGroup:Boolean,value:s[\"a\"].any,name:String,id:String,autoFocus:Boolean,type:s[\"a\"].string.def(\"radio\")},inject:{radioGroupContext:{default:void 0},configProvider:{default:function(){return C[\"a\"]}}},methods:{focus:function(){this.$refs.vcCheckbox.focus()},blur:function(){this.$refs.vcCheckbox.blur()},handleChange:function(e){var t=e.target.checked;this.$emit(\"input\",t),this.$emit(\"change\",e)},onChange:function(e){this.$emit(\"change\",e),this.radioGroupContext&&this.radioGroupContext.onRadioChange&&this.radioGroupContext.onRadioChange(e)}},render:function(){var e,t=arguments[0],n=this.$slots,r=this.radioGroupContext,o=Object(B[\"l\"])(this),s=n[\"default\"],c=Object(B[\"k\"])(this),u=c.mouseenter,h=void 0===u?cc:u,d=c.mouseleave,f=void 0===d?cc:d,p=re()(c,[\"mouseenter\",\"mouseleave\"]),v=o.prefixCls,m=re()(o,[\"prefixCls\"]),g=this.configProvider.getPrefixCls,b=g(\"radio\",v),y={props:I()({},m,{prefixCls:b}),on:p,attrs:Object(B[\"e\"])(this)};r?(y.props.name=r.name,y.on.change=this.onChange,y.props.checked=o.value===r.stateValue,y.props.disabled=o.disabled||r.disabled):y.on.change=this.handleChange;var C=l()((e={},a()(e,b+\"-wrapper\",!0),a()(e,b+\"-wrapper-checked\",y.props.checked),a()(e,b+\"-wrapper-disabled\",y.props.disabled),e));return t(\"label\",{class:C,on:{mouseenter:h,mouseleave:f}},[t(sc,i()([y,{ref:\"vcCheckbox\"}])),void 0!==s?t(\"span\",[s]):null])}};function uc(){}var hc={name:\"ARadioGroup\",model:{prop:\"value\"},props:{prefixCls:s[\"a\"].string,defaultValue:s[\"a\"].any,value:s[\"a\"].any,size:{default:\"default\",validator:function(e){return[\"large\",\"default\",\"small\"].includes(e)}},options:{default:function(){return[]},type:Array},disabled:Boolean,name:String,buttonStyle:s[\"a\"].string.def(\"outline\")},data:function(){var e=this.value,t=this.defaultValue;return this.updatingValue=!1,{stateValue:void 0===e?t:e}},provide:function(){return{radioGroupContext:this}},inject:{configProvider:{default:function(){return C[\"a\"]}}},computed:{radioOptions:function(){var e=this.disabled;return this.options.map((function(t){return\"string\"===typeof t?{label:t,value:t}:I()({},t,{disabled:void 0===t.disabled?e:t.disabled})}))},classes:function(){var e,t=this.prefixCls,n=this.size;return e={},a()(e,\"\"+t,!0),a()(e,t+\"-\"+n,n),e}},watch:{value:function(e){this.updatingValue=!1,this.stateValue=e}},methods:{onRadioChange:function(e){var t=this,n=this.stateValue,r=e.target.value;Object(B[\"s\"])(this,\"value\")||(this.stateValue=r),this.updatingValue||r===n||(this.updatingValue=!0,this.$emit(\"input\",r),this.$emit(\"change\",e)),this.$nextTick((function(){t.updatingValue=!1}))}},render:function(){var e=this,t=arguments[0],n=Object(B[\"k\"])(this),r=n.mouseenter,i=void 0===r?uc:r,o=n.mouseleave,s=void 0===o?uc:o,c=Object(B[\"l\"])(this),u=c.prefixCls,h=c.options,d=c.buttonStyle,f=this.configProvider.getPrefixCls,p=f(\"radio\",u),v=p+\"-group\",m=l()(v,v+\"-\"+d,a()({},v+\"-\"+c.size,c.size)),g=Object(B[\"c\"])(this.$slots[\"default\"]);return h&&h.length>0&&(g=h.map((function(n){return\"string\"===typeof n?t(lc,{key:n,attrs:{prefixCls:p,disabled:c.disabled,value:n,checked:e.stateValue===n}},[n]):t(lc,{key:\"radio-group-value-options-\"+n.value,attrs:{prefixCls:p,disabled:n.disabled||c.disabled,value:n.value,checked:e.stateValue===n.value}},[n.label])}))),t(\"div\",{class:m,on:{mouseenter:i,mouseleave:s}},[g])}},dc={name:\"ARadioButton\",props:I()({},lc.props),inject:{radioGroupContext:{default:void 0},configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.prefixCls,r=re()(t,[\"prefixCls\"]),i=this.configProvider.getPrefixCls,o=i(\"radio-button\",n),a={props:I()({},r,{prefixCls:o}),on:Object(B[\"k\"])(this)};return this.radioGroupContext&&(a.on.change=this.radioGroupContext.onRadioChange,a.props.checked=this.$props.value===this.radioGroupContext.stateValue,a.props.disabled=this.$props.disabled||this.radioGroupContext.disabled),e(lc,a,[this.$slots[\"default\"]])}},fc=no.Option;function pc(e){for(var t=e.clone(),n=e.localeData(),r=[],i=0;i<12;i++)t.month(i),r.push(n.monthsShort(t));return r}var vc={prefixCls:s[\"a\"].string,locale:s[\"a\"].any,fullscreen:s[\"a\"].boolean,yearSelectOffset:s[\"a\"].number,yearSelectTotal:s[\"a\"].number,type:s[\"a\"].string,value:s[\"a\"].any,validRange:s[\"a\"].array,headerRender:s[\"a\"].func},mc={props:Object(B[\"t\"])(vc,{yearSelectOffset:10,yearSelectTotal:20}),inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{getYearSelectElement:function(e,t){var n=this,r=this.$createElement,i=this.yearSelectOffset,o=this.yearSelectTotal,a=this.locale,s=void 0===a?{}:a,c=this.fullscreen,l=this.validRange,u=t-i,h=u+o;l&&(u=l[0].get(\"year\"),h=l[1].get(\"year\")+1);for(var d=\"年\"===s.year?\"年\":\"\",f=[],p=u;p<h;p++)f.push(r(fc,{key:\"\"+p},[p+d]));return r(no,{attrs:{size:c?\"default\":\"small\",dropdownMatchSelectWidth:!1,value:String(t),getPopupContainer:function(){return n.getCalenderHeaderNode()}},class:e+\"-year-select\",on:{change:this.onYearChange}},[f])},getMonthSelectElement:function(e,t,n){var r=this,i=this.$createElement,o=this.fullscreen,a=this.validRange,s=this.value,c=[],l=0,u=12;if(a){var h=Ze()(a,2),d=h[0],f=h[1],p=s.get(\"year\");f.get(\"year\")===p&&(u=f.get(\"month\")+1),d.get(\"year\")===p&&(l=d.get(\"month\"))}for(var v=l;v<u;v++)c.push(i(fc,{key:\"\"+v},[n[v]]));return i(no,{attrs:{size:o?\"default\":\"small\",dropdownMatchSelectWidth:!1,value:String(t),getPopupContainer:function(){return r.getCalenderHeaderNode()}},class:e+\"-month-select\",on:{change:this.onMonthChange}},[c])},onYearChange:function(e){var t=this.value,n=this.validRange,r=t.clone();if(r.year(parseInt(e,10)),n){var i=Ze()(n,2),o=i[0],a=i[1],s=r.get(\"year\"),c=r.get(\"month\");s===a.get(\"year\")&&c>a.get(\"month\")&&r.month(a.get(\"month\")),s===o.get(\"year\")&&c<o.get(\"month\")&&r.month(o.get(\"month\"))}this.$emit(\"valueChange\",r)},onMonthChange:function(e){var t=this.value.clone();t.month(parseInt(e,10)),this.$emit(\"valueChange\",t)},onInternalTypeChange:function(e){this.onTypeChange(e.target.value)},onTypeChange:function(e){this.$emit(\"typeChange\",e)},getCalenderHeaderNode:function(){return this.$refs.calenderHeaderNode},getMonthYearSelections:function(e){var t=this.$props,n=t.prefixCls,r=t.type,i=t.value,o=e(\"fullcalendar\",n),a=this.getYearSelectElement(o,i.year()),s=\"month\"===r?this.getMonthSelectElement(o,i.month(),pc(i)):null;return{yearReactNode:a,monthReactNode:s}},getTypeSwitch:function(){var e=this.$createElement,t=this.$props,n=t.locale,r=void 0===n?{}:n,i=t.type,o=t.fullscreen,a=o?\"default\":\"small\";return e(hc,{on:{change:this.onInternalTypeChange},attrs:{value:i,size:a}},[e(dc,{attrs:{value:\"month\"}},[r.month]),e(dc,{attrs:{value:\"year\"}},[r.year])])},onValueChange:function(){this.$emit.apply(this,[\"valueChange\"].concat(Array.prototype.slice.call(arguments)))},headerRenderCustom:function(e){var t=this.$props,n=t.type,r=t.value;return e({value:r,type:n||\"month\",onChange:this.onValueChange,onTypeChange:this.onTypeChange})}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.headerRender,r=this.configProvider.getPrefixCls,i=r(\"fullcalendar\",t),o=this.getTypeSwitch(),a=this.getMonthYearSelections(r),s=a.yearReactNode,c=a.monthReactNode;return n?this.headerRenderCustom(n):e(\"div\",{class:i+\"-header\",ref:\"calenderHeaderNode\"},[s,c,o])}},gc=n(\"e5cd\");function bc(e){return e[\"default\"]||e}var yc=n(\"3a8b\"),Cc=n(\"2768\"),wc=n.n(Cc),xc={validator:function(e){return\"string\"===typeof e||wc()(e)||Cs[\"isMoment\"](e)}},Sc={validator:function(e){return!!Array.isArray(e)&&(0===e.length||-1===e.findIndex((function(e){return\"string\"!==typeof e}))||-1===e.findIndex((function(e){return!wc()(e)&&!Cs[\"isMoment\"](e)})))}},kc={validator:function(e){return Array.isArray(e)?0===e.length||-1===e.findIndex((function(e){return\"string\"!==typeof e}))||-1===e.findIndex((function(e){return!wc()(e)&&!Cs[\"isMoment\"](e)})):\"string\"===typeof e||wc()(e)||Cs[\"isMoment\"](e)}};function Oc(e,t,n,r){var i=Array.isArray(t)?t:[t];i.forEach((function(t){t&&(r&&Object(x[\"a\"])(bc(Cs)(t,r).isValid(),e,\"When set `valueFormat`, `\"+n+\"` should provides invalidate string time. \"),!r&&Object(x[\"a\"])(bc(Cs).isMoment(t)&&t.isValid(),e,\"`\"+n+\"` provides invalidate moment time. If you want to set empty value, use `null` instead.\"))}))}var Mc=function(e,t){return Array.isArray(e)?e.map((function(e){return\"string\"===typeof e&&e?bc(Cs)(e,t):e||null})):\"string\"===typeof e&&e?bc(Cs)(e,t):e||null},zc=function(e,t){return Array.isArray(e)?e.map((function(e){return bc(Cs).isMoment(e)?e.format(t):e})):bc(Cs).isMoment(e)?e.format(t):e};function _c(){return null}function Tc(e){return e<10?\"0\"+e:\"\"+e}function Vc(e){return Array.isArray(e)&&!!e.find((function(e){return Cs[\"isMoment\"](e)}))}var jc=s[\"a\"].oneOf([\"month\",\"year\"]),Pc=function(){return{prefixCls:s[\"a\"].string,value:xc,defaultValue:xc,mode:jc,fullscreen:s[\"a\"].bool,locale:s[\"a\"].object,disabledDate:s[\"a\"].func,validRange:s[\"a\"].custom(Vc),headerRender:s[\"a\"].func,valueFormat:s[\"a\"].string}},Ec={name:\"ACalendar\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(Pc(),{locale:{},fullscreen:!0}),model:{prop:\"value\",event:\"change\"},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this.value,t=this.defaultValue,n=this.valueFormat,r=e||t||bc(Cs)();return Oc(\"Calendar\",t,\"defaultValue\",n),Oc(\"Calendar\",e,\"value\",n),this._sPrefixCls=void 0,{sValue:Mc(r,n),sMode:this.mode||\"month\"}},watch:{value:function(e){Oc(\"Calendar\",e,\"value\",this.valueFormat),this.setState({sValue:Mc(e,this.valueFormat)})},mode:function(e){this.setState({sMode:e})}},methods:{onHeaderValueChange:function(e){this.setValue(e,\"changePanel\")},onHeaderTypeChange:function(e){this.sMode=e,this.onPanelChange(this.sValue,e)},onPanelChange:function(e,t){var n=this.valueFormat?zc(e,this.valueFormat):e;this.$emit(\"panelChange\",n,t),e!==this.sValue&&this.$emit(\"change\",n)},onSelect:function(e){this.setValue(e,\"select\")},setValue:function(e,t){var n=this.value?Mc(this.value,this.valueFormat):this.sValue,r=this.sMode,i=this.valueFormat;Object(B[\"s\"])(this,\"value\")||this.setState({sValue:e}),\"select\"===t?(n&&n.month()!==e.month()&&this.onPanelChange(e,r),this.$emit(\"select\",i?zc(e,i):e)):\"changePanel\"===t&&this.onPanelChange(e,r)},getDateRange:function(e,t){return function(n){if(!n)return!1;var r=Ze()(e,2),i=r[0],o=r[1],a=!n.isBetween(i,o,\"days\",\"[]\");return t&&t(n)||a}},getDefaultLocale:function(){var e=I()({},yc[\"a\"],this.$props.locale);return e.lang=I()({},e.lang,(this.$props.locale||{}).lang),e},monthCellRender2:function(e){var t=this.$createElement,n=this._sPrefixCls,r=this.$scopedSlots,i=this.monthCellRender||r.monthCellRender||_c;return t(\"div\",{class:n+\"-month\"},[t(\"div\",{class:n+\"-value\"},[e.localeData().monthsShort(e)]),t(\"div\",{class:n+\"-content\"},[i(e)])])},dateCellRender2:function(e){var t=this.$createElement,n=this._sPrefixCls,r=this.$scopedSlots,i=this.dateCellRender||r.dateCellRender||_c;return t(\"div\",{class:n+\"-date\"},[t(\"div\",{class:n+\"-value\"},[Tc(e.date())]),t(\"div\",{class:n+\"-content\"},[i(e)])])},renderCalendar:function(e,t){var n=this.$createElement,r=Object(B[\"l\"])(this),i=this.sValue,o=this.sMode,a=this.$scopedSlots;i&&t&&i.locale(t);var s=r.prefixCls,c=r.fullscreen,l=r.dateFullCellRender,u=r.monthFullCellRender,h=this.headerRender||a.headerRender,d=this.configProvider.getPrefixCls,f=d(\"fullcalendar\",s);this._sPrefixCls=f;var p=\"\";c&&(p+=\" \"+f+\"-fullscreen\");var v=u||a.monthFullCellRender||this.monthCellRender2,m=l||a.dateFullCellRender||this.dateCellRender2,g=r.disabledDate;r.validRange&&(g=this.getDateRange(r.validRange,g));var b={props:I()({},r,{Select:{},locale:e.lang,type:\"year\"===o?\"month\":\"date\",prefixCls:f,showHeader:!1,value:i,monthCellRender:v,dateCellRender:m,disabledDate:g}),on:I()({},Object(B[\"k\"])(this),{select:this.onSelect})};return n(\"div\",{class:p},[n(mc,{attrs:{fullscreen:c,type:o,headerRender:h,value:i,locale:e.lang,prefixCls:f,validRange:r.validRange},on:{typeChange:this.onHeaderTypeChange,valueChange:this.onHeaderValueChange}}),n(oc,b)])}},render:function(){var e=arguments[0];return e(gc[\"a\"],{attrs:{componentName:\"Calendar\",defaultLocale:this.getDefaultLocale},scopedSlots:{default:this.renderCalendar}})},install:function(e){e.use(w[\"a\"]),e.component(Ec.name,Ec)}},Hc=Ec,Lc={width:0,height:0,overflow:\"hidden\",position:\"absolute\"},$c={name:\"Sentinel\",props:{setRef:s[\"a\"].func,prevElement:s[\"a\"].any,nextElement:s[\"a\"].any},methods:{onKeyDown:function(e){var t=e.target,n=e.which,r=e.shiftKey,i=this.$props,o=i.nextElement,a=i.prevElement;n===oe.TAB&&document.activeElement===t&&(!r&&o&&o.focus(),r&&a&&a.focus())}},render:function(){var e=arguments[0],t=this.$props.setRef;return e(\"div\",i()([{attrs:{tabIndex:0}},{directives:[{name:\"ant-ref\",value:t}]},{style:Lc,on:{keydown:this.onKeyDown},attrs:{role:\"presentation\"}}]),[this.$slots[\"default\"]])}},Ac={name:\"TabPane\",props:{active:s[\"a\"].bool,destroyInactiveTabPane:s[\"a\"].bool,forceRender:s[\"a\"].bool,placeholder:s[\"a\"].any,rootPrefixCls:s[\"a\"].string,tab:s[\"a\"].any,closable:s[\"a\"].bool,disabled:s[\"a\"].bool},inject:{sentinelContext:{default:function(){return{}}}},render:function(){var e,t=arguments[0],n=this.$props,r=n.destroyInactiveTabPane,i=n.active,o=n.forceRender,s=n.rootPrefixCls,c=this.$slots[\"default\"],l=Object(B[\"g\"])(this,\"placeholder\");this._isActived=this._isActived||i;var u=s+\"-tabpane\",h=(e={},a()(e,u,1),a()(e,u+\"-inactive\",!i),a()(e,u+\"-active\",i),e),d=r?i:this._isActived,f=d||o,p=this.sentinelContext,v=p.sentinelStart,m=p.sentinelEnd,g=p.setPanelSentinelStart,b=p.setPanelSentinelEnd,y=void 0,C=void 0;return i&&f&&(y=t($c,{attrs:{setRef:g,prevElement:v}}),C=t($c,{attrs:{setRef:b,nextElement:m}})),t(\"div\",{class:h,attrs:{role:\"tabpanel\",\"aria-hidden\":i?\"false\":\"true\"}},[y,f?c:l,C])}},Fc={LEFT:37,UP:38,RIGHT:39,DOWN:40},Ic=function(e){return void 0!==e&&null!==e&&\"\"!==e},Rc=Ic;function Dc(e){var t=void 0,n=e.children;return n.forEach((function(e){!e||Rc(t)||e.disabled||(t=e.key)})),t}function Nc(e,t){var n=e.children,r=n.map((function(e){return e&&e.key}));return r.indexOf(t)>=0}var Bc={name:\"Tabs\",mixins:[p[\"a\"]],model:{prop:\"activeKey\",event:\"change\"},props:{destroyInactiveTabPane:s[\"a\"].bool,renderTabBar:s[\"a\"].func.isRequired,renderTabContent:s[\"a\"].func.isRequired,navWrapper:s[\"a\"].func.def((function(e){return e})),children:s[\"a\"].any.def([]),prefixCls:s[\"a\"].string.def(\"ant-tabs\"),tabBarPosition:s[\"a\"].string.def(\"top\"),activeKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),defaultActiveKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),__propsSymbol__:s[\"a\"].any,direction:s[\"a\"].string.def(\"ltr\"),tabBarGutter:s[\"a\"].number},data:function(){var e=Object(B[\"l\"])(this),t=void 0;return t=\"activeKey\"in e?e.activeKey:\"defaultActiveKey\"in e?e.defaultActiveKey:Dc(e),{_activeKey:t}},provide:function(){return{sentinelContext:this}},watch:{__propsSymbol__:function(){var e=Object(B[\"l\"])(this);\"activeKey\"in e?this.setState({_activeKey:e.activeKey}):Nc(e,this.$data._activeKey)||this.setState({_activeKey:Dc(e)})}},beforeDestroy:function(){this.destroy=!0,b.a.cancel(this.sentinelId)},methods:{onTabClick:function(e,t){this.tabBar.componentOptions&&this.tabBar.componentOptions.listeners&&this.tabBar.componentOptions.listeners.tabClick&&this.tabBar.componentOptions.listeners.tabClick(e,t),this.setActiveKey(e)},onNavKeyDown:function(e){var t=e.keyCode;if(t===Fc.RIGHT||t===Fc.DOWN){e.preventDefault();var n=this.getNextActiveKey(!0);this.onTabClick(n)}else if(t===Fc.LEFT||t===Fc.UP){e.preventDefault();var r=this.getNextActiveKey(!1);this.onTabClick(r)}},onScroll:function(e){var t=e.target,n=e.currentTarget;t===n&&t.scrollLeft>0&&(t.scrollLeft=0)},setSentinelStart:function(e){this.sentinelStart=e},setSentinelEnd:function(e){this.sentinelEnd=e},setPanelSentinelStart:function(e){e!==this.panelSentinelStart&&this.updateSentinelContext(),this.panelSentinelStart=e},setPanelSentinelEnd:function(e){e!==this.panelSentinelEnd&&this.updateSentinelContext(),this.panelSentinelEnd=e},setActiveKey:function(e){if(this.$data._activeKey!==e){var t=Object(B[\"l\"])(this);\"activeKey\"in t||this.setState({_activeKey:e}),this.__emit(\"change\",e)}},getNextActiveKey:function(e){var t=this.$data._activeKey,n=[];this.$props.children.forEach((function(t){var r=Object(B[\"r\"])(t,\"disabled\");t&&!r&&\"\"!==r&&(e?n.push(t):n.unshift(t))}));var r=n.length,i=r&&n[0].key;return n.forEach((function(e,o){e.key===t&&(i=o===r-1?n[0].key:n[o+1].key)})),i},updateSentinelContext:function(){var e=this;this.destroy||(b.a.cancel(this.sentinelId),this.sentinelId=b()((function(){e.destroy||e.$forceUpdate()})))}},render:function(){var e,t=arguments[0],n=this.$props,r=n.prefixCls,i=n.navWrapper,o=n.tabBarPosition,s=n.renderTabContent,c=n.renderTabBar,l=n.destroyInactiveTabPane,h=n.direction,d=n.tabBarGutter,f=(e={},a()(e,r,1),a()(e,r+\"-\"+o,1),a()(e,r+\"-rtl\",\"rtl\"===h),e);this.tabBar=c();var p=Object(At[\"a\"])(this.tabBar,{props:{prefixCls:r,navWrapper:i,tabBarPosition:o,panels:n.children,activeKey:this.$data._activeKey,direction:h,tabBarGutter:d},on:{keydown:this.onNavKeyDown,tabClick:this.onTabClick},key:\"tabBar\"}),v=Object(At[\"a\"])(s(),{props:{prefixCls:r,tabBarPosition:o,activeKey:this.$data._activeKey,destroyInactiveTabPane:l,direction:h},on:{change:this.setActiveKey},children:n.children,key:\"tabContent\"}),m=t($c,{key:\"sentinelStart\",attrs:{setRef:this.setSentinelStart,nextElement:this.panelSentinelStart}}),g=t($c,{key:\"sentinelEnd\",attrs:{setRef:this.setSentinelEnd,prevElement:this.panelSentinelEnd}}),b=[];\"bottom\"===o?b.push(m,v,g,p):b.push(p,m,v,g);var y=I()({},Object(u[\"a\"])(Object(B[\"k\"])(this),[\"change\"]),{scroll:this.onScroll});return t(\"div\",{on:y,class:f},[b])}};Lt[\"a\"].use(It.a,{name:\"ant-ref\"});var Kc=Bc;function Wc(e){var t=[];return e.forEach((function(e){e.data&&t.push(e)})),t}function Uc(e,t){for(var n=Wc(e),r=0;r<n.length;r++)if(n[r].key===t)return r;return-1}function qc(e,t){e.transform=t,e.webkitTransform=t,e.mozTransform=t}function Yc(e){return(\"transform\"in e||\"webkitTransform\"in e||\"MozTransform\"in e)&&window.atob}function Gc(e){return{transform:e,WebkitTransform:e,MozTransform:e}}function Xc(e){return\"left\"===e||\"right\"===e}function Jc(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"ltr\",r=Xc(t)?\"translateY\":\"translateX\";return Xc(t)||\"rtl\"!==n?r+\"(\"+100*-e+\"%) translateZ(0)\":r+\"(\"+100*e+\"%) translateZ(0)\"}function Qc(e,t){var n=Xc(t)?\"marginTop\":\"marginLeft\";return a()({},n,100*-e+\"%\")}function Zc(e,t){return+window.getComputedStyle(e).getPropertyValue(t).replace(\"px\",\"\")}function el(e,t){return+e.getPropertyValue(t).replace(\"px\",\"\")}function tl(e,t,n,r,i){var o=Zc(i,\"padding-\"+e);if(!r||!r.parentNode)return o;var a=r.parentNode.childNodes;return Array.prototype.some.call(a,(function(i){var a=window.getComputedStyle(i);return i!==r?(o+=el(a,\"margin-\"+e),o+=i[t],o+=el(a,\"margin-\"+n),\"content-box\"===a.boxSizing&&(o+=el(a,\"border-\"+e+\"-width\")+el(a,\"border-\"+n+\"-width\")),!1):(o+=el(a,\"margin-\"+e),!0)})),o}function nl(e,t){return tl(\"left\",\"offsetWidth\",\"right\",e,t)}function rl(e,t){return tl(\"top\",\"offsetHeight\",\"bottom\",e,t)}var il={name:\"TabContent\",props:{animated:{type:Boolean,default:!0},animatedWithMargin:{type:Boolean,default:!0},prefixCls:{default:\"ant-tabs\",type:String},activeKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),tabBarPosition:String,direction:s[\"a\"].string,destroyInactiveTabPane:s[\"a\"].bool},computed:{classes:function(){var e,t=this.animated,n=this.prefixCls;return e={},a()(e,n+\"-content\",!0),a()(e,t?n+\"-content-animated\":n+\"-content-no-animated\",!0),e}},methods:{getTabPanes:function(){var e=this.$props,t=e.activeKey,n=this.$slots[\"default\"]||[],r=[];return n.forEach((function(n){if(n){var i=n.key,o=t===i;r.push(Object(At[\"a\"])(n,{props:{active:o,destroyInactiveTabPane:e.destroyInactiveTabPane,rootPrefixCls:e.prefixCls}}))}})),r}},render:function(){var e=arguments[0],t=this.activeKey,n=this.tabBarPosition,r=this.animated,i=this.animatedWithMargin,o=this.direction,a=this.classes,s={};if(r&&this.$slots[\"default\"]){var c=Uc(this.$slots[\"default\"],t);if(-1!==c){var l=i?Qc(c,n):Gc(Jc(c,n,o));s=l}else s={display:\"none\"}}return e(\"div\",{class:a,style:s},[this.getTabPanes()])}},ol=function(e){if(\"undefined\"!==typeof window&&window.document&&window.document.documentElement){var t=Array.isArray(e)?e:[e],n=window.document.documentElement;return t.some((function(e){return e in n.style}))}return!1},al=ol([\"flex\",\"webkitFlex\",\"Flex\",\"msFlex\"]);function sl(e,t){var n=e.$props,r=n.styles,i=void 0===r?{}:r,o=n.panels,a=n.activeKey,s=n.direction,c=e.getRef(\"root\"),l=e.getRef(\"nav\")||c,u=e.getRef(\"inkBar\"),h=e.getRef(\"activeTab\"),d=u.style,f=e.$props.tabBarPosition,p=Uc(o,a);if(t&&(d.display=\"none\"),h){var v=h,m=Yc(d);if(qc(d,\"\"),d.width=\"\",d.height=\"\",d.left=\"\",d.top=\"\",d.bottom=\"\",d.right=\"\",\"top\"===f||\"bottom\"===f){var g=nl(v,l),b=v.offsetWidth;b===c.offsetWidth?b=0:i.inkBar&&void 0!==i.inkBar.width&&(b=parseFloat(i.inkBar.width,10),b&&(g+=(v.offsetWidth-b)/2)),\"rtl\"===s&&(g=Zc(v,\"margin-left\")-g),m?qc(d,\"translate3d(\"+g+\"px,0,0)\"):d.left=g+\"px\",d.width=b+\"px\"}else{var y=rl(v,l,!0),C=v.offsetHeight;i.inkBar&&void 0!==i.inkBar.height&&(C=parseFloat(i.inkBar.height,10),C&&(y+=(v.offsetHeight-C)/2)),m?(qc(d,\"translate3d(0,\"+y+\"px,0)\"),d.top=\"0\"):d.top=y+\"px\",d.height=C+\"px\"}}d.display=-1!==p?\"block\":\"none\"}var cl={name:\"InkTabBarNode\",mixins:[p[\"a\"]],props:{inkBarAnimated:{type:Boolean,default:!0},direction:s[\"a\"].string,prefixCls:String,styles:Object,tabBarPosition:String,saveRef:s[\"a\"].func.def((function(){})),getRef:s[\"a\"].func.def((function(){})),panels:s[\"a\"].array,activeKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])},updated:function(){this.$nextTick((function(){sl(this)}))},mounted:function(){this.$nextTick((function(){sl(this,!0)}))},render:function(){var e,t=arguments[0],n=this.prefixCls,r=this.styles,o=void 0===r?{}:r,s=this.inkBarAnimated,c=n+\"-ink-bar\",l=(e={},a()(e,c,!0),a()(e,s?c+\"-animated\":c+\"-no-animated\",!0),e);return t(\"div\",i()([{style:o.inkBar,class:l,key:\"inkBar\"},{directives:[{name:\"ant-ref\",value:this.saveRef(\"inkBar\")}]}]))}};function ll(){}var ul={name:\"TabBarTabsNode\",mixins:[p[\"a\"]],props:{activeKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),panels:s[\"a\"].any.def([]),prefixCls:s[\"a\"].string.def(\"\"),tabBarGutter:s[\"a\"].any.def(null),onTabClick:s[\"a\"].func,saveRef:s[\"a\"].func.def(ll),getRef:s[\"a\"].func.def(ll),renderTabBarNode:s[\"a\"].func,tabBarPosition:s[\"a\"].string,direction:s[\"a\"].string},render:function(){var e=this,t=arguments[0],n=this.$props,r=n.panels,o=n.activeKey,s=n.prefixCls,c=n.tabBarGutter,l=n.saveRef,u=n.tabBarPosition,h=n.direction,d=[],f=this.renderTabBarNode||this.$scopedSlots.renderTabBarNode;return r.forEach((function(n,p){if(n){var v=Object(B[\"l\"])(n),m=n.key,g=o===m?s+\"-tab-active\":\"\";g+=\" \"+s+\"-tab\";var b={on:{}},y=v.disabled||\"\"===v.disabled;y?g+=\" \"+s+\"-tab-disabled\":b.on.click=function(){e.__emit(\"tabClick\",m)};var C=[];o===m&&C.push({name:\"ant-ref\",value:l(\"activeTab\")});var w=Object(B[\"g\"])(n,\"tab\"),x=c&&p===r.length-1?0:c;x=\"number\"===typeof x?x+\"px\":x;var S=\"rtl\"===h?\"marginLeft\":\"marginRight\",k=a()({},Xc(u)?\"marginBottom\":S,x);Ht()(void 0!==w,\"There must be `tab` property or slot on children of Tabs.\");var O=t(\"div\",i()([{attrs:{role:\"tab\",\"aria-disabled\":y?\"true\":\"false\",\"aria-selected\":o===m?\"true\":\"false\"}},b,{class:g,key:m,style:k},{directives:C}]),[w]);f&&(O=f(O)),d.push(O)}})),t(\"div\",{directives:[{name:\"ant-ref\",value:this.saveRef(\"navTabsContainer\")}]},[d])}};function hl(){}var dl={name:\"TabBarRootNode\",mixins:[p[\"a\"]],props:{saveRef:s[\"a\"].func.def(hl),getRef:s[\"a\"].func.def(hl),prefixCls:s[\"a\"].string.def(\"\"),tabBarPosition:s[\"a\"].string.def(\"top\"),extraContent:s[\"a\"].any},methods:{onKeyDown:function(e){this.__emit(\"keydown\",e)}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.onKeyDown,r=this.tabBarPosition,o=this.extraContent,s=a()({},t+\"-bar\",!0),c=\"top\"===r||\"bottom\"===r,l=c?{float:\"right\"}:{},u=this.$slots[\"default\"],h=u;return o&&(h=[Object(At[\"a\"])(o,{key:\"extra\",style:I()({},l)}),Object(At[\"a\"])(u,{key:\"content\"})],h=c?h:h.reverse()),e(\"div\",i()([{attrs:{role:\"tablist\",tabIndex:\"0\"},class:s,on:{keydown:n}},{directives:[{name:\"ant-ref\",value:this.saveRef(\"root\")}]}]),[h])}},fl=n(\"b047\"),pl=n.n(fl);function vl(){}var ml={name:\"ScrollableTabBarNode\",mixins:[p[\"a\"]],props:{activeKey:s[\"a\"].any,getRef:s[\"a\"].func.def((function(){})),saveRef:s[\"a\"].func.def((function(){})),tabBarPosition:s[\"a\"].oneOf([\"left\",\"right\",\"top\",\"bottom\"]).def(\"left\"),prefixCls:s[\"a\"].string.def(\"\"),scrollAnimated:s[\"a\"].bool.def(!0),navWrapper:s[\"a\"].func.def((function(e){return e})),prevIcon:s[\"a\"].any,nextIcon:s[\"a\"].any,direction:s[\"a\"].string},data:function(){return this.offset=0,this.prevProps=I()({},this.$props),{next:!1,prev:!1}},watch:{tabBarPosition:function(){var e=this;this.tabBarPositionChange=!0,this.$nextTick((function(){e.setOffset(0)}))}},mounted:function(){var e=this;this.$nextTick((function(){e.updatedCal(),e.debouncedResize=pl()((function(){e.setNextPrev(),e.scrollToActiveTab()}),200),e.resizeObserver=new h[\"a\"](e.debouncedResize),e.resizeObserver.observe(e.$props.getRef(\"container\"))}))},updated:function(){var e=this;this.$nextTick((function(){e.updatedCal(e.prevProps),e.prevProps=I()({},e.$props)}))},beforeDestroy:function(){this.resizeObserver&&this.resizeObserver.disconnect(),this.debouncedResize&&this.debouncedResize.cancel&&this.debouncedResize.cancel()},methods:{updatedCal:function(e){var t=this,n=this.$props;e&&e.tabBarPosition!==n.tabBarPosition?this.setOffset(0):this.isNextPrevShown(this.$data)!==this.isNextPrevShown(this.setNextPrev())?(this.$forceUpdate(),this.$nextTick((function(){t.scrollToActiveTab()}))):e&&n.activeKey===e.activeKey||this.scrollToActiveTab()},setNextPrev:function(){var e=this.$props.getRef(\"nav\"),t=this.$props.getRef(\"navTabsContainer\"),n=this.getScrollWH(t||e),r=this.getOffsetWH(this.$props.getRef(\"container\"))+1,i=this.getOffsetWH(this.$props.getRef(\"navWrap\")),o=this.offset,a=r-n,s=this.next,c=this.prev;if(a>=0)s=!1,this.setOffset(0,!1),o=0;else if(a<o)s=!0;else{s=!1;var l=i-n;this.setOffset(l,!1),o=l}return c=o<0,this.setNext(s),this.setPrev(c),{next:s,prev:c}},getOffsetWH:function(e){var t=this.$props.tabBarPosition,n=\"offsetWidth\";return\"left\"!==t&&\"right\"!==t||(n=\"offsetHeight\"),e[n]},getScrollWH:function(e){var t=this.tabBarPosition,n=\"scrollWidth\";return\"left\"!==t&&\"right\"!==t||(n=\"scrollHeight\"),e[n]},getOffsetLT:function(e){var t=this.$props.tabBarPosition,n=\"left\";return\"left\"!==t&&\"right\"!==t||(n=\"top\"),e.getBoundingClientRect()[n]},setOffset:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=Math.min(0,e);if(this.offset!==n){this.offset=n;var r={},i=this.$props.tabBarPosition,o=this.$props.getRef(\"nav\").style,a=Yc(o);\"left\"===i||\"right\"===i?r=a?{value:\"translate3d(0,\"+n+\"px,0)\"}:{name:\"top\",value:n+\"px\"}:a?(\"rtl\"===this.$props.direction&&(n=-n),r={value:\"translate3d(\"+n+\"px,0,0)\"}):r={name:\"left\",value:n+\"px\"},a?qc(o,r.value):o[r.name]=r.value,t&&this.setNextPrev()}},setPrev:function(e){this.prev!==e&&(this.prev=e)},setNext:function(e){this.next!==e&&(this.next=e)},isNextPrevShown:function(e){return e?e.next||e.prev:this.next||this.prev},prevTransitionEnd:function(e){if(\"opacity\"===e.propertyName){var t=this.$props.getRef(\"container\");this.scrollToActiveTab({target:t,currentTarget:t})}},scrollToActiveTab:function(e){var t=this.$props.getRef(\"activeTab\"),n=this.$props.getRef(\"navWrap\");if((!e||e.target===e.currentTarget)&&t){var r=this.isNextPrevShown()&&this.lastNextPrevShown;if(this.lastNextPrevShown=this.isNextPrevShown(),r){var i=this.getScrollWH(t),o=this.getOffsetWH(n),a=this.offset,s=this.getOffsetLT(n),c=this.getOffsetLT(t);s>c?(a+=s-c,this.setOffset(a)):s+o<c+i&&(a-=c+i-(s+o),this.setOffset(a))}}},prevClick:function(e){this.__emit(\"prevClick\",e);var t=this.$props.getRef(\"navWrap\"),n=this.getOffsetWH(t),r=this.offset;this.setOffset(r+n)},nextClick:function(e){this.__emit(\"nextClick\",e);var t=this.$props.getRef(\"navWrap\"),n=this.getOffsetWH(t),r=this.offset;this.setOffset(r-n)}},render:function(){var e,t,n,r,o=arguments[0],s=this.next,c=this.prev,l=this.$props,u=l.prefixCls,h=l.scrollAnimated,d=l.navWrapper,f=Object(B[\"g\"])(this,\"prevIcon\"),p=Object(B[\"g\"])(this,\"nextIcon\"),v=c||s,m=o(\"span\",{on:{click:c?this.prevClick:vl,transitionend:this.prevTransitionEnd},attrs:{unselectable:\"unselectable\"},class:(e={},a()(e,u+\"-tab-prev\",1),a()(e,u+\"-tab-btn-disabled\",!c),a()(e,u+\"-tab-arrow-show\",v),e)},[f||o(\"span\",{class:u+\"-tab-prev-icon\"})]),g=o(\"span\",{on:{click:s?this.nextClick:vl},attrs:{unselectable:\"unselectable\"},class:(t={},a()(t,u+\"-tab-next\",1),a()(t,u+\"-tab-btn-disabled\",!s),a()(t,u+\"-tab-arrow-show\",v),t)},[p||o(\"span\",{class:u+\"-tab-next-icon\"})]),b=u+\"-nav\",y=(n={},a()(n,b,!0),a()(n,h?b+\"-animated\":b+\"-no-animated\",!0),n);return o(\"div\",i()([{class:(r={},a()(r,u+\"-nav-container\",1),a()(r,u+\"-nav-container-scrolling\",v),r),key:\"container\"},{directives:[{name:\"ant-ref\",value:this.saveRef(\"container\")}]}]),[m,g,o(\"div\",i()([{class:u+\"-nav-wrap\"},{directives:[{name:\"ant-ref\",value:this.saveRef(\"navWrap\")}]}]),[o(\"div\",{class:u+\"-nav-scroll\"},[o(\"div\",i()([{class:y},{directives:[{name:\"ant-ref\",value:this.saveRef(\"nav\")}]}]),[d(this.$slots[\"default\"])])])])])}},gl={props:{children:s[\"a\"].func.def((function(){return null}))},methods:{getRef:function(e){return this[e]},saveRef:function(e){var t=this;return function(n){n&&(t[e]=n)}}},render:function(){var e=this,t=function(t){return e.saveRef(t)},n=function(t){return e.getRef(t)};return this.children(t,n)}},bl={name:\"ScrollableInkTabBar\",inheritAttrs:!1,props:[\"extraContent\",\"inkBarAnimated\",\"tabBarGutter\",\"prefixCls\",\"navWrapper\",\"tabBarPosition\",\"panels\",\"activeKey\",\"prevIcon\",\"nextIcon\"],render:function(){var e=arguments[0],t=I()({},this.$props),n=Object(B[\"k\"])(this),r=this.$scopedSlots[\"default\"];return e(gl,{attrs:{children:function(o,a){return e(dl,i()([{attrs:{saveRef:o}},{props:t,on:n}]),[e(ml,i()([{attrs:{saveRef:o,getRef:a}},{props:t,on:n}]),[e(ul,i()([{attrs:{saveRef:o}},{props:I()({},t,{renderTabBarNode:r}),on:n}])),e(cl,i()([{attrs:{saveRef:o,getRef:a}},{props:t,on:n}]))])])}}})}},yl={name:\"TabBar\",inheritAttrs:!1,props:{prefixCls:s[\"a\"].string,tabBarStyle:s[\"a\"].object,tabBarExtraContent:s[\"a\"].any,type:s[\"a\"].oneOf([\"line\",\"card\",\"editable-card\"]),tabPosition:s[\"a\"].oneOf([\"top\",\"right\",\"bottom\",\"left\"]).def(\"top\"),tabBarPosition:s[\"a\"].oneOf([\"top\",\"right\",\"bottom\",\"left\"]),size:s[\"a\"].oneOf([\"default\",\"small\",\"large\"]),animated:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]),renderTabBar:s[\"a\"].func,panels:s[\"a\"].array.def([]),activeKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),tabBarGutter:s[\"a\"].number},render:function(){var e,t=arguments[0],n=this.$props,r=n.tabBarStyle,i=n.animated,o=void 0===i||i,s=n.renderTabBar,c=n.tabBarExtraContent,l=n.tabPosition,u=n.prefixCls,h=n.type,d=void 0===h?\"line\":h,f=n.size,p=\"object\"===(\"undefined\"===typeof o?\"undefined\":Z()(o))?o.inkBar:o,v=\"left\"===l||\"right\"===l,m=v?\"up\":\"left\",g=v?\"down\":\"right\",b=t(\"span\",{class:u+\"-tab-prev-icon\"},[t(Yi[\"a\"],{attrs:{type:m},class:u+\"-tab-prev-icon-target\"})]),y=t(\"span\",{class:u+\"-tab-next-icon\"},[t(Yi[\"a\"],{attrs:{type:g},class:u+\"-tab-next-icon-target\"})]),C=(e={},a()(e,u+\"-\"+l+\"-bar\",!0),a()(e,u+\"-\"+f+\"-bar\",!!f),a()(e,u+\"-card-bar\",d&&d.indexOf(\"card\")>=0),e),w={props:I()({},this.$props,this.$attrs,{inkBarAnimated:p,extraContent:c,prevIcon:b,nextIcon:y}),style:r,on:Object(B[\"k\"])(this),class:C},x=void 0;return s?(x=s(w,bl),Object(At[\"a\"])(x,w)):t(bl,w)}},Cl=yl,wl={TabPane:Ac,name:\"ATabs\",model:{prop:\"activeKey\",event:\"change\"},props:{prefixCls:s[\"a\"].string,activeKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),defaultActiveKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),hideAdd:s[\"a\"].bool.def(!1),tabBarStyle:s[\"a\"].object,tabBarExtraContent:s[\"a\"].any,destroyInactiveTabPane:s[\"a\"].bool.def(!1),type:s[\"a\"].oneOf([\"line\",\"card\",\"editable-card\"]),tabPosition:s[\"a\"].oneOf([\"top\",\"right\",\"bottom\",\"left\"]).def(\"top\"),size:s[\"a\"].oneOf([\"default\",\"small\",\"large\"]),animated:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]),tabBarGutter:s[\"a\"].number,renderTabBar:s[\"a\"].func},inject:{configProvider:{default:function(){return C[\"a\"]}}},mounted:function(){var e=\" no-flex\",t=this.$el;t&&!al&&-1===t.className.indexOf(e)&&(t.className+=e)},methods:{removeTab:function(e,t){t.stopPropagation(),Rc(e)&&this.$emit(\"edit\",e,\"remove\")},handleChange:function(e){this.$emit(\"change\",e)},createNewTab:function(e){this.$emit(\"edit\",e,\"add\")},onTabClick:function(e){this.$emit(\"tabClick\",e)},onPrevClick:function(e){this.$emit(\"prevClick\",e)},onNextClick:function(e){this.$emit(\"nextClick\",e)}},render:function(){var e,t,n=this,r=arguments[0],o=Object(B[\"l\"])(this),s=o.prefixCls,c=o.size,l=o.type,u=void 0===l?\"line\":l,h=o.tabPosition,d=o.animated,f=void 0===d||d,p=o.hideAdd,v=o.renderTabBar,m=this.configProvider.getPrefixCls,g=m(\"tabs\",s),b=Object(B[\"c\"])(this.$slots[\"default\"]),y=Object(B[\"g\"])(this,\"tabBarExtraContent\"),C=\"object\"===(\"undefined\"===typeof f?\"undefined\":Z()(f))?f.tabPane:f;\"line\"!==u&&(C=\"animated\"in o&&C);var w=(e={},a()(e,g+\"-vertical\",\"left\"===h||\"right\"===h),a()(e,g+\"-\"+c,!!c),a()(e,g+\"-card\",u.indexOf(\"card\")>=0),a()(e,g+\"-\"+u,!0),a()(e,g+\"-no-animation\",!C),e),x=[];\"editable-card\"===u&&(x=[],b.forEach((function(e,t){var i=Object(B[\"l\"])(e),o=i.closable;o=\"undefined\"===typeof o||o;var a=o?r(Yi[\"a\"],{attrs:{type:\"close\"},class:g+\"-close-x\",on:{click:function(t){return n.removeTab(e.key,t)}}}):null;x.push(Object(At[\"a\"])(e,{props:{tab:r(\"div\",{class:o?void 0:g+\"-tab-unclosable\"},[Object(B[\"g\"])(e,\"tab\"),a])},key:e.key||t}))})),p||(y=r(\"span\",[r(Yi[\"a\"],{attrs:{type:\"plus\"},class:g+\"-new-tab\",on:{click:this.createNewTab}}),y]))),y=y?r(\"div\",{class:g+\"-extra-content\"},[y]):null;var S=v||this.$scopedSlots.renderTabBar,k=Object(B[\"k\"])(this),O={props:I()({},this.$props,{prefixCls:g,tabBarExtraContent:y,renderTabBar:S}),on:k},M=(t={},a()(t,g+\"-\"+h+\"-content\",!0),a()(t,g+\"-card-content\",u.indexOf(\"card\")>=0),t),z={props:I()({},Object(B[\"l\"])(this),{prefixCls:g,tabBarPosition:h,renderTabBar:function(){return r(Cl,i()([{key:\"tabBar\"},O]))},renderTabContent:function(){return r(il,{class:M,attrs:{animated:C,animatedWithMargin:!0}})},children:x.length>0?x:b,__propsSymbol__:Symbol()}),on:I()({},k,{change:this.handleChange}),class:w};return r(Kc,z)}};wl.TabPane=I()({},Ac,{name:\"ATabPane\",__ANT_TAB_PANE:!0}),wl.TabContent=I()({},il,{name:\"ATabContent\"}),Lt[\"a\"].use(It.a,{name:\"ant-ref\"}),wl.install=function(e){e.use(w[\"a\"]),e.component(wl.name,wl),e.component(wl.TabPane.name,wl.TabPane),e.component(wl.TabContent.name,wl.TabContent)};var xl=wl,Sl=void 0;if(\"undefined\"!==typeof window){var kl=function(e){return{media:e,matches:!1,addListener:function(){},removeListener:function(){}}};window.matchMedia||(window.matchMedia=kl),Sl=n(\"8e95\")}var Ol=[\"xxl\",\"xl\",\"lg\",\"md\",\"sm\",\"xs\"],Ml={xs:\"(max-width: 575px)\",sm:\"(min-width: 576px)\",md:\"(min-width: 768px)\",lg:\"(min-width: 992px)\",xl:\"(min-width: 1200px)\",xxl:\"(min-width: 1600px)\"},zl=[],_l=-1,Tl={},Vl={dispatch:function(e){return Tl=e,!(zl.length<1)&&(zl.forEach((function(e){e.func(Tl)})),!0)},subscribe:function(e){0===zl.length&&this.register();var t=(++_l).toString();return zl.push({token:t,func:e}),e(Tl),t},unsubscribe:function(e){zl=zl.filter((function(t){return t.token!==e})),0===zl.length&&this.unregister()},unregister:function(){Object.keys(Ml).map((function(e){return Sl.unregister(Ml[e])}))},register:function(){var e=this;Object.keys(Ml).map((function(t){return Sl.register(Ml[t],{match:function(){var n=I()({},Tl,a()({},t,!0));e.dispatch(n)},unmatch:function(){var n=I()({},Tl,a()({},t,!1));e.dispatch(n)},destroy:function(){}})}))}},jl=Vl,Pl={gutter:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].number,s[\"a\"].array]),type:s[\"a\"].oneOf([\"flex\"]),align:s[\"a\"].oneOf([\"top\",\"middle\",\"bottom\",\"stretch\"]),justify:s[\"a\"].oneOf([\"start\",\"end\",\"center\",\"space-around\",\"space-between\"]),prefixCls:s[\"a\"].string},El=[\"xxl\",\"xl\",\"lg\",\"md\",\"sm\",\"xs\"],Hl={name:\"ARow\",mixins:[p[\"a\"]],props:I()({},Pl,{gutter:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].number,s[\"a\"].array]).def(0)}),provide:function(){return{rowContext:this}},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{screens:{}}},mounted:function(){var e=this;this.$nextTick((function(){e.token=jl.subscribe((function(t){var n=e.gutter;(\"object\"===(\"undefined\"===typeof n?\"undefined\":Z()(n))||Array.isArray(n)&&(\"object\"===Z()(n[0])||\"object\"===Z()(n[1])))&&(e.screens=t)}))}))},beforeDestroy:function(){jl.unsubscribe(this.token)},methods:{getGutter:function(){var e=[0,0],t=this.gutter,n=this.screens,r=Array.isArray(t)?t:[t,0];return r.forEach((function(t,r){if(\"object\"===(\"undefined\"===typeof t?\"undefined\":Z()(t)))for(var i=0;i<El.length;i++){var o=El[i];if(n[o]&&void 0!==t[o]){e[r]=t[o];break}}else e[r]=t||0})),e}},render:function(){var e,t=arguments[0],n=this.type,r=this.justify,i=this.align,o=this.prefixCls,s=this.$slots,c=this.configProvider.getPrefixCls,l=c(\"row\",o),u=this.getGutter(),h=(e={},a()(e,l,!n),a()(e,l+\"-\"+n,n),a()(e,l+\"-\"+n+\"-\"+r,n&&r),a()(e,l+\"-\"+n+\"-\"+i,n&&i),e),d=I()({},u[0]>0?{marginLeft:u[0]/-2+\"px\",marginRight:u[0]/-2+\"px\"}:{},u[1]>0?{marginTop:u[1]/-2+\"px\",marginBottom:u[1]/-2+\"px\"}:{});return t(\"div\",{class:h,style:d},[s[\"default\"]])},install:function(e){e.use(w[\"a\"]),e.component(Hl.name,Hl)}},Ll=Hl,$l=s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),Al=s[\"a\"].shape({span:$l,order:$l,offset:$l,push:$l,pull:$l}).loose,Fl=s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number,Al]),Il={span:$l,order:$l,offset:$l,push:$l,pull:$l,xs:Fl,sm:Fl,md:Fl,lg:Fl,xl:Fl,xxl:Fl,prefixCls:s[\"a\"].string,flex:$l},Rl={name:\"ACol\",props:Il,inject:{configProvider:{default:function(){return C[\"a\"]}},rowContext:{default:function(){return null}}},methods:{parseFlex:function(e){return\"number\"===typeof e?e+\" \"+e+\" auto\":/^\\d+(\\.\\d+)?(px|em|rem|%)$/.test(e)?\"0 0 \"+e:e}},render:function(){var e,t=this,n=arguments[0],r=this.span,i=this.order,o=this.offset,s=this.push,c=this.pull,l=this.flex,u=this.prefixCls,h=this.$slots,d=this.rowContext,f=this.configProvider.getPrefixCls,p=f(\"col\",u),v={};[\"xs\",\"sm\",\"md\",\"lg\",\"xl\",\"xxl\"].forEach((function(e){var n,r={},i=t[e];\"number\"===typeof i?r.span=i:\"object\"===(\"undefined\"===typeof i?\"undefined\":Z()(i))&&(r=i||{}),v=I()({},v,(n={},a()(n,p+\"-\"+e+\"-\"+r.span,void 0!==r.span),a()(n,p+\"-\"+e+\"-order-\"+r.order,r.order||0===r.order),a()(n,p+\"-\"+e+\"-offset-\"+r.offset,r.offset||0===r.offset),a()(n,p+\"-\"+e+\"-push-\"+r.push,r.push||0===r.push),a()(n,p+\"-\"+e+\"-pull-\"+r.pull,r.pull||0===r.pull),n))}));var m=I()((e={},a()(e,\"\"+p,!0),a()(e,p+\"-\"+r,void 0!==r),a()(e,p+\"-order-\"+i,i),a()(e,p+\"-offset-\"+o,o),a()(e,p+\"-push-\"+s,s),a()(e,p+\"-pull-\"+c,c),e),v),g={on:Object(B[\"k\"])(this),class:m,style:{}};if(d){var b=d.getGutter();b&&(g.style=I()({},b[0]>0?{paddingLeft:b[0]/2+\"px\",paddingRight:b[0]/2+\"px\"}:{},b[1]>0?{paddingTop:b[1]/2+\"px\",paddingBottom:b[1]/2+\"px\"}:{}))}return l&&(g.style.flex=this.parseFlex(l)),n(\"div\",g,[h[\"default\"]])},install:function(e){e.use(w[\"a\"]),e.component(Rl.name,Rl)}},Dl=Rl,Nl=xl.TabPane,Bl={name:\"ACard\",mixins:[p[\"a\"]],props:{prefixCls:s[\"a\"].string,title:s[\"a\"].any,extra:s[\"a\"].any,bordered:s[\"a\"].bool.def(!0),bodyStyle:s[\"a\"].object,headStyle:s[\"a\"].object,loading:s[\"a\"].bool.def(!1),hoverable:s[\"a\"].bool.def(!1),type:s[\"a\"].string,size:s[\"a\"].oneOf([\"default\",\"small\"]),actions:s[\"a\"].any,tabList:s[\"a\"].array,tabProps:s[\"a\"].object,tabBarExtraContent:s[\"a\"].any,activeTabKey:s[\"a\"].string,defaultActiveTabKey:s[\"a\"].string},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{widerPadding:!1}},methods:{getAction:function(e){var t=this.$createElement,n=e.map((function(n,r){return t(\"li\",{style:{width:100/e.length+\"%\"},key:\"action-\"+r},[t(\"span\",[n])])}));return n},onTabChange:function(e){this.$emit(\"tabChange\",e)},isContainGrid:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=void 0;return e.forEach((function(e){e&&Object(B[\"o\"])(e).__ANT_CARD_GRID&&(t=!0)})),t}},render:function(){var e,t,n=arguments[0],r=this.$props,o=r.prefixCls,s=r.headStyle,c=void 0===s?{}:s,l=r.bodyStyle,h=void 0===l?{}:l,d=r.loading,f=r.bordered,p=void 0===f||f,v=r.size,m=void 0===v?\"default\":v,g=r.type,b=r.tabList,y=r.tabProps,C=void 0===y?{}:y,w=r.hoverable,x=r.activeTabKey,S=r.defaultActiveTabKey,k=this.configProvider.getPrefixCls,O=k(\"card\",o),M=this.$slots,z=this.$scopedSlots,_=Object(B[\"g\"])(this,\"tabBarExtraContent\"),T=(e={},a()(e,\"\"+O,!0),a()(e,O+\"-loading\",d),a()(e,O+\"-bordered\",p),a()(e,O+\"-hoverable\",!!w),a()(e,O+\"-contain-grid\",this.isContainGrid(M[\"default\"])),a()(e,O+\"-contain-tabs\",b&&b.length),a()(e,O+\"-\"+m,\"default\"!==m),a()(e,O+\"-type-\"+g,!!g),e),V=0===h.padding||\"0px\"===h.padding?{padding:24}:void 0,j=n(\"div\",{class:O+\"-loading-content\",style:V},[n(Ll,{attrs:{gutter:8}},[n(Dl,{attrs:{span:22}},[n(\"div\",{class:O+\"-loading-block\"})])]),n(Ll,{attrs:{gutter:8}},[n(Dl,{attrs:{span:8}},[n(\"div\",{class:O+\"-loading-block\"})]),n(Dl,{attrs:{span:15}},[n(\"div\",{class:O+\"-loading-block\"})])]),n(Ll,{attrs:{gutter:8}},[n(Dl,{attrs:{span:6}},[n(\"div\",{class:O+\"-loading-block\"})]),n(Dl,{attrs:{span:18}},[n(\"div\",{class:O+\"-loading-block\"})])]),n(Ll,{attrs:{gutter:8}},[n(Dl,{attrs:{span:13}},[n(\"div\",{class:O+\"-loading-block\"})]),n(Dl,{attrs:{span:9}},[n(\"div\",{class:O+\"-loading-block\"})])]),n(Ll,{attrs:{gutter:8}},[n(Dl,{attrs:{span:4}},[n(\"div\",{class:O+\"-loading-block\"})]),n(Dl,{attrs:{span:3}},[n(\"div\",{class:O+\"-loading-block\"})]),n(Dl,{attrs:{span:16}},[n(\"div\",{class:O+\"-loading-block\"})])])]),P=void 0!==x,E={props:I()({size:\"large\"},C,(t={},a()(t,P?\"activeKey\":\"defaultActiveKey\",P?x:S),a()(t,\"tabBarExtraContent\",_),t)),on:{change:this.onTabChange},class:O+\"-head-tabs\"},H=void 0,L=b&&b.length?n(xl,E,[b.map((function(e){var t=e.tab,r=e.scopedSlots,i=void 0===r?{}:r,o=i.tab,a=void 0!==t?t:z[o]?z[o](e):null;return n(Nl,{attrs:{tab:a,disabled:e.disabled},key:e.key})}))]):null,$=Object(B[\"g\"])(this,\"title\"),A=Object(B[\"g\"])(this,\"extra\");($||A||L)&&(H=n(\"div\",{class:O+\"-head\",style:c},[n(\"div\",{class:O+\"-head-wrapper\"},[$&&n(\"div\",{class:O+\"-head-title\"},[$]),A&&n(\"div\",{class:O+\"-extra\"},[A])]),L]));var F=M[\"default\"],R=Object(B[\"g\"])(this,\"cover\"),D=R?n(\"div\",{class:O+\"-cover\"},[R]):null,N=n(\"div\",{class:O+\"-body\",style:h},[d?j:F]),K=Object(B[\"c\"])(this.$slots.actions),W=K&&K.length?n(\"ul\",{class:O+\"-actions\"},[this.getAction(K)]):null;return n(\"div\",i()([{class:T,ref:\"cardContainerRef\"},{on:Object(u[\"a\"])(Object(B[\"k\"])(this),[\"tabChange\",\"tab-change\"])}]),[H,D,F?N:null,W])}},Kl={name:\"ACardMeta\",props:{prefixCls:s[\"a\"].string,title:s[\"a\"].any,description:s[\"a\"].any},inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e=arguments[0],t=this.$props.prefixCls,n=this.configProvider.getPrefixCls,r=n(\"card\",t),o=a()({},r+\"-meta\",!0),s=Object(B[\"g\"])(this,\"avatar\"),c=Object(B[\"g\"])(this,\"title\"),l=Object(B[\"g\"])(this,\"description\"),u=s?e(\"div\",{class:r+\"-meta-avatar\"},[s]):null,h=c?e(\"div\",{class:r+\"-meta-title\"},[c]):null,d=l?e(\"div\",{class:r+\"-meta-description\"},[l]):null,f=h||d?e(\"div\",{class:r+\"-meta-detail\"},[h,d]):null;return e(\"div\",i()([{on:Object(B[\"k\"])(this)},{class:o}]),[u,f])}},Wl={name:\"ACardGrid\",__ANT_CARD_GRID:!0,props:{prefixCls:s[\"a\"].string,hoverable:s[\"a\"].bool},inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e,t=arguments[0],n=this.$props,r=n.prefixCls,o=n.hoverable,s=void 0===o||o,c=this.configProvider.getPrefixCls,l=c(\"card\",r),u=(e={},a()(e,l+\"-grid\",!0),a()(e,l+\"-grid-hoverable\",s),e);return t(\"div\",i()([{on:Object(B[\"k\"])(this)},{class:u}]),[this.$slots[\"default\"]])}};Bl.Meta=Kl,Bl.Grid=Wl,Bl.install=function(e){e.use(w[\"a\"]),e.component(Bl.name,Bl),e.component(Kl.name,Kl),e.component(Wl.name,Wl)};var Ul=Bl,ql=function(){return{prefixCls:s[\"a\"].string,activeKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number,s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]))]),defaultActiveKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number,s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]))]),accordion:s[\"a\"].bool,destroyInactivePanel:s[\"a\"].bool,bordered:s[\"a\"].bool,expandIcon:s[\"a\"].func,openAnimation:s[\"a\"].object,expandIconPosition:s[\"a\"].oneOf([\"left\",\"right\"])}},Yl=function(){return{openAnimation:s[\"a\"].object,prefixCls:s[\"a\"].string,header:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number,s[\"a\"].node]),headerClass:s[\"a\"].string,showArrow:s[\"a\"].bool,isActive:s[\"a\"].bool,destroyInactivePanel:s[\"a\"].bool,disabled:s[\"a\"].bool,accordion:s[\"a\"].bool,forceRender:s[\"a\"].bool,expandIcon:s[\"a\"].func,extra:s[\"a\"].any,panelKey:s[\"a\"].any}},Gl={name:\"PanelContent\",props:{prefixCls:s[\"a\"].string,isActive:s[\"a\"].bool,destroyInactivePanel:s[\"a\"].bool,forceRender:s[\"a\"].bool,role:s[\"a\"].any},data:function(){return{_isActive:void 0}},render:function(){var e,t=arguments[0];if(this._isActive=this.forceRender||this._isActive||this.isActive,!this._isActive)return null;var n=this.$props,r=n.prefixCls,i=n.isActive,o=n.destroyInactivePanel,s=n.forceRender,c=n.role,l=this.$slots,u=(e={},a()(e,r+\"-content\",!0),a()(e,r+\"-content-active\",i),e),h=s||i||!o?t(\"div\",{class:r+\"-content-box\"},[l[\"default\"]]):null;return t(\"div\",{class:u,attrs:{role:c}},[h])}},Xl={name:\"Panel\",props:Object(B[\"t\"])(Yl(),{showArrow:!0,isActive:!1,destroyInactivePanel:!1,headerClass:\"\",forceRender:!1}),methods:{handleItemClick:function(){this.$emit(\"itemClick\",this.panelKey)},handleKeyPress:function(e){\"Enter\"!==e.key&&13!==e.keyCode&&13!==e.which||this.handleItemClick()}},render:function(){var e,t,n=arguments[0],r=this.$props,i=r.prefixCls,o=r.headerClass,s=r.isActive,c=r.showArrow,l=r.destroyInactivePanel,u=r.disabled,h=r.openAnimation,d=r.accordion,f=r.forceRender,p=r.expandIcon,v=r.extra,m=this.$slots,g={props:I()({appear:!0,css:!1}),on:I()({},h)},b=(e={},a()(e,i+\"-header\",!0),a()(e,o,o),e),y=Object(B[\"g\"])(this,\"header\"),C=(t={},a()(t,i+\"-item\",!0),a()(t,i+\"-item-active\",s),a()(t,i+\"-item-disabled\",u),t),w=n(\"i\",{class:\"arrow\"});return c&&\"function\"===typeof p&&(w=p(this.$props)),n(\"div\",{class:C,attrs:{role:\"tablist\"}},[n(\"div\",{class:b,on:{click:this.handleItemClick.bind(this),keypress:this.handleKeyPress},attrs:{role:d?\"tab\":\"button\",tabIndex:u?-1:0,\"aria-expanded\":s}},[c&&w,y,v&&n(\"div\",{class:i+\"-extra\"},[v])]),n(\"transition\",g,[n(Gl,{directives:[{name:\"show\",value:s}],attrs:{prefixCls:i,isActive:s,destroyInactivePanel:l,forceRender:f,role:d?\"tabpanel\":null}},[m[\"default\"]])])])}};function Jl(e,t,n,r){var i=void 0;return Object(kr[\"a\"])(e,n,{start:function(){t?(i=e.offsetHeight,e.style.height=0):e.style.height=e.offsetHeight+\"px\"},active:function(){e.style.height=(t?i:0)+\"px\"},end:function(){e.style.height=\"\",r()}})}function Ql(e){return{enter:function(t,n){return Jl(t,!0,e+\"-anim\",n)},leave:function(t,n){return Jl(t,!1,e+\"-anim\",n)}}}var Zl=Ql;function eu(e){var t=e;return Array.isArray(t)||(t=t?[t]:[]),t.map((function(e){return String(e)}))}var tu={name:\"Collapse\",mixins:[p[\"a\"]],model:{prop:\"activeKey\",event:\"change\"},props:Object(B[\"t\"])(ql(),{prefixCls:\"rc-collapse\",accordion:!1,destroyInactivePanel:!1}),data:function(){var e=this.$props,t=e.activeKey,n=e.defaultActiveKey,r=e.openAnimation,i=e.prefixCls,o=n;Object(B[\"s\"])(this,\"activeKey\")&&(o=t);var a=r||Zl(i);return{currentOpenAnimations:a,stateActiveKey:eu(o)}},watch:{activeKey:function(e){this.setState({stateActiveKey:eu(e)})},openAnimation:function(e){this.setState({currentOpenAnimations:e})}},methods:{onClickItem:function(e){var t=this.stateActiveKey;if(this.accordion)t=t[0]===e?[]:[e];else{t=[].concat(m()(t));var n=t.indexOf(e),r=n>-1;r?t.splice(n,1):t.push(e)}this.setActiveKey(t)},getNewChild:function(e,t){if(!Object(B[\"u\"])(e)){var n=this.stateActiveKey,r=this.$props,i=r.prefixCls,o=r.accordion,a=r.destroyInactivePanel,s=r.expandIcon,c=e.key||String(t),l=Object(B[\"m\"])(e),u=l.header,h=l.headerClass,d=l.disabled,f=!1;f=o?n[0]===c:n.indexOf(c)>-1;var p={};d||\"\"===d||(p={itemClick:this.onClickItem});var v={key:c,props:{panelKey:c,header:u,headerClass:h,isActive:f,prefixCls:i,destroyInactivePanel:a,openAnimation:this.currentOpenAnimations,accordion:o,expandIcon:s},on:p};return Object(At[\"a\"])(e,v)}},getItems:function(){var e=this,t=[];return this.$slots[\"default\"]&&this.$slots[\"default\"].forEach((function(n,r){t.push(e.getNewChild(n,r))})),t},setActiveKey:function(e){this.setState({stateActiveKey:e}),this.$emit(\"change\",this.accordion?e[0]:e)}},render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.accordion,i=a()({},n,!0);return e(\"div\",{class:i,attrs:{role:r?\"tablist\":null}},[this.getItems()])}};tu.Panel=Xl;var nu=tu,ru={name:\"ACollapse\",model:{prop:\"activeKey\",event:\"change\"},props:Object(B[\"t\"])(ql(),{bordered:!0,openAnimation:Ba,expandIconPosition:\"left\"}),inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{renderExpandIcon:function(e,t){var n=this.$createElement,r=Object(B[\"g\"])(this,\"expandIcon\",e),i=r||n(Yi[\"a\"],{attrs:{type:\"right\",rotate:e.isActive?90:void 0}});return Object(B[\"w\"])(Array.isArray(r)?i[0]:i)?Object(At[\"a\"])(i,{class:t+\"-arrow\"}):i}},render:function(){var e,t=this,n=arguments[0],r=this.prefixCls,i=this.bordered,o=this.expandIconPosition,s=this.configProvider.getPrefixCls,c=s(\"collapse\",r),l=(e={},a()(e,c+\"-borderless\",!i),a()(e,c+\"-icon-position-\"+o,!0),e),u={props:I()({},Object(B[\"l\"])(this),{prefixCls:c,expandIcon:function(e){return t.renderExpandIcon(e,c)}}),class:l,on:Object(B[\"k\"])(this)};return n(nu,u,[this.$slots[\"default\"]])}},iu={name:\"ACollapsePanel\",props:I()({},Yl()),inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.showArrow,r=void 0===n||n,i=this.configProvider.getPrefixCls,o=i(\"collapse\",t),s=a()({},o+\"-no-arrow\",!r),c={props:I()({},Object(B[\"l\"])(this),{prefixCls:o,extra:Object(B[\"g\"])(this,\"extra\")}),class:s,on:Object(B[\"k\"])(this)},l=Object(B[\"g\"])(this,\"header\");return e(nu.Panel,c,[this.$slots[\"default\"],l?e(\"template\",{slot:\"header\"},[l]):null])}};ru.Panel=iu,ru.install=function(e){e.use(w[\"a\"]),e.component(ru.name,ru),e.component(iu.name,iu)};var ou=ru;if(\"undefined\"!==typeof window){var au=function(e){return{media:e,matches:!1,addListener:function(){},removeListener:function(){}}};window.matchMedia||(window.matchMedia=au)}var su=n(\"c3b9\")[\"default\"],cu=s[\"a\"].oneOf([\"scrollx\",\"fade\"]),lu={effect:cu,dots:s[\"a\"].bool,vertical:s[\"a\"].bool,autoplay:s[\"a\"].bool,easing:s[\"a\"].string,beforeChange:s[\"a\"].func,afterChange:s[\"a\"].func,prefixCls:s[\"a\"].string,accessibility:s[\"a\"].bool,nextArrow:s[\"a\"].any,prevArrow:s[\"a\"].any,pauseOnHover:s[\"a\"].bool,adaptiveHeight:s[\"a\"].bool,arrows:s[\"a\"].bool,autoplaySpeed:s[\"a\"].number,centerMode:s[\"a\"].bool,centerPadding:s[\"a\"].string,cssEase:s[\"a\"].string,dotsClass:s[\"a\"].string,draggable:s[\"a\"].bool,fade:s[\"a\"].bool,focusOnSelect:s[\"a\"].bool,infinite:s[\"a\"].bool,initialSlide:s[\"a\"].number,lazyLoad:s[\"a\"].bool,rtl:s[\"a\"].bool,slide:s[\"a\"].string,slidesToShow:s[\"a\"].number,slidesToScroll:s[\"a\"].number,speed:s[\"a\"].number,swipe:s[\"a\"].bool,swipeToSlide:s[\"a\"].bool,touchMove:s[\"a\"].bool,touchThreshold:s[\"a\"].number,variableWidth:s[\"a\"].bool,useCSS:s[\"a\"].bool,slickGoTo:s[\"a\"].number,responsive:s[\"a\"].array,dotPosition:s[\"a\"].oneOf([\"top\",\"bottom\",\"left\",\"right\"])},uu={name:\"ACarousel\",props:Object(B[\"t\"])(lu,{dots:!0,arrows:!1,draggable:!1}),inject:{configProvider:{default:function(){return C[\"a\"]}}},beforeMount:function(){this.onWindowResized=pl()(this.onWindowResized,500,{leading:!1})},mounted:function(){Object(B[\"b\"])(this,\"vertical\")&&Object(x[\"a\"])(!this.vertical,\"Carousel\",\"`vertical` is deprecated, please use `dotPosition` instead.\");var e=this.autoplay;e&&window.addEventListener(\"resize\",this.onWindowResized),this.innerSlider=this.$refs.slick&&this.$refs.slick.innerSlider},beforeDestroy:function(){var e=this.autoplay;e&&(window.removeEventListener(\"resize\",this.onWindowResized),this.onWindowResized.cancel())},methods:{getDotPosition:function(){return this.dotPosition?this.dotPosition:Object(B[\"b\"])(this,\"vertical\")&&this.vertical?\"right\":\"bottom\"},onWindowResized:function(){var e=this.autoplay;e&&this.$refs.slick&&this.$refs.slick.innerSlider&&this.$refs.slick.innerSlider.autoPlay&&this.$refs.slick.innerSlider.autoPlay()},next:function(){this.$refs.slick.slickNext()},prev:function(){this.$refs.slick.slickPrev()},goTo:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.$refs.slick.slickGoTo(e,t)}},render:function(){var e=arguments[0],t=I()({},this.$props),n=this.$slots;\"fade\"===t.effect&&(t.fade=!0);var r=this.configProvider.getPrefixCls,o=r(\"carousel\",t.prefixCls),s=\"slick-dots\",c=this.getDotPosition();t.vertical=\"left\"===c||\"right\"===c,t.dotsClass=l()(\"\"+s,s+\"-\"+(c||\"bottom\"),a()({},\"\"+t.dotsClass,!!t.dotsClass)),t.vertical&&(o=o+\" \"+o+\"-vertical\");var u={props:I()({},t,{nextArrow:Object(B[\"g\"])(this,\"nextArrow\"),prevArrow:Object(B[\"g\"])(this,\"prevArrow\")}),on:Object(B[\"k\"])(this),scopedSlots:this.$scopedSlots},h=Object(B[\"c\"])(n[\"default\"]);return e(\"div\",{class:o},[e(su,i()([{ref:\"slick\"},u]),[h])])},install:function(e){e.use(w[\"a\"]),e.component(uu.name,uu)}},hu=uu,du=n(\"b8ad\"),fu=n.n(du),pu={name:\"CascaderMenus\",mixins:[p[\"a\"]],props:{value:s[\"a\"].array.def([]),activeValue:s[\"a\"].array.def([]),options:s[\"a\"].array,prefixCls:s[\"a\"].string.def(\"rc-cascader-menus\"),expandTrigger:s[\"a\"].string.def(\"click\"),visible:s[\"a\"].bool.def(!1),dropdownMenuColumnStyle:s[\"a\"].object,defaultFieldNames:s[\"a\"].object,fieldNames:s[\"a\"].object,expandIcon:s[\"a\"].any,loadingIcon:s[\"a\"].any},data:function(){return this.menuItems={},{}},watch:{visible:function(e){var t=this;e&&this.$nextTick((function(){t.scrollActiveItemToView()}))}},mounted:function(){var e=this;this.$nextTick((function(){e.scrollActiveItemToView()}))},methods:{getFieldName:function(e){var t=this.$props,n=t.fieldNames,r=t.defaultFieldNames;return n[e]||r[e]},getOption:function(e,t){var n=this,r=this.$createElement,i=this.prefixCls,o=this.expandTrigger,a=Object(B[\"g\"])(this,\"loadingIcon\"),s=Object(B[\"g\"])(this,\"expandIcon\"),c=function(r){n.__emit(\"select\",e,t,r)},l=function(r){n.__emit(\"itemDoubleClick\",e,t,r)},u=e[this.getFieldName(\"value\")],h={attrs:{role:\"menuitem\"},on:{click:c,dblclick:l,mousedown:function(e){return e.preventDefault()}},key:Array.isArray(u)?u.join(\"__ant__\"):u},d=i+\"-menu-item\",f=null,p=e[this.getFieldName(\"children\")]&&e[this.getFieldName(\"children\")].length>0;(p||!1===e.isLeaf)&&(d+=\" \"+i+\"-menu-item-expand\",e.loading||(f=r(\"span\",{class:i+\"-menu-item-expand-icon\"},[s]))),\"hover\"!==o||!p&&!1!==e.isLeaf||(h.on={mouseenter:this.delayOnSelect.bind(this,c),mouseleave:this.delayOnSelect.bind(this),click:c}),this.isActiveOption(e,t)&&(d+=\" \"+i+\"-menu-item-active\",h.ref=this.getMenuItemRef(t)),e.disabled&&(d+=\" \"+i+\"-menu-item-disabled\");var v=null;e.loading&&(d+=\" \"+i+\"-menu-item-loading\",v=a||null);var m=\"\";return e.title?m=e.title:\"string\"===typeof e[this.getFieldName(\"label\")]&&(m=e[this.getFieldName(\"label\")]),h.attrs.title=m,h[\"class\"]=d,r(\"li\",h,[e[this.getFieldName(\"label\")],f,v])},getActiveOptions:function(e){var t=this,n=e||this.activeValue,r=this.options;return fu()(r,(function(e,r){return e[t.getFieldName(\"value\")]===n[r]}),{childrenKeyName:this.getFieldName(\"children\")})},getShowOptions:function(){var e=this,t=this.options,n=this.getActiveOptions().map((function(t){return t[e.getFieldName(\"children\")]})).filter((function(e){return!!e}));return n.unshift(t),n},delayOnSelect:function(e){for(var t=this,n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];this.delayTimer&&(clearTimeout(this.delayTimer),this.delayTimer=null),\"function\"===typeof e&&(this.delayTimer=setTimeout((function(){e(r),t.delayTimer=null}),150))},scrollActiveItemToView:function(){for(var e=this.getShowOptions().length,t=0;t<e;t++){var n=this.$refs[\"menuItems_\"+t];if(n){var r=n;r.parentNode.scrollTop=r.offsetTop}}},isActiveOption:function(e,t){var n=this.activeValue,r=void 0===n?[]:n;return r[t]===e[this.getFieldName(\"value\")]},getMenuItemRef:function(e){return\"menuItems_\"+e}},render:function(){var e=this,t=arguments[0],n=this.prefixCls,r=this.dropdownMenuColumnStyle;return t(\"div\",[this.getShowOptions().map((function(i,o){return t(\"ul\",{class:n+\"-menu\",key:o,style:r},[i.map((function(t){return e.getOption(t,o)}))])}))])}},vu=n(\"c2b3\"),mu=n.n(vu),gu={bottomLeft:{points:[\"tl\",\"bl\"],offset:[0,4],overflow:{adjustX:1,adjustY:1}},topLeft:{points:[\"bl\",\"tl\"],offset:[0,-4],overflow:{adjustX:1,adjustY:1}},bottomRight:{points:[\"tr\",\"br\"],offset:[0,4],overflow:{adjustX:1,adjustY:1}},topRight:{points:[\"br\",\"tr\"],offset:[0,-4],overflow:{adjustX:1,adjustY:1}}},bu={mixins:[p[\"a\"]],model:{prop:\"value\",event:\"change\"},props:{value:s[\"a\"].array,defaultValue:s[\"a\"].array,options:s[\"a\"].array,popupVisible:s[\"a\"].bool,disabled:s[\"a\"].bool.def(!1),transitionName:s[\"a\"].string.def(\"\"),popupClassName:s[\"a\"].string.def(\"\"),popupStyle:s[\"a\"].object.def((function(){return{}})),popupPlacement:s[\"a\"].string.def(\"bottomLeft\"),prefixCls:s[\"a\"].string.def(\"rc-cascader\"),dropdownMenuColumnStyle:s[\"a\"].object,builtinPlacements:s[\"a\"].object.def(gu),loadData:s[\"a\"].func,changeOnSelect:s[\"a\"].bool,expandTrigger:s[\"a\"].string.def(\"click\"),fieldNames:s[\"a\"].object.def((function(){return{label:\"label\",value:\"value\",children:\"children\"}})),expandIcon:s[\"a\"].any,loadingIcon:s[\"a\"].any,getPopupContainer:s[\"a\"].func},data:function(){var e=[],t=this.value,n=this.defaultValue,r=this.popupVisible;return Object(B[\"s\"])(this,\"value\")?e=t||[]:Object(B[\"s\"])(this,\"defaultValue\")&&(e=n||[]),{sPopupVisible:r,sActiveValue:e,sValue:e}},watch:{value:function(e,t){if(!mu()(e,t)){var n={sValue:e||[]};Object(B[\"s\"])(this,\"loadData\")||(n.sActiveValue=e||[]),this.setState(n)}},popupVisible:function(e){this.setState({sPopupVisible:e})}},methods:{getPopupDOMNode:function(){return this.$refs.trigger.getPopupDomNode()},getFieldName:function(e){var t=this.defaultFieldNames,n=this.fieldNames;return n[e]||t[e]},getFieldNames:function(){return this.fieldNames},getCurrentLevelOptions:function(){var e=this,t=this.options,n=void 0===t?[]:t,r=this.sActiveValue,i=void 0===r?[]:r,o=fu()(n,(function(t,n){return t[e.getFieldName(\"value\")]===i[n]}),{childrenKeyName:this.getFieldName(\"children\")});return o[o.length-2]?o[o.length-2][this.getFieldName(\"children\")]:[].concat(m()(n)).filter((function(e){return!e.disabled}))},getActiveOptions:function(e){var t=this;return fu()(this.options||[],(function(n,r){return n[t.getFieldName(\"value\")]===e[r]}),{childrenKeyName:this.getFieldName(\"children\")})},setPopupVisible:function(e){Object(B[\"s\"])(this,\"popupVisible\")||this.setState({sPopupVisible:e}),e&&!this.sPopupVisible&&this.setState({sActiveValue:this.sValue}),this.__emit(\"popupVisibleChange\",e)},handleChange:function(e,t,n){var r=this;\"keydown\"===n.type&&n.keyCode!==oe.ENTER||(this.__emit(\"change\",e.map((function(e){return e[r.getFieldName(\"value\")]})),e),this.setPopupVisible(t.visible))},handlePopupVisibleChange:function(e){this.setPopupVisible(e)},handleMenuSelect:function(e,t,n){var r=this.$refs.trigger.getRootDomNode();r&&r.focus&&r.focus();var i=this.changeOnSelect,o=this.loadData,a=this.expandTrigger;if(e&&!e.disabled){var s=this.sActiveValue;s=s.slice(0,t+1),s[t]=e[this.getFieldName(\"value\")];var c=this.getActiveOptions(s);if(!1===e.isLeaf&&!e[this.getFieldName(\"children\")]&&o)return i&&this.handleChange(c,{visible:!0},n),this.setState({sActiveValue:s}),void o(c);var l={};e[this.getFieldName(\"children\")]&&e[this.getFieldName(\"children\")].length?!i||\"click\"!==n.type&&\"keydown\"!==n.type||(\"hover\"===a?this.handleChange(c,{visible:!1},n):this.handleChange(c,{visible:!0},n),l.sValue=s):(this.handleChange(c,{visible:!1},n),l.sValue=s),l.sActiveValue=s,(Object(B[\"s\"])(this,\"value\")||\"keydown\"===n.type&&n.keyCode!==oe.ENTER)&&delete l.sValue,this.setState(l)}},handleItemDoubleClick:function(){var e=this.$props.changeOnSelect;e&&this.setPopupVisible(!1)},handleKeyDown:function(e){var t=this,n=this.$slots,r=n[\"default\"]&&n[\"default\"][0];if(r){var i=Object(B[\"i\"])(r).keydown;if(i)return void i(e)}var o=[].concat(m()(this.sActiveValue)),a=o.length-1<0?0:o.length-1,s=this.getCurrentLevelOptions(),c=s.map((function(e){return e[t.getFieldName(\"value\")]})).indexOf(o[a]);if(e.keyCode===oe.DOWN||e.keyCode===oe.UP||e.keyCode===oe.LEFT||e.keyCode===oe.RIGHT||e.keyCode===oe.ENTER||e.keyCode===oe.SPACE||e.keyCode===oe.BACKSPACE||e.keyCode===oe.ESC||e.keyCode===oe.TAB)if(this.sPopupVisible||e.keyCode===oe.BACKSPACE||e.keyCode===oe.LEFT||e.keyCode===oe.RIGHT||e.keyCode===oe.ESC||e.keyCode===oe.TAB){if(e.keyCode===oe.DOWN||e.keyCode===oe.UP){e.preventDefault();var l=c;-1!==l?e.keyCode===oe.DOWN?(l+=1,l=l>=s.length?0:l):(l-=1,l=l<0?s.length-1:l):l=0,o[a]=s[l][this.getFieldName(\"value\")]}else if(e.keyCode===oe.LEFT||e.keyCode===oe.BACKSPACE)e.preventDefault(),o.splice(o.length-1,1);else if(e.keyCode===oe.RIGHT)e.preventDefault(),s[c]&&s[c][this.getFieldName(\"children\")]&&o.push(s[c][this.getFieldName(\"children\")][0][this.getFieldName(\"value\")]);else if(e.keyCode===oe.ESC||e.keyCode===oe.TAB)return void this.setPopupVisible(!1);o&&0!==o.length||this.setPopupVisible(!1);var u=this.getActiveOptions(o),h=u[u.length-1];this.handleMenuSelect(h,u.length-1,e),this.__emit(\"keydown\",e)}else this.setPopupVisible(!0)}},render:function(){var e=arguments[0],t=this.$props,n=this.sActiveValue,r=this.handleMenuSelect,i=this.sPopupVisible,o=this.handlePopupVisibleChange,a=this.handleKeyDown,s=Object(B[\"k\"])(this),c=t.prefixCls,l=t.transitionName,u=t.popupClassName,h=t.options,d=void 0===h?[]:h,f=t.disabled,p=t.builtinPlacements,v=t.popupPlacement,m=re()(t,[\"prefixCls\",\"transitionName\",\"popupClassName\",\"options\",\"disabled\",\"builtinPlacements\",\"popupPlacement\"]),g=e(\"div\"),b=\"\";if(d&&d.length>0){var y=Object(B[\"g\"])(this,\"loadingIcon\"),C=Object(B[\"g\"])(this,\"expandIcon\")||\">\",w={props:I()({},t,{fieldNames:this.getFieldNames(),defaultFieldNames:this.defaultFieldNames,activeValue:n,visible:i,loadingIcon:y,expandIcon:C}),on:I()({},s,{select:r,itemDoubleClick:this.handleItemDoubleClick})};g=e(pu,w)}else b=\" \"+c+\"-menus-empty\";var x={props:I()({},m,{disabled:f,popupPlacement:v,builtinPlacements:p,popupTransitionName:l,action:f?[]:[\"click\"],popupVisible:!f&&i,prefixCls:c+\"-menus\",popupClassName:u+b}),on:I()({},s,{popupVisibleChange:o}),ref:\"trigger\"},S=Object(B[\"n\"])(this,\"default\")[0];return e(Lr,x,[S&&Object(At[\"a\"])(S,{on:{keydown:a},attrs:{tabIndex:f?void 0:0}}),e(\"template\",{slot:\"popup\"},[g])])}},yu=bu,Cu=s[\"a\"].shape({value:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),label:s[\"a\"].any,disabled:s[\"a\"].bool,children:s[\"a\"].array,key:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number])}).loose,wu=s[\"a\"].shape({value:s[\"a\"].string.isRequired,label:s[\"a\"].string.isRequired,children:s[\"a\"].string}).loose,xu=s[\"a\"].oneOf([\"click\",\"hover\"]),Su=s[\"a\"].shape({filter:s[\"a\"].func,render:s[\"a\"].func,sort:s[\"a\"].func,matchInputWidth:s[\"a\"].bool,limit:s[\"a\"].oneOfType([Boolean,Number])}).loose;function ku(){}var Ou={options:s[\"a\"].arrayOf(Cu).def([]),defaultValue:s[\"a\"].array,value:s[\"a\"].array,displayRender:s[\"a\"].func,transitionName:s[\"a\"].string.def(\"slide-up\"),popupStyle:s[\"a\"].object.def((function(){return{}})),popupClassName:s[\"a\"].string,popupPlacement:s[\"a\"].oneOf([\"bottomLeft\",\"bottomRight\",\"topLeft\",\"topRight\"]).def(\"bottomLeft\"),placeholder:s[\"a\"].string.def(\"Please select\"),size:s[\"a\"].oneOf([\"large\",\"default\",\"small\"]),disabled:s[\"a\"].bool.def(!1),allowClear:s[\"a\"].bool.def(!0),showSearch:s[\"a\"].oneOfType([Boolean,Su]),notFoundContent:s[\"a\"].any,loadData:s[\"a\"].func,expandTrigger:xu,changeOnSelect:s[\"a\"].bool,prefixCls:s[\"a\"].string,inputPrefixCls:s[\"a\"].string,getPopupContainer:s[\"a\"].func,popupVisible:s[\"a\"].bool,fieldNames:wu,autoFocus:s[\"a\"].bool,suffixIcon:s[\"a\"].any},Mu=50;function zu(e,t,n){return t.some((function(t){return t[n.label].indexOf(e)>-1}))}function _u(e,t,n,r){function i(e){return e[r.label].indexOf(n)>-1}return e.findIndex(i)-t.findIndex(i)}function Tu(e){var t=e.fieldNames,n=void 0===t?{}:t,r={children:n.children||\"children\",label:n.label||\"label\",value:n.value||\"value\"};return r}function Vu(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=Tu(t),i=[],o=r.children;return e.forEach((function(e){var r=n.concat(e);!t.changeOnSelect&&e[o]&&e[o].length||i.push(r),e[o]&&(i=i.concat(Vu(e[o],t,r)))})),i}var ju=function(e){var t=e.labels;return t.join(\" / \")},Pu={inheritAttrs:!1,name:\"ACascader\",mixins:[p[\"a\"]],props:Ou,model:{prop:\"value\",event:\"change\"},provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return C[\"a\"]}},localeData:{default:function(){return{}}}},data:function(){this.cachedOptions=[];var e=this.value,t=this.defaultValue,n=this.popupVisible,r=this.showSearch,i=this.options;return{sValue:e||t||[],inputValue:\"\",inputFocused:!1,sPopupVisible:n,flattenOptions:r?Vu(i,this.$props):void 0}},mounted:function(){var e=this;this.$nextTick((function(){!e.autoFocus||e.showSearch||e.disabled||e.$refs.picker.focus()}))},watch:{value:function(e){this.setState({sValue:e||[]})},popupVisible:function(e){this.setState({sPopupVisible:e})},options:function(e){this.showSearch&&this.setState({flattenOptions:Vu(e,this.$props)})}},methods:{savePopupRef:function(e){this.popupRef=e},highlightKeyword:function(e,t,n){var r=this.$createElement;return e.split(t).map((function(e,i){return 0===i?e:[r(\"span\",{class:n+\"-menu-item-keyword\"},[t]),e]}))},defaultRenderFilteredOption:function(e){var t=this,n=e.inputValue,r=e.path,i=e.prefixCls,o=e.names;return r.map((function(e,r){var a=e[o.label],s=a.indexOf(n)>-1?t.highlightKeyword(a,n,i):a;return 0===r?s:[\" / \",s]}))},handleChange:function(e,t){if(this.setState({inputValue:\"\"}),t[0].__IS_FILTERED_OPTION){var n=e[0],r=t[0].path;this.setValue(n,r)}else this.setValue(e,t)},handlePopupVisibleChange:function(e){Object(B[\"s\"])(this,\"popupVisible\")||this.setState((function(t){return{sPopupVisible:e,inputFocused:e,inputValue:e?t.inputValue:\"\"}})),this.$emit(\"popupVisibleChange\",e)},handleInputFocus:function(e){this.$emit(\"focus\",e)},handleInputBlur:function(e){this.setState({inputFocused:!1}),this.$emit(\"blur\",e)},handleInputClick:function(e){var t=this.inputFocused,n=this.sPopupVisible;(t||n)&&(e.stopPropagation(),e.nativeEvent&&e.nativeEvent.stopImmediatePropagation&&e.nativeEvent.stopImmediatePropagation())},handleKeyDown:function(e){e.keyCode!==oe.BACKSPACE&&e.keyCode!==oe.SPACE||e.stopPropagation()},handleInputChange:function(e){var t=e.target.value;this.setState({inputValue:t}),this.$emit(\"search\",t)},setValue:function(e,t){Object(B[\"s\"])(this,\"value\")||this.setState({sValue:e}),this.$emit(\"change\",e,t)},getLabel:function(){var e=this.options,t=this.$scopedSlots,n=Tu(this.$props),r=this.displayRender||t.displayRender||ju,i=this.sValue,o=Array.isArray(i[0])?i[0]:i,a=fu()(e,(function(e,t){return e[n.value]===o[t]}),{childrenKeyName:n.children}),s=a.map((function(e){return e[n.label]}));return r({labels:s,selectedOptions:a})},clearSelection:function(e){e.preventDefault(),e.stopPropagation(),this.inputValue?this.setState({inputValue:\"\"}):(this.setValue([]),this.handlePopupVisibleChange(!1))},generateFilteredOptions:function(e,t){var n,r=this.$createElement,i=this.showSearch,o=this.notFoundContent,s=this.$scopedSlots,c=Tu(this.$props),l=i.filter,u=void 0===l?zu:l,h=i.sort,d=void 0===h?_u:h,f=i.limit,p=void 0===f?Mu:f,v=i.render||s.showSearchRender||this.defaultRenderFilteredOption,m=this.$data,g=m.flattenOptions,b=void 0===g?[]:g,y=m.inputValue,C=void 0;if(p>0){C=[];var w=0;b.some((function(e){var t=u(y,e,c);return t&&(C.push(e),w+=1),w>=p}))}else Object(x[\"a\"])(\"number\"!==typeof p,\"Cascader\",\"'limit' of showSearch in Cascader should be positive number or false.\"),C=b.filter((function(e){return u(y,e,c)}));return C.sort((function(e,t){return d(e,t,y,c)})),C.length>0?C.map((function(t){var n;return n={__IS_FILTERED_OPTION:!0,path:t},a()(n,c.label,v({inputValue:y,path:t,prefixCls:e,names:c})),a()(n,c.value,t.map((function(e){return e[c.value]}))),a()(n,\"disabled\",t.some((function(e){return!!e.disabled}))),n})):[(n={},a()(n,c.label,o||t(r,\"Cascader\")),a()(n,c.value,\"ANT_CASCADER_NOT_FOUND\"),a()(n,\"disabled\",!0),n)]},focus:function(){this.showSearch?this.$refs.input.focus():this.$refs.picker.focus()},blur:function(){this.showSearch?this.$refs.input.blur():this.$refs.picker.blur()}},render:function(){var e,t,n,r=arguments[0],i=this.$slots,o=this.sPopupVisible,s=this.inputValue,c=this.configProvider,h=this.localeData,d=this.$data,f=d.sValue,p=d.inputFocused,v=Object(B[\"l\"])(this),m=Object(B[\"g\"])(this,\"suffixIcon\");m=Array.isArray(m)?m[0]:m;var g,b=c.getPopupContainer,y=v.prefixCls,C=v.inputPrefixCls,w=v.placeholder,x=void 0===w?h.placeholder:w,S=v.size,k=v.disabled,O=v.allowClear,M=v.showSearch,z=void 0!==M&&M,_=v.notFoundContent,T=re()(v,[\"prefixCls\",\"inputPrefixCls\",\"placeholder\",\"size\",\"disabled\",\"allowClear\",\"showSearch\",\"notFoundContent\"]),V=this.configProvider.getPrefixCls,j=this.configProvider.renderEmpty,P=V(\"cascader\",y),E=V(\"input\",C),H=l()((e={},a()(e,E+\"-lg\",\"large\"===S),a()(e,E+\"-sm\",\"small\"===S),e)),L=O&&!k&&f.length>0||s?r(Yi[\"a\"],{attrs:{type:\"close-circle\",theme:\"filled\"},class:P+\"-picker-clear\",on:{click:this.clearSelection},key:\"clear-icon\"}):null,$=l()((t={},a()(t,P+\"-picker-arrow\",!0),a()(t,P+\"-picker-arrow-expand\",o),t)),A=l()(Object(B[\"f\"])(this),P+\"-picker\",(n={},a()(n,P+\"-picker-with-value\",s),a()(n,P+\"-picker-disabled\",k),a()(n,P+\"-picker-\"+S,!!S),a()(n,P+\"-picker-show-search\",!!z),a()(n,P+\"-picker-focused\",p),n)),F=Object(u[\"a\"])(T,[\"options\",\"popupPlacement\",\"transitionName\",\"displayRender\",\"changeOnSelect\",\"expandTrigger\",\"popupVisible\",\"getPopupContainer\",\"loadData\",\"popupClassName\",\"filterOption\",\"renderFilteredOption\",\"sortFilteredOption\",\"notFoundContent\",\"defaultValue\",\"fieldNames\"]),R=v.options,D=Tu(this.$props);R&&R.length>0?s&&(R=this.generateFilteredOptions(P,j)):R=[(g={},a()(g,D.label,_||j(r,\"Cascader\")),a()(g,D.value,\"ANT_CASCADER_NOT_FOUND\"),a()(g,\"disabled\",!0),g)];o?this.cachedOptions=R:R=this.cachedOptions;var N={},K=1===(R||[]).length&&\"ANT_CASCADER_NOT_FOUND\"===R[0].value;K&&(N.height=\"auto\");var W=!1!==z.matchInputWidth;W&&(s||K)&&this.$refs.input&&(N.width=this.$refs.input.$el.offsetWidth+\"px\");var U={props:I()({},F,{prefixCls:E,placeholder:f&&f.length>0?void 0:x,value:s,disabled:k,readOnly:!z,autoComplete:\"off\"}),class:P+\"-input \"+H,ref:\"input\",on:{focus:z?this.handleInputFocus:ku,click:z?this.handleInputClick:ku,blur:z?this.handleInputBlur:ku,keydown:this.handleKeyDown,change:z?this.handleInputChange:ku},attrs:Object(B[\"e\"])(this)},q=Object(B[\"c\"])(i[\"default\"]),Y=m&&(Object(B[\"w\"])(m)?Object(At[\"a\"])(m,{class:a()({},P+\"-picker-arrow\",!0)}):r(\"span\",{class:P+\"-picker-arrow\"},[m]))||r(Yi[\"a\"],{attrs:{type:\"down\"},class:$}),G=q.length?q:r(\"span\",{class:A,style:Object(B[\"q\"])(this),ref:\"picker\"},[z?r(\"span\",{class:P+\"-picker-label\"},[this.getLabel()]):null,r(Xo,U),z?null:r(\"span\",{class:P+\"-picker-label\"},[this.getLabel()]),L,Y]),X=r(Yi[\"a\"],{attrs:{type:\"right\"}}),J=r(\"span\",{class:P+\"-menu-item-loading-icon\"},[r(Yi[\"a\"],{attrs:{type:\"redo\",spin:!0}})]),Q=v.getPopupContainer||b,Z={props:I()({},v,{getPopupContainer:Q,options:R,prefixCls:P,value:f,popupVisible:o,dropdownMenuColumnStyle:N,expandIcon:X,loadingIcon:J}),on:I()({},Object(B[\"k\"])(this),{popupVisibleChange:this.handlePopupVisibleChange,change:this.handleChange})};return r(yu,Z,[G])},install:function(e){e.use(w[\"a\"]),e.component(Pu.name,Pu)}},Eu=Pu;function Hu(){}var Lu={name:\"ACheckbox\",inheritAttrs:!1,__ANT_CHECKBOX:!0,model:{prop:\"checked\"},props:{prefixCls:s[\"a\"].string,defaultChecked:s[\"a\"].bool,checked:s[\"a\"].bool,disabled:s[\"a\"].bool,isGroup:s[\"a\"].bool,value:s[\"a\"].any,name:s[\"a\"].string,id:s[\"a\"].string,indeterminate:s[\"a\"].bool,type:s[\"a\"].string.def(\"checkbox\"),autoFocus:s[\"a\"].bool},inject:{configProvider:{default:function(){return C[\"a\"]}},checkboxGroupContext:{default:function(){}}},watch:{value:function(e,t){var n=this;this.$nextTick((function(){var r=n.checkboxGroupContext,i=void 0===r?{}:r;i.registerValue&&i.cancelValue&&(i.cancelValue(t),i.registerValue(e))}))}},mounted:function(){var e=this.value,t=this.checkboxGroupContext,n=void 0===t?{}:t;n.registerValue&&n.registerValue(e),Object(x[\"a\"])(Object(B[\"b\"])(this,\"checked\")||this.checkboxGroupContext||!Object(B[\"b\"])(this,\"value\"),\"Checkbox\",\"`value` is not validate prop, do you mean `checked`?\")},beforeDestroy:function(){var e=this.value,t=this.checkboxGroupContext,n=void 0===t?{}:t;n.cancelValue&&n.cancelValue(e)},methods:{handleChange:function(e){var t=e.target.checked;this.$emit(\"input\",t),this.$emit(\"change\",e)},focus:function(){this.$refs.vcCheckbox.focus()},blur:function(){this.$refs.vcCheckbox.blur()}},render:function(){var e,t=this,n=arguments[0],r=this.checkboxGroupContext,o=this.$slots,s=Object(B[\"l\"])(this),c=o[\"default\"],u=Object(B[\"k\"])(this),h=u.mouseenter,d=void 0===h?Hu:h,f=u.mouseleave,p=void 0===f?Hu:f,v=(u.input,re()(u,[\"mouseenter\",\"mouseleave\",\"input\"])),m=s.prefixCls,g=s.indeterminate,b=re()(s,[\"prefixCls\",\"indeterminate\"]),y=this.configProvider.getPrefixCls,C=y(\"checkbox\",m),w={props:I()({},b,{prefixCls:C}),on:v,attrs:Object(B[\"e\"])(this)};r?(w.on.change=function(){for(var e=arguments.length,n=Array(e),i=0;i<e;i++)n[i]=arguments[i];t.$emit.apply(t,[\"change\"].concat(n)),r.toggleOption({label:c,value:s.value})},w.props.name=r.name,w.props.checked=-1!==r.sValue.indexOf(s.value),w.props.disabled=s.disabled||r.disabled,w.props.indeterminate=g):w.on.change=this.handleChange;var x=l()((e={},a()(e,C+\"-wrapper\",!0),a()(e,C+\"-wrapper-checked\",w.props.checked),a()(e,C+\"-wrapper-disabled\",w.props.disabled),e)),S=l()(a()({},C+\"-indeterminate\",g));return n(\"label\",{class:x,on:{mouseenter:d,mouseleave:p}},[n(sc,i()([w,{class:S,ref:\"vcCheckbox\"}])),void 0!==c&&n(\"span\",[c])])}};function $u(){}var Au={name:\"ACheckboxGroup\",model:{prop:\"value\"},props:{name:s[\"a\"].string,prefixCls:s[\"a\"].string,defaultValue:s[\"a\"].array,value:s[\"a\"].array,options:s[\"a\"].array.def([]),disabled:s[\"a\"].bool},provide:function(){return{checkboxGroupContext:this}},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this.value,t=this.defaultValue;return{sValue:e||t||[],registeredValues:[]}},watch:{value:function(e){this.sValue=e||[]}},methods:{getOptions:function(){var e=this.options,t=this.$scopedSlots;return e.map((function(e){if(\"string\"===typeof e)return{label:e,value:e};var n=e.label;return void 0===n&&t.label&&(n=t.label(e)),I()({},e,{label:n})}))},cancelValue:function(e){this.registeredValues=this.registeredValues.filter((function(t){return t!==e}))},registerValue:function(e){this.registeredValues=[].concat(m()(this.registeredValues),[e])},toggleOption:function(e){var t=this.registeredValues,n=this.sValue.indexOf(e.value),r=[].concat(m()(this.sValue));-1===n?r.push(e.value):r.splice(n,1),Object(B[\"b\"])(this,\"value\")||(this.sValue=r);var i=this.getOptions(),o=r.filter((function(e){return-1!==t.indexOf(e)})).sort((function(e,t){var n=i.findIndex((function(t){return t.value===e})),r=i.findIndex((function(e){return e.value===t}));return n-r}));this.$emit(\"input\",o),this.$emit(\"change\",o)}},render:function(){var e=arguments[0],t=this.$props,n=this.$data,r=this.$slots,i=t.prefixCls,o=t.options,a=this.configProvider.getPrefixCls,s=a(\"checkbox\",i),c=r[\"default\"],l=s+\"-group\";return o&&o.length>0&&(c=this.getOptions().map((function(r){return e(Lu,{attrs:{prefixCls:s,disabled:\"disabled\"in r?r.disabled:t.disabled,indeterminate:r.indeterminate,value:r.value,checked:-1!==n.sValue.indexOf(r.value)},key:r.value.toString(),on:{change:r.onChange||$u},class:l+\"-item\"},[r.label])}))),e(\"div\",{class:l},[c])}};Lu.Group=Au,Lu.install=function(e){e.use(w[\"a\"]),e.component(Lu.name,Lu),e.component(Au.name,Au)};var Fu=Lu;function Iu(e){this.changeYear(e)}function Ru(){}var Du={name:\"MonthPanel\",mixins:[p[\"a\"]],props:{value:s[\"a\"].any,defaultValue:s[\"a\"].any,cellRender:s[\"a\"].any,contentRender:s[\"a\"].any,locale:s[\"a\"].any,rootPrefixCls:s[\"a\"].string,disabledDate:s[\"a\"].func,renderFooter:s[\"a\"].func,changeYear:s[\"a\"].func.def(Ru)},data:function(){var e=this.value,t=this.defaultValue;return this.nextYear=Iu.bind(this,1),this.previousYear=Iu.bind(this,-1),{sValue:e||t}},watch:{value:function(e){this.setState({sValue:e})}},methods:{setAndSelectValue:function(e){this.setValue(e),this.__emit(\"select\",e)},setValue:function(e){Object(B[\"s\"])(this,\"value\")&&this.setState({sValue:e})}},render:function(){var e=arguments[0],t=this.sValue,n=this.cellRender,r=this.contentRender,i=this.locale,o=this.rootPrefixCls,a=this.disabledDate,s=this.renderFooter,c=t.year(),l=o+\"-month-panel\",u=s&&s(\"month\");return e(\"div\",{class:l},[e(\"div\",[e(\"div\",{class:l+\"-header\"},[e(\"a\",{class:l+\"-prev-year-btn\",attrs:{role:\"button\",title:i.previousYear},on:{click:this.previousYear}}),e(\"a\",{class:l+\"-year-select\",attrs:{role:\"button\",title:i.yearSelect},on:{click:Object(B[\"k\"])(this).yearPanelShow||Ru}},[e(\"span\",{class:l+\"-year-select-content\"},[c]),e(\"span\",{class:l+\"-year-select-arrow\"},[\"x\"])]),e(\"a\",{class:l+\"-next-year-btn\",attrs:{role:\"button\",title:i.nextYear},on:{click:this.nextYear}})]),e(\"div\",{class:l+\"-body\"},[e(qs,{attrs:{disabledDate:a,locale:i,value:t,cellRender:n,contentRender:r,prefixCls:l},on:{select:this.setAndSelectValue}})]),u&&e(\"div\",{class:l+\"-footer\"},[u])])])}},Nu=Du,Bu=4,Ku=3;function Wu(){}function Uu(e){var t=this.sValue.clone();t.add(e,\"year\"),this.setState({sValue:t})}function qu(e){var t=this.sValue.clone();t.year(e),t.month(this.sValue.month()),this.sValue=t,this.__emit(\"select\",t)}var Yu={mixins:[p[\"a\"]],props:{rootPrefixCls:s[\"a\"].string,value:s[\"a\"].object,defaultValue:s[\"a\"].object,locale:s[\"a\"].object,renderFooter:s[\"a\"].func,disabledDate:s[\"a\"].func},data:function(){return this.nextDecade=Uu.bind(this,10),this.previousDecade=Uu.bind(this,-10),{sValue:this.value||this.defaultValue}},watch:{value:function(e){this.sValue=e}},methods:{years:function(){for(var e=this.sValue,t=e.year(),n=10*parseInt(t/10,10),r=n-1,i=[],o=0,a=0;a<Bu;a++){i[a]=[];for(var s=0;s<Ku;s++){var c=r+o,l=String(c);i[a][s]={content:l,year:c,title:l},o++}}return i}},render:function(){var e=this,t=arguments[0],n=this.sValue,r=this.locale,i=this.renderFooter,o=this.$props,s=Object(B[\"k\"])(this).decadePanelShow||Wu,c=this.years(),l=n.year(),u=10*parseInt(l/10,10),h=u+9,d=this.rootPrefixCls+\"-year-panel\",f=o.disabledDate,p=c.map((function(r,i){var o=r.map((function(r){var i,o=!1;if(f){var s=n.clone();s.year(r.year),o=f(s)}var c=(i={},a()(i,d+\"-cell\",1),a()(i,d+\"-cell-disabled\",o),a()(i,d+\"-selected-cell\",r.year===l),a()(i,d+\"-last-decade-cell\",r.year<u),a()(i,d+\"-next-decade-cell\",r.year>h),i),p=Wu;return p=r.year<u?e.previousDecade:r.year>h?e.nextDecade:qu.bind(e,r.year),t(\"td\",{attrs:{role:\"gridcell\",title:r.title},key:r.content,on:{click:o?Wu:p},class:c},[t(\"a\",{class:d+\"-year\"},[r.content])])}));return t(\"tr\",{key:i,attrs:{role:\"row\"}},[o])})),v=i&&i(\"year\");return t(\"div\",{class:d},[t(\"div\",[t(\"div\",{class:d+\"-header\"},[t(\"a\",{class:d+\"-prev-decade-btn\",attrs:{role:\"button\",title:r.previousDecade},on:{click:this.previousDecade}}),t(\"a\",{class:d+\"-decade-select\",attrs:{role:\"button\",title:r.decadeSelect},on:{click:s}},[t(\"span\",{class:d+\"-decade-select-content\"},[u,\"-\",h]),t(\"span\",{class:d+\"-decade-select-arrow\"},[\"x\"])]),t(\"a\",{class:d+\"-next-decade-btn\",attrs:{role:\"button\",title:r.nextDecade},on:{click:this.nextDecade}})]),t(\"div\",{class:d+\"-body\"},[t(\"table\",{class:d+\"-table\",attrs:{cellSpacing:\"0\",role:\"grid\"}},[t(\"tbody\",{class:d+\"-tbody\"},[p])])]),v&&t(\"div\",{class:d+\"-footer\"},[v])])])}},Gu=4,Xu=3;function Ju(){}function Qu(e){var t=this.sValue.clone();t.add(e,\"years\"),this.setState({sValue:t})}function Zu(e,t){var n=this.sValue.clone();n.year(e),n.month(this.sValue.month()),this.__emit(\"select\",n),t.preventDefault()}var eh={mixins:[p[\"a\"]],props:{locale:s[\"a\"].object,value:s[\"a\"].object,defaultValue:s[\"a\"].object,rootPrefixCls:s[\"a\"].string,renderFooter:s[\"a\"].func},data:function(){return this.nextCentury=Qu.bind(this,100),this.previousCentury=Qu.bind(this,-100),{sValue:this.value||this.defaultValue}},watch:{value:function(e){this.sValue=e}},render:function(){for(var e=this,t=arguments[0],n=this.sValue,r=this.$props,i=r.locale,o=r.renderFooter,s=n.year(),c=100*parseInt(s/100,10),l=c-10,u=c+99,h=[],d=0,f=this.rootPrefixCls+\"-decade-panel\",p=0;p<Gu;p++){h[p]=[];for(var v=0;v<Xu;v++){var m=l+10*d,g=l+10*d+9;h[p][v]={startDecade:m,endDecade:g},d++}}var b=o&&o(\"decade\"),y=h.map((function(n,r){var i=n.map((function(n){var r,i=n.startDecade,o=n.endDecade,l=i<c,h=o>u,d=(r={},a()(r,f+\"-cell\",1),a()(r,f+\"-selected-cell\",i<=s&&s<=o),a()(r,f+\"-last-century-cell\",l),a()(r,f+\"-next-century-cell\",h),r),p=i+\"-\"+o,v=Ju;return v=l?e.previousCentury:h?e.nextCentury:Zu.bind(e,i),t(\"td\",{key:i,on:{click:v},attrs:{role:\"gridcell\"},class:d},[t(\"a\",{class:f+\"-decade\"},[p])])}));return t(\"tr\",{key:r,attrs:{role:\"row\"}},[i])}));return t(\"div\",{class:f},[t(\"div\",{class:f+\"-header\"},[t(\"a\",{class:f+\"-prev-century-btn\",attrs:{role:\"button\",title:i.previousCentury},on:{click:this.previousCentury}}),t(\"div\",{class:f+\"-century\"},[c,\"-\",u]),t(\"a\",{class:f+\"-next-century-btn\",attrs:{role:\"button\",title:i.nextCentury},on:{click:this.nextCentury}})]),t(\"div\",{class:f+\"-body\"},[t(\"table\",{class:f+\"-table\",attrs:{cellSpacing:\"0\",role:\"grid\"}},[t(\"tbody\",{class:f+\"-tbody\"},[y])])]),b&&t(\"div\",{class:f+\"-footer\"},[b])])}};function th(){}function nh(e){var t=this.value.clone();t.add(e,\"months\"),this.__emit(\"valueChange\",t)}function rh(e){var t=this.value.clone();t.add(e,\"years\"),this.__emit(\"valueChange\",t)}function ih(e,t){return e?t:null}var oh={name:\"CalendarHeader\",mixins:[p[\"a\"]],props:{prefixCls:s[\"a\"].string,value:s[\"a\"].object,showTimePicker:s[\"a\"].bool,locale:s[\"a\"].object,enablePrev:s[\"a\"].any.def(1),enableNext:s[\"a\"].any.def(1),disabledMonth:s[\"a\"].func,mode:s[\"a\"].any,monthCellRender:s[\"a\"].func,monthCellContentRender:s[\"a\"].func,renderFooter:s[\"a\"].func},data:function(){return this.nextMonth=nh.bind(this,1),this.previousMonth=nh.bind(this,-1),this.nextYear=rh.bind(this,1),this.previousYear=rh.bind(this,-1),{yearPanelReferer:null}},methods:{onMonthSelect:function(e){this.__emit(\"panelChange\",e,\"date\"),Object(B[\"k\"])(this).monthSelect?this.__emit(\"monthSelect\",e):this.__emit(\"valueChange\",e)},onYearSelect:function(e){var t=this.yearPanelReferer;this.setState({yearPanelReferer:null}),this.__emit(\"panelChange\",e,t),this.__emit(\"valueChange\",e)},onDecadeSelect:function(e){this.__emit(\"panelChange\",e,\"year\"),this.__emit(\"valueChange\",e)},changeYear:function(e){e>0?this.nextYear():this.previousYear()},monthYearElement:function(e){var t=this,n=this.$createElement,r=this.$props,i=r.prefixCls,o=r.locale,a=r.value,s=a.localeData(),c=o.monthBeforeYear,l=i+\"-\"+(c?\"my-select\":\"ym-select\"),u=e?\" \"+i+\"-time-status\":\"\",h=n(\"a\",{class:i+\"-year-select\"+u,attrs:{role:\"button\",title:e?null:o.yearSelect},on:{click:e?th:function(){return t.showYearPanel(\"date\")}}},[a.format(o.yearFormat)]),d=n(\"a\",{class:i+\"-month-select\"+u,attrs:{role:\"button\",title:e?null:o.monthSelect},on:{click:e?th:this.showMonthPanel}},[o.monthFormat?a.format(o.monthFormat):s.monthsShort(a)]),f=void 0;e&&(f=n(\"a\",{class:i+\"-day-select\"+u,attrs:{role:\"button\"}},[a.format(o.dayFormat)]));var p=[];return p=c?[d,f,h]:[h,d,f],n(\"span\",{class:l},[p])},showMonthPanel:function(){this.__emit(\"panelChange\",null,\"month\")},showYearPanel:function(e){this.setState({yearPanelReferer:e}),this.__emit(\"panelChange\",null,\"year\")},showDecadePanel:function(){this.__emit(\"panelChange\",null,\"decade\")}},render:function(){var e=this,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.locale,o=n.mode,a=n.value,s=n.showTimePicker,c=n.enableNext,l=n.enablePrev,u=n.disabledMonth,h=n.renderFooter,d=null;return\"month\"===o&&(d=t(Nu,{attrs:{locale:i,value:a,rootPrefixCls:r,disabledDate:u,cellRender:n.monthCellRender,contentRender:n.monthCellContentRender,renderFooter:h,changeYear:this.changeYear},on:{select:this.onMonthSelect,yearPanelShow:function(){return e.showYearPanel(\"month\")}}})),\"year\"===o&&(d=t(Yu,{attrs:{locale:i,value:a,rootPrefixCls:r,renderFooter:h,disabledDate:u},on:{select:this.onYearSelect,decadePanelShow:this.showDecadePanel}})),\"decade\"===o&&(d=t(eh,{attrs:{locale:i,value:a,rootPrefixCls:r,renderFooter:h},on:{select:this.onDecadeSelect}})),t(\"div\",{class:r+\"-header\"},[t(\"div\",{style:{position:\"relative\"}},[ih(l&&!s,t(\"a\",{class:r+\"-prev-year-btn\",attrs:{role:\"button\",title:i.previousYear},on:{click:this.previousYear}})),ih(l&&!s,t(\"a\",{class:r+\"-prev-month-btn\",attrs:{role:\"button\",title:i.previousMonth},on:{click:this.previousMonth}})),this.monthYearElement(s),ih(c&&!s,t(\"a\",{class:r+\"-next-month-btn\",on:{click:this.nextMonth},attrs:{title:i.nextMonth}})),ih(c&&!s,t(\"a\",{class:r+\"-next-year-btn\",on:{click:this.nextYear},attrs:{title:i.nextYear}}))]),d])}},ah=oh;function sh(){}var ch={functional:!0,render:function(e,t){var n=arguments[0],r=t.props,i=t.listeners,o=void 0===i?{}:i,a=r.prefixCls,s=r.locale,c=r.value,l=r.timePicker,u=r.disabled,h=r.disabledDate,d=r.text,f=o.today,p=void 0===f?sh:f,v=(!d&&l?s.now:d)||s.today,m=h&&!Es(Os(c),h),g=m||u,b=g?a+\"-today-btn-disabled\":\"\";return n(\"a\",{class:a+\"-today-btn \"+b,attrs:{role:\"button\",title:zs(c)},on:{click:g?sh:p}},[v])}};function lh(){}var uh={functional:!0,render:function(e,t){var n=arguments[0],r=t.props,i=t.listeners,o=void 0===i?{}:i,a=r.prefixCls,s=r.locale,c=r.okDisabled,l=o.ok,u=void 0===l?lh:l,h=a+\"-ok-btn\";return c&&(h+=\" \"+a+\"-ok-btn-disabled\"),n(\"a\",{class:h,attrs:{role:\"button\"},on:{click:c?lh:u}},[s.ok])}};function hh(){}var dh={functional:!0,render:function(e,t){var n,r=t.props,i=t.listeners,o=void 0===i?{}:i,s=r.prefixCls,c=r.locale,l=r.showTimePicker,u=r.timePickerDisabled,h=o.closeTimePicker,d=void 0===h?hh:h,f=o.openTimePicker,p=void 0===f?hh:f,v=(n={},a()(n,s+\"-time-picker-btn\",!0),a()(n,s+\"-time-picker-btn-disabled\",u),n),m=hh;return u||(m=l?d:p),e(\"a\",{class:v,attrs:{role:\"button\"},on:{click:m}},[l?c.dateSelect:c.timeSelect])}},fh={mixins:[p[\"a\"]],props:{prefixCls:s[\"a\"].string,showDateInput:s[\"a\"].bool,disabledTime:s[\"a\"].any,timePicker:s[\"a\"].any,selectedValue:s[\"a\"].any,showOk:s[\"a\"].bool,value:s[\"a\"].object,renderFooter:s[\"a\"].func,defaultValue:s[\"a\"].object,locale:s[\"a\"].object,showToday:s[\"a\"].bool,disabledDate:s[\"a\"].func,showTimePicker:s[\"a\"].bool,okDisabled:s[\"a\"].bool,mode:s[\"a\"].string},methods:{onSelect:function(e){this.__emit(\"select\",e)},getRootDOMNode:function(){return this.$el}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.value,r=t.prefixCls,o=t.showOk,s=t.timePicker,c=t.renderFooter,l=t.showToday,u=t.mode,h=null,d=c&&c(u);if(l||s||d){var f,p={props:I()({},t,{value:n}),on:Object(B[\"k\"])(this)},v=null;l&&(v=e(ch,i()([{key:\"todayButton\"},p]))),delete p.props.value;var m=null;(!0===o||!1!==o&&s)&&(m=e(uh,i()([{key:\"okButton\"},p])));var g=null;s&&(g=e(dh,i()([{key:\"timePickerButton\"},p])));var b=void 0;(v||g||m||d)&&(b=e(\"span\",{class:r+\"-footer-btn\"},[d,v,g,m]));var y=(f={},a()(f,r+\"-footer\",!0),a()(f,r+\"-footer-show-ok\",!!m),f);h=e(\"div\",{class:y},[b])}return h}},ph=fh,vh=void 0,mh=void 0,gh=void 0,bh={mixins:[p[\"a\"]],props:{prefixCls:s[\"a\"].string,timePicker:s[\"a\"].object,value:s[\"a\"].object,disabledTime:s[\"a\"].any,format:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].arrayOf(s[\"a\"].string),s[\"a\"].func]),locale:s[\"a\"].object,disabledDate:s[\"a\"].func,placeholder:s[\"a\"].string,selectedValue:s[\"a\"].object,clearIcon:s[\"a\"].any,inputMode:s[\"a\"].string,inputReadOnly:s[\"a\"].bool},data:function(){var e=this.selectedValue;return{str:Hs(e,this.format),invalid:!1,hasFocus:!1}},watch:{selectedValue:function(){this.setState()},format:function(){this.setState()}},updated:function(){var e=this;this.$nextTick((function(){!gh||!e.$data.hasFocus||e.invalid||0===vh&&0===mh||gh.setSelectionRange(vh,mh)}))},getInstance:function(){return gh},methods:{getDerivedStateFromProps:function(e,t){var n={};gh&&(vh=gh.selectionStart,mh=gh.selectionEnd);var r=e.selectedValue;return t.hasFocus||(n={str:Hs(r,this.format),invalid:!1}),n},onClear:function(){this.setState({str:\"\"}),this.__emit(\"clear\",null)},onInputChange:function(e){var t=e.target,n=t.value,r=t.composing,i=this.str,o=void 0===i?\"\":i;if(!e.isComposing&&!r&&o!==n){var a=this.$props,s=a.disabledDate,c=a.format,l=a.selectedValue;if(!n)return this.__emit(\"change\",null),void this.setState({invalid:!1,str:n});var u=ws()(n,c,!0);if(u.isValid()){var h=this.value.clone();h.year(u.year()).month(u.month()).date(u.date()).hour(u.hour()).minute(u.minute()).second(u.second()),!h||s&&s(h)?this.setState({invalid:!0,str:n}):(l!==h||l&&h&&!l.isSame(h))&&(this.setState({invalid:!1,str:n}),this.__emit(\"change\",h))}else this.setState({invalid:!0,str:n})}},onFocus:function(){this.setState({hasFocus:!0})},onBlur:function(){this.setState((function(e,t){return{hasFocus:!1,str:Hs(t.value,t.format)}}))},onKeyDown:function(e){var t=e.keyCode,n=this.$props,r=n.value,i=n.disabledDate;if(t===oe.ENTER){var o=!i||!i(r);o&&this.__emit(\"select\",r.clone()),e.preventDefault()}},getRootDOMNode:function(){return this.$el},focus:function(){gh&&gh.focus()},saveDateInput:function(e){gh=e}},render:function(){var e=arguments[0],t=this.invalid,n=this.str,r=this.locale,o=this.prefixCls,a=this.placeholder,s=this.disabled,c=this.showClear,l=this.inputMode,u=this.inputReadOnly,h=Object(B[\"g\"])(this,\"clearIcon\"),d=t?o+\"-input-invalid\":\"\";return e(\"div\",{class:o+\"-input-wrap\"},[e(\"div\",{class:o+\"-date-input-wrap\"},[e(\"input\",i()([{directives:[{name:\"ant-ref\",value:this.saveDateInput},{name:\"ant-input\"}]},{class:o+\"-input \"+d,domProps:{value:n},attrs:{disabled:s,placeholder:a,inputMode:l,readOnly:u},on:{input:this.onInputChange,keydown:this.onKeyDown,focus:this.onFocus,blur:this.onBlur}}]))]),c?e(\"a\",{attrs:{role:\"button\",title:r.clear},on:{click:this.onClear}},[h||e(\"span\",{class:o+\"-clear-btn\"})]):null])}},yh=bh;function Ch(e){return e.clone().startOf(\"month\")}function wh(e){return e.clone().endOf(\"month\")}function xh(e,t,n){return e.clone().add(t,n)}function Sh(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1],n=arguments[2];return e.some((function(e){return e.isSame(t,n)}))}var kh=function(e){return!(!ws.a.isMoment(e)||!e.isValid())&&e},Oh={name:\"Calendar\",props:{locale:s[\"a\"].object.def(rc[\"a\"]),format:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].arrayOf(s[\"a\"].string),s[\"a\"].func]),visible:s[\"a\"].bool.def(!0),prefixCls:s[\"a\"].string.def(\"rc-calendar\"),defaultValue:s[\"a\"].object,value:s[\"a\"].object,selectedValue:s[\"a\"].object,defaultSelectedValue:s[\"a\"].object,mode:s[\"a\"].oneOf([\"time\",\"date\",\"month\",\"year\",\"decade\"]),showDateInput:s[\"a\"].bool.def(!0),showWeekNumber:s[\"a\"].bool,showToday:s[\"a\"].bool.def(!0),showOk:s[\"a\"].bool,timePicker:s[\"a\"].any,dateInputPlaceholder:s[\"a\"].any,disabledDate:s[\"a\"].func,disabledTime:s[\"a\"].any,dateRender:s[\"a\"].func,renderFooter:s[\"a\"].func.def((function(){return null})),renderSidebar:s[\"a\"].func.def((function(){return null})),clearIcon:s[\"a\"].any,focusablePanel:s[\"a\"].bool.def(!0),inputMode:s[\"a\"].string,inputReadOnly:s[\"a\"].bool},mixins:[p[\"a\"],ec,Zs],data:function(){var e=this.$props;return{sMode:this.mode||\"date\",sValue:kh(e.value)||kh(e.defaultValue)||ws()(),sSelectedValue:e.selectedValue||e.defaultSelectedValue}},watch:{mode:function(e){this.setState({sMode:e})},value:function(e){this.setState({sValue:kh(e)||kh(this.defaultValue)||Gs(this.sValue)})},selectedValue:function(e){this.setState({sSelectedValue:e})}},mounted:function(){var e=this;this.$nextTick((function(){e.saveFocusElement(yh.getInstance())}))},methods:{onPanelChange:function(e,t){var n=this.sValue;Object(B[\"s\"])(this,\"mode\")||this.setState({sMode:t}),this.__emit(\"panelChange\",e||n,t)},onKeyDown:function(e){if(\"input\"!==e.target.nodeName.toLowerCase()){var t=e.keyCode,n=e.ctrlKey||e.metaKey,r=this.disabledDate,i=this.sValue;switch(t){case oe.DOWN:return this.goTime(1,\"weeks\"),e.preventDefault(),1;case oe.UP:return this.goTime(-1,\"weeks\"),e.preventDefault(),1;case oe.LEFT:return n?this.goTime(-1,\"years\"):this.goTime(-1,\"days\"),e.preventDefault(),1;case oe.RIGHT:return n?this.goTime(1,\"years\"):this.goTime(1,\"days\"),e.preventDefault(),1;case oe.HOME:return this.setValue(Ch(i)),e.preventDefault(),1;case oe.END:return this.setValue(wh(i)),e.preventDefault(),1;case oe.PAGE_DOWN:return this.goTime(1,\"month\"),e.preventDefault(),1;case oe.PAGE_UP:return this.goTime(-1,\"month\"),e.preventDefault(),1;case oe.ENTER:return r&&r(i)||this.onSelect(i,{source:\"keyboard\"}),e.preventDefault(),1;default:return this.__emit(\"keydown\",e),1}}},onClear:function(){this.onSelect(null),this.__emit(\"clear\")},onOk:function(){var e=this.sSelectedValue;this.isAllowedDate(e)&&this.__emit(\"ok\",e)},onDateInputChange:function(e){this.onSelect(e,{source:\"dateInput\"})},onDateInputSelect:function(e){this.onSelect(e,{source:\"dateInputSelect\"})},onDateTableSelect:function(e){var t=this.timePicker,n=this.sSelectedValue;if(!n&&t){var r=Object(B[\"l\"])(t),i=r.defaultValue;i&&Ts(i,e)}this.onSelect(e)},onToday:function(){var e=this.sValue,t=Os(e);this.onSelect(t,{source:\"todayButton\"})},onBlur:function(e){var t=this;setTimeout((function(){var n=yh.getInstance(),r=t.rootInstance;!r||r.contains(document.activeElement)||n&&n.contains(document.activeElement)||t.$emit(\"blur\",e)}),0)},getRootDOMNode:function(){return this.$el},openTimePicker:function(){this.onPanelChange(null,\"time\")},closeTimePicker:function(){this.onPanelChange(null,\"date\")},goTime:function(e,t){this.setValue(xh(this.sValue,e,t))}},render:function(){var e=arguments[0],t=this.locale,n=this.prefixCls,r=this.disabledDate,i=this.dateInputPlaceholder,o=this.timePicker,a=this.disabledTime,s=this.showDateInput,c=this.sValue,l=this.sSelectedValue,u=this.sMode,h=this.renderFooter,d=this.inputMode,f=this.inputReadOnly,p=this.monthCellRender,v=this.monthCellContentRender,m=this.$props,g=Object(B[\"g\"])(this,\"clearIcon\"),b=\"time\"===u,y=b&&a&&o?Vs(l,a):null,C=null;if(o&&b){var w=Object(B[\"l\"])(o),x={props:I()({showHour:!0,showSecond:!0,showMinute:!0},w,y,{value:l,disabledTime:a}),on:{change:this.onDateInputChange}};void 0!==w.defaultValue&&(x.props.defaultOpenValue=w.defaultValue),C=Object(At[\"a\"])(o,x)}var S=s?e(yh,{attrs:{format:this.getFormat(),value:c,locale:t,placeholder:i,showClear:!0,disabledTime:a,disabledDate:r,prefixCls:n,selectedValue:l,clearIcon:g,inputMode:d,inputReadOnly:f},key:\"date-input\",on:{clear:this.onClear,change:this.onDateInputChange,select:this.onDateInputSelect}}):null,k=[];return m.renderSidebar&&k.push(m.renderSidebar()),k.push(e(\"div\",{class:n+\"-panel\",key:\"panel\"},[S,e(\"div\",{attrs:{tabIndex:m.focusablePanel?0:void 0},class:n+\"-date-panel\"},[e(ah,{attrs:{locale:t,mode:u,value:c,disabledMonth:r,renderFooter:h,showTimePicker:b,prefixCls:n,monthCellRender:p,monthCellContentRender:v},on:{valueChange:this.setValue,panelChange:this.onPanelChange}}),o&&b?e(\"div\",{class:n+\"-time-picker\"},[e(\"div\",{class:n+\"-time-picker-panel\"},[C])]):null,e(\"div\",{class:n+\"-body\"},[e(Ns,{attrs:{locale:t,value:c,selectedValue:l,prefixCls:n,dateRender:m.dateRender,disabledDate:r,showWeekNumber:m.showWeekNumber},on:{select:this.onDateTableSelect}})]),e(ph,{attrs:{showOk:m.showOk,mode:u,renderFooter:m.renderFooter,locale:t,prefixCls:n,showToday:m.showToday,disabledTime:a,showTimePicker:b,showDateInput:m.showDateInput,timePicker:o,selectedValue:l,timePickerDisabled:!l,value:c,disabledDate:r,okDisabled:!1!==m.showOk&&(!l||!this.isAllowedDate(l))},on:{ok:this.onOk,select:this.onSelect,today:this.onToday,openTimePicker:this.openTimePicker,closeTimePicker:this.closeTimePicker}})])])),this.renderRoot({children:k,class:m.showWeekNumber?n+\"-week-number\":\"\"})}},Mh=Oh,zh=Mh;Lt[\"a\"].use(It.a,{name:\"ant-ref\"});var _h=zh,Th={name:\"MonthCalendar\",props:{locale:s[\"a\"].object.def(rc[\"a\"]),format:s[\"a\"].string,visible:s[\"a\"].bool.def(!0),prefixCls:s[\"a\"].string.def(\"rc-calendar\"),monthCellRender:s[\"a\"].func,value:s[\"a\"].object,defaultValue:s[\"a\"].object,selectedValue:s[\"a\"].object,defaultSelectedValue:s[\"a\"].object,disabledDate:s[\"a\"].func,monthCellContentRender:s[\"a\"].func,renderFooter:s[\"a\"].func.def((function(){return null})),renderSidebar:s[\"a\"].func.def((function(){return null}))},mixins:[p[\"a\"],ec,Zs],data:function(){var e=this.$props;return{mode:\"month\",sValue:e.value||e.defaultValue||ws()(),sSelectedValue:e.selectedValue||e.defaultSelectedValue}},methods:{onKeyDown:function(e){var t=e.keyCode,n=e.ctrlKey||e.metaKey,r=this.sValue,i=this.disabledDate,o=r;switch(t){case oe.DOWN:o=r.clone(),o.add(3,\"months\");break;case oe.UP:o=r.clone(),o.add(-3,\"months\");break;case oe.LEFT:o=r.clone(),n?o.add(-1,\"years\"):o.add(-1,\"months\");break;case oe.RIGHT:o=r.clone(),n?o.add(1,\"years\"):o.add(1,\"months\");break;case oe.ENTER:return i&&i(r)||this.onSelect(r),e.preventDefault(),1;default:return}if(o!==r)return this.setValue(o),e.preventDefault(),1},handlePanelChange:function(e,t){\"date\"!==t&&this.setState({mode:t})}},render:function(){var e=arguments[0],t=this.mode,n=this.sValue,r=this.$props,i=this.$scopedSlots,o=r.prefixCls,a=r.locale,s=r.disabledDate,c=this.monthCellRender||i.monthCellRender,l=this.monthCellContentRender||i.monthCellContentRender,u=this.renderFooter||i.renderFooter,h=e(\"div\",{class:o+\"-month-calendar-content\"},[e(\"div\",{class:o+\"-month-header-wrap\"},[e(ah,{attrs:{prefixCls:o,mode:t,value:n,locale:a,disabledMonth:s,monthCellRender:c,monthCellContentRender:l},on:{monthSelect:this.onSelect,valueChange:this.setValue,panelChange:this.handlePanelChange}})]),e(ph,{attrs:{prefixCls:o,renderFooter:u}})]);return this.renderRoot({class:r.prefixCls+\"-month-calendar\",children:h})}},Vh=Th,jh=n(\"3eea\"),Ph=n.n(jh),Eh=n(\"3f50\"),Hh={adjustX:1,adjustY:1},Lh=[0,0],$h={bottomLeft:{points:[\"tl\",\"tl\"],overflow:Hh,offset:[0,-3],targetOffset:Lh},bottomRight:{points:[\"tr\",\"tr\"],overflow:Hh,offset:[0,-3],targetOffset:Lh},topRight:{points:[\"br\",\"br\"],overflow:Hh,offset:[0,3],targetOffset:Lh},topLeft:{points:[\"bl\",\"bl\"],overflow:Hh,offset:[0,3],targetOffset:Lh}},Ah=$h,Fh={validator:function(e){return Array.isArray(e)?0===e.length||-1===e.findIndex((function(e){return!wc()(e)&&!ws.a.isMoment(e)})):wc()(e)||ws.a.isMoment(e)}},Ih={name:\"Picker\",props:{animation:s[\"a\"].oneOfType([s[\"a\"].func,s[\"a\"].string]),disabled:s[\"a\"].bool,transitionName:s[\"a\"].string,format:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].array,s[\"a\"].func]),children:s[\"a\"].func,getCalendarContainer:s[\"a\"].func,calendar:s[\"a\"].any,open:s[\"a\"].bool,defaultOpen:s[\"a\"].bool.def(!1),prefixCls:s[\"a\"].string.def(\"rc-calendar-picker\"),placement:s[\"a\"].any.def(\"bottomLeft\"),value:Fh,defaultValue:Fh,align:s[\"a\"].object.def((function(){return{}})),dropdownClassName:s[\"a\"].string,dateRender:s[\"a\"].func},mixins:[p[\"a\"]],data:function(){var e=this.$props,t=void 0;t=Object(B[\"s\"])(this,\"open\")?e.open:e.defaultOpen;var n=e.value||e.defaultValue;return{sOpen:t,sValue:n}},watch:{value:function(e){this.setState({sValue:e})},open:function(e){this.setState({sOpen:e})}},mounted:function(){this.preSOpen=this.sOpen},updated:function(){!this.preSOpen&&this.sOpen&&(this.focusTimeout=setTimeout(this.focusCalendar,0)),this.preSOpen=this.sOpen},beforeDestroy:function(){clearTimeout(this.focusTimeout)},methods:{onCalendarKeyDown:function(e){e.keyCode===oe.ESC&&(e.stopPropagation(),this.closeCalendar(this.focus))},onCalendarSelect:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.$props;Object(B[\"s\"])(this,\"value\")||this.setState({sValue:e});var r=Object(B[\"l\"])(n.calendar);(\"keyboard\"===t.source||\"dateInputSelect\"===t.source||!r.timePicker&&\"dateInput\"!==t.source||\"todayButton\"===t.source)&&this.closeCalendar(this.focus),this.__emit(\"change\",e)},onKeyDown:function(e){this.sOpen||e.keyCode!==oe.DOWN&&e.keyCode!==oe.ENTER||(this.openCalendar(),e.preventDefault())},onCalendarOk:function(){this.closeCalendar(this.focus)},onCalendarClear:function(){this.closeCalendar(this.focus)},onCalendarBlur:function(){this.setOpen(!1)},onVisibleChange:function(e){this.setOpen(e)},getCalendarElement:function(){var e=this.$props,t=Object(B[\"l\"])(e.calendar),n=Object(B[\"i\"])(e.calendar),r=this.sValue,i=r,o={ref:\"calendarInstance\",props:{defaultValue:i||t.defaultValue,selectedValue:r},on:{keydown:this.onCalendarKeyDown,ok:Object(Eh[\"a\"])(n.ok,this.onCalendarOk),select:Object(Eh[\"a\"])(n.select,this.onCalendarSelect),clear:Object(Eh[\"a\"])(n.clear,this.onCalendarClear),blur:Object(Eh[\"a\"])(n.blur,this.onCalendarBlur)}};return Object(At[\"a\"])(e.calendar,o)},setOpen:function(e,t){this.sOpen!==e&&(Object(B[\"s\"])(this,\"open\")||this.setState({sOpen:e},t),this.__emit(\"openChange\",e))},openCalendar:function(e){this.setOpen(!0,e)},closeCalendar:function(e){this.setOpen(!1,e)},focus:function(){this.sOpen||this.$el.focus()},focusCalendar:function(){this.sOpen&&this.calendarInstance&&this.calendarInstance.componentInstance&&this.calendarInstance.componentInstance.focus()}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=Object(B[\"q\"])(this),r=t.prefixCls,i=t.placement,o=t.getCalendarContainer,a=t.align,s=t.animation,c=t.disabled,l=t.dropdownClassName,u=t.transitionName,h=this.sValue,d=this.sOpen,f=this.$scopedSlots[\"default\"],p={value:h,open:d};return!this.sOpen&&this.calendarInstance||(this.calendarInstance=this.getCalendarElement()),e(Lr,{attrs:{popupAlign:a,builtinPlacements:Ah,popupPlacement:i,action:c&&!d?[]:[\"click\"],destroyPopupOnHide:!0,getPopupContainer:o,popupStyle:n,popupAnimation:s,popupTransitionName:u,popupVisible:d,prefixCls:r,popupClassName:l},on:{popupVisibleChange:this.onVisibleChange}},[e(\"template\",{slot:\"popup\"},[this.calendarInstance]),Object(At[\"a\"])(f(p,t),{on:{keydown:this.onKeyDown}})])}},Rh=Ih;function Dh(e,t){if(!e)return\"\";if(Array.isArray(t)&&(t=t[0]),\"function\"===typeof t){var n=t(e);if(\"string\"===typeof n)return n;throw new Error(\"The function of format does not return a string\")}return e.format(t)}function Nh(){}function Bh(e,t){return{props:Object(B[\"t\"])(t,{allowClear:!0,showToday:!0}),mixins:[p[\"a\"]],model:{prop:\"value\",event:\"change\"},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this.value||this.defaultValue;if(e&&!bc(Cs).isMoment(e))throw new Error(\"The value/defaultValue of DatePicker or MonthPicker must be a moment object\");return{sValue:e,showDate:e,_open:!!this.open}},watch:{open:function(e){var t=Object(B[\"l\"])(this),n={};n._open=e,\"value\"in t&&!e&&t.value!==this.showDate&&(n.showDate=t.value),this.setState(n)},value:function(e){var t={};t.sValue=e,e!==this.sValue&&(t.showDate=e),this.setState(t)},_open:function(e,t){var n=this;this.$nextTick((function(){Object(B[\"s\"])(n,\"open\")||!t||e||n.focus()}))}},methods:{clearSelection:function(e){e.preventDefault(),e.stopPropagation(),this.handleChange(null)},handleChange:function(e){Object(B[\"s\"])(this,\"value\")||this.setState({sValue:e,showDate:e}),this.$emit(\"change\",e,Dh(e,this.format))},handleCalendarChange:function(e){this.setState({showDate:e})},handleOpenChange:function(e){var t=Object(B[\"l\"])(this);\"open\"in t||this.setState({_open:e}),this.$emit(\"openChange\",e)},focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},renderFooter:function(){var e=this.$createElement,t=this.$scopedSlots,n=this.$slots,r=this._prefixCls,i=this.renderExtraFooter||t.renderExtraFooter||n.renderExtraFooter;return i?e(\"div\",{class:r+\"-footer-extra\"},[\"function\"===typeof i?i.apply(void 0,arguments):i]):null},onMouseEnter:function(e){this.$emit(\"mouseenter\",e)},onMouseLeave:function(e){this.$emit(\"mouseleave\",e)}},render:function(){var t,n=this,r=arguments[0],i=this.$scopedSlots,o=this.$data,s=o.sValue,c=o.showDate,u=o._open,h=Object(B[\"g\"])(this,\"suffixIcon\");h=Array.isArray(h)?h[0]:h;var d=Object(B[\"k\"])(this),f=d.panelChange,p=void 0===f?Nh:f,v=d.focus,m=void 0===v?Nh:v,g=d.blur,b=void 0===g?Nh:g,y=d.ok,C=void 0===y?Nh:y,w=Object(B[\"l\"])(this),x=w.prefixCls,S=w.locale,k=w.localeCode,O=w.inputReadOnly,M=this.configProvider.getPrefixCls,z=M(\"calendar\",x);this._prefixCls=z;var _=w.dateRender||i.dateRender,T=w.monthCellContentRender||i.monthCellContentRender,V=\"placeholder\"in w?w.placeholder:S.lang.placeholder,j=w.showTime?w.disabledTime:null,P=l()((t={},a()(t,z+\"-time\",w.showTime),a()(t,z+\"-month\",Vh===e),t));s&&k&&s.locale(k);var E={props:{},on:{}},H={props:{},on:{}},L={};w.showTime?(H.on.select=this.handleChange,L.minWidth=\"195px\"):E.on.change=this.handleChange,\"mode\"in w&&(H.props.mode=w.mode);var $=Object(B[\"x\"])(H,{props:{disabledDate:w.disabledDate,disabledTime:j,locale:S.lang,timePicker:w.timePicker,defaultValue:w.defaultPickerValue||bc(Cs)(),dateInputPlaceholder:V,prefixCls:z,dateRender:_,format:w.format,showToday:w.showToday,monthCellContentRender:T,renderFooter:this.renderFooter,value:c,inputReadOnly:O},on:{ok:C,panelChange:p,change:this.handleCalendarChange},class:P,scopedSlots:i}),A=r(e,$),F=!w.disabled&&w.allowClear&&s?r(Yi[\"a\"],{attrs:{type:\"close-circle\",theme:\"filled\"},class:z+\"-picker-clear\",on:{click:this.clearSelection}}):null,R=h&&(Object(B[\"w\"])(h)?Object(At[\"a\"])(h,{class:z+\"-picker-icon\"}):r(\"span\",{class:z+\"-picker-icon\"},[h]))||r(Yi[\"a\"],{attrs:{type:\"calendar\"},class:z+\"-picker-icon\"}),D=function(e){var t=e.value;return r(\"div\",[r(\"input\",{ref:\"input\",attrs:{disabled:w.disabled,readOnly:!0,placeholder:V,tabIndex:w.tabIndex,name:n.name},on:{focus:m,blur:b},domProps:{value:Dh(t,n.format)},class:w.pickerInputClass}),F,R])},N={props:I()({},w,E.props,{calendar:A,value:s,prefixCls:z+\"-picker-container\"}),on:I()({},Ph()(d,\"change\"),E.on,{open:u,onOpenChange:this.handleOpenChange}),style:w.popupStyle,scopedSlots:I()({default:D},i)};return r(\"span\",{class:w.pickerClass,style:L,on:{mouseenter:this.onMouseEnter,mouseleave:this.onMouseLeave}},[r(Rh,N)])}}}var Kh={mixins:[p[\"a\"]],props:{format:s[\"a\"].string,prefixCls:s[\"a\"].string,disabledDate:s[\"a\"].func,placeholder:s[\"a\"].string,clearText:s[\"a\"].string,value:s[\"a\"].object,inputReadOnly:s[\"a\"].bool.def(!1),hourOptions:s[\"a\"].array,minuteOptions:s[\"a\"].array,secondOptions:s[\"a\"].array,disabledHours:s[\"a\"].func,disabledMinutes:s[\"a\"].func,disabledSeconds:s[\"a\"].func,allowEmpty:s[\"a\"].bool,defaultOpenValue:s[\"a\"].object,currentSelectPanel:s[\"a\"].string,focusOnOpen:s[\"a\"].bool,clearIcon:s[\"a\"].any},data:function(){var e=this.value,t=this.format;return{str:e&&e.format(t)||\"\",invalid:!1}},mounted:function(){var e=this;if(this.focusOnOpen){var t=window.requestAnimationFrame||window.setTimeout;t((function(){e.$refs.input.focus(),e.$refs.input.select()}))}},watch:{value:function(e){var t=this;this.$nextTick((function(){t.setState({str:e&&e.format(t.format)||\"\",invalid:!1})}))}},methods:{onInputChange:function(e){var t=e.target,n=t.value,r=t.composing,i=this.str,o=void 0===i?\"\":i;if(!e.isComposing&&!r&&o!==n){this.setState({str:n});var a=this.format,s=this.hourOptions,c=this.minuteOptions,l=this.secondOptions,u=this.disabledHours,h=this.disabledMinutes,d=this.disabledSeconds,f=this.value;if(n){var p=this.getProtoValue().clone(),v=ws()(n,a,!0);if(!v.isValid())return void this.setState({invalid:!0});if(p.hour(v.hour()).minute(v.minute()).second(v.second()),s.indexOf(p.hour())<0||c.indexOf(p.minute())<0||l.indexOf(p.second())<0)return void this.setState({invalid:!0});var m=u(),g=h(p.hour()),b=d(p.hour(),p.minute());if(m&&m.indexOf(p.hour())>=0||g&&g.indexOf(p.minute())>=0||b&&b.indexOf(p.second())>=0)return void this.setState({invalid:!0});if(f){if(f.hour()!==p.hour()||f.minute()!==p.minute()||f.second()!==p.second()){var y=f.clone();y.hour(p.hour()),y.minute(p.minute()),y.second(p.second()),this.__emit(\"change\",y)}}else f!==p&&this.__emit(\"change\",p)}else this.__emit(\"change\",null);this.setState({invalid:!1})}},onKeyDown:function(e){27===e.keyCode&&this.__emit(\"esc\"),this.__emit(\"keydown\",e)},getProtoValue:function(){return this.value||this.defaultOpenValue},getInput:function(){var e=this.$createElement,t=this.prefixCls,n=this.placeholder,r=this.inputReadOnly,o=this.invalid,a=this.str,s=o?t+\"-input-invalid\":\"\";return e(\"input\",i()([{class:t+\"-input \"+s,ref:\"input\",on:{keydown:this.onKeyDown,input:this.onInputChange},domProps:{value:a},attrs:{placeholder:n,readOnly:!!r}},{directives:[{name:\"ant-input\"}]}]))}},render:function(){var e=arguments[0],t=this.prefixCls;return e(\"div\",{class:t+\"-input-wrap\"},[this.getInput()])}},Wh=Kh;function Uh(){}var qh=function e(t,n,r){if(r<=0)b()((function(){t.scrollTop=n}));else{var i=n-t.scrollTop,o=i/r*10;b()((function(){t.scrollTop+=o,t.scrollTop!==n&&e(t,n,r-10)}))}},Yh={mixins:[p[\"a\"]],props:{prefixCls:s[\"a\"].string,options:s[\"a\"].array,selectedIndex:s[\"a\"].number,type:s[\"a\"].string},data:function(){return{active:!1}},mounted:function(){var e=this;this.$nextTick((function(){e.scrollToSelected(0)}))},watch:{selectedIndex:function(){var e=this;this.$nextTick((function(){e.scrollToSelected(120)}))}},methods:{onSelect:function(e){var t=this.type;this.__emit(\"select\",t,e)},onEsc:function(e){this.__emit(\"esc\",e)},getOptions:function(){var e=this,t=this.$createElement,n=this.options,r=this.selectedIndex,i=this.prefixCls;return n.map((function(n,o){var s,c=l()((s={},a()(s,i+\"-select-option-selected\",r===o),a()(s,i+\"-select-option-disabled\",n.disabled),s)),u=n.disabled?Uh:function(){e.onSelect(n.value)},h=function(t){13===t.keyCode?u():27===t.keyCode&&e.onEsc()};return t(\"li\",{attrs:{role:\"button\",disabled:n.disabled,tabIndex:\"0\"},on:{click:u,keydown:h},class:c,key:o},[n.value])}))},handleMouseEnter:function(e){this.setState({active:!0}),this.__emit(\"mouseenter\",e)},handleMouseLeave:function(){this.setState({active:!1})},scrollToSelected:function(e){var t=this.$el,n=this.$refs.list;if(n){var r=this.selectedIndex;r<0&&(r=0);var i=n.children[r],o=i.offsetTop;qh(t,o,e)}}},render:function(){var e,t=arguments[0],n=this.prefixCls,r=this.options,i=this.active;if(0===r.length)return null;var o=(e={},a()(e,n+\"-select\",1),a()(e,n+\"-select-active\",i),e);return t(\"div\",{class:o,on:{mouseenter:this.handleMouseEnter,mouseleave:this.handleMouseLeave}},[t(\"ul\",{ref:\"list\"},[this.getOptions()])])}},Gh=Yh,Xh=function(e,t){var n=\"\"+e;e<10&&(n=\"0\"+e);var r=!1;return t&&t.indexOf(e)>=0&&(r=!0),{value:n,disabled:r}},Jh={mixins:[p[\"a\"]],name:\"Combobox\",props:{format:s[\"a\"].string,defaultOpenValue:s[\"a\"].object,prefixCls:s[\"a\"].string,value:s[\"a\"].object,showHour:s[\"a\"].bool,showMinute:s[\"a\"].bool,showSecond:s[\"a\"].bool,hourOptions:s[\"a\"].array,minuteOptions:s[\"a\"].array,secondOptions:s[\"a\"].array,disabledHours:s[\"a\"].func,disabledMinutes:s[\"a\"].func,disabledSeconds:s[\"a\"].func,use12Hours:s[\"a\"].bool,isAM:s[\"a\"].bool},methods:{onItemChange:function(e,t){var n=this.defaultOpenValue,r=this.use12Hours,i=this.value,o=this.isAM,a=(i||n).clone();if(\"hour\"===e)r?o?a.hour(+t%12):a.hour(+t%12+12):a.hour(+t);else if(\"minute\"===e)a.minute(+t);else if(\"ampm\"===e){var s=t.toUpperCase();r&&(\"PM\"===s&&a.hour()<12&&a.hour(a.hour()%12+12),\"AM\"===s&&a.hour()>=12&&a.hour(a.hour()-12)),this.__emit(\"amPmChange\",s)}else a.second(+t);this.__emit(\"change\",a)},onEnterSelectPanel:function(e){this.__emit(\"currentSelectPanelChange\",e)},onEsc:function(e){this.__emit(\"esc\",e)},getHourSelect:function(e){var t=this,n=this.$createElement,r=this.prefixCls,i=this.hourOptions,o=this.disabledHours,a=this.showHour,s=this.use12Hours;if(!a)return null;var c=o(),l=void 0,u=void 0;return s?(l=[12].concat(i.filter((function(e){return e<12&&e>0}))),u=e%12||12):(l=i,u=e),n(Gh,{attrs:{prefixCls:r,options:l.map((function(e){return Xh(e,c)})),selectedIndex:l.indexOf(u),type:\"hour\"},on:{select:this.onItemChange,mouseenter:function(){return t.onEnterSelectPanel(\"hour\")},esc:this.onEsc}})},getMinuteSelect:function(e){var t=this,n=this.$createElement,r=this.prefixCls,i=this.minuteOptions,o=this.disabledMinutes,a=this.defaultOpenValue,s=this.showMinute,c=this.value;if(!s)return null;var l=c||a,u=o(l.hour());return n(Gh,{attrs:{prefixCls:r,options:i.map((function(e){return Xh(e,u)})),selectedIndex:i.indexOf(e),type:\"minute\"},on:{select:this.onItemChange,mouseenter:function(){return t.onEnterSelectPanel(\"minute\")},esc:this.onEsc}})},getSecondSelect:function(e){var t=this,n=this.$createElement,r=this.prefixCls,i=this.secondOptions,o=this.disabledSeconds,a=this.showSecond,s=this.defaultOpenValue,c=this.value;if(!a)return null;var l=c||s,u=o(l.hour(),l.minute());return n(Gh,{attrs:{prefixCls:r,options:i.map((function(e){return Xh(e,u)})),selectedIndex:i.indexOf(e),type:\"second\"},on:{select:this.onItemChange,mouseenter:function(){return t.onEnterSelectPanel(\"second\")},esc:this.onEsc}})},getAMPMSelect:function(){var e=this,t=this.$createElement,n=this.prefixCls,r=this.use12Hours,i=this.format,o=this.isAM;if(!r)return null;var a=[\"am\",\"pm\"].map((function(e){return i.match(/\\sA/)?e.toUpperCase():e})).map((function(e){return{value:e}})),s=o?0:1;return t(Gh,{attrs:{prefixCls:n,options:a,selectedIndex:s,type:\"ampm\"},on:{select:this.onItemChange,mouseenter:function(){return e.onEnterSelectPanel(\"ampm\")},esc:this.onEsc}})}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.defaultOpenValue,r=this.value,i=r||n;return e(\"div\",{class:t+\"-combobox\"},[this.getHourSelect(i.hour()),this.getMinuteSelect(i.minute()),this.getSecondSelect(i.second()),this.getAMPMSelect(i.hour())])}},Qh=Jh;function Zh(){}function ed(e,t,n){for(var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=[],o=0;o<e;o+=r)(!t||t.indexOf(o)<0||!n)&&i.push(o);return i}function td(e,t,n,r){var i=t.slice().sort((function(t,n){return Math.abs(e.hour()-t)-Math.abs(e.hour()-n)}))[0],o=n.slice().sort((function(t,n){return Math.abs(e.minute()-t)-Math.abs(e.minute()-n)}))[0],a=r.slice().sort((function(t,n){return Math.abs(e.second()-t)-Math.abs(e.second()-n)}))[0];return ws()(i+\":\"+o+\":\"+a,\"HH:mm:ss\")}var nd={mixins:[p[\"a\"]],props:{clearText:s[\"a\"].string,prefixCls:s[\"a\"].string.def(\"rc-time-picker-panel\"),defaultOpenValue:{type:Object,default:function(){return ws()()}},value:s[\"a\"].any,defaultValue:s[\"a\"].any,placeholder:s[\"a\"].string,format:s[\"a\"].string,inputReadOnly:s[\"a\"].bool.def(!1),disabledHours:s[\"a\"].func.def(Zh),disabledMinutes:s[\"a\"].func.def(Zh),disabledSeconds:s[\"a\"].func.def(Zh),hideDisabledOptions:s[\"a\"].bool,allowEmpty:s[\"a\"].bool,showHour:s[\"a\"].bool,showMinute:s[\"a\"].bool,showSecond:s[\"a\"].bool,use12Hours:s[\"a\"].bool.def(!1),hourStep:s[\"a\"].number,minuteStep:s[\"a\"].number,secondStep:s[\"a\"].number,addon:s[\"a\"].func.def(Zh),focusOnOpen:s[\"a\"].bool,clearIcon:s[\"a\"].any},data:function(){return{sValue:this.value,selectionRange:[],currentSelectPanel:\"\"}},watch:{value:function(e){this.setState({sValue:e})}},methods:{onChange:function(e){this.setState({sValue:e}),this.__emit(\"change\",e)},onAmPmChange:function(e){this.__emit(\"amPmChange\",e)},onCurrentSelectPanelChange:function(e){this.setState({currentSelectPanel:e})},close:function(){this.__emit(\"esc\")},onEsc:function(e){this.__emit(\"esc\",e)},disabledHours2:function(){var e=this.use12Hours,t=this.disabledHours,n=t();return e&&Array.isArray(n)&&(n=this.isAM()?n.filter((function(e){return e<12})).map((function(e){return 0===e?12:e})):n.map((function(e){return 12===e?12:e-12}))),n},isAM:function(){var e=this.sValue||this.defaultOpenValue;return e.hour()>=0&&e.hour()<12}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.placeholder,r=this.disabledMinutes,i=this.addon,o=this.disabledSeconds,a=this.hideDisabledOptions,s=this.showHour,c=this.showMinute,l=this.showSecond,u=this.format,h=this.defaultOpenValue,d=this.clearText,f=this.use12Hours,p=this.focusOnOpen,v=this.hourStep,m=this.minuteStep,g=this.secondStep,b=this.inputReadOnly,y=this.sValue,C=this.currentSelectPanel,w=Object(B[\"g\"])(this,\"clearIcon\"),x=Object(B[\"k\"])(this),S=x.esc,k=void 0===S?Zh:S,O=x.keydown,M=void 0===O?Zh:O,z=this.disabledHours2(),_=r(y?y.hour():null),T=o(y?y.hour():null,y?y.minute():null),V=ed(24,z,a,v),j=ed(60,_,a,m),P=ed(60,T,a,g),E=td(h,V,j,P);return e(\"div\",{class:t+\"-inner\"},[e(Wh,{attrs:{clearText:d,prefixCls:t,defaultOpenValue:E,value:y,currentSelectPanel:C,format:u,placeholder:n,hourOptions:V,minuteOptions:j,secondOptions:P,disabledHours:this.disabledHours2,disabledMinutes:r,disabledSeconds:o,focusOnOpen:p,inputReadOnly:b,clearIcon:w},on:{esc:k,change:this.onChange,keydown:M}}),e(Qh,{attrs:{prefixCls:t,value:y,defaultOpenValue:E,format:u,showHour:s,showMinute:c,showSecond:l,hourOptions:V,minuteOptions:j,secondOptions:P,disabledHours:this.disabledHours2,disabledMinutes:r,disabledSeconds:o,use12Hours:f,isAM:this.isAM()},on:{change:this.onChange,amPmChange:this.onAmPmChange,currentSelectPanelChange:this.onCurrentSelectPanelChange,esc:this.onEsc}}),i(this)])}},rd=nd,id={adjustX:1,adjustY:1},od=[0,0],ad={bottomLeft:{points:[\"tl\",\"tl\"],overflow:id,offset:[0,-3],targetOffset:od},bottomRight:{points:[\"tr\",\"tr\"],overflow:id,offset:[0,-3],targetOffset:od},topRight:{points:[\"br\",\"br\"],overflow:id,offset:[0,3],targetOffset:od},topLeft:{points:[\"bl\",\"bl\"],overflow:id,offset:[0,3],targetOffset:od}},sd=ad;function cd(){}var ld={name:\"VcTimePicker\",mixins:[p[\"a\"]],props:Object(B[\"t\"])({prefixCls:s[\"a\"].string,clearText:s[\"a\"].string,value:s[\"a\"].any,defaultOpenValue:{type:Object,default:function(){return ws()()}},inputReadOnly:s[\"a\"].bool,disabled:s[\"a\"].bool,allowEmpty:s[\"a\"].bool,defaultValue:s[\"a\"].any,open:s[\"a\"].bool,defaultOpen:s[\"a\"].bool,align:s[\"a\"].object,placement:s[\"a\"].any,transitionName:s[\"a\"].string,getPopupContainer:s[\"a\"].func,placeholder:s[\"a\"].string,format:s[\"a\"].string,showHour:s[\"a\"].bool,showMinute:s[\"a\"].bool,showSecond:s[\"a\"].bool,popupClassName:s[\"a\"].string,popupStyle:s[\"a\"].object,disabledHours:s[\"a\"].func,disabledMinutes:s[\"a\"].func,disabledSeconds:s[\"a\"].func,hideDisabledOptions:s[\"a\"].bool,name:s[\"a\"].string,autoComplete:s[\"a\"].string,use12Hours:s[\"a\"].bool,hourStep:s[\"a\"].number,minuteStep:s[\"a\"].number,secondStep:s[\"a\"].number,focusOnOpen:s[\"a\"].bool,autoFocus:s[\"a\"].bool,id:s[\"a\"].string,inputIcon:s[\"a\"].any,clearIcon:s[\"a\"].any,addon:s[\"a\"].func},{clearText:\"clear\",prefixCls:\"rc-time-picker\",defaultOpen:!1,inputReadOnly:!1,popupClassName:\"\",popupStyle:{},align:{},allowEmpty:!0,showHour:!0,showMinute:!0,showSecond:!0,disabledHours:cd,disabledMinutes:cd,disabledSeconds:cd,hideDisabledOptions:!1,placement:\"bottomLeft\",use12Hours:!1,focusOnOpen:!1}),data:function(){var e=this.defaultOpen,t=this.defaultValue,n=this.open,r=void 0===n?e:n,i=this.value,o=void 0===i?t:i;return{sOpen:r,sValue:o}},watch:{value:function(e){this.setState({sValue:e})},open:function(e){void 0!==e&&this.setState({sOpen:e})}},mounted:function(){var e=this;this.$nextTick((function(){e.autoFocus&&e.focus()}))},methods:{onPanelChange:function(e){this.setValue(e)},onAmPmChange:function(e){this.__emit(\"amPmChange\",e)},onClear:function(e){e.stopPropagation(),this.setValue(null),this.setOpen(!1)},onVisibleChange:function(e){this.setOpen(e)},onEsc:function(){this.setOpen(!1),this.focus()},onKeyDown:function(e){40===e.keyCode&&this.setOpen(!0)},onKeyDown2:function(e){this.__emit(\"keydown\",e)},setValue:function(e){Object(B[\"s\"])(this,\"value\")||this.setState({sValue:e}),this.__emit(\"change\",e)},getFormat:function(){var e=this.format,t=this.showHour,n=this.showMinute,r=this.showSecond,i=this.use12Hours;if(e)return e;if(i){var o=[t?\"h\":\"\",n?\"mm\":\"\",r?\"ss\":\"\"].filter((function(e){return!!e})).join(\":\");return o.concat(\" a\")}return[t?\"HH\":\"\",n?\"mm\":\"\",r?\"ss\":\"\"].filter((function(e){return!!e})).join(\":\")},getPanelElement:function(){var e=this.$createElement,t=this.prefixCls,n=this.placeholder,r=this.disabledHours,i=this.addon,o=this.disabledMinutes,a=this.disabledSeconds,s=this.hideDisabledOptions,c=this.inputReadOnly,l=this.showHour,u=this.showMinute,h=this.showSecond,d=this.defaultOpenValue,f=this.clearText,p=this.use12Hours,v=this.focusOnOpen,m=this.onKeyDown2,g=this.hourStep,b=this.minuteStep,y=this.secondStep,C=this.sValue,w=Object(B[\"g\"])(this,\"clearIcon\");return e(rd,{attrs:{clearText:f,prefixCls:t+\"-panel\",value:C,inputReadOnly:c,defaultOpenValue:d,showHour:l,showMinute:u,showSecond:h,format:this.getFormat(),placeholder:n,disabledHours:r,disabledMinutes:o,disabledSeconds:a,hideDisabledOptions:s,use12Hours:p,hourStep:g,minuteStep:b,secondStep:y,focusOnOpen:v,clearIcon:w,addon:i},ref:\"panel\",on:{change:this.onPanelChange,amPmChange:this.onAmPmChange,esc:this.onEsc,keydown:m}})},getPopupClassName:function(){var e=this.showHour,t=this.showMinute,n=this.showSecond,r=this.use12Hours,i=this.prefixCls,o=this.popupClassName,s=0;return e&&(s+=1),t&&(s+=1),n&&(s+=1),r&&(s+=1),l()(o,a()({},i+\"-panel-narrow\",(!e||!t||!n)&&!r),i+\"-panel-column-\"+s)},setOpen:function(e){this.sOpen!==e&&(Object(B[\"s\"])(this,\"open\")||this.setState({sOpen:e}),e?this.__emit(\"open\",{open:e}):this.__emit(\"close\",{open:e}))},focus:function(){this.$refs.picker.focus()},blur:function(){this.$refs.picker.blur()},onFocus:function(e){this.__emit(\"focus\",e)},onBlur:function(e){this.__emit(\"blur\",e)},renderClearButton:function(){var e=this,t=this.$createElement,n=this.sValue,r=this.$props,i=r.prefixCls,o=r.allowEmpty,a=r.clearText,s=r.disabled;if(!o||!n||s)return null;var c=Object(B[\"g\"])(this,\"clearIcon\");if(Object(B[\"w\"])(c)){var l=Object(B[\"i\"])(c)||{},u=l.click;return Object(At[\"a\"])(c,{on:{click:function(){u&&u.apply(void 0,arguments),e.onClear.apply(e,arguments)}}})}return t(\"a\",{attrs:{role:\"button\",title:a,tabIndex:0},class:i+\"-clear\",on:{click:this.onClear}},[c||t(\"i\",{class:i+\"-clear-icon\"})])}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.placeholder,r=this.placement,i=this.align,o=this.id,a=this.disabled,s=this.transitionName,c=this.getPopupContainer,l=this.name,u=this.autoComplete,h=this.autoFocus,d=this.sOpen,f=this.sValue,p=this.onFocus,v=this.onBlur,m=this.popupStyle,g=this.getPopupClassName(),b=Object(B[\"g\"])(this,\"inputIcon\");return e(Lr,{attrs:{prefixCls:t+\"-panel\",popupClassName:g,popupStyle:m,popupAlign:i,builtinPlacements:sd,popupPlacement:r,action:a?[]:[\"click\"],destroyPopupOnHide:!0,getPopupContainer:c,popupTransitionName:s,popupVisible:d},on:{popupVisibleChange:this.onVisibleChange}},[e(\"template\",{slot:\"popup\"},[this.getPanelElement()]),e(\"span\",{class:\"\"+t},[e(\"input\",{class:t+\"-input\",ref:\"picker\",attrs:{type:\"text\",placeholder:n,name:l,disabled:a,autoComplete:u,autoFocus:h,readOnly:!0,id:o},on:{keydown:this.onKeyDown,focus:p,blur:v},domProps:{value:f&&f.format(this.getFormat())||\"\"}}),b||e(\"span\",{class:t+\"-icon\"}),this.renderClearButton()])])}},ud=n(\"01c2\");function hd(e){return{showHour:e.indexOf(\"H\")>-1||e.indexOf(\"h\")>-1||e.indexOf(\"k\")>-1,showMinute:e.indexOf(\"m\")>-1,showSecond:e.indexOf(\"s\")>-1}}var dd=function(){return{size:s[\"a\"].oneOf([\"large\",\"default\",\"small\"]),value:kc,defaultValue:kc,open:s[\"a\"].bool,format:s[\"a\"].string,disabled:s[\"a\"].bool,placeholder:s[\"a\"].string,prefixCls:s[\"a\"].string,hideDisabledOptions:s[\"a\"].bool,disabledHours:s[\"a\"].func,disabledMinutes:s[\"a\"].func,disabledSeconds:s[\"a\"].func,getPopupContainer:s[\"a\"].func,use12Hours:s[\"a\"].bool,focusOnOpen:s[\"a\"].bool,hourStep:s[\"a\"].number,minuteStep:s[\"a\"].number,secondStep:s[\"a\"].number,allowEmpty:s[\"a\"].bool,allowClear:s[\"a\"].bool,inputReadOnly:s[\"a\"].bool,clearText:s[\"a\"].string,defaultOpenValue:s[\"a\"].object,popupClassName:s[\"a\"].string,popupStyle:s[\"a\"].object,suffixIcon:s[\"a\"].any,align:s[\"a\"].object,placement:s[\"a\"].any,transitionName:s[\"a\"].string,autoFocus:s[\"a\"].bool,addon:s[\"a\"].any,clearIcon:s[\"a\"].any,locale:s[\"a\"].object,valueFormat:s[\"a\"].string}},fd={name:\"ATimePicker\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(dd(),{align:{offset:[0,-2]},disabled:!1,disabledHours:void 0,disabledMinutes:void 0,disabledSeconds:void 0,hideDisabledOptions:!1,placement:\"bottomLeft\",transitionName:\"slide-up\",focusOnOpen:!0,allowClear:!0}),model:{prop:\"value\",event:\"change\"},provide:function(){return{savePopupRef:this.savePopupRef}},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this.value,t=this.defaultValue,n=this.valueFormat;return Oc(\"TimePicker\",t,\"defaultValue\",n),Oc(\"TimePicker\",e,\"value\",n),Object(x[\"a\"])(!Object(B[\"s\"])(this,\"allowEmpty\"),\"TimePicker\",\"`allowEmpty` is deprecated. Please use `allowClear` instead.\"),{sValue:Mc(e||t,n)}},watch:{value:function(e){Oc(\"TimePicker\",e,\"value\",this.valueFormat),this.setState({sValue:Mc(e,this.valueFormat)})}},methods:{getDefaultFormat:function(){var e=this.format,t=this.use12Hours;return e||(t?\"h:mm:ss a\":\"HH:mm:ss\")},getAllowClear:function(){var e=this.$props,t=e.allowClear,n=e.allowEmpty;return Object(B[\"s\"])(this,\"allowClear\")?t:n},getDefaultLocale:function(){var e=I()({},ud[\"a\"],this.$props.locale);return e},savePopupRef:function(e){this.popupRef=e},handleChange:function(e){Object(B[\"s\"])(this,\"value\")||this.setState({sValue:e});var t=this.format,n=void 0===t?\"HH:mm:ss\":t;this.$emit(\"change\",this.valueFormat?zc(e,this.valueFormat):e,e&&e.format(n)||\"\")},handleOpenClose:function(e){var t=e.open;this.$emit(\"openChange\",t),this.$emit(\"update:open\",t)},focus:function(){this.$refs.timePicker.focus()},blur:function(){this.$refs.timePicker.blur()},renderInputIcon:function(e){var t=this.$createElement,n=Object(B[\"g\"])(this,\"suffixIcon\");n=Array.isArray(n)?n[0]:n;var r=n&&Object(B[\"w\"])(n)&&Object(At[\"a\"])(n,{class:e+\"-clock-icon\"})||t(Yi[\"a\"],{attrs:{type:\"clock-circle\"},class:e+\"-clock-icon\"});return t(\"span\",{class:e+\"-icon\"},[r])},renderClearIcon:function(e){var t=this.$createElement,n=Object(B[\"g\"])(this,\"clearIcon\"),r=e+\"-clear\";return n&&Object(B[\"w\"])(n)?Object(At[\"a\"])(n,{class:r}):t(Yi[\"a\"],{attrs:{type:\"close-circle\",theme:\"filled\"},class:r})},renderTimePicker:function(e){var t=this.$createElement,n=Object(B[\"l\"])(this);n=Object(u[\"a\"])(n,[\"defaultValue\",\"suffixIcon\",\"allowEmpty\",\"allowClear\"]);var r=n,i=r.prefixCls,o=r.getPopupContainer,s=r.placeholder,c=r.size,l=this.configProvider.getPrefixCls,h=l(\"time-picker\",i),d=this.getDefaultFormat(),f=a()({},h+\"-\"+c,!!c),p=Object(B[\"g\"])(this,\"addon\",{},!1),v=function(e){return p?t(\"div\",{class:h+\"-panel-addon\"},[\"function\"===typeof p?p(e):p]):null},m=this.renderInputIcon(h),g=this.renderClearIcon(h),b=this.configProvider.getPopupContainer,y={props:I()({},hd(d),n,{allowEmpty:this.getAllowClear(),prefixCls:h,getPopupContainer:o||b,format:d,value:this.sValue,placeholder:void 0===s?e.placeholder:s,addon:v,inputIcon:m,clearIcon:g}),class:f,ref:\"timePicker\",on:I()({},Object(B[\"k\"])(this),{change:this.handleChange,open:this.handleOpenClose,close:this.handleOpenClose})};return t(ld,y)}},render:function(){var e=arguments[0];return e(gc[\"a\"],{attrs:{componentName:\"TimePicker\",defaultLocale:this.getDefaultLocale()},scopedSlots:{default:this.renderTimePicker}})},install:function(e){e.use(w[\"a\"]),e.component(fd.name,fd)}},pd=fd,vd=n(\"b4a0\"),md={date:\"YYYY-MM-DD\",dateTime:\"YYYY-MM-DD HH:mm:ss\",week:\"gggg-wo\",month:\"YYYY-MM\"},gd={date:\"dateFormat\",dateTime:\"dateTimeFormat\",week:\"weekFormat\",month:\"monthFormat\"};function bd(e){var t=e.showHour,n=e.showMinute,r=e.showSecond,i=e.use12Hours,o=0;return t&&(o+=1),n&&(o+=1),r&&(o+=1),i&&(o+=1),o}function yd(e,t,n){return{name:e.name,props:Object(B[\"t\"])(t,{transitionName:\"slide-up\",popupStyle:{},locale:{}}),model:{prop:\"value\",event:\"change\"},inject:{configProvider:{default:function(){return C[\"a\"]}}},provide:function(){return{savePopupRef:this.savePopupRef}},mounted:function(){var e=this,t=this.autoFocus,n=this.disabled,r=this.value,i=this.defaultValue,o=this.valueFormat;Oc(\"DatePicker\",i,\"defaultValue\",o),Oc(\"DatePicker\",r,\"value\",o),t&&!n&&this.$nextTick((function(){e.focus()}))},watch:{value:function(e){Oc(\"DatePicker\",e,\"value\",this.valueFormat)}},methods:{getDefaultLocale:function(){var e=I()({},vd[\"a\"],this.locale);return e.lang=I()({},e.lang,(this.locale||{}).lang),e},savePopupRef:function(e){this.popupRef=e},handleOpenChange:function(e){this.$emit(\"openChange\",e)},handleFocus:function(e){this.$emit(\"focus\",e)},handleBlur:function(e){this.$emit(\"blur\",e)},handleMouseEnter:function(e){this.$emit(\"mouseenter\",e)},handleMouseLeave:function(e){this.$emit(\"mouseleave\",e)},handleChange:function(e,t){this.$emit(\"change\",this.valueFormat?zc(e,this.valueFormat):e,t)},handleOk:function(e){this.$emit(\"ok\",this.valueFormat?zc(e,this.valueFormat):e)},handleCalendarChange:function(e,t){this.$emit(\"calendarChange\",this.valueFormat?zc(e,this.valueFormat):e,t)},focus:function(){this.$refs.picker.focus()},blur:function(){this.$refs.picker.blur()},transformValue:function(e){\"value\"in e&&(e.value=Mc(e.value,this.valueFormat)),\"defaultValue\"in e&&(e.defaultValue=Mc(e.defaultValue,this.valueFormat)),\"defaultPickerValue\"in e&&(e.defaultPickerValue=Mc(e.defaultPickerValue,this.valueFormat))},renderPicker:function(t,r){var i,o=this,s=this.$createElement,c=Object(B[\"l\"])(this);this.transformValue(c);var u=c.prefixCls,h=c.inputPrefixCls,d=c.getCalendarContainer,f=c.size,p=c.showTime,v=c.disabled,m=c.format,g=p?n+\"Time\":n,b=m||t[gd[g]]||md[g],y=this.configProvider,C=y.getPrefixCls,w=y.getPopupContainer,x=d||w,S=C(\"calendar\",u),k=C(\"input\",h),O=l()(S+\"-picker\",a()({},S+\"-picker-\"+f,!!f)),M=l()(S+\"-picker-input\",k,(i={},a()(i,k+\"-lg\",\"large\"===f),a()(i,k+\"-sm\",\"small\"===f),a()(i,k+\"-disabled\",v),i)),z=p&&p.format||\"HH:mm:ss\",_=I()({},hd(z),{format:z,use12Hours:p&&p.use12Hours}),T=bd(_),V=S+\"-time-picker-column-\"+T,j={props:I()({},_,p,{prefixCls:S+\"-time-picker\",placeholder:t.timePickerLocale.placeholder,transitionName:\"slide-up\"}),class:V,on:{esc:function(){}}},P=p?s(rd,j):null,E={props:I()({},c,{getCalendarContainer:x,format:b,pickerClass:O,pickerInputClass:M,locale:t,localeCode:r,timePicker:P}),on:I()({},Object(B[\"k\"])(this),{openChange:this.handleOpenChange,focus:this.handleFocus,blur:this.handleBlur,mouseenter:this.handleMouseEnter,mouseleave:this.handleMouseLeave,change:this.handleChange,ok:this.handleOk,calendarChange:this.handleCalendarChange}),ref:\"picker\",scopedSlots:this.$scopedSlots||{}};return s(e,E,[this.$slots&&Object.keys(this.$slots).map((function(e){return s(\"template\",{slot:e,key:e},[o.$slots[e]])}))])}},render:function(){var e=arguments[0];return e(gc[\"a\"],{attrs:{componentName:\"DatePicker\",defaultLocale:this.getDefaultLocale},scopedSlots:{default:this.renderPicker}})}}}function Cd(){}var wd={mixins:[p[\"a\"]],props:{prefixCls:s[\"a\"].string,value:s[\"a\"].any,hoverValue:s[\"a\"].any,selectedValue:s[\"a\"].any,direction:s[\"a\"].any,locale:s[\"a\"].any,showDateInput:s[\"a\"].bool,showTimePicker:s[\"a\"].bool,showWeekNumber:s[\"a\"].bool,format:s[\"a\"].any,placeholder:s[\"a\"].any,disabledDate:s[\"a\"].any,timePicker:s[\"a\"].any,disabledTime:s[\"a\"].any,disabledMonth:s[\"a\"].any,mode:s[\"a\"].any,timePickerDisabledTime:s[\"a\"].object,enableNext:s[\"a\"].any,enablePrev:s[\"a\"].any,clearIcon:s[\"a\"].any,dateRender:s[\"a\"].func,inputMode:s[\"a\"].string,inputReadOnly:s[\"a\"].bool},render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.value,i=t.hoverValue,o=t.selectedValue,a=t.mode,s=t.direction,c=t.locale,l=t.format,u=t.placeholder,h=t.disabledDate,d=t.timePicker,f=t.disabledTime,p=t.timePickerDisabledTime,v=t.showTimePicker,m=t.enablePrev,g=t.enableNext,b=t.disabledMonth,y=t.showDateInput,C=t.dateRender,w=t.showWeekNumber,x=t.showClear,S=t.inputMode,k=t.inputReadOnly,O=Object(B[\"g\"])(this,\"clearIcon\"),M=Object(B[\"k\"])(this),z=M.inputChange,_=void 0===z?Cd:z,T=M.inputSelect,V=void 0===T?Cd:T,j=M.valueChange,P=void 0===j?Cd:j,E=M.panelChange,H=void 0===E?Cd:E,L=M.select,$=void 0===L?Cd:L,A=M.dayHover,F=void 0===A?Cd:A,R=v&&d,D=R&&f?Vs(o,f):null,N=n+\"-range\",K={locale:c,value:r,prefixCls:n,showTimePicker:v},W=\"left\"===s?0:1,U=null;if(R){var q=Object(B[\"l\"])(d);U=Object(At[\"a\"])(d,{props:I()({showHour:!0,showMinute:!0,showSecond:!0},q,D,p,{defaultOpenValue:r,value:o[W]}),on:{change:_}})}var Y=y&&e(yh,{attrs:{format:l,locale:c,prefixCls:n,timePicker:d,disabledDate:h,placeholder:u,disabledTime:f,value:r,showClear:x||!1,selectedValue:o[W],clearIcon:O,inputMode:S,inputReadOnly:k},on:{change:_,select:V}}),G={props:I()({},K,{mode:a,enableNext:g,enablePrev:m,disabledMonth:b}),on:{valueChange:P,panelChange:H}},X={props:I()({},K,{hoverValue:i,selectedValue:o,dateRender:C,disabledDate:h,showWeekNumber:w}),on:{select:$,dayHover:F}};return e(\"div\",{class:N+\"-part \"+N+\"-\"+s},[Y,e(\"div\",{style:{outline:\"none\"}},[e(ah,G),v?e(\"div\",{class:n+\"-time-picker\"},[e(\"div\",{class:n+\"-time-picker-panel\"},[U])]):null,e(\"div\",{class:n+\"-body\"},[e(Ns,X)])])])}},xd=wd;function Sd(){}function kd(e){return Array.isArray(e)&&(0===e.length||e.every((function(e){return!e})))}function Od(e,t){if(e===t)return!0;if(null===e||\"undefined\"===typeof e||null===t||\"undefined\"===typeof t)return!1;if(e.length!==t.length)return!1;for(var n=0;n<e.length;++n)if(e[n]!==t[n])return!1;return!0}function Md(e){var t=Ze()(e,2),n=t[0],r=t[1];return!r||void 0!==n&&null!==n||(n=r.clone().subtract(1,\"month\")),!n||void 0!==r&&null!==r||(r=n.clone().add(1,\"month\")),[n,r]}function zd(e,t){var n=e.selectedValue||t&&e.defaultSelectedValue,r=e.value||t&&e.defaultValue,i=Md(r||n);return kd(i)?t&&[ws()(),ws()().add(1,\"months\")]:i}function _d(e,t){for(var n=t?t().concat():[],r=0;r<e;r++)-1===n.indexOf(r)&&n.push(r);return n}function Td(e,t,n){if(t){var r=this.sSelectedValue,i=r.concat(),o=\"left\"===e?0:1;i[o]=t,i[0]&&this.compare(i[0],i[1])>0&&(i[1-o]=this.sShowTimePicker?i[o]:void 0),this.__emit(\"inputSelect\",i),this.fireSelectValueChange(i,null,n||{source:\"dateInput\"})}}var Vd={props:{locale:s[\"a\"].object.def(rc[\"a\"]),visible:s[\"a\"].bool.def(!0),prefixCls:s[\"a\"].string.def(\"rc-calendar\"),dateInputPlaceholder:s[\"a\"].any,seperator:s[\"a\"].string.def(\"~\"),defaultValue:s[\"a\"].any,value:s[\"a\"].any,hoverValue:s[\"a\"].any,mode:s[\"a\"].arrayOf(s[\"a\"].oneOf([\"time\",\"date\",\"month\",\"year\",\"decade\"])),showDateInput:s[\"a\"].bool.def(!0),timePicker:s[\"a\"].any,showOk:s[\"a\"].bool,showToday:s[\"a\"].bool.def(!0),defaultSelectedValue:s[\"a\"].array.def([]),selectedValue:s[\"a\"].array,showClear:s[\"a\"].bool,showWeekNumber:s[\"a\"].bool,format:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].arrayOf(s[\"a\"].string),s[\"a\"].func]),type:s[\"a\"].any.def(\"both\"),disabledDate:s[\"a\"].func,disabledTime:s[\"a\"].func.def(Sd),renderFooter:s[\"a\"].func.def((function(){return null})),renderSidebar:s[\"a\"].func.def((function(){return null})),dateRender:s[\"a\"].func,clearIcon:s[\"a\"].any,inputReadOnly:s[\"a\"].bool},mixins:[p[\"a\"],ec],data:function(){var e=this.$props,t=e.selectedValue||e.defaultSelectedValue,n=zd(e,1);return{sSelectedValue:t,prevSelectedValue:t,firstSelectedValue:null,sHoverValue:e.hoverValue||[],sValue:n,sShowTimePicker:!1,sMode:e.mode||[\"date\",\"date\"],sPanelTriggerSource:\"\"}},watch:{value:function(){var e={};e.sValue=zd(this.$props,0),this.setState(e)},hoverValue:function(e){Od(this.sHoverValue,e)||this.setState({sHoverValue:e})},selectedValue:function(e){var t={};t.sSelectedValue=e,t.prevSelectedValue=e,this.setState(t)},mode:function(e){Od(this.sMode,e)||this.setState({sMode:e})}},methods:{onDatePanelEnter:function(){this.hasSelectedValue()&&this.fireHoverValueChange(this.sSelectedValue.concat())},onDatePanelLeave:function(){this.hasSelectedValue()&&this.fireHoverValueChange([])},onSelect:function(e){var t=this.type,n=this.sSelectedValue,r=this.prevSelectedValue,i=this.firstSelectedValue,o=void 0;if(\"both\"===t)i?this.compare(i,e)<0?(Ts(r[1],e),o=[i,e]):(Ts(r[0],e),Ts(r[1],i),o=[e,i]):(Ts(r[0],e),o=[e]);else if(\"start\"===t){Ts(r[0],e);var a=n[1];o=a&&this.compare(a,e)>0?[e,a]:[e]}else{var s=n[0];s&&this.compare(s,e)<=0?(Ts(r[1],e),o=[s,e]):(Ts(r[0],e),o=[e])}this.fireSelectValueChange(o)},onKeyDown:function(e){var t=this;if(\"input\"!==e.target.nodeName.toLowerCase()){var n=e.keyCode,r=e.ctrlKey||e.metaKey,i=this.$data,o=i.sSelectedValue,a=i.sHoverValue,s=i.firstSelectedValue,c=i.sValue,l=this.$props.disabledDate,u=function(n){var r=void 0,i=void 0,l=void 0;if(s?1===a.length?(r=a[0].clone(),i=n(r),l=t.onDayHover(i)):(r=a[0].isSame(s,\"day\")?a[1]:a[0],i=n(r),l=t.onDayHover(i)):(r=a[0]||o[0]||c[0]||ws()(),i=n(r),l=[i],t.fireHoverValueChange(l)),l.length>=2){var u=l.some((function(e){return!Sh(c,e,\"month\")}));if(u){var h=l.slice().sort((function(e,t){return e.valueOf()-t.valueOf()}));h[0].isSame(h[1],\"month\")&&(h[1]=h[0].clone().add(1,\"month\")),t.fireValueChange(h)}}else if(1===l.length){var d=c.findIndex((function(e){return e.isSame(r,\"month\")}));if(-1===d&&(d=0),c.every((function(e){return!e.isSame(i,\"month\")}))){var f=c.slice();f[d]=i.clone(),t.fireValueChange(f)}}return e.preventDefault(),i};switch(n){case oe.DOWN:return void u((function(e){return xh(e,1,\"weeks\")}));case oe.UP:return void u((function(e){return xh(e,-1,\"weeks\")}));case oe.LEFT:return void u(r?function(e){return xh(e,-1,\"years\")}:function(e){return xh(e,-1,\"days\")});case oe.RIGHT:return void u(r?function(e){return xh(e,1,\"years\")}:function(e){return xh(e,1,\"days\")});case oe.HOME:return void u((function(e){return Ch(e)}));case oe.END:return void u((function(e){return wh(e)}));case oe.PAGE_DOWN:return void u((function(e){return xh(e,1,\"month\")}));case oe.PAGE_UP:return void u((function(e){return xh(e,-1,\"month\")}));case oe.ENTER:var h=void 0;return h=0===a.length?u((function(e){return e})):1===a.length?a[0]:a[0].isSame(s,\"day\")?a[1]:a[0],!h||l&&l(h)||this.onSelect(h),void e.preventDefault();default:this.__emit(\"keydown\",e)}}},onDayHover:function(e){var t=[],n=this.sSelectedValue,r=this.firstSelectedValue,i=this.type;if(\"start\"===i&&n[1])t=this.compare(e,n[1])<0?[e,n[1]]:[e];else if(\"end\"===i&&n[0])t=this.compare(e,n[0])>0?[n[0],e]:[];else{if(!r)return this.sHoverValue.length&&this.setState({sHoverValue:[]}),t;t=this.compare(e,r)<0?[e,r]:[r,e]}return this.fireHoverValueChange(t),t},onToday:function(){var e=Os(this.sValue[0]),t=e.clone().add(1,\"months\");this.setState({sValue:[e,t]})},onOpenTimePicker:function(){this.setState({sShowTimePicker:!0})},onCloseTimePicker:function(){this.setState({sShowTimePicker:!1})},onOk:function(){var e=this.sSelectedValue;this.isAllowedDateAndTime(e)&&this.__emit(\"ok\",e)},onStartInputChange:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=[\"left\"].concat(t);return Td.apply(this,r)},onEndInputChange:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=[\"right\"].concat(t);return Td.apply(this,r)},onStartInputSelect:function(e){var t=[\"left\",e,{source:\"dateInputSelect\"}];return Td.apply(this,t)},onEndInputSelect:function(e){var t=[\"right\",e,{source:\"dateInputSelect\"}];return Td.apply(this,t)},onStartValueChange:function(e){var t=[].concat(m()(this.sValue));return t[0]=e,this.fireValueChange(t)},onEndValueChange:function(e){var t=[].concat(m()(this.sValue));return t[1]=e,this.fireValueChange(t)},onStartPanelChange:function(e,t){var n=this.sMode,r=this.sValue,i=[t,n[1]],o=[e||r[0],r[1]];this.__emit(\"panelChange\",o,i);var a={sPanelTriggerSource:\"start\"};Object(B[\"s\"])(this,\"mode\")||(a.sMode=i),this.setState(a)},onEndPanelChange:function(e,t){var n=this.sMode,r=this.sValue,i=[n[0],t],o=[r[0],e||r[1]];this.__emit(\"panelChange\",o,i);var a={sPanelTriggerSource:\"end\"};Object(B[\"s\"])(this,\"mode\")||(a.sMode=i),this.setState(a)},getStartValue:function(){var e=this.$data,t=e.sSelectedValue,n=e.sShowTimePicker,r=e.sValue,i=e.sMode,o=e.sPanelTriggerSource,a=r[0];return t[0]&&this.$props.timePicker&&(a=a.clone(),Ts(t[0],a)),n&&t[0]&&(a=t[0]),\"end\"===o&&\"date\"===i[0]&&\"date\"===i[1]&&a.isSame(r[1],\"month\")&&(a=a.clone().subtract(1,\"month\")),a},getEndValue:function(){var e=this.$data,t=e.sSelectedValue,n=e.sShowTimePicker,r=e.sValue,i=e.sMode,o=e.sPanelTriggerSource,a=r[1]?r[1].clone():r[0].clone().add(1,\"month\");return t[1]&&this.$props.timePicker&&Ts(t[1],a),n&&(a=t[1]?t[1]:this.getStartValue()),!n&&\"end\"!==o&&\"date\"===i[0]&&\"date\"===i[1]&&a.isSame(r[0],\"month\")&&(a=a.clone().add(1,\"month\")),a},getEndDisableTime:function(){var e=this.sSelectedValue,t=this.sValue,n=this.disabledTime,r=n(e,\"end\")||{},i=e&&e[0]||t[0].clone();if(!e[1]||i.isSame(e[1],\"day\")){var o=i.hour(),a=i.minute(),s=i.second(),c=r.disabledHours,l=r.disabledMinutes,u=r.disabledSeconds,h=l?l():[],d=u?u():[];return c=_d(o,c),l=_d(a,l),u=_d(s,u),{disabledHours:function(){return c},disabledMinutes:function(e){return e===o?l:h},disabledSeconds:function(e,t){return e===o&&t===a?u:d}}}return r},isAllowedDateAndTime:function(e){return Es(e[0],this.disabledDate,this.disabledStartTime)&&Es(e[1],this.disabledDate,this.disabledEndTime)},isMonthYearPanelShow:function(e){return[\"month\",\"year\",\"decade\"].indexOf(e)>-1},hasSelectedValue:function(){var e=this.sSelectedValue;return!!e[1]&&!!e[0]},compare:function(e,t){return this.timePicker?e.diff(t):e.diff(t,\"days\")},fireSelectValueChange:function(e,t,n){var r=this.timePicker,i=this.prevSelectedValue;if(r){var o=Object(B[\"l\"])(r);if(o.defaultValue){var a=o.defaultValue;!i[0]&&e[0]&&Ts(a[0],e[0]),!i[1]&&e[1]&&Ts(a[1],e[1])}}if(!this.sSelectedValue[0]||!this.sSelectedValue[1]){var s=e[0]||ws()(),c=e[1]||s.clone().add(1,\"months\");this.setState({sSelectedValue:e,sValue:e&&2===e.length?Md([s,c]):this.sValue})}e[0]&&!e[1]&&(this.setState({firstSelectedValue:e[0]}),this.fireHoverValueChange(e.concat())),this.__emit(\"change\",e),(t||e[0]&&e[1])&&(this.setState({prevSelectedValue:e,firstSelectedValue:null}),this.fireHoverValueChange([]),this.__emit(\"select\",e,n)),Object(B[\"s\"])(this,\"selectedValue\")||this.setState({sSelectedValue:e})},fireValueChange:function(e){Object(B[\"s\"])(this,\"value\")||this.setState({sValue:e}),this.__emit(\"valueChange\",e)},fireHoverValueChange:function(e){Object(B[\"s\"])(this,\"hoverValue\")||this.setState({sHoverValue:e}),this.__emit(\"hoverChange\",e)},clear:function(){this.fireSelectValueChange([],!0),this.__emit(\"clear\")},disabledStartTime:function(e){return this.disabledTime(e,\"start\")},disabledEndTime:function(e){return this.disabledTime(e,\"end\")},disabledStartMonth:function(e){var t=this.sValue;return e.isAfter(t[1],\"month\")},disabledEndMonth:function(e){var t=this.sValue;return e.isBefore(t[0],\"month\")}},render:function(){var e,t,n=arguments[0],r=Object(B[\"l\"])(this),o=r.prefixCls,s=r.dateInputPlaceholder,c=r.timePicker,l=r.showOk,u=r.locale,h=r.showClear,d=r.showToday,f=r.type,p=r.seperator,v=Object(B[\"g\"])(this,\"clearIcon\"),m=this.sHoverValue,g=this.sSelectedValue,b=this.sMode,y=this.sShowTimePicker,C=this.sValue,w=(e={},a()(e,o,1),a()(e,o+\"-hidden\",!r.visible),a()(e,o+\"-range\",1),a()(e,o+\"-show-time-picker\",y),a()(e,o+\"-week-number\",r.showWeekNumber),e),x={props:r,on:Object(B[\"k\"])(this)},S={props:{selectedValue:g},on:{select:this.onSelect,dayHover:\"start\"===f&&g[1]||\"end\"===f&&g[0]||m.length?this.onDayHover:Sd}},k=void 0,O=void 0;if(s)if(Array.isArray(s)){var M=Ze()(s,2);k=M[0],O=M[1]}else k=O=s;var z=!0===l||!1!==l&&!!c,_=(t={},a()(t,o+\"-footer\",!0),a()(t,o+\"-range-bottom\",!0),a()(t,o+\"-footer-show-ok\",z),t),T=this.getStartValue(),V=this.getEndValue(),j=Os(T),P=j.month(),E=j.year(),H=T.year()===E&&T.month()===P||V.year()===E&&V.month()===P,L=T.clone().add(1,\"months\"),$=L.year()===V.year()&&L.month()===V.month(),A=Object(B[\"x\"])(x,S,{props:{hoverValue:m,direction:\"left\",disabledTime:this.disabledStartTime,disabledMonth:this.disabledStartMonth,format:this.getFormat(),value:T,mode:b[0],placeholder:k,showDateInput:this.showDateInput,timePicker:c,showTimePicker:y||\"time\"===b[0],enablePrev:!0,enableNext:!$||this.isMonthYearPanelShow(b[1]),clearIcon:v},on:{inputChange:this.onStartInputChange,inputSelect:this.onStartInputSelect,valueChange:this.onStartValueChange,panelChange:this.onStartPanelChange}}),F=Object(B[\"x\"])(x,S,{props:{hoverValue:m,direction:\"right\",format:this.getFormat(),timePickerDisabledTime:this.getEndDisableTime(),placeholder:O,value:V,mode:b[1],showDateInput:this.showDateInput,timePicker:c,showTimePicker:y||\"time\"===b[1],disabledTime:this.disabledEndTime,disabledMonth:this.disabledEndMonth,enablePrev:!$||this.isMonthYearPanelShow(b[0]),enableNext:!0,clearIcon:v},on:{inputChange:this.onEndInputChange,inputSelect:this.onEndInputSelect,valueChange:this.onEndValueChange,panelChange:this.onEndPanelChange}}),I=null;if(d){var R=Object(B[\"x\"])(x,{props:{disabled:H,value:C[0],text:u.backToToday},on:{today:this.onToday}});I=n(ch,i()([{key:\"todayButton\"},R]))}var D=null;if(r.timePicker){var N=Object(B[\"x\"])(x,{props:{showTimePicker:y||\"time\"===b[0]&&\"time\"===b[1],timePickerDisabled:!this.hasSelectedValue()||m.length},on:{openTimePicker:this.onOpenTimePicker,closeTimePicker:this.onCloseTimePicker}});D=n(dh,i()([{key:\"timePickerButton\"},N]))}var K=null;if(z){var W=Object(B[\"x\"])(x,{props:{okDisabled:!this.isAllowedDateAndTime(g)||!this.hasSelectedValue()||m.length},on:{ok:this.onOk}});K=n(uh,i()([{key:\"okButtonNode\"},W]))}var U=this.renderFooter(b);return n(\"div\",{ref:\"rootInstance\",class:w,attrs:{tabIndex:\"0\"},on:{keydown:this.onKeyDown}},[r.renderSidebar(),n(\"div\",{class:o+\"-panel\"},[h&&g[0]&&g[1]?n(\"a\",{attrs:{role:\"button\",title:u.clear},on:{click:this.clear}},[v||n(\"span\",{class:o+\"-clear-btn\"})]):null,n(\"div\",{class:o+\"-date-panel\",on:{mouseleave:\"both\"!==f?this.onDatePanelLeave:Sd,mouseenter:\"both\"!==f?this.onDatePanelEnter:Sd}},[n(xd,A),n(\"span\",{class:o+\"-range-middle\"},[p]),n(xd,F)]),n(\"div\",{class:_},[d||r.timePicker||z||U?n(\"div\",{class:o+\"-footer-btn\"},[U,I,D,K]):null])])])}},jd=Vd,Pd=[\"pink\",\"red\",\"yellow\",\"orange\",\"cyan\",\"green\",\"blue\",\"purple\",\"geekblue\",\"magenta\",\"volcano\",\"gold\",\"lime\"],Ed=new RegExp(\"^(\"+Pd.join(\"|\")+\")(-inverse)?$\"),Hd={name:\"ATag\",mixins:[p[\"a\"]],model:{prop:\"visible\",event:\"close.visible\"},props:{prefixCls:s[\"a\"].string,color:s[\"a\"].string,closable:s[\"a\"].bool.def(!1),visible:s[\"a\"].bool,afterClose:s[\"a\"].func},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=!0,t=Object(B[\"l\"])(this);return\"visible\"in t&&(e=this.visible),Object(x[\"a\"])(!(\"afterClose\"in t),\"Tag\",\"'afterClose' will be deprecated, please use 'close' event, we will remove this in the next version.\"),{_visible:e}},watch:{visible:function(e){this.setState({_visible:e})}},methods:{setVisible:function(e,t){this.$emit(\"close\",t),this.$emit(\"close.visible\",!1);var n=this.afterClose;n&&n(),t.defaultPrevented||Object(B[\"s\"])(this,\"visible\")||this.setState({_visible:e})},handleIconClick:function(e){e.stopPropagation(),this.setVisible(!1,e)},isPresetColor:function(){var e=this.$props.color;return!!e&&Ed.test(e)},getTagStyle:function(){var e=this.$props.color,t=this.isPresetColor();return{backgroundColor:e&&!t?e:void 0}},getTagClassName:function(e){var t,n=this.$props.color,r=this.isPresetColor();return t={},a()(t,e,!0),a()(t,e+\"-\"+n,r),a()(t,e+\"-has-color\",n&&!r),t},renderCloseIcon:function(){var e=this.$createElement,t=this.$props.closable;return t?e(Yi[\"a\"],{attrs:{type:\"close\"},on:{click:this.handleIconClick}}):null}},render:function(){var e=arguments[0],t=this.$props.prefixCls,n=this.configProvider.getPrefixCls,r=n(\"tag\",t),o=this.$data._visible,a=e(\"span\",i()([{directives:[{name:\"show\",value:o}]},{on:Object(u[\"a\"])(Object(B[\"k\"])(this),[\"close\"])},{class:this.getTagClassName(r),style:this.getTagStyle()}]),[this.$slots[\"default\"],this.renderCloseIcon()]),s=Object($t[\"a\"])(r+\"-zoom\",{appear:!1});return e(Ao,[e(\"transition\",s,[a])])}},Ld={name:\"ACheckableTag\",model:{prop:\"checked\"},props:{prefixCls:s[\"a\"].string,checked:Boolean},inject:{configProvider:{default:function(){return C[\"a\"]}}},computed:{classes:function(){var e,t=this.checked,n=this.prefixCls,r=this.configProvider.getPrefixCls,i=r(\"tag\",n);return e={},a()(e,\"\"+i,!0),a()(e,i+\"-checkable\",!0),a()(e,i+\"-checkable-checked\",t),e}},methods:{handleClick:function(){var e=this.checked;this.$emit(\"input\",!e),this.$emit(\"change\",!e)}},render:function(){var e=arguments[0],t=this.classes,n=this.handleClick,r=this.$slots;return e(\"div\",{class:t,on:{click:n}},[r[\"default\"]])}};Hd.CheckableTag=Ld,Hd.install=function(e){e.use(w[\"a\"]),e.component(Hd.name,Hd),e.component(Hd.CheckableTag.name,Hd.CheckableTag)};var $d=Hd,Ad=function(){return{name:s[\"a\"].string,transitionName:s[\"a\"].string,prefixCls:s[\"a\"].string,inputPrefixCls:s[\"a\"].string,format:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].array,s[\"a\"].func]),disabled:s[\"a\"].bool,allowClear:s[\"a\"].bool,suffixIcon:s[\"a\"].any,popupStyle:s[\"a\"].object,dropdownClassName:s[\"a\"].string,locale:s[\"a\"].any,localeCode:s[\"a\"].string,size:s[\"a\"].oneOf([\"large\",\"small\",\"default\"]),getCalendarContainer:s[\"a\"].func,open:s[\"a\"].bool,disabledDate:s[\"a\"].func,showToday:s[\"a\"].bool,dateRender:s[\"a\"].any,pickerClass:s[\"a\"].string,pickerInputClass:s[\"a\"].string,timePicker:s[\"a\"].any,autoFocus:s[\"a\"].bool,tagPrefixCls:s[\"a\"].string,tabIndex:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),align:s[\"a\"].object.def((function(){return{}})),inputReadOnly:s[\"a\"].bool,valueFormat:s[\"a\"].string}},Fd=function(){return{value:xc,defaultValue:xc,defaultPickerValue:xc,renderExtraFooter:s[\"a\"].any,placeholder:s[\"a\"].string}},Id=function(){return I()({},Ad(),Fd(),{showTime:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].bool]),open:s[\"a\"].bool,disabledTime:s[\"a\"].func,mode:s[\"a\"].oneOf([\"time\",\"date\",\"month\",\"year\",\"decade\"])})},Rd=function(){return I()({},Ad(),Fd(),{placeholder:s[\"a\"].string,monthCellContentRender:s[\"a\"].func})},Dd=function(){return I()({},Ad(),{tagPrefixCls:s[\"a\"].string,value:Sc,defaultValue:Sc,defaultPickerValue:Sc,timePicker:s[\"a\"].any,showTime:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].bool]),ranges:s[\"a\"].object,placeholder:s[\"a\"].arrayOf(String),mode:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].arrayOf(String)]),separator:s[\"a\"].any,disabledTime:s[\"a\"].func,showToday:s[\"a\"].bool,renderExtraFooter:s[\"a\"].any})},Nd=function(){return I()({},Ad(),Fd(),{placeholder:s[\"a\"].string})},Bd={functional:!0,render:function(e,t){var n=t.props,r=n.suffixIcon,i=n.prefixCls;return(r&&Object(B[\"w\"])(r)?Object(At[\"a\"])(r,{class:i+\"-picker-icon\"}):e(\"span\",{class:i+\"-picker-icon\"},[r]))||e(Yi[\"a\"],{attrs:{type:\"calendar\"},class:i+\"-picker-icon\"})}};function Kd(){}function Wd(e,t){var n=Ze()(e,2),r=n[0],i=n[1];if(r||i){if(t&&\"month\"===t[0])return[r,i];var o=i&&i.isSame(r,\"month\")?i.clone().add(1,\"month\"):i;return[r,o]}}function Ud(e){if(e)return Array.isArray(e)?e:[e,e.clone().add(1,\"month\")]}function qd(e){return!!Array.isArray(e)&&(0===e.length||e.every((function(e){return!e})))}function Yd(e,t){if(t&&e&&0!==e.length){var n=Ze()(e,2),r=n[0],i=n[1];r&&r.locale(t),i&&i.locale(t)}}var Gd={name:\"ARangePicker\",mixins:[p[\"a\"]],model:{prop:\"value\",event:\"change\"},props:Object(B[\"t\"])(Dd(),{allowClear:!0,showToday:!1,separator:\"~\"}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this.value||this.defaultValue||[],t=Ze()(e,2),n=t[0],r=t[1];if(n&&!bc(Cs).isMoment(n)||r&&!bc(Cs).isMoment(r))throw new Error(\"The value/defaultValue of RangePicker must be a moment object array after `antd@2.0`, see: https://u.ant.design/date-picker-value\");var i=!e||qd(e)?this.defaultPickerValue:e;return{sValue:e,sShowDate:Ud(i||bc(Cs)()),sOpen:this.open,sHoverValue:[]}},watch:{value:function(e){var t=e||[],n={sValue:t};qe()(e,this.sValue)||(n=I()({},n,{sShowDate:Wd(t,this.mode)||this.sShowDate})),this.setState(n)},open:function(e){var t={sOpen:e};this.setState(t)},sOpen:function(e,t){var n=this;this.$nextTick((function(){Object(B[\"s\"])(n,\"open\")||!t||e||n.focus()}))}},methods:{setValue:function(e,t){this.handleChange(e),!t&&this.showTime||Object(B[\"s\"])(this,\"open\")||this.setState({sOpen:!1})},clearSelection:function(e){e.preventDefault(),e.stopPropagation(),this.setState({sValue:[]}),this.handleChange([])},clearHoverValue:function(){this.setState({sHoverValue:[]})},handleChange:function(e){Object(B[\"s\"])(this,\"value\")||this.setState((function(t){var n=t.sShowDate;return{sValue:e,sShowDate:Wd(e)||n}})),e[0]&&e[1]&&e[0].diff(e[1])>0&&(e[1]=void 0);var t=Ze()(e,2),n=t[0],r=t[1];this.$emit(\"change\",e,[Dh(n,this.format),Dh(r,this.format)])},handleOpenChange:function(e){Object(B[\"s\"])(this,\"open\")||this.setState({sOpen:e}),!1===e&&this.clearHoverValue(),this.$emit(\"openChange\",e)},handleShowDateChange:function(e){this.setState({sShowDate:e})},handleHoverChange:function(e){this.setState({sHoverValue:e})},handleRangeMouseLeave:function(){this.sOpen&&this.clearHoverValue()},handleCalendarInputSelect:function(e){var t=Ze()(e,1),n=t[0];n&&this.setState((function(t){var n=t.sShowDate;return{sValue:e,sShowDate:Wd(e)||n}}))},handleRangeClick:function(e){\"function\"===typeof e&&(e=e()),this.setValue(e,!0),this.$emit(\"ok\",e),this.$emit(\"openChange\",!1)},onMouseEnter:function(e){this.$emit(\"mouseenter\",e)},onMouseLeave:function(e){this.$emit(\"mouseleave\",e)},focus:function(){this.$refs.picker.focus()},blur:function(){this.$refs.picker.blur()},renderFooter:function(){var e=this,t=this.$createElement,n=this.ranges,r=this.$scopedSlots,i=this.$slots,o=this._prefixCls,a=this._tagPrefixCls,s=this.renderExtraFooter||r.renderExtraFooter||i.renderExtraFooter;if(!n&&!s)return null;var c=s?t(\"div\",{class:o+\"-footer-extra\",key:\"extra\"},[\"function\"===typeof s?s():s]):null,l=n&&Object.keys(n).map((function(r){var i=n[r],o=\"function\"===typeof i?i.call(e):i;return t($d,{key:r,attrs:{prefixCls:a,color:\"blue\"},on:{click:function(){return e.handleRangeClick(i)},mouseenter:function(){return e.setState({sHoverValue:o})},mouseleave:e.handleRangeMouseLeave}},[r])})),u=l&&l.length>0?t(\"div\",{class:o+\"-footer-extra \"+o+\"-range-quick-selector\",key:\"range\"},[l]):null;return[u,c]}},render:function(){var e,t=this,n=arguments[0],r=Object(B[\"l\"])(this),i=Object(B[\"g\"])(this,\"suffixIcon\");i=Array.isArray(i)?i[0]:i;var o=this.sValue,s=this.sShowDate,c=this.sHoverValue,u=this.sOpen,h=this.$scopedSlots,d=Object(B[\"k\"])(this),f=d.calendarChange,p=void 0===f?Kd:f,v=d.ok,m=void 0===v?Kd:v,g=d.focus,b=void 0===g?Kd:g,y=d.blur,C=void 0===y?Kd:y,w=d.panelChange,x=void 0===w?Kd:w,S=r.prefixCls,k=r.tagPrefixCls,O=r.popupStyle,M=r.disabledDate,z=r.disabledTime,_=r.showTime,T=r.showToday,V=r.ranges,j=r.locale,P=r.localeCode,E=r.format,H=r.separator,L=r.inputReadOnly,$=this.configProvider.getPrefixCls,A=$(\"calendar\",S),F=$(\"tag\",k);this._prefixCls=A,this._tagPrefixCls=F;var R=r.dateRender||h.dateRender;Yd(o,P),Yd(s,P);var D=l()((e={},a()(e,A+\"-time\",_),a()(e,A+\"-range-with-ranges\",V),e)),N={on:{change:this.handleChange}},K={on:{ok:this.handleChange},props:{}};r.timePicker?N.on.change=function(e){return t.handleChange(e)}:K={on:{},props:{}},\"mode\"in r&&(K.props.mode=r.mode);var W=Array.isArray(r.placeholder)?r.placeholder[0]:j.lang.rangePlaceholder[0],U=Array.isArray(r.placeholder)?r.placeholder[1]:j.lang.rangePlaceholder[1],q=Object(B[\"x\"])(K,{props:{separator:H,format:E,prefixCls:A,renderFooter:this.renderFooter,timePicker:r.timePicker,disabledDate:M,disabledTime:z,dateInputPlaceholder:[W,U],locale:j.lang,dateRender:R,value:s,hoverValue:c,showToday:T,inputReadOnly:L},on:{change:p,ok:m,valueChange:this.handleShowDateChange,hoverChange:this.handleHoverChange,panelChange:x,inputSelect:this.handleCalendarInputSelect},class:D,scopedSlots:h}),Y=n(jd,q),G={};r.showTime&&(G.width=\"350px\");var X=Ze()(o,2),J=X[0],Q=X[1],Z=!r.disabled&&r.allowClear&&o&&(J||Q)?n(Yi[\"a\"],{attrs:{type:\"close-circle\",theme:\"filled\"},class:A+\"-picker-clear\",on:{click:this.clearSelection}}):null,ee=n(Bd,{attrs:{suffixIcon:i,prefixCls:A}}),te=function(e){var t=e.value,i=Ze()(t,2),o=i[0],a=i[1];return n(\"span\",{class:r.pickerInputClass},[n(\"input\",{attrs:{disabled:r.disabled,readOnly:!0,placeholder:W,tabIndex:-1},domProps:{value:Dh(o,r.format)},class:A+\"-range-picker-input\"}),n(\"span\",{class:A+\"-range-picker-separator\"},[\" \",H,\" \"]),n(\"input\",{attrs:{disabled:r.disabled,readOnly:!0,placeholder:U,tabIndex:-1},domProps:{value:Dh(a,r.format)},class:A+\"-range-picker-input\"}),Z,ee])},ne=Object(B[\"x\"])({props:r,on:d},N,{props:{calendar:Y,value:o,open:u,prefixCls:A+\"-picker-container\"},on:{openChange:this.handleOpenChange},style:O,scopedSlots:I()({default:te},h)});return n(\"span\",{ref:\"picker\",class:r.pickerClass,style:G,attrs:{tabIndex:r.disabled?-1:0},on:{focus:b,blur:C,mouseenter:this.onMouseEnter,mouseleave:this.onMouseLeave}},[n(Rh,ne)])}};function Xd(e,t){return e&&e.format(t)||\"\"}function Jd(){}var Qd={name:\"AWeekPicker\",mixins:[p[\"a\"]],model:{prop:\"value\",event:\"change\"},props:Object(B[\"t\"])(Nd(),{format:\"gggg-wo\",allowClear:!0}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this.value||this.defaultValue;if(e&&!bc(Cs).isMoment(e))throw new Error(\"The value/defaultValue of WeekPicker or MonthPicker must be a moment object\");return{_value:e,_open:this.open}},watch:{value:function(e){var t={_value:e};this.setState(t),this.prevState=I()({},this.$data,t)},open:function(e){var t={_open:e};this.setState(t),this.prevState=I()({},this.$data,t)},_open:function(e,t){var n=this;this.$nextTick((function(){Object(B[\"s\"])(n,\"open\")||!t||e||n.focus()}))}},mounted:function(){this.prevState=I()({},this.$data)},updated:function(){var e=this;this.$nextTick((function(){Object(B[\"s\"])(e,\"open\")||!e.prevState._open||e._open||e.focus()}))},methods:{weekDateRender:function(e){var t=this.$createElement,n=this.$data._value,r=this._prefixCls,i=this.$scopedSlots,o=this.dateRender||i.dateRender,a=o?o(e):e.date();return n&&e.year()===n.year()&&e.week()===n.week()?t(\"div\",{class:r+\"-selected-day\"},[t(\"div\",{class:r+\"-date\"},[a])]):t(\"div\",{class:r+\"-date\"},[a])},handleChange:function(e){Object(B[\"s\"])(this,\"value\")||this.setState({_value:e}),this.$emit(\"change\",e,Xd(e,this.format))},handleOpenChange:function(e){Object(B[\"s\"])(this,\"open\")||this.setState({_open:e}),this.$emit(\"openChange\",e)},clearSelection:function(e){e.preventDefault(),e.stopPropagation(),this.handleChange(null)},focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},renderFooter:function(){var e=this.$createElement,t=this._prefixCls,n=this.$scopedSlots,r=this.renderExtraFooter||n.renderExtraFooter;return r?e(\"div\",{class:t+\"-footer-extra\"},[r.apply(void 0,arguments)]):null}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=Object(B[\"g\"])(this,\"suffixIcon\");n=Array.isArray(n)?n[0]:n;var r=this.prefixCls,i=this.disabled,o=this.pickerClass,a=this.popupStyle,s=this.pickerInputClass,c=this.format,l=this.allowClear,u=this.locale,h=this.localeCode,d=this.disabledDate,f=this.defaultPickerValue,p=this.$data,v=this.$scopedSlots,m=Object(B[\"k\"])(this),g=this.configProvider.getPrefixCls,b=g(\"calendar\",r);this._prefixCls=b;var y=p._value,C=p._open,w=m.focus,x=void 0===w?Jd:w,S=m.blur,k=void 0===S?Jd:S;y&&h&&y.locale(h);var O=Object(B[\"s\"])(this,\"placeholder\")?this.placeholder:u.lang.placeholder,M=this.dateRender||v.dateRender||this.weekDateRender,z=e(_h,{attrs:{showWeekNumber:!0,dateRender:M,prefixCls:b,format:c,locale:u.lang,showDateInput:!1,showToday:!1,disabledDate:d,renderFooter:this.renderFooter,defaultValue:f}}),_=!i&&l&&p._value?e(Yi[\"a\"],{attrs:{type:\"close-circle\",theme:\"filled\"},class:b+\"-picker-clear\",on:{click:this.clearSelection}}):null,T=e(Bd,{attrs:{suffixIcon:n,prefixCls:b}}),V=function(t){var n=t.value;return e(\"span\",{style:{display:\"inline-block\",width:\"100%\"}},[e(\"input\",{ref:\"input\",attrs:{disabled:i,readOnly:!0,placeholder:O},domProps:{value:n&&n.format(c)||\"\"},class:s,on:{focus:x,blur:k}}),_,T])},j={props:I()({},t,{calendar:z,prefixCls:b+\"-picker-container\",value:y,open:C}),on:I()({},m,{change:this.handleChange,openChange:this.handleOpenChange}),style:a,scopedSlots:I()({default:V},v)};return e(\"span\",{class:o},[e(Rh,j)])}},Zd=yd(I()({},Bh(_h,Id()),{name:\"ADatePicker\"}),Id(),\"date\"),ef=yd(I()({},Bh(Vh,Rd()),{name:\"AMonthPicker\"}),Rd(),\"month\");I()(Zd,{RangePicker:yd(Gd,Dd(),\"date\"),MonthPicker:ef,WeekPicker:yd(Qd,Nd(),\"week\")}),Zd.install=function(e){e.use(w[\"a\"]),e.component(Zd.name,Zd),e.component(Zd.RangePicker.name,Zd.RangePicker),e.component(Zd.MonthPicker.name,Zd.MonthPicker),e.component(Zd.WeekPicker.name,Zd.WeekPicker)};var tf=Zd,nf={name:\"ADivider\",props:{prefixCls:s[\"a\"].string,type:s[\"a\"].oneOf([\"horizontal\",\"vertical\",\"\"]).def(\"horizontal\"),dashed:s[\"a\"].bool,orientation:s[\"a\"].oneOf([\"left\",\"right\",\"center\"])},inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e,t=arguments[0],n=this.prefixCls,r=this.type,i=this.$slots,o=this.dashed,s=this.orientation,c=void 0===s?\"center\":s,l=this.configProvider.getPrefixCls,u=l(\"divider\",n),h=c.length>0?\"-\"+c:c,d=(e={},a()(e,u,!0),a()(e,u+\"-\"+r,!0),a()(e,u+\"-with-text\"+h,i[\"default\"]),a()(e,u+\"-dashed\",!!o),e);return t(\"div\",{class:d,attrs:{role:\"separator\"}},[i[\"default\"]&&t(\"span\",{class:u+\"-inner-text\"},[i[\"default\"]])])},install:function(e){e.use(w[\"a\"]),e.component(nf.name,nf)}},rf=nf;Aa.Button=Ha,Aa.install=function(e){e.use(w[\"a\"]),e.component(Aa.name,Aa),e.component(Ha.name,Ha)};var of=Aa,af=n(\"c005\"),sf=n.n(af),cf=n(\"3852\"),lf=n.n(cf),uf=n(\"2a95\"),hf=n(\"9b02\"),df=n.n(hf),ff=n(\"0f5c\"),pf=n.n(ff),vf=n(\"9638\"),mf=n.n(vf),gf=n(\"8827\"),bf=n.n(gf),yf=n(\"57ba\"),Cf=n.n(yf),wf=function e(t){bf()(this,e),I()(this,t)};function xf(e){return e instanceof wf}function Sf(e){return xf(e)?e:new wf(e)}function kf(e){return e.name||\"WrappedComponent\"}function Of(e,t){return e.name=\"Form_\"+kf(t),e.WrappedComponent=t,e.props=I()({},e.props,t.props),e}function Mf(e){return e}function zf(e){return Array.prototype.concat.apply([],e)}function _f(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=arguments[1],n=arguments[2],r=arguments[3],i=arguments[4];if(n(e,t))i(e,t);else if(void 0===t||null===t);else if(Array.isArray(t))t.forEach((function(t,o){return _f(e+\"[\"+o+\"]\",t,n,r,i)}));else{if(\"object\"!==(\"undefined\"===typeof t?\"undefined\":Z()(t)))return void Ht()(!1,r);Object.keys(t).forEach((function(o){var a=t[o];_f(e+(e?\".\":\"\")+o,a,n,r,i)}))}}function Tf(e,t,n){var r={};return _f(void 0,e,t,n,(function(e,t){r[e]=t})),r}function Vf(e,t,n){var r=e.map((function(e){var t=I()({},e,{trigger:e.trigger||[]});return\"string\"===typeof t.trigger&&(t.trigger=[t.trigger]),t}));return t&&r.push({trigger:n?[].concat(n):[],rules:t}),r}function jf(e){return e.filter((function(e){return!!e.rules&&e.rules.length})).map((function(e){return e.trigger})).reduce((function(e,t){return e.concat(t)}),[])}function Pf(e){if(!e||!e.target)return e;var t=e.target;return\"checkbox\"===t.type?t.checked:t.value}function Ef(e){return e?e.map((function(e){return e&&e.message?e.message:e})):e}function Hf(e,t,n){var r=e,i=t,o=n;return void 0===n&&(\"function\"===typeof r?(o=r,i={},r=void 0):Array.isArray(r)?\"function\"===typeof i?(o=i,i={}):i=i||{}:(o=i,i=r||{},r=void 0)),{names:r,options:i,callback:o}}function Lf(e){return 0===Object.keys(e).length}function $f(e){return!!e&&e.some((function(e){return e.rules&&e.rules.length}))}function Af(e,t){return 0===e.lastIndexOf(t,0)}function Ff(e,t){return 0===t.indexOf(e)&&-1!==[\".\",\"[\"].indexOf(t[e.length])}function If(e){return Tf(e,(function(e,t){return xf(t)}),\"You must wrap field data with `createFormField`.\")}var Rf=function(){function e(t){bf()(this,e),Df.call(this),this.fields=If(t),this.fieldsMeta={}}return Cf()(e,[{key:\"updateFields\",value:function(e){this.fields=If(e)}},{key:\"flattenRegisteredFields\",value:function(e){var t=this.getAllFieldsName();return Tf(e,(function(e){return t.indexOf(e)>=0}),'You cannot set a form field before rendering a field associated with the value. You can use `getFieldDecorator(id, options)` instead `v-decorator=\"[id, options]\"` to register it before render.')}},{key:\"setFields\",value:function(e){var t=this,n=this.fieldsMeta,r=I()({},this.fields,e),i={};Object.keys(n).forEach((function(e){i[e]=t.getValueFromFields(e,r)})),Object.keys(i).forEach((function(e){var n=i[e],o=t.getFieldMeta(e);if(o&&o.normalize){var a=o.normalize(n,t.getValueFromFields(e,t.fields),i);a!==n&&(r[e]=I()({},r[e],{value:a}))}})),this.fields=r}},{key:\"resetFields\",value:function(e){var t=this.fields,n=e?this.getValidFieldsFullName(e):this.getAllFieldsName();return n.reduce((function(e,n){var r=t[n];return r&&\"value\"in r&&(e[n]={}),e}),{})}},{key:\"setFieldMeta\",value:function(e,t){this.fieldsMeta[e]=t}},{key:\"setFieldsAsDirty\",value:function(){var e=this;Object.keys(this.fields).forEach((function(t){var n=e.fields[t],r=e.fieldsMeta[t];n&&r&&$f(r.validate)&&(e.fields[t]=I()({},n,{dirty:!0}))}))}},{key:\"getFieldMeta\",value:function(e){return this.fieldsMeta[e]=this.fieldsMeta[e]||{},this.fieldsMeta[e]}},{key:\"getValueFromFields\",value:function(e,t){var n=t[e];if(n&&\"value\"in n)return n.value;var r=this.getFieldMeta(e);return r&&r.initialValue}},{key:\"getValidFieldsName\",value:function(){var e=this,t=this.fieldsMeta;return t?Object.keys(t).filter((function(t){return!e.getFieldMeta(t).hidden})):[]}},{key:\"getAllFieldsName\",value:function(){var e=this.fieldsMeta;return e?Object.keys(e):[]}},{key:\"getValidFieldsFullName\",value:function(e){var t=Array.isArray(e)?e:[e];return this.getValidFieldsName().filter((function(e){return t.some((function(t){return e===t||Af(e,t)&&[\".\",\"[\"].indexOf(e[t.length])>=0}))}))}},{key:\"getFieldValuePropValue\",value:function(e){var t=e.name,n=e.getValueProps,r=e.valuePropName,i=this.getField(t),o=\"value\"in i?i.value:e.initialValue;return n?n(o):a()({},r,o)}},{key:\"getField\",value:function(e){return I()({},this.fields[e],{name:e})}},{key:\"getNotCollectedFields\",value:function(){var e=this,t=this.getValidFieldsName();return t.filter((function(t){return!e.fields[t]})).map((function(t){return{name:t,dirty:!1,value:e.getFieldMeta(t).initialValue}})).reduce((function(e,t){return pf()(e,t.name,Sf(t))}),{})}},{key:\"getNestedAllFields\",value:function(){var e=this;return Object.keys(this.fields).reduce((function(t,n){return pf()(t,n,Sf(e.fields[n]))}),this.getNotCollectedFields())}},{key:\"getFieldMember\",value:function(e,t){return this.getField(e)[t]}},{key:\"getNestedFields\",value:function(e,t){var n=e||this.getValidFieldsName();return n.reduce((function(e,n){return pf()(e,n,t(n))}),{})}},{key:\"getNestedField\",value:function(e,t){var n=this.getValidFieldsFullName(e);if(0===n.length||1===n.length&&n[0]===e)return t(e);var r=\"[\"===n[0][e.length],i=r?e.length:e.length+1;return n.reduce((function(e,n){return pf()(e,n.slice(i),t(n))}),r?[]:{})}},{key:\"isValidNestedFieldName\",value:function(e){var t=this.getAllFieldsName();return t.every((function(t){return!Ff(t,e)&&!Ff(e,t)}))}},{key:\"clearField\",value:function(e){delete this.fields[e],delete this.fieldsMeta[e]}}]),e}(),Df=function(){var e=this;this.setFieldsInitialValue=function(t){var n=e.flattenRegisteredFields(t),r=e.fieldsMeta;Object.keys(n).forEach((function(t){r[t]&&e.setFieldMeta(t,I()({},e.getFieldMeta(t),{initialValue:n[t]}))}))},this.getAllValues=function(){var t=e.fieldsMeta,n=e.fields;return Object.keys(t).reduce((function(t,r){return pf()(t,r,e.getValueFromFields(r,n))}),{})},this.getFieldsValue=function(t){return e.getNestedFields(t,e.getFieldValue)},this.getFieldValue=function(t){var n=e.fields;return e.getNestedField(t,(function(t){return e.getValueFromFields(t,n)}))},this.getFieldsError=function(t){return e.getNestedFields(t,e.getFieldError)},this.getFieldError=function(t){return e.getNestedField(t,(function(t){return Ef(e.getFieldMember(t,\"errors\"))}))},this.isFieldValidating=function(t){return e.getFieldMember(t,\"validating\")},this.isFieldsValidating=function(t){var n=t||e.getValidFieldsName();return n.some((function(t){return e.isFieldValidating(t)}))},this.isFieldTouched=function(t){return e.getFieldMember(t,\"touched\")},this.isFieldsTouched=function(t){var n=t||e.getValidFieldsName();return n.some((function(t){return e.isFieldTouched(t)}))}};function Nf(e){return new Rf(e)}var Bf=\"change\";function Kf(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=e.validateMessages,r=e.onFieldsChange,i=e.onValuesChange,o=e.mapProps,c=void 0===o?Mf:o,l=e.mapPropsToFields,u=e.fieldNameProp,h=e.fieldMetaProp,d=e.fieldDataProp,f=e.formPropName,v=void 0===f?\"form\":f,g=e.name,b=e.props,y=void 0===b?{}:b,C=e.templateContext;return function(e){var o={};Array.isArray(y)?y.forEach((function(e){o[e]=s[\"a\"].any})):o=y;var f={mixins:[p[\"a\"]].concat(m()(t)),props:I()({},o,{wrappedComponentRef:s[\"a\"].func.def((function(){}))}),data:function(){var e=this,t=l&&l(this.$props);return this.fieldsStore=Nf(t||{}),this.templateContext=C,this.instances={},this.cachedBind={},this.clearedFieldMetaCache={},this.formItems={},this.renderFields={},this.domFields={},[\"getFieldsValue\",\"getFieldValue\",\"setFieldsInitialValue\",\"getFieldsError\",\"getFieldError\",\"isFieldValidating\",\"isFieldsValidating\",\"isFieldsTouched\",\"isFieldTouched\"].forEach((function(t){e[t]=function(){var n;return(n=e.fieldsStore)[t].apply(n,arguments)}})),{submitting:!1}},watch:C?{}:{$props:{handler:function(e){l&&this.fieldsStore.updateFields(l(e))},deep:!0}},mounted:function(){this.cleanUpUselessFields()},updated:function(){this.cleanUpUselessFields()},methods:{updateFields:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.fieldsStore.updateFields(l(e)),C&&C.$forceUpdate()},onCollectCommon:function(e,t,n){var r=this.fieldsStore.getFieldMeta(e);if(r[t])r[t].apply(r,m()(n));else if(r.originalProps&&r.originalProps[t]){var o;(o=r.originalProps)[t].apply(o,m()(n))}var s=r.getValueFromEvent?r.getValueFromEvent.apply(r,m()(n)):Pf.apply(void 0,m()(n));if(i&&s!==this.fieldsStore.getFieldValue(e)){var c=this.fieldsStore.getAllValues(),l={};c[e]=s,Object.keys(c).forEach((function(e){return pf()(l,e,c[e])})),i(I()(a()({},v,this.getForm()),this.$props),pf()({},e,s),l)}var u=this.fieldsStore.getField(e);return{name:e,field:I()({},u,{value:s,touched:!0}),fieldMeta:r}},onCollect:function(e,t){for(var n=arguments.length,r=Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];var o=this.onCollectCommon(e,t,r),s=o.name,c=o.field,l=o.fieldMeta,u=l.validate;this.fieldsStore.setFieldsAsDirty();var h=I()({},c,{dirty:$f(u)});this.setFields(a()({},s,h))},onCollectValidate:function(e,t){for(var n=arguments.length,r=Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];var o=this.onCollectCommon(e,t,r),a=o.field,s=o.fieldMeta,c=I()({},a,{dirty:!0});this.fieldsStore.setFieldsAsDirty(),this.validateFieldsInternal([c],{action:t,options:{firstFields:!!s.validateFirst}})},getCacheBind:function(e,t,n){this.cachedBind[e]||(this.cachedBind[e]={});var r=this.cachedBind[e];return r[t]&&r[t].oriFn===n||(r[t]={fn:n.bind(this,e,t),oriFn:n}),r[t].fn},getFieldDecorator:function(e,t,n){var r=this,i=this.getFieldProps(e,t),o=i.props,a=re()(i,[\"props\"]);return this.formItems[e]=n,function(t){r.renderFields[e]=!0;var n=r.fieldsStore.getFieldMeta(e),i=Object(B[\"l\"])(t),s=Object(B[\"i\"])(t);n.originalProps=i;var c=I()({props:I()({},o,r.fieldsStore.getFieldValuePropValue(n))},a);c.domProps.value=c.props.value;var l={};return Object.keys(c.on).forEach((function(e){if(s[e]){var t=c.on[e];l[e]=function(){s[e].apply(s,arguments),t.apply(void 0,arguments)}}else l[e]=c.on[e]})),Object(At[\"a\"])(t,I()({},c,{on:l}))}},getFieldProps:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)throw new Error(\"Must call `getFieldProps` with valid name string!\");delete this.clearedFieldMetaCache[e];var r=I()({name:e,trigger:Bf,valuePropName:\"value\",validate:[]},n),i=r.rules,o=r.trigger,a=r.validateTrigger,s=void 0===a?o:a,c=r.validate,l=this.fieldsStore.getFieldMeta(e);\"initialValue\"in r&&(l.initialValue=r.initialValue);var f=I()({},this.fieldsStore.getFieldValuePropValue(r)),p={},v={};u&&(f[u]=g?g+\"_\"+e:e);var m=Vf(c,i,s),b=jf(m);b.forEach((function(n){p[n]||(p[n]=t.getCacheBind(e,n,t.onCollectValidate))})),o&&-1===b.indexOf(o)&&(p[o]=this.getCacheBind(e,o,this.onCollect));var y=I()({},l,r,{validate:m});return this.fieldsStore.setFieldMeta(e,y),h&&(v[h]=y),d&&(v[d]=this.fieldsStore.getField(e)),this.renderFields[e]=!0,{props:Ph()(f,[\"id\"]),domProps:{value:f.value},attrs:I()({},v,{id:f.id}),directives:[{name:\"ant-ref\",value:this.getCacheBind(e,e+\"__ref\",this.saveRef)}],on:p}},getFieldInstance:function(e){return this.instances[e]},getRules:function(e,t){var n=e.validate.filter((function(e){return!t||e.trigger.indexOf(t)>=0})).map((function(e){return e.rules}));return zf(n)},setFields:function(e,t){var n=this,i=this.fieldsStore.flattenRegisteredFields(e);this.fieldsStore.setFields(i);var o=Object.keys(i).reduce((function(e,t){return pf()(e,t,n.fieldsStore.getField(t))}),{});if(r){var a=Object.keys(i).reduce((function(e,t){return pf()(e,t,n.fieldsStore.getField(t))}),{});r(this,a,this.fieldsStore.getNestedAllFields())}var s=C||this,c=!1;Object.keys(o).forEach((function(e){var t=n.formItems[e];t=\"function\"===typeof t?t():t,t&&t.itemSelfUpdate?t.$forceUpdate():c=!0})),c&&s.$forceUpdate(),this.$nextTick((function(){t&&t()}))},setFieldsValue:function(e,t){var n=this.fieldsStore.fieldsMeta,r=this.fieldsStore.flattenRegisteredFields(e),o=Object.keys(r).reduce((function(e,t){var i=n[t];if(i){var o=r[t];e[t]={value:o}}return e}),{});if(this.setFields(o,t),i){var s=this.fieldsStore.getAllValues();i(I()(a()({},v,this.getForm()),this.$props),e,s)}},saveRef:function(e,t,n){if(!n){var r=this.fieldsStore.getFieldMeta(e);return r.preserve||(this.clearedFieldMetaCache[e]={field:this.fieldsStore.getField(e),meta:r},this.clearField(e)),void delete this.domFields[e]}this.domFields[e]=!0,this.recoverClearedField(e),this.instances[e]=n},cleanUpUselessFields:function(){var e=this,t=this.fieldsStore.getAllFieldsName(),n=t.filter((function(t){var n=e.fieldsStore.getFieldMeta(t);return!e.renderFields[t]&&!e.domFields[t]&&!n.preserve}));n.length&&n.forEach(this.clearField),this.renderFields={}},clearField:function(e){this.fieldsStore.clearField(e),delete this.instances[e],delete this.cachedBind[e]},resetFields:function(e){var t=this,n=this.fieldsStore.resetFields(e);if(Object.keys(n).length>0&&this.setFields(n),e){var r=Array.isArray(e)?e:[e];r.forEach((function(e){return delete t.clearedFieldMetaCache[e]}))}else this.clearedFieldMetaCache={}},recoverClearedField:function(e){this.clearedFieldMetaCache[e]&&(this.fieldsStore.setFields(a()({},e,this.clearedFieldMetaCache[e].field)),this.fieldsStore.setFieldMeta(e,this.clearedFieldMetaCache[e].meta),delete this.clearedFieldMetaCache[e])},validateFieldsInternal:function(e,t,r){var i=this,o=t.fieldNames,a=t.action,s=t.options,c=void 0===s?{}:s,l={},u={},h={},d={};if(e.forEach((function(e){var t=e.name;if(!0===c.force||!1!==e.dirty){var n=i.fieldsStore.getFieldMeta(t),r=I()({},e);r.errors=void 0,r.validating=!0,r.dirty=!0,l[t]=i.getRules(n,a),u[t]=r.value,h[t]=r}else e.errors&&pf()(d,t,{errors:e.errors})})),this.setFields(h),Object.keys(u).forEach((function(e){u[e]=i.fieldsStore.getFieldValue(e)})),r&&Lf(h))r(Lf(d)?null:d,this.fieldsStore.getFieldsValue(o));else{var f=new uf[\"a\"](l);n&&f.messages(n),f.validate(u,c,(function(e){var t=I()({},d);e&&e.length&&e.forEach((function(e){var n=e.field,r=n;Object.keys(l).some((function(e){var t=l[e]||[];if(e===n)return r=e,!0;if(t.every((function(e){var t=e.type;return\"array\"!==t}))&&0!==n.indexOf(e))return!1;var i=n.slice(e.length+1);return!!/^\\d+$/.test(i)&&(r=e,!0)}));var i=df()(t,r);(\"object\"!==(\"undefined\"===typeof i?\"undefined\":Z()(i))||Array.isArray(i))&&pf()(t,r,{errors:[]});var o=df()(t,r.concat(\".errors\"));o.push(e)}));var n=[],a={};Object.keys(l).forEach((function(e){var r=df()(t,e),o=i.fieldsStore.getField(e);mf()(o.value,u[e])?(o.errors=r&&r.errors,o.value=u[e],o.validating=!1,o.dirty=!1,a[e]=o):n.push({name:e})})),i.setFields(a),r&&(n.length&&n.forEach((function(e){var n=e.name,r=[{message:n+\" need to revalidate\",field:n}];pf()(t,n,{expired:!0,errors:r})})),r(Lf(t)?null:t,i.fieldsStore.getFieldsValue(o)))}))}},validateFields:function(e,t,n){var r=this,i=new Promise((function(i,o){var a=Hf(e,t,n),s=a.names,c=a.options,l=Hf(e,t,n),u=l.callback;if(!u||\"function\"===typeof u){var h=u;u=function(e,t){h?h(e,t):e?o({errors:e,values:t}):i(t)}}var d=s?r.fieldsStore.getValidFieldsFullName(s):r.fieldsStore.getValidFieldsName(),f=d.filter((function(e){var t=r.fieldsStore.getFieldMeta(e);return $f(t.validate)})).map((function(e){var t=r.fieldsStore.getField(e);return t.value=r.fieldsStore.getFieldValue(e),t}));f.length?(\"firstFields\"in c||(c.firstFields=d.filter((function(e){var t=r.fieldsStore.getFieldMeta(e);return!!t.validateFirst}))),r.validateFieldsInternal(f,{fieldNames:d,options:c},u)):u(null,r.fieldsStore.getFieldsValue(d))}));return i[\"catch\"]((function(e){return console.error,e})),i},isSubmitting:function(){return this.submitting},submit:function(e){var t=this;var n=function(){t.setState({submitting:!1})};this.setState({submitting:!0}),e(n)}},render:function(){var t=arguments[0],n=this.$slots,r=this.$scopedSlots,i=a()({},v,this.getForm()),o=Object(B[\"l\"])(this),s=o.wrappedComponentRef,l=re()(o,[\"wrappedComponentRef\"]),u={props:c.call(this,I()({},i,l)),on:Object(B[\"k\"])(this),ref:\"WrappedComponent\",directives:[{name:\"ant-ref\",value:s}]};Object.keys(r).length&&(u.scopedSlots=r);var h=Object.keys(n);return e?t(e,u,[h.length?h.map((function(e){return t(\"template\",{slot:e},[n[e]])})):null]):null}};if(!e)return f;if(Array.isArray(e.props)){var b={};e.props.forEach((function(e){b[e]=s[\"a\"].any})),b[v]=Object,e.props=b}else e.props=e.props||{},v in e.props||(e.props[v]=Object);return Of(f,e)}}var Wf=Kf,Uf={methods:{getForm:function(){return{getFieldsValue:this.fieldsStore.getFieldsValue,getFieldValue:this.fieldsStore.getFieldValue,getFieldInstance:this.getFieldInstance,setFieldsValue:this.setFieldsValue,setFields:this.setFields,setFieldsInitialValue:this.fieldsStore.setFieldsInitialValue,getFieldDecorator:this.getFieldDecorator,getFieldProps:this.getFieldProps,getFieldsError:this.fieldsStore.getFieldsError,getFieldError:this.fieldsStore.getFieldError,isFieldValidating:this.fieldsStore.isFieldValidating,isFieldsValidating:this.fieldsStore.isFieldsValidating,isFieldsTouched:this.fieldsStore.isFieldsTouched,isFieldTouched:this.fieldsStore.isFieldTouched,isSubmitting:this.isSubmitting,submit:this.submit,validateFields:this.validateFields,resetFields:this.resetFields}}}};function qf(e,t){var n=window.getComputedStyle,r=n?n(e):e.currentStyle;if(r)return r[t.replace(/-(\\w)/gi,(function(e,t){return t.toUpperCase()}))]}function Yf(e){var t=e,n=void 0;while(\"body\"!==(n=t.nodeName.toLowerCase())){var r=qf(t,\"overflowY\");if(t!==e&&(\"auto\"===r||\"scroll\"===r)&&t.scrollHeight>t.clientHeight)return t;t=t.parentNode}return\"body\"===n?t.ownerDocument:t}var Gf={methods:{getForm:function(){return I()({},Uf.methods.getForm.call(this),{validateFieldsAndScroll:this.validateFieldsAndScroll})},validateFieldsAndScroll:function(e,t,n){var r=this,i=Hf(e,t,n),o=i.names,a=i.callback,s=i.options,c=function(e,t){if(e){var n=r.fieldsStore.getValidFieldsName(),i=void 0,o=void 0;if(n.forEach((function(t){if(lf()(e,t)){var n=r.getFieldInstance(t);if(n){var a=n.$el||n.elm,s=a.getBoundingClientRect().top;\"hidden\"!==a.type&&(void 0===o||o>s)&&(o=s,i=a)}}})),i){var c=s.container||Yf(i);We(i,c,I()({onlyScrollIfNeeded:!0},s.scroll))}}\"function\"===typeof a&&a(e,t)};return this.validateFields(o,s,c)}}};function Xf(e){return Wf(I()({},e),[Gf])}var Jf=Xf,Qf=n(\"2769\"),Zf=n.n(Qf),ep=\"data-__meta\",tp=\"data-__field\";function np(){}function rp(e){return e.reduce((function(e,t){return[].concat(m()(e),[\" \",t])}),[]).slice(1)}var ip={id:s[\"a\"].string,htmlFor:s[\"a\"].string,prefixCls:s[\"a\"].string,label:s[\"a\"].any,labelCol:s[\"a\"].shape(Il).loose,wrapperCol:s[\"a\"].shape(Il).loose,help:s[\"a\"].any,extra:s[\"a\"].any,validateStatus:s[\"a\"].oneOf([\"\",\"success\",\"warning\",\"error\",\"validating\"]),hasFeedback:s[\"a\"].bool,required:s[\"a\"].bool,colon:s[\"a\"].bool,fieldDecoratorId:s[\"a\"].string,fieldDecoratorOptions:s[\"a\"].object,selfUpdate:s[\"a\"].bool,labelAlign:s[\"a\"].oneOf([\"left\",\"right\"])};function op(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1],n=!1,r=0,i=e.length;r<i;r++){var o=e[r];if(!o||o!==t&&o.$vnode!==t){var a=o.componentOptions||o.$vnode&&o.$vnode.componentOptions,s=a?a.children:o.$children;n=op(s,t)}else n=!0;if(n)break}return n}var ap={name:\"AFormItem\",__ANT_FORM_ITEM:!0,mixins:[p[\"a\"]],props:Object(B[\"t\"])(ip,{hasFeedback:!1}),provide:function(){return{isFormItemChildren:!0}},inject:{isFormItemChildren:{default:!1},FormContext:{default:function(){return{}}},decoratorFormProps:{default:function(){return{}}},collectFormItemContext:{default:function(){return np}},configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{helpShow:!1}},computed:{itemSelfUpdate:function(){return!!(void 0===this.selfUpdate?this.FormContext.selfUpdate:this.selfUpdate)}},created:function(){this.collectContext()},beforeUpdate:function(){0},beforeDestroy:function(){this.collectFormItemContext(this.$vnode&&this.$vnode.context,\"delete\")},mounted:function(){var e=this.$props,t=e.help,n=e.validateStatus;Object(x[\"a\"])(this.getControls(this.slotDefault,!0).length<=1||void 0!==t||void 0!==n,\"Form.Item\",\"Cannot generate `validateStatus` and `help` automatically, while there are more than one `getFieldDecorator` in it.\"),Object(x[\"a\"])(!this.fieldDecoratorId,\"Form.Item\",\"`fieldDecoratorId` is deprecated. please use `v-decorator={id, options}` instead.\")},methods:{collectContext:function(){if(this.FormContext.form&&this.FormContext.form.templateContext){var e=this.FormContext.form.templateContext,t=Object.values(e.$slots||{}).reduce((function(e,t){return[].concat(m()(e),m()(t))}),[]),n=op(t,this.$vnode);Object(x[\"a\"])(!n,\"You can not set FormItem from slot, please use slot-scope instead slot\");var r=!1;n||this.$vnode.context===e||(r=op(this.$vnode.context.$children,e.$vnode)),r||n||this.collectFormItemContext(this.$vnode.context)}},getHelpMessage:function(){var e=Object(B[\"g\"])(this,\"help\"),t=this.getOnlyControl();if(void 0===e&&t){var n=this.getField().errors;return n?rp(n.map((function(e,t){var n=null;return Object(B[\"w\"])(e)?n=e:Object(B[\"w\"])(e.message)&&(n=e.message),n?Object(At[\"a\"])(n,{key:t}):e.message}))):\"\"}return e},getControls:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments[1],n=[],r=0;r<e.length;r++){if(!t&&n.length>0)break;var i=e[r];if((i.tag||\"\"!==i.text.trim())&&!Object(B[\"o\"])(i).__ANT_FORM_ITEM){var o=Object(B[\"d\"])(i),a=i.data&&i.data.attrs||{};ep in a?n.push(i):o&&(n=n.concat(this.getControls(o,t)))}}return n},getOnlyControl:function(){var e=this.getControls(this.slotDefault,!1)[0];return void 0!==e?e:null},getChildAttr:function(e){var t=this.getOnlyControl(),n={};if(t)return t.data?n=t.data:t.$vnode&&t.$vnode.data&&(n=t.$vnode.data),n[e]||n.attrs[e]},getId:function(){return this.getChildAttr(\"id\")},getMeta:function(){return this.getChildAttr(ep)},getField:function(){return this.getChildAttr(tp)},getValidateStatus:function(){var e=this.getOnlyControl();if(!e)return\"\";var t=this.getField();if(t.validating)return\"validating\";if(t.errors)return\"error\";var n=\"value\"in t?t.value:this.getMeta().initialValue;return void 0!==n&&null!==n&&\"\"!==n?\"success\":\"\"},onLabelClick:function(){var e=this.id||this.getId();if(e){var t=this.$el,n=t.querySelector('[id=\"'+e+'\"]');n&&n.focus&&n.focus()}},onHelpAnimEnd:function(e,t){this.helpShow=t,t||this.$forceUpdate()},isRequired:function(){var e=this.required;if(void 0!==e)return e;if(this.getOnlyControl()){var t=this.getMeta()||{},n=t.validate||[];return n.filter((function(e){return!!e.rules})).some((function(e){return e.rules.some((function(e){return e.required}))}))}return!1},renderHelp:function(e){var t=this,n=this.$createElement,r=this.getHelpMessage(),o=r?n(\"div\",{class:e+\"-explain\",key:\"help\"},[r]):null;o&&(this.helpShow=!!o);var a=Object($t[\"a\"])(\"show-help\",{afterEnter:function(){return t.onHelpAnimEnd(\"help\",!0)},afterLeave:function(){return t.onHelpAnimEnd(\"help\",!1)}});return n(\"transition\",i()([a,{key:\"help\"}]),[o])},renderExtra:function(e){var t=this.$createElement,n=Object(B[\"g\"])(this,\"extra\");return n?t(\"div\",{class:e+\"-extra\"},[n]):null},renderValidateWrapper:function(e,t,n,r){var i=this.$createElement,o=this.$props,a=this.getOnlyControl,s=void 0===o.validateStatus&&a?this.getValidateStatus():o.validateStatus,c=e+\"-item-control\";s&&(c=l()(e+\"-item-control\",{\"has-feedback\":s&&o.hasFeedback,\"has-success\":\"success\"===s,\"has-warning\":\"warning\"===s,\"has-error\":\"error\"===s,\"is-validating\":\"validating\"===s}));var u=\"\";switch(s){case\"success\":u=\"check-circle\";break;case\"warning\":u=\"exclamation-circle\";break;case\"error\":u=\"close-circle\";break;case\"validating\":u=\"loading\";break;default:u=\"\";break}var h=o.hasFeedback&&u?i(\"span\",{class:e+\"-item-children-icon\"},[i(Yi[\"a\"],{attrs:{type:u,theme:\"loading\"===u?\"outlined\":\"filled\"}})]):null;return i(\"div\",{class:c},[i(\"span\",{class:e+\"-item-children\"},[t,h]),n,r])},renderWrapper:function(e,t){var n=this.$createElement,r=this.isFormItemChildren?{}:this.FormContext,i=r.wrapperCol,o=this.wrapperCol,a=o||i||{},s=a.style,c=a.id,u=a.on,h=re()(a,[\"style\",\"id\",\"on\"]),d=l()(e+\"-item-control-wrapper\",a[\"class\"]),f={props:h,class:d,key:\"wrapper\",style:s,id:c,on:u};return n(Rl,f,[t])},renderLabel:function(e){var t,n=this.$createElement,r=this.FormContext,i=r.vertical,o=r.labelAlign,s=r.labelCol,c=r.colon,u=this.labelAlign,h=this.labelCol,d=this.colon,f=this.id,p=this.htmlFor,v=Object(B[\"g\"])(this,\"label\"),m=this.isRequired(),g=h||s||{},b=u||o,y=e+\"-item-label\",C=l()(y,\"left\"===b&&y+\"-left\",g[\"class\"]),w=(g[\"class\"],g.style),x=g.id,S=g.on,k=re()(g,[\"class\",\"style\",\"id\",\"on\"]),O=v,M=!0===d||!1!==c&&!1!==d,z=M&&!i;z&&\"string\"===typeof v&&\"\"!==v.trim()&&(O=v.replace(/[：:]\\s*$/,\"\"));var _=l()((t={},a()(t,e+\"-item-required\",m),a()(t,e+\"-item-no-colon\",!M),t)),T={props:k,class:C,key:\"label\",style:w,id:x,on:S};return v?n(Rl,T,[n(\"label\",{attrs:{for:p||f||this.getId(),title:\"string\"===typeof v?v:\"\"},class:_,on:{click:this.onLabelClick}},[O])]):null},renderChildren:function(e){return[this.renderLabel(e),this.renderWrapper(e,this.renderValidateWrapper(e,this.slotDefault,this.renderHelp(e),this.renderExtra(e)))]},renderFormItem:function(){var e,t=this.$createElement,n=this.$props.prefixCls,r=this.configProvider.getPrefixCls,i=r(\"form\",n),o=this.renderChildren(i),s=(e={},a()(e,i+\"-item\",!0),a()(e,i+\"-item-with-help\",this.helpShow),e);return t(Hl,{class:l()(s),key:\"row\"},[o])},decoratorOption:function(e){if(e.data&&e.data.directives){var t=Zf()(e.data.directives,[\"name\",\"decorator\"]);return Object(x[\"a\"])(!t||t&&Array.isArray(t.value),\"Form\",'Invalid directive: type check failed for directive \"decorator\". Expected Array, got '+Z()(t?t.value:t)+\". At \"+e.tag+\".\"),t?t.value:null}return null},decoratorChildren:function(e){for(var t=this.FormContext,n=t.form.getFieldDecorator,r=0,i=e.length;r<i;r++){var o=e[r];if(Object(B[\"o\"])(o).__ANT_FORM_ITEM)break;o.children?o.children=this.decoratorChildren(Object(At[\"b\"])(o.children)):o.componentOptions&&o.componentOptions.children&&(o.componentOptions.children=this.decoratorChildren(Object(At[\"b\"])(o.componentOptions.children)));var a=this.decoratorOption(o);a&&a[0]&&(e[r]=n(a[0],a[1],this)(o))}return e}},render:function(){var e=this.$slots,t=this.decoratorFormProps,n=this.fieldDecoratorId,r=this.fieldDecoratorOptions,i=void 0===r?{}:r,o=this.FormContext,a=Object(B[\"c\"])(e[\"default\"]||[]);if(t.form&&n&&a.length){var s=t.form.getFieldDecorator;a[0]=s(n,i,this)(a[0]),Object(x[\"a\"])(!(a.length>1),\"Form\",\"`autoFormCreate` just `decorator` then first children. but you can use JSX to support multiple children\"),this.slotDefault=a}else o.form?(a=Object(At[\"b\"])(a),this.slotDefault=this.decoratorChildren(a)):this.slotDefault=a;return this.renderFormItem()}},sp=(s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].any,s[\"a\"].bool,s[\"a\"].string,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,s[\"a\"].func,{layout:s[\"a\"].oneOf([\"horizontal\",\"inline\",\"vertical\"]),labelCol:s[\"a\"].shape(Il).loose,wrapperCol:s[\"a\"].shape(Il).loose,colon:s[\"a\"].bool,labelAlign:s[\"a\"].oneOf([\"left\",\"right\"]),form:s[\"a\"].object,prefixCls:s[\"a\"].string,hideRequiredMark:s[\"a\"].bool,autoFormCreate:s[\"a\"].func,options:s[\"a\"].object,selfUpdate:s[\"a\"].bool}),cp=(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func]),s[\"a\"].string,s[\"a\"].boolean,s[\"a\"].boolean,s[\"a\"].number,s[\"a\"].number,s[\"a\"].number,s[\"a\"].oneOfType([String,s[\"a\"].arrayOf(String)]),s[\"a\"].custom(sf.a),s[\"a\"].func,s[\"a\"].func,{name:\"AForm\",props:Object(B[\"t\"])(sp,{layout:\"horizontal\",hideRequiredMark:!1,colon:!0}),Item:ap,createFormField:Sf,create:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Jf(I()({fieldNameProp:\"id\"},e,{fieldMetaProp:ep,fieldDataProp:tp}))},createForm:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=w[\"a\"].Vue||Lt[\"a\"];return new n(cp.create(I()({},t,{templateContext:e}))())},created:function(){this.formItemContexts=new Map},provide:function(){var e=this;return{FormContext:this,collectFormItemContext:this.form&&this.form.templateContext?function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"add\",r=e.formItemContexts,i=r.get(t)||0;\"delete\"===n?i<=1?r[\"delete\"](t):r.set(t,i-1):t!==e.form.templateContext&&r.set(t,i+1)}:function(){}}},inject:{configProvider:{default:function(){return C[\"a\"]}}},watch:{form:function(){this.$forceUpdate()}},computed:{vertical:function(){return\"vertical\"===this.layout}},beforeUpdate:function(){this.formItemContexts.forEach((function(e,t){t.$forceUpdate&&t.$forceUpdate()}))},updated:function(){this.form&&this.form.cleanUpUselessFields&&this.form.cleanUpUselessFields()},methods:{onSubmit:function(e){Object(B[\"k\"])(this).submit?this.$emit(\"submit\",e):e.preventDefault()}},render:function(){var e,t=this,n=arguments[0],r=this.prefixCls,i=this.hideRequiredMark,o=this.layout,s=this.onSubmit,c=this.$slots,u=this.autoFormCreate,h=this.options,d=void 0===h?{}:h,f=this.configProvider.getPrefixCls,p=f(\"form\",r),v=l()(p,(e={},a()(e,p+\"-horizontal\",\"horizontal\"===o),a()(e,p+\"-vertical\",\"vertical\"===o),a()(e,p+\"-inline\",\"inline\"===o),a()(e,p+\"-hide-required-mark\",i),e));if(u){Object(x[\"a\"])(!1,\"Form\",\"`autoFormCreate` is deprecated. please use `form` instead.\");var m=this.DomForm||Jf(I()({fieldNameProp:\"id\"},d,{fieldMetaProp:ep,fieldDataProp:tp,templateContext:this.$vnode.context}))({provide:function(){return{decoratorFormProps:this.$props}},data:function(){return{children:c[\"default\"],formClassName:v,submit:s}},created:function(){u(this.form)},render:function(){var e=arguments[0],t=this.children,n=this.formClassName,r=this.submit;return e(\"form\",{on:{submit:r},class:n},[t])}});return this.domForm&&(this.domForm.children=c[\"default\"],this.domForm.submit=s,this.domForm.formClassName=v),this.DomForm=m,n(m,{attrs:{wrappedComponentRef:function(e){t.domForm=e}}})}return n(\"form\",{on:{submit:s},class:v},[c[\"default\"]])}}),lp=cp,up=n(\"dfdf\");Lt[\"a\"].use(It.a,{name:\"ant-ref\"}),Lt[\"a\"].use(up[\"b\"]),Lt[\"a\"].prototype.$form=lp,lp.install=function(e){e.use(w[\"a\"]),e.component(lp.name,lp),e.component(lp.Item.name,lp.Item),e.prototype.$form=lp};var hp=lp;function dp(){}function fp(e,t,n){var r=e;t=t.replace(/\\[(\\w+)\\]/g,\".$1\"),t=t.replace(/^\\./,\"\");for(var i=t.split(\".\"),o=0,a=i.length;o<a-1;++o){if(!r&&!n)break;var s=i[o];if(!(s in r)){if(n)throw new Error(\"please transfer a valid prop path to form item!\");break}r=r[s]}return{o:r,k:i[o],v:r?r[i[o]]:null}}var pp={id:s[\"a\"].string,htmlFor:s[\"a\"].string,prefixCls:s[\"a\"].string,label:s[\"a\"].any,help:s[\"a\"].any,extra:s[\"a\"].any,labelCol:s[\"a\"].shape(Il).loose,wrapperCol:s[\"a\"].shape(Il).loose,hasFeedback:s[\"a\"].bool,colon:s[\"a\"].bool,labelAlign:s[\"a\"].oneOf([\"left\",\"right\"]),prop:s[\"a\"].string,rules:s[\"a\"].oneOfType([Array,Object]),autoLink:s[\"a\"].bool,required:s[\"a\"].bool,validateStatus:s[\"a\"].oneOf([\"\",\"success\",\"warning\",\"error\",\"validating\"])},vp={name:\"AFormModelItem\",__ANT_NEW_FORM_ITEM:!0,mixins:[p[\"a\"]],props:Object(B[\"t\"])(pp,{hasFeedback:!1,autoLink:!0}),inject:{configProvider:{default:function(){return C[\"a\"]}},FormContext:{default:function(){return{}}}},data:function(){return{validateState:this.validateStatus,validateMessage:\"\",validateDisabled:!1,validator:{}}},computed:{fieldValue:function(){var e=this.FormContext.model;if(e&&this.prop){var t=this.prop;return-1!==t.indexOf(\":\")&&(t=t.replace(/:/g,\".\")),fp(e,t,!0).v}},isRequired:function(){var e=this.getRules(),t=!1;return e&&e.length&&e.every((function(e){return!e.required||(t=!0,!1)})),t}},watch:{validateStatus:function(e){this.validateState=e}},mounted:function(){if(this.prop){var e=this.FormContext.addField;e&&e(this),this.initialValue=gr()(this.fieldValue)}},beforeDestroy:function(){var e=this.FormContext.removeField;e&&e(this)},methods:{validate:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:dp;this.validateDisabled=!1;var r=this.getFilteredRule(e);if(!r||0===r.length)return n(),!0;this.validateState=\"validating\";var i={};r&&r.length>0&&r.forEach((function(e){delete e.trigger})),i[this.prop]=r;var o=new uf[\"a\"](i);this.FormContext&&this.FormContext.validateMessages&&o.messages(this.FormContext.validateMessages);var a={};a[this.prop]=this.fieldValue,o.validate(a,{firstFields:!0},(function(e,r){t.validateState=e?\"error\":\"success\",t.validateMessage=e?e[0].message:\"\",n(t.validateMessage,r),t.FormContext&&t.FormContext.$emit&&t.FormContext.$emit(\"validate\",t.prop,!e,t.validateMessage||null)}))},getRules:function(){var e=this.FormContext.rules,t=this.rules,n=void 0!==this.required?{required:!!this.required,trigger:\"change\"}:[],r=fp(e,this.prop||\"\");return e=e?r.o[this.prop||\"\"]||r.v:[],[].concat(t||e||[]).concat(n)},getFilteredRule:function(e){var t=this.getRules();return t.filter((function(t){return!t.trigger||\"\"===e||(Array.isArray(t.trigger)?t.trigger.indexOf(e)>-1:t.trigger===e)})).map((function(e){return I()({},e)}))},onFieldBlur:function(){this.validate(\"blur\")},onFieldChange:function(){this.validateDisabled?this.validateDisabled=!1:this.validate(\"change\")},clearValidate:function(){this.validateState=\"\",this.validateMessage=\"\",this.validateDisabled=!1},resetField:function(){var e=this;this.validateState=\"\",this.validateMessage=\"\";var t=this.FormContext.model||{},n=this.fieldValue,r=this.prop;-1!==r.indexOf(\":\")&&(r=r.replace(/:/,\".\"));var i=fp(t,r,!0);this.validateDisabled=!0,Array.isArray(n)?i.o[i.k]=[].concat(this.initialValue):i.o[i.k]=this.initialValue,this.$nextTick((function(){e.validateDisabled=!1}))}},render:function(){var e=this,t=arguments[0],n=this.$slots,r=this.$scopedSlots,i=Object(B[\"l\"])(this),o=Object(B[\"g\"])(this,\"label\"),a=Object(B[\"g\"])(this,\"extra\"),s=Object(B[\"g\"])(this,\"help\"),c={props:I()({},i,{label:o,extra:a,validateStatus:this.validateState,help:this.validateMessage||s,required:this.isRequired||i.required})},l=Object(B[\"c\"])(r[\"default\"]?r[\"default\"]():n[\"default\"]),u=l[0];if(this.prop&&this.autoLink&&Object(B[\"w\"])(u)){var h=Object(B[\"i\"])(u),d=h.blur,f=h.change;u=Object(At[\"a\"])(u,{on:{blur:function(){d&&d.apply(void 0,arguments),e.onFieldBlur()},change:function(){if(Array.isArray(f))for(var t=0,n=f.length;t<n;t++)f[t].apply(f,arguments);else f&&f.apply(void 0,arguments);e.onFieldChange()}}})}return t(ap,c,[u,l.slice(1)])}},mp={layout:s[\"a\"].oneOf([\"horizontal\",\"inline\",\"vertical\"]),labelCol:s[\"a\"].shape(Il).loose,wrapperCol:s[\"a\"].shape(Il).loose,colon:s[\"a\"].bool,labelAlign:s[\"a\"].oneOf([\"left\",\"right\"]),prefixCls:s[\"a\"].string,hideRequiredMark:s[\"a\"].bool,model:s[\"a\"].object,rules:s[\"a\"].object,validateMessages:s[\"a\"].any,validateOnRuleChange:s[\"a\"].bool},gp=(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func]),s[\"a\"].string,s[\"a\"].boolean,s[\"a\"].boolean,s[\"a\"].number,s[\"a\"].number,s[\"a\"].number,s[\"a\"].oneOfType([String,s[\"a\"].arrayOf(String)]),s[\"a\"].custom(sf.a),s[\"a\"].func,s[\"a\"].func,{name:\"AFormModel\",props:Object(B[\"t\"])(mp,{layout:\"horizontal\",hideRequiredMark:!1,colon:!0,validateOnRuleChange:!1}),Item:vp,created:function(){this.fields=[]},provide:function(){return{FormContext:this}},inject:{configProvider:{default:function(){return C[\"a\"]}}},watch:{rules:function(){this.validateOnRuleChange&&this.validate((function(){}))}},computed:{vertical:function(){return\"vertical\"===this.layout}},methods:{addField:function(e){e&&this.fields.push(e)},removeField:function(e){e.prop&&this.fields.splice(this.fields.indexOf(e),1)},onSubmit:function(e){Object(B[\"k\"])(this).submit?this.$emit(\"submit\",e):e.preventDefault()},resetFields:function(){this.model?this.fields.forEach((function(e){e.resetField()})):Object(x[\"a\"])(!1,\"FormModel\",\"model is required for resetFields to work.\")},clearValidate:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=e.length?\"string\"===typeof e?this.fields.filter((function(t){return e===t.prop})):this.fields.filter((function(t){return e.indexOf(t.prop)>-1})):this.fields;t.forEach((function(e){e.clearValidate()}))},validate:function(e){var t=this;if(this.model){var n=void 0;\"function\"!==typeof e&&window.Promise&&(n=new window.Promise((function(t,n){e=function(e){e?t(e):n(e)}})));var r=!0,i=0;0===this.fields.length&&e&&e(!0);var o={};return this.fields.forEach((function(n){n.validate(\"\",(function(n,a){n&&(r=!1),o=I()({},o,a),\"function\"===typeof e&&++i===t.fields.length&&e(r,o)}))})),n||void 0}Object(x[\"a\"])(!1,\"FormModel\",\"model is required for resetFields to work.\")},validateField:function(e,t){e=[].concat(e);var n=this.fields.filter((function(t){return-1!==e.indexOf(t.prop)}));n.length?n.forEach((function(e){e.validate(\"\",t)})):Object(x[\"a\"])(!1,\"FormModel\",\"please pass correct props!\")}},render:function(){var e,t=arguments[0],n=this.prefixCls,r=this.hideRequiredMark,i=this.layout,o=this.onSubmit,s=this.$slots,c=this.configProvider.getPrefixCls,u=c(\"form\",n),h=l()(u,(e={},a()(e,u+\"-horizontal\",\"horizontal\"===i),a()(e,u+\"-vertical\",\"vertical\"===i),a()(e,u+\"-inline\",\"inline\"===i),a()(e,u+\"-hide-required-mark\",r),e));return t(\"form\",{on:{submit:o},class:h},[s[\"default\"]])}}),bp=gp;Lt[\"a\"].use(It.a,{name:\"ant-ref\"}),Lt[\"a\"].use(up[\"b\"]),bp.install=function(e){e.use(w[\"a\"]),e.component(bp.name,bp),e.component(bp.Item.name,bp.Item)};var yp=bp,Cp={disabled:s[\"a\"].bool,activeClassName:s[\"a\"].string,activeStyle:s[\"a\"].any},wp={name:\"TouchFeedback\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(Cp,{disabled:!1}),data:function(){return{active:!1}},mounted:function(){var e=this;this.$nextTick((function(){e.disabled&&e.active&&e.setState({active:!1})}))},methods:{triggerEvent:function(e,t,n){this.$emit(e,n),t!==this.active&&this.setState({active:t})},onTouchStart:function(e){this.triggerEvent(\"touchstart\",!0,e)},onTouchMove:function(e){this.triggerEvent(\"touchmove\",!1,e)},onTouchEnd:function(e){this.triggerEvent(\"touchend\",!1,e)},onTouchCancel:function(e){this.triggerEvent(\"touchcancel\",!1,e)},onMouseDown:function(e){this.triggerEvent(\"mousedown\",!0,e)},onMouseUp:function(e){this.triggerEvent(\"mouseup\",!1,e)},onMouseLeave:function(e){this.triggerEvent(\"mouseleave\",!1,e)}},render:function(){var e=this.$props,t=e.disabled,n=e.activeClassName,r=void 0===n?\"\":n,i=e.activeStyle,o=void 0===i?{}:i,a=this.$slots[\"default\"];if(1!==a.length)return Object(x[\"a\"])(!1,\"m-feedback组件只能包含一个子元素\"),null;var s={on:t?{}:{touchstart:this.onTouchStart,touchmove:this.onTouchMove,touchend:this.onTouchEnd,touchcancel:this.onTouchCancel,mousedown:this.onMouseDown,mouseup:this.onMouseUp,mouseleave:this.onMouseLeave}};return!t&&this.active&&(s=I()({},s,{style:o,class:r})),Object(At[\"a\"])(a,s)}},xp=wp,Sp={name:\"InputHandler\",props:{prefixCls:s[\"a\"].string,disabled:s[\"a\"].bool},render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.disabled,i={props:{disabled:r,activeClassName:n+\"-handler-active\"},on:Object(B[\"k\"])(this)};return e(xp,i,[e(\"span\",[this.$slots[\"default\"]])])}},kp=Sp;function Op(){}function Mp(e){e.preventDefault()}function zp(e){return e.replace(/[^\\w\\.-]+/g,\"\")}var _p=200,Tp=600,Vp=Number.MAX_SAFE_INTEGER||Math.pow(2,53)-1,jp=function(e){return void 0!==e&&null!==e},Pp=function(e,t){return t===e||\"number\"===typeof t&&\"number\"===typeof e&&isNaN(t)&&isNaN(e)},Ep={value:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),defaultValue:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),focusOnUpDown:s[\"a\"].bool,autoFocus:s[\"a\"].bool,prefixCls:s[\"a\"].string,tabIndex:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),placeholder:s[\"a\"].string,disabled:s[\"a\"].bool,readonly:s[\"a\"].bool,max:s[\"a\"].number,min:s[\"a\"].number,step:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),upHandler:s[\"a\"].any,downHandler:s[\"a\"].any,useTouch:s[\"a\"].bool,formatter:s[\"a\"].func,parser:s[\"a\"].func,precision:s[\"a\"].number,required:s[\"a\"].bool,pattern:s[\"a\"].string,decimalSeparator:s[\"a\"].string,autoComplete:s[\"a\"].string,title:s[\"a\"].string,name:s[\"a\"].string,type:s[\"a\"].string,id:s[\"a\"].string},Hp={name:\"VCInputNumber\",mixins:[p[\"a\"]],model:{prop:\"value\",event:\"change\"},props:Object(B[\"t\"])(Ep,{focusOnUpDown:!0,useTouch:!1,prefixCls:\"rc-input-number\",min:-Vp,step:1,parser:zp,required:!1,autoComplete:\"off\"}),data:function(){var e=Object(B[\"l\"])(this);this.prevProps=I()({},e);var t=void 0;t=\"value\"in e?this.value:this.defaultValue;var n=this.getValidValue(this.toNumber(t));return{inputValue:this.toPrecisionAsStep(n),sValue:n,focused:this.autoFocus}},mounted:function(){var e=this;this.$nextTick((function(){e.autoFocus&&!e.disabled&&e.focus(),e.updatedFunc()}))},updated:function(){var e=this,t=this.$props,n=t.value,r=t.max,i=t.min,o=this.$data.focused,a=this.prevProps,s=Object(B[\"l\"])(this);if(a){if(!Pp(a.value,n)||!Pp(a.max,r)||!Pp(a.min,i)){var c=o?n:this.getValidValue(n),l=void 0;l=this.pressingUpOrDown?c:this.inputting?this.rawInput:this.toPrecisionAsStep(c),this.setState({sValue:c,inputValue:l})}var u=\"value\"in s?n:this.sValue;\"max\"in s&&a.max!==r&&\"number\"===typeof u&&u>r&&this.$emit(\"change\",r),\"min\"in s&&a.min!==i&&\"number\"===typeof u&&u<i&&this.$emit(\"change\",i)}this.prevProps=I()({},s),this.$nextTick((function(){e.updatedFunc()}))},beforeDestroy:function(){this.stop()},methods:{updatedFunc:function(){var e=this.$refs.inputRef;try{if(void 0!==this.cursorStart&&this.focused)if(this.partRestoreByAfter(this.cursorAfter)||this.sValue===this.value){if(this.currentValue===e.value)switch(this.lastKeyCode){case oe.BACKSPACE:this.fixCaret(this.cursorStart-1,this.cursorStart-1);break;case oe.DELETE:this.fixCaret(this.cursorStart+1,this.cursorStart+1);break;default:}}else{var t=this.cursorStart+1;this.cursorAfter?this.lastKeyCode===oe.BACKSPACE?t=this.cursorStart-1:this.lastKeyCode===oe.DELETE&&(t=this.cursorStart):t=e.value.length,this.fixCaret(t,t)}}catch(n){}this.lastKeyCode=null,this.pressingUpOrDown&&(this.focusOnUpDown&&this.focused&&document.activeElement!==e&&this.focus(),this.pressingUpOrDown=!1)},onKeyDown:function(e){if(e.keyCode===oe.UP){var t=this.getRatio(e);this.up(e,t),this.stop()}else if(e.keyCode===oe.DOWN){var n=this.getRatio(e);this.down(e,n),this.stop()}else e.keyCode===oe.ENTER&&this.$emit(\"pressEnter\",e);this.recordCursorPosition(),this.lastKeyCode=e.keyCode;for(var r=arguments.length,i=Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];this.$emit.apply(this,[\"keydown\",e].concat(m()(i)))},onKeyUp:function(e){this.stop(),this.recordCursorPosition();for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];this.$emit.apply(this,[\"keyup\",e].concat(m()(n)))},onTrigger:function(e){if(e.target.composing)return!1;this.onChange(e)},onChange:function(e){this.focused&&(this.inputting=!0),this.rawInput=this.parser(this.getValueFromEvent(e)),this.setState({inputValue:this.rawInput}),this.$emit(\"change\",this.toNumber(this.rawInput))},onFocus:function(){this.setState({focused:!0});for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];this.$emit.apply(this,[\"focus\"].concat(m()(t)))},onBlur:function(){this.inputting=!1,this.setState({focused:!1});var e=this.getCurrentValidValue(this.inputValue),t=this.setValue(e);if(this.$listeners.blur){var n=this.$refs.inputRef.value,r=this.getInputDisplayValue({focused:!1,sValue:t});this.$refs.inputRef.value=r;for(var i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];this.$emit.apply(this,[\"blur\"].concat(m()(o))),this.$refs.inputRef.value=n}},getCurrentValidValue:function(e){var t=e;return t=\"\"===t?\"\":this.isNotCompleteNumber(parseFloat(t,10))?this.sValue:this.getValidValue(t),this.toNumber(t)},getRatio:function(e){var t=1;return e.metaKey||e.ctrlKey?t=.1:e.shiftKey&&(t=10),t},getValueFromEvent:function(e){var t=e.target.value.trim().replace(/。/g,\".\");return jp(this.decimalSeparator)&&(t=t.replace(this.decimalSeparator,\".\")),t},getValidValue:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.min,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.max,r=parseFloat(e,10);return isNaN(r)?e:(r<t&&(r=t),r>n&&(r=n),r)},setValue:function(e,t){var n=this.$props.precision,r=this.isNotCompleteNumber(parseFloat(e,10))?null:parseFloat(e,10),i=this.$data,o=i.sValue,a=void 0===o?null:o,s=i.inputValue,c=void 0===s?null:s,l=\"number\"===typeof r?r.toFixed(n):\"\"+r,u=r!==a||l!==\"\"+c;return Object(B[\"s\"])(this,\"value\")?this.setState({inputValue:this.toPrecisionAsStep(this.sValue)},t):this.setState({sValue:r,inputValue:this.toPrecisionAsStep(e)},t),u&&this.$emit(\"change\",r),r},getPrecision:function(e){if(jp(this.precision))return this.precision;var t=e.toString();if(t.indexOf(\"e-\")>=0)return parseInt(t.slice(t.indexOf(\"e-\")+2),10);var n=0;return t.indexOf(\".\")>=0&&(n=t.length-t.indexOf(\".\")-1),n},getMaxPrecision:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;if(jp(this.precision))return this.precision;var n=this.step,r=this.getPrecision(t),i=this.getPrecision(n),o=this.getPrecision(e);return e?Math.max(o,r+i):r+i},getPrecisionFactor:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=this.getMaxPrecision(e,t);return Math.pow(10,n)},getInputDisplayValue:function(e){var t=e||this.$data,n=t.focused,r=t.inputValue,i=t.sValue,o=void 0;o=n?r:this.toPrecisionAsStep(i),void 0!==o&&null!==o||(o=\"\");var a=this.formatWrapper(o);return jp(this.$props.decimalSeparator)&&(a=a.toString().replace(\".\",this.$props.decimalSeparator)),a},recordCursorPosition:function(){try{var e=this.$refs.inputRef;this.cursorStart=e.selectionStart,this.cursorEnd=e.selectionEnd,this.currentValue=e.value,this.cursorBefore=e.value.substring(0,this.cursorStart),this.cursorAfter=e.value.substring(this.cursorEnd)}catch(t){}},fixCaret:function(e,t){if(void 0!==e&&void 0!==t&&this.$refs.inputRef&&this.$refs.inputRef.value)try{var n=this.$refs.inputRef,r=n.selectionStart,i=n.selectionEnd;e===r&&t===i||n.setSelectionRange(e,t)}catch(o){}},restoreByAfter:function(e){if(void 0===e)return!1;var t=this.$refs.inputRef.value,n=t.lastIndexOf(e);if(-1===n)return!1;var r=this.cursorBefore.length;return this.lastKeyCode===oe.DELETE&&this.cursorBefore.charAt(r-1)===e[0]?(this.fixCaret(r,r),!0):n+e.length===t.length&&(this.fixCaret(n,n),!0)},partRestoreByAfter:function(e){var t=this;return void 0!==e&&Array.prototype.some.call(e,(function(n,r){var i=e.substring(r);return t.restoreByAfter(i)}))},focus:function(){this.$refs.inputRef.focus(),this.recordCursorPosition()},blur:function(){this.$refs.inputRef.blur()},formatWrapper:function(e){return this.formatter?this.formatter(e):e},toPrecisionAsStep:function(e){if(this.isNotCompleteNumber(e)||\"\"===e)return e;var t=Math.abs(this.getMaxPrecision(e));return isNaN(t)?e.toString():Number(e).toFixed(t)},isNotCompleteNumber:function(e){return isNaN(e)||\"\"===e||null===e||e&&e.toString().indexOf(\".\")===e.toString().length-1},toNumber:function(e){var t=this.$props,n=t.precision,r=t.autoFocus,i=this.focused,o=void 0===i?r:i,a=e&&e.length>16&&o;return this.isNotCompleteNumber(e)||a?e:jp(n)?Math.round(e*Math.pow(10,n))/Math.pow(10,n):Number(e)},upStep:function(e,t){var n=this.step,r=this.getPrecisionFactor(e,t),i=Math.abs(this.getMaxPrecision(e,t)),o=((r*e+r*n*t)/r).toFixed(i);return this.toNumber(o)},downStep:function(e,t){var n=this.step,r=this.getPrecisionFactor(e,t),i=Math.abs(this.getMaxPrecision(e,t)),o=((r*e-r*n*t)/r).toFixed(i);return this.toNumber(o)},stepFn:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,i=arguments[3];if(this.stop(),t&&t.preventDefault(),!this.disabled){var o=this.max,a=this.min,s=this.getCurrentValidValue(this.inputValue)||0;if(!this.isNotCompleteNumber(s)){var c=this[e+\"Step\"](s,r),l=c>o||c<a;c>o?c=o:c<a&&(c=a),this.setValue(c),this.setState({focused:!0}),l||(this.autoStepTimer=setTimeout((function(){n[e](t,r,!0)}),i?_p:Tp))}}},stop:function(){this.autoStepTimer&&clearTimeout(this.autoStepTimer)},down:function(e,t,n){this.pressingUpOrDown=!0,this.stepFn(\"down\",e,t,n)},up:function(e,t,n){this.pressingUpOrDown=!0,this.stepFn(\"up\",e,t,n)},handleInputClick:function(){this.$emit(\"click\")},onCompositionstart:function(e){e.target.composing=!0},onCompositionend:function(e){this.onChange(e),e.target.composing=!1}},render:function(){var e,t=arguments[0],n=this.$props,r=n.prefixCls,i=n.disabled,o=n.readonly,s=n.useTouch,c=n.autoComplete,u=n.upHandler,h=n.downHandler,d=l()((e={},a()(e,r,!0),a()(e,r+\"-disabled\",i),a()(e,r+\"-focused\",this.focused),e)),f=\"\",p=\"\",v=this.sValue;if(v||0===v)if(isNaN(v))f=r+\"-handler-up-disabled\",p=r+\"-handler-down-disabled\";else{var m=Number(v);m>=this.max&&(f=r+\"-handler-up-disabled\"),m<=this.min&&(p=r+\"-handler-down-disabled\")}var g=!this.readonly&&!this.disabled,b=this.getInputDisplayValue(),y=void 0,C=void 0;s?(y={touchstart:g&&!f?this.up:Op,touchend:this.stop},C={touchstart:g&&!p?this.down:Op,touchend:this.stop}):(y={mousedown:g&&!f?this.up:Op,mouseup:this.stop,mouseleave:this.stop},C={mousedown:g&&!p?this.down:Op,mouseup:this.stop,mouseleave:this.stop});var w=!!f||i||o,x=!!p||i||o,S=Object(B[\"k\"])(this),k=S.mouseenter,O=void 0===k?Op:k,M=S.mouseleave,z=void 0===M?Op:M,_=S.mouseover,T=void 0===_?Op:_,V=S.mouseout,j=void 0===V?Op:V,P={on:{mouseenter:O,mouseleave:z,mouseover:T,mouseout:j},class:d,attrs:{title:this.$props.title}},E={props:{disabled:w,prefixCls:r},attrs:{unselectable:\"unselectable\",role:\"button\",\"aria-label\":\"Increase Value\",\"aria-disabled\":!!w},class:r+\"-handler \"+r+\"-handler-up \"+f,on:y,ref:\"up\"},H={props:{disabled:x,prefixCls:r},attrs:{unselectable:\"unselectable\",role:\"button\",\"aria-label\":\"Decrease Value\",\"aria-disabled\":!!x},class:r+\"-handler \"+r+\"-handler-down \"+p,on:C,ref:\"down\"};return t(\"div\",P,[t(\"div\",{class:r+\"-handler-wrap\"},[t(kp,E,[u||t(\"span\",{attrs:{unselectable:\"unselectable\"},class:r+\"-handler-up-inner\",on:{click:Mp}})]),t(kp,H,[h||t(\"span\",{attrs:{unselectable:\"unselectable\"},class:r+\"-handler-down-inner\",on:{click:Mp}})])]),t(\"div\",{class:r+\"-input-wrap\"},[t(\"input\",{attrs:{role:\"spinbutton\",\"aria-valuemin\":this.min,\"aria-valuemax\":this.max,\"aria-valuenow\":v,required:this.required,type:this.type,placeholder:this.placeholder,tabIndex:this.tabIndex,autoComplete:c,readonly:this.readonly,disabled:this.disabled,max:this.max,min:this.min,step:this.step,name:this.name,title:this.title,id:this.id,pattern:this.pattern},on:{click:this.handleInputClick,focus:this.onFocus,blur:this.onBlur,keydown:g?this.onKeyDown:Op,keyup:g?this.onKeyUp:Op,input:this.onTrigger,compositionstart:this.onCompositionstart,compositionend:this.onCompositionend},class:r+\"-input\",ref:\"inputRef\",domProps:{value:b}})])])}},Lp={prefixCls:s[\"a\"].string,min:s[\"a\"].number,max:s[\"a\"].number,value:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),step:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),defaultValue:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),tabIndex:s[\"a\"].number,disabled:s[\"a\"].bool,size:s[\"a\"].oneOf([\"large\",\"small\",\"default\"]),formatter:s[\"a\"].func,parser:s[\"a\"].func,decimalSeparator:s[\"a\"].string,placeholder:s[\"a\"].string,name:s[\"a\"].string,id:s[\"a\"].string,precision:s[\"a\"].number,autoFocus:s[\"a\"].bool},$p={name:\"AInputNumber\",model:{prop:\"value\",event:\"change\"},props:Object(B[\"t\"])(Lp,{step:1}),inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{focus:function(){this.$refs.inputNumberRef.focus()},blur:function(){this.$refs.inputNumberRef.blur()}},render:function(){var e,t=arguments[0],n=I()({},Object(B[\"l\"])(this),this.$attrs),r=n.prefixCls,i=n.size,o=re()(n,[\"prefixCls\",\"size\"]),s=this.configProvider.getPrefixCls,c=s(\"input-number\",r),u=l()((e={},a()(e,c+\"-lg\",\"large\"===i),a()(e,c+\"-sm\",\"small\"===i),e)),h=t(Yi[\"a\"],{attrs:{type:\"up\"},class:c+\"-handler-up-inner\"}),d=t(Yi[\"a\"],{attrs:{type:\"down\"},class:c+\"-handler-down-inner\"}),f={props:I()({prefixCls:c,upHandler:h,downHandler:d},o),class:u,ref:\"inputNumberRef\",on:Object(B[\"k\"])(this)};return t(Hp,f)},install:function(e){e.use(w[\"a\"]),e.component($p.name,$p)}},Ap=$p,Fp={prefixCls:s[\"a\"].string,hasSider:s[\"a\"].boolean,tagName:s[\"a\"].string};function Ip(e){var t=e.suffixCls,n=e.tagName,r=e.name;return function(e){return{name:r,props:e.props,inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var r=arguments[0],i=this.$props.prefixCls,o=this.configProvider.getPrefixCls,a=o(t,i),s={props:I()({prefixCls:a},Object(B[\"l\"])(this),{tagName:n}),on:Object(B[\"k\"])(this)};return r(e,s,[this.$slots[\"default\"]])}}}}var Rp={props:Fp,render:function(){var e=arguments[0],t=this.prefixCls,n=this.tagName,r=this.$slots,i={class:t,on:Object(B[\"k\"])(this)};return e(n,i,[r[\"default\"]])}},Dp={props:Fp,data:function(){return{siders:[]}},provide:function(){var e=this;return{siderHook:{addSider:function(t){e.siders=[].concat(m()(e.siders),[t])},removeSider:function(t){e.siders=e.siders.filter((function(e){return e!==t}))}}}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.$slots,r=this.hasSider,i=this.tagName,o=l()(t,a()({},t+\"-has-sider\",\"boolean\"===typeof r?r:this.siders.length>0)),s={class:o,on:B[\"k\"]};return e(i,s,[n[\"default\"]])}},Np=Ip({suffixCls:\"layout\",tagName:\"section\",name:\"ALayout\"})(Dp),Bp=Ip({suffixCls:\"layout-header\",tagName:\"header\",name:\"ALayoutHeader\"})(Rp),Kp=Ip({suffixCls:\"layout-footer\",tagName:\"footer\",name:\"ALayoutFooter\"})(Rp),Wp=Ip({suffixCls:\"layout-content\",tagName:\"main\",name:\"ALayoutContent\"})(Rp);Np.Header=Bp,Np.Footer=Kp,Np.Content=Wp;var Up=Np;if(\"undefined\"!==typeof window){var qp=function(e){return{media:e,matches:!1,addListener:function(){},removeListener:function(){}}};window.matchMedia=window.matchMedia||qp}var Yp={xs:\"479.98px\",sm:\"575.98px\",md:\"767.98px\",lg:\"991.98px\",xl:\"1199.98px\",xxl:\"1599.98px\"},Gp={prefixCls:s[\"a\"].string,collapsible:s[\"a\"].bool,collapsed:s[\"a\"].bool,defaultCollapsed:s[\"a\"].bool,reverseArrow:s[\"a\"].bool,zeroWidthTriggerStyle:s[\"a\"].object,trigger:s[\"a\"].any,width:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),collapsedWidth:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),breakpoint:s[\"a\"].oneOf([\"xs\",\"sm\",\"md\",\"lg\",\"xl\",\"xxl\"]),theme:s[\"a\"].oneOf([\"light\",\"dark\"]).def(\"dark\")},Xp=function(){var e=0;return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\";return e+=1,\"\"+t+e}}(),Jp={name:\"ALayoutSider\",__ANT_LAYOUT_SIDER:!0,mixins:[p[\"a\"]],model:{prop:\"collapsed\",event:\"collapse\"},props:Object(B[\"t\"])(Gp,{collapsible:!1,defaultCollapsed:!1,reverseArrow:!1,width:200,collapsedWidth:80}),data:function(){this.uniqueId=Xp(\"ant-sider-\");var e=void 0;\"undefined\"!==typeof window&&(e=window.matchMedia);var t=Object(B[\"l\"])(this);e&&t.breakpoint&&t.breakpoint in Yp&&(this.mql=e(\"(max-width: \"+Yp[t.breakpoint]+\")\"));var n=void 0;return n=\"collapsed\"in t?t.collapsed:t.defaultCollapsed,{sCollapsed:n,below:!1,belowShow:!1}},provide:function(){return{layoutSiderContext:this}},inject:{siderHook:{default:function(){return{}}},configProvider:{default:function(){return C[\"a\"]}}},watch:{collapsed:function(e){this.setState({sCollapsed:e})}},mounted:function(){var e=this;this.$nextTick((function(){e.mql&&(e.mql.addListener(e.responsiveHandler),e.responsiveHandler(e.mql)),e.siderHook.addSider&&e.siderHook.addSider(e.uniqueId)}))},beforeDestroy:function(){this.mql&&this.mql.removeListener(this.responsiveHandler),this.siderHook.removeSider&&this.siderHook.removeSider(this.uniqueId)},methods:{responsiveHandler:function(e){this.setState({below:e.matches}),this.$emit(\"breakpoint\",e.matches),this.sCollapsed!==e.matches&&this.setCollapsed(e.matches,\"responsive\")},setCollapsed:function(e,t){Object(B[\"s\"])(this,\"collapsed\")||this.setState({sCollapsed:e}),this.$emit(\"collapse\",e,t)},toggle:function(){var e=!this.sCollapsed;this.setCollapsed(e,\"clickTrigger\")},belowShowChange:function(){this.setState({belowShow:!this.belowShow})}},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.theme,o=n.collapsible,s=n.reverseArrow,c=n.width,u=n.collapsedWidth,h=n.zeroWidthTriggerStyle,d=this.configProvider.getPrefixCls,f=d(\"layout-sider\",r),p=Object(B[\"g\"])(this,\"trigger\"),v=this.sCollapsed?u:c,m=ba(v)?v+\"px\":String(v),g=0===parseFloat(String(u||0))?t(\"span\",{on:{click:this.toggle},class:f+\"-zero-width-trigger \"+f+\"-zero-width-trigger-\"+(s?\"right\":\"left\"),style:h},[t(Yi[\"a\"],{attrs:{type:\"bars\"}})]):null,b={expanded:t(Yi[\"a\"],s?{attrs:{type:\"right\"}}:{attrs:{type:\"left\"}}),collapsed:t(Yi[\"a\"],s?{attrs:{type:\"left\"}}:{attrs:{type:\"right\"}})},y=this.sCollapsed?\"collapsed\":\"expanded\",C=b[y],w=null!==p?g||t(\"div\",{class:f+\"-trigger\",on:{click:this.toggle},style:{width:m}},[p||C]):null,x={flex:\"0 0 \"+m,maxWidth:m,minWidth:m,width:m},S=l()(f,f+\"-\"+i,(e={},a()(e,f+\"-collapsed\",!!this.sCollapsed),a()(e,f+\"-has-trigger\",o&&null!==p&&!g),a()(e,f+\"-below\",!!this.below),a()(e,f+\"-zero-width\",0===parseFloat(m)),e)),k={on:Object(B[\"k\"])(this),class:S,style:x};return t(\"aside\",k,[t(\"div\",{class:f+\"-children\"},[this.$slots[\"default\"]]),o||this.below&&g?w:null])}};Up.Sider=Jp,Up.install=function(e){e.use(w[\"a\"]),e.component(Up.name,Up),e.component(Up.Header.name,Up.Header),e.component(Up.Footer.name,Up.Footer),e.component(Up.Sider.name,Up.Sider),e.component(Up.Content.name,Up.Content)};var Qp=Up,Zp=s[\"a\"].oneOf([\"small\",\"default\",\"large\"]),ev=function(){return{prefixCls:s[\"a\"].string,spinning:s[\"a\"].bool,size:Zp,wrapperClassName:s[\"a\"].string,tip:s[\"a\"].string,delay:s[\"a\"].number,indicator:s[\"a\"].any}},tv=void 0;function nv(e,t){return!!e&&!!t&&!isNaN(Number(t))}function rv(e){tv=\"function\"===typeof e.indicator?e.indicator:function(t){return t(e.indicator)}}var iv={name:\"ASpin\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(ev(),{size:\"default\",spinning:!0,wrapperClassName:\"\"}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this.spinning,t=this.delay,n=nv(e,t);return this.originalUpdateSpinning=this.updateSpinning,this.debouncifyUpdateSpinning(this.$props),{sSpinning:e&&!n}},mounted:function(){this.updateSpinning()},updated:function(){var e=this;this.$nextTick((function(){e.debouncifyUpdateSpinning(),e.updateSpinning()}))},beforeDestroy:function(){this.cancelExistingSpin()},methods:{debouncifyUpdateSpinning:function(e){var t=e||this.$props,n=t.delay;n&&(this.cancelExistingSpin(),this.updateSpinning=pl()(this.originalUpdateSpinning,n))},updateSpinning:function(){var e=this.spinning,t=this.sSpinning;t!==e&&this.setState({sSpinning:e})},cancelExistingSpin:function(){var e=this.updateSpinning;e&&e.cancel&&e.cancel()},getChildren:function(){return this.$slots&&this.$slots[\"default\"]?Object(B[\"c\"])(this.$slots[\"default\"]):null},renderIndicator:function(e,t){var n=t+\"-dot\",r=Object(B[\"g\"])(this,\"indicator\");return null===r?null:(Array.isArray(r)&&(r=Object(B[\"c\"])(r),r=1===r.length?r[0]:r),Object(B[\"w\"])(r)?Object(At[\"a\"])(r,{class:n}):tv&&Object(B[\"w\"])(tv(e))?Object(At[\"a\"])(tv(e),{class:n}):e(\"span\",{class:n+\" \"+t+\"-dot-spin\"},[e(\"i\",{class:t+\"-dot-item\"}),e(\"i\",{class:t+\"-dot-item\"}),e(\"i\",{class:t+\"-dot-item\"}),e(\"i\",{class:t+\"-dot-item\"})]))}},render:function(e){var t,n=this.$props,r=n.size,o=n.prefixCls,s=n.tip,c=n.wrapperClassName,l=re()(n,[\"size\",\"prefixCls\",\"tip\",\"wrapperClassName\"]),u=this.configProvider.getPrefixCls,h=u(\"spin\",o),d=this.sSpinning,f=(t={},a()(t,h,!0),a()(t,h+\"-sm\",\"small\"===r),a()(t,h+\"-lg\",\"large\"===r),a()(t,h+\"-spinning\",d),a()(t,h+\"-show-text\",!!s),t),p=e(\"div\",i()([l,{class:f}]),[this.renderIndicator(e,h),s?e(\"div\",{class:h+\"-text\"},[s]):null]),v=this.getChildren();if(v){var m,g=(m={},a()(m,h+\"-container\",!0),a()(m,h+\"-blur\",d),m);return e(\"div\",i()([{on:Object(B[\"k\"])(this)},{class:[h+\"-nested-loading\",c]}]),[d&&e(\"div\",{key:\"loading\"},[p]),e(\"div\",{class:g,key:\"container\"},[v])])}return p}};iv.setDefaultIndicator=rv,iv.install=function(e){e.use(w[\"a\"]),e.component(iv.name,iv)};var ov=iv,av={props:I()({},Qi),Option:no.Option,render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n={props:I()({},t,{size:\"small\"}),on:Object(B[\"k\"])(this)};return e(no,n,[Object(B[\"c\"])(this.$slots[\"default\"])])}},sv={name:\"Pager\",props:{rootPrefixCls:s[\"a\"].string,page:s[\"a\"].number,active:s[\"a\"].bool,last:s[\"a\"].bool,locale:s[\"a\"].object,showTitle:s[\"a\"].bool,itemRender:{type:Function,default:function(){}}},methods:{handleClick:function(){this.$emit(\"click\",this.page)},handleKeyPress:function(e){this.$emit(\"keypress\",e,this.handleClick,this.page)}},render:function(){var e,t=arguments[0],n=this.$props,r=n.rootPrefixCls+\"-item\",i=l()(r,r+\"-\"+n.page,(e={},a()(e,r+\"-active\",n.active),a()(e,r+\"-disabled\",!n.page),e));return t(\"li\",{class:i,on:{click:this.handleClick,keypress:this.handleKeyPress},attrs:{title:this.showTitle?this.page:null,tabIndex:\"0\"}},[this.itemRender(this.page,\"page\",t(\"a\",[this.page]))])}},cv={ZERO:48,NINE:57,NUMPAD_ZERO:96,NUMPAD_NINE:105,BACKSPACE:8,DELETE:46,ENTER:13,ARROW_UP:38,ARROW_DOWN:40},lv={mixins:[p[\"a\"]],props:{disabled:s[\"a\"].bool,changeSize:s[\"a\"].func,quickGo:s[\"a\"].func,selectComponentClass:s[\"a\"].any,current:s[\"a\"].number,pageSizeOptions:s[\"a\"].array.def([\"10\",\"20\",\"30\",\"40\"]),pageSize:s[\"a\"].number,buildOptionText:s[\"a\"].func,locale:s[\"a\"].object,rootPrefixCls:s[\"a\"].string,selectPrefixCls:s[\"a\"].string,goButton:s[\"a\"].any},data:function(){return{goInputText:\"\"}},methods:{getValidValue:function(){var e=this.goInputText,t=this.current;return!e||isNaN(e)?t:Number(e)},defaultBuildOptionText:function(e){return e.value+\" \"+this.locale.items_per_page},handleChange:function(e){var t=e.target,n=t.value,r=t.composing;e.isComposing||r||this.goInputText===n||this.setState({goInputText:n})},handleBlur:function(e){var t=this.$props,n=t.goButton,r=t.quickGo,i=t.rootPrefixCls;n||e.relatedTarget&&(e.relatedTarget.className.indexOf(i+\"-prev\")>=0||e.relatedTarget.className.indexOf(i+\"-next\")>=0)||r(this.getValidValue())},go:function(e){var t=this.goInputText;\"\"!==t&&(e.keyCode!==cv.ENTER&&\"click\"!==e.type||(this.quickGo(this.getValidValue()),this.setState({goInputText:\"\"})))}},render:function(){var e=this,t=arguments[0],n=this.rootPrefixCls,r=this.locale,o=this.changeSize,a=this.quickGo,s=this.goButton,c=this.selectComponentClass,l=this.defaultBuildOptionText,u=this.selectPrefixCls,h=this.pageSize,d=this.pageSizeOptions,f=this.goInputText,p=this.disabled,v=n+\"-options\",m=null,g=null,b=null;if(!o&&!a)return null;if(o&&c){var y=this.buildOptionText||l,C=d.map((function(e,n){return t(c.Option,{key:n,attrs:{value:e}},[y({value:e})])}));m=t(c,{attrs:{disabled:p,prefixCls:u,showSearch:!1,optionLabelProp:\"children\",dropdownMatchSelectWidth:!1,value:(h||d[0]).toString(),getPopupContainer:function(e){return e.parentNode}},class:v+\"-size-changer\",on:{change:function(t){return e.changeSize(Number(t))}}},[C])}return a&&(s&&(b=\"boolean\"===typeof s?t(\"button\",{attrs:{type:\"button\",disabled:p},on:{click:this.go,keyup:this.go}},[r.jump_to_confirm]):t(\"span\",{on:{click:this.go,keyup:this.go}},[s])),g=t(\"div\",{class:v+\"-quick-jumper\"},[r.jump_to,t(\"input\",i()([{attrs:{disabled:p,type:\"text\"},domProps:{value:f},on:{input:this.handleChange,keyup:this.go,blur:this.handleBlur}},{directives:[{name:\"ant-input\"}]}])),r.page,b])),t(\"li\",{class:\"\"+v},[m,g])}},uv={items_per_page:\"条/页\",jump_to:\"跳至\",jump_to_confirm:\"确定\",page:\"页\",prev_page:\"上一页\",next_page:\"下一页\",prev_5:\"向前 5 页\",next_5:\"向后 5 页\",prev_3:\"向前 3 页\",next_3:\"向后 3 页\"};function hv(){}function dv(e){return\"number\"===typeof e&&isFinite(e)&&Math.floor(e)===e}function fv(e,t,n){return n}function pv(e,t,n){var r=e;return\"undefined\"===typeof r&&(r=t.statePageSize),Math.floor((n.total-1)/r)+1}var vv={name:\"Pagination\",mixins:[p[\"a\"]],model:{prop:\"current\",event:\"change.current\"},props:{disabled:s[\"a\"].bool,prefixCls:s[\"a\"].string.def(\"rc-pagination\"),selectPrefixCls:s[\"a\"].string.def(\"rc-select\"),current:s[\"a\"].number,defaultCurrent:s[\"a\"].number.def(1),total:s[\"a\"].number.def(0),pageSize:s[\"a\"].number,defaultPageSize:s[\"a\"].number.def(10),hideOnSinglePage:s[\"a\"].bool.def(!1),showSizeChanger:s[\"a\"].bool.def(!1),showLessItems:s[\"a\"].bool.def(!1),selectComponentClass:s[\"a\"].any,showPrevNextJumpers:s[\"a\"].bool.def(!0),showQuickJumper:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]).def(!1),showTitle:s[\"a\"].bool.def(!0),pageSizeOptions:s[\"a\"].arrayOf(s[\"a\"].string),buildOptionText:s[\"a\"].func,showTotal:s[\"a\"].func,simple:s[\"a\"].bool,locale:s[\"a\"].object.def(uv),itemRender:s[\"a\"].func.def(fv),prevIcon:s[\"a\"].any,nextIcon:s[\"a\"].any,jumpPrevIcon:s[\"a\"].any,jumpNextIcon:s[\"a\"].any},data:function(){var e=Object(B[\"l\"])(this),t=this.onChange!==hv,n=\"current\"in e;n&&!t&&console.warn(\"Warning: You provided a `current` prop to a Pagination component without an `onChange` handler. This will render a read-only component.\");var r=this.defaultCurrent;\"current\"in e&&(r=this.current);var i=this.defaultPageSize;return\"pageSize\"in e&&(i=this.pageSize),r=Math.min(r,pv(i,void 0,e)),{stateCurrent:r,stateCurrentInputValue:r,statePageSize:i}},watch:{current:function(e){this.setState({stateCurrent:e,stateCurrentInputValue:e})},pageSize:function(e){var t={},n=this.stateCurrent,r=pv(e,this.$data,this.$props);n=n>r?r:n,Object(B[\"s\"])(this,\"current\")||(t.stateCurrent=n,t.stateCurrentInputValue=n),t.statePageSize=e,this.setState(t)},stateCurrent:function(e,t){var n=this;this.$nextTick((function(){if(n.$refs.paginationNode){var e=n.$refs.paginationNode.querySelector(\".\"+n.prefixCls+\"-item-\"+t);e&&document.activeElement===e&&e.blur()}}))},total:function(){var e={},t=pv(this.pageSize,this.$data,this.$props);if(Object(B[\"s\"])(this,\"current\")){var n=Math.min(this.current,t);e.stateCurrent=n,e.stateCurrentInputValue=n}else{var r=this.stateCurrent;r=0===r&&t>0?1:Math.min(this.stateCurrent,t),e.stateCurrent=r}this.setState(e)}},methods:{getJumpPrevPage:function(){return Math.max(1,this.stateCurrent-(this.showLessItems?3:5))},getJumpNextPage:function(){return Math.min(pv(void 0,this.$data,this.$props),this.stateCurrent+(this.showLessItems?3:5))},getItemIcon:function(e){var t=this.$createElement,n=this.$props.prefixCls,r=Object(B[\"g\"])(this,e,this.$props)||t(\"a\",{class:n+\"-item-link\"});return r},getValidValue:function(e){var t=e.target.value,n=pv(void 0,this.$data,this.$props),r=this.$data.stateCurrentInputValue,i=void 0;return i=\"\"===t?t:isNaN(Number(t))?r:t>=n?n:Number(t),i},isValid:function(e){return dv(e)&&e!==this.stateCurrent},shouldDisplayQuickJumper:function(){var e=this.$props,t=e.showQuickJumper,n=e.pageSize,r=e.total;return!(r<=n)&&t},handleKeyDown:function(e){e.keyCode!==cv.ARROW_UP&&e.keyCode!==cv.ARROW_DOWN||e.preventDefault()},handleKeyUp:function(e){if(!e.isComposing&&!e.target.composing){var t=this.getValidValue(e),n=this.stateCurrentInputValue;t!==n&&this.setState({stateCurrentInputValue:t}),e.keyCode===cv.ENTER?this.handleChange(t):e.keyCode===cv.ARROW_UP?this.handleChange(t-1):e.keyCode===cv.ARROW_DOWN&&this.handleChange(t+1)}},changePageSize:function(e){var t=this.stateCurrent,n=t,r=pv(e,this.$data,this.$props);t=t>r?r:t,0===r&&(t=this.stateCurrent),\"number\"===typeof e&&(Object(B[\"s\"])(this,\"pageSize\")||this.setState({statePageSize:e}),Object(B[\"s\"])(this,\"current\")||this.setState({stateCurrent:t,stateCurrentInputValue:t})),this.$emit(\"update:pageSize\",e),this.$emit(\"showSizeChange\",t,e),t!==n&&this.$emit(\"change.current\",t,e)},handleChange:function(e){var t=this.$props.disabled,n=e;if(this.isValid(n)&&!t){var r=pv(void 0,this.$data,this.$props);return n>r?n=r:n<1&&(n=1),Object(B[\"s\"])(this,\"current\")||this.setState({stateCurrent:n,stateCurrentInputValue:n}),this.$emit(\"change.current\",n,this.statePageSize),this.$emit(\"change\",n,this.statePageSize),n}return this.stateCurrent},prev:function(){this.hasPrev()&&this.handleChange(this.stateCurrent-1)},next:function(){this.hasNext()&&this.handleChange(this.stateCurrent+1)},jumpPrev:function(){this.handleChange(this.getJumpPrevPage())},jumpNext:function(){this.handleChange(this.getJumpNextPage())},hasPrev:function(){return this.stateCurrent>1},hasNext:function(){return this.stateCurrent<pv(void 0,this.$data,this.$props)},runIfEnter:function(e,t){if(\"Enter\"===e.key||13===e.charCode){for(var n=arguments.length,r=Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];t.apply(void 0,m()(r))}},runIfEnterPrev:function(e){this.runIfEnter(e,this.prev)},runIfEnterNext:function(e){this.runIfEnter(e,this.next)},runIfEnterJumpPrev:function(e){this.runIfEnter(e,this.jumpPrev)},runIfEnterJumpNext:function(e){this.runIfEnter(e,this.jumpNext)},handleGoTO:function(e){e.keyCode!==cv.ENTER&&\"click\"!==e.type||this.handleChange(this.stateCurrentInputValue)}},render:function(){var e,t=arguments[0],n=this.$props,r=n.prefixCls,o=n.disabled;if(!0===this.hideOnSinglePage&&this.total<=this.statePageSize)return null;var s=this.$props,c=this.locale,l=pv(void 0,this.$data,this.$props),u=[],h=null,d=null,f=null,p=null,v=null,m=this.showQuickJumper&&this.showQuickJumper.goButton,g=this.showLessItems?1:2,b=this.stateCurrent,y=this.statePageSize,C=b-1>0?b-1:0,w=b+1<l?b+1:l;if(this.simple){m&&(v=\"boolean\"===typeof m?t(\"button\",{attrs:{type:\"button\"},on:{click:this.handleGoTO,keyup:this.handleGoTO}},[c.jump_to_confirm]):t(\"span\",{on:{click:this.handleGoTO,keyup:this.handleGoTO}},[m]),v=t(\"li\",{attrs:{title:this.showTitle?\"\"+c.jump_to+this.stateCurrent+\"/\"+l:null},class:r+\"-simple-pager\"},[v]));var x=this.hasPrev(),S=this.hasNext();return t(\"ul\",{class:r+\" \"+r+\"-simple\"},[t(\"li\",{attrs:{title:this.showTitle?c.prev_page:null,tabIndex:x?0:null,\"aria-disabled\":!this.hasPrev()},on:{click:this.prev,keypress:this.runIfEnterPrev},class:(x?\"\":r+\"-disabled\")+\" \"+r+\"-prev\"},[this.itemRender(C,\"prev\",this.getItemIcon(\"prevIcon\"))]),t(\"li\",{attrs:{title:this.showTitle?b+\"/\"+l:null},class:r+\"-simple-pager\"},[t(\"input\",i()([{attrs:{type:\"text\",size:\"3\"},domProps:{value:this.stateCurrentInputValue},on:{keydown:this.handleKeyDown,keyup:this.handleKeyUp,input:this.handleKeyUp}},{directives:[{name:\"ant-input\"}]}])),t(\"span\",{class:r+\"-slash\"},[\"／\"]),l]),t(\"li\",{attrs:{title:this.showTitle?c.next_page:null,tabIndex:this.hasNext?0:null,\"aria-disabled\":!this.hasNext()},on:{click:this.next,keypress:this.runIfEnterNext},class:(S?\"\":r+\"-disabled\")+\" \"+r+\"-next\"},[this.itemRender(w,\"next\",this.getItemIcon(\"nextIcon\"))]),v])}if(l<=5+2*g){var k={props:{locale:c,rootPrefixCls:r,showTitle:s.showTitle,itemRender:s.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter}};l||u.push(t(sv,i()([k,{key:\"noPager\",attrs:{page:l},class:r+\"-disabled\"}])));for(var O=1;O<=l;O++){var M=b===O;u.push(t(sv,i()([k,{key:O,attrs:{page:O,active:M}}])))}}else{var z=this.showLessItems?c.prev_3:c.prev_5,_=this.showLessItems?c.next_3:c.next_5;if(this.showPrevNextJumpers){var T=r+\"-jump-prev\";s.jumpPrevIcon&&(T+=\" \"+r+\"-jump-prev-custom-icon\"),h=t(\"li\",{attrs:{title:this.showTitle?z:null,tabIndex:\"0\"},key:\"prev\",on:{click:this.jumpPrev,keypress:this.runIfEnterJumpPrev},class:T},[this.itemRender(this.getJumpPrevPage(),\"jump-prev\",this.getItemIcon(\"jumpPrevIcon\"))]);var V=r+\"-jump-next\";s.jumpNextIcon&&(V+=\" \"+r+\"-jump-next-custom-icon\"),d=t(\"li\",{attrs:{title:this.showTitle?_:null,tabIndex:\"0\"},key:\"next\",on:{click:this.jumpNext,keypress:this.runIfEnterJumpNext},class:V},[this.itemRender(this.getJumpNextPage(),\"jump-next\",this.getItemIcon(\"jumpNextIcon\"))])}p=t(sv,{attrs:{locale:c,last:!0,rootPrefixCls:r,page:l,active:!1,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:l}),f=t(sv,{attrs:{locale:c,rootPrefixCls:r,page:1,active:!1,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:1});var j=Math.max(1,b-g),P=Math.min(b+g,l);b-1<=g&&(P=1+2*g),l-b<=g&&(j=l-2*g);for(var E=j;E<=P;E++){var H=b===E;u.push(t(sv,{attrs:{locale:c,rootPrefixCls:r,page:E,active:H,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:E}))}b-1>=2*g&&3!==b&&(u[0]=t(sv,{attrs:{locale:c,rootPrefixCls:r,page:j,active:!1,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:j,class:r+\"-item-after-jump-prev\"}),u.unshift(h)),l-b>=2*g&&b!==l-2&&(u[u.length-1]=t(sv,{attrs:{locale:c,rootPrefixCls:r,page:P,active:!1,showTitle:this.showTitle,itemRender:this.itemRender},on:{click:this.handleChange,keypress:this.runIfEnter},key:P,class:r+\"-item-before-jump-next\"}),u.push(d)),1!==j&&u.unshift(f),P!==l&&u.push(p)}var L=null;this.showTotal&&(L=t(\"li\",{class:r+\"-total-text\"},[this.showTotal(this.total,[0===this.total?0:(b-1)*y+1,b*y>this.total?this.total:b*y])]));var $=!this.hasPrev()||!l,A=!this.hasNext()||!l,F=this.buildOptionText||this.$scopedSlots.buildOptionText;return t(\"ul\",{class:(e={},a()(e,\"\"+r,!0),a()(e,r+\"-disabled\",o),e),attrs:{unselectable:\"unselectable\"},ref:\"paginationNode\"},[L,t(\"li\",{attrs:{title:this.showTitle?c.prev_page:null,tabIndex:$?null:0,\"aria-disabled\":$},on:{click:this.prev,keypress:this.runIfEnterPrev},class:($?r+\"-disabled\":\"\")+\" \"+r+\"-prev\"},[this.itemRender(C,\"prev\",this.getItemIcon(\"prevIcon\"))]),u,t(\"li\",{attrs:{title:this.showTitle?c.next_page:null,tabIndex:A?null:0,\"aria-disabled\":A},on:{click:this.next,keypress:this.runIfEnterNext},class:(A?r+\"-disabled\":\"\")+\" \"+r+\"-next\"},[this.itemRender(w,\"next\",this.getItemIcon(\"nextIcon\"))]),t(lv,{attrs:{disabled:o,locale:c,rootPrefixCls:r,selectComponentClass:this.selectComponentClass,selectPrefixCls:this.selectPrefixCls,changeSize:this.showSizeChanger?this.changePageSize:null,current:b,pageSize:y,pageSizeOptions:this.pageSizeOptions,buildOptionText:F||null,quickGo:this.shouldDisplayQuickJumper()?this.handleChange:null,goButton:m}})])}},mv=n(\"2deb\"),gv=function(){return{total:s[\"a\"].number,defaultCurrent:s[\"a\"].number,disabled:s[\"a\"].bool,current:s[\"a\"].number,defaultPageSize:s[\"a\"].number,pageSize:s[\"a\"].number,hideOnSinglePage:s[\"a\"].bool,showSizeChanger:s[\"a\"].bool,pageSizeOptions:s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string])),buildOptionText:s[\"a\"].func,showSizeChange:s[\"a\"].func,showQuickJumper:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]),showTotal:s[\"a\"].any,size:s[\"a\"].string,simple:s[\"a\"].bool,locale:s[\"a\"].object,prefixCls:s[\"a\"].string,selectPrefixCls:s[\"a\"].string,itemRender:s[\"a\"].any,role:s[\"a\"].string,showLessItems:s[\"a\"].bool}},bv=function(){return I()({},gv(),{position:s[\"a\"].oneOf([\"top\",\"bottom\",\"both\"])})},yv={name:\"APagination\",model:{prop:\"current\",event:\"change.current\"},props:I()({},gv()),inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{getIconsProps:function(e){var t=this.$createElement,n=t(\"a\",{class:e+\"-item-link\"},[t(Yi[\"a\"],{attrs:{type:\"left\"}})]),r=t(\"a\",{class:e+\"-item-link\"},[t(Yi[\"a\"],{attrs:{type:\"right\"}})]),i=t(\"a\",{class:e+\"-item-link\"},[t(\"div\",{class:e+\"-item-container\"},[t(Yi[\"a\"],{class:e+\"-item-link-icon\",attrs:{type:\"double-left\"}}),t(\"span\",{class:e+\"-item-ellipsis\"},[\"•••\"])])]),o=t(\"a\",{class:e+\"-item-link\"},[t(\"div\",{class:e+\"-item-container\"},[t(Yi[\"a\"],{class:e+\"-item-link-icon\",attrs:{type:\"double-right\"}}),t(\"span\",{class:e+\"-item-ellipsis\"},[\"•••\"])])]);return{prevIcon:n,nextIcon:r,jumpPrevIcon:i,jumpNextIcon:o}},renderPagination:function(e){var t=this.$createElement,n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.selectPrefixCls,o=n.buildOptionText,a=n.size,s=n.locale,c=re()(n,[\"prefixCls\",\"selectPrefixCls\",\"buildOptionText\",\"size\",\"locale\"]),l=this.configProvider.getPrefixCls,u=l(\"pagination\",r),h=l(\"select\",i),d=\"small\"===a,f={props:I()({prefixCls:u,selectPrefixCls:h},c,this.getIconsProps(u),{selectComponentClass:d?av:no,locale:I()({},e,s),buildOptionText:o||this.$scopedSlots.buildOptionText}),class:{mini:d},on:Object(B[\"k\"])(this)};return t(vv,f)}},render:function(){var e=arguments[0];return e(gc[\"a\"],{attrs:{componentName:\"Pagination\",defaultLocale:mv[\"a\"]},scopedSlots:{default:this.renderPagination}})},install:function(e){e.use(w[\"a\"]),e.component(yv.name,yv)}},Cv=yv,wv={prefixCls:s[\"a\"].string,extra:s[\"a\"].any,actions:s[\"a\"].arrayOf(s[\"a\"].any),grid:Mv},xv=(s[\"a\"].any,s[\"a\"].any,s[\"a\"].string,s[\"a\"].any,{functional:!0,name:\"AListItemMeta\",__ANT_LIST_ITEM_META:!0,inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(e,t){var n=t.props,r=t.slots,o=t.listeners,a=t.injections,s=r(),c=a.configProvider.getPrefixCls,l=n.prefixCls,u=c(\"list\",l),h=n.avatar||s.avatar,d=n.title||s.title,f=n.description||s.description,p=e(\"div\",{class:u+\"-item-meta-content\"},[d&&e(\"h4\",{class:u+\"-item-meta-title\"},[d]),f&&e(\"div\",{class:u+\"-item-meta-description\"},[f])]);return e(\"div\",i()([{on:o},{class:u+\"-item-meta\"}]),[h&&e(\"div\",{class:u+\"-item-meta-avatar\"},[h]),(d||f)&&p])}});function Sv(e,t){return e[t]&&Math.floor(24/e[t])}var kv={name:\"AListItem\",Meta:xv,props:wv,inject:{listContext:{default:function(){return{}}},configProvider:{default:function(){return C[\"a\"]}}},methods:{isItemContainsTextNodeAndNotSingular:function(){var e=this.$slots,t=void 0,n=e[\"default\"]||[];return n.forEach((function(e){Object(B[\"v\"])(e)&&!Object(B[\"u\"])(e)&&(t=!0)})),t&&n.length>1},isFlexMode:function(){var e=Object(B[\"g\"])(this,\"extra\"),t=this.listContext.itemLayout;return\"vertical\"===t?!!e:!this.isItemContainsTextNodeAndNotSingular()}},render:function(){var e=arguments[0],t=this.listContext,n=t.grid,r=t.itemLayout,o=this.prefixCls,s=this.$slots,c=Object(B[\"k\"])(this),u=this.configProvider.getPrefixCls,h=u(\"list\",o),d=Object(B[\"g\"])(this,\"extra\"),f=Object(B[\"g\"])(this,\"actions\"),p=f&&f.length>0&&e(\"ul\",{class:h+\"-item-action\",key:\"actions\"},[f.map((function(t,n){return e(\"li\",{key:h+\"-item-action-\"+n},[t,n!==f.length-1&&e(\"em\",{class:h+\"-item-action-split\"})])}))]),v=n?\"div\":\"li\",m=e(v,i()([{on:c},{class:l()(h+\"-item\",a()({},h+\"-item-no-flex\",!this.isFlexMode()))}]),[\"vertical\"===r&&d?[e(\"div\",{class:h+\"-item-main\",key:\"content\"},[s[\"default\"],p]),e(\"div\",{class:h+\"-item-extra\",key:\"extra\"},[d])]:[s[\"default\"],p,Object(At[\"a\"])(d,{key:\"extra\"})]]),g=n?e(Rl,{attrs:{span:Sv(n,\"column\"),xs:Sv(n,\"xs\"),sm:Sv(n,\"sm\"),md:Sv(n,\"md\"),lg:Sv(n,\"lg\"),xl:Sv(n,\"xl\"),xxl:Sv(n,\"xxl\")}},[m]):m;return g}},Ov=[\"\",1,2,3,4,6,8,12,24],Mv={gutter:s[\"a\"].number,column:s[\"a\"].oneOf(Ov),xs:s[\"a\"].oneOf(Ov),sm:s[\"a\"].oneOf(Ov),md:s[\"a\"].oneOf(Ov),lg:s[\"a\"].oneOf(Ov),xl:s[\"a\"].oneOf(Ov),xxl:s[\"a\"].oneOf(Ov)},zv=[\"small\",\"default\",\"large\"],_v=function(){return{bordered:s[\"a\"].bool,dataSource:s[\"a\"].array,extra:s[\"a\"].any,grid:s[\"a\"].shape(Mv).loose,itemLayout:s[\"a\"].string,loading:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]),loadMore:s[\"a\"].any,pagination:s[\"a\"].oneOfType([s[\"a\"].shape(bv()).loose,s[\"a\"].bool]),prefixCls:s[\"a\"].string,rowKey:s[\"a\"].any,renderItem:s[\"a\"].any,size:s[\"a\"].oneOf(zv),split:s[\"a\"].bool,header:s[\"a\"].any,footer:s[\"a\"].any,locale:s[\"a\"].object}},Tv={Item:kv,name:\"AList\",props:Object(B[\"t\"])(_v(),{dataSource:[],bordered:!1,split:!0,loading:!1,pagination:!1}),provide:function(){return{listContext:this}},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this;this.keys=[],this.defaultPaginationProps={current:1,pageSize:10,onChange:function(t,n){var r=e.pagination;e.paginationCurrent=t,r&&r.onChange&&r.onChange(t,n)},total:0},this.onPaginationChange=this.triggerPaginationEvent(\"onChange\"),this.onPaginationShowSizeChange=this.triggerPaginationEvent(\"onShowSizeChange\");var t=this.$props.pagination,n=t&&\"object\"===(\"undefined\"===typeof t?\"undefined\":Z()(t))?t:{};return{paginationCurrent:n.defaultCurrent||1,paginationSize:n.defaultPageSize||10}},methods:{triggerPaginationEvent:function(e){var t=this;return function(n,r){var i=t.$props.pagination;t.paginationCurrent=n,t.paginationSize=r,i&&i[e]&&i[e](n,r)}},renderItem2:function(e,t){var n=this.$scopedSlots,r=this.rowKey,i=this.renderItem||n.renderItem;if(!i)return null;var o=void 0;return o=\"function\"===typeof r?r(e):\"string\"===typeof r?e[r]:e.key,o||(o=\"list-item-\"+t),this.keys[t]=o,i(e,t)},isSomethingAfterLastItem:function(){var e=this.pagination,t=Object(B[\"g\"])(this,\"loadMore\"),n=Object(B[\"g\"])(this,\"footer\");return!!(t||e||n)},renderEmpty:function(e,t){var n=this.$createElement,r=this.locale;return n(\"div\",{class:e+\"-empty-text\"},[r&&r.emptyText||t(n,\"List\")])}},render:function(){var e,t=this,n=arguments[0],r=this.prefixCls,o=this.bordered,s=this.split,c=this.itemLayout,h=this.pagination,d=this.grid,f=this.dataSource,p=void 0===f?[]:f,v=this.size,g=this.loading,b=this.$slots,y=this.paginationCurrent,C=this.paginationSize,w=this.configProvider.getPrefixCls,x=w(\"list\",r),S=Object(B[\"g\"])(this,\"loadMore\"),k=Object(B[\"g\"])(this,\"footer\"),O=Object(B[\"g\"])(this,\"header\"),M=Object(B[\"c\"])(b[\"default\"]||[]),z=g;\"boolean\"===typeof z&&(z={spinning:z});var _=z&&z.spinning,T=\"\";switch(v){case\"large\":T=\"lg\";break;case\"small\":T=\"sm\";break;default:break}var V=l()(x,(e={},a()(e,x+\"-vertical\",\"vertical\"===c),a()(e,x+\"-\"+T,T),a()(e,x+\"-split\",s),a()(e,x+\"-bordered\",o),a()(e,x+\"-loading\",_),a()(e,x+\"-grid\",d),a()(e,x+\"-something-after-last-item\",this.isSomethingAfterLastItem()),e)),j=I()({},this.defaultPaginationProps,{total:p.length,current:y,pageSize:C},h||{}),P=Math.ceil(j.total/j.pageSize);j.current>P&&(j.current=P);var E=j[\"class\"],H=j.style,L=re()(j,[\"class\",\"style\"]),$=h?n(\"div\",{class:x+\"-pagination\"},[n(Cv,{props:Object(u[\"a\"])(L,[\"onChange\"]),class:E,style:H,on:{change:this.onPaginationChange,showSizeChange:this.onPaginationShowSizeChange}})]):null,A=[].concat(m()(p));h&&p.length>(j.current-1)*j.pageSize&&(A=[].concat(m()(p)).splice((j.current-1)*j.pageSize,j.pageSize));var F=void 0;if(F=_&&n(\"div\",{style:{minHeight:53}}),A.length>0){var R=A.map((function(e,n){return t.renderItem2(e,n)})),D=R.map((function(e,n){return Object(At[\"a\"])(e,{key:t.keys[n]})}));F=d?n(Hl,{attrs:{gutter:d.gutter}},[D]):n(\"ul\",{class:x+\"-items\"},[D])}else if(!M.length&&!_){var N=this.configProvider.renderEmpty;F=this.renderEmpty(x,N)}var K=j.position||\"bottom\";return n(\"div\",i()([{class:V},{on:Object(B[\"k\"])(this)}]),[(\"top\"===K||\"both\"===K)&&$,O&&n(\"div\",{class:x+\"-header\"},[O]),n(ov,{props:z},[F,M]),k&&n(\"div\",{class:x+\"-footer\"},[k]),S||(\"bottom\"===K||\"both\"===K)&&$])},install:function(e){e.use(w[\"a\"]),e.component(Tv.name,Tv),e.component(Tv.Item.name,Tv.Item),e.component(Tv.Item.Meta.name,Tv.Item.Meta)}},Vv=Tv,jv=n(\"7320\"),Pv=I()({},jv[\"a\"].Modal);function Ev(e){Pv=e?I()({},Pv,e):I()({},jv[\"a\"].Modal)}function Hv(){return Pv}var Lv=\"internalMark\";function $v(e){e&&e.locale?bc(Cs).locale(e.locale):bc(Cs).locale(\"en\")}var Av={name:\"ALocaleProvider\",props:{locale:s[\"a\"].object.def((function(){return{}})),_ANT_MARK__:s[\"a\"].string},data:function(){return Object(x[\"a\"])(this._ANT_MARK__===Lv,\"LocaleProvider\",\"`LocaleProvider` is deprecated. Please use `locale` with `ConfigProvider` instead\"),{antLocale:I()({},this.locale,{exist:!0})}},provide:function(){return{localeData:this.$data}},watch:{locale:function(e){this.antLocale=I()({},this.locale,{exist:!0}),$v(e),Ev(e&&e.Modal)}},created:function(){var e=this.locale;$v(e),Ev(e&&e.Modal)},beforeDestroy:function(){Ev()},render:function(){return this.$slots[\"default\"]?this.$slots[\"default\"][0]:null},install:function(e){e.use(w[\"a\"]),e.component(Av.name,Av)}},Fv=Av,Iv=n(\"2fcd\"),Rv=3,Dv=void 0,Nv=void 0,Bv=1,Kv=\"ant-message\",Wv=\"move-up\",Uv=function(){return document.body},qv=void 0;function Yv(e){Nv?e(Nv):Iv[\"a\"].newInstance({prefixCls:Kv,transitionName:Wv,style:{top:Dv},getContainer:Uv,maxCount:qv},(function(t){Nv?e(Nv):(Nv=t,e(t))}))}function Gv(e){var t=void 0!==e.duration?e.duration:Rv,n={info:\"info-circle\",success:\"check-circle\",error:\"close-circle\",warning:\"exclamation-circle\",loading:\"loading\"}[e.type],r=e.key||Bv++,i=new Promise((function(i){var o=function(){return\"function\"===typeof e.onClose&&e.onClose(),i(!0)};Yv((function(i){i.notice({key:r,duration:t,style:{},content:function(t){var r=t(Yi[\"a\"],{attrs:{type:n,theme:\"loading\"===n?\"outlined\":\"filled\"}}),i=n?r:\"\";return t(\"div\",{class:Kv+\"-custom-content\"+(e.type?\" \"+Kv+\"-\"+e.type:\"\")},[e.icon?\"function\"===typeof e.icon?e.icon(t):e.icon:i,t(\"span\",[\"function\"===typeof e.content?e.content(t):e.content])])},onClose:o})}))})),o=function(){Nv&&Nv.removeNotice(r)};return o.then=function(e,t){return i.then(e,t)},o.promise=i,o}function Xv(e){return\"[object Object]\"===Object.prototype.toString.call(e)&&!!e.content}var Jv={open:Gv,config:function(e){void 0!==e.top&&(Dv=e.top,Nv=null),void 0!==e.duration&&(Rv=e.duration),void 0!==e.prefixCls&&(Kv=e.prefixCls),void 0!==e.getContainer&&(Uv=e.getContainer),void 0!==e.transitionName&&(Wv=e.transitionName,Nv=null),void 0!==e.maxCount&&(qv=e.maxCount,Nv=null)},destroy:function(){Nv&&(Nv.destroy(),Nv=null)}};[\"success\",\"info\",\"warning\",\"error\",\"loading\"].forEach((function(e){Jv[e]=function(t,n,r){return Xv(t)?Jv.open(I()({},t,{type:e})):(\"function\"===typeof n&&(r=n,n=void 0),Jv.open({content:t,duration:n,type:e,onClose:r}))}})),Jv.warn=Jv.warning;var Qv=Jv;function Zv(e){var t=e.selectionStart;return e.value.slice(0,t)}function em(e){return(e||\"\").toLowerCase()}function tm(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"\",n=Array.isArray(t)?t:[t];return n.reduce((function(t,n){var r=e.lastIndexOf(n);return r>t.location?{location:r,prefix:n}:t}),{location:-1,prefix:\"\"})}function nm(e,t,n){var r=e[0];if(!r||r===n)return e;for(var i=e,o=t.length,a=0;a<o;a+=1){if(em(i[a])!==em(t[a])){i=i.slice(a);break}a===o-1&&(i=i.slice(o))}return i}function rm(e,t){var n=t.measureLocation,r=t.prefix,i=t.targetText,o=t.selectionStart,a=t.split,s=e.slice(0,n);s[s.length-a.length]===a&&(s=s.slice(0,s.length-a.length)),s&&(s=\"\"+s+a);var c=nm(e.slice(o),i.slice(o-n-r.length),a);c.slice(0,a.length)===a&&(c=c.slice(a.length));var l=\"\"+s+r+i+a;return{text:\"\"+l+c,selectionLocation:l.length}}function im(e,t){e.setSelectionRange(t,t),e.blur(),e.focus()}function om(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.split;return!n||-1===e.indexOf(n)}function am(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.value,r=void 0===n?\"\":n,i=e.toLowerCase();return-1!==r.toLowerCase().indexOf(i)}var sm={value:s[\"a\"].string,disabled:s[\"a\"].boolean,children:s[\"a\"].any},cm={name:\"Option\",props:sm,render:function(){return null}};function lm(){}var um={name:\"DropdownMenu\",props:{prefixCls:s[\"a\"].string,options:s[\"a\"].arrayOf(sm)},inject:{mentionsContext:{default:{}}},render:function(){var e=arguments[0],t=this.mentionsContext,n=t.notFoundContent,r=t.activeIndex,i=t.setActiveIndex,o=t.selectOption,a=t.onFocus,s=void 0===a?lm:a,c=t.onBlur,l=void 0===c?lm:c,u=this.$props,h=u.prefixCls,d=u.options,f=d[r]||{};return e(li,{props:{prefixCls:h+\"-menu\",activeKey:f.value},on:{select:function(e){var t=e.key,n=d.find((function(e){var n=e.value;return n===t}));o(n)},focus:s,blur:l}},[d.map((function(t,n){var r=t.value,o=t.disabled,a=t.children;return e(Vt,{key:r,attrs:{disabled:o},on:{mouseenter:function(){i(n)}}},[a])})),!d.length&&e(Vt,{attrs:{disabled:!0}},[n])])}},hm=[\"top\",\"bottom\"],dm={bottomRight:{points:[\"tl\",\"br\"],offset:[0,4],overflow:{adjustX:0,adjustY:1}},topRight:{points:[\"bl\",\"tr\"],offset:[0,-4],overflow:{adjustX:0,adjustY:1}}},fm={name:\"KeywordTrigger\",props:{loading:s[\"a\"].bool,options:s[\"a\"].arrayOf(sm),prefixCls:s[\"a\"].string,placement:s[\"a\"].oneOf(hm),visible:s[\"a\"].bool,transitionName:s[\"a\"].string,getPopupContainer:s[\"a\"].func},methods:{getDropdownPrefix:function(){return this.$props.prefixCls+\"-dropdown\"},getDropdownElement:function(){var e=this.$createElement,t=this.$props.options;return e(um,{attrs:{prefixCls:this.getDropdownPrefix(),options:t}})}},render:function(){var e=arguments[0],t=this.$props,n=t.visible,r=t.placement,i=t.transitionName,o=t.getPopupContainer,a=this.$slots,s=a[\"default\"],c=this.getDropdownElement();return e(Lr,{attrs:{prefixCls:this.getDropdownPrefix(),popupVisible:n,popup:c,popupPlacement:\"top\"===r?\"topRight\":\"bottomRight\",popupTransitionName:i,builtinPlacements:dm,getPopupContainer:o}},[s])}},pm={autoFocus:s[\"a\"].bool,prefix:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].array]),prefixCls:s[\"a\"].string,value:s[\"a\"].string,defaultValue:s[\"a\"].string,disabled:s[\"a\"].bool,notFoundContent:s[\"a\"].any,split:s[\"a\"].string,transitionName:s[\"a\"].string,placement:s[\"a\"].oneOf(hm),character:s[\"a\"].any,characterRender:s[\"a\"].func,filterOption:s[\"a\"].func,validateSearch:s[\"a\"].func,getPopupContainer:s[\"a\"].func},vm=I()({},pm,{children:s[\"a\"].any}),mm={prefix:\"@\",split:\" \",validateSearch:om,filterOption:am};Object(B[\"t\"])(vm,mm);function gm(){}var bm={name:\"Mentions\",mixins:[p[\"a\"]],inheritAttrs:!1,model:{prop:\"value\",event:\"change\"},props:Object(B[\"t\"])(vm,mm),provide:function(){return{mentionsContext:this}},data:function(){var e=this.$props,t=e.value,n=void 0===t?\"\":t,r=e.defaultValue,i=void 0===r?\"\":r;return Ht()(this.$props.children,\"please children prop replace slots.default\"),{_value:Object(B[\"s\"])(this,\"value\")?n:i,measuring:!1,measureLocation:0,measureText:null,measurePrefix:\"\",activeIndex:0,isFocus:!1}},watch:{value:function(e){this.$data._value=e}},updated:function(){var e=this;this.$nextTick((function(){var t=e.$data.measuring;t&&(e.$refs.measure.scrollTop=e.$refs.textarea.scrollTop)}))},methods:{triggerChange:function(e){var t=Object(B[\"l\"])(this);\"value\"in t?this.$forceUpdate():this.setState({_value:e}),this.$emit(\"change\",e)},onChange:function(e){var t=e.target,n=t.value,r=t.composing,i=e.isComposing;i||r||this.triggerChange(n)},onKeyDown:function(e){var t=e.which,n=this.$data,r=n.activeIndex,i=n.measuring;if(i)if(t===oe.UP||t===oe.DOWN){var o=this.getOptions().length,a=t===oe.UP?-1:1,s=(r+a+o)%o;this.setState({activeIndex:s}),e.preventDefault()}else if(t===oe.ESC)this.stopMeasure();else if(t===oe.ENTER){e.preventDefault();var c=this.getOptions();if(!c.length)return void this.stopMeasure();var l=c[r];this.selectOption(l)}},onKeyUp:function(e){var t=e.key,n=e.which,r=this.$data,i=r.measureText,o=r.measuring,a=this.$props,s=a.prefix,c=void 0===s?\"\":s,l=a.validateSearch,u=e.target,h=Zv(u),d=tm(h,c),f=d.location,p=d.prefix;if(-1===[oe.ESC,oe.UP,oe.DOWN,oe.ENTER].indexOf(n))if(-1!==f){var v=h.slice(f+p.length),m=l(v,this.$props),g=!!this.getOptions(v).length;m?(t===p||o||v!==i&&g)&&this.startMeasure(v,p,f):o&&this.stopMeasure(),m&&this.$emit(\"search\",v,p)}else o&&this.stopMeasure()},onInputFocus:function(e){this.onFocus(e)},onInputBlur:function(e){this.onBlur(e)},onDropdownFocus:function(){this.onFocus()},onDropdownBlur:function(){this.onBlur()},onFocus:function(e){window.clearTimeout(this.focusId);var t=this.$data.isFocus;!t&&e&&this.$emit(\"focus\",e),this.setState({isFocus:!0})},onBlur:function(e){var t=this;this.focusId=window.setTimeout((function(){t.setState({isFocus:!1}),t.stopMeasure(),t.$emit(\"blur\",e)}),0)},selectOption:function(e){var t=this,n=this.$data,r=n._value,i=n.measureLocation,o=n.measurePrefix,a=this.$props.split,s=e.value,c=void 0===s?\"\":s,l=rm(r,{measureLocation:i,targetText:c,prefix:o,selectionStart:this.$refs.textarea.selectionStart,split:a}),u=l.text,h=l.selectionLocation;this.triggerChange(u),this.stopMeasure((function(){im(t.$refs.textarea,h)})),this.$emit(\"select\",e,o)},setActiveIndex:function(e){this.setState({activeIndex:e})},getOptions:function(e){var t=e||this.$data.measureText||\"\",n=this.$props,r=n.filterOption,i=n.children,o=void 0===i?[]:i,a=(Array.isArray(o)?o:[o]).map((function(e){var t=Object(B[\"p\"])(e)[\"default\"];return I()({},Object(B[\"l\"])(e),{children:t})})).filter((function(e){return!1===r||r(t,e)}));return a},startMeasure:function(e,t,n){this.setState({measuring:!0,measureText:e,measurePrefix:t,measureLocation:n,activeIndex:0})},stopMeasure:function(e){this.setState({measuring:!1,measureLocation:0,measureText:null},e)},focus:function(){this.$refs.textarea.focus()},blur:function(){this.$refs.textarea.blur()}},render:function(){var e=arguments[0],t=this.$data,n=t._value,r=t.measureLocation,o=t.measurePrefix,a=t.measuring,s=Object(B[\"l\"])(this),c=s.prefixCls,l=s.placement,h=s.transitionName,d=(s.autoFocus,s.notFoundContent,s.getPopupContainer),f=re()(s,[\"prefixCls\",\"placement\",\"transitionName\",\"autoFocus\",\"notFoundContent\",\"getPopupContainer\"]),p=Object(u[\"a\"])(f,[\"value\",\"defaultValue\",\"prefix\",\"split\",\"children\",\"validateSearch\",\"filterOption\"]),v=a?this.getOptions():[];return e(\"div\",{class:c},[e(\"textarea\",i()([{ref:\"textarea\"},{directives:[{name:\"ant-input\"}],attrs:I()({},p,this.$attrs),domProps:{value:n},on:I()({},Object(B[\"k\"])(this),{select:gm,change:gm,input:this.onChange,keydown:this.onKeyDown,keyup:this.onKeyUp,blur:this.onInputBlur})}])),a&&e(\"div\",{ref:\"measure\",class:c+\"-measure\"},[n.slice(0,r),e(fm,{attrs:{prefixCls:c,transitionName:h,placement:l,options:v,visible:!0,getPopupContainer:d}},[e(\"span\",[o])]),n.slice(r+o.length)])])}},ym=bm;ym.Option=cm;var Cm=ym,wm=Cm.Option;function xm(){return!0}function Sm(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=arguments[1],n=t||{},r=n.prefix,i=void 0===r?\"@\":r,o=n.split,a=void 0===o?\" \":o,s=Array.isArray(i)?i:[i];return e.split(a).map((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=null;return s.some((function(n){var r=e.slice(0,n.length);return r===n&&(t=n,!0)})),null!==t?{prefix:t,value:e.slice(t.length)}:null})).filter((function(e){return!!e&&!!e.value}))}var km={name:\"AMentions\",mixins:[p[\"a\"]],inheritAttrs:!1,model:{prop:\"value\",event:\"change\"},Option:I()({},wm,{name:\"AMentionsOption\"}),getMentions:Sm,props:I()({},pm,{loading:s[\"a\"].bool}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return{focused:!1}},mounted:function(){var e=this;this.$nextTick((function(){e.autoFocus&&e.focus()}))},methods:{onFocus:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];this.$emit.apply(this,[\"focus\"].concat(m()(t))),this.setState({focused:!0})},onBlur:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];this.$emit.apply(this,[\"blur\"].concat(m()(t))),this.setState({focused:!1})},onSelect:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];this.$emit.apply(this,[\"select\"].concat(m()(t))),this.setState({focused:!0})},onChange:function(e){this.$emit(\"change\",e)},getNotFoundContent:function(e){var t=this.$createElement,n=Object(B[\"g\"])(this,\"notFoundContent\");return void 0!==n?n:e(t,\"Select\")},getOptions:function(){var e=this.$createElement,t=this.$props.loading,n=Object(B[\"c\"])(this.$slots[\"default\"]||[]);return t?e(wm,{attrs:{value:\"ANTD_SEARCHING\",disabled:!0}},[e(ov,{attrs:{size:\"small\"}})]):n},getFilterOption:function(){var e=this.$props,t=e.filterOption,n=e.loading;return n?xm:t},focus:function(){this.$refs.vcMentions.focus()},blur:function(){this.$refs.vcMentions.blur()}},render:function(){var e,t=arguments[0],n=this.$data.focused,r=this.configProvider,i=r.getPrefixCls,o=r.renderEmpty,s=Object(B[\"l\"])(this),c=s.prefixCls,h=s.disabled,d=s.getPopupContainer,f=re()(s,[\"prefixCls\",\"disabled\",\"getPopupContainer\"]),p=i(\"mentions\",c),v=Object(u[\"a\"])(f,[\"loading\"]),m=l()((e={},a()(e,p+\"-disabled\",h),a()(e,p+\"-focused\",n),e)),g={props:I()({prefixCls:p,notFoundContent:this.getNotFoundContent(o)},v,{disabled:h,filterOption:this.getFilterOption(),getPopupContainer:d,children:this.getOptions()}),class:m,attrs:I()({rows:1},this.$attrs),on:I()({},Object(B[\"k\"])(this),{change:this.onChange,select:this.onSelect,focus:this.onFocus,blur:this.onBlur}),ref:\"vcMentions\"};return t(Cm,g)},install:function(e){e.use(w[\"a\"]),e.component(km.name,km),e.component(km.Option.name,km.Option)}},Om=km,Mm={visible:s[\"a\"].bool,hiddenClassName:s[\"a\"].string,forceRender:s[\"a\"].bool},zm={props:Mm,render:function(){var e=arguments[0];return e(\"div\",{on:Object(B[\"k\"])(this)},[this.$slots[\"default\"]])}},_m=void 0;function Tm(e){if(e||void 0===_m){var t=document.createElement(\"div\");t.style.width=\"100%\",t.style.height=\"200px\";var n=document.createElement(\"div\"),r=n.style;r.position=\"absolute\",r.top=0,r.left=0,r.pointerEvents=\"none\",r.visibility=\"hidden\",r.width=\"200px\",r.height=\"150px\",r.overflow=\"hidden\",n.appendChild(t),document.body.appendChild(n);var i=t.offsetWidth;n.style.overflow=\"scroll\";var o=t.offsetWidth;i===o&&(o=n.clientWidth),document.body.removeChild(n),_m=i-o}return _m}var Vm=function(e){var t=document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth;if(t){if(e)return document.body.style.position=\"\",void(document.body.style.width=\"\");var n=Tm();n&&(document.body.style.position=\"relative\",document.body.style.width=\"calc(100% - \"+n+\"px)\")}};function jm(){return{keyboard:s[\"a\"].bool,mask:s[\"a\"].bool,afterClose:s[\"a\"].func,closable:s[\"a\"].bool,maskClosable:s[\"a\"].bool,visible:s[\"a\"].bool,destroyOnClose:s[\"a\"].bool,mousePosition:s[\"a\"].shape({x:s[\"a\"].number,y:s[\"a\"].number}).loose,title:s[\"a\"].any,footer:s[\"a\"].any,transitionName:s[\"a\"].string,maskTransitionName:s[\"a\"].string,animation:s[\"a\"].any,maskAnimation:s[\"a\"].any,wrapStyle:s[\"a\"].object,bodyStyle:s[\"a\"].object,maskStyle:s[\"a\"].object,prefixCls:s[\"a\"].string,wrapClassName:s[\"a\"].string,width:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),height:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),zIndex:s[\"a\"].number,bodyProps:s[\"a\"].any,maskProps:s[\"a\"].any,wrapProps:s[\"a\"].any,getContainer:s[\"a\"].any,dialogStyle:s[\"a\"].object.def((function(){return{}})),dialogClass:s[\"a\"].string.def(\"\"),closeIcon:s[\"a\"].any,forceRender:s[\"a\"].bool,getOpenCount:s[\"a\"].func,focusTriggerAfterClose:s[\"a\"].bool}}var Pm=jm,Em=Pm(),Hm=0;function Lm(){}function $m(e,t){var n=e[\"page\"+(t?\"Y\":\"X\")+\"Offset\"],r=\"scroll\"+(t?\"Top\":\"Left\");if(\"number\"!==typeof n){var i=e.document;n=i.documentElement[r],\"number\"!==typeof n&&(n=i.body[r])}return n}function Am(e,t){var n=e.style;[\"Webkit\",\"Moz\",\"Ms\",\"ms\"].forEach((function(e){n[e+\"TransformOrigin\"]=t})),n[\"transformOrigin\"]=t}function Fm(e){var t=e.getBoundingClientRect(),n={left:t.left,top:t.top},r=e.ownerDocument,i=r.defaultView||r.parentWindow;return n.left+=$m(i),n.top+=$m(i,!0),n}var Im={},Rm={mixins:[p[\"a\"]],props:Object(B[\"t\"])(Em,{mask:!0,visible:!1,keyboard:!0,closable:!0,maskClosable:!0,destroyOnClose:!1,prefixCls:\"rc-dialog\",getOpenCount:function(){return null},focusTriggerAfterClose:!0}),data:function(){return{destroyPopup:!1}},provide:function(){return{dialogContext:this}},watch:{visible:function(e){var t=this;e&&(this.destroyPopup=!1),this.$nextTick((function(){t.updatedCallback(!e)}))}},beforeMount:function(){this.inTransition=!1,this.titleId=\"rcDialogTitle\"+Hm++},mounted:function(){var e=this;this.$nextTick((function(){e.updatedCallback(!1),(e.forceRender||!1===e.getContainer&&!e.visible)&&e.$refs.wrap&&(e.$refs.wrap.style.display=\"none\")}))},beforeDestroy:function(){var e=this.visible,t=this.getOpenCount;!e&&!this.inTransition||t()||this.switchScrollingEffect(),clearTimeout(this.timeoutId)},methods:{getDialogWrap:function(){return this.$refs.wrap},updatedCallback:function(e){var t=this.mousePosition,n=this.mask,r=this.focusTriggerAfterClose;if(this.visible){if(!e){this.openTime=Date.now(),this.switchScrollingEffect(),this.tryFocus();var i=this.$refs.dialog.$el;if(t){var o=Fm(i);Am(i,t.x-o.left+\"px \"+(t.y-o.top)+\"px\")}else Am(i,\"\")}}else if(e&&(this.inTransition=!0,n&&this.lastOutSideFocusNode&&r)){try{this.lastOutSideFocusNode.focus()}catch(a){this.lastOutSideFocusNode=null}this.lastOutSideFocusNode=null}},tryFocus:function(){Rt(this.$refs.wrap,document.activeElement)||(this.lastOutSideFocusNode=document.activeElement,this.$refs.sentinelStart.focus())},onAnimateLeave:function(){var e=this.afterClose,t=this.destroyOnClose;this.$refs.wrap&&(this.$refs.wrap.style.display=\"none\"),t&&(this.destroyPopup=!0),this.inTransition=!1,this.switchScrollingEffect(),e&&e()},onDialogMouseDown:function(){this.dialogMouseDown=!0},onMaskMouseUp:function(){var e=this;this.dialogMouseDown&&(this.timeoutId=setTimeout((function(){e.dialogMouseDown=!1}),0))},onMaskClick:function(e){Date.now()-this.openTime<300||e.target!==e.currentTarget||this.dialogMouseDown||this.close(e)},onKeydown:function(e){var t=this.$props;if(t.keyboard&&e.keyCode===oe.ESC)return e.stopPropagation(),void this.close(e);if(t.visible&&e.keyCode===oe.TAB){var n=document.activeElement,r=this.$refs.sentinelStart;e.shiftKey?n===r&&this.$refs.sentinelEnd.focus():n===this.$refs.sentinelEnd&&r.focus()}},getDialogElement:function(){var e=this.$createElement,t=this.closable,n=this.prefixCls,r=this.width,o=this.height,s=this.title,c=this.footer,l=this.bodyStyle,u=this.visible,h=this.bodyProps,d=this.forceRender,f=this.dialogStyle,p=this.dialogClass,v=I()({},f);void 0!==r&&(v.width=\"number\"===typeof r?r+\"px\":r),void 0!==o&&(v.height=\"number\"===typeof o?o+\"px\":o);var m=void 0;c&&(m=e(\"div\",{key:\"footer\",class:n+\"-footer\",ref:\"footer\"},[c]));var g=void 0;s&&(g=e(\"div\",{key:\"header\",class:n+\"-header\",ref:\"header\"},[e(\"div\",{class:n+\"-title\",attrs:{id:this.titleId}},[s])]));var b=void 0;if(t){var y=Object(B[\"g\"])(this,\"closeIcon\");b=e(\"button\",{attrs:{type:\"button\",\"aria-label\":\"Close\"},key:\"close\",on:{click:this.close||Lm},class:n+\"-close\"},[y||e(\"span\",{class:n+\"-close-x\"})])}var C=v,w={width:0,height:0,overflow:\"hidden\"},x=a()({},n,!0),S=this.getTransitionName(),k=e(zm,{directives:[{name:\"show\",value:u}],key:\"dialog-element\",attrs:{role:\"document\",forceRender:d},ref:\"dialog\",style:C,class:[x,p],on:{mousedown:this.onDialogMouseDown}},[e(\"div\",{attrs:{tabIndex:0,\"aria-hidden\":\"true\"},ref:\"sentinelStart\",style:w}),e(\"div\",{class:n+\"-content\"},[b,g,e(\"div\",i()([{key:\"body\",class:n+\"-body\",style:l,ref:\"body\"},h]),[this.$slots[\"default\"]]),m]),e(\"div\",{attrs:{tabIndex:0,\"aria-hidden\":\"true\"},ref:\"sentinelEnd\",style:w})]),O=Object($t[\"a\"])(S,{afterLeave:this.onAnimateLeave});return e(\"transition\",i()([{key:\"dialog\"},O]),[u||!this.destroyPopup?k:null])},getZIndexStyle:function(){var e={},t=this.$props;return void 0!==t.zIndex&&(e.zIndex=t.zIndex),e},getWrapStyle:function(){return I()({},this.getZIndexStyle(),this.wrapStyle)},getMaskStyle:function(){return I()({},this.getZIndexStyle(),this.maskStyle)},getMaskElement:function(){var e=this.$createElement,t=this.$props,n=void 0;if(t.mask){var r=this.getMaskTransitionName();if(n=e(zm,i()([{directives:[{name:\"show\",value:t.visible}],style:this.getMaskStyle(),key:\"mask\",class:t.prefixCls+\"-mask\"},t.maskProps])),r){var o=Object($t[\"a\"])(r);n=e(\"transition\",i()([{key:\"mask\"},o]),[n])}}return n},getMaskTransitionName:function(){var e=this.$props,t=e.maskTransitionName,n=e.maskAnimation;return!t&&n&&(t=e.prefixCls+\"-\"+n),t},getTransitionName:function(){var e=this.$props,t=e.transitionName,n=e.animation;return!t&&n&&(t=e.prefixCls+\"-\"+n),t},switchScrollingEffect:function(){var e=this.getOpenCount,t=e();if(1===t){if(Im.hasOwnProperty(\"overflowX\"))return;Im={overflowX:document.body.style.overflowX,overflowY:document.body.style.overflowY,overflow:document.body.style.overflow},Vm(),document.body.style.overflow=\"hidden\"}else t||(void 0!==Im.overflow&&(document.body.style.overflow=Im.overflow),void 0!==Im.overflowX&&(document.body.style.overflowX=Im.overflowX),void 0!==Im.overflowY&&(document.body.style.overflowY=Im.overflowY),Im={},Vm(!0))},close:function(e){this.__emit(\"close\",e)}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.maskClosable,r=this.visible,o=this.wrapClassName,a=this.title,s=this.wrapProps,c=this.getWrapStyle();return r&&(c.display=null),e(\"div\",{class:t+\"-root\"},[this.getMaskElement(),e(\"div\",i()([{attrs:{tabIndex:-1,role:\"dialog\",\"aria-labelledby\":a?this.titleId:null},on:{keydown:this.onKeydown,click:n?this.onMaskClick:Lm,mouseup:n?this.onMaskMouseUp:Lm},class:t+\"-wrap \"+(o||\"\"),ref:\"wrap\",style:c},s]),[this.getDialogElement()])])}};function Dm(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.element,r=void 0===n?document.body:n,i={},o=Object.keys(e);return o.forEach((function(e){i[e]=r.style[e]})),o.forEach((function(t){r.style[t]=e[t]})),i}var Nm=Dm,Bm={name:\"Portal\",props:{getContainer:s[\"a\"].func.isRequired,children:s[\"a\"].any.isRequired,didUpdate:s[\"a\"].func},mounted:function(){this.createContainer()},updated:function(){var e=this,t=this.$props.didUpdate;t&&this.$nextTick((function(){t(e.$props)}))},beforeDestroy:function(){this.removeContainer()},methods:{createContainer:function(){this._container=this.$props.getContainer(),this.$forceUpdate()},removeContainer:function(){this._container&&this._container.parentNode&&this._container.parentNode.removeChild(this._container)}},render:function(){return this._container?Object(At[\"a\"])(this.$props.children,{directives:[{name:\"ant-portal\",value:this._container}]}):null}},Km=0,Wm=!(\"undefined\"!==typeof window&&window.document&&window.document.createElement),Um={},qm={name:\"PortalWrapper\",props:{wrapperClassName:s[\"a\"].string,forceRender:s[\"a\"].bool,getContainer:s[\"a\"].any,children:s[\"a\"].func,visible:s[\"a\"].bool},data:function(){var e=this.$props.visible;return Km=e?Km+1:Km,{}},updated:function(){this.setWrapperClassName()},watch:{visible:function(e){Km=e?Km+1:Km-1},getContainer:function(e,t){var n=\"function\"===typeof e&&\"function\"===typeof t;(n?e.toString()!==t.toString():e!==t)&&this.removeCurrentContainer(!1)}},beforeDestroy:function(){var e=this.$props.visible;Km=e&&Km?Km-1:Km,this.removeCurrentContainer(e)},methods:{getParent:function(){var e=this.$props.getContainer;if(e){if(\"string\"===typeof e)return document.querySelectorAll(e)[0];if(\"function\"===typeof e)return e();if(\"object\"===(\"undefined\"===typeof e?\"undefined\":Z()(e))&&e instanceof window.HTMLElement)return e}return document.body},getDomContainer:function(){if(Wm)return null;if(!this.container){this.container=document.createElement(\"div\");var e=this.getParent();e&&e.appendChild(this.container)}return this.setWrapperClassName(),this.container},setWrapperClassName:function(){var e=this.$props.wrapperClassName;this.container&&e&&e!==this.container.className&&(this.container.className=e)},savePortal:function(e){this._component=e},removeCurrentContainer:function(){this.container=null,this._component=null},switchScrollingEffect:function(){1!==Km||Object.keys(Um).length?Km||(Nm(Um),Um={},Vm(!0)):(Vm(),Um=Nm({overflow:\"hidden\",overflowX:\"hidden\",overflowY:\"hidden\"}))}},render:function(){var e=arguments[0],t=this.$props,n=t.children,r=t.forceRender,o=t.visible,a=null,s={getOpenCount:function(){return Km},getContainer:this.getDomContainer,switchScrollingEffect:this.switchScrollingEffect};return(r||o||this._component)&&(a=e(Bm,i()([{attrs:{getContainer:this.getDomContainer,children:n(s)}},{directives:[{name:\"ant-ref\",value:this.savePortal}]}]))),a}},Ym=Pm(),Gm={inheritAttrs:!1,props:I()({},Ym,{visible:Ym.visible.def(!1)}),render:function(){var e=this,t=arguments[0],n=this.$props,r=n.visible,o=n.getContainer,a=n.forceRender,s={props:this.$props,attrs:this.$attrs,ref:\"_component\",key:\"dialog\",on:Object(B[\"k\"])(this)};return!1===o?t(Rm,i()([s,{attrs:{getOpenCount:function(){return 2}}}]),[this.$slots[\"default\"]]):t(qm,{attrs:{visible:r,forceRender:a,getContainer:o,children:function(n){return s.props=I()({},s.props,n),t(Rm,s,[e.$slots[\"default\"]])}}})}},Xm=Gm,Jm=Xm,Qm=Fo().type,Zm=null,eg=function(e){Zm={x:e.pageX,y:e.pageY},setTimeout((function(){return Zm=null}),100)};function tg(){}\"undefined\"!==typeof window&&window.document&&window.document.documentElement&&O(document.documentElement,\"click\",eg,!0);var ng=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t={prefixCls:s[\"a\"].string,visible:s[\"a\"].bool,confirmLoading:s[\"a\"].bool,title:s[\"a\"].any,closable:s[\"a\"].bool,closeIcon:s[\"a\"].any,afterClose:s[\"a\"].func.def(tg),centered:s[\"a\"].bool,width:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),footer:s[\"a\"].any,okText:s[\"a\"].any,okType:Qm,cancelText:s[\"a\"].any,icon:s[\"a\"].any,maskClosable:s[\"a\"].bool,forceRender:s[\"a\"].bool,okButtonProps:s[\"a\"].object,cancelButtonProps:s[\"a\"].object,destroyOnClose:s[\"a\"].bool,wrapClassName:s[\"a\"].string,maskTransitionName:s[\"a\"].string,transitionName:s[\"a\"].string,getContainer:s[\"a\"].func,zIndex:s[\"a\"].number,bodyStyle:s[\"a\"].object,maskStyle:s[\"a\"].object,mask:s[\"a\"].bool,keyboard:s[\"a\"].bool,wrapProps:s[\"a\"].object,focusTriggerAfterClose:s[\"a\"].bool,dialogStyle:s[\"a\"].object.def((function(){return{}}))};return Object(B[\"t\"])(t,e)},rg=[],ig={name:\"AModal\",inheritAttrs:!1,model:{prop:\"visible\",event:\"change\"},props:ng({width:520,transitionName:\"zoom\",maskTransitionName:\"fade\",confirmLoading:!1,visible:!1,okType:\"primary\"}),data:function(){return{sVisible:!!this.visible}},watch:{visible:function(e){this.sVisible=e}},inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{handleCancel:function(e){this.$emit(\"cancel\",e),this.$emit(\"change\",!1)},handleOk:function(e){this.$emit(\"ok\",e)},renderFooter:function(e){var t=this.$createElement,n=this.okType,r=this.confirmLoading,i=Object(B[\"x\"])({on:{click:this.handleCancel}},this.cancelButtonProps||{}),o=Object(B[\"x\"])({on:{click:this.handleOk},props:{type:n,loading:r}},this.okButtonProps||{});return t(\"div\",[t(Wo,i,[Object(B[\"g\"])(this,\"cancelText\")||e.cancelText]),t(Wo,o,[Object(B[\"g\"])(this,\"okText\")||e.okText])])}},render:function(){var e=arguments[0],t=this.prefixCls,n=this.sVisible,r=this.wrapClassName,i=this.centered,o=this.getContainer,s=this.$slots,c=this.$scopedSlots,u=this.$attrs,h=c[\"default\"]?c[\"default\"]():s[\"default\"],d=this.configProvider,f=d.getPrefixCls,p=d.getPopupContainer,v=f(\"modal\",t),m=e(gc[\"a\"],{attrs:{componentName:\"Modal\",defaultLocale:Hv()},scopedSlots:{default:this.renderFooter}}),g=Object(B[\"g\"])(this,\"closeIcon\"),b=e(\"span\",{class:v+\"-close-x\"},[g||e(Yi[\"a\"],{class:v+\"-close-icon\",attrs:{type:\"close\"}})]),y=Object(B[\"g\"])(this,\"footer\"),C=Object(B[\"g\"])(this,\"title\"),w={props:I()({},this.$props,{getContainer:void 0===o?p:o,prefixCls:v,wrapClassName:l()(a()({},v+\"-centered\",!!i),r),title:C,footer:void 0===y?m:y,visible:n,mousePosition:Zm,closeIcon:b}),on:I()({},Object(B[\"k\"])(this),{close:this.handleCancel}),class:Object(B[\"f\"])(this),style:Object(B[\"q\"])(this),attrs:u};return e(Jm,w,[h])}},og=Fo().type,ag={type:og,actionFn:s[\"a\"].func,closeModal:s[\"a\"].func,autoFocus:s[\"a\"].bool,buttonProps:s[\"a\"].object},sg={mixins:[p[\"a\"]],props:ag,data:function(){return{loading:!1}},mounted:function(){var e=this;this.autoFocus&&(this.timeoutId=setTimeout((function(){return e.$el.focus()})))},beforeDestroy:function(){clearTimeout(this.timeoutId)},methods:{onClick:function(){var e=this,t=this.actionFn,n=this.closeModal;if(t){var r=void 0;t.length?r=t(n):(r=t(),r||n()),r&&r.then&&(this.setState({loading:!0}),r.then((function(){n.apply(void 0,arguments)}),(function(t){console.error(t),e.setState({loading:!1})})))}else n()}},render:function(){var e=arguments[0],t=this.type,n=this.$slots,r=this.loading,o=this.buttonProps;return e(Wo,i()([{attrs:{type:t,loading:r},on:{click:this.onClick}},o]),[n[\"default\"]])}},cg={functional:!0,render:function(e,t){var n=t.props,r=n.onCancel,i=n.onOk,o=n.close,s=n.zIndex,c=n.afterClose,u=n.visible,h=n.keyboard,d=n.centered,f=n.getContainer,p=n.maskStyle,v=n.okButtonProps,m=n.cancelButtonProps,g=n.iconType,b=void 0===g?\"question-circle\":g,y=n.closable,C=void 0!==y&&y;Object(x[\"a\"])(!(\"iconType\"in n),\"Modal\",\"The property 'iconType' is deprecated. Use the property 'icon' instead.\");var w=n.icon?n.icon:b,S=n.okType||\"primary\",k=n.prefixCls||\"ant-modal\",O=k+\"-confirm\",M=!(\"okCancel\"in n)||n.okCancel,z=n.width||416,_=n.style||{},T=void 0===n.mask||n.mask,V=void 0!==n.maskClosable&&n.maskClosable,j=Hv(),P=n.okText||(M?j.okText:j.justOkText),E=n.cancelText||j.cancelText,H=null!==n.autoFocusButton&&(n.autoFocusButton||\"ok\"),L=n.transitionName||\"zoom\",$=n.maskTransitionName||\"fade\",A=l()(O,O+\"-\"+n.type,k+\"-\"+n.type,n[\"class\"]),F=M&&e(sg,{attrs:{actionFn:r,closeModal:o,autoFocus:\"cancel\"===H,buttonProps:m}},[E]),I=\"string\"===typeof w?e(Yi[\"a\"],{attrs:{type:w}}):w(e);return e(ig,{attrs:{prefixCls:k,wrapClassName:l()(a()({},O+\"-centered\",!!d)),visible:u,closable:C,title:\"\",transitionName:L,footer:\"\",maskTransitionName:$,mask:T,maskClosable:V,maskStyle:p,width:z,zIndex:s,afterClose:c,keyboard:h,centered:d,getContainer:f},class:A,on:{cancel:function(e){return o({triggerCancel:!0},e)}},style:_},[e(\"div\",{class:O+\"-body-wrapper\"},[e(\"div\",{class:O+\"-body\"},[I,void 0===n.title?null:e(\"span\",{class:O+\"-title\"},[\"function\"===typeof n.title?n.title(e):n.title]),e(\"div\",{class:O+\"-content\"},[\"function\"===typeof n.content?n.content(e):n.content])]),e(\"div\",{class:O+\"-btns\"},[F,e(sg,{attrs:{type:S,actionFn:i,closeModal:o,autoFocus:\"ok\"===H,buttonProps:v}},[P])])])])}};function lg(e){var t=document.createElement(\"div\"),n=document.createElement(\"div\");t.appendChild(n),document.body.appendChild(t);var r=I()({},Object(u[\"a\"])(e,[\"parentContext\"]),{close:a,visible:!0}),i=null,o={props:{}};function a(){c.apply(void 0,arguments)}function s(e){r=I()({},r,e),o.props=r}function c(){i&&t.parentNode&&(i.$destroy(),i=null,t.parentNode.removeChild(t));for(var n=arguments.length,r=Array(n),o=0;o<n;o++)r[o]=arguments[o];var s=r.some((function(e){return e&&e.triggerCancel}));e.onCancel&&s&&e.onCancel.apply(e,r);for(var c=0;c<rg.length;c++){var l=rg[c];if(l===a){rg.splice(c,1);break}}}function l(t){o.props=t;var r=w[\"a\"].Vue||Lt[\"a\"];return new r({el:n,parent:e.parentContext,data:function(){return{confirmDialogProps:o}},render:function(){var e=arguments[0],t=I()({},this.confirmDialogProps);return e(cg,t)}})}return i=l(r),rg.push(a),{destroy:a,update:s}}var ug=function(e){var t=I()({type:\"info\",icon:function(e){return e(Yi[\"a\"],{attrs:{type:\"info-circle\"}})},okCancel:!1},e);return lg(t)},hg=function(e){var t=I()({type:\"success\",icon:function(e){return e(Yi[\"a\"],{attrs:{type:\"check-circle\"}})},okCancel:!1},e);return lg(t)},dg=function(e){var t=I()({type:\"error\",icon:function(e){return e(Yi[\"a\"],{attrs:{type:\"close-circle\"}})},okCancel:!1},e);return lg(t)},fg=function(e){var t=I()({type:\"warning\",icon:function(e){return e(Yi[\"a\"],{attrs:{type:\"exclamation-circle\"}})},okCancel:!1},e);return lg(t)},pg=fg,vg=function(e){var t=I()({type:\"confirm\",okCancel:!0},e);return lg(t)};ig.info=ug,ig.success=hg,ig.error=dg,ig.warning=fg,ig.warn=pg,ig.confirm=vg,ig.destroyAll=function(){while(rg.length){var e=rg.pop();e&&e()}},ig.install=function(e){e.use(w[\"a\"]),e.component(ig.name,ig)};var mg=ig,gg=n(\"56cd\"),bg=n(\"02ea\"),yg=rs(),Cg=Fo(),wg={name:\"APopconfirm\",props:I()({},yg,{prefixCls:s[\"a\"].string,transitionName:s[\"a\"].string.def(\"zoom-big\"),content:s[\"a\"].any,title:s[\"a\"].any,trigger:yg.trigger.def(\"click\"),okType:Cg.type.def(\"primary\"),disabled:s[\"a\"].bool.def(!1),okText:s[\"a\"].any,cancelText:s[\"a\"].any,icon:s[\"a\"].any,okButtonProps:s[\"a\"].object,cancelButtonProps:s[\"a\"].object}),mixins:[p[\"a\"]],model:{prop:\"visible\",event:\"visibleChange\"},watch:{visible:function(e){this.sVisible=e}},inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=Object(B[\"l\"])(this),t={sVisible:!1};return\"visible\"in e&&(t.sVisible=e.visible),\"defaultVisible\"in e&&(t.sVisible=e.defaultVisible),t},methods:{onConfirm:function(e){this.setVisible(!1,e),this.$emit(\"confirm\",e)},onCancel:function(e){this.setVisible(!1,e),this.$emit(\"cancel\",e)},onVisibleChange:function(e){var t=this.$props.disabled;t||this.setVisible(e)},setVisible:function(e,t){Object(B[\"s\"])(this,\"visible\")||this.setState({sVisible:e}),this.$emit(\"visibleChange\",e,t)},getPopupDomNode:function(){return this.$refs.tooltip.getPopupDomNode()},renderOverlay:function(e,t){var n=this.$createElement,r=this.okType,i=this.okButtonProps,o=this.cancelButtonProps,a=Object(B[\"g\"])(this,\"icon\")||n(Yi[\"a\"],{attrs:{type:\"exclamation-circle\",theme:\"filled\"}}),s=Object(B[\"x\"])({props:{size:\"small\"},on:{click:this.onCancel}},o),c=Object(B[\"x\"])({props:{type:r,size:\"small\"},on:{click:this.onConfirm}},i);return n(\"div\",{class:e+\"-inner-content\"},[n(\"div\",{class:e+\"-message\"},[a,n(\"div\",{class:e+\"-message-title\"},[Object(B[\"g\"])(this,\"title\")])]),n(\"div\",{class:e+\"-buttons\"},[n(Wo,s,[Object(B[\"g\"])(this,\"cancelText\")||t.cancelText]),n(Wo,c,[Object(B[\"g\"])(this,\"okText\")||t.okText])])])}},render:function(){var e=this,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,i=this.configProvider.getPrefixCls,o=i(\"popover\",r),a=Object(u[\"a\"])(n,[\"title\",\"content\",\"cancelText\",\"okText\"]),s={props:I()({},a,{prefixCls:o,visible:this.sVisible}),ref:\"tooltip\",on:{visibleChange:this.onVisibleChange}},c=t(gc[\"a\"],{attrs:{componentName:\"Popconfirm\",defaultLocale:bg[\"a\"].Popconfirm},scopedSlots:{default:function(t){return e.renderOverlay(o,t)}}});return t(ss,s,[t(\"template\",{slot:\"title\"},[c]),this.$slots[\"default\"]])},install:function(e){e.use(w[\"a\"]),e.component(wg.name,wg)}},xg=wg,Sg=rs(),kg={name:\"APopover\",props:I()({},Sg,{prefixCls:s[\"a\"].string,transitionName:s[\"a\"].string.def(\"zoom-big\"),content:s[\"a\"].any,title:s[\"a\"].any}),model:{prop:\"visible\",event:\"visibleChange\"},inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{getPopupDomNode:function(){return this.$refs.tooltip.getPopupDomNode()}},render:function(){var e=arguments[0],t=this.title,n=this.prefixCls,r=this.$slots,i=this.configProvider.getPrefixCls,o=i(\"popover\",n),a=Object(B[\"l\"])(this);delete a.title,delete a.content;var s={props:I()({},a,{prefixCls:o}),ref:\"tooltip\",on:Object(B[\"k\"])(this)};return e(ss,s,[e(\"template\",{slot:\"title\"},[e(\"div\",[(t||r.title)&&e(\"div\",{class:o+\"-title\"},[Object(B[\"g\"])(this,\"title\")]),e(\"div\",{class:o+\"-inner-content\"},[Object(B[\"g\"])(this,\"content\")])])]),this.$slots[\"default\"]])},install:function(e){e.use(w[\"a\"]),e.component(kg.name,kg)}},Og=kg;function Mg(e){return!e||e<0?0:e>100?100:e}var zg=function(e){var t=[],n=!0,r=!1,i=void 0;try{for(var o,a=Object.entries(e)[Symbol.iterator]();!(n=(o=a.next()).done);n=!0){var s=o.value,c=Ze()(s,2),l=c[0],u=c[1],h=parseFloat(l.replace(/%/g,\"\"));if(isNaN(h))return{};t.push({key:h,value:u})}}catch(d){r=!0,i=d}finally{try{!n&&a[\"return\"]&&a[\"return\"]()}finally{if(r)throw i}}return t=t.sort((function(e,t){return e.key-t.key})),t.map((function(e){var t=e.key,n=e.value;return n+\" \"+t+\"%\"})).join(\", \")},_g=function(e){var t=e.from,n=void 0===t?\"#1890ff\":t,r=e.to,i=void 0===r?\"#1890ff\":r,o=e.direction,a=void 0===o?\"to right\":o,s=re()(e,[\"from\",\"to\",\"direction\"]);if(0!==Object.keys(s).length){var c=zg(s);return{backgroundImage:\"linear-gradient(\"+a+\", \"+c+\")\"}}return{backgroundImage:\"linear-gradient(\"+a+\", \"+n+\", \"+i+\")\"}},Tg={functional:!0,render:function(e,t){var n=t.props,r=t.children,i=n.prefixCls,o=n.percent,a=n.successPercent,s=n.strokeWidth,c=n.size,l=n.strokeColor,u=n.strokeLinecap,h=void 0;h=l&&\"string\"!==typeof l?_g(l):{background:l};var d=I()({width:Mg(o)+\"%\",height:(s||(\"small\"===c?6:8))+\"px\",background:l,borderRadius:\"square\"===u?0:\"100px\"},h),f={width:Mg(a)+\"%\",height:(s||(\"small\"===c?6:8))+\"px\",borderRadius:\"square\"===u?0:\"\"},p=void 0!==a?e(\"div\",{class:i+\"-success-bg\",style:f}):null;return e(\"div\",[e(\"div\",{class:i+\"-outer\"},[e(\"div\",{class:i+\"-inner\"},[e(\"div\",{class:i+\"-bg\",style:d}),p])]),r])}},Vg=Tg;function jg(e){return{mixins:[e],updated:function(){var e=this,t=Date.now(),n=!1;Object.keys(this.paths).forEach((function(r){var i=e.paths[r];if(i){n=!0;var o=i.style;o.transitionDuration=\".3s, .3s, .3s, .06s\",e.prevTimeStamp&&t-e.prevTimeStamp<100&&(o.transitionDuration=\"0s, 0s\")}})),n&&(this.prevTimeStamp=Date.now())}}}var Pg=jg,Eg={percent:0,prefixCls:\"rc-progress\",strokeColor:\"#2db7f5\",strokeLinecap:\"round\",strokeWidth:1,trailColor:\"#D9D9D9\",trailWidth:1},Hg=s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),Lg={percent:s[\"a\"].oneOfType([Hg,s[\"a\"].arrayOf(Hg)]),prefixCls:s[\"a\"].string,strokeColor:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].arrayOf(s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object])),s[\"a\"].object]),strokeLinecap:s[\"a\"].oneOf([\"butt\",\"round\",\"square\"]),strokeWidth:Hg,trailColor:s[\"a\"].string,trailWidth:Hg},$g=I()({},Lg,{gapPosition:s[\"a\"].oneOf([\"top\",\"bottom\",\"left\",\"right\"]),gapDegree:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string,s[\"a\"].bool])}),Ag=I()({},Eg,{gapPosition:\"top\"});Lt[\"a\"].use(It.a,{name:\"ant-ref\"});var Fg=0;function Ig(e){return+e.replace(\"%\",\"\")}function Rg(e){return Array.isArray(e)?e:[e]}function Dg(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o=arguments[5],a=50-r/2,s=0,c=-a,l=0,u=-2*a;switch(o){case\"left\":s=-a,c=0,l=2*a,u=0;break;case\"right\":s=a,c=0,l=-2*a,u=0;break;case\"bottom\":c=a,u=2*a;break;default:}var h=\"M 50,50 m \"+s+\",\"+c+\"\\n   a \"+a+\",\"+a+\" 0 1 1 \"+l+\",\"+-u+\"\\n   a \"+a+\",\"+a+\" 0 1 1 \"+-l+\",\"+u,d=2*Math.PI*a,f={stroke:n,strokeDasharray:t/100*(d-i)+\"px \"+d+\"px\",strokeDashoffset:\"-\"+(i/2+e/100*(d-i))+\"px\",transition:\"stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s, opacity .3s ease 0s\"};return{pathString:h,pathStyle:f}}var Ng={props:Object(B[\"t\"])($g,Ag),created:function(){this.paths={},this.gradientId=Fg,Fg+=1},methods:{getStokeList:function(){var e=this,t=this.$createElement,n=this.$props,r=n.prefixCls,i=n.percent,o=n.strokeColor,a=n.strokeWidth,s=n.strokeLinecap,c=n.gapDegree,l=n.gapPosition,u=Rg(i),h=Rg(o),d=0;return u.map((function(n,i){var o=h[i]||h[h.length-1],u=\"[object Object]\"===Object.prototype.toString.call(o)?\"url(#\"+r+\"-gradient-\"+e.gradientId+\")\":\"\",f=Dg(d,n,o,a,c,l),p=f.pathString,v=f.pathStyle;d+=n;var m={key:i,attrs:{d:p,stroke:u,\"stroke-linecap\":s,\"stroke-width\":a,opacity:0===n?0:1,\"fill-opacity\":\"0\"},class:r+\"-circle-path\",style:v,directives:[{name:\"ant-ref\",value:function(t){e.paths[i]=t}}]};return t(\"path\",m)}))}},render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.strokeWidth,o=t.trailWidth,a=t.gapDegree,s=t.gapPosition,c=t.trailColor,l=t.strokeLinecap,u=t.strokeColor,h=re()(t,[\"prefixCls\",\"strokeWidth\",\"trailWidth\",\"gapDegree\",\"gapPosition\",\"trailColor\",\"strokeLinecap\",\"strokeColor\"]),d=Dg(0,100,c,r,a,s),f=d.pathString,p=d.pathStyle;delete h.percent;var v=Rg(u),m=v.find((function(e){return\"[object Object]\"===Object.prototype.toString.call(e)})),g={attrs:{d:f,stroke:c,\"stroke-linecap\":l,\"stroke-width\":o||r,\"fill-opacity\":\"0\"},class:n+\"-circle-trail\",style:p};return e(\"svg\",i()([{class:n+\"-circle\",attrs:{viewBox:\"0 0 100 100\"}},h]),[m&&e(\"defs\",[e(\"linearGradient\",{attrs:{id:n+\"-gradient-\"+this.gradientId,x1:\"100%\",y1:\"0%\",x2:\"0%\",y2:\"0%\"}},[Object.keys(m).sort((function(e,t){return Ig(e)-Ig(t)})).map((function(t,n){return e(\"stop\",{key:n,attrs:{offset:t,\"stop-color\":m[t]}})}))])]),e(\"path\",g),this.getStokeList().reverse()])}},Bg=Pg(Ng),Kg={normal:\"#108ee9\",exception:\"#ff5500\",success:\"#87d068\"};function Wg(e){var t=e.percent,n=e.successPercent,r=Mg(t);if(!n)return r;var i=Mg(n);return[n,Mg(r-i)]}function Ug(e){var t=e.progressStatus,n=e.successPercent,r=e.strokeColor,i=r||Kg[t];return n?[Kg.success,i]:i}var qg={functional:!0,render:function(e,t){var n,r=t.props,i=t.children,o=r.prefixCls,s=r.width,c=r.strokeWidth,l=r.trailColor,u=r.strokeLinecap,h=r.gapPosition,d=r.gapDegree,f=r.type,p=s||120,v={width:\"number\"===typeof p?p+\"px\":p,height:\"number\"===typeof p?p+\"px\":p,fontSize:.15*p+6},m=c||6,g=h||\"dashboard\"===f&&\"bottom\"||\"top\",b=d||\"dashboard\"===f&&75,y=Ug(r),C=\"[object Object]\"===Object.prototype.toString.call(y),w=(n={},a()(n,o+\"-inner\",!0),a()(n,o+\"-circle-gradient\",C),n);return e(\"div\",{class:w,style:v},[e(Bg,{attrs:{percent:Wg(r),strokeWidth:m,trailWidth:m,strokeColor:y,strokeLinecap:u,trailColor:l,prefixCls:o,gapDegree:b,gapPosition:g}}),i])}},Yg=qg,Gg=[\"normal\",\"exception\",\"active\",\"success\"],Xg=s[\"a\"].oneOf([\"line\",\"circle\",\"dashboard\"]),Jg=s[\"a\"].oneOf([\"default\",\"small\"]),Qg={prefixCls:s[\"a\"].string,type:Xg,percent:s[\"a\"].number,successPercent:s[\"a\"].number,format:s[\"a\"].func,status:s[\"a\"].oneOf(Gg),showInfo:s[\"a\"].bool,strokeWidth:s[\"a\"].number,strokeLinecap:s[\"a\"].oneOf([\"butt\",\"round\",\"square\"]),strokeColor:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object]),trailColor:s[\"a\"].string,width:s[\"a\"].number,gapDegree:s[\"a\"].number,gapPosition:s[\"a\"].oneOf([\"top\",\"bottom\",\"left\",\"right\"]),size:Jg},Zg={name:\"AProgress\",props:Object(B[\"t\"])(Qg,{type:\"line\",percent:0,showInfo:!0,trailColor:\"#f3f3f3\",size:\"default\",gapDegree:0,strokeLinecap:\"round\"}),inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{getPercentNumber:function(){var e=this.$props,t=e.successPercent,n=e.percent,r=void 0===n?0:n;return parseInt(void 0!==t?t.toString():r.toString(),10)},getProgressStatus:function(){var e=this.$props.status;return Gg.indexOf(e)<0&&this.getPercentNumber()>=100?\"success\":e||\"normal\"},renderProcessInfo:function(e,t){var n=this.$createElement,r=this.$props,i=r.showInfo,o=r.format,a=r.type,s=r.percent,c=r.successPercent;if(!i)return null;var l=void 0,u=o||this.$scopedSlots.format||function(e){return e+\"%\"},h=\"circle\"===a||\"dashboard\"===a?\"\":\"-circle\";return o||this.$scopedSlots.format||\"exception\"!==t&&\"success\"!==t?l=u(Mg(s),Mg(c)):\"exception\"===t?l=n(Yi[\"a\"],{attrs:{type:\"close\"+h,theme:\"line\"===a?\"filled\":\"outlined\"}}):\"success\"===t&&(l=n(Yi[\"a\"],{attrs:{type:\"check\"+h,theme:\"line\"===a?\"filled\":\"outlined\"}})),n(\"span\",{class:e+\"-text\",attrs:{title:\"string\"===typeof l?l:void 0}},[l])}},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.size,o=n.type,s=n.showInfo,c=this.configProvider.getPrefixCls,u=c(\"progress\",r),h=this.getProgressStatus(),d=this.renderProcessInfo(u,h),f=void 0;if(\"line\"===o){var p={props:I()({},n,{prefixCls:u})};f=t(Vg,p,[d])}else if(\"circle\"===o||\"dashboard\"===o){var v={props:I()({},n,{prefixCls:u,progressStatus:h})};f=t(Yg,v,[d])}var m=l()(u,(e={},a()(e,u+\"-\"+(\"dashboard\"===o?\"circle\":o),!0),a()(e,u+\"-status-\"+h,!0),a()(e,u+\"-show-info\",s),a()(e,u+\"-\"+i,i),e)),g={on:Object(B[\"k\"])(this),class:m};return t(\"div\",g,[f])},install:function(e){e.use(w[\"a\"]),e.component(Zg.name,Zg)}},eb=Zg;lc.Group=hc,lc.Button=dc,lc.install=function(e){e.use(w[\"a\"]),e.component(lc.name,lc),e.component(lc.Group.name,lc.Group),e.component(lc.Button.name,lc.Button)};var tb=lc;function nb(e,t){var n=t?e.pageYOffset:e.pageXOffset,r=t?\"scrollTop\":\"scrollLeft\";if(\"number\"!==typeof n){var i=e.document;n=i.documentElement[r],\"number\"!==typeof n&&(n=i.body[r])}return n}function rb(e){var t=void 0,n=void 0,r=e.ownerDocument,i=r.body,o=r&&r.documentElement,a=e.getBoundingClientRect();return t=a.left,n=a.top,t-=o.clientLeft||i.clientLeft||0,n-=o.clientTop||i.clientTop||0,{left:t,top:n}}function ib(e){var t=rb(e),n=e.ownerDocument,r=n.defaultView||n.parentWindow;return t.left+=nb(r),t.left}function ob(){}var ab={name:\"Star\",mixins:[p[\"a\"]],props:{value:s[\"a\"].number,index:s[\"a\"].number,prefixCls:s[\"a\"].string,allowHalf:s[\"a\"].bool,disabled:s[\"a\"].bool,character:s[\"a\"].any,characterRender:s[\"a\"].func,focused:s[\"a\"].bool,count:s[\"a\"].number},methods:{onHover:function(e){var t=this.index;this.$emit(\"hover\",e,t)},onClick:function(e){var t=this.index;this.$emit(\"click\",e,t)},onKeyDown:function(e){var t=this.$props.index;13===e.keyCode&&this.__emit(\"click\",e,t)},getClassName:function(){var e=this.prefixCls,t=this.index,n=this.value,r=this.allowHalf,i=this.focused,o=t+1,a=e;return 0===n&&0===t&&i?a+=\" \"+e+\"-focused\":r&&n+.5===o?(a+=\" \"+e+\"-half \"+e+\"-active\",i&&(a+=\" \"+e+\"-focused\")):(a+=o<=n?\" \"+e+\"-full\":\" \"+e+\"-zero\",o===n&&i&&(a+=\" \"+e+\"-focused\")),a}},render:function(){var e=arguments[0],t=this.onHover,n=this.onClick,r=this.onKeyDown,i=this.disabled,o=this.prefixCls,a=this.characterRender,s=this.index,c=this.count,l=this.value,u=Object(B[\"g\"])(this,\"character\"),h=e(\"li\",{class:this.getClassName()},[e(\"div\",{on:{click:i?ob:n,keydown:i?ob:r,mousemove:i?ob:t},attrs:{role:\"radio\",\"aria-checked\":l>s?\"true\":\"false\",\"aria-posinset\":s+1,\"aria-setsize\":c,tabIndex:0}},[e(\"div\",{class:o+\"-first\"},[u]),e(\"div\",{class:o+\"-second\"},[u])])]);return a&&(h=a(h,this.$props)),h}},sb={disabled:s[\"a\"].bool,value:s[\"a\"].number,defaultValue:s[\"a\"].number,count:s[\"a\"].number,allowHalf:s[\"a\"].bool,allowClear:s[\"a\"].bool,prefixCls:s[\"a\"].string,character:s[\"a\"].any,characterRender:s[\"a\"].func,tabIndex:s[\"a\"].number,autoFocus:s[\"a\"].bool};function cb(){}var lb={name:\"Rate\",mixins:[p[\"a\"]],model:{prop:\"value\",event:\"change\"},props:Object(B[\"t\"])(sb,{defaultValue:0,count:5,allowHalf:!1,allowClear:!0,prefixCls:\"rc-rate\",tabIndex:0,character:\"★\"}),data:function(){var e=this.value;return Object(B[\"s\"])(this,\"value\")||(e=this.defaultValue),{sValue:e,focused:!1,cleanedValue:null,hoverValue:void 0}},watch:{value:function(e){this.setState({sValue:e})}},mounted:function(){var e=this;this.$nextTick((function(){e.autoFocus&&!e.disabled&&e.focus()}))},methods:{onHover:function(e,t){var n=this.getStarValue(t,e.pageX),r=this.cleanedValue;n!==r&&this.setState({hoverValue:n,cleanedValue:null}),this.$emit(\"hoverChange\",n)},onMouseLeave:function(){this.setState({hoverValue:void 0,cleanedValue:null}),this.$emit(\"hoverChange\",void 0)},onClick:function(e,t){var n=this.allowClear,r=this.sValue,i=this.getStarValue(t,e.pageX),o=!1;n&&(o=i===r),this.onMouseLeave(!0),this.changeValue(o?0:i),this.setState({cleanedValue:o?i:null})},onFocus:function(){this.setState({focused:!0}),this.$emit(\"focus\")},onBlur:function(){this.setState({focused:!1}),this.$emit(\"blur\")},onKeyDown:function(e){var t=e.keyCode,n=this.count,r=this.allowHalf,i=this.sValue;t===oe.RIGHT&&i<n?(i+=r?.5:1,this.changeValue(i),e.preventDefault()):t===oe.LEFT&&i>0&&(i-=r?.5:1,this.changeValue(i),e.preventDefault()),this.$emit(\"keydown\",e)},getStarDOM:function(e){return this.$refs[\"stars\"+e].$el},getStarValue:function(e,t){var n=e+1;if(this.allowHalf){var r=this.getStarDOM(e),i=ib(r),o=r.clientWidth;t-i<o/2&&(n-=.5)}return n},focus:function(){this.disabled||this.$refs.rateRef.focus()},blur:function(){this.disabled||this.$refs.rateRef.blur()},changeValue:function(e){Object(B[\"s\"])(this,\"value\")||this.setState({sValue:e}),this.$emit(\"change\",e)}},render:function(){for(var e=arguments[0],t=Object(B[\"l\"])(this),n=t.count,r=t.allowHalf,i=t.prefixCls,o=t.disabled,a=t.tabIndex,s=this.sValue,c=this.hoverValue,u=this.focused,h=[],d=o?i+\"-disabled\":\"\",f=Object(B[\"g\"])(this,\"character\"),p=this.characterRender||this.$scopedSlots.characterRender,v=0;v<n;v++){var m={props:{index:v,count:n,disabled:o,prefixCls:i+\"-star\",allowHalf:r,value:void 0===c?s:c,character:f,characterRender:p,focused:u},on:{click:this.onClick,hover:this.onHover},key:v,ref:\"stars\"+v};h.push(e(ab,m))}return e(\"ul\",{class:l()(i,d),on:{mouseleave:o?cb:this.onMouseLeave,focus:o?cb:this.onFocus,blur:o?cb:this.onBlur,keydown:o?cb:this.onKeyDown},attrs:{tabIndex:o?-1:a,role:\"radiogroup\"},ref:\"rateRef\"},[h])}},ub=lb,hb=ub,db={prefixCls:s[\"a\"].string,count:s[\"a\"].number,value:s[\"a\"].value,defaultValue:s[\"a\"].value,allowHalf:s[\"a\"].bool,allowClear:s[\"a\"].bool,tooltips:s[\"a\"].arrayOf(s[\"a\"].string),disabled:s[\"a\"].bool,character:s[\"a\"].any,autoFocus:s[\"a\"].bool},fb={name:\"ARate\",model:{prop:\"value\",event:\"change\"},props:db,inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{characterRender:function(e,t){var n=t.index,r=this.$createElement,i=this.$props.tooltips;return i?r(ss,{attrs:{title:i[n]}},[e]):e},focus:function(){this.$refs.refRate.focus()},blur:function(){this.$refs.refRate.blur()}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.prefixCls,r=re()(t,[\"prefixCls\"]),i=this.configProvider.getPrefixCls,o=i(\"rate\",n),a=Object(B[\"g\"])(this,\"character\")||e(Yi[\"a\"],{attrs:{type:\"star\",theme:\"filled\"}}),s={props:I()({character:a,characterRender:this.characterRender,prefixCls:o},Object(u[\"a\"])(r,[\"tooltips\"])),on:Object(B[\"k\"])(this),ref:\"refRate\"};return e(hb,s)},install:function(e){e.use(w[\"a\"]),e.component(fb.name,fb)}},pb=fb,vb={functional:!0,render:function(e,t){var n,r,i=t.props,o=i.included,s=i.vertical,c=i.offset,l=i.length,u=i.reverse,h=t.data,d=h.style,f=h[\"class\"],p=s?(n={},a()(n,u?\"top\":\"bottom\",c+\"%\"),a()(n,u?\"bottom\":\"top\",\"auto\"),a()(n,\"height\",l+\"%\"),n):(r={},a()(r,u?\"right\":\"left\",c+\"%\"),a()(r,u?\"left\":\"right\",\"auto\"),a()(r,\"width\",l+\"%\"),r),v=I()({},d,p);return o?e(\"div\",{class:f,style:v}):null}},mb=vb,gb=function(e,t,n,r,i,o){Object(x[\"a\"])(!n||r>0,\"Slider\",\"`Slider[step]` should be a positive number in order to make Slider[dots] work.\");var a=Object.keys(t).map(parseFloat).sort((function(e,t){return e-t}));if(n&&r)for(var s=i;s<=o;s+=r)-1===a.indexOf(s)&&a.push(s);return a},bb={functional:!0,render:function(e,t){var n=t.props,r=n.prefixCls,i=n.vertical,o=n.reverse,s=n.marks,c=n.dots,u=n.step,h=n.included,d=n.lowerBound,f=n.upperBound,p=n.max,v=n.min,m=n.dotStyle,g=n.activeDotStyle,b=p-v,y=gb(i,s,c,u,v,p).map((function(t){var n,s=Math.abs(t-v)/b*100+\"%\",c=!h&&t===f||h&&t<=f&&t>=d,u=i?I()({},m,a()({},o?\"top\":\"bottom\",s)):I()({},m,a()({},o?\"right\":\"left\",s));c&&(u=I()({},u,g));var p=l()((n={},a()(n,r+\"-dot\",!0),a()(n,r+\"-dot-active\",c),a()(n,r+\"-dot-reverse\",o),n));return e(\"span\",{class:p,style:u,key:t})}));return e(\"div\",{class:r+\"-step\"},[y])}},yb=bb,Cb={functional:!0,render:function(e,t){var n=t.props,r=n.className,i=n.vertical,o=n.reverse,s=n.marks,c=n.included,u=n.upperBound,h=n.lowerBound,d=n.max,f=n.min,p=t.listeners.clickLabel,v=Object.keys(s),m=d-f,g=v.map(parseFloat).sort((function(e,t){return e-t})).map((function(t){var n,d=\"function\"===typeof s[t]?s[t](e):s[t],v=\"object\"===(\"undefined\"===typeof d?\"undefined\":Z()(d))&&!Object(B[\"w\"])(d),g=v?d.label:d;if(!g&&0!==g)return null;var b=!c&&t===u||c&&t<=u&&t>=h,y=l()((n={},a()(n,r+\"-text\",!0),a()(n,r+\"-text-active\",b),n)),C=a()({marginBottom:\"-50%\"},o?\"top\":\"bottom\",(t-f)/m*100+\"%\"),w=a()({transform:\"translateX(-50%)\",msTransform:\"translateX(-50%)\"},o?\"right\":\"left\",o?(t-f/4)/m*100+\"%\":(t-f)/m*100+\"%\"),x=i?C:w,S=v?I()({},x,d.style):x;return e(\"span\",{class:y,style:S,key:t,on:{mousedown:function(e){return p(e,t)},touchstart:function(e){return p(e,t)}}},[g])}));return e(\"div\",{class:r},[g])}},wb=Cb,xb={name:\"Handle\",mixins:[p[\"a\"]],props:{prefixCls:s[\"a\"].string,vertical:s[\"a\"].bool,offset:s[\"a\"].number,disabled:s[\"a\"].bool,min:s[\"a\"].number,max:s[\"a\"].number,value:s[\"a\"].number,tabIndex:s[\"a\"].number,className:s[\"a\"].string,reverse:s[\"a\"].bool},data:function(){return{clickFocused:!1}},mounted:function(){this.onMouseUpListener=O(document,\"mouseup\",this.handleMouseUp)},beforeDestroy:function(){this.onMouseUpListener&&this.onMouseUpListener.remove()},methods:{setClickFocus:function(e){this.setState({clickFocused:e})},handleMouseUp:function(){document.activeElement===this.$refs.handle&&this.setClickFocus(!0)},handleBlur:function(e){this.setClickFocus(!1),this.__emit(\"blur\",e)},handleKeyDown:function(){this.setClickFocus(!1)},clickFocus:function(){this.setClickFocus(!0),this.focus()},focus:function(){this.$refs.handle.focus()},blur:function(){this.$refs.handle.blur()},handleMousedown:function(e){this.focus(),this.__emit(\"mousedown\",e)}},render:function(){var e,t,n=arguments[0],r=Object(B[\"l\"])(this),i=r.prefixCls,o=r.vertical,s=r.reverse,c=r.offset,u=r.disabled,h=r.min,d=r.max,f=r.value,p=r.tabIndex,v=l()(this.$props.className,a()({},i+\"-handle-click-focused\",this.clickFocused)),m=o?(e={},a()(e,s?\"top\":\"bottom\",c+\"%\"),a()(e,s?\"bottom\":\"top\",\"auto\"),a()(e,\"transform\",\"translateY(+50%)\"),e):(t={},a()(t,s?\"right\":\"left\",c+\"%\"),a()(t,s?\"left\":\"right\",\"auto\"),a()(t,\"transform\",\"translateX(\"+(s?\"+\":\"-\")+\"50%)\"),t),g={\"aria-valuemin\":h,\"aria-valuemax\":d,\"aria-valuenow\":f,\"aria-disabled\":!!u},b=p||0;(u||null===p)&&(b=null);var y={attrs:I()({role:\"slider\",tabIndex:b},g),class:v,on:I()({},Object(B[\"k\"])(this),{blur:this.handleBlur,keydown:this.handleKeyDown,mousedown:this.handleMousedown}),ref:\"handle\",style:m};return n(\"div\",y)}};function Sb(e,t){try{return Object.keys(t).some((function(n){return e.target===t[n].$el||e.target===t[n]}))}catch(n){return!1}}function kb(e,t){var n=t.min,r=t.max;return e<n||e>r}function Ob(e){return e.touches.length>1||\"touchend\"===e.type.toLowerCase()&&e.touches.length>0}function Mb(e,t){var n=t.marks,r=t.step,i=t.min,o=t.max,a=Object.keys(n).map(parseFloat);if(null!==r){var s=Math.pow(10,zb(r)),c=Math.floor((o*s-i*s)/(r*s)),l=Math.min((e-i)/r,c),u=Math.round(l)*r+i;a.push(u)}var h=a.map((function(t){return Math.abs(e-t)}));return a[h.indexOf(Math.min.apply(Math,m()(h)))]}function zb(e){var t=e.toString(),n=0;return t.indexOf(\".\")>=0&&(n=t.length-t.indexOf(\".\")-1),n}function _b(e,t){var n=1;return window.visualViewport&&(n=+(window.visualViewport.width/document.body.getBoundingClientRect().width).toFixed(2)),(e?t.clientY:t.pageX)/n}function Tb(e,t){var n=1;return window.visualViewport&&(n=+(window.visualViewport.width/document.body.getBoundingClientRect().width).toFixed(2)),(e?t.touches[0].clientY:t.touches[0].pageX)/n}function Vb(e,t){var n=t.getBoundingClientRect();return e?n.top+.5*n.height:window.pageXOffset+n.left+.5*n.width}function jb(e,t){var n=t.max,r=t.min;return e<=r?r:e>=n?n:e}function Pb(e,t){var n=t.step,r=isFinite(Mb(e,t))?Mb(e,t):0;return null===n?r:parseFloat(r.toFixed(zb(n)))}function Eb(e){e.stopPropagation(),e.preventDefault()}function Hb(e,t,n){var r={increase:function(e,t){return e+t},decrease:function(e,t){return e-t}},i=r[e](Object.keys(n.marks).indexOf(JSON.stringify(t)),1),o=Object.keys(n.marks)[i];return n.step?r[e](t,n.step):Object.keys(n.marks).length&&n.marks[o]?n.marks[o]:t}function Lb(e,t,n){var r=\"increase\",i=\"decrease\",o=r;switch(e.keyCode){case oe.UP:o=t&&n?i:r;break;case oe.RIGHT:o=!t&&n?i:r;break;case oe.DOWN:o=t&&n?r:i;break;case oe.LEFT:o=!t&&n?r:i;break;case oe.END:return function(e,t){return t.max};case oe.HOME:return function(e,t){return t.min};case oe.PAGE_UP:return function(e,t){return e+2*t.step};case oe.PAGE_DOWN:return function(e,t){return e-2*t.step};default:return}return function(e,t){return Hb(o,e,t)}}function $b(){}function Ab(e){var t={min:s[\"a\"].number,max:s[\"a\"].number,step:s[\"a\"].number,marks:s[\"a\"].object,included:s[\"a\"].bool,prefixCls:s[\"a\"].string,disabled:s[\"a\"].bool,handle:s[\"a\"].func,dots:s[\"a\"].bool,vertical:s[\"a\"].bool,reverse:s[\"a\"].bool,minimumTrackStyle:s[\"a\"].object,maximumTrackStyle:s[\"a\"].object,handleStyle:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].arrayOf(s[\"a\"].object)]),trackStyle:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].arrayOf(s[\"a\"].object)]),railStyle:s[\"a\"].object,dotStyle:s[\"a\"].object,activeDotStyle:s[\"a\"].object,autoFocus:s[\"a\"].bool};return{name:\"createSlider\",mixins:[e],model:{prop:\"value\",event:\"change\"},props:Object(B[\"t\"])(t,{prefixCls:\"rc-slider\",min:0,max:100,step:1,marks:{},included:!0,disabled:!1,dots:!1,vertical:!1,reverse:!1,trackStyle:[{}],handleStyle:[{}],railStyle:{},dotStyle:{},activeDotStyle:{}}),data:function(){var e=this.step,t=this.max,n=this.min,r=!isFinite(t-n)||(t-n)%e===0;return Object(x[\"a\"])(!e||Math.floor(e)!==e||r,\"Slider\",\"Slider[max] - Slider[min] (%s) should be a multiple of Slider[step] (%s)\",t-n,e),this.handlesRefs={},{}},mounted:function(){var e=this;this.$nextTick((function(){e.document=e.$refs.sliderRef&&e.$refs.sliderRef.ownerDocument;var t=e.autoFocus,n=e.disabled;t&&!n&&e.focus()}))},beforeDestroy:function(){var e=this;this.$nextTick((function(){e.removeDocumentEvents()}))},methods:{defaultHandle:function(e){var t=e.index,n=e.directives,r=e.className,i=e.style,o=e.on,a=re()(e,[\"index\",\"directives\",\"className\",\"style\",\"on\"]),s=this.$createElement;if(delete a.dragging,null===a.value)return null;var c={props:I()({},a),class:r,style:i,key:t,directives:n,on:o};return s(xb,c)},onMouseDown:function(e){if(0===e.button){var t=this.vertical,n=_b(t,e);if(Sb(e,this.handlesRefs)){var r=Vb(t,e.target);this.dragOffset=n-r,n=r}else this.dragOffset=0;this.removeDocumentEvents(),this.onStart(n),this.addDocumentMouseEvents(),Eb(e)}},onTouchStart:function(e){if(!Ob(e)){var t=this.vertical,n=Tb(t,e);if(Sb(e,this.handlesRefs)){var r=Vb(t,e.target);this.dragOffset=n-r,n=r}else this.dragOffset=0;this.onStart(n),this.addDocumentTouchEvents(),Eb(e)}},onFocus:function(e){var t=this.vertical;if(Sb(e,this.handlesRefs)){var n=Vb(t,e.target);this.dragOffset=0,this.onStart(n),Eb(e),this.$emit(\"focus\",e)}},onBlur:function(e){this.onEnd(),this.$emit(\"blur\",e)},onMouseUp:function(){this.handlesRefs[this.prevMovedHandleIndex]&&this.handlesRefs[this.prevMovedHandleIndex].clickFocus()},onMouseMove:function(e){if(this.$refs.sliderRef){var t=_b(this.vertical,e);this.onMove(e,t-this.dragOffset)}else this.onEnd()},onTouchMove:function(e){if(!Ob(e)&&this.$refs.sliderRef){var t=Tb(this.vertical,e);this.onMove(e,t-this.dragOffset)}else this.onEnd()},onKeyDown:function(e){this.$refs.sliderRef&&Sb(e,this.handlesRefs)&&this.onKeyboard(e)},onClickMarkLabel:function(e,t){var n=this;e.stopPropagation(),this.onChange({sValue:t}),this.setState({sValue:t},(function(){return n.onEnd(!0)}))},getSliderStart:function(){var e=this.$refs.sliderRef,t=this.vertical,n=this.reverse,r=e.getBoundingClientRect();return t?n?r.bottom:r.top:window.pageXOffset+(n?r.right:r.left)},getSliderLength:function(){var e=this.$refs.sliderRef;if(!e)return 0;var t=e.getBoundingClientRect();return this.vertical?t.height:t.width},addDocumentTouchEvents:function(){this.onTouchMoveListener=O(this.document,\"touchmove\",this.onTouchMove),this.onTouchUpListener=O(this.document,\"touchend\",this.onEnd)},addDocumentMouseEvents:function(){this.onMouseMoveListener=O(this.document,\"mousemove\",this.onMouseMove),this.onMouseUpListener=O(this.document,\"mouseup\",this.onEnd)},removeDocumentEvents:function(){this.onTouchMoveListener&&this.onTouchMoveListener.remove(),this.onTouchUpListener&&this.onTouchUpListener.remove(),this.onMouseMoveListener&&this.onMouseMoveListener.remove(),this.onMouseUpListener&&this.onMouseUpListener.remove()},focus:function(){this.disabled||this.handlesRefs[0].focus()},blur:function(){var e=this;this.disabled||Object.keys(this.handlesRefs).forEach((function(t){e.handlesRefs[t]&&e.handlesRefs[t].blur&&e.handlesRefs[t].blur()}))},calcValue:function(e){var t=this.vertical,n=this.min,r=this.max,i=Math.abs(Math.max(e,0)/this.getSliderLength()),o=t?(1-i)*(r-n)+n:i*(r-n)+n;return o},calcValueByPos:function(e){var t=this.reverse?-1:1,n=t*(e-this.getSliderStart()),r=this.trimAlignValue(this.calcValue(n));return r},calcOffset:function(e){var t=this.min,n=this.max,r=(e-t)/(n-t);return 100*r},saveHandle:function(e,t){this.handlesRefs[e]=t}},render:function(e){var t,n=this.prefixCls,r=this.marks,i=this.dots,o=this.step,s=this.included,c=this.disabled,u=this.vertical,h=this.reverse,d=this.min,f=this.max,p=this.maximumTrackStyle,v=this.railStyle,m=this.dotStyle,g=this.activeDotStyle,b=this.renderSlider(e),y=b.tracks,C=b.handles,w=l()(n,(t={},a()(t,n+\"-with-marks\",Object.keys(r).length),a()(t,n+\"-disabled\",c),a()(t,n+\"-vertical\",u),t)),x={props:{vertical:u,marks:r,included:s,lowerBound:this.getLowerBound(),upperBound:this.getUpperBound(),max:f,min:d,reverse:h,className:n+\"-mark\"},on:{clickLabel:c?$b:this.onClickMarkLabel}};return e(\"div\",{ref:\"sliderRef\",attrs:{tabIndex:\"-1\"},class:w,on:{touchstart:c?$b:this.onTouchStart,mousedown:c?$b:this.onMouseDown,mouseup:c?$b:this.onMouseUp,keydown:c?$b:this.onKeyDown,focus:c?$b:this.onFocus,blur:c?$b:this.onBlur}},[e(\"div\",{class:n+\"-rail\",style:I()({},p,v)}),y,e(yb,{attrs:{prefixCls:n,vertical:u,reverse:h,marks:r,dots:i,step:o,included:s,lowerBound:this.getLowerBound(),upperBound:this.getUpperBound(),max:f,min:d,dotStyle:m,activeDotStyle:g}}),C,e(wb,x),this.$slots[\"default\"]])}}}var Fb={name:\"Slider\",mixins:[p[\"a\"]],props:{defaultValue:s[\"a\"].number,value:s[\"a\"].number,disabled:s[\"a\"].bool,autoFocus:s[\"a\"].bool,tabIndex:s[\"a\"].number,reverse:s[\"a\"].bool,min:s[\"a\"].number,max:s[\"a\"].number},data:function(){var e=void 0!==this.defaultValue?this.defaultValue:this.min,t=void 0!==this.value?this.value:e;return Object(x[\"a\"])(!Object(B[\"s\"])(this,\"minimumTrackStyle\"),\"Slider\",\"minimumTrackStyle will be deprecate, please use trackStyle instead.\"),Object(x[\"a\"])(!Object(B[\"s\"])(this,\"maximumTrackStyle\"),\"Slider\",\"maximumTrackStyle will be deprecate, please use railStyle instead.\"),{sValue:this.trimAlignValue(t),dragging:!1}},watch:{value:{handler:function(e){this.setChangeValue(e)},deep:!0},min:function(){var e=this.sValue;this.setChangeValue(e)},max:function(){var e=this.sValue;this.setChangeValue(e)}},methods:{setChangeValue:function(e){var t=void 0!==e?e:this.sValue,n=this.trimAlignValue(t,this.$props);n!==this.sValue&&(this.setState({sValue:n}),kb(t,this.$props)&&this.$emit(\"change\",n))},onChange:function(e){var t=!Object(B[\"s\"])(this,\"value\"),n=e.sValue>this.max?I()({},e,{sValue:this.max}):e;t&&this.setState(n);var r=n.sValue;this.$emit(\"change\",r)},onStart:function(e){this.setState({dragging:!0});var t=this.sValue;this.$emit(\"beforeChange\",t);var n=this.calcValueByPos(e);this.startValue=n,this.startPosition=e,n!==t&&(this.prevMovedHandleIndex=0,this.onChange({sValue:n}))},onEnd:function(e){var t=this.dragging;this.removeDocumentEvents(),(t||e)&&this.$emit(\"afterChange\",this.sValue),this.setState({dragging:!1})},onMove:function(e,t){Eb(e);var n=this.sValue,r=this.calcValueByPos(t);r!==n&&this.onChange({sValue:r})},onKeyboard:function(e){var t=this.$props,n=t.reverse,r=t.vertical,i=Lb(e,r,n);if(i){Eb(e);var o=this.sValue,a=i(o,this.$props),s=this.trimAlignValue(a);if(s===o)return;this.onChange({sValue:s}),this.$emit(\"afterChange\",s),this.onEnd()}},getLowerBound:function(){return this.min},getUpperBound:function(){return this.sValue},trimAlignValue:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(null===e)return null;var n=I()({},this.$props,t),r=jb(e,n);return Pb(r,n)},getTrack:function(e){var t=e.prefixCls,n=e.reverse,r=e.vertical,i=e.included,o=e.offset,a=e.minimumTrackStyle,s=e._trackStyle,c=this.$createElement;return c(mb,{class:t+\"-track\",attrs:{vertical:r,included:i,offset:0,reverse:n,length:o},style:I()({},a,s)})},renderSlider:function(){var e=this,t=this.prefixCls,n=this.vertical,r=this.included,i=this.disabled,o=this.minimumTrackStyle,a=this.trackStyle,s=this.handleStyle,c=this.tabIndex,l=this.min,u=this.max,h=this.reverse,d=this.handle,f=this.defaultHandle,p=d||f,v=this.sValue,m=this.dragging,g=this.calcOffset(v),b=p({className:t+\"-handle\",prefixCls:t,vertical:n,offset:g,value:v,dragging:m,disabled:i,min:l,max:u,reverse:h,index:0,tabIndex:c,style:s[0]||s,directives:[{name:\"ant-ref\",value:function(t){return e.saveHandle(0,t)}}],on:{focus:this.onFocus,blur:this.onBlur}}),y=a[0]||a;return{tracks:this.getTrack({prefixCls:t,reverse:h,vertical:n,included:r,offset:g,minimumTrackStyle:o,_trackStyle:y}),handles:b}}}},Ib=Ab(Fb),Rb=function(e){var t=e.value,n=e.handle,r=e.bounds,i=e.props,o=i.allowCross,a=i.pushable,s=Number(a),c=jb(t,i),l=c;return o||null==n||void 0===r||(n>0&&c<=r[n-1]+s&&(l=r[n-1]+s),n<r.length-1&&c>=r[n+1]-s&&(l=r[n+1]-s)),Pb(l,i)},Db={defaultValue:s[\"a\"].arrayOf(s[\"a\"].number),value:s[\"a\"].arrayOf(s[\"a\"].number),count:s[\"a\"].number,pushable:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].number]),allowCross:s[\"a\"].bool,disabled:s[\"a\"].bool,reverse:s[\"a\"].bool,tabIndex:s[\"a\"].arrayOf(s[\"a\"].number),prefixCls:s[\"a\"].string,min:s[\"a\"].number,max:s[\"a\"].number,autoFocus:s[\"a\"].bool},Nb={name:\"Range\",displayName:\"Range\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(Db,{count:1,allowCross:!0,pushable:!1,tabIndex:[]}),data:function(){var e=this,t=this.count,n=this.min,r=this.max,i=Array.apply(void 0,m()(Array(t+1))).map((function(){return n})),o=Object(B[\"s\"])(this,\"defaultValue\")?this.defaultValue:i,a=this.value;void 0===a&&(a=o);var s=a.map((function(t,n){return Rb({value:t,handle:n,props:e.$props})})),c=s[0]===r?0:s.length-1;return{sHandle:null,recent:c,bounds:s}},watch:{value:{handler:function(e){var t=this.bounds;this.setChangeValue(e||t)},deep:!0},min:function(){var e=this.value;this.setChangeValue(e||this.bounds)},max:function(){var e=this.value;this.setChangeValue(e||this.bounds)}},methods:{setChangeValue:function(e){var t=this,n=this.bounds,r=e.map((function(e,r){return Rb({value:e,handle:r,bounds:n,props:t.$props})}));if((r.length!==n.length||!r.every((function(e,t){return e===n[t]})))&&(this.setState({bounds:r}),e.some((function(e){return kb(e,t.$props)})))){var i=e.map((function(e){return jb(e,t.$props)}));this.$emit(\"change\",i)}},onChange:function(e){var t=!Object(B[\"s\"])(this,\"value\");if(t)this.setState(e);else{var n={};[\"sHandle\",\"recent\"].forEach((function(t){void 0!==e[t]&&(n[t]=e[t])})),Object.keys(n).length&&this.setState(n)}var r=I()({},this.$data,e),i=r.bounds;this.$emit(\"change\",i)},onStart:function(e){var t=this.bounds;this.$emit(\"beforeChange\",t);var n=this.calcValueByPos(e);this.startValue=n,this.startPosition=e;var r=this.getClosestBound(n);this.prevMovedHandleIndex=this.getBoundNeedMoving(n,r),this.setState({sHandle:this.prevMovedHandleIndex,recent:this.prevMovedHandleIndex});var i=t[this.prevMovedHandleIndex];if(n!==i){var o=[].concat(m()(t));o[this.prevMovedHandleIndex]=n,this.onChange({bounds:o})}},onEnd:function(e){var t=this.sHandle;this.removeDocumentEvents(),(null!==t||e)&&this.$emit(\"afterChange\",this.bounds),this.setState({sHandle:null})},onMove:function(e,t){Eb(e);var n=this.bounds,r=this.sHandle,i=this.calcValueByPos(t),o=n[r];i!==o&&this.moveTo(i)},onKeyboard:function(e){var t=this.$props,n=t.reverse,r=t.vertical,i=Lb(e,r,n);if(i){Eb(e);var o=this.bounds,a=this.sHandle,s=o[null===a?this.recent:a],c=i(s,this.$props),l=Rb({value:c,handle:a,bounds:o,props:this.$props});if(l===s)return;var u=!0;this.moveTo(l,u)}},getClosestBound:function(e){for(var t=this.bounds,n=0,r=1;r<t.length-1;++r)e>t[r]&&(n=r);return Math.abs(t[n+1]-e)<Math.abs(t[n]-e)&&(n+=1),n},getBoundNeedMoving:function(e,t){var n=this.bounds,r=this.recent,i=t,o=n[t+1]===n[t];return o&&n[r]===n[t]&&(i=r),o&&e!==n[t+1]&&(i=e<n[t+1]?t:t+1),i},getLowerBound:function(){return this.bounds[0]},getUpperBound:function(){var e=this.bounds;return e[e.length-1]},getPoints:function(){var e=this.marks,t=this.step,n=this.min,r=this.max,i=this._getPointsCache;if(!i||i.marks!==e||i.step!==t){var o=I()({},e);if(null!==t)for(var a=n;a<=r;a+=t)o[a]=a;var s=Object.keys(o).map(parseFloat);s.sort((function(e,t){return e-t})),this._getPointsCache={marks:e,step:t,points:s}}return this._getPointsCache.points},moveTo:function(e,t){var n=this,r=[].concat(m()(this.bounds)),i=this.sHandle,o=this.recent,a=null===i?o:i;r[a]=e;var s=a;!1!==this.$props.pushable?this.pushSurroundingHandles(r,s):this.$props.allowCross&&(r.sort((function(e,t){return e-t})),s=r.indexOf(e)),this.onChange({recent:s,sHandle:s,bounds:r}),t&&(this.$emit(\"afterChange\",r),this.setState({},(function(){n.handlesRefs[s].focus()})),this.onEnd())},pushSurroundingHandles:function(e,t){var n=e[t],r=this.pushable;r=Number(r);var i=0;if(e[t+1]-n<r&&(i=1),n-e[t-1]<r&&(i=-1),0!==i){var o=t+i,a=i*(e[o]-n);this.pushHandle(e,o,i,r-a)||(e[t]=e[o]-i*r)}},pushHandle:function(e,t,n,r){var i=e[t],o=e[t];while(n*(o-i)<r){if(!this.pushHandleOnePoint(e,t,n))return e[t]=i,!1;o=e[t]}return!0},pushHandleOnePoint:function(e,t,n){var r=this.getPoints(),i=r.indexOf(e[t]),o=i+n;if(o>=r.length||o<0)return!1;var a=t+n,s=r[o],c=this.pushable,l=n*(e[a]-s);return!!this.pushHandle(e,a,n,c-l)&&(e[t]=s,!0)},trimAlignValue:function(e){var t=this.sHandle,n=this.bounds;return Rb({value:e,handle:t,bounds:n,props:this.$props})},ensureValueNotConflict:function(e,t,n){var r=n.allowCross,i=n.pushable,o=this.$data||{},a=o.bounds;if(e=void 0===e?o.sHandle:e,i=Number(i),!r&&null!=e&&void 0!==a){if(e>0&&t<=a[e-1]+i)return a[e-1]+i;if(e<a.length-1&&t>=a[e+1]-i)return a[e+1]-i}return t},getTrack:function(e){var t=e.bounds,n=e.prefixCls,r=e.reverse,i=e.vertical,o=e.included,s=e.offsets,c=e.trackStyle,u=this.$createElement;return t.slice(0,-1).map((function(e,t){var h,d=t+1,f=l()((h={},a()(h,n+\"-track\",!0),a()(h,n+\"-track-\"+d,!0),h));return u(mb,{class:f,attrs:{vertical:i,reverse:r,included:o,offset:s[d-1],length:s[d]-s[d-1]},style:c[t],key:d})}))},renderSlider:function(){var e=this,t=this.sHandle,n=this.bounds,r=this.prefixCls,i=this.vertical,o=this.included,s=this.disabled,c=this.min,u=this.max,h=this.reverse,d=this.handle,f=this.defaultHandle,p=this.trackStyle,v=this.handleStyle,m=this.tabIndex,g=d||f,b=n.map((function(t){return e.calcOffset(t)})),y=r+\"-handle\",C=n.map((function(n,o){var d,f=m[o]||0;return(s||null===m[o])&&(f=null),g({className:l()((d={},a()(d,y,!0),a()(d,y+\"-\"+(o+1),!0),d)),prefixCls:r,vertical:i,offset:b[o],value:n,dragging:t===o,index:o,tabIndex:f,min:c,max:u,reverse:h,disabled:s,style:v[o],directives:[{name:\"ant-ref\",value:function(t){return e.saveHandle(o,t)}}],on:{focus:e.onFocus,blur:e.onBlur}})}));return{tracks:this.getTrack({bounds:n,prefixCls:r,reverse:h,vertical:i,included:o,offsets:b,trackStyle:p}),handles:C}}}},Bb=Ab(Nb),Kb=rs(),Wb=function(){return{prefixCls:s[\"a\"].string,tooltipPrefixCls:s[\"a\"].string,range:s[\"a\"].bool,reverse:s[\"a\"].bool,min:s[\"a\"].number,max:s[\"a\"].number,step:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].any]),marks:s[\"a\"].object,dots:s[\"a\"].bool,value:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].arrayOf(s[\"a\"].number)]),defaultValue:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].arrayOf(s[\"a\"].number)]),included:s[\"a\"].bool,disabled:s[\"a\"].bool,vertical:s[\"a\"].bool,tipFormatter:s[\"a\"].oneOfType([s[\"a\"].func,s[\"a\"].object]),tooltipVisible:s[\"a\"].bool,tooltipPlacement:Kb.placement,getTooltipPopupContainer:s[\"a\"].func}},Ub={name:\"ASlider\",model:{prop:\"value\",event:\"change\"},mixins:[p[\"a\"]],inject:{configProvider:{default:function(){return C[\"a\"]}}},props:I()({},Wb(),{tipFormatter:s[\"a\"].oneOfType([s[\"a\"].func,s[\"a\"].object]).def((function(e){return e.toString()}))}),data:function(){return{visibles:{}}},methods:{toggleTooltipVisible:function(e,t){this.setState((function(n){var r=n.visibles;return{visibles:I()({},r,a()({},e,t))}}))},handleWithTooltip:function(e,t,n){var r=this,i=n.value,o=n.dragging,a=n.index,s=n.directives,c=n.on,l=re()(n,[\"value\",\"dragging\",\"index\",\"directives\",\"on\"]),u=this.$createElement,h=this.$props,d=h.tipFormatter,f=h.tooltipVisible,p=h.tooltipPlacement,v=h.getTooltipPopupContainer,m=this.visibles,g=!!d&&(m[a]||o),b=f||void 0===f&&g,y={props:{prefixCls:e,title:d?d(i):\"\",visible:b,placement:p||\"top\",transitionName:\"zoom-down\",overlayClassName:t+\"-tooltip\",getPopupContainer:v||function(){return document.body}},key:a},C={props:I()({value:i},l),directives:s,on:I()({},c,{mouseenter:function(){return r.toggleTooltipVisible(a,!0)},mouseleave:function(){return r.toggleTooltipVisible(a,!1)}})};return u(ss,y,[u(xb,C)])},focus:function(){this.$refs.sliderRef.focus()},blur:function(){this.$refs.sliderRef.blur()}},render:function(){var e=this,t=arguments[0],n=Object(B[\"l\"])(this),r=n.range,i=n.prefixCls,o=n.tooltipPrefixCls,a=re()(n,[\"range\",\"prefixCls\",\"tooltipPrefixCls\"]),s=this.configProvider.getPrefixCls,c=s(\"slider\",i),l=s(\"tooltip\",o),u=Object(B[\"k\"])(this);if(r){var h={props:I()({},a,{prefixCls:c,tooltipPrefixCls:l,handle:function(t){return e.handleWithTooltip(l,c,t)}}),ref:\"sliderRef\",on:u};return t(Bb,h)}var d={props:I()({},a,{prefixCls:c,tooltipPrefixCls:l,handle:function(t){return e.handleWithTooltip(l,c,t)}}),ref:\"sliderRef\",on:u};return t(Ib,d)},install:function(e){e.use(w[\"a\"]),e.component(Ub.name,Ub)}},qb=Ub,Yb=n(\"07a9\"),Gb=n.n(Yb),Xb={name:\"AStatisticNumber\",functional:!0,render:function(e,t){var n=t.props,r=n.value,i=n.formatter,o=n.precision,a=n.decimalSeparator,s=n.groupSeparator,c=void 0===s?\"\":s,l=n.prefixCls,u=void 0;if(\"function\"===typeof i)u=i({value:r,h:e});else{var h=String(r),d=h.match(/^(-?)(\\d*)(\\.(\\d+))?$/);if(d){var f=d[1],p=d[2]||\"0\",v=d[4]||\"\";p=p.replace(/\\B(?=(\\d{3})+(?!\\d))/g,c),\"number\"===typeof o&&(v=Gb()(v,o,\"0\").slice(0,o)),v&&(v=\"\"+a+v),u=[e(\"span\",{key:\"int\",class:l+\"-content-value-int\"},[f,p]),v&&e(\"span\",{key:\"decimal\",class:l+\"-content-value-decimal\"},[v])]}else u=h}return e(\"span\",{class:l+\"-content-value\"},[u])}},Jb={prefixCls:s[\"a\"].string,decimalSeparator:s[\"a\"].string,groupSeparator:s[\"a\"].string,format:s[\"a\"].string,value:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number,s[\"a\"].object]),valueStyle:s[\"a\"].any,valueRender:s[\"a\"].any,formatter:s[\"a\"].any,precision:s[\"a\"].number,prefix:s[\"a\"].any,suffix:s[\"a\"].any,title:s[\"a\"].any},Qb={name:\"AStatistic\",props:Object(B[\"t\"])(Jb,{decimalSeparator:\".\",groupSeparator:\",\"}),inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.value,i=void 0===r?0:r,o=t.valueStyle,a=t.valueRender,s=this.configProvider.getPrefixCls,c=s(\"statistic\",n),l=Object(B[\"g\"])(this,\"title\"),u=Object(B[\"g\"])(this,\"prefix\"),h=Object(B[\"g\"])(this,\"suffix\"),d=Object(B[\"g\"])(this,\"formatter\",{},!1),f=e(Xb,{props:I()({},this.$props,{prefixCls:c,value:i,formatter:d})});return a&&(f=a(f)),e(\"div\",{class:c},[l&&e(\"div\",{class:c+\"-title\"},[l]),e(\"div\",{style:o,class:c+\"-content\"},[u&&e(\"span\",{class:c+\"-content-prefix\"},[u]),f,h&&e(\"span\",{class:c+\"-content-suffix\"},[h])])])}},Zb=n(\"4106\"),ey=n.n(Zb),ty=[[\"Y\",31536e6],[\"M\",2592e6],[\"D\",864e5],[\"H\",36e5],[\"m\",6e4],[\"s\",1e3],[\"S\",1]];function ny(e,t){var n=e,r=/\\[[^\\]]*\\]/g,i=(t.match(r)||[]).map((function(e){return e.slice(1,-1)})),o=t.replace(r,\"[]\"),a=ty.reduce((function(e,t){var r=Ze()(t,2),i=r[0],o=r[1];if(-1!==e.indexOf(i)){var a=Math.floor(n/o);return n-=a*o,e.replace(new RegExp(i+\"+\",\"g\"),(function(e){var t=e.length;return ey()(a.toString(),t,\"0\")}))}return e}),o),s=0;return a.replace(r,(function(){var e=i[s];return s+=1,e}))}function ry(e,t){var n=t.format,r=void 0===n?\"\":n,i=bc(Cs)(e).valueOf(),o=bc(Cs)().valueOf(),a=Math.max(i-o,0);return ny(a,r)}var iy=1e3/30;function oy(e){return bc(Cs)(e).valueOf()}var ay={name:\"AStatisticCountdown\",props:Object(B[\"t\"])(Jb,{format:\"HH:mm:ss\"}),created:function(){this.countdownId=void 0},mounted:function(){this.syncTimer()},updated:function(){this.syncTimer()},beforeDestroy:function(){this.stopTimer()},methods:{syncTimer:function(){var e=this.$props.value,t=oy(e);t>=Date.now()?this.startTimer():this.stopTimer()},startTimer:function(){var e=this;this.countdownId||(this.countdownId=window.setInterval((function(){e.$refs.statistic.$forceUpdate(),e.syncTimer()}),iy))},stopTimer:function(){var e=this.$props.value;if(this.countdownId){clearInterval(this.countdownId),this.countdownId=void 0;var t=oy(e);t<Date.now()&&this.$emit(\"finish\")}},formatCountdown:function(e){var t=e.value,n=e.config,r=this.$props.format;return ry(t,I()({},n,{format:r}))},valueRenderHtml:function(e){return e}},render:function(){var e=arguments[0];return e(Qb,i()([{ref:\"statistic\"},{props:I()({},this.$props,{valueRender:this.valueRenderHtml,formatter:this.formatCountdown}),on:Object(B[\"k\"])(this)}]))}};Qb.Countdown=ay,Qb.install=function(e){e.use(w[\"a\"]),e.component(Qb.name,Qb),e.component(Qb.Countdown.name,Qb.Countdown)};var sy=Qb;function cy(){if(\"undefined\"!==typeof window&&window.document&&window.document.documentElement){var e=window.document.documentElement;return\"flex\"in e.style||\"webkitFlex\"in e.style||\"Flex\"in e.style||\"msFlex\"in e.style}return!1}var ly={name:\"Steps\",mixins:[p[\"a\"]],props:{type:s[\"a\"].string.def(\"default\"),prefixCls:s[\"a\"].string.def(\"rc-steps\"),iconPrefix:s[\"a\"].string.def(\"rc\"),direction:s[\"a\"].string.def(\"horizontal\"),labelPlacement:s[\"a\"].string.def(\"horizontal\"),status:s[\"a\"].string.def(\"process\"),size:s[\"a\"].string.def(\"\"),progressDot:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].func]),initial:s[\"a\"].number.def(0),current:s[\"a\"].number.def(0),icons:s[\"a\"].shape({finish:s[\"a\"].any,error:s[\"a\"].any}).loose},data:function(){return this.calcStepOffsetWidth=pl()(this.calcStepOffsetWidth,150),{flexSupported:!0,lastStepOffsetWidth:0}},mounted:function(){var e=this;this.$nextTick((function(){e.calcStepOffsetWidth(),cy()||e.setState({flexSupported:!1})}))},updated:function(){var e=this;this.$nextTick((function(){e.calcStepOffsetWidth()}))},beforeDestroy:function(){this.calcTimeout&&clearTimeout(this.calcTimeout),this.calcStepOffsetWidth&&this.calcStepOffsetWidth.cancel&&this.calcStepOffsetWidth.cancel()},methods:{onStepClick:function(e){var t=this.$props.current;t!==e&&this.$emit(\"change\",e)},calcStepOffsetWidth:function(){var e=this;if(!cy()){var t=this.$data.lastStepOffsetWidth,n=this.$refs.vcStepsRef;n.children.length>0&&(this.calcTimeout&&clearTimeout(this.calcTimeout),this.calcTimeout=setTimeout((function(){var r=(n.lastChild.offsetWidth||0)+1;t===r||Math.abs(t-r)<=3||e.setState({lastStepOffsetWidth:r})})))}}},render:function(){var e,t=this,n=arguments[0],r=this.prefixCls,i=this.direction,o=this.type,s=this.labelPlacement,c=this.iconPrefix,l=this.status,u=this.size,h=this.current,d=this.$scopedSlots,f=this.initial,p=this.icons,v=\"navigation\"===o,m=this.progressDot;void 0===m&&(m=d.progressDot);var g=this.lastStepOffsetWidth,b=this.flexSupported,y=Object(B[\"c\"])(this.$slots[\"default\"]),C=y.length-1,w=m?\"vertical\":s,x=(e={},a()(e,r,!0),a()(e,r+\"-\"+i,!0),a()(e,r+\"-\"+u,u),a()(e,r+\"-label-\"+w,\"horizontal\"===i),a()(e,r+\"-dot\",!!m),a()(e,r+\"-navigation\",v),a()(e,r+\"-flex-not-supported\",!b),e),S=Object(B[\"k\"])(this),k={class:x,ref:\"vcStepsRef\",on:S};return n(\"div\",k,[y.map((function(e,n){var o=Object(B[\"m\"])(e),a=f+n,s={props:I()({stepNumber:\"\"+(a+1),stepIndex:a,prefixCls:r,iconPrefix:c,progressDot:t.progressDot,icons:p},o),on:Object(B[\"i\"])(e),scopedSlots:d};return S.change&&(s.on.stepClick=t.onStepClick),b||\"vertical\"===i||(v?(s.props.itemWidth=100/(C+1)+\"%\",s.props.adjustMarginRight=0):n!==C&&(s.props.itemWidth=100/C+\"%\",s.props.adjustMarginRight=-Math.round(g/C+1)+\"px\")),\"error\"===l&&n===h-1&&(s[\"class\"]=r+\"-next-error\"),o.status||(s.props.status=a===h?l:a<h?\"finish\":\"wait\"),s.props.active=a===h,Object(At[\"a\"])(e,s)}))])}};function uy(e){return\"string\"===typeof e}function hy(){}var dy={name:\"Step\",props:{prefixCls:s[\"a\"].string,wrapperStyle:s[\"a\"].object,itemWidth:s[\"a\"].string,active:s[\"a\"].bool,disabled:s[\"a\"].bool,status:s[\"a\"].string,iconPrefix:s[\"a\"].string,icon:s[\"a\"].any,adjustMarginRight:s[\"a\"].string,stepNumber:s[\"a\"].string,stepIndex:s[\"a\"].number,description:s[\"a\"].any,title:s[\"a\"].any,subTitle:s[\"a\"].any,progressDot:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].func]),tailContent:s[\"a\"].any,icons:s[\"a\"].shape({finish:s[\"a\"].any,error:s[\"a\"].any}).loose},methods:{onClick:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];this.$emit.apply(this,[\"click\"].concat(m()(t))),this.$emit(\"stepClick\",this.stepIndex)},renderIconNode:function(){var e,t=this.$createElement,n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.stepNumber,o=n.status,s=n.iconPrefix,c=n.icons,l=this.progressDot;void 0===l&&(l=this.$scopedSlots.progressDot);var u=Object(B[\"g\"])(this,\"icon\"),h=Object(B[\"g\"])(this,\"title\"),d=Object(B[\"g\"])(this,\"description\"),f=void 0,p=(e={},a()(e,r+\"-icon\",!0),a()(e,s+\"icon\",!0),a()(e,s+\"icon-\"+u,u&&uy(u)),a()(e,s+\"icon-check\",!u&&\"finish\"===o&&c&&!c.finish),a()(e,s+\"icon-close\",!u&&\"error\"===o&&c&&!c.error),e),v=t(\"span\",{class:r+\"-icon-dot\"});return f=l?t(\"span\",{class:r+\"-icon\"},\"function\"===typeof l?[l({index:i-1,status:o,title:h,description:d,prefixCls:r})]:[v]):u&&!uy(u)?t(\"span\",{class:r+\"-icon\"},[u]):c&&c.finish&&\"finish\"===o?t(\"span\",{class:r+\"-icon\"},[c.finish]):c&&c.error&&\"error\"===o?t(\"span\",{class:r+\"-icon\"},[c.error]):u||\"finish\"===o||\"error\"===o?t(\"span\",{class:p}):t(\"span\",{class:r+\"-icon\"},[i]),f}},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,o=n.itemWidth,s=n.active,c=n.status,l=void 0===c?\"wait\":c,u=n.tailContent,h=n.adjustMarginRight,d=n.disabled,f=Object(B[\"g\"])(this,\"title\"),p=Object(B[\"g\"])(this,\"subTitle\"),v=Object(B[\"g\"])(this,\"description\"),m=(e={},a()(e,r+\"-item\",!0),a()(e,r+\"-item-\"+l,!0),a()(e,r+\"-item-custom\",Object(B[\"g\"])(this,\"icon\")),a()(e,r+\"-item-active\",s),a()(e,r+\"-item-disabled\",!0===d),e),g={class:m,on:Object(B[\"k\"])(this)},b={};o&&(b.width=o),h&&(b.marginRight=h);var y=Object(B[\"k\"])(this),C={attrs:{},on:{click:y.click||hy}};return y.stepClick&&!d&&(C.attrs.role=\"button\",C.attrs.tabIndex=0,C.on.click=this.onClick),t(\"div\",i()([g,{style:b}]),[t(\"div\",i()([C,{class:r+\"-item-container\"}]),[t(\"div\",{class:r+\"-item-tail\"},[u]),t(\"div\",{class:r+\"-item-icon\"},[this.renderIconNode()]),t(\"div\",{class:r+\"-item-content\"},[t(\"div\",{class:r+\"-item-title\"},[f,p&&t(\"div\",{attrs:{title:p},class:r+\"-item-subtitle\"},[p])]),v&&t(\"div\",{class:r+\"-item-description\"},[v])])])])}};ly.Step=dy;var fy=ly,py=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t={prefixCls:s[\"a\"].string,iconPrefix:s[\"a\"].string,current:s[\"a\"].number,initial:s[\"a\"].number,labelPlacement:s[\"a\"].oneOf([\"horizontal\",\"vertical\"]).def(\"horizontal\"),status:s[\"a\"].oneOf([\"wait\",\"process\",\"finish\",\"error\"]),size:s[\"a\"].oneOf([\"default\",\"small\"]),direction:s[\"a\"].oneOf([\"horizontal\",\"vertical\"]),progressDot:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].func]),type:s[\"a\"].oneOf([\"default\",\"navigation\"])};return Object(B[\"t\"])(t,e)},vy={name:\"ASteps\",props:py({current:0}),inject:{configProvider:{default:function(){return C[\"a\"]}}},model:{prop:\"current\",event:\"change\"},Step:I()({},fy.Step,{name:\"AStep\"}),render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.prefixCls,r=t.iconPrefix,i=this.configProvider.getPrefixCls,o=i(\"steps\",n),a=i(\"\",r),s={finish:e(Yi[\"a\"],{attrs:{type:\"check\"},class:o+\"-finish-icon\"}),error:e(Yi[\"a\"],{attrs:{type:\"close\"},class:o+\"-error-icon\"})},c={props:I()({icons:s,iconPrefix:a,prefixCls:o},t),on:Object(B[\"k\"])(this),scopedSlots:this.$scopedSlots};return e(fy,c,[this.$slots[\"default\"]])},install:function(e){e.use(w[\"a\"]),e.component(vy.name,vy),e.component(vy.Step.name,vy.Step)}},my=vy,gy={prefixCls:s[\"a\"].string,disabled:s[\"a\"].bool.def(!1),checkedChildren:s[\"a\"].any,unCheckedChildren:s[\"a\"].any,tabIndex:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),checked:s[\"a\"].bool.def(!1),defaultChecked:s[\"a\"].bool.def(!1),autoFocus:s[\"a\"].bool.def(!1),loadingIcon:s[\"a\"].any},by={name:\"VcSwitch\",mixins:[p[\"a\"]],model:{prop:\"checked\",event:\"change\"},props:I()({},gy,{prefixCls:gy.prefixCls.def(\"rc-switch\")}),data:function(){var e=!1;return e=Object(B[\"s\"])(this,\"checked\")?!!this.checked:!!this.defaultChecked,{stateChecked:e}},watch:{checked:function(e){this.stateChecked=e}},mounted:function(){var e=this;this.$nextTick((function(){var t=e.autoFocus,n=e.disabled;t&&!n&&e.focus()}))},methods:{setChecked:function(e,t){this.disabled||(Object(B[\"s\"])(this,\"checked\")||(this.stateChecked=e),this.$emit(\"change\",e,t))},handleClick:function(e){var t=!this.stateChecked;this.setChecked(t,e),this.$emit(\"click\",t,e)},handleKeyDown:function(e){37===e.keyCode?this.setChecked(!1,e):39===e.keyCode&&this.setChecked(!0,e)},handleMouseUp:function(e){this.$refs.refSwitchNode&&this.$refs.refSwitchNode.blur(),this.$emit(\"mouseup\",e)},focus:function(){this.$refs.refSwitchNode.focus()},blur:function(){this.$refs.refSwitchNode.blur()}},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.disabled,o=n.loadingIcon,s=n.tabIndex,c=re()(n,[\"prefixCls\",\"disabled\",\"loadingIcon\",\"tabIndex\"]),l=this.stateChecked,u=(e={},a()(e,r,!0),a()(e,r+\"-checked\",l),a()(e,r+\"-disabled\",i),e),h={props:I()({},c),on:I()({},Object(B[\"k\"])(this),{keydown:this.handleKeyDown,click:this.handleClick,mouseup:this.handleMouseUp}),attrs:{type:\"button\",role:\"switch\",\"aria-checked\":l,disabled:i,tabIndex:s},class:u,ref:\"refSwitchNode\"};return t(\"button\",h,[o,t(\"span\",{class:r+\"-inner\"},[l?Object(B[\"g\"])(this,\"checkedChildren\"):Object(B[\"g\"])(this,\"unCheckedChildren\")])])}},yy=by,Cy={name:\"ASwitch\",__ANT_SWITCH:!0,model:{prop:\"checked\",event:\"change\"},props:{prefixCls:s[\"a\"].string,size:s[\"a\"].oneOf([\"small\",\"default\",\"large\"]),disabled:s[\"a\"].bool,checkedChildren:s[\"a\"].any,unCheckedChildren:s[\"a\"].any,tabIndex:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),checked:s[\"a\"].bool,defaultChecked:s[\"a\"].bool,autoFocus:s[\"a\"].bool,loading:s[\"a\"].bool},inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{focus:function(){this.$refs.refSwitchNode.focus()},blur:function(){this.$refs.refSwitchNode.blur()}},created:function(){Object(x[\"a\"])(Object(B[\"b\"])(this,\"checked\")||!Object(B[\"b\"])(this,\"value\"),\"Switch\",\"`value` is not validate prop, do you mean `checked`?\")},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.size,o=n.loading,s=n.disabled,c=re()(n,[\"prefixCls\",\"size\",\"loading\",\"disabled\"]),l=this.configProvider.getPrefixCls,u=l(\"switch\",r),h=(e={},a()(e,u+\"-small\",\"small\"===i),a()(e,u+\"-loading\",o),e),d=o?t(Yi[\"a\"],{attrs:{type:\"loading\"},class:u+\"-loading-icon\"}):null,f={props:I()({},c,{prefixCls:u,loadingIcon:d,checkedChildren:Object(B[\"g\"])(this,\"checkedChildren\"),unCheckedChildren:Object(B[\"g\"])(this,\"unCheckedChildren\"),disabled:s||o}),on:Object(B[\"k\"])(this),class:h,ref:\"refSwitchNode\"};return t(Ao,{attrs:{insertExtraNode:!0}},[t(yy,f)])},install:function(e){e.use(w[\"a\"]),e.component(Cy.name,Cy)}},wy=Cy,xy=void 0,Sy=void 0,ky={position:\"absolute\",top:\"-9999px\",width:\"50px\",height:\"50px\"},Oy=\"RC_TABLE_INTERNAL_COL_DEFINE\";function My(e){var t=e.direction,n=void 0===t?\"vertical\":t,r=e.prefixCls;if(\"undefined\"===typeof document||\"undefined\"===typeof window)return 0;var i=\"vertical\"===n;if(i&&xy)return xy;if(!i&&Sy)return Sy;var o=document.createElement(\"div\");Object.keys(ky).forEach((function(e){o.style[e]=ky[e]})),o.className=r+\"-hide-scrollbar scroll-div-append-to-body\",i?o.style.overflowY=\"scroll\":o.style.overflowX=\"scroll\",document.body.appendChild(o);var a=0;return i?(a=o.offsetWidth-o.clientWidth,xy=a):(a=o.offsetHeight-o.clientHeight,Sy=a),document.body.removeChild(o),a}function zy(e,t,n){var r=void 0;function i(){for(var i=arguments.length,o=Array(i),a=0;a<i;a++)o[a]=arguments[a];var s=this;o[0]&&o[0].persist&&o[0].persist();var c=function(){r=null,n||e.apply(s,o)},l=n&&!r;clearTimeout(r),r=setTimeout(c,t),l&&e.apply(s,o)}return i.cancel=function(){r&&(clearTimeout(r),r=null)},i}function _y(e,t){var n=e.indexOf(t),r=e.slice(0,n),i=e.slice(n+1,e.length);return r.concat(i)}var Ty=n(\"42454\"),Vy=n.n(Ty),jy=function(){function e(t){bf()(this,e),this.columns=t,this._cached={}}return Cf()(e,[{key:\"isAnyColumnsFixed\",value:function(){var e=this;return this._cache(\"isAnyColumnsFixed\",(function(){return e.columns.some((function(e){return!!e.fixed}))}))}},{key:\"isAnyColumnsLeftFixed\",value:function(){var e=this;return this._cache(\"isAnyColumnsLeftFixed\",(function(){return e.columns.some((function(e){return\"left\"===e.fixed||!0===e.fixed}))}))}},{key:\"isAnyColumnsRightFixed\",value:function(){var e=this;return this._cache(\"isAnyColumnsRightFixed\",(function(){return e.columns.some((function(e){return\"right\"===e.fixed}))}))}},{key:\"leftColumns\",value:function(){var e=this;return this._cache(\"leftColumns\",(function(){return e.groupedColumns().filter((function(e){return\"left\"===e.fixed||!0===e.fixed}))}))}},{key:\"rightColumns\",value:function(){var e=this;return this._cache(\"rightColumns\",(function(){return e.groupedColumns().filter((function(e){return\"right\"===e.fixed}))}))}},{key:\"leafColumns\",value:function(){var e=this;return this._cache(\"leafColumns\",(function(){return e._leafColumns(e.columns)}))}},{key:\"leftLeafColumns\",value:function(){var e=this;return this._cache(\"leftLeafColumns\",(function(){return e._leafColumns(e.leftColumns())}))}},{key:\"rightLeafColumns\",value:function(){var e=this;return this._cache(\"rightLeafColumns\",(function(){return e._leafColumns(e.rightColumns())}))}},{key:\"groupedColumns\",value:function(){var e=this;return this._cache(\"groupedColumns\",(function(){var t=function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[];i[n]=i[n]||[];var o=[],a=function(e){var t=i.length-n;e&&!e.children&&t>1&&(!e.rowSpan||e.rowSpan<t)&&(e.rowSpan=t)};return t.forEach((function(s,c){var l=I()({},s);i[n].push(l),r.colSpan=r.colSpan||0,l.children&&l.children.length>0?(l.children=e(l.children,n+1,l,i),r.colSpan+=l.colSpan):r.colSpan+=1;for(var u=0;u<i[n].length-1;u+=1)a(i[n][u]);c+1===t.length&&a(l),o.push(l)})),o};return t(e.columns)}))}},{key:\"reset\",value:function(e){this.columns=e,this._cached={}}},{key:\"_cache\",value:function(e,t){return e in this._cached||(this._cached[e]=t()),this._cached[e]}},{key:\"_leafColumns\",value:function(e){var t=this,n=[];return e.forEach((function(e){e.children?n.push.apply(n,m()(t._leafColumns(e.children))):n.push(e)})),n}}]),e}(),Py=jy,Ey={name:\"ColGroup\",props:{fixed:s[\"a\"].string,columns:s[\"a\"].array},inject:{table:{default:function(){return{}}}},render:function(){var e=arguments[0],t=this.fixed,n=this.table,r=n.prefixCls,o=n.expandIconAsCell,a=n.columnManager,s=[];o&&\"right\"!==t&&s.push(e(\"col\",{class:r+\"-expand-icon-col\",key:\"rc-table-expand-icon-col\"}));var c=void 0;return c=\"left\"===t?a.leftLeafColumns():\"right\"===t?a.rightLeafColumns():a.leafColumns(),s=s.concat(c.map((function(t){var n=t.key,r=t.dataIndex,o=t.width,a=t[Oy],s=void 0!==n?n:r,c=\"number\"===typeof o?o+\"px\":o;return e(\"col\",i()([{key:s,style:{width:c,minWidth:c}},a]))}))),e(\"colgroup\",[s])}},Hy={inject:{store:{from:\"table-store\",default:function(){return{}}}},props:{index:s[\"a\"].number,fixed:s[\"a\"].string,columns:s[\"a\"].array,rows:s[\"a\"].array,row:s[\"a\"].array,components:s[\"a\"].object,customHeaderRow:s[\"a\"].func,prefixCls:s[\"a\"].string},name:\"TableHeaderRow\",computed:{height:function(){var e=this.store.fixedColumnsHeadRowsHeight,t=this.$props,n=t.columns,r=t.rows,i=t.fixed,o=e[0];return i&&o&&n?\"auto\"===o?\"auto\":o/r.length+\"px\":null}},render:function(e){var t=this.row,n=this.index,r=this.height,o=this.components,s=this.customHeaderRow,c=this.prefixCls,u=o.header.row,h=o.header.cell,d=s(t.map((function(e){return e.column})),n),f=d?d.style:{},p=I()({height:r},f);return null===p.height&&delete p.height,e(u,i()([d,{style:p}]),[t.map((function(t,n){var r,i=t.column,o=t.isLast,s=t.children,u=(t.className,re()(t,[\"column\",\"isLast\",\"children\",\"className\"])),d=i.customHeaderCell?i.customHeaderCell(i):{},f=Object(B[\"x\"])({attrs:I()({},u)},I()({},d,{key:i.key||i.dataIndex||n}));return i.align&&(f.style=I()({},d.style,{textAlign:i.align})),f[\"class\"]=l()(d[\"class\"],d.className,i[\"class\"],i.className,(r={},a()(r,c+\"-align-\"+i.align,!!i.align),a()(r,c+\"-row-cell-ellipsis\",!!i.ellipsis),a()(r,c+\"-row-cell-break-word\",!!i.width),a()(r,c+\"-row-cell-last\",o),r)),\"function\"===typeof h?h(e,f,s):e(h,f,[s])}))])}},Ly=Hy;function $y(e){var t=e.columns,n=void 0===t?[]:t,r=e.currentRow,i=void 0===r?0:r,o=e.rows,a=void 0===o?[]:o,s=e.isLast,c=void 0===s||s;return a=a||[],a[i]=a[i]||[],n.forEach((function(e,t){if(e.rowSpan&&a.length<e.rowSpan)while(a.length<e.rowSpan)a.push([]);var r=c&&t===n.length-1,o={key:e.key,className:e.className||e[\"class\"]||\"\",children:e.title,isLast:r,column:e};e.children&&$y({columns:e.children,currentRow:i+1,rows:a,isLast:r}),\"colSpan\"in e&&(o.colSpan=e.colSpan),\"rowSpan\"in e&&(o.rowSpan=e.rowSpan),0!==o.colSpan&&a[i].push(o)})),a.filter((function(e){return e.length>0}))}var Ay={name:\"TableHeader\",props:{fixed:s[\"a\"].string,columns:s[\"a\"].array.isRequired,expander:s[\"a\"].object.isRequired},inject:{table:{default:function(){return{}}}},render:function(){var e=arguments[0],t=this.table,n=t.sComponents,r=t.prefixCls,i=t.showHeader,o=t.customHeaderRow,a=this.expander,s=this.columns,c=this.fixed;if(!i)return null;var l=$y({columns:s});a.renderExpandIndentCell(l,c);var u=n.header.wrapper;return e(u,{class:r+\"-thead\"},[l.map((function(t,i){return e(Ly,{attrs:{prefixCls:r,index:i,fixed:c,columns:s,rows:l,row:t,components:n,customHeaderRow:o},key:i})}))])}};function Fy(e){return e&&!Object(B[\"w\"])(e)&&\"[object Object]\"===Object.prototype.toString.call(e)}var Iy={name:\"TableCell\",props:{record:s[\"a\"].object,prefixCls:s[\"a\"].string,index:s[\"a\"].number,indent:s[\"a\"].number,indentSize:s[\"a\"].number,column:s[\"a\"].object,expandIcon:s[\"a\"].any,component:s[\"a\"].any},inject:{table:{default:function(){return{}}}},methods:{handleClick:function(e){var t=this.record,n=this.column.onCellClick;n&&n(t,e)}},render:function(){var e,t=arguments[0],n=this.record,r=this.indentSize,o=this.prefixCls,s=this.indent,c=this.index,u=this.expandIcon,h=this.column,d=this.component,f=h.dataIndex,p=h.customRender,v=h.className,m=void 0===v?\"\":v,g=this.table.transformCellText,b=void 0;b=\"number\"===typeof f||f&&0!==f.length?df()(n,f):n;var y={props:{},attrs:{},on:{click:this.handleClick}},C=void 0,w=void 0;p&&(b=p(b,n,c,h),Fy(b)&&(y.attrs=b.attrs||{},y.props=b.props||{},y[\"class\"]=b[\"class\"],y.style=b.style,C=y.attrs.colSpan,w=y.attrs.rowSpan,b=b.children)),h.customCell&&(y=Object(B[\"x\"])(y,h.customCell(n,c))),Fy(b)&&(b=null),g&&(b=g({text:b,column:h,record:n,index:c}));var x=u?t(\"span\",{style:{paddingLeft:r*s+\"px\"},class:o+\"-indent indent-level-\"+s}):null;if(0===w||0===C)return null;h.align&&(y.style=I()({textAlign:h.align},y.style));var S=l()(m,h[\"class\"],(e={},a()(e,o+\"-cell-ellipsis\",!!h.ellipsis),a()(e,o+\"-cell-break-word\",!!h.width),e));return h.ellipsis&&\"string\"===typeof b&&(y.attrs.title=b),t(d,i()([{class:S},y]),[x,u,b])}};function Ry(){}var Dy={name:\"TableRow\",mixins:[p[\"a\"]],inject:{store:{from:\"table-store\",default:function(){return{}}}},props:Object(B[\"t\"])({customRow:s[\"a\"].func,record:s[\"a\"].object,prefixCls:s[\"a\"].string,columns:s[\"a\"].array,index:s[\"a\"].number,rowKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]).isRequired,className:s[\"a\"].string,indent:s[\"a\"].number,indentSize:s[\"a\"].number,hasExpandIcon:s[\"a\"].func,fixed:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].bool]),renderExpandIcon:s[\"a\"].func,renderExpandIconCell:s[\"a\"].func,components:s[\"a\"].any,expandedRow:s[\"a\"].bool,isAnyColumnsFixed:s[\"a\"].bool,ancestorKeys:s[\"a\"].array.isRequired,expandIconColumnIndex:s[\"a\"].number,expandRowByClick:s[\"a\"].bool},{hasExpandIcon:function(){},renderExpandIcon:function(){},renderExpandIconCell:function(){}}),computed:{visible:function(){var e=this.store.expandedRowKeys,t=this.$props.ancestorKeys;return!(0!==t.length&&!t.every((function(t){return e.includes(t)})))},height:function(){var e=this.store,t=e.expandedRowsHeight,n=e.fixedColumnsBodyRowsHeight,r=this.$props,i=r.fixed,o=r.rowKey;return i?t[o]?t[o]:n[o]?n[o]:null:null},hovered:function(){var e=this.store.currentHoverKey,t=this.$props.rowKey;return e===t}},data:function(){return{shouldRender:this.visible}},mounted:function(){var e=this;this.shouldRender&&this.$nextTick((function(){e.saveRowRef()}))},watch:{visible:{handler:function(e){e&&(this.shouldRender=!0)},immediate:!0}},updated:function(){var e=this;this.shouldRender&&!this.rowRef&&this.$nextTick((function(){e.saveRowRef()}))},methods:{onRowClick:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ry,n=this.record,r=this.index;this.__emit(\"rowClick\",n,r,e),t(e)},onRowDoubleClick:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ry,n=this.record,r=this.index;this.__emit(\"rowDoubleClick\",n,r,e),t(e)},onContextMenu:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ry,n=this.record,r=this.index;this.__emit(\"rowContextmenu\",n,r,e),t(e)},onMouseEnter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ry,n=this.record,r=this.index,i=this.rowKey;this.__emit(\"hover\",!0,i),this.__emit(\"rowMouseenter\",n,r,e),t(e)},onMouseLeave:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ry,n=this.record,r=this.index,i=this.rowKey;this.__emit(\"hover\",!1,i),this.__emit(\"rowMouseleave\",n,r,e),t(e)},setExpandedRowHeight:function(){var e=this.store,t=this.rowKey,n=e.expandedRowsHeight,r=this.rowRef.getBoundingClientRect().height;n=I()({},n,a()({},t,r)),e.expandedRowsHeight=n},setRowHeight:function(){var e=this.store,t=this.rowKey,n=e.fixedColumnsBodyRowsHeight,r=this.rowRef.getBoundingClientRect().height;e.fixedColumnsBodyRowsHeight=I()({},n,a()({},t,r))},getStyle:function(){var e=this.height,t=this.visible,n=Object(B[\"q\"])(this);return e&&(n=I()({},n,{height:e})),t||n.display||(n=I()({},n,{display:\"none\"})),n},saveRowRef:function(){this.rowRef=this.$el;var e=this.isAnyColumnsFixed,t=this.fixed,n=this.expandedRow,r=this.ancestorKeys;e&&(!t&&n&&this.setExpandedRowHeight(),!t&&r.length>=0&&this.setRowHeight())}},render:function(){var e=this,t=arguments[0];if(!this.shouldRender)return null;var n=this.prefixCls,r=this.columns,i=this.record,o=this.rowKey,a=this.index,s=this.customRow,c=void 0===s?Ry:s,u=this.indent,h=this.indentSize,d=this.hovered,f=this.height,p=this.visible,v=this.components,m=this.hasExpandIcon,g=this.renderExpandIcon,b=this.renderExpandIconCell,y=v.body.row,C=v.body.cell,w=\"\";d&&(w+=\" \"+n+\"-hover\");var S=[];b(S);for(var k=0;k<r.length;k+=1){var O=r[k];Object(x[\"a\"])(void 0===O.onCellClick,\"column[onCellClick] is deprecated, please use column[customCell] instead.\"),S.push(t(Iy,{attrs:{prefixCls:n,record:i,indentSize:h,indent:u,index:a,column:O,expandIcon:m(k)&&g(),component:C},key:O.key||O.dataIndex}))}var M=c(i,a)||{},z=M[\"class\"],_=M.className,T=M.style,V=re()(M,[\"class\",\"className\",\"style\"]),j={height:\"number\"===typeof f?f+\"px\":f};p||(j.display=\"none\"),j=I()({},j,T);var P=l()(n,w,n+\"-level-\"+u,_,z),E=V.on||{},H=Object(B[\"x\"])(I()({},V,{style:j}),{on:{click:function(t){e.onRowClick(t,E.click)},dblclick:function(t){e.onRowDoubleClick(t,E.dblclick)},mouseenter:function(t){e.onMouseEnter(t,E.mouseenter)},mouseleave:function(t){e.onMouseLeave(t,E.mouseleave)},contextmenu:function(t){e.onContextMenu(t,E.contextmenu)}},class:P},{attrs:{\"data-row-key\":o}});return t(y,H,[S])}},Ny=Dy,By={name:\"ExpandIcon\",mixins:[p[\"a\"]],props:{record:s[\"a\"].object,prefixCls:s[\"a\"].string,expandable:s[\"a\"].any,expanded:s[\"a\"].bool,needIndentSpaced:s[\"a\"].bool},methods:{onExpand:function(e){this.__emit(\"expand\",this.record,e)}},render:function(){var e=arguments[0],t=this.expandable,n=this.prefixCls,r=this.onExpand,i=this.needIndentSpaced,o=this.expanded;if(t){var a=o?\"expanded\":\"collapsed\";return e(\"span\",{class:n+\"-expand-icon \"+n+\"-\"+a,on:{click:r}})}return i?e(\"span\",{class:n+\"-expand-icon \"+n+\"-spaced\"}):null}},Ky={mixins:[p[\"a\"]],name:\"ExpandableRow\",props:{prefixCls:s[\"a\"].string.isRequired,rowKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]).isRequired,fixed:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].bool]),record:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].array]).isRequired,indentSize:s[\"a\"].number,needIndentSpaced:s[\"a\"].bool.isRequired,expandRowByClick:s[\"a\"].bool,expandIconAsCell:s[\"a\"].bool,expandIconColumnIndex:s[\"a\"].number,childrenColumnName:s[\"a\"].string,expandedRowRender:s[\"a\"].func,expandIcon:s[\"a\"].func},inject:{store:{from:\"table-store\",default:function(){return{}}}},computed:{expanded:function(){return this.store.expandedRowKeys.includes(this.$props.rowKey)}},beforeDestroy:function(){this.handleDestroy()},methods:{hasExpandIcon:function(e){var t=this.$props,n=t.expandRowByClick,r=t.expandIcon;return!this.tempExpandIconAsCell&&e===this.tempExpandIconColumnIndex&&(!!r||!n)},handleExpandChange:function(e,t){var n=this.expanded,r=this.rowKey;this.__emit(\"expandedChange\",!n,e,t,r)},handleDestroy:function(){var e=this.rowKey,t=this.record;this.__emit(\"expandedChange\",!1,t,null,e,!0)},handleRowClick:function(e,t,n){var r=this.expandRowByClick;r&&this.handleExpandChange(e,n),this.__emit(\"rowClick\",e,t,n)},renderExpandIcon:function(){var e=this.$createElement,t=this.prefixCls,n=this.expanded,r=this.record,i=this.needIndentSpaced,o=this.expandIcon;return o?o({prefixCls:t,expanded:n,record:r,needIndentSpaced:i,expandable:this.expandable,onExpand:this.handleExpandChange}):e(By,{attrs:{expandable:this.expandable,prefixCls:t,needIndentSpaced:i,expanded:n,record:r},on:{expand:this.handleExpandChange}})},renderExpandIconCell:function(e){var t=this.$createElement;if(this.tempExpandIconAsCell){var n=this.prefixCls;e.push(t(\"td\",{class:n+\"-expand-icon-cell\",key:\"rc-table-expand-icon-cell\"},[this.renderExpandIcon()]))}}},render:function(){var e=this.childrenColumnName,t=this.expandedRowRender,n=this.indentSize,r=this.record,i=this.fixed,o=this.$scopedSlots,a=this.expanded;this.tempExpandIconAsCell=\"right\"!==i&&this.expandIconAsCell,this.tempExpandIconColumnIndex=\"right\"!==i?this.expandIconColumnIndex:-1;var s=r[e];this.expandable=!(!s&&!t);var c={props:{indentSize:n,expanded:a,hasExpandIcon:this.hasExpandIcon,renderExpandIcon:this.renderExpandIcon,renderExpandIconCell:this.renderExpandIconCell},on:{rowClick:this.handleRowClick}};return o[\"default\"]&&o[\"default\"](c)}},Wy=Ky;function Uy(){}var qy={name:\"BaseTable\",props:{fixed:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].bool]),columns:s[\"a\"].array.isRequired,tableClassName:s[\"a\"].string.isRequired,hasHead:s[\"a\"].bool.isRequired,hasBody:s[\"a\"].bool.isRequired,expander:s[\"a\"].object.isRequired,getRowKey:s[\"a\"].func,isAnyColumnsFixed:s[\"a\"].bool},inject:{table:{default:function(){return{}}},store:{from:\"table-store\",default:function(){return{}}}},methods:{getColumns:function(e){var t=this.$props,n=t.columns,r=void 0===n?[]:n,i=t.fixed,o=this.table,a=o.$props.prefixCls;return(e||r).map((function(e){return I()({},e,{className:e.fixed&&!i?l()(a+\"-fixed-columns-in-body\",e.className||e[\"class\"]):e.className||e[\"class\"]})}))},handleRowHover:function(e,t){this.store.currentHoverKey=e?t:null},renderRows:function(e,t){for(var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],i=this.$createElement,o=this.table,a=o.columnManager,s=o.sComponents,c=o.prefixCls,l=o.childrenColumnName,u=o.rowClassName,h=o.customRow,d=void 0===h?Uy:h,f=Object(B[\"k\"])(this.table),p=f.rowClick,v=void 0===p?Uy:p,m=f.rowDoubleclick,g=void 0===m?Uy:m,b=f.rowContextmenu,y=void 0===b?Uy:b,C=f.rowMouseenter,w=void 0===C?Uy:C,x=f.rowMouseleave,S=void 0===x?Uy:x,k=this.getRowKey,O=this.fixed,M=this.expander,z=this.isAnyColumnsFixed,_=[],T=function(o){var h=e[o],f=k(h,o),p=\"string\"===typeof u?u:u(h,o,t),m={};a.isAnyColumnsFixed()&&(m.hover=n.handleRowHover);var b=void 0;b=\"left\"===O?a.leftLeafColumns():\"right\"===O?a.rightLeafColumns():n.getColumns(a.leafColumns());var C=c+\"-row\",x={props:I()({},M.props,{fixed:O,index:o,prefixCls:C,record:h,rowKey:f,needIndentSpaced:M.needIndentSpaced}),key:f,on:{rowClick:v,expandedChange:M.handleExpandChange},scopedSlots:{default:function(e){var n=Object(B[\"x\"])({props:{fixed:O,indent:t,record:h,index:o,prefixCls:C,childrenColumnName:l,columns:b,rowKey:f,ancestorKeys:r,components:s,isAnyColumnsFixed:z,customRow:d},on:I()({rowDoubleclick:g,rowContextmenu:y,rowMouseenter:w,rowMouseleave:S},m),class:p,ref:\"row_\"+o+\"_\"+t},e);return i(Ny,n)}}},T=i(Wy,x);_.push(T),M.renderRows(n.renderRows,_,h,o,t,O,f,r)},V=0;V<e.length;V+=1)T(V);return _}},render:function(){var e=arguments[0],t=this.table,n=t.sComponents,r=t.prefixCls,i=t.scroll,o=t.data,a=t.getBodyWrapper,s=this.$props,c=s.expander,l=s.tableClassName,u=s.hasHead,h=s.hasBody,d=s.fixed,f=s.isAnyColumnsFixed,p=this.getColumns(),v={};if(!d&&i.x){var m=f?\"max-content\":\"auto\";v.width=!0===i.x?m:i.x,v.width=\"number\"===typeof v.width?v.width+\"px\":v.width}if(d){var g=p.reduce((function(e,t){var n=t.width;return e+parseFloat(n,10)}),0);g>0&&(v.width=g+\"px\")}var b=h?n.table:\"table\",y=n.body.wrapper,C=void 0;return h&&(C=e(y,{class:r+\"-tbody\"},[this.renderRows(o,0)]),a&&(C=a(C))),e(b,{class:l,style:v,key:\"table\"},[e(Ey,{attrs:{columns:p,fixed:d}}),u&&e(Ay,{attrs:{expander:c,columns:p,fixed:d}}),C])}},Yy=qy,Gy={name:\"HeadTable\",props:{fixed:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].bool]),columns:s[\"a\"].array.isRequired,tableClassName:s[\"a\"].string.isRequired,handleBodyScrollLeft:s[\"a\"].func.isRequired,expander:s[\"a\"].object.isRequired},inject:{table:{default:function(){return{}}}},render:function(){var e=arguments[0],t=this.columns,n=this.fixed,r=this.tableClassName,o=this.handleBodyScrollLeft,s=this.expander,c=this.table,u=c.prefixCls,h=c.scroll,d=c.showHeader,f=c.saveRef,p=c.useFixedHeader,v={},m=My({direction:\"vertical\"});if(h.y){p=!0;var g=My({direction:\"horizontal\",prefixCls:u});g>0&&!n&&(v.marginBottom=\"-\"+g+\"px\",v.paddingBottom=\"0px\",v.minWidth=m+\"px\",v.overflowX=\"scroll\",v.overflowY=0===m?\"hidden\":\"scroll\")}return p&&d?e(\"div\",i()([{key:\"headTable\"},{directives:[{name:\"ant-ref\",value:n?function(){}:f(\"headTable\")}]},{class:l()(u+\"-header\",a()({},u+\"-hide-scrollbar\",m>0)),style:v,on:{scroll:o}}]),[e(Yy,{attrs:{tableClassName:r,hasHead:!0,hasBody:!1,fixed:n,columns:t,expander:s}})]):null}},Xy={name:\"BodyTable\",props:{fixed:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].bool]),columns:s[\"a\"].array.isRequired,tableClassName:s[\"a\"].string.isRequired,handleBodyScroll:s[\"a\"].func.isRequired,handleWheel:s[\"a\"].func.isRequired,getRowKey:s[\"a\"].func.isRequired,expander:s[\"a\"].object.isRequired,isAnyColumnsFixed:s[\"a\"].bool},inject:{table:{default:function(){return{}}}},render:function(){var e=arguments[0],t=this.table,n=t.prefixCls,r=t.scroll,o=this.columns,a=this.fixed,s=this.tableClassName,c=this.getRowKey,l=this.handleBodyScroll,u=this.handleWheel,h=this.expander,d=this.isAnyColumnsFixed,f=this.table,p=f.useFixedHeader,v=f.saveRef,m=I()({},this.table.bodyStyle),g={};if((r.x||a)&&(m.overflowX=m.overflowX||\"scroll\",m.WebkitTransform=\"translate3d (0, 0, 0)\"),r.y){var b=m.maxHeight||r.y;b=\"number\"===typeof b?b+\"px\":b,a?(g.maxHeight=b,g.overflowY=m.overflowY||\"scroll\"):m.maxHeight=b,m.overflowY=m.overflowY||\"scroll\",p=!0;var y=My({direction:\"vertical\"});y>0&&a&&(m.marginBottom=\"-\"+y+\"px\",m.paddingBottom=\"0px\")}var C=e(Yy,{attrs:{tableClassName:s,hasHead:!p,hasBody:!0,fixed:a,columns:o,expander:h,getRowKey:c,isAnyColumnsFixed:d}});if(a&&o.length){var w=void 0;return\"left\"===o[0].fixed||!0===o[0].fixed?w=\"fixedColumnsBodyLeft\":\"right\"===o[0].fixed&&(w=\"fixedColumnsBodyRight\"),delete m.overflowX,delete m.overflowY,e(\"div\",{key:\"bodyTable\",class:n+\"-body-outer\",style:I()({},m)},[e(\"div\",i()([{class:n+\"-body-inner\",style:g},{directives:[{name:\"ant-ref\",value:v(w)}]},{on:{wheel:u,scroll:l}}]),[C])])}var x=r&&(r.x||r.y);return e(\"div\",i()([{attrs:{tabIndex:x?-1:void 0},key:\"bodyTable\",class:n+\"-body\",style:m},{directives:[{name:\"ant-ref\",value:v(\"bodyTable\")}]},{on:{wheel:u,scroll:l}}]),[C])}},Jy=function(){return{expandIconAsCell:s[\"a\"].bool,expandRowByClick:s[\"a\"].bool,expandedRowKeys:s[\"a\"].array,expandedRowClassName:s[\"a\"].func,defaultExpandAllRows:s[\"a\"].bool,defaultExpandedRowKeys:s[\"a\"].array,expandIconColumnIndex:s[\"a\"].number,expandedRowRender:s[\"a\"].func,expandIcon:s[\"a\"].func,childrenColumnName:s[\"a\"].string,indentSize:s[\"a\"].number,columnManager:s[\"a\"].object.isRequired,prefixCls:s[\"a\"].string.isRequired,data:s[\"a\"].array,getRowKey:s[\"a\"].func}},Qy={name:\"ExpandableTable\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(Jy(),{expandIconAsCell:!1,expandedRowClassName:function(){return\"\"},expandIconColumnIndex:0,defaultExpandAllRows:!1,defaultExpandedRowKeys:[],childrenColumnName:\"children\",indentSize:15}),inject:{store:{from:\"table-store\",default:function(){return{}}}},data:function(){var e=this.data,t=this.childrenColumnName,n=this.defaultExpandAllRows,r=this.expandedRowKeys,i=this.defaultExpandedRowKeys,o=this.getRowKey,a=[],s=[].concat(m()(e));if(n)for(var c=0;c<s.length;c+=1){var l=s[c];a.push(o(l,c)),s=s.concat(l[t]||[])}else a=r||i;return this.store.expandedRowsHeight={},this.store.expandedRowKeys=a,{}},mounted:function(){this.handleUpdated()},updated:function(){this.handleUpdated()},watch:{expandedRowKeys:function(e){var t=this;this.$nextTick((function(){t.store.expandedRowKeys=e}))}},methods:{handleUpdated:function(){this.latestExpandedRows=null},handleExpandChange:function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];n&&(n.preventDefault(),n.stopPropagation());var o=this.store.expandedRowKeys;if(e)o=[].concat(m()(o),[r]);else{var a=o.indexOf(r);-1!==a&&(o=_y(o,r))}this.expandedRowKeys||(this.store.expandedRowKeys=o),this.latestExpandedRows&&qe()(this.latestExpandedRows,o)||(this.latestExpandedRows=o,this.__emit(\"expandedRowsChange\",o),this.__emit(\"update:expandedRowKeys\",o)),i||this.__emit(\"expand\",e,t)},renderExpandIndentCell:function(e,t){var n=this.prefixCls,r=this.expandIconAsCell;if(r&&\"right\"!==t&&e.length){var i={key:\"rc-table-expand-icon-cell\",className:n+\"-expand-icon-th\",title:\"\",rowSpan:e.length};e[0].unshift(I()({},i,{column:i}))}},renderExpandedRow:function(e,t,n,r,i,o,a){var s=this,c=this.$createElement,l=this.prefixCls,u=this.expandIconAsCell,h=this.indentSize,d=i[i.length-1],f=d+\"-extra-row\",p={body:{row:\"tr\",cell:\"td\"}},v=void 0;v=\"left\"===a?this.columnManager.leftLeafColumns().length:\"right\"===a?this.columnManager.rightLeafColumns().length:this.columnManager.leafColumns().length;var m=[{key:\"extra-row\",customRender:function(){var r=s.store.expandedRowKeys,i=r.includes(d);return{attrs:{colSpan:v},children:\"right\"!==a?n(e,t,o,i):\"&nbsp;\"}}}];return u&&\"right\"!==a&&m.unshift({key:\"expand-icon-placeholder\",customRender:function(){return null}}),c(Ny,{key:f,attrs:{columns:m,rowKey:f,ancestorKeys:i,prefixCls:l+\"-expanded-row\",indentSize:h,indent:o,fixed:a,components:p,expandedRow:!0,hasExpandIcon:function(){}},class:r})},renderRows:function(e,t,n,r,i,o,a,s){var c=this.expandedRowClassName,l=this.expandedRowRender,u=this.childrenColumnName,h=n[u],d=[].concat(m()(s),[a]),f=i+1;l&&t.push(this.renderExpandedRow(n,r,l,c(n,r,i),d,f,o)),h&&t.push.apply(t,m()(e(h,f,d)))}},render:function(){var e=this.data,t=this.childrenColumnName,n=this.$scopedSlots,r=Object(B[\"l\"])(this),i=e.some((function(e){return e[t]}));return n[\"default\"]&&n[\"default\"]({props:r,on:Object(B[\"k\"])(this),needIndentSpaced:i,renderRows:this.renderRows,handleExpandChange:this.handleExpandChange,renderExpandIndentCell:this.renderExpandIndentCell})}},Zy=Qy,eC={name:\"Table\",mixins:[p[\"a\"]],provide:function(){return{\"table-store\":this.store,table:this}},props:Object(B[\"t\"])({data:s[\"a\"].array,useFixedHeader:s[\"a\"].bool,columns:s[\"a\"].array,prefixCls:s[\"a\"].string,bodyStyle:s[\"a\"].object,rowKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func]),rowClassName:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func]),customRow:s[\"a\"].func,customHeaderRow:s[\"a\"].func,showHeader:s[\"a\"].bool,title:s[\"a\"].func,id:s[\"a\"].string,footer:s[\"a\"].func,emptyText:s[\"a\"].any,scroll:s[\"a\"].object,rowRef:s[\"a\"].func,getBodyWrapper:s[\"a\"].func,components:s[\"a\"].shape({table:s[\"a\"].any,header:s[\"a\"].shape({wrapper:s[\"a\"].any,row:s[\"a\"].any,cell:s[\"a\"].any}),body:s[\"a\"].shape({wrapper:s[\"a\"].any,row:s[\"a\"].any,cell:s[\"a\"].any})}),expandIconAsCell:s[\"a\"].bool,expandedRowKeys:s[\"a\"].array,expandedRowClassName:s[\"a\"].func,defaultExpandAllRows:s[\"a\"].bool,defaultExpandedRowKeys:s[\"a\"].array,expandIconColumnIndex:s[\"a\"].number,expandedRowRender:s[\"a\"].func,childrenColumnName:s[\"a\"].string,indentSize:s[\"a\"].number,expandRowByClick:s[\"a\"].bool,expandIcon:s[\"a\"].func,tableLayout:s[\"a\"].string,transformCellText:s[\"a\"].func},{data:[],useFixedHeader:!1,rowKey:\"key\",rowClassName:function(){return\"\"},prefixCls:\"rc-table\",bodyStyle:{},showHeader:!0,scroll:{},rowRef:function(){return null},emptyText:function(){return\"No Data\"},customHeaderRow:function(){}}),data:function(){return this.preData=[].concat(m()(this.data)),this.store=(this.$root.constructor.observable||Lt[\"a\"].observable)({currentHoverKey:null,fixedColumnsHeadRowsHeight:[],fixedColumnsBodyRowsHeight:{},expandedRowsHeight:{},expandedRowKeys:[]}),{columnManager:new Py(this.columns),sComponents:Vy()({table:\"table\",header:{wrapper:\"thead\",row:\"tr\",cell:\"th\"},body:{wrapper:\"tbody\",row:\"tr\",cell:\"td\"}},this.components)}},watch:{components:function(){this._components=Vy()({table:\"table\",header:{wrapper:\"thead\",row:\"tr\",cell:\"th\"},body:{wrapper:\"tbody\",row:\"tr\",cell:\"td\"}},this.components)},columns:function(e){e&&this.columnManager.reset(e)},data:function(e){var t=this;0===e.length&&this.hasScrollX()&&this.$nextTick((function(){t.resetScrollX()}))}},created:function(){var e=this;[\"rowClick\",\"rowDoubleclick\",\"rowContextmenu\",\"rowMouseenter\",\"rowMouseleave\"].forEach((function(t){Object(x[\"a\"])(void 0===Object(B[\"k\"])(e)[t],t+\" is deprecated, please use customRow instead.\")})),Object(x[\"a\"])(void 0===this.getBodyWrapper,\"getBodyWrapper is deprecated, please use custom components instead.\"),this.setScrollPosition(\"left\"),this.debouncedWindowResize=zy(this.handleWindowResize,150)},mounted:function(){var e=this;this.$nextTick((function(){e.columnManager.isAnyColumnsFixed()&&(e.handleWindowResize(),e.resizeEvent=O(window,\"resize\",e.debouncedWindowResize)),e.ref_headTable&&(e.ref_headTable.scrollLeft=0),e.ref_bodyTable&&(e.ref_bodyTable.scrollLeft=0)}))},updated:function(){var e=this;this.$nextTick((function(){e.columnManager.isAnyColumnsFixed()&&(e.handleWindowResize(),e.resizeEvent||(e.resizeEvent=O(window,\"resize\",e.debouncedWindowResize)))}))},beforeDestroy:function(){this.resizeEvent&&this.resizeEvent.remove(),this.debouncedWindowResize&&this.debouncedWindowResize.cancel()},methods:{getRowKey:function(e,t){var n=this.rowKey,r=\"function\"===typeof n?n(e,t):e[n];return Object(x[\"a\"])(void 0!==r,\"Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key.\"),void 0===r?t:r},setScrollPosition:function(e){if(this.scrollPosition=e,this.tableNode){var t=this.prefixCls;\"both\"===e?se()(this.tableNode).remove(new RegExp(\"^\"+t+\"-scroll-position-.+$\")).add(t+\"-scroll-position-left\").add(t+\"-scroll-position-right\"):se()(this.tableNode).remove(new RegExp(\"^\"+t+\"-scroll-position-.+$\")).add(t+\"-scroll-position-\"+e)}},setScrollPositionClassName:function(){var e=this.ref_bodyTable,t=0===e.scrollLeft,n=e.scrollLeft+1>=e.children[0].getBoundingClientRect().width-e.getBoundingClientRect().width;t&&n?this.setScrollPosition(\"both\"):t?this.setScrollPosition(\"left\"):n?this.setScrollPosition(\"right\"):\"middle\"!==this.scrollPosition&&this.setScrollPosition(\"middle\")},isTableLayoutFixed:function(){var e=this.$props,t=e.tableLayout,n=e.columns,r=void 0===n?[]:n,i=e.useFixedHeader,o=e.scroll,a=void 0===o?{}:o;return\"undefined\"!==typeof t?\"fixed\"===t:!!r.some((function(e){var t=e.ellipsis;return!!t}))||(!(!i&&!a.y)||!(!a.x||!0===a.x||\"max-content\"===a.x))},handleWindowResize:function(){this.syncFixedTableRowHeight(),this.setScrollPositionClassName()},syncFixedTableRowHeight:function(){var e=this.tableNode.getBoundingClientRect();if(!(void 0!==e.height&&e.height<=0)){var t=this.prefixCls,n=this.ref_headTable?this.ref_headTable.querySelectorAll(\"thead\"):this.ref_bodyTable.querySelectorAll(\"thead\"),r=this.ref_bodyTable.querySelectorAll(\".\"+t+\"-row\")||[],i=[].map.call(n,(function(e){return e.getBoundingClientRect().height?e.getBoundingClientRect().height-.5:\"auto\"})),o=this.store,a=[].reduce.call(r,(function(e,t){var n=t.getAttribute(\"data-row-key\"),r=t.getBoundingClientRect().height||o.fixedColumnsBodyRowsHeight[n]||\"auto\";return e[n]=r,e}),{});qe()(o.fixedColumnsHeadRowsHeight,i)&&qe()(o.fixedColumnsBodyRowsHeight,a)||(this.store.fixedColumnsHeadRowsHeight=i,this.store.fixedColumnsBodyRowsHeight=a)}},resetScrollX:function(){this.ref_headTable&&(this.ref_headTable.scrollLeft=0),this.ref_bodyTable&&(this.ref_bodyTable.scrollLeft=0)},hasScrollX:function(){var e=this.scroll,t=void 0===e?{}:e;return\"x\"in t},handleBodyScrollLeft:function(e){if(e.currentTarget===e.target){var t=e.target,n=this.scroll,r=void 0===n?{}:n,i=this.ref_headTable,o=this.ref_bodyTable;t.scrollLeft!==this.lastScrollLeft&&r.x&&(t===o&&i?i.scrollLeft=t.scrollLeft:t===i&&o&&(o.scrollLeft=t.scrollLeft),this.setScrollPositionClassName()),this.lastScrollLeft=t.scrollLeft}},handleBodyScrollTop:function(e){var t=e.target;if(e.currentTarget===t){var n=this.scroll,r=void 0===n?{}:n,i=this.ref_headTable,o=this.ref_bodyTable,a=this.ref_fixedColumnsBodyLeft,s=this.ref_fixedColumnsBodyRight;if(t.scrollTop!==this.lastScrollTop&&r.y&&t!==i){var c=t.scrollTop;a&&t!==a&&(a.scrollTop=c),s&&t!==s&&(s.scrollTop=c),o&&t!==o&&(o.scrollTop=c)}this.lastScrollTop=t.scrollTop}},handleBodyScroll:function(e){this.handleBodyScrollLeft(e),this.handleBodyScrollTop(e)},handleWheel:function(e){var t=this.$props.scroll,n=void 0===t?{}:t;if(window.navigator.userAgent.match(/Trident\\/7\\./)&&n.y){e.preventDefault();var r=e.deltaY,i=e.target,o=this.ref_bodyTable,a=this.ref_fixedColumnsBodyLeft,s=this.ref_fixedColumnsBodyRight,c=0;c=this.lastScrollTop?this.lastScrollTop+r:r,a&&i!==a&&(a.scrollTop=c),s&&i!==s&&(s.scrollTop=c),o&&i!==o&&(o.scrollTop=c)}},saveRef:function(e){var t=this;return function(n){t[\"ref_\"+e]=n}},saveTableNodeRef:function(e){this.tableNode=e},renderMainTable:function(){var e=this.$createElement,t=this.scroll,n=this.prefixCls,r=this.columnManager.isAnyColumnsFixed(),i=r||t.x||t.y,o=[this.renderTable({columns:this.columnManager.groupedColumns(),isAnyColumnsFixed:r}),this.renderEmptyText(),this.renderFooter()];return i?e(\"div\",{class:n+\"-scroll\"},[o]):o},renderLeftFixedTable:function(){var e=this.$createElement,t=this.prefixCls;return e(\"div\",{class:t+\"-fixed-left\"},[this.renderTable({columns:this.columnManager.leftColumns(),fixed:\"left\"})])},renderRightFixedTable:function(){var e=this.$createElement,t=this.prefixCls;return e(\"div\",{class:t+\"-fixed-right\"},[this.renderTable({columns:this.columnManager.rightColumns(),fixed:\"right\"})])},renderTable:function(e){var t=this.$createElement,n=e.columns,r=e.fixed,i=e.isAnyColumnsFixed,o=this.prefixCls,a=this.scroll,s=void 0===a?{}:a,c=s.x||r?o+\"-fixed\":\"\",l=t(Gy,{key:\"head\",attrs:{columns:n,fixed:r,tableClassName:c,handleBodyScrollLeft:this.handleBodyScrollLeft,expander:this.expander}}),u=t(Xy,{key:\"body\",attrs:{columns:n,fixed:r,tableClassName:c,getRowKey:this.getRowKey,handleWheel:this.handleWheel,handleBodyScroll:this.handleBodyScroll,expander:this.expander,isAnyColumnsFixed:i}});return[l,u]},renderTitle:function(){var e=this.$createElement,t=this.title,n=this.prefixCls,r=this.data;return t?e(\"div\",{class:n+\"-title\",key:\"title\"},[t(r)]):null},renderFooter:function(){var e=this.$createElement,t=this.footer,n=this.prefixCls,r=this.data;return t?e(\"div\",{class:n+\"-footer\",key:\"footer\"},[t(r)]):null},renderEmptyText:function(){var e=this.$createElement,t=this.emptyText,n=this.prefixCls,r=this.data;if(r.length)return null;var i=n+\"-placeholder\";return e(\"div\",{class:i,key:\"emptyText\"},[\"function\"===typeof t?t():t])}},render:function(){var e,t=this,n=arguments[0],r=Object(B[\"l\"])(this),o=this.columnManager,s=this.getRowKey,c=r.prefixCls,u=l()(r.prefixCls,(e={},a()(e,c+\"-fixed-header\",r.useFixedHeader||r.scroll&&r.scroll.y),a()(e,c+\"-scroll-position-left \"+c+\"-scroll-position-right\",\"both\"===this.scrollPosition),a()(e,c+\"-scroll-position-\"+this.scrollPosition,\"both\"!==this.scrollPosition),a()(e,c+\"-layout-fixed\",this.isTableLayoutFixed()),e)),h=o.isAnyColumnsLeftFixed(),d=o.isAnyColumnsRightFixed(),f={props:I()({},r,{columnManager:o,getRowKey:s}),on:Object(B[\"k\"])(this),scopedSlots:{default:function(e){return t.expander=e,n(\"div\",i()([{directives:[{name:\"ant-ref\",value:t.saveTableNodeRef}]},{class:u}]),[t.renderTitle(),n(\"div\",{class:c+\"-content\"},[t.renderMainTable(),h&&t.renderLeftFixedTable(),d&&t.renderRightFixedTable()])])}}};return n(Zy,f)}},tC={name:\"Column\",props:{rowSpan:s[\"a\"].number,colSpan:s[\"a\"].number,title:s[\"a\"].any,dataIndex:s[\"a\"].string,width:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),ellipsis:s[\"a\"].bool,fixed:s[\"a\"].oneOf([!0,\"left\",\"right\"]),align:s[\"a\"].oneOf([\"left\",\"center\",\"right\"]),customRender:s[\"a\"].func,className:s[\"a\"].string,customCell:s[\"a\"].func,customHeaderCell:s[\"a\"].func}},nC={name:\"ColumnGroup\",props:{title:s[\"a\"].any},isTableColumnGroup:!0},rC={name:\"Table\",Column:tC,ColumnGroup:nC,props:eC.props,methods:{getTableNode:function(){return this.$refs.table.tableNode},getBodyTable:function(){return this.$refs.table.ref_bodyTable},normalize:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=[];return t.forEach((function(t){if(t.tag){var r=Object(B[\"j\"])(t),i=Object(B[\"q\"])(t),o=Object(B[\"f\"])(t),a=Object(B[\"l\"])(t),s=Object(B[\"i\"])(t),c={};Object.keys(s).forEach((function(e){var t=\"on-\"+e;c[Object(B[\"a\"])(t)]=s[e]}));var l=Object(B[\"p\"])(t),u=l[\"default\"],h=l.title,d=I()({title:h},a,{style:i,class:o},c);if(r&&(d.key=r),Object(B[\"o\"])(t).isTableColumnGroup)d.children=e.normalize(\"function\"===typeof u?u():u);else{var f=t.data&&t.data.scopedSlots&&t.data.scopedSlots[\"default\"];d.customRender=d.customRender||f}n.push(d)}})),n}},render:function(){var e=arguments[0],t=this.$slots,n=this.normalize,r=Object(B[\"l\"])(this),i=r.columns||n(t[\"default\"]),o={props:I()({},r,{columns:i}),on:Object(B[\"k\"])(this),ref:\"table\"};return e(eC,o)}},iC=rC,oC=n(\"61fe\"),aC=n.n(oC),sC={name:\"FilterDropdownMenuWrapper\",methods:{handelClick:function(e){e.stopPropagation()}},render:function(){var e=arguments[0],t=this.$slots,n=this.handelClick;return e(\"div\",{on:{click:n}},[t[\"default\"]])}},cC=gv(),lC=ev(),uC=s[\"a\"].shape({text:s[\"a\"].string,value:s[\"a\"].string,children:s[\"a\"].array}).loose,hC={title:s[\"a\"].any,dataIndex:s[\"a\"].string,customRender:s[\"a\"].func,customCell:s[\"a\"].func,customHeaderCell:s[\"a\"].func,align:s[\"a\"].oneOf([\"left\",\"right\",\"center\"]),ellipsis:s[\"a\"].bool,filters:s[\"a\"].arrayOf(uC),filterMultiple:s[\"a\"].bool,filterDropdown:s[\"a\"].any,filterDropdownVisible:s[\"a\"].bool,sorter:s[\"a\"].oneOfType([s[\"a\"].boolean,s[\"a\"].func]),defaultSortOrder:s[\"a\"].oneOf([\"ascend\",\"descend\"]),colSpan:s[\"a\"].number,width:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),className:s[\"a\"].string,fixed:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].oneOf([\"left\",\"right\"])]),filterIcon:s[\"a\"].any,filteredValue:s[\"a\"].array,filtered:s[\"a\"].bool,defaultFilteredValue:s[\"a\"].array,sortOrder:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].oneOf([\"ascend\",\"descend\"])]),sortDirections:s[\"a\"].array},dC=s[\"a\"].shape({filterTitle:s[\"a\"].string,filterConfirm:s[\"a\"].any,filterReset:s[\"a\"].any,emptyText:s[\"a\"].any,selectAll:s[\"a\"].any,selectInvert:s[\"a\"].any,sortTitle:s[\"a\"].string,expand:s[\"a\"].string,collapse:s[\"a\"].string}).loose,fC=s[\"a\"].oneOf([\"checkbox\",\"radio\"]),pC={type:fC,selectedRowKeys:s[\"a\"].array,getCheckboxProps:s[\"a\"].func,selections:s[\"a\"].oneOfType([s[\"a\"].array,s[\"a\"].bool]),hideDefaultSelections:s[\"a\"].bool,fixed:s[\"a\"].bool,columnWidth:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),selectWay:s[\"a\"].oneOf([\"onSelect\",\"onSelectMultiple\",\"onSelectAll\",\"onSelectInvert\"]),columnTitle:s[\"a\"].any},vC={prefixCls:s[\"a\"].string,dropdownPrefixCls:s[\"a\"].string,rowSelection:s[\"a\"].oneOfType([s[\"a\"].shape(pC).loose,null]),pagination:s[\"a\"].oneOfType([s[\"a\"].shape(I()({},cC,{position:s[\"a\"].oneOf([\"top\",\"bottom\",\"both\"])})).loose,s[\"a\"].bool]),size:s[\"a\"].oneOf([\"default\",\"middle\",\"small\",\"large\"]),dataSource:s[\"a\"].array,components:s[\"a\"].object,columns:s[\"a\"].array,rowKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func]),rowClassName:s[\"a\"].func,expandedRowRender:s[\"a\"].any,defaultExpandAllRows:s[\"a\"].bool,defaultExpandedRowKeys:s[\"a\"].array,expandedRowKeys:s[\"a\"].array,expandIconAsCell:s[\"a\"].bool,expandIconColumnIndex:s[\"a\"].number,expandRowByClick:s[\"a\"].bool,loading:s[\"a\"].oneOfType([s[\"a\"].shape(lC).loose,s[\"a\"].bool]),locale:dC,indentSize:s[\"a\"].number,customRow:s[\"a\"].func,customHeaderRow:s[\"a\"].func,useFixedHeader:s[\"a\"].bool,bordered:s[\"a\"].bool,showHeader:s[\"a\"].bool,footer:s[\"a\"].func,title:s[\"a\"].func,scroll:s[\"a\"].object,childrenColumnName:s[\"a\"].oneOfType([s[\"a\"].array,s[\"a\"].string]),bodyStyle:s[\"a\"].any,sortDirections:s[\"a\"].array,tableLayout:s[\"a\"].string,getPopupContainer:s[\"a\"].func,expandIcon:s[\"a\"].func,transformCellText:s[\"a\"].func},mC={store:s[\"a\"].any,locale:s[\"a\"].any,disabled:s[\"a\"].bool,getCheckboxPropsByItem:s[\"a\"].func,getRecordKey:s[\"a\"].func,data:s[\"a\"].array,prefixCls:s[\"a\"].string,hideDefaultSelections:s[\"a\"].bool,selections:s[\"a\"].oneOfType([s[\"a\"].array,s[\"a\"].bool]),getPopupContainer:s[\"a\"].func},gC={store:s[\"a\"].any,type:fC,defaultSelection:s[\"a\"].arrayOf([s[\"a\"].string,s[\"a\"].number]),rowIndex:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),name:s[\"a\"].string,disabled:s[\"a\"].bool,id:s[\"a\"].string},bC={_propsSymbol:s[\"a\"].any,locale:dC,selectedKeys:s[\"a\"].arrayOf([s[\"a\"].string,s[\"a\"].number]),column:s[\"a\"].object,confirmFilter:s[\"a\"].func,prefixCls:s[\"a\"].string,dropdownPrefixCls:s[\"a\"].string,getPopupContainer:s[\"a\"].func,handleFilter:s[\"a\"].func};function yC(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"children\",n=[],r=function e(r){r.forEach((function(r){if(r[t]){var i=I()({},r);delete i[t],n.push(i),r[t].length>0&&e(r[t])}else n.push(r)}))};return r(e),n}function CC(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:\"children\";return e.map((function(e,r){var i={};return e[n]&&(i[n]=CC(e[n],t,n)),I()({},t(e,r),i)}))}function wC(e,t){return e.reduce((function(e,n){if(t(n)&&e.push(n),n.children){var r=wC(n.children,t);e.push.apply(e,m()(r))}return e}),[])}function xC(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(e||[]).forEach((function(e){var n=e.value,r=e.children;t[n.toString()]=n,xC(r,t)})),t}function SC(e){e.stopPropagation()}var kC={name:\"FilterMenu\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(bC,{handleFilter:function(){},column:{}}),data:function(){var e=\"filterDropdownVisible\"in this.column&&this.column.filterDropdownVisible;return this.preProps=I()({},Object(B[\"l\"])(this)),{sSelectedKeys:this.selectedKeys,sKeyPathOfSelectedItem:{},sVisible:e,sValueKeys:xC(this.column.filters)}},watch:{_propsSymbol:function(){var e=Object(B[\"l\"])(this),t=e.column,n={};\"selectedKeys\"in e&&!qe()(this.preProps.selectedKeys,e.selectedKeys)&&(n.sSelectedKeys=e.selectedKeys),qe()((this.preProps.column||{}).filters,(e.column||{}).filters)||(n.sValueKeys=xC(e.column.filters)),\"filterDropdownVisible\"in t&&(n.sVisible=t.filterDropdownVisible),Object.keys(n).length>0&&this.setState(n),this.preProps=I()({},e)}},mounted:function(){var e=this,t=this.column;this.$nextTick((function(){e.setNeverShown(t)}))},updated:function(){var e=this,t=this.column;this.$nextTick((function(){e.setNeverShown(t)}))},methods:{getDropdownVisible:function(){return!this.neverShown&&this.sVisible},setNeverShown:function(e){var t=this.$el,n=!!aC()(t,\".ant-table-scroll\");n&&(this.neverShown=!!e.fixed)},setSelectedKeys:function(e){var t=e.selectedKeys;this.setState({sSelectedKeys:t})},setVisible:function(e){var t=this.column;\"filterDropdownVisible\"in t||this.setState({sVisible:e}),t.onFilterDropdownVisibleChange&&t.onFilterDropdownVisibleChange(e)},handleClearFilters:function(){this.setState({sSelectedKeys:[]},this.handleConfirm)},handleConfirm:function(){var e=this;this.setVisible(!1),this.confirmFilter2(),this.$forceUpdate(),this.$nextTick((function(){e.confirmFilter}))},onVisibleChange:function(e){this.setVisible(e);var t=this.$props.column;e||t.filterDropdown instanceof Function||this.confirmFilter2()},handleMenuItemClick:function(e){var t=this.$data.sSelectedKeys;if(e.keyPath&&!(e.keyPath.length<=1)){var n=this.$data.sKeyPathOfSelectedItem;t&&t.indexOf(e.key)>=0?delete n[e.key]:n[e.key]=e.keyPath,this.setState({sKeyPathOfSelectedItem:n})}},hasSubMenu:function(){var e=this.column.filters,t=void 0===e?[]:e;return t.some((function(e){return!!(e.children&&e.children.length>0)}))},confirmFilter2:function(){var e=this.$props,t=e.column,n=e.selectedKeys,r=e.confirmFilter,i=this.$data,o=i.sSelectedKeys,a=i.sValueKeys,s=t.filterDropdown;qe()(o,n)||r(t,s?o:o.map((function(e){return a[e]})).filter((function(e){return void 0!==e})))},renderMenus:function(e){var t=this,n=this.$createElement,r=this.$props,i=r.dropdownPrefixCls,o=r.prefixCls;return e.map((function(e){if(e.children&&e.children.length>0){var r=t.sKeyPathOfSelectedItem,s=Object.keys(r).some((function(t){return r[t].indexOf(e.value)>=0})),c=l()(o+\"-dropdown-submenu\",a()({},i+\"-submenu-contain-selected\",s));return n(qr,{attrs:{title:e.text,popupClassName:c},key:e.value},[t.renderMenus(e.children)])}return t.renderMenuItem(e)}))},renderFilterIcon:function(){var e,t=this.$createElement,n=this.column,r=this.locale,i=this.prefixCls,o=this.selectedKeys,s=o&&o.length>0,c=n.filterIcon;\"function\"===typeof c&&(c=c(s,n));var u=l()((e={},a()(e,i+\"-selected\",\"filtered\"in n?n.filtered:s),a()(e,i+\"-open\",this.getDropdownVisible()),e));return c?1===c.length&&Object(B[\"w\"])(c[0])?Object(At[\"a\"])(c[0],{on:{click:SC},class:l()(i+\"-icon\",u)}):t(\"span\",{class:l()(i+\"-icon\",u)},[c]):t(Yi[\"a\"],{attrs:{title:r.filterTitle,type:\"filter\",theme:\"filled\"},class:u,on:{click:SC}})},renderMenuItem:function(e){var t=this.$createElement,n=this.column,r=this.$data.sSelectedKeys,i=!(\"filterMultiple\"in n)||n.filterMultiple,o=t(i?Fu:tb,{attrs:{checked:r&&r.indexOf(e.value)>=0}});return t(Vt,{key:e.value},[o,t(\"span\",[e.text])])}},render:function(){var e=this,t=arguments[0],n=this.$data.sSelectedKeys,r=this.column,i=this.locale,o=this.prefixCls,s=this.dropdownPrefixCls,c=this.getPopupContainer,u=!(\"filterMultiple\"in r)||r.filterMultiple,h=l()(a()({},s+\"-menu-without-submenu\",!this.hasSubMenu())),d=r.filterDropdown;d instanceof Function&&(d=d({prefixCls:s+\"-custom\",setSelectedKeys:function(t){return e.setSelectedKeys({selectedKeys:t})},selectedKeys:n,confirm:this.handleConfirm,clearFilters:this.handleClearFilters,filters:r.filters,visible:this.getDropdownVisible(),column:r}));var f=t(sC,{class:o+\"-dropdown\"},d?[d]:[t(li,{attrs:{multiple:u,prefixCls:s+\"-menu\",selectedKeys:n&&n.map((function(e){return e})),getPopupContainer:c},on:{click:this.handleMenuItemClick,select:this.setSelectedKeys,deselect:this.setSelectedKeys},class:h},[this.renderMenus(r.filters)]),t(\"div\",{class:o+\"-dropdown-btns\"},[t(\"a\",{class:o+\"-dropdown-link confirm\",on:{click:this.handleConfirm}},[i.filterConfirm]),t(\"a\",{class:o+\"-dropdown-link clear\",on:{click:this.handleClearFilters}},[i.filterReset])])]);return t(of,{attrs:{trigger:[\"click\"],placement:\"bottomRight\",visible:this.getDropdownVisible(),getPopupContainer:c,forceRender:!0},on:{visibleChange:this.onVisibleChange}},[t(\"template\",{slot:\"overlay\"},[f]),this.renderFilterIcon()])}},OC={name:\"SelectionBox\",mixins:[p[\"a\"]],props:gC,computed:{checked:function(){var e=this.$props,t=e.store,n=e.defaultSelection,r=e.rowIndex,i=!1;return i=t.selectionDirty?t.selectedRowKeys.indexOf(r)>=0:t.selectedRowKeys.indexOf(r)>=0||n.indexOf(r)>=0,i}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.type,r=t.rowIndex,i=re()(t,[\"type\",\"rowIndex\"]),o=this.checked,a={props:I()({checked:o},i),on:Object(B[\"k\"])(this)};return\"radio\"===n?(a.props.value=r,e(tb,a)):e(Fu,a)}};function MC(e){var t=e.store,n=e.getCheckboxPropsByItem,r=e.getRecordKey,i=e.data,o=e.type,a=e.byDefaultChecked;return a?i[o]((function(e,t){return n(e,t).defaultChecked})):i[o]((function(e,n){return t.selectedRowKeys.indexOf(r(e,n))>=0}))}function zC(e){var t=e.store,n=e.data;if(!n.length)return!1;var r=MC(I()({},e,{data:n,type:\"some\",byDefaultChecked:!1}))&&!MC(I()({},e,{data:n,type:\"every\",byDefaultChecked:!1})),i=MC(I()({},e,{data:n,type:\"some\",byDefaultChecked:!0}))&&!MC(I()({},e,{data:n,type:\"every\",byDefaultChecked:!0}));return t.selectionDirty?r:r||i}function _C(e){var t=e.store,n=e.data;return!!n.length&&(t.selectionDirty?MC(I()({},e,{data:n,type:\"every\",byDefaultChecked:!1})):MC(I()({},e,{data:n,type:\"every\",byDefaultChecked:!1}))||MC(I()({},e,{data:n,type:\"every\",byDefaultChecked:!0})))}var TC={name:\"SelectionCheckboxAll\",mixins:[p[\"a\"]],props:mC,data:function(){var e=this.$props;return this.defaultSelections=e.hideDefaultSelections?[]:[{key:\"all\",text:e.locale.selectAll},{key:\"invert\",text:e.locale.selectInvert}],{checked:_C(e),indeterminate:zC(e)}},watch:{$props:{handler:function(){this.setCheckState(this.$props)},deep:!0,immediate:!0}},methods:{checkSelection:function(e,t,n,r){var i=e||this.$props,o=i.store,a=i.getCheckboxPropsByItem,s=i.getRecordKey;return(\"every\"===n||\"some\"===n)&&(r?t[n]((function(e,t){return a(e,t).props.defaultChecked})):t[n]((function(e,t){return o.selectedRowKeys.indexOf(s(e,t))>=0})))},setCheckState:function(e){var t=_C(e),n=zC(e);this.setState((function(e){var r={};return n!==e.indeterminate&&(r.indeterminate=n),t!==e.checked&&(r.checked=t),r}))},handleSelectAllChange:function(e){var t=e.target.checked;this.$emit(\"select\",t?\"all\":\"removeAll\",0,null)},renderMenus:function(e){var t=this,n=this.$createElement;return e.map((function(e,r){return n(fs.Item,{key:e.key||r},[n(\"div\",{on:{click:function(){t.$emit(\"select\",e.key,r,e.onSelect)}}},[e.text])])}))}},render:function(){var e=arguments[0],t=this.disabled,n=this.prefixCls,r=this.selections,i=this.getPopupContainer,o=this.checked,s=this.indeterminate,c=n+\"-selection\",u=null;if(r){var h=Array.isArray(r)?this.defaultSelections.concat(r):this.defaultSelections,d=e(fs,{class:c+\"-menu\",attrs:{selectedKeys:[]}},[this.renderMenus(h)]);u=h.length>0?e(of,{attrs:{getPopupContainer:i}},[e(\"template\",{slot:\"overlay\"},[d]),e(\"div\",{class:c+\"-down\"},[e(Yi[\"a\"],{attrs:{type:\"down\"}})])]):null}return e(\"div\",{class:c},[e(Fu,{class:l()(a()({},c+\"-select-all-custom\",u)),attrs:{checked:o,indeterminate:s,disabled:t},on:{change:this.handleSelectAllChange}}),u])}},VC={name:\"ATableColumn\",props:hC},jC={name:\"ATableColumnGroup\",props:{fixed:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].oneOf([\"left\",\"right\"])]),title:s[\"a\"].any},__ANT_TABLE_COLUMN_GROUP:!0},PC={store:s[\"a\"].any,rowKey:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),prefixCls:s[\"a\"].string};function EC(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"tr\",t={name:\"BodyRow\",props:PC,computed:{selected:function(){return this.$props.store.selectedRowKeys.indexOf(this.$props.rowKey)>=0}},render:function(){var t=arguments[0],n=a()({},this.prefixCls+\"-row-selected\",this.selected);return t(e,i()([{class:n},{on:Object(B[\"k\"])(this)}]),[this.$slots[\"default\"]])}};return t}var HC={border:0,background:\"transparent\",padding:0,lineHeight:\"inherit\",display:\"inline-block\"},LC={props:{noStyle:s[\"a\"].bool},methods:{onKeyDown:function(e){var t=e.keyCode;t===oe.ENTER&&e.preventDefault()},onKeyUp:function(e){var t=e.keyCode;t===oe.ENTER&&this.$emit(\"click\",e)},setRef:function(e){this.div=e},focus:function(){this.div&&this.div.focus()},blur:function(){this.div&&this.div.blur()}},render:function(){var e=arguments[0],t=this.$props.noStyle;return e(\"div\",i()([{attrs:{role:\"button\",tabIndex:0}},{directives:[{name:\"ant-ref\",value:this.setRef}],on:I()({},this.$listeners,{keydown:this.onKeyDown,keyup:this.onKeyUp})},{style:I()({},t?null:HC)}]),[this.$slots[\"default\"]])}},$C=LC;function AC(){}function FC(e){e.stopPropagation()}function IC(e){return e.rowSelection||{}}function RC(e,t){return e.key||e.dataIndex||t}function DC(e,t){return!!(e&&t&&e.key&&e.key===t.key)||(e===t||qe()(e,t,(function(e,t){return\"function\"===typeof e&&\"function\"===typeof t?e===t||e.toString()===t.toString():Array.isArray(e)&&Array.isArray(t)?e===t||qe()(e,t):void 0})))}var NC={onChange:AC,onShowSizeChange:AC},BC={},KC=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e&&e.body&&e.body.row;return I()({},e,{body:I()({},e.body,{row:EC(t)})})};function WC(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e===t||[\"table\",\"header\",\"body\"].every((function(n){return qe()(e[n],t[n])}))}function UC(e,t){return wC(t||(e||{}).columns||[],(function(e){return\"undefined\"!==typeof e.filteredValue}))}function qC(e,t){var n={};return UC(e,t).forEach((function(e){var t=RC(e);n[t]=e.filteredValue})),n}function YC(e,t){return Object.keys(t).length!==Object.keys(e.filters).length||Object.keys(t).some((function(n){return t[n]!==e.filters[n]}))}var GC={name:\"Table\",Column:VC,ColumnGroup:jC,mixins:[p[\"a\"]],inject:{configProvider:{default:function(){return C[\"a\"]}}},provide:function(){return{store:this.store}},props:Object(B[\"t\"])(vC,{dataSource:[],useFixedHeader:!1,size:\"default\",loading:!1,bordered:!1,indentSize:20,locale:{},rowKey:\"key\",showHeader:!0,sortDirections:[\"ascend\",\"descend\"],childrenColumnName:\"children\"}),data:function(){var e=Object(B[\"l\"])(this);return Object(x[\"a\"])(!e.expandedRowRender||!(\"scroll\"in e)||!e.scroll.x,\"`expandedRowRender` and `scroll` are not compatible. Please use one of them at one time.\"),this.CheckboxPropsCache={},this.store=(this.$root.constructor.observable||Lt[\"a\"].observable)({selectedRowKeys:IC(this.$props).selectedRowKeys||[],selectionDirty:!1}),I()({},this.getDefaultSortOrder(e.columns||[]),{sFilters:this.getDefaultFilters(e.columns),sPagination:this.getDefaultPagination(this.$props),pivot:void 0,sComponents:KC(this.components),filterDataCnt:0})},watch:{pagination:{handler:function(e){this.setState((function(t){var n=I()({},NC,t.sPagination,e);return n.current=n.current||1,n.pageSize=n.pageSize||10,{sPagination:!1!==e?n:BC}}))},deep:!0},rowSelection:{handler:function(e,t){if(e&&\"selectedRowKeys\"in e){this.store.selectedRowKeys=e.selectedRowKeys||[];var n=this.rowSelection;n&&e.getCheckboxProps!==n.getCheckboxProps&&(this.CheckboxPropsCache={})}else t&&!e&&(this.store.selectedRowKeys=[])},deep:!0},dataSource:function(){this.store.selectionDirty=!1,this.CheckboxPropsCache={}},columns:function(e){var t=UC({columns:e},e);if(t.length>0){var n=qC({columns:e},e),r=I()({},this.sFilters);Object.keys(n).forEach((function(e){r[e]=n[e]})),YC({filters:this.sFilters},r)&&this.setState({sFilters:r})}this.$forceUpdate()},components:{handler:function(e,t){if(!WC(e,t)){var n=KC(e);this.setState({sComponents:n})}},deep:!0}},updated:function(){var e=this.columns,t=this.sSortColumn,n=this.sSortOrder;if(this.getSortOrderColumns(e).length>0){var r=this.getSortStateFromColumns(e);DC(r.sSortColumn,t)&&r.sSortOrder===n||this.setState(r)}},methods:{getCheckboxPropsByItem:function(e,t){var n=IC(this.$props);if(!n.getCheckboxProps)return{props:{}};var r=this.getRecordKey(e,t);return this.CheckboxPropsCache[r]||(this.CheckboxPropsCache[r]=n.getCheckboxProps(e)),this.CheckboxPropsCache[r].props=this.CheckboxPropsCache[r].props||{},this.CheckboxPropsCache[r]},getDefaultSelection:function(){var e=this,t=IC(this.$props);return t.getCheckboxProps?this.getFlatData().filter((function(t,n){return e.getCheckboxPropsByItem(t,n).props.defaultChecked})).map((function(t,n){return e.getRecordKey(t,n)})):[]},getDefaultPagination:function(e){var t=\"object\"===Z()(e.pagination)?e.pagination:{},n=void 0;\"current\"in t?n=t.current:\"defaultCurrent\"in t&&(n=t.defaultCurrent);var r=void 0;return\"pageSize\"in t?r=t.pageSize:\"defaultPageSize\"in t&&(r=t.defaultPageSize),this.hasPagination(e)?I()({},NC,t,{current:n||1,pageSize:r||10}):{}},getSortOrderColumns:function(e){return wC(e||this.columns||[],(function(e){return\"sortOrder\"in e}))},getDefaultFilters:function(e){var t=qC({columns:this.columns},e),n=wC(e||[],(function(e){return\"undefined\"!==typeof e.defaultFilteredValue})),r=n.reduce((function(e,t){var n=RC(t);return e[n]=t.defaultFilteredValue,e}),{});return I()({},r,t)},getDefaultSortOrder:function(e){var t=this.getSortStateFromColumns(e),n=wC(e||[],(function(e){return null!=e.defaultSortOrder}))[0];return n&&!t.sortColumn?{sSortColumn:n,sSortOrder:n.defaultSortOrder}:t},getSortStateFromColumns:function(e){var t=this.getSortOrderColumns(e).filter((function(e){return e.sortOrder}))[0];return t?{sSortColumn:t,sSortOrder:t.sortOrder}:{sSortColumn:null,sSortOrder:null}},getMaxCurrent:function(e){var t=this.sPagination,n=t.current,r=t.pageSize;return(n-1)*r>=e?Math.floor((e-1)/r)+1:n},getRecordKey:function(e,t){var n=this.rowKey,r=\"function\"===typeof n?n(e,t):e[n];return Object(x[\"a\"])(void 0!==r,\"Table\",\"Each record in dataSource of table should have a unique `key` prop, or set `rowKey` of Table to an unique primary key, \"),void 0===r?t:r},getSorterFn:function(e){var t=e||this.$data,n=t.sSortOrder,r=t.sSortColumn;if(n&&r&&\"function\"===typeof r.sorter)return function(e,t){var i=r.sorter(e,t,n);return 0!==i?\"descend\"===n?-i:i:0}},getCurrentPageData:function(){var e=this.getLocalData();this.filterDataCnt=e.length;var t=void 0,n=void 0,r=this.sPagination;return this.hasPagination()?(n=r.pageSize,t=this.getMaxCurrent(r.total||e.length)):(n=Number.MAX_VALUE,t=1),(e.length>n||n===Number.MAX_VALUE)&&(e=e.slice((t-1)*n,t*n)),e},getFlatData:function(){var e=this.$props.childrenColumnName;return yC(this.getLocalData(null,!1),e)},getFlatCurrentPageData:function(){var e=this.$props.childrenColumnName;return yC(this.getCurrentPageData(),e)},getLocalData:function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=e||this.$data,i=r.sFilters,o=this.$props.dataSource,a=o||[];a=a.slice(0);var s=this.getSorterFn(r);return s&&(a=this.recursiveSort([].concat(m()(a)),s)),n&&i&&Object.keys(i).forEach((function(e){var n=t.findColumn(e);if(n){var r=i[e]||[];if(0!==r.length){var o=n.onFilter;a=o?a.filter((function(e){return r.some((function(t){return o(t,e)}))})):a}}})),a},onRow:function(e,t,n){var r=this.customRow,i=r?r(t,n):{};return Object(B[\"x\"])(i,{props:{prefixCls:e,store:this.store,rowKey:this.getRecordKey(t,n)}})},setSelectedRowKeys:function(e,t){var n=this,r=t.selectWay,i=t.record,o=t.checked,a=t.changeRowKeys,s=t.nativeEvent,c=IC(this.$props);c&&!(\"selectedRowKeys\"in c)&&(this.store.selectedRowKeys=e);var l=this.getFlatData();if(c.onChange||c[r]){var u=l.filter((function(t,r){return e.indexOf(n.getRecordKey(t,r))>=0}));if(c.onChange&&c.onChange(e,u),\"onSelect\"===r&&c.onSelect)c.onSelect(i,o,u,s);else if(\"onSelectMultiple\"===r&&c.onSelectMultiple){var h=l.filter((function(e,t){return a.indexOf(n.getRecordKey(e,t))>=0}));c.onSelectMultiple(o,u,h)}else if(\"onSelectAll\"===r&&c.onSelectAll){var d=l.filter((function(e,t){return a.indexOf(n.getRecordKey(e,t))>=0}));c.onSelectAll(o,u,d)}else\"onSelectInvert\"===r&&c.onSelectInvert&&c.onSelectInvert(e)}},generatePopupContainerFunc:function(e){var t=this.$props.scroll,n=this.$refs.vcTable;return e||(t&&n?function(){return n.getTableNode()}:void 0)},scrollToFirstRow:function(){var e=this,t=this.$props.scroll;t&&!1!==t.scrollToFirstRowOnChange&&N(0,{getContainer:function(){return e.$refs.vcTable.getBodyTable()}})},isSameColumn:function(e,t){return!!(e&&t&&e.key&&e.key===t.key)||(e===t||qe()(e,t,(function(e,t){if(\"function\"===typeof e&&\"function\"===typeof t)return e===t||e.toString()===t.toString()})))},handleFilter:function(e,t){var n=this,r=this.$props,i=I()({},this.sPagination),o=I()({},this.sFilters,a()({},RC(e),t)),s=[];CC(this.columns,(function(e){e.children||s.push(RC(e))})),Object.keys(o).forEach((function(e){s.indexOf(e)<0&&delete o[e]})),r.pagination&&(i.current=1,i.onChange(i.current));var c={sPagination:i,sFilters:{}},l=I()({},o);UC({columns:r.columns}).forEach((function(e){var t=RC(e);t&&delete l[t]})),Object.keys(l).length>0&&(c.sFilters=l),\"object\"===Z()(r.pagination)&&\"current\"in r.pagination&&(c.sPagination=I()({},i,{current:this.sPagination.current})),this.setState(c,(function(){n.scrollToFirstRow(),n.store.selectionDirty=!1,n.$emit.apply(n,[\"change\"].concat(m()(n.prepareParamsArguments(I()({},n.$data,{sSelectionDirty:!1,sFilters:o,sPagination:i})))))}))},handleSelect:function(e,t,n){var r=this,i=n.target.checked,o=n.nativeEvent,a=this.store.selectionDirty?[]:this.getDefaultSelection(),s=this.store.selectedRowKeys.concat(a),c=this.getRecordKey(e,t),l=this.$data.pivot,u=this.getFlatCurrentPageData(),h=t;if(this.$props.expandedRowRender&&(h=u.findIndex((function(e){return r.getRecordKey(e,t)===c}))),o.shiftKey&&void 0!==l&&h!==l){var d=[],f=Math.sign(l-h),p=Math.abs(l-h),v=0,m=function(){var e=h+v*f;v+=1;var t=u[e],n=r.getRecordKey(t,e),o=r.getCheckboxPropsByItem(t,e);o.disabled||(s.includes(n)?i||(s=s.filter((function(e){return n!==e})),d.push(n)):i&&(s.push(n),d.push(n)))};while(v<=p)m();this.setState({pivot:h}),this.store.selectionDirty=!0,this.setSelectedRowKeys(s,{selectWay:\"onSelectMultiple\",record:e,checked:i,changeRowKeys:d,nativeEvent:o})}else i?s.push(this.getRecordKey(e,h)):s=s.filter((function(e){return c!==e})),this.setState({pivot:h}),this.store.selectionDirty=!0,this.setSelectedRowKeys(s,{selectWay:\"onSelect\",record:e,checked:i,changeRowKeys:void 0,nativeEvent:o})},handleRadioSelect:function(e,t,n){var r=n.target.checked,i=n.nativeEvent,o=this.getRecordKey(e,t),a=[o];this.store.selectionDirty=!0,this.setSelectedRowKeys(a,{selectWay:\"onSelect\",record:e,checked:r,changeRowKeys:void 0,nativeEvent:i})},handleSelectRow:function(e,t,n){var r=this,i=this.getFlatCurrentPageData(),o=this.store.selectionDirty?[]:this.getDefaultSelection(),a=this.store.selectedRowKeys.concat(o),s=i.filter((function(e,t){return!r.getCheckboxPropsByItem(e,t).props.disabled})).map((function(e,t){return r.getRecordKey(e,t)})),c=[],l=\"onSelectAll\",u=void 0;switch(e){case\"all\":s.forEach((function(e){a.indexOf(e)<0&&(a.push(e),c.push(e))})),l=\"onSelectAll\",u=!0;break;case\"removeAll\":s.forEach((function(e){a.indexOf(e)>=0&&(a.splice(a.indexOf(e),1),c.push(e))})),l=\"onSelectAll\",u=!1;break;case\"invert\":s.forEach((function(e){a.indexOf(e)<0?a.push(e):a.splice(a.indexOf(e),1),c.push(e),l=\"onSelectInvert\"}));break;default:break}this.store.selectionDirty=!0;var h=this.rowSelection,d=2;if(h&&h.hideDefaultSelections&&(d=0),t>=d&&\"function\"===typeof n)return n(s);this.setSelectedRowKeys(a,{selectWay:l,checked:u,changeRowKeys:c})},handlePageChange:function(e){var t=this.$props,n=I()({},this.sPagination);n.current=e||(n.current||1);for(var r=arguments.length,i=Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];n.onChange.apply(n,[n.current].concat(m()(i)));var a={sPagination:n};t.pagination&&\"object\"===Z()(t.pagination)&&\"current\"in t.pagination&&(a.sPagination=I()({},n,{current:this.sPagination.current})),this.setState(a,this.scrollToFirstRow),this.store.selectionDirty=!1,this.$emit.apply(this,[\"change\"].concat(m()(this.prepareParamsArguments(I()({},this.$data,{sSelectionDirty:!1,sPagination:n})))))},handleShowSizeChange:function(e,t){var n=this.sPagination;n.onShowSizeChange(e,t);var r=I()({},n,{pageSize:t,current:e});this.setState({sPagination:r},this.scrollToFirstRow),this.$emit.apply(this,[\"change\"].concat(m()(this.prepareParamsArguments(I()({},this.$data,{sPagination:r})))))},toggleSortOrder:function(e){var t=e.sortDirections||this.sortDirections,n=this.sSortOrder,r=this.sSortColumn,i=void 0;if(DC(r,e)&&void 0!==n){var o=t.indexOf(n)+1;i=o===t.length?void 0:t[o]}else i=t[0];var a={sSortOrder:i,sSortColumn:i?e:null};0===this.getSortOrderColumns().length&&this.setState(a,this.scrollToFirstRow),this.$emit.apply(this,[\"change\"].concat(m()(this.prepareParamsArguments(I()({},this.$data,a),e))))},hasPagination:function(e){return!1!==(e||this.$props).pagination},isSortColumn:function(e){var t=this.sSortColumn;return!(!e||!t)&&RC(t)===RC(e)},prepareParamsArguments:function(e,t){var n=I()({},e.sPagination);delete n.onChange,delete n.onShowSizeChange;var r=e.sFilters,i={},o=t;e.sSortColumn&&e.sSortOrder&&(o=e.sSortColumn,i.column=e.sSortColumn,i.order=e.sSortOrder),o&&(i.field=o.dataIndex,i.columnKey=RC(o));var a={currentDataSource:this.getLocalData(e)};return[n,r,i,a]},findColumn:function(e){var t=void 0;return CC(this.columns,(function(n){RC(n)===e&&(t=n)})),t},recursiveSort:function(e,t){var n=this,r=this.childrenColumnName,i=void 0===r?\"children\":r;return e.sort(t).map((function(e){return e[i]?I()({},e,a()({},i,n.recursiveSort([].concat(m()(e[i])),t))):e}))},renderExpandIcon:function(e){var t=this.$createElement;return function(n){var r=n.expandable,i=n.expanded,o=n.needIndentSpaced,s=n.record,c=n.onExpand;return r?t(gc[\"a\"],{attrs:{componentName:\"Table\",defaultLocale:bg[\"a\"].Table}},[function(n){var r;return t($C,{class:l()(e+\"-row-expand-icon\",(r={},a()(r,e+\"-row-collapsed\",!i),a()(r,e+\"-row-expanded\",i),r)),on:{click:function(e){c(s,e)}},attrs:{\"aria-label\":i?n.collapse:n.expand,noStyle:!0}})}]):o?t(\"span\",{class:e+\"-row-expand-icon \"+e+\"-row-spaced\"}):null}},renderPagination:function(e,t){var n=this.$createElement;if(!this.hasPagination())return null;var r=\"default\",i=this.sPagination;i.size?r=i.size:\"middle\"!==this.size&&\"small\"!==this.size||(r=\"small\");var o=i.position||\"bottom\",a=i.total||this.filterDataCnt,s=i[\"class\"],c=i.style,u=(i.onChange,i.onShowSizeChange,re()(i,[\"class\",\"style\",\"onChange\",\"onShowSizeChange\"])),h=Object(B[\"x\"])({key:\"pagination-\"+t,class:l()(s,e+\"-pagination\"),props:I()({},u,{total:a,size:r,current:this.getMaxCurrent(a)}),style:c,on:{change:this.handlePageChange,showSizeChange:this.handleShowSizeChange}});return a>0&&(o===t||\"both\"===o)?n(Cv,h):null},renderSelectionBox:function(e){var t=this,n=this.$createElement;return function(r,i,o){var a=t.getRecordKey(i,o),s=t.getCheckboxPropsByItem(i,o),c=function(n){\"radio\"===e?t.handleRadioSelect(i,o,n):t.handleSelect(i,o,n)},l=Object(B[\"x\"])({props:{type:e,store:t.store,rowIndex:a,defaultSelection:t.getDefaultSelection()},on:{change:c}},s);return n(\"span\",{on:{click:FC}},[n(OC,l)])}},renderRowSelection:function(e){var t=this,n=e.prefixCls,r=e.locale,i=e.getPopupContainer,o=this.$createElement,s=this.rowSelection,c=this.columns.concat();if(s){var u=this.getFlatCurrentPageData().filter((function(e,n){return!s.getCheckboxProps||!t.getCheckboxPropsByItem(e,n).props.disabled})),h=l()(n+\"-selection-column\",a()({},n+\"-selection-column-custom\",s.selections)),d=a()({key:\"selection-column\",customRender:this.renderSelectionBox(s.type),className:h,fixed:s.fixed,width:s.columnWidth,title:s.columnTitle},Oy,{class:n+\"-selection-col\"});if(\"radio\"!==s.type){var f=u.every((function(e,n){return t.getCheckboxPropsByItem(e,n).props.disabled}));d.title=d.title||o(TC,{attrs:{store:this.store,locale:r,data:u,getCheckboxPropsByItem:this.getCheckboxPropsByItem,getRecordKey:this.getRecordKey,disabled:f,prefixCls:n,selections:s.selections,hideDefaultSelections:s.hideDefaultSelections,getPopupContainer:this.generatePopupContainerFunc(i)},on:{select:this.handleSelectRow}})}\"fixed\"in s?d.fixed=s.fixed:c.some((function(e){return\"left\"===e.fixed||!0===e.fixed}))&&(d.fixed=\"left\"),c[0]&&\"selection-column\"===c[0].key?c[0]=d:c.unshift(d)}return c},renderColumnsDropdown:function(e){var t=this,n=e.prefixCls,r=e.dropdownPrefixCls,i=e.columns,o=e.locale,s=e.getPopupContainer,c=this.$createElement,u=this.sSortOrder,h=this.sFilters;return CC(i,(function(e,i){var d,f=RC(e,i),p=void 0,v=void 0,m=e.customHeaderCell,g=t.isSortColumn(e);if(e.filters&&e.filters.length>0||e.filterDropdown){var b=f in h?h[f]:[];p=c(kC,{attrs:{_propsSymbol:Symbol(),locale:o,column:e,selectedKeys:b,confirmFilter:t.handleFilter,prefixCls:n+\"-filter\",dropdownPrefixCls:r||\"ant-dropdown\",getPopupContainer:t.generatePopupContainerFunc(s)},key:\"filter-dropdown\"})}if(e.sorter){var y=e.sortDirections||t.sortDirections,C=g&&\"ascend\"===u,w=g&&\"descend\"===u,x=-1!==y.indexOf(\"ascend\")&&c(Yi[\"a\"],{class:n+\"-column-sorter-up \"+(C?\"on\":\"off\"),attrs:{type:\"caret-up\",theme:\"filled\"},key:\"caret-up\"}),S=-1!==y.indexOf(\"descend\")&&c(Yi[\"a\"],{class:n+\"-column-sorter-down \"+(w?\"on\":\"off\"),attrs:{type:\"caret-down\",theme:\"filled\"},key:\"caret-down\"});v=c(\"div\",{attrs:{title:o.sortTitle},class:l()(n+\"-column-sorter-inner\",x&&S&&n+\"-column-sorter-inner-full\"),key:\"sorter\"},[x,S]),m=function(n){var r={};e.customHeaderCell&&(r=I()({},e.customHeaderCell(n))),r.on=r.on||{};var i=r.on.click;return r.on.click=function(){t.toggleSortOrder(e),i&&i.apply(void 0,arguments)},r}}return I()({},e,{className:l()(e.className,(d={},a()(d,n+\"-column-has-actions\",v||p),a()(d,n+\"-column-has-filters\",p),a()(d,n+\"-column-has-sorters\",v),a()(d,n+\"-column-sort\",g&&u),d)),title:[c(\"span\",{key:\"title\",class:n+\"-header-column\"},[c(\"div\",{class:v?n+\"-column-sorters\":void 0},[c(\"span\",{class:n+\"-column-title\"},[t.renderColumnTitle(e.title)]),c(\"span\",{class:n+\"-column-sorter\"},[v])])]),p],customHeaderCell:m})}))},renderColumnTitle:function(e){var t=this.$data,n=t.sFilters,r=t.sSortOrder,i=t.sSortColumn;return e instanceof Function?e({filters:n,sortOrder:r,sortColumn:i}):e},renderTable:function(e){var t,n=this,r=e.prefixCls,i=e.renderEmpty,o=e.dropdownPrefixCls,s=e.contextLocale,c=e.getPopupContainer,u=e.transformCellText,h=this.$createElement,d=Object(B[\"l\"])(this),f=d.showHeader,p=d.locale,v=d.getPopupContainer,m=d.expandIcon,g=re()(d,[\"showHeader\",\"locale\",\"getPopupContainer\",\"expandIcon\"]),b=this.getCurrentPageData(),y=this.expandedRowRender&&!1!==this.expandIconAsCell,C=v||c,w=I()({},s,p);p&&p.emptyText||(w.emptyText=i(h,\"Table\"));var x=l()((t={},a()(t,r+\"-\"+this.size,!0),a()(t,r+\"-bordered\",this.bordered),a()(t,r+\"-empty\",!b.length),a()(t,r+\"-without-column-header\",!f),t)),S=this.renderRowSelection({prefixCls:r,locale:w,getPopupContainer:C}),k=this.renderColumnsDropdown({columns:S,prefixCls:r,dropdownPrefixCls:o,locale:w,getPopupContainer:C}).map((function(e,t){var n=I()({},e);return n.key=RC(n,t),n})),O=k[0]&&\"selection-column\"===k[0].key?1:0;\"expandIconColumnIndex\"in g&&(O=g.expandIconColumnIndex);var M={key:\"table\",props:I()({expandIcon:m||this.renderExpandIcon(r)},g,{customRow:function(e,t){return n.onRow(r,e,t)},components:this.sComponents,prefixCls:r,data:b,columns:k,showHeader:f,expandIconColumnIndex:O,expandIconAsCell:y,emptyText:w.emptyText,transformCellText:u}),on:Object(B[\"k\"])(this),class:x,ref:\"vcTable\"};return h(iC,M)}},render:function(){var e=this,t=arguments[0],n=this.prefixCls,r=this.dropdownPrefixCls,i=this.transformCellText,o=this.getCurrentPageData(),a=this.configProvider,s=a.getPopupContainer,c=a.transformCellText,u=this.getPopupContainer||s,h=i||c,d=this.loading;d=\"boolean\"===typeof d?{props:{spinning:d}}:{props:I()({},d)};var f=this.configProvider.getPrefixCls,p=this.configProvider.renderEmpty,v=f(\"table\",n),m=f(\"dropdown\",r),g=t(gc[\"a\"],{attrs:{componentName:\"Table\",defaultLocale:bg[\"a\"].Table,children:function(t){return e.renderTable({prefixCls:v,renderEmpty:p,dropdownPrefixCls:m,contextLocale:t,getPopupContainer:u,transformCellText:h})}}}),b=this.hasPagination()&&o&&0!==o.length?v+\"-with-pagination\":v+\"-without-pagination\",y=I()({},d,{class:d.props&&d.props.spinning?b+\" \"+v+\"-spin-holder\":\"\"});return t(\"div\",{class:l()(v+\"-wrapper\")},[t(ov,y,[this.renderPagination(v,\"top\"),g,this.renderPagination(v,\"bottom\")])])}};Lt[\"a\"].use(It.a,{name:\"ant-ref\"});var XC={name:\"ATable\",Column:GC.Column,ColumnGroup:GC.ColumnGroup,props:GC.props,methods:{normalize:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=[];return t.forEach((function(t){if(t.tag){var r=Object(B[\"j\"])(t),i=Object(B[\"q\"])(t),o=Object(B[\"f\"])(t),a=Object(B[\"l\"])(t),s=Object(B[\"i\"])(t),c={};Object.keys(s).forEach((function(e){var t=void 0;t=e.startsWith(\"update:\")?\"on-\"+e.substr(\"update:\".length)+\"-change\":\"on-\"+e,c[Object(B[\"a\"])(t)]=s[e]}));var l=Object(B[\"p\"])(t),u=l[\"default\"],h=re()(l,[\"default\"]),d=I()({},h,a,{style:i,class:o},c);if(r&&(d.key=r),Object(B[\"o\"])(t).__ANT_TABLE_COLUMN_GROUP)d.children=e.normalize(\"function\"===typeof u?u():u);else{var f=t.data&&t.data.scopedSlots&&t.data.scopedSlots[\"default\"];d.customRender=d.customRender||f}n.push(d)}})),n},updateColumns:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=[],r=this.$slots,i=this.$scopedSlots;return t.forEach((function(t){var o=t.slots,a=void 0===o?{}:o,s=t.scopedSlots,c=void 0===s?{}:s,l=re()(t,[\"slots\",\"scopedSlots\"]),u=I()({},l);Object.keys(a).forEach((function(e){var t=a[e];void 0===u[e]&&r[t]&&(u[e]=1===r[t].length?r[t][0]:r[t])})),Object.keys(c).forEach((function(e){var t=c[e];void 0===u[e]&&i[t]&&(u[e]=i[t])})),t.children&&(u.children=e.updateColumns(u.children)),n.push(u)})),n}},render:function(){var e=arguments[0],t=this.$slots,n=this.normalize,r=this.$scopedSlots,i=Object(B[\"l\"])(this),o=i.columns?this.updateColumns(i.columns):n(t[\"default\"]),a=i.title,s=i.footer,c=r.title,l=r.footer,u=r.expandedRowRender,h=void 0===u?i.expandedRowRender:u,d=r.expandIcon;a=a||c,s=s||l;var f={props:I()({},i,{columns:o,title:a,footer:s,expandedRowRender:h,expandIcon:this.$props.expandIcon||d}),on:Object(B[\"k\"])(this)};return e(GC,f)},install:function(e){e.use(w[\"a\"]),e.component(XC.name,XC),e.component(XC.Column.name,XC.Column),e.component(XC.ColumnGroup.name,XC.ColumnGroup)}},JC=XC,QC={prefixCls:s[\"a\"].string,placeholder:s[\"a\"].string,value:s[\"a\"].any,handleClear:s[\"a\"].func,disabled:s[\"a\"].bool},ZC={name:\"Search\",props:Object(B[\"t\"])(QC,{placeholder:\"\"}),methods:{handleChange:function(e){this.$emit(\"change\",e)},handleClear2:function(e){e.preventDefault();var t=this.$props,n=t.handleClear,r=t.disabled;!r&&n&&n(e)}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.placeholder,r=t.value,i=t.prefixCls,o=t.disabled,a=r&&r.length>0?e(\"a\",{attrs:{href:\"#\"},class:i+\"-action\",on:{click:this.handleClear2}},[e(Yi[\"a\"],{attrs:{type:\"close-circle\",theme:\"filled\"}})]):e(\"span\",{class:i+\"-action\"},[e(Yi[\"a\"],{attrs:{type:\"search\"}})]);return e(\"div\",[e(Xo,{attrs:{placeholder:n,value:r,disabled:o},class:i,on:{change:this.handleChange}}),a])}},ew=n(\"0f32\"),tw=n.n(ew),nw=function(e,t){var n=\"\";return n=\"undefined\"!==typeof getComputedStyle?window.getComputedStyle(e,null).getPropertyValue(t):e.style[t],n},rw=function(e){return nw(e,\"overflow\")+nw(e,\"overflow-y\")+nw(e,\"overflow-x\")},iw=function(e){if(!(e instanceof window.HTMLElement))return window;var t=e;while(t){if(t===document.body||t===document.documentElement)break;if(!t.parentNode)break;if(/(scroll|auto)/.test(rw(t)))return t;t=t.parentNode}return window},ow=iw;function aw(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset,left:t.left+window.pageXOffset}}var sw=function(e){return null===e.offsetParent};function cw(e,t,n){if(sw(e))return!1;var r=void 0,i=void 0,o=void 0,a=void 0;if(\"undefined\"===typeof t||t===window)r=window.pageYOffset,o=window.pageXOffset,i=r+window.innerHeight,a=o+window.innerWidth;else{var s=aw(t);r=s.top,o=s.left,i=r+t.offsetHeight,a=o+t.offsetWidth}var c=aw(e);return r<=c.top+e.offsetHeight+n.top&&i>=c.top-n.bottom&&o<=c.left+e.offsetWidth+n.left&&a>=c.left-n.right}var lw={debounce:s[\"a\"].bool,elementType:s[\"a\"].string,height:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),offset:s[\"a\"].number,offsetBottom:s[\"a\"].number,offsetHorizontal:s[\"a\"].number,offsetLeft:s[\"a\"].number,offsetRight:s[\"a\"].number,offsetTop:s[\"a\"].number,offsetVertical:s[\"a\"].number,threshold:s[\"a\"].number,throttle:s[\"a\"].number,width:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),_propsSymbol:s[\"a\"].any},uw={name:\"LazyLoad\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(lw,{elementType:\"div\",debounce:!0,offset:0,offsetBottom:0,offsetHorizontal:0,offsetLeft:0,offsetRight:0,offsetTop:0,offsetVertical:0,throttle:250}),data:function(){return this.throttle>0&&(this.debounce?this.lazyLoadHandler=pl()(this.lazyLoadHandler,this.throttle):this.lazyLoadHandler=tw()(this.lazyLoadHandler,this.throttle)),{visible:!1}},watch:{_propsSymbol:function(){this.visible||this.lazyLoadHandler()}},mounted:function(){var e=this;this.$nextTick((function(){e._mounted=!0;var t=e.getEventNode();e.lazyLoadHandler(),e.lazyLoadHandler.flush&&e.lazyLoadHandler.flush(),e.resizeHander=O(window,\"resize\",e.lazyLoadHandler),e.scrollHander=O(t,\"scroll\",e.lazyLoadHandler)}))},beforeDestroy:function(){this._mounted=!1,this.lazyLoadHandler.cancel&&this.lazyLoadHandler.cancel(),this.detachListeners()},methods:{getEventNode:function(){return ow(this.$el)},getOffset:function(){var e=this.$props,t=e.offset,n=e.offsetVertical,r=e.offsetHorizontal,i=e.offsetTop,o=e.offsetBottom,a=e.offsetLeft,s=e.offsetRight,c=e.threshold,l=c||t,u=n||l,h=r||l;return{top:i||u,bottom:o||u,left:a||h,right:s||h}},lazyLoadHandler:function(){var e=this;if(this._mounted){var t=this.getOffset(),n=this.$el,r=this.getEventNode();cw(n,r,t)&&(this.setState({visible:!0},(function(){e.__emit(\"contentVisible\")})),this.detachListeners())}},detachListeners:function(){this.resizeHander&&this.resizeHander.remove(),this.scrollHander&&this.scrollHander.remove()}},render:function(e){var t=this.$slots[\"default\"];if(1!==t.length)return Object(x[\"a\"])(!1,\"lazyLoad组件只能包含一个子元素\"),null;var n=this.$props,r=n.height,i=n.width,o=n.elementType,a=this.visible,s={height:\"number\"===typeof r?r+\"px\":r,width:\"number\"===typeof i?i+\"px\":i},c={LazyLoad:!0,\"is-visible\":a};return e(o,{class:c,style:s},[a?t[0]:null])}},hw=uw;function dw(){}var fw={name:\"ListItem\",props:{renderedText:s[\"a\"].any,renderedEl:s[\"a\"].any,item:s[\"a\"].any,lazy:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]),checked:s[\"a\"].bool,prefixCls:s[\"a\"].string,disabled:s[\"a\"].bool},render:function(){var e,t=this,n=arguments[0],r=this.$props,i=r.renderedText,o=r.renderedEl,s=r.item,c=r.lazy,u=r.checked,h=r.disabled,d=r.prefixCls,f=l()((e={},a()(e,d+\"-content-item\",!0),a()(e,d+\"-content-item-disabled\",h||s.disabled),e)),p=void 0;\"string\"!==typeof i&&\"number\"!==typeof i||(p=String(i));var v=n(\"li\",{class:f,attrs:{title:p},on:{click:h||s.disabled?dw:function(){t.$emit(\"click\",s)}}},[n(Fu,{attrs:{checked:u,disabled:h||s.disabled}}),n(\"span\",{class:d+\"-content-item-text\"},[o])]),m=null;if(c){var g={props:I()({height:32,offset:500,throttle:0,debounce:!1},c,{_propsSymbol:Symbol()})};m=n(hw,g,[v])}else m=v;return m}};function pw(){}var vw={name:\"ListBody\",inheritAttrs:!1,props:{prefixCls:s[\"a\"].string,filteredRenderItems:s[\"a\"].array.def([]),lazy:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]),selectedKeys:s[\"a\"].array,disabled:s[\"a\"].bool},data:function(){return{mounted:!1}},computed:{itemsLength:function(){return this.filteredRenderItems?this.filteredRenderItems.length:0}},watch:{itemsLength:function(){var e=this;this.$nextTick((function(){var t=e.$props.lazy;if(!1!==t){var n=e.$el;mo.cancel(e.lazyId),e.lazyId=mo((function(){if(n){var e=new Event(\"scroll\",{bubbles:!0});n.dispatchEvent(e)}}))}}))}},mounted:function(){var e=this;this.mountId=mo((function(){e.mounted=!0}))},beforeDestroy:function(){mo.cancel(this.mountId),mo.cancel(this.lazyId)},methods:{onItemSelect:function(e){var t=this.$props.selectedKeys,n=t.indexOf(e.key)>=0;this.$emit(\"itemSelect\",e.key,!n)},onScroll:function(e){this.$emit(\"scroll\",e)}},render:function(){var e=this,t=arguments[0],n=this.$data.mounted,r=this.$props,o=r.prefixCls,a=r.filteredRenderItems,s=r.lazy,c=r.selectedKeys,l=r.disabled,u=a.map((function(n){var r=n.renderedEl,i=n.renderedText,a=n.item,u=a.disabled,h=c.indexOf(a.key)>=0;return t(fw,{attrs:{disabled:l||u,item:a,lazy:s,renderedText:i,renderedEl:r,checked:h,prefixCls:o},key:a.key,on:{click:e.onItemSelect}})})),h=Object($t[\"a\"])(n?o+\"-content-item-highlight\":\"\",{tag:\"ul\",nativeOn:{scroll:this.onScroll},leave:pw});return t(\"transition-group\",i()([{class:o+\"-content\"},h]),[u])}},mw=function(e,t){return e(vw,t)};function gw(e,t){if(\"createEvent\"in document){var n=document.createEvent(\"HTMLEvents\");n.initEvent(t,!1,!0),e.dispatchEvent(n)}}var bw=function(){return null},yw={key:s[\"a\"].string,title:s[\"a\"].string,description:s[\"a\"].string,disabled:s[\"a\"].bool};function Cw(e){return e&&!Object(B[\"w\"])(e)&&\"[object Object]\"===Object.prototype.toString.call(e)}var ww={prefixCls:s[\"a\"].string,titleText:s[\"a\"].string,dataSource:s[\"a\"].arrayOf(s[\"a\"].shape(yw).loose),filter:s[\"a\"].string,filterOption:s[\"a\"].func,checkedKeys:s[\"a\"].arrayOf(s[\"a\"].string),handleFilter:s[\"a\"].func,handleSelect:s[\"a\"].func,handleSelectAll:s[\"a\"].func,handleClear:s[\"a\"].func,renderItem:s[\"a\"].func,showSearch:s[\"a\"].bool,searchPlaceholder:s[\"a\"].string,notFoundContent:s[\"a\"].any,itemUnit:s[\"a\"].string,itemsUnit:s[\"a\"].string,body:s[\"a\"].any,renderList:s[\"a\"].any,footer:s[\"a\"].any,lazy:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]),disabled:s[\"a\"].bool,direction:s[\"a\"].string,showSelectAll:s[\"a\"].bool};function xw(e,t,n){var r=t?t(n):null,i=!!r;return i||(r=mw(e,n)),{customize:i,bodyContent:r}}var Sw={name:\"TransferList\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(ww,{dataSource:[],titleText:\"\",showSearch:!1,lazy:{}}),data:function(){return this.timer=null,this.triggerScrollTimer=null,{filterValue:\"\"}},beforeDestroy:function(){clearTimeout(this.triggerScrollTimer)},updated:function(){var e=this;this.$nextTick((function(){if(e.scrollEvent&&e.scrollEvent.remove(),e.$refs.listContentWrapper){var t=e.$refs.listContentWrapper.$el;e.scrollEvent=O(t,\"scroll\",e.handleScroll)}}))},methods:{handleScroll:function(e){this.$emit(\"scroll\",e)},getCheckStatus:function(e){var t=this.$props.checkedKeys;return 0===t.length?\"none\":e.every((function(e){return t.indexOf(e.key)>=0||!!e.disabled}))?\"all\":\"part\"},getFilteredItems:function(e,t){var n=this,r=[],i=[];return e.forEach((function(e){var o=n.renderItemHtml(e),a=o.renderedText;if(t&&t.trim()&&!n.matchFilter(a,e))return null;r.push(e),i.push(o)})),{filteredItems:r,filteredRenderItems:i}},getListBody:function(e,t,n,r,i,o,a,s,c,u,h){var d=this.$createElement,f=u?d(\"div\",{class:e+\"-body-search-wrapper\"},[d(ZC,{attrs:{prefixCls:e+\"-search\",handleClear:this._handleClear,placeholder:t,value:n,disabled:h},on:{change:this._handleFilter}})]):null,p=o;if(!p){var v=void 0,m=xw(this.$createElement,c,{props:I()({},this.$props,{filteredItems:r,filteredRenderItems:a,selectedKeys:s}),on:Object(B[\"k\"])(this)}),g=m.bodyContent,b=m.customize;v=b?d(\"div\",{class:e+\"-body-customize-wrapper\"},[g]):r.length?g:d(\"div\",{class:e+\"-body-not-found\"},[i]),p=d(\"div\",{class:l()(u?e+\"-body \"+e+\"-body-with-search\":e+\"-body\")},[f,v])}return p},getCheckBox:function(e,t,n){var r=this,i=this.$createElement,o=this.getCheckStatus(e),a=\"all\"===o,s=!1!==t&&i(Fu,{attrs:{disabled:n,checked:a,indeterminate:\"part\"===o},on:{change:function(){r.$emit(\"itemSelectAll\",e.filter((function(e){return!e.disabled})).map((function(e){var t=e.key;return t})),!a)}}});return s},_handleSelect:function(e){var t=this.$props.checkedKeys,n=t.some((function(t){return t===e.key}));this.handleSelect(e,!n)},_handleFilter:function(e){var t=this,n=this.$props.handleFilter,r=e.target.value;this.setState({filterValue:r}),n(e),r&&(this.triggerScrollTimer=setTimeout((function(){var e=t.$el,n=e.querySelectorAll(\".ant-transfer-list-content\")[0];n&&gw(n,\"scroll\")}),0))},_handleClear:function(e){this.setState({filterValue:\"\"}),this.handleClear(e)},matchFilter:function(e,t){var n=this.$data.filterValue,r=this.$props.filterOption;return r?r(n,t):e.indexOf(n)>=0},renderItemHtml:function(e){var t=this.$props.renderItem,n=void 0===t?bw:t,r=n(e),i=Cw(r);return{renderedText:i?r.value:r,renderedEl:i?r.label:r,item:e}},filterNull:function(e){return e.filter((function(e){return null!==e}))}},render:function(){var e=arguments[0],t=this.$data.filterValue,n=this.$props,r=n.prefixCls,i=n.dataSource,o=n.titleText,s=n.checkedKeys,c=n.disabled,u=n.body,h=n.footer,d=n.showSearch,f=n.searchPlaceholder,p=n.notFoundContent,v=n.itemUnit,m=n.itemsUnit,g=n.renderList,b=n.showSelectAll,y=h&&h(I()({},this.$props)),C=u&&u(I()({},this.$props)),w=l()(r,a()({},r+\"-with-footer\",!!y)),x=this.getFilteredItems(i,t),S=x.filteredItems,k=x.filteredRenderItems,O=i.length>1?m:v,M=this.getListBody(r,f,t,S,p,C,k,s,g,d,c),z=y?e(\"div\",{class:r+\"-footer\"},[y]):null,_=this.getCheckBox(S,b,c);return e(\"div\",{class:w},[e(\"div\",{class:r+\"-header\"},[_,e(\"span\",{class:r+\"-header-selected\"},[e(\"span\",[(s.length>0?s.length+\"/\":\"\")+S.length,\" \",O]),e(\"span\",{class:r+\"-header-title\"},[o])])]),M,z])}};function kw(){}var Ow={className:s[\"a\"].string,leftArrowText:s[\"a\"].string,rightArrowText:s[\"a\"].string,moveToLeft:s[\"a\"].any,moveToRight:s[\"a\"].any,leftActive:s[\"a\"].bool,rightActive:s[\"a\"].bool,disabled:s[\"a\"].bool},Mw={name:\"Operation\",props:I()({},Ow),render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.disabled,r=t.moveToLeft,i=void 0===r?kw:r,o=t.moveToRight,a=void 0===o?kw:o,s=t.leftArrowText,c=void 0===s?\"\":s,l=t.rightArrowText,u=void 0===l?\"\":l,h=t.leftActive,d=t.rightActive;return e(\"div\",[e(Wo,{attrs:{type:\"primary\",size:\"small\",disabled:n||!d,icon:\"right\"},on:{click:a}},[u]),e(Wo,{attrs:{type:\"primary\",size:\"small\",disabled:n||!h,icon:\"left\"},on:{click:i}},[c])])}},zw={key:s[\"a\"].string,title:s[\"a\"].string,description:s[\"a\"].string,disabled:s[\"a\"].bool},_w={prefixCls:s[\"a\"].string,dataSource:s[\"a\"].arrayOf(s[\"a\"].shape(zw).loose),disabled:s[\"a\"].boolean,targetKeys:s[\"a\"].arrayOf(s[\"a\"].string),selectedKeys:s[\"a\"].arrayOf(s[\"a\"].string),render:s[\"a\"].func,listStyle:s[\"a\"].oneOfType([s[\"a\"].func,s[\"a\"].object]),operationStyle:s[\"a\"].object,titles:s[\"a\"].arrayOf(s[\"a\"].string),operations:s[\"a\"].arrayOf(s[\"a\"].string),showSearch:s[\"a\"].bool,filterOption:s[\"a\"].func,searchPlaceholder:s[\"a\"].string,notFoundContent:s[\"a\"].any,locale:s[\"a\"].object,rowKey:s[\"a\"].func,lazy:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].bool]),showSelectAll:s[\"a\"].bool},Tw=(s[\"a\"].arrayOf(s[\"a\"].string),s[\"a\"].string,s[\"a\"].string,s[\"a\"].string,{name:\"ATransfer\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(_w,{dataSource:[],locale:{},showSearch:!1,listStyle:function(){}}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=this.selectedKeys,t=void 0===e?[]:e,n=this.targetKeys,r=void 0===n?[]:n;return{leftFilter:\"\",rightFilter:\"\",sourceSelectedKeys:t.filter((function(e){return-1===r.indexOf(e)})),targetSelectedKeys:t.filter((function(e){return r.indexOf(e)>-1}))}},mounted:function(){},watch:{targetKeys:function(){if(this.updateState(),this.selectedKeys){var e=this.targetKeys||[];this.setState({sourceSelectedKeys:this.selectedKeys.filter((function(t){return!e.includes(t)})),targetSelectedKeys:this.selectedKeys.filter((function(t){return e.includes(t)}))})}},dataSource:function(){this.updateState()},selectedKeys:function(){if(this.selectedKeys){var e=this.targetKeys||[];this.setState({sourceSelectedKeys:this.selectedKeys.filter((function(t){return!e.includes(t)})),targetSelectedKeys:this.selectedKeys.filter((function(t){return e.includes(t)}))})}}},methods:{getSelectedKeysName:function(e){return\"left\"===e?\"sourceSelectedKeys\":\"targetSelectedKeys\"},getTitles:function(e){return this.titles?this.titles:e.titles||[\"\",\"\"]},getLocale:function(e,t){var n=this.$createElement,r={notFoundContent:t(n,\"Transfer\")},i=Object(B[\"g\"])(this,\"notFoundContent\");return i&&(r.notFoundContent=i),Object(B[\"s\"])(this,\"searchPlaceholder\")&&(r.searchPlaceholder=this.$props.searchPlaceholder),I()({},e,r,this.$props.locale)},updateState:function(){var e=this.sourceSelectedKeys,t=this.targetSelectedKeys;if(this.separatedDataSource=null,!this.selectedKeys){var n=this.dataSource,r=this.targetKeys,i=void 0===r?[]:r,o=[],a=[];n.forEach((function(n){var r=n.key;e.includes(r)&&!i.includes(r)&&o.push(r),t.includes(r)&&i.includes(r)&&a.push(r)})),this.setState({sourceSelectedKeys:o,targetSelectedKeys:a})}},moveTo:function(e){var t=this.$props,n=t.targetKeys,r=void 0===n?[]:n,i=t.dataSource,o=void 0===i?[]:i,s=this.sourceSelectedKeys,c=this.targetSelectedKeys,l=\"right\"===e?s:c,u=l.filter((function(e){return!o.some((function(t){return!(e!==t.key||!t.disabled)}))})),h=\"right\"===e?u.concat(r):r.filter((function(e){return-1===u.indexOf(e)})),d=\"right\"===e?\"left\":\"right\";this.setState(a()({},this.getSelectedKeysName(d),[])),this.handleSelectChange(d,[]),this.$emit(\"change\",h,e,u)},moveToLeft:function(){this.moveTo(\"left\")},moveToRight:function(){this.moveTo(\"right\")},onItemSelectAll:function(e,t,n){var r=this.$data[this.getSelectedKeysName(e)]||[],i=[];i=n?Array.from(new Set([].concat(m()(r),m()(t)))):r.filter((function(e){return-1===t.indexOf(e)})),this.handleSelectChange(e,i),this.$props.selectedKeys||this.setState(a()({},this.getSelectedKeysName(e),i))},handleSelectAll:function(e,t,n){this.onItemSelectAll(e,t.map((function(e){var t=e.key;return t})),!n)},handleLeftSelectAll:function(e,t){return this.handleSelectAll(\"left\",e,!t)},handleRightSelectAll:function(e,t){return this.handleSelectAll(\"right\",e,!t)},onLeftItemSelectAll:function(e,t){return this.onItemSelectAll(\"left\",e,t)},onRightItemSelectAll:function(e,t){return this.onItemSelectAll(\"right\",e,t)},handleFilter:function(e,t){var n=t.target.value;Object(B[\"k\"])(this).searchChange&&(Object(x[\"a\"])(!1,\"Transfer\",\"`searchChange` in Transfer is deprecated. Please use `search` instead.\"),this.$emit(\"searchChange\",e,t)),this.$emit(\"search\",e,n)},handleLeftFilter:function(e){this.handleFilter(\"left\",e)},handleRightFilter:function(e){this.handleFilter(\"right\",e)},handleClear:function(e){this.$emit(\"search\",e,\"\")},handleLeftClear:function(){this.handleClear(\"left\")},handleRightClear:function(){this.handleClear(\"right\")},onItemSelect:function(e,t,n){var r=this.sourceSelectedKeys,i=this.targetSelectedKeys,o=[].concat(\"left\"===e?m()(r):m()(i)),s=o.indexOf(t);s>-1&&o.splice(s,1),n&&o.push(t),this.handleSelectChange(e,o),this.selectedKeys||this.setState(a()({},this.getSelectedKeysName(e),o))},handleSelect:function(e,t,n){Object(x[\"a\"])(!1,\"Transfer\",\"`handleSelect` will be removed, please use `onSelect` instead.\"),this.onItemSelect(e,t.key,n)},handleLeftSelect:function(e,t){return this.handleSelect(\"left\",e,t)},handleRightSelect:function(e,t){return this.handleSelect(\"right\",e,t)},onLeftItemSelect:function(e,t){return this.onItemSelect(\"left\",e,t)},onRightItemSelect:function(e,t){return this.onItemSelect(\"right\",e,t)},handleScroll:function(e,t){this.$emit(\"scroll\",e,t)},handleLeftScroll:function(e){this.handleScroll(\"left\",e)},handleRightScroll:function(e){this.handleScroll(\"right\",e)},handleSelectChange:function(e,t){var n=this.sourceSelectedKeys,r=this.targetSelectedKeys;\"left\"===e?this.$emit(\"selectChange\",t,r):this.$emit(\"selectChange\",n,t)},handleListStyle:function(e,t){return\"function\"===typeof e?e({direction:t}):e},separateDataSource:function(){var e=this.$props,t=e.dataSource,n=e.rowKey,r=e.targetKeys,i=void 0===r?[]:r,o=[],a=new Array(i.length);return t.forEach((function(e){n&&(e.key=n(e));var t=i.indexOf(e.key);-1!==t?a[t]=e:o.push(e)})),{leftDataSource:o,rightDataSource:a}},renderTransfer:function(e){var t,n=this.$createElement,r=Object(B[\"l\"])(this),i=r.prefixCls,o=r.disabled,s=r.operations,c=void 0===s?[]:s,u=r.showSearch,h=r.listStyle,d=r.operationStyle,f=r.filterOption,p=r.lazy,v=r.showSelectAll,m=Object(B[\"g\"])(this,\"children\",{},!1),g=this.configProvider.getPrefixCls,b=g(\"transfer\",i),y=this.configProvider.renderEmpty,C=this.getLocale(e,y),w=this.sourceSelectedKeys,x=this.targetSelectedKeys,S=this.$scopedSlots,k=S.body,O=S.footer,M=r.render,z=this.separateDataSource(),_=z.leftDataSource,T=z.rightDataSource,V=x.length>0,j=w.length>0,P=l()(b,(t={},a()(t,b+\"-disabled\",o),a()(t,b+\"-customize-list\",!!m),t)),E=this.getTitles(C);return n(\"div\",{class:P},[n(Sw,{key:\"leftList\",attrs:{prefixCls:b+\"-list\",titleText:E[0],dataSource:_,filterOption:f,checkedKeys:w,handleFilter:this.handleLeftFilter,handleClear:this.handleLeftClear,handleSelect:this.handleLeftSelect,handleSelectAll:this.handleLeftSelectAll,renderItem:M,showSearch:u,body:k,renderList:m,footer:O,lazy:p,disabled:o,direction:\"left\",showSelectAll:v,itemUnit:C.itemUnit,itemsUnit:C.itemsUnit,notFoundContent:C.notFoundContent,searchPlaceholder:C.searchPlaceholder},style:this.handleListStyle(h,\"left\"),on:{itemSelect:this.onLeftItemSelect,itemSelectAll:this.onLeftItemSelectAll,scroll:this.handleLeftScroll}}),n(Mw,{key:\"operation\",class:b+\"-operation\",attrs:{rightActive:j,rightArrowText:c[0],moveToRight:this.moveToRight,leftActive:V,leftArrowText:c[1],moveToLeft:this.moveToLeft,disabled:o},style:d}),n(Sw,{key:\"rightList\",attrs:{prefixCls:b+\"-list\",titleText:E[1],dataSource:T,filterOption:f,checkedKeys:x,handleFilter:this.handleRightFilter,handleClear:this.handleRightClear,handleSelect:this.handleRightSelect,handleSelectAll:this.handleRightSelectAll,renderItem:M,showSearch:u,body:k,renderList:m,footer:O,lazy:p,disabled:o,direction:\"right\",showSelectAll:v,itemUnit:C.itemUnit,itemsUnit:C.itemsUnit,notFoundContent:C.notFoundContent,searchPlaceholder:C.searchPlaceholder},style:this.handleListStyle(h,\"right\"),on:{itemSelect:this.onRightItemSelect,itemSelectAll:this.onRightItemSelectAll,scroll:this.handleRightScroll}})])}},render:function(){var e=arguments[0];return e(gc[\"a\"],{attrs:{componentName:\"Transfer\",defaultLocale:bg[\"a\"].Transfer},scopedSlots:{default:this.renderTransfer}})},install:function(e){e.use(w[\"a\"]),e.component(Tw.name,Tw)}}),Vw=Tw,jw=n(\"7d1c\");function Pw(){return{showLine:s[\"a\"].bool,multiple:s[\"a\"].bool,autoExpandParent:s[\"a\"].bool,checkStrictly:s[\"a\"].bool,checkable:s[\"a\"].bool,disabled:s[\"a\"].bool,defaultExpandAll:s[\"a\"].bool,defaultExpandParent:s[\"a\"].bool,defaultExpandedKeys:s[\"a\"].array,expandedKeys:s[\"a\"].array,checkedKeys:s[\"a\"].oneOfType([s[\"a\"].array,s[\"a\"].shape({checked:s[\"a\"].array,halfChecked:s[\"a\"].array}).loose]),defaultCheckedKeys:s[\"a\"].array,selectedKeys:s[\"a\"].array,defaultSelectedKeys:s[\"a\"].array,selectable:s[\"a\"].bool,filterAntTreeNode:s[\"a\"].func,loadData:s[\"a\"].func,loadedKeys:s[\"a\"].array,draggable:s[\"a\"].bool,showIcon:s[\"a\"].bool,icon:s[\"a\"].func,switcherIcon:s[\"a\"].any,prefixCls:s[\"a\"].string,filterTreeNode:s[\"a\"].func,openAnimation:s[\"a\"].any,treeNodes:s[\"a\"].array,treeData:s[\"a\"].array,replaceFields:s[\"a\"].object,blockNode:s[\"a\"].bool}}var Ew={name:\"ATree\",model:{prop:\"checkedKeys\",event:\"check\"},props:Object(B[\"t\"])(Pw(),{checkable:!1,showIcon:!1,openAnimation:{on:Ba,props:{appear:null}},blockNode:!1}),inject:{configProvider:{default:function(){return C[\"a\"]}}},created:function(){Ht()(!(\"treeNodes\"in Object(B[\"l\"])(this)),\"`treeNodes` is deprecated. please use treeData instead.\")},TreeNode:jw[\"TreeNode\"],methods:{renderSwitcherIcon:function(e,t,n){var r=n.isLeaf,i=n.expanded,o=n.loading,s=this.$createElement,c=this.$props.showLine;if(o)return s(Yi[\"a\"],{attrs:{type:\"loading\"},class:e+\"-switcher-loading-icon\"});if(r)return c?s(Yi[\"a\"],{attrs:{type:\"file\"},class:e+\"-switcher-line-icon\"}):null;var l=e+\"-switcher-icon\";return t?Object(At[\"a\"])(t,{class:a()({},l,!0)}):s(Yi[\"a\"],c?{attrs:{type:i?\"minus-square\":\"plus-square\",theme:\"outlined\"},class:e+\"-switcher-line-icon\"}:{attrs:{type:\"caret-down\",theme:\"filled\"},class:l})},updateTreeData:function(e){var t=this,n=this.$slots,r=this.$scopedSlots,i={children:\"children\",title:\"title\",key:\"key\"},o=I()({},i,this.$props.replaceFields);return e.map((function(e){var i=e[o.key],a=e[o.children],s=e.on,c=void 0===s?{}:s,l=e.slots,u=void 0===l?{}:l,h=e.scopedSlots,d=void 0===h?{}:h,f=e[\"class\"],p=e.style,v=re()(e,[\"on\",\"slots\",\"scopedSlots\",\"class\",\"style\"]),m=I()({},v,{icon:r[d.icon]||n[u.icon]||v.icon,switcherIcon:r[d.switcherIcon]||n[u.switcherIcon]||v.switcherIcon,title:r[d.title]||n[u.title]||r.title||v[o.title],dataRef:e,on:c,key:i,class:f,style:p});return a?I()({},m,{children:t.updateTreeData(a)}):m}))}},render:function(){var e,t=this,n=arguments[0],r=Object(B[\"l\"])(this),i=this.$slots,o=this.$scopedSlots,s=r.prefixCls,c=r.showIcon,l=r.treeNodes,u=r.blockNode,h=this.configProvider.getPrefixCls,d=h(\"tree\",s),f=Object(B[\"g\"])(this,\"switcherIcon\"),p=r.checkable,v=r.treeData||l;v&&(v=this.updateTreeData(v));var m={props:I()({},r,{prefixCls:d,checkable:p?n(\"span\",{class:d+\"-checkbox-inner\"}):p,children:Object(B[\"c\"])(o[\"default\"]?o[\"default\"]():i[\"default\"]),__propsSymbol__:Symbol(),switcherIcon:function(e){return t.renderSwitcherIcon(d,f,e)}}),on:Object(B[\"k\"])(this),ref:\"tree\",class:(e={},a()(e,d+\"-icon-hide\",!c),a()(e,d+\"-block-node\",u),e)};return v&&(m.props.treeData=v),n(jw[\"Tree\"],m)}},Hw=n(\"c9a4\"),Lw={None:\"node\",Start:\"start\",End:\"end\"};function $w(e,t){var n=Object(Hw[\"j\"])(e)||[];function r(e){var n=e.key,r=Object(B[\"p\"])(e)[\"default\"];!1!==t(n,e)&&$w(\"function\"===typeof r?r():r,t)}n.forEach(r)}function Aw(e){var t=Object(Hw[\"h\"])(e),n=t.keyEntities;return[].concat(m()(n.keys()))}function Fw(e,t,n,r){var i=[],o=Lw.None;if(n&&n===r)return[n];if(!n||!r)return[];function a(e){return e===n||e===r}return $w(e,(function(e){if(o===Lw.End)return!1;if(a(e)){if(i.push(e),o===Lw.None)o=Lw.Start;else if(o===Lw.Start)return o=Lw.End,!1}else o===Lw.Start&&i.push(e);return-1!==t.indexOf(e)})),i}function Iw(e,t){var n=[].concat(m()(t)),r=[];return $w(e,(function(e,t){var i=n.indexOf(e);return-1!==i&&(r.push(t),n.splice(i,1)),!!n.length})),r}function Rw(e){var t=[];return(e||[]).forEach((function(e){t.push(e.key),e.children&&(t=[].concat(m()(t),m()(Rw(e.children))))})),t}function Dw(e,t){var n=e.isLeaf,r=e.expanded;return t(Yi[\"a\"],n?{attrs:{type:\"file\"}}:{attrs:{type:r?\"folder-open\":\"folder\"}})}var Nw={name:\"ADirectoryTree\",mixins:[p[\"a\"]],model:{prop:\"checkedKeys\",event:\"check\"},props:Object(B[\"t\"])(I()({},Pw(),{expandAction:s[\"a\"].oneOf([!1,\"click\",\"doubleclick\",\"dblclick\"])}),{showIcon:!0,expandAction:\"click\"}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){var e=Object(B[\"l\"])(this),t=e.defaultExpandAll,n=e.defaultExpandParent,r=e.expandedKeys,i=e.defaultExpandedKeys,o=Object(Hw[\"h\"])(this.$slots[\"default\"]),a=o.keyEntities,s={};return s._selectedKeys=e.selectedKeys||e.defaultSelectedKeys||[],t?e.treeData?s._expandedKeys=Rw(e.treeData):s._expandedKeys=Aw(this.$slots[\"default\"]):s._expandedKeys=n?Object(Hw[\"f\"])(r||i,a):r||i,this.onDebounceExpand=pl()(this.expandFolderNode,200,{leading:!0}),I()({_selectedKeys:[],_expandedKeys:[]},s)},watch:{expandedKeys:function(e){this.setState({_expandedKeys:e})},selectedKeys:function(e){this.setState({_selectedKeys:e})}},methods:{onExpand:function(e,t){this.setUncontrolledState({_expandedKeys:e}),this.$emit(\"expand\",e,t)},onClick:function(e,t){var n=this.$props.expandAction;\"click\"===n&&this.onDebounceExpand(e,t),this.$emit(\"click\",e,t)},onDoubleClick:function(e,t){var n=this.$props.expandAction;\"dblclick\"!==n&&\"doubleclick\"!==n||this.onDebounceExpand(e,t),this.$emit(\"doubleclick\",e,t),this.$emit(\"dblclick\",e,t)},onSelect:function(e,t){var n=this.$props.multiple,r=this.$slots[\"default\"]||[],i=this.$data._expandedKeys,o=void 0===i?[]:i,a=t.node,s=t.nativeEvent,c=a.eventKey,l=void 0===c?\"\":c,u={},h=I()({},t,{selected:!0}),d=s.ctrlKey||s.metaKey,f=s.shiftKey,p=void 0;n&&d?(p=e,this.lastSelectedKey=l,this.cachedSelectedKeys=p,h.selectedNodes=Iw(r,p)):n&&f?(p=Array.from(new Set([].concat(m()(this.cachedSelectedKeys||[]),m()(Fw(r,o,l,this.lastSelectedKey))))),h.selectedNodes=Iw(r,p)):(p=[l],this.lastSelectedKey=l,this.cachedSelectedKeys=p,h.selectedNodes=[t.node]),u._selectedKeys=p,this.$emit(\"update:selectedKeys\",p),this.$emit(\"select\",p,h),this.setUncontrolledState(u)},expandFolderNode:function(e,t){var n=t.isLeaf;if(!(n||e.shiftKey||e.metaKey||e.ctrlKey)&&this.$refs.tree.$refs.tree){var r=this.$refs.tree.$refs.tree;r.onNodeExpand(e,t)}},setUncontrolledState:function(e){var t=Object(u[\"a\"])(e,Object.keys(Object(B[\"l\"])(this)).map((function(e){return\"_\"+e})));Object.keys(t).length&&this.setState(t)}},render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n=t.prefixCls,r=re()(t,[\"prefixCls\"]),i=this.configProvider.getPrefixCls,o=i(\"tree\",n),a=this.$data,s=a._expandedKeys,c=a._selectedKeys,l=Object(B[\"k\"])(this);Object(x[\"a\"])(!l.doubleclick,\"`doubleclick` is deprecated. please use `dblclick` instead.\");var h={props:I()({icon:Dw},r,{prefixCls:o,expandedKeys:s,selectedKeys:c,switcherIcon:Object(B[\"g\"])(this,\"switcherIcon\")}),ref:\"tree\",class:o+\"-directory\",on:I()({},Object(u[\"a\"])(l,[\"update:selectedKeys\"]),{select:this.onSelect,click:this.onClick,dblclick:this.onDoubleClick,expand:this.onExpand})};return e(Ew,h,[this.$slots[\"default\"]])}};Ew.TreeNode.name=\"ATreeNode\",Ew.DirectoryTree=Nw,Ew.install=function(e){e.use(w[\"a\"]),e.component(Ew.name,Ew),e.component(Ew.TreeNode.name,Ew.TreeNode),e.component(Nw.name,Nw)};var Bw=Ew;function Kw(e,t){if(e.classList)return e.classList.contains(t);var n=e.className;return(\" \"+n+\" \").indexOf(\" \"+t+\" \")>-1}var Ww=\"SHOW_ALL\",Uw=\"SHOW_PARENT\",qw=\"SHOW_CHILD\",Yw=!1;function Gw(e,t){var n=e;while(n){if(Kw(n,t))return n;n=n.parentNode}return null}function Xw(e){return\"string\"===typeof e?e:null}function Jw(e){return void 0===e||null===e?[]:Array.isArray(e)?e:[e]}function Qw(){var e=function(t){e.current=t};return e}var Zw={userSelect:\"none\",WebkitUserSelect:\"none\"},ex={unselectable:\"unselectable\"};function tx(e){if(!e.length)return[];var t={},n={},r=e.slice().map((function(e){var t=I()({},e,{fields:e.pos.split(\"-\")});return delete t.children,t}));return r.forEach((function(e){n[e.pos]=e})),r.sort((function(e,t){return e.fields.length-t.fields.length})),r.forEach((function(e){var r=e.fields.slice(0,-1).join(\"-\"),i=n[r];i?(i.children=i.children||[],i.children.push(e)):t[e.pos]=e,delete e.key,delete e.fields})),Object.keys(t).map((function(e){return t[e]}))}var nx=0;function rx(e){return nx+=1,e+\"_\"+nx}function ix(e){var t=e.treeCheckable,n=e.treeCheckStrictly,r=e.labelInValue;return!(!t||!n)||(r||!1)}function ox(e,t){var n=t.id,r=t.pId,i=t.rootPId,o={},a=[],s=e.map((function(e){var t=I()({},e),r=t[n];return o[r]=t,t.key=t.key||r,t}));return s.forEach((function(e){var t=e[r],n=o[t];n&&(n.children=n.children||[],n.children.push(e)),(t===i||!n&&null===i)&&a.push(e)})),a}function ax(e,t){for(var n=e.split(\"-\"),r=t.split(\"-\"),i=Math.min(n.length,r.length),o=0;o<i;o+=1)if(n[o]!==r[o])return!1;return!0}function sx(e){var t=e.node,n=e.pos,r=e.children,i={node:t,pos:n};return r&&(i.children=r.map(sx)),i}function cx(e,t,n,r,o,a){if(!n)return null;function s(t){if(!t||Object(B[\"u\"])(t))return null;var c=!1;r(n,t)&&(c=!0);var l=Object(B[\"p\"])(t)[\"default\"];return l=((\"function\"===typeof l?l():l)||[]).map(s).filter((function(e){return e})),l.length||c?e(a,i()([t.data,{key:o[Object(B[\"m\"])(t).value].key}]),[l]):null}return t.map(s).filter((function(e){return e}))}function lx(e,t){var n=Jw(e);return ix(t)?n.map((function(e){return\"object\"===(\"undefined\"===typeof e?\"undefined\":Z()(e))&&e?e:{value:\"\",label:\"\"}})):n.map((function(e){return{value:e}}))}function ux(e,t,n){if(e.label)return e.label;if(t){var r=Object(B[\"m\"])(t.node);if(Object.keys(r).length)return r[n]}return e.value}function hx(e,t,n){var r=t.treeNodeLabelProp,i=t.treeCheckable,o=t.treeCheckStrictly,a=t.showCheckedStrategy;if(i&&!o){var s={};e.forEach((function(e){s[e.value]=e}));var c=tx(e.map((function(e){var t=e.value;return n[t]})));if(a===Uw)return c.map((function(e){var t=e.node,i=Object(B[\"m\"])(t).value;return{label:ux(s[i],n[i],r),value:i}}));if(a===qw){var l=[],u=function e(t){var i=t.node,o=t.children,a=Object(B[\"m\"])(i).value;o&&0!==o.length?o.forEach((function(t){e(t)})):l.push({label:ux(s[a],n[a],r),value:a})};return c.forEach((function(e){u(e)})),l}}return e.map((function(e){return{label:ux(e,n[e.value],r),value:e.value}}))}function dx(e){var t=e.title,n=e.label,r=e.value,i=e[\"class\"],o=e.style,a=e.on,s=void 0===a?{}:a,c=e.key;c||void 0!==c&&null!==c||(c=r);var l={props:Object(u[\"a\"])(e,[\"on\",\"key\",\"class\",\"className\",\"style\"]),on:s,class:i||e.className,style:o,key:c};return n&&!t&&(Yw||(Ht()(!1,\"'label' in treeData is deprecated. Please use 'title' instead.\"),Yw=!0),l.props.title=n),l}function fx(e,t){return Object(Hw[\"g\"])(e,t,{processProps:dx})}function px(e){return I()({},e,{valueEntities:{}})}function vx(e,t){var n=Object(B[\"m\"])(e.node).value;e.value=n;var r=t.valueEntities[n];r&&Ht()(!1,\"Conflict! value of node '\"+e.key+\"' (\"+n+\") has already used by node '\"+r.key+\"'.\"),t.valueEntities[n]=e}function mx(e){return Object(Hw[\"h\"])(e,{initWrapper:px,processEntity:vx})}function gx(e,t){var n={};return e.forEach((function(e){var t=e.value;n[t]=!1})),e.forEach((function(e){var r=e.value,i=t[r];while(i&&i.parent){var o=i.parent.value;if(o in n)break;n[o]=!0,i=i.parent}})),Object.keys(n).filter((function(e){return n[e]})).map((function(e){return t[e].key}))}var bx=Hw[\"e\"],yx={bottomLeft:{points:[\"tl\",\"bl\"],offset:[0,4],overflow:{adjustX:0,adjustY:1},ignoreShake:!0},topLeft:{points:[\"bl\",\"tl\"],offset:[0,-4],overflow:{adjustX:0,adjustY:1},ignoreShake:!0}},Cx={name:\"SelectTrigger\",props:{disabled:s[\"a\"].bool,showSearch:s[\"a\"].bool,prefixCls:s[\"a\"].string,dropdownPopupAlign:s[\"a\"].object,dropdownClassName:s[\"a\"].string,dropdownStyle:s[\"a\"].object,transitionName:s[\"a\"].string,animation:s[\"a\"].string,getPopupContainer:s[\"a\"].func,dropdownMatchSelectWidth:s[\"a\"].bool,isMultiple:s[\"a\"].bool,dropdownPrefixCls:s[\"a\"].string,dropdownVisibleChange:s[\"a\"].func,popupElement:s[\"a\"].node,open:s[\"a\"].bool},created:function(){this.triggerRef=Qw()},methods:{getDropdownTransitionName:function(){var e=this.$props,t=e.transitionName,n=e.animation,r=e.dropdownPrefixCls;return!t&&n?r+\"-\"+n:t},forcePopupAlign:function(){var e=this.triggerRef.current;e&&e.forcePopupAlign()}},render:function(){var e,t=arguments[0],n=this.$props,r=n.disabled,o=n.isMultiple,s=n.dropdownPopupAlign,c=n.dropdownMatchSelectWidth,u=n.dropdownClassName,h=n.dropdownStyle,d=n.dropdownVisibleChange,f=n.getPopupContainer,p=n.dropdownPrefixCls,v=n.popupElement,m=n.open,g=void 0;return!1!==c&&(g=c?\"width\":\"minWidth\"),t(Lr,i()([{directives:[{name:\"ant-ref\",value:this.triggerRef}]},{attrs:{action:r?[]:[\"click\"],popupPlacement:\"bottomLeft\",builtinPlacements:yx,popupAlign:s,prefixCls:p,popupTransitionName:this.getDropdownTransitionName(),popup:v,popupVisible:m,getPopupContainer:f,stretch:g,popupClassName:l()(u,(e={},a()(e,p+\"--multiple\",o),a()(e,p+\"--single\",!o),e)),popupStyle:h},on:{popupVisibleChange:d}}]),[this.$slots[\"default\"]])}},wx=Cx,xx=function(){return{prefixCls:s[\"a\"].string,className:s[\"a\"].string,open:s[\"a\"].bool,selectorValueList:s[\"a\"].array,allowClear:s[\"a\"].bool,showArrow:s[\"a\"].bool,removeSelected:s[\"a\"].func,choiceTransitionName:s[\"a\"].string,ariaId:s[\"a\"].string,inputIcon:s[\"a\"].any,clearIcon:s[\"a\"].any,removeIcon:s[\"a\"].any,placeholder:s[\"a\"].any,disabled:s[\"a\"].bool,focused:s[\"a\"].bool}};function Sx(){}var kx=function(e){var t={name:\"BaseSelector\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(I()({},xx(),{renderSelection:s[\"a\"].func.isRequired,renderPlaceholder:s[\"a\"].func,tabIndex:s[\"a\"].number}),{tabIndex:0}),inject:{vcTreeSelect:{default:function(){return{}}}},created:function(){this.domRef=Qw()},methods:{onFocus:function(e){var t=this.$props.focused,n=this.vcTreeSelect.onSelectorFocus;t||n(),this.__emit(\"focus\",e)},onBlur:function(e){var t=this.vcTreeSelect.onSelectorBlur;t(),this.__emit(\"blur\",e)},focus:function(){this.domRef.current.focus()},blur:function(){this.domRef.current.blur()},renderClear:function(){var e=this.$createElement,t=this.$props,n=t.prefixCls,r=t.allowClear,i=t.selectorValueList,o=this.vcTreeSelect.onSelectorClear;if(!r||!i.length||!i[0].value)return null;var a=Object(B[\"g\"])(this,\"clearIcon\");return e(\"span\",{key:\"clear\",class:n+\"-selection__clear\",on:{click:o}},[a])},renderArrow:function(){var e=this.$createElement,t=this.$props,n=t.prefixCls,r=t.showArrow;if(!r)return null;var i=Object(B[\"g\"])(this,\"inputIcon\");return e(\"span\",{key:\"arrow\",class:n+\"-arrow\",style:{outline:\"none\"}},[i])}},render:function(){var t,n=arguments[0],r=this.$props,o=r.prefixCls,s=r.className,c=r.style,u=r.open,h=r.focused,d=r.disabled,f=r.allowClear,p=r.ariaId,v=r.renderSelection,m=r.renderPlaceholder,g=r.tabIndex,b=this.vcTreeSelect.onSelectorKeyDown,y=g;return d&&(y=null),n(\"span\",i()([{style:c,on:{click:Object(B[\"k\"])(this).click||Sx},class:l()(s,o,(t={},a()(t,o+\"-open\",u),a()(t,o+\"-focused\",u||h),a()(t,o+\"-disabled\",d),a()(t,o+\"-enabled\",!d),a()(t,o+\"-allow-clear\",f),t))},{directives:[{name:\"ant-ref\",value:this.domRef}]},{attrs:{role:\"combobox\",\"aria-expanded\":u,\"aria-owns\":u?p:void 0,\"aria-controls\":u?p:void 0,\"aria-haspopup\":\"listbox\",\"aria-disabled\":d,tabIndex:y},on:{focus:this.onFocus,blur:this.onBlur,keydown:b}}]),[n(\"span\",{key:\"selection\",class:l()(o+\"-selection\",o+\"-selection--\"+e)},[v(),this.renderClear(),this.renderArrow(),m&&m()])])}};return t},Ox=kx(\"single\"),Mx={name:\"SingleSelector\",props:xx(),created:function(){this.selectorRef=Qw()},methods:{focus:function(){this.selectorRef.current.focus()},blur:function(){this.selectorRef.current.blur()},renderSelection:function(){var e=this.$createElement,t=this.$props,n=t.selectorValueList,r=t.placeholder,i=t.prefixCls,o=void 0;if(n.length){var a=n[0],s=a.label,c=a.value;o=e(\"span\",{key:\"value\",attrs:{title:Xw(s)},class:i+\"-selection-selected-value\"},[s||c])}else o=e(\"span\",{key:\"placeholder\",class:i+\"-selection__placeholder\"},[r]);return e(\"span\",{class:i+\"-selection__rendered\"},[o])}},render:function(){var e=arguments[0],t=this.$props.showArrow,n=void 0===t||t,r={props:I()({},Object(B[\"l\"])(this),{showArrow:n,renderSelection:this.renderSelection}),on:Object(B[\"k\"])(this),directives:[{name:\"ant-ref\",value:this.selectorRef}]};return e(Ox,r)}},zx=Mx,_x={name:\"SearchInput\",props:{open:s[\"a\"].bool,searchValue:s[\"a\"].string,prefixCls:s[\"a\"].string,disabled:s[\"a\"].bool,renderPlaceholder:s[\"a\"].func,needAlign:s[\"a\"].bool,ariaId:s[\"a\"].string},inject:{vcTreeSelect:{default:function(){return{}}}},data:function(){return{mirrorSearchValue:this.searchValue}},watch:{searchValue:function(e){this.mirrorSearchValue=e}},created:function(){this.inputRef=Qw(),this.mirrorInputRef=Qw(),this.prevProps=I()({},this.$props)},mounted:function(){var e=this;this.$nextTick((function(){var t=e.$props,n=t.open,r=t.needAlign;r&&e.alignInputWidth(),n&&e.focus(!0)}))},updated:function(){var e=this,t=this.$props,n=t.open,r=t.searchValue,i=t.needAlign,o=this.prevProps;this.$nextTick((function(){n&&o.open!==n&&e.focus(),i&&r!==o.searchValue&&e.alignInputWidth(),e.prevProps=I()({},e.$props)}))},methods:{alignInputWidth:function(){this.inputRef.current.style.width=(this.mirrorInputRef.current.clientWidth||this.mirrorInputRef.current.offsetWidth)+\"px\"},focus:function(e){var t=this;this.inputRef.current&&(e?setTimeout((function(){t.inputRef.current.focus()}),0):this.inputRef.current.focus())},blur:function(){this.inputRef.current&&this.inputRef.current.blur()},handleInputChange:function(e){var t=e.target,n=t.value,r=t.composing,i=this.searchValue,o=void 0===i?\"\":i;e.isComposing||r||o===n?this.mirrorSearchValue=n:this.vcTreeSelect.onSearchInputChange(e)}},render:function(){var e=arguments[0],t=this.$props,n=t.searchValue,r=t.prefixCls,o=t.disabled,a=t.renderPlaceholder,s=t.open,c=t.ariaId,l=this.vcTreeSelect.onSearchInputKeyDown,u=this.handleInputChange,h=this.mirrorSearchValue;return e(\"span\",{class:r+\"-search__field__wrap\"},[e(\"input\",i()([{attrs:{type:\"text\"}},{directives:[{name:\"ant-ref\",value:this.inputRef},{name:\"ant-input\"}]},{on:{input:u,keydown:l},domProps:{value:n},attrs:{disabled:o,\"aria-label\":\"filter select\",\"aria-autocomplete\":\"list\",\"aria-controls\":s?c:void 0,\"aria-multiline\":\"false\"},class:r+\"-search__field\"}])),e(\"span\",i()([{directives:[{name:\"ant-ref\",value:this.mirrorInputRef}]},{class:r+\"-search__field__mirror\"}]),[h,\" \"]),a&&!h?a():null])}},Tx=_x,Vx={mixins:[p[\"a\"]],props:{prefixCls:s[\"a\"].string,maxTagTextLength:s[\"a\"].number,label:s[\"a\"].any,value:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]),removeIcon:s[\"a\"].any},methods:{onRemove:function(e){var t=this.$props.value;this.__emit(\"remove\",e,t),e.stopPropagation()}},render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.maxTagTextLength,o=t.label,a=t.value,s=o||a;return r&&\"string\"===typeof s&&s.length>r&&(s=s.slice(0,r)+\"...\"),e(\"li\",i()([{style:Zw},{attrs:ex},{attrs:{role:\"menuitem\",title:Xw(o)},class:n+\"-selection__choice\"}]),[Object(B[\"k\"])(this).remove&&e(\"span\",{class:n+\"-selection__choice__remove\",on:{click:this.onRemove}},[Object(B[\"g\"])(this,\"removeIcon\")]),e(\"span\",{class:n+\"-selection__choice__content\"},[s])])}},jx=Vx,Px=\"RC_TREE_SELECT_EMPTY_VALUE_KEY\",Ex=kx(\"multiple\"),Hx={mixins:[p[\"a\"]],props:I()({},xx(),Tx.props,{selectorValueList:s[\"a\"].array,disabled:s[\"a\"].bool,searchValue:s[\"a\"].string,labelInValue:s[\"a\"].bool,maxTagCount:s[\"a\"].number,maxTagPlaceholder:s[\"a\"].any}),inject:{vcTreeSelect:{default:function(){return{}}}},created:function(){this.inputRef=Qw()},methods:{onPlaceholderClick:function(){this.inputRef.current.focus()},focus:function(){this.inputRef.current.focus()},blur:function(){this.inputRef.current.blur()},_renderPlaceholder:function(){var e=this.$createElement,t=this.$props,n=t.prefixCls,r=t.placeholder,i=t.searchPlaceholder,o=t.searchValue,a=t.selectorValueList,s=r||i;if(!s)return null;var c=o||a.length;return e(\"span\",{style:{display:c?\"none\":\"block\"},on:{click:this.onPlaceholderClick},class:n+\"-search__field__placeholder\"},[s])},onChoiceAnimationLeave:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];this.__emit.apply(this,[\"choiceAnimationLeave\"].concat(m()(t)))},renderSelection:function(){var e=this,t=this.$createElement,n=this.$props,r=n.selectorValueList,o=n.choiceTransitionName,a=n.prefixCls,s=n.labelInValue,c=n.maxTagCount,l=this.vcTreeSelect.onMultipleSelectorRemove,u=this.$slots,h=Object(B[\"k\"])(this),d=r;c>=0&&(d=r.slice(0,c));var f=d.map((function(n){var r=n.label,o=n.value;return t(jx,i()([{props:I()({},e.$props,{label:r,value:o}),on:I()({},h,{remove:l})},{key:o||Px}]),[u[\"default\"]])}));if(c>=0&&c<r.length){var p=\"+ \"+(r.length-c)+\" ...\",v=Object(B[\"g\"])(this,\"maxTagPlaceholder\",{},!1);if(\"string\"===typeof v)p=v;else if(\"function\"===typeof v){var m=r.slice(c);p=v(s?m:m.map((function(e){var t=e.value;return t})))}var g=t(jx,i()([{props:I()({},this.$props,{label:p,value:null}),on:h},{key:\"rc-tree-select-internal-max-tag-counter\"}]),[u[\"default\"]]);f.push(g)}f.push(t(\"li\",{class:a+\"-search \"+a+\"-search--inline\",key:\"__input\"},[t(Tx,{props:I()({},this.$props,{needAlign:!0}),on:h,directives:[{name:\"ant-ref\",value:this.inputRef}]},[u[\"default\"]])]));var b=a+\"-selection__rendered\";if(o){var y=Object($t[\"a\"])(o,{tag:\"ul\",afterLeave:this.onChoiceAnimationLeave});return t(\"transition-group\",i()([{class:b},y]),[f])}return t(\"ul\",{class:b,attrs:{role:\"menubar\"}},[f])}},render:function(){var e=arguments[0],t=this.$slots,n=this.$props,r=Object(B[\"k\"])(this),i=n.showArrow,o=void 0!==i&&i;return e(Ex,{props:I()({},this.$props,{showArrow:o,tabIndex:-1,renderSelection:this.renderSelection,renderPlaceholder:this._renderPlaceholder}),on:r},[t[\"default\"]])}},Lx=Hx;function $x(e,t){var n=t||{},r=n._prevProps,i=void 0===r?{}:r,o=n._loadedKeys,a=n._expandedKeyList,s=n._cachedExpandedKeyList,c=e.valueList,l=e.valueEntities,u=e.keyEntities,h=e.treeExpandedKeys,d=e.filteredTreeNodes,f=e.upperSearchValue,p={_prevProps:I()({},e)};return c!==i.valueList&&(p._keyList=c.map((function(e){var t=e.value;return l[t]})).filter((function(e){return e})).map((function(e){var t=e.key;return t}))),!h&&d&&d.length&&d!==i.filteredTreeNodes&&(p._expandedKeyList=[].concat(m()(u.keys()))),f&&!i.upperSearchValue?p._cachedExpandedKeyList=a:f||!i.upperSearchValue||h||(p._expandedKeyList=s||[],p._cachedExpandedKeyList=[]),i.treeExpandedKeys!==h&&(p._expandedKeyList=h),e.loadData&&(p._loadedKeys=o.filter((function(e){return u.has(e)}))),p}var Ax={mixins:[p[\"a\"]],name:\"BasePopup\",props:{prefixCls:s[\"a\"].string,upperSearchValue:s[\"a\"].string,valueList:s[\"a\"].array,searchHalfCheckedKeys:s[\"a\"].array,valueEntities:s[\"a\"].object,keyEntities:Map,treeIcon:s[\"a\"].bool,treeLine:s[\"a\"].bool,treeNodeFilterProp:s[\"a\"].string,treeCheckable:s[\"a\"].any,treeCheckStrictly:s[\"a\"].bool,treeDefaultExpandAll:s[\"a\"].bool,treeDefaultExpandedKeys:s[\"a\"].array,treeExpandedKeys:s[\"a\"].array,loadData:s[\"a\"].func,multiple:s[\"a\"].bool,searchValue:s[\"a\"].string,treeNodes:s[\"a\"].any,filteredTreeNodes:s[\"a\"].any,notFoundContent:s[\"a\"].any,ariaId:s[\"a\"].string,switcherIcon:s[\"a\"].any,renderSearch:s[\"a\"].func,__propsSymbol__:s[\"a\"].any},inject:{vcTreeSelect:{default:function(){return{}}}},watch:{__propsSymbol__:function(){var e=$x(this.$props,this.$data);this.setState(e)}},data:function(){this.treeRef=Qw(),Ht()(this.$props.__propsSymbol__,\"must pass __propsSymbol__\");var e=this.$props,t=e.treeDefaultExpandAll,n=e.treeDefaultExpandedKeys,r=e.keyEntities,i=n;t&&(i=[].concat(m()(r.keys())));var o={_keyList:[],_expandedKeyList:i,_cachedExpandedKeyList:[],_loadedKeys:[],_prevProps:{}};return I()({},o,$x(this.$props,o))},methods:{onTreeExpand:function(e){var t=this,n=this.$props.treeExpandedKeys;n||this.setState({_expandedKeyList:e},(function(){t.__emit(\"treeExpanded\")})),this.__emit(\"update:treeExpandedKeys\",e),this.__emit(\"treeExpand\",e)},onLoad:function(e){this.setState({_loadedKeys:e})},getTree:function(){return this.treeRef.current},getLoadData:function(){var e=this.$props,t=e.loadData,n=e.upperSearchValue;return n?null:t},filterTreeNode:function(e){var t=this.$props,n=t.upperSearchValue,r=t.treeNodeFilterProp,i=e[r];return\"string\"===typeof i&&(n&&-1!==i.toUpperCase().indexOf(n))},renderNotFound:function(){var e=this.$createElement,t=this.$props,n=t.prefixCls,r=t.notFoundContent;return e(\"span\",{class:n+\"-not-found\"},[r])}},render:function(){var e=arguments[0],t=this.$data,n=t._keyList,r=t._expandedKeyList,i=t._loadedKeys,o=this.$props,a=o.prefixCls,s=o.treeNodes,c=o.filteredTreeNodes,l=o.treeIcon,u=o.treeLine,h=o.treeCheckable,d=o.treeCheckStrictly,f=o.multiple,p=o.ariaId,v=o.renderSearch,m=o.switcherIcon,g=o.searchHalfCheckedKeys,b=this.vcTreeSelect,y=b.onPopupKeyDown,C=b.onTreeNodeSelect,w=b.onTreeNodeCheck,x=this.getLoadData(),S={};h?S.checkedKeys=n:S.selectedKeys=n;var k=void 0,O=void 0;c?c.length?(S.checkStrictly=!0,O=c,h&&!d&&(S.checkedKeys={checked:n,halfChecked:g})):k=this.renderNotFound():s&&s.length?O=s:k=this.renderNotFound();var M=void 0;if(k)M=k;else{var z={props:I()({prefixCls:a+\"-tree\",showIcon:l,showLine:u,selectable:!h,checkable:h,checkStrictly:d,multiple:f,loadData:x,loadedKeys:i,expandedKeys:r,filterTreeNode:this.filterTreeNode,switcherIcon:m},S,{__propsSymbol__:Symbol(),children:O}),on:{select:C,check:w,expand:this.onTreeExpand,load:this.onLoad},directives:[{name:\"ant-ref\",value:this.treeRef}]};M=e(jw[\"Tree\"],z)}return e(\"div\",{attrs:{role:\"listbox\",id:p,tabIndex:-1},on:{keydown:y}},[v?v():null,M])}},Fx=Ax,Ix={name:\"SinglePopup\",props:I()({},Fx.props,Tx.props,{searchValue:s[\"a\"].string,showSearch:s[\"a\"].bool,dropdownPrefixCls:s[\"a\"].string,disabled:s[\"a\"].bool,searchPlaceholder:s[\"a\"].string}),created:function(){this.inputRef=Qw(),this.searchRef=Qw(),this.popupRef=Qw()},methods:{onPlaceholderClick:function(){this.inputRef.current.focus()},getTree:function(){return this.popupRef.current&&this.popupRef.current.getTree()},_renderPlaceholder:function(){var e=this.$createElement,t=this.$props,n=t.searchPlaceholder,r=t.searchValue,i=t.prefixCls;return n?e(\"span\",{style:{display:r?\"none\":\"block\"},on:{click:this.onPlaceholderClick},class:i+\"-search__field__placeholder\"},[n]):null},_renderSearch:function(){var e=this.$createElement,t=this.$props,n=t.showSearch,r=t.dropdownPrefixCls;return n?e(\"span\",i()([{class:r+\"-search\"},{directives:[{name:\"ant-ref\",value:this.searchRef}]}]),[e(Tx,{props:I()({},this.$props,{renderPlaceholder:this._renderPlaceholder}),on:Object(B[\"k\"])(this),directives:[{name:\"ant-ref\",value:this.inputRef}]})]):null}},render:function(){var e=arguments[0];return e(Fx,{props:I()({},this.$props,{renderSearch:this._renderSearch,__propsSymbol__:Symbol()}),on:Object(B[\"k\"])(this),directives:[{name:\"ant-ref\",value:this.popupRef}]})}},Rx=Ix,Dx=Fx,Nx={name:\"SelectNode\",functional:!0,isTreeNode:!0,props:jw[\"TreeNode\"].props,render:function(e,t){var n=t.props,r=t.slots,i=t.listeners,o=t.data,a=t.scopedSlots,s=r()||{},c=s[\"default\"],l=Object.keys(s),u={};l.forEach((function(e){u[e]=function(){return s[e]}}));var h=I()({},o,{on:I()({},i,o.nativeOn),props:n,scopedSlots:I()({},u,a)});return e(jw[\"TreeNode\"],h,[c])}};function Bx(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t={};return e.forEach((function(e){t[e]=function(){this.needSyncKeys[e]=!0}})),t}var Kx={name:\"Select\",mixins:[p[\"a\"]],props:Object(B[\"t\"])({prefixCls:s[\"a\"].string,prefixAria:s[\"a\"].string,multiple:s[\"a\"].bool,showArrow:s[\"a\"].bool,open:s[\"a\"].bool,value:s[\"a\"].any,autoFocus:s[\"a\"].bool,defaultOpen:s[\"a\"].bool,defaultValue:s[\"a\"].any,showSearch:s[\"a\"].bool,placeholder:s[\"a\"].any,inputValue:s[\"a\"].string,searchValue:s[\"a\"].string,autoClearSearchValue:s[\"a\"].bool,searchPlaceholder:s[\"a\"].any,disabled:s[\"a\"].bool,children:s[\"a\"].any,labelInValue:s[\"a\"].bool,maxTagCount:s[\"a\"].number,maxTagPlaceholder:s[\"a\"].oneOfType([s[\"a\"].any,s[\"a\"].func]),maxTagTextLength:s[\"a\"].number,showCheckedStrategy:s[\"a\"].oneOf([Ww,Uw,qw]),dropdownClassName:s[\"a\"].string,dropdownStyle:s[\"a\"].object,dropdownVisibleChange:s[\"a\"].func,dropdownMatchSelectWidth:s[\"a\"].bool,treeData:s[\"a\"].array,treeDataSimpleMode:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].object]),treeNodeFilterProp:s[\"a\"].string,treeNodeLabelProp:s[\"a\"].string,treeCheckable:s[\"a\"].oneOfType([s[\"a\"].any,s[\"a\"].object,s[\"a\"].bool]),treeCheckStrictly:s[\"a\"].bool,treeIcon:s[\"a\"].bool,treeLine:s[\"a\"].bool,treeDefaultExpandAll:s[\"a\"].bool,treeDefaultExpandedKeys:s[\"a\"].array,treeExpandedKeys:s[\"a\"].array,loadData:s[\"a\"].func,filterTreeNode:s[\"a\"].oneOfType([s[\"a\"].func,s[\"a\"].bool]),notFoundContent:s[\"a\"].any,getPopupContainer:s[\"a\"].func,allowClear:s[\"a\"].bool,transitionName:s[\"a\"].string,animation:s[\"a\"].string,choiceTransitionName:s[\"a\"].string,inputIcon:s[\"a\"].any,clearIcon:s[\"a\"].any,removeIcon:s[\"a\"].any,switcherIcon:s[\"a\"].any,__propsSymbol__:s[\"a\"].any},{prefixCls:\"rc-tree-select\",prefixAria:\"rc-tree-select\",showSearch:!0,autoClearSearchValue:!0,showCheckedStrategy:qw,treeNodeFilterProp:\"value\",treeNodeLabelProp:\"title\",treeIcon:!1,notFoundContent:\"Not Found\",dropdownStyle:{},dropdownVisibleChange:function(){return!0}}),data:function(){Ht()(this.$props.__propsSymbol__,\"must pass __propsSymbol__\");var e=this.$props,t=e.prefixAria,n=e.defaultOpen,r=e.open;this.needSyncKeys={},this.selectorRef=Qw(),this.selectTriggerRef=Qw(),this.ariaId=rx(t+\"-list\");var i={_open:r||n,_valueList:[],_searchHalfCheckedKeys:[],_missValueList:[],_selectorValueList:[],_valueEntities:{},_posEntities:new Map,_keyEntities:new Map,_searchValue:\"\",_prevProps:{},_init:!0,_focused:void 0,_treeNodes:void 0,_filteredTreeNodes:void 0},o=this.getDerivedState(this.$props,i);return I()({},i,o)},provide:function(){return{vcTreeSelect:{onSelectorFocus:this.onSelectorFocus,onSelectorBlur:this.onSelectorBlur,onSelectorKeyDown:this.onComponentKeyDown,onSelectorClear:this.onSelectorClear,onMultipleSelectorRemove:this.onMultipleSelectorRemove,onTreeNodeSelect:this.onTreeNodeSelect,onTreeNodeCheck:this.onTreeNodeCheck,onPopupKeyDown:this.onComponentKeyDown,onSearchInputChange:this.onSearchInputChange,onSearchInputKeyDown:this.onSearchInputKeyDown}}},watch:I()({},Bx([\"treeData\",\"defaultValue\",\"value\"]),{__propsSymbol__:function(){var e=this.getDerivedState(this.$props,this.$data);this.setState(e),this.needSyncKeys={}},\"$data._valueList\":function(){var e=this;this.$nextTick((function(){e.forcePopupAlign()}))},\"$data._open\":function(e){var t=this;setTimeout((function(){var n=t.$props.prefixCls,r=t.$data,i=r._selectorValueList,o=r._valueEntities,a=t.isMultiple();if(!a&&i.length&&e&&t.popup){var s=i[0].value,c=t.popup.getTree(),l=c.domTreeNodes,u=o[s]||{},h=u.key,d=l[h];if(d){var f=d.$el;b()((function(){var e=t.popup.$el,r=Gw(e,n+\"-dropdown\"),i=t.popup.searchRef.current;f&&r&&i&&We(f,r,{onlyScrollIfNeeded:!0,offsetTop:i.offsetHeight})}))}}}))}}),mounted:function(){var e=this;this.$nextTick((function(){var t=e.$props,n=t.autoFocus,r=t.disabled;n&&!r&&e.focus()}))},methods:{getDerivedState:function(e,t){var n=this.$createElement,r=t._prevProps,i=void 0===r?{}:r,o=e.treeCheckable,a=e.treeCheckStrictly,s=e.filterTreeNode,c=e.treeNodeFilterProp,l=e.treeDataSimpleMode,u={_prevProps:I()({},e),_init:!1},h=this;function d(t,n){return!(i[t]===e[t]&&!h.needSyncKeys[t])&&(n(e[t],i[t]),!0)}var f=!1;d(\"open\",(function(e){u._open=e}));var p=void 0,v=!1,g=!1;if(d(\"treeData\",(function(e){p=fx(n,e),v=!0})),d(\"treeDataSimpleMode\",(function(e,t){if(e){var n=t&&!0!==t?t:{};qe()(e,n)||(g=!0)}})),l&&(v||g)){var b=I()({id:\"id\",pId:\"pId\",rootPId:null},!0!==l?l:{});p=fx(n,ox(e.treeData,b))}if(e.treeData||(p=Object(B[\"c\"])(this.$slots[\"default\"])),p){var y=mx(p);u._treeNodes=p,u._posEntities=y.posEntities,u._valueEntities=y.valueEntities,u._keyEntities=y.keyEntities,f=!0}if(t._init&&d(\"defaultValue\",(function(t){u._valueList=lx(t,e),f=!0})),d(\"value\",(function(t){u._valueList=lx(t,e),f=!0})),f){var C=[],w=[],x=[],S=u._valueList;S||(S=[].concat(m()(t._valueList),m()(t._missValueList)));var k={};if(S.forEach((function(e){var n=e.value,r=e.label,i=(u._valueEntities||t._valueEntities)[n];if(k[n]=r,i)return x.push(i.key),void w.push(e);C.push(e)})),o&&!a){var O=bx(x,!0,u._keyEntities||t._keyEntities),M=O.checkedKeys;u._valueList=M.map((function(e){var n=(u._keyEntities||t._keyEntities).get(e).value,r={value:n};return void 0!==k[n]&&(r.label=k[n]),r}))}else u._valueList=w;u._missValueList=C,u._selectorValueList=hx(u._valueList,e,u._valueEntities||t._valueEntities)}if(d(\"inputValue\",(function(e){null!==e&&(u._searchValue=e)})),d(\"searchValue\",(function(e){u._searchValue=e})),void 0!==u._searchValue||t._searchValue&&p){var z=void 0!==u._searchValue?u._searchValue:t._searchValue,_=String(z).toUpperCase(),T=s;!1===s?T=function(){return!0}:\"function\"!==typeof T&&(T=function(e,t){var n=String(Object(B[\"m\"])(t)[c]).toUpperCase();return-1!==n.indexOf(_)}),u._filteredTreeNodes=cx(this.$createElement,u._treeNodes||t._treeNodes,z,T,u._valueEntities||t._valueEntities,Nx)}return f&&o&&!a&&(u._searchValue||t._searchValue)&&(u._searchHalfCheckedKeys=gx(u._valueList,u._valueEntities||t._valueEntities)),d(\"showCheckedStrategy\",(function(){u._selectorValueList=u._selectorValueList||hx(u._valueList||t._valueList,e,u._valueEntities||t._valueEntities)})),u},onSelectorFocus:function(){this.setState({_focused:!0})},onSelectorBlur:function(){this.setState({_focused:!1})},onComponentKeyDown:function(e){var t=this.$data._open,n=e.keyCode;t?oe.ESC===n?this.setOpenState(!1):-1!==[oe.UP,oe.DOWN,oe.LEFT,oe.RIGHT].indexOf(n)&&e.stopPropagation():-1!==[oe.ENTER,oe.DOWN].indexOf(n)&&this.setOpenState(!0)},onDeselect:function(e,t,n){this.__emit(\"deselect\",e,t,n)},onSelectorClear:function(e){var t=this.$props.disabled;t||(this.triggerChange([],[]),this.isSearchValueControlled()||this.setUncontrolledState({_searchValue:\"\",_filteredTreeNodes:null}),e.stopPropagation())},onMultipleSelectorRemove:function(e,t){e.stopPropagation();var n=this.$data,r=n._valueList,i=n._missValueList,o=n._valueEntities,a=this.$props,s=a.treeCheckable,c=a.treeCheckStrictly,l=a.treeNodeLabelProp,u=a.disabled;if(!u){var h=o[t],d=r;h&&(d=s&&!c?r.filter((function(e){var t=e.value,n=o[t];return!ax(n.pos,h.pos)})):r.filter((function(e){var n=e.value;return n!==t})));var f=h?h.node:null,p={triggerValue:t,triggerNode:f},v={node:f};if(s){var m=d.map((function(e){var t=e.value;return o[t]}));v.event=\"check\",v.checked=!1,v.checkedNodes=m.map((function(e){var t=e.node;return t})),v.checkedNodesPositions=m.map((function(e){var t=e.node,n=e.pos;return{node:t,pos:n}})),p.allCheckedNodes=c?v.checkedNodes:tx(m).map((function(e){var t=e.node;return t}))}else v.event=\"select\",v.selected=!1,v.selectedNodes=d.map((function(e){var t=e.value;return(o[t]||{}).node}));var g=i.filter((function(e){var n=e.value;return n!==t})),b=void 0;b=this.isLabelInValue()?{label:f?Object(B[\"m\"])(f)[l]:null,value:t}:t,this.onDeselect(b,f,v),this.triggerChange(g,d,p)}},onValueTrigger:function(e,t,n,r){var i=n.node,o=i.$props.value,a=this.$data,s=a._missValueList,c=a._valueEntities,l=a._keyEntities,u=a._searchValue,h=this.$props,d=h.disabled,f=h.inputValue,p=h.treeNodeLabelProp,v=h.multiple,m=h.treeCheckable,g=h.treeCheckStrictly,b=h.autoClearSearchValue,y=i.$props[p];if(!d){var C=void 0;C=this.isLabelInValue()?{value:o,label:y}:o,e?this.__emit(\"select\",C,i,n):this.__emit(\"deselect\",C,i,n);var w=t.map((function(e){var t=Object(B[\"m\"])(e);return{value:t.value,label:t[p]}}));if(m&&!g){var x=w.map((function(e){var t=e.value;return c[t].key}));x=e?bx(x,!0,l).checkedKeys:bx([c[o].key],!1,l,{checkedKeys:x}).checkedKeys,w=x.map((function(e){var t=Object(B[\"m\"])(l.get(e).node);return{value:t.value,label:t[p]}}))}(b||null===f)&&(this.isSearchValueControlled()||!v&&!m||this.setUncontrolledState({_searchValue:\"\",_filteredTreeNodes:null}),u&&u.length&&(this.__emit(\"update:searchValue\",\"\"),this.__emit(\"search\",\"\")));var S=I()({},r,{triggerValue:o,triggerNode:i});this.triggerChange(s,w,S)}},onTreeNodeSelect:function(e,t){var n=this.$data,r=n._valueList,i=n._valueEntities,o=this.$props,a=o.treeCheckable,s=o.multiple;if(!a){s||this.setOpenState(!1);var c=t.selected,l=t.node.$props.value,u=void 0;s?(u=r.filter((function(e){var t=e.value;return t!==l})),c&&u.push({value:l})):u=[{value:l}];var h=u.map((function(e){var t=e.value;return i[t]})).filter((function(e){return e})).map((function(e){var t=e.node;return t}));this.onValueTrigger(c,h,t,{selected:c})}},onTreeNodeCheck:function(e,t){var n=this.$data,r=n._searchValue,i=n._keyEntities,o=n._valueEntities,a=n._valueList,s=this.$props.treeCheckStrictly,c=t.checkedNodes,l=t.checkedNodesPositions,u=t.checked,h={checked:u},d=c;if(r){var f=a.map((function(e){var t=e.value;return o[t]})).filter((function(e){return e})).map((function(e){var t=e.key;return t})),p=void 0;p=u?Array.from(new Set([].concat(m()(f),m()(d.map((function(e){var t=Object(B[\"m\"])(e),n=t.value;return o[n].key})))))):bx([Object(B[\"m\"])(t.node).eventKey],!1,i,{checkedKeys:f}).checkedKeys,d=p.map((function(e){return i.get(e).node})),h.allCheckedNodes=p.map((function(e){return sx(i.get(e))}))}else h.allCheckedNodes=s?t.checkedNodes:tx(l);this.onValueTrigger(u,d,t,h)},onDropdownVisibleChange:function(e){var t=this.$props,n=t.multiple,r=t.treeCheckable,i=this.$data._searchValue;e&&!n&&!r&&i&&this.setUncontrolledState({_searchValue:\"\",_filteredTreeNodes:null}),this.setOpenState(e,!0)},onSearchInputChange:function(e){var t=e.target.value,n=this.$data,r=n._treeNodes,i=n._valueEntities,o=this.$props,a=o.filterTreeNode,s=o.treeNodeFilterProp;this.__emit(\"update:searchValue\",t),this.__emit(\"search\",t);var c=!1;if(this.isSearchValueControlled()||(c=this.setUncontrolledState({_searchValue:t}),this.setOpenState(!0)),c){var l=String(t).toUpperCase(),u=a;!1===a?u=function(){return!0}:u||(u=function(e,t){var n=String(Object(B[\"m\"])(t)[s]).toUpperCase();return-1!==n.indexOf(l)}),this.setState({_filteredTreeNodes:cx(this.$createElement,r,t,u,i,Nx)})}},onSearchInputKeyDown:function(e){var t=this.$data,n=t._searchValue,r=t._valueList,i=e.keyCode;if(oe.BACKSPACE===i&&this.isMultiple()&&!n&&r.length){var o=r[r.length-1].value;this.onMultipleSelectorRemove(e,o)}},onChoiceAnimationLeave:function(){var e=this;b()((function(){e.forcePopupAlign()}))},setPopupRef:function(e){this.popup=e},setUncontrolledState:function(e){var t=!1,n={},r=Object(B[\"l\"])(this);return Object.keys(e).forEach((function(i){i.slice(1)in r||(t=!0,n[i]=e[i])})),t&&this.setState(n),t},setOpenState:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=this.$props.dropdownVisibleChange;n&&!1===n(e,{documentClickClose:!e&&t})||this.setUncontrolledState({_open:e})},isMultiple:function(){var e=this.$props,t=e.multiple,n=e.treeCheckable;return!(!t&&!n)},isLabelInValue:function(){return ix(this.$props)},isSearchValueControlled:function(){var e=Object(B[\"l\"])(this),t=e.inputValue;return\"searchValue\"in e||\"inputValue\"in e&&null!==t},forcePopupAlign:function(){var e=this.selectTriggerRef.current;e&&e.forcePopupAlign()},delayForcePopupAlign:function(){var e=this;b()((function(){b()(e.forcePopupAlign)}))},triggerChange:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=this.$data,i=r._valueEntities,o=r._searchValue,a=r._selectorValueList,s=Object(B[\"l\"])(this),c=s.disabled,l=s.treeCheckable,u=s.treeCheckStrictly;if(!c){var h=I()({preValue:a.map((function(e){var t=e.label,n=e.value;return{label:t,value:n}}))},n),d=hx(t,s,i);if(!(\"value\"in s)){var f={_missValueList:e,_valueList:t,_selectorValueList:d};o&&l&&!u&&(f._searchHalfCheckedKeys=gx(t,i)),this.setState(f)}if(Object(B[\"k\"])(this).change){var p=void 0;p=this.isMultiple()?[].concat(m()(e),m()(d)):d.slice(0,1);var v=null,g=void 0;this.isLabelInValue()?g=p.map((function(e){var t=e.label,n=e.value;return{label:t,value:n}})):(v=[],g=p.map((function(e){var t=e.label,n=e.value;return v.push(t),n}))),this.isMultiple()||(g=g[0]),this.__emit(\"change\",g,v,h)}}},focus:function(){this.selectorRef.current.focus()},blur:function(){this.selectorRef.current.blur()}},render:function(){var e=arguments[0],t=this.$data,n=t._valueList,r=t._missValueList,o=t._selectorValueList,a=t._searchHalfCheckedKeys,s=t._valueEntities,c=t._keyEntities,l=t._searchValue,u=t._open,h=t._focused,d=t._treeNodes,f=t._filteredTreeNodes,p=Object(B[\"l\"])(this),v=p.prefixCls,g=p.treeExpandedKeys,b=this.isMultiple(),y={props:I()({},p,{isMultiple:b,valueList:n,searchHalfCheckedKeys:a,selectorValueList:[].concat(m()(r),m()(o)),valueEntities:s,keyEntities:c,searchValue:l,upperSearchValue:(l||\"\").toUpperCase(),open:u,focused:h,dropdownPrefixCls:v+\"-dropdown\",ariaId:this.ariaId}),on:I()({},Object(B[\"k\"])(this),{choiceAnimationLeave:this.onChoiceAnimationLeave}),scopedSlots:this.$scopedSlots},C=Object(B[\"x\"])(y,{props:{treeNodes:d,filteredTreeNodes:f,treeExpandedKeys:g,__propsSymbol__:Symbol()},on:{treeExpanded:this.delayForcePopupAlign},directives:[{name:\"ant-ref\",value:this.setPopupRef}]}),w=b?Dx:Rx,x=e(w,C),S=b?Lx:zx,k=e(S,i()([y,{directives:[{name:\"ant-ref\",value:this.selectorRef}]}])),O=Object(B[\"x\"])(y,{props:{popupElement:x,dropdownVisibleChange:this.onDropdownVisibleChange},directives:[{name:\"ant-ref\",value:this.selectTriggerRef}]});return e(wx,O,[k])}};Kx.TreeNode=Nx,Kx.SHOW_ALL=Ww,Kx.SHOW_PARENT=Uw,Kx.SHOW_CHILD=qw,Kx.name=\"TreeSelect\";var Wx=Kx,Ux=Nx,qx=Wx;Lt[\"a\"].use(It.a,{name:\"ant-ref\"});var Yx=qx,Gx=(s[\"a\"].shape({key:s[\"a\"].string,value:s[\"a\"].string,label:s[\"a\"].any,scopedSlots:s[\"a\"].object,children:s[\"a\"].array}).loose,function(){return I()({},Gi(),{autoFocus:s[\"a\"].bool,dropdownStyle:s[\"a\"].object,filterTreeNode:s[\"a\"].oneOfType([Function,Boolean]),getPopupContainer:s[\"a\"].func,labelInValue:s[\"a\"].bool,loadData:s[\"a\"].func,maxTagCount:s[\"a\"].number,maxTagPlaceholder:s[\"a\"].any,value:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object,s[\"a\"].array,s[\"a\"].number]),defaultValue:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].object,s[\"a\"].array,s[\"a\"].number]),multiple:s[\"a\"].bool,notFoundContent:s[\"a\"].any,searchPlaceholder:s[\"a\"].string,searchValue:s[\"a\"].string,showCheckedStrategy:s[\"a\"].oneOf([\"SHOW_ALL\",\"SHOW_PARENT\",\"SHOW_CHILD\"]),suffixIcon:s[\"a\"].any,treeCheckable:s[\"a\"].oneOfType([s[\"a\"].any,s[\"a\"].bool]),treeCheckStrictly:s[\"a\"].bool,treeData:s[\"a\"].arrayOf(Object),treeDataSimpleMode:s[\"a\"].oneOfType([Boolean,Object]),dropdownClassName:s[\"a\"].string,dropdownMatchSelectWidth:s[\"a\"].bool,treeDefaultExpandAll:s[\"a\"].bool,treeExpandedKeys:s[\"a\"].array,treeIcon:s[\"a\"].bool,treeDefaultExpandedKeys:s[\"a\"].array,treeNodeFilterProp:s[\"a\"].string,treeNodeLabelProp:s[\"a\"].string,replaceFields:s[\"a\"].object.def({})})}),Xx={TreeNode:I()({},Ux,{name:\"ATreeSelectNode\"}),SHOW_ALL:Ww,SHOW_PARENT:Uw,SHOW_CHILD:qw,name:\"ATreeSelect\",props:Object(B[\"t\"])(Gx(),{transitionName:\"slide-up\",choiceTransitionName:\"zoom\",showSearch:!1}),model:{prop:\"value\",event:\"change\"},inject:{configProvider:{default:function(){return C[\"a\"]}}},created:function(){Object(x[\"a\"])(!1!==this.multiple||!this.treeCheckable,\"TreeSelect\",\"`multiple` will alway be `true` when `treeCheckable` is true\")},methods:{focus:function(){this.$refs.vcTreeSelect.focus()},blur:function(){this.$refs.vcTreeSelect.blur()},renderSwitcherIcon:function(e,t){var n=t.isLeaf,r=t.loading,i=this.$createElement;return r?i(Yi[\"a\"],{attrs:{type:\"loading\"},class:e+\"-switcher-loading-icon\"}):n?null:i(Yi[\"a\"],{attrs:{type:\"caret-down\"},class:e+\"-switcher-icon\"})},onChange:function(){this.$emit.apply(this,[\"change\"].concat(Array.prototype.slice.call(arguments)))},updateTreeData:function(e){var t=this,n=this.$scopedSlots,r={children:\"children\",title:\"title\",key:\"key\",label:\"label\",value:\"value\"},i=I()({},r,this.$props.replaceFields);return e.map((function(e){var r=e.scopedSlots,o=void 0===r?{}:r,a=e[i.label],s=e[i.title],c=e[i.value],l=e[i.key],u=e[i.children],h=\"function\"===typeof a?a(t.$createElement):a,d=\"function\"===typeof s?s(t.$createElement):s;!h&&o.label&&n[o.label]&&(h=n[o.label](e)),!d&&o.title&&n[o.title]&&(d=n[o.title](e));var f=I()({},e,{title:d||h,value:c,dataRef:e,key:l});return u?I()({},f,{children:t.updateTreeData(u)}):f}))}},render:function(e){var t,n=this,r=Object(B[\"l\"])(this),i=r.prefixCls,o=r.size,s=r.dropdownStyle,c=r.dropdownClassName,h=r.getPopupContainer,d=re()(r,[\"prefixCls\",\"size\",\"dropdownStyle\",\"dropdownClassName\",\"getPopupContainer\"]),f=this.configProvider.getPrefixCls,p=f(\"select\",i),v=this.configProvider.renderEmpty,m=Object(B[\"g\"])(this,\"notFoundContent\"),g=Object(B[\"g\"])(this,\"removeIcon\"),b=Object(B[\"g\"])(this,\"clearIcon\"),y=this.configProvider.getPopupContainer,C=Object(u[\"a\"])(d,[\"inputIcon\",\"removeIcon\",\"clearIcon\",\"switcherIcon\",\"suffixIcon\"]),w=Object(B[\"g\"])(this,\"suffixIcon\");w=Array.isArray(w)?w[0]:w;var x=r.treeData;x&&(x=this.updateTreeData(x));var S=(t={},a()(t,p+\"-lg\",\"large\"===o),a()(t,p+\"-sm\",\"small\"===o),t),k=d.showSearch;\"showSearch\"in d||(k=!(!d.multiple&&!d.treeCheckable));var O=Object(B[\"g\"])(this,\"treeCheckable\");O&&(O=e(\"span\",{class:p+\"-tree-checkbox-inner\"}));var M=w||e(Yi[\"a\"],{attrs:{type:\"down\"},class:p+\"-arrow-icon\"}),z=g||e(Yi[\"a\"],{attrs:{type:\"close\"},class:p+\"-remove-icon\"}),_=b||e(Yi[\"a\"],{attrs:{type:\"close-circle\",theme:\"filled\"},class:p+\"-clear-icon\"}),T={props:I()(I()({switcherIcon:function(e){return n.renderSwitcherIcon(p,e)},inputIcon:M,removeIcon:z,clearIcon:_},C,{showSearch:k,getPopupContainer:h||y,dropdownClassName:l()(c,p+\"-tree-dropdown\"),prefixCls:p,dropdownStyle:I()({maxHeight:\"100vh\",overflow:\"auto\"},s),treeCheckable:O,notFoundContent:m||v(e,\"Select\"),__propsSymbol__:Symbol()}),x?{treeData:x}:{}),class:S,on:I()({},Object(B[\"k\"])(this),{change:this.onChange}),ref:\"vcTreeSelect\",scopedSlots:this.$scopedSlots};return e(Yx,T,[Object(B[\"c\"])(this.$slots[\"default\"])])},install:function(e){e.use(w[\"a\"]),e.component(Xx.name,Xx),e.component(Xx.TreeNode.name,Xx.TreeNode)}},Jx=Xx,Qx={prefixCls:s[\"a\"].string,color:s[\"a\"].string,dot:s[\"a\"].any,pending:s[\"a\"].bool,position:s[\"a\"].oneOf([\"left\",\"right\",\"\"]).def(\"\")},Zx={name:\"ATimelineItem\",props:Object(B[\"t\"])(Qx,{color:\"blue\",pending:!1}),inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e,t,n=arguments[0],r=Object(B[\"l\"])(this),i=r.prefixCls,o=r.color,s=void 0===o?\"\":o,c=r.pending,u=this.configProvider.getPrefixCls,h=u(\"timeline\",i),d=Object(B[\"g\"])(this,\"dot\"),f=l()((e={},a()(e,h+\"-item\",!0),a()(e,h+\"-item-pending\",c),e)),p=l()((t={},a()(t,h+\"-item-head\",!0),a()(t,h+\"-item-head-custom\",d),a()(t,h+\"-item-head-\"+s,!0),t)),v={class:f,on:Object(B[\"k\"])(this)};return n(\"li\",v,[n(\"div\",{class:h+\"-item-tail\"}),n(\"div\",{class:p,style:{borderColor:/blue|red|green|gray/.test(s)?void 0:s}},[d]),n(\"div\",{class:h+\"-item-content\"},[this.$slots[\"default\"]])])}},eS={prefixCls:s[\"a\"].string,pending:s[\"a\"].any,pendingDot:s[\"a\"].string,reverse:s[\"a\"].bool,mode:s[\"a\"].oneOf([\"left\",\"alternate\",\"right\",\"\"])},tS={name:\"ATimeline\",props:Object(B[\"t\"])(eS,{reverse:!1,mode:\"\"}),inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.reverse,o=n.mode,s=re()(n,[\"prefixCls\",\"reverse\",\"mode\"]),c=this.configProvider.getPrefixCls,u=c(\"timeline\",r),h=Object(B[\"g\"])(this,\"pendingDot\"),d=Object(B[\"g\"])(this,\"pending\"),f=\"boolean\"===typeof d?null:d,p=l()(u,(e={},a()(e,u+\"-pending\",!!d),a()(e,u+\"-reverse\",!!i),a()(e,u+\"-\"+o,!!o),e)),v=Object(B[\"c\"])(this.$slots[\"default\"]),g=d?t(Zx,{attrs:{pending:!!d}},[t(\"template\",{slot:\"dot\"},[h||t(Yi[\"a\"],{attrs:{type:\"loading\"}})]),f]):null,b=i?[g].concat(m()(v.reverse())):[].concat(m()(v),[g]),y=function(e,t){var n=Object(B[\"m\"])(e);return\"alternate\"===o?\"right\"===n.position?u+\"-item-right\":\"left\"===n.position||t%2===0?u+\"-item-left\":u+\"-item-right\":\"left\"===o?u+\"-item-left\":\"right\"===o||\"right\"===n.position?u+\"-item-right\":\"\"},C=b.filter((function(e){return!!e})),w=C.length,x=u+\"-item-last\",S=C.map((function(e,t){var n=t===w-2?x:\"\",r=t===w-1?x:\"\";return Object(At[\"a\"])(e,{class:l()([!i&&d?n:r,y(e,t)])})})),k={props:I()({},s),class:p,on:Object(B[\"k\"])(this)};return t(\"ul\",k,[S])}};tS.Item=Zx,tS.install=function(e){e.use(w[\"a\"]),e.component(tS.name,tS),e.component(Zx.name,Zx)};var nS=tS,rS=n(\"a8fc\"),iS=n.n(rS),oS=n(\"51f5\"),aS=n.n(oS),sS=n(\"2593\"),cS=n.n(sS),lS=n(\"327d\"),uS=n.n(lS);function hS(e,t){var n=\"cannot \"+e.method+\" \"+e.action+\" \"+t.status+\"'\",r=new Error(n);return r.status=t.status,r.method=e.method,r.url=e.action,r}function dS(e){var t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch(n){return t}}function fS(e){var t=new window.XMLHttpRequest;e.onProgress&&t.upload&&(t.upload.onprogress=function(t){t.total>0&&(t.percent=t.loaded/t.total*100),e.onProgress(t)});var n=new window.FormData;e.data&&Object.keys(e.data).forEach((function(t){var r=e.data[t];Array.isArray(r)?r.forEach((function(e){n.append(t+\"[]\",e)})):n.append(t,e.data[t])})),n.append(e.filename,e.file),t.onerror=function(t){e.onError(t)},t.onload=function(){if(t.status<200||t.status>=300)return e.onError(hS(e,t),dS(t));e.onSuccess(dS(t),t)},t.open(e.method,e.action,!0),e.withCredentials&&\"withCredentials\"in t&&(t.withCredentials=!0);var r=e.headers||{};for(var i in null!==r[\"X-Requested-With\"]&&t.setRequestHeader(\"X-Requested-With\",\"XMLHttpRequest\"),r)r.hasOwnProperty(i)&&null!==r[i]&&t.setRequestHeader(i,r[i]);return t.send(n),{abort:function(){t.abort()}}}var pS=+new Date,vS=0;function mS(){return\"vc-upload-\"+pS+\"-\"+ ++vS}function gS(e,t){return-1!==e.indexOf(t,e.length-t.length)}var bS=function(e,t){if(e&&t){var n=Array.isArray(t)?t:t.split(\",\"),r=e.name||\"\",i=e.type||\"\",o=i.replace(/\\/.*$/,\"\");return n.some((function(e){var t=e.trim();return\".\"===t.charAt(0)?gS(r.toLowerCase(),t.toLowerCase()):/\\/\\*$/.test(t)?o===t.replace(/\\/.*$/,\"\"):i===t}))}return!0};function yS(e,t){var n=e.createReader(),r=[];function i(){n.readEntries((function(e){var n=Array.prototype.slice.apply(e);r=r.concat(n);var o=!n.length;o?t(r):i()}))}i()}var CS=function(e,t,n){var r=function e(r,i){i=i||\"\",r.isFile?r.file((function(e){n(e)&&(r.fullPath&&!e.webkitRelativePath&&(Object.defineProperties(e,{webkitRelativePath:{writable:!0}}),e.webkitRelativePath=r.fullPath.replace(/^\\//,\"\"),Object.defineProperties(e,{webkitRelativePath:{writable:!1}})),t([e]))})):r.isDirectory&&yS(r,(function(t){t.forEach((function(t){e(t,\"\"+i+r.name+\"/\")}))}))},i=!0,o=!1,a=void 0;try{for(var s,c=e[Symbol.iterator]();!(i=(s=c.next()).done);i=!0){var l=s.value;r(l.webkitGetAsEntry())}}catch(u){o=!0,a=u}finally{try{!i&&c[\"return\"]&&c[\"return\"]()}finally{if(o)throw a}}},wS=CS,xS={componentTag:s[\"a\"].string,prefixCls:s[\"a\"].string,name:s[\"a\"].string,multiple:s[\"a\"].bool,directory:s[\"a\"].bool,disabled:s[\"a\"].bool,accept:s[\"a\"].string,data:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].func]),action:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func]),headers:s[\"a\"].object,beforeUpload:s[\"a\"].func,customRequest:s[\"a\"].func,withCredentials:s[\"a\"].bool,openFileDialogOnClick:s[\"a\"].bool,transformFile:s[\"a\"].func,method:s[\"a\"].string},SS={inheritAttrs:!1,name:\"ajaxUploader\",mixins:[p[\"a\"]],props:xS,data:function(){return this.reqs={},{uid:mS()}},mounted:function(){this._isMounted=!0},beforeDestroy:function(){this._isMounted=!1,this.abort()},methods:{onChange:function(e){var t=e.target.files;this.uploadFiles(t),this.reset()},onClick:function(){var e=this.$refs.fileInputRef;e&&e.click()},onKeyDown:function(e){\"Enter\"===e.key&&this.onClick()},onFileDrop:function(e){var t=this,n=this.$props.multiple;if(e.preventDefault(),\"dragover\"!==e.type)if(this.directory)wS(e.dataTransfer.items,this.uploadFiles,(function(e){return bS(e,t.accept)}));else{var r=uS()(Array.prototype.slice.call(e.dataTransfer.files),(function(e){return bS(e,t.accept)})),i=r[0],o=r[1];!1===n&&(i=i.slice(0,1)),this.uploadFiles(i),o.length&&this.$emit(\"reject\",o)}},uploadFiles:function(e){var t=this,n=Array.prototype.slice.call(e);n.map((function(e){return e.uid=mS(),e})).forEach((function(e){t.upload(e,n)}))},upload:function(e,t){var n=this;if(!this.beforeUpload)return setTimeout((function(){return n.post(e)}),0);var r=this.beforeUpload(e,t);r&&r.then?r.then((function(t){var r=Object.prototype.toString.call(t);return\"[object File]\"===r||\"[object Blob]\"===r?n.post(t):n.post(e)}))[\"catch\"]((function(e){console&&console.log(e)})):!1!==r&&setTimeout((function(){return n.post(e)}),0)},post:function(e){var t=this;if(this._isMounted){var n=this.$props,r=n.data,i=n.transformFile,o=void 0===i?function(e){return e}:i;new Promise((function(n){var r=t.action;if(\"function\"===typeof r)return n(r(e));n(r)})).then((function(i){var a=e.uid,s=t.customRequest||fS,c=Promise.resolve(o(e))[\"catch\"]((function(e){console.error(e)}));c.then((function(o){\"function\"===typeof r&&(r=r(e));var c={action:i,filename:t.name,data:r,file:o,headers:t.headers,withCredentials:t.withCredentials,method:n.method||\"post\",onProgress:function(n){t.$emit(\"progress\",n,e)},onSuccess:function(n,r){delete t.reqs[a],t.$emit(\"success\",n,e,r)},onError:function(n,r){delete t.reqs[a],t.$emit(\"error\",n,r,e)}};t.reqs[a]=s(c),t.$emit(\"start\",e)}))}))}},reset:function(){this.setState({uid:mS()})},abort:function(e){var t=this.reqs;if(e){var n=e;e&&e.uid&&(n=e.uid),t[n]&&t[n].abort&&t[n].abort(),delete t[n]}else Object.keys(t).forEach((function(e){t[e]&&t[e].abort&&t[e].abort(),delete t[e]}))}},render:function(){var e,t=arguments[0],n=this.$props,r=this.$attrs,i=n.componentTag,o=n.prefixCls,s=n.disabled,c=n.multiple,u=n.accept,h=n.directory,d=n.openFileDialogOnClick,f=l()((e={},a()(e,o,!0),a()(e,o+\"-disabled\",s),e)),p=s?{}:{click:d?this.onClick:function(){},keydown:d?this.onKeyDown:function(){},drop:this.onFileDrop,dragover:this.onFileDrop},v={on:I()({},Object(B[\"k\"])(this),p),attrs:{role:\"button\",tabIndex:s?null:\"0\"},class:f};return t(i,v,[t(\"input\",{attrs:{id:r.id,type:\"file\",accept:u,directory:h?\"directory\":null,webkitdirectory:h?\"webkitdirectory\":null,multiple:c},ref:\"fileInputRef\",on:{click:function(e){return e.stopPropagation()},change:this.onChange},key:this.uid,style:{display:\"none\"}}),this.$slots[\"default\"]])}},kS=SS,OS={position:\"absolute\",top:0,opacity:0,filter:\"alpha(opacity=0)\",left:0,zIndex:9999},MS={mixins:[p[\"a\"]],props:{componentTag:s[\"a\"].string,disabled:s[\"a\"].bool,prefixCls:s[\"a\"].string,accept:s[\"a\"].string,multiple:s[\"a\"].bool,data:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].func]),action:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func]),name:s[\"a\"].string},data:function(){return this.file={},{uploading:!1}},methods:{onLoad:function(){if(this.uploading){var e=this.file,t=void 0;try{var n=this.getIframeDocument(),r=n.getElementsByTagName(\"script\")[0];r&&r.parentNode===n.body&&n.body.removeChild(r),t=n.body.innerHTML,this.$emit(\"success\",t,e)}catch(i){Object(x[\"a\"])(!1,\"cross domain error for Upload. Maybe server should return document.domain script. see Note from https://github.com/react-component/upload\"),t=\"cross-domain\",this.$emit(\"error\",i,null,e)}this.endUpload()}},onChange:function(){var e=this,t=this.getFormInputNode(),n=this.file={uid:mS(),name:t.value&&t.value.substring(t.value.lastIndexOf(\"\\\\\")+1,t.value.length)};this.startUpload();var r=this.$props;if(!r.beforeUpload)return this.post(n);var i=r.beforeUpload(n);i&&i.then?i.then((function(){e.post(n)}),(function(){e.endUpload()})):!1!==i?this.post(n):this.endUpload()},getIframeNode:function(){return this.$refs.iframeRef},getIframeDocument:function(){return this.getIframeNode().contentDocument},getFormNode:function(){return this.getIframeDocument().getElementById(\"form\")},getFormInputNode:function(){return this.getIframeDocument().getElementById(\"input\")},getFormDataNode:function(){return this.getIframeDocument().getElementById(\"data\")},getFileForMultiple:function(e){return this.multiple?[e]:e},getIframeHTML:function(e){var t=\"\",n=\"\";if(e){var r=\"script\";t=\"<\"+r+'>document.domain=\"'+e+'\";</'+r+\">\",n='<input name=\"_documentDomain\" value=\"'+e+'\" />'}return'\\n      <!DOCTYPE html>\\n      <html>\\n      <head>\\n      <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\\n      <style>\\n      body,html {padding:0;margin:0;border:0;overflow:hidden;}\\n      </style>\\n      '+t+'\\n      </head>\\n      <body>\\n      <form method=\"post\"\\n      encType=\"multipart/form-data\"\\n      action=\"\" id=\"form\"\\n      style=\"display:block;height:9999px;position:relative;overflow:hidden;\">\\n      <input id=\"input\" type=\"file\"\\n       name=\"'+this.name+'\"\\n       style=\"position:absolute;top:0;right:0;height:9999px;font-size:9999px;cursor:pointer;\"/>\\n      '+n+'\\n      <span id=\"data\"></span>\\n      </form>\\n      </body>\\n      </html>\\n      '},initIframeSrc:function(){this.domain&&(this.getIframeNode().src=\"javascript:void((function(){\\n          var d = document;\\n          d.open();\\n          d.domain='\"+this.domain+\"';\\n          d.write('');\\n          d.close();\\n        })())\")},initIframe:function(){var e=this.getIframeNode(),t=e.contentWindow,n=void 0;this.domain=this.domain||\"\",this.initIframeSrc();try{n=t.document}catch(r){this.domain=document.domain,this.initIframeSrc(),t=e.contentWindow,n=t.document}n.open(\"text/html\",\"replace\"),n.write(this.getIframeHTML(this.domain)),n.close(),this.getFormInputNode().onchange=this.onChange},endUpload:function(){this.uploading&&(this.file={},this.uploading=!1,this.setState({uploading:!1}),this.initIframe())},startUpload:function(){this.uploading||(this.uploading=!0,this.setState({uploading:!0}))},updateIframeWH:function(){var e=this.$el,t=this.getIframeNode();t.style.height=e.offsetHeight+\"px\",t.style.width=e.offsetWidth+\"px\"},abort:function(e){if(e){var t=e;e&&e.uid&&(t=e.uid),t===this.file.uid&&this.endUpload()}else this.endUpload()},post:function(e){var t=this,n=this.getFormNode(),r=this.getFormDataNode(),i=this.$props.data;\"function\"===typeof i&&(i=i(e));var o=document.createDocumentFragment();for(var a in i)if(i.hasOwnProperty(a)){var s=document.createElement(\"input\");s.setAttribute(\"name\",a),s.value=i[a],o.appendChild(s)}r.appendChild(o),new Promise((function(n){var r=t.action;if(\"function\"===typeof r)return n(r(e));n(r)})).then((function(i){n.setAttribute(\"action\",i),n.submit(),r.innerHTML=\"\",t.$emit(\"start\",e)}))}},mounted:function(){var e=this;this.$nextTick((function(){e.updateIframeWH(),e.initIframe()}))},updated:function(){var e=this;this.$nextTick((function(){e.updateIframeWH()}))},render:function(){var e,t=arguments[0],n=this.$props,r=n.componentTag,i=n.disabled,o=n.prefixCls,s=I()({},OS,{display:this.uploading||i?\"none\":\"\"}),c=l()((e={},a()(e,o,!0),a()(e,o+\"-disabled\",i),e));return t(r,{attrs:{className:c},style:{position:\"relative\",zIndex:0}},[t(\"iframe\",{ref:\"iframeRef\",on:{load:this.onLoad},style:s}),this.$slots[\"default\"]])}},zS=MS;function _S(){}var TS={componentTag:s[\"a\"].string,prefixCls:s[\"a\"].string,action:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func]),name:s[\"a\"].string,multipart:s[\"a\"].bool,directory:s[\"a\"].bool,data:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].func]),headers:s[\"a\"].object,accept:s[\"a\"].string,multiple:s[\"a\"].bool,disabled:s[\"a\"].bool,beforeUpload:s[\"a\"].func,customRequest:s[\"a\"].func,method:s[\"a\"].string,withCredentials:s[\"a\"].bool,supportServerRender:s[\"a\"].bool,openFileDialogOnClick:s[\"a\"].bool,transformFile:s[\"a\"].func},VS={name:\"Upload\",mixins:[p[\"a\"]],inheritAttrs:!1,props:Object(B[\"t\"])(TS,{componentTag:\"span\",prefixCls:\"rc-upload\",data:{},headers:{},name:\"file\",multipart:!1,supportServerRender:!1,multiple:!1,beforeUpload:_S,withCredentials:!1,openFileDialogOnClick:!0}),data:function(){return{Component:null}},mounted:function(){var e=this;this.$nextTick((function(){e.supportServerRender&&e.setState({Component:e.getComponent()},(function(){e.$emit(\"ready\")}))}))},methods:{getComponent:function(){return\"undefined\"!==typeof File?kS:zS},abort:function(e){this.$refs.uploaderRef.abort(e)}},render:function(){var e=arguments[0],t={props:I()({},this.$props),on:Object(B[\"k\"])(this),ref:\"uploaderRef\",attrs:this.$attrs};if(this.supportServerRender){var n=this.Component;return n?e(n,t,[this.$slots[\"default\"]]):null}var r=this.getComponent();return e(r,t,[this.$slots[\"default\"]])}},jS=VS,PS=jS;s[\"a\"].oneOf([\"error\",\"success\",\"done\",\"uploading\",\"removed\"]);function ES(e){var t=e.uid,n=e.name;return!(!t&&0!==t)&&(!![\"string\",\"number\"].includes(\"undefined\"===typeof t?\"undefined\":Z()(t))&&(\"\"!==n&&\"string\"===typeof n))}s[\"a\"].custom(ES),s[\"a\"].arrayOf(s[\"a\"].custom(ES)),s[\"a\"].object;var HS=s[\"a\"].shape({showRemoveIcon:s[\"a\"].bool,showPreviewIcon:s[\"a\"].bool}).loose,LS=s[\"a\"].shape({uploading:s[\"a\"].string,removeFile:s[\"a\"].string,downloadFile:s[\"a\"].string,uploadError:s[\"a\"].string,previewFile:s[\"a\"].string}).loose,$S={type:s[\"a\"].oneOf([\"drag\",\"select\"]),name:s[\"a\"].string,defaultFileList:s[\"a\"].arrayOf(s[\"a\"].custom(ES)),fileList:s[\"a\"].arrayOf(s[\"a\"].custom(ES)),action:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func]),directory:s[\"a\"].bool,data:s[\"a\"].oneOfType([s[\"a\"].object,s[\"a\"].func]),method:s[\"a\"].oneOf([\"POST\",\"PUT\",\"post\",\"put\"]),headers:s[\"a\"].object,showUploadList:s[\"a\"].oneOfType([s[\"a\"].bool,HS]),multiple:s[\"a\"].bool,accept:s[\"a\"].string,beforeUpload:s[\"a\"].func,listType:s[\"a\"].oneOf([\"text\",\"picture\",\"picture-card\"]),remove:s[\"a\"].func,supportServerRender:s[\"a\"].bool,disabled:s[\"a\"].bool,prefixCls:s[\"a\"].string,customRequest:s[\"a\"].func,withCredentials:s[\"a\"].bool,openFileDialogOnClick:s[\"a\"].bool,locale:LS,height:s[\"a\"].number,id:s[\"a\"].string,previewFile:s[\"a\"].func,transformFile:s[\"a\"].func},AS=(s[\"a\"].arrayOf(s[\"a\"].custom(ES)),s[\"a\"].string,{listType:s[\"a\"].oneOf([\"text\",\"picture\",\"picture-card\"]),items:s[\"a\"].arrayOf(s[\"a\"].custom(ES)),progressAttr:s[\"a\"].object,prefixCls:s[\"a\"].string,showRemoveIcon:s[\"a\"].bool,showDownloadIcon:s[\"a\"].bool,showPreviewIcon:s[\"a\"].bool,locale:LS,previewFile:s[\"a\"].func}),FS={name:\"AUploadDragger\",props:$S,render:function(){var e=arguments[0],t=Object(B[\"l\"])(this),n={props:I()({},t,{type:\"drag\"}),on:Object(B[\"k\"])(this),style:{height:this.height}};return e(XS,n,[this.$slots[\"default\"]])}};function IS(){return!0}function RS(e){return I()({},e,{lastModified:e.lastModified,lastModifiedDate:e.lastModifiedDate,name:e.name,size:e.size,type:e.type,uid:e.uid,percent:0,originFileObj:e})}function DS(){var e=.1,t=.01,n=.98;return function(r){var i=r;return i>=n||(i+=e,e-=t,e<.001&&(e=.001)),i}}function NS(e,t){var n=void 0!==e.uid?\"uid\":\"name\";return t.filter((function(t){return t[n]===e[n]}))[0]}function BS(e,t){var n=void 0!==e.uid?\"uid\":\"name\",r=t.filter((function(t){return t[n]!==e[n]}));return r.length===t.length?null:r}var KS=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=e.split(\"/\"),n=t[t.length-1],r=n.split(/#|\\?/)[0];return(/\\.[^./\\\\]*$/.exec(r)||[\"\"])[0]},WS=function(e){return!!e&&0===e.indexOf(\"image/\")},US=function(e){if(WS(e.type))return!0;var t=e.thumbUrl||e.url,n=KS(t);return!(!/^data:image\\//.test(t)&&!/(webp|svg|png|gif|jpg|jpeg|jfif|bmp|dpg|ico)$/i.test(n))||!/^data:/.test(t)&&!n},qS=200;function YS(e){return new Promise((function(t){if(WS(e.type)){var n=document.createElement(\"canvas\");n.width=qS,n.height=qS,n.style.cssText=\"position: fixed; left: 0; top: 0; width: \"+qS+\"px; height: \"+qS+\"px; z-index: 9999; display: none;\",document.body.appendChild(n);var r=n.getContext(\"2d\"),i=new Image;i.onload=function(){var e=i.width,o=i.height,a=qS,s=qS,c=0,l=0;e<o?(s=o*(qS/e),l=-(s-a)/2):(a=e*(qS/o),c=-(a-s)/2),r.drawImage(i,c,l,a,s);var u=n.toDataURL();document.body.removeChild(n),t(u)},i.src=window.URL.createObjectURL(e)}else t(\"\")}))}var GS={name:\"AUploadList\",mixins:[p[\"a\"]],props:Object(B[\"t\"])(AS,{listType:\"text\",progressAttr:{strokeWidth:2,showInfo:!1},showRemoveIcon:!0,showDownloadIcon:!1,showPreviewIcon:!0,previewFile:YS}),inject:{configProvider:{default:function(){return C[\"a\"]}}},updated:function(){var e=this;this.$nextTick((function(){var t=e.$props,n=t.listType,r=t.items,i=t.previewFile;\"picture\"!==n&&\"picture-card\"!==n||(r||[]).forEach((function(t){\"undefined\"!==typeof document&&\"undefined\"!==typeof window&&window.FileReader&&window.File&&(t.originFileObj instanceof File||t.originFileObj instanceof Blob)&&void 0===t.thumbUrl&&(t.thumbUrl=\"\",i&&i(t.originFileObj).then((function(n){t.thumbUrl=n||\"\",e.$forceUpdate()})))}))}))},methods:{handlePreview:function(e,t){var n=Object(B[\"k\"])(this),r=n.preview;if(r)return t.preventDefault(),this.$emit(\"preview\",e)},handleDownload:function(e){var t=Object(B[\"k\"])(this),n=t.download;\"function\"===typeof n?n(e):e.url&&window.open(e.url)},handleClose:function(e){this.$emit(\"remove\",e)}},render:function(){var e,t=this,n=arguments[0],r=Object(B[\"l\"])(this),o=r.prefixCls,s=r.items,c=void 0===s?[]:s,u=r.listType,h=r.showPreviewIcon,d=r.showRemoveIcon,f=r.showDownloadIcon,p=r.locale,v=r.progressAttr,m=this.configProvider.getPrefixCls,g=m(\"upload\",o),b=c.map((function(e){var r,o,s=void 0,c=n(Yi[\"a\"],{attrs:{type:\"uploading\"===e.status?\"loading\":\"paper-clip\"}});if(\"picture\"===u||\"picture-card\"===u)if(\"picture-card\"===u&&\"uploading\"===e.status)c=n(\"div\",{class:g+\"-list-item-uploading-text\"},[p.uploading]);else if(e.thumbUrl||e.url){var m=US(e)?n(\"img\",{attrs:{src:e.thumbUrl||e.url,alt:e.name},class:g+\"-list-item-image\"}):n(Yi[\"a\"],{attrs:{type:\"file\",theme:\"twoTone\"},class:g+\"-list-item-icon\"});c=n(\"a\",{class:g+\"-list-item-thumbnail\",on:{click:function(n){return t.handlePreview(e,n)}},attrs:{href:e.url||e.thumbUrl,target:\"_blank\",rel:\"noopener noreferrer\"}},[m])}else c=n(Yi[\"a\"],{class:g+\"-list-item-thumbnail\",attrs:{type:\"picture\",theme:\"twoTone\"}});if(\"uploading\"===e.status){var b={props:I()({},v,{type:\"line\",percent:e.percent})},y=\"percent\"in e?n(eb,b):null;s=n(\"div\",{class:g+\"-list-item-progress\",key:\"progress\"},[y])}var C=l()((r={},a()(r,g+\"-list-item\",!0),a()(r,g+\"-list-item-\"+e.status,!0),a()(r,g+\"-list-item-list-type-\"+u,!0),r)),w=\"string\"===typeof e.linkProps?JSON.parse(e.linkProps):e.linkProps,x=d?n(Yi[\"a\"],{attrs:{type:\"delete\",title:p.removeFile},on:{click:function(){return t.handleClose(e)}}}):null,S=f&&\"done\"===e.status?n(Yi[\"a\"],{attrs:{type:\"download\",title:p.downloadFile},on:{click:function(){return t.handleDownload(e)}}}):null,k=\"picture-card\"!==u&&n(\"span\",{key:\"download-delete\",class:g+\"-list-item-card-actions \"+(\"picture\"===u?\"picture\":\"\")},[S&&n(\"a\",{attrs:{title:p.downloadFile}},[S]),x&&n(\"a\",{attrs:{title:p.removeFile}},[x])]),O=l()((o={},a()(o,g+\"-list-item-name\",!0),a()(o,g+\"-list-item-name-icon-count-\"+[S,x].filter((function(e){return e})).length,!0),o)),M=e.url?[n(\"a\",i()([{attrs:{target:\"_blank\",rel:\"noopener noreferrer\",title:e.name},class:O},w,{attrs:{href:e.url},on:{click:function(n){return t.handlePreview(e,n)}}}]),[e.name]),k]:[n(\"span\",{key:\"view\",class:g+\"-list-item-name\",on:{click:function(n){return t.handlePreview(e,n)}},attrs:{title:e.name}},[e.name]),k],z=e.url||e.thumbUrl?void 0:{pointerEvents:\"none\",opacity:.5},_=h?n(\"a\",{attrs:{href:e.url||e.thumbUrl,target:\"_blank\",rel:\"noopener noreferrer\",title:p.previewFile},style:z,on:{click:function(n){return t.handlePreview(e,n)}}},[n(Yi[\"a\"],{attrs:{type:\"eye-o\"}})]):null,T=\"picture-card\"===u&&\"uploading\"!==e.status&&n(\"span\",{class:g+\"-list-item-actions\"},[_,\"done\"===e.status&&S,x]),V=void 0;V=e.response&&\"string\"===typeof e.response?e.response:e.error&&e.error.statusText||p.uploadError;var j=n(\"span\",[c,M]),P=Object($t[\"a\"])(\"fade\"),E=n(\"div\",{class:C,key:e.uid},[n(\"div\",{class:g+\"-list-item-info\"},[j]),T,n(\"transition\",P,[s])]),H=l()(a()({},g+\"-list-picture-card-container\",\"picture-card\"===u));return n(\"div\",{key:e.uid,class:H},[\"error\"===e.status?n(ss,{attrs:{title:V}},[E]):n(\"span\",[E])])})),y=l()((e={},a()(e,g+\"-list\",!0),a()(e,g+\"-list-\"+u,!0),e)),C=\"picture-card\"===u?\"animate-inline\":\"animate\",w=Object($t[\"a\"])(g+\"-\"+C);return n(\"transition-group\",i()([w,{attrs:{tag:\"div\"},class:y}]),[b])}},XS={name:\"AUpload\",mixins:[p[\"a\"]],inheritAttrs:!1,Dragger:FS,props:Object(B[\"t\"])($S,{type:\"select\",multiple:!1,action:\"\",data:{},accept:\"\",beforeUpload:IS,showUploadList:!0,listType:\"text\",disabled:!1,supportServerRender:!0}),inject:{configProvider:{default:function(){return C[\"a\"]}}},data:function(){return this.progressTimer=null,{sFileList:this.fileList||this.defaultFileList||[],dragState:\"drop\"}},watch:{fileList:function(e){this.sFileList=e||[]}},beforeDestroy:function(){this.clearProgressTimer()},methods:{onStart:function(e){var t=RS(e);t.status=\"uploading\";var n=this.sFileList.concat(),r=aS()(n,(function(e){var n=e.uid;return n===t.uid}));-1===r?n.push(t):n[r]=t,this.onChange({file:t,fileList:n}),window.File&&!Object({NODE_ENV:\"production\",VUE_APP_PUBLIC_PATH:\"/theme/{{$theme}}\",VUE_APP_TIME:\"20231102012645\",VUE_APP_ENV:\"\\n      <script>\\n      window.EnvConfig = {\\n        serverUrl: '{{ $theme_config['server_url'] }}',\\n        landPage: '{{ $theme_config['land_page'] }}',\\n        showRegInvite: '{{ $theme_config['show_reg_invite'] }}',\\n        appTheme: '{{ $theme_config['app_theme'] }}',\\n        appColor: '{{ $theme_config['app_color'] }}',\\n        appName: '{{ $title }}',\\n        appDesc: `{{ $description }}`,\\n        appLogo: '{{ $logo }}',\\n        appVersion: '{{ $version }}',\\n        clientIOS: '{{ $theme_config['client_ios'] }}',\\n        clientAndroid: '{{ $theme_config['client_android'] }}',\\n        clientWindows: '{{ $theme_config['client_windows'] }}',\\n        clientMacOS: '{{ $theme_config['client_macos'] }}',\\n        clientOpenwrt: '{{ $theme_config['client_openwrt'] }}',\\n        clientLinux: '{{ $theme_config['client_linux'] }}',\\n        staticUrl: '/theme/{{ $theme }}/static'\\n      }\\n      <\\/script>\\n    \",VUE_APP_HTML:\"{!! $theme_config['custom_html'] !!}\",VUE_APP_JS:'\\n  @if (file_exists(public_path(\"/theme/{$theme}/static/custom.js\")))\\n    <script src=\"/theme/{{$theme}}/static/custom.js?v=20231102012645\"><\\/script>\\n  @endif\\n  ',VUE_APP_CSS:'\\n  @if (file_exists(public_path(\"/theme/{$theme}/static/custom.css\")))\\n    <link rel=\"stylesheet\" href=\"/theme/{{$theme}}/static/custom.css?v=20231102012645\" />\\n  @endif\\n  ',VUE_APP_TITLE:\"{{$title}}\",VUE_APP_LOADING:'\\n    @empty($theme_config[\\'loading_text\\'])\\n    \\n    <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" class=\"hourglassx\" x=\"0px\" y=\"0px\" viewBox=\"0 0 203 203\" enable-background=\"new 0 0 203 203\" xml:space=\"preserve\">\\n      <g>\\n        <path\\n          class=\"hourglass\"\\n          fill=\"none\"\\n          stroke=\"#C0E5FA\"\\n          stroke-width=\"5\"\\n          stroke-linecap=\"round\"\\n          stroke-miterlimit=\"10\"\\n          d=\"M137.5,169.5h-72\\n\\t\\tc0-72,63-73,63-126h-54C74.5,96.5,137.5,97.5,137.5,169.5z\"\\n        />\\n        <path\\n          class=\"hourglass\"\\n          fill=\"none\"\\n          stroke=\"#74C2EE\"\\n          stroke-width=\"5\"\\n          stroke-linecap=\"round\"\\n          stroke-miterlimit=\"10\"\\n          d=\"M65.5,34.5h72\\n\\t\\tc0,71-63,71-63,126h54C128.5,105.5,65.5,105.5,65.5,34.5z\"\\n        />\\n      </g>\\n    </svg>\\n  \\n    @endempty\\n    <div class=\"loading-user\">{!! $theme_config[\\'loading_text\\'] !!}</div>\\n  ',VUE_APP_FAVICON:'\\n    @empty($logo)\\n    <link rel=\"icon\" href=\"/theme/{{$theme}}/favicon.svg\" />\\n    @endempty\\n    <link rel=\"icon\" href=\"{{ $logo }}\" />\\n  ',BASE_URL:\"/theme/{{$theme}}/\"}).TEST_IE||this.autoUpdateProgress(0,t)},onSuccess:function(e,t,n){this.clearProgressTimer();try{\"string\"===typeof e&&(e=JSON.parse(e))}catch(o){}var r=this.sFileList,i=NS(t,r);i&&(i.status=\"done\",i.response=e,i.xhr=n,this.onChange({file:I()({},i),fileList:r}))},onProgress:function(e,t){var n=this.sFileList,r=NS(t,n);r&&(r.percent=e.percent,this.onChange({event:e,file:I()({},r),fileList:this.sFileList}))},onError:function(e,t,n){this.clearProgressTimer();var r=this.sFileList,i=NS(n,r);i&&(i.error=e,i.response=t,i.status=\"error\",this.onChange({file:I()({},i),fileList:r}))},onReject:function(e){this.$emit(\"reject\",e)},handleRemove:function(e){var t=this,n=this.remove,r=this.$data.sFileList;Promise.resolve(\"function\"===typeof n?n(e):n).then((function(n){if(!1!==n){var i=BS(e,r);i&&(e.status=\"removed\",t.upload&&t.upload.abort(e),t.onChange({file:e,fileList:i}))}}))},handleManualRemove:function(e){this.$refs.uploadRef&&this.$refs.uploadRef.abort(e),this.handleRemove(e)},onChange:function(e){Object(B[\"s\"])(this,\"fileList\")||this.setState({sFileList:e.fileList}),this.$emit(\"change\",e)},onFileDrop:function(e){this.setState({dragState:e.type})},reBeforeUpload:function(e,t){var n=this.$props.beforeUpload,r=this.$data.sFileList;if(!n)return!0;var i=n(e,t);return!1===i?(this.onChange({file:e,fileList:iS()(r.concat(t.map(RS)),(function(e){return e.uid}))}),!1):!i||!i.then||i},clearProgressTimer:function(){clearInterval(this.progressTimer)},autoUpdateProgress:function(e,t){var n=this,r=DS(),i=0;this.clearProgressTimer(),this.progressTimer=setInterval((function(){i=r(i),n.onProgress({percent:100*i},t)}),200)},renderUploadList:function(e){var t=this.$createElement,n=Object(B[\"l\"])(this),r=n.showUploadList,i=void 0===r?{}:r,o=n.listType,a=n.previewFile,s=n.disabled,c=n.locale,l=i.showRemoveIcon,u=i.showPreviewIcon,h=i.showDownloadIcon,d=this.$data.sFileList,f={props:{listType:o,items:d,previewFile:a,showRemoveIcon:!s&&l,showPreviewIcon:u,showDownloadIcon:h,locale:I()({},e,c)},on:I()({remove:this.handleManualRemove},cS()(Object(B[\"k\"])(this),[\"download\",\"preview\"]))};return t(GS,f)}},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,o=n.showUploadList,s=n.listType,c=n.type,u=n.disabled,h=this.$data,d=h.sFileList,f=h.dragState,p=this.configProvider.getPrefixCls,v=p(\"upload\",r),m={props:I()({},this.$props,{prefixCls:v,beforeUpload:this.reBeforeUpload}),on:{start:this.onStart,error:this.onError,progress:this.onProgress,success:this.onSuccess,reject:this.onReject},ref:\"uploadRef\",attrs:I()({},this.$attrs)},g=this.$slots[\"default\"];g&&!u||(delete m.props.id,delete m.attrs.id);var b=o?t(gc[\"a\"],{attrs:{componentName:\"Upload\",defaultLocale:bg[\"a\"].Upload},scopedSlots:{default:this.renderUploadList}}):null;if(\"drag\"===c){var y,C=l()(v,(y={},a()(y,v+\"-drag\",!0),a()(y,v+\"-drag-uploading\",d.some((function(e){return\"uploading\"===e.status}))),a()(y,v+\"-drag-hover\",\"dragover\"===f),a()(y,v+\"-disabled\",u),y));return t(\"span\",[t(\"div\",{class:C,on:{drop:this.onFileDrop,dragover:this.onFileDrop,dragleave:this.onFileDrop}},[t(PS,i()([m,{class:v+\"-btn\"}]),[t(\"div\",{class:v+\"-drag-container\"},[g])])]),b])}var w=l()(v,(e={},a()(e,v+\"-select\",!0),a()(e,v+\"-select-\"+s,!0),a()(e,v+\"-disabled\",u),e)),x=t(\"div\",{class:w,style:g?void 0:{display:\"none\"}},[t(PS,m,[g])]);return\"picture-card\"===s?t(\"span\",{class:v+\"-picture-card-wrapper\"},[b,x]):t(\"span\",[x,b])}};XS.Dragger=FS,XS.install=function(e){e.use(w[\"a\"]),e.component(XS.name,XS),e.component(FS.name,FS)};var JS=XS,QS=n(\"1552\"),ZS=QS.version,ek={width:s[\"a\"].any,height:s[\"a\"].any,defaultOpen:s[\"a\"].bool,firstEnter:s[\"a\"].bool,open:s[\"a\"].bool,prefixCls:s[\"a\"].string,placement:s[\"a\"].string,level:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].array]),levelMove:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].func,s[\"a\"].array]),ease:s[\"a\"].string,duration:s[\"a\"].string,handler:s[\"a\"].any,showMask:s[\"a\"].bool,maskStyle:s[\"a\"].object,className:s[\"a\"].string,wrapStyle:s[\"a\"].object,maskClosable:s[\"a\"].bool,afterVisibleChange:s[\"a\"].func,keyboard:s[\"a\"].bool},tk=I()({},ek,{wrapperClassName:s[\"a\"].string,forceRender:s[\"a\"].bool,getContainer:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].func,s[\"a\"].object,s[\"a\"].bool])});I()({},ek,{getContainer:s[\"a\"].func,getOpenCount:s[\"a\"].func,switchScrollingEffect:s[\"a\"].func});function nk(e){return Array.isArray(e)?e:[e]}var rk={transition:\"transitionend\",WebkitTransition:\"webkitTransitionEnd\",MozTransition:\"transitionend\",OTransition:\"oTransitionEnd otransitionend\"},ik=Object.keys(rk).filter((function(e){if(\"undefined\"===typeof document)return!1;var t=document.getElementsByTagName(\"html\")[0];return e in(t?t.style:{})}))[0],ok=rk[ik];function ak(e,t,n,r){e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent(\"on\"+t,n)}function sk(e,t,n,r){e.removeEventListener?e.removeEventListener(t,n,r):e.attachEvent&&e.detachEvent(\"on\"+t,n)}function ck(e,t){var n=void 0;return n=\"function\"===typeof e?e(t):e,Array.isArray(n)?2===n.length?n:[n[0],n[1]]:[n]}var lk=function(e){return!isNaN(parseFloat(e))&&isFinite(e)};\"undefined\"!==typeof window&&window.document&&window.document.createElement;function uk(){}var hk={},dk=!(\"undefined\"!==typeof window&&window.document&&window.document.createElement);Lt[\"a\"].use(It.a,{name:\"ant-ref\"});var fk={mixins:[p[\"a\"]],props:Object(B[\"t\"])(tk,{prefixCls:\"drawer\",placement:\"left\",getContainer:\"body\",level:\"all\",duration:\".3s\",ease:\"cubic-bezier(0.78, 0.14, 0.15, 0.86)\",firstEnter:!1,showMask:!0,handler:!0,maskStyle:{},wrapperClassName:\"\",className:\"\"}),data:function(){this.levelDom=[],this.contentDom=null,this.maskDom=null,this.handlerdom=null,this.mousePos=null,this.sFirstEnter=this.firstEnter,this.timeout=null,this.children=null,this.drawerId=Number((Date.now()+Math.random()).toString().replace(\".\",Math.round(9*Math.random()))).toString(16);var e=void 0!==this.open?this.open:!!this.defaultOpen;return hk[this.drawerId]=e,this.orignalOpen=this.open,this.preProps=I()({},this.$props),{sOpen:e}},mounted:function(){var e=this;this.$nextTick((function(){if(!dk){var t=!1;window.addEventListener(\"test\",null,Object.defineProperty({},\"passive\",{get:function(){return t=!0,null}})),e.passive=!!t&&{passive:!1}}var n=e.getOpen();(e.handler||n||e.sFirstEnter)&&(e.getDefault(e.$props),n&&(e.isOpenChange=!0,e.$nextTick((function(){e.domFocus()}))),e.$forceUpdate())}))},watch:{open:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){var t=this;void 0!==e&&e!==this.preProps.open&&(this.isOpenChange=!0,this.container||this.getDefault(this.$props),this.setState({sOpen:open})),this.preProps.open=e,e&&this.$nextTick((function(){t.domFocus()}))})),placement:function(e){e!==this.preProps.placement&&(this.contentDom=null),this.preProps.placement=e},level:function(e){this.preProps.level!==e&&this.getParentAndLevelDom(this.$props),this.preProps.level=e}},updated:function(){var e=this;this.$nextTick((function(){!e.sFirstEnter&&e.container&&(e.$forceUpdate(),e.sFirstEnter=!0)}))},beforeDestroy:function(){delete hk[this.drawerId],delete this.isOpenChange,this.container&&(this.sOpen&&this.setLevelDomTransform(!1,!0),document.body.style.overflow=\"\"),this.sFirstEnter=!1,clearTimeout(this.timeout)},methods:{domFocus:function(){this.dom&&this.dom.focus()},onKeyDown:function(e){e.keyCode===oe.ESC&&(e.stopPropagation(),this.$emit(\"close\",e))},onMaskTouchEnd:function(e){this.$emit(\"close\",e),this.onTouchEnd(e,!0)},onIconTouchEnd:function(e){this.$emit(\"handleClick\",e),this.onTouchEnd(e)},onTouchEnd:function(e,t){if(void 0===this.open){var n=t||this.sOpen;this.isOpenChange=!0,this.setState({sOpen:!n})}},onWrapperTransitionEnd:function(e){if(e.target===this.contentWrapper&&e.propertyName.match(/transform$/)){var t=this.getOpen();this.dom.style.transition=\"\",!t&&this.getCurrentDrawerSome()&&(document.body.style.overflowX=\"\",this.maskDom&&(this.maskDom.style.left=\"\",this.maskDom.style.width=\"\")),this.afterVisibleChange&&this.afterVisibleChange(!!t)}},getDefault:function(e){this.getParentAndLevelDom(e),(e.getContainer||e.parent)&&(this.container=this.defaultGetContainer())},getCurrentDrawerSome:function(){return!Object.keys(hk).some((function(e){return hk[e]}))},getSelfContainer:function(){return this.container},getParentAndLevelDom:function(e){var t=this;if(!dk){var n=e.level,r=e.getContainer;if(this.levelDom=[],r){if(\"string\"===typeof r){var i=document.querySelectorAll(r)[0];this.parent=i}\"function\"===typeof r&&(this.parent=r()),\"object\"===(\"undefined\"===typeof r?\"undefined\":Z()(r))&&r instanceof window.HTMLElement&&(this.parent=r)}if(!r&&this.container&&(this.parent=this.container.parentNode),\"all\"===n){var o=Array.prototype.slice.call(this.parent.children);o.forEach((function(e){\"SCRIPT\"!==e.nodeName&&\"STYLE\"!==e.nodeName&&\"LINK\"!==e.nodeName&&e!==t.container&&t.levelDom.push(e)}))}else n&&nk(n).forEach((function(e){document.querySelectorAll(e).forEach((function(e){t.levelDom.push(e)}))}))}},setLevelDomTransform:function(e,t,n,r){var i=this,o=this.$props,a=o.placement,s=o.levelMove,c=o.duration,l=o.ease,u=o.getContainer;if(!dk&&(this.levelDom.forEach((function(o){if(i.isOpenChange||t){o.style.transition=\"transform \"+c+\" \"+l,ak(o,ok,i.trnasitionEnd);var u=e?r:0;if(s){var h=ck(s,{target:o,open:e});u=e?h[0]:h[1]||0}var d=\"number\"===typeof u?u+\"px\":u,f=\"left\"===a||\"top\"===a?d:\"-\"+d;o.style.transform=u?n+\"(\"+f+\")\":\"\",o.style.msTransform=u?n+\"(\"+f+\")\":\"\"}})),\"body\"===u)){var h=[\"touchstart\"],d=[document.body,this.maskDom,this.handlerdom,this.contentDom],f=document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth?Tm(1):0,p=\"width \"+c+\" \"+l,v=\"transform \"+c+\" \"+l;if(e&&\"hidden\"!==document.body.style.overflow){if(document.body.style.overflow=\"hidden\",f){switch(document.body.style.position=\"relative\",document.body.style.width=\"calc(100% - \"+f+\"px)\",this.dom.style.transition=\"none\",a){case\"right\":this.dom.style.transform=\"translateX(-\"+f+\"px)\",this.dom.style.msTransform=\"translateX(-\"+f+\"px)\";break;case\"top\":case\"bottom\":this.dom.style.width=\"calc(100% - \"+f+\"px)\",this.dom.style.transform=\"translateZ(0)\";break;default:break}clearTimeout(this.timeout),this.timeout=setTimeout((function(){i.dom.style.transition=v+\",\"+p,i.dom.style.width=\"\",i.dom.style.transform=\"\",i.dom.style.msTransform=\"\"}))}d.forEach((function(e,t){e&&ak(e,h[t]||\"touchmove\",t?i.removeMoveHandler:i.removeStartHandler,i.passive)}))}else if(this.getCurrentDrawerSome()){if(document.body.style.overflow=\"\",(this.isOpenChange||t)&&f){document.body.style.position=\"\",document.body.style.width=\"\",ik&&(document.body.style.overflowX=\"hidden\"),this.dom.style.transition=\"none\";var m=void 0;switch(a){case\"right\":this.dom.style.transform=\"translateX(\"+f+\"px)\",this.dom.style.msTransform=\"translateX(\"+f+\"px)\",this.dom.style.width=\"100%\",p=\"width 0s \"+l+\" \"+c,this.maskDom&&(this.maskDom.style.left=\"-\"+f+\"px\",this.maskDom.style.width=\"calc(100% + \"+f+\"px)\");break;case\"top\":case\"bottom\":this.dom.style.width=\"calc(100% + \"+f+\"px)\",this.dom.style.height=\"100%\",this.dom.style.transform=\"translateZ(0)\",m=\"height 0s \"+l+\" \"+c;break;default:break}clearTimeout(this.timeout),this.timeout=setTimeout((function(){i.dom.style.transition=v+\",\"+(m?m+\",\":\"\")+p,i.dom.style.transform=\"\",i.dom.style.msTransform=\"\",i.dom.style.width=\"\",i.dom.style.height=\"\"}))}d.forEach((function(e,t){e&&sk(e,h[t]||\"touchmove\",t?i.removeMoveHandler:i.removeStartHandler,i.passive)}))}}var g=Object(B[\"k\"])(this),b=g.change;b&&this.isOpenChange&&this.sFirstEnter&&(b(e),this.isOpenChange=!1)},getChildToRender:function(e){var t,n=this,r=this.$createElement,o=this.$props,s=o.className,c=o.prefixCls,u=o.placement,h=o.handler,d=o.showMask,f=o.maskStyle,p=o.width,v=o.height,m=o.wrapStyle,g=o.keyboard,b=o.maskClosable,y=this.$slots[\"default\"],C=l()(c,(t={},a()(t,c+\"-\"+u,!0),a()(t,c+\"-open\",e),a()(t,s,!!s),a()(t,\"no-mask\",!d),t)),w=this.isOpenChange,x=\"left\"===u||\"right\"===u,S=\"translate\"+(x?\"X\":\"Y\"),k=\"left\"===u||\"top\"===u?\"-100%\":\"100%\",O=e?\"\":S+\"(\"+k+\")\";if(void 0===w||w){var M=this.contentDom?this.contentDom.getBoundingClientRect()[x?\"width\":\"height\"]:0,z=(x?p:v)||M;this.setLevelDomTransform(e,!1,S,z)}var _=void 0;if(!1!==h){var T=r(\"div\",{class:\"drawer-handle\"},[r(\"i\",{class:\"drawer-handle-icon\"})]),V=this.handler,j=V&&V[0]||T,P=Object(B[\"i\"])(j),E=P.click;_=Object(At[\"a\"])(j,{on:{click:function(e){E&&E(),n.onIconTouchEnd(e)}},directives:[{name:\"ant-ref\",value:function(e){n.handlerdom=e}}]})}var H={class:C,directives:[{name:\"ant-ref\",value:function(e){n.dom=e}}],on:{transitionend:this.onWrapperTransitionEnd,keydown:e&&g?this.onKeyDown:uk},style:m},L=[{name:\"ant-ref\",value:function(e){n.maskDom=e}}],$=[{name:\"ant-ref\",value:function(e){n.contentWrapper=e}}],A=[{name:\"ant-ref\",value:function(e){n.contentDom=e}}];return r(\"div\",i()([H,{attrs:{tabIndex:-1}}]),[d&&r(\"div\",i()([{key:e,class:c+\"-mask\",on:{click:b?this.onMaskTouchEnd:uk},style:f},{directives:L}])),r(\"div\",i()([{class:c+\"-content-wrapper\",style:{transform:O,msTransform:O,width:lk(p)?p+\"px\":p,height:lk(v)?v+\"px\":v}},{directives:$}]),[r(\"div\",i()([{class:c+\"-content\"},{directives:A},{on:{touchstart:e?this.removeStartHandler:uk,touchmove:e?this.removeMoveHandler:uk}}]),[y]),_])])},getOpen:function(){return void 0!==this.open?this.open:this.sOpen},getTouchParentScroll:function(e,t,n,r){if(!t||t===document)return!1;if(t===e.parentNode)return!0;var i=Math.max(Math.abs(n),Math.abs(r))===Math.abs(r),o=Math.max(Math.abs(n),Math.abs(r))===Math.abs(n),a=t.scrollHeight-t.clientHeight,s=t.scrollWidth-t.clientWidth,c=t.scrollTop,l=t.scrollLeft;t.scrollTo&&t.scrollTo(t.scrollLeft+1,t.scrollTop+1);var u=t.scrollTop,h=t.scrollLeft;return t.scrollTo&&t.scrollTo(t.scrollLeft-1,t.scrollTop-1),!((!i||a&&u-c&&(!a||!(t.scrollTop>=a&&r<0||t.scrollTop<=0&&r>0)))&&(!o||s&&h-l&&(!s||!(t.scrollLeft>=s&&n<0||t.scrollLeft<=0&&n>0))))&&this.getTouchParentScroll(e,t.parentNode,n,r)},removeStartHandler:function(e){e.touches.length>1||(this.startPos={x:e.touches[0].clientX,y:e.touches[0].clientY})},removeMoveHandler:function(e){if(!(e.changedTouches.length>1)){var t=e.currentTarget,n=e.changedTouches[0].clientX-this.startPos.x,r=e.changedTouches[0].clientY-this.startPos.y;(t===this.maskDom||t===this.handlerdom||t===this.contentDom&&this.getTouchParentScroll(t,e.target,n,r))&&e.preventDefault()}},trnasitionEnd:function(e){sk(e.target,ok,this.trnasitionEnd),e.target.style.transition=\"\"},defaultGetContainer:function(){if(dk)return null;var e=document.createElement(\"div\");return this.parent.appendChild(e),this.wrapperClassName&&(e.className=this.wrapperClassName),e}},render:function(){var e=this,t=arguments[0],n=this.$props,r=n.getContainer,o=n.wrapperClassName,a=n.handler,s=n.forceRender,c=this.getOpen(),l=null;hk[this.drawerId]=c?this.container:c;var u=this.getChildToRender(!!this.sFirstEnter&&c);if(!r){var h=[{name:\"ant-ref\",value:function(t){e.container=t}}];return t(\"div\",i()([{class:o},{directives:h}]),[u])}if(!this.container||!c&&!this.sFirstEnter)return null;var d=!!a||s;return(d||c||this.dom)&&(l=t(Bm,{attrs:{getContainer:this.getSelfContainer,children:u}})),l}},pk=fk,vk=pk,mk={name:\"ADrawer\",props:{closable:s[\"a\"].bool.def(!0),destroyOnClose:s[\"a\"].bool,getContainer:s[\"a\"].any,maskClosable:s[\"a\"].bool.def(!0),mask:s[\"a\"].bool.def(!0),maskStyle:s[\"a\"].object,wrapStyle:s[\"a\"].object,bodyStyle:s[\"a\"].object,headerStyle:s[\"a\"].object,drawerStyle:s[\"a\"].object,title:s[\"a\"].any,visible:s[\"a\"].bool,width:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]).def(256),height:s[\"a\"].oneOfType([s[\"a\"].string,s[\"a\"].number]).def(256),zIndex:s[\"a\"].number,prefixCls:s[\"a\"].string,placement:s[\"a\"].oneOf([\"top\",\"right\",\"bottom\",\"left\"]).def(\"right\"),level:s[\"a\"].any.def(null),wrapClassName:s[\"a\"].string,handle:s[\"a\"].any,afterVisibleChange:s[\"a\"].func,keyboard:s[\"a\"].bool.def(!0)},mixins:[p[\"a\"]],data:function(){return this.destroyClose=!1,this.preVisible=this.$props.visible,{_push:!1}},inject:{parentDrawer:{default:function(){return null}},configProvider:{default:function(){return C[\"a\"]}}},provide:function(){return{parentDrawer:this}},mounted:function(){var e=this.visible;e&&this.parentDrawer&&this.parentDrawer.push()},updated:function(){var e=this;this.$nextTick((function(){e.preVisible!==e.visible&&e.parentDrawer&&(e.visible?e.parentDrawer.push():e.parentDrawer.pull()),e.preVisible=e.visible}))},beforeDestroy:function(){this.parentDrawer&&this.parentDrawer.pull()},methods:{domFocus:function(){this.$refs.vcDrawer&&this.$refs.vcDrawer.domFocus()},close:function(e){this.$emit(\"close\",e)},push:function(){this.setState({_push:!0})},pull:function(){var e=this;this.setState({_push:!1},(function(){e.domFocus()}))},onDestroyTransitionEnd:function(){var e=this.getDestroyOnClose();e&&(this.visible||(this.destroyClose=!0,this.$forceUpdate()))},getDestroyOnClose:function(){return this.destroyOnClose&&!this.visible},getPushTransform:function(e){return\"left\"===e||\"right\"===e?\"translateX(\"+(\"left\"===e?180:-180)+\"px)\":\"top\"===e||\"bottom\"===e?\"translateY(\"+(\"top\"===e?180:-180)+\"px)\":void 0},getRcDrawerStyle:function(){var e=this.$props,t=e.zIndex,n=e.placement,r=e.wrapStyle,i=this.$data._push;return I()({zIndex:t,transform:i?this.getPushTransform(n):void 0},r)},renderHeader:function(e){var t=this.$createElement,n=this.$props,r=n.closable,i=n.headerStyle,o=Object(B[\"g\"])(this,\"title\");if(!o&&!r)return null;var a=o?e+\"-header\":e+\"-header-no-title\";return t(\"div\",{class:a,style:i},[o&&t(\"div\",{class:e+\"-title\"},[o]),r?this.renderCloseIcon(e):null])},renderCloseIcon:function(e){var t=this.$createElement,n=this.closable;return n&&t(\"button\",{key:\"closer\",on:{click:this.close},attrs:{\"aria-label\":\"Close\"},class:e+\"-close\"},[t(Yi[\"a\"],{attrs:{type:\"close\"}})])},renderBody:function(e){var t=this.$createElement;if(this.destroyClose&&!this.visible)return null;this.destroyClose=!1;var n=this.$props,r=n.bodyStyle,i=n.drawerStyle,o={},a=this.getDestroyOnClose();return a&&(o.opacity=0,o.transition=\"opacity .3s\"),t(\"div\",{class:e+\"-wrapper-body\",style:I()({},o,i),on:{transitionend:this.onDestroyTransitionEnd}},[this.renderHeader(e),t(\"div\",{key:\"body\",class:e+\"-body\",style:r},[this.$slots[\"default\"]])])}},render:function(){var e,t=arguments[0],n=Object(B[\"l\"])(this),r=n.prefixCls,i=n.width,o=n.height,s=n.visible,c=n.placement,h=n.wrapClassName,d=n.mask,f=re()(n,[\"prefixCls\",\"width\",\"height\",\"visible\",\"placement\",\"wrapClassName\",\"mask\"]),p=d?\"\":\"no-mask\",v={};\"left\"===c||\"right\"===c?v.width=\"number\"===typeof i?i+\"px\":i:v.height=\"number\"===typeof o?o+\"px\":o;var m=Object(B[\"g\"])(this,\"handle\")||!1,g=this.configProvider.getPrefixCls,b=g(\"drawer\",r),y={ref:\"vcDrawer\",props:I()({},Object(u[\"a\"])(f,[\"closable\",\"destroyOnClose\",\"drawerStyle\",\"headerStyle\",\"bodyStyle\",\"title\",\"push\",\"visible\",\"getPopupContainer\",\"rootPrefixCls\",\"getPrefixCls\",\"renderEmpty\",\"csp\",\"pageHeader\",\"autoInsertSpaceInButton\"]),{handler:m},v,{prefixCls:b,open:s,showMask:d,placement:c,className:l()((e={},a()(e,h,!!h),a()(e,p,!!p),e)),wrapStyle:this.getRcDrawerStyle()}),on:I()({},Object(B[\"k\"])(this))};return t(vk,y,[this.renderBody(b)])},install:function(e){e.use(w[\"a\"]),e.component(mk.name,mk)}},gk=mk,bk={prefixCls:s[\"a\"].string,size:s[\"a\"].oneOfType([s[\"a\"].oneOf([\"large\",\"small\",\"default\"]),s[\"a\"].number]),shape:s[\"a\"].oneOf([\"circle\",\"square\"])},yk=s[\"a\"].shape(bk).loose,Ck={props:Object(B[\"t\"])(bk,{size:\"large\"}),render:function(){var e,t,n=arguments[0],r=this.$props,i=r.prefixCls,o=r.size,s=r.shape,c=l()((e={},a()(e,i+\"-lg\",\"large\"===o),a()(e,i+\"-sm\",\"small\"===o),e)),u=l()((t={},a()(t,i+\"-circle\",\"circle\"===s),a()(t,i+\"-square\",\"square\"===s),t)),h=\"number\"===typeof o?{width:o+\"px\",height:o+\"px\",lineHeight:o+\"px\"}:{};return n(\"span\",{class:l()(i,c,u),style:h})}},wk=Ck,xk={prefixCls:s[\"a\"].string,width:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string])},Sk=s[\"a\"].shape(xk),kk={props:xk,render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.width,i=\"number\"===typeof r?r+\"px\":r;return e(\"h3\",{class:n,style:{width:i}})}},Ok=kk,Mk=s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].string]),zk={prefixCls:s[\"a\"].string,width:s[\"a\"].oneOfType([Mk,s[\"a\"].arrayOf(Mk)]),rows:s[\"a\"].number},_k=s[\"a\"].shape(zk),Tk={props:zk,methods:{getWidth:function(e){var t=this.width,n=this.rows,r=void 0===n?2:n;return Array.isArray(t)?t[e]:r-1===e?t:void 0}},render:function(){var e=this,t=arguments[0],n=this.$props,r=n.prefixCls,i=n.rows,o=[].concat(m()(Array(i))).map((function(n,r){var i=e.getWidth(r);return t(\"li\",{key:r,style:{width:\"number\"===typeof i?i+\"px\":i}})}));return t(\"ul\",{class:r},[o])}},Vk=Tk,jk={active:s[\"a\"].bool,loading:s[\"a\"].bool,prefixCls:s[\"a\"].string,children:s[\"a\"].any,avatar:s[\"a\"].oneOfType([s[\"a\"].string,yk,s[\"a\"].bool]),title:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].string,Sk]),paragraph:s[\"a\"].oneOfType([s[\"a\"].bool,s[\"a\"].string,_k])};function Pk(e){return e&&\"object\"===(\"undefined\"===typeof e?\"undefined\":Z()(e))?e:{}}function Ek(e,t){return e&&!t?{shape:\"square\"}:{shape:\"circle\"}}function Hk(e,t){return!e&&t?{width:\"38%\"}:e&&t?{width:\"50%\"}:{}}function Lk(e,t){var n={};return e&&t||(n.width=\"61%\"),n.rows=!e&&t?3:2,n}var $k={name:\"ASkeleton\",props:Object(B[\"t\"])(jk,{avatar:!1,title:!0,paragraph:!0}),inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(){var e=arguments[0],t=this.$props,n=t.prefixCls,r=t.loading,i=t.avatar,o=t.title,s=t.paragraph,c=t.active,u=this.configProvider.getPrefixCls,h=u(\"skeleton\",n);if(r||!Object(B[\"s\"])(this,\"loading\")){var d,f=!!i||\"\"===i,p=!!o,v=!!s,m=void 0;if(f){var g={props:I()({prefixCls:h+\"-avatar\"},Ek(p,v),Pk(i))};m=e(\"div\",{class:h+\"-header\"},[e(wk,g)])}var b=void 0;if(p||v){var y=void 0;if(p){var C={props:I()({prefixCls:h+\"-title\"},Hk(f,v),Pk(o))};y=e(Ok,C)}var w=void 0;if(v){var x={props:I()({prefixCls:h+\"-paragraph\"},Lk(f,p),Pk(s))};w=e(Vk,x)}b=e(\"div\",{class:h+\"-content\"},[y,w])}var S=l()(h,(d={},a()(d,h+\"-with-avatar\",f),a()(d,h+\"-active\",c),d));return e(\"div\",{class:S},[m,b])}var k=this.$slots[\"default\"];return k&&1===k.length?k[0]:e(\"span\",[k])},install:function(e){e.use(w[\"a\"]),e.component($k.name,$k)}},Ak=$k,Fk={actions:s[\"a\"].array,author:s[\"a\"].any,avatar:s[\"a\"].any,content:s[\"a\"].any,prefixCls:s[\"a\"].string,datetime:s[\"a\"].any},Ik={name:\"AComment\",props:Fk,inject:{configProvider:{default:function(){return C[\"a\"]}}},methods:{getAction:function(e){var t=this.$createElement;if(!e||!e.length)return null;var n=e.map((function(e,n){return t(\"li\",{key:\"action-\"+n},[e])}));return n},renderNested:function(e,t){var n=this.$createElement;return n(\"div\",{class:e+\"-nested\"},[t])}},render:function(){var e=arguments[0],t=this.$props.prefixCls,n=this.configProvider.getPrefixCls,r=n(\"comment\",t),o=Object(B[\"g\"])(this,\"actions\"),a=Object(B[\"g\"])(this,\"author\"),s=Object(B[\"g\"])(this,\"avatar\"),c=Object(B[\"g\"])(this,\"content\"),l=Object(B[\"g\"])(this,\"datetime\"),u=e(\"div\",{class:r+\"-avatar\"},[\"string\"===typeof s?e(\"img\",{attrs:{src:s,alt:\"comment-avatar\"}}):s]),h=o&&o.length?e(\"ul\",{class:r+\"-actions\"},[this.getAction(o)]):null,d=e(\"div\",{class:r+\"-content-author\"},[a&&e(\"span\",{class:r+\"-content-author-name\"},[a]),l&&e(\"span\",{class:r+\"-content-author-time\"},[l])]),f=e(\"div\",{class:r+\"-content\"},[d,e(\"div\",{class:r+\"-content-detail\"},[c]),h]),p=e(\"div\",{class:r+\"-inner\"},[u,f]),v=this.$slots[\"default\"];return e(\"div\",i()([{class:r},{on:Object(B[\"k\"])(this)}]),[p,v?this.renderNested(r,v):null])},install:function(e){e.use(w[\"a\"]),e.component(Ik.name,Ik)}},Rk=Ik,Dk=n(\"c321\");function Nk(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t={};return e.forEach((function(e){t[e]=function(t){this._proxyVm._data[e]=t}})),t}var Bk={name:\"AConfigProvider\",props:{getPopupContainer:s[\"a\"].func,prefixCls:s[\"a\"].string,renderEmpty:s[\"a\"].func,csp:s[\"a\"].object,autoInsertSpaceInButton:s[\"a\"].bool,locale:s[\"a\"].object,pageHeader:s[\"a\"].object,transformCellText:s[\"a\"].func},provide:function(){var e=this;return this._proxyVm=new Lt[\"a\"]({data:function(){return I()({},e.$props,{getPrefixCls:e.getPrefixCls,renderEmpty:e.renderEmptyComponent})}}),{configProvider:this._proxyVm._data}},watch:I()({},Nk([\"prefixCls\",\"csp\",\"autoInsertSpaceInButton\",\"locale\",\"pageHeader\",\"transformCellText\"])),methods:{renderEmptyComponent:function(e,t){var n=Object(B[\"g\"])(this,\"renderEmpty\",{},!1)||Dk[\"a\"];return n(e,t)},getPrefixCls:function(e,t){var n=this.$props.prefixCls,r=void 0===n?\"ant\":n;return t||(e?r+\"-\"+e:r)},renderProvider:function(e){var t=this.$createElement;return t(Fv,{attrs:{locale:this.locale||e,_ANT_MARK__:Lv}},[this.$slots[\"default\"]?Object(B[\"c\"])(this.$slots[\"default\"])[0]:null])}},render:function(){var e=this,t=arguments[0];return t(gc[\"a\"],{scopedSlots:{default:function(t,n,r){return e.renderProvider(r)}}})},install:function(e){e.use(w[\"a\"]),e.component(Bk.name,Bk)}},Kk=Bk,Wk=n(\"fc25\"),Uk={functional:!0,render:function(){var e=arguments[0];return e(\"svg\",{attrs:{width:\"252\",height:\"294\"}},[e(\"defs\",[e(\"path\",{attrs:{d:\"M0 .387h251.772v251.772H0z\"}})]),e(\"g\",{attrs:{fill:\"none\",fillRule:\"evenodd\"}},[e(\"g\",{attrs:{transform:\"translate(0 .012)\"}},[e(\"mask\",{attrs:{fill:\"#fff\"}}),e(\"path\",{attrs:{d:\"M0 127.32v-2.095C0 56.279 55.892.387 124.838.387h2.096c68.946 0 124.838 55.892 124.838 124.838v2.096c0 68.946-55.892 124.838-124.838 124.838h-2.096C55.892 252.16 0 196.267 0 127.321\",fill:\"#E4EBF7\",mask:\"url(#b)\"}})]),e(\"path\",{attrs:{d:\"M39.755 130.84a8.276 8.276 0 1 1-16.468-1.66 8.276 8.276 0 0 1 16.468 1.66\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M36.975 134.297l10.482 5.943M48.373 146.508l-12.648 10.788\",stroke:\"#FFF\",strokeWidth:\"2\"}}),e(\"path\",{attrs:{d:\"M39.875 159.352a5.667 5.667 0 1 1-11.277-1.136 5.667 5.667 0 0 1 11.277 1.136M57.588 143.247a5.708 5.708 0 1 1-11.358-1.145 5.708 5.708 0 0 1 11.358 1.145M99.018 26.875l29.82-.014a4.587 4.587 0 1 0-.003-9.175l-29.82.013a4.587 4.587 0 1 0 .003 9.176M110.424 45.211l29.82-.013a4.588 4.588 0 0 0-.004-9.175l-29.82.013a4.587 4.587 0 1 0 .004 9.175\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M112.798 26.861v-.002l15.784-.006a4.588 4.588 0 1 0 .003 9.175l-15.783.007v-.002a4.586 4.586 0 0 0-.004-9.172M184.523 135.668c-.553 5.485-5.447 9.483-10.931 8.93-5.485-.553-9.483-5.448-8.93-10.932.552-5.485 5.447-9.483 10.932-8.93 5.485.553 9.483 5.447 8.93 10.932\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M179.26 141.75l12.64 7.167M193.006 156.477l-15.255 13.011\",stroke:\"#FFF\",strokeWidth:\"2\"}}),e(\"path\",{attrs:{d:\"M184.668 170.057a6.835 6.835 0 1 1-13.6-1.372 6.835 6.835 0 0 1 13.6 1.372M203.34 153.325a6.885 6.885 0 1 1-13.7-1.382 6.885 6.885 0 0 1 13.7 1.382\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M151.931 192.324a2.222 2.222 0 1 1-4.444 0 2.222 2.222 0 0 1 4.444 0zM225.27 116.056a2.222 2.222 0 1 1-4.445 0 2.222 2.222 0 0 1 4.444 0zM216.38 151.08a2.223 2.223 0 1 1-4.446-.001 2.223 2.223 0 0 1 4.446 0zM176.917 107.636a2.223 2.223 0 1 1-4.445 0 2.223 2.223 0 0 1 4.445 0zM195.291 92.165a2.223 2.223 0 1 1-4.445 0 2.223 2.223 0 0 1 4.445 0zM202.058 180.711a2.223 2.223 0 1 1-4.446 0 2.223 2.223 0 0 1 4.446 0z\",stroke:\"#FFF\",strokeWidth:\"2\"}}),e(\"path\",{attrs:{stroke:\"#FFF\",strokeWidth:\"2\",d:\"M214.404 153.302l-1.912 20.184-10.928 5.99M173.661 174.792l-6.356 9.814h-11.36l-4.508 6.484M174.941 125.168v-15.804M220.824 117.25l-12.84 7.901-15.31-7.902V94.39\"}}),e(\"path\",{attrs:{d:\"M166.588 65.936h-3.951a4.756 4.756 0 0 1-4.743-4.742 4.756 4.756 0 0 1 4.743-4.743h3.951a4.756 4.756 0 0 1 4.743 4.743 4.756 4.756 0 0 1-4.743 4.742\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M174.823 30.03c0-16.281 13.198-29.48 29.48-29.48 16.28 0 29.48 13.199 29.48 29.48 0 16.28-13.2 29.48-29.48 29.48-16.282 0-29.48-13.2-29.48-29.48\",fill:\"#1890FF\"}}),e(\"path\",{attrs:{d:\"M205.952 38.387c.5.5.785 1.142.785 1.928s-.286 1.465-.785 1.964c-.572.5-1.214.75-2 .75-.785 0-1.429-.285-1.929-.785-.572-.5-.82-1.143-.82-1.929s.248-1.428.82-1.928c.5-.5 1.144-.75 1.93-.75.785 0 1.462.25 1.999.75m4.285-19.463c1.428 1.249 2.143 2.963 2.143 5.142 0 1.712-.427 3.13-1.219 4.25-.067.096-.137.18-.218.265-.416.429-1.41 1.346-2.956 2.699a5.07 5.07 0 0 0-1.428 1.75 5.207 5.207 0 0 0-.536 2.357v.5h-4.107v-.5c0-1.357.215-2.536.714-3.5.464-.964 1.857-2.464 4.178-4.536l.43-.5c.643-.785.964-1.643.964-2.535 0-1.18-.358-2.108-1-2.785-.678-.68-1.643-1.001-2.858-1.001-1.536 0-2.642.464-3.357 1.43-.37.5-.621 1.135-.76 1.904a1.999 1.999 0 0 1-1.971 1.63h-.004c-1.277 0-2.257-1.183-1.98-2.43.337-1.518 1.02-2.78 2.073-3.784 1.536-1.5 3.607-2.25 6.25-2.25 2.32 0 4.214.607 5.642 1.894\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M52.04 76.131s21.81 5.36 27.307 15.945c5.575 10.74-6.352 9.26-15.73 4.935-10.86-5.008-24.7-11.822-11.577-20.88\",fill:\"#FFB594\"}}),e(\"path\",{attrs:{d:\"M90.483 67.504l-.449 2.893c-.753.49-4.748-2.663-4.748-2.663l-1.645.748-1.346-5.684s6.815-4.589 8.917-5.018c2.452-.501 9.884.94 10.7 2.278 0 0 1.32.486-2.227.69-3.548.203-5.043.447-6.79 3.132-1.747 2.686-2.412 3.624-2.412 3.624\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M128.055 111.367c-2.627-7.724-6.15-13.18-8.917-15.478-3.5-2.906-9.34-2.225-11.366-4.187-1.27-1.231-3.215-1.197-3.215-1.197s-14.98-3.158-16.828-3.479c-2.37-.41-2.124-.714-6.054-1.405-1.57-1.907-2.917-1.122-2.917-1.122l-7.11-1.383c-.853-1.472-2.423-1.023-2.423-1.023l-2.468-.897c-1.645 9.976-7.74 13.796-7.74 13.796 1.795 1.122 15.703 8.3 15.703 8.3l5.107 37.11s-3.321 5.694 1.346 9.109c0 0 19.883-3.743 34.921-.329 0 0 3.047-2.546.972-8.806.523-3.01 1.394-8.263 1.736-11.622.385.772 2.019 1.918 3.14 3.477 0 0 9.407-7.365 11.052-14.012-.832-.723-1.598-1.585-2.267-2.453-.567-.736-.358-2.056-.765-2.717-.669-1.084-1.804-1.378-1.907-1.682\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M101.09 289.998s4.295 2.041 7.354 1.021c2.821-.94 4.53.668 7.08 1.178 2.55.51 6.874 1.1 11.686-1.26-.103-5.51-6.889-3.98-11.96-6.713-2.563-1.38-3.784-4.722-3.598-8.799h-9.402s-1.392 10.52-1.16 14.573\",fill:\"#CBD1D1\"}}),e(\"path\",{attrs:{d:\"M101.067 289.826s2.428 1.271 6.759.653c3.058-.437 3.712.481 7.423 1.031 3.712.55 10.724-.069 11.823-.894.413 1.1-.343 2.063-.343 2.063s-1.512.603-4.812.824c-2.03.136-5.8.291-7.607-.503-1.787-1.375-5.247-1.903-5.728-.241-3.918.95-7.355-.286-7.355-.286l-.16-2.647z\",fill:\"#2B0849\"}}),e(\"path\",{attrs:{d:\"M108.341 276.044h3.094s-.103 6.702 4.536 8.558c-4.64.618-8.558-2.303-7.63-8.558\",fill:\"#A4AABA\"}}),e(\"path\",{attrs:{d:\"M57.542 272.401s-2.107 7.416-4.485 12.306c-1.798 3.695-4.225 7.492 5.465 7.492 6.648 0 8.953-.48 7.423-6.599-1.53-6.12.266-13.199.266-13.199h-8.669z\",fill:\"#CBD1D1\"}}),e(\"path\",{attrs:{d:\"M51.476 289.793s2.097 1.169 6.633 1.169c6.083 0 8.249-1.65 8.249-1.65s.602 1.114-.619 2.165c-.993.855-3.597 1.591-7.39 1.546-4.145-.048-5.832-.566-6.736-1.168-.825-.55-.687-1.58-.137-2.062\",fill:\"#2B0849\"}}),e(\"path\",{attrs:{d:\"M58.419 274.304s.033 1.519-.314 2.93c-.349 1.42-1.078 3.104-1.13 4.139-.058 1.151 4.537 1.58 5.155.034.62-1.547 1.294-6.427 1.913-7.252.619-.825-4.903-2.119-5.624.15\",fill:\"#A4AABA\"}}),e(\"path\",{attrs:{d:\"M99.66 278.514l13.378.092s1.298-54.52 1.853-64.403c.554-9.882 3.776-43.364 1.002-63.128l-12.547-.644-22.849.78s-.434 3.966-1.195 9.976c-.063.496-.682.843-.749 1.365-.075.585.423 1.354.32 1.966-2.364 14.08-6.377 33.104-8.744 46.677-.116.666-1.234 1.009-1.458 2.691-.04.302.211 1.525.112 1.795-6.873 18.744-10.949 47.842-14.277 61.885l14.607-.014s2.197-8.57 4.03-16.97c2.811-12.886 23.111-85.01 23.111-85.01l3.016-.521 1.043 46.35s-.224 1.234.337 2.02c.56.785-.56 1.123-.392 2.244l.392 1.794s-.449 7.178-.898 11.89c-.448 4.71-.092 39.165-.092 39.165\",fill:\"#7BB2F9\"}}),e(\"path\",{attrs:{d:\"M76.085 221.626c1.153.094 4.038-2.019 6.955-4.935M106.36 225.142s2.774-1.11 6.103-3.883\",stroke:\"#648BD8\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M107.275 222.1s2.773-1.11 6.102-3.884\",stroke:\"#648BD8\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M74.74 224.767s2.622-.591 6.505-3.365M86.03 151.634c-.27 3.106.3 8.525-4.336 9.123M103.625 149.88s.11 14.012-1.293 15.065c-2.219 1.664-2.99 1.944-2.99 1.944M99.79 150.438s.035 12.88-1.196 24.377M93.673 175.911s7.212-1.664 9.431-1.664M74.31 205.861a212.013 212.013 0 0 1-.979 4.56s-1.458 1.832-1.009 3.776c.449 1.944-.947 2.045-4.985 15.355-1.696 5.59-4.49 18.591-6.348 27.597l-.231 1.12M75.689 197.807a320.934 320.934 0 0 1-.882 4.754M82.591 152.233L81.395 162.7s-1.097.15-.5 2.244c.113 1.346-2.674 15.775-5.18 30.43M56.12 274.418h13.31\",stroke:\"#648BD8\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M116.241 148.22s-17.047-3.104-35.893.2c.158 2.514-.003 4.15-.003 4.15s14.687-2.818 35.67-.312c.252-2.355.226-4.038.226-4.038\",fill:\"#192064\"}}),e(\"path\",{attrs:{d:\"M106.322 151.165l.003-4.911a.81.81 0 0 0-.778-.815c-2.44-.091-5.066-.108-7.836-.014a.818.818 0 0 0-.789.815l-.003 4.906a.81.81 0 0 0 .831.813c2.385-.06 4.973-.064 7.73.017a.815.815 0 0 0 .842-.81\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M105.207 150.233l.002-3.076a.642.642 0 0 0-.619-.646 94.321 94.321 0 0 0-5.866-.01.65.65 0 0 0-.63.647v3.072a.64.64 0 0 0 .654.644 121.12 121.12 0 0 1 5.794.011c.362.01.665-.28.665-.642\",fill:\"#192064\"}}),e(\"path\",{attrs:{d:\"M100.263 275.415h12.338M101.436 270.53c.006 3.387.042 5.79.111 6.506M101.451 264.548a915.75 915.75 0 0 0-.015 4.337M100.986 174.965l.898 44.642s.673 1.57-.225 2.692c-.897 1.122 2.468.673.898 2.243-1.57 1.57.897 1.122 0 3.365-.596 1.489-.994 21.1-1.096 35.146\",stroke:\"#648BD8\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M46.876 83.427s-.516 6.045 7.223 5.552c11.2-.712 9.218-9.345 31.54-21.655-.786-2.708-2.447-4.744-2.447-4.744s-11.068 3.11-22.584 8.046c-6.766 2.9-13.395 6.352-13.732 12.801M104.46 91.057l.941-5.372-8.884-11.43-5.037 5.372-1.74 7.834a.321.321 0 0 0 .108.32c.965.8 6.5 5.013 14.347 3.544a.332.332 0 0 0 .264-.268\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M93.942 79.387s-4.533-2.853-2.432-6.855c1.623-3.09 4.513 1.133 4.513 1.133s.52-3.642 3.121-3.642c.52-1.04 1.561-4.162 1.561-4.162s11.445 2.601 13.526 3.121c0 5.203-2.304 19.424-7.84 19.861-8.892.703-12.449-9.456-12.449-9.456\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M113.874 73.446c2.601-2.081 3.47-9.722 3.47-9.722s-2.479-.49-6.64-2.05c-4.683-2.081-12.798-4.747-17.48.976-9.668 3.223-2.05 19.823-2.05 19.823l2.713-3.021s-3.935-3.287-2.08-6.243c2.17-3.462 3.92 1.073 3.92 1.073s.637-2.387 3.581-3.342c.355-.71 1.036-2.674 1.432-3.85a1.073 1.073 0 0 1 1.263-.704c2.4.558 8.677 2.019 11.356 2.662.522.125.871.615.82 1.15l-.305 3.248z\",fill:\"#520038\"}}),e(\"path\",{attrs:{d:\"M104.977 76.064c-.103.61-.582 1.038-1.07.956-.489-.083-.801-.644-.698-1.254.103-.61.582-1.038 1.07-.956.488.082.8.644.698 1.254M112.132 77.694c-.103.61-.582 1.038-1.07.956-.488-.083-.8-.644-.698-1.254.103-.61.582-1.038 1.07-.956.488.082.8.643.698 1.254\",fill:\"#552950\"}}),e(\"path\",{attrs:{stroke:\"#DB836E\",strokeWidth:\"1.118\",strokeLinecap:\"round\",strokeLinejoin:\"round\",d:\"M110.13 74.84l-.896 1.61-.298 4.357h-2.228\"}}),e(\"path\",{attrs:{d:\"M110.846 74.481s1.79-.716 2.506.537\",stroke:\"#5C2552\",strokeWidth:\"1.118\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M92.386 74.282s.477-1.114 1.113-.716c.637.398 1.274 1.433.558 1.99-.717.556.159 1.67.159 1.67\",stroke:\"#DB836E\",strokeWidth:\"1.118\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M103.287 72.93s1.83 1.113 4.137.954\",stroke:\"#5C2552\",strokeWidth:\"1.118\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M103.685 81.762s2.227 1.193 4.376 1.193M104.64 84.308s.954.398 1.511.318M94.693 81.205s2.308 7.4 10.424 7.639\",stroke:\"#DB836E\",strokeWidth:\"1.118\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M81.45 89.384s.45 5.647-4.935 12.787M69 82.654s-.726 9.282-8.204 14.206\",stroke:\"#E4EBF7\",strokeWidth:\"1.101\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M129.405 122.865s-5.272 7.403-9.422 10.768\",stroke:\"#E4EBF7\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M119.306 107.329s.452 4.366-2.127 32.062\",stroke:\"#E4EBF7\",strokeWidth:\"1.101\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M150.028 151.232h-49.837a1.01 1.01 0 0 1-1.01-1.01v-31.688c0-.557.452-1.01 1.01-1.01h49.837c.558 0 1.01.453 1.01 1.01v31.688a1.01 1.01 0 0 1-1.01 1.01\",fill:\"#F2D7AD\"}}),e(\"path\",{attrs:{d:\"M150.29 151.232h-19.863v-33.707h20.784v32.786a.92.92 0 0 1-.92.92\",fill:\"#F4D19D\"}}),e(\"path\",{attrs:{d:\"M123.554 127.896H92.917a.518.518 0 0 1-.425-.816l6.38-9.113c.193-.277.51-.442.85-.442h31.092l-7.26 10.371z\",fill:\"#F2D7AD\"}}),e(\"path\",{attrs:{fill:\"#CC9B6E\",d:\"M123.689 128.447H99.25v-.519h24.169l7.183-10.26.424.298z\"}}),e(\"path\",{attrs:{d:\"M158.298 127.896h-18.669a2.073 2.073 0 0 1-1.659-.83l-7.156-9.541h19.965c.49 0 .95.23 1.244.622l6.69 8.92a.519.519 0 0 1-.415.83\",fill:\"#F4D19D\"}}),e(\"path\",{attrs:{fill:\"#CC9B6E\",d:\"M157.847 128.479h-19.384l-7.857-10.475.415-.31 7.7 10.266h19.126zM130.554 150.685l-.032-8.177.519-.002.032 8.177z\"}}),e(\"path\",{attrs:{fill:\"#CC9B6E\",d:\"M130.511 139.783l-.08-21.414.519-.002.08 21.414zM111.876 140.932l-.498-.143 1.479-5.167.498.143zM108.437 141.06l-2.679-2.935 2.665-3.434.41.318-2.397 3.089 2.384 2.612zM116.607 141.06l-.383-.35 2.383-2.612-2.397-3.089.41-.318 2.665 3.434z\"}}),e(\"path\",{attrs:{d:\"M154.316 131.892l-3.114-1.96.038 3.514-1.043.092c-1.682.115-3.634.23-4.789.23-1.902 0-2.693 2.258 2.23 2.648l-2.645-.596s-2.168 1.317.504 2.3c0 0-1.58 1.217.561 2.58-.584 3.504 5.247 4.058 7.122 3.59 1.876-.47 4.233-2.359 4.487-5.16.28-3.085-.89-5.432-3.35-7.238\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M153.686 133.577s-6.522.47-8.36.372c-1.836-.098-1.904 2.19 2.359 2.264 3.739.15 5.451-.044 5.451-.044\",stroke:\"#DB836E\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M145.16 135.877c-1.85 1.346.561 2.355.561 2.355s3.478.898 6.73.617\",stroke:\"#DB836E\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M151.89 141.71s-6.28.111-6.73-2.132c-.223-1.346.45-1.402.45-1.402M146.114 140.868s-1.103 3.16 5.44 3.533M151.202 129.932v3.477M52.838 89.286c3.533-.337 8.423-1.248 13.582-7.754\",stroke:\"#DB836E\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M168.567 248.318a6.647 6.647 0 0 1-6.647-6.647v-66.466a6.647 6.647 0 1 1 13.294 0v66.466a6.647 6.647 0 0 1-6.647 6.647\",fill:\"#5BA02E\"}}),e(\"path\",{attrs:{d:\"M176.543 247.653a6.647 6.647 0 0 1-6.646-6.647v-33.232a6.647 6.647 0 1 1 13.293 0v33.232a6.647 6.647 0 0 1-6.647 6.647\",fill:\"#92C110\"}}),e(\"path\",{attrs:{d:\"M186.443 293.613H158.92a3.187 3.187 0 0 1-3.187-3.187v-46.134a3.187 3.187 0 0 1 3.187-3.187h27.524a3.187 3.187 0 0 1 3.187 3.187v46.134a3.187 3.187 0 0 1-3.187 3.187\",fill:\"#F2D7AD\"}}),e(\"path\",{attrs:{d:\"M88.979 89.48s7.776 5.384 16.6 2.842\",stroke:\"#E4EBF7\",strokeWidth:\"1.101\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}})])])}},qk=Uk,Yk={functional:!0,render:function(){var e=arguments[0];return e(\"svg\",{attrs:{width:\"254\",height:\"294\"}},[e(\"defs\",[e(\"path\",{attrs:{d:\"M0 .335h253.49v253.49H0z\"}}),e(\"path\",{attrs:{d:\"M0 293.665h253.49V.401H0z\"}})]),e(\"g\",{attrs:{fill:\"none\",fillRule:\"evenodd\"}},[e(\"g\",{attrs:{transform:\"translate(0 .067)\"}},[e(\"mask\",{attrs:{fill:\"#fff\"}}),e(\"path\",{attrs:{d:\"M0 128.134v-2.11C0 56.608 56.273.334 125.69.334h2.11c69.416 0 125.69 56.274 125.69 125.69v2.11c0 69.417-56.274 125.69-125.69 125.69h-2.11C56.273 253.824 0 197.551 0 128.134\",fill:\"#E4EBF7\",mask:\"url(#b)\"}})]),e(\"path\",{attrs:{d:\"M39.989 132.108a8.332 8.332 0 1 1-16.581-1.671 8.332 8.332 0 0 1 16.58 1.671\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M37.19 135.59l10.553 5.983M48.665 147.884l-12.734 10.861\",stroke:\"#FFF\",strokeWidth:\"2\"}}),e(\"path\",{attrs:{d:\"M40.11 160.816a5.706 5.706 0 1 1-11.354-1.145 5.706 5.706 0 0 1 11.354 1.145M57.943 144.6a5.747 5.747 0 1 1-11.436-1.152 5.747 5.747 0 0 1 11.436 1.153M99.656 27.434l30.024-.013a4.619 4.619 0 1 0-.004-9.238l-30.024.013a4.62 4.62 0 0 0 .004 9.238M111.14 45.896l30.023-.013a4.62 4.62 0 1 0-.004-9.238l-30.024.013a4.619 4.619 0 1 0 .004 9.238\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M113.53 27.421v-.002l15.89-.007a4.619 4.619 0 1 0 .005 9.238l-15.892.007v-.002a4.618 4.618 0 0 0-.004-9.234M150.167 70.091h-3.979a4.789 4.789 0 0 1-4.774-4.775 4.788 4.788 0 0 1 4.774-4.774h3.979a4.789 4.789 0 0 1 4.775 4.774 4.789 4.789 0 0 1-4.775 4.775\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M171.687 30.234c0-16.392 13.289-29.68 29.681-29.68 16.392 0 29.68 13.288 29.68 29.68 0 16.393-13.288 29.681-29.68 29.681s-29.68-13.288-29.68-29.68\",fill:\"#FF603B\"}}),e(\"path\",{attrs:{d:\"M203.557 19.435l-.676 15.035a1.514 1.514 0 0 1-3.026 0l-.675-15.035a2.19 2.19 0 1 1 4.377 0m-.264 19.378c.513.477.77 1.1.77 1.87s-.257 1.393-.77 1.907c-.55.476-1.21.733-1.943.733a2.545 2.545 0 0 1-1.87-.77c-.55-.514-.806-1.136-.806-1.87 0-.77.256-1.393.806-1.87.513-.513 1.137-.733 1.87-.733.77 0 1.43.22 1.943.733\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M119.3 133.275c4.426-.598 3.612-1.204 4.079-4.778.675-5.18-3.108-16.935-8.262-25.118-1.088-10.72-12.598-11.24-12.598-11.24s4.312 4.895 4.196 16.199c1.398 5.243.804 14.45.804 14.45s5.255 11.369 11.78 10.487\",fill:\"#FFB594\"}}),e(\"path\",{attrs:{d:\"M100.944 91.61s1.463-.583 3.211.582c8.08 1.398 10.368 6.706 11.3 11.368 1.864 1.282 1.864 2.33 1.864 3.496.365.777 1.515 3.03 1.515 3.03s-7.225 1.748-10.954 6.758c-1.399-6.41-6.936-25.235-6.936-25.235\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M94.008 90.5l1.019-5.815-9.23-11.874-5.233 5.581-2.593 9.863s8.39 5.128 16.037 2.246\",fill:\"#FFB594\"}}),e(\"path\",{attrs:{d:\"M82.931 78.216s-4.557-2.868-2.445-6.892c1.632-3.107 4.537 1.139 4.537 1.139s.524-3.662 3.139-3.662c.523-1.046 1.569-4.184 1.569-4.184s11.507 2.615 13.6 3.138c-.001 5.23-2.317 19.529-7.884 19.969-8.94.706-12.516-9.508-12.516-9.508\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M102.971 72.243c2.616-2.093 3.489-9.775 3.489-9.775s-2.492-.492-6.676-2.062c-4.708-2.092-12.867-4.771-17.575.982-9.54 4.41-2.062 19.93-2.062 19.93l2.729-3.037s-3.956-3.304-2.092-6.277c2.183-3.48 3.943 1.08 3.943 1.08s.64-2.4 3.6-3.36c.356-.714 1.04-2.69 1.44-3.872a1.08 1.08 0 0 1 1.27-.707c2.41.56 8.723 2.03 11.417 2.676.524.126.876.619.825 1.156l-.308 3.266z\",fill:\"#520038\"}}),e(\"path\",{attrs:{d:\"M101.22 76.514c-.104.613-.585 1.044-1.076.96-.49-.082-.805-.646-.702-1.26.104-.613.585-1.044 1.076-.961.491.083.805.647.702 1.26M94.26 75.074c-.104.613-.585 1.044-1.076.96-.49-.082-.805-.646-.702-1.26.104-.613.585-1.044 1.076-.96.491.082.805.646.702 1.26\",fill:\"#552950\"}}),e(\"path\",{attrs:{stroke:\"#DB836E\",strokeWidth:\"1.063\",strokeLinecap:\"round\",strokeLinejoin:\"round\",d:\"M99.206 73.644l-.9 1.62-.3 4.38h-2.24\"}}),e(\"path\",{attrs:{d:\"M99.926 73.284s1.8-.72 2.52.54\",stroke:\"#5C2552\",strokeWidth:\"1.117\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M81.367 73.084s.48-1.12 1.12-.72c.64.4 1.28 1.44.56 2s.16 1.68.16 1.68\",stroke:\"#DB836E\",strokeWidth:\"1.117\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M92.326 71.724s1.84 1.12 4.16.96\",stroke:\"#5C2552\",strokeWidth:\"1.117\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M92.726 80.604s2.24 1.2 4.4 1.2M93.686 83.164s.96.4 1.52.32M83.687 80.044s1.786 6.547 9.262 7.954\",stroke:\"#DB836E\",strokeWidth:\"1.063\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M95.548 91.663s-1.068 2.821-8.298 2.105c-7.23-.717-10.29-5.044-10.29-5.044\",stroke:\"#E4EBF7\",strokeWidth:\"1.136\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M78.126 87.478s6.526 4.972 16.47 2.486c0 0 9.577 1.02 11.536 5.322 5.36 11.77.543 36.835 0 39.962 3.496 4.055-.466 8.483-.466 8.483-15.624-3.548-35.81-.6-35.81-.6-4.849-3.546-1.223-9.044-1.223-9.044L62.38 110.32c-2.485-15.227.833-19.803 3.549-20.743 3.03-1.049 8.04-1.282 8.04-1.282.496-.058 1.08-.076 1.37-.233 2.36-1.282 2.787-.583 2.787-.583\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M65.828 89.81s-6.875.465-7.59 8.156c-.466 8.857 3.03 10.954 3.03 10.954s6.075 22.102 16.796 22.957c8.39-2.176 4.758-6.702 4.661-11.42-.233-11.304-7.108-16.897-7.108-16.897s-4.212-13.75-9.789-13.75\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M71.716 124.225s.855 11.264 9.828 6.486c4.765-2.536 7.581-13.828 9.789-22.568 1.456-5.768 2.58-12.197 2.58-12.197l-4.973-1.709s-2.408 5.516-7.769 12.275c-4.335 5.467-9.144 11.11-9.455 17.713\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M108.463 105.191s1.747 2.724-2.331 30.535c2.376 2.216 1.053 6.012-.233 7.51\",stroke:\"#E4EBF7\",strokeWidth:\"1.085\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M123.262 131.527s-.427 2.732-11.77 1.981c-15.187-1.006-25.326-3.25-25.326-3.25l.933-5.8s.723.215 9.71-.068c11.887-.373 18.714-6.07 24.964-1.022 4.039 3.263 1.489 8.16 1.489 8.16\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M70.24 90.974s-5.593-4.739-11.054 2.68c-3.318 7.223.517 15.284 2.664 19.578-.31 3.729 2.33 4.311 2.33 4.311s.108.895 1.516 2.68c4.078-7.03 6.72-9.166 13.711-12.546-.328-.656-1.877-3.265-1.825-3.767.175-1.69-1.282-2.623-1.282-2.623s-.286-.156-1.165-2.738c-.788-2.313-2.036-5.177-4.895-7.575\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M90.232 288.027s4.855 2.308 8.313 1.155c3.188-1.063 5.12.755 8.002 1.331 2.881.577 7.769 1.243 13.207-1.424-.117-6.228-7.786-4.499-13.518-7.588-2.895-1.56-4.276-5.336-4.066-9.944H91.544s-1.573 11.89-1.312 16.47\",fill:\"#CBD1D1\"}}),e(\"path\",{attrs:{d:\"M90.207 287.833s2.745 1.437 7.639.738c3.456-.494 3.223.66 7.418 1.282 4.195.621 13.092-.194 14.334-1.126.466 1.242-.388 2.33-.388 2.33s-1.709.682-5.438.932c-2.295.154-8.098.276-10.14-.621-2.02-1.554-4.894-1.515-6.06-.234-4.427 1.075-7.184-.31-7.184-.31l-.181-2.991z\",fill:\"#2B0849\"}}),e(\"path\",{attrs:{d:\"M98.429 272.257h3.496s-.117 7.574 5.127 9.671c-5.244.7-9.672-2.602-8.623-9.671\",fill:\"#A4AABA\"}}),e(\"path\",{attrs:{d:\"M44.425 272.046s-2.208 7.774-4.702 12.899c-1.884 3.874-4.428 7.854 5.729 7.854 6.97 0 9.385-.503 7.782-6.917-1.604-6.415.279-13.836.279-13.836h-9.088z\",fill:\"#CBD1D1\"}}),e(\"path\",{attrs:{d:\"M38.066 290.277s2.198 1.225 6.954 1.225c6.376 0 8.646-1.73 8.646-1.73s.63 1.168-.649 2.27c-1.04.897-3.77 1.668-7.745 1.621-4.347-.05-6.115-.593-7.062-1.224-.864-.577-.72-1.657-.144-2.162\",fill:\"#2B0849\"}}),e(\"path\",{attrs:{d:\"M45.344 274.041s.035 1.592-.329 3.07c-.365 1.49-1.13 3.255-1.184 4.34-.061 1.206 4.755 1.657 5.403.036.65-1.622 1.357-6.737 2.006-7.602.648-.865-5.14-2.222-5.896.156\",fill:\"#A4AABA\"}}),e(\"path\",{attrs:{d:\"M89.476 277.57l13.899.095s1.349-56.643 1.925-66.909c.576-10.267 3.923-45.052 1.042-65.585l-13.037-.669-23.737.81s-.452 4.12-1.243 10.365c-.065.515-.708.874-.777 1.417-.078.608.439 1.407.332 2.044-2.455 14.627-5.797 32.736-8.256 46.837-.121.693-1.282 1.048-1.515 2.796-.042.314.22 1.584.116 1.865-7.14 19.473-12.202 52.601-15.66 67.19l15.176-.015s2.282-10.145 4.185-18.871c2.922-13.389 24.012-88.32 24.012-88.32l3.133-.954-.158 48.568s-.233 1.282.35 2.098c.583.815-.581 1.167-.408 2.331l.408 1.864s-.466 7.458-.932 12.352c-.467 4.895 1.145 40.69 1.145 40.69\",fill:\"#7BB2F9\"}}),e(\"path\",{attrs:{d:\"M64.57 218.881c1.197.099 4.195-2.097 7.225-5.127M96.024 222.534s2.881-1.152 6.34-4.034\",stroke:\"#648BD8\",strokeWidth:\"1.085\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M96.973 219.373s2.882-1.153 6.34-4.034\",stroke:\"#648BD8\",strokeWidth:\"1.032\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M63.172 222.144s2.724-.614 6.759-3.496M74.903 146.166c-.281 3.226.31 8.856-4.506 9.478M93.182 144.344s.115 14.557-1.344 15.65c-2.305 1.73-3.107 2.02-3.107 2.02M89.197 144.923s.269 13.144-1.01 25.088M83.525 170.71s6.81-1.051 9.116-1.051M46.026 270.045l-.892 4.538M46.937 263.289l-.815 4.157M62.725 202.503c-.33 1.618-.102 1.904-.449 3.438 0 0-2.756 1.903-2.29 3.923.466 2.02-.31 3.424-4.505 17.252-1.762 5.807-4.233 18.922-6.165 28.278-.03.144-.521 2.646-1.14 5.8M64.158 194.136c-.295 1.658-.6 3.31-.917 4.938M71.33 146.787l-1.244 10.877s-1.14.155-.519 2.33c.117 1.399-2.778 16.39-5.382 31.615M44.242 273.727H58.07\",stroke:\"#648BD8\",strokeWidth:\"1.085\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M106.18 142.117c-3.028-.489-18.825-2.744-36.219.2a.625.625 0 0 0-.518.644c.063 1.307.044 2.343.015 2.995a.617.617 0 0 0 .716.636c3.303-.534 17.037-2.412 35.664-.266.347.04.66-.214.692-.56.124-1.347.16-2.425.17-3.029a.616.616 0 0 0-.52-.62\",fill:\"#192064\"}}),e(\"path\",{attrs:{d:\"M96.398 145.264l.003-5.102a.843.843 0 0 0-.809-.847 114.104 114.104 0 0 0-8.141-.014.85.85 0 0 0-.82.847l-.003 5.097c0 .476.388.857.864.845 2.478-.064 5.166-.067 8.03.017a.848.848 0 0 0 .876-.843\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M95.239 144.296l.002-3.195a.667.667 0 0 0-.643-.672c-1.9-.061-3.941-.073-6.094-.01a.675.675 0 0 0-.654.672l-.002 3.192c0 .376.305.677.68.669 1.859-.042 3.874-.043 6.02.012.376.01.69-.291.691-.668\",fill:\"#192064\"}}),e(\"path\",{attrs:{d:\"M90.102 273.522h12.819M91.216 269.761c.006 3.519-.072 5.55 0 6.292M90.923 263.474c-.009 1.599-.016 2.558-.016 4.505M90.44 170.404l.932 46.38s.7 1.631-.233 2.796c-.932 1.166 2.564.7.932 2.33-1.63 1.633.933 1.166 0 3.497-.618 1.546-1.031 21.921-1.138 36.513\",stroke:\"#648BD8\",strokeWidth:\"1.085\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M73.736 98.665l2.214 4.312s2.098.816 1.865 2.68l.816 2.214M64.297 116.611c.233-.932 2.176-7.147 12.585-10.488M77.598 90.042s7.691 6.137 16.547 2.72\",stroke:\"#E4EBF7\",strokeWidth:\"1.085\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M91.974 86.954s5.476-.816 7.574-4.545c1.297-.345.72 2.212-.33 3.671-.7.971-1.01 1.554-1.01 1.554s.194.31.155.816c-.053.697-.175.653-.272 1.048-.081.335.108.657 0 1.049-.046.17-.198.5-.382.878-.12.249-.072.687-.2.948-.231.469-1.562 1.87-2.622 2.855-3.826 3.554-5.018 1.644-6.001-.408-.894-1.865-.661-5.127-.874-6.875-.35-2.914-2.622-3.03-1.923-4.429.343-.685 2.87.69 3.263 1.748.757 2.04 2.952 1.807 2.622 1.69\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M99.8 82.429c-.465.077-.35.272-.97 1.243-.622.971-4.817 2.932-6.39 3.224-2.589.48-2.278-1.56-4.254-2.855-1.69-1.107-3.562-.638-1.398 1.398.99.932.932 1.107 1.398 3.205.335 1.506-.64 3.67.7 5.593\",stroke:\"#DB836E\",strokeWidth:\".774\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M79.543 108.673c-2.1 2.926-4.266 6.175-5.557 8.762\",stroke:\"#E59788\",strokeWidth:\".774\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M87.72 124.768s-2.098-1.942-5.127-2.719c-3.03-.777-3.574-.155-5.516.078-1.942.233-3.885-.932-3.652.7.233 1.63 5.05 1.01 5.206 2.097.155 1.087-6.37 2.796-8.313 2.175-.777.777.466 1.864 2.02 2.175.233 1.554 2.253 1.554 2.253 1.554s.699 1.01 2.641 1.088c2.486 1.32 8.934-.7 10.954-1.554 2.02-.855-.466-5.594-.466-5.594\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M73.425 122.826s.66 1.127 3.167 1.418c2.315.27 2.563.583 2.563.583s-2.545 2.894-9.07 2.272M72.416 129.274s3.826.097 4.933-.718M74.98 130.75s1.961.136 3.36-.505M77.232 131.916s1.748.019 2.914-.505M73.328 122.321s-.595-1.032 1.262-.427c1.671.544 2.833.055 5.128.155 1.389.061 3.067-.297 3.982.15 1.606.784 3.632 2.181 3.632 2.181s10.526 1.204 19.033-1.127M78.864 108.104s-8.39 2.758-13.168 12.12\",stroke:\"#E59788\",strokeWidth:\".774\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M109.278 112.533s3.38-3.613 7.575-4.662\",stroke:\"#E4EBF7\",strokeWidth:\"1.085\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M107.375 123.006s9.697-2.745 11.445-.88\",stroke:\"#E59788\",strokeWidth:\".774\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M194.605 83.656l3.971-3.886M187.166 90.933l3.736-3.655M191.752 84.207l-4.462-4.56M198.453 91.057l-4.133-4.225M129.256 163.074l3.718-3.718M122.291 170.039l3.498-3.498M126.561 163.626l-4.27-4.27M132.975 170.039l-3.955-3.955\",stroke:\"#BFCDDD\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M190.156 211.779h-1.604a4.023 4.023 0 0 1-4.011-4.011V175.68a4.023 4.023 0 0 1 4.01-4.01h1.605a4.023 4.023 0 0 1 4.011 4.01v32.088a4.023 4.023 0 0 1-4.01 4.01\",fill:\"#A3B4C6\"}}),e(\"path\",{attrs:{d:\"M237.824 212.977a4.813 4.813 0 0 1-4.813 4.813h-86.636a4.813 4.813 0 0 1 0-9.626h86.636a4.813 4.813 0 0 1 4.813 4.813\",fill:\"#A3B4C6\"}}),e(\"mask\",{attrs:{fill:\"#fff\"}}),e(\"path\",{attrs:{fill:\"#A3B4C6\",mask:\"url(#d)\",d:\"M154.098 190.096h70.513v-84.617h-70.513z\"}}),e(\"path\",{attrs:{d:\"M224.928 190.096H153.78a3.219 3.219 0 0 1-3.208-3.209V167.92a3.219 3.219 0 0 1 3.208-3.21h71.148a3.219 3.219 0 0 1 3.209 3.21v18.967a3.219 3.219 0 0 1-3.21 3.209M224.928 130.832H153.78a3.218 3.218 0 0 1-3.208-3.208v-18.968a3.219 3.219 0 0 1 3.208-3.209h71.148a3.219 3.219 0 0 1 3.209 3.21v18.967a3.218 3.218 0 0 1-3.21 3.208\",fill:\"#BFCDDD\",mask:\"url(#d)\"}}),e(\"path\",{attrs:{d:\"M159.563 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M166.98 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M174.397 120.546a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M222.539 120.546h-22.461a.802.802 0 0 1-.802-.802v-3.208c0-.443.359-.803.802-.803h22.46c.444 0 .803.36.803.803v3.208c0 .443-.36.802-.802.802\",fill:\"#FFF\",mask:\"url(#d)\"}}),e(\"path\",{attrs:{d:\"M224.928 160.464H153.78a3.218 3.218 0 0 1-3.208-3.209v-18.967a3.219 3.219 0 0 1 3.208-3.209h71.148a3.219 3.219 0 0 1 3.209 3.209v18.967a3.218 3.218 0 0 1-3.21 3.209\",fill:\"#BFCDDD\",mask:\"url(#d)\"}}),e(\"path\",{attrs:{d:\"M173.455 130.832h49.301M164.984 130.832h6.089M155.952 130.832h6.75M173.837 160.613h49.3M165.365 160.613h6.089M155.57 160.613h6.751\",stroke:\"#7C90A5\",strokeWidth:\"1.124\",strokeLinecap:\"round\",strokeLinejoin:\"round\",mask:\"url(#d)\"}}),e(\"path\",{attrs:{d:\"M159.563 151.038a2.407 2.407 0 1 1 0-4.814 2.407 2.407 0 0 1 0 4.814M166.98 151.038a2.407 2.407 0 1 1 0-4.814 2.407 2.407 0 0 1 0 4.814M174.397 151.038a2.407 2.407 0 1 1 .001-4.814 2.407 2.407 0 0 1 0 4.814M222.539 151.038h-22.461a.802.802 0 0 1-.802-.802v-3.209c0-.443.359-.802.802-.802h22.46c.444 0 .803.36.803.802v3.209c0 .443-.36.802-.802.802M159.563 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M166.98 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M174.397 179.987a2.407 2.407 0 1 1 0-4.813 2.407 2.407 0 0 1 0 4.813M222.539 179.987h-22.461a.802.802 0 0 1-.802-.802v-3.209c0-.443.359-.802.802-.802h22.46c.444 0 .803.36.803.802v3.209c0 .443-.36.802-.802.802\",fill:\"#FFF\",mask:\"url(#d)\"}}),e(\"path\",{attrs:{d:\"M203.04 221.108h-27.372a2.413 2.413 0 0 1-2.406-2.407v-11.448a2.414 2.414 0 0 1 2.406-2.407h27.372a2.414 2.414 0 0 1 2.407 2.407V218.7a2.413 2.413 0 0 1-2.407 2.407\",fill:\"#BFCDDD\",mask:\"url(#d)\"}}),e(\"path\",{attrs:{d:\"M177.259 207.217v11.52M201.05 207.217v11.52\",stroke:\"#A3B4C6\",strokeWidth:\"1.124\",strokeLinecap:\"round\",strokeLinejoin:\"round\",mask:\"url(#d)\"}}),e(\"path\",{attrs:{d:\"M162.873 267.894a9.422 9.422 0 0 1-9.422-9.422v-14.82a9.423 9.423 0 0 1 18.845 0v14.82a9.423 9.423 0 0 1-9.423 9.422\",fill:\"#5BA02E\",mask:\"url(#d)\"}}),e(\"path\",{attrs:{d:\"M171.22 267.83a9.422 9.422 0 0 1-9.422-9.423v-3.438a9.423 9.423 0 0 1 18.845 0v3.438a9.423 9.423 0 0 1-9.422 9.423\",fill:\"#92C110\",mask:\"url(#d)\"}}),e(\"path\",{attrs:{d:\"M181.31 293.666h-27.712a3.209 3.209 0 0 1-3.209-3.21V269.79a3.209 3.209 0 0 1 3.209-3.21h27.711a3.209 3.209 0 0 1 3.209 3.21v20.668a3.209 3.209 0 0 1-3.209 3.209\",fill:\"#F2D7AD\",mask:\"url(#d)\"}})])])}},Gk=Yk,Xk={functional:!0,render:function(){var e=arguments[0];return e(\"svg\",{attrs:{width:\"251\",height:\"294\"}},[e(\"g\",{attrs:{fill:\"none\",fillRule:\"evenodd\"}},[e(\"path\",{attrs:{d:\"M0 129.023v-2.084C0 58.364 55.591 2.774 124.165 2.774h2.085c68.574 0 124.165 55.59 124.165 124.165v2.084c0 68.575-55.59 124.166-124.165 124.166h-2.085C55.591 253.189 0 197.598 0 129.023\",fill:\"#E4EBF7\"}}),e(\"path\",{attrs:{d:\"M41.417 132.92a8.231 8.231 0 1 1-16.38-1.65 8.231 8.231 0 0 1 16.38 1.65\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M38.652 136.36l10.425 5.91M49.989 148.505l-12.58 10.73\",stroke:\"#FFF\",strokeWidth:\"2\"}}),e(\"path\",{attrs:{d:\"M41.536 161.28a5.636 5.636 0 1 1-11.216-1.13 5.636 5.636 0 0 1 11.216 1.13M59.154 145.261a5.677 5.677 0 1 1-11.297-1.138 5.677 5.677 0 0 1 11.297 1.138M100.36 29.516l29.66-.013a4.562 4.562 0 1 0-.004-9.126l-29.66.013a4.563 4.563 0 0 0 .005 9.126M111.705 47.754l29.659-.013a4.563 4.563 0 1 0-.004-9.126l-29.66.013a4.563 4.563 0 1 0 .005 9.126\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M114.066 29.503V29.5l15.698-.007a4.563 4.563 0 1 0 .004 9.126l-15.698.007v-.002a4.562 4.562 0 0 0-.004-9.122M185.405 137.723c-.55 5.455-5.418 9.432-10.873 8.882-5.456-.55-9.432-5.418-8.882-10.873.55-5.455 5.418-9.432 10.873-8.882 5.455.55 9.432 5.418 8.882 10.873\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M180.17 143.772l12.572 7.129M193.841 158.42L178.67 171.36\",stroke:\"#FFF\",strokeWidth:\"2\"}}),e(\"path\",{attrs:{d:\"M185.55 171.926a6.798 6.798 0 1 1-13.528-1.363 6.798 6.798 0 0 1 13.527 1.363M204.12 155.285a6.848 6.848 0 1 1-13.627-1.375 6.848 6.848 0 0 1 13.626 1.375\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M152.988 194.074a2.21 2.21 0 1 1-4.42 0 2.21 2.21 0 0 1 4.42 0zM225.931 118.217a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.421 0zM217.09 153.051a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.42 0zM177.84 109.842a2.21 2.21 0 1 1-4.422 0 2.21 2.21 0 0 1 4.421 0zM196.114 94.454a2.21 2.21 0 1 1-4.421 0 2.21 2.21 0 0 1 4.421 0zM202.844 182.523a2.21 2.21 0 1 1-4.42 0 2.21 2.21 0 0 1 4.42 0z\",stroke:\"#FFF\",strokeWidth:\"2\"}}),e(\"path\",{attrs:{stroke:\"#FFF\",strokeWidth:\"2\",d:\"M215.125 155.262l-1.902 20.075-10.87 5.958M174.601 176.636l-6.322 9.761H156.98l-4.484 6.449M175.874 127.28V111.56M221.51 119.404l-12.77 7.859-15.228-7.86V96.668\"}}),e(\"path\",{attrs:{d:\"M180.68 29.32C180.68 13.128 193.806 0 210 0c16.193 0 29.32 13.127 29.32 29.32 0 16.194-13.127 29.322-29.32 29.322-16.193 0-29.32-13.128-29.32-29.321\",fill:\"#A26EF4\"}}),e(\"path\",{attrs:{d:\"M221.45 41.706l-21.563-.125a1.744 1.744 0 0 1-1.734-1.754l.071-12.23a1.744 1.744 0 0 1 1.754-1.734l21.562.125c.964.006 1.74.791 1.735 1.755l-.071 12.229a1.744 1.744 0 0 1-1.754 1.734\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M215.106 29.192c-.015 2.577-2.049 4.654-4.543 4.64-2.494-.014-4.504-2.115-4.489-4.693l.04-6.925c.016-2.577 2.05-4.654 4.543-4.64 2.494.015 4.504 2.116 4.49 4.693l-.04 6.925zm-4.53-14.074a6.877 6.877 0 0 0-6.916 6.837l-.043 7.368a6.877 6.877 0 0 0 13.754.08l.042-7.368a6.878 6.878 0 0 0-6.837-6.917zM167.566 68.367h-3.93a4.73 4.73 0 0 1-4.717-4.717 4.73 4.73 0 0 1 4.717-4.717h3.93a4.73 4.73 0 0 1 4.717 4.717 4.73 4.73 0 0 1-4.717 4.717\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M168.214 248.838a6.611 6.611 0 0 1-6.61-6.611v-66.108a6.611 6.611 0 0 1 13.221 0v66.108a6.611 6.611 0 0 1-6.61 6.61\",fill:\"#5BA02E\"}}),e(\"path\",{attrs:{d:\"M176.147 248.176a6.611 6.611 0 0 1-6.61-6.61v-33.054a6.611 6.611 0 1 1 13.221 0v33.053a6.611 6.611 0 0 1-6.61 6.611\",fill:\"#92C110\"}}),e(\"path\",{attrs:{d:\"M185.994 293.89h-27.376a3.17 3.17 0 0 1-3.17-3.17v-45.887a3.17 3.17 0 0 1 3.17-3.17h27.376a3.17 3.17 0 0 1 3.17 3.17v45.886a3.17 3.17 0 0 1-3.17 3.17\",fill:\"#F2D7AD\"}}),e(\"path\",{attrs:{d:\"M81.972 147.673s6.377-.927 17.566-1.28c11.729-.371 17.57 1.086 17.57 1.086s3.697-3.855.968-8.424c1.278-12.077 5.982-32.827.335-48.273-1.116-1.339-3.743-1.512-7.536-.62-1.337.315-7.147-.149-7.983-.1l-15.311-.347s-3.487-.17-8.035-.508c-1.512-.113-4.227-1.683-5.458-.338-.406.443-2.425 5.669-1.97 16.077l8.635 35.642s-3.141 3.61 1.219 7.085\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M75.768 73.325l-.9-6.397 11.982-6.52s7.302-.118 8.038 1.205c.737 1.324-5.616.993-5.616.993s-1.836 1.388-2.615 2.5c-1.654 2.363-.986 6.471-8.318 5.986-1.708.284-2.57 2.233-2.57 2.233\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M52.44 77.672s14.217 9.406 24.973 14.444c1.061.497-2.094 16.183-11.892 11.811-7.436-3.318-20.162-8.44-21.482-14.496-.71-3.258 2.543-7.643 8.401-11.76M141.862 80.113s-6.693 2.999-13.844 6.876c-3.894 2.11-10.137 4.704-12.33 7.988-6.224 9.314 3.536 11.22 12.947 7.503 6.71-2.651 28.999-12.127 13.227-22.367\",fill:\"#FFB594\"}}),e(\"path\",{attrs:{d:\"M76.166 66.36l3.06 3.881s-2.783 2.67-6.31 5.747c-7.103 6.195-12.803 14.296-15.995 16.44-3.966 2.662-9.754 3.314-12.177-.118-3.553-5.032.464-14.628 31.422-25.95\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M64.674 85.116s-2.34 8.413-8.912 14.447c.652.548 18.586 10.51 22.144 10.056 5.238-.669 6.417-18.968 1.145-20.531-.702-.208-5.901-1.286-8.853-2.167-.87-.26-1.611-1.71-3.545-.936l-1.98-.869zM128.362 85.826s5.318 1.956 7.325 13.734c-.546.274-17.55 12.35-21.829 7.805-6.534-6.94-.766-17.393 4.275-18.61 4.646-1.121 5.03-1.37 10.23-2.929\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M78.18 94.656s.911 7.41-4.914 13.078\",stroke:\"#E4EBF7\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M87.397 94.68s3.124 2.572 10.263 2.572c7.14 0 9.074-3.437 9.074-3.437\",stroke:\"#E4EBF7\",strokeWidth:\".932\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M117.184 68.639l-6.781-6.177s-5.355-4.314-9.223-.893c-3.867 3.422 4.463 2.083 5.653 4.165 1.19 2.082.848 1.143-2.083.446-5.603-1.331-2.082.893 2.975 5.355 2.091 1.845 6.992.955 6.992.955l2.467-3.851z\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M105.282 91.315l-.297-10.937-15.918-.027-.53 10.45c-.026.403.17.788.515.999 2.049 1.251 9.387 5.093 15.799.424.287-.21.443-.554.431-.91\",fill:\"#FFB594\"}}),e(\"path\",{attrs:{d:\"M107.573 74.24c.817-1.147.982-9.118 1.015-11.928a1.046 1.046 0 0 0-.965-1.055l-4.62-.365c-7.71-1.044-17.071.624-18.253 6.346-5.482 5.813-.421 13.244-.421 13.244s1.963 3.566 4.305 6.791c.756 1.041.398-3.731 3.04-5.929 5.524-4.594 15.899-7.103 15.899-7.103\",fill:\"#5C2552\"}}),e(\"path\",{attrs:{d:\"M88.426 83.206s2.685 6.202 11.602 6.522c7.82.28 8.973-7.008 7.434-17.505l-.909-5.483c-6.118-2.897-15.478.54-15.478.54s-.576 2.044-.19 5.504c-2.276 2.066-1.824 5.618-1.824 5.618s-.905-1.922-1.98-2.321c-.86-.32-1.897.089-2.322 1.98-1.04 4.632 3.667 5.145 3.667 5.145\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{stroke:\"#DB836E\",strokeWidth:\"1.145\",strokeLinecap:\"round\",strokeLinejoin:\"round\",d:\"M100.843 77.099l1.701-.928-1.015-4.324.674-1.406\"}}),e(\"path\",{attrs:{d:\"M105.546 74.092c-.022.713-.452 1.279-.96 1.263-.51-.016-.904-.607-.882-1.32.021-.713.452-1.278.96-1.263.51.016.904.607.882 1.32M97.592 74.349c-.022.713-.452 1.278-.961 1.263-.509-.016-.904-.607-.882-1.32.022-.713.452-1.279.961-1.263.51.016.904.606.882 1.32\",fill:\"#552950\"}}),e(\"path\",{attrs:{d:\"M91.132 86.786s5.269 4.957 12.679 2.327\",stroke:\"#DB836E\",strokeWidth:\"1.145\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M99.776 81.903s-3.592.232-1.44-2.79c1.59-1.496 4.897-.46 4.897-.46s1.156 3.906-3.457 3.25\",fill:\"#DB836E\"}}),e(\"path\",{attrs:{d:\"M102.88 70.6s2.483.84 3.402.715M93.883 71.975s2.492-1.144 4.778-1.073\",stroke:\"#5C2552\",strokeWidth:\"1.526\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M86.32 77.374s.961.879 1.458 2.106c-.377.48-1.033 1.152-.236 1.809M99.337 83.719s1.911.151 2.509-.254\",stroke:\"#DB836E\",strokeWidth:\"1.145\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M87.782 115.821l15.73-3.012M100.165 115.821l10.04-2.008\",stroke:\"#E4EBF7\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M66.508 86.763s-1.598 8.83-6.697 14.078\",stroke:\"#E4EBF7\",strokeWidth:\"1.114\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M128.31 87.934s3.013 4.121 4.06 11.785\",stroke:\"#E4EBF7\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M64.09 84.816s-6.03 9.912-13.607 9.903\",stroke:\"#DB836E\",strokeWidth:\".795\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M112.366 65.909l-.142 5.32s5.993 4.472 11.945 9.202c4.482 3.562 8.888 7.455 10.985 8.662 4.804 2.766 8.9 3.355 11.076 1.808 4.071-2.894 4.373-9.878-8.136-15.263-4.271-1.838-16.144-6.36-25.728-9.73\",fill:\"#FFC6A0\"}}),e(\"path\",{attrs:{d:\"M130.532 85.488s4.588 5.757 11.619 6.214\",stroke:\"#DB836E\",strokeWidth:\".75\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M121.708 105.73s-.393 8.564-1.34 13.612\",stroke:\"#E4EBF7\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M115.784 161.512s-3.57-1.488-2.678-7.14\",stroke:\"#648BD8\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M101.52 290.246s4.326 2.057 7.408 1.03c2.842-.948 4.564.673 7.132 1.186 2.57.514 6.925 1.108 11.772-1.269-.104-5.551-6.939-4.01-12.048-6.763-2.582-1.39-3.812-4.757-3.625-8.863h-9.471s-1.402 10.596-1.169 14.68\",fill:\"#CBD1D1\"}}),e(\"path\",{attrs:{d:\"M101.496 290.073s2.447 1.281 6.809.658c3.081-.44 3.74.485 7.479 1.039 3.739.554 10.802-.07 11.91-.9.415 1.108-.347 2.077-.347 2.077s-1.523.608-4.847.831c-2.045.137-5.843.293-7.663-.507-1.8-1.385-5.286-1.917-5.77-.243-3.947.958-7.41-.288-7.41-.288l-.16-2.667z\",fill:\"#2B0849\"}}),e(\"path\",{attrs:{d:\"M108.824 276.19h3.116s-.103 6.751 4.57 8.62c-4.673.624-8.62-2.32-7.686-8.62\",fill:\"#A4AABA\"}}),e(\"path\",{attrs:{d:\"M57.65 272.52s-2.122 7.47-4.518 12.396c-1.811 3.724-4.255 7.548 5.505 7.548 6.698 0 9.02-.483 7.479-6.648-1.541-6.164.268-13.296.268-13.296H57.65z\",fill:\"#CBD1D1\"}}),e(\"path\",{attrs:{d:\"M51.54 290.04s2.111 1.178 6.682 1.178c6.128 0 8.31-1.662 8.31-1.662s.605 1.122-.624 2.18c-1 .862-3.624 1.603-7.444 1.559-4.177-.049-5.876-.57-6.786-1.177-.831-.554-.692-1.593-.138-2.078\",fill:\"#2B0849\"}}),e(\"path\",{attrs:{d:\"M58.533 274.438s.034 1.529-.315 2.95c-.352 1.431-1.087 3.127-1.139 4.17-.058 1.16 4.57 1.592 5.194.035.623-1.559 1.303-6.475 1.927-7.306.622-.831-4.94-2.135-5.667.15\",fill:\"#A4AABA\"}}),e(\"path\",{attrs:{d:\"M100.885 277.015l13.306.092s1.291-54.228 1.843-64.056c.552-9.828 3.756-43.13.997-62.788l-12.48-.64-22.725.776s-.433 3.944-1.19 9.921c-.062.493-.677.838-.744 1.358-.075.582.42 1.347.318 1.956-2.35 14.003-6.343 32.926-8.697 46.425-.116.663-1.227 1.004-1.45 2.677-.04.3.21 1.516.112 1.785-6.836 18.643-10.89 47.584-14.2 61.551l14.528-.014s2.185-8.524 4.008-16.878c2.796-12.817 22.987-84.553 22.987-84.553l3-.517 1.037 46.1s-.223 1.228.334 2.008c.558.782-.556 1.117-.39 2.233l.39 1.784s-.446 7.14-.892 11.826c-.446 4.685-.092 38.954-.092 38.954\",fill:\"#7BB2F9\"}}),e(\"path\",{attrs:{d:\"M77.438 220.434c1.146.094 4.016-2.008 6.916-4.91M107.55 223.931s2.758-1.103 6.069-3.862\",stroke:\"#648BD8\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M108.459 220.905s2.759-1.104 6.07-3.863\",stroke:\"#648BD8\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M76.099 223.557s2.608-.587 6.47-3.346M87.33 150.82c-.27 3.088.297 8.478-4.315 9.073M104.829 149.075s.11 13.936-1.286 14.983c-2.207 1.655-2.975 1.934-2.975 1.934M101.014 149.63s.035 12.81-1.19 24.245M94.93 174.965s7.174-1.655 9.38-1.655M75.671 204.754c-.316 1.55-.64 3.067-.973 4.535 0 0-1.45 1.822-1.003 3.756.446 1.934-.943 2.034-4.96 15.273-1.686 5.559-4.464 18.49-6.313 27.447-.078.38-4.018 18.06-4.093 18.423M77.043 196.743a313.269 313.269 0 0 1-.877 4.729M83.908 151.414l-1.19 10.413s-1.091.148-.496 2.23c.111 1.34-2.66 15.692-5.153 30.267M57.58 272.94h13.238\",stroke:\"#648BD8\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}}),e(\"path\",{attrs:{d:\"M117.377 147.423s-16.955-3.087-35.7.199c.157 2.501-.002 4.128-.002 4.128s14.607-2.802 35.476-.31c.251-2.342.226-4.017.226-4.017\",fill:\"#192064\"}}),e(\"path\",{attrs:{d:\"M107.511 150.353l.004-4.885a.807.807 0 0 0-.774-.81c-2.428-.092-5.04-.108-7.795-.014a.814.814 0 0 0-.784.81l-.003 4.88c0 .456.371.82.827.808a140.76 140.76 0 0 1 7.688.017.81.81 0 0 0 .837-.806\",fill:\"#FFF\"}}),e(\"path\",{attrs:{d:\"M106.402 149.426l.002-3.06a.64.64 0 0 0-.616-.643 94.135 94.135 0 0 0-5.834-.009.647.647 0 0 0-.626.643l-.001 3.056c0 .36.291.648.651.64 1.78-.04 3.708-.041 5.762.012.36.009.662-.279.662-.64\",fill:\"#192064\"}}),e(\"path\",{attrs:{d:\"M101.485 273.933h12.272M102.652 269.075c.006 3.368.04 5.759.11 6.47M102.667 263.125c-.009 1.53-.015 2.98-.016 4.313M102.204 174.024l.893 44.402s.669 1.561-.224 2.677c-.892 1.116 2.455.67.893 2.231-1.562 1.562.893 1.116 0 3.347-.592 1.48-.988 20.987-1.09 34.956\",stroke:\"#648BD8\",strokeWidth:\"1.051\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}})])])}},Jk=Xk,Qk={success:\"check-circle\",error:\"close-circle\",info:\"exclamation-circle\",warning:\"warning\"},Zk={404:qk,500:Gk,403:Jk},eO=Object.keys(Zk),tO={prefixCls:s[\"a\"].string,icon:s[\"a\"].any,status:s[\"a\"].oneOf([\"success\",\"error\",\"info\",\"warning\",\"404\",\"403\",\"500\"]).def(\"info\"),title:s[\"a\"].any,subTitle:s[\"a\"].any,extra:s[\"a\"].any},nO=function(e,t,n){var r=n.status,i=n.icon;if(eO.includes(\"\"+r)){var o=Zk[r];return e(\"div\",{class:t+\"-icon \"+t+\"-image\"},[e(o)])}var a=Qk[r],s=i||e(Yi[\"a\"],{attrs:{type:a,theme:\"filled\"}});return e(\"div\",{class:t+\"-icon\"},[s])},rO=function(e,t,n){return n&&e(\"div\",{class:t+\"-extra\"},[n])},iO={name:\"AResult\",props:tO,inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(e){var t=this.prefixCls,n=this.status,r=this.configProvider.getPrefixCls,i=r(\"result\",t),o=Object(B[\"g\"])(this,\"title\"),a=Object(B[\"g\"])(this,\"subTitle\"),s=Object(B[\"g\"])(this,\"icon\"),c=Object(B[\"g\"])(this,\"extra\");return e(\"div\",{class:i+\" \"+i+\"-\"+n},[nO(e,i,{status:n,icon:s}),e(\"div\",{class:i+\"-title\"},[o]),a&&e(\"div\",{class:i+\"-subtitle\"},[a]),this.$slots[\"default\"]&&e(\"div\",{class:i+\"-content\"},[this.$slots[\"default\"]]),rO(e,i,c)])}};iO.PRESENTED_IMAGE_403=Zk[403],iO.PRESENTED_IMAGE_404=Zk[404],iO.PRESENTED_IMAGE_500=Zk[500],iO.install=function(e){e.use(w[\"a\"]),e.component(iO.name,iO)};var oO=iO,aO={child:s[\"a\"].any,bordered:s[\"a\"].bool,colon:s[\"a\"].bool,type:s[\"a\"].oneOf([\"label\",\"content\"]),layout:s[\"a\"].oneOf([\"horizontal\",\"vertical\"])},sO={functional:!0,props:aO,render:function(e,t){var n,r=t.props,i=r.child,o=r.bordered,s=r.colon,c=r.type,l=r.layout,u=Object(B[\"l\"])(i),h=u.prefixCls,d=u.span,f=void 0===d?1:d,p=t.data.key,v=Object(B[\"g\"])(i,\"label\"),m=Object(B[\"p\"])(i),g={attrs:{},class:[h+\"-item-label\",(n={},a()(n,h+\"-item-colon\",s),a()(n,h+\"-item-no-label\",!v),n)],key:p+\"-label\"};return\"vertical\"===l&&(g.attrs.colSpan=2*f-1),o?\"label\"===c?e(\"th\",g,[v]):e(\"td\",{class:h+\"-item-content\",key:p+\"-content\",attrs:{colSpan:2*f-1}},[m[\"default\"]]):e(\"td\",{attrs:{colSpan:f},class:h+\"-item\"},\"vertical\"===l?\"content\"===c?[e(\"span\",{class:h+\"-item-content\",key:p+\"-content\"},[m[\"default\"]])]:[e(\"span\",{class:[h+\"-item-label\",a()({},h+\"-item-colon\",s)],key:p+\"-label\"},[v])]:[e(\"span\",g,[v]),e(\"span\",{class:h+\"-item-content\",key:p+\"-content\"},[m[\"default\"]])])}},cO=sO,lO={prefixCls:s[\"a\"].string,label:s[\"a\"].any,span:s[\"a\"].number};function uO(e){var t=e;return void 0===e?t=[]:Array.isArray(e)||(t=[e]),t}var hO={name:\"ADescriptionsItem\",props:Object(B[\"t\"])(lO,{span:1})},dO={prefixCls:s[\"a\"].string,bordered:s[\"a\"].bool,size:s[\"a\"].oneOf([\"default\",\"middle\",\"small\"]).def(\"default\"),title:s[\"a\"].any,column:s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].object]),layout:s[\"a\"].oneOf([\"horizontal\",\"vertical\"]),colon:s[\"a\"].bool},fO=function(e,t){var n=[],r=null,i=void 0,o=uO(e);return o.forEach((function(e,a){var s=Object(B[\"l\"])(e),c=e;r||(i=t,r=[],n.push(r));var l=a===o.length-1,u=!0;l&&(u=!s.span||s.span===i,c=Object(At[\"a\"])(c,{props:{span:i}}));var h=s.span,d=void 0===h?1:h;r.push(c),i-=d,i<=0&&(r=null,Object(x[\"a\"])(0===i&&u,\"Descriptions\",\"Sum of column `span` in a line exceeds `column` of Descriptions.\"))})),n},pO={xxl:3,xl:3,lg:3,md:3,sm:2,xs:1},vO={name:\"ADescriptions\",Item:hO,mixins:[p[\"a\"]],inject:{configProvider:{default:function(){return C[\"a\"]}}},props:Object(B[\"t\"])(dO,{column:pO}),data:function(){return{screens:{},token:void 0}},methods:{getColumn:function(){var e=this.$props.column;if(\"object\"===(\"undefined\"===typeof e?\"undefined\":Z()(e)))for(var t=0;t<Ol.length;t++){var n=Ol[t];if(this.screens[n]&&void 0!==e[n])return e[n]||pO[n]}return\"number\"===typeof e?e:3},renderRow:function(e,t,n,r,i,o){var a=n.prefixCls,s=this.$createElement,c=function(e,t,n){return s(cO,{attrs:{child:e,bordered:r,colon:o,type:t,layout:i},key:t+\"-\"+(e.key||n)})},l=[],u=[];return uO(e).forEach((function(e,t){l.push(c(e,\"label\",t)),\"vertical\"===i?u.push(c(e,\"content\",t)):r&&l.push(c(e,\"content\",t))})),\"vertical\"===i?[s(\"tr\",{class:a+\"-row\",key:\"label-\"+t},[l]),s(\"tr\",{class:a+\"-row\",key:\"content-\"+t},[u])]:s(\"tr\",{class:a+\"-row\",key:t},[l])}},mounted:function(){var e=this,t=this.$props.column;this.token=jl.subscribe((function(n){\"object\"===(\"undefined\"===typeof t?\"undefined\":Z()(t))&&e.setState({screens:n})}))},beforeDestroy:function(){jl.unsubscribe(this.token)},render:function(){var e,t=this,n=arguments[0],r=this.$props,i=r.prefixCls,o=r.size,s=r.bordered,c=void 0!==s&&s,l=r.layout,u=void 0===l?\"horizontal\":l,h=r.colon,d=void 0===h||h,f=Object(B[\"g\"])(this,\"title\")||null,p=this.configProvider.getPrefixCls,v=p(\"descriptions\",i),m=this.getColumn(),g=this.$slots[\"default\"],b=uO(g).map((function(e){return Object(B[\"w\"])(e)?Object(At[\"a\"])(e,{props:{prefixCls:v}}):null})).filter((function(e){return e})),y=fO(b,m);return n(\"div\",{class:[v,(e={},a()(e,v+\"-\"+o,\"default\"!==o),a()(e,v+\"-bordered\",!!c),e)]},[f&&n(\"div\",{class:v+\"-title\"},[f]),n(\"div\",{class:v+\"-view\"},[n(\"table\",[n(\"tbody\",[y.map((function(e,n){return t.renderRow(e,n,{prefixCls:v},c,u,d)}))])])])])},install:function(e){e.use(w[\"a\"]),e.component(vO.name,vO),e.component(vO.Item.name,vO.Item)}},mO=vO,gO={backIcon:s[\"a\"].any,prefixCls:s[\"a\"].string,title:s[\"a\"].any,subTitle:s[\"a\"].any,breadcrumb:s[\"a\"].object,tags:s[\"a\"].any,footer:s[\"a\"].any,extra:s[\"a\"].any,avatar:s[\"a\"].object,ghost:s[\"a\"].bool},bO=function(e,t,n,r){var i=e.$createElement;return n&&r?i(gc[\"a\"],{attrs:{componentName:\"PageHeader\"}},[function(r){var o=r.back;return i(\"div\",{class:t+\"-back\"},[i($C,{on:{click:function(t){e.$emit(\"back\",t)}},class:t+\"-back-button\",attrs:{\"aria-label\":o}},[n])])}]):null},yO=function(e,t){return e(ys,t)},CO=function(e,t,n){var r=n.avatar,i=Object(B[\"g\"])(n,\"title\"),o=Object(B[\"g\"])(n,\"subTitle\"),a=Object(B[\"g\"])(n,\"tags\"),s=Object(B[\"g\"])(n,\"extra\"),c=void 0!==Object(B[\"g\"])(n,\"backIcon\")?Object(B[\"g\"])(n,\"backIcon\"):e(Yi[\"a\"],{attrs:{type:\"arrow-left\"}}),l=n.$listeners.back,u=t+\"-heading\";if(i||o||a||s){var h=bO(n,t,c,l);return e(\"div\",{class:u},[h,r&&e(sa,r),i&&e(\"span\",{class:u+\"-title\"},[i]),o&&e(\"span\",{class:u+\"-sub-title\"},[o]),a&&e(\"span\",{class:u+\"-tags\"},[a]),s&&e(\"span\",{class:u+\"-extra\"},[s])])}return null},wO=function(e,t,n){return n?e(\"div\",{class:t+\"-footer\"},[n]):null},xO=function(e,t,n){return e(\"div\",{class:t+\"-content\"},[n])},SO={name:\"APageHeader\",props:gO,inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(e){var t=this.configProvider,n=t.getPrefixCls,r=t.pageHeader,i=Object(B[\"l\"])(this),o=i.prefixCls,s=i.breadcrumb,c=Object(B[\"g\"])(this,\"footer\"),l=this.$slots[\"default\"],u=!0;\"ghost\"in i?u=i.ghost:r&&\"ghost\"in r&&(u=r.ghost);var h=n(\"page-header\",o),d=s&&s.props&&s.props.routes?yO(e,s):null,f=[h,a()({\"has-breadcrumb\":d,\"has-footer\":c},h+\"-ghost\",u)];return e(\"div\",{class:f},[d,CO(e,h,this),l&&xO(e,h,l),wO(e,h,c)])},install:function(e){e.use(w[\"a\"]),e.component(SO.name,SO)}},kO=SO,OO=s[\"a\"].oneOfType([s[\"a\"].number,s[\"a\"].oneOf([\"small\",\"middle\",\"large\"])]),MO={small:8,middle:16,large:24},zO={prefixCls:s[\"a\"].string,size:OO,direction:s[\"a\"].oneOf([\"horizontal\",\"vertical\"]),align:s[\"a\"].oneOf([\"start\",\"end\",\"center\",\"baseline\"])},_O={functional:!0,name:\"ASpace\",props:Object(B[\"t\"])(zO,{size:\"small\",direction:\"horizontal\"}),inject:{configProvider:{default:function(){return C[\"a\"]}}},render:function(e,t){var n,r=t.prefixCls,o=t.injections.configProvider,s=t.children,c=t.props,l=c.align,u=c.size,h=c.direction,d=o.getPrefixCls,f=d(\"space\",r),p=Object(B[\"c\"])(s),v=p.length;if(0===v)return null;var m=void 0===l&&\"horizontal\"===h?\"center\":l,g=[(n={},a()(n,f,!0),a()(n,f+\"-\"+h,!0),a()(n,f+\"-align-\"+m,m),n)];t.data[\"class\"]&&g.push(t.data[\"class\"]);var b=f+\"-item\",y=\"marginRight\";return e(\"div\",i()([t.data,{class:g}]),[p.map((function(t,n){return e(\"div\",{class:b,key:b+\"-\"+n,style:n===v-1?{}:a()({},\"vertical\"===h?\"marginBottom\":y,\"string\"===typeof u?MO[u]+\"px\":u+\"px\")},[t])}))])},install:function(e){e.component(_O.name,_O)}},TO=_O,VO=[w[\"a\"],A,J,ta,oa,sa,ha,xa,ys,Wo,Hc,Ul,ou,hu,Eu,Fu,Dl,tf,rf,of,hp,yp,Yi[\"a\"],Xo,Ap,Qp,Vv,Fv,fs,Om,mg,Cv,xg,Og,eb,tb,pb,Ll,no,qb,ov,sy,my,wy,JC,Vw,Bw,Jx,xl,$d,pd,nS,ss,JS,gk,Ak,Rk,Kk,Wk[\"a\"],oO,mO,kO,TO],jO=function(e){VO.map((function(t){e.use(t)})),e.prototype.$message=Qv,e.prototype.$notification=gg[\"a\"],e.prototype.$info=mg.info,e.prototype.$success=mg.success,e.prototype.$error=mg.error,e.prototype.$warning=mg.warning,e.prototype.$confirm=mg.confirm,e.prototype.$destroyAll=mg.destroyAll};\"undefined\"!==typeof window&&window.Vue&&jO(window.Vue);t[\"a\"]={version:ZS,install:jO}},f248:function(e,t,n){\"use strict\";\n/*!\n * bytes\n * Copyright(c) 2012-2014 TJ Holowaychuk\n * Copyright(c) 2015 Jed Watson\n * MIT Licensed\n */e.exports=s,e.exports.format=c,e.exports.parse=l;var r=/\\B(?=(\\d{3})+(?!\\d))/g,i=/(?:\\.0*|(\\.[^0]+)0+)$/,o={b:1,kb:1024,mb:1<<20,gb:1<<30,tb:Math.pow(1024,4),pb:Math.pow(1024,5)},a=/^((-|\\+)?(\\d+(?:\\.\\d+)?)) *(kb|mb|gb|tb|pb)$/i;function s(e,t){return\"string\"===typeof e?l(e):\"number\"===typeof e?c(e,t):null}function c(e,t){if(!Number.isFinite(e))return null;var n=Math.abs(e),a=t&&t.thousandsSeparator||\"\",s=t&&t.unitSeparator||\"\",c=t&&void 0!==t.decimalPlaces?t.decimalPlaces:2,l=Boolean(t&&t.fixedDecimals),u=t&&t.unit||\"\";u&&o[u.toLowerCase()]||(u=n>=o.pb?\"PB\":n>=o.tb?\"TB\":n>=o.gb?\"GB\":n>=o.mb?\"MB\":n>=o.kb?\"KB\":\"B\");var h=e/o[u.toLowerCase()],d=h.toFixed(c);return l||(d=d.replace(i,\"$1\")),a&&(d=d.split(\".\").map((function(e,t){return 0===t?e.replace(r,a):e})).join(\".\")),d+s+u}function l(e){if(\"number\"===typeof e&&!isNaN(e))return e;if(\"string\"!==typeof e)return null;var t,n=a.exec(e),r=\"b\";return n?(t=parseFloat(n[1]),r=n[4].toLowerCase()):(t=parseInt(e,10),r=\"b\"),isNaN(t)?null:Math.floor(o[r]*t)}},f36a:function(e,t,n){var r=n(\"e330\");e.exports=r([].slice)},f3c1:function(e,t){var n=800,r=16,i=Date.now;function o(e){var t=0,o=0;return function(){var a=i(),s=r-(a-o);if(o=a,s>0){if(++t>=n)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}e.exports=o},f4d6:function(e,t,n){var r=n(\"ffd6\"),i=1/0;function o(e){if(\"string\"==typeof e||r(e))return e;var t=e+\"\";return\"0\"==t&&1/e==-i?\"-0\":t}e.exports=o},f5df:function(e,t,n){var r=n(\"00ee\"),i=n(\"1626\"),o=n(\"c6b6\"),a=n(\"b622\"),s=a(\"toStringTag\"),c=Object,l=\"Arguments\"==o(function(){return arguments}()),u=function(e,t){try{return e[t]}catch(n){}};e.exports=r?o:function(e){var t,n,r;return void 0===e?\"Undefined\":null===e?\"Null\":\"string\"==typeof(n=u(t=c(e),s))?n:l?o(t):\"Object\"==(r=o(t))&&i(t.callee)?\"Arguments\":r}},f608:function(e,t,n){var r=n(\"6747\"),i=n(\"ffd6\"),o=/\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,a=/^\\w*$/;function s(e,t){if(r(e))return!1;var n=typeof e;return!(\"number\"!=n&&\"symbol\"!=n&&\"boolean\"!=n&&null!=e&&!i(e))||(a.test(e)||!o.test(e)||null!=t&&e in Object(t))}e.exports=s},f6b4:function(e,t,n){\"use strict\";var r=n(\"c532\");function i(){this.handlers=[]}i.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},f6c0:function(e,t,n){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var r=n(\"c4b2\"),i=h(r),o=n(\"882a\"),a=h(o),s=n(\"5669\"),c=h(s),l=n(\"9a94\"),u=h(l);function h(e){return e&&e.__esModule?e:{default:e}}t[\"default\"]={locale:\"zh-cn\",Pagination:i[\"default\"],DatePicker:a[\"default\"],TimePicker:c[\"default\"],Calendar:u[\"default\"],global:{placeholder:\"请选择\"},Table:{filterTitle:\"筛选\",filterConfirm:\"确定\",filterReset:\"重置\",selectAll:\"全选当页\",selectInvert:\"反选当页\",sortTitle:\"排序\",expand:\"展开行\",collapse:\"关闭行\"},Modal:{okText:\"确定\",cancelText:\"取消\",justOkText:\"知道了\"},Popconfirm:{cancelText:\"取消\",okText:\"确定\"},Transfer:{searchPlaceholder:\"请输入搜索内容\",itemUnit:\"项\",itemsUnit:\"项\"},Upload:{uploading:\"文件上传中\",removeFile:\"删除文件\",uploadError:\"上传错误\",previewFile:\"预览文件\",downloadFile:\"下载文件\"},Empty:{description:\"暂无数据\"},Icon:{icon:\"图标\"},Text:{edit:\"编辑\",copy:\"复制\",copied:\"复制成功\",expand:\"展开\"},PageHeader:{back:\"返回\"}}},f772:function(e,t,n){var r=n(\"5692\"),i=n(\"90e3\"),o=r(\"keys\");e.exports=function(e){return o[e]||(o[e]=i(e))}},f893:function(e,t,n){e.exports={default:n(\"8119\"),__esModule:!0}},f8af:function(e,t,n){var r=n(\"2474\");function i(e){var t=new e.constructor(e.byteLength);return new r(t).set(new r(e)),t}e.exports=i},f8d5:function(e,t,n){\"use strict\";t[\"a\"]={today:\"Today\",now:\"Now\",backToToday:\"Back to today\",ok:\"Ok\",clear:\"Clear\",month:\"Month\",year:\"Year\",timeSelect:\"select time\",dateSelect:\"select date\",weekSelect:\"Choose a week\",monthSelect:\"Choose a month\",yearSelect:\"Choose a year\",decadeSelect:\"Choose a decade\",yearFormat:\"YYYY\",dateFormat:\"M/D/YYYY\",dayFormat:\"D\",dateTimeFormat:\"M/D/YYYY HH:mm:ss\",monthBeforeYear:!0,previousMonth:\"Previous month (PageUp)\",nextMonth:\"Next month (PageDown)\",previousYear:\"Last year (Control + left)\",nextYear:\"Next year (Control + right)\",previousDecade:\"Last decade\",nextDecade:\"Next decade\",previousCentury:\"Last century\",nextCentury:\"Next century\"}},f906:function(e,t,n){!function(t,n){e.exports=n()}(0,(function(){\"use strict\";var e={LTS:\"h:mm:ss A\",LT:\"h:mm A\",L:\"MM/DD/YYYY\",LL:\"MMMM D, YYYY\",LLL:\"MMMM D, YYYY h:mm A\",LLLL:\"dddd, MMMM D, YYYY h:mm A\"},t=/(\\[[^[]*\\])|([-_:/.,()\\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,n=/\\d\\d/,r=/\\d\\d?/,i=/\\d*[^-_:/,()\\s\\d]+/,o={},a=function(e){return(e=+e)+(e>68?1900:2e3)},s=function(e){return function(t){this[e]=+t}},c=[/[+-]\\d\\d:?(\\d\\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if(\"Z\"===e)return 0;var t=e.match(/([+-]|\\d\\d)/g),n=60*t[1]+(+t[2]||0);return 0===n?0:\"+\"===t[0]?-n:n}(e)}],l=function(e){var t=o[e];return t&&(t.indexOf?t:t.s.concat(t.f))},u=function(e,t){var n,r=o.meridiem;if(r){for(var i=1;i<=24;i+=1)if(e.indexOf(r(i,0,t))>-1){n=i>12;break}}else n=e===(t?\"pm\":\"PM\");return n},h={A:[i,function(e){this.afternoon=u(e,!1)}],a:[i,function(e){this.afternoon=u(e,!0)}],S:[/\\d/,function(e){this.milliseconds=100*+e}],SS:[n,function(e){this.milliseconds=10*+e}],SSS:[/\\d{3}/,function(e){this.milliseconds=+e}],s:[r,s(\"seconds\")],ss:[r,s(\"seconds\")],m:[r,s(\"minutes\")],mm:[r,s(\"minutes\")],H:[r,s(\"hours\")],h:[r,s(\"hours\")],HH:[r,s(\"hours\")],hh:[r,s(\"hours\")],D:[r,s(\"day\")],DD:[n,s(\"day\")],Do:[i,function(e){var t=o.ordinal,n=e.match(/\\d+/);if(this.day=n[0],t)for(var r=1;r<=31;r+=1)t(r).replace(/\\[|\\]/g,\"\")===e&&(this.day=r)}],M:[r,s(\"month\")],MM:[n,s(\"month\")],MMM:[i,function(e){var t=l(\"months\"),n=(l(\"monthsShort\")||t.map((function(e){return e.slice(0,3)}))).indexOf(e)+1;if(n<1)throw new Error;this.month=n%12||n}],MMMM:[i,function(e){var t=l(\"months\").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t}],Y:[/[+-]?\\d+/,s(\"year\")],YY:[n,function(e){this.year=a(e)}],YYYY:[/\\d{4}/,s(\"year\")],Z:c,ZZ:c};function d(n){var r,i;r=n,i=o&&o.formats;for(var a=(n=r.replace(/(\\[[^\\]]+])|(LTS?|l{1,4}|L{1,4})/g,(function(t,n,r){var o=r&&r.toUpperCase();return n||i[r]||e[r]||i[o].replace(/(\\[[^\\]]+])|(MMMM|MM|DD|dddd)/g,(function(e,t,n){return t||n.slice(1)}))}))).match(t),s=a.length,c=0;c<s;c+=1){var l=a[c],u=h[l],d=u&&u[0],f=u&&u[1];a[c]=f?{regex:d,parser:f}:l.replace(/^\\[|\\]$/g,\"\")}return function(e){for(var t={},n=0,r=0;n<s;n+=1){var i=a[n];if(\"string\"==typeof i)r+=i.length;else{var o=i.regex,c=i.parser,l=e.slice(r),u=o.exec(l)[0];c.call(t,u),e=e.replace(u,\"\")}}return function(e){var t=e.afternoon;if(void 0!==t){var n=e.hours;t?n<12&&(e.hours+=12):12===n&&(e.hours=0),delete e.afternoon}}(t),t}}return function(e,t,n){n.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&(a=e.parseTwoDigitYear);var r=t.prototype,i=r.parse;r.parse=function(e){var t=e.date,r=e.utc,a=e.args;this.$u=r;var s=a[1];if(\"string\"==typeof s){var c=!0===a[2],l=!0===a[3],u=c||l,h=a[2];l&&(h=a[2]),o=this.$locale(),!c&&h&&(o=n.Ls[h]),this.$d=function(e,t,n){try{if([\"x\",\"X\"].indexOf(t)>-1)return new Date((\"X\"===t?1e3:1)*e);var r=d(t)(e),i=r.year,o=r.month,a=r.day,s=r.hours,c=r.minutes,l=r.seconds,u=r.milliseconds,h=r.zone,f=new Date,p=a||(i||o?1:f.getDate()),v=i||f.getFullYear(),m=0;i&&!o||(m=o>0?o-1:f.getMonth());var g=s||0,b=c||0,y=l||0,C=u||0;return h?new Date(Date.UTC(v,m,p,g,b,y,C+60*h.offset*1e3)):n?new Date(Date.UTC(v,m,p,g,b,y,C)):new Date(v,m,p,g,b,y,C)}catch(e){return new Date(\"\")}}(t,s,r),this.init(),h&&!0!==h&&(this.$L=this.locale(h).$L),u&&t!=this.format(s)&&(this.$d=new Date(\"\")),o={}}else if(s instanceof Array)for(var f=s.length,p=1;p<=f;p+=1){a[1]=s[p-1];var v=n.apply(this,a);if(v.isValid()){this.$d=v.$d,this.$L=v.$L,this.init();break}p===f&&(this.$d=new Date(\"\"))}else i.call(this,e)}}}))},f909:function(e,t,n){var r=n(\"7e64\"),i=n(\"b760\"),o=n(\"72af\"),a=n(\"4f50\"),s=n(\"1a8c\"),c=n(\"9934\"),l=n(\"8adb\");function u(e,t,n,h,d){e!==t&&o(t,(function(o,c){if(d||(d=new r),s(o))a(e,t,c,n,u,h,d);else{var f=h?h(l(e,c),o,c+\"\",e,t,d):void 0;void 0===f&&(f=o),i(e,c,f)}}),c)}e.exports=u},f9ce:function(e,t,n){var r=n(\"ef5d\"),i=n(\"e3f8\"),o=n(\"f608\"),a=n(\"f4d6\");function s(e){return o(e)?r(a(e)):i(e)}e.exports=s},fa21:function(e,t,n){var r=n(\"7530\"),i=n(\"2dcb\"),o=n(\"eac5\");function a(e){return\"function\"!=typeof e.constructor||o(e)?{}:r(i(e))}e.exports=a},faf5:function(e,t,n){e.exports=!n(\"0bad\")&&!n(\"4b8b\")((function(){return 7!=Object.defineProperty(n(\"05f5\")(\"div\"),\"a\",{get:function(){return 7}}).a}))},fb6a:function(e,t,n){\"use strict\";var r=n(\"23e7\"),i=n(\"e8b5\"),o=n(\"68ee\"),a=n(\"861d\"),s=n(\"23cb\"),c=n(\"07fa\"),l=n(\"fc6a\"),u=n(\"8418\"),h=n(\"b622\"),d=n(\"1dde\"),f=n(\"f36a\"),p=d(\"slice\"),v=h(\"species\"),m=Array,g=Math.max;r({target:\"Array\",proto:!0,forced:!p},{slice:function(e,t){var n,r,h,d=l(this),p=c(d),b=s(e,p),y=s(void 0===t?p:t,p);if(i(d)&&(n=d.constructor,o(n)&&(n===m||i(n.prototype))?n=void 0:a(n)&&(n=n[v],null===n&&(n=void 0)),n===m||void 0===n))return f(d,b,y);for(r=new(void 0===n?m:n)(g(y-b,0)),h=0;b<y;b++,h++)b in d&&u(r,h,d[b]);return r.length=h,r}})},fba5:function(e,t,n){var r=n(\"cb5a\");function i(e){return r(this.__data__,e)>-1}e.exports=i},fc25:function(e,t,n){\"use strict\";var r=n(\"92fa\"),i=n.n(r),o=n(\"1098\"),a=n.n(o),s=n(\"6042\"),c=n.n(s),l=n(\"41b2\"),u=n.n(l),h=n(\"4d91\"),d=n(\"9cba\"),f=n(\"daa3\"),p=n(\"e5cd\"),v={functional:!0,PRESENTED_IMAGE_DEFAULT:!0,render:function(){var e=arguments[0];return e(\"svg\",{attrs:{width:\"184\",height:\"152\",viewBox:\"0 0 184 152\",xmlns:\"http://www.w3.org/2000/svg\"}},[e(\"g\",{attrs:{fill:\"none\",fillRule:\"evenodd\"}},[e(\"g\",{attrs:{transform:\"translate(24 31.67)\"}},[e(\"ellipse\",{attrs:{fillOpacity:\".8\",fill:\"#F5F5F7\",cx:\"67.797\",cy:\"106.89\",rx:\"67.797\",ry:\"12.668\"}}),e(\"path\",{attrs:{d:\"M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z\",fill:\"#AEB8C2\"}}),e(\"path\",{attrs:{d:\"M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z\",fill:\"url(#linearGradient-1)\",transform:\"translate(13.56)\"}}),e(\"path\",{attrs:{d:\"M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z\",fill:\"#F5F5F7\"}}),e(\"path\",{attrs:{d:\"M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z\",fill:\"#DCE0E6\"}})]),e(\"path\",{attrs:{d:\"M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z\",fill:\"#DCE0E6\"}}),e(\"g\",{attrs:{transform:\"translate(149.65 15.383)\",fill:\"#FFF\"}},[e(\"ellipse\",{attrs:{cx:\"20.654\",cy:\"3.167\",rx:\"2.849\",ry:\"2.815\"}}),e(\"path\",{attrs:{d:\"M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z\"}})])])])}},m={functional:!0,PRESENTED_IMAGE_SIMPLE:!0,render:function(){var e=arguments[0];return e(\"svg\",{attrs:{width:\"64\",height:\"41\",viewBox:\"0 0 64 41\",xmlns:\"http://www.w3.org/2000/svg\"}},[e(\"g\",{attrs:{transform:\"translate(0 1)\",fill:\"none\",fillRule:\"evenodd\"}},[e(\"ellipse\",{attrs:{fill:\"#F5F5F5\",cx:\"32\",cy:\"33\",rx:\"32\",ry:\"7\"}}),e(\"g\",{attrs:{fillRule:\"nonzero\",stroke:\"#D9D9D9\"}},[e(\"path\",{attrs:{d:\"M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z\"}}),e(\"path\",{attrs:{d:\"M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z\",fill:\"#FAFAFA\"}})])])])}},g=n(\"db14\"),b=function(){return{prefixCls:h[\"a\"].string,image:h[\"a\"].any,description:h[\"a\"].any,imageStyle:h[\"a\"].object}},y={name:\"AEmpty\",props:u()({},b()),inject:{configProvider:{default:function(){return d[\"a\"]}}},methods:{renderEmpty:function(e){var t=this.$createElement,n=this.$props,r=n.prefixCls,o=n.imageStyle,s=this.configProvider.getPrefixCls,l=s(\"empty\",r),u=Object(f[\"g\"])(this,\"image\")||t(v),h=Object(f[\"g\"])(this,\"description\"),d=\"undefined\"!==typeof h?h:e.description,p=\"string\"===typeof d?d:\"empty\",m=c()({},l,!0),g=null;if(\"string\"===typeof u)g=t(\"img\",{attrs:{alt:p,src:u}});else if(\"object\"===(\"undefined\"===typeof u?\"undefined\":a()(u))&&u.PRESENTED_IMAGE_SIMPLE){var b=u;g=t(b),m[l+\"-normal\"]=!0}else g=u;return t(\"div\",i()([{class:m},{on:Object(f[\"k\"])(this)}]),[t(\"div\",{class:l+\"-image\",style:o},[g]),d&&t(\"p\",{class:l+\"-description\"},[d]),this.$slots[\"default\"]&&t(\"div\",{class:l+\"-footer\"},[this.$slots[\"default\"]])])}},render:function(){var e=arguments[0];return e(p[\"a\"],{attrs:{componentName:\"Empty\"},scopedSlots:{default:this.renderEmpty}})}};y.PRESENTED_IMAGE_DEFAULT=v,y.PRESENTED_IMAGE_SIMPLE=m,y.install=function(e){e.use(g[\"a\"]),e.component(y.name,y)};t[\"a\"]=y},fc5e:function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},fc6a:function(e,t,n){var r=n(\"44ad\"),i=n(\"1d80\");e.exports=function(e){return r(i(e))}},fcd4:function(e,t,n){t.f=n(\"cc15\")},fce3:function(e,t,n){var r=n(\"d039\"),i=n(\"da84\"),o=i.RegExp;e.exports=r((function(){var e=o(\".\",\"s\");return!(e.dotAll&&e.exec(\"\\n\")&&\"s\"===e.flags)}))},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,n){var r=n(\"4930\");e.exports=r&&!Symbol.sham&&\"symbol\"==typeof Symbol.iterator},fed5:function(e,t){t.f=Object.getOwnPropertySymbols},ffd6:function(e,t,n){var r=n(\"3729\"),i=n(\"1310\"),o=\"[object Symbol]\";function a(e){return\"symbol\"==typeof e||i(e)&&r(e)==o}e.exports=a}}]);"
  },
  {
    "path": "static/lf20_kjnwk4pv.json",
    "content": "{\"v\":\"5.4.3\",\"fr\":60,\"ip\":0,\"op\":64,\"w\":1920,\"h\":1080,\"nm\":\"map\",\"ddd\":0,\"assets\":[{\"id\":\"comp_0\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[481.067,338.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[206,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":23,\"op\":81,\"st\":23,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[690.067,761.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[206,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":23,\"op\":81,\"st\":23,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1200.067,452.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":20,\"op\":66.4,\"st\":20,\"bm\":0},{\"ddd\":0,\"ind\":4,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1050.067,428.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":27,\"op\":73.4,\"st\":27,\"bm\":0},{\"ddd\":0,\"ind\":5,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[457.067,489.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":15,\"op\":61.4,\"st\":15,\"bm\":0},{\"ddd\":0,\"ind\":6,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[457.067,522.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":22,\"op\":68.4,\"st\":22,\"bm\":0},{\"ddd\":0,\"ind\":7,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[534.067,522.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":36,\"op\":82.4,\"st\":36,\"bm\":0},{\"ddd\":0,\"ind\":8,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[534.067,457.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":25,\"op\":71.4,\"st\":25,\"bm\":0},{\"ddd\":0,\"ind\":9,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1122.067,402.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":25,\"op\":71.4,\"st\":25,\"bm\":0},{\"ddd\":0,\"ind\":10,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1101.067,454.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":25,\"op\":71.4,\"st\":25,\"bm\":0},{\"ddd\":0,\"ind\":11,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[1017.067,489.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":47,\"op\":93.4,\"st\":47,\"bm\":0},{\"ddd\":0,\"ind\":12,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[450.067,489.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":32,\"op\":78.4,\"st\":32,\"bm\":0},{\"ddd\":0,\"ind\":13,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[330.451,266.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":0,\"op\":46.4,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":14,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[413.451,508.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":11,\"op\":57.4,\"st\":11,\"bm\":0},{\"ddd\":0,\"ind\":15,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[592.451,515.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":-8,\"op\":38.4,\"st\":-8,\"bm\":0},{\"ddd\":0,\"ind\":16,\"ty\":0,\"nm\":\"light circle\",\"refId\":\"comp_1\",\"sr\":0.8,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[990.451,471.377,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[123,138,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":246,\"h\":276,\"ip\":0,\"op\":46.4,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":17,\"ty\":4,\"nm\":\"map Outlines\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[960,540,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[600,600,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[143,143,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.025,0.031],[0.005,0]],\"o\":[[0,0],[-0.021,-0.03],[-0.007,0],[0,0]],\"v\":[[-0.112,0.141],[0.112,-0.048],[0.042,-0.141],[0.023,-0.136]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[631.325,514.572],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.005,-0.029],[-0.024,-0.002]],\"o\":[[0,0],[0.003,0.029],[0.028,0.001],[0,0]],\"v\":[[0.089,-0.077],[-0.089,-0.01],[-0.081,0.076],[-0.004,0.076]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[622.28,516.164],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.185,-0.092],[-0.214,0.328],[0.019,0.116],[0.36,-0.185],[-0.008,-0.179]],\"o\":[[0.419,0.208],[0.03,-0.119],[-0.043,-0.285],[-0.178,0.093],[0.008,0.204]],\"v\":[[-0.297,0.546],[0.595,0.116],[0.671,-0.252],[-0.311,-0.569],[-0.683,-0.031]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[632.683,510.236],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.215,-0.017],[-0.084,0.075],[0.154,0.159],[0.098,-0.251],[-0.117,-0.131]],\"o\":[[0.087,0.007],[-0.12,-0.238],[-0.209,-0.216],[-0.073,0.179],[0.122,0.138]],\"v\":[[0.243,0.537],[0.507,0.32],[0.17,-0.328],[-0.434,-0.256],[-0.374,0.362]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[610.712,529.347],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.421,-0.056],[-0.089,0.075],[0.167,0.356],[0.229,0.231],[0.081,-0.076],[-0.122,-0.405]],\"o\":[[0.113,0.016],[0.339,-0.293],[-0.156,-0.319],[-0.227,0.084],[-0.321,0.298],[0.123,0.415]],\"v\":[[0.121,0.971],[0.477,0.872],[0.721,-0.21],[-0.016,-0.988],[-0.466,-0.814],[-0.766,0.278]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[623.877,502.879],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.123,-0.237],[-0.183,-0.182],[-0.339,0.4],[0.213,1.345],[0.479,-0.561],[-0.139,-0.865]],\"o\":[[0.116,0.229],[0.204,0.2],[0.966,-1.131],[-0.668,-0.028],[-0.559,0.652],[0.046,0.267]],\"v\":[[-1.041,1.435],[-0.562,2.048],[0.448,1.556],[1.201,-2.219],[-0.566,-1.586],[-1.275,0.66]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[620.998,518.46],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.295,0.371],[0,0]],\"o\":[[0,0],[0.274,0.371]],\"v\":[[0.323,-0.185],[-0.323,-0.185]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[348.17,956.31],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.029,-0.033],[-0.051,0],[0,0],[0.022,0.011]],\"o\":[[0.049,0.002],[0,0],[-0.023,-0.002],[-0.033,0.046]],\"v\":[[-0.074,0.049],[0.074,0.05],[0.074,-0.029],[0.006,-0.05]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[348.566,956.076],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[0.128,-0.121],[-0.129,-0.028],[0.099,0.121]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[769.87,395.083],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[0.133,0.135],[0.031,-0.135],[-0.133,0.104]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[325.017,380.937],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 10\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.059,-0.016],[-0.046,-0.213],[-0.169,0.078]],\"o\":[[-0.235,0.065],[0.166,-0.077],[-0.086,-0.074]],\"v\":[[0.025,-0.216],[-0.228,0.232],[0.274,-0.003]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[376.966,379.434],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 11\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.047,-0.187],[-0.093,-0.029]],\"o\":[[-0.003,0.008],[-0.063,-0.191]],\"v\":[[-0.084,0.061],[0.087,0.125]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[847.873,377.872],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 12\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.052,0.016],[-0.02,-0.08],[-0.024,0.003],[-0.006,0.031]],\"o\":[[0.017,0.052],[0.022,0],[0.009,-0.029],[-0.04,-0.014]],\"v\":[[-0.073,-0.071],[-0.021,0.071],[0.052,0.065],[0.073,-0.023]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[848.033,378.069],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 13\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.303,0.261],[-0.003,-0.211]],\"o\":[[0.004,0.21],[0.296,-0.28]],\"v\":[[-0.152,-0.317],[-0.144,0.317]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[394.259,453.737],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 14\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.504,-0.359],[-0.152,-0.083]],\"o\":[[0.155,0.083],[-0.008,-0.263]],\"v\":[[-0.252,0.055],[0.206,0.304]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[168.895,519.106],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 15\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.082,-0.007],[-0.09,0.078],[0.084,0.005],[0.092,-0.076]],\"o\":[[0.081,0.005],[-0.081,-0.088],[-0.085,-0.004],[0.079,0.088]],\"v\":[[-0.014,0.229],[0.252,0.016],[0.016,-0.23],[-0.252,-0.017]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[876.533,369.411],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 16\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":16,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.032,0.114],[0,0],[0,0],[0.35,-0.417],[-0.377,-0.062],[-0.17,0.118],[-0.556,0.96],[0.313,0.086],[0.263,0.044],[0.253,-0.255]],\"o\":[[0,0],[0,0],[-0.363,0.408],[-0.396,0.466],[0.249,0.042],[0.907,-0.623],[0.128,-0.223],[-0.258,-0.072],[-0.254,0.256],[-0.031,-0.112]],\"v\":[[-0.382,-1.142],[-0.382,-0.706],[-0.273,-0.767],[-1.357,0.456],[-1.382,1.458],[-0.631,1.454],[1.63,-0.882],[1.257,-1.43],[0.47,-1.572],[-0.286,-0.805]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[130.624,457.423],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 17\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":17,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.004,-0.043],[-0.023,-0.069],[0.002,0.117]],\"o\":[[0.009,0.072],[-0.003,-0.114],[-0.037,0.049]],\"v\":[[-0.03,-0.036],[0.035,0.173],[0.03,-0.173]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[130.208,456.108],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 18\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":18,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-0.143,0.068],[0.182,0.129],[-0.039,-0.034],[-0.181,-0.129]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[794.277,363.207],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 19\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":19,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.011,0.064],[0.075,-0.038],[-0.003,-0.018],[-0.035,-0.014]],\"o\":[[-0.049,0.028],[0.003,0.018],[0.032,0.014],[0.01,-0.052]],\"v\":[[0.067,-0.094],[-0.067,-0.009],[-0.063,0.046],[0.039,0.094]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[624.798,361.564],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 20\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":20,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.185,-0.029],[0.013,-0.084]],\"o\":[[-0.024,0.005],[0.182,-0.113]],\"v\":[[-0.067,-0.065],[-0.119,0.094]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[624.983,361.377],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 21\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":21,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.027,-0.037],[0,0]],\"o\":[[0,0],[0.027,0.035],[0.005,0.002],[0,0]],\"v\":[[0.159,-0.099],[-0.159,-0.005],[-0.072,0.096],[-0.061,0.099]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[331.26,360.656],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 22\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":22,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.032,0.013],[-0.002,0.007]],\"o\":[[0,0],[0.029,-0.008],[0.003,-0.009],[0,0]],\"v\":[[-0.11,-0.07],[0.018,0.07],[0.102,0.025],[0.11,0.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[731.478,786.529],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 23\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":23,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.31,0.283],[0.004,0.027],[0.032,0],[0.308,-0.277],[0.01,-0.027],[-0.037,0]],\"o\":[[0,-0.027],[-0.031,0],[-0.31,0.275],[-0.015,0.029],[0.035,0],[0.314,-0.278]],\"v\":[[0.519,-0.378],[0.523,-0.457],[0.427,-0.465],[-0.496,0.379],[-0.527,0.465],[-0.417,0.463]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[988.193,778.711],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 24\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":24,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.035,0],[-0.003,0.041]],\"o\":[[0,0],[0.033,0],[0,-0.035],[0,0]],\"v\":[[-0.156,-0.077],[0.053,0.075],[0.156,0.077],[0.152,-0.028]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1105.186,769.147],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 25\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":25,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.146,-0.148],[-0.028,0.148],[0.146,-0.117]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[687.192,347.133],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 26\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":26,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.252,-0.008],[0.041,0.077],[0.006,-0.014]],\"o\":[[-0.002,-0.093],[-0.03,-0.054],[-0.084,0.222]],\"v\":[[0.184,0.17],[0.152,-0.097],[-0.109,-0.156]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1103.315,764.849],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 27\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":27,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.092,-0.018],[0.057,0.054],[0.059,0.017],[0,-0.074]],\"o\":[[-0.061,-0.051],[-0.062,-0.01],[0.011,0.064],[0.09,0.018]],\"v\":[[0.163,0.115],[-0.011,-0.044],[-0.163,-0.114],[-0.107,0.057]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1024.171,528.564],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 28\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":28,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.099,-0.111],[-0.058,0.156],[0.154,-0.046]],\"o\":[[0.062,-0.154],[-0.154,0.04],[0.102,0.112]],\"v\":[[0.062,0.232],[0.236,-0.232],[-0.235,-0.1]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[983.333,692.617],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 29\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":29,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.016,-0.041],[-0.044,0.013],[0.024,0.026],[0.002,0]],\"o\":[[0.046,-0.018],[-0.022,-0.024],[-0.005,0],[-0.017,0.042]],\"v\":[[-0.065,0.062],[0.065,0.022],[-0.005,-0.057],[-0.017,-0.062]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[983.634,692.322],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 30\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":30,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.068,0.008],[0.024,0.033]],\"o\":[[0,0],[0.066,-0.014],[-0.027,-0.033],[0,0]],\"v\":[[-0.153,-0.159],[-0.033,0.159],[0.153,0.145],[0.073,0.055]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1084.513,750.962],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 31\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":31,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.115,0.012],[-0.085,-0.05],[0,0],[-0.034,0.033]],\"o\":[[0.083,0.047],[0,0],[0.032,-0.037],[-0.117,-0.014]],\"v\":[[-0.176,-0.073],[0.075,0.073],[0.078,0.073],[0.176,-0.035]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[425.447,341.646],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 32\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":32,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.012,0.001],[0.015,-0.02]],\"o\":[[0,0],[-0.012,-0.001],[-0.014,0.022],[0,0]],\"v\":[[0.108,0.088],[-0.032,-0.082],[-0.069,-0.088],[-0.108,-0.02]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[89.766,474.017],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 33\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":33,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.13,0.137],[0.063,0.047]],\"o\":[[-0.062,-0.051],[0.013,0.194]],\"v\":[[0.097,0.001],[-0.096,-0.138]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1006.171,743.768],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 34\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":34,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.04,-0.03],[-0.008,0.099],[0.041,-0.009],[-0.007,-0.03]],\"o\":[[-0.005,-0.065],[-0.044,0],[0.009,0.024],[0.042,0.032]],\"v\":[[0.073,0.092],[0.056,-0.092],[-0.073,-0.081],[-0.051,0.007]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1006.002,743.537],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 35\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":35,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.137,0.117],[0.137,0.141],[0.025,-0.142]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[895.553,731.508],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 36\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":36,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.106,0.087],[0.105,0.109],[0.021,-0.109]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[997.249,729.027],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 37\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":37,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.321,-0.096],[0.31,0.11]],\"o\":[[-0.055,-0.324],[0.038,0.343]],\"v\":[[0.278,0.322],[-0.278,-0.322]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1023.73,528.128],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 38\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":38,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.052,-0.017],[-0.002,0.067],[0.046,0.003],[-0.008,-0.041]],\"o\":[[-0.006,-0.06],[-0.049,0.003],[0.011,0.038],[0.055,0.013]],\"v\":[[0.09,0.084],[0.04,-0.069],[-0.09,-0.084],[-0.044,0.014]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1023.363,527.723],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 39\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":39,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.228,-0.065],[-0.021,0.074]],\"o\":[[0.021,-0.075],[-0.26,0.083]],\"v\":[[0.083,0.112],[0.146,-0.112]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[76.259,482.494],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 40\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":40,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.011,-0.045],[-0.055,0.016],[0,0]],\"o\":[[0.043,-0.015],[0,0],[-0.013,0.046]],\"v\":[[-0.066,0.068],[0.066,0.025],[-0.029,-0.068]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[76.47,482.314],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 41\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":41,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.404,-0.023],[0.398,0.041]],\"o\":[[-0.095,-0.374],[0.097,0.38]],\"v\":[[0.358,0.323],[-0.358,-0.323]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1022.915,527.316],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 42\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":42,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.04,-0.004],[0.009,0.041],[0.022,-0.002],[0.008,-0.023]],\"o\":[[-0.011,-0.039],[-0.019,0.003],[-0.005,0.024],[0.046,0]],\"v\":[[0.052,0.055],[0.019,-0.055],[-0.041,-0.049],[-0.052,0.018]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1022.506,526.938],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 43\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":43,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.082,0.031],[-0.215,-0.043],[0.028,0.063]],\"o\":[[-0.062,0.179],[-0.002,-0.072],[-0.029,-0.057]],\"v\":[[-0.102,-0.158],[0.159,0.158],[0.136,-0.056]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[492.244,319.976],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 44\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":44,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.151,0.144],[0.151,0.026],[-0.128,-0.144]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[572.327,600.08],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 45\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":45,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.114,0.085],[0.114,0.122],[0.033,-0.122]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[355.641,676.952],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 46\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":46,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.092,-0.137],[-0.055,-0.034]],\"o\":[[0.055,0.029],[-0.027,-0.165]],\"v\":[[-0.083,0.018],[0.083,0.118]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[319.469,659.86],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 47\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":47,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.104,0.074],[0.104,0.109],[0.034,-0.109]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[613.615,612.491],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 48\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":48,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.076,0.062],[0,0],[-0.109,-0.024]],\"o\":[[0,0],[0.109,0.028],[-0.074,-0.06]],\"v\":[[-0.057,-0.092],[-0.163,0.016],[0.163,0.092]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[649.624,593.934],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 49\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":49,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.203,0.074],[0.019,-0.069]],\"o\":[[-0.021,0.069],[0.209,-0.066]],\"v\":[[-0.069,-0.103],[-0.134,0.103]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[625.817,439.92],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 50\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":50,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.017,0.045],[0.076,-0.015],[-0.011,-0.024],[-0.019,-0.006]],\"o\":[[-0.055,0.016],[0.014,0.023],[0.019,0.005],[0.017,-0.045]],\"v\":[[0.068,-0.068],[-0.068,-0.021],[-0.043,0.052],[0.019,0.068]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[625.615,440.091],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 51\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":51,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.035,0.064],[0.076,-0.027],[0.001,-0.015],[-0.038,-0.02]],\"o\":[[-0.07,0.031],[-0.004,0.014],[0.038,0.019],[0.041,-0.063]],\"v\":[[0.115,-0.095],[-0.11,-0.012],[-0.115,0.034],[-0.001,0.095]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1043.234,433.474],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 52\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":52,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.021,0.07],[0.05,-0.074],[-0.022,0.013]],\"o\":[[-0.049,0.076],[0.028,-0.009],[0.047,-0.03]],\"v\":[[0.073,-0.112],[-0.073,0.112],[0.004,0.087]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1043.421,433.267],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 53\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":53,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.011,-0.021],[-0.02,-0.008]],\"o\":[[0,0],[0.012,0.021],[0.022,0.009],[0,0]],\"v\":[[0.063,-0.102],[-0.063,0.007],[-0.027,0.073],[0.031,0.102]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[347.789,431.849],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 54\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":54,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.033,-0.071],[-0.212,-0.127],[0.006,0.228]],\"o\":[[-0.104,0.219],[-0.004,-0.23],[-0.079,0.051]],\"v\":[[-0.052,-0.17],[0.156,0.344],[0.14,-0.344]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[423.655,421.493],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 55\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":55,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.388,-0.134],[-0.106,0.053],[0.079,-0.011]],\"o\":[[0.078,0.029],[-0.089,-0.067],[-0.413,0.052]],\"v\":[[0.038,0.154],[0.35,0.02],[0.082,-0.172]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[373.356,957.331],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 56\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":56,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.14,-0.354],[-0.046,-0.102],[-0.069,0.084]],\"o\":[[-0.027,0.07],[0.07,-0.082],[-0.073,-0.381]],\"v\":[[-0.156,0.027],[-0.026,0.327],[0.183,0.078]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[617.718,444.304],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 57\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":57,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.024,0.036],[0.061,-0.001],[-0.033,-0.033],[0,0]],\"o\":[[-0.057,-0.001],[0.033,0.033],[0,0],[0.028,-0.036]],\"v\":[[0.088,-0.053],[-0.088,-0.048],[-0.003,0.053],[0.003,0.053]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[710.767,445.862],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 58\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":58,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.279,0.208],[0.069,-0.065],[0.108,-0.156],[-0.181,0.03]],\"o\":[[-0.07,-0.052],[-0.131,0.128],[0.182,0.004],[0.362,-0.062]],\"v\":[[0.204,-0.218],[-0.139,-0.191],[-0.483,0.256],[0.065,0.24]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[711.338,445.553],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 59\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":59,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.076,0.026],[0.063,-0.065],[-0.322,-0.011],[-0.093,0.058]],\"o\":[[-0.096,-0.034],[-0.198,0.201],[0.093,0.005],[-0.055,-0.089]],\"v\":[[0.178,-0.193],[-0.148,-0.146],[0.061,0.222],[0.346,0.058]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[552.85,533.936],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 60\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":60,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.295,-0.119],[-0.016,-0.064],[-0.291,0.079],[0.014,0.061]],\"o\":[[-0.111,0.044],[0.078,0.304],[0.101,-0.099],[-0.079,-0.311]],\"v\":[[-0.171,-0.27],[-0.435,-0.013],[0.163,0.31],[0.437,0.036]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1051.524,908.509],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 61\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":61,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.071,-0.014],[-0.124,-0.293],[-0.065,0.011],[0.081,0.301]],\"o\":[[-0.315,0.062],[0.048,0.106],[0.302,-0.07],[-0.095,-0.082]],\"v\":[[0.035,-0.416],[-0.271,0.169],[-0.006,0.419],[0.314,-0.177]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1137.002,822.842],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 62\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":62,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[0.122,-0.104],[-0.122,-0.154],[-0.046,0.154]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1141.989,811.289],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 63\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":63,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.046,0.007],[-0.199,0.08],[0.095,0.041],[0.088,-0.266]],\"o\":[[0.207,-0.044],[-0.068,-0.095],[-0.266,-0.119],[-0.019,0.066]],\"v\":[[-0.191,0.311],[0.408,0.082],[0.193,-0.198],[-0.389,0.041]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1140.038,806.726],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 64\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":64,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.262,0.074],[-0.046,0.101],[0.084,0.036],[0.017,-0.073]],\"o\":[[0.07,-0.014],[-0.063,-0.097],[-0.057,-0.03],[-0.084,0.324]],\"v\":[[0.122,0.257],[0.268,-0.031],[0.075,-0.302],[-0.184,-0.156]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1139.503,801.473],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 65\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":65,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.017,0.095],[0.005,-0.03],[-0.025,-0.098],[-0.073,0.022]],\"o\":[[-0.076,0.024],[-0.012,0.095],[0.071,-0.026],[-0.022,-0.099]],\"v\":[[0.083,-0.185],[-0.134,-0.106],[-0.072,0.185],[0.145,0.103]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[720.294,784.796],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 66\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":66,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.228,0.175],[-0.075,0.204],[0.204,-0.041],[-0.016,-0.064]],\"o\":[[0.143,-0.111],[-0.208,0.009],[-0.09,0.022],[0.092,0.282]],\"v\":[[0.166,0.183],[0.434,-0.358],[-0.192,-0.317],[-0.418,-0.055]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[987.232,779.534],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 67\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":67,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.082,-0.052],[-0.343,-0.084],[-0.105,0.041],[0.059,0.039]],\"o\":[[-0.282,0.171],[0.089,0.022],[-0.027,-0.097],[-0.088,-0.057]],\"v\":[[-0.067,-0.203],[0.032,0.232],[0.349,0.12],[0.271,-0.151]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[989.469,771.239],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 68\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":68,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.029,-0.111],[0,0.031],[0.032,0.117],[0,-0.047]],\"o\":[[0.099,-0.032],[0.011,-0.114],[-0.095,0.03],[-0.015,0.106]],\"v\":[[-0.096,0.219],[0.175,0.127],[0.091,-0.219],[-0.172,-0.118]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[979.14,762.756],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 69\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":69,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.081,0.038],[-0.006,-0.097],[-0.079,-0.032],[0.006,0.096]],\"o\":[[-0.03,0.103],[0,0.041],[0.029,-0.1],[0,-0.038]],\"v\":[[-0.072,-0.198],[-0.151,0.098],[0.067,0.198],[0.151,-0.095]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1073.382,760.919],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 70\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":70,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.017,-0.09],[-0.235,0.125],[-0.038,0.112],[0.072,0.099]],\"o\":[[-0.041,0.338],[0.078,-0.039],[-0.071,-0.095],[-0.083,0.084]],\"v\":[[-0.209,-0.112],[0.131,0.24],[0.25,-0.079],[0.034,-0.365]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[984.074,759.984],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 71\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":71,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.1,0.011],[0.112,-0.055],[-0.1,-0.015],[-0.108,0.05]],\"o\":[[-0.101,-0.018],[0.093,0.084],[0.099,0.016],[-0.088,-0.084]],\"v\":[[0.027,-0.187],[-0.297,-0.042],[-0.025,0.188],[0.298,0.042]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[911.051,752.227],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 72\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":72,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.017,-0.082],[-0.255,0.097],[-0.04,0.092],[0.072,0.095]],\"o\":[[-0.062,0.301],[0.066,-0.025],[-0.065,-0.094],[-0.086,0.072]],\"v\":[[-0.196,-0.118],[0.133,0.23],[0.258,-0.048],[0.054,-0.327]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1081.651,750.386],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 73\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":73,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.032,-0.095],[-0.066,0.209],[0.075,-0.123]],\"o\":[[0.062,-0.201],[-0.096,0.111],[-0.033,0.051]],\"v\":[[-0.038,0.307],[0.153,-0.307],[-0.12,0.03]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[925.462,743.245],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 74\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":74,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.029,-0.096],[-0.055,0.07],[-0.008,0.024],[0.035,0.005]],\"o\":[[0.062,-0.065],[0.011,-0.024],[-0.041,-0.005],[-0.032,0.101]],\"v\":[[-0.102,0.147],[0.072,-0.068],[0.101,-0.142],[-0.01,-0.147]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[925.717,742.791],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 75\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":75,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.247,-0.167],[0.078,-0.211],[-0.213,0.025],[0.017,0.076]],\"o\":[[-0.155,0.103],[0.212,0.018],[0.084,-0.011],[-0.064,-0.31]],\"v\":[[-0.159,-0.229],[-0.436,0.346],[0.211,0.371],[0.42,0.081]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[926.255,742.302],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 76\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":76,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.65,0.058],[0.631,-0.016]],\"o\":[[-0.313,-0.625],[0.263,0.725]],\"v\":[[0.749,0.35],[-0.749,-0.392]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[399.862,739.86],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 77\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":77,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.051,0],[0.012,0.04],[0.026,-0.005],[0.005,-0.024]],\"o\":[[-0.016,-0.032],[-0.028,0.005],[-0.007,0.027],[0.052,-0.002]],\"v\":[[0.074,0.047],[0.023,-0.047],[-0.054,-0.028],[-0.074,0.047]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[399.039,739.42],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 78\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":78,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.128,-0.408],[-0.058,-0.103],[-0.07,0.09]],\"o\":[[-0.027,0.079],[0.07,-0.094],[-0.104,-0.43]],\"v\":[[-0.177,0.045],[-0.011,0.363],[0.204,0.075]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1001.39,725.995],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 79\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":79,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.036,-0.315],[-0.117,0.011],[-0.041,0.096]],\"o\":[[0.003,0.046],[0.046,-0.006],[-0.322,-0.206]],\"v\":[[-0.211,0.135],[0.126,0.233],[0.246,-0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[977.841,722.455],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 80\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":80,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.095,0.015],[0.112,-0.047],[-0.097,-0.011],[-0.106,0.047]],\"o\":[[-0.106,-0.011],[0.093,0.076],[0.106,0.017],[-0.09,-0.085]],\"v\":[[0.034,-0.179],[-0.304,-0.044],[-0.029,0.173],[0.303,0.043]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[981.335,719.992],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 81\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":81,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.06,-0.013],[-0.109,-0.271],[-0.081,-0.084],[-0.099,0.202]],\"o\":[[-0.281,0.068],[0.038,0.101],[0.09,-0.185],[-0.083,-0.075]],\"v\":[[0.067,-0.392],[-0.204,0.153],[0.027,0.405],[0.313,-0.17]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[888.112,716.16],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 82\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":82,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.147,-0.038],[0.103,0.12],[0.147,-0.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[967.054,712.595],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 83\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":83,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.291,0.113],[0,0.117],[0.008,0.162],[0.078,-0.164]],\"o\":[[0.061,-0.024],[0.004,-0.162],[-0.107,0.153],[-0.156,0.321]],\"v\":[[0.158,0.355],[0.236,0.019],[0.218,-0.469],[-0.083,-0.002]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[157.229,483.619],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 84\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":84,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.068,-0.193],[-0.095,-0.002],[0.014,0.035],[0.089,0.19]],\"o\":[[-0.014,0.032],[0.091,0.006],[-0.054,-0.198],[-0.097,0.19]],\"v\":[[-0.263,0.185],[0.004,0.372],[0.264,0.195],[0.017,-0.378]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[883.16,703.306],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 85\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":85,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.008,-0.104],[-0.062,-0.105],[-0.076,0.097],[0.059,0.105]],\"o\":[[-0.005,0.101],[0.077,-0.097],[-0.06,-0.104],[-0.079,0.098]],\"v\":[[-0.197,-0.011],[-0.027,0.303],[0.202,0.014],[0.018,-0.303]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[55.483,485.424],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 86\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":86,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.039,-0.082],[0.03,0.315],[0.106,-0.014]],\"o\":[[0.299,0.206],[-0.005,-0.044],[-0.046,0.006]],\"v\":[[-0.228,0.026],[0.197,-0.132],[-0.114,-0.219]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[360.354,698.535],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 87\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":87,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.014,-0.084],[-0.265,0.179],[-0.087,0.219],[0.212,-0.023]],\"o\":[[0.063,0.325],[0.159,-0.105],[-0.219,-0.021],[-0.098,0.011]],\"v\":[[-0.446,-0.091],[0.157,0.229],[0.46,-0.353],[-0.199,-0.385]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[548.196,526.523],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 88\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":88,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.01,-0.032],[-0.039,-0.005],[0,0.005],[0.032,0.028]],\"o\":[[0.037,0.003],[0,-0.005],[-0.031,-0.027],[-0.013,0.028]],\"v\":[[-0.06,0.043],[0.056,0.05],[0.06,0.038],[-0.027,-0.05]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[548.716,526.127],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 89\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":89,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.088,0.008],[-0.109,-0.223],[-0.101,-0.029],[-0.094,0.059]],\"o\":[[-0.301,-0.047],[0.032,0.063],[0.09,-0.068],[-0.079,-0.079]],\"v\":[[0.1,-0.183],[-0.228,0.127],[0.062,0.23],[0.337,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1060.597,692.687],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 90\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":90,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.035,-0.304],[-0.104,0.006],[-0.033,0.085]],\"o\":[[0.005,0.044],[0.04,-0.001],[-0.294,-0.206]],\"v\":[[-0.189,0.132],[0.119,0.22],[0.224,-0.02]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[761.325,380.066],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 91\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":91,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.117,0.046],[0.063,0.043],[0.081,-0.052],[-0.385,-0.094]],\"o\":[[-0.022,-0.1],[-0.106,-0.065],[-0.321,0.197],[0.101,0.024]],\"v\":[[0.389,0.134],[0.304,-0.159],[-0.068,-0.236],[0.037,0.264]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[763.523,379.254],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 92\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":92,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.011,-0.057],[-0.087,-0.228],[-0.048,0.106],[0.268,0.155]],\"o\":[[0.05,0.238],[0.104,-0.083],[0.123,-0.287],[-0.104,0.08]],\"v\":[[-0.328,-0.226],[-0.083,0.464],[0.216,0.214],[-0.034,-0.464]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[625.249,375.581],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 93\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":93,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.046,0.034],[-0.133,0.137],[0.164,-0.309]],\"o\":[[0.152,-0.114],[-0.267,0.003],[0.099,0.033]],\"v\":[[-0.065,0.181],[0.352,-0.21],[-0.352,0.094]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[599.526,583.436],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 94\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":94,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.034,-0.036],[-0.061,0.008],[0.005,0.011],[0.023,0.022]],\"o\":[[0.067,0],[-0.006,-0.012],[-0.023,-0.021],[-0.037,0.036]],\"v\":[[-0.098,0.051],[0.098,0.042],[0.084,0.011],[0.015,-0.052]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[599.976,583.175],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 95\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":95,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.052,0.106],[0.01,-0.098],[-0.049,-0.106],[-0.008,0.092]],\"o\":[[-0.074,0.088],[-0.008,0.098],[0.07,-0.087],[0.011,-0.098]],\"v\":[[0.034,-0.292],[-0.169,-0.025],[-0.034,0.293],[0.167,0.029]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[316.759,658.267],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 96\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":96,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[0.132,0.109],[0.135,-0.108],[-0.135,0.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[649.566,607.55],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 97\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":97,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.093,0.082],[0.209,0.071],[-0.014,-0.063],[-0.289,0.077]],\"o\":[[-0.199,-0.11],[-0.053,-0.02],[0.06,0.295],[0.093,-0.08]],\"v\":[[0.427,0.007],[-0.171,-0.305],[-0.413,-0.07],[0.148,0.248]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[402.23,371.059],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 98\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":98,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.203,-0.055],[0.204,-0.126],[-0.224,-0.054],[-0.219,0.02],[0,0.247]],\"o\":[[-0.227,0.062],[0.204,0.128],[0.206,0.053],[-0.004,-0.248],[-0.221,-0.009]],\"v\":[[-0.014,-0.365],[-0.634,0.004],[-0.017,0.366],[0.634,0.36],[0.63,-0.386]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[428.952,426.464],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 99\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":99,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.033,-0.002],[0,0],[-0.01,0.009],[-0.019,0.027]],\"o\":[[0,0],[0.01,-0.009],[0.02,-0.029],[-0.032,0.001]],\"v\":[[-0.051,-0.046],[-0.051,0.054],[-0.009,0.032],[0.051,-0.054]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[429.638,426.869],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 100\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":100,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.156,-0.401],[-0.053,-0.112],[-0.084,0.091]],\"o\":[[-0.032,0.08],[0.081,-0.092],[-0.09,-0.433]],\"v\":[[-0.182,0.032],[-0.03,0.368],[0.214,0.093]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1003.923,624.583],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 101\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":101,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.12,-0.397],[-0.038,0.033],[-0.13,0.152]],\"o\":[[-0.009,0.01],[0.142,-0.128],[-0.282,-0.031]],\"v\":[[-0.334,0.125],[-0.054,0.238],[0.343,-0.198]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[634.284,604.918],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 102\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":102,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.027,-0.037],[-0.059,0],[0.002,0.015],[0.035,0.023]],\"o\":[[0.061,0.007],[0,-0.015],[-0.033,-0.024],[-0.029,0.036]],\"v\":[[-0.094,0.042],[0.094,0.06],[0.092,0.012],[-0.006,-0.06]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[634.721,604.678],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 103\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":103,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.25,0.055],[-0.044,0.097],[0.084,0.038],[0.016,-0.063]],\"o\":[[0.065,-0.017],[-0.057,-0.092],[-0.058,-0.025],[-0.076,0.304]],\"v\":[[0.117,0.253],[0.255,-0.024],[0.072,-0.283],[-0.18,-0.155]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[361.408,686.672],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 104\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":104,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.063,0.089],[0.123,-0.38],[-0.054,-0.098]],\"o\":[[-0.092,-0.394],[-0.023,0.075],[0.065,-0.088]],\"v\":[[0.187,0.071],[-0.164,0.044],[-0.013,0.336]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[556.542,511.017],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 105\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":105,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.316,0.097],[-0.003,0.127],[0.015,0.198],[0.087,-0.195]],\"o\":[[0.068,-0.022],[0.001,-0.197],[-0.141,0.172],[-0.153,0.339]],\"v\":[[0.178,0.43],[0.281,0.062],[0.25,-0.527],[-0.129,0.002]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[295.295,419.991],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 106\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":106,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.004,-0.072],[-0.033,0.043],[0.023,0.039],[0.011,-0.001]],\"o\":[[0.033,-0.039],[-0.022,-0.043],[-0.008,0],[0.006,0.074]],\"v\":[[-0.046,0.112],[0.057,-0.008],[-0.027,-0.112],[-0.057,-0.107]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[295.591,419.352],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 107\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":107,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.006,-0.034],[-0.032,0.007],[0.008,0.027]],\"o\":[[0,0.033],[0.035,-0.009],[-0.004,-0.026],[0,0]],\"v\":[[-0.054,-0.043],[-0.046,0.043],[0.054,0.021],[0.025,-0.043]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[900.982,357.393],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 108\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":108,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.271,0.104],[0.065,-0.327],[-0.103,-0.013],[-0.24,0.013]],\"o\":[[-0.312,-0.121],[-0.02,0.076],[0.231,0.033],[0.018,-0.269]],\"v\":[[0.136,-0.254],[-0.483,0.063],[-0.222,0.342],[0.485,0.331]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[900.443,357.018],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 109\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":109,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.05,0.004],[0.02,0.026],[0,0],[0,0]],\"o\":[[-0.017,-0.03],[0,0],[0,0],[0.046,-0.002]],\"v\":[[0.137,0.138],[0.087,0.049],[-0.137,-0.145],[-0.008,0.145]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[609.029,355.695],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 110\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":110,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.017,0.332],[0.112,0.009],[0.214,-0.024],[-0.172,-0.098]],\"o\":[[0,-0.078],[-0.215,-0.015],[0.117,0.195],[0.295,0.167]],\"v\":[[0.472,-0.13],[0.167,-0.356],[-0.471,-0.317],[-0.085,0.204]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[609.638,356.151],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 111\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":111,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.052,-0.034],[-0.03,-0.022],[-0.005,0.06]],\"o\":[[0.052,0.033],[0.035,0.021],[0.009,-0.06],[0,0]],\"v\":[[-0.128,-0.087],[0.027,0.015],[0.119,0.087],[0.122,-0.087]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1089.561,753.429],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 112\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":112,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.582,0.009],[0.565,0.026]],\"o\":[[-0.46,-0.305],[0.352,0.562]],\"v\":[[0.748,0.299],[-0.748,-0.309]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1088.685,753.042],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 113\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":113,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.383,-0.125],[0.045,0.044],[0.159,0.125]],\"o\":[[0.031,-0.113],[-0.136,-0.145],[0.023,0.284]],\"v\":[[0.131,0.356],[0.207,0.034],[-0.251,-0.356]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[366.272,353.742],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 114\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":114,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.547,0.331],[-0.479,-0.368]],\"o\":[[0.111,0.553],[-0.031,-0.594]],\"v\":[[-0.365,-0.728],[0.364,0.727]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[999.778,615.406],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 115\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":115,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.003,0.042],[0.04,-0.002],[0.046,-0.04],[-0.081,-0.003]],\"o\":[[-0.043,0],[-0.044,0.038],[0.085,0.002],[0.003,-0.042]],\"v\":[[0.128,-0.062],[0.001,-0.062],[-0.128,0.057],[0.122,0.063]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[681.752,352.453],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 116\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":116,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.227,0.117],[0.228,0.059],[0.228,-0.004],[0.006,-0.25],[-0.207,0.053]],\"o\":[[-0.215,-0.117],[-0.21,-0.053],[-0.007,0.252],[0.223,0],[0.237,-0.059]],\"v\":[[0.668,0.003],[0.018,-0.339],[-0.649,-0.37],[-0.668,0.378],[-0.007,0.34]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[682.548,352.012],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 117\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":117,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.231,0.27],[0.064,0.072],[0.159,0.126],[-0.024,-0.183]],\"o\":[[0.057,-0.066],[-0.132,-0.149],[-0.004,0.189],[0.048,0.379]],\"v\":[[0.221,0.239],[0.198,-0.118],[-0.259,-0.509],[-0.254,0.054]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[352.243,350.544],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 118\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":118,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.234,0.062],[-0.042,0.094],[0.079,0.036],[0.016,-0.065]],\"o\":[[0.065,-0.018],[-0.055,-0.086],[-0.053,-0.021],[-0.07,0.291]],\"v\":[[0.11,0.238],[0.24,-0.03],[0.066,-0.279],[-0.17,-0.14]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[301.074,411.942],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 119\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":119,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.166,0.137],[0.166,0.004],[-0.157,-0.137]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[724.138,441.332],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 120\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":120,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.046,-0.039],[0.009,0.073],[0.019,0.005],[0.013,-0.04]],\"o\":[[-0.008,-0.069],[-0.02,-0.005],[-0.018,0.038],[0.043,0.04]],\"v\":[[0.067,0.119],[0.036,-0.097],[-0.016,-0.119],[-0.067,-0.002]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[528.048,344.158],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 121\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":121,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.226,0.272],[0.069,0.082],[0.148,0.121],[-0.021,-0.175]],\"o\":[[0.046,-0.059],[-0.126,-0.141],[0.025,0.177],[0.049,0.39]],\"v\":[[0.231,0.226],[0.148,-0.119],[-0.276,-0.499],[-0.203,0.03]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[528.392,344.775],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 122\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":122,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.052,0.223],[0.092,0.039],[0.054,-0.078],[-0.062,-0.013]],\"o\":[[-0.014,-0.06],[-0.089,0.051],[-0.018,0.034],[0.285,0.07]],\"v\":[[0.246,-0.103],[-0.023,-0.229],[-0.279,-0.062],[-0.143,0.159]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[758.057,405.803],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 123\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":123,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.022,0.004],[0.049,0.306],[0.145,-0.151]],\"o\":[[0.453,-0.093],[-0.166,0.131],[-0.033,0.032]],\"v\":[[-0.151,0.348],[0.216,-0.352],[-0.269,0.055]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[333.433,343.764],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 124\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":124,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.623,0.537],[0,0]],\"o\":[[0,0],[0.628,-0.717]],\"v\":[[-0.314,-0.683],[-0.314,0.683]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[516.823,396.278],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 125\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":125,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.03,-0.267],[-0.092,0.009],[-0.032,0.077]],\"o\":[[0.005,0.038],[0.039,-0.003],[-0.258,-0.172]],\"v\":[[-0.167,0.114],[0.105,0.191],[0.197,-0.027]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[772.012,394.945],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 126\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":126,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.087,0.029],[0.026,0.111],[0.003,-0.038],[-0.029,-0.112]],\"o\":[[-0.029,-0.112],[-0.093,0.031],[-0.005,0.106],[0.09,-0.031]],\"v\":[[0.176,0.12],[0.091,-0.211],[-0.17,-0.119],[-0.091,0.212]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[995.638,614.396],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 127\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":127,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.046,0.102],[0.274,0.135],[0.04,-0.102],[-0.283,-0.102]],\"o\":[[0.134,-0.281],[-0.104,0.078],[-0.122,0.286],[0.068,0.023]],\"v\":[[0.269,0.195],[0.019,-0.444],[-0.28,-0.209],[-0.016,0.421]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[685.523,336.659],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 128\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":128,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[0.1,0.12],[0.003,-0.12],[-0.1,0.115]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[353.12,439.985],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 129\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":129,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.114,0.043],[0.06,0.036],[0.086,-0.047],[-0.373,-0.088]],\"o\":[[-0.023,-0.094],[-0.095,-0.059],[-0.314,0.17],[0.096,0.024]],\"v\":[[0.372,0.122],[0.293,-0.148],[-0.059,-0.211],[0.038,0.233]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[579.13,595.965],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 130\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":130,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,-0.105],[-0.28,-0.131],[-0.039,0.105],[0.289,0.092]],\"o\":[[-0.108,0.285],[0.098,-0.086],[0.111,-0.286],[-0.065,-0.017]],\"v\":[[-0.28,-0.189],[0.002,0.446],[0.278,0.188],[-0.009,-0.429]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[760.778,392.162],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 131\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":131,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.084,0.083],[0.013,0.001],[0.159,-0.078],[0.115,-0.194],[-0.216,0.009]],\"o\":[[0.054,-0.051],[-0.217,-0.062],[-0.171,0.085],[0.221,0.018],[0.116,-0.005]],\"v\":[[0.467,0.143],[0.51,-0.113],[-0.138,-0.237],[-0.523,0.271],[0.135,0.306]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[194.543,391.817],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 132\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":132,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.014,0.024],[0.037,0.001],[-0.008,-0.011],[-0.017,-0.019]],\"o\":[[-0.038,-0.002],[0.004,0.009],[0.015,0.018],[0.016,-0.023]],\"v\":[[0.055,-0.035],[-0.055,-0.04],[-0.039,-0.009],[0.012,0.04]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[193.965,392.124],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 133\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":133,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[0.159,0.023],[-0.135,-0.128],[-0.159,0.128]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[774.506,390.915],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 134\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":134,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.076,-0.031],[0.266,-0.026],[-0.005,-0.09]],\"o\":[[0.174,-0.248],[-0.036,0.006],[0.003,0.031]],\"v\":[[0.026,0.19],[-0.113,-0.164],[-0.195,0.099]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[774.913,388.002],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 135\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":135,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.065,-0.202],[-0.065,0.016],[0.099,0.271],[0.087,0.08]],\"o\":[[-0.017,0.048],[0.282,-0.069],[-0.035,-0.097],[-0.103,0.188]],\"v\":[[-0.308,0.169],[-0.067,0.39],[0.227,-0.162],[-0.023,-0.406]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[985.777,496.374],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 136\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":136,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.19,-0.172],[-0.095,0.024],[0.033,0.002]],\"o\":[[0.042,0.036],[-0.028,-0.071],[-0.307,-0.015]],\"v\":[[-0.043,0.123],[0.233,0.061],[0.15,-0.144]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[294.871,382.624],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 137\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":137,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.245,0.024],[0.003,0.091],[0.072,0.03]],\"o\":[[0.037,-0.004],[0,-0.029],[-0.161,0.242]],\"v\":[[0.103,0.164],[0.18,-0.098],[-0.022,-0.188]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[330.792,382.163],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 138\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":138,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.37,-0.174],[-0.089,0.331],[0.073,0.024],[0.355,0.075]],\"o\":[[0.322,0.152],[0.027,-0.102],[-0.349,-0.107],[-0.022,0.407]],\"v\":[[-0.051,0.349],[0.595,0.095],[0.464,-0.255],[-0.6,-0.5]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[270.698,634.969],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 139\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":139,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.037,-0.008],[-0.009,0.048],[0.023,-0.009],[0.004,-0.019]],\"o\":[[0,-0.041],[-0.023,0.009],[-0.005,0.02],[0.032,0.006]],\"v\":[[0.051,0.055],[0.033,-0.055],[-0.036,-0.027],[-0.051,0.033]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[270.047,634.414],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 140\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":140,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.1,-0.086],[-0.078,0.085],[-0.149,0.215],[0.171,-0.017],[-0.116,-0.41]],\"o\":[[0.128,-0.039],[0.177,-0.188],[-0.185,-0.125],[-0.443,0.042],[0.029,0.105]],\"v\":[[-0.218,0.559],[0.16,0.44],[0.614,-0.193],[0.062,-0.542],[-0.498,0.299]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[657.852,611.168],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 141\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":141,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.018,0.189],[0.176,0.147],[-0.244,-0.262],[-0.212,0.054]],\"o\":[[-0.013,-0.16],[-0.435,0.027],[0.15,0.163],[0.172,-0.041]],\"v\":[[0.654,-0.085],[0.154,-0.531],[-0.427,0.258],[0.28,0.477]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[575.949,597.472],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 142\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":142,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.139,-0.196],[-0.149,0.186],[0.136,0.197],[0.009,-0.187]],\"o\":[[0.145,-0.185],[-0.137,-0.198],[-0.144,0.183],[-0.003,0.196]],\"v\":[[-0.032,0.573],[0.413,0.019],[0.003,-0.573],[-0.41,-0.021]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1022.139,587.716],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 143\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":143,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.027,0.314],[0.086,0.035],[0.104,-0.026],[-0.055,-0.058]],\"o\":[[0.006,-0.083],[-0.079,-0.029],[0.017,0.105],[0.242,0.237]],\"v\":[[0.25,-0.046],[0.052,-0.294],[-0.251,-0.223],[-0.201,0.086]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1054.641,512.21],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 144\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":144,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.29,-0.14],[0.029,-0.114],[-0.317,-0.011],[0.011,0.297]],\"o\":[[-0.109,0.052],[-0.09,0.28],[0.294,0.013],[-0.075,-0.329]],\"v\":[[-0.116,-0.331],[-0.358,-0.04],[0.013,0.458],[0.438,-0.021]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[792.021,365.043],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 145\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":145,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.21,-0.058],[-0.003,-0.158],[-0.193,-0.123],[-0.107,0.303],[-0.027,0.241]],\"o\":[[-0.2,0.056],[0.01,0.198],[0.249,0.157],[0.078,-0.223],[-0.236,-0.036]],\"v\":[[-0.104,-0.569],[-0.582,-0.099],[-0.153,0.47],[0.474,0.196],[0.586,-0.517]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[364.507,478.694],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 146\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":146,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.114,-0.057],[-0.158,-0.172],[-0.007,0.068],[0.307,0.008]],\"o\":[[0.163,0.174],[0.106,-0.059],[0.033,-0.304],[-0.11,-0.002]],\"v\":[[-0.41,-0.178],[0.071,0.342],[0.377,0.165],[-0.071,-0.34]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[665.293,473.821],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 147\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":147,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.05,-0.056],[-0.077,0.022],[-0.016,0.034],[0.048,0]],\"o\":[[0.082,-0.021],[0.022,-0.034],[-0.046,0],[-0.049,0.059]],\"v\":[[-0.144,0.085],[0.093,0.023],[0.144,-0.08],[0.001,-0.085]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[604.103,456.638],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 148\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":148,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.269,-0.2],[-0.073,0.084],[-0.209,0.26],[0.291,-0.133]],\"o\":[[0.052,0.04],[0.224,-0.247],[-0.315,0.083],[-0.307,0.138]],\"v\":[[-0.352,0.43],[-0.018,0.298],[0.621,-0.47],[-0.303,-0.178]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[603.338,457.194],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 149\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":149,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.329,-0.134],[0.018,-0.117],[-0.406,0.115],[-0.096,0.091]],\"o\":[[-0.105,0.044],[-0.088,0.508],[0.113,-0.034],[0.077,-0.42]],\"v\":[[-0.211,-0.516],[-0.448,-0.208],[0.17,0.535],[0.459,0.274]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[134.205,455.753],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 150\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":150,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.183,0.157],[-0.008,0.124],[0.035,-0.018],[0.13,-0.18],[-0.299,-0.028]],\"o\":[[0.065,-0.059],[-0.086,-0.092],[-0.223,0.096],[-0.191,0.256],[0.19,0.015]],\"v\":[[0.476,0.127],[0.511,-0.231],[0.264,-0.49],[-0.35,-0.11],[-0.127,0.493]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[754.8,403.577],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 151\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":151,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.147,0.17],[0.037,-0.162],[-0.156,-0.154],[0.058,0.389]],\"o\":[[-0.186,0.125],[-0.045,0.206],[0.235,0.23],[-0.025,-0.187]],\"v\":[[0.051,-0.649],[-0.483,-0.264],[-0.271,0.418],[0.469,-0.139]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[321.02,394.512],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 152\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":152,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.417,0.354],[0.228,-0.018],[-0.163,-0.312],[-0.179,-0.309],[-0.27,0.004]],\"o\":[[-0.158,-0.132],[-0.354,0.026],[0.166,0.312],[0.269,-0.005],[-0.05,-0.471]],\"v\":[[0.367,-0.611],[-0.323,-0.736],[-0.622,-0.169],[-0.087,0.754],[0.716,0.739]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[686.055,341.742],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 153\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":153,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.207],[0.107,0.2],[-0.002,-0.205],[-0.113,-0.202]],\"o\":[[-0.004,-0.201],[-0.1,0.208],[0.006,0.205],[0.099,-0.212]],\"v\":[[0.29,-0.016],[-0.01,-0.614],[-0.288,0.008],[0.017,0.614]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[530.883,342.173],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 154\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":154,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.093,-0.032],[-0.612,-0.598],[-0.215,-0.06],[0.002,0.531]],\"o\":[[-0.817,0.271],[0.147,0.145],[0,-0.526],[-0.099,0]],\"v\":[[0.314,-0.765],[-0.005,0.565],[0.617,0.797],[0.606,-0.789]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[948.271,838.661],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 155\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":155,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.263,0.176],[0.067,-0.09],[0.184,-0.256],[-0.269,0.122]],\"o\":[[-0.063,-0.041],[-0.204,0.234],[0.301,-0.07],[0.302,-0.139]],\"v\":[[0.324,-0.407],[-0.019,-0.297],[-0.587,0.448],[0.285,0.191]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1041.406,801.698],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 156\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":156,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.042,0.06],[0.079,-0.023],[-0.009,-0.042],[-0.021,-0.005]],\"o\":[[-0.079,0.016],[0.009,0.035],[0.024,0],[0.043,-0.06]],\"v\":[[0.12,-0.087],[-0.12,-0.027],[-0.078,0.082],[-0.011,0.087]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1040.698,802.234],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 157\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":157,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.077,-0.014],[0.043,0.055],[0.042,0.03],[-0.003,-0.063]],\"o\":[[-0.039,-0.055],[-0.041,-0.032],[0.004,0.07],[0.076,0.016]],\"v\":[[0.123,0.125],[0.003,-0.038],[-0.123,-0.125],[-0.106,0.074]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1082.834,775.84],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 158\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":158,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.011,0.334],[0.095,0.023],[0.293,0.065],[-0.229,-0.204]],\"o\":[[0.002,-0.104],[-0.285,-0.087],[0.184,0.259],[0.255,0.228]],\"v\":[[0.537,0.022],[0.333,-0.272],[-0.539,-0.479],[0.043,0.25]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1083.496,776.443],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 159\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":159,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.125,0.282],[0.1,0.033],[0.006,-0.345],[-0.122,-0.177]],\"o\":[[-0.044,-0.09],[-0.434,-0.133],[-0.003,0.169],[0.378,0.032]],\"v\":[[0.477,-0.174],[0.219,-0.395],[-0.599,-0.031],[-0.249,0.497]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[993.585,770.662],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 160\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":160,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.047,-0.094],[-0.129,0.154],[0.048,0.098],[0.129,-0.156]],\"o\":[[0.155,-0.135],[0.029,-0.032],[-0.154,0.136],[-0.027,0.03]],\"v\":[[-0.154,0.344],[0.293,-0.063],[0.155,-0.344],[-0.294,0.075]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[524.876,385.616],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 161\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":161,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.169,0.14],[0.115,-0.171],[-0.314,-0.073],[0.133,0.327]],\"o\":[[-0.193,0.132],[-0.151,0.239],[0.46,0.101],[-0.068,-0.174]],\"v\":[[0.045,-0.515],[-0.516,-0.126],[-0.206,0.414],[0.534,-0.093]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1012.669,748.022],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 162\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":162,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.032,0.217],[0.291,-0.111],[-0.178,-0.253],[-0.215,-0.107]],\"o\":[[-0.038,-0.308],[-0.294,0.133],[0.119,0.171],[0.092,-0.23]],\"v\":[[0.508,-0.146],[-0.101,-0.432],[-0.362,0.199],[0.255,0.543]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[984.637,717.734],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 163\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":163,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.055],[-0.316,0.074],[0,0.082],[0.066,0.226]],\"o\":[[-0.282,0.31],[0.103,-0.025],[-0.002,-0.232],[-0.002,-0.019]],\"v\":[[-0.065,-0.456],[0.102,0.438],[0.347,0.19],[0.211,-0.492]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[883.122,699.372],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 164\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":164,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.019,0.062],[0.114,0.18],[0.155,-0.171],[-0.204,-0.081]],\"o\":[[-0.074,-0.196],[-0.152,0.165],[0.19,0.111],[0.029,0.012]],\"v\":[[0.382,0.135],[0.058,-0.417],[-0.401,0.086],[0.176,0.406]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[983.891,696.67],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 165\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":165,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.157,0.261],[0.224,-0.2],[0.067,-0.096],[-0.179,-0.091]],\"o\":[[-0.144,-0.231],[-0.087,0.076],[0.179,0.092],[0.312,-0.077]],\"v\":[[0.332,-0.153],[-0.282,-0.175],[-0.489,0.109],[0.048,0.384]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[357.827,431.215],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 166\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":166,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.012,-0.079],[-0.308,-0.031],[-0.1,0.072],[0.314,-0.01]],\"o\":[[-0.043,0.302],[0.089,0.009],[0.051,-0.324],[-0.116,0]],\"v\":[[-0.367,-0.179],[0.066,0.365],[0.359,0.148],[-0.039,-0.364]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[367.802,694.591],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 167\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":167,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.12,-0.304],[-0.289,-0.134],[-0.154,0.305],[0.176,0.133]],\"o\":[[-0.117,0.296],[0.295,0.14],[-0.092,-0.242],[-0.252,-0.185]],\"v\":[[-0.417,-0.179],[-0.146,0.504],[0.534,0.245],[0.241,-0.459]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[290.144,663.621],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 168\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":168,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.046,0.302],[0.063,0.234],[0.134,-0.163],[-0.278,-0.133]],\"o\":[[0.035,-0.219],[-0.204,0.107],[-0.188,0.234],[0.27,0.13]],\"v\":[[0.462,0.142],[0.293,-0.554],[-0.309,-0.22],[-0.126,0.424]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[426.468,429.417],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 169\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":169,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.255,0.213],[-0.034,0.112],[0.322,0.036],[0.215,-0.019],[-0.087,-0.203]],\"o\":[[0.093,-0.072],[0.085,-0.277],[-0.209,-0.018],[0.039,0.22],[0.135,0.288]],\"v\":[[0.237,0.3],[0.467,0.016],[0.089,-0.495],[-0.552,-0.469],[-0.405,0.188]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[320.256,660.626],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 170\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":170,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.041,0],[0.008,0.034],[0.046,0.028],[0,-0.104]],\"o\":[[-0.005,-0.033],[-0.043,-0.024],[0.011,0.061],[0.042,-0.005]],\"v\":[[0.076,0.088],[0.059,-0.011],[-0.076,-0.092],[-0.049,0.093]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[319.628,660.071],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 171\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":171,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.27,0.189],[-0.111,0.196],[0.145,0.183],[0.052,-0.189]],\"o\":[[0.163,-0.114],[-0.148,-0.188],[-0.164,0.167],[-0.106,0.403]],\"v\":[[0.165,0.467],[0.509,-0.104],[0.069,-0.656],[-0.403,-0.156]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[308.425,655.539],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 172\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":172,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.292],[0.17,0.157],[0.025,-0.22],[-0.096,-0.011]],\"o\":[[-0.175,-0.162],[-0.069,0.218],[-0.006,0.077],[0.301,0.039]],\"v\":[[0.357,0.011],[-0.165,-0.464],[-0.35,0.185],[-0.102,0.424]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[316.123,654.434],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 173\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":173,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.076,0.231],[0.097,0.01],[-0.035,-0.473],[-0.079,-0.103],[-0.064,0.078]],\"o\":[[0.017,-0.049],[-0.413,-0.044],[0.006,0.109],[0.116,-0.04],[0.139,-0.199]],\"v\":[[0.456,-0.249],[0.198,-0.487],[-0.437,0.23],[-0.221,0.531],[0.13,0.407]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[997.552,641.024],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 174\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":174,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.307,-0.132],[-0.07,0.062],[-0.156,0.188],[0.12,0.18],[0.168,-0.175]],\"o\":[[0.104,0.047],[0.18,-0.155],[-0.119,-0.183],[-0.204,0.145],[-0.235,0.256]],\"v\":[[-0.232,0.505],[0.124,0.515],[0.598,-0.04],[0.244,-0.576],[-0.364,-0.133]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[520.646,641.012],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 175\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":175,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.143,-0.309],[-0.12,-0.03],[-0.016,0.319],[0.32,-0.025]],\"o\":[[0.05,0.106],[0.304,0.073],[0.015,-0.303],[-0.349,0.066]],\"v\":[[-0.366,0.145],[-0.053,0.384],[0.494,-0.011],[-0.027,-0.432]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[289.173,425.804],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 176\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":176,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.041,0.02],[0.073,0],[0.006,-0.03],[0,0]],\"o\":[[-0.068,-0.005],[-0.006,0.024],[0,0],[0.038,-0.024]],\"v\":[[0.111,-0.022],[-0.096,-0.043],[-0.11,0.043],[-0.01,0.043]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1080.288,774.878],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 177\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":177,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.018,0.063],[1.008,-0.318],[0.19,-0.105],[-0.704,-0.472]],\"o\":[[-0.393,-1.09],[-0.204,0.064],[0.861,0.047],[-0.002,-0.062]],\"v\":[[1.139,0.54],[-0.574,-0.416],[-1.156,-0.126],[1.156,0.733]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1081.555,774.981],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 178\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":178,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.319,-0.145],[-0.4,-0.189],[-0.346,-0.081],[-0.009,0.519]],\"o\":[[-0.398,0.174],[0.311,0.148],[0.005,-0.518],[-0.35,0.079]],\"v\":[[-0.316,-0.496],[-0.315,0.493],[0.696,0.776],[0.714,-0.776]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[334.611,937.055],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 179\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":179,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.264,-0.179],[0.125,-0.221],[-0.198,-0.136],[-0.084,0.329],[0.081,0.223]],\"o\":[[-0.192,0.125],[0.158,0.19],[0.283,0.191],[0.056,-0.223],[-0.112,-0.297]],\"v\":[[-0.211,-0.612],[-0.604,0.033],[-0.125,0.6],[0.547,0.359],[0.469,-0.367]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1051.586,906.579],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 180\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":180,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.315,0.077],[-0.027,0.114],[0.304,0.031],[0.017,-0.306]],\"o\":[[0.106,-0.025],[0.073,-0.305],[-0.305,-0.032],[0.074,0.309]],\"v\":[[0.127,0.412],[0.391,0.125],[0.023,-0.457],[-0.464,0.026]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[670.348,343.376],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 181\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":181,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.226,-0.015],[0.072,0.308],[0.197,0.155],[0.106,-0.063],[-0.235,-0.234]],\"o\":[[0.294,0.022],[-0.171,-0.189],[-0.072,-0.054],[-0.275,0.164],[0.171,0.172]],\"v\":[[0.234,0.564],[0.575,0.022],[0.055,-0.533],[-0.323,-0.469],[-0.412,0.198]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[473.741,324.225],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 182\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":182,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.13,0.174],[0.422,0.227],[0.123,-0.308],[-0.335,-0.17]],\"o\":[[0.255,-0.335],[-0.277,-0.157],[-0.169,0.428],[0.231,-0.096]],\"v\":[[0.449,0.42],[0.117,-0.569],[-0.535,-0.323],[-0.228,0.726]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[813.88,350.317],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 183\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":183,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.013,0.052],[0.021,-0.026],[-0.011,-0.029],[-0.029,-0.005]],\"o\":[[-0.023,0.024],[0.011,0.031],[0.029,0],[-0.014,-0.053]],\"v\":[[0.016,-0.083],[-0.057,-0.01],[-0.025,0.083],[0.057,0.074]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[332.942,914.774],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 184\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":184,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.114,0.196],[0.225,0.014],[-0.067,-0.294],[-0.124,-0.465],[-0.17,0.304]],\"o\":[[-0.121,-0.196],[-0.293,-0.014],[0.105,0.471],[0.249,-0.263],[0.106,-0.188]],\"v\":[[0.468,-0.572],[-0.17,-0.972],[-0.551,-0.415],[-0.188,0.986],[0.513,0.176]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[333.146,913.706],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 185\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":185,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,0.125],[0.32,-0.129],[0.01,-0.09],[-0.124,-0.091],[-0.325,-0.132],[0.016,0.213]],\"o\":[[-0.082,-0.337],[-0.113,0.048],[-0.023,0.227],[0.276,0.201],[-0.004,-0.215],[-0.012,-0.126]],\"v\":[[0.415,-0.281],[-0.197,-0.61],[-0.479,-0.366],[-0.409,0.298],[0.533,0.738],[0.51,0.094]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[430.678,440.117],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 186\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":186,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.082,0.318],[0.107,0.22],[0.212,-0.183],[-0.018,-0.101],[-0.158,-0.171]],\"o\":[[0.054,-0.226],[-0.136,-0.291],[-0.087,0.079],[0.052,0.244],[0.22,0.253]],\"v\":[[0.427,0.349],[0.296,-0.398],[-0.307,-0.553],[-0.463,-0.213],[-0.193,0.483]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1134.698,820.179],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 187\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":187,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.217,0.506],[0.062,0.068],[0.389,-0.11],[-0.001,-0.063],[-0.134,-0.111]],\"o\":[[-0.008,-0.119],[-0.288,-0.312],[-0.12,0.033],[0.009,0.215],[0.489,0.416]],\"v\":[[0.685,0.047],[0.65,-0.304],[-0.402,-0.559],[-0.71,-0.361],[-0.561,0.253]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1070.766,748.325],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 188\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":188,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.373,-0.027],[-0.072,0.158],[-0.051,0.355],[0.267,-0.3]],\"o\":[[0.227,0.016],[0.14,-0.315],[-0.386,-0.091],[-0.319,0.358]],\"v\":[[-0.224,0.687],[0.448,0.431],[0.647,-0.613],[-0.328,-0.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[376.012,380.381],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 189\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":189,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.024],[-0.031,-0.01],[0.005,0.039],[0.024,-0.011]],\"o\":[[0.027,0.008],[-0.017,-0.043],[-0.023,0.011],[-0.005,0.023]],\"v\":[[-0.041,0.048],[0.042,0.051],[0.036,-0.056],[-0.034,-0.024]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[376.701,379.721],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 190\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":190,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.229,0.046],[-0.065,0.104],[0.535,-0.07],[-0.013,-0.033],[-0.233,-0.244]],\"o\":[[0.084,-0.014],[-0.056,-0.514],[-0.104,0.015],[0.142,0.326],[0.107,0.12]],\"v\":[[0.498,0.547],[0.694,0.255],[-0.406,-0.596],[-0.682,-0.377],[-0.181,0.547]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1032.785,744.424],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 191\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":191,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.631,-0.169],[-0.817,0.082],[0,0.113],[0.088,0.083]],\"o\":[[0.245,0.915],[0.07,-0.005],[0,-0.119],[-0.524,-0.504]],\"v\":[[-0.963,-0.428],[0.805,0.546],[0.963,0.227],[0.809,-0.124]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[901.999,357.842],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 192\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":192,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.101,0.201],[0.275,-0.102],[-0.212,-0.414],[-0.196,-0.118]],\"o\":[[-0.092,-0.52],[-0.279,0.103],[0.087,0.173],[0.101,-0.201]],\"v\":[[0.541,0.125],[-0.126,-0.627],[-0.329,0.365],[0.238,0.729]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[159.724,499.38],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 193\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":193,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.598,-0.291],[-0.13,0.133],[0.096,0.177],[0.625,0.006]],\"o\":[[0.174,0.087],[0.12,-0.122],[-0.342,-0.623],[-0.016,0.664]],\"v\":[[0.047,0.69],[0.71,0.583],[0.75,-0.075],[-0.829,-0.776]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1106.172,770.001],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 194\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":194,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.137,0.178],[0.421,0.185],[0.12,-0.311],[-0.34,-0.144]],\"o\":[[0.256,-0.344],[-0.291,-0.129],[-0.169,0.428],[0.231,-0.105]],\"v\":[[0.45,0.361],[0.115,-0.565],[-0.536,-0.28],[-0.221,0.694]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[772.692,363.107],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 195\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":195,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.197,0.238],[0.307,0.108],[0.09,-0.064],[-0.215,-0.212]],\"o\":[[0.139,-0.286],[-0.097,-0.038],[-0.25,0.176],[0.215,0.209]],\"v\":[[0.362,0.189],[0.128,-0.432],[-0.222,-0.372],[-0.285,0.261]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[647.952,595.586],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 196\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":196,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.107,-0.065],[-0.13,-0.01],[-0.268,0.391],[0.228,0.106],[0.111,-0.067],[0.005,-0.1]],\"o\":[[0.107,0.068],[0.417,0.022],[-0.338,-0.164],[-0.283,0.06],[-0.109,0.067],[-0.006,0.098]],\"v\":[[-0.612,0.294],[-0.228,0.399],[0.853,0.008],[-0.058,-0.422],[-0.603,-0.294],[-0.846,-0.003]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1033.392,747.309],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 197\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":197,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.071,0.086],[0.428,-0.104],[0.069,-0.104],[-0.038,-0.101],[-0.409,0.048],[-0.201,0.151]],\"o\":[[-0.294,-0.34],[-0.12,0.03],[-0.063,0.091],[0.165,0.426],[0.216,-0.024],[-0.022,-0.129]],\"v\":[[0.725,-0.214],[-0.39,-0.542],[-0.706,-0.308],[-0.758,0.043],[0.19,0.598],[0.792,0.169]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[399.204,371.105],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 198\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":198,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.012,-0.029],[-0.04,-0.009],[0.004,0.013],[0.021,0.023]],\"o\":[[0.041,0.01],[-0.003,-0.011],[-0.023,-0.024],[-0.011,0.027]],\"v\":[[-0.06,0.022],[0.06,0.053],[0.046,0.014],[-0.021,-0.053]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[337.022,423.568],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 199\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":199,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.152,-0.181],[-0.433,-0.08],[-0.271,0.672],[0.488,0.053]],\"o\":[[-0.213,0.253],[0.756,0.141],[-0.479,-0.127],[-0.208,-0.024]],\"v\":[[-0.942,-0.294],[-0.352,0.531],[1.155,-0.315],[-0.292,-0.647]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[335.807,423.904],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 200\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":200,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.062,0.12],[0.076,0.074],[0.244,-0.202],[-0.419,0.01],[-0.217,0.129]],\"o\":[[-0.035,-0.12],[-0.225,-0.205],[-0.443,0.365],[0.24,-0.007],[0.097,-0.057]],\"v\":[[0.656,-0.04],[0.547,-0.393],[-0.18,-0.372],[-0.237,0.588],[0.47,0.314]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1001.292,633.542],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 201\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":201,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.11,0.023],[-0.143,-0.623],[-0.103,-0.015],[0.277,0.512]],\"o\":[[-0.511,-0.11],[0.024,0.112],[0.464,0.067],[-0.06,-0.11]],\"v\":[[0.199,-0.652],[-0.615,0.419],[-0.342,0.695],[0.48,-0.387]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[337.924,371.944],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 202\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":202,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.87,-0.139],[-0.196,0.16],[0.072,0.111],[0.868,-0.267]],\"o\":[[0.19,0.027],[0.026,-0.024],[-0.48,-0.77],[0.073,0.927]],\"v\":[[0.43,0.892],[1.067,0.506],[0.913,0.156],[-1.093,-0.652]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1104.695,765.745],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 203\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":203,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.032,0.009],[0.002,0.023],[0.037,0],[-0.002,-0.032]],\"o\":[[-0.002,-0.021],[-0.042,0.003],[0.003,0.027],[0.033,-0.011]],\"v\":[[0.052,0.028],[0.039,-0.03],[-0.052,-0.045],[-0.038,0.044]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1103.551,765.064],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 204\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":204,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.162,0.157],[0.303,-0.079],[0.04,-0.107],[-0.274,0.011]],\"o\":[[-0.042,-0.299],[-0.101,0.024],[-0.103,0.282],[0.169,-0.008]],\"v\":[[0.441,-0.005],[-0.081,-0.365],[-0.337,-0.104],[-0.047,0.434]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[362.482,692.364],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 205\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":205,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.146,-0.133],[-0.359,0.021],[-0.203,0.125],[0.299,0.079]],\"o\":[[-0.283,0.28],[0.211,-0.014],[0.121,-0.297],[-0.196,-0.046]],\"v\":[[-0.365,-0.325],[-0.091,0.51],[0.527,0.165],[0.284,-0.485]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[991.016,691.477],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 206\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":206,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.171,0.337],[0.187,0.169],[-0.218,-0.317],[-0.229,-0.079]],\"o\":[[-0.149,-0.293],[-0.53,0.128],[0.139,0.198],[0.338,0.115]],\"v\":[[0.648,-0.116],[-0.029,-0.771],[-0.601,0.189],[-0.003,0.656]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[937.775,726.708],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 207\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":207,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.593,-0.004],[0.206,-0.142],[-0.077,-0.08],[-0.408,-0.307],[-0.223,0.05],[0.278,0.359]],\"o\":[[-0.224,0.107],[-0.038,0.028],[0.351,0.372],[0.155,0.117],[0.326,-0.075],[-0.332,-0.43]],\"v\":[[-0.429,-0.941],[-1.098,-0.596],[-1.019,-0.236],[0.096,0.827],[0.789,0.863],[0.859,-0.158]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[703.843,430.285],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 208\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":208,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.055,0.112],[0.218,0.313],[0.125,-0.008],[0.027,-0.088],[-0.606,-0.2],[-0.183,0.143]],\"o\":[[-0.174,-0.342],[-0.065,-0.092],[-0.087,0.005],[-0.212,0.907],[0.212,-0.113],[0.062,-0.048]],\"v\":[[0.668,0.204],[0.081,-0.791],[-0.288,-0.921],[-0.533,-0.708],[0.057,0.929],[0.683,0.588]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1137.501,801.159],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 209\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":209,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.219,-0.095],[-0.029,0.11],[0.552,0.07],[0.085,-0.072],[-0.341,-0.352]],\"o\":[[0.099,-0.095],[0.16,-0.599],[-0.104,-0.011],[-0.275,0.233],[0.164,0.169]],\"v\":[[0.291,0.732],[0.57,0.45],[-0.123,-0.721],[-0.455,-0.597],[-0.38,0.427]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[471.098,329.508],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 210\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":210,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.226,-0.334],[-0.239,-0.199],[-0.056,0.18],[0.152,0.16],[0.234,0.027]],\"o\":[[0.178,0.271],[0.299,-0.212],[0.06,-0.184],[-0.153,-0.152],[-0.403,-0.052]],\"v\":[[-0.619,0.086],[0.123,0.733],[0.786,0.235],[0.567,-0.428],[-0.097,-0.681]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1032.992,791.583],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 211\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":211,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.098,0.055],[0.009,0.105],[0.473,0.306],[0.067,-0.187],[-0.602,-0.265]],\"o\":[[0.097,-0.06],[-0.033,-0.513],[-0.196,0.145],[-0.189,0.527],[0.097,0.043]],\"v\":[[0.495,0.754],[0.698,0.457],[0.045,-0.836],[-0.518,-0.404],[0.14,0.793]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[331.574,910.22],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 212\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":212,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.413,0.116],[-0.198,0.147],[0.065,0.114],[0.443,-0.09],[-0.183,-0.265]],\"o\":[[0.227,-0.066],[-0.03,-0.136],[-0.223,-0.376],[-0.389,0.074],[0.252,0.365]],\"v\":[[0.321,0.64],[0.924,0.207],[0.83,-0.195],[-0.179,-0.666],[-0.741,0.255]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1004.565,746.999],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 213\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":213,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.125,0.272],[-0.092,0.239],[0.053,0.109],[0.173,0.04],[0.102,-0.182],[0.011,-0.373],[-0.201,-0.107]],\"o\":[[0.109,-0.232],[-0.012,-0.136],[-0.117,-0.223],[-0.182,-0.041],[-0.181,0.33],[-0.005,0.176],[0.275,0.141]],\"v\":[[0.423,0.663],[0.702,-0.055],[0.649,-0.44],[0.236,-1.022],[-0.388,-0.696],[-0.697,0.4],[-0.232,0.922]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1038.51,904.58],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 214\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":214,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,0],[0,0],[-0.049,0.042],[0,0]],\"o\":[[0,0],[0.061,-0.051],[0,0],[-0.042,-0.002]],\"v\":[[-0.067,-0.067],[-0.067,0.067],[0.066,-0.057],[0.066,-0.065]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[634.721,603.842],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 215\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":215,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.185,0.1],[0.098,0.082],[0.207,-0.228],[-0.029,-0.212],[-0.182,-0.032],[-0.48,-0.008],[0.006,0.258]],\"o\":[[-0.114,-0.064],[-0.228,-0.204],[-0.156,0.171],[0.033,0.212],[0.462,0.083],[0,-0.256],[-0.186,-0.094]],\"v\":[[0.375,-0.295],[0.057,-0.522],[-0.655,-0.546],[-0.914,0.128],[-0.481,0.69],[0.943,0.761],[0.937,-0.012]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[633.711,603.014],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 216\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":216,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.312,-0.17],[-0.011,-0.427],[-0.082,-0.014],[-0.085,0.11],[-0.099,0.237]],\"o\":[[-0.389,0.217],[0.004,0.112],[0.225,0.043],[0.22,-0.291],[-0.185,-0.485]],\"v\":[[-0.077,-0.62],[-0.626,0.368],[-0.446,0.68],[0.223,0.68],[0.638,-0.228]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[526.411,371.999],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 217\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":217,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.151,0.293],[0.35,0.133],[0.028,-0.44],[-0.196,-0.141]],\"o\":[[0.229,-0.438],[-0.364,-0.14],[0.139,0.224],[0.264,0.183]],\"v\":[[0.45,0.404],[0.195,-0.683],[-0.679,-0.012],[-0.254,0.64]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[714.178,780.436],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 218\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":218,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.584,-0.174],[-0.063,0.349],[0.152,0.174],[0.04,-0.425]],\"o\":[[0.148,-0.333],[0.041,-0.207],[-0.231,-0.265],[-0.053,0.574]],\"v\":[[0.172,0.978],[0.559,-0.033],[0.307,-0.713],[-0.547,-0.205]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[527.86,343.061],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 219\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":219,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.539,-0.021],[-0.23,0.1],[-0.028,0.192],[0.178,0.136],[0.131,-0.006],[0.133,-0.013],[0.142,-0.441]],\"o\":[[0.264,-0.02],[0.204,-0.09],[0.021,-0.152],[-0.086,-0.065],[-0.134,0],[-0.403,0.044],[-0.079,0.254]],\"v\":[[-0.154,0.564],[0.631,0.491],[1.108,-0.02],[0.686,-0.526],[0.297,-0.55],[-0.102,-0.524],[-1.049,0.043]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[998.793,768.68],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 220\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":220,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.095,0.538],[0.341,0.12],[-0.008,-0.576],[-0.174,-0.095]],\"o\":[[-0.261,-0.18],[-0.396,-0.142],[0.005,0.228],[0.366,0.202]],\"v\":[[0.784,-0.175],[-0.102,-0.74],[-0.776,0.01],[-0.498,0.68]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[976.454,697.774],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 221\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":221,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.215,-0.035],[-0.01,-0.132],[-0.229,-0.088],[-0.47,-0.017],[0.221,0.412]],\"o\":[[-0.218,0.035],[0.029,0.348],[0.408,0.165],[-0.151,-0.45],[-0.084,-0.158]],\"v\":[[-0.3,-0.763],[-0.862,-0.346],[-0.495,0.633],[0.872,0.778],[0.368,-0.543]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[672.61,354.924],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 222\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":222,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,0.001],[-0.018,-0.04],[-0.028,0.01],[-0.008,0.027]],\"o\":[[0.014,0.039],[0.026,-0.01],[0.011,-0.027],[-0.05,-0.001]],\"v\":[[-0.076,-0.061],[-0.034,0.061],[0.047,0.022],[0.076,-0.059]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[673.557,355.762],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 223\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":223,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.014,0.03],[0,0],[0,0],[-0.029,0.002]],\"o\":[[0,0],[0,0],[0.032,0],[-0.011,-0.03]],\"v\":[[0.003,-0.046],[-0.043,-0.046],[-0.043,0.046],[0.043,0.039]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[948.92,837.825],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 224\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":224,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.495,0.512],[0.172,-0.077],[-0.05,-0.163],[-0.209,-0.446],[-0.268,-0.005]],\"o\":[[-0.142,-0.141],[-0.187,0.088],[0.137,0.465],[0.267,0.006],[0.146,-0.644]],\"v\":[[0.303,-0.781],[-0.37,-0.939],[-0.747,-0.338],[-0.151,1.005],[0.646,1.016]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[949.074,836.774],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 225\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":225,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.047,0.537],[0.379,-0.079],[0.219,-0.117],[-0.218,-0.196],[-0.229,-0.003]],\"o\":[[0.035,-0.383],[-0.244,0.05],[-0.342,0.184],[0.171,0.158],[0.699,0.013]],\"v\":[[0.966,-0.036],[0.246,-0.701],[-0.463,-0.464],[-0.783,0.473],[-0.117,0.768]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[987.396,611.311],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 226\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":226,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.025,0.344],[0.201,-0.025],[0.003,-0.409],[-0.133,-0.284],[-0.083,0.161]],\"o\":[[-0.006,-0.107],[-0.393,0.049],[0,0.295],[0.363,-0.124],[0.157,-0.302]],\"v\":[[0.677,-0.523],[0.065,-0.787],[-0.702,-0.065],[-0.315,0.812],[0.491,0.512]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[360.236,434.546],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 227\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":227,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.243,0.024],[-0.084,0.145],[0.131,0.349],[0.183,-0.007],[0.092,-0.195],[-0.439,-0.336]],\"o\":[[0.07,-0.008],[-0.046,-0.336],[-0.065,-0.185],[-0.199,0.006],[-0.24,0.518],[0.164,0.125]],\"v\":[[0.551,0.865],[0.76,0.534],[0.58,-0.549],[0.039,-0.945],[-0.52,-0.531],[-0.176,0.828]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[754.283,408.25],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 228\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":228,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.06,-0.382],[-0.178,-0.176],[-0.12,0.053],[0.068,0.635],[0.177,0.053],[0.147,-0.188]],\"o\":[[-0.033,0.176],[0.053,0.058],[0.543,-0.244],[-0.122,-0.225],[-0.204,-0.058],[-0.236,0.299]],\"v\":[[-0.81,0.375],[-0.393,0.984],[-0.013,0.94],[0.775,-0.335],[0.389,-0.983],[-0.329,-0.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1016.805,768.097],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 229\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":229,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.101,0.074],[0.084,-0.343],[0.036,-0.376],[-0.065,-0.244],[-0.141,-0.206],[-0.022,0.22],[0.037,0.53]],\"o\":[[-0.183,-0.125],[-0.068,0.255],[0,0.152],[0.07,0.227],[0.136,-0.215],[0.043,-0.528],[-0.009,-0.112]],\"v\":[[0.156,-1.21],[-0.302,-0.872],[-0.403,0.03],[-0.392,0.709],[0.021,1.335],[0.414,0.693],[0.37,-0.897]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[883.973,695.133],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 230\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":230,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.176,-0.335],[-0.395,0.204],[-0.294,0.224],[-0.026,-0.027],[0,0],[-0.257,0.021],[0.12,0.635],[-0.399,0.214],[-0.134,0.026],[0.31,0.974],[-0.222,0.283],[0.011,0.582],[0.177,0.075],[0.389,0.005],[0.223,0.416],[-0.672,0.391],[-0.147,0.197],[0.038,0.221],[0.092,-0.028],[-0.207,-2.732],[-0.102,-0.528],[-0.185,-0.934],[0,0],[-0.024,-0.027],[-0.13,-0.135],[0.131,0.125],[0.211,-0.117]],\"o\":[[0.193,0.369],[0.314,-0.174],[0.028,0.026],[0,0],[0.259,-0.021],[-0.148,-0.635],[-0.079,-0.424],[0.119,-0.058],[0.722,-0.158],[-0.093,-0.304],[0.338,-0.432],[-0.003,-0.239],[-0.352,-0.143],[-0.44,0],[-0.19,-0.359],[0.23,-0.136],[0.117,-0.145],[-0.016,-0.084],[-2.907,0.767],[0.038,0.538],[0.18,0.935],[0,0],[0.029,0.022],[0.131,0.125],[-0.13,-0.135],[-0.239,0.059],[-0.425,0.227]],\"v\":[[-2.493,5.115],[-1.516,5.435],[-0.636,4.789],[-0.555,4.87],[-0.612,4.769],[0.159,4.702],[-0.278,2.802],[0.201,1.801],[0.599,1.697],[1.578,0.354],[1.907,-0.723],[2.659,-2.11],[2.339,-2.799],[1.174,-2.957],[0.172,-3.474],[0.721,-4.363],[1.401,-4.769],[1.435,-5.435],[1.107,-5.611],[-2.234,-0.399],[-1.969,1.208],[-1.409,4.006],[-1.502,3.932],[-1.422,4.008],[-1.034,4.396],[-1.422,4.008],[-2.136,4.204]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1005.77,738.755],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 231\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":231,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.338,-0.187],[-1.259,0.033]],\"o\":[[0.772,0.964],[-0.642,-1.24]],\"v\":[[-1.502,-0.669],[1.502,0.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1086.168,751.776],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 232\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":232,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.057,0],[-0.024,-0.049],[-0.066,-0.006],[0.024,0.051]],\"o\":[[0.026,0.047],[0.066,-0.005],[-0.033,-0.046],[-0.06,0.003]],\"v\":[[-0.134,-0.067],[-0.055,0.052],[0.133,0.067],[0.035,-0.053]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1087.804,752.667],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 233\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":233,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.242,0.078],[0.013,0.067],[0.161,0.145],[0.319,-0.257],[-0.047,-0.18],[-0.21,-0.136]],\"o\":[[0.114,-0.042],[-0.035,-0.239],[-0.319,-0.281],[-0.176,0.143],[0.045,0.179],[0.248,-0.049]],\"v\":[[0.544,0.531],[0.826,0.284],[0.586,-0.404],[-0.478,-0.386],[-0.792,0.26],[-0.202,0.686]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[321.87,666.082],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 234\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":234,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.42,-0.43],[-0.03,-0.232],[-0.112,-0.013],[-0.435,0.337],[-0.042,0.127],[0.119,0.027]],\"o\":[[-0.129,0.127],[0.011,0.082],[0.592,0.071],[0.09,-0.059],[-0.111,-0.089],[-0.554,-0.12]],\"v\":[[-0.87,-0.269],[-0.923,0.419],[-0.618,0.628],[0.871,0.049],[1,-0.329],[0.668,-0.573]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[307.045,644.99],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 235\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":235,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.088,0.068],[0.871,0.468],[0.028,-0.07],[-0.484,-0.655]],\"o\":[[0.705,-0.54],[-0.112,0.038],[-0.311,0.777],[0.039,0.057]],\"v\":[[0.156,1.073],[-0.224,-1.167],[-0.549,-1.049],[-0.212,1.109]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[311.079,645.836],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 236\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":236,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.383,0.015],[-0.101,-0.533],[-0.414,-0.059],[0.027,0.41]],\"o\":[[-0.404,-0.014],[0.078,0.416],[0.394,0.06],[-0.042,-0.656]],\"v\":[[0.029,-0.974],[-0.721,0.222],[0.069,0.929],[0.796,0.22]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[307.517,652.462],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 237\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":237,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.74,-0.14],[-0.113,-0.29],[-0.537,-0.11],[-0.281,0.124],[0.05,0.113]],\"o\":[[-0.309,0.059],[0.198,0.506],[0.279,0.057],[-0.014,-0.263],[-0.331,-0.686]],\"v\":[[-0.599,-0.828],[-0.934,-0.196],[0.115,0.911],[1.034,0.535],[0.996,0.011]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[347.289,471.419],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 238\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":238,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.148,0.63],[0.176,0.003],[0.227,-0.544],[-0.165,-0.054]],\"o\":[[-0.168,-0.172],[-0.574,-0.033],[-0.069,0.16],[0.632,0.192]],\"v\":[[0.943,-0.308],[0.436,-0.792],[-0.874,-0.028],[-0.569,0.633]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[361.141,683.557],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 239\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":239,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.236,0.288],[0.171,-0.081],[-0.073,-0.166],[-0.294,-0.234],[-0.315,0.156]],\"o\":[[-0.132,-0.16],[-0.161,0.084],[0.155,0.348],[0.087,0.063],[-0.168,-0.35]],\"v\":[[0.244,-0.596],[-0.454,-0.77],[-0.694,-0.107],[0.03,0.788],[0.768,0.434]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[362.371,689.408],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 240\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":240,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.01,-0.035],[-0.049,0.026],[0.007,0.014]],\"o\":[[-0.017,0.038],[0.043,-0.024],[-0.012,-0.017],[0,0]],\"v\":[[-0.033,-0.055],[-0.071,0.055],[0.071,-0.018],[0.046,-0.055]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[990.262,705.55],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 241\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":241,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.023,0.022],[0,0],[0.026,-0.037],[0,-0.01]],\"o\":[[0,0],[-0.032,0.038],[0,0.009],[0.021,-0.024]],\"v\":[[0.036,-0.001],[0.036,-0.063],[-0.036,0.045],[-0.031,0.063]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[989.429,703.045],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 242\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":242,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.03,0.383],[0.076,0.095],[0.236,-0.216],[0.264,-0.255],[0,-0.828],[-0.255,0.005],[-0.175,0.585]],\"o\":[[0.011,-0.114],[-0.16,-0.194],[-0.266,0.243],[0.003,0.816],[0.253,-0.007],[0.209,-0.576],[0.108,-0.364]],\"v\":[[0.766,-1.169],[0.635,-1.528],[0.01,-1.491],[-0.776,-0.74],[-0.773,1.722],[-0.011,1.71],[0.603,-0.023]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[990.241,703.784],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 243\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":243,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.346,-0.161],[0.42,-0.226],[-0.72,0.319],[0.219,0.405]],\"o\":[[-0.435,0.198],[0.619,1.101],[0.485,-0.212],[-0.153,-0.285]],\"v\":[[0,-0.905],[-1.272,-0.242],[0.48,0.747],[1.052,-0.574]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[991.605,705.774],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 244\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":244,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.048,0.005],[0.017,0.039],[0.025,-0.002],[0.015,-0.035]],\"o\":[[-0.017,-0.038],[-0.026,0.002],[-0.014,0.035],[0.049,-0.006]],\"v\":[[0.074,0.044],[0.033,-0.059],[-0.035,-0.048],[-0.074,0.059]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[330.367,373.135],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 245\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":245,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.685,0.629],[-0.299,0.08],[1.153,-0.14]],\"o\":[[0.288,-0.106],[-0.938,-0.882],[0.61,1.566]],\"v\":[[0.723,0.251],[1.612,-0.005],[-1.612,-0.679]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[332.053,373.859],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 246\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":246,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.427,-0.123],[-0.057,0.637],[0.27,0.233],[-0.036,-0.505]],\"o\":[[0.386,0.111],[-0.106,-0.201],[-0.321,-0.274],[0.027,0.431]],\"v\":[[-0.039,0.933],[0.806,0.081],[0.325,-0.771],[-0.77,0.093]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[763.717,384.113],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 247\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":247,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.666,-0.686],[-0.039,-0.07],[-0.149,-0.005],[-0.503,0.071],[-0.084,0.089],[0.071,0.09]],\"o\":[[-0.081,0.081],[0.103,0.186],[0.498,0.022],[0.095,-0.013],[-0.021,-0.128],[-0.53,-0.72]],\"v\":[[-0.935,-0.075],[-1.065,0.262],[-0.65,0.74],[0.857,0.615],[1.104,0.357],[1.033,-0.024]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1015.775,741.882],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 248\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":248,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.209,0.116],[0.046,0.074],[0.212,0.103],[0.271,-0.008],[0.455,-0.026],[-0.663,-0.341]],\"o\":[[0.073,-0.041],[-0.139,-0.216],[-0.233,-0.111],[-0.457,0.016],[0.64,0.392],[0.153,0.072]],\"v\":[[1.244,0.362],[1.32,0.016],[0.807,-0.552],[-0.002,-0.631],[-1.365,-0.552],[0.568,0.591]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[924.741,737.63],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 249\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":249,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.057,-0.194],[-0.129,-0.228],[-0.415,-0.011],[-0.051,0.428],[0.176,0.089],[0.375,-0.008]],\"o\":[[-0.062,0.199],[0.22,0.384],[0.408,0.011],[-0.107,-0.23],[-0.335,-0.169],[-0.218,0.005]],\"v\":[[-1,-0.396],[-0.754,0.329],[0.275,0.812],[1.062,0.096],[0.729,-0.563],[-0.388,-0.816]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[298.539,349.131],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 250\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":250,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.169,-0.135],[0.131,0.335],[0.404,-0.025],[-0.187,-0.299]],\"o\":[[0.59,-0.075],[-0.146,-0.391],[-0.4,0.029],[0.165,0.267]],\"v\":[[-0.024,0.692],[0.755,-0.132],[-0.103,-0.668],[-0.699,0.134]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[693.005,332.573],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 251\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":251,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.154,-0.188],[-0.127,-0.009],[0.215,0.396],[0.35,0.051],[-0.196,-0.404]],\"o\":[[0.294,0],[0.516,0.034],[-0.153,-0.283],[-0.556,-0.08],[0.152,0.311]],\"v\":[[-0.381,0.866],[0.174,0.866],[0.96,-0.263],[0.003,-0.82],[-0.979,0.116]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[682.989,332.498],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 252\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":252,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.074,0.675],[-0.533,-1.207],[-0.116,0.032],[0.044,0.297]],\"o\":[[-0.098,1.341],[0.024,0.058],[0.371,-0.082],[-0.198,-1.256]],\"v\":[[-0.913,-1.921],[-0.078,1.861],[0.291,1.889],[0.968,0.985]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1090.593,755.437],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 253\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":253,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.06,-0.004],[0.134,-0.138],[0.056,-0.347],[-0.213,-0.288],[-0.119,0.089],[-0.183,0.252],[0.087,0.38]],\"o\":[[-0.212,0.023],[-0.268,0.276],[-0.051,0.318],[0.12,0.166],[0.281,-0.209],[-0.086,-0.486],[-0.027,-0.118]],\"v\":[[0.441,-1.232],[-0.172,-1.037],[-0.822,-0.085],[-0.443,0.931],[0.241,1.147],[0.874,0.332],[0.643,-0.923]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[378.532,487.042],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 254\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":254,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.859,0.353],[0.048,-0.175],[-0.126,-0.195],[-0.359,-0.379],[-0.117,0.027],[0.086,0.287]],\"o\":[[-0.159,0.137],[-0.065,0.234],[0.291,0.431],[0.075,0.078],[0.309,-0.079],[-0.235,-0.77]],\"v\":[[-0.454,-1.243],[-0.92,-0.814],[-0.84,-0.048],[0.176,1.142],[0.558,1.215],[0.898,0.632]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[333.051,454.201],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 255\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":255,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.001,0.002],[0.042,-0.026],[-0.031,0.009],[-0.01,0.019]],\"o\":[[-0.042,0.027],[0.032,-0.009],[0.014,-0.019],[-0.004,-0.003]],\"v\":[[0.059,-0.041],[-0.066,0.041],[0.029,0.019],[0.066,-0.036]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[327.824,360.743],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 256\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":256,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.037,0.098],[0.114,0.024],[0.639,-0.583],[-0.1,-0.082],[-0.337,-0.174],[-0.491,0.341]],\"o\":[[-0.037,-0.107],[-0.789,-0.169],[-0.128,0.114],[0.281,0.239],[0.499,-0.324],[0.081,-0.056]],\"v\":[[1.315,-0.449],[1.026,-0.699],[-1.186,-0.303],[-1.251,0.339],[-0.266,0.886],[1.229,-0.097]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[328.147,359.816],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 257\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":257,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.114,-0.296],[-0.056,-0.114],[-0.715,-0.065],[-0.29,0.134],[0.074,0.1],[0.685,0.139]],\"o\":[[-0.046,0.111],[0.338,0.636],[0.304,0.03],[-0.059,-0.266],[-0.427,-0.584],[-0.308,-0.068]],\"v\":[[-1.244,-0.599],[-1.209,-0.195],[0.358,0.971],[1.29,0.574],[1.165,0.041],[-0.572,-0.932]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1120.142,778.967],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 258\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":258,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.312,-0.256],[0.238,-0.32],[-0.06,-0.057],[-0.279,-0.165],[-0.262,0.281],[0.049,0.234]],\"o\":[[-0.304,0.251],[-0.069,0.091],[0.185,0.165],[0.306,-0.205],[0.152,-0.16],[-0.084,-0.382]],\"v\":[[-0.087,-0.734],[-0.872,0.168],[-0.896,0.558],[-0.197,0.99],[0.749,0.327],[0.907,-0.414]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[368.018,492.583],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 259\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":259,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.647,0.278],[0.231,-0.079],[-0.136,-0.308],[-0.657,-0.215],[-0.058,0.066],[0.003,0.218]],\"o\":[[-0.19,-0.081],[-0.326,0.112],[0.272,0.617],[0.166,0],[0.162,-0.184],[-0.008,-0.728]],\"v\":[[-0.005,-1.067],[-0.724,-0.963],[-0.955,-0.307],[0.293,1.089],[0.715,1.082],[1.087,0.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[906.172,746.368],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 260\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":260,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.087,-0.036],[0.398,-0.324],[-0.155,-0.551],[-0.259,0.154],[-0.248,0.948],[0.088,0.069]],\"o\":[[-0.48,0.21],[-0.413,0.333],[0.083,0.297],[0.796,-0.483],[-0.064,-0.109],[-0.084,-0.066]],\"v\":[[0.728,-1.286],[-0.678,-0.583],[-1.087,0.836],[-0.461,1.168],[1.242,-0.901],[1.055,-1.211]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[295.841,424.661],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 261\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":261,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.865,-0.429],[-0.085,0.347],[0.12,0.175],[0.954,0.22],[0.055,-0.103],[-0.048,-0.098]],\"o\":[[0.32,0.155],[0.06,-0.224],[-0.538,-0.82],[-0.1,0.072],[-0.056,0.089],[0.426,0.881]],\"v\":[[0.67,1.155],[1.317,0.937],[1.265,0.219],[-1.011,-1.31],[-1.306,-1.074],[-1.337,-0.726]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1111.916,769.394],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 262\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":262,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.664,-0.277],[0.073,-0.111],[-0.209,-0.405],[-0.564,0.117],[-0.25,0.128],[0.032,0.115]],\"o\":[[-0.116,0.041],[-0.231,0.351],[0.282,0.561],[0.352,-0.068],[0.055,-0.279],[-0.188,-0.749]],\"v\":[[-0.659,-0.952],[-0.95,-0.672],[-1.093,0.462],[0.251,1.112],[1.167,0.66],[1.269,0.117]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[936.855,751.474],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 263\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":263,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.232,0.823],[0.323,0.121],[0.111,-0.033],[0.143,-0.727],[0.005,-0.507],[-0.218,0.11]],\"o\":[[0.091,-0.321],[-0.115,-0.045],[-0.696,0.198],[-0.095,0.488],[0.229,-0.078],[0.786,-0.389]],\"v\":[[1.023,-0.706],[0.737,-1.375],[0.369,-1.408],[-1.02,-0.069],[-1.078,1.44],[-0.4,1.191]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[547.367,515.414],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 264\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":264,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.002,0.039],[0.029,-0.009],[0,0],[0,0]],\"o\":[[-0.031,0.008],[0,0],[0,0],[0,-0.039]],\"v\":[[0.081,-0.11],[-0.006,-0.08],[-0.081,0.11],[0.081,0.008]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[546.209,516.964],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 265\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":265,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.081,0.041],[0.079,1.176],[0.105,0.032],[0.092,-0.081],[0.171,-0.964],[-0.099,-0.068]],\"o\":[[1.036,-0.546],[-0.1,-0.123],[-0.112,-0.03],[-0.725,0.642],[-0.013,0.087],[0.09,0.063]],\"v\":[[-0.5,1.438],[0.983,-1.134],[0.707,-1.448],[0.329,-1.337],[-1.05,1.06],[-0.835,1.356]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1047.881,542.445],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 266\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":266,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.009,0],[-0.035,0.035],[0.032,0.001],[0.011,-0.036]],\"o\":[[0.032,-0.032],[-0.03,0],[-0.011,0.036],[0.008,0.001]],\"v\":[[-0.038,0.051],[0.061,-0.05],[-0.03,-0.051],[-0.061,0.05]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[131.133,455.801],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 267\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":267,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.196,0.091],[-0.738,0.671],[0.851,0.013],[-0.029,-0.637],[-0.185,-0.137]],\"o\":[[0.925,-0.427],[-0.847,-0.025],[-0.462,-0.007],[0.014,0.236],[0.184,0.133]],\"v\":[[-0.603,0.931],[1.712,-0.947],[-0.837,-1.015],[-1.683,0.147],[-1.34,0.824]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[679.912,353.456],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 268\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":268,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.652,0.462],[0.086,-0.066],[0.002,-0.174],[-0.731,-0.404],[-0.068,0.054],[-0.154,0.188]],\"o\":[[-0.087,-0.065],[-0.185,0.137],[-0.007,0.859],[0.106,0.061],[0.176,-0.15],[0.04,-0.902]],\"v\":[[-0.188,-1.207],[-0.568,-1.202],[-1.033,-0.696],[0.168,1.166],[0.541,1.218],[0.999,0.674]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[901.528,737.608],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 269\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":269,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.049,-0.693],[-0.508,0.044],[0.033,0.661],[0.521,-0.002]],\"o\":[[0.035,0.513],[0.724,-0.061],[-0.022,-0.457],[-0.705,0.001]],\"v\":[[-1.123,0.145],[-0.062,1.061],[1.139,-0.192],[0.052,-1.103]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[692.965,353.466],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 270\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":270,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.04,-0.356],[-0.174,-0.142],[-0.422,0.573],[0.04,0.071],[0.38,0.318],[0.443,-0.2]],\"o\":[[-0.024,0.214],[0.543,0.451],[0.07,-0.09],[-0.259,-0.451],[-0.446,-0.376],[-0.12,0.346]],\"v\":[[-1.265,0.263],[-0.968,0.93],[1.144,0.623],[1.25,0.293],[0.402,-1.005],[-0.947,-0.783]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[674.552,356.567],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 271\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":271,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.098,0.036],[0.192,-0.077],[0.116,-0.234],[-0.111,-1.046],[-0.167,1.037]],\"o\":[[-0.229,-0.085],[-0.22,0.094],[-0.462,0.938],[1.228,-1.121],[0.015,-0.093]],\"v\":[[0.853,-1.618],[0.136,-1.746],[-0.388,-1.151],[-0.974,1.822],[1.07,-1.312]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1037.608,553.935],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 272\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":272,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.005,0.069],[0.039,-0.034],[-0.008,-0.008],[-0.039,-0.023]],\"o\":[[-0.038,0.034],[0.005,0.007],[0.03,0.024],[-0.011,-0.068]],\"v\":[[0.047,-0.101],[-0.057,0],[-0.039,0.024],[0.057,0.101]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1036.587,555.858],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 273\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":273,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.784,-0.104],[-0.058,0.187],[0.141,0.173],[0.863,-0.046],[0.185,-0.156],[-0.259,-0.23]],\"o\":[[0.165,0.017],[0.062,-0.21],[-0.53,-0.644],[-0.229,0.106],[-0.245,0.207],[0.642,0.554]],\"v\":[[1.017,1.081],[1.555,0.649],[1.385,-0.065],[-0.69,-1.052],[-1.371,-0.732],[-1.203,0.311]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1115.099,775.24],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 274\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":274,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.531,0.052],[-0.146,0.133],[0.103,0.013],[1.183,0.082],[0.094,-0.206],[-0.32,-0.013],[-0.657,0]],\"o\":[[0.534,0],[0.155,-0.013],[-0.099,-0.085],[-1.181,-0.147],[-0.172,-0.008],[-0.139,0.311],[0.658,0.029],[0,0]],\"v\":[[0.211,0.49],[1.811,0.47],[2.251,0.085],[1.963,-0.16],[-1.58,-0.538],[-2.112,-0.06],[-1.762,0.516],[0.211,0.522]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[995.406,747.95],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 275\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":275,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.496,-0.213],[-0.422,-0.089],[-0.097,0.295],[0.625,0.165],[0.364,-0.615]],\"o\":[[0.232,0.102],[0.18,-0.178],[0.246,-0.722],[-0.478,-0.125],[-0.266,0.448]],\"v\":[[-0.566,0.971],[0.36,1.175],[1.007,0.498],[0.252,-1.05],[-0.987,-0.328]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[478.28,323.975],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 276\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":276,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.014,0.013],[-0.031,0.034],[0.033,-0.008],[0.005,-0.037]],\"o\":[[0.03,-0.032],[-0.033,0.011],[-0.007,0.039],[0.012,-0.007]],\"v\":[[-0.026,0.036],[0.067,-0.068],[-0.035,-0.043],[-0.067,0.068]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[399.04,852.727],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 277\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":277,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.495,-0.405],[0.357,-0.507],[0.109,-0.332],[-0.613,2.079],[0.023,0.113],[0.288,-0.2]],\"o\":[[-0.41,0.47],[-0.188,0.265],[2.207,-0.285],[0.029,-0.088],[-0.336,0.134],[-0.525,0.367]],\"v\":[[-0.479,-0.365],[-1.682,1.069],[-2.058,2.011],[2.029,-1.699],[2.006,-2.011],[1.021,-1.578]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[399.493,853.128],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 278\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":278,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.008,-0.031],[-0.019,0.011],[0.009,0.033],[0.022,-0.005]],\"o\":[[0.02,-0.007],[-0.007,-0.024],[-0.02,0.005],[0.002,0.028]],\"v\":[[-0.02,0.055],[0.04,0.031],[0.017,-0.055],[-0.039,-0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[401.519,851.062],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 279\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":279,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.275,0.791],[-0.074,0.106],[0.176,0.052],[1.006,0.662],[0.057,-0.115],[-0.06,-0.071]],\"o\":[[0.101,-0.066],[-0.12,-0.224],[-1.003,-0.312],[-0.023,-0.014],[-0.049,0.105],[0.891,1.107]],\"v\":[[1.683,0.243],[1.909,-0.075],[1.539,-0.722],[-1.557,-0.914],[-1.825,-0.634],[-1.849,-0.27]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[807.129,342.931],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 280\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":280,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.158,-0.014],[-0.138,1.156],[0.164,0.19],[0.09,-0.06],[0.505,-0.427],[-0.018,-0.236]],\"o\":[[1.229,0.095],[-0.125,-0.222],[-0.051,-0.061],[-0.555,0.367],[-0.177,0.146],[0.02,0.197]],\"v\":[[-0.896,1.192],[1.334,-0.579],[0.938,-1.226],[0.568,-1.217],[-1.052,-0.059],[-1.317,0.658]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[788.867,361],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 281\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":281,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.043,0.013],[0,-0.059],[-0.04,0.001],[-0.002,0.043]],\"o\":[[0,0.06],[0.041,0.001],[0.004,-0.044],[-0.046,-0.015]],\"v\":[[-0.067,-0.09],[-0.065,0.089],[0.06,0.087],[0.066,-0.044]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[681.838,351.555],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 282\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":282,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.841,0.159],[0.392,0.018],[0.206,-0.138],[0.085,-0.225],[-0.31,-0.016],[-0.954,-0.334],[0.015,0.337]],\"o\":[[-0.389,-0.072],[-0.249,-0.013],[-0.197,0.135],[-0.106,0.26],[1.039,0.057],[0.006,-0.341],[-0.039,-0.783]],\"v\":[[0.762,-0.88],[-0.399,-1.096],[-1.137,-0.877],[-1.594,-0.286],[-1.225,0.283],[1.69,1.109],[1.685,0.093]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[680.082,350.357],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 283\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":283,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.122,-0.525],[-0.078,0.079],[0.041,0.073],[0.283,0.439],[0.018,-0.013],[0.416,0.511],[0.216,0.049],[-0.128,-0.351]],\"o\":[[0.079,0.036],[0.076,-0.068],[-0.26,-0.445],[-0.019,0.011],[-0.385,-0.543],[-0.131,-0.16],[-0.193,-0.045],[0.438,1.189]],\"v\":[[1.026,1.81],[1.358,1.699],[1.472,1.374],[0.635,0.059],[0.576,0.094],[-0.591,-1.52],[-1.2,-1.801],[-1.385,-0.691]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1118.261,773.198],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 284\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":284,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.682,0.243],[-0.17,0.19],[0.131,0.19],[0.732,-0.039],[0.153,-0.384],[-0.311,-0.243]],\"o\":[[0.209,-0.075],[-0.046,-0.254],[-0.406,-0.586],[-0.461,0.026],[-0.16,0.427],[0.548,0.425]],\"v\":[[0.944,0.956],[1.458,0.402],[1.313,-0.345],[-0.412,-1.16],[-1.298,-0.489],[-0.942,0.574]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[364.776,444.466],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 285\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":285,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.171,0.456],[0.721,0.383],[0,-0.172],[-0.114,-0.643],[-0.571,0.244]],\"o\":[[-0.3,-0.783],[-0.198,0.165],[-0.022,0.655],[0.088,0.523],[0.563,-0.24]],\"v\":[[0.996,0.089],[-0.59,-1.597],[-1.144,-1.101],[-1.003,0.863],[0.315,1.354]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1135.921,796.966],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 286\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":286,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.289,-0.183],[0.233,-0.14],[0.424,-0.804],[-0.027,-0.242],[-0.107,-0.004],[-0.289,0.18],[-0.62,0.524],[0.228,0.197]],\"o\":[[-0.229,0.146],[-0.637,0.484],[-0.108,0.204],[0.011,0.098],[0.393,0.024],[0.685,-0.421],[0.34,-0.29],[-0.22,-0.189]],\"v\":[[0.95,-1.313],[0.251,-0.892],[-1.778,0.366],[-1.844,1.101],[-1.551,1.356],[-0.386,1.316],[1.518,-0.189],[1.658,-1.261]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[354.951,434.591],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 287\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":287,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.085,0.025],[0.095,-0.055],[0.197,-0.291],[-0.517,-0.047],[-0.462,0.785],[0.279,0.084]],\"o\":[[-0.562,0],[-0.304,0.204],[-0.219,0.333],[0.816,0.061],[0.172,-0.288],[-0.49,-0.148]],\"v\":[[0.243,-0.884],[-0.578,-0.875],[-1.438,-0.195],[-0.543,0.869],[1.485,0.018],[1.323,-0.625]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[750.757,697.256],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 288\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":288,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.719,0.187],[-0.152,0.362],[0.682,0.148],[0.478,-0.303],[-0.554,-0.543]],\"o\":[[0.23,-0.326],[0.274,-0.664],[-0.561,-0.126],[-0.623,0.394],[0.525,0.515]],\"v\":[[0.729,1.248],[1.397,0.254],[0.541,-1.309],[-1.006,-1.014],[-1.118,0.711]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[691.85,341.263],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 289\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":289,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.03,-0.277],[-0.577,0.017],[-0.114,0.702],[0.7,0.1],[0.12,-0.564]],\"o\":[[-0.065,0.579],[0.755,-0.018],[0.113,-0.709],[-0.559,-0.084],[-0.056,0.265]],\"v\":[[-1.209,0.348],[-0.273,1.37],[1.161,0.17],[0.1,-1.302],[-1.1,-0.466]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[361.201,704.281],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 290\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":290,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.233,-0.278],[0.047,-1.004],[-0.077,0.013],[-0.473,0.22],[0.444,0.927]],\"o\":[[-0.602,0.714],[0.101,0.092],[0.52,-0.112],[0.772,-0.37],[-0.171,-0.342]],\"v\":[[-0.1,-1.208],[-1.374,1.215],[-1.068,1.472],[0.468,1.059],[0.929,-1.021]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1104.1,952.668],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 291\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":291,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.737,0.177],[0.335,-0.749],[0.208,-0.125],[0.128,-0.019],[0.06,-2.782],[-0.312,-0.296],[-0.259,-0.283],[-0.112,0.101],[-1.828,0.659],[-0.867,0.414],[0.09,0.705],[0.383,0.209],[0.236,0.256],[-0.003,0.032],[0.046,0.015]],\"o\":[[-0.581,0.35],[-0.765,-0.188],[-0.092,0.205],[-0.099,0.056],[-2.845,0.445],[-0.008,0.434],[0.272,0.255],[0.138,0.154],[1.399,-1.308],[0.835,-0.299],[0.607,-0.289],[-0.05,-0.413],[-0.286,-0.157],[0.006,-0.031],[-0.044,-0.013],[0,0]],\"v\":[[3.221,-3.956],[1.337,-3.372],[-0.299,-2.595],[-0.86,-2.112],[-1.26,-2.122],[-4.81,1.821],[-4.262,2.828],[-3.661,3.832],[-2.939,3.981],[1.825,0.987],[4.079,-0.588],[4.728,-2.406],[3.974,-3.264],[3.225,-3.961],[3.252,-4.046],[3.115,-4.082]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[103.913,470.53],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 292\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":292,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.335,-0.333],[0.207,-0.989],[-0.902,0.29],[-0.194,0.181],[0.318,0.375]],\"o\":[[-0.65,0.637],[0.891,0.268],[0.246,-0.078],[0.262,-0.245],[-0.339,-0.401]],\"v\":[[-0.107,-1.063],[-1.814,1.05],[0.878,1.105],[1.551,0.671],[1.368,-0.855]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[108.978,465.435],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 293\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":293,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.629,-0.168],[-0.341,0.71],[0.318,0.051],[0.345,0.055],[0.505,-0.132],[0.041,-0.211],[-0.158,-0.079]],\"o\":[[0.564,0.158],[0.169,-0.345],[-0.384,-0.054],[-0.571,0.074],[-0.199,0.055],[-0.04,0.209],[0.573,0.294]],\"v\":[[0.193,0.993],[1.718,-0.016],[1.347,-0.978],[0.232,-1.152],[-1.38,-0.934],[-1.848,-0.394],[-1.622,0.281]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1013.979,782.587],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 294\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":294,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.31,-0.076],[0.061,-0.087],[-0.057,-1.096],[-0.165,-0.193],[-0.136,-0.006],[0.41,1.529]],\"o\":[[-0.114,0.032],[-0.661,0.854],[0.011,0.229],[0.061,0.069],[1.18,-0.639],[-0.085,-0.315]],\"v\":[[0.199,-1.841],[-0.13,-1.699],[-1.169,1.193],[-0.776,1.848],[-0.389,1.876],[0.816,-1.482]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1027.186,762.95],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 295\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":295,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.832,0.587],[0.207,-0.086],[-0.555,-0.592],[-0.702,0.19],[-0.191,0.176]],\"o\":[[-0.18,-0.126],[-0.756,0.326],[0.503,0.541],[0.214,-0.058],[0.002,-1.005]],\"v\":[[0.302,-1.496],[-0.443,-1.555],[-0.924,0.898],[0.906,1.451],[1.477,0.947]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[766.219,406.347],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 296\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":296,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.875,-0.775],[0.024,-0.258],[-0.119,-0.037],[-0.272,-0.07],[-0.272,0.03],[-0.117,0.058],[-0.235,0.132],[0.285,0.215]],\"o\":[[-0.163,0.145],[-0.011,0.071],[0.511,0.154],[0.54,-0.037],[0.136,-0.013],[0.245,-0.116],[-0.195,-0.332],[-0.881,-0.664]],\"v\":[[-1.686,-0.237],[-1.893,0.5],[-1.589,0.748],[-0.284,1.102],[0.804,1.023],[1.201,0.934],[1.904,0.538],[1.31,-0.439]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1021.404,882.336],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 297\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":297,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.84,0.37],[0.42,-0.841],[-0.813,-0.262],[-0.363,-0.093],[-0.193,0.288]],\"o\":[[-0.71,-0.314],[-0.271,0.541],[0.247,0.081],[0.253,-0.171],[0.464,-0.694]],\"v\":[[0.493,-1.108],[-1.423,-0.211],[-0.483,1.193],[0.385,1.422],[1.23,0.812]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[988.54,496.267],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 298\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":298,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.823,-0.444],[0.16,-0.339],[-0.147,-0.064],[-0.355,-0.11],[-0.117,0.04],[-0.203,0.152],[0.222,0.309]],\"o\":[[-0.317,0.174],[-0.079,0.158],[0.603,0.253],[0.427,0.03],[0.243,-0.081],[0.239,-0.181],[-0.551,-0.774]],\"v\":[[-0.951,-0.845],[-1.682,0.034],[-1.462,0.694],[0.139,1.211],[0.827,1.248],[1.523,0.919],[1.513,-0.182]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[317.366,529.277],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 299\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":299,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.674,-0.439],[-0.559,-0.78],[-0.214,-0.139],[-0.36,0.274],[-0.188,0.216],[0.516,0.272]],\"o\":[[-0.409,0.271],[0.148,0.208],[0.341,0.215],[0.295,-0.226],[-0.011,-0.686],[-0.586,-0.308]],\"v\":[[-1.085,-1.114],[-0.858,0.634],[-0.306,1.185],[0.799,1.279],[1.495,0.506],[0.768,-0.92]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[343.644,472.551],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 300\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":300,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.132,0.043],[-0.019,-0.2],[-1.591,-0.977],[-0.057,0.093],[0.032,0.107],[0.723,1.442]],\"o\":[[-0.124,0.212],[0.152,1.918],[0.037,0.023],[0.07,-0.105],[-0.468,-1.581],[-0.045,-0.088]],\"v\":[[-1.23,-2.452],[-1.584,-1.82],[1.203,2.429],[1.469,2.218],[1.571,1.849],[-0.851,-2.316]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[590.874,378.366],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 301\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":301,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.451,-0.061],[-0.298,0.55],[0.375,0.631],[0.314,-0.069],[0.239,-0.806]],\"o\":[[0.69,0.098],[0.332,-0.612],[-0.156,-0.266],[-0.918,0.267],[-0.11,0.365]],\"v\":[[-0.531,1.447],[1.179,0.726],[1.16,-1.148],[0.51,-1.476],[-1.424,0.312]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[312.537,370.705],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 302\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":302,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.174,0.261],[-0.421,0.308],[-0.026,0.251],[0.123,0.042],[1.068,-0.065],[0.23,-0.802]],\"o\":[[0.5,-0.113],[0.165,-0.12],[0.006,-0.073],[-1.059,-0.364],[-0.922,0.059],[1.142,0.322]],\"v\":[[0.939,0.903],[2.327,0.165],[2.536,-0.556],[2.232,-0.801],[-0.977,-0.863],[-2.543,0.642]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[320.571,385.641],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 303\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":303,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.981,-1.287],[-0.06,0.052],[-0.196,0.257],[0.12,0.38],[1.178,0.338],[0.224,0.156],[0.178,-0.29],[-0.06,-0.086]],\"o\":[[0.06,0.08],[0.18,-0.157],[-0.076,-0.34],[-0.353,-1.081],[-0.255,-0.074],[-0.283,-0.195],[-0.057,0.096],[0.96,1.306]],\"v\":[[1.046,2.225],[1.424,2.3],[1.927,1.672],[1.667,0.553],[-0.448,-1.74],[-1.151,-2.158],[-1.86,-2.049],[-1.867,-1.667]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[889.929,343.098],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 304\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":304,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.502,0.104],[-0.517,0.856],[0.093,0.232],[0.507,-0.15],[0.513,-0.181],[-0.106,-0.563],[-0.015,-0.134]],\"o\":[[0.978,-0.205],[0.114,-0.189],[-0.243,-0.608],[-0.522,0.15],[-0.638,0.222],[-0.007,0.147],[0.05,0.52]],\"v\":[[-0.587,1.541],[1.717,0.016],[1.69,-0.757],[0.431,-1.496],[-1.123,-0.993],[-1.725,0.291],[-1.742,0.71]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[327.519,513.019],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 305\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":305,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.156,0.187],[0.145,1.537],[0.082,0.001],[0.223,-0.073],[0.049,-0.112],[0.406,-1.122],[-0.174,-0.337],[-0.133,-0.037]],\"o\":[[0.986,-1.187],[-0.016,-0.114],[-0.235,-0.008],[-0.118,0.039],[-0.503,1.085],[-0.098,0.268],[0.038,0.082],[0.211,-0.134]],\"v\":[[0.067,2],[1.314,-2.1],[1.081,-2.402],[0.382,-2.282],[0.083,-2.029],[-1.361,1.253],[-0.958,2.294],[-0.58,2.411]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1056.651,514.408],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 306\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":306,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.657,-0.09],[0.034,-0.033],[0,0],[0.196,-0.51],[-0.428,-0.603],[-0.399,-0.552],[-0.545,-0.085],[-0.545,-0.01],[-0.692,0.749],[-0.115,0.851],[-0.5,0.264],[-0.548,0.378],[0.199,0.256],[0.223,0.077],[1.781,0.142],[1.192,-0.773],[0,0],[0.027,-0.029],[0.119,-0.121],[-0.12,0.122],[0.103,0.78],[0.498,-0.112],[0.179,-0.522],[-0.326,-0.608]],\"o\":[[-0.032,0.034],[0,0],[-0.163,0.521],[-0.262,0.69],[0.391,0.557],[0.348,0.475],[0.538,0.08],[1.006,0.022],[0.571,-0.615],[0.083,-0.626],[0.59,-0.31],[0.253,-0.176],[-0.164,-0.209],[-1.685,-0.592],[-1.413,-0.113],[0,0],[-0.027,0.029],[-0.12,0.122],[0.119,-0.121],[-0.056,-0.785],[-0.06,-0.456],[-0.566,0.127],[-0.222,0.647],[0.355,0.653]],\"v\":[[-4.311,-1.096],[-4.411,-0.996],[-4.298,-1.094],[-4.796,0.466],[-4.592,2.406],[-3.383,4.055],[-1.99,4.81],[-0.359,4.973],[2.189,3.875],[3.344,1.752],[4.365,0.593],[6.081,-0.44],[6.128,-1.19],[5.582,-1.763],[0.368,-2.803],[-3.542,-1.862],[-3.456,-1.953],[-3.542,-1.865],[-3.901,-1.503],[-3.542,-1.865],[-3.721,-4.221],[-4.999,-4.883],[-6.113,-3.868],[-5.993,-1.94]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[309.928,341.937],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 307\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":307,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.288,-0.737],[-1.065,-0.042],[0.077,0.673],[1.094,0.009]],\"o\":[[0.378,0.958],[0.699,0.026],[-0.132,-1.148],[-0.806,-0.009]],\"v\":[[-1.558,0.052],[0.543,1.629],[1.769,0.364],[-0.357,-1.646]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[332.844,349.14],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 308\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":308,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.895,0.397],[0.263,-0.205],[-0.032,-0.339],[-1.063,-0.485],[-0.145,0.345],[-0.09,0.28]],\"o\":[[-0.297,-0.133],[-0.266,0.204],[0.11,1.151],[0.302,0.136],[0.152,-0.364],[-0.128,-1.143]],\"v\":[[-0.028,-1.827],[-1.132,-1.663],[-1.576,-0.628],[0.243,1.824],[1.263,1.436],[1.609,0.406]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[912.911,352.618],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 309\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":309,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.171,0.022],[0.29,-0.199],[0.799,-1.126],[-0.286,-0.165],[-0.115,0.04],[-1.044,1.312],[-0.026,0.13]],\"o\":[[-0.382,-0.042],[-1.128,0.781],[-0.2,0.285],[0.104,0.063],[1.576,-0.553],[0.074,-0.094],[-0.149,-0.2]],\"v\":[[1.91,-1.866],[0.749,-1.712],[-2.161,1.144],[-2.064,1.838],[-1.674,1.871],[2.279,-0.903],[2.361,-1.295]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[44.883,490.044],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 310\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":310,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.027,-0.956],[-0.102,-0.065],[-0.652,0.321],[-0.087,0.594],[0.889,-0.085],[0.159,-0.18]],\"o\":[[-0.003,0.095],[0.608,0.398],[0.639,-0.321],[0.088,-1.038],[-0.241,0.023],[-0.666,0.746]],\"v\":[[-1.664,1.157],[-1.433,1.448],[0.474,1.588],[1.579,0.135],[-0.148,-1.823],[-0.832,-1.484]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[356.003,361.389],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 311\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":311,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.192,-0.357],[-0.266,0.308],[-0.245,0.951],[0.147,0.196],[0.571,0.033],[-0.867,-1.314]],\"o\":[[0.184,0.342],[0.631,-0.722],[0.06,-0.219],[-0.348,-0.461],[-1.221,0.242],[0.22,0.336]],\"v\":[[-0.61,1.691],[0.458,1.754],[1.97,-0.646],[1.764,-1.388],[0.325,-2.062],[-1.162,0.607]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[353.623,329.678],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 312\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":312,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.464,0.048],[0.146,-0.154],[0.988,-1.106],[-0.06,-0.08],[-0.106,0.005],[-1.136,1.026],[-0.097,0.246]],\"o\":[[-0.249,-0.025],[-1.032,1.07],[-0.048,0.053],[0.074,0.097],[1.555,-0.081],[0.263,-0.236],[-0.052,-0.598]],\"v\":[[1.379,-1.979],[0.629,-1.82],[-2.38,1.464],[-2.325,1.783],[-2.007,1.999],[2.024,0.261],[2.428,-0.703]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[51.431,487.711],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 313\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":313,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.4,-0.745],[0.058,-0.391],[-0.672,-0.349],[-0.751,0.522],[-0.077,0.104],[0.042,0.092],[0.366,0.717]],\"o\":[[-0.187,0.343],[-0.103,0.713],[0.744,0.384],[0.099,-0.067],[0.042,-0.127],[-0.322,-0.738],[-0.367,-0.72]],\"v\":[[-1.312,-1.293],[-1.659,-0.152],[-0.914,1.578],[1.376,1.538],[1.605,1.232],[1.72,0.854],[0.701,-1.34]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[522.082,406.646],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 314\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":314,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.283,0.264],[-0.087,0.239],[0.166,0.176],[1.111,-1.145],[-0.244,-0.264],[-1.12,0.28]],\"o\":[[0.166,-0.15],[-0.097,-0.242],[-1.063,-1.153],[-0.234,0.239],[0.791,0.848],[0.367,-0.095]],\"v\":[[1.936,0.832],[2.21,0.13],[1.903,-0.582],[-1.976,-0.566],[-1.941,0.543],[0.938,1.454]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1000.378,753.478],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 315\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":315,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.065,0.085],[-1.483,1.39],[0,0.236],[0.092,0.007],[0.497,-0.184],[0.313,-0.915],[0.343,-0.737],[-0.055,-0.25],[-0.165,-0.168]],\"o\":[[1.177,-1.639],[0.125,-0.118],[-0.108,-0.099],[-0.612,-0.057],[-0.763,0.281],[-0.261,0.76],[-0.107,0.229],[0.046,0.22],[0.041,0.046]],\"v\":[[-1.602,2.753],[2.286,-1.867],[2.301,-2.592],[2.02,-2.846],[0.594,-2.151],[-1.2,-0.706],[-2.291,1.471],[-2.355,2.263],[-1.97,2.857]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1042.418,548.258],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 316\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":316,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.005,0.03],[0,0],[-0.042,-0.026],[-0.005,-0.001]],\"o\":[[0,0],[0.046,0.022],[0.007,0],[-0.01,-0.03]],\"v\":[[0.037,-0.039],[-0.074,-0.039],[0.058,0.038],[0.075,0.039]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[368.421,566.622],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 317\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":317,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.167,-0.607],[-0.533,0.005],[1.967,0.897],[0.791,1.017],[0.208,-0.132],[-0.049,-0.087],[-0.456,-0.776],[-0.439,-0.157]],\"o\":[[0.531,-0.009],[0.181,-2.508],[-1.085,-0.496],[-0.039,-0.049],[-0.068,0.047],[0.443,0.783],[0.444,0.128],[0.598,0.216]],\"v\":[[0.971,2.346],[2.57,2.323],[0.94,-0.491],[-2.146,-2.297],[-2.801,-2.007],[-2.857,-1.65],[-1.492,0.681],[-0.16,1.081]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[367.487,564.237],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 318\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":318,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.018,0.029],[0.033,0.01],[0,-0.033],[-0.052,-0.003]],\"o\":[[-0.032,-0.011],[0.003,0.033],[0.049,0.003],[-0.016,-0.029]],\"v\":[[0.026,-0.029],[-0.076,-0.06],[-0.061,0.033],[0.076,0.059]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[365.968,564.946],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 319\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":319,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.271,-0.2],[0.275,-0.29],[-0.24,-0.739],[-0.279,-0.903],[-0.086,-0.052],[-0.03,0.119],[-0.574,0.913],[0.679,0.671]],\"o\":[[-0.326,0.235],[-0.48,0.51],[0.288,0.904],[0.022,0.073],[0.09,-0.103],[0.288,-1.091],[0.416,-0.657],[-0.292,-0.287]],\"v\":[[-0.146,-2.64],[-1.08,-1.874],[-1.593,-0.036],[-0.773,2.683],[-0.523,2.84],[-0.266,2.532],[1.417,-0.237],[0.957,-2.434]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1057.427,453.761],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 320\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":320,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.448,-0.286],[-0.47,-1.479],[-0.243,-0.23],[-0.135,0.168],[-0.452,0.669],[-0.103,0.247],[0.382,0.335]],\"o\":[[-1.307,0.84],[0.1,0.318],[0.332,-0.12],[0.508,-0.624],[0.147,-0.219],[0.192,-0.467],[-0.405,-0.353]],\"v\":[[-0.055,-2.157],[-1.505,1.676],[-0.737,2.443],[0.054,2.134],[1.476,0.174],[1.783,-0.567],[1.438,-2.035]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[336.058,479.289],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 321\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":321,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.085,0.777],[0.202,0],[-0.043,-0.354],[-0.71,-0.981],[-0.53,0.343],[0.416,0.521]],\"o\":[[-0.081,-0.062],[-0.103,0.364],[0.148,1.267],[0.277,0.389],[0.555,-0.358],[-0.848,-1.076]],\"v\":[[-1.364,-2.307],[-1.81,-2.312],[-2.103,-1.203],[-0.404,1.969],[1.493,2.026],[1.73,0.238]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1099.002,762.819],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 322\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":322,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.278,-0.268],[-0.166,0.255],[-0.238,1.581],[0.1,0.385],[0.186,0.022],[0.092,-0.186],[0.424,-1.13],[-0.096,-0.513]],\"o\":[[0.265,0.256],[0.862,-1.312],[-0.02,-0.284],[-0.055,-0.209],[-0.205,-0.027],[-0.538,1.08],[-0.178,0.482],[0.065,0.345]],\"v\":[[-0.672,2.966],[0.413,2.824],[1.456,-1.595],[1.353,-2.68],[0.875,-3.196],[0.22,-2.868],[-1.277,0.434],[-1.353,2.027]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[323.346,350.415],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 323\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":323,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.147,-0.046],[-1.221,-0.594],[-0.4,0.042],[0.255,0.415],[0.172,0.213],[1.76,0],[0.363,-0.172],[0.024,-0.239]],\"o\":[[1.344,0.373],[0.329,0.167],[0.494,-0.054],[-0.143,-0.229],[-0.957,-1.141],[-0.067,0.021],[-0.195,0.092],[-0.025,0.223]],\"v\":[[-2.726,-0.206],[0.939,1.612],[2.141,1.648],[2.74,0.396],[2.298,-0.296],[-1.723,-1.779],[-2.58,-1.57],[-2.97,-0.909]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[976.582,775.896],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 324\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":324,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.615,-0.392],[-0.052,-0.163],[-0.849,-1.091],[-0.371,0.63],[0.566,0.873],[0.399,0.501]],\"o\":[[-0.185,0.12],[0.404,1.3],[0.429,0.555],[0.55,-0.905],[-0.347,-0.541],[-0.651,-0.157]],\"v\":[[-1.633,-2.221],[-1.991,-1.596],[-0.243,2.058],[1.479,1.919],[1.477,-0.783],[0.298,-2.303]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[980.035,694.66],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 325\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":325,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.345,0.109],[0.734,0.074],[0.754,-0.224],[0.161,-0.346],[-0.296,-0.122],[-0.255,-0.046],[-1.268,0.902],[0.221,0.239]],\"o\":[[-0.499,-0.162],[-0.605,0.081],[-0.293,0.075],[-0.131,0.285],[0.244,0.108],[1.512,0.264],[0.263,-0.188],[-0.264,-0.279]],\"v\":[[1.823,-1.19],[0.034,-1.396],[-2.139,-1.058],[-2.817,-0.153],[-2.305,0.823],[-1.57,1.133],[2.628,0.247],[2.727,-0.465]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[344.906,676.897],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 326\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":326,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.21,0.245],[0.206,-0.148],[0.028,-0.225],[-0.155,-0.044],[-1.313,-0.325],[-0.041,0],[-1.073,0.172],[0.011,0.065],[0.16,0.124],[1.115,-0.069]],\"o\":[[-0.23,-0.049],[-0.198,0.143],[-0.03,0.218],[1.303,0.378],[0.123,0.033],[1.169,-0.171],[0.115,-0.02],[-0.04,-0.227],[-0.889,-0.695],[-1.234,0.075]],\"v\":[[-2.871,-1.267],[-3.63,-1.028],[-4.057,-0.405],[-3.781,0.261],[0.15,1.283],[0.458,1.29],[3.779,0.795],[4.076,0.544],[3.823,-0.097],[0.778,-1.083]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[648.058,614.623],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 327\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":327,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.303,-0.195],[-0.52,1.247],[-0.011,0.14],[0.793,0.538],[0.242,-0.05],[-0.597,-1.611]],\"o\":[[1.073,0.686],[0.049,-0.116],[-0.268,-0.972],[-0.203,-0.136],[-1.62,0.33],[0.13,0.357]],\"v\":[[-1.099,1.657],[2.321,0.395],[2.348,-0.012],[0.587,-2.155],[-0.186,-2.293],[-1.773,0.707]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[743.783,407.752],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 328\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":328,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.113,0.283],[0.206,0.801],[0.586,-0.02],[1.168,-0.244],[-0.003,-0.228],[-0.442,-0.359]],\"o\":[[0.801,-0.204],[-0.108,-0.408],[-0.931,0.154],[-0.147,0.033],[0.001,0.552],[0.899,0.729]],\"v\":[[1.091,1.506],[2.395,-0.735],[0.989,-1.769],[-2.292,-1.196],[-2.598,-0.539],[-1.947,0.875]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[74.754,443.085],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 329\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":329,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.264,0.268],[0.033,0.261],[0.169,0.119],[1.259,0.395],[0,-0.072],[-0.102,-1.317],[-0.384,-0.123],[-0.443,0.5],[-0.265,0.304],[0,0],[-0.022,0.016]],\"o\":[[0.011,-0.266],[-0.034,-0.251],[-1.089,-0.784],[-0.068,-0.024],[0.05,1.321],[0.042,0.466],[0.514,0.169],[0.272,-0.304],[0,0],[0.023,-0.019],[0.261,-0.269]],\"v\":[[2.039,0.474],[2.055,-0.324],[1.818,-1.043],[-1.815,-2.588],[-2.089,-2.385],[-1.897,1.581],[-0.997,2.266],[0.472,2.112],[1.264,1.195],[1.189,1.328],[1.247,1.275]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[985.706,700.946],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 330\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":330,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.704,-0.044],[0.791,-0.192],[-0.154,-0.231],[-2.107,0.663],[-0.374,0.152],[0.208,0.288]],\"o\":[[-0.509,0.086],[-0.307,0.07],[1.18,1.789],[0.384,-0.119],[0.351,-0.139],[-0.901,-1.267]],\"v\":[[-0.797,-1.741],[-2.904,-1.354],[-3.173,-0.724],[1.717,1.122],[2.85,0.695],[3.12,-0.333]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[307.886,677.121],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 331\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":331,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.67,0.803],[0.673,0.435],[0,0],[0.038,-0.037],[0.26,-0.269],[0.729,-0.914],[-1.082,-0.748],[-0.459,-0.277],[-0.171,0.414],[0.074,0.837],[0,0],[0,0],[0,0]],\"o\":[[-0.039,-1.059],[0,0],[-0.041,0.035],[-0.264,0.268],[-0.28,0.978],[-0.876,1.101],[0.44,0.301],[0.318,0.189],[0.3,-0.736],[0,0],[0,0],[0,0],[-0.718,-0.809]],\"v\":[[2.068,-1.781],[0.419,-3.444],[0.536,-3.564],[0.419,-3.45],[-0.372,-2.65],[-1.267,0.297],[-0.913,2.532],[0.451,3.375],[1.424,2.931],[2.039,0.635],[2.142,0.735],[2.142,0.635],[2.068,0.635]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[987.325,704.87],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 332\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":332,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.108,-0.247],[-0.057,-0.082],[-0.108,-0.074],[-0.112,0.06],[-0.791,1.256],[-1.417,0.874],[0.408,0.652],[0.51,-0.712],[2.009,-1.876]],\"o\":[[-0.044,0.099],[0.065,0.105],[0.133,-0.014],[1.36,-0.709],[0.901,-1.436],[0.451,-0.282],[-0.734,-1.158],[-1.605,2.2],[-0.187,0.176]],\"v\":[[-3.939,3.68],[-3.918,4.018],[-3.602,4.257],[-3.2,4.21],[0.124,1.249],[3.532,-2.188],[3.477,-3.112],[1.64,-3.33],[-3.543,2.977]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[972.38,705.974],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 333\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":333,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.239,0.394],[-0.085,0.383],[-0.074,0.546],[0.034,0.269],[0.019,0.137],[0.562,-0.23],[0.443,-0.3],[-0.06,-0.718],[-0.652,-0.892]],\"o\":[[0.212,-0.345],[0.171,-0.794],[-0.053,-0.541],[-0.015,-0.133],[-0.077,-0.634],[-0.498,0.202],[-0.609,0.416],[0.09,1.111],[0.268,0.366]],\"v\":[[0.916,2.647],[1.467,1.571],[1.781,-0.583],[1.674,-1.665],[1.592,-2.065],[0.464,-2.811],[-0.987,-2.096],[-1.721,-0.305],[-0.523,2.668]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[595.049,586.646],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 334\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":334,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.035,0.126],[0.079,0.036],[0.231,-0.039],[1.715,-1.351],[-0.659,-0.403],[-0.457,0.333],[-1.587,1.246]],\"o\":[[-0.046,-0.102],[-0.239,-0.108],[-2.18,0.37],[-0.55,0.437],[0.486,0.297],[1.628,-1.19],[0.083,-0.066]],\"v\":[[3.61,-1.921],[3.462,-2.218],[2.716,-2.447],[-3.06,0.293],[-2.805,1.966],[-1.291,2.153],[3.499,-1.544]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[281.548,355.73],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 335\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":335,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.826,0.187],[-0.739,0.35],[-0.389,0.994],[0.079,-0.01],[1.079,-0.149],[0.816,-0.509],[-0.346,-0.407]],\"o\":[[0.794,-0.183],[1.099,-0.523],[-0.101,-0.108],[-1.082,0.137],[-0.98,0.137],[-0.415,0.257],[0.593,0.701]],\"v\":[[-0.742,1.833],[1.542,0.916],[3.306,-1.714],[3.02,-2.01],[-0.221,-1.552],[-2.833,-0.401],[-2.961,1.065]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[676.086,615.208],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 336\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":336,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.783,0.371],[0.235,-0.103],[-0.34,-0.36],[-0.177,-0.201],[-1.044,-0.384],[-1.038,-0.284],[-0.099,0.07],[-0.143,0.193],[0.067,0.097]],\"o\":[[-0.12,0.035],[-0.299,0.13],[0.183,0.194],[0.72,0.812],[1.011,0.367],[0.119,0.031],[0.2,-0.138],[0.06,-0.084],[-1.572,-2.229]],\"v\":[[-2.867,-2.38],[-3.476,-2.193],[-3.381,-1.151],[-2.81,-0.581],[-0.316,1.448],[2.788,2.349],[3.181,2.288],[3.715,1.791],[3.684,1.396]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[370.824,550.228],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 337\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":337,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.005,-0.132],[-0.842,-0.254],[-0.391,-0.073],[-0.133,-0.008],[0.117,1.067],[0.476,0.675],[0.512,-0.186],[0.591,-0.31],[-0.197,-0.611]],\"o\":[[-0.063,0.994],[0.387,0.117],[0.148,0],[1.08,0.051],[-0.096,-0.833],[-0.294,-0.421],[-0.631,0.225],[-0.535,0.282],[0.038,0.124]],\"v\":[[-2.242,0.372],[-0.865,2.103],[0.323,2.335],[0.737,2.336],[2.382,0.538],[1.504,-1.702],[0.079,-2.201],[-1.762,-1.392],[-2.302,-0.026]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[844.058,373.359],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 338\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":338,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.044,1.291],[0.087,0.225],[0.22,0.069],[0.071,0.008],[0.539,-0.082],[0.294,-0.235],[0.542,-0.607],[-0.2,-0.411],[-0.468,-0.045],[-0.492,0.146]],\"o\":[[0.137,-0.166],[-0.086,-0.22],[-0.384,-0.12],[-0.882,0.042],[-0.387,0.057],[-0.636,0.504],[-0.264,0.299],[0.183,0.367],[0.54,0.051],[1.606,-0.477]],\"v\":[[3.215,-0.744],[3.255,-1.513],[2.707,-2.042],[1.835,-2.166],[-0.139,-2.062],[-1.26,-1.664],[-3.031,0.018],[-3.152,1.172],[-2.333,1.994],[-0.721,2.019]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[328.174,475.39],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 339\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":339,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.131,-0.618],[0.098,-0.594],[-0.23,-0.631],[-0.856,0.242],[-0.387,1.513],[0.163,0.181],[1.302,-0.05]],\"o\":[[-0.079,0.399],[0.129,0.493],[0.288,0.8],[1.665,-0.473],[0.057,-0.217],[-0.872,-0.981],[-0.582,0.022]],\"v\":[[-2.408,-1.509],[-2.647,-0.11],[-2.163,1.685],[-0.127,2.581],[2.59,-0.704],[2.342,-1.446],[-0.961,-2.773]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[697.427,446.015],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 340\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":340,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.895,0.306],[-0.323,0.245],[-0.14,0.227],[0.261,0.161],[0.087,-0.022],[1.307,0.263],[1.219,0.185],[0.136,0.012],[0.705,-0.737],[-0.035,-0.229],[-0.196,-0.046],[-1.048,-0.19]],\"o\":[[0.383,-0.066],[0.216,-0.157],[0.18,-0.293],[-0.113,-0.062],[-1.169,0.327],[-1.207,-0.24],[-0.139,-0.025],[-1.003,-0.052],[-0.163,0.174],[0.032,0.217],[1.066,0.242],[1.936,-0.272]],\"v\":[[3.836,0.653],[4.901,0.057],[5.404,-0.575],[5.258,-1.276],[4.924,-1.454],[1.357,-0.745],[-2.289,-1.312],[-2.697,-1.39],[-5.31,-0.441],[-5.549,0.292],[-5.095,0.875],[-1.898,1.477]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[982.029,771.601],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 341\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":341,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.334,-0.101],[-0.781,-0.22],[-0.462,-0.099],[-2.105,0.58],[0.224,0.285],[1.6,-0.186],[0.16,-0.197],[0.125,-0.217],[1.455,0.529],[0.303,-0.541]],\"o\":[[0.775,0.249],[0.524,0.138],[2.251,-0.283],[0.315,-0.083],[-1.024,-1.294],[-0.202,0.021],[-0.156,0.188],[-1.401,-0.834],[-0.514,-0.191],[-0.22,0.386]],\"v\":[[-5.138,0.797],[-2.811,1.526],[-1.286,1.844],[5.207,0.576],[5.339,-0.073],[1.347,-1.657],[0.794,-1.161],[0.417,-0.52],[-4.002,-0.935],[-5.343,-0.239]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[968.922,771.732],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 342\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":342,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.753,-0.611],[-0.387,0.06],[-0.057,0.105],[0.164,0.193],[1.55,1.727],[0.595,0.563],[0.25,0.074],[0.161,-0.134],[-0.048,-0.206],[-1.25,-1.266]],\"o\":[[0.335,0.122],[0.068,-0.007],[-0.101,-0.244],[-1.519,-1.75],[-0.547,-0.609],[-0.194,-0.185],[-0.227,-0.062],[-0.174,0.138],[0.438,1.806],[1.237,1.259]],\"v\":[[2.844,4.23],[4.002,4.149],[4.178,3.854],[3.873,3.119],[-0.724,-2.106],[-2.472,-3.839],[-3.146,-4.291],[-3.87,-4.21],[-4.131,-3.512],[-1.227,0.878]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1128.673,821.741],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 343\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":343,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.669,0.19],[-2.422,-1.309],[-0.129,-0.035],[-0.106,0.585],[0.215,0.299],[0.349,0.2],[2.475,-0.475],[0.198,-0.723]],\"o\":[[2.602,-0.721],[0.114,0.064],[0.337,0.116],[-0.065,-0.209],[-0.229,-0.318],[-2.256,-1.291],[-0.71,0.134],[-0.209,0.772]],\"v\":[[-3.864,1.117],[3.686,1.778],[4.078,1.877],[5.008,1.076],[4.681,0.148],[3.743,-0.628],[-3.41,-1.518],[-4.799,-0.158]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1010.025,752.883],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 344\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":344,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.711,-0.806],[-0.119,0.162],[-0.962,0.652],[0.09,0.149],[0.94,0.973],[0.169,-0.213],[0.433,-0.676],[0.07,-0.26]],\"o\":[[0.179,0.083],[0.634,-0.842],[0.158,-0.106],[-0.706,-1.118],[-0.193,-0.204],[-0.499,0.631],[-0.204,0.323],[-0.03,2.112]],\"v\":[[-0.199,3.539],[0.518,3.347],[2.252,0.694],[2.438,-0.01],[0.385,-3.403],[-0.75,-3.409],[-2.204,-1.482],[-2.497,-0.456]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[697.463,338.435],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 345\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":345,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.21,-0.314],[0.011,-0.221],[-0.638,-0.752],[-0.442,0.205],[-0.509,0.076],[-0.277,0.69],[-0.131,0.246],[0.652,0.35],[0.519,0.176],[0.115,-0.146]],\"o\":[[-0.183,0.046],[-0.046,1.021],[0.303,0.362],[0.491,-0.228],[0.796,-0.12],[0.199,-0.506],[0.402,-0.879],[-0.481,-0.256],[-0.232,-0.079],[-0.813,1.011]],\"v\":[[-2.856,-0.927],[-3.245,-0.298],[-2.16,2.298],[-0.648,2.666],[0.796,1.924],[2.25,0.701],[2.889,-0.513],[2.522,-2.108],[1.03,-2.789],[0.257,-2.725]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[687.302,351.196],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 346\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":346,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.003,-0.001],[-0.033,-0.041],[0,0.037],[0.046,0.009]],\"o\":[[0.035,0.04],[0.003,-0.038],[-0.041,-0.01],[0,0]],\"v\":[[-0.053,-0.059],[0.042,0.064],[0.053,-0.041],[-0.05,-0.064]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[664.459,352.482],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 347\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":347,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.8,-0.19],[-1.077,-0.159],[-0.16,0.471],[0.098,0.186],[-0.442,0.352],[-0.698,-0.387],[-0.636,0.204],[0.138,0.151],[1.213,0.235],[0.431,-0.247],[0.883,-1.218]],\"o\":[[1.057,0.255],[0.782,0.116],[-0.135,-0.167],[-0.389,-0.747],[0.533,-0.417],[0.585,0.322],[-0.046,-0.241],[-0.867,-0.926],[-0.503,-0.094],[-1.313,0.747],[-0.457,0.627]],\"v\":[[-3.077,2.286],[0.12,2.937],[0.992,1.863],[0.609,1.35],[0.677,-0.47],[2.5,-0.803],[4.326,-0.621],[4.143,-1.296],[0.932,-2.96],[-0.644,-2.738],[-3.868,0.329]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[663.414,350.561],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 348\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":348,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.454,-0.28],[0.014,-0.213],[-0.565,-1.126],[-0.438,-0.082],[-0.999,0.85],[0.178,0.338],[0.077,0.111],[0.145,0.227],[-0.585,0.749],[0.411,0.47],[0.669,-0.309],[0.384,-0.129],[0,0],[0.002,-0.001],[0,-0.002]],\"o\":[[-0.212,0.133],[-0.106,1.219],[0.224,0.446],[1.237,0.232],[0.253,-0.22],[-0.059,-0.12],[-0.16,-0.224],[-0.419,-0.631],[0.646,-0.826],[-0.541,-0.62],[-0.364,0.169],[0,0],[-0.004,0.001],[-0.003,0.001],[-0.476,0.241]],\"v\":[[-2.051,-1.982],[-2.543,-1.391],[-2.19,2.204],[-1.053,3.267],[2.365,2.361],[2.554,1.252],[2.349,0.902],[1.872,0.243],[2.044,-1.134],[2.345,-2.879],[0.518,-3.113],[-0.629,-2.714],[-0.612,-2.728],[-0.617,-2.728],[-0.623,-2.72]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[693.197,345.238],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 349\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":349,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.214,-0.378],[-0.174,-0.462],[-0.263,-0.622],[-0.008,-0.006],[-0.028,0.032],[0.002,-0.05],[-0.128,-0.136],[0.056,-0.062],[0.059,0.349],[-0.017,0.183],[0.024,0.012],[0.051,-0.079],[-0.728,-1.06],[-0.47,-0.663],[-0.238,0.01],[0.071,0.331],[0.049,0.404],[-0.133,0.035],[0.183,1.145],[0.44,0.729]],\"o\":[[-0.499,0.158],[0.25,0.63],[0.011,0.006],[0.027,-0.034],[-0.003,0.048],[0.154,0.115],[0.064,0.068],[-0.21,0.256],[-0.031,-0.179],[-0.024,-0.015],[-0.063,0.073],[-0.695,0.981],[0.466,0.672],[0.125,0.172],[0.358,-0.012],[-0.088,-0.398],[-0.03,-0.235],[1.439,-0.443],[-0.13,-0.821],[-0.617,-1.014]],\"v\":[[-1.432,-4.198],[-2.149,-2.906],[-1.358,-1.033],[-1.336,-1.013],[-1.257,-1.114],[-1.268,-0.963],[-0.82,-0.603],[-0.8,-0.269],[-1.272,-0.416],[-1.268,-0.963],[-1.336,-1.013],[-1.507,-0.788],[-1.639,2.248],[-0.33,4.315],[0.38,4.566],[1.056,3.696],[0.73,2.516],[0.928,1.8],[2.073,-0.829],[1.394,-3.17]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[994.08,699.939],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 350\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":350,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.132,0],[-0.486,0.503],[0.221,0.213],[2.285,0.191],[0.359,-0.94],[-0.372,-0.263],[-1.857,-0.401]],\"o\":[[0.687,-0.126],[0.215,-0.222],[-1.588,-1.509],[-0.922,-0.08],[-0.188,0.479],[1.581,1.117],[0.127,0.026]],\"v\":[[2.102,2.508],[3.857,1.573],[3.896,0.476],[-1.715,-2.451],[-3.928,-1.021],[-3.54,0.45],[1.704,2.505]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[347.813,356.576],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 351\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":351,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.301,-0.155],[-0.372,-0.02],[-0.32,-0.883],[-0.303,-0.753],[-0.419,0.119],[-0.772,0.247],[-0.095,0.09],[0.052,0.101],[0.264,1.021],[1.37,0.21],[0.587,0.308],[0.143,-0.144],[0.231,-0.843]],\"o\":[[0.348,0.18],[0.912,0.04],[0.276,0.763],[0.13,0.324],[0.781,-0.217],[0.114,-0.038],[0,-0.138],[-0.478,-0.969],[-0.373,-1.424],[-0.598,-0.091],[-0.175,-0.093],[-0.575,0.558],[-0.083,0.31]],\"v\":[[-3.551,-0.653],[-2.457,-0.227],[-0.59,1.039],[0.294,3.307],[1.328,3.714],[3.654,3.015],[3.946,2.745],[3.938,2.359],[2.519,-0.545],[-0.038,-2.721],[-1.729,-3.74],[-2.432,-3.631],[-3.907,-1.735]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[76.476,414.658],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 352\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":352,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.338,0.107],[-1.115,1.136],[-1.74,0.218],[-0.601,0.327],[-0.084,0.654],[0.766,-0.011],[1.901,-1.452],[0.592,-0.325],[0.417,-0.521],[-0.037,-1.274]],\"o\":[[1.426,-0.466],[1.172,-1.199],[0.656,-0.079],[0.459,-0.255],[0.041,-0.329],[-2.201,0.055],[-0.517,0.398],[-0.588,0.324],[-0.753,0.951],[0.387,0.039]],\"v\":[[-5.068,3.351],[-1.094,1.306],[3.203,-0.948],[5.094,-1.745],[6.198,-2.856],[4.863,-3.447],[-1.438,-1.984],[-3.354,-1.272],[-4.937,0.006],[-6.202,3.312]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[994.918,774.942],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 353\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":353,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.741,0.345],[0.281,-0.388],[-0.018,-0.703],[-0.073,-0.806],[0.033,-0.002],[0.032,-0.666],[-0.807,-1.448],[-0.225,-0.136],[-0.096,0.052],[0.023,0.064],[-0.664,2.089],[-0.373,1.173],[0.175,0.104]],\"o\":[[-0.431,-0.201],[-0.414,0.576],[0.019,0.811],[-0.033,0.005],[0.071,0.675],[-0.092,1.723],[0.12,0.215],[0.092,0.051],[0.116,-0.06],[-0.808,-2.208],[0.372,-1.174],[0.06,-0.191],[-0.698,-0.419]],\"v\":[[-0.172,-5.934],[-1.633,-5.443],[-2.313,-3.534],[-2.105,-1.109],[-2.199,-1.098],[-1.994,0.92],[-0.679,5.595],[-0.055,6.084],[0.309,6.074],[0.569,5.775],[1.052,-0.622],[2.271,-4.115],[2.005,-4.812]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[159.145,509.765],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 354\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":354,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.033,-0.131],[-1.267,-0.041],[-0.924,2.141],[-0.233,0.64],[0.539,0.343],[0.932,-0.642],[0.766,-1.641]],\"o\":[[-0.303,1.214],[2.284,0.095],[0.269,-0.625],[0.176,-0.492],[-1.027,-0.657],[-1.474,1.014],[-0.057,0.121]],\"v\":[[-3.602,1.386],[-1.892,3.611],[2.984,0.638],[3.728,-1.267],[2.944,-3.031],[-0.157,-3.064],[-3.512,0.987]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[358.843,444.175],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 355\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":355,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.14,-0.381],[-0.045,-1.642],[-2.184,1.37],[-0.043,0.552],[0,0.819],[0,0],[0.023,0.547],[0.045,0.404],[1.634,-1.202],[0.445,-0.315]],\"o\":[[0.568,1.573],[0.069,2.437],[0.5,-0.313],[0.063,-0.816],[0,0],[-0.024,-0.546],[-0.015,-0.408],[-0.143,-1.319],[-0.439,0.32],[-0.365,0.259]],\"v\":[[-2.462,-2.312],[-1.839,2.526],[1.617,4.104],[2.49,2.81],[2.505,0.354],[2.602,0.354],[2.526,-1.283],[2.489,-2.507],[-0.7,-4.271],[-2.068,-3.383]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[595.034,595.295],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 356\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":356,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.174,1.376],[0.295,0.2],[0.29,0.104],[0.139,0.005],[1.278,-1.589],[0.065,-0.256],[-1.411,-0.498],[-0.867,1.337]],\"o\":[[0.042,-0.318],[-0.433,-0.293],[-0.393,0],[-2.096,-0.095],[-0.166,0.203],[-0.369,1.457],[1.386,0.49],[0.74,-1.143]],\"v\":[[4.094,-2.082],[3.516,-3.094],[2.236,-3.591],[1.571,-3.591],[-3.415,-1.185],[-3.768,-0.458],[-1.805,3.195],[2.561,1.685]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[939.518,671.644],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 357\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":357,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.103,-0.068],[-0.073,0.05],[-1.392,0.027],[-1.495,0.203],[0.397,0.633],[1.415,0.401],[0.663,0.13],[0.681,-0.012],[0.123,-0.553],[0.288,-1.648],[0.172,-0.804]],\"o\":[[0.099,0.068],[1.161,-0.818],[1.498,-0.03],[0.694,-0.092],[-0.739,-1.197],[-0.655,-0.185],[-0.661,-0.127],[-0.579,0.011],[-0.176,0.794],[0.008,-0.038],[-0.021,0.089]],\"v\":[[-4.727,3.125],[-4.365,3.208],[-0.51,2.213],[3.979,1.714],[4.571,0.098],[1.501,-2.473],[-0.439,-3.131],[-2.479,-3.229],[-4,-2.004],[-4.583,1.25],[-4.948,2.813]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[920.499,356.354],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 358\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":358,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.173,-0.041],[-0.619,-1.009],[-0.802,-0.471],[-0.279,1.861],[-0.05,0.541],[-0.008,0.136],[1.276,-0.208],[1.244,0.079],[0.927,-0.177],[0.299,-0.255],[-0.017,-0.235]],\"o\":[[1.078,0.243],[1.103,-0.006],[1.691,0.99],[0.082,-0.536],[0.019,-0.136],[0.079,-1.35],[-1.208,0.197],[-0.931,-0.059],[-0.379,0.07],[-0.175,0.148],[0.019,0.228]],\"v\":[[-4.513,-0.638],[-1.813,0.938],[0.525,2.445],[4.611,0.697],[4.77,-0.923],[4.826,-1.328],[2.882,-3.227],[-0.749,-2.903],[-3.563,-2.565],[-4.614,-1.992],[-4.888,-1.278]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[316.012,336.237],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 359\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":359,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.892,0.155],[0.363,-1.177],[1.289,-0.492],[0.556,0.714],[0,0],[0,0],[0,0],[1.398,0.166],[0.273,-0.029],[0.237,-0.114],[0.066,-0.213],[-0.16,-0.128],[-3.076,0.568],[-0.242,0.131],[-1.333,0.498],[0.01,0.215],[-0.34,0.717]],\"o\":[[-1.142,-0.198],[-0.445,1.461],[-0.715,0.273],[0,0],[0,0],[0,0],[-1.322,0.253],[-0.269,-0.033],[-0.265,0.023],[-0.217,0.106],[-0.061,0.217],[2.514,2.016],[0.256,-0.046],[1.199,-0.653],[0.2,-0.071],[-0.041,-0.946],[0.375,-0.779]],\"v\":[[5.932,-3.862],[3.786,-2.603],[1.005,0.159],[-1.09,-0.383],[-1.066,-0.591],[-1.177,-0.471],[-1.09,-0.379],[-5.088,0.252],[-5.909,0.272],[-6.708,0.418],[-7.255,0.935],[-7.096,1.671],[1.378,3.492],[2.115,3.145],[5.403,0.742],[5.818,0.089],[6.941,-2.018]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1082.377,759.792],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 360\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":360,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.914,-0.394],[-2.017,-0.273],[-0.517,0.138],[-0.329,1.139],[0.165,0.303],[1.316,-0.044],[0.933,-0.056],[1.067,0.047],[0.22,-0.14],[0.679,0.061],[-0.176,-0.33]],\"o\":[[2.012,0.871],[0.693,-0.088],[1.12,-0.301],[0.108,-0.366],[-0.637,-1.135],[-0.929,0.029],[-1.066,0.067],[-0.265,-0.011],[-0.63,0.406],[-0.338,-0.029],[0.457,0.855]],\"v\":[[-4.145,1.185],[2.024,2.704],[3.789,2.47],[6.067,0.348],[6.056,-0.827],[3.087,-2.66],[0.314,-2.102],[-2.896,-2.277],[-3.68,-2.069],[-5.648,-1.819],[-6.045,-0.879]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[924.648,335.648],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 361\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":361,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.01,0],[-0.023,0.046],[0.07,-0.018],[-0.032,-0.031]],\"o\":[[0.026,-0.045],[-0.069,0.018],[0.031,0.031],[0.007,0]],\"v\":[[0.02,0.064],[0.103,-0.065],[-0.103,-0.007],[-0.003,0.065]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[333.768,373.861],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 362\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":362,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.037,-0.999],[-0.751,-0.718],[-1.04,-0.86],[-0.249,-0.111],[-0.299,0.76],[-0.327,1.031],[-0.013,0.538],[0.813,0.773],[0.683,-0.017],[0.398,-0.021]],\"o\":[[-0.724,0.693],[0.98,0.928],[0.198,0.166],[0.786,0.338],[0.401,-1.005],[0.161,-0.509],[0.035,-1.147],[-0.514,-0.49],[-0.401,0.01],[-0.732,1.274]],\"v\":[[-3.262,-1.281],[-3.258,1.268],[-0.189,3.91],[0.555,4.233],[2.612,3.481],[3.721,0.43],[3.975,-1.172],[2.737,-4.081],[0.81,-4.547],[-0.387,-4.488]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[334.175,378.413],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 363\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":363,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.268,1.885],[0.464,1.964],[0.161,1.91],[0.091,1.626]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.68,-0.326],[-0.186,-0.155],[-0.049,0.016],[0,0],[0,0],[0.021,0.017],[0.441,-0.216],[0.022,-0.228],[-0.196,-0.122],[-1.06,-0.795],[-0.39,0.09],[-0.044,0.176],[-0.955,0.756],[0.636,0.826],[0.109,0.077],[0,0],[0.035,0],[-0.002,-0.022],[0.262,0.132],[0.011,0.019],[0.024,-0.001],[0,0],[0.462,0.282],[-0.041,0.176],[-0.718,1.646],[0.206,0.128],[0.088,-1.254],[0.815,-1.2],[-0.4,-0.219],[-0.03,-0.103],[0.358,-0.03],[0.132,-0.8]],\"o\":[[0.21,0.102],[0.054,-0.017],[0,0],[0,0],[-0.021,-0.016],[-0.468,0.154],[-0.216,0.104],[-0.017,0.201],[1.055,0.676],[0.236,0.178],[0.258,-0.062],[0.337,-1.322],[0.589,-0.469],[-0.079,-0.103],[0,0],[-0.035,0.001],[0.002,0.025],[-0.254,0.172],[-0.011,-0.018],[-0.025,0],[0,0],[-0.493,-0.228],[-0.207,-0.126],[0.408,-1.629],[0.055,-0.124],[-1.149,-0.714],[-0.095,1.354],[-0.267,0.386],[0.111,0.064],[0.066,0.26],[-0.66,0.054],[-0.19,1.176]],\"v\":[[-2.802,2.966],[-2.231,3.4],[-2.08,3.352],[-2.005,3.556],[-2.169,3.451],[-2.231,3.4],[-3.62,3.905],[-4.077,4.536],[-3.688,5.16],[-0.184,6.253],[0.998,6.145],[1.695,5.768],[4.073,3.076],[4.003,1.307],[3.672,1.073],[3.776,0.96],[3.661,0.961],[3.665,1.031],[2.891,1.031],[2.858,0.976],[2.784,0.977],[2.905,1.056],[1.435,0.358],[0.998,-0.292],[0.763,-5.099],[0.315,-5.717],[-2.109,-4.681],[-3.013,-0.774],[-2.586,0.204],[-2.297,0.454],[-2.775,0.866],[-4.471,1.616]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[683.11,341.52],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 364\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":364,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.992,0.31],[0.16,-0.143],[0.435,-0.672],[0.419,-0.868],[-0.044,-1.035],[-1.609,-1.227],[-0.392,-0.372],[-0.101,0.355],[-0.342,0.55],[-0.079,1.805],[-0.168,1.365]],\"o\":[[-0.233,-0.073],[-0.604,0.55],[-0.519,0.798],[-0.486,1.019],[0.022,1.926],[0.424,0.317],[0.238,0.224],[0.188,-0.651],[1,-1.601],[0.068,-1.368],[0.112,-0.902]],\"v\":[[1.372,-6.888],[0.598,-6.81],[-1.091,-5.044],[-2.34,-2.443],[-2.973,0.68],[-1.056,5.56],[0.051,6.738],[0.673,6.5],[1.193,4.53],[2.413,-0.624],[2.905,-4.716]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[975.535,653.54],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 365\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":365,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.646,-0.026],[0.076,-0.945],[0.12,-0.868],[-0.006,-0.405],[-1.124,-0.231],[-0.407,-0.064],[-0.365,0.475],[-0.044,0.719],[-0.475,0.342],[-1.024,0.787],[0.395,0.524],[0.622,0.722],[0.223,-0.055],[0.057,-1.351],[0.9,-0.501],[0,0],[0.029,-0.012],[-0.003,-0.015]],\"o\":[[-1.206,0.048],[1.082,0.214],[-0.051,0.405],[0.011,1.067],[0.404,0.084],[0.604,0.097],[0.429,-0.559],[0.033,-0.565],[1.029,-0.747],[0.565,-0.437],[-0.573,-0.765],[-0.127,-0.15],[-1.274,0.309],[-0.048,1.12],[0,0],[-0.033,0.012],[0.002,0.014],[-0.49,0.438]],\"v\":[[-3.132,-0.767],[-4.643,1.045],[-3.659,2.163],[-3.835,3.379],[-2.122,5.297],[-0.917,5.565],[0.466,4.899],[1.284,3.049],[1.901,1.576],[4.079,-1.347],[4.206,-3.225],[2.439,-5.481],[1.706,-5.607],[0.055,-3.674],[-1.408,-1.381],[-1.323,-1.468],[-1.415,-1.455],[-1.41,-1.413]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[669.156,351.396],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 366\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":366,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.106,-0.667],[-0.562,-0.144],[-1.486,0.212],[-0.232,0.319],[-0.6,0.56],[-0.031,-0.025],[0,0.063],[0,0],[0.771,1.002],[0.517,1.276],[0.221,0.345],[0.398,-0.396],[-0.126,-2.224],[0.265,-0.745]],\"o\":[[0.102,0.62],[1.469,0.38],[0.339,-0.049],[0.444,-0.616],[0.03,0.027],[0.006,-0.064],[0,0],[0.694,-1.003],[-0.851,-1.105],[-0.152,-0.376],[-0.327,-0.506],[-1.495,1.481],[0.053,0.911],[-0.198,0.565]],\"v\":[[-3.918,4.282],[-2.803,5.338],[1.647,5.501],[2.569,4.747],[3.514,2.679],[3.604,2.759],[3.604,2.57],[3.495,2.665],[3.557,-0.384],[1.617,-3.998],[0.983,-5.051],[-0.857,-5.322],[-3.441,0.039],[-4.13,2.296]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[348.38,347.276],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 367\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":367,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[2.107,2.169],[0.384,0.093],[-0.026,-0.269],[0.143,-0.231],[0.367,-1.315],[-0.806,-1.904],[-0.976,0.079],[1.042,2.907]],\"o\":[[-0.253,-0.265],[-0.312,-0.082],[0.03,0.386],[-1.001,1.593],[-0.121,2.475],[0.381,0.893],[2.824,-0.239],[-1.025,-2.846]],\"v\":[[-1.652,-6.491],[-2.746,-6.948],[-3.284,-6.573],[-3.063,-5.45],[-4.119,-0.701],[-2.952,5.643],[-0.616,6.951],[3.198,0.99]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[843.837,713.437],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 368\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":368,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.02,0.037],[-0.001,0.008],[0.026,-0.031],[0,0]],\"o\":[[0.003,-0.009],[-0.029,0.032],[0,0],[0.021,-0.038]],\"v\":[[0.031,-0.044],[0.035,-0.068],[-0.035,0.035],[-0.035,0.068]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[362.653,400.398],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 369\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":369,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.171,-0.43],[0.244,-0.937],[-1.33,0.1],[-0.8,0.057],[-0.412,-0.546],[-0.941,-0.059],[0.016,0.295],[0.415,1.466],[1.598,0.308],[1.31,0.778],[0.321,-0.531],[0.32,-0.548]],\"o\":[[0.376,0.944],[-0.4,1.533],[0.797,-0.059],[0.626,-0.043],[0.942,0.074],[0.332,0.022],[-0.076,-1.509],[-0.449,-1.592],[-1.509,-0.291],[-0.435,-0.257],[-0.328,0.54],[-0.057,0.517]],\"v\":[[-4.981,-1.083],[-4.957,1.642],[-2.333,4.518],[0.049,4.158],[1.701,4.801],[4.526,5.015],[5.342,4.243],[4.714,-0.227],[1.671,-3.233],[-2.538,-4.781],[-3.904,-4.256],[-4.865,-2.618]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[367.549,402.972],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 370\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":370,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.656,0.024],[-0.814,-0.023],[-0.942,-0.162],[-0.719,-0.377],[-0.221,0.09],[-0.141,0.215],[-1.251,-0.202],[-0.331,0.179],[-1.614,-0.411],[-0.193,0.146],[-0.156,0.35],[0.192,0.118],[1.39,1.098],[0.522,0.128],[1.925,-0.743],[0.589,0.404],[0.242,0.12],[0.507,-0.736],[-0.368,-0.23],[-0.243,-0.897],[0.736,0.329],[0.465,-0.089],[1.067,-0.182],[-0.054,-0.185]],\"o\":[[0.815,-0.039],[0.953,0.032],[0.875,0.149],[0.198,0.107],[0.236,-0.091],[0.658,-1.015],[0.39,0.052],[1.561,-0.853],[0.285,-0.06],[0.309,-0.237],[0.073,-0.159],[-1.52,-0.916],[-0.413,-0.324],[-1.862,-0.456],[-0.65,0.247],[-0.227,-0.152],[-0.52,-0.251],[-0.256,0.378],[0.977,0.587],[0.129,0.471],[-0.698,-0.313],[-1.058,0.203],[-0.13,0.019],[0.212,0.718]],\"v\":[[-8.689,2.918],[-6.244,2.755],[-3.393,3.062],[-1.472,4.523],[-0.721,4.523],[-0.117,4.005],[2.654,2.68],[3.854,2.542],[8.627,2.216],[9.423,2.037],[10.183,1.143],[9.874,0.44],[5.578,-2.672],[4.088,-3.317],[-1.559,-3.474],[-3.494,-3.932],[-4.176,-4.38],[-5.871,-3.581],[-5.738,-2.51],[-4.577,-0.005],[-5.303,0.294],[-6.724,0.649],[-9.937,1.104],[-10.202,1.759]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[328.368,674.094],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 371\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":371,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.187,-0.134],[0.038,-0.135],[0.418,-0.66],[0.6,-0.549],[0.299,-0.276],[0.307,-0.266],[0.284,0.29],[1.25,-1.32],[0.867,-0.413],[0.037,-1.191],[-0.033,-0.131],[-0.177,-0.133],[-0.187,0.142],[-0.392,0.371],[-1.188,0.411],[-0.009,-0.342],[-0.028,-0.544],[-1.757,-0.542],[-0.674,-0.025],[-0.261,0.264],[0.114,0.582],[-0.358,0.858],[-0.189,-0.03],[-0.166,-0.207],[-0.571,0.49],[0.391,1.216],[0.218,1.349],[0.65,0.59],[0.235,0.99]],\"o\":[[-0.093,0.073],[-0.228,0.792],[-0.419,0.659],[-0.303,0.274],[-0.293,0.284],[-0.467,0.422],[-0.953,-0.955],[-0.685,0.729],[-0.96,0.449],[0,-0.027],[0.064,0.26],[0.125,0.092],[0.424,-0.329],[1.219,0.083],[0.338,-0.12],[0.012,0.539],[0.095,1.871],[0.657,0.202],[0.338,0.016],[0.378,-0.407],[-0.15,-0.788],[0.084,-0.199],[0.215,0.033],[0.607,0.756],[0.937,-0.808],[-0.416,-1.296],[-0.136,-0.858],[-0.709,-0.648],[-0.082,-0.353]],\"v\":[[3.706,-7.826],[3.549,-7.452],[2.835,-5.11],[1.032,-3.49],[0.202,-2.594],[-0.747,-1.816],[-1.729,-2.062],[-4.479,-2.136],[-6.807,-0.554],[-8.177,1.964],[-8.171,2.209],[-7.894,2.945],[-7.191,2.763],[-6.005,1.658],[-2.392,1.36],[-1.153,2.307],[-1.184,3.938],[1.671,7.527],[3.677,7.943],[4.702,7.406],[5.091,5.88],[4.612,3.547],[5.245,3.162],[5.822,3.688],[6.956,3.906],[7.812,0.982],[6.793,-2.99],[5.789,-5.148],[4.147,-7.457]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[992.626,712.91],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 372\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":372,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.343,-0.896],[0.019,0.131],[-0.081,-0.386],[-0.413,-1.451],[-0.894,-0.723],[-0.228,0.057],[-0.155,0.207],[-2.852,1.868],[-0.665,0.686],[-0.284,0.615],[0.128,0.344],[0.292,0.619],[1.014,0.214],[1.265,0.518],[1.095,0.903],[0.532,0.077],[0.09,-0.182],[-0.879,-1.421]],\"o\":[[0.135,0.362],[-0.065,0.942],[0.306,1.476],[0.3,1.054],[0.179,0.141],[0.248,-0.062],[1.599,-2.123],[0.795,-0.523],[0.472,-0.478],[0.16,-0.336],[-0.233,-0.638],[-0.435,-0.922],[-1.38,-0.292],[-1.25,-0.51],[-0.387,-0.316],[-0.22,-0.03],[-0.602,1.235],[0.5,0.809]],\"v\":[[-4.993,-1.485],[-4.893,-0.832],[-5,0.924],[-3.956,5.329],[-2.362,8.151],[-1.615,8.279],[-0.954,7.824],[3.537,3.875],[5.736,2.025],[6.846,0.314],[6.914,-0.866],[5.958,-2.684],[3.864,-4.506],[0.131,-6.207],[-3.558,-7.861],[-5.116,-8.306],[-5.814,-7.992],[-6.163,-4.116]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[794.402,342.114],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 373\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":373,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-2.244,0.582],[0.405,0.444],[0.468,0.215],[2.842,1.014],[0.806,0.494],[1.073,0.312],[0.36,0.37],[1.52,-0.027],[1.024,0.454],[0.59,-0.165],[1.797,-0.809],[1.106,-1.353],[-0.096,0.003],[-0.428,0.234],[-1.811,1.294],[-0.221,-0.441],[-0.719,-0.147],[-0.935,-0.212],[-0.579,-0.317],[-1.375,-0.154],[-0.286,-0.673],[-1.476,-0.168],[-0.125,-0.046],[0.252,-0.478],[0.141,-0.238],[-0.65,-0.025],[-1.654,0]],\"o\":[[0.488,-0.123],[-0.369,-0.39],[-2.739,-1.245],[-0.897,-0.323],[-0.939,-0.593],[-0.512,-0.144],[-1.151,-1.194],[-1.153,0.013],[-0.602,-0.26],[-1.846,0.513],[-1.769,0.785],[-0.006,0.003],[0.535,-0.014],[1.91,-1.067],[0.355,-0.254],[0.333,0.677],[0.942,0.193],[0.663,0.146],[1.236,0.685],[0.754,0.078],[0.6,1.414],[0.129,0.017],[0.404,0.161],[-0.129,0.24],[-0.336,0.557],[0.961,0.054],[1.729,0.734]],\"v\":[[17.051,5.298],[17.281,3.905],[16.076,2.835],[7.841,-0.86],[5.246,-2.08],[2.29,-3.505],[0.858,-4.261],[-3.284,-5.767],[-6.445,-6.469],[-8.425,-6.808],[-14,-5.391],[-17.68,-1.662],[-17.405,-1.436],[-15.815,-1.581],[-9.835,-4.195],[-8.407,-3.777],[-6.891,-2.537],[-4.062,-1.98],[-2.111,-1.409],[1.813,-0.259],[3.38,0.904],[6.561,3.161],[6.933,3.319],[7.187,4.327],[6.756,5.024],[7.327,6.223],[10.901,6.239]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[301.037,664.612],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 374\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":374,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.688,-0.134],[1.299,-0.4],[0.901,0.728],[0.681,0.448],[0.387,0.019],[0.055,-0.556],[0.011,-0.278],[0.93,-2.381],[0,-0.793],[-0.204,-1.352],[-1.269,-0.277],[-0.191,0.128],[-0.441,0.509],[-0.9,-0.136],[-0.179,0.584],[-1.402,1.261],[-0.075,0.27],[-0.361,1.325],[-0.042,0.272]],\"o\":[[-1.342,0.259],[-1.216,0.375],[-0.638,-0.515],[-0.312,-0.202],[-0.397,-0.014],[-0.026,0.271],[-0.13,2.447],[-0.043,0.126],[0.136,0.71],[0.226,1.487],[0.247,0.06],[0.556,-0.383],[0.608,-0.712],[0.556,0.082],[0.528,-1.697],[0.176,-0.16],[0.378,-1.31],[0.068,-0.263],[0.127,-0.75]],\"v\":[[5.228,-6.426],[1.213,-5.602],[-1.826,-6.303],[-3.76,-7.823],[-4.909,-8.084],[-5.824,-6.871],[-5.901,-6.053],[-6.472,1.276],[-6.474,2.345],[-5.827,5.741],[-3.292,8.03],[-2.513,7.97],[-0.936,6.684],[1.25,5.926],[2.503,5.083],[4.861,0.393],[5.157,-0.366],[6.26,-4.322],[6.387,-5.132]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1044.644,917.327],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 375\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":375,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.56,-0.043],[0.937,0.387],[0.408,-0.98],[0.059,-0.538],[0.088,-1.509],[0.422,-0.393],[-0.051,-0.217],[-0.529,-1.253],[-1.036,-0.247],[0,0.019],[-0.138,-0.206],[0.066,-0.046],[0.013,0.006],[-1.342,-0.43],[-0.275,-0.207],[-0.016,-0.024],[-0.016,-0.006],[0,0],[-0.55,0.291],[-0.296,-0.258],[-0.223,-0.256],[-0.835,0.801],[0,0],[0,0],[0.035,-0.036],[0,0],[-0.064,-0.304],[-1.025,-0.301],[0.432,-0.369],[-1.289,-0.574],[-0.398,-0.055],[0.01,0.071],[-0.075,0.922],[0.263,0.251],[0.038,0.722],[1.124,0.404],[0.462,0.29],[0.561,-0.19],[0.261,-0.086],[0.123,0.019],[0.237,0.107],[-0.31,0.519],[1.261,0.199],[0.024,0.383],[-0.533,0.684],[-0.22,0.342],[0.968,1.749],[-0.199,1.131]],\"o\":[[-0.971,0.076],[-1.381,-0.571],[-0.206,0.494],[-0.183,1.492],[-0.035,0.612],[-0.175,0.16],[0.329,1.327],[0.354,0.834],[0,-0.013],[0.026,-0.259],[-0.07,0.04],[-0.016,0],[-0.062,1.257],[0.31,0.097],[0.017,0.024],[0.015,0],[0,0],[0.545,-0.291],[0.375,-0.198],[0.253,0.221],[0.865,0.446],[0,0],[0,0],[-0.036,0.038],[0,0],[0.318,0.248],[0.207,0.977],[0.424,0.121],[-1.114,0.957],[0.376,0.172],[0.212,0.035],[-0.144,-0.967],[0.026,-0.348],[-0.514,-0.47],[-0.06,-1.335],[-0.495,-0.18],[-0.484,-0.3],[-0.257,0.091],[-0.13,0.048],[-0.258,-0.046],[-0.306,-0.146],[0.745,-1.243],[-0.494,-0.082],[-0.05,-0.839],[0.244,-0.332],[1.03,-1.58],[-0.576,-1.037],[0.077,-0.416]],\"v\":[[-0.996,-11.761],[-3.818,-12.098],[-6.367,-10.699],[-6.735,-9.105],[-7.182,-4.597],[-7.884,-3.207],[-8.164,-2.479],[-7.039,1.474],[-5.066,3.393],[-5.068,3.353],[-4.823,3.274],[-5.026,3.41],[-5.066,3.393],[-3.432,6.064],[-2.581,6.624],[-2.529,6.694],[-2.484,6.703],[-2.602,6.602],[-0.958,5.726],[0.075,5.854],[0.766,6.602],[3.323,6.633],[3.141,6.523],[3.434,6.537],[3.323,6.633],[3.331,6.639],[4.25,7.393],[5.872,9.365],[5.817,10.283],[6.034,12.211],[7.188,12.633],[7.854,12.349],[8.189,9.576],[7.721,8.502],[6.557,6.883],[4.565,4.589],[3.24,3.626],[1.656,3.427],[0.88,3.703],[0.482,3.804],[-0.273,3.578],[-0.259,2.51],[-0.781,1.072],[-1.573,0.343],[-0.985,-1.994],[-0.151,-2.908],[0.422,-7.955],[-0.148,-11.098]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[982.863,685.662],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 376\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":376,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.948,0.052],[-1.485,-0.824],[-0.561,0.564],[-0.415,-0.09],[-0.538,-0.049],[-0.002,0.474],[0.329,0],[1.173,1.11],[0.275,0.022],[0.549,0.04],[0.226,0.387],[-0.613,0.127],[-0.266,0.058],[0.055,0.433],[0.373,0.031],[1.57,0.544],[0.731,0.359],[0.765,-1.139],[0.552,0.014],[0.685,0.033],[0.946,1.102],[1.485,0.014],[1.469,0.019],[0.518,-0.911],[-0.381,-0.125],[-0.566,-0.944],[-0.558,-0.03],[-0.992,-0.539],[-0.865,0.099],[-1.593,-0.88],[-1.78,-0.113]],\"o\":[[1.688,-0.096],[0.658,0.376],[0.32,-0.318],[0.53,0.116],[0.455,0.039],[0.006,-0.337],[-1.526,-0.018],[-0.165,-0.158],[-0.546,-0.037],[-0.408,-0.03],[-0.163,-0.271],[0.268,-0.057],[0.391,-0.079],[-0.026,-0.212],[-1.642,-0.125],[-0.774,-0.271],[-1.156,-0.578],[-0.311,0.479],[-0.683,-0.017],[-1.256,-0.071],[-0.99,-1.16],[-1.487,-0.014],[-0.107,1.088],[-0.204,0.359],[0.904,0.294],[0.291,0.484],[1.109,0.057],[0.736,0.396],[1.775,-0.195],[1.634,0.897],[0.955,0.055]],\"v\":[[6.377,3.9],[11.118,4.914],[12.977,4.607],[14.122,4.444],[15.727,4.699],[16.776,3.612],[16.053,2.722],[11.917,1.382],[11.12,1.235],[9.477,1.149],[8.487,0.593],[9.263,-0.121],[10.078,-0.244],[10.946,-0.858],[9.919,-1.355],[5.068,-2.144],[2.766,-3.006],[-0.06,-2.354],[-1.534,-1.769],[-3.58,-1.954],[-6.815,-3.36],[-10.969,-4.833],[-15.341,-5.29],[-16.578,-2.424],[-16.211,-1.418],[-13.786,-0.048],[-12.36,0.646],[-9.205,1.445],[-6.831,1.757],[-1.643,2.589],[3.508,3.763]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[945.294,767.084],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 377\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":377,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.07,-0.178],[-0.668,-0.451],[-0.006,-0.043],[-0.028,0.022],[-0.4,-0.296],[1.124,-2.146],[-0.584,-0.469],[-0.621,0.419],[-0.241,1.286],[-1.359,1.121],[-0.203,0.496],[0.91,0.915],[-0.254,0.612],[-0.006,0.269],[1.736,-0.759],[0.26,-0.096],[0.003,-0.023],[0.192,0.258],[-0.083,0.052],[0.029,0.79],[1.279,-0.014],[0.828,0.179],[0.195,-0.174],[-0.428,-1.313],[0.085,-0.379],[-1.022,-0.485],[0.002,0.019],[-0.043,0.017],[-0.012,-0.001],[0.256,-0.093],[0.009,-0.042],[0.037,0.019],[-0.005,-0.521],[0.129,-0.378],[0.384,0.19],[0.492,0.215],[0.29,-0.293],[0.133,-0.366]],\"o\":[[0.768,0.13],[0.005,0.042],[0.029,-0.021],[0.373,0.33],[1.706,1.263],[-0.339,0.649],[0.716,0.574],[1.066,-0.715],[0.303,-1.641],[0.391,-0.325],[0.435,-1.064],[-0.393,-0.394],[0.102,-0.24],[0.023,-1.906],[-0.255,0.11],[0,0.023],[0.031,0.323],[0.083,-0.056],[0.084,-0.794],[-0.041,-1.343],[-0.815,0.009],[-0.205,-0.043],[-0.829,0.752],[0.106,0.329],[-0.192,0.836],[-0.003,-0.017],[0.058,-0.017],[0.028,-0.101],[0.224,0.029],[-0.013,0.054],[-0.042,-0.02],[0.086,0.521],[0.002,0.388],[-0.165,0.497],[-0.484,-0.241],[-0.41,-0.177],[-0.279,0.277],[-0.396,1.055]],\"v\":[[-5.91,1.32],[-3.695,1.945],[-3.678,2.074],[-3.594,2.005],[-2.462,2.98],[-1,7.849],[-0.421,9.646],[1.855,9.875],[3.897,6.94],[6.09,2.676],[6.923,1.293],[6.543,-1.739],[6.117,-3.17],[6.233,-3.973],[3.764,-5.845],[2.993,-5.559],[2.986,-5.49],[2.747,-5.395],[2.993,-5.559],[3.206,-7.94],[0.816,-10.271],[-1.632,-10.251],[-2.342,-9.898],[-3.512,-7.065],[-3.684,-5.92],[-2.839,-4.562],[-2.848,-4.616],[-2.71,-4.666],[-2.646,-4.864],[-2.71,-4.666],[-2.746,-4.516],[-2.839,-4.562],[-2.613,-3.001],[-2.898,-1.838],[-3.844,-1.318],[-5.275,-2.077],[-6.395,-1.806],[-7.057,-0.813]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[337.326,341.337],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 378\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":378,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.073,-1.057],[-0.413,-0.979],[-0.37,-0.726],[-0.134,0.083],[-0.867,0.637],[0.303,0.178],[0.926,0.566],[-0.041,0.015],[-0.422,0.297],[-1.428,-1.189],[-0.986,-0.093],[-0.079,0.318],[-0.218,0.784],[-1.04,0.345],[-0.835,0.451],[0.486,0.72],[0.384,0.554],[0.198,0.467],[0.438,-0.325],[1.37,0.603],[1.293,1.432],[1.254,0.595],[0.329,-0.281],[-0.115,-0.385],[-0.239,-0.638],[-0.059,-0.662],[-0.056,-1.901],[0.231,-0.089],[0.268,-0.041],[0.011,-0.918],[0.09,-0.229]],\"o\":[[-0.087,1.335],[0.319,0.755],[0.085,0.162],[0.901,-0.584],[0.322,-0.234],[-0.941,-0.544],[-0.071,-0.046],[0.492,-0.197],[1.633,-1.128],[0.74,0.615],[0.314,0.029],[0.193,-0.792],[0.256,-0.971],[0.902,-0.302],[0.777,-0.419],[-0.375,-0.56],[-0.442,-0.297],[-0.288,-0.673],[-1.266,0.943],[-1.806,-0.794],[-0.945,-1.04],[-0.418,-0.2],[-0.356,0.303],[0.204,0.646],[0.234,0.637],[0.169,1.892],[0.005,0.155],[-0.248,0.093],[-0.783,0.121],[-0.005,0.269],[-0.351,0.871]],\"v\":[[-9.04,5.34],[-7.469,8.121],[-6.495,10.371],[-5.817,10.611],[-3.182,8.745],[-3.186,7.68],[-5.99,6.022],[-6.021,5.637],[-4.523,5.08],[-0.041,5.488],[2.577,6.582],[3.219,6.204],[3.746,3.817],[5.563,1.772],[8.17,0.606],[8.641,-1.507],[7.484,-3.167],[6.71,-4.419],[5.818,-4.869],[1.958,-4.668],[-2.647,-8.054],[-5.922,-10.494],[-7.031,-10.276],[-7.354,-9.157],[-6.577,-7.269],[-5.971,-5.328],[-5.677,0.365],[-6.261,0.834],[-7.071,0.921],[-7.868,1.97],[-7.849,2.775]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1029.064,559.05],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 379\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":379,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.389,-1.007],[0.292,-0.611],[0.241,-0.023],[0.816,-0.046],[0.024,-0.37],[0.189,-0.781],[-0.484,-0.503],[0.403,-0.778],[0.464,-0.674],[0.199,-0.185],[-0.995,-0.723],[-1.374,0.468],[-0.696,0.425],[-1.393,0.164],[-0.309,0.478],[0.414,1.854],[0.072,0.403],[-0.331,0.446],[-0.199,0.188],[0.551,1.069],[0.346,0.418],[0.358,0.076],[1.028,0.153],[0.272,-0.044]],\"o\":[[-0.25,0.633],[-0.097,0.203],[-0.813,0.084],[-0.44,0.025],[-0.039,0.816],[-0.195,0.807],[0.664,0.695],[-0.369,0.725],[-0.151,0.218],[-0.811,0.735],[1.194,0.868],[0.772,-0.265],[1.19,-0.727],[0.574,-0.068],[1.016,-1.564],[-0.089,-0.4],[-0.105,-0.588],[0.162,-0.219],[0.943,-0.908],[-0.246,-0.485],[-0.243,-0.304],[-1.064,-0.233],[-0.326,0.048],[-1.006,0.159]],\"v\":[[-0.998,-7.231],[-1.734,-5.33],[-2.393,-4.912],[-4.841,-4.789],[-5.69,-4.044],[-5.828,-1.606],[-5.206,0.193],[-4.95,2.471],[-6.273,4.536],[-6.864,5.101],[-6.32,7.93],[-2.409,8.494],[-0.193,7.429],[3.623,6.005],[4.893,5.06],[5.925,-0.032],[5.685,-1.239],[6.164,-2.755],[6.732,-3.352],[7.07,-6.359],[6.211,-7.753],[5.255,-8.461],[2.078,-8.961],[1.209,-8.83]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[542.584,537.496],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 380\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":380,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.218,-0.426],[0.133,-0.516],[0.691,-0.764],[-0.033,-0.241],[0.577,-1.36],[-0.183,-0.173],[0.027,-0.137],[-1.004,-0.13],[-1.22,-0.143],[0.01,-0.023],[0.193,-0.092],[0.518,-0.165],[0.131,-0.717],[0.046,-0.544],[-0.492,-0.148],[-1.067,-0.243],[-0.49,0.971],[-0.087,0.257],[-0.999,0.089],[-0.425,0.757],[-0.569,0.746],[-0.065,0.115],[-0.593,1.197],[0.083,0.235],[0.245,0.48],[0.406,-0.114],[0.583,0.714],[1.11,-0.304],[-0.013,-0.849],[0.011,-0.951],[0.089,-0.069],[0.124,0.331],[0.438,0.983],[0.235,-0.003],[0.087,-0.182],[0.541,-1.213],[-0.025,-0.039],[0,0],[0,0],[-0.007,0.015],[-0.387,0.848],[0.122,0.298],[-0.055,1.088],[0.101,0.247],[0.198,0.353]],\"o\":[[-0.246,0.481],[-0.236,0.915],[-0.16,0.18],[0.186,1.311],[-0.035,0.075],[0.193,0.177],[-0.279,1.385],[1.218,0.161],[0.103,0.014],[-0.105,0.238],[-0.487,0.23],[-0.722,0.231],[-0.1,0.535],[-0.044,0.508],[1.048,0.31],[1.055,0.239],[0.122,-0.238],[0.345,-1.029],[0.307,-0.823],[0.455,-0.812],[0.083,-0.108],[0.63,-1.181],[0.104,-0.211],[-0.176,-0.504],[-0.193,-0.38],[-1.083,0.304],[-1.114,-0.277],[-0.439,0.661],[0.015,0.951],[-0.001,0.125],[-0.179,0.136],[-0.378,-1.008],[-0.079,-0.176],[-0.235,0.004],[-0.58,1.194],[0.026,0.039],[0,0],[0,0],[0.007,-0.015],[-0.435,-0.651],[0.165,-0.364],[-0.426,-1.039],[0.015,-0.262],[-0.15,-0.376],[-0.238,-0.428]],\"v\":[[-6.918,-9.246],[-7.574,-7.763],[-8.506,-5.107],[-8.722,-4.349],[-8.549,-0.392],[-8.008,0.105],[-7.478,0.641],[-5.84,2.402],[-2.176,2.813],[-1.904,3.009],[-2.285,3.675],[-3.83,4.19],[-5.066,5.67],[-5.259,7.294],[-4.41,8.56],[-1.249,9.432],[1.489,8.082],[1.743,7.307],[3.873,5.792],[4.841,3.345],[6.522,1.086],[6.785,0.779],[8.65,-2.775],[8.638,-3.552],[7.989,-5.029],[7.019,-5.544],[4.729,-6.543],[1.395,-6.534],[0.533,-4.361],[0.537,-1.507],[0.396,-1.14],[-0.042,-1.486],[-1.233,-4.49],[-1.917,-4.794],[-2.595,-4.473],[-4.237,-0.849],[-4.164,-0.734],[-4.395,-0.689],[-4.258,-0.805],[-4.237,-0.849],[-4.663,-3.002],[-4.366,-4.159],[-4.797,-7.335],[-4.962,-8.132],[-5.511,-9.219]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[326.458,367.295],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 381\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":381,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.119,-0.534],[-1.969,-0.049],[-0.607,0.086],[-0.041,0.042],[-0.115,0],[-0.282,0.097],[-0.044,-0.062],[0.381,0.015],[0.278,-0.001],[0.081,-0.032],[0.073,-0.01],[0.24,-0.23],[-0.49,-0.307],[-0.641,-0.487],[-0.837,0.213],[-0.767,-0.864],[-1.137,0.966],[-0.571,-0.012],[-0.289,1.476],[-0.508,0.625],[0.136,1.522],[0.747,0.088],[1.372,0.654],[0.577,-0.468],[0.362,0.827],[0.123,0.244],[0.315,-0.176],[0.079,-0.223],[0.065,-0.397],[0.234,-0.232],[0.296,0.197],[0.127,-0.007],[0.804,1.01],[0.218,0.16],[0.064,-0.623],[0.06,-0.255],[0.189,-0.082],[0.24,0.042],[0.081,-0.114],[-0.119,-0.727]],\"o\":[[0.456,2.032],[0.598,0.016],[0.04,-0.043],[0.11,0],[0.278,-0.114],[0.115,-0.038],[0.155,0.221],[-0.28,-0.008],[-0.082,0.033],[-0.07,0.008],[-0.231,0.243],[-0.467,0.442],[0.685,0.434],[0.728,0.554],[0.99,-0.25],[0.887,0.995],[0.416,-0.353],[1.474,0.033],[0.149,-0.769],[1.023,-1.255],[-0.721,-0.323],[-1.522,-0.18],[-0.701,-0.334],[-0.638,0.52],[-0.106,-0.25],[-0.177,-0.356],[-0.221,0.125],[-0.134,0.37],[-0.068,0.393],[-0.364,0.356],[-0.109,-0.076],[-1.382,0.083],[-0.169,-0.204],[-0.429,-0.319],[-0.026,0.269],[-0.055,0.239],[-0.163,0.072],[-0.228,-0.039],[-0.4,0.549],[0.087,0.537]],\"v\":[[-9.793,-1.041],[-6.792,1.581],[-4.987,1.389],[-4.863,1.263],[-4.524,1.264],[-3.682,0.938],[-3.315,0.951],[-3.693,1.267],[-4.524,1.264],[-4.769,1.358],[-4.987,1.389],[-5.683,2.111],[-5.672,3.435],[-3.594,4.698],[-1.284,5.091],[1.247,5.859],[4.073,5.777],[5.411,4.94],[7.934,2.857],[9.075,0.703],[10.169,-3.481],[8.005,-4.358],[3.692,-5.595],[1.843,-5.137],[0.753,-5.511],[0.465,-6.278],[-0.565,-6.678],[-1.134,-6.142],[-1.321,-4.954],[-1.589,-3.809],[-2.509,-4.175],[-2.888,-4.324],[-6.019,-5.963],[-6.678,-6.446],[-7.805,-5.777],[-7.792,-4.962],[-8.173,-4.321],[-8.857,-4.537],[-9.532,-4.51],[-10.185,-2.632]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[614.566,365.09],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 382\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":382,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.207,-0.046],[-0.735,-0.381],[-0.451,-0.504],[-0.525,0.375],[-0.67,0.47],[-0.216,-0.084],[-0.276,0.379],[-0.693,0.844],[-0.79,0.755],[-0.235,0.038],[0.361,-0.599],[0.55,-0.951],[-0.186,-0.525],[-0.395,0.285],[-0.174,0.328],[-1.048,0.105],[-0.364,0.187],[-0.136,0.32],[-0.216,1.787],[-0.332,0.221],[-0.371,0.175],[-0.039,0.41],[0.027,0.546],[0.298,-0.065],[0.254,-0.266],[0.408,0.366],[1.051,0.241],[0.72,-0.51],[3.371,-0.923],[0.783,-0.114],[1.18,-0.734],[0.097,-1.101]],\"o\":[[1.382,0.315],[0.64,0.332],[0.472,0.523],[0.668,-0.477],[0.173,-0.12],[0.423,0.166],[0.643,-0.886],[0.689,-0.837],[0.155,-0.147],[0.351,-0.06],[-0.57,0.937],[-0.289,0.508],[0.175,0.498],[0.328,-0.233],[0.501,-0.935],[0.399,-0.041],[0.359,-0.185],[0.636,-1.502],[0.036,-0.309],[0.336,-0.222],[0.416,-0.197],[0.048,-0.544],[-0.028,-0.582],[-0.378,0.085],[-0.535,0.56],[-1.202,-1.049],[-0.83,-0.19],[-2.8,1.992],[-0.783,0.216],[-1.422,0.202],[-1.109,0.686],[-0.013,0.173]],\"v\":[[-12.284,4.148],[-9.428,5.216],[-7.935,6.547],[-6.047,6.786],[-4.107,5.274],[-3.366,5.261],[-2.279,5.087],[-0.398,2.391],[1.888,0.056],[2.573,-0.15],[2.581,0.92],[0.853,3.72],[0.88,5.316],[2.249,5.834],[3.159,5.057],[5.436,3.531],[6.6,3.123],[7.577,2.417],[10.16,-1.663],[11.009,-2.492],[12.124,-3.003],[12.747,-4.003],[12.75,-5.645],[11.961,-6.947],[10.888,-6.464],[9.461,-5.915],[6.025,-6.971],[3.678,-6.449],[-5.379,-1.71],[-7.648,-0.809],[-11.388,0.801],[-12.783,3.6]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[285.699,346.386],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 383\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":383,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.097,0.369],[0.173,0.32],[0.31,0.262],[0.44,-0.228],[0.352,-0.206],[0.94,0.23],[-0.086,0.773],[-0.009,0.135],[0.748,0.122],[0.367,-0.001],[0.012,-0.034],[0,0],[0,0],[-0.043,0],[-0.91,0.772],[-0.58,0.91],[-0.007,0.244],[0.396,-0.094],[0.927,-1.098],[1.45,-2.641],[1.498,-0.542],[-0.262,-0.367],[0.447,-0.451],[0.419,-0.527],[-0.336,-0.084],[-0.379,0.032],[-1.327,-0.361],[-1.092,0.245],[-1.02,-0.336],[0.064,-0.072],[0.32,-0.428],[-0.112,-0.17],[-0.229,0.004],[-0.307,0.479],[-0.888,0.84],[0.012,-0.069],[0.077,-0.669],[-0.164,-0.106],[-1.006,-0.092],[-0.172,0.421],[-0.355,0.884],[0.434,0.485],[0.062,-0.018],[0.056,-0.072],[-0.046,0.025],[-0.03,0.008],[-0.033,0.049],[0.7,-0.16],[-0.101,0.288],[-0.249,0.309],[-0.372,0.39],[0.033,0.106],[0.328,-0.03],[0.268,0.464],[-0.232,0.333]],\"o\":[[0.091,-0.343],[-0.188,-0.342],[-0.311,-0.262],[-0.363,0.187],[-0.902,0.536],[-0.528,-0.131],[0.016,-0.134],[0.051,-0.781],[-0.355,-0.057],[-0.01,0.034],[0,0],[0,0],[0.048,0.002],[0.403,-1.169],[0.882,-0.747],[0.12,-0.185],[0.01,-0.227],[-1.366,0.323],[-1.947,2.316],[-0.752,1.374],[-0.482,0.175],[0.383,0.534],[-0.473,0.476],[-0.224,0.278],[0.387,0.099],[1.372,-0.123],[1.103,0.293],[1.163,-0.261],[0.028,0.008],[-0.359,0.401],[-0.123,0.163],[0.126,0.189],[0.57,-0.007],[0.702,-1.1],[0.011,-0.009],[-0.099,0.668],[-0.027,0.234],[0.791,0.505],[0.482,0.043],[0.357,-0.882],[0.293,-0.73],[-0.064,0.012],[-0.053,0.072],[0.025,-0.07],[0.027,-0.016],[0.035,-0.047],[-0.455,-0.506],[-0.248,0.055],[0.128,-0.378],[0.342,-0.417],[0.065,-0.071],[-0.092,-0.302],[-0.368,0.032],[-0.224,-0.388],[0.232,-0.334]],\"v\":[[8.708,-0.028],[8.552,-1.154],[7.683,-2.007],[6.593,-2.285],[5.515,-1.702],[2.741,-1.55],[2.095,-2.798],[2.175,-3.197],[1.106,-4.632],[0.016,-4.661],[-0.024,-4.561],[-0.16,-4.434],[-0.12,-4.659],[0.016,-4.661],[2.099,-7.534],[3.912,-10.23],[4.009,-10.953],[2.896,-11.276],[-0.571,-9.233],[-5.623,-1.761],[-8.795,1.217],[-8.974,2.173],[-9.143,3.596],[-10.47,5.116],[-10.107,6.143],[-8.941,6.405],[-4.86,6.569],[-1.627,6.617],[1.467,7.496],[1.438,7.838],[0.335,9.015],[0.32,9.732],[1,10.074],[2.386,9.321],[5.307,7.136],[5.571,7.377],[5.23,9.373],[5.447,10.089],[7.977,11.327],[9.378,10.653],[10.401,7.984],[9.91,6.265],[9.724,6.31],[9.559,6.531],[9.63,6.332],[9.724,6.31],[9.827,6.166],[8.118,5.659],[7.773,5.121],[8.325,4.05],[9.472,2.903],[9.514,2.552],[8.867,2.183],[7.781,2.074],[8.028,0.971]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[391.649,552.935],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 384\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":384,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,0.034],[-0.027,-0.032],[-0.004,0.001]],\"o\":[[0.029,0.031],[0.005,-0.002],[-0.027,-0.036]],\"v\":[[-0.046,-0.047],[0.033,0.047],[0.046,0.044]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[401.526,559.154],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 385\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":385,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.026,0.09],[-0.046,-0.017],[-0.374,-0.044],[0.082,-0.275],[0.066,0.014],[0.301,0.101],[0.011,-0.025],[0.078,-0.041]],\"o\":[[0.047,0.013],[0.158,-0.343],[0.303,0.033],[-0.027,0.098],[-0.308,-0.077],[-0.011,0.021],[-0.086,0.027],[0.04,-0.078]],\"v\":[[1.406,9.023],[1.544,9.064],[2.359,8.601],[2.714,9.126],[2.453,9.352],[1.544,9.064],[1.5,9.118],[1.276,9.246]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.183,0.098],[-3.006,-0.419],[-1.469,2.638],[0.288,0.327],[0.253,-0.218],[0.535,-0.425],[1.236,0.224],[1.634,0.235],[1.074,0.035],[1.37,-0.019],[0.114,-0.076],[0.155,-0.851],[0.109,-0.539],[0.332,-0.38],[0,-1.136],[0.389,-0.888],[0.163,-0.661],[-0.693,-0.617],[-0.305,-0.273],[0.207,-0.861],[-0.184,-0.995],[-0.272,-0.242],[-0.902,0.364],[0.005,0.53],[-0.233,2.449],[-0.219,0.003],[0.004,-0.148],[-1.195,-1.037],[-0.168,-0.519],[-1.237,-0.04],[-0.252,0.024],[0.009,0.038],[-0.085,0.032],[0.036,-0.082],[0.025,-0.006],[-0.96,-0.264],[-0.122,-0.062],[-0.119,0.584],[0.154,1.099],[0.558,0.264],[0.315,0.255],[-0.148,0.642],[0.443,0.582],[0.483,0.663],[-0.324,0.234],[-0.7,0.423],[-0.556,-0.174],[-0.395,0.05],[-0.022,0.171],[0.018,0.806],[0.198,0.035],[0.515,-0.099],[1.071,-0.038],[0.858,-1.055],[0.211,0.099],[0.306,1.285]],\"o\":[[3.016,-0.261],[2.911,0.404],[0.223,-0.391],[-0.28,-0.324],[-0.517,0.44],[-0.878,0.695],[-1.623,-0.279],[-1.079,-0.149],[-1.303,-0.046],[-0.128,0],[-0.748,0.452],[-0.093,0.536],[-0.109,0.523],[-0.777,0.88],[0,0.992],[-0.271,0.635],[-0.208,0.817],[0.305,0.272],[0.669,0.598],[-0.22,0.93],[0.071,0.38],[0.834,0.731],[0.642,-0.258],[-0.011,-2.479],[0.017,-0.172],[0.183,-0.007],[-0.071,1.4],[0.342,0.298],[0.305,0.946],[0.25,0.011],[-0.008,-0.033],[0.098,-0.017],[-0.044,0.07],[-0.027,0],[0.147,0.777],[0.125,0.039],[0.611,0.321],[0.21,-1.088],[-0.079,-0.565],[-0.372,-0.182],[-0.435,-0.35],[0.16,-0.71],[-0.489,-0.658],[-0.196,-0.277],[0.672,-0.465],[0.497,-0.305],[0.377,0.116],[0.242,-0.034],[0.108,-0.797],[-0.003,-0.194],[-0.522,-0.099],[-1.08,0.206],[-1.34,0.05],[-0.117,0.139],[-1.185,-0.541],[-0.27,-1.147]],\"v\":[[-4.385,-8.179],[4.641,-8.01],[11.12,-11.344],[10.902,-12.464],[9.782,-12.695],[8.258,-11.332],[5.232,-10.393],[0.312,-10.944],[-2.893,-11.594],[-6.093,-9.908],[-6.471,-9.756],[-7.841,-7.785],[-7.961,-6.139],[-8.516,-4.623],[-9.635,-1.608],[-10.359,1.17],[-11.135,3.075],[-10.549,5.344],[-9.557,6.068],[-8.833,8.302],[-9.364,11.114],[-8.857,12.182],[-6.142,12.329],[-5.729,10.896],[-4.935,3.553],[-4.32,3.131],[-3.781,3.572],[-2.585,7.294],[-2.111,8.83],[-0.24,10.029],[0.511,9.98],[0.49,9.877],[0.727,9.765],[0.584,9.974],[0.511,9.98],[1.737,11.812],[2.089,12.027],[3.753,11.413],[3.918,8.133],[3.009,6.848],[1.946,6.217],[1.333,4.817],[0.872,2.876],[-0.582,0.885],[-0.328,-0.224],[1.721,-1.588],[3.299,-1.64],[4.508,-1.588],[5.156,-1.999],[5.289,-4.421],[4.807,-4.973],[3.198,-5.06],[-0.005,-4.302],[-3.273,-2.883],[-4.041,-2.818],[-6.359,-5.537]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[984.699,748.517],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 386\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":386,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.556,0.375],[0.162,0.483],[0.539,0.087],[0.945,0.143],[0.466,0.189],[-0.002,0.006],[0.039,0.011],[0,0],[0.332,0.227],[0.35,-0.027],[0.64,-0.227],[0.116,-0.314],[0.777,-0.558],[-0.109,-0.413],[-0.219,-0.335],[0.719,-1.24],[0.232,0.265],[0.346,0.896],[0.574,-0.012],[0.13,-1.529],[0.049,-1.092],[-0.428,-0.17],[-0.292,-0.931],[0.045,-1.854],[-0.717,-0.715],[-0.411,0.349],[-0.693,0.403],[-0.751,0.309],[-0.701,0.426],[-0.112,0.351],[-0.986,1.013],[0.241,0.978],[0.188,0.659],[0.749,0.409],[-0.371,0.159],[-0.763,0.304],[-0.033,0.554]],\"o\":[[0.507,-0.341],[-0.193,-0.574],[-0.94,-0.155],[-0.481,-0.074],[0.003,-0.005],[-0.041,-0.012],[0,0],[-0.286,-0.299],[-0.312,-0.216],[-0.669,0.053],[-0.361,0.128],[-0.363,0.962],[-0.357,0.258],[0.103,0.396],[0.889,1.381],[-0.202,0.348],[-0.656,-0.744],[-0.219,-0.567],[-1.586,0.036],[-0.092,1.092],[-0.016,0.425],[0.976,0.393],[0.535,1.688],[-0.02,0.957],[0.4,0.398],[0.621,-0.533],[0.689,-0.398],[0.76,-0.314],[0.327,-0.199],[0.418,-1.341],[0.698,-0.716],[-0.162,-0.667],[-0.24,-0.859],[-0.328,-0.18],[0.755,-0.327],[0.546,-0.216],[0.049,-0.862]],\"v\":[[8.92,-7.183],[9.427,-8.614],[8.249,-9.648],[5.39,-9.911],[3.984,-10.42],[3.992,-10.436],[3.873,-10.467],[3.964,-10.355],[3.102,-11.226],[2.025,-11.647],[0.039,-11.184],[-0.902,-10.486],[-2.787,-8.433],[-3.068,-7.306],[-2.651,-6.15],[-2.965,-2.291],[-4.017,-2.129],[-5.28,-4.694],[-6.607,-5.449],[-9.335,-2.954],[-9.573,0.324],[-8.949,1.287],[-7.139,3.408],[-5.907,8.579],[-4.739,11.139],[-3.268,11.324],[-1.419,9.715],[0.882,8.915],[3.085,7.805],[3.864,6.904],[5.966,3.431],[6.521,0.715],[5.891,-1.243],[4.325,-3.049],[4.375,-3.644],[6.667,-4.553],[7.686,-5.733]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[314.036,396.72],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 387\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":387,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.225,-0.016],[0,0],[0,0],[0.147,0.111]],\"o\":[[0,0],[0,0],[-0.149,-0.11],[0.135,0.126]],\"v\":[[-2.25,-3.347],[-2.222,-3.139],[-2.334,-3.249],[-2.777,-3.582]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.109,-0.037],[0,0],[0,0],[0.053,0.087]],\"o\":[[0,0],[0,0],[-0.022,-0.117],[0.077,0.059]],\"v\":[[5.102,-0.764],[5.243,-0.592],[5.004,-0.666],[4.853,-0.937]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.71,-0.981],[-0.041,-1.205],[-0.325,-0.204],[-0.77,-0.202],[-0.674,-0.715],[-0.895,0.123],[-0.664,0.103],[-0.177,0.317],[-0.705,0.417],[-0.386,0.558],[-1.441,-0.397],[-0.335,0.183],[-0.256,0.317],[0.014,0.243],[-0.315,0.243],[-0.146,0.219],[-0.06,0.386],[0.125,0.513],[0.258,0.625],[1.05,0.214],[1.743,0.348],[0.108,-0.05],[0.261,-0.265],[-0.117,-0.187],[0.057,-1.423],[-0.076,-0.346],[-0.044,-0.028],[-0.051,-0.095],[0.095,0.054],[0.011,0.059],[0.109,0.166],[0.117,1.551],[0.83,0.219],[0.809,0.111],[0.11,-0.196],[0.057,-0.519],[-0.024,-0.777],[-0.035,-0.013],[-0.136,-0.131],[0.158,0.119],[0.004,0.046],[0.862,1.056],[1.053,0.329],[0.169,-0.503],[0.373,-1.028],[-0.179,-0.366]],\"o\":[[0.641,0.885],[0.014,0.317],[0.697,0.425],[0.976,0.254],[0.61,0.645],[0.663,-0.088],[0.339,-0.05],[0.313,-0.575],[0.547,-0.322],[0.771,-1.108],[0.332,0.093],[0.348,-0.189],[0.155,-0.198],[-0.03,-0.508],[0.218,-0.164],[0.22,-0.338],[0.085,-0.524],[-0.163,-0.648],[0.397,-1.288],[-1.739,-0.357],[-0.13,-0.027],[-0.349,0.17],[-0.127,0.129],[0.74,1.196],[-0.016,0.341],[0.046,0.025],[0.043,0.101],[-0.086,-0.06],[-0.011,-0.06],[-0.198,-0.107],[-0.838,-1.256],[-0.079,-1.022],[-0.793,-0.21],[-0.204,-0.028],[-0.259,0.47],[-0.079,0.765],[0.039,0.013],[0.116,0.161],[-0.156,-0.119],[0,-0.045],[-1.09,-0.389],[-0.682,-0.838],[-0.448,-0.143],[-0.34,1.038],[-0.155,0.429],[0.538,1.101]],\"v\":[[-9.862,1.256],[-8.413,4.077],[-7.645,4.981],[-5.455,6.066],[-3.011,7.481],[-0.778,8.21],[1.253,8.192],[2.166,7.486],[3.21,5.835],[4.501,4.277],[7.642,2.928],[8.786,2.665],[9.681,1.834],[9.952,1.098],[10.583,0.162],[11.181,-0.394],[11.717,-1.486],[11.684,-3.097],[10.937,-4.975],[9.509,-6.905],[4.286,-7.96],[3.884,-7.962],[2.894,-7.371],[2.905,-6.629],[4.014,-2.749],[4.175,-1.715],[4.319,-1.637],[4.471,-1.355],[4.213,-1.535],[4.175,-1.715],[3.653,-2.084],[1.899,-6.184],[0.335,-7.809],[-2.072,-8.304],[-2.729,-7.924],[-3.313,-6.42],[-3.289,-4.097],[-3.177,-4.061],[-2.812,-3.606],[-3.283,-3.96],[-3.289,-4.097],[-6.428,-5.603],[-9.338,-7.046],[-10.632,-6.295],[-11.654,-3.183],[-11.559,-2.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[903.275,340.745],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 388\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":388,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.506,0.323],[0.378,-0.185],[0.234,-0.144],[1.265,1.081],[0.057,0.925],[0.192,0.937],[0.206,0.351],[0.224,0.07],[0.049,-0.108],[0.137,-0.238],[0.204,-0.123],[-0.057,0.34],[-0.47,1.857],[0.798,0.985],[1.255,0.916],[0.198,0.358],[0.099,0.093],[0.206,-0.212],[-0.003,-0.114],[0.494,-1.15],[-0.289,-0.812],[-0.239,-1.212],[0.561,-1.285],[-0.124,-0.387],[-0.155,-0.432],[0.508,-1.161],[0.503,-1.274],[0.713,-0.239],[0.593,-0.334],[-0.736,-0.783],[-0.687,-0.681],[0.066,-0.846],[0.44,-0.552],[0.745,-0.977],[-0.137,-0.161],[-0.516,-0.433],[-0.226,0.074],[-0.776,0.779],[-1.253,1.449],[-0.076,1.949],[-1.104,0.09],[-0.27,0.048],[-0.037,0.153],[-0.905,0.829],[-0.199,0.503],[-0.24,0.784]],\"o\":[[-0.394,-0.241],[-0.244,0.119],[-1.599,0.984],[-0.646,-0.549],[-0.06,-0.959],[-0.075,-0.403],[-0.101,-0.174],[-0.062,-0.024],[-0.119,0.25],[-0.119,0.21],[-0.217,0.138],[0.325,-1.876],[0.285,-1.131],[-0.939,-1.148],[-0.297,-0.218],[-0.068,-0.121],[-0.226,-0.209],[-0.09,0.093],[0.013,1.083],[-0.357,0.816],[0.403,1.166],[0.236,1.175],[-0.127,0.3],[0.169,0.517],[-0.19,1.34],[-0.545,1.259],[-0.27,0.675],[-0.647,0.218],[-0.981,0.56],[0.656,0.702],[0.651,0.63],[-0.048,0.71],[-0.78,0.96],[-0.125,0.166],[0.427,0.52],[0.169,0.136],[1.077,-0.364],[1.356,-1.361],[1.172,-1.357],[0.044,-0.992],[0.275,-0.019],[0.249,-0.046],[0.318,-1.326],[0.386,-0.353],[0.304,-0.767],[0.14,-0.469]],\"v\":[[8.755,-0.885],[7.589,-0.874],[6.901,-0.423],[3.642,-0.542],[2.45,-2.607],[2.001,-5.452],[1.556,-6.597],[0.949,-6.929],[0.675,-6.676],[0.378,-5.909],[-0.125,-5.376],[-0.889,-6.195],[-0.258,-11.858],[-0.828,-14.925],[-3.642,-18.394],[-4.243,-19.448],[-4.491,-19.773],[-5.165,-19.773],[-5.345,-19.428],[-4.885,-16.241],[-4.795,-13.854],[-3.833,-10.274],[-3.48,-6.685],[-3.208,-5.515],[-2.683,-4.063],[-3.457,-0.328],[-4.994,3.486],[-6.408,4.865],[-8.286,5.689],[-8.801,8.554],[-6.751,10.589],[-6.055,12.858],[-6.78,14.754],[-9.115,17.625],[-9.083,18.391],[-7.656,19.83],[-6.894,19.911],[-4.229,18.009],[-0.258,13.84],[1.98,9.104],[3.984,7.345],[4.808,7.345],[5.506,7.04],[7.804,4.229],[8.644,2.829],[9.397,0.479]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1146.771,904.285],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 389\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":389,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.248,-1.387],[-0.524,-0.084],[-0.277,-0.208],[-0.97,-0.097],[-0.087,-0.087],[0.393,-0.06],[0.538,-0.105],[0.332,-0.492],[-0.647,-0.592],[-0.826,-0.711],[-0.23,0.044],[0.413,1.659],[-0.189,0.42],[-0.116,0.045],[-0.044,-0.065],[0.148,-1.058],[0.077,-0.543],[-1.248,-0.044],[-0.547,-0.947],[-1.466,-0.024],[-2.252,-0.696],[-0.345,0.144],[-0.715,0.869],[0.266,0.329],[0.204,0.175],[0.471,0.272],[-0.097,0.592],[0.215,1.074],[1.673,1.011],[0.713,-0.529],[0.603,0.409],[0.873,-0.637],[0.213,-0.107],[0.005,-0.052],[0.075,0.003],[0.619,-0.595],[0.142,0.267],[-0.059,0.085],[-1.076,-0.056],[-0.036,0.036],[-0.032,0.018],[1.127,0.823],[0.052,1.16],[0.563,0.053],[1.145,1.246],[0.593,0.329],[0.125,-0.434],[0.634,-0.921],[-0.637,-1.557]],\"o\":[[-0.075,0.428],[0.394,0.063],[0.802,0.608],[0.131,0.01],[0.179,0.185],[-0.543,0.084],[-0.552,0.106],[-0.217,0.33],[0.804,0.734],[0.183,0.156],[1.654,-0.316],[-0.099,-0.371],[0.05,-0.114],[0.118,-0.048],[0.568,0.768],[-0.073,0.544],[-0.201,1.391],[1.034,0.036],[0.764,1.334],[2.322,0.041],[0.37,0.113],[1.016,-0.416],[0.28,-0.336],[-0.169,-0.214],[-0.419,-0.355],[-0.579,-0.331],[0.212,-1.229],[-0.415,-2.084],[-0.751,-0.453],[-0.71,0.53],[-0.909,-0.614],[-0.186,0.135],[-0.002,0.054],[-0.073,-0.008],[-0.602,0.608],[-0.237,0.226],[-0.047,-0.088],[0.607,-0.836],[0.038,-0.037],[0.035,-0.018],[0.119,-1.212],[-0.946,-0.688],[-0.03,-0.584],[-1.786,-0.178],[-0.438,-0.482],[-0.421,-0.238],[-0.306,1.057],[-1.016,1.486],[0.549,1.346]],\"v\":[[-12.925,0.25],[-12.218,1.026],[-11.057,1.225],[-8.404,2.208],[-8.042,2.367],[-8.385,2.749],[-10.01,3.01],[-11.375,3.835],[-10.76,5.187],[-8.35,7.391],[-7.602,7.602],[-5.26,3.899],[-5.488,2.784],[-5.209,2.507],[-4.817,2.5],[-3.774,5.079],[-3.978,6.711],[-2.939,8.221],[-0.505,9.445],[2.953,11.253],[9.843,12.097],[11.039,12.085],[13.695,10.212],[13.758,8.657],[13.233,8.032],[11.925,7.034],[11.348,5.655],[10.163,2.666],[6.548,-1.588],[4.222,-1.68],[2.396,-1.75],[-0.275,-1.632],[-0.892,-1.294],[-0.897,-1.137],[-1.104,-1.128],[-2.93,0.692],[-3.564,0.606],[-3.521,0.256],[-1.104,-1.128],[-0.992,-1.238],[-0.892,-1.294],[-2.049,-4.417],[-3.349,-7.32],[-4.402,-8.424],[-8.534,-10.89],[-10.231,-11.991],[-11.642,-11.492],[-12.89,-8.467],[-13.387,-3.744]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[772.154,331.347],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 390\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":390,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.479,0.193],[-2.135,0.587],[-0.289,0.282],[-1.348,0.34],[-0.347,0.449],[-0.424,0.523],[0.08,0.171],[-0.647,0.931],[0.031,0.118],[0.109,0.071],[0.455,0.297],[0.224,0.603],[0.314,0.599],[0.315,-0.103],[0.426,0.446],[0.715,-0.679],[1.63,0.553],[0.472,0.172],[0.58,-1.1],[0.129,0.116],[0.259,0.309],[0.204,-0.319],[-0.11,-0.542],[0.663,-0.305],[0.248,-0.104],[-0.033,-0.04],[0.102,-0.04],[-0.061,0.08],[-0.008,0.005],[-0.09,0.811],[0.719,0.537],[0.299,0.273],[1.294,-0.902],[0,0],[0,0],[-0.042,0.03],[0,0],[0.431,-0.575],[0.674,-1.022],[-0.451,0.027],[-0.343,0.171],[-0.887,-0.371],[0.207,-0.313],[0.893,-0.06],[0.932,-0.22],[-0.023,-0.213],[-0.189,-0.061],[-0.656,-0.185],[-0.23,-0.281],[-0.282,-0.617],[0.159,-0.181],[0.249,-0.027],[-0.026,-0.65],[-0.856,-0.076],[-0.403,0.035],[-1.056,-1.13],[-1.313,-0.334]],\"o\":[[2.023,-0.821],[0.375,-0.103],[1.01,-0.989],[0.572,-0.144],[0.414,-0.53],[0.156,-0.193],[-0.56,-1.184],[0.068,-0.099],[-0.032,-0.122],[-0.458,-0.297],[-0.731,-0.473],[-0.23,-0.631],[-0.138,-0.263],[-0.561,0.181],[-0.718,-0.754],[-1.172,1.113],[-0.483,-0.162],[-1.352,-0.491],[-0.053,0.102],[-0.293,-0.263],[-0.246,-0.298],[-0.324,0.501],[0.171,0.851],[-0.241,0.11],[0.032,0.039],[-0.103,0.042],[0.065,-0.076],[0.009,-0.002],[-0.473,-0.622],[0.09,-0.829],[-0.321,-0.241],[-0.939,-0.859],[0,0],[0,0],[0.044,-0.031],[0,0],[-0.668,0.158],[-0.736,0.977],[-0.228,0.346],[0.401,-0.027],[0.999,-0.503],[0.347,0.145],[-0.356,0.541],[-0.951,0.063],[-0.146,0.035],[0.026,0.239],[0.649,0.205],[0.379,0.103],[0.422,0.519],[0.083,0.175],[-0.161,0.187],[-0.674,0.083],[0.034,0.77],[0.408,0.036],[1.404,-0.117],[1.295,0.414],[0.499,0.128]],\"v\":[[0.493,8.998],[6.498,6.363],[7.509,5.671],[11.085,3.746],[12.379,2.817],[13.734,1.311],[13.982,0.579],[14.57,-2.476],[14.63,-2.861],[14.391,-3.188],[12.996,-4.046],[12.489,-5.922],[11.582,-7.734],[10.889,-7.973],[9.389,-8.282],[7.277,-8.254],[3.156,-7.221],[1.541,-7.194],[-1.108,-5.981],[-1.778,-5.971],[-2.507,-6.928],[-3.574,-6.762],[-3.801,-5.19],[-4.792,-3.633],[-5.528,-3.323],[-5.444,-3.202],[-5.745,-3.078],[-5.552,-3.313],[-5.528,-3.323],[-6.074,-5.442],[-6.989,-7.56],[-7.878,-8.376],[-10.522,-8.324],[-10.467,-8.157],[-10.631,-8.254],[-10.522,-8.324],[-10.531,-8.35],[-12.366,-7.511],[-14.433,-4.476],[-13.6,-3.285],[-12.41,-3.465],[-9.664,-3.182],[-9.508,-2.51],[-10.877,-1.211],[-13.703,-0.704],[-13.991,-0.057],[-13.59,0.6],[-11.594,1.054],[-10.536,1.585],[-9.507,3.337],[-9.739,4.056],[-10.435,4.419],[-11.367,5.51],[-10.048,6.774],[-8.821,6.853],[-5.008,7.894],[-1.119,9.107]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[513.769,476.461],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 391\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":391,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.354,-0.065],[0.508,0.067],[0.467,0.468],[0.158,0.226],[0.495,-0.353],[0.138,-0.334],[2.022,-1.16],[0.279,-0.463],[0.264,-0.626],[1.398,-0.745],[1.56,-0.87],[1.678,-0.051],[0.323,-0.251],[1.843,-1.848],[0.937,-1.817],[-0.603,-0.245],[-0.807,-1.228],[-0.195,-0.196],[-1.215,0.534],[-1.975,1.003],[-0.604,0.912],[-0.487,0.466],[-0.449,0.857],[-2.792,1.553],[-0.828,0],[0.175,0.71],[-1.351,0.656],[-0.312,0.433],[-1.591,1.71],[-0.036,0.568],[-0.02,0.239],[-0.029,0.133],[-0.048,0.271],[-0.014,0.138]],\"o\":[[-0.536,0.095],[-0.874,-0.129],[-0.193,-0.188],[-0.303,-0.429],[-0.335,0.237],[-0.846,2.097],[-0.433,0.254],[-0.351,0.584],[-0.617,1.46],[-1.577,0.842],[-1.291,0.72],[-0.355,0.009],[-2.05,1.619],[-1.482,1.48],[-0.264,0.521],[1.276,0.519],[0.152,0.232],[0.947,0.938],[2.047,-0.914],[0.579,-0.925],[0.378,-0.574],[0.709,-0.683],[1.603,-3.11],[0.773,-0.429],[0.896,0.006],[-0.337,-1.414],[0.478,-0.232],[1.388,-1.892],[0.381,-0.416],[0.03,-0.548],[0.11,-0.435],[0.066,-0.269],[0.024,-0.134],[0.03,-0.305]],\"v\":[[16.274,-14.411],[14.674,-14.106],[13.752,-15.735],[13.296,-16.426],[11.825,-16.584],[10.915,-15.779],[6.855,-10.75],[5.849,-9.487],[4.92,-7.655],[1.882,-4.425],[-2.748,-1.728],[-6.663,0.381],[-7.714,0.991],[-13.533,6.21],[-16.891,11.312],[-16.203,13.068],[-12.816,15.25],[-12.272,15.879],[-8.859,16.403],[-3.509,12.595],[-1.76,9.821],[-0.517,8.191],[1.116,5.835],[5.136,1.988],[7.524,1.583],[8.816,0.376],[10.152,-2.677],[11.386,-3.748],[16.028,-8.99],[16.665,-10.472],[16.752,-11.809],[16.927,-12.508],[17.108,-13.315],[17.125,-13.731]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1119.066,935.177],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 392\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":392,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.484,0.095],[1.198,0.298],[-0.056,0.085],[-0.262,1.077],[0.139,0.943],[0.899,0.216],[0,0.795],[1.016,0.159],[0.58,-0.566],[1.102,-0.798],[0.355,-0.41],[0.813,-0.355],[0.479,-0.481],[-0.251,-0.182],[-0.462,-0.291],[0.195,-0.173],[0.124,0.015],[0.947,0.019],[0.341,-1.028],[-0.574,-0.463],[-0.55,-0.415],[-1.798,0.887],[-0.19,-0.121],[-1.086,-0.106],[-0.102,-0.076],[0.129,-0.022],[1.76,-0.29],[0.06,-0.54],[-1.036,-0.504],[-0.529,-0.06],[-0.817,-0.081],[-1.339,0.839],[-0.516,0.06],[-1.188,0.437],[-0.245,-0.086],[-0.847,-0.423],[-0.701,0.147],[-0.548,0.064],[-0.603,0.591],[-1.354,1.165],[-0.251,0.486],[1.125,0.731],[0.247,-0.043],[0.285,-0.488],[0.219,0.254],[-0.357,1.12],[-0.671,0.689],[0.028,0.574],[-0.573,1.133],[0.316,0.308],[0.521,-0.373],[1.1,-0.825],[-0.082,-0.715],[-0.114,-0.396],[0.629,-0.377],[0.117,-0.07],[-0.231,-0.714],[-0.058,-0.266]],\"o\":[[-1.206,-0.242],[-0.171,-0.042],[0.733,-1.171],[-0.065,-1.057],[-0.132,-0.911],[-0.809,-0.194],[-0.003,-1.261],[-0.826,-0.132],[-1.039,1.012],[-0.429,0.31],[0.166,1.045],[-0.59,0.259],[-0.225,0.227],[0.436,0.321],[0.294,0.188],[-0.087,0.077],[-0.945,-0.121],[-0.904,-0.018],[-0.259,0.786],[0.536,0.432],[1.329,0.994],[0.213,-0.106],[0.987,0.624],[0.111,0.012],[-0.125,0.058],[-1.759,0.289],[-0.475,0.077],[-0.137,1.272],[0.487,0.235],[0.816,0.093],[1.567,0.154],[0.452,-0.287],[1.229,-0.138],[0.22,-0.081],[0.898,0.324],[0.659,0.326],[0.538,-0.112],[0.866,-0.098],[1.27,-1.243],[0.397,-0.341],[0.565,-1.086],[-0.201,-0.131],[-0.57,0.106],[-0.189,0.316],[-0.492,-0.571],[-0.436,-0.555],[0.394,-0.406],[-0.06,-1.259],[0.196,-0.39],[-0.403,-0.393],[-1.117,0.801],[-0.612,0.458],[0.049,0.408],[0.239,0.821],[-0.117,0.069],[-0.716,0.433],[0.087,0.261],[0.117,0.566]],\"v\":[[4.692,2.16],[1.076,1.378],[0.698,0.805],[0.91,-2.693],[0.714,-5.659],[-0.958,-7.227],[-1.746,-8.294],[-3.216,-10.344],[-5.602,-10.076],[-9.165,-8.098],[-10.244,-6.883],[-11.561,-5.189],[-13.077,-3.844],[-13.038,-3.099],[-11.652,-2.236],[-11.484,-1.654],[-11.86,-1.554],[-14.692,-1.919],[-16.659,-0.099],[-16.043,1.688],[-14.417,2.958],[-9.962,4.029],[-9.182,4.037],[-6.001,4.748],[-5.688,4.964],[-6.061,5.133],[-11.345,5.987],[-12.326,7.161],[-10.977,9.91],[-9.428,10.419],[-6.959,10.487],[-2.62,9.51],[-1.125,8.889],[2.532,8.35],[3.315,8.433],[5.976,9.479],[7.959,9.755],[9.585,9.469],[11.736,8.359],[15.482,4.565],[16.354,3.182],[15.368,-0.047],[14.592,-0.154],[13.321,0.815],[12.674,1.016],[11.447,-0.882],[11.269,-2.659],[11.819,-4.171],[12.567,-7.745],[12.25,-8.851],[10.748,-8.909],[7.423,-6.468],[6.754,-4.628],[7.004,-3.422],[6.174,-1.76],[5.832,-1.533],[5.305,0.25],[5.567,1.026]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[297.138,362.006],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 393\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":393,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.547,1.196],[0.231,0.52],[0.912,-0.049],[1.129,0.729],[0.401,-0.038],[1.755,-0.287],[0.699,1.373],[0.52,0.179],[0.404,1.809],[0.681,0.178],[-0.398,0.237],[-0.382,0.341],[0.005,0.001],[0,0],[0,0],[0.027,-0.022],[-0.822,0.246],[0.155,0.256],[0.202,0.154],[-0.196,1.082],[0.728,0.091],[0.681,0.081],[0.199,0.596],[0.183,0.515],[0.287,0.219],[1.323,0.542],[0.932,-0.728],[-0.215,-0.64],[-0.136,-1.64],[-0.219,-0.093],[-1.147,-0.446],[0.014,-0.882],[-0.048,-0.819],[0.877,-0.579],[0.476,-0.674],[-0.106,-1.911],[-0.608,-0.921],[-0.103,-0.09],[-1.081,0.596],[-0.262,0.051],[0.073,-0.351],[-0.085,-0.364],[-0.539,-0.133],[-1.343,-0.009],[-2.656,0.102],[-0.47,-0.271],[-1.156,0.17],[-0.815,0.1],[-0.282,0.257],[-0.886,0.407],[0.079,0.573],[-0.297,0.487]],\"o\":[[-0.455,-0.354],[-0.368,-0.839],[-1.244,0.067],[-0.3,-0.192],[-1.771,0.171],[-1.098,0.182],[-0.252,-0.499],[-1.595,-0.556],[-0.185,-0.825],[-0.47,-0.121],[0.435,-0.255],[-0.004,-0.002],[0,0],[0,0],[-0.027,0.023],[0.806,0.113],[0.284,-0.087],[-0.139,-0.233],[-0.85,-0.653],[0.132,-0.738],[-0.679,-0.086],[-0.556,-0.068],[-0.175,-0.52],[-0.139,-0.382],[-1.085,-0.831],[-1.142,-0.468],[-0.567,0.444],[0.529,1.569],[0.019,0.215],[1.128,0.477],[1.075,0.418],[-0.015,0.82],[0.066,1.057],[-0.715,0.473],[-1.185,1.663],[0.073,1.305],[0.073,0.113],[0.946,0.838],[0.239,-0.132],[0.332,-0.069],[-0.08,0.398],[0.131,0.56],[1.33,0.327],[2.645,0.018],[0.475,-0.02],[0.981,0.569],[0.812,-0.116],[0.387,-0.049],[0.714,-0.655],[0.576,-0.267],[-0.079,-0.593],[1.055,-1.715]],\"v\":[[15.444,6.38],[14.452,5.147],[12.458,3.983],[8.866,3.363],[7.659,3.264],[2.352,3.861],[-0.474,3.13],[-1.901,2.431],[-5.297,-0.78],[-6.729,-2.02],[-6.763,-2.447],[-5.587,-3.428],[-5.605,-3.431],[-5.747,-3.529],[-5.509,-3.496],[-5.587,-3.428],[-3.158,-3.326],[-2.712,-4.345],[-3.15,-5.027],[-4.048,-7.53],[-5.546,-9.261],[-7.599,-9.378],[-8.858,-10.283],[-9.337,-11.858],[-9.865,-12.944],[-13.115,-15.441],[-16.203,-15.03],[-17.003,-13.233],[-16.031,-8.439],[-15.529,-7.85],[-12.103,-6.501],[-10.973,-5.095],[-10.987,-2.631],[-12.147,-0.155],[-13.783,1.678],[-14.999,7.178],[-12.654,9.314],[-12.374,9.616],[-9.329,9.9],[-8.582,9.564],[-8.194,10.044],[-8.385,11.238],[-7.199,12.28],[-3.182,13.1],[4.514,14.359],[5.971,15.048],[9.122,15.739],[11.583,15.59],[12.688,15.121],[15.038,13.483],[15.688,12.106],[16.163,10.618]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[355.927,375.71],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 394\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":394,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-5.031,-7.894],[-4.865,-7.769],[-5.124,-7.855],[-5.207,-8.14]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-4.11,5.017],[-4.436,4.842],[-4.065,4.746]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.046,-0.466],[-0.626,-0.879],[-0.252,-0.971],[-1.41,-0.608],[0,0],[-0.052,-0.01],[-0.49,0.593],[0.059,0.693],[-0.189,0.127],[-0.121,-0.29],[-0.82,0.171],[-0.07,-0.098],[0.038,-0.019],[0.756,-0.756],[1.057,0.206],[0.023,-0.028],[0.032,0.013],[-0.049,-0.753],[-0.574,-0.146],[-0.269,-0.699],[-0.033,0.014],[-0.029,-0.04],[-0.327,-0.02],[0.25,-0.222],[0.127,0.011],[0.208,0.285],[0.06,0.001],[0.007,0.023],[0.291,-0.492],[-0.35,-0.6],[-2.19,-0.71],[-0.003,0.031],[0,0],[0,0],[0.011,0.003],[-0.053,-0.211],[-0.826,-0.739],[-0.239,0.405],[0.016,0.237],[-0.054,1.782],[-0.562,0.824],[0.019,0.493],[0.209,2.235],[-0.085,0.256],[-1.001,0.358],[-0.032,-0.303],[-0.24,-0.339],[-0.765,-1.441],[0.169,-0.692],[0.149,-0.664],[-0.451,0.15],[-0.629,0.267],[-0.302,-0.975],[-0.041,-0.128],[-0.522,0.415],[-0.385,1.933],[0.189,0.151],[0.253,0],[0.049,1.396],[1.545,-0.339],[-0.155,0.723],[-0.076,0.405],[0.748,0.256],[0.48,0.884],[0.177,1.209],[0.24,0.067],[0.501,0.198],[0.305,1.213],[1.049,0.604],[0.192,0.348],[0.865,0.257],[0.481,0.253],[0.145,-0.616],[0.203,-0.912],[-0.026,0],[0,-0.074],[0.028,-0.612],[0.073,-0.08],[0.01,0.393],[0.005,0.576],[0.041,0.041],[-0.006,0.027],[0.154,0.102],[0.891,-0.377],[-0.006,-0.05],[0.039,-0.011],[0.034,-0.204],[0.281,0.113],[0.074,0.098],[-0.368,0.082],[-0.212,0.058],[-0.002,0.049],[-0.038,0.015],[0.023,0.08],[0.83,-0.307],[1.091,-0.103],[0.241,-0.695],[0.159,-0.377],[-1.254,-1.135]],\"o\":[[-0.127,1.208],[0.552,0.772],[1.046,1.003],[0,0],[0.055,0.011],[0.484,-0.596],[0.461,-0.56],[-0.018,-0.2],[0.239,-0.161],[0.423,1.006],[0.099,-0.019],[0.055,0.086],[-0.995,0.471],[-0.806,0.805],[-0.025,0.028],[-0.033,-0.012],[0,0.755],[0.034,0.549],[0.581,0.148],[0.039,-0.01],[0.028,0.046],[0.33,0.009],[0.4,0.025],[-0.079,0.069],[-0.362,-0.034],[-0.06,-0.003],[-0.009,-0.026],[-0.473,0.162],[-0.376,0.645],[1.129,1.92],[0.008,-0.032],[0,0],[0,0],[-0.013,-0.004],[-0.052,0.238],[0.291,1.083],[0.335,0.296],[0.138,-0.234],[-0.105,-1.804],[0.036,-0.989],[0.299,-0.438],[-0.071,-2.225],[-0.026,-0.263],[0.32,-0.939],[0.307,-0.111],[0.053,0.525],[0.979,1.383],[0.345,0.647],[-0.155,0.667],[-0.117,0.474],[0.648,-0.219],[0.666,-0.284],[0.041,0.129],[0.226,0.714],[1.572,-1.258],[0.033,-0.184],[-0.202,-0.157],[-1.371,0],[-0.052,-1.265],[-0.762,0.167],[0.09,-0.401],[0.157,-0.832],[-0.758,-0.261],[-0.501,-0.916],[-0.025,-0.188],[-0.527,-0.148],[-1.039,-0.417],[-0.275,-1.088],[-0.329,-0.19],[-0.42,-0.754],[-0.513,-0.154],[-0.503,-0.266],[-0.219,0.909],[0.027,-0.001],[0,0.072],[0.397,0.478],[-0.004,0.121],[-0.194,0.211],[-0.021,-0.575],[-0.036,-0.045],[0.004,-0.025],[-0.228,0.01],[-0.927,-0.635],[0,0.051],[-0.042,0.011],[0,0.209],[-0.056,0.325],[-0.112,-0.046],[-0.217,-0.289],[0.211,-0.048],[0,-0.049],[0.034,-0.013],[-0.009,-0.087],[-0.319,-1.078],[-1.034,0.385],[-0.778,0.073],[-0.133,0.388],[-0.661,1.576],[0.298,0.274]],\"v\":[[-14.316,-6.327],[-13.116,-3.355],[-11.556,-0.986],[-8.376,1.978],[-8.376,1.923],[-8.217,1.944],[-6.763,0.157],[-6.317,-1.738],[-5.934,-2.358],[-5.306,-2.082],[-3.277,-1.397],[-2.945,-1.202],[-2.928,-0.861],[-5.4,1.163],[-8.217,1.944],[-8.288,2.029],[-8.376,1.978],[-8.362,4.246],[-7.443,5.348],[-5.918,6.186],[-5.806,6.152],[-5.707,6.253],[-4.724,6.287],[-4.469,6.697],[-4.849,6.73],[-5.707,6.253],[-5.884,6.246],[-5.918,6.186],[-7.22,6.871],[-7.215,8.821],[-2.409,12.986],[-2.387,12.887],[-2.322,12.691],[-2.377,12.999],[-2.409,12.986],[-2.499,13.689],[-0.716,16.366],[0.769,16.111],[1.117,15.382],[1.745,10.092],[2.672,7.402],[3.273,5.91],[4.225,-0.572],[4.353,-1.382],[6.169,-3.48],[6.848,-3.199],[6.813,-1.635],[8.717,2.881],[9.004,4.858],[8.51,6.85],[9.499,7.853],[11.4,7.087],[12.406,7.796],[12.479,8.199],[13.667,8.624],[16.5,3.77],[16.101,3.131],[15.353,2.853],[13.393,0.829],[11.383,-0.221],[10.764,-0.785],[11.057,-1.988],[10.211,-3.611],[8.23,-4.846],[6.405,-7.476],[5.787,-7.947],[4.184,-8.269],[1.922,-10.478],[0.133,-13.134],[-0.641,-14.059],[-2.456,-15.611],[-3.888,-16.397],[-5.121,-15.733],[-5.741,-12.999],[-5.662,-13.004],[-5.659,-12.785],[-5.188,-11.119],[-5.28,-10.762],[-5.635,-11.057],[-5.659,-12.785],[-5.759,-12.918],[-5.741,-12.999],[-6.383,-13.033],[-9.085,-13.025],[-9.069,-12.874],[-9.191,-12.842],[-9.214,-12.22],[-9.767,-11.887],[-10.064,-12.121],[-9.822,-12.676],[-9.191,-12.842],[-9.189,-12.986],[-9.085,-13.025],[-9.117,-13.281],[-10.82,-14.496],[-13.995,-13.762],[-15.443,-12.517],[-15.871,-11.366],[-14.949,-7.309]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[604.917,380.189],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 395\",\"np\":5,\"cix\":2,\"bm\":0,\"ix\":395,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.773,-0.79],[0.341,-1.287],[-0.383,-0.251],[0.318,-0.529],[0.185,-0.357],[-0.125,-0.186],[-0.126,-0.243],[-1.047,0.98],[-0.097,0.098],[0.023,-0.247],[0.101,-0.677],[-0.809,-0.091],[-0.136,0.004],[-0.615,-0.189],[-0.407,-0.541],[-0.308,-0.245],[0.155,-0.753],[2.274,0.29],[0.134,0],[-0.026,-0.278],[-0.944,-0.892],[0.371,-0.316],[0.432,-0.337],[0.255,-0.301],[-0.065,-0.225],[-0.203,-0.033],[-1.437,-0.833],[-0.096,-0.09],[0.185,0.025],[0.669,-1.128],[0.911,-1.185],[-0.059,-0.114],[-0.1,0.004],[-0.325,0.168],[-0.846,-0.164],[-0.839,1.151],[-0.496,-0.045],[-1.324,0.308],[-1.652,0.082],[-1.034,1.193],[0.312,0.24],[0.229,0.152],[-0.228,0.342],[-0.431,0.844],[1.985,0.254],[0.67,0.032],[-0.002,-0.029],[0,0],[0,0],[-0.014,-0.001],[0.172,0.299],[0.421,1.32],[0.729,0.374],[0.412,1.373],[1.971,0.711],[-0.131,0.327],[-0.366,0.552],[-0.35,1.337],[0.695,0.126],[0.272,0.004],[0.962,0.042],[0.151,0.182],[-0.07,0.097],[-0.468,0.674],[-0.004,0.265],[0.408,-0.02],[1.094,-0.091],[0.278,-0.497],[0.646,-1.208],[0.311,-0.006]],\"o\":[[0.985,1.012],[-0.105,0.398],[0.581,0.387],[-0.203,0.346],[0.169,0.162],[0.151,0.224],[0.521,1.031],[0.096,-0.092],[0.06,0.257],[-0.067,0.681],[-0.111,0.749],[0.135,0.014],[0.678,-0.02],[0.761,0.23],[0.248,0.324],[0.617,0.483],[-0.423,2.081],[-0.136,-0.016],[-0.343,-0.001],[0.097,1.055],[0.368,0.345],[-0.415,0.352],[-0.319,0.244],[-0.15,0.173],[0.062,0.227],[1.645,0.275],[0.109,0.064],[-0.195,0.067],[-1.381,-0.185],[-0.783,1.331],[-0.057,0.075],[0.066,0.114],[0.388,-0.014],[0.739,-0.374],[1.364,0.265],[0.248,-0.343],[1.386,0.132],[1.615,-0.374],[1.569,-0.08],[0.228,-0.259],[-0.216,-0.164],[-0.457,-0.309],[0.535,-0.793],[0.927,-1.804],[-0.663,-0.082],[0.003,0.03],[0,0],[0,0],[0.014,0.001],[-0.03,-0.387],[-0.693,-1.2],[-0.255,-0.804],[-1.354,-0.689],[-0.585,-1.961],[-0.307,-0.111],[0.254,-0.63],[0.774,-1.173],[0.165,-0.632],[-0.269,-0.048],[-0.96,-0.014],[-0.189,-0.009],[-0.045,-0.058],[0.5,-0.653],[0.136,-0.193],[0.008,-0.314],[-1.098,0.06],[-0.6,0.051],[-0.657,1.199],[-0.156,0.294],[-1.202,0.03]],\"v\":[[-12.096,-13.945],[-11.256,-10.602],[-10.763,-9.548],[-10.556,-8.158],[-11.11,-7.088],[-10.634,-6.591],[-10.294,-5.845],[-8.552,-5.79],[-8.262,-6.076],[-8.089,-5.307],[-8.396,-3.277],[-7.255,-1.916],[-6.849,-1.848],[-4.82,-1.885],[-4.052,-0.118],[-3.305,0.846],[-2.701,2.632],[-5.814,4.723],[-6.219,4.648],[-6.738,5.082],[-5.982,8.152],[-6.181,9.645],[-7.473,10.651],[-8.411,11.406],[-8.566,12.152],[-8.059,12.724],[-3.448,14.392],[-3.157,14.661],[-3.743,14.848],[-6.913,16.335],[-9.863,19.711],[-9.801,20.106],[-9.502,20.373],[-8.351,20.221],[-6.042,19.501],[-2.844,18.268],[-1.35,17.817],[2.739,17.586],[7.611,16.904],[11.518,14.894],[11.395,13.786],[10.683,13.385],[10.355,12.395],[11.942,10.008],[9.835,6.012],[7.823,5.9],[7.828,5.99],[7.714,6.149],[7.779,5.898],[7.823,5.9],[7.662,4.782],[5.982,1.025],[4.484,-0.896],[2.057,-4.067],[-1.678,-8.183],[-1.941,-8.806],[-1.174,-10.684],[0.404,-14.476],[-0.646,-15.99],[-1.458,-16.134],[-4.346,-16.152],[-4.89,-16.601],[-4.798,-16.967],[-3.289,-18.918],[-3.18,-19.703],[-4.076,-20.369],[-7.368,-20.156],[-8.643,-19.221],[-10.589,-15.602],[-11.289,-15.367]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[559.886,533.253],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 396\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":396,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.018,-0.993],[0.014,-1.097],[-0.289,0.009],[-1.324,0.764],[0.015,0.023],[0,0],[0,0],[0.003,-0.002],[-0.729,0.033],[-0.536,0.473],[-0.327,0.425],[-0.537,0.606],[-1.423,0.004],[-0.52,0.415],[-0.618,0.523],[-0.494,0.05],[-1.432,0.413],[-0.537,0.073],[0,0],[-0.019,0.002],[-0.017,0.025],[-0.85,0.054],[-0.609,-0.006],[-0.891,0.069],[0.099,2.157],[0.798,0.786],[0.695,-0.029],[0.857,0.764],[0.345,0.556],[1.691,-0.257],[1.237,-0.043],[0.667,-0.134],[0.138,-0.539],[0.062,-0.818],[0.712,-0.547],[1.284,-1.037],[-0.013,-0.947],[0.201,-0.119],[2.039,-1.604],[0.195,-0.447],[-0.307,-0.569]],\"o\":[[-0.023,1.098],[-0.003,0.333],[1.551,-0.045],[-0.018,-0.025],[0,0],[0,0],[-0.004,0.003],[0.401,0.532],[0.685,-0.027],[0.407,-0.355],[0.498,-0.646],[0.794,-0.899],[0.594,-0.003],[0.63,-0.504],[0.4,-0.334],[1.504,-0.154],[0.516,-0.147],[0,0],[0.016,-0.001],[0.014,-0.024],[0.662,-0.591],[0.604,-0.037],[0.674,-0.695],[0.304,-2.162],[-0.053,-1.187],[-0.532,-0.524],[-1.176,0.047],[-0.516,-0.455],[-0.938,-1.5],[-1.209,0.185],[-0.68,0.024],[-0.58,0.12],[-0.201,0.792],[-0.067,0.888],[-1.304,1.009],[-0.663,0.537],[0.005,0.224],[-2.261,1.325],[-0.428,0.336],[-0.324,0.748],[0.472,0.867]],\"v\":[[-14.94,9.152],[-15.003,12.445],[-14.2,13.237],[-9.934,11.893],[-9.988,11.825],[-9.8,11.695],[-9.924,11.885],[-9.934,11.893],[-8.328,12.818],[-6.424,12.235],[-5.304,11.066],[-3.891,9.073],[-0.887,7.289],[0.878,6.362],[2.608,4.644],[4.014,3.92],[8.355,2.87],[9.964,2.641],[9.839,2.753],[9.891,2.75],[9.938,2.678],[12.269,1.855],[14.087,1.859],[16.543,1.023],[16.489,-5.453],[14.941,-8.281],[13.032,-8.872],[10.029,-10.016],[8.484,-11.365],[4.615,-12.989],[0.909,-12.93],[-1.125,-12.674],[-2.254,-11.575],[-2.629,-9.138],[-3.774,-7.067],[-7.589,-3.916],[-8.796,-1.88],[-9.209,-1.218],[-15.315,3.607],[-16.522,4.68],[-15.68,6.394]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[259.264,378.67],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 397\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":397,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.044,0.011],[0.003,-0.048],[-0.037,0],[0,0.045]],\"o\":[[-0.002,0.046],[0.038,0],[0.006,-0.046],[-0.044,-0.009]],\"v\":[[-0.06,-0.076],[-0.069,0.071],[0.045,0.076],[0.068,-0.055]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[929.907,761.718],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 398\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":398,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.09,1.702],[0.026,0.009],[0.326,0.307],[0.015,0.094],[0.1,0.124],[-0.072,0.025],[-0.031,-0.153],[-0.053,-0.071],[-0.323,-0.302],[0,-0.035],[-0.375,-0.068],[-0.131,0.026],[0.169,0.275],[0.837,1.221],[0.245,-0.036],[0.33,-0.5],[0.16,-0.218],[0.244,0.542],[0.293,0.759],[0.552,0.165],[0.5,0.201],[-0.05,0.06],[-0.538,0.678],[0.258,0.372],[0.297,1.349],[0.353,0.189],[0.733,0.361],[0.128,0.301],[0.685,0.631],[1.067,0.363],[0.343,0.617],[0.834,0.456],[1.43,2.262],[0.849,0.071],[1.656,0.75],[0.378,-0.125],[-0.221,-0.558],[-0.424,-0.51],[-1.479,-0.775],[-0.563,-0.809],[-0.376,-0.715],[-1.255,-1.087],[-0.215,-0.485],[-0.394,-0.876],[-0.396,-0.355],[-0.606,-2.017],[-0.291,-0.914],[-0.61,-0.769],[-1.091,-1.372],[-1.398,-1.098],[-0.892,-1.064],[-0.573,0.014],[-1.43,-0.358],[0.058,1.555]],\"o\":[[-0.026,-0.004],[-0.323,-0.304],[-0.019,-0.097],[-0.104,-0.13],[0.073,-0.029],[0.03,0.153],[0.05,0.067],[0.323,0.306],[0,0.038],[0.376,0.084],[0.126,0.02],[0.301,-0.056],[-0.791,-1.253],[-0.111,-0.161],[-0.54,0.084],[-0.154,0.22],[-0.341,0.474],[-0.338,-0.739],[-0.21,-0.558],[-0.523,-0.16],[-0.207,-0.096],[0.543,-0.709],[0.288,-0.363],[-0.678,-0.991],[-0.065,-0.315],[-0.718,-0.384],[-0.356,-0.177],[-0.419,-1.017],[-0.818,-0.767],[-0.677,-0.227],[-0.485,-0.87],[-2.323,-1.289],[-0.457,-0.729],[-1.781,-0.16],[-0.308,-0.144],[-0.377,0.12],[0.25,0.622],[1.055,1.273],[0.884,0.463],[0.47,0.67],[0.775,1.501],[0.392,0.338],[0.387,0.879],[0.216,0.483],[1.583,1.401],[0.275,0.917],[0.304,0.937],[1.12,1.406],[1.138,1.433],[1.079,0.854],[0.383,0.461],[1.432,-0.027],[0.084,-1.56],[-0.062,-1.74]],\"v\":[[17.802,10.602],[17.721,10.584],[16.745,9.663],[16.691,9.372],[16.389,8.99],[16.603,8.914],[16.691,9.372],[16.849,9.576],[17.813,10.49],[17.802,10.602],[18.928,10.846],[19.328,10.793],[19.801,9.791],[17.378,6.06],[16.633,5.871],[15.241,6.651],[14.818,7.341],[13.486,7.205],[12.572,4.935],[11.433,3.847],[9.861,3.408],[9.418,2.798],[9.629,0.571],[9.714,-0.551],[7.463,-3.398],[6.563,-4.186],[4.345,-5.233],[3.352,-5.878],[1.18,-7.664],[-1.621,-9.354],[-3.16,-10.66],[-5.222,-12.63],[-10.913,-17.841],[-13.007,-19.026],[-18.194,-20.154],[-19.372,-19.988],[-19.749,-18.508],[-18.825,-16.705],[-15.073,-13.52],[-12.949,-11.643],[-11.411,-9.713],[-8.255,-5.978],[-7.366,-4.633],[-6.33,-1.937],[-5.4,-0.607],[-2.178,4.529],[-1.164,7.227],[0.308,9.67],[4.024,13.471],[7.92,17.122],[11.027,19.815],[12.517,20.272],[16.816,20.299],[17.011,15.622]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[913.032,741.344],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 399\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":399,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.024,-0.015],[0.019,-0.038],[-0.027,0.003],[-0.015,0.053]],\"o\":[[-0.022,0.04],[0.027,-0.004],[0.014,-0.053],[-0.025,0.016]],\"v\":[[-0.008,-0.037],[-0.068,0.08],[0.016,0.07],[0.068,-0.08]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[370.908,349.95],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 400\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":400,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.579,-1.087],[-0.444,0.095],[-0.852,-0.418],[-0.46,0.393],[-0.425,0.344],[0,0],[-0.041,-0.035],[0.01,0.052],[-0.728,0.886],[-0.792,0.493],[-0.202,0.409],[-0.787,0.072],[-0.009,0.005],[0,0],[-0.21,-0.261],[0.078,-0.056],[-0.96,-0.182],[-0.201,-0.018],[-0.835,0.661],[-0.086,1.091],[0.939,1.153],[0.124,0.242],[-0.285,0.343],[-0.831,0.446],[-0.398,0.941],[0.009,0.657],[0.481,0.623],[0.656,0.473],[0.009,0.356],[-0.107,1.084],[-0.135,0.949],[0.994,0.986],[0.965,-0.086],[0.122,-0.592],[-0.508,-0.209],[-0.473,-0.249],[0.174,-0.258],[0.098,-0.008],[0.657,-0.096],[0.655,-0.18],[-0.157,-0.742],[-0.131,-0.523],[0.129,-0.212],[0.078,0.063],[0.663,-0.552],[0.896,0.125],[-0.159,-0.692],[-0.446,-0.541],[0.026,-0.848],[-0.039,0],[-0.087,-0.066],[-0.202,-0.029],[0.173,0.135],[0.125,0.019],[0,0.04],[0.681,0.393],[0.171,-0.294],[1.136,-2.197],[-0.691,-0.57],[-0.853,-0.093],[-0.304,-0.249],[0.043,-0.236],[0.203,-0.088],[0.263,0.036],[0.571,-1.587],[0.148,-1.367]],\"o\":[[0.435,0.297],[1.036,-0.226],[0.577,0.283],[0.415,-0.356],[0,0],[0.043,0.034],[-0.002,-0.057],[0.901,-0.525],[0.56,-0.682],[0.207,-0.406],[0.387,-0.784],[0.011,-0.006],[0,0],[-0.057,-0.331],[-0.074,0.054],[-0.025,1.137],[0.198,0.039],[0.674,-0.788],[0.746,-0.587],[0.112,-1.376],[-0.171,-0.212],[-0.2,-0.392],[0.572,-0.69],[0,-0.912],[0.258,-0.613],[-0.016,-1.022],[-0.537,-0.689],[-0.29,-0.21],[-0.035,-1.089],[0.097,-0.955],[0.219,-1.541],[-0.768,-0.764],[-0.5,0.046],[-0.077,0.381],[0.498,0.205],[0.28,0.152],[-0.076,0.111],[-0.668,0.053],[-0.669,0.095],[-0.686,0.191],[0.111,0.527],[0.048,0.201],[-0.042,0.068],[-0.584,-0.44],[-0.67,0.561],[-0.924,-0.132],[0.152,0.687],[0.494,0.595],[0.038,0.002],[0.099,0.021],[0.202,0.032],[-0.262,0.184],[-0.125,-0.017],[0.001,-0.041],[-0.82,-0.061],[-0.368,-0.209],[-1.23,2.154],[-0.401,0.775],[0.668,0.545],[0.379,0.042],[0.169,0.138],[-0.036,0.228],[-0.217,0.093],[-1.931,-0.252],[-0.467,1.308],[-0.212,2.009]],\"v\":[[-9.062,17.25],[-7.564,17.798],[-4.814,18.309],[-3.331,18.129],[-2.057,17.093],[-2.156,17.182],[-2.031,17.289],[-2.051,17.124],[0.549,15.359],[2.847,13.816],[3.472,12.595],[5.353,11.531],[5.378,11.514],[5.378,11.452],[5.608,11.346],[5.378,11.514],[6.381,12.918],[6.984,12.988],[8.662,10.416],[10.407,8.293],[9.542,4.406],[9.101,3.717],[9.209,2.587],[11.048,0.624],[11.064,-2.128],[11.495,-4.097],[9.807,-5.712],[7.798,-7.1],[7.243,-8.126],[7.362,-11.399],[7.843,-14.24],[6.192,-17.829],[3.482,-18.41],[2.427,-17.316],[3.096,-16.397],[4.581,-15.777],[4.701,-15.061],[4.423,-14.779],[2.416,-14.668],[0.438,-14.186],[-0.75,-12.23],[-0.193,-10.697],[-0.46,-10.001],[-0.837,-9.974],[-2.689,-10.186],[-4.958,-9.522],[-5.886,-8.152],[-4.929,-6.363],[-3.945,-4.303],[-3.839,-4.287],[-3.564,-4.134],[-2.957,-4.042],[-3.564,-4.134],[-3.936,-4.189],[-3.945,-4.303],[-6.089,-5.238],[-7.168,-5],[-9.948,1.833],[-9.263,3.989],[-7.024,4.921],[-5.946,5.449],[-5.74,6.186],[-6.177,6.789],[-6.964,6.749],[-10.492,8.681],[-11.291,12.699]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[368.053,336.096],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 401\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":401,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[9.875,-24.065],[10.038,-24.131],[9.973,-23.964],[9.783,-23.901]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.63,0.332],[-0.066,0.106],[-0.09,0.623],[-0.209,2.172],[2.037,0.343],[-0.022,0.112],[-0.092,0.052],[-0.244,-0.01],[-0.444,0.963],[-0.359,0.085],[-1.207,-0.29],[-0.018,0.028],[0,0],[0,0],[0.033,0.011],[0.947,0.038],[0.259,-0.075],[-0.27,-0.76],[-0.289,-0.62],[-0.085,-0.102],[-0.258,0.847],[-0.576,0.457],[-0.66,-0.124],[-0.122,0.038],[0.534,0.771],[0.354,0.582],[-0.315,0.262],[-0.368,0.146],[-0.117,-0.055],[0.171,-0.322],[-0.117,-0.305],[-0.495,-0.646],[-0.552,-0.388],[-0.248,0.414],[-0.8,1.433],[-0.424,0.055],[-0.683,-0.014],[-0.685,0.387],[-0.25,-0.072],[-0.102,0.337],[-0.87,0.636],[-0.098,0.096],[-0.029,-0.106],[-0.128,-0.389],[-0.346,0.174],[0.815,1.542],[-0.133,1.409],[0.823,1.956],[-0.598,0.469],[0.095,0.787],[-0.026,0.678],[1.085,1.872],[0.751,2.257],[0.352,-0.344],[-0.876,-2.402],[-1.326,-0.724],[-0.014,-0.264],[1.792,-2.746],[0.125,-0.532],[1.653,-0.526],[0.09,0.327],[0.042,0.268],[0.302,-0.141],[0.201,-0.308],[-0.058,-0.542],[0.22,-0.442],[0.3,-1.474],[0.315,0.025],[1.062,-0.378],[1.378,-0.135],[0.405,-0.563],[1.566,-1.547],[0.036,-0.391],[0.313,-0.322],[0.647,-0.709],[-0.024,-0.721],[-0.561,-0.443],[0,0],[-0.054,-0.034],[0.014,0.061],[-0.077,0.024],[-0.032,-0.55],[0.329,-0.357],[0.025,0.024],[0,-0.061],[0,0],[-0.531,-1.415]],\"o\":[[0.118,-0.06],[0.358,-0.577],[0.307,-2.161],[-0.657,-1.431],[-0.042,-0.006],[0.02,-0.121],[0.233,-0.129],[0.855,0.03],[0.144,-0.308],[1.172,-0.277],[0.019,-0.026],[0,0],[0,0],[-0.035,-0.009],[-0.454,0.659],[-0.27,-0.012],[-0.812,0.234],[0.233,0.642],[0.06,0.12],[0.573,0.703],[0.201,-0.661],[0.634,-0.495],[0.122,0.023],[0.876,-0.251],[-0.388,-0.56],[-0.225,-0.375],[0.293,-0.248],[0.113,-0.043],[0.296,0.141],[-0.178,0.338],[0.283,0.763],[0.403,0.523],[0.394,0.275],[0.84,-1.407],[0.22,-0.391],[0.68,-0.085],[0.925,0.019],[0.138,-0.08],[0.489,0.138],[0.285,-0.901],[0.109,-0.081],[0.064,0.096],[0.11,0.398],[0.14,0.417],[1.72,-0.865],[-0.667,-1.263],[0.192,-2.094],[-0.283,-0.669],[0.568,-0.453],[-0.079,-0.673],[0.068,-2.113],[-1.159,-2.015],[-0.145,-0.424],[-1.674,1.628],[-0.114,1.052],[0.184,0.099],[0.147,3.004],[-0.283,0.436],[-0.424,1.837],[-0.288,0.09],[-0.068,-0.26],[-0.097,-0.615],[-0.35,0.169],[-0.325,0.489],[0.05,0.534],[-0.694,1.37],[-0.061,0.317],[-1.098,-0.095],[-1.306,0.462],[-0.71,0.07],[-1.289,1.792],[-0.244,0.24],[-0.031,0.417],[-0.663,0.694],[-0.492,0.537],[0.03,0.76],[0,0],[0.066,0.029],[-0.011,-0.06],[0.067,-0.051],[0.673,-0.214],[0.033,0.508],[-0.027,-0.026],[0,0.059],[0,0],[0.506,1.424],[0.233,0.626]],\"v\":[[-11.615,25.76],[-11.277,25.539],[-10.285,23.778],[-9.63,17.261],[-12.496,13.667],[-12.558,13.325],[-12.376,12.989],[-11.637,12.707],[-9.57,11.78],[-8.602,11.128],[-5.035,10.92],[-4.976,10.839],[-4.869,10.674],[-4.935,10.939],[-5.035,10.92],[-6.9,12.177],[-7.719,12.263],[-9.008,14.567],[-8.172,16.44],[-7.908,16.749],[-5.992,16.474],[-5.101,14.669],[-3.135,14.619],[-2.749,14.584],[-1.765,11.787],[-3.015,10.164],[-2.721,9.062],[-1.652,8.543],[-1.248,8.584],[-1.18,9.24],[-1.457,10.367],[-0.299,12.535],[1.259,13.832],[2.73,13.481],[5.207,9.23],[6.117,8.526],[8.173,8.351],[10.264,7.271],[10.984,7.546],[12.042,7.166],[13.208,4.609],[13.499,4.318],[13.691,4.607],[13.988,5.806],[14.954,6.25],[16.759,1.834],[15.84,-2.113],[14.965,-8.172],[15.552,-10.002],[16.392,-11.749],[16.311,-13.787],[14.78,-19.656],[11.169,-25.614],[9.7,-25.748],[7.921,-19.883],[8.635,-16.973],[8.918,-16.22],[7.673,-7.432],[7.221,-5.86],[3.801,-2.646],[2.806,-3.202],[2.709,-4.013],[2.055,-4.822],[1.117,-4.126],[1.102,-2.532],[1.02,-0.924],[-0.267,3.384],[-0.889,3.821],[-4.151,4.044],[-8.164,4.951],[-9.896,5.986],[-14.279,10.9],[-14.587,12.039],[-14.972,13.152],[-16.924,15.276],[-17.55,17.172],[-16.576,18.895],[-16.683,19.018],[-16.53,19.122],[-16.565,18.942],[-16.355,18.809],[-15.239,19.378],[-15.72,20.653],[-15.802,20.577],[-15.791,20.756],[-15.682,20.687],[-14.161,24.958]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1015.943,595.557],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 402\",\"np\":4,\"cix\":2,\"bm\":0,\"ix\":402,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.731,-0.819],[0.797,-1.287],[-0.55,-0.541],[-0.199,-0.353],[0.85,-0.455],[0.158,-0.787],[-0.34,-0.778],[-0.724,-0.432],[-0.375,0.028],[-0.541,0.09],[-0.518,-0.688],[-0.05,-0.514],[-1.14,-0.315],[-0.609,-0.292],[-0.72,0.103],[-0.549,0],[0.004,-0.033],[-0.817,0.053],[-0.099,0.208],[-0.116,0.39],[0.468,0.323],[0.796,0.537],[0.8,2.573],[0.273,1.204],[-0.011,1.778],[-0.42,0.709],[-0.083,0.53],[-0.261,2.308],[-0.842,0.497],[-0.486,1.289],[-0.927,1.502],[-1.277,1.109],[-1.716,0.933],[-0.683,0.454],[0.622,1.661],[0.082,0.404],[0.471,0.328],[0.315,0.264],[0.986,-0.529],[0.233,-1.866],[0.94,-0.54],[1.532,-0.002],[1.303,-1.852],[0.054,-0.124],[0.674,-0.23],[0.141,-0.614],[0.343,-0.571],[-0.178,-0.719],[0.13,-0.212],[0.128,-0.043],[0.381,-0.574],[0.563,-0.042],[-0.16,-0.271],[-0.155,-0.883],[0.003,-1.085],[0.341,-0.607],[0.454,-0.848],[-0.565,-0.613]],\"o\":[[-1.085,1.22],[-0.409,0.668],[0.288,0.287],[0.475,0.845],[-0.609,0.324],[-0.166,0.823],[0.337,0.766],[0.337,0.201],[0.542,-0.039],[0.899,-0.15],[0.319,0.421],[0.142,1.336],[0.652,0.181],[0.636,0.307],[0.536,-0.078],[0,0.031],[0.824,0],[0.222,-0.016],[0.18,-0.361],[0.188,-0.607],[-0.788,-0.543],[-2.249,-1.517],[-0.367,-1.178],[-0.394,-1.783],[0.003,-0.884],[0.27,-0.459],[0.355,-2.299],[0.119,-1.021],[1.269,-0.75],[0.643,-1.693],[0.865,-1.388],[1.455,-1.262],[0.708,-0.387],[1.468,-0.977],[-0.147,-0.384],[-0.12,-0.573],[-0.334,-0.234],[-0.979,-0.822],[-1.469,0.784],[-0.147,1.192],[-1.291,0.742],[-2.533,0.002],[-0.078,0.114],[-0.307,0.678],[-0.538,0.184],[-0.153,0.657],[-0.384,0.636],[0.046,0.194],[-0.065,0.103],[-0.702,0.239],[-0.348,0.522],[-0.351,0.029],[0.483,0.827],[0.185,1.034],[-0.002,0.729],[-0.473,0.836],[-0.315,0.593],[1.015,1.109]],\"v\":[[-12.585,7.99],[-14.293,12.138],[-13.9,13.971],[-13.169,14.956],[-13.83,17.451],[-15.266,18.76],[-15.081,21.187],[-13.49,23.033],[-12.341,23.356],[-10.747,22.952],[-8.594,23.891],[-7.931,25.359],[-5.796,27.531],[-3.863,28.172],[-1.895,28.562],[-0.255,28.547],[-0.259,28.641],[2.21,28.62],[2.816,28.159],[3.165,26.984],[2.667,25.544],[0.202,24.051],[-4.342,17.857],[-5.223,14.257],[-5.133,8.919],[-4.164,6.693],[-3.626,5.154],[-2.664,-1.755],[-1.4,-4.224],[1.114,-7.359],[3.831,-11.932],[7.001,-15.696],[11.561,-19.193],[13.513,-20.688],[14.81,-24.596],[14.48,-25.787],[13.569,-27.099],[12.588,-27.85],[9.497,-28.083],[6.477,-24.428],[4.584,-21.868],[0.437,-20.18],[-4.875,-16.868],[-5.1,-16.521],[-6.655,-15.281],[-7.699,-14.138],[-8.379,-12.224],[-8.728,-10.284],[-9.007,-9.602],[-9.36,-9.396],[-10.826,-8.01],[-12.264,-7.41],[-12.745,-6.466],[-11.34,-3.984],[-11.579,-0.738],[-12.109,1.203],[-13.496,3.727],[-13.105,5.549]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[713.668,405.781],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 403\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":403,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.702,2.091],[0.255,-0.231],[0.073,-0.884],[0.784,-0.379],[0.188,-0.134],[0.143,-1.224],[1.203,-0.64],[1.074,-0.562],[1.174,-0.354],[0.125,-0.054],[1.131,-0.47],[0.494,-0.815],[-0.6,-1.768],[-0.223,-0.5],[0.969,-1.289],[1.017,-1.32],[-0.83,-1.982],[0.013,-0.972],[-0.1,-0.814],[-0.281,-0.457],[-1.654,-0.663],[-0.887,0.356],[-0.681,0.051],[-0.636,1.335],[-0.388,1.026],[-1.069,2.368],[-1.578,3.521],[-0.203,1.077],[-0.515,1.289],[-1.492,0.481],[0.048,0.691],[-0.011,1.224]],\"o\":[[-0.204,-0.249],[-0.635,0.58],[-0.071,0.829],[-0.111,0.244],[-0.74,0.519],[-0.147,1.23],[-1.076,0.574],[-1.071,0.558],[-0.129,0.043],[-1.131,0.468],[-0.422,0.862],[-1.017,1.667],[0.175,0.53],[0.668,1.542],[-0.994,1.323],[-1.201,1.565],[0.383,0.914],[-0.013,0.824],[0.065,0.526],[0.992,1.596],[0.959,0.383],[0.619,-0.25],[1.536,-0.114],[0.473,-0.989],[0.919,-2.443],[1.588,-3.513],[0.445,-0.993],[0.264,-1.346],[0.446,-1.1],[0.408,-0.582],[-0.093,-1.229],[0.022,-2.746]],\"v\":[[10.27,-23.807],[9.549,-23.755],[8.481,-21.61],[7.227,-19.725],[6.873,-19.024],[5.12,-17.047],[2.919,-14.272],[-0.032,-12.059],[-3.534,-10.954],[-3.93,-10.846],[-7.321,-9.43],[-8.596,-6.859],[-9,-1.708],[-8.411,-0.167],[-8.912,4.134],[-11.576,8.29],[-12.459,13.732],[-12.008,16.559],[-11.945,19.031],[-11.385,20.559],[-7.138,23.674],[-4.445,22.901],[-2.432,22.533],[0.758,20.261],[2.083,17.25],[4.799,9.915],[8.951,-0.86],[9.826,-4.038],[10.93,-7.979],[12.68,-10.99],[13.242,-12.927],[12.872,-16.61]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[724.353,806.278],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 404\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":404,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.468,-1.19],[-0.372,-1.466],[-1.144,-0.266],[0.014,-0.196],[-0.153,-1.083],[-1.1,-0.083],[-0.675,0.054],[-0.348,-0.65],[-0.773,0.272],[-0.794,0.217],[-0.227,-0.079],[-1.112,-0.506],[-0.267,-0.312],[-0.622,0.198],[-0.805,0.169],[-0.383,-0.073],[-0.031,0.515],[0.046,0.111],[-0.593,0.935],[0.087,0.636],[-0.748,0.794],[-0.638,1.504],[-0.305,0.77],[-0.553,0.108],[-0.403,0.065],[-0.256,0.079],[0.165,0.321],[0.696,0.842],[-0.262,0.574],[0.408,0.415],[-0.707,1.601],[-0.492,0.28],[-0.079,0.572],[-0.596,0.152],[-0.336,0.503],[-0.044,0.13],[0.073,0.041],[0.958,0.518],[0.117,1.322],[0.63,0.511],[0.368,-0.081],[0.355,-0.633],[0.41,-0.712],[0.413,-0.317],[1.103,-0.453],[0.802,-1.538],[0.454,-0.691],[1.595,-0.279],[0.548,-1.349],[0.217,-0.505],[0.514,0.177],[0.9,0.337],[0.6,-0.818],[0.155,-0.373]],\"o\":[[0.564,1.423],[0.235,0.908],[0.191,0.044],[-0.07,1.144],[0.167,1.129],[0.677,0.057],[0.816,-0.066],[0.384,0.721],[0.772,-0.281],[0.257,-0.078],[1.157,0.392],[0.32,0.149],[0.364,0.424],[0.782,-0.25],[0.349,-0.079],[0.562,0.113],[0.015,-0.134],[-0.351,-0.93],[0.342,-0.535],[-0.177,-1.215],[1.169,-1.251],[0.325,-0.758],[0.22,-0.562],[0.403,-0.077],[0.26,-0.038],[0.335,-0.105],[-0.53,-1.034],[-0.38,-0.452],[0.246,-0.535],[-1.397,-1.445],[0.232,-0.523],[0.517,-0.294],[0.086,-0.597],[0.532,-0.134],[0.071,-0.112],[-0.029,-0.12],[-0.947,-0.545],[-0.964,-0.523],[-0.557,-0.6],[-0.242,-0.194],[-0.682,0.164],[-0.403,0.707],[-0.274,0.464],[-0.966,0.743],[-1.619,0.674],[-0.38,0.723],[-0.872,1.338],[-1.507,0.273],[-0.207,0.506],[-0.196,0.451],[-0.907,-0.313],[-0.919,-0.338],[-0.248,0.332],[-0.489,1.135]],\"v\":[[-16.97,3.755],[-15.74,8.098],[-14.029,10.214],[-13.594,10.813],[-12.908,14.026],[-10.99,15.794],[-8.95,15.89],[-7.306,16.846],[-5.606,17.478],[-3.243,16.767],[-2.442,16.667],[0.99,17.969],[1.702,18.956],[3.127,19.513],[5.486,18.781],[6.628,18.99],[7.807,18.188],[7.841,17.785],[7.991,15.073],[8.412,13.105],[9.375,10.073],[11.725,5.777],[12.583,3.458],[13.849,2.526],[15.079,2.438],[15.84,2.164],[16.12,1.109],[13.762,-1.156],[13.505,-2.661],[13.333,-4.197],[12.935,-8.776],[14.029,-9.966],[14.864,-11.297],[15.881,-12.422],[17.302,-13.164],[17.438,-13.547],[17.352,-13.895],[14.493,-15.487],[12.351,-17.745],[10.652,-19.517],[9.51,-19.573],[7.874,-18.409],[6.735,-16.224],[5.756,-14.932],[2.714,-12.919],[-0.884,-9.723],[-2.355,-7.732],[-5.984,-5.253],[-8.911,-2.617],[-9.513,-1.084],[-10.919,-0.521],[-13.624,-1.508],[-15.744,-0.845],[-16.427,0.183]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[957.364,736.311],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 405\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":405,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.482,1.09],[0.1,0.084],[0.541,0.58],[0.512,0.638],[0.452,0.51],[0.464,0.677],[-0.51,0.319],[-0.302,0.264],[0.701,0.41],[0.382,0.16],[0.918,0.265],[0.12,1.481],[0.408,0.326],[3.174,0.85],[1.394,0.593],[1.585,0.333],[2.128,0.928],[1.284,-2.268],[0.115,-0.053],[1.242,-1.678],[0.32,0.304],[0.795,0.75],[-0.021,0.558],[-0.114,0.53],[0.438,0.835],[0.655,0.18],[0.769,0.277],[0.784,-0.403],[1.637,-0.365],[-0.01,-0.226],[-0.196,-0.111],[-0.52,-0.144],[-0.323,-0.656],[-1.341,0.04],[-0.821,-0.015],[-0.174,-0.127],[0.084,0.008],[1.548,0.07],[-0.209,-0.239],[-0.342,-1.358],[-0.51,0.47],[-0.253,0.322],[-0.438,-0.234],[-1.021,-0.684],[-0.82,-0.222],[-1.321,-0.373],[-0.75,-0.37],[-0.417,-1.823],[-0.288,-0.617],[-0.218,-0.498],[0.437,-0.057],[0.598,-1.109],[-0.775,-0.072],[-1.21,0.263],[-0.908,-1.338],[-0.272,-0.311],[-0.863,-0.073],[-1.588,-0.592],[-0.636,0.305],[0.25,1.174],[-0.098,0.081],[-1.023,0.676],[-0.946,-0.383],[-0.884,-0.373],[-0.511,-0.701],[-1.16,-1.529],[-1.304,-0.005],[-1.974,-1.091],[-0.118,0.034],[-0.163,0.176],[0.024,0.238],[0.574,0.169],[-0.135,0.77]],\"o\":[[-0.056,-0.119],[-0.647,-0.491],[-0.555,-0.595],[-0.421,-0.531],[-0.54,-0.61],[-0.36,-0.522],[0.349,-0.219],[0.623,-0.538],[-0.357,-0.21],[-0.886,-0.371],[-1.324,-0.378],[-0.038,-0.456],[-2.496,-2.01],[-1.465,-0.391],[-1.51,-0.638],[-2.313,-0.486],[-1.964,-0.856],[-0.067,0.12],[-1.911,0.894],[-0.272,0.367],[-0.797,-0.756],[-0.423,-0.411],[0.017,-0.544],[0.22,-1.027],[-0.34,-0.66],[-0.791,-0.222],[-0.815,-0.293],[-1.454,0.747],[-0.158,0.035],[0.009,0.236],[0.467,0.278],[0.685,0.193],[0.634,1.299],[0.823,-0.013],[0.18,0.003],[-0.087,0.088],[-1.544,-0.115],[-0.337,-0.014],[0.921,1.041],[0.166,0.657],[0.299,-0.275],[0.269,-0.325],[1.09,0.582],[0.694,0.471],[1.326,0.346],[0.792,0.231],[1.542,0.758],[0.147,0.651],[0.234,0.5],[0.214,0.498],[-1.439,0.192],[-0.405,0.762],[1.258,0.112],[1.416,-0.317],[0.228,0.336],[0.567,0.655],[1.638,0.133],[0.641,0.24],[0.856,-0.416],[-0.049,-0.239],[0.936,-0.801],[0.829,-0.549],[0.89,0.37],[0.785,0.334],[1.137,1.551],[0.818,1.082],[2.24,0],[0.114,0.064],[0.25,-0.062],[0.161,-0.166],[-0.046,-0.569],[-1.123,-0.331],[-0.929,0.044]],\"v\":[[29.335,13.253],[29.108,12.911],[27.175,11.438],[25.801,9.388],[24.327,7.974],[22.836,6.029],[23.115,4.651],[24.151,4.008],[23.932,1.852],[22.843,1.272],[20.163,0.225],[17.898,-2.317],[16.96,-3.603],[8.219,-8.062],[3.965,-9.591],[-0.634,-11.349],[-7.256,-13.593],[-12.186,-12.665],[-12.477,-12.378],[-17.125,-8.44],[-18.644,-8.358],[-21.017,-10.634],[-21.574,-12.126],[-21.405,-13.758],[-22.06,-16.499],[-23.868,-17.296],[-26.182,-18.141],[-28.583,-18.01],[-33.035,-15.953],[-33.352,-15.302],[-32.989,-14.634],[-31.491,-13.992],[-29.825,-12.896],[-26.779,-11.224],[-24.309,-11.277],[-23.778,-10.909],[-24.05,-10.652],[-28.411,-9.685],[-28.688,-9.088],[-26.769,-5.53],[-25.051,-5.145],[-24.254,-6.081],[-23.237,-6.454],[-20.013,-4.636],[-17.818,-3.557],[-13.871,-2.374],[-11.568,-1.506],[-8.311,1.943],[-7.428,3.784],[-6.758,5.287],[-7.063,6.277],[-9.728,8.617],[-9.018,10.089],[-5.369,9.604],[-1.721,10.843],[-0.951,11.807],[1.215,12.857],[6.085,13.574],[8.064,13.213],[8.848,11.193],[8.749,10.489],[11.634,8.187],[14.41,7.922],[17.012,9.171],[18.885,10.694],[22.463,15.219],[25.66,16.802],[32.003,18.32],[32.395,18.4],[33.112,18.104],[33.338,17.386],[32.449,16.121],[31.69,14.234]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1048.487,760.686],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 406\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":406,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.842,-0.216],[0.652,-0.05],[0.796,-0.064],[0.174,-0.112],[1.892,-0.803],[0.119,-1.144],[0.343,-0.207],[0.528,-0.423],[0.05,-1.023],[-0.224,-0.634],[-0.04,-0.132],[-0.57,-0.071],[-1.224,-0.137],[-0.02,-0.113],[0.312,-0.026],[1.366,-0.119],[0.64,-0.559],[0.05,-0.365],[-0.036,-0.546],[-1.948,-0.453],[-2.367,0.108],[-0.314,-0.214],[-0.906,-1.78],[0.227,-0.162],[0.125,0.014],[1.87,0.875],[0.779,0.066],[1.919,-0.027],[0.349,-0.799],[-0.086,-1.112],[-1.924,-0.617],[-0.874,-0.373],[0.073,-0.285],[0.261,-0.632],[-0.052,-0.377],[-0.242,-0.784],[-0.228,-0.06],[-0.409,-0.032],[-1.851,-0.597],[-1.016,0.513],[-0.608,0.32],[-0.996,-0.186],[-0.936,0.666],[-0.488,0.245],[-0.149,-0.277],[-0.031,-0.124],[-0.599,-0.299],[-0.62,-0.561],[-0.117,-0.04],[-1.339,-0.273],[-1.359,0.409],[-0.202,0.7],[1.007,1.104],[0.06,-0.003],[0.379,-0.044],[0.087,0.071],[-0.415,0.042],[-0.341,0.019],[-0.028,0.055],[-0.035,-0.038],[-0.007,0],[-0.292,0.269],[-0.274,-0.323],[-0.465,-0.836],[-0.415,1.135],[0.502,0.743],[0.394,0.374],[0.114,0.825],[0.83,0.632],[0.415,1.01],[-0.555,0.516],[0.032,1.743],[-0.232,0.631],[-0.739,1.923],[-0.61,0.35],[-1.423,1.297],[-0.049,0.566],[1.47,0.419],[0.808,0.152],[0.718,-0.646],[-0.166,-0.711],[-0.058,-0.884],[-0.03,-0.052],[0,0],[0,0],[0.001,0.072],[0.079,0.198],[0.719,0.228],[0.353,0.202],[0.513,-0.828],[0.244,-0.634],[0.872,-1.52],[0.647,-1.646],[0.06,-0.124],[0.054,-0.123],[0.371,0.128],[-0.083,0.28],[-0.583,1.378],[0.619,2.027],[0.262,0.299],[0.108,-0.48],[0.182,-0.933],[0.409,0.134],[1.234,0.036],[-0.141,0.174],[-0.119,0.063],[-0.566,0.367],[0.196,0.457],[0.787,0.766],[0.926,-0.685],[0.388,-0.382],[0.431,0.055],[-0.521,0.736],[-0.572,0.927],[0.695,0.567],[0.239,0.133],[0,0],[0.041,-0.005],[0.005,-0.031]],\"o\":[[-0.527,0.387],[-0.799,0.063],[-0.13,0.188],[-1.765,1.086],[-0.905,0.385],[-0.047,0.472],[-0.582,0.357],[-0.739,0.595],[-0.033,0.619],[0.048,0.13],[0.179,0.585],[1.219,0.155],[0.098,0.01],[0.049,0.294],[-1.367,0.121],[-0.833,0.07],[-0.284,0.251],[-0.071,0.527],[0.096,1.463],[2.276,0.529],[0.394,-0.016],[1.586,1.085],[0.154,0.302],[-0.09,0.064],[-2.066,-0.232],[-0.739,-0.346],[-1.911,-0.156],[-0.907,0.013],[-0.455,1.037],[0.149,2.002],[0.908,0.292],[0.268,0.115],[-0.175,0.647],[-0.155,0.366],[0.11,0.81],[0.065,0.207],[0.393,0.103],[1.914,0.153],[1.161,0.375],[0.613,-0.311],[0.871,-0.458],[1.162,0.22],[0.447,-0.318],[0.298,-0.151],[0.062,0.12],[0.192,0.761],[0.904,0.451],[0.103,0.093],[1.306,0.415],[1.336,0.275],[0.696,-0.209],[0.373,-1.305],[-0.062,0.004],[-0.196,0.3],[-0.132,0.019],[-0.289,-0.239],[0.337,-0.033],[0.028,-0.047],[0.036,0.038],[0.004,0],[0.239,-0.324],[0.308,-0.284],[0.594,0.704],[1.159,-0.223],[0.301,-0.819],[-0.304,-0.455],[-0.631,-0.6],[-0.137,-1.014],[-0.907,-0.692],[-0.281,-0.694],[1.307,-1.216],[-0.015,-0.67],[0.707,-1.936],[0.261,-0.673],[1.68,-0.968],[0.42,-0.379],[0.123,-1.509],[-0.792,-0.226],[-1.055,-0.2],[-0.592,0.527],[0.202,0.85],[0.03,0.052],[0,0],[0,0],[-0.005,-0.073],[-0.11,-0.187],[-0.261,-0.672],[-0.391,-0.123],[-1.203,-0.686],[-0.362,0.585],[-0.642,1.662],[-0.928,1.618],[-0.051,0.128],[-0.052,0.125],[-0.152,0.36],[-0.34,-0.116],[0.433,-1.442],[0.85,-2.005],[-0.11,-0.363],[-0.345,-0.39],[-0.203,0.926],[-0.096,0.499],[-1.197,-0.387],[-0.396,-0.011],[0.075,-0.089],[0.595,-0.323],[0.438,-0.282],[-0.444,-1.05],[-0.851,-0.834],[-0.436,0.32],[-0.315,0.307],[-0.427,-0.054],[0.632,-0.891],[0.395,-0.64],[-0.211,-0.171],[0,0],[-0.042,0.001],[-0.005,0.03],[-0.681,0.685]],\"v\":[[-5.369,-21.269],[-7.145,-20.624],[-9.536,-20.436],[-9.96,-19.931],[-15.581,-17.394],[-17.447,-15.413],[-18.245,-14.559],[-20.007,-13.512],[-21.685,-11.277],[-21.051,-9.377],[-20.921,-8.986],[-19.746,-7.984],[-16.076,-7.608],[-15.828,-7.309],[-16.255,-6.773],[-20.359,-6.442],[-22.654,-5.626],[-23.254,-4.608],[-23.152,-2.978],[-20.93,-0.605],[-14.052,0.462],[-12.867,0.73],[-8.852,4.759],[-8.874,5.447],[-9.247,5.498],[-15.098,3.668],[-17.383,2.805],[-23.141,2.67],[-24.956,4.144],[-25.364,7.379],[-22.312,11.34],[-19.585,12.207],[-19.102,13.209],[-19.96,15.061],[-20.22,16.235],[-19.659,18.631],[-19.061,19.11],[-17.837,19.228],[-12.103,19.688],[-8.936,19.374],[-7.091,18.452],[-4.318,17.918],[-1.221,17.11],[0.206,16.292],[0.902,16.53],[1.083,16.889],[2.514,18.266],[3.62,20.363],[3.931,20.629],[7.868,21.822],[11.95,21.764],[13.447,20.49],[12.922,16.775],[12.737,16.787],[11.911,17.356],[11.516,17.317],[11.723,16.852],[12.737,16.787],[12.838,16.655],[12.922,16.775],[12.94,16.774],[13.678,15.814],[14.773,15.715],[16.874,17.384],[19.263,15.4],[19.095,13.04],[18.062,11.762],[16.947,9.605],[15.523,7.259],[14.129,4.321],[14.462,2.425],[16.202,-2.03],[16.557,-4.04],[18.801,-9.798],[20.09,-11.348],[24.678,-14.837],[25.328,-16.311],[23.453,-19.01],[21.066,-19.65],[18.501,-18.59],[18.26,-16.71],[18.512,-14.079],[18.598,-13.923],[18.725,-13.741],[18.523,-13.861],[18.512,-14.079],[18.206,-14.645],[16.827,-16.061],[15.672,-16.491],[13.285,-15.757],[12.309,-13.947],[10.436,-8.952],[8.814,-3.894],[8.66,-3.51],[8.48,-3.145],[7.456,-2.689],[6.799,-3.629],[8.142,-7.936],[8.409,-13.954],[7.725,-14.936],[6.355,-14.663],[5.807,-11.868],[4.992,-11.199],[1.324,-11.582],[0.906,-11.835],[1.26,-11.999],[3.038,-12.981],[3.359,-14.47],[1.299,-17.01],[-1.263,-17.243],[-2.445,-16.118],[-3.559,-15.78],[-3.423,-16.754],[-1.576,-19.462],[-2.18,-21.637],[-2.895,-22.041],[-2.76,-22.173],[-2.884,-22.163],[-2.895,-22.069]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[278.691,401.856],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 407\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":407,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.018,0.006],[-0.033,0.026],[0,0],[0.029,-0.03]],\"o\":[[0.033,-0.024],[0,0],[-0.029,0.029],[0.022,-0.005]],\"v\":[[-0.022,0.024],[0.083,-0.035],[0.007,-0.035],[-0.082,0.035]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[273.344,380.563],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 408\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":408,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-19.965,-23.383],[-19.667,-23.238],[-19.987,-23.121]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.294,0.367],[-0.119,0.131],[0.031,-0.208]],\"o\":[[0.12,-0.129],[-0.119,0.132],[-0.025,-0.047]],\"v\":[[-4.919,-28.723],[-4.565,-29.11],[-4.812,-28.618]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.115,0.03],[-0.008,-0.322],[0.397,-0.122],[-0.01,-0.048],[0,0],[0,0],[-0.03,0.01],[0.06,0.335]],\"o\":[[0.299,-0.076],[0.007,0.401],[0.011,0.047],[0,0],[0,0],[0.031,-0.007],[-0.087,-0.329],[-0.01,-0.058]],\"v\":[[20.768,-8.522],[21.299,-8.124],[20.719,-7.306],[20.75,-7.167],[20.52,-6.97],[20.65,-7.266],[20.719,-7.306],[20.474,-8.298]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.997,-0.194],[0.229,0.105],[-0.042,0.084],[-0.352,0.725],[-0.278,-0.18],[-0.045,-0.111],[-0.083,-0.242]],\"o\":[[-0.221,0.042],[-0.052,-0.024],[0.359,-0.721],[0.156,-0.322],[0.11,0.07],[0.154,0.364],[-0.032,0.91]],\"v\":[[1.577,27.393],[0.849,27.168],[0.816,26.853],[1.924,24.7],[2.535,24.45],[2.827,24.718],[3.18,25.703]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.39,-0.046],[-1.763,0.351],[-0.115,-0.071],[-0.211,-0.167],[-0.68,-0.441],[-0.341,0.106],[-0.242,0.261],[0.275,0.335],[0.016,0.033],[0.23,0.681],[0.052,-0.001],[0,0],[0,0],[-0.013,-0.041],[-0.281,-0.587],[-0.05,0.004],[-0.277,-0.334],[0.028,-0.033],[-0.627,0.171],[0.021,1.257],[0.067,0.469],[0.041,0.017],[-0.006,0.061],[-0.763,0.713],[-0.001,0.03],[-0.172,-0.231],[0.071,-0.061],[0.001,-0.003],[0.036,-0.484],[-0.04,-0.04],[-0.005,-0.048],[-0.806,-0.408],[-0.081,-0.242],[0.043,-0.131],[-0.052,-0.626],[-0.157,-0.619],[-0.921,-1.051],[0.415,-0.185],[0.301,-0.242],[0.093,-0.369],[-0.182,-0.046],[-1.079,-0.553],[-0.069,-0.106],[0.266,-0.14],[0.328,-0.224],[-0.25,-0.237],[-0.246,-0.024],[-0.264,0.068],[-0.312,-1.215],[-0.205,-0.081],[0.169,-1.194],[0.136,-1.367],[0.612,-0.162],[0.463,-0.695],[1.118,-0.788],[-1.43,-3.26],[0.09,0.001],[1.27,-0.456],[1.272,0.701],[0.75,0.325],[0.119,-0.157],[0.877,-0.672],[0.261,-0.476],[-0.504,-0.558],[-1.959,0.956],[-0.532,0.121],[-0.198,-0.118],[-1.447,-0.26],[-0.338,-0.615],[-0.793,-1.096],[0.477,-0.891],[-0.324,-0.48],[-1.238,-0.604],[0.002,-0.01],[-0.027,-0.004],[0,0],[-0.648,-0.71],[-1.717,-0.398],[-0.728,-0.349],[-0.779,-0.216],[-0.103,0.191],[0.416,0.806],[1.817,1.545],[-0.023,0.791],[0.036,0.012],[0.023,0.067],[0.083,0.053],[-0.028,-0.048],[-0.01,-0.037],[-0.056,-0.034],[0,-0.05],[-0.867,-1.083],[-1.053,-0.422],[-0.386,-0.755],[-0.436,-0.692],[-0.198,0.032],[0.161,0.274],[-0.658,1.032],[-0.688,0.499],[0.167,0.716],[0.162,0.371],[-0.15,1.529],[0.724,0.516],[0.696,0.649],[-0.023,0.596],[0.811,0.999],[0.036,0.254],[0.033,0.004],[0,0],[0,0],[0,-0.025],[-0.239,0.003],[-0.314,1.189],[-0.171,0.36],[-0.216,-0.302],[-0.58,-0.763],[-0.199,-1.249],[-0.136,-0.531],[-0.191,-0.176],[-1.079,-0.284],[-0.062,0.178],[-0.196,0.79],[-0.594,0.156],[-0.382,0.139],[-1.77,0.869],[-0.327,0.591],[0.114,0.343],[1.076,0.204],[0.351,0.495],[0,0],[0,0],[0.038,-0.037],[-0.296,0.275],[-0.031,-0.029],[0,0.058],[0,0],[0.221,0.107],[0.267,0.014],[0.262,0.044],[-0.182,0.515],[0.734,0.436],[-0.073,0.968],[0.739,0.321],[0.185,0.656],[1.349,0.281],[-0.323,0.372],[0.305,1.417],[-0.324,-0.096],[-0.67,-0.077],[-0.16,0.267],[0.041,0.392],[0.098,0.086],[-0.752,0.799],[0.313,0.838],[0.266,1.18],[1.951,0.431],[0.206,0.953],[0.315,0.225],[0.004,-0.01],[0,0],[0,0],[-0.017,-0.015],[0.511,0.882],[0.452,0.507],[0.926,-0.529],[0.248,0.639],[0.808,-0.101],[0.099,0.074],[-0.256,0.27],[-0.256,0.473],[0.135,0.179],[0.202,0.328],[-0.012,0.526],[0.554,0.432],[1.296,0.964],[0.014,0.017],[0.005,0.001],[0,0],[1.055,-0.655],[0.956,0.566],[0.737,-0.472],[0.017,-0.065],[0.133,-0.116],[-0.12,0.132],[-0.05,0.032],[-0.188,0.704],[-0.036,1.897],[-0.33,0.383],[0,0.265],[1.297,0.354],[0.69,-0.143],[1.693,0.014],[0.963,-1.087],[0.46,-0.5],[-0.58,-1.854],[0.56,-0.111],[0.576,-0.359],[-0.212,-0.754],[-0.238,-0.787],[-0.014,-0.266],[0.093,-0.035],[0.109,0.099],[-0.527,1.306],[-0.061,0.123],[-0.339,0.415],[0.101,1.155],[-0.518,0.504],[-0.354,0.417],[-2.202,0.933],[-0.102,0.234],[0.125,0.146],[0.47,0.205],[2.461,-1.473],[1.078,-0.845],[1.824,-1.101],[0.147,-0.227],[0.262,-0.484],[0.378,-0.332],[0.926,-1.814],[-1.037,-0.451],[-0.996,-0.467],[-0.214,-0.332],[0.124,-0.152],[0.163,0.079],[0.726,0.374],[0.065,-1.18],[-0.06,-0.682],[-0.575,-0.763],[-0.662,-0.117],[-0.4,-0.087],[-0.226,-0.654],[-1.197,0.213],[-0.124,-0.845],[-0.692,-0.645]],\"o\":[[1.609,0.181],[0.11,-0.021],[0.229,0.144],[0.637,0.509],[0.304,0.195],[0.293,-0.092],[-0.275,-0.336],[-0.013,-0.037],[-0.598,0.046],[-0.052,0],[0,0],[0,0],[0.013,0.045],[0.571,0.001],[0.05,-0.004],[0.272,0.333],[-0.032,0.03],[0.637,-0.121],[1.117,-0.302],[-0.007,-0.47],[-0.041,-0.017],[0.004,-0.06],[-0.66,-0.68],[0.001,-0.032],[-0.045,-0.289],[0.007,0.007],[-0.004,0.004],[-0.04,0.485],[0.033,0.035],[0.003,0.047],[0.827,0.36],[0.184,0.094],[0.036,0.108],[-0.212,0.648],[0.056,0.599],[0.341,1.362],[0.294,0.336],[-0.373,0.164],[-0.282,0.233],[-0.044,0.174],[1.067,0.269],[0.116,0.058],[0.166,0.271],[-0.352,0.186],[-0.303,0.213],[0.188,0.176],[0.253,0.022],[1.088,-0.284],[0.062,0.246],[1.323,0.526],[-0.191,1.355],[-0.053,0.546],[-0.828,0.222],[-0.79,1.187],[-2.23,1.577],[0.074,0.165],[-1.396,-0.039],[-1.404,0.504],[-0.718,-0.395],[-0.191,-0.082],[-0.664,0.884],[-0.414,0.315],[-0.373,0.671],[1.311,1.44],[0.489,-0.237],[0.248,-0.058],[1.377,0.819],[0.77,0.139],[0.658,1.198],[0.534,0.737],[-0.265,0.498],[0.76,1.132],[0,0.01],[0.031,0.005],[0,0],[0.931,0.336],[1.109,1.216],[0.752,0.173],[0.726,0.347],[0.17,0.046],[0.397,-0.743],[-1.067,-2.052],[-0.632,-0.539],[-0.032,-0.014],[-0.02,-0.07],[-0.081,-0.054],[0.075,0.017],[0.019,0.031],[0.056,0.034],[-0.004,0.047],[1.259,0.472],[0.686,0.868],[0.78,0.313],[0.374,0.727],[0.117,0.184],[0.305,-0.051],[-0.624,-1.071],[0.447,-0.701],[0.602,-0.433],[-0.091,-0.399],[-0.613,-1.409],[0.099,-0.943],[-0.772,-0.551],[-0.406,-0.382],[0.049,-1.23],[-0.137,-0.168],[-0.03,-0.007],[0,0],[0,0],[0.004,0.025],[0.24,0.043],[1.191,-0.01],[0.105,-0.383],[0.161,-0.346],[0.56,0.777],[0.757,1.004],[0.086,0.541],[0.067,0.258],[0.797,0.75],[0.188,0.052],[0.268,-0.763],[0.141,-0.569],[0.396,-0.105],[1.875,-0.681],[0.546,-0.266],[0.173,-0.315],[-0.311,-0.93],[-0.54,-0.102],[0,0],[0,0],[-0.036,0.033],[-0.332,-0.269],[0.035,0.032],[0,-0.059],[0,0],[-0.185,-0.189],[-0.231,-0.108],[-0.268,-0.013],[-0.508,-0.086],[0.438,-1.248],[-0.715,-0.425],[-0.76,-0.27],[-0.658,-0.287],[-0.368,-1.326],[-0.489,-0.103],[0.801,-0.925],[-0.059,-0.277],[0.655,0.187],[0.334,0.04],[0.171,-0.281],[-0.015,-0.124],[-0.704,-0.631],[0.615,-0.663],[-0.429,-1.143],[-0.436,-1.933],[-0.846,-0.187],[-0.061,-0.278],[-0.002,0.007],[0,0],[0,0],[0.013,0.013],[0.334,-0.937],[-0.339,-0.589],[-0.59,-0.669],[-0.783,0.45],[-0.435,-1.113],[-0.126,0.016],[-0.262,-0.185],[0.371,-0.39],[0.103,-0.193],[-0.239,-0.316],[-0.314,-0.515],[0.019,-0.75],[-1.266,-0.998],[-0.014,-0.013],[-0.008,-0.002],[0,0],[-1.311,-0.168],[-1.046,0.651],[-1.006,-0.593],[-0.013,0.065],[-0.179,0.078],[0.12,-0.131],[0.048,-0.032],[0.166,-0.709],[0.483,-1.793],[0.009,-0.517],[-0.014,-0.264],[-0.005,-1.61],[-0.682,-0.185],[-1.615,0.341],[-1.484,-0.011],[-0.448,0.51],[-1.299,1.409],[0.125,0.405],[-0.719,0.143],[-0.672,0.415],[0.22,0.788],[0.076,0.257],[0.005,0.111],[-0.221,0.084],[-1.194,-1.063],[0.053,-0.126],[0.24,-0.493],[0.752,-0.926],[-0.06,-0.685],[0.396,-0.382],[1.528,-1.816],[0.228,-0.098],[0.097,-0.216],[-0.348,-0.401],[-2.765,-1.199],[-1.168,0.697],[-1.629,1.278],[-0.222,0.134],[-0.299,0.46],[-0.259,0.481],[-1.634,1.435],[-0.466,0.917],[1.009,0.44],[0.343,0.16],[0.109,0.167],[-0.144,0.171],[-0.73,-0.365],[-1.024,-0.529],[-0.037,0.684],[0.086,1.027],[0.474,0.632],[0.404,0.075],[0.754,0.164],[0.679,0.773],[0.913,-0.165],[0.844,0.191],[0.399,-0.062]],\"v\":[[-19.473,-12.357],[-14.836,-11.087],[-14.465,-10.931],[-13.797,-10.473],[-11.885,-8.954],[-10.733,-8.798],[-9.974,-9.475],[-10.798,-10.478],[-10.853,-10.564],[-12.225,-11.253],[-12.374,-11.256],[-12.538,-11.441],[-12.277,-11.358],[-12.225,-11.253],[-10.853,-10.564],[-10.706,-10.572],[-9.884,-9.572],[-9.974,-9.475],[-8.061,-9.85],[-6.423,-12.184],[-6.595,-13.59],[-6.715,-13.645],[-6.702,-13.826],[-6.583,-15.279],[-6.578,-15.371],[-6.384,-15.464],[-6.578,-15.288],[-6.583,-15.279],[-6.702,-13.826],[-6.615,-13.732],[-6.595,-13.59],[-4.122,-12.485],[-3.77,-11.813],[-3.859,-11.42],[-4.445,-9.478],[-3.538,-7.741],[-1.678,-4.145],[-1.948,-3.15],[-3.082,-2.71],[-3.651,-1.699],[-3.263,-1.077],[-0.042,-1.094],[0.259,-0.837],[0.102,-0.183],[-0.973,0.351],[-1.09,1.454],[-0.387,1.803],[0.402,1.616],[2.605,2.78],[3.047,3.439],[4.21,6.15],[3.9,10.257],[2.992,11.504],[0.948,12.809],[-2.132,15.489],[-3.711,20.501],[-3.973,21.178],[-7.932,22.044],[-11.885,21.694],[-14.077,20.585],[-14.805,20.749],[-17.143,23.027],[-18.076,24.359],[-17.763,26.684],[-13.022,27.932],[-11.452,27.45],[-10.673,27.488],[-6.306,28.056],[-4.703,29.16],[-2.763,32.764],[-2.337,34.924],[-2.124,36.486],[0.82,39.155],[0.819,39.184],[0.904,39.199],[0.827,39.113],[3.057,40.846],[7.048,43.548],[9.147,44.76],[11.431,45.569],[12.061,45.199],[12.168,42.874],[8.267,37.202],[7.552,35.092],[7.452,35.051],[7.385,34.848],[7.137,34.686],[7.353,34.738],[7.385,34.848],[7.552,34.952],[7.552,35.092],[10.819,37.285],[13.405,39.238],[15.083,40.97],[16.28,43.111],[16.931,43.444],[17.203,42.773],[17.387,39.721],[18.941,37.876],[19.473,36.023],[19.169,34.835],[18.418,30.439],[17.309,28.426],[15.139,26.569],[14.579,25.103],[13.562,21.715],[13.402,21.001],[13.31,20.986],[13.171,20.827],[13.396,20.924],[13.402,21.001],[14.122,21.1],[15.78,19.79],[16.203,18.669],[17.228,18.583],[18.908,20.918],[20.387,24.265],[20.702,25.879],[21.082,26.593],[23.82,28.309],[24.483,27.97],[25.134,25.621],[26.159,24.479],[27.342,24.165],[31.711,20.548],[32.944,18.949],[33.051,17.794],[31.154,15.837],[29.724,15.174],[29.84,15.251],[29.84,15.062],[29.74,15.16],[29.74,14.342],[29.832,14.428],[29.829,14.249],[29.72,14.325],[29.163,13.773],[28.366,13.686],[27.565,13.668],[26.897,12.387],[26.621,10.562],[25.319,8.768],[23.044,7.947],[21.755,6.419],[19.254,4.04],[18.977,3.074],[20.354,-0.132],[20.904,-0.436],[22.871,0.096],[23.897,-0.344],[23.876,-1.499],[23.665,-1.845],[23.438,-3.928],[23.846,-6.212],[22.561,-9.642],[19.139,-13.214],[17.483,-14.798],[16.637,-15.491],[16.629,-15.467],[16.434,-15.285],[16.586,-15.527],[16.637,-15.491],[16.523,-18.251],[15.332,-19.915],[13.159,-20.327],[11.816,-20.568],[9.809,-21.348],[9.418,-21.439],[9.512,-22.066],[10.47,-23.379],[10.393,-24.139],[9.51,-24.956],[9.742,-26.473],[8.897,-28.27],[5.017,-31.171],[4.974,-31.219],[4.949,-31.222],[5.073,-31.105],[1.573,-30.097],[-1.561,-29.949],[-3.979,-29.681],[-4.026,-29.483],[-4.491,-29.191],[-4.125,-29.589],[-3.979,-29.681],[-3.474,-31.806],[-2.224,-37.228],[-1.658,-38.559],[-1.695,-39.35],[-3.602,-41.577],[-5.626,-41.551],[-10.383,-40.257],[-13.948,-38.561],[-15.52,-37.233],[-16.65,-32.321],[-16.954,-31.402],[-18.708,-30.371],[-19.44,-28.644],[-18.71,-26.288],[-18.569,-25.493],[-18.754,-25.165],[-19.444,-25.04],[-20.759,-29.925],[-20.607,-30.308],[-19.861,-31.769],[-19.048,-34.858],[-18.275,-36.704],[-17.068,-37.829],[-11.555,-42.043],[-11.004,-42.624],[-10.993,-43.365],[-12.198,-44.417],[-20.059,-43.572],[-23.315,-41.066],[-27.561,-36.61],[-28.1,-35.996],[-28.944,-34.579],[-29.685,-33.128],[-32.698,-27.806],[-31.685,-25.467],[-28.635,-24.207],[-27.79,-23.36],[-27.828,-22.654],[-28.53,-22.405],[-30.656,-23.629],[-33.044,-22.202],[-32.988,-20.147],[-31.589,-17.68],[-29.721,-16.988],[-28.503,-16.813],[-27.207,-15.41],[-24.624,-14.21],[-23.132,-12.986],[-20.673,-12.188]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[364.275,438.992],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 409\",\"np\":7,\"cix\":2,\"bm\":0,\"ix\":409,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-2.3,6.814],[-2.354,7.053],[-2.637,6.884]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.092,-0.056],[-0.044,0.104],[0,0]],\"o\":[[-0.107,0.045],[0.056,-0.094],[0,0],[0,0]],\"v\":[[-14.784,-13.294],[-15.062,-13.125],[-14.893,-13.403],[-14.715,-13.458]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.039,0],[-0.102,-0.027],[0.037,-0.002],[0.102,0.028]],\"o\":[[0.099,-0.004],[-0.033,0.065],[-0.099,0.002],[0.038,-0.064]],\"v\":[[28.913,-8.88],[29.216,-8.81],[29.109,-8.622],[28.805,-8.697]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.082],[0.023,-0.027],[0.035,-0.109],[0.102,-0.057],[0.104,-0.063],[-0.173,0.15],[-0.06,0.08],[-0.039,0.126]],\"o\":[[-0.017,0.03],[-0.032,0.109],[-0.101,0.055],[-0.104,0.059],[0.174,-0.148],[0.069,-0.075],[0.042,-0.126],[-0.016,0.101]],\"v\":[[-22.011,24.362],[-22.082,24.443],[-22.184,24.767],[-22.492,24.932],[-22.8,25.12],[-22.28,24.672],[-22.082,24.443],[-21.96,24.064]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-26.34,14.819],[-26.546,14.917],[-26.43,14.732],[-26.241,14.621]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":5,\"ty\":\"sh\",\"ix\":6,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.055,0.074],[-0.085,-0.042],[0,0]],\"o\":[[-0.056,-0.075],[0.085,0.041],[0,0],[0,0]],\"v\":[[-28.222,21.479],[-28.386,21.258],[-28.129,21.379],[-28.008,21.522]],\"c\":true},\"ix\":2},\"nm\":\"Path 6\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":6,\"ty\":\"sh\",\"ix\":7,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.292,-0.498],[-0.353,-0.811],[0.346,-1.107],[0.235,-0.922],[0.215,-0.081],[0.013,-0.764],[-0.025,0.003],[-0.316,-0.317],[-0.096,-0.077],[-0.337,-0.14],[-0.145,0.013],[0.006,-0.054],[-0.192,-0.104],[0.008,-0.093],[0.093,-0.06],[0.062,0.32],[-0.011,0.204],[0.035,0.013],[0.099,0.042],[0.299,0.23],[0.129,0.057],[0.308,0.313],[0,0],[0.814,-0.057],[0.5,-0.049],[0.922,-0.114],[1.246,-0.843],[0.18,-0.954],[-0.513,-0.107],[-0.264,-0.034],[0.004,-1.178],[0.085,-0.515],[0.571,-0.458],[0.124,0.002],[0.013,0.064],[0.294,0.889],[0.442,0.237],[0.911,-0.402],[0.109,-0.228],[0.02,-0.394],[-0.215,-1.563],[-0.037,0.002],[0,0],[0.002,0.028],[0.35,0.073],[2.057,-1.179],[0.106,-0.08],[0.303,-0.276],[0.281,0.211],[0.222,-0.428],[-0.587,-0.467],[-1.557,-0.548],[-1.544,-0.874],[-0.378,-0.156],[-0.425,0.741],[-0.145,0.193],[0.014,-0.001],[0,0],[0,0],[0.021,-0.024],[-0.639,-0.478],[-1.722,0.326],[-0.265,-0.057],[-0.069,-0.91],[-0.014,-0.132],[-0.509,0.118],[-0.914,0.259],[-0.74,-0.082],[-0.959,0.935],[-0.065,0.12],[1.271,0.602],[0.081,0.478],[-0.372,0.408],[-0.352,0.19],[-0.838,0.452],[-0.368,1.097],[-0.087,0.258],[-0.058,0.124],[-0.573,-0.233],[-1.342,0.002],[0.255,0.704],[0.08,0.214],[0.051,0.011],[0.052,0.066],[0.163,0.021],[-0.125,-0.152],[-0.092,-0.014],[-0.014,-0.038],[-0.669,1.142],[-0.488,0.462],[-0.409,0.529],[0.548,0.711],[-0.069,0.655],[0.029,0.012],[0.08,0.055],[-0.11,-0.019],[0.004,-0.046],[-0.618,-0.199],[-0.11,0.784],[0.662,0.379],[0.507,0.197],[0.116,0.073],[-0.222,0.106],[-0.34,-0.075],[-1.226,0.055],[-0.161,0.79],[-0.078,0.259],[-0.197,-0.129],[-0.239,-0.123],[-1.321,1.562],[-1.888,1.039],[-0.665,0.938],[-0.648,0.203],[-2.238,0.234],[-1.848,1.15],[-0.111,0.38],[0.89,0.288],[0.487,0.189],[0.014,-0.026],[0,0],[0,0],[-0.019,-0.006],[-0.714,0.033],[-2.028,0.18],[-1.94,0.989],[-0.172,0.195],[-0.223,0.602],[-0.005,0.802],[0.885,0.311],[-0.066,0.67],[0.009,0.95],[0.202,0.081],[0.926,0.233],[0.753,-0.42],[0.311,-0.072],[0.057,-0.06],[0.079,-0.003],[0.129,-0.114],[0.096,0.032],[-0.243,0.011],[-0.044,0.047],[-0.095,0.022],[-0.432,0.413],[0.734,0.533],[0.226,0.156],[0.121,0.008],[1.059,0.191],[0.216,0.716],[0.55,0.122],[0.994,0.384],[1.01,-0.655],[0.045,1.04],[0.26,0.068],[1.479,0.296],[0.55,-0.028],[0.055,-0.519],[0.119,-0.943],[0.107,-0.031],[0.057,0.303],[0.027,0.41],[0.077,0.079],[0.186,-0.027],[0.643,0.726],[0.696,-0.295],[0.004,-0.73],[-0.055,-0.535],[0.11,-0.041],[0.041,0.073],[0.427,0.683],[0.458,-0.846],[0.603,0.192],[0.129,0.033],[-0.185,-0.708],[0.812,-0.611],[0.285,-0.458],[0.268,0.56],[0.644,1.032],[0.516,0.126],[0.105,-0.662],[0.817,-0.098],[0.2,-0.154],[-0.054,-0.165],[-0.391,-0.983],[-0.048,0.006],[0,0],[0,0],[0.015,0.032],[0.438,0.594],[0.597,-0.207],[0.279,0.304],[0.256,0.318],[0.459,-0.416],[0.388,-0.379],[0.237,0.256],[0.708,-0.17],[1.283,-0.834],[0.282,-0.294],[-0.72,-0.455],[-0.239,-0.059],[0.008,0.032],[-0.076,0.013],[-0.206,0.224],[-0.072,-0.052],[0.299,-0.116],[0.297,-0.043],[0.04,-0.051],[0.029,0.007],[-0.156,-0.474],[0.326,-0.342],[0.241,-0.317],[-1.015,-0.543],[-0.185,-0.11],[0.126,-0.024],[0.252,-0.073],[-0.126,-0.77],[-0.796,-0.807],[-0.961,0.107],[0.013,0.03],[-0.087,0.049],[0.037,-0.105],[0.021,-0.002],[-0.315,-0.349],[-1.491,-0.257],[-0.931,0.467],[0.019,0.042],[0.204,-0.263],[0.022,-0.011],[-0.446,-0.323],[-1.751,0.4],[-1.114,1.799],[-0.484,0.084],[-0.022,0.043],[0,0],[0.053,-0.008],[0.089,-0.189],[0.037,-0.12],[-0.428,-0.187],[-0.632,-0.692],[-0.063,-0.004],[0,0],[0,0],[0.035,0.039],[2.636,-1.336],[1.237,0.363],[0.811,0.112],[0.03,-0.409],[0.075,-1.092],[0.2,0.112],[0.014,0.116],[2.466,1.268],[0.118,0.069],[0.507,-0.506],[0.81,-0.838]],\"o\":[[-0.454,0.775],[0.452,1.04],[-0.285,0.903],[-0.056,0.22],[-1.006,0.381],[0.029,-0.002],[0.321,0.317],[0.093,0.092],[0.336,0.143],[0.133,0.016],[0,0.052],[0.203,0.08],[0.086,0.046],[-0.004,0.107],[-0.272,0.168],[-0.042,-0.196],[-0.038,-0.015],[-0.098,-0.043],[-0.374,-0.042],[-0.129,-0.055],[-0.314,-0.313],[0,0],[-0.816,0.055],[-0.38,0.326],[-0.923,0.09],[-0.395,1.453],[-0.855,0.58],[-0.091,0.472],[0.261,0.056],[1.27,0.167],[-0.004,0.53],[-0.105,0.657],[-0.092,0.075],[-0.116,-0.003],[-0.187,-0.927],[-0.15,-0.458],[-0.875,-0.471],[-0.23,0.101],[-0.167,0.361],[-0.08,1.598],[0.034,-0.004],[0,0],[-0.002,-0.025],[-0.377,0.048],[-2.45,-0.507],[-0.12,0.069],[-0.322,0.251],[-0.512,0.464],[-0.641,-0.479],[-0.448,0.871],[1.279,1.017],[1.693,0.594],[0.359,0.202],[0.617,0.253],[0.119,-0.208],[-0.016,0.004],[0,0],[0,0],[-0.019,0.023],[0.643,-0.116],[1.345,1.004],[0.245,-0.047],[0.73,0.154],[0.01,0.135],[0.056,0.573],[0.926,-0.214],[0.646,-0.179],[1.582,0.174],[0.096,-0.089],[0.642,-1.159],[-0.368,-0.174],[-0.097,-0.581],[0.266,-0.291],[0.841,-0.45],[0.993,-0.534],[0.086,-0.259],[0.044,-0.128],[0.276,-0.593],[1.335,0.544],[0.603,0],[-0.078,-0.215],[-0.047,-0.009],[-0.069,-0.011],[-0.164,-0.02],[0.253,-0.273],[0.092,0.014],[0.015,0.038],[1.249,0.219],[0.345,-0.59],[0.484,-0.457],[0.571,-0.736],[-0.396,-0.513],[-0.032,-0.012],[-0.079,-0.053],[0.113,0.018],[-0.008,0.049],[0.607,0.234],[0.744,0.241],[0.102,-0.739],[-0.462,-0.269],[-0.123,-0.049],[0.18,-0.191],[0.353,-0.168],[1.227,0.275],[0.764,-0.037],[0.056,-0.262],[0.203,0.123],[0.227,0.152],[1.763,0.912],[1.399,-1.656],[0.962,-0.53],[0.418,-0.585],[2.083,-0.648],[1.875,-1.101],[0.282,-0.175],[0.13,-0.442],[-0.5,-0.162],[-0.014,0.026],[0,0],[0,0],[0.015,0.006],[0.198,-0.446],[2.027,-0.098],[1.94,-0.985],[0.243,-0.124],[0.445,-0.503],[0.279,-0.746],[0.003,-0.861],[-0.571,-0.203],[0.1,-0.946],[-0.003,-0.218],[-0.879,-0.343],[-0.875,-0.223],[-0.266,0.15],[-0.059,0.062],[-0.075,0.019],[-0.112,0.131],[-0.038,0.033],[0.135,-0.296],[0.039,-0.048],[0.088,-0.026],[0.408,-0.439],[0.572,-0.551],[-0.222,-0.161],[-0.112,-0.082],[-1.117,-0.095],[-0.777,-0.14],[-0.178,-0.594],[-1.06,-0.234],[-1.16,-0.449],[-0.686,0.443],[-0.012,-0.281],[-1.459,-0.386],[-0.523,-0.105],[-0.502,0.023],[-0.104,0.951],[-0.013,0.096],[-0.279,0.087],[-0.075,-0.403],[-0.01,-0.135],[-0.183,-0.184],[-1.18,0.167],[-0.489,-0.552],[-0.706,0.3],[-0.003,0.534],[0.011,0.097],[-0.106,0.042],[-0.383,-0.712],[-0.479,-0.777],[-0.451,0.84],[-0.131,-0.042],[-0.802,-0.204],[0.277,1.078],[-0.387,0.289],[-0.338,0.54],[-0.526,-1.105],[-0.231,-0.368],[-0.442,-0.107],[-0.128,0.796],[-0.268,0.031],[-0.192,0.148],[0.344,1],[0.052,-0.004],[0,0],[0,0],[-0.011,-0.033],[-0.653,0.049],[-0.331,-0.456],[-0.452,0.157],[-0.274,-0.3],[-0.435,-0.545],[-0.405,0.364],[-0.249,0.246],[-0.512,-0.55],[-1.471,0.35],[-0.339,0.217],[-0.54,0.566],[0.195,0.122],[-0.008,-0.033],[0.079,-0.015],[0.189,-0.241],[0.06,-0.067],[0.253,0.179],[-0.274,0.104],[-0.039,0.052],[-0.029,-0.008],[0.088,0.495],[0.318,0.964],[-0.277,0.293],[-0.627,0.816],[0.186,0.101],[-0.125,0.052],[-0.268,0.043],[-0.798,0.234],[0.182,1.101],[0.725,0.735],[-0.01,-0.033],[0.105,-0.03],[-0.052,0.083],[-0.018,0.002],[0.187,0.462],[1.016,1.132],[1.126,0.192],[-0.015,-0.043],[0.126,-0.059],[-0.023,0.012],[0.132,0.462],[1.49,1.077],[1.792,-0.405],[0.279,-0.447],[0.023,-0.044],[0,0],[-0.054,0.006],[-0.083,0.19],[-0.055,0.115],[-0.172,0.513],[0.77,0.335],[0.063,0.005],[0,0],[0,0],[-0.033,-0.046],[-2.827,-0.178],[-1.142,0.58],[-0.782,-0.23],[-0.44,-0.057],[-0.089,1.091],[-0.027,0.377],[-0.099,-0.056],[-0.39,-2.817],[-0.125,-0.064],[-0.578,-0.351],[-0.828,0.822],[0.256,0.483]],\"v\":[[-19.575,-4.401],[-19.755,-2.073],[-19.581,1.109],[-20.202,3.897],[-20.717,4.452],[-21.561,6.43],[-21.481,6.423],[-20.526,7.375],[-20.235,7.623],[-19.23,8.048],[-18.816,8.062],[-18.825,8.222],[-18.224,8.479],[-18.055,8.761],[-18.244,9.064],[-18.816,8.824],[-18.825,8.222],[-18.933,8.177],[-19.23,8.048],[-20.235,7.623],[-20.626,7.457],[-21.561,6.516],[-21.561,6.43],[-24.001,6.599],[-25.337,7.099],[-28.099,7.432],[-30.612,10.831],[-31.924,13.281],[-31.059,14.505],[-30.26,14.573],[-28.606,16.349],[-28.578,17.938],[-29.412,19.737],[-29.78,19.844],[-30.116,19.721],[-30.674,16.943],[-31.734,15.793],[-34.488,15.763],[-35.06,16.312],[-35.392,17.475],[-34.802,22.173],[-34.696,22.16],[-34.79,22.253],[-34.802,22.173],[-35.917,22.25],[-42.55,23.756],[-42.919,23.939],[-43.867,24.719],[-44.821,24.409],[-46.213,24.334],[-46.002,27.013],[-41.866,29.6],[-37.106,31.966],[-36.013,32.532],[-34.225,31.957],[-33.801,31.367],[-33.841,31.375],[-33.946,31.254],[-33.745,31.293],[-33.801,31.367],[-31.895,31.493],[-27.339,32.717],[-26.546,32.878],[-25.457,34.318],[-25.505,34.725],[-24.417,35.652],[-21.663,34.924],[-19.738,34.344],[-16.36,32.409],[-16.16,32.053],[-17.061,29.461],[-17.905,28.715],[-17.425,27.214],[-16.448,26.508],[-13.896,25.214],[-11.777,22.819],[-11.533,22.036],[-11.366,21.662],[-10.062,20.961],[-6.035,21.151],[-5.338,19.607],[-5.583,18.965],[-5.723,18.953],[-5.903,18.813],[-6.39,18.75],[-5.903,18.813],[-5.627,18.852],[-5.583,18.965],[-2.599,17.721],[-1.351,16.193],[-0.071,14.652],[-0.084,12.44],[-0.711,10.754],[-0.804,10.719],[-1.043,10.558],[-0.707,10.616],[-0.711,10.754],[1.11,11.438],[2.546,10.469],[1.827,8.703],[0.307,8.117],[-0.044,7.904],[0.506,7.349],[1.638,7.024],[5.315,7.167],[6.752,5.984],[6.987,5.209],[7.594,5.576],[8.264,6.043],[12.547,5.159],[17.353,0.907],[19.99,-0.926],[21.724,-1.956],[27.847,-4.237],[33.466,-7.564],[33.96,-8.629],[32.902,-9.609],[31.427,-10.169],[31.39,-10.091],[31.266,-9.897],[31.376,-10.188],[31.427,-10.169],[32.468,-11.083],[38.549,-11.589],[44.372,-14.549],[45.074,-14.964],[46.286,-16.562],[46.658,-18.957],[45.381,-20.857],[44.584,-22.034],[44.695,-24.885],[44.266,-25.518],[41.566,-26.39],[39.235,-26.102],[38.345,-25.815],[38.172,-25.634],[37.941,-25.608],[37.596,-25.226],[37.314,-25.311],[37.941,-25.608],[38.069,-25.747],[38.345,-25.815],[39.58,-27.117],[39.543,-28.4],[38.876,-28.885],[38.524,-29.088],[35.518,-30.225],[34.076,-31.479],[32.897,-32.489],[29.713,-33.145],[26.612,-32.809],[25.415,-33.792],[25.27,-34.489],[20.868,-35.538],[19.227,-35.507],[18.155,-34.443],[17.837,-31.599],[17.565,-31.356],[16.971,-31.698],[16.888,-32.929],[16.824,-33.323],[16.201,-33.771],[13.871,-35.156],[11.976,-35.476],[10.913,-33.861],[11.136,-32.255],[10.881,-31.953],[10.503,-32.016],[9.387,-34.169],[7.448,-33.97],[6.389,-33.302],[6.006,-33.458],[4.655,-32.518],[3.731,-30.25],[2.984,-28.825],[1.206,-28.939],[-0.397,-32.237],[-1.858,-32.851],[-2.982,-31.874],[-4.221,-30.513],[-4.99,-30.271],[-5.364,-29.614],[-4.213,-26.656],[-4.069,-26.661],[-3.984,-26.348],[-4.173,-26.557],[-4.213,-26.656],[-5.866,-27.352],[-7.285,-27.911],[-8.37,-28.182],[-9.079,-29.182],[-10.486,-29.393],[-11.633,-28.232],[-12.361,-28.281],[-14.231,-28.815],[-18.433,-27.21],[-19.342,-26.39],[-18.987,-24.265],[-18.3,-24.049],[-18.319,-24.143],[-18.088,-24.18],[-17.504,-24.892],[-17.161,-24.927],[-17.217,-24.365],[-18.088,-24.18],[-18.211,-24.028],[-18.3,-24.049],[-18.005,-22.57],[-17.977,-21.268],[-18.808,-20.397],[-18.141,-18.146],[-17.591,-17.819],[-17.959,-17.669],[-18.759,-17.573],[-19.71,-16.065],[-18.277,-13.233],[-15.764,-12.408],[-15.798,-12.505],[-15.541,-12.66],[-15.707,-12.41],[-15.764,-12.408],[-15.143,-11.07],[-11.29,-9.135],[-8.325,-9.903],[-8.36,-10.036],[-8.261,-9.936],[-8.325,-9.903],[-7.83,-8.567],[-2.871,-7.471],[1.979,-9.966],[3.173,-10.682],[3.236,-10.815],[3.323,-10.726],[3.173,-10.682],[2.913,-10.111],[2.741,-9.768],[3.269,-8.478],[5.635,-7.653],[5.82,-7.642],[5.903,-7.44],[5.748,-7.557],[5.635,-7.653],[-2.614,-6.477],[-6.227,-6.354],[-8.652,-6.76],[-9.863,-5.84],[-10.091,-2.562],[-10.455,-2.13],[-10.652,-2.453],[-15.111,-8.447],[-15.464,-8.659],[-17.355,-8.424],[-19.797,-5.917]],\"c\":true},\"ix\":2},\"nm\":\"Path 7\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[399.022,342.587],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 410\",\"np\":9,\"cix\":2,\"bm\":0,\"ix\":410,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.04,0.041],[0.006,0.006],[0.042,-0.02],[0,-0.025]],\"o\":[[-0.005,-0.007],[-0.04,0.019],[0,0.027],[0.044,-0.041]],\"v\":[[0.062,-0.05],[0.049,-0.073],[-0.062,-0.002],[-0.06,0.073]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[379.163,336.721],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 411\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":411,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.018,0.001],[-0.041,0.043],[0.042,0.006],[0.028,-0.032]],\"o\":[[0.043,-0.035],[-0.041,-0.003],[-0.027,0.033],[0.018,-0.001]],\"v\":[[-0.039,0.049],[0.096,-0.038],[-0.023,-0.052],[-0.096,0.052]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[375.06,349.137],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 412\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":412,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.101,-0.088],[0.768,1.239],[0.146,0.232],[1.422,0.63],[-0.513,2.041],[0.883,0.403],[0.804,0.216],[0,0.213],[0.622,1.106],[0.042,1.142],[0.313,0.184],[2.187,0.93],[0.095,0.571],[-0.109,1.056],[0.85,1.289],[-0.081,1.294],[-0.047,0.951],[0.956,0.911],[0.916,-0.209],[0.084,0.47],[-0.013,0.4],[0.274,1.347],[0.343,1.911],[0.345,0.171],[0.195,-0.136],[0.099,-0.239],[0.529,-1.139],[0.343,-1.175],[-0.179,-2.101],[0.18,-0.653],[0.499,-1.57],[0.44,-1.001],[0.848,-0.174],[0.887,1.028],[0.184,0.782],[0.251,0.019],[0.761,0.96],[1.215,0.615],[0.516,0.682],[0.492,0.476],[-0.313,0.747],[0.063,1.476],[-0.424,0.16],[-0.19,0.313],[-0.532,1.114],[0.185,0.157],[0.701,-0.303],[0.636,0.512],[0.385,-0.132],[0.31,0.114],[1.865,1.199],[1.042,0.323],[0.263,-0.049],[0.054,-0.109],[-0.066,-0.065],[-0.386,-0.375],[0.536,-0.28],[0.973,-0.006],[0.462,-0.216],[0.769,-1.006],[1.055,-1.427],[-0.35,-0.85],[0.575,0.039],[0.868,-0.323],[0.367,0.474],[0.637,0.713],[0.914,-0.358],[0.75,-0.538],[0.838,-0.137],[0.712,-0.609],[0.365,-0.111],[-0.161,-1.229],[0.034,-0.273],[0.427,0.012],[0.408,-0.014],[-0.079,-0.577],[-0.079,-0.538],[0.084,-0.087],[0.207,0.253],[0.41,0.549],[0.287,-0.248],[0.605,-0.552],[-0.049,-0.566],[1.419,-1.279],[0.299,-0.462],[1.925,-0.185],[1.224,-0.185],[1.653,-1.375],[0.345,0.098],[1.232,-0.656],[1.707,-0.597],[0.474,-0.687],[0.3,0.023],[0.115,-0.157],[0.128,-0.51],[0.024,-0.687],[0.672,-0.943],[-0.022,-1.12],[-0.794,-1.377],[-0.089,-0.404],[0.332,-0.288],[0.187,-0.144],[0.281,-0.551],[0.014,0.006],[0,0],[0,0],[-0.141,-0.364],[0.096,-0.98],[-0.529,-1.544],[0.046,-1.806],[-0.679,-2.008],[0.085,-0.53],[0.223,-1.073],[1.32,-0.967],[-0.843,-0.889],[-0.499,-0.644],[-1.254,-0.165],[-0.957,0.027],[-0.401,0.304],[-1.586,1.922],[-0.261,0.032],[-1.955,-0.462],[-1.649,0.046],[-0.614,0.617],[-2.431,1.237],[-0.547,0.409],[-0.997,-0.125],[-2.257,1.153],[-1.949,-0.047],[-1.373,-0.023],[-0.44,-0.563],[-1.154,-0.206],[-1.109,-0.522],[0.052,-0.691],[-0.636,-0.625],[-0.101,-0.992],[-0.082,-0.963],[-0.011,-0.403],[-0.084,-0.078],[-0.353,-0.169],[-0.155,0.157],[-1.166,1.158],[-0.6,0.552],[-0.642,0.699],[-0.097,-0.046],[-0.018,-0.124],[0.383,-0.38],[0.37,-1.326],[1.193,-0.593],[0.021,-0.248],[-0.145,-0.027],[-0.395,0.011],[-0.467,1.17],[-0.141,0.235],[-0.1,0.088],[-0.024,-0.192],[0.89,-1.048],[-0.422,-0.027],[-0.652,-0.02],[0.005,0.026],[0,0],[0,0],[0.029,0.004],[-0.038,-0.099],[0.953,-2.343],[-0.172,-0.502],[-0.25,-0.633],[-1.923,-0.49],[-0.872,-0.664],[-0.544,-0.413],[-0.538,0.272],[-0.951,1.859],[-0.198,-0.244],[0.019,-0.101],[-0.155,-0.198],[-1.169,-1.018],[-0.248,0.214],[-1.446,1.249],[-1.85,0.019],[-0.677,0.074],[-0.042,1.126],[-0.381,1.742],[-1.386,1.396],[-0.584,1.088],[-0.715,1.337],[-2.235,1.312],[-0.112,0.468],[-0.553,1.722],[-0.816,1.621],[-1.248,1.862],[-0.106,0.666],[0.435,1.327],[-0.287,0.968],[-0.019,0.676],[-0.744,1.798],[0.011,0.259],[0.104,0.199]],\"o\":[[-1.267,1.087],[-0.145,-0.235],[-0.715,-1.141],[-0.482,-1.642],[0.225,-0.902],[-0.743,-0.34],[-0.188,-0.051],[-0.035,-1.261],[-0.546,-0.967],[-0.011,-0.345],[-2.015,-1.175],[-0.512,-0.221],[-0.18,-1.07],[0.165,-1.598],[-0.727,-1.099],[0.054,-0.949],[0.067,-1.354],[-0.655,-0.64],[-0.578,0.129],[-0.073,-0.4],[0.049,-1.4],[-0.392,-1.895],[-0.051,-0.305],[-0.177,-0.092],[-0.213,0.145],[-0.494,1.133],[-0.503,1.09],[-0.584,1.985],[0.059,0.663],[-0.43,1.587],[-0.338,1.041],[-0.348,0.796],[-1.316,0.272],[-0.516,-0.593],[-0.251,-0.012],[-1.128,-0.09],[-0.878,-1.105],[-0.759,-0.383],[-0.413,-0.538],[-0.55,-0.523],[0.514,-1.26],[-0.019,-0.367],[0.374,-0.139],[0.647,-1.046],[0.069,-0.14],[-0.541,-0.447],[-0.674,0.3],[-0.378,-0.303],[-0.381,0.13],[-2.039,-0.776],[-0.951,-0.608],[-0.234,-0.077],[-0.123,0.031],[-0.057,0.106],[0.38,0.383],[0.454,0.427],[-0.891,0.464],[-0.538,0.005],[-1.12,0.529],[-1.079,1.402],[-0.536,0.734],[0.203,0.488],[-0.814,-0.046],[-0.585,0.218],[-0.591,-0.758],[-0.57,-0.635],[-0.883,0.349],[-0.687,0.488],[-1.179,0.198],[-0.313,0.277],[-1.321,0.411],[0.033,0.262],[-0.054,0.413],[-0.411,-0.019],[-0.552,0.014],[0.076,0.538],[0.013,0.112],[-0.188,0.198],[-0.42,-0.535],[-0.299,-0.392],[-0.631,0.536],[-0.416,0.378],[0.164,1.929],[-0.382,0.349],[-1.038,1.598],[-1.229,0.12],[-1.688,1.242],[-0.276,0.236],[-1.476,-0.399],[-1.571,0.835],[-0.811,0.285],[-0.461,0.667],[-0.239,-0.021],[-0.323,0.431],[-0.165,0.658],[-0.041,1.119],[-0.663,0.942],[0.03,1.52],[0.204,0.345],[0.093,0.422],[-0.176,0.161],[-0.286,0.563],[-0.015,0],[0,0],[0,0],[0.032,0.402],[0.35,0.907],[-0.172,1.704],[0.591,1.74],[-0.05,2.062],[0.169,0.492],[-0.174,1.087],[-0.321,1.537],[-1.059,0.778],[0.567,0.593],[0.825,1.061],[0.955,0.132],[0.534,-0.013],[1.856,-1.434],[0.154,-0.185],[1.895,-0.238],[1.614,0.389],[0.849,-0.033],[1.695,-1.705],[0.613,-0.308],[0.819,-0.61],[2.534,0.304],[1.78,-0.913],[1.379,0.032],[0.737,0.01],[0.737,0.929],[1.19,0.207],[0.617,0.296],[-0.067,0.902],[0.718,0.707],[0.098,0.957],[0.036,0.405],[0.006,0.144],[0.294,0.282],[0.182,0.086],[1.137,-1.187],[0.579,-0.575],[0.694,-0.639],[0.074,-0.078],[0.109,0.047],[0.103,0.564],[-1.011,1.016],[-0.361,1.286],[-0.2,0.097],[-0.019,0.225],[0.375,0.085],[1.219,-0.027],[0.104,-0.257],[0.066,-0.108],[0.144,0.178],[0.144,1.243],[-0.29,0.347],[0.655,0.052],[-0.003,-0.033],[0,0],[0,0],[-0.031,0],[0.008,0.105],[0.847,2.243],[-0.176,0.439],[0.219,0.645],[0.76,1.983],[1.123,0.28],[0.542,0.411],[0.444,0.338],[1.713,-0.859],[0.125,-0.252],[0.076,0.095],[-0.071,0.399],[0.935,1.186],[0.301,0.263],[1.437,-1.284],[1.441,-1.239],[0.686,-0.006],[1.122,-0.128],[0.067,-1.84],[0.419,-1.896],[0.898,-0.902],[0.716,-1.333],[1.18,-2.2],[0.44,-0.252],[0.448,-1.838],[0.545,-1.693],[0.987,-1.963],[0.36,-0.539],[0.215,-1.379],[-0.315,-0.959],[0.199,-0.647],[0.057,-1.953],[0.106,-0.246],[-0.009,-0.2],[-0.108,0.071]],\"v\":[[68.035,-4.99],[66.005,-5.142],[65.544,-5.828],[63.168,-9.082],[61.485,-13.954],[60.255,-15.797],[58.002,-16.755],[57.575,-17.358],[56.714,-20.933],[55.708,-24.019],[55.063,-25.014],[49.328,-28.986],[48.37,-30.266],[47.959,-33.492],[46.97,-37.803],[46.08,-41.318],[45.948,-44.192],[44.536,-47.471],[42.325,-48.168],[41.099,-48.972],[40.896,-50.182],[40.219,-54.233],[38.354,-59.662],[37.47,-60.424],[36.745,-60.25],[36.261,-59.613],[35.031,-56.12],[34.117,-52.572],[33.277,-46.495],[33.032,-44.469],[31.611,-39.734],[30.496,-36.642],[28.583,-35.215],[25.226,-36.297],[24.135,-38.357],[23.381,-38.399],[20.474,-39.725],[17.073,-41.988],[15.161,-43.488],[13.746,-44.981],[13.278,-46.804],[14.558,-50.677],[15.38,-51.489],[16.407,-52.126],[18.143,-55.388],[17.807,-56.062],[15.923,-56.545],[14.031,-56.609],[12.885,-56.497],[11.725,-56.231],[5.576,-58.412],[2.542,-59.64],[1.749,-59.587],[1.427,-59.358],[1.417,-58.964],[2.602,-57.871],[2.359,-56.495],[-0.448,-55.992],[-2.047,-55.785],[-4.997,-53.572],[-8.151,-49.285],[-8.393,-46.969],[-9.406,-46.009],[-11.816,-46.33],[-13.248,-46.8],[-15.008,-49.087],[-17.214,-49.756],[-19.844,-48.676],[-22.012,-47.685],[-23.719,-45.519],[-24.685,-44.761],[-26.152,-42.208],[-26.229,-41.392],[-27.057,-40.682],[-28.286,-40.761],[-29.194,-39.614],[-28.906,-38.008],[-29.058,-37.648],[-29.733,-37.703],[-30.926,-39.367],[-31.991,-39.6],[-33.873,-38.002],[-34.56,-36.555],[-36.525,-31.834],[-37.389,-30.441],[-41.801,-27.755],[-45.478,-27.221],[-51.149,-24.97],[-52.315,-24.701],[-56.211,-23.84],[-60.946,-21.351],[-62.712,-19.675],[-63.602,-19.882],[-64.313,-19.713],[-65.102,-18.299],[-65.283,-16.258],[-66.162,-13.125],[-66.988,-9.993],[-66.118,-5.588],[-65.735,-4.415],[-66.138,-3.335],[-66.694,-2.88],[-67.553,-1.209],[-67.597,-1.217],[-67.597,-1.13],[-67.532,-1.197],[-67.412,0.004],[-66.836,2.816],[-65.969,7.655],[-65.242,12.921],[-64.634,19.06],[-64.574,20.681],[-65.248,23.91],[-67.603,27.643],[-67.826,30.955],[-66.092,32.708],[-62.907,34.412],[-60.026,34.552],[-58.453,34.142],[-52.374,30.778],[-51.63,30.457],[-45.914,30.09],[-40.984,30.387],[-38.776,29.403],[-33.268,25.512],[-31.511,24.436],[-28.803,23.685],[-21.584,22.445],[-15.997,21.274],[-11.87,21.358],[-10.076,22.227],[-7.245,23.685],[-3.795,24.968],[-2.714,26.605],[-1.974,28.842],[-0.81,31.425],[-0.525,34.299],[-0.514,35.517],[-0.41,35.916],[0.53,36.676],[1.263,36.486],[4.628,32.872],[6.62,31.409],[8.521,29.296],[8.89,29.226],[9.135,29.543],[8.811,31.102],[6.827,34.677],[4.593,37.467],[4.22,38.163],[4.5,38.831],[5.684,38.812],[8.266,37.118],[8.631,36.376],[8.933,36.114],[9.346,36.653],[8.6,40.164],[8.994,41.033],[10.957,41.113],[10.945,41.021],[11.138,40.822],[11.049,41.117],[10.957,41.113],[11,41.425],[11.309,48.251],[11.506,49.842],[12.385,51.702],[16.636,55.237],[19.526,56.738],[21.056,58.115],[22.606,58.322],[27.082,54.864],[27.754,54.924],[27.891,55.269],[27.656,56.424],[30.287,60.101],[31.38,60.302],[35.96,56.848],[40.903,55.09],[42.963,55.035],[45.798,52.365],[47.193,47.219],[49.932,42.213],[51.987,39.136],[54.122,35.126],[58.891,29.584],[59.922,28.372],[62.72,23.845],[64.057,18.677],[66.656,12.636],[67.245,10.698],[66.906,6.621],[66.867,3.786],[67.244,1.775],[68.461,-3.833],[68.657,-4.621],[68.364,-5.213]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[1016.485,840.674],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 413\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":413,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.024,0.029],[-0.002,0],[0,0],[0.005,-0.022]],\"o\":[[0.003,0],[0,0],[-0.004,0.022],[0.026,-0.019]],\"v\":[[0.038,-0.033],[0.043,-0.037],[-0.032,-0.037],[-0.043,0.037]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[949.752,837.827],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 414\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":414,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.015,-0.02],[-0.025,-0.005],[0,0],[0.053,-0.059]],\"o\":[[0.021,0.004],[0,0],[-0.045,0.052],[0.015,0.021]],\"v\":[[-0.012,0.085],[0.06,0.1],[0.06,-0.1],[-0.06,0.04]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[516.449,397.062],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 415\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":415,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.017],[0.033,0.007],[0,-0.043],[-0.03,0.023]],\"o\":[[-0.033,-0.008],[0,0.045],[0.033,-0.022],[0,-0.016]],\"v\":[[0.051,-0.045],[-0.051,-0.066],[-0.048,0.066],[0.048,0.001]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[423.843,421.083],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 416\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":416,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[24.926,23.271],[24.76,23.126],[24.968,23.182],[25.064,23.446]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[23.638,30.049],[23.561,29.798],[23.765,29.821]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.001,0.001],[-0.012,0.256],[0.03,0.024],[0.1,0.115],[-0.113,-0.103],[0,-0.055],[-0.12,-0.132]],\"o\":[[-0.351,-0.106],[-0.033,-0.023],[-0.046,-0.172],[0.113,0.1],[0.003,0.051],[0.137,0.114],[0.035,0.036]],\"v\":[[12.898,-80.054],[12.576,-80.674],[12.487,-80.749],[12.238,-81.139],[12.577,-80.834],[12.576,-80.674],[12.98,-80.32]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.17,0.04],[-0.339,-0.305],[-0.108,-0.101]],\"o\":[[0.05,-0.023],[0.112,0.099],[-0.135,-0.08]],\"v\":[[11.525,-81.582],[11.636,-81.681],[11.968,-81.382]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.102,-0.051],[0.087,0.068],[-0.099,-0.008],[-0.087,-0.069]],\"o\":[[-0.087,-0.067],[0.101,-0.05],[0.088,0.006],[-0.103,0.05]],\"v\":[[-9.746,59.501],[-10.008,59.3],[-9.701,59.161],[-9.437,59.35]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":5,\"ty\":\"sh\",\"ix\":6,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.235,0.453],[-0.218,0.103],[-0.104,-0.086],[0.229,-0.233],[0.213,-0.15]],\"o\":[[0.101,-0.196],[0.069,-0.03],[0.257,0.209],[-0.18,0.182],[-0.355,0.048]],\"v\":[[52.13,-45.728],[52.716,-46.155],[53.054,-45.955],[53.13,-45.248],[52.499,-44.792]],\"c\":true},\"ix\":2},\"nm\":\"Path 6\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":6,\"ty\":\"sh\",\"ix\":7,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.065,0.085],[-0.11,0.024],[-0.055,-0.104],[0.367,0.036],[0.05,0.098]],\"o\":[[0.055,-0.071],[0.102,0.08],[0.141,0.276],[-0.114,-0.012],[-0.04,-0.093]],\"v\":[[55.093,-46.95],[55.414,-47.037],[55.718,-46.794],[55.349,-46.393],[55.033,-46.596]],\"c\":true},\"ix\":2},\"nm\":\"Path 7\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":7,\"ty\":\"sh\",\"ix\":8,\"ks\":{\"a\":0,\"k\":{\"i\":[[-2.573,2.046],[0.012,0.255],[0.118,0.04],[1.448,0.935],[1.218,-0.435],[0.257,0.075],[0.069,0.108],[-0.249,0.102],[-0.636,0.249],[0.102,0.889],[0.104,0.806],[-0.302,-0.065],[-0.069,-0.191],[-0.984,-1.36],[-1.271,0.164],[-0.549,-0.012],[-0.075,1.347],[-0.156,1.215],[-0.421,1.337],[0.165,0.361],[1.387,0.961],[0.492,0.477],[0.091,0.369],[0.107,0.945],[-0.207,0.117],[-0.068,-0.125],[-0.002,-0.381],[-1.312,-0.806],[-1.006,-0.226],[-0.019,0.381],[-0.455,0.55],[-0.345,0.58],[0.388,0.269],[0.849,0.689],[0.083,0.353],[0.049,0.022],[0.04,0.043],[0.728,0.496],[-0.054,0.056],[-0.116,-0.002],[-0.157,-0.147],[-0.396,-0.468],[-0.076,0.001],[-0.013,-0.057],[-0.307,-0.182],[-0.863,0.658],[-1.091,0.181],[-0.175,0.334],[-0.121,0.533],[0.526,0.108],[0.939,0.559],[-0.04,0.109],[-0.291,-0.157],[-1.277,1.186],[-0.411,0.028],[0.986,0.854],[0.074,0.905],[0.299,0.234],[-0.125,0.317],[-0.324,-0.048],[-0.339,0.125],[-0.068,0.542],[-0.038,0.96],[0.567,0.455],[-0.416,0.49],[0.299,0.223],[0.496,0.746],[0.226,0.06],[0.021,0.551],[-0.387,0.307],[-0.303,-0.304],[-0.027,-0.023],[0,0],[0.292,0.295],[0,0],[-0.685,0.673],[-0.371,-0.24],[-0.087,-0.099],[0.218,-1.529],[-0.42,-1.157],[-0.004,0.014],[0.047,0.376],[-0.903,1.369],[0.012,1.261],[0.57,0.142],[0.513,0.173],[0.314,0.256],[-0.042,0.073],[-0.181,0.037],[0.633,1.144],[0.575,0.427],[0.35,0.407],[-0.073,0.083],[-0.07,-0.033],[-0.327,1.126],[-0.035,1.56],[-2.412,2.818],[-0.653,0.887],[0.084,0.418],[-0.935,0.131],[-0.629,0.925],[0.403,0.172],[0.393,0.073],[0.538,0.076],[-0.023,0.036],[-0.201,0.093],[-0.644,-0.261],[-1.009,0.585],[-0.351,0.212],[0.056,0.426],[0.02,0.27],[-0.451,-0.056],[-0.706,0.855],[-0.442,0.326],[1.669,1.984],[0.178,0.209],[2.382,0.06],[1.327,-0.333],[0.108,-0.238],[0.156,-0.377],[0.698,0.118],[0.434,0.382],[0.239,-0.417],[2.402,-0.822],[1.063,-0.86],[0.011,-0.05],[0.289,-0.26],[0.285,-0.269],[0,0],[0,0],[-0.272,0.285],[-0.295,0.256],[-0.036,0.03],[-0.204,0.228],[-1.394,0.479],[-0.544,1.515],[-0.152,0.383],[2.469,-0.236],[0.109,-0.068],[0.097,-0.217],[0.251,-0.636],[0.836,0.025],[0.111,0.048],[1.479,-0.098],[0.008,0.105],[-0.083,0.035],[-0.756,0.306],[-0.24,0.69],[0.444,0.108],[0.943,0.188],[4.031,-1.591],[0.518,-0.187],[0.797,-0.201],[0.131,0.189],[-0.082,0.052],[-0.501,0.198],[-1.354,0.651],[-2.59,-0.788],[-1.778,0.161],[-1.645,0.118],[-1.423,1.071],[0.665,0.523],[1.019,0.693],[1.98,-0.989],[0.27,0.021],[0.059,0.104],[-0.085,0.04],[-0.344,0.211],[0.626,1.114],[0.389,-0.143],[2.541,1.064],[0.806,-0.058],[0.936,-0.223],[1.4,0.296],[0.867,-0.537],[0.398,-0.042],[0.072,0.098],[-0.059,0.032],[-0.503,0.072],[-1.004,0.333],[-2.042,0.186],[-1.615,-0.546],[-1.311,0.797],[0.092,0.171],[1.612,0.383],[2.876,0.92],[1.349,0.256],[1.515,0.15],[0.742,-0.978],[0.065,-0.067],[0.041,0.009],[-0.005,-0.046],[0,0],[0.037,-0.255],[-0.033,0.004],[0,0],[0,0],[-0.003,0.035],[0.746,0.565],[0.162,-0.33],[-0.024,-0.109],[-0.13,-0.382],[0.268,-0.106],[0.212,0.077],[0.976,0.783],[0.786,-0.503],[0.899,0.052],[0.043,-0.407],[0.061,-0.958],[0.536,-0.334],[0.413,-0.347],[0.184,0.084],[1.016,-0.012],[0.023,-0.291],[-0.064,-0.392],[-0.378,-1.457],[-0.882,-1.752],[0.484,0.027],[0.217,0.963],[0.697,0.257],[-0.295,0.244],[0.601,0.406],[0.277,0.891],[0.582,1.244],[0.784,0.368],[0.225,-0.621],[0.097,-0.257],[-0.047,-1.652],[0.336,-0.534],[0.661,0.066],[0.107,-0.058],[0.239,-0.12],[0.137,0.404],[0.248,0.631],[0.102,1.356],[0.147,0.377],[0.067,-0.015],[0.155,-0.169],[0.04,-0.672],[0.212,-0.602],[0.433,-0.527],[0.076,-0.094],[-0.023,-0.043],[0.308,-0.236],[0.328,-0.301],[0.06,-0.059],[0.013,-0.131],[-0.105,0.105],[-0.012,0.088],[-0.326,0.308],[-0.304,0.233],[-0.011,0.014],[-0.166,0.509],[-0.243,0.924],[0.261,0.973],[0.428,-0.098],[0.609,-0.29],[1.356,-0.218],[1.907,-0.173],[0.03,-0.775],[0.009,-0.408],[0.096,-0.024],[0.073,0.088],[0.434,0.252],[0.628,-0.25],[0.204,-0.692],[0.06,-0.409],[0.331,-0.701],[0.546,-0.603],[0.174,-0.209],[0.417,0.401],[1.225,-0.261],[0.908,-1.181],[1.404,-0.185],[0.288,-0.19],[0.838,-1.368],[-1.022,-0.314],[-1.015,-0.306],[0.007,0.026],[0,0],[0,0],[0.009,0.004],[-0.097,-0.221],[0.367,-0.253],[0.131,-0.78],[0.34,-0.404],[0.868,-0.876],[0.525,0.271],[1.767,-0.009],[0.56,-0.43],[0.963,-0.154],[1.903,-0.271],[0.776,-1.368],[-0.784,-0.842],[-1.083,-1.021],[-0.102,-0.005],[-0.12,0.095],[0.175,0.006],[0.065,-0.05],[0.031,0.029],[0,0],[-0.419,-0.703],[-0.93,0.094],[-0.716,-0.296],[-0.821,0.131],[-0.188,-0.156],[0.024,-0.211],[0.201,-0.054],[0.346,0.135],[1.585,-0.845],[0.68,0.1],[0.755,-0.415],[-0.857,-0.795],[-1.207,-0.529],[0.569,-0.353],[0.382,-0.373],[-0.106,-0.286],[-1.538,-1.031],[-0.713,1.172],[-0.755,-0.282],[-0.308,-0.533],[-0.153,0.069],[-1.606,1.167],[-0.107,-0.044],[-1.457,-1.033],[-1.17,-0.954],[-0.288,-0.456],[0.063,-0.362],[0.351,-0.561],[-0.704,-0.954],[-0.098,-0.521],[0.682,-0.448],[-0.344,-0.169],[-0.38,-0.154],[0.201,-0.359],[0.179,-0.204],[-0.649,-0.599],[0.06,-0.225],[-0.036,-0.336],[-0.102,-0.51],[-0.224,-0.779],[0.428,-0.738],[-0.115,-0.206],[-0.162,-0.217],[0.875,-0.098],[0.391,-0.406],[-0.214,-0.252],[1.157,-0.594],[0.021,-0.96],[-0.273,-0.055],[-0.023,0.022],[0,0],[0,0],[0.053,0.011],[0.278,-0.232],[0.032,0.019],[-0.002,-0.042],[0,0],[0.75,-0.82],[-0.414,-0.474],[-1.364,1.459],[-0.277,0.284],[-0.521,-0.192],[-0.185,-0.131],[0,0],[-0.036,0],[0,0],[-0.042,-0.162],[0.257,-0.165],[0.418,-0.632],[-0.375,-0.212],[-0.339,-0.196],[0.229,-0.602],[0.172,-0.316],[-0.015,0],[-0.026,-0.042],[-0.176,-0.963],[0.101,-0.056],[0.039,0.058],[0.378,0.631],[0.066,-0.001],[-0.017,0.034],[1.018,0.351],[0.666,0.118],[-0.115,-0.842],[-0.023,-0.132],[0.139,-0.293],[0.363,-0.165],[0.133,-0.544],[-0.023,-0.793],[-1.257,-0.952],[-0.126,-0.025],[-1.372,0.703],[0.431,0.632],[0.311,0.243],[0.085,0.764],[0.041,0.02],[0,0],[0,0],[-0.007,-0.053],[-2.058,-0.058],[0.285,-0.344],[0.339,-0.348],[0.033,0.015],[-0.002,-0.053],[0,0],[0.253,-0.482],[-0.097,-0.412],[0.765,-0.12],[0.088,-0.473],[1.898,0.318],[0.65,-0.121],[-0.333,-0.738],[-0.048,-0.007],[0,0],[0,0],[0.015,0.039],[0.351,0.051],[0.371,-0.72],[0.241,-0.306],[0.258,-0.695],[0.441,-0.699],[0.061,-0.53],[-0.447,-0.37],[-0.283,-0.21],[-0.007,0.007],[-0.103,0.036],[-0.097,0.075],[-0.09,-0.029],[0.176,-0.062],[0.072,-0.074],[0.04,0.029],[0.507,-0.614],[-0.663,-0.922],[0.113,-0.776],[-0.179,-0.504],[0.207,-1.945],[-0.013,-0.274],[-0.35,0.103],[-0.855,0.26],[-0.023,0.058],[-0.113,-0.014],[-0.114,0.098],[0.178,0.022],[0.06,-0.051],[0.057,-0.015],[0.723,-0.46],[-0.198,-0.871],[-0.908,-1.167],[0,0],[0,0],[0.027,0.035],[0,0],[-0.312,-0.227],[0.305,-0.724],[-0.309,-0.325],[-0.417,-0.986],[0.234,-0.66],[-0.12,-0.159],[-0.538,-0.607],[0.057,-1.289],[-0.217,0.032],[-0.792,0.187],[-0.391,0.111],[-0.048,-0.703],[-0.942,-0.748],[-0.27,-0.289],[-0.293,0.043],[-0.948,-0.043],[-0.316,0.518],[-0.988,1.47],[-0.786,0.947],[-0.185,0.965],[-0.216,0.771],[0.029,-0.015],[0.02,0.06],[0.156,0.075],[-0.023,0.058],[-0.162,-0.267],[-0.063,-0.167],[-0.063,-0.02],[0.005,-0.02],[-0.282,0.789],[-1.269,0.974],[0.655,1.599],[-0.483,0.314],[-0.208,0.174],[0.113,0.421],[0.11,0.249],[-1.147,0.107],[-0.255,0.68],[-1.097,-0.179],[-1.527,-0.445],[-0.316,0.259],[-0.336,0.025],[-1.563,1.481],[-0.258,0.096],[-0.487,1.093],[-0.899,1.539],[-1.042,1.499],[-0.93,0.188],[-0.519,0.159],[-0.347,-0.085],[-0.771,0.402],[-1.517,0.255],[-1.974,1.582]],\"o\":[[0.145,-0.117],[-0.002,-0.087],[-1.556,-0.536],[-1.17,-0.753],[-0.222,0.081],[-0.109,-0.032],[-0.177,-0.271],[0.632,-0.253],[0.82,-0.321],[-0.094,-0.805],[-0.039,-0.289],[0.235,0.05],[0.571,1.546],[0.679,0.941],[0.544,-0.069],[1.484,0.03],[0.067,-1.229],[0.162,-1.283],[0.089,-0.27],[-0.709,-1.55],[-0.562,-0.392],[-0.284,-0.276],[-0.231,-0.922],[-0.026,-0.205],[0.161,-0.093],[0.184,0.338],[0.008,1.499],[0.806,0.5],[0.386,0.089],[0.027,-0.691],[-0.242,-0.731],[0.296,-0.5],[-0.897,-0.628],[-0.222,-0.18],[-0.047,-0.021],[-0.039,-0.045],[-0.907,-0.06],[-0.04,-0.024],[0.091,-0.086],[0.266,0.002],[0.441,0.421],[0.075,0.005],[0.016,0.053],[0.327,0.15],[0.9,0.529],[0.925,-0.703],[0.337,-0.057],[0.251,-0.476],[0.134,-0.585],[-1.098,-0.224],[-0.081,-0.048],[0.112,-0.33],[1.271,0.681],[0.239,-0.223],[1.415,-0.097],[-0.649,-0.563],[-0.023,-0.335],[-0.254,-0.197],[0.12,-0.305],[0.382,0.053],[0.567,-0.212],[0.12,-0.953],[0.024,-0.713],[-0.838,-0.67],[0.287,-0.341],[-0.638,-0.477],[-0.232,-0.045],[-0.593,-0.157],[-0.017,-0.511],[0.303,0.303],[0.028,0.022],[0,0],[-0.294,-0.296],[0,0],[0.673,-0.685],[0.3,-0.294],[0.116,0.074],[0.786,0.902],[-0.173,1.205],[0.015,0.047],[0.099,-0.391],[-0.208,-1.553],[0.685,-1.039],[-0.008,-0.576],[-0.532,-0.131],[-0.365,-0.121],[-0.087,-0.072],[0.114,-0.194],[1.576,-0.302],[-0.336,-0.612],[-0.425,-0.314],[-0.044,-0.05],[0.079,-0.095],[1.181,0.546],[0.423,-1.444],[0.079,-3.734],[0.716,-0.835],[0.262,-0.357],[-0.202,-1.017],[1.246,-0.174],[0.233,-0.343],[-0.377,-0.158],[-0.537,-0.101],[-0.084,-0.013],[0.125,-0.221],[0.679,-0.312],[1.11,0.448],[0.361,-0.206],[0.401,-0.241],[-0.037,-0.271],[-0.037,-0.502],[1.015,0.124],[0.344,-0.42],[2.023,-1.491],[-0.178,-0.209],[-1.635,-1.924],[-1.331,-0.034],[-0.208,0.054],[-0.164,0.372],[-0.221,0.547],[-0.569,-0.095],[-0.382,-0.34],[-1.327,2.303],[-1.245,0.424],[-0.008,0.055],[-0.291,0.258],[-0.287,0.266],[0,0],[0,0],[0.272,-0.284],[0.294,-0.253],[0.034,-0.032],[0.055,-0.363],[0.906,-1.019],[1.503,-0.516],[0.137,-0.387],[1.285,-3.19],[-0.136,0.014],[-0.224,0.144],[-0.271,0.626],[-0.326,0.829],[-0.136,-0.004],[-1.465,-0.628],[-0.077,0.003],[-0.017,-0.119],[0.765,-0.289],[0.668,-0.27],[0.157,-0.45],[-0.935,-0.223],[-4.136,-0.827],[-0.511,0.202],[-0.773,0.282],[-0.12,0.03],[-0.042,-0.062],[0.46,-0.294],[1.406,-0.556],[2.492,-1.198],[1.759,0.533],[1.64,-0.148],[1.921,-0.137],[0.735,-0.548],[-0.969,-0.764],[-1.663,-1.129],[-0.226,0.111],[-0.115,-0.01],[-0.027,-0.052],[0.368,-0.174],[1.026,-0.635],[-0.253,-0.445],[-2.585,0.937],[-0.719,-0.301],[-0.954,0.068],[-1.336,0.321],[-0.951,-0.204],[-0.317,0.198],[-0.109,0.011],[-0.045,-0.061],[0.467,-0.261],[1.082,-0.15],[2.009,-0.668],[1.64,-0.148],[1.558,0.529],[0.153,-0.091],[-0.848,-1.538],[-2.953,-0.702],[-1.296,-0.415],[-1.537,-0.291],[-1.184,0.568],[-0.054,0.072],[-0.048,-0.007],[0,0.048],[0,0],[-0.038,0.257],[0.033,-0.002],[0,0],[0,0],[0.005,-0.032],[-1.013,0.116],[-0.285,-0.219],[-0.055,0.12],[0.085,0.397],[0.109,0.32],[-0.239,0.096],[-1.153,-0.422],[-0.723,-0.579],[-0.681,0.437],[-0.505,-0.03],[-0.093,0.953],[-0.036,0.565],[-0.446,0.278],[-0.167,0.142],[-0.869,-0.396],[-0.28,0.004],[-0.034,0.409],[0.249,1.488],[0.475,1.853],[0.175,0.348],[-0.645,-0.041],[-0.16,-0.706],[-0.255,-0.096],[0.697,-0.578],[-0.692,-0.471],[-0.41,-1.305],[-0.355,-0.761],[-0.696,-0.33],[-0.093,0.257],[-0.605,1.588],[0.018,0.663],[-0.415,0.659],[-0.131,-0.012],[-0.238,0.126],[-0.333,0.167],[-0.26,-0.787],[-0.527,-1.348],[-0.027,-0.393],[-0.038,-0.109],[-0.248,0.051],[-0.5,0.547],[-0.043,0.676],[-0.214,0.602],[-0.072,0.093],[0.022,0.044],[-0.312,0.235],[-0.328,0.302],[0,0.074],[-0.01,0.13],[-0.189,-0.184],[0.01,-0.09],[0.327,-0.309],[0.308,-0.234],[0.012,-0.013],[-0.23,-0.448],[0.299,-0.915],[0.248,-0.923],[-0.113,-0.43],[-0.669,0.153],[-1.267,0.609],[-1.905,0.309],[-0.717,0.063],[-0.013,0.406],[0,0.098],[-0.106,0.024],[-0.348,-0.407],[-0.64,-0.371],[-0.676,0.268],[-0.114,0.393],[-0.119,0.803],[-0.336,0.7],[-0.181,0.203],[-0.377,0.447],[-0.885,-0.842],[-1.412,0.301],[-0.879,1.142],[-0.244,0.258],[-1.396,0.912],[-0.602,0.981],[1.011,0.314],[-0.006,-0.026],[0,0],[0,0],[-0.01,-0.005],[0.059,0.239],[0.189,0.434],[-0.567,0.393],[-0.086,0.508],[-0.789,0.943],[-0.399,0.402],[-1.684,-0.855],[-0.697,0.004],[-0.784,0.603],[-1.891,0.302],[-1.51,0.215],[-0.526,0.926],[1.001,1.072],[0.07,-0.059],[0.12,-0.096],[-0.011,0.299],[-0.059,0.049],[-0.033,-0.028],[0,0],[0.344,0.751],[0.443,0.745],[0.669,-0.071],[0.81,0.336],[0.232,-0.037],[0.185,0.152],[-0.023,0.23],[-0.374,0.101],[-1.614,-0.632],[-0.652,0.346],[-0.852,-0.128],[-1.107,0.606],[0.89,0.83],[0.544,0.238],[-0.468,0.29],[-0.249,0.245],[0.644,1.716],[1.051,0.705],[0.441,-0.726],[0.517,0.196],[0.107,0.182],[1.668,-0.764],[0.097,-0.07],[1.646,0.692],[1.233,0.874],[0.419,0.343],[0.199,0.316],[-0.11,0.674],[-0.733,1.168],[0.311,0.418],[0.135,0.679],[-0.336,0.224],[0.365,0.177],[0.452,0.182],[-0.132,0.236],[-0.528,0.596],[0.162,0.15],[-0.103,0.382],[0.056,0.506],[0.162,0.802],[0.264,0.905],[-0.101,0.173],[0.13,0.225],[0.517,0.697],[-0.575,0.062],[-0.225,0.238],[0.191,0.223],[-1.008,0.519],[0.272,0.054],[0.023,-0.02],[0,0],[0,0],[-0.053,-0.01],[-0.273,0.234],[-0.036,-0.016],[0,0.042],[0,0],[-0.222,1.058],[-0.404,0.441],[1.391,1.589],[0.274,-0.289],[0.43,-0.435],[0.2,0.074],[0,0],[0.037,0.002],[0,0],[0.233,0.108],[0.133,0.491],[-0.424,0.625],[-0.254,0.381],[0.343,0.191],[0.515,0.298],[-0.123,0.331],[0.016,0],[0.025,0.042],[0.995,0.025],[0.018,0.093],[-0.087,0.05],[-0.394,-0.621],[-0.062,-0.001],[0.017,-0.035],[-1.088,-0.016],[-0.64,-0.219],[-0.832,-0.146],[0.018,0.135],[0.074,0.393],[-0.143,0.294],[-0.529,0.239],[-0.193,0.79],[0.046,1.563],[0.108,0.08],[1.515,0.278],[0.683,-0.346],[-0.226,-0.327],[-0.672,-0.524],[-0.04,-0.021],[0,0],[0,0],[0.005,0.056],[1.76,0.87],[0.48,0.013],[-0.311,0.371],[-0.036,-0.016],[0.001,0.051],[0,0],[-0.221,0.499],[-0.208,0.397],[0.184,0.79],[-0.415,0.065],[-0.336,1.769],[-0.608,-0.102],[-0.04,0.829],[0.047,0.005],[0,0],[0,0],[-0.017,-0.038],[-0.354,-0.051],[-0.815,-0.118],[-0.185,0.356],[-0.496,0.621],[-0.275,0.729],[-0.271,0.434],[-0.066,0.549],[0.271,0.229],[0.009,-0.007],[0.103,-0.035],[0.087,-0.089],[0.042,-0.034],[-0.176,0.061],[-0.07,0.074],[-0.039,-0.031],[-0.567,0.561],[-0.662,0.804],[0.403,0.56],[-0.076,0.512],[0.652,1.831],[-0.032,0.266],[0.023,0.401],[0.852,-0.251],[0.024,-0.054],[0.056,-0.082],[0.11,-0.097],[0.022,0.342],[-0.063,0.052],[-0.06,0.019],[-0.366,0.835],[-0.964,0.61],[0.304,1.351],[0,0],[0,0],[-0.029,-0.036],[0,0],[0.244,0.317],[0.667,0.487],[-0.155,0.376],[0.804,0.851],[0.292,0.694],[-0.084,0.231],[0.494,0.641],[1.307,0.159],[-0.005,0.09],[0.806,-0.115],[0.397,-0.093],[0.772,-0.218],[0.072,1.148],[0.298,0.235],[0.263,0.283],[1.012,-0.145],[0.59,0.028],[0.908,-1.502],[0.08,-1.287],[0.635,-0.769],[0.15,-0.784],[-0.032,0.016],[-0.027,-0.058],[-0.169,-0.055],[-0.084,-0.041],[0.107,-0.301],[0.094,0.15],[0.062,0.022],[-0.008,0.02],[0.71,-0.377],[0.524,-1.474],[1.26,-0.968],[-0.281,-0.68],[0.23,-0.151],[0.34,-0.286],[-0.069,-0.26],[-0.445,-0.987],[0.761,-0.068],[0.395,-1.041],[1.529,0.249],[0.473,0.136],[0.309,-0.255],[2.134,-0.159],[0.172,-0.163],[1.188,-0.448],[0.759,-1.711],[0.945,-1.62],[0.916,-0.483],[0.529,-0.106],[0.383,-0.115],[0.856,0.2],[1.355,-0.699],[2.454,-0.412],[2.567,-2.066]],\"v\":[[36.404,36.253],[36.505,35.5],[36.21,35.258],[31.433,34.108],[27.884,33.929],[27.092,33.813],[26.819,33.537],[26.893,32.847],[28.833,32.197],[29.994,30.224],[29.632,27.816],[30.468,27.034],[31.094,27.441],[33.101,31.939],[35.854,33.39],[37.498,33.353],[39.283,31.881],[39.414,28.192],[38.691,24.65],[38.198,23.597],[34.969,19.923],[33.38,18.607],[32.712,17.605],[32.222,14.792],[32.642,14.146],[33.305,14.242],[33.635,15.371],[35.508,18.813],[37.9,20.374],[38.899,19.905],[39.474,18.019],[39.987,16.19],[39.699,14.688],[37.006,12.805],[36.664,11.866],[36.524,11.799],[36.406,11.667],[34.034,10.623],[34.068,10.347],[34.412,10.179],[35.191,10.287],[36.406,11.667],[36.625,11.693],[36.664,11.866],[37.634,12.334],[40.333,12.374],[43.395,11.323],[44.279,10.544],[44.762,8.981],[44.094,7.67],[41.11,6.356],[41.021,5.975],[41.672,5.706],[45.453,5.641],[46.651,5.482],[47.762,2.287],[46.578,0.25],[45.896,-0.693],[45.555,-1.353],[46.255,-1.649],[47.414,-1.644],[48.223,-2.987],[48.453,-5.861],[47.679,-7.699],[47.883,-9.235],[47.693,-10.328],[45.589,-11.329],[44.896,-11.47],[44.067,-12.638],[44.69,-13.846],[45.596,-12.939],[45.659,-12.881],[45.659,-13.059],[44.781,-13.944],[44.664,-13.872],[46.687,-15.923],[48.253,-15.994],[48.602,-15.776],[50.281,-12.684],[50.836,-9.103],[51.138,-9.062],[51.383,-10.238],[52.25,-14.569],[53.07,-18.148],[51.919,-19.724],[50.304,-20.01],[49.318,-20.703],[49.195,-21.063],[49.656,-21.562],[50.721,-23.2],[49.458,-24.792],[48.351,-25.96],[48.448,-26.294],[48.779,-26.48],[50.932,-27.56],[52.231,-31.879],[56.101,-41.644],[58.094,-44.277],[58.205,-45.441],[58.95,-46.7],[61.497,-48.601],[61.059,-50.041],[59.898,-50.425],[58.271,-50.612],[58.068,-50.858],[58.513,-51.467],[60.503,-51.286],[63.667,-51.587],[64.771,-52.143],[65.176,-53.222],[65.02,-54.024],[65.714,-54.858],[68.314,-55.691],[69.547,-56.784],[69.974,-61.172],[69.439,-61.8],[63.198,-64.533],[59.192,-63.698],[58.689,-63.089],[58.312,-61.918],[56.94,-61.358],[55.5,-62.064],[54.492,-61.901],[48.617,-57.678],[44.974,-56.132],[44.951,-55.971],[44.081,-55.195],[43.224,-54.392],[42.995,-54.239],[43.161,-54.435],[43.979,-55.289],[44.859,-56.053],[44.974,-56.132],[45.234,-57.133],[48.409,-59.664],[51.466,-62.821],[51.945,-63.962],[49.198,-67.598],[48.797,-67.518],[48.176,-67.014],[47.484,-65.078],[45.56,-63.785],[45.154,-63.777],[40.727,-63.894],[40.498,-64.174],[40.631,-64.54],[42.939,-65.368],[44.261,-66.857],[43.643,-68.221],[40.829,-68.857],[31.205,-67.954],[29.698,-67.282],[27.34,-66.542],[26.856,-67.014],[26.97,-67.357],[28.385,-68.17],[32.624,-69.773],[40.249,-70.354],[45.555,-69.976],[50.461,-70.603],[55.188,-72.931],[55.315,-75.522],[52.346,-77.739],[46.947,-78.497],[46.133,-78.451],[45.822,-78.681],[45.984,-78.96],[47.111,-79.438],[47.74,-82.306],[46.385,-83.049],[38.743,-83.287],[36.309,-83.514],[33.476,-82.985],[29.436,-82.687],[26.676,-82.073],[25.497,-81.846],[25.165,-82.042],[25.214,-82.343],[26.65,-83.05],[29.92,-83.296],[36.033,-84.116],[40.934,-83.689],[45.208,-84.581],[45.365,-85.302],[41.497,-88.167],[32.863,-90.894],[28.814,-91.635],[24.355,-91.187],[21.848,-88.51],[21.662,-88.307],[21.554,-88.341],[21.567,-88.205],[21.674,-88.304],[21.562,-87.537],[21.655,-87.535],[21.801,-87.27],[21.549,-87.433],[21.562,-87.537],[19.061,-88.553],[18.384,-88.396],[18.274,-88.021],[18.598,-86.85],[18.421,-86.164],[17.656,-86.042],[14.413,-87.743],[12.132,-87.729],[9.874,-86.843],[9.08,-86.075],[8.926,-83.202],[8.142,-81.868],[6.992,-80.729],[6.282,-80.573],[3.595,-81.51],[2.697,-80.799],[2.633,-79.575],[3.485,-75.132],[4.879,-69.565],[4.199,-68.854],[2.6,-69.686],[1.245,-71.115],[1.441,-71.566],[1.611,-73.189],[0.054,-74.969],[-1.55,-78.76],[-3.278,-80.452],[-5.013,-79.955],[-5.301,-79.186],[-5.733,-74.301],[-6.128,-72.328],[-8.02,-72.098],[-8.416,-72.068],[-9.092,-71.63],[-9.859,-72.208],[-9.345,-74.084],[-9.679,-78.154],[-10.043,-79.308],[-10.304,-79.561],[-11.01,-79.287],[-11.484,-77.34],[-11.528,-75.325],[-12.773,-73.728],[-12.996,-73.448],[-12.929,-73.317],[-13.859,-72.614],[-14.841,-71.708],[-14.961,-71.517],[-14.997,-71.125],[-14.961,-71.517],[-14.931,-71.785],[-13.948,-72.708],[-13.03,-73.407],[-12.996,-73.448],[-13.265,-74.872],[-12.31,-77.592],[-12.153,-80.44],[-13.382,-81.339],[-15.367,-80.814],[-19.325,-79.896],[-25.04,-79.332],[-26.268,-77.958],[-26.224,-76.732],[-26.454,-76.457],[-26.809,-76.58],[-27.835,-77.809],[-29.79,-77.526],[-31.109,-76.045],[-31.356,-74.835],[-31.735,-72.437],[-33.354,-70.627],[-33.834,-69.96],[-35.279,-69.761],[-38.262,-70.468],[-41.764,-68.592],[-45.324,-66.758],[-46.085,-66.025],[-49.136,-62.362],[-48.396,-60.122],[-45.356,-59.201],[-45.378,-59.276],[-45.223,-59.43],[-45.329,-59.191],[-45.356,-59.201],[-45.159,-58.493],[-45.408,-57.419],[-46.607,-55.883],[-47.341,-54.452],[-49.846,-51.736],[-51.35,-51.382],[-56.589,-51.963],[-58.52,-51.371],[-61.161,-50.33],[-66.812,-49.312],[-70.19,-46.642],[-70.104,-44.03],[-67.786,-40.377],[-67.516,-40.431],[-67.156,-40.718],[-67.516,-40.431],[-67.705,-40.28],[-67.786,-40.377],[-67.791,-40.376],[-66.742,-38.141],[-64.683,-37.048],[-62.687,-37.322],[-60.25,-37.282],[-59.514,-37.039],[-59.164,-36.375],[-59.619,-35.749],[-60.8,-35.743],[-65.581,-35.683],[-67.599,-35.543],[-69.98,-35.099],[-70.786,-31.96],[-68.129,-29.43],[-68.198,-28.721],[-69.593,-27.853],[-69.953,-26.772],[-66.655,-22.653],[-64.421,-23.215],[-63.159,-23.66],[-61.836,-22.77],[-61.163,-22.459],[-55.99,-23.045],[-55.594,-23.097],[-50.865,-20.635],[-47.287,-17.854],[-46.182,-16.643],[-45.933,-15.5],[-46.536,-13.541],[-46.15,-10.534],[-45.558,-9.035],[-46.131,-7.202],[-46.165,-6.579],[-45.007,-6.171],[-44.572,-5.211],[-45.034,-4.533],[-45.007,-2.791],[-44.828,-2.036],[-45.316,-0.951],[-44.726,0.524],[-44.436,2.972],[-44.864,5.305],[-44.772,6.037],[-44.182,6.604],[-44.731,7.914],[-46.182,8.547],[-46.105,9.275],[-45.893,10.112],[-46.955,12.562],[-46.138,12.723],[-46.066,12.662],[-45.909,12.521],[-45.976,12.754],[-46.138,12.723],[-46.961,13.423],[-47.038,13.361],[-47.036,13.489],[-46.955,13.427],[-48.325,16.256],[-48.126,18.12],[-44.074,18.318],[-43.312,17.393],[-41.826,17.174],[-41.266,17.524],[-41.266,17.602],[-41.156,17.605],[-41.266,17.497],[-40.593,17.832],[-41.22,18.425],[-42.491,20.306],[-42.295,21.335],[-41.227,21.839],[-40.792,23.193],[-41.279,24.145],[-41.235,24.147],[-41.16,24.271],[-39.473,25.854],[-39.673,26.168],[-40.019,26.157],[-41.16,24.271],[-41.332,24.251],[-41.279,24.145],[-44.4,23.43],[-46.373,22.959],[-47.858,24.445],[-47.755,24.839],[-47.591,26],[-48.596,26.599],[-49.641,27.767],[-50.056,30.161],[-48.025,33.959],[-47.654,34.119],[-43.312,33.516],[-42.738,31.382],[-43.556,30.505],[-44.468,28.494],[-44.593,28.432],[-44.657,28.149],[-44.492,28.332],[-44.468,28.494],[-38.954,30.466],[-38.53,31.364],[-39.529,32.422],[-39.637,32.379],[-39.634,32.534],[-39.52,32.426],[-40.192,33.918],[-40.234,35.08],[-40.847,36.022],[-41.85,36.555],[-44.984,38.838],[-46.909,39.116],[-46.334,41.435],[-46.191,41.456],[-46.101,41.626],[-46.286,41.55],[-46.334,41.435],[-47.389,41.279],[-48.579,41.881],[-49.109,42.955],[-50.642,44.755],[-51.469,46.962],[-51.854,48.518],[-51.294,49.953],[-50.447,50.596],[-50.424,50.577],[-50.115,50.469],[-49.853,50.21],[-49.588,50.285],[-50.115,50.469],[-50.331,50.685],[-50.447,50.596],[-52.133,52.298],[-52.332,54.937],[-51.694,56.792],[-51.447,58.391],[-50.691,64.029],[-50.646,64.847],[-49.788,65.555],[-47.23,64.781],[-47.15,64.624],[-46.868,64.571],[-46.531,64.281],[-46.868,64.571],[-47.053,64.727],[-47.23,64.781],[-49.032,66.607],[-49.955,69.043],[-48.646,73.022],[-48.567,72.911],[-48.575,73.135],[-48.646,73.022],[-48.657,73.04],[-47.913,73.976],[-47.439,75.75],[-47.467,76.915],[-46.241,79.899],[-46.287,81.873],[-46.307,82.623],[-44.712,84.454],[-42.915,86.663],[-42.247,86.94],[-39.852,86.462],[-38.69,86.078],[-37.151,86.857],[-35.856,89.717],[-35.217,90.741],[-34.247,91.374],[-31.463,91.898],[-29.758,90.959],[-27.899,86.121],[-26.417,82.811],[-25.229,80.254],[-24.603,77.938],[-24.691,77.987],[-24.765,77.815],[-25.262,77.631],[-25.442,77.387],[-24.981,77.326],[-24.765,77.815],[-24.586,77.88],[-24.603,77.938],[-22.911,76.352],[-20.243,72.807],[-19.208,68.729],[-18.66,67.406],[-17.969,66.959],[-17.621,65.857],[-17.971,65.12],[-17.273,63.952],[-15.62,62.981],[-13.468,61.507],[-8.988,61.224],[-7.925,60.741],[-6.967,60.042],[-1.417,57.672],[-0.628,57.46],[2.212,55.211],[5.439,50.966],[9.443,47.475],[12.267,47.294],[13.818,46.777],[14.981,46.532],[17.367,46.24],[21.679,44.905],[28.472,42.118]],\"c\":true},\"ix\":2},\"nm\":\"Path 8\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[470.849,408.476],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 417\",\"np\":10,\"cix\":2,\"bm\":0,\"ix\":417,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.03,0.005],[-0.002,0.023]],\"o\":[[0.03,-0.005],[0.003,-0.025],[0,0]],\"v\":[[-0.049,0.046],[0.046,0.025],[0.046,-0.046]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[423.894,447.567],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 418\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":418,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.008,0.047],[0.036,0.007],[-0.017,-0.039],[-0.031,-0.014]],\"o\":[[-0.037,-0.005],[0.015,0.039],[0.031,0.012],[-0.011,-0.046]],\"v\":[[0.04,-0.06],[-0.066,-0.079],[-0.025,0.038],[0.066,0.079]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[176.59,534.378],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 419\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":419,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[148.942,142.352],[148.656,142.243],[148.945,142.132]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.05,-0.109],[0.029,0.046],[0.203,0.333],[-0.296,0.106],[-0.054,-0.097],[-0.133,-0.277]],\"o\":[[-0.01,0.025],[-0.212,-0.321],[-0.174,-0.289],[0.072,-0.024],[0.182,0.334],[-0.046,0.21]],\"v\":[[146.113,94.544],[145.89,94.523],[145.282,93.539],[145.455,92.915],[145.757,93.13],[146.222,94.096]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.248,0],[-0.044,0.019],[-0.242,0.065],[0,-0.09],[0.08,-0.008]],\"o\":[[0.01,-0.087],[0.222,-0.112],[0.047,-0.008],[0,0.089],[-0.244,0.04]],\"v\":[[145.045,85.273],[145.084,85.023],[145.781,84.743],[145.98,84.993],[145.783,85.254]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.171,-0.226],[0.382,0.264],[-0.136,0.358],[-0.185,0.274],[-0.069,-0.194],[-0.428,0.119],[-0.157,0.085]],\"o\":[[-0.305,0.408],[-0.365,-0.255],[0.113,-0.297],[0.036,0.202],[0.156,0.419],[0.171,-0.05],[-0.128,0.254]],\"v\":[[140.929,80.742],[139.562,81.004],[139.308,79.983],[139.811,79.143],[139.943,79.744],[140.86,80.213],[141.347,79.993]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.262,0.149],[0.032,0.093],[-0.194,0.087],[0.026,-0.085]],\"o\":[[-0.066,-0.037],[0.192,-0.087],[0.037,0.108],[-0.093,0.277]],\"v\":[[124.847,61.354],[124.745,61.086],[125.321,60.831],[125.423,61.148]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":5,\"ty\":\"sh\",\"ix\":6,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.106,-0.068],[0.216,0.088],[-0.114,0.039],[-0.11,-0.04],[-0.086,-0.087]],\"o\":[[-0.221,-0.088],[0.106,-0.068],[0.12,-0.032],[0.108,0.041],[-0.108,0.073]],\"v\":[[105.83,188.843],[105.175,188.581],[105.498,188.378],[105.878,188.378],[106.149,188.633]],\"c\":true},\"ix\":2},\"nm\":\"Path 6\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":6,\"ty\":\"sh\",\"ix\":7,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[99.637,53.577],[99.792,53.326],[99.838,53.631]],\"c\":true},\"ix\":2},\"nm\":\"Path 7\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":7,\"ty\":\"sh\",\"ix\":8,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.06,-0.027],[-0.012,-0.066],[-0.511,-0.277],[-0.027,0.009],[-0.022,0.01],[-0.022,0.198],[-0.286,-0.064],[-0.077,-0.086],[0.322,-0.125],[0.211,-0.067],[-0.003,-0.049],[0.052,0.025],[0.212,-0.051],[0.119,0.394],[0.032,0.182],[0.05,0.028],[0.027,0.054],[0.046,0.373],[-0.027,-0.035],[-0.083,-0.153]],\"o\":[[0.013,0.063],[0.512,0.272],[0.027,-0.016],[0.026,-0.008],[-0.008,-0.201],[0.033,-0.306],[0.111,0.025],[0.212,0.248],[-0.213,0.079],[0.005,0.047],[-0.056,-0.026],[-0.208,0.079],[-0.426,0.105],[-0.051,-0.171],[-0.049,-0.025],[-0.033,-0.055],[-0.249,-0.028],[-0.001,-0.016],[0.106,0.141],[0.072,0.008]],\"v\":[[96.105,293.163],[96.145,293.357],[97.679,294.177],[97.762,294.144],[97.837,294.114],[97.83,293.514],[98.343,293.13],[98.652,293.323],[98.472,293.9],[97.837,294.114],[97.842,294.258],[97.679,294.177],[97.062,294.397],[96.256,293.894],[96.145,293.357],[95.998,293.277],[95.902,293.117],[95.334,292.73],[95.632,292.668],[95.902,293.117]],\"c\":true},\"ix\":2},\"nm\":\"Path 8\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":8,\"ty\":\"sh\",\"ix\":9,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.472,0.263],[-0.147,-0.259],[0.08,-0.067],[0.212,-0.151],[0.099,0.056]],\"o\":[[0.272,-0.148],[0.032,0.059],[-0.199,0.172],[-0.117,-0.015],[-0.263,-0.133]],\"v\":[[98.771,290.201],[99.441,290.358],[99.298,290.669],[98.662,291.131],[98.317,291.076]],\"c\":true},\"ix\":2},\"nm\":\"Path 9\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":9,\"ty\":\"sh\",\"ix\":10,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.207,-0.028],[0.021,-0.049],[0.066,-0.032],[0.284,-0.079],[0.014,-0.078],[0,0],[0,0],[-0.075,0.022],[-0.247,0.115],[-0.009,0.085],[-0.059,0.007],[-0.034,0.071]],\"o\":[[-0.022,0.045],[-0.069,0.021],[-0.082,0.275],[-0.028,0.066],[0,0],[0,0],[0.088,-0.006],[0.105,-0.253],[0.021,-0.075],[0.09,-0.002],[0.034,-0.068],[0.175,0.12]],\"v\":[[92.822,288.104],[92.757,288.239],[92.575,288.339],[92.032,288.884],[91.933,289.063],[91.745,289.215],[91.834,288.965],[92.032,288.884],[92.575,288.339],[92.657,288.135],[92.822,288.104],[92.928,287.896]],\"c\":true},\"ix\":2},\"nm\":\"Path 10\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":10,\"ty\":\"sh\",\"ix\":11,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.09,0.012],[0.029,0.071],[-0.097,0.022],[-0.026,-0.073]],\"o\":[[-0.041,-0.011],[0.096,-0.022],[0.027,0.076],[-0.093,0.024]],\"v\":[[90.807,291.285],[90.718,291.076],[91.006,291.004],[91.088,291.227]],\"c\":true},\"ix\":2},\"nm\":\"Path 11\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":11,\"ty\":\"sh\",\"ix\":12,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.006,-0.1],[0.241,-0.076],[0.056,0.093],[-0.345,0.03],[-0.254,-0.048]],\"o\":[[-0.229,0.113],[-0.087,0.024],[-0.184,-0.29],[0.254,-0.023],[0.014,0.009]],\"v\":[[90.077,286.463],[89.378,286.785],[89.059,286.616],[89.321,286.067],[90.093,286.167]],\"c\":true},\"ix\":2},\"nm\":\"Path 12\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":12,\"ty\":\"sh\",\"ix\":13,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.176,-0.07],[0.011,-0.049],[0,0],[0,0],[-0.05,0.015],[-0.014,0.059]],\"o\":[[-0.013,0.046],[0,0],[0,0],[0.078,-0.016],[0.014,-0.059],[0.186,0.047]],\"v\":[[87.881,282.331],[87.842,282.478],[87.587,282.594],[87.743,282.38],[87.881,282.331],[87.923,282.157]],\"c\":true},\"ix\":2},\"nm\":\"Path 13\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":13,\"ty\":\"sh\",\"ix\":14,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.099,0.038],[0.012,0.042],[0.623,1.001],[-0.073,0.226],[-0.06,-0.058],[-0.356,-1.166],[-0.055,0],[-0.064,-0.067]],\"o\":[[-0.009,-0.041],[-1.262,0],[-0.091,-0.146],[0.017,-0.04],[0.845,0.734],[0.053,0],[0.065,0.064],[-0.099,-0.036]],\"v\":[[80.215,135.294],[80.166,135.185],[77.473,133.429],[77.598,132.74],[77.925,132.719],[80.166,135.185],[80.317,135.202],[80.511,135.394]],\"c\":true},\"ix\":2},\"nm\":\"Path 14\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":14,\"ty\":\"sh\",\"ix\":15,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.033,-0.107],[0.011,0.049],[-0.04,0.104],[-0.034,-0.378]],\"o\":[[-0.063,-0.042],[-0.026,-0.111],[0.116,-0.28],[0.009,0.102]],\"v\":[[79.158,266.723],[78.981,266.601],[78.993,266.253],[79.257,266.405]],\"c\":true},\"ix\":2},\"nm\":\"Path 15\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":15,\"ty\":\"sh\",\"ix\":16,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.048,-0.391],[0.196,0.109],[0.135,0.207],[-1.154,1.313],[-0.235,0.021],[-0.018,-0.125],[-0.054,-0.538]],\"o\":[[-0.038,0.294],[-0.223,-0.13],[-0.671,-1.036],[0.131,-0.152],[0.04,-0.002],[0.053,0.391],[-0.027,0.254]],\"v\":[[70.99,45.596],[70.165,46.291],[69.572,45.801],[70.132,43.07],[70.816,42.898],[70.959,43.242],[71.1,44.561]],\"c\":true},\"ix\":2},\"nm\":\"Path 16\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":16,\"ty\":\"sh\",\"ix\":17,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.011,-0.128],[0.115,-0.032],[-0.106,0.806],[-0.097,0.007],[-0.316,-0.658]],\"o\":[[-0.096,0.093],[-0.778,0.241],[0.013,-0.105],[0.716,-0.035],[0.047,0.104]],\"v\":[[24.592,38.733],[24.298,39.002],[22.764,37.711],[23.031,37.431],[24.619,38.347]],\"c\":true},\"ix\":2},\"nm\":\"Path 17\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":17,\"ty\":\"sh\",\"ix\":18,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.347,-0.174],[0.234,0.089],[-0.062,0.084],[-0.429,0.268],[-1.543,0.834],[-0.17,-0.147],[-1.011,-0.002],[-0.06,-0.22],[0.093,-0.01],[0.931,-0.104],[0.002,0.06],[0.406,0.022],[0.875,-0.977]],\"o\":[[-0.171,0.085],[-0.031,-0.014],[0.319,-0.439],[1.483,-0.93],[0.186,-0.099],[0.727,0.628],[0.103,0],[0.02,0.069],[-0.929,0.124],[-0.004,-0.061],[-0.411,0],[-1.304,-0.061],[-0.263,0.294]],\"v\":[[-18.214,-174.403],[-18.925,-174.572],[-18.899,-174.919],[-17.892,-176.174],[-13.327,-178.783],[-12.567,-178.656],[-10.072,-177.542],[-9.777,-176.938],[-10.006,-176.663],[-12.802,-176.34],[-12.815,-176.52],[-14.037,-176.525],[-17.293,-175.159]],\"c\":true},\"ix\":2},\"nm\":\"Path 18\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":18,\"ty\":\"sh\",\"ix\":19,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.232,-0.161],[0.048,0.072],[0.093,0.209],[-0.111,-0.2]],\"o\":[[-0.052,-0.076],[-0.092,-0.208],[0.113,0.201],[0.29,0.005]],\"v\":[[-18.873,-157.252],[-19.018,-157.474],[-19.297,-158.101],[-18.961,-157.499]],\"c\":true},\"ix\":2},\"nm\":\"Path 19\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":19,\"ty\":\"sh\",\"ix\":20,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.771,-0.872],[0.871,-0.125],[1.221,-0.149],[0.656,0.852],[0.431,0.53],[-0.068,0.043],[-0.112,-0.032],[-0.53,-0.064],[-0.269,0.229],[-0.501,0.649],[-0.896,-0.139],[-0.269,0.045],[0.049,0.492],[0.074,0.403],[0.176,0.807],[-0.268,0.055],[-0.103,-0.078],[-0.807,-1.277],[-0.707,-0.087],[-1.399,1.212],[-1.632,0.274],[-0.664,-0.036],[-0.021,0.028],[-0.14,-0.224],[0.061,-0.064],[0.023,0.004],[0.396,-0.29],[0.623,-0.281],[1.226,-0.937],[1.59,-0.805],[0.228,0.095]],\"o\":[[-0.573,0.646],[-1.223,0.171],[-0.998,0.118],[-0.415,-0.542],[-0.031,-0.033],[0.107,-0.066],[0.522,0.146],[0.373,0.045],[0.624,-0.53],[0.571,-0.741],[0.262,0.039],[0.518,-0.087],[-0.041,-0.408],[-0.149,-0.809],[-0.073,-0.323],[0.105,-0.02],[1.254,0.927],[0.396,0.63],[1.884,0.23],[1.318,-1.139],[0.636,-0.11],[0.023,-0.027],[-0.038,-0.279],[0.014,0.019],[-0.021,0],[-0.322,0.394],[-0.546,0.401],[-1.371,0.626],[-1.399,1.066],[-0.215,0.107],[-1.231,-0.533]],\"v\":[[-21.646,-192.516],[-23.729,-191.328],[-27.378,-190.695],[-29.928,-191.733],[-31.251,-193.297],[-31.137,-193.555],[-30.758,-193.645],[-29.202,-193.181],[-28.064,-193.45],[-26.369,-195.241],[-24.217,-196.096],[-23.404,-196.182],[-22.458,-197.351],[-22.598,-198.575],[-23.089,-201],[-22.834,-201.601],[-22.478,-201.445],[-19.725,-197.88],[-17.987,-196.935],[-13.002,-198.44],[-8.517,-200.336],[-6.54,-200.273],[-6.473,-200.362],[-6.306,-200.451],[-6.473,-200.265],[-6.54,-200.273],[-7.536,-199.148],[-9.343,-198.18],[-13.234,-195.927],[-17.935,-193.395],[-18.733,-193.398]],\"c\":true},\"ix\":2},\"nm\":\"Path 20\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":20,\"ty\":\"sh\",\"ix\":21,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.055,-0.1],[0.095,-0.044],[0.035,0.228],[-0.063,-0.03],[-0.068,-0.101]],\"o\":[[-0.044,0.073],[-0.057,-0.227],[-0.005,-0.031],[0.094,0.048],[-0.012,0.123]],\"v\":[[-23.269,-174.218],[-23.545,-174.075],[-23.704,-174.755],[-23.427,-174.87],[-23.214,-174.583]],\"c\":true},\"ix\":2},\"nm\":\"Path 21\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":21,\"ty\":\"sh\",\"ix\":22,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-29.691,-186.69],[-29.668,-186.929],[-29.327,-186.776]],\"c\":true},\"ix\":2},\"nm\":\"Path 22\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":22,\"ty\":\"sh\",\"ix\":23,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.332,-0.692],[0.079,0.012],[0.329,0.924],[-0.211,0.099],[-0.064,-0.111]],\"o\":[[-0.194,0.183],[-1.092,-0.175],[-0.044,-0.117],[0.221,-0.097],[0.406,0.698]],\"v\":[[-26.718,-208.197],[-27.101,-207.846],[-29.006,-209.77],[-28.529,-210.323],[-27.779,-210.335]],\"c\":true},\"ix\":2},\"nm\":\"Path 23\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":23,\"ty\":\"sh\",\"ix\":24,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.046,-0.037],[0.168,-0.1],[0.022,-0.058],[0.065,-0.059],[0.014,-0.154],[-0.139,0.121],[-0.009,0.097],[-0.051,0.027],[-0.416,0.056]],\"o\":[[-0.149,0.125],[-0.009,0.065],[-0.002,0.075],[-0.014,0.155],[-0.262,-0.227],[0.008,-0.098],[0.048,-0.029],[0.041,-0.28],[0.006,-0.003]],\"v\":[[-23.37,-220.888],[-23.862,-220.572],[-23.906,-220.383],[-24.033,-220.19],[-24.074,-219.731],[-24.033,-220.19],[-24.008,-220.481],[-23.862,-220.572],[-23.426,-221.216]],\"c\":true},\"ix\":2},\"nm\":\"Path 24\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":24,\"ty\":\"sh\",\"ix\":25,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.532,-0.431],[1.341,0.762],[-0.38,0.262],[-0.403,0.509],[-0.951,0.32],[-0.207,0.694],[-0.216,-0.009],[-0.732,0.168],[0.345,0.406],[0.456,0.253],[0.992,0.024],[1.765,0.117],[-0.023,0.063],[-0.187,0.143],[-0.262,0.009],[-2.062,0.05],[-1.462,0.468],[-1.348,0.274],[-0.396,-0.082],[-0.046,-0.189],[0.172,-0.073],[1.141,-0.445],[-0.206,-0.233],[-0.102,-0.083],[-0.225,-0.164],[-1.925,1.707],[-0.105,-0.048],[0.107,-0.327],[0.445,-0.361],[0.49,-0.476],[0.153,-0.365],[1.027,0.898],[1.218,-0.542],[0.039,-0.313],[1.262,-0.249],[0.012,-0.046],[0.089,-0.005],[0.489,-0.069],[0.039,-0.07],[0.072,-0.005],[0.121,-0.121],[0.102,0.026],[-0.252,0.017],[-0.033,0.046],[-0.085,0.014],[-0.512,0.026],[-0.053,0.047],[-0.048,0.009],[-0.168,0.604],[0.645,-0.226],[0.696,-0.42]],\"o\":[[-1.038,0.84],[-0.566,-0.323],[0.563,-0.381],[0.619,-0.779],[0.718,-0.239],[0.05,-0.17],[0.668,0.03],[0.531,-0.12],[-0.351,-0.411],[-0.846,-0.466],[-1.767,-0.047],[-0.082,-0.007],[0.078,-0.247],[0.191,-0.146],[2.059,-0.084],[1.52,-0.04],[1.304,-0.417],[0.389,-0.078],[0.226,0.048],[0.054,0.203],[-1.124,0.487],[-0.306,0.12],[0.089,0.102],[0.207,0.178],[1.831,1.348],[0.079,-0.071],[0.311,0.14],[-0.169,0.528],[-0.536,0.433],[-0.272,0.264],[-0.561,1.375],[-1.088,-0.95],[-0.337,0.15],[-0.18,1.439],[-0.015,0.044],[-0.091,0.003],[-0.388,0.303],[-0.045,0.057],[-0.068,0.017],[-0.105,0.141],[-0.042,0.039],[0.119,-0.325],[0.035,-0.046],[0.087,-0.004],[0.333,-0.428],[0.055,-0.042],[0.047,-0.007],[0.2,-0.597],[0.19,-0.68],[-0.771,0.271],[-0.575,0.349]],\"v\":[[-33.053,-223.495],[-36.477,-223.406],[-36.757,-224.286],[-35.101,-225.458],[-32.864,-227.168],[-31.639,-228.707],[-31.003,-229.051],[-29.004,-228.739],[-28.405,-230.002],[-29.568,-231.12],[-32.336,-231.819],[-37.635,-232.122],[-37.853,-232.395],[-37.505,-233.083],[-36.738,-233.262],[-30.556,-233.481],[-26.097,-234.195],[-22.082,-235.135],[-20.864,-235.085],[-20.279,-234.646],[-20.551,-233.953],[-23.971,-232.606],[-24.232,-231.526],[-24.005,-231.185],[-23.338,-230.698],[-17.731,-230.539],[-17.35,-230.578],[-17.146,-229.879],[-17.918,-228.461],[-19.536,-227.187],[-20.1,-226.138],[-22.066,-225.463],[-25.499,-225.935],[-26.318,-225.104],[-28.642,-222.807],[-28.685,-222.672],[-28.952,-222.659],[-30.267,-222.081],[-30.406,-221.916],[-30.614,-221.888],[-30.943,-221.479],[-31.241,-221.547],[-30.614,-221.888],[-30.506,-222.023],[-30.267,-222.081],[-28.952,-222.659],[-28.78,-222.771],[-28.642,-222.807],[-28.06,-224.601],[-29.26,-225.827],[-31.51,-224.853]],\"c\":true},\"ix\":2},\"nm\":\"Path 25\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":25,\"ty\":\"sh\",\"ix\":26,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.072,0.071],[-0.11,-0.032],[0,0]],\"o\":[[-0.073,-0.068],[0.108,0.032],[0,0],[0,0]],\"v\":[[-33.786,-195.44],[-34.004,-195.646],[-33.676,-195.547],[-33.623,-195.359]],\"c\":true},\"ix\":2},\"nm\":\"Path 26\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":26,\"ty\":\"sh\",\"ix\":27,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.05,0.019],[-0.015,0.052],[0.162,-0.056],[0.015,-0.052],[0,0]],\"o\":[[0.077,-0.018],[0.013,-0.052],[0.17,0.047],[-0.013,0.051],[0,0],[0,0]],\"v\":[[-37.125,-241.046],[-36.983,-241.096],[-36.941,-241.254],[-36.983,-241.096],[-37.025,-240.944],[-37.301,-240.81]],\"c\":true},\"ix\":2},\"nm\":\"Path 27\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":27,\"ty\":\"sh\",\"ix\":28,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.356,-0.005],[-0.216,-0.094],[-0.068,-0.104],[0.032,-0.003],[0.153,0.093]],\"o\":[[0.235,0.005],[0.095,0.04],[-0.015,0.111],[-0.208,0.032],[-0.478,-0.289]],\"v\":[[-5.605,-225.786],[-4.915,-225.606],[-4.711,-225.307],[-4.759,-224.992],[-5.386,-224.983]],\"c\":true},\"ix\":2},\"nm\":\"Path 28\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":28,\"ty\":\"sh\",\"ix\":29,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-7.896,-192.924],[-7.783,-193.201],[-7.669,-192.917]],\"c\":true},\"ix\":2},\"nm\":\"Path 29\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":29,\"ty\":\"sh\",\"ix\":30,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.72,0.048],[0.045,0.094],[-0.065,0.085],[-0.706,-0.169],[-0.048,-0.11]],\"o\":[[-0.106,-0.007],[-0.04,-0.089],[0.418,-0.529],[0.066,0.016],[-0.327,0.619]],\"v\":[[-9.411,-164.471],[-9.711,-164.666],[-9.659,-165.016],[-8.01,-165.695],[-7.868,-165.388]],\"c\":true},\"ix\":2},\"nm\":\"Path 30\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":30,\"ty\":\"sh\",\"ix\":31,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.491,0.089],[0.094,0.078],[-0.145,0.153],[-0.374,-0.201],[0.016,-0.082]],\"o\":[[-0.105,-0.019],[0.075,-0.219],[0.265,-0.283],[0.083,0.045],[-0.079,0.479]],\"v\":[[-9.034,-151.091],[-9.318,-151.315],[-9.072,-151.955],[-8.07,-152.135],[-7.908,-151.862]],\"c\":true},\"ix\":2},\"nm\":\"Path 31\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":31,\"ty\":\"sh\",\"ix\":32,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.029,-0.027],[0.114,0],[1.341,0.013],[0.086,-0.052],[0.299,-0.313],[0.07,-0.004],[0.133,-0.123],[0.107,0.034],[-0.261,0.02],[-0.037,0.042],[-0.295,0.322],[-0.119,-0.002],[-1.474,-0.192]],\"o\":[[-0.098,0.081],[-1.343,-0.005],[-0.087,0.045],[-0.299,0.314],[-0.065,0.021],[-0.113,0.146],[-0.041,0.036],[0.132,-0.328],[0.033,-0.042],[0.297,-0.322],[0.12,0.001],[1.38,-0.706],[0.023,0.003]],\"v\":[[-39.06,-262.771],[-39.401,-262.599],[-43.424,-262.637],[-43.686,-262.525],[-44.579,-261.582],[-44.784,-261.551],[-45.142,-261.133],[-45.453,-261.221],[-44.784,-261.551],[-44.677,-261.674],[-43.786,-262.64],[-43.424,-262.637],[-39.098,-262.995]],\"c\":true},\"ix\":2},\"nm\":\"Path 32\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":32,\"ty\":\"sh\",\"ix\":33,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.116,0.002],[0.112,0.033],[-0.156,0.027],[-0.072,-0.067]],\"o\":[[-0.111,0],[0.152,-0.064],[0.061,-0.011],[-0.111,0.03]],\"v\":[[-39.959,-157.71],[-40.294,-157.801],[-39.839,-157.979],[-39.619,-157.797]],\"c\":true},\"ix\":2},\"nm\":\"Path 33\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":33,\"ty\":\"sh\",\"ix\":34,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-46.238,-191.286],[-46.383,-191.188],[-46.288,-191.339],[-46.091,-191.513]],\"c\":true},\"ix\":2},\"nm\":\"Path 34\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":34,\"ty\":\"sh\",\"ix\":35,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.08,-0.075],[-0.045,0.109],[0,0]],\"o\":[[-0.081,0.075],[0.043,-0.111],[0,0],[0,0]],\"v\":[[-47.779,-259.979],[-48.018,-259.755],[-47.887,-260.088],[-47.72,-260.135]],\"c\":true},\"ix\":2},\"nm\":\"Path 35\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":35,\"ty\":\"sh\",\"ix\":36,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.298,0.031],[0.011,0.116],[0,-0.132],[-0.041,0.253],[-0.082,0.086],[-0.003,-0.049],[-0.033,-0.64]],\"o\":[[-0.065,-0.005],[-0.016,-0.386],[0.047,-0.775],[0.019,-0.108],[0.014,-0.009],[0.037,0.637],[0.016,0.336]],\"v\":[[-53.502,-258.135],[-53.666,-258.455],[-53.669,-259.095],[-53.581,-260.38],[-53.375,-260.676],[-53.183,-260.549],[-53.105,-258.63]],\"c\":true},\"ix\":2},\"nm\":\"Path 36\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":36,\"ty\":\"sh\",\"ix\":37,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.291,0.043],[-0.005,0.07],[-0.058,0.206],[-0.168,-0.15]],\"o\":[[-0.093,-0.014],[0.018,-0.208],[0.165,0.152],[0.01,0.282]],\"v\":[[-90.335,-170.989],[-90.575,-171.211],[-90.413,-171.828],[-89.911,-171.378]],\"c\":true},\"ix\":2},\"nm\":\"Path 37\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":37,\"ty\":\"sh\",\"ix\":38,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.086,-0.075],[0.176,0.267],[0.178,0.489],[-0.659,0.386],[0.022,0.049],[-0.025,0.036],[-0.281,0.197],[0.027,-0.045],[0.116,-0.154],[-0.006,-0.071],[0.021,-0.014],[-0.344,-0.943]],\"o\":[[-0.228,0.189],[-0.294,-0.446],[-0.234,-0.648],[-0.019,-0.049],[0.025,-0.038],[-0.04,-0.261],[0.044,0.082],[-0.092,0.165],[0.012,0.072],[-0.021,0.013],[0.362,0.933],[0.03,0.084]],\"v\":[[-91.473,-168.13],[-92.1,-168.263],[-92.952,-169.615],[-92.399,-171.268],[-92.457,-171.417],[-92.378,-171.528],[-92.169,-172.244],[-92.049,-171.999],[-92.378,-171.528],[-92.348,-171.312],[-92.399,-171.268],[-91.324,-168.461]],\"c\":true},\"ix\":2},\"nm\":\"Path 38\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":38,\"ty\":\"sh\",\"ix\":39,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.025,-0.104],[0.066,-0.02],[-0.017,0.21],[-0.022,-0.087]],\"o\":[[-0.008,0.035],[0.014,-0.209],[0.047,0.08],[0.025,0.105]],\"v\":[[-91.975,-190.013],[-92.16,-189.948],[-92.113,-190.578],[-91.968,-190.339]],\"c\":true},\"ix\":2},\"nm\":\"Path 39\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":39,\"ty\":\"sh\",\"ix\":40,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.1,0.053],[0,0.066],[0.125,0.125],[-0.032,0.104],[-0.008,-0.255],[-0.038,-0.031],[-0.063,-0.085]],\"o\":[[-0.014,-0.064],[-0.147,-0.108],[-0.037,-0.035],[0.343,0.115],[0.042,0.028],[0.066,0.087],[-0.098,-0.051]],\"v\":[[-92.579,-184.747],[-92.593,-184.945],[-93.012,-185.28],[-92.925,-185.578],[-92.593,-184.945],[-92.474,-184.849],[-92.283,-184.591]],\"c\":true},\"ix\":2},\"nm\":\"Path 40\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":40,\"ty\":\"sh\",\"ix\":41,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.001,-0.105],[0,0],[0,0],[-0.042,0.066]],\"o\":[[0,0],[0,0],[0.04,-0.067],[-0.006,0.102]],\"v\":[[-94.889,-178.784],[-95.092,-178.723],[-94.996,-178.892],[-94.877,-179.091]],\"c\":true},\"ix\":2},\"nm\":\"Path 41\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":41,\"ty\":\"sh\",\"ix\":42,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.199,0.214],[-0.116,0.012],[0.208,-0.209],[0.07,0.052]],\"o\":[[0.06,-0.059],[0.251,0.192],[-0.073,0.069],[-0.246,-0.178]],\"v\":[[-2.809,-213.111],[-2.477,-213.15],[-2.391,-212.525],[-2.736,-212.469]],\"c\":true},\"ix\":2},\"nm\":\"Path 42\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":42,\"ty\":\"sh\",\"ix\":43,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-0.239,-221.226],[-0.321,-220.971],[-0.41,-221.227]],\"c\":true},\"ix\":2},\"nm\":\"Path 43\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":43,\"ty\":\"sh\",\"ix\":44,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.06,0.011],[-0.501,0.074],[-0.093,0.054],[-0.321,0.306],[-0.017,0.014],[0.019,0.092],[-3.786,2.173],[-0.153,-0.142],[-0.037,-0.249],[0.083,-0.098],[0.517,-0.775],[0.359,-0.726],[0.198,-0.159],[-0.011,-0.043],[0.324,-0.314],[0.124,-0.017],[0.462,-0.246],[0.023,0.093]],\"o\":[[0.5,-0.093],[0.096,-0.055],[0.319,-0.306],[0.016,-0.013],[-0.028,-0.09],[-0.724,-3.332],[0.166,-0.094],[0.16,0.151],[0.016,0.119],[-0.618,0.71],[-0.444,0.662],[-0.101,0.205],[0.013,0.04],[-0.319,0.311],[-0.121,0.017],[-0.452,0.262],[-0.038,0.02],[-0.024,-0.095]],\"v\":[[-0.096,-158.664],[1.407,-158.904],[1.688,-159.06],[2.648,-159.981],[2.701,-160.021],[2.619,-160.293],[5.295,-166.086],[5.999,-165.957],[6.223,-165.24],[6.087,-164.862],[4.232,-162.734],[3.239,-160.521],[2.701,-160.021],[2.736,-159.898],[1.771,-158.961],[1.407,-158.904],[0.036,-158.132],[-0.206,-158.349]],\"c\":true},\"ix\":2},\"nm\":\"Path 44\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":44,\"ty\":\"sh\",\"ix\":45,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.113,-0.006],[0.244,-0.208],[0.137,0],[0.068,0.085]],\"o\":[[0.388,0.016],[-0.077,0.069],[-0.06,-0.076],[0.116,-0.058]],\"v\":[[1.377,-208.63],[1.623,-208.234],[1.227,-208.223],[1.028,-208.468]],\"c\":true},\"ix\":2},\"nm\":\"Path 45\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":45,\"ty\":\"sh\",\"ix\":46,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.102,0.465],[-0.565,0.101],[-0.217,-0.125],[0.055,-0.098],[0.828,-0.422],[0.005,-0.056],[0.07,-0.013],[0.067,-0.082],[-0.055,0.03],[-0.038,0.008],[-0.039,0.046],[-0.037,0.019]],\"o\":[[0.123,-0.563],[0.216,-0.038],[0.059,0.034],[-0.468,0.806],[0,0.055],[-0.07,0.012],[-0.067,0.081],[0.028,-0.077],[0.032,-0.016],[0.038,-0.046],[0.036,-0.02],[0.021,-0.483]],\"v\":[[1.941,-168.945],[3.067,-169.979],[3.774,-169.724],[3.783,-169.344],[1.83,-167.508],[1.825,-167.34],[1.613,-167.299],[1.412,-167.054],[1.499,-167.279],[1.613,-167.299],[1.729,-167.44],[1.83,-167.508]],\"c\":true},\"ix\":2},\"nm\":\"Path 46\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":46,\"ty\":\"sh\",\"ix\":47,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.152,0.26],[-0.114,0.041],[0.174,-0.281],[0.078,0.028]],\"o\":[[0.049,-0.081],[0.3,0.123],[-0.045,0.071],[-0.307,-0.109]],\"v\":[[4.174,-207.401],[4.506,-207.536],[4.718,-206.914],[4.428,-206.804]],\"c\":true},\"ix\":2},\"nm\":\"Path 47\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":47,\"ty\":\"sh\",\"ix\":48,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.018,-0.256],[0.091,-0.011],[0.023,0.079],[0.157,0.895],[-0.133,0.226],[0.02,0.041],[-0.052,0.207],[-0.002,0.012],[-0.026,0.094],[0.024,-0.102],[0.027,-0.243],[0.001,-0.005],[-0.349,-0.789]],\"o\":[[-0.01,0.104],[-0.223,0.025],[-0.253,-0.872],[-0.032,-0.199],[-0.02,-0.042],[0.05,-0.208],[0,-0.01],[0.013,-0.093],[-0.026,0.103],[-0.033,0.243],[-0.002,0.004],[0.376,0.773],[0.099,0.224]],\"v\":[[5.542,-124.325],[5.3,-124.046],[4.654,-124.101],[4.012,-126.755],[4.369,-127.427],[4.309,-127.551],[4.46,-128.172],[4.464,-128.202],[4.537,-128.481],[4.46,-128.172],[4.378,-127.442],[4.369,-127.427],[5.484,-125.098]],\"c\":true},\"ix\":2},\"nm\":\"Path 48\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":48,\"ty\":\"sh\",\"ix\":49,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.198,-0.463],[0.374,-0.56],[0.127,0.241],[-0.003,0.125],[-0.049,0.122],[0.232,0.878],[0.622,0.432],[-0.041,0.053],[-0.199,0.035],[-0.261,-0.045],[-0.497,-0.083],[0.016,0.039],[-0.019,0.002],[0.371,0.66],[-0.451,1.048],[-0.326,0.076],[-0.236,-0.256],[-0.368,-0.543],[-0.017,0.016],[0,0],[0,0],[0.011,0.021],[-1.09,-1.013],[0.307,-0.075],[0.497,-0.1],[-0.029,-0.05],[0.03,0.006],[-0.055,-0.478]],\"o\":[[-0.263,0.603],[-0.208,0.316],[-0.057,-0.106],[0.005,-0.132],[0.298,-0.736],[-0.262,-1.001],[-0.085,-0.058],[0.144,-0.174],[0.245,-0.045],[0.494,0.086],[-0.015,-0.039],[0.02,-0.004],[-0.4,-0.642],[-0.578,-1.024],[0.149,-0.336],[0.308,-0.072],[0.441,0.474],[0.018,-0.016],[0,0],[0,0],[-0.013,-0.02],[-1.088,0.986],[0.216,0.203],[-0.492,0.124],[0.028,0.048],[-0.034,-0.006],[0.169,0.464],[0.058,0.509]],\"v\":[[3.636,-135.44],[2.544,-133.757],[2.02,-133.628],[1.967,-134.004],[2.044,-134.395],[2.558,-136.685],[0.692,-138.005],[0.576,-138.348],[1.102,-138.778],[1.883,-138.648],[3.369,-138.395],[3.321,-138.513],[3.378,-138.523],[2.187,-140.456],[2.09,-143.609],[2.923,-144.413],[3.962,-144.008],[5.098,-142.411],[5.141,-142.461],[5.221,-142.669],[5.137,-142.351],[5.098,-142.411],[5.131,-139.447],[4.873,-138.83],[3.378,-138.523],[3.467,-138.378],[3.369,-138.395],[3.816,-136.992]],\"c\":true},\"ix\":2},\"nm\":\"Path 49\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":49,\"ty\":\"sh\",\"ix\":50,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.451,0.662],[-0.226,-0.061],[-0.266,-0.872],[0.102,-0.984],[0.041,-1.069],[-0.01,-0.396],[0.229,-0.143],[0.212,0.351],[0.318,0.077],[0.22,0.678],[0.085,0.399],[-0.666,1.049],[0.244,0.449]],\"o\":[[0.102,-0.15],[0.811,0.215],[0.282,0.908],[-0.139,1.345],[0.16,0.682],[0.007,0.372],[-0.461,0.294],[-0.2,-0.325],[-0.77,-0.18],[-0.128,-0.387],[-0.216,-1.046],[-0.245,-0.449],[0.399,-0.697]],\"v\":[[8.236,-141.219],[8.98,-141.359],[10.77,-139.877],[11.145,-137.078],[10.979,-133.307],[11.308,-131.833],[11.062,-130.749],[10.227,-131.312],[9.426,-132.13],[8.054,-133.461],[7.749,-134.645],[7.755,-137.791],[7.019,-139.14]],\"c\":true},\"ix\":2},\"nm\":\"Path 50\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":50,\"ty\":\"sh\",\"ix\":51,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.347,0],[-0.08,-0.068],[0.074,-0.045],[0.06,0.059]],\"o\":[[0.08,0],[-0.041,0.099],[-0.063,0.039],[-0.239,-0.252]],\"v\":[[11.046,-144.635],[11.287,-144.437],[11.158,-144.156],[10.873,-144.215]],\"c\":true},\"ix\":2},\"nm\":\"Path 51\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":51,\"ty\":\"sh\",\"ix\":52,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.017,-0.125],[1.232,-0.849],[-0.012,-0.053],[0,0],[0,0],[-0.033,0.022],[-0.677,1.163],[-0.033,-0.033]],\"o\":[[0.197,1.425],[0.011,0.051],[0,0],[0,0],[0.033,-0.02],[-0.251,-1.371],[0.039,-0.068],[0.092,0.086]],\"v\":[[11.525,-127.97],[10.166,-124.474],[10.18,-124.322],[9.964,-124.286],[10.085,-124.404],[10.166,-124.474],[11.055,-128.221],[11.33,-128.318]],\"c\":true},\"ix\":2},\"nm\":\"Path 52\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":52,\"ty\":\"sh\",\"ix\":53,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.212,0.088],[-0.102,-0.294],[0.328,0.043],[0.212,0.095]],\"o\":[[0.272,-0.115],[0.018,0.297],[-0.222,-0.029],[0.169,-0.185]],\"v\":[[12.085,-159.406],[12.684,-159.041],[12.21,-158.598],[11.568,-158.869]],\"c\":true},\"ix\":2},\"nm\":\"Path 53\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":53,\"ty\":\"sh\",\"ix\":54,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[13.264,-146.378],[13.545,-146.273],[13.26,-146.169]],\"c\":true},\"ix\":2},\"nm\":\"Path 54\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":54,\"ty\":\"sh\",\"ix\":55,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.128,0.252],[-0.606,0.362],[0.014,0.05],[-0.066,0.06],[0.031,-0.092],[0.023,-0.013],[-0.111,-0.466],[0.065,-0.071],[0.227,-0.123],[0.114,0.044]],\"o\":[[0.279,-0.555],[-0.013,-0.05],[0.065,-0.059],[-0.033,0.092],[-0.028,0.015],[0.121,0.464],[0.033,0.124],[-0.174,0.185],[-0.091,0.053],[-0.293,-0.116]],\"v\":[[14.024,-116.861],[14.95,-118.474],[14.908,-118.625],[15.107,-118.802],[15.011,-118.525],[14.95,-118.474],[15.309,-117.083],[15.305,-116.698],[14.692,-116.231],[14.314,-116.266]],\"c\":true},\"ix\":2},\"nm\":\"Path 55\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":55,\"ty\":\"sh\",\"ix\":56,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[15.43,-160.948],[15.54,-160.672],[15.314,-160.668]],\"c\":true},\"ix\":2},\"nm\":\"Path 56\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":56,\"ty\":\"sh\",\"ix\":57,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[17.438,-192.796],[17.436,-192.543],[17.132,-192.669]],\"c\":true},\"ix\":2},\"nm\":\"Path 57\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":57,\"ty\":\"sh\",\"ix\":58,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.304,0.331],[-0.053,0.054],[-0.051,0.164],[-0.072,-0.043],[0.12,-0.121],[0.028,-0.086],[0.299,-0.327],[0.06,-0.06],[-0.033,0.091]],\"o\":[[0.052,-0.052],[0.051,-0.163],[0.069,0.044],[-0.123,0.122],[-0.027,0.084],[-0.3,0.325],[-0.062,0.062],[0.03,-0.089],[0.302,-0.331]],\"v\":[[18.249,-179.122],[18.408,-179.281],[18.562,-179.773],[18.771,-179.646],[18.408,-179.281],[18.327,-179.023],[17.43,-178.043],[17.249,-177.859],[17.343,-178.13]],\"c\":true},\"ix\":2},\"nm\":\"Path 58\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":58,\"ty\":\"sh\",\"ix\":59,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.814,0.884],[-0.525,0.054],[-0.208,-0.153],[0.388,-0.995],[0.581,0.557]],\"o\":[[0.468,-0.23],[0.175,-0.019],[-0.945,0.799],[-0.289,0.747],[-1.482,-1.42]],\"v\":[[19.413,-199.208],[20.967,-199.572],[21.557,-199.164],[20.515,-196.142],[18.939,-195.753]],\"c\":true},\"ix\":2},\"nm\":\"Path 59\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":59,\"ty\":\"sh\",\"ix\":60,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.102,0.021],[-0.167,0.271],[-0.021,-0.029],[-0.11,-0.186]],\"o\":[[-0.318,-0.07],[0.04,-0.065],[0.127,0.161],[-0.136,0.039]],\"v\":[[21.308,-140.429],[21.062,-140.976],[21.334,-141.062],[21.666,-140.525]],\"c\":true},\"ix\":2},\"nm\":\"Path 60\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":60,\"ty\":\"sh\",\"ix\":61,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.668,0.626],[-1.443,1.135],[-1.208,1.228],[-0.552,-0.172],[-0.398,-0.08],[-0.296,-1.584],[-0.848,-0.168],[-0.011,-0.971],[-0.117,-1.228],[0.551,0.302],[0.596,-0.065],[1.055,-0.257],[0.82,1.143],[0.217,0.169],[-0.113,0.507],[-0.232,0.332],[0.231,0.177],[0.123,0.007],[0.261,-0.064],[0.212,-0.165],[1.834,-0.607],[0.807,1.218],[0.765,0.087],[0.02,-0.032],[0.067,-0.01],[0.062,-0.071],[-0.05,0.023],[-0.031,0.006],[-0.035,0.042],[-0.051,-0.005]],\"o\":[[1.67,-0.627],[1.298,-1.019],[0.401,-0.408],[0.392,0.121],[1.483,0.298],[0.16,0.895],[1.03,0.205],[0.008,1.225],[0.053,0.549],[-0.484,-0.263],[-1.091,0.125],[-1.39,0.336],[-0.156,-0.215],[-0.285,-0.224],[0.081,-0.36],[0.189,-0.262],[-0.102,-0.077],[-0.272,-0.014],[-0.259,0.067],[-1.551,1.195],[-1.147,0.38],[-0.48,-0.725],[-0.018,0.032],[-0.066,0.006],[-0.059,0.071],[0.027,-0.068],[0.029,-0.012],[0.037,-0.043],[0.047,0.01],[0.962,-1.551]],\"v\":[[25.799,-108.525],[30.641,-110.768],[34.943,-113.141],[36.495,-113.393],[37.653,-112.969],[40.441,-110.351],[42.123,-108.729],[43.385,-106.992],[43.757,-103.315],[42.637,-102.705],[41.123,-103.19],[37.85,-102.862],[34.618,-103.995],[33.994,-104.529],[33.209,-105.234],[33.903,-106.214],[33.838,-106.901],[33.475,-107.052],[32.658,-107.015],[31.916,-106.667],[26.729,-104.245],[23.887,-104.859],[21.727,-105.409],[21.662,-105.323],[21.464,-105.296],[21.278,-105.083],[21.364,-105.284],[21.464,-105.296],[21.572,-105.419],[21.727,-105.409]],\"c\":true},\"ix\":2},\"nm\":\"Path 61\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":61,\"ty\":\"sh\",\"ix\":62,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.217,0.12],[-0.043,-0.067],[-0.02,-0.02],[-0.764,-0.128],[0.206,-0.249],[0.094,0.021],[0.581,0.549],[0.041,0.004]],\"o\":[[0.004,-0.003],[0.021,0.018],[0.774,0.068],[0.259,0.04],[-0.078,0.095],[-0.775,-0.174],[-0.043,-0.005],[-0.258,-0.022]],\"v\":[[22.404,-122.908],[22.531,-122.721],[22.594,-122.674],[24.91,-122.435],[24.98,-121.812],[24.65,-121.619],[22.594,-122.674],[22.468,-122.685]],\"c\":true},\"ix\":2},\"nm\":\"Path 62\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":62,\"ty\":\"sh\",\"ix\":63,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.038,0.004],[-0.103,-0.031],[0.037,0],[0.107,0.035]],\"o\":[[0.104,-0.002],[-0.034,0.079],[-0.107,0.002],[0.038,-0.076]],\"v\":[[23.972,-145.57],[24.287,-145.486],[24.183,-145.262],[23.864,-145.352]],\"c\":true},\"ix\":2},\"nm\":\"Path 63\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":63,\"ty\":\"sh\",\"ix\":64,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.071,0.082],[-0.039,-0.1],[0.069,-0.077],[-0.016,0.09]],\"o\":[[0.037,0.102],[-0.068,0.078],[-0.037,-0.097],[0.013,-0.09]],\"v\":[[25.354,-196.444],[25.469,-196.142],[25.265,-195.906],[25.162,-196.198]],\"c\":true},\"ix\":2},\"nm\":\"Path 64\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":64,\"ty\":\"sh\",\"ix\":65,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.125,0.154],[-0.224,-0.029],[-0.086,-0.204],[-0.046,-0.293],[0.277,0.215],[0.216,0.324]],\"o\":[[0.139,-0.174],[0.234,0.033],[0.147,0.358],[-0.184,0.42],[-0.313,-0.244],[-0.108,-0.164]],\"v\":[[28.12,-193.82],[28.814,-194.09],[29.447,-193.656],[29.636,-192.585],[28.932,-192.284],[28.084,-193.124]],\"c\":true},\"ix\":2},\"nm\":\"Path 65\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":65,\"ty\":\"sh\",\"ix\":66,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[30.696,-125.747],[30.692,-125.505],[30.334,-125.62]],\"c\":true},\"ix\":2},\"nm\":\"Path 66\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":66,\"ty\":\"sh\",\"ix\":67,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.606,0.572],[-0.125,0.023],[-0.056,-0.186],[0.465,-0.555],[0.109,-0.035],[0.129,0.284]],\"o\":[[0.077,-0.074],[0.19,0.149],[0.184,0.64],[-0.072,0.086],[-0.301,0.094],[-0.385,-0.846]],\"v\":[[34.575,-119.745],[34.939,-119.82],[35.488,-119.366],[35.212,-117.523],[34.912,-117.336],[34.253,-117.63]],\"c\":true},\"ix\":2},\"nm\":\"Path 67\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":67,\"ty\":\"sh\",\"ix\":68,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.035,0.054],[-0.008,0.293],[-0.248,-0.214],[0.049,-0.095],[0.16,-0.262],[-0.003,-0.091],[0,0]],\"o\":[[0.034,-0.056],[-0.01,-0.293],[0.009,-0.379],[0.071,0.06],[-0.136,0.273],[0.001,0.091],[0,0],[0,0]],\"v\":[[44.791,-136.819],[44.89,-136.984],[44.872,-137.861],[45.308,-138.138],[45.352,-137.776],[44.89,-136.984],[44.895,-136.714],[44.563,-136.65]],\"c\":true},\"ix\":2},\"nm\":\"Path 68\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":68,\"ty\":\"sh\",\"ix\":69,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.136,-0.017],[-2.694,-1.041],[-0.188,-0.325],[-0.534,-1.113],[0.25,-0.47],[0.392,0.154],[0.661,0.69],[0.227,-0.015],[0.023,-0.128],[0.193,-0.329],[0.557,-1.972],[0.197,-0.186],[0.066,0.359],[0.172,0.801],[0.668,-0.296],[0.33,-0.243],[0.19,0.237],[-0.057,0.076],[-0.388,0.561],[0.519,1.237],[0.387,0.344],[0.646,0.512],[0.207,0.309],[0.045,-0.014],[0.014,0.007],[0.522,-0.757],[0.746,-0.074],[0.381,-0.755],[-0.12,-2.676],[1.976,-1.445],[0.108,0.695],[-1.228,2.126],[-0.567,1.389],[0.314,0.667],[-0.042,0.26],[-0.087,0.099],[-4.714,0.665],[-0.723,-0.585],[-0.041,0.03],[-0.018,-0.027],[-0.72,0.279],[-0.166,0.206]],\"o\":[[2.86,0.392],[0.363,0.138],[0.62,1.067],[0.276,0.577],[-0.22,0.404],[-0.952,-0.376],[-0.127,-0.131],[-0.074,0.005],[-0.073,0.402],[-1.047,1.78],[-0.063,0.231],[-0.291,0.268],[-0.153,-0.806],[-0.142,-0.662],[-0.373,0.166],[-0.28,0.202],[-0.062,-0.077],[0.403,-0.553],[0.768,-1.094],[-0.208,-0.491],[-0.614,-0.541],[-0.276,-0.219],[-0.043,0.014],[-0.012,-0.01],[-0.746,0.525],[-0.388,0.567],[-0.913,0.086],[-1.168,2.328],[0.119,2.62],[-0.547,0.402],[-0.361,-2.327],[0.771,-1.324],[0.259,-0.637],[-0.097,-0.207],[0.023,-0.125],[3.349,-3.708],[1.118,-0.16],[0.041,-0.03],[0.019,0.028],[0.74,-0.231],[0.208,-0.082],[0.155,-0.195]],\"v\":[[45.64,-100.739],[53.984,-98.609],[54.93,-97.872],[56.643,-94.585],[56.253,-93.065],[55.222,-92.768],[53.088,-94.664],[52.413,-94.76],[52.214,-94.421],[52.021,-93.21],[49.76,-87.531],[49.202,-86.948],[48.208,-87.195],[47.773,-89.615],[46.123,-90.352],[45.064,-89.724],[44.363,-89.706],[44.352,-90.059],[45.594,-91.69],[46.011,-95.213],[45.14,-96.565],[43.12,-97.992],[42.464,-98.867],[42.334,-98.826],[42.296,-98.854],[40.416,-96.917],[38.778,-95.812],[36.89,-94.398],[34.834,-86.99],[31.648,-81.156],[30.063,-81.828],[30.86,-88.599],[32.416,-92.815],[32.34,-94.805],[32.382,-95.583],[32.58,-95.937],[39.795,-99.836],[42.296,-98.854],[42.411,-98.951],[42.464,-98.867],[44.673,-99.586],[45.157,-100.201]],\"c\":true},\"ix\":2},\"nm\":\"Path 69\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":69,\"ty\":\"sh\",\"ix\":70,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.04,-0.243],[0.175,-0.093],[1.496,-0.647],[1.072,-0.626],[1.374,-0.055],[0.438,0.299],[-0.412,0.212],[-0.114,0.01],[-1.618,1.026],[-0.686,-0.245],[-0.78,0.394],[-0.643,0.212]],\"o\":[[-0.039,0.23],[-1.438,0.773],[-1.123,0.482],[-1.047,0.612],[-0.377,-0.224],[-0.381,-0.264],[0.12,-0.06],[1.982,-0.156],[0.612,-0.386],[0.82,0.296],[0.6,-0.305],[0.342,-0.114]],\"v\":[[57.408,-83.805],[57.089,-83.169],[52.729,-80.945],[49.387,-79.455],[45.752,-78.525],[44.465,-79.304],[44.615,-80.723],[44.945,-80.953],[50.175,-83.12],[52.128,-83.349],[54.484,-83.555],[56.396,-84.24]],\"c\":true},\"ix\":2},\"nm\":\"Path 70\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":70,\"ty\":\"sh\",\"ix\":71,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.128,0.219],[-0.123,0.049],[-0.652,0.084],[-1.358,0.01],[-0.626,0.588],[-0.249,0.08],[-0.068,-0.108],[0.512,-0.67],[1.507,0.592],[1.884,0.184],[0.032,0.201]],\"o\":[[0.06,-0.104],[0.628,-0.244],[1.351,-0.175],[0.889,-0.005],[0.173,-0.161],[0.099,0.088],[0.514,0.784],[-0.875,1.143],[-1.88,-0.739],[-0.188,-0.018],[-0.038,-0.217]],\"v\":[[58.036,-87.628],[58.368,-87.852],[60.27,-88.542],[64.344,-88.813],[66.546,-89.693],[67.283,-89.947],[67.579,-89.685],[67.459,-87.411],[63.925,-86.029],[58.251,-86.409],[57.766,-86.927]],\"c\":true},\"ix\":2},\"nm\":\"Path 71\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":71,\"ty\":\"sh\",\"ix\":72,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.06,0.078],[-0.102,0.02],[-0.05,-0.097],[0.338,0.042],[0.045,0.091]],\"o\":[[0.051,-0.065],[0.096,0.074],[0.139,0.254],[-0.109,-0.014],[-0.044,-0.082]],\"v\":[[60.83,-112.003],[61.13,-112.073],[61.41,-111.849],[61.079,-111.494],[60.785,-111.677]],\"c\":true},\"ix\":2},\"nm\":\"Path 72\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":72,\"ty\":\"sh\",\"ix\":73,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.379,0.013],[-0.081,-0.06],[0.075,0.028]],\"o\":[[0.079,-0.002],[-0.097,0.032],[-0.353,-0.13]],\"v\":[[30.804,-205.948],[31.044,-205.776],[30.753,-205.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 73\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":73,\"ty\":\"sh\",\"ix\":74,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.06,0.211],[-0.102,-0.024],[-0.286,-0.615],[-0.052,0.022],[-0.042,-0.046],[-0.381,-0.381],[-0.077,0.003],[0,0],[0,0],[0.038,0.04],[0.375,0.404],[0.077,0.009],[0.008,0.022],[0.485,0.71]],\"o\":[[0.016,-0.061],[0.622,0.158],[0.05,-0.02],[0.042,0.055],[0.517,0.066],[0.075,0.002],[0,0],[0,0],[-0.038,-0.044],[-0.539,-0.012],[-0.076,-0.01],[-0.01,-0.021],[-1.107,0.432],[-0.097,-0.143]],\"v\":[[38.699,-203.068],[39.025,-203.166],[40.472,-202.114],[40.601,-202.161],[40.735,-202.026],[42.118,-201.442],[42.338,-201.432],[42.367,-201.169],[42.236,-201.331],[42.118,-201.442],[40.735,-202.026],[40.506,-202.056],[40.472,-202.114],[38.641,-202.419]],\"c\":true},\"ix\":2},\"nm\":\"Path 74\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":74,\"ty\":\"sh\",\"ix\":75,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.295,0.094],[-0.087,-0.077],[-0.675,-1.159],[0.016,-0.117],[0.073,0.029],[0.29,0.248],[0.341,1.028]],\"o\":[[0.111,-0.035],[1.028,0.908],[0.049,0.08],[-0.109,0.066],[-0.367,-0.137],[-0.844,-0.721],[-0.096,-0.289]],\"v\":[[60.351,-209.682],[60.736,-209.614],[63.035,-206.331],[62.998,-205.986],[62.683,-205.807],[61.618,-206.307],[60.01,-209.054]],\"c\":true},\"ix\":2},\"nm\":\"Path 75\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":75,\"ty\":\"sh\",\"ix\":76,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.102,0.014],[-0.102,-0.037],[0.047,-0.03],[0.092,0.03],[0.082,0.08]],\"o\":[[0.092,-0.016],[-0.009,0.087],[-0.082,0.054],[-0.094,-0.032],[0.093,-0.06]],\"v\":[[76.89,-110.135],[77.193,-110.039],[77.161,-109.789],[76.852,-109.736],[76.607,-109.96]],\"c\":true},\"ix\":2},\"nm\":\"Path 76\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":76,\"ty\":\"sh\",\"ix\":77,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.732,0.021],[-0.091,-0.076],[0.047,-0.027],[0.583,-0.298],[0.057,0.103]],\"o\":[[0.115,-0.003],[0.045,0.037],[-0.567,0.324],[-0.004,0.001],[0.342,-0.609]],\"v\":[[84.089,-121.681],[84.439,-121.552],[84.425,-121.279],[82.697,-120.348],[82.533,-120.64]],\"c\":true},\"ix\":2},\"nm\":\"Path 77\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":77,\"ty\":\"sh\",\"ix\":78,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.095,-0.031],[0.418,0.013],[0.088,0.044]],\"o\":[[0.382,0.122],[-0.089,-0.045],[0.106,-0.017]],\"v\":[[90.636,-141.422],[90.577,-141.242],[90.313,-141.379]],\"c\":true},\"ix\":2},\"nm\":\"Path 78\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":78,\"ty\":\"sh\",\"ix\":79,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.46,0.849],[-0.249,0.286],[-0.063,-0.254],[-0.096,-0.578],[0.082,-0.368],[0.099,0.033]],\"o\":[[0.173,-0.325],[0.084,0.248],[0.064,0.258],[-0.012,0.071],[-0.011,0.058],[-0.855,-0.277]],\"v\":[[98.206,-137.372],[98.942,-138.236],[99.189,-137.492],[99.377,-136.388],[99.244,-135.572],[98.902,-135.474]],\"c\":true},\"ix\":2},\"nm\":\"Path 79\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":79,\"ty\":\"sh\",\"ix\":80,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.224,0.173],[-0.061,-0.067],[-0.068,-0.206],[0.096,0.205]],\"o\":[[0.008,-0.006],[0.069,0.205],[-0.099,-0.206],[-0.281,0.05]],\"v\":[[100.952,-138.642],[101.132,-138.455],[101.34,-137.835],[101.049,-138.455]],\"c\":true},\"ix\":2},\"nm\":\"Path 80\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":80,\"ty\":\"sh\",\"ix\":81,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[110.827,-127.695],[110.968,-127.586],[110.734,-127.63]],\"c\":true},\"ix\":2},\"nm\":\"Path 81\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":81,\"ty\":\"sh\",\"ix\":82,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.06,0.008],[-0.646,0.334],[-1.27,-0.437],[-0.032,-0.23],[0.109,-0.045],[0.4,-0.142],[1.087,-0.044],[0.344,0.187],[0.017,0.124]],\"o\":[[0.655,-0.102],[1.344,-0.704],[0.142,0.051],[0.012,0.093],[-0.492,0.194],[-1.166,-0.578],[-0.35,0.014],[-0.104,-0.054],[-0.016,-0.114]],\"v\":[[111.874,-134.726],[113.86,-134.878],[117.76,-134.638],[117.997,-133.987],[117.756,-133.677],[116.361,-133.179],[113.031,-133.573],[111.965,-134.039],[111.758,-134.375]],\"c\":true},\"ix\":2},\"nm\":\"Path 82\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":82,\"ty\":\"sh\",\"ix\":83,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[112.881,-126.862],[112.971,-127.124],[113.058,-126.856]],\"c\":true},\"ix\":2},\"nm\":\"Path 83\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":83,\"ty\":\"sh\",\"ix\":84,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.925,0.238],[0.027,-0.085],[0.705,-0.53],[-0.022,0.045]],\"o\":[[0.033,-0.01],[-0.33,1.118],[-0.2,-0.268],[0.493,-0.9]],\"v\":[[130.549,-132.309],[130.722,-131.995],[128.604,-130.37],[128.265,-130.828]],\"c\":true},\"ix\":2},\"nm\":\"Path 84\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":84,\"ty\":\"sh\",\"ix\":85,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.706,1.786],[0.349,0.144],[0.645,-0.052],[0.866,0.732],[0.771,1.196],[1.901,1.087],[0.969,-0.035],[3.204,0.835],[0.368,-0.128],[0.497,-0.235],[0.18,0.468],[0.346,0.582],[0.429,0.034],[1.629,0.677],[1.415,0.082],[0.601,-1.127],[0.104,0.005],[-0.083,0.329],[-0.062,0.261],[0.644,0.251],[1.029,0.32],[0.048,-0.234],[-0.026,-0.006],[0,0],[0,0],[-0.006,0.022],[0.922,-0.868],[0.626,0.05],[-1.182,0.294],[-0.226,1.047],[0.482,0.591],[0.581,0.625],[0.281,1.686],[0.596,0.592],[3.336,0.611],[0.364,0.19],[1.539,-0.049],[1.512,0.058],[0.338,0.201],[1.714,0.32],[0.072,0.231],[0.5,0.492],[0.952,0.777],[0.764,0.259],[0.68,0.087],[-0.023,0.48],[1.126,0.478],[0.973,0.506],[0.083,0.317],[-0.354,0.13],[-0.126,0.06],[0.133,0.26],[0.129,0.04],[1.231,-0.075],[0.501,0.541],[0.141,-0.295],[0.268,-0.236],[1.622,1.183],[1.128,-0.117],[1.239,-0.065],[0.239,0.597],[0.027,0.136],[0.894,0.197],[0.547,0.068],[0.302,1.055],[0.46,0.054],[0.195,-0.445],[0.015,-0.261],[0.896,-0.266],[0.635,-0.257],[0.289,0.498],[-0.368,0.375],[-0.559,0.589],[0.471,0.226],[0.364,-0.058],[0.696,-0.71],[1.203,-0.311],[1.103,-0.995],[0.271,0.033],[0.568,-0.625],[0.147,-1.124],[0.891,-0.581],[0.632,-0.715],[0.144,-0.489],[-0.018,-0.003],[0,0],[0,0],[-0.011,0.03],[0.173,0.148],[0.672,0.677],[1.228,0.278],[1.519,-0.884],[0.468,-0.283],[1.225,0.774],[1.258,1.648],[0.613,1.071],[0.007,0.392],[-0.9,1.196],[-0.013,0.526],[-0.411,1.316],[-0.054,1.364],[0.207,0.106],[0.507,0.193],[0,0],[-0.032,-0.033],[0,0],[0,0],[1.299,0.041],[1.193,0.286],[1.373,0.072],[1.091,0],[0.663,0.146],[-0.201,0.193],[0.156,1.784],[-0.118,0.816],[-0.482,0.012],[-0.163,0.881],[0.052,0.938],[-0.865,0.969],[-0.463,0.677],[-0.131,0.393],[0.741,0.022],[1.562,-0.695],[1.375,-0.038],[0.488,-1.077],[0.168,-0.653],[1.659,-1.378],[1.359,0.522],[0.642,-0.171],[1.331,-0.296],[0.856,1.003],[0.92,0.31],[0.445,1.03],[1.011,1.153],[0.121,0.686],[0.174,1.218],[-0.045,0.82],[-0.63,2.82],[-0.335,0.389],[0.147,1.432],[-0.629,1.822],[-1.677,0.301],[-1.427,1.324],[-1.234,0.505],[-1.051,-0.408],[-0.78,0.358],[-0.448,-0.739],[-1.516,0.262],[-0.732,0.311],[-0.055,0.784],[-0.621,0.228],[-0.54,0.097],[-1.922,0.102],[-1.516,-1.692],[-0.68,0.263],[-0.518,0.177],[-0.367,-0.429],[-0.839,-1.09],[0.263,-0.699],[0.169,-0.372],[-0.624,-0.71],[-0.85,-2.162],[-0.711,-0.829],[-0.499,0.813],[-0.179,1.957],[0.078,0.256],[0.23,1.072],[0.12,1.088],[0.055,0.128],[-0.318,3.304],[-0.334,0.377],[-2.289,0.58],[-0.262,0.083],[-0.542,0.628],[-0.465,0.502],[-0.482,0.136],[-0.707,0.661],[-1.552,0.302],[-0.019,0.785],[-0.346,0.222],[-0.386,0.379],[0.235,0.376],[-0.381,0.773],[0.691,1.066],[-0.013,0.392],[-0.115,1.218],[-0.114,0.001],[-0.099,-0.075],[-0.037,-0.669],[-0.189,-0.156],[-0.067,0.095],[-0.63,1.054],[-0.09,0.535],[-0.021,0.409],[-0.347,-0.016],[-0.488,0.499],[-0.259,1.649],[-1.218,0.087],[-0.797,0.193],[-0.35,0.209],[0.003,0.108],[0.102,0.043],[0.268,0.02],[-0.116,0.291],[-0.137,0.018],[-0.133,-0.019],[-2.348,-0.045],[-0.322,0.25],[1.016,0.685],[-0.201,0.639],[-0.398,0.867],[-1.635,0.65],[-0.715,0.687],[-0.671,-0.056],[-1.746,0.32],[-0.19,0.528],[-0.346,0.093],[-1.342,0.273],[0.005,-0.021],[0.158,-0.086],[0.485,-0.248],[0.482,-1.188],[-0.099,-0.503],[-0.74,-0.44],[-0.201,0.088],[-1.079,1.478],[-1.065,-0.249],[-2.089,0.682],[-0.645,0.222],[-0.871,0.545],[-0.365,0.184],[-0.229,0.148],[0.224,0.191],[-0.527,1.276],[0.04,0.131],[0.24,-0.204],[0.999,-1.468],[0.608,0.172],[0.398,0.067],[0.327,0.081],[0.283,0.156],[0.394,0.033],[0.074,0.847],[0.221,1.564],[-0.622,1.277],[0.693,0.181],[0.269,0.048],[0.119,0.065],[-0.237,0.093],[-0.818,0.748],[0.311,0.564],[0.415,0.299],[1.4,-0.358],[3.179,-2.231],[-0.013,-0.055],[0.075,-0.011],[0.444,-0.466],[0.011,-0.088],[0.6,-0.222],[0.324,-0.249],[0,0],[0,0],[-0.299,0.249],[-0.591,0.215],[-0.051,0.049],[-1.085,0.177],[-0.042,0.045],[-0.03,0.02],[-0.491,0.433],[-1.722,0.541],[-0.451,1.151],[-0.2,0.174],[-0.917,0.577],[-0.942,-0.021],[-3.792,-0.549],[-1.655,-0.295],[-0.39,0.121],[-0.356,0.202],[-0.713,1.06],[-0.992,0.152],[-0.679,0.02],[-1.552,1.122],[0.446,1.055],[-0.336,0.682],[-0.086,0.529],[0.192,0.321],[1.409,-0.208],[0,-0.01],[0,0],[0,0],[-0.025,0.004],[0.115,0.38],[0.751,0.136],[0.41,0.04],[0.129,0.04],[-0.183,0.082],[-0.361,0.181],[0.362,0.522],[0.829,-0.082],[0.112,0.141],[1.327,0.672],[0.046,0.224],[1.011,0.934],[0.432,0.526],[-0.413,0.444],[-0.465,0.505],[0.335,0.503],[-0.261,1.18],[0.284,0.254],[0.691,0.437],[0.174,0.53],[0.117,0.657],[0.293,0.764],[0.225,1.909],[0.16,0.52],[0.228,0.098],[0.052,-0.085],[0.819,-1.75],[1.957,-0.77],[0.463,-0.283],[0.635,-0.25],[0.576,0.431],[0.184,0.537],[0.633,0.324],[-0.044,0.82],[0.57,1.435],[-0.145,0.383],[-0.772,1.152],[0.387,0.052],[1.331,-0.004],[0.488,0.256],[-0.016,0.438],[0.304,0.361],[0.351,1.08],[0.403,0.548],[1.281,-0.533],[0.501,0.112],[1.398,1.065],[0.655,0.183],[0.595,-1.594],[-0.527,-0.906],[0.47,-0.638],[0.403,-0.985],[0.271,-1.266],[-0.163,-0.515],[0.764,-0.457],[0.146,-0.316],[1.171,-1.333],[-0.588,-0.798],[-0.375,-0.572],[-0.097,-0.52],[-0.292,-1.481],[-0.595,-1.667],[0.192,-0.146],[0.465,-0.478],[2.179,-0.898],[1.023,-0.405],[-0.031,-0.735],[0.286,-1.654],[0.03,-1.091],[-0.03,-1.082],[0.16,-0.354],[0.432,-0.701],[0.184,0.039],[0.65,-0.465],[0.201,0.41],[0.166,0.373],[0.465,0.404],[0.911,1.515],[-0.256,0.514],[0.098,2.175],[-0.199,0.656],[-0.193,0.657],[0.253,0.026],[2.229,-0.048],[0.345,0.481],[1.516,0.733],[0.73,1.412],[1.446,0.859],[1.316,0.739],[0.691,-0.176],[1.227,0.173],[0.02,-0.028],[0,0],[0,0],[-0.05,-0.006],[0.132,1.301],[0.059,1.501],[0.149,0.519],[0.226,0.047],[0.539,0.038],[0.119,0.57],[-0.094,0.369],[-0.172,0.795],[-2.789,2.285],[-0.492,0.649],[-2.528,0.795],[-0.394,1.593],[-0.488,-0.091],[-0.541,-0.028],[-0.041,1.281],[0.049,0.643],[0.039,0.004],[0.07,0.056],[-0.101,-0.021],[-0.001,-0.038],[-0.761,1.971],[-0.408,-0.141],[-0.64,-0.224],[-0.545,0.505],[-2.061,1.978],[0.016,0.25],[-0.461,0.364],[-0.94,0.765],[-0.253,0.252],[-0.017,0.021],[-0.172,0.171],[0.728,1.37],[0.047,0.128],[-0.337,0.054],[-0.513,-1.548],[-0.119,-0.05],[-1.996,0.937],[-1.123,1.033],[-0.488,0.107],[-0.49,0.813],[0.212,0.702],[0.244,0.483],[-0.242,0.825],[-0.162,0.79],[0.032,0.004],[0,0],[0,0],[0.006,-0.013],[-0.489,0.034],[-0.088,1.599],[-0.364,0.424],[0.391,0.671],[-0.02,1.207],[1.034,-0.041],[0.085,0.659],[0.712,0.587],[0.001,0.024],[0.032,0.007],[0,0],[0.263,0.001],[0.288,-1.198],[-0.408,-1.286],[0.226,-0.22],[0.474,-0.473],[0.455,-1.026],[0.371,-0.566],[0.558,-0.012],[-0.018,-0.034],[0.058,-0.059],[-0.023,0.09],[-0.016,0],[0.576,0.147],[0.24,-0.988],[-0.213,-0.529],[0.301,-0.468],[0.424,0.198],[0.11,0.324],[0.115,0.816],[-1.284,1.075],[-0.082,0.55],[0.877,1.588],[0.275,-0.316],[0.363,-1.236],[0.54,-0.431],[0.126,-0.006],[-0.101,0.302],[0.147,1.411],[-0.484,0.227],[0.641,0.511],[0.856,0.091],[0.555,0.414],[-0.228,0.256],[-0.767,0.77],[-0.243,0.089],[0.173,0.716],[-1.028,2.561],[0.125,0.359],[0.75,1.514],[-0.514,0.364],[-0.984,0.746],[-0.104,0.862],[-0.168,0.195],[-0.156,-0.057],[-0.593,-0.327],[-0.723,0.484],[-0.399,0.375],[-1.869,1.822],[-0.304,0.452],[0.642,0.288],[0.127,0.011],[1.307,1.017],[0.523,0.102],[1.227,-0.275],[0.259,-0.277],[1.016,-0.283],[0.468,-0.838],[0.652,-1.361],[0.002,-0.782],[0.603,-1.668],[0.357,-0.237],[0.794,-0.532],[-0.029,-0.648],[-0.033,0.01],[-0.007,-0.057],[-0.05,-0.032],[0.017,0.154],[0.039,0.025],[0,0.026],[0.509,-0.329],[0.305,-2.087],[0.674,-0.568],[0.174,-0.204],[-0.109,-1.002],[-0.634,-0.796],[-0.199,-0.462],[-0.304,-0.183],[-0.775,-0.534],[-0.004,-0.099],[0.313,-0.06],[0.236,-0.254],[0.565,-0.749],[-0.644,-0.314],[-0.235,-0.058],[0.004,0.027],[0,0],[0,0],[0.029,0.007],[0.398,-0.403],[0.727,-0.622],[1.175,-0.008],[0.319,-1.265],[0.182,-0.941],[0.123,-0.178],[0.074,0.105],[0.298,0.457],[-0.558,0.746],[-0.723,0.994],[0.362,0.033],[0.108,1.201],[0.12,0.119],[-0.119,-0.117],[0,0],[-0.041,-0.041],[0,0],[-0.522,-0.155],[-0.539,0.25],[-0.852,0.437],[0,0.224],[0.047,0.953],[-0.922,0.154],[-0.061,0.916],[0.222,-0.016],[0.636,1.837],[0.142,0.228],[0.225,-0.21],[0.39,-0.543],[1.916,-0.237],[0.223,-0.156],[0.103,-0.089],[-0.284,-0.21],[-0.731,-1.737],[0,0],[-0.036,-0.037],[0.653,0],[0.36,-0.784],[0.392,-0.367],[-0.007,-0.467],[0.403,-0.239],[0.521,0.226],[0.507,0.206],[0.96,-0.456],[0.403,-0.074],[0.504,0.269],[0.406,0.929],[1.273,0.308],[0.173,0.575],[-0.23,1.449],[0.036,0.411],[0.876,-0.146],[1.92,-0.13],[0.346,-0.797],[-0.614,-0.481],[-0.402,0.225],[-0.243,0.045],[-0.8,0.183],[-0.784,0.215],[-0.147,-0.168],[0.093,-0.041],[0.638,-0.457],[1.114,-0.185],[0.511,-0.198],[0.264,-0.893],[0.139,-1.379],[0.282,-0.265],[0.245,0.1],[-0.205,0.363],[0.32,0.662],[0.413,0.866],[0.373,0.734],[0.432,-0.096],[0.533,-0.12],[3.332,2.677],[-0.202,0.349],[-0.924,0.027],[-0.413,0.006],[0.343,1.66],[0.38,0.717],[1.16,-0.141],[1.098,0.869],[1.547,1.136],[0.2,1.327],[1.481,0.622],[0.926,-1.142],[0.468,-0.268],[0.402,-0.026],[-0.232,0.286],[-0.257,1.611],[0.097,0.082],[0.076,-0.034],[0.31,-0.251],[1.167,-0.95],[0.224,0.077],[0.035,0.217],[-0.294,1.079],[0.133,1.929],[0.188,0.348],[0.154,-0.097],[0.054,-0.697],[0.664,-0.378],[0.848,-0.443],[0.44,0.422],[0.176,0.151],[0.004,-0.009],[0.105,-0.015],[0.24,-0.138],[0.08,0.061],[-0.409,0.031],[-0.272,0.042],[-0.07,0.052],[-0.033,-0.029],[-0.087,0.389],[0.347,0.118],[0.913,-0.379],[2.229,-0.065],[0.491,-0.398],[1.33,0.187],[0.027,-0.029],[0,0],[0,0],[-0.033,-0.005],[-0.059,0.077],[0.381,0.52],[0.709,-0.401],[0.6,-0.072],[0.882,-0.326],[0.189,-1.253],[0.306,0.206],[0.564,0.387],[0.275,0.97],[0.337,0.889],[0.29,0.601],[1.123,0.748],[0.702,2.106],[0.161,0.222],[0.579,0.054],[0.548,-0.017],[0.884,0.721],[1.622,0.57],[0.594,0.562],[0.397,0.914],[1.083,-0.206],[0.676,-0.137],[0.229,0.373],[0.65,1.051],[-0.162,0.194],[0.175,0.382],[0.332,0.177],[0.65,0.196],[0.406,0.075],[-0.117,0.909],[0.765,0.317],[-0.004,-0.017],[0.101,0.003],[0.395,-0.135],[0.149,-0.092],[0.041,-0.004],[0.098,-0.206],[0.554,0.367],[0.083,0.241],[-0.112,0.016],[-0.497,0.048],[-0.008,0.035],[-0.18,0.061],[-0.446,-0.01],[-0.07,0.025],[-0.028,-0.011],[0.821,0.765],[0.567,-0.191],[0.767,-0.618],[1.391,0.401],[0.79,0.24],[0.913,-0.922],[0.255,-0.312],[0.343,-0.059],[1.111,0.309],[1.247,-0.82],[2.07,-2.068],[0.352,-0.202],[3.134,1.777],[0.129,0.048],[0.952,-1.101],[0.728,-0.598],[-0.534,-1.338],[-0.326,-0.904],[1.426,-2.491],[-0.583,-0.397],[-0.677,-0.446],[-0.045,-0.243],[0.125,-0.015],[0.06,-0.458],[0.03,-1.09],[-0.23,-0.058],[-0.348,-0.007],[-0.022,0.044],[-0.046,-0.02],[-0.035,0.244],[0.024,-0.007],[0,0],[0,0],[0.003,-0.015],[-1.111,-0.441],[0.216,-0.323],[0.191,0.015],[1.044,0.457],[0.004,-0.031],[0.058,0.001],[0.655,-0.073],[0.682,-0.512],[0.773,0.375],[0.831,0.482],[-0.327,0.5],[-0.289,0.468],[0.924,0.02],[1.074,-0.176],[0.378,-0.478],[0.859,0.079],[0.669,-0.103],[1.809,-0.643],[-0.41,-0.585],[-0.647,-0.883],[0.655,-0.29],[0.028,-0.155],[0.365,-1.306],[-0.269,-0.401],[-1.9,0.326],[-1.277,-1.034],[-0.866,0.423],[-1.414,0.535],[-0.399,-0.065],[-0.033,-0.111],[0.075,-0.058],[0.253,-0.068],[-0.216,-0.95],[0.168,-0.323],[0.209,-1.258],[1.414,0.019],[0.225,0.14],[0.414,0.352],[0.284,0.008],[0.128,-0.347],[1.588,-0.246],[0.194,0.158],[0.16,0.222],[0.862,-0.507],[0.521,-1.94],[0.216,-0.117],[2.194,-1.617],[-0.462,-1.792],[-0.188,-0.655],[0.522,-0.507],[-0.466,-1.562],[-0.267,-0.925],[-0.54,-0.161],[-0.494,0.103],[-1.078,-0.125],[-0.007,0.036],[-0.037,0.085],[-0.019,0.284],[-0.073,0.047],[0.129,-0.39],[0.123,-0.286],[0.004,-0.123],[0.037,0.003],[0.007,-0.643],[0.754,-0.663],[-0.351,-0.672],[0.236,-0.492],[0.212,-0.344],[-0.419,-0.133],[-0.77,1.485],[-0.034,-0.036],[-0.344,-1.663],[-0.308,0.343],[-0.084,0.109],[-1.247,-0.486],[-0.392,0.015],[-0.406,0.06],[-0.105,-0.067],[0.292,-0.209],[0.661,-1.262],[2.973,-1.51],[1.051,-0.43],[1.599,-0.794],[0.627,-0.941],[0.576,0.196],[1.083,-0.676],[0.826,-0.717],[1.874,-0.086],[0.686,-0.046],[0.755,-0.97],[-0.12,-0.196],[-0.226,-0.007],[-0.361,0.158],[-0.799,0.171],[-0.319,0.364],[-1.304,0.045],[-0.8,1.598],[0.019,0.032],[0,0],[0,0],[0.005,-0.015],[-0.344,-0.546],[-0.432,0.772],[-0.174,0.031],[-1.207,-0.134],[-0.443,0.424],[-0.743,0.335],[-0.552,1.506],[-0.977,0.469],[-0.398,-0.054],[-0.263,0.066],[-0.885,0.349],[-0.398,0.962],[-0.332,0.207],[-2.12,0.519],[-0.927,1.29],[-0.574,0.37],[-0.467,0.288],[0.384,0.816],[0.189,0.367],[-0.416,0.437],[-1.174,-0.249],[-0.576,0.484],[-0.277,1.224],[-0.736,0.074],[-0.282,0.501],[-2.312,1.124],[-0.069,-0.896],[0.093,-0.389],[0.102,0.058],[1.483,-0.966],[0.129,-0.338],[1.373,-1.525],[-0.625,-0.574],[0.355,-0.184],[0.716,-0.394],[-0.232,-0.309],[-0.299,0.01],[-0.571,0.321],[-1.323,0.38],[-0.478,0.254],[-1.487,-0.308],[-0.372,0.169],[-0.428,0.549],[-0.425,-0.385],[-0.276,-0.001],[0.707,0.516],[0.189,0.478],[-0.688,0.592],[-0.16,-0.449],[-1.044,0.21],[-0.65,0.041],[0,0],[0,0],[0,0],[0.018,0],[-0.079,-0.374],[-1.674,-0.533],[-0.464,-0.857],[-0.199,-0.358],[-0.58,-0.09],[-0.544,0.009],[-0.974,-0.87],[-0.348,-0.2],[0.015,0.022],[0,0],[0,0],[0.009,0.006],[-0.261,-0.278],[-1.388,0.387],[-0.116,-0.052],[0.201,-0.197],[-0.829,-0.83],[-0.444,-0.261],[0.036,-0.847],[-0.087,-0.542],[-0.866,-0.914],[-0.751,0.095],[0.118,0.539],[0.102,0.396],[-0.06,0.101],[-0.152,-0.384],[-0.024,-0.513],[-0.497,-0.643],[0.044,-0.083],[0.299,0.189],[0.254,0.072],[0.328,-0.75],[-0.159,-0.854],[-0.147,-0.81],[0,0],[-0.003,-0.078],[-0.025,0.038],[0.3,-0.814],[-0.177,-1.374],[-0.062,0.009],[-0.087,0.154],[-0.443,0.888],[-0.023,0.13],[-0.068,-0.002],[-0.624,-0.04],[-0.02,0.039],[-0.033,-0.003],[-0.055,0.079],[-0.623,1.8],[-0.221,-0.008],[-0.002,-0.108],[0.118,-0.367],[0.374,-0.856],[-0.337,-0.507],[-0.056,-0.011],[-0.001,-0.084],[-0.06,-0.515],[-0.06,-0.027],[0,0],[0,0],[0.01,0.067],[0.003,0.537],[0.044,0.047],[0.027,0.039],[0.406,0.18],[0.612,0.036],[0.006,-0.028],[0.052,0.002],[0.613,0.02],[0.029,-0.048],[0.045,-0.091],[0.565,-1.133],[-0.573,-0.186],[-0.223,-0.024],[-0.006,0.026],[-0.084,0.076],[-0.071,0.188],[0.038,-0.047],[0.096,-0.092],[0.043,-0.113],[0.043,0.005],[-0.159,-0.245],[0.263,-0.735],[0.091,-0.532],[-0.181,-0.254],[-0.525,-0.947],[-0.213,0.014],[-0.087,0.196],[-0.031,1.363],[0,0],[0.009,0.071],[0.075,0.063],[-0.023,-0.048],[-0.009,-0.032],[-0.043,-0.039],[0,-0.033],[-0.258,-0.002],[0.02,0.031],[-0.06,0.058],[0.023,-0.092],[0,0],[-0.287,-0.482],[-0.048,0.022],[-0.015,-0.107],[-0.008,-0.17],[0.083,0.374],[0.008,0.136],[0,0.03],[0.04,0.071],[0.004,0.009],[-0.129,-0.686],[-0.512,-0.238],[-0.391,-0.093],[0.323,-0.359],[0.018,-1.186],[0.351,-0.177],[-0.346,-0.376],[1.171,-0.526],[-0.076,-0.338],[-0.706,0.227],[-0.994,-0.042],[-0.01,-0.065],[0.127,-0.147],[0.406,-0.351],[-0.035,-0.989],[-0.163,-0.205],[0.035,0.035],[-0.063,0.009],[-0.043,0.066],[0.2,-0.023],[0.027,-0.044],[-0.669,-0.724],[0.188,-0.512],[0.226,-0.421],[0.02,0.01],[-0.01,-0.038],[0,0],[-0.124,-0.354],[0.493,-0.589],[0.055,-0.124],[0,0],[-0.489,-0.683],[-0.795,-0.302],[-0.59,-0.345],[0.154,-0.42],[-0.277,-0.81],[-0.218,-0.283],[0,0],[0,0],[0.026,0.032],[0,0],[-0.056,-0.276],[-0.365,-0.092],[-0.2,-0.631],[-0.457,-0.828],[0.326,-0.74],[0.216,-0.142],[0.284,0.087],[0.875,0.998],[0,0],[0.03,0.033],[-0.387,-0.002],[-0.061,0.745],[0.589,1.479],[0.195,0.734],[0.16,0.669],[1.452,0.368],[0.859,0.695],[0.575,0.362],[0.398,0.067],[-0.051,-0.294],[0.069,-0.855],[-0.232,-0.313],[-0.521,-0.797],[-1.556,-2.425],[-0.314,-0.273],[0,0],[-0.028,-0.027],[0.018,-1.228],[-0.111,-1.782],[0.788,-2.099],[0.543,-2.302],[1.269,-1.826],[-0.028,-1.959],[-0.023,-0.411],[1.337,-1.898],[-0.324,-0.655],[0.411,-1.554],[-0.025,-0.683],[-0.15,-0.369],[-0.551,-1.101],[-0.336,-0.216],[0.239,-0.623],[0.088,-0.393],[-0.119,-0.359],[0.52,-1.319],[-0.159,-0.368],[-0.711,-1.488],[0.086,-0.874],[-0.729,-0.114],[-1.991,-1.202],[-0.063,-1.966],[-0.407,-1.463],[-0.317,-2.626],[-0.665,-0.539],[-0.813,-1.439],[0.42,-0.764],[0.58,0.033],[0.13,-0.041],[-0.161,-0.309],[-1.267,-0.579],[-1.317,-1.186],[0.007,-0.701],[0.152,-0.663],[-0.647,-0.664],[-1.324,-2.669],[-0.482,0.38],[0.162,0.585],[0.637,0.727],[0.253,0.794],[0.142,0.668],[0.216,1.076],[0.417,1.257],[1.025,1.594],[1.336,1.598],[0.043,0.388],[-0.574,2.05],[-0.328,-0.145],[-0.736,-0.359],[-0.168,-0.958],[-0.657,-1.688],[-1.741,-2.151],[-0.104,-0.479],[-0.945,-0.807],[-0.578,-0.587],[0.28,-0.411],[0.14,-0.234],[-0.6,-0.433],[-0.85,-0.427],[-0.085,-1.12],[-0.367,-0.38],[-1.27,-4.949],[0.11,-0.378],[0.317,-0.438],[-0.7,-1.281],[-1.265,-0.4],[-0.726,-1.022],[-1.23,-0.298],[-0.519,-0.174],[-0.388,-0.35],[-2.339,-0.608],[-1.058,-0.62],[-1.305,-0.395],[-4.547,1.684],[-0.92,-0.884],[-1.829,-2.289],[-1.286,-0.101],[-1.709,-0.533],[-2.128,0.149],[-0.156,-0.406],[-0.789,-0.942],[-0.816,-1.104],[0.3,-0.906],[-1.22,-0.353],[-0.527,-0.006],[-0.322,-0.257],[-0.286,-1.337],[-1.251,-0.22],[-0.377,0.135],[-0.819,-0.945],[-0.815,-0.73],[-1.108,0.856],[0.236,0.59],[-0.364,0.244],[-0.793,0.932],[-0.313,-0.151],[-0.113,-1.332],[-0.627,-0.768],[-0.936,-0.892],[0,-0.386],[0.199,-1.757],[-0.636,-0.802],[0.22,-0.351],[1.457,-0.639],[0.391,-1.555],[0.775,-0.401],[0.695,-0.438],[0.056,-0.248],[1.347,-2.253],[0.016,-0.239],[-0.234,-1.309],[-1.01,-0.459],[-0.081,0.09],[-0.155,0.218],[0.005,-0.213],[0.586,-0.448],[0.729,-0.623],[-0.5,-1.558],[-0.091,-0.672],[0.138,-0.367],[-0.621,-0.387],[-0.851,-0.444],[-0.433,-1.083],[-0.753,-0.653],[-0.138,-0.498],[-0.584,-1.682],[-1.313,-1.939],[-1.259,-2.124],[0.074,-0.348],[-0.73,-0.816],[-2.704,-2.091],[-0.621,-0.28],[-1.172,-1.186],[-1.658,-1.434],[-0.074,-0.547],[-0.15,-0.663],[0.414,-1.386],[-0.162,-0.512],[0.714,-2.7],[-0.087,-0.37],[-0.156,-4.104],[0.181,-1.083],[0.339,-1.334],[-0.314,-0.821],[0.455,-1.175],[-0.494,-1.183],[-0.623,-1.583],[-0.037,-0.815],[-0.166,-0.655],[0.245,-0.681],[0.219,-0.936],[0.707,-3.086],[0.442,-0.375],[-0.537,-0.851],[-0.897,-1.416],[0.719,-1.286],[-0.115,-0.863],[0,-0.824],[-0.59,-0.788],[-0.341,-0.432],[0.315,-1.161],[-0.05,-0.381],[-0.234,-1.318],[-0.342,0.299],[0.025,0.691],[-0.123,0.934],[0.473,0.665],[-0.623,0.327],[-0.15,-0.647],[0.019,-0.373],[-0.097,-1.742],[0.271,-1.727],[-0.299,-0.481],[0.739,-1.544],[0.295,0.143],[0.04,0.105],[0.168,0.476],[0.223,-1.035],[0.567,-1.201],[-0.166,-0.165],[-0.189,0.07],[-0.325,-0.02],[-0.779,-0.193],[0.112,-0.482],[-0.193,-1.074],[-0.035,0.008],[-0.017,-0.055],[0.003,-0.016],[0.063,0.191],[0.043,0.02],[0.004,0.028],[0.607,-0.566],[-0.098,-0.573],[-0.198,-0.489],[-0.036,-0.348],[-0.385,-0.443],[-0.185,-0.132],[0,0],[0,0],[0,0],[0.03,0.024],[0.061,-0.373],[-0.995,-0.598],[-0.603,-0.403],[0,0],[-0.024,0.002],[0.512,-0.59],[0.032,0.006],[0.002,-0.047],[0,0],[0.406,-1.356],[-0.63,-0.01],[-0.065,0.703],[-0.42,0.954],[0.019,0.015],[0,0],[0,0],[0.023,-0.051],[0.001,-0.538],[-0.37,-0.409],[0.432,-0.56],[0.62,0],[0.24,-0.071],[0.117,-0.207],[-0.283,-0.093],[-0.393,-0.014],[-0.548,-0.891],[-0.635,-0.43],[-0.832,-0.617],[-0.071,0.016],[-0.022,-0.07],[-0.101,-0.243],[-0.078,-0.012],[0,0],[0,0],[0.027,0.065],[0.084,0.265],[0.073,0.015],[0.037,0.026],[1.026,0.657],[0.262,0.017],[-0.01,-0.079],[-0.165,-0.115],[-1.377,-1.536],[-0.758,-0.25],[-0.525,0.014],[-0.156,0.302],[-0.093,-0.009],[0.121,-0.318],[0,-0.22],[-0.238,-0.055],[0.253,-1.064],[-0.323,-0.072],[-0.393,-0.935],[-0.547,-0.03],[-0.749,0.337],[-0.109,-0.29],[0.021,-0.262],[-0.508,-0.332],[-0.513,-0.089],[-0.398,0.003],[-0.529,-0.041],[0.266,1.229],[0.04,-0.014],[0.01,0.06],[0.057,0.038],[-0.025,-0.166],[-0.043,-0.026],[-0.006,-0.03],[-0.747,0.198],[-0.095,0.597],[-0.323,-0.053],[-0.389,0.202],[-0.849,0.643],[0.071,0.092],[0.474,0.201],[1.728,0.789],[0.165,0.204],[0.76,1],[0.132,0.689],[1.796,0.079],[0.48,-0.019],[0.023,-0.046],[0.061,-0.018],[0.202,-0.105],[0.128,-1.205],[0.06,-0.112],[0.052,0.02],[0.004,0.106],[-0.075,0.528],[-1.374,0.382],[-0.014,0.061],[-0.064,0],[-1.037,-0.318],[-0.117,0.033],[-0.126,0.184],[0.114,0.171],[0.474,0.957],[0.33,1.044],[-0.767,0.898],[-0.423,0.326],[0.113,1.343],[-0.834,0.85],[-0.759,0.974],[0.095,0.713],[0.088,0.401],[1.402,0.04],[0.546,0.463],[0.609,0.548],[-1.067,1.439],[-0.564,0.338],[-0.866,0.413],[-0.024,0.199],[0.58,1.307],[0.041,0.405],[-0.878,0.843],[-0.46,0.607],[0.006,0.007],[0.035,0.049],[0.292,0.12],[-0.266,0.175],[-0.033,-0.045],[-0.179,-0.277],[-0.074,-0.007],[0.035,-0.043],[-0.261,0.017],[0.157,0.828],[0.2,0.653],[0.374,-0.152],[0.25,-0.112],[0.312,1.318],[0.19,0.802],[0.071,0.259],[-0.516,-0.186],[-0.707,-0.399],[-1.114,0.151],[0.027,1.044],[-0.015,0.809],[-0.125,0.945],[0.041,0.134],[0.049,0.27],[-0.791,-0.166],[-2.893,1.164],[-0.755,0.338],[-0.309,1.597],[-0.364,0.884],[-0.12,0.533],[0.563,0.336],[0.354,0.206],[-0.018,0.419],[-0.149,0.381],[0.766,0.707],[0.775,0.903],[0.074,0.01],[0.012,0.079],[0.061,0.061],[-0.025,-0.055],[-0.006,-0.021],[-0.04,-0.044],[-0.035,-0.042],[-1.781,-1.08],[-0.404,-0.025],[-0.824,-0.008],[-1.11,1.852],[-0.903,0.718],[-0.313,1.221],[-0.342,1.332],[0,0],[-0.013,0.041],[0.024,-0.005],[-0.841,0.494],[-0.341,0.092],[-0.598,0.886],[-0.217,-0.008],[-0.079,-0.212],[-0.087,-0.368],[-0.252,0.602],[-1.685,2.39],[1.057,1.99],[0.044,0.265],[-2.004,1.691],[-0.764,0.789],[-1.672,0.577],[-0.69,0.69],[-0.201,0.904],[-0.193,-0.046],[-0.821,0.117],[-0.816,0.013],[-1.044,1.381],[-0.66,0.492],[0.149,0.612],[-0.359,0.633],[-0.903,1.371],[0.17,1.293],[-0.568,0.807],[-0.076,1.783],[0.002,2.203],[-0.011,1.509],[-0.688,0.311],[-0.635,1.915],[-0.171,0.376],[-0.967,0.838],[-1.029,1.107],[-0.552,1.438],[0.364,1.106]],\"o\":[[-0.13,-0.345],[-0.623,-0.26],[-1.202,0.097],[-1.05,-0.891],[-1.267,-1.978],[-0.869,-0.502],[-3.336,0.116],[-0.366,-0.096],[-0.514,0.183],[-0.381,0.18],[-0.244,-0.638],[-0.265,-0.434],[-1.869,-0.132],[-1.277,-0.536],[-1.226,-0.064],[-0.053,0.105],[-0.268,-0.008],[0.067,-0.264],[0.258,-1.103],[-1.001,-0.395],[-0.05,0.228],[0.023,0],[0,0],[0,0],[0.004,-0.027],[-1.163,-0.171],[-0.315,-0.655],[0.885,-0.87],[0.284,-1.033],[0.147,-0.672],[-0.517,-0.631],[-1.129,-1.219],[-0.139,-0.842],[-2.24,-2.241],[-0.394,-0.069],[-1.389,-0.728],[-1.51,0.046],[-0.389,-0.011],[-1.406,-0.826],[-0.192,-0.033],[-0.204,-0.672],[-0.876,-0.87],[-0.62,-0.509],[-0.635,-0.215],[-0.432,-0.054],[0.056,-1.291],[-1.014,-0.429],[-0.338,-0.171],[-0.128,-0.498],[0.129,-0.04],[0.291,-0.133],[-0.054,-0.103],[-1.211,-0.414],[-0.748,0.045],[-0.204,-0.229],[-0.182,0.365],[-1.248,1.096],[-0.983,-0.717],[-1.228,0.133],[-0.603,0.024],[-0.049,-0.129],[-0.186,-0.897],[-0.536,-0.119],[-1.069,-0.133],[-0.116,-0.398],[-0.419,-0.052],[-0.114,0.248],[-0.056,0.962],[-0.657,0.193],[-0.394,0.159],[-0.205,-0.356],[0.571,-0.58],[0.306,-0.322],[-0.351,-0.16],[-0.963,0.156],[-0.894,0.895],[-1.321,0.329],[-0.147,0.134],[-0.913,-0.1],[-0.741,0.825],[-0.134,1.034],[-0.799,0.526],[-0.303,0.345],[0.022,0.004],[0,0],[0,0],[0.013,-0.037],[-0.24,-0.075],[-0.726,-0.623],[-0.907,-0.911],[-1.658,-0.368],[-0.47,0.274],[-1.111,0.675],[-2.258,-0.216],[-0.742,-0.968],[-0.193,-0.34],[-0.029,-1.376],[0.306,-0.405],[0.035,-1.386],[0.391,-1.269],[0.011,-0.217],[-0.476,-0.258],[0,0],[0.033,0.032],[0,0],[0,0],[-0.894,-0.816],[-1.228,-0.047],[-1.419,-0.345],[-1.087,-0.05],[-0.672,0],[-0.336,-0.075],[1.253,-1.229],[-0.068,-0.808],[0.059,-0.419],[1.007,-0.032],[0.175,-0.939],[-0.079,-1.335],[0.545,-0.614],[0.224,-0.337],[0.228,-0.69],[-1.636,-0.048],[-1.294,0.578],[-1.246,0.036],[-0.282,0.623],[-0.524,2.018],[-0.507,1.618],[-0.58,-0.221],[-1.322,0.35],[-1.054,0.228],[-0.643,-0.751],[-1.134,-0.382],[-0.6,-1.406],[-0.467,-0.527],[-0.216,-1.219],[-0.115,-0.813],[0.159,-2.879],[0.117,-0.524],[0.98,-1.138],[-0.198,-1.951],[0.56,-1.631],[1.99,-0.352],[1.063,-0.983],[1.016,-0.417],[0.794,0.308],[0.916,-0.421],[0.986,1.626],[0.766,-0.133],[0.203,-0.771],[0.059,-0.888],[0.506,-0.184],[1.926,-0.345],[2.165,-0.119],[0.506,0.564],[0.507,-0.2],[0.566,-0.189],[0.896,1.039],[0.451,0.585],[-0.143,0.389],[-0.372,0.823],[0.569,2.275],[0.391,0.981],[0.649,0.753],[1.026,-1.672],[0.027,-0.27],[-0.321,-1.047],[-0.228,-1.057],[-0.013,-0.132],[-1.259,-3.181],[0.05,-0.525],[1.449,-1.636],[0.267,-0.07],[0.823,-0.253],[0.451,-0.521],[0.367,-0.393],[0.981,-0.273],[1.12,-1.052],[0.737,-0.144],[0.011,-0.511],[0.456,-0.291],[0.285,-0.278],[-0.374,-0.597],[0.49,-1],[-0.212,-0.326],[0.047,-1.223],[0.006,-0.065],[0.12,-0.003],[0.638,0.507],[0.009,0.197],[0.046,0.039],[0.714,-1.006],[0.267,-0.449],[0.066,-0.401],[0.016,-0.327],[0.764,0.034],[1.177,-1.211],[0.231,-1.453],[0.814,-0.06],[0.387,-0.093],[0.099,-0.06],[-0.003,-0.119],[-0.249,-0.107],[-0.377,-0.023],[0.021,-0.07],[0.135,-0.016],[2.372,0.348],[0.338,0.009],[0.86,-0.661],[-0.761,-0.511],[0.287,-0.916],[0.707,-1.546],[0.894,-0.357],[0.528,-0.509],[1.857,0.162],[0.641,-0.115],[0.12,-0.328],[1.323,-0.353],[0.1,-0.022],[-0.059,0.229],[-0.474,0.263],[-1.139,0.576],[-0.199,0.482],[0.159,0.826],[0.216,0.127],[1.648,-0.733],[0.635,-0.875],[2.086,-0.678],[0.647,-0.212],[0.319,-1.48],[0.347,-0.216],[0.244,-0.124],[0.265,-0.172],[-0.874,-0.751],[0.041,-0.096],[-0.102,-0.32],[-1.364,1.172],[-0.383,0.559],[-0.383,-0.112],[-0.167,0.274],[-0.302,-0.076],[-0.388,-0.061],[-0.956,-0.079],[-1.521,-0.123],[-0.198,-1.383],[0.256,-0.529],[-0.263,-0.069],[-0.125,-0.021],[0.242,-0.081],[1.022,-0.385],[0.447,-0.404],[-0.262,-0.468],[-1.138,-0.819],[-3.654,0.937],[0.005,0.052],[-0.085,0.014],[-0.447,0.467],[-0.014,0.076],[-0.603,0.222],[-0.325,0.251],[0,0],[0,0],[0.295,-0.246],[0.59,-0.217],[0.049,-0.049],[0.156,-1.123],[0.043,-0.043],[0.033,-0.022],[-0.055,-0.68],[1.349,-1.193],[1.076,-0.337],[0.097,-0.247],[0.82,-0.723],[0.87,-0.546],[3.837,0.083],[1.658,0.242],[0.376,0.065],[0.391,-0.122],[1.078,-0.613],[0.562,-0.834],[0.677,-0.104],[2.038,-0.06],[0.808,-0.584],[-0.282,-0.663],[0.239,-0.487],[0.065,-0.381],[-0.65,-1.085],[0.002,0.009],[0,0],[0,0],[0.026,-0.003],[-0.056,-0.399],[-0.208,-0.696],[-0.403,-0.073],[-0.13,-0.014],[0.162,-0.132],[0.368,-0.165],[0.495,-0.252],[-0.39,-0.563],[-0.266,0.026],[-0.979,-1.269],[-0.229,-0.116],[-0.305,-1.466],[-0.498,-0.458],[-0.424,-0.516],[0.468,-0.501],[0.423,-0.455],[-0.62,-0.936],[0.068,-0.292],[-0.54,-0.486],[-0.537,-0.342],[-0.205,-0.619],[-0.147,-0.808],[-0.699,-1.811],[-0.063,-0.544],[-0.06,-0.182],[-0.096,-0.039],[-1,1.624],[-0.824,1.758],[-0.485,0.191],[-0.581,0.355],[-0.716,0.283],[-0.458,-0.342],[-0.235,-0.687],[-0.878,-0.456],[0.073,-1.333],[-0.112,-0.285],[0.486,-1.281],[0.203,-0.294],[-1.232,-0.162],[-0.491,0.004],[-0.412,-0.212],[0.017,-0.401],[-0.71,-0.845],[-0.202,-0.623],[-0.707,-0.97],[-0.478,0.202],[-1.581,-0.352],[-0.527,-0.398],[-1.616,-0.456],[-0.358,0.958],[0.378,0.644],[-0.65,0.883],[-0.467,1.144],[-0.112,0.506],[0.315,1.004],[-0.352,0.213],[-0.783,1.686],[-0.578,0.658],[0.407,0.554],[0.295,0.45],[0.275,1.485],[0.328,1.658],[0.052,0.147],[-0.544,0.414],[-1.673,1.717],[-1.015,0.419],[-0.732,0.289],[0.064,1.652],[-0.183,1.078],[-0.027,1.08],[0.011,0.393],[-0.34,0.748],[-0.116,0.187],[-1.003,-0.223],[-0.4,0.288],[-0.178,-0.366],[-0.272,-0.623],[-1.429,-1.236],[-0.319,-0.528],[0.916,-1.854],[-0.031,-0.646],[0.201,-0.655],[0.079,-0.283],[-2.188,-0.203],[-0.553,0.01],[-0.987,-1.376],[-1.409,-0.681],[-0.773,-1.499],[-1.297,-0.771],[-0.625,-0.352],[-1.147,0.291],[-0.017,0.03],[0,0],[0,0],[0.05,0.01],[0.652,-1.015],[-0.152,-1.488],[-0.019,-0.542],[-0.057,-0.217],[-0.526,-0.113],[-0.608,-0.041],[-0.083,-0.392],[0.2,-0.791],[0.747,-3.407],[0.617,-0.506],[1.477,-1.964],[1.079,-1],[0.1,-0.41],[0.536,0.098],[1.316,0.067],[0.021,-0.646],[-0.036,-0.002],[-0.073,-0.054],[0.104,0.021],[0.003,0.036],[1.864,0.135],[0.151,-0.401],[0.643,0.222],[0.67,0.236],[2.093,-1.94],[0.167,-0.16],[-0.044,-0.59],[0.953,-0.753],[0.252,-0.253],[0.02,-0.021],[0.178,-0.169],[1.049,-1.025],[-0.065,-0.121],[-0.125,-0.315],[1.252,-0.192],[0.036,0.109],[1.962,0.819],[1.367,-0.644],[0.393,-0.359],[1.1,-0.234],[0.364,-0.602],[-0.156,-0.526],[-0.405,-0.795],[0.223,-0.773],[-0.032,-0.006],[0,0],[0,0],[-0.006,0.012],[0.5,0.081],[1.543,-0.11],[0.027,-0.563],[0.673,-0.783],[-1.062,-0.427],[0.019,-0.931],[-0.811,0.029],[-0.929,0.054],[-0.004,-0.022],[-0.033,-0.007],[0,0],[-0.263,0.07],[-1.266,-0.011],[-0.275,1.163],[0.097,0.306],[-0.484,0.462],[-1.289,0.111],[-0.276,0.616],[-0.302,0.461],[0.019,0.035],[-0.057,0.056],[0.026,-0.091],[0.02,0],[-0.208,-0.448],[-0.47,-0.118],[-0.131,0.555],[0.231,0.579],[-0.255,0.395],[-0.345,-0.159],[-0.267,-0.775],[-0.217,-1.573],[0.451,-0.377],[0.279,-1.864],[-0.165,-0.299],[-0.806,0.931],[-0.2,0.69],[-0.104,0.081],[-0.302,0.021],[0.443,-1.307],[-0.073,-0.741],[0.771,-0.367],[-0.64,-0.512],[-0.727,-0.077],[-0.283,-0.21],[0.724,-0.81],[0.163,-0.164],[1.025,-0.367],[-0.622,-2.567],[0.143,-0.354],[-0.546,-1.557],[-0.279,-0.562],[1.004,-0.712],[0.706,-0.533],[0.03,-0.26],[0.159,-0.185],[0.637,0.23],[0.83,0.455],[0.455,-0.304],[1.899,-1.789],[0.386,-0.376],[0.402,-0.596],[-0.124,-0.055],[-1.716,-0.122],[-0.416,-0.321],[-1.219,-0.244],[-0.381,0.084],[-0.635,0.685],[-0.5,0.818],[-0.734,1.314],[-0.352,0.731],[-0.006,1.871],[-0.147,0.407],[-0.801,0.528],[-0.69,0.46],[0.034,-0.008],[-0.005,0.092],[0.053,0.033],[-0.097,0.12],[-0.04,-0.025],[-0.001,-0.025],[-0.621,0.163],[-1.799,1.158],[-0.123,0.85],[-0.208,0.172],[-0.652,0.77],[0.103,0.957],[0.304,0.378],[0.356,0.098],[0.807,0.485],[0.1,0.068],[0.013,0.259],[-0.378,0.071],[-0.634,0.688],[-0.328,0.431],[0.211,0.104],[-0.004,-0.028],[0,0],[0,0],[-0.031,-0.009],[0.097,0.527],[-0.674,0.681],[-0.844,0.723],[-1.526,0.007],[-0.236,0.927],[-0.037,0.194],[-0.093,-0.09],[-0.308,-0.451],[-0.507,-0.779],[0.736,-0.987],[0.202,-0.276],[-1.393,-0.123],[-0.119,-0.118],[0.12,0.119],[0,0],[0.042,0.04],[0,0],[0.528,0.135],[0.537,0.162],[0.867,-0.401],[0.192,-0.1],[-0.016,-0.953],[-0.039,-0.742],[1.284,-0.214],[-0.22,-0.005],[-1.847,0.127],[-0.085,-0.248],[-0.17,-0.26],[-0.494,0.461],[-1.066,1.483],[-0.249,0.03],[-0.109,0.072],[-0.271,0.243],[1.424,1.04],[0,0],[0.036,0.036],[-0.656,0.134],[-0.738,0],[-0.212,0.465],[-0.309,0.288],[0.007,0.407],[-0.513,0.299],[-0.504,-0.22],[-0.913,-0.372],[-0.363,0.174],[-0.556,0.102],[-0.856,-0.459],[-0.556,-1.275],[-0.538,-0.131],[-0.388,-1.294],[0.064,-0.397],[-0.08,-0.912],[-1.894,0.312],[-0.84,0.053],[-0.231,0.545],[0.336,0.265],[0.237,-0.133],[0.807,-0.149],[0.79,-0.182],[0.131,-0.036],[0.03,0.033],[-0.752,0.307],[-0.922,0.662],[-0.534,0.088],[-0.798,0.313],[-0.388,1.322],[-0.036,0.367],[-0.268,0.25],[-0.493,-0.202],[0.365,-0.653],[-0.417,-0.865],[-0.355,-0.742],[-0.212,-0.417],[-0.53,0.12],[-4.138,0.917],[-0.239,-0.192],[0.441,-0.753],[0.412,-0.012],[1.725,-0.02],[-0.16,-0.791],[-0.551,-1.04],[-1.524,0.184],[-1.513,-1.192],[-1.044,-0.765],[-0.253,-1.716],[-1.312,-0.552],[-0.341,0.419],[-0.327,0.186],[-0.46,0.028],[1.083,-1.327],[0.017,-0.096],[-0.089,-0.076],[-0.368,0.167],[-1.159,0.956],[-0.175,0.147],[-0.209,-0.071],[-0.186,-1.093],[0.512,-1.88],[-0.027,-0.397],[-0.069,-0.129],[-0.637,0.391],[-0.06,0.731],[-0.833,0.471],[-0.532,0.281],[-0.166,-0.16],[-0.004,0.006],[-0.101,0.014],[-0.226,0.16],[-0.093,0.054],[-0.272,-0.203],[0.279,-0.019],[0.074,-0.05],[0.033,0.028],[0.111,-0.385],[0.098,-0.47],[-0.923,-0.316],[-2.026,0.845],[-0.651,0.017],[-1.179,0.952],[-0.029,0.027],[0,0],[0,0],[0.033,0.006],[0.067,-0.07],[0.364,-0.469],[-0.35,-0.477],[-0.467,0.263],[-0.935,0.109],[-1.054,0.389],[-0.078,0.536],[-0.564,-0.385],[-0.817,-0.562],[-0.256,-0.915],[-0.235,-0.619],[-0.924,-1.021],[-1.726,-1.145],[-0.082,-0.252],[-0.338,-0.459],[-0.545,-0.048],[-1.175,0.039],[-1.276,-1.038],[-0.737,-0.261],[-0.699,-0.659],[-0.416,-0.946],[-0.672,0.126],[-0.439,0.087],[-0.637,-1.041],[-0.085,-0.133],[0.282,-0.348],[-0.157,-0.351],[-0.594,-0.313],[-0.391,-0.12],[-0.626,-0.114],[0.089,-0.695],[0.007,0.018],[-0.108,-0.026],[-0.397,0.135],[-0.147,0.095],[-0.038,0.004],[-0.038,0.234],[-0.281,0.597],[-0.187,-0.124],[-0.013,-0.039],[0.498,-0.067],[0.007,-0.038],[0.181,-0.062],[0.364,-0.233],[0.073,-0.024],[0.033,0.012],[-0.312,-1.052],[-0.458,-0.427],[-0.912,0.309],[-1.188,0.959],[-0.792,-0.231],[-1.366,-0.413],[-0.278,0.279],[-0.251,0.303],[-1.07,0.182],[-1.59,-0.443],[-2.404,1.582],[-0.292,0.292],[-2.677,1.523],[-0.116,-0.067],[-1.264,-0.474],[-0.627,0.728],[-1.128,0.929],[0.356,0.89],[0.923,2.557],[-0.284,0.5],[0.67,0.457],[0.16,0.102],[0.004,0.021],[-0.434,0.057],[-0.136,1.084],[-0.006,0.169],[0.326,0.083],[0.015,-0.05],[0.046,0.022],[0.034,-0.242],[-0.023,0.005],[0,0],[0,0],[-0.003,0.015],[1.177,-0.291],[0.299,0.12],[-0.122,0.183],[-1.155,-0.076],[-0.003,0.029],[-0.06,-0.003],[-0.159,0.448],[-0.847,0.095],[-0.745,0.561],[-0.863,-0.42],[-0.559,-0.321],[0.3,-0.463],[0.579,-0.93],[-1.089,-0.024],[-0.647,0.107],[-0.642,0.802],[-0.655,-0.06],[-1.957,0.3],[-0.667,0.237],[0.627,0.898],[0.226,0.304],[-0.234,0.106],[-0.244,1.368],[-0.133,0.476],[0.949,1.403],[1.578,-0.27],[0.691,0.557],[1.357,-0.661],[0.342,-0.129],[0.097,0.015],[0.036,0.116],[-0.205,0.172],[-0.714,0.195],[0.084,0.378],[-0.573,1.104],[-0.227,1.34],[-0.263,-0.005],[-0.46,-0.288],[-0.305,-0.257],[-0.439,-0.014],[-0.589,1.586],[-0.231,0.035],[-0.202,-0.163],[-0.726,-1.031],[-1.539,0.911],[-0.066,0.243],[-2.437,1.339],[-1.527,1.123],[0.169,0.657],[0.204,0.715],[-1.253,1.217],[0.276,0.922],[0.161,0.558],[0.512,0.151],[1.047,-0.222],[0.007,-0.036],[0.036,-0.085],[0.015,-0.281],[0.004,-0.134],[0.259,-0.173],[-0.099,0.293],[-0.004,0.123],[-0.038,-0.004],[-0.105,0.638],[-0.01,1.067],[-0.598,0.523],[0.296,0.559],[-0.171,0.36],[-0.286,0.463],[1.218,0.392],[0.052,-0.094],[1.045,1.036],[0.09,0.443],[0.092,-0.104],[0.662,-0.825],[0.359,0.14],[0.407,-0.014],[0.121,-0.021],[0.228,0.152],[-1.153,0.813],[-1.475,2.804],[-0.957,0.487],[-1.644,0.672],[-1.02,0.506],[-0.359,0.536],[-1.275,-0.441],[-0.93,0.577],[-1.402,1.219],[-0.684,0.033],[-1.405,0.09],[-0.117,0.148],[0.126,0.196],[0.399,0.011],[0.804,-0.351],[0.528,-0.111],[0.907,-1.026],[1.775,-0.061],[-0.02,-0.033],[0,0],[0,0],[-0.007,0.015],[0.336,0.549],[0.257,0.415],[0.133,-0.235],[1.194,-0.195],[0.546,0.06],[0.62,-0.592],[1.221,-0.551],[0.935,-0.552],[0.299,-0.148],[0.193,-0.337],[0.958,-0.239],[0.953,-0.377],[0.143,-0.348],[1.859,-1.167],[1.594,-0.391],[0.376,-0.523],[0.458,-0.293],[0.778,-0.486],[-0.173,-0.368],[-0.294,-0.576],[0.81,-0.857],[0.734,0.155],[0.831,-0.699],[0.152,-0.663],[0.579,-0.058],[1.384,-2.458],[0.75,-0.364],[0.029,0.406],[-0.04,0.167],[-1.614,-0.883],[-0.331,0.216],[-0.756,1.993],[-0.499,0.554],[0.302,0.276],[-0.729,0.373],[-0.302,0.164],[0.222,0.303],[0.667,-0.023],[1.207,-0.684],[0.525,-0.152],[1.22,-0.642],[0.332,0.07],[0.644,-0.289],[0.411,-0.532],[0.271,0.002],[0.188,-0.583],[-0.399,-0.291],[-0.328,-0.832],[0.395,-0.34],[0.301,0.834],[0.63,-0.125],[0,0],[0,0],[0,0],[-0.02,0.001],[0,0.391],[0.328,1.537],[0.98,0.314],[0.192,0.358],[0.272,0.492],[0.542,0.088],[1.313,-0.029],[0.294,0.264],[-0.016,-0.02],[0,0],[0,0],[-0.011,-0.006],[0.233,0.307],[0.89,0.948],[0.115,-0.031],[0.29,0.125],[-0.876,0.86],[0.383,0.384],[0.61,0.359],[-0.021,0.539],[0.2,1.254],[0.481,0.508],[0.564,-0.073],[-0.087,-0.399],[-0.033,-0.122],[0.165,-0.273],[0.198,0.504],[0.049,0.928],[0.068,0.088],[-0.156,0.302],[-0.229,-0.149],[-0.87,-0.241],[-0.327,0.76],[0.153,0.809],[0,0],[0.003,0.079],[0.027,-0.037],[0.498,0.637],[-0.482,1.321],[0.016,0.122],[0.235,-0.032],[0.48,-0.867],[0.011,-0.13],[0.069,0.005],[0.391,-0.53],[0.023,-0.037],[0.031,0.003],[0.014,-0.11],[1.096,-1.512],[0.037,-0.108],[0.081,0.003],[0.002,0.398],[-0.288,0.891],[-0.308,0.711],[0.059,0.009],[0.003,0.083],[0.316,0.412],[0.048,0.032],[0,0],[0,0],[-0.005,-0.066],[-0.521,-0.332],[-0.039,-0.052],[-0.022,-0.04],[-0.453,-0.071],[-0.593,-0.262],[-0.005,0.03],[-0.055,-0.005],[-0.383,0.562],[-0.031,0.043],[-0.046,0.091],[-0.114,1.177],[-0.212,0.428],[0.21,0.067],[0.003,-0.027],[0.078,-0.076],[0.072,-0.189],[0.025,0.099],[-0.084,0.102],[-0.045,0.113],[-0.042,-0.007],[-0.063,0.384],[0.385,0.599],[-0.182,0.507],[-0.071,0.387],[0.653,0.936],[0.1,0.182],[0.226,-0.016],[0.533,-1.202],[0,0],[-0.007,-0.07],[-0.079,-0.064],[0.075,0.027],[0.015,0.033],[0.041,0.039],[0,0.031],[0.257,0.002],[-0.021,-0.033],[0.059,-0.058],[-0.025,0.089],[0,0],[0.283,0.481],[0.041,-0.024],[0.012,0.108],[0.108,0.165],[0.02,0.369],[-0.03,-0.131],[0,-0.029],[-0.048,-0.072],[-0.007,-0.009],[-0.62,0.372],[0.105,0.577],[0.353,0.164],[0.514,0.118],[-0.751,0.83],[-0.01,0.503],[-0.511,0.26],[0.934,1.017],[-0.277,0.122],[0.215,0.96],[0.906,-0.3],[0.121,0.005],[0.02,0.233],[-0.352,0.4],[-0.78,0.678],[0.004,0.209],[-0.033,-0.038],[0.1,0.001],[0.044,-0.066],[0.152,0.118],[-0.028,0.045],[0.677,0.721],[0.386,0.418],[-0.163,0.444],[-0.018,-0.011],[0.003,0.043],[0,0],[-0.035,0.404],[0.244,0.71],[-0.086,0.103],[0,0],[0.763,0.336],[0.502,0.698],[0.635,0.241],[0.364,0.211],[-0.296,0.8],[0.108,0.319],[0,0],[0,0],[-0.026,-0.035],[0,0],[0.056,0.276],[0.368,0.064],[0.538,0.134],[0.28,0.909],[0.488,0.887],[-0.108,0.242],[-0.324,0.213],[-1.15,-0.351],[0,0],[-0.032,-0.031],[0.385,0.057],[0.784,0.004],[0.135,-1.614],[-0.603,-0.265],[-0.173,-0.663],[-0.358,-1.48],[-1.112,-0.281],[-0.533,-0.433],[-0.327,-0.205],[-0.333,-0.058],[0.14,0.808],[-0.029,0.36],[0.573,0.767],[1.579,2.415],[0.217,0.333],[0,0],[0.027,0.027],[-1.11,0.445],[-0.027,1.789],[0.139,2.257],[-0.825,2.182],[-0.502,2.139],[-1.163,1.671],[0.005,0.414],[0.12,2.249],[-0.414,0.589],[0.703,1.415],[-0.169,0.642],[0.017,0.405],[0.456,1.14],[0.165,0.329],[0.759,0.483],[-0.148,0.386],[-0.087,0.393],[0.383,1.151],[-0.124,0.321],[0.657,1.512],[0.366,0.763],[-0.097,0.959],[2.423,0.376],[1.658,1.006],[0.052,1.531],[0.692,2.508],[0.101,0.826],[1.321,1.068],[0.456,0.804],[-0.309,0.571],[-0.133,-0.005],[-0.367,0.114],[0.659,1.256],[1.674,0.776],[0.548,0.49],[-0.004,0.683],[-0.2,0.908],[1.994,2.047],[0.222,0.447],[0.608,-0.473],[-0.266,-0.955],[-0.557,-0.637],[-0.209,-0.659],[-0.228,-1.072],[-0.254,-1.254],[-0.596,-1.801],[-1.115,-1.738],[-0.255,-0.3],[-0.246,-2.042],[0.096,-0.348],[0.75,0.325],[0.764,0.379],[0.306,1.755],[1.009,2.584],[0.341,0.425],[0.292,1.321],[0.627,0.531],[0.287,0.283],[-0.157,0.231],[-0.371,0.627],[0.777,0.562],[0.95,0.479],[0.037,0.459],[4.231,4.394],[0.097,0.378],[-0.157,0.524],[-0.965,1.335],[0.619,1.134],[1.227,0.396],[0.779,1.098],[0.535,0.131],[0.511,0.16],[1.777,1.577],[1.18,0.305],[1.212,0.716],[4.546,1.384],[1.324,-0.485],[2.077,2.007],[0.786,0.989],[1.811,0.153],[1.949,0.617],[0.451,-0.033],[0.445,1.201],[0.879,1.056],[0.474,0.637],[-0.432,1.333],[0.52,0.158],[0.428,0],[0.972,0.753],[0.318,1.496],[0.389,0.062],[1.354,-0.482],[0.751,0.875],[0.895,0.804],[0.489,-0.373],[-0.15,-0.378],[1.055,-0.707],[0.17,-0.194],[1.176,0.558],[0.082,1.009],[0.779,0.963],[0.244,0.231],[0.01,1.78],[-0.111,1.033],[0.294,0.38],[-0.815,1.272],[-1.505,0.671],[-0.22,0.876],[-0.732,0.373],[-0.207,0.125],[-0.76,3.429],[-0.14,0.234],[-0.087,1.368],[0.185,1.048],[0.061,0.027],[0.173,-0.204],[0.074,0.218],[-0.017,0.71],[-0.768,0.569],[-1.095,0.944],[0.21,0.65],[0.05,0.392],[-0.308,0.803],[0.816,0.508],[1.001,0.529],[0.366,0.913],[0.404,0.34],[0.483,1.746],[0.782,2.23],[1.38,2.045],[0.2,0.34],[-0.267,1.277],[2.324,2.586],[0.521,0.404],[1.502,0.696],[1.546,1.573],[0.449,0.39],[0.09,0.685],[0.303,1.355],[-0.143,0.484],[0.875,2.718],[-0.102,0.392],[0.98,4.066],[0.042,1.088],[-0.227,1.355],[-0.216,0.829],[0.465,1.213],[-0.478,1.226],[0.653,1.564],[0.276,0.698],[0.027,0.688],[0.178,0.697],[-0.318,0.898],[-0.729,3.077],[-0.124,0.549],[-0.902,0.758],[0.901,1.426],[0.811,1.278],[-0.428,0.761],[0.111,0.815],[0,1.006],[0.328,0.446],[-1.487,-0.051],[-0.101,0.383],[0.176,1.321],[0.076,0.425],[0.517,-0.463],[-0.037,-0.946],[0.116,-0.842],[0.704,0.209],[0.488,-0.258],[0.09,0.391],[-0.094,1.751],[0.093,1.778],[-0.088,0.553],[0.976,1.583],[-0.15,0.322],[-0.119,-0.06],[-0.187,-0.475],[-1.222,-0.038],[-0.303,1.379],[-0.077,0.172],[0.156,0.155],[0.364,-0.128],[0.792,0.035],[0.444,0.112],[-0.242,1.038],[0.036,-0.008],[0.019,0.087],[0.092,0.032],[-0.044,0.174],[-0.051,-0.019],[-0.005,-0.027],[-0.751,0.122],[-0.425,0.402],[0.09,0.521],[0.143,0.359],[0.056,0.513],[0.144,0.17],[0,0],[0,0],[0,0],[-0.029,-0.023],[-0.023,0.383],[-0.194,1.179],[0.623,0.372],[0,0],[0.021,-0.003],[0.519,0.872],[-0.032,-0.008],[-0.003,0.046],[0,0],[-0.014,1.335],[-0.168,0.556],[0.604,0.019],[0.101,-1.008],[-0.016,-0.013],[0,0],[0,0],[-0.028,0.051],[0.382,0.386],[-0.003,0.59],[0.408,0.453],[-0.34,0.428],[-0.272,0],[-0.228,0.065],[-0.148,0.266],[0.38,0.136],[1.347,0.07],[-0.288,0.785],[0.862,0.568],[0.068,-0.011],[0.007,0.086],[0.243,0.113],[0.067,0.025],[0,0],[0,0],[-0.016,-0.07],[-0.257,-0.095],[-0.064,-0.029],[-0.036,-0.031],[-1.171,0.127],[-0.212,-0.136],[-0.096,-0.011],[0.028,0.253],[1.658,1.155],[0.506,0.561],[0.47,0.162],[0.143,-0.308],[0.05,-0.099],[0.318,0.008],[-0.075,0.193],[0.232,0.079],[0.867,0.209],[-0.073,0.317],[1.008,0.233],[0.227,0.528],[0.478,-0.597],[0.298,-0.139],[0.087,0.242],[-0.043,0.535],[0.433,0.285],[0.373,0.065],[0.53,-0.005],[0.868,0.058],[-0.038,0.013],[0,-0.101],[-0.055,-0.039],[0.092,-0.133],[0.046,0.027],[0.007,0.034],[0.745,-0.217],[0.605,-0.169],[0.049,-0.324],[0.525,0.092],[0.933,-0.49],[0.048,-0.033],[-0.389,-0.516],[-1.751,-0.736],[-0.242,-0.112],[-0.779,-0.939],[-0.438,-0.567],[-0.339,-1.792],[-0.477,-0.024],[-0.018,0.047],[-0.064,0.014],[-0.071,0.378],[-1.377,0.655],[-0.015,0.13],[-0.048,0.09],[-0.109,-0.048],[-0.022,-0.536],[0.2,-1.419],[0.012,-0.064],[0.066,-0.005],[0.325,-0.718],[0.129,0.035],[0.243,-0.079],[0.118,-0.171],[-0.598,-0.914],[-0.478,-0.967],[-0.362,-1.15],[0.354,-0.41],[1.067,-0.815],[-0.094,-1.153],[0.861,-0.881],[0.438,-0.552],[-0.053,-0.407],[-0.248,-1.134],[-0.7,-0.028],[-0.631,-0.523],[-1.298,-1.175],[0.398,-0.538],[0.817,-0.49],[0.227,-0.105],[0.132,-1.191],[-0.16,-0.37],[-0.11,-1.148],[0.541,-0.524],[-0.007,0],[-0.033,-0.047],[-0.326,-0.025],[-0.272,-0.101],[0.097,-0.072],[0.206,0.256],[0.076,0.002],[-0.037,0.042],[0.263,0.044],[0.982,-0.076],[-0.129,-0.67],[-0.101,-0.345],[-0.253,0.11],[-1.306,0.564],[-0.187,-0.799],[-0.06,-0.261],[-0.12,-0.457],[0.769,0.273],[1.022,0.581],[1.147,-0.16],[-0.021,-0.815],[0.021,-0.942],[0.014,-0.125],[-0.078,-0.261],[-0.166,-0.892],[3.054,0.655],[0.765,-0.312],[1.284,-0.571],[0.177,-0.916],[0.205,-0.508],[0.137,-0.615],[-0.355,-0.209],[-0.386,-0.233],[0.019,-0.408],[0.421,-1.088],[-0.862,-0.799],[-0.073,-0.009],[-0.01,-0.074],[-0.064,-0.059],[0.061,0.029],[0.009,0.021],[0.045,0.047],[0.037,0.044],[1.959,0.22],[0.329,0.196],[0.819,0.054],[2.067,0.013],[0.555,-0.934],[1.021,-0.815],[0.34,-1.327],[0,0],[0.017,-0.046],[-0.023,0.006],[-0.326,-1.143],[0.293,-0.167],[0.224,-1.041],[0.133,-0.196],[0.156,0.005],[0.132,0.356],[0.765,-0.09],[1.13,-2.659],[1.112,-1.586],[-0.126,-0.232],[-0.391,-2.458],[0.838,-0.706],[1.276,-1.315],[0.939,-0.323],[0.575,-0.582],[0.034,-0.158],[0.836,0.198],[0.794,-0.106],[1.539,-0.033],[0.463,-0.615],[0.448,-0.338],[-0.168,-0.701],[0.815,-1.436],[0.724,-1.089],[-0.132,-0.969],[1.108,-1.558],[0.096,-2.198],[-0.004,-1.505],[0.005,-0.696],[1.91,-0.845],[0.127,-0.391],[0.514,-1.149],[1.143,-0.989],[1.037,-1.114],[0.527,-1.374],[-0.603,-1.831]],\"v\":[[193.576,97.326],[192.708,96.502],[190.739,95.988],[187.717,94.957],[184.391,92.566],[179.166,88.664],[176.399,87.967],[166.628,86.649],[165.437,86.768],[163.958,87.497],[163.015,87.008],[162.286,85.082],[161.092,84.041],[156.146,82.122],[152.17,81.099],[149.399,82.411],[149.08,82.62],[148.809,82.068],[148.993,81.266],[147.921,79.279],[144.842,78.281],[144.692,78.984],[144.762,78.99],[144.887,79.122],[144.675,79.058],[144.692,78.984],[141.495,79.74],[139.943,78.973],[143.105,77.339],[143.933,74.235],[143.567,72.278],[142.163,70.26],[139.939,65.915],[138.833,63.747],[131.074,58.567],[129.929,58.115],[125.519,57.313],[120.981,57.264],[119.83,56.9],[115.592,54.445],[115.123,53.838],[114.122,52.066],[111.471,49.489],[109.312,48.338],[107.275,48.086],[106.511,47.334],[104.779,44.82],[101.795,43.42],[100.96,42.633],[101.739,41.962],[102.122,41.816],[102.393,41.202],[102.051,40.985],[98.367,40.827],[96.562,40.06],[95.857,40.249],[95.413,41.375],[90.521,42.166],[87.394,41.518],[83.688,41.768],[82.459,40.906],[82.382,40.497],[80.76,38.841],[79.137,38.545],[77.088,36.815],[76.217,36.077],[74.885,36.876],[74.632,37.651],[73.167,39.388],[71.26,40.171],[70.278,39.692],[70.218,38.581],[71.963,36.863],[71.559,35.435],[70.408,35.191],[67.869,36.477],[64.727,38.372],[60.89,39.687],[60.084,39.674],[57.913,40.628],[56.296,43.456],[54.878,45.801],[52.717,47.706],[52.21,49.096],[52.274,49.108],[52.269,49.353],[52.179,49.206],[52.21,49.096],[51.531,48.841],[49.418,46.899],[46.175,45.247],[41.401,45.769],[39.933,46.497],[36.483,46.801],[31.567,43.431],[29.614,40.305],[29.298,39.146],[30.17,35.221],[30.642,33.675],[31.458,29.707],[31.796,25.651],[31.373,25.001],[29.859,24.399],[29.848,24.409],[29.949,24.497],[29.705,24.581],[29.848,24.409],[26.688,22.945],[23.019,22.485],[18.963,22.826],[15.683,23.008],[13.67,22.698],[13.406,22.122],[15.079,17.669],[15.331,15.216],[16.09,14.416],[17.732,12.895],[18.093,10.052],[19.283,6.69],[20.79,4.74],[21.254,3.597],[20.005,1.789],[15.135,2.164],[11.115,2.875],[8.585,4.674],[7.878,6.591],[4.949,11.872],[2.063,12.926],[0.052,13.005],[-3.868,14.232],[-6.913,13.544],[-9.35,12.06],[-11.625,9.821],[-13.966,5.961],[-14.777,4.096],[-15.418,0.453],[-15.579,-2.013],[-14.498,-10.583],[-13.902,-12.085],[-12.857,-15.922],[-11.997,-21.581],[-8.664,-24.938],[-3.556,-27.359],[0.13,-29.003],[3.352,-28.768],[5.758,-28.653],[7.934,-28.13],[11.915,-26.794],[14.13,-27.666],[14.691,-29.987],[15.959,-31.367],[17.574,-31.651],[23.339,-31.588],[28.931,-29.531],[30.856,-29.305],[32.373,-29.938],[33.885,-29.555],[36.451,-26.328],[36.718,-24.387],[36.307,-23.219],[36.55,-20.919],[39.257,-14.507],[41.188,-11.864],[43.692,-12.109],[45.507,-17.544],[45.467,-18.362],[44.465,-21.503],[44.097,-24.749],[43.977,-25.145],[43.185,-34.927],[43.735,-36.445],[48.81,-40.468],[49.59,-40.745],[51.571,-42.175],[52.846,-43.797],[54.118,-44.789],[56.518,-46.32],[60.446,-48.471],[61.636,-49.94],[62.382,-50.799],[63.678,-51.794],[63.959,-52.894],[63.67,-54.75],[63.656,-57.895],[63.339,-59.07],[63.628,-62.73],[63.949,-62.883],[64.308,-62.747],[64.787,-60.861],[65.257,-60.302],[65.611,-60.464],[67.695,-63.513],[68.109,-65.085],[68.148,-66.312],[68.713,-66.765],[70.477,-67.682],[72.803,-71.974],[75.08,-73.81],[77.511,-74.227],[78.598,-74.786],[78.795,-75.111],[78.593,-75.454],[77.805,-75.666],[77.369,-76.104],[77.755,-76.193],[78.166,-76.2],[85.088,-76.99],[86.117,-77.633],[85.916,-79.286],[84.895,-81.307],[85.84,-84.026],[89.253,-87.445],[91.768,-88.835],[93.66,-89.513],[98.891,-90.542],[99.809,-91.745],[100.683,-92.516],[104.693,-93.396],[105.024,-93.252],[104.779,-92.599],[103.274,-91.964],[100.753,-89.343],[100.562,-87.753],[101.979,-85.812],[102.752,-85.682],[107.019,-88.813],[109.442,-89.854],[115.709,-91.885],[117.641,-92.555],[120.299,-94.128],[121.425,-94.637],[122.109,-95.089],[122.342,-96.192],[121.286,-99.005],[121.162,-99.391],[120.119,-99.758],[116.701,-95.677],[115.378,-95.127],[114.192,-95.344],[113.459,-94.98],[112.598,-95.393],[111.428,-95.568],[110.027,-97.073],[107.553,-99.596],[107.954,-103.535],[107.193,-104.679],[106.378,-104.762],[106.024,-104.948],[106.752,-105.19],[109.557,-106.813],[109.912,-108.7],[108.958,-109.995],[105.106,-110.94],[94.533,-107.05],[94.538,-106.896],[94.316,-106.862],[92.976,-105.464],[92.942,-105.232],[91.143,-104.565],[90.17,-103.815],[90.088,-103.609],[90.162,-103.924],[91.055,-104.669],[92.83,-105.317],[92.976,-105.464],[94.316,-106.862],[94.442,-106.992],[94.533,-107.05],[95.295,-108.695],[99.904,-111.312],[102.407,-113.234],[102.881,-113.898],[105.402,-115.989],[108.213,-115.938],[119.65,-114.806],[124.54,-115.051],[125.74,-115.268],[126.868,-115.763],[129.627,-118.167],[132.045,-119.573],[134.077,-119.879],[139.261,-122.133],[140.118,-124.653],[140.049,-126.596],[140.588,-128.137],[140.404,-129.322],[137.498,-131.018],[137.502,-130.99],[137.243,-130.846],[137.425,-131.018],[137.498,-131.018],[137.308,-132.211],[135.907,-133.56],[134.675,-133.654],[134.286,-133.767],[134.769,-134.156],[135.91,-134.582],[136.14,-136.004],[134.52,-137.049],[133.722,-137.104],[129.924,-139.427],[129.38,-140.005],[126.977,-143.253],[125.653,-144.813],[125.617,-146.309],[127.054,-147.784],[127.183,-149.283],[126.421,-152.346],[125.857,-153.372],[125.003,-155.146],[124.769,-156.682],[124.57,-158.677],[123.955,-161.065],[122.712,-166.669],[122.42,-168.289],[121.809,-168.693],[121.438,-168.585],[118.3,-163.804],[114.503,-159.666],[113.213,-158.664],[111.376,-157.762],[109.468,-158.215],[108.524,-159.523],[107.149,-160.987],[106.208,-163.112],[106.592,-167.124],[106.969,-168.26],[108.667,-171.991],[108.231,-173.002],[104.899,-174.374],[103.425,-175.07],[102.903,-176.09],[102.725,-177.257],[101.08,-180.078],[99.981,-181.789],[97.154,-182.77],[95.553,-182.615],[90.882,-184],[88.986,-184.768],[85.019,-182.633],[85.114,-179.854],[85.118,-177.934],[83.209,-175.27],[83.512,-171.669],[83.696,-170.044],[82.739,-168.046],[81.735,-167.356],[78.281,-163.297],[78.266,-161.039],[79.542,-159.417],[80.219,-157.938],[80.899,-153.455],[80.645,-148.578],[80.243,-147.953],[78.567,-146.784],[72.67,-143.077],[69.605,-141.849],[68.57,-140.247],[68.514,-135.299],[68.153,-132.036],[68.316,-128.791],[68.123,-127.607],[66.938,-125.435],[66.3,-125.086],[64.175,-124.068],[62.726,-124.372],[62.248,-125.495],[61.393,-127.326],[58.643,-131.867],[58.669,-133.422],[60.382,-139.291],[60.951,-141.255],[61.549,-143.221],[61.005,-144.242],[54.51,-145.268],[53.076,-145.966],[49.312,-149.109],[46.124,-152.216],[42.679,-155.695],[38.741,-157.935],[36.744,-158.211],[33.265,-157.591],[33.213,-157.502],[33.073,-157.393],[33.119,-157.599],[33.265,-157.591],[34.271,-160.938],[34.133,-165.437],[33.892,-167.047],[33.317,-167.559],[31.705,-167.716],[30.553,-168.625],[30.45,-169.825],[31.235,-172.146],[36.087,-180.9],[37.627,-182.797],[42.986,-187.648],[45.809,-191.008],[46.709,-191.596],[48.321,-191.319],[50.791,-193.52],[50.675,-195.455],[50.563,-195.46],[50.355,-195.625],[50.666,-195.564],[50.675,-195.455],[54.837,-197.741],[55.871,-198.107],[57.764,-197.348],[59.688,-197.608],[65.912,-203.495],[66.146,-204.247],[66.749,-205.64],[69.576,-207.931],[70.333,-208.688],[70.393,-208.75],[70.92,-209.258],[71.256,-211.664],[71.084,-212.034],[71.399,-212.684],[74.381,-211.383],[74.683,-211.125],[80.627,-210.994],[84.403,-213.448],[85.745,-214.319],[87.771,-216.203],[88.084,-218.169],[87.572,-219.729],[87.437,-222.109],[87.945,-224.474],[87.848,-224.491],[87.66,-224.578],[87.956,-224.513],[87.945,-224.474],[89.429,-224.281],[91.609,-226.539],[92.067,-228.012],[91.881,-230.13],[90.262,-232.505],[88.827,-233.911],[87.731,-235.156],[85.278,-235.978],[85.264,-236.047],[85.162,-236.064],[85.287,-235.944],[84.499,-235.739],[82.153,-233.935],[81.498,-230.405],[81.35,-229.664],[79.925,-228.247],[77.682,-226.169],[76.702,-224.388],[75.36,-223.701],[75.408,-223.595],[75.238,-223.419],[75.311,-223.69],[75.36,-223.701],[74.451,-224.814],[73.324,-223.33],[73.377,-221.729],[73.062,-220.19],[71.611,-219.663],[70.735,-220.434],[70.209,-222.844],[71.596,-226.905],[72.252,-228.359],[71.018,-233.453],[69.92,-233.434],[67.855,-230.4],[66.624,-228.797],[66.255,-228.642],[65.864,-229.122],[66.557,-233.148],[67.571,-234.153],[67.764,-235.758],[65.645,-236.948],[63.808,-237.793],[63.635,-238.489],[65.857,-240.87],[66.584,-241.132],[67.678,-242.468],[67.727,-250.145],[67.753,-251.354],[66.679,-256.146],[67.214,-257.494],[70.149,-259.749],[71.304,-261.845],[71.607,-262.586],[72.258,-262.953],[74.102,-262.083],[76.415,-262.284],[77.713,-263.294],[83.373,-268.703],[84.356,-270.008],[83.736,-272.179],[83.364,-272.341],[78.981,-274.349],[77.484,-274.965],[73.798,-274.983],[72.73,-274.432],[70.692,-272.523],[69.201,-270.062],[67.075,-266.067],[66.342,-263.736],[64.869,-258.63],[64.146,-257.719],[61.795,-256.06],[61.249,-254.291],[61.356,-254.314],[61.373,-254.14],[61.529,-254.041],[61.373,-254.14],[61.253,-254.216],[61.249,-254.291],[59.437,-253.736],[56.269,-248.762],[55.357,-246.612],[54.798,-246.023],[54.005,-243.372],[54.902,-240.714],[55.545,-239.37],[56.581,-239.029],[58.928,-237.456],[59.167,-237.177],[58.656,-236.786],[57.571,-236.385],[55.837,-234.161],[56.357,-232.893],[57.048,-232.692],[57.033,-232.773],[57.352,-232.869],[57.136,-232.669],[57.048,-232.692],[56.762,-231.226],[54.654,-229.276],[51.713,-227.979],[49.249,-225.655],[48.756,-222.823],[48.393,-222.291],[48.114,-222.565],[47.202,-223.927],[47.273,-225.76],[49.468,-228.724],[49.093,-229.71],[47.174,-231.932],[46.818,-232.289],[47.174,-231.934],[47.174,-231.932],[47.299,-231.809],[47.174,-231.94],[48.758,-231.529],[50.358,-231.518],[52.964,-232.721],[53.335,-233.379],[53.187,-236.234],[54.058,-237.25],[55.429,-239.266],[54.765,-239.263],[50.934,-241.635],[50.533,-242.333],[49.415,-242.5],[47.968,-241.077],[43.757,-238.174],[43.054,-237.762],[42.774,-237.471],[42.765,-236.359],[46.469,-232.669],[46.327,-232.775],[46.439,-232.664],[44.472,-232.299],[42.83,-231.476],[41.752,-230.284],[41.17,-229.263],[40.748,-228.19],[39.173,-228.179],[37.681,-228.879],[34.887,-228.979],[33.702,-228.658],[32.105,-228.898],[29.949,-230.742],[27.115,-232.883],[25.975,-233.982],[25.083,-237.94],[25.045,-239.174],[23.044,-240.88],[17.338,-240.181],[15.59,-238.599],[16.223,-236.786],[17.363,-236.643],[18.031,-237.112],[20.476,-237.448],[22.795,-238.201],[23.308,-237.794],[23.132,-237.469],[20.889,-236.556],[17.904,-235.258],[16.342,-234.75],[14.692,-233.06],[13.812,-229.044],[13.218,-228.01],[12.2,-227.547],[12.167,-228.588],[12.182,-230.549],[10.969,-233.159],[9.869,-235.367],[8.487,-236.075],[6.897,-235.663],[-4.33,-238.197],[-4.385,-239.328],[-2.438,-240.645],[-1.204,-240.663],[0.968,-243.216],[0.097,-245.503],[-2.565,-247.141],[-6.332,-248.395],[-10.857,-251.973],[-12.935,-254.905],[-15.847,-258.062],[-19.145,-257.352],[-20.389,-256.286],[-21.57,-256.077],[-22.246,-256.872],[-20.632,-261.414],[-20.844,-261.734],[-21.172,-261.859],[-22.242,-261.286],[-25.692,-258.374],[-26.462,-258.268],[-26.953,-258.827],[-26.807,-262.095],[-26.336,-267.822],[-26.677,-268.979],[-27.348,-269.086],[-28.22,-267.318],[-29.202,-265.629],[-31.685,-264.182],[-33.182,-264.473],[-33.704,-264.932],[-33.712,-264.911],[-34.021,-264.872],[-34.711,-264.409],[-35.076,-264.411],[-34.846,-264.762],[-34.021,-264.872],[-33.802,-265.018],[-33.704,-264.932],[-33.372,-266.085],[-33.851,-267.09],[-36.642,-267.195],[-42.948,-265.633],[-44.858,-265.008],[-48.642,-264.309],[-48.723,-264.224],[-48.837,-264.029],[-48.739,-264.322],[-48.642,-264.309],[-48.443,-264.523],[-48.375,-265.994],[-49.766,-266.128],[-51.228,-265.474],[-53.987,-264.81],[-56.056,-262.507],[-56.882,-261.986],[-58.569,-263.148],[-60.211,-265.424],[-61.1,-268.133],[-61.954,-269.937],[-65.231,-272.306],[-69.342,-276.75],[-69.784,-277.444],[-71.146,-278.271],[-72.792,-278.336],[-75.805,-279.489],[-79.911,-282.203],[-81.867,-283.681],[-83.491,-286.03],[-85.9,-287.198],[-87.906,-286.732],[-88.942,-287.21],[-90.184,-290.599],[-89.907,-291.314],[-89.626,-292.442],[-90.41,-293.336],[-92.316,-294.049],[-93.537,-294.247],[-94.189,-295.448],[-94.804,-297.085],[-94.783,-297.036],[-95.089,-297.052],[-96.278,-296.648],[-96.72,-296.365],[-96.84,-296.353],[-96.992,-295.669],[-98.293,-295.293],[-98.632,-295.974],[-98.333,-296.198],[-96.84,-296.353],[-96.822,-296.464],[-96.278,-296.648],[-95.089,-297.052],[-94.873,-297.125],[-94.804,-297.085],[-96.449,-299.83],[-97.938,-300.166],[-100.535,-298.939],[-104.446,-298.357],[-106.821,-299.064],[-110.156,-297.978],[-110.771,-296.921],[-111.697,-296.185],[-114.94,-295.836],[-119.248,-294.979],[-126.343,-290.036],[-127.294,-289.244],[-135.806,-288.086],[-136.186,-288.242],[-139.084,-287.44],[-140.928,-285.231],[-141.798,-281.981],[-140.966,-279.215],[-141.205,-271.656],[-140.57,-269.833],[-138.467,-268.604],[-138.255,-267.914],[-138.606,-267.789],[-139.536,-267.128],[-139.78,-263.861],[-139.209,-263.357],[-138.175,-263.276],[-138.127,-263.426],[-137.986,-263.362],[-137.88,-264.088],[-137.95,-264.076],[-138.109,-264.254],[-137.873,-264.133],[-137.88,-264.088],[-134.46,-263.762],[-134.165,-262.716],[-134.751,-262.336],[-137.986,-263.362],[-137.997,-263.273],[-138.175,-263.276],[-138.916,-262.14],[-141.195,-261.281],[-143.539,-261.19],[-146.061,-262.585],[-146.433,-263.953],[-145.501,-265.312],[-146.721,-267.395],[-149.99,-267.219],[-151.808,-266.358],[-153.974,-265.685],[-155.979,-265.398],[-161.234,-263.093],[-161.71,-261.362],[-159.765,-258.715],[-160.351,-257.919],[-161.015,-257.562],[-162.395,-253.719],[-162.17,-252.148],[-158.125,-249.905],[-153.854,-248.966],[-151.565,-248.733],[-147.393,-250.5],[-146.199,-250.403],[-145.957,-250.129],[-145.996,-249.752],[-146.689,-249.34],[-147.764,-247.966],[-147.82,-246.781],[-149.1,-243.328],[-152.804,-240.569],[-153.579,-240.815],[-154.895,-241.776],[-155.729,-242.596],[-156.222,-241.668],[-159.649,-239.094],[-160.383,-239.366],[-160.846,-240.036],[-163.225,-240.848],[-166.897,-237.155],[-167.371,-236.51],[-173.651,-231.273],[-175.179,-226.927],[-174.683,-224.947],[-175.076,-223.031],[-175.944,-218.848],[-175.23,-216.049],[-174.084,-214.961],[-172.498,-214.721],[-169.348,-215.091],[-169.327,-215.198],[-169.224,-215.455],[-169.176,-216.302],[-169.122,-216.69],[-168.873,-216.317],[-169.224,-215.455],[-169.242,-215.088],[-169.348,-215.091],[-169.63,-213.169],[-170.911,-210.713],[-171.182,-208.839],[-171.282,-207.28],[-171.941,-206.267],[-171.721,-205.341],[-168.537,-206.108],[-168.18,-206.267],[-165.305,-202.917],[-164.4,-202.773],[-164.168,-203.117],[-162.249,-203.416],[-161.074,-203.26],[-159.862,-203.476],[-159.481,-203.388],[-159.546,-202.758],[-162.054,-199.591],[-168.344,-192.731],[-171.154,-191.069],[-175.89,-188.572],[-178.359,-186.456],[-179.801,-186.078],[-183.344,-185.508],[-186.011,-183.581],[-190.843,-181.52],[-192.893,-181.288],[-195.791,-179.211],[-195.723,-178.466],[-195.072,-178.072],[-193.877,-178.276],[-191.431,-178.52],[-189.925,-179.117],[-186.621,-180.486],[-182.731,-183.021],[-182.79,-183.12],[-182.558,-183.21],[-182.707,-183.062],[-182.731,-183.021],[-181.716,-181.378],[-181.022,-181.741],[-180.601,-182.411],[-177.05,-183.081],[-175.571,-183.205],[-173.407,-184.341],[-170.163,-186.598],[-167.344,-188.221],[-166.183,-188.124],[-165.565,-189.013],[-162.953,-190.188],[-160.923,-192.076],[-160.095,-192.944],[-154.229,-195.839],[-150.597,-198.233],[-148.955,-199.437],[-147.519,-200.232],[-146.872,-202.354],[-147.493,-203.419],[-147.266,-204.896],[-144.311,-205.937],[-142.429,-206.416],[-140.38,-208.869],[-138.811,-210.01],[-137.423,-210.752],[-131.193,-215.156],[-129.462,-213.953],[-129.508,-212.734],[-130.075,-212.37],[-134.712,-212.099],[-135.561,-211.267],[-139.196,-206.336],[-139.15,-204.516],[-139.186,-203.891],[-141.362,-202.755],[-141.604,-201.653],[-140.71,-200.951],[-138.735,-201.409],[-134.938,-202.947],[-133.405,-203.53],[-129.524,-204.544],[-128.397,-204.971],[-126.91,-206.341],[-125.6,-206.307],[-124.777,-206.302],[-125.076,-207.951],[-125.936,-209.254],[-125.319,-211.398],[-124.349,-211.325],[-122.63,-210.125],[-120.689,-210.273],[-120.689,-210.344],[-120.515,-210.484],[-120.632,-210.275],[-120.689,-210.273],[-120.652,-209.109],[-118.036,-205.714],[-116.041,-203.729],[-115.594,-202.578],[-114.314,-201.638],[-112.678,-201.46],[-109.292,-200.182],[-108.263,-199.562],[-108.312,-199.622],[-108.141,-199.716],[-108.233,-199.544],[-108.263,-199.562],[-107.552,-198.653],[-104.262,-197.451],[-103.879,-197.375],[-103.62,-196.737],[-103.599,-194.26],[-102.512,-193.057],[-101.4,-191.588],[-101.19,-189.96],[-99.572,-186.695],[-97.729,-185.992],[-96.829,-187.117],[-97.172,-188.297],[-97.145,-188.69],[-96.641,-188.505],[-96.079,-186.989],[-94.939,-184.869],[-94.855,-184.515],[-95.556,-184.38],[-96.274,-184.763],[-98.333,-183.861],[-98.787,-181.474],[-98.342,-179.043],[-98.441,-179.135],[-98.433,-178.901],[-98.356,-179.018],[-97.854,-176.859],[-98.252,-172.82],[-98.029,-172.497],[-97.362,-172.719],[-96.008,-175.37],[-95.974,-175.76],[-95.771,-175.757],[-94.209,-176.391],[-94.134,-176.484],[-94.039,-176.476],[-93.965,-176.779],[-91.096,-181.57],[-90.453,-181.69],[-90.227,-181.383],[-90.308,-180.198],[-91.303,-177.576],[-90.891,-175.875],[-90.72,-175.851],[-90.716,-175.599],[-90.156,-174.205],[-90.027,-174.106],[-89.944,-173.911],[-90.114,-174.015],[-90.156,-174.205],[-90.716,-175.599],[-90.815,-175.758],[-90.891,-175.875],[-92.224,-176.158],[-94.039,-176.476],[-94.05,-176.388],[-94.209,-176.391],[-95.771,-175.757],[-95.868,-175.643],[-96.008,-175.37],[-96.508,-171.848],[-95.714,-170.684],[-95.056,-170.582],[-95.038,-170.664],[-94.799,-170.898],[-94.58,-171.466],[-94.513,-171.179],[-94.799,-170.898],[-94.931,-170.562],[-95.056,-170.582],[-95.145,-169.491],[-94.727,-167.632],[-95.116,-166.054],[-95.158,-164.892],[-94.113,-161.838],[-93.468,-161.513],[-92.827,-161.906],[-91.644,-165.658],[-91.735,-165.658],[-91.763,-165.87],[-91.99,-166.06],[-91.783,-165.974],[-91.763,-165.87],[-91.635,-165.753],[-91.644,-165.658],[-90.87,-165.654],[-90.93,-165.752],[-90.755,-165.924],[-90.826,-165.654],[-90.87,-165.654],[-90.018,-164.208],[-89.909,-164.288],[-89.865,-163.966],[-89.641,-163.466],[-89.854,-163.466],[-89.856,-163.878],[-89.865,-163.966],[-90.001,-164.179],[-90.018,-164.208],[-90.632,-162.567],[-89.689,-161.302],[-88.511,-161.052],[-88.142,-160.21],[-89.483,-157.32],[-90.432,-156.682],[-90.652,-155.783],[-90.943,-153.801],[-91.407,-153.263],[-89.689,-151.895],[-86.923,-152.609],[-86.58,-152.456],[-86.643,-151.76],[-87.831,-150.672],[-88.866,-148.116],[-88.395,-147.504],[-88.495,-147.612],[-88.31,-147.637],[-88.182,-147.833],[-88.31,-147.637],[-88.395,-147.504],[-86.367,-145.336],[-86.072,-143.888],[-86.719,-142.612],[-86.779,-142.643],[-86.769,-142.516],[-86.688,-142.595],[-86.76,-141.39],[-87.002,-139.482],[-87.17,-139.109],[-86.004,-136.697],[-84.051,-135.231],[-82.107,-133.789],[-80.271,-132.87],[-79.798,-131.851],[-79.978,-129.439],[-79.396,-128.568],[-79.195,-128.604],[-79.317,-128.466],[-79.396,-128.568],[-79.418,-128.562],[-79.25,-127.734],[-78.145,-127.536],[-76.952,-126.57],[-75.901,-123.911],[-76.134,-121.586],[-76.649,-120.956],[-77.701,-120.499],[-81.011,-121.948],[-80.869,-121.845],[-80.965,-121.94],[-79.809,-121.791],[-78.526,-123.02],[-79.315,-127.635],[-80.68,-128.922],[-81.277,-130.895],[-83.996,-133.703],[-86.852,-135.305],[-88.465,-136.58],[-89.635,-136.877],[-90.464,-136.153],[-90.123,-133.714],[-89.697,-132.603],[-87.884,-130.369],[-82.614,-123.549],[-81.692,-122.723],[-81.812,-122.788],[-81.729,-122.705],[-83.536,-120.244],[-83.51,-114.877],[-84.641,-108.432],[-87.041,-101.846],[-89.582,-95.796],[-91.021,-90.31],[-90.962,-89.073],[-92.506,-82.794],[-92.678,-80.823],[-92.179,-76.427],[-92.223,-74.38],[-92.016,-73.18],[-90.533,-69.802],[-89.626,-69.021],[-89.087,-67.929],[-89.548,-66.787],[-89.585,-65.58],[-89.037,-62.046],[-88.808,-60.861],[-86.764,-56.357],[-86.291,-53.981],[-85.351,-52.421],[-79.158,-49.271],[-76.46,-44.938],[-75.526,-40.512],[-73.305,-33.029],[-72.03,-30.964],[-69.116,-26.995],[-69.24,-24.648],[-70.639,-24.02],[-71.042,-23.945],[-71.484,-22.951],[-68.62,-20.078],[-64.44,-16.796],[-63.694,-14.942],[-63.892,-12.9],[-63.17,-10.706],[-57.425,-4.312],[-55.954,-4.234],[-55.245,-6.034],[-56.673,-8.513],[-59.11,-12.799],[-59.767,-14.755],[-60.301,-18.008],[-62.245,-21.128],[-64.668,-26.315],[-67.853,-31.604],[-68.347,-32.721],[-68.371,-38.859],[-67.754,-39.214],[-65.522,-38.188],[-64.08,-36.359],[-62.901,-31.133],[-58.806,-24.016],[-57.846,-22.716],[-55.701,-19.784],[-53.849,-18.156],[-53.733,-17.031],[-54.178,-16.336],[-53.893,-14.477],[-51.5,-12.867],[-49.913,-10.684],[-49.022,-9.369],[-42.364,2.24],[-42.41,3.446],[-43.092,4.945],[-42.959,8.781],[-40.313,11.235],[-37.388,13.427],[-34.307,15.334],[-32.693,15.677],[-31.234,16.373],[-25.181,19.766],[-21.803,21.279],[-17.973,22.779],[-8.863,22.479],[-5.389,23.024],[1.066,28.793],[4.268,30.5],[9.454,31.8],[15.452,33.113],[16.393,33.737],[18.585,36.706],[21.257,39.858],[21.786,42.161],[23.295,44.589],[24.869,44.964],[26.028,45.211],[28.37,47.977],[31.139,50.035],[32.356,49.905],[35.717,50.827],[38.311,52.817],[40.826,52.656],[41.222,51.209],[41.218,50.076],[43.692,47.372],[44.816,47.354],[46.975,50.16],[47.977,52.794],[49.843,55.982],[50.122,57.123],[50.025,62.452],[50.622,65.128],[50.562,66.289],[47.484,69.526],[44.675,72.87],[43.166,74.718],[41.002,75.907],[40.592,76.592],[38.489,82.274],[38.071,82.971],[37.974,87.054],[40.219,89.234],[40.535,89.029],[41.007,88.38],[41.21,89.029],[40.387,90.844],[38.038,92.505],[36.744,96.135],[37.205,98.133],[37.063,99.331],[37.717,101.06],[40.235,102.463],[42.538,104.732],[44.192,107.051],[45.135,108.372],[47.306,113.26],[50.63,119.372],[54.482,125.695],[54.817,126.844],[55.999,129.78],[64.17,135.99],[66.076,136.74],[70.313,139.271],[75.223,143.66],[75.941,145.092],[76.175,147.141],[76.295,151.206],[76.447,152.826],[76.387,160.938],[76.282,162.139],[76.88,174.447],[76.531,177.723],[75.692,181.76],[75.714,184.171],[75.654,187.813],[75.623,191.423],[76.484,196.282],[76.471,198.721],[76.777,200.752],[76.676,202.757],[75.917,205.531],[73.77,214.78],[73.057,216.224],[72.676,218.826],[74.553,223.388],[74.584,227.311],[74.153,229.677],[74.205,232.148],[75.135,234.826],[76.157,236.125],[74.102,237.381],[73.881,238.554],[74.541,242.514],[75.912,242.879],[76.843,241.174],[76.981,238.381],[76.195,236.159],[78.126,235.801],[78.873,236.325],[79.197,237.474],[78.852,242.727],[78.433,247.938],[78.584,249.515],[78.494,254.18],[77.857,254.474],[77.549,254.235],[77.037,252.805],[74.617,254.488],[72.992,258.144],[73.251,258.854],[73.937,259.067],[74.952,258.497],[77.313,258.922],[78.044,260.242],[77.742,263.378],[77.851,263.357],[77.902,263.513],[78.071,263.588],[77.902,263.513],[77.751,263.457],[77.742,263.378],[75.652,264.197],[75.058,265.586],[75.465,267.122],[76.092,268.112],[76.372,269.622],[76.899,270.049],[76.899,270.045],[77.07,269.961],[76.984,270.119],[76.899,270.049],[76.825,271.193],[77.626,272.952],[79.446,274.138],[79.446,274.227],[79.511,274.211],[79.524,275.803],[79.428,275.779],[79.423,275.92],[79.553,275.81],[79.611,279.813],[80.55,280.792],[81.533,279.791],[81.989,276.799],[81.947,276.745],[81.801,276.505],[82.05,276.641],[81.989,276.799],[82.617,278.185],[83.192,279.669],[83.373,281.107],[82.1,281.982],[81.294,281.94],[80.706,282.418],[80.982,283.06],[82.149,283.386],[84.376,285.457],[85.08,287.152],[87.588,288.985],[87.799,288.965],[87.881,289.165],[88.393,289.702],[88.576,289.788],[88.669,289.98],[88.485,289.883],[88.393,289.702],[87.881,289.165],[87.701,289.069],[87.588,288.985],[84.283,288.28],[83.514,288.1],[83.223,288.348],[83.445,289.071],[88.174,292.85],[90.304,293.962],[91.865,293.973],[92.3,293.051],[92.58,292.842],[92.807,293.345],[92.761,293.995],[93.463,294.223],[94.718,295.866],[95.106,296.486],[97.08,298.293],[98.446,298.941],[99.994,297.277],[100.682,297.483],[100.748,298.269],[101.117,299.732],[102.597,300.291],[103.779,300.161],[105.373,300.267],[105.988,299.073],[105.868,299.109],[105.838,298.916],[105.671,298.805],[105.838,298.916],[105.975,299.003],[105.988,299.073],[108.221,298.43],[109.192,297.277],[109.847,296.958],[111.408,297.116],[114.002,295.273],[113.937,294.913],[112.437,294.482],[107.226,292.163],[106.567,291.692],[103.932,289.159],[103.149,287.391],[100.08,284.77],[98.643,284.805],[98.579,284.939],[98.41,285.003],[98.109,285.945],[96.64,289.044],[96.553,289.427],[96.298,289.628],[96.037,289.343],[96.053,287.736],[98.41,285.003],[98.449,284.81],[98.643,284.805],[100.352,283.729],[100.753,283.786],[101.434,283.446],[101.452,282.728],[99.602,280.047],[98.609,276.93],[99.248,273.859],[100.398,272.712],[101.838,269.513],[102.968,266.556],[105.34,263.718],[105.848,261.786],[105.673,260.565],[103.594,258.436],[101.73,257.665],[99.812,256.117],[99.433,252.101],[100.89,250.701],[103.503,249.515],[104.066,248.988],[104.613,245.44],[104.38,244.233],[105.394,241.247],[106.816,239.466],[106.796,239.459],[106.693,239.315],[105.743,239.165],[105.774,238.573],[106.135,238.498],[106.693,239.315],[106.917,239.331],[106.816,239.466],[107.606,239.586],[109.068,238.01],[108.533,236.034],[107.479,235.628],[106.753,236.02],[103.898,234.687],[103.356,232.279],[103.11,231.509],[104.24,230.659],[106.503,231.596],[109.7,232.113],[112.131,229.635],[111.83,227.197],[112.21,224.378],[112.09,223.98],[111.869,223.187],[112.904,221.94],[121.811,221.166],[124.131,220.299],[126.821,217.433],[127.965,214.805],[128.423,213.226],[127.624,211.477],[126.524,210.925],[126.021,209.862],[126.261,208.659],[125.432,206.123],[122.64,204.011],[122.42,203.987],[122.393,203.76],[122.2,203.575],[122.385,203.688],[122.393,203.76],[122.519,203.894],[122.64,204.011],[128.387,205.297],[129.583,205.536],[132.049,205.612],[136.868,203.042],[138.577,200.256],[140.412,197.108],[141.433,193.121],[141.515,193.22],[141.555,193.086],[141.486,193.101],[142.131,190.945],[143.124,190.631],[144.278,187.701],[144.933,187.323],[145.372,187.853],[145.656,188.956],[147.045,187.665],[151.067,180.018],[151.788,174.578],[151.601,173.781],[153.658,167.456],[156.075,165.21],[160.588,162.416],[163.015,161.057],[164.545,159.172],[165.199,158.863],[167.639,158.743],[170.081,158.817],[174.066,157.117],[176.114,155.773],[176.674,154.331],[176.955,152.347],[179.385,148.039],[180.295,144.547],[180.718,141.748],[182.08,136.64],[182.175,130.032],[182.064,125.509],[182.977,123.765],[186.597,119.503],[187.145,118.393],[189.32,115.424],[192.542,112.227],[194.959,108.414],[195.545,102.747]],\"c\":true},\"ix\":2},\"nm\":\"Path 85\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[255.88,662.052],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 420\",\"np\":87,\"cix\":2,\"bm\":0,\"ix\":420,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.021,0.02],[0,0],[0,0],[-0.027,0.045]],\"o\":[[0,0],[0,0],[0.038,-0.045],[-0.017,-0.02]],\"v\":[[-0.01,-0.095],[-0.053,-0.095],[-0.053,0.095],[0.052,-0.041]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[130.29,455.84],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 421\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":421,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.023,-0.029]],\"o\":[[0,0],[-0.024,0.024],[0,0]],\"v\":[[0.046,-0.043],[0.019,-0.043],[-0.046,0.043]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[354.307,961.036],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 422\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":422,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.01,-0.004],[-0.025,0.067],[0.044,-0.001],[0.004,-0.057]],\"o\":[[0.034,-0.057],[-0.044,0.003],[-0.005,0.052],[0.007,0.001]],\"v\":[[-0.043,0.076],[0.07,-0.076],[-0.058,-0.072],[-0.07,0.07]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[370.114,566.631],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 423\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":423,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.004,-0.028],[-0.038,0.004],[0.035,0.037],[0,0]],\"o\":[[0.04,0],[-0.038,-0.041],[-0.004,0],[0.005,0.03]],\"v\":[[-0.047,0.043],[0.063,0.045],[-0.058,-0.048],[-0.063,-0.046]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[343.659,426.853],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 424\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":424,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.011,0],[0.014,-0.032],[-0.046,-0.007],[0.033,0.049]],\"o\":[[-0.013,0.032],[0.046,0],[-0.025,-0.039],[-0.007,0]],\"v\":[[-0.03,-0.047],[-0.072,0.045],[0.072,0.052],[-0.004,-0.052]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[347.776,956.072],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 425\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":425,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.002,-0.002],[0.032,-0.032],[0,0],[0.251,-0.782],[0.609,-2.557],[0.478,-0.296],[0.268,-0.303],[-0.564,-0.298],[-0.258,-0.097],[0.067,-0.641],[0,-0.273],[-0.97,0.259],[-0.308,0.36],[-0.888,2.02],[-0.169,-0.091],[-0.043,-1.114],[-0.388,-0.161],[-1.04,-0.341],[-0.184,0.15],[-0.444,0.512],[0.614,0.349],[0.132,0.036],[0,0.947],[0.816,0.839],[0.239,0.608],[0.719,1.525],[0.259,0.089],[-0.553,0.598],[-0.396,0.541],[0.088,0.241],[0.295,-0.157],[0.62,0.22],[0.543,0.031],[0.252,-0.25]],\"o\":[[-0.03,0.031],[0,0],[-0.246,0.782],[-0.8,2.482],[-0.142,0.593],[-0.338,0.209],[-0.398,0.452],[0.24,0.125],[0.571,0.216],[-0.027,0.273],[-0.01,0.986],[0.527,-0.141],[1.329,-1.543],[0.06,-0.137],[0.839,0.465],[0.02,0.476],[1.011,0.422],[0.221,0.074],[0.528,-0.427],[0.419,-0.486],[-0.121,-0.065],[-0.913,-0.252],[0,-1.155],[-0.477,-0.487],[-0.639,-1.62],[-0.08,-0.168],[-0.822,-0.285],[0.455,-0.495],[0.119,-0.159],[-0.102,-0.259],[-0.484,0.26],[-0.492,-0.174],[-0.25,0.251],[0,0]],\"v\":[[-3.328,-8.044],[-3.422,-7.95],[-3.305,-8.063],[-4.046,-5.717],[-6.961,1.523],[-8.036,2.69],[-8.951,3.489],[-8.541,5.263],[-7.767,5.54],[-6.947,6.786],[-7.024,7.606],[-5.424,8.838],[-3.906,8.266],[0.542,4.14],[1.258,3.986],[3,6.07],[3.594,7.055],[6.68,8.196],[7.447,8.041],[8.93,6.638],[8.459,4.896],[8.072,4.754],[6.704,2.963],[5.504,-0.019],[4.226,-1.616],[1.041,-5.305],[0.286,-5.564],[-0.009,-6.531],[1.332,-8.037],[1.272,-8.81],[0.598,-8.94],[-0.949,-8.676],[-2.571,-8.801],[-3.323,-8.048]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[328.784,462.166],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 426\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":426,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.013,0.034],[0.035,0.01],[0.005,-0.044],[-0.054,0]],\"o\":[[-0.037,-0.01],[0,0.044],[0.052,0],[-0.016,-0.032]],\"v\":[[0.038,-0.039],[-0.068,-0.065],[-0.078,0.065],[0.078,0.063]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[311.388,422.722],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 427\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":427,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.015,-0.011],[-0.009,0.041],[0.046,-0.002],[-0.018,-0.044]],\"o\":[[0.01,-0.044],[-0.046,0.006],[0.018,0.038],[0.016,0]],\"v\":[[0.043,0.065],[0.069,-0.065],[-0.069,-0.057],[-0.003,0.049]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[400.68,740.268],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 428\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":428,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.021],[0.055,0.046],[0,0],[-0.046,-0.022]],\"o\":[[-0.049,-0.039],[0,0],[0.047,0.023],[0,-0.022]],\"v\":[[0.059,0.026],[-0.067,-0.084],[-0.067,0.018],[0.067,0.084]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[634.715,602.985],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 429\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":429,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.01,-0.016],[-0.019,0]],\"o\":[[0.009,0.022],[0.023,0.005],[0,0]],\"v\":[[-0.042,-0.041],[-0.012,0.022],[0.042,0.041]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[908.346,708.033],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 430\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":430,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.245,0.106],[-0.059,0.116],[-0.317,0.588],[0.029,0.027],[-0.228,0.239],[-0.072,-0.072],[0.006,-0.008],[-0.512,0.252],[-0.12,0.345],[-0.791,1.136],[-0.194,0.511],[-0.403,0.866],[0.663,4.175],[-0.079,0.255],[-0.063,-0.012],[-0.065,-0.165],[-0.214,-1.627],[-0.497,-0.865],[0.715,-0.786],[-0.306,-0.553],[0.303,-0.624],[1.814,-1.476],[0.078,-1.044],[0.756,-0.429],[1.009,0.074]],\"o\":[[-0.014,-0.008],[0.317,-0.59],[-0.024,-0.025],[-0.312,0.124],[0.077,0.07],[-0.006,0.009],[0.389,0.37],[0.344,-0.172],[0.462,-1.298],[0.308,-0.441],[0.339,-0.897],[1.805,-3.848],[-0.035,-0.25],[0.033,-0.115],[0.252,0.05],[0.614,1.526],[0.125,0.95],[0.566,1.002],[-0.374,0.416],[0.252,0.473],[-1.05,2.139],[-0.806,0.657],[-0.072,0.882],[-0.84,0.478],[-0.256,-0.017]],\"v\":[[91.094,-77.359],[91.204,-77.728],[92.158,-79.489],[92.074,-79.561],[91.947,-79.733],[92.175,-79.516],[92.158,-79.489],[93.527,-79.151],[94.369,-79.997],[96.167,-83.67],[96.819,-85.173],[97.809,-87.872],[99.421,-99.907],[99.568,-100.69],[99.813,-100.977],[100.525,-100.71],[101.667,-95.95],[102.292,-93.159],[101.816,-90.563],[101.55,-89.046],[101.695,-87.609],[97.324,-82.237],[95.936,-79.868],[94.555,-77.949],[91.849,-77.102]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.271],[0.068,-0.18],[0.072,0.235],[0.021,0.253],[-0.082,0.017],[0.006,-0.338]],\"o\":[[-0.063,0.168],[-0.09,-0.229],[-0.073,-0.245],[-0.009,-0.105],[0.304,-0.07],[-0.003,0.257]],\"v\":[[80.142,-72.856],[79.944,-72.326],[79.672,-73.017],[79.514,-73.767],[79.688,-74.078],[80.142,-73.638]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.057,0.042],[-0.356,-0.017],[-0.03,-0.07]],\"o\":[[-0.217,-0.167],[0.035,0.002],[-0.11,0.026]],\"v\":[[76.951,-102.094],[77.173,-102.361],[77.269,-102.157]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.079,-0.06],[0.065,0.056],[0.204,1.019],[-0.033,0.132],[-0.232,-0.377],[-0.174,-0.326],[-0.324,-0.432]],\"o\":[[-0.08,0.064],[-0.716,-0.622],[-0.024,-0.131],[0.1,-0.427],[0.211,0.351],[0.371,0.451],[0.043,0.055]],\"v\":[[76.945,-98.127],[76.597,-98.091],[74.881,-100.296],[74.906,-100.706],[75.443,-100.795],[76.006,-99.745],[77.051,-98.45]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[60.335,-61.204],[60.322,-61.403],[60.445,-61.212],[60.638,-61.141]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":5,\"ty\":\"sh\",\"ix\":6,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.022,-0.249],[0.051,-0.126],[0.264,0.269],[0.057,0.115],[-0.043,0.12],[-0.095,-0.309]],\"o\":[[-0.009,0.129],[-0.14,0.355],[-0.086,-0.088],[0.021,-0.126],[0.196,-0.518],[0.07,0.228]],\"v\":[[58.835,-55.983],[58.694,-55.606],[58.073,-55.46],[57.889,-55.802],[57.962,-56.183],[58.813,-56.728]],\"c\":true},\"ix\":2},\"nm\":\"Path 6\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":6,\"ty\":\"sh\",\"ix\":7,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.184,-0.194],[0.153,0.376],[-0.024,0.381],[-0.209,0.14],[-0.204,-0.415],[-0.058,-0.263]],\"o\":[[-0.294,0.31],[-0.141,-0.357],[0.011,-0.207],[0.312,-0.212],[0.116,0.232],[-0.153,0.224]],\"v\":[[57.063,-66.053],[56.029,-66.167],[55.822,-67.316],[56.309,-67.901],[57.337,-67.503],[57.522,-66.722]],\"c\":true},\"ix\":2},\"nm\":\"Path 7\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":7,\"ty\":\"sh\",\"ix\":8,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.035,0.162],[0.05,0.03],[0,0],[0,0],[-0.014,-0.062],[-0.054,-0.033]],\"o\":[[-0.046,-0.031],[0,0],[0,0],[0.006,0.104],[0.054,0.034],[-0.081,0.131]],\"v\":[[35.018,-215.839],[34.871,-215.926],[34.801,-216.083],[34.983,-216.032],[35.018,-215.839],[35.181,-215.74]],\"c\":true},\"ix\":2},\"nm\":\"Path 8\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":8,\"ty\":\"sh\",\"ix\":9,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.073,-0.107],[0.367,0.14],[1.244,0.552],[-0.163,0.738],[-0.231,0.158],[-0.209,-0.289],[-0.992,-0.244],[-0.598,-0.306],[-0.063,-0.105]],\"o\":[[-0.256,0.382],[-1.263,-0.492],[-0.489,-0.218],[0.087,-0.381],[0.43,-0.291],[0.573,0.811],[0.642,0.157],[0.09,0.045],[-0.043,0.128]],\"v\":[[35.013,-52.93],[33.944,-52.512],[30.203,-54.132],[29.738,-55.487],[30.016,-56.587],[30.834,-56.037],[33.137,-54.463],[34.964,-53.615],[35.149,-53.309]],\"c\":true},\"ix\":2},\"nm\":\"Path 9\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":9,\"ty\":\"sh\",\"ix\":10,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[29.097,-231.91],[28.818,-232.049],[29.12,-232.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 10\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":10,\"ty\":\"sh\",\"ix\":11,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.09,-0.05],[0.919,-0.799],[0.365,-0.015],[0.021,-0.035],[0.076,-0.044],[-0.016,0.099],[-0.054,0.001],[-0.294,0.373],[-0.563,0.662],[0,0],[0.025,0.041],[0.286,1.036],[-0.144,0.181],[-0.089,-0.07],[-0.143,-0.209],[-0.239,-0.408],[-0.065,0],[0.032,-0.038],[-0.371,-0.133],[-0.14,-0.179]],\"o\":[[-1.052,0.578],[-0.213,0.186],[-0.022,0.034],[-0.082,0.037],[0.038,-0.083],[0.051,-0.008],[0.25,-0.409],[0.535,-0.685],[-0.005,0],[-0.029,-0.042],[-0.877,-0.021],[-0.044,-0.165],[0.041,-0.048],[0.21,0.15],[0.265,0.389],[0.063,0.001],[-0.032,0.039],[0.388,0.087],[0.204,0.075],[0.041,0.048]],\"v\":[[23.311,-231.4],[20.318,-229.415],[19.326,-229.256],[19.26,-229.15],[19.045,-229.011],[19.162,-229.251],[19.326,-229.256],[20.087,-230.468],[21.771,-232.464],[21.761,-232.465],[21.682,-232.589],[19.703,-233.789],[20.024,-234.391],[20.38,-234.329],[20.944,-233.799],[21.682,-232.589],[21.867,-232.579],[21.771,-232.464],[22.927,-232.191],[23.449,-231.741]],\"c\":true},\"ix\":2},\"nm\":\"Path 11\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":11,\"ty\":\"sh\",\"ix\":12,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.027,-0.083],[0.035,0.001],[0.152,-0.854],[0.377,-0.054],[0.114,-0.714],[-0.024,-0.024],[-0.274,-0.274],[-0.297,-0.245],[0,0],[0,0],[0.31,0.242],[0.276,0.276],[-0.011,0.054],[0.432,0.827],[0.207,0.757],[0.041,0.364],[0.032,0.022],[0,0],[0,0],[-0.003,-0.031],[-0.438,-0.194],[-0.838,0.628],[-0.646,-0.022],[-0.006,0.031],[-0.074,0.035]],\"o\":[[-0.034,-0.002],[-0.165,0.851],[-0.09,0.487],[-0.979,0.139],[0.024,0.022],[0.274,0.275],[0.299,0.248],[0,0],[0,0],[-0.307,-0.246],[-0.277,-0.276],[0.008,-0.052],[-0.675,-0.563],[-0.353,-0.686],[-0.096,-0.35],[-0.033,-0.022],[0,0],[0,0],[0.006,0.03],[0.401,0.267],[0.864,0.392],[0.507,-0.377],[0.006,-0.031],[0.084,-0.023],[-0.038,0.073]],\"v\":[[18.401,-228.248],[18.297,-228.242],[17.805,-225.689],[16.966,-225.08],[15.802,-223.482],[15.883,-223.425],[16.704,-222.598],[17.599,-221.859],[17.664,-221.628],[17.53,-221.764],[16.602,-222.497],[15.774,-223.323],[15.802,-223.482],[13.648,-224.944],[12.931,-227.184],[12.779,-228.266],[12.678,-228.336],[12.485,-228.453],[12.767,-228.358],[12.779,-228.266],[14.005,-227.5],[16.61,-227.592],[18.297,-228.242],[18.318,-228.336],[18.526,-228.455]],\"c\":true},\"ix\":2},\"nm\":\"Path 12\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":12,\"ty\":\"sh\",\"ix\":13,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[9.298,-251.805],[9.312,-252.003],[9.565,-251.906]],\"c\":true},\"ix\":2},\"nm\":\"Path 13\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":13,\"ty\":\"sh\",\"ix\":14,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.448,-0.474],[0.339,-1.178],[0.217,-0.114],[0.026,0.403],[0.011,0.076],[-0.826,0.824],[-0.541,0.394],[-0.387,0.004],[0.032,-0.069]],\"o\":[[-0.876,0.918],[-0.054,0.191],[-0.259,0.134],[-0.015,-0.135],[-0.055,-1.184],[0.478,-0.478],[0.291,-0.214],[0.158,-0.003],[-0.286,0.605]],\"v\":[[4.19,-43.905],[2.529,-40.724],[1.958,-40.278],[1.181,-41.055],[1.137,-41.398],[2.137,-44.44],[3.6,-45.838],[4.737,-46.096],[5.188,-45.65]],\"c\":true},\"ix\":2},\"nm\":\"Path 14\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":14,\"ty\":\"sh\",\"ix\":15,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.376,0.072],[-0.053,-0.104],[0.096,-0.008],[0.253,0.041],[0.07,0.075]],\"o\":[[0.03,-0.006],[-0.096,0.081],[-0.258,0.016],[-0.081,-0.016],[0.37,-0.095]],\"v\":[[3.222,-85.989],[3.378,-85.691],[3.097,-85.459],[2.324,-85.507],[2.11,-85.72]],\"c\":true},\"ix\":2},\"nm\":\"Path 15\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":15,\"ty\":\"sh\",\"ix\":16,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.09,-0.05],[-0.303,-0.252],[0,0],[0,0],[0.312,0.25],[0.054,0.08]],\"o\":[[0.3,0.252],[0,0],[0,0],[-0.311,-0.251],[-0.055,-0.081],[0.092,0.049]],\"v\":[[3.464,-238.314],[4.362,-237.559],[4.432,-237.332],[4.295,-237.471],[3.358,-238.222],[3.189,-238.464]],\"c\":true},\"ix\":2},\"nm\":\"Path 16\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":16,\"ty\":\"sh\",\"ix\":17,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.073,-0.1],[0.101,0.32],[-0.031,0.099],[-0.319,-0.154],[-0.06,-0.099]],\"o\":[[-0.316,0.446],[-0.033,-0.107],[0.159,-0.461],[0.092,0.041],[-0.048,0.112]],\"v\":[[-13.939,-181.155],[-14.779,-180.909],[-14.802,-181.249],[-13.974,-181.783],[-13.785,-181.492]],\"c\":true},\"ix\":2},\"nm\":\"Path 17\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":17,\"ty\":\"sh\",\"ix\":18,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-15.978,-18.79],[-16.073,-19.095],[-15.818,-19.073]],\"c\":true},\"ix\":2},\"nm\":\"Path 18\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":18,\"ty\":\"sh\",\"ix\":19,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.035,-0.076],[0.006,0.068],[-0.269,-0.287]],\"o\":[[-0.104,-0.059],[-0.029,-0.317],[-0.035,0.074]],\"v\":[[-22.106,-160.889],[-22.403,-161.066],[-22.009,-161.116]],\"c\":true},\"ix\":2},\"nm\":\"Path 19\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":19,\"ty\":\"sh\",\"ix\":20,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.514,-0.669],[0.091,-0.04],[1.022,1.412],[-0.06,0.045],[-0.176,-0.05],[-0.38,-0.335],[-0.517,-0.627]],\"o\":[[-0.057,0.072],[-0.857,-1.535],[-0.063,-0.089],[0.189,-0.145],[0.507,0.148],[0.604,0.53],[0.393,0.48]],\"v\":[[-23.278,-164.256],[-23.557,-164.128],[-26.72,-168.288],[-26.728,-168.673],[-26.082,-168.985],[-24.635,-168.336],[-23.025,-166.516]],\"c\":true},\"ix\":2},\"nm\":\"Path 20\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":20,\"ty\":\"sh\",\"ix\":21,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.373,-1.012],[0.787,0.203],[0.881,0.342],[0.069,0.546],[-2.358,-0.254],[-0.236,-0.568],[-0.255,-0.621]],\"o\":[[-0.255,0.709],[-0.918,-0.234],[-0.57,-0.219],[-0.327,-2.628],[0.576,0.062],[0.259,0.619],[-0.339,1.1]],\"v\":[[-40.668,-33.715],[-43.091,-32.541],[-45.793,-33.417],[-46.546,-34.757],[-41.714,-39.565],[-40.437,-38.738],[-39.673,-36.876]],\"c\":true},\"ix\":2},\"nm\":\"Path 21\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":21,\"ty\":\"sh\",\"ix\":22,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-47.655,-174.856],[-47.891,-175.001],[-47.603,-175.054]],\"c\":true},\"ix\":2},\"nm\":\"Path 22\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":22,\"ty\":\"sh\",\"ix\":23,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.301,-0.041],[1.76,-0.192],[0.408,-0.032],[1.43,1.567],[0.694,0.122],[0.503,0.198],[0.149,0.328],[-0.799,1.988],[-0.095,0.936],[-1.085,0.701],[0.241,0.237],[0.25,0.091],[0.568,1.294],[1.256,0.881],[0.416,2.096],[1.448,1.161],[-0.217,0.842],[-0.297,0.762],[-0.687,0.251],[-0.867,1.34],[-0.343,0.201],[-1.563,0.859],[-0.301,-0.137],[-1.402,0.227],[-0.324,-0.687],[0.091,-0.703],[0.085,-0.816],[0.43,-0.042],[0.683,-0.058],[-0.172,-1.996],[0.748,-0.234],[0.128,-0.036],[-0.677,-0.613],[-0.566,-1.087],[-2.073,-0.587],[0.003,-0.617],[0.032,-0.273],[-0.813,-1.019],[0.213,-1.446],[-0.156,-0.512],[-0.991,-0.042],[-0.264,-0.384],[0.144,-0.373],[-0.059,-0.073],[-0.317,-0.238],[0.066,-1.189],[-0.606,-1.962]],\"o\":[[-1.762,0.224],[-0.41,0.044],[-1.922,-0.21],[-0.484,-0.529],[-0.537,-0.093],[-0.365,-0.145],[-0.797,-1.759],[0.354,-0.883],[0.138,-1.387],[0.249,-0.168],[-0.194,-0.189],[-1.355,-0.502],[-0.642,-1.452],[-1.78,-1.245],[-0.366,-1.83],[-0.732,-0.586],[0.211,-0.791],[0.255,-0.66],[1.456,-0.528],[0.213,-0.332],[1.528,-0.919],[0.331,-0.18],[1.305,0.593],[0.706,-0.114],[0.304,0.634],[-0.097,0.816],[-0.044,0.498],[-0.68,0.069],[-1.781,0.153],[0.084,0.968],[-0.131,0.041],[-1.195,0.367],[0.933,0.845],[1.011,1.952],[0.602,0.172],[-0.002,0.273],[-0.145,1.281],[0.918,1.152],[-0.076,0.526],[0.245,0.809],[0.416,0.018],[0.272,0.388],[-0.049,0.124],[0.244,0.33],[0.966,0.712],[-0.117,2.13],[0.09,0.308]],\"v\":[[-56.757,0.107],[-62.046,0.707],[-63.276,0.802],[-68.573,-1.101],[-70.391,-1.986],[-71.984,-2.351],[-72.937,-3.086],[-73.625,-8.617],[-72.809,-11.361],[-70.848,-14.302],[-70.859,-15.022],[-71.52,-15.499],[-74.505,-18.185],[-77.401,-21.594],[-80.708,-26.643],[-83.352,-31.118],[-83.966,-33.364],[-83.189,-35.694],[-81.801,-37.132],[-78.215,-39.765],[-77.325,-40.591],[-72.692,-43.268],[-71.529,-43.455],[-67.523,-43.02],[-65.944,-41.942],[-65.51,-39.963],[-65.859,-37.525],[-66.604,-36.747],[-68.66,-36.636],[-70.71,-33.884],[-71.374,-32.677],[-71.779,-32.606],[-72.458,-31.362],[-70.138,-28.484],[-65.51,-24.753],[-64.615,-23.563],[-64.688,-22.742],[-63.791,-19.246],[-62.807,-15.375],[-62.646,-13.752],[-60.971,-12.201],[-59.867,-11.809],[-59.947,-10.677],[-60,-10.289],[-59.194,-9.371],[-57.802,-6.539],[-56.409,-0.563]],\"c\":true},\"ix\":2},\"nm\":\"Path 23\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":23,\"ty\":\"sh\",\"ix\":24,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-84.318,-81.772],[-84.213,-82.083],[-84.103,-81.977]],\"c\":true},\"ix\":2},\"nm\":\"Path 24\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":24,\"ty\":\"sh\",\"ix\":25,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.751,-0.518],[0.469,-0.279],[1,0.364],[1.197,-0.392],[0.804,0.265],[1.554,0.538],[0.329,0.246],[0.222,0.023],[1.441,0.239],[2.61,-0.926],[0.712,-0.862],[0.723,0.233],[1.504,0.041],[0.876,1.99],[0.225,0.644],[-0.098,0.366],[-0.777,0.675],[0,1.031],[-0.098,0.817],[-0.554,0.186],[-0.114,1.065],[-0.3,0.437],[-0.9,1.213],[-0.633,-0.285],[-0.095,-0.085],[-1.847,-0.002],[0.272,-0.303],[0.364,-0.405],[-0.383,-0.208],[-0.25,-0.113],[-0.185,-0.89],[-0.963,0.387],[-0.369,0.182],[-0.69,0.443],[-1.115,0.049],[-0.247,0.111],[0.085,0.442],[0.389,-0.036],[0.137,-0.016],[1.78,2.451],[0,0],[0,0],[-0.03,-0.04],[0,0],[-1.706,0.241],[-0.728,0.623],[-1.816,-0.198],[-0.204,-0.014],[-0.03,0.03],[0,0],[0,0],[0.064,0.002],[0.654,-0.636],[-0.255,-0.534],[0.228,-0.387],[1.233,-0.757],[-0.108,-0.162],[-1.471,-0.394],[-1.283,-1.313],[-1.99,-0.975],[-0.129,-2.223]],\"o\":[[-0.453,0.314],[-0.855,0.509],[-1.235,-0.445],[-0.817,0.268],[-1.567,-0.515],[-0.368,-0.129],[-0.218,-0.162],[-1.501,-0.146],[-2.757,-0.458],[-1.05,0.374],[-0.475,0.573],[-1.49,-0.482],[-2.074,-0.057],[-0.276,-0.627],[-0.132,-0.358],[0.25,-0.916],[0.783,-0.679],[0.005,-0.821],[0.075,-0.581],[1.056,-0.352],[0.06,-0.524],[0.84,-1.248],[0.375,-0.503],[0.125,0.057],[1.371,1.234],[0.428,0.002],[-0.365,0.405],[-0.27,0.31],[0.24,0.13],[0.819,0.366],[0.234,1.103],[0.381,-0.153],[0.737,-0.366],[0.968,-0.623],[0.246,-0.01],[0.305,-0.135],[-0.083,-0.416],[-0.133,0.012],[-3.077,0.378],[0,0],[0,0],[0.03,0.042],[0,0],[1.076,-1.254],[0.958,-0.131],[1.443,-1.236],[0.206,0.021],[0.029,-0.03],[0,0],[0,0],[-0.061,-0.005],[-0.642,0.647],[-0.476,0.456],[0.188,0.387],[-0.682,1.161],[-0.137,0.081],[0.783,1.135],[1.725,0.463],[1.557,1.591],[2.032,0.994],[0.055,0.864]],\"v\":[[-100.935,-17.689],[-102.312,-16.788],[-105.056,-16.355],[-108.689,-16.18],[-111.111,-16.25],[-115.809,-17.773],[-116.81,-18.467],[-117.438,-18.961],[-121.753,-20.028],[-129.825,-18.979],[-132.419,-17.001],[-134.254,-16.414],[-138.759,-16.614],[-143.33,-19.49],[-144.203,-21.354],[-144.247,-22.536],[-143.128,-25.143],[-141.997,-27.669],[-141.789,-30.129],[-140.823,-31.35],[-139.219,-33.501],[-138.65,-35.02],[-135.994,-38.679],[-134.117,-39.057],[-133.737,-38.908],[-128.926,-37.055],[-128.517,-36.136],[-129.653,-34.961],[-129.424,-33.946],[-128.667,-33.624],[-127.283,-31.742],[-125.143,-30.585],[-124.021,-31.091],[-121.828,-32.222],[-118.702,-33.1],[-117.966,-33.426],[-117.552,-34.505],[-118.427,-35.213],[-118.833,-35.178],[-123.752,-37.256],[-124.002,-37.175],[-123.833,-37.364],[-123.752,-37.256],[-123.734,-37.262],[-119.715,-39.729],[-117.158,-40.884],[-112.226,-42.219],[-111.606,-42.173],[-111.517,-42.263],[-111.285,-42.413],[-111.417,-42.16],[-111.606,-42.173],[-113.539,-40.234],[-113.737,-38.749],[-113.689,-37.584],[-116.119,-34.384],[-116.203,-33.653],[-113.082,-31.176],[-108.546,-28.441],[-103.086,-24.807],[-99.965,-19.834]],\"c\":true},\"ix\":2},\"nm\":\"Path 25\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":25,\"ty\":\"sh\",\"ix\":26,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.597,-0.789],[0.356,-0.142],[0.27,0.019],[0.168,0.024],[0.407,0.011],[-0.13,0.324],[-0.302,0.182],[-1.22,-0.109]],\"o\":[[-0.229,0.291],[-0.229,0.094],[-0.272,-0.022],[-0.511,0],[-0.509,-0.014],[0.144,-0.352],[1.113,-0.668],[0.79,0.069]],\"v\":[[-140.518,-13.443],[-141.486,-12.808],[-142.288,-12.809],[-142.995,-12.899],[-144.318,-12.901],[-145.094,-13.541],[-144.458,-14.501],[-140.885,-14.896]],\"c\":true},\"ix\":2},\"nm\":\"Path 26\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":26,\"ty\":\"sh\",\"ix\":27,\"ks\":{\"a\":0,\"k\":{\"i\":[[1.049,1.594],[-0.052,0.238],[-0.914,0.489],[-0.128,0.044],[-0.209,-0.16],[-0.856,-0.683],[-0.196,-0.189],[2.265,-1.255],[0.117,-0.066],[0.395,0.419]],\"o\":[[-0.136,-0.21],[0.207,-0.965],[0.116,-0.064],[0.248,0.112],[0.867,0.662],[0.209,0.172],[1.818,1.773],[-0.12,0.065],[-0.658,0.357],[-1.329,-1.406]],\"v\":[[-145.895,-108.961],[-146.052,-109.735],[-144.487,-112.019],[-144.098,-112.147],[-143.362,-111.808],[-140.793,-109.772],[-140.161,-109.248],[-140.885,-104.348],[-141.229,-104.126],[-142.658,-104.235]],\"c\":true},\"ix\":2},\"nm\":\"Path 27\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":27,\"ty\":\"sh\",\"ix\":28,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.016,-0.052],[-0.054,-0.023],[0.046,0.17],[0.046,0.019],[0,0]],\"o\":[[0.014,0.085],[0.057,0.023],[-0.062,0.16],[-0.049,-0.019],[0,0],[0,0]],\"v\":[[-145.242,-135.733],[-145.194,-135.579],[-145.029,-135.511],[-145.194,-135.579],[-145.339,-135.634],[-145.456,-135.817]],\"c\":true},\"ix\":2},\"nm\":\"Path 28\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":28,\"ty\":\"sh\",\"ix\":29,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.061,0.067],[-0.12,0.148],[0.125,-0.178],[0.169,0.219]],\"o\":[[0.125,-0.146],[-0.12,0.18],[0.059,0.279],[-0.005,-0.012]],\"v\":[[-144.557,-147.47],[-144.193,-147.91],[-144.557,-147.373],[-144.734,-147.277]],\"c\":true},\"ix\":2},\"nm\":\"Path 29\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":29,\"ty\":\"sh\",\"ix\":30,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.008,0.223],[-0.125,-0.147],[-0.05,-0.23],[0.097,-0.063],[0.106,0.196]],\"o\":[[0.201,0.083],[0.15,0.171],[0.011,0.039],[-0.197,-0.148],[-0.093,-0.17]],\"v\":[[-135.801,-124.334],[-135.216,-124.071],[-134.964,-123.403],[-135.242,-123.22],[-135.806,-123.674]],\"c\":true},\"ix\":2},\"nm\":\"Path 30\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":30,\"ty\":\"sh\",\"ix\":31,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.075,-0.097],[0.079,0.041],[0.062,0.102],[-0.067,-0.037]],\"o\":[[-0.113,0.023],[-0.087,-0.044],[0.098,-0.017],[0.094,0.055]],\"v\":[[-131.186,-51.049],[-131.513,-50.996],[-131.698,-51.287],[-131.405,-51.328]],\"c\":true},\"ix\":2},\"nm\":\"Path 31\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":31,\"ty\":\"sh\",\"ix\":32,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.647,0.094],[-0.413,0.384],[-0.189,0.188],[-0.03,-0.133],[-0.828,-1.262],[-0.174,-0.51],[0.237,-0.316],[0.248,-0.062],[0.019,0.302],[1.074,0.505],[0.299,0.957]],\"o\":[[0.561,-0.08],[0.198,-0.184],[0.035,0.132],[0.353,1.495],[0.289,0.431],[-0.221,0.421],[-0.15,0.2],[-0.283,0.072],[-0.065,-1.219],[-0.941,-0.441],[-0.199,-0.62]],\"v\":[[-133.673,-115.235],[-132.199,-115.843],[-131.622,-116.406],[-131.518,-116.008],[-129.521,-111.995],[-128.987,-110.479],[-129.586,-109.362],[-130.244,-108.926],[-130.76,-109.368],[-132.525,-111.923],[-134.283,-114.071]],\"c\":true},\"ix\":2},\"nm\":\"Path 32\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":32,\"ty\":\"sh\",\"ix\":33,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.097,-0.028],[0.035,-0.003],[0.1,0.03],[-0.037,0.003]],\"o\":[[-0.032,0.077],[-0.098,0.005],[0.034,-0.075],[0.094,-0.008]],\"v\":[[-123.487,-44.388],[-123.585,-44.171],[-123.882,-44.249],[-123.781,-44.461]],\"c\":true},\"ix\":2},\"nm\":\"Path 33\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":33,\"ty\":\"sh\",\"ix\":34,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.028,0.121],[-0.077,-0.061],[0.367,-0.04],[0.045,0.098]],\"o\":[[0.114,0.012],[0.301,0.259],[-0.1,0.01],[-0.039,-0.087]],\"v\":[[-124.148,-105.253],[-123.805,-105.208],[-123.911,-104.706],[-124.221,-104.904]],\"c\":true},\"ix\":2},\"nm\":\"Path 34\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":34,\"ty\":\"sh\",\"ix\":35,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.324,-0.29],[-0.044,-0.02],[-0.107,-0.015],[0.011,-0.054],[-0.622,-0.658],[0.349,-0.139],[0.492,0.502],[-0.202,0.415],[-0.027,0.13],[-0.065,0.343],[0.025,0.028],[0.078,0.035],[0.099,0.092]],\"o\":[[0.031,0.032],[0.114,0.003],[-0.013,0.055],[0.63,0.651],[0.275,0.289],[-0.731,0.292],[-0.299,-0.302],[0.06,-0.123],[0.071,-0.343],[-0.028,-0.025],[-0.076,-0.034],[-0.179,-0.005],[-0.189,-0.182]],\"v\":[[-121.608,-97.879],[-121.474,-97.816],[-121.138,-97.798],[-121.171,-97.633],[-119.281,-95.68],[-119.497,-94.632],[-121.291,-95.139],[-121.505,-96.221],[-121.367,-96.604],[-121.171,-97.633],[-121.247,-97.712],[-121.474,-97.816],[-121.922,-97.928]],\"c\":true},\"ix\":2},\"nm\":\"Path 35\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":35,\"ty\":\"sh\",\"ix\":36,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.347,0.145],[-0.565,-0.821],[0.079,-0.204],[1.108,-1.224],[-0.044,-0.599],[0.154,-0.131],[0.375,-0.119],[0.263,0.021],[0.248,0.046],[0.528,0.05],[0.075,0.233],[-0.065,0.25],[0.073,1.648],[-0.183,0.344],[-0.318,0.068]],\"o\":[[1.057,-0.125],[0.131,0.192],[-0.56,1.558],[-0.369,0.413],[0.018,0.241],[-0.297,0.247],[-0.244,0.076],[-0.272,-0.025],[-0.554,0.035],[-0.173,-0.018],[-0.084,-0.241],[0.392,-1.603],[-0.018,-0.396],[0.169,-0.335],[1.323,-0.291]],\"v\":[[-118.781,133.437],[-116.419,134.769],[-116.288,135.505],[-118.833,139.655],[-119.414,141.13],[-119.572,141.859],[-120.633,142.395],[-121.432,142.395],[-122.22,142.273],[-123.841,142.337],[-124.296,141.755],[-124.325,140.953],[-123.848,136.094],[-123.599,134.911],[-122.792,134.099]],\"c\":true},\"ix\":2},\"nm\":\"Path 36\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":36,\"ty\":\"sh\",\"ix\":37,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-119.757,129.126],[-119.477,129.271],[-119.781,129.364]],\"c\":true},\"ix\":2},\"nm\":\"Path 37\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":37,\"ty\":\"sh\",\"ix\":38,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.125,-0.525],[-0.326,-0.727],[0.373,-1.081],[-0.297,-1.093],[-0.133,-0.808],[0.147,-0.089],[0.169,0.273],[0.318,1.593],[-0.182,0.472],[0.303,1.501],[0.034,0.81],[-0.055,0.119],[-0.07,-0.184]],\"o\":[[0.181,0.789],[0.476,1.071],[-0.484,1.019],[0.213,0.788],[0.041,0.239],[-0.259,0.159],[-0.873,-1.414],[-0.102,-0.513],[0.558,-1.463],[-0.159,-0.789],[-0.005,-0.125],[0.222,0.125],[0.194,0.498]],\"v\":[[-115.779,170.354],[-115.206,172.702],[-115.099,175.884],[-115.271,179.048],[-114.763,181.444],[-114.906,182.167],[-115.513,181.797],[-117.114,177.212],[-117.049,175.614],[-116.804,171.208],[-116.963,168.781],[-116.807,168.411],[-116.166,168.794]],\"c\":true},\"ix\":2},\"nm\":\"Path 38\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":38,\"ty\":\"sh\",\"ix\":39,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.033,-0.054],[-0.003,-0.025],[0.097,0.191],[0.054,0.016]],\"o\":[[0.035,0.088],[0.087,0.017],[0.012,0.19],[-0.065,-0.011],[0,0]],\"v\":[[-123.854,31.272],[-123.77,31.424],[-123.607,31.482],[-123.77,31.424],[-123.963,31.384]],\"c\":true},\"ix\":2},\"nm\":\"Path 39\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":39,\"ty\":\"sh\",\"ix\":40,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.031,0.096],[-0.06,-0.097],[0.035,-0.106],[0.07,0.101]],\"o\":[[0.109,0.058],[0.038,0.064],[-0.104,-0.079],[-0.033,-0.05]],\"v\":[[-122.159,33.357],[-121.836,33.549],[-121.932,33.864],[-122.242,33.629]],\"c\":true},\"ix\":2},\"nm\":\"Path 40\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":40,\"ty\":\"sh\",\"ix\":41,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.057,-0.013],[-0.204,-0.068],[0.256,0.06],[0.154,0.158]],\"o\":[[0.206,0.035],[0.027,0.296],[-0.178,-0.046],[0.073,-0.075]],\"v\":[[-105.75,91.942],[-105.141,92.144],[-105.505,92.598],[-105.971,92.155]],\"c\":true},\"ix\":2},\"nm\":\"Path 41\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":41,\"ty\":\"sh\",\"ix\":42,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-127.218,127.957],[-127.283,128.136],[-127.273,127.854],[-127.01,127.838]],\"c\":true},\"ix\":2},\"nm\":\"Path 42\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":42,\"ty\":\"sh\",\"ix\":43,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.102,-0.025],[0.082,0.079],[-0.18,0.625],[0.029,0.011],[0.008,0.063],[0.558,0.525],[0.51,0.63],[0.066,0.617],[-0.158,2.472],[-0.138,-0.02],[-0.044,-0.188],[-0.329,-1.598],[-1.419,-0.984],[-0.101,-0.84],[-0.076,-0.617],[-0.054,-0.03],[0.011,-0.046],[-0.118,-0.645]],\"o\":[[-0.108,0.025],[-0.539,-0.51],[-0.028,-0.016],[-0.008,-0.064],[-0.679,-0.438],[-0.591,-0.56],[-0.419,-0.517],[-0.247,-2.428],[0.011,-0.169],[0.234,0.026],[0.369,1.588],[-0.454,1.634],[0.685,0.479],[0.075,0.617],[0.049,0.03],[-0.012,0.04],[0.66,0.312],[0.016,0.071]],\"v\":[[-128.07,163.039],[-128.43,162.943],[-128.747,161.193],[-128.819,161.144],[-128.844,160.961],[-130.046,159.082],[-131.786,157.365],[-132.754,155.599],[-133.666,148.341],[-133.205,147.898],[-132.565,148.311],[-131.554,153.093],[-130.127,156.973],[-129.069,159.115],[-128.844,160.961],[-128.718,161.065],[-128.747,161.193],[-127.826,162.786]],\"c\":true},\"ix\":2},\"nm\":\"Path 43\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":43,\"ty\":\"sh\",\"ix\":44,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.036,-0.062],[0.009,-0.135],[0.065,0.014],[-0.07,0.126],[-0.003,0.079],[0,0]],\"o\":[[-0.033,0.065],[-0.006,0.139],[-0.062,-0.006],[0.073,-0.125],[0.006,-0.085],[0,0],[0,0]],\"v\":[[-132.195,171.9],[-132.299,172.092],[-132.324,172.503],[-132.51,172.469],[-132.299,172.092],[-132.286,171.846],[-132.043,171.79]],\"c\":true},\"ix\":2},\"nm\":\"Path 44\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":44,\"ty\":\"sh\",\"ix\":45,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.09,-0.066],[0.225,-0.092],[-0.019,0.081],[-0.316,-0.088],[-0.057,-0.108]],\"o\":[[-0.194,0.141],[-0.008,0.002],[0.12,-0.47],[0.083,0.021],[-0.049,0.119]],\"v\":[[-135.067,165.119],[-135.711,165.451],[-135.864,165.156],[-135.086,164.483],[-134.911,164.776]],\"c\":true},\"ix\":2},\"nm\":\"Path 45\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":45,\"ty\":\"sh\",\"ix\":46,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-133.263,140.553],[-133.372,140.833],[-133.481,140.546]],\"c\":true},\"ix\":2},\"nm\":\"Path 46\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":46,\"ty\":\"sh\",\"ix\":47,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.046,0.04],[-0.343,-0.002],[-0.026,-0.079]],\"o\":[[-0.213,-0.178],[0.032,0.075],[-0.103,0.022]],\"v\":[[-137.259,191.478],[-137.041,191.192],[-136.953,191.414]],\"c\":true},\"ix\":2},\"nm\":\"Path 47\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":47,\"ty\":\"sh\",\"ix\":48,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-148.638,241.854],[-148.598,241.68],[-148.348,241.807]],\"c\":true},\"ix\":2},\"nm\":\"Path 48\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":48,\"ty\":\"sh\",\"ix\":49,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.265,0.168],[0.037,0.111],[-0.259,-0.155],[0.023,-0.098]],\"o\":[[-0.078,-0.055],[0.097,-0.302],[0.073,0.051],[-0.068,0.325]],\"v\":[[-231.659,107.801],[-231.779,107.474],[-231.226,107.228],[-231.116,107.551]],\"c\":true},\"ix\":2},\"nm\":\"Path 49\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":49,\"ty\":\"sh\",\"ix\":50,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.131,0.105],[-0.202,-0.017],[0,0]],\"o\":[[-0.134,-0.098],[0.134,0.099],[0,0],[0,0]],\"v\":[[-233.815,104.843],[-234.211,104.54],[-233.728,104.74],[-233.721,104.99]],\"c\":true},\"ix\":2},\"nm\":\"Path 50\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":50,\"ty\":\"sh\",\"ix\":51,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.139,0.106],[0,0],[-0.119,-0.119]],\"o\":[[0,0],[0.087,0.165],[-0.137,-0.112]],\"v\":[[-234.76,104.122],[-234.654,104.016],[-234.341,104.445]],\"c\":true},\"ix\":2},\"nm\":\"Path 51\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":51,\"ty\":\"sh\",\"ix\":52,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-151.148,-91.804],[-151.32,-92.073],[-151.048,-91.907],[-150.898,-91.645]],\"c\":true},\"ix\":2},\"nm\":\"Path 52\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":52,\"ty\":\"sh\",\"ix\":53,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.307,-0.529],[0.118,-0.034],[0.12,0.311],[-0.323,0.322],[-0.12,0.014]],\"o\":[[-0.055,0.103],[-0.295,0.088],[-0.15,-0.397],[0.064,-0.067],[0.552,0.233]],\"v\":[[-152.491,-94.983],[-152.799,-94.759],[-153.43,-95.116],[-153.268,-96.227],[-152.924,-96.274]],\"c\":true},\"ix\":2},\"nm\":\"Path 53\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":53,\"ty\":\"sh\",\"ix\":54,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.068,-0.09],[-0.014,0.099],[-0.073,0.091],[0.014,-0.105]],\"o\":[[-0.046,-0.111],[0.014,-0.1],[0.044,0.111],[-0.011,0.097]],\"v\":[[-149.145,-115.649],[-149.27,-115.975],[-149.065,-116.251],[-148.945,-115.921]],\"c\":true},\"ix\":2},\"nm\":\"Path 54\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":54,\"ty\":\"sh\",\"ix\":55,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.313,0.184],[-0.062,-0.006],[-0.235,-0.087],[-0.065,-0.104],[0.01,0.006]],\"o\":[[0.067,-0.071],[0.247,0.027],[0.09,0.035],[-0.065,0.096],[-0.321,-0.165]],\"v\":[[-150.249,-121.118],[-150.044,-121.323],[-149.31,-121.157],[-149.115,-120.856],[-149.305,-120.581]],\"c\":true},\"ix\":2},\"nm\":\"Path 55\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":55,\"ty\":\"sh\",\"ix\":56,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.149,-0.219],[-0.194,-0.448],[0.518,-0.136],[0.338,0.189],[-0.381,0.399],[-0.516,0.421],[-0.109,-0.045],[-0.084,-0.091]],\"o\":[[-0.235,0.337],[0.158,0.37],[-0.319,0.083],[-0.474,-0.261],[0.459,-0.48],[0.079,-0.064],[0.108,0.043],[-0.125,0.237]],\"v\":[[-151.311,-111.246],[-151.604,-110.146],[-151.77,-109.156],[-152.872,-109.494],[-153.078,-110.889],[-151.573,-112.21],[-151.197,-112.213],[-150.931,-111.953]],\"c\":true},\"ix\":2},\"nm\":\"Path 56\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":56,\"ty\":\"sh\",\"ix\":57,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-152.461,-114.761],[-152.531,-114.511],[-152.806,-114.692]],\"c\":true},\"ix\":2},\"nm\":\"Path 57\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":57,\"ty\":\"sh\",\"ix\":58,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.07,-0.045],[0.12,0.077],[0.188,0.325],[-0.103,0.217],[-0.294,-0.422]],\"o\":[[-0.202,0.131],[-0.311,-0.199],[-0.062,-0.121],[0.612,-0.034],[0.055,0.078]],\"v\":[[-156.512,-126.531],[-157.169,-126.264],[-157.951,-127.092],[-157.668,-127.725],[-156.461,-126.895]],\"c\":true},\"ix\":2},\"nm\":\"Path 58\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":58,\"ty\":\"sh\",\"ix\":59,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.122,0.012],[0.081,0.025],[0.037,0.524],[-0.089,-0.027],[-0.238,-0.107],[-0.096,-0.078],[-0.068,-0.104]],\"o\":[[-0.124,-0.013],[-0.389,-0.097],[-0.004,-0.046],[0.245,0.07],[0.116,0.055],[0.09,0.076],[-0.129,0.012]],\"v\":[[-158.585,-117.611],[-158.913,-117.711],[-159.794,-118.276],[-159.476,-118.422],[-158.763,-118.112],[-158.41,-117.949],[-158.206,-117.644]],\"c\":true},\"ix\":2},\"nm\":\"Path 59\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":59,\"ty\":\"sh\",\"ix\":60,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.075,0.172],[-0.239,0.277],[0.019,0.051],[0,0],[0,0],[0.011,-0.017],[-0.038,-0.335],[0.185,-0.17],[0.02,0.046]],\"o\":[[0.142,-0.32],[-0.024,-0.049],[0,0],[0,0],[-0.01,0.015],[0.137,0.32],[0.021,0.175],[-0.074,0.061],[-0.105,-0.228]],\"v\":[[-160.083,-155.376],[-159.414,-156.229],[-159.479,-156.378],[-159.218,-156.561],[-159.375,-156.276],[-159.414,-156.229],[-159.07,-155.254],[-159.53,-154.675],[-159.879,-154.67]],\"c\":true},\"ix\":2},\"nm\":\"Path 60\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":60,\"ty\":\"sh\",\"ix\":61,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-160.719,-111.697],[-160.542,-112.004],[-160.452,-111.646]],\"c\":true},\"ix\":2},\"nm\":\"Path 61\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":61,\"ty\":\"sh\",\"ix\":62,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.191,-0.039],[0.026,-0.049],[0.044,-0.082],[0.023,-0.538],[0.055,-0.093],[0,0.095],[-0.283,0.499],[-0.004,0.119],[-0.063,0.011],[-0.035,0.065]],\"o\":[[-0.027,0.049],[-0.058,0.078],[-0.01,0.538],[-0.002,0.098],[-0.074,-0.093],[-0.016,-0.58],[0,-0.12],[0.1,-0.005],[0.038,-0.064],[0.155,0.093]],\"v\":[[-167.596,-165.576],[-167.677,-165.427],[-167.792,-165.179],[-167.836,-163.565],[-167.997,-163.282],[-168.206,-163.562],[-167.792,-165.179],[-167.784,-165.538],[-167.596,-165.576],[-167.489,-165.767]],\"c\":true},\"ix\":2},\"nm\":\"Path 62\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":62,\"ty\":\"sh\",\"ix\":63,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.036,-0.016],[0.411,0.012],[-0.039,0.022],[-0.174,0.076],[-0.021,0.04],[0,0]],\"o\":[[-0.031,0.015],[-0.064,0.252],[-0.023,-0.002],[0.16,-0.099],[0.015,-0.049],[0,0],[0,0]],\"v\":[[-173.393,-163.64],[-173.489,-163.593],[-173.948,-163.044],[-174.002,-163.347],[-173.489,-163.593],[-173.443,-163.735],[-173.339,-163.899]],\"c\":true},\"ix\":2},\"nm\":\"Path 63\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":63,\"ty\":\"sh\",\"ix\":64,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.155,-0.202],[0.23,-0.056],[0.054,0.074],[-0.046,0.186],[-0.191,-0.022]],\"o\":[[-0.131,0.163],[-0.114,0.03],[-0.141,-0.194],[0.03,-0.145],[0.457,0.056]],\"v\":[[-177.616,-161.065],[-178.276,-160.801],[-178.643,-160.868],[-178.929,-161.509],[-178.344,-161.813]],\"c\":true},\"ix\":2},\"nm\":\"Path 64\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":64,\"ty\":\"sh\",\"ix\":65,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.161,0.197],[-0.118,-0.025],[-0.248,-0.077],[0.031,-0.001],[0.239,0.048]],\"o\":[[0.073,-0.081],[0.25,0.045],[-0.022,0.12],[-0.244,0.026],[-0.353,-0.072]],\"v\":[[-184.062,-99.04],[-183.684,-99.131],[-182.945,-98.908],[-183,-98.569],[-183.744,-98.562]],\"c\":true},\"ix\":2},\"nm\":\"Path 65\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":65,\"ty\":\"sh\",\"ix\":66,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.133,-0.135],[0.009,-0.063],[0.054,-0.102],[0.044,-0.085],[-0.059,0.218],[-0.036,0.034],[-0.312,0.162],[0.032,-0.041]],\"o\":[[0,0.066],[-0.056,0.1],[-0.041,0.086],[0.065,-0.216],[0.033,-0.034],[-0.003,-0.264],[0.039,0.098],[-0.117,0.154]],\"v\":[[-190.783,-92.958],[-190.789,-92.761],[-190.951,-92.462],[-191.068,-92.202],[-190.88,-92.854],[-190.783,-92.958],[-190.497,-93.654],[-190.393,-93.377]],\"c\":true},\"ix\":2},\"nm\":\"Path 66\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":66,\"ty\":\"sh\",\"ix\":67,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.043,-0.398],[0.713,-0.101],[0.633,-0.025],[0,0],[0.049,-0.065],[-0.013,0.095],[-0.03,0.003],[-1.12,0.413],[-0.206,0.335],[-0.215,-0.249],[-0.078,-0.353]],\"o\":[[-0.08,0.737],[-0.629,0.088],[0,0],[-0.046,0.067],[0.014,-0.095],[0.034,-0.001],[-0.055,-0.931],[0.283,-0.106],[0.313,-0.514],[0.239,0.281],[0.084,0.381]],\"v\":[[-193.427,-95.109],[-194.671,-93.735],[-196.573,-93.631],[-196.573,-93.535],[-196.713,-93.341],[-196.669,-93.627],[-196.573,-93.631],[-195.46,-95.829],[-194.862,-96.82],[-193.945,-97.296],[-193.417,-96.31]],\"c\":true},\"ix\":2},\"nm\":\"Path 67\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":67,\"ty\":\"sh\",\"ix\":68,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-204.211,-120.313],[-204.164,-120.493],[-203.948,-120.362]],\"c\":true},\"ix\":2},\"nm\":\"Path 68\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":68,\"ty\":\"sh\",\"ix\":69,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.074,-0.068],[0.108,0.033],[0,0]],\"o\":[[0.072,0.068],[-0.109,-0.032],[0,0],[0,0]],\"v\":[[37.41,-244.927],[37.629,-244.723],[37.302,-244.821],[37.15,-245.073]],\"c\":true},\"ix\":2},\"nm\":\"Path 69\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":69,\"ty\":\"sh\",\"ix\":70,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.084,0.017],[-0.063,-0.086],[0.062,0.296]],\"o\":[[0.062,0.093],[-0.229,0.152],[0.082,-0.02]],\"v\":[[122.398,88.394],[122.594,88.661],[122.154,88.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 70\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":70,\"ty\":\"sh\",\"ix\":71,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.309,-0.012],[-0.503,-0.109],[-0.055,-0.098],[0.188,-0.082],[0.323,0.637]],\"o\":[[0.509,0.019],[0.068,0.014],[-0.131,0.207],[-0.633,0.282],[-0.125,-0.241]],\"v\":[[123.589,-227.394],[125.103,-227.136],[125.261,-226.853],[124.855,-226.255],[123.23,-226.881]],\"c\":true},\"ix\":2},\"nm\":\"Path 71\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":71,\"ty\":\"sh\",\"ix\":72,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.965,-0.012],[-0.242,-0.079],[0.087,-0.096],[0.289,-0.267],[0.123,-0.044],[0.05,0.308]],\"o\":[[0.245,0.001],[-0.077,0.109],[-0.268,0.287],[-0.086,0.08],[-0.282,0.02],[-0.125,-0.761]],\"v\":[[137.283,-242.068],[138.009,-241.844],[137.785,-241.52],[136.961,-240.68],[136.603,-240.544],[136.081,-240.974]],\"c\":true},\"ix\":2},\"nm\":\"Path 72\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":72,\"ty\":\"sh\",\"ix\":73,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.064,-0.221],[-0.002,0.03],[-0.066,0.222],[0.002,-0.031]],\"o\":[[-0.09,-0.046],[0.044,-0.227],[0.088,0.048],[-0.044,0.224]],\"v\":[[137.084,-68.04],[136.831,-68.175],[137.016,-68.847],[137.267,-68.707]],\"c\":true},\"ix\":2},\"nm\":\"Path 73\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":73,\"ty\":\"sh\",\"ix\":74,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.035,0.006],[0,0],[0,0],[0.006,-0.044],[0.145,-0.708],[0.236,-0.456],[0.106,0.04],[-0.01,0.086],[-0.111,0.846]],\"o\":[[0,0],[0,0],[-0.009,0.046],[0.682,0.195],[-0.098,0.494],[-0.035,0.063],[-0.101,-0.039],[0.089,-0.847],[-0.032,-0.008]],\"v\":[[140.725,-239.783],[140.594,-240.093],[140.833,-239.886],[140.814,-239.751],[141.717,-238.38],[141.086,-236.977],[140.725,-236.94],[140.496,-237.214],[140.814,-239.751]],\"c\":true},\"ix\":2},\"nm\":\"Path 74\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":74,\"ty\":\"sh\",\"ix\":75,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.038,-0.064],[-0.02,-0.025],[-0.46,0.514],[0.031,-0.366],[0.174,-0.068],[0.494,0.521],[0.054,-0.021],[0,0]],\"o\":[[0.019,0.024],[0.567,-0.156],[0.214,-0.242],[-0.018,0.228],[-0.62,0.237],[-0.059,0.013],[0,0],[0.033,0.065]],\"v\":[[142.427,26.422],[142.495,26.482],[144.164,25.908],[144.565,26.148],[144.227,26.781],[142.495,26.482],[142.318,26.522],[142.318,26.233]],\"c\":true},\"ix\":2},\"nm\":\"Path 75\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":75,\"ty\":\"sh\",\"ix\":76,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.095,0.016],[-0.12,0.091],[-0.017,-0.064],[0.14,-0.024],[0.062,-0.049],[0,0]],\"o\":[[0.095,-0.017],[0.12,-0.089],[0.016,0.068],[-0.136,0.023],[-0.062,0.05],[0,0],[0,0]],\"v\":[[158.933,-102.755],[159.215,-102.805],[159.574,-103.075],[159.631,-102.876],[159.215,-102.805],[159.029,-102.66],[158.844,-102.538]],\"c\":true},\"ix\":2},\"nm\":\"Path 76\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":76,\"ty\":\"sh\",\"ix\":77,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.092,-0.032],[-0.022,-0.032],[-0.09,-0.471],[0.033,0.032],[0.13,0.171],[0.057,0.001],[0.066,0.063]],\"o\":[[0.025,0.028],[0.301,-0.027],[0.004,0.024],[-0.151,-0.149],[-0.057,0.007],[-0.064,-0.063],[0.101,0.032]],\"v\":[[196.248,-232.487],[196.319,-232.4],[197.029,-232.026],[196.721,-231.902],[196.319,-232.4],[196.148,-232.389],[195.957,-232.58]],\"c\":true},\"ix\":2},\"nm\":\"Path 77\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":77,\"ty\":\"sh\",\"ix\":78,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.346,0.077],[-0.514,0.099],[-0.053,-0.091],[0.01,-0.231],[0.448,-0.246],[0.172,0.378]],\"o\":[[0.509,-0.116],[0.096,-0.019],[0.052,0.084],[-0.375,0.246],[-0.275,0.153],[-0.135,-0.306]],\"v\":[[265.733,-208.285],[267.26,-208.638],[267.573,-208.464],[267.562,-208.003],[266.32,-207.207],[265.405,-207.717]],\"c\":true},\"ix\":2},\"nm\":\"Path 78\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":78,\"ty\":\"sh\",\"ix\":79,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.49,0.046],[-0.059,-0.317],[-0.05,-0.407],[0.204,-0.317],[0.05,0.09],[0.219,0.609]],\"o\":[[0.326,-0.03],[0.074,0.383],[-0.135,0.371],[-0.074,0.112],[-0.318,-0.563],[-0.169,-0.453]],\"v\":[[192.48,-53.962],[193.376,-53.345],[193.534,-52.165],[193.097,-51.081],[192.464,-51.051],[191.646,-52.812]],\"c\":true},\"ix\":2},\"nm\":\"Path 79\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":79,\"ty\":\"sh\",\"ix\":80,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.104,0.052],[-0.025,-0.092],[-0.008,-0.245],[0.073,-0.054],[0.134,0.328]],\"o\":[[0.09,0.076],[0.067,0.236],[0.002,0.053],[-0.147,-0.324],[-0.003,-0.007]],\"v\":[[156.676,25.136],[156.935,25.363],[157.035,26.094],[156.818,26.256],[156.388,25.278]],\"c\":true},\"ix\":2},\"nm\":\"Path 80\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":80,\"ty\":\"sh\",\"ix\":81,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.299,-0.049],[-0.079,-0.077],[0.092,-0.062],[0.03,0.066]],\"o\":[[0.086,0.014],[-0.093,0.059],[-0.098,-0.034],[-0.103,-0.219]],\"v\":[[160.703,6.719],[160.938,6.937],[160.659,7.118],[160.376,7.013]],\"c\":true},\"ix\":2},\"nm\":\"Path 81\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":81,\"ty\":\"sh\",\"ix\":82,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.299,0.023],[-0.005,-0.102],[0.015,-0.192],[-0.029,-0.016],[0,0],[0,0],[-0.009,0.047],[0.09,0.153]],\"o\":[[0.071,-0.005],[0.02,0.189],[0.024,0.017],[0,0],[0,0],[0.005,-0.047],[-0.183,-0.096],[-0.161,-0.265]],\"v\":[[167.798,15.49],[168.011,15.762],[167.987,16.335],[168.072,16.382],[168.22,16.604],[167.978,16.478],[167.987,16.335],[167.508,16.006]],\"c\":true},\"ix\":2},\"nm\":\"Path 82\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":82,\"ty\":\"sh\",\"ix\":83,\"ks\":{\"a\":0,\"k\":{\"i\":[[-1.043,0.655],[-0.121,-0.114],[-0.231,-1.215],[-0.293,-0.916],[-1.536,-2.052],[-0.146,-0.53],[-0.165,-0.519],[0.582,-2.048],[-0.147,-0.478],[0.494,-1.448],[-1.83,-0.696],[-0.079,-0.101],[-1.574,-2.07],[-0.178,-1.212],[-0.135,-0.235],[0.052,-0.845],[-0.6,-0.608],[-0.268,-1.305],[-0.299,-0.274],[-0.264,-0.441],[-1.117,-0.551],[-1.335,-0.702],[0,0],[-0.094,0.005],[0.049,0.03],[-0.279,0.211],[0.243,0.547],[0.761,0.897],[0.055,1.37],[-0.016,0.813],[0.615,0.727],[1.128,1.173],[1.678,0.692],[-0.019,1.425],[0.605,0.585],[0.498,1.092],[0.172,1.202],[-0.27,0.816],[-0.22,3.187],[-0.101,0.078],[-0.239,0.032],[-0.19,-0.146],[-0.033,-0.243],[-1.474,0.018],[-0.299,-0.216],[-0.823,-1.778],[-1.656,-1.411],[-0.221,-0.119],[0.092,-1.254],[-0.043,-1.093],[-0.308,0.17],[-0.095,0.085],[-1.545,1.557],[-0.562,0.119],[-1.542,1.383],[-0.326,1.263],[0.799,1.874],[0.018,0.139],[1.134,2.221],[0.663,0.71],[1.601,1.066],[0.274,1.35],[0.52,0.461],[0.381,0.396],[0,0.234],[-1.463,1.151],[-0.144,0.846],[-0.495,0.277],[-1.593,0.81],[-0.395,-0.055],[-0.397,-0.103],[-0.177,-1.185],[-0.683,-0.518],[-0.141,0.883],[0.008,0.414],[0,0],[0,0],[0,0],[-0.013,0.188],[-0.189,0.033],[-1.861,0.52],[-0.741,1.607],[-0.383,-0.239],[-0.617,0.293],[-1.251,0.153],[-0.903,0.319],[-0.273,1.052],[-0.324,0.225],[-0.579,1.676],[-0.098,0.055],[-0.399,1.208],[-0.37,0.147],[0.168,0.609],[-0.076,1.104],[-0.829,0.466],[-0.184,1.439],[-0.688,0.524],[0.037,1.195],[-0.331,0.552],[0.712,0.875],[0.532,0.434],[0.514,-0.039],[0.005,-0.026],[0,0],[0,0],[-0.04,0.006],[-0.206,0.25],[-0.488,0.46],[0.269,0.513],[0.689,0.599],[0.029,-0.005],[0,0],[0,0],[-0.011,-0.008],[-0.207,0.103],[0.637,0.696],[0.576,0.321],[0.487,1.037],[0.683,1.348],[0.929,0.421],[0.49,0.254],[-0.112,1.206],[-0.557,0.696],[-0.256,0.617],[-1.039,0.669],[-1.289,0.014],[-0.101,0.398],[0,0.408],[0.625,0.031],[0.68,0.024],[0.502,0.174],[0.482,0.267],[0.489,-0.254],[0.748,-0.802],[0.382,-0.107],[0.317,0.779],[1.239,0.344],[0.799,0.958],[-1.039,0.188],[-0.411,0.036],[-0.248,0.896],[-1.809,0.787],[-0.271,0.472],[-0.456,0.677],[-0.368,0.085],[-0.68,-0.737],[0.351,-0.64],[0.136,-0.237],[-0.462,-0.966],[-0.16,-0.379],[0.326,-0.412],[-0.009,-0.114],[-0.158,-0.13],[-0.197,0.086],[-0.538,0.82],[-2.347,0.414],[-0.386,-0.104],[-0.392,-0.127],[0.044,-1.693],[-0.002,-1.371],[-0.468,-0.531],[-0.611,0.165],[-0.399,0.083],[-0.541,-0.467],[-0.446,-0.518],[0.675,-0.857],[-0.483,-0.46],[0.246,-2.014],[-0.02,-0.548],[-0.507,-0.951],[-0.122,0.015],[-0.499,0.474],[-1.042,-0.105],[-0.403,-0.064],[-0.538,0.668],[0.63,1.725],[0.238,0.79],[2.186,2.467],[0.55,1.124],[0.957,0.602],[0.664,0.492],[-0.514,0.735],[-0.43,0.31],[-0.642,0.709],[0.848,2.376],[-1.286,1.244],[-0.384,0.39],[-0.329,0.429],[-0.901,0.323],[-0.848,-0.357],[-0.946,0.445],[-0.622,0.778],[-0.549,1.535],[-0.461,2.617],[-0.329,0.42],[-0.234,2.582],[0.062,2.239],[-0.221,0.324],[0.149,1.5],[1.416,2.388],[0.033,1.119],[0.039,2.34],[-0.092,0.217],[-0.065,-0.095],[-1.016,-1.122],[-0.736,-1.335],[-0.31,-0.613],[-0.068,-1.689],[-0.073,-0.258],[-1.327,-1.582],[-0.077,-0.924],[-0.642,-1.221],[0.046,-0.987],[-0.098,-0.397],[-0.962,-0.391],[-0.011,0.105],[0.029,0.539],[-0.903,-0.105],[-0.741,-0.334],[-0.036,0.054],[0.03,0.217],[0.884,0.409],[1.536,0.955],[0.252,1.053],[0.185,1.36],[0.012,0.412],[-0.506,0.07],[-0.666,0.06],[0.347,0.579],[3.132,3.862],[-0.075,1.64],[0.325,0.566],[1.878,1.389],[0.403,0.712],[0.86,0.071],[0.19,-0.181],[-0.043,-0.108],[-0.175,-0.202],[1.229,-2.081],[-0.059,-0.226],[-0.298,-0.446],[-0.275,-1.484],[0.146,-0.211],[0.108,0.539],[0.616,0.634],[-0.046,0.562],[0.979,0.627],[1.511,1.219],[0.393,-0.002],[0.685,-0.021],[0.163,-0.842],[0.782,-0.65],[0.039,0.069],[0.547,1.094],[0.035,-0.019],[0.185,-0.183],[-0.131,-0.561],[0.185,-0.132],[0.114,0.288],[0.405,1.023],[1.102,-0.314],[0.4,-0.064],[0.409,0.033],[-0.231,0.615],[-0.193,0.361],[-0.655,1.209],[-0.144,1.537],[-1.172,2.524],[0.402,2.013],[-0.484,0.696],[0.481,1.282],[-0.299,0.478],[-1.375,0.276],[-1.552,0.543],[-0.642,-0.358],[-0.384,0.73],[-0.907,-0.167],[-1.495,0.047],[-0.072,0.225],[-0.188,0.66],[-0.647,-0.061],[-1.903,-0.238],[-0.312,-0.246],[0.039,-0.205],[0.108,-0.246],[-0.45,-0.454],[-0.471,0.303],[-0.946,1.47],[-0.596,-0.209],[-0.351,0.464],[0.21,1.009],[0.815,0.101],[0.142,0.021],[0.151,0.4],[-0.592,1.496],[-0.119,0.246],[0.054,1.272],[0.163,1.653],[-1.157,0.468],[-0.832,0.468],[-0.987,-0.321],[-0.459,0.295],[-0.06,-0.424],[-0.069,-0.957],[-0.732,-0.446],[-0.732,-0.618],[-0.15,0.169],[-0.079,0.379],[-0.166,1.639],[-1.011,0.353],[-0.102,0.515],[0.073,0.058],[0.337,2.201],[-0.066,0.115],[-1.033,-0.443],[0.187,-0.318],[-0.652,-1.144],[0.134,-1.771],[-0.175,-0.207],[-0.541,-1.256],[0.555,-0.765],[0.088,-0.108],[-0.03,-0.906],[0.933,-2.09],[0.01,-0.547],[-0.112,-2.054],[1.216,-1.322],[0.243,-0.321],[0.312,-0.253],[-0.68,-0.836],[0.256,-1.249],[0.242,-0.638],[-0.12,-0.979],[-0.441,-1.578],[-2.9,-4.492],[-0.749,-1.314],[-0.704,-0.581],[-0.506,-1.114],[-0.453,-1.153],[-1.028,-0.631],[-0.1,0.08],[-0.448,0.84],[0.842,2.372],[-2.826,1.389],[-0.114,0.074],[0.266,0.425],[0.313,0.607],[0.011,0.523],[-0.148,1.22],[-0.845,0.337],[-0.587,0.338],[0.391,0.497],[0.663,0.692],[-0.389,2.462],[-0.394,-0.047],[-0.269,-0.011],[0.375,0.662],[0.445,0.985],[0.944,-0.148],[0.075,0.182],[-0.595,1.325],[0.072,0.39],[0.255,0.296],[0.817,0.12],[0.163,-0.185],[0.191,-0.31],[-0.013,-0.005],[-0.026,-0.051],[0,-0.016],[0.089,0.184],[0.046,0.009],[-0.026,0.04],[0.343,0.782],[-0.081,1.515],[1.34,2.073],[0.076,0.264],[-1.582,0.406],[-0.272,0.027],[-0.137,0.739],[-0.483,0.554],[-0.193,-0.336],[-0.389,-0.563],[-0.217,0.052],[-0.065,0.213],[-0.119,0.67],[-0.625,0.731],[-1.218,0.218],[-0.679,-0.463],[-0.671,-0.482],[-0.25,-0.075],[-0.403,-0.045],[0.013,0.342],[-0.231,1.012],[-0.255,0.929],[-0.114,1.383],[-1.145,1.783],[-0.474,1.147],[-1.419,1.314],[-0.699,0.005],[-0.96,-0.014],[-0.384,0.128],[-0.01,0.202],[1.688,1.287],[0.314,0.448],[0.328,0.113],[1.643,0.321],[-0.007,-0.027],[0,0],[0,0],[-0.024,-0.004],[0.164,0.494],[1.185,-0.121],[0.131,0.301],[0.117,0.245],[1.228,-0.241],[0.742,0.826],[-0.362,0.114],[-0.53,0.142],[-0.125,1.47],[0.011,1.648],[0.209,0.495],[0.241,0.636],[1.071,0.159],[0.554,0.829],[-0.212,0.429],[-0.186,0.367],[-0.201,-0.551],[-0.906,-0.474],[-1.223,2.652],[-0.146,0.227],[-0.811,0.2],[-0.396,-0.355],[-0.448,-0.514],[-0.857,0.555],[-0.97,-0.064],[-0.688,0.023],[-0.525,0.144],[-0.189,0.187],[0.032,0.207],[1.946,0.195],[0.148,0.542],[-0.015,0.274],[1.284,0.734],[0.43,0.531],[-0.61,0.463],[-0.342,1.208],[0.281,0.311],[0,1.714],[0.524,0],[0.25,0.057],[1.509,0.16],[0.49,0.25],[0.64,-0.639],[1.326,-0.246],[0.175,-0.213],[-0.307,-0.36],[-0.562,-0.774],[0.273,-0.522],[0.223,-0.127],[0.022,0.06],[1.05,1.952],[2.197,-0.457],[0.739,0.248],[1.241,0.017],[1.475,0.502],[1.338,-0.559],[0.813,0.657],[0.984,0.111],[3.059,-0.271],[0.386,0.112],[1.754,-0.746],[1.336,-0.066],[1.527,0.076],[0.671,-0.096],[-0.033,-0.346],[0.302,-1.527],[-0.336,-0.105],[-0.764,-0.861],[-0.775,-0.963],[0.354,-0.341],[0.438,-0.33],[0.323,0.652],[1.748,0.147],[0.234,0.124],[0.244,0.303],[0.27,0.48],[-0.229,0.207],[0.546,0.88],[0.99,-0.083],[0.006,-0.485],[0.033,-1.093],[0.666,-0.115],[1.304,-0.379],[0.98,0.271],[0.215,-0.114],[1.527,-0.914],[2.546,0.247],[0.219,0.566],[0.031,0.131],[2.251,1.329],[0.229,0.149],[2.823,-1.635],[0.511,-0.202],[1.894,-1.419],[1.05,-0.652],[0.351,0.802],[0.925,0.394],[0.612,0.307],[0.576,-0.48],[0.623,0.483],[0.593,-0.188],[0.279,0.297],[0.791,0.206],[-0.183,0.315],[0.686,0.644],[0.114,0.069],[1.893,-0.473],[0.774,-0.272],[0.304,-0.399],[1.426,0.412],[1.501,-0.042],[1.781,-0.2],[1.774,0.571],[0.329,-0.209],[0.067,-0.248],[-0.107,-0.041],[-0.615,-0.282],[-0.146,-0.223],[0.389,-0.17],[0.354,-0.201],[-0.02,-0.881],[-0.712,-0.049],[-0.533,0.014],[-0.011,0.04],[0,0],[0,0],[0.008,0],[-0.386,-0.572],[-0.941,-0.629],[0.269,-0.424],[0.32,0.223],[0.932,-0.635],[0.532,-0.43],[0.883,0.163],[0.664,-0.097],[0.283,-1.046],[1.114,-0.104],[1.496,1.413],[0.125,0.022],[0.087,-0.071],[0.002,-0.118],[-0.509,-1.143],[-0.229,-1.656],[0.528,0.059],[0.805,0.26],[2.001,1.39],[0.041,0.126],[0.915,-0.551],[0.58,0.598],[0.168,0.342],[0.039,-0.018],[0.031,0.03],[0.191,0.368],[-0.051,-0.035],[-0.161,-0.149],[-0.056,0.004],[-0.006,-0.016],[-0.407,0.29],[0.023,0.236],[0.625,0.703],[0.707,0.035],[-0.158,0.565],[0.462,0.466],[1.105,1.012],[1.222,-0.103],[0.205,-0.149],[0.764,0.232],[1.772,-0.419],[0.43,-0.318],[-0.452,-0.809],[-0.564,-0.931],[0.29,-0.12],[1.673,-0.56],[0.934,0.868],[0.678,-0.476],[0.389,2.083],[0.057,0.264],[0.677,-0.139],[2.141,-0.476],[0.732,-0.352],[0.81,-0.511],[0.854,0.396],[0.121,-0.007],[0.078,-0.226],[1.055,1.037],[0.264,0.464],[0.413,-0.215],[0.712,0.105],[0.225,-0.721],[0.031,-0.403],[-0.535,-0.226],[-0.489,-0.112],[-0.006,0.02],[-0.041,0.027],[-0.082,0.162],[-0.172,0.136],[0.017,-0.093],[0.09,-0.072],[0.169,-0.108],[0.008,-0.057],[0.041,0.007],[0.25,-0.216],[0.457,-0.831],[1.746,-0.154],[-0.273,0.511],[-0.06,0.832],[-0.299,0.783],[0.092,0.328],[-0.552,1.128],[0.129,0.562],[-0.233,0.528],[-0.329,1.318],[-0.512,1.306],[0.523,1.169],[0.245,1.389],[0.209,0.092],[1.031,1.082],[0.29,-0.327],[0.698,0.916],[1.099,0.571],[0.887,0.619],[0.914,-0.607],[1.806,-0.647],[-0.159,-0.361],[-0.147,-0.379],[0.713,-0.47],[0.112,0.942],[0.062,0.68],[0.154,0.659],[0.607,-0.114],[0.524,-0.149],[0.775,0.346],[-0.134,0.613],[0.914,0.656],[1.497,0.037],[0.328,-0.221],[0.112,-0.242],[-0.21,-2.479],[-1.784,-0.975],[-0.289,-0.754],[0.716,-0.078],[0.869,-0.508],[-0.069,-0.457],[0.139,-0.306],[0.512,-0.807],[0.248,-0.094],[0.894,-0.288],[-0.084,0.356],[-0.123,0.527],[0.587,-0.045],[0.218,-0.957],[0.672,-0.062],[0.551,-0.032],[0.564,-0.594],[-0.755,-0.934],[0.302,-0.185],[1.098,-0.531],[0.685,-0.965],[0.342,-1.144],[0.842,-0.248],[0.816,-0.515],[0.247,-0.5],[-0.196,-0.942],[-0.446,-0.349],[-1.221,-0.409],[-0.925,-1.083],[0.042,-0.236],[0.207,-0.125],[0.138,0.368],[0.5,-0.073],[0.365,-0.305],[1.49,-0.672],[1.58,-0.477],[0.508,-0.197],[-0.773,-1.5],[-0.446,-0.516],[-0.178,-0.998],[-0.305,-0.439],[-0.466,-0.233],[-1.094,-0.083],[-0.907,-0.816],[-0.253,-0.106],[-0.622,-0.287],[-0.106,-0.578],[-1.055,-1.497],[0.38,-0.23],[0.459,-0.276],[-0.022,-0.039],[0.046,-0.106],[0.025,-0.098],[-0.051,0.231],[-0.008,0.005],[0.145,0.176],[-0.908,1.67],[-0.03,0.272],[0.781,-0.056],[0.667,-0.137],[1.025,0.918],[0.725,0.356],[1.313,0.301],[1.311,0.371],[0.275,-0.24],[0.012,-0.858],[-0.199,-0.097],[-0.395,-0.1],[0.035,0.032],[0,0],[0,0],[-0.299,-0.158],[-0.38,-0.152],[0.261,-0.474],[0.403,0.09],[0.492,0.219],[0.387,0.05],[0.318,-0.444],[-0.133,-0.29],[-1.732,-0.526],[-0.974,-0.044],[-0.381,-0.125],[-0.044,-0.119],[0.292,0.129],[0.707,-0.118],[1.234,0.104],[0.348,0.688],[0.143,0.23],[0.097,1.743],[0.84,1.115],[0.326,0.239],[0.092,-0.055],[-0.02,-0.075],[-0.31,-1.048],[0.468,-0.743],[0.183,-0.209],[-0.345,-1.069],[-0.606,-0.82],[-0.696,-0.659],[-0.527,-0.436],[-0.019,-1.033],[-0.167,-1.105],[-0.79,-1.885],[-0.579,0.033],[-0.781,0.975],[-1.03,-0.523],[-0.008,-0.106],[0.103,-0.08],[1.057,-0.873],[-0.762,-0.956],[-0.404,-0.551],[0.382,-0.955],[-0.046,-1.406],[0.347,-0.551],[0.258,-1.557],[0.221,0.023],[1.634,0.216],[0.043,0.161],[-0.002,0.39],[0.018,0.009],[-0.235,0.155],[-0.046,-0.075],[0,0],[-0.362,-0.143],[-0.563,1.34],[-0.435,2.576],[0.187,0.332],[-0.195,1.154],[0.599,0.431],[0.555,0.405],[0.323,0.949],[0.943,3.159],[1.65,1.153],[-0.011,1.05],[0.693,2.672],[0.54,0.198],[2.249,-0.806],[0.513,-0.126],[0.069,-0.32],[-0.024,-0.683],[-0.102,-2.201],[0.784,-0.885],[-0.077,-1.318],[-0.802,-0.524],[-0.144,-0.786],[0.623,-1.296],[-0.112,-0.211],[-0.653,-1.044],[-0.188,0.118],[-0.54,-0.629],[-1.68,-0.493],[-0.01,-0.242],[0.052,-0.681],[0.366,0.242],[0.805,0.529],[0.617,0.269],[1.016,0.407],[0.875,0.388],[0.985,0.432],[2.128,-0.386],[0.272,-0.001],[1.917,1.646],[1.023,0.692],[0.187,-0.332],[0.044,-0.128],[-0.951,-0.768],[-0.841,-1.248],[-0.267,-0.045],[-0.348,-0.432],[-0.75,-0.982],[0.435,-0.377],[0.285,-1.167],[0.055,0.031],[0.077,0.204],[0.198,0.499],[0.555,-0.253],[1.195,0.151],[0.039,-0.103],[1.047,0.069],[0.593,-0.737],[0.879,-0.609],[0.398,-0.02],[-0.043,0.249],[0.74,0.817],[0.299,-0.989],[0.173,0.007],[0.582,-0.257],[0.664,-0.167],[0.653,-0.767],[2.004,-1.261],[0.077,-0.581],[0.154,-0.666],[0.181,-0.186],[0.817,0.933],[0.565,0.599],[-0.568,0.44],[-0.674,0.453],[0.355,0.421],[0.47,0.663],[1.44,-0.285],[1.079,0.197],[0.087,-0.087],[-0.268,-0.199],[0.331,-2.357],[-0.011,-0.549],[-0.538,-0.25],[-0.009,-1.017],[0.06,-0.543],[0.466,0.094],[0.793,0.209],[0.753,-1.105],[0.548,-0.378],[0.562,-0.788],[-2.111,-2.256],[-0.112,-0.246],[0.3,-0.473],[0.432,0.228],[1.748,1.427],[0.392,0.116],[0.144,-0.352],[0.199,-0.512],[-0.364,-0.423],[-1.382,-0.018],[-0.239,-0.12],[0.003,-0.419],[0.617,0.097],[0.935,1.219],[0.802,0.207],[0.136,0.557],[0.721,1.037],[-0.101,0.858],[1.881,0.765],[0.561,0.679],[0.348,0.92],[0.053,-0.002],[0.024,0.068],[0.114,0.248],[0.088,0.007],[0,0],[0,0],[-0.03,-0.063],[-0.09,-0.271],[-0.074,-0.021],[-0.013,-0.04],[-1.111,-0.438],[-3.11,-0.522],[-2.192,0.973],[-0.272,0.293],[-0.215,1.991],[0.287,0.4],[1.517,0.669],[0.5,0.468],[0.887,0.154],[1.098,0.914],[1.18,0.7],[3.822,-0.005],[0.538,0.005],[0.667,0.143],[-0.148,0.382],[0.344,0.26],[0.492,0.24],[0.425,-0.457],[0.919,0.37],[0.83,-0.142],[0.31,0.224],[0.06,0.256],[-0.344,0.011],[-0.556,0.466],[-0.528,0.442],[0.365,0.214],[1.949,0.621],[0.324,-0.216],[0.146,-0.231],[0.174,0.169],[0,0.121],[0.014,0.409],[0.667,0.196],[0.429,-0.383],[0.059,-0.6],[0.187,-0.355],[0.235,-0.096],[0.028,0.113],[0.941,-0.054],[0.092,0.367],[0.368,-0.533],[0.649,-1.099],[1.014,-0.34],[0.122,-0.018],[0.009,-0.029],[0,0],[0,0],[-0.017,0.003],[0.095,0.205],[0.114,0.004],[-0.41,-1.563],[-0.035,-0.234],[-0.042,-0.004],[0,0],[0,0],[0.006,0.032],[1.443,-0.618],[-0.031,-0.251],[0.095,-0.329],[0.363,-0.112],[0.64,-0.203],[0,0],[0,0],[0.13,-0.001],[-0.133,0.001],[0.057,0.362],[0.411,0.028],[-0.029,-0.087],[-0.209,-0.465],[0,0],[0,0],[0.479,-1.045],[0,0],[0.406,0.348],[-0.019,0.037],[0.391,-0.029],[0.256,-0.741],[-0.794,-0.598],[-0.189,-0.185],[0.405,-0.284],[0.617,0.282],[0.686,-0.121],[-0.141,0.378],[-0.219,0.646],[0.1,0.061],[0.057,-0.058],[0.9,-1.02],[-0.24,-0.331],[0.473,-0.438],[0.112,-0.213],[-0.479,0.088],[-0.947,0.144],[-0.545,-0.074],[-0.09,-0.054],[0.117,-0.062],[0.499,-0.225],[0.269,-0.052],[-0.193,-0.578],[0.18,-0.406],[0.05,-0.53],[0.14,-0.234],[-0.033,-0.32],[0.62,-0.317],[0.191,-0.943],[0.082,-0.773],[0.79,-0.289],[-0.12,-0.447],[0.3,-0.834],[0.183,-0.798],[0.547,-0.198],[0.351,-0.198],[0.004,-0.208],[0.707,-0.453],[0.613,-1.575],[0.212,-0.349],[0.6,0.046],[0.544,0.051],[0.086,-0.095],[-0.212,-0.256],[-0.071,-0.117],[0.325,-0.03],[1.355,0.171],[0.849,-0.661],[-0.022,-0.125],[0.764,-0.142],[0.467,-0.257],[0.101,-0.345],[0.106,-0.523],[0.7,-1.432],[-0.032,-0.13],[-0.448,-0.972],[-0.169,-0.654],[0.193,-0.323],[0.322,-0.434],[-0.278,-0.141],[-0.363,-0.165],[0.245,-0.316],[0.315,-0.441],[-0.308,-0.289],[-1.843,-0.632],[-0.226,0.076],[-1.067,1.691],[-0.638,0.491],[-0.607,1.428],[-0.062,-0.054],[-0.166,-0.455],[-0.212,-0.778],[-0.073,-0.92],[-0.742,-1.321],[-0.871,-1.072],[0.116,-0.387],[0.101,-0.366],[-0.026,-0.001],[-0.011,-0.084],[-0.117,-0.312],[-2.273,0.282],[-0.114,0.579],[-0.887,0.15],[-0.408,-0.013],[-0.524,1.199],[-0.302,1.104],[0.033,0.269],[0.501,-0.13],[0.1,0.057],[-0.003,0.114],[-0.445,1.343],[0.018,0.674],[-0.946,0.642],[-0.602,0.546],[0.125,1.092],[0.01,0.532],[0.217,0.313],[1.618,0.681],[-0.005,0.867],[-0.09,2.194],[-0.206,0.342],[-1.87,1.254],[-0.778,0.762],[-0.932,2.166],[0.148,0.702],[-0.683,1.251],[-1.689,-0.374],[-1.755,-0.912],[0.453,-0.283],[0,-0.852],[0.294,-0.437],[1.562,-1.749],[0.218,-0.676],[0.921,0.078],[-0.07,-0.493],[0.187,-0.676],[-0.089,-0.526],[-0.124,-0.531],[0.357,-2.24],[-0.051,-0.41],[-0.704,-0.305],[-0.467,-0.283],[0,0],[0.032,0.022],[0,0],[0,0],[-0.294,0.033],[-0.456,-0.79],[-0.824,0.25],[-0.736,0.361],[-2.79,0.027],[-0.95,0.065],[-0.054,-0.148],[-0.857,-0.6],[-0.091,-0.092],[0.023,-0.017],[0.489,-0.229],[0.424,-0.716],[1.434,0.535],[0.938,0.172],[0.366,-0.109],[1.269,-0.491],[0.102,-1.575],[0.696,-0.222],[0.517,-0.169],[-0.727,-1.16],[-0.057,-0.075],[-0.854,0.666],[-0.611,-0.444],[-0.485,-0.253],[-0.024,-0.39],[0.034,-1.097],[0.514,-0.153],[0.262,0.24],[0.543,0.622],[0.816,-0.252],[0.394,-1.164],[0.255,-0.781],[-0.248,-1.127],[-0.185,-1.362],[0.195,-0.095],[0.644,-0.237],[0.111,-0.787],[0.674,1.006],[0.122,0.245],[0.707,-0.068],[1.205,-0.738],[1.768,-0.788],[0.553,-0.377],[0.209,0.178],[0.549,0.752],[0.044,0.407],[0.293,-0.229],[0.922,-0.074],[1.069,-0.618],[0.143,0.149],[0.739,0.168],[0.453,0.406],[0.234,0.638],[-0.087,0.219],[-0.094,-0.039],[-1.018,-0.873],[-0.684,1.326],[0.228,1.892],[0.038,0.05],[-0.005,0.032],[1.007,-0.955],[-0.293,-0.512],[-0.252,-0.48],[0.125,-0.072],[0.243,0.056],[0.104,0.082],[1.26,0.515],[-0.034,0.247],[-0.964,0.425],[0.223,0.246],[0.115,0.056],[-0.531,1.355],[0.094,0.711],[0.339,-0.078],[0.226,-0.13],[1.756,-0.57],[-0.004,-0.231],[-0.7,-1.672],[0.088,-0.255],[-0.39,-0.452],[-0.078,-0.365],[-0.095,-1.799],[0.861,0.24],[1.043,-0.589],[0.927,-0.181],[1.095,-0.558],[0.35,-1.155],[2.861,-2.265],[0.674,-0.458],[0.153,-0.357],[0.162,-0.524],[0.836,-0.273],[0.39,-0.135],[0.336,-0.668],[0.859,0.097],[0.561,0.428],[0.388,0.024],[-0.071,-0.296],[-0.159,-0.801],[0.626,-0.04],[0.921,0.442],[0.503,-0.108],[1.051,-0.324],[-0.059,-0.353],[-1.941,-0.091],[-0.792,-0.187],[-0.4,-1.216],[-1.101,-0.644],[0.039,-0.861],[0.193,-2.177],[0.244,-0.786],[0.7,0.289],[1.417,0.722],[0.349,-0.126],[1.311,0.38],[1.522,-0.365],[0.368,0.135],[1.242,-1.567],[0.383,-0.143],[0.241,-0.121],[-0.221,-0.407],[0.335,-1.559],[-0.025,-0.135],[1.326,-2.809],[0.268,-0.776],[-0.375,-0.435],[0.207,-1.868],[-0.091,-0.249],[-0.205,-0.058],[-1.159,0.319],[-0.544,0.009],[-0.423,-0.598],[-0.56,-0.778],[-0.783,0.448],[-0.558,0.396],[-1.734,-0.125],[-1.237,0.059],[-0.4,0.604],[-0.816,0.256],[-0.276,0.882],[-0.912,0.881],[0.376,0.463],[-1.419,1.534],[-0.361,0.411],[-1.856,0.114],[-0.049,2.263],[-0.104,0.816],[-0.113,0.393],[-0.957,-0.198],[-1.662,-1.21],[-0.553,0.694],[-1.636,0.533],[-0.357,0.405],[-1.3,-0.497],[-0.567,-1.196],[-0.483,-0.973],[-1.469,-1.794],[-1.623,-0.378],[-1.634,-0.942],[-0.996,-0.516],[-0.149,-0.339],[-0.346,-1.043],[0.077,-0.24],[1.59,-0.287],[2.499,0.258],[0.349,-0.185],[0.046,-0.238],[-0.157,-0.103],[-0.846,-0.442],[-1.715,-0.857],[-0.136,0.351],[-0.007,0.393],[0.006,0.541],[-0.911,-0.047],[-0.446,0.789],[-0.641,1.207],[0.483,0.757],[0.06,0.374],[-0.144,0.508],[-0.721,-0.476],[-0.653,-0.472],[-0.125,0.158],[0.629,0.355],[2.452,0.662],[0.071,0.726],[0.199,0.068],[0.545,0.017],[0.821,0.968],[0.358,0.866],[1.207,1.115],[0.522,0.443],[-0.021,0.87],[-0.033,0.681],[-0.359,0.181],[-0.653,0.195],[-0.057,-0.171],[-0.224,-0.633],[-0.575,0.164],[-0.846,0.12],[-0.147,-0.521],[-1.504,-0.988],[-1.618,-0.025],[-0.876,-0.127],[-0.679,-0.681],[-0.769,-0.787],[0.051,-0.602],[0.058,-0.818],[-1.319,-0.884],[0.029,-0.09],[-0.785,-0.588],[-0.587,-0.569],[-0.063,-1.288],[0.373,-0.332],[-0.006,-0.3],[-0.252,-1.47],[-0.346,-0.156],[-1.13,0.112],[0.206,0.449],[0.113,1.206],[-0.092,-0.031],[-0.891,0.212],[0.09,0.31],[1.025,0.622],[0.306,0.414],[0.962,1.5],[0.005,0.269],[-0.054,0.118],[-0.278,-0.24],[-0.209,-0.174],[-0.53,1.446],[-0.264,0.467],[-0.171,-0.069],[-0.48,0.431],[-0.818,-0.11],[-0.033,-1.135],[0.484,-1.603],[-0.383,-0.009],[-0.41,0.016],[-0.123,-0.043],[-0.011,-0.098],[0.118,-0.204],[0.691,-0.413],[0.052,-0.111],[-0.286,-0.153],[-0.48,-0.256],[-0.297,-0.268],[-0.522,-0.351],[-0.348,-0.759],[-0.587,-0.568],[-0.583,0.153],[-0.751,-1.005],[-0.349,-0.202],[-0.248,0.036],[-0.898,1.253],[-0.979,-0.242],[-0.69,-0.689],[-1.411,0.269],[-1.02,1.217],[-0.587,-0.237],[-1.062,-0.091],[-0.011,0.032],[0,0],[0,0],[0.032,0.004],[-0.259,-1.451],[0.373,-1.334],[0.373,-1.031],[0.251,-1.525],[0.883,-1.08],[0.574,-0.01],[1.997,0.868],[0.813,0.065],[1.566,-0.946],[0.856,0.182],[3.014,0.344],[0.881,0.553],[1.485,0.245],[0.916,0.939],[0.517,0.118],[2.215,-1.037],[-0.526,-1.746],[-0.12,-0.537],[0.348,-0.449],[0.302,-0.282],[0.791,0.477],[0.462,0.308],[0.724,0.385],[2.001,-0.029],[0.373,0.815],[0.185,0.516],[0.821,0.303],[2.539,-0.302],[1.262,0.514],[0.079,0.097],[1.308,0.43],[-0.403,0.429],[-0.543,0.613],[0.451,1.07],[0.342,0.585],[-0.078,0.225],[-0.314,0.758],[0.473,-0.128],[0.509,0.655],[1.103,-0.299],[1.059,-0.271],[0.679,-0.055],[1.007,0.5],[1.049,-0.138],[0.805,0.107],[1.99,-0.661],[1.091,-0.053],[0.875,-0.474],[1.507,-0.65],[0.93,-0.896],[1.336,0.554],[1.134,-0.159],[1.091,0.083],[0.459,0.273],[0.192,0.194],[0.521,-1.497],[0.161,-0.801],[1.658,-0.899],[1.377,-0.907],[0,-1.793],[0.403,-0.554],[-0.123,-1.158],[-0.032,-0.824],[0.404,-0.584],[0.596,-0.758],[0.435,-0.317],[0.636,-0.51],[1.122,-0.139],[0.575,-0.812],[0.216,-0.497],[1.003,-0.565],[0.61,-1.125],[1.655,-1.539],[0.224,-0.492],[1.374,-1.9],[0.113,-0.965],[-1.097,-0.672],[0.3,-0.981],[-0.291,-0.986],[1.194,-2.371],[0.049,-0.266],[1.851,-1.848],[-0.109,-0.19],[-0.457,-0.682],[0.392,-0.861],[-0.503,-1.146],[-0.859,-0.433],[-0.767,-0.268],[0,0.032],[0,0],[0,0],[0.012,0],[-0.742,-0.447],[-0.213,-0.857],[-0.512,-0.228],[-0.819,-0.934],[-0.019,-0.483],[-0.784,-1.444],[-1.625,-0.62],[-0.988,-0.784],[-2.494,-1.487],[-1.323,-0.389],[-0.36,0.139],[-0.869,0.413],[-1.704,-0.049],[-1.08,0.179],[-1.529,-0.733],[-0.398,-0.11],[-0.811,0.299],[-0.898,0.345],[-0.653,0.464],[-1.195,0.359],[-1.199,0.122],[-1.834,-0.307],[-0.369,-0.148],[-0.667,-1.639],[-0.363,-0.736],[-1.493,-0.037],[-0.403,0.065],[-1.739,0.412],[-0.611,-1.055],[-0.449,-0.291],[-0.066,-1.47],[0.295,-0.907],[0.162,-0.784],[0.236,-0.883],[1.134,-1.152],[0.033,-0.261],[-0.048,-0.125],[-3.575,-3.309],[-0.631,-0.537],[-0.593,-1.254],[-0.194,-0.663],[-0.883,-1.417],[-0.465,-1.841],[0.055,-0.402],[-0.1,-0.512],[-0.631,-1.094],[-0.128,-0.524],[1.963,-1.632],[0.74,-0.797],[0.132,-1.125],[0.821,-1.605],[0.017,-0.97],[-0.006,-1.652],[-0.612,-0.611],[-0.707,-2.095],[-1.06,-2.074],[0.022,-1.751],[-0.554,-1.718],[0.01,-0.669],[-0.376,-1.878],[-1.286,-1.656],[-0.71,-0.835],[-0.251,-1.101],[-1.085,-1.95],[-0.185,-0.514],[0.987,-1.087],[-0.345,-0.472],[-0.135,-1.226],[-0.2,-0.117],[-1.471,-0.729],[-0.317,0.169],[-1.607,-0.134],[-0.622,0.264],[-1.271,0],[-1.34,-0.613],[-0.285,0.171],[-0.998,1.316],[-0.384,0.008],[-1.642,1.073],[-2.036,1.846],[-0.949,1.506],[-0.963,1.507],[-0.839,0.507],[-0.587,1.869],[-0.332,1.338],[0.381,0.642],[-0.64,0.553],[-1.259,0.293],[-1.166,0.796],[-0.008,1.177],[-0.253,1.352],[0.198,0.683],[0.596,2.116],[-0.515,0.412],[-2.955,2.455],[-1.014,0.391],[-1.082,0.598],[-1.033,2.506],[0.225,1.308],[-0.022,1.246],[0.186,0.926],[-0.381,1.623],[0.793,0.459],[0.474,1.479],[0.337,1.884],[-0.174,0.358],[0.742,0.559],[-0.754,1.621],[-1.039,1.022],[-0.815,1.426],[-0.784,0.426],[-0.89,1.242],[-2.934,2.717],[-2.26,0.87],[-0.215,0.165],[-2.617,6.108],[-1.588,1.963],[-0.489,1.606],[-0.16,2.175],[0.5,-0.195],[0.095,-0.076],[1.864,-0.314],[2.594,-1.015],[0.398,0.041],[1.367,-0.696],[0.394,-0.117],[0.481,0.291],[0.292,0.292],[0.975,0.978],[-0.192,0.4],[1.131,0.922],[0.541,0.8],[1.39,1.522],[1.139,0.547],[0.523,2.371],[0.369,1.186],[0.995,0.786],[0.873,0.672],[0.03,0.848],[0.416,2.3],[1.846,1.109],[0.303,0.256],[0.141,0.371],[-0.038,0.395],[0.916,1.121],[0.375,0.577],[0.715,3.017],[0.239,0.496],[-0.495,-0.007],[-0.452,0.428],[-0.598,-0.019],[-0.44,-0.535],[-0.348,-0.424],[-1.519,-1.95],[-0.285,-1.384],[-0.864,-0.272],[-0.625,-1.638],[-0.271,-0.479],[0.059,-0.995],[-0.02,-0.416],[-1.718,-1.305],[-0.651,-0.495],[-0.384,-1.405],[-1.143,-1.234],[-0.765,-1.13],[0.4,-1.75],[-0.263,-0.517],[-0.661,-1.944],[-0.407,-0.723],[-0.715,-0.011],[-0.68,0.06],[-0.628,0.811],[-1.321,-0.159],[-1.283,0.903],[-0.957,0.167],[-0.555,0.663],[-0.922,0.3],[-1.411,0.536],[-1.12,0.527],[-0.101,0.562],[-1.274,0.357],[-1.747,0.316],[-0.288,1.24],[-0.757,0.115],[-0.525,1.479],[-0.677,0.226],[-0.468,0.269],[-0.038,0.339],[-0.087,0.821],[-0.613,0.391],[-1.077,2.064],[1.212,1.189],[0.573,0.944],[0.903,0.097],[1.06,0.272],[0.482,0.457],[0.176,1.441],[0.18,1.221],[0.068,-0.003],[0.138,-0.16],[1.251,-1.963],[1.791,0.129],[1.31,-0.576],[0.396,0.413],[0.068,0.73],[0.149,1.364],[0.161,0.2],[0.235,0.024],[0.123,-0.189],[0.248,-0.49],[0.472,0.605],[0.114,0.857],[0.949,1.027],[0.693,0.668],[0.191,0.331],[0.745,1.474],[-0.04,0.392],[-0.178,0.514],[-0.215,0.037],[-0.802,-0.028],[-0.675,-0.353],[-0.367,-0.577],[-0.993,-1.657],[-0.841,-0.212],[-0.403,-0.09],[-0.644,-0.84],[-0.558,-0.384],[-1.732,-0.428],[-0.641,0.343],[-1.011,0.419],[-0.521,-1.093],[-0.364,-0.896],[-0.891,-0.06],[-3.793,-0.593],[-1.395,0.16],[-2.369,-0.571],[-0.526,0.151],[-1.652,-0.074],[-0.266,-0.558],[-0.491,-0.286],[-0.157,-0.678],[-1.412,-0.264],[-0.598,-0.835],[-1.734,-0.092],[-0.365,-0.013],[-0.019,0.028],[0,0],[0,0],[0.048,0.005],[1.241,0.496],[0.099,-0.171],[-0.136,-0.148],[-1.288,-1.192],[-2.719,1.753],[-0.112,1.273],[0.016,0.007],[0,0],[0,0],[0.003,-0.046],[-0.024,-0.081],[0.131,-1.973],[-0.281,-0.732],[-0.489,-1.997],[-0.05,-2.131],[-0.193,-0.364],[-0.794,-1.12],[-0.562,-1.547],[-0.202,-0.791],[-1.218,-1.224],[-0.334,-0.876],[-0.237,-2.115],[-0.748,-1],[-0.417,-0.351],[-0.737,1.057],[-0.185,0.366],[-0.672,0.233],[-0.285,0.821],[-1.054,0.547],[0.086,0.728],[0.128,0.676],[-0.375,0.782],[-0.226,0.503],[0.525,1.235],[0.024,0.678],[-0.044,1.512],[-0.935,0.206],[-0.165,0.267],[-1.18,0.399],[-0.163,0.547],[-0.652,0.35],[-1.542,1.145],[-0.45,0.716],[-0.571,0.775],[-0.646,0.286],[-0.062,2.697],[-0.628,0.358],[-1.109,-0.036],[-2.099,1.493],[-0.797,0.873],[-0.079,-0.2],[-0.239,-0.786],[-2.7,-1.268],[-0.361,-0.201],[0.194,-0.921],[-1.254,-0.511],[-0.363,-0.802],[-0.058,-0.131],[0.626,-1.977],[-0.024,-0.686],[-0.512,0.024],[-1.31,0.949]],\"o\":[[0.196,-0.125],[0.76,0.758],[0.177,0.944],[0.748,2.338],[0.316,0.423],[0.15,0.527],[0.656,2.029],[-0.149,0.511],[0.461,1.539],[-0.569,1.667],[0.129,0.049],[1.627,2.036],[0.786,1.032],[0.037,0.262],[0.443,0.74],[-0.057,0.87],[0.874,0.884],[0.066,0.351],[0.399,0.371],[0.682,1.152],[1.355,0.669],[0,0],[0.093,-0.01],[-0.053,-0.032],[0.256,-0.247],[0.506,-0.384],[-0.489,-1.12],[-0.979,-1.153],[-0.029,-0.816],[0.016,-0.993],[-1.049,-1.241],[-1.675,-0.623],[-1.103,-0.461],[0.009,-0.84],[-0.899,-0.872],[-1.199,-0.245],[-0.114,-0.821],[0.988,-3.005],[0.008,-0.125],[0.206,-0.152],[0.239,-0.028],[0.199,0.152],[0.193,1.493],[0.404,-0.006],[1.416,1.018],[0.935,2.03],[0.37,-0.153],[0.813,0.452],[-0.08,1.081],[0.011,0.308],[0.12,-0.069],[1.582,-1.518],[0.391,-0.4],[2.135,-0.444],[0.933,-0.841],[0.5,-1.911],[-0.052,-0.125],[-0.33,-2.488],[-0.449,-0.87],[-1.338,-1.438],[-1.045,-0.698],[-0.142,-0.697],[-0.411,-0.371],[-0.185,-0.191],[-0.021,-1.459],[0.661,-0.525],[0.095,-0.576],[1.556,-0.883],[0.332,-0.177],[0.399,0.055],[0.986,0.239],[0.114,0.821],[0.698,0.529],[0.068,-0.394],[0,0],[0,0],[0,0],[-0.126,-0.198],[0.014,-0.209],[1.915,-0.313],[1.547,-0.43],[0.221,-0.47],[0.455,0.294],[1.119,-0.535],[0.93,-0.115],[0.938,-0.332],[0.116,-0.447],[1.338,-0.921],[0.047,-0.119],[1.172,-0.635],[0.154,-0.447],[0.664,-0.263],[-0.301,-1.069],[0.049,-0.663],[1.275,-0.713],[0.11,-0.851],[0.971,-0.739],[-0.025,-0.656],[0.734,-1.196],[-0.428,-0.519],[-0.431,-0.348],[-0.005,0.03],[0,0],[0,0],[0.039,-0.004],[0.065,-0.358],[0.42,-0.509],[0.428,-0.404],[-0.449,-0.856],[-0.032,0.004],[0,0],[0,0],[0.011,0.006],[0.239,-0.04],[0.901,-0.456],[-0.457,-0.501],[-1.014,-0.572],[-0.644,-1.363],[-0.445,-0.885],[-0.501,-0.229],[-1.131,-0.587],[0.08,-0.828],[0.424,-0.531],[0.505,-1.215],[1.047,-0.673],[0.481,-0.005],[0.097,-0.394],[0.006,-0.708],[-0.676,-0.034],[-0.538,-0.02],[-0.509,-0.173],[-0.549,-0.304],[-1.011,0.522],[-0.258,0.275],[-0.639,0.185],[-0.435,-1.074],[-1.213,-0.338],[-0.685,-0.833],[0.403,-0.073],[0.904,-0.073],[0.443,-1.589],[0.418,-0.181],[0.41,-0.712],[0.212,-0.304],[1.066,-0.257],[0.559,0.613],[-0.131,0.241],[-0.518,0.88],[0.177,0.373],[0.272,0.648],[-0.082,0.107],[0.029,0.237],[0.174,0.143],[0.911,-0.388],[1.403,-2.137],[0.371,-0.069],[0.401,0.103],[1.675,0.541],[-0.035,1.371],[0.003,0.725],[0.386,0.432],[0.393,-0.107],[0.71,-0.146],[0.519,0.442],[0.449,0.53],[-0.541,0.687],[1.548,1.459],[-0.068,0.546],[0.035,1.131],[0.04,0.078],[0.723,-0.084],[0.731,-0.704],[0.405,0.043],[0.987,0.156],[1.12,-1.399],[-0.283,-0.774],[-0.962,-3.216],[-0.826,-0.935],[-0.503,-1.027],[-0.699,-0.438],[-0.703,-0.525],[0.314,-0.448],[0.794,-0.573],[1.617,-1.786],[-0.609,-1.715],[0.395,-0.38],[0.38,-0.389],[0.483,-0.637],[1.169,-0.421],[0.946,0.402],[0.887,-0.415],[1.042,-1.304],[0.879,-2.455],[0.09,-0.53],[1.705,-2.183],[0.196,-2.193],[-0.011,-0.391],[0.957,-1.39],[-0.274,-2.771],[-0.587,-0.991],[-0.068,-2.34],[-0.004,-0.214],[0.112,0.065],[0.87,1.246],[1.044,1.149],[0.332,0.603],[0.756,1.487],[0.011,0.275],[0.525,1.829],[0.578,0.689],[0.12,1.416],[0.468,0.889],[-0.016,0.408],[0.236,0.971],[0.174,0.069],[0.054,-0.537],[-0.035,-0.876],[0.899,0.106],[0.111,0.054],[0.139,-0.215],[-0.151,-0.975],[-1.762,-0.81],[-0.4,-1.019],[-0.321,-1.329],[-0.056,-0.407],[-0.023,-0.503],[0.655,-0.09],[0.175,-0.691],[-2.52,-4.246],[-0.993,-1.223],[0.025,-0.661],[-1.083,-1.882],[-0.7,-0.516],[-0.424,-0.747],[-0.2,-0.019],[-0.079,0.072],[0.112,0.243],[1.387,1.625],[-0.131,0.224],[0.145,0.524],[0.873,1.3],[0.041,0.213],[-0.188,0.269],[-0.156,-0.818],[-0.396,-0.406],[0.101,-1.277],[-1.612,-1.039],[-0.291,-0.233],[-0.688,0.002],[-0.774,0.025],[-0.188,0.941],[-0.076,0.059],[-0.552,-1.086],[-0.054,-0.111],[-0.224,0.125],[-0.457,0.449],[0.047,0.192],[-0.239,0.177],[-0.393,-1.024],[-0.375,-0.947],[-0.395,0.111],[-0.395,0.065],[-0.742,-0.06],[0.147,-0.384],[0.639,-1.217],[0.724,-1.334],[0.269,-2.786],[0.803,-1.722],[-0.167,-0.844],[0.757,-1.095],[-0.2,-0.545],[0.675,-1.073],[1.599,-0.322],[0.669,-0.233],[0.709,0.398],[0.525,-1.006],[1.599,0.298],[0.2,-0.005],[0.206,-0.653],[0.188,-0.651],[1.911,0.184],[0.381,0.049],[0.155,0.125],[-0.049,0.25],[-0.269,0.604],[0.416,0.421],[1.365,-0.871],[0.335,-0.518],[0.574,0.201],[0.474,-0.621],[-0.212,-1.041],[-0.138,-0.017],[-0.44,-0.066],[-0.56,-1.455],[0.104,-0.256],[0.556,-1.15],[-0.062,-1.64],[-0.115,-1.181],[0.894,-0.36],[0.91,-0.511],[0.579,0.189],[0.454,-0.288],[0.125,0.952],[0.067,0.918],[0.791,0.484],[0.099,0.086],[0.263,-0.297],[0.328,-1.615],[0.114,-1.141],[0.589,-0.207],[-0.087,-0.042],[-1.858,-1.469],[-0.015,-0.111],[0.509,-0.913],[0.302,0.133],[-0.724,1.218],[0.81,1.424],[-0.021,0.23],[0.971,1.154],[-0.22,0.99],[-0.082,0.111],[-0.54,0.658],[0.054,2.173],[-0.209,0.478],[-0.047,2.061],[0.09,1.733],[-0.269,0.289],[-0.233,0.32],[-1.105,0.881],[0.878,1.078],[-0.136,0.668],[-0.348,0.928],[0.209,1.667],[1.474,5.262],[0.816,1.268],[0.479,0.827],[1.013,0.83],[0.518,1.122],[0.483,1.25],[0.073,0.043],[0.807,-0.644],[1.164,-2.167],[-0.89,-2.492],[0.125,-0.061],[0.431,-0.285],[-0.364,-0.582],[-0.244,-0.48],[-0.016,-1.227],[0.105,-0.861],[0.63,-0.25],[0.54,-0.313],[-0.589,-0.755],[-1.757,-1.837],[0.054,-0.363],[0.275,0.032],[0.813,0.038],[-0.536,-0.947],[-0.415,-0.93],[-0.2,0.031],[-0.492,-1.116],[0.156,-0.343],[-0.074,-0.389],[-0.558,-0.651],[-0.215,-0.033],[-0.244,0.267],[0.012,0.005],[0.028,0.076],[0.087,0.015],[0,0.193],[-0.063,-0.011],[0.024,-0.04],[-0.774,-0.364],[-0.624,-1.43],[0.122,-2.373],[-0.144,-0.224],[-0.436,-1.474],[0.253,-0.067],[0.816,-0.076],[0.125,-0.679],[0.261,-0.305],[0.343,0.596],[0.108,0.164],[0.228,-0.058],[0.196,-0.652],[0.177,-0.989],[0.849,-0.999],[0.86,-0.154],[0.68,0.464],[0.22,0.158],[0.386,0.115],[0.373,0.04],[-0.035,-0.961],[0.215,-0.937],[0.37,-1.328],[0.166,-2.052],[0.663,-1.034],[0.722,-1.756],[0.524,-0.487],[0.957,-0.008],[0.409,0.007],[0.214,-0.074],[0.092,-1.806],[-0.408,-0.308],[-0.228,-0.328],[-1.548,-0.532],[0.009,0.026],[0,0],[0,0],[0.03,0.003],[-0.138,-0.502],[-0.331,-1.001],[-0.31,0.03],[-0.105,-0.249],[-0.566,-1.18],[-1.298,0.253],[-0.27,-0.303],[0.519,-0.167],[1.547,-0.414],[0.141,-1.639],[-0.005,-0.527],[-0.27,-0.631],[-0.386,-0.995],[-1.017,-0.153],[-0.234,-0.346],[0.185,-0.365],[0.329,-0.655],[0.35,0.952],[2.46,1.288],[0.109,-0.248],[0.477,-0.731],[0.612,-0.15],[0.509,0.458],[0.754,0.848],[0.867,-0.568],[0.691,0.042],[0.538,-0.018],[0.255,-0.07],[0.18,-0.184],[-0.204,-1.315],[-0.578,-0.057],[-0.068,-0.258],[0.069,-1.318],[-0.557,-0.317],[-0.503,-0.625],[1.066,-0.813],[0.119,-0.43],[-1.157,-1.304],[0,-0.56],[-0.27,0],[-1.454,-0.333],[-0.508,-0.056],[-0.846,-0.431],[-0.867,0.864],[-0.212,0.039],[-0.359,0.444],[0.622,0.732],[0.328,0.442],[-0.111,0.209],[-0.084,0.054],[-0.909,-2.066],[-1.479,-1.242],[-0.775,0.161],[-1.213,-0.408],[-1.507,-0.022],[-1.287,-0.439],[-1.027,0.43],[-0.756,-0.609],[-2.991,-0.336],[-0.407,0.035],[-1.991,-0.583],[-1.269,0.539],[-1.516,0.078],[-0.672,-0.035],[-0.342,0.049],[0.13,1.362],[-0.043,0.219],[1.065,0.33],[0.821,0.925],[0.312,0.386],[-0.395,0.38],[-0.682,0.513],[-0.843,-1.699],[-0.272,-0.022],[-0.354,-0.184],[-0.337,-0.424],[-0.163,-0.296],[0.894,-0.816],[-0.593,-0.952],[-0.541,0.045],[-0.02,1.093],[-0.022,0.717],[-1.354,0.234],[-0.954,0.279],[-0.241,-0.069],[-1.579,0.831],[-2.189,1.306],[-0.551,-0.054],[-0.05,-0.128],[-0.51,-2.597],[-0.231,-0.139],[-2.412,-1.572],[-0.462,0.27],[-2.177,0.861],[-0.989,0.74],[-0.726,0.45],[-0.422,-0.956],[-0.636,-0.269],[-0.732,-0.367],[-0.628,0.52],[-0.45,-0.346],[-0.422,0.131],[-0.615,-0.643],[-0.305,-0.078],[0.698,-1.231],[-0.103,-0.093],[-1.561,-0.941],[-0.797,0.201],[-0.509,0.176],[-0.888,1.174],[-1.413,-0.408],[-1.792,0.053],[-1.775,0.198],[-0.302,-0.101],[-0.194,0.118],[-0.025,0.088],[0.629,0.255],[0.226,0.103],[0.142,0.217],[-0.378,0.165],[-0.791,0.451],[0.011,0.701],[0.533,0.039],[0.011,-0.039],[0,0],[0,0],[-0.005,0],[-0.139,0.654],[0.62,0.911],[0.378,0.255],[-0.25,0.388],[-0.868,-0.599],[-0.569,0.387],[-0.691,0.559],[-0.669,-0.124],[-0.976,0.141],[-0.304,1.112],[-2.041,0.197],[-0.098,-0.089],[-0.111,-0.02],[-0.101,0.077],[-0.05,1.27],[0.675,1.512],[0.059,0.448],[-0.81,-0.089],[-2.452,-0.79],[-0.068,-0.05],[-0.34,-1.084],[-0.848,0.512],[-0.252,-0.26],[-0.035,0.019],[-0.031,-0.028],[-0.31,0.033],[0.106,-0.044],[0.177,0.124],[0.057,-0.005],[0.011,0.016],[0.446,-0.227],[0.177,-0.128],[-0.105,-1],[-0.457,-0.519],[-0.59,-0.03],[0.146,-0.532],[-1.06,-1.063],[-0.852,-0.78],[-0.268,0.022],[-0.57,0.411],[-1.714,-0.511],[-0.508,0.121],[-0.844,0.622],[0.527,0.953],[0.186,0.302],[-1.634,0.674],[-1.065,0.359],[-0.617,-0.575],[-1.873,1.331],[-0.051,-0.268],[-0.136,-0.648],[-2.142,0.443],[-0.794,0.176],[-0.856,0.418],[-0.85,-0.408],[-0.091,-0.044],[-0.053,0.236],[-0.541,1.481],[-0.378,-0.367],[-0.225,-0.397],[-0.633,0.326],[-0.762,-0.112],[-0.123,0.384],[-0.033,0.588],[0.454,0.192],[0.006,-0.024],[0.038,-0.027],[0.016,-0.193],[0.085,-0.178],[0.024,0.101],[-0.019,0.118],[-0.151,0.129],[-0.003,0.06],[-0.038,-0.011],[-0.108,0.376],[-0.748,0.642],[-0.9,1.625],[-0.63,0.056],[0.393,-0.754],[0.073,-0.963],[0.147,-0.382],[-0.354,-1.314],[0.253,-0.503],[-0.13,-0.558],[0.563,-1.254],[0.325,-1.322],[0.457,-1.183],[-0.552,-1.243],[-0.044,-0.246],[-1.474,-0.639],[-0.291,-0.303],[-0.248,0.279],[-0.786,-1.031],[-0.973,-0.502],[-0.914,-0.644],[-1.619,1.075],[-0.386,0.14],[0.165,0.375],[0.274,0.723],[-0.788,0.516],[-0.079,-0.677],[-0.057,-0.677],[-0.138,-0.618],[-0.535,0.101],[-0.852,0.245],[-0.581,-0.259],[0.285,-1.342],[-1.549,0.187],[-0.355,-0.008],[-0.217,0.146],[-1.09,2.277],[0.128,1.54],[0.821,0.451],[0.342,0.909],[-0.955,0.104],[-0.392,0.227],[0.056,0.399],[-0.392,0.87],[-0.138,0.213],[-0.875,0.34],[-0.217,0.072],[0.119,-0.525],[0.123,-0.52],[-0.864,0.066],[-0.136,0.608],[-0.544,0.049],[-0.918,0.051],[-0.71,0.753],[0.319,0.396],[-1.046,0.644],[-0.993,0.481],[-0.623,0.874],[-0.24,0.798],[-1.132,0.332],[-0.492,0.313],[-0.471,0.962],[0.12,0.605],[0.966,0.76],[1.287,0.434],[0.157,0.183],[-0.037,0.238],[-0.582,0.349],[-0.159,-0.41],[-0.536,0.079],[-1.294,1.079],[-1.515,0.679],[-0.524,0.158],[-1.482,0.575],[0.31,0.605],[0.637,0.746],[0.091,0.526],[0.299,0.429],[1.017,0.511],[0.884,0.839],[0.188,0.168],[0.631,0.258],[0.513,0.237],[0.315,1.777],[0.269,0.385],[-0.455,0.277],[0.024,0.038],[-0.063,0.099],[-0.038,0.09],[0.057,-0.232],[0.009,-0.005],[-0.117,-0.201],[-1.161,-1.407],[0.12,-0.222],[0.084,-0.776],[-0.679,0.05],[-1.292,0.267],[-0.61,-0.543],[-1.224,-0.6],[-1.341,-0.304],[-0.321,-0.092],[-0.626,0.549],[0,0.219],[0.359,0.177],[-0.037,-0.032],[0,0],[0,0],[0.257,0.239],[0.357,0.186],[0.48,0.192],[-0.218,0.418],[-0.513,-0.115],[-0.375,-0.168],[-0.56,-0.072],[-0.212,0.296],[0.705,1.543],[0.933,0.282],[0.396,0.02],[0.108,0.037],[0.1,0.29],[-0.639,-0.284],[-1.24,0.204],[-0.713,-0.064],[-0.122,-0.245],[-0.881,-1.401],[-0.074,-1.392],[-0.236,-0.314],[-0.074,-0.057],[-0.104,0.065],[0.323,1.044],[0.242,0.825],[-0.147,0.236],[-0.65,0.772],[0.297,0.911],[0.564,0.758],[0.5,0.469],[0.791,0.657],[0.019,1.098],[0.321,2.115],[0.227,0.54],[1.12,-0.07],[0.869,-1.091],[0.114,0.059],[0.005,0.088],[-1.101,0.822],[-0.979,0.806],[0.433,0.534],[0.59,0.816],[-0.523,1.303],[0.023,0.65],[-0.813,1.271],[-0.027,0.156],[-1.639,-0.158],[-0.251,-0.032],[-0.101,-0.363],[-0.017,-0.01],[-0.294,-0.011],[0.047,0.073],[0,0],[0.352,0.176],[1.411,0.554],[1.011,-2.433],[0.066,-0.381],[-0.571,-0.996],[0.126,-0.733],[-0.559,-0.404],[-0.8,-0.583],[-1.066,-3.123],[-0.578,-1.936],[-0.837,-0.585],[0.029,-2.773],[-0.139,-0.551],[-2.095,-0.756],[-0.481,0.17],[-0.322,0.079],[-0.14,0.66],[0.081,2.203],[0.049,1.132],[-0.869,0.985],[0.054,0.879],[0.702,0.462],[0.213,1.169],[-0.103,0.217],[0.584,1.089],[0.056,0.089],[0.664,-0.404],[1.08,1.256],[0.183,0.055],[0.031,0.678],[-0.032,0.439],[-0.805,-0.528],[-0.573,-0.377],[-1.006,-0.44],[-0.886,-0.351],[-1.3,0.253],[-1.944,-0.855],[-0.273,0.049],[-2.372,0.005],[-0.933,-0.797],[-0.269,-0.183],[-0.067,0.119],[-0.375,1.179],[1.063,0.865],[0.119,0.182],[0.579,0.097],[0.778,0.959],[0.347,0.46],[-0.815,0.703],[-0.02,0.077],[-0.211,-0.129],[-0.19,-0.506],[-0.272,-0.668],[-0.98,0.447],[-0.103,-0.012],[-0.426,1.073],[-1.019,-0.067],[-0.745,0.924],[-0.276,0.192],[-0.005,-0.257],[0.198,-1.149],[-0.908,-0.08],[-0.06,0.203],[-0.846,-0.03],[-0.617,0.276],[-0.976,0.245],[-1.509,1.775],[-0.506,0.317],[-0.081,0.682],[-0.061,0.246],[-1.11,1.092],[-0.543,-0.619],[-0.514,-0.543],[0.642,-0.502],[0.413,-0.277],[-0.525,-0.624],[-0.895,-1.272],[-1.113,0.22],[-0.103,-0.018],[-0.198,0.195],[1.98,1.477],[-0.077,0.542],[0.007,0.567],[1.025,0.476],[0.008,0.545],[-0.057,0.532],[-0.808,-0.158],[-1.17,-0.308],[-0.378,0.553],[-0.818,0.566],[-1.206,1.695],[0.184,0.195],[0.263,0.563],[-0.313,0.5],[-1.935,-1.018],[-0.296,-0.239],[-0.348,-0.103],[-0.213,0.504],[-0.219,0.573],[0.817,0.945],[0.257,0.004],[0.425,0.211],[-0.009,0.652],[-1.359,-0.217],[-0.53,-0.697],[-0.568,-0.147],[-0.297,-1.213],[-0.5,-0.717],[0.239,-2.055],[-0.774,-0.315],[-0.573,-0.692],[-0.051,0.001],[-0.012,-0.082],[-0.248,-0.109],[-0.072,-0.021],[0,0],[0,0],[0.016,0.077],[0.275,0.079],[0.065,0.028],[0.01,0.041],[1.215,-0.016],[2.937,1.149],[2.377,0.401],[0.369,-0.163],[1.331,-1.431],[0.059,-0.515],[-0.859,-1.21],[-0.601,-0.266],[-0.607,-0.574],[-1.323,-0.234],[-1.047,-0.875],[-3.388,-2.004],[-0.544,0],[-0.677,-0.006],[-0.599,-0.13],[0.157,-0.42],[-0.433,-0.322],[-0.533,-0.262],[-0.605,0.646],[-0.802,-0.323],[-0.327,0.057],[-0.193,-0.139],[-0.065,-0.281],[0.702,-0.022],[0.52,-0.442],[0.288,-0.242],[-1.784,-1.059],[-0.286,-0.09],[-0.212,0.143],[-0.192,0.302],[-0.092,-0.084],[0,-0.411],[-0.022,-0.717],[-0.585,-0.167],[-0.414,0.37],[-0.038,0.401],[-0.104,0.194],[-0.048,0.019],[-0.16,-0.701],[-0.511,0.029],[-0.245,-0.961],[-0.737,1.063],[-1.107,0.156],[-0.111,0.038],[0,0.028],[0,0],[0,0],[0.02,-0.005],[0.043,-0.219],[-0.113,-0.034],[-1.746,-0.03],[0.058,0.229],[0.038,0.002],[0,0],[0,0],[-0.004,-0.03],[-1.669,-0.103],[-0.127,0.056],[0.04,0.385],[-0.131,0.476],[-0.643,0.197],[0,0],[0,0],[-0.128,0],[0.13,-0.001],[0.03,-0.379],[-0.07,-0.457],[-0.168,-0.01],[0.145,0.484],[0,0],[0,0],[-1.175,-0.08],[0,0],[-0.162,-0.098],[0.018,-0.04],[-0.395,0.011],[-0.742,0.055],[-0.303,0.847],[0.219,0.161],[0.288,0.27],[-0.435,0.31],[-0.669,-0.301],[-0.435,0.073],[0.229,-0.642],[0.022,-0.071],[-0.084,-0.048],[-0.955,0.976],[-0.315,0.355],[0.408,0.548],[-0.165,0.152],[0.498,0.005],[0.946,-0.178],[0.521,-0.08],[0.089,0.012],[-0.097,0.092],[-0.478,0.263],[-0.247,0.11],[-0.729,0.141],[-0.408,0.304],[-0.196,0.438],[-0.026,0.241],[-0.209,0.348],[0.097,0.84],[-0.766,0.392],[-0.16,0.786],[-0.073,0.739],[-0.41,0.151],[0.212,0.809],[-0.276,0.761],[-0.13,0.578],[-0.384,0.142],[-0.199,0.112],[-0.018,0.697],[-1.441,0.917],[-0.147,0.385],[-0.297,0.493],[-0.541,-0.04],[-0.115,-0.013],[-0.216,0.228],[0.087,0.102],[0.23,0.394],[-1.252,0.12],[-0.856,0.645],[-0.08,0.065],[0.185,0.923],[-0.529,0.098],[-0.322,0.175],[-0.152,0.506],[-0.286,1.464],[-0.044,0.094],[0.29,1.063],[0.288,0.624],[0.09,0.339],[-0.274,0.456],[-0.189,0.252],[0.355,0.187],[0.456,0.206],[-0.329,0.43],[-0.256,0.354],[1.411,1.335],[0.25,0.086],[1.668,-0.567],[0.432,-0.69],[1.057,-0.818],[0.016,-0.039],[0.405,0.355],[0.27,0.75],[0.249,0.923],[0.132,1.592],[0.672,1.201],[0.318,0.388],[-0.113,0.362],[0.03,0.001],[0.018,0.087],[0.224,0.272],[1.011,2.767],[0.612,-0.077],[0.179,-0.936],[0.409,-0.069],[1.169,0.037],[1.885,0.327],[0.068,-0.259],[-0.059,-0.465],[-0.127,0.032],[-0.094,-0.051],[0.012,-1.364],[0.212,-0.637],[-0.026,-1.264],[0.674,-0.462],[0.706,-0.645],[-0.054,-0.522],[-0.011,-0.391],[-0.932,-1.35],[-0.834,-0.349],[0.02,-2.194],[0.016,-0.385],[1.14,-1.875],[0.901,-0.602],[1.544,-1.519],[0.293,-0.673],[-0.339,-1.603],[0.701,-1.282],[1.968,-0.343],[0.509,0.267],[-0.606,0.376],[0,0.505],[-1.31,1.929],[-0.456,0.518],[-0.303,0.943],[-0.498,-0.043],[0.112,0.701],[-0.142,0.499],[0.088,0.534],[0.498,2.124],[-0.065,0.395],[0.088,0.732],[0.503,0.215],[0,0],[-0.038,-0.023],[0,0],[0,0],[0.32,0.209],[0.953,-0.112],[0.49,0.852],[0.781,-0.234],[2.478,-1.22],[0.952,-0.009],[0.246,-0.016],[0.498,1.268],[0.109,0.078],[0.063,0.067],[-0.457,0.301],[-0.748,0.347],[-0.903,1.517],[-0.886,-0.331],[-0.393,-0.071],[-1.312,0.385],[-1.354,0.523],[-0.047,0.78],[-0.516,0.166],[-1.041,0.342],[0.051,0.081],[1.19,-0.044],[0.602,-0.466],[0.444,0.325],[0.408,0.214],[0.068,1.093],[-0.016,0.611],[-0.324,0.095],[-0.603,-0.555],[-0.597,-0.683],[-1.115,0.339],[-0.264,0.778],[-0.334,1.059],[0.299,1.341],[0.028,0.206],[-0.609,0.305],[-0.704,0.262],[-0.185,1.338],[-0.149,-0.226],[-0.354,-0.717],[-1.379,0.126],[-1.637,0.999],[-0.581,0.261],[-0.29,0.197],[-0.709,-0.6],[-0.195,-0.274],[-0.044,-0.367],[-0.643,0.503],[-1.258,0.1],[-0.163,0.095],[-0.467,-0.493],[-0.65,-0.148],[-0.467,-0.421],[-0.07,-0.19],[0.028,-0.064],[1.13,0.463],[1.124,0.968],[0.874,-1.679],[-0.041,-0.049],[0.004,-0.032],[-1.457,-0.088],[-0.355,0.339],[0.272,0.474],[0.093,0.172],[-0.179,0.096],[-0.128,-0.027],[-0.964,-0.768],[-0.108,-0.044],[0.139,-1.011],[0.306,-0.134],[-0.09,-0.102],[-1.359,-0.678],[0.255,-0.645],[-0.05,-0.382],[-0.267,0.062],[-1.533,0.875],[-0.185,0.058],[0.033,1.599],[0.083,0.191],[-0.188,0.571],[0.268,0.308],[0.36,1.732],[0.045,0.946],[-1.117,-0.313],[-0.825,0.466],[-1.258,0.249],[-1.037,0.525],[-1.119,3.683],[-0.631,0.502],[-0.322,0.218],[-0.215,0.498],[-0.255,0.852],[-0.394,0.127],[-0.664,0.231],[-0.448,0.881],[-0.71,-0.08],[-0.282,-0.217],[-0.387,-0.023],[0.185,0.795],[0.117,0.567],[-0.968,0.066],[-0.462,-0.218],[-1.068,0.22],[-0.34,0.104],[0.229,1.361],[0.78,0.037],[1.349,0.313],[0.42,1.26],[0.833,0.484],[-0.103,2.185],[-0.07,0.809],[-0.222,0.704],[-1.449,-0.596],[-0.333,-0.172],[-1.383,0.501],[-1.469,-0.426],[-0.385,0.09],[-1.701,-0.617],[-0.215,0.267],[-0.256,0.094],[-0.463,0.237],[0.734,1.348],[-0.026,0.121],[0.632,3.087],[-0.352,0.741],[-0.183,0.532],[1.228,1.424],[-0.028,0.267],[0.092,0.245],[1.034,0.307],[0.521,-0.147],[0.715,-0.011],[0.55,0.785],[0.569,0.794],[0.599,-0.336],[1.402,-1.003],[1.226,0.088],[0.735,-0.037],[0.48,-0.721],[0.842,-0.266],[0.373,-1.189],[0.434,-0.417],[-1.599,-1.96],[0.371,-0.406],[1.078,-1.228],[1.847,-0.857],[0.016,-0.818],[0.051,-0.404],[0.291,-0.993],[1.854,0.385],[0.712,0.524],[1.063,-1.332],[0.484,-0.159],[0.957,-1.085],[1.211,0.465],[0.471,0.985],[1.699,1.551],[1.074,1.312],[1.971,0.464],[0.518,1.042],[0.339,0.177],[0.427,1.01],[0.076,0.24],[-0.401,1.169],[-2.436,0.442],[-0.376,-0.038],[-0.204,0.106],[-0.047,0.242],[0.799,0.523],[1.696,0.883],[0.286,0.142],[0.149,-0.378],[0.011,-0.539],[-0.008,-0.815],[0.94,0.053],[0.674,-1.189],[0.424,-0.8],[-0.221,-0.346],[-0.081,-0.515],[0.232,-0.82],[0.669,0.444],[0.127,0.092],[0.562,-0.729],[-2.146,-1.213],[-0.837,-0.224],[-0.024,-0.223],[-0.511,-0.174],[-1.347,-0.047],[-0.62,-0.73],[-0.663,-1.603],[-0.503,-0.46],[-0.661,-0.557],[0.019,-0.68],[0.019,-0.463],[0.607,-0.307],[0.173,-0.055],[0.21,0.642],[0.189,0.517],[0.923,-0.264],[0.636,-0.092],[0.529,1.854],[1.239,0.814],[0.653,0.494],[1.022,0.152],[0.776,0.776],[0.422,0.429],[-0.068,0.816],[-0.098,1.448],[0.102,0.066],[-0.386,1.223],[0.652,0.485],[0.18,1.23],[0.381,0.334],[0.01,0.3],[1.112,0.762],[0.054,0.316],[1.003,0.453],[0.489,-0.048],[-0.636,-1.36],[-0.006,-0.043],[1.057,0.349],[0.281,-0.067],[-0.318,-1.068],[-0.468,-0.286],[-1.049,-1.44],[-0.133,-0.206],[-0.009,-0.129],[0.153,-0.301],[0.209,0.179],[1.204,1.004],[0.185,-0.509],[0.092,-0.176],[0.534,0.212],[0.697,-0.619],[1.172,0.151],[0.046,1.648],[-0.098,0.327],[0.414,0.009],[0.136,-0.007],[0.116,0.045],[0.027,0.258],[-0.469,0.801],[-0.111,0.069],[-0.13,0.302],[0.481,0.258],[0.368,0.19],[0.472,0.43],[0.693,0.467],[0.374,0.805],[0.425,0.408],[1.19,-0.32],[0.236,0.312],[0.235,0.13],[1.348,-0.19],[0.689,-0.961],[0.953,0.234],[1.11,1.109],[1.536,-0.291],[0.343,-0.412],[1.022,0.413],[0.009,-0.029],[0,0],[0,0],[-0.032,-0.002],[-0.489,1.447],[0.255,1.397],[-0.292,1.059],[-0.51,1.417],[-0.223,1.372],[-0.365,0.439],[-2.047,0.044],[-0.724,-0.315],[-1.842,-0.147],[-0.75,0.451],[-2.952,-0.629],[-1.079,-0.122],[-1.36,-0.852],[-1.256,-0.201],[-0.361,-0.373],[-2.337,-0.539],[-1.414,0.663],[0.155,0.525],[0.128,0.567],[-0.251,0.327],[-0.742,0.703],[-0.471,-0.284],[-0.681,-0.458],[-1.71,-0.914],[-0.895,0.01],[-0.223,-0.495],[-0.297,-0.831],[-2.336,-0.853],[-1.452,0.168],[-0.13,-0.053],[-0.911,-1.097],[-0.575,-0.19],[0.562,-0.6],[0.816,-0.926],[-0.258,-0.615],[-0.128,-0.209],[0.283,-0.767],[0.154,-0.366],[-0.695,0.187],[-0.806,-1.035],[-1.054,0.282],[-0.65,0.166],[-1.025,-0.76],[-1.196,-0.589],[-0.805,0.108],[-2.076,-0.278],[-1.074,0.354],[-0.981,0.051],[-1.443,0.785],[-1.137,0.49],[-1.08,1.04],[-1.069,-0.441],[-1.081,0.15],[-0.502,-0.043],[-0.227,-0.135],[-1.084,-1.104],[-0.268,0.777],[-0.385,1.929],[-1.446,0.786],[-1.272,0.836],[0,0.711],[-0.671,0.929],[0.082,0.818],[0.027,0.71],[-0.551,0.787],[-0.323,0.424],[-0.663,0.478],[-0.886,0.716],[-1.038,0.13],[-0.317,0.451],[-0.457,1.059],[-1.112,0.62],[-1.031,1.92],[-0.387,0.364],[-0.967,2.128],[-0.578,0.808],[-0.139,1.2],[0.942,0.576],[-0.294,0.962],[0.719,2.412],[-0.119,0.242],[-0.423,2.461],[-0.138,0.139],[0.414,0.712],[0.478,0.718],[-0.571,1.259],[0.403,0.931],[0.717,0.363],[0,-0.029],[0,0],[0,0],[-0.009,-0.003],[0.001,0.855],[0.746,0.444],[0.138,0.566],[1.167,0.517],[0.352,0.395],[0.073,1.742],[0.81,1.488],[1.16,0.448],[2.257,1.789],[1.198,0.715],[0.368,0.104],[0.897,-0.345],[1.512,-0.723],[1.089,0.033],[1.665,-0.267],[0.368,0.169],[0.811,0.24],[0.9,-0.329],[0.762,-0.287],[1.037,-0.743],[1.179,-0.356],[1.768,-0.179],[0.4,0.073],[1.578,0.649],[0.309,0.77],[0.685,1.364],[0.412,0.009],[1.762,-0.311],[1.039,-0.241],[0.265,0.457],[1.474,0.941],[0.034,0.936],[-0.246,0.776],[-0.186,0.907],[-0.383,1.434],[-0.162,0.162],[-0.019,0.123],[1.8,4.469],[0.599,0.563],[1.071,0.905],[0.296,0.617],[0.445,1.571],[1.03,1.634],[0.087,0.345],[-0.068,0.536],[0.248,1.212],[0.272,0.478],[0.535,2.249],[-0.87,0.721],[-0.789,0.848],[-0.217,1.798],[-0.455,0.89],[-0.024,1.652],[0.005,0.852],[1.588,1.599],[0.76,2.221],[0.763,1.495],[-0.021,1.776],[0.209,0.653],[-0.03,1.963],[0.422,2.094],[0.672,0.868],[0.744,0.865],[0.492,2.145],[0.272,0.479],[0.435,1.224],[-0.392,0.433],[0.778,1.07],[0.03,0.258],[1.423,0.813],[0.32,0.157],[1.352,-0.742],[0.647,0.055],[1.167,-0.492],[1.355,-0.006],[0.351,0.158],[1.183,-0.705],[0.207,-0.266],[2.028,-0.034],[2.332,-1.525],[1.345,-1.215],[0.952,-1.52],[0.524,-0.815],[1.775,-1.068],[0.411,-1.312],[0.168,-0.676],[-0.533,-0.908],[0.935,-0.806],[1.338,-0.313],[0.945,-0.646],[0.004,-1.401],[0.125,-0.676],[-0.615,-2.108],[-0.215,-0.737],[3.014,-2.392],[0.829,-0.684],[1.17,-0.452],[2.411,-1.337],[0.487,-1.175],[-0.198,-1.201],[0.014,-0.956],[-0.339,-1.673],[0.193,-0.848],[-1.439,-0.835],[-0.596,-1.865],[-0.065,-0.364],[0.405,-0.843],[-1.463,-1.11],[0.575,-1.239],[1.213,-1.176],[0.411,-0.729],[1.34,-0.737],[2.349,-3.263],[1.715,-1.582],[0.25,-0.096],[5.191,-4.059],[0.966,-2.254],[1.027,-1.286],[0.666,-2.16],[0.035,-0.522],[-0.125,0.052],[-1.552,1.294],[-2.7,0.442],[-0.369,0.144],[-1.591,-0.173],[-0.365,0.181],[-0.552,0.16],[-0.349,-0.211],[-0.976,-0.967],[-0.343,-0.346],[0.754,-1.549],[-0.754,-0.617],[-1.175,-1.719],[-0.825,-0.895],[-2.004,-0.957],[-0.264,-1.202],[-0.381,-1.223],[-0.865,-0.683],[-0.702,-0.538],[-0.079,-2.358],[-0.405,-2.196],[-0.354,-0.209],[-0.297,-0.253],[-0.15,-0.373],[0.143,-1.445],[-0.43,-0.527],[-1.631,-2.553],[-0.119,-0.523],[-0.193,-0.413],[0.546,0.005],[0.396,-0.391],[0.755,0.027],[0.349,0.427],[1.58,1.917],[0.874,1.106],[0.174,0.849],[1.702,0.539],[0.195,0.512],[0.484,0.864],[-0.025,0.408],[0.114,2.23],[0.656,0.497],[1.102,0.856],[0.455,1.631],[0.932,0.997],[0.935,1.375],[-0.123,0.55],[0.936,1.862],[0.269,0.788],[0.384,0.669],[0.68,0.01],[0.997,-0.076],[0.862,-1.114],[1.558,0.179],[0.827,-0.589],[0.822,-0.139],[0.654,-0.777],[1.437,-0.465],[1.149,-0.438],[0.532,-0.24],[0.263,-1.404],[1.72,-0.484],[1.228,-0.219],[0.175,-0.737],[1.499,-0.223],[0.228,-0.645],[0.522,-0.176],[0.296,-0.164],[0.101,-0.817],[0.068,-0.69],[2.054,-1.3],[0.706,-1.351],[-0.794,-0.773],[-0.454,-0.742],[-1.093,-0.118],[-0.633,-0.167],[-1.006,-0.965],[-0.149,-1.221],[-0.015,-0.117],[-0.258,0.014],[-1.564,1.719],[-1,1.567],[-1.395,-0.095],[-0.54,0.232],[-0.48,-0.498],[-0.119,-1.367],[-0.027,-0.259],[-0.165,-0.205],[-0.219,-0.029],[-0.301,0.451],[-0.31,0.6],[-0.512,-0.657],[-0.188,-1.423],[-0.648,-0.705],[-0.291,-0.283],[-0.833,-1.426],[-0.171,-0.332],[0.057,-0.544],[0.075,-0.222],[0.793,-0.131],[0.796,0.022],[0.54,0.288],[1.033,1.628],[0.454,0.758],[0.4,0.095],[0.956,0.222],[0.399,0.512],[1.516,1.054],[0.71,0.171],[0.969,-0.513],[1.176,-0.483],[0.417,0.864],[0.356,0.869],[3.851,0.261],[1.383,0.214],[2.298,-0.277],[0.486,0.114],[1.612,-0.46],[0.556,0.021],[0.241,0.506],[0.626,0.361],[0.316,1.367],[0.943,0.177],[1.029,1.44],[0.368,0.019],[0.018,-0.027],[0,0],[0,0],[-0.049,-0.006],[-0.637,0.95],[-0.165,-0.061],[-0.107,0.174],[1.202,1.274],[2.341,2.156],[1.05,-0.685],[-0.022,-0.007],[0,0],[0,0],[-0.004,0.04],[0.117,0.058],[0.622,1.803],[-0.055,0.816],[0.737,1.949],[0.492,1.991],[0.007,0.38],[0.661,1.203],[0.982,1.375],[0.283,0.775],[0.41,1.645],[0.669,0.663],[0.739,1.917],[0.147,1.252],[0.325,0.438],[1.011,0.829],[0.234,-0.338],[0.318,-0.642],[0.892,-0.31],[0.357,-1.058],[0.674,-0.344],[-0.076,-0.686],[-0.157,-0.833],[0.239,-0.493],[0.536,-1.187],[-0.26,-0.615],[-0.05,-1.51],[0.031,-0.919],[0.392,-0.083],[0.716,-1.147],[0.522,-0.18],[0.191,-0.663],[1.743,-0.936],[0.671,-0.503],[0.508,-0.808],[0.424,-0.576],[2.269,-1.019],[0.017,-0.739],[0.998,-0.572],[2.55,0.105],[0.897,-0.636],[0.038,-0.041],[0.315,0.75],[0.841,2.729],[0.372,0.174],[0.585,0.319],[-0.265,1.268],[0.815,0.332],[0.057,0.119],[0.852,1.767],[-0.2,0.629],[0.02,0.567],[1.519,-0.065],[1.003,-0.729]],\"v\":[[96.495,74.887],[97.236,74.817],[99.279,77.301],[99.997,80.102],[102.618,86.994],[103.206,88.525],[103.529,90.139],[103.618,96.229],[103.467,97.839],[103.203,102.285],[104.662,105.963],[105.003,106.192],[109.847,112.315],[110.691,115.87],[111.005,116.63],[111.492,119.013],[112.365,121.255],[114.374,124.301],[115.152,125.224],[116.4,126.281],[119.3,128.495],[123.32,130.589],[123.216,130.703],[123.49,130.685],[123.332,130.598],[124.115,129.88],[124.531,128.459],[122.944,125.177],[121.701,121.406],[121.707,118.958],[120.853,116.281],[117.485,112.739],[113.088,109.876],[111.174,106.963],[110.255,104.755],[108.447,101.661],[106.417,99.457],[106.589,97.018],[108.809,87.828],[109.003,87.478],[109.676,87.105],[110.421,87.307],[110.829,87.989],[113.35,90.119],[114.548,90.328],[118.474,93.799],[122.906,98.521],[123.991,98.104],[125.611,100.234],[125.688,103.516],[126.729,103.911],[127.104,103.743],[131.826,99.161],[133.131,98.237],[138.329,94.99],[140.105,91.823],[140.075,86.203],[140.029,85.792],[137.639,78.797],[135.915,76.51],[131.329,73.01],[129.064,70.198],[127.873,68.553],[126.652,67.438],[126.249,66.742],[127.212,62.561],[128.383,60.431],[129.26,59.093],[133.974,56.53],[135.176,56.427],[136.337,56.84],[138.257,58.634],[139.633,60.62],[141.556,59.888],[141.543,58.656],[141.635,58.753],[141.693,58.525],[141.563,58.639],[141.29,58.055],[141.749,57.479],[147.155,55.554],[150.849,52.522],[151.788,52.293],[153.282,52.677],[156.81,51.655],[159.539,50.793],[161.53,48.891],[162.399,48.145],[165.773,44.736],[165.98,44.398],[168.116,41.495],[169.109,40.921],[169.821,39.668],[169.594,36.449],[170.146,34.742],[172.258,31.384],[173.305,29.215],[174.558,26.362],[175.029,24.405],[174.548,21.414],[173.014,20.049],[171.556,19.755],[171.542,19.837],[171.306,19.862],[171.443,19.765],[171.556,19.755],[171.827,18.726],[173.295,17.37],[173.443,15.928],[171.501,13.997],[171.404,14.011],[171.219,13.844],[171.472,13.972],[171.501,13.997],[172.197,13.841],[172.662,11.836],[171.175,10.442],[169.008,8.047],[166.923,4.027],[164.974,1.987],[163.508,1.223],[162.157,-1.535],[162.85,-3.865],[163.969,-5.573],[166.447,-8.24],[169.922,-9.393],[170.708,-10.22],[170.85,-11.439],[169.659,-12.901],[167.62,-12.863],[166.018,-13.085],[164.582,-13.884],[163.008,-13.76],[160.656,-11.48],[159.59,-10.936],[157.938,-11.84],[155.758,-14.08],[152.878,-16.331],[153.789,-18.987],[155.024,-19.088],[156.857,-20.479],[159.355,-24.504],[160.26,-25.836],[161.458,-27.992],[162.451,-28.635],[164.974,-27.588],[165.012,-25.691],[164.637,-24.958],[164.409,-22.213],[164.816,-21.043],[164.292,-19.638],[164.11,-19.272],[164.329,-18.593],[165.064,-18.446],[167.19,-20.338],[173.121,-23.641],[174.297,-23.431],[175.471,-23.044],[177.083,-20.812],[177.064,-16.699],[177.865,-14.849],[179.311,-14.307],[180.492,-14.651],[182.428,-14.173],[183.845,-12.688],[183.54,-10.957],[183.388,-9.547],[185.068,-4.293],[184.973,-2.644],[186.192,0.329],[186.564,0.423],[188.314,-0.585],[190.922,-1.579],[192.156,-1.554],[194.187,-2.67],[195.042,-7.296],[194.371,-9.678],[191.248,-15.383],[189.051,-18.365],[186.819,-20.734],[184.782,-22.145],[184.38,-24.765],[185.444,-26.011],[187.435,-28.052],[188.848,-34.061],[190.178,-38.548],[191.383,-39.671],[192.469,-40.89],[193.862,-42.842],[196.362,-41.716],[199.135,-41.658],[201.41,-43.384],[203.855,-47.671],[206.659,-54.972],[207.279,-56.494],[209.391,-63.871],[210.47,-70.363],[210.816,-71.539],[211.3,-75.93],[208.839,-83.713],[207.909,-86.831],[207.742,-93.85],[208.006,-94.496],[208.335,-94.303],[211.245,-90.832],[212.808,-86.612],[213.768,-84.788],[215.157,-80.069],[215.245,-79.25],[217.242,-73.902],[218.189,-71.221],[219.353,-67.297],[219.951,-64.515],[220.051,-63.287],[221.745,-61.111],[222.409,-61.34],[222.391,-62.958],[223.693,-63.968],[225.856,-62.852],[226.24,-62.826],[226.554,-63.53],[225.17,-65.95],[221.503,-69.757],[220.329,-72.819],[219.708,-76.89],[219.647,-78.126],[220.595,-79.314],[222.579,-79.504],[222.182,-81.4],[214.345,-93.97],[212.74,-98.087],[212.3,-100.071],[208.82,-105.584],[207.631,-107.723],[205.616,-108.958],[204.978,-108.529],[204.92,-108.137],[205.348,-107.453],[205.465,-103.73],[205.285,-102.956],[205.91,-101.441],[207.322,-97.168],[207.023,-96.457],[206.194,-97.057],[205.287,-99.312],[204.657,-100.788],[203.115,-103.503],[198.236,-106.568],[197.064,-106.876],[195.011,-106.696],[193.59,-105.579],[192.31,-103.064],[191.917,-103.114],[190.293,-106.399],[190.023,-106.66],[189.386,-106.206],[189.159,-104.673],[188.836,-104.012],[188.217,-104.267],[187.05,-107.349],[185.092,-108.185],[183.923,-107.788],[182.697,-107.802],[181.626,-109.241],[182.081,-110.385],[184.043,-114.014],[185.685,-118.219],[188.045,-126.081],[189.154,-131.642],[189.696,-134.003],[190.22,-137.507],[190.538,-139.073],[193.409,-141.151],[198.064,-142.792],[200.06,-142.62],[201.797,-143.054],[204.197,-144.299],[208.628,-144.949],[209.193,-145.486],[209.668,-147.488],[211.245,-148.577],[216.971,-147.975],[218.047,-147.419],[218.259,-146.756],[217.841,-146.061],[218.131,-144.584],[219.597,-144.145],[223.564,-146.954],[225.004,-147.356],[226.467,-147.802],[227.792,-149.712],[225.823,-150.824],[225.409,-150.887],[224.505,-151.613],[224.371,-156.04],[224.626,-156.826],[225.214,-160.442],[225.149,-165.376],[226.813,-167.964],[229.5,-169.026],[232.25,-169.338],[233.721,-169.872],[234.681,-169.563],[235.019,-166.702],[236.307,-164.712],[238.735,-163.324],[239.436,-163.562],[240.048,-164.607],[240.896,-169.484],[242.571,-171.53],[243.232,-172.886],[242.985,-173.022],[240.211,-178.784],[240.356,-179.149],[243.253,-180.024],[243.68,-178.991],[243.807,-175.475],[245.43,-170.911],[245.809,-170.194],[246.777,-166.262],[245.208,-163.895],[244.933,-163.586],[244.202,-161.324],[243.514,-154.856],[243.323,-153.227],[243.262,-147.045],[241.929,-142.451],[241.347,-141.373],[240.472,-140.542],[239.961,-138.761],[240.681,-135.265],[240.037,-133.313],[239.795,-130.477],[241.206,-125.75],[248.617,-111.571],[251.074,-107.769],[252.688,-105.408],[254.756,-102.403],[256.155,-98.966],[258.813,-96.589],[259.188,-96.721],[260.503,-99.251],[260.85,-106.001],[262.474,-110.605],[262.823,-110.823],[263.065,-111.831],[261.961,-113.568],[261.464,-115.119],[261.652,-118.808],[263.152,-120.619],[264.99,-121.499],[265.324,-123.338],[263.469,-125.535],[261.559,-132.005],[262.407,-132.701],[263.215,-132.543],[264.433,-134.211],[262.737,-137.006],[260.811,-138.069],[260.164,-138.411],[259.587,-141.938],[259.654,-143.146],[259.153,-144.252],[256.978,-145.288],[256.284,-144.941],[255.675,-144.041],[255.702,-144.022],[255.774,-143.886],[255.934,-143.842],[255.774,-143.886],[255.599,-143.917],[255.675,-144.041],[254.071,-145.789],[253.401,-150.241],[252.049,-156.986],[251.804,-157.771],[253.657,-160.854],[254.479,-160.813],[255.602,-161.73],[256.284,-163.63],[257.285,-163.668],[258.313,-161.882],[259.026,-161.685],[259.601,-162.188],[260.033,-164.19],[261.379,-166.707],[264.658,-168.29],[266.904,-167.404],[268.91,-165.954],[269.607,-165.523],[270.811,-165.322],[271.591,-166.095],[271.053,-168.892],[271.689,-171.71],[272.377,-175.753],[274.237,-181.576],[275.858,-184.88],[279.139,-189.513],[281.026,-190.239],[283.907,-190.125],[285.128,-190.29],[285.639,-190.847],[284.108,-195.731],[283.217,-197.096],[282.429,-197.994],[278.125,-200.211],[278.147,-200.133],[277.818,-200.043],[278.048,-200.235],[278.125,-200.211],[277.698,-201.714],[275.61,-203.305],[274.927,-203.648],[274.653,-204.417],[272.443,-205.68],[269.653,-206.935],[269.87,-207.985],[271.444,-208.436],[273.821,-211.459],[273.956,-216.399],[273.563,-217.977],[272.597,-219.795],[270.509,-221.54],[268.212,-223.143],[268.054,-224.285],[268.537,-225.42],[269.721,-225.602],[271.608,-223.521],[275.511,-224.951],[275.829,-225.708],[277.865,-227.004],[279.282,-226.313],[280.698,-224.824],[283.306,-224.346],[285.995,-225.039],[288.059,-224.917],[289.667,-225.222],[290.36,-225.641],[290.751,-226.321],[288.693,-229.35],[287.716,-230.569],[287.702,-231.391],[286.204,-234.53],[284.856,-236.053],[284.908,-237.408],[286.762,-240.539],[286.552,-241.686],[284.962,-246.24],[284.188,-246.993],[283.375,-246.889],[279.005,-247.934],[277.547,-248.683],[275.288,-248.298],[272.358,-246.186],[271.808,-245.599],[271.7,-244.071],[273.575,-241.887],[273.668,-240.316],[273.068,-239.837],[272.717,-239.876],[268.682,-245.039],[263.56,-247.069],[261.135,-247.135],[257.479,-247.537],[253.014,-248.18],[248.965,-248.207],[246.334,-248.754],[243.686,-249.822],[234.714,-250.833],[233.482,-250.932],[227.878,-250.168],[224.021,-248.799],[219.545,-248.222],[217.521,-248.001],[217.123,-247.379],[218.3,-243.503],[219.102,-242.688],[221.987,-241.18],[224.347,-238.326],[224.259,-236.79],[223.014,-235.711],[221.217,-235.84],[217.199,-238.281],[216.397,-238.451],[215.421,-239.152],[214.589,-240.571],[214.732,-241.294],[214.861,-243.9],[212.305,-244.847],[210.913,-243.47],[210.897,-240.188],[209.659,-238.734],[205.607,-238.031],[202.794,-237.794],[202.012,-237.728],[197.314,-235.172],[190.255,-233.458],[189.029,-234.427],[188.871,-234.808],[184.628,-240.619],[184.001,-241.155],[176.291,-242.095],[174.745,-241.544],[168.557,-238.288],[165.464,-236.238],[163.386,-236.823],[161.397,-238.792],[159.521,-239.654],[157.663,-239.277],[156.355,-239.249],[154.879,-239.734],[153.724,-239.876],[151.527,-240.865],[151.405,-241.526],[151.406,-244.008],[151.115,-244.296],[146.043,-245.472],[143.651,-244.852],[142.247,-244.033],[139.017,-243.149],[134.512,-243.409],[129.156,-242.97],[123.848,-243.073],[122.738,-242.69],[122.393,-241.997],[122.613,-241.67],[124.513,-240.936],[125.048,-240.339],[124.456,-239.382],[123.3,-238.951],[122.237,-236.873],[123.52,-235.487],[125.13,-235.516],[125.154,-235.633],[125.206,-235.84],[125.152,-235.518],[125.13,-235.516],[125.423,-233.657],[127.654,-231.253],[127.742,-230.164],[126.724,-229.782],[124.068,-229.933],[122.346,-228.803],[120.055,-228.207],[118.012,-228.316],[115.793,-226.725],[113.748,-225.133],[108.447,-226.822],[108.099,-227.016],[107.743,-226.934],[107.546,-226.593],[108.394,-223.011],[109.894,-218.307],[109.159,-217.635],[106.762,-218.073],[100.715,-222.208],[100.68,-222.604],[99.407,-223.138],[97.597,-223.219],[97.064,-224.218],[96.957,-224.165],[96.865,-224.251],[96.064,-224.558],[96.373,-224.682],[96.865,-224.251],[97.042,-224.267],[97.064,-224.218],[98.385,-224.939],[98.656,-225.662],[97.285,-228.121],[95.375,-228.723],[94.806,-229.501],[94.709,-230.999],[91.51,-234.167],[85.698,-235.906],[84.907,-235.718],[83.087,-235.411],[77.801,-235.659],[76.382,-234.897],[75.795,-232.77],[77.49,-229.975],[77.249,-228.87],[72.326,-226.896],[69.261,-227.529],[67.891,-227.531],[63.957,-228.836],[63.878,-229.648],[62.301,-230.615],[55.868,-229.275],[53.533,-228.537],[51.089,-227.026],[48.533,-228.244],[48.198,-228.259],[48.023,-227.556],[44.814,-226.63],[43.908,-227.951],[42.971,-228.373],[41.025,-228.057],[39.518,-226.974],[39.281,-225.777],[40.056,-224.468],[41.499,-224.091],[41.516,-224.161],[41.633,-224.243],[41.737,-224.793],[42.229,-225.212],[42.299,-224.91],[42.128,-224.584],[41.633,-224.243],[41.62,-224.066],[41.499,-224.091],[41.116,-223.032],[39.344,-220.779],[35.273,-218.386],[34.649,-219.037],[35.253,-221.405],[36.793,-223.225],[37.15,-224.379],[37.77,-227.951],[38.069,-229.535],[38.24,-231.121],[39.79,-234.933],[40.728,-238.925],[40.503,-242.551],[38.835,-246.276],[38.398,-246.947],[35.17,-250.06],[34.135,-250.009],[33.21,-249.584],[30.266,-251.784],[27.34,-253.257],[24.695,-253.427],[19.456,-251.072],[18.99,-250.063],[19.562,-248.973],[18.896,-247.237],[17.082,-248.062],[16.99,-250.104],[16.698,-252.121],[15.1,-253.154],[13.516,-252.747],[11.13,-253.085],[10.352,-254.334],[8.879,-257.009],[4.477,-257.782],[3.399,-257.28],[2.881,-256.648],[1.501,-249.446],[3.328,-245.124],[4.188,-242.879],[3.722,-241.774],[0.922,-241.186],[0.4,-240.188],[0.556,-239.011],[-0.872,-236.521],[-1.52,-236.046],[-4.176,-235.102],[-4.462,-235.638],[-4.029,-237.204],[-5.038,-238.177],[-6.945,-236.951],[-7.926,-235.889],[-9.559,-235.654],[-11.606,-234.404],[-11.593,-232.274],[-11.601,-231.231],[-14.758,-229.34],[-17.403,-227.497],[-19.387,-224.938],[-20.991,-223.161],[-22.656,-220.991],[-23.604,-219.681],[-23.544,-216.883],[-22.634,-215.654],[-19.535,-213.727],[-16.038,-211.644],[-15.841,-210.895],[-16.268,-210.246],[-17.057,-210.789],[-17.949,-211.459],[-19.523,-211.116],[-23.859,-208.884],[-28.492,-207.181],[-30.061,-206.69],[-31.206,-203.406],[-30.075,-201.693],[-28.76,-199.174],[-28.139,-197.665],[-26.948,-196.592],[-23.697,-196.208],[-21.033,-193.705],[-20.271,-193.414],[-18.385,-192.615],[-17.335,-191.427],[-15.429,-186.477],[-15.845,-185.491],[-17.218,-184.662],[-17.15,-184.549],[-17.332,-184.248],[-17.406,-183.955],[-17.246,-184.646],[-17.218,-184.662],[-17.583,-185.251],[-18.153,-189.821],[-18.033,-190.626],[-19.535,-192.249],[-21.557,-191.959],[-25.012,-192.781],[-27.018,-194.197],[-30.809,-195.728],[-34.721,-196.882],[-35.839,-196.551],[-36.867,-194.404],[-36.47,-193.762],[-35.285,-193.445],[-35.39,-193.545],[-35.225,-193.767],[-35.285,-193.445],[-34.483,-192.782],[-33.303,-192.43],[-32.897,-191.03],[-33.919,-190.516],[-35.415,-191.114],[-36.523,-191.638],[-37.949,-190.976],[-38.19,-189.847],[-34.721,-186.567],[-31.906,-185.978],[-30.733,-185.679],[-30.477,-185.378],[-30.85,-184.988],[-32.832,-185.423],[-36.535,-185.456],[-38.213,-186.47],[-38.575,-187.209],[-40.349,-191.75],[-41.921,-195.514],[-42.848,-196.293],[-43.193,-196.282],[-43.429,-195.972],[-42.427,-192.85],[-42.739,-190.47],[-43.195,-189.779],[-43.892,-187.135],[-43.58,-184.317],[-41.531,-182.304],[-40.01,-180.924],[-38.789,-178.42],[-38.599,-175.134],[-36.178,-169.491],[-34.773,-168.838],[-31.853,-170.097],[-28.871,-170.285],[-28.604,-169.986],[-28.863,-169.698],[-32.16,-167.228],[-32.507,-163.862],[-31.125,-162.329],[-30.64,-159.592],[-31.337,-155.576],[-31.896,-153.63],[-33.936,-149.638],[-34.608,-149.282],[-39.509,-149.86],[-40.194,-150.181],[-40.237,-151.34],[-40.293,-151.368],[-40.383,-151.618],[-40.237,-151.395],[-40.237,-151.34],[-39.18,-150.823],[-36.192,-152.037],[-34.257,-159.614],[-34.444,-160.808],[-35.07,-163.969],[-35.921,-165.73],[-37.617,-166.91],[-39.292,-169.204],[-42.495,-178.571],[-45.651,-183.208],[-46.913,-185.674],[-48.03,-193.83],[-49.076,-195.026],[-55.515,-195.581],[-57.14,-195.551],[-57.925,-194.748],[-58.03,-192.701],[-57.727,-186.099],[-58.656,-183.024],[-59.726,-179.582],[-58.781,-177.446],[-57.266,-175.549],[-56.801,-171.976],[-56.786,-171.181],[-54.93,-167.982],[-54.24,-168.065],[-52.393,-167.931],[-48.547,-164.963],[-48.177,-164.274],[-48.242,-162.231],[-49.166,-161.797],[-51.57,-163.397],[-53.304,-164.485],[-56.393,-165.63],[-59.016,-166.786],[-61.891,-168.201],[-67.893,-169.214],[-68.708,-169.1],[-75.267,-171.029],[-78.304,-173.136],[-79.379,-172.754],[-79.574,-172.398],[-78.63,-169.484],[-75.155,-167.364],[-74.393,-167.094],[-73.008,-166.263],[-70.732,-163.339],[-70.874,-161.85],[-72.974,-159.46],[-73.276,-159.301],[-73.848,-159.777],[-74.266,-161.347],[-75.961,-162.146],[-78.997,-161.077],[-79.324,-160.864],[-81.648,-159.621],[-84.266,-158.626],[-86.991,-156.909],[-88.16,-156.821],[-88.164,-157.587],[-89.122,-160.478],[-91.03,-159.345],[-91.557,-158.865],[-93.174,-157.771],[-95.15,-157.216],[-97.487,-155.636],[-102.531,-150.826],[-103.346,-149.488],[-103.686,-147.458],[-104.121,-146.783],[-108.252,-146.489],[-109.974,-148.263],[-109.926,-150.086],[-107.892,-151.451],[-107.739,-152.922],[-109.358,-154.761],[-112.938,-156.253],[-116.174,-156.278],[-116.509,-156.105],[-116.451,-155.416],[-114.232,-149.587],[-114.349,-147.943],[-113.612,-146.567],[-112.275,-144.223],[-112.38,-142.587],[-113.523,-141.629],[-115.939,-142.146],[-118.836,-141.245],[-120.262,-139.795],[-122.179,-137.679],[-122.062,-133.082],[-121.635,-132.385],[-121.894,-130.841],[-123.302,-130.289],[-129.216,-133.14],[-130.383,-133.51],[-131.398,-133.026],[-132,-131.493],[-131.698,-129.96],[-128.603,-128.148],[-127.844,-127.874],[-127.332,-126.837],[-128.697,-125.615],[-132.356,-127.236],[-134.539,-128.28],[-135.656,-129.373],[-137.049,-132.782],[-137.385,-135.142],[-139.656,-139.001],[-141.698,-140.264],[-143.585,-142.215],[-143.736,-142.222],[-143.824,-142.416],[-144.371,-142.942],[-144.575,-143.025],[-144.599,-143.237],[-144.471,-143.12],[-144.371,-142.942],[-143.824,-142.416],[-143.638,-142.32],[-143.585,-142.215],[-140.164,-141.359],[-131.09,-138.861],[-124.237,-139.759],[-123.207,-140.422],[-120.641,-145.471],[-120.935,-147.049],[-123.932,-150.357],[-125.521,-151.645],[-127.634,-152.694],[-131.309,-154.434],[-134.716,-156.74],[-142.898,-158.997],[-144.522,-158.77],[-146.552,-159.015],[-146.768,-159.945],[-147.056,-161.062],[-148.478,-161.873],[-149.973,-161.663],[-152.146,-160.963],[-154.577,-161.045],[-155.645,-161.485],[-155.999,-162.195],[-155.507,-162.651],[-153.596,-163.302],[-152.018,-164.624],[-152.22,-165.655],[-157.931,-167.906],[-158.997,-167.448],[-159.481,-166.792],[-160.044,-166.561],[-160.202,-166.921],[-160.156,-168.151],[-161.302,-169.665],[-162.801,-169.222],[-163.599,-167.848],[-163.94,-166.677],[-164.588,-166.283],[-164.859,-166.561],[-166.151,-167.797],[-166.742,-168.673],[-168.215,-169.323],[-171.055,-167.115],[-173.885,-165.68],[-174.242,-165.613],[-174.247,-165.527],[-174.419,-165.348],[-174.294,-165.603],[-174.242,-165.613],[-174.315,-166.25],[-174.648,-166.333],[-176.169,-164.585],[-176.052,-163.88],[-175.938,-163.885],[-175.789,-163.683],[-176.036,-163.786],[-176.052,-163.88],[-180.525,-162.46],[-180.641,-161.71],[-180.422,-160.582],[-181.476,-160.246],[-183.401,-159.638],[-183.314,-159.707],[-183.398,-159.707],[-183.792,-159.706],[-183.398,-159.707],[-183.357,-160.834],[-184.26,-161.529],[-184.768,-161.116],[-184.19,-159.706],[-184.271,-159.706],[-184.161,-159.644],[-186.641,-158.181],[-186.594,-158.181],[-186.703,-158.079],[-186.641,-158.181],[-187.83,-158.144],[-189.378,-157.02],[-188.893,-154.808],[-188.247,-154.317],[-188.458,-153.282],[-189.934,-152.826],[-191.95,-152.896],[-192.624,-153.684],[-191.917,-155.609],[-192.135,-155.911],[-192.469,-155.91],[-195.288,-152.946],[-195.06,-151.868],[-195.275,-150.434],[-195.638,-149.835],[-194.156,-149.868],[-191.351,-150.533],[-189.721,-150.369],[-189.458,-150.216],[-189.76,-149.945],[-191.219,-149.188],[-192.016,-148.997],[-192.583,-147.806],[-193.755,-146.869],[-193.776,-145.288],[-194.192,-144.591],[-194.766,-143.549],[-195.71,-141.927],[-197.219,-140.159],[-198.154,-137.902],[-199.028,-136.332],[-199.508,-135.337],[-199.508,-132.922],[-200.023,-130.526],[-201.104,-129.393],[-202.253,-128.959],[-202.677,-128.361],[-203.403,-126.586],[-206.377,-122.745],[-206.874,-121.615],[-208.234,-120.866],[-209.856,-121.071],[-210.216,-120.894],[-210.21,-120.145],[-209.932,-119.844],[-210.099,-118.82],[-213.421,-117.475],[-215.991,-115.529],[-216.06,-115.131],[-217.18,-113.813],[-218.719,-113.315],[-219.456,-112.429],[-219.607,-110.831],[-219.961,-106.399],[-219.88,-106.009],[-218.323,-103.202],[-217.518,-101.316],[-217.773,-100.178],[-218.81,-98.935],[-218.552,-97.826],[-217.438,-97.362],[-217.055,-96.427],[-218.085,-95.161],[-217.896,-93.62],[-213.038,-90.621],[-212.245,-90.515],[-207.69,-93.04],[-206.103,-94.909],[-202.913,-97.368],[-202.599,-97.369],[-201.453,-96.248],[-201.042,-93.855],[-200.124,-91.146],[-198.479,-87.004],[-196.307,-83.517],[-196.312,-82.37],[-196.615,-81.277],[-196.534,-81.284],[-196.516,-81.033],[-195.919,-80.189],[-192.156,-78.455],[-191.133,-79.584],[-189.442,-81.12],[-188.214,-81.259],[-185.508,-82.648],[-183.434,-84.928],[-183.413,-85.749],[-184.223,-86.314],[-184.619,-86.324],[-184.791,-86.65],[-184.468,-90.723],[-184.169,-92.741],[-182.564,-95.428],[-180.516,-96.788],[-179.378,-99.303],[-179.236,-100.907],[-179.538,-102.069],[-183.023,-105.448],[-184.21,-107.464],[-184.042,-114.047],[-183.617,-115.18],[-179.331,-120.047],[-176.852,-122.179],[-174.422,-125.893],[-174.258,-127.878],[-173.596,-132.596],[-170.378,-134.533],[-164.802,-133.593],[-164.457,-131.807],[-165.554,-130.281],[-166.12,-128.775],[-170.12,-123.04],[-171.252,-121.349],[-173.176,-120.229],[-173.904,-119.487],[-174.099,-117.474],[-174.09,-115.863],[-173.603,-114.296],[-172.784,-107.829],[-172.701,-106.6],[-171.547,-105.048],[-170.132,-104.218],[-170.109,-104.245],[-170.218,-104.317],[-169.952,-104.453],[-170.109,-104.245],[-169.163,-103.76],[-167.184,-102.716],[-165.031,-102.043],[-162.76,-102.983],[-154.906,-104.991],[-152.052,-105.251],[-151.328,-105.037],[-148.609,-103.486],[-148.259,-103.282],[-148.174,-102.995],[-149.574,-102.142],[-151.621,-100.844],[-155.112,-99.915],[-157.906,-100.542],[-159.103,-100.561],[-162.986,-99.27],[-165.4,-96.272],[-166.656,-94.84],[-168.236,-94.433],[-168.695,-92.193],[-168.518,-91.963],[-165.708,-93.487],[-164.255,-93.481],[-162.926,-92.514],[-162.214,-91.593],[-162.171,-88.303],[-163.182,-87.121],[-164.297,-87.434],[-165.932,-89.29],[-167.728,-89.803],[-170.109,-87.727],[-170.974,-85.414],[-171.213,-82.164],[-170.539,-78.098],[-170.914,-77.442],[-172.817,-76.68],[-173.992,-75.176],[-177.377,-74.629],[-177.779,-75.347],[-179.486,-76.224],[-183.385,-74.995],[-188.409,-72.179],[-189.914,-70.828],[-191.049,-70.713],[-192.961,-72.768],[-193.026,-73.98],[-193.991,-74.391],[-196.133,-73.325],[-199.466,-71.767],[-200.177,-71.911],[-201.765,-73.131],[-203.643,-73.763],[-204.515,-75.591],[-204.369,-76.282],[-204.021,-76.352],[-200.659,-74.883],[-197.635,-75.713],[-196.516,-81.033],[-196.638,-81.18],[-196.615,-81.277],[-200.19,-79.694],[-200.352,-78.165],[-199.45,-76.795],[-199.549,-76.125],[-200.276,-76.192],[-200.628,-76.394],[-203.115,-79.086],[-203.185,-79.821],[-201.57,-81.984],[-201.51,-82.691],[-201.792,-82.976],[-202.906,-86.07],[-202.578,-88.079],[-203.385,-88.823],[-204.18,-88.628],[-208.578,-85.668],[-208.948,-84.991],[-209.408,-80.245],[-209.616,-79.478],[-209.281,-77.97],[-208.583,-76.976],[-207.482,-71.783],[-209.565,-69.697],[-212.729,-69.348],[-215.411,-68.337],[-218.792,-66.863],[-220.797,-64.416],[-224.81,-58.463],[-226.914,-57.216],[-227.68,-56.287],[-228.115,-54.699],[-229.786,-53.025],[-230.976,-52.683],[-232.503,-51.402],[-234.64,-50.588],[-236.473,-51.436],[-237.612,-51.695],[-238.427,-50.907],[-237.859,-48.521],[-238.809,-47.465],[-241.622,-47.864],[-243.208,-48.053],[-246.37,-47.133],[-246.969,-46.153],[-244.69,-43.322],[-242.385,-42.468],[-239.736,-40.113],[-237.495,-37.272],[-236.458,-35.194],[-236.856,-28.647],[-237.464,-26.26],[-239.435,-25.119],[-243.864,-25.638],[-245.065,-25.715],[-249.115,-25.818],[-253.542,-26.174],[-254.766,-26.221],[-259.219,-25.27],[-260.357,-24.857],[-261.106,-24.526],[-261.706,-23.136],[-260.856,-18.838],[-260.775,-18.438],[-262.036,-9.628],[-262.955,-7.342],[-262.776,-5.765],[-261.221,-0.861],[-261.12,-0.047],[-260.659,0.595],[-257.473,1.153],[-255.844,0.936],[-254.06,1.794],[-252.489,4.203],[-249.903,4.831],[-248.151,3.745],[-243.487,2.483],[-239.784,2.339],[-238.059,1.372],[-236.122,-0.078],[-234.474,-1.749],[-232.562,-4.884],[-232.299,-6.369],[-231.632,-11.442],[-230.547,-12.682],[-226.656,-15.422],[-223.341,-19.707],[-223.096,-22.158],[-222.835,-23.362],[-220.323,-25.055],[-214.84,-23.533],[-212.601,-23.911],[-208.643,-26.744],[-207.372,-27.759],[-204.021,-28.47],[-201.281,-26.13],[-199.826,-23.207],[-194.893,-18.377],[-190.807,-15.736],[-185.932,-12.833],[-183.513,-10.685],[-182.672,-9.847],[-181.555,-6.745],[-181.568,-5.954],[-183.901,-3.439],[-191.245,-2.764],[-192.4,-2.428],[-192.833,-1.793],[-192.68,-1.041],[-190.203,0.401],[-185.08,2.992],[-184.054,2.496],[-183.711,1.329],[-183.901,-0.296],[-182.317,-1.767],[-180.258,-2.799],[-178.292,-6.398],[-178.435,-8.739],[-179.068,-9.784],[-178.956,-11.38],[-176.935,-12.129],[-175.057,-10.606],[-174.364,-10.792],[-174.469,-13.019],[-180.851,-16.741],[-181.919,-18.245],[-182.357,-18.857],[-183.96,-19.177],[-187.141,-20.854],[-188.794,-23.204],[-191.903,-26.996],[-193.573,-28.193],[-194.538,-30.376],[-194.414,-32.417],[-193.749,-33.367],[-191.851,-34.139],[-191.202,-33.81],[-190.719,-31.838],[-189.525,-30.898],[-187.221,-30.358],[-185.953,-29.497],[-182.583,-25.521],[-178.591,-23.612],[-176.5,-22.351],[-174.09,-20.849],[-171.857,-18.424],[-171.346,-16.951],[-171.37,-14.488],[-169.94,-10.862],[-169.747,-10.515],[-168.478,-8.245],[-166.693,-6.556],[-165.112,-3.382],[-165.099,-2.609],[-165.073,-1.704],[-162.708,1.359],[-161.866,2.171],[-158.674,2.803],[-158.013,2.049],[-157.281,-1.361],[-156.934,-1.51],[-154.286,-2.255],[-154.005,-2.899],[-155.732,-5.613],[-157.078,-6.534],[-160.055,-10.975],[-160.158,-11.774],[-160.061,-12.162],[-159.391,-12.257],[-158.797,-11.689],[-155.961,-12.421],[-155.354,-13.924],[-154.677,-14.205],[-153.172,-14.276],[-150.822,-14.726],[-148.772,-12.511],[-149.202,-7.617],[-148.468,-6.801],[-147.239,-6.847],[-146.828,-6.849],[-146.531,-6.587],[-146.591,-5.811],[-148.718,-4.71],[-149.009,-4.441],[-148.759,-3.729],[-147.302,-2.976],[-146.224,-2.376],[-146.306,-1.089],[-144.547,0.585],[-142.862,2.363],[-141.344,2.717],[-138.449,3.75],[-137.463,4.468],[-136.681,4.697],[-132.989,3.223],[-130.419,2.515],[-127.924,3.907],[-124.086,4.791],[-120.26,2.576],[-118.757,2.179],[-115.593,2.553],[-115.57,2.462],[-115.471,2.33],[-115.5,2.559],[-115.593,2.553],[-115.695,6.931],[-115.885,11.011],[-116.903,14.142],[-118.371,18.415],[-120.241,22.046],[-121.606,22.873],[-127.711,22.379],[-130.13,22.015],[-135.229,23.336],[-137.603,23.656],[-146.474,21.845],[-149.642,21.041],[-153.938,19.732],[-157.221,18.153],[-158.653,17.383],[-165.508,17.969],[-167.64,22.469],[-167.151,24.037],[-167.575,25.571],[-168.398,26.495],[-171.068,26.885],[-172.432,25.958],[-174.492,24.604],[-179.974,23.022],[-181.901,21.689],[-182.487,20.156],[-184.174,18.463],[-191.414,17.187],[-195.354,16.192],[-195.718,16.006],[-199.177,13.972],[-199.604,12.179],[-197.869,10.427],[-197.463,7.328],[-198.589,5.628],[-198.684,4.851],[-197.729,2.588],[-198.426,1.861],[-200.27,1.45],[-203.278,0.749],[-206.4,1.757],[-208.429,1.94],[-211.607,1.749],[-214.76,2.208],[-217.211,2.252],[-223.326,2.696],[-226.591,3.052],[-229.349,3.777],[-233.766,5.97],[-236.939,7.805],[-240.794,8.454],[-243.982,8.019],[-247.273,8.082],[-248.721,7.403],[-249.284,6.805],[-252.016,7.475],[-252.786,9.819],[-256.044,13.822],[-260.273,16.387],[-262.766,19.904],[-263.698,21.704],[-264.56,24.807],[-264.442,27.279],[-265.025,29.215],[-266.677,31.582],[-267.856,32.698],[-269.914,34.042],[-272.891,35.351],[-275.203,36.927],[-276.111,38.305],[-278.309,40.668],[-280.622,43.46],[-284.216,48.951],[-285.117,50.315],[-288.471,56.44],[-289.318,59.167],[-288.115,62.005],[-287.177,64.512],[-287.218,67.296],[-287.508,74.534],[-287.734,75.325],[-290.634,82.005],[-290.674,82.76],[-289.318,84.823],[-288.936,87.141],[-288.577,90.721],[-286.533,92.678],[-284.244,93.51],[-284.25,93.424],[-284.128,93.255],[-284.216,93.521],[-284.244,93.51],[-283.172,95.523],[-281.708,97.404],[-280.627,98.583],[-277.729,100.87],[-276.958,102.28],[-275.227,106.874],[-271.628,110.134],[-268.495,112.045],[-261.562,117.219],[-257.789,118.846],[-256.586,118.79],[-253.953,117.602],[-249.174,116.523],[-245.896,116.256],[-241.127,116.87],[-239.947,117.247],[-237.518,117.174],[-234.783,116.256],[-232.557,115.24],[-229.19,113.714],[-225.664,112.619],[-220.383,111.904],[-219.182,112.11],[-215.643,115.378],[-214.706,117.672],[-211.352,119.683],[-210.12,119.612],[-204.844,118.624],[-202.383,119.405],[-201.211,120.527],[-199.523,124.471],[-200.083,127.294],[-201.112,129.53],[-201.205,132.348],[-202.857,136.5],[-203.046,137.26],[-202.956,137.654],[-196.94,146.367],[-195.107,148.036],[-192.708,151.348],[-192.021,153.273],[-190.057,157.747],[-188.529,163.224],[-188.82,164.406],[-188.88,166.021],[-187.724,169.536],[-187.039,171.036],[-188.466,177.098],[-190.633,179.556],[-192.057,182.478],[-193.596,187.583],[-194.239,190.375],[-194.263,195.334],[-193.417,197.599],[-190.057,203.225],[-187.167,209.598],[-185.838,214.258],[-184.945,219.531],[-184.518,221.539],[-183.583,227.212],[-180.914,232.737],[-178.909,235.349],[-177.555,238.302],[-175.354,244.513],[-174.703,246.026],[-175.101,249.511],[-175.188,251.039],[-174.218,254.569],[-173.849,255.289],[-169.51,257.634],[-168.323,257.591],[-164.009,256.44],[-162.026,255.978],[-158.414,255.312],[-154.372,255.485],[-153.177,255.573],[-149.359,254.344],[-148.239,253.947],[-142.924,251.923],[-136.687,246.53],[-133.172,242.495],[-130.061,238.136],[-128.117,236.026],[-124.88,231.401],[-123.805,227.416],[-124.031,225.427],[-123.435,223.256],[-120.233,221.466],[-116.395,219.982],[-114.648,217.333],[-114.072,213.254],[-114.184,211.223],[-115.943,204.87],[-115.509,202.958],[-106.65,195.582],[-103.768,194.016],[-100.492,192.289],[-95.517,186.448],[-94.981,182.871],[-94.984,179.162],[-94.957,176.286],[-94.721,171.398],[-95.614,169.25],[-98.034,165.578],[-98.714,159.898],[-98.442,158.724],[-98.779,156.484],[-99.681,152.508],[-97.714,148.932],[-95.419,144.581],[-93.798,142.784],[-90.443,139.763],[-82.273,131.042],[-76.721,126.841],[-76.039,126.384],[-64.143,111.325],[-60.682,104.805],[-58.647,100.322],[-58.044,93.799],[-59.629,92.792],[-60,92.945],[-65.359,94.863],[-73.401,96.445],[-74.622,96.584],[-78.964,97.66],[-80.109,98.112],[-81.694,97.87],[-82.648,97.088],[-85.554,94.152],[-85.621,93.094],[-85.997,90.25],[-88.002,88.203],[-92.234,83.702],[-95.318,81.687],[-99.497,76.97],[-100.562,73.416],[-102.697,70.442],[-105.299,68.406],[-106.411,66.277],[-107.632,59.385],[-111.193,54.578],[-112.304,54.049],[-112.971,53.042],[-113.182,51.833],[-114.382,48.041],[-115.461,46.288],[-119.518,38.228],[-120.244,36.754],[-119.682,35.933],[-118.12,35.665],[-116.72,34.918],[-115.026,35.97],[-114.056,37.299],[-109.919,43.445],[-108.121,47.106],[-106.536,48.855],[-103.14,52.203],[-102.423,53.692],[-101.775,56.464],[-101.731,57.704],[-98.758,62.897],[-96.679,64.24],[-94.276,67.51],[-91.742,71.708],[-89.119,74.871],[-87.911,79.517],[-87.841,81.122],[-86.022,87.006],[-85.062,89.275],[-83.361,90.238],[-81.312,90.084],[-78.758,88.915],[-75.463,87.698],[-71.135,86.661],[-68.458,85.699],[-66.289,84.599],[-63.838,83.151],[-59.522,81.751],[-56.159,80.203],[-55.137,78.993],[-52.677,76.505],[-47.5,75.164],[-45.146,73.247],[-43.802,71.88],[-40.771,69.455],[-39.229,68.171],[-37.661,67.672],[-37.041,66.734],[-36.965,64.259],[-35.977,62.522],[-31.646,57.166],[-32.315,53.916],[-34.376,51.356],[-36.377,50.076],[-39.64,49.592],[-41.397,48.583],[-43.302,45.008],[-43.802,41.34],[-44.017,41.041],[-44.773,41.206],[-49.341,46.468],[-53.429,48.648],[-57.469,49.167],[-58.943,48.652],[-59.892,46.872],[-60.273,42.768],[-60.602,42.037],[-61.25,41.582],[-61.937,41.898],[-62.684,43.355],[-63.934,43.343],[-64.979,41.127],[-66.875,37.532],[-68.916,35.495],[-69.835,34.699],[-72.206,30.354],[-72.315,29.16],[-71.961,27.56],[-71.406,27.03],[-68.995,26.805],[-66.642,27.218],[-65.428,28.836],[-62.377,33.744],[-60.46,35.182],[-59.259,35.484],[-56.82,36.9],[-55.191,38.114],[-50.154,39.842],[-48.177,39.583],[-45.227,38.129],[-42.449,39.168],[-41.289,41.817],[-39.371,43.11],[-27.976,44.845],[-23.901,45.002],[-16.958,44.578],[-15.354,44.326],[-10.442,43.934],[-9.124,44.777],[-8.04,45.984],[-6.781,47.555],[-4.306,49.934],[-2.007,51.562],[2.264,53.705],[3.365,53.751],[3.423,53.677],[3.589,53.58],[3.507,53.762],[3.365,53.751],[0.706,54.762],[0.055,55.045],[0.109,55.775],[3.784,59.543],[9.894,59.971],[11.767,57.141],[11.71,57.115],[11.672,56.902],[11.789,57.022],[11.767,57.141],[12.053,57.329],[13.258,62.875],[13.456,65.323],[14.956,71.314],[16.727,77.208],[17.199,78.342],[19.241,81.928],[21.337,86.39],[22.134,88.73],[24.486,93.016],[26.102,95.379],[28.194,101.183],[29.732,104.526],[30.886,105.693],[34.17,105.266],[34.758,104.18],[36.212,102.782],[37.701,100.984],[39.749,98.501],[40.532,96.739],[40.206,94.703],[40.434,92.282],[41.073,90.761],[41.135,87.171],[40.772,85.16],[40.772,80.626],[42.25,78.917],[43.352,78.481],[46.353,76.519],[47.378,75.295],[48.334,73.528],[52.677,69.756],[54.295,67.903],[56.055,65.624],[57.697,64.484],[61.586,59.178],[62.775,57.613],[65.969,56.984],[72.992,55.045],[75.936,53.672],[76.583,54.07],[77.365,56.394],[82.326,62.661],[83.434,63.204],[83.961,64.922],[85.102,67.133],[86.911,68.691],[87.094,69.061],[87.768,74.609],[87.699,76.655],[89.068,78.014],[93.404,76.934]],\"c\":true},\"ix\":2},\"nm\":\"Path 83\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"mm\",\"mm\":1,\"nm\":\"Merge Paths 1\",\"mn\":\"ADBE Vector Filter - Merge\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.944999964097,0.944999964097,0.944999964097,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[799.886,606.394],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 431\",\"np\":85,\"cix\":2,\"bm\":0,\"ix\":431,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0}]},{\"id\":\"comp_1\",\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"Shape Layer 3\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[632.423,196.421,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[19.51,19.514],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[-530.745,-61.743],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[20,20],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":43,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"Shape Layer 2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[632.423,196.421,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[19.51,19.514],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.725490196078,0.874509803922,0.733333333333,1],\"ix\":3},\"o\":{\"a\":0,\"k\":44,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"ml2\":{\"a\":0,\"k\":4,\"ix\":8},\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.18823529411764706,0.20392156862745098,0.3254901960784314,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[-530.745,-61.743],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":0,\"s\":[0,0],\"e\":[40,40]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":7.773,\"s\":[40,40],\"e\":[120,120]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":13.818,\"s\":[120,120],\"e\":[100,100]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":19,\"s\":[100,100],\"e\":[50,50]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":28,\"s\":[50,50],\"e\":[0,0]},{\"t\":37.646484375}],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":70,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":4,\"nm\":\"Shape Layer 1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":24,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[633,198,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[34.355,34.355],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.725490196078,0.874509803922,0.733333333333,1],\"ix\":3},\"o\":{\"a\":0,\"k\":70,\"ix\":4},\"w\":{\"a\":0,\"k\":5,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"ml2\":{\"a\":0,\"k\":4,\"ix\":8},\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.18823529411764706,0.20392156862745098,0.3254901960784314,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[-531.322,-63.322],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":0,\"s\":[0,0],\"e\":[90,90]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":7.773,\"s\":[90,90],\"e\":[180,180]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":13.818,\"s\":[180,180],\"e\":[158,158]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":19,\"s\":[158,158],\"e\":[90,90]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0.167,0.167]},\"n\":[\"0p667_1_0p167_0p167\",\"0p667_1_0p167_0p167\"],\"t\":28,\"s\":[90,90],\"e\":[0,0]},{\"t\":37.646484375}],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":65,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0}]}],\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":0,\"nm\":\"Pre-comp 1\",\"refId\":\"comp_0\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[960,540,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[960,540,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"w\":1920,\"h\":1080,\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"Shape Layer 1\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[960,540,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"rc\",\"d\":1,\"s\":{\"a\":0,\"k\":[2106.438,1153.516],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":4},\"nm\":\"Rectangle Path 1\",\"mn\":\"ADBE Vector Shape - Rect\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":6,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"ml2\":{\"a\":0,\"k\":4,\"ix\":8},\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[1,1,1,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[10.781,-3.242],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Rectangle 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0}],\"markers\":[]}"
  },
  {
    "path": "static/phosphor-icons/duotone/selection.json",
    "content": "{\"IcoMoonType\":\"selection\",\"icons\":[{\"icon\":{\"paths\":[\"M832 128h-576c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM544 576c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\",\"M332.76 697.6c5.286 4.007 11.974 6.419 19.226 6.419 10.441 0 19.715-5.001 25.556-12.738l0.059-0.081c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080c-28.241-37.584-65.16-67.174-107.866-86.075l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.535 19.552-81.538 49.149-109.34 86.067l-0.5 0.693c-4.004 5.285-6.414 11.971-6.414 19.219 0 10.422 4.982 19.68 12.695 25.523l0.080 0.058zM448 448c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM832 96h-576c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM832 864h-576v-704h576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"address-book-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30733,\"id\":1247,\"name\":\"address-book-duotone\",\"prevSize\":16,\"code\":59648,\"codes\":[59648,59649]},\"setIdx\":5,\"setId\":5,\"iconIdx\":0},{\"icon\":{\"paths\":[\"M608 608v128l64 64v128l-160-64-160 64v-128l64-64v-128l-320 64v-128l320-160v-192c0-53.019 42.981-96 96-96s96 42.981 96 96v0 192l320 160v128z\",\"M942.32 515.36l-302.32-151.12v-172.24c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 172.24l-302.32 151.12c-10.567 5.373-17.68 16.164-17.68 28.617 0 0.008 0 0.016 0 0.024l-0-0.001v128c0.010 17.665 14.333 31.982 32 31.982 2.222 0 4.392-0.227 6.487-0.658l-0.207 0.036 281.72-56.32v75.72l-54.64 54.6c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v128c-0 0.016-0 0.036-0 0.055 0 17.673 14.327 32 32 32 4.325 0 8.449-0.858 12.213-2.413l-0.213 0.078 148-59.24 148 59.24c3.551 1.477 7.675 2.335 12 2.335 17.673 0 32-14.327 32-32 0-0.019-0-0.039-0-0.058l0 0.003v-128c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-54.64-54.6v-75.72l281.72 56.32c1.888 0.396 4.058 0.622 6.28 0.622 17.667 0 31.99-14.317 32-31.981l0-0.001v-128c0-0.007 0-0.015 0-0.023 0-12.453-7.113-23.245-17.498-28.533l-0.182-0.084zM896 632.96l-281.72-56.32c-1.888-0.396-4.058-0.622-6.28-0.622-17.667 0-31.99 14.317-32 31.981l-0 0.001v128c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 54.64 54.6v67.48l-116-46.44c-3.517-1.447-7.601-2.287-11.88-2.287s-8.363 0.84-12.094 2.364l0.214-0.077-116.24 46.44v-67.48l54.64-54.6c5.783-5.79 9.36-13.785 9.36-22.615 0-0.009-0-0.018-0-0.027l0 0.001v-128c-0.010-17.665-14.333-31.982-32-31.982-2.222 0-4.392 0.227-6.487 0.658l0.207-0.036-281.72 56.32v-69.2l302.32-151.12c10.567-5.373 17.68-16.164 17.68-28.617 0-0.008-0-0.016-0-0.024l0 0.001v-192c0-35.346 28.654-64 64-64s64 28.654 64 64v0 192c-0 0.007-0 0.015-0 0.023 0 12.453 7.113 23.245 17.498 28.533l0.182 0.084 302.32 151.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"airplane-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30734,\"id\":1246,\"name\":\"airplane-duotone\",\"prevSize\":16,\"code\":59650,\"codes\":[59650,59651]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1},{\"icon\":{\"paths\":[\"M960 544v96h-715.76c-0.001 0-0.003 0-0.004 0-57.569 0-106.261-38.005-122.356-90.293l-0.24-0.907-56.28-187.6c-0.857-2.753-1.351-5.919-1.351-9.2 0-17.67 14.322-31.995 31.991-32l32-0 96 96h147.64l-49.96-149.88c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.66 14.305-31.979 31.96-32l32.002-0 192 192h256c70.692 0 128 57.308 128 128v0z\",\"M896 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM992 544v96c0 17.673-14.327 32-32 32v0h-715.72c-0.216 0.001-0.472 0.002-0.729 0.002-71.788 0-132.463-47.575-152.219-112.916l-0.293-1.126-56.28-187.56c-1.714-5.507-2.702-11.838-2.702-18.4 0-35.326 28.621-63.967 63.939-64l32.003-0c8.825 0.004 16.814 3.58 22.6 9.36l86.68 86.64h89.96l-36-107.76c-2.082-6.040-3.285-12.999-3.285-20.24 0-35.346 28.654-64 64-64 0.016 0 0.031 0 0.047 0l31.998-0c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 182.64 182.64h242.72c88.366 0 160 71.634 160 160v0zM928 544c0-53.019-42.981-96-96-96v0h-256c-8.825-0.004-16.814-3.58-22.6-9.36l0 0-182.64-182.64h-18.76l49.96 149.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.66-14.305 31.979-31.96 32l-147.642 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-86.6-86.64h-18.76l56.28 187.6c12.036 39.868 48.436 68.401 91.5 68.401 0.176 0 0.351-0 0.527-0.001l-0.027 0h683.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"airplane-in-flight-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30735,\"id\":1245,\"name\":\"airplane-in-flight-duotone\",\"prevSize\":16,\"code\":59652,\"codes\":[59652,59653]},\"setIdx\":5,\"setId\":5,\"iconIdx\":2},{\"icon\":{\"paths\":[\"M896 593.28v142.72l-706.52-197.84c-54.36-15.585-93.472-64.844-93.48-123.239l-0-0.001v-222.92c-0-0.001-0-0.002-0-0.002 0-17.673 14.327-32 32-32 3.62 0 7.1 0.601 10.345 1.709l-0.225-0.067 21.88 7.32 48 132.88 176 50.16v-160c-0-0.001-0-0.002-0-0.002 0-17.673 14.327-32 32-32 3.62 0 7.1 0.601 10.345 1.709l-0.225-0.067 21.88 7.32 96 228.8 258.24 72c54.508 15.492 93.76 64.83 93.76 123.335 0 0.065-0 0.13-0 0.195l0-0.010z\",\"M992 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM887.36 766.8l-706.52-197.84c-67.863-19.63-116.675-81.132-116.84-154.061l-0-0.019v-222.88c-0-0.001-0-0.003-0-0.005 0-35.346 28.654-64 64-64 7.241 0 14.2 1.202 20.691 3.418l-0.451-0.134 21.88 7.28c9.334 3.167 16.597 10.259 19.928 19.258l0.072 0.222 42.4 117.48 119.48 34.040v-117.56c-0-0.001-0-0.003-0-0.005 0-35.346 28.654-64 64-64 7.241 0 14.2 1.202 20.691 3.418l-0.451-0.134 21.88 7.28c8.824 3.002 15.774 9.495 19.321 17.791l0.079 0.209 90 214.52 243.36 68c68.012 19.552 116.959 81.138 117.12 154.181l0 0.019v142.72c-0.007 17.668-14.331 31.988-32 31.988-3.076 0-6.051-0.434-8.866-1.244l0.226 0.056zM864 593.28c-0.12-43.844-29.502-80.792-69.64-92.352l-0.68-0.168-258.28-72c-9.518-2.711-17.082-9.462-20.841-18.232l-0.079-0.208-90.48-215.64-8-2.68v160c0 0.007 0 0.014 0 0.022 0 17.673-14.327 32-32 32-3.12 0-6.135-0.446-8.986-1.279l0.226 0.057-176-50.16c-9.973-2.923-17.786-10.303-21.249-19.778l-0.071-0.222-42.76-118.28-7.16-2.36v222.88c0.112 43.777 29.399 80.684 69.439 92.311l0.681 0.169 665.88 186.44z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"airplane-landing-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30736,\"id\":1244,\"name\":\"airplane-landing-duotone\",\"prevSize\":16,\"code\":59654,\"codes\":[59654,59655]},\"setIdx\":5,\"setId\":5,\"iconIdx\":3},{\"icon\":{\"paths\":[\"M960 366.56l-589.64 352c-18.456 10.928-40.677 17.385-64.407 17.385-33.918 0-64.755-13.193-87.66-34.727l0.067 0.062-144.24-141.28c-6.233-5.853-10.116-14.147-10.116-23.347 0-13.118 7.893-24.393 19.19-29.333l0.206-0.080 12.6-6.16 127.16 42.92 128.84-77.96-117.4-114.040c-6.517-5.882-10.595-14.358-10.595-23.787 0-13.118 7.893-24.392 19.189-29.333l0.206-0.080 28.6-10.8 230.12 84.68 219.36-131c18.577-11.113 40.98-17.684 64.918-17.684 39.84 0 75.429 18.202 98.905 46.743l0.177 0.221z\",\"M704 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM991.44 372.6c-1.777 9.216-7.304 16.882-14.897 21.48l-0.143 0.080-589.64 352c-23.202 13.833-51.159 22.030-81.026 22.080l-0.014 0c-42.298-0.050-80.723-16.596-109.193-43.549l0.073 0.069-0.48-0.48-144.12-141.080c-12.287-11.685-19.929-28.154-19.929-46.409 0-25.89 15.373-48.189 37.489-58.268l0.401-0.163 12-5.88c4.115-2.066 8.968-3.275 14.102-3.275 3.656 0 7.17 0.613 10.443 1.743l-0.225-0.068 113.040 38.16 80.68-48.8-87.32-84.76c-12.706-11.733-20.635-28.475-20.635-47.069 0-26.222 15.77-48.761 38.344-58.65l0.411-0.161 1.28-0.52 28.6-10.84c3.322-1.277 7.164-2.017 11.18-2.017s7.858 0.74 11.4 2.090l-0.22-0.074 215.76 79.28 206.28-123.12c23.277-14.077 51.397-22.407 81.462-22.407 49.779 0 94.224 22.835 123.432 58.601l0.227 0.286 0.48 0.6 74.56 95.56c4.209 5.366 6.749 12.215 6.749 19.657 0 2.087-0.2 4.128-0.582 6.104l0.032-0.201zM912.48 357.8l-52-66.68c-17.651-21.475-44.216-35.066-73.955-35.066-17.994 0-34.826 4.976-49.196 13.626l0.431-0.24-219.2 130.88c-4.701 2.833-10.376 4.508-16.443 4.508-3.961 0-7.755-0.714-11.26-2.021l0.223 0.073-219.080-80.56-16 6.12 0.84 0.8 117.44 113.96c5.986 5.821 9.7 13.952 9.7 22.95 0 11.545-6.114 21.662-15.281 27.29l-0.139 0.080-128.84 77.96c-4.718 2.894-10.431 4.608-16.544 4.608-3.671 0-7.197-0.618-10.481-1.756l0.225 0.068-114.68-38.68-0.76 0.4-1.48 0.68c0.196 0.141 0.367 0.299 0.517 0.476l0.003 0.004 144 141.040c17.027 16.029 40.028 25.88 65.33 25.88 17.827 0 34.512-4.89 48.787-13.401l-0.437 0.242z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"airplane-takeoff-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30737,\"id\":1243,\"name\":\"airplane-takeoff-duotone\",\"prevSize\":16,\"code\":59656,\"codes\":[59656,59657]},\"setIdx\":5,\"setId\":5,\"iconIdx\":4},{\"icon\":{\"paths\":[\"M836 324l-132 124 128 352-96 96-192-288-96 96v96l-96 96-64-160-160-64 96-96h96l96-96-288-192 96-96 352 128 124-132c17.403-17.403 41.444-28.167 68-28.167 53.111 0 96.167 43.055 96.167 96.167 0 26.556-10.764 50.597-28.167 68l0-0z\",\"M741.32 456.84l117.24-110.36c23.166-23.166 37.495-55.17 37.495-90.52 0-70.701-57.314-128.015-128.015-128.015-35.35 0-67.354 14.329-90.52 37.495v-0l-110.36 117.24-332-120.8c-3.253-1.221-7.013-1.927-10.938-1.927-8.834 0-16.832 3.58-22.622 9.367l-96 96c-5.785 5.79-9.364 13.786-9.364 22.618 0 11.055 5.606 20.801 14.13 26.549l0.114 0.072 255.56 170.36-59.28 59.080h-82.76c-8.825 0.004-16.814 3.58-22.6 9.36l0-0-96 96c-5.807 5.794-9.4 13.805-9.4 22.655 0 13.348 8.173 24.788 19.788 29.587l0.212 0.078 147.28 58.92 59.040 147.64c4.93 11.71 16.31 19.782 29.576 19.782 9.097 0 17.307-3.796 23.133-9.89l0.011-0.012 95.48-95.52c5.824-5.77 9.442-13.759 9.48-22.593l0-0.007v-82.76l59.040-59.040 170.36 255.56c5.821 8.638 15.567 14.244 26.622 14.244 8.832 0 16.828-3.578 22.619-9.364l96-96c5.788-5.79 9.367-13.788 9.367-22.622 0-3.925-0.707-7.685-1.999-11.159l0.072 0.221zM741.040 845.76l-170.36-255.56c-5.225-7.828-13.639-13.176-23.342-14.188l-0.138-0.012c-0.472-0.028-1.024-0.044-1.58-0.044s-1.108 0.016-1.656 0.048l0.076-0.003c-0.007-0-0.016-0-0.025-0-8.83 0-16.825 3.577-22.615 9.36l0-0-96 96c-5.804 5.79-9.396 13.795-9.4 22.639l-0 0.001v82.76l-52.28 52.28-46-115.040c-3.323-8.096-9.625-14.397-17.507-17.642l-0.213-0.078-114.96-46 52.24-52.28h82.72c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 96-96c5.8-5.792 9.388-13.798 9.388-22.642 0-11.065-5.616-20.818-14.153-26.565l-0.114-0.072-255.52-170.4 54-53.96 332.88 121.040c3.281 1.244 7.075 1.964 11.037 1.964 9.127 0 17.361-3.821 23.191-9.95l0.013-0.013 123.76-131.52c11.346-10.419 26.541-16.805 43.228-16.805 35.346 0 64 28.654 64 64 0 16.657-6.363 31.827-16.791 43.213l0.043-0.048-131.48 123.76c-6.143 5.842-9.964 14.077-9.964 23.203 0 3.962 0.72 7.755 2.036 11.257l-0.073-0.221 121.040 332.88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"airplane-tilt-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30738,\"id\":1242,\"name\":\"airplane-tilt-duotone\",\"prevSize\":16,\"code\":59658,\"codes\":[59658,59659]},\"setIdx\":5,\"setId\":5,\"iconIdx\":5},{\"icon\":{\"paths\":[\"M896 256v448c0 35.346-28.654 64-64 64v0h-210.28l-109.72-128-109.72 128h-210.28c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z\",\"M536.32 619.16c-5.904-6.861-14.598-11.179-24.3-11.179s-18.396 4.318-24.265 11.137l-0.035 0.042-192 224c-4.796 5.563-7.716 12.86-7.716 20.84 0 17.672 14.325 31.998 31.996 32l384 0c17.672-0.002 31.996-14.328 31.996-32 0-7.98-2.921-15.277-7.751-20.882l0.035 0.042zM389.56 832l122.44-142.84 122.44 142.84zM928 256v448c0 53.019-42.981 96-96 96v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0h-640c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-53.019 0-96-42.981-96-96v0-448c0-53.019 42.981-96 96-96v0h640c53.019 0 96 42.981 96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"airplay-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30739,\"id\":1241,\"name\":\"airplay-duotone\",\"prevSize\":16,\"code\":59660,\"codes\":[59660,59661]},\"setIdx\":5,\"setId\":5,\"iconIdx\":6},{\"icon\":{\"paths\":[\"M894.040 298.92l-104.72 288c-4.596 12.401-16.324 21.080-30.079 21.080-0 0-0.001-0-0.001-0l-494.48-0c-0 0-0.001 0-0.001 0-13.755 0-25.483-8.679-30.007-20.859l-0.072-0.221-104.72-288c-1.217-3.248-1.921-7.002-1.921-10.92 0-17.659 14.305-31.978 31.959-32l704.002-0c17.656 0.022 31.961 14.341 31.961 32 0 3.918-0.704 7.672-1.993 11.141l0.072-0.221z\",\"M916.44 251.28c-11.725-16.584-30.822-27.28-52.418-27.28-0.008 0-0.015 0-0.023 0l-319.999-0v-128h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v128h-320c-35.284 0.082-63.856 28.704-63.856 64 0 7.851 1.414 15.372 4.001 22.323l-0.144-0.442 104.76 288c9.187 24.737 32.563 42.056 59.992 42.12l0.008 0h119.24v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h128v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h119.28c27.437-0.064 50.813-17.383 59.856-41.678l0.144-0.442 104.76-288c2.47-6.541 3.899-14.103 3.899-21.998 0-13.7-4.305-26.394-11.635-36.805l0.135 0.203zM442.72 576l-52.4-288h243.36l-52.4 288zM160 288h165.28l52.36 288h-112.92zM759.28 576h-112.92l52.36-288h165.28z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"air-traffic-control-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30740,\"id\":1240,\"name\":\"air-traffic-control-duotone\",\"prevSize\":16,\"code\":59662,\"codes\":[59662,59663]},\"setIdx\":5,\"setId\":5,\"iconIdx\":7},{\"icon\":{\"paths\":[\"M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z\",\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM512 832c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0zM246.64 118.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0zM950.64 246.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h-0l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM736 480c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"alarm-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30741,\"id\":1239,\"name\":\"alarm-duotone\",\"prevSize\":16,\"code\":59664,\"codes\":[59664,59665]},\"setIdx\":5,\"setId\":5,\"iconIdx\":8},{\"icon\":{\"paths\":[\"M512 96c-194.404 0-352 157.596-352 352v0c0 194.4 224 480 352 480s352-285.6 352-480c0-194.404-157.596-352-352-352v0zM416 576c-70.692 0-128-57.308-128-128v0c0-17.673 14.327-32 32-32v0c70.692 0 128 57.308 128 128v0c0 17.673-14.327 32-32 32v0zM608 576c-17.673 0-32-14.327-32-32v0c0-70.692 57.308-128 128-128v0c17.673 0 32 14.327 32 32v0c0 70.692-57.308 128-128 128v0z\",\"M512 64c-211.976 0.25-383.75 172.023-384 383.976l-0 0.024c0 96 50.24 220.24 134.44 332 84.72 112.6 178 180 249.56 180s164.84-67.24 249.56-180c84.2-112 134.44-236 134.44-332-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM710.44 741.68c-69.48 92.28-149.2 154.32-198.44 154.32s-128.96-62.040-198.44-154.32c-74.96-99.68-121.56-212.2-121.56-293.68 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 81.48-46.6 194-121.56 293.68zM480 544c0-88.366-71.634-160-160-160v0c-35.346 0-64 28.654-64 64v0c0 88.366 71.634 160 160 160v0c35.346 0 64-28.654 64-64v0zM320 448c53.019 0 96 42.981 96 96v0 0c-53.019 0-96-42.981-96-96v0zM704 384c-88.366 0-160 71.634-160 160v0c0 35.346 28.654 64 64 64v0c88.366 0 160-71.634 160-160v0c0-35.346-28.654-64-64-64v0zM608 544c0-53.019 42.981-96 96-96v0c0 53.019-42.981 96-96 96v0zM608 736c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"alien-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30742,\"id\":1238,\"name\":\"alien-duotone\",\"prevSize\":16,\"code\":59666,\"codes\":[59666,59667]},\"setIdx\":5,\"setId\":5,\"iconIdx\":9},{\"icon\":{\"paths\":[\"M800 320v384c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM416 128h-160c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0z\",\"M256 768h160c35.346 0 64-28.654 64-64v0-544c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0zM256 160h160v544h-160zM896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM608 768h160c35.346 0 64-28.654 64-64v0-384c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0zM608 320h160v384h-160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-bottom-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30743,\"id\":1237,\"name\":\"align-bottom-duotone\",\"prevSize\":16,\"code\":59668,\"codes\":[59668,59669]},\"setIdx\":5,\"setId\":5,\"iconIdx\":10},{\"icon\":{\"paths\":[\"M672 160v608c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-608c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\",\"M832 928c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM320 768v-608c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0 608c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0zM384 768h256v-608h-256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-bottom-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30744,\"id\":1236,\"name\":\"align-bottom-simple-duotone\",\"prevSize\":16,\"code\":59670,\"codes\":[59670,59671]},\"setIdx\":5,\"setId\":5,\"iconIdx\":11},{\"icon\":{\"paths\":[\"M256 416v-160c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0zM832 576h-640c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z\",\"M832 544h-288v-64h192c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0h-192v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-192c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h192v64h-288c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h288v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h288c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM288 256h448v160h-448zM832 768h-640v-160h640v160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-center-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30745,\"id\":1235,\"name\":\"align-center-horizontal-duotone\",\"prevSize\":16,\"code\":59672,\"codes\":[59672,59673]},\"setIdx\":5,\"setId\":5,\"iconIdx\":12},{\"icon\":{\"paths\":[\"M864 384v256c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 320h-288v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-288c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h288v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h288c35.346 0 64-28.654 64-64v0-256c0-35.346-28.654-64-64-64v0zM832 640h-640v-256h640v256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-center-horizontal-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30746,\"id\":1234,\"name\":\"align-center-horizontal-simple-duotone\",\"prevSize\":16,\"code\":59674,\"codes\":[59674,59675]},\"setIdx\":5,\"setId\":5,\"iconIdx\":13},{\"icon\":{\"paths\":[\"M800 288v448c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM416 160h-160c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0z\",\"M896 480h-64v-192c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 192h-64v-288c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 288h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v288c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-288h64v192c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-192h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 832h-160v-640h160zM768 736h-160v-448h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-center-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30747,\"id\":1233,\"name\":\"align-center-vertical-duotone\",\"prevSize\":16,\"code\":59676,\"codes\":[59676,59677]},\"setIdx\":5,\"setId\":5,\"iconIdx\":14},{\"icon\":{\"paths\":[\"M672 192v640c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\",\"M832 480h-128v-288c0-35.346-28.654-64-64-64v0h-256c-35.346 0-64 28.654-64 64v0 288h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v288c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-288h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 832h-256v-640h256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-center-vertical-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30748,\"id\":1232,\"name\":\"align-center-vertical-simple-duotone\",\"prevSize\":16,\"code\":59678,\"codes\":[59678,59679]},\"setIdx\":5,\"setId\":5,\"iconIdx\":15},{\"icon\":{\"paths\":[\"M288 416v-160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM864 576h-544c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h544c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z\",\"M864 544h-544c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h544c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM864 768h-544v-160h544v160zM192 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 480h384c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0h-384c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0zM320 256h384v160h-384z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30749,\"id\":1231,\"name\":\"align-left-duotone\",\"prevSize\":16,\"code\":59680,\"codes\":[59680,59681]},\"setIdx\":5,\"setId\":5,\"iconIdx\":16},{\"icon\":{\"paths\":[\"M928 384v256c0 17.673-14.327 32-32 32v0h-608c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h608c17.673 0 32 14.327 32 32v0z\",\"M160 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM960 384v256c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h608c35.346 0 64 28.654 64 64v0zM896 640v-256h-608v256h608z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-left-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30750,\"id\":1230,\"name\":\"align-left-simple-duotone\",\"prevSize\":16,\"code\":59682,\"codes\":[59682,59683]},\"setIdx\":5,\"setId\":5,\"iconIdx\":17},{\"icon\":{\"paths\":[\"M736 256v160c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM704 576h-544c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h544c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z\",\"M896 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM768 256v160c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0zM704 256h-384v160h384zM768 608v160c0 35.346-28.654 64-64 64v0h-544c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h544c35.346 0 64 28.654 64 64v0zM704 608h-544v160h544z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30751,\"id\":1229,\"name\":\"align-right-duotone\",\"prevSize\":16,\"code\":59684,\"codes\":[59684,59685]},\"setIdx\":5,\"setId\":5,\"iconIdx\":18},{\"icon\":{\"paths\":[\"M768 384v256c0 17.673-14.327 32-32 32v0h-608c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h608c17.673 0 32 14.327 32 32v0z\",\"M928 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 384v256c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h608c35.346 0 64 28.654 64 64v0zM736 384h-608v256h608z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-right-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30752,\"id\":1228,\"name\":\"align-right-simple-duotone\",\"prevSize\":16,\"code\":59686,\"codes\":[59686,59687]},\"setIdx\":5,\"setId\":5,\"iconIdx\":19},{\"icon\":{\"paths\":[\"M800 320v384c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM416 288h-160c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0z\",\"M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM832 320v384c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0zM768 320h-160v384h160zM480 320v544c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0zM416 320h-160v544h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-top-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30753,\"id\":1227,\"name\":\"align-top-duotone\",\"prevSize\":16,\"code\":59688,\"codes\":[59688,59689]},\"setIdx\":5,\"setId\":5,\"iconIdx\":20},{\"icon\":{\"paths\":[\"M672 288v608c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-608c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\",\"M832 128c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM704 288v608c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-608c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0zM640 288h-256v608h256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"align-top-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30754,\"id\":1226,\"name\":\"align-top-simple-duotone\",\"prevSize\":16,\"code\":59690,\"codes\":[59690,59691]},\"setIdx\":5,\"setId\":5,\"iconIdx\":21},{\"icon\":{\"paths\":[\"M672 528c0 97.202-78.798 176-176 176s-176-78.798-176-176c0-97.202 78.798-176 176-176v0c97.202 0 176 78.798 176 176v0z\",\"M992 672v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-50.76l-8.84 8.88c-12.4 13.48-161.4 169.88-407.16 169.88-251.36 0-401.52-163.64-407.8-170.6-5.076-5.651-8.181-13.163-8.181-21.4 0-17.718 14.363-32.081 32.081-32.081 9.481 0 18.001 4.113 23.874 10.651l0.026 0.030c1.080 1.4 138 149.4 360 149.4s358.92-148 360.28-149.44c0.355-0.437 0.708-0.828 1.080-1.2l-0 0 9.4-9.36h-50.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM640 378.12v-42.12c0-0.028 0-0.062 0-0.095 0-79.529-64.471-144-144-144-55.682 0-103.982 31.604-127.942 77.853l-0.378 0.802c-5.416 10.436-16.139 17.444-28.5 17.444-17.675 0-32.004-14.329-32.004-32.004 0-5.315 1.295-10.327 3.588-14.738l-0.084 0.178c35.165-67.929 104.915-113.552 185.32-113.552 114.875 0 208 93.125 208 208 0 0.039-0 0.079-0 0.118l0-0.006v368c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-26.12c-37.335 35.965-88.191 58.12-144.222 58.12-114.875 0-208-93.125-208-208s93.125-208 208-208c56.031 0 106.887 22.155 144.287 58.182l-0.065-0.062zM640 528c0-79.529-64.471-144-144-144s-144 64.471-144 144c0 79.529 64.471 144 144 144v0c79.529 0 144-64.471 144-144v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"amazon-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30755,\"id\":1225,\"name\":\"amazon-logo-duotone\",\"prevSize\":16,\"code\":59692,\"codes\":[59692,59693]},\"setIdx\":5,\"setId\":5,\"iconIdx\":22},{\"icon\":{\"paths\":[\"M608 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M864 544c-17.673 0-32 14.327-32 32v0c0 88.366-71.634 160-160 160v0c-0.033-0-0.072-0-0.112-0-49.257 0-94.163 18.63-128.056 49.229l0.168-0.149v-273.080h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-100c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v100h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v273.080c-33.725-30.45-78.631-49.080-127.888-49.080-0.039 0-0.078 0-0.118 0l0.006-0c-88.366 0-160-71.634-160-160v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.137 123.657 100.343 223.863 223.987 224l0.013 0c70.692 0 128 57.308 128 128v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c123.657-0.137 223.863-100.343 224-223.987l0-0.013c0-17.673-14.327-32-32-32v0zM448 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"anchor-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30756,\"id\":1224,\"name\":\"anchor-duotone\",\"prevSize\":16,\"code\":59694,\"codes\":[59694,59695]},\"setIdx\":5,\"setId\":5,\"iconIdx\":23},{\"icon\":{\"paths\":[\"M608 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M896 448h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h62.56c-16.147 169.034-149.521 302.394-317.136 318.41l-1.424 0.11v-450.52c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v450.52c-169.039-16.126-302.413-149.486-318.45-317.095l-0.11-1.425h62.56c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32v0c0 229.75 186.25 416 416 416s416-186.25 416-416v0c0-17.673-14.327-32-32-32v0zM448 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"anchor-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30757,\"id\":1223,\"name\":\"anchor-simple-duotone\",\"prevSize\":16,\"code\":59696,\"codes\":[59696,59697]},\"setIdx\":5,\"setId\":5,\"iconIdx\":24},{\"icon\":{\"paths\":[\"M928 672v96c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-91.48c0-229.92 184.6-419.72 414.52-420.52 0.44-0.002 0.96-0.003 1.48-0.003 229.75 0 416 186.25 416 416 0 0.001-0 0.002-0 0.003l0-0z\",\"M704 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM368 576c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM960 672v96c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-91.48c-0-0.125-0-0.272-0-0.419 0-129.538 54.309-246.392 141.401-329.033l0.2-0.188-100.24-100.24c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l104.64 104.64c71.635-51.289 161.034-82.011 257.61-82.011 96.137 0 185.162 30.444 257.963 82.218l-1.372-0.927 104-104c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-99.48 99.44c3 2.84 6 5.72 8.96 8.68 81.379 80.668 131.762 192.49 131.762 316.080 0 0.436-0.001 0.872-0.002 1.307l0-0.067zM896 672c0-212.077-171.923-384-384-384v0h-1.36c-211 0.72-382.64 175-382.64 388.52v91.48h768z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"android-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30758,\"id\":1222,\"name\":\"android-logo-duotone\",\"prevSize\":16,\"code\":59698,\"codes\":[59698,59699]},\"setIdx\":5,\"setId\":5,\"iconIdx\":25},{\"icon\":{\"paths\":[\"M896 288l-64 480-320 160-320-160-64-480 384-160z\",\"M908.32 258.48l-384-160c-3.637-1.574-7.871-2.49-12.32-2.49s-8.683 0.916-12.526 2.569l0.206-0.079-384 160c-11.656 4.954-19.68 16.307-19.68 29.533 0 1.49 0.102 2.957 0.299 4.393l-0.019-0.167 64 480c1.466 10.735 8.074 19.659 17.218 24.316l0.182 0.084 320 160c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 320-160c9.326-4.741 15.934-13.665 17.381-24.234l0.019-0.166 64-480c0.178-1.27 0.28-2.736 0.28-4.227 0-13.227-8.025-24.579-19.471-29.454l-0.209-0.079zM802.52 746.96l-290.52 145.28-290.52-145.28-58.52-438.96 349.040-145.32 349.040 145.32zM484 336.48l-160 288c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161 44-79.52h176l44 79.52c5.57 9.909 16.016 16.494 28 16.494 17.681 0 32.014-14.333 32.014-32.014 0-5.697-1.488-11.046-4.097-15.681l0.083 0.161-160-288c-5.565-9.917-16.013-16.508-28-16.508s-22.435 6.591-27.917 16.347l-0.083 0.161zM564.28 512h-104.56l52.28-94.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"angular-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30759,\"id\":1221,\"name\":\"angular-logo-duotone\",\"prevSize\":16,\"code\":59700,\"codes\":[59700,59701]},\"setIdx\":5,\"setId\":5,\"iconIdx\":26},{\"icon\":{\"paths\":[\"M783.52 240.48c-69.491-69.496-165.495-112.48-271.538-112.48-212.077 0-384 171.923-384 384s171.923 384 384 384c106.043 0 202.047-42.984 271.538-112.48l0-0c69.485-69.489 112.462-165.486 112.462-271.52s-42.977-202.031-112.462-271.52l0 0zM562.16 652.48v0l-146.72-26.76-50.16-140.52 96.56-113.64 146.72 26.76 50.16 140.48z\",\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 263.12c16.016 16.083 30.499 33.717 43.197 52.649l0.803 1.271-134.72 158.96-111.68-312.88c79.747 10.691 149.548 46.891 202.386 99.986l0.014 0.014zM622.36 532l-72.64 85.48-110.36-20-37.72-105.48 72.64-85.48 110.36 20zM263.080 263.12c58.444-58.753 137.627-96.825 225.641-102.31l0.999-0.050 70.040 196-326.56-59.48c9.666-12.544 19.451-23.686 29.892-34.172l-0.012 0.012zM186.6 646.16c-16.683-39.626-26.377-85.688-26.377-134.015 0-56.987 13.479-110.825 37.423-158.501l-0.926 2.036 204.84 37.4zM263.080 760.88c-16.016-16.083-30.499-33.717-43.197-52.649l-0.803-1.271 134.72-158.96 111.68 312.72c-79.73-10.644-149.531-46.79-202.39-99.83l-0.010-0.010zM760.92 760.88c-58.444 58.753-137.627 96.825-225.641 102.31l-0.999 0.050-70.040-196 326.56 59.64c-9.661 12.474-19.445 23.563-29.881 34.001l0.001-0.001zM622.44 630.92l214.96-253.080c16.683 39.626 26.377 85.688 26.377 134.015 0 56.987-13.479 110.825-37.423 158.501l0.926-2.036z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"aperture-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30760,\"id\":1220,\"name\":\"aperture-duotone\",\"prevSize\":16,\"code\":59702,\"codes\":[59702,59703]},\"setIdx\":5,\"setId\":5,\"iconIdx\":27},{\"icon\":{\"paths\":[\"M864 691.12c-67.16-46.12-96-123.48-96-211.12 0-73.2 46.72-139.24 96-185.92-45.88-43.44-124-70.080-192-70.080-0.176-0-0.384-0.001-0.592-0.001-60.55 0-116.169 21.114-159.896 56.381l0.488-0.381c-42.493-34.295-96.968-55.293-156.324-55.999l-0.156-0.001c-147.52-2-263.28 121.2-259.52 268.76 3.478 132.846 60.578 251.708 150.358 336.254l0.242 0.226c22.85 21.529 53.727 34.76 87.694 34.76 0.037 0 0.074-0 0.111-0l350.794 0c0.154 0.001 0.336 0.001 0.519 0.001 36.443 0 69.301-15.35 92.462-39.937l0.060-0.064c63.4-68 85.76-132.8 85.76-132.8z\",\"M893.2 678.36c-2.484-5.586-6.317-10.189-11.096-13.531l-0.104-0.069c-67.88-46.64-82-126.2-82-184.76 0-70.68 53.88-132.24 86-162.68 6.166-5.845 10.002-14.095 10.002-23.24s-3.837-17.395-9.988-23.227l-0.014-0.013c-50.72-47.88-134.72-78.84-214-78.84-59.639 0.055-115.036 18.171-161.028 49.173l1.028-0.653c-44.755-30.38-99.97-48.502-159.418-48.502-79.551 0-151.523 32.452-203.399 84.839l-0.023 0.023c-52.724 53.794-85.263 127.543-85.263 208.891 0 2.753 0.037 5.497 0.111 8.232l-0.009-0.403c3.401 141.75 64.352 268.628 160.288 358.667l0.272 0.253c28.452 26.926 66.959 43.481 109.333 43.481 0.164 0 0.328-0 0.492-0.001l-0.025 0h350.72c0.090 0 0.196 0 0.302 0 45.771 0 87.035-19.296 116.101-50.198l0.077-0.082c26.772-28.748 50.405-61.024 69.982-95.884l1.298-2.516c28.080-51.32 24.48-59.32 20.36-68.96zM754.68 802.12c-17.373 18.416-41.941 29.881-69.187 29.881-0.145 0-0.29-0-0.435-0.001l0.022 0h-350.72c-0.091 0-0.199 0-0.306 0-25.369 0-48.423-9.915-65.497-26.082l0.044 0.041c-84.196-78.973-137.56-189.95-140.589-313.413l-0.011-0.547c-0.058-1.943-0.091-4.23-0.091-6.524 0-63.694 25.448-121.445 66.732-163.638l-0.041 0.042c39.832-40.669 95.31-65.881 156.676-65.881 0.255 0 0.509 0 0.764 0.001l-0.039-0h3.12c52.086 0.566 99.76 18.998 137.293 49.444l-0.413-0.324c5.426 4.373 12.404 7.020 20 7.020s14.574-2.647 20.062-7.068l-0.062 0.048c37.68-30.595 86.236-49.122 139.118-49.122 0.31 0 0.62 0.001 0.93 0.002l-0.048-0c53.342 0.639 102.977 15.96 145.211 42.098l-1.211-0.698c-52 58.080-80 121.88-80 182.6 0 95.080 30.56 170.92 88.72 221.2-19.4 38.631-42.758 71.852-70.25 101.146l0.21-0.226zM512.92 120c18.399-69.558 80.768-120 154.919-120 0.056 0 0.113 0 0.169 0l3.991-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-4c-0.003-0-0.005-0-0.008-0-44.491 0-81.912 30.265-92.801 71.33l-0.151 0.67c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"apple-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30761,\"id\":1219,\"name\":\"apple-logo-duotone\",\"prevSize\":16,\"code\":59704,\"codes\":[59704,59705]},\"setIdx\":5,\"setId\":5,\"iconIdx\":28},{\"icon\":{\"paths\":[\"M416 480c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM575 576h-126c-0.192-0.002-0.418-0.003-0.644-0.003-35.479 0-64.24 28.761-64.24 64.24 0 5.426 0.673 10.694 1.939 15.726l-0.094-0.443 48.76 192c7.493 28.111 32.724 48.481 62.711 48.481 0.116 0 0.231-0 0.346-0.001l-0.018 0h28.48c0.098 0.001 0.213 0.001 0.329 0.001 29.988 0 55.218-20.37 62.609-48.028l0.103-0.453 48.76-192c1.172-4.589 1.844-9.858 1.844-15.283 0-35.479-28.761-64.24-64.24-64.24-0.227 0-0.453 0.001-0.679 0.004l0.034-0z\",\"M616.8 553.32c14.513-20.474 23.2-45.968 23.2-73.491 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 27.523 8.687 53.017 23.468 73.89l-0.268-0.399c-14.031 6.706-25.757 16.178-34.882 27.791l-0.158 0.209c-12.574 15.927-20.169 36.291-20.169 58.43 0 8.361 1.083 16.468 3.117 24.19l-0.148-0.66 48.72 192c11.058 42.139 48.805 72.721 93.695 72.721 0.135 0 0.27-0 0.406-0.001l-0.021 0h28.48c0.123 0.001 0.269 0.001 0.416 0.001 44.846 0 82.564-30.522 93.513-71.926l0.152-0.675 48.72-192c1.886-7.062 2.969-15.169 2.969-23.53 0-22.139-7.595-42.503-20.322-58.63l0.153 0.2c-9.273-11.869-21.001-21.381-34.461-27.869l-0.579-0.251zM512 416c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM607 647.64l-48.72 192c-3.825 14.135-16.535 24.362-31.635 24.362-0.129 0-0.257-0.001-0.385-0.002l0.020 0h-28.48c-0.109 0.001-0.237 0.002-0.365 0.002-15.099 0-27.81-10.228-31.582-24.133l-0.053-0.229-48.72-192c-0.63-2.329-0.993-5.003-0.993-7.762 0-7.268 2.514-13.949 6.721-19.221l-0.048 0.062c6.103-7.774 15.5-12.721 26.053-12.721 0.094 0 0.187 0 0.281 0.001l-0.014-0h126c0.079-0.001 0.173-0.001 0.267-0.001 10.553 0 19.951 4.948 25.999 12.65l0.054 0.071c4.122 5.196 6.613 11.848 6.613 19.082 0 2.786-0.369 5.486-1.062 8.053l0.050-0.216zM288 512c-0 0.043-0 0.095-0 0.147 0 19.845 2.568 39.090 7.391 57.421l-0.351-1.568c0.725 2.541 1.142 5.459 1.142 8.474 0 17.673-14.327 32-32 32-15.002 0-27.593-10.323-31.056-24.254l-0.046-0.22c-5.767-21.532-9.080-46.253-9.080-71.747 0-159.058 128.942-288 288-288s288 128.942 288 288c0 25.495-3.313 50.215-9.531 73.755l0.451-2.008c-3.678 13.904-16.14 23.989-30.959 24l-0.001 0c-0.001 0-0.002 0-0.003 0-2.841 0-5.597-0.365-8.223-1.050l0.226 0.050c-13.916-3.676-24.009-16.153-24.009-30.986 0-2.833 0.368-5.581 1.059-8.197l-0.050 0.223c4.471-16.721 7.040-35.919 7.040-55.716 0-123.712-100.288-224-224-224-123.598 0-223.815 100.104-224 223.658l-0 0.018zM928 512c0 0.098 0 0.215 0 0.332 0 143.961-73.224 270.819-184.46 345.362l-1.5 0.946c-4.88 3.167-10.847 5.051-17.255 5.051-17.673 0-32-14.327-32-32 0-10.873 5.423-20.479 13.711-26.262l0.104-0.069c95.416-63.976 157.38-171.404 157.38-293.304 0-194.404-157.596-352-352-352s-352 157.596-352 352c0 121.9 61.964 229.327 156.113 292.503l1.267 0.801c8.654 5.819 14.271 15.573 14.271 26.64 0 17.67-14.322 31.995-31.991 32l-0 0c-0.014 0-0.031 0-0.048 0-6.574 0-12.681-2.003-17.743-5.431l0.111 0.071c-112.744-75.611-185.96-202.56-185.96-346.609 0-229.75 186.25-416 416-416 229.739 0 415.982 186.231 416 415.966l0 0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"apple-podcasts-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30762,\"id\":1218,\"name\":\"apple-podcasts-logo-duotone\",\"prevSize\":16,\"code\":59706,\"codes\":[59706,59707]},\"setIdx\":5,\"setId\":5,\"iconIdx\":29},{\"icon\":{\"paths\":[\"M718.56 640h-413.12l206.56-349.52z\",\"M257.36 784.28l-37.8 64c-5.673 9.481-15.887 15.729-27.56 15.729-17.678 0-32.009-14.331-32.009-32.009 0-6.005 1.654-11.624 4.53-16.426l-0.081 0.146 37.84-64c5.59-9.82 15.986-16.335 27.903-16.335 17.673 0 32 14.327 32 32 0 6.258-1.796 12.096-4.901 17.027l0.078-0.133zM928 608h-191.2l-122.92-208c-5.59-9.82-15.986-16.335-27.903-16.335-17.673 0-32 14.327-32 32 0 6.258 1.796 12.096 4.901 17.027l-0.078-0.133 245.64 415.72c5.673 9.481 15.887 15.729 27.56 15.729 17.678 0 32.009-14.331 32.009-32.009 0-6.005-1.654-11.624-4.53-16.426l0.081 0.146-84.92-143.72h153.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM569.88 608h-208.36l274.040-463.72c2.796-4.656 4.449-10.275 4.449-16.28 0-17.678-14.331-32.009-32.009-32.009-11.673 0-21.887 6.249-27.479 15.584l-0.081 0.146-68.44 115.84-68.44-116c-5.673-9.481-15.887-15.729-27.56-15.729-17.678 0-32.009 14.331-32.009 32.009 0 6.005 1.654 11.624 4.53 16.426l-0.081-0.146 86.4 146.2-187.64 317.68h-191.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h473.88c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"app-store-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30763,\"id\":1217,\"name\":\"app-store-logo-duotone\",\"prevSize\":16,\"code\":59708,\"codes\":[59708,59709]},\"setIdx\":5,\"setId\":5,\"iconIdx\":30},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM320 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM480 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"app-window-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30764,\"id\":1216,\"name\":\"app-window-duotone\",\"prevSize\":16,\"code\":59710,\"codes\":[59710,59711]},\"setIdx\":5,\"setId\":5,\"iconIdx\":31},{\"icon\":{\"paths\":[\"M864 288v544c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-544z\",\"M892.64 273.68l-64-128c-5.373-10.567-16.164-17.68-28.617-17.68-0.008 0-0.016 0-0.024 0l-575.999-0c-0.007-0-0.015-0-0.023-0-12.453 0-23.245 7.113-28.533 17.498l-0.084 0.182-64 128c-2.115 4.175-3.355 9.102-3.36 14.318l-0 0.002v544c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-544c-0.005-5.218-1.245-10.145-3.445-14.505l0.085 0.185zM243.76 192h536.48l32 64h-600.48zM832 832h-640v-512h640v512zM662.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"archive-box-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30765,\"id\":1215,\"name\":\"archive-box-duotone\",\"prevSize\":16,\"code\":59712,\"codes\":[59712,59713]},\"setIdx\":5,\"setId\":5,\"iconIdx\":32},{\"icon\":{\"paths\":[\"M864 384v384c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-384z\",\"M896 192h-768c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0 352c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-352c35.346 0 64-28.654 64-64v0-96c0-35.346-28.654-64-64-64v0zM832 768h-640v-352h640zM896 352h-768v-96h768v96zM384 544c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"archive-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30766,\"id\":1214,\"name\":\"archive-duotone\",\"prevSize\":16,\"code\":59714,\"codes\":[59714,59715]},\"setIdx\":5,\"setId\":5,\"iconIdx\":33},{\"icon\":{\"paths\":[\"M864 192v448h-146.76c-0.007-0-0.016-0-0.025-0-8.83 0-16.825 3.577-22.615 9.36l0-0-77.24 77.28c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-165.479 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-77.24-77.28c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-146.719-0v-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 192v416h-114.8c-0.048-0-0.106-0-0.163-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-77.24 77.24h-165.52l-77.24-77.28c-11.512-11.564-27.444-18.72-45.047-18.72-0.068 0-0.135 0-0.203 0l0.011-0h-114.76v-416zM832 832h-640v-160h114.76l77.24 77.28c11.512 11.564 27.444 18.72 45.047 18.72 0.068 0 0.135-0 0.203-0l-0.011 0h165.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 77.24-77.24h114.76v160zM361.36 502.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"archive-tray-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30767,\"id\":1213,\"name\":\"archive-tray-duotone\",\"prevSize\":16,\"code\":59716,\"codes\":[59716,59717]},\"setIdx\":5,\"setId\":5,\"iconIdx\":34},{\"icon\":{\"paths\":[\"M960 512c0 70.692-57.308 128-128 128v0 160c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-160c-70.692 0-128-57.308-128-128s57.308-128 128-128v0-96c0-70.692 57.308-128 128-128v0h384c70.692 0 128 57.308 128 128v0 96c70.692 0 128 57.308 128 128v0z\",\"M864 355.2v-67.2c0-88.366-71.634-160-160-160v0h-384c-88.366 0-160 71.634-160 160v0 67.2c-73.633 15.344-128.16 79.704-128.16 156.8s54.527 141.456 127.12 156.618l1.040 0.182v131.2c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-131.2c73.633-15.344 128.16-79.704 128.16-156.8s-54.527-141.456-127.12-156.618l-1.040-0.182zM320 192h384c53.019 0 96 42.981 96 96v0 67.2c-73.508 15.509-127.903 79.788-128 156.789l-0 0.011h-320c-0.097-77.012-54.492-141.291-126.953-156.615l-1.047-0.185v-67.2c0-53.019 42.981-96 96-96v0zM833.56 608h-1.56c-17.673 0-32 14.327-32 32v0 160h-576v-160c0-17.673-14.327-32-32-32v0h-1.56c-52.344-0.878-94.44-43.517-94.44-95.987 0-53.019 42.981-96 96-96 53.015 0 95.993 42.973 96 95.987l0 0.001v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h320v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0.007-53.014 42.985-95.987 96-95.987 53.019 0 96 42.981 96 96 0 52.471-42.096 95.11-94.358 95.986l-0.082 0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"armchair-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30768,\"id\":1212,\"name\":\"armchair-duotone\",\"prevSize\":16,\"code\":59718,\"codes\":[59718,59719]},\"setIdx\":5,\"setId\":5,\"iconIdx\":35},{\"icon\":{\"paths\":[\"M352 608h-256v-256z\",\"M806.16 441.84c-75.279-75.268-179.27-121.822-294.134-121.822-111.585 0-212.909 43.933-287.618 115.447l0.152-0.145-105.92-105.96c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v256c0 17.673 14.327 32 32 32v0h256c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-104.76-104.72c62.954-59.749 148.246-96.497 242.12-96.497 194.354 0 351.918 157.514 352 351.849l0 0.008c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.001-0.332 0.002-0.725 0.002-1.118 0-114.524-46.578-218.169-121.824-293.024l-0.018-0.018zM128 576v-146.76l146.76 146.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-arc-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30769,\"id\":1211,\"name\":\"arrow-arc-left-duotone\",\"prevSize\":16,\"code\":59720,\"codes\":[59720,59721]},\"setIdx\":5,\"setId\":5,\"iconIdx\":36},{\"icon\":{\"paths\":[\"M928 352v256h-256z\",\"M940.24 322.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-105.92 105.96c-74.554-71.353-175.867-115.277-287.44-115.277-229.735 0-415.976 186.225-416 415.955l-0 0.002c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.082-194.343 157.646-351.857 352-351.857 93.874 0 179.166 36.747 242.274 96.642l-0.154-0.145-104.76 104.72c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l255.999 0c17.673 0 32-14.327 32-32v0-256c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM896 576h-146.76l146.76-146.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-arc-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30770,\"id\":1210,\"name\":\"arrow-arc-right-duotone\",\"prevSize\":16,\"code\":59722,\"codes\":[59722,59723]},\"setIdx\":5,\"setId\":5,\"iconIdx\":37},{\"icon\":{\"paths\":[\"M512 224v384l-192-192z\",\"M342.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-169.4 169.36zM928 800c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0.227-183.046-139.963-333.385-318.579-350.411l-1.421-0.109v158.52c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v161.2c215.441 17.419 383.718 196.413 384 414.772l0 0.028zM480 301.24l-114.76 114.76 114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-double-up-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30771,\"id\":1209,\"name\":\"arrow-bend-double-up-left-duotone\",\"prevSize\":16,\"code\":59724,\"codes\":[59724,59725]},\"setIdx\":5,\"setId\":5,\"iconIdx\":38},{\"icon\":{\"paths\":[\"M704 416l-192 192v-384z\",\"M918.64 438.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l169.4-169.36-169.4-169.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM726.64 438.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-158.52c-180.037 17.135-319.773 167.474-320 350.497l-0 0.023c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.283-218.387 168.56-397.382 382.522-414.704l1.478-0.096v-161.2c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM658.64 416l-114.64-114.76v229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-double-up-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30772,\"id\":1208,\"name\":\"arrow-bend-double-up-right-duotone\",\"prevSize\":16,\"code\":59726,\"codes\":[59726,59727]},\"setIdx\":5,\"setId\":5,\"iconIdx\":39},{\"icon\":{\"paths\":[\"M320 416v384l-192-192z\",\"M896 192c-17.673 0-32 14.327-32 32v0c-0.228 194.313-157.687 351.772-351.978 352l-160.022 0v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h160c229.65-0.25 415.75-186.35 416-415.976l0-0.024c0-17.673-14.327-32-32-32v0zM288 722.76l-114.76-114.76 114.76-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-down-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30773,\"id\":1207,\"name\":\"arrow-bend-down-left-duotone\",\"prevSize\":16,\"code\":59728,\"codes\":[59728,59729]},\"setIdx\":5,\"setId\":5,\"iconIdx\":40},{\"icon\":{\"paths\":[\"M896 608l-192 192v-384z\",\"M918.64 585.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-160c-194.313-0.228-351.772-157.687-352-351.978l-0-0.022c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.25 229.65 186.35 415.75 415.976 416l160.024 0v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 722.76v-229.52l114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-down-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30774,\"id\":1206,\"name\":\"arrow-bend-down-right-duotone\",\"prevSize\":16,\"code\":59730,\"codes\":[59730,59731]},\"setIdx\":5,\"setId\":5,\"iconIdx\":41},{\"icon\":{\"paths\":[\"M608 704l-192 192-192-192z\",\"M800 96c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024v160h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-159.999-0v-160c0.228-194.313 157.687-351.772 351.978-352l0.022-0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 850.76l-114.76-114.76h229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-left-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30775,\"id\":1205,\"name\":\"arrow-bend-left-down-duotone\",\"prevSize\":16,\"code\":59732,\"codes\":[59732,59733]},\"setIdx\":5,\"setId\":5,\"iconIdx\":42},{\"icon\":{\"paths\":[\"M608 320h-384l192-192z\",\"M800 864c-194.313-0.228-351.772-157.687-352-351.978l-0-0.022v-160h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v160c0.25 229.65 186.35 415.75 415.976 416l0.024 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 173.24l114.76 114.76h-229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-left-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30776,\"id\":1204,\"name\":\"arrow-bend-left-up-duotone\",\"prevSize\":16,\"code\":59734,\"codes\":[59734,59735]},\"setIdx\":5,\"setId\":5,\"iconIdx\":43},{\"icon\":{\"paths\":[\"M800 704l-192 192-192-192z\",\"M829.56 691.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-160c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c194.313 0.228 351.772 157.687 352 351.978l0 0.022v160h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM608 850.76l-114.76-114.76h229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-right-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30777,\"id\":1203,\"name\":\"arrow-bend-right-down-duotone\",\"prevSize\":16,\"code\":59736,\"codes\":[59736,59737]},\"setIdx\":5,\"setId\":5,\"iconIdx\":44},{\"icon\":{\"paths\":[\"M800 320h-384l192-192z\",\"M822.64 297.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v160c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c229.65-0.25 415.75-186.35 416-415.976l0-0.024v-160h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM493.24 288l114.76-114.76 114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-right-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30778,\"id\":1202,\"name\":\"arrow-bend-right-up-duotone\",\"prevSize\":16,\"code\":59738,\"codes\":[59738,59739]},\"setIdx\":5,\"setId\":5,\"iconIdx\":45},{\"icon\":{\"paths\":[\"M320 224v384l-192-192z\",\"M512 384h-160v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h160c194.313 0.228 351.772 157.687 352 351.978l0 0.022c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM288 530.76l-114.76-114.76 114.76-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-up-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30779,\"id\":1201,\"name\":\"arrow-bend-up-left-duotone\",\"prevSize\":16,\"code\":59740,\"codes\":[59740,59741]},\"setIdx\":5,\"setId\":5,\"iconIdx\":46},{\"icon\":{\"paths\":[\"M896 416l-192 192v-384z\",\"M918.64 393.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-160c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.228-194.313 157.687-351.772 351.978-352l160.022-0v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 530.76v-229.52l114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-bend-up-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30780,\"id\":1200,\"name\":\"arrow-bend-up-right-duotone\",\"prevSize\":16,\"code\":59742,\"codes\":[59742,59743]},\"setIdx\":5,\"setId\":5,\"iconIdx\":47},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 521.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-circle-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30781,\"id\":1199,\"name\":\"arrow-circle-down-duotone\",\"prevSize\":16,\"code\":59744,\"codes\":[59744,59745]},\"setIdx\":5,\"setId\":5,\"iconIdx\":48},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 361.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-201.4 201.36h114.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 114.76l201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-circle-down-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30782,\"id\":1198,\"name\":\"arrow-circle-down-left-duotone\",\"prevSize\":16,\"code\":59746,\"codes\":[59746,59747]},\"setIdx\":5,\"setId\":5,\"iconIdx\":49},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 448v192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h114.76l-201.4-201.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l201.36 201.4v-114.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-circle-down-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30783,\"id\":1197,\"name\":\"arrow-circle-down-right-duotone\",\"prevSize\":16,\"code\":59748,\"codes\":[59748,59749]},\"setIdx\":5,\"setId\":5,\"iconIdx\":50},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 512c0 17.673-14.327 32-32 32v0h-242.76l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36h242.76c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-circle-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30784,\"id\":1196,\"name\":\"arrow-circle-left-duotone\",\"prevSize\":16,\"code\":59750,\"codes\":[59750,59751]},\"setIdx\":5,\"setId\":5,\"iconIdx\":51},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM694.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-242.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h242.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-circle-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30785,\"id\":1195,\"name\":\"arrow-circle-right-duotone\",\"prevSize\":16,\"code\":59752,\"codes\":[59752,59753]},\"setIdx\":5,\"setId\":5,\"iconIdx\":52},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 457.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4v242.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-242.76l-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-circle-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30786,\"id\":1194,\"name\":\"arrow-circle-up-duotone\",\"prevSize\":16,\"code\":59754,\"codes\":[59754,59755]},\"setIdx\":5,\"setId\":5,\"iconIdx\":53},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 617.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-201.36-201.4v114.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-circle-up-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30787,\"id\":1193,\"name\":\"arrow-circle-up-left-duotone\",\"prevSize\":16,\"code\":59756,\"codes\":[59756,59757]},\"setIdx\":5,\"setId\":5,\"iconIdx\":54},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 384v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-201.36 201.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l201.4-201.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-circle-up-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30788,\"id\":1192,\"name\":\"arrow-circle-up-right-duotone\",\"prevSize\":16,\"code\":59758,\"codes\":[59758,59759]},\"setIdx\":5,\"setId\":5,\"iconIdx\":55},{\"icon\":{\"paths\":[\"M928 224v192h-192z\",\"M940.24 194.28c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-78.64 78.8-43.72-40c-69.439-69.188-165.235-111.964-271.021-111.964-212.077 0-384 171.923-384 384 0 210.228 168.938 380.999 378.462 383.961l0.279 0.003h5.28c0.243 0.001 0.531 0.001 0.818 0.001 101.865 0 194.412-39.897 262.867-104.916l-0.165 0.155c6.174-5.849 10.016-14.106 10.016-23.26 0-17.682-14.334-32.016-32.016-32.016-8.528 0-16.277 3.334-22.015 8.77l0.015-0.014c-57.161 53.99-134.47 87.178-219.531 87.178-176.731 0-320-143.269-320-320s143.269-320 320-320c88.354 0 168.345 35.808 226.251 93.703l-0.001-0.001 1 0.96 42.2 38.6-68 68c-5.919 5.811-9.588 13.897-9.588 22.84 0 17.673 14.327 32 32 32 0.052 0 0.104-0 0.156-0l-0.008 0h192c17.673 0 32-14.327 32-32v0-192c0-0.046 0-0.099 0-0.153 0-13.257-8.062-24.631-19.55-29.488l-0.21-0.079zM896 384h-82.76l82.76-82.88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-clockwise-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30789,\"id\":1191,\"name\":\"arrow-clockwise-duotone\",\"prevSize\":16,\"code\":59760,\"codes\":[59760,59761]},\"setIdx\":5,\"setId\":5,\"iconIdx\":56},{\"icon\":{\"paths\":[\"M288 416h-192v-192z\",\"M783.52 240.32c-69.515-69.349-165.46-112.23-271.421-112.23-105.801 0-201.617 42.753-271.114 111.925l0.015-0.015-43.76 40-78.6-78.8c-5.792-5.799-13.797-9.386-22.641-9.386-17.673 0-32 14.327-32 32 0 0.065 0 0.131 0.001 0.196l-0-0.010v192c0 17.673 14.327 32 32 32v0h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-68-68 42.16-38.6c0.374-0.32 0.713-0.647 1.033-0.992l0.007-0.008c57.901-57.86 137.868-93.644 226.192-93.644 176.731 0 320 143.269 320 320s-143.269 320-320 320c-85.091 0-162.424-33.211-219.745-87.379l0.153 0.143c-5.723-5.422-13.472-8.756-22-8.756-17.682 0-32.016 14.334-32.016 32.016 0 9.154 3.842 17.411 10.002 23.246l0.015 0.014c68.235 64.767 160.685 104.602 262.438 104.602 0.394 0 0.789-0.001 1.183-0.002l-0.061 0h5.28c209.871-2.879 378.896-173.683 378.896-383.966 0-106.131-43.055-202.205-112.652-271.71l-0.004-0.004zM128 384v-82.88l82.76 82.88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-counter-clockwise-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30790,\"id\":1190,\"name\":\"arrow-counter-clockwise-duotone\",\"prevSize\":16,\"code\":59762,\"codes\":[59762,59763]},\"setIdx\":5,\"setId\":5,\"iconIdx\":57},{\"icon\":{\"paths\":[\"M800 576l-288 288-288-288z\",\"M829.56 563.76c-4.934-11.696-16.306-19.757-29.56-19.76l-256-0v-384c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 384h-256c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 288 288c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 288-288c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 818.76l-210.76-210.76h421.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30791,\"id\":1189,\"name\":\"arrow-down-duotone\",\"prevSize\":16,\"code\":59764,\"codes\":[59764,59765]},\"setIdx\":5,\"setId\":5,\"iconIdx\":58},{\"icon\":{\"paths\":[\"M672 768h-416v-416z\",\"M790.64 233.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-281.36 281.4-185.36-185.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v416c0 17.673 14.327 32 32 32v0h416c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-185.4-185.36 281.4-281.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM288 736v-306.76l306.76 306.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-down-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30792,\"id\":1188,\"name\":\"arrow-down-left-duotone\",\"prevSize\":16,\"code\":59766,\"codes\":[59766,59767]},\"setIdx\":5,\"setId\":5,\"iconIdx\":59},{\"icon\":{\"paths\":[\"M768 352v416h-416z\",\"M780.24 322.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-185.36 185.4-281.36-281.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l281.4 281.36-185.4 185.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l415.999 0c17.673 0 32-14.327 32-32v0-416c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM736 736h-306.76l306.76-306.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-down-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30793,\"id\":1187,\"name\":\"arrow-down-right-duotone\",\"prevSize\":16,\"code\":59768,\"codes\":[59768,59769]},\"setIdx\":5,\"setId\":5,\"iconIdx\":60},{\"icon\":{\"paths\":[\"M384 512v384l-192-192z\",\"M768 96c-17.673 0-32 14.327-32 32v0 544h-320v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h352c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM352 818.76l-114.76-114.76 114.76-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-down-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30794,\"id\":1186,\"name\":\"arrow-elbow-down-left-duotone\",\"prevSize\":16,\"code\":59770,\"codes\":[59770,59771]},\"setIdx\":5,\"setId\":5,\"iconIdx\":61},{\"icon\":{\"paths\":[\"M832 704l-192 192v-384z\",\"M854.64 681.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-320v-544c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h352v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM672 818.76v-229.52l114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-down-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30795,\"id\":1185,\"name\":\"arrow-elbow-down-right-duotone\",\"prevSize\":16,\"code\":59772,\"codes\":[59772,59773]},\"setIdx\":5,\"setId\":5,\"iconIdx\":62},{\"icon\":{\"paths\":[\"M512 640l-192 192-192-192z\",\"M896 224h-576c-17.673 0-32 14.327-32 32v0 352h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-159.999-0v-320h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 786.76l-114.76-114.76h229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-left-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30796,\"id\":1184,\"name\":\"arrow-elbow-left-down-duotone\",\"prevSize\":16,\"code\":59774,\"codes\":[59774,59775]},\"setIdx\":5,\"setId\":5,\"iconIdx\":63},{\"icon\":{\"paths\":[\"M384 320l-288 288v-288z\",\"M950.64 361.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-361.36 361.4-258.76-258.76 121.4-121.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-287.999-0c-17.673 0-32 14.327-32 32v0 288c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l121.36-121.4 281.36 281.4c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM128 530.76v-178.76h178.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30797,\"id\":1183,\"name\":\"arrow-elbow-left-duotone\",\"prevSize\":16,\"code\":59776,\"codes\":[59776,59777]},\"setIdx\":5,\"setId\":5,\"iconIdx\":64},{\"icon\":{\"paths\":[\"M512 384h-384l192-192z\",\"M896 736h-544v-320h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v352c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 237.24l114.76 114.76h-229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-left-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30798,\"id\":1182,\"name\":\"arrow-elbow-left-up-duotone\",\"prevSize\":16,\"code\":59778,\"codes\":[59778,59779]},\"setIdx\":5,\"setId\":5,\"iconIdx\":65},{\"icon\":{\"paths\":[\"M896 640l-192 192-192-192z\",\"M925.56 627.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-352c0-17.673-14.327-32-32-32v0h-576c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h544v320h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM704 786.76l-114.76-114.76h229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-right-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30799,\"id\":1181,\"name\":\"arrow-elbow-right-down-duotone\",\"prevSize\":16,\"code\":59780,\"codes\":[59780,59781]},\"setIdx\":5,\"setId\":5,\"iconIdx\":66},{\"icon\":{\"paths\":[\"M928 320v288l-288-288z\",\"M928 288h-288c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l121.4 121.36-258.76 258.76-361.36-361.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h-0l384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 281.36-281.4 121.36 121.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-288c0-17.673-14.327-32-32-32v0zM896 530.76l-178.76-178.76h178.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30800,\"id\":1180,\"name\":\"arrow-elbow-right-duotone\",\"prevSize\":16,\"code\":59782,\"codes\":[59782,59783]},\"setIdx\":5,\"setId\":5,\"iconIdx\":67},{\"icon\":{\"paths\":[\"M896 384h-384l192-192z\",\"M918.64 361.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v320h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-352h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM589.24 352l114.76-114.76 114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-right-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30801,\"id\":1179,\"name\":\"arrow-elbow-right-up-duotone\",\"prevSize\":16,\"code\":59784,\"codes\":[59784,59785]},\"setIdx\":5,\"setId\":5,\"iconIdx\":68},{\"icon\":{\"paths\":[\"M384 128v384l-192-192z\",\"M768 288h-352v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h320v544c0 17.673 14.327 32 32 32s32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM352 434.76l-114.76-114.76 114.76-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-up-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30802,\"id\":1178,\"name\":\"arrow-elbow-up-left-duotone\",\"prevSize\":16,\"code\":59786,\"codes\":[59786,59787]},\"setIdx\":5,\"setId\":5,\"iconIdx\":69},{\"icon\":{\"paths\":[\"M832 320l-192 192v-384z\",\"M854.64 297.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-352c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32s32-14.327 32-32v0-544h320v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM672 434.76v-229.52l114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-elbow-up-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30803,\"id\":1177,\"name\":\"arrow-elbow-up-right-duotone\",\"prevSize\":16,\"code\":59788,\"codes\":[59788,59789]},\"setIdx\":5,\"setId\":5,\"iconIdx\":70},{\"icon\":{\"paths\":[\"M896 544l-384 384-384-384h192v-352c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0 352z\",\"M925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-320c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 320h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 882.76l-306.76-306.76h114.76c17.673 0 32-14.327 32-32v0-352h320v352c0 17.673 14.327 32 32 32v0h114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30804,\"id\":1176,\"name\":\"arrow-fat-down-duotone\",\"prevSize\":16,\"code\":59790,\"codes\":[59790,59791]},\"setIdx\":5,\"setId\":5,\"iconIdx\":71},{\"icon\":{\"paths\":[\"M864 352v320c0 17.673-14.327 32-32 32v0h-352v192l-384-384 384-384v192h352c17.673 0 32 14.327 32 32v0z\",\"M832 288h-320v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h320c35.346 0 64-28.654 64-64v0-320c0-35.346-28.654-64-64-64v0zM832 672h-352c-17.673 0-32 14.327-32 32v0 114.76l-306.76-306.76 306.76-306.76v114.76c0 17.673 14.327 32 32 32v0h352z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30805,\"id\":1175,\"name\":\"arrow-fat-left-duotone\",\"prevSize\":16,\"code\":59792,\"codes\":[59792,59793]},\"setIdx\":5,\"setId\":5,\"iconIdx\":72},{\"icon\":{\"paths\":[\"M896 544l-384 384-384-384h192v-256h384v256z\",\"M925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 224h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 882.76l-306.76-306.76h114.76c17.673 0 32-14.327 32-32v0-224h320v224c0 17.673 14.327 32 32 32v0h114.76zM288 160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-line-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30806,\"id\":1174,\"name\":\"arrow-fat-line-down-duotone\",\"prevSize\":16,\"code\":59794,\"codes\":[59794,59795]},\"setIdx\":5,\"setId\":5,\"iconIdx\":73},{\"icon\":{\"paths\":[\"M736 320v384h-256v192l-384-384 384-384v192z\",\"M736 288h-224v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h224c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM704 672h-224c-17.673 0-32 14.327-32 32v0 114.76l-306.76-306.76 306.76-306.76v114.76c0 17.673 14.327 32 32 32v0h224zM896 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-line-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30807,\"id\":1173,\"name\":\"arrow-fat-line-left-duotone\",\"prevSize\":16,\"code\":59796,\"codes\":[59796,59797]},\"setIdx\":5,\"setId\":5,\"iconIdx\":74},{\"icon\":{\"paths\":[\"M544 896v-192h-256v-384h256v-192l384 384z\",\"M950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-224c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h224v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM576 818.76v-114.76c0-17.673-14.327-32-32-32v0h-224v-320h224c17.673 0 32-14.327 32-32v0-114.76l306.76 306.76zM192 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-line-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30808,\"id\":1172,\"name\":\"arrow-fat-line-right-duotone\",\"prevSize\":16,\"code\":59798,\"codes\":[59798,59799]},\"setIdx\":5,\"setId\":5,\"iconIdx\":75},{\"icon\":{\"paths\":[\"M896 544l-384 384-384-384h192v-128h384v128z\",\"M925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-96c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 96h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 882.76l-306.76-306.76h114.76c17.673 0 32-14.327 32-32v0-96h320v96c0 17.673 14.327 32 32 32v0h114.76zM288 160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM288 288c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-lines-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30809,\"id\":1171,\"name\":\"arrow-fat-lines-down-duotone\",\"prevSize\":16,\"code\":59800,\"codes\":[59800,59801]},\"setIdx\":5,\"setId\":5,\"iconIdx\":76},{\"icon\":{\"paths\":[\"M608 320v384h-128v192l-384-384 384-384v192z\",\"M608 288h-96v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h96c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM576 672h-96c-17.673 0-32 14.327-32 32v0 114.76l-306.76-306.76 306.76-306.76v114.76c0 17.673 14.327 32 32 32v0h96zM896 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM768 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-lines-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30810,\"id\":1170,\"name\":\"arrow-fat-lines-left-duotone\",\"prevSize\":16,\"code\":59802,\"codes\":[59802,59803]},\"setIdx\":5,\"setId\":5,\"iconIdx\":77},{\"icon\":{\"paths\":[\"M544 896v-192h-128v-384h128v-192l384 384z\",\"M950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-96c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h96v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM576 818.76v-114.76c0-17.673-14.327-32-32-32v0h-96v-320h96c17.673 0 32-14.327 32-32v0-114.76l306.76 306.76zM192 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-lines-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30811,\"id\":1169,\"name\":\"arrow-fat-lines-right-duotone\",\"prevSize\":16,\"code\":59804,\"codes\":[59804,59805]},\"setIdx\":5,\"setId\":5,\"iconIdx\":78},{\"icon\":{\"paths\":[\"M896 480h-192v128h-384v-128h-192l384-384z\",\"M918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v96c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-96h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 448c-17.673 0-32 14.327-32 32v0 96h-320v-96c0-17.673-14.327-32-32-32v0h-114.76l306.76-306.76 306.76 306.76zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM736 736c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-lines-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30812,\"id\":1168,\"name\":\"arrow-fat-lines-up-duotone\",\"prevSize\":16,\"code\":59806,\"codes\":[59806,59807]},\"setIdx\":5,\"setId\":5,\"iconIdx\":79},{\"icon\":{\"paths\":[\"M896 480h-192v256h-384v-256h-192l384-384z\",\"M918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v224c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-224h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 448c-17.673 0-32 14.327-32 32v0 224h-320v-224c0-17.673-14.327-32-32-32v0h-114.76l306.76-306.76 306.76 306.76zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-line-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30813,\"id\":1167,\"name\":\"arrow-fat-line-up-duotone\",\"prevSize\":16,\"code\":59808,\"codes\":[59808,59809]},\"setIdx\":5,\"setId\":5,\"iconIdx\":80},{\"icon\":{\"paths\":[\"M544 896v-192h-352c-17.673 0-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32v0h352v-192l384 384z\",\"M950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-320c-35.346 0-64 28.654-64 64v0 320c0 35.346 28.654 64 64 64v0h320v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM576 818.76v-114.76c0-17.673-14.327-32-32-32v0h-352v-320h352c17.673 0 32-14.327 32-32v0-114.76l306.76 306.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30814,\"id\":1166,\"name\":\"arrow-fat-right-duotone\",\"prevSize\":16,\"code\":59810,\"codes\":[59810,59811]},\"setIdx\":5,\"setId\":5,\"iconIdx\":81},{\"icon\":{\"paths\":[\"M896 480h-192v352c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-352h-192l384-384z\",\"M918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v320c0 35.346 28.654 64 64 64v0h320c35.346 0 64-28.654 64-64v0-320h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 448c-17.673 0-32 14.327-32 32v0 352h-320v-352c0-17.673-14.327-32-32-32v0h-114.76l306.76-306.76 306.76 306.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-fat-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30815,\"id\":1165,\"name\":\"arrow-fat-up-duotone\",\"prevSize\":16,\"code\":59812,\"codes\":[59812,59813]},\"setIdx\":5,\"setId\":5,\"iconIdx\":82},{\"icon\":{\"paths\":[\"M448 224v576l-288-288z\",\"M864 480h-384v-256c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 288 288c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 722.76l-210.76-210.76 210.76-210.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30816,\"id\":1164,\"name\":\"arrow-left-duotone\",\"prevSize\":16,\"code\":59814,\"codes\":[59814,59815]},\"setIdx\":5,\"setId\":5,\"iconIdx\":83},{\"icon\":{\"paths\":[\"M800 448l-288 288-288-288z\",\"M489.36 758.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 288-288c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-255.999-0v-288c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 288h-256c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0zM722.76 480l-210.76 210.76-210.76-210.76zM896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-line-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30817,\"id\":1163,\"name\":\"arrow-line-down-duotone\",\"prevSize\":16,\"code\":59816,\"codes\":[59816,59817]},\"setIdx\":5,\"setId\":5,\"iconIdx\":84},{\"icon\":{\"paths\":[\"M640 800h-384v-384z\",\"M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM726.64 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-233.4 233.36 169.4 169.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-383.999 0c-17.673 0-32-14.327-32-32v0-384c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 169.36 169.4 233.36-233.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM562.76 768l-274.76-274.76v274.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-line-down-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30818,\"id\":1162,\"name\":\"arrow-line-down-left-duotone\",\"prevSize\":16,\"code\":59818,\"codes\":[59818,59819]},\"setIdx\":5,\"setId\":5,\"iconIdx\":85},{\"icon\":{\"paths\":[\"M768 416v384h-384l384-384z\",\"M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM800 416v384c0 17.673-14.327 32-32 32v0h-384c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 169.4-169.36-233.4-233.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l233.36 233.4 169.36-169.4c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001zM736 493.24l-274.76 274.76h274.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-line-down-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30819,\"id\":1161,\"name\":\"arrow-line-down-right-duotone\",\"prevSize\":16,\"code\":59820,\"codes\":[59820,59821]},\"setIdx\":5,\"setId\":5,\"iconIdx\":86},{\"icon\":{\"paths\":[\"M576 224v576l-288-288z\",\"M896 480h-288v-256c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 288 288c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 722.76l-210.76-210.76 210.76-210.76zM192 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-line-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30820,\"id\":1160,\"name\":\"arrow-line-left-duotone\",\"prevSize\":16,\"code\":59822,\"codes\":[59822,59823]},\"setIdx\":5,\"setId\":5,\"iconIdx\":87},{\"icon\":{\"paths\":[\"M736 512l-288 288v-576z\",\"M470.64 201.36c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v256h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288v256c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 288-288c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM480 722.76v-421.52l210.76 210.76zM896 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-line-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30821,\"id\":1159,\"name\":\"arrow-line-right-duotone\",\"prevSize\":16,\"code\":59824,\"codes\":[59824,59825]},\"setIdx\":5,\"setId\":5,\"iconIdx\":88},{\"icon\":{\"paths\":[\"M800 576h-576l288-288z\",\"M534.64 265.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l255.999 0v288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h256c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM301.24 544l210.76-210.76 210.76 210.76zM896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-line-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30822,\"id\":1158,\"name\":\"arrow-line-up-duotone\",\"prevSize\":16,\"code\":59826,\"codes\":[59826,59827]},\"setIdx\":5,\"setId\":5,\"iconIdx\":89},{\"icon\":{\"paths\":[\"M640 224l-384 384v-384z\",\"M896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM224 608v-384c0-17.673 14.327-32 32-32v0h384c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-169.4 169.36 233.4 233.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-233.36-233.4-169.36 169.4c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001zM288 530.76l274.76-274.76h-274.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-line-up-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30823,\"id\":1157,\"name\":\"arrow-line-up-left-duotone\",\"prevSize\":16,\"code\":59828,\"codes\":[59828,59829]},\"setIdx\":5,\"setId\":5,\"iconIdx\":90},{\"icon\":{\"paths\":[\"M768 224v384l-384-384z\",\"M896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM297.36 694.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 233.4-233.36-169.4-169.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l383.999-0c17.673 0 32 14.327 32 32v0 384c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-169.36-169.4-233.36 233.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM461.24 256l274.76 274.76v-274.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-line-up-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30824,\"id\":1156,\"name\":\"arrow-line-up-right-duotone\",\"prevSize\":16,\"code\":59830,\"codes\":[59830,59831]},\"setIdx\":5,\"setId\":5,\"iconIdx\":91},{\"icon\":{\"paths\":[\"M864 512l-288 288v-576z\",\"M886.64 489.36l-288-288c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v256h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384v256c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 288-288c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM608 722.76v-421.52l210.76 210.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30825,\"id\":1155,\"name\":\"arrow-right-duotone\",\"prevSize\":16,\"code\":59832,\"codes\":[59832,59833]},\"setIdx\":5,\"setId\":5,\"iconIdx\":92},{\"icon\":{\"paths\":[\"M864 192v192h-192zM160 832l192-192h-192z\",\"M876.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-64.24 64.28c-80.6-69.24-171.68-105.64-265.12-105.64-171.28 0-274.32 101.080-278.64 105.36-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0c0.84-0.88 88.28-86.64 233.36-86.64 92.68 0 167.68 43.4 219.68 87.040l-82.32 82.32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l191.999 0c17.673 0 32-14.327 32-32v0-192c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM832 352h-82.76l82.76-82.76zM745.36 745.36c-0.84 0.88-88.28 86.64-233.36 86.64-92.68 0-167.68-43.4-219.68-87.040l82.32-82.32c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-191.999-0c-17.673 0-32 14.327-32 32v0 192c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l64.24-64.28c80.6 69.24 171.68 105.64 265.12 105.64 171.28 0 274.32-101.080 278.64-105.36 5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM192 672h82.76l-82.76 82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-clockwise-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30826,\"id\":1154,\"name\":\"arrows-clockwise-duotone\",\"prevSize\":16,\"code\":59834,\"codes\":[59834,59835]},\"setIdx\":5,\"setId\":5,\"iconIdx\":93},{\"icon\":{\"paths\":[\"M160 192l192 192h-192zM672 640l192 192v-192z\",\"M381.56 396.24c1.545-3.623 2.443-7.838 2.443-12.262 0-8.832-3.578-16.828-9.363-22.618l-82.32-82.32c52-43.64 127-87.040 219.68-87.040 143.8 0 232.52 85.76 233.44 86.72 5.79 5.77 13.778 9.338 22.6 9.338 17.683 0 32.018-14.335 32.018-32.018 0-8.861-3.6-16.882-9.417-22.679l-0.001-0.001c-4.32-4.28-107.36-105.36-278.64-105.36-93.44 0-184.52 36.4-265.12 105.64l-64.24-64.28c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c13.254-0.003 24.626-8.064 29.481-19.55l0.079-0.21zM192 352v-82.76l82.76 82.76zM864 608h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 82.32 82.32c-52 43.64-127 87.040-219.68 87.040-143.36 0-232-85.28-233.44-86.68-5.789-5.774-13.777-9.344-22.6-9.344-17.675 0-32.004 14.329-32.004 32.004 0 8.852 3.594 16.866 9.403 22.659l0.001 0.001c4.32 4.28 107.36 105.36 278.64 105.36 93.44 0 184.52-36.4 265.12-105.64l64.24 64.28c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM832 754.76l-82.76-82.76h82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-counter-clockwise-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30827,\"id\":1153,\"name\":\"arrows-counter-clockwise-duotone\",\"prevSize\":16,\"code\":59836,\"codes\":[59836,59837]},\"setIdx\":5,\"setId\":5,\"iconIdx\":94},{\"icon\":{\"paths\":[\"M832 320h-256l128-128zM320 832l128-128h-256z\",\"M448 672h-96v-480c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 480h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM320 786.76l-50.76-50.76h101.52zM854.64 297.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v480c0 17.673 14.327 32 32 32s32-14.327 32-32v0-480h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM653.24 288l50.76-50.76 50.76 50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-down-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30828,\"id\":1152,\"name\":\"arrows-down-up-duotone\",\"prevSize\":16,\"code\":59838,\"codes\":[59838,59839]},\"setIdx\":5,\"setId\":5,\"iconIdx\":95},{\"icon\":{\"paths\":[\"M96 512l128-128v256zM800 384v256l128-128z\",\"M950.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-512v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96h512v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM192 562.76l-50.76-50.76 50.76-50.76zM832 562.76v-101.52l50.76 50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30829,\"id\":1151,\"name\":\"arrows-horizontal-duotone\",\"prevSize\":16,\"code\":59840,\"codes\":[59840,59841]},\"setIdx\":5,\"setId\":5,\"iconIdx\":96},{\"icon\":{\"paths\":[\"M512 384l-128-128h256zM384 768h256l-128-128zM640 512l128 128v-256zM256 384v256l128-128z\",\"M489.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-95.999-0v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0zM562.76 288l-50.76 50.76-50.76-50.76zM534.76 617.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.64 14.273 31.946 31.9 32l0.005 0h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM461.24 736l50.76-50.76 50.76 50.76zM928 480h-128v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 562.76l-50.76-50.76 50.76-50.76zM406.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM288 562.76v-101.52l50.76 50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-in-cardinal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30830,\"id\":1150,\"name\":\"arrows-in-cardinal-duotone\",\"prevSize\":16,\"code\":59842,\"codes\":[59842,59843]},\"setIdx\":5,\"setId\":5,\"iconIdx\":97},{\"icon\":{\"paths\":[\"M768 416h-160v-160zM416 768v-160h-160zM608 768l160-160h-160zM416 416v-160l-160 160z\",\"M608 448h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-57.4-57.36 121.4-121.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-121.36 121.4-57.36-57.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160c0 17.673 14.327 32 32 32v0zM640 333.24l50.76 50.76h-50.76zM416 576h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l57.4 57.36-121.4 121.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 121.36-121.4 57.36 57.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160c0-17.673-14.327-32-32-32v0zM384 690.76l-50.76-50.76h50.76zM733.24 688l57.4-57.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-159.999-0c-17.673 0-32 14.327-32 32v0 160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l57.36-57.4 121.36 121.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM640 690.76v-50.76h50.76zM428.24 226.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-57.36 57.4-121.36-121.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l121.4 121.36-57.4 57.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0c17.673 0 32-14.327 32-32v0-160c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM384 384h-50.76l50.76-50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-in-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30831,\"id\":1149,\"name\":\"arrows-in-duotone\",\"prevSize\":16,\"code\":59844,\"codes\":[59844,59845]},\"setIdx\":5,\"setId\":5,\"iconIdx\":98},{\"icon\":{\"paths\":[\"M256 384l128 128-128 128zM640 512l128 128v-256z\",\"M544 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM406.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-96h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160v-96c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0zM338.64 512l-50.64-50.76v101.52zM992 512c0 17.673-14.327 32-32 32v0h-160v96c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v96h160c17.673 0 32 14.327 32 32v0zM736 461.24l-50.76 50.76 50.76 50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-in-line-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30832,\"id\":1148,\"name\":\"arrows-in-line-horizontal-duotone\",\"prevSize\":16,\"code\":59846,\"codes\":[59846,59847]},\"setIdx\":5,\"setId\":5,\"iconIdx\":99},{\"icon\":{\"paths\":[\"M512 384l-128-128h256zM384 768h256l-128-128z\",\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM361.36 278.64c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160h96c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM461.36 288l50.64 50.76 50.76-50.76zM662.76 745.36c5.799 5.792 9.386 13.797 9.386 22.64 0 17.673-14.327 32-32 32-0.051 0-0.102-0-0.153-0l0.008 0h-96v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-96c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM562.76 736l-50.76-50.76-50.76 50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-in-line-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30833,\"id\":1147,\"name\":\"arrows-in-line-vertical-duotone\",\"prevSize\":16,\"code\":59848,\"codes\":[59848,59849]},\"setIdx\":5,\"setId\":5,\"iconIdx\":100},{\"icon\":{\"paths\":[\"M768 448h-192v-192zM448 768v-192h-192z\",\"M854.64 169.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-73.36-73.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-73.4-73.36 137.4-137.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM608 416v-82.76l82.76 82.76zM448 544h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l73.4 73.36-137.4 137.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 137.36-137.4 73.36 73.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM416 690.76l-82.76-82.76h82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-in-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30834,\"id\":1146,\"name\":\"arrows-in-simple-duotone\",\"prevSize\":16,\"code\":59850,\"codes\":[59850,59851]},\"setIdx\":5,\"setId\":5,\"iconIdx\":101},{\"icon\":{\"paths\":[\"M832 704l-128 128v-256zM320 448v-256l-128 128z\",\"M854.64 681.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h480v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 754.76v-101.52l50.76 50.76zM297.36 470.76c5.792 5.799 13.797 9.386 22.64 9.386 17.673 0 32-14.327 32-32 0-0.051-0-0.102-0-0.153l0 0.008v-96h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-480v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0zM288 269.24v101.52l-50.76-50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-left-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30835,\"id\":1145,\"name\":\"arrows-left-right-duotone\",\"prevSize\":16,\"code\":59852,\"codes\":[59852,59853]},\"setIdx\":5,\"setId\":5,\"iconIdx\":102},{\"icon\":{\"paths\":[\"M640 800l-128 128-128-128z\",\"M736 128c-17.673 0-32 14.327-32 32v0 242.76l-192 192-192-192v-242.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 214.64 214.6v114.76h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-95.999-0v-114.76l214.64-214.6c5.783-5.79 9.36-13.785 9.36-22.615 0-0.009-0-0.018-0-0.027l0 0.001v-256c0-17.673-14.327-32-32-32v0zM512 882.76l-50.76-50.76h101.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-merge-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30836,\"id\":1144,\"name\":\"arrows-merge-duotone\",\"prevSize\":16,\"code\":59854,\"codes\":[59854,59855]},\"setIdx\":5,\"setId\":5,\"iconIdx\":103},{\"icon\":{\"paths\":[\"M512 96l128 128h-256zM512 928l128-128h-256zM800 384v256l128-128zM96 512l128 128v-256z\",\"M384 256h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM512 141.24l50.76 50.76h-101.52zM640 768h-96v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM512 882.76l-50.76-50.76h101.52zM950.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM832 562.76v-101.52l50.76 50.76zM384 544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96zM192 562.76l-50.76-50.76 50.76-50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-out-cardinal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30837,\"id\":1143,\"name\":\"arrows-out-cardinal-duotone\",\"prevSize\":16,\"code\":59856,\"codes\":[59856,59857]},\"setIdx\":5,\"setId\":5,\"iconIdx\":104},{\"icon\":{\"paths\":[\"M832 192v192l-192-192zM192 832h192l-192-192zM832 832v-192l-192 192zM192 384l192-192h-192z\",\"M393.36 585.36l-105.36 105.4-73.36-73.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-73.4-73.36 105.4-105.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM224 800v-82.76l82.76 82.76zM333.24 288l73.4-73.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-191.999-0c-17.673 0-32 14.327-32 32v0 192c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l73.36-73.4 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM224 306.76v-82.76h82.76zM832 160h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l73.4 73.36-105.4 105.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l105.36-105.4 73.36 73.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM800 306.76l-82.76-82.76h82.76zM844.24 610.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-73.36 73.4-105.36-105.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l105.4 105.36-73.4 73.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l191.999 0c17.673 0 32-14.327 32-32v0-192c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM800 800h-82.76l82.76-82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-out-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30838,\"id\":1142,\"name\":\"arrows-out-duotone\",\"prevSize\":16,\"code\":59858,\"codes\":[59858,59859]},\"setIdx\":5,\"setId\":5,\"iconIdx\":105},{\"icon\":{\"paths\":[\"M64 512l128-128v256zM832 384v256l128-128z\",\"M544 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM416 512c0 17.673-14.327 32-32 32v0h-160v96c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v96h160c17.673 0 32 14.327 32 32v0zM160 461.24l-50.76 50.76 50.76 50.76zM982.64 534.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-96h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160v-96c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM914.64 512l-50.64-50.76v101.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-out-line-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30839,\"id\":1141,\"name\":\"arrows-out-line-horizontal-duotone\",\"prevSize\":16,\"code\":59860,\"codes\":[59860,59861]},\"setIdx\":5,\"setId\":5,\"iconIdx\":106},{\"icon\":{\"paths\":[\"M640 192h-256l128-128zM512 960l128-128h-256z\",\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM354.44 204.24c-1.545-3.623-2.443-7.838-2.443-12.262 0-8.832 3.578-16.828 9.363-22.618l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-95.999 0v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-96c-13.254-0.003-24.626-8.064-29.481-19.55l-0.079-0.21zM461.24 160h101.52l-50.76-50.76zM669.56 819.76c1.545 3.623 2.443 7.838 2.443 12.262 0 8.832-3.578 16.828-9.363 22.618l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160h96c13.254 0.003 24.626 8.064 29.481 19.55l0.079 0.21zM562.76 864h-101.52l50.76 50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-out-line-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30840,\"id\":1140,\"name\":\"arrows-out-line-vertical-duotone\",\"prevSize\":16,\"code\":59862,\"codes\":[59862,59863]},\"setIdx\":5,\"setId\":5,\"iconIdx\":107},{\"icon\":{\"paths\":[\"M832 192v192l-192-192zM192 832h192l-192-192z\",\"M832 160h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l73.4 73.36-137.4 137.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l137.36-137.4 73.36 73.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM800 306.76l-82.76-82.76h82.76zM425.36 553.36l-137.36 137.4-73.36-73.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-73.4-73.36 137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM224 800v-82.76l82.76 82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-out-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30841,\"id\":1139,\"name\":\"arrows-out-simple-duotone\",\"prevSize\":16,\"code\":59864,\"codes\":[59864,59865]},\"setIdx\":5,\"setId\":5,\"iconIdx\":108},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM662.64 521.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30842,\"id\":1138,\"name\":\"arrow-square-down-duotone\",\"prevSize\":16,\"code\":59866,\"codes\":[59866,59867]},\"setIdx\":5,\"setId\":5,\"iconIdx\":109},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM352 640v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 114.76l201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-201.4 201.36h114.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-down-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30843,\"id\":1137,\"name\":\"arrow-square-down-left-duotone\",\"prevSize\":16,\"code\":59868,\"codes\":[59868,59869]},\"setIdx\":5,\"setId\":5,\"iconIdx\":110},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM361.36 406.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l201.36 201.4v-114.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-down-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30844,\"id\":1136,\"name\":\"arrow-square-down-right-duotone\",\"prevSize\":16,\"code\":59870,\"codes\":[59870,59871]},\"setIdx\":5,\"setId\":5,\"iconIdx\":111},{\"icon\":{\"paths\":[\"M864 192v512c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z\",\"M512 544v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.72l-265.36 265.36c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 265.36-265.36h-178.72c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM832 128h-512c-35.346 0-64 28.654-64 64v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h512v512h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-in-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30845,\"id\":1135,\"name\":\"arrow-square-in-duotone\",\"prevSize\":16,\"code\":59872,\"codes\":[59872,59873]},\"setIdx\":5,\"setId\":5,\"iconIdx\":112},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM329.36 534.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36h242.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-242.76l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30846,\"id\":1134,\"name\":\"arrow-square-left-duotone\",\"prevSize\":16,\"code\":59874,\"codes\":[59874,59875]},\"setIdx\":5,\"setId\":5,\"iconIdx\":113},{\"icon\":{\"paths\":[\"M736 320v512c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z\",\"M896 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.72l-265.32 265.36c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l265.32-265.36h-178.72c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM736 512c-17.673 0-32 14.327-32 32v0 288h-512v-512h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-288c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-out-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30847,\"id\":1133,\"name\":\"arrow-square-out-duotone\",\"prevSize\":16,\"code\":59876,\"codes\":[59876,59877]},\"setIdx\":5,\"setId\":5,\"iconIdx\":114},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM320 512c0-17.673 14.327-32 32-32v0h242.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-242.76c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30848,\"id\":1132,\"name\":\"arrow-square-right-duotone\",\"prevSize\":16,\"code\":59878,\"codes\":[59878,59879]},\"setIdx\":5,\"setId\":5,\"iconIdx\":115},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM361.36 502.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4v242.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-242.76l-73.36 73.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30849,\"id\":1131,\"name\":\"arrow-square-up-duotone\",\"prevSize\":16,\"code\":59880,\"codes\":[59880,59881]},\"setIdx\":5,\"setId\":5,\"iconIdx\":116},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM352 576v-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-114.76l201.4 201.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-201.36-201.4v114.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-up-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30850,\"id\":1130,\"name\":\"arrow-square-up-left-duotone\",\"prevSize\":16,\"code\":59882,\"codes\":[59882,59883]},\"setIdx\":5,\"setId\":5,\"iconIdx\":117},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM361.36 662.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 201.4-201.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-201.36 201.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-square-up-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30851,\"id\":1129,\"name\":\"arrow-square-up-right-duotone\",\"prevSize\":16,\"code\":59884,\"codes\":[59884,59885]},\"setIdx\":5,\"setId\":5,\"iconIdx\":118},{\"icon\":{\"paths\":[\"M128 736h256l-128 128zM640 736l128 128 128-128z\",\"M925.56 723.76c-4.934-11.696-16.306-19.757-29.56-19.76l-96-0v-160c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-246.64-246.6v-178.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 178.76l-246.64 246.6c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v160h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-95.999-0v-146.76l224-224 224 224v146.76h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM256 818.76l-50.76-50.76h101.52zM768 818.76l-50.76-50.76h101.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-split-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30852,\"id\":1128,\"name\":\"arrows-split-duotone\",\"prevSize\":16,\"code\":59886,\"codes\":[59886,59887]},\"setIdx\":5,\"setId\":5,\"iconIdx\":119},{\"icon\":{\"paths\":[\"M640 224h-256l128-128zM512 928l128-128h-256z\",\"M640 768h-96v-512h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v512h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM512 141.24l50.76 50.76h-101.52zM512 882.76l-50.76-50.76h101.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrows-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30853,\"id\":1127,\"name\":\"arrows-vertical-duotone\",\"prevSize\":16,\"code\":59888,\"codes\":[59888,59889]},\"setIdx\":5,\"setId\":5,\"iconIdx\":120},{\"icon\":{\"paths\":[\"M320 480v384l-192-192z\",\"M672 192h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c106.039 0 192 85.961 192 192s-85.961 192-192 192v0h-320v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h320c141.385 0 256-114.615 256-256s-114.615-256-256-256v0zM288 786.76l-114.76-114.76 114.76-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-u-down-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30854,\"id\":1126,\"name\":\"arrow-u-down-left-duotone\",\"prevSize\":16,\"code\":59890,\"codes\":[59890,59891]},\"setIdx\":5,\"setId\":5,\"iconIdx\":121},{\"icon\":{\"paths\":[\"M896 672l-192 192v-384z\",\"M918.64 649.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-320c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h320v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 786.76v-229.52l114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-u-down-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30855,\"id\":1125,\"name\":\"arrow-u-down-right-duotone\",\"prevSize\":16,\"code\":59892,\"codes\":[59892,59893]},\"setIdx\":5,\"setId\":5,\"iconIdx\":122},{\"icon\":{\"paths\":[\"M544 704l-192 192-192-192z\",\"M576 96c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v320h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-159.999-0v-320c0-106.039 85.961-192 192-192s192 85.961 192 192v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM352 850.76l-114.76-114.76h229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-u-left-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30856,\"id\":1124,\"name\":\"arrow-u-left-down-duotone\",\"prevSize\":16,\"code\":59894,\"codes\":[59894,59895]},\"setIdx\":5,\"setId\":5,\"iconIdx\":123},{\"icon\":{\"paths\":[\"M544 320h-384l192-192z\",\"M800 288c-17.673 0-32 14.327-32 32v0 352c0 106.039-85.961 192-192 192s-192-85.961-192-192v0-320h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v320c0 141.385 114.615 256 256 256s256-114.615 256-256v0-352c0-17.673-14.327-32-32-32v0zM352 173.24l114.76 114.76h-229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-u-left-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30857,\"id\":1123,\"name\":\"arrow-u-left-up-duotone\",\"prevSize\":16,\"code\":59896,\"codes\":[59896,59897]},\"setIdx\":5,\"setId\":5,\"iconIdx\":124},{\"icon\":{\"paths\":[\"M800 448h-576l288-288z\",\"M822.64 425.36l-288-288c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l255.999 0v384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384h256c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM301.24 416l210.76-210.76 210.76 210.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30858,\"id\":1122,\"name\":\"arrow-up-duotone\",\"prevSize\":16,\"code\":59898,\"codes\":[59898,59899]},\"setIdx\":5,\"setId\":5,\"iconIdx\":125},{\"icon\":{\"paths\":[\"M672 256l-416 416v-416z\",\"M790.64 745.36l-281.4-281.36 185.4-185.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-415.999-0c-17.673 0-32 14.327-32 32v0 416c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 185.36-185.4 281.36 281.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM288 288h306.76l-306.76 306.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-up-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30859,\"id\":1121,\"name\":\"arrow-up-left-duotone\",\"prevSize\":16,\"code\":59900,\"codes\":[59900,59901]},\"setIdx\":5,\"setId\":5,\"iconIdx\":126},{\"icon\":{\"paths\":[\"M768 256v416l-416-416z\",\"M768 224h-416c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 185.4 185.36-281.4 281.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l281.36-281.4 185.36 185.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-416c0-17.673-14.327-32-32-32v0zM736 594.76l-306.76-306.76h306.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-up-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30860,\"id\":1120,\"name\":\"arrow-up-right-duotone\",\"prevSize\":16,\"code\":59902,\"codes\":[59902,59903]},\"setIdx\":5,\"setId\":5,\"iconIdx\":127},{\"icon\":{\"paths\":[\"M864 704l-192 192-192-192z\",\"M893.56 691.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-320c0-141.385-114.615-256-256-256s-256 114.615-256 256v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352c0-106.039 85.961-192 192-192s192 85.961 192 192v0 320h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM672 850.76l-114.76-114.76h229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-u-right-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30861,\"id\":1119,\"name\":\"arrow-u-right-down-duotone\",\"prevSize\":16,\"code\":59904,\"codes\":[59904,59905]},\"setIdx\":5,\"setId\":5,\"iconIdx\":128},{\"icon\":{\"paths\":[\"M864 320h-384l192-192z\",\"M886.64 297.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v320c0 106.039-85.961 192-192 192s-192-85.961-192-192v0-352c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 352c0 141.385 114.615 256 256 256s256-114.615 256-256v0-320h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM557.24 288l114.76-114.76 114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-u-right-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30862,\"id\":1118,\"name\":\"arrow-u-right-up-duotone\",\"prevSize\":16,\"code\":59906,\"codes\":[59906,59907]},\"setIdx\":5,\"setId\":5,\"iconIdx\":129},{\"icon\":{\"paths\":[\"M320 160v384l-192-192z\",\"M672 320h-320v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h320c106.039 0 192 85.961 192 192s-85.961 192-192 192v0h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c141.385 0 256-114.615 256-256s-114.615-256-256-256v0zM288 466.76l-114.76-114.76 114.76-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-u-up-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30863,\"id\":1117,\"name\":\"arrow-u-up-left-duotone\",\"prevSize\":16,\"code\":59908,\"codes\":[59908,59909]},\"setIdx\":5,\"setId\":5,\"iconIdx\":130},{\"icon\":{\"paths\":[\"M896 352l-192 192v-384z\",\"M691.76 573.56c3.623 1.545 7.838 2.443 12.262 2.443 8.832 0 16.828-3.578 22.618-9.363l192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-320c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h320v160c0.003 13.254 8.064 24.626 19.55 29.481l0.21 0.079zM736 237.24l114.76 114.76-114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"arrow-u-up-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30864,\"id\":1116,\"name\":\"arrow-u-up-right-duotone\",\"prevSize\":16,\"code\":59910,\"codes\":[59910,59911]},\"setIdx\":5,\"setId\":5,\"iconIdx\":131},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM736 384c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM736 512c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM736 640c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"article-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30865,\"id\":1115,\"name\":\"article-duotone\",\"prevSize\":16,\"code\":59912,\"codes\":[59912,59913]},\"setIdx\":5,\"setId\":5,\"iconIdx\":132},{\"icon\":{\"paths\":[\"M960 416v384h-672v-128h384v-256z\",\"M224 544c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-256h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c0.010-0 0.022-0 0.034-0 11.355 0 21.329 5.914 27.009 14.831l0.077 0.129 132.88 212.68 132.88-212.6c5.746-9.087 15.738-15.034 27.119-15.040l64.001-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v256h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0-176.44l-100.88 161.4c-5.751 9.077-15.742 15.015-27.12 15.015s-21.369-5.938-27.043-14.884l-0.077-0.131-100.88-161.4v176.44c17.673 0 32 14.327 32 32v0zM672 448h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM960 512h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 640h-672c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 768h-672c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"article-medium-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30866,\"id\":1114,\"name\":\"article-medium-duotone\",\"prevSize\":16,\"code\":59914,\"codes\":[59914,59915]},\"setIdx\":5,\"setId\":5,\"iconIdx\":133},{\"icon\":{\"paths\":[\"M960 416v384h-320v-384z\",\"M608 416c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0zM960 512h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 640h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 768h-672c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 704c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013c-0-0.050-0-0.109-0-0.168 0-30.225 6.041-59.039 16.982-85.3l-0.542 1.468c-29.243-20.495-48.126-54.043-48.126-92 0-61.745 49.965-111.821 111.669-112l0.017-0c0.020-0 0.044-0 0.068-0 5.686 0 11.025 1.483 15.653 4.083l-0.161-0.083 279.72 155.4c23.059-3.78 40.439-23.561 40.439-47.401 0-26.411-21.331-47.84-47.704-47.999l-0.015-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c61.856 0 112 50.144 112 112s-50.144 112-112 112v0c-0.020 0-0.044 0-0.068 0-5.686 0-11.025-1.483-15.653-4.083l0.161 0.083-160-88.84c-73.79 15.217-128.48 79.654-128.48 156.865 0 77.052 54.466 141.384 126.998 156.593l1.041 0.183v-156.8c0-17.673 14.327-32 32-32s32 14.327 32 32v0 156.76c55.557-11.676 99.864-50.856 118.566-102.324l0.354-1.116c4.674-12.25 16.326-20.793 29.974-20.793 17.673 0 32 14.327 32 32 0 3.633-0.605 7.124-1.721 10.379l0.067-0.225c-31.779 87.691-114.311 149.231-211.229 149.32l-0.011 0zM144.92 340.56c19.063-23.796 42.335-43.34 68.815-57.731l1.185-0.589-46.2-25.68c-23.264 3.594-40.866 23.475-40.866 47.467 0 14.599 6.517 27.675 16.801 36.479l0.065 0.055z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"article-ny-times-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30867,\"id\":1113,\"name\":\"article-ny-times-duotone\",\"prevSize\":16,\"code\":59916,\"codes\":[59916,59917]},\"setIdx\":5,\"setId\":5,\"iconIdx\":134},{\"icon\":{\"paths\":[\"M800 512c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z\",\"M859.44 720.48c-5.69 9.389-15.853 15.567-27.458 15.567-6.112 0-11.824-1.714-16.682-4.687l0.14 0.080-271.44-162.92v295.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-295.48l-271.52 162.92c-4.766 2.972-10.552 4.734-16.751 4.734-17.673 0-32-14.327-32-32 0-11.713 6.293-21.956 15.683-27.533l0.148-0.081 274.24-164.56-274.24-164.56c-9.537-5.658-15.831-15.901-15.831-27.614 0-17.673 14.327-32 32-32 6.198 0 11.985 1.762 16.886 4.813l-0.136-0.079 271.52 162.92v-295.48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 295.48l271.52-162.92c4.766-2.972 10.552-4.734 16.751-4.734 17.673 0 32 14.327 32 32 0 11.713-6.293 21.956-15.683 27.533l-0.148 0.081-274.24 164.56 274.24 164.56c9.386 5.691 15.561 15.852 15.561 27.455 0 6.081-1.696 11.766-4.641 16.607l0.080-0.142z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"asterisk-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30868,\"id\":1112,\"name\":\"asterisk-duotone\",\"prevSize\":16,\"code\":59918,\"codes\":[59918,59919]},\"setIdx\":5,\"setId\":5,\"iconIdx\":135},{\"icon\":{\"paths\":[\"M800 512c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z\",\"M844 413.72l-280.52 112 197.88 254.44c4.371 5.425 7.016 12.402 7.016 19.996 0 17.673-14.327 32-32 32-10.396 0-19.634-4.957-25.479-12.637l-0.057-0.079-198.84-255.44-198.72 255.64c-5.914 7.345-14.904 12.004-24.984 12.004-17.673 0-32-14.327-32-32 0-7.277 2.429-13.987 6.521-19.363l-0.057 0.079 197.88-254.44-280.64-112.2c-11.856-4.88-20.051-16.343-20.051-29.72 0-17.701 14.35-32.051 32.051-32.051 4.325 0 8.449 0.856 12.213 2.409l-0.213-0.078 276 110.44v-304.72c0-17.673 14.327-32 32-32s32 14.327 32 32v0 304.72l276-110.44c3.551-1.475 7.675-2.331 12-2.331 17.701 0 32.051 14.35 32.051 32.051 0 13.377-8.195 24.84-19.838 29.642l-0.213 0.078z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"asterisk-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30869,\"id\":1111,\"name\":\"asterisk-simple-duotone\",\"prevSize\":16,\"code\":59920,\"codes\":[59920,59921]},\"setIdx\":5,\"setId\":5,\"iconIdx\":136},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416v0c86.040 0 176.4-25.92 241.72-69.32 8.665-5.82 14.292-15.583 14.292-26.66 0-17.68-14.332-32.012-32.012-32.012-6.602 0-12.738 1.999-17.835 5.424l0.115-0.073c-54.28 36.16-133.44 58.64-206.28 58.64-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c0 105.8-43.52 128-80 128s-80-22.2-80-128v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 17.040c-33.834-30.432-78.829-49.045-128.171-49.045-106.039 0-192 85.961-192 192s85.961 192 192 192c61.606 0 116.436-29.015 151.568-74.126l0.322-0.43c24 48 65.4 74.56 120.28 74.56 90.16 0 144-71.76 144-192-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"at-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30870,\"id\":1110,\"name\":\"at-duotone\",\"prevSize\":16,\"code\":59922,\"codes\":[59922,59923]},\"setIdx\":5,\"setId\":5,\"iconIdx\":137},{\"icon\":{\"paths\":[\"M841.040 841.040c-68.92 68.92-272-22.52-453.84-204.24s-273.16-384.8-204.24-453.84 272 22.52 453.84 204.24 273.16 384.8 204.24 453.84z\",\"M784.48 512c98.6-138.44 148.88-281.52 78.96-351.44s-213-19.64-351.44 78.96c-138.44-98.6-281.52-148.88-351.44-78.96s-19.64 213 78.96 351.44c-98.6 138.44-148.88 281.52-78.96 351.44v0c22.52 22.52 52.6 32.56 87.64 32.56 73.92 0 169.92-44.68 264-111.52 93.68 66.84 189.68 111.52 263.8 111.52 35.040 0 65.16-10.080 87.64-32.56v0c69.72-69.92 19.44-213-79.16-351.44zM818.2 205.8c30.56 30.56 9.92 129.6-74.080 253.12-27.834-34.319-55.551-65.052-84.766-94.286l0.006 0.006c-29.217-29.156-59.949-56.834-92.053-82.889l-2.227-1.751c123.52-84 222.56-104.8 253.12-74.2zM705.16 512c-29.62 37.304-59.408 70.603-91.006 102.086l-0.034 0.034c-31.518 31.634-64.818 61.422-99.763 89.229l-2.357 1.811c-37.304-29.62-70.603-59.408-102.086-91.006l-0.034-0.034c-31.634-31.518-61.422-64.818-89.229-99.763l-1.811-2.357c57.586-72.177 120.984-135.575 190.767-191.314l2.393-1.846c37.304 29.62 70.603 59.408 102.086 91.006l0.034 0.034c31.634 31.518 61.422 64.818 89.229 99.763l1.811 2.357zM205.8 205.8c8.8-8.84 23.32-13.4 42.48-13.4 47.28 0 122.76 27.6 210.6 87.6-34.309 27.836-65.027 55.513-94.269 84.669l0.029-0.029c-29.156 29.217-56.834 59.949-82.889 92.053l-1.751 2.227c-84-123.52-104.76-222.56-74.2-253.12zM205.8 818.2c-30.56-30.56-9.8-129.6 74.2-253.12 27.834 34.319 55.551 65.052 84.766 94.286l-0.006-0.006c29.196 29.132 59.889 56.807 91.934 82.885l2.226 1.755c-123.52 84-222.56 104.8-253.12 74.2zM818.2 818.2c-30.56 30.6-129.6 9.92-253.12-74.080 34.315-27.868 65.046-55.583 94.299-84.779l-0.019 0.019c29.156-29.217 56.834-59.949 82.889-92.053l1.751-2.227c84 123.52 104.76 222.56 74.2 253.12zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"atom-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30871,\"id\":1109,\"name\":\"atom-duotone\",\"prevSize\":16,\"code\":59924,\"codes\":[59924,59925]},\"setIdx\":5,\"setId\":5,\"iconIdx\":138},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M368 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM606.92 644.92c-26.967 16.984-59.767 27.061-94.92 27.061s-67.953-10.077-95.668-27.5l0.748 0.439c-4.841-3.097-10.746-4.936-17.080-4.936-17.682 0-32.016 14.334-32.016 32.016 0 11.348 5.904 21.317 14.808 27.003l0.129 0.077c36.648 23.181 81.258 36.939 129.080 36.939s92.432-13.758 130.085-37.531l-1.005 0.593c9.033-5.763 14.936-15.732 14.936-27.080 0-17.682-14.334-32.016-32.016-32.016-6.334 0-12.239 1.839-17.209 5.013l0.129-0.077zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c-0.239-188.807-148.907-342.813-335.569-351.61l-0.791-0.030c-46.36 65.16-47.64 127.16-47.64 127.64 0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-2.92 0.52-57.2 33.84-122.52-165.853 30.559-289.84 174.034-289.84 346.468 0 194.404 157.596 352 352 352 194.386 0 351.971-157.566 352-351.946l0-0.003z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"baby-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30872,\"id\":1108,\"name\":\"baby-duotone\",\"prevSize\":16,\"code\":59926,\"codes\":[59926,59927]},\"setIdx\":5,\"setId\":5,\"iconIdx\":139},{\"icon\":{\"paths\":[\"M832 384v480c0 17.673-14.327 32-32 32v0h-96v-288c0-35.346-28.654-64-64-64v0h-256c-35.346 0-64 28.654-64 64v0 288h-96c-17.673 0-32-14.327-32-32v0-480c0-106.039 85.961-192 192-192v0h256c106.039 0 192 85.961 192 192v0z\",\"M672 162.32v-34.32c0-53.019-42.981-96-96-96v0h-128c-53.019 0-96 42.981-96 96v0 34.32c-109.097 16.348-191.827 109.326-192 221.662l-0 0.018v480c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-480c-0.173-112.354-82.903-205.332-190.765-221.528l-1.235-0.152zM448 96h128c17.673 0 32 14.327 32 32v0 32h-192v-32c0-17.673 14.327-32 32-32v0zM672 640h-320v-32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM352 704h192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h64v160h-320zM800 864h-64v-256c0-53.019-42.981-96-96-96v0h-256c-53.019 0-96 42.981-96 96v0 256h-64v-480c0-88.366 71.634-160 160-160v0h256c88.366 0 160 71.634 160 160v0 480zM608 352c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"backpack-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30873,\"id\":1107,\"name\":\"backpack-duotone\",\"prevSize\":16,\"code\":59928,\"codes\":[59928,59929]},\"setIdx\":5,\"setId\":5,\"iconIdx\":140},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-589.88c-0.003 0-0.006 0-0.010 0-11.586 0-21.734-6.158-27.35-15.379l-0.080-0.141-182.68-304.48 182.68-304.48c5.696-9.362 15.844-15.52 27.43-15.52 0.003 0 0.007 0 0.010 0l589.879-0c17.673 0 32 14.327 32 32v0z\",\"M864 160h-589.88c-23.17 0.069-43.45 12.378-54.72 30.798l-0.16 0.282-182.68 304.44c-2.87 4.703-4.57 10.393-4.57 16.48s1.699 11.777 4.65 16.621l-0.080-0.141 182.68 304.44c11.43 18.702 31.71 31.011 54.87 31.080l0.010 0h589.88c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM246.68 816.48l27.44-16.48zM864 800h-589.88l-172.8-288 172.8-288h589.88zM425.36 585.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"backspace-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30874,\"id\":1106,\"name\":\"backspace-duotone\",\"prevSize\":16,\"code\":59930,\"codes\":[59930,59931]},\"setIdx\":5,\"setId\":5,\"iconIdx\":141},{\"icon\":{\"paths\":[\"M896 320v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 256h-160c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-160c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM864 800h-704v-480h160v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h256v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bag-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30875,\"id\":1105,\"name\":\"bag-duotone\",\"prevSize\":16,\"code\":59932,\"codes\":[59932,59933]},\"setIdx\":5,\"setId\":5,\"iconIdx\":142},{\"icon\":{\"paths\":[\"M896 320v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 256h-160c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-160c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM864 800h-704v-480h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bag-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30876,\"id\":1104,\"name\":\"bag-simple-duotone\",\"prevSize\":16,\"code\":59934,\"codes\":[59934,59935]},\"setIdx\":5,\"setId\":5,\"iconIdx\":143},{\"icon\":{\"paths\":[\"M551.56 796.52v0l56.44 131.48h-192l56.36-131.48c-158-27.8-280.36-217.2-280.36-380.52 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 163.32-122.36 352.72-280.44 380.52z\",\"M512 64c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 93.72 37.6 197.68 100.52 278 48.32 61.64 106 104 167.64 124.36l-41.56 97.040c-1.634 3.715-2.585 8.047-2.585 12.6 0 17.668 14.318 31.991 31.984 32l192.001 0c17.667-0.009 31.985-14.332 31.985-32 0-4.553-0.951-8.885-2.665-12.806l0.080 0.206-41.4-97.040c61.6-20.28 119.32-62.72 167.64-124.36 62.76-80.32 100.36-184.28 100.36-278-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM559.48 896h-94.96l27.76-64.76c6.56 0.48 13.12 0.76 19.72 0.76s13.16-0.28 19.72-0.76zM713.080 654.52c-57.32 73.2-128.72 113.48-201.080 113.48s-143.76-40.28-201.080-113.48c-54.44-69.44-86.92-158.52-86.92-238.52 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 80-32.48 169.080-86.92 238.52zM709.080 415.56c-1.513 0.259-3.27 0.419-5.059 0.44l-0.021 0c-15.791-0.021-28.9-11.477-31.493-26.53l-0.027-0.19c-12.451-68.253-65.468-121.269-132.708-133.566l-1.012-0.154c-15.398-2.497-27.013-15.697-27.013-31.609 0-17.673 14.327-32 32-32 1.969 0 3.897 0.178 5.768 0.518l-0.196-0.030c95.090 17.324 168.956 91.189 186.067 184.872l0.213 1.408c0.278 1.585 0.437 3.41 0.437 5.272 0 15.821-11.482 28.961-26.568 31.541l-0.189 0.027z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"balloon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30877,\"id\":1103,\"name\":\"balloon-duotone\",\"prevSize\":16,\"code\":59936,\"codes\":[59936,59937]},\"setIdx\":5,\"setId\":5,\"iconIdx\":144},{\"icon\":{\"paths\":[\"M826.52 378.52l-133.52 133.48-181-181 133.48-133.52c23.166-23.166 55.17-37.495 90.52-37.495 70.701 0 128.015 57.314 128.015 128.015 0 35.35-14.329 67.354-37.495 90.52v0zM197.48 645.48c-23.166 23.166-37.495 55.17-37.495 90.52 0 70.701 57.314 128.015 128.015 128.015 35.35 0 67.354-14.329 90.52-37.495v0l133.48-133.52-181-181zM331 512l181-181-133.48-133.52c-23.166-23.166-55.17-37.495-90.52-37.495-70.701 0-128.015 57.314-128.015 128.015 0 35.35 14.329 67.354 37.495 90.52l-0-0zM693 512l-181 181 133.48 133.52c23.166 23.166 55.17 37.495 90.52 37.495 70.701 0 128.015-57.314 128.015-128.015 0-35.35-14.329-67.354-37.495-90.52l0 0z\",\"M738.28 512l110.84-110.88c30.136-29.135 48.846-69.926 48.846-115.086 0-88.366-71.634-160-160-160-45.16 0-85.951 18.71-115.043 48.801l-0.043 0.045-110.88 110.84-110.88-110.84c-29.135-30.136-69.926-48.846-115.086-48.846-88.366 0-160 71.634-160 160 0 45.16 18.71 85.951 48.801 115.043l0.045 0.043 110.84 110.88-110.84 110.88c-30.136 29.135-48.846 69.926-48.846 115.086 0 88.366 71.634 160 160 160 45.16 0 85.951-18.71 115.043-48.801l0.043-0.045 110.88-110.84 110.88 110.84c29.135 30.136 69.926 48.846 115.086 48.846 88.366 0 160-71.634 160-160 0-45.16-18.71-85.951-48.801-115.043l-0.045-0.043zM668 220c17.403-17.403 41.444-28.167 68-28.167 53.111 0 96.167 43.055 96.167 96.167 0 26.556-10.764 50.597-28.167 68l-110.88 110.88-135.88-135.88zM647.64 512l-135.64 135.76-135.76-135.76 135.76-135.76zM220 356v0c-17.403-17.403-28.167-41.444-28.167-68 0-53.111 43.055-96.167 96.167-96.167 26.556 0 50.597 10.764 68 28.167l110.88 110.88-135.88 135.88zM356 804c-17.403 17.403-41.444 28.167-68 28.167-53.111 0-96.167-43.055-96.167-96.167 0-26.556 10.764-50.597 28.167-68l110.88-110.88 135.76 135.76zM804 804c-17.384 17.443-41.432 28.236-68 28.236s-50.616-10.793-67.997-28.233l-0.003-0.003-110.88-110.88 135.76-135.76 111.12 110.64c17.443 17.384 28.236 41.432 28.236 68s-10.793 50.616-28.233 67.997l-0.003 0.003zM464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bandaids-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30878,\"id\":1102,\"name\":\"bandaids-duotone\",\"prevSize\":16,\"code\":59938,\"codes\":[59938,59939]},\"setIdx\":5,\"setId\":5,\"iconIdx\":145},{\"icon\":{\"paths\":[\"M928 384h-832l416-256z\",\"M96 416h96v256h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-256h96c17.659-0.018 31.968-14.338 31.968-32 0-11.458-6.022-21.509-15.073-27.162l-0.135-0.078-416-256c-4.768-2.976-10.558-4.74-16.76-4.74s-11.992 1.764-16.895 4.819l0.135-0.079-416 256c-9.186 5.731-15.208 15.782-15.208 27.24 0 17.662 14.308 31.982 31.966 32l0.002 0zM256 416h128v256h-128zM576 416v256h-128v-256zM768 672h-128v-256h128zM512 165.56l302.96 186.44h-605.92zM992 832c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h896c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bank-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30879,\"id\":1101,\"name\":\"bank-duotone\",\"prevSize\":16,\"code\":59940,\"codes\":[59940,59941]},\"setIdx\":5,\"setId\":5,\"iconIdx\":146},{\"icon\":{\"paths\":[\"M384 256v512c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM768 224h-96c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0z\",\"M992 480h-32v-128c0-35.346-28.654-64-64-64v0h-64v-32c0-35.346-28.654-64-64-64v0h-96c-35.346 0-64 28.654-64 64v0 224h-192v-224c0-35.346-28.654-64-64-64v0h-96c-35.346 0-64 28.654-64 64v0 32h-64c-35.346 0-64 28.654-64 64v0 128h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v128c0 35.346 28.654 64 64 64v0h64v32c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-224h192v224c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-32h64c35.346 0 64-28.654 64-64v0-128h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM128 672v-320h64v320zM352 768h-96v-512h96v512zM768 768h-96v-512h96v447.32c0 0.24 0 0.44 0 0.68s0 0.48 0 0.68v63.32zM896 672h-64v-320h64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"barbell-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30880,\"id\":1100,\"name\":\"barbell-duotone\",\"prevSize\":16,\"code\":59942,\"codes\":[59942,59943]},\"setIdx\":5,\"setId\":5,\"iconIdx\":147},{\"icon\":{\"paths\":[\"M896 192v640h-768v-640z\",\"M928 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM288 800h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 640c-17.673 0-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM128 384c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM320 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM736 672v-320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0zM576 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM448 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"barcode-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30881,\"id\":1099,\"name\":\"barcode-duotone\",\"prevSize\":16,\"code\":59944,\"codes\":[59944,59945]},\"setIdx\":5,\"setId\":5,\"iconIdx\":148},{\"icon\":{\"paths\":[\"M928 320v272l-304-304h272c17.673 0 32 14.327 32 32v0zM128 288c-17.673 0-32 14.327-32 32v0 16l304 304h288l-352-352z\",\"M896 256h-768c-35.346 0-64 28.654-64 64v0 288c0 35.346 28.654 64 64 64v0h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h448v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c35.346 0 64-28.654 64-64v0-288c0-35.346-28.654-64-64-64v0zM896 514.76l-194.76-194.76h194.76zM322.76 320l288 288h-197.52l-285.24-285.24v-2.76zM128 413.24l194.76 194.76h-194.76zM896 608h-194.76l-288-288h197.52l285.24 285.28v2.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"barricade-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30882,\"id\":1098,\"name\":\"barricade-duotone\",\"prevSize\":16,\"code\":59946,\"codes\":[59946,59947]},\"setIdx\":5,\"setId\":5,\"iconIdx\":149},{\"icon\":{\"paths\":[\"M896 608v128c-0.021 35.331-28.667 63.963-64 63.963-14.27 0-27.449-4.67-38.092-12.566l0.172 0.122c-63.96-46.48-158.080-83.52-282.080-83.52s-218.12 37.040-282.080 83.52c-10.471 7.773-23.65 12.443-37.92 12.443-35.333 0-63.979-28.633-64-63.962l-0-0.002v-128c105.629-79.912 239.199-128 384-128s278.371 48.088 385.61 129.166l-1.61-1.166z\",\"M512 96c-229.641 0.273-415.727 186.359-416 415.974l-0 0.026v224c0 53.019 42.981 96 96 96v0c21.333-0.037 41.034-6.994 56.986-18.747l-0.266 0.187c48.6-35.32 133.68-77.44 263.28-77.44s214.68 42.080 263.24 77.4c15.683 11.606 35.407 18.577 56.76 18.577 53.011 0 95.987-42.968 96-95.976l0-0.001v-224c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0zM864 512v35.48c-47.106-29.644-101.441-54.466-159.060-71.675l-4.7-1.205c-13.364-116.112-54.639-220.528-116.899-309.13l1.419 2.13c160.532 35.032 279.001 175.847 279.24 344.373l0 0.027zM512 177.080c61.481 78.339 104.568 173.942 121.147 278.374l0.453 3.466c-36.585-6.946-78.668-10.92-121.68-10.92s-85.094 3.973-125.903 11.573l4.223-0.653c17.238-107.886 60.353-203.456 122.773-283.183l-1.013 1.343zM439.24 167.6c-60.847 86.483-102.123 190.914-115.188 303.939l-0.292 3.101c-62.318 18.414-116.653 43.236-166.536 74.503l2.776-1.623v-35.52c0.239-168.553 118.708-309.368 276.908-343.972l2.332-0.428zM846.64 764.44c-4.261 2.243-9.31 3.56-14.668 3.56-7.193 0-13.831-2.373-19.175-6.379l0.083 0.060c-56.24-40.88-154.080-89.68-300.88-89.68s-244.64 48.8-300.88 89.68c-5.261 3.946-11.899 6.32-19.092 6.32-5.357 0-10.407-1.316-14.843-3.644l0.176 0.084c-10.369-5.183-17.365-15.719-17.365-27.89 0-0.193 0.002-0.386 0.005-0.579l-0 0.029v-111.72c97.844-70.2 220.011-112.258 352-112.258s254.156 42.058 353.829 113.504l-1.829-1.246v111.72c0.003 0.164 0.005 0.356 0.005 0.55 0 12.171-6.996 22.708-17.185 27.809l-0.18 0.081z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"baseball-cap-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30883,\"id\":1097,\"name\":\"baseball-cap-duotone\",\"prevSize\":16,\"code\":59948,\"codes\":[59948,59949]},\"setIdx\":5,\"setId\":5,\"iconIdx\":150},{\"icon\":{\"paths\":[\"M242.64 238.32c70.801 69.542 114.68 166.289 114.68 273.284 0 0.139-0 0.278-0 0.417l0-0.022c0 0.117 0 0.257 0 0.396 0 106.996-43.879 203.743-114.623 273.229l-0.057 0.056c-70.784-69.698-114.639-166.568-114.639-273.68s43.856-203.982 114.59-273.632l0.049-0.048zM781.36 238.32c-70.784 69.698-114.639 166.568-114.639 273.68s43.856 203.982 114.59 273.632l0.049 0.048c70.784-69.698 114.639-166.568 114.639-273.68s-43.856-203.982-114.59-273.632l-0.049-0.048z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM288.36 783.64c3.28-4 6.56-7.72 9.68-11.64 4.368-5.428 7.011-12.405 7.011-20 0-17.69-14.341-32.031-32.031-32.031-10.096 0-19.101 4.671-24.972 11.969l-0.048 0.062-5.36 6.48c-51.465-60.712-82.757-139.942-82.757-226.48s31.292-165.768 83.179-226.99l-0.422 0.51 5.36 6.48c5.919 7.361 14.924 12.031 25.020 12.031 17.69 0 32.031-14.341 32.031-32.031 0-7.595-2.643-14.572-7.060-20.062l0.048 0.062c-3.12-4-6.4-8-9.68-11.64 60.26-50.014 138.406-80.364 223.64-80.364s163.38 30.349 224.22 80.831l-0.58-0.467c-3.28 4-6.56 7.68-9.68 11.64-4.368 5.428-7.011 12.405-7.011 20 0 17.69 14.341 32.031 32.031 32.031 10.096 0 19.101-4.671 24.972-11.969l0.048-0.062 5.36-6.48c51.465 60.712 82.757 139.942 82.757 226.48s-31.292 165.768-83.179 226.99l0.422-0.51-5.36-6.48c-5.901-7.795-15.161-12.78-25.585-12.78-17.673 0-32 14.327-32 32 0 7.952 2.9 15.226 7.701 20.823l-0.036-0.043c3.12 4 6.4 7.8 9.68 11.64-60.26 50.014-138.406 80.364-223.64 80.364s-163.38-30.349-224.22-80.831l0.58 0.467zM383.56 581.28c-4.526 26.533-10.748 49.869-18.837 72.314l0.917-2.914c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c6.092-16.515 11.357-36.22 14.864-56.527l0.296-2.073c2.497-15.398 15.697-27.013 31.609-27.013 17.673 0 32 14.327 32 32 0 1.969-0.178 3.897-0.518 5.768l0.030-0.196zM383.56 442.72c0.279 1.587 0.438 3.414 0.438 5.279 0 15.808-11.462 28.938-26.528 31.534l-0.19 0.027c-1.581 0.27-3.408 0.43-5.27 0.44l-0.010 0c-15.791-0.021-28.9-11.477-31.493-26.53l-0.027-0.19c-3.803-22.38-9.068-42.085-15.928-61.026l0.768 2.426c-1.162-3.18-1.834-6.852-1.834-10.68 0-17.681 14.333-32.014 32.014-32.014 13.852 0 25.65 8.798 30.109 21.111l0.071 0.223c7.16 19.533 13.369 42.871 17.524 66.912l0.356 2.488zM699.2 670.16c-3.179 1.162-6.85 1.834-10.677 1.834-13.842 0-25.632-8.789-30.092-21.091l-0.071-0.223c-7.172-19.531-13.394-42.867-17.562-66.907l-0.358-2.493c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184c3.803 22.38 9.068 42.085 15.928 61.026l-0.768-2.426c1.159 3.176 1.829 6.842 1.829 10.664 0 13.856-8.806 25.654-21.126 30.105l-0.223 0.070zM640.44 442.72c4.526-26.533 10.748-49.869 18.837-72.314l-0.917 2.914c4.53-12.536 16.328-21.334 30.18-21.334 17.681 0 32.014 14.333 32.014 32.014 0 3.828-0.672 7.5-1.905 10.903l0.071-0.223c-6.092 16.515-11.357 36.22-14.864 56.527l-0.296 2.073c-2.622 15.257-15.752 26.719-31.56 26.72l-0 0c-1.885-0.008-3.726-0.168-5.519-0.468l0.199 0.028c-15.238-2.64-26.68-15.761-26.68-31.555 0-1.867 0.16-3.696 0.467-5.476l-0.027 0.19z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"baseball-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30884,\"id\":1096,\"name\":\"baseball-duotone\",\"prevSize\":16,\"code\":59950,\"codes\":[59950,59951]},\"setIdx\":5,\"setId\":5,\"iconIdx\":151},{\"icon\":{\"paths\":[\"M240 783.52v0l0.48 0.48zM240 240v0c-69.215 69.702-111.993 165.735-111.993 271.76s42.778 202.058 112.015 271.782l-0.022-0.022c69.212-69.498 112-165.355 112-271.206 0-0.195-0-0.39-0-0.584l0 0.031c0-0.165 0-0.359 0-0.554 0-105.852-42.789-201.709-112.014-271.22l0.013 0.013zM784 240v0c-69.215 69.702-111.993 165.735-111.993 271.76s42.778 202.058 112.015 271.782l-0.022-0.022c69.215-69.702 111.993-165.735 111.993-271.76s-42.778-202.058-112.015-271.782l0.022 0.022zM784 783.52v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM161.48 544h157.040c-6.696 73.464-35.235 139.219-78.982 191.892l0.462-0.572c-43.212-52.137-71.734-117.87-78.416-189.938l-0.104-1.382zM544 480v-318.52c74.98 6.978 141.959 36.611 195.219 81.894l-0.499-0.414c-54.836 63.96-90.544 145.767-97.434 235.639l-0.086 1.401zM480 480h-97.2c-6.976-91.273-42.683-173.079-97.985-237.596l0.465 0.556c52.761-44.869 119.74-74.502 193.33-81.375l1.39-0.105zM318.52 480h-157.040c6.786-73.45 35.308-139.183 78.989-191.902l-0.469 0.582c43.284 52.101 71.823 117.856 78.419 189.957l0.101 1.363zM382.8 544h97.2v318.52c-74.98-6.978-141.959-36.611-195.219-81.894l0.499 0.414c54.829-63.964 90.535-145.769 97.434-235.638l0.086-1.402zM544 544h97.2c6.985 91.271 42.691 173.076 97.986 237.597l-0.466-0.557c-52.761 44.869-119.74 74.502-193.33 81.375l-1.39 0.105zM705.48 544h157.040c-6.786 73.45-35.308 139.183-78.989 191.902l0.469-0.582c-43.284-52.101-71.823-117.856-78.419-189.957l-0.101-1.363zM705.48 480c6.696-73.464 35.235-139.219 78.982-191.892l-0.462 0.572c43.212 52.137 71.734 117.87 78.416 189.938l0.104 1.382z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"basketball-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30885,\"id\":1095,\"name\":\"basketball-duotone\",\"prevSize\":16,\"code\":59952,\"codes\":[59952,59953]},\"setIdx\":5,\"setId\":5,\"iconIdx\":152},{\"icon\":{\"paths\":[\"M927.72 388.24l-55.48 416c-2.166 15.755-15.54 27.76-31.718 27.76-0.001 0-0.002-0-0.002-0l-657.040 0c-0.001 0-0.001 0-0.002 0-16.178 0-29.552-12.005-31.699-27.593l-0.019-0.167-55.48-416c-0.18-1.274-0.282-2.745-0.282-4.24 0-17.673 14.327-32 32-32 0.001 0 0.001 0 0.002 0l768-0c0.001-0 0.001-0 0.002-0 17.673 0 32 14.327 32 32 0 1.495-0.103 2.966-0.301 4.407l0.019-0.167z\",\"M544 480v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM959.44 392.44l-55.44 416.040c-4.332 31.509-31.080 55.52-63.436 55.52-0.016 0-0.031-0-0.047-0l-657.038 0c-0.013 0-0.029 0-0.044 0-32.356 0-59.104-24.011-63.398-55.186l-0.038-0.334-55.48-416c-0.359-2.547-0.564-5.49-0.564-8.48 0-35.346 28.654-64 64-64 0.016 0 0.031 0 0.047 0l145.478-0 214.52-245.080c5.892-6.658 14.458-10.834 24-10.834s18.108 4.176 23.971 10.8l0.029 0.034 214.52 245.080h145.48c35.329 0.023 63.959 28.668 63.959 64 0 2.976-0.203 5.905-0.596 8.773l0.037-0.333zM358.52 320h306.96l-153.48-175.4zM896 384h-768l55.48 416h657.040zM691.36 476.8l-22.4 224c-0.113 1.008-0.177 2.176-0.177 3.359 0 16.552 12.567 30.169 28.68 31.83l0.137 0.011c0.484 0.028 1.050 0.044 1.62 0.044s1.136-0.016 1.698-0.048l-0.078 0.003c16.529-0.021 30.121-12.571 31.788-28.663l0.012-0.137 22.4-224c0.102-0.96 0.16-2.073 0.16-3.2 0-17.673-14.327-32-32-32-16.546 0-30.16 12.558-31.828 28.663l-0.012 0.137zM332.64 476.8c-1.68-16.242-15.294-28.8-31.84-28.8-17.673 0-32 14.327-32 32 0 1.127 0.058 2.24 0.172 3.337l-0.012-0.137 22.4 224c1.68 16.242 15.293 28.8 31.84 28.8 0.056 0 0.113-0 0.169-0l-0.009 0c0.484 0.028 1.050 0.044 1.62 0.044s1.136-0.016 1.698-0.048l-0.078 0.003c16.242-1.68 28.8-15.293 28.8-31.84 0-1.127-0.058-2.241-0.172-3.338l0.012 0.137z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"basket-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30886,\"id\":1094,\"name\":\"basket-duotone\",\"prevSize\":16,\"code\":59954,\"codes\":[59954,59955]},\"setIdx\":5,\"setId\":5,\"iconIdx\":153},{\"icon\":{\"paths\":[\"M960 448v128c0 106.039-85.961 192-192 192v0h-512c-106.039 0-192-85.961-192-192v0-128c0-17.673 14.327-32 32-32v0h448v160h256v-160h128c17.673 0 32 14.327 32 32v0z\",\"M928 384h-96c0-17.673-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32v0h-256v-176c0-26.51 21.49-48 48-48v0c0.060-0 0.132-0 0.203-0 23.438 0 43.091 16.204 48.367 38.021l0.069 0.34c3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-11.293-51.591-56.596-89.641-110.786-89.641-0.202 0-0.403 0.001-0.605 0.002l0.031-0c-61.856 0-112 50.144-112 112v0 176h-96c-35.346 0-64 28.654-64 64v0 128c0.137 123.657 100.343 223.863 223.987 224l0.013 0v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h384v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c123.657-0.137 223.863-100.343 224-223.987l0-0.013v-128c0-35.346-28.654-64-64-64v0zM768 416v128h-192v-128zM928 576c0 88.366-71.634 160-160 160v0h-512c-88.366 0-160-71.634-160-160v0-128h416v128c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-128h96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bathtub-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30887,\"id\":1093,\"name\":\"bathtub-duotone\",\"prevSize\":16,\"code\":59956,\"codes\":[59956,59957]},\"setIdx\":5,\"setId\":5,\"iconIdx\":154},{\"icon\":{\"paths\":[\"M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z\",\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM555.24 495.16c3.004 4.785 4.786 10.601 4.786 16.834 0 5.222-1.251 10.153-3.47 14.507l0.084-0.182-64 128c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182 40.88-81.68h-76.24c-0.007 0-0.015 0-0.023 0-17.673 0-32-14.327-32-32 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182 64-128c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-40.88 81.68h76.24c0.009-0 0.019-0 0.029-0 11.438 0 21.474 6.001 27.132 15.026l0.078 0.134z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-charging-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30888,\"id\":1092,\"name\":\"battery-charging-duotone\",\"prevSize\":16,\"code\":59958,\"codes\":[59958,59959]},\"setIdx\":5,\"setId\":5,\"iconIdx\":155},{\"icon\":{\"paths\":[\"M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M603.24 527.16c3.004 4.785 4.786 10.601 4.786 16.834 0 5.222-1.251 10.153-3.47 14.507l0.084-0.182-64 128c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182 40.88-81.68h-76.24c-0.007 0-0.015 0-0.023 0-17.673 0-32-14.327-32-32 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182 64-128c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-40.88 81.68h76.24c0.009-0 0.019-0 0.029-0 11.438 0 21.474 6.001 27.132 15.026l0.078 0.134zM384 64h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-charging-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30889,\"id\":1091,\"name\":\"battery-charging-vertical-duotone\",\"prevSize\":16,\"code\":59960,\"codes\":[59960,59961]},\"setIdx\":5,\"setId\":5,\"iconIdx\":156},{\"icon\":{\"paths\":[\"M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z\",\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-empty-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30890,\"id\":1090,\"name\":\"battery-empty-duotone\",\"prevSize\":16,\"code\":59962,\"codes\":[59962,59963]},\"setIdx\":5,\"setId\":5,\"iconIdx\":157},{\"icon\":{\"paths\":[\"M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z\",\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM736 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM576 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM416 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-full-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30891,\"id\":1089,\"name\":\"battery-full-duotone\",\"prevSize\":16,\"code\":59964,\"codes\":[59964,59965]},\"setIdx\":5,\"setId\":5,\"iconIdx\":158},{\"icon\":{\"paths\":[\"M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z\",\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM576 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM416 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-high-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30892,\"id\":1088,\"name\":\"battery-high-duotone\",\"prevSize\":16,\"code\":59966,\"codes\":[59966,59967]},\"setIdx\":5,\"setId\":5,\"iconIdx\":159},{\"icon\":{\"paths\":[\"M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z\",\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-low-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30893,\"id\":1087,\"name\":\"battery-low-duotone\",\"prevSize\":16,\"code\":59968,\"codes\":[59968,59969]},\"setIdx\":5,\"setId\":5,\"iconIdx\":160},{\"icon\":{\"paths\":[\"M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z\",\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM416 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-medium-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30894,\"id\":1086,\"name\":\"battery-medium-duotone\",\"prevSize\":16,\"code\":59970,\"codes\":[59970,59971]},\"setIdx\":5,\"setId\":5,\"iconIdx\":161},{\"icon\":{\"paths\":[\"M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z\",\"M608 512c0 17.673-14.327 32-32 32v0h-80v80c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80h-80c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h80v-80c0-17.673 14.327-32 32-32s32 14.327 32 32v0 80h80c17.673 0 32 14.327 32 32v0zM896 320v384c0 53.019-42.981 96-96 96v0h-672c-53.019 0-96-42.981-96-96v0-384c0-53.019 42.981-96 96-96v0h672c53.019 0 96 42.981 96 96v0zM832 320c0-17.673-14.327-32-32-32v0h-672c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h672c17.673 0 32-14.327 32-32v0zM992 352c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30895,\"id\":1085,\"name\":\"battery-plus-duotone\",\"prevSize\":16,\"code\":59972,\"codes\":[59972,59973]},\"setIdx\":5,\"setId\":5,\"iconIdx\":162},{\"icon\":{\"paths\":[\"M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM624 528h-80v-80c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 80h-80c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h80v80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-80h80c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-plus-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30896,\"id\":1084,\"name\":\"battery-plus-vertical-duotone\",\"prevSize\":16,\"code\":59974,\"codes\":[59974,59975]},\"setIdx\":5,\"setId\":5,\"iconIdx\":163},{\"icon\":{\"paths\":[\"M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-vertical-empty-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30897,\"id\":1083,\"name\":\"battery-vertical-empty-duotone\",\"prevSize\":16,\"code\":59976,\"codes\":[59976,59977]},\"setIdx\":5,\"setId\":5,\"iconIdx\":164},{\"icon\":{\"paths\":[\"M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 288h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 448h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-vertical-full-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30898,\"id\":1082,\"name\":\"battery-vertical-full-duotone\",\"prevSize\":16,\"code\":59978,\"codes\":[59978,59979]},\"setIdx\":5,\"setId\":5,\"iconIdx\":165},{\"icon\":{\"paths\":[\"M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 448h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-vertical-high-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30899,\"id\":1081,\"name\":\"battery-vertical-high-duotone\",\"prevSize\":16,\"code\":59980,\"codes\":[59980,59981]},\"setIdx\":5,\"setId\":5,\"iconIdx\":166},{\"icon\":{\"paths\":[\"M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-vertical-low-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30900,\"id\":1080,\"name\":\"battery-vertical-low-duotone\",\"prevSize\":16,\"code\":59982,\"codes\":[59982,59983]},\"setIdx\":5,\"setId\":5,\"iconIdx\":167},{\"icon\":{\"paths\":[\"M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-vertical-medium-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30901,\"id\":1079,\"name\":\"battery-vertical-medium-duotone\",\"prevSize\":16,\"code\":59984,\"codes\":[59984,59985]},\"setIdx\":5,\"setId\":5,\"iconIdx\":168},{\"icon\":{\"paths\":[\"M864 320v384c0 35.346-28.654 64-64 64v0h-672c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h672c35.346 0 64 28.654 64 64v0z\",\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM432 496v-112c0-17.673 14.327-32 32-32s32 14.327 32 32v0 112c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-warning-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30902,\"id\":1078,\"name\":\"battery-warning-duotone\",\"prevSize\":16,\"code\":59986,\"codes\":[59986,59987]},\"setIdx\":5,\"setId\":5,\"iconIdx\":169},{\"icon\":{\"paths\":[\"M768 224v672c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM512 576c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM512 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"battery-warning-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30903,\"id\":1077,\"name\":\"battery-warning-vertical-duotone\",\"prevSize\":16,\"code\":59988,\"codes\":[59988,59989]},\"setIdx\":5,\"setId\":5,\"iconIdx\":170},{\"icon\":{\"paths\":[\"M960 448v224h-544v-352h416c70.692 0 128 57.308 128 128v0z\",\"M832 288h-736v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h832v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-88.366-71.634-160-160-160v0zM96 352h288v288h-288zM448 640v-288h384c53.019 0 96 42.981 96 96v0 192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bed-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30904,\"id\":1076,\"name\":\"bed-duotone\",\"prevSize\":16,\"code\":59990,\"codes\":[59990,59991]},\"setIdx\":5,\"setId\":5,\"iconIdx\":171},{\"icon\":{\"paths\":[\"M640 640l-224 224-256-256 224-224z\",\"M982.64 169.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h0l5.92 5.88-220.68 165.52-152.88 30.6c-6.44 1.32-12.014 4.405-16.362 8.722l0.002-0.002-333.36 333.28c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l165.6 165.6c17.372 17.371 41.371 28.115 67.88 28.115s50.508-10.744 67.88-28.116l333.28-333.24c4.325-4.34 7.412-9.917 8.685-16.154l0.035-0.206 30.6-152.88 165.52-220.68 5.88 5.92c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64h-0zM416 818.76l-210.76-210.76 178.76-178.76 210.76 210.76zM325.48 896c-0.025 0-0.055 0-0.085 0-8.799 0-16.762-3.578-22.514-9.359l-0.001-0.001-165.52-165.52c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l22.64-22.64 210.76 210.76-22.76 22.64c-5.768 5.762-13.724 9.333-22.515 9.36l-0.005 0zM710.4 396.8c-2.755 3.633-4.768 7.983-5.726 12.717l-0.034 0.203-30.12 150.52-34.52 34.52-210.76-210.76 34.52-34.52 150.52-30.12c4.937-0.992 9.287-3.005 12.999-5.817l-0.079 0.057 233.8-175.36 24.76 24.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"beer-bottle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30905,\"id\":1075,\"name\":\"beer-bottle-duotone\",\"prevSize\":16,\"code\":59992,\"codes\":[59992,59993]},\"setIdx\":5,\"setId\":5,\"iconIdx\":172},{\"icon\":{\"paths\":[\"M768 288v544c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-544z\",\"M416 416v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM576 384c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM960 448v256c0 53.019-42.981 96-96 96v0h-64v32c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-544c0-123.52 114.84-224 256-224 67.080 0 131.64 23.2 179.28 64h44.72c88.366 0 160 71.634 160 160v0 64h64c53.019 0 96 42.981 96 96v0zM228 256h502.48c-13.574-37.596-48.943-63.987-90.478-64l-57.042-0c-8.587-0.001-16.384-3.385-22.131-8.891l0.011 0.011c-36.6-35.12-89.36-55.12-144.84-55.12-92.72 0-170.28 55.040-188 128zM736 832v-63.32c0-0.24 0-0.44 0-0.68s0-0.44 0-0.68v-447.32h-512v512h512zM896 448c0-17.673-14.327-32-32-32v0h-64v320h64c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"beer-stein-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30906,\"id\":1074,\"name\":\"beer-stein-duotone\",\"prevSize\":16,\"code\":59994,\"codes\":[59994,59995]},\"setIdx\":5,\"setId\":5,\"iconIdx\":173},{\"icon\":{\"paths\":[\"M960 608h-320c0-88.366 71.634-160 160-160s160 71.634 160 160v0zM376 496h-16c66.274 0 120-53.726 120-120s-53.726-120-120-120v0h-232v512h248c75.111 0 136-60.889 136-136s-60.889-136-136-136v0z\",\"M640 320c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM544 632c0 92.784-75.216 168-168 168v0h-248c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h232c83.878 0.092 151.838 68.11 151.838 152 0 44.271-18.927 84.122-49.13 111.902l-0.108 0.098c49.108 29.913 81.4 83.165 81.4 143.96 0 0.014-0 0.028-0 0.042l0-0.002zM160 464h200c48.601 0 88-39.399 88-88s-39.399-88-88-88v0h-200zM480 632c0-57.438-46.562-104-104-104v0h-216v208h216c57.438 0 104-46.562 104-104v0zM992 608c0 17.673-14.327 32-32 32v0h-284c14.71 55.659 64.612 96.024 123.942 96.024 41.743 0 78.819-19.982 102.185-50.902l0.233-0.322c5.903-7.803 15.169-12.792 25.6-12.792 17.68 0 32.012 14.332 32.012 32.012 0 7.248-2.409 13.934-6.47 19.3l0.058-0.080c-35.402 46.812-90.985 76.747-153.56 76.747-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192 0 0.005-0 0.009-0 0.014l0-0.001zM924 576c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"behance-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30907,\"id\":1073,\"name\":\"behance-logo-duotone\",\"prevSize\":16,\"code\":59996,\"codes\":[59996,59997]},\"setIdx\":5,\"setId\":5,\"iconIdx\":174},{\"icon\":{\"paths\":[\"M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z\",\"M887.2 703.76c-22.2-38.24-55.2-146.44-55.2-287.76 0-176.731-143.269-320-320-320s-320 143.269-320 320v0c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l163.243 0c15.422 73.536 79.735 127.964 156.76 127.964s141.338-54.428 156.577-126.922l0.183-1.042h163.24c35.309-0.049 63.914-28.684 63.914-64 0-11.88-3.237-23.003-8.876-32.537l0.163 0.297zM512 864c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM192 736c30.8-52.96 64-175.68 64-320 0-141.385 114.615-256 256-256s256 114.615 256 256v0c0 144.2 33.12 266.92 64 320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bell-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30908,\"id\":1072,\"name\":\"bell-duotone\",\"prevSize\":16,\"code\":59998,\"codes\":[59998,59999]},\"setIdx\":5,\"setId\":5,\"iconIdx\":175},{\"icon\":{\"paths\":[\"M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-128.76 59.52-272 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 226.4 59.6 272 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z\",\"M896 284.4c-4.273 2.258-9.339 3.584-14.715 3.584-12.289 0-22.96-6.927-28.321-17.089l-0.084-0.175c-31.364-61.089-76.859-111.007-132.351-146.742l-1.489-0.898c-9.033-5.763-14.936-15.732-14.936-27.080 0-17.682 14.334-32.016 32.016-32.016 6.334 0 12.239 1.839 17.209 5.013l-0.129-0.077c66.416 42.971 119.546 101.188 155.31 169.89l1.17 2.47c2.258 4.273 3.584 9.339 3.584 14.715 0 12.289-6.927 22.96-17.089 28.321l-0.175 0.084zM142.84 288c12.29-0.005 22.959-6.938 28.316-17.105l0.084-0.175c31.364-61.089 76.859-111.007 132.351-146.742l1.489-0.898c9.033-5.763 14.936-15.732 14.936-27.080 0-17.682-14.334-32.016-32.016-32.016-6.334 0-12.239 1.839-17.209 5.013l0.129-0.077c-66.416 42.971-119.546 101.188-155.31 169.89l-1.17 2.47c-2.26 4.274-3.587 9.342-3.587 14.72 0 17.668 14.319 31.992 31.986 32l0.001 0zM887.24 703.76c5.477 9.237 8.714 20.36 8.714 32.24 0 35.33-28.627 63.974-63.951 64l-163.203 0c-15.344 73.633-79.704 128.16-156.8 128.16s-141.456-54.527-156.618-127.12l-0.182-1.040h-163.2c-35.292-0.072-63.874-28.698-63.874-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c36.040-62.2 55.16-150.64 55.16-255.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 105.080 19.12 193.52 55.24 255.76zM602.48 800h-180.96c13.601 37.561 48.963 63.916 90.48 63.916s76.88-26.355 90.268-63.248l0.212-0.668zM832 736c-42.56-73.080-64-169.96-64-288 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 118.080-21.52 214.96-64 288z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bell-ringing-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30909,\"id\":1071,\"name\":\"bell-ringing-duotone\",\"prevSize\":16,\"code\":60000,\"codes\":[60000,60001]},\"setIdx\":5,\"setId\":5,\"iconIdx\":176},{\"icon\":{\"paths\":[\"M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z\",\"M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM887.4 768c-11.077 19.249-31.53 32.002-54.963 32.002-0.154 0-0.307-0.001-0.461-0.002l0.024 0h-640c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM832 736c-30.92-53.080-64-175.8-64-320 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 144.24-33.12 266.96-64 320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bell-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30910,\"id\":1070,\"name\":\"bell-simple-duotone\",\"prevSize\":16,\"code\":60002,\"codes\":[60002,60003]},\"setIdx\":5,\"setId\":5,\"iconIdx\":177},{\"icon\":{\"paths\":[\"M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-128.76 59.52-272 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 226.4 59.6 272 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z\",\"M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM909.56 241.28c-36.923-71.166-90.056-129.374-154.74-171.264l-1.74-1.056c-4.873-3.156-10.831-5.032-17.226-5.032-17.673 0-32 14.327-32 32 0 11.399 5.96 21.406 14.935 27.075l0.132 0.078c56.981 36.633 102.476 86.551 132.852 145.529l0.988 2.111c5.565 9.915 16.012 16.505 27.998 16.505 17.673 0 32-14.327 32-32 0-5.073-1.181-9.871-3.282-14.133l0.084 0.188zM142.84 288c12.29-0.005 22.959-6.938 28.316-17.105l0.084-0.175c31.364-61.089 76.859-111.007 132.351-146.742l1.489-0.898c9.106-5.746 15.066-15.753 15.066-27.152 0-17.673-14.327-32-32-32-6.396 0-12.353 1.876-17.352 5.108l0.125-0.076c-66.424 42.946-119.557 101.154-155.311 169.852l-1.169 2.468c-2.26 4.274-3.587 9.342-3.587 14.72 0 17.668 14.319 31.992 31.986 32l0.001 0zM887.24 703.76c5.477 9.237 8.714 20.36 8.714 32.24 0 35.33-28.627 63.974-63.951 64l-640.003 0c-35.292-0.072-63.874-28.698-63.874-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c36.040-62.2 55.16-150.64 55.16-255.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 105.080 19.12 193.52 55.24 255.76zM832 736c-42.56-73.080-64-169.96-64-288 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 118.080-21.52 214.96-64 288z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bell-simple-ringing-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30911,\"id\":1069,\"name\":\"bell-simple-ringing-duotone\",\"prevSize\":16,\"code\":60004,\"codes\":[60004,60005]},\"setIdx\":5,\"setId\":5,\"iconIdx\":178},{\"icon\":{\"paths\":[\"M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.204 45.92-43.28 101.215-43.28 160.263 0 0.189 0 0.377 0 0.566l-0-0.029c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l538.563 0 77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM192 736c30.8-52.96 64-175.68 64-320-0-0.111-0-0.242-0-0.373 0-40.034 9.24-77.911 25.704-111.612l-0.664 1.505 391.32 430.48zM672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM856 717c-3.475 1.388-7.503 2.195-11.718 2.2l-0.002 0c-13.456-0.014-24.967-8.332-29.684-20.104l-0.076-0.216c-29.12-74.12-46.52-179.88-46.52-282.88 0-0.022 0-0.048 0-0.073 0-141.385-114.615-256-256-256-46.432 0-89.976 12.361-127.522 33.972l1.242-0.659c-4.406 2.433-9.658 3.865-15.245 3.865-17.673 0-32-14.327-32-32 0-11.637 6.212-21.824 15.501-27.424l0.144-0.080c45.387-26.201 99.828-41.659 157.88-41.659 176.731 0 320 143.269 320 320 0 0.021-0 0.041-0 0.062l0-0.003c0 141.4 32.2 234.36 42.080 259.52 1.402 3.467 2.215 7.487 2.215 11.698 0 13.46-8.31 24.979-20.079 29.706l-0.215 0.076z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bell-simple-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30912,\"id\":1068,\"name\":\"bell-simple-slash-duotone\",\"prevSize\":16,\"code\":60006,\"codes\":[60006,60007]},\"setIdx\":5,\"setId\":5,\"iconIdx\":179},{\"icon\":{\"paths\":[\"M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z\",\"M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM576 544h-68l94.8-142.24c3.371-4.99 5.381-11.141 5.381-17.761 0-17.673-14.327-32-32-32-0.064 0-0.127 0-0.191 0.001l0.010-0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h68.2l-94.8 142.24c-3.371 4.99-5.381 11.14-5.381 17.76 0 17.666 14.316 31.989 31.98 32l128.001 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM887.36 768c-11.077 19.249-31.53 32.001-54.963 32.001-0.14 0-0.279-0-0.419-0.001l0.021 0h-640c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM832 736c-30.92-53.080-64-175.8-64-320 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 144.24-33.12 266.96-64 320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bell-simple-z-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30913,\"id\":1067,\"name\":\"bell-simple-z-duotone\",\"prevSize\":16,\"code\":60008,\"codes\":[60008,60009]},\"setIdx\":5,\"setId\":5,\"iconIdx\":180},{\"icon\":{\"paths\":[\"M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.204 45.92-43.28 101.215-43.28 160.263 0 0.189 0 0.377 0 0.566l-0-0.029c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l163.203 0c15.344 73.633 79.704 128.16 156.8 128.16s141.456-54.527 156.618-127.12l0.182-1.040h61.76l77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 864c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM192 736c30.8-52.96 64-175.68 64-320-0-0.111-0-0.242-0-0.373 0-40.034 9.24-77.911 25.704-111.612l-0.664 1.505 391.32 430.48zM856 717.080c-3.475 1.388-7.503 2.195-11.718 2.2l-0.002 0c-13.456-0.014-24.967-8.332-29.684-20.104l-0.076-0.216c-29.12-74.2-46.52-179.96-46.52-282.96 0-0.022 0-0.048 0-0.073 0-141.385-114.615-256-256-256-46.432 0-89.976 12.361-127.522 33.972l1.242-0.659c-4.406 2.433-9.658 3.865-15.245 3.865-17.673 0-32-14.327-32-32 0-11.637 6.212-21.824 15.501-27.424l0.144-0.080c45.387-26.201 99.828-41.659 157.88-41.659 176.731 0 320 143.269 320 320 0 0.021-0 0.041-0 0.062l0-0.003c0 141.4 32.2 234.36 42.080 259.52 1.402 3.467 2.215 7.487 2.215 11.698 0 13.46-8.31 24.979-20.079 29.706l-0.215 0.076z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bell-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30914,\"id\":1066,\"name\":\"bell-slash-duotone\",\"prevSize\":16,\"code\":60010,\"codes\":[60010,60011]},\"setIdx\":5,\"setId\":5,\"iconIdx\":181},{\"icon\":{\"paths\":[\"M832 768h-640c-17.59-0.109-31.808-14.394-31.808-31.999 0-5.891 1.592-11.411 4.369-16.152l-0.082 0.151c26.36-45.6 59.52-160.76 59.52-304 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 143.28 33.2 258.4 59.6 304 2.695 4.59 4.287 10.109 4.287 16 0 17.633-14.263 31.936-31.881 32l-0.006 0z\",\"M608 576c0 17.673-14.327 32-32 32v0h-128c-17.665-0.011-31.981-14.334-31.981-32 0-6.62 2.010-12.77 5.453-17.874l-0.072 0.114 94.8-142.24h-68.2c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.665 0.011 31.981 14.334 31.981 32 0 6.62-2.010 12.77-5.453 17.874l0.072-0.114-94.6 142.24h68c17.673 0 32 14.327 32 32v0zM887.36 768c-11.077 19.249-31.53 32.001-54.963 32.001-0.14 0-0.279-0-0.419-0.001l0.021 0h-163.24c-15.422 73.536-79.735 127.964-156.76 127.964s-141.338-54.428-156.577-126.922l-0.183-1.042h-163.24c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM602.48 800h-180.96c13.601 37.561 48.963 63.916 90.48 63.916s76.88-26.355 90.268-63.248l0.212-0.668zM832 736c-30.92-53.080-64-175.8-64-320 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 144.24-33.12 266.96-64 320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bell-z-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30915,\"id\":1065,\"name\":\"bell-z-duotone\",\"prevSize\":16,\"code\":60012,\"codes\":[60012,60013]},\"setIdx\":5,\"setId\":5,\"iconIdx\":182},{\"icon\":{\"paths\":[\"M608 320c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM160 608c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM864 608c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z\",\"M884.28 577.64c-24.869-94.59-82.108-173.087-158.898-224.764l-1.382-0.876h236c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-324c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-324c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h236c-78.172 52.553-135.411 131.050-159.675 222.944l-0.605 2.696c-61.488 10.082-107.831 62.829-107.831 126.401 0 70.692 57.308 128 128 128s128-57.308 128-128c0-54.738-34.36-101.452-82.688-119.749l-0.88-0.293c28.689-96.751 98.928-173.077 189.511-209.471l2.169-0.769c20.828 44.145 64.97 74.147 116.12 74.147s95.292-30.002 115.789-73.368l0.331-0.779c92.654 37.221 162.801 113.534 190.858 207.959l0.582 2.281c-49.289 18.548-83.72 65.302-83.72 120.097 0 70.692 57.308 128 128 128s128-57.308 128-128c0-63.518-46.265-116.23-106.936-126.275l-0.745-0.102zM224 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM512 384c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bezier-curve-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30916,\"id\":1064,\"name\":\"bezier-curve-duotone\",\"prevSize\":16,\"code\":60014,\"codes\":[60014,60015]},\"setIdx\":5,\"setId\":5,\"iconIdx\":183},{\"icon\":{\"paths\":[\"M992 640c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM192 480c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0z\",\"M832 448c-0.025-0-0.054-0-0.084-0-24.307 0-47.554 4.535-68.943 12.804l1.306-0.444-100.56-172.36h104.28c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0h-160c-17.642 0.041-31.927 14.352-31.927 32 0 5.891 1.592 11.41 4.369 16.151l-0.082-0.151 46.6 80h-229.92l-65.4-112c-5.624-9.612-15.886-15.972-27.636-16l-0.004-0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h93.64l54.84 94.040-62.84 86.2c-25.099-12.834-54.75-20.355-86.158-20.355-106.326 0-192.52 86.194-192.52 192.52s86.194 192.52 192.52 192.52c106.326 0 192.52-86.194 192.52-192.52 0-52.309-20.862-99.746-54.72-134.444l0.038 0.039 46.36-63.6 124.68 213.6c5.362 10.598 16.17 17.737 28.646 17.737 17.673 0 32-14.327 32-32 0-6.61-2.004-12.752-5.438-17.852l0.072 0.114-121.28-208h229.92l44.76 76.68c-42.221 35.461-68.871 88.278-68.871 147.32 0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192-0.059 0-0.119 0-0.178 0l0.009-0zM320 640c0 0.011 0 0.023 0 0.036 0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128 16.981 0 33.19 3.307 48.018 9.312l-0.858-0.307-73 100c-4.266 5.387-6.844 12.282-6.844 19.778 0 17.673 14.327 32 32 32 10.993 0 20.692-5.544 26.453-13.988l0.071-0.11 73-100c18.148 21.869 29.16 50.228 29.16 81.158 0 0.043-0 0.085-0 0.128l0-0.006zM832 768c-70.65-0.056-127.902-57.342-127.902-128 0-35.531 14.477-67.68 37.854-90.872l0.008-0.008 62.4 106.88c5.362 10.598 16.17 17.737 28.646 17.737 17.673 0 32-14.327 32-32 0-6.61-2.004-12.752-5.438-17.852l0.072 0.114-62.44-107.16c10.447-3.072 22.45-4.84 34.866-4.84 70.692 0 128 57.308 128 128s-57.308 128-128 128c-0.023 0-0.046-0-0.069-0l0.004 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bicycle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30917,\"id\":1063,\"name\":\"bicycle-duotone\",\"prevSize\":16,\"code\":60016,\"codes\":[60016,60017]},\"setIdx\":5,\"setId\":5,\"iconIdx\":184},{\"icon\":{\"paths\":[\"M416 672c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM768 512c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0z\",\"M948.8 607.48v0c-3.137-8.718-6.306-15.911-9.894-22.852l0.494 1.052-166.36-378.48c-1.661-3.791-3.898-7.028-6.639-9.759l-0.001-0.001c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-5.771 5.777-9.344 13.75-9.36 22.557l-0 0.003v100h-128v-100c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-2.742 2.732-4.979 5.969-6.561 9.56l-0.079 0.2-166.36 378.48c-3.094 5.889-6.263 13.081-8.98 20.492l-0.42 1.308c-7.095 19.233-11.2 41.446-11.2 64.617 0 106.039 85.961 192 192 192s192-85.961 192-192c0-0.006-0-0.012-0-0.018l0 0.001v-288h128v288c-0 0.029-0 0.063-0 0.097 0 106.039 85.961 192 192 192s192-85.961 192-192c0-23.171-4.105-45.384-11.627-65.951l0.427 1.334zM306.84 239c11.055-9.356 25.474-15.043 41.222-15.043 13.417 0 25.869 4.128 36.156 11.184l-0.218-0.141v294.040c-33.779-30.427-78.721-49.039-128.011-49.039-21.142 0-41.484 3.424-60.502 9.748l1.353-0.39zM256 800c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM640 234.96c10.069-6.915 22.522-11.043 35.938-11.043 15.748 0 30.167 5.688 41.316 15.121l-0.094-0.077 110 250.32c-17.656-5.928-37.987-9.348-59.116-9.348-49.305 0-94.26 18.624-128.215 49.22l0.171-0.152zM768 800c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"binoculars-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30918,\"id\":1062,\"name\":\"binoculars-duotone\",\"prevSize\":16,\"code\":60018,\"codes\":[60018,60019]},\"setIdx\":5,\"setId\":5,\"iconIdx\":185},{\"icon\":{\"paths\":[\"M928 320l-96 64v96c0 212.077-171.923 384-384 384v0h-416l384-480v-80c-0-0.045-0-0.097-0-0.15 0-114.875 93.125-208 208-208 96.291 0 177.3 65.431 200.99 154.257l0.33 1.453z\",\"M704 272c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM500.48 519.4c-5.516-4.642-12.699-7.462-20.54-7.462-9.833 0-18.63 4.435-24.5 11.414l-0.040 0.049-160 192c-4.61 5.507-7.409 12.667-7.409 20.48 0 17.678 14.331 32.009 32.009 32.009 9.865 0 18.687-4.463 24.559-11.479l0.041-0.050 160-192c4.576-5.495 7.354-12.628 7.354-20.41 0-9.838-4.44-18.64-11.425-24.51l-0.049-0.040zM960 320c0 0.006 0 0.013 0 0.021 0 11.053-5.604 20.798-14.126 26.547l-0.114 0.072-81.76 54.48v78.88c-0.25 229.65-186.35 415.75-415.976 416l-416.024 0c-0.006 0-0.013 0-0.020 0-17.673 0-32-14.327-32-32 0-7.596 2.647-14.574 7.068-20.062l-0.048 0.062 377-471.24v-68.76c-0-0.067-0-0.146-0-0.226 0-132.548 107.452-240 240-240 106.714 0 197.162 69.648 228.364 165.968l0.476 1.698 92.92 61.92c8.636 5.821 14.24 15.566 14.24 26.619 0 0.007-0 0.015-0 0.022l0-0.001zM870.32 320l-62.72-41.84c-6.44-4.327-11.163-10.78-13.189-18.336l-0.051-0.224c-20.308-76.414-88.866-131.802-170.36-131.802-97.202 0-176 78.798-176 176 0 0.071 0 0.142 0 0.213l-0-0.011v80c0 0.007 0 0.016 0 0.025 0 7.585-2.639 14.553-7.048 20.037l0.048-0.062-342.44 428h349.44c194.313-0.228 351.772-157.687 352-351.978l0-0.022v-96c-0-0.006-0-0.013-0-0.021 0-11.053 5.604-20.798 14.126-26.547l0.114-0.072z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bird-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30919,\"id\":1061,\"name\":\"bird-duotone\",\"prevSize\":16,\"code\":60020,\"codes\":[60020,60021]},\"setIdx\":5,\"setId\":5,\"iconIdx\":186},{\"icon\":{\"paths\":[\"M736 320l-256 192v-384zM480 896l256-192-256-192z\",\"M755.2 678.4l-221.88-166.4 221.88-166.4c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058-256-192c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v0 320l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 221.88 166.4-221.88 166.4c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 256-192c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058zM512 192l170.68 128-170.68 128zM512 832v-256l170.68 128zM208 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM832 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bluetooth-connected-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30920,\"id\":1060,\"name\":\"bluetooth-connected-duotone\",\"prevSize\":16,\"code\":60022,\"codes\":[60022,60023]},\"setIdx\":5,\"setId\":5,\"iconIdx\":187},{\"icon\":{\"paths\":[\"M736 320l-256 192v-384zM480 896l256-192-256-192z\",\"M755.2 678.4l-221.88-166.4 221.88-166.4c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058-256-192c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v0 320l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 221.88 166.4-221.88 166.4c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 256-192c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058zM512 192l170.68 128-170.68 128zM512 832v-256l170.68 128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bluetooth-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30921,\"id\":1059,\"name\":\"bluetooth-duotone\",\"prevSize\":16,\"code\":60024,\"codes\":[60024,60025]},\"setIdx\":5,\"setId\":5,\"iconIdx\":188},{\"icon\":{\"paths\":[\"M480 512l256 192-256 192zM480 128v384l256-192z\",\"M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 283.36 311.72-246.88 185.16c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 203.32-152.48 105.8 116.4c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 832v-256l46.92 35.2 100.32 110.36zM448 286.52v-158.52c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 256 192c7.807 5.9 12.8 15.167 12.8 25.6s-4.993 19.7-12.72 25.542l-0.080 0.058-134.12 100.6c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 100-75-170.68-128v94.52c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bluetooth-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30922,\"id\":1058,\"name\":\"bluetooth-slash-duotone\",\"prevSize\":16,\"code\":60026,\"codes\":[60026,60027]},\"setIdx\":5,\"setId\":5,\"iconIdx\":189},{\"icon\":{\"paths\":[\"M480 512l256 192-256 192zM480 128v384l221.88-166.4c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058z\",\"M755.2 678.4l-221.88-166.4 93.88-70.4c7.807-5.9 12.8-15.167 12.8-25.6 0-17.673-14.327-32-32-32-7.24 0-13.919 2.404-19.28 6.458l0.080-0.058-76.8 57.6v-256l76.8 57.6c5.281 3.996 11.96 6.4 19.2 6.4 17.673 0 32-14.327 32-32 0-10.433-4.993-19.7-12.72-25.542l-0.080-0.058-128-96c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v-0 320l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 221.88 166.4-221.88 166.4c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 256-192c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058zM512 832v-256l170.68 128zM950.64 393.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.4 73.36z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bluetooth-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30923,\"id\":1057,\"name\":\"bluetooth-x-duotone\",\"prevSize\":16,\"code\":60028,\"codes\":[60028,60029]},\"setIdx\":5,\"setId\":5,\"iconIdx\":190},{\"icon\":{\"paths\":[\"M896 503.28v137.12c-58.28 204.28-328.92 275.64-376.76 286.76-2.175 0.533-4.672 0.839-7.24 0.839s-5.065-0.306-7.456-0.884l0.216 0.044c-47.84-11.16-318.48-82.48-376.76-286.76v-137.12c-0-0.013-0-0.027-0-0.042 0-14.053 9.058-25.99 21.655-30.291l0.225-0.067 362.12-120.88 362.12 120.88c12.822 4.368 21.88 16.305 21.88 30.358 0 0.015-0 0.030-0 0.045l0-0.002z\",\"M884.24 442.52l-52.24-17.44v-201.080c0-35.346-28.654-64-64-64v0h-224v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-224c-35.346 0-64 28.654-64 64v0 201.080l-52.24 17.44c-25.643 8.735-43.76 32.61-43.76 60.715 0 0.016 0 0.031 0 0.047l-0-0.003v137.12c-0 0.027-0 0.059-0 0.091 0 3.089 0.453 6.073 1.296 8.888l-0.056-0.219c62.88 220.36 344.48 296.24 400.28 309.2 4.351 1.042 9.345 1.64 14.48 1.64s10.129-0.598 14.919-1.727l-0.439 0.087c55.8-12.96 337.4-88.84 400.28-309.2 0.787-2.596 1.24-5.58 1.24-8.669 0-0.032-0-0.064-0-0.096l0 0.005v-137.12c0-0.013 0-0.029 0-0.045 0-28.106-18.117-51.98-43.309-60.582l-0.451-0.134zM256 224h512v179.72l-245.88-82.080c-3.020-1.041-6.5-1.642-10.12-1.642s-7.1 0.601-10.345 1.709l0.225-0.067-245.88 82.080zM864 635.76c-23.12 76-82.2 140.68-175.8 192.48-50.686 28.129-109.382 51.377-171.202 66.711l-4.998 1.049c-66.747-16.402-125.373-39.648-179.746-69.656l3.746 1.896c-93.76-51.8-152.88-116.52-176-192.48v-132.52l320-106.8v275.56c0 17.673 14.327 32 32 32s32-14.327 32-32v0-275.56l320 106.84z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"boat-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30924,\"id\":1056,\"name\":\"boat-duotone\",\"prevSize\":16,\"code\":60030,\"codes\":[60030,60031]},\"setIdx\":5,\"setId\":5,\"iconIdx\":191},{\"icon\":{\"paths\":[\"M900.36 409.76c-20.635 23.495-50.738 38.245-84.287 38.245-22.011 0-42.539-6.349-59.852-17.316l0.458 0.271c-4.901-3.206-10.904-5.113-17.352-5.113-8.847 0-16.855 3.59-22.647 9.393l-0 0-281.52 281.52c-5.803 5.793-9.393 13.801-9.393 22.648 0 6.448 1.907 12.451 5.188 17.475l-0.075-0.123c10.657 16.832 16.983 37.324 16.983 59.294 0 61.856-50.144 112-112 112s-112-50.144-112-112c0-6.091 0.486-12.068 1.422-17.895l-0.085 0.641c-5.186 0.851-11.163 1.337-17.254 1.337-61.856 0-112-50.144-112-112s50.144-112 112-112c21.97 0 42.462 6.326 59.754 17.255l-0.461-0.272c4.901 3.206 10.904 5.113 17.352 5.113 8.847 0 16.855-3.59 22.647-9.393l0-0 281.52-281.52c5.803-5.793 9.393-13.801 9.393-22.648 0-6.448-1.907-12.451-5.188-17.475l0.075 0.123c-10.657-16.832-16.983-37.324-16.983-59.294 0-61.856 50.144-112 112-112s112 50.144 112 112c0 6.091-0.486 12.068-1.422 17.895l0.085-0.641c5.24-0.869 11.278-1.365 17.432-1.365 61.856 0 112 50.144 112 112 0 28.35-10.533 54.239-27.899 73.969l0.107-0.124z\",\"M926.68 243.56c-23.339-27.962-56.781-46.81-94.646-50.904l-0.634-0.056c-8.196-72.471-69.151-128.271-143.138-128.271-79.529 0-144 64.471-144 144 0 28.129 8.065 54.374 22.009 76.549l-0.351-0.598c0.008 0.048 0.013 0.104 0.013 0.16s-0.005 0.112-0.014 0.166l0.001-0.006-281.24 281.44s0 0-0.4 0c-21.577-13.593-47.822-21.658-75.951-21.658-79.529 0-144 64.471-144 144 0 73.988 55.8 134.943 127.612 143.078l0.659 0.061c8.196 72.471 69.151 128.271 143.138 128.271 79.529 0 144-64.471 144-144 0-28.129-8.065-54.374-22.009-76.549l0.351 0.598c-0.004-0.048-0.006-0.104-0.006-0.16s0.002-0.112 0.006-0.167l-0 0.007 281.4-281.44s0 0 0.4 0c21.757 13.9 48.287 22.155 76.745 22.155 79.529 0 144-64.471 144-144 0-35.398-12.773-67.814-33.961-92.888l0.176 0.213zM876.4 388.64c-14.742 16.816-36.265 27.376-60.255 27.376-15.722 0-30.386-4.536-42.752-12.37l0.328 0.194c-9.71-6.248-21.566-9.961-34.289-9.961-17.661 0-33.651 7.154-45.231 18.721l0.001-0.001-281.6 281.6c-11.509 11.569-18.623 27.52-18.623 45.132 0 12.764 3.737 24.655 10.176 34.64l-0.152-0.252c7.568 11.997 12.059 26.592 12.059 42.237 0 44.183-35.817 80-80 80s-80-35.817-80-80c0-4.319 0.342-8.559 1.001-12.693l-0.060 0.456c0.246-1.491 0.387-3.209 0.387-4.96 0-17.673-14.327-32-32-32-0.009 0-0.019 0-0.028 0l0.001-0c-1.749 0.015-3.452 0.16-5.114 0.426l0.194-0.026c-3.654 0.591-7.867 0.929-12.158 0.929-44.183 0-80-35.817-80-80s35.817-80 80-80c15.546 0 30.056 4.434 42.335 12.107l-0.337-0.196c9.71 6.248 21.566 9.961 34.289 9.961 17.661 0 33.651-7.154 45.231-18.721l-0.001 0.001 281.6-281.6c11.472-11.563 18.561-27.489 18.561-45.070 0-12.723-3.713-24.58-10.114-34.544l0.153 0.254c-7.568-11.997-12.059-26.592-12.059-42.237 0-44.183 35.817-80 80-80s80 35.817 80 80c0 4.319-0.342 8.559-1.001 12.693l0.060-0.456c-0.245 1.486-0.384 3.199-0.384 4.944 0 17.673 14.327 32 32 32 1.745 0 3.458-0.14 5.128-0.409l-0.183 0.024c3.842-0.654 8.267-1.027 12.779-1.027 44.183 0 80 35.817 80 80 0 20.381-7.622 38.983-20.171 53.109l0.071-0.082z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bone-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30925,\"id\":1055,\"name\":\"bone-duotone\",\"prevSize\":16,\"code\":60032,\"codes\":[60032,60033]},\"setIdx\":5,\"setId\":5,\"iconIdx\":192},{\"icon\":{\"paths\":[\"M832 128v640h-544c-53.019 0-96 42.981-96 96v0-640c0-53.019 42.981-96 96-96v0h160v384l128-96 128 96v-384z\",\"M832 96h-544c-70.692 0-128 57.308-128 128v0 672c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c0-35.346 28.654-64 64-64v0h544c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM480 160h192v288l-76.84-57.6c-5.281-3.996-11.96-6.4-19.2-6.4s-13.919 2.404-19.28 6.458l0.080-0.058-76.76 57.6zM800 736h-512c-0.052-0-0.113-0-0.174-0-23.507 0-45.526 6.373-64.423 17.485l0.597-0.325v-529.16c0-35.346 28.654-64 64-64v0h128v352c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 108.8-81.6 108.84 81.6c5.271 3.988 11.934 6.391 19.158 6.4l0.002 0c5.218-0.008 10.144-1.248 14.506-3.445l-0.186 0.085c10.567-5.373 17.68-16.164 17.68-28.617 0-0.008-0-0.016-0-0.024l0 0.001v-352h64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"book-bookmark-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30926,\"id\":1054,\"name\":\"book-bookmark-duotone\",\"prevSize\":16,\"code\":60034,\"codes\":[60034,60035]},\"setIdx\":5,\"setId\":5,\"iconIdx\":193},{\"icon\":{\"paths\":[\"M832 128v640h-544c-53.019 0-96 42.981-96 96v0-640c0-53.019 42.981-96 96-96v0z\",\"M832 96h-544c-70.692 0-128 57.308-128 128v0 672c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c0-35.346 28.654-64 64-64v0h544c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM800 736h-512c-0.052-0-0.113-0-0.174-0-23.507 0-45.526 6.373-64.423 17.485l0.597-0.325v-529.16c0-35.346 28.654-64 64-64v0h512z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"book-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30927,\"id\":1053,\"name\":\"book-duotone\",\"prevSize\":16,\"code\":60036,\"codes\":[60036,60037]},\"setIdx\":5,\"setId\":5,\"iconIdx\":194},{\"icon\":{\"paths\":[\"M768 704v192l-256-160-256 160v-192l256-160z\",\"M736 128h-448c-35.346 0-64 28.654-64 64v0 704c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 239.040-149.4 239.080 149.4c4.804 3.037 10.652 4.839 16.92 4.839 17.659 0 31.977-14.304 32-31.957l0-0.002v-704c0-35.346-28.654-64-64-64v0zM736 192v454.28l-207.080-129.4c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.36v-454.24zM528.92 708.88c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.4v-116.56l224-140 224 140v116.56z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bookmark-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30928,\"id\":1052,\"name\":\"bookmark-duotone\",\"prevSize\":16,\"code\":60038,\"codes\":[60038,60039]},\"setIdx\":5,\"setId\":5,\"iconIdx\":195},{\"icon\":{\"paths\":[\"M800 160v608l-128-91.4v-388.6c0-17.673-14.327-32-32-32v0h-288v-96c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\",\"M768 96h-384c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 608c-0 0-0 0.001-0 0.001 0 17.673 14.327 32 32 32 6.979 0 13.435-2.234 18.695-6.026l-0.095 0.065 205.4-146.72 205.44 146.72c5.156 3.709 11.599 5.932 18.56 5.932 17.663 0 31.984-14.311 32-31.971l0-0.002v-157.24l77.4 55.28c5.165 3.727 11.621 5.961 18.6 5.961 17.673 0 32-14.327 32-32 0-0-0-0.001-0-0.001l0 0v-608c0-35.346-28.654-64-64-64v0zM640 833.84l-173.44-124c-5.165-3.727-11.621-5.961-18.6-5.961s-13.435 2.234-18.695 6.026l0.095-0.065-173.36 123.96v-545.8h384zM768 705.84l-64-45.84v-372c0-35.346-28.654-64-64-64v0h-256v-64h384z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bookmarks-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30929,\"id\":1051,\"name\":\"bookmarks-duotone\",\"prevSize\":16,\"code\":60040,\"codes\":[60040,60041]},\"setIdx\":5,\"setId\":5,\"iconIdx\":196},{\"icon\":{\"paths\":[\"M768 192v704l-256-160-256 160v-704c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z\",\"M736 128h-448c-35.346 0-64 28.654-64 64v0 704c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 239.040-149.4 239.080 149.4c4.804 3.037 10.652 4.839 16.92 4.839 17.659 0 31.977-14.304 32-31.957l0-0.002v-704c0-35.346-28.654-64-64-64v0zM736 838.28l-207.080-129.4c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.4v-646.28h448z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bookmark-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30930,\"id\":1050,\"name\":\"bookmark-simple-duotone\",\"prevSize\":16,\"code\":60042,\"codes\":[60042,60043]},\"setIdx\":5,\"setId\":5,\"iconIdx\":197},{\"icon\":{\"paths\":[\"M672 288v608l-224-160-224 160v-608c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\",\"M640 224h-384c-35.346 0-64 28.654-64 64v0 608c-0 0-0 0.001-0 0.001 0 17.673 14.327 32 32 32 6.979 0 13.435-2.234 18.695-6.026l-0.095 0.065 205.4-146.72 205.44 146.72c5.156 3.709 11.599 5.932 18.56 5.932 17.663 0 31.984-14.311 32-31.971l0-0.002v-608c0-35.346-28.654-64-64-64v0zM640 833.84l-173.44-124c-5.165-3.727-11.621-5.961-18.6-5.961s-13.435 2.234-18.695 6.026l0.095-0.065-173.36 123.96v-545.8h384zM832 160v608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-608h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bookmarks-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30931,\"id\":1049,\"name\":\"bookmarks-simple-duotone\",\"prevSize\":16,\"code\":60044,\"codes\":[60044,60045]},\"setIdx\":5,\"setId\":5,\"iconIdx\":198},{\"icon\":{\"paths\":[\"M928 256v512c0 17.673-14.327 32-32 32v0h-256c-70.692 0-128 57.308-128 128v0c0-70.692-57.308-128-128-128v0h-256c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h256c70.692 0 128 57.308 128 128v0c0-70.692 57.308-128 128-128v0h256c17.673 0 32 14.327 32 32v0z\",\"M896 192h-256c-52.165 0-98.5 24.964-127.708 63.598l-0.292 0.402c-29.5-39.036-75.835-64-128-64v0h-256c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h256c53.019 0 96 42.981 96 96v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96v0h256c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 768h-256v-512h256c53.019 0 96 42.981 96 96v0 448c-26.32-19.976-59.629-32-95.747-32-0.089 0-0.178 0-0.267 0l0.014-0zM896 768h-256c-0.075-0-0.164-0-0.253-0-36.117 0-69.426 12.024-96.142 32.288l0.396-0.288v-448c0-53.019 42.981-96 96-96v0h256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"book-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30932,\"id\":1048,\"name\":\"book-open-duotone\",\"prevSize\":16,\"code\":60046,\"codes\":[60046,60047]},\"setIdx\":5,\"setId\":5,\"iconIdx\":199},{\"icon\":{\"paths\":[\"M928 256v512c0 17.673-14.327 32-32 32v0h-256c-70.692 0-128 57.308-128 128v0-576c0-70.692 57.308-128 128-128v0h256c17.673 0 32 14.327 32 32v0z\",\"M896 192h-256c-52.165 0-98.5 24.964-127.708 63.598l-0.292 0.402c-29.5-39.036-75.835-64-128-64v0h-256c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h256c53.019 0 96 42.981 96 96v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96v0h256c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 768h-256v-512h256c53.019 0 96 42.981 96 96v0 448c-26.32-19.976-59.629-32-95.747-32-0.089 0-0.178 0-0.267 0l0.014-0zM896 768h-256c-0.075-0-0.164-0-0.253-0-36.117 0-69.426 12.024-96.142 32.288l0.396-0.288v-448c0-53.019 42.981-96 96-96v0h256zM640 352h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM832 512c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM832 640c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"book-open-text-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30933,\"id\":1047,\"name\":\"book-open-text-duotone\",\"prevSize\":16,\"code\":60048,\"codes\":[60048,60049]},\"setIdx\":5,\"setId\":5,\"iconIdx\":200},{\"icon\":{\"paths\":[\"M192 288h256v448h-256zM762.56 153.56c-3.105-14.681-15.955-25.54-31.341-25.54-2.358 0-4.657 0.255-6.87 0.739l0.212-0.039-187.24 40c-14.588 3.306-25.316 16.16-25.316 31.52 0 2.395 0.261 4.728 0.755 6.974l-0.040-0.214 46.44 221 249.84-53.68z\",\"M926.6 778.2l-132.76-631.2c-6.255-29.306-31.927-50.966-62.659-50.966-4.725 0-9.331 0.512-13.765 1.484l0.424-0.078-187.24 40.24c-29.127 6.542-50.562 32.183-50.562 62.831 0 4.663 0.496 9.21 1.439 13.591l-0.076-0.423 132.76 631.2c6.18 29.313 31.78 51.016 62.469 51.12l0.011 0c4.792-0.007 9.459-0.531 13.951-1.52l-0.431 0.080 187.24-40.24c29.137-6.551 50.579-32.205 50.579-62.867 0-4.693-0.502-9.269-1.456-13.677l0.077 0.424zM544 200.6c0-0.24 0-0.36 0-0.36l187.2-40 13.32 63.48-187.2 40.28zM570.48 326.48l187.28-40.2 13.36 63.6-187.12 40.24zM597.040 452.76l187.28-40.24 53.2 252.96-187.28 40.24zM864 791.76l-187.2 40-13.32-63.48 187.2-40.28 13.32 63.4c0 0.24 0 0.36 0 0.36zM416 128h-192c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM224 192h192v64h-192zM224 320h192v384h-192zM416 832h-192v-64h192v64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"books-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30934,\"id\":1046,\"name\":\"books-duotone\",\"prevSize\":16,\"code\":60050,\"codes\":[60050,60051]},\"setIdx\":5,\"setId\":5,\"iconIdx\":201},{\"icon\":{\"paths\":[\"M128 672c36.88-128.24 48-354.6 0-480h448c17.673 0 32 14.327 32 32v0 256h160c106.039 0 192 85.961 192 192v0z\",\"M768 448h-128v-224c0-35.346-28.654-64-64-64v0h-448c-17.671 0.003-31.995 14.329-31.995 32 0 4.113 0.776 8.045 2.19 11.658l-0.075-0.218c44.24 115.36 35.040 334.84-0.88 459.72-0.776 2.646-1.228 5.688-1.24 8.833l-0 0.007v128c0 35.346 28.654 64 64 64v0h104.44c0.003 0 0.008 0 0.012 0 10.436 0 20.288-2.498 28.992-6.928l-0.363 0.168 50.48-25.24h64.88l50.48 25.24c8.34 4.262 18.193 6.76 28.628 6.76 0.004 0 0.008-0 0.012-0l112.879 0c0.003 0 0.008 0 0.012 0 10.436 0 20.288-2.498 28.992-6.928l-0.363 0.168 50.48-25.24h64.88l50.48 25.24c8.34 4.262 18.193 6.76 28.628 6.76 0.004 0 0.008-0 0.012-0l104.439 0c35.346 0 64-28.654 64-64v0-128c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM576 224v96h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v64h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c77.012 0.097 141.291 54.492 156.615 126.953l0.185 1.047h-755.8c26.96-123.36 32.64-296.68 2.44-416zM823.56 800l-50.48-25.24c-8.34-4.262-18.193-6.76-28.628-6.76-0.004 0-0.008 0-0.012 0l-64.879-0c-0.003-0-0.008-0-0.012-0-10.436 0-20.288 2.498-28.992 6.928l0.363-0.168-50.48 25.24h-112.88l-50.48-25.24c-8.34-4.262-18.193-6.76-28.628-6.76-0.004 0-0.008 0-0.012 0l-64.879-0c-0.003-0-0.008-0-0.012-0-10.436 0-20.288 2.498-28.992 6.928l0.363-0.168-50.48 25.24h-104.44v-96h768v96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"boot-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30935,\"id\":1045,\"name\":\"boot-duotone\",\"prevSize\":16,\"code\":60052,\"codes\":[60052,60053]},\"setIdx\":5,\"setId\":5,\"iconIdx\":202},{\"icon\":{\"paths\":[\"M864 192v128c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM320 160h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM832 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z\",\"M832 384c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 32h-256v-32c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h32v256h-32c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-32h256v32c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-32v-256zM704 192h128v128h-128zM192 192h128v63.6c-0.025 0.12-0.040 0.258-0.040 0.4s0.014 0.28 0.042 0.413l-0.002-0.013v63.6h-128zM320 832h-128v-128h128v63.6c-0.025 0.12-0.040 0.258-0.040 0.4s0.014 0.28 0.042 0.413l-0.002-0.013v63.6zM832 832h-128v-128h128zM736 640h-32c-35.346 0-64 28.654-64 64v0 32h-256v-32c0-35.346-28.654-64-64-64v0h-32v-256h32c35.346 0 64-28.654 64-64v0-32h256v32c0 35.346 28.654 64 64 64v0h32z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bounding-box-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30936,\"id\":1044,\"name\":\"bounding-box-duotone\",\"prevSize\":16,\"code\":60054,\"codes\":[60054,60055]},\"setIdx\":5,\"setId\":5,\"iconIdx\":203},{\"icon\":{\"paths\":[\"M896 448c0 0.036 0 0.079 0 0.121 0 154.052-90.715 286.917-221.641 348.089l-2.359 0.99v34.8c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-34.8c-133.285-62.162-224-195.027-224-349.079 0-0.043 0-0.085 0-0.128l-0 0.007z\",\"M896 416h-33.48c-17.052-180.029-167.469-319.755-350.52-319.755s-333.467 139.726-350.412 318.341l-0.108 1.414h-33.48c-17.673 0-32 14.327-32 32v0c0.304 159.522 90.048 298.012 221.744 368.025l2.256 1.095v14.88c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-14.88c133.952-71.108 223.696-209.598 224-369.078l0-0.042c0-17.673-14.327-32-32-32v0zM693.92 224.92q11 9 21.080 19c-86.166 30.913-155.148 91.911-195.677 170.044l-0.923 1.956h-118c41.023-112.618 147.047-191.638 271.565-191.92l0.035-0c7.32 0 14.64 0.36 21.92 0.92zM757.56 297.72c21.126 33.835 35.577 73.952 40.478 116.967l0.122 1.313h-205.68c38.584-57.306 95.917-99.43 163.064-117.81l2.016-0.47zM512 160c27.051 0.018 53.219 3.77 78.025 10.768l-2.025-0.488c-123.184 31.295-219.081 124.221-254.050 243.221l-0.63 2.499h-107.48c16.786-144.601 138.457-255.819 286.141-256l0.019-0zM658.64 768c-11.093 5.186-18.64 16.25-18.64 29.078 0 0.043 0 0.086 0 0.129l-0-0.007v34.8h-256v-34.8c0-0.036 0-0.079 0-0.122 0-12.827-7.548-23.892-18.444-28.995l-0.196-0.083c-112.504-52.667-191.689-159.828-203.888-286.566l-0.112-1.434h701.16c-12.287 128.149-91.425 235.303-201.719 287.088l-2.161 0.912z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bowl-food-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30937,\"id\":1043,\"name\":\"bowl-food-duotone\",\"prevSize\":16,\"code\":60056,\"codes\":[60056,60057]},\"setIdx\":5,\"setId\":5,\"iconIdx\":204},{\"icon\":{\"paths\":[\"M928 512l-224 352h-384l-224-352 224-352h384z\",\"M347 177.2l-213.080 334.8 213.080 334.8c3.14 4.864 5.007 10.807 5.007 17.186 0 11.308-5.865 21.246-14.72 26.938l-0.127 0.076c-4.827 3.136-10.731 5-17.071 5-0.031 0-0.063-0-0.094-0l0.005 0c-0.009 0-0.020 0-0.030 0-11.305 0-21.241-5.862-26.934-14.713l-0.076-0.127-224-352c-3.138-4.863-5.003-10.804-5.003-17.18s1.865-12.317 5.079-17.306l-0.076 0.126 224-352c5.771-8.968 15.702-14.822 27-14.822 17.674 0 32.002 14.328 32.002 32.002 0 6.376-1.865 12.317-5.079 17.306l0.076-0.126zM955 494.84l-224-352c-5.771-8.968-15.702-14.822-27-14.822-17.674 0-32.002 14.328-32.002 32.002 0 6.376 1.865 12.317 5.079 17.306l-0.076-0.126 213.080 334.8-213.080 334.8c-3.14 4.864-5.007 10.807-5.007 17.186 0 11.308 5.865 21.246 14.72 26.938l0.127 0.076c4.827 3.136 10.731 5 17.071 5 0.031 0 0.063-0 0.094-0l-0.005 0c0.009 0 0.020 0 0.030 0 11.305 0 21.241-5.862 26.934-14.713l0.076-0.127 224-352c3.118-4.851 4.97-10.774 4.97-17.129 0-6.381-1.868-12.326-5.086-17.318l0.076 0.126z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"brackets-angle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30938,\"id\":1042,\"name\":\"brackets-angle-duotone\",\"prevSize\":16,\"code\":60058,\"codes\":[60058,60059]},\"setIdx\":5,\"setId\":5,\"iconIdx\":205},{\"icon\":{\"paths\":[\"M960 512c-256 0 0 352-256 352h-384c-256 0 0-352-256-352 256 0 0-352 256-352h384c256 0 0 352 256 352z\",\"M172.72 512c13.385 11.065 24.182 24.755 31.69 40.327l0.31 0.713c19.2 39.6 19.2 88 19.2 134.96 0 97.24 4 144 96 144 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-69.92 0-117.28-24.56-140.8-73.040-19.2-39.6-19.2-88-19.2-134.96 0-97.24-4-144-96-144-17.673 0-32-14.327-32-32s14.327-32 32-32v0c92 0 96-46.76 96-144 0-46.88 0-95.36 19.2-134.96 23.6-48.48 70.96-73.040 140.88-73.040 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-92 0-96 46.76-96 144 0 46.88 0 95.36-19.2 134.96-7.841 16.29-18.664 29.98-31.877 40.877l-0.203 0.163zM960 480c-92 0-96-46.76-96-144 0-46.88 0-95.36-19.2-134.96-23.52-48.48-70.88-73.040-140.8-73.040-17.673 0-32 14.327-32 32s14.327 32 32 32v0c92 0 96 46.76 96 144 0 46.88 0 95.36 19.2 134.96 7.818 16.286 18.616 29.975 31.8 40.879l0.2 0.161c-13.385 11.065-24.182 24.755-31.69 40.327l-0.31 0.713c-19.2 39.6-19.2 88-19.2 134.96 0 97.24-4 144-96 144-17.673 0-32 14.327-32 32s14.327 32 32 32v0c69.92 0 117.28-24.56 140.8-73.040 19.2-39.6 19.2-88 19.2-134.96 0-97.24 4-144 96-144 17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"brackets-curly-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30939,\"id\":1041,\"name\":\"brackets-curly-duotone\",\"prevSize\":16,\"code\":60060,\"codes\":[60060,60061]},\"setIdx\":5,\"setId\":5,\"iconIdx\":206},{\"icon\":{\"paths\":[\"M896 512c0 256-160 352-160 352h-448s-160-96-160-352 160-352 160-352h448s160 96 160 352z\",\"M160 512c0 233.16 138.68 321 144.6 324.64 9.332 5.703 15.465 15.835 15.465 27.4 0 17.676-14.329 32.005-32.005 32.005-6.111 0-11.823-1.713-16.68-4.685l0.14 0.080c-7.16-4.32-175.52-108.44-175.52-379.44s168.36-375.12 175.52-379.44c4.597-2.705 10.126-4.304 16.028-4.304 17.673 0 32 14.327 32 32 0 11.367-5.927 21.349-14.858 27.026l-0.13 0.077c-6.4 3.96-144.56 91.92-144.56 324.64zM752.48 132.56c-4.717-2.892-10.429-4.605-16.54-4.605-17.676 0-32.005 14.329-32.005 32.005 0 11.565 6.134 21.697 15.325 27.32l0.14 0.080c5.92 3.64 144.6 91.48 144.6 324.64s-138.68 321-144.48 324.56c-9.367 5.697-15.528 15.849-15.528 27.44 0 17.678 14.331 32.008 32.008 32.008 6.087 0 11.777-1.699 16.621-4.648l-0.141 0.080c7.16-4.32 175.52-108.44 175.52-379.44s-168.36-375.12-175.52-379.44z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"brackets-round-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30940,\"id\":1040,\"name\":\"brackets-round-duotone\",\"prevSize\":16,\"code\":60062,\"codes\":[60062,60063]},\"setIdx\":5,\"setId\":5,\"iconIdx\":207},{\"icon\":{\"paths\":[\"M864 160v704h-704v-704z\",\"M192 192v640h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM864 128h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v640h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"brackets-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30941,\"id\":1039,\"name\":\"brackets-square-duotone\",\"prevSize\":16,\"code\":60064,\"codes\":[60064,60065]},\"setIdx\":5,\"setId\":5,\"iconIdx\":208},{\"icon\":{\"paths\":[\"M960 496c0 0.018 0 0.039 0 0.061 0 83.098-52.79 153.865-126.663 180.597l-1.337 0.423v26.92c0 88.366-71.634 160-160 160s-160-71.634-160-160v0c0 88.366-71.634 160-160 160s-160-71.634-160-160v0-26.92c-75.3-27.105-128.172-97.918-128.172-181.080s52.871-153.974 126.834-180.658l1.338-0.422v-26.92c0-88.366 71.634-160 160-160s160 71.634 160 160v0c0-88.366 71.634-160 160-160s160 71.634 160 160v0 26.92c75.21 27.154 128 97.922 128 181.019 0 0.021-0 0.043-0 0.064l0-0.003z\",\"M992 496c-0.092-88.818-51.76-165.547-126.664-201.856l-1.336-0.584v-5.56c-0.098-105.965-86.022-191.828-192-191.828-66.501 0-125.106 33.809-159.563 85.176l-0.437 0.692c-34.894-52.059-93.499-85.868-160-85.868-105.978 0-191.902 85.863-192 191.819l-0 0.009v5.56c-76.31 36.798-128.030 113.559-128.030 202.4s51.719 165.602 126.692 201.817l1.338 0.583v5.64c0.098 105.965 86.022 191.828 192 191.828 66.501 0 125.106-33.809 159.563-85.176l0.437-0.692c34.894 52.059 93.499 85.868 160 85.868 105.978 0 191.902-85.863 192-191.819l0-0.009v-5.64c76.229-36.867 127.897-113.568 128-202.346l0-0.014zM352 832c-65.838-0.010-120.060-49.724-127.188-113.661l-0.052-0.579c9.375 1.41 20.205 2.224 31.222 2.24l0.018 0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32c-0.056 0-0.121 0-0.187 0-88.366 0-160-71.634-160-160 0-69.323 44.087-128.348 105.752-150.569l1.115-0.351c12.526-4.529 21.318-16.317 21.32-30.16l0-0v-26.92c0-70.692 57.308-128 128-128s128 57.308 128 128v0 273.040c-33.724-30.426-78.618-49.040-127.859-49.040-0.050 0-0.099 0-0.149 0l0.008-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c70.692 0 128 57.308 128 128s-57.308 128-128 128v0zM768 656h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c11.035-0.016 21.865-0.83 32.454-2.387l-1.214 0.147c-7.18 64.522-61.413 114.24-127.258 114.24-70.692 0-128-57.308-128-128s57.308-128 128-128c0.006 0 0.013 0 0.019 0l-0.001-0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-0.042-0-0.091-0-0.141-0-49.241 0-94.135 18.614-128.028 49.19l0.169-0.15v-273.040c0-70.692 57.308-128 128-128s128 57.308 128 128v0 26.92c0.002 13.843 8.794 25.631 21.097 30.089l0.223 0.071c62.78 22.572 106.867 81.598 106.867 150.92 0 88.366-71.634 160-160 160-0.066 0-0.132-0-0.197-0l0.010 0zM832 448c0 17.673-14.327 32-32 32v0h-16c-79.529 0-144-64.471-144-144v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0 16c0 44.183 35.817 80 80 80v0h16c17.673 0 32 14.327 32 32v0zM240 480h-16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h16c44.183 0 80-35.817 80-80v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0 16c0 79.529-64.471 144-144 144v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"brain-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30942,\"id\":1038,\"name\":\"brain-duotone\",\"prevSize\":16,\"code\":60066,\"codes\":[60066,60067]},\"setIdx\":5,\"setId\":5,\"iconIdx\":209},{\"icon\":{\"paths\":[\"M864 352c0 194.404-157.596 352-352 352s-352-157.596-352-352v0z\",\"M896 352v0c0-0.153 0-0.335 0-0.517 0-77.725-23.182-150.036-63.009-210.396l0.888 1.433c-5.798-8.794-15.63-14.519-26.8-14.52l-590.16-0c-11.17 0.001-21.002 5.726-26.726 14.4l-0.074 0.12c-38.939 58.927-62.12 131.238-62.12 208.963 0 0.182 0 0.363 0 0.545l-0-0.028c0.251 200.712 154.26 365.375 350.55 382.538l1.45 0.102v129.36h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-129.36c197.741-17.266 351.749-181.928 352-382.615l0-0.025zM234.8 192h554.4c21.673 36.82 36.366 80.262 41.089 126.653l0.111 1.347h-636.8c4.834-47.738 19.527-91.18 42.012-129.497l-0.812 1.497zM512 672c-165.383-0.21-301.397-125.674-318.282-286.613l-0.118-1.387h636.8c-17.003 162.326-153.017 287.79-318.379 288l-0.021 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"brandy-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30943,\"id\":1037,\"name\":\"brandy-duotone\",\"prevSize\":16,\"code\":60068,\"codes\":[60068,60069]},\"setIdx\":5,\"setId\":5,\"iconIdx\":210},{\"icon\":{\"paths\":[\"M928 672h-832v-210.6c94.617-39.017 160-130.532 160-237.318 0-0.029-0-0.057-0-0.086l0 0.005c0 141.385 114.615 256 256 256s256-114.615 256-256v0c-0 0.024-0 0.053-0 0.082 0 106.786 65.383 198.301 158.3 236.696l1.7 0.622z\",\"M928 640h-128v-234.64c30.457 37.368 69.454 66.628 114.086 84.983l1.914 0.697c3.413 1.355 7.368 2.14 11.506 2.14 17.673 0 32-14.327 32-32 0-13.16-7.944-24.465-19.298-29.38l-0.207-0.080c-82.76-33.87-140.001-113.78-140.001-207.060 0-0.232 0-0.464 0.001-0.696l-0 0.036c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 123.712-100.288 224-224 224s-224-100.288-224-224v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.001 0.196 0.001 0.428 0.001 0.66 0 93.28-57.241 173.19-138.514 206.52l-1.487 0.54c-11.562 4.995-19.506 16.3-19.506 29.46 0 17.673 14.327 32 32 32 4.138 0 8.093-0.785 11.723-2.215l-0.217 0.075c46.546-19.052 85.543-48.312 115.588-85.159l0.412-0.521v234.64h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h448v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 504.8v135.2h-128v-135.2c19.23 4.577 41.308 7.201 64 7.201s44.77-2.624 65.949-7.586l-1.949 0.385zM288 404.8c25.963 31.912 57.943 57.846 94.349 76.32l1.651 0.76v158.12h-96zM640 640v-158.080c38.056-19.234 70.037-45.168 95.582-76.55l0.418-0.53v235.16z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bridge-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30944,\"id\":1036,\"name\":\"bridge-duotone\",\"prevSize\":16,\"code\":60070,\"codes\":[60070,60071]},\"setIdx\":5,\"setId\":5,\"iconIdx\":211},{\"icon\":{\"paths\":[\"M896 473.24v326.76c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-326.76c109.796 64.602 241.867 102.761 382.85 102.761 0.404 0 0.809-0 1.213-0.001l-0.063 0c0.361 0.001 0.788 0.001 1.215 0.001 140.962 0 273.011-38.159 386.38-104.712l-3.595 1.951z\",\"M416 448c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM928 288v512c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h160v-32c0-53.019 42.981-96 96-96v0h192c53.019 0 96 42.981 96 96v0 32h160c35.346 0 64 28.654 64 64v0zM384 224h256v-32c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0zM160 288v166.48c101.641 56.352 222.88 89.52 351.866 89.52 0.047 0 0.094-0 0.141-0l-0.007 0c0.040 0 0.086 0 0.132 0 128.992 0 250.233-33.183 355.653-91.479l-3.784 1.919v-166.44zM864 800v-273.48c-102.749 51.395-223.852 81.48-351.983 81.48-0.006 0-0.012-0-0.018-0l0.001 0c-0.046 0-0.1 0-0.154 0-128.080 0-249.136-30.070-356.495-83.536l4.649 2.096v273.44h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"briefcase-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30945,\"id\":1035,\"name\":\"briefcase-duotone\",\"prevSize\":16,\"code\":60072,\"codes\":[60072,60073]},\"setIdx\":5,\"setId\":5,\"iconIdx\":212},{\"icon\":{\"paths\":[\"M896 288v128h-768v-128c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM128 800c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-128h-768z\",\"M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 448h704v192h-704zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 288v96h-704v-96zM864 800h-704v-96h704v96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"briefcase-metal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30946,\"id\":1034,\"name\":\"briefcase-metal-duotone\",\"prevSize\":16,\"code\":60074,\"codes\":[60074,60075]},\"setIdx\":5,\"setId\":5,\"iconIdx\":213},{\"icon\":{\"paths\":[\"M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z\",\"M512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM806.84 636.56c-14.64 34.135-33.574 63.481-56.581 89.096l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.49-45.063 65.251-104.97 65.251-170.66s-24.761-125.597-65.46-170.896l0.208 0.236c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.563 56.393 81.477 131.309 81.477 213.446 0 44.933-9.252 87.705-25.954 126.515l0.797-2.081zM276 412.36c-12.757 29.401-20.178 63.644-20.178 99.62 0 65.697 24.747 125.614 65.429 170.938l-0.21-0.238c4.859 5.581 7.821 12.925 7.821 20.961 0 17.673-14.327 32-32 32-9.28 0-17.637-3.95-23.482-10.26l-0.019-0.021c-50.627-56.329-81.588-131.219-81.588-213.34s30.961-157.011 81.848-213.634l-0.26 0.294c5.893-6.58 14.415-10.701 23.9-10.701 17.696 0 32.041 14.345 32.041 32.041 0 8.211-3.089 15.701-8.167 21.37l0.027-0.030c-18.248 20.235-33.43 43.701-44.524 69.348l-0.636 1.652zM992 512c0 0.219 0.001 0.479 0.001 0.739 0 130.618-52.356 249.008-137.226 335.328l0.065-0.067c-5.855 6.248-14.158 10.141-23.371 10.141-17.673 0-32-14.327-32-32 0-8.994 3.71-17.121 9.683-22.934l0.007-0.007c73.579-74.925 118.998-177.718 118.998-291.12s-45.42-216.196-119.060-291.183l0.061 0.063c-5.692-5.781-9.207-13.72-9.207-22.48 0-17.699 14.348-32.047 32.047-32.047 8.939 0 17.023 3.66 22.836 9.563l0.004 0.004c84.805 86.254 137.161 204.643 137.161 335.261 0 0.26-0 0.519-0.001 0.779l0-0.041zM214.84 803.12c5.675 5.774 9.179 13.698 9.179 22.44 0 17.684-14.335 32.019-32.019 32.019-8.941 0-17.027-3.665-22.836-9.574l-0.004-0.005c-84.967-86.455-137.42-205.102-137.42-336s52.453-249.545 137.488-336.069l-0.068 0.069c5.855-6.248 14.158-10.141 23.371-10.141 17.673 0 32 14.327 32 32 0 8.994-3.71 17.121-9.683 22.934l-0.007 0.007c-73.579 74.925-118.998 177.718-118.998 291.12s45.42 216.196 119.060 291.183l-0.061-0.063z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"broadcast-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30947,\"id\":1033,\"name\":\"broadcast-duotone\",\"prevSize\":16,\"code\":60076,\"codes\":[60076,60077]},\"setIdx\":5,\"setId\":5,\"iconIdx\":214},{\"icon\":{\"paths\":[\"M771.2 660.48l-595.48-238.2c20.236-35.308 43.495-65.764 70.204-92.804l-0.044 0.044c5.806-5.886 13.87-9.532 22.786-9.532 4.285 0 8.373 0.842 12.107 2.37l-0.214-0.077 101.52 41.12c7.026 2.886 15.181 4.561 23.727 4.561 26.909 0 49.939-16.607 59.4-40.13l0.153-0.43 84-212.4c16.6-40 61.88-61.32 102.52-46.12 30.694 11.649 52.114 40.815 52.114 74.983 0 11.032-2.233 21.542-6.271 31.103l0.197-0.525-85.4 212.4c-2.849 6.985-4.503 15.090-4.503 23.581 0 26.781 16.449 49.72 39.795 59.265l0.427 0.155 99.76 39.36c11.827 4.877 20 16.317 20 29.665 0 0.019-0 0.039-0 0.058l0-0.003v69.080c-0.001 0.247-0.001 0.538-0.001 0.83 0 18.206 1.163 36.141 3.419 53.734l-0.218-2.084z\",\"M942 867.24c-90.24-44-142-138.32-142-259.2v-69.12c0-0.050 0-0.11 0-0.169 0-26.79-16.522-49.72-39.932-59.158l-0.428-0.153-99.64-39.44c-11.889-4.849-20.116-16.319-20.116-29.711 0-4.192 0.806-8.196 2.272-11.865l-0.076 0.216 85.28-212c5.431-12.707 8.589-27.491 8.589-43.014 0-47.846-30.002-88.685-72.22-104.73l-0.769-0.257c-11.514-4.352-24.825-6.871-38.725-6.871-47.15 0-87.529 28.99-104.284 70.119l-0.271 0.752c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010-84.080 212.88c-4.83 11.929-16.321 20.191-29.741 20.191-4.226 0-8.261-0.819-11.954-2.307l0.215 0.077-101.68-41.4c-7.062-2.943-15.267-4.653-23.87-4.653-17.885 0-34.045 7.387-45.595 19.277l-0.015 0.015c-84.24 86.6-126.96 187.8-126.96 300.8-0.001 0.253-0.001 0.553-0.001 0.853 0 120.167 47.545 229.23 124.851 309.402l-0.13-0.135c5.836 6.093 14.038 9.88 23.124 9.88 0.055 0 0.11-0 0.164-0l-0.008 0h684c17.66-0.017 31.969-14.338 31.969-32 0-12.566-7.244-23.441-17.783-28.676l-0.186-0.084zM268.56 352l101.64 41.2c10.557 4.345 22.813 6.868 35.658 6.868 40.298 0 74.796-24.829 89.032-60.024l0.23-0.644 84-212c10.24-24.44 37.88-37.080 61.72-28 18.435 6.98 31.303 24.489 31.303 45.002 0 6.745-1.391 13.165-3.903 18.989l0.12-0.312-85.6 211.96c-4.274 10.479-6.755 22.637-6.755 35.375 0 40.225 24.74 74.671 59.833 88.954l0.642 0.231 99.52 39.32v69.080c0 1.32 0 2.64 0 4l-512.92-205.16c14.364-20.4 29.3-38.307 45.556-54.918l-0.076 0.078zM460.56 864c-46.361-44.523-80.433-101.51-96.833-165.575l-0.527-2.425c-3.844-13.671-16.2-23.526-30.858-23.526-17.673 0-32 14.327-32 32 0 2.671 0.327 5.266 0.944 7.746l-0.046-0.22c15.020 58.184 40.348 109.025 74.172 152.99l-0.732-0.99h-116.92c-60.658-67.366-97.761-156.986-97.761-255.271 0-0.256 0-0.513 0.001-0.769l-0 0.040c-0.007-0.798-0.011-1.742-0.011-2.686 0-51.652 11.397-100.643 31.814-144.593l-0.884 2.12 551.2 220.48c12 72 42.24 133.92 87.56 180.64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"broom-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30948,\"id\":1032,\"name\":\"broom-duotone\",\"prevSize\":16,\"code\":60078,\"codes\":[60078,60079]},\"setIdx\":5,\"setId\":5,\"iconIdx\":215},{\"icon\":{\"paths\":[\"M896 224v160h-768v-160c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v128h-704v-128zM864 800h-704v-384h704v384z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"browser-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30949,\"id\":1031,\"name\":\"browser-duotone\",\"prevSize\":16,\"code\":60080,\"codes\":[60080,60081]},\"setIdx\":5,\"setId\":5,\"iconIdx\":216},{\"icon\":{\"paths\":[\"M896 224v448c0 17.673-14.327 32-32 32v0h-96v-352c0-17.673-14.327-32-32-32v0h-480v-96c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M864 160h-576c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 352h576v64h-576zM736 800h-576v-320h576v320zM864 672h-64v-320c0-35.346-28.654-64-64-64v0h-448v-64h576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"browsers-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30950,\"id\":1030,\"name\":\"browsers-duotone\",\"prevSize\":16,\"code\":60082,\"codes\":[60082,60083]},\"setIdx\":5,\"setId\":5,\"iconIdx\":217},{\"icon\":{\"paths\":[\"M800 416v192c0 159.058-128.942 288-288 288v0 0c-159.058 0-288-128.942-288-288v0-192z\",\"M832 576h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-65.6c-7.567-73.183-38.839-137.92-85.894-187.542l0.134 0.142 78-77.96c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-81.16 81.2c-51.236-36.627-115.156-58.564-184.2-58.564s-132.964 21.938-185.17 59.223l0.97-0.658-81.16-81.2c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l78 77.96c-46.921 49.48-78.193 114.217-85.645 186.030l-0.115 1.37h-65.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v32c0 10.8 0.56 21.48 1.6 32h-65.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h78.72c42.081 130.953 162.807 224.062 305.28 224.062s263.199-93.109 304.65-221.797l0.63-2.265h78.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-65.6c1.040-10.52 1.6-21.2 1.6-32zM512 160c130.026 0.167 237.352 97.14 253.782 222.706l0.138 1.294h-508c16.575-126.914 123.987-223.917 254.071-224l0.009-0zM544 861.92v-317.92c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 317.92c-126.86-16.568-223.833-123.894-224-253.903l-0-0.017v-160h512v160c-0.167 130.026-97.14 237.352-222.706 253.782l-1.294 0.138z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bug-beetle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30951,\"id\":1029,\"name\":\"bug-beetle-duotone\",\"prevSize\":16,\"code\":60084,\"codes\":[60084,60085]},\"setIdx\":5,\"setId\":5,\"iconIdx\":218},{\"icon\":{\"paths\":[\"M832 480v96c0 176.731-143.269 320-320 320s-320-143.269-320-320v0-96z\",\"M767.32 173.92l55.32-55.28c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-58.2 58.24c-57.281-42.235-129.259-67.595-207.16-67.595s-149.879 25.361-208.128 68.276l0.968-0.681-58.2-58.24c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l55.32 55.28c-59.853 62.815-96.68 148.040-96.68 241.866 0 0.075 0 0.151 0 0.226l-0-0.012v160c0 194.404 157.596 352 352 352s352-157.596 352-352v0-160c0-0.064 0-0.139 0-0.214 0-93.826-36.827-179.051-96.815-242.009l0.135 0.142zM512 128c158.985 0.182 287.818 129.015 288 287.983l0 0.017v32h-576v-32c0.182-158.985 129.015-287.818 287.983-288l0.017-0zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017v-64h576v64c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0zM576 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM352 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bug-droid-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30952,\"id\":1028,\"name\":\"bug-droid-duotone\",\"prevSize\":16,\"code\":60086,\"codes\":[60086,60087]},\"setIdx\":5,\"setId\":5,\"iconIdx\":219},{\"icon\":{\"paths\":[\"M832 512v64c0 176.731-143.269 320-320 320s-320-143.269-320-320v0-64z\",\"M576 368c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM400 320c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM864 576c0.001 0.295 0.001 0.645 0.001 0.995 0 32.367-4.38 63.71-12.581 93.47l0.579-2.465 88.96 38.88c11.145 5.166 18.736 16.257 18.736 29.121 0 17.566-14.154 31.826-31.679 31.998l-0.016 0c-0.022 0-0.047 0-0.073 0-4.606 0-8.982-0.987-12.927-2.76l0.199 0.080-85.68-37.32c-58.047 119.3-178.352 200.062-317.52 200.062s-259.473-80.763-316.603-197.977l-0.917-2.085-85.68 37.32c-3.746 1.693-8.121 2.68-12.727 2.68-0.026 0-0.051-0-0.077-0l0.004 0c-17.665-0.011-31.981-14.334-31.981-32 0-13.036 7.795-24.251 18.977-29.239l0.203-0.081 88.8-38.68c-7.621-27.295-12.001-58.638-12.001-91.005 0-0.35 0.001-0.7 0.002-1.049l-0 0.054v-32h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-32c-0.001-0.295-0.001-0.645-0.001-0.995 0-32.367 4.38-63.71 12.581-93.47l-0.579 2.465-88.8-38.68c-11.745-4.915-19.846-16.312-19.846-29.602 0-17.673 14.327-32 32-32 4.879 0 9.503 1.092 13.641 3.045l-0.195-0.083 85.68 37.32c58.047-119.3 178.352-200.062 317.52-200.062s259.473 80.763 316.603 197.977l0.917 2.085 85.68-37.44c3.593-1.517 7.77-2.398 12.154-2.398 17.673 0 32 14.327 32 32 0 12.794-7.508 23.834-18.359 28.955l-0.195 0.083-88.8 39c7.621 27.295 12.001 58.638 12.001 91.005 0 0.35-0.001 0.7-0.002 1.049l0-0.054v32h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96zM224 480h576v-32c0-159.058-128.942-288-288-288s-288 128.942-288 288v0zM480 862.16v-318.16h-256v32c0.181 147.703 111.399 269.374 254.656 286.033l1.344 0.127zM800 576v-32h-256v318.16c144.601-16.786 255.819-138.457 256-286.141l0-0.019z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bug-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30953,\"id\":1027,\"name\":\"bug-duotone\",\"prevSize\":16,\"code\":60088,\"codes\":[60088,60089]},\"setIdx\":5,\"setId\":5,\"iconIdx\":220},{\"icon\":{\"paths\":[\"M544 128v736h-384v-522.6c-0-0.006-0-0.013-0-0.021 0-11.053 5.604-20.798 14.126-26.547l0.114-0.072 320-213.32c4.99-3.371 11.14-5.381 17.76-5.381 17.652 0 31.966 14.293 32 31.938l0 0.003z\",\"M960 832h-64v-448c0-35.346-28.654-64-64-64v0h-256v-192c0-0.012 0-0.027 0-0.042 0-35.346-28.654-64-64-64-13.239 0-25.54 4.020-35.747 10.906l0.227-0.145-320 213.28c-17.272 11.643-28.48 31.132-28.48 53.238 0 0.043 0 0.085 0 0.128l-0-0.007v490.64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 384v448h-256v-448zM192 341.36l320-213.36v704h-320zM448 448v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 448v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 672v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM448 672v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"buildings-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30954,\"id\":1026,\"name\":\"buildings-duotone\",\"prevSize\":16,\"code\":60090,\"codes\":[60090,60091]},\"setIdx\":5,\"setId\":5,\"iconIdx\":221},{\"icon\":{\"paths\":[\"M192 736h160v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0zM672 832c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-96h-160zM192 288v160h640v-160z\",\"M736 128h-448c-70.692 0-128 57.308-128 128v0 576c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h256v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-576c0-70.692-57.308-128-128-128v0zM224 704v-224h576v224zM224 320h576v96h-576zM288 192h448c35.346 0 64 28.654 64 64v0h-576c0-35.346 28.654-64 64-64v0zM320 832h-96v-64h96zM704 832v-64h96v64zM416 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM992 320v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM96 320v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"bus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30955,\"id\":1025,\"name\":\"bus-duotone\",\"prevSize\":16,\"code\":60092,\"codes\":[60092,60093]},\"setIdx\":5,\"setId\":5,\"iconIdx\":222},{\"icon\":{\"paths\":[\"M900.48 478.84c-31.44 123.76-117.24 130.84-149.44 128.92h-4c32.43 26.61 52.958 66.692 52.958 111.568 0 79.529-64.471 144-144 144-79.293 0-143.617-64.089-143.998-143.292l-0-0.036c-0.308 79.296-64.66 143.459-143.999 143.459-79.529 0-144-64.471-144-144 0-44.949 20.595-85.088 52.863-111.496l0.256-0.203h-4c-32 1.92-118-5.16-149.44-128.92-32.52-127.48-60.56-286.84 64.6-286.84s323.72 191.2 323.72 318.68c0-127.48 198.56-318.68 323.72-318.68s97.12 159.36 64.76 286.84z\",\"M930.8 201.92c-14.8-19.12-43.44-41.92-94.8-41.92-67.4 0-153.84 45.12-231.24 120.64-21.753 21.103-41.68 43.795-59.701 67.992l-1.059 1.488v-126.12c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 126.12c-19.037-25.692-38.913-48.384-60.472-69.356l-0.128-0.124c-77.44-75.52-163.88-120.64-231.4-120.64-51.36 0-80 22.8-94.8 41.92-27.28 35.080-48.72 96.32-0.84 284.8 24.2 95.32 78.040 132 122.52 145.68-16.408 26.249-26.139 58.134-26.139 92.291 0 97.202 78.798 176 176 176 61.338 0 115.347-31.378 146.852-78.957l0.407-0.654c31.912 48.233 85.921 79.611 147.259 79.611 97.202 0 176-78.798 176-176 0-34.157-9.73-66.042-26.571-93.034l0.432 0.743c44.48-13.6 98.28-50.36 122.52-145.68 26.88-105.76 47.76-222.32-0.84-284.8zM368 832c-61.267-1.108-110.508-51.035-110.508-112.463 0-56.997 42.394-104.093 97.37-111.474l0.578-0.063c16.373-1.543 29.084-15.22 29.084-31.867 0-17.673-14.327-32-32-32-1.454 0-2.886 0.097-4.288 0.285l0.164-0.018c-31.441 3.46-59.704 14.788-83.473 31.953l0.513-0.353c-33.72 0.36-88-14.28-111.040-105.040-11.52-45.4-46.4-183.52-10.64-229.76 5.72-7.36 16.6-17.2 44.24-17.2 109.080 0 292 179.52 292 286.68v209.32c0 61.856-50.144 112-112 112v0zM869.6 470.96c-23.080 90.76-77.32 105.36-111.080 105.040-23.24-16.889-51.501-28.284-82.167-31.728l-0.793-0.072c-1.239-0.17-2.67-0.267-4.124-0.267-17.673 0-32 14.327-32 32 0 16.647 12.711 30.324 28.956 31.857l0.128 0.010c56.682 6.304 100.359 53.946 100.359 111.789 0 62.099-50.341 112.44-112.44 112.44-61.954 0-112.206-50.107-112.439-112.007l-0-0.022v-209.32c0-107.16 182.76-286.68 292-286.68 27.8 0 38.64 9.84 44.4 17.2 35.8 46.24 0.72 184.36-10.8 229.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"butterfly-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30956,\"id\":1024,\"name\":\"butterfly-duotone\",\"prevSize\":16,\"code\":60094,\"codes\":[60094,60095]},\"setIdx\":5,\"setId\":5,\"iconIdx\":223},{\"icon\":{\"paths\":[\"M928 464v0c0 132.548-107.452 240-240 240v0h-48v160h-256v-320h-48c-132.548 0-240-107.452-240-240v0 0c0-44.183 35.817-80 80-80v0 0c44.183 0 80 35.817 80 80v0c0 44.183 35.817 80 80 80v0h48v-160c0-70.692 57.308-128 128-128v0 0c70.692 0 128 57.308 128 128v0 320h48c44.183 0 80-35.817 80-80v0c0-44.183 35.817-80 80-80v0 0c44.183 0 80 35.817 80 80v0z\",\"M864 832h-192v-96h16c150.157-0.159 271.841-121.843 272-271.985l0-0.015c0-61.856-50.144-112-112-112s-112 50.144-112 112v0c0 26.51-21.49 48-48 48v0h-16v-288c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 128h-16c-26.51 0-48-21.49-48-48v0c0-61.856-50.144-112-112-112s-112 50.144-112 112v0c0.159 150.157 121.843 271.841 271.985 272l16.015 0v256h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 512h-48c-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 61.856 50.144 112 112 112v0h48c17.673 0 32-14.327 32-32v0-160c0-53.019 42.981-96 96-96s96 42.981 96 96v0 320c0 17.673 14.327 32 32 32v0h48c61.856 0 112-50.144 112-112v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0c-0.137 114.82-93.18 207.863-207.987 208l-48.013 0c-17.673 0-32 14.327-32 32v0 128h-192v-288c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cactus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30957,\"id\":1023,\"name\":\"cactus-duotone\",\"prevSize\":16,\"code\":60096,\"codes\":[60096,60097]},\"setIdx\":5,\"setId\":5,\"iconIdx\":224},{\"icon\":{\"paths\":[\"M416 192c0-96 96-160 96-160s96 64 96 160c0 53.019-42.981 96-96 96s-96-42.981-96-96v0zM832 384h-640c-35.346 0-64 28.654-64 64v0 93.32c0 69.76 54.68 128.72 124.4 130.64 1.072 0.032 2.334 0.051 3.6 0.051 70.692 0 128-57.308 128-128 0-0.004-0-0.007-0-0.011l0 0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c-0 0.015-0 0.033-0 0.051 0 70.692 57.308 128 128 128 1.266 0 2.527-0.018 3.784-0.055l-0.184 0.004c69.72-1.92 124.4-60.88 124.4-130.64v-93.36c0-35.346-28.654-64-64-64v0z\",\"M928 448c0-53.019-42.981-96-96-96v0h-288v-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006c0-112-105.76-183.64-110.24-186.64-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072c-4.48 3-110.24 74.64-110.24 186.64 0.058 59.317 40.379 109.201 95.104 123.797l0.896 0.203v36h-288c-53.019 0-96 42.981-96 96v0 93.32c0.035 36.511 12.043 70.211 32.308 97.392l-0.308-0.432v161.72c0 53.019 42.981 96 96 96v0h576c53.019 0 96-42.981 96-96v0-161.72c19.957-26.749 31.965-60.449 32-96.952l0-0.008zM448 192c0-54.28 40-97.84 64-119.16 24 21.32 64 64.88 64 119.16 0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM160 448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0 93.32c0 53-41.84 97.24-93.28 98.64-0.81 0.025-1.764 0.039-2.72 0.039-53.019 0-95.999-42.98-96-95.998l-0-0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 0.011 0 0.025 0 0.039 0 53.019-42.981 96-96 96-0.956 0-1.91-0.014-2.859-0.042l0.139 0.003c-51.44-1.44-93.28-45.68-93.28-98.68zM800 832h-576c-17.673 0-32-14.327-32-32v0-109.76c17.456 8.111 37.826 13.113 59.29 13.755l0.23 0.005c1.471 0.049 3.2 0.077 4.935 0.077 43.249 0 82.459-17.294 111.092-45.343l-0.027 0.026c5.864-5.72 11.266-11.844 16.186-18.353l0.294-0.407c29.5 39.036 75.835 64 128 64s98.5-24.964 127.708-63.598l0.292-0.402c5.224 6.88 10.638 12.978 16.478 18.64l0.042 0.040c28.594 28.025 67.795 45.321 111.036 45.321 0.156 0 0.312-0 0.468-0.001l-0.024 0c1.52 0 3.040 0 4.56 0 21.668-0.658 42.008-5.66 60.401-14.158l-0.961 0.398v109.76c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cake-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30958,\"id\":1022,\"name\":\"cake-duotone\",\"prevSize\":16,\"code\":60098,\"codes\":[60098,60099]},\"setIdx\":5,\"setId\":5,\"iconIdx\":225},{\"icon\":{\"paths\":[\"M704 256v192h-384v-192z\",\"M320 480h384c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0zM352 288h320v128h-320zM800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM800 864h-576v-704h576zM400 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM720 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM400 752c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 752c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM720 752c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"calculator-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30959,\"id\":1021,\"name\":\"calculator-duotone\",\"prevSize\":16,\"code\":60100,\"codes\":[60100,60101]},\"setIdx\":5,\"setId\":5,\"iconIdx\":226},{\"icon\":{\"paths\":[\"M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"calendar-blank-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30960,\"id\":1020,\"name\":\"calendar-blank-duotone\",\"prevSize\":16,\"code\":60102,\"codes\":[60102,60103]},\"setIdx\":5,\"setId\":5,\"iconIdx\":227},{\"icon\":{\"paths\":[\"M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM678.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 169.36-169.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"calendar-check-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30961,\"id\":1019,\"name\":\"calendar-check-duotone\",\"prevSize\":16,\"code\":60104,\"codes\":[60104,60105]},\"setIdx\":5,\"setId\":5,\"iconIdx\":228},{\"icon\":{\"paths\":[\"M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM448 480v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-204.24l-17.68 8.88c-4.172 2.131-9.1 3.38-14.32 3.38-17.684 0-32.020-14.336-32.020-32.020 0-12.465 7.122-23.266 17.519-28.556l0.182-0.084 64-32c4.172-2.133 9.1-3.383 14.32-3.383 17.673 0 32 14.327 32 32 0 0.008-0 0.016-0 0.024l0-0.001zM684.64 601.8l-76.64 102.2h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 115.12-153.48c4.004-5.285 6.414-11.971 6.414-19.219 0-17.673-14.327-32-32-32-11.741 0-22.005 6.323-27.573 15.75l-0.081 0.149c-5.532 10.040-16.045 16.73-28.121 16.73-17.673 0-32-14.327-32-32 0-6.19 1.757-11.969 4.8-16.866l-0.079 0.136c16.912-28.88 47.787-47.968 83.12-47.968 53.008 0 95.982 42.963 96 95.966l0 0.002c0 0.092 0.001 0.2 0.001 0.309 0 21.709-7.278 41.717-19.528 57.719l0.168-0.228z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"calendar-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30962,\"id\":1018,\"name\":\"calendar-duotone\",\"prevSize\":16,\"code\":60106,\"codes\":[60106,60107]},\"setIdx\":5,\"setId\":5,\"iconIdx\":229},{\"icon\":{\"paths\":[\"M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM640 608c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"calendar-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30963,\"id\":1017,\"name\":\"calendar-plus-duotone\",\"prevSize\":16,\"code\":60108,\"codes\":[60108,60109]},\"setIdx\":5,\"setId\":5,\"iconIdx\":230},{\"icon\":{\"paths\":[\"M864 192v160h-704v-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM630.64 534.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"calendar-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30964,\"id\":1016,\"name\":\"calendar-x-duotone\",\"prevSize\":16,\"code\":60110,\"codes\":[60110,60111]},\"setIdx\":5,\"setId\":5,\"iconIdx\":231},{\"icon\":{\"paths\":[\"M864 608v96h-704v-96c0-194.404 157.596-352 352-352s352 157.596 352 352v0z\",\"M96 736h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64c-0.251-200.712-154.26-365.375-350.55-382.538l-1.45-0.102v-65.36h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v65.36c-197.741 17.266-351.749 181.928-352 382.615l-0 0.025v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM192 608c0-176.731 143.269-320 320-320s320 143.269 320 320v0 64h-640zM960 832c0 17.673-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h832c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"call-bell-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30965,\"id\":1015,\"name\":\"call-bell-duotone\",\"prevSize\":16,\"code\":60112,\"codes\":[60112,60113]},\"setIdx\":5,\"setId\":5,\"iconIdx\":232},{\"icon\":{\"paths\":[\"M832 256h-128l-64-96h-256l-64 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM512 672c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0z\",\"M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 54.48-81.76h221.72l54.52 81.76c5.821 8.636 15.566 14.24 26.619 14.24 0.007 0 0.015-0 0.022-0l127.999 0c17.673 0 32 14.327 32 32v0zM512 352c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM512 640c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"camera-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30966,\"id\":1014,\"name\":\"camera-duotone\",\"prevSize\":16,\"code\":60114,\"codes\":[60114,60115]},\"setIdx\":5,\"setId\":5,\"iconIdx\":233},{\"icon\":{\"paths\":[\"M896 320v448c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h128l64-96h256l64 96h128c35.346 0 64 28.654 64 64v0z\",\"M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 54.48-81.76h221.72l54.52 81.76c5.821 8.636 15.566 14.24 26.619 14.24 0.007 0 0.015-0 0.022-0l127.999 0c17.673 0 32 14.327 32 32v0zM672 544c0 17.673-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"camera-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30967,\"id\":1013,\"name\":\"camera-plus-duotone\",\"prevSize\":16,\"code\":60116,\"codes\":[60116,60117]},\"setIdx\":5,\"setId\":5,\"iconIdx\":234},{\"icon\":{\"paths\":[\"M896 320v448c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h128l64-96h256l64 96h128c35.346 0 64 28.654 64 64v0z\",\"M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 54.48-81.76h221.72l54.52 81.76c5.821 8.636 15.566 14.24 26.619 14.24 0.007 0 0.015-0 0.022-0l127.999 0c17.673 0 32 14.327 32 32v0zM704 384v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h20.6c-22.484-19.775-52.165-31.842-84.665-31.842-28.896 0-55.564 9.539-77.027 25.641l0.332-0.239c-5.289 4.013-11.983 6.428-19.24 6.428-17.678 0-32.008-14.33-32.008-32.008 0-10.42 4.979-19.677 12.688-25.522l0.080-0.058c31.723-23.829 71.767-38.16 115.158-38.16 49.252 0 94.191 18.464 128.273 48.847l-0.191-0.167v-16.92c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM633.56 620.8c4.013 5.289 6.429 11.981 6.429 19.238 0 10.411-4.971 19.66-12.67 25.504l-0.079 0.058c-31.723 23.829-71.767 38.16-115.158 38.16-49.252 0-94.191-18.464-128.273-48.847l0.191 0.167v16.92c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-20.6c22.484 19.775 52.165 31.842 84.665 31.842 28.896 0 55.564-9.539 77.027-25.641l-0.332 0.239c5.285-4.004 11.971-6.414 19.219-6.414 10.422 0 19.68 4.982 25.523 12.695l0.058 0.080z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"camera-rotate-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30968,\"id\":1012,\"name\":\"camera-rotate-duotone\",\"prevSize\":16,\"code\":60118,\"codes\":[60118,60119]},\"setIdx\":5,\"setId\":5,\"iconIdx\":235},{\"icon\":{\"paths\":[\"M832 256h-128l-64-96h-256l-64 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM512 672c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.6 42.48h-14.92c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h596.76l19.56 21.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM422.32 460.92l148 162.76c-16.478 10.247-36.476 16.321-57.893 16.321-0.15 0-0.3-0-0.45-0.001l0.023 0c-61.852-0.006-111.99-50.148-111.99-112 0-25.288 8.381-48.618 22.516-67.365l-0.206 0.285zM192 800c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h73.12l113.64 125.040c-26.553 30.648-42.733 70.915-42.733 114.96 0 97.193 78.782 175.984 175.971 176l0.001 0c38.153-0.085 73.451-12.239 102.297-32.845l-0.537 0.365 116.8 128.48zM928 320v424c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-424c0-17.673-14.327-32-32-32v0h-128c-11.046-0.007-20.782-5.609-26.528-14.126l-0.072-0.114-54.56-81.76h-221.88c-5.914 7.291-14.872 11.913-24.91 11.913-17.673 0-32-14.327-32-32 0-6.549 1.968-12.639 5.344-17.711l-0.074 0.117 8-12c5.815-8.681 15.585-14.32 26.672-14.32 0.003 0 0.005 0 0.008 0l256-0c0.006-0 0.013-0 0.021-0 11.053 0 20.798 5.604 26.547 14.126l0.072 0.114 54.48 81.76h110.88c53.019 0 96 42.981 96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"camera-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30969,\"id\":1011,\"name\":\"camera-slash-duotone\",\"prevSize\":16,\"code\":60120,\"codes\":[60120,60121]},\"setIdx\":5,\"setId\":5,\"iconIdx\":236},{\"icon\":{\"paths\":[\"M720 432c0 114.875-93.125 208-208 208v0c53.019 0 96-42.981 96-96v0c0-96-96-160-96-160s-96 64-96 160c0 53.019 42.981 96 96 96v0c-114.875 0-208-93.125-208-208v0c0-176 208-304 208-304s208 128 208 304z\",\"M512 672c132.484-0.159 239.841-107.516 240-239.984l0-0.016c0-191.68-214.12-325.64-223.24-331.24-4.768-2.976-10.558-4.74-16.76-4.74s-11.992 1.764-16.895 4.819l0.135-0.079c-41.568 27.236-77.7 57.318-110.080 91.030l-0.2 0.21c-73.88 76.52-112.96 159.6-112.96 240 0.159 132.484 107.516 239.841 239.984 240l0.016 0zM448 544c0-54.28 40-97.84 64-119.16 24 21.32 64 64.88 64 119.16 0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM512 166.64c46.96 33.36 176 137.36 176 265.36 0 0.016 0 0.035 0 0.054 0 46.908-18.422 89.513-48.426 120.976l0.066-0.070c0.2-2.96 0.36-5.96 0.36-8.96 0-112-105.76-183.64-110.24-186.64-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072c-4.48 3-110.24 74.64-110.24 186.64 0 3 0 6 0.36 8.96-29.938-31.393-48.36-73.998-48.36-120.906 0-0.019 0-0.038 0-0.057l-0 0.003c0-128 129.080-232 176-265.36zM894.48 905.68c-4.239 13.044-16.286 22.307-30.497 22.307-3.466 0-6.804-0.551-9.93-1.571l0.226 0.064-342.28-108.92-342.28 108.92c-2.899 0.955-6.235 1.505-9.7 1.505-17.676 0-32.005-14.329-32.005-32.005 0-14.211 9.262-26.259 22.079-30.436l0.226-0.064 256-81.48-256-81.52c-13.501-3.955-23.194-16.228-23.194-30.764 0-17.673 14.327-32 32-32 3.796 0 7.438 0.661 10.817 1.874l-0.223-0.070 342.28 108.88 342.28-108.88c3.155-1.143 6.797-1.804 10.594-1.804 17.673 0 32 14.327 32 32 0 14.536-9.693 26.809-22.967 30.707l-0.226 0.057-256 81.52 256 81.48c13.044 4.239 22.307 16.286 22.307 30.497 0 3.466-0.551 6.804-1.571 9.93l0.064-0.226z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"campfire-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30970,\"id\":1010,\"name\":\"campfire-duotone\",\"prevSize\":16,\"code\":60122,\"codes\":[60122,60123]},\"setIdx\":5,\"setId\":5,\"iconIdx\":237},{\"icon\":{\"paths\":[\"M896 288v192h-227.24c-15.394 0.017-28.241 10.9-31.283 25.392l-0.037 0.208c-12.275 58.906-63.763 102.528-125.44 102.528s-113.165-43.622-125.295-101.696l-0.145-0.832c-3.079-14.7-15.926-25.583-31.318-25.6l-227.242-0v-192c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z\",\"M832 192h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM160 384h704v64h-195.24c-30.815 0.017-56.535 21.81-62.607 50.824l-0.073 0.416c-9.36 43.988-47.883 76.506-94 76.506s-84.64-32.519-93.888-75.878l-0.112-0.629c-6.147-29.441-31.885-51.24-62.715-51.24-0.044 0-0.088 0-0.132 0l0.007-0h-195.24zM192 256h640c17.673 0 32 14.327 32 32v0 32h-704v-32c0-17.673 14.327-32 32-32v0zM832 768h-640c-17.673 0-32-14.327-32-32v0-224h195.2c15.383 73.584 79.72 128.062 156.78 128.062s141.397-54.478 156.597-127.021l0.183-1.041h195.24v224c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cardholder-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30971,\"id\":1009,\"name\":\"cardholder-duotone\",\"prevSize\":16,\"code\":60124,\"codes\":[60124,60125]},\"setIdx\":5,\"setId\":5,\"iconIdx\":238},{\"icon\":{\"paths\":[\"M768 352v448c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M736 288h-576c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM736 800h-576v-448h576v448zM928 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480h-608c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h608c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cards-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30972,\"id\":1008,\"name\":\"cards-duotone\",\"prevSize\":16,\"code\":60126,\"codes\":[60126,60127]},\"setIdx\":5,\"setId\":5,\"iconIdx\":239},{\"icon\":{\"paths\":[\"M736 736h160v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0zM128 832c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-96h-160zM776.44 211c-5.109-11.288-16.274-19-29.24-19l-470.4-0c-12.966 0-24.131 7.712-29.158 18.799l-0.082 0.201-119.56 269h768z\",\"M960 448h-43.2l-111.12-250c-10.218-22.576-32.548-38-58.48-38l-470.4-0c-25.932 0-48.262 15.424-58.317 37.598l-0.163 0.402-111.12 250h-43.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM276.8 224h470.4l99.56 224h-669.52zM256 832h-96v-64h96zM768 832v-64h96v64zM864 704h-704v-192h704zM224 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM672 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"car-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30973,\"id\":1007,\"name\":\"car-duotone\",\"prevSize\":16,\"code\":60128,\"codes\":[60128,60129]},\"setIdx\":5,\"setId\":5,\"iconIdx\":240},{\"icon\":{\"paths\":[\"M783.52 783.52c-69.491 69.496-165.495 112.48-271.538 112.48-212.077 0-384-171.923-384-384s171.923-384 384-384c106.043 0 202.047 42.984 271.538 112.48l0 0c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z\",\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM662.64 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM662.64 553.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-circle-double-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30974,\"id\":1006,\"name\":\"caret-circle-double-down-duotone\",\"prevSize\":16,\"code\":60130,\"codes\":[60130,60131]},\"setIdx\":5,\"setId\":5,\"iconIdx\":241},{\"icon\":{\"paths\":[\"M783.52 783.52c-69.491 69.496-165.495 112.48-271.538 112.48-212.077 0-384-171.923-384-384s171.923-384 384-384c106.043 0 202.047 42.984 271.538 112.48l0 0c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z\",\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM694.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM470.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-circle-double-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30975,\"id\":1005,\"name\":\"caret-circle-double-left-duotone\",\"prevSize\":16,\"code\":60132,\"codes\":[60132,60133]},\"setIdx\":5,\"setId\":5,\"iconIdx\":242},{\"icon\":{\"paths\":[\"M783.52 783.52c-69.491 69.496-165.495 112.48-271.538 112.48-212.077 0-384-171.923-384-384s171.923-384 384-384c106.043 0 202.047 42.984 271.538 112.48l0 0c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z\",\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM502.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM726.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-circle-double-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30976,\"id\":1004,\"name\":\"caret-circle-double-right-duotone\",\"prevSize\":16,\"code\":60134,\"codes\":[60134,60135]},\"setIdx\":5,\"setId\":5,\"iconIdx\":243},{\"icon\":{\"paths\":[\"M783.52 783.52c-69.491 69.496-165.495 112.48-271.538 112.48-212.077 0-384-171.923-384-384s171.923-384 384-384c106.043 0 202.047 42.984 271.538 112.48l0 0c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z\",\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM662.64 649.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM662.64 425.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-circle-double-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30977,\"id\":1003,\"name\":\"caret-circle-double-up-duotone\",\"prevSize\":16,\"code\":60136,\"codes\":[60136,60137]},\"setIdx\":5,\"setId\":5,\"iconIdx\":244},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM694.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-160-160c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4 137.36-137.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-circle-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30978,\"id\":1002,\"name\":\"caret-circle-down-duotone\",\"prevSize\":16,\"code\":60138,\"codes\":[60138,60139]},\"setIdx\":5,\"setId\":5,\"iconIdx\":245},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM598.64 374.64l-137.4 137.36 137.4 137.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 160-160c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-circle-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30979,\"id\":1001,\"name\":\"caret-circle-left-duotone\",\"prevSize\":16,\"code\":60140,\"codes\":[60140,60141]},\"setIdx\":5,\"setId\":5,\"iconIdx\":246},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM630.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-circle-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30980,\"id\":1000,\"name\":\"caret-circle-right-duotone\",\"prevSize\":16,\"code\":60142,\"codes\":[60142,60143]},\"setIdx\":5,\"setId\":5,\"iconIdx\":247},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 393.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM662.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-circle-up-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30981,\"id\":999,\"name\":\"caret-circle-up-down-duotone\",\"prevSize\":16,\"code\":60144,\"codes\":[60144,60145]},\"setIdx\":5,\"setId\":5,\"iconIdx\":248},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM694.64 553.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-137.36-137.4-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-circle-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30982,\"id\":998,\"name\":\"caret-circle-up-duotone\",\"prevSize\":16,\"code\":60146,\"codes\":[60146,60147]},\"setIdx\":5,\"setId\":5,\"iconIdx\":249},{\"icon\":{\"paths\":[\"M832 192l-320 320-320-320z\",\"M854.64 534.64l-320 320c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-320-320c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h0l297.36 297.4 297.36-297.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM169.36 214.64c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l639.999-0c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-320 320c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM269.36 224l242.64 242.76 242.76-242.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-double-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30983,\"id\":997,\"name\":\"caret-double-down-duotone\",\"prevSize\":16,\"code\":60148,\"codes\":[60148,60149]},\"setIdx\":5,\"setId\":5,\"iconIdx\":250},{\"icon\":{\"paths\":[\"M800 192v640l-320-320z\",\"M812.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-320 320c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 320 320c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-640c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM768 754.76l-242.76-242.76 242.76-242.76zM502.64 809.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-320-320c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 320-320c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-297.4 297.36z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-double-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30984,\"id\":996,\"name\":\"caret-double-left-duotone\",\"prevSize\":16,\"code\":60150,\"codes\":[60150,60151]},\"setIdx\":5,\"setId\":5,\"iconIdx\":251},{\"icon\":{\"paths\":[\"M544 512l-320 320v-640z\",\"M566.64 489.36l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v640c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 320-320c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM256 754.76v-485.52l242.76 242.76zM886.64 534.76l-320 320c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l297.4-297.48-297.4-297.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 320 320c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-double-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30985,\"id\":995,\"name\":\"caret-double-right-duotone\",\"prevSize\":16,\"code\":60152,\"codes\":[60152,60153]},\"setIdx\":5,\"setId\":5,\"iconIdx\":252},{\"icon\":{\"paths\":[\"M832 832h-640l320-320z\",\"M534.64 489.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-320 320c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l639.999 0c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM269.24 800l242.76-242.76 242.76 242.76zM169.24 534.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 320-320c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 320 320c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-297.24-297.4-297.36 297.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-double-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30986,\"id\":994,\"name\":\"caret-double-up-duotone\",\"prevSize\":16,\"code\":60154,\"codes\":[60154,60155]},\"setIdx\":5,\"setId\":5,\"iconIdx\":253},{\"icon\":{\"paths\":[\"M832 384l-320 320-320-320z\",\"M861.56 371.76c-4.934-11.696-16.306-19.757-29.56-19.76l-640-0c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 320 320c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 320-320c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 658.76l-242.76-242.76h485.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30987,\"id\":993,\"name\":\"caret-down-duotone\",\"prevSize\":16,\"code\":60156,\"codes\":[60156,60157]},\"setIdx\":5,\"setId\":5,\"iconIdx\":254},{\"icon\":{\"paths\":[\"M640 192v640l-320-320z\",\"M652.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-320 320c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 320 320c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-640c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM608 754.76l-242.76-242.76 242.76-242.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30988,\"id\":992,\"name\":\"caret-left-duotone\",\"prevSize\":16,\"code\":60158,\"codes\":[60158,60159]},\"setIdx\":5,\"setId\":5,\"iconIdx\":255},{\"icon\":{\"paths\":[\"M704 512l-320 320v-640z\",\"M726.64 489.36l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v640c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 320-320c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM416 754.76v-485.52l242.76 242.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30989,\"id\":991,\"name\":\"caret-right-duotone\",\"prevSize\":16,\"code\":60160,\"codes\":[60160,60161]},\"setIdx\":5,\"setId\":5,\"iconIdx\":256},{\"icon\":{\"paths\":[\"M320 704h384l-192 192zM512 128l-192 192h384z\",\"M704 672h-384c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM512 850.76l-114.76-114.76h229.52zM320 352h384c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM512 173.24l114.76 114.76h-229.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-up-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30990,\"id\":990,\"name\":\"caret-up-down-duotone\",\"prevSize\":16,\"code\":60162,\"codes\":[60162,60163]},\"setIdx\":5,\"setId\":5,\"iconIdx\":257},{\"icon\":{\"paths\":[\"M832 640h-640l320-320z\",\"M854.64 617.36l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-320 320c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l639.999 0c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM269.24 608l242.76-242.76 242.76 242.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"caret-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30991,\"id\":989,\"name\":\"caret-up-duotone\",\"prevSize\":16,\"code\":60164,\"codes\":[60164,60165]},\"setIdx\":5,\"setId\":5,\"iconIdx\":258},{\"icon\":{\"paths\":[\"M352 704c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM768 608c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM649.36 297.36c-5.786-5.78-13.775-9.356-22.599-9.36l-449.641-0c-0.006-0-0.013-0-0.021-0-11.053 0-20.798 5.604-26.547 14.126l-0.072 0.114-118.48 177.76h800z\",\"M960 448h-114.76l-173.24-173.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-449.64c-22.062 0.042-41.499 11.241-52.975 28.253l-0.145 0.227-118.64 177.76c-3.349 4.997-5.349 11.144-5.36 17.757l-0 0.003v192c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h264c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM177.12 320h449.64l128 128h-662.76zM256 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM768 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM960 672h-68c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-264c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-68v-160h896z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"car-profile-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30992,\"id\":988,\"name\":\"car-profile-duotone\",\"prevSize\":16,\"code\":60166,\"codes\":[60166,60167]},\"setIdx\":5,\"setId\":5,\"iconIdx\":259},{\"icon\":{\"paths\":[\"M734.4 606.4c-158.4 161.6-559.16 285.6-559.16 285.6-4.33 2.333-9.477 3.704-14.944 3.704-17.673 0-32-14.327-32-32 0-5.467 1.371-10.613 3.787-15.114l-0.084 0.171s124-400.76 285.6-559.16c40.538-40.538 96.541-65.611 158.4-65.611 123.718 0 224.011 100.293 224.011 224.011 0 61.859-25.073 117.862-65.611 158.4l0-0z\",\"M928 256h-114.76l105.4-105.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-105.36 105.4v-114.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 130.28c-36.715-21.559-80.866-34.292-127.99-34.292-70.588 0-134.504 28.57-180.815 74.776l0.005-0.005c-160.4 157.56-281 532.32-292.76 569.8-3.779 7.922-5.986 17.216-5.986 27.026 0 35.346 28.654 64 64 64 9.81 0 19.105-2.207 27.414-6.152l-0.388 0.166c37.48-11.76 412.72-132.52 569.88-292.84 46.148-46.297 74.681-110.176 74.681-180.719 0-47.145-12.744-91.313-34.975-129.248l0.654 1.207h130.28c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM711.52 584c-35.76 36.48-85 71.2-139.4 102.92l-101.52-101.56c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l88.36 88.36c-163.48 84.76-345.28 141.68-348 142.52-2.187 0.717-4.065 1.557-5.837 2.562l0.157-0.082c0.881-1.6 1.681-3.467 2.299-5.415l0.061-0.225c1.16-3.72 112-358.32 256-522.68l135.080 135.080c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-134-133.96c30.929-22.234 69.563-35.557 111.309-35.557 106.039 0 192 85.961 192 192 0 53.155-21.6 101.265-56.502 136.031l-0.006 0.006z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"carrot-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30993,\"id\":987,\"name\":\"carrot-duotone\",\"prevSize\":16,\"code\":60168,\"codes\":[60168,60169]},\"setIdx\":5,\"setId\":5,\"iconIdx\":260},{\"icon\":{\"paths\":[\"M896 480h-768l119.56-269c5.109-11.288 16.274-19 29.24-19l470.4-0c12.966 0 24.131 7.712 29.158 18.799l0.082 0.201z\",\"M960 448h-43.2l-111.12-250c-10.218-22.576-32.548-38-58.48-38l-470.4-0c-25.932 0-48.262 15.424-58.317 37.598l-0.163 0.402-111.12 250h-43.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM276.8 224h470.4l99.56 224h-669.52zM864 832h-96v-96c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 96h-96v-320h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"car-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30994,\"id\":986,\"name\":\"car-simple-duotone\",\"prevSize\":16,\"code\":60170,\"codes\":[60170,60171]},\"setIdx\":5,\"setId\":5,\"iconIdx\":261},{\"icon\":{\"paths\":[\"M681.6 684.8l86.4 115.2h-512l86.4-115.2c5.9-7.807 15.167-12.8 25.6-12.8h288c10.433 0 19.7 4.993 25.542 12.72l0.058 0.080zM704 352c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM416 448c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0z\",\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM320 768l48-64h288l48 64zM896 768h-112l-76.8-102.4c-11.827-15.581-30.344-25.553-51.192-25.6l-0.008-0h-288c-20.856 0.047-39.373 10.019-51.084 25.441l-0.116 0.159-76.8 102.4h-112v-512h768v512zM704 320h-384c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h384c70.692 0 128-57.308 128-128s-57.308-128-128-128v0zM593.2 384c-10.812 18.351-17.198 40.43-17.198 64s6.387 45.649 17.524 64.599l-0.326-0.599h-162.4c10.812-18.351 17.198-40.43 17.198-64s-6.387-45.649-17.524-64.599l0.326 0.599zM256 448c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM704 512c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cassette-tape-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30995,\"id\":985,\"name\":\"cassette-tape-duotone\",\"prevSize\":16,\"code\":60172,\"codes\":[60172,60173]},\"setIdx\":5,\"setId\":5,\"iconIdx\":262},{\"icon\":{\"paths\":[\"M832 160v192l-64 64v448c0 17.673-14.327 32-32 32v0h-128v-288c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 288h-128c-17.673 0-32-14.327-32-32v0-448l-64-64v-192c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0 64c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-64c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0 64c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-64c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z\",\"M800 96h-64c-35.346 0-64 28.654-64 64v0 64h-64v-64c0-35.346-28.654-64-64-64v0h-64c-35.346 0-64 28.654-64 64v0 64h-64v-64c0-35.346-28.654-64-64-64v0h-64c-35.346 0-64 28.654-64 64v0 178.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 45.24 45.24v434.76c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-434.76l45.24-45.24c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-178.76c0-35.346-28.654-64-64-64v0zM576 864h-128v-256c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM800 338.76l-45.24 45.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v434.76h-96v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256h-96v-434.76c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004-45.24-45.24v-178.76h64v64c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-64h64v64c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-64h64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"castle-turret-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30996,\"id\":984,\"name\":\"castle-turret-duotone\",\"prevSize\":16,\"code\":60174,\"codes\":[60174,60175]},\"setIdx\":5,\"setId\":5,\"iconIdx\":263},{\"icon\":{\"paths\":[\"M896 192v352c0 194.4-172 352-384 352s-384-157.6-384-352v-352c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 87.76 101.040c66.892-48.993 150.812-78.396 241.6-78.396s174.709 29.402 242.759 79.205l-1.159-0.809 87.76-100.96c5.792-5.798 13.797-9.385 22.64-9.385 17.654 0 31.969 14.296 32 31.942l0 0.003z\",\"M384 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM688 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 192v352c0 211.72-186.6 384-416 384s-416-172.28-416-384v-352c0.017-35.333 28.664-63.97 64-63.97 17.666 0 33.66 7.157 45.24 18.731l-0-0c0.56 0.56 1.040 1.080 1.52 1.64l69.24 79.6c67.013-42.594 148.653-67.882 236.2-67.882s169.187 25.288 238.015 68.958l-1.815-1.076 68.84-79.6c0.48-0.56 0.96-1.080 1.52-1.64 11.58-11.573 27.574-18.73 45.24-18.73 35.336 0 63.983 28.637 64 63.969l0 0.002zM864 192l-86.24 99.2c-5.901 6.799-14.556 11.074-24.209 11.074-7.166 0-13.781-2.355-19.115-6.334l0.084 0.060c-18.108-13.534-38.626-25.875-60.346-36.082l-2.174-0.918v93c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-115.8c-18.383-4.964-40.183-8.812-62.525-10.775l-1.475-0.105v126.68c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-126.68c-23.817 2.068-45.617 5.916-66.717 11.49l2.717-0.61v115.8c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-93c-23.893 11.125-44.412 23.465-63.459 37.67l0.939-0.67c-5.261 3.947-11.9 6.321-19.094 6.321-9.62 0-18.248-4.245-24.114-10.963l-0.032-0.038-86.24-99.32v352c0 166.64 140.84 304 320 318.68v-81.44l-54.64-54.64c-5.786-5.791-9.364-13.787-9.364-22.62 0-17.675 14.329-32.004 32.004-32.004 8.843 0 16.847 3.586 22.64 9.383l41.36 41.36 41.36-41.36c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l-54.64 54.64v81.44c179.16-14.76 320-152 320-318.68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cat-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30997,\"id\":983,\"name\":\"cat-duotone\",\"prevSize\":16,\"code\":60176,\"codes\":[60176,60177]},\"setIdx\":5,\"setId\":5,\"iconIdx\":264},{\"icon\":{\"paths\":[\"M800 160v640c0 17.673-14.327 32-32 32v0h-640c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 640-640c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z\",\"M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM768 800h-640l640-640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cell-signal-full-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30998,\"id\":982,\"name\":\"cell-signal-full-duotone\",\"prevSize\":16,\"code\":60178,\"codes\":[60178,60179]},\"setIdx\":5,\"setId\":5,\"iconIdx\":265},{\"icon\":{\"paths\":[\"M640 242.8v589.2h-512c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0z\",\"M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM608 320v480h-480zM768 800h-96v-544l96-96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cell-signal-high-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":30999,\"id\":981,\"name\":\"cell-signal-high-duotone\",\"prevSize\":16,\"code\":60180,\"codes\":[60180,60181]},\"setIdx\":5,\"setId\":5,\"iconIdx\":266},{\"icon\":{\"paths\":[\"M320 562.8v269.2h-192c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0z\",\"M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM288 640v160h-160zM768 800h-416v-224l416-416z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cell-signal-low-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31000,\"id\":980,\"name\":\"cell-signal-low-duotone\",\"prevSize\":16,\"code\":60182,\"codes\":[60182,60183]},\"setIdx\":5,\"setId\":5,\"iconIdx\":267},{\"icon\":{\"paths\":[\"M480 402.8v429.2h-352c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0z\",\"M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM448 480v320h-320zM768 800h-256v-384l256-256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cell-signal-medium-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31001,\"id\":979,\"name\":\"cell-signal-medium-duotone\",\"prevSize\":16,\"code\":60184,\"codes\":[60184,60185]},\"setIdx\":5,\"setId\":5,\"iconIdx\":268},{\"icon\":{\"paths\":[\"M792.48 100.92c-7.23-3.075-15.641-4.862-24.468-4.862-17.672 0-33.67 7.162-45.252 18.742l-640 640c-11.549 11.576-18.69 27.554-18.69 45.2 0 35.322 28.614 63.96 63.927 64l640.004 0c35.346 0 64-28.654 64-64v0-640c-0.023-26.493-16.139-49.216-39.1-58.922l-0.42-0.158zM768 800h-640l640-640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":0,\"tags\":[\"cell-signal-none-duotone\"],\"colorPermutations\":{\"16868681\":[{}]}},\"attrs\":[{}],\"properties\":{\"order\":31002,\"id\":978,\"name\":\"cell-signal-none-duotone\",\"prevSize\":16,\"code\":60186},\"setIdx\":5,\"setId\":5,\"iconIdx\":269},{\"icon\":{\"paths\":[\"M800 160v640c0 17.673-14.327 32-32 32v0h-640c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 640-640c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z\",\"M855.68 842.48l-640-704c-5.878-6.456-14.318-10.493-23.7-10.493-17.68 0-32.013 14.332-32.013 32.013 0 8.298 3.157 15.858 8.336 21.546l-0.023-0.026 232.28 255.44-317.8 317.76c-11.597 11.584-18.77 27.594-18.77 45.28 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l640 0c6.515-0.031 12.787-1.023 18.697-2.841l-0.457 0.121 22.080 24.24c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM128 800l315.6-315.56 286.96 315.56zM512.72 370.040c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l210.040-210c11.58-11.573 27.574-18.73 45.24-18.73 35.322 0 63.96 28.614 64 63.926l0 0.004v478.52c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-478.52l-210 210.040c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cell-signal-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31003,\"id\":977,\"name\":\"cell-signal-slash-duotone\",\"prevSize\":16,\"code\":60187,\"codes\":[60187,60188]},\"setIdx\":5,\"setId\":5,\"iconIdx\":270},{\"icon\":{\"paths\":[\"M800 160v480l-182.64 182.64c-5.786 5.78-13.775 9.356-22.599 9.36l-466.761 0c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 640-640c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z\",\"M854.64 777.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.4 73.4c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l73.36-73.36-73.36-73.4c-5.449-5.727-8.801-13.492-8.801-22.041 0-17.673 14.327-32 32-32 8.548 0 16.314 3.352 22.054 8.813l-0.013-0.013 73.4 73.36 73.36-73.36c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l-73.4 73.4zM512 800h-384l640-640v320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-0.003 0-0.007 0-0.010 0-35.346-28.654-64-64-64-17.666 0-33.66 7.157-45.24 18.731l-640 640c-11.597 11.584-18.77 27.594-18.77 45.28 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l384 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cell-signal-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31004,\"id\":976,\"name\":\"cell-signal-x-duotone\",\"prevSize\":16,\"code\":60189,\"codes\":[60189,60190]},\"setIdx\":5,\"setId\":5,\"iconIdx\":271},{\"icon\":{\"paths\":[\"M896 224v144.92c-33.813-30.335-78.74-48.884-128-48.884-106.052 0-192.024 85.972-192.024 192.024 0 56.792 24.654 107.825 63.844 142.982l0.18 0.158v112.8h-480c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M992 512c0-0.062 0-0.134 0-0.207 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 61.052 24.425 116.4 64.036 156.804l-0.036-0.037v227.44c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383 17.673 0 32-14.327 32-32 0-0.008-0-0.016-0-0.024l0 0.001v-227.44c39.571-40.254 64-95.503 64-156.457 0-0.036-0-0.073-0-0.109l0 0.006zM768 352c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0zM782.32 803.36c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-129.88c28.094 13.657 61.115 21.64 96 21.64s67.906-7.983 97.335-22.222l-1.335 0.582v129.88zM544 768c0 17.673-14.327 32-32 32v0h-352c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0h-704v512h352c17.673 0 32 14.327 32 32v0zM480 544c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM480 416c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"certificate-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31005,\"id\":975,\"name\":\"certificate-duotone\",\"prevSize\":16,\"code\":60191,\"codes\":[60191,60192]},\"setIdx\":5,\"setId\":5,\"iconIdx\":272},{\"icon\":{\"paths\":[\"M224 352v-192c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0 192c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0zM832 576h-640c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z\",\"M832 544h-128v-128h64c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h64v128h-128c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0h32v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h448v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h32c35.346 0 64-28.654 64-64v0-64c0-35.346-28.654-64-64-64v0zM256 160h512v192h-512zM384 416h256v128h-256zM832 672h-640v-64h640v64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chair-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31006,\"id\":974,\"name\":\"chair-duotone\",\"prevSize\":16,\"code\":60193,\"codes\":[60193,60194]},\"setIdx\":5,\"setId\":5,\"iconIdx\":273},{\"icon\":{\"paths\":[\"M768 320v352h-288v128h-224v-480z\",\"M960 768h-32v-544c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 544h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 224h704v544h-64v-96c0-17.673-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32v0 96h-160v-416h448v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 448h-64zM736 768h-224v-64h224z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chalkboard-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31007,\"id\":973,\"name\":\"chalkboard-duotone\",\"prevSize\":16,\"code\":60195,\"codes\":[60195,60196]},\"setIdx\":5,\"setId\":5,\"iconIdx\":274},{\"icon\":{\"paths\":[\"M736 672v128h-256v-128z\",\"M96 672v-448c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0 448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448h-704v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM992 800c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384v-96c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0 96h192c17.673 0 32 14.327 32 32v0zM512 768h192v-64h-192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chalkboard-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31008,\"id\":972,\"name\":\"chalkboard-simple-duotone\",\"prevSize\":16,\"code\":60197,\"codes\":[60197,60198]},\"setIdx\":5,\"setId\":5,\"iconIdx\":275},{\"icon\":{\"paths\":[\"M768 320v384h-352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0h-32v-256z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h53.56c0.003 0 0.007 0 0.010 0 12.688 0 23.651-7.384 28.826-18.089l0.083-0.191c31.527-65.449 97.342-109.812 173.52-109.812s141.993 44.364 173.021 108.664l0.499 1.148c5.259 10.896 16.222 18.28 28.91 18.28 0.004 0 0.007-0 0.011-0l245.559 0c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM320 576c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM864 800h-226.28c-27.012-45.87-66.468-81.89-113.738-103.976l-1.582-0.664c32.953-29.437 53.6-72.055 53.6-119.495 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 47.44 20.647 90.058 53.444 119.358l0.156 0.137c-48.852 22.75-88.308 58.77-114.664 103.439l-0.656 1.201h-34.28v-576h704zM224 384v-64c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0 384c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-320h-448v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chalkboard-teacher-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31009,\"id\":971,\"name\":\"chalkboard-teacher-duotone\",\"prevSize\":16,\"code\":60199,\"codes\":[60199,60200]},\"setIdx\":5,\"setId\":5,\"iconIdx\":276},{\"icon\":{\"paths\":[\"M480 704c-178.8 0-174.8-231.48-143.2-416h286.4c31.6 184.52 35.6 416-143.2 416z\",\"M599.64 54.12c-4.296-12.947-16.295-22.12-30.437-22.12-0.001 0-0.002 0-0.004 0l-178.36-0c-0.001-0-0.002-0-0.003-0-14.142 0-26.141 9.173-30.371 21.894l-0.065 0.226c-21.403 65.334-41.148 145.755-55.314 228.084l-1.526 10.716c-29.040 177-17.4 303.040 34.6 374.64 25.409 35.525 64.285 60.020 109.018 66.030l0.822 0.090v194.32h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-194.32c45.564-6.070 84.45-30.574 109.511-65.635l0.329-0.485c52-71.6 63.68-197.64 34.64-374.64-15.692-93.045-35.437-173.466-60.36-251.575l3.52 12.775zM414.36 96h131.32c12.24 40.76 27.080 97.68 39.2 160h-209.68c12.12-62.32 26.92-119.24 39.16-160zM570.080 629.92c-20.56 28.32-50.080 42.080-90.080 42.080s-69.48-13.76-90.040-42.040c-46.36-63.8-43.76-189.96-25.96-309.96h232c17.88 120 20.48 246.080-25.92 309.92zM928 208c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 80c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM832 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"champagne-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31010,\"id\":970,\"name\":\"champagne-duotone\",\"prevSize\":16,\"code\":60201,\"codes\":[60201,60202]},\"setIdx\":5,\"setId\":5,\"iconIdx\":277},{\"icon\":{\"paths\":[\"M672 224v640h-448v-640c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0z\",\"M538.48 494.040c3.458 5.035 5.523 11.262 5.523 17.971 0 4.275-0.838 8.355-2.36 12.083l0.077-0.214-64 160c-4.864 11.876-16.333 20.089-29.72 20.089-17.689 0-32.029-14.34-32.029-32.029 0-4.302 0.848-8.406 2.386-12.153l-0.078 0.213 46.44-116h-80.72c-0.016 0-0.036 0-0.055 0-17.673 0-32-14.327-32-32 0-4.325 0.858-8.449 2.413-12.213l-0.078 0.213 64-160c4.88-11.856 16.343-20.051 29.72-20.051 17.701 0 32.051 14.35 32.051 32.051 0 4.325-0.856 8.449-2.409 12.213l0.078-0.213-46.44 116h80.72c10.967 0.002 20.645 5.52 26.409 13.931l0.071 0.109zM992 346.52v325.48c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-160c0-17.673-14.327-32-32-32v0h-64v352h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-608c0-53.019 42.981-96 96-96v0h320c53.019 0 96 42.981 96 96v0 192h64c53.019 0 96 42.981 96 96v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-325.48c-0.027-8.796-3.598-16.752-9.36-22.52l-77.28-77.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 77.36 77.28c17.299 17.27 28.001 41.143 28.001 67.517 0 0.128-0 0.256-0.001 0.383l0-0.020zM640 832v-608c0-17.673-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32v0 608z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"charging-station-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31011,\"id\":969,\"name\":\"charging-station-duotone\",\"prevSize\":16,\"code\":60203,\"codes\":[60203,60204]},\"setIdx\":5,\"setId\":5,\"iconIdx\":278},{\"icon\":{\"paths\":[\"M832 160v672h-224v-672z\",\"M896 800h-32v-640c0-17.673-14.327-32-32-32v0h-224c-17.673 0-32 14.327-32 32v0 160h-192c-17.673 0-32 14.327-32 32v0 160h-160c-17.673 0-32 14.327-32 32v0 256h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 192h160v608h-160zM416 384h160v416h-160zM224 576h128v224h-128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-bar-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31012,\"id\":968,\"name\":\"chart-bar-duotone\",\"prevSize\":16,\"code\":60205,\"codes\":[60205,60206]},\"setIdx\":5,\"setId\":5,\"iconIdx\":279},{\"icon\":{\"paths\":[\"M864 416v192h-704v-192z\",\"M864 384h-160v-160c0-17.673-14.327-32-32-32v0h-480v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h352c17.673 0 32-14.327 32-32v0-160h288c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM640 256v128h-448v-128zM512 768h-320v-128h320zM832 576h-640v-128h640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-bar-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31013,\"id\":967,\"name\":\"chart-bar-horizontal-duotone\",\"prevSize\":16,\"code\":60207,\"codes\":[60207,60208]},\"setIdx\":5,\"setId\":5,\"iconIdx\":280},{\"icon\":{\"paths\":[\"M896 517.48c-2.88 206.8-171.68 375.6-378.48 378.48h-5.52v-223.96c0.072 0 0.156 0 0.241 0 88.366 0 160-71.634 160-160 0-79.198-57.542-144.956-133.099-157.748l-0.942-0.132c-14.983-2.702-26.201-15.642-26.201-31.203 0-0.083 0-0.167 0.001-0.25l-0 0.013v-162.68c-0-0.033-0-0.073-0-0.112 0-17.673 14.327-32 32-32 0.943 0 1.877 0.041 2.8 0.121l-0.12-0.008c197.6 17.84 352.12 186.6 349.32 389.48z\",\"M549.56 96.24c-1.666-0.154-3.603-0.242-5.56-0.242-35.346 0-64 28.654-64 64 0 0.001 0 0.001 0 0.002l-0-0v162.68c-0.001 0.138-0.002 0.301-0.002 0.465 0 31.35 22.74 57.389 52.625 62.522l0.376 0.053c61.001 10.514 106.821 63.024 106.821 126.236 0 70.692-57.308 128-128 128-68.313 0-124.127-53.515-127.807-120.909l-0.014-0.327c-1.64-32.88 5.080-60 20-81.040v0c7.427-10.256 11.88-23.089 11.88-36.962 0-17.548-7.125-33.431-18.639-44.916l-0.001-0.001-110.48-113.080c-11.582-11.582-27.582-18.746-45.256-18.746-19.767 0-37.441 8.961-49.181 23.043l-0.083 0.103c-59.853 71.352-96.209 164.172-96.209 265.484 0 115.718 47.43 220.357 123.91 295.539l0.058 0.057c74.614 74.043 177.389 119.802 290.851 119.802 0.404 0 0.808-0.001 1.212-0.002l-0.063 0h5.96c224.867-3.949 406.114-185.21 410.035-409.709l0.005-0.371c3-217.2-163.24-402.4-378.44-421.68zM241.28 287.76l110.44 112.76v0.24c-15.729 22.32-26.429 49.261-29.881 78.423l-0.079 0.817h-160.32c6.885-73.934 35.903-140.024 80.275-192.77l-0.435 0.53zM161.48 544h161.2c13.979 80.642 76.684 143.36 156.173 157.195l1.147 0.165v161.2c-169.142-15.91-302.632-149.414-318.413-317.156l-0.107-1.404zM760.56 760.56c-56.109 56.489-131.341 93.922-215.169 101.775l-1.391 0.105v-161.080c38.656-6.602 72.43-24.029 99.020-49.013l-0.1 0.093c37.651-35.148 61.119-85.073 61.119-140.479 0-94.749-68.631-173.468-158.893-189.156l-1.147-0.165v-162.64c182.080 16.32 322.68 173.12 320 357-1.35 95.347-40.641 181.261-103.417 243.538l-0.023 0.022z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-donut-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31014,\"id\":966,\"name\":\"chart-donut-duotone\",\"prevSize\":16,\"code\":60209,\"codes\":[60209,60210]},\"setIdx\":5,\"setId\":5,\"iconIdx\":281},{\"icon\":{\"paths\":[\"M896 224v608h-768v-640h736c17.673 0 32 14.327 32 32v0z\",\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 50.76l224 224 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 233.36 233.4v-82.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0.029 0.478 0.046 1.037 0.046 1.6s-0.017 1.122-0.049 1.677l0.004-0.077c0 0.44 0 0.84-0.2 1.28s0 1.2-0.28 1.84c-0.101 0.578-0.226 1.076-0.382 1.56l0.022-0.080c0 0.52-0.24 1.040-0.4 1.56s-0.32 0.92-0.48 1.4l-0.56 1.56-0.6 1.24c-0.24 0.52-0.48 1.080-0.76 1.6s-0.44 0.72-0.64 1.12l-0.96 1.56-0.84 1.12-1.040 1.4c-0.44 0.56-0.96 1.080-1.44 1.6l-0.64 0.72-0.68 0.6c-0.517 0.512-1.065 0.996-1.639 1.449l-0.041 0.031c-0.381 0.332-0.798 0.66-1.231 0.967l-0.049 0.033-1.2 0.88-1.52 0.92c-0.333 0.22-0.726 0.446-1.133 0.65l-0.067 0.030-1.48 0.76-1.36 0.6-1.44 0.52c-0.414 0.182-0.92 0.36-1.44 0.502l-0.080 0.018-1.44 0.4c-0.56 0-1.040 0.28-1.6 0.36l-1.68 0.28-1.4 0.2c-0.472 0.028-1.024 0.045-1.58 0.045s-1.108-0.016-1.656-0.048l0.076 0.004h-160.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h82.76l-210.76-210.64-105.36 105.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-201.36-201.4v466.76h736c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-line-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31015,\"id\":965,\"name\":\"chart-line-down-duotone\",\"prevSize\":16,\"code\":60211,\"codes\":[60211,60212]},\"setIdx\":5,\"setId\":5,\"iconIdx\":282},{\"icon\":{\"paths\":[\"M896 224v608h-768v-640h736c17.673 0 32 14.327 32 32v0z\",\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 377.48l202.92-177.48c5.598-4.92 12.987-7.922 21.077-7.922 7.241 0 13.921 2.405 19.283 6.46l-0.080-0.058 235.24 176.44 236.48-206.92c5.779-5.722 13.733-9.258 22.512-9.258 17.673 0 32 14.327 32 32 0 10.235-4.805 19.348-12.282 25.205l-0.070 0.053-256 224c-5.598 4.92-12.987 7.922-21.077 7.922-7.241 0-13.921-2.405-19.283-6.46l0.080 0.058-235.24-176.36-225.56 197.36v145.48h736c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-line-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31016,\"id\":964,\"name\":\"chart-line-duotone\",\"prevSize\":16,\"code\":60213,\"codes\":[60213,60214]},\"setIdx\":5,\"setId\":5,\"iconIdx\":283},{\"icon\":{\"paths\":[\"M896 224v608h-768v-640h736c17.673 0 32 14.327 32 32v0z\",\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 434.76l201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l105.36 105.4 210.76-210.76h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-233.36 233.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-105.36-105.4-224 224v82.76h736c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-line-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31017,\"id\":963,\"name\":\"chart-line-up-duotone\",\"prevSize\":16,\"code\":60215,\"codes\":[60215,60216]},\"setIdx\":5,\"setId\":5,\"iconIdx\":284},{\"icon\":{\"paths\":[\"M512 128v384l-332.56 192c-32.344-55.077-51.446-121.308-51.446-192 0-212.077 171.923-384 384-384 0.002 0 0.004 0 0.006 0l-0-0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM799.48 309.080l-255.48 147.48v-295.080c105.87 9.984 197.039 65.51 254.75 146.522l0.73 1.078zM480 161.48v332l-287.56 166c-20.443-43.255-32.377-93.965-32.377-147.463 0-183.116 139.825-333.573 318.53-350.429l1.407-0.107zM512 864c-118.309-0.050-222.966-58.459-286.75-148.001l-0.73-1.079 607.040-350.44c20.459 43.27 32.404 94 32.404 147.52 0 194.391-157.575 351.979-351.962 352l-0.002 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-pie-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31018,\"id\":962,\"name\":\"chart-pie-duotone\",\"prevSize\":16,\"code\":60217,\"codes\":[60217,60218]},\"setIdx\":5,\"setId\":5,\"iconIdx\":285},{\"icon\":{\"paths\":[\"M384 150v288l-249.6 144c-4.087-21.033-6.425-45.219-6.425-69.952 0-166.205 105.592-307.747 253.351-361.202l2.674-0.845z\",\"M400 465.72c9.632-5.636 16-15.931 16-27.713 0-0.003-0-0.005-0-0.008l0 0v-288c-0.102-17.596-14.389-31.821-31.999-31.821-3.814 0-7.472 0.667-10.863 1.891l0.223-0.070c-162.982 58.904-277.365 212.289-277.365 392.389 0 26.733 2.52 52.877 7.336 78.208l-0.411-2.598c1.974 10.392 8.75 18.87 17.884 23.157l0.196 0.083c3.902 1.869 8.483 2.96 13.318 2.96 0.029 0 0.058-0 0.086-0l-0.004 0c0.004 0 0.008 0 0.012 0 5.886 0 11.401-1.589 16.139-4.362l-0.151 0.082zM352 198.48v221.040l-191.52 110.52c-0.48-6.040-0.48-12.12-0.48-18.040 0.123-135.968 77.213-253.902 190.046-312.595l1.954-0.925zM873.36 306.080c-0.36-0.72-0.72-1.48-1.16-2.2s-0.8-1.32-1.24-1.96c-73.548-123.998-206.687-205.84-358.948-205.92l-0.012-0c-17.673 0-32 14.327-32 32v0 367.32l-315.24 183.6c-9.605 5.642-15.952 15.922-15.952 27.685 0 6.019 1.662 11.651 4.552 16.46l-0.081-0.145c73.609 123.73 206.634 205.344 358.72 205.344 229.75 0 416-186.25 416-416 0-0.093-0-0.186-0-0.279l0 0.015c0-0.156 0-0.341 0-0.526 0-75.576-20.282-146.415-55.7-207.37l1.060 1.976zM544 161.44c105.916 10.028 197.112 65.609 254.829 146.679l0.731 1.081-255.56 148.84zM512 864c-117.279-0.31-221.103-57.635-285.258-145.708l-0.702-1.012 605.56-352.72c20.436 43.248 32.367 93.951 32.367 147.44 0 194.392-157.577 351.981-351.964 352l-0.002 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-pie-slice-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31019,\"id\":961,\"name\":\"chart-pie-slice-duotone\",\"prevSize\":16,\"code\":60219,\"codes\":[60219,60220]},\"setIdx\":5,\"setId\":5,\"iconIdx\":286},{\"icon\":{\"paths\":[\"M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.52 480h-96.6c-15.199-115.933-105.987-206.721-220.622-221.781l-1.298-0.139v-96.6c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423zM480 480h-157.28c14.109-80.546 76.734-143.172 156.126-157.112l1.154-0.168zM480 544v157.28c-80.546-14.109-143.172-76.734-157.112-156.126l-0.168-1.154zM544 544h157.28c-14.109 80.546-76.734 143.172-156.126 157.112l-1.154 0.168zM544 480v-157.28c80.546 14.109 143.172 76.734 157.112 156.126l0.168 1.154zM480 161.48v96.6c-115.933 15.199-206.721 105.987-221.781 220.622l-0.139 1.298h-96.6c16.113-169.036 149.484-302.407 317.097-318.41l1.423-0.11zM161.48 544h96.6c15.199 115.933 105.987 206.721 220.622 221.781l1.298 0.139v96.6c-169.036-16.113-302.407-149.484-318.41-317.097l-0.11-1.423zM544 862.52v-96.6c115.933-15.199 206.721-105.987 221.781-220.622l0.139-1.298h96.6c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-polar-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31020,\"id\":960,\"name\":\"chart-polar-duotone\",\"prevSize\":16,\"code\":60221,\"codes\":[60221,60222]},\"setIdx\":5,\"setId\":5,\"iconIdx\":287},{\"icon\":{\"paths\":[\"M896 224v608h-768v-640h736c17.673 0 32 14.327 32 32v0z\",\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 608h736c17.673 0 32 14.327 32 32v0zM528 640c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM432 416c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM304 704c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM688 512c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM784 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM704 656c0 26.51 21.49 48 48 48s48-21.49 48-48c0-26.51-21.49-48-48-48v0c-26.51 0-48 21.49-48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chart-scatter-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31021,\"id\":959,\"name\":\"chart-scatter-duotone\",\"prevSize\":16,\"code\":60223,\"codes\":[60223,60224]},\"setIdx\":5,\"setId\":5,\"iconIdx\":288},{\"icon\":{\"paths\":[\"M896 224v512c0 17.673-14.327 32-32 32v0h-237.88c-0.003-0-0.006-0-0.010-0-11.586 0-21.734 6.158-27.35 15.379l-0.080 0.141-59.24 96.96c-5.694 9.372-15.847 15.537-27.44 15.537s-21.746-6.165-27.36-15.395l-0.080-0.142-59.24-96.96c-5.696-9.362-15.844-15.52-27.43-15.52-0.003 0-0.007 0-0.010 0l-237.879-0c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M464 480c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM688 528c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM928 224v512c0 35.346-28.654 64-64 64v0h-237.88l-59.36 97.16c-11.413 18.62-31.652 30.854-54.748 30.854-23.194 0-43.507-12.338-54.732-30.81l-0.16-0.284-59.24-96.92h-237.88c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 224h-704v512h237.88c23.111 0.062 43.348 12.304 54.641 30.642l0.159 0.278 59.32 97.080 59.28-97.28c11.494-18.549 31.737-30.72 54.824-30.72 0.006 0 0.011 0 0.017 0l237.879-0zM336 528c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-centered-dots-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31022,\"id\":958,\"name\":\"chat-centered-dots-duotone\",\"prevSize\":16,\"code\":60225,\"codes\":[60225,60226]},\"setIdx\":5,\"setId\":5,\"iconIdx\":289},{\"icon\":{\"paths\":[\"M896 224v512c0 17.673-14.327 32-32 32v0h-237.88c-0.003-0-0.006-0-0.010-0-11.586 0-21.734 6.158-27.35 15.379l-0.080 0.141-59.24 96.96c-5.694 9.372-15.847 15.537-27.44 15.537s-21.746-6.165-27.36-15.395l-0.080-0.142-59.24-96.96c-5.696-9.362-15.844-15.52-27.43-15.52-0.003 0-0.007 0-0.010 0l-237.879-0c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h237.88l59.24 96.92c11.385 18.755 31.698 31.094 54.892 31.094 23.096 0 43.334-12.234 54.589-30.575l0.159-0.279 59.36-97.16h237.88c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM864 736h-237.88c-23.083 0.051-43.303 12.261-54.601 30.563l-0.159 0.277-59.36 97.16-59.4-97.2c-11.464-18.547-31.661-30.735-54.71-30.8l-0.010-0h-237.88v-512h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-centered-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31023,\"id\":957,\"name\":\"chat-centered-duotone\",\"prevSize\":16,\"code\":60227,\"codes\":[60227,60228]},\"setIdx\":5,\"setId\":5,\"iconIdx\":290},{\"icon\":{\"paths\":[\"M896 224v512c0 17.673-14.327 32-32 32v0h-237.88c-0.003-0-0.006-0-0.010-0-11.586 0-21.734 6.158-27.35 15.379l-0.080 0.141-59.24 96.96c-5.694 9.372-15.847 15.537-27.44 15.537s-21.746-6.165-27.36-15.395l-0.080-0.142-59.24-96.96c-5.696-9.362-15.844-15.52-27.43-15.52-0.003 0-0.007 0-0.010 0l-237.879-0c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M352 416c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM384 576h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 224v512c0 35.346-28.654 64-64 64v0h-237.88l-59.36 97.16c-11.413 18.62-31.652 30.854-54.748 30.854-23.194 0-43.507-12.338-54.732-30.81l-0.16-0.284-59.24-96.92h-237.88c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 224h-704v512h237.88c23.111 0.062 43.348 12.304 54.641 30.642l0.159 0.278 59.32 97.080 59.28-97.28c11.494-18.549 31.737-30.72 54.824-30.72 0.006 0 0.011 0 0.017 0l237.879-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-centered-text-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31024,\"id\":956,\"name\":\"chat-centered-text-duotone\",\"prevSize\":16,\"code\":60229,\"codes\":[60229,60230]},\"setIdx\":5,\"setId\":5,\"iconIdx\":291},{\"icon\":{\"paths\":[\"M896 512c0 0.014 0 0.031 0 0.048 0 212.077-171.923 384-384 384-70.806 0-137.136-19.164-194.086-52.588l1.806 0.98-149.56 49.88c-3.021 1.042-6.502 1.644-10.124 1.644-17.673 0-32-14.327-32-32 0-3.622 0.602-7.103 1.71-10.349l-0.067 0.225 49.88-149.56c-32.414-55.124-51.56-121.425-51.56-192.197 0-212.077 171.923-384 384-384 212.048 0 383.953 171.875 384 383.912l0 0.005z\",\"M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.587-2.706-10.105-4.309-15.997-4.32l-0.003-0c-3.623 0.002-7.103 0.617-10.34 1.747l0.22-0.067-149.64 49.88 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-circle-dots-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31025,\"id\":955,\"name\":\"chat-circle-dots-duotone\",\"prevSize\":16,\"code\":60231,\"codes\":[60231,60232]},\"setIdx\":5,\"setId\":5,\"iconIdx\":292},{\"icon\":{\"paths\":[\"M896 512c0 0.014 0 0.031 0 0.048 0 212.077-171.923 384-384 384-70.806 0-137.136-19.164-194.086-52.588l1.806 0.98-149.56 49.88c-3.021 1.042-6.502 1.644-10.124 1.644-17.673 0-32-14.327-32-32 0-3.622 0.602-7.103 1.71-10.349l-0.067 0.225 49.88-149.56c-32.414-55.124-51.56-121.425-51.56-192.197 0-212.077 171.923-384 384-384 212.048 0 383.953 171.875 384 383.912l0 0.005z\",\"M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.602-2.714-10.141-4.318-16.053-4.318-3.615 0-7.091 0.6-10.332 1.705l0.225-0.067-149.6 49.92 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31026,\"id\":954,\"name\":\"chat-circle-duotone\",\"prevSize\":16,\"code\":60233,\"codes\":[60233,60234]},\"setIdx\":5,\"setId\":5,\"iconIdx\":293},{\"icon\":{\"paths\":[\"M896 512c0 0.014 0 0.031 0 0.048 0 212.077-171.923 384-384 384-70.806 0-137.136-19.164-194.086-52.588l1.806 0.98-149.56 49.88c-3.021 1.042-6.502 1.644-10.124 1.644-17.673 0-32-14.327-32-32 0-3.622 0.602-7.103 1.71-10.349l-0.067 0.225 49.88-149.56c-32.414-55.124-51.56-121.425-51.56-192.197 0-212.077 171.923-384 384-384 212.048 0 383.953 171.875 384 383.912l0 0.005z\",\"M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.587-2.706-10.105-4.309-15.997-4.32l-0.003-0c-3.623 0.002-7.103 0.617-10.34 1.747l0.22-0.067-149.64 49.88 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0zM672 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM672 576c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-circle-text-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31027,\"id\":953,\"name\":\"chat-circle-text-duotone\",\"prevSize\":16,\"code\":60235,\"codes\":[60235,60236]},\"setIdx\":5,\"setId\":5,\"iconIdx\":294},{\"icon\":{\"paths\":[\"M896 256v512c0 17.673-14.327 32-32 32v0h-534c-7.87 0.002-15.075 2.845-20.647 7.559l0.047-0.039-128.8 112.92c-5.526 4.672-12.731 7.512-20.6 7.512-17.656 0-31.973-14.3-32-31.95l-0-0.003v-640c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.112-0.001 0.244-0.001 0.376 0 25.426 14.967 47.356 36.572 57.461l0.389 0.163c7.927 3.77 17.223 5.979 27.033 6l0.007 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 896v0zM864 768h-534c-0.009-0-0.019-0-0.030-0-15.724 0-30.124 5.671-41.266 15.078l0.095-0.078-0.48 0.44-128.32 112.56v-640h704zM464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM288 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM640 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-dots-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31028,\"id\":952,\"name\":\"chat-dots-duotone\",\"prevSize\":16,\"code\":60237,\"codes\":[60237,60238]},\"setIdx\":5,\"setId\":5,\"iconIdx\":295},{\"icon\":{\"paths\":[\"M896 256v512c0 17.673-14.327 32-32 32v0h-534c-7.87 0.002-15.075 2.845-20.647 7.559l0.047-0.039-128.8 112.92c-5.526 4.672-12.731 7.512-20.6 7.512-17.656 0-31.973-14.3-32-31.95l-0-0.003v-640c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.114-0.001 0.248-0.001 0.383 0 25.435 14.987 47.369 36.611 57.454l0.39 0.163c7.914 3.774 17.197 5.984 26.995 6l0.005 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 896v0zM864 768h-534c-0.009-0-0.019-0-0.030-0-15.724 0-30.124 5.671-41.266 15.078l0.095-0.078-0.48 0.44-128.32 112.56v-640h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31029,\"id\":951,\"name\":\"chat-duotone\",\"prevSize\":16,\"code\":60239,\"codes\":[60239,60240]},\"setIdx\":5,\"setId\":5,\"iconIdx\":296},{\"icon\":{\"paths\":[\"M927.040 865.36c0.589 1.979 0.927 4.254 0.927 6.607 0 13.255-10.745 24-24 24-2.354 0-4.628-0.339-6.777-0.97l0.17 0.043-119.48-34.12c-39.806 22.086-87.291 35.085-137.812 35.085-124.849 0-231.157-79.388-271.195-190.437l-0.632-2.008c5.2 0.28 10.44 0.44 15.72 0.44 0.007 0 0.014 0 0.022 0 159.058 0 288-128.942 288-288 0-34.233-5.973-67.071-16.933-97.528l0.631 2.008c152.158 8.561 272.304 134.036 272.304 287.572 0 50.547-13.022 98.053-35.894 139.345l0.751-1.477z\",\"M927.16 749.32c20.728-41.214 32.864-89.817 32.864-141.255 0-163.248-122.243-297.945-280.185-317.547l-1.56-0.158c-50.231-114.962-162.945-193.845-294.083-193.845-176.731 0-320 143.269-320 320 0 51.262 12.053 99.708 33.481 142.66l-0.837-1.854-30.64 107.28c-1.36 4.597-2.143 9.878-2.143 15.343 0 30.928 25.072 56 56 56 5.464 0 10.746-0.783 15.739-2.242l-0.396 0.099 107.28-30.64c29.929 15.048 64.721 25.809 101.438 30.362l1.562 0.158c50.108 115.251 162.969 194.38 294.312 194.38 51.466 0 100.095-12.15 143.174-33.738l-1.846 0.838 107.28 30.64c4.597 1.36 9.878 2.143 15.343 2.143 30.928 0 56-25.072 56-56 0-5.464-0.783-10.746-2.242-15.739l0.099 0.396zM246.12 636.92c-3.132 0-6.162 0.438-9.032 1.257l0.232-0.057-105.64 30.2 30.2-105.64c0.759-2.596 1.195-5.579 1.195-8.663 0-5.624-1.451-10.909-3.998-15.501l0.083 0.164c-19.616-35.34-31.162-77.501-31.162-122.358 0-141.274 114.526-255.8 255.8-255.8s255.8 114.526 255.8 255.8c0 141.274-114.526 255.8-255.8 255.8-44.857 0-87.018-11.546-123.671-31.829l1.313 0.667c-4.412-2.512-9.688-4.007-15.31-4.040l-0.010-0zM862.12 754.68l30.2 105.64-105.64-30.2c-2.596-0.759-5.579-1.195-8.663-1.195-5.624 0-10.909 1.451-15.501 3.998l0.164-0.083c-35.373 19.612-77.567 31.155-122.456 31.155-94.991 0-177.91-51.689-222.164-128.474l-0.659-1.241c161.747-17.339 286.602-153.089 286.602-318 0-20.306-1.893-40.17-5.512-59.424l0.31 1.985c113.949 27.531 197.277 128.621 197.277 249.174 0 44.929-11.574 87.156-31.904 123.859l0.667-1.313c-2.478 4.439-3.937 9.738-3.937 15.378 0 3.113 0.445 6.123 1.274 8.968l-0.056-0.226z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chats-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31030,\"id\":950,\"name\":\"chats-circle-duotone\",\"prevSize\":16,\"code\":60241,\"codes\":[60241,60242]},\"setIdx\":5,\"setId\":5,\"iconIdx\":297},{\"icon\":{\"paths\":[\"M896 384v512l-158.32-128h-385.68c-17.673 0-32-14.327-32-32v0-160h352c17.673 0 32-14.327 32-32v0-192h160c17.673 0 32 14.327 32 32v0z\",\"M864 320h-128v-128c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 512c0.057 17.63 14.362 31.9 32 31.9 7.596 0 14.574-2.647 20.062-7.068l-0.062 0.048 140-112.88v120c0 35.346 28.654 64 64 64v0h374.36l149.64 120.88c5.416 4.409 12.392 7.089 19.993 7.12l0.007 0c17.673 0 32-14.327 32-32v0-512c0-35.346-28.654-64-64-64v0zM266.2 551.12l-106.2 85.88v-445h512v352h-385.68c-7.65 0.001-14.674 2.687-20.179 7.166l0.059-0.046zM864 829l-106.2-85.88c-5.416-4.409-12.392-7.089-19.993-7.12l-0.007-0h-385.8v-128h320c35.346 0 64-28.654 64-64v0-160h128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chats-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31031,\"id\":949,\"name\":\"chats-duotone\",\"prevSize\":16,\"code\":60243,\"codes\":[60243,60244]},\"setIdx\":5,\"setId\":5,\"iconIdx\":298},{\"icon\":{\"paths\":[\"M928 608v264c0 13.255-10.745 24-24 24v0h-264c-0.021 0-0.046 0-0.071 0-124.646 0-230.798-79.185-270.895-189.995l-0.634-2.005h15.6c159.058 0 288-128.942 288-288v0 0c0-0.053 0-0.115 0-0.178 0-34.17-5.965-66.946-16.91-97.345l0.63 2.003c152.13 8.572 272.252 134.013 272.28 287.517l0 0.003z\",\"M678.28 290.36c-50.126-115.21-162.966-194.305-294.28-194.305-176.712 0-319.968 143.237-320 319.942l-0 0.003v264c0 30.928 25.072 56 56 56v0h226.68c50.776 113.877 162.924 191.85 293.301 192l264.019 0c30.928 0 56-25.072 56-56v0-264c-0.033-163.214-122.251-297.872-280.159-317.482l-1.561-0.158zM128 416c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0h-256zM896 864h-256c-94.933-0.112-177.777-51.767-222.060-128.481l-0.66-1.239c161.801-17.283 286.72-153.059 286.72-318.012 0-20.302-1.892-40.161-5.51-59.412l0.31 1.985c113.911 27.559 197.2 128.631 197.2 249.156 0 0.002-0 0.003-0 0.005l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chats-teardrop-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31032,\"id\":948,\"name\":\"chats-teardrop-duotone\",\"prevSize\":16,\"code\":60245,\"codes\":[60245,60246]},\"setIdx\":5,\"setId\":5,\"iconIdx\":299},{\"icon\":{\"paths\":[\"M896 496v0c0 203.241-164.759 368-368 368v0h-337.32c-0.012 0-0.026 0-0.040 0-16.922 0-30.64-13.718-30.64-30.64 0-0.014 0-0.028 0-0.042l-0 0.002v-337.32c0-203.241 164.759-368 368-368v0 0c203.241 0 368 164.759 368 368v0z\",\"M528 96c-220.813 0.25-399.75 179.187-400 399.976l-0 0.024v337.32c0.045 34.599 28.081 62.635 62.676 62.68l0.004 0h337.32c220.914 0 400-179.086 400-400s-179.086-400-400-400v0zM528 832h-336v-336c0-185.568 150.432-336 336-336s336 150.432 336 336c0 185.568-150.432 336-336 336v0zM576 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM400 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM752 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-teardrop-dots-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31033,\"id\":947,\"name\":\"chat-teardrop-dots-duotone\",\"prevSize\":16,\"code\":60247,\"codes\":[60247,60248]},\"setIdx\":5,\"setId\":5,\"iconIdx\":300},{\"icon\":{\"paths\":[\"M896 496v0c0 203.241-164.759 368-368 368v0h-337.32c-0.012 0-0.026 0-0.040 0-16.922 0-30.64-13.718-30.64-30.64 0-0.014 0-0.028 0-0.042l-0 0.002v-337.32c0-203.241 164.759-368 368-368v0 0c203.241 0 368 164.759 368 368v0z\",\"M528 96c-220.813 0.25-399.75 179.187-400 399.976l-0 0.024v337.32c0.045 34.599 28.081 62.635 62.676 62.68l0.004 0h337.32c220.914 0 400-179.086 400-400s-179.086-400-400-400v0zM528 832h-336v-336c0-185.568 150.432-336 336-336s336 150.432 336 336c0 185.568-150.432 336-336 336v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-teardrop-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31034,\"id\":946,\"name\":\"chat-teardrop-duotone\",\"prevSize\":16,\"code\":60249,\"codes\":[60249,60250]},\"setIdx\":5,\"setId\":5,\"iconIdx\":301},{\"icon\":{\"paths\":[\"M896 496v0c0 203.241-164.759 368-368 368v0h-337.32c-0.012 0-0.026 0-0.040 0-16.922 0-30.64-13.718-30.64-30.64 0-0.014 0-0.028 0-0.042l-0 0.002v-337.32c0-203.241 164.759-368 368-368v0 0c203.241 0 368 164.759 368 368v0z\",\"M672 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 544h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 496c-0.25 220.813-179.187 399.75-399.976 400l-337.344 0c-34.599-0.045-62.635-28.081-62.68-62.676l-0-0.004v-337.32c0-220.914 179.086-400 400-400s400 179.086 400 400v0zM864 496c0-185.568-150.432-336-336-336s-336 150.432-336 336v0 336h336c185.485-0.205 335.795-150.515 336-335.98l0-0.020z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-teardrop-text-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31035,\"id\":945,\"name\":\"chat-teardrop-text-duotone\",\"prevSize\":16,\"code\":60251,\"codes\":[60251,60252]},\"setIdx\":5,\"setId\":5,\"iconIdx\":302},{\"icon\":{\"paths\":[\"M896 256v512c0 17.673-14.327 32-32 32v0h-534c-7.87 0.002-15.075 2.845-20.647 7.559l0.047-0.039-128.8 112.92c-5.526 4.672-12.731 7.512-20.6 7.512-17.656 0-31.973-14.3-32-31.95l-0-0.003v-640c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.112-0.001 0.244-0.001 0.376 0 25.426 14.967 47.356 36.572 57.461l0.389 0.163c7.927 3.77 17.223 5.979 27.033 6l0.007 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 896v0zM864 768h-534c-0.009-0-0.019-0-0.030-0-15.724 0-30.124 5.671-41.266 15.078l0.095-0.078-0.48 0.44-128.32 112.56v-640h704zM352 448c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM352 576c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"chat-text-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31036,\"id\":944,\"name\":\"chat-text-duotone\",\"prevSize\":16,\"code\":60253,\"codes\":[60253,60254]},\"setIdx\":5,\"setId\":5,\"iconIdx\":303},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M694.64 393.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"check-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31037,\"id\":943,\"name\":\"check-circle-duotone\",\"prevSize\":16,\"code\":60255,\"codes\":[60255,60256]},\"setIdx\":5,\"setId\":5,\"iconIdx\":304},{\"icon\":{\"paths\":[\"M928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0z\",\"M822.64 342.64l-384 384c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-160-160c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4 361.36-361.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"check-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31038,\"id\":942,\"name\":\"check-duotone\",\"prevSize\":16,\"code\":60257,\"codes\":[60257,60258]},\"setIdx\":5,\"setId\":5,\"iconIdx\":305},{\"icon\":{\"paths\":[\"M950.64 341.040l-513.6 513.6c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-286.4-288c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 146.72 141.28c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 370.72-365.28c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 96 94.4c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0z\",\"M973.12 272.96l-96-94.24c-11.572-11.525-27.534-18.651-45.16-18.651s-33.588 7.125-45.162 18.653l0.002-0.002-370.8 365.28-0.44-0.44-146.56-141.080c-11.558-11.442-27.463-18.511-45.019-18.511-17.676 0-33.678 7.166-45.26 18.751l-96 96c-11.561 11.578-18.71 27.564-18.71 45.22s7.149 33.642 18.711 45.221l-0.001-0.001 286.48 288c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l513.6-513.52c11.573-11.58 18.731-27.574 18.731-45.24 0-17.765-7.238-33.84-18.927-45.435l-0.004-0.004zM414.48 832l-286.48-288 96-96 0.44 0.44 146.56 141.080c11.56 11.454 27.473 18.531 45.040 18.531s33.48-7.077 45.045-18.536l-0.005 0.005 371.16-365.52 95.76 94.4z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"check-fat-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31039,\"id\":941,\"name\":\"check-fat-duotone\",\"prevSize\":16,\"code\":60259,\"codes\":[60259,60260]},\"setIdx\":5,\"setId\":5,\"iconIdx\":306},{\"icon\":{\"paths\":[\"M960 256v512c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h768c35.346 0 64 28.654 64 64v0z\",\"M566.64 406.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h0l73.36 73.4 201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM854.64 361.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-201.36 201.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 224-224c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"checks-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31040,\"id\":940,\"name\":\"checks-duotone\",\"prevSize\":16,\"code\":60261,\"codes\":[60261,60262]},\"setIdx\":5,\"setId\":5,\"iconIdx\":307},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M694.64 393.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 832v-640h-640v640h640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"check-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31041,\"id\":939,\"name\":\"check-square-duotone\",\"prevSize\":16,\"code\":60263,\"codes\":[60263,60264]},\"setIdx\":5,\"setId\":5,\"iconIdx\":308},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-576l-96-96v-576c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M896 192v640c0 35.346-28.654 64-64 64v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288v-640h-640v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM502.64 617.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-201.36 201.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 96 96c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 224-224c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"check-square-offset-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31042,\"id\":938,\"name\":\"check-square-offset-duotone\",\"prevSize\":16,\"code\":60265,\"codes\":[60265,60266]},\"setIdx\":5,\"setId\":5,\"iconIdx\":309},{\"icon\":{\"paths\":[\"M896 608v256h-160v-352zM128 864h160v-352l-160 96z\",\"M912.48 580.56l-144.48-86.68v-77.88c0.001-0.085 0.001-0.186 0.001-0.286 0-11.783-6.368-22.078-15.85-27.632l-0.151-0.082-208-118.56v-77.44h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v77.44l-208 118.76c-9.633 5.636-16.001 15.931-16.001 27.714 0 0.101 0 0.201 0.001 0.302l-0-0.015v77.88l-144.48 86.48c-9.362 5.696-15.52 15.844-15.52 27.43 0 0.003 0 0.007 0 0.010l-0-0.001v256c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-256c0-0.003 0-0.006 0-0.010 0-11.586-6.158-21.734-15.379-27.35l-0.141-0.080zM160 626.12l96-57.6v263.48h-96zM512 576c-53.019 0-96 42.981-96 96v0 160h-96v-397.44l192-109.72 192 109.72v397.44h-96v-160c0-53.019-42.981-96-96-96v0zM864 832h-96v-263.48l96 57.6z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"church-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31043,\"id\":937,\"name\":\"church-duotone\",\"prevSize\":16,\"code\":60267,\"codes\":[60267,60268]},\"setIdx\":5,\"setId\":5,\"iconIdx\":310},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M385.040 148c-0.624-2.363-0.983-5.075-0.983-7.871 0-14.81 10.060-27.269 23.719-30.918l0.224-0.051c31.21-8.381 67.043-13.195 104-13.195s72.79 4.814 106.905 13.85l-2.905-0.654c13.944 3.657 24.063 16.147 24.063 31 0 17.673-14.327 32-32 32-0.022 0-0.044-0-0.066-0l0.003 0c-2.849-0.015-5.604-0.394-8.228-1.091l0.228 0.051c-26.409-7.092-56.729-11.166-88-11.166s-61.591 4.074-90.458 11.719l2.458-0.554c-2.384 0.636-5.122 1.002-7.945 1.002-14.874 0-27.379-10.149-30.966-23.899l-0.049-0.223zM215.16 220.56c-47.931 48.771-83.96 109.395-103.283 177.065l-0.717 2.935c-0.829 2.71-1.307 5.825-1.307 9.051 0 17.673 14.327 32 32 32 14.834 0 27.311-10.094 30.937-23.788l0.050-0.223c16.939-59.752 47.428-111.057 88.048-152.369l-0.048 0.049c5.018-5.625 8.084-13.085 8.084-21.261 0-17.673-14.327-32-32-32-8.415 0-16.072 3.248-21.784 8.559l0.020-0.018zM172.84 606.2c-3.873-13.63-16.21-23.446-30.84-23.446-17.676 0-32.006 14.33-32.006 32.006 0 3.047 0.426 5.994 1.221 8.786l-0.055-0.226c20.040 70.605 56.069 131.229 104.059 180.060l-0.059-0.060c5.854 6.241 14.152 10.128 23.359 10.128 17.673 0 32-14.327 32-32 0-9.007-3.722-17.146-9.711-22.961l-0.008-0.008c-40.519-41.276-70.986-92.558-87.352-149.793l-0.608-2.487zM600 852.88c-26.408 7.099-56.728 11.177-88 11.177s-61.592-4.078-90.456-11.731l2.456 0.554c-2.541-0.725-5.459-1.142-8.474-1.142-17.673 0-32 14.327-32 32 0 15.002 10.323 27.593 24.254 31.056l0.22 0.046c31.21 8.381 67.043 13.195 104 13.195s72.79-4.814 106.905-13.85l-2.905 0.654c13.671-3.844 23.526-16.2 23.526-30.858 0-17.673-14.327-32-32-32-2.671 0-5.266 0.327-7.746 0.944l0.22-0.046zM890.6 584c-2.567-0.741-5.516-1.167-8.564-1.167-14.629 0-26.965 9.816-30.781 23.222l-0.055 0.226c-16.927 59.769-47.418 111.089-88.048 152.409l0.048-0.049c-5.667 5.77-9.165 13.686-9.165 22.42 0 17.676 14.329 32.005 32.005 32.005 8.942 0 17.028-3.667 22.835-9.58l0.005-0.005c47.924-48.775 83.952-109.397 103.283-177.064l0.717-2.936c0.754-2.589 1.188-5.563 1.188-8.638 0-14.637-9.827-26.978-23.242-30.787l-0.226-0.055zM851.16 417.84c3.873 13.63 16.21 23.446 30.84 23.446 17.676 0 32.006-14.33 32.006-32.006 0-3.047-0.426-5.994-1.221-8.786l0.055 0.226c-20.040-70.605-56.069-131.229-104.059-180.060l0.059 0.060c-5.854-6.241-14.152-10.128-23.359-10.128-17.673 0-32 14.327-32 32 0 9.007 3.722 17.146 9.711 22.961l0.008 0.008c40.513 41.266 70.98 92.533 87.351 149.753l0.609 2.487z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"circle-dashed-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31044,\"id\":936,\"name\":\"circle-dashed-duotone\",\"prevSize\":16,\"code\":60269,\"codes\":[60269,60270]},\"setIdx\":5,\"setId\":5,\"iconIdx\":311},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31045,\"id\":935,\"name\":\"circle-duotone\",\"prevSize\":16,\"code\":60271,\"codes\":[60271,60272]},\"setIdx\":5,\"setId\":5,\"iconIdx\":312},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384v0-768c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM160 512c0.227-183.046 139.963-333.385 318.579-350.411l1.421-0.109v701.040c-180.037-17.135-319.773-167.474-320-350.497l-0-0.023zM544 862.52v-701.040c180.029 17.052 319.755 167.469 319.755 350.52s-139.726 333.467-318.341 350.412l-1.414 0.108z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"circle-half-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31046,\"id\":934,\"name\":\"circle-half-duotone\",\"prevSize\":16,\"code\":60273,\"codes\":[60273,60274]},\"setIdx\":5,\"setId\":5,\"iconIdx\":313},{\"icon\":{\"paths\":[\"M783.52 783.52c-69.489 69.485-165.486 112.462-271.52 112.462s-202.031-42.977-271.52-112.462l0 0 543.040-543.040c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0z\",\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM263.12 263.080c63.729-63.591 151.697-102.914 248.85-102.914 85.914 0 164.645 30.751 225.788 81.848l-0.558-0.453-495.68 495.68c-50.71-60.566-81.507-139.312-81.507-225.25 0-97.206 39.402-185.21 103.107-248.91l0-0zM760.88 760.92c-63.739 63.575-151.706 102.886-248.855 102.886-85.908 0-164.636-30.74-225.785-81.821l0.559 0.454 495.68-495.68c50.71 60.566 81.507 139.312 81.507 225.25 0 97.206-39.402 185.21-103.107 248.91l-0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"circle-half-tilt-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31047,\"id\":933,\"name\":\"circle-half-tilt-duotone\",\"prevSize\":16,\"code\":60275,\"codes\":[60275,60276]},\"setIdx\":5,\"setId\":5,\"iconIdx\":314},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416v0c0-164 95.24-313.44 242.64-381.080 3.92-1.845 8.514-2.922 13.36-2.922 17.674 0 32.002 14.328 32.002 32.002 0 12.829-7.548 23.894-18.446 28.997l-0.196 0.083c-124.76 57.28-205.36 184-205.36 322.92 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-138.92-80.6-265.64-205.36-322.92-11.094-5.186-18.642-16.251-18.642-29.080 0-17.674 14.328-32.002 32.002-32.002 4.846 0 9.44 1.077 13.556 3.005l-0.196-0.083c147.4 67.64 242.64 217.080 242.64 381.080z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"circle-notch-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31048,\"id\":932,\"name\":\"circle-notch-duotone\",\"prevSize\":16,\"code\":60277,\"codes\":[60277,60278]},\"setIdx\":5,\"setId\":5,\"iconIdx\":315},{\"icon\":{\"paths\":[\"M448 320c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM704 448c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM320 576c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM704 576c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z\",\"M320 160c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 416c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 480c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM704 224c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM320 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM704 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"circles-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31049,\"id\":931,\"name\":\"circles-four-duotone\",\"prevSize\":16,\"code\":60279,\"codes\":[60279,60280]},\"setIdx\":5,\"setId\":5,\"iconIdx\":316},{\"icon\":{\"paths\":[\"M512 448c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0zM752 544c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0zM272 544c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0z\",\"M688 304c0-97.202-78.798-176-176-176s-176 78.798-176 176c0 97.202 78.798 176 176 176v0c97.156-0.114 175.886-78.844 176-175.989l0-0.011zM512 416c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM752 512c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM752 800c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM272 512c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM272 800c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"circles-three-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31050,\"id\":930,\"name\":\"circles-three-duotone\",\"prevSize\":16,\"code\":60281,\"codes\":[60281,60282]},\"setIdx\":5,\"setId\":5,\"iconIdx\":317},{\"icon\":{\"paths\":[\"M448 320c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM704 192c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM320 576c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z\",\"M320 160c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 416c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 480c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM704 224c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM320 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM864 704c0 17.673-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"circles-three-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31051,\"id\":929,\"name\":\"circles-three-plus-duotone\",\"prevSize\":16,\"code\":60283,\"codes\":[60283,60284]},\"setIdx\":5,\"setId\":5,\"iconIdx\":318},{\"icon\":{\"paths\":[\"M832 160h-640c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM352 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM672 480c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM352 640c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM192 192h128v389.52c-37.605 13.577-64 48.961-64 90.51 0 53.019 42.981 96 96 96s96-42.981 96-96c0-41.549-26.395-76.933-63.332-90.298l-0.668-0.211v-120.28l192 192v178.76h-384zM832 832h-192v-192c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-246.64-246.6v-178.76h128v96c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 64 64c-5.906 12.020-9.36 26.162-9.36 41.111 0 0.088 0 0.175 0 0.263l-0-0.014c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96v0c-0.049-0-0.108-0-0.166-0-14.981 0-29.152 3.469-41.753 9.648l0.559-0.248-54.64-54.64v-82.76h256v640zM672 384c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"circuitry-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31052,\"id\":928,\"name\":\"circuitry-duotone\",\"prevSize\":16,\"code\":60285,\"codes\":[60285,60286]},\"setIdx\":5,\"setId\":5,\"iconIdx\":319},{\"icon\":{\"paths\":[\"M832 192v672c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-672c0-17.673 14.327-32 32-32v0h160c-19.976 26.329-32 59.647-32 95.773 0 0.080 0 0.16 0 0.239l-0-0.013v32h320v-32c0-0.067 0-0.147 0-0.227 0-36.126-12.024-69.444-32.288-96.17l0.288 0.397h160c17.673 0 32 14.327 32 32v0z\",\"M800 128h-145.040c-35.255-39.349-86.23-63.994-142.96-63.994s-107.705 24.645-142.8 63.813l-0.16 0.181h-145.040c-35.346 0-64 28.654-64 64v0 672c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-672c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM800 864h-576v-672h107c-6.969 19.056-10.999 41.057-11 64l-0 0v32c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-32c-0.001-22.943-4.031-44.944-11.423-65.335l0.423 1.335h107z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"clipboard-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31053,\"id\":927,\"name\":\"clipboard-duotone\",\"prevSize\":16,\"code\":60287,\"codes\":[60287,60288]},\"setIdx\":5,\"setId\":5,\"iconIdx\":320},{\"icon\":{\"paths\":[\"M832 192v672c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-672c0-17.673 14.327-32 32-32v0h160c-19.976 26.329-32 59.647-32 95.773 0 0.080 0 0.16 0 0.239l-0-0.013v32h320v-32c0-0.067 0-0.147 0-0.227 0-36.126-12.024-69.444-32.288-96.17l0.288 0.397h160c17.673 0 32 14.327 32 32v0z\",\"M672 608c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 448h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 192v672c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h145.040c35.255-39.349 86.23-63.994 142.96-63.994s107.705 24.645 142.8 63.813l0.16 0.181h145.040c35.346 0 64 28.654 64 64v0zM384 256h256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0zM800 192h-107c6.969 19.056 10.999 41.057 11 64l0 0v32c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-32c0.001-22.943 4.031-44.944 11.423-65.335l-0.423 1.335h-107v672h576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"clipboard-text-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31054,\"id\":926,\"name\":\"clipboard-text-duotone\",\"prevSize\":16,\"code\":60289,\"codes\":[60289,60290]},\"setIdx\":5,\"setId\":5,\"iconIdx\":321},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM768 512c0 17.673-14.327 32-32 32v0h-146.76l105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l223.999-0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"clock-afternoon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31055,\"id\":925,\"name\":\"clock-afternoon-duotone\",\"prevSize\":16,\"code\":60291,\"codes\":[60291,60292]},\"setIdx\":5,\"setId\":5,\"iconIdx\":322},{\"icon\":{\"paths\":[\"M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z\",\"M544 320v173.88l144.48 86.68c9.367 5.697 15.528 15.849 15.528 27.44 0 17.678-14.331 32.008-32.008 32.008-6.087 0-11.777-1.699-16.621-4.648l0.141 0.080-160-96c-9.362-5.696-15.52-15.844-15.52-27.43 0-0.003 0-0.007 0-0.010l-0 0.001v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 224c-17.673 0-32 14.327-32 32v0 72c-25.4-29.44-51.32-57.8-80.48-87.32-69.492-69.499-165.498-112.486-271.544-112.486-212.077 0-384 171.923-384 384s171.923 384 384 384c102.124 0 194.938-39.866 263.726-104.885l-0.182 0.171c6.183-5.852 10.031-14.117 10.031-23.28 0-17.69-14.341-32.031-32.031-32.031-8.527 0-16.275 3.332-22.015 8.764l0.015-0.014c-57.154 53.955-134.438 87.119-219.469 87.119-176.731 0-320-143.269-320-320s143.269-320 320-320c88.283 0 168.217 35.751 226.113 93.565l-0.004-0.004c32.56 32.96 61.080 64.72 89.84 98.4h-92c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"clock-clockwise-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31056,\"id\":924,\"name\":\"clock-clockwise-duotone\",\"prevSize\":16,\"code\":60293,\"codes\":[60293,60294]},\"setIdx\":5,\"setId\":5,\"iconIdx\":323},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M928 546.64c-18.969 214.138-197.497 380.788-414.948 380.788-230.016 0-416.48-186.464-416.48-416.48 0-217.451 166.65-395.979 379.2-414.834l1.588-0.114c0.791-0.069 1.711-0.109 2.64-0.109 17.733 0 32.109 14.376 32.109 32.109 0 16.804-12.908 30.593-29.35 31.992l-0.119 0.008c-181.247 16.038-322.306 167.139-322.306 351.186 0 194.669 157.811 352.48 352.48 352.48 184.047 0 335.149-141.059 351.090-320.963l0.096-1.343c1.407-16.56 15.196-29.469 32-29.469 17.733 0 32.109 14.376 32.109 32.109 0 0.929-0.039 1.849-0.117 2.759l0.008-0.119zM480 288v224c0 17.673 14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0zM640 192c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM784 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM880 432c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"clock-countdown-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31057,\"id\":923,\"name\":\"clock-countdown-duotone\",\"prevSize\":16,\"code\":60295,\"codes\":[60295,60296]},\"setIdx\":5,\"setId\":5,\"iconIdx\":324},{\"icon\":{\"paths\":[\"M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z\",\"M544 320v173.88l144.48 86.68c9.367 5.697 15.528 15.849 15.528 27.44 0 17.678-14.331 32.008-32.008 32.008-6.087 0-11.777-1.699-16.621-4.648l0.141 0.080-160-96c-9.362-5.696-15.52-15.844-15.52-27.43 0-0.003 0-0.007 0-0.010l-0 0.001v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 128c-0.282-0.001-0.617-0.001-0.951-0.001-105.811 0-201.567 43.047-270.712 112.584l-0.017 0.017c-29.080 29.44-54.92 57.76-80.32 87.4v-72c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-92c28.6-33.68 57.080-65.4 89.56-98.28 57.908-57.908 137.908-93.725 226.274-93.725 176.731 0 320 143.269 320 320s-143.269 320-320 320c-85.11 0-162.46-33.227-219.785-87.416l0.151 0.142c-5.725-5.419-13.473-8.751-22-8.751-17.69 0-32.031 14.341-32.031 32.031 0 9.163 3.848 17.428 10.016 23.266l0.015 0.014c68.607 64.851 161.423 104.72 263.55 104.72 212.077 0 384-171.923 384-384 0-211.989-171.78-383.857-383.736-384l-0.014-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"clock-counter-clockwise-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31058,\"id\":922,\"name\":\"clock-counter-clockwise-duotone\",\"prevSize\":16,\"code\":60297,\"codes\":[60297,60298]},\"setIdx\":5,\"setId\":5,\"iconIdx\":325},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM768 512c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"clock-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31059,\"id\":921,\"name\":\"clock-duotone\",\"prevSize\":16,\"code\":60299,\"codes\":[60299,60300]},\"setIdx\":5,\"setId\":5,\"iconIdx\":326},{\"icon\":{\"paths\":[\"M928 256v512c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z\",\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 768h-768v-512h768v512zM475.72 606.84c2.696 4.59 4.289 10.11 4.289 16.002 0 11.786-6.371 22.083-15.857 27.636l-0.151 0.082c-22.95 13.479-50.549 21.44-80.007 21.44-88.366 0-160-71.634-160-160s71.634-160 160-160c29.458 0 57.057 7.961 80.762 21.849l-0.755-0.409c10.040 5.532 16.73 16.045 16.73 28.121 0 17.673-14.327 32-32 32-6.19 0-11.969-1.757-16.866-4.8l0.136 0.079c-13.76-8.073-30.305-12.84-47.963-12.84-53.019 0-96 42.981-96 96s42.981 96 96 96c17.658 0 34.202-4.767 48.416-13.085l-0.454 0.245c4.594-2.702 10.121-4.299 16.020-4.299 11.773 0 22.062 6.358 27.619 15.828l0.082 0.151zM795.72 606.84c2.696 4.59 4.289 10.11 4.289 16.002 0 11.786-6.371 22.083-15.857 27.636l-0.151 0.082c-22.95 13.479-50.549 21.44-80.007 21.44-88.366 0-160-71.634-160-160s71.634-160 160-160c29.458 0 57.057 7.961 80.762 21.849l-0.755-0.409c10.040 5.532 16.73 16.045 16.73 28.121 0 17.673-14.327 32-32 32-6.19 0-11.969-1.757-16.866-4.8l0.136 0.079c-13.76-8.073-30.305-12.84-47.963-12.84-53.019 0-96 42.981-96 96s42.981 96 96 96c17.658 0 34.202-4.767 48.416-13.085l-0.454 0.245c4.594-2.702 10.121-4.299 16.020-4.299 11.773 0 22.062 6.358 27.619 15.828l0.082 0.151z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"closed-captioning-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31060,\"id\":920,\"name\":\"closed-captioning-duotone\",\"prevSize\":16,\"code\":60301,\"codes\":[60301,60302]},\"setIdx\":5,\"setId\":5,\"iconIdx\":327},{\"icon\":{\"paths\":[\"M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z\",\"M992 512c0.001 0.273 0.001 0.597 0.001 0.92 0 79.353-26.456 152.527-71.030 211.182l0.628-0.862c-5.905 7.798-15.17 12.784-25.6 12.784-17.686 0-32.024-14.338-32.024-32.024 0-7.257 2.414-13.95 6.482-19.32l-0.058 0.080c35.954-47.23 57.601-107.047 57.601-171.919 0-0.296-0-0.591-0.001-0.886l0 0.046c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0-0.051-0-0.111-0-0.171 0-33.948 4.806-66.774 13.774-97.835l-0.614 2.485c-4.36-0.48-8.76-0.48-13.16-0.48-106.039 0-192 85.961-192 192s85.961 192 192 192v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-0.017 0-0.038 0-0.059 0-141.385 0-256-114.615-256-256s114.615-256 256-256c13.132 0 26.034 0.989 38.634 2.896l-1.415-0.176c59.079-116.291 177.816-194.584 314.84-194.584 194.356 0 351.922 157.518 352 351.856l0 0.008zM713.36 681.36l-73.36 73.4v-242.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 242.76l-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-arrow-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31061,\"id\":919,\"name\":\"cloud-arrow-down-duotone\",\"prevSize\":16,\"code\":60303,\"codes\":[60303,60304]},\"setIdx\":5,\"setId\":5,\"iconIdx\":328},{\"icon\":{\"paths\":[\"M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z\",\"M992 512c0.001 0.273 0.001 0.597 0.001 0.92 0 79.353-26.456 152.527-71.030 211.182l0.628-0.862c-5.905 7.798-15.17 12.784-25.6 12.784-17.686 0-32.024-14.338-32.024-32.024 0-7.257 2.414-13.95 6.482-19.32l-0.058 0.080c35.954-47.23 57.601-107.047 57.601-171.919 0-0.296-0-0.591-0.001-0.886l0 0.046c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0-0.051-0-0.111-0-0.171 0-33.948 4.806-66.774 13.774-97.835l-0.614 2.485c-4.36-0.48-8.76-0.48-13.16-0.48-106.039 0-192 85.961-192 192s85.961 192 192 192v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-0.017 0-0.038 0-0.059 0-141.385 0-256-114.615-256-256s114.615-256 256-256c13.132 0 26.034 0.989 38.634 2.896l-1.415-0.176c59.079-116.291 177.816-194.584 314.84-194.584 194.356 0 351.922 157.518 352 351.856l0 0.008zM630.64 489.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l73.36-73.4v242.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-242.76l73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-arrow-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31062,\"id\":918,\"name\":\"cloud-arrow-up-duotone\",\"prevSize\":16,\"code\":60305,\"codes\":[60305,60306]},\"setIdx\":5,\"setId\":5,\"iconIdx\":329},{\"icon\":{\"paths\":[\"M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z\",\"M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0zM790.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 169.36-169.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-check-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31063,\"id\":917,\"name\":\"cloud-check-duotone\",\"prevSize\":16,\"code\":60307,\"codes\":[60307,60308]},\"setIdx\":5,\"setId\":5,\"iconIdx\":330},{\"icon\":{\"paths\":[\"M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z\",\"M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31064,\"id\":916,\"name\":\"cloud-duotone\",\"prevSize\":16,\"code\":60309,\"codes\":[60309,60310]},\"setIdx\":5,\"setId\":5,\"iconIdx\":331},{\"icon\":{\"paths\":[\"M896 368c0 150.221-121.779 272-272 272v0h-320c-97.13-0.096-175.831-78.857-175.831-176 0-97.202 78.798-176 176-176 20.272 0 39.743 3.427 57.866 9.734l-1.235-0.374v0.44c32.148-117.129 137.67-201.766 262.96-201.766 150.258 0 272.084 121.73 272.24 271.951l0 0.015z\",\"M480 800h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM736 736h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 864h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 368c-0.182 167.821-136.179 303.818-303.983 304l-320.017 0c-114.875 0-208-93.125-208-208s93.125-208 208-208v0c12.613 0.011 24.959 1.117 36.96 3.226l-1.28-0.186c45.175-115.029 155.25-194.983 284-194.983 167.939 0 304.105 136.034 304.32 303.922l0 0.021zM864 368c-0.561-132.256-107.904-239.253-240.238-239.253-127.352 0-231.559 99.093-239.725 224.38l-0.037 0.713c-1.001 16.893-14.945 30.213-32 30.213-17.702 0-32.053-14.351-32.053-32.053 0-0.647 0.019-1.29 0.057-1.928l-0.004 0.088q0.84-14.64 3.080-28.92c-5.717-0.775-12.339-1.225-19.062-1.24l-0.018-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h320c132.484-0.159 239.841-107.516 240-239.984l0-0.016z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-fog-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31065,\"id\":915,\"name\":\"cloud-fog-duotone\",\"prevSize\":16,\"code\":60311,\"codes\":[60311,60312]},\"setIdx\":5,\"setId\":5,\"iconIdx\":332},{\"icon\":{\"paths\":[\"M896 368c0 150.221-121.779 272-272 272v0h-320c-97.13-0.096-175.831-78.857-175.831-176 0-97.202 78.798-176 176-176 20.272 0 39.743 3.427 57.866 9.734l-1.235-0.374v0.44c32.148-117.129 137.67-201.766 262.96-201.766 150.258 0 272.084 121.73 272.24 271.951l0 0.015z\",\"M624 64c-128.846 0.014-239.013 79.972-283.601 192.974l-0.719 2.066c-10.721-1.923-23.067-3.029-35.67-3.040l-0.010-0c-114.875 0-208 93.125-208 208s93.125 208 208 208v0h151.48l-66.92 111.52c-2.87 4.703-4.57 10.393-4.57 16.48 0 17.673 14.327 32 32 32 0.003 0 0.007-0 0.010-0l103.479 0-66.92 111.52c-2.87 4.703-4.568 10.393-4.568 16.48 0 17.678 14.331 32.008 32.008 32.008 11.591 0 21.743-6.161 27.36-15.387l0.080-0.141 96-160c2.87-4.703 4.57-10.393 4.57-16.48 0-17.673-14.327-32-32-32-0.003 0-0.007 0-0.010 0l-103.479-0 57.6-96h93.88c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM624 608h-320c-79.529 0-144-64.471-144-144s64.471-144 144-144v0c6.754 0.013 13.389 0.463 19.895 1.324l-0.775-0.084q-2.24 14.28-3.080 28.92c-0.034 0.55-0.053 1.193-0.053 1.84 0 17.702 14.351 32.053 32.053 32.053 17.055 0 30.999-13.32 31.996-30.125l0.004-0.088c7.57-126.554 112.052-226.32 239.836-226.32 132.681 0 240.24 107.559 240.24 240.24 0 132.637-107.489 240.169-240.11 240.24l-0.007 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-lightning-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31066,\"id\":914,\"name\":\"cloud-lightning-duotone\",\"prevSize\":16,\"code\":60313,\"codes\":[60313,60314]},\"setIdx\":5,\"setId\":5,\"iconIdx\":333},{\"icon\":{\"paths\":[\"M377.52 70.48v0c4.122 17.212 6.486 36.973 6.486 57.286 0 141.517-114.723 256.24-256.24 256.24-20.313 0-40.074-2.364-59.023-6.831l1.738 0.345c19.172 80.871 74.656 145.79 147.862 177.559l1.658 0.641c30.852-27.126 71.577-43.679 116.169-43.679 20.464 0 40.113 3.486 58.387 9.897l-1.236-0.378c24.911-90.43 92.908-160.871 179.951-188.746l1.929-0.534h0.6c0-4 0.28-8 0.28-12 0-0.097 0-0.212 0-0.327 0-121.016-83.97-222.42-196.823-249.126l-1.737-0.347z\",\"M656 288c-0.042-0-0.091-0-0.141-0-17.409 0-34.479 1.455-51.093 4.249l1.794-0.249c-12.376-124.238-102.166-224.448-219.928-252.291l-1.952-0.389c-2.153-0.516-4.624-0.812-7.165-0.812-17.673 0-32 14.327-32 32 0 2.529 0.293 4.989 0.848 7.349l-0.043-0.217c3.61 15.121 5.68 32.482 5.68 50.327 0 0.012-0 0.023-0 0.035l0-0.002c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-0.010 0-0.021 0-0.033 0-17.845 0-35.206-2.070-51.857-5.983l1.53 0.303c-2.156-0.518-4.63-0.815-7.175-0.815-17.673 0-32 14.327-32 32 0 2.544 0.297 5.019 0.858 7.392l-0.043-0.217c18.169 76.539 64.859 139.898 127.958 179.535l1.202 0.705c-25.191 34-40.324 76.773-40.324 123.080 0 114.834 93.059 207.934 207.877 208l320.006 0c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM117.48 416c3.48 0 7 0 10.52 0 158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-3.56 0-7.12 0-10.68 73.524 34.996 124.246 107.155 127.983 191.528l0.017 0.472c-79.21 32.044-140.66 94.016-171.28 171.533l-0.72 2.067c-10.663-1.938-22.934-3.046-35.464-3.046-45.204 0-87.040 14.42-121.159 38.911l0.623-0.425c-43.126-22.946-77.13-58.186-97.934-101.023l-0.586-1.337zM656 832h-320c-79.415-0.151-143.735-64.564-143.735-144 0-79.529 64.471-144 144-144 6.648 0 13.192 0.451 19.601 1.323l-0.746-0.083c-1.48 9.48-2.52 19.16-3.080 28.92-0.034 0.55-0.053 1.193-0.053 1.84 0 17.702 14.351 32.053 32.053 32.053 17.055 0 30.999-13.32 31.996-30.125l0.004-0.088c0.993-17.24 3.676-33.384 7.904-48.892l-0.384 1.652c0-0.64 0.36-1.28 0.48-1.92 28.675-102.909 121.572-177.16 231.811-177.16 132.681 0 240.24 107.559 240.24 240.24 0 132.628-107.474 240.155-240.083 240.24l-0.008 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-moon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31067,\"id\":913,\"name\":\"cloud-moon-duotone\",\"prevSize\":16,\"code\":60315,\"codes\":[60315,60316]},\"setIdx\":5,\"setId\":5,\"iconIdx\":334},{\"icon\":{\"paths\":[\"M896 368c0 150.221-121.779 272-272 272v0h-320c-97.13-0.096-175.831-78.857-175.831-176 0-97.202 78.798-176 176-176 20.272 0 39.743 3.427 57.866 9.734l-1.235-0.374v0.44c32.148-117.129 137.67-201.766 262.96-201.766 150.258 0 272.084 121.73 272.24 271.951l0 0.015z\",\"M634.64 785.76l-128 192c-5.824 8.646-15.577 14.257-26.64 14.257-17.683 0-32.017-14.335-32.017-32.017 0-6.619 2.009-12.769 5.45-17.874l-0.072 0.114 128-192c5.824-8.646 15.577-14.257 26.64-14.257 17.683 0 32.017 14.335 32.017 32.017 0 6.619-2.009 12.769-5.45 17.874l0.072-0.114zM928 368c-0.182 167.821-136.179 303.818-303.983 304l-94.897 0-118.48 177.76c-5.824 8.646-15.577 14.257-26.64 14.257-17.683 0-32.017-14.335-32.017-32.017 0-6.619 2.009-12.769 5.45-17.874l-0.072 0.114 94.84-142.24h-148.2c-114.875 0-208-93.125-208-208s93.125-208 208-208v0c12.613 0.011 24.959 1.117 36.96 3.226l-1.28-0.186c45.175-115.029 155.25-194.983 284-194.983 167.939 0 304.105 136.034 304.32 303.922l0 0.021zM864 368c-0.561-132.256-107.904-239.253-240.238-239.253-127.352 0-231.559 99.093-239.725 224.38l-0.037 0.713c-1.001 16.893-14.945 30.213-32 30.213-17.702 0-32.053-14.351-32.053-32.053 0-0.647 0.019-1.29 0.057-1.928l-0.004 0.088q0.84-14.64 3.080-28.92c-5.717-0.775-12.339-1.225-19.062-1.24l-0.018-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h320c132.484-0.159 239.841-107.516 240-239.984l0-0.016z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-rain-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31068,\"id\":912,\"name\":\"cloud-rain-duotone\",\"prevSize\":16,\"code\":60317,\"codes\":[60317,60318]},\"setIdx\":5,\"setId\":5,\"iconIdx\":335},{\"icon\":{\"paths\":[\"M960 512c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 156.96 172.68-0.24 0.48c-11.123-1.696-23.963-2.67-37.029-2.68l-0.011-0c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h352c0.197 0 0.43 0.001 0.664 0.001 45.525 0 89.015-8.708 128.898-24.548l-2.362 0.827 41.12 45.24c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.2 0.48-8.362 28.622-13.181 61.505-13.2 95.51l-0 0.010c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.012-38.224 7.444-74.71 20.932-108.099l-0.692 1.939 348 382.8c-23.929 7.21-51.428 11.36-79.897 11.36-0.121 0-0.241-0-0.362-0l0.019 0zM992 512c0 0.061 0 0.132 0 0.204 0 90.135-33.92 172.347-89.692 234.568l0.292-0.332c-5.793 5.801-13.8 9.39-22.645 9.39-17.673 0-32-14.327-32-32 0-7.52 2.594-14.433 6.935-19.896l-0.050 0.066c45.57-50.731 73.437-118.167 73.437-192.111 0-159.058-128.942-288-288-288-64.283 0-123.648 21.061-171.569 56.659l0.772-0.548c-5.236 3.886-11.825 6.221-18.96 6.221-17.674 0-32.001-14.328-32.001-32.001 0-10.539 5.095-19.888 12.955-25.719l0.086-0.061c57.567-42.699 130.008-68.351 208.44-68.351 194.373 0 351.949 157.545 352 351.906l0 0.005z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31069,\"id\":911,\"name\":\"cloud-slash-duotone\",\"prevSize\":16,\"code\":60319,\"codes\":[60319,60320]},\"setIdx\":5,\"setId\":5,\"iconIdx\":336},{\"icon\":{\"paths\":[\"M896 368c0 150.221-121.779 272-272 272v0h-320c-97.13-0.096-175.831-78.857-175.831-176 0-97.202 78.798-176 176-176 20.272 0 39.743 3.427 57.866 9.734l-1.235-0.374v0.44c32.148-117.129 137.67-201.766 262.96-201.766 150.258 0 272.084 121.73 272.24 271.951l0 0.015z\",\"M352 784c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM464 800c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM272 896c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM624 896c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 368c-0.182 167.821-136.179 303.818-303.983 304l-320.017 0c-114.875 0-208-93.125-208-208s93.125-208 208-208v0c12.613 0.011 24.959 1.117 36.96 3.226l-1.28-0.186c45.175-115.029 155.25-194.983 284-194.983 167.939 0 304.105 136.034 304.32 303.922l0 0.021zM864 368c-0.561-132.256-107.904-239.253-240.238-239.253-127.352 0-231.559 99.093-239.725 224.38l-0.037 0.713c-1.001 16.893-14.945 30.213-32 30.213-17.702 0-32.053-14.351-32.053-32.053 0-0.647 0.019-1.29 0.057-1.928l-0.004 0.088q0.84-14.64 3.080-28.92c-5.717-0.775-12.339-1.225-19.062-1.24l-0.018-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h320c132.484-0.159 239.841-107.516 240-239.984l0-0.016z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-snow-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31070,\"id\":910,\"name\":\"cloud-snow-duotone\",\"prevSize\":16,\"code\":60321,\"codes\":[60321,60322]},\"setIdx\":5,\"setId\":5,\"iconIdx\":337},{\"icon\":{\"paths\":[\"M527.36 337.64v0c-81.534 31.562-143.077 98.826-166.146 182.082l-0.454 1.918v-0.44c-16.914-5.94-36.415-9.372-56.718-9.372-36.299 0-70.036 10.969-98.077 29.773l0.636-0.401c-28.853-33.401-46.428-77.244-46.428-125.192 0-106.039 85.961-192 192-192 77.579 0 144.411 46.011 174.697 112.233l0.491 1.199z\",\"M624 288c-0.055-0-0.12-0-0.184-0-28.773 0-56.614 3.987-83.003 11.438l2.147-0.518c-10.87-17.569-23.321-32.729-37.52-46.048l-0.12-0.112 38.040-54.28c3.622-5.116 5.789-11.485 5.789-18.36 0-17.678-14.331-32.009-32.009-32.009-10.803 0-20.356 5.352-26.153 13.549l-0.067 0.1-38.040 54.24c-29.335-15.13-64.022-24-100.781-24-0.035 0-0.070 0-0.105 0l0.006-0c-2.32 0-4.64 0-6.96 0l-11.56-65.16c-2.295-15.619-15.602-27.473-31.678-27.473-17.673 0-32 14.327-32 32 0 2.32 0.247 4.583 0.716 6.764l-0.038-0.21 11.52 65.36c-36.778 12.39-68.056 32.81-92.973 59.285l-0.107 0.115-54.48-38.12c-5.177-3.755-11.658-6.006-18.664-6.006-17.673 0-32 14.327-32 32 0 10.945 5.495 20.606 13.876 26.376l0.108 0.070 54.24 38.080c-15.129 29.228-24.001 63.802-24.001 100.448 0 0.166 0 0.332 0.001 0.498l-0-0.026c0 2.28 0 4.6 0 6.88l-65.16 11.52c-15.14 2.724-26.478 15.798-26.478 31.52 0 17.673 14.326 31.999 31.998 32l0 0c1.966-0.003 3.89-0.177 5.759-0.509l-0.199 0.029 65.28-11.52c6.31 18.963 14.248 35.395 23.974 50.571l-0.534-0.891c-40.925 38.092-66.444 92.266-66.444 152.4 0 114.806 93.013 207.888 207.793 208l320.011 0c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM192 416c0.052-88.327 71.666-159.91 160-159.91 53.451 0 100.78 26.21 129.836 66.478l0.324 0.471c-65.068 34.736-115.103 90.442-141.761 157.933l-0.719 2.067c-10.666-1.934-22.942-3.039-35.476-3.039-32.144 0-62.59 7.272-89.782 20.261l1.258-0.541c-14.858-23.819-23.671-52.739-23.68-83.718l-0-0.002zM624 832h-320c-79.415-0.151-143.735-64.564-143.735-144 0-79.529 64.471-144 144-144 6.648 0 13.192 0.451 19.601 1.323l-0.746-0.083c-1.48 9.48-2.52 19.16-3.080 28.92-0.034 0.55-0.053 1.193-0.053 1.84 0 17.702 14.351 32.053 32.053 32.053 17.055 0 30.999-13.32 31.996-30.125l0.004-0.088c0.993-17.24 3.676-33.384 7.904-48.892l-0.384 1.652c0-0.64 0.36-1.28 0.48-1.92 28.675-102.909 121.572-177.16 231.811-177.16 132.681 0 240.24 107.559 240.24 240.24 0 132.628-107.474 240.155-240.083 240.24l-0.008 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-sun-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31071,\"id\":909,\"name\":\"cloud-sun-duotone\",\"prevSize\":16,\"code\":60323,\"codes\":[60323,60324]},\"setIdx\":5,\"setId\":5,\"iconIdx\":338},{\"icon\":{\"paths\":[\"M960 510.48c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z\",\"M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0zM608 512v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM688 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-warning-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31072,\"id\":908,\"name\":\"cloud-warning-duotone\",\"prevSize\":16,\"code\":60325,\"codes\":[60325,60326]},\"setIdx\":5,\"setId\":5,\"iconIdx\":339},{\"icon\":{\"paths\":[\"M960 510.48c0 176.731-143.269 320-320 320v0h-352c-123.593-0.157-223.724-100.385-223.724-224 0-123.712 100.288-224 224-224 19.684 0 38.775 2.539 56.963 7.307l-1.559-0.347v0.4c48.969-117.839 163.144-199.193 296.32-199.193 176.672 0 319.904 143.173 320 319.823l0 0.009z\",\"M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0zM758.64 470.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cloud-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31073,\"id\":907,\"name\":\"cloud-x-duotone\",\"prevSize\":16,\"code\":60327,\"codes\":[60327,60328]},\"setIdx\":5,\"setId\":5,\"iconIdx\":340},{\"icon\":{\"paths\":[\"M928 576c0 0.015 0 0.033 0 0.051 0 106.039-85.961 192-192 192-66.68 0-125.42-33.991-159.84-85.59l-0.44-0.701 64.28 214.24h-256l64.28-214.24c-34.867 52.248-93.578 86.199-160.219 86.199-106.039 0-192-85.961-192-192s85.961-192 192-192c23.172 0 45.386 4.105 65.953 11.627l-1.333-0.427c-20.468-30.066-32.68-67.182-32.68-107.15 0-106.039 85.961-192 192-192s192 85.961 192 192c0 39.968-12.212 77.083-33.109 107.819l0.429-0.669c19.251-7.11 41.485-11.223 64.68-11.223 106.039 0 192 85.961 192 192 0 0.022-0 0.044-0 0.066l0-0.004z\",\"M736 352c-3.12 0-6.24 0-9.32 0 5.914-19.14 9.32-41.143 9.32-63.941 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 22.799 3.406 44.802 9.737 65.528l-0.417-1.587c-3.12 0-6.2 0-9.32 0-123.665 0.062-223.891 100.326-223.891 224 0 123.712 100.288 224 224 224 35.683 0 69.417-8.343 99.357-23.186l-1.306 0.586-32.8 109.4c-0.857 2.753-1.351 5.919-1.351 9.2 0 17.67 14.322 31.995 31.991 32l256 0c17.669-0.005 31.991-14.33 31.991-32 0-3.281-0.494-6.447-1.411-9.427l0.060 0.227-32.8-109.4c28.635 14.257 62.369 22.6 98.051 22.6 123.712 0 224-100.288 224-224 0-123.674-100.226-223.938-223.885-224l-0.006-0zM736 736c-55.594-0.009-104.563-28.372-133.233-71.414l-0.367-0.586c-5.818-8.661-15.576-14.283-26.648-14.283-17.673 0-32 14.327-32 32 0 3.253 0.485 6.392 1.388 9.35l-0.059-0.227 52 173.040h-170l52-173.040c0.932-2.865 1.469-6.162 1.469-9.585 0-17.673-14.327-32-32-32-11.265 0-21.171 5.821-26.873 14.62l-0.076 0.125c-29.055 43.546-77.984 71.843-133.523 71.843-88.366 0-160-71.634-160-160s71.634-160 160-160c19.293 0 37.788 3.415 54.914 9.673l-1.112-0.355c3.207 1.183 6.91 1.868 10.773 1.868 17.673 0 32-14.327 32-32 0-6.665-2.038-12.855-5.525-17.979l0.071 0.111c-17.036-25.045-27.2-55.957-27.2-89.242 0-88.366 71.634-160 160-160s160 71.634 160 160c0 33.286-10.164 64.197-27.558 89.8l0.358-0.558c-3.415 5.013-5.453 11.203-5.453 17.868 0 17.673 14.327 32 32 32 3.863 0 7.567-0.685 10.995-1.939l-0.222 0.071c15.888-5.803 34.231-9.159 53.358-9.159 88.366 0 160 71.634 160 160 0 88.182-71.337 159.702-159.449 159.999l-0.029 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"club-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31074,\"id\":906,\"name\":\"club-duotone\",\"prevSize\":16,\"code\":60329,\"codes\":[60329,60330]},\"setIdx\":5,\"setId\":5,\"iconIdx\":341},{\"icon\":{\"paths\":[\"M928 768h-832c-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 435.2-326.4 435.16 326.4c7.807 5.9 12.8 15.167 12.8 25.6 0 17.659-14.304 31.977-31.958 32l-0.002 0z\",\"M966.28 684.8l-400.96-300.8 93.84-70.4c7.823-5.893 12.83-15.161 12.84-25.598l0-0.002c0-88.366-71.634-160-160-160s-160 71.634-160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.147-52.908 43.071-95.742 96-95.742 47.589 0 87.091 34.628 94.683 80.061l0.077 0.561-549.040 411.92c-15.614 11.8-25.6 30.334-25.6 51.2 0 35.304 28.585 63.932 63.874 64l0.007 0h832c35.346 0 64-28.654 64-64 0-20.866-9.986-39.4-25.439-51.083l-0.161-0.117zM928 736h-832l416-312 416 312z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"coat-hanger-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31075,\"id\":905,\"name\":\"coat-hanger-duotone\",\"prevSize\":16,\"code\":60331,\"codes\":[60331,60332]},\"setIdx\":5,\"setId\":5,\"iconIdx\":342},{\"icon\":{\"paths\":[\"M512 512c0 106.039 85.961 192 192 192v0c41.080 1.64 71.6-9 103.52-29.48 2.407-1.526 5.338-2.432 8.48-2.432 8.806 0 15.95 7.113 16 15.907l0 0.005v144c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 144c-0.030 8.814-7.182 15.948-16 15.948-3.192 0-6.166-0.935-8.663-2.546l0.063 0.038c-29.065-18.472-64.473-29.439-102.442-29.439-106.231 0-192.412 85.844-192.957 191.947l-0 0.052z\",\"M704 352c0.423-0.004 0.924-0.006 1.424-0.006 31.401 0 60.678 9.093 85.341 24.79l-0.645-0.384c7.319 4.75 16.27 7.574 25.88 7.574 26.501 0 47.985-21.476 48-47.973l0-0.001v-144c0-35.346-28.654-64-64-64v0h-576c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-144c-0.035-26.483-21.512-47.938-48-47.938-9.56 0-18.468 2.795-25.95 7.612l0.19-0.114c-29 18.6-53.64 25.64-84.96 24.44h-1.28c-88.366 0-160-71.634-160-160s71.634-160 160-160v0zM480 512c0.158 123.423 99.987 223.478 223.31 224l0.050 0c2.862 0.151 6.213 0.237 9.584 0.237 31.747 0 61.709-7.641 88.148-21.185l-1.092 0.508v116.44h-576v-640h576v116.92c-27.796-13.212-60.398-20.927-94.803-20.927-123.955 0-224.52 100.147-225.197 223.943l-0 0.064z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"coda-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31076,\"id\":904,\"name\":\"coda-logo-duotone\",\"prevSize\":16,\"code\":60333,\"codes\":[60333,60334]},\"setIdx\":5,\"setId\":5,\"iconIdx\":343},{\"icon\":{\"paths\":[\"M832 224v576c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M233.36 406.64l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378h-0zM393.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l105.4 105.36-105.4 105.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0zM800 160h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v576h-576v-256c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"code-block-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31077,\"id\":903,\"name\":\"code-block-duotone\",\"prevSize\":16,\"code\":60335,\"codes\":[60335,60336]},\"setIdx\":5,\"setId\":5,\"iconIdx\":344},{\"icon\":{\"paths\":[\"M960 512l-192 160h-512l-192-160 192-160h512z\",\"M276.48 376.6l-162.48 135.4 162.48 135.4c7.343 5.914 12.002 14.903 12.002 24.981 0 17.673-14.327 32-32 32-8.036 0-15.38-2.962-21-7.854l0.039 0.033-192-160c-7.056-5.911-11.51-14.725-11.51-24.58s4.455-18.669 11.461-24.539l0.050-0.041 192-160c5.507-4.61 12.667-7.409 20.48-7.409 17.678 0 32.009 14.331 32.009 32.009 0 9.865-4.463 18.687-11.479 24.559l-0.050 0.041zM980.48 487.4l-192-160c-5.507-4.61-12.667-7.409-20.48-7.409-17.678 0-32.009 14.331-32.009 32.009 0 9.865 4.463 18.687 11.479 24.559l0.050 0.041 162.48 135.4-162.48 135.4c-7.343 5.914-12.002 14.903-12.002 24.981 0 17.673 14.327 32 32 32 8.036 0 15.38-2.962 21-7.854l-0.039 0.033 192-160c7.056-5.911 11.51-14.725 11.51-24.58s-4.455-18.669-11.461-24.539l-0.050-0.041zM650.92 129.92c-3.248-1.217-7.002-1.921-10.92-1.921-13.755 0-25.484 8.679-30.008 20.86l-0.072 0.221-256 704c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.246 1.191 6.995 1.88 10.904 1.88 0.006 0 0.011-0 0.017-0l-0.001 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 256-704c1.217-3.248 1.921-7.002 1.921-10.92 0-13.755-8.679-25.484-20.86-30.008l-0.221-0.072z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"code-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31078,\"id\":902,\"name\":\"code-duotone\",\"prevSize\":16,\"code\":60337,\"codes\":[60337,60338]},\"setIdx\":5,\"setId\":5,\"iconIdx\":345},{\"icon\":{\"paths\":[\"M928 640l-416 224-416-224 416-224z\",\"M943.16 356l-416-224c-4.385-2.405-9.607-3.819-15.16-3.819s-10.775 1.414-15.327 3.903l0.167-0.084-416 224c-10.050 5.486-16.77 15.95-16.84 27.99l-0 0.010v256c-0 0.006-0 0.012-0 0.019 0 12.12 6.738 22.667 16.673 28.098l0.167 0.084 416 224c4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084 416-224c10.102-5.514 16.84-16.061 16.84-28.181 0-0.007-0-0.013-0-0.020l0 0.001v-256c-0.070-12.050-6.79-22.514-16.673-27.916l-0.167-0.084zM896 586.44l-138.2-74.44 138.2-74.44zM690.28 475.64l-146.28-78.76v-183.32l316.52 170.44zM512 571.64l-110.8-59.64 110.8-59.64 110.8 59.64zM480 213.56v183.32l-146.28 78.76-170.24-91.64zM128 437.56l138.2 74.44-138.2 74.44zM333.72 548.36l146.28 78.76v183.32l-316.52-170.44zM544 810.44v-183.32l146.28-78.76 170.24 91.64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"codepen-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31079,\"id\":901,\"name\":\"codepen-logo-duotone\",\"prevSize\":16,\"code\":60339,\"codes\":[60339,60340]},\"setIdx\":5,\"setId\":5,\"iconIdx\":346},{\"icon\":{\"paths\":[\"M128 502.92l192 105.080v219.36l-175.36-96c-9.97-5.534-16.612-15.988-16.64-27.996l-0-0.004zM704 608v219.36l175.36-96c9.97-5.534 16.612-15.988 16.64-27.996l0-0.004v-200.4zM496.64 100l-164 89.84 179.36 98.16 179.44-98.24-164.080-89.76c-4.434-2.472-9.727-3.927-15.36-3.927s-10.926 1.455-15.523 4.011l0.163-0.083z\",\"M894.72 264.6l-352-192.6c-8.863-4.965-19.45-7.889-30.72-7.889s-21.857 2.924-31.043 8.054l0.323-0.166-352 192.72c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.56c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM672 608v200.36l-128 70.080v-347.48l320-175.2v128l-175.36 96c-9.991 5.545-16.64 16.032-16.64 28.073 0 0.059 0 0.118 0 0.176l-0-0.009zM335.36 580l-175.36-96v-128l320 175.2v347.48l-128-70.32v-200.36c-0.028-12.012-6.67-22.466-16.477-27.917l-0.163-0.083zM332.56 226.36l164 89.8c4.434 2.472 9.727 3.927 15.36 3.927s10.926-1.455 15.523-4.011l-0.163 0.083 164-89.8 137.92 75.48-317.2 173.68-317.36-173.76zM512 128v0l112.8 61.76-112.8 61.8-112.8-61.76zM160 556.88l128 70.080v146.36l-128-70.040zM736 773.32v-146.36l128-70.080v146.4z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"codesandbox-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31080,\"id\":900,\"name\":\"codesandbox-logo-duotone\",\"prevSize\":16,\"code\":60341,\"codes\":[60341,60342]},\"setIdx\":5,\"setId\":5,\"iconIdx\":347},{\"icon\":{\"paths\":[\"M960 512l-288 256h-320l-288-256 288-256h320z\",\"M373.24 280l-261.24 232 261.080 232c6.644 5.899 10.809 14.463 10.809 24 0 17.7-14.349 32.049-32.049 32.049-8.163 0-15.614-3.052-21.273-8.078l0.033 0.029-288-256c-6.658-5.892-10.834-14.458-10.834-24s4.176-18.108 10.8-23.971l0.034-0.029 288-256c5.642-5.029 13.122-8.102 21.32-8.102 17.729 0 32.102 14.373 32.102 32.102 0 9.531-4.154 18.093-10.75 23.972l-0.032 0.028zM981.24 488l-288-256c-5.626-4.997-13.077-8.049-21.24-8.049-17.7 0-32.049 14.349-32.049 32.049 0 9.537 4.165 18.101 10.776 23.971l0.033 0.029 261.24 232-261.080 232c-6.644 5.899-10.809 14.463-10.809 24 0 17.7 14.349 32.049 32.049 32.049 8.163 0 15.614-3.052 21.273-8.078l-0.033 0.029 288-256c6.658-5.892 10.834-14.458 10.834-24s-4.176-18.108-10.8-23.971l-0.034-0.029z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"code-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31081,\"id\":899,\"name\":\"code-simple-duotone\",\"prevSize\":16,\"code\":60343,\"codes\":[60343,60344]},\"setIdx\":5,\"setId\":5,\"iconIdx\":348},{\"icon\":{\"paths\":[\"M832 352v192c0 0.021 0 0.047 0 0.072 0 141.163-83.095 262.918-203.040 319.020l-2.16 0.908h-293.6c-122.105-57.010-205.2-178.765-205.2-319.928 0-0.025 0-0.051 0-0.076l-0 0.004v-192z\",\"M320 224v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM480 256c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM608 256c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM992 480v32c-0.027 84.84-66.083 154.244-149.57 159.616l-0.47 0.024c-22.951 63.771-60.013 117.688-107.608 160.018l-0.392 0.342h98.040c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h98.16c-79.83-70.771-129.953-173.511-130.16-287.963l-0-0.037v-192c0-17.673 14.327-32 32-32v0h704c88.366 0 160 71.634 160 160v0zM800 384h-640v160c0.267 125.901 72.956 234.762 178.609 287.16l1.871 0.84h279.040c107.525-53.239 180.213-162.099 180.48-287.964l0-0.036zM928 480c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211v154.48c-0.026 21.204-1.771 41.98-5.102 62.222l0.302-2.222c40.081-12.116 68.769-48.704 68.8-91.996l0-0.004z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"coffee-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31082,\"id\":898,\"name\":\"coffee-duotone\",\"prevSize\":16,\"code\":60345,\"codes\":[60345,60346]},\"setIdx\":5,\"setId\":5,\"iconIdx\":349},{\"icon\":{\"paths\":[\"M928 416c0 96-160 192-416 192s-416-96-416-192 160-192 416-192 416 96 416 192z\",\"M830.32 255.36c-82.92-41.44-193-63.36-318.32-63.36s-235.4 21.92-318.32 63.36-129.68 99.76-129.68 160.64v192c0 60.88 47.28 119.4 129.68 160.64s193 63.36 318.32 63.36 235.4-21.92 318.32-63.36 129.68-99.76 129.68-160.64v-192c0-60.88-47.28-119.4-129.68-160.64zM512 256c250.56 0 384 92.92 384 160s-133.44 160-384 160-384-92.92-384-160 133.44-160 384-160zM480 639.44v128c-76-2.48-140-13.68-192-29.96v-125.28c57.179 15.87 123.106 25.716 191.088 27.224l0.912 0.016zM544 639.44c68.893-1.524 134.819-11.37 197.707-28.571l-5.707 1.331v125.24c-52 16.28-116 27.48-192 29.96zM128 608v-73.88c19.107 15.956 40.666 30.113 63.762 41.652l1.918 0.868c9.72 4.84 20 9.4 30.32 13.72v121.64c-63.32-31.36-96-70.84-96-104zM800 712v-121.64c10.44-4.32 20.6-8.88 30.32-13.72 25.014-12.408 46.574-26.565 66.21-42.95l-0.53 0.43v73.88c0 33.16-32.68 72.64-96 104z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"coin-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31083,\"id\":897,\"name\":\"coin-duotone\",\"prevSize\":16,\"code\":60347,\"codes\":[60347,60348]},\"setIdx\":5,\"setId\":5,\"iconIdx\":350},{\"icon\":{\"paths\":[\"M960 528c0 79.52-143.28 144-320 144-78.4 0-150.24-12.68-205.88-33.76v0c152.92-10.84 269.88-70.24 269.88-142.24v-109.12c146.080 13.36 256 71.44 256 141.12zM704 336c0-79.52-143.28-144-320-144s-320 64.48-320 144 143.28 144 320 144 320-64.48 320-144z\",\"M736 358.28v-22.28c0-100.32-151.32-176-352-176s-352 75.68-352 176v160c0 83.56 105 149.96 256 169.84v22.16c0 100.32 151.32 176 352 176s352-75.68 352-176v-160c0-82.8-101.68-149.28-256-169.72zM928 528c0 52.88-123.16 112-288 112-14.92 0-29.72-0.52-44.32-1.48 86.28-31.44 140.32-82.52 140.32-142.52v-73.040c119.48 17.8 192 66.12 192 105.040zM288 601v-95.16c28.521 3.922 61.48 6.161 94.962 6.161 0.365 0 0.73-0 1.094-0.001l-0.057 0c0.308 0 0.673 0.001 1.038 0.001 33.482 0 66.441-2.239 98.735-6.575l-3.773 0.414v95.16c-28.635 4.455-61.664 7-95.286 7-0.251 0-0.502-0-0.752-0l0.039 0c-0.212 0-0.463 0-0.714 0-33.623 0-66.651-2.545-98.903-7.453l3.616 0.453zM672 439.72v56.28c0 33.56-49.64 69.6-128 91.48v-93.48c51.64-12.52 95.36-31.16 128-54.28zM384 224c164.84 0 288 59.12 288 112s-123.16 112-288 112-288-59.12-288-112 123.16-112 288-112zM96 496v-56.28c32.64 23.12 76.36 41.76 128 54.28v93.48c-78.36-21.88-128-57.92-128-91.48zM352 688v-16.68c10.52 0.4 21.16 0.68 32 0.68 15.52 0 30.68-0.52 45.56-1.4 13.044 4.934 29.888 10.094 47.091 14.341l3.349 0.699v93.84c-78.36-21.88-128-57.92-128-91.48zM544 793v-95.4c28.732 4.074 61.918 6.4 95.648 6.4 0.124 0 0.248-0 0.371-0l-0.019 0c0.308 0 0.673 0.001 1.038 0.001 33.482 0 66.441-2.239 98.735-6.575l-3.773 0.414v95.16c-28.849 4.455-62.127 7-96 7s-67.151-2.545-99.654-7.454l3.654 0.454zM800 779.48v-93.48c51.64-12.52 95.36-31.16 128-54.28v56.28c0 33.56-49.64 69.6-128 91.48z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"coins-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31084,\"id\":896,\"name\":\"coins-duotone\",\"prevSize\":16,\"code\":60349,\"codes\":[60349,60350]},\"setIdx\":5,\"setId\":5,\"iconIdx\":351},{\"icon\":{\"paths\":[\"M640 512c0 212-100.28 384-224 384s-224-172-224-384 100.28-384 224-384 224 172 224 384z\",\"M794.040 224.36c-48.28-82.76-114.36-128.36-186.040-128.36h-192c-71.68 0-137.76 45.6-186.040 128.36-45.12 77.32-69.96 179.64-69.96 287.64s24.84 210.32 69.96 287.64c48.28 82.76 114.36 128.36 186.040 128.36h192c71.68 0 137.76-45.6 186.040-128.36 45.12-77.32 69.96-179.64 69.96-287.64s-24.84-210.32-69.96-287.64zM799.16 480h-128c-2.728-69.667-16.695-135.274-40.134-196.18l1.414 4.18h122.36c24.48 53.52 40.64 120 44.36 192zM716.76 224h-114.92c-14.127-24.273-30.018-45.258-48.11-64.115l0.11 0.115h54.16c40 0 77.6 24 108.76 64zM224 512c0-190.8 88-352 192-352s192 161.2 192 352-88 352-192 352-192-161.2-192-352zM608 864h-54.040c17.982-18.742 33.873-39.727 47.15-62.427l0.85-1.573h114.92c-31.28 40-68.88 64-108.88 64zM754.8 736h-122.32c22.025-56.725 35.992-122.332 38.684-190.835l0.036-1.165h128c-3.76 72-19.92 138.48-44.4 192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"coin-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31085,\"id\":895,\"name\":\"coin-vertical-duotone\",\"prevSize\":16,\"code\":60351,\"codes\":[60351,60352]},\"setIdx\":5,\"setId\":5,\"iconIdx\":352},{\"icon\":{\"paths\":[\"M448 192v640c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM768 160h-160c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0z\",\"M416 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM416 832h-160v-640h160zM768 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM768 832h-160v-640h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"columns-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31086,\"id\":894,\"name\":\"columns-duotone\",\"prevSize\":16,\"code\":60353,\"codes\":[60353,60354]},\"setIdx\":5,\"setId\":5,\"iconIdx\":353},{\"icon\":{\"paths\":[\"M832 304v0c0 61.856-50.144 112-112 112v0h-112v-112c0-61.856 50.144-112 112-112v0 0c61.856 0 112 50.144 112 112v0zM304 192v0c-61.856 0-112 50.144-112 112v0 0c0 61.856 50.144 112 112 112v0h112v-112c0-61.856-50.144-112-112-112v0zM720 608h-112v112c0 61.856 50.144 112 112 112v0 0c61.856 0 112-50.144 112-112v0 0c0-61.856-50.144-112-112-112v0zM192 720v0c0 61.856 50.144 112 112 112v0 0c61.856 0 112-50.144 112-112v0-112h-112c-61.856 0-112 50.144-112 112v0z\",\"M720 576h-80v-128h80c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144v0 80h-128v-80c0-79.529-64.471-144-144-144s-144 64.471-144 144c0 79.529 64.471 144 144 144v0h80v128h-80c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0-80h128v80c0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144v0zM640 304c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0h-80zM224 304c0-44.183 35.817-80 80-80s80 35.817 80 80v0 80h-80c-44.183 0-80-35.817-80-80v0zM384 720c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0h80zM448 448h128v128h-128zM720 800c-44.183 0-80-35.817-80-80v0-80h80c44.183 0 80 35.817 80 80s-35.817 80-80 80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"command-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31087,\"id\":893,\"name\":\"command-duotone\",\"prevSize\":16,\"code\":60355,\"codes\":[60355,60356]},\"setIdx\":5,\"setId\":5,\"iconIdx\":354},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM576 576l-256 128 128-256 256-128z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM689.68 291.36l-256 128c-6.217 3.169-11.151 8.103-14.236 14.138l-0.084 0.182-128 256c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.673 14.327 32 32 32 0.008 0 0.016-0 0.024-0l-0.001 0c5.218-0.008 10.144-1.248 14.506-3.445l-0.186 0.085 256-128c6.217-3.169 11.151-8.103 14.236-14.138l0.084-0.182 128-256c2.147-4.183 3.406-9.128 3.406-14.366 0-17.673-14.327-32-32-32-5.238 0-10.182 1.259-14.547 3.49l0.181-0.084zM552 552l-160.44 80.44 80.44-160.44 160.6-80.28z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"compass-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31088,\"id\":892,\"name\":\"compass-duotone\",\"prevSize\":16,\"code\":60357,\"codes\":[60357,60358]},\"setIdx\":5,\"setId\":5,\"iconIdx\":355},{\"icon\":{\"paths\":[\"M640 320c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z\",\"M860.48 494.56c2.487-4.445 3.951-9.753 3.951-15.403 0-17.673-14.327-32-32-32-12.689 0-23.653 7.385-28.828 18.092l-0.083 0.191c-30.174 57.315-75.48 103.161-130.647 133.167l-1.673 0.833-66.32-149.28c40.782-29.377 67.023-76.73 67.023-130.212 0-77.003-54.397-141.302-126.86-156.564l-1.043-0.184v-67.2c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 67.2c-73.506 15.446-127.903 79.744-127.903 156.748 0 53.482 26.241 100.836 66.55 129.888l0.473 0.325-192.36 432.84c-1.782 3.86-2.821 8.377-2.821 13.137 0 17.673 14.327 32 32 32 13.019 0 24.222-7.774 29.22-18.934l0.081-0.203 100.56-226.24c37.419 13.46 80.597 21.24 125.591 21.24 0.214 0 0.428-0 0.642-0.001l-0.033 0c45.252-0.054 88.706-7.68 129.186-21.678l-2.786 0.838 100.36 225.84c5.139 11.214 16.266 18.863 29.179 18.863 17.673 0 32-14.327 32-32 0-4.654-0.994-9.076-2.78-13.066l0.081 0.203-100-225c70.255-37.085 126.235-93.129 162.235-161.35l1.005-2.090zM512 224c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM512 640c-0.115 0-0.251 0-0.387 0-35.623 0-69.878-5.856-101.855-16.658l2.242 0.657 65.68-147.76c10.338 2.39 22.209 3.76 34.4 3.76s24.062-1.37 35.468-3.964l-1.068 0.204 65.92 148.24c-30.006 9.838-64.539 15.514-100.397 15.52l-0.003 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"compass-tool-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31089,\"id\":891,\"name\":\"compass-tool-duotone\",\"prevSize\":16,\"code\":60359,\"codes\":[60359,60360]},\"setIdx\":5,\"setId\":5,\"iconIdx\":356},{\"icon\":{\"paths\":[\"M800 160v704c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z\",\"M352 288c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM384 448h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM832 160v704c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM768 160h-512v704h512zM512 672c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"computer-tower-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31090,\"id\":890,\"name\":\"computer-tower-duotone\",\"prevSize\":16,\"code\":60361,\"codes\":[60361,60362]},\"setIdx\":5,\"setId\":5,\"iconIdx\":357},{\"icon\":{\"paths\":[\"M235.56 619.56l168.88 168.88-202.52 73.6c-3.197 1.213-6.894 1.915-10.755 1.915-17.209 0-31.16-13.951-31.16-31.16 0-3.861 0.702-7.558 1.986-10.97l-0.071 0.215zM790.84 600.68l-367.52-367.52c-5.639-5.638-13.428-9.124-22.031-9.124-13.393 0-24.813 8.45-29.219 20.309l-0.070 0.216-59.6 164 303.28 303.28 164-59.6c12.076-4.476 20.526-15.896 20.526-29.289 0-8.723-3.584-16.609-9.361-22.265l-0.005-0.005z\",\"M445.96 210.52c-11.431-11.402-27.207-18.452-44.63-18.452-27.128 0-50.265 17.093-59.227 41.096l-0.143 0.437-209.96 577.52c-2.397 6.414-3.784 13.826-3.784 21.562 0 34.796 28.067 63.037 62.798 63.318l0.027 0c7.857-0.055 15.356-1.517 22.28-4.147l-0.44 0.147 577.48-210c24.455-9.097 41.562-32.241 41.562-59.38 0-17.418-7.046-33.19-18.443-44.621l0.002 0.002zM412.64 751.36l-140-140 52.64-144.84 232.2 232.2zM192.64 831.36l56-153.64 97.8 97.8zM624 674.56l-274.56-274.56 52-143.48 365.72 365.72zM640 288c0.652-22.799 6.252-44.142 15.756-63.197l-0.396 0.877c21.2-42.36 61.2-65.68 112.64-65.68 26.8 0 44-9.16 54.6-28.84 5.332-10.294 8.731-22.378 9.391-35.186l0.009-0.214c0.068-17.622 14.369-31.88 32-31.88 17.673 0 32 14.327 32 32 0 0.042-0 0.084-0 0.127l0-0.007c0 51.44-34.080 128-128 128-26.8 0-44 9.16-54.6 28.84-5.332 10.294-8.731 22.378-9.391 35.186l-0.009 0.214c-0.068 17.622-14.369 31.88-32 31.88-17.673 0-32-14.327-32-32 0-0.042 0-0.084 0-0.127l-0 0.007zM544 160v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM950.64 489.36c5.786 5.791 9.364 13.787 9.364 22.62 0 17.675-14.329 32.004-32.004 32.004-8.843 0-16.847-3.586-22.64-9.383l-64-64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM970.12 318.36l-96 32c-3.020 1.041-6.5 1.642-10.12 1.642-17.674 0-32.002-14.328-32.002-32.002 0-14.054 9.059-25.992 21.657-30.293l0.225-0.067 96-32c3.020-1.041 6.5-1.642 10.12-1.642 17.674 0 32.002 14.328 32.002 32.002 0 14.054-9.059 25.992-21.657 30.293l-0.225 0.067z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"confetti-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31091,\"id\":889,\"name\":\"confetti-duotone\",\"prevSize\":16,\"code\":60363,\"codes\":[60363,60364]},\"setIdx\":5,\"setId\":5,\"iconIdx\":358},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM388.28 401.040c17.345 32.149 27.538 70.364 27.538 110.96s-10.193 78.811-28.159 112.225l0.622-1.265c-5.382 10.537-16.158 17.626-28.59 17.626-17.673 0-32-14.327-32-32 0-5.708 1.494-11.066 4.113-15.706l-0.083 0.16c12.845-23.44 20.401-51.358 20.401-81.040s-7.556-57.6-20.848-81.934l0.447 0.894c-2.15-4.185-3.41-9.132-3.41-14.374 0-17.673 14.327-32 32-32 11.965 0 22.397 6.567 27.887 16.294l0.083 0.16zM612.28 273.040c37.752 69.185 59.953 151.54 59.953 239.080s-22.2 169.896-61.278 241.743l1.325-2.663c-5.715 9.269-15.812 15.355-27.33 15.355-17.673 0-32-14.327-32-32 0-4.952 1.125-9.642 3.133-13.827l-0.083 0.192c33.013-60.452 52.427-132.419 52.427-208.92s-19.414-148.468-53.585-211.243l1.157 2.323c-2.377-4.365-3.774-9.559-3.774-15.080 0-17.681 14.333-32.014 32.014-32.014 12.16 0 22.737 6.78 28.156 16.765l0.084 0.169zM500.28 337.040c27.554 50.672 43.755 110.964 43.755 175.040s-16.2 124.368-44.728 177.003l0.973-1.963c-5.414 10.437-16.138 17.444-28.498 17.444-17.673 0-32-14.327-32-32 0-5.699 1.49-11.050 4.101-15.684l-0.083 0.16c22.825-41.963 36.245-91.894 36.245-144.96s-13.42-102.997-37.051-146.585l0.806 1.625c-2.528-4.475-4.018-9.825-4.018-15.524 0-17.673 14.327-32 32-32 12.36 0 23.083 7.008 28.414 17.266l0.084 0.178z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"contactless-payment-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31092,\"id\":888,\"name\":\"contactless-payment-duotone\",\"prevSize\":16,\"code\":60365,\"codes\":[60365,60366]},\"setIdx\":5,\"setId\":5,\"iconIdx\":359},{\"icon\":{\"paths\":[\"M800 480h-576l288-288z\",\"M822.64 457.36l-288-288c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l575.999 0c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM301.24 448l210.76-210.76 210.76 210.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"control-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31093,\"id\":887,\"name\":\"control-duotone\",\"prevSize\":16,\"code\":60367,\"codes\":[60367,60368]},\"setIdx\":5,\"setId\":5,\"iconIdx\":360},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c0 106.039 85.961 192 192 192v0c0 106.039 85.961 192 192 192v0z\",\"M657.96 654.040c8.651 8.68 14 20.657 14 33.882 0 26.51-21.49 48-48 48s-48-21.49-48-48c0-13.226 5.349-25.202 14.001-33.884l-0.001 0.001c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001zM333.96 622.040c-8.651 8.68-14 20.657-14 33.882 0 26.51 21.49 48 48 48s48-21.49 48-48c0-13.226-5.349-25.202-14.001-33.884l0.001 0.001c-8.688-8.698-20.696-14.078-33.96-14.078s-25.272 5.38-33.96 14.077l-0 0zM369.96 466.040c8.651-8.68 14-20.657 14-33.882 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 13.226 5.349 25.202 14.001 33.884l-0.001-0.001c8.688 8.698 20.696 14.078 33.96 14.078 13.304 0 25.344-5.413 34.038-14.156l0.002-0.002zM561.96 462.040c-8.68-8.651-20.657-14-33.882-14-26.51 0-48 21.49-48 48s21.49 48 48 48c13.226 0 25.202-5.349 33.884-14.001l-0.001 0.001c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c17.673 0 32 14.327 32 32v0c0 88.366 71.634 160 160 160v0c17.673 0 32 14.327 32 32v0c0 88.366 71.634 160 160 160v0c17.673 0 32 14.327 32 32v0zM862.76 541.56c-98.385-15.345-174.874-92.783-188.623-190.372l-0.137-1.188c-98.777-13.886-176.215-90.375-191.397-187.495l-0.163-1.265c-181.261 15.734-322.436 166.759-322.436 350.756 0 194.404 157.596 352 352 352 183.998 0 335.022-141.175 350.664-321.115l0.093-1.321z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cookie-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31094,\"id\":886,\"name\":\"cookie-duotone\",\"prevSize\":16,\"code\":60369,\"codes\":[60369,60370]},\"setIdx\":5,\"setId\":5,\"iconIdx\":361},{\"icon\":{\"paths\":[\"M864 352v384c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-384c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M352 192v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 224c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM640 224c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM1011.2 409.6l-115.2 86.4v240c0 70.692-57.308 128-128 128v0h-512c-70.692 0-128-57.308-128-128v0-240l-115.2-86.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 76.8 57.6v-64c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0 64l76.8-57.6c5.281-3.996 11.96-6.4 19.2-6.4 17.673 0 32 14.327 32 32 0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058zM832 352h-640v384c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cooking-pot-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31095,\"id\":885,\"name\":\"cooking-pot-duotone\",\"prevSize\":16,\"code\":60371,\"codes\":[60371,60372]},\"setIdx\":5,\"setId\":5,\"iconIdx\":362},{\"icon\":{\"paths\":[\"M864 160v512h-192v-320h-320v-192z\",\"M864 128h-512c-17.673 0-32 14.327-32 32v0 160h-160c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-160h160c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM640 832h-448v-448h448zM832 640h-128v-288c0-17.673-14.327-32-32-32v0h-288v-128h448z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"copy-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31096,\"id\":884,\"name\":\"copy-duotone\",\"prevSize\":16,\"code\":60373,\"codes\":[60373,60374]},\"setIdx\":5,\"setId\":5,\"iconIdx\":363},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 512c0 0.012 0 0.026 0 0.040 0 106.039-85.961 192-192 192-62.598 0-118.2-29.957-153.25-76.317l-0.35-0.483c-4.003-5.286-6.412-11.972-6.412-19.22 0-17.68 14.332-32.012 32.012-32.012 10.431 0 19.697 4.989 25.542 12.712l0.058 0.080c23.6 31.229 60.668 51.2 102.4 51.2 70.692 0 128-57.308 128-128s-57.308-128-128-128c-41.732 0-78.8 19.971-102.167 50.878l-0.233 0.322c-5.903 7.803-15.169 12.792-25.6 12.792-17.68 0-32.012-14.332-32.012-32.012 0-7.248 2.409-13.934 6.47-19.3l-0.058 0.080c35.4-46.843 91.002-76.8 153.6-76.8 106.039 0 192 85.961 192 192 0 0.014-0 0.028-0 0.042l0-0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"copyleft-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31097,\"id\":883,\"name\":\"copyleft-duotone\",\"prevSize\":16,\"code\":60375,\"codes\":[60375,60376]},\"setIdx\":5,\"setId\":5,\"iconIdx\":364},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM384 512c0 70.692 57.308 128 128 128 41.732 0 78.8-19.971 102.167-50.878l0.233-0.322c5.903-7.803 15.169-12.792 25.6-12.792 17.68 0 32.012 14.332 32.012 32.012 0 7.248-2.409 13.934-6.47 19.3l0.058-0.080c-35.401 46.82-90.989 76.76-153.57 76.76-106.039 0-192-85.961-192-192s85.961-192 192-192c62.581 0 118.169 29.94 153.221 76.278l0.349 0.482c4.003 5.286 6.412 11.972 6.412 19.22 0 17.68-14.332 32.012-32.012 32.012-10.431 0-19.697-4.989-25.542-12.712l-0.058-0.080c-23.6-31.229-60.668-51.2-102.4-51.2-70.692 0-128 57.308-128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"copyright-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31098,\"id\":882,\"name\":\"copyright-duotone\",\"prevSize\":16,\"code\":60377,\"codes\":[60377,60378]},\"setIdx\":5,\"setId\":5,\"iconIdx\":365},{\"icon\":{\"paths\":[\"M736 288v576h-576v-576z\",\"M736 256h-576c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM704 832h-512v-512h512zM896 160v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-544h-544c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"copy-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31099,\"id\":881,\"name\":\"copy-simple-duotone\",\"prevSize\":16,\"code\":60379,\"codes\":[60379,60380]},\"setIdx\":5,\"setId\":5,\"iconIdx\":366},{\"icon\":{\"paths\":[\"M832 384h-192v-192zM384 832v-192h-192zM640 832l192-192h-192zM384 384v-192l-192 192z\",\"M640 416h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0zM672 269.24l82.76 82.76h-82.76zM384 608h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM352 754.76l-82.76-82.76h82.76zM832 608h-192c-17.673 0-32 14.327-32 32v0 192c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM672 754.76v-82.76h82.76zM396.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l191.999 0c17.673 0 32-14.327 32-32v0-192c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM352 352h-82.76l82.76-82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"corners-in-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31100,\"id\":880,\"name\":\"corners-in-duotone\",\"prevSize\":16,\"code\":60381,\"codes\":[60381,60382]},\"setIdx\":5,\"setId\":5,\"iconIdx\":367},{\"icon\":{\"paths\":[\"M832 192v160l-160-160zM192 832h160l-160-160zM832 832v-160l-160 160zM192 352l160-160h-160z\",\"M832 160h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160c0-17.673-14.327-32-32-32v0zM800 274.76l-50.76-50.76h50.76zM214.64 649.36c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160c0 17.673 14.327 32 32 32v0h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM224 800v-50.76l50.76 50.76zM844.24 642.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-160 160c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0c17.673 0 32-14.327 32-32v0-160c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM800 800h-50.76l50.76-50.76zM352 160h-160c-17.673 0-32 14.327-32 32v0 160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM224 274.76v-50.76h50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"corners-out-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31101,\"id\":879,\"name\":\"corners-out-duotone\",\"prevSize\":16,\"code\":60383,\"codes\":[60383,60384]},\"setIdx\":5,\"setId\":5,\"iconIdx\":368},{\"icon\":{\"paths\":[\"M960 480v192c0 17.673-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0-160c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0 160c17.673 0 32 14.327 32 32v0z\",\"M960 424.68v-136.68c0-35.346-28.654-64-64-64v0h-768c-35.346 0-64 28.654-64 64v0 136.68c-19.235 11.254-31.96 31.797-32 55.314l-0 0.006v192c0 35.346 28.654 64 64 64v0h32v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h640v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h32c35.346 0 64-28.654 64-64v0-192c-0.040-23.523-12.765-44.066-31.698-55.157l-0.302-0.163zM896 416h-32c-35.346 0-64 28.654-64 64v0 64h-256v-256h352zM480 288v256h-256v-64c0-35.346-28.654-64-64-64v0h-32v-128zM928 672h-832v-192h64v64c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"couch-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31102,\"id\":878,\"name\":\"couch-duotone\",\"prevSize\":16,\"code\":60385,\"codes\":[60385,60386]},\"setIdx\":5,\"setId\":5,\"iconIdx\":369},{\"icon\":{\"paths\":[\"M800 192h-576c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM608 608h-192v-192h192z\",\"M608 384h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM576 576h-128v-128h128zM928 576h-64v-128h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-160c0-35.346-28.654-64-64-64v0h-160v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-160c-35.346 0-64 28.654-64 64v0 160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v128h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v160c0 35.346 28.654 64 64 64v0h160v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160c35.346 0 64-28.654 64-64v0-160h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM800 800h-576v-576h576v383.48s0 0.36 0 0.52 0 0.36 0 0.52v191.48z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cpu-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31103,\"id\":877,\"name\":\"cpu-duotone\",\"prevSize\":16,\"code\":60387,\"codes\":[60387,60388]},\"setIdx\":5,\"setId\":5,\"iconIdx\":370},{\"icon\":{\"paths\":[\"M928 384v384c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-384z\",\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 256v96h-768v-96zM896 768h-768v-352h768v352zM832 672c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM576 672c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"credit-card-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31104,\"id\":876,\"name\":\"credit-card-duotone\",\"prevSize\":16,\"code\":60389,\"codes\":[60389,60390]},\"setIdx\":5,\"setId\":5,\"iconIdx\":371},{\"icon\":{\"paths\":[\"M768 256v512h-512v-512z\",\"M960 768c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-480c-17.673 0-32-14.327-32-32v0-480h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 640h640c17.673 0 32 14.327 32 32v0zM384 288h352v352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"crop-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31105,\"id\":875,\"name\":\"crop-duotone\",\"prevSize\":16,\"code\":60391,\"codes\":[60391,60392]},\"setIdx\":5,\"setId\":5,\"iconIdx\":372},{\"icon\":{\"paths\":[\"M832 352v128c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32 14.327-32 32v0 352c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-352c0-17.673-14.327-32-32-32v0h-160c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32 14.327 32 32v0z\",\"M800 288h-160v-160c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 160h-160c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h160v352c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-352h160c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0zM800 480h-160c-35.346 0-64 28.654-64 64v0 352h-128v-352c0-35.346-28.654-64-64-64v0h-160v-128h160c35.346 0 64-28.654 64-64v0-160h128v160c0 35.346 28.654 64 64 64v0h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cross-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31106,\"id\":874,\"name\":\"cross-duotone\",\"prevSize\":16,\"code\":60393,\"codes\":[60393,60394]},\"setIdx\":5,\"setId\":5,\"iconIdx\":373},{\"icon\":{\"paths\":[\"M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z\",\"M928 480h-33.36c-16.329-186.717-163.923-334.311-349.188-350.537l-1.452-0.103v-33.36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 33.36c-186.717 16.329-334.311 163.923-350.537 349.188l-0.103 1.452h-33.36c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h33.36c16.329 186.717 163.923 334.311 349.188 350.537l1.452 0.103v33.36c0 17.673 14.327 32 32 32s32-14.327 32-32v0-33.36c186.717-16.329 334.311-163.923 350.537-349.188l0.103-1.452h33.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 830.4v-30.4c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 30.4c-151.349-15.895-270.505-135.051-286.281-285.009l-0.119-1.391h30.4c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-30.4c15.895-151.349 135.051-270.505 285.009-286.281l1.391-0.119v30.4c0 17.673 14.327 32 32 32s32-14.327 32-32v0-30.4c151.349 15.895 270.505 135.051 286.281 285.009l0.119 1.391h-30.4c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h30.4c-15.895 151.349-135.051 270.505-285.009 286.281l-1.391 0.119zM512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"crosshair-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31107,\"id\":873,\"name\":\"crosshair-duotone\",\"prevSize\":16,\"code\":60395,\"codes\":[60395,60396]},\"setIdx\":5,\"setId\":5,\"iconIdx\":374},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM544 862.52v-126.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 126.52c-169.036-16.113-302.407-149.484-318.41-317.097l-0.11-1.423h126.52c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-126.52c16.113-169.036 149.484-302.407 317.097-318.41l1.423-0.11v126.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-126.52c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423h-126.52c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h126.52c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"crosshair-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31108,\"id\":872,\"name\":\"crosshair-simple-duotone\",\"prevSize\":16,\"code\":60397,\"codes\":[60397,60398]},\"setIdx\":5,\"setId\":5,\"iconIdx\":375},{\"icon\":{\"paths\":[\"M959.12 346.48l-148 453.52s-107.12-64-299.12-64-299.12 64-299.12 64l-148-453.48c-0.569-1.596-0.898-3.436-0.898-5.354 0-9.057 7.343-16.4 16.4-16.4 2.691 0 5.23 0.648 7.471 1.797l-0.092-0.043 213.64 106.48c2.141 1.093 4.67 1.733 7.348 1.733 5.952 0 11.166-3.163 14.051-7.901l0.041-0.073 175.080-290.76c2.943-4.724 8.11-7.822 14-7.822s11.057 3.097 13.96 7.752l0.040 0.069 175.080 290.96c2.939 4.795 8.151 7.946 14.098 7.946 2.66 0 5.172-0.63 7.396-1.749l-0.095 0.043 213.72-106.56c2.168-1.131 4.736-1.794 7.458-1.794 9.057 0 16.4 7.343 16.4 16.4 0 1.873-0.314 3.672-0.892 5.349l0.035-0.115z\",\"M975.36 304.76c-8.443-7.391-19.572-11.899-31.755-11.899-7.875 0-15.311 1.884-21.88 5.226l0.275-0.127-200.84 100-167.68-278.52c-8.63-14.133-23.97-23.423-41.48-23.423s-32.85 9.29-41.359 23.211l-0.121 0.212-167.68 278.64-200.76-100c-6.281-3.188-13.696-5.056-21.546-5.056-26.753 0-48.44 21.687-48.44 48.44 0 5.368 0.873 10.532 2.485 15.358l-0.099-0.342 148 453.44c4.313 12.917 16.297 22.064 30.418 22.064 6.014 0 11.64-1.659 16.447-4.544l-0.145 0.081c1-0.6 103.28-59.52 282.8-59.52s281.8 58.92 282.72 59.48c4.688 2.846 10.354 4.53 16.413 4.53 14.131 0 26.122-9.159 30.361-21.864l0.065-0.226 148-453.32c1.587-4.576 2.503-9.849 2.503-15.337 0-14.557-6.448-27.608-16.643-36.453l-0.060-0.051zM792 755.32c-48-20.36-143.68-51.32-280-51.32s-232 30.96-280 51.32l-125.16-383.32 180.28 89.88c6.281 3.166 13.689 5.020 21.531 5.020 17.531 0 32.898-9.267 41.469-23.17l0.121-0.21 161.76-268.88 161.76 268.8c8.704 14.098 24.069 23.353 41.595 23.353 7.823 0 15.216-1.844 21.766-5.121l-0.282 0.128 180.32-89.8zM703.48 627.32c-2.738 15.111-15.786 26.423-31.478 26.44l-0.002 0c-1.98-0.003-3.918-0.177-5.801-0.509l0.201 0.029c-46.433-8.373-99.877-13.16-154.44-13.16s-108.008 4.787-159.938 13.965l5.498-0.805c-1.672 0.31-3.595 0.487-5.56 0.487-17.677 0-32.007-14.33-32.007-32.007 0-15.712 11.321-28.78 26.251-31.491l0.195-0.029c49.776-8.983 107.068-14.12 165.56-14.12s115.785 5.137 171.452 14.983l-5.892-0.864c15.134 2.729 26.466 15.8 26.466 31.518 0 1.923-0.17 3.806-0.495 5.635l0.028-0.193z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"crown-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31109,\"id\":871,\"name\":\"crown-duotone\",\"prevSize\":16,\"code\":60399,\"codes\":[60399,60400]},\"setIdx\":5,\"setId\":5,\"iconIdx\":376},{\"icon\":{\"paths\":[\"M959.12 346.48l-148 453.52s-107.12-64-299.12-64-299.12 64-299.12 64l-148-453.48c-0.569-1.596-0.898-3.436-0.898-5.354 0-9.057 7.343-16.4 16.4-16.4 2.691 0 5.23 0.648 7.471 1.797l-0.092-0.043 213.64 106.48c2.141 1.093 4.67 1.733 7.348 1.733 5.952 0 11.166-3.163 14.051-7.901l0.041-0.073 175.080-290.76c2.943-4.724 8.11-7.822 14-7.822s11.057 3.097 13.96 7.752l0.040 0.069 175.080 290.96c2.939 4.795 8.151 7.946 14.098 7.946 2.66 0 5.172-0.63 7.396-1.749l-0.095 0.043 213.72-106.56c2.168-1.131 4.736-1.794 7.458-1.794 9.057 0 16.4 7.343 16.4 16.4 0 1.873-0.314 3.672-0.892 5.349l0.035-0.115z\",\"M975.36 304.76c-8.443-7.391-19.572-11.899-31.755-11.899-7.875 0-15.311 1.884-21.88 5.226l0.275-0.127-200.84 100-167.68-278.52c-8.63-14.133-23.97-23.423-41.48-23.423s-32.85 9.29-41.359 23.211l-0.121 0.212-167.68 278.64-200.76-100c-6.281-3.188-13.696-5.056-21.546-5.056-26.753 0-48.44 21.687-48.44 48.44 0 5.368 0.873 10.532 2.485 15.358l-0.099-0.342 148 453.44c4.313 12.917 16.297 22.064 30.418 22.064 6.014 0 11.64-1.659 16.447-4.544l-0.145 0.081c1-0.6 103.28-59.52 282.8-59.52s281.8 58.92 282.72 59.48c4.688 2.846 10.354 4.53 16.413 4.53 14.131 0 26.122-9.159 30.361-21.864l0.065-0.226 148-453.32c1.587-4.576 2.503-9.849 2.503-15.337 0-14.557-6.448-27.608-16.643-36.453l-0.060-0.051zM792 755.32c-48-20.36-143.68-51.32-280-51.32s-232 30.96-280 51.32l-125.16-383.32 180.28 89.88c6.281 3.166 13.689 5.020 21.531 5.020 17.531 0 32.898-9.267 41.469-23.17l0.121-0.21 161.76-268.88 161.76 268.8c8.693 14.105 24.055 23.365 41.58 23.365 7.83 0 15.227-1.848 21.781-5.133l-0.281 0.127 180.32-89.8z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"crown-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31110,\"id\":870,\"name\":\"crown-simple-duotone\",\"prevSize\":16,\"code\":60401,\"codes\":[60401,60402]},\"setIdx\":5,\"setId\":5,\"iconIdx\":377},{\"icon\":{\"paths\":[\"M512 516.36v411.64c-5.641-0.024-10.931-1.504-15.521-4.083l0.161 0.083-352-192.64c-9.97-5.534-16.612-15.988-16.64-27.996l-0-0.004v-382.56c0.002-4.738 1.033-9.235 2.882-13.28l-0.082 0.2z\",\"M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 128v0l321.36 176-321.36 176-321.36-176zM160 360l320 175.12v343.16l-320-175zM544 878.28v-343l320-175.28v343.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cube-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31111,\"id\":869,\"name\":\"cube-duotone\",\"prevSize\":16,\"code\":60403,\"codes\":[60403,60404]},\"setIdx\":5,\"setId\":5,\"iconIdx\":378},{\"icon\":{\"paths\":[\"M736 394.28v235.44c0 0.037 0 0.080 0 0.124 0 7.25-3.857 13.599-9.632 17.106l-0.089 0.050-205.32 118.6c-2.57 1.509-5.661 2.401-8.96 2.401s-6.39-0.891-9.045-2.447l0.085 0.046-205.32-118.6c-5.863-3.558-9.72-9.906-9.72-17.156 0-0.044 0-0.087 0-0.131l-0 0.007v-235.44c-0-0.037-0-0.080-0-0.124 0-7.25 3.857-13.599 9.632-17.106l0.089-0.050 205.32-118.6c2.57-1.509 5.661-2.401 8.96-2.401s6.39 0.891 9.045 2.447l-0.085-0.046 205.32 118.6c5.863 3.558 9.72 9.906 9.72 17.156 0 0.044-0 0.087-0 0.131l0-0.007z\",\"M768 629.72v-235.44c0-0.034 0-0.073 0-0.113 0-19.016-10.207-35.648-25.441-44.715l-0.239-0.132-205.36-118.6c-7.16-4.205-15.77-6.688-24.96-6.688s-17.8 2.483-25.196 6.816l0.236-0.128-205.32 118.6c-15.496 9.195-25.72 25.839-25.72 44.871 0 0.031 0 0.063 0 0.094l-0-0.005v235.44c-0 0.034-0 0.073-0 0.113 0 19.016 10.207 35.648 25.441 44.715l0.239 0.132 205.36 118.6c7.161 4.201 15.771 6.682 24.96 6.682s17.799-2.481 25.196-6.81l-0.236 0.128 205.32-118.6c15.496-9.195 25.72-25.839 25.72-44.871 0-0.031-0-0.063-0-0.094l0 0.005zM512 290.2l162.36 93.8-162.36 93.72-162.36-93.72zM320 440.76l160 92.4v182.16l-160-92.4zM544 715.32v-182.16l160-92.4v182.16zM928 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM320 832c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32v0zM928 672v160c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM96 352v-160c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cube-focus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31112,\"id\":868,\"name\":\"cube-focus-duotone\",\"prevSize\":16,\"code\":60405,\"codes\":[60405,60406]},\"setIdx\":5,\"setId\":5,\"iconIdx\":379},{\"icon\":{\"paths\":[\"M864 384v480h-480l-224-224v-480h480z\",\"M886.64 361.36v0l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-479.999-0c-17.673 0-32 14.327-32 32v0 480c0.004 8.746 3.515 16.67 9.204 22.444l-0.004-0.004 224 224c5.806 5.9 13.875 9.556 22.799 9.56l480.001 0c17.673 0 32-14.327 32-32v0-480c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM672 237.24l114.76 114.76h-114.76zM352 786.76l-114.76-114.76h114.76zM352 608h-160v-370.76l160 160zM237.24 192h370.76v160h-210.76zM608 416v192h-192v-192zM416 832v-160h210.76l160 160zM832 786.76l-160-160v-210.76h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cube-transparent-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31113,\"id\":867,\"name\":\"cube-transparent-duotone\",\"prevSize\":16,\"code\":60407,\"codes\":[60407,60408]},\"setIdx\":5,\"setId\":5,\"iconIdx\":380},{\"icon\":{\"paths\":[\"M768 640c0 88.366-71.634 160-160 160v0h-288v-608h240c79.529 0 144 64.471 144 144s-64.471 144-144 144v0h48c88.366 0 160 71.634 160 160v0z\",\"M681.92 462.8c33.266-32.065 53.926-77.011 53.926-126.783 0-91.514-69.846-166.715-159.138-175.203l-0.708-0.054v-64.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v544h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h32c106.039 0 192-85.961 192-192 0-79.36-48.148-147.474-116.825-176.725l-1.255-0.475zM352 224h208c61.856 0 112 50.144 112 112s-50.144 112-112 112v0h-208zM608 768h-256v-256h256c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-btc-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31114,\"id\":866,\"name\":\"currency-btc-duotone\",\"prevSize\":16,\"code\":60409,\"codes\":[60409,60410]},\"setIdx\":5,\"setId\":5,\"iconIdx\":381},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 592c0 61.856-50.144 112-112 112v0h-16v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h144c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-96c-61.856 0-112-50.144-112-112s50.144-112 112-112v0h16v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h96c61.856 0 112 50.144 112 112v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-circle-dollar-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31115,\"id\":865,\"name\":\"currency-circle-dollar-duotone\",\"prevSize\":16,\"code\":60411,\"codes\":[60411,60412]},\"setIdx\":5,\"setId\":5,\"iconIdx\":382},{\"icon\":{\"paths\":[\"M768 256v224h-512v-224z\",\"M224 256c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0zM864 672c-17.673 0-32 14.327-32 32v0 64h-128c-35.346 0-64-28.654-64-64v0-192h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-640c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v32c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985-0.182 287.818-129.015 288-287.983l0-0.017v-32h128v192c0 70.692 57.308 128 128 128v0h160c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-cny-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31116,\"id\":864,\"name\":\"currency-cny-duotone\",\"prevSize\":16,\"code\":60413,\"codes\":[60413,60414]},\"setIdx\":5,\"setId\":5,\"iconIdx\":383},{\"icon\":{\"paths\":[\"M768 672c0 88.366-71.634 160-160 160v0h-96v-320h96c88.366 0 160 71.634 160 160v0zM448 192c-88.366 0-160 71.634-160 160s71.634 160 160 160v0h64v-320z\",\"M608 480h-64v-256h32c70.692 0 128 57.308 128 128v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.114-105.993-86.007-191.886-191.989-192l-32.011-0v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-32c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h32v256h-64c-70.692 0-128-57.308-128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.114 105.993 86.007 191.886 191.989 192l64.011 0v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c106.039 0 192-85.961 192-192s-85.961-192-192-192v0zM448 480c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h32v256zM608 800h-64v-256h64c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-dollar-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31117,\"id\":863,\"name\":\"currency-dollar-duotone\",\"prevSize\":16,\"code\":60415,\"codes\":[60415,60416]},\"setIdx\":5,\"setId\":5,\"iconIdx\":384},{\"icon\":{\"paths\":[\"M768 672c0 88.366-71.634 160-160 160v0h-96v-320h96c88.366 0 160 71.634 160 160v0zM448 192c-88.366 0-160 71.634-160 160s71.634 160 160 160v0h64v-320z\",\"M800 672c-0.114 105.993-86.007 191.886-191.989 192l-64.011 0v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128v0h192c70.692 0 128-57.308 128-128s-57.308-128-128-128v0h-160c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h32v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h32c105.993 0.114 191.886 86.007 192 191.989l0 0.011c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692-57.308-128-128-128v0h-128c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h160c105.993 0.114 191.886 86.007 192 191.989l0 0.011z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-dollar-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31118,\"id\":862,\"name\":\"currency-dollar-simple-duotone\",\"prevSize\":16,\"code\":60417,\"codes\":[60417,60418]},\"setIdx\":5,\"setId\":5,\"iconIdx\":385},{\"icon\":{\"paths\":[\"M864 512l-352 448-352-448 352 160z\",\"M889.16 492.24l-352-448c-5.912-7.474-14.981-12.227-25.16-12.227s-19.248 4.753-25.109 12.16l-0.051 0.067-352 448c-4.258 5.384-6.83 12.272-6.83 19.76s2.572 14.376 6.881 19.827l-0.051-0.067 352 448c5.912 7.474 14.981 12.227 25.16 12.227s19.248-4.753 25.109-12.16l0.051-0.067 352-448c4.258-5.384 6.83-12.272 6.83-19.76s-2.572-14.376-6.881-19.827l0.051 0.067zM544 156.52l269.68 343.2-269.68 122.6zM480 622.32l-269.68-122.6 269.68-343.2zM480 692.6v174.88l-213.72-272zM544 692.6l213.72-97.16-213.72 272z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-eth-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31119,\"id\":861,\"name\":\"currency-eth-duotone\",\"prevSize\":16,\"code\":60419,\"codes\":[60419,60420]},\"setIdx\":5,\"setId\":5,\"iconIdx\":386},{\"icon\":{\"paths\":[\"M736 233.32v557.36c-50.716 45.51-118.108 73.337-192 73.337-159.058 0-288-128.942-288-288 0-0.006 0-0.012 0-0.019l-0 0.001v-128c-0-0.005-0-0.011-0-0.017 0-159.058 128.942-288 288-288 73.892 0 141.284 27.828 192.269 73.575l-0.269-0.237z\",\"M760 769.32c5.061 5.636 8.155 13.127 8.155 21.341 0 9.467-4.111 17.974-10.645 23.833l-0.030 0.027c-56.37 50.641-131.304 81.609-213.471 81.609-165.507 0-301.667-125.649-318.294-286.76l-0.114-1.369h-65.6c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h65.6c16.789-162.435 152.927-288.031 318.399-288.031 82.115 0 157.006 30.929 213.659 81.774l-0.298-0.263c6.558 5.889 10.664 14.395 10.664 23.86 0 17.686-14.338 32.024-32.024 32.024-8.221 0-15.719-3.098-21.39-8.19l0.030 0.026c-45.069-40.406-104.939-65.111-170.579-65.111-130.073 0-237.488 97.008-253.844 222.622l-0.137 1.288h253.92c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256v64h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-189.92c16.476 126.919 123.9 223.947 253.985 223.947 65.638 0 125.507-24.703 170.816-65.319l-0.241 0.213c5.651-5.12 13.184-8.253 21.449-8.253 9.494 0 18.023 4.135 23.883 10.702l0.028 0.031z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-eur-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31120,\"id\":860,\"name\":\"currency-eur-duotone\",\"prevSize\":16,\"code\":60421,\"codes\":[60421,60422]},\"setIdx\":5,\"setId\":5,\"iconIdx\":387},{\"icon\":{\"paths\":[\"M672 832h-432c79.529 0 144-64.471 144-144v0-352c-0-0.010-0-0.023-0-0.036 0-97.202 78.798-176 176-176 42.684 0 81.819 15.195 112.291 40.47l-0.291-0.234z\",\"M768 832c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h16c61.856 0 112-50.144 112-112v0-144h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-144c0.003-114.873 93.127-207.995 208-207.995 50.425 0 96.659 17.943 132.665 47.793l-0.345-0.278c7.405 5.913 12.108 14.94 12.108 25.066 0 17.673-14.327 32-32 32-7.974 0-15.267-2.917-20.87-7.741l0.042 0.035c-24.688-20.47-56.693-32.89-91.6-32.89-79.529 0-144 64.471-144 144 0 0.004 0 0.007 0 0.011l-0-0.001v144h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128v144c0 0.046 0 0.102 0 0.157 0 42.647-15.23 81.736-40.549 112.126l0.229-0.282h360.32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-gbp-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31121,\"id\":859,\"name\":\"currency-gbp-duotone\",\"prevSize\":16,\"code\":60423,\"codes\":[60423,60424]},\"setIdx\":5,\"setId\":5,\"iconIdx\":388},{\"icon\":{\"paths\":[\"M640 368c0 114.875-93.125 208-208 208v0h-144v-416h144c114.875 0 208 93.125 208 208v0z\",\"M832 320c0 17.673-14.327 32-32 32v0h-128.6c0.36 5.28 0.6 10.6 0.6 16-0.159 132.484-107.516 239.841-239.984 240l-61.256 0 290.76 264.32c6.617 5.889 10.764 14.429 10.764 23.938 0 17.673-14.327 32-32 32-8.434 0-16.106-3.263-21.823-8.595l0.019 0.017-352-320c-6.447-5.875-10.477-14.307-10.477-23.68 0-17.672 14.325-31.998 31.996-32l144-0c97.156-0.114 175.886-78.844 176-175.989l0-0.011c0-5.4-0.28-10.72-0.76-16h-319.24c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h300.68c-29.756-57.407-88.711-95.965-156.675-96l-144.005-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-205.040c27.897 25.87 49.561 58.064 62.748 94.327l0.532 1.673h141.76c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-inr-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31122,\"id\":858,\"name\":\"currency-inr-duotone\",\"prevSize\":16,\"code\":60425,\"codes\":[60425,60426]},\"setIdx\":5,\"setId\":5,\"iconIdx\":389},{\"icon\":{\"paths\":[\"M800 192l-288 352-288-352z\",\"M824.76 212.28l-245.24 299.72h124.48c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v64h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160v-64h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h124.48l-245.24-299.72c-4.51-5.474-7.245-12.558-7.245-20.28 0-17.676 14.329-32.005 32.005-32.005 9.954 0 18.846 4.544 24.716 11.67l0.044 0.055 263.24 321.76 263.24-321.76c5.914-7.181 14.806-11.725 24.76-11.725 17.676 0 32.005 14.329 32.005 32.005 0 7.722-2.735 14.806-7.289 20.335l0.044-0.055z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-jpy-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31123,\"id\":857,\"name\":\"currency-jpy-duotone\",\"prevSize\":16,\"code\":60427,\"codes\":[60427,60428]},\"setIdx\":5,\"setId\":5,\"iconIdx\":390},{\"icon\":{\"paths\":[\"M200 544h208l-104 256zM408 544h208l-104-256zM616 544l104 256 104-256z\",\"M960 512h-88.44l86.080-212c1.778-3.857 2.815-8.369 2.815-13.124 0-17.673-14.327-32-32-32-13.771 0-25.511 8.699-30.023 20.902l-0.072 0.222-96 236h-164.84l-96-236c-4.892-11.794-16.315-19.939-29.64-19.939s-24.748 8.144-29.562 19.727l-0.078 0.212-96 236h-164.72l-96-236c-5.136-11.221-16.266-18.876-29.185-18.876-17.673 0-32 14.327-32 32 0 3.902 0.698 7.64 1.977 11.098l-0.072-0.222 86.080 212h-88.32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.44l96 236c4.892 11.794 16.315 19.939 29.64 19.939s24.748-8.144 29.562-19.727l0.078-0.212 96-236h164.96l96 236c4.892 11.794 16.315 19.939 29.64 19.939s24.748-8.144 29.562-19.727l0.078-0.212 96-236h114.040c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM304 715l-56.48-139h112.96zM455.52 512l56.48-138.96 56.48 138.96zM720 715l-56.48-139h112.96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-krw-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31124,\"id\":856,\"name\":\"currency-krw-duotone\",\"prevSize\":16,\"code\":60429,\"codes\":[60429,60430]},\"setIdx\":5,\"setId\":5,\"iconIdx\":391},{\"icon\":{\"paths\":[\"M800 224v160h-576v-160z\",\"M832 384c0 17.673-14.327 32-32 32v0h-256v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM224 256h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-576c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-kzt-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31125,\"id\":855,\"name\":\"currency-kzt-duotone\",\"prevSize\":16,\"code\":60431,\"codes\":[60431,60432]},\"setIdx\":5,\"setId\":5,\"iconIdx\":392},{\"icon\":{\"paths\":[\"M768 448v392l-206.040-264h-305.96v-392l206.040 264z\",\"M864 544h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-232c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 232h-258.32l-196.44-251.68c-5.911-7.534-15.015-12.329-25.24-12.329-17.673 0-32 14.327-32 32 0 0.003 0 0.006 0 0.010l-0-0v232h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v232c0 17.673 14.327 32 32 32s32-14.327 32-32v0-232h258.32l196.44 251.68c5.911 7.528 15.012 12.32 25.233 12.32 0.003 0 0.005-0 0.008-0l-0 0c0.020 0 0.045 0 0.069 0 3.702 0 7.254-0.645 10.549-1.828l-0.218 0.068c12.668-4.447 21.59-16.3 21.6-30.239l0-0.001v-232h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 480v64h-158.44l-49.96-64zM288 277l108.48 139h-108.48zM288 544v-64h158.44l49.96 64zM736 747l-108.48-139h108.48z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-ngn-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31126,\"id\":854,\"name\":\"currency-ngn-duotone\",\"prevSize\":16,\"code\":60433,\"codes\":[60433,60434]},\"setIdx\":5,\"setId\":5,\"iconIdx\":393},{\"icon\":{\"paths\":[\"M800 368c0 114.875-93.125 208-208 208v0h-240v-416h240c114.875 0 208 93.125 208 208v0z\",\"M592 608c132.548 0 240-107.452 240-240s-107.452-240-240-240v0h-240c-17.673 0-32 14.327-32 32v0 384h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192v-64zM384 192h208c97.202 0 176 78.798 176 176s-78.798 176-176 176v0h-208z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"currency-rub-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31127,\"id\":853,\"name\":\"currency-rub-duotone\",\"prevSize\":16,\"code\":60435,\"codes\":[60435,60436]},\"setIdx\":5,\"setId\":5,\"iconIdx\":394},{\"icon\":{\"paths\":[\"M854.64 804l-50.64 50.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-198.76-198.64c-5.794-5.807-13.804-9.4-22.654-9.4-13.058 0-24.29 7.822-29.265 19.035l-0.081 0.204-77.84 179.080c-5.159 11.161-16.259 18.766-29.135 18.766-13.951 0-25.817-8.928-30.196-21.382l-0.069-0.224-209.12-640.32c-0.899-2.817-1.417-6.056-1.417-9.417 0-17.673 14.327-32 32-32 3.361 0 6.6 0.518 9.644 1.479l-0.227-0.062 640.4 208.96c12.678 4.448 21.606 16.314 21.606 30.265 0 12.876-7.605 23.976-18.568 29.053l-0.198 0.082-179.080 77.88c-11.403 5.062-19.212 16.286-19.212 29.334 0 8.856 3.597 16.872 9.411 22.666l0.001 0.001 198.68 198.68c5.798 5.792 9.385 13.797 9.385 22.64 0 8.863-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M678.56 537.32l179.080-77.84c22.607-10.206 38.057-32.552 38.057-58.506 0-28.082-18.087-51.94-43.246-60.56l-0.45-0.134-640.32-209.080c-5.836-1.937-12.555-3.054-19.534-3.054-35.346 0-64 28.654-64 64 0 6.979 1.117 13.698 3.183 19.986l-0.129-0.452 209.080 640.32c8.135 24.918 30.65 42.822 57.507 43.995l0.133 0.005h3.16c0.061 0 0.134 0 0.207 0 25.95 0 48.254-15.61 58.034-37.953l0.159-0.407 77.84-179.080 198.68 198.68c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l50.72-50.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM400.64 832.36l0.24-0.2zM781.24 832l-198.64-198.68c-11.585-11.599-27.597-18.775-45.284-18.775-26.138 0-48.616 15.669-58.554 38.126l-0.161 0.409-77.68 178.6-208.92-639.68 639.48 208.84-178.56 77.64c-22.866 10.099-38.535 32.578-38.535 58.716 0 17.688 7.175 33.7 18.774 45.284l0.001 0.001 198.84 198.76zM352 96v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM32 384c0-17.673 14.327-32 32-32v0h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32v0zM483.4 113.68l32-64c5.373-10.568 16.166-17.683 28.62-17.683 17.675 0 32.003 14.328 32.003 32.003 0 5.22-1.25 10.148-3.467 14.502l0.084-0.182-32 64c-5.373 10.568-16.166 17.683-28.62 17.683-17.675 0-32.003-14.328-32.003-32.003 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182zM156.64 497.68c2.136 4.174 3.388 9.105 3.388 14.329 0 12.464-7.126 23.263-17.525 28.547l-0.182 0.084-64 32c-4.172 2.133-9.1 3.383-14.32 3.383-17.675 0-32.003-14.328-32.003-32.003 0-12.454 7.114-23.247 17.501-28.536l0.182-0.084 64-32c4.178-2.141 9.115-3.396 14.345-3.396 12.451 0 23.242 7.111 28.531 17.494l0.084 0.182z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cursor-click-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31128,\"id\":852,\"name\":\"cursor-click-duotone\",\"prevSize\":16,\"code\":60437,\"codes\":[60437,60438]},\"setIdx\":5,\"setId\":5,\"iconIdx\":395},{\"icon\":{\"paths\":[\"M854.64 804l-50.64 50.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-198.76-198.64c-5.794-5.807-13.804-9.4-22.654-9.4-13.058 0-24.29 7.822-29.265 19.035l-0.081 0.204-77.84 179.080c-5.159 11.161-16.259 18.766-29.135 18.766-13.951 0-25.817-8.928-30.196-21.382l-0.069-0.224-209.12-640.32c-0.899-2.817-1.417-6.056-1.417-9.417 0-17.673 14.327-32 32-32 3.361 0 6.6 0.518 9.644 1.479l-0.227-0.062 640.4 208.96c12.678 4.448 21.606 16.314 21.606 30.265 0 12.876-7.605 23.976-18.568 29.053l-0.198 0.082-179.080 77.88c-11.403 5.062-19.212 16.286-19.212 29.334 0 8.856 3.597 16.872 9.411 22.666l0.001 0.001 198.68 198.68c5.798 5.792 9.385 13.797 9.385 22.64 0 8.863-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M678.56 537.32l179.080-77.84c22.607-10.206 38.057-32.552 38.057-58.506 0-28.082-18.087-51.94-43.246-60.56l-0.45-0.134-640.32-209.080c-5.836-1.937-12.555-3.054-19.534-3.054-35.346 0-64 28.654-64 64 0 6.979 1.117 13.698 3.183 19.986l-0.129-0.452 209.080 640.32c8.135 24.918 30.65 42.822 57.507 43.995l0.133 0.005h3.12c0.073 0 0.16 0 0.247 0 25.95 0 48.254-15.611 58.034-37.953l0.159-0.407 77.84-179.080 198.68 198.68c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l50.72-50.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM400.64 832.36l0.24-0.2zM781.24 832l-198.68-198.68c-11.585-11.599-27.597-18.775-45.284-18.775-26.138 0-48.616 15.669-58.554 38.126l-0.161 0.409-77.68 178.6-208.88-639.68 639.48 208.84-178.56 77.64c-22.866 10.099-38.535 32.578-38.535 58.716 0 17.688 7.175 33.7 18.774 45.284l0.001 0.001 198.84 198.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cursor-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31129,\"id\":851,\"name\":\"cursor-duotone\",\"prevSize\":16,\"code\":60439,\"codes\":[60439,60440]},\"setIdx\":5,\"setId\":5,\"iconIdx\":396},{\"icon\":{\"paths\":[\"M704 192v640h-384v-640z\",\"M736 832c0 17.673-14.327 32-32 32v0h-64c-52.165 0-98.5-24.964-127.708-63.598l-0.292-0.402c-29.5 39.036-75.835 64-128 64v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c53.019 0 96-42.981 96-96v0-160h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-160c0-53.019-42.981-96-96-96v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c52.165 0 98.5 24.964 127.708 63.598l0.292 0.402c29.5-39.036 75.835-64 128-64v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-53.019 0-96 42.981-96 96v0 160h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v160c0 53.019 42.981 96 96 96v0h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cursor-text-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31130,\"id\":850,\"name\":\"cursor-text-duotone\",\"prevSize\":16,\"code\":60441,\"codes\":[60441,60442]},\"setIdx\":5,\"setId\":5,\"iconIdx\":397},{\"icon\":{\"paths\":[\"M768 240c0 79.52-114.6 144-256 144s-256-64.48-256-144 114.6-144 256-144 256 64.48 256 144z\",\"M512 64c-161.48 0-288 77.32-288 176v544c0 98.68 126.52 176 288 176s288-77.32 288-176v-544c0-98.68-126.52-176-288-176zM512 128c105.96 0 224 46 224 112s-118.040 112-224 112-224-46-224-112 118.040-112 224-112zM512 896c-119.32 0-224-52.32-224-112v-432c52.4 39.4 132.56 64 224 64s171.6-24.8 224-64v432c0 59.68-104.68 112-224 112z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"cylinder-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31131,\"id\":849,\"name\":\"cylinder-duotone\",\"prevSize\":16,\"code\":60443,\"codes\":[60443,60444]},\"setIdx\":5,\"setId\":5,\"iconIdx\":398},{\"icon\":{\"paths\":[\"M864 320c0 106.040-157.6 192-352 192s-352-85.96-352-192 157.6-192 352-192 352 85.96 352 192z\",\"M512 96c-215.32 0-384 98.4-384 224v384c0 125.6 168.68 224 384 224s384-98.4 384-224v-384c0-125.6-168.68-224-384-224zM832 512c0 38.48-31.52 77.72-86.44 107.68-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68v-66.56c68.24 60 184.92 98.56 320 98.56s251.76-38.72 320-98.56zM278.44 212.32c61.84-33.72 144.8-52.32 233.56-52.32s171.72 18.6 233.56 52.32c54.92 29.96 86.44 69.2 86.44 107.68s-31.52 77.72-86.44 107.68c-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68s31.52-77.72 86.44-107.68zM745.56 811.68c-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68v-66.56c68.24 60 184.92 98.56 320 98.56s251.76-38.72 320-98.56v66.56c0 38.48-31.52 77.72-86.44 107.68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"database-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31132,\"id\":848,\"name\":\"database-duotone\",\"prevSize\":16,\"code\":60445,\"codes\":[60445,60446]},\"setIdx\":5,\"setId\":5,\"iconIdx\":399},{\"icon\":{\"paths\":[\"M896 256v352h-768v-352c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z\",\"M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h288v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-64h288c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM192 224h640c17.673 0 32 14.327 32 32v0 320h-704v-320c0-17.673 14.327-32 32-32v0zM832 736h-640c-17.673 0-32-14.327-32-32v0-64h704v64c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"desktop-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31133,\"id\":847,\"name\":\"desktop-duotone\",\"prevSize\":16,\"code\":60447,\"codes\":[60447,60448]},\"setIdx\":5,\"setId\":5,\"iconIdx\":400},{\"icon\":{\"paths\":[\"M960 192v640c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z\",\"M96 384v288c0 17.673 14.327 32 32 32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64h-192c-53.019 0-96-42.981-96-96v0-288c0-53.019 42.981-96 96-96v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32 14.327-32 32v0zM832 256h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 384h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 192v640c0 35.346-28.654 64-64 64v0h-320c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0zM928 832v-640h-320v640h320zM768 672c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"desktop-tower-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31134,\"id\":846,\"name\":\"desktop-tower-duotone\",\"prevSize\":16,\"code\":60449,\"codes\":[60449,60450]},\"setIdx\":5,\"setId\":5,\"iconIdx\":401},{\"icon\":{\"paths\":[\"M416 720c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM720 608c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM664.44 205.16c-5.888-7.998-15.267-13.13-25.844-13.13-10.064 0-19.042 4.646-24.908 11.909l-0.048 0.061-51.76 60c-11.827 14.626-29.771 23.9-49.88 23.9s-38.053-9.275-49.785-23.78l-0.095-0.121-51.76-60c-5.914-7.324-14.892-11.97-24.956-11.97-10.577 0-19.956 5.132-25.782 13.042l-0.062 0.088-199.56 274.84h704z\",\"M992 448h-111.68l-190-261.64c-11.774-16.031-30.552-26.321-51.733-26.321-19.901 0-37.681 9.084-49.419 23.331l-0.088 0.11-52.2 60.52c-5.876 7.337-14.834 11.995-24.88 11.995s-19.004-4.658-24.831-11.932l-0.049-0.063-0.8-0.92-51.4-59.6c-11.826-14.357-29.606-23.441-49.507-23.441-21.181 0-39.959 10.29-51.608 26.143l-0.125 0.178-190 261.64h-111.68c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h960c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM385.36 224l0.76 0.96 51.4 59.56c17.741 21.693 44.506 35.43 74.48 35.43s56.74-13.737 74.344-35.259l0.136-0.171 51.4-59.56c0.24-0.32 0.4-0.64 0.68-0.96l162.64 224h-578.44zM720 576c-73.88 0.015-134.758 55.665-143.018 127.333l-0.062 0.667h-129.84c-8.348-72.321-69.229-127.949-143.103-127.949-79.529 0-144 64.471-144 144s64.471 144 144 144c62.342 0 115.432-39.617 135.466-95.048l0.317-1.003h144.48c20.365 56.408 73.441 96 135.765 96 79.529 0 144-64.471 144-144s-64.471-144-144-144c-0.002 0-0.003 0-0.005 0l0-0zM304 800c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM720 800c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"detective-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31135,\"id\":845,\"name\":\"detective-duotone\",\"prevSize\":16,\"code\":60451,\"codes\":[60451,60452]},\"setIdx\":5,\"setId\":5,\"iconIdx\":402},{\"icon\":{\"paths\":[\"M768 160v704c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM560 240c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"device-mobile-camera-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31136,\"id\":844,\"name\":\"device-mobile-camera-duotone\",\"prevSize\":16,\"code\":60453,\"codes\":[60453,60454]},\"setIdx\":5,\"setId\":5,\"iconIdx\":403},{\"icon\":{\"paths\":[\"M768 224v576h-512v-576z\",\"M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM288 256h448v512h-448zM320 128h384c17.673 0 32 14.327 32 32v0 32h-448v-32c0-17.673 14.327-32 32-32v0zM704 896h-384c-17.673 0-32-14.327-32-32v0-32h448v32c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"device-mobile-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31137,\"id\":843,\"name\":\"device-mobile-duotone\",\"prevSize\":16,\"code\":60455,\"codes\":[60455,60456]},\"setIdx\":5,\"setId\":5,\"iconIdx\":404},{\"icon\":{\"paths\":[\"M768 160v704c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0z\",\"M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM672 224c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"device-mobile-speaker-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31138,\"id\":842,\"name\":\"device-mobile-speaker-duotone\",\"prevSize\":16,\"code\":60457,\"codes\":[60457,60458]},\"setIdx\":5,\"setId\":5,\"iconIdx\":405},{\"icon\":{\"paths\":[\"M800 256v64h-96c-35.346 0-64 28.654-64 64v0 320h-480c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M896 288h-64v-32c0-53.019-42.981-96-96-96v0h-576c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h448v32c0 53.019 42.981 96 96 96v0h192c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM160 672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 32h-64c-53.019 0-96 42.981-96 96v0 288zM928 768c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM544 832c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM864 448c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"devices-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31139,\"id\":841,\"name\":\"devices-duotone\",\"prevSize\":16,\"code\":60459,\"codes\":[60459,60460]},\"setIdx\":5,\"setId\":5,\"iconIdx\":406},{\"icon\":{\"paths\":[\"M832 192v640c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0z\",\"M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM800 832c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM560 272c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"device-tablet-camera-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31140,\"id\":840,\"name\":\"device-tablet-camera-duotone\",\"prevSize\":16,\"code\":60461,\"codes\":[60461,60462]},\"setIdx\":5,\"setId\":5,\"iconIdx\":407},{\"icon\":{\"paths\":[\"M832 256v512h-640v-512z\",\"M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM224 288h576v448h-576zM256 160h512c17.673 0 32 14.327 32 32v0 32h-576v-32c0-17.673 14.327-32 32-32v0zM768 864h-512c-17.673 0-32-14.327-32-32v0-32h576v32c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"device-tablet-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31141,\"id\":839,\"name\":\"device-tablet-duotone\",\"prevSize\":16,\"code\":60463,\"codes\":[60463,60464]},\"setIdx\":5,\"setId\":5,\"iconIdx\":408},{\"icon\":{\"paths\":[\"M832 192v640c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0z\",\"M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM800 832c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM672 256c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"device-tablet-speaker-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31142,\"id\":838,\"name\":\"device-tablet-speaker-duotone\",\"prevSize\":16,\"code\":60465,\"codes\":[60465,60466]},\"setIdx\":5,\"setId\":5,\"iconIdx\":409},{\"icon\":{\"paths\":[\"M960 288v448c0 17.673-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h832c17.673 0 32 14.327 32 32v0z\",\"M928 224h-832c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h832c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM928 736h-832v-448h832v448zM512 416v64h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM862.8 392.68l-72 256c-3.914 13.565-16.218 23.319-30.8 23.319s-26.886-9.754-30.744-23.093l-0.056-0.226-72-256c-0.739-2.564-1.164-5.508-1.164-8.552 0-17.673 14.327-32 32-32 14.536 0 26.808 9.692 30.707 22.966l0.057 0.226 41.2 146.48 41.2-146.48c3.87-13.631 16.207-23.448 30.836-23.448 17.673 0 32 14.327 32 32 0 3.137-0.451 6.169-1.293 9.034l0.057-0.226zM256 352h-32c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h32c70.692 0 128-57.308 128-128v0-64c0-70.692-57.308-128-128-128v0zM320 544c0 35.346-28.654 64-64 64v0-192c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dev-to-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31143,\"id\":837,\"name\":\"dev-to-logo-duotone\",\"prevSize\":16,\"code\":60467,\"codes\":[60467,60468]},\"setIdx\":5,\"setId\":5,\"iconIdx\":410},{\"icon\":{\"paths\":[\"M918.68 534.48l-384 384c-5.75 5.761-13.699 9.325-22.48 9.325s-16.73-3.564-22.48-9.324l-0-0-384-384c-5.761-5.75-9.325-13.699-9.325-22.48s3.564-16.73 9.324-22.48l0-0 384.2-384c5.75-5.761 13.699-9.325 22.48-9.325s16.73 3.564 22.48 9.324l0 0 384 384.2c5.642 5.729 9.125 13.597 9.125 22.279 0 8.782-3.564 16.731-9.325 22.48l-0.001 0z\",\"M941.32 466.88l-384.2-384.24c-11.568-11.501-27.514-18.611-45.12-18.611s-33.552 7.109-45.123 18.614l0.003-0.003-384 384.24c-11.501 11.568-18.611 27.514-18.611 45.12s7.109 33.552 18.614 45.123l-0.003-0.003 384.2 384.24c11.568 11.501 27.514 18.611 45.12 18.611s33.552-7.109 45.123-18.614l-0.003 0.003 384.2-384.24c11.501-11.568 18.611-27.514 18.611-45.12s-7.109-33.552-18.614-45.123l0.003 0.003zM512 896v0l-384-384 384-384 384 384z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"diamond-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31144,\"id\":836,\"name\":\"diamond-duotone\",\"prevSize\":16,\"code\":60469,\"codes\":[60469,60470]},\"setIdx\":5,\"setId\":5,\"iconIdx\":411},{\"icon\":{\"paths\":[\"M362.2 280.68c-6.302-6.322-10.199-15.046-10.199-24.68s3.897-18.358 10.2-24.681l-0.001 0.001 125.12-125.12c6.322-6.302 15.046-10.199 24.68-10.199s18.358 3.897 24.681 10.2l-0.001-0.001 125.12 125.12c6.302 6.322 10.199 15.046 10.199 24.68s-3.897 18.358-10.2 24.681l0.001-0.001-125.12 125.12c-6.322 6.302-15.046 10.199-24.68 10.199s-18.358-3.897-24.681-10.2l0.001 0.001zM917.8 487.32l-125.12-125.12c-6.322-6.302-15.046-10.199-24.68-10.199s-18.358 3.897-24.681 10.2l0.001-0.001-125.12 125.12c-6.302 6.322-10.199 15.046-10.199 24.68s3.897 18.358 10.2 24.681l-0.001-0.001 125.12 125.12c6.322 6.302 15.046 10.199 24.68 10.199s18.358-3.897 24.681-10.2l-0.001 0.001 125.12-125.12c6.302-6.322 10.199-15.046 10.199-24.68s-3.897-18.358-10.2-24.681l0.001 0.001zM405.8 487.32l-125.12-125.12c-6.322-6.302-15.046-10.199-24.68-10.199s-18.358 3.897-24.681 10.2l0.001-0.001-125.12 125.12c-6.302 6.322-10.199 15.046-10.199 24.68s3.897 18.358 10.2 24.681l-0.001-0.001 125.12 125.12c6.322 6.302 15.046 10.199 24.68 10.199s18.358-3.897 24.681-10.2l-0.001 0.001 125.12-125.12c6.302-6.322 10.199-15.046 10.199-24.68s-3.897-18.358-10.2-24.681l0.001 0.001zM536.68 618.2c-6.322-6.302-15.046-10.199-24.68-10.199s-18.358 3.897-24.681 10.2l0.001-0.001-125.12 125.12c-6.302 6.322-10.199 15.046-10.199 24.68s3.897 18.358 10.2 24.681l-0.001-0.001 125.12 125.12c6.322 6.302 15.046 10.199 24.68 10.199s18.358-3.897 24.681-10.2l-0.001 0.001 125.12-125.12c6.302-6.322 10.199-15.046 10.199-24.68s-3.897-18.358-10.2-24.681l0.001 0.001z\",\"M464.68 428.4v0c12.119 12.091 28.846 19.568 47.32 19.568s35.201-7.477 47.321-19.569l-0.001 0.001 125.080-125.12c12.108-12.104 19.597-28.827 19.597-47.3s-7.489-35.196-19.597-47.3l-125.080-125.12c-12.119-12.091-28.846-19.568-47.32-19.568s-35.201 7.477-47.321 19.569l0.001-0.001-125.080 125.12c-12.108 12.104-19.597 28.827-19.597 47.3s7.489 35.196 19.597 47.3l0 0zM384.68 253.92l125.12-125.080c0.513-0.509 1.22-0.824 2-0.824s1.487 0.315 2 0.824l-0-0 125.12 125.080c0.482 0.525 0.778 1.228 0.778 2s-0.296 1.475-0.78 2.002l0.002-0.002-124.88 125.24c-0.517 0.5-1.223 0.808-2 0.808s-1.483-0.308-2.001-0.808l0.001 0.001-125.2-125.12c-0.516-0.532-0.834-1.259-0.834-2.060s0.318-1.528 0.835-2.061l-0.001 0.001zM940.28 464.68l-124.96-125.12c-12.113-12.089-28.833-19.564-47.3-19.564s-35.187 7.475-47.301 19.565l0.001-0.001-125.12 125.12c-12.091 12.119-19.568 28.846-19.568 47.32s7.477 35.201 19.569 47.321l-0.001-0.001 125.12 125.12c12.113 12.089 28.833 19.564 47.3 19.564s35.187-7.475 47.301-19.565l-0.001 0.001 125.12-125.12c12.091-12.119 19.568-28.846 19.568-47.32s-7.477-35.201-19.569-47.321l0.001 0.001zM895.2 514.040l-125.12 125.12c-0.525 0.482-1.228 0.778-2 0.778s-1.475-0.296-2.002-0.78l0.002 0.002-125.12-125.12c-0.5-0.517-0.808-1.223-0.808-2s0.308-1.483 0.808-2.001l-0.001 0.001 125.12-125.12c0.525-0.482 1.228-0.778 2-0.778s1.475 0.296 2.002 0.78l-0.002-0.002 125.12 125.12c0.5 0.517 0.808 1.223 0.808 2s-0.308 1.483-0.808 2.001l0.001-0.001zM428.4 464.68l-125.12-125.12c-12.113-12.089-28.833-19.564-47.3-19.564s-35.187 7.475-47.301 19.565l0.001-0.001-125.12 125.12c-12.091 12.119-19.568 28.846-19.568 47.32s7.477 35.201 19.569 47.321l-0.001-0.001 125.12 125.12c12.113 12.089 28.833 19.564 47.3 19.564s35.187-7.475 47.301-19.565l-0.001 0.001 125.12-125.12c12.091-12.119 19.568-28.846 19.568-47.32s-7.477-35.201-19.569-47.321l0.001 0.001zM383.16 514.040l-125.12 125.12c-0.525 0.482-1.228 0.778-2 0.778s-1.475-0.296-2.002-0.78l0.002 0.002-125.24-125.12c-0.5-0.517-0.808-1.223-0.808-2s0.308-1.483 0.808-2.001l-0.001 0.001 125.12-125.2c0.525-0.482 1.228-0.778 2-0.778s1.475 0.296 2.002 0.78l-0.002-0.002 125.12 125.12c0.56 0.527 0.909 1.272 0.909 2.1 0 0.768-0.3 1.465-0.79 1.982l0.001-0.001zM559.16 595.6c-12.119-12.091-28.846-19.568-47.32-19.568s-35.201 7.477-47.321 19.569l0.001-0.001-124.92 125.12c-12.108 12.104-19.597 28.827-19.597 47.3s7.489 35.196 19.597 47.3l125.080 125.12c12.119 12.091 28.846 19.568 47.32 19.568s35.201-7.477 47.321-19.569l-0.001 0.001 125.080-125.12c12.108-12.104 19.597-28.827 19.597-47.3s-7.489-35.196-19.597-47.3l-0-0zM639.16 770.080l-125.12 125.080c-0.513 0.509-1.22 0.824-2 0.824s-1.487-0.315-2-0.824l0 0-125.2-125.080c-0.482-0.525-0.778-1.228-0.778-2s0.296-1.475 0.78-2.002l-0.002 0.002 125.12-125.12c0.517-0.5 1.223-0.808 2-0.808s1.483 0.308 2.001 0.808l-0.001-0.001 125.12 125.12c0.507 0.53 0.819 1.251 0.819 2.044 0 0.751-0.28 1.438-0.741 1.96l0.003-0.003z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"diamonds-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31145,\"id\":835,\"name\":\"diamonds-four-duotone\",\"prevSize\":16,\"code\":60471,\"codes\":[60471,60472]},\"setIdx\":5,\"setId\":5,\"iconIdx\":412},{\"icon\":{\"paths\":[\"M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z\",\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM416 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM416 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dice-five-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31146,\"id\":834,\"name\":\"dice-five-duotone\",\"prevSize\":16,\"code\":60473,\"codes\":[60473,60474]},\"setIdx\":5,\"setId\":5,\"iconIdx\":413},{\"icon\":{\"paths\":[\"M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z\",\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM448 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM672 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM448 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM672 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dice-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31147,\"id\":833,\"name\":\"dice-four-duotone\",\"prevSize\":16,\"code\":60475,\"codes\":[60475,60476]},\"setIdx\":5,\"setId\":5,\"iconIdx\":414},{\"icon\":{\"paths\":[\"M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z\",\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dice-one-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31148,\"id\":832,\"name\":\"dice-one-duotone\",\"prevSize\":16,\"code\":60477,\"codes\":[60477,60478]},\"setIdx\":5,\"setId\":5,\"iconIdx\":415},{\"icon\":{\"paths\":[\"M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z\",\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM416 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM416 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM416 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dice-six-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31149,\"id\":831,\"name\":\"dice-six-duotone\",\"prevSize\":16,\"code\":60479,\"codes\":[60479,60480]},\"setIdx\":5,\"setId\":5,\"iconIdx\":416},{\"icon\":{\"paths\":[\"M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z\",\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM416 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dice-three-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31150,\"id\":830,\"name\":\"dice-three-duotone\",\"prevSize\":16,\"code\":60481,\"codes\":[60481,60482]},\"setIdx\":5,\"setId\":5,\"iconIdx\":417},{\"icon\":{\"paths\":[\"M864 256v512c0 53.019-42.981 96-96 96v0h-512c-53.019 0-96-42.981-96-96v0-512c0-53.019 42.981-96 96-96v0h512c53.019 0 96 42.981 96 96v0z\",\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM480 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM640 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dice-two-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31151,\"id\":829,\"name\":\"dice-two-duotone\",\"prevSize\":16,\"code\":60483,\"codes\":[60483,60484]},\"setIdx\":5,\"setId\":5,\"iconIdx\":418},{\"icon\":{\"paths\":[\"M896 512c0 0.005 0 0.012 0 0.018 0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384 106.034 0 202.031 42.977 271.52 112.462l-0-0-181 181c-23.165-23.17-55.169-37.501-90.52-37.501-70.692 0-128 57.308-128 128s57.308 128 128 128c70.685 0 127.988-57.296 128-127.978l0-0.001z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM668.8 480c-4.466-21.23-12.576-40.005-23.721-56.569l0.361 0.569 136.92-136.96c44.062 52.474 73.143 118.869 79.897 191.738l0.103 1.382zM608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM512 864c-0.072 0-0.157 0-0.241 0-194.404 0-352-157.596-352-352s157.596-352 352-352c85.99 0 164.777 30.834 225.911 82.048l-0.549-0.448-137.12 136.96c-24.779-16.529-55.242-26.377-88.005-26.377-88.366 0-160 71.634-160 160s71.634 160 160 160c77.104 0 141.469-54.539 156.623-127.144l0.181-1.039h193.72c-17.135 180.037-167.474 319.773-350.497 320l-0.023 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"disc-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31152,\"id\":828,\"name\":\"disc-duotone\",\"prevSize\":16,\"code\":60485,\"codes\":[60485,60486]},\"setIdx\":5,\"setId\":5,\"iconIdx\":419},{\"icon\":{\"paths\":[\"M940.84 742.36l-268 118.8c-3.957 1.841-8.591 2.915-13.475 2.915-13.893 0-25.756-8.691-30.45-20.932l-0.075-0.223-40.84-110.68c-22.672 2.394-48.979 3.76-75.606 3.76-0.138 0-0.277-0-0.415-0l0.021 0c-0.117 0-0.256 0-0.394 0-26.627 0-52.934-1.366-78.857-4.031l3.251 0.271-41 110.68c-4.769 12.465-16.632 21.155-30.525 21.155-4.884 0-9.518-1.074-13.677-2.999l0.202 0.084-268-118.8c-11.359-5.080-19.131-16.282-19.131-29.298 0-2.72 0.339-5.361 0.978-7.883l-0.047 0.221 118.28-465.4c3.215-12.449 13.356-21.865 25.971-23.974l0.189-0.026 144.24-23.68c1.632-0.291 3.511-0.458 5.428-0.458 15.073 0 27.742 10.293 31.362 24.233l0.050 0.225 20 78.52c30.567-4.303 65.877-6.76 101.76-6.76s71.194 2.457 105.771 7.212l-4.011-0.452 20-78.52c3.67-14.165 16.339-24.458 31.412-24.458 1.918 0 3.796 0.167 5.623 0.486l-0.194-0.028 144.080 23.68c12.804 2.135 22.945 11.551 26.111 23.776l0.049 0.224 118.12 465.48c0.58 2.279 0.913 4.895 0.913 7.59 0 13.010-7.764 24.206-18.911 29.209l-0.202 0.081z\",\"M416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM656 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM953.8 771.6l-268 118.84c-7.728 3.524-16.762 5.577-26.275 5.577-27.566 0-51.104-17.245-60.416-41.534l-0.149-0.443-32.44-88q-26.88 1.8-54.52 1.84t-54.52-1.84l-32.44 88c-9.477 24.727-33.019 41.964-60.587 41.964-9.504 0-18.53-2.049-26.66-5.729l0.407 0.165-268-118.84c-22.67-10.107-38.186-32.445-38.186-58.407 0-5.553 0.71-10.941 2.044-16.077l-0.098 0.443 118.040-465.56c6.486-24.64 26.611-43.252 51.624-47.428l0.376-0.052 144.24-23.68c3.106-0.527 6.684-0.829 10.332-0.829 29.947 0 55.153 20.303 62.603 47.895l0.104 0.454 13.040 51.32q38.12-3.68 77.68-3.68t77.6 3.68l13.040-51.32c7.572-28.045 32.784-48.343 62.737-48.343 3.638 0 7.206 0.299 10.68 0.875l-0.378-0.052 144.32 23.68c25.389 4.228 45.514 22.84 51.899 47.032l0.101 0.448 118.12 465.52c1.237 4.694 1.947 10.083 1.947 15.638 0 25.993-15.554 48.353-37.862 58.281l-0.406 0.161zM928 713.12l-118.12-465.12s0 0-0.32 0l-144.24-24c-0.098-0.057-0.215-0.091-0.34-0.091s-0.242 0.034-0.343 0.093l0.003-0.002-11.32 44.56c20 3.76 40 8.24 59.32 13.68 13.96 3.646 24.096 16.143 24.096 31.008 0 17.673-14.327 32-32 32-0.259 0-0.517-0.003-0.774-0.009l0.038 0.001c-3.079-0.009-6.053-0.447-8.868-1.256l0.228 0.056c-54.108-15.268-116.247-24.046-180.437-24.046-1.028 0-2.055 0.002-3.082 0.007l0.159-0.001c-0.911-0.004-1.989-0.007-3.068-0.007-64.136 0-126.225 8.763-185.136 25.157l4.844-1.151c-2.827 0.906-6.078 1.428-9.452 1.428-17.673 0-32-14.327-32-32 0-14.892 10.173-27.409 23.949-30.979l0.222-0.049c19.28-5.44 39.12-9.92 59.28-13.68l-11.32-44.72c-0.072-0.022-0.154-0.035-0.24-0.035s-0.168 0.013-0.246 0.037l0.006-0.002-144.4 23.68c-0.054-0.011-0.116-0.017-0.18-0.017s-0.126 0.006-0.186 0.018l0.006-0.001-118.080 465.64 268 118.68c0.125 0.078 0.277 0.124 0.44 0.124s0.315-0.046 0.444-0.127l-0.004 0.002 27.12-73.12c-31.678-4.882-58.887-10.904-85.445-18.47l4.885 1.19c-13.020-4.253-22.26-16.288-22.26-30.482 0-17.673 14.327-32 32-32 2.647 0 5.22 0.321 7.68 0.928l-0.22-0.046c54.002 15.244 116.019 24.008 180.082 24.008 1.152 0 2.304-0.003 3.455-0.009l-0.177 0.001c0.974 0.005 2.125 0.008 3.278 0.008 64.063 0 126.080-8.764 184.916-25.158l-4.834 1.15c2.589-0.754 5.564-1.188 8.64-1.188 17.678 0 32.008 14.331 32.008 32.008 0 14.602-9.777 26.92-23.142 30.764l-0.226 0.056c-21.703 6.37-48.943 12.378-76.73 16.735l-3.91 0.505 27 73.12c0.121 0.067 0.266 0.107 0.42 0.107s0.299-0.040 0.425-0.109l-0.005 0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"discord-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31153,\"id\":827,\"name\":\"discord-logo-duotone\",\"prevSize\":16,\"code\":60487,\"codes\":[60487,60488]},\"setIdx\":5,\"setId\":5,\"iconIdx\":420},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM512 320c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM512 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"divide-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31154,\"id\":826,\"name\":\"divide-duotone\",\"prevSize\":16,\"code\":60489,\"codes\":[60489,60490]},\"setIdx\":5,\"setId\":5,\"iconIdx\":421},{\"icon\":{\"paths\":[\"M415.2 560.4l96.8-48.4 96.8 48.4c95.144 48.338 159.2 145.485 159.2 257.594 0 0.002-0 0.004-0 0.006l0-0v14h-512v-14c-0-0.002-0-0.004-0-0.006 0-112.108 64.056-209.256 157.564-256.838l1.636-0.755zM768 206v-14h-512v14c-0 0.002-0 0.004-0 0.006 0 112.108 64.056 209.256 157.564 256.838l1.636 0.755 96.8 48.4 96.8-48.4c95.144-48.338 159.2-145.485 159.2-257.594 0-0.002-0-0.004-0-0.006l0 0z\",\"M800 818v110c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-110c0.001-0.249 0.001-0.545 0.001-0.84 0-99.429-56.977-185.549-140.063-227.492l-1.459-0.668-193.6-96.76c-105.668-53.259-176.882-160.899-176.882-285.172 0-0.376 0.001-0.751 0.002-1.126l-0 0.058v-110c0-17.673 14.327-32 32-32s32 14.327 32 32v0 110c-0.001 0.249-0.001 0.545-0.001 0.84 0 99.429 56.977 185.549 140.063 227.492l1.459 0.668 193.6 96.76c105.668 53.259 176.882 160.899 176.882 285.172 0 0.376-0.001 0.751-0.002 1.126l0-0.058zM640 800h-351.32c1.695-23.428 6.294-45.208 13.461-65.785l-0.541 1.785h290.84c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-258.6c16.361-23.456 35.758-43.4 57.914-59.833l0.686-0.487c7.98-5.897 13.098-15.271 13.098-25.84 0-17.694-14.344-32.038-32.038-32.038-7.125 0-13.707 2.326-19.027 6.26l0.087-0.062c-79.45 59.039-130.409 152.553-130.56 257.976l-0 0.024v110c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 64c-17.673 0-32 14.327-32 32v0 64h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h351.32c-1.695 23.428-6.294 45.208-13.461 65.785l0.541-1.785h-290.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h258.6c-16.361 23.456-35.758 43.4-57.914 59.833l-0.686 0.487c-7.961 5.892-13.066 15.25-13.066 25.8 0 17.676 14.329 32.006 32.006 32.006 7.126 0 13.708-2.329 19.027-6.267l-0.087 0.061c79.429-59.024 130.382-152.503 130.56-257.891l0-0.029v-110c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dna-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31155,\"id\":825,\"name\":\"dna-duotone\",\"prevSize\":16,\"code\":60491,\"codes\":[60491,60492]},\"setIdx\":5,\"setId\":5,\"iconIdx\":422},{\"icon\":{\"paths\":[\"M832 481.52v254.48c0 70.692-57.308 128-128 128v0h-384c-70.692 0-128-57.308-128-128v0-254.48l224-289.52h192z\",\"M958.84 500l-65.68-352c-5.748-29.928-31.724-52.233-62.909-52.233-5.516 0-10.868 0.698-15.975 2.010l0.444-0.097-1.24 0.36-210.080 61.96h-182.8l-211.32-62.12c-4.663-1.215-10.015-1.913-15.531-1.913-31.185 0-57.161 22.305-62.845 51.831l-0.064 0.402-65.68 351.8c-0.774 3.708-1.217 7.968-1.217 12.332 0 25.653 15.313 47.73 37.298 57.588l0.399 0.16c7.875 3.7 17.098 5.878 26.825 5.92l0.015 0c11.629-0.006 22.507-3.216 31.8-8.796l-0.28 0.156v168.64c0 88.366 71.634 160 160 160v0h384c88.366 0 160-71.634 160-160v0-168.6c9.003 5.414 19.865 8.622 31.475 8.64l0.005 0c9.751-0.029 18.989-2.193 27.282-6.048l-0.402 0.168c22.392-10.014 37.712-32.095 37.712-57.754 0-4.39-0.449-8.676-1.302-12.814l0.070 0.408zM128 512v0l65.72-352 168.28 49.48zM704 832h-160v-50.76l54.64-54.6c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-41.36 41.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l54.64 54.6v50.76h-160c-53.019 0-96-42.981-96-96v0-243.56l207.72-268.44h160.56l207.72 268.44v243.56c0 53.019-42.981 96-96 96v0zM896 512l-234-302.52 168.28-49.48 65.72 352zM416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dog-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31156,\"id\":824,\"name\":\"dog-duotone\",\"prevSize\":16,\"code\":60493,\"codes\":[60493,60494]},\"setIdx\":5,\"setId\":5,\"iconIdx\":423},{\"icon\":{\"paths\":[\"M800 160v736h-576v-736c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z\",\"M928 864h-96v-704c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM256 160h512v704h-512zM672 528c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"door-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31157,\"id\":823,\"name\":\"door-duotone\",\"prevSize\":16,\"code\":60495,\"codes\":[60495,60496]},\"setIdx\":5,\"setId\":5,\"iconIdx\":424},{\"icon\":{\"paths\":[\"M800 160v736h-128v-736c0-17.673-14.327-32-32-32v0h128c17.673 0 32 14.327 32 32v0z\",\"M928 864h-96v-704c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 160v704h-64v-704zM256 160h384v704h-384zM576 528c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"door-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31158,\"id\":822,\"name\":\"door-open-duotone\",\"prevSize\":16,\"code\":60497,\"codes\":[60497,60498]},\"setIdx\":5,\"setId\":5,\"iconIdx\":425},{\"icon\":{\"paths\":[\"M704 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0z\",\"M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dot-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31159,\"id\":821,\"name\":\"dot-duotone\",\"prevSize\":16,\"code\":60499,\"codes\":[60499,60500]},\"setIdx\":5,\"setId\":5,\"iconIdx\":426},{\"icon\":{\"paths\":[\"M608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dot-outline-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31160,\"id\":820,\"name\":\"dot-outline-duotone\",\"prevSize\":16,\"code\":60501,\"codes\":[60501,60502]},\"setIdx\":5,\"setId\":5,\"iconIdx\":427},{\"icon\":{\"paths\":[\"M896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z\",\"M288 240c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 192c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM240 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM512 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM240 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM512 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dots-nine-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31161,\"id\":819,\"name\":\"dots-nine-duotone\",\"prevSize\":16,\"code\":60503,\"codes\":[60503,60504]},\"setIdx\":5,\"setId\":5,\"iconIdx\":428},{\"icon\":{\"paths\":[\"M960 256v512c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h768c35.346 0 64 28.654 64 64v0z\",\"M288 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 320c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 416c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM240 608c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM512 608c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 608c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dots-six-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31162,\"id\":818,\"name\":\"dots-six-duotone\",\"prevSize\":16,\"code\":60505,\"codes\":[60505,60506]},\"setIdx\":5,\"setId\":5,\"iconIdx\":429},{\"icon\":{\"paths\":[\"M832 128v768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-768c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0z\",\"M416 240c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM656 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM368 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM368 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dots-six-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31163,\"id\":817,\"name\":\"dots-six-vertical-duotone\",\"prevSize\":16,\"code\":60507,\"codes\":[60507,60508]},\"setIdx\":5,\"setId\":5,\"iconIdx\":430},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM736 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dots-three-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31164,\"id\":816,\"name\":\"dots-three-circle-duotone\",\"prevSize\":16,\"code\":60509,\"codes\":[60509,60510]},\"setIdx\":5,\"setId\":5,\"iconIdx\":431},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dots-three-circle-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31165,\"id\":815,\"name\":\"dots-three-circle-vertical-duotone\",\"prevSize\":16,\"code\":60511,\"codes\":[60511,60512]},\"setIdx\":5,\"setId\":5,\"iconIdx\":432},{\"icon\":{\"paths\":[\"M960 256v512c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h768c35.346 0 64 28.654 64 64v0z\",\"M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM784 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM240 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dots-three-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31166,\"id\":814,\"name\":\"dots-three-duotone\",\"prevSize\":16,\"code\":60513,\"codes\":[60513,60514]},\"setIdx\":5,\"setId\":5,\"iconIdx\":433},{\"icon\":{\"paths\":[\"M608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM192 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM832 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z\",\"M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM192 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM192 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM832 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM832 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dots-three-outline-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31167,\"id\":813,\"name\":\"dots-three-outline-duotone\",\"prevSize\":16,\"code\":60515,\"codes\":[60515,60516]},\"setIdx\":5,\"setId\":5,\"iconIdx\":434},{\"icon\":{\"paths\":[\"M608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM512 288c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM512 736c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z\",\"M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM512 704c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 896c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dots-three-outline-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31168,\"id\":812,\"name\":\"dots-three-outline-vertical-duotone\",\"prevSize\":16,\"code\":60517,\"codes\":[60517,60518]},\"setIdx\":5,\"setId\":5,\"iconIdx\":435},{\"icon\":{\"paths\":[\"M832 128v768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-768c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0z\",\"M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM512 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dots-three-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31169,\"id\":811,\"name\":\"dots-three-vertical-duotone\",\"prevSize\":16,\"code\":60519,\"codes\":[60519,60520]},\"setIdx\":5,\"setId\":5,\"iconIdx\":436},{\"icon\":{\"paths\":[\"M928 544v256c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z\",\"M960 544v256c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v256h768v-256h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c35.346 0 64 28.654 64 64v0zM489.36 534.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-137.36 137.4v-338.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 338.76l-137.36-137.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM800 672c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"download-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31170,\"id\":810,\"name\":\"download-duotone\",\"prevSize\":16,\"code\":60521,\"codes\":[60521,60522]},\"setIdx\":5,\"setId\":5,\"iconIdx\":437},{\"icon\":{\"paths\":[\"M672 448l-160 160-160-160z\",\"M896 608v224c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224h640v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM329.36 470.64c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l127.999-0v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0 256h128c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-160 160c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM429.36 480l82.64 82.76 82.76-82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"download-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31171,\"id\":809,\"name\":\"download-simple-duotone\",\"prevSize\":16,\"code\":60523,\"codes\":[60523,60524]},\"setIdx\":5,\"setId\":5,\"iconIdx\":438},{\"icon\":{\"paths\":[\"M800 896h-576c-17.667-0.009-31.985-14.332-31.985-32 0-4.553 0.951-8.885 2.665-12.806l-0.080 0.206 189.4-403.4-91.44-143.52c-2.87-4.703-4.57-10.393-4.57-16.48s1.699-11.777 4.65-16.621l-0.080 0.141 91.44-130.6 28 35.080c23.654 29.426 59.646 48.1 100 48.1s76.346-18.674 99.807-47.851l0.193-0.249 28-35.040 91.44 130.6c2.87 4.703 4.57 10.393 4.57 16.48s-1.699 11.777-4.65 16.621l0.080-0.141-91.44 143.48 189.36 403.4c1.634 3.715 2.585 8.047 2.585 12.6 0 17.654-14.296 31.969-31.942 32l-0.003 0z\",\"M858.8 838.8c-0.141-0.394-0.29-0.724-0.46-1.040l0.020 0.040-181.92-387.44 82.44-129.44c5.726-9.397 9.116-20.763 9.116-32.92s-3.39-23.523-9.276-33.203l0.16 0.283c-0.36-0.64-0.8-1.28-1.2-1.88l-85.68-122.4v-98.8c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 97.68l-21.040 26.32c-17.741 22.041-44.717 36.025-74.96 36.025s-57.219-13.985-74.816-35.84l-0.144-0.185-21.040-26.32v-97.68c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 98.8l-85.68 122.4c-0.4 0.6-0.84 1.24-1.2 1.88-5.726 9.397-9.116 20.763-9.116 32.92s3.39 23.523 9.276 33.203l-0.16-0.283 0.44 0.72 82 128.72-181.92 387.44c-0.15 0.276-0.299 0.606-0.423 0.947l-0.017 0.053c-3.268 7.431-5.17 16.093-5.17 25.2 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-9.107-1.902-17.769-5.331-25.612l0.161 0.412zM320 288l65.72-93.72 1.32 1.68c29.568 36.754 74.54 60.075 124.96 60.075s95.392-23.322 124.719-59.766l0.241-0.309 1.32-1.68 65.72 93.72-81.52 128h-220.92zM224 864l180.28-384h215.36l180.36 384z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dress-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31172,\"id\":808,\"name\":\"dress-duotone\",\"prevSize\":16,\"code\":60525,\"codes\":[60525,60526]},\"setIdx\":5,\"setId\":5,\"iconIdx\":439},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.6 480.72q-15.28-0.72-30.6-0.72c-62.527 0.018-123.055 8.544-180.5 24.482l4.74-1.122c-15.646-45.949-33.83-85.379-55.505-122.523l1.705 3.163c58.552-35.661 108.838-77.483 152.273-125.607l0.527-0.593c59.712 57.046 99.29 134.722 107.258 221.545l0.102 1.375zM705.12 217.84c-39.495 43.288-84.611 80.487-134.423 110.72l-2.697 1.52c-43.376-60.577-94.475-112.147-152.61-154.668l-1.91-1.332c29.54-8.951 63.488-14.104 98.641-14.104 71.973 0 138.901 21.601 194.654 58.673l-1.295-0.81zM342.6 203.52c66.26 42.149 122.013 94.309 166.817 155.040l1.183 1.68c-74.568 35.207-161.981 55.76-254.194 55.76-0.142 0-0.285-0-0.427-0l0.022 0c-28.619-0.015-56.765-1.977-84.33-5.761l3.21 0.361c27.763-89.658 87.666-162.359 165.933-206.161l1.787-0.919zM160 512c-0-0.014-0-0.029-0-0.045 0-13.569 0.77-26.958 2.269-40.126l-0.149 1.611c28.206 4.174 60.764 6.559 93.879 6.56l0.001 0c0.188 0 0.411 0 0.633 0 105.218 0 204.783-24.205 293.431-67.35l-3.984 1.75c18.287 30.912 34.924 66.756 47.96 104.285l1.28 4.235c-38.295 14.498-70.698 30.105-101.53 48.11l3.17-1.71c-88.884 51.958-162.544 120.497-218.801 201.975l-1.479 2.265c-71.759-64.569-116.68-157.75-116.68-261.423 0-0.048 0-0.097 0-0.145l-0 0.008zM328 812c52.448-76.861 119.696-139.702 198.072-185.597l2.888-1.563c23.492-13.881 51.083-27.321 79.76-38.6l4.040-1.4c9.468 40.224 14.904 86.413 14.92 133.869l0 0.011c0 0.089 0 0.194 0 0.3 0 46.037-5.086 90.887-14.726 134.017l0.766-4.077c-30.433 9.534-65.426 15.027-101.702 15.027-68.089 0-131.659-19.35-185.51-52.851l1.492 0.865zM684.24 818.92c4.719-30.041 7.423-64.698 7.44-99.982l0-0.018c-0.007-54.588-6.495-107.657-18.736-158.484l0.936 4.604c47.406-13.306 101.854-20.982 158.086-21.040l0.034-0q15.2 0 30.44 0.76c-11.472 117.996-79.589 217.916-176.468 273.21l-1.732 0.91z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dribbble-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31173,\"id\":807,\"name\":\"dribbble-logo-duotone\",\"prevSize\":16,\"code\":60527,\"codes\":[60527,60528]},\"setIdx\":5,\"setId\":5,\"iconIdx\":440},{\"icon\":{\"paths\":[\"M512 336l-208 144-208-144 208-144zM928 336l-208-144-208 144 208 144zM96 624l208 144 208-144-208-144zM512 624l208 144 208-144-208-144z\",\"M946.2 597.68l-170-117.68 170-117.68c8.384-5.853 13.8-15.454 13.8-26.32s-5.416-20.467-13.696-26.251l-0.104-0.069-208-144c-5.083-3.554-11.393-5.68-18.2-5.68s-13.117 2.125-18.304 5.748l0.104-0.069-189.8 131.4-189.8-131.4c-5.083-3.554-11.393-5.68-18.2-5.68s-13.117 2.125-18.304 5.748l0.104-0.069-208 144c-8.384 5.853-13.8 15.454-13.8 26.32s5.416 20.467 13.696 26.251l0.104 0.069 170.2 117.68-170 117.68c-8.384 5.853-13.8 15.454-13.8 26.32s5.416 20.467 13.696 26.251l0.104 0.069 208 144c5.083 3.554 11.393 5.68 18.2 5.68s13.117-2.125 18.304-5.748l-0.104 0.069 189.6-131.4 189.8 131.4c5.083 3.554 11.393 5.68 18.2 5.68s13.117-2.125 18.304-5.748l-0.104 0.069 208-144c8.384-5.853 13.8-15.454 13.8-26.32s-5.416-20.467-13.696-26.251l-0.104-0.069zM720 230.92l152 105.080-152 105.080-151.8-105.080zM152.2 336l151.8-105.080 152 105.080-152 105.080zM304.2 729.080l-152-105.080 152-105.080 151.8 105.080zM360.2 480l152-105.080 151.8 105.080-152 105.080zM720.2 729.080l-152-105.080 151.8-105.080 152 105.080zM634.080 827.64c3.578 5.095 5.719 11.425 5.719 18.256 0 10.832-5.382 20.406-13.617 26.196l-0.102 0.068-95.56 66.16c-5.083 3.554-11.393 5.68-18.2 5.68s-13.117-2.125-18.304-5.748l0.104 0.069-95.88-66.32c-8.321-5.859-13.691-15.425-13.691-26.245 0-17.673 14.327-32 32-32 6.76 0 13.031 2.096 18.197 5.674l-0.106-0.070 77.36 53.72 77.36-53.56c5.083-3.554 11.393-5.68 18.2-5.68 10.866 0 20.467 5.416 26.251 13.696l0.069 0.104z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"dropbox-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31174,\"id\":806,\"name\":\"dropbox-logo-duotone\",\"prevSize\":16,\"code\":60529,\"codes\":[60529,60530]},\"setIdx\":5,\"setId\":5,\"iconIdx\":441},{\"icon\":{\"paths\":[\"M832 576c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-288 320-512 320-512s320 224 320 512z\",\"M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-228.92 221.88-420 288-472 66.12 52 288 243 288 472-0.182 158.985-129.015 287.818-287.983 288l-0.017 0zM735.56 613.36c-17.46 94.991-91.243 168.76-184.824 185.984l-1.416 0.216c-1.592 0.268-3.432 0.428-5.308 0.44l-0.012 0c-17.67-0.005-31.992-14.33-31.992-32 0-15.805 11.458-28.934 26.521-31.533l0.19-0.027c66.28-11.16 122.52-67.4 133.76-133.8 2.656-15.225 15.774-26.652 31.56-26.652 17.68 0 32.012 14.332 32.012 32.012 0 1.893-0.164 3.749-0.48 5.552l0.028-0.192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"drop-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31175,\"id\":805,\"name\":\"drop-duotone\",\"prevSize\":16,\"code\":60531,\"codes\":[60531,60532]},\"setIdx\":5,\"setId\":5,\"iconIdx\":442},{\"icon\":{\"paths\":[\"M832 576c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0.032-22.623 1.922-44.78 5.525-66.357l-0.325 2.357h629.6c3.278 19.22 5.168 41.377 5.2 63.97l0 0.030z\",\"M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM512 104c56.64 44.4 227.44 190.96 275.36 376h-550.72c47.92-184.96 218.72-331.52 275.36-376zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017q0-16 1.44-32h573.12q1.44 16 1.44 32c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"drop-half-bottom-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31176,\"id\":804,\"name\":\"drop-half-bottom-duotone\",\"prevSize\":16,\"code\":60533,\"codes\":[60533,60534]},\"setIdx\":5,\"setId\":5,\"iconIdx\":443},{\"icon\":{\"paths\":[\"M832 576c0 176.731-143.269 320-320 320v0-832s320 224 320 512z\",\"M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM224 576c0-200 169.040-370.84 256-445.6v731.76c-144.601-16.786-255.819-138.457-256-286.141l-0-0.019zM544 862.16v-731.76c86.96 74.76 256 245.6 256 445.6-0.181 147.703-111.399 269.374-254.656 286.033l-1.344 0.127z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"drop-half-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31177,\"id\":803,\"name\":\"drop-half-duotone\",\"prevSize\":16,\"code\":60535,\"codes\":[60535,60536]},\"setIdx\":5,\"setId\":5,\"iconIdx\":444},{\"icon\":{\"paths\":[\"M832 416c0 160-57.76 288-192 448-32.28 39.080-73.36 64-128 64-97.202 0-176-78.798-176-176v0c0-165.96-144-112-144-336 0-176.731 143.269-320 320-320s320 143.269 320 320v0z\",\"M864 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 106.8 34.12 139.68 70.28 174.56 34.56 33.44 73.72 71.080 73.72 161.44 0 79.529 64.471 144 144 144v0c40.96 0 73.8-16.64 103.32-52.36 5.913-7.405 14.94-12.108 25.066-12.108 17.673 0 32 14.327 32 32 0 7.974-2.917 15.267-7.741 20.87l0.035-0.042c-41.44 50.2-92.68 75.64-152.68 75.64-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-63.16-22.72-85.080-54.16-115.36-40-38.64-89.84-86.64-89.84-220.64 0-194.404 157.596-352 352-352s352 157.596 352 352v0zM711.48 644.32c-4.602-2.713-10.138-4.316-16.050-4.316-11.78 0-22.074 6.366-27.629 15.845l-0.082 0.151c-5.634 9.639-15.933 16.012-27.72 16.012-17.673 0-32-14.327-32-32 0-0.004 0-0.009 0-0.013l-0 0.001c0-37.32 19.28-63.040 41.6-92.8 25.48-34 54.4-72.52 54.4-131.2 0-106.039-85.961-192-192-192s-192 85.961-192 192v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128s128 57.308 128 128v0c0 37.32-19.28 63.040-41.6 92.8-25.48 34-54.4 72.52-54.4 131.2 0.018 53.006 42.992 95.968 96 95.968 35.333 0 66.208-19.089 82.875-47.516l0.245-0.452c2.698-4.591 4.291-10.113 4.291-16.007 0-11.754-6.337-22.028-15.782-27.591l-0.15-0.082z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"ear-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31178,\"id\":802,\"name\":\"ear-duotone\",\"prevSize\":16,\"code\":60537,\"codes\":[60537,60538]},\"setIdx\":5,\"setId\":5,\"iconIdx\":445},{\"icon\":{\"paths\":[\"M832 416c0 160-57.76 288-192 448-32.28 39.080-73.36 64-128 64-97.202 0-176-78.798-176-176v0c0-165.96-144-112-144-336 0-176.731 143.269-320 320-320s320 143.269 320 320v0z\",\"M855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-140-153.8c-8.47 2.71-18.212 4.272-28.32 4.272-53.017 0-95.996-42.976-96-95.992l-0-0c-0.001-0.158-0.001-0.344-0.001-0.531 0-14.016 1.766-27.619 5.086-40.6l-0.245 1.131-164.84-181.36c-0.728 17.111-14.776 30.707-32 30.707-17.688 0-32.027-14.339-32.027-32.027 0-0.464 0.010-0.926 0.029-1.386l-0.002 0.066c-0-0.066-0-0.144-0-0.223 0-20.577 3.248-40.396 9.259-58.971l-0.379 1.354-70.88-78.16c-21.409 39.117-34.001 85.698-34.001 135.22 0 0.274 0 0.548 0.001 0.822l-0-0.042c0 106.8 34.12 139.68 70.28 174.56 34.56 33.44 73.72 71.080 73.72 161.44 0 79.529 64.471 144 144 144v0c40.96 0 73.8-16.64 103.32-52.36 5.913-7.405 14.94-12.108 25.066-12.108 17.673 0 32 14.327 32 32 0 7.974-2.917 15.267-7.741 20.87l0.035-0.042c-41.44 50.2-92.68 75.64-152.68 75.64-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-63.16-22.72-85.080-54.16-115.36-40-38.64-89.84-86.64-89.84-220.64-0.001-0.259-0.001-0.565-0.001-0.871 0-68.41 19.681-132.223 53.689-186.087l-0.848 1.438-44.52-48.96c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM364.36 168.68c42.169-25.582 93.136-40.722 147.64-40.722 159.058 0 288 128.942 288 288 0 0.015-0 0.029-0 0.044l0-0.002c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-0.016 0-0.035 0-0.054 0-194.404-157.596-352-352-352-66.645 0-128.963 18.521-182.090 50.696l1.57-0.883c-9.388 5.692-15.565 15.854-15.565 27.46 0 17.676 14.329 32.005 32.005 32.005 6.070 0 11.746-1.69 16.582-4.625l-0.142 0.080zM641.28 508.68c4.264 2.248 9.319 3.567 14.682 3.567 12.314 0 23.003-6.955 28.354-17.151l0.084-0.176c12.344-22.786 19.6-49.886 19.6-78.68 0-0.084-0-0.169-0-0.253l0 0.013c0-0.018 0-0.040 0-0.062 0-106.039-85.961-192-192-192-22.301 0-43.714 3.802-63.625 10.793l1.345-0.411c-12.691 4.444-21.63 16.318-21.63 30.28 0 17.678 14.331 32.010 32.010 32.010 3.717 0 7.286-0.633 10.604-1.798l-0.224 0.069c12.378-4.386 26.653-6.921 41.52-6.921 70.692 0 128 57.308 128 128 0 0.014-0 0.029-0 0.043l0-0.002c-0.007 18.085-4.629 35.089-12.752 49.9l0.272-0.54c-2.248 4.264-3.567 9.319-3.567 14.682 0 12.314 6.955 23.003 17.151 28.354l0.176 0.084z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"ear-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31179,\"id\":801,\"name\":\"ear-slash-duotone\",\"prevSize\":16,\"code\":60539,\"codes\":[60539,60540]},\"setIdx\":5,\"setId\":5,\"iconIdx\":446},{\"icon\":{\"paths\":[\"M832 608c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-256 192-512 320-512s320 256 320 512z\",\"M746.64 238.24c-72.76-109.080-160.48-174.24-234.64-174.24s-161.88 65.16-234.64 174.24c-74.56 111.92-117.36 246.68-117.36 369.76 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-123.080-42.8-257.84-117.36-369.76zM512 896c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-110.76 38.88-232.6 106.64-334.24 58.12-87.2 131-145.76 181.36-145.76 38 0 88.8 33.32 136.4 87.12l-160.4 179.56c-5.059 5.636-8.152 13.125-8.152 21.337 0 14.885 10.164 27.397 23.93 30.974l0.222 0.049 98.4 24.6-26 130.080c-0.394 1.884-0.62 4.049-0.62 6.266 0 15.443 10.94 28.332 25.493 31.338l0.207 0.036c1.888 0.408 4.056 0.641 6.279 0.641 0.085 0 0.169-0 0.254-0.001l-0.013 0c15.427-0.029 28.29-10.969 31.284-25.513l0.036-0.207 32-160c0.396-1.888 0.622-4.057 0.622-6.28 0-14.911-10.198-27.44-24-30.992l-0.222-0.048-76.64-19.16 117.32-131.4c1.68 2.44 3.32 4.88 4.96 7.36 67.76 101.64 106.64 223.48 106.64 334.24-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"egg-crack-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31180,\"id\":800,\"name\":\"egg-crack-duotone\",\"prevSize\":16,\"code\":60541,\"codes\":[60541,60542]},\"setIdx\":5,\"setId\":5,\"iconIdx\":447},{\"icon\":{\"paths\":[\"M832 608c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-256 192-512 320-512s320 256 320 512z\",\"M746.64 238.24c-72.76-109.080-160.48-174.24-234.64-174.24s-161.88 65.16-234.64 174.24c-74.56 111.92-117.36 246.68-117.36 369.76 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-123.080-42.8-257.84-117.36-369.76zM512 896c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-110.76 38.88-232.6 106.64-334.24 58.12-87.2 131-145.76 181.36-145.76s123.24 58.56 181.36 145.76c67.76 101.64 106.64 223.48 106.64 334.24-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"egg-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31181,\"id\":799,\"name\":\"egg-duotone\",\"prevSize\":16,\"code\":60543,\"codes\":[60543,60544]},\"setIdx\":5,\"setId\":5,\"iconIdx\":448},{\"icon\":{\"paths\":[\"M864 704v96c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM192.92 544h638.16c28.64 0 43.56-33.080 24-53.48l-294.96-310c-12.213-12.663-29.328-20.528-48.28-20.528s-36.067 7.864-48.261 20.507l-0.019 0.020-294.96 310c-19.24 20.4-4.32 53.48 24.32 53.48z\",\"M832 640h-640c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-96c0-35.346-28.654-64-64-64v0zM832 800h-640v-96h640zM192.96 576h638.080c0.093 0 0.203 0.001 0.312 0.001 26.46 0 49.211-15.878 59.245-38.626l0.163-0.414c3.311-7.367 5.239-15.968 5.239-25.020 0-16.907-6.728-32.242-17.653-43.475l0.014 0.014-294.92-310.040c-18.052-18.779-43.383-30.445-71.44-30.445s-53.388 11.666-71.409 30.412l-0.031 0.033-294.92 310.040c-10.911 11.218-17.639 26.554-17.639 43.46 0 9.052 1.929 17.653 5.397 25.415l-0.158-0.396c10.197 23.162 32.948 39.041 59.408 39.041 0.11 0 0.22-0 0.329-0.001l-0.017 0zM486.92 202.56c6.374-6.514 15.256-10.552 25.080-10.552s18.706 4.039 25.074 10.546l0.006 0.006 294.32 309.44h-638.84z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"eject-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31182,\"id\":798,\"name\":\"eject-duotone\",\"prevSize\":16,\"code\":60545,\"codes\":[60545,60546]},\"setIdx\":5,\"setId\":5,\"iconIdx\":449},{\"icon\":{\"paths\":[\"M863.68 640h-703.36c-17.838-0.075-32.269-14.552-32.269-32.4 0-7.759 2.727-14.88 7.275-20.459l-0.046 0.059 326.64-403.2c11.901-14.578 29.872-23.812 50-23.812s38.099 9.234 49.908 23.696l0.092 0.116 326.8 403.2c4.502 5.52 7.229 12.642 7.229 20.4 0 17.848-14.431 32.325-32.262 32.4l-0.007 0z\",\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0zM102.36 635.36c-4.026-8.14-6.381-17.724-6.381-27.858 0-15.383 5.427-29.498 14.471-40.535l-0.090 0.113 326.68-403.32c17.822-21.892 44.771-35.763 74.96-35.763s57.138 13.871 74.821 35.587l0.139 0.176 326.6 403.32c8.934 10.967 14.345 25.111 14.345 40.52 0 35.52-28.756 64.323-64.258 64.4l-0.007 0h-703.28c-0.042 0-0.093 0-0.143 0-25.407 0-47.355-14.804-57.691-36.257l-0.166-0.383zM160 607.64s0 0.36 0.32 0.44h703.32s0.32-0.36 0.32-0.52l-326.76-403.56c-5.988-7.367-15.049-12.035-25.2-12.035s-19.212 4.669-25.153 11.976l-0.047 0.060-326.8 403.36c-0.006 0.042-0.009 0.091-0.009 0.14s0.003 0.098 0.009 0.146l-0.001-0.006z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"eject-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31183,\"id\":797,\"name\":\"eject-simple-duotone\",\"prevSize\":16,\"code\":60547,\"codes\":[60547,60548]},\"setIdx\":5,\"setId\":5,\"iconIdx\":450},{\"icon\":{\"paths\":[\"M736 416v448h-448v-448z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM704 448v384h-160v-384zM480 832h-160v-384h160zM832 832h-64v-416c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 416h-64v-640h640v640zM608 288c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"elevator-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31184,\"id\":796,\"name\":\"elevator-duotone\",\"prevSize\":16,\"code\":60549,\"codes\":[60549,60550]},\"setIdx\":5,\"setId\":5,\"iconIdx\":451},{\"icon\":{\"paths\":[\"M864 480v192c0 17.673-14.327 32-32 32v0h-50.76c-8.825 0.004-16.814 3.58-22.6 9.36l0-0-141.28 141.28c-5.786 5.78-13.775 9.356-22.599 9.36l-261.521 0c-8.825-0.004-16.814-3.58-22.6-9.36l0 0-141.28-141.28c-5.78-5.786-9.356-13.775-9.36-22.599l-0-0.001v-370.76c0-17.673 14.327-32 32-32v0h402.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0 141.28 141.28c5.786 5.78 13.775 9.356 22.599 9.36l50.761 0c17.673 0 32 14.327 32 32v0z\",\"M992 416c-17.673 0-32 14.327-32 32v0 96h-64v-64c0-35.346-28.654-64-64-64v0h-50.76l-141.24-141.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-82.76v-64h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v64h-256c-35.346 0-64 28.654-64 64v0 224h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h64v82.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 141.24 141.24c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h261.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 141.24-141.24h50.76c35.346 0 64-28.654 64-64v0-64h64v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM832 672h-50.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-141.24 141.24h-261.52l-141.24-141.24v-370.76h402.76l141.24 141.24c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"engine-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31185,\"id\":795,\"name\":\"engine-duotone\",\"prevSize\":16,\"code\":60551,\"codes\":[60551,60552]},\"setIdx\":5,\"setId\":5,\"iconIdx\":452},{\"icon\":{\"paths\":[\"M896 224l-384 352-384-352z\",\"M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM512 532.6l-301.72-276.6h603.44zM394.84 512l-234.84 215.24v-430.48zM442.2 555.4l48 44.2c5.677 5.224 13.284 8.426 21.64 8.426s15.963-3.203 21.663-8.447l-0.023 0.021 48-44.2 232 212.6h-603.2zM629.16 512l234.84-215.28v430.56z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"envelope-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31186,\"id\":794,\"name\":\"envelope-duotone\",\"prevSize\":16,\"code\":60553,\"codes\":[60553,60554]},\"setIdx\":5,\"setId\":5,\"iconIdx\":453},{\"icon\":{\"paths\":[\"M896 384l-314.2 224h-139.6l-314.2-224 384-256z\",\"M913.76 357.36l-384-256c-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072-384 256c-8.636 5.821-14.24 15.566-14.24 26.619 0 0.007 0 0.015 0 0.022l-0-0.001v416c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-416c0-0.006 0-0.013 0-0.021 0-11.053-5.604-20.798-14.126-26.547l-0.114-0.072zM386.88 608l-226.88 160v-321.88zM452.36 640h119.28l226.52 160h-572.32zM637.12 608l226.88-161.88v321.88zM512 166.44l327.64 218.44-268 191.12h-119.2l-268-191.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"envelope-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31187,\"id\":793,\"name\":\"envelope-open-duotone\",\"prevSize\":16,\"code\":60555,\"codes\":[60555,60556]},\"setIdx\":5,\"setId\":5,\"iconIdx\":454},{\"icon\":{\"paths\":[\"M896 224l-384 352-384-352z\",\"M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM813.72 256l-301.72 276.6-301.72-276.6zM864 768h-704v-471.24l330.36 302.84c5.677 5.224 13.284 8.426 21.64 8.426s15.963-3.203 21.663-8.447l-0.023 0.021 330.36-302.84v471.24z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"envelope-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31188,\"id\":792,\"name\":\"envelope-simple-duotone\",\"prevSize\":16,\"code\":60557,\"codes\":[60557,60558]},\"setIdx\":5,\"setId\":5,\"iconIdx\":455},{\"icon\":{\"paths\":[\"M896 384l-314.2 224h-139.6l-314.2-224 384-256z\",\"M913.76 357.36l-384-256c-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072-384 256c-8.636 5.821-14.24 15.566-14.24 26.619 0 0.007 0 0.015 0 0.022l-0-0.001v416c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-416c0-0.006 0-0.013 0-0.021 0-11.053-5.604-20.798-14.126-26.547l-0.114-0.072zM512 166.44l327.64 218.44-268 191.12h-119.2l-268-191.12zM160 800v-353.88l263.6 188c5.164 3.726 11.621 5.96 18.599 5.96 0 0 0.001-0 0.001-0l139.6 0c0 0 0.001 0 0.001 0 6.978 0 13.435-2.234 18.693-6.025l-0.095 0.065 263.6-188v353.88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"envelope-simple-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31189,\"id\":791,\"name\":\"envelope-simple-open-duotone\",\"prevSize\":16,\"code\":60559,\"codes\":[60559,60560]},\"setIdx\":5,\"setId\":5,\"iconIdx\":456},{\"icon\":{\"paths\":[\"M96 512h192v256h-192zM416 768h192v-128h-192zM736 384v384h192v-384z\",\"M320 384c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM608 480h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 288h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM320 512v256c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM256 544h-128v192h128zM640 640v128c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM576 672h-128v64h128zM960 384v384c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM896 416h-128v320h128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"equalizer-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31190,\"id\":790,\"name\":\"equalizer-duotone\",\"prevSize\":16,\"code\":60561,\"codes\":[60561,60562]},\"setIdx\":5,\"setId\":5,\"iconIdx\":457},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M896 640c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM160 416h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"equals-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31191,\"id\":789,\"name\":\"equals-duotone\",\"prevSize\":16,\"code\":60563,\"codes\":[60563,60564]},\"setIdx\":5,\"setId\":5,\"iconIdx\":458},{\"icon\":{\"paths\":[\"M640 672l-192 192h-181l-120.24-120.24c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l237.24-237.24z\",\"M900 321.6l-165.6-165.6c-17.372-17.371-41.371-28.115-67.88-28.115s-50.508 10.744-67.88 28.116l-474.64 474.64c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l120.24 120.24c5.79 5.783 13.785 9.36 22.615 9.36 0.037 0 0.074-0 0.111-0l-0.006 0h597.040c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-338.8l374.8-374.64c17.371-17.372 28.115-41.371 28.115-67.88s-10.744-50.508-28.116-67.88l0 0zM434.72 832h-154.52l-110.88-110.88c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l214.68-214.64 210.76 210.76zM854.72 412l-214.72 214.76-210.76-210.76 214.76-214.64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 165.52 165.52c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"eraser-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31192,\"id\":788,\"name\":\"eraser-duotone\",\"prevSize\":16,\"code\":60565,\"codes\":[60565,60566]},\"setIdx\":5,\"setId\":5,\"iconIdx\":459},{\"icon\":{\"paths\":[\"M928 640v160c0 17.673-14.327 32-32 32v0h-210c-0.006 0-0.013 0-0.020 0-9.279 0-17.636-3.95-23.481-10.259l-0.019-0.021-364.96-395.44c-5.864-6.33-14.221-10.28-23.5-10.28-0.007 0-0.014 0-0.021 0l-145.999-0c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h210c0.006-0 0.013-0 0.020-0 9.279 0 17.636 3.95 23.481 10.259l0.019 0.021 364.96 395.44c5.864 6.33 14.221 10.28 23.5 10.28 0.007 0 0.014-0 0.021-0l145.999 0c17.673 0 32 14.327 32 32v0z\",\"M681.36 342.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-146.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 146.76l41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM960 640v160c0 35.346-28.654 64-64 64v0h-210c-18.573-0.030-35.293-7.938-47.003-20.559l-0.037-0.041-364.96-395.4h-146c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h210c18.573 0.030 35.293 7.938 47.003 20.559l0.037 0.041 364.96 395.4h146c35.346 0 64 28.654 64 64v0zM896 640h-146c-18.573-0.030-35.293-7.938-47.003-20.559l-0.037-0.041-364.96-395.4h-210v160h146c18.573 0.030 35.293 7.938 47.003 20.559l0.037 0.041 364.96 395.4h210z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"escalator-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31193,\"id\":787,\"name\":\"escalator-down-duotone\",\"prevSize\":16,\"code\":60567,\"codes\":[60567,60568]},\"setIdx\":5,\"setId\":5,\"iconIdx\":460},{\"icon\":{\"paths\":[\"M928 224v160c0 17.673-14.327 32-32 32v0h-146c-0.006-0-0.013-0-0.020-0-9.279 0-17.636 3.95-23.481 10.259l-0.019 0.021-364.96 395.44c-5.864 6.33-14.221 10.28-23.5 10.28-0.007 0-0.014-0-0.021-0l-209.999 0c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h146c0.006 0 0.013 0 0.020 0 9.279 0 17.636-3.95 23.481-10.259l0.019-0.021 364.96-395.44c5.864-6.33 14.221-10.28 23.5-10.28 0.007 0 0.014 0 0.021 0l209.999-0c17.673 0 32 14.327 32 32v0z\",\"M896 160h-210c-18.564 0.011-35.278 7.924-46.961 20.558l-0.039 0.042-365 395.4h-146c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h210c18.564-0.011 35.278-7.924 46.961-20.558l0.039-0.042 365-395.4h146c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM896 384h-146c-18.564 0.011-35.278 7.924-46.961 20.558l-0.039 0.042-365 395.4h-210v-160h146c18.564-0.011 35.278-7.924 46.961-20.558l0.039-0.042 365-395.4h210zM918.64 681.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4v146.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-146.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"escalator-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31194,\"id\":786,\"name\":\"escalator-up-duotone\",\"prevSize\":16,\"code\":60569,\"codes\":[60569,60570]},\"setIdx\":5,\"setId\":5,\"iconIdx\":461},{\"icon\":{\"paths\":[\"M896 224v640l-128-64-128 64-128-64-128 64-128-64-128 64v-640c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 640c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383 17.673 0 32-14.327 32-32 0-0.008-0-0.016-0-0.024l0 0.001v-640c0-35.346-28.654-64-64-64v0zM864 812.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-588.24h704zM241.68 668.64c4.174 2.136 9.105 3.388 14.329 3.388 12.464 0 23.263-7.126 28.547-17.525l0.084-0.182 23.12-46.32h152.48l23.12 46.32c5.374 10.579 16.175 17.7 28.64 17.7 17.684 0 32.020-14.336 32.020-32.020 0-5.22-1.249-10.148-3.464-14.502l0.084 0.182-128-256c-5.364-10.592-16.169-17.726-28.64-17.726s-23.276 7.134-28.556 17.544l-0.084 0.182-128 256c-2.136 4.174-3.388 9.105-3.388 14.329 0 12.464 7.126 23.263 17.525 28.547l0.182 0.084zM384 455.56l44.24 88.44h-88.48zM544 512c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"exam-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31195,\"id\":785,\"name\":\"exam-duotone\",\"prevSize\":16,\"code\":60571,\"codes\":[60571,60572]},\"setIdx\":5,\"setId\":5,\"iconIdx\":462},{\"icon\":{\"paths\":[\"M352 640c0.008 10.718 0.589 21.29 1.714 31.699l-0.114-1.299c-145.431-15.894-257.59-138.044-257.59-286.39 0-159.058 128.942-288 288-288 148.346 0 270.496 112.159 286.276 256.304l0.114 1.286c-9.11-1.011-19.682-1.592-30.389-1.6l-0.011-0c-159.058 0-288 128.942-288 288v0zM670.4 353.6c1.011 9.11 1.592 19.682 1.6 30.389l0 0.011c0 159.058-128.942 288-288 288v0c-10.718-0.008-21.29-0.589-31.699-1.714l1.299 0.114c15.894 145.431 138.044 257.59 286.39 257.59 159.058 0 288-128.942 288-288 0-148.346-112.159-270.496-256.304-286.276l-1.286-0.114z\",\"M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM128 384c-0-0.15-0-0.327-0-0.504 0-141.385 114.615-256 256-256 118.824 0 218.741 80.956 247.602 190.72l0.399 1.784c-170.382 4.618-307.294 141.6-311.791 311.576l-0.009 0.424c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM640 384c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM640 896c-118.639-0.101-218.414-80.751-247.594-190.209l-0.406-1.791c170.468-4.511 307.489-141.532 311.991-311.576l0.009-0.424c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"exclude-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31196,\"id\":784,\"name\":\"exclude-duotone\",\"prevSize\":16,\"code\":60573,\"codes\":[60573,60574]},\"setIdx\":5,\"setId\":5,\"iconIdx\":463},{\"icon\":{\"paths\":[\"M384 384v256h-224v-480h480v224zM640 384v256h-256v224h480v-480z\",\"M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM192 608v-416h416v160h-224c-17.673 0-32 14.327-32 32v0 224zM608 416v192h-192v-192zM832 832h-416v-160h224c17.673 0 32-14.327 32-32v0-224h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"exclude-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31197,\"id\":783,\"name\":\"exclude-square-duotone\",\"prevSize\":16,\"code\":60575,\"codes\":[60575,60576]},\"setIdx\":5,\"setId\":5,\"iconIdx\":464},{\"icon\":{\"paths\":[\"M832 416v448h-640v-448z\",\"M864 448v384c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v384h576v-384h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c35.346 0 64 28.654 64 64v0zM374.64 278.64l105.36-105.4v370.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-370.76l105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-0-0-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"export-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31198,\"id\":782,\"name\":\"export-duotone\",\"prevSize\":16,\"code\":60577,\"codes\":[60577,60578]},\"setIdx\":5,\"setId\":5,\"iconIdx\":465},{\"icon\":{\"paths\":[\"M896 416c-67.24 83.24-190.52 192-384 192s-316.76-108.76-384-192c67.24-83.24 190.52-192 384-192s316.76 108.76 384 192z\",\"M912 700c-4.554 2.642-10.021 4.202-15.852 4.202-11.864 0-22.22-6.456-27.746-16.047l-0.082-0.155-76-132.8c-41.399 28.358-89.406 51.148-140.844 65.794l-3.476 0.846 23.48 140.88c0.278 1.585 0.437 3.41 0.437 5.272 0 15.821-11.482 28.961-26.568 31.541l-0.189 0.027c-1.542 0.266-3.327 0.425-5.146 0.44l-0.014 0c-15.802-0.025-28.917-11.5-31.493-26.571l-0.027-0.189-23.080-138.32c-22.041 3.233-47.485 5.080-73.36 5.080s-51.32-1.846-76.208-5.415l2.848 0.335-23.080 138.32c-2.605 15.277-15.746 26.76-31.568 26.76-0.011 0-0.022-0-0.034-0l0.002 0c-1.871-0.008-3.698-0.168-5.477-0.467l0.197 0.027c-15.275-2.606-26.757-15.746-26.757-31.568 0-1.862 0.159-3.687 0.464-5.462l-0.027 0.19 23.6-140.88c-54.889-15.539-102.866-38.367-145.926-67.85l1.686 1.090-75.76 132.92c-5.652 9.717-16.015 16.145-27.88 16.145-17.753 0-32.145-14.392-32.145-32.145 0-5.888 1.583-11.407 4.347-16.153l-0.082 0.153 80-140c-28.175-24.428-53.46-50.601-76.292-78.839l-0.908-1.161c-5.065-5.637-8.163-13.132-8.163-21.349 0-17.673 14.327-32 32-32 10.673 0 20.125 5.225 25.939 13.256l0.064 0.093c66.4 82.16 182.56 180 359.12 180s292.72-97.96 359.12-180c5.856-8.349 15.438-13.74 26.279-13.74 17.673 0 32 14.327 32 32 0 8.404-3.239 16.051-8.538 21.761l0.019-0.020c-23.74 29.399-49.025 55.572-76.44 79.355l-0.76 0.645 80 140c2.778 4.644 4.421 10.245 4.421 16.229 0 11.823-6.412 22.148-15.948 27.689l-0.153 0.082z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"eye-closed-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31199,\"id\":781,\"name\":\"eye-closed-duotone\",\"prevSize\":16,\"code\":60579,\"codes\":[60579,60580]},\"setIdx\":5,\"setId\":5,\"iconIdx\":466},{\"icon\":{\"paths\":[\"M831.2 350.4l-101.48 102.12 19.56 19.52c11.597 11.584 18.77 27.594 18.77 45.28s-7.174 33.696-18.77 45.279l-0.001 0.001-36 36c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-242.72-242.8c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 36-36c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l0 0 19.52 19.56 100-100.44c43.16-43.16 113.48-45.8 157.8-4 21.611 20.462 35.060 49.355 35.060 81.389 0 31.015-12.607 59.086-32.976 79.367l-0.004 0.004z\",\"M896 269.2c-0.471-40.467-17.66-76.829-44.969-102.573l-0.071-0.067c-56-53.12-146.88-51.12-202.48 4.52l-77.28 77.72c-16.996-15.533-39.721-25.048-64.667-25.048-26.515 0-50.519 10.749-67.893 28.128l-36 36c-11.597 11.584-18.77 27.594-18.77 45.28s7.174 33.696 18.77 45.279l0.001 0.001 8 8.24-204 204c-29.036 28.816-47.010 68.744-47.010 112.869 0 13.901 1.784 27.386 5.135 40.237l-0.245-1.106-32 73.64c-2.94 6.498-4.653 14.090-4.653 22.081 0 15.163 6.168 28.886 16.131 38.796l0.002 0.002c11.538 11.613 27.518 18.8 45.177 18.8 9.287 0 18.11-1.988 26.066-5.562l-0.403 0.162 70.080-30.6c10.581 2.501 22.73 3.934 35.214 3.934 44.161 0 84.131-17.94 113.021-46.93l0.004-0.005 204-204 8.24 8.24c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l36-36c17.387-17.375 28.142-41.385 28.142-67.906 0-25.016-9.569-47.798-25.246-64.884l0.064 0.070 79-79.48c26.055-25.907 42.181-61.776 42.181-101.412 0-0.854-0.007-1.705-0.022-2.555l0.002 0.128zM388 772c-17.38 17.415-41.408 28.188-67.953 28.188-10.007 0-19.657-1.531-28.727-4.372l0.68 0.184c-2.819-0.901-6.062-1.42-9.427-1.42-4.62 0-9.011 0.979-12.977 2.741l0.204-0.081-72.4 31.64 30.6-71.24c1.687-3.769 2.67-8.168 2.67-12.797 0-3.651-0.611-7.159-1.738-10.428l0.067 0.225c-3.261-9.221-5.146-19.855-5.146-30.929 0-26.461 10.759-50.409 28.142-67.707l0.004-0.004 204-204 135.76 136zM808.52 328l-101.48 102.080c-5.775 5.788-9.345 13.777-9.345 22.6s3.571 16.812 9.346 22.601l-0.001-0.001 19.56 19.56c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-36 36-242.6-243.080 36-36c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l19.56 19.56c5.786 5.78 13.775 9.356 22.599 9.36l0.001 0c8.85-0.016 16.855-3.622 22.639-9.438l99.761-100.362c31.24-31.28 82-32.72 113.16-3.24 15.45 14.617 25.066 35.264 25.066 58.157 0 22.128-8.984 42.158-23.504 56.641l-0.002 0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"eyedropper-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31200,\"id\":780,\"name\":\"eyedropper-duotone\",\"prevSize\":16,\"code\":60581,\"codes\":[60581,60582]},\"setIdx\":5,\"setId\":5,\"iconIdx\":467},{\"icon\":{\"paths\":[\"M209.2 640h356l-154.48 154.52c-23.178 23.253-55.239 37.641-90.66 37.641-13.411 0-26.339-2.062-38.487-5.887l0.907 0.246-80 34.96c-3.776 1.695-8.184 2.682-12.823 2.682-8.831 0-16.827-3.577-22.617-9.362l0 0c-4.155-4.155-6.726-9.895-6.726-16.236 0-3.33 0.709-6.494 1.984-9.35l-0.058 0.146 36.76-84.24c-4.323-12.307-6.82-26.497-6.82-41.269 0-23.498 6.318-45.521 17.348-64.462l-0.329 0.611zM828.92 190.040c-44.28-41.96-114.6-39.32-157.76 4l-100 100.4-19.56-19.52c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-36 36c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l-0-0 242.92 242.48c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l36-36c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0-19.52-19.56 101.48-101.92c20.266-20.268 32.8-48.266 32.8-79.192 0-32.044-13.457-60.945-35.028-81.359l-0.052-0.049z\",\"M896 269.2c-0.471-40.467-17.66-76.829-44.969-102.573l-0.071-0.067c-56-53.12-146.88-51.12-202.48 4.52l-77.28 77.72c-16.996-15.533-39.721-25.048-64.667-25.048-26.515 0-50.519 10.749-67.893 28.128l-36 36c-11.597 11.584-18.77 27.594-18.77 45.28s7.174 33.696 18.77 45.279l0.001 0.001 8 8.24-204 204c-29.036 28.816-47.010 68.744-47.010 112.869 0 13.901 1.784 27.386 5.135 40.237l-0.245-1.106-32 73.64c-2.947 6.497-4.664 14.088-4.664 22.081 0 15.153 6.173 28.864 16.141 38.756l0.003 0.003c11.53 11.638 27.517 18.843 45.186 18.843 9.284 0 18.104-1.989 26.056-5.565l-0.402 0.162 70.12-30.6c10.568 2.493 22.701 3.923 35.169 3.923 44.16 0 84.132-17.935 113.027-46.919l0.004-0.004 204-204 8.24 8.24c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l36-36c17.387-17.375 28.142-41.385 28.142-67.906 0-25.016-9.569-47.798-25.246-64.884l0.064 0.070 79-79.48c26.055-25.907 42.181-61.776 42.181-101.412 0-0.854-0.007-1.705-0.022-2.555l0.002 0.128zM388 772c-17.38 17.415-41.408 28.188-67.953 28.188-10.007 0-19.657-1.531-28.727-4.372l0.68 0.184c-2.819-0.901-6.062-1.42-9.427-1.42-4.62 0-9.011 0.979-12.977 2.741l0.204-0.081-72.4 31.6 30.6-71.2c1.687-3.769 2.67-8.168 2.67-12.797 0-3.651-0.611-7.159-1.738-10.428l0.067 0.225c-3.217-9.186-5.076-19.777-5.076-30.802 0-11.455 2.006-22.441 5.687-32.627l-0.211 0.669h258.6zM552 608h-271.72l176-176 135.76 136zM808.72 328l-101.48 102.080c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l-0-0 19.56 19.52c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-36 36-242.8-243.080 36-36c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l19.56 19.56c5.786 5.78 13.775 9.356 22.599 9.36l0.001 0c8.85-0.016 16.855-3.622 22.639-9.438l99.761-100.362c31.24-31.28 82-32.72 113.16-3.24 15.45 14.617 25.066 35.264 25.066 58.157 0 22.128-8.984 42.158-23.504 56.641l-0.002 0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"eyedropper-sample-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31201,\"id\":779,\"name\":\"eyedropper-sample-duotone\",\"prevSize\":16,\"code\":60583,\"codes\":[60583,60584]},\"setIdx\":5,\"setId\":5,\"iconIdx\":468},{\"icon\":{\"paths\":[\"M512 224c-320 0-448 288-448 288s128 288 448 288 448-288 448-288-128-288-448-288zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\",\"M989.24 499.040c-1.4-3.16-35.28-78.32-110.6-153.64-100.36-100.36-227.12-153.4-366.64-153.4s-266.28 53.040-366.64 153.4c-75.32 75.32-109.36 150.6-110.6 153.64-1.743 3.824-2.76 8.293-2.76 13s1.016 9.176 2.841 13.201l-0.082-0.201c1.4 3.16 35.28 78.28 110.6 153.6 100.36 100.32 227.12 153.36 366.64 153.36s266.28-53.040 366.64-153.36c75.32-75.32 109.2-150.44 110.6-153.6 1.743-3.824 2.76-8.293 2.76-13s-1.016-9.176-2.841-13.201l0.082 0.201zM512 768c-123.12 0-230.68-44.76-319.72-133-35.673-35.481-66.341-75.941-90.889-120.262l-1.391-2.738c25.931-47.062 56.6-87.522 92.255-122.975l0.025-0.025c89.040-88.24 196.6-133 319.72-133s230.68 44.76 319.72 133c35.751 35.478 66.484 75.939 91.090 120.27l1.39 2.73c-28.84 53.84-154.48 256-412.2 256zM512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"eye-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31202,\"id\":778,\"name\":\"eye-duotone\",\"prevSize\":16,\"code\":60585,\"codes\":[60585,60586]},\"setIdx\":5,\"setId\":5,\"iconIdx\":469},{\"icon\":{\"paths\":[\"M416 656c0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144v0c79.529 0 144 64.471 144 144v0zM752 512c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0z\",\"M800 160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c35.346 0 64 28.654 64 64v0 232.32c-30.178-25.031-69.306-40.219-111.98-40.219-80.072 0-147.655 53.472-168.989 126.655l-0.311 1.244h-141.44c-21.644-74.427-89.227-127.899-169.3-127.899-42.675 0-81.803 15.188-112.272 40.454l0.291-0.235v-232.32c0-35.346 28.654-64 64-64v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-70.692 0-128 57.308-128 128v0 368c0.191 97.058 78.915 175.665 176 175.665 91.45 0 166.61-69.748 175.185-158.951l0.056-0.714h129.52c8.63 89.916 83.79 159.665 175.24 159.665 97.084 0 175.809-78.607 176-175.647l0-0.018v-368c0-70.692-57.308-128-128-128v0zM272 768c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM752 768c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"eyeglasses-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31203,\"id\":777,\"name\":\"eyeglasses-duotone\",\"prevSize\":16,\"code\":60587,\"codes\":[60587,60588]},\"setIdx\":5,\"setId\":5,\"iconIdx\":470},{\"icon\":{\"paths\":[\"M512 224c-320 0-448 288-448 288s128 288 448 288 448-288 448-288-128-288-448-288zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 76.96 84.68c-145.28 89.16-207.76 226.6-210.52 232.84-1.743 3.824-2.76 8.293-2.76 13s1.016 9.176 2.841 13.201l-0.082-0.201c1.4 3.16 35.28 78.28 110.6 153.6 100.36 100.32 227.12 153.36 366.64 153.36 0.861 0.005 1.878 0.008 2.897 0.008 74.336 0 144.945-15.953 208.592-44.621l-3.209 1.293 88 96.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM405 441.84l166.68 183.4c-17.277 9.272-37.799 14.72-59.595 14.72-70.692 0-128-57.308-128-128 0-26.091 7.806-50.358 21.211-70.595l-0.296 0.475zM512 768c-123.12 0-230.68-44.76-319.72-133-35.688-35.473-66.358-75.934-90.892-120.265l-1.388-2.735c18.76-35.16 78.64-133.56 189.4-197.52l72 79c-25.356 32.234-40.666 73.41-40.666 118.161 0 106.039 85.961 192 192 192 38.352 0 74.078-11.245 104.060-30.617l-0.754 0.456 58.92 64.8c-47.614 18.817-102.77 29.727-160.473 29.727-0.875 0-1.748-0.003-2.622-0.008l0.135 0.001zM536 386.28c-14.911-2.921-26.007-15.885-26.007-31.44 0-17.677 14.33-32.007 32.007-32.007 2.122 0 4.196 0.207 6.203 0.601l-0.203-0.033c83.302 16.575 146.566 85.094 155.015 169.756l0.065 0.804c0.089 0.893 0.139 1.93 0.139 2.979 0 16.623-12.676 30.286-28.889 31.851l-0.13 0.010c-0.448 0.028-0.972 0.044-1.5 0.044s-1.052-0.016-1.571-0.048l0.071 0.003c-0.041 0-0.089 0-0.137 0-16.631 0-30.299-12.687-31.853-28.911l-0.010-0.129c-5.729-56.842-47.799-102.401-102.38-113.343l-0.82-0.137zM989.12 525.040c-1.68 3.76-42.2 93.48-133.44 175.2-5.687 5.268-13.326 8.499-21.719 8.499-17.673 0-32-14.327-32-32 0-9.637 4.26-18.28 11-24.146l0.039-0.033c44.079-39.715 81.137-86.133 109.816-137.841l1.384-2.719c-25.974-47.099-56.71-87.588-92.446-123.046l-0.034-0.034c-89.040-88.16-196.6-132.92-319.72-132.92-0.172-0-0.375-0-0.578-0-27.145 0-53.756 2.284-79.652 6.671l2.79-0.391c-1.675 0.311-3.603 0.489-5.573 0.489-17.673 0-32-14.327-32-32 0-15.912 11.614-29.112 26.828-31.584l0.184-0.025c26.251-4.556 56.481-7.16 87.32-7.16 0.239 0 0.479 0 0.718 0l-0.038-0c139.52 0 266.28 53.040 366.64 153.4 75.32 75.32 109.2 150.48 110.6 153.64 1.743 3.824 2.76 8.293 2.76 13s-1.016 9.176-2.841 13.201l0.082-0.201z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"eye-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31204,\"id\":776,\"name\":\"eye-slash-duotone\",\"prevSize\":16,\"code\":60589,\"codes\":[60589,60590]},\"setIdx\":5,\"setId\":5,\"iconIdx\":471},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM544 862.52v-254.52h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-96c0-35.346 28.654-64 64-64v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64c-70.692 0-128 57.308-128 128v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v254.52c-180.142-16.933-320-167.405-320-350.542 0-194.404 157.596-352 352-352s352 157.596 352 352c0 183.138-139.858 333.61-318.595 350.436l-1.405 0.107z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"facebook-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31205,\"id\":775,\"name\":\"facebook-logo-duotone\",\"prevSize\":16,\"code\":60591,\"codes\":[60591,60592]},\"setIdx\":5,\"setId\":5,\"iconIdx\":472},{\"icon\":{\"paths\":[\"M864 308.36v236.24c0 206.040-297.76 276.72-345.56 286.72-1.936 0.439-4.158 0.69-6.44 0.69s-4.504-0.251-6.642-0.728l0.202 0.038c-48-10-345.56-80.68-345.56-286.72v-236.24c-0-0-0-0.001-0-0.001 0-13.755 8.679-25.483 20.859-30.007l0.221-0.072 320-116.36c3.248-1.217 7.002-1.921 10.92-1.921s7.672 0.704 11.141 1.993l-0.221-0.072 320 116.36c12.401 4.596 21.080 16.324 21.080 30.079 0 0-0 0.001-0 0.001l-0-0z\",\"M704 416c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM672 512h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM1024 416v96c0 70.692-57.308 128-128 128v0h-20.52c-26.16 57.76-77.040 108.48-150.8 149.44-84 46.72-174.080 68-199.68 73.2-3.908 0.865-8.396 1.36-13 1.36s-9.092-0.495-13.415-1.436l0.415 0.076c-25.6-5.36-115.6-26.48-199.68-73.2-73.76-40.96-124.64-91.68-150.8-149.44h-20.52c-70.692 0-128-57.308-128-128v0-96c0-70.692 57.308-128 128-128v0h3.4c6.284-18.623 20.376-33.134 38.279-39.855l0.441-0.145 320-116.36c6.509-2.433 14.030-3.841 21.88-3.841s15.371 1.408 22.325 3.985l-0.445-0.144 320 116.36c18.344 6.865 32.436 21.377 38.587 39.549l0.133 0.451h3.4c70.692 0 128 57.308 128 128v0zM130.12 576c-1.33-9.416-2.1-20.309-2.12-31.377l-0-0.023v-192.6c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0zM832 544.6v-236.24l-320-116.36-320 116.36v236.24c0 183.040 287.36 248.52 320 255.4 32.64-6.88 320-72.36 320-255.4zM960 416c0-35.346-28.654-64-64-64v0 192.6c-0.020 11.091-0.79 21.984-2.261 32.652l0.141-1.252h2.12c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"face-mask-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31206,\"id\":774,\"name\":\"face-mask-duotone\",\"prevSize\":16,\"code\":60593,\"codes\":[60593,60594]},\"setIdx\":5,\"setId\":5,\"iconIdx\":473},{\"icon\":{\"paths\":[\"M864 544v320h-704v-512l256 192v-192l256 192z\",\"M464 704c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c17.673 0 32 14.327 32 32v0zM704 672h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 864c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-480c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 204.8 153.6v-128c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 154.96 116.2 46.24-323.64c4.714-31.176 31.255-54.818 63.345-54.96l0.015-0h72.48c32.105 0.142 58.646 23.784 63.316 54.604l0.044 0.356 60 420.52s0.32 3.12 0.32 4.52v288h64c0.024-0 0.052-0 0.080-0 17.673 0 32 14.327 32 32 0 0-0 0-0 0l0-0zM648.56 486.4l34.12 25.6h144.44l-54.88-384h-72.48zM192 832h640v-256h-160c-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-204.8-153.6v128c-0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-204.8-153.6z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"factory-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31207,\"id\":773,\"name\":\"factory-duotone\",\"prevSize\":16,\"code\":60595,\"codes\":[60595,60596]},\"setIdx\":5,\"setId\":5,\"iconIdx\":474},{\"icon\":{\"paths\":[\"M800 160v704h-576v-704z\",\"M544 480v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 768c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM896 640h-64v-480c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 640c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM320 512h-64v-352c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 352h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 320h-64v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"faders-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31208,\"id\":772,\"name\":\"faders-duotone\",\"prevSize\":16,\"code\":60597,\"codes\":[60597,60598]},\"setIdx\":5,\"setId\":5,\"iconIdx\":475},{\"icon\":{\"paths\":[\"M864 320v384h-704v-384z\",\"M128 320c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM864 672h-160v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 672h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 448c17.673 0 32-14.327 32-32v0-64h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"faders-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31209,\"id\":771,\"name\":\"faders-horizontal-duotone\",\"prevSize\":16,\"code\":60599,\"codes\":[60599,60600]},\"setIdx\":5,\"setId\":5,\"iconIdx\":476},{\"icon\":{\"paths\":[\"M546 601.8c1.157 8.241 1.817 17.761 1.817 27.435 0 114.875-93.125 208-208 208s-208-93.125-208-208c0-3.065 0.066-6.115 0.198-9.148l-0.015 0.432 287.64-82.16c11.847 40.534 48.679 69.64 92.31 69.64 0.018 0 0.035-0 0.053-0l-0.003 0c0.041 0 0.089 0 0.137 0 12.174 0 23.813-2.29 34.509-6.462l-0.647 0.222zM417.24 496.56v0c7.697-45.964 47.184-80.558 94.75-80.558 8.286 0 16.326 1.050 23.996 3.023l-0.666-0.145 72.68-290.2c-31.465-20.145-69.849-32.111-111.028-32.111-114.875 0-208 93.125-208 208 0 86.105 52.321 159.991 126.905 191.598l1.363 0.513zM804 422c-29.841-17.531-65.728-27.886-104.033-27.886-48.178 0-92.529 16.38-127.791 43.874l0.464-0.348c21.572 17.739 35.223 44.431 35.223 74.311 0 25.941-10.289 49.478-27.008 66.755l0.025-0.026 214.96 208c67.144-35.409 112.133-104.746 112.133-184.59 0-76.637-41.447-143.594-103.149-179.678l-0.984-0.532z\",\"M932 540c-28.319-103.29-121.36-177.934-231.836-177.934-46.906 0-90.669 13.456-127.64 36.719l0.996-0.585 65.56-261.76c0.607-2.331 0.956-5.006 0.956-7.764 0-11.27-5.826-21.18-14.631-26.881l-0.125-0.076c-36.313-23.256-80.613-37.071-128.139-37.071-132.548 0-240 107.452-240 240 0 90.63 50.235 169.526 124.379 210.364l1.24 0.626-259.48 74.12c-13.041 3.801-22.528 15.347-23.197 29.207l-0.003 0.073c-0.155 3.226-0.243 7.006-0.243 10.807 0 110.472 74.639 203.51 176.239 231.438l1.685 0.395c18.732 5.232 40.248 8.252 62.464 8.28l0.016 0c132.429-0.362 239.644-107.8 239.644-240.279 0-2.715-0.045-5.419-0.134-8.113l0.010 0.392 193.92 187.68c5.751 5.569 13.6 9.002 22.251 9.002 5.39 0 10.468-1.332 14.924-3.686l-0.174 0.084c77.521-40.842 129.469-120.871 129.469-213.032 0-22.052-2.974-43.409-8.543-63.692l0.394 1.684zM448 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM320 304c-0-0.018-0-0.039-0-0.060 0-97.202 78.798-176 176-176 27.241 0 53.037 6.189 76.058 17.237l-1.057-0.457-59.92 239.28c-48.045 0.372-89.749 27.156-111.346 66.535l-0.334 0.665c-48.104-31.798-79.4-85.642-79.4-146.797 0-0.142 0-0.284 0.001-0.425l-0 0.022zM428 782.28c-25.256 14.843-55.63 23.61-88.052 23.61-92.038 0-167.576-70.648-175.342-160.673l-0.046-0.657 237.24-67.76c22.616 38.028 63.469 63.13 110.19 63.2l0.010 0h3.64c-3.464 60.845-37.469 113.044-86.807 141.831l-0.833 0.449zM852.68 690.28c-13.274 22.755-30.714 41.651-51.437 56.186l-0.563 0.374-177.28-171.56c10.513-18.147 16.718-39.925 16.718-63.152 0-24.853-7.103-48.047-19.39-67.662l0.312 0.534c23.087-11.905 50.386-18.885 79.315-18.885 97.202 0 176 78.798 176 176 0 32.468-8.792 62.882-24.124 88.992l0.449-0.827z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fan-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31210,\"id\":770,\"name\":\"fan-duotone\",\"prevSize\":16,\"code\":60601,\"codes\":[60601,60602]},\"setIdx\":5,\"setId\":5,\"iconIdx\":477},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM320 640v-256l192 128zM576 640v-256l192 128z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM529.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM352 580.2v-136.2l102.32 68zM785.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM608 580.2v-136.2l102.32 68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fast-forward-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31211,\"id\":769,\"name\":\"fast-forward-circle-duotone\",\"prevSize\":16,\"code\":60603,\"codes\":[60603,60604]},\"setIdx\":5,\"setId\":5,\"iconIdx\":478},{\"icon\":{\"paths\":[\"M544 512c0 0.024 0 0.053 0 0.081 0 11.018-5.741 20.695-14.394 26.204l-0.126 0.075-352.76 224.6c-4.829 3.14-10.737 5.007-17.081 5.007-17.378 0-31.484-14.010-31.639-31.352l-0-0.015v-449.2c0.155-17.356 14.261-31.367 31.639-31.367 6.344 0 12.252 1.867 17.204 5.082l-0.123-0.075 352.76 224.6c8.779 5.583 14.52 15.261 14.52 26.279 0 0.029-0 0.057-0 0.086l0-0.004zM945.48 485.64l-352.76-224.6c-4.829-3.14-10.737-5.007-17.081-5.007-17.378 0-31.484 14.010-31.639 31.352l-0 0.015v449.2c0.155 17.356 14.261 31.367 31.639 31.367 6.344 0 12.252-1.867 17.204-5.082l-0.123 0.075 352.76-224.6c8.776-5.621 14.509-15.321 14.509-26.36s-5.733-20.739-14.384-26.285l-0.125-0.075z\",\"M962.68 458.64l-352.76-224.64c-9.697-6.285-21.552-10.022-34.281-10.022-35.057 0-63.493 28.346-63.639 63.368l-0 0.014v149.2l-318.080-202.56c-9.697-6.285-21.552-10.022-34.281-10.022-35.057 0-63.493 28.346-63.639 63.368l-0 0.014v449.28c0.188 35.027 28.626 63.349 63.679 63.349 12.711 0 24.552-3.724 34.491-10.141l-0.251 0.151 318.080-202.56v149.2c0.188 35.027 28.626 63.349 63.679 63.349 12.711 0 24.552-3.724 34.491-10.141l-0.251 0.151 352.76-224.64c17.745-11.391 29.333-31.022 29.333-53.36s-11.589-41.969-29.082-53.209l-0.251-0.151zM160 735.76v-447.48l351.28 223.72zM576 735.76v-447.48l351.28 223.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fast-forward-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31212,\"id\":768,\"name\":\"fast-forward-duotone\",\"prevSize\":16,\"code\":60605,\"codes\":[60605,60606]},\"setIdx\":5,\"setId\":5,\"iconIdx\":479},{\"icon\":{\"paths\":[\"M863.2 478.4l-277.040 280.24c-5.786 5.78-13.775 9.356-22.599 9.36l-306.761 0v-306.76c0.004-8.825 3.58-16.814 9.36-22.6l-0 0 182.64-180.56v317.92l96-96z\",\"M885.12 139c-46.323-46.303-110.307-74.941-180.98-74.941s-134.657 28.638-180.981 74.942l0.001-0.001-280.4 277c-11.588 11.522-18.76 27.475-18.76 45.104 0 0.048 0 0.096 0 0.144l-0-0.007v293.52l-118.64 118.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l118.64-118.64h293.52c0.031 0 0.067 0 0.103 0 17.619 0 33.567-7.155 45.096-18.719l0.002-0.002 276.92-280c46.459-46.349 75.201-110.438 75.201-181.24 0-70.703-28.662-134.711-75.001-181.040l-0-0zM568.28 184.24c34.748-34.763 82.76-56.265 135.794-56.265 106.039 0 192 85.961 192 192 0 49.273-18.561 94.211-49.072 128.204l0.158-0.179h-225.84l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-233.44 233.4v-227.28zM288 461.4l128-126.68v228l-128 128zM562.8 736h-229.52l224-224h226.96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"feather-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31213,\"id\":767,\"name\":\"feather-duotone\",\"prevSize\":16,\"code\":60607,\"codes\":[60607,60608]},\"setIdx\":5,\"setId\":5,\"iconIdx\":480},{\"icon\":{\"paths\":[\"M768 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM352 384h160v-256h-160c-70.692 0-128 57.308-128 128s57.308 128 128 128v0zM224 784c0 79.529 64.471 144 144 144s144-64.471 144-144v0-144h-144c-79.529 0-144 64.471-144 144v0z\",\"M736 384c39.036-29.5 64-75.835 64-128 0-88.366-71.634-160-160-160v0h-288c-88.366 0-160 71.634-160 160 0 52.165 24.964 98.5 63.598 127.708l0.402 0.292c-39.063 29.499-64.047 75.849-64.047 128.035 0 54.557 27.306 102.736 68.997 131.617l0.531 0.348c-42.406 32.476-69.48 83.129-69.48 140.105 0 97.202 78.798 176 176 176s176-78.798 176-176c0-0.037-0-0.074-0-0.111l0 0.006v-144c26.407 19.978 59.8 32 96 32 88.366 0 160-71.634 160-160 0-52.165-24.964-98.5-63.598-127.708l-0.402-0.292zM736 256c0 53.019-42.981 96-96 96v0h-96v-192h96c53.019 0 96 42.981 96 96v0zM256 256c0-53.019 42.981-96 96-96v0h128v192h-128c-53.019 0-96-42.981-96-96v0zM352 608c-53.019 0-96-42.981-96-96s42.981-96 96-96v0h128v192h-128zM480 784c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0h112zM640 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"figma-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31214,\"id\":766,\"name\":\"figma-logo-duotone\",\"prevSize\":16,\"code\":60609,\"codes\":[60609,60610]},\"setIdx\":5,\"setId\":5,\"iconIdx\":481},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-352v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-160v-704h352v192c0 17.673 14.327 32 32 32v0h192v480z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-archive-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31215,\"id\":765,\"name\":\"file-archive-duotone\",\"prevSize\":16,\"code\":60611,\"codes\":[60611,60612]},\"setIdx\":5,\"setId\":5,\"iconIdx\":482},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM630.64 617.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-178.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 178.76l41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-arrow-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31216,\"id\":764,\"name\":\"file-arrow-down-duotone\",\"prevSize\":16,\"code\":60613,\"codes\":[60613,60614]},\"setIdx\":5,\"setId\":5,\"iconIdx\":483},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM630.64 553.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4v178.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-arrow-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31217,\"id\":763,\"name\":\"file-arrow-up-duotone\",\"prevSize\":16,\"code\":60615,\"codes\":[60615,60616]},\"setIdx\":5,\"setId\":5,\"iconIdx\":484},{\"icon\":{\"paths\":[\"M288 640l96-96v352l-96-96h-96v-160zM608 128v224h224z\",\"M396.24 514.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-86.6 86.64h-82.76c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h82.76l86.6 86.64c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-352c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM352 818.76l-41.36-41.4c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-63.999-0v-96h64c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 41.36-41.4zM608 720c-0.071 59.2-31.846 110.963-79.256 139.229l-0.744 0.411c-4.157 2.115-9.065 3.354-14.263 3.354-17.673 0-32-14.327-32-32 0-11.063 5.614-20.815 14.148-26.562l0.114-0.072c29.029-17.357 48.165-48.624 48.165-84.36s-19.135-67.003-47.719-84.113l-0.446-0.247c-8.649-5.82-14.263-15.571-14.263-26.634 0-17.673 14.327-32 32-32 5.198 0 10.106 1.239 14.445 3.438l-0.182-0.084c48.154 28.677 79.929 80.44 80 139.63l0 0.010zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320h352v192c0 17.673 14.327 32 32 32v0h192v480h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-audio-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31218,\"id\":762,\"name\":\"file-audio-duotone\",\"prevSize\":16,\"code\":60617,\"codes\":[60617,60618]},\"setIdx\":5,\"setId\":5,\"iconIdx\":485},{\"icon\":{\"paths\":[\"M832 352h-224v-224zM432 544c-0.009-0-0.021-0-0.032-0-80.109 0-147.717 53.521-169.018 126.756l-0.31 1.244h-22.64c-61.856 0-112 50.144-112 112s50.144 112 112 112v0h192c97.202 0 176-78.798 176-176s-78.798-176-176-176v0z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM432 512c-86.003 0-159.816 52.197-191.486 126.639l-0.514 1.361c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h192c114.875 0 208-93.125 208-208s-93.125-208-208-208v0zM432 864h-192c-0.039 0-0.084 0-0.13 0-44.183 0-80-35.817-80-80 0-38.838 27.676-71.212 64.382-78.476l0.508-0.084c-0.005 0.214-0.008 0.467-0.008 0.72 0 17.678 14.331 32.008 32.008 32.008 17.424 0 31.597-13.923 31.999-31.251l0.001-0.037c0.845-9.101 2.342-17.392 4.481-25.422l-0.241 1.062c0.394-1.089 0.767-2.43 1.047-3.806l0.033-0.194c18.403-59.804 73.161-102.52 137.896-102.52 79.529 0 144 64.471 144 144 0 79.521-64.458 143.987-143.975 144l-0.001 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-cloud-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31219,\"id\":761,\"name\":\"file-cloud-duotone\",\"prevSize\":16,\"code\":60619,\"codes\":[60619,60620]},\"setIdx\":5,\"setId\":5,\"iconIdx\":486},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M726.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM438.64 489.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36 73.4-73.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM864 352v512c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM640 320h114.76l-114.76-114.76zM800 864v-480h-192c-17.673 0-32-14.327-32-32v0-192h-352v704h576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-code-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31220,\"id\":760,\"name\":\"file-code-duotone\",\"prevSize\":16,\"code\":60621,\"codes\":[60621,60622]},\"setIdx\":5,\"setId\":5,\"iconIdx\":487},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M192 720c0 44 28.72 80 64 80 16.219-0.354 30.712-7.454 40.838-18.594l0.042-0.046c5.883-6.541 14.375-10.636 23.824-10.636 17.673 0 32 14.327 32 32 0 8.961-3.683 17.061-9.618 22.87l-0.006 0.006c-21.779 23.436-52.687 38.131-87.031 38.4l-0.049 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.393 0.269 65.301 14.964 87.011 38.325l0.069 0.075c5.941 5.815 9.624 13.915 9.624 22.876 0 17.673-14.327 32-32 32-9.448 0-17.94-4.095-23.798-10.607l-0.026-0.029c-10.178-11.172-24.665-18.265-40.814-18.639l-0.066-0.001c-35.28 0-64 36-64 80zM510.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5.040-3.24-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.4-6.92 79.32-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.48-2.2-84-20.88-131.32 11.040-19.802 13.406-33.332 34.793-35.969 59.439l-0.031 0.361c-8 63.52 54.56 81.64 92 92.44 48.28 13.96 52.52 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.44-2.462-0.679-5.288-1.070-8.206-1.070-17.673 0-32 14.327-32 32 0 14.468 9.601 26.693 22.779 30.651l0.227 0.058c18.185 4.963 39.085 7.874 60.645 8l0.075 0c23.32 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c9-69.12-57.080-88.44-96.6-99.88zM766.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.24-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.28-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.44-2.2-84-20.88-131.32 11.040-19.712 13.453-33.164 34.829-35.769 59.441l-0.031 0.359c-8 63.52 54.6 81.64 92 92.44 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.6 15.72-18.4 12.24-60.64 6.24-78.16 1.44-2.578-0.746-5.539-1.175-8.6-1.175-17.704 0-32.055 14.352-32.055 32.055 0 14.642 9.817 26.992 23.229 30.825l0.226 0.055c18.197 4.962 39.111 7.873 60.685 8l0.075 0c23.28 0 49.2-4 69.96-17.84 20.241-13.601 34.063-35.416 36.69-60.561l0.030-0.359c8.84-69.24-57.24-88.56-96.8-100zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.72l-114.72-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-css-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31221,\"id\":759,\"name\":\"file-css-duotone\",\"prevSize\":16,\"code\":60623,\"codes\":[60623,60624]},\"setIdx\":5,\"setId\":5,\"iconIdx\":488},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M192 720c0 44 28.72 80 64 80 16.215-0.375 30.702-7.468 40.839-18.595l0.041-0.045c5.811-5.915 13.894-9.581 22.834-9.581 17.673 0 32 14.327 32 32 0 8.442-3.269 16.121-8.611 21.839l0.017-0.018c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.402 0.287 65.317 14.978 87.053 38.327l0.067 0.073c5.325 5.7 8.594 13.379 8.594 21.821 0 17.673-14.327 32-32 32-8.94 0-17.023-3.666-22.829-9.576l-0.005-0.005c-10.178-11.172-24.665-18.265-40.814-18.639l-0.066-0.001c-35.28 0-64 36-64 80zM510.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.24-4.92-4-4.48-7.6 0.151-6.092 3.259-11.426 7.938-14.64l0.062-0.040c18.4-12.48 61.36-6.92 79.32-2.24 2.484 0.691 5.335 1.088 8.28 1.088 17.7 0 32.048-14.348 32.048-32.048 0-14.755-9.971-27.181-23.543-30.907l-0.225-0.053c-8.48-2.2-84-20.88-131.36 11.040-19.79 13.417-33.315 34.798-35.968 59.437l-0.032 0.363c-8 63.52 54.6 81.64 92 92.44 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.44-2.584-0.749-5.551-1.181-8.62-1.181-17.707 0-32.061 14.354-32.061 32.061 0 14.638 9.81 26.985 23.214 30.825l0.226 0.055c18.197 4.962 39.111 7.873 60.685 8l0.075 0c23.28 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c8.76-69.24-57.28-88.56-96.84-100zM842.76 577.88c-3.21-1.186-6.918-1.873-10.786-1.873-13.812 0-25.58 8.751-30.063 21.010l-0.071 0.222-49.84 139.6-49.88-139.6c-4.552-12.488-16.324-21.243-30.14-21.243-17.675 0-32.003 14.328-32.003 32.003 0 3.858 0.683 7.557 1.934 10.982l-0.071-0.222 80 224c4.549 12.491 16.322 21.249 30.14 21.249s25.591-8.758 30.069-21.027l0.071-0.222 80-224c1.178-3.2 1.86-6.896 1.86-10.75 0-13.807-8.745-25.572-20.998-30.058l-0.222-0.071zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-csv-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31222,\"id\":758,\"name\":\"file-csv-duotone\",\"prevSize\":16,\"code\":60625,\"codes\":[60625,60626]},\"setIdx\":5,\"setId\":5,\"iconIdx\":489},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M320 896c0 17.673-14.327 32-32 32v0h-64c-35.346 0-64-28.654-64-64v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h64c17.673 0 32 14.327 32 32v0zM864 352v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-192c-17.673 0-32-14.327-32-32v0-192h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM640 320h114.76l-114.76-114.76zM320 96h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 672c-17.673 0-32 14.327-32 32v0 160h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-160c0-17.673-14.327-32-32-32v0zM192 608c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM608 864h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-dashed-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31223,\"id\":757,\"name\":\"file-dashed-duotone\",\"prevSize\":16,\"code\":60627,\"codes\":[60627,60628]},\"setIdx\":5,\"setId\":5,\"iconIdx\":490},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M208 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h64c79.529 0 144-64.471 144-144s-64.471-144-144-144v0zM208 800h-32v-160h32c44.183 0 80 35.817 80 80s-35.817 80-80 80v0zM886.12 780.36c6.091 5.836 9.876 14.036 9.876 23.12 0 8.587-3.382 16.384-8.887 22.131l0.011-0.012c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.402 0.287 65.317 14.978 87.053 38.327l0.067 0.073c5.325 5.7 8.594 13.379 8.594 21.821 0 17.673-14.327 32-32 32-8.94 0-17.023-3.666-22.829-9.576l-0.005-0.005c-10.178-11.172-24.665-18.265-40.814-18.639l-0.066-0.001c-35.28 0-64 36-64 80s28.72 80 64 80c16.221-0.344 30.717-7.446 40.838-18.593l0.042-0.047c5.836-6.091 14.036-9.876 23.12-9.876 8.587 0 16.384 3.382 22.131 8.887l-0.012-0.011zM512 576c-70.56 0-128 64.6-128 144s57.44 144 128 144 128-64.6 128-144-57.44-144-128-144zM512 800c-35.28 0-64-36-64-80s28.72-80 64-80 64 36 64 80-28.72 80-64 80zM192 480c17.673 0 32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-doc-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31224,\"id\":756,\"name\":\"file-doc-duotone\",\"prevSize\":16,\"code\":60629,\"codes\":[60629,60630]},\"setIdx\":5,\"setId\":5,\"iconIdx\":491},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31225,\"id\":755,\"name\":\"file-duotone\",\"prevSize\":16,\"code\":60631,\"codes\":[60631,60632]},\"setIdx\":5,\"setId\":5,\"iconIdx\":492},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M512 608c0 17.673-14.327 32-32 32v0h-32v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM256 576c-17.673 0-32 14.327-32 32v0 80h-64v-80c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-80h64v80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM960 800h-48v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h80c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM776.56 577.16c-2.567-0.741-5.517-1.168-8.565-1.168-11.589 0-21.74 6.161-27.355 15.386l-0.080 0.141-68.56 114.28-68.56-114.28c-5.694-9.372-15.847-15.537-27.44-15.537-17.673 0-32 14.327-32 32 0 0.006 0 0.012 0 0.017l-0-0.001v224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-108.48l36.56 60.96c5.694 9.372 15.847 15.537 27.44 15.537s21.746-6.165 27.36-15.395l0.080-0.142 36.56-60.96v108.48c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-0.002 0-0.004 0-0.006 0-14.626-9.813-26.961-23.214-30.779l-0.226-0.055zM832 480c-17.673 0-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32v0zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-html-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31226,\"id\":754,\"name\":\"file-html-duotone\",\"prevSize\":16,\"code\":60633,\"codes\":[60633,60634]},\"setIdx\":5,\"setId\":5,\"iconIdx\":493},{\"icon\":{\"paths\":[\"M416 608l192 288h-512l144-224 65.44 101.8zM608 128v224h224z\",\"M442.64 590.24c-5.819-8.654-15.573-14.271-26.64-14.271s-20.821 5.618-26.567 14.157l-0.073 0.114-83.4 125.16-39.040-60.72c-5.782-8.898-15.674-14.699-26.92-14.699s-21.138 5.802-26.844 14.575l-0.076 0.124-144 224c-3.193 4.894-5.092 10.885-5.092 17.32 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l511.999 0c0.006 0 0.013 0 0.021 0 17.673 0 32-14.327 32-32 0-6.62-2.010-12.77-5.453-17.874l0.072 0.114zM154.6 864l85.4-132.84 38.52 60c5.743 8.825 15.528 14.598 26.668 14.68l0.012 0c0.103 0.001 0.225 0.002 0.347 0.002 11.014 0 20.714-5.628 26.381-14.165l0.073-0.117 84-125.88 132.2 198.32zM854.6 329.36l-224-224c-5.786-5.78-13.775-9.356-22.599-9.36l-384.001-0c-35.346 0-64 28.654-64 64v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384h352v192c0 17.673 14.327 32 32 32v0h192v480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-image-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31227,\"id\":753,\"name\":\"file-image-duotone\",\"prevSize\":16,\"code\":60635,\"codes\":[60635,60636]},\"setIdx\":5,\"setId\":5,\"iconIdx\":494},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M480 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM480 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM864 736v67.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c24.635 0.080 47.467 7.727 66.313 20.737l-0.393-0.257c8.529 5.847 14.052 15.538 14.052 26.52 0 17.702-14.35 32.052-32.052 32.052-6.72 0-12.957-2.068-18.109-5.602l0.109 0.071c-8.345-5.893-18.711-9.446-29.902-9.52l-0.018-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.077-0.144 23.182-4.193 32.139-10.94l-0.139 0.1v-21.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM320 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 320v-114.76l114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-jpg-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31228,\"id\":752,\"name\":\"file-jpg-duotone\",\"prevSize\":16,\"code\":60637,\"codes\":[60637,60638]},\"setIdx\":5,\"setId\":5,\"iconIdx\":495},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.57-0.14-42.399-3.050-62.231-8.392l1.711 0.392c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.8 60 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM320 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-js-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31229,\"id\":751,\"name\":\"file-js-duotone\",\"prevSize\":16,\"code\":60639,\"codes\":[60639,60640]},\"setIdx\":5,\"setId\":5,\"iconIdx\":496},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.559-0.107-42.391-3.020-62.213-8.391l1.693 0.391c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.84 60 10.84 78.2-1.4 3.52-2.4 7.32-6.080 8.56-15.72 1.36-10.68-2.88-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.48 2.697-24.986 16.219-46.351 35.712-59.576l0.288-0.184c47.4-32 122.88-13.24 131.36-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.32 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.12 11.28 105.16 30.6 96.4 99.84zM288 576c-17.673 0-32 14.327-32 32v0 152c0 22.091-17.909 40-40 40s-40-17.909-40-40v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 57.438 46.562 104 104 104s104-46.562 104-104v0-152c0-17.673-14.327-32-32-32v0zM850.6 581.96c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-53.96 75.56-53.96-75.56c-5.912-7.481-14.985-12.238-25.169-12.238-17.673 0-32 14.327-32 32 0 6.484 1.929 12.518 5.244 17.559l-0.075-0.121 66.64 93.4-66.72 93.4c-3.24 4.92-5.169 10.954-5.169 17.438 0 17.673 14.327 32 32 32 10.184 0 19.257-4.757 25.118-12.171l0.051-0.067 54.040-75.56 53.96 75.56c5.912 7.481 14.985 12.238 25.169 12.238 17.673 0 32-14.327 32-32 0-6.484-1.929-12.518-5.244-17.559l0.075 0.121-66.64-93.4 66.72-93.4c3.727-5.165 5.961-11.621 5.961-18.6 0-10.695-5.247-20.164-13.306-25.975l-0.095-0.065zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-jsx-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31230,\"id\":750,\"name\":\"file-jsx-duotone\",\"prevSize\":16,\"code\":60641,\"codes\":[60641,60642]},\"setIdx\":5,\"setId\":5,\"iconIdx\":497},{\"icon\":{\"paths\":[\"M192 736h288v160h-288zM608 128v224h224z\",\"M480 704h-32v-16c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 16h-32c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM288 688c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h-96zM448 864h-224v-96h224zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-lock-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31231,\"id\":749,\"name\":\"file-lock-duotone\",\"prevSize\":16,\"code\":60643,\"codes\":[60643,60644]},\"setIdx\":5,\"setId\":5,\"iconIdx\":498},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM617.84 668.6c13.901-21.776 22.156-48.326 22.156-76.804 0-79.639-64.561-144.2-144.2-144.2s-144.2 64.561-144.2 144.2c0 79.639 64.561 144.2 144.2 144.2 28.478 0 55.028-8.255 77.387-22.503l-0.583 0.347 44.76 44.8c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM416 592c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-magnifying-glass-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31232,\"id\":748,\"name\":\"file-magnifying-glass-duotone\",\"prevSize\":16,\"code\":60645,\"codes\":[60645,60646]},\"setIdx\":5,\"setId\":5,\"iconIdx\":499},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM640 608c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-minus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31233,\"id\":747,\"name\":\"file-minus-duotone\",\"prevSize\":16,\"code\":60647,\"codes\":[60647,60648]},\"setIdx\":5,\"setId\":5,\"iconIdx\":500},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M896 608c0 17.673-14.327 32-32 32v0h-96v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM368 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM304 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM656 720c0 79.529-64.471 144-144 144v0h-64c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c79.529 0 144 64.471 144 144v0zM592 720c0-44.183-35.817-80-80-80v0h-32v160h32c44.183 0 80-35.817 80-80v0zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.76l-114.76-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-pdf-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31234,\"id\":746,\"name\":\"file-pdf-duotone\",\"prevSize\":16,\"code\":60649,\"codes\":[60649,60650]},\"setIdx\":5,\"setId\":5,\"iconIdx\":501},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM640 608c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31235,\"id\":745,\"name\":\"file-plus-duotone\",\"prevSize\":16,\"code\":60651,\"codes\":[60651,60652]},\"setIdx\":5,\"setId\":5,\"iconIdx\":502},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M240 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM240 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM896 803.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c24.628 0.086 47.458 7.716 66.317 20.699l-0.397-0.259c8.539 5.849 14.068 15.549 14.068 26.54 0 17.711-14.357 32.068-32.068 32.068-6.719 0-12.956-2.067-18.109-5.599l0.109 0.071c-8.345-5.893-18.711-9.446-29.902-9.52l-0.018-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.084-0.139 23.192-4.205 32.136-10.979l-0.136 0.099v-21.12c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM624 608v224c0 0.001 0 0.003 0 0.005 0 14.186-9.231 26.216-22.014 30.411l-0.226 0.064c-2.894 0.964-6.227 1.52-9.689 1.52-0.025 0-0.050-0-0.075-0l0.004 0c-0 0-0.001 0-0.001 0-10.694 0-20.164-5.246-25.974-13.305l-0.065-0.095-101.96-142.6v124c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c-0-0-0-0.001-0-0.001 0-17.673 14.327-32 32-32 10.695 0 20.165 5.247 25.975 13.307l0.065 0.095 101.96 142.6v-124c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM192 480c17.673 0 32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-png-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31236,\"id\":744,\"name\":\"file-png-duotone\",\"prevSize\":16,\"code\":60653,\"codes\":[60653,60654]},\"setIdx\":5,\"setId\":5,\"iconIdx\":503},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M896 608c0 17.673-14.327 32-32 32v0h-48v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-48c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM368 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM304 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM640 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM576 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.76l-114.76-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-ppt-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31237,\"id\":743,\"name\":\"file-ppt-duotone\",\"prevSize\":16,\"code\":60655,\"codes\":[60655,60656]},\"setIdx\":5,\"setId\":5,\"iconIdx\":504},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM256 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c8.121-0.011 16.034-0.87 23.666-2.493l-0.746 0.133 29.44 50.36c5.82 8.649 15.571 14.263 26.634 14.263 17.673 0 32-14.327 32-32 0-5.198-1.239-10.106-3.438-14.445l0.084 0.182-28.44-48.88c20.223-20.26 32.728-48.23 32.728-79.12 0-61.831-50.103-111.959-111.924-112l-0.004-0zM224 736v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM623.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.57-0.14-42.399-3.050-62.231-8.392l1.711 0.392c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.8 59.8 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-rs-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31238,\"id\":742,\"name\":\"file-rs-duotone\",\"prevSize\":16,\"code\":60657,\"codes\":[60657,60658]},\"setIdx\":5,\"setId\":5,\"iconIdx\":505},{\"icon\":{\"paths\":[\"M832 288v448c0 17.673-14.327 32-32 32v0h-96v-352l-160-160h-224v-96c0-17.673 14.327-32 32-32v0h320z\",\"M854.64 265.36l-160-160c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-319.999-0c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM672 864h-448v-576h306.76l141.24 141.24v338.12c0 0.24 0 0.44 0 0.64s0 0.4 0 0.64v95.36zM800 736h-64v-320c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-160-160c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-191.999-0v-64h306.76l141.24 141.24zM576 608c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM576 736c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"files-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31239,\"id\":741,\"name\":\"files-duotone\",\"prevSize\":16,\"code\":60659,\"codes\":[60659,60660]},\"setIdx\":5,\"setId\":5,\"iconIdx\":506},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M192 480c17.673 0 32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM640 205.24l114.76 114.76h-114.76zM912 832c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h80c17.673 0 32 14.327 32 32v0zM367.28 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.52 17.84-69.96 17.84-21.576-0.117-42.422-3.029-62.26-8.391l1.7 0.391c-13.405-4.017-23.006-16.242-23.006-30.71 0-17.673 14.327-32 32-32 2.918 0 5.744 0.39 8.43 1.122l-0.224-0.052c17.52 4.8 59.8 10.8 78.2-1.44 3.56-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.668-25.007 16.198-46.394 35.711-59.615l0.289-0.185c47.36-32 122.88-13.24 131.32-11.040 13.84 3.736 23.857 16.178 23.857 30.96 0 17.683-14.335 32.017-32.017 32.017-2.901 0-5.712-0.386-8.384-1.109l0.224 0.052c-17.96-4.68-60.88-10.24-79.28 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.32 4.48 7.6 9.24 5.96 25.76 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM651.28 798.16c13.029-22.318 20.721-49.131 20.721-77.742 0-0.147-0-0.294-0.001-0.441l0 0.023c0-79.4-57.4-144-128-144s-128 64.6-128 144 57.4 144 128 144c23.679-0.087 45.677-7.212 64.032-19.389l-0.432 0.269 9.76 9.76c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-0-0zM544 800c-35.28 0-64-36-64-80s28.72-80 64-80 64 36 64 80c0 0.015 0 0.032 0 0.049 0 10.718-1.727 21.032-4.918 30.68l0.198-0.69-4.68-4.68c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l0 0 6.72 6.68c-4.791 1.661-10.315 2.639-16.061 2.68l-0.019 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-sql-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31240,\"id\":740,\"name\":\"file-sql-duotone\",\"prevSize\":16,\"code\":60661,\"codes\":[60661,60662]},\"setIdx\":5,\"setId\":5,\"iconIdx\":507},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM351.28 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.52 17.84-69.96 17.84-21.584-0.14-42.427-3.051-62.273-8.393l1.713 0.393c-13.405-4.017-23.006-16.242-23.006-30.71 0-17.673 14.327-32 32-32 2.918 0 5.744 0.39 8.43 1.122l-0.224-0.052c17.52 4.8 59.8 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.668-25.007 16.198-46.394 35.711-59.615l0.289-0.185c47.36-32 122.88-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.92-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.44 3.6-0.56 4.36 4.48 7.6 9.24 5.96 25.76 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM606.16 618.76l-80 224c-4.549 12.491-16.322 21.249-30.14 21.249s-25.591-8.758-30.069-21.027l-0.071-0.222-80-224c-1.403-3.469-2.218-7.492-2.218-11.705 0-17.673 14.327-32 32-32 14.166 0 26.182 9.205 30.393 21.959l0.065 0.226 49.88 139.6 49.84-139.6c4.552-12.488 16.324-21.243 30.14-21.243 17.675 0 32.003 14.328 32.003 32.003 0 3.858-0.683 7.557-1.934 10.982l0.071-0.222zM864 736v67.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c24.635 0.080 47.467 7.727 66.313 20.737l-0.393-0.257c8.304 5.861 13.662 15.417 13.662 26.224 0 17.673-14.327 32-32 32-6.494 0-12.536-1.934-17.582-5.259l0.12 0.074c-8.404-5.917-18.842-9.473-30.108-9.52l-0.012-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.086-0.068 23.209-4.132 32.13-10.935l-0.13 0.095v-21.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-svg-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31241,\"id\":739,\"name\":\"file-svg-duotone\",\"prevSize\":16,\"code\":60663,\"codes\":[60663,60664]},\"setIdx\":5,\"setId\":5,\"iconIdx\":508},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM672 544c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM672 672c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-text-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31242,\"id\":738,\"name\":\"file-text-duotone\",\"prevSize\":16,\"code\":60665,\"codes\":[60665,60666]},\"setIdx\":5,\"setId\":5,\"iconIdx\":509},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.57-0.14-42.399-3.050-62.231-8.392l1.711 0.392c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.8 60 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM352 608c0 17.673-14.327 32-32 32v0h-48v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-48c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-ts-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31243,\"id\":737,\"name\":\"file-ts-duotone\",\"prevSize\":16,\"code\":60667,\"codes\":[60667,60668]},\"setIdx\":5,\"setId\":5,\"iconIdx\":510},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M858.040 626.6l-66.72 93.4 66.72 93.4c3.24 4.92 5.169 10.954 5.169 17.438 0 17.673-14.327 32-32 32-10.184 0-19.257-4.757-25.118-12.171l-0.051-0.067-54.040-75.56-53.96 75.56c-5.795 8.819-15.642 14.562-26.831 14.562-17.673 0-32-14.327-32-32 0-7.489 2.573-14.377 6.882-19.829l-0.051 0.067 66.64-93.4-66.72-93.4c-3.24-4.92-5.169-10.954-5.169-17.438 0-17.673 14.327-32 32-32 10.184 0 19.257 4.757 25.118 12.171l0.051 0.067 54.040 75.56 53.96-75.56c5.912-7.481 14.985-12.238 25.169-12.238 17.673 0 32 14.327 32 32 0 6.484-1.929 12.518-5.244 17.559l0.075-0.121zM494.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.28-4.92-4-4.44-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.32-2.24 2.478 0.688 5.323 1.083 8.26 1.083 17.697 0 32.043-14.346 32.043-32.043 0-14.759-9.979-27.188-23.558-30.908l-0.225-0.052c-8.48-2.2-84-20.88-131.36 11.040-19.781 13.409-33.303 34.774-35.968 59.395l-0.032 0.365c-8 63.56 54.6 81.68 92 92.48 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.32-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.4-2.548-0.729-5.475-1.148-8.5-1.148-17.699 0-32.048 14.348-32.048 32.048 0 14.675 9.863 27.046 23.322 30.846l0.226 0.054c18.193 4.998 39.097 7.911 60.668 8l0.052 0c23.28 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c8.56-69.24-57.48-88.56-97.040-100zM320 576h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h48v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-tsx-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31244,\"id\":736,\"name\":\"file-tsx-duotone\",\"prevSize\":16,\"code\":60669,\"codes\":[60669,60670]},\"setIdx\":5,\"setId\":5,\"iconIdx\":511},{\"icon\":{\"paths\":[\"M448 702.68l128-62.68v224l-128-67.28v35.28c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0zM608 128v224h224z\",\"M592.92 612.84c-4.801-3.032-10.644-4.831-16.906-4.831-5.131 0-9.98 1.208-14.279 3.354l0.185-0.084-84.88 41.56c-8.405-26.197-32.545-44.829-61.039-44.84l-224.001-0c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h224c29.442-0.034 54.225-19.943 61.655-47.031l0.105-0.449 83.36 44c4.315 2.312 9.439 3.67 14.881 3.67 17.673 0 32-14.327 32-32 0-0.067-0-0.134-0.001-0.201l0 0.010v-224c-0-11.405-5.967-21.415-14.948-27.082l-0.132-0.078zM416 832h-224v-160h224v124c0 0.52 0 1 0 1.52v34.48zM544 811.040l-64-33.68v-54.72l64-31.32zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-video-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31245,\"id\":735,\"name\":\"file-video-duotone\",\"prevSize\":16,\"code\":60671,\"codes\":[60671,60672]},\"setIdx\":5,\"setId\":5,\"iconIdx\":512},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M350.16 618.76l-80 224c-4.549 12.491-16.322 21.249-30.14 21.249s-25.591-8.758-30.069-21.027l-0.071-0.222-80-224c-1.18-3.203-1.863-6.902-1.863-10.76 0-17.675 14.328-32.003 32.003-32.003 13.816 0 25.588 8.755 30.069 21.021l0.071 0.222 49.84 139.6 49.88-139.6c4.552-12.488 16.324-21.243 30.14-21.243 17.675 0 32.003 14.328 32.003 32.003 0 3.858-0.683 7.557-1.934 10.982l0.071-0.222zM832 640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-48h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-48zM576 576c-17.673 0-32 14.327-32 32v0 152c0 22.091-17.909 40-40 40s-40-17.909-40-40v0-152c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 152c0 57.438 46.562 104 104 104s104-46.562 104-104v0-152c0-17.673-14.327-32-32-32v0zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-vue-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31246,\"id\":734,\"name\":\"file-vue-duotone\",\"prevSize\":16,\"code\":60673,\"codes\":[60673,60674]},\"setIdx\":5,\"setId\":5,\"iconIdx\":513},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM630.64 534.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31247,\"id\":733,\"name\":\"file-x-duotone\",\"prevSize\":16,\"code\":60675,\"codes\":[60675,60676]},\"setIdx\":5,\"setId\":5,\"iconIdx\":514},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M624 832c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h80c17.673 0 32 14.327 32 32v0zM370.6 581.96c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-53.96 75.56-53.96-75.56c-5.795-8.819-15.642-14.562-26.831-14.562-17.673 0-32 14.327-32 32 0 7.489 2.573 14.377 6.882 19.829l-0.051-0.067 66.64 93.4-66.72 93.4c-3.24 4.92-5.169 10.954-5.169 17.438 0 17.673 14.327 32 32 32 10.184 0 19.257-4.757 25.118-12.171l0.051-0.067 54.040-75.56 53.96 75.56c5.912 7.481 14.985 12.238 25.169 12.238 17.673 0 32-14.327 32-32 0-6.484-1.929-12.518-5.244-17.559l0.075 0.121-66.64-93.4 66.72-93.4c3.727-5.165 5.961-11.621 5.961-18.6 0-10.695-5.247-20.164-13.306-25.975l-0.095-0.065zM766.36 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.28-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.28-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.44-2.2-84-20.88-131.32 11.040-19.703 13.445-33.152 34.804-35.769 59.4l-0.031 0.36c-8 63.56 54.6 81.68 92 92.48 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.32-8.6 15.72-18.4 12.24-60.64 6.24-78.16 1.4-2.572-0.742-5.526-1.169-8.58-1.169-17.711 0-32.069 14.358-32.069 32.069 0 14.657 9.833 27.018 23.263 30.845l0.226 0.055c18.204 4.992 39.122 7.906 60.705 8l0.055 0c23.28 0 49.2-4 69.96-17.84 20.241-13.601 34.063-35.416 36.69-60.561l0.030-0.359c8.84-69.24-57.24-88.56-96.8-100zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.72l-114.72-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-xls-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31248,\"id\":732,\"name\":\"file-xls-duotone\",\"prevSize\":16,\"code\":60677,\"codes\":[60677,60678]},\"setIdx\":5,\"setId\":5,\"iconIdx\":515},{\"icon\":{\"paths\":[\"M832 352h-224v-224z\",\"M736 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM736 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM544 608v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM384 832c0 17.673-14.327 32-32 32v0h-128c-0.086 0.001-0.187 0.001-0.288 0.001-17.673 0-32-14.327-32-32 0-5.892 1.592-11.411 4.37-16.152l-0.082 0.151 100.64-176h-72.64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c0.086-0.001 0.187-0.001 0.288-0.001 17.673 0 32 14.327 32 32 0 5.892-1.592 11.411-4.37 16.152l0.082-0.151-100.84 176h72.84c17.673 0 32 14.327 32 32v0zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 320v-114.76l114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"file-zip-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31249,\"id\":731,\"name\":\"file-zip-duotone\",\"prevSize\":16,\"code\":60679,\"codes\":[60679,60680]},\"setIdx\":5,\"setId\":5,\"iconIdx\":516},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM320 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 384c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM704 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\",\"M896 864h-162.56c117.406-74.828 194.155-204.351 194.155-351.8 0-229.64-186.16-415.8-415.8-415.8s-415.8 186.16-415.8 415.8c0 229.64 186.16 415.8 415.8 415.8 0.072 0 0.144-0 0.216-0l383.989 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 512c0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.404-157.596 352-352 352v0c-194.313-0.228-351.772-157.687-352-351.978l-0-0.022zM512 416c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM512 288c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM608 704c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0zM480 704c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32v0c-17.673 0-32-14.327-32-32v0zM704 608c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM704 480c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM320 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM320 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"film-reel-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31250,\"id\":730,\"name\":\"film-reel-duotone\",\"prevSize\":16,\"code\":60681,\"codes\":[60681,60682]},\"setIdx\":5,\"setId\":5,\"iconIdx\":517},{\"icon\":{\"paths\":[\"M832 160v704c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM800 864h-576v-704h576v704zM384 320c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 704c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"film-script-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31251,\"id\":729,\"name\":\"film-script-duotone\",\"prevSize\":16,\"code\":60683,\"codes\":[60683,60684]},\"setIdx\":5,\"setId\":5,\"iconIdx\":518},{\"icon\":{\"paths\":[\"M270.84 258.36l191.16 110.4-300.28 79.24-32.64-120c-0.666-2.4-1.049-5.157-1.049-8.003 0-14.418 9.83-26.54 23.153-30.029l0.216-0.048zM799.36 151.040c-3.858-13.406-16.013-23.048-30.421-23.048-2.923 0-5.754 0.397-8.441 1.14l0.222-0.052-254.28 67.12 191.16 110.36 134.4-35.48z\",\"M864 416h-455.64l431.64-113.96c13.834-3.734 23.847-16.169 23.847-30.944 0-2.994-0.411-5.893-1.18-8.641l0.054 0.225-32.64-120c-7.725-27.116-32.276-46.638-61.388-46.638-5.793 0-11.405 0.773-16.739 2.221l0.446-0.103-609.16 160.8c-16.694 4.432-30.363 15.102-38.639 29.3l-0.161 0.3c-5.333 8.969-8.485 19.776-8.485 31.318 0 5.938 0.834 11.682 2.392 17.12l-0.107-0.438 29.76 109.68c0 0.56 0 1.16 0 1.76v352c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-352c0-17.673-14.327-32-32-32v0zM768.64 160l24 88.28-90.48 24-112.48-64.96zM501.88 230.4l112.48 64.96-147.76 39-112.48-64.88zM184.28 408.88l-24-88.32 106-28 112.48 65.040zM832 800h-640v-320h640v320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"film-slate-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31252,\"id\":728,\"name\":\"film-slate-duotone\",\"prevSize\":16,\"code\":60685,\"codes\":[60685,60686]},\"setIdx\":5,\"setId\":5,\"iconIdx\":519},{\"icon\":{\"paths\":[\"M128 704h768v96c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM864 192h-704c-17.673 0-32 14.327-32 32v0 96h768v-96c0-17.673-14.327-32-32-32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 352h320v320h-320zM544 288v-64h128v64zM480 288h-128v-64h128zM480 736v64h-128v-64zM544 736h128v64h-128zM544 672v-320h320v320zM864 288h-128v-64h128zM288 224v64h-128v-64zM160 736h128v64h-128zM864 800h-128v-64h128v64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"film-strip-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31253,\"id\":727,\"name\":\"film-strip-duotone\",\"prevSize\":16,\"code\":60687,\"codes\":[60687,60688]},\"setIdx\":5,\"setId\":5,\"iconIdx\":520},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M288 512c0.001 0.436 0.002 0.953 0.002 1.469 0 87.622-20.926 170.355-58.054 243.476l1.412-3.066c-5.185 11.094-16.251 18.643-29.079 18.643-17.673 0-32-14.327-32-32 0-5.538 1.407-10.748 3.883-15.291l-0.084 0.168c31.479-61.787 49.922-134.751 49.922-212.023 0-0.484-0.001-0.969-0.002-1.453l0 0.075c-0-0.148-0-0.324-0-0.499 0-90.537 41.934-171.279 107.439-223.865l0.562-0.436c5.426-4.373 12.404-7.020 20-7.020 17.673 0 32 14.327 32 32 0 10.077-4.658 19.066-11.938 24.932l-0.062 0.048c-51.384 41.216-84 103.998-84 174.399 0 0.155 0 0.31 0 0.466l-0-0.024zM512 480c-17.673 0-32 14.327-32 32v0c-0.007 130.803-34.113 253.639-93.912 360.105l1.912-3.705c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161c62.919-111.713 99.99-245.246 100-387.437l0-0.003c0-17.673-14.327-32-32-32v0zM512 352c-88.366 0-160 71.634-160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96s96 42.981 96 96v0c0.002 0.663 0.003 1.448 0.003 2.233 0 132.873-30.262 258.678-84.269 370.899l2.226-5.132c-1.928 4.001-3.054 8.699-3.054 13.66 0 17.714 14.36 32.074 32.074 32.074 12.753 0 23.767-7.443 28.937-18.221l0.083-0.193c55.544-114.971 88.004-250.025 88.004-392.661 0-0.935-0.001-1.869-0.004-2.804l0 0.144c0-88.366-71.634-160-160-160v0zM512 96c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024c0 0.155 0 0.338 0 0.522 0 41.864-7.328 82.016-20.772 119.244l0.771-2.446c-1.158 3.174-1.827 6.839-1.827 10.66 0 17.677 14.33 32.007 32.007 32.007 13.856 0 25.656-8.805 30.11-21.124l0.070-0.223c14.979-41.148 23.64-88.647 23.64-138.17 0-0.165-0-0.331-0-0.496l0 0.026c0-194.404 157.596-352 352-352s352 157.596 352 352v0c0 0.072 0 0.159 0 0.246 0 76.973-7.703 152.146-22.381 224.792l1.221-7.237c-0.386 1.866-0.607 4.009-0.607 6.205 0 15.482 10.995 28.396 25.602 31.36l0.206 0.035c1.862 0.378 4.005 0.596 6.197 0.6l0.003 0c15.465-0.017 28.36-11.002 31.325-25.594l0.035-0.206c14.245-69.194 22.4-148.716 22.4-230.144 0-0.020-0-0.040-0-0.059l0 0.003c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0zM377.6 608.68c-1.877-0.391-4.034-0.615-6.243-0.615-15.413 0-28.281 10.897-31.32 25.407l-0.036 0.208c-14.192 68.549-38.026 129.379-70.383 184.61l1.543-2.85c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151c34.055-57.927 60.373-125.202 75.247-196.674l0.753-4.326c0.411-1.923 0.646-4.133 0.646-6.397 0-15.424-10.913-28.299-25.438-31.327l-0.208-0.036zM512 224c-12.693 0.003-25.193 0.817-37.454 2.393l1.454-0.153c-15.512 2.394-27.249 15.649-27.249 31.645 0 17.673 14.327 32 32 32 1.144 0 2.275-0.060 3.388-0.177l-0.139 0.012c8.312-1.091 17.923-1.714 27.68-1.714 123.774 0 224.135 100.246 224.32 223.977l0 0.017c-0.010 43.72-2.8 86.776-8.204 129.016l0.524-5.016c-0.181 1.278-0.284 2.755-0.284 4.256 0 16.25 12.113 29.672 27.803 31.727l0.162 0.017c1.201 0.153 2.59 0.24 4 0.24l0 0c16.234-0.036 29.627-12.155 31.663-27.839l0.017-0.161c5.094-39.14 8.001-84.41 8.001-130.359 0-0.577-0-1.154-0.001-1.73l0 0.089c-0.045-158.976-128.749-287.876-287.646-288.24l-0.034-0zM743.72 737c-2.404-0.647-5.164-1.019-8.011-1.019-14.837 0-27.316 10.098-30.939 23.796l-0.050 0.223c-5.84 22.76-12.6 45.6-20 68-1.064 3.051-1.679 6.569-1.679 10.23 0 13.978 8.963 25.863 21.455 30.222l0.225 0.068c3.028 1.065 6.519 1.68 10.153 1.68 0.016 0 0.033-0 0.049-0l-0.003 0c14.028-0.011 25.943-9.047 30.253-21.615l0.067-0.225c8-23.68 15.16-48 21.4-72.2 0.671-2.446 1.056-5.254 1.056-8.153 0-14.807-10.057-27.265-23.712-30.916l-0.224-0.051z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fingerprint-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31254,\"id\":726,\"name\":\"fingerprint-duotone\",\"prevSize\":16,\"code\":60689,\"codes\":[60689,60690]},\"setIdx\":5,\"setId\":5,\"iconIdx\":521},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M736 512c0.001 0.501 0.001 1.094 0.001 1.687 0 135.353-27.258 264.339-76.583 381.77l2.421-6.497c-4.869 11.807-16.278 19.972-29.597 20l-0.003 0c-4.335-0.043-8.453-0.92-12.217-2.48l0.217 0.080c-11.749-4.913-19.855-16.313-19.855-29.606 0-4.399 0.888-8.59 2.493-12.405l-0.079 0.21c43.768-103.645 69.203-224.148 69.203-350.592 0-0.762-0.001-1.524-0.003-2.286l0 0.117c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 352c47.3 0.034 89.8 20.557 119.11 53.173l0.13 0.147c5.9 6.779 14.542 11.039 24.179 11.039 17.673 0 32-14.327 32-32 0-8.393-3.232-16.032-8.518-21.74l0.019 0.021c-41.193-45.888-100.701-74.622-166.92-74.622-123.706 0-223.99 100.278-224 223.981l-0 0.001c-0.005 96.672-25.213 187.454-69.413 266.137l1.413-2.737c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161c47.817-84.898 75.991-186.378 76-294.438l0-0.002c0-88.366 71.634-160 160-160v0zM512 96c-0.148-0-0.324-0-0.499-0-49.529 0-97.032 8.677-141.072 24.593l2.891-0.913c-12.25 4.674-20.793 16.326-20.793 29.974 0 17.673 14.327 32 32 32 3.633 0 7.124-0.605 10.379-1.721l-0.225 0.067c34.879-12.7 75.142-20.044 117.12-20.044 194.46 0 352.111 157.596 352.2 352.035l0 0.008c0 0.155 0 0.337 0 0.519 0 88.062-10.116 173.761-29.249 255.999l1.489-7.598c-0.507 2.134-0.798 4.583-0.798 7.101 0 15.119 10.485 27.789 24.58 31.135l0.217 0.044c2.105 0.509 4.522 0.8 7.007 0.8 0.040 0 0.079-0 0.119-0l-0.006 0c15.16-0.003 27.856-10.549 31.158-24.704l0.042-0.216c18.692-79.043 29.42-169.803 29.44-263.065l0-0.015c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM277.24 249.68c6.562-5.887 10.671-14.394 10.671-23.86 0-17.679-14.332-32.011-32.011-32.011-8.213 0-15.703 3.093-21.37 8.177l0.030-0.026c-85.159 76.559-138.494 187.065-138.56 310.029l-0 0.011c0 0.183 0.001 0.4 0.001 0.617 0 52.969-11.795 103.184-32.902 148.16l0.901-2.137c-1.845 3.92-2.922 8.514-2.922 13.36 0 17.674 14.328 32.002 32.002 32.002 12.829 0 23.894-7.548 28.997-18.446l0.083-0.196c23.893-50.643 37.841-110.007 37.841-172.627 0-0.258-0-0.515-0.001-0.772l0 0.040c0.059-104.049 45.187-197.545 116.918-262.035l0.322-0.285zM455.56 802.96c-3.912-1.836-8.495-2.908-13.328-2.908-12.823 0-23.884 7.542-28.989 18.432l-0.083 0.196c-7.72 16.8-16.2 33.56-25.2 49.76-2.539 4.482-4.035 9.844-4.035 15.556 0 11.99 6.594 22.44 16.354 27.921l0.161 0.083c4.426 2.517 9.724 4 15.368 4 0.039 0 0.079-0 0.118-0l-0.006 0c0.005 0 0.010 0 0.016 0 11.976 0 22.415-6.579 27.901-16.32l0.083-0.16c9.76-17.64 18.96-36 27.36-54.080 1.855-3.929 2.938-8.535 2.938-13.394 0-12.834-7.556-23.904-18.462-29.003l-0.196-0.083zM512 480c-17.673 0-32 14.327-32 32v0c0 0.083 0 0.181 0 0.279 0 65.278-8.449 128.582-24.313 188.879l1.153-5.158c-0.641 2.393-1.009 5.14-1.009 7.974 0 14.834 10.093 27.31 23.786 30.936l0.223 0.050c2.401 0.635 5.156 1 7.997 1 0.001 0 0.002-0 0.003-0l-0 0c14.82-0.011 27.282-10.096 30.91-23.777l0.050-0.223c16.007-59.89 25.2-128.649 25.2-199.555 0-0.157-0-0.313-0-0.47l0 0.025c-0.023-17.656-14.341-31.96-32-31.96l-0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fingerprint-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31255,\"id\":725,\"name\":\"fingerprint-simple-duotone\",\"prevSize\":16,\"code\":60691,\"codes\":[60691,60692]},\"setIdx\":5,\"setId\":5,\"iconIdx\":522},{\"icon\":{\"paths\":[\"M832 160c-53.019 0-96 42.981-96 96v0h-448c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 320c0 141.385 114.615 256 256 256v0h320c141.385 0 256-114.615 256-256v0-320c0-53.019-42.981-96-96-96v0zM800 576c0 70.692-57.308 128-128 128v0h-320c-70.692 0-128-57.308-128-128v0-32c0-70.692 57.308-128 128-128v0h320c70.692 0 128 57.308 128 128v0z\",\"M672 384h-320c-88.366 0-160 71.634-160 160v0 32c0 88.366 71.634 160 160 160v0h320c88.366 0 160-71.634 160-160v0-32c0-88.366-71.634-160-160-160v0zM768 576c0 53.019-42.981 96-96 96v0h-320c-53.019 0-96-42.981-96-96v0-32c0-53.019 42.981-96 96-96v0h320c53.019 0 96 42.981 96 96v0zM832 128c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-392c-14.63-55.774-64.588-96.252-124-96.252-70.692 0-128 57.308-128 128 0 0.089 0 0.177 0 0.266l-0-0.014v320c0.182 158.985 129.015 287.818 287.983 288l320.017 0c158.985-0.182 287.818-129.015 288-287.983l0-0.017v-320c0-70.692-57.308-128-128-128v0zM896 576c-0.137 123.657-100.343 223.863-223.987 224l-320.013 0c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013v-320c0-35.346 28.654-64 64-64s64 28.654 64 64v0c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"finn-the-human-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31256,\"id\":724,\"name\":\"finn-the-human-duotone\",\"prevSize\":16,\"code\":60693,\"codes\":[60693,60694]},\"setIdx\":5,\"setId\":5,\"iconIdx\":523},{\"icon\":{\"paths\":[\"M832 576c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-122.28 57.68-233.040 124-320l132 128 105.080-288c86.36 71.68 278.92 256.6 278.92 480z\",\"M735.56 613.36c-17.46 94.991-91.243 168.76-184.824 185.984l-1.416 0.216c-1.592 0.268-3.432 0.428-5.308 0.44l-0.012 0c-17.67-0.005-31.992-14.33-31.992-32 0-15.805 11.458-28.934 26.521-31.533l0.19-0.027c66.28-11.16 122.52-67.4 133.76-133.8 2.656-15.225 15.774-26.652 31.56-26.652 17.68 0 32.012 14.332 32.012 32.012 0 1.893-0.164 3.749-0.48 5.552l0.028-0.192zM864 576c0 194.404-157.596 352-352 352s-352-157.596-352-352v0c0-111.68 44-225.88 130.64-339.4 5.906-7.685 15.101-12.59 25.441-12.59 8.665 0 16.525 3.444 22.287 9.037l-0.008-0.008 96.48 93.64 88-241.64c4.609-12.377 16.325-21.034 30.062-21.034 7.804 0 14.955 2.793 20.508 7.435l-0.051-0.041c87.48 72.6 290.64 266.8 290.64 504.6zM800 576c0-184.36-143.16-343.68-232.84-425.32l-89.080 244.28c-4.606 12.382-16.325 21.044-30.066 21.044-8.672 0-16.538-3.45-22.302-9.051l0.008 0.007-105.48-102.32c-63.88 92.2-96.24 183.36-96.24 271.36 0 159.058 128.942 288 288 288s288-128.942 288-288v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fire-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31257,\"id\":723,\"name\":\"fire-duotone\",\"prevSize\":16,\"code\":60695,\"codes\":[60695,60696]},\"setIdx\":5,\"setId\":5,\"iconIdx\":524},{\"icon\":{\"paths\":[\"M704 672v256c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-256z\",\"M873.2 193.36l-242.72-72.8 120-60c10.524-5.387 17.603-16.157 17.603-28.58 0-17.675-14.328-32.003-32.003-32.003-5.252 0-10.208 1.265-14.58 3.507l0.18-0.084-185.68 92.8c-173.218 4.643-311.881 146.109-312 319.988l-0 0.012v415.8c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h64v224c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-512c-0.138-94.677-68.681-173.304-158.847-189.113l-1.153-0.167v-55.72l278.8 83.64c2.96 0.998 6.368 1.573 9.911 1.573 17.673 0 32-14.327 32-32 0-14.652-9.847-27.004-23.285-30.799l-0.225-0.054zM352 416v224h-64v-224c0.167-130.026 97.14-237.352 222.706-253.782l1.294-0.138v64.64c-91.319 15.976-159.862 94.603-160 189.265l-0 0.015zM672 928h-256v-224h256zM672 416v224h-256v-224c0-70.692 57.308-128 128-128s128 57.308 128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fire-extinguisher-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31258,\"id\":722,\"name\":\"fire-extinguisher-duotone\",\"prevSize\":16,\"code\":60697,\"codes\":[60697,60698]},\"setIdx\":5,\"setId\":5,\"iconIdx\":525},{\"icon\":{\"paths\":[\"M832 576c0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-122.28 57.68-233.040 124-320l132 128 105.080-288c86.36 71.68 278.92 256.6 278.92 480z\",\"M573.52 71.4c-5.503-4.6-12.654-7.394-20.458-7.394-13.738 0-25.453 8.657-29.99 20.812l-0.072 0.221-88 241.64-96.64-93.64c-5.754-5.586-13.614-9.030-22.279-9.030-10.34 0-19.535 4.904-25.385 12.514l-0.056 0.076c-86.64 113.52-130.64 227.72-130.64 339.4 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-237.8-203.16-432-290.48-504.6zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-88 32.36-179.16 96.24-271.36l105.48 102.32c5.756 5.594 13.622 9.044 22.294 9.044 13.741 0 25.46-8.662 29.994-20.823l0.072-0.221 89.080-244.28c89.68 81.64 232.84 240.96 232.84 425.32-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fire-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31259,\"id\":721,\"name\":\"fire-simple-duotone\",\"prevSize\":16,\"code\":60699,\"codes\":[60699,60700]},\"setIdx\":5,\"setId\":5,\"iconIdx\":526},{\"icon\":{\"paths\":[\"M896 416v192c0 17.673-14.327 32-32 32v0h-224v224c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-224h-224c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h224v-224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 224h224c17.673 0 32 14.327 32 32v0z\",\"M864 352h-192v-192c0-35.346-28.654-64-64-64v0h-192c-35.346 0-64 28.654-64 64v0 192h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192v192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM864 608h-224c-17.673 0-32 14.327-32 32v0 224h-192v-224c0-17.673-14.327-32-32-32v0h-224v-192h224c17.673 0 32-14.327 32-32v0-224h192v224c0 17.673 14.327 32 32 32v0h224z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"first-aid-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31260,\"id\":720,\"name\":\"first-aid-duotone\",\"prevSize\":16,\"code\":60701,\"codes\":[60701,60702]},\"setIdx\":5,\"setId\":5,\"iconIdx\":527},{\"icon\":{\"paths\":[\"M896 320v512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 256h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 832h-704v-512h704v512zM640 576c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"first-aid-kit-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31261,\"id\":719,\"name\":\"first-aid-kit-duotone\",\"prevSize\":16,\"code\":60703,\"codes\":[60703,60704]},\"setIdx\":5,\"setId\":5,\"iconIdx\":528},{\"icon\":{\"paths\":[\"M743.24 670.48c-72 55.6-176.68 93.64-326.72 97.24l-96.16 224.28-64-224.28-224.36-64.24 224.28-96c3.6-149.96 41.64-254.44 97.24-326.6-0.971 6.946-1.526 14.97-1.526 23.124 0 97.202 78.798 176 176 176 5.918 0 11.767-0.292 17.535-0.863l-0.729 0.058c-0.513 5.043-0.806 10.898-0.806 16.822 0 97.202 78.798 176 176 176 8.197 0 16.263-0.56 24.162-1.645l-0.917 0.103z\",\"M672.24 303.76c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM831.72 627.76c-83.040 105.48-215.4 162.96-393.64 171.080l-88 205.68c-5.001 11.548-16.299 19.48-29.449 19.48-0.039 0-0.078-0-0.117-0l0.006 0h-2.040c-13.7-0.884-24.99-10.267-28.703-22.894l-0.057-0.226-59.24-207.4-207.28-59.36c-13.58-3.904-23.347-16.215-23.347-30.808 0-13.099 7.871-24.36 19.142-29.312l0.205-0.080 205.72-88c8-178.28 65.64-310.64 171.16-393.64 172.84-136 419.64-91.32 467.36-81 24.579 5.446 43.594 24.461 48.961 48.614l0.079 0.426c10.56 47.68 55.28 294.72-80.76 467.68zM646.4 690.44c-74.326-28.88-127.314-97.116-133.635-178.444l-0.045-0.716c-82.027-6.354-150.25-59.33-178.633-132.22l-0.487-1.42c-28 63.44-43.040 140.44-45.2 230.48-0.322 12.812-8.126 23.726-19.194 28.56l-0.206 0.080-141.64 60.6 137.84 39.48c10.638 3.114 18.846 11.322 21.903 21.734l0.057 0.226 39.36 137.84 60.72-141.64c4.931-11.309 15.9-19.127 28.726-19.399l0.034-0.001c89.92-2.12 166.92-17.24 230.4-45.16zM850.12 173.88c-42.8-9.28-264-49.56-414.28 68.72-19.141 15.168-35.976 31.8-50.853 50.087l-0.467 0.593c-0.246 3.156-0.387 6.834-0.387 10.545 0 79.529 64.471 144 144 144 4.869 0 9.681-0.242 14.426-0.714l-0.6 0.048c0.906-0.091 1.959-0.143 3.023-0.143 17.673 0 32 14.327 32 32 0 1.064-0.052 2.117-0.154 3.155l0.010-0.132c-0.424 4.147-0.666 8.962-0.666 13.833 0 79.529 64.471 144 144 144 3.739 0 7.446-0.143 11.113-0.422l-0.487 0.030c18.854-15.317 35.459-32.126 50.089-50.572l0.511-0.668c118.28-150.28 78-371.52 68.72-414.36z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fish-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31262,\"id\":718,\"name\":\"fish-duotone\",\"prevSize\":16,\"code\":60705,\"codes\":[60705,60706]},\"setIdx\":5,\"setId\":5,\"iconIdx\":529},{\"icon\":{\"paths\":[\"M807.6 608c-85.6 112-248.72 191.56-551.12 159.48-32.040-302.44 47.52-465.52 159.52-551.080 0 2.52 0 5.040 0 7.6 0 212.077 171.923 384 384 384v0z\",\"M672 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM798.16 667.080c-108.24 108-277.68 153.4-505.28 135.8q9.56 71.36 26.8 150.28c0.467 2.049 0.734 4.401 0.734 6.816 0 15.255-10.674 28.016-24.961 31.223l-0.214 0.040c-2.058 0.483-4.421 0.76-6.849 0.76-0.011 0-0.022-0-0.033-0l0.002 0c-15.225-0.030-27.952-10.687-31.16-24.946l-0.040-0.214q-19.64-89.72-29.56-170.56-80.8-9.96-170.44-29.56c-14.414-3.314-25-16.033-25-31.225 0-17.673 14.327-32 32-32 2.366 0 4.672 0.257 6.892 0.744l-0.212-0.039q78.84 17.2 150.16 26.8c-17.56-227.56 28-396.96 136-505.16 175-175.52 452.72-126.24 506.6-114.56 24.598 5.496 43.624 24.522 49.039 48.691l0.081 0.429c11.68 53.88 61 331.6-114.56 506.68zM738.16 635.52c-180.762-28.062-321.702-169.084-349.342-347.546l-0.298-2.334c-86.28 97.4-120.52 249.040-102.84 452.56 203.56 17.8 355.2-16.44 452.6-102.68zM850.16 173.96c-40.861-8.841-87.802-13.904-135.925-13.904-21.503 0-42.77 1.011-63.757 2.988l2.682-0.204c-80.96 8-149.6 31.32-205 69.84 4.715 187.629 155.546 338.516 342.709 343.311l0.451 0.009c38.48-55.4 61.96-124 69.84-205 1.77-18.354 2.78-39.681 2.78-61.244 0-48.072-5.018-94.973-14.558-140.206l0.778 4.409z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fish-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31263,\"id\":717,\"name\":\"fish-simple-duotone\",\"prevSize\":16,\"code\":60707,\"codes\":[60707,60708]},\"setIdx\":5,\"setId\":5,\"iconIdx\":530},{\"icon\":{\"paths\":[\"M896 224l-182.84 384h-585.16l192-208-192-176z\",\"M923.040 206.92c-5.757-9.017-15.709-14.912-27.039-14.92l-768.001-0c-0.009-0-0.019-0-0.029-0-17.673 0-32 14.327-32 32 0 9.331 3.994 17.73 10.366 23.579l0.023 0.021 168.36 154.28-170.24 184.4c-5.268 5.687-8.5 13.326-8.5 21.72 0 17.673 14.327 32 32 32 0.007 0 0.014-0 0.021-0l534.479 0-115.36 242.24c-2.178 4.209-3.455 9.187-3.455 14.464 0 17.673 14.327 32 32 32 12.945 0 24.094-7.686 29.134-18.744l0.082-0.2 320-672c1.96-4.024 3.105-8.753 3.105-13.751 0-6.338-1.843-12.246-5.022-17.217l0.077 0.128zM692.92 576h-492l142.44-154.28c5.271-5.687 8.504-13.328 8.504-21.724 0-9.329-3.992-17.725-10.361-23.575l-0.023-0.021-131.2-120.4h635.040z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flag-banner-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31264,\"id\":716,\"name\":\"flag-banner-duotone\",\"prevSize\":16,\"code\":60709,\"codes\":[60709,60710]},\"setIdx\":5,\"setId\":5,\"iconIdx\":531},{\"icon\":{\"paths\":[\"M864 192v256c-79.56 68.92-152.92 73.56-224 53.92v-256c71.040 19.64 144.44 15 224-53.92zM384 394.080v-256c-71.040-19.64-144.44-15-224 53.92v256c79.56-68.88 152.92-73.56 224-53.92v224c86.48 24 169.52 84 256 108v-224c-86.48-24-169.52-84-256-108z\",\"M877.28 163c-3.885-1.808-8.435-2.863-13.23-2.863-8.058 0-15.421 2.979-21.047 7.895l0.038-0.032c-112 96.88-206.88 49.92-316.84-4.52-113.92-56.44-243.080-120.32-387.16 4.52-6.735 5.861-10.984 14.429-11.040 23.99l-0 0.010v672c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176.92c107.16-84.64 199.48-39 305.8 13.64 113.96 56.36 243.080 120.24 387.16-4.52 6.735-5.861 10.984-14.429 11.040-23.99l0-0.010v-480.2c-0.047-12.813-7.618-23.847-18.523-28.918l-0.197-0.082zM352 578.8c-11.295-1.767-24.349-2.798-37.636-2.84l-0.044-0c-45.155 0.094-87.362 12.632-123.4 34.364l1.080-0.604v-146.6c56-44.24 108-52.88 160-43.52zM352 354.8c-11.125-1.825-23.947-2.868-37.012-2.868-45.396 0-87.851 12.591-124.063 34.471l1.076-0.603v-178.68c56-44.24 108-52.84 160-43.48zM608 681.32c-26.64-10.68-53.72-24-81.8-37.92-35.28-17.48-72-35.6-110.2-48.68v-156c26.64 10.64 53.72 24 81.8 37.92 35.28 17.48 72 35.6 110.2 48.68zM608 457.32c-26.64-10.68-53.72-24-81.8-37.96-35.28-17.44-72-35.6-110.2-48.68v-188c26.64 10.64 53.72 24 81.8 37.92 35.28 17.44 72 35.6 110.2 48.68zM832 657c-56 44.24-108 52.84-160 43.48v-159.2c11.285 1.778 24.336 2.824 37.621 2.88l0.059 0c45.168-0.144 87.369-12.721 123.397-34.484l-1.077 0.604zM832 433c-56 44.24-108 52.88-160 43.52v-191.16c11.144 1.832 23.986 2.878 37.074 2.878 45.372 0 87.805-12.58 124.003-34.442l-1.077 0.603z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flag-checkered-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31265,\"id\":715,\"name\":\"flag-checkered-duotone\",\"prevSize\":16,\"code\":60711,\"codes\":[60711,60712]},\"setIdx\":5,\"setId\":5,\"iconIdx\":532},{\"icon\":{\"paths\":[\"M864 192v480c-256 221.72-448-221.72-704 0v-480c256-221.72 448 221.72 704 0z\",\"M139.040 168c-6.735 5.861-10.984 14.429-11.040 23.99l-0 0.010v672c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176.92c107.16-84.64 199.48-39 305.8 13.64 65.6 32.44 136.24 67.4 212 67.4 55.72 0 114.16-19 175.28-72 6.735-5.861 10.984-14.429 11.040-23.99l0-0.010v-480.12c-0.043-17.641-14.353-31.924-32-31.924-8.091 0-15.481 3.003-21.116 7.955l0.036-0.031c-112 96.92-206.88 49.96-316.84-4.48-113.92-56.48-243.080-120.36-387.16 4.48zM832 657c-107.16 84.64-199.48 38.96-305.8-13.64-100-49.4-211.24-104.52-334.2-33.6v-402.6c107.16-84.64 199.48-39 305.8 13.6 100 49.4 211.28 104.52 334.2 33.6z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flag-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31266,\"id\":714,\"name\":\"flag-duotone\",\"prevSize\":16,\"code\":60713,\"codes\":[60713,60714]},\"setIdx\":5,\"setId\":5,\"iconIdx\":533},{\"icon\":{\"paths\":[\"M960 416l-736 256v-512z\",\"M970.52 385.76l-736-256c-3.134-1.127-6.751-1.779-10.52-1.779-17.673 0-32 14.327-32 32 0 0.007 0 0.013 0 0.020l-0-0.001v704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-169.24l714.52-248.52c12.64-4.469 21.534-16.316 21.534-30.24s-8.893-25.771-21.31-30.171l-0.224-0.069zM256 627v-422l606.6 211z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flag-pennant-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31267,\"id\":713,\"name\":\"flag-pennant-duotone\",\"prevSize\":16,\"code\":60715,\"codes\":[60715,60716]},\"setIdx\":5,\"setId\":5,\"iconIdx\":534},{\"icon\":{\"paths\":[\"M832 576c0 0.031 0 0.069 0 0.106 0 173.834-138.61 315.293-311.335 319.885l-0.425 0.009c84.748-4.505 151.76-74.321 151.76-159.788 0-0.075-0-0.149-0-0.224l0 0.012c0-160-160-256-160-256s-160 96-160 256c-0 0.063-0 0.138-0 0.212 0 85.467 67.012 155.283 151.361 159.771l0.399 0.017c-173.15-4.601-311.76-146.060-311.76-319.894 0-0.037 0-0.075 0-0.112l-0 0.006c0-288 320-480 320-480s320 192 320 480z\",\"M695.16 205.92c-48.964-51.524-103.623-96.865-163.186-135.251l-3.494-2.109c-4.703-2.87-10.393-4.57-16.48-4.57s-11.777 1.699-16.621 4.65l0.141-0.080c-63.057 40.495-117.716 85.836-166.324 136.982l-0.356 0.378c-110.48 116-168.84 243.96-168.84 370.080 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-126.12-58.36-254.080-168.84-370.080zM384 736c0-110.68 90.12-189.12 128-217.2 37.92 28 128 106.52 128 217.2 0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM693.080 799.72c6.919-18.966 10.92-40.861 10.92-63.691 0-0.010-0-0.020-0-0.031l0 0.002c0-176-168.36-279.16-175.52-283.44-4.703-2.87-10.393-4.57-16.48-4.57s-11.777 1.699-16.621 4.65l0.141-0.080c-7.16 4.28-175.52 107.44-175.52 283.44-0 0.009-0 0.019-0 0.029 0 22.83 4.001 44.725 11.341 65.023l-0.421-1.332c-65.442-53.134-106.92-133.583-106.92-223.72l0 0c0-137.64 81.6-252.6 150.080-324.76 41.12-43.022 86.258-81.544 135.021-115.189l2.899-1.891c51.667 35.523 96.807 74.047 137.607 116.751l0.313 0.329c124.040 130.76 150.080 248.76 150.080 324.76-0 90.137-41.478 170.586-106.388 223.302l-0.532 0.418z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flame-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31268,\"id\":712,\"name\":\"flame-duotone\",\"prevSize\":16,\"code\":60717,\"codes\":[60717,60718]},\"setIdx\":5,\"setId\":5,\"iconIdx\":535},{\"icon\":{\"paths\":[\"M768 256v53.32c0 7.24-2.404 13.919-6.458 19.28l0.058-0.080-83.2 110.96c-3.996 5.281-6.4 11.96-6.4 19.2v437.32c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-437.32c0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-83.2-110.96c-3.996-5.281-6.4-11.96-6.4-19.2l-0 0v-53.32z\",\"M736 64h-448c-35.346 0-64 28.654-64 64v0 181.32c0.037 14.476 4.839 27.824 12.919 38.565l-0.119-0.165 83.2 110.96v437.32c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-437.32l83.2-110.96c7.961-10.576 12.763-23.924 12.8-38.391l0-0.009v-181.32c0-35.346-28.654-64-64-64v0zM288 128h448v96h-448v-96zM652.8 420.28c-7.961 10.576-12.763 23.924-12.8 38.391l-0 0.009v437.32h-256v-437.32c-0.037-14.476-4.839-27.824-12.919-38.565l0.119 0.165-83.2-110.96v-21.32h448v21.32zM544 480v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flashlight-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31269,\"id\":711,\"name\":\"flashlight-duotone\",\"prevSize\":16,\"code\":60719,\"codes\":[60719,60720]},\"setIdx\":5,\"setId\":5,\"iconIdx\":536},{\"icon\":{\"paths\":[\"M832 864h-640c-0.003 0-0.006 0-0.010 0-17.673 0-32-14.327-32-32 0-6.087 1.699-11.777 4.65-16.621l-0.080 0.141 121.92-203.2c52.92-9.92 128-5.64 225.48 43.68 129 65.32 219 51.64 270 30.6v0l77.36 128.92c2.87 4.703 4.57 10.393 4.57 16.48 0 17.634-14.264 31.937-31.884 32l-0.006 0z\",\"M886.76 799.080l-246.76-411.4v-227.68h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v227.68l-246.76 411.4c-5.726 9.397-9.116 20.763-9.116 32.92 0 35.303 28.583 63.929 63.869 64l0.007 0h640c35.344-0.002 63.996-28.655 63.996-64 0-12.157-3.39-23.523-9.276-33.203l0.16 0.283zM443.44 413c2.864-4.674 4.56-10.332 4.56-16.386 0-0.019-0-0.038-0-0.057l0 0.003v-236.56h128v236.56c-0 0.016-0 0.035-0 0.054 0 6.054 1.696 11.712 4.639 16.525l-0.079-0.139 152.88 255c-48 9.48-116.28 5.48-207-40.44-63.64-32.2-124.2-49.28-180.88-51.24zM192 832l114.16-190.32c57-6.92 121.24 7.4 191.28 42.88 76 38.44 140 51.52 192 51.52 0.367 0.002 0.802 0.003 1.237 0.003 27.414 0 53.906-3.946 78.94-11.301l-1.977 0.498 64.36 106.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flask-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31270,\"id\":710,\"name\":\"flask-duotone\",\"prevSize\":16,\"code\":60721,\"codes\":[60721,60722]},\"setIdx\":5,\"setId\":5,\"iconIdx\":537},{\"icon\":{\"paths\":[\"M832 160h-466.76c-8.825 0.004-16.814 3.58-22.6 9.36l0-0-173.28 173.28c-5.78 5.786-9.356 13.775-9.36 22.599l-0 0.001v466.76c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM512 736c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\",\"M832 128h-466.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-173.24 173.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v466.76c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-466.76l173.24-173.24h306.76v128h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c35.346 0 64-28.654 64-64v0-128h96zM512 448c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 704c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"floppy-disk-back-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31271,\"id\":709,\"name\":\"floppy-disk-back-duotone\",\"prevSize\":16,\"code\":60723,\"codes\":[60723,60724]},\"setIdx\":5,\"setId\":5,\"iconIdx\":538},{\"icon\":{\"paths\":[\"M864 365.24v466.76c0 17.673-14.327 32-32 32v0h-128v-256c0-17.673-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32v0 256h-128c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h466.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0 173.28 173.24c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001z\",\"M877.24 320l-173.24-173.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-466.76c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-466.76c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004zM672 832h-320v-224h320zM832 832h-96v-224c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 224h-96v-640h466.76l173.24 173.24zM640 288c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"floppy-disk-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31272,\"id\":708,\"name\":\"floppy-disk-duotone\",\"prevSize\":16,\"code\":60725,\"codes\":[60725,60726]},\"setIdx\":5,\"setId\":5,\"iconIdx\":539},{\"icon\":{\"paths\":[\"M320 704c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z\",\"M982.64 297.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 73.4 73.36h-114.76c-41.414 1.545-80.179 11.305-115.23 27.688l1.83-0.768c-54.48 25.16-123.32 78.84-142.16 192-21.28 127.72-116.4 156.88-164 163.44-16.14-72.626-80.009-126.123-156.373-126.123-88.366 0-160 71.634-160 160s71.634 160 160 160c77.625 0 142.339-55.279 156.924-128.618l0.169-1.019c30.896-3.601 59.071-11.568 85.168-23.329l-1.808 0.729c54.48-24 123.48-77.6 143.040-194.76 27.040-162.16 185.8-165.24 192.44-165.24h114.76l-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM192 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flow-arrow-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31273,\"id\":707,\"name\":\"flow-arrow-duotone\",\"prevSize\":16,\"code\":60727,\"codes\":[60727,60728]},\"setIdx\":5,\"setId\":5,\"iconIdx\":540},{\"icon\":{\"paths\":[\"M825.4 545.16c-35.48-20.52-97.84-29.52-157.6-33.16 59.76-3.64 122.12-12.64 157.6-33.16 39.296-22.356 65.368-63.948 65.368-111.63 0-70.692-57.308-128-128-128-24.121 0-46.684 6.672-65.944 18.272l0.576-0.322c-35.48 20.48-74.44 69.92-107.48 120 26.76-53.68 50.080-112.16 50.080-153.16 0-70.692-57.308-128-128-128s-128 57.308-128 128v0c0 41 23.32 99.48 50.080 153.040-33.040-49.96-72-99.4-107.48-120-18.683-11.277-41.246-17.95-65.368-17.95-70.692 0-128 57.308-128 128 0 47.682 26.072 89.274 64.737 111.299l0.631 0.331c35.48 20.52 97.84 29.52 157.6 33.16-59.76 3.64-122.12 12.64-157.6 33.16-39.296 22.356-65.368 63.948-65.368 111.63 0 70.692 57.308 128 128 128 24.121 0 46.684-6.672 65.944-18.272l-0.576 0.322c35.48-20.48 74.44-69.92 107.48-120-26.76 53.8-50.080 112.28-50.080 153.28 0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-41-23.32-99.48-50.080-153.040 33.040 49.96 72 99.4 107.48 120 18.683 11.277 41.246 17.95 65.368 17.95 70.692 0 128-57.308 128-128 0-47.682-26.072-89.274-64.737-111.299l-0.631-0.331zM622.84 576c-22.546 38.519-63.72 63.981-110.84 63.981-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128 0 0.007-0 0.014-0 0.021l0-0.001c0 0.077 0 0.168 0 0.259 0 23.479-6.373 45.469-17.484 64.335l0.324-0.594z\",\"M841.4 517.44c-3.24-1.88-6.8-3.68-10.48-5.44 3.68-1.76 7.24-3.56 10.48-5.44 48.678-28.055 80.919-79.808 80.919-139.091 0-88.366-71.634-160-160-160-29.829 0-57.752 8.163-81.656 22.376l0.737-0.406c-3.24 1.88-6.6 4-9.92 6.36 0.32-4 0.52-8 0.52-12 0-88.366-71.634-160-160-160s-160 71.634-160 160v0c0 3.76 0 7.76 0.52 12-3.32-2.28-6.68-4.48-9.92-6.36-23.167-13.808-51.090-21.971-80.919-21.971-88.366 0-160 71.634-160 160 0 59.283 32.241 111.035 80.146 138.679l0.773 0.412c3.24 1.88 6.8 3.68 10.48 5.44-3.68 1.76-7.24 3.56-10.48 5.44-48.678 28.055-80.919 79.808-80.919 139.091 0 88.366 71.634 160 160 160 29.829 0 57.752-8.163 81.656-22.376l-0.737 0.406c3.24-1.88 6.6-4 9.92-6.36-0.32 4-0.52 8-0.52 11.8 0 88.366 71.634 160 160 160s160-71.634 160-160v0c0-3.76-0.2-7.76-0.52-11.8 3.32 2.28 6.68 4.48 9.92 6.36 22.87 13.475 50.385 21.436 79.759 21.44l0.001 0c14.831-0.020 29.184-2.034 42.815-5.787l-1.135 0.267c68.837-18.895 118.578-80.911 118.578-154.545 0-58.918-31.846-110.398-79.263-138.166l-0.755-0.409zM416 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM713.4 284.84c13.769-8.086 30.327-12.861 48-12.861 53.020 0 96.001 42.981 96.001 96.001 0 35.347-19.103 66.232-47.548 82.895l-0.453 0.245c-25.080 14.52-74.44 24.52-140.64 28.76-7.399-35.055-25.416-65.073-50.476-87.337l-0.164-0.143c36.8-55.28 70.2-93.040 95.28-107.56zM512 128c53.019 0 96 42.981 96 96v0c0 28.96-16 76.76-45.44 136.24-15.085-5.223-32.47-8.24-50.56-8.24s-35.475 3.016-51.68 8.574l1.12-0.334c-29.44-59.48-45.44-107.28-45.44-136.24 0-53.019 42.981-96 96-96v0zM179.44 320c16.904-28.912 47.797-48.026 83.153-48.026 17.676 0 34.236 4.777 48.46 13.111l-0.453-0.245c25.080 14.52 58.48 52.28 95.28 107.56-25.244 22.436-43.266 52.499-50.456 86.556l-0.184 1.044c-66.2-4.24-115.56-14.24-140.64-28.72-28.941-16.897-48.078-47.805-48.078-83.183 0-17.712 4.797-34.305 13.163-48.548l-0.245 0.451zM310.6 739.16c-13.769 8.086-30.327 12.861-48 12.861-53.020 0-96.001-42.981-96.001-96.001 0-35.347 19.103-66.232 47.548-82.895l0.453-0.245c25.080-14.52 74.44-24.52 140.64-28.76 7.399 35.055 25.416 65.073 50.476 87.337l0.164 0.143c-36.8 55.28-70.2 93.040-95.28 107.56zM512 896c-53.019 0-96-42.981-96-96v0c0-28.96 16-76.76 45.44-136.24 15.085 5.223 32.47 8.24 50.56 8.24s35.475-3.016 51.68-8.574l-1.12 0.334c29.44 59.48 45.44 107.28 45.44 136.24 0 53.019-42.981 96-96 96v0zM844.56 704c-16.904 28.912-47.797 48.026-83.153 48.026-17.676 0-34.236-4.777-48.46-13.111l0.453 0.245c-25.080-14.52-58.48-52.28-95.28-107.56 25.244-22.436 43.266-52.499 50.456-86.556l0.184-1.044c66.2 4.24 115.56 14.24 140.64 28.72 28.941 16.897 48.078 47.805 48.078 83.183 0 17.712-4.797 34.305-13.163 48.548l0.245-0.451z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flower-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31274,\"id\":706,\"name\":\"flower-duotone\",\"prevSize\":16,\"code\":60729,\"codes\":[60729,60730]},\"setIdx\":5,\"setId\":5,\"iconIdx\":541},{\"icon\":{\"paths\":[\"M512 800c-61.48 0-163.080-0.72-280-70.56s-154.76-157.44-166.88-202.16c-0.777-2.617-1.224-5.623-1.224-8.734 0-14.444 9.642-26.635 22.84-30.49l0.224-0.056c20.198-5.242 43.385-8.252 67.276-8.252 19.826 0 39.168 2.073 57.821 6.013l-1.817-0.321c-30.52-95.52-16-169.76-4-206.84 4.44-13.207 16.708-22.551 31.158-22.551 2.337 0 4.617 0.244 6.816 0.709l-0.214-0.038c30.24 6.44 81.12 23.28 134.4 66.48v0c-16.735 44.339-26.422 95.594-26.422 149.112 0 1.55 0.008 3.098 0.024 4.644l-0.002-0.236c0 235.28 160 323.28 160 323.28zM937.040 488c-20.198-5.242-43.385-8.252-67.276-8.252-19.826 0-39.168 2.073-57.821 6.013l1.817-0.321c30.52-95.52 16-169.76 4-206.84-4.44-13.207-16.708-22.551-31.158-22.551-2.337 0-4.617 0.244-6.816 0.709l0.214-0.038c-30.080 6.44-80.96 23.2-134.24 66.48v0c16.637 44.219 26.267 95.328 26.267 148.686 0 1.7-0.010 3.397-0.029 5.092l0.002-0.258c0 235.28-160 323.28-160 323.28 61.48 0 163.080-0.72 280-70.56s154.76-157.36 166.88-202.16c0.777-2.617 1.224-5.623 1.224-8.734 0-14.444-9.642-26.635-22.84-30.49l-0.224-0.056z\",\"M983.32 486.52c-8.257-14.316-21.671-24.875-37.645-29.219l-0.435-0.101c-21.998-5.896-47.253-9.283-73.299-9.283-5.41 0-10.787 0.146-16.125 0.435l0.744-0.032c16-79.4 4-142.2-8.24-179.44-8.576-26.3-32.88-44.971-61.546-44.971-4.823 0-9.522 0.529-14.044 1.531l0.429-0.080c-43.314 9.834-81.519 26.596-115.444 49.262l1.244-0.782c-26.413-53.204-63.016-97.663-107.591-132.364l-0.849-0.636c-10.596-8.016-23.995-12.84-38.52-12.84s-27.924 4.824-38.682 12.957l0.162-0.117c-45.434 35.327-82.040 79.789-107.451 130.806l-0.989 2.194c-32.681-21.884-70.886-38.646-111.902-48.037l-2.298-0.443c-4.092-0.922-8.791-1.451-13.614-1.451-28.665 0-52.97 18.67-61.416 44.514l-0.129 0.457c-12 37.24-24 100-8.24 179.44-4.594-0.256-9.971-0.403-15.381-0.403-26.046 0-51.301 3.387-75.349 9.743l2.050-0.461c-16.409 4.445-29.823 15.004-37.92 29.020l-0.16 0.3c-5.452 9.22-8.674 20.32-8.674 32.172 0 6.016 0.83 11.839 2.382 17.359l-0.108-0.451c13.56 50.28 55.2 145.92 181.32 221.28s236.92 75.12 296.6 75.12 170.68 0 296-75.12c126.12-75.36 167.76-171 181.32-221.28 1.485-5.138 2.338-11.041 2.338-17.142 0-11.757-3.17-22.773-8.702-32.241l0.164 0.303zM236.56 288.56c0.087-0.354 0.402-0.613 0.778-0.613 0.050 0 0.099 0.005 0.147 0.014l-0.005-0.001c39.364 9.071 73.961 25.244 104.035 47.235l-0.795-0.555c-13.153 41.503-20.731 89.236-20.731 138.739 0 1.161 0.004 2.32 0.012 3.479l-0.001-0.178c0 74.96 15.080 136 36.44 185.12-29.639-29.664-55.531-63.081-76.898-99.475l-1.262-2.325c-72.080-125.52-57.080-224-41.72-271.44zM248.56 701.96c-106.68-63.68-141.28-141.76-152.56-183.16 17.176-4.408 36.894-6.938 57.203-6.938 11.567 0 22.943 0.821 34.072 2.407l-1.276-0.149c11.359 30.182 23.673 55.763 37.919 80.075l-1.319-2.435c36.344 61.963 81.675 114.382 134.919 157.395l1.081 0.845c-41.943-12.235-78.51-28.601-112.22-49.186l2.020 1.146zM512 761.6c-37.32-27.76-128-112.92-128-284.92 0-169.88 89.52-255.72 128-284.68 38.48 29.040 128 114.88 128 284.76 0 171.92-90.68 257.080-128 284.84zM683.28 334.64c29.28-21.422 63.878-37.582 101.34-46.269l1.9-0.371c0.043-0.008 0.092-0.013 0.142-0.013 0.375 0 0.69 0.259 0.777 0.607l0.001 0.005c15.36 47.4 30.36 145.88-41.72 271.4-22.611 38.77-48.505 72.229-78.165 101.925l0.005-0.005c21.36-49.040 36.44-110.16 36.44-185.12 0.008-1.015 0.012-2.216 0.012-3.418 0-49.504-7.579-97.237-21.641-142.104l0.908 3.362zM928 518.88c-11.080 41-45.6 119.24-152.36 183.080-31.69 19.426-68.258 35.779-106.949 47.179l-3.251 0.821c54.324-43.858 99.656-96.276 134.549-155.573l1.451-2.667c12.927-21.877 25.241-47.458 35.412-74.098l1.188-3.542c9.791-1.423 21.096-2.235 32.591-2.235 20.37 0 40.144 2.551 59.021 7.351l-1.651-0.356z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flower-lotus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31275,\"id\":705,\"name\":\"flower-lotus-duotone\",\"prevSize\":16,\"code\":60731,\"codes\":[60731,60732]},\"setIdx\":5,\"setId\":5,\"iconIdx\":542},{\"icon\":{\"paths\":[\"M676.92 264v0c-99.079 55.673-164.92 160.103-164.92 279.911 0 0.031 0 0.062 0 0.094l-0-0.005c0-0.027 0-0.058 0-0.089 0-119.808-65.841-224.238-163.314-279.081l-1.606-0.83c52.92-112 164.92-168 164.92-168s112 56 164.92 168z\",\"M832 192c-0.094-0-0.205-0-0.316-0-51.073 0-99.59 10.942-143.336 30.609l2.211-0.889c-60.4-101.48-159.68-152-164.24-154.36-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-4.56 2.32-104 52.88-164.24 154.36-41.534-18.778-90.051-29.72-141.124-29.72-0.111 0-0.222 0-0.333 0l0.017-0c-17.673 0-32 14.327-32 32v0 160c0.227 183.046 139.963 333.385 318.579 350.411l1.421 0.109v141.72l-145.68-72.88c-4.172-2.131-9.1-3.38-14.32-3.38-17.684 0-32.020 14.336-32.020 32.020 0 12.465 7.122 23.266 17.519 28.556l0.182 0.084 192 96c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 192-96c10.579-5.374 17.7-16.175 17.7-28.64 0-17.684-14.336-32.020-32.020-32.020-5.22 0-10.148 1.249-14.502 3.464l0.182-0.084-145.68 72.88v-141.72c180.037-17.135 319.773-167.474 320-350.497l0-0.023v-160c0-17.673-14.327-32-32-32v0zM512 132.84c26.6 16.32 84.32 56.76 122.56 120-52.923 36.277-94.737 85.162-121.646 142.436l-0.914 2.164c-27.801-59.477-69.62-108.391-121.358-143.901l-1.202-0.779c38.28-63.16 95.96-103.6 122.56-119.92zM224 384v-126.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018v126.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018zM800 384c-0.177 147.723-111.39 269.416-254.654 286.112l-1.346 0.128v-126.24c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flower-tulip-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31276,\"id\":704,\"name\":\"flower-tulip-duotone\",\"prevSize\":16,\"code\":60733,\"codes\":[60733,60734]},\"setIdx\":5,\"setId\":5,\"iconIdx\":543},{\"icon\":{\"paths\":[\"M960 448c0 106.040-200.56 192-448 192s-448-85.96-448-192c0-76 103.44-141.96 253.4-173v0c-18.493 32.242-29.4 70.88-29.4 112.065 0 0.090 0 0.179 0 0.269l-0-0.014v12.28c0.016 30.093 20.877 55.31 48.926 61.993l0.434 0.087c50.653 11.661 108.818 18.344 168.545 18.344 2.143 0 4.284-0.009 6.422-0.026l-0.327 0.002c1.808 0.015 3.945 0.024 6.085 0.024 59.702 0 117.843-6.683 173.715-19.342l-5.241 0.998c28.469-6.819 49.323-31.997 49.44-62.067l0-0.013v-15.6c0-0.174 0.001-0.38 0.001-0.585 0-39.697-10.382-76.969-28.579-109.249l0.578 1.115c149.16 31.16 252 96.72 252 172.72z\",\"M734.36 853.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225-32-96c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM362.12 737.64c-3.020-1.041-6.501-1.643-10.121-1.643-14.054 0-25.992 9.060-30.292 21.658l-0.067 0.225-32 96c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.674 14.328 32.002 32.002 32.002 14.054 0 25.992-9.059 30.293-21.657l0.067-0.225 32-96c1.041-3.020 1.643-6.501 1.643-10.121 0-14.054-9.060-25.992-21.658-30.292l-0.225-0.067zM992 448c0 64.88-53.48 123.56-150.6 165.16-88.52 37.96-205.4 58.84-329.4 58.84s-240.88-20.88-329.4-58.84c-97.12-41.6-150.6-100.28-150.6-165.16 0-33.48 14.68-83.16 84.68-130 45.48-30.44 107.76-55.040 180.72-71.4 45.828-71.78 125.070-118.692 215.269-118.692 69.962 0 133.333 28.224 179.346 73.907l-0.015-0.015c13.496 13.358 25.516 28.162 35.821 44.173l0.619 1.027c165.28 37.36 263.56 111.96 263.56 201zM320 387.32v12c-0 0.053-0.001 0.116-0.001 0.18 0 14.957 10.366 27.493 24.305 30.817l0.215 0.043c48.72 11.225 104.666 17.659 162.115 17.659 1.886 0 3.771-0.007 5.653-0.021l-0.289 0.002c1.799 0.016 3.925 0.024 6.053 0.024 57.173 0 112.856-6.377 166.378-18.459l-5.031 0.955c14.197-3.353 24.6-15.917 24.6-30.911 0-0.045-0-0.091-0-0.136l0 0.007v-15.48c0-0.005 0-0.011 0-0.017 0-106.039-85.961-192-192-192-0.9 0-1.799 0.006-2.696 0.019l0.136-0.001c-104.44 1.36-189.44 89-189.44 195.32zM928 448c0-46.8-66.52-95.56-167.6-126.36 4.828 18.689 7.6 40.145 7.6 62.248 0 0.040-0 0.079-0 0.119l0-0.006v15.68c0 0.043 0 0.094 0 0.144 0 45.194-31.412 83.050-73.594 92.928l-0.646 0.127c-52.812 12.168-113.457 19.142-175.731 19.142-2.12 0-4.237-0.008-6.353-0.024l0.324 0.002c-1.778 0.014-3.882 0.022-5.987 0.022-62.289 0-122.948-6.974-181.241-20.184l5.468 1.042c-42.828-10.005-74.24-47.862-74.24-93.056 0-0.051 0-0.101 0-0.152l-0 0.008v-12.24c0.007-23.492 3.116-46.255 8.938-67.907l-0.418 1.827c-101.64 30.64-168.52 79.64-168.52 126.64 0 75.68 170.84 160 416 160s416-84.32 416-160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"flying-saucer-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31277,\"id\":703,\"name\":\"flying-saucer-duotone\",\"prevSize\":16,\"code\":60735,\"codes\":[60735,60736]},\"setIdx\":5,\"setId\":5,\"iconIdx\":544},{\"icon\":{\"paths\":[\"M512 320h-384v-96c0-17.673 14.327-32 32-32v0h210.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0z\",\"M384 832c0 17.673-14.327 32-32 32v0h-194.48c-33.958-0.046-61.475-27.562-61.52-61.516l-0-0.004v-34.48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h192c17.673 0 32 14.327 32 32v0zM640 800h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 576c-17.673 0-32 14.327-32 32v0 192h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-195.56c0-17.673-14.327-32-32-32v0zM864 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM96 320v-96c0-35.346 28.654-64 64-64v0h210.76c0.060-0 0.131-0 0.203-0 17.607 0 33.539 7.173 45.033 18.756l0.004 0.004 118.64 118.6c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-383.999 0c-17.673 0-32-14.327-32-32v0zM160 288h274.76l-64-64h-210.76zM128 640c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-dashed-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31278,\"id\":702,\"name\":\"folder-dashed-duotone\",\"prevSize\":16,\"code\":60737,\"codes\":[60737,60738]},\"setIdx\":5,\"setId\":5,\"iconIdx\":545},{\"icon\":{\"paths\":[\"M512 320h-384v-96c0-17.673 14.327-32 32-32v0h210.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0z\",\"M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h710.040c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64zM864 800h-704v-448h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31279,\"id\":701,\"name\":\"folder-duotone\",\"prevSize\":16,\"code\":60739,\"codes\":[60739,60740]},\"setIdx\":5,\"setId\":5,\"iconIdx\":546},{\"icon\":{\"paths\":[\"M896 672v160h-288v-160zM370.76 192h-210.76c-17.673 0-32 14.327-32 32v0 96h384l-118.64-118.64c-5.786-5.78-13.775-9.356-22.599-9.36l-0.001-0z\",\"M896 640h-32v-16c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 16h-32c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM704 624c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h-96zM864 800h-224v-96h224zM864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h292.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-290.24v-448h704v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-lock-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31280,\"id\":700,\"name\":\"folder-lock-duotone\",\"prevSize\":16,\"code\":60741,\"codes\":[60741,60742]},\"setIdx\":5,\"setId\":5,\"iconIdx\":547},{\"icon\":{\"paths\":[\"M512 320h-384v-96c0-17.673 14.327-32 32-32v0h210.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0z\",\"M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h710.040c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM160 224h210.76l64 64h-274.76zM864 800h-704v-448h704zM384 576c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-minus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31281,\"id\":699,\"name\":\"folder-minus-duotone\",\"prevSize\":16,\"code\":60743,\"codes\":[60743,60744]},\"setIdx\":5,\"setId\":5,\"iconIdx\":548},{\"icon\":{\"paths\":[\"M512 320l-119.48 89.6c-5.281 3.996-11.96 6.4-19.2 6.4v0h-245.32v-160c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058z\",\"M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 256h213.32l85.36 64-85.36 64h-213.32zM864 800h-704v-352h213.32c14.476-0.037 27.824-4.839 38.565-12.919l-0.165 0.119 110.96-83.2h341.32z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-notch-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31282,\"id\":698,\"name\":\"folder-notch-duotone\",\"prevSize\":16,\"code\":60745,\"codes\":[60745,60746]},\"setIdx\":5,\"setId\":5,\"iconIdx\":549},{\"icon\":{\"paths\":[\"M512 320l-119.48 89.6c-5.281 3.996-11.96 6.4-19.2 6.4v0h-245.32v-160c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058z\",\"M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 256h213.32l85.36 64-85.36 64h-213.32zM864 800h-704v-352h213.32c14.476-0.037 27.824-4.839 38.565-12.919l-0.165 0.119 110.96-83.2h341.32zM608 576c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-notch-minus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31283,\"id\":697,\"name\":\"folder-notch-minus-duotone\",\"prevSize\":16,\"code\":60747,\"codes\":[60747,60748]},\"setIdx\":5,\"setId\":5,\"iconIdx\":550},{\"icon\":{\"paths\":[\"M832 352v96h-246.32c-6.616 0.011-12.763 2.011-17.877 5.434l0.117-0.074-80 53.28c-4.997 3.349-11.144 5.349-17.757 5.36l-0.003 0h-192.48c-0.005-0-0.010-0-0.015-0-13.348 0-24.788 8.173-29.587 19.787l-0.078 0.213-120 300v-576c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h277.32c17.673 0 32 14.327 32 32v0z\",\"M980 442.56c-11.763-16.169-30.621-26.56-51.906-26.56-0.033 0-0.066 0-0.099 0l0.005-0h-64v-64c0-35.346-28.654-64-64-64v0h-277.32l-110.92-83.2c-10.578-7.956-23.924-12.757-38.39-12.8l-0.010-0h-213.36c-35.346 0-64 28.654-64 64v0 576c0 17.673 14.327 32 32 32v0h716.4c0.001 0 0.002 0 0.002 0 14.053 0 25.99-9.058 30.291-21.655l0.067-0.225 113.96-341.88c2.086-6.055 3.291-13.032 3.291-20.291 0-14.032-4.502-27.013-12.14-37.577l0.129 0.188zM373.36 256l110.92 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32v64h-214.28c-0.001-0-0.002-0-0.002-0-13.238 0-25.538 4.019-35.745 10.905l0.227-0.145-80 53.24h-192.52c-0.052-0-0.114-0-0.177-0-26.744 0-49.643 16.466-59.11 39.813l-0.153 0.427-58.24 145.6v-409.84zM821.36 800h-646.080l102.4-256h192.64c0.001 0 0.002 0 0.002 0 13.238 0 25.538-4.019 35.745-10.905l-0.227 0.145 80-53.24h342.16z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-notch-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31284,\"id\":696,\"name\":\"folder-notch-open-duotone\",\"prevSize\":16,\"code\":60749,\"codes\":[60749,60750]},\"setIdx\":5,\"setId\":5,\"iconIdx\":551},{\"icon\":{\"paths\":[\"M512 320l-119.48 89.6c-5.281 3.996-11.96 6.4-19.2 6.4v0h-245.32v-160c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058z\",\"M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 256h213.32l85.36 64-85.36 64h-213.32zM864 800h-704v-352h213.32c14.476-0.037 27.824-4.839 38.565-12.919l-0.165 0.119 110.96-83.2h341.32zM544 512v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-notch-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31285,\"id\":695,\"name\":\"folder-notch-plus-duotone\",\"prevSize\":16,\"code\":60751,\"codes\":[60751,60752]},\"setIdx\":5,\"setId\":5,\"iconIdx\":552},{\"icon\":{\"paths\":[\"M832 352v96h-552.92c-0.001-0-0.002-0-0.002-0-14.053 0-25.99 9.058-30.291 21.655l-0.067 0.225-120.72 362.12v-576c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h277.32c17.673 0 32 14.327 32 32v0z\",\"M980 442.56c-11.763-16.169-30.621-26.56-51.906-26.56-0.033 0-0.066 0-0.099 0l0.005-0h-64v-64c0-35.346-28.654-64-64-64v0h-277.32l-110.92-83.2c-10.578-7.956-23.924-12.757-38.39-12.8l-0.010-0h-213.36c-35.346 0-64 28.654-64 64v0 576c0 17.673 14.327 32 32 32v0h716.4c0.001 0 0.002 0 0.002 0 14.053 0 25.99-9.058 30.291-21.655l0.067-0.225 113.96-341.88c2.086-6.055 3.291-13.032 3.291-20.291 0-14.032-4.502-27.013-12.14-37.577l0.129 0.188zM373.36 256l110.92 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32v64h-520.92c-0.001-0-0.003-0-0.005-0-28.106 0-51.98 18.117-60.582 43.31l-0.134 0.45-58.36 175.040v-378.8zM821.36 800h-648.96l106.68-320h648.92z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31286,\"id\":694,\"name\":\"folder-open-duotone\",\"prevSize\":16,\"code\":60753,\"codes\":[60753,60754]},\"setIdx\":5,\"setId\":5,\"iconIdx\":553},{\"icon\":{\"paths\":[\"M512 320h-384v-96c0-17.673 14.327-32 32-32v0h210.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0z\",\"M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h710.040c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64zM864 800h-704v-448h704zM512 448c17.673 0 32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31287,\"id\":693,\"name\":\"folder-plus-duotone\",\"prevSize\":16,\"code\":60755,\"codes\":[60755,60756]},\"setIdx\":5,\"setId\":5,\"iconIdx\":554},{\"icon\":{\"paths\":[\"M928 320v355.56c0 15.707-12.733 28.44-28.44 28.44v0h-99.56v-256c0-17.673-14.327-32-32-32v0h-277.32c-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-110.96-83.2c-5.281-3.996-11.96-6.4-19.2-6.4v0h-85.32v-96c0-17.673 14.327-32 32-32v0h181.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4h277.32c17.673 0 32 14.327 32 32v0z\",\"M896 256h-277.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-181.32c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h611.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-67.56h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-355.56c0-35.346-28.654-64-64-64v0zM768 800h-608v-448h181.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32zM896 672h-64v-224c0-35.346-28.654-64-64-64v0h-277.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-53.32v-64h181.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folders-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31288,\"id\":692,\"name\":\"folders-duotone\",\"prevSize\":16,\"code\":60757,\"codes\":[60757,60758]},\"setIdx\":5,\"setId\":5,\"iconIdx\":555},{\"icon\":{\"paths\":[\"M896 352v451.56c0 15.707-12.733 28.44-28.44 28.44v0h-707.56c-17.673 0-32-14.327-32-32v0-544c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h341.32c17.673 0 32 14.327 32 32v0z\",\"M96 320v-64c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 119.48 89.6c7.807 5.9 12.8 15.167 12.8 25.6 0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-119.48-89.6h-213.32v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM352 800h-192v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 34.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h194.48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 800h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 576c-17.673 0-32 14.327-32 32v0 192h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-195.56c0-17.673-14.327-32-32-32v0zM864 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM128 640c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-simple-dashed-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31289,\"id\":691,\"name\":\"folder-simple-dashed-duotone\",\"prevSize\":16,\"code\":60759,\"codes\":[60759,60760]},\"setIdx\":5,\"setId\":5,\"iconIdx\":556},{\"icon\":{\"paths\":[\"M896 352v451.56c0 15.707-12.733 28.44-28.44 28.44v0h-707.56c-17.673 0-32-14.327-32-32v0-544c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h341.32c17.673 0 32 14.327 32 32v0z\",\"M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h707.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM864 800h-704v-544h213.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h341.32z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31290,\"id\":690,\"name\":\"folder-simple-duotone\",\"prevSize\":16,\"code\":60761,\"codes\":[60761,60762]},\"setIdx\":5,\"setId\":5,\"iconIdx\":557},{\"icon\":{\"paths\":[\"M896 672v160h-288v-160z\",\"M928 352v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0zM928 672v160c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h32v-16c0-61.856 50.144-112 112-112s112 50.144 112 112v0 16h32c17.673 0 32 14.327 32 32v0zM704 640h96v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0zM864 704h-224v96h224z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-simple-lock-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31291,\"id\":689,\"name\":\"folder-simple-lock-duotone\",\"prevSize\":16,\"code\":60763,\"codes\":[60763,60764]},\"setIdx\":5,\"setId\":5,\"iconIdx\":558},{\"icon\":{\"paths\":[\"M896 352v451.56c0 15.707-12.733 28.44-28.44 28.44v0h-707.56c-17.673 0-32-14.327-32-32v0-544c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h341.32c17.673 0 32 14.327 32 32v0z\",\"M640 576c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM928 352v451.56c-0.045 33.362-27.078 60.395-60.436 60.44l-0.004 0h-707.56c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0zM864 352h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-simple-minus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31292,\"id\":688,\"name\":\"folder-simple-minus-duotone\",\"prevSize\":16,\"code\":60765,\"codes\":[60765,60766]},\"setIdx\":5,\"setId\":5,\"iconIdx\":559},{\"icon\":{\"paths\":[\"M896 352v451.56c0 15.707-12.733 28.44-28.44 28.44v0h-707.56c-17.673 0-32-14.327-32-32v0-544c0-17.673 14.327-32 32-32v0h213.32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 110.96 83.2c5.281 3.996 11.96 6.4 19.2 6.4v0h341.32c17.673 0 32 14.327 32 32v0z\",\"M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h707.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM864 800h-704v-544h213.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h341.32zM640 576c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-simple-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31293,\"id\":687,\"name\":\"folder-simple-plus-duotone\",\"prevSize\":16,\"code\":60767,\"codes\":[60767,60768]},\"setIdx\":5,\"setId\":5,\"iconIdx\":560},{\"icon\":{\"paths\":[\"M822.4 733.64l32.28 130.36-118.68-69.84-118.68 69.84 32.28-130.36-105.6-87.2 138.6-10.68 53.4-123.76 53.4 123.76 138.6 10.68z\",\"M512 832c0 17.673-14.327 32-32 32v0h-320c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h320c17.673 0 32 14.327 32 32v0zM948.36 671.12l-90.040 74.36 27.4 110.84c0.589 2.296 0.927 4.933 0.927 7.648 0 17.673-14.327 32-32 32-5.975 0-11.568-1.638-16.354-4.489l0.147 0.081-102.44-60.28-102.44 60.28c-4.639 2.77-10.232 4.408-16.207 4.408-17.673 0-32-14.327-32-32 0-2.715 0.338-5.352 0.975-7.869l-0.047 0.221 27.4-110.84-90.040-74.36c-7.111-5.912-11.605-14.761-11.605-24.659 0-16.788 12.928-30.557 29.372-31.894l0.114-0.007 119.36-9.24 45.72-106c5.028-11.486 16.294-19.365 29.4-19.365s24.372 7.879 29.32 19.16l0.080 0.206 45.72 106 119.36 9.24c16.558 1.344 29.485 15.113 29.485 31.901 0 9.898-4.494 18.747-11.553 24.617l-0.052 0.042zM846.48 672.24l-59.56-4.6c-12.085-0.955-22.203-8.494-26.839-18.995l-0.081-0.205-24-55.68-24 55.68c-4.717 10.706-14.835 18.245-26.808 19.193l-0.112 0.007-59.56 4.6 44.44 36.72c7.138 5.912 11.651 14.777 11.651 24.697 0 2.721-0.34 5.362-0.979 7.885l0.048-0.221-14 56.48 53.080-31.24c4.647-2.782 10.251-4.427 16.24-4.427s11.593 1.645 16.386 4.508l-0.146-0.081 53.080 31.24-14-56.48c-0.592-2.301-0.931-4.943-0.931-7.663 0-9.919 4.513-18.784 11.598-24.654l0.053-0.043z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-simple-star-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31294,\"id\":686,\"name\":\"folder-simple-star-duotone\",\"prevSize\":16,\"code\":60769,\"codes\":[60769,60770]},\"setIdx\":5,\"setId\":5,\"iconIdx\":561},{\"icon\":{\"paths\":[\"M864 704c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M858.44 794.48c23.193-23.168 37.54-55.188 37.54-90.559 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 35.371 14.347 67.391 37.539 90.558l0.001 0.001c-33.171 21.396-57.599 53.9-68.175 92.156l-0.265 1.124c-0.685 2.471-1.079 5.309-1.079 8.239 0 14.743 9.969 27.157 23.534 30.868l0.224 0.052c2.47 0.679 5.307 1.072 8.236 1.080l0.004 0c14.753-0.006 27.171-9.993 30.868-23.576l0.052-0.224c11.32-42.52 51.24-72.2 97.080-72.2s85.76 29.68 97.080 72.2c3.544 14.103 16.112 24.38 31.079 24.38 17.673 0 32-14.327 32-32 0-3.142-0.453-6.178-1.297-9.046l0.057 0.226c-10.851-39.385-35.293-71.89-67.85-92.899l-0.63-0.381zM768 640c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM928 352v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-simple-user-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31295,\"id\":685,\"name\":\"folder-simple-user-duotone\",\"prevSize\":16,\"code\":60771,\"codes\":[60771,60772]},\"setIdx\":5,\"setId\":5,\"iconIdx\":562},{\"icon\":{\"paths\":[\"M822.4 733.64l32.28 130.36-118.68-69.84-118.68 69.84 32.28-130.36-105.6-87.2 138.6-10.68 53.4-123.76 53.4 123.76 138.6 10.68z\",\"M482.24 800h-322.24v-448h704v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-35.346-28.654-64-64-64v0h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h324.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM370.76 224l64 64h-274.76v-64zM958.52 636.8c-3.971-12.264-14.819-21.174-27.886-22.233l-0.114-0.007-119.36-9.24-45.72-106c-5.028-11.486-16.294-19.365-29.4-19.365s-24.372 7.879-29.32 19.16l-0.080 0.206-45.72 106-119.36 9.24c-16.558 1.344-29.485 15.113-29.485 31.901 0 9.898 4.494 18.747 11.553 24.617l0.052 0.042 90.040 74.36-27.4 110.84c-0.589 2.296-0.927 4.933-0.927 7.648 0 17.673 14.327 32 32 32 5.975 0 11.568-1.638 16.354-4.489l-0.147 0.081 102.4-60.28 102.44 60.28c4.639 2.77 10.232 4.408 16.207 4.408 17.673 0 32-14.327 32-32 0-2.715-0.338-5.352-0.975-7.869l0.047 0.221-27.4-110.84 90.040-74.36c7.133-5.912 11.643-14.775 11.643-24.69 0-3.439-0.543-6.751-1.547-9.856l0.063 0.226zM802.040 708.8c-7.138 5.912-11.651 14.777-11.651 24.697 0 2.721 0.34 5.362 0.979 7.885l-0.048-0.221 14 56.48-53.080-31.24c-4.647-2.782-10.251-4.427-16.24-4.427s-11.593 1.645-16.386 4.508l0.146-0.081-53.080 31.24 14-56.48c0.592-2.301 0.931-4.943 0.931-7.663 0-9.919-4.513-18.784-11.598-24.654l-0.053-0.043-44.44-36.72 59.56-4.6c12.085-0.955 22.203-8.494 26.839-18.995l0.081-0.205 24-55.68 24 55.68c4.717 10.706 14.835 18.245 26.808 19.193l0.112 0.007 59.56 4.6z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-star-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31296,\"id\":684,\"name\":\"folder-star-duotone\",\"prevSize\":16,\"code\":60773,\"codes\":[60773,60774]},\"setIdx\":5,\"setId\":5,\"iconIdx\":563},{\"icon\":{\"paths\":[\"M864 704c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M858.44 794.48c23.193-23.168 37.54-55.188 37.54-90.559 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 35.371 14.347 67.391 37.539 90.558l0.001 0.001c-33.171 21.396-57.599 53.9-68.175 92.156l-0.265 1.124c-0.685 2.471-1.079 5.309-1.079 8.239 0 14.743 9.969 27.157 23.534 30.868l0.224 0.052c2.47 0.679 5.307 1.072 8.236 1.080l0.004 0c14.753-0.006 27.171-9.993 30.868-23.576l0.052-0.224c11.32-42.52 51.24-72.2 97.080-72.2s85.76 29.68 97.080 72.2c3.544 14.103 16.112 24.38 31.079 24.38 17.673 0 32-14.327 32-32 0-3.142-0.453-6.178-1.297-9.046l0.057 0.226c-10.851-39.385-35.293-71.89-67.85-92.899l-0.63-0.381zM768 640c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.44c0.023 33.975 27.548 61.514 61.516 61.56l0.004 0h324.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-322.24v-448h704v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"folder-user-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31297,\"id\":683,\"name\":\"folder-user-duotone\",\"prevSize\":16,\"code\":60775,\"codes\":[60775,60776]},\"setIdx\":5,\"setId\":5,\"iconIdx\":564},{\"icon\":{\"paths\":[\"M890 442.24c-13.28 100.92-52 212-144 303.8s-202.88 130.68-303.8 144v0l-308.2-308.28c13.28-100.92 52-212 144-303.8s202.88-130.68 304-144l308.24 308.24z\",\"M916.24 215.56c-9.623-55.23-52.57-98.177-107.012-107.686l-0.788-0.114c-129.48-21.96-373.56-32-553.080 147.6s-169.56 423.6-147.6 553.080c9.648 55.284 52.687 98.255 107.216 107.688l0.784 0.112c41.23 7.389 88.741 11.663 137.232 11.76l0.088 0c128.36 0 288.2-32 415.56-159.36 179.56-179.52 169.56-423.6 147.6-553.080zM669.8 159.56c45.337 0.165 89.608 4.232 132.639 11.884l-4.639-0.684c28.392 4.981 50.46 27.076 55.342 55.075l0.058 0.405c6.988 38.561 10.983 82.943 10.983 128.257 0 5.845-0.066 11.675-0.199 17.488l0.016-0.865-211.16-211.12c5.6-0.32 11.16-0.4 16.96-0.4zM226.24 853.2c-28.398-4.96-50.48-27.042-55.381-55.034l-0.059-0.406c-6.988-38.561-10.983-82.943-10.983-128.257 0-5.845 0.066-11.675 0.199-17.488l-0.016 0.865 211.12 211.12c-5.020 0.121-10.933 0.189-16.862 0.189-45.231 0-89.528-3.998-132.558-11.659l4.54 0.67zM723.44 723.44c-46.44 46.4-133.080 110.92-269.48 133.080l-286.48-286.48c22.16-136.4 86.68-223.040 133.080-269.48s133.040-110.96 269.44-133.12l286.52 286.52c-22.16 136.4-86.68 223.040-133.080 269.48zM662.56 361.44c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0-57.36 57.32 25.36 25.36c6.323 5.863 10.267 14.215 10.267 23.488 0 17.673-14.327 32-32 32-9.283 0-17.643-3.953-23.488-10.267l-0.019-0.021-25.32-25.32-50.76 50.76 25.36 25.36c6.335 5.864 10.288 14.224 10.288 23.507 0 17.673-14.327 32-32 32-9.273 0-17.625-3.944-23.469-10.247l-0.019-0.021-25.4-25.4-57.36 57.36c-5.842 6.14-14.075 9.959-23.199 9.959-17.673 0-32-14.327-32-32 0-9.125 3.819-17.357 9.946-23.187l0.013-0.013 57.4-57.32-25.36-25.36c-5.264-5.686-8.493-13.322-8.493-21.712 0-17.673 14.327-32 32-32 8.4 0 16.044 3.237 21.753 8.531l-0.021-0.019 25.36 25.36 50.72-50.8-25.36-25.36c-5.275-5.689-8.512-13.333-8.512-21.733 0-17.673 14.327-32 32-32 8.39 0 16.026 3.229 21.733 8.512l-0.021-0.019 25.4 25.4 57.36-57.36c5.788-5.775 13.777-9.345 22.6-9.345s16.812 3.571 22.601 9.346l-0.001-0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"football-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31298,\"id\":682,\"name\":\"football-duotone\",\"prevSize\":16,\"code\":60777,\"codes\":[60777,60778]},\"setIdx\":5,\"setId\":5,\"iconIdx\":565},{\"icon\":{\"paths\":[\"M608 768h224v48c0 61.856-50.144 112-112 112s-112-50.144-112-112v0zM192 720c0 61.856 50.144 112 112 112s112-50.144 112-112v0-48h-224zM304 96c-98.080 0-205.84 320-101.040 448h202.080c104.8-128-2.96-448-101.040-448zM821.040 640c104.8-128-2.96-448-101.040-448s-205.84 320-101.040 448z\",\"M832.24 736h-224.24c-17.673 0-32 14.327-32 32v0 48c0 79.584 64.516 144.1 144.1 144.1s144.1-64.516 144.1-144.1v0-48c0-17.659-14.304-31.977-31.958-32l-0.002-0zM800.24 816c0 44.183-35.817 80-80 80s-80-35.817-80-80v0-16h160zM416 640h-224c-17.673 0-32 14.327-32 32v0 48c0 79.529 64.471 144 144 144s144-64.471 144-144v0-48c0-17.673-14.327-32-32-32v0zM384 720c0 44.183-35.817 80-80 80s-80-35.817-80-80v0-16h160zM304 64c-46.56 0-91.72 41.24-127.2 116-55.72 117.52-74.24 292 1.16 384 5.913 7.178 14.803 11.72 24.753 11.72 0.016 0 0.033-0 0.049-0l-0.003 0h202.2c0.014 0 0.030 0 0.047 0 9.951 0 18.84-4.542 24.709-11.665l0.044-0.055c75.4-92 56.88-266.6 1.16-384-35.52-74.76-80.64-116-126.92-116zM388.6 512h-169.48c-45.6-72.4-28.84-210.8 15.56-304.44 25.88-54.68 54-79.56 69.32-79.56s43.28 24.88 69.2 79.56c44.24 93.64 61 232.040 15.4 304.44zM619.040 672h202.2c0.014 0 0.030 0 0.047 0 9.951 0 18.84-4.542 24.709-11.665l0.044-0.055c75.4-92 56.88-266.6 1.16-384-35.48-75.040-80.64-116.28-127.2-116.28s-91.56 41.24-127.080 116c-55.72 117.52-74.24 292 1.16 384 5.91 7.337 14.89 11.994 24.959 12l0.001 0zM651.040 303.56c25.84-54.68 53.96-79.56 68.96-79.56s43.24 24.88 69.16 79.56c44.4 93.64 61.16 232 15.56 304.44h-169.32c-45.6-72.4-28.84-210.8 15.56-304.44z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"footprints-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31299,\"id\":681,\"name\":\"footprints-duotone\",\"prevSize\":16,\"code\":60779,\"codes\":[60779,60780]},\"setIdx\":5,\"setId\":5,\"iconIdx\":566},{\"icon\":{\"paths\":[\"M832 160v512h-224s0-416 224-512z\",\"M288 352v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM864 160v736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-192c-17.673 0-32-14.327-32-32v0c1.626-81.497 12.063-159.737 30.398-234.881l-1.518 7.361c39.12-161.96 113.28-270.52 214.52-313.88 3.715-1.634 8.047-2.585 12.6-2.585 17.668 0 31.991 14.318 32 31.984l0 0.001zM800 215.6c-128.68 98.28-153.88 337.68-158.8 424.4h158.8zM479.56 154.76c-2.381-15.526-15.643-27.279-31.65-27.279-17.673 0-32 14.327-32 32 0 2.050 0.193 4.056 0.561 5.999l-0.031-0.199 31.56 189.24c0 70.692-57.308 128-128 128s-128-57.308-128-128v0l31.52-189.24c0.337-1.744 0.53-3.749 0.53-5.799 0-17.673-14.327-32-32-32-16.007 0-29.269 11.753-31.627 27.101l-0.023 0.178-32 192c-0.255 1.533-0.4 3.299-0.4 5.099 0 0.049 0 0.099 0 0.148l-0-0.008c0.138 94.677 68.681 173.304 158.847 189.113l1.153 0.167v354.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-354.72c91.319-15.976 159.862-94.603 160-189.265l0-0.015c-0.006-1.855-0.166-3.668-0.467-5.433l0.027 0.193z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"fork-knife-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31300,\"id\":680,\"name\":\"fork-knife-duotone\",\"prevSize\":16,\"code\":60781,\"codes\":[60781,60782]},\"setIdx\":5,\"setId\":5,\"iconIdx\":567},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M800 320v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM384 672h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"frame-corners-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31301,\"id\":679,\"name\":\"frame-corners-duotone\",\"prevSize\":16,\"code\":60783,\"codes\":[60783,60784]},\"setIdx\":5,\"setId\":5,\"iconIdx\":568},{\"icon\":{\"paths\":[\"M800 384h-288l-288-256h576zM224 640l288 288v-288h288l-288-256h-288z\",\"M832 384v-256c0-17.673-14.327-32-32-32v0h-576c-0.022-0-0.048-0-0.074-0-17.673 0-32 14.327-32 32 0 9.542 4.176 18.108 10.8 23.971l0.034 0.029 225.24 200h-204c-17.673 0-32 14.327-32 32v0 256c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 288 288c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256h256c0.022 0 0.048 0 0.074 0 17.673 0 32-14.327 32-32 0-9.542-4.176-18.108-10.8-23.971l-0.034-0.029-225.24-200h204c17.673 0 32-14.327 32-32v0zM716 608h-204c-17.673 0-32 14.327-32 32v0 210.76l-224-224v-210.76h244zM768 352h-244l-216-192h460z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"framer-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31302,\"id\":678,\"name\":\"framer-logo-duotone\",\"prevSize\":16,\"code\":60785,\"codes\":[60785,60786]},\"setIdx\":5,\"setId\":5,\"iconIdx\":569},{\"icon\":{\"paths\":[\"M736 192v640c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\",\"M832 160c0 17.673-14.327 32-32 32v0h-117.16c-0.008-0-0.017-0-0.026-0-46.953 0-86.034 33.708-94.361 78.246l-0.092 0.594-38 209.16h185.64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-197.28l-40 220.64c-14.050 75.2-79.175 131.36-157.416 131.36-0.051 0-0.101-0-0.152-0l-117.152 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h117.16c0.008 0 0.017 0 0.026 0 46.953 0 86.034-33.708 94.361-78.246l0.092-0.594 38-209.16h-185.64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h197.28l40-220.64c14.050-75.2 79.175-131.36 157.416-131.36 0.051 0 0.101 0 0.152 0l117.152-0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"function-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31303,\"id\":677,\"name\":\"function-duotone\",\"prevSize\":16,\"code\":60787,\"codes\":[60787,60788]},\"setIdx\":5,\"setId\":5,\"iconIdx\":570},{\"icon\":{\"paths\":[\"M887.6 245.52l-270.96 289.24c-5.352 5.706-8.64 13.404-8.64 21.87 0 0.003 0 0.007 0 0.010l-0-0.001v221.96c0 0.006 0 0.013 0 0.021 0 11.053-5.604 20.798-14.126 26.547l-0.114 0.072-128 85.32c-4.99 3.371-11.14 5.381-17.76 5.381-17.652 0-31.966-14.293-32-31.938l-0-0.003v-307.36c0-0.003 0-0.006 0-0.010 0-8.466-3.288-16.164-8.656-21.888l0.016 0.017-270.96-289.24c-5.158-5.661-8.317-13.221-8.317-21.52 0-17.644 14.28-31.953 31.912-32l0.005-0h704c17.637 0.047 31.917 14.356 31.917 32 0 8.299-3.159 15.859-8.34 21.546l0.023-0.025z\",\"M922.4 198.12c-9.97-22.618-32.193-38.121-58.037-38.121-0.128 0-0.255 0-0.382 0.001l0.020-0h-704c-35.292 0.072-63.874 28.698-63.874 64 0 16.597 6.318 31.719 16.68 43.091l-0.046-0.051 0.32 0.36 270.92 289.28v307.32c-0 0.004-0 0.010-0 0.015 0 35.346 28.654 64 64 64 13.222 0 25.508-4.010 35.708-10.88l-0.228 0.145 128-85.36c17.294-11.64 28.52-31.141 28.52-53.265 0-0.005-0-0.011-0-0.016l0 0.001v-221.96l271.28-289.64c10.38-11.226 16.746-26.296 16.746-42.852 0-9.447-2.073-18.411-5.789-26.46l0.162 0.392zM160 224v0zM593.36 513.12c-10.72 11.344-17.322 26.677-17.36 43.552l-0 0.008v221.96l-128 85.36v-307.32c0-0.043 0-0.095 0-0.146 0-16.892-6.577-32.248-17.31-43.646l0.030 0.032-270.72-288.92h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"funnel-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31304,\"id\":676,\"name\":\"funnel-duotone\",\"prevSize\":16,\"code\":60789,\"codes\":[60789,60790]},\"setIdx\":5,\"setId\":5,\"iconIdx\":571},{\"icon\":{\"paths\":[\"M928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0z\",\"M800 512c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM928 288h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 672h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"funnel-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31305,\"id\":675,\"name\":\"funnel-simple-duotone\",\"prevSize\":16,\"code\":60791,\"codes\":[60791,60792]},\"setIdx\":5,\"setId\":5,\"iconIdx\":572},{\"icon\":{\"paths\":[\"M867.44 830.28c-5.852 1.084-12.586 1.704-19.464 1.704-30.918 0-58.91-12.528-79.177-32.785l0 0-168.44-191.2h87.64c0.067 0 0.146 0 0.225 0 114.743 0 207.76-93.017 207.76-207.76 0-12.807-1.159-25.344-3.377-37.511l0.192 1.271 65.44 336.68c1.067 5.807 1.678 12.489 1.678 19.315 0 54.957-39.582 100.669-91.793 110.182l-0.685 0.104z\",\"M704 448h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM416 384h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM965.92 802.6c-26.38 37.325-69.355 61.399-117.954 61.399-39.756 0-75.749-16.111-101.807-42.16l0 0c-0.48-0.48-0.96-0.96-1.4-1.48l-158.84-180.36h-148l-160.080 181.84c-26.083 26.028-62.078 42.132-101.835 42.16l-0.005 0c-79.506-0.030-143.947-64.49-143.947-144 0-8.835 0.796-17.484 2.319-25.879l-0.132 0.879c-0.009-0.084-0.014-0.181-0.014-0.28s0.005-0.196 0.015-0.292l-0.001 0.012 65.48-336.36c20.433-113.249 118.229-198.045 235.836-198.080l352.444-0c117.251 0.193 214.796 84.325 235.766 195.506l0.234 1.494c0 0.24 0 0.48 0 0.72l65.48 336.68c0.009 0.084 0.014 0.181 0.014 0.28s-0.005 0.196-0.015 0.292l0.001-0.012c1.472 7.701 2.313 16.559 2.313 25.614 0 30.716-9.687 59.17-26.173 82.473l0.3-0.447zM688 576c97.202 0 176-78.798 176-176s-78.798-176-176-176v0h-352.44c-86.273 0.080-157.976 62.363-172.682 144.415l-0.158 1.065v0.52l-65.52 336.36c-0.751 4.116-1.18 8.852-1.18 13.689 0 44.183 35.817 80 80 80 21.8 0 41.564-8.72 55.993-22.862l-0.013 0.013 167.68-190.36c5.891-6.66 14.458-10.838 24-10.84l0-0zM926.8 706.36l-34.96-180c-42.993 68.603-118.158 113.566-203.829 113.64l-16.811 0 120.8 137.24c14.459 14.075 34.231 22.755 56.031 22.755 4.88 0 9.657-0.435 14.297-1.268l-0.488 0.073c37.801-6.853 66.094-39.513 66.094-78.782 0-4.826-0.427-9.551-1.246-14.142l0.072 0.484z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"game-controller-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31306,\"id\":674,\"name\":\"game-controller-duotone\",\"prevSize\":16,\"code\":60793,\"codes\":[60793,60794]},\"setIdx\":5,\"setId\":5,\"iconIdx\":573},{\"icon\":{\"paths\":[\"M736 544v256h-448v-256z\",\"M960 768h-32v-373.32c0-0 0-0.001 0-0.002 0-22.107-11.209-41.596-28.253-53.094l-0.227-0.145-352-234.68c-9.976-6.733-22.269-10.748-35.5-10.748s-25.524 4.015-35.728 10.893l0.228-0.145-352 234.68c-17.288 11.635-28.511 31.126-28.52 53.239l-0 0.001v373.32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 394.68l352-234.68 352 234.64v373.36h-96v-224c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 224h-96zM704 576v64h-160v-64zM480 640h-160v-64h160zM320 704h160v64h-160zM544 704h160v64h-160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"garage-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31307,\"id\":673,\"name\":\"garage-duotone\",\"prevSize\":16,\"code\":60795,\"codes\":[60795,60796]},\"setIdx\":5,\"setId\":5,\"iconIdx\":574},{\"icon\":{\"paths\":[\"M832 160v704c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-434.76c0.004-8.825 3.58-16.814 9.36-22.6l-0 0 269.28-269.28c5.786-5.78 13.775-9.356 22.599-9.36l306.761-0c17.673 0 32 14.327 32 32v0z\",\"M800 96h-306.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-41.36 41.24-41.4-41.24c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-96 96c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l-0-0 41.24 41.4-41.24 41.36c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v434.76c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM224 256l96-96 41.36 41.36-96 96zM800 864h-576v-434.76l269.24-269.24h306.76zM512 256c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0zM723.2 505.6l-157.88 118.4 157.88 118.4c7.807 5.9 12.8 15.167 12.8 25.6 0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-172.8-129.6-172.8 129.6c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 157.88-118.4-157.88-118.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 172.8 129.6 172.8-129.6c5.281-3.996 11.96-6.4 19.2-6.4 17.673 0 32 14.327 32 32 0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gas-can-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31308,\"id\":672,\"name\":\"gas-can-duotone\",\"prevSize\":16,\"code\":60797,\"codes\":[60797,60798]},\"setIdx\":5,\"setId\":5,\"iconIdx\":575},{\"icon\":{\"paths\":[\"M672 224v640h-448v-640c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0z\",\"M964 278.64l-77.36-77.28c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 77.28 77.36c5.762 5.768 9.333 13.724 9.36 22.515l0 0.005v325.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-53.019-42.981-96-96-96v0h-64v-192c0-53.019-42.981-96-96-96v0h-320c-53.019 0-96 42.981-96 96v0 608h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-352h64c17.673 0 32 14.327 32 32v0 160c0 53.019 42.981 96 96 96s96-42.981 96-96v0-325.48c0-0.108 0.001-0.236 0.001-0.363 0-26.373-10.702-50.247-27.999-67.515l-0.001-0.001zM256 832v-608c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0 608zM576 448c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gas-pump-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31309,\"id\":671,\"name\":\"gas-pump-duotone\",\"prevSize\":16,\"code\":60799,\"codes\":[60799,60800]},\"setIdx\":5,\"setId\":5,\"iconIdx\":576},{\"icon\":{\"paths\":[\"M928 640v96c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-91.48c0-229.92 184.6-419.72 414.52-420.52 0.44-0.002 0.96-0.003 1.48-0.003 229.75 0 416 186.25 416 416 0 0.001-0 0.002-0 0.003l0-0z\",\"M828.24 322.68c-80.557-80.734-191.941-130.682-314.99-130.682-0.44 0-0.879 0.001-1.318 0.002l0.068-0h-1.6c-246.12 0.84-446.4 204-446.4 452.52v91.48c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-96c0.001-0.368 0.002-0.804 0.002-1.24 0-123.59-50.383-235.413-131.73-316.049l-0.032-0.031zM896 736h-417.16l219.040-301.2c3.831-5.213 6.131-11.758 6.131-18.84 0-17.679-14.332-32.011-32.011-32.011-10.597 0-19.991 5.149-25.818 13.082l-0.062 0.089-246.44 338.88h-271.68v-91.48c0-12.32 0.6-24.48 1.72-36.52h94.28c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-82.92c41.28-155.44 176-272.96 338.92-286.64v94.64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-94.68c164.501 14.253 298.431 130.165 339.392 283.994l0.608 2.686h-84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h94.68c0.84 10.6 1.32 21.24 1.32 32z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gauge-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31310,\"id\":670,\"name\":\"gauge-duotone\",\"prevSize\":16,\"code\":60801,\"codes\":[60801,60802]},\"setIdx\":5,\"setId\":5,\"iconIdx\":577},{\"icon\":{\"paths\":[\"M598.64 182.64l-256 256c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-64-64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 256-256c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 64 64c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM950.64 489.36l-64-64c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-256 256c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 256-256c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\",\"M973.28 466.76l-64-64c-11.579-11.566-27.569-18.719-45.229-18.719-14.362 0-27.619 4.731-38.298 12.719l0.167-0.12-198.56-198.56c7.879-10.516 12.616-23.782 12.616-38.154 0-17.649-7.144-33.629-18.697-45.207l0.001 0.001-64-64c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-256 256c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l64 64c11.575 11.542 27.549 18.679 45.189 18.679 14.362 0 27.619-4.731 38.298-12.719l-0.167 0.12 28.68 28.68-261.52 261.52c-16.245 17.72-26.199 41.437-26.199 67.479 0 55.228 44.772 100 100 100 26.042 0 49.759-9.955 67.554-26.266l-0.074 0.067 261.48-261.52 28.68 28.64c-7.879 10.516-12.616 23.782-12.616 38.154 0 17.649 7.144 33.629 18.697 45.207l-0.001-0.001 64 64c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l256-256c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM320 416l-64-64 256-256 64 64zM221.28 853.52c-6.507 6.47-15.477 10.469-25.38 10.469s-18.873-3.999-25.382-10.47l0.002 0.002c-6.458-6.505-10.449-15.466-10.449-25.36s3.991-18.855 10.451-25.362l-0.002 0.002 261.48-261.52 50.76 50.72zM404 422.64l178.64-178.64 197.36 197.36-178.6 178.64zM672 768l-64-64 256-256 64 64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gavel-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31311,\"id\":669,\"name\":\"gavel-duotone\",\"prevSize\":16,\"code\":60803,\"codes\":[60803,60804]},\"setIdx\":5,\"setId\":5,\"iconIdx\":578},{\"icon\":{\"paths\":[\"M831.44 492.72l67.12-84c-9.97-36.915-23.738-69.213-41.29-99.015l1.010 1.855-106.8-12c-8.64-9.707-17.533-18.6-26.916-26.956l-0.324-0.284-12-106.84c-27.958-16.436-60.275-30.113-94.414-39.357l-2.786-0.643-84 67.080c-5.763-0.363-12.497-0.57-19.28-0.57s-13.517 0.207-20.197 0.615l0.917-0.045-84-67.12c-36.799 9.999-68.986 23.763-98.689 41.289l1.849-1.009-12 106.8c-9.707 8.64-18.6 17.533-26.956 26.916l-0.284 0.324-106.84 12c-16.436 27.958-30.113 60.275-39.357 94.414l-0.643 2.786 67.080 84c-0.363 5.763-0.57 12.497-0.57 19.28s0.207 13.517 0.615 20.197l-0.045-0.917-67.12 84c9.97 36.915 23.738 69.213 41.29 99.015l-1.010-1.855 106.8 12c8.64 9.707 17.533 18.6 26.916 26.956l0.324 0.284 12 106.84c27.958 16.436 60.275 30.113 94.414 39.357l2.786 0.643 84-67.080c5.763 0.363 12.497 0.57 19.28 0.57s13.517-0.207 20.197-0.615l-0.917 0.045 84 67.12c36.915-9.97 69.213-23.738 99.015-41.29l-1.855 1.010 12-106.8c9.707-8.64 18.6-17.533 26.956-26.916l0.284-0.324 106.84-12c16.436-27.958 30.113-60.275 39.357-94.414l0.643-2.786-67.080-84c0.268-4.951 0.421-10.746 0.421-16.576 0-7.735-0.269-15.408-0.798-23.008l0.057 1.025zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\",\"M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM864 520.64q0.24-8.64 0-17.28l59.68-74.56c4.364-5.423 7.004-12.393 7.004-19.98 0-2.937-0.396-5.782-1.137-8.484l0.053 0.225c-10.796-39.897-25.669-74.799-44.617-107.018l1.097 2.018c-5.032-8.554-13.713-14.498-23.848-15.705l-0.152-0.015-94.88-10.56q-5.92-6.24-12-12l-11.2-95.12c-1.231-10.293-7.19-18.976-15.61-23.918l-0.15-0.082c-30.202-17.839-65.107-32.688-101.991-42.741l-3.009-0.699c-2.477-0.689-5.322-1.084-8.26-1.084-7.587 0-14.558 2.64-20.042 7.053l0.062-0.048-74.36 59.36q-8.64 0-17.28 0l-74.56-59.56c-5.423-4.364-12.393-7.004-19.98-7.004-2.937 0-5.782 0.396-8.484 1.137l0.225-0.053c-39.897 10.796-74.799 25.669-107.018 44.617l2.018-1.097c-8.554 5.032-14.498 13.713-15.705 23.848l-0.015 0.152-10.56 95.040q-6.24 5.96-12 12l-95.12 10.92c-10.293 1.231-18.976 7.19-23.918 15.61l-0.082 0.15c-17.831 30.2-32.692 65.103-42.776 101.978l-0.704 3.022c-0.682 2.466-1.074 5.298-1.074 8.222 0 7.604 2.652 14.589 7.082 20.079l-0.048-0.061 59.36 74.36q0 8.64 0 17.28l-59.56 74.56c-4.364 5.423-7.004 12.393-7.004 19.98 0 2.937 0.396 5.782 1.137 8.484l-0.053-0.225c10.796 39.897 25.669 74.799 44.617 107.018l-1.097-2.018c5.032 8.554 13.713 14.498 23.848 15.705l0.152 0.015 94.88 10.56q5.96 6.24 12 12l11.080 95.12c1.231 10.293 7.19 18.976 15.61 23.918l0.15 0.082c30.2 17.831 65.103 32.692 101.978 42.776l3.022 0.704c2.466 0.682 5.298 1.074 8.222 1.074 7.604 0 14.589-2.652 20.079-7.082l-0.061 0.048 74.36-59.36q8.64 0.24 17.28 0l74.56 59.68c5.423 4.364 12.393 7.004 19.98 7.004 2.937 0 5.782-0.396 8.484-1.137l-0.225 0.053c39.894-10.774 74.798-25.65 107.007-44.613l-2.007 1.093c8.554-5.032 14.498-13.713 15.705-23.848l0.015-0.152 10.56-94.88q6.24-5.92 12-12l95.12-11.2c10.293-1.231 18.976-7.19 23.918-15.61l0.082-0.15c17.831-30.2 32.692-65.103 42.776-101.978l0.704-3.022c0.682-2.466 1.074-5.298 1.074-8.222 0-7.604-2.652-14.589-7.082-20.079l0.048 0.061zM799.6 494.64c0.325 5.189 0.51 11.253 0.51 17.36s-0.185 12.171-0.55 18.187l0.040-0.827c-0.037 0.575-0.058 1.246-0.058 1.923 0 7.595 2.646 14.571 7.066 20.059l-0.048-0.062 56.76 70.92c-7.384 23.249-15.831 43.104-25.881 61.976l0.961-1.976-90.4 10.24c-8.163 0.931-15.278 4.81-20.372 10.528l-0.028 0.032c-7.797 8.745-15.815 16.763-24.268 24.304l-0.292 0.256c-5.75 5.122-9.629 12.237-10.546 20.253l-0.014 0.147-10.040 90.32c-16.9 9.096-36.756 17.543-57.415 24.2l-2.585 0.72-70.96-56.76c-5.422-4.361-12.39-7-19.975-7-0.009 0-0.018 0-0.026 0l-1.919-0c-5.189 0.325-11.253 0.51-17.36 0.51s-12.171-0.185-18.187-0.55l0.827 0.040c-0.551-0.034-1.196-0.053-1.845-0.053-7.619 0-14.621 2.643-20.139 7.062l0.064-0.049-71.12 56.8c-23.249-7.384-43.104-15.831-61.976-25.881l1.976 0.961-10.24-90.28c-0.931-8.163-4.81-15.278-10.528-20.372l-0.032-0.028c-8.745-7.797-16.763-15.815-24.304-24.268l-0.256-0.292c-5.122-5.75-12.237-9.629-20.253-10.546l-0.147-0.014-90.32-10.080c-9.096-16.9-17.543-36.756-24.2-57.415l-0.72-2.585 56.76-70.96c4.372-5.426 7.018-12.403 7.018-19.997 0-0.676-0.021-1.348-0.062-2.014l0.005 0.091c-0.325-5.189-0.51-11.253-0.51-17.36s0.185-12.171 0.55-18.187l-0.040 0.827c0.037-0.575 0.058-1.246 0.058-1.923 0-7.595-2.646-14.571-7.066-20.059l0.048 0.062-56.76-71.080c7.384-23.249 15.831-43.104 25.881-61.976l-0.961 1.976 90.28-10.24c8.163-0.931 15.278-4.81 20.372-10.528l0.028-0.032c7.797-8.745 15.815-16.763 24.268-24.304l0.292-0.256c5.774-5.126 9.668-12.257 10.586-20.293l0.014-0.147 10.040-90.28c16.9-9.096 36.756-17.543 57.415-24.2l2.585-0.72 70.96 56.76c5.426 4.372 12.403 7.018 19.997 7.018 0.676 0 1.348-0.021 2.014-0.062l-0.091 0.005c5.189-0.325 11.253-0.51 17.36-0.51s12.171 0.185 18.187 0.55l-0.827-0.040c0.551 0.034 1.196 0.053 1.845 0.053 7.619 0 14.621-2.643 20.139-7.062l-0.064 0.049 71.080-56.76c23.249 7.384 43.104 15.831 61.976 25.881l-1.976-0.961 10.24 90.28c0.931 8.163 4.81 15.278 10.528 20.372l0.032 0.028c8.745 7.797 16.763 15.815 24.304 24.268l0.256 0.292c5.122 5.75 12.237 9.629 20.253 10.546l0.147 0.014 90.32 10.040c9.096 16.9 17.543 36.756 24.2 57.415l0.72 2.585-56.76 70.96c-4.379 5.428-7.030 12.411-7.030 20.012 0 0.742 0.025 1.478 0.075 2.207l-0.005-0.099z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gear-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31312,\"id\":668,\"name\":\"gear-duotone\",\"prevSize\":16,\"code\":60805,\"codes\":[60805,60806]},\"setIdx\":5,\"setId\":5,\"iconIdx\":579},{\"icon\":{\"paths\":[\"M832 512c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320v0c176.731 0 320 143.269 320 320v0z\",\"M928 480h-65.48c-3.93-42.637-14.937-81.813-31.863-117.645l0.903 2.125 56.72-32.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-56.8 32.8c-23.562-33.007-51.553-60.998-83.484-83.829l-1.076-0.731 32.8-56.8c2.695-4.59 4.286-10.109 4.286-16 0-17.677-14.33-32.006-32.006-32.006-11.786 0-22.083 6.37-27.638 15.855l-0.082 0.151-32.76 56.72c-33.707-16.023-72.883-27.030-114.142-30.857l-1.378-0.103v-65.48c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 65.48c-42.637 3.93-81.813 14.937-117.645 31.863l2.125-0.903-32.76-56.72c-5.637-9.636-15.934-16.006-27.72-16.006-17.677 0-32.006 14.33-32.006 32.006 0 5.891 1.592 11.41 4.368 16.151l-0.082-0.151 32.8 56.8c-33.007 23.562-60.998 51.553-83.829 83.484l-0.731 1.076-56.8-32.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 56.72 32.76c-16.023 33.707-27.030 72.883-30.857 114.142l-0.103 1.378h-65.48c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h65.48c3.93 42.637 14.937 81.813 31.863 117.645l-0.903-2.125-56.72 32.76c-9.639 5.634-16.012 15.933-16.012 27.72 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l-0.001 0c0.029 0 0.064 0 0.098 0 5.857 0 11.343-1.59 16.050-4.361l-0.148 0.081 56.8-32.8c23.562 33.007 51.553 60.998 83.484 83.829l1.076 0.731-32.8 56.8c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151 32.76-56.72c33.707 16.023 72.883 27.030 114.142 30.857l1.378 0.103v65.48c0 17.673 14.327 32 32 32s32-14.327 32-32v0-65.48c42.637-3.93 81.813-14.937 117.645-31.863l-2.125 0.903 32.76 56.72c5.637 9.636 15.934 16.006 27.72 16.006 17.677 0 32.006-14.33 32.006-32.006 0-5.891-1.592-11.41-4.368-16.151l0.082 0.151-32.8-56.8c33.007-23.562 60.998-51.553 83.829-83.484l0.731-1.076 56.8 32.8c4.59 2.696 10.11 4.289 16.002 4.289 11.786 0 22.083-6.371 27.636-15.857l0.082-0.151c2.702-4.594 4.299-10.121 4.299-16.020 0-11.773-6.358-22.062-15.828-27.619l-0.151-0.082-56.72-32.76c16.010-33.709 27.004-72.887 30.817-114.145l0.103-1.375h65.48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM341.24 743.76c-71.446-52.966-117.248-137.014-117.248-231.76s45.802-178.794 116.473-231.211l0.775-0.549 133.8 231.76zM512 800c-0.181 0-0.395 0.001-0.609 0.001-41.512 0-80.961-8.834-116.569-24.726l1.819 0.725 133.84-232h267.68c-16.786 144.601-138.457 255.819-286.141 256l-0.019 0zM530.48 480l-133.84-231.8c34.005-15.289 73.711-24.195 115.496-24.195 147.805 0 269.583 111.435 285.901 254.874l0.122 1.321z\"],\"attrs\":[{\"fill\":\"rgb(0, 0, 0)\",\"opacity\":0.2},{\"fill\":\"rgb(0, 0, 0)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gear-fine-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":0},{\"f\":0}]}},\"attrs\":[{\"fill\":\"rgb(0, 0, 0)\",\"opacity\":0.2},{\"fill\":\"rgb(0, 0, 0)\"}],\"properties\":{\"order\":31313,\"id\":667,\"name\":\"gear-fine-duotone\",\"prevSize\":16,\"code\":60807,\"codes\":[60807,60808]},\"setIdx\":5,\"setId\":5,\"iconIdx\":580},{\"icon\":{\"paths\":[\"M920.4 435.040l-127.4-72.56c-2.56-4.64-5.24-9.16-8-13.64l-0.48-144c-38.583-32.731-83.971-58.878-133.578-75.959l-2.942-0.881-128 71.56c-5.36 0-10.76 0-16 0l-128-71.56c-52.526 18.018-97.885 44.215-137.037 77.495l0.597-0.495-0.64 144c-2.8 4.48-5.48 9.040-8 13.64l-127.36 72.4c-4.789 23.126-7.531 49.703-7.531 76.92s2.742 53.794 7.964 79.469l-0.433-2.549 127.4 72.56c2.56 4.64 5.24 9.16 8 13.64l0.48 144c38.591 32.765 83.992 58.938 133.618 76.038l2.942 0.882 128-71.48c5.36 0 10.76 0 16 0l128 71.48c52.48-18.032 97.798-44.227 136.915-77.493l-0.595 0.493 0.64-144c2.8-4.48 5.48-9.040 8-13.64l127.36-72.4c4.82-23.199 7.579-49.858 7.579-77.162 0-27.159-2.73-53.68-7.93-79.305l0.432 2.547zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\",\"M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM951.76 428.84c-1.888-9.312-7.608-17.012-15.406-21.518l-0.154-0.082-119.32-68-0.48-134.48c-0.031-9.73-4.401-18.434-11.275-24.282l-0.045-0.038c-41.488-35.274-90.329-63.415-143.731-81.741l-3.149-0.939c-3.060-1.071-6.587-1.689-10.259-1.689-5.721 0-11.092 1.502-15.74 4.132l0.159-0.083-120.36 67.28-120.48-67.4c-4.503-2.568-9.895-4.083-15.64-4.083-3.665 0-7.186 0.616-10.465 1.75l0.225-0.068c-56.502 19.382-105.286 47.625-147.342 83.518l0.622-0.518c-6.909 5.878-11.276 14.564-11.32 24.272l-0 0.008-0.6 134.6-119.32 68c-7.952 4.588-13.672 12.288-15.525 21.394l-0.035 0.206c-5.208 24.99-8.19 53.707-8.19 83.12s2.982 58.13 8.66 85.865l-0.47-2.745c1.888 9.312 7.608 17.012 15.406 21.518l0.154 0.082 119.32 68 0.48 134.52c0.031 9.73 4.401 18.434 11.275 24.282l0.045 0.038c41.488 35.274 90.329 63.415 143.731 81.741l3.149 0.939c3.060 1.071 6.587 1.689 10.259 1.689 5.721 0 11.092-1.502 15.74-4.132l-0.159 0.083 120.48-67.48 120.48 67.4c4.436 2.517 9.745 4.001 15.4 4.001 0.070 0 0.141-0 0.211-0.001l-0.011 0c3.679-0.001 7.213-0.616 10.508-1.748l-0.228 0.068c56.496-19.376 105.277-47.59 147.349-83.443l-0.629 0.523c6.909-5.878 11.276-14.564 11.32-24.272l0-0.008 0.6-134.6 119.32-68c7.952-4.588 13.672-12.288 15.525-21.394l0.035-0.206c5.16-24.875 8.114-53.462 8.114-82.738 0-29.493-2.998-58.286-8.706-86.090l0.471 2.748zM891.76 568.48l-114.28 65c-5.034 2.899-9.101 6.966-11.918 11.845l-0.082 0.155c-2.32 4-4.76 8.24-7.24 12.24-3.048 4.775-4.864 10.594-4.88 16.836l-0 0.004-0.6 129c-29.125 23.050-62.667 42.346-98.859 56.311l-2.621 0.889-115.28-64.24c-4.467-2.517-9.806-4-15.493-4-0.052 0-0.104 0-0.155 0l0.008-0h-0.76c-4.84 0-9.72 0-14.56 0-0.235-0.006-0.511-0.010-0.788-0.010-5.727 0-11.108 1.486-15.777 4.094l0.164-0.084-115.36 64.4c-38.915-14.748-72.554-33.957-102.59-57.548l0.83 0.628-0.44-128.8c-0.021-6.259-1.836-12.090-4.957-17.011l0.077 0.131c-2.48-4-4.92-8-7.2-12.24-2.883-5.119-6.952-9.265-11.849-12.158l-0.151-0.082-114.4-65.16c-2.825-16.989-4.44-36.566-4.44-56.52s1.615-39.531 4.72-58.607l-0.28 2.087 114.080-65.12c5.034-2.899 9.101-6.966 11.918-11.845l0.082-0.155c2.32-4 4.76-8.24 7.24-12.24 3.048-4.775 4.864-10.594 4.88-16.836l0-0.004 0.6-129c29.125-23.050 62.667-42.346 98.859-56.311l2.621-0.889 115.12 64.24c4.472 2.525 9.819 4.012 15.514 4.012 0.312 0 0.622-0.004 0.931-0.013l-0.045 0.001c4.84 0 9.72 0 14.56 0 0.264 0.008 0.574 0.012 0.886 0.012 5.695 0 11.042-1.488 15.675-4.095l-0.16 0.083 115.36-64.4c38.915 14.748 72.554 33.957 102.59 57.548l-0.83-0.628 0.44 128.8c0.021 6.259 1.836 12.090 4.957 17.011l-0.077-0.131c2.48 4 4.92 8 7.2 12.24 2.883 5.119 6.952 9.265 11.849 12.158l0.151 0.082 114.4 65.16c2.895 17.198 4.55 37.012 4.55 57.212 0 19.75-1.582 39.131-4.626 58.022l0.276-2.074z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gear-six-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31314,\"id\":666,\"name\":\"gear-six-duotone\",\"prevSize\":16,\"code\":60809,\"codes\":[60809,60810]},\"setIdx\":5,\"setId\":5,\"iconIdx\":581},{\"icon\":{\"paths\":[\"M800 384c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z\",\"M832 384c-0.002-176.729-143.27-319.996-320-319.996-176.731 0-320 143.269-320 320 0 165.461 125.579 301.592 286.627 318.281l1.373 0.115v97.6h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-97.6c162.326-17.003 287.79-153.017 288-318.379l0-0.021zM256 384c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gender-female-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31315,\"id\":665,\"name\":\"gender-female-duotone\",\"prevSize\":16,\"code\":60811,\"codes\":[60811,60812]},\"setIdx\":5,\"setId\":5,\"iconIdx\":582},{\"icon\":{\"paths\":[\"M704 448c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z\",\"M832 96h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h82.76l-100.6 100.6c-45.594-42.577-107.011-68.719-174.533-68.719-141.385 0-256 114.615-256 256 0 130.237 97.253 237.759 223.097 253.905l1.276 0.134v66.080h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-66.080c126.912-16.309 223.987-123.672 223.987-253.708 0-51.374-15.152-99.209-41.23-139.28l0.603 0.988 104.64-104.68v82.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM480 640c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gender-intersex-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31316,\"id\":664,\"name\":\"gender-intersex-duotone\",\"prevSize\":16,\"code\":60813,\"codes\":[60813,60814]},\"setIdx\":5,\"setId\":5,\"iconIdx\":583},{\"icon\":{\"paths\":[\"M619.64 811.64c-52.118 52.122-124.121 84.36-203.654 84.36-159.058 0-288-128.942-288-288s128.942-288 288-288c79.532 0 151.535 32.238 203.653 84.36l0 0c52.114 52.117 84.346 124.114 84.346 203.64s-32.233 151.523-84.347 203.64l0-0z\",\"M864 128h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.76l-168.28 168.28c-54.69-44.973-125.421-72.239-202.521-72.239-176.731 0-320 143.269-320 320s143.269 320 320 320c176.731 0 320-143.269 320-320 0-77.099-27.266-147.83-72.682-203.076l0.443 0.555 168.28-168.24v114.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM596.96 789.16c-46.323 46.303-110.306 74.94-180.979 74.94-141.385 0-256-114.615-256-256s114.615-256 256-256c70.672 0 134.656 28.637 180.98 74.941l-0.001-0.001c46.255 46.375 74.856 110.377 74.856 181.060s-28.601 134.685-74.861 181.065l0.005-0.005z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gender-male-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31317,\"id\":663,\"name\":\"gender-male-duotone\",\"prevSize\":16,\"code\":60815,\"codes\":[60815,60816]},\"setIdx\":5,\"setId\":5,\"iconIdx\":584},{\"icon\":{\"paths\":[\"M800 416c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z\",\"M832 416c-0.002-176.729-143.27-319.996-320-319.996-176.731 0-320 143.269-320 320 0 165.461 125.579 301.592 286.627 318.281l1.373 0.115v193.6c0 17.673 14.327 32 32 32s32-14.327 32-32v0-193.6c162.326-17.003 287.79-153.017 288-318.379l0-0.021zM512 672c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gender-neuter-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31318,\"id\":662,\"name\":\"gender-neuter-duotone\",\"prevSize\":16,\"code\":60817,\"codes\":[60817,60818]},\"setIdx\":5,\"setId\":5,\"iconIdx\":585},{\"icon\":{\"paths\":[\"M768 672c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.385 0 256 114.615 256 256v0z\",\"M544 385.84v-137.32l111.52 66.92c4.703 2.87 10.393 4.568 16.48 4.568 17.678 0 32.008-14.331 32.008-32.008 0-11.591-6.161-21.743-15.387-27.36l-0.141-0.080-114.28-68.56 114.28-68.56c9.367-5.697 15.528-15.849 15.528-27.44 0-17.678-14.331-32.008-32.008-32.008-6.087 0-11.777 1.699-16.621 4.648l0.141-0.080-143.52 86.12-143.52-86.12c-4.703-2.87-10.393-4.568-16.48-4.568-17.678 0-32.008 14.331-32.008 32.008 0 11.591 6.161 21.743 15.387 27.36l0.141 0.080 114.28 68.56-114.28 68.56c-9.367 5.697-15.528 15.849-15.528 27.44 0 17.678 14.331 32.008 32.008 32.008 6.087 0 11.777-1.699 16.621-4.648l-0.141 0.080 111.52-66.92v137.32c-144.69 16.647-256 138.433-256 286.217 0 159.058 128.942 288 288 288s288-128.942 288-288c0-147.784-111.311-269.57-254.666-286.092l-1.334-0.125zM512 896c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224v0c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gender-nonbinary-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31319,\"id\":661,\"name\":\"gender-nonbinary-duotone\",\"prevSize\":16,\"code\":60819,\"codes\":[60819,60820]},\"setIdx\":5,\"setId\":5,\"iconIdx\":586},{\"icon\":{\"paths\":[\"M565 821c-46.329 46.338-110.337 75-181.039 75-141.385 0-256-114.615-256-256s114.615-256 256-256c70.702 0 134.71 28.662 181.038 75l0 0c46.315 46.325 74.961 110.317 74.961 181s-28.646 134.675-74.962 181l0-0z\",\"M864 128h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.76l-114.76 114.76-73.36-73.36c-5.793-5.797-13.797-9.384-22.64-9.384-17.675 0-32.004 14.329-32.004 32.004 0 8.833 3.578 16.829 9.364 22.62l-0-0 73.4 73.36-63.040 63.040c-48.733-39.151-111.343-62.836-179.485-62.836-158.925 0-287.76 128.835-287.76 287.76s128.835 287.76 287.76 287.76c158.925 0 287.76-128.835 287.76-287.76 0-68.232-23.748-130.917-63.428-180.242l0.434 0.557 63-62.96 73.36 73.36c5.793 5.797 13.797 9.384 22.64 9.384 17.675 0 32.004-14.329 32.004-32.004 0-8.833-3.578-16.829-9.364-22.62l-73.4-73.44 114.76-114.72v114.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM542.4 798.52c-40.537 40.541-96.54 65.616-158.4 65.616-123.712 0-224-100.288-224-224s100.288-224 224-224c123.664 0 223.922 100.211 224 223.857l0 0.007c0 0.001 0 0.002 0 0.004 0 61.894-25.067 117.933-65.603 158.519l0.003-0.003z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gender-transgender-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31320,\"id\":660,\"name\":\"gender-transgender-duotone\",\"prevSize\":16,\"code\":60821,\"codes\":[60821,60822]},\"setIdx\":5,\"setId\":5,\"iconIdx\":587},{\"icon\":{\"paths\":[\"M864 480v384l-117.32-96-117.36 96-117.32-96-117.32 96-117.36-96-117.32 96v-384c0-194.404 157.596-352 352-352s352 157.596 352 352v0z\",\"M448 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM624 416c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM896 480v384c0 0.002 0 0.004 0 0.007 0 17.673-14.327 32-32 32-7.723 0-14.806-2.736-20.335-7.291l0.055 0.044-97.040-79.4-97.080 79.4c-5.47 4.501-12.546 7.23-20.26 7.23s-14.79-2.729-20.315-7.275l0.055 0.044-97.080-79.4-97.080 79.4c-5.47 4.501-12.546 7.23-20.26 7.23s-14.79-2.729-20.315-7.275l0.055 0.044-97.080-79.4-97.040 79.4c-5.474 4.511-12.557 7.247-20.28 7.247-17.673 0-32-14.327-32-32 0-0.002 0-0.005 0-0.007l-0 0v-384c0-212.077 171.923-384 384-384s384 171.923 384 384v0zM832 480c0-176.731-143.269-320-320-320s-320 143.269-320 320v0 316.48l65.080-53.24c5.47-4.501 12.546-7.23 20.26-7.23s14.79 2.729 20.315 7.275l-0.055-0.044 97.080 79.4 97.040-79.4c5.474-4.511 12.557-7.247 20.28-7.247s14.806 2.736 20.335 7.291l-0.055-0.044 97.040 79.4 97.080-79.4c5.47-4.501 12.546-7.23 20.26-7.23s14.79 2.729 20.315 7.275l-0.055-0.044 65.080 53.24z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"ghost-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31321,\"id\":659,\"name\":\"ghost-duotone\",\"prevSize\":16,\"code\":60823,\"codes\":[60823,60824]},\"setIdx\":5,\"setId\":5,\"iconIdx\":588},{\"icon\":{\"paths\":[\"M928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0z\",\"M832 352c0 17.673-14.327 32-32 32v0h-96v96h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM544 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM416 480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-128c-0-0.010-0-0.021-0-0.033 0-35.346 28.654-64 64-64 18.935 0 35.949 8.223 47.667 21.292l0.053 0.060c5.91 7.030 14.708 11.466 24.543 11.466 17.673 0 32-14.327 32-32 0-8.58-3.377-16.372-8.874-22.118l0.011 0.012c-23.539-26.233-57.551-42.66-95.4-42.66-70.686 0-127.989 57.296-128 127.979l-0 0.001v128c0 70.692 57.308 128 128 128s128-57.308 128-128v0-64c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gif-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31322,\"id\":658,\"name\":\"gif-duotone\",\"prevSize\":16,\"code\":60825,\"codes\":[60825,60826]},\"setIdx\":5,\"setId\":5,\"iconIdx\":589},{\"icon\":{\"paths\":[\"M832 512v288c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-288z\",\"M864 288h-140.32c1.56-1.32 3.16-2.6 4.68-4 23.757-21.176 38.87-51.61 39.638-85.586l0.002-0.134c0.036-1.149 0.057-2.5 0.057-3.856 0-72.062-58.418-130.48-130.48-130.48-1.342 0-2.68 0.020-4.012 0.061l0.195-0.005c-34.125 0.758-64.576 15.874-85.657 39.523l-0.103 0.117c-14.385 16.596-26.476 35.715-35.452 56.495l-0.548 1.425c-9.524-22.205-21.615-41.324-36.233-58.195l0.233 0.275c-21.184-23.766-51.635-38.882-85.627-39.638l-0.133-0.002c-1.137-0.036-2.475-0.056-3.817-0.056-72.062 0-130.48 58.418-130.48 130.48 0 1.356 0.021 2.707 0.062 4.053l-0.005-0.197c0.77 34.11 15.883 64.545 39.523 85.617l0.117 0.103c1.52 1.32 3.12 2.6 4.68 4h-140.32c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0 256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-256c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0zM596 146.040c9.929-10.934 24.143-17.824 39.968-18l0.032-0h1.96c36.537 0.236 66.064 29.909 66.064 66.479 0 0.633-0.009 1.265-0.026 1.894l0.002-0.093c-0.176 15.857-7.066 30.071-17.955 39.959l-0.045 0.041c-37.96 33.6-100.96 45.44-140 49.6 4.8-42.36 18-103.92 50-139.88zM339.64 147.48c11.965-11.964 28.467-19.391 46.703-19.48l0.017-0h1.96c15.857 0.176 30.071 7.066 39.959 17.955l0.041 0.045c33.56 37.92 45.4 100.8 49.56 139.68-38.88-4-101.76-16-139.68-49.56-10.934-9.929-17.824-24.143-18-39.968l-0-0.032c-0.016-0.546-0.025-1.187-0.025-1.831 0-18.265 7.375-34.807 19.308-46.812l-0.003 0.003zM160 352h320v128h-320zM224 544h256v256h-256zM800 800h-256v-256h256zM864 480h-320v-128h320v128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gift-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31323,\"id\":657,\"name\":\"gift-duotone\",\"prevSize\":16,\"code\":60827,\"codes\":[60827,60828]},\"setIdx\":5,\"setId\":5,\"iconIdx\":590},{\"icon\":{\"paths\":[\"M864 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M896 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 35.346-28.654 64-64 64v0h-288c-0.046-0-0.1-0-0.155-0-23.524 0-45.551 6.404-64.436 17.563l0.59-0.323v-117.24c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v264c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-36c0-35.346 28.654-64 64-64v0h288c70.692 0 128-57.308 128-128v0-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM224 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM352 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM768 320c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"git-branch-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31324,\"id\":656,\"name\":\"git-branch-duotone\",\"prevSize\":16,\"code\":60829,\"codes\":[60829,60830]},\"setIdx\":5,\"setId\":5,\"iconIdx\":591},{\"icon\":{\"paths\":[\"M704 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0z\",\"M992 480h-258.32c-16.271-109.107-109.313-191.844-221.68-191.844s-205.409 82.738-221.529 190.615l-0.151 1.229h-258.32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h258.32c16.271 109.107 109.313 191.844 221.68 191.844s205.409-82.738 221.529-190.615l0.151-1.229h258.32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"git-commit-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31325,\"id\":655,\"name\":\"git-commit-duotone\",\"prevSize\":16,\"code\":60831,\"codes\":[60831,60832]},\"setIdx\":5,\"setId\":5,\"iconIdx\":592},{\"icon\":{\"paths\":[\"M320 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM800 672c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z\",\"M448 608c-17.673 0-32 14.327-32 32v0 114.76l-113.12-113.16c-28.958-28.779-46.881-68.633-46.881-112.673 0-0.157 0-0.314 0.001-0.471l-0 0.024v-148.48c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v148.52c-0 0.167-0.001 0.365-0.001 0.563 0 61.68 25.077 117.502 65.592 157.828l0.009 0.009 113.16 113.080h-114.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM160 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM832 644v-148.48c0-0.167 0.001-0.365 0.001-0.563 0-61.68-25.077-117.502-65.592-157.828l-0.009-0.009-113.16-113.12h114.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-114.76l113.12 113.16c28.958 28.779 46.881 68.633 46.881 112.673 0 0.157-0 0.314-0.001 0.471l0-0.024v148.48c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM800 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"git-diff-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31326,\"id\":654,\"name\":\"git-diff-duotone\",\"prevSize\":16,\"code\":60833,\"codes\":[60833,60834]},\"setIdx\":5,\"setId\":5,\"iconIdx\":593},{\"icon\":{\"paths\":[\"M352 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM768 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z\",\"M896 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 35.346-28.654 64-64 64v0h-320c-35.346 0-64-28.654-64-64v0-36c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 70.692 57.308 128 128 128v0h128v100c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-100h128c70.692 0 128-57.308 128-128v0-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM192 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM576 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM768 320c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"git-fork-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31327,\"id\":653,\"name\":\"git-fork-duotone\",\"prevSize\":16,\"code\":60835,\"codes\":[60835,60836]},\"setIdx\":5,\"setId\":5,\"iconIdx\":594},{\"icon\":{\"paths\":[\"M832 416v32c0 106.039-85.961 192-192 192v0h-96c70.692 0 128 57.308 128 128v0 160h-256v-160c0-70.692 57.308-128 128-128v0h-96c-106.039 0-192-85.961-192-192v0-32c0.329-40.809 13.007-78.591 34.475-109.87l-0.435 0.67c-8.827-22.192-13.945-47.908-13.945-74.819 0-38.29 10.362-74.16 28.436-104.958l-0.53 0.977c0.015-0 0.032-0 0.049-0 73.292 0 137.73 37.907 174.778 95.185l0.494 0.815h129.36c37.542-58.093 101.98-96 175.271-96 0.017 0 0.034 0 0.052 0l-0.003-0c17.543 29.821 27.905 65.691 27.905 103.981 0 26.911-5.119 52.627-14.435 76.227l0.49-1.408c21.033 30.609 33.711 68.391 34.039 109.117l0.001 0.083z\",\"M833.2 302.72c6.819-21.191 10.75-45.57 10.75-70.867 0-44.143-11.969-85.49-32.84-120.973l0.609 1.12c-5.636-9.632-15.931-16-27.713-16-0.003 0-0.005 0-0.008 0l0-0c-0.149-0-0.324-0.001-0.5-0.001-78.098 0-147.447 37.459-191.060 95.39l-0.44 0.61h-96c-44.053-58.542-113.402-96.001-191.5-96.001-0.176 0-0.352 0-0.528 0.001l0.028-0c-0.002-0-0.005-0-0.007-0-11.782 0-22.077 6.368-27.631 15.849l-0.082 0.151c-20.269 34.382-32.243 75.751-32.243 119.917 0 25.273 3.921 49.63 11.187 72.496l-0.464-1.693c-18.965 32.535-30.329 71.535-30.759 113.155l-0.001 0.125v32c0.145 112.978 83.817 206.369 192.571 221.742l1.189 0.138c-21.049 26.737-33.76 60.898-33.76 98.028 0 0.032 0 0.065 0 0.097l-0-0.005v32h-96c-53.019 0-96-42.981-96-96v0c0-88.366-71.634-160-160-160v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c53.019 0 96 42.981 96 96v0c0 88.366 71.634 160 160 160v0h96v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-53.019 42.981-96 96-96s96 42.981 96 96v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-0.027 0-0.060 0-0.092 0-37.13-12.711-71.291-34.019-98.369l0.259 0.341c109.943-15.511 193.615-108.902 193.76-221.865l0-0.015v-32c-0.417-41.75-11.798-80.754-31.394-114.384l0.594 1.104zM800 448c0 88.366-71.634 160-160 160v0h-192c-88.366 0-160-71.634-160-160v0-32c0.424-33.534 10.669-64.591 27.982-90.529l-0.382 0.609c4.061-5.308 6.507-12.039 6.507-19.341 0-4.105-0.773-8.030-2.181-11.636l0.075 0.218c-7.502-18.788-11.853-40.562-11.853-63.353 0-25.689 5.528-50.088 15.459-72.070l-0.446 1.104c54.534 6.032 100.959 36.258 128.862 79.547l0.418 0.693c5.755 8.9 15.614 14.717 26.834 14.76l0.006 0h129.4c0 0 0.001 0 0.001 0 11.272 0 21.182-5.828 26.883-14.635l0.076-0.125c28.318-43.987 74.744-74.214 128.49-80.169l0.79-0.071c9.458 20.853 14.97 45.218 14.97 70.87 0 22.827-4.365 44.635-12.305 64.635l0.415-1.185c-1.364 3.445-2.156 7.437-2.156 11.613 0 7.134 2.309 13.729 6.219 19.078l-0.064-0.091c17.092 25.341 27.476 56.447 27.998 89.946l0.002 0.134z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"github-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31328,\"id\":652,\"name\":\"github-logo-duotone\",\"prevSize\":16,\"code\":60837,\"codes\":[60837,60838]},\"setIdx\":5,\"setId\":5,\"iconIdx\":595},{\"icon\":{\"paths\":[\"M880.92 443.36l-368.92 260.64-368.92-260.64 70.92-271.36c1.788-6.862 7.93-11.845 15.235-11.845 6.746 0 12.499 4.249 14.73 10.216l0.036 0.109 78.6 213.52h378.8l78.6-213.52c2.211-6.18 8.016-10.523 14.836-10.523 7.377 0 13.567 5.081 15.261 11.935l0.023 0.108z\",\"M920.6 468.4l-79.6-304.4c-5.462-20.807-24.1-35.906-46.265-35.906-20.531 0-38.036 12.955-44.787 31.135l-0.107 0.33-70.72 192.44h-334.24l-70.72-192.52c-6.868-18.494-24.364-31.433-44.883-31.433-22.182 0-40.832 15.122-46.203 35.62l-0.074 0.333-79.6 304.4c-4.758 17.422-7.492 37.425-7.492 58.067 0 76.322 37.376 143.915 94.824 185.472l0.669 0.46 293.080 207.040c7.646 5.457 17.181 8.724 27.48 8.724s19.834-3.268 27.626-8.823l-0.146 0.099 293.080-207.040c58.155-42.015 95.56-109.629 95.56-185.981 0-20.625-2.729-40.612-7.847-59.62l0.367 1.601zM232 230l60.52 165.040c4.629 12.338 16.325 20.96 30.035 20.96 0.002 0 0.003-0 0.005-0l378.88 0c0.001 0 0.003 0 0.005 0 13.71 0 25.406-8.622 29.963-20.739l0.073-0.221 60.52-165.040 52.28 200-332.28 234.84-332.4-234.84zM162.72 496.44l293.8 207.56-82.88 58.6-145.28-102.6c-41.652-30.173-68.433-78.66-68.433-133.401 0-10.664 1.016-21.092 2.958-31.19l-0.165 1.030zM512 860.44l-82.92-58.6 82.92-58.64 82.92 58.56zM795.64 660l-145.28 102.64-82.88-58.64 293.8-207.6c1.781 9.079 2.799 19.518 2.799 30.195 0 54.744-26.784 103.233-67.962 133.076l-0.477 0.329z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gitlab-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31329,\"id\":651,\"name\":\"gitlab-logo-duotone\",\"prevSize\":16,\"code\":60839,\"codes\":[60839,60840]},\"setIdx\":5,\"setId\":5,\"iconIdx\":596},{\"icon\":{\"paths\":[\"M814.080 686.080l-293.040 207.040c-2.514 1.799-5.651 2.877-9.040 2.877s-6.526-1.078-9.087-2.909l0.047 0.032-293.040-207.040c-49.903-35.991-82.007-93.967-82.007-159.441 0-17.834 2.382-35.112 6.845-51.532l-0.318 1.373 79.56-304.48c1.788-6.862 7.93-11.845 15.235-11.845 6.746 0 12.499 4.249 14.73 10.216l0.036 0.109 78.6 213.52h378.8l78.6-213.52c2.211-6.18 8.016-10.523 14.836-10.523 7.377 0 13.567 5.081 15.261 11.935l0.023 0.108 79.56 304.48c4.133 15.026 6.508 32.279 6.508 50.087 0 65.518-32.147 123.527-81.528 159.116l-0.58 0.398z\",\"M920.6 468.4l-79.6-304.4c-5.462-20.807-24.1-35.906-46.265-35.906-20.531 0-38.036 12.955-44.787 31.135l-0.107 0.33-70.72 192.44h-334.24l-70.72-192.52c-6.868-18.494-24.364-31.433-44.883-31.433-22.182 0-40.832 15.122-46.203 35.62l-0.074 0.333-79.6 304.4c-4.758 17.422-7.492 37.425-7.492 58.067 0 76.322 37.376 143.915 94.824 185.472l0.669 0.46 293.080 207.040c7.646 5.457 17.181 8.724 27.48 8.724s19.834-3.268 27.626-8.823l-0.146 0.099 293.080-207.040c58.155-42.015 95.56-109.629 95.56-185.981 0-20.625-2.729-40.612-7.847-59.62l0.367 1.601zM795.64 660l-283.64 200.36-283.64-200.36c-41.649-30.206-68.425-78.715-68.425-133.477 0-14.89 1.98-29.318 5.69-43.034l-0.265 1.151 66.64-254.64 60.52 165.040c4.629 12.338 16.325 20.96 30.035 20.96 0.002 0 0.003-0 0.005-0l378.88 0c0.001 0 0.003 0 0.005 0 13.71 0 25.406-8.622 29.963-20.739l0.073-0.221 60.52-165.040 66.52 254.6c3.463 12.597 5.453 27.061 5.453 41.989 0 54.722-26.736 103.2-67.859 133.083l-0.474 0.328z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gitlab-logo-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31330,\"id\":650,\"name\":\"gitlab-logo-simple-duotone\",\"prevSize\":16,\"code\":60841,\"codes\":[60841,60842]},\"setIdx\":5,\"setId\":5,\"iconIdx\":597},{\"icon\":{\"paths\":[\"M416 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M832 448c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-100c-52.137-0.127-98.426-25.054-127.711-63.603l-0.289-0.397-105.24-140.32c43.59-21.033 73.131-64.888 73.131-115.643 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.36 40.407 109.283 95.216 123.763l0.892 0.2v328c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-260l76.8 102.4c41.402 54.528 106.207 89.426 179.172 89.6l0.028 0h100c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128 0-70.67-57.271-127.963-127.932-128l-0.004-0zM256 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM384 800c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM832 640c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"git-merge-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31331,\"id\":649,\"name\":\"git-merge-duotone\",\"prevSize\":16,\"code\":60843,\"codes\":[60843,60844]},\"setIdx\":5,\"setId\":5,\"iconIdx\":598},{\"icon\":{\"paths\":[\"M384 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM800 672c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z\",\"M416 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v264c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-264c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM224 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM352 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM832 644v-148.48c0-0.167 0.001-0.365 0.001-0.563 0-61.68-25.077-117.502-65.592-157.828l-0.009-0.009-113.16-113.12h114.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-114.76l113.12 113.16c28.958 28.779 46.881 68.633 46.881 112.673 0 0.157-0 0.314-0.001 0.471l0-0.024v148.48c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM800 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"git-pull-request-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31332,\"id\":648,\"name\":\"git-pull-request-duotone\",\"prevSize\":16,\"code\":60845,\"codes\":[60845,60846]},\"setIdx\":5,\"setId\":5,\"iconIdx\":599},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM406.52 672h210.96c-21.48 73.36-57.48 139.48-105.48 191.56-48-52.080-84-118.2-105.48-191.56zM392 608c-5.065-28.861-7.96-62.092-7.96-96s2.895-67.139 8.452-99.46l-0.492 3.46h240c5.065 28.861 7.96 62.092 7.96 96s-2.895 67.139-8.452 99.46l0.492-3.46zM160 512c-0-0.089-0-0.195-0-0.301 0-34.080 4.865-67.025 13.938-98.176l-0.618 2.477h153.84c-4.557 28.851-7.16 62.122-7.16 96s2.603 67.148 7.62 99.621l-0.46-3.621h-153.84c-8.455-28.675-13.32-61.619-13.32-95.699 0-0.106 0-0.212 0-0.317l-0 0.017zM617.48 352h-210.96c21.48-73.36 57.48-139.48 105.48-191.56 48 52.080 84 118.2 105.48 191.56zM696.84 416h153.84c8.456 28.767 13.32 61.815 13.32 96s-4.865 67.233-13.94 98.491l0.619-2.491h-153.84c4.557-28.851 7.16-62.122 7.16-96s-2.603-67.148-7.62-99.621l0.46 3.621zM825.48 352h-141.72c-17.709-68.447-45.558-128.48-82.293-181.929l1.253 1.929c97.797 26.878 176.969 92.088 221.832 178.047l0.928 1.953zM421.28 172c-35.482 51.52-63.331 111.553-80.162 176.038l-0.878 3.962h-141.72c45.791-87.912 124.963-153.122 220.277-179.416l2.483-0.584zM198.52 672h141.72c17.709 68.447 45.558 128.48 82.293 181.929l-1.253-1.929c-97.797-26.878-176.969-92.088-221.832-178.047l-0.928-1.953zM602.72 852c35.482-51.52 63.331-111.553 80.162-176.038l0.878-3.962h141.72c-45.791 87.912-124.963 153.122-220.277 179.416l-2.483 0.584z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"globe-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31333,\"id\":647,\"name\":\"globe-duotone\",\"prevSize\":16,\"code\":60847,\"codes\":[60847,60848]},\"setIdx\":5,\"setId\":5,\"iconIdx\":600},{\"icon\":{\"paths\":[\"M860 674.84c-28.568 60-70.044 109.755-121.086 147.248l-1.074 0.752-37.44-37.48c-3.9-3.914-8.805-6.824-14.296-8.308l-0.224-0.052-85.88-22.64c-13.841-3.729-23.86-16.168-23.86-30.947 0-1.642 0.124-3.254 0.362-4.83l-0.022 0.177 9.52-64.8c1.709-11.296 9.117-20.536 19.151-24.801l0.209-0.079 121.84-50.64c3.624-1.545 7.839-2.444 12.265-2.444 8.344 0 15.942 3.193 21.638 8.425l-0.023-0.021zM639.56 420l88.68-103.2c4.803-5.548 7.737-12.829 7.76-20.795l0-0.005v-96c-62.177-45.168-140.032-72.256-224.214-72.256-212.077 0-384 171.923-384 384 0 85.33 27.832 164.159 74.914 227.905l-0.74-1.049 39.68-26.080c8.667-5.786 14.31-15.509 14.36-26.552l0-0.008 0.84-144.92c0.047-6.579 2.057-12.679 5.473-17.755l-0.073 0.115 83.76-125.2c5.83-8.567 15.536-14.12 26.539-14.12 7.074 0 13.613 2.296 18.91 6.183l-0.089-0.063 79.24 52c5.224 3.8 11.767 6.080 18.843 6.080 1.494 0 2.964-0.102 4.404-0.298l-0.167 0.019 125.84-17.040c8.075-1.13 15.053-5.13 20.003-10.916l0.037-0.044z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 160c0.111-0 0.241-0 0.372-0 71.298 0 137.617 21.319 192.93 57.93l-1.302-0.81v78.88l-88.68 102.96-125.88 17.040-1.24-0.88-78.68-51.44c-10.26-7.304-23.047-11.678-36.856-11.678-22.072 0-41.535 11.173-53.040 28.172l-0.144 0.225-83.76 125.2c-6.704 9.901-10.728 22.093-10.8 35.222l-0 0.018-0.92 144.92-13.080 8.6c-31.978-51.985-50.921-114.96-50.921-182.36 0-194.404 157.596-352 352-352l0.001 0zM249.16 745.88l10.080-6.6c17.36-11.572 28.666-31.036 28.76-53.146l0-0.014 0.84-144.92 83.84-125.2c0.368 0.286 0.785 0.576 1.218 0.844l0.062 0.036 78.68 51.48c10.231 7.297 22.988 11.667 36.765 11.667 3.045 0 6.041-0.213 8.972-0.626l-0.337 0.039 125.96-17.080c16.085-2.204 30.009-10.102 39.932-21.56l0.068-0.080 88.68-103.040c9.523-11.106 15.32-25.65 15.32-41.548 0-0.046-0-0.093-0-0.139l0 0.007v-25.32c59.476 62.822 96.046 147.859 96.046 241.437 0 38.554-6.207 75.657-17.677 110.366l0.711-2.483-64.56-59.040c-11.353-10.447-26.568-16.851-43.278-16.851-8.818 0-17.219 1.783-24.862 5.009l0.42-0.158-121.84 50.6c-20.457 8.746-35.253 27.218-38.674 49.441l-0.046 0.359-9.56 64.76c-0.435 2.805-0.684 6.040-0.684 9.334 0 29.575 20.060 54.464 47.316 61.804l0.448 0.103 85.84 22.64 9.44 9.48c-50.221 29.315-110.559 46.622-174.938 46.622-104.444 0-198.249-45.55-262.633-117.869l-0.308-0.353zM740 780l-17.2-17.24c-7.8-7.828-17.61-13.647-28.592-16.617l-0.448-0.103-85.76-22.64 9.56-64.76 121.8-50.64 80.64 73.92c-21.344 38.22-48.032 70.672-79.524 97.682l-0.476 0.398z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"globe-hemisphere-east-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31334,\"id\":646,\"name\":\"globe-hemisphere-east-duotone\",\"prevSize\":16,\"code\":60849,\"codes\":[60849,60850]},\"setIdx\":5,\"setId\":5,\"iconIdx\":601},{\"icon\":{\"paths\":[\"M852.36 689.92c-62.644 118.031-181.983 198.638-320.729 205.604l-0.911 0.036 12.68-65.76c0.362-1.806 0.569-3.882 0.569-6.006 0-8.429-3.259-16.098-8.586-21.813l0.018 0.019-78.96-81.32c-5.283-5.69-8.525-13.34-8.525-21.747 0-4.712 1.018-9.186 2.847-13.214l-0.082 0.201 54.8-122.96c5.116-11.272 16.272-18.969 29.227-18.969 1.514 0 3.004 0.105 4.462 0.309l-0.168-0.019 91.28 12.32c4.686 0.657 8.902 2.224 12.62 4.52l-0.14-0.080zM466.84 380l49.16-27.040c2.281-1.247 4.25-2.667 6.021-4.299l-0.021 0.019 107.64-97.32c6.442-5.875 10.469-14.304 10.469-23.673 0-5.764-1.524-11.173-4.191-15.844l0.083 0.157-42-75.24c-24.592-5.569-52.833-8.76-81.819-8.76-0.064 0-0.127 0-0.191 0l0.010-0c-0.173-0-0.378-0-0.583-0-91.355 0-175.228 32.031-241.002 85.476l0.705-0.555-47.12 111.4c-1.592 3.672-2.518 7.949-2.518 12.442 0 4.037 0.748 7.9 2.112 11.457l-0.074-0.219 46 122.68c3.89 10.116 12.484 17.638 23.028 19.961l0.212 0.039 10.76 2.32 53.28-93c5.636-9.633 15.931-16 27.713-16 0.017 0 0.033 0 0.050 0l-0.003-0h66.84c0.015 0 0.033 0 0.052 0 5.651 0 10.956-1.483 15.546-4.082l-0.157 0.082z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.081 0 0.176 0 0.271 0 47.39-9.406 92.584-26.452 133.816l0.852-2.327-178.8-109.96c-7.146-4.479-15.583-7.63-24.627-8.882l-0.333-0.038-91.28-12.32c-2.502-0.344-5.394-0.541-8.332-0.541-23.629 0-44.288 12.718-55.504 31.682l-0.164 0.299h-34.88l-15.2-31.44c-8.559-17.544-24.452-30.375-43.578-34.602l-0.422-0.078-32-6.92 31.28-54.96h66.84c11.35-0.023 22.003-2.986 31.244-8.167l-0.324 0.167 49-27.040c4.549-2.56 8.481-5.395 12.061-8.614l-0.061 0.054 107.64-97.36c13.034-11.716 21.194-28.632 21.194-47.453 0-11.458-3.024-22.21-8.319-31.501l0.165 0.314-1.44-2.6c119.99 57.861 201.336 178.519 201.44 318.186l0 0.014zM573.24 165.36l34.76 62.24-107.64 97.36-48.96 27.040h-66.84c-0.028-0-0.061-0-0.094-0-23.564 0-44.154 12.735-55.262 31.698l-0.164 0.302-34.92 60.92-40.6-108.16 43.76-103.48c58.755-45.751 133.605-73.351 214.901-73.351 21.592 0 42.729 1.947 63.245 5.675l-2.147-0.324zM160 512c-0-0.106-0-0.232-0-0.358 0-54.831 12.604-106.717 35.073-152.921l-0.912 2.079 45.36 121.080c7.78 20.231 24.967 35.277 46.056 39.922l0.424 0.078 85.72 18.44 15.24 31.68c10.698 21.444 32.449 35.929 57.59 36l0.010 0h5.92l-28.92 64.92c-3.503 7.663-5.545 16.621-5.545 26.057 0 16.78 6.458 32.051 17.023 43.465l-0.038-0.042 0.56 0.56 78.44 80.8-7.76 40c-190.883-4.582-343.912-160.246-344.24-351.728l-0-0.032zM570.32 859.12l4.52-23.24c0.706-3.578 1.11-7.692 1.11-11.901 0-16.89-6.506-32.26-17.148-43.741l0.038 0.041c-0.198-0.179-0.381-0.362-0.554-0.553l-0.006-0.007-78.28-80.76 54.8-122.96 91.28 12.32 182.88 112.48c-53.127 82.509-137.774 140.8-236.531 158.016l-2.109 0.304z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"globe-hemisphere-west-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31335,\"id\":645,\"name\":\"globe-hemisphere-west-duotone\",\"prevSize\":16,\"code\":60851,\"codes\":[60851,60852]},\"setIdx\":5,\"setId\":5,\"iconIdx\":602},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.52 480h-159.32c-5.64-113.84-41.080-221.88-100.48-308 141.116 38.791 245.555 159.489 259.689 306.569l0.111 1.431zM384.92 544h254.16c-6.72 123.48-52 238.48-127.080 319.56-74.92-81.080-120.36-196.080-127.080-319.56zM384.92 480c6.72-123.48 52-238.48 127.080-319.56 74.92 81.080 120.36 196 127.080 319.56zM421.28 172c-59.4 86.12-94.84 194.16-100.48 308h-159.32c14.244-148.51 118.683-269.208 257.322-307.418l2.478-0.582zM161.48 544h159.32c5.64 113.84 41.080 221.88 100.48 308-141.116-38.791-245.555-159.489-259.689-306.569l-0.111-1.431zM602.72 852c59.4-86.24 94.84-194.28 100.48-308h159.32c-14.244 148.51-118.683 269.208-257.322 307.418l-2.478 0.582z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"globe-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31336,\"id\":644,\"name\":\"globe-simple-duotone\",\"prevSize\":16,\"code\":60853,\"codes\":[60853,60854]},\"setIdx\":5,\"setId\":5,\"iconIdx\":603},{\"icon\":{\"paths\":[\"M800 384c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z\",\"M512 704c176.731 0 320-143.269 320-320s-143.269-320-320-320c-176.731 0-320 143.269-320 320v0c0.205 176.648 143.351 319.795 319.98 320l0.020 0zM512 128c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM823.080 662c5.529 5.743 8.935 13.564 8.935 22.181 0 9.074-3.777 17.265-9.844 23.089l-0.011 0.010c-72.697 70.189-169.457 115.875-276.737 123.519l-1.423 0.081v65.12h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-65.16c-233.262-17.213-415.993-210.695-415.993-446.855 0-120.444 47.53-229.788 124.858-310.296l-0.144 0.151c5.859-6.283 14.184-10.199 23.425-10.199 17.673 0 32 14.327 32 32 0 8.783-3.538 16.739-9.267 22.522l0.002-0.002c-66.435 68.933-107.362 162.848-107.362 266.322 0 212.077 171.923 384 384 384 103.474 0 197.389-40.927 266.44-107.475l-0.118 0.114c5.743-5.528 13.564-8.934 22.18-8.934 9.054 0 17.229 3.76 23.051 9.804l0.010 0.010z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"globe-stand-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31337,\"id\":643,\"name\":\"globe-stand-duotone\",\"prevSize\":16,\"code\":60855,\"codes\":[60855,60856]},\"setIdx\":5,\"setId\":5,\"iconIdx\":604},{\"icon\":{\"paths\":[\"M928 608c0 70.68-121.32 128-192 128-70.692 0-128-57.308-128-128s57.308-128 128-128v0c70.68 0 192 57.32 192 128zM288 480c-70.68 0-192 57.32-192 128s121.32 128 192 128c70.692 0 128-57.308 128-128s-57.308-128-128-128v0z\",\"M1024 544c-0.182-158.985-129.015-287.818-287.983-288l-448.017-0c-158.985 0.182-287.818 129.015-288 287.983l-0 0.017c0.002 43.073 28.299 79.536 67.318 91.815l0.682 0.185c24.24 81.48 150.52 132 220 132 77.012-0.097 141.291-54.492 156.615-126.953l0.185-1.047h134.4c15.509 73.508 79.788 127.903 156.789 128l0.011 0c69.32 0 195.6-50.64 220-132 39.701-12.464 67.998-48.927 68-92l0-0zM181.8 670.96c-33.8-19.92-53.8-43.44-53.8-62.96s19.64-42.44 52.52-62.2l148.84 148.8c-12.042 5.931-26.212 9.4-41.194 9.4-0.059 0-0.117-0-0.175-0l0.009 0c-30.12 0-72.8-13.28-106.2-33.040zM374.6 649.36l-130.6-130.56c13.095-3.972 28.188-6.431 43.799-6.796l0.201-0.004c53.019 0 96 42.981 96 96v0c0 0.049 0 0.108 0 0.166 0 14.981-3.469 29.152-9.648 41.753l0.248-0.559zM640 608c-0-0.027-0-0.059-0-0.091 0-23.167 8.248-44.408 21.967-60.947l-0.127 0.158 142.16 142.16c-24 9.2-48.6 14.72-68 14.72-53.019 0-96-42.981-96-96v0zM862.52 657.24l-143.68-143.68c5.155-0.983 11.088-1.551 17.152-1.56l0.008-0c30.12 0 72.8 13.28 106.2 33.040s53.8 43.44 53.8 62.96c0 15.16-12 32.8-33.48 49.24zM950.72 566.48c-33.36-73.48-149.36-118.48-214.72-118.48-77.012 0.097-141.291 54.492-156.615 126.953l-0.185 1.047h-134.4c-15.509-73.508-79.788-127.903-156.789-128l-0.011-0c-65.36 0-181.36 45-214.72 118.48-5.723-5.769-9.265-13.709-9.28-22.477l-0-0.003c0.137-123.657 100.343-223.863 223.987-224l448.013-0c123.657 0.137 223.863 100.343 224 223.987l0 0.013c-0.015 8.771-3.557 16.711-9.282 22.482l0.002-0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"goggles-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31338,\"id\":642,\"name\":\"goggles-duotone\",\"prevSize\":16,\"code\":60857,\"codes\":[60857,60858]},\"setIdx\":5,\"setId\":5,\"iconIdx\":605},{\"icon\":{\"paths\":[\"M736 352v96c0 123.712-100.288 224-224 224s-224-100.288-224-224v0-96c0-123.712 100.288-224 224-224s224 100.288 224 224v0z\",\"M736 96c-17.673 0-32 14.327-32 32v0 54.96c-47.138-53.264-115.667-86.672-192-86.672-141.284 0-255.836 114.451-256 255.697l-0 0.016v96c0.164 141.261 114.716 255.712 256 255.712 76.333 0 144.863-33.409 191.765-86.401l0.235-0.271v54.96c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0c-65.8 0-130.88-32.32-165.76-82.32-5.86-8.316-15.424-13.683-26.24-13.683-17.674 0-32.002 14.328-32.002 32.002 0 6.858 2.157 13.212 5.83 18.421l-0.068-0.101c46.48 66.64 132.16 109.68 218.24 109.68 141.321-0.159 255.841-114.679 256-255.985l0-0.015v-544c0-17.673-14.327-32-32-32v0zM512 640c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-96c0-106.039 85.961-192 192-192s192 85.961 192 192v0 96c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"goodreads-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31339,\"id\":641,\"name\":\"goodreads-logo-duotone\",\"prevSize\":16,\"code\":60859,\"codes\":[60859,60860]},\"setIdx\":5,\"setId\":5,\"iconIdx\":606},{\"icon\":{\"paths\":[\"M896 224h-768c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h242.76c8.825-0.004 16.814-3.58 22.6-9.36l-0 0 96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 96 96c5.786 5.78 13.775 9.356 22.599 9.36l242.761 0c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM320 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\",\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h242.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 96-96 96 96c11.516 11.588 27.464 18.76 45.087 18.76 0.054 0 0.107-0 0.161-0l-0.008 0h242.76c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 768h-242.76l-96-96c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-96 96h-242.76v-512h768zM320 640c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM320 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM704 640c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM704 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"google-cardboard-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31340,\"id\":640,\"name\":\"google-cardboard-logo-duotone\",\"prevSize\":16,\"code\":60861,\"codes\":[60861,60862]},\"setIdx\":5,\"setId\":5,\"iconIdx\":607},{\"icon\":{\"paths\":[\"M672 512c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 160c122.947 0.052 231.15 63.13 294.061 158.675l0.819 1.325h-294.88c-84.556 0.098-156.322 54.749-182.002 130.645l-0.398 1.355-92.32-160c64.968-80.757 163.784-132 274.568-132 0.053 0 0.107 0 0.16 0l-0.008-0zM640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM458.88 860c-170.196-26.726-298.839-172.321-298.839-347.963 0-58.192 14.121-113.086 39.123-161.442l-0.924 1.965 147.48 255.44c0.24 0.4 0.52 0.76 0.76 1.12 33.956 57.185 95.395 94.915 165.646 94.915 13.864 0 27.385-1.469 40.415-4.261l-1.26 0.226zM530.88 863.48l147.4-255.48c0.32-0.56 0.56-1.12 0.88-1.68 15.674-27.159 24.921-59.735 24.921-94.471 0-49.218-18.566-94.1-49.076-128.024l0.155 0.175h184.84c15.246 37.94 24.090 81.927 24.090 127.98 0 187.809-147.084 341.264-332.345 351.461l-0.904 0.040z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"google-chrome-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31341,\"id\":639,\"name\":\"google-chrome-logo-duotone\",\"prevSize\":16,\"code\":60863,\"codes\":[60863,60864]},\"setIdx\":5,\"setId\":5,\"iconIdx\":608},{\"icon\":{\"paths\":[\"M96 640h256l-131.52 219.2c-4.554-2.798-8.252-6.573-10.879-11.051l-0.081-0.149-109.32-191.4c-2.647-4.557-4.208-10.027-4.208-15.863 0-0.259 0.003-0.518 0.009-0.775l-0.001 0.038zM672 640l131.52 219.2c4.565-2.829 8.265-6.645 10.879-11.167l0.081-0.153 109.28-191.28c2.67-4.573 4.247-10.067 4.247-15.93 0-0.236-0.003-0.47-0.008-0.705l0.001 0.035zM401.72 160c-5.641 0.035-10.929 1.514-15.523 4.084l0.163-0.084 125.64 209.32 125.64-209.32c-4.443-2.491-9.746-3.97-15.391-4l-0.009-0z\",\"M950.4 607.12l-273.88-449.040c-11.415-18.176-31.354-30.080-54.072-30.080-0.073 0-0.146 0-0.219 0l0.011-0h-220.52c-0.063-0-0.138-0-0.212-0-22.706 0-42.631 11.906-53.872 29.815l-0.155 0.265-0.2 0.28-273.52 448.44c-6.114 9.632-9.743 21.364-9.743 33.944 0 11.675 3.126 22.62 8.587 32.044l-0.164-0.307 109.28 191.28c11.239 19.399 31.9 32.239 55.56 32.24l549.4 0c23.66-0.001 44.321-12.841 55.396-31.933l0.164-0.307 109.28-191.28c5.333-9.11 8.483-20.059 8.483-31.744 0-12.452-3.576-24.069-9.757-33.879l0.155 0.263zM876 608h-185.92l-140.76-234.68 91-151.68zM408.52 608l103.48-172.48 103.48 172.48zM653.88 672l96 160h-475.76l96-160zM512 311.12l-71.52-119.12 143.12-0.2zM383.64 221.64l91.040 151.68-140.8 234.68h-185.88zM146.16 672h149.32l-76.6 127.68zM805.12 799.72l-76.64-127.72h149.64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"google-drive-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31342,\"id\":638,\"name\":\"google-drive-logo-duotone\",\"prevSize\":16,\"code\":60865,\"codes\":[60865,60866]},\"setIdx\":5,\"setId\":5,\"iconIdx\":609},{\"icon\":{\"paths\":[\"M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z\",\"M896 512c0 0.006 0 0.013 0 0.020 0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384 118.941 0 225.253 54.077 295.689 138.986l0.511 0.634c5.016 5.624 8.081 13.083 8.081 21.258 0 17.673-14.327 32-32 32-10.317 0-19.494-4.883-25.346-12.463l-0.055-0.074c-59.123-71.314-147.733-116.397-246.872-116.397-176.731 0-320 143.269-320 320s143.269 320 320 320c165.448 0 301.57-125.559 318.277-286.588l0.116-1.374h-318.4c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"google-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31343,\"id\":637,\"name\":\"google-logo-duotone\",\"prevSize\":16,\"code\":60867,\"codes\":[60867,60868]},\"setIdx\":5,\"setId\":5,\"iconIdx\":610},{\"icon\":{\"paths\":[\"M768 352c0.001 0.188 0.001 0.411 0.001 0.634 0 60.537-21.115 116.142-56.381 159.853l0.38-0.487h-200v-416c141.385 0 256 114.615 256 256v0zM256 672c0 141.385 114.615 256 256 256v0-416h-200c-34.886 43.224-56.001 98.829-56.001 159.366 0 0.223 0 0.446 0.001 0.669l-0-0.035z\",\"M928 480h-158.040c18.923-37.318 30.008-81.365 30.008-128 0-159.047-128.924-287.982-287.966-288l-0.002-0c-17.673 0-32 14.327-32 32v0 158.040c-37.318-18.923-81.365-30.008-128-30.008-159.047 0-287.982 128.924-288 287.966l-0 0.002c0 17.673 14.327 32 32 32v0h158.040c-18.923 37.318-30.008 81.365-30.008 128 0 159.047 128.924 287.982 287.966 288l0.002 0c17.673 0 32-14.327 32-32v0-158.040c37.318 18.923 81.365 30.008 128 30.008 159.047 0 287.982-128.924 288-287.966l0-0.002c0-17.673-14.327-32-32-32v0zM480 893.72c-109.11-16.35-191.848-109.35-192-221.704l-0-0.016c-0.002-0.331-0.003-0.722-0.003-1.113 0-47.512 14.977-91.527 40.468-127.58l-0.465 0.693h152zM480 480h-349.72c16.35-109.11 109.35-191.848 221.704-192l0.016-0c0.331-0.002 0.722-0.003 1.113-0.003 47.512 0 91.527 14.977 127.58 40.468l-0.693-0.465zM544 130.28c109.11 16.35 191.848 109.35 192 221.704l0 0.016c0.002 0.331 0.003 0.722 0.003 1.113 0 47.512-14.977 91.527-40.468 127.58l0.465-0.693h-152zM672 736c-0.331 0.002-0.722 0.003-1.113 0.003-47.512 0-91.527-14.977-127.58-40.468l0.693 0.465v-152h349.72c-16.35 109.11-109.35 191.848-221.704 192l-0.016 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"google-photos-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31344,\"id\":636,\"name\":\"google-photos-logo-duotone\",\"prevSize\":16,\"code\":60869,\"codes\":[60869,60870]},\"setIdx\":5,\"setId\":5,\"iconIdx\":611},{\"icon\":{\"paths\":[\"M576 512l-406.72 408c-5.728-5.598-9.28-13.402-9.28-22.035 0-0.058 0-0.116 0-0.174l-0 0.009v-771.6c-0-0.049-0-0.107-0-0.165 0-8.633 3.552-16.437 9.275-22.029l0.006-0.006z\",\"M895.28 456.72l-671.28-384.080c-9.237-5.477-20.36-8.714-32.24-8.714s-23.003 3.237-32.537 8.876l0.297-0.163c-18.97 11.025-31.521 31.252-31.521 54.41 0 0.151 0.001 0.302 0.002 0.453l-0-0.023v769.040c-0 0.053-0 0.116-0 0.179 0 23.223 12.621 43.498 31.378 54.34l0.302 0.161c9.237 5.477 20.36 8.714 32.24 8.714s23.003-3.237 32.537-8.876l-0.297 0.163 671.12-384c19.658-10.93 32.739-31.578 32.739-55.28s-13.081-44.349-32.418-55.116l-0.321-0.164zM192 850.68v-677.36l338.76 338.68zM576 557.24l75.68 75.68-354 202.64zM297.6 188.4l354.12 202.68-75.72 75.68zM709.24 600l-88-88 88-88 153.72 88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"google-play-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31345,\"id\":635,\"name\":\"google-play-logo-duotone\",\"prevSize\":16,\"code\":60871,\"codes\":[60871,60872]},\"setIdx\":5,\"setId\":5,\"iconIdx\":612},{\"icon\":{\"paths\":[\"M937.36 534.64l-425.36 425.36-425.36-425.36c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 425.36-425.36 425.36 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\",\"M544 64v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM704 224c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM512 800c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM512 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM320 224c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM704 512c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM128 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 608c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM896 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"google-podcasts-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31346,\"id\":634,\"name\":\"google-podcasts-logo-duotone\",\"prevSize\":16,\"code\":60873,\"codes\":[60873,60874]},\"setIdx\":5,\"setId\":5,\"iconIdx\":613},{\"icon\":{\"paths\":[\"M896 256v480h-768v-480z\",\"M96 416c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0zM896 384h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 544h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 544h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 576c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0zM224 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM128 288h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-768c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"gradient-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31347,\"id\":633,\"name\":\"gradient-duotone\",\"prevSize\":16,\"code\":60875,\"codes\":[60875,60876]},\"setIdx\":5,\"setId\":5,\"iconIdx\":614},{\"icon\":{\"paths\":[\"M864 452.28v212.88c0 0.022 0 0.048 0 0.074 0 8.132-3.033 15.555-8.029 21.2l0.029-0.034c-45.2 50.36-155.6 145.6-344 145.6s-298.72-95.24-344-145.6c-4.967-5.611-8-13.035-8-21.166 0-0.026 0-0.052 0-0.078l-0 0.004v-212.88l352 187.72z\",\"M1007.040 355.76l-480-256c-4.355-2.365-9.535-3.755-15.040-3.755s-10.685 1.39-15.209 3.838l0.169-0.084-480 256c-10.163 5.497-16.95 16.076-16.95 28.24s6.787 22.743 16.781 28.156l0.169 0.084 111.040 59.24v193.68c-0 0.040-0 0.087-0 0.135 0 16.346 6.163 31.253 16.292 42.524l-0.052-0.058c52.4 58.36 169.8 156.24 367.76 156.24 1.278 0.011 2.788 0.018 4.301 0.018 67.519 0 132.032-12.868 191.22-36.286l-3.521 1.228v131.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-161.96c43-25.088 79.825-55.073 111.415-89.894l0.345-0.386c10.077-11.212 16.24-26.119 16.24-42.465 0-0.047-0-0.095-0-0.142l0 0.007v-193.68l111.040-59.24c10.163-5.497 16.95-16.076 16.95-28.24s-6.787-22.743-16.781-28.156l-0.169-0.084zM512 800c-173.080 0-274.88-84.56-320-134.84v-159.56l304.96 162.64c4.355 2.365 9.535 3.755 15.040 3.755s10.685-1.39 15.209-3.838l-0.169 0.084 176.96-94.36v185.36c-50.4 23.52-113.92 40.76-192 40.76zM832 665c-19.070 21.104-40.034 39.846-62.827 56.2l-1.173 0.8v-182.28l64-34.12zM752 475.76l-0.88-0.52-224-119.48c-4.232-2.207-9.243-3.502-14.556-3.502-17.673 0-32 14.327-32 32 0 11.974 6.577 22.413 16.316 27.899l0.16 0.083 186.96 99.76-172 91.72-412-219.72 412-219.72 412 219.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"graduation-cap-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31348,\"id\":632,\"name\":\"graduation-cap-duotone\",\"prevSize\":16,\"code\":60877,\"codes\":[60877,60878]},\"setIdx\":5,\"setId\":5,\"iconIdx\":615},{\"icon\":{\"paths\":[\"M832 256v224c-176.731 0-320 143.269-320 320v0c0-176.731-143.269-320-320-320v0-224c0.077-0 0.168-0 0.259-0 52.51 0 102.054 12.7 145.728 35.196l-1.786-0.836c46.28-129.6 175.8-194.36 175.8-194.36s129.56 64.76 176 194.32v0c41.845-21.635 91.339-34.32 143.796-34.32 0.072 0 0.144 0 0.216 0l-0.011-0z\",\"M832 224c-0.001-0-0.003-0-0.004-0-45.844 0-89.631 8.811-129.758 24.832l2.362-0.832c-57.28-118.8-173-177.84-178.28-180.52-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-5.32 2.68-121 61.72-178.28 180.52-37.765-15.189-81.552-24-127.396-24-0.001 0-0.003 0-0.004 0l-0 0c-17.673 0-32 14.327-32 32v0 320c0 194.404 157.596 352 352 352s352-157.596 352-352v0-320c0-17.673-14.327-32-32-32v0zM480 862.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018v-62.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM480 597.84c-58.417-82.507-149.817-138.342-254.59-148.252l-1.41-0.108v-159.72c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM376.6 276.44c36.88-76.88 105.72-125.4 135.4-143.64 29.76 18.16 98.4 66.4 135.36 143.64-58.987 36.889-105.403 88.973-134.446 150.834l-0.914 2.166c-29.967-64.031-76.397-116.116-133.917-152.134l-1.483-0.866zM800 576c-0.177 147.723-111.39 269.416-254.654 286.112l-1.346 0.128v-62.24c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128zM800 449.48c-106.183 10.018-197.583 65.853-255.263 147.264l-0.737 1.096v-21.84c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"grains-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31349,\"id\":631,\"name\":\"grains-duotone\",\"prevSize\":16,\"code\":60879,\"codes\":[60879,60880]},\"setIdx\":5,\"setId\":5,\"iconIdx\":616},{\"icon\":{\"paths\":[\"M832 256v224c-176.731 0-320 143.269-320 320v0c0-176.731-143.269-320-320-320v0-224c0.077-0 0.168-0 0.259-0 52.51 0 102.054 12.7 145.728 35.196l-1.786-0.836c46.28-129.6 175.8-194.36 175.8-194.36s129.56 64.76 176 194.32v0c41.845-21.635 91.339-34.32 143.796-34.32 0.072 0 0.144 0 0.216 0l-0.011-0z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.92 42.84q-7.6-0.36-15.24-0.36c-17.673 0-32 14.327-32 32v0 320c0.010 194.396 157.602 351.982 352 351.982 95.199 0 181.571-37.792 244.932-99.191l-0.092 0.089 51.48 56.64c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM480 862.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018v-62.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM224 449.48v-159.72c19.716 2.24 37.58 6.107 54.74 11.553l-2.020-0.553 268.44 295.24c-11.926 16.584-22.987 35.444-32.252 55.31l-0.908 2.17c-52.582-112.572-159.789-191.798-286.578-203.89l-1.422-0.11zM544 862.24v-62.24c0.028-57.646 16.967-111.33 46.124-156.367l-0.684 1.127 124.32 136.76c-44.443 43.724-103.11 73.111-168.435 80.597l-1.325 0.123zM864 256v320c0 0.058 0 0.126 0 0.193 0 33.238-4.6 65.402-13.199 95.89l0.598-2.483c-3.844 13.663-16.191 23.512-30.839 23.52l-0.001 0c-0.082 0.001-0.179 0.001-0.276 0.001-2.948 0-5.8-0.409-8.503-1.174l0.22 0.053c-13.658-3.852-23.501-16.202-23.501-30.851 0-3.014 0.417-5.93 1.195-8.695l-0.054 0.225c6.562-22.986 10.344-49.388 10.36-76.671l0-0.009v-62.28c-36.481 4.078-69.724 14.461-99.822 30.066l1.582-0.746c-4.43 2.467-9.718 3.919-15.344 3.919-17.673 0-32-14.327-32-32 0-12.728 7.431-23.721 18.192-28.876l0.193-0.083c36.941-19.274 80.115-32.312 125.855-36.461l1.345-0.099v-159.64c-83.149 9.716-154.513 53.421-200.833 116.629l-0.567 0.811c-5.896 8.093-15.341 13.293-26 13.293-17.714 0-32.073-14.36-32.073-32.073 0-7.054 2.277-13.576 6.137-18.872l-0.064 0.092c27.333-37.358 60.776-68.43 99.148-92.334l1.492-0.866c-36.76-77.28-105.44-125.52-135.24-143.68-36.014 22.353-66.856 48.792-93.17 79.251l-0.43 0.509c-5.884 6.547-14.379 10.645-23.832 10.645-17.673 0-32-14.327-32-32 0-7.58 2.636-14.545 7.041-20.028l-0.048 0.062c35.615-41.773 78.004-76.507 125.686-102.829l2.314-1.171c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084c5.28 2.64 121.080 61.72 178.36 180.6 37.74-15.089 81.483-23.84 127.271-23.84 0.059 0 0.119 0 0.178 0l-0.009-0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"grains-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31350,\"id\":630,\"name\":\"grains-slash-duotone\",\"prevSize\":16,\"code\":60881,\"codes\":[60881,60882]},\"setIdx\":5,\"setId\":5,\"iconIdx\":617},{\"icon\":{\"paths\":[\"M608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M800 608c-0.020-0-0.044-0-0.068-0-29.539 0-56.729 10.056-78.334 26.932l0.282-0.212-92.44-72c6.673-14.908 10.56-32.31 10.56-50.619 0-0.036-0-0.071-0-0.107l0 0.006c0-2.96 0-5.92-0.32-8.84l52.92-17.64c23.168 35.343 62.596 58.363 107.4 58.363 70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128 0 0.041 0 0.082 0 0.123l-0-0.006c0 2.96 0 5.92 0.32 8.84l-52.92 17.64c-23.144-35.389-62.576-58.453-107.396-58.48l-0.004-0c-7.457 0.016-14.752 0.655-21.852 1.869l0.772-0.109-27.36-61.76c29.426-23.654 48.099-59.646 48.099-100 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128 0.12 0 0.24-0 0.359-0l-0.019 0c7.457-0.016 14.752-0.655 21.852-1.869l-0.772 0.109 27.36 61.6c-29.622 23.592-48.441 59.657-48.441 100.117 0 21.343 5.237 41.464 14.496 59.146l-0.335-0.703-102.84 91.36c-20.107-13.719-44.94-21.907-71.685-21.907-70.825 0-128.24 57.415-128.24 128.24s57.415 128.24 128.24 128.24c70.825 0 128.24-57.415 128.24-128.24 0-21.292-5.189-41.373-14.372-59.045l0.337 0.712 102.84-91.36c20 13.63 44.694 21.763 71.288 21.763 29.572 0 56.795-10.057 78.436-26.936l-0.284 0.213 92.44 72c-6.665 14.89-10.551 32.27-10.56 50.557l-0 0.003c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128v0zM800 352c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM320 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM224 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM448 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM800 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"graph-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31351,\"id\":629,\"name\":\"graph-duotone\",\"prevSize\":16,\"code\":60883,\"codes\":[60883,60884]},\"setIdx\":5,\"setId\":5,\"iconIdx\":618},{\"icon\":{\"paths\":[\"M832 224v576c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 480h-256v-256h256zM480 224v256h-256v-256zM224 544h256v256h-256zM800 800h-256v-256h256v256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"grid-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31352,\"id\":628,\"name\":\"grid-four-duotone\",\"prevSize\":16,\"code\":60885,\"codes\":[60885,60886]},\"setIdx\":5,\"setId\":5,\"iconIdx\":619},{\"icon\":{\"paths\":[\"M896 256v512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 192h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM416 576v-128h192v128zM608 640v128h-192v-128zM160 448h192v128h-192zM416 384v-128h192v128zM672 448h192v128h-192zM864 384h-192v-128h192zM352 256v128h-192v-128zM160 640h192v128h-192zM864 768h-192v-128h192v128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"grid-nine-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31353,\"id\":627,\"name\":\"grid-nine-duotone\",\"prevSize\":16,\"code\":60887,\"codes\":[60887,60888]},\"setIdx\":5,\"setId\":5,\"iconIdx\":620},{\"icon\":{\"paths\":[\"M620.8 403.2c-92-92-222.28-110.52-291.2-41.6-12.89 12.946-23.208 28.465-30.114 45.718l-0.326 0.922c-9.893 23.365-32.442 39.55-58.824 39.999l-0.056 0.001c-48.28 1.52-92.28 18.2-125.080 50.96-84.8 84.8-61.88 245.28 51.2 358.4s273.56 136 358.4 51.2c32.76-32.8 49.44-76.8 51.2-125.080 0.45-26.438 16.635-48.987 39.575-58.72l0.425-0.16c18.175-7.232 33.694-17.55 46.645-30.445l-0.005 0.005c68.68-68.92 50.040-199.28-41.84-291.2zM448 672c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\",\"M982.64 169.36l-128-128c-5.789-5.782-13.783-9.357-22.612-9.357-17.673 0-32 14.327-32 32 0 5.488 1.381 10.653 3.816 15.167l-0.084-0.17-241.68 241.64c-91.16-47.44-193.24-43.48-255.080 18.32-15.893 15.959-28.622 35.083-37.157 56.342l-0.403 1.138c-5.264 11.621-16.762 19.56-30.113 19.56-0.031 0-0.061-0-0.092-0l0.005 0c-58.36 1.96-109.040 22.88-146.6 60.44-48.32 48.44-68.64 117.96-57.68 195.84 10.64 74.52 49.32 148.32 109.040 207.72s133.36 98.24 208 108.88c12.081 1.903 26.072 3.034 40.311 3.12l0.089 0c61.28 0 115.32-20.92 155.040-60.64 37.56-37.56 58.48-88.24 60.44-146.6-0-0.010-0-0.022-0-0.034 0-13.398 7.994-24.928 19.472-30.083l0.208-0.084c22.399-8.933 41.524-21.662 57.485-37.565l-0.005 0.005c61.8-61.84 65.76-164 18.32-255.080l241.64-241.68c4.344 2.35 9.509 3.732 14.997 3.732 17.673 0 32-14.327 32-32 0-8.829-3.575-16.823-9.357-22.612l0 0zM800 274.72l-50.72-50.72 98.72-98.76 50.76 50.76zM640 671.72c-9.931 9.89-21.846 17.798-35.094 23.072l-0.706 0.248c-34.89 14.65-59.125 48.169-59.998 87.451l-0.002 0.109c-1.44 41.84-16 77.64-41.72 103.52-33.76 33.72-84 47.8-141.44 39.56-61.040-8.68-122.12-40.92-171.96-90.76s-82.080-110.92-90.76-171.68c-8-57.48 5.84-107.68 39.56-141.44 25.88-25.8 61.68-40.28 103.52-41.8v0c39.397-0.854 72.926-25.097 87.322-59.362l0.238-0.638c5.498-14.032 13.41-26.016 23.326-36.006l-0.006 0.006c21.96-21.96 52-32.52 85.52-32.52 27.784 0.458 54.022 6.583 77.768 17.262l-1.248-0.502-80.32 80.52c-64.406 7.298-113.991 61.474-113.991 127.231 0 70.692 57.308 128 128 128 65.757 0 119.933-49.585 127.177-113.405l0.054-0.586 80.32-80.32c26.080 61.16 22.32 123.96-15.56 162.040zM598.4 425.8c8.249 8.296 16.014 17.101 23.233 26.352l0.487 0.648-61.68 61.68c-11.983-21.477-29.243-38.737-50.068-50.385l-0.652-0.335 61.68-61.72c9.807 7.71 18.547 15.486 26.794 23.754l0.006 0.006zM448 512c35.346 0 64 28.654 64 64v0 0c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0zM643.4 380.6c-8.284-8.253-16.993-16.101-26.084-23.498l-0.636-0.502 87.32-87.36 50.76 50.76-87.32 87.28c-7.899-9.727-15.747-18.436-24.010-26.731l0.010 0.011zM374.6 777.36c5.797 5.793 9.384 13.797 9.384 22.64 0 17.675-14.329 32.004-32.004 32.004-8.833 0-16.829-3.578-22.62-9.364l-128-128c-5.786-5.791-9.364-13.787-9.364-22.62 0-17.675 14.329-32.004 32.004-32.004 8.843 0 16.847 3.586 22.64 9.383l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"guitar-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31354,\"id\":626,\"name\":\"guitar-duotone\",\"prevSize\":16,\"code\":60889,\"codes\":[60889,60890]},\"setIdx\":5,\"setId\":5,\"iconIdx\":621},{\"icon\":{\"paths\":[\"M752 704l80-29.080v61.080c0 70.692-57.308 128-128 128v0h-384c-70.692 0-128-57.308-128-128v0-66.92l80-29.080 160 64 160-64zM863.28 345.12c-26-122.92-173.36-217.12-351.28-217.12s-325.28 94.2-351.28 217.12c-0.476 2.068-0.749 4.443-0.749 6.881 0 17.673 14.327 32 32 32 0.109 0 0.217-0.001 0.325-0.002l-0.017 0h639.44c0.092 0.001 0.2 0.001 0.309 0.001 17.673 0 32-14.327 32-32 0-2.439-0.273-4.813-0.789-7.096l0.041 0.214z\",\"M192.28 416h639.44c0.096 0.001 0.21 0.001 0.325 0.001 35.346 0 64-28.654 64-64 0-4.79-0.526-9.457-1.524-13.947l0.079 0.426c-29.72-140.48-190.6-242.48-382.6-242.48s-352.88 102-382.6 242.48c-0.918 4.064-1.445 8.731-1.445 13.521 0 35.346 28.654 64 64 64 0.114 0 0.228-0 0.342-0.001l-0.018 0zM512 160c159.28 0 296.84 82.44 319.72 192l-639.72-0.28c23.16-109.28 160.72-191.72 320-191.72zM917.040 609.92l-164.52 60-148.52-59.64c-3.517-1.447-7.601-2.287-11.88-2.287s-8.363 0.84-12.094 2.364l0.214-0.077-148 59.24-148.24-59.24c-3.515-1.445-7.596-2.284-11.872-2.284-3.921 0-7.678 0.705-11.149 1.996l0.221-0.072-176 64c-11.347 5.085-19.108 16.28-19.108 29.288 0 17.673 14.327 32 32 32 3.203 0 6.297-0.471 9.215-1.347l-0.227 0.058 52.92-19.16v21.24c0 88.366 71.634 160 160 160v0h384c88.366 0 160-71.634 160-160v0-38.68l74.92-27.24c13.408-4.015 23.012-16.242 23.012-30.712 0-17.673-14.327-32-32-32-4.665 0-9.097 0.998-13.094 2.793l0.202-0.081zM800 736c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-44.48l47.48-17.28 148.52 59.48c3.517 1.447 7.601 2.287 11.88 2.287s8.363-0.84 12.094-2.364l-0.214 0.077 148-59.24 148 59.24c3.515 1.445 7.596 2.284 11.872 2.284 3.921 0 7.678-0.705 11.149-1.996l-0.221 0.072 37.080-13.48zM64 512c0-17.673 14.327-32 32-32v0h832c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hamburger-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31355,\"id\":625,\"name\":\"hamburger-duotone\",\"prevSize\":16,\"code\":60891,\"codes\":[60891,60892]},\"setIdx\":5,\"setId\":5,\"iconIdx\":622},{\"icon\":{\"paths\":[\"M982.64 516l-114.64 114.64c-5.788 5.775-13.777 9.345-22.6 9.345s-16.812-3.571-22.601-9.346l0.001 0.001-150.4-150.64-112 112-128-128 112-112-224.4-224.88c42.483-19.673 92.204-31.148 144.604-31.148 97.127 0 185.047 39.423 248.629 103.141l0.006 0.006 269.4 271.56c5.81 5.794 9.405 13.807 9.405 22.66s-3.595 16.866-9.404 22.659l-0.001 0.001z\",\"M1005.36 448l-269.84-271.68c-69.536-69.401-165.526-112.317-271.54-112.317s-202.005 42.916-271.546 112.323l0.006-0.006-0.36 0.36-55.080 56.92c-5.312 5.697-8.573 13.367-8.573 21.799 0 17.673 14.327 32 32 32 8.79 0 16.752-3.544 22.536-9.281l-0.002 0.002 54.92-56.72c21.561-21.556 46.186-40.048 73.167-54.764l1.673-0.836 186 186.2-384 384c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l82.76 82.76c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l384-384 128 127.92c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l114.76-114.76c11.585-11.582 18.75-27.584 18.75-45.26 0-17.636-7.133-33.606-18.672-45.182l0.002 0.002zM242.72 864l-82.72-82.76 272-272 82.72 82.76zM649.36 457.28l-89.36 89.4-82.76-82.68 89.4-89.4c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-189.36-189.32c25.997-7.607 55.862-11.983 86.749-11.983 88.314 0 168.273 35.776 226.173 93.625l-0.002-0.002 176.88 178.040-115.080 114.96-57.36-57.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0zM845.36 607.92l-48-48 114.64-114.92 48 48z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hammer-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31356,\"id\":624,\"name\":\"hammer-duotone\",\"prevSize\":16,\"code\":60893,\"codes\":[60893,60894]},\"setIdx\":5,\"setId\":5,\"iconIdx\":623},{\"icon\":{\"paths\":[\"M895.68 832h-767.36c-0.064 0-0.141 0.001-0.217 0.001-17.673 0-32-14.327-32-32 0-1.311 0.079-2.604 0.232-3.874l-0.015 0.153 57-480c2.040-16.020 15.586-28.28 31.996-28.28 0.001 0 0.003 0 0.004 0l653.36-0c0.001-0 0.003-0 0.004-0 16.41 0 29.956 12.26 31.979 28.12l0.017 0.16 57 480c0.138 1.117 0.217 2.41 0.217 3.721 0 17.673-14.327 32-32 32-0.076 0-0.153-0-0.229-0.001l0.012 0z\",\"M959.56 792.48l-57.040-480c-3.89-31.963-30.86-56.482-63.557-56.482-0.156 0-0.312 0.001-0.467 0.002l0.024-0h-134.52c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-134.68c-0.132-0.001-0.287-0.002-0.443-0.002-32.697 0-59.667 24.519-63.526 56.173l-0.031 0.308-57.040 480c-0.275 2.226-0.431 4.803-0.431 7.417 0 16.343 6.126 31.256 16.207 42.566l-0.056-0.064c11.832 13.238 28.94 21.547 47.99 21.6l0.010 0h767.68c0.043 0 0.095 0 0.146 0 19.124 0 36.304-8.32 48.119-21.538l0.055-0.062c9.94-11.224 16.010-26.075 16.010-42.343 0-2.67-0.164-5.302-0.481-7.886l0.031 0.31zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM128 800l57.32-480h134.68v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h256v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h135l56.68 480z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"handbag-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31357,\"id\":623,\"name\":\"handbag-duotone\",\"prevSize\":16,\"code\":60895,\"codes\":[60895,60896]},\"setIdx\":5,\"setId\":5,\"iconIdx\":624},{\"icon\":{\"paths\":[\"M895.68 832h-767.36c-0.064 0-0.141 0.001-0.217 0.001-17.673 0-32-14.327-32-32 0-1.311 0.079-2.604 0.232-3.874l-0.015 0.153 57-480c2.040-16.020 15.586-28.28 31.996-28.28 0.001 0 0.003 0 0.004 0l653.36-0c0.001-0 0.003-0 0.004-0 16.41 0 29.956 12.26 31.979 28.12l0.017 0.16 57 480c0.138 1.117 0.217 2.41 0.217 3.721 0 17.673-14.327 32-32 32-0.076 0-0.153-0-0.229-0.001l0.012 0z\",\"M959.56 792.48l-57.040-480c-3.89-31.963-30.86-56.482-63.557-56.482-0.156 0-0.312 0.001-0.467 0.002l0.024-0h-134.52c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-134.68c-0.132-0.001-0.287-0.002-0.443-0.002-32.697 0-59.667 24.519-63.526 56.173l-0.031 0.308-57.040 480c-0.275 2.226-0.431 4.803-0.431 7.417 0 16.343 6.126 31.256 16.207 42.566l-0.056-0.064c11.832 13.238 28.94 21.547 47.99 21.6l0.010 0h767.68c0.043 0 0.095 0 0.146 0 19.124 0 36.304-8.32 48.119-21.538l0.055-0.062c9.94-11.224 16.010-26.075 16.010-42.343 0-2.67-0.164-5.302-0.481-7.886l0.031 0.31zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM128 800l57.32-480h653.68l56.68 480z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"handbag-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31358,\"id\":622,\"name\":\"handbag-simple-duotone\",\"prevSize\":16,\"code\":60897,\"codes\":[60897,60898]},\"setIdx\":5,\"setId\":5,\"iconIdx\":625},{\"icon\":{\"paths\":[\"M64 608h128v224h-128c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0zM816 224c-17.445 0.011-33.954 4.009-48.668 11.132l0.668-0.292c-2.787-59.634-51.813-106.927-111.885-106.927-61.856 0-112 50.144-112 112s50.144 112 112 112c17.397 0 33.867-3.966 48.556-11.044l-0.671 0.291c2.834 59.595 51.84 106.84 111.881 106.84 61.856 0 112-50.144 112-112 0-61.814-50.076-111.932-111.875-112l-0.006-0z\",\"M921.32 564.24c-16.306-12.645-37.057-20.271-59.589-20.271-9.024 0-17.762 1.223-26.057 3.513l0.686-0.162-167.36 38.48c1.914-7.75 3.012-16.647 3.012-25.8 0-61.856-50.144-112-112-112-0.004 0-0.009 0-0.013 0l-200.239-0c-0.095-0-0.207-0-0.319-0-35.247 0-67.148 14.327-90.197 37.476l-0.004 0.004-90.48 90.52h-114.76c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h416c0.005 0 0.010 0 0.015 0 2.751 0 5.42-0.35 7.965-1.008l-0.22 0.048 256-64c1.834-0.441 3.421-0.99 4.935-1.67l-0.175 0.070 157.24-66.96c32.52-16.511 54.416-49.71 54.416-88.022 0-31.789-15.074-60.057-38.464-78.046l-0.232-0.171zM64 640h96v160h-96zM877.72 672.84l-152 64.72-249.72 62.44h-252v-178.76l90.52-90.48c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h200.24c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c2.541-0.007 5.011-0.298 7.384-0.843l-0.224 0.043 269.24-61.96c2.758-0.796 5.927-1.254 9.202-1.254 18.999 0 34.4 15.401 34.4 34.4 0 13.148-7.377 24.574-18.217 30.363l-0.185 0.090zM656 384c0.048 0 0.106 0 0.163 0 8.277 0 16.391-0.698 24.287-2.039l-0.849 0.119c19.774 57.485 73.386 98.054 136.473 98.054 79.529 0 144-64.471 144-144s-64.471-144-144-144c-8.333 0-16.5 0.708-24.446 2.067l0.853-0.121c-19.767-57.499-73.385-98.080-136.482-98.080-79.529 0-144 64.471-144 144s64.471 144 144 144c0.001 0 0.001-0 0.002-0l-0 0zM896 336c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM656 160c36.491 0.019 67.267 24.467 76.861 57.875l0.139 0.565c-32.353 22.971-54.627 58.316-59.923 98.995l-0.077 0.725c-5.103 1.152-10.968 1.822-16.987 1.84l-0.013 0c-44.183 0-80-35.817-80-80s35.817-80 80-80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-coins-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31359,\"id\":621,\"name\":\"hand-coins-duotone\",\"prevSize\":16,\"code\":60899,\"codes\":[60899,60900]},\"setIdx\":5,\"setId\":5,\"iconIdx\":626},{\"icon\":{\"paths\":[\"M832 304v304c0 176.731-143.269 320-320 320v0c-176.72 0-243-85.12-373.28-360-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-368c0-44.183 35.817-80 80-80s80 35.817 80 80v0-64c0-44.183 35.817-80 80-80s80 35.817 80 80v0 128c0-44.183 35.817-80 80-80s80 35.817 80 80v0z\",\"M752 192c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-26.84c0-0.013 0-0.028 0-0.042 0-61.856-50.144-112-112-112-49.578 0-91.632 32.213-106.374 76.851l-0.226 0.791c-15.43-8.53-33.829-13.55-53.4-13.55-61.838 0-111.971 50.115-112 111.947l-0 0.003v256l-15.28-24.52c-19.746-33.627-55.731-55.846-96.906-55.846-61.856 0-112 50.144-112 112 0 20.265 5.382 39.273 14.795 55.672l-0.289-0.546c64 135.080 115.72 230.88 174.88 290.76 59.76 60.64 127.6 86.48 226.8 86.48 194.313-0.228 351.772-157.687 352-351.978l0-0.022v-304c0-61.856-50.144-112-112-112v0zM800 608c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0c-81.52 0-134.040-19.52-181.32-67.4-52.92-53.64-101.64-144.6-163.080-274.28-0.427-0.94-0.828-1.701-1.265-2.438l0.065 0.118c-4.042-6.885-6.429-15.164-6.429-24 0-26.515 21.495-48.009 48.009-48.009 17.678 0 33.125 9.555 41.457 23.783l0.123 0.227c0.181 0.354 0.367 0.655 0.574 0.94l-0.014-0.020 74.68 120c5.738 9.149 15.769 15.143 27.2 15.143 17.673 0 32-14.327 32-32 0-0.022-0-0.044-0-0.066l0 0.003v-368c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 304c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176c0-26.51 21.49-48 48-48s48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31360,\"id\":620,\"name\":\"hand-duotone\",\"prevSize\":16,\"code\":60901,\"codes\":[60901,60902]},\"setIdx\":5,\"setId\":5,\"iconIdx\":627},{\"icon\":{\"paths\":[\"M752 384c-44.183 0-80 35.817-80 80v0-224c0-44.183-35.817-80-80-80s-80 35.817-80 80v0-64c0-44.183-35.817-80-80-80s-80 35.817-80 80v0 128c0-44.183-35.817-80-80-80s-80 35.817-80 80v0 304c0 176.731 143.269 320 320 320s320-143.269 320-320v0-144c0-44.183-35.817-80-80-80v0zM512 800c-128 0-192-128-192-128s64-128 192-128 192 128 192 128-64 128-192 128z\",\"M752 352c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-122.84c-0.016-61.844-50.154-111.972-112-111.972-19.587 0-38 5.028-54.018 13.864l0.578-0.292c-15.005-45.365-57.028-77.519-106.56-77.519-61.827 0-111.954 50.098-112 111.914l-0 0.004v26.84c-13.995-6.84-30.452-10.84-47.843-10.84-0.055 0-0.11 0-0.165 0l0.009-0c-61.856 0-112 50.144-112 112v0 304c0 194.404 157.596 352 352 352s352-157.596 352-352v0-144c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144c0 17.673 14.327 32 32 32s32-14.327 32-32v0-272c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM560 672c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 512c-146.080 0-217.64 139.76-220.64 145.68-2.133 4.172-3.383 9.1-3.383 14.32s1.25 10.148 3.467 14.502l-0.084-0.182c3 5.92 74.56 145.68 220.64 145.68s217.64-139.76 220.64-145.68c2.133-4.172 3.383-9.1 3.383-14.32s-1.25-10.148-3.467-14.502l0.084 0.182c-3-5.92-74.56-145.68-220.64-145.68zM512 768c-82.52 0-135.2-66.080-154.8-96 19.6-29.92 72.28-96 154.8-96s135.24 66.12 154.8 96c-19.6 29.92-72.28 96-154.8 96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-eye-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31361,\"id\":619,\"name\":\"hand-eye-duotone\",\"prevSize\":16,\"code\":60903,\"codes\":[60903,60904]},\"setIdx\":5,\"setId\":5,\"iconIdx\":628},{\"icon\":{\"paths\":[\"M896 448v64c0 212.077-171.923 384-384 384s-384-171.923-384-384v0-160c0-53.019 42.981-96 96-96s96 42.981 96 96v0-96c0-53.019 42.981-96 96-96s96 42.981 96 96v0c0-53.019 42.981-96 96-96s96 42.981 96 96v0 96h96c53.019 0 96 42.981 96 96v0z\",\"M800 320h-64v-64c-0.082-70.63-57.358-127.856-128-127.856-38.166 0-72.431 16.704-95.883 43.201l-0.118 0.135c-23.568-26.62-57.825-43.316-95.982-43.316-65.589 0-119.656 49.332-127.12 112.915l-0.057 0.6c-18.559-11.084-40.934-17.638-64.84-17.638-70.678 0-127.976 57.284-128 127.956l-0 0.002v160c0 229.75 186.25 416 416 416s416-186.25 416-416v0-64c0-70.692-57.308-128-128-128v0zM608 192c35.346 0 64 28.654 64 64v0 64h-128v-64c0-35.346 28.654-64 64-64v0zM352 256c0-35.346 28.654-64 64-64s64 28.654 64 64v0 160c0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM160 352c0-35.346 28.654-64 64-64s64 28.654 64 64v0 64c0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM864 512c-0.004 194.402-157.598 351.994-352 351.994-189.127 0-343.416-149.156-351.654-336.252l-0.026-0.743c18.275 10.692 40.238 17.005 63.676 17.005 38.197 0 72.478-16.768 95.883-43.344l0.122-0.141c23.526 26.71 57.803 43.473 95.994 43.473 31.455 0 60.255-11.371 82.512-30.227l-0.186 0.154c11.683 19.143 27.621 34.62 46.566 45.427l0.634 0.333c-40.248 35.291-65.52 86.812-65.52 144.236 0 0.030 0 0.059 0 0.089l-0-0.004c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64c-35.346 0-64-28.654-64-64v0-64h256c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-fist-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31362,\"id\":618,\"name\":\"hand-fist-duotone\",\"prevSize\":16,\"code\":60905,\"codes\":[60905,60906]},\"setIdx\":5,\"setId\":5,\"iconIdx\":629},{\"icon\":{\"paths\":[\"M832 432v176c0 176.731-143.269 320-320 320s-320-143.269-320-320v0-48c0-44.183 35.817-80 80-80v0h80v-112c0-44.183 35.817-80 80-80s80 35.817 80 80v0c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z\",\"M752 320c-0.048-0-0.105-0-0.161-0-19.536 0-37.895 5.040-53.848 13.89l0.569-0.29c-14.983-45.403-57.024-77.592-106.584-77.592-31.318 0-59.634 12.854-79.959 33.574l-0.017 0.018c-20.345-20.752-48.67-33.616-80-33.616-61.856 0-112 50.144-112 112 0 0.006 0 0.011 0 0.017l-0-0.001v80h-48c-61.856 0-112 50.144-112 112v0 48c0 194.404 157.596 352 352 352s352-157.596 352-352v0-176c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-48c0-26.51 21.49-48 48-48v0h48v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-240c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112c0 17.673 14.327 32 32 32s32-14.327 32-32v0-112c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112c0 17.673 14.327 32 32 32s32-14.327 32-32v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-grabbing-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31363,\"id\":617,\"name\":\"hand-grabbing-duotone\",\"prevSize\":16,\"code\":60907,\"codes\":[60907,60908]},\"setIdx\":5,\"setId\":5,\"iconIdx\":630},{\"icon\":{\"paths\":[\"M64 608h128v224h-128c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0zM770.16 160c-0.546-0.007-1.19-0.011-1.836-0.011-64.593 0-120.044 39.137-143.936 94.99l-0.388 1.020c-24.28-56.874-79.732-96.011-144.324-96.011-0.645 0-1.29 0.004-1.934 0.012l0.098-0.001c-87.16 0-157.84 73.24-157.84 160 0 58.24 28 110.84 66.92 160h173.080c44.183 0 80 35.817 80 80s-35.817 80-80 80v0h16l151.12-34.72c88.16-65 200.88-168.36 200.88-285.28 0-86.76-70.68-160-157.84-160z\",\"M921.32 564.24c-16.257-12.628-36.955-20.244-59.431-20.244-5.298 0-10.498 0.423-15.566 1.238l0.557-0.074c75.12-75.84 113.12-151.24 113.12-225.16 0-105.88-85.16-192-189.84-192-0.355-0.002-0.775-0.004-1.195-0.004-57.943 0-109.839 25.894-144.746 66.742l-0.219 0.262c-35.126-41.11-87.021-67.004-144.965-67.004-0.42 0-0.84 0.001-1.26 0.004l0.065-0c-104.68 0-189.84 86.12-189.84 192 0 44 12.96 86.76 40.24 132-23.23 6.010-43.189 17.733-58.996 33.596l-0.004 0.004-90.48 90.4h-114.76c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h416c0.005 0 0.010 0 0.015 0 2.751 0 5.42-0.35 7.965-1.008l-0.22 0.048 256-64c1.834-0.441 3.421-0.99 4.935-1.67l-0.175 0.070 157.24-66.96c32.52-16.511 54.416-49.71 54.416-88.022 0-31.789-15.074-60.057-38.464-78.046l-0.232-0.171zM477.84 192c0.542-0.008 1.182-0.013 1.823-0.013 51.266 0 95.301 30.961 114.426 75.206l0.311 0.808c4.916 11.742 16.312 19.841 29.6 19.841s24.684-8.099 29.521-19.63l0.079-0.211c19.435-45.052 63.47-76.013 114.737-76.013 0.641 0 1.281 0.005 1.92 0.014l-0.096-0.001c68.2 0 125.84 58.6 125.84 128 0 78.040-63.16 166.32-182.64 255.6l-44.36 10.2c1.914-7.75 3.012-16.647 3.012-25.8 0-61.856-50.144-112-112-112-0.004 0-0.009 0-0.013 0l-157.279-0c-34.52-46.56-50.72-87.52-50.72-128 0-69.4 57.64-128 125.84-128zM64 640h96v160h-96zM877.72 672.84l-152 64.72-249.72 62.44h-252v-178.76l90.52-90.48c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h200.24c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c2.541-0.007 5.011-0.298 7.384-0.843l-0.224 0.043 269.24-61.96c2.758-0.796 5.927-1.254 9.202-1.254 18.999 0 34.4 15.401 34.4 34.4 0 13.148-7.377 24.574-18.217 30.363l-0.185 0.090z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-heart-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31364,\"id\":616,\"name\":\"hand-heart-duotone\",\"prevSize\":16,\"code\":60909,\"codes\":[60909,60910]},\"setIdx\":5,\"setId\":5,\"iconIdx\":631},{\"icon\":{\"paths\":[\"M832 464v144c0 176.731-143.269 320-320 320s-320-143.269-320-320v0-304c0-44.183 35.817-80 80-80s80 35.817 80 80v0-128c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0z\",\"M752 352c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-122.84c-0.016-61.844-50.154-111.972-112-111.972-19.587 0-38 5.028-54.018 13.864l0.578-0.292c-15.005-45.365-57.028-77.519-106.56-77.519-61.827 0-111.954 50.098-112 111.914l-0 0.004v26.84c-13.995-6.84-30.452-10.84-47.843-10.84-0.055 0-0.11 0-0.165 0l0.009-0c-61.856 0-112 50.144-112 112v0 304c0 194.404 157.596 352 352 352s352-157.596 352-352v0-144c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 176c0 17.673 14.327 32 32 32s32-14.327 32-32v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 272c0 17.673 14.327 32 32 32s32-14.327 32-32v0-208c0-26.51 21.49-48 48-48s48 21.49 48 48v0 274.68c-91.324 15.993-159.865 94.632-160 189.306l-0 0.014c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c17.673 0 32-14.327 32-32v0-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-palm-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31365,\"id\":615,\"name\":\"hand-palm-duotone\",\"prevSize\":16,\"code\":60911,\"codes\":[60911,60912]},\"setIdx\":5,\"setId\":5,\"iconIdx\":632},{\"icon\":{\"paths\":[\"M832 464v144c0 176.731-143.269 320-320 320v0c-176.72 0-223.24-96-373.28-360-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-432c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z\",\"M752 352c-0.037-0-0.080-0-0.123-0-19.531 0-37.888 5.024-53.849 13.851l0.573-0.29c-14.988-45.395-57.025-77.577-106.579-77.577-17.449 0-33.967 3.99-48.689 11.109l0.668-0.291v-122.8c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 320l-15.28-24.52c-19.765-33.596-55.741-55.788-96.9-55.788-61.883 0-112.048 50.166-112.048 112.048 0 20.723 5.626 40.133 15.434 56.784l-0.285-0.524 18.68 32.92c137.64 242.64 194.6 343.080 382.4 343.080 194.313-0.228 351.772-157.687 352-351.978l0-0.022v-144c0-61.856-50.144-112-112-112v0zM800 608c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0c-150.52 0-191.36-72-326.72-310.72l-18.76-33.080v-0.2c-4.054-6.892-6.449-15.182-6.449-24.032 0-17.644 9.52-33.065 23.704-41.406l0.225-0.122c6.83-4.024 15.047-6.4 23.819-6.4 0.064 0 0.128 0 0.191 0l-0.010-0c0.021-0 0.046-0 0.071-0 17.673 0 33.115 9.551 41.447 23.773l0.123 0.227c0.181 0.354 0.367 0.655 0.574 0.94l-0.014-0.020 74.68 120c5.751 9.077 15.742 15.015 27.12 15.015 17.664 0 31.986-14.312 32-31.973l0-0.001v-432c0-26.51 21.49-48 48-48s48 21.49 48 48v0 272c0 17.673 14.327 32 32 32s32-14.327 32-32v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-pointing-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31366,\"id\":614,\"name\":\"hand-pointing-duotone\",\"prevSize\":16,\"code\":60913,\"codes\":[60913,60914]},\"setIdx\":5,\"setId\":5,\"iconIdx\":633},{\"icon\":{\"paths\":[\"M806.2 742.92v0c5.68-21.332 8.943-45.822 8.943-71.075 0-52.977-14.358-102.6-39.394-145.191l0.732 1.346-76-131.64c-1.528-2.719-3.010-5.006-4.616-7.195l0.136 0.195-39.2-59.080 26.28 45.72c-12.157-9.696-27.745-15.558-44.702-15.558-39.765 0-72 32.235-72 72 0 11.91 2.892 23.145 8.011 33.040l-0.189-0.402-94.2-163.040-44-66.040 26.4 45.76c-12.235-9.913-27.991-15.914-45.149-15.914-39.765 0-72 32.235-72 72 0 11.048 2.488 21.515 6.935 30.87l-0.187-0.436-0.24 0.2-28.8-49.88-17.4-20.24-26.32-45.76c-6.064-10.327-9.645-22.745-9.645-36 0-39.767 32.238-72.005 72.005-72.005 26.513 0 49.679 14.329 62.176 35.666l0.184 0.34 28.8 49.88 3.24 5.52c-6.064-10.327-9.645-22.745-9.645-36 0-39.767 32.238-72.005 72.005-72.005 26.513 0 49.679 14.329 62.176 35.666l0.184 0.34 96 166.28c-6.064-10.327-9.645-22.745-9.645-36 0-39.767 32.238-72.005 72.005-72.005 26.513 0 49.679 14.329 62.176 35.666l0.184 0.34 76 131.64c24.264 41.311 38.594 90.99 38.594 144.016 0 82.219-34.453 156.391-89.709 208.866l-0.125 0.118z\",\"M672 96v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM815.32 164c4.648 2.84 10.273 4.522 16.29 4.522 0.137 0 0.274-0.001 0.411-0.003l-0.021 0c0.015 0 0.033 0 0.051 0 11.504 0 21.59-6.070 27.23-15.183l0.079-0.137 32-52.44c3.019-4.794 4.81-10.624 4.81-16.873 0-17.673-14.327-32-32-32-11.6 0-21.758 6.172-27.37 15.411l-0.080 0.142-32 52.4c-2.997 4.781-4.775 10.592-4.775 16.817 0 11.527 6.095 21.63 15.237 27.263l0.138 0.079zM885.080 374.12c27.155 45.93 43.199 101.218 43.199 160.253 0 88.131-35.757 167.911-93.555 225.623l-0.004 0.004c-39.545 135.026-162.278 231.965-307.652 231.965-117.806 0-220.744-63.66-276.29-158.455l-0.818-1.51-140-242.52c-8.74-14.903-13.901-32.821-13.901-51.944 0-52.721 39.229-96.279 90.089-103.078l0.532-0.058-16-27.76c-8.759-14.916-13.932-32.853-13.932-51.997 0-51.523 37.467-94.296 86.642-102.558l0.61-0.085c-3.957-10.56-6.247-22.763-6.247-35.502 0-38.23 20.627-71.642 51.359-89.713l0.488-0.265c14.911-8.725 32.832-13.878 51.957-13.878 27.601 0 52.695 10.731 71.338 28.249l-0.055-0.051c19.026-27.205 50.206-44.776 85.49-44.776 38.266 0 71.705 20.666 89.764 51.447l0.265 0.49 48 83.16c19.195-24.955 49.065-40.879 82.654-40.879 38.291 0 71.749 20.694 89.8 51.508l0.266 0.491zM463.68 220v0l23.72 41.080c7.797 7.138 14.44 15.361 19.735 24.466l0.265 0.494 48 83c15.521-20.019 37.789-34.158 63.346-39.017l0.654-0.103-86.44-149.92c-7.045-12.040-19.913-19.999-34.64-19.999-7.364 0-14.263 1.99-20.188 5.461l0.189-0.102c-12.040 7.045-19.999 19.913-19.999 34.64 0 7.364 1.99 14.263 5.461 20.188l-0.102-0.189zM306.96 236.6l23.72 41.12 1.28 1.16c15.495-22.226 38.995-37.948 66.239-43.021l0.641-0.099-22.6-39.16c-7.044-12.043-19.914-20.005-34.644-20.005-18.409 0-33.913 12.435-38.57 29.364l-0.066 0.281c-0.88 3.118-1.387 6.699-1.387 10.398 0 7.354 2.001 14.241 5.488 20.147l-0.101-0.185zM748.76 544l-76-131.64c-7.065-11.954-19.887-19.846-34.552-19.846-22.091 0-40 17.909-40 40 0 6.005 1.323 11.702 3.695 16.813l-0.103-0.247 45.68 78.92c2.693 4.59 4.284 10.109 4.284 16 0 17.686-14.337 32.024-32.024 32.024-11.796 0-22.102-6.377-27.658-15.872l-0.082-0.151-140-241.88c-7.202-11.274-19.651-18.642-33.82-18.642-22.091 0-40 17.909-40 40 0 6.612 1.605 12.85 4.445 18.345l-0.105-0.223 98.52 170.4c2.964 4.761 4.721 10.54 4.721 16.73 0 17.673-14.327 32-32 32-12.076 0-22.59-6.689-28.038-16.565l-0.083-0.165-130.28-225.36c-7.014-12.169-19.952-20.23-34.773-20.23-22.091 0-40 17.909-40 40 0 7.457 2.041 14.438 5.594 20.414l-0.101-0.184 144 249.44c2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151-80-138.56c-7.075-11.912-19.873-19.77-34.507-19.77-22.091 0-40 17.909-40 40 0 7.271 1.94 14.088 5.33 19.964l-0.103-0.193 140 242.52c44.965 77.572 127.6 128.912 222.227 128.912 141.385 0 256-114.615 256-256 0-47.499-12.936-91.977-35.478-130.102l0.651 1.19zM829.64 405.96l-76-131.64c-7.075-11.912-19.873-19.77-34.507-19.77-22.091 0-40 17.909-40 40 0 7.271 1.94 14.088 5.33 19.964l-0.103-0.193 23.64 41c7.791 7.167 14.434 15.415 19.733 24.541l0.267 0.499 76 131.64c20.346 34.545 34.662 75.102 40.346 118.378l0.174 1.622c12.367-28.949 19.557-62.631 19.557-97.992 0-47.161-12.789-91.336-35.088-129.244l0.651 1.197zM1005.080 214.2c-4.276-12.98-16.292-22.185-30.458-22.185-3.51 0-6.888 0.565-10.049 1.61l0.226-0.065-60 19.4c-13.017 4.255-22.255 16.289-22.255 30.48 0 17.673 14.327 32 32 32 0.019 0 0.039-0 0.058-0l-0.003 0c3.52-0.014 6.903-0.584 10.070-1.626l-0.23 0.066 60-19.4c12.98-4.276 22.185-16.292 22.185-30.458 0-3.51-0.565-6.888-1.61-10.049l0.065 0.226z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hands-clapping-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31367,\"id\":613,\"name\":\"hands-clapping-duotone\",\"prevSize\":16,\"code\":60915,\"codes\":[60915,60916]},\"setIdx\":5,\"setId\":5,\"iconIdx\":634},{\"icon\":{\"paths\":[\"M800 608l-160 160-256-64-224-160 128-256 224-64 224 64h-160l-182.64 177.16c-5.794 5.791-9.378 13.794-9.378 22.633 0 11.329 5.888 21.284 14.77 26.97l0.128 0.077c70.040 44.76 165.12 41.68 241.12-34.84z\",\"M479.040 871.76c-3.594 14.031-16.125 24.238-31.040 24.24l-0 0c-0.046 0-0.101 0-0.155 0-2.786 0-5.49-0.35-8.070-1.009l0.225 0.049-128-32c-3.8-0.971-7.135-2.498-10.113-4.512l0.113 0.072-96-64c-8.636-5.821-14.241-15.566-14.241-26.62 0-17.673 14.327-32.001 32.001-32.001 6.62 0 12.77 2.010 17.874 5.453l-0.114-0.072 91.36 60.92 122.64 30.68c14.144 3.515 24.46 16.102 24.46 31.099 0 2.734-0.343 5.389-0.988 7.922l0.048-0.221zM1009.8 485.92c-5.477 16.3-16.904 29.353-31.638 36.833l-0.362 0.167-94.72 47.36-220.32 220.36c-5.79 5.784-13.785 9.361-22.616 9.361-2.765 0-5.447-0.351-8.006-1.010l0.222 0.049-256-64c-4.131-1.056-7.751-2.778-10.936-5.066l0.096 0.066-222.080-158.56-97.12-48.56c-21.146-10.741-35.383-32.331-35.383-57.246 0-10.422 2.491-20.263 6.911-28.958l-0.168 0.364 99.4-198.76c10.741-21.146 32.331-35.383 57.246-35.383 10.422 0 20.263 2.491 28.958 6.911l-0.364-0.168 88.24 44 212-60.56c2.636-0.783 5.666-1.234 8.8-1.234s6.164 0.451 9.026 1.291l-0.226-0.057 212 60.56 88.24-44c8.332-4.252 18.172-6.743 28.594-6.743 24.915 0 46.505 14.237 57.078 35.019l0.168 0.364 99.4 198.76c4.31 8.349 6.837 18.223 6.837 28.687 0 7.21-1.2 14.14-3.41 20.6l0.133-0.448zM825.080 537.68l-108.84-217.68h-127.28l-172.96 168c50.64 32.36 130.040 41.28 201.28-30.52 5.8-5.844 13.836-9.462 22.717-9.462 7.597 0 14.576 2.648 20.065 7.070l-0.061-0.048 137.64 110.28zM74.92 465.68l70.76 35.4 99.4-198.76-70.76-35.4zM752 610.64l-110.84-88.76c-78.16 64-177.4 72.44-259.64 20-17.938-11.541-29.65-31.403-29.65-54.001 0-17.685 7.173-33.695 18.769-45.279l0.001-0.001c0.098-0.118 0.202-0.222 0.316-0.317l0.004-0.003 179.44-174.040-38.4-10.96-201.68 57.64-109.48 218.92 196.8 140.6 232.56 58.12zM948.96 465.68l-99.28-198.76-70.76 35.4 99.4 198.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"handshake-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31368,\"id\":612,\"name\":\"handshake-duotone\",\"prevSize\":16,\"code\":60917,\"codes\":[60917,60918]},\"setIdx\":5,\"setId\":5,\"iconIdx\":635},{\"icon\":{\"paths\":[\"M832 544v320c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-320c0-70.692 57.308-128 128-128v0h384c70.692 0 128 57.308 128 128v0z\",\"M736 387.2v-35.2c0-70.692-57.308-128-128-128v0h-64v-96h128c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96h-64c-70.692 0-128 57.308-128 128v0 35.2c-73.508 15.509-127.903 79.788-128 156.789l-0 0.011v320c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-320c-0.097-77.012-54.492-141.291-126.953-156.615l-1.047-0.185zM416 288h192c35.346 0 64 28.654 64 64v0 32h-320v-32c0-35.346 28.654-64 64-64v0zM800 864h-576v-320c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0 320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-soap-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31369,\"id\":611,\"name\":\"hand-soap-duotone\",\"prevSize\":16,\"code\":60919,\"codes\":[60919,60920]},\"setIdx\":5,\"setId\":5,\"iconIdx\":636},{\"icon\":{\"paths\":[\"M918.64 788l-130.64 130.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-73.4-73.4 176-176 73.4 73.4c5.787 5.79 9.365 13.787 9.365 22.62 0 8.893-3.627 16.938-9.483 22.737l-0.003 0.003zM105.36 742.64c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l130.64 130.76c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l73.4-73.4-176-176z\",\"M941.28 720l-144.96-145-145.84-481.16c-11.165-36.081-44.23-61.837-83.311-61.837-21.009 0-40.279 7.443-55.318 19.836l0.149-0.119c-14.89-12.274-34.16-19.717-55.169-19.717-39.081 0-72.146 25.756-83.147 61.22l-0.165 0.617-145.84 481.2-144.96 144.96c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l130.76 130.76c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l193.12-193.24c5.228-5.24 10.104-10.839 14.585-16.754l0.295-0.406c4.776 6.321 9.651 11.919 14.883 17.163l-0.003-0.003 193.12 193.28c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l130.76-130.76c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM258.72 896l-130.72-130.72 50.76-50.76 130.76 130.76zM480 635c0.001 0.143 0.001 0.313 0.001 0.483 0 26.373-10.702 50.247-28 67.516l-97.281 97.001-130.72-130.72 54.6-54.64c3.624-3.625 6.383-8.115 7.939-13.133l0.061-0.227 148-488.88c2.787-9.863 11.707-16.97 22.287-16.97 12.769 0 23.12 10.351 23.12 23.12 0 0.2-0.003 0.4-0.008 0.599l0.001-0.029zM572 703c-17.299-17.27-28.001-41.144-28.001-67.517 0-0.17 0-0.339 0.001-0.509l-0 0.026v-516c0.003-12.766 10.353-23.114 23.12-23.114 10.369 0 19.144 6.826 22.076 16.23l0.044 0.164 148 488.88c1.617 5.245 4.376 9.735 8 13.36l57.96 57.96-133.6 128zM765.28 896l-50.24-50.28 133.56-128 47.4 47.56z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hands-praying-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31370,\"id\":610,\"name\":\"hands-praying-duotone\",\"prevSize\":16,\"code\":60921,\"codes\":[60921,60922]},\"setIdx\":5,\"setId\":5,\"iconIdx\":637},{\"icon\":{\"paths\":[\"M800 560v144c0 96-32 160-32 160h-544l-117.28-200c-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-432c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z\",\"M832 560v144c0 102.36-33.96 171.4-35.4 174.32-5.37 10.562-16.154 17.673-28.599 17.68l-0.001 0c-0.006 0-0.014 0-0.021 0-5.201 0-10.109-1.257-14.436-3.483l0.177 0.083c-10.573-5.37-17.691-16.165-17.691-28.623 0-5.211 1.246-10.131 3.455-14.479l-0.084 0.182c0.24-0.48 28.64-59.24 28.64-145.68v-144c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-272c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 432c-0.001 17.672-14.327 31.999-32 31.999-11.404 0-21.415-5.966-27.082-14.947l-0.078-0.132-75.28-120.92c-8.457-14.464-23.912-24.027-41.6-24.027-26.524 0-48.027 21.502-48.027 48.027 0 8.836 2.386 17.115 6.549 24.227l-0.123-0.227 117.16 200c3.454 5.033 5.516 11.256 5.516 17.961 0 17.673-14.327 32-32 32-12.563 0-23.435-7.24-28.672-17.775l-0.084-0.186-117.28-200c-9.554-16.146-15.199-35.584-15.199-56.34 0-61.867 50.153-112.019 112.019-112.019 41.11 0 77.048 22.145 96.535 55.157l0.285 0.522 15.32 24.68v-320c0-61.856 50.144-112 112-112s112 50.144 112 112v0 122.8c14.054-6.827 30.572-10.817 48.021-10.817 49.554 0 91.591 32.182 106.352 76.786l0.227 0.791c15.43-8.53 33.829-13.55 53.4-13.55 61.852 0 111.994 50.138 112 111.989l0 0.001zM960 192h-210.76l73.36-73.36c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-73.36-73.36h210.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-swipe-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31371,\"id\":609,\"name\":\"hand-swipe-left-duotone\",\"prevSize\":16,\"code\":60923,\"codes\":[60923,60924]},\"setIdx\":5,\"setId\":5,\"iconIdx\":638},{\"icon\":{\"paths\":[\"M800 560v144c0 96-32 160-32 160h-544l-117.28-200c-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-432c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z\",\"M832 560v144c0 102.36-33.96 171.4-35.4 174.32-5.37 10.562-16.154 17.673-28.599 17.68l-0.001 0c-0.006 0-0.014 0-0.021 0-5.201 0-10.109-1.257-14.436-3.483l0.177 0.083c-10.573-5.37-17.691-16.165-17.691-28.623 0-5.211 1.246-10.131 3.455-14.479l-0.084 0.182c0.24-0.48 28.64-59.24 28.64-145.68v-144c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-272c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 432c-0.001 17.672-14.327 31.999-32 31.999-11.404 0-21.415-5.966-27.082-14.947l-0.078-0.132-75.28-120.92c-8.457-14.464-23.912-24.027-41.6-24.027-26.524 0-48.027 21.502-48.027 48.027 0 8.836 2.386 17.115 6.549 24.227l-0.123-0.227 117.16 200c3.454 5.033 5.516 11.256 5.516 17.961 0 17.673-14.327 32-32 32-12.563 0-23.435-7.24-28.672-17.775l-0.084-0.186-117.28-200c-9.554-16.146-15.199-35.584-15.199-56.34 0-61.867 50.153-112.019 112.019-112.019 41.11 0 77.048 22.145 96.535 55.157l0.285 0.522 15.32 24.68v-320c0-61.856 50.144-112 112-112s112 50.144 112 112v0 122.8c14.054-6.827 30.572-10.817 48.021-10.817 49.554 0 91.591 32.182 106.352 76.786l0.227 0.791c15.43-8.53 33.829-13.55 53.4-13.55 61.852 0 111.994 50.138 112 111.989l0 0.001zM982.64 201.36l-128-128c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l0 0 73.32 73.36h-210.72c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h210.76l-73.4 73.36c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l128-128c5.81-5.794 9.405-13.807 9.405-22.66 0-8.833-3.579-16.83-9.365-22.62l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-swipe-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31372,\"id\":608,\"name\":\"hand-swipe-right-duotone\",\"prevSize\":16,\"code\":60925,\"codes\":[60925,60926]},\"setIdx\":5,\"setId\":5,\"iconIdx\":639},{\"icon\":{\"paths\":[\"M832 592v144c0 96-32 160-32 160h-544l-117.28-200c-6.575-11.364-10.455-24.999-10.455-39.54 0-44.183 35.817-80 80-80 29.268 0 54.866 15.717 68.812 39.172l0.203 0.368 74.72 120v-432c0-44.183 35.817-80 80-80s80 35.817 80 80v0 224c0-44.183 35.817-80 80-80s80 35.817 80 80v0 64c0-44.183 35.817-80 80-80s80 35.817 80 80v0z\",\"M192 304c0-132.548 107.452-240 240-240s240 107.452 240 240v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-97.202-78.798-176-176-176s-176 78.798-176 176v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM752 480c-0.036-0-0.080-0-0.123-0-19.544 0-37.915 5.024-53.892 13.851l0.574-0.291c-14.993-45.387-57.026-77.561-106.574-77.561-17.436 0-33.941 3.984-48.655 11.092l0.669-0.291v-122.8c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 320l-15.28-24.52c-19.772-33.534-55.71-55.679-96.82-55.679-61.867 0-112.019 50.153-112.019 112.019 0 20.756 5.645 40.194 15.484 56.862l-0.285-0.522 117.28 200c5.391 10.509 16.153 17.576 28.565 17.576 17.673 0 32-14.327 32-32 0-6.61-2.004-12.751-5.437-17.85l0.072 0.114-117.16-200c-4.32-7.064-6.878-15.612-6.878-24.758 0-26.51 21.49-48 48-48 17.979 0 33.65 9.885 41.873 24.517l0.125 0.241 0.56 0.92 74.72 120c5.738 9.149 15.769 15.143 27.2 15.143 17.673 0 32-14.327 32-32 0-0.022-0-0.044-0-0.066l0 0.003v-432c0-26.51 21.49-48 48-48s48 21.49 48 48v0 272c0 17.673 14.327 32 32 32s32-14.327 32-32v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144c0 86.44-28.4 145.2-28.64 145.68-2.126 4.166-3.371 9.086-3.371 14.297 0 12.458 7.118 23.252 17.51 28.539l0.182 0.084c4.15 2.143 9.058 3.4 14.259 3.4 0.021 0 0.043-0 0.064-0l-0.003 0c0.007 0 0.015 0 0.023 0 12.453 0 23.245-7.113 28.533-17.498l0.084-0.182c1.48-2.92 35.4-72 35.4-174.32v-144c0-61.856-50.144-112-112-112-0.014 0-0.028 0-0.042 0l0.002-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-tap-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31373,\"id\":607,\"name\":\"hand-tap-duotone\",\"prevSize\":16,\"code\":60927,\"codes\":[60927,60928]},\"setIdx\":5,\"setId\":5,\"iconIdx\":640},{\"icon\":{\"paths\":[\"M853.080 416l-72-124.72c-14.149-23.823-39.746-39.54-69.015-39.54-44.183 0-80 35.817-80 80 0 14.541 3.88 28.177 10.66 39.927l-0.206-0.387-112-194c-14.313-23.040-39.483-38.152-68.182-38.152-44.183 0-80 35.817-80 80 0 13.967 3.579 27.098 9.871 38.526l-0.209-0.414-32-55.4c-14.149-23.823-39.746-39.54-69.015-39.54-44.183 0-80 35.817-80 80 0 14.541 3.88 28.177 10.66 39.927l-0.206-0.387 48 83.32-4.68 4c-13.337-10.319-30.298-16.541-48.713-16.541-44.183 0-80 35.817-80 80 0 14.752 3.993 28.572 10.958 40.438l-0.204-0.376 152 263.32c56.36 96.331 159.313 160.010 277.14 160.010 176.737 0 320.010-143.273 320.010-320.010 0-58.91-15.918-114.102-43.688-161.51l0.817 1.51zM622.72 658.56l0.68-0.4 0.56 0.96z\",\"M880.8 400l-72-124.72c-19.718-33.745-55.767-56.055-97.027-56.055-38.065 0-71.694 18.989-91.932 48.011l-0.241 0.365-61.36-106.36c-19.727-33.709-55.756-55.991-96.99-55.991-40.203 0-75.458 21.182-95.214 52.995l-0.276 0.477c-19.76-17.845-46.074-28.764-74.938-28.764-61.856 0-112 50.144-112 112 0 20.571 5.546 39.847 15.225 56.415l-0.286-0.531 13.36 23.16c-57.873 4.79-103.028 52.942-103.028 111.64 0 20.635 5.58 39.966 15.314 56.568l-0.286-0.528 152 263.28c46.539 80.035 121.762 139.056 211.267 163.431l2.453 0.569c27.422 7.62 58.91 12 91.421 12 0.091 0 0.182-0 0.273-0l-0.014 0c194.153-0.332 351.416-157.8 351.416-352 0-64.785-17.502-125.483-48.036-177.623l0.899 1.662zM854.12 650.52c-34 123.923-145.637 213.471-278.19 213.471-106.035 0-198.686-57.304-248.675-142.632l-0.736-1.359-152-263.28c-4.042-6.885-6.429-15.164-6.429-24 0-26.515 21.495-48.009 48.009-48.009 17.678 0 33.125 9.555 41.457 23.783l0.123 0.227 88 152.4c5.532 10.040 16.045 16.73 28.121 16.73 17.673 0 32-14.327 32-32 0-6.19-1.757-11.969-4.8-16.866l0.079 0.136-152-263.24c-4.042-6.884-6.429-15.162-6.429-23.997 0-26.51 21.49-48 48-48 4.42 0 8.701 0.598 12.766 1.716l-0.337-0.079c12.551 3.385 22.818 11.437 29.038 22.133l0.122 0.227 136 235.56c5.724 9.221 15.795 15.27 27.279 15.27 17.673 0 32-14.327 32-32 0-5.597-1.437-10.858-3.962-15.435l0.083 0.165-104-180c-3.777-6.701-6.002-14.712-6.002-23.242 0-26.51 21.49-48 48-48 17.364 0 32.574 9.22 41.002 23.031l0.12 0.211 137.24 237.68c-42.663 35.529-69.62 88.663-69.62 148.093 0 35.302 9.512 68.383 26.112 96.819l-0.492-0.912c5.637 9.636 15.934 16.006 27.72 16.006 17.677 0 32.006-14.33 32.006-32.006 0-5.891-1.592-11.41-4.368-16.151l0.082 0.151c-10.78-18.358-17.147-40.434-17.147-63.996 0-47.123 25.464-88.298 63.383-110.517l0.604-0.327c9.637-5.635 16.009-15.932 16.009-27.718 0-5.892-1.592-11.412-4.37-16.153l0.082 0.151-40-69.28c-3.777-6.701-6.002-14.712-6.002-23.242 0-26.51 21.49-48 48-48 17.364 0 32.574 9.22 41.002 23.031l0.12 0.211 72 124.72c24.439 41.249 38.88 90.918 38.88 143.961 0 26.506-3.606 52.171-10.355 76.529l0.475-2.009zM737.080 119.72c3.773-13.776 16.181-23.732 30.913-23.732 2.947 0 5.801 0.398 8.511 1.144l-0.225-0.053c63.64 17.080 116 56.44 147.44 110.92 2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151c-22.88-39.68-61.44-68.48-108.56-81.080-13.776-3.773-23.732-16.181-23.732-30.913 0-2.947 0.398-5.801 1.144-8.511l-0.053 0.225zM323.64 948c-5.912 7.458-14.971 12.199-25.138 12.199-7.516 0-14.427-2.591-19.888-6.929l0.066 0.050c-44-34.76-80.44-78.32-114.4-137.12-2.695-4.59-4.286-10.109-4.286-16 0-17.677 14.33-32.006 32.006-32.006 11.786 0 22.083 6.37 27.638 15.855l0.082 0.151c29.76 51.52 61.080 89.28 98.6 118.88 7.446 5.912 12.179 14.965 12.179 25.122 0 7.505-2.584 14.407-6.91 19.864l0.051-0.066z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hand-waving-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31374,\"id\":606,\"name\":\"hand-waving-duotone\",\"prevSize\":16,\"code\":60929,\"codes\":[60929,60930]},\"setIdx\":5,\"setId\":5,\"iconIdx\":641},{\"icon\":{\"paths\":[\"M928 320v384c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z\",\"M896 256h-768c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-384c0-35.346-28.654-64-64-64v0zM896 704h-768v-384h768v384zM800 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hard-drive-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31375,\"id\":605,\"name\":\"hard-drive-duotone\",\"prevSize\":16,\"code\":60931,\"codes\":[60931,60932]},\"setIdx\":5,\"setId\":5,\"iconIdx\":642},{\"icon\":{\"paths\":[\"M864 608v192c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM832 192h-640c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z\",\"M832 544h-640c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM832 800h-640v-192h640v192zM832 160h-640c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM832 416h-640v-192h640v192zM768 320c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM768 704c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hard-drives-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31376,\"id\":604,\"name\":\"hard-drives-duotone\",\"prevSize\":16,\"code\":60933,\"codes\":[60933,60934]},\"setIdx\":5,\"setId\":5,\"iconIdx\":643},{\"icon\":{\"paths\":[\"M663.28 384l-46.56 256h-256l46.56-256z\",\"M896 352h-194.4l33.88-186.28c0.269-1.56 0.424-3.357 0.424-5.189 0-17.673-14.327-32-32-32-15.461 0-28.361 10.965-31.348 25.543l-0.035 0.206-36 197.72h-190.92l33.88-186.28c0.269-1.56 0.424-3.357 0.424-5.189 0-17.673-14.327-32-32-32-15.461 0-28.361 10.965-31.348 25.543l-0.035 0.206-35.96 197.72h-188.56c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h176.92l-34.92 192h-206c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h194.4l-33.88 186.28c-0.327 1.719-0.515 3.696-0.515 5.716 0 15.649 11.233 28.675 26.076 31.453l0.198 0.031c1.705 0.331 3.665 0.52 5.669 0.52 0.018 0 0.036-0 0.054-0l-0.003 0c15.633-0.023 28.636-11.251 31.409-26.082l0.031-0.198 36-197.72h190.96l-33.88 186.28c-0.327 1.719-0.515 3.696-0.515 5.716 0 15.649 11.233 28.675 26.076 31.453l0.198 0.031c1.705 0.331 3.665 0.52 5.669 0.52 0.018 0 0.036-0 0.054-0l-0.003 0c15.633-0.023 28.636-11.251 31.409-26.082l0.031-0.198 36-197.72h188.56c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-176.92l34.92-192h206c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM590 608h-190.92l34.92-192h190.92z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31377,\"id\":603,\"name\":\"hash-duotone\",\"prevSize\":16,\"code\":60935,\"codes\":[60935,60936]},\"setIdx\":5,\"setId\":5,\"iconIdx\":644},{\"icon\":{\"paths\":[\"M640 384v256h-256v-256z\",\"M864 608h-192v-192h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v192h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h192v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 608v-192h192v192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hash-straight-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31378,\"id\":602,\"name\":\"hash-straight-duotone\",\"prevSize\":16,\"code\":60937,\"codes\":[60937,60938]},\"setIdx\":5,\"setId\":5,\"iconIdx\":645},{\"icon\":{\"paths\":[\"M544 256v512c0 17.673-14.327 32-32 32v0h-160c-0.002 0-0.005 0-0.008 0-159.058 0-288-128.942-288-288 0-0.774 0.003-1.546 0.009-2.319l-0.001 0.119c1.2-158.8 132.8-285.8 291.6-285.8h156.4c17.673 0 32 14.327 32 32v0z\",\"M640 320c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0zM960 672h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 416h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 256v512c0 35.346-28.654 64-64 64v0h-160c-0.003 0-0.006 0-0.009 0-176.731 0-320-143.269-320-320 0-0.858 0.003-1.715 0.010-2.571l-0.001 0.131c1.32-175.080 146.48-317.56 323.6-317.56h156.4c35.346 0 64 28.654 64 64v0zM512 256h-156.4c-142.080 0-258.56 113.96-259.6 254.040-0.005 0.582-0.008 1.271-0.008 1.96 0 141.385 114.615 256 256 256 0.003 0 0.005-0 0.008-0l159.999 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"headlights-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31379,\"id\":601,\"name\":\"headlights-duotone\",\"prevSize\":16,\"code\":60939,\"codes\":[60939,60940]},\"setIdx\":5,\"setId\":5,\"iconIdx\":646},{\"icon\":{\"paths\":[\"M320 608v160c0 35.346-28.654 64-64 64v0h-64c-35.346 0-64-28.654-64-64v0-224h128c35.346 0 64 28.654 64 64v0zM768 544c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-224z\",\"M807.56 250.64c-75.424-75.852-179.85-122.797-295.24-122.797-229.87 0-416.227 186.3-416.32 416.148l-0 0.009v224c0 53.019 42.981 96 96 96v0h64c53.019 0 96-42.981 96-96v0-160c0-53.019-42.981-96-96-96v0h-94.56c16.933-180.142 167.405-320 350.542-320 0.006 0 0.013 0 0.019 0l2.679-0c182.281 0.795 331.688 140.475 347.9 318.636l0.1 1.364h-94.68c-53.019 0-96 42.981-96 96v0 160c0 53.019 42.981 96 96 96v0h64c53.019 0 96-42.981 96-96v0-224c0.002-0.47 0.003-1.027 0.003-1.583 0-113.87-46.012-216.994-120.459-291.793l0.016 0.016zM256 576c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-192zM864 768c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"headphones-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31380,\"id\":600,\"name\":\"headphones-duotone\",\"prevSize\":16,\"code\":60941,\"codes\":[60941,60942]},\"setIdx\":5,\"setId\":5,\"iconIdx\":647},{\"icon\":{\"paths\":[\"M320 576v160c0 35.346-28.654 64-64 64v0h-64c-35.346 0-64-28.654-64-64v0-224h128c35.346 0 64 28.654 64 64v0zM768 512c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h128v-288z\",\"M807.56 218.64c-75.424-75.852-179.85-122.797-295.24-122.797-229.87 0-416.227 186.3-416.32 416.148l-0 0.009v224c0 53.019 42.981 96 96 96v0h64c53.019 0 96-42.981 96-96v0-160c0-53.019-42.981-96-96-96v0h-94.56c17.161-180.194 167.743-320.017 350.982-320.017 97.582 0 185.903 39.654 249.727 103.726l0.011 0.011c55.917 56.195 92.85 131.326 100.343 214.936l0.097 1.344h-94.6c-53.019 0-96 42.981-96 96v0 160c0 53.019 42.981 96 96 96v0h96c0 53.019-42.981 96-96 96v0h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c88.366 0 160-71.634 160-160v0-320c0.002-0.47 0.003-1.027 0.003-1.583 0-113.87-46.012-216.994-120.459-291.793l0.016 0.016zM256 544c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-192zM768 768c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h96v224z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"headset-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31381,\"id\":599,\"name\":\"headset-duotone\",\"prevSize\":16,\"code\":60943,\"codes\":[60943,60944]},\"setIdx\":5,\"setId\":5,\"iconIdx\":648},{\"icon\":{\"paths\":[\"M928 376c0 264-416 488-416 488s-416-224-416-488c0-119.294 96.706-216 216-216v0c90.36 0 167.76 49.24 200 128 32.24-78.76 109.64-128 200-128 119.294 0 216 96.706 216 216v0z\",\"M288 544h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h142.88l54.48-81.76c5.819-8.654 15.573-14.271 26.64-14.271s20.821 5.618 26.567 14.157l0.073 0.114 101.36 152 37.36-56c5.821-8.636 15.566-14.24 26.619-14.24 0.007 0 0.015 0 0.022 0l95.999-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-78.88l-54.48 81.76c-5.819 8.654-15.573 14.271-26.64 14.271s-20.821-5.618-26.567-14.157l-0.073-0.114-101.36-152.080-37.36 56c-5.809 8.673-15.565 14.308-26.638 14.32l-0.002 0zM712 128c-82.6 0-154.92 35.52-200 95.56-45.080-60.040-117.4-95.56-200-95.56-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 3 0 6 0 9 0.556 17.246 14.67 31.016 32 31.016 17.682 0 32.016-14.334 32.016-32.016 0-0.352-0.006-0.702-0.017-1.051l0.001 0.051c0-2.32 0-4.68 0-7 0.136-101.565 82.435-183.864 183.987-184l0.013-0c77.8 0 143.12 41.44 170.4 108 4.916 11.742 16.312 19.841 29.6 19.841s24.684-8.099 29.521-19.63l0.079-0.211c27.28-66.68 92.6-108 170.4-108 101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 214.44-311.040 408.6-384 451.2-43.32-25.24-170.52-104-266.72-208.84-5.873-6.39-14.271-10.38-23.6-10.38-17.684 0-32.020 14.336-32.020 32.020 0 8.354 3.2 15.962 8.44 21.663l-0.021-0.023c124.68 136 291.72 226.72 298.76 230.52 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.52 432.84-236.16 432.84-516.16-0.159-136.903-111.097-247.841-247.985-248l-0.015-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"heartbeat-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31382,\"id\":598,\"name\":\"heartbeat-duotone\",\"prevSize\":16,\"code\":60945,\"codes\":[60945,60946]},\"setIdx\":5,\"setId\":5,\"iconIdx\":649},{\"icon\":{\"paths\":[\"M928 376c0 264-416 488-416 488s-416-224-416-488c0.017-119.281 96.717-215.97 216-215.97 59.639 0 113.633 24.171 152.72 63.25l47.28 47.24 47.28-47.24c39.087-39.079 93.081-63.25 152.72-63.25 119.283 0 215.983 96.69 216 215.969l0 0.001z\",\"M712 128c-0.196-0.001-0.427-0.001-0.658-0.001-68.276 0-130.066 27.77-174.692 72.631l-0.010 0.010-24.64 24.64-24.64-24.64c-44.879-44.878-106.878-72.635-175.36-72.635-136.965 0-247.997 111.030-248 247.995l-0 0.001c0 280 415.16 506.68 432.84 516 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.32 432.84-236 432.84-516-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM512 827.2c-73.040-42.56-384-236.44-384-451.2-0-0.007-0-0.016-0-0.025 0-101.62 82.38-184 184-184 50.816 0 96.821 20.6 130.12 53.904l24.64 24.64-41.4 41.48c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l98.12 98.12-66.12 66.080c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l88.72-88.76c5.786-5.79 9.365-13.787 9.365-22.62s-3.579-16.83-9.365-22.62l-98.12-98.2 88.64-88.64c33.299-33.305 79.304-53.905 130.12-53.905 101.62 0 184 82.38 184 184 0 0.009-0 0.017-0 0.026l0-0.001c0 214.44-311.040 408.6-384 451.2z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"heart-break-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31383,\"id\":597,\"name\":\"heart-break-duotone\",\"prevSize\":16,\"code\":60947,\"codes\":[60947,60948]},\"setIdx\":5,\"setId\":5,\"iconIdx\":650},{\"icon\":{\"paths\":[\"M928 376c0 264-416 488-416 488s-416-224-416-488c0-119.294 96.706-216 216-216v0c90.36 0 167.76 49.24 200 128 32.24-78.76 109.64-128 200-128 119.294 0 216 96.706 216 216v0z\",\"M712 128c-82.6 0-154.92 35.52-200 95.56-45.080-60.040-117.4-95.56-200-95.56-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 280 415.16 506.64 432.84 516 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.36 432.84-236 432.84-516-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM512 827.2c-73.040-42.56-384-236.44-384-451.2 0.136-101.565 82.435-183.864 183.987-184l0.013-0c77.8 0 143.12 41.44 170.4 108 4.916 11.742 16.312 19.841 29.6 19.841s24.684-8.099 29.521-19.63l0.079-0.211c27.28-66.68 92.6-108 170.4-108 101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 214.44-311.040 408.6-384 451.2z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"heart-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31384,\"id\":596,\"name\":\"heart-duotone\",\"prevSize\":16,\"code\":60949,\"codes\":[60949,60950]},\"setIdx\":5,\"setId\":5,\"iconIdx\":651},{\"icon\":{\"paths\":[\"M512 288v576s-416-224-416-488c0-119.294 96.706-216 216-216v0c90.36 0 167.76 49.24 200 128z\",\"M712 128c-82.6 0-154.92 35.52-200 95.56-45.080-60.040-117.4-95.56-200-95.56-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 280 415.16 506.68 432.84 516 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.32 432.84-236 432.84-516-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM128 376c0.136-101.565 82.435-183.864 183.987-184l0.013-0c75.64 0 139.44 39.16 168 102.6v513.4c-105.64-66.24-352-240.88-352-432zM544 808v-513.4c28.56-63.44 92.36-102.6 168-102.6 101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 190.84-246.32 365.64-352 432z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"heart-half-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31385,\"id\":595,\"name\":\"heart-half-duotone\",\"prevSize\":16,\"code\":60951,\"codes\":[60951,60952]},\"setIdx\":5,\"setId\":5,\"iconIdx\":652},{\"icon\":{\"paths\":[\"M869.44 533.44l-357.44 362.56-357.44-362.56c-36.198-36.198-58.586-86.204-58.586-141.44 0-110.472 89.555-200.026 200.026-200.026 55.236 0 105.242 22.389 141.44 58.586l-0-0 74.56 69.44 74.56-69.44c36.198-36.198 86.204-58.586 141.44-58.586 110.472 0 200.026 89.555 200.026 200.026 0 55.236-22.389 105.242-58.586 141.44l-0 0z\",\"M892 228c-42.035-41.93-100.050-67.858-164.12-67.858-63.951 0-121.869 25.831-163.89 67.628l0.010-0.010-52 50.12-52-50.24c-41.979-41.954-99.959-67.902-164-67.902-128.131 0-232.002 103.871-232.002 232.002 0 64.090 25.988 122.111 68.001 164.099l0.001 0.001 357.48 362.64c5.808 5.895 13.877 9.546 22.8 9.546s16.992-3.652 22.796-9.543l0.004-0.004 356.92-362.48c41.868-42.018 67.754-99.986 67.754-164s-25.886-121.982-67.761-164.007l0.007 0.007zM846.56 511.040l-334.56 339.36-334.84-339.68c-30.4-30.405-49.203-72.407-49.203-118.8 0-92.796 75.226-168.023 168.023-168.023 46.403 0 88.413 18.811 118.82 49.222l0.4 0.4 50.68 48.76-40 38.6c-6.051 5.83-9.809 14.004-9.809 23.056 0 8.835 3.58 16.834 9.369 22.624l105.32 105.44-41.4 41.4c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l64-64c5.786-5.79 9.365-13.787 9.365-22.62s-3.579-16.83-9.365-22.62l-104.96-105.080 115.56-111.24c30.399-30.364 72.377-49.143 118.74-49.143 92.796 0 168.023 75.226 168.023 168.023 0 46.433-18.835 88.467-49.281 118.879l-0.001 0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"heart-straight-break-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31386,\"id\":594,\"name\":\"heart-straight-break-duotone\",\"prevSize\":16,\"code\":60953,\"codes\":[60953,60954]},\"setIdx\":5,\"setId\":5,\"iconIdx\":653},{\"icon\":{\"paths\":[\"M869.44 533.44l-357.44 362.56-357.44-362.56c-36.198-36.198-58.586-86.204-58.586-141.44 0-110.472 89.555-200.026 200.026-200.026 55.236 0 105.242 22.389 141.44 58.586l-0-0 74.56 69.44 74.56-69.44c36.198-36.198 86.204-58.586 141.44-58.586 110.472 0 200.026 89.555 200.026 200.026 0 55.236-22.389 105.242-58.586 141.44l-0 0z\",\"M892 228c-42.014-41.912-100.001-67.828-164.041-67.828-63.841 0-121.666 25.755-163.652 67.441l0.013-0.013-52.32 48.6-52.36-48.76c-41.961-41.847-99.869-67.722-163.82-67.722-128.131 0-232.002 103.871-232.002 232.002 0 64.18 26.060 122.273 68.177 164.275l0.005 0.005 357.4 362.64c5.808 5.895 13.877 9.546 22.8 9.546s16.992-3.652 22.796-9.543l0.004-0.004 357-362.64c41.955-41.979 67.902-99.959 67.902-164s-25.948-122.021-67.903-164.001l0.001 0.001zM846.6 511.040l-334.6 339.36-334.8-339.68c-30.404-30.404-49.209-72.406-49.209-118.8 0-92.789 75.22-168.009 168.009-168.009 46.394 0 88.396 18.805 118.8 49.209l0.8 0.8 74.6 69.4c5.697 5.313 13.368 8.574 21.8 8.574s16.103-3.262 21.819-8.592l-0.019 0.017 75.4-70.2c30.396-30.356 72.366-49.129 118.72-49.129 92.789 0 168.009 75.22 168.009 168.009 0 46.434-18.837 88.469-49.287 118.878l-0.002 0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"heart-straight-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31387,\"id\":593,\"name\":\"heart-straight-duotone\",\"prevSize\":16,\"code\":60955,\"codes\":[60955,60956]},\"setIdx\":5,\"setId\":5,\"iconIdx\":654},{\"icon\":{\"paths\":[\"M896 320.72v382.56c-0.028 12.012-6.67 22.466-16.477 27.917l-0.163 0.083-352 192.72c-4.434 2.472-9.727 3.927-15.36 3.927s-10.926-1.455-15.523-4.011l0.163 0.083-352-192.72c-9.97-5.534-16.612-15.988-16.64-27.996l-0-0.004v-382.56c0.028-12.012 6.67-22.466 16.477-27.917l0.163-0.083 352-192.72c4.434-2.472 9.727-3.927 15.36-3.927s10.926 1.455 15.523 4.011l-0.163-0.083 352 192.72c9.97 5.534 16.612 15.988 16.64 27.996l0 0.004z\",\"M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM864 703.28l-352 192.72-352-192.72v-382.56l352-192.72 352 192.68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hexagon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31388,\"id\":592,\"name\":\"hexagon-duotone\",\"prevSize\":16,\"code\":60957,\"codes\":[60957,60958]},\"setIdx\":5,\"setId\":5,\"iconIdx\":655},{\"icon\":{\"paths\":[\"M992 781.24v18.76c0 17.673-14.327 32-32 32v0h-357.12c-0.044 0-0.095 0-0.147 0-13.227 0-24.579-8.025-29.454-19.471l-0.079-0.209c-71.16-175.2-243.68-300.32-445.2-300.32 0-124 50.36-235.12 128-320l448 448 212.84 48c43.23 9.736 75.055 47.757 75.16 93.228l0 0.012z\",\"M924 656.76l-204-45.92-441.36-441.48c-5.79-5.788-13.788-9.368-22.623-9.368-9.34 0-17.746 4.002-23.596 10.384l-0.022 0.024c-87.96 96.16-136.4 217.6-136.4 341.6v288c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-195.76c9.96 5.8 19.76 12 29.36 18.56 71.971 49.852 127.813 118.356 161.104 198.579l1.096 2.981c9.72 23.448 32.426 39.641 58.915 39.641 0.142 0 0.285-0 0.427-0.001l-0.022 0h357.12c35.346 0 64-28.654 64-64v0-18.92c0-0.095 0-0.207 0-0.32 0-60.551-42.415-111.195-99.155-123.842l-0.845-0.158zM288 800h-128v-254.84c46.875 3.397 90.405 13.552 131.010 29.523l-3.010-1.043zM960 800h-357.28c-39.273-94.876-102.985-172.986-183.381-228.726l-1.699-1.114c-71.993-50.339-159.908-82.733-254.966-88.961l-1.514-0.079c7.76-92.643 42.953-175.831 97.325-242.821l-0.645 0.821 423.52 423.52c4.161 4.147 9.459 7.155 15.385 8.518l0.215 0.042 212.96 48c28.819 6.29 50.080 31.59 50.080 61.856 0 0.065-0 0.13-0 0.194l0-0.010z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"high-heel-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31389,\"id\":591,\"name\":\"high-heel-duotone\",\"prevSize\":16,\"code\":60959,\"codes\":[60959,60960]},\"setIdx\":5,\"setId\":5,\"iconIdx\":656},{\"icon\":{\"paths\":[\"M783.52 783.52c-31.447 31.52-68.347 57.583-109.169 76.654l-2.351 0.986v-253.16c0-17.673-14.327-32-32-32v0h-32v-288l-192 96v192h-32c-17.673 0-32 14.327-32 32v0 253.16c-133.322-62.148-224.068-195.032-224.068-349.11 0-212.077 171.923-384 384-384s384 171.923 384 384c0 106.009-42.957 201.986-112.414 271.472l0.002-0.002z\",\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM384 840v-232h256v232c-37.954 15.19-81.948 24.001-128 24.001s-90.046-8.81-130.388-24.838l2.388 0.837zM576 544h-128v-140.24l128-64zM760.88 760.88c-16.905 16.935-35.517 32.155-55.561 45.382l-1.319 0.818v-199.080c0-35.346-28.654-64-64-64v0-256c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-192 96c-10.567 5.373-17.68 16.164-17.68 28.617 0 0.008 0 0.016 0 0.024l-0-0.001v160c-35.346 0-64 28.654-64 64v0 199.080c-96.944-63.751-160.059-172.037-160.059-295.064 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.183-39.384 185.168-103.061 248.865l0.001-0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"highlighter-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31390,\"id\":590,\"name\":\"highlighter-circle-duotone\",\"prevSize\":16,\"code\":60961,\"codes\":[60961,60962]},\"setIdx\":5,\"setId\":5,\"iconIdx\":657},{\"icon\":{\"paths\":[\"M928 512l-89.56 328.4c-3.819 13.709-16.193 23.6-30.878 23.6-0.001 0-0.002-0-0.002-0l-103.56 0c-17.673 0-32-14.327-32-32v0-96h-320v96c0 17.673-14.327 32-32 32v0h-103.56c-0.001 0-0.001 0-0.002 0-14.685 0-27.059-9.891-30.824-23.375l-0.054-0.225-89.56-328.4 192-288 224 128 224-128z\",\"M954.64 494.24l-225.2-337.76c-11.643-17.271-31.132-28.48-53.238-28.48-0.001 0-0.001 0-0.002 0l-328.2-0c-0-0-0.001-0-0.002-0-22.107 0-41.596 11.209-53.094 28.253l-0.145 0.227-225.2 337.76c-3.363 4.986-5.368 11.129-5.368 17.74 0 2.996 0.412 5.895 1.181 8.645l-0.054-0.225 89.56 328.44c7.694 27.299 32.305 47.001 61.542 47.16l0.018 0h103.56c35.346 0 64-28.654 64-64v0-64h256v64c0 35.346 28.654 64 64 64v0h103.56c29.337-0.065 54.047-19.797 61.651-46.708l0.109-0.452 89.56-328.44c0.716-2.525 1.128-5.424 1.128-8.42 0-6.611-2.005-12.754-5.44-17.854l0.072 0.114zM320 704v-424.84l96 54.84v210c0 17.673 14.327 32 32 32s32-14.327 32-32v0-173.44l16 9.44c4.59 2.695 10.109 4.287 16 4.287s11.41-1.592 16.151-4.369l-0.151 0.082 16-9.24v141.24c0 17.673 14.327 32 32 32s32-14.327 32-32v0-178l96-54.84v424.84zM676.2 192l14.16 21.24-178.36 101.92-178.36-101.92 14.36-21.24zM320 832h-103.56l-85.72-314.36 125.28-187.96v374.32c0 35.346 28.654 64 64 64v0zM807.56 832h-103.56v-64c35.346 0 64-28.654 64-64v0-374.32l125.28 188z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hoodie-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31391,\"id\":589,\"name\":\"hoodie-duotone\",\"prevSize\":16,\"code\":60963,\"codes\":[60963,60964]},\"setIdx\":5,\"setId\":5,\"iconIdx\":658},{\"icon\":{\"paths\":[\"M896 517.48c-2.88 205.92-170.28 374.36-376.2 378.44-2.643 0.064-5.757 0.1-8.879 0.1-51.223 0-100.152-9.817-145.011-27.671l2.65 0.93 143.44-197.28c-106.56-64-228.92-45.2-298.8-33.36-4.831 0.862-10.393 1.355-16.070 1.355-31.995 0-60.334-15.652-77.778-39.716l-0.192-0.279-55.16-88 416-256v-128h32c0.012-0 0.025-0 0.039-0 212.077 0 384 171.923 384 384 0 1.927-0.014 3.85-0.042 5.77l0.003-0.29z\",\"M544 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM928 517.92c-3.864 224.045-183.771 404.82-407.107 410.071l-0.493 0.009h-8.68c-0.862 0.006-1.881 0.010-2.9 0.010-105.385 0-201.557-39.445-274.558-104.376l0.419 0.366c-6.624-5.909-10.775-14.47-10.775-24 0-17.737 14.379-32.115 32.115-32.115 8.207 0 15.694 3.078 21.372 8.143l-0.032-0.028c23.187 20.818 49.653 38.677 78.382 52.598l2.018 0.882 106.24-146.12c-91.12-39.32-189.88-22.6-245.6-13.16-6.516 1.182-14.016 1.858-21.674 1.858-42.497 0-80.133-20.815-103.269-52.805l-0.257-0.373-1.2-1.72-55.12-88c-3.049-4.812-4.86-10.671-4.86-16.953 0-11.463 6.027-21.517 15.085-27.169l0.135-0.079 400.76-246.84v-110.12c0-17.673 14.327-32 32-32v0h32c0.013-0 0.027-0 0.042-0 229.75 0 416 186.25 416 416 0 2.082-0.015 4.16-0.046 6.234l0.004-0.314zM864 517.040c0.023-1.499 0.036-3.268 0.036-5.040 0-194.404-157.596-352-352-352-0.013 0-0.025 0-0.038 0l0.002-0v96c-0.007 11.463-6.041 21.516-15.105 27.161l-0.135 0.079-388.52 239.12 37.44 60c11.733 15.675 30.256 25.712 51.123 25.712 3.957 0 7.83-0.361 11.588-1.052l-0.391 0.060c64-10.8 195.080-32.96 312.28 32.72 84.681-4.647 151.603-74.39 151.72-159.788l0-0.012c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.167 117.725-91.011 214.179-206.421 223.271l-0.779 0.049-108.44 149.12c27.382 7.392 58.82 11.638 91.25 11.638 2.641 0 5.275-0.028 7.902-0.084l-0.392 0.007c189.339-4.551 341.5-157.439 344.875-346.639l0.005-0.321z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"horse-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31392,\"id\":588,\"name\":\"horse-duotone\",\"prevSize\":16,\"code\":60965,\"codes\":[60965,60966]},\"setIdx\":5,\"setId\":5,\"iconIdx\":659},{\"icon\":{\"paths\":[\"M755.28 328l-243.28 184-243.2-182.4c-7.807-5.9-12.8-15.167-12.8-25.6v0-144c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0 142.56c-0.033 10.36-4.985 19.557-12.641 25.383l-0.079 0.057zM256 720v144c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0-142.56c-0.007-10.39-4.964-19.622-12.641-25.463l-0.079-0.057-243.28-183.92-243.2 182.4c-7.807 5.9-12.8 15.167-12.8 25.6v0z\",\"M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008zM736 864h-448v-144l224-168 224 169.4zM736 302.56l-224 169.44-224-168v-144h448z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hourglass-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31393,\"id\":587,\"name\":\"hourglass-duotone\",\"prevSize\":16,\"code\":60967,\"codes\":[60967,60968]},\"setIdx\":5,\"setId\":5,\"iconIdx\":660},{\"icon\":{\"paths\":[\"M768 256v46.56c-0.033 10.36-4.985 19.557-12.641 25.383l-0.079 0.057-243.28 184-243.2-182.4c-7.807-5.9-12.8-15.167-12.8-25.6v0-48z\",\"M736 96h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008v-142.56c0-35.346-28.654-64-64-64v0zM736 160v64h-448v-64zM736 864h-448v-144l224-168 224 169.4zM512 472l-224-168v-16h448v14.56z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hourglass-high-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31394,\"id\":586,\"name\":\"hourglass-high-duotone\",\"prevSize\":16,\"code\":60969,\"codes\":[60969,60970]},\"setIdx\":5,\"setId\":5,\"iconIdx\":661},{\"icon\":{\"paths\":[\"M768 736v128c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0-128z\",\"M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.056-20.763-9.941-39.205-25.246-50.927l-0.154-0.113-209.52-158.4 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008zM712.92 704h-403.6l202.68-152zM288 864v-96h448v96zM736 302.56l-224 169.44-224-168v-144h448z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hourglass-low-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31395,\"id\":585,\"name\":\"hourglass-low-duotone\",\"prevSize\":16,\"code\":60971,\"codes\":[60971,60972]},\"setIdx\":5,\"setId\":5,\"iconIdx\":662},{\"icon\":{\"paths\":[\"M723.68 352l-211.68 160-213.32-160z\",\"M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008zM288 160h448v142.56l-23.080 17.44h-403.6l-21.32-16zM512 472l-117.32-88h233.6zM736 864h-448v-144l192-144v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-95.68l192 145.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hourglass-medium-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31396,\"id\":584,\"name\":\"hourglass-medium-duotone\",\"prevSize\":16,\"code\":60973,\"codes\":[60973,60974]},\"setIdx\":5,\"setId\":5,\"iconIdx\":663},{\"icon\":{\"paths\":[\"M822.56 214.64l-310.56 297.36-310.56-297.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.654 14.296-31.969 31.942-32l0.003-0h576c17.65 0.031 31.945 14.346 31.945 32 0 8.843-3.587 16.848-9.385 22.64l-0 0zM512 512l-310.56 297.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.654 14.296 31.969 31.942 32l0.003 0h576c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0z\",\"M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM800 192l-288 275.68-288-275.68zM224 832l288-275.68 288 275.68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hourglass-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31397,\"id\":583,\"name\":\"hourglass-simple-duotone\",\"prevSize\":16,\"code\":60975,\"codes\":[60975,60976]},\"setIdx\":5,\"setId\":5,\"iconIdx\":664},{\"icon\":{\"paths\":[\"M745.92 288l-233.92 224-233.92-224z\",\"M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM357.72 320h308.56l-154.28 147.68zM800 192l-66.8 64h-442.32l-66.88-64zM224 832l288-275.68 288 275.68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hourglass-simple-high-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31398,\"id\":582,\"name\":\"hourglass-simple-high-duotone\",\"prevSize\":16,\"code\":60977,\"codes\":[60977,60978]},\"setIdx\":5,\"setId\":5,\"iconIdx\":665},{\"icon\":{\"paths\":[\"M800 864h-576c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 110.12-105.36h401.040l110.040 105.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.654-14.296 31.969-31.942 32l-0.003 0z\",\"M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM632.84 672h-241.68l120.84-115.68zM800 192l-288 275.68-288-275.68zM224 832l100.24-96h375.36l100.4 96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hourglass-simple-low-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31399,\"id\":581,\"name\":\"hourglass-simple-low-duotone\",\"prevSize\":16,\"code\":60979,\"codes\":[60979,60980]},\"setIdx\":5,\"setId\":5,\"iconIdx\":666},{\"icon\":{\"paths\":[\"M712.52 320l-200.52 192-200.52-192z\",\"M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM391.16 352h241.68l-120.84 115.68zM800 192l-100.32 96h-375.36l-100.32-96zM224 832l256-245.040v85.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-85.040l256 245.040z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"hourglass-simple-medium-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31400,\"id\":580,\"name\":\"hourglass-simple-medium-duotone\",\"prevSize\":16,\"code\":60981,\"codes\":[60981,60982]},\"setIdx\":5,\"setId\":5,\"iconIdx\":667},{\"icon\":{\"paths\":[\"M864 462.16v369.84c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-369.84c0.001-9.373 4.032-17.805 10.455-23.657l0.025-0.023 320-302.16c5.663-5.169 13.232-8.335 21.54-8.335s15.877 3.166 21.565 8.358l-0.025-0.023 320 302.16c6.425 5.873 10.44 14.291 10.44 23.647 0 0.012-0 0.023-0 0.035l0-0.002z\",\"M875.32 415.080l-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192h128v192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040zM832 832h-192v-192c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 192h-192v-369.8l0.44-0.4 319.56-301.8 320.040 302.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"house-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31401,\"id\":579,\"name\":\"house-duotone\",\"prevSize\":16,\"code\":60983,\"codes\":[60983,60984]},\"setIdx\":5,\"setId\":5,\"iconIdx\":668},{\"icon\":{\"paths\":[\"M864 462.16v401.84h-256v-224c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 224h-256v-401.84c0.001-9.373 4.032-17.805 10.455-23.657l0.025-0.023 320-302.16c5.663-5.169 13.232-8.335 21.54-8.335s15.877 3.166 21.565 8.358l-0.025-0.023 320 302.16c6.425 5.873 10.44 14.291 10.44 23.647 0 0.012-0 0.023-0 0.035l0-0.002z\",\"M960 832h-64v-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM192 462.2l0.44-0.4 319.56-301.8 320.040 302.12v369.88h-192.040v-192c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 192h-192zM576 832h-128v-192h128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"house-line-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31402,\"id\":578,\"name\":\"house-line-duotone\",\"prevSize\":16,\"code\":60985,\"codes\":[60985,60986]},\"setIdx\":5,\"setId\":5,\"iconIdx\":669},{\"icon\":{\"paths\":[\"M864 462.16v369.84c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-369.84c0.001-9.373 4.032-17.805 10.455-23.657l0.025-0.023 320-302.16c5.663-5.169 13.232-8.335 21.54-8.335s15.877 3.166 21.565 8.358l-0.025-0.023 320 302.16c6.425 5.873 10.44 14.291 10.44 23.647 0 0.012-0 0.023-0 0.035l0-0.002z\",\"M875.32 415.080l-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040zM832 832h-640v-369.8l0.44-0.4 319.56-301.8 320.040 302.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"house-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31403,\"id\":577,\"name\":\"house-simple-duotone\",\"prevSize\":16,\"code\":60987,\"codes\":[60987,60988]},\"setIdx\":5,\"setId\":5,\"iconIdx\":670},{\"icon\":{\"paths\":[\"M864 448c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64s28.654-64 64-64v0-32c0-159.058 128.942-288 288-288s288 128.942 288 288v0 32c35.346 0 64 28.654 64 64v0z\",\"M832 357.48v-5.48c0-176.731-143.269-320-320-320s-320 143.269-320 320v0 5.48c-37.62 13.569-64.029 48.96-64.029 90.52 0 53.019 42.981 96 96 96 0.010 0 0.021-0 0.031-0l13.438 0 246.76 432c5.615 9.718 15.956 16.152 27.8 16.152s22.185-6.434 27.718-15.998l0.082-0.154 246.76-432h13.44c0.009 0 0.019 0 0.029 0 53.019 0 96-42.981 96-96 0-41.56-26.409-76.951-63.361-90.309l-0.669-0.211zM512 895.52l-200.84-351.52h77.12l162.28 284zM539.16 544l86.84 152-38.56 67.52-125.44-219.52zM662.84 631.52l-50-87.52h100zM800 480h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c17.673 0 32-14.327 32-32v0-32c0-141.385 114.615-256 256-256s256 114.615 256 256v0 32c0 17.673 14.327 32 32 32v0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"ice-cream-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31404,\"id\":576,\"name\":\"ice-cream-duotone\",\"prevSize\":16,\"code\":60989,\"codes\":[60989,60990]},\"setIdx\":5,\"setId\":5,\"iconIdx\":671},{\"icon\":{\"paths\":[\"M800 128h-576c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM512 672c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\",\"M300.76 793.6c5.286 4.007 11.974 6.419 19.226 6.419 10.441 0 19.715-5.001 25.556-12.738l0.059-0.081c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080c-28.241-37.584-65.16-67.174-107.866-86.075l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.535 19.552-81.538 49.149-109.34 86.067l-0.5 0.693c-4.004 5.285-6.414 11.971-6.414 19.219 0 10.422 4.982 19.68 12.695 25.523l0.080 0.058zM512 448c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM800 864h-576v-704h576zM352 256c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"identification-badge-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31405,\"id\":575,\"name\":\"identification-badge-duotone\",\"prevSize\":16,\"code\":60991,\"codes\":[60991,60992]},\"setIdx\":5,\"setId\":5,\"iconIdx\":672},{\"icon\":{\"paths\":[\"M864 192h-704c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM384 576c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\",\"M800 448c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM768 544h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704zM542.96 664c0.645 2.401 1.016 5.157 1.016 8 0 17.682-14.334 32.016-32.016 32.016-14.839 0-27.32-10.095-30.95-23.792l-0.050-0.223c-10.52-41.040-52.24-72-97-72s-86.44 30.96-97 72c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c10.843-39.48 35.404-72.041 68.121-92.978l0.639-0.382c-23.324-23.19-37.76-55.298-37.76-90.779 0-70.692 57.308-128 128-128s128 57.308 128 128c0 35.48-14.436 67.589-37.754 90.772l-0.006 0.006c33.393 21.29 57.977 53.862 68.538 92.243l0.262 1.117zM384 544c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"identification-card-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31406,\"id\":574,\"name\":\"identification-card-duotone\",\"prevSize\":16,\"code\":60993,\"codes\":[60993,60994]},\"setIdx\":5,\"setId\":5,\"iconIdx\":673},{\"icon\":{\"paths\":[\"M896 224v488.24l-158.88-158.88c-5.79-5.786-13.787-9.365-22.62-9.365s-16.83 3.579-22.62 9.365l-102.64 102.64-198.6-198.64c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-217.36 217.4v-450.76c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v411l-104.28-104.24c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-80 80-176-176c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-162.72 162.72v-373.48zM160 688l208-208 320 320h-528zM864 800h-85.48l-144-144 80-80 149.48 149.52v74.48zM576 400c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"image-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31407,\"id\":573,\"name\":\"image-duotone\",\"prevSize\":16,\"code\":60995,\"codes\":[60995,60996]},\"setIdx\":5,\"setId\":5,\"iconIdx\":674},{\"icon\":{\"paths\":[\"M896 224v328.24l-94.88-94.88c-5.79-5.786-13.787-9.365-22.62-9.365s-16.83 3.579-22.62 9.365l-102.64 102.64-198.6-198.64c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-153.36 153.4v-290.76c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M864 160h-576c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM288 224h576v251l-40.28-40.24c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-80 80-176-176c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-98.72 98.72zM736 800h-576v-448h64v320c0 35.346 28.654 64 64 64v0h448zM864 672h-576v-144l144-144 198.64 198.64c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l102.64-102.64 85.48 85.52v106.48zM640 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"images-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31408,\"id\":572,\"name\":\"images-duotone\",\"prevSize\":16,\"code\":60997,\"codes\":[60997,60998]},\"setIdx\":5,\"setId\":5,\"iconIdx\":675},{\"icon\":{\"paths\":[\"M832 160h-640c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h34.76l438.6-438.64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l153.36 153.4v-386.76c0-17.673-14.327-32-32-32v0zM384 448c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM192 192h640v309.52l-98.76-98.8c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-429.28 429.28h-21.48zM832 832h-528l384-384 144 144v240zM384 480c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM384 352c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"image-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31409,\"id\":571,\"name\":\"image-square-duotone\",\"prevSize\":16,\"code\":60999,\"codes\":[60999,61000]},\"setIdx\":5,\"setId\":5,\"iconIdx\":676},{\"icon\":{\"paths\":[\"M832 160h-512c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h66.76l310.6-310.64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l121.36 121.4v-354.76c0-17.673-14.327-32-32-32v0zM480 416c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\",\"M832 128h-512c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM320 192h512v277.52l-66.8-66.8c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-301.24 301.28h-53.48zM704 832h-512v-512h64v384c0 35.346 28.654 64 64 64v0h384zM832 704h-368l256-256 112 112v144zM480 448c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM480 320c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"images-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31410,\"id\":570,\"name\":\"images-square-duotone\",\"prevSize\":16,\"code\":61001,\"codes\":[61001,61002]},\"setIdx\":5,\"setId\":5,\"iconIdx\":677},{\"icon\":{\"paths\":[\"M903.76 647.76c-34.745 34.742-82.743 56.231-135.76 56.231s-101.015-21.489-135.76-56.231l0 0-120.24-135.76 120.24-135.76c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025zM120.24 376.24c-34.087 34.631-55.134 82.185-55.134 134.654 0 106.039 85.961 192 192 192 52.47 0 100.023-21.047 134.679-55.159l-0.025 0.025 120.24-135.76-120.24-135.76c-34.745-34.742-82.743-56.231-135.76-56.231s-101.015 21.489-135.76 56.231l0-0z\",\"M992 512c0 0.005 0 0.011 0 0.016 0 123.712-100.288 224-224 224-61.86 0-117.863-25.075-158.4-65.616l0 0-1.32-1.4-239.8-270.8c-28.886-28.558-68.618-46.2-112.47-46.2-88.366 0-160 71.634-160 160s71.634 160 160 160c43.852 0 83.584-17.642 112.485-46.215l-0.015 0.015 34.080-38.48c5.898-6.647 14.462-10.816 24-10.816 17.693 0 32.036 14.343 32.036 32.036 0 8.155-3.047 15.598-8.065 21.253l0.029-0.033-34.76 39.24-1.32 1.4c-40.535 40.531-96.532 65.6-158.384 65.6-123.712 0-224-100.288-224-224s100.288-224 224-224c61.852 0 117.849 25.069 158.384 65.6l-0-0 1.32 1.4 239.8 270.8c28.886 28.558 68.618 46.2 112.47 46.2 88.366 0 160-71.634 160-160s-71.634-160-160-160c-43.852 0-83.584 17.642-112.485 46.215l0.015-0.015-34.080 38.48c-5.898 6.647-14.462 10.816-24 10.816-17.693 0-32.036-14.343-32.036-32.036 0-8.155 3.047-15.598 8.065-21.253l-0.029 0.033 34.76-39.24 1.32-1.4c40.537-40.541 96.54-65.616 158.4-65.616 123.712 0 224 100.288 224 224 0 0.006-0 0.012-0 0.017l0-0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"infinity-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31411,\"id\":569,\"name\":\"infinity-duotone\",\"prevSize\":16,\"code\":61003,\"codes\":[61003,61004]},\"setIdx\":5,\"setId\":5,\"iconIdx\":678},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M576 704c0 17.673-14.327 32-32 32v0c-35.346 0-64-28.654-64-64v0-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c35.346 0 64 28.654 64 64v0 160c17.673 0 32 14.327 32 32v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022zM496 384c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"info-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31412,\"id\":568,\"name\":\"info-duotone\",\"prevSize\":16,\"code\":61005,\"codes\":[61005,61006]},\"setIdx\":5,\"setId\":5,\"iconIdx\":679},{\"icon\":{\"paths\":[\"M704 128h-384c-106.039 0-192 85.961-192 192v0 384c0 106.039 85.961 192 192 192v0h384c106.039 0 192-85.961 192-192v0-384c0-106.039-85.961-192-192-192v0zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\",\"M704 96h-384c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v384c0.137 123.657 100.343 223.863 223.987 224l384.013 0c123.657-0.137 223.863-100.343 224-223.987l0-0.013v-384c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM864 704c0 88.366-71.634 160-160 160v0h-384c-88.366 0-160-71.634-160-160v0-384c0-88.366 71.634-160 160-160v0h384c88.366 0 160 71.634 160 160v0zM512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM768 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"instagram-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31413,\"id\":567,\"name\":\"instagram-logo-duotone\",\"prevSize\":16,\"code\":61007,\"codes\":[61007,61008]},\"setIdx\":5,\"setId\":5,\"iconIdx\":680},{\"icon\":{\"paths\":[\"M672 384c0 159.058-128.942 288-288 288v0c-10.718-0.008-21.29-0.589-31.699-1.714l1.299 0.114c-1.011-9.11-1.592-19.682-1.6-30.389l-0-0.011c0-159.058 128.942-288 288-288v0c10.718 0.008 21.29 0.589 31.699 1.714l-1.299-0.114c1.011 9.11 1.592 19.682 1.6 30.389l0 0.011z\",\"M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM128 384c-0-0.15-0-0.327-0-0.504 0-141.385 114.615-256 256-256 118.824 0 218.741 80.956 247.602 190.72l0.399 1.784c-170.382 4.618-307.294 141.6-311.791 311.576l-0.009 0.424c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM640 384c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM640 896c-118.639-0.101-218.414-80.751-247.594-190.209l-0.406-1.791c170.468-4.511 307.489-141.532 311.991-311.576l0.009-0.424c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"intersect-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31414,\"id\":566,\"name\":\"intersect-duotone\",\"prevSize\":16,\"code\":61009,\"codes\":[61009,61010]},\"setIdx\":5,\"setId\":5,\"iconIdx\":681},{\"icon\":{\"paths\":[\"M640 384v256h-256v-256z\",\"M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM192 608v-416h416v160h-224c-17.673 0-32 14.327-32 32v0 224zM608 416v192h-192v-192zM832 832h-416v-160h224c17.673 0 32-14.327 32-32v0-224h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"intersect-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31415,\"id\":565,\"name\":\"intersect-square-duotone\",\"prevSize\":16,\"code\":61011,\"codes\":[61011,61012]},\"setIdx\":5,\"setId\":5,\"iconIdx\":682},{\"icon\":{\"paths\":[\"M418.56 589.12c-76.24-32.83-131.298-101.902-143.835-184.915l-0.165-1.325c27.555-11.938 59.646-18.882 93.358-18.882 54.328 0 104.443 18.033 144.688 48.44l-0.606-0.438c-49.454 37.344-83.731 92.518-93.276 155.797l-0.164 1.323zM418.56 589.12c-1.623 10.484-2.549 22.578-2.549 34.888 0 78.243 37.442 147.741 95.386 191.555l0.604 0.437c58.547-44.251 95.989-113.749 95.989-191.992 0-12.31-0.927-24.404-2.714-36.215l0.165 1.327c-27.582 11.936-59.7 18.879-93.44 18.879s-65.858-6.943-95.005-19.477l1.565 0.599zM749.44 402.88c-27.555-11.938-59.646-18.882-93.358-18.882-54.328 0-104.443 18.033-144.688 48.44l0.606-0.438c49.454 37.344 83.731 92.518 93.276 155.797l0.164 1.323c76.24-32.83 131.298-101.902 143.835-184.915l0.165-1.325z\",\"M783.52 384c0.28-5.24 0.48-10.52 0.48-16 0-150.221-121.779-272-272-272s-272 121.779-272 272v0c0 5.32 0 10.6 0.48 16-88.608 46.055-148.089 137.149-148.089 242.136 0 150.221 121.779 272 272 272 54.858 0 105.923-16.24 148.65-44.175l-1.041 0.638c41.686 27.296 92.751 43.536 147.609 43.536 150.221 0 272-121.779 272-272 0-104.987-59.481-196.082-146.582-241.423l-1.507-0.714zM512 773.88c-37.561-35.933-61.628-85.704-63.986-141.095l-0.014-0.425c19.16 4.854 41.154 7.64 63.8 7.64s44.641-2.786 65.661-8.034l-1.861 0.393c-2.259 55.764-26.187 105.535-63.533 141.456l-0.067 0.064zM512 576c-20.056-0.007-39.444-2.855-57.787-8.164l1.467 0.364c10.622-37.182 30.182-68.96 56.251-94.014l0.069-0.066c26.138 25.12 45.698 56.898 55.959 92.61l0.361 1.47c-16.876 4.945-36.264 7.793-56.316 7.8l-0.004 0zM396.92 541.16c-40.881-27.495-71.118-68.094-84.875-115.686l-0.365-1.474c16.889-4.951 36.291-7.8 56.359-7.8 33.043 0 64.283 7.723 92.012 21.462l-1.211-0.543c-27.346 28.689-48.558 63.486-61.367 102.114l-0.553 1.926zM565.16 436.92c26.451-13.118 57.599-20.793 90.541-20.793 20.163 0 39.654 2.876 58.086 8.239l-1.467-0.366c-14.079 49.146-44.325 89.818-84.496 116.888l-0.744 0.472c-13.306-40.707-34.528-75.645-62.028-104.554l0.108 0.114zM512 160c111.957 0.035 203.26 88.415 207.986 199.213l0.014 0.427c-19.225-4.876-41.296-7.674-64.019-7.674-53.373 0-103.141 15.436-145.083 42.088l1.102-0.654c-40.827-25.976-90.575-41.399-143.925-41.399-22.672 0-44.693 2.785-65.74 8.032l1.865-0.393c4.737-111.156 95.929-199.495 207.786-199.64l0.014-0zM160 624c0.037-71.959 36.61-135.369 92.173-172.687l0.747-0.473c22.583 68.407 69.43 123.571 130.116 156.444l1.444 0.716c-0.28 5.24-0.48 10.52-0.48 16-0 0.034-0 0.074-0 0.114 0 72.548 28.511 138.436 74.94 187.072l-0.1-0.106c-26.535 13.175-57.787 20.885-90.84 20.885-114.863 0-207.98-93.105-208-207.963l-0-0.002zM656 832c-0.074 0-0.162 0-0.25 0-32.972 0-64.139-7.724-91.793-21.461l1.202 0.54c46.329-48.53 74.84-114.418 74.84-186.966 0-0.040-0-0.080-0-0.12l0 0.006c0-5.32-0.2-10.6-0.48-16 62.157-33.625 109.012-88.849 131.007-155.388l0.553-1.932c56.386 37.803 93.004 101.285 93.004 173.32 0 114.875-93.125 208-208 208-0.029 0-0.059-0-0.088-0l0.004 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"intersect-three-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31416,\"id\":564,\"name\":\"intersect-three-duotone\",\"prevSize\":16,\"code\":61013,\"codes\":[61013,61014]},\"setIdx\":5,\"setId\":5,\"iconIdx\":683},{\"icon\":{\"paths\":[\"M896 416h-768l42.6-198.72c3.206-14.551 15.99-25.277 31.28-25.28l620.24-0c15.29 0.003 28.074 10.729 31.241 25.068l0.039 0.212z\",\"M960 384h-38.12l-37.16-173.4c-6.509-29.067-32.037-50.482-62.587-50.6l-0.013-0h-620.24c-30.563 0.118-56.091 21.533-62.519 50.171l-0.081 0.429-37.16 173.4h-38.12c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v384c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-96h384v96c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-384h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM201.88 224h620.24l34.28 160h-688.8zM256 832h-96v-96h96zM768 832v-96h96v96zM864 672h-256v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-64v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-256v-224h704zM224 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"jeep-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31417,\"id\":563,\"name\":\"jeep-duotone\",\"prevSize\":16,\"code\":61015,\"codes\":[61015,61016]},\"setIdx\":5,\"setId\":5,\"iconIdx\":684},{\"icon\":{\"paths\":[\"M864 224v256h-224v-256zM160 832c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-352h-224z\",\"M864 192h-704c-17.673 0-32 14.327-32 32v0 608c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-192h192v64c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-480c0-17.673-14.327-32-32-32v0zM832 448h-160v-192h160zM352 256v192h-160v-192zM352 832h-160v-320h160zM416 576v-320h192v320zM672 704v-192h160v192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"kanban-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31418,\"id\":562,\"name\":\"kanban-duotone\",\"prevSize\":16,\"code\":61017,\"codes\":[61017,61018]},\"setIdx\":5,\"setId\":5,\"iconIdx\":685},{\"icon\":{\"paths\":[\"M928 257.96v508c0 18.756-15.204 33.96-33.96 33.96v0h-764c-0.024 0-0.052 0-0.080 0-18.727 0-33.914-15.159-33.96-33.876l-0-0.004v-508c-0-0.024-0-0.052-0-0.080 0-18.756 15.204-33.96 33.96-33.96 0 0 0 0 0 0l764 0c0.024-0 0.052-0 0.080-0 18.756 0 33.96 15.204 33.96 33.96 0 0-0 0-0 0l-0 0z\",\"M894.040 192h-764c-36.445-0-65.994 29.522-66.040 65.956l-0 0.004v508c-0 36.445 29.522 65.994 65.956 66.040l764.004 0c36.445 0 65.994-29.522 66.040-65.956l0-0.004v-508c0-36.445-29.522-65.994-65.956-66.040l-0.004-0zM896 766.040c0 1.082-0.878 1.96-1.96 1.96v0h-764c-1.082 0-1.96-0.878-1.96-1.96h0v-508c-0-1.082 0.878-1.96 1.96-1.96h764c1.082 0 1.96 0.878 1.96 1.96v0zM832 512c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM832 384c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM288 640c0 17.673-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM672 640c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM832 640c0 17.673-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"keyboard-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31419,\"id\":561,\"name\":\"keyboard-duotone\",\"prevSize\":16,\"code\":61019,\"codes\":[61019,61020]},\"setIdx\":5,\"setId\":5,\"iconIdx\":686},{\"icon\":{\"paths\":[\"M928 384c0 0.019 0 0.041 0 0.063 0 159.058-128.942 288-288 288-38.666 0-75.552-7.62-109.239-21.44l1.919 0.697-52.68 52.68h-96v96h-96v96h-160v-160l244.68-244.68c-13.084-31.724-20.68-68.557-20.68-107.163 0-159.058 128.942-288 288-288 159.003 0 287.911 128.853 288 287.835l0 0.009z\",\"M640 64c-176.762 0.164-319.993 143.495-319.993 320.28 0 35.328 5.72 69.321 16.284 101.102l-0.652-2.262-230.28 230.24c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32v0-64h64c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 38.24-38.28c29.512 9.917 63.496 15.64 98.818 15.64 176.731 0 320-143.269 320-320 0-176.625-143.097-319.828-319.681-320l-0.016-0zM640 640c-0.128 0-0.279 0-0.43 0-33.914 0-66.28-6.626-95.875-18.653l1.705 0.613c-3.753-1.672-8.133-2.645-12.74-2.645-8.833 0-16.83 3.579-22.62 9.365l0-0-43.28 43.32h-82.76c-17.673 0-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32v0 64h-96v-114.76l235.32-235.28c5.787-5.79 9.365-13.787 9.365-22.62 0-4.607-0.974-8.986-2.726-12.944l0.081 0.204c-11.465-28.017-18.12-60.531-18.12-94.6 0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.357-114.57 255.954-255.916 256l-0.004 0zM768 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"key-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31420,\"id\":560,\"name\":\"key-duotone\",\"prevSize\":16,\"code\":61021,\"codes\":[61021,61022]},\"setIdx\":5,\"setId\":5,\"iconIdx\":687},{\"icon\":{\"paths\":[\"M624 704h-224c-8.826-0.014-15.975-7.172-15.975-16 0-2.132 0.417-4.167 1.174-6.027l-0.039 0.107 52-130.32c-32.292-23.529-53.040-61.219-53.040-103.755 0-70.692 57.308-128 128-128s128 57.308 128 128c0 42.536-20.748 80.225-52.675 103.501l-0.365 0.254 52 130.32c0.719 1.754 1.136 3.789 1.136 5.921 0 8.837-7.163 16-16 16-0.076 0-0.152-0.001-0.228-0.002l0.011 0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 288c-88.351 0.019-159.966 71.646-159.966 160 0 44.174 17.902 84.167 46.846 113.12l-0-0-43.44 109.12c-2.155 5.259-3.406 11.364-3.406 17.76 0 26.498 21.471 47.981 47.965 48l224.002 0c26.495-0.019 47.966-21.502 47.966-48 0-6.396-1.251-12.501-3.522-18.081l0.116 0.321-43.44-109.12c28.944-28.953 46.846-68.946 46.846-113.12 0-88.353-71.615-159.98-159.964-160l-0.002-0zM557.24 563.6l43.16 108.4h-176.8l43.16-108.4c1.437-3.507 2.272-7.577 2.272-11.842 0-10.622-5.175-20.035-13.141-25.855l-0.091-0.063c-24.231-17.646-39.8-45.92-39.8-77.83 0-53.019 42.981-96 96-96s96 42.981 96 96c0 31.91-15.569 60.184-39.526 77.64l-0.274 0.191c-8.057 5.884-13.232 15.297-13.232 25.918 0 4.265 0.834 8.335 2.349 12.056l-0.077-0.214z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"keyhole-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31421,\"id\":559,\"name\":\"keyhole-duotone\",\"prevSize\":16,\"code\":61023,\"codes\":[61023,61024]},\"setIdx\":5,\"setId\":5,\"iconIdx\":688},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M736 416v128c0 17.673-14.327 32-32 32v0h-306.76l41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-96-96c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36h274.76v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"key-return-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31422,\"id\":558,\"name\":\"key-return-duotone\",\"prevSize\":16,\"code\":61025,\"codes\":[61025,61026]},\"setIdx\":5,\"setId\":5,\"iconIdx\":689},{\"icon\":{\"paths\":[\"M904.6 264.56l-201.44 214.6-117.16-117.2 205.48-210.52c14.372-13.895 33.974-22.457 55.577-22.457 44.183 0 80 35.817 80 80 0 21.603-8.562 41.205-22.479 55.599l0.022-0.022z\",\"M927.24 128.76c-20.268-20.271-48.27-32.809-79.201-32.809-31.069 0-59.184 12.651-79.473 33.082l-0.006 0.006-695.48 713.36c-5.659 5.768-9.151 13.678-9.151 22.404 0 15.146 10.522 27.834 24.655 31.153l0.217 0.043c42.034 10.168 90.291 16 139.911 16 0.032 0 0.063-0 0.095-0l-0.006 0c133.68 0 267.52-43.52 393.32-128.84 127-86.12 200.6-183.4 203.68-187.52 4.002-5.284 6.411-11.968 6.411-19.214 0-8.836-3.581-16.835-9.371-22.626l-74.96-75.040 180-192c19.885-20.249 32.159-48.029 32.159-78.677 0-30.967-12.532-59.007-32.801-79.326l0.002 0.002zM756.88 578.52c-50.524 57.644-107.135 107.992-169.378 150.733l-3.062 1.987c-137.88 93-280 130.8-423.36 112.64l425.2-436zM882 242l-0.72 0.76-178.84 190.68-71.48-71.56 183.12-188c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"knife-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31423,\"id\":557,\"name\":\"knife-duotone\",\"prevSize\":16,\"code\":61027,\"codes\":[61027,61028]},\"setIdx\":5,\"setId\":5,\"iconIdx\":690},{\"icon\":{\"paths\":[\"M750.56 640h-253.12l126.56-348z\",\"M862.080 853.040l-204.040-561.040 36.36-100h41.6c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h18.32l-240.4 661.040c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.248 1.205 7 1.908 10.915 1.92l0.005 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 38.88-106.92h188l-30.96 85.040c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.223 1.196 6.946 1.898 10.83 1.92l0.010 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 73.92-202.92h208l73.8 202.92c4.596 12.402 16.324 21.080 30.079 21.080 0.042 0 0.085-0 0.127-0l-0.007 0c3.92-0.012 7.672-0.715 11.146-1.993l-0.226 0.073c12.409-4.592 21.094-16.324 21.094-30.084 0-3.932-0.709-7.698-2.006-11.177l0.072 0.221zM510.080 512h-188l46.52-128h188zM626.44 192l-46.68 128h-187.76l46.4-128zM252.24 704l46.56-128h188l-46.8 128zM543.12 608l80.88-222.36 80.84 222.36z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"ladder-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31424,\"id\":556,\"name\":\"ladder-duotone\",\"prevSize\":16,\"code\":61029,\"codes\":[61029,61030]},\"setIdx\":5,\"setId\":5,\"iconIdx\":691},{\"icon\":{\"paths\":[\"M768 128v768h-512v-768z\",\"M768 96c-17.673 0-32 14.327-32 32v0 128h-448v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 768c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h448v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-768c0-17.673-14.327-32-32-32v0zM736 320v160h-448v-160zM288 704v-160h448v160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"ladder-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31425,\"id\":555,\"name\":\"ladder-simple-duotone\",\"prevSize\":16,\"code\":61031,\"codes\":[61031,61032]},\"setIdx\":5,\"setId\":5,\"iconIdx\":692},{\"icon\":{\"paths\":[\"M960 608h-896l192-448h512z\",\"M989.4 595.4l-192-448c-5.018-11.5-16.286-19.394-29.399-19.4l-512.001-0c-13.114 0.006-24.382 7.9-29.32 19.194l-0.080 0.206-192 448c-1.634 3.715-2.585 8.047-2.585 12.6 0 17.668 14.318 31.991 31.984 32l416.001 0v192h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-192h224v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h128c17.667-0.009 31.985-14.332 31.985-32 0-4.553-0.951-8.885-2.665-12.806l0.080 0.206zM112.52 576l164.6-384h469.76l164.6 384z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lamp-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31426,\"id\":554,\"name\":\"lamp-duotone\",\"prevSize\":16,\"code\":61033,\"codes\":[61033,61034]},\"setIdx\":5,\"setId\":5,\"iconIdx\":693},{\"icon\":{\"paths\":[\"M864 288v416h-704v-416c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M928 672h-32v-384c0-53.019-42.981-96-96-96v0h-576c-53.019 0-96 42.981-96 96v0 384h-32c-17.673 0-32 14.327-32 32v0 64c0 53.019 42.981 96 96 96v0h704c53.019 0 96-42.981 96-96v0-64c0-17.673-14.327-32-32-32v0zM192 288c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 384h-640zM896 768c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-32h768zM608 352c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"laptop-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31427,\"id\":553,\"name\":\"laptop-duotone\",\"prevSize\":16,\"code\":61035,\"codes\":[61035,61036]},\"setIdx\":5,\"setId\":5,\"iconIdx\":694},{\"icon\":{\"paths\":[\"M416 416v416h-256c-17.673 0-32-14.327-32-32v0-384z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v160h-704v-160zM160 448h224v352h-224zM864 800h-416v-352h416v352z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"layout-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31428,\"id\":552,\"name\":\"layout-duotone\",\"prevSize\":16,\"code\":61037,\"codes\":[61037,61038]},\"setIdx\":5,\"setId\":5,\"iconIdx\":695},{\"icon\":{\"paths\":[\"M255.24 768.76c-191.56-319.24 64-638.48 606.56-606.56 31.92 542.72-287.32 798.12-606.56 606.56z\",\"M893.8 160.28c-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-304.52-17.88-548.44 73.8-652.44 245.8-32.221 51.799-51.322 114.668-51.322 181.997 0 4.925 0.102 9.826 0.305 14.701l-0.023-0.698c2.28 63.68 20.84 128 55.16 191.4l-78.040 78c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 78-78.040c63.36 34.28 127.72 52.84 191.36 55.12q6.68 0.24 13.32 0.24c0.276 0.001 0.603 0.001 0.929 0.001 67.242 0 130.026-19.086 183.23-52.137l-1.479 0.856c172-104 263.72-347.88 245.8-652.44zM615 758c-91 55.12-198.72 56-306.84 3.080l354.52-354.48c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-354.48 354.68c-52.76-108-52-216 3.080-306.84 88.36-145.88 298.4-225.76 565.24-216.24 9.56 266.64-70.36 476.72-216.24 565.080z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"leaf-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31429,\"id\":551,\"name\":\"leaf-duotone\",\"prevSize\":16,\"code\":61039,\"codes\":[61039,61040]},\"setIdx\":5,\"setId\":5,\"iconIdx\":696},{\"icon\":{\"paths\":[\"M783.52 783.52l-158.4-158.4c28.944-28.953 46.846-68.946 46.846-113.12s-17.902-84.167-46.846-113.12l0 0 158.4-158.4c69.485 69.489 112.462 165.486 112.462 271.52s-42.977 202.031-112.462 271.52l0-0zM240.48 240.48c-69.485 69.489-112.462 165.486-112.462 271.52s42.977 202.031 112.462 271.52l-0-0 158.4-158.4c-28.944-28.953-46.846-68.946-46.846-113.12s17.902-84.167 46.846-113.12l-0 0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM668.4 623.16c22.257-30.87 35.597-69.457 35.597-111.16s-13.34-80.29-35.985-111.727l0.388 0.567 114-113.96c50.766 60.498 81.604 139.208 81.604 225.12s-30.838 164.622-82.048 225.663l0.444-0.543zM384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM737.12 241.6l-113.96 114c-30.87-22.257-69.457-35.597-111.16-35.597s-80.29 13.34-111.727 35.985l0.567-0.388-113.96-114c60.498-50.766 139.208-81.604 225.12-81.604s164.622 30.838 225.663 82.048l-0.543-0.444zM241.6 286.88l114 113.96c-22.257 30.87-35.597 69.457-35.597 111.16s13.34 80.29 35.985 111.727l-0.388-0.567-114 113.96c-50.766-60.498-81.604-139.208-81.604-225.12s30.838-164.622 82.048-225.663l-0.444 0.543zM286.88 782.4l113.96-114c30.87 22.257 69.457 35.597 111.16 35.597s80.29-13.34 111.727-35.985l-0.567 0.388 113.96 114c-60.498 50.766-139.208 81.604-225.12 81.604s-164.622-30.838-225.663-82.048l0.543 0.444z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lifebuoy-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31430,\"id\":550,\"name\":\"lifebuoy-duotone\",\"prevSize\":16,\"code\":61041,\"codes\":[61041,61042]},\"setIdx\":5,\"setId\":5,\"iconIdx\":697},{\"icon\":{\"paths\":[\"M832 416c0 0.083 0 0.182 0 0.281 0 101.748-47.571 192.386-121.684 250.885l-0.676 0.514c-22.872 17.848-37.484 45.362-37.64 76.294l-0 0.026v24c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-24c-0.033-30.796-14.496-58.207-36.99-75.841l-0.21-0.159c-74.647-58.699-122.287-148.834-122.8-250.115l-0-0.085c-0.96-173.44 138.88-317.8 312.28-321.8 2.299-0.059 5.005-0.093 7.72-0.093 176.731 0 320 143.269 320 320 0 0.033-0 0.066-0 0.098l0-0.005z\",\"M704 928c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM864 416c0.001 0.269 0.001 0.587 0.001 0.905 0 111.733-52.326 211.244-133.811 275.365l-0.75 0.569c-15.431 11.912-25.309 30.369-25.44 51.139l-0 0.021v24c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-24c-0.014-20.55-9.711-38.832-24.775-50.532l-0.145-0.108c-82.278-64.508-134.745-163.793-135.080-275.344l-0-0.056c-1.040-190.64 153.040-349.4 343.52-353.96 2.525-0.065 5.498-0.102 8.48-0.102 194.404 0 352 157.596 352 352 0 0.036-0 0.072-0 0.108l0-0.006zM800 416c0-0.025 0-0.055 0-0.084 0-159.058-128.942-288-288-288-2.447 0-4.888 0.031-7.32 0.091l0.36-0.007c-156 3.68-281.88 133.56-281.040 289.56 0.317 91.276 43.253 172.458 109.935 224.728l0.625 0.472c30.207 23.641 49.44 60.103 49.44 101.056 0 0.065-0 0.129-0 0.194l0-0.010v24h256v-24c0.096-41.129 19.485-77.71 49.593-101.185l0.287-0.215c67.299-52.942 110.121-134.38 110.121-225.82 0-0.274-0-0.548-0.001-0.822l0 0.042zM735.56 378.64c-17.46-94.991-91.243-168.76-184.824-185.984l-1.416-0.216c-1.599-0.283-3.441-0.445-5.32-0.445-17.676 0-32.005 14.329-32.005 32.005 0 15.797 11.444 28.921 26.494 31.533l0.191 0.027c66.28 11.16 122.52 67.4 133.76 133.8 2.656 15.219 15.768 26.64 31.548 26.64 0.004 0 0.009-0 0.013-0l-0.001 0c1.916-0.012 3.784-0.171 5.607-0.468l-0.207 0.028c15.206-2.667 26.615-15.773 26.615-31.544 0-1.899-0.165-3.76-0.483-5.568l0.028 0.192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lightbulb-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31431,\"id\":549,\"name\":\"lightbulb-duotone\",\"prevSize\":16,\"code\":61043,\"codes\":[61043,61044]},\"setIdx\":5,\"setId\":5,\"iconIdx\":698},{\"icon\":{\"paths\":[\"M832 416c0 0.083 0 0.182 0 0.281 0 101.748-47.571 192.386-121.684 250.885l-0.676 0.514c-22.872 17.848-37.484 45.362-37.64 76.294l-0 0.026v24c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-24c-0.033-30.796-14.496-58.207-36.99-75.841l-0.21-0.159c-74.647-58.699-122.287-148.834-122.8-250.115l-0-0.085c-0.96-173.44 138.88-317.8 312.28-321.8 2.299-0.059 5.005-0.093 7.72-0.093 176.731 0 320 143.269 320 320 0 0.033-0 0.066-0 0.098l0-0.005z\",\"M704 928c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM864 416c0.001 0.269 0.001 0.587 0.001 0.905 0 111.733-52.326 211.244-133.811 275.365l-0.75 0.569c-15.431 11.912-25.309 30.369-25.44 51.139l-0 0.021v24c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-24c-0.014-20.55-9.711-38.832-24.775-50.532l-0.145-0.108c-82.267-64.5-134.732-163.767-135.080-275.302l-0-0.058c-1.040-190.68 153.040-349.4 343.52-354 2.525-0.065 5.498-0.102 8.48-0.102 194.404 0 352 157.596 352 352 0 0.036-0 0.072-0 0.108l0-0.006zM800 416c0-0.025 0-0.055 0-0.084 0-159.058-128.942-288-288-288-2.447 0-4.888 0.031-7.32 0.091l0.36-0.007c-156 3.68-281.88 133.56-281.040 289.56 0.31 91.277 43.248 172.462 109.935 224.728l0.625 0.472c30.207 23.641 49.44 60.103 49.44 101.056 0 0.065-0 0.129-0 0.194l0-0.010v24h96v-178.76l-118.64-118.6c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-118.64 118.6v178.76h96v-24c0.077-41.133 19.471-77.721 49.592-101.184l0.288-0.216c67.299-52.942 110.121-134.38 110.121-225.82 0-0.274-0-0.548-0.001-0.822l0 0.042z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lightbulb-filament-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31432,\"id\":548,\"name\":\"lightbulb-filament-duotone\",\"prevSize\":16,\"code\":61045,\"codes\":[61045,61046]},\"setIdx\":5,\"setId\":5,\"iconIdx\":699},{\"icon\":{\"paths\":[\"M726.44 448h-428.88l22.44-224h384zM768 860.96l-19.080-188.96h-473.84l-19.080 188.96c-0.092 0.911-0.145 1.97-0.145 3.040 0 17.673 14.327 32 32 32 0.051 0 0.102-0 0.153-0l-0.008 0h448c0.043 0 0.094 0 0.145 0 17.673 0 32-14.327 32-32 0-1.071-0.053-2.129-0.155-3.172l0.011 0.132z\",\"M832 320c-17.673 0-32 14.327-32 32v0 64h-44.6l-19.4-195.2c-0.873-8.333-4.827-15.606-10.685-20.77l-0.035-0.030-172.32-153.16c-11.013-9.223-25.332-14.824-40.96-14.824s-29.947 5.601-41.060 14.906l0.1-0.082-0.8 0.68-171.52 152.48c-5.893 5.194-9.847 12.467-10.708 20.661l-0.012 0.139-19.4 195.2h-44.6v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0h70.16l-37.88 377.92c-0.184 1.823-0.289 3.939-0.289 6.080 0 35.346 28.654 64 64 64 0.003 0 0.007-0 0.010-0l447.999 0c35.34-0.009 63.985-28.659 63.985-64 0-2.197-0.111-4.369-0.327-6.509l0.022 0.269-37.84-377.76h70.16c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM512 96l108 96h-216zM348.96 256h326.080l16 160h-147.040v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-147.080zM288 864l16-160h416l16 160zM713.56 640h-403.12l16-160h371.040z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lighthouse-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31433,\"id\":547,\"name\":\"lighthouse-duotone\",\"prevSize\":16,\"code\":61047,\"codes\":[61047,61048]},\"setIdx\":5,\"setId\":5,\"iconIdx\":700},{\"icon\":{\"paths\":[\"M291.2 864l60.8-256-224-100.56 380.8-411.44-60.8 256 224 100.56z\",\"M703.36 446.16c-2.14-10.244-8.944-18.55-18.041-22.718l-0.199-0.082-200-89.72 54.88-230.24c0.544-2.209 0.856-4.744 0.856-7.353 0-17.673-14.327-32-32-32-9.257 0-17.595 3.93-23.438 10.213l-0.018 0.020-380.88 411.4c-5.277 5.689-8.515 13.334-8.515 21.736 0 12.918 7.654 24.048 18.675 29.102l0.199 0.082 200 89.76-54.88 230.24c-0.544 2.209-0.856 4.744-0.856 7.353 0 17.673 14.327 32 32 32 9.257 0 17.595-3.93 23.438-10.213l0.018-0.020 380.8-411.4c5.325-5.7 8.594-13.379 8.594-21.821 0-2.244-0.231-4.433-0.67-6.546l0.036 0.208zM350.48 752.84l32.64-137.44c0.554-2.228 0.871-4.785 0.871-7.417 0-12.917-7.653-24.046-18.672-29.101l-0.199-0.082-183.4-82.32 267.8-289.32-32.64 137.44c-0.554 2.228-0.871 4.785-0.871 7.417 0 12.917 7.653 24.046 18.672 29.101l0.199 0.082 183.36 82.32zM956.6 849.68l-144-288c-5.371-10.57-16.165-17.686-28.62-17.686s-23.249 7.116-28.536 17.504l-0.084 0.182-144 288c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.675 14.328 32.003 32.003 32.003 12.454 0 23.247-7.114 28.536-17.501l0.084-0.182 39.16-78.32h152.44l39.16 78.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c17.666-0.010 31.983-14.333 31.983-32 0-5.22-1.25-10.148-3.467-14.502l0.084 0.182zM739.76 736l44.24-88.44 44.2 88.44z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lightning-a-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31434,\"id\":546,\"name\":\"lightning-a-duotone\",\"prevSize\":16,\"code\":61049,\"codes\":[61049,61050]},\"setIdx\":5,\"setId\":5,\"iconIdx\":701},{\"icon\":{\"paths\":[\"M384 960l64-320-256-96 448-480-64 320 256 96z\",\"M863.16 472.68c-2.544-10.512-10.020-18.858-19.78-22.567l-0.22-0.073-230.44-86.44 58.64-293.32c0.376-1.84 0.591-3.955 0.591-6.12 0-17.673-14.327-32-32-32-9.202 0-17.497 3.884-23.335 10.103l-0.016 0.017-448 480c-5.442 5.725-8.789 13.486-8.789 22.028 0 13.646 8.541 25.297 20.569 29.898l0.219 0.074 230.52 86.44-58.48 293c-0.376 1.84-0.591 3.955-0.591 6.12 0 17.673 14.327 32 32 32 9.202 0 17.497-3.884 23.335-10.103l0.016-0.017 448-480c5.32-5.699 8.587-13.375 8.587-21.813 0-2.563-0.301-5.056-0.87-7.444l0.044 0.218zM437.48 856l41.88-209.52c0.402-1.902 0.632-4.088 0.632-6.327 0-13.587-8.468-25.196-20.414-29.838l-0.218-0.075-211.36-79.4 338.48-362.64-41.84 209.52c-0.402 1.902-0.632 4.088-0.632 6.327 0 13.587 8.468 25.196 20.414 29.838l0.218 0.075 211.2 79.2z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lightning-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31435,\"id\":545,\"name\":\"lightning-duotone\",\"prevSize\":16,\"code\":61051,\"codes\":[61051,61052]},\"setIdx\":5,\"setId\":5,\"iconIdx\":702},{\"icon\":{\"paths\":[\"M384 960l64-320-256-96 448-480-64 320 256 96z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 157 172.72-156.72 168c-5.442 5.725-8.789 13.486-8.789 22.028 0 13.646 8.541 25.297 20.569 29.898l0.219 0.074 230.52 86.44-58.48 293.040c-0.376 1.84-0.591 3.955-0.591 6.12 0 17.673 14.327 32 32 32 9.202 0 17.497-3.884 23.335-10.103l0.016-0.017 247.44-265.12 153.48 168.8c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM437.48 856l41.88-209.52c0.402-1.902 0.632-4.088 0.632-6.327 0-13.587-8.468-25.196-20.414-29.838l-0.218-0.075-211.36-79.4 120.48-129.080 243.12 267.44zM434.64 284c-6.267-5.857-10.172-14.172-10.172-23.4 0-8.452 3.277-16.138 8.629-21.858l-0.017 0.018 183.52-196.64c5.854-6.235 14.148-10.12 23.351-10.12 17.673 0 32 14.327 32 32 0 2.165-0.215 4.28-0.625 6.324l0.034-0.204-58.64 293.48 230.52 86.44c12.174 4.712 20.65 16.326 20.65 29.919 0 8.471-3.292 16.173-8.666 21.898l0.016-0.017-89.2 95.56c-5.826 6.023-13.981 9.761-23.010 9.761-17.673 0-32-14.327-32-32 0-8.242 3.116-15.757 8.235-21.43l-0.025 0.028 56.76-60.6-211.2-79.2c-12.164-4.717-20.632-16.326-20.632-29.913 0-2.239 0.23-4.425 0.668-6.535l-0.036 0.207 41.88-209.52-106.68 114.28c-5.86 6.289-14.19 10.211-23.436 10.211-8.492 0-16.212-3.308-21.94-8.706l0.016 0.015z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lightning-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31436,\"id\":544,\"name\":\"lightning-slash-duotone\",\"prevSize\":16,\"code\":61053,\"codes\":[61053,61054]},\"setIdx\":5,\"setId\":5,\"iconIdx\":703},{\"icon\":{\"paths\":[\"M324 700c17.302 17.361 28 41.313 28 67.764 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-26.451 10.698-50.404 28.003-67.767l-0.003 0.003c17.384-17.443 41.432-28.236 68-28.236s50.616 10.793 67.997 28.233l0.003 0.003zM836 188c-17.361-17.302-41.313-28-67.764-28-53.019 0-96 42.981-96 96s42.981 96 96 96c26.451 0 50.404-10.698 67.767-28.003l-0.003 0.003c17.443-17.384 28.236-41.432 28.236-68s-10.793-50.616-28.233-67.997l-0.003-0.003z\",\"M858.56 165.44c-23.176-23.24-55.228-37.618-90.637-37.618-70.692 0-128 57.308-128 128 0 24.044 6.629 46.54 18.16 65.759l-0.323-0.58-336.76 336.76c-18.601-11.116-41.029-17.689-64.992-17.689-35.357 0-67.372 14.309-90.57 37.452l0.003-0.003c-23.148 23.161-37.465 55.151-37.465 90.485 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.973-6.59-46.407-18.058-65.588l0.324 0.584 336.76-336.76c18.639 11.208 41.134 17.837 65.178 17.837 70.692 0 128-57.308 128-128 0-35.41-14.378-67.461-37.615-90.635l-0.003-0.003zM301.24 813.44c-11.588 11.588-27.597 18.756-45.28 18.756-35.366 0-64.036-28.67-64.036-64.036 0-17.683 7.167-33.692 18.756-45.28v0 0c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l0 0c11.573 11.58 18.73 27.574 18.73 45.24 0 17.646-7.141 33.624-18.692 45.201l0.001-0.001zM813.24 301.44c-11.581 11.579-27.579 18.74-45.25 18.74-35.346 0-64-28.654-64-64s28.654-64 64-64c17.671 0 33.668 7.161 45.25 18.74l-0-0c11.537 11.574 18.671 27.544 18.671 45.18 0 17.596-7.101 33.534-18.594 45.103l0.003-0.003z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"line-segment-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31437,\"id\":543,\"name\":\"line-segment-duotone\",\"prevSize\":16,\"code\":61055,\"codes\":[61055,61056]},\"setIdx\":5,\"setId\":5,\"iconIdx\":704},{\"icon\":{\"paths\":[\"M228 732c17.302 17.361 28 41.313 28 67.764 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-26.451 10.698-50.404 28.003-67.767l-0.003 0.003c17.384-17.443 41.432-28.236 68-28.236s50.616 10.793 67.997 28.233l0.003 0.003zM316 316c-17.302 17.361-28 41.313-28 67.764 0 53.019 42.981 96 96 96s96-42.981 96-96c0-26.451-10.698-50.404-28.003-67.767l0.003 0.003c-17.384-17.443-41.432-28.236-68-28.236s-50.616 10.793-67.997 28.233l-0.003 0.003zM572 572c-17.302 17.361-28 41.313-28 67.764 0 53.019 42.981 96 96 96s96-42.981 96-96c0-26.451-10.698-50.404-28.003-67.767l0.003 0.003c-17.384-17.443-41.432-28.236-68-28.236s-50.616 10.793-67.997 28.233l-0.003 0.003zM932 156c-17.361-17.302-41.313-28-67.764-28-53.019 0-96 42.981-96 96s42.981 96 96 96c26.451 0 50.404-10.698 67.767-28.003l-0.003 0.003c17.443-17.384 28.236-41.432 28.236-68s-10.793-50.616-28.233-67.997l-0.003-0.003z\",\"M954.56 133.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0c1.16 1.16 2.4 2.28 3.6 3.4l-106.52 197.84c-9.161-2.329-19.677-3.666-30.506-3.666-23.995 0-46.456 6.563-65.687 17.992l0.593-0.327-80.72-80.72c11.208-18.639 17.837-41.134 17.837-65.178 0-70.692-57.308-128-128-128-35.41 0-67.461 14.378-90.635 37.615l-0.003 0.003c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0c1.16 1.16 2.36 2.28 3.56 3.4l-106.52 197.88c-9.186-2.357-19.73-3.709-30.591-3.709-35.336 0-67.327 14.318-90.489 37.47l0-0c-23.157 23.162-37.48 55.158-37.48 90.499 0 70.692 57.308 128 128 128s128-57.308 128-128c0-35.341-14.323-67.337-37.48-90.499l0 0c-1.16-1.16-2.4-2.28-3.6-3.4l106.52-197.84c9.183 2.345 19.728 3.7 30.588 3.72l0.012 0c0.046 0 0.101 0 0.156 0 23.907 0 46.284-6.554 65.431-17.964l-0.587 0.324 80.72 80.72c-11.135 18.592-17.72 41.017-17.72 64.979 0 70.692 57.308 128 128 128s128-57.308 128-128c0-35.341-14.323-67.337-37.48-90.5l0 0c-1.16-1.16-2.36-2.28-3.56-3.4l106.52-197.84c9.162 2.329 19.682 3.67 30.514 3.68l0.006 0c70.684-0.011 127.981-57.314 127.981-128 0-35.332-14.315-67.32-37.461-90.481l0.001 0.001zM205.2 845.32c-11.585 11.58-27.586 18.741-45.26 18.741-35.358 0-64.021-28.663-64.021-64.021 0-17.684 7.17-33.693 18.761-45.28l0-0c11.585-11.58 27.586-18.741 45.26-18.741 35.358 0 64.021 28.663 64.021 64.021 0 17.684-7.17 33.693-18.761 45.28l-0 0zM338.72 429.32c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l0-0c11.581-11.579 27.579-18.74 45.25-18.74 35.346 0 64 28.654 64 64s-28.654 64-64 64c-17.671 0-33.668-7.161-45.25-18.74l0 0zM685.28 685.32c-11.583 11.583-27.585 18.747-45.26 18.747-35.35 0-64.007-28.657-64.007-64.007 0-17.675 7.164-33.677 18.747-45.26l-0 0c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l0-0zM909.28 269.32c-11.584 11.564-27.577 18.716-45.24 18.716-35.366 0-64.036-28.67-64.036-64.036 0-17.703 7.184-33.728 18.795-45.319l0.001-0.001c11.585-11.58 27.586-18.741 45.26-18.741 35.358 0 64.021 28.663 64.021 64.021 0 17.684-7.17 33.693-18.761 45.28l-0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"line-segments-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31438,\"id\":542,\"name\":\"line-segments-duotone\",\"prevSize\":16,\"code\":61057,\"codes\":[61057,61058]},\"setIdx\":5,\"setId\":5,\"iconIdx\":705},{\"icon\":{\"paths\":[\"M785.12 465.12l-320 320c-28.743 27.789-67.949 44.914-111.154 44.914-88.366 0-160-71.634-160-160 0-43.205 17.125-82.41 44.957-111.199l-0.043 0.045 320-320c28.743-27.789 67.949-44.914 111.154-44.914 88.366 0 160 71.634 160 160 0 43.205-17.125 82.41-44.957 111.199l0.043-0.045z\",\"M762.52 261.48c-23.163-23.158-55.159-37.481-90.5-37.481-35.222 0-67.121 14.226-90.265 37.247l0.006-0.006-46.6 48.84c-5.703 5.341-13.394 8.622-21.851 8.622-17.673 0-32-14.327-32-32 0-7.879 2.847-15.093 7.569-20.668l-0.039 0.047 46.88-49.16c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005-49.16 46.88c-5.529 4.683-12.743 7.531-20.622 7.531-17.673 0-32-14.327-32-32 0-8.457 3.28-16.147 8.638-21.868l-0.016 0.018 48.84-46.6c23.015-23.138 37.241-55.038 37.241-90.26 0-35.421-14.388-67.482-37.638-90.657l-0.003-0.003zM488.84 713.92l-46.6 48.84c-23.023 22.379-54.489 36.177-89.177 36.177-70.692 0-128-57.308-128-128 0-34.688 13.799-66.154 36.206-89.207l-0.029 0.030 48.84-46.6c5.341-5.703 8.622-13.394 8.622-21.851 0-17.673-14.327-32-32-32-7.879 0-15.093 2.847-20.668 7.569l0.047-0.039-49.32 46.88c-0.185 0.165-0.355 0.335-0.515 0.514l-0.005 0.006c-34.087 34.631-55.134 82.185-55.134 134.654 0 106.039 85.961 192 192 192 52.47 0 100.023-21.047 134.679-55.159l-0.025 0.025c0.185-0.165 0.355-0.335 0.515-0.514l0.005-0.006 46.88-49.16c6.253-5.856 10.149-14.162 10.149-23.378 0-17.673-14.327-32-32-32-9.794 0-18.561 4.4-24.431 11.332l-0.039 0.047zM832 608h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM192 416h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM640 704c-17.673 0-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM384 320c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"link-break-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31439,\"id\":541,\"name\":\"link-break-duotone\",\"prevSize\":16,\"code\":61059,\"codes\":[61059,61060]},\"setIdx\":5,\"setId\":5,\"iconIdx\":706},{\"icon\":{\"paths\":[\"M839.76 455.76l-112 112c-27.844 27.93-64.273 47.287-104.992 53.777l-1.088 0.143c-6.634 41.808-25.991 78.236-53.915 106.075l-0.005 0.005-112 112c-34.631 34.087-82.185 55.134-134.654 55.134-106.039 0-192-85.961-192-192 0-52.47 21.047-100.023 55.159-134.679l-0.025 0.025 112-112c27.844-27.93 64.273-47.287 104.992-53.777l1.088-0.143c6.634-41.808 25.991-78.236 53.915-106.075l0.005-0.005 112-112c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025z\",\"M550.16 745.44c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0-71.76 72c-40.556 40.531-96.571 65.599-158.44 65.599-123.788 0-224.139-100.35-224.139-224.139 0-61.919 25.108-117.974 65.698-158.539l112.481-112.441c40.544-40.586 96.578-65.693 158.476-65.693 57.203 0 109.398 21.442 148.986 56.728l-0.223-0.195c6.636 5.903 10.796 14.466 10.796 24 0 17.715-14.361 32.076-32.076 32.076-8.181 0-15.646-3.063-21.312-8.104l0.032 0.028c-28.116-25.055-65.391-40.364-106.242-40.364-44.193 0-84.202 17.917-113.158 46.884l-0 0-112.48 112.36c-28.96 28.96-46.872 68.968-46.872 113.16 0 88.383 71.649 160.032 160.032 160.032 44.192 0 84.2-17.912 113.16-46.872l71.76-71.76c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM862.48 161.44c-40.576-40.488-96.584-65.524-158.44-65.524s-117.864 25.036-158.444 65.528l0.004-0.004-71.76 71.88c-5.786 5.791-9.364 13.787-9.364 22.62 0 17.675 14.329 32.004 32.004 32.004 8.843 0 16.847-3.586 22.64-9.383l71.76-71.76c28.96-28.96 68.968-46.872 113.16-46.872 88.383 0 160.032 71.649 160.032 160.032 0 44.192-17.912 84.2-46.872 113.16l-112.48 112.48c-28.95 28.929-68.933 46.821-113.095 46.821-40.881 0-78.181-15.332-106.463-40.559l0.158 0.138c-5.634-5.013-13.099-8.076-21.28-8.076-17.715 0-32.076 14.361-32.076 32.076 0 9.534 4.16 18.097 10.763 23.972l0.032 0.028c39.372 35.113 91.583 56.57 148.806 56.57 61.877 0 117.894-25.089 158.433-65.649l112.481-112.441c40.512-40.58 65.564-96.604 65.564-158.48s-25.052-117.9-65.567-158.483l0.003 0.003z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"link-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31440,\"id\":540,\"name\":\"link-duotone\",\"prevSize\":16,\"code\":61061,\"codes\":[61061,61062]},\"setIdx\":5,\"setId\":5,\"iconIdx\":707},{\"icon\":{\"paths\":[\"M896 160v704c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 96h-704c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM864 864h-704v-704h704v704zM384 448v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM736 560v144c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-144c0-44.183-35.817-80-80-80s-80 35.817-80 80v0 144c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0.092-17.603 14.383-31.838 32-31.838 15.090 0 27.741 10.445 31.116 24.5l0.044 0.218c22.651-15.549 50.661-24.832 80.84-24.832 79.512 0 143.973 64.444 144 143.95l0 0.003zM400 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"linkedin-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31441,\"id\":539,\"name\":\"linkedin-logo-duotone\",\"prevSize\":16,\"code\":61063,\"codes\":[61063,61064]},\"setIdx\":5,\"setId\":5,\"iconIdx\":708},{\"icon\":{\"paths\":[\"M839.76 455.76l-384 384c-34.631 34.087-82.185 55.134-134.654 55.134-106.039 0-192-85.961-192-192 0-52.47 21.047-100.023 55.159-134.679l-0.025 0.025 384-384c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025z\",\"M928 320c0 0.167 0.001 0.365 0.001 0.563 0 61.68-25.077 117.502-65.592 157.828l-0.009 0.009-120.28 120.24c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l120.28-120.24c29.707-29.073 48.126-69.579 48.126-114.386 0-88.366-71.634-160-160-160-44.817 0-85.331 18.427-114.378 48.117l-0.028 0.029-120.24 120.2c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l120.24-120.2c40.537-40.541 96.54-65.616 158.4-65.616 123.712 0 224 100.288 224 224 0 0.006-0 0.012-0 0.017l0-0.001zM553.36 696.88l-120.24 120.24c-29.073 29.707-69.579 48.126-114.386 48.126-88.366 0-160-71.634-160-160 0-44.817 18.427-85.331 48.117-114.378l0.029-0.028 120.2-120.2c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-120.2 120.24c-40.538 40.538-65.611 96.541-65.611 158.4 0 123.718 100.293 224.011 224.011 224.011 61.859 0 117.862-25.073 158.4-65.611l120.24-120.28c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"link-simple-break-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31442,\"id\":538,\"name\":\"link-simple-break-duotone\",\"prevSize\":16,\"code\":61065,\"codes\":[61065,61066]},\"setIdx\":5,\"setId\":5,\"iconIdx\":709},{\"icon\":{\"paths\":[\"M839.76 455.76l-384 384c-34.631 34.087-82.185 55.134-134.654 55.134-106.039 0-192-85.961-192-192 0-52.47 21.047-100.023 55.159-134.679l-0.025 0.025 384-384c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025z\",\"M662.64 361.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-256 256c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l256-256c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM862.4 161.6c-40.537-40.541-96.54-65.616-158.4-65.616s-117.863 25.075-158.4 65.616l-120.24 120.2c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0 120.24-120c28.823-28.208 68.316-45.614 111.874-45.614 88.366 0 160 71.634 160 160 0 43.548-17.398 83.033-45.622 111.883l0.028-0.029-120.28 120.24c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l-0 0 120.28-120.44c40.541-40.537 65.616-96.54 65.616-158.4s-25.075-117.863-65.616-158.4l-0-0zM553.36 696.88l-120.24 120.24c-29.073 29.707-69.579 48.126-114.386 48.126-88.366 0-160-71.634-160-160 0-44.817 18.427-85.331 48.117-114.378l0.029-0.028 120.2-120.2c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-120.2 120.24c-40.538 40.538-65.611 96.541-65.611 158.4 0 123.718 100.293 224.011 224.011 224.011 61.859 0 117.862-25.073 158.4-65.611l120.24-120.28c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"link-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31443,\"id\":537,\"name\":\"link-simple-duotone\",\"prevSize\":16,\"code\":61067,\"codes\":[61067,61068]},\"setIdx\":5,\"setId\":5,\"iconIdx\":710},{\"icon\":{\"paths\":[\"M960 512v0c0 106.039-85.961 192-192 192v0h-512c-106.039 0-192-85.961-192-192v0 0c0-106.039 85.961-192 192-192v0h512c106.039 0 192 85.961 192 192v0z\",\"M96 512c0 88.366 71.634 160 160 160v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-123.712 0-224-100.288-224-224s100.288-224 224-224v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-88.366 0-160 71.634-160 160v0zM768 288h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c88.366 0 160 71.634 160 160s-71.634 160-160 160v0h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c123.712 0 224-100.288 224-224s-100.288-224-224-224v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"link-simple-horizontal-break-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31444,\"id\":536,\"name\":\"link-simple-horizontal-break-duotone\",\"prevSize\":16,\"code\":61069,\"codes\":[61069,61070]},\"setIdx\":5,\"setId\":5,\"iconIdx\":711},{\"icon\":{\"paths\":[\"M960 512v0c0 106.039-85.961 192-192 192v0h-512c-106.039 0-192-85.961-192-192v0 0c0-106.039 85.961-192 192-192v0h512c106.039 0 192 85.961 192 192v0z\",\"M320 480h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM416 672h-160c-88.366 0-160-71.634-160-160s71.634-160 160-160v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-123.712 0-224 100.288-224 224s100.288 224 224 224v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 288h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c88.366 0 160 71.634 160 160s-71.634 160-160 160v0h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c123.712 0 224-100.288 224-224s-100.288-224-224-224v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"link-simple-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31445,\"id\":535,\"name\":\"link-simple-horizontal-duotone\",\"prevSize\":16,\"code\":61071,\"codes\":[61071,61072]},\"setIdx\":5,\"setId\":5,\"iconIdx\":712},{\"icon\":{\"paths\":[\"M896 864h-224c-32-57.4-91.64-96-160-96s-128 38.6-160 96h-224s128-160 128-480c0-141.385 114.615-256 256-256s256 114.615 256 256v0c0 320 128 480 128 480z\",\"M916 889c-5.422 4.363-12.392 7.002-19.978 7.002-10.078 0-19.068-4.659-24.934-11.941l-0.048-0.062c-5.48-6.92-135.040-172.56-135.040-500 0-123.712-100.288-224-224-224s-224 100.288-224 224v0c0 327.44-129.48 493.080-135 500-5.919 7.361-14.924 12.031-25.020 12.031-17.69 0-32.031-14.341-32.031-32.031 0-7.595 2.643-14.572 7.060-20.062l-0.048 0.062c0.6-0.8 30.76-39.6 60.52-114.96 27.6-69.84 60.52-186.48 60.52-345.040 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 158.56 32.92 275.2 60.52 345.12 29.92 75.76 60.24 114.56 60.56 114.96 4.332 5.411 6.952 12.357 6.952 19.915 0 10.092-4.671 19.092-11.97 24.957l-0.062 0.048zM400 384c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM672 432c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM398.32 547.36c-4.018-1.953-8.741-3.095-13.73-3.095-17.673 0-32 14.327-32 32 0 12.236 6.867 22.868 16.958 28.251l0.172 0.084 128 64c4.163 2.144 9.085 3.401 14.3 3.401s10.137-1.257 14.479-3.485l-0.179 0.083 128-64c10.568-5.373 17.683-16.166 17.683-28.62 0-17.675-14.328-32.003-32.003-32.003-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.84zM512 736c-80.699 0.664-150.794 45.423-187.437 111.337l-0.563 1.103c-2.538 4.484-4.033 9.847-4.033 15.56 0 17.691 14.342 32.033 32.033 32.033 11.979 0 22.422-6.575 27.917-16.313l0.083-0.16c25.617-47.609 75.093-79.426 132-79.426s106.382 31.817 131.609 78.631l0.391 0.795c5.578 9.898 16.021 16.473 28 16.473 17.691 0 32.033-14.342 32.033-32.033 0-5.713-1.495-11.076-4.116-15.72l0.083 0.16c-37.207-67.017-107.301-111.776-187.908-112.439l-0.092-0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"linux-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31446,\"id\":534,\"name\":\"linux-logo-duotone\",\"prevSize\":16,\"code\":61073,\"codes\":[61073,61074]},\"setIdx\":5,\"setId\":5,\"iconIdx\":713},{\"icon\":{\"paths\":[\"M864 256v512h-688v-512z\",\"M320 256c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0zM864 480h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 736h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM176 208c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM176 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM176 720c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"list-bullets-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31447,\"id\":533,\"name\":\"list-bullets-duotone\",\"prevSize\":16,\"code\":61075,\"codes\":[61075,61076]},\"setIdx\":5,\"setId\":5,\"iconIdx\":714},{\"icon\":{\"paths\":[\"M864 256v512h-352v-512z\",\"M896 512c0 17.673-14.327 32-32 32v0h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c17.673 0 32 14.327 32 32v0zM512 288h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM329.36 169.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM329.36 425.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM329.36 681.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"list-checks-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31448,\"id\":532,\"name\":\"list-checks-duotone\",\"prevSize\":16,\"code\":61077,\"codes\":[61077,61078]},\"setIdx\":5,\"setId\":5,\"iconIdx\":715},{\"icon\":{\"paths\":[\"M864 256v512h-704v-512z\",\"M352 256c0-17.673 14.327-32 32-32v0h480c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-480c-17.673 0-32-14.327-32-32v0zM864 480h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 736h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 224h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 736h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"list-dashes-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31449,\"id\":531,\"name\":\"list-dashes-duotone\",\"prevSize\":16,\"code\":61079,\"codes\":[61079,61080]},\"setIdx\":5,\"setId\":5,\"iconIdx\":716},{\"icon\":{\"paths\":[\"M864 256v512h-704v-512z\",\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM160 288h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"list-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31450,\"id\":530,\"name\":\"list-duotone\",\"prevSize\":16,\"code\":61081,\"codes\":[61081,61082]},\"setIdx\":5,\"setId\":5,\"iconIdx\":717},{\"icon\":{\"paths\":[\"M864 576c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z\",\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM512 736h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM950.64 790.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-81.36-81.2c-24.802 16.573-55.304 26.448-88.112 26.448-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160 0 32.808-9.875 63.31-26.814 88.696l0.367-0.584 81.2 81.2c5.846 5.8 9.466 13.837 9.466 22.72s-3.619 16.92-9.463 22.718l-0.002 0.002zM736 672c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"list-magnifying-glass-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31451,\"id\":529,\"name\":\"list-magnifying-glass-duotone\",\"prevSize\":16,\"code\":61083,\"codes\":[61083,61084]},\"setIdx\":5,\"setId\":5,\"iconIdx\":718},{\"icon\":{\"paths\":[\"M864 256v512h-448v-512z\",\"M896 512c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0zM416 288h448c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-448c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h448c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM174.32 220.64l17.68-8.88v204.24c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-64 32c-10.579 5.374-17.7 16.175-17.7 28.64 0 17.684 14.336 32.020 32.020 32.020 5.22 0 10.148-1.249 14.502-3.464l-0.182 0.084zM319.080 626.88c-3.782-26.383-17.94-48.885-38.13-63.612l-0.27-0.188c-16.174-11.859-36.47-18.976-58.428-18.976-31.533 0-59.638 14.677-77.856 37.573l-0.156 0.203c-5.814 7.406-10.641 15.956-14.067 25.186l-0.213 0.654c-1.713 3.794-2.712 8.227-2.712 12.892 0 17.673 14.327 32 32 32 14.47 0 26.697-9.604 30.653-22.785l0.058-0.227c1.207-3.259 2.802-6.077 4.771-8.588l-0.051 0.068c6.475-8.021 16.307-13.108 27.327-13.108 7.774 0 14.957 2.532 20.769 6.816l-0.096-0.068c6.917 4.936 11.722 12.447 13.019 21.106l0.021 0.174c0.184 1.259 0.289 2.712 0.289 4.19 0 7.178-2.474 13.777-6.617 18.992l0.048-0.063c-0.109 0.13-0.215 0.273-0.31 0.424l-0.010 0.016-114.76 153.28c-3.977 5.274-6.37 11.938-6.37 19.16 0 17.673 14.327 32 32 32 0.004 0 0.007-0 0.011-0l127.999 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64l76.32-102.12c12.301-15.725 19.725-35.781 19.725-57.572 0-4.738-0.351-9.393-1.028-13.942l0.063 0.514z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"list-numbers-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31452,\"id\":528,\"name\":\"list-numbers-duotone\",\"prevSize\":16,\"code\":61085,\"codes\":[61085,61086]},\"setIdx\":5,\"setId\":5,\"iconIdx\":719},{\"icon\":{\"paths\":[\"M864 256v512h-704v-512z\",\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM576 736h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 736h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"list-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31453,\"id\":527,\"name\":\"list-plus-duotone\",\"prevSize\":16,\"code\":61087,\"codes\":[61087,61088]},\"setIdx\":5,\"setId\":5,\"iconIdx\":720},{\"icon\":{\"paths\":[\"M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 832h-640v-448h640v448zM560 608c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lock-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31454,\"id\":526,\"name\":\"lock-duotone\",\"prevSize\":16,\"code\":61089,\"codes\":[61089,61090]},\"setIdx\":5,\"setId\":5,\"iconIdx\":721},{\"icon\":{\"paths\":[\"M864 192v608h-704v-608c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M768 288c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM736 384h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 320h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM384 384h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-288v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-288v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM480 768v-576h-288v576zM544 768h288v-576h-288z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lockers-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31455,\"id\":525,\"name\":\"lockers-duotone\",\"prevSize\":16,\"code\":61091,\"codes\":[61091,61092]},\"setIdx\":5,\"setId\":5,\"iconIdx\":722},{\"icon\":{\"paths\":[\"M832 352h-640c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0zM512 640c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\",\"M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 832h-640v-448h640v448zM512 448c-61.84 0.022-111.962 50.157-111.962 112 0 50.432 33.333 93.079 79.169 107.111l0.793 0.209v68.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-68.68c46.63-14.241 79.962-56.888 79.962-107.32 0-61.843-50.123-111.978-111.96-112l-0.002-0zM512 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lock-key-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31456,\"id\":524,\"name\":\"lock-key-duotone\",\"prevSize\":16,\"code\":61093,\"codes\":[61093,61094]},\"setIdx\":5,\"setId\":5,\"iconIdx\":723},{\"icon\":{\"paths\":[\"M832 352h-640c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0zM512 640c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\",\"M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM832 832h-640v-448h640v448zM512 448c-61.84 0.022-111.962 50.157-111.962 112 0 50.432 33.333 93.079 79.169 107.111l0.793 0.209v68.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-68.68c46.63-14.241 79.962-56.888 79.962-107.32 0-61.843-50.123-111.978-111.96-112l-0.002-0zM512 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lock-key-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31457,\"id\":523,\"name\":\"lock-key-open-duotone\",\"prevSize\":16,\"code\":61095,\"codes\":[61095,61096]},\"setIdx\":5,\"setId\":5,\"iconIdx\":724},{\"icon\":{\"paths\":[\"M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM192 512h640v64h-640zM192 640h640v64h-640zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 384v64h-640v-64zM832 832h-640v-64h640v64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lock-laminated-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31458,\"id\":522,\"name\":\"lock-laminated-duotone\",\"prevSize\":16,\"code\":61097,\"codes\":[61097,61098]},\"setIdx\":5,\"setId\":5,\"iconIdx\":725},{\"icon\":{\"paths\":[\"M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM192 512h640v64h-640zM192 640h640v64h-640zM832 384v64h-640v-64zM832 832h-640v-64h640v64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lock-laminated-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31459,\"id\":521,\"name\":\"lock-laminated-open-duotone\",\"prevSize\":16,\"code\":61099,\"codes\":[61099,61100]},\"setIdx\":5,\"setId\":5,\"iconIdx\":726},{\"icon\":{\"paths\":[\"M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM832 832h-640v-448h640v448zM560 608c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lock-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31460,\"id\":520,\"name\":\"lock-open-duotone\",\"prevSize\":16,\"code\":61101,\"codes\":[61101,61102]},\"setIdx\":5,\"setId\":5,\"iconIdx\":727},{\"icon\":{\"paths\":[\"M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 832h-640v-448h640v448z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lock-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31461,\"id\":519,\"name\":\"lock-simple-duotone\",\"prevSize\":16,\"code\":61103,\"codes\":[61103,61104]},\"setIdx\":5,\"setId\":5,\"iconIdx\":728},{\"icon\":{\"paths\":[\"M864 384v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM832 832h-640v-448h640v448z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"lock-simple-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31462,\"id\":518,\"name\":\"lock-simple-open-duotone\",\"prevSize\":16,\"code\":61105,\"codes\":[61105,61106]},\"setIdx\":5,\"setId\":5,\"iconIdx\":729},{\"icon\":{\"paths\":[\"M704 448l-406.64 406.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-82.76-82.64c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l406.64-406.76z\",\"M992 608c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM224 288h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM736 768h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM877.24 320l-557.24 557.24c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l-82.8-82.72c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l557.28-557.24c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l82.72 82.72c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0zM658.72 448l-82.72-82.76-384 384 82.72 82.76zM832 274.76l-82.76-82.76-128 128 82.76 82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"magic-wand-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31463,\"id\":517,\"name\":\"magic-wand-duotone\",\"prevSize\":16,\"code\":61107,\"codes\":[61107,61108]},\"setIdx\":5,\"setId\":5,\"iconIdx\":730},{\"icon\":{\"paths\":[\"M673.44 801.44l-120 117.4c-5.769 5.668-13.686 9.166-22.419 9.166-8.833 0-16.831-3.579-22.621-9.366l0 0-114.56-114.64c-5.8-5.792-9.388-13.798-9.388-22.642 0-9.002 3.717-17.136 9.7-22.95l120.008-116.007zM105.44 470.4c-5.751 5.784-9.305 13.757-9.305 22.56s3.555 16.776 9.307 22.562l-0.002-0.002 114.56 114.64c5.792 5.799 13.798 9.387 22.641 9.387 8.962 0 17.064-3.684 22.873-9.621l116.726-119.686-159.16-159.16z\",\"M828 201c-63.484-64.754-151.844-104.918-249.585-105l-1.335-0c-0.267-0.001-0.583-0.001-0.9-0.001-97.001 0-184.783 39.469-248.163 103.224l-0.017 0.017-245.56 248.76c-11.43 11.556-18.491 27.453-18.491 44.999 0 17.666 7.158 33.66 18.731 45.241l114.64 114.64c11.535 11.589 27.498 18.76 45.137 18.76 0.050 0 0.1-0 0.151-0l-0.008 0h0.36c17.812-0.099 33.886-7.459 45.428-19.268l0.012-0.012 243.6-249.6c11.616-11.504 27.604-18.611 45.252-18.611 17.224 0 32.867 6.77 44.413 17.795l-0.025-0.024c11.676 11.352 18.92 27.209 18.92 44.758 0 0.001-0 0.002-0 0.002l0-0c0.002 0.183 0.003 0.399 0.003 0.616 0 18.464-7.407 35.198-19.411 47.393l0.009-0.009-249.16 240.84c-11.981 11.644-19.415 27.911-19.415 45.915 0 17.668 7.159 33.664 18.735 45.245l114.64 114.64c11.611 11.542 27.614 18.675 45.284 18.675 17.429 0 33.237-6.941 44.81-18.209l-0.014 0.014 247.2-241.8c137.8-138 139.92-361.76 4.76-499zM242.6 607.56l-114.6-114.6 95.2-96.48 114.080 114.080zM531.16 896l-114.72-114.6 97.52-94.28 114.040 114.16zM778.2 654.24l-104.44 102.16-113.76-113.68 106.16-102.64c23.662-23.849 38.284-56.696 38.284-92.959 0-0.366-0.001-0.732-0.004-1.097l0 0.056c-0.157-35.381-14.9-67.288-38.521-90.042l-0.039-0.038c-23.057-21.964-54.336-35.478-88.772-35.478-35.444 0-67.545 14.317-90.834 37.484l0.006-0.006-104.32 106.72-113.96-113.76 105.4-106.6c51.82-52.11 123.565-84.361 202.841-84.361 0.295 0 0.59 0 0.885 0.001l-0.046-0h1.080c79.978 0.071 152.266 32.937 204.154 85.873l0.046 0.047c110.64 112.28 108.64 295.6-4.16 408.4z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"magnet-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31464,\"id\":516,\"name\":\"magnet-duotone\",\"prevSize\":16,\"code\":61109,\"codes\":[61109,61110]},\"setIdx\":5,\"setId\":5,\"iconIdx\":731},{\"icon\":{\"paths\":[\"M416 224v160h-224v-160c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM800 192h-160c-17.673 0-32 14.327-32 32v0 160h224v-160c0-17.673-14.327-32-32-32v0z\",\"M800 160h-160c-35.346 0-64 28.654-64 64v0 352c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-352c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 352c0 194.404 157.596 352 352 352v0h2.68c192.6-1.44 349.32-161.16 349.32-356v-348c0-35.346-28.654-64-64-64v0zM800 224v128h-160v-128zM384 224v128h-160v-128zM514.2 864c-0.654 0.005-1.426 0.008-2.2 0.008-159.058 0-288-128.942-288-288 0-0.003 0-0.006 0-0.009l-0 0.001v-160h160v160c0 70.692 57.308 128 128 128s128-57.308 128-128v0-160h160v156c0 160-128 290.84-285.8 292z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"magnet-straight-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31465,\"id\":515,\"name\":\"magnet-straight-duotone\",\"prevSize\":16,\"code\":61111,\"codes\":[61111,61112]},\"setIdx\":5,\"setId\":5,\"iconIdx\":732},{\"icon\":{\"paths\":[\"M768 448c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320v0c176.731 0 320 143.269 320 320v0z\",\"M918.64 873.36l-200.24-200.24c50.917-60.738 81.843-139.736 81.843-225.957 0-194.868-157.972-352.84-352.84-352.84s-352.84 157.972-352.84 352.84c0 194.868 157.972 352.84 352.84 352.84 86.111 0 165.018-30.847 226.272-82.095l-0.555 0.452 200.24 200.28c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 448c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"magnifying-glass-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31466,\"id\":514,\"name\":\"magnifying-glass-duotone\",\"prevSize\":16,\"code\":61113,\"codes\":[61113,61114]},\"setIdx\":5,\"setId\":5,\"iconIdx\":733},{\"icon\":{\"paths\":[\"M768 448c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320v0c176.731 0 320 143.269 320 320v0z\",\"M918.64 873.36l-200.24-200.24c50.917-60.738 81.843-139.736 81.843-225.957 0-194.868-157.972-352.84-352.84-352.84s-352.84 157.972-352.84 352.84c0 194.868 157.972 352.84 352.84 352.84 86.111 0 165.018-30.847 226.272-82.095l-0.555 0.452 200.24 200.28c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 448c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017zM608 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"magnifying-glass-minus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31467,\"id\":513,\"name\":\"magnifying-glass-minus-duotone\",\"prevSize\":16,\"code\":61115,\"codes\":[61115,61116]},\"setIdx\":5,\"setId\":5,\"iconIdx\":734},{\"icon\":{\"paths\":[\"M768 448c0 176.731-143.269 320-320 320s-320-143.269-320-320c0-176.731 143.269-320 320-320v0c176.731 0 320 143.269 320 320v0z\",\"M918.64 873.36l-200.24-200.24c50.917-60.738 81.843-139.736 81.843-225.957 0-194.868-157.972-352.84-352.84-352.84s-352.84 157.972-352.84 352.84c0 194.868 157.972 352.84 352.84 352.84 86.111 0 165.018-30.847 226.272-82.095l-0.555 0.452 200.24 200.28c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 448c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017zM608 448c0 17.673-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"magnifying-glass-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31468,\"id\":512,\"name\":\"magnifying-glass-plus-duotone\",\"prevSize\":16,\"code\":61117,\"codes\":[61117,61118]},\"setIdx\":5,\"setId\":5,\"iconIdx\":735},{\"icon\":{\"paths\":[\"M512 96c-176.731 0-320 143.269-320 320v0c0 288 320 512 320 512s320-224 320-512c0-176.731-143.269-320-320-320v0zM512 544c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\",\"M512 256c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 512c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM512 64c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 125.6 58.040 258.72 168 385 49.439 56.891 103.776 107.23 163.073 151.265l2.727 1.935c5.116 3.623 11.485 5.791 18.36 5.791s13.244-2.168 18.46-5.858l-0.1 0.067c61.893-45.975 116.125-96.311 164.414-151.945l1.066-1.255c109.8-126.28 168-259.4 168-385-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM512 888c-66.12-52-288-243-288-472 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 228.92-221.88 420-288 472z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"map-pin-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31469,\"id\":511,\"name\":\"map-pin-duotone\",\"prevSize\":16,\"code\":61119,\"codes\":[61119,61120]},\"setIdx\":5,\"setId\":5,\"iconIdx\":736},{\"icon\":{\"paths\":[\"M512 96c-176.731 0-320 143.269-320 320v0c0 288 320 512 320 512s320-224 320-512c0-176.731-143.269-320-320-320v0zM512 544c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\",\"M800 896h-197.84c33.451-29.949 64.1-60.966 92.774-93.756l1.066-1.244c109.8-126.28 168-259.4 168-385 0-194.404-157.596-352-352-352s-352 157.596-352 352v0c0 125.6 58.040 258.72 168 385 29.738 34.032 60.388 65.049 92.828 94.109l1.012 0.891h-197.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 416c0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 228.92-221.88 420-288 472-66.12-52-288-243.080-288-472zM672 416c0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160v0c88.366 0 160-71.634 160-160v0zM416 416c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"map-pin-line-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31470,\"id\":510,\"name\":\"map-pin-line-duotone\",\"prevSize\":16,\"code\":61121,\"codes\":[61121,61122]},\"setIdx\":5,\"setId\":5,\"iconIdx\":737},{\"icon\":{\"paths\":[\"M640 288v576l-256-128v-576z\",\"M915.68 198.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-244.52 61.12-245.4-122.72c-4.162-2.121-9.077-3.364-14.283-3.364-2.769 0-5.456 0.352-8.019 1.013l0.222-0.049-256 64c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v576c0.003 17.671 14.329 31.995 32 31.995 2.756 0 5.43-0.348 7.982-1.003l-0.222 0.048 244.52-61.12 245.4 122.72c4.177 2.105 9.102 3.344 14.315 3.36l0.005 0c2.757-0.002 5.431-0.352 7.982-1.008l-0.222 0.048 256-64c14.031-3.594 24.238-16.125 24.24-31.040l0-0v-576c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM416 211.76l192 96v504.48l-192-96zM160 249l192-48v510l-192 48zM864 775l-192 48v-510l192-48z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"map-trifold-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31471,\"id\":509,\"name\":\"map-trifold-duotone\",\"prevSize\":16,\"code\":61123,\"codes\":[61123,61124]},\"setIdx\":5,\"setId\":5,\"iconIdx\":738},{\"icon\":{\"paths\":[\"M896 512c-0.049-212.040-171.953-383.914-384-383.914-212.077 0-384 171.923-384 384 0 141.385 76.41 264.923 190.188 331.573l1.812 0.981v-140.64c0-17.673 14.327-32 32-32v0h32v-96c0-17.673 14.327-32 32-32v0h16.64l48-230.52c7.080-33.96 55.56-33.96 62.64 0l48 230.52h16.72c17.673 0 32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32v0 140.64c115.59-67.63 192-191.169 192-332.554 0-0.030-0-0.061-0-0.091l0 0.005z\",\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM352 825.48v-121.48h320v121.48c-46.549 24.13-101.622 38.28-160 38.28s-113.451-14.15-161.977-39.208l1.977 0.928zM416 576h192v64h-192zM472 512l40-192 40 192zM760.88 760.92c-8 8-16.32 15.48-24.88 22.56v-79.48c0-35.346-28.654-64-64-64v0-64c-0.042-31.938-23.472-58.391-54.080-63.154l-0.36-0.046-42.92-205.84c-6.29-29.262-31.941-50.876-62.64-50.876s-56.35 21.614-62.564 50.455l-0.076 0.421-42.92 205.84c-30.968 4.809-54.398 31.262-54.44 63.196l-0 0.004v64c-35.346 0-64 28.654-64 64v0 79.48c-8.56-7.080-16.88-14.56-24.88-22.56-63.712-63.702-103.12-151.71-103.12-248.923 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.213-39.408 185.221-103.119 248.922l-0.001 0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"marker-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31472,\"id\":508,\"name\":\"marker-circle-duotone\",\"prevSize\":16,\"code\":61125,\"codes\":[61125,61126]},\"setIdx\":5,\"setId\":5,\"iconIdx\":739},{\"icon\":{\"paths\":[\"M800 288l-288 288-288-288z\",\"M950.64 182.64c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-831.999-0c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 406.64 406.6v242.76h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-242.76zM301.24 320h421.52l-210.76 210.76zM850.76 192l-64 64h-549.52l-64-64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"martini-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31473,\"id\":507,\"name\":\"martini-duotone\",\"prevSize\":16,\"code\":61127,\"codes\":[61127,61128]},\"setIdx\":5,\"setId\":5,\"iconIdx\":740},{\"icon\":{\"paths\":[\"M864 192v223.080c0 283.32-157.6 512.92-352 512.92s-352-229.6-352-512.84v-223.16c-0-0.012-0-0.027-0-0.041 0-17.673 14.327-32 32-32 4.158 0 8.132 0.793 11.777 2.237l-0.217-0.076c60.44 23.52 176.88 60.72 308.44 60.72s248-37.2 308.44-60.64c3.428-1.368 7.402-2.161 11.56-2.161 17.659 0 31.978 14.305 32 31.959l0 0.002z\",\"M868 139.2c-10.093-7.013-22.607-11.203-36.099-11.203-8.342 0-16.309 1.602-23.611 4.515l0.43-0.151c-56.12 21.84-169.44 58.48-296.72 58.48s-240.64-36.64-296.84-58.48c-6.868-2.745-14.828-4.337-23.16-4.337-35.338 0-63.987 28.641-64 63.976l-0 0.001v223.080c0 143.36 38.6 278.6 108.72 380.72 72.64 105.84 170.4 164 275.28 164s202.64-58.28 275.28-164c70.12-102.040 108.72-237.28 108.72-380.64v-223.16c-0.041-21.86-11.034-41.143-27.783-52.659l-0.217-0.141zM832 415.2c0 130.56-34.64 252.92-97.48 344.52-60.36 87.88-139.36 136.28-222.52 136.28s-162.16-48.4-222.52-136.32c-62.84-91.68-97.48-213.96-97.48-344.52v-223.16c60.44 23.48 182.32 62.84 320 62.84s259.6-39.36 320-62.84v223.24zM760 490.68c5.029 5.642 8.102 13.122 8.102 21.32 0 17.729-14.373 32.102-32.102 32.102-9.531 0-18.093-4.154-23.972-10.75l-0.028-0.032c-10.72-12-35.4-21.32-56-21.32s-45.44 9.36-56 21.32c-5.909 6.624-14.47 10.775-24 10.775-17.737 0-32.115-14.379-32.115-32.115 0-8.207 3.078-15.694 8.143-21.372l-0.028 0.032c22.84-25.52 64.56-42.64 104-42.64s81 17.12 104 42.64zM368 512c-20.76 0-45.44 9.36-56 21.32-5.909 6.624-14.47 10.775-24 10.775-17.737 0-32.115-14.379-32.115-32.115 0-8.207 3.078-15.694 8.143-21.372l-0.028 0.032c23-25.52 64.72-42.64 104-42.64s81 17.12 104 42.64c5.037 5.646 8.115 13.133 8.115 21.34 0 17.737-14.379 32.115-32.115 32.115-9.53 0-18.091-4.151-23.972-10.744l-0.028-0.032c-10.56-11.96-35.24-21.32-56-21.32zM673.8 692.76c-39.069 46.141-97.037 75.235-161.8 75.235s-122.731-29.095-161.545-74.926l-0.255-0.309c-4.764-5.554-7.664-12.828-7.664-20.78 0-17.675 14.329-32.004 32.004-32.004 9.724 0 18.434 4.336 24.304 11.181l0.036 0.043c27.251 32.378 67.8 52.809 113.12 52.809s85.868-20.431 112.937-52.585l0.183-0.224c5.906-6.887 14.616-11.224 24.34-11.224 17.675 0 32.004 14.329 32.004 32.004 0 7.952-2.9 15.226-7.7 20.823l0.036-0.043z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"mask-happy-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31474,\"id\":506,\"name\":\"mask-happy-duotone\",\"prevSize\":16,\"code\":61129,\"codes\":[61129,61130]},\"setIdx\":5,\"setId\":5,\"iconIdx\":741},{\"icon\":{\"paths\":[\"M864 192v223.080c0 283.32-157.6 512.92-352 512.92s-352-229.6-352-512.84v-223.16c-0-0.012-0-0.027-0-0.041 0-17.673 14.327-32 32-32 4.158 0 8.132 0.793 11.777 2.237l-0.217-0.076c60.44 23.52 176.88 60.72 308.44 60.72s248-37.2 308.44-60.64c3.428-1.368 7.402-2.161 11.56-2.161 17.659 0 31.978 14.305 32 31.959l0 0.002z\",\"M634.64 753.72c-5.819 8.655-15.574 14.273-26.641 14.273-6.602 0-12.737-1.999-17.833-5.426l0.115 0.073c-26-17.28-46.28-26.64-78.28-26.64s-52.28 9.36-78.28 26.64c-4.88 3.167-10.847 5.051-17.255 5.051-17.673 0-32-14.327-32-32 0-10.873 5.423-20.479 13.711-26.262l0.104-0.069c33.72-22.44 65.96-37.36 113.72-37.36s80 14.92 113.72 37.36c8.655 5.819 14.273 15.574 14.273 26.641 0 6.602-1.999 12.737-5.426 17.833l0.073-0.115zM757.36 456c-5.639-5.071-13.138-8.173-21.361-8.173-9.457 0-17.955 4.102-23.813 10.624l-0.026 0.030c-10.72 12-35.4 21.36-56 21.36s-45.44-9.4-56-21.36c-5.93-6.645-14.519-10.808-24.080-10.808-17.799 0-32.228 14.429-32.228 32.228 0 8.238 3.091 15.754 8.176 21.452l-0.028-0.032c22.84 25.52 64.56 42.68 104 42.68s81-17.16 104-42.68c5.065-5.637 8.162-13.131 8.162-21.348 0-9.527-4.163-18.081-10.769-23.943l-0.033-0.029zM896 192v223.080c0 143.36-38.6 278.6-108.72 380.72-72.64 105.84-170.4 164-275.28 164s-202.64-58.28-275.28-164c-70.12-102.040-108.72-237.28-108.72-380.64v-223.16c0.013-35.337 28.662-63.977 64-63.977 8.332 0 16.292 1.592 23.593 4.489l-0.433-0.151c56.2 21.84 169.56 58.48 296.84 58.48s240.6-36.64 296.84-58.48c6.868-2.745 14.828-4.337 23.16-4.337 35.338 0 63.987 28.641 64 63.976l0 0.001zM832 192v0c-60.4 23.56-182.28 62.92-320 62.92s-259.6-39.44-320-62.92v223.16c0 130.56 34.64 252.92 97.48 344.52 60.36 87.92 139.36 136.32 222.52 136.32s162.16-48.4 222.52-136.32c62.84-91.68 97.48-213.96 97.48-344.52zM472 501.24c5.021-5.638 8.089-13.111 8.089-21.3 0-17.722-14.367-32.089-32.089-32.089-9.533 0-18.095 4.157-23.972 10.757l-0.028 0.032c-10.72 12-35.4 21.36-56 21.36s-45.44-9.4-56-21.36c-5.909-6.624-14.47-10.775-24-10.775-17.737 0-32.115 14.379-32.115 32.115 0 8.207 3.078 15.694 8.143 21.372l-0.028-0.032c23 25.52 64.72 42.68 104 42.68s81-17.16 104-42.68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"mask-sad-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31475,\"id\":505,\"name\":\"mask-sad-duotone\",\"prevSize\":16,\"code\":61131,\"codes\":[61131,61132]},\"setIdx\":5,\"setId\":5,\"iconIdx\":742},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M448 288c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM416 704h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 704h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM617.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l73.36-73.4 73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36 73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-73.36 73.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 73.4 73.36-73.4 73.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"math-operations-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31476,\"id\":504,\"name\":\"math-operations-duotone\",\"prevSize\":16,\"code\":61133,\"codes\":[61133,61134]},\"setIdx\":5,\"setId\":5,\"iconIdx\":743},{\"icon\":{\"paths\":[\"M704 384c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0z\",\"M864 384c0-0.062 0-0.136 0-0.209 0-194.404-157.596-352-352-352s-352 157.596-352 352c0 109.037 49.577 206.494 127.418 271.060l0.582 0.469v304.68c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 177.68-88.64 177.72 88.84c4.075 1.995 8.868 3.162 13.933 3.162 0.122 0 0.244-0.001 0.365-0.002l-0.019 0c17.673 0 32-14.327 32-32v0-304.68c78.417-64.926 128-162.296 128-271.246 0-0.026-0-0.052-0-0.078l0 0.004zM224 384c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017zM672 908.24l-145.72-72.84c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-145.64 72.84v-210.76c46.518 24.278 101.596 38.519 160 38.519s113.482-14.242 161.951-39.442l-1.951 0.923zM512 608c123.712 0 224-100.288 224-224s-100.288-224-224-224c-123.712 0-224 100.288-224 224v0c0.137 123.657 100.343 223.863 223.987 224l0.013 0zM512 224c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"medal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31477,\"id\":503,\"name\":\"medal-duotone\",\"prevSize\":16,\"code\":61135,\"codes\":[61135,61136]},\"setIdx\":5,\"setId\":5,\"iconIdx\":744},{\"icon\":{\"paths\":[\"M672 736c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM828 160h-156v343.28l170.88-77.68c12.561-5.802 21.12-18.292 21.12-32.781 0-0.007-0-0.013-0-0.020l0 0.001v-196.8c0-19.882-16.118-36-36-36v0zM352 160h-156c-19.882 0-36 16.118-36 36v0 196.8c-0 0.006-0 0.012-0 0.019 0 14.489 8.559 26.978 20.897 32.688l0.223 0.092 170.88 77.68z\",\"M828 128h-632c-37.555 0-68 30.445-68 68v0 196.84c0.036 27.374 16.242 50.955 39.578 61.706l0.422 0.174 250.4 113.8c-59.049 33.507-98.24 95.952-98.24 167.55 0 106.039 85.961 192 192 192s192-85.961 192-192c0-71.598-39.191-134.043-97.29-167.053l-0.95-0.497 250.080-113.8c23.758-10.925 39.964-34.506 40-61.875l0-0.005v-196.84c0-37.555-30.445-68-68-68v0zM640 192v290.68l-128 58.16-128-58.16v-290.68zM192 392.84v-196.84c0-2.209 1.791-4 4-4v0h124v261.56l-125.64-57.080c-1.4-0.641-2.357-2.028-2.36-3.64l-0-0zM512 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM832 392.84c-0.003 1.612-0.96 2.999-2.335 3.63l-0.025 0.010-125.64 57.080v-261.56h124c2.209 0 4 1.791 4 4v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"medal-military-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31478,\"id\":502,\"name\":\"medal-military-duotone\",\"prevSize\":16,\"code\":61137,\"codes\":[61137,61138]},\"setIdx\":5,\"setId\":5,\"iconIdx\":745},{\"icon\":{\"paths\":[\"M512 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0zM736 288c-53 0-96 100.28-96 224s43 224 96 224 96-100.28 96-224-43-224-96-224z\",\"M288 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM288 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM736 256c-22.72 0-65.6 11.040-97.28 85-19.8 46.2-30.72 107-30.72 171s10.92 124.8 30.72 171c31.68 73.96 74.56 85 97.28 85s65.6-11.040 97.28-85c19.8-46.2 30.72-107 30.72-171s-10.92-124.8-30.72-171c-31.68-73.96-74.56-85-97.28-85zM736 704c-22.56 0-64-72.88-64-192s41.44-192 64-192 64 72.88 64 192-41.44 192-64 192zM992 288v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"medium-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31479,\"id\":501,\"name\":\"medium-logo-duotone\",\"prevSize\":16,\"code\":61139,\"codes\":[61139,61140]},\"setIdx\":5,\"setId\":5,\"iconIdx\":746},{\"icon\":{\"paths\":[\"M928 480c0 88.366-71.634 160-160 160v0h-160v-320h160c88.366 0 160 71.634 160 160v0z\",\"M960 480c-0.114-105.993-86.007-191.886-191.989-192l-159.211-0c-11.64-0.68-214.48-14.96-407.64-176.96-11.045-9.324-25.441-14.991-41.16-14.991-35.329 0-63.972 28.626-64 63.949l-0 0.003v640c0.005 35.342 28.657 63.991 64 63.991 15.719 0 30.115-5.667 41.255-15.070l-0.095 0.078c151.080-126.72 308-163.040 374.84-173.2v126.88c-0 0.024-0 0.053-0 0.082 0 22.107 11.209 41.596 28.253 53.094l0.227 0.145 44 29.32c9.982 6.745 22.286 10.768 35.53 10.768 29.692 0 54.662-20.22 61.89-47.642l0.1-0.446 47.080-177.44c94.708-12.96 166.899-93.326 166.92-190.558l0-0.002zM160 799.72v-639.72c171.24 143.64 346.52 180 416 188.96v261.92c-69.4 9.12-244.64 45.4-416 188.84zM684 831.72v0.44l-44-29.32v-130.84h86.4zM768 608h-128v-256h128c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"megaphone-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31480,\"id\":500,\"name\":\"megaphone-duotone\",\"prevSize\":16,\"code\":61141,\"codes\":[61141,61142]},\"setIdx\":5,\"setId\":5,\"iconIdx\":747},{\"icon\":{\"paths\":[\"M544 276.36v407.28l-375.040 115.040c-2.683 0.812-5.767 1.28-8.96 1.28-17.659 0-31.977-14.304-32-31.958l-0-0.002v-576c0.023-17.656 14.341-31.96 32-31.96 3.193 0 6.277 0.468 9.187 1.338l-0.226-0.058z\",\"M882.16 346.64l-704.24-216c-5.366-1.625-11.534-2.56-17.92-2.56-35.318 0-63.954 28.608-64 63.916l-0 0.004v576c0 35.346 28.654 64 64 64v0c0.007 0 0.015 0 0.023 0 6.436 0 12.65-0.95 18.51-2.717l-0.453 0.117 333.92-102.48v41.080c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-119.6l114.16-35c26.663-8.195 45.73-32.556 45.84-61.387l0-0.013v-144c-0.129-28.828-19.19-53.169-45.384-61.239l-0.456-0.121zM512 660l-352 108v-576l352 108zM704 768h-128v-60.72l128-39.28zM864 552h-0.44l-287.56 88.32v-320.64l288 88v144z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"megaphone-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31481,\"id\":499,\"name\":\"megaphone-simple-duotone\",\"prevSize\":16,\"code\":61143,\"codes\":[61143,61144]},\"setIdx\":5,\"setId\":5,\"iconIdx\":748},{\"icon\":{\"paths\":[\"M896 512c0 0.014 0 0.031 0 0.048 0 212.077-171.923 384-384 384-70.806 0-137.136-19.164-194.086-52.588l1.806 0.98-149.56 49.88c-3.021 1.042-6.502 1.644-10.124 1.644-17.673 0-32-14.327-32-32 0-3.622 0.602-7.103 1.71-10.349l-0.067 0.225 49.88-149.56c-32.414-55.124-51.56-121.425-51.56-192.197 0-212.077 171.923-384 384-384 212.048 0 383.953 171.875 384 383.912l0 0.005z\",\"M726.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM928 512c0 0.027 0 0.059 0 0.091 0 229.75-186.25 416-416 416-71.565 0-138.91-18.071-197.72-49.9l2.2 1.089-136.2 45.4c-6.042 2.084-13.004 3.287-20.247 3.287-35.346 0-64-28.654-64-64 0-7.243 1.203-14.205 3.421-20.698l-0.134 0.45 45.4-136.2c-30.683-56.567-48.72-123.852-48.72-195.349 0-229.75 186.25-416 416-416 229.69 0 415.903 186.152 416 415.82l0 0.009zM864 512c-0.057-194.361-157.631-351.9-352-351.9-194.404 0-352 157.596-352 352 0 64.858 17.541 125.62 48.139 177.799l-0.899-1.659c2.699 4.592 4.293 10.115 4.293 16.009 0 3.632-0.605 7.122-1.72 10.376l0.067-0.225-49.88 149.6 149.6-49.92c3.016-1.038 6.491-1.638 10.107-1.638 5.913 0 11.451 1.604 16.203 4.4l-0.15-0.082c50.544 29.734 111.341 47.298 176.24 47.298 194.404 0 352-157.596 352-352 0-0.020-0-0.041-0-0.061l0 0.003z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"messenger-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31482,\"id\":498,\"name\":\"messenger-logo-duotone\",\"prevSize\":16,\"code\":61145,\"codes\":[61145,61146]},\"setIdx\":5,\"setId\":5,\"iconIdx\":749},{\"icon\":{\"paths\":[\"M513.96 458.4l-74.84 131c-63.6 114.040-129.040 210.6-204.88 210.6-246.88 0-123.44-576 61.76-576 81 0 150.24 110.32 217.96 234.4zM728 224c-50.48 0-96.4 42.8-140 105.080l-74.040 129.32c87.040 159.44 171.64 341.6 275.8 341.6 246.88 0 123.44-576-61.76-576z\",\"M960 597.24c0 64.44-12.68 119.56-36.68 159.36-29.72 49.32-76 75.4-133.56 75.4-111.76 0-191.12-148-275.12-304.88-68.080-127.12-145.24-271.12-218.64-271.12-37.52 0-79.76 40-113 106.68-33.867 68.527-54.064 149.075-54.997 234.246l-0.003 0.314c0 52.8 9.52 96.48 27.52 126.32s43.76 44.44 78.72 44.44c60.48 0 123.4-98.16 176.92-194.2 5.586-9.887 16.026-16.452 28-16.452 17.702 0 32.052 14.35 32.052 32.052 0 5.728-1.503 11.106-4.136 15.76l0.083-0.16c-61.32 109.84-134.88 227-232.92 227-57.64 0-104-26.080-133.56-75.4-24-40-36.68-94.92-36.68-159.36 1.023-95.877 23.677-186.224 63.297-266.715l-1.617 3.635c45.6-91.68 106.080-142.16 170.32-142.16 111.76 0 191.080 148 275.12 304.88 68.040 127.12 145.2 271.12 218.64 271.12 34.96 0 60.72-14.52 78.72-44.44s27.52-73.52 27.52-126.32c-0.922-85.48-21.106-166.030-56.403-237.808l1.443 3.248c-33.040-66.68-75.48-106.68-113.040-106.68-33.44 0-70.72 29.92-114.040 91.52-5.834 8.538-15.523 14.069-26.504 14.069-17.673 0-32-14.327-32-32 0-7.113 2.321-13.684 6.246-18.997l-0.062 0.087c36-50.96 92-118.68 166.36-118.68 64.2 0 124.68 50.48 170.28 142.16 38.016 76.853 60.684 167.198 61.717 262.733l0.003 0.347z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"meta-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31483,\"id\":497,\"name\":\"meta-logo-duotone\",\"prevSize\":16,\"code\":61147,\"codes\":[61147,61148]},\"setIdx\":5,\"setId\":5,\"iconIdx\":750},{\"icon\":{\"paths\":[\"M800 864h-576c-0.009 0-0.021 0-0.032 0-17.673 0-32-14.327-32-32 0-3.472 0.553-6.816 1.576-9.946l-0.064 0.226 48-150.28h541.16l48 150.28c0.959 2.905 1.512 6.248 1.512 9.72 0 17.673-14.327 32-32 32-0.053 0-0.107-0-0.16-0l0.008 0z\",\"M748.56 459.36l107.12-117.84c5.004-5.621 8.062-13.072 8.062-21.236 0-17.673-14.327-32-32-32-9.239 0-17.563 3.915-23.405 10.177l-0.017 0.019-82.2 90.4-68.8-216.28c-8.398-26.070-32.442-44.6-60.813-44.6-0.066 0-0.131 0-0.197 0l0.010-0h-168.68c-0.055-0-0.121-0-0.187-0-28.371 0-52.415 18.531-60.687 44.149l-0.126 0.451-203.64 640c-1.91 5.797-3.011 12.47-3.011 19.4 0 35.346 28.654 64 64 64 0.004 0 0.008-0 0.012-0l575.999 0c0.003 0 0.007 0 0.011 0 35.346 0 64-28.654 64-64 0-6.93-1.101-13.603-3.139-19.853l0.128 0.453zM738.88 640h-154.56l114.48-125.92zM427.64 192h168.68l80 251.6-178.48 196.4h-212.76zM224 832l40.72-128h494.52l40.76 128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"metronome-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31484,\"id\":496,\"name\":\"metronome-duotone\",\"prevSize\":16,\"code\":61149,\"codes\":[61149,61150]},\"setIdx\":5,\"setId\":5,\"iconIdx\":751},{\"icon\":{\"paths\":[\"M672 256v256c0 88.366-71.634 160-160 160v0 0c-88.366 0-160-71.634-160-160v0-256c0-88.366 71.634-160 160-160v0 0c88.366 0 160 71.634 160 160v0z\",\"M512 704c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-256c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 256c0.114 105.993 86.007 191.886 191.989 192l0.011 0zM384 256c0-70.692 57.308-128 128-128s128 57.308 128 128v0 256c0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM544 830.4v97.6c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-97.6c-162.326-17.003-287.79-153.017-288-318.379l-0-0.021c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 141.385 114.615 256 256 256s256-114.615 256-256v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.21 165.383-125.674 301.397-286.613 318.282l-1.387 0.118z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"microphone-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31485,\"id\":495,\"name\":\"microphone-duotone\",\"prevSize\":16,\"code\":61151,\"codes\":[61151,61152]},\"setIdx\":5,\"setId\":5,\"iconIdx\":752},{\"icon\":{\"paths\":[\"M672 256v256c0 88.366-71.634 160-160 160v0 0c-88.366 0-160-71.634-160-160v0-256c0-88.366 71.634-160 160-160v0 0c88.366 0 160 71.634 160 160v0z\",\"M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 151.68 166.84v163.64c0.015 106.028 85.97 191.975 192 191.975 38.491 0 74.337-11.327 104.387-30.829l-0.747 0.454 43.52 48c-40.984 29.103-92.038 46.525-147.16 46.525-141.385 0-256-114.615-256-256 0-0.044 0-0.088 0-0.131l-0 0.007c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.21 165.383 125.674 301.397 286.613 318.282l1.387 0.118v97.6c0 17.673 14.327 32 32 32s32-14.327 32-32v0-97.64c60.229-6.152 114.357-28.202 159.313-61.837l-0.833 0.597 105.84 116.4c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 640c-70.692 0-128-57.308-128-128v0-93.24l187.68 206.48c-17.296 9.297-37.846 14.76-59.672 14.76-0.003 0-0.006-0-0.009-0l0.001 0zM348.64 155.12c34.401-55.043 94.668-91.116 163.36-91.116 106.037 0 191.998 85.959 192 191.996l0 0v241.72c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-241.72c0-0.021 0-0.046 0-0.071 0-70.692-57.308-128-128-128-45.831 0-86.036 24.087-108.646 60.292l-0.314 0.539c-5.618 9.705-15.953 16.13-27.787 16.13-17.673 0-32-14.327-32-32 0-6.624 2.013-12.778 5.46-17.883l-0.072 0.113zM750.56 605.080c11.038-27.468 17.44-59.313 17.44-92.654 0-0.15-0-0.299-0-0.449l0 0.023c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 0.135 0 0.294 0 0.453 0 41.71-8.018 81.548-22.597 118.055l0.757-2.148c-4.618 12.359-16.325 20.999-30.050 20.999-17.673 0-32-14.327-32-32 0-4.431 0.901-8.651 2.529-12.488l-0.079 0.21z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"microphone-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31486,\"id\":494,\"name\":\"microphone-slash-duotone\",\"prevSize\":16,\"code\":61153,\"codes\":[61153,61154]},\"setIdx\":5,\"setId\":5,\"iconIdx\":753},{\"icon\":{\"paths\":[\"M626 604l-390 285.8c-5.227 3.867-11.8 6.189-18.916 6.189-8.825 0-16.816-3.572-22.605-9.35l0.001 0.001-57.2-57.2c-5.729-5.78-9.27-13.739-9.27-22.524 0-7.116 2.323-13.689 6.251-19.003l-0.062 0.087 285.8-390c19.603 104.906 101.025 186.356 204.331 205.752l1.589 0.248z\",\"M672 64c-158.994 0.159-287.841 129.006-288 287.985l-0 0.015c0.032 13.317 0.947 26.389 2.689 39.198l-0.169-1.518-278.040 379.2c-7.797 10.45-12.484 23.619-12.484 37.883 0 17.686 7.205 33.688 18.84 45.233l0.004 0.004 57.16 57.16c11.549 11.639 27.551 18.844 45.237 18.844 14.264 0 27.433-4.687 38.051-12.604l-0.169 0.12 379.24-278.12c11.255 1.594 24.307 2.537 37.567 2.6l0.073 0c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM896 352c0 0.079 0 0.173 0 0.266 0 50.465-16.772 97.012-45.045 134.372l0.405-0.559-313.4-313.44c36.902-27.804 83.518-44.531 134.040-44.531 123.673 0 223.938 100.226 224 223.885l0 0.006zM217.28 864l-57.28-57.28 248.56-338.72c29.731 65.998 81.442 117.709 145.617 146.703l1.823 0.737zM448 352c-0-0.087-0-0.19-0-0.293 0-50.443 16.772-96.968 45.044-134.304l-0.404 0.557 313.36 313.36c-36.894 27.786-83.495 44.501-134 44.501-123.649 0-223.898-100.186-224-223.811l-0-0.010zM438.6 585.36c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l-32 32c-5.842 6.14-14.075 9.959-23.199 9.959-17.673 0-32-14.327-32-32 0-9.125 3.819-17.357 9.946-23.187l0.013-0.013 32-32c5.796-5.822 13.817-9.425 22.68-9.425 8.843 0 16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"microphone-stage-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31487,\"id\":493,\"name\":\"microphone-stage-duotone\",\"prevSize\":16,\"code\":61155,\"codes\":[61155,61156]},\"setIdx\":5,\"setId\":5,\"iconIdx\":754},{\"icon\":{\"paths\":[\"M608 320v384c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0z\",\"M800 96h-512c-35.346 0-64 28.654-64 64v0 96h-64c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h64v96c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM640 416h160v192h-160zM800 352h-160v-32c0-35.346-28.654-64-64-64v0-96h224zM288 160h224v96h-224zM160 320h416v319.32c0 0.24 0 0.44 0 0.68s0 0.44 0 0.68v63.32h-416zM288 768h224v96h-224zM576 864v-96c35.346 0 64-28.654 64-64v0-32h160v192zM263.4 587.52l62.96-75.52-62.96-75.52c-4.61-5.507-7.409-12.667-7.409-20.48 0-17.678 14.331-32.009 32.009-32.009 9.865 0 18.687 4.463 24.559 11.479l0.041 0.050 55.4 66.48 55.4-66.48c5.913-7.067 14.735-11.529 24.6-11.529 17.678 0 32.009 14.331 32.009 32.009 0 7.813-2.799 14.973-7.45 20.53l0.041-0.050-62.96 75.52 62.96 75.52c4.61 5.507 7.409 12.667 7.409 20.48 0 17.678-14.331 32.009-32.009 32.009-9.865 0-18.687-4.463-24.559-11.479l-0.041-0.050-55.4-66.48-55.4 66.48c-5.913 7.067-14.735 11.529-24.6 11.529-17.678 0-32.009-14.331-32.009-32.009 0-7.813 2.799-14.973 7.45-20.53l-0.041 0.050z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"microsoft-excel-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31488,\"id\":492,\"name\":\"microsoft-excel-logo-duotone\",\"prevSize\":16,\"code\":61157,\"codes\":[61157,61158]},\"setIdx\":5,\"setId\":5,\"iconIdx\":755},{\"icon\":{\"paths\":[\"M576 320v384c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\",\"M352 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM352 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 416h-32v-224c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 64h-224c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h128v64c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-352c0-35.346-28.654-64-64-64v0zM448 192h320v308.96l-160 115.56v-296.52c0-35.346-28.654-64-64-64v0h-96zM160 704v-384h384v384h-384zM352 832v-64h192c35.346 0 64-28.654 64-64v0-8.52l189.040 136.52zM864 801.4l-201.36-145.4 201.36-145.4z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"microsoft-outlook-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31489,\"id\":491,\"name\":\"microsoft-outlook-logo-duotone\",\"prevSize\":16,\"code\":61159,\"codes\":[61159,61160]},\"setIdx\":5,\"setId\":5,\"iconIdx\":756},{\"icon\":{\"paths\":[\"M608 320v384c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0z\",\"M384 384h-64c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c53.019 0 96-42.981 96-96s-42.981-96-96-96v0zM384 512h-32v-64h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM544 96c-132.787 0.179-251.017 62.348-327.326 159.114l-0.674 0.886h-56c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h56c76.843 97.777 195.106 160 327.902 160 229.75 0 416-186.25 416-416 0-229.716-186.194-415.945-415.897-416l-0.005-0zM894.52 480h-254.52v-160c0-35.346-28.654-64-64-64v0-94.52c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423zM512 161.48v94.52h-209.48c55.33-52.156 127.769-86.71 208.049-94.409l1.431-0.111zM160 320h416v191.6c-0.025 0.12-0.040 0.258-0.040 0.4s0.014 0.28 0.042 0.413l-0.002-0.013v191.6h-416zM512 768v94.52c-81.712-7.81-154.15-42.364-209.656-94.685l0.176 0.165zM576 862.52v-94.52c35.346 0 64-28.654 64-64v0-160h254.52c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"microsoft-powerpoint-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31490,\"id\":490,\"name\":\"microsoft-powerpoint-logo-duotone\",\"prevSize\":16,\"code\":61161,\"codes\":[61161,61162]},\"setIdx\":5,\"setId\":5,\"iconIdx\":757},{\"icon\":{\"paths\":[\"M576 320v384c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\",\"M320 608v-160h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM928 370.96v237.040c-0.017 83.607-64.159 152.228-145.918 159.358l-0.602 0.042c-38.894 94.886-130.545 160.503-237.521 160.503-106.749 0-198.238-65.338-236.656-158.204l-0.623-1.699h-146.68c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h227.24c-2.033-9.567-3.197-20.559-3.197-31.824 0-88.366 71.634-160 160-160 57.447 0 107.823 30.276 136.043 75.742l0.394 0.682c16.211-7.971 35.285-12.633 55.448-12.633 70.692 0 128 57.308 128 128 0 23.578-6.375 45.666-17.495 64.636l0.327-0.603h30.28c28.126 0.045 50.915 22.834 50.96 50.956l0 0.004zM702.4 201.6c1.019 6.774 1.601 14.592 1.601 22.546 0 36.153-12.024 69.497-32.29 96.253l0.289-0.399h64c0.034 0 0.074 0 0.114 0 35.346 0 64-28.654 64-64s-28.654-64-64-64c-12.484 0-24.134 3.575-33.981 9.756l0.267-0.156zM453.52 256h90.48c27.688 0.035 51.253 17.646 60.139 42.274l0.141 0.446c21.877-17.741 35.744-44.618 35.744-74.735 0-53.019-42.981-96-96-96s-96 42.981-96 96c0 11.476 2.014 22.482 5.707 32.683l-0.211-0.668zM160 704h384v-384h-384zM736 672v-288h-128v320c0 35.346-28.654 64-64 64v0h-166.24c33.824 57.759 95.573 95.936 166.24 95.936 106.016 0 191.964-85.925 192-191.933l0-0.003zM864 384h-64v288c0 0.045 0 0.097 0 0.15 0 9.459-0.523 18.795-1.542 27.982l0.102-1.132c38.358-13.162 65.437-48.918 65.44-91l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"microsoft-teams-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31491,\"id\":489,\"name\":\"microsoft-teams-logo-duotone\",\"prevSize\":16,\"code\":61163,\"codes\":[61163,61164]},\"setIdx\":5,\"setId\":5,\"iconIdx\":758},{\"icon\":{\"paths\":[\"M608 320v384c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0z\",\"M800 96h-512c-35.346 0-64 28.654-64 64v0 96h-64c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h64v96c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM640 416h160v192h-160zM288 160h512v192h-160v-32c0-35.346-28.654-64-64-64v0h-288zM160 320h416v319.32c0 0.24 0 0.44 0 0.68s0 0.44 0 0.68v63.32h-416zM288 864v-96h288c35.346 0 64-28.654 64-64v0-32h160v192zM272.96 615.76l-48-192c-0.694-2.487-1.093-5.343-1.093-8.292 0-17.673 14.327-32 32-32 15.11 0 27.773 10.472 31.129 24.554l0.044 0.218 27.040 108 25.28-50.64c5.364-10.592 16.169-17.726 28.64-17.726s23.276 7.134 28.556 17.544l0.084 0.182 25.28 50.64 27.040-108c3.782-13.764 16.183-23.708 30.907-23.708 17.673 0 32 14.327 32 32 0 2.563-0.301 5.056-0.871 7.446l0.044-0.218-48 192c-3.32 12.875-14.138 22.493-27.414 23.987l-0.146 0.013c-1.036 0.12-2.245 0.193-3.469 0.2l-0.011 0c-0.007 0-0.015 0-0.023 0-12.453 0-23.245-7.113-28.533-17.498l-0.084-0.182-35.36-70.72-35.36 70.76c-5.368 10.58-16.167 17.704-28.629 17.704-14.926 0-27.465-10.219-31.003-24.042l-0.048-0.222z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"microsoft-word-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31492,\"id\":488,\"name\":\"microsoft-word-logo-duotone\",\"prevSize\":16,\"code\":61165,\"codes\":[61165,61166]},\"setIdx\":5,\"setId\":5,\"iconIdx\":759},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M704 512c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"minus-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31493,\"id\":487,\"name\":\"minus-circle-duotone\",\"prevSize\":16,\"code\":61167,\"codes\":[61167,61168]},\"setIdx\":5,\"setId\":5,\"iconIdx\":760},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"minus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31494,\"id\":486,\"name\":\"minus-duotone\",\"prevSize\":16,\"code\":61169,\"codes\":[61169,61170]},\"setIdx\":5,\"setId\":5,\"iconIdx\":761},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM704 512c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"minus-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31495,\"id\":485,\"name\":\"minus-square-duotone\",\"prevSize\":16,\"code\":61171,\"codes\":[61171,61172]},\"setIdx\":5,\"setId\":5,\"iconIdx\":762},{\"icon\":{\"paths\":[\"M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM800 256c14.27 81.98 78.020 145.73 158.831 159.831l1.169 0.169v-160zM800 768h160v-160c-81.98 14.27-145.73 78.020-159.831 158.831l-0.169 1.169zM64 608v160h160c-14.27-81.98-78.020-145.73-158.831-159.831l-1.169-0.169zM64 416c81.98-14.27 145.73-78.020 159.831-158.831l0.169-1.169h-160z\",\"M512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM960 224h-896c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h896c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM96 288h85.48c-16.852 38.518-46.962 68.628-84.432 85.070l-1.048 0.41zM96 736v-85.48c38.518 16.852 68.628 46.962 85.070 84.432l0.41 1.048zM928 736h-85.48c16.852-38.518 46.962-68.628 84.432-85.070l1.048-0.41zM928 582.6c-73.963 22.361-131.039 79.437-152.981 151.791l-0.419 1.609h-525.2c-22.361-73.963-79.437-131.039-151.791-152.981l-1.609-0.419v-141.2c73.963-22.361 131.039-79.437 152.981-151.791l0.419-1.609h525.2c22.361 73.963 79.437 131.039 151.791 152.981l1.609 0.419zM928 373.48c-38.518-16.852-68.628-46.962-85.070-84.432l-0.41-1.048h85.48z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"money-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31496,\"id\":484,\"name\":\"money-duotone\",\"prevSize\":16,\"code\":61173,\"codes\":[61173,61174]},\"setIdx\":5,\"setId\":5,\"iconIdx\":763},{\"icon\":{\"paths\":[\"M896 256v448c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z\",\"M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 704c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"monitor-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31497,\"id\":483,\"name\":\"monitor-duotone\",\"prevSize\":16,\"code\":61175,\"codes\":[61175,61176]},\"setIdx\":5,\"setId\":5,\"iconIdx\":764},{\"icon\":{\"paths\":[\"M832 192h-640c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM448 608v-256l192 128z\",\"M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 704c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM657.76 453.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 548.2v-136.2l102.32 68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"monitor-play-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31498,\"id\":482,\"name\":\"monitor-play-duotone\",\"prevSize\":16,\"code\":61177,\"codes\":[61177,61178]},\"setIdx\":5,\"setId\":5,\"iconIdx\":765},{\"icon\":{\"paths\":[\"M911.56 591.56c-49.433 158.897-195.169 272.264-367.384 272.264-212.077 0-384-171.923-384-384 0-172.215 113.367-317.952 269.544-366.653l2.72-0.731c-10.428 33.273-16.436 71.533-16.436 111.196 0 212.276 172.084 384.36 384.36 384.36 39.663 0 77.923-6.008 113.919-17.163l-2.723 0.727z\",\"M934.16 568.92c-5.793-5.805-13.803-9.396-22.651-9.396-3.336 0-6.552 0.51-9.576 1.457l0.227-0.061c-30.508 9.564-65.587 15.074-101.954 15.074-194.581 0-352.32-157.739-352.32-352.32 0-36.367 5.51-71.447 15.741-104.45l-0.666 2.496c0.899-2.817 1.417-6.056 1.417-9.417 0-17.673-14.327-32-32-32-3.361 0-6.6 0.518-9.644 1.479l0.227-0.062c-86.604 27.070-158.947 78.831-210.892 146.977l-0.748 1.023c-52.255 68.787-83.711 155.86-83.711 250.28 0 229.75 186.25 416 416 416 0.138 0 0.275-0 0.413-0l-0.022 0c0.377 0.001 0.824 0.002 1.27 0.002 93.911 0 180.49-31.393 249.814-84.257l-1.005 0.735c69.169-52.693 120.93-125.036 147.196-208.669l0.804-2.971c0.886-2.797 1.396-6.013 1.396-9.349 0-8.808-3.559-16.786-9.317-22.572l0.001 0.001zM755.6 761.36c-58.204 44.215-131.881 70.832-211.775 70.832-194.404 0-352-157.596-352-352 0-79.884 26.61-153.552 71.45-212.625l-0.635 0.872c33.212-43.555 75.226-78.66 123.562-103.067l2.038-0.933c-2.686 17.887-4.227 38.538-4.24 59.546l-0 0.014c0.25 229.65 186.35 415.75 415.976 416l0.024 0c21.059-0.007 41.752-1.548 61.981-4.517l-2.301 0.277c-25.362 50.38-60.493 92.394-103.212 124.965l-0.868 0.635z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"moon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31499,\"id\":481,\"name\":\"moon-duotone\",\"prevSize\":16,\"code\":61179,\"codes\":[61179,61180]},\"setIdx\":5,\"setId\":5,\"iconIdx\":766},{\"icon\":{\"paths\":[\"M842.76 632.72c-50.769 136.009-179.573 231.11-330.59 231.11-194.404 0-352-157.596-352-352 0-151.016 95.1-279.821 228.68-329.793l2.43-0.797c-4.629 22.38-7.278 48.101-7.278 74.44 0 212.141 171.882 384.136 383.98 384.32l0.018 0c0.011 0 0.024 0 0.037 0 26.438 0 52.257-2.65 77.206-7.7l-2.483 0.42z\",\"M960 384c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM576 224h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM867.080 612c4.801 5.565 7.725 12.866 7.725 20.85 0 4.004-0.735 7.837-2.079 11.369l0.073-0.22c-55.471 148.206-195.901 251.802-360.527 251.802-212.077 0-384-171.923-384-384 0-164.703 103.693-305.187 249.357-359.732l2.65-0.87c3.272-1.236 7.055-1.952 11.005-1.952 17.673 0 32 14.327 32 32 0 2.191-0.22 4.33-0.64 6.397l0.035-0.205c-4.248 20.528-6.681 44.12-6.681 68.281 0 194.559 157.721 352.28 352.28 352.28 24.16 0 47.752-2.432 70.545-7.065l-2.264 0.384c1.846-0.378 3.967-0.594 6.139-0.594 9.746 0 18.475 4.357 24.344 11.23l0.037 0.044zM789.52 671.52c-7.16 0.36-14.36 0.56-21.52 0.56-229.678-0.25-415.795-186.396-416-416.060l-0-0.020c0-7.16 0-14.36 0.56-21.52-96.548 56.306-160.397 159.375-160.397 277.357 0 176.731 143.269 320 320 320 117.982 0 221.051-63.849 276.538-158.879l0.819-1.518z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"moon-stars-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31500,\"id\":480,\"name\":\"moon-stars-duotone\",\"prevSize\":16,\"code\":61181,\"codes\":[61181,61182]},\"setIdx\":5,\"setId\":5,\"iconIdx\":767},{\"icon\":{\"paths\":[\"M524 672h-492c-0-0.018-0-0.039-0-0.061 0-83.098 52.79-153.865 126.663-180.597l1.337-0.423v-106.92h256z\",\"M864 512c-0.025-0-0.054-0-0.084-0-8.826 0-17.482 0.727-25.911 2.125l0.915-0.125-136.96-365.24c-4.683-12.232-16.325-20.76-29.96-20.76l-128-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h105.84l129.2 344.52c-36.474 23.098-62.684 59.602-71.812 102.429l-0.188 1.051h-160.88l-100-267.24c-4.683-12.232-16.326-20.761-29.961-20.761-0.070 0-0.14 0-0.21 0.001l0.011-0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v53.56c-76.234 36.901-127.898 113.625-128 202.426l-0 0.014c0 17.673 14.327 32 32 32v0h35.2c15.344 73.633 79.704 128.16 156.8 128.16s141.456-54.527 156.618-127.12l0.182-1.040h326.4c15.408 73.554 79.729 128 156.767 128 88.366 0 160-71.634 160-160 0-88.354-71.616-159.981-159.966-160l-0.002-0zM224 768c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM67.24 640c11.661-55.564 50.847-99.877 102.325-118.566l1.115-0.354c12.526-4.529 21.318-16.317 21.32-30.16l0-0v-74.92h201.84l84 224zM864 768c-52.973-0.061-95.893-43.018-95.893-96 0-29.4 13.216-55.714 34.032-73.324l0.141-0.116 31.76 84.68c4.685 12.253 16.345 20.797 30 20.797 17.693 0 32.037-14.343 32.037-32.037 0-4.038-0.747-7.901-2.11-11.459l0.074 0.219-31.84-84.76h1.8c53.019 0 96 42.981 96 96s-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"moped-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31501,\"id\":479,\"name\":\"moped-duotone\",\"prevSize\":16,\"code\":61183,\"codes\":[61183,61184]},\"setIdx\":5,\"setId\":5,\"iconIdx\":768},{\"icon\":{\"paths\":[\"M608 672v192c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-192c0-53.019 42.981-96 96-96s96 42.981 96 96v0zM512 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0z\",\"M832 160h-163.2c-15.344-73.633-79.704-128.16-156.8-128.16s-141.456 54.527-156.618 127.12l-0.182 1.040h-163.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h163.2c7.351 34.946 25.252 64.887 50.164 87.143l0.156 0.137c-88.881 41.453-149.4 130.005-149.52 232.704l-0 0.016v256c0 35.346 28.654 64 64 64v0h64c0 70.692 57.308 128 128 128s128-57.308 128-128v0h64c35.346 0 64-28.654 64-64v0-256c-0.12-102.716-60.639-191.268-147.946-232.059l-1.574-0.661c25.068-22.393 42.969-52.334 50.135-86.235l0.185-1.045h163.2c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 864c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM704 544v256h-64v-128c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 128h-64v-256c0-106.039 85.961-192 192-192s192 85.961 192 192v0zM416 192c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"moped-front-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31502,\"id\":478,\"name\":\"moped-front-duotone\",\"prevSize\":16,\"code\":61185,\"codes\":[61185,61186]},\"setIdx\":5,\"setId\":5,\"iconIdx\":769},{\"icon\":{\"paths\":[\"M832 512h-640c0-256 320-288 320-416 0 128 320 160 320 416z\",\"M896 512c-0.008-0-0.017-0-0.027-0-11.464 0-22.455 2.023-32.637 5.731l0.663-0.211v-5.52c0-167.12-124.28-249.84-215.040-310.24-56.32-37.52-104.96-69.76-104.96-105.76 0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 36-48.64 68.24-104.96 105.76-90.76 60.4-215.040 143.12-215.040 310.24v5.52c-9.529-3.479-20.529-5.49-32-5.49-53.009 0-95.983 42.964-96 95.969l-0 0.002v224c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-224c0-53.019-42.981-96-96-96v0zM160 800h-64v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM410.52 255.040c38.68-25.76 76-50.72 101.48-80 25.36 29.4 62.8 54.36 101.48 80 80 53.28 169.92 113.16 184.44 224.96h-572c14.68-111.8 104.48-171.68 184.6-224.96zM800 800h-64v-96c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 96h-64v-96c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 96h-64v-256h576zM928 800h-64v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"mosque-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31503,\"id\":477,\"name\":\"mosque-duotone\",\"prevSize\":16,\"code\":61187,\"codes\":[61187,61188]},\"setIdx\":5,\"setId\":5,\"iconIdx\":770},{\"icon\":{\"paths\":[\"M992 640c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM160 512c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z\",\"M864 480c-9.34 0.022-18.476 0.821-27.369 2.337l0.969-0.137-23.28-60.56c14.923-3.576 32.059-5.631 49.674-5.64l0.006-0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-76.48l-53.64-139.48c-4.746-12.105-16.325-20.52-29.87-20.52-0.004 0-0.007 0-0.011 0l-127.999-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h106.040l36.92 96h-110.96c-74 0-134 17.24-173.48 49.84-10.884 8.836-24.909 14.188-40.184 14.188-9.744 0-18.98-2.178-27.247-6.073l0.391 0.165c-42.32-19.24-242.96-100.8-260.64-107.72l-22.84-8.96c-5.823-2.619-12.578-4.533-19.656-5.405l-0.344-0.035c-17.64 0.044-31.923 14.354-31.923 32 0 13.516 8.379 25.074 20.226 29.764l0.217 0.076c1.84 0.72 188.76 73.2 288.52 118.52 15.637 7.291 33.949 11.544 53.253 11.544 30.802 0 59.075-10.829 81.219-28.888l-0.233 0.184c19.44-16 58.28-35.2 132.76-35.2h75.28c-45.779 36.964-79.688 86.964-96.182 144.335l-0.498 2.025c-7.954 26.592-32.198 45.642-60.892 45.642-0.164 0-0.329-0.001-0.493-0.002l0.025 0h-208.48c-15.408-73.554-79.729-128-156.767-128-88.366 0-160 71.634-160 160s71.634 160 160 160c77.038 0 141.36-54.446 156.584-126.958l0.183-1.042h208.48c0.084 0 0.182 0 0.281 0 57.941 0 106.864-38.606 122.451-91.498l0.228-0.903c16.761-58.291 54.936-105.753 105.25-134.3l1.11-0.58 23.28 60.52c-44.63 28.888-73.746 78.424-73.746 134.76 0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160-0.047 0-0.094 0-0.141 0l0.007-0zM160 672h90.48c-13.577 37.605-48.961 64-90.51 64-53.019 0-96-42.981-96-96s42.981-96 96-96c41.549 0 76.933 26.395 90.298 63.332l0.211 0.668h-90.48c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736c-52.968-0.068-95.881-43.023-95.881-96 0-29.118 12.964-55.208 33.434-72.814l0.127-0.106 32.44 84.4c4.746 12.11 16.33 20.529 29.88 20.529 17.678 0 32.009-14.331 32.009-32.009 0-4.128-0.782-8.074-2.205-11.697l0.075 0.217-32.48-84.52h2.6c53.019 0 96 42.981 96 96s-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"motorcycle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31504,\"id\":476,\"name\":\"motorcycle-duotone\",\"prevSize\":16,\"code\":61189,\"codes\":[61189,61190]},\"setIdx\":5,\"setId\":5,\"iconIdx\":771},{\"icon\":{\"paths\":[\"M379.6 303.76l123 208.24h-301.2l123-208.24c5.661-9.524 15.897-15.806 27.6-15.806s21.939 6.283 27.519 15.659l0.081 0.147zM656 288c44.183 0 80-35.817 80-80s-35.817-80-80-80c-44.183 0-80 35.817-80 80v0c0 44.183 35.817 80 80 80v0zM773.76 431.68c-5.674-9.466-15.878-15.704-27.54-15.704s-21.866 6.238-27.459 15.559l-0.081 0.145-132.24 223.16 85.56 145.16h320z\",\"M656 320c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 160c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM1019.52 783.68l-218.24-368.32c-11.229-18.895-31.536-31.361-54.755-31.361-0.114 0-0.229 0-0.343 0.001l0.018-0c-0.098-0.001-0.215-0.001-0.331-0.001-23.205 0-43.499 12.467-54.548 31.068l-0.161 0.292-104.64 176.64-179.36-304.4c-11.33-19.009-31.781-31.544-55.16-31.544s-43.83 12.535-54.998 31.251l-0.162 0.293-292.4 496.16c-2.782 4.647-4.427 10.251-4.427 16.24 0 17.669 14.32 31.993 31.986 32l960.001 0c17.671-0.003 31.994-14.329 31.994-32 0-6.021-1.663-11.654-4.555-16.465l0.081 0.145zM352 320l94.28 160h-188.56zM88 768l132-224h264l132 224zM690.28 768l-66.64-113.12 122.56-206.88 189.8 320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"mountains-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31505,\"id\":475,\"name\":\"mountains-duotone\",\"prevSize\":16,\"code\":61191,\"codes\":[61191,61192]},\"setIdx\":5,\"setId\":5,\"iconIdx\":772},{\"icon\":{\"paths\":[\"M512 96v352h-288v-128c0-123.712 100.288-224 224-224v0z\",\"M576 64h-128c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v384c0.159 141.321 114.679 255.841 255.985 256l128.015 0c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-384c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM768 320v96h-224v-288h32c105.993 0.114 191.886 86.007 192 191.989l0 0.011zM448 128h32v288h-224v-96c0.114-105.993 86.007-191.886 191.989-192l0.011-0zM576 896h-128c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-224h512v224c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"mouse-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31506,\"id\":474,\"name\":\"mouse-duotone\",\"prevSize\":16,\"code\":61193,\"codes\":[61193,61194]},\"setIdx\":5,\"setId\":5,\"iconIdx\":773},{\"icon\":{\"paths\":[\"M800 320v384c0 123.712-100.288 224-224 224v0h-128c-123.712 0-224-100.288-224-224v0-384c0-123.712 100.288-224 224-224v0h128c123.712 0 224 100.288 224 224v0z\",\"M576 64h-128c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v384c0.159 141.321 114.679 255.841 255.985 256l128.015 0c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-384c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM768 704c-0.114 105.993-86.007 191.886-191.989 192l-128.011 0c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-384c0.114-105.993 86.007-191.886 191.989-192l128.011-0c105.993 0.114 191.886 86.007 192 191.989l0 0.011zM544 256v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"mouse-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31507,\"id\":473,\"name\":\"mouse-simple-duotone\",\"prevSize\":16,\"code\":61195,\"codes\":[61195,61196]},\"setIdx\":5,\"setId\":5,\"iconIdx\":774},{\"icon\":{\"paths\":[\"M512 736c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0z\",\"M841.2 225.36l-320-96c-2.753-0.857-5.919-1.351-9.2-1.351-17.67 0-31.995 14.322-32 31.991l-0 0v433.040c-33.811-30.34-78.739-48.892-128-48.892-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192 0-0.052-0-0.104-0-0.157l0 0.008v-341l278.8 83.64c2.753 0.857 5.919 1.351 9.2 1.351 17.67 0 31.995-14.322 32-31.991l0-0v-192c-0.004-14.389-9.504-26.557-22.573-30.58l-0.227-0.060zM352 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM800 405l-256-76.8v-125.2l256 77z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"music-note-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31508,\"id\":472,\"name\":\"music-note-duotone\",\"prevSize\":16,\"code\":61197,\"codes\":[61197,61198]},\"setIdx\":5,\"setId\":5,\"iconIdx\":775},{\"icon\":{\"paths\":[\"M832 688c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM208 704c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z\",\"M851.68 102.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-512 128c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v440.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-343l448-112v207.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-560c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM208 896c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM352 407v-126l448-112v126zM720 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"music-notes-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31509,\"id\":471,\"name\":\"music-notes-duotone\",\"prevSize\":16,\"code\":61199,\"codes\":[61199,61200]},\"setIdx\":5,\"setId\":5,\"iconIdx\":776},{\"icon\":{\"paths\":[\"M512 736c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0z\",\"M841.2 225.36l-320-96c-2.753-0.857-5.919-1.351-9.2-1.351-17.67 0-31.995 14.322-32 31.991l-0 0v433.040c-33.811-30.34-78.739-48.892-128-48.892-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192 0-0.052-0-0.104-0-0.157l0 0.008v-533l278.8 83.64c2.96 0.998 6.368 1.573 9.911 1.573 17.673 0 32-14.327 32-32 0-14.652-9.847-27.004-23.285-30.799l-0.225-0.054zM352 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"music-note-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31510,\"id\":470,\"name\":\"music-note-simple-duotone\",\"prevSize\":16,\"code\":61201,\"codes\":[61201,61202]},\"setIdx\":5,\"setId\":5,\"iconIdx\":777},{\"icon\":{\"paths\":[\"M832 688c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM208 704c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z\",\"M928 224c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM352 473v343c0 0.016 0 0.034 0 0.053 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 29.822 0 57.528 9.066 80.51 24.592l-0.51-0.325v-440.32c0.002-14.915 10.209-27.446 24.018-30.992l0.222-0.048 224-56c2.171-0.526 4.664-0.827 7.228-0.827 17.673 0 32 14.327 32 32 0 14.724-9.944 27.125-23.483 30.854l-0.225 0.053-199.76 49.96v126l280.24-70.040c2.171-0.526 4.664-0.827 7.228-0.827 17.673 0 32 14.327 32 32 0 14.724-9.944 27.125-23.483 30.854l-0.225 0.053zM288 816c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0zM864 480v208c0 0.016 0 0.034 0 0.053 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 29.822 0 57.528 9.066 80.51 24.592l-0.51-0.325v-88.32c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 688c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"music-notes-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31511,\"id\":469,\"name\":\"music-notes-plus-duotone\",\"prevSize\":16,\"code\":61203,\"codes\":[61203,61204]},\"setIdx\":5,\"setId\":5,\"iconIdx\":778},{\"icon\":{\"paths\":[\"M832 688c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM208 704c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z\",\"M851.68 102.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-512 128c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v440.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-535l448-112v399.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-560c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM208 896c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM720 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"music-notes-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31512,\"id\":468,\"name\":\"music-notes-simple-duotone\",\"prevSize\":16,\"code\":61205,\"codes\":[61205,61206]},\"setIdx\":5,\"setId\":5,\"iconIdx\":779},{\"icon\":{\"paths\":[\"M905.4 484l-306.2 94c-10.165 3.189-18.011 11.035-21.138 20.973l-0.062 0.227-94 306.2c-4.139 13.209-16.268 22.625-30.596 22.625-13.929 0-25.779-8.899-30.175-21.321l-0.069-0.224-261.12-704c-1.080-3.073-1.704-6.615-1.704-10.304 0-17.673 14.327-32 32-32 3.644 0 7.146 0.609 10.409 1.731l-0.225-0.067 704 261.12c12.8 4.38 21.839 16.306 21.839 30.344 0 14.45-9.578 26.664-22.732 30.637l-0.227 0.059z\",\"M917.32 392.84l-704.32-261.040c-6.21-2.21-13.374-3.486-20.835-3.486-35.346 0-64 28.654-64 64 0 7.406 1.258 14.519 3.572 21.135l-0.137-0.449c0.056 0.248 0.124 0.461 0.21 0.666l-0.010-0.026 261.040 703.68c8.741 25.040 32.156 42.683 59.691 42.683 0.207 0 0.414-0.001 0.62-0.003l-0.032 0h1.2c28.254-0.223 52.067-18.987 59.883-44.713l0.117-0.447 94.24-306.24 306.24-94.24c26.379-8.302 45.177-32.541 45.177-61.169 0-27.711-17.611-51.308-42.251-60.21l-0.446-0.141zM896 453.2l-306.24 94.24c-20.28 6.385-35.935 22.040-42.196 41.867l-0.124 0.453-94.24 306.24-0.24-0.68-260.96-703.32 703.92 261.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"navigation-arrow-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31513,\"id\":467,\"name\":\"navigation-arrow-duotone\",\"prevSize\":16,\"code\":61207,\"codes\":[61207,61208]},\"setIdx\":5,\"setId\":5,\"iconIdx\":780},{\"icon\":{\"paths\":[\"M826.52 378.52l-96 96c-218.52 37.48-570.52 389.48-570.52 389.48s352-352 389.48-570.52l96-96c23.166-23.166 55.17-37.495 90.52-37.495 70.701 0 128.015 57.314 128.015 128.015 0 35.35-14.329 67.354-37.495 90.52l0-0z\",\"M758.64 265.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-64 64c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l64-64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM896 288c0 0.133 0.001 0.29 0.001 0.447 0 44.040-17.923 83.894-46.872 112.665l-0.008 0.008-96 96c-4.533 4.538-10.422 7.722-17.007 8.892l-0.193 0.028c-205.96 35.36-549.84 377.12-553.28 380.6v0c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l0-0c6.6-6.44 345.36-348.24 380.56-553.36 1.198-6.778 4.382-12.667 8.92-17.2l0-0 96-96c28.953-28.944 68.946-46.846 113.12-46.846 88.366 0 160 71.634 160 160 0 0.016-0 0.032-0 0.048l0-0.002zM832 288c0-0.070 0-0.153 0-0.236 0-53.019-42.981-96-96-96-26.568 0-50.616 10.793-67.998 28.233l-0.003 0.003-88.92 89.16c-17.64 84.6-75.6 184.76-141.96 277.72 92.96-66.36 193.12-124.32 277.72-141.96l89.16-88.92c17.299-17.27 28.001-41.144 28.001-67.517 0-0.17-0-0.339-0.001-0.509l0 0.026z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"needle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31514,\"id\":466,\"name\":\"needle-duotone\",\"prevSize\":16,\"code\":61209,\"codes\":[61209,61210]},\"setIdx\":5,\"setId\":5,\"iconIdx\":781},{\"icon\":{\"paths\":[\"M864 192h-704c-17.673 0-32 14.327-32 32v0 640l128-64 128 64 128-64 128 64 128-64 128 64v-640c0-17.673-14.327-32-32-32v0zM448 640h-192v-256h192z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 640c0.010 17.666 14.333 31.983 32 31.983 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383 17.667 0 31.99-14.317 32-31.982l0-0.001v-640c0-35.346-28.654-64-64-64v0zM864 812.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-588.24h704zM544 448c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM544 576c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM256 672h192c17.673 0 32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0zM288 416h128v192h-128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"newspaper-clipping-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31515,\"id\":465,\"name\":\"newspaper-clipping-duotone\",\"prevSize\":16,\"code\":61211,\"codes\":[61211,61212]},\"setIdx\":5,\"setId\":5,\"iconIdx\":782},{\"icon\":{\"paths\":[\"M896 256v480c0 35.346-28.654 64-64 64v0h-704c35.346 0 64-28.654 64-64v0-480c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M352 448c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0zM384 608h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 256v480c0 53.019-42.981 96-96 96v0h-704c-0 0-0.001 0-0.001 0-52.865 0-95.749-42.73-95.999-95.536l-0-0.024v-384.44c0-17.673 14.327-32 32-32s32 14.327 32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-480c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM864 256h-640v480c0 0.041 0 0.090 0 0.139 0 11.422-2.008 22.375-5.691 32.525l0.21-0.664h613.48c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"newspaper-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31516,\"id\":464,\"name\":\"newspaper-duotone\",\"prevSize\":16,\"code\":61213,\"codes\":[61213,61214]},\"setIdx\":5,\"setId\":5,\"iconIdx\":783},{\"icon\":{\"paths\":[\"M768 160v608h-608z\",\"M780.24 130.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-608 608c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l607.999 0c17.673 0 32-14.327 32-32v0-608c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM736 736h-498.76l498.76-498.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"notches-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31517,\"id\":463,\"name\":\"notches-duotone\",\"prevSize\":16,\"code\":61215,\"codes\":[61215,61216]},\"setIdx\":5,\"setId\":5,\"iconIdx\":784},{\"icon\":{\"paths\":[\"M864 640l-224 224v-224z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h434.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 205.24-205.24c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-434.76c0-35.346-28.654-64-64-64v0zM192 192h640v416h-192c-17.673 0-32 14.327-32 32v0 192h-416zM786.76 672l-114.76 114.76v-114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"note-blank-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31518,\"id\":462,\"name\":\"note-blank-duotone\",\"prevSize\":16,\"code\":61217,\"codes\":[61217,61218]},\"setIdx\":5,\"setId\":5,\"iconIdx\":785},{\"icon\":{\"paths\":[\"M320 160v704h-128c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0z\",\"M736 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM704 544h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM192 832h96v-640h-96zM832 832v-640h-480v640h480z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"notebook-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31519,\"id\":461,\"name\":\"notebook-duotone\",\"prevSize\":16,\"code\":61219,\"codes\":[61219,61220]},\"setIdx\":5,\"setId\":5,\"iconIdx\":786},{\"icon\":{\"paths\":[\"M864 640l-224 224v-224z\",\"M352 384c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM384 544h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM512 608h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v434.76c0 0.060 0 0.131 0 0.203 0 17.607-7.173 33.539-18.756 45.033l-0.004 0.004-205.24 205.24c-11.498 11.587-27.43 18.76-45.037 18.76-0.071 0-0.143-0-0.214-0l0.011 0h-434.76c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM192 832h416v-192c0-17.673 14.327-32 32-32v0h192v-416h-640zM672 672v114.8l114.76-114.8z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"note-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31520,\"id\":460,\"name\":\"note-duotone\",\"prevSize\":16,\"code\":61221,\"codes\":[61221,61222]},\"setIdx\":5,\"setId\":5,\"iconIdx\":787},{\"icon\":{\"paths\":[\"M832 192v608c0 53.019-42.981 96-96 96v0h-448c-53.019 0-96-42.981-96-96v0-608c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M672 512c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 192v608c0 70.692-57.308 128-128 128v0h-448c-70.692 0-128-57.308-128-128v0-608c0-35.346 28.654-64 64-64v0h64v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h128v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h128v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h64c35.346 0 64 28.654 64 64v0zM800 192h-64v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-128v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-128v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-64v608c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"notepad-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31521,\"id\":459,\"name\":\"notepad-duotone\",\"prevSize\":16,\"code\":61223,\"codes\":[61223,61224]},\"setIdx\":5,\"setId\":5,\"iconIdx\":788},{\"icon\":{\"paths\":[\"M800 352l-288 288h-128v-128l288-288z\",\"M918.64 233.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v128c0 17.673 14.327 32 32 32v0h128c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM498.76 608h-82.76v-82.76l256-256 82.76 82.76zM800 306.76l-82.76-82.76 50.76-50.76 82.76 82.76zM896 480v352c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h352c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352v640h640v-352c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"note-pencil-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31522,\"id\":458,\"name\":\"note-pencil-duotone\",\"prevSize\":16,\"code\":61225,\"codes\":[61225,61226]},\"setIdx\":5,\"setId\":5,\"iconIdx\":789},{\"icon\":{\"paths\":[\"M896 240c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0z\",\"M864 512v320c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-608c0-35.346 28.654-64 64-64v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320v608h608v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 240c0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144v0c79.529 0 144 64.471 144 144v0zM864 240c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"notification-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31523,\"id\":457,\"name\":\"notification-duotone\",\"prevSize\":16,\"code\":61227,\"codes\":[61227,61228]},\"setIdx\":5,\"setId\":5,\"iconIdx\":790},{\"icon\":{\"paths\":[\"M768 832h-160l-352-640h160z\",\"M864 160h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v483.4l-292-530.84c-5.553-9.938-16.003-16.549-27.998-16.56l-256.002-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v576h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-483.4l292 530.84c5.553 9.938 16.003 16.549 27.998 16.56l160.002 0c17.673 0 32-14.327 32-32v0-608h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM626.92 800l-316.8-576h86.96l316.8 576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"notion-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31524,\"id\":456,\"name\":\"notion-logo-duotone\",\"prevSize\":16,\"code\":61229,\"codes\":[61229,61230]},\"setIdx\":5,\"setId\":5,\"iconIdx\":791},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM599.24 493.56c25.109-23.433 40.76-56.721 40.76-93.665 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 36.944 15.651 70.232 40.685 93.596l0.075 0.069c-34.645 26.573-56.76 67.987-56.76 114.565 0 79.529 64.471 144 144 144s144-64.471 144-144c0-46.578-22.115-87.992-56.417-114.313l-0.343-0.252zM448 400c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM512 688c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-eight-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31525,\"id\":455,\"name\":\"number-circle-eight-duotone\",\"prevSize\":16,\"code\":61231,\"codes\":[61231,61232]},\"setIdx\":5,\"setId\":5,\"iconIdx\":792},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM475.12 352l-16.76 100.56c11.213-2.897 24.085-4.56 37.346-4.56 0.103 0 0.207 0 0.31 0l-0.016-0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-0.695 0.012-1.515 0.019-2.336 0.019-39.247 0-74.78-15.904-100.504-41.62l0 0c-5.98-5.82-9.691-13.947-9.691-22.941 0-17.673 14.327-32 32-32 9.212 0 17.516 3.893 23.354 10.124l0.016 0.018c14.209 13.87 33.659 22.427 55.108 22.427 0.722 0 1.441-0.010 2.158-0.029l-0.106 0.002c44.183 0 80-35.817 80-80s-35.817-80-80-80v0c-0.611-0.017-1.331-0.027-2.052-0.027-21.449 0-40.899 8.556-55.124 22.442l0.016-0.015c-5.811 5.916-13.895 9.583-22.836 9.583-17.673 0-32-14.327-32-32 0-1.859 0.158-3.681 0.463-5.453l-0.027 0.19 32-192c2.622-15.257 15.752-26.719 31.56-26.72l160-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-five-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31526,\"id\":454,\"name\":\"number-circle-five-duotone\",\"prevSize\":16,\"code\":61233,\"codes\":[61233,61234]},\"setIdx\":5,\"setId\":5,\"iconIdx\":793},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 576c0 17.673-14.327 32-32 32v0h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-160c-0.001 0-0.002 0-0.002 0-17.673 0-32-14.327-32-32 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 96-288c4.368-12.823 16.306-21.882 30.36-21.882 17.674 0 32.002 14.328 32.002 32.002 0 3.62-0.601 7.1-1.709 10.345l0.067-0.225-81.96 245.88h115.6v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31527,\"id\":453,\"name\":\"number-circle-four-duotone\",\"prevSize\":16,\"code\":61235,\"codes\":[61235,61236]},\"setIdx\":5,\"setId\":5,\"iconIdx\":794},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM584 307.28c-20.649-12.121-45.477-19.28-71.978-19.28-79.529 0-144 64.471-144 144 0 79.437 64.322 143.851 143.724 144l0.014 0q3.76 0 7.56-0.24l-66.8 112c-2.874 4.705-4.575 10.398-4.575 16.489 0 11.642 6.217 21.831 15.511 27.43l0.144 0.081c4.705 2.874 10.398 4.575 16.489 4.575 11.642 0 21.831-6.217 27.43-15.511l0.081-0.144 129.12-216.68c12.085-20.642 19.222-45.453 19.222-71.931 0-53.029-28.624-99.372-71.264-124.421l-0.677-0.368zM581.32 472v0c-14.087 24.091-39.83 40.018-69.292 40.018-44.183 0-80-35.817-80-80s35.817-80 80-80c14.716 0 28.505 3.974 40.35 10.906l-0.378-0.204c24.063 14.094 39.968 39.821 39.968 69.263 0 14.734-3.983 28.538-10.932 40.394l0.204-0.377z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-nine-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31528,\"id\":452,\"name\":\"number-circle-nine-duotone\",\"prevSize\":16,\"code\":61237,\"codes\":[61237,61238]},\"setIdx\":5,\"setId\":5,\"iconIdx\":795},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM560 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-324l-46.24 30.84c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 96-64c4.99-3.371 11.141-5.381 17.76-5.381 17.61 0 31.898 14.225 31.999 31.811l0 0.010z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-one-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31529,\"id\":451,\"name\":\"number-circle-one-duotone\",\"prevSize\":16,\"code\":61239,\"codes\":[61239,61240]},\"setIdx\":5,\"setId\":5,\"iconIdx\":796},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM634.2 333.64c3.675 5.141 5.877 11.554 5.877 18.482 0 3.873-0.688 7.584-1.948 11.020l0.071-0.222-128 352c-4.596 12.402-16.324 21.080-30.079 21.080-0.042 0-0.085-0-0.127-0l0.007 0c-0.022 0-0.047 0-0.073 0-3.893 0-7.622-0.704-11.065-1.992l0.218 0.072c-12.402-4.596-21.081-16.324-21.081-30.080 0-3.918 0.704-7.672 1.993-11.142l-0.072 0.221 112.4-309.080h-146.32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c10.794 0.003 20.339 5.351 26.133 13.54l0.067 0.1z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-seven-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31530,\"id\":450,\"name\":\"number-circle-seven-duotone\",\"prevSize\":16,\"code\":61241,\"codes\":[61241,61242]},\"setIdx\":5,\"setId\":5,\"iconIdx\":797},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 448c-2.44 0-4.88 0-7.28 0l66.76-111.6c2.841-4.684 4.522-10.346 4.522-16.4 0-17.674-14.328-32.002-32.002-32.002-11.62 0-21.793 6.193-27.4 15.459l-0.080 0.143-128.92 216c-12.273 20.749-19.524 45.728-19.524 72.4 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-0.027 0-0.053 0-0.080 0l0.004-0zM512 672c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-six-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31531,\"id\":449,\"name\":\"number-circle-six-duotone\",\"prevSize\":16,\"code\":61243,\"codes\":[61243,61244]},\"setIdx\":5,\"setId\":5,\"iconIdx\":798},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M640 608c-0.021 79.513-64.484 143.964-144 143.964-40.273 0-76.684-16.532-102.817-43.18l-0.023-0.023c-6.169-5.846-10.009-14.097-10.009-23.246 0-17.673 14.327-32 32-32 9.377 0 17.813 4.034 23.666 10.46l0.023 0.026c14.531 14.816 34.759 24 57.131 24 44.183 0 80-35.817 80-80 0-44.173-35.801-79.984-79.97-80l-0.002-0c-17.669-0.005-31.991-14.33-31.991-32 0-6.875 2.168-13.244 5.858-18.46l-0.067 0.1 76.72-109.64h-130.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.669 0.005 31.991 14.33 31.991 32 0 6.875-2.168 13.244-5.858 18.46l0.067-0.1-84 120c53.125 22.082 89.8 73.557 89.8 133.599 0 0.014-0 0.029-0 0.043l0-0.002zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-three-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31532,\"id\":448,\"name\":\"number-circle-three-duotone\",\"prevSize\":16,\"code\":61245,\"codes\":[61245,61246]},\"setIdx\":5,\"setId\":5,\"iconIdx\":799},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M614.24 493.040l-134.24 178.96h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.68-230.24c7.997-10.565 12.809-23.927 12.809-38.412 0-35.346-28.654-64-64-64-27.604 0-51.127 17.476-60.107 41.968l-0.142 0.444c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c18.153-50.046 65.284-85.155 120.616-85.155 70.692 0 128 57.308 128 128 0 28.993-9.64 55.735-25.889 77.195l0.232-0.32zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-two-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31533,\"id\":447,\"name\":\"number-circle-two-duotone\",\"prevSize\":16,\"code\":61247,\"codes\":[61247,61248]},\"setIdx\":5,\"setId\":5,\"iconIdx\":800},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 288c-56.92 0-104 25.76-136 74.44-25.88 39.44-40 92.56-40 149.56s14.24 110.12 40 149.56c32 48.72 78.96 74.44 136 74.44s104-25.72 136-74.44c25.88-39.44 40-92.56 40-149.56s-14.24-110.12-40-149.56c-32-48.68-79.080-74.44-136-74.44zM512 672c-88.4 0-112-100.56-112-160s23.6-160 112-160 112 100.56 112 160-23.6 160-112 160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-circle-zero-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31534,\"id\":446,\"name\":\"number-circle-zero-duotone\",\"prevSize\":16,\"code\":61249,\"codes\":[61249,61250]},\"setIdx\":5,\"setId\":5,\"iconIdx\":801},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M622.2 477.080c49.728-35.177 81.8-92.456 81.8-157.226 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 64.77 32.072 122.049 81.201 156.823l0.599 0.403c-68.436 39.206-113.8 111.815-113.8 195.018 0 123.712 100.288 224 224 224s224-100.288 224-224c0-83.203-45.364-155.812-112.708-194.441l-1.092-0.577zM384 320c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM512 832c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-eight-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31535,\"id\":445,\"name\":\"number-eight-duotone\",\"prevSize\":16,\"code\":61251,\"codes\":[61251,61252]},\"setIdx\":5,\"setId\":5,\"iconIdx\":802},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M704 640c-0.007 123.707-100.292 223.988-224 223.988-57.465 0-109.876-21.639-149.53-57.213l0.21 0.185c-7.030-5.91-11.466-14.708-11.466-24.543 0-17.673 14.327-32 32-32 8.58 0 16.372 3.377 22.118 8.874l-0.012-0.011c28.175 25.283 65.615 40.742 106.666 40.742 88.366 0 160-71.634 160-160s-71.634-160-160-160c-39.614 0-75.866 14.396-103.808 38.243l0.222-0.185c-5.525 4.67-12.729 7.509-20.596 7.509-17.673 0-32-14.327-32-32 0-2.176 0.217-4.301 0.631-6.354l-0.034 0.205 60.24-301.72c3.033-14.764 15.917-25.711 31.359-25.72l256.001-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-229.76l-41.28 206.4c23.471-9.122 50.638-14.408 79.040-14.408 123.712 0 224 100.288 224 224 0 0.003-0 0.006-0 0.009l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-five-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31536,\"id\":444,\"name\":\"number-five-duotone\",\"prevSize\":16,\"code\":61253,\"codes\":[61253,61254]},\"setIdx\":5,\"setId\":5,\"iconIdx\":803},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M736 608c0 17.673-14.327 32-32 32v0h-64v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-288c-17.666-0.010-31.983-14.333-31.983-32 0-3.858 0.683-7.557 1.934-10.982l-0.071 0.222 160-448c4.804-11.985 16.323-20.295 29.782-20.295 17.673 0 32 14.327 32 32 0 3.507-0.564 6.883-1.607 10.041l0.065-0.226-144.72 405.24h242.6v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31537,\"id\":443,\"name\":\"number-four-duotone\",\"prevSize\":16,\"code\":61255,\"codes\":[61255,61256]},\"setIdx\":5,\"setId\":5,\"iconIdx\":804},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M512 160c-0.031-0-0.067-0-0.103-0-123.712 0-224 100.288-224 224s100.288 224 224 224c22.301 0 43.84-3.259 64.168-9.326l-1.585 0.406-122.48 217.2c-2.58 4.52-4.101 9.932-4.101 15.7 0 17.729 14.372 32.101 32.101 32.101 11.961 0 22.394-6.542 27.917-16.243l0.083-0.158 198.2-352c18.753-32.052 29.826-70.573 29.826-111.68 0-123.712-100.288-224-224-224-0.009 0-0.018 0-0.028 0l0.002-0zM512 544c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-nine-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31538,\"id\":442,\"name\":\"number-nine-duotone\",\"prevSize\":16,\"code\":61257,\"codes\":[61257,61258]},\"setIdx\":5,\"setId\":5,\"iconIdx\":805},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M576 192v640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-583.48l-111.52 66.92c-4.703 2.87-10.393 4.568-16.48 4.568-17.678 0-32.008-14.331-32.008-32.008 0-11.591 6.161-21.743 15.387-27.36l0.141-0.080 160-96c4.703-2.87 10.393-4.57 16.48-4.57 17.673 0 32 14.327 32 32 0 0.003-0 0.007-0 0.010l0-0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-one-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31539,\"id\":441,\"name\":\"number-one-duotone\",\"prevSize\":16,\"code\":61259,\"codes\":[61259,61260]},\"setIdx\":5,\"setId\":5,\"iconIdx\":806},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M702.64 201.2l-192 640c-4.305 12.931-16.296 22.089-30.427 22.089-17.673 0-32-14.327-32-32 0-3.021 0.419-5.944 1.201-8.715l-0.054 0.225 179.64-598.8h-277c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.669 0.005 31.991 14.33 31.991 32 0 3.281-0.494 6.447-1.411 9.427l0.060-0.227z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-seven-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31540,\"id\":440,\"name\":\"number-seven-duotone\",\"prevSize\":16,\"code\":61261,\"codes\":[61261,61262]},\"setIdx\":5,\"setId\":5,\"iconIdx\":807},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M512 416c-22.268 0.011-43.77 3.269-64.066 9.326l1.586-0.406 122.48-217.2c2.58-4.52 4.101-9.932 4.101-15.7 0-17.729-14.372-32.101-32.101-32.101-11.961 0-22.394 6.542-27.917 16.243l-0.083 0.158-198.2 352c-18.753 32.052-29.826 70.573-29.826 111.68 0 123.712 100.288 224 224 224s224-100.288 224-224c0-123.703-100.274-223.985-223.973-224l-0.001-0zM512 800c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-six-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31541,\"id\":439,\"name\":\"number-six-duotone\",\"prevSize\":16,\"code\":61263,\"codes\":[61263,61264]},\"setIdx\":5,\"setId\":5,\"iconIdx\":808},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM599.24 493.56c25.109-23.433 40.76-56.721 40.76-93.665 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 36.944 15.651 70.232 40.685 93.596l0.075 0.069c-34.645 26.573-56.76 67.987-56.76 114.565 0 79.529 64.471 144 144 144s144-64.471 144-144c0-46.578-22.115-87.992-56.417-114.313l-0.343-0.252zM448 400c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM512 688c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-eight-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31542,\"id\":438,\"name\":\"number-square-eight-duotone\",\"prevSize\":16,\"code\":61265,\"codes\":[61265,61266]},\"setIdx\":5,\"setId\":5,\"iconIdx\":809},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM475.12 352l-16.76 100.56c11.213-2.897 24.085-4.56 37.346-4.56 0.103 0 0.207 0 0.31 0l-0.016-0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-0.695 0.012-1.515 0.019-2.336 0.019-39.247 0-74.78-15.904-100.504-41.62l0 0c-5.98-5.82-9.691-13.947-9.691-22.941 0-17.673 14.327-32 32-32 9.212 0 17.516 3.893 23.354 10.124l0.016 0.018c14.209 13.87 33.659 22.427 55.108 22.427 0.722 0 1.441-0.010 2.158-0.029l-0.106 0.002c44.183 0 80-35.817 80-80s-35.817-80-80-80v0c-0.611-0.017-1.331-0.027-2.052-0.027-21.449 0-40.899 8.556-55.124 22.442l0.016-0.015c-5.811 5.916-13.895 9.583-22.836 9.583-17.673 0-32-14.327-32-32 0-1.859 0.158-3.681 0.463-5.453l-0.027 0.19 32-192c2.622-15.257 15.752-26.719 31.56-26.72l160-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-five-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31543,\"id\":437,\"name\":\"number-square-five-duotone\",\"prevSize\":16,\"code\":61267,\"codes\":[61267,61268]},\"setIdx\":5,\"setId\":5,\"iconIdx\":810},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM672 576c0 17.673-14.327 32-32 32v0h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-160c-0.001 0-0.002 0-0.002 0-17.673 0-32-14.327-32-32 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 96-288c4.368-12.823 16.306-21.882 30.36-21.882 17.674 0 32.002 14.328 32.002 32.002 0 3.62-0.601 7.1-1.709 10.345l0.067-0.225-81.96 245.88h115.6v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31544,\"id\":436,\"name\":\"number-square-four-duotone\",\"prevSize\":16,\"code\":61269,\"codes\":[61269,61270]},\"setIdx\":5,\"setId\":5,\"iconIdx\":811},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM584 307.28c-20.649-12.121-45.477-19.28-71.978-19.28-79.529 0-144 64.471-144 144 0 79.437 64.322 143.851 143.724 144l0.014 0q3.76 0 7.56-0.24l-66.8 112c-2.874 4.705-4.575 10.398-4.575 16.489 0 11.642 6.217 21.831 15.511 27.43l0.144 0.081c4.705 2.874 10.398 4.575 16.489 4.575 11.642 0 21.831-6.217 27.43-15.511l0.081-0.144 129.24-216.4c12.142-20.68 19.313-45.547 19.313-72.089 0-53.114-28.717-99.522-71.471-124.543l-0.681-0.368zM581.32 472v0c-14.087 24.091-39.83 40.018-69.292 40.018-44.183 0-80-35.817-80-80s35.817-80 80-80c14.716 0 28.505 3.974 40.35 10.906l-0.378-0.204c24.063 14.094 39.968 39.821 39.968 69.263 0 14.734-3.983 28.538-10.932 40.394l0.204-0.377z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-nine-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31545,\"id\":435,\"name\":\"number-square-nine-duotone\",\"prevSize\":16,\"code\":61271,\"codes\":[61271,61272]},\"setIdx\":5,\"setId\":5,\"iconIdx\":812},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM560 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-324l-46.24 30.84c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 96-64c4.99-3.371 11.141-5.381 17.76-5.381 17.61 0 31.898 14.225 31.999 31.811l0 0.010z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-one-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31546,\"id\":434,\"name\":\"number-square-one-duotone\",\"prevSize\":16,\"code\":61273,\"codes\":[61273,61274]},\"setIdx\":5,\"setId\":5,\"iconIdx\":813},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM634.2 333.64c3.675 5.141 5.877 11.554 5.877 18.482 0 3.873-0.688 7.584-1.948 11.020l0.071-0.222-128 352c-4.596 12.402-16.324 21.080-30.079 21.080-0.042 0-0.085-0-0.127-0l0.007 0c-0.022 0-0.047 0-0.073 0-3.893 0-7.622-0.704-11.065-1.992l0.218 0.072c-12.402-4.596-21.081-16.324-21.081-30.080 0-3.918 0.704-7.672 1.993-11.142l-0.072 0.221 112.4-309.080h-146.32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c10.794 0.003 20.339 5.351 26.133 13.54l0.067 0.1z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-seven-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31547,\"id\":433,\"name\":\"number-square-seven-duotone\",\"prevSize\":16,\"code\":61275,\"codes\":[61275,61276]},\"setIdx\":5,\"setId\":5,\"iconIdx\":814},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM512 448c-2.44 0-4.88 0-7.28 0l66.76-111.6c2.841-4.684 4.522-10.346 4.522-16.4 0-17.674-14.328-32.002-32.002-32.002-11.62 0-21.793 6.193-27.4 15.459l-0.080 0.143-128.92 216c-12.273 20.749-19.524 45.728-19.524 72.4 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-0.027 0-0.053 0-0.080 0l0.004-0zM512 672c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-six-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31548,\"id\":432,\"name\":\"number-square-six-duotone\",\"prevSize\":16,\"code\":61277,\"codes\":[61277,61278]},\"setIdx\":5,\"setId\":5,\"iconIdx\":815},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM640 592c-0.021 79.513-64.484 143.964-144 143.964-40.273 0-76.684-16.532-102.817-43.18l-0.023-0.023c-6.169-5.846-10.009-14.097-10.009-23.246 0-17.673 14.327-32 32-32 9.377 0 17.813 4.034 23.666 10.46l0.023 0.026c14.531 14.816 34.759 24 57.131 24 44.183 0 80-35.817 80-80 0-44.173-35.801-79.984-79.97-80l-0.002-0c-17.669-0.005-31.991-14.33-31.991-32 0-6.875 2.168-13.244 5.858-18.46l-0.067 0.1 76.72-109.64h-130.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.669 0.005 31.991 14.33 31.991 32 0 6.875-2.168 13.244-5.858 18.46l0.067-0.1-84 120c53.125 22.082 89.8 73.557 89.8 133.599 0 0.014-0 0.029-0 0.043l0-0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-three-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31549,\"id\":431,\"name\":\"number-square-three-duotone\",\"prevSize\":16,\"code\":61279,\"codes\":[61279,61280]},\"setIdx\":5,\"setId\":5,\"iconIdx\":816},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM640 704c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.68-230.24c7.997-10.565 12.809-23.927 12.809-38.412 0-35.346-28.654-64-64-64-27.604 0-51.127 17.476-60.107 41.968l-0.142 0.444c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c4.749-13.127 10.997-24.494 18.715-34.684l-0.235 0.324c23.607-31.090 60.593-50.96 102.22-50.96 70.693 0 128 57.308 128 128 0 29.066-9.688 55.869-26.011 77.356l0.23-0.316-134.2 179.080h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-two-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31550,\"id\":430,\"name\":\"number-square-two-duotone\",\"prevSize\":16,\"code\":61281,\"codes\":[61281,61282]},\"setIdx\":5,\"setId\":5,\"iconIdx\":817},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M512 288c-56.92 0-104 25.76-136 74.44-25.88 39.44-40 92.56-40 149.56s14.24 110.12 40 149.56c32 48.68 78.96 74.44 136 74.44s104-25.76 136-74.44c25.88-39.44 40-92.56 40-149.56s-14.24-110.12-40-149.56c-32-48.68-79.080-74.44-136-74.44zM512 672c-88.4 0-112-100.56-112-160s23.6-160 112-160 112 100.56 112 160-23.6 160-112 160zM832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-square-zero-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31551,\"id\":429,\"name\":\"number-square-zero-duotone\",\"prevSize\":16,\"code\":61283,\"codes\":[61283,61284]},\"setIdx\":5,\"setId\":5,\"iconIdx\":818},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M704 640c-0.007 123.707-100.292 223.988-224 223.988-57.465 0-109.876-21.639-149.53-57.213l0.21 0.185c-7.030-5.91-11.466-14.708-11.466-24.543 0-17.673 14.327-32 32-32 8.58 0 16.372 3.377 22.118 8.874l-0.012-0.011c28.172 25.269 65.602 40.72 106.641 40.72 88.366 0 160-71.634 160-160 0-88.352-71.612-159.978-159.959-160l-0.002-0c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 153.6-204.8h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32 0 7.24-2.404 13.919-6.458 19.28l0.058-0.080-159.36 212.48c96.176 26.662 165.626 113.362 165.76 216.304l0 0.016z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-three-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31552,\"id\":428,\"name\":\"number-three-duotone\",\"prevSize\":16,\"code\":61285,\"codes\":[61285,61286]},\"setIdx\":5,\"setId\":5,\"iconIdx\":819},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M704 832c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 287.76-383.68c16.456-21.317 26.376-48.412 26.376-77.824 0-70.692-57.308-128-128-128-41.953 0-79.193 20.184-102.537 51.371l-0.239 0.334c-5.682 7.481-10.737 15.975-14.79 25.017l-0.33 0.823c-5.069 11.386-16.284 19.18-29.32 19.18-17.673 0-32-14.327-32-32 0-4.638 0.987-9.045 2.761-13.023l-0.081 0.203c30.403-68.345 97.709-115.138 175.944-115.138 106.039 0 192 85.961 192 192 0 43.571-14.514 83.753-38.97 115.974l0.346-0.476-249.32 332.44h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-two-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31553,\"id\":427,\"name\":\"number-two-duotone\",\"prevSize\":16,\"code\":61287,\"codes\":[61287,61288]},\"setIdx\":5,\"setId\":5,\"iconIdx\":820},{\"icon\":{\"paths\":[\"M864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0z\",\"M733 252.8c-52-81.64-128.4-124.8-221-124.8s-169 43.16-221 124.8c-43 67.92-67 159.96-67 259.2s24 191.28 67 259.2c52 81.64 128.4 124.8 221 124.8s169-43.16 221-124.8c43.2-68 67-160 67-259.2s-23.8-191.28-67-259.2zM512 832c-154.72 0-224-160.72-224-320s69.28-320 224-320 224 160.72 224 320-69.28 320-224 320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"number-zero-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31554,\"id\":426,\"name\":\"number-zero-duotone\",\"prevSize\":16,\"code\":61289,\"codes\":[61289,61290]},\"setIdx\":5,\"setId\":5,\"iconIdx\":821},{\"icon\":{\"paths\":[\"M879.36 292.64l-352-192.64c-4.434-2.472-9.727-3.927-15.36-3.927s-10.926 1.455-15.523 4.011l0.163-0.083-352 192.72c-9.97 5.534-16.612 15.988-16.64 27.996l-0 0.004v382.56c0.028 12.012 6.67 22.466 16.477 27.917l0.163 0.083 352 192.72c4.434 2.472 9.727 3.927 15.36 3.927s10.926-1.455 15.523-4.011l-0.163 0.083 352-192.72c9.97-5.534 16.612-15.988 16.64-27.996l0-0.004v-382.56c0-0.002 0-0.005 0-0.007 0-12.040-6.65-22.527-16.477-27.989l-0.163-0.083zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\",\"M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.137-105.984-86.016-191.863-191.987-192l-0.013-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 896l-352-192.72v-382.56l352-192.72 352 192.68v382.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"nut-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31555,\"id\":425,\"name\":\"nut-duotone\",\"prevSize\":16,\"code\":61291,\"codes\":[61291,61292]},\"setIdx\":5,\"setId\":5,\"iconIdx\":822},{\"icon\":{\"paths\":[\"M512 448v448c-0.155 0-0.338 0-0.522 0-46.114 0-89.938-9.806-129.501-27.446l2.023 0.806v-353.080z\",\"M688 544c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM738.48 413l-262.84-122.64c-138.982 18.126-245.979 133.196-251.384 274.304l-0.016 0.536 272.72-145.44c4.355-2.365 9.535-3.755 15.040-3.755 17.671 0 31.997 14.324 32 31.994l0 0v414.2c114.999-12.813 208.601-92.038 242.283-197.971l0.557-2.029c4.244-13.086 16.327-22.382 30.58-22.382 17.718 0 32.082 14.363 32.082 32.082 0 3.465-0.549 6.801-1.565 9.927l0.064-0.227c-46.528 143.648-179.129 245.696-335.564 245.696-194.404 0-352-157.596-352-352 0-64.354 17.269-124.674 47.427-176.579l-0.902 1.683c-47.138-24.31-78.812-72.656-78.812-128.4 0-79.477 64.387-143.916 143.844-144l0.008-0c4.908 0.008 9.557 1.113 13.716 3.083l-0.196-0.083 473 220.72c41.211-3.559 73.315-37.891 73.315-79.72 0-44.125-35.723-79.906-79.826-80l-0.009-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-4.908-0.008-9.557-1.113-13.716-3.083l0.196 0.083zM352 815.32v-245.72l-121.96 65.040c16.249 75.736 60.407 139.072 120.943 180.031l1.017 0.649zM480 501.32l-64 34.16v312c18.58 6.845 40.242 12.012 62.699 14.56l1.301 0.12zM384.52 248l-119.040-55.72c-41.201 3.571-73.291 37.897-73.291 79.718 0 34.309 21.598 63.574 51.939 74.94l0.552 0.181c2.4-2.84 4.8-5.68 7.36-8.44 35.9-39.181 80.199-70.054 130.099-89.847l2.381-0.833z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"ny-times-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31556,\"id\":424,\"name\":\"ny-times-logo-duotone\",\"prevSize\":16,\"code\":61293,\"codes\":[61293,61294]},\"setIdx\":5,\"setId\":5,\"iconIdx\":823},{\"icon\":{\"paths\":[\"M896 366.2v291.6c0 0.007 0 0.016 0 0.025 0 8.83-3.577 16.825-9.36 22.615l0-0-206.2 206.2c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-291.599 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-206.2-206.2c-5.783-5.79-9.36-13.785-9.36-22.615 0-0.009 0-0.018 0-0.027l-0 0.001v-291.6c-0-0.007-0-0.016-0-0.025 0-8.83 3.577-16.825 9.36-22.615l-0 0 206.2-206.2c5.79-5.783 13.785-9.36 22.615-9.36 0.009 0 0.018 0 0.027 0l291.599-0c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 206.2 206.2c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001z\",\"M909.24 320.96l-206.2-206.2c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-291.6c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-206.2 206.2c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v291.6c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 206.2 206.2c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h291.6c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 206.2-206.2c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-291.6c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004zM864 657.8l-206.2 206.2h-291.6l-206.2-206.2v-291.6l206.2-206.2h291.6l206.2 206.2z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"octagon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31557,\"id\":423,\"name\":\"octagon-duotone\",\"prevSize\":16,\"code\":61295,\"codes\":[61295,61296]},\"setIdx\":5,\"setId\":5,\"iconIdx\":824},{\"icon\":{\"paths\":[\"M704 544h-384c-0 0-0.001 0-0.001 0-17.673 0-32-14.327-32-32 0-1.595 0.117-3.162 0.342-4.694l-0.021 0.174 54.88-384c2.292-15.622 15.601-27.48 31.679-27.48 0 0 0.001 0 0.001 0l274.24-0c0-0 0.001-0 0.001-0 16.079 0 29.387 11.858 31.658 27.306l0.021 0.174 54.88 384c0.204 1.358 0.321 2.925 0.321 4.52 0 17.673-14.327 32-32 32-0 0-0.001-0-0.001-0l0 0z\",\"M992 512c0 17.673-14.327 32-32 32v0h-66.68c-15.993 91.324-94.632 159.865-189.306 160l-0.014 0h-160v96h96c70.692 0 128 57.308 128 128v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-35.346-28.654-64-64-64v0h-96v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-96c-35.346 0-64 28.654-64 64v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692 57.308-128 128-128v0h96v-96h-160c-94.688-0.135-173.327-68.676-189.152-158.846l-0.168-1.154h-66.68c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0c0 70.692 57.308 128 128 128v0h384c70.692 0 128-57.308 128-128v0c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM271.64 553.92c-9.717-11.163-15.641-25.85-15.641-41.922 0-3.188 0.233-6.322 0.683-9.386l-0.042 0.348 54.88-384c4.714-31.176 31.255-54.818 63.345-54.96l0.015-0h274.24c32.105 0.142 58.646 23.784 63.316 54.604l0.044 0.356 54.88 384c0.408 2.716 0.642 5.851 0.642 9.040 0 35.346-28.654 64-64 64-0.001 0-0.001-0-0.002-0l-384 0c-19.275-0-36.561-8.521-48.294-22.003l-0.066-0.077zM320 512h384l-54.88-384h-274.28z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"office-chair-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31558,\"id\":422,\"name\":\"office-chair-duotone\",\"prevSize\":16,\"code\":61297,\"codes\":[61297,61298]},\"setIdx\":5,\"setId\":5,\"iconIdx\":825},{\"icon\":{\"paths\":[\"M896 288v448h-736c-17.673 0-32-14.327-32-32v0-416z\",\"M928 736c0 17.673-14.327 32-32 32v0h-252.24c-0.060 0-0.132 0-0.204 0-24.851 0-46.377-14.235-56.869-34.996l-0.167-0.364-206.28-412.64h-252.24c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h252.24c0.060-0 0.132-0 0.204-0 24.851 0 46.377 14.235 56.869 34.996l0.167 0.364 206.28 412.64h252.24c17.673 0 32 14.327 32 32v0zM608 320h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"option-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31559,\"id\":421,\"name\":\"option-duotone\",\"prevSize\":16,\"code\":61299,\"codes\":[61299,61300]},\"setIdx\":5,\"setId\":5,\"iconIdx\":826},{\"icon\":{\"paths\":[\"M864 352c0 194.404-157.596 352-352 352s-352-157.596-352-352v0z\",\"M992 320h-960c-17.673 0-32 14.327-32 32v0c0 282.77 229.23 512 512 512s512-229.23 512-512v0c0-17.673-14.327-32-32-32v0zM309.6 599.64l170.4-170.4v241.16c-65.432-6.715-123.868-32.318-170.939-71.192l0.539 0.432zM264.36 554.4c-38.442-46.532-64.045-104.968-70.646-169.040l-0.114-1.36h241.16zM544 429.24l170.4 170.4c-46.532 38.442-104.968 64.045-169.040 70.646l-1.36 0.114zM759.64 554.4l-170.4-170.4h241.16c-6.715 65.432-32.318 123.868-71.192 170.939l0.432-0.539zM512 800c-236.057-0.29-429.38-182.86-446.79-414.501l-0.090-1.499h64.24c17.184 197.722 181.929 351.71 382.64 351.71s365.456-153.988 382.539-350.267l0.101-1.443h64.24c-17.5 233.14-210.823 415.71-446.851 416l-0.029 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"orange-slice-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31560,\"id\":420,\"name\":\"orange-slice-duotone\",\"prevSize\":16,\"code\":61301,\"codes\":[61301,61302]},\"setIdx\":5,\"setId\":5,\"iconIdx\":827},{\"icon\":{\"paths\":[\"M512 516.36v411.64c-5.641-0.024-10.931-1.504-15.521-4.083l0.161 0.083-352-192.72c-9.97-5.534-16.612-15.988-16.64-27.996l-0-0.004v-382.56c0.014-4.712 1.044-9.179 2.882-13.2l-0.082 0.2z\",\"M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 128l321.36 176-119.080 65.2-321.4-176zM512 480l-321.36-176 135.6-74.24 321.36 176zM160 360l320 175.12v343.16l-320-175zM864 703.12v0l-320 175.16v-343l128-70.040v142.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-177.8l128-70.2v343.080z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"package-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31561,\"id\":419,\"name\":\"package-duotone\",\"prevSize\":16,\"code\":61303,\"codes\":[61303,61304]},\"setIdx\":5,\"setId\":5,\"iconIdx\":828},{\"icon\":{\"paths\":[\"M864 448v96c0 35.346-28.654 64-64 64v0h-192c-0-0-0.001-0-0.001-0-17.673 0-32 14.327-32 32 0 1.595 0.117 3.162 0.342 4.694l-0.021-0.174 31.68 187.48c0 53.019-42.981 96-96 96s-96-42.981-96-96v0l31.68-187.48c0.204-1.358 0.321-2.925 0.321-4.52 0-17.673-14.327-32-32-32-0 0-0.001 0-0.001 0l-192-0c-35.346 0-64-28.654-64-64v0-96z\",\"M864 96h-576c-88.366 0-160 71.634-160 160v0 288c0 53.019 42.981 96 96 96v0h192l-31.56 186.68c-0.274 1.596-0.434 3.437-0.44 5.314l-0 0.006c0 70.692 57.308 128 128 128s128-57.308 128-128v0c-0.006-1.883-0.166-3.724-0.467-5.518l0.027 0.198-31.56-186.68h192c53.019 0 96-42.981 96-96v0-416c0-17.673-14.327-32-32-32v0zM288 160h416v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h64v256h-640v-160c0-53.019 42.981-96 96-96v0zM800 576h-192c-0-0-0.001-0-0.002-0-35.346 0-64 28.654-64 64 0 3.189 0.233 6.324 0.684 9.388l-0.042-0.348v0.8l31.36 184.56c0 35.346-28.654 64-64 64s-64-28.654-64-64v0l31.2-184.56v-0.8c0.408-2.716 0.642-5.851 0.642-9.040 0-35.291-28.564-63.91-63.833-64l-0.009-0h-192c-17.673 0-32-14.327-32-32v0-64h640v64c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paint-brush-broad-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31562,\"id\":418,\"name\":\"paint-brush-broad-duotone\",\"prevSize\":16,\"code\":61305,\"codes\":[61305,61306]},\"setIdx\":5,\"setId\":5,\"iconIdx\":829},{\"icon\":{\"paths\":[\"M896 128c0 131.24-126.56 269.72-234.56 364.2-30.929-54.614-74.884-98.633-127.776-128.767l-1.664-0.873c94.28-108 232.76-234.56 364-234.56z\",\"M928 128c0-17.673-14.327-32-32-32v0c-176.32 0-357.24 198.84-457.72 330.52-21.023-6.674-45.202-10.521-70.28-10.521-132.548 0-240 107.452-240 240 0 0 0 0 0 0l0 0c0 123.52-78.16 178.92-81.88 181.48-8.551 5.833-14.092 15.529-14.092 26.52 0 17.663 14.311 31.984 31.971 32l304.002 0c0 0 0 0 0.001 0 132.548 0 240-107.452 240-240 0-25.078-3.846-49.257-10.981-71.98l0.46 1.7c131.72-100.48 330.52-281.4 330.52-457.72zM368 832h-229.48c27-38.36 53.48-96.32 53.48-176 0-97.202 78.798-176 176-176s176 78.798 176 176c0 97.202-78.798 176-176 176v0zM497.68 454.2q20.56-26.64 40.36-50.2c32.534 22.178 59.782 49.426 81.283 80.91l0.677 1.050q-23.6 19.76-50.2 40.36c-18.956-29.077-43.044-53.164-71.192-71.551l-0.928-0.569zM668.48 443.48c-24.532-34.342-53.659-63.469-86.881-87.239l-1.119-0.761c127.12-138.12 223-180 279.6-191.64-11.4 56.64-53.48 152.52-191.6 279.64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paint-brush-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31563,\"id\":417,\"name\":\"paint-brush-duotone\",\"prevSize\":16,\"code\":61307,\"codes\":[61307,61308]},\"setIdx\":5,\"setId\":5,\"iconIdx\":830},{\"icon\":{\"paths\":[\"M653.92 525.92l36.84 36.84c11.573 11.58 18.73 27.574 18.73 45.24s-7.157 33.66-18.731 45.24l-82.76 82.76-320-320 82.76-82.76c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l36.84 36.84c5.789 5.783 13.784 9.359 22.614 9.359 9.45 0 17.943-4.096 23.801-10.61l0.026-0.029 219.48-244.8c17.403-17.403 41.444-28.167 68-28.167 53.111 0 96.167 43.055 96.167 96.167 0 26.556-10.764 50.597-28.167 68l0-0-244.68 219.6c-6.543 5.884-10.639 14.377-10.639 23.827 0 8.77 3.528 16.716 9.242 22.496l-0.003-0.003z\",\"M922.56 101.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-0.4 0.4-0.8 0.8-1.16 1.24l-219.64 244.72-36.72-36.84c-17.374-17.383-41.381-28.136-67.9-28.136s-50.526 10.752-67.9 28.135l-306.76 306.8c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l320 320c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l306.76-306.6c17.383-17.374 28.136-41.381 28.136-67.9s-10.752-50.526-28.135-67.9l-36.84-36.8 244.72-219.64c0.45-0.376 0.855-0.769 1.23-1.189l0.010-0.011c23.193-23.168 37.541-55.189 37.541-90.56s-14.347-67.391-37.539-90.559l-0.001-0.001zM384 914.76l-66.72-66.76 89.36-89.4c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-89.4 89.36-50.72-50.72 89.36-89.4c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-89.4 89.36-66.76-66.72 178.76-178.76 274.76 274.76zM877.84 236.64l-244 219c-13.061 11.765-21.235 28.735-21.235 47.615 0 17.678 7.168 33.682 18.755 45.265l0 0 36.8 36.84c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l-60 60-274.88-274.6 60-60c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l36.84 36.8c11.583 11.588 27.587 18.755 45.265 18.755 18.88 0 35.85-8.175 47.564-21.178l0.051-0.057 219-244c11.453-10.897 26.984-17.601 44.081-17.601 35.346 0 64 28.654 64 64 0 17.097-6.704 32.628-17.627 44.108l0.025-0.027z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paint-brush-household-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31564,\"id\":416,\"name\":\"paint-brush-household-duotone\",\"prevSize\":16,\"code\":61309,\"codes\":[61309,61310]},\"setIdx\":5,\"setId\":5,\"iconIdx\":831},{\"icon\":{\"paths\":[\"M466.080 64l-383.32 383.32c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l339.4 339.4c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l383.32-383.32zM439.44 520.56c-14.482-14.478-23.44-34.481-23.44-56.577 0-44.183 35.817-80 80-80s80 35.817 80 80c0 22.096-8.958 42.099-23.44 56.577l-0 0c-14.476 14.472-34.473 23.423-56.56 23.423s-42.084-8.951-56.56-23.423l0 0zM992 816c0 44.183-35.817 80-80 80s-80-35.817-80-80v0c0-80 80-144 80-144s80 64 80 144z\",\"M932 647c-5.426-4.373-12.404-7.020-20-7.020s-14.574 2.647-20.062 7.068l0.062-0.048c-3.76 3.040-92 74.72-92 169 0 61.856 50.144 112 112 112s112-50.144 112-112v0c0-94.28-88.24-165.96-92-169zM912 864c-26.51 0-48-21.49-48-48v0c0-40.72 28-78.12 48-99.72 20 21.68 48 59.2 48 99.72 0 26.51-21.49 48-48 48v0zM918.64 471.32l-429.96-429.96c-5.79-5.786-13.787-9.365-22.62-9.365s-16.83 3.579-22.62 9.365l0-0-162.44 162.64-98.4-98.64c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l98.4 98.4-175.76 175.64c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l339.56 339.56c17.372 17.371 41.371 28.115 67.88 28.115s50.508-10.744 67.88-28.116l383.32-383.32c5.822-5.796 9.425-13.817 9.425-22.68s-3.603-16.884-9.424-22.679l-0.001-0.001zM490.040 854.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-339.44-339.44c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l175.64-175.68 116.48 116.48c-8.47 15.386-13.453 33.721-13.453 53.22 0 61.856 50.144 112 112 112s112-50.144 112-112c0-61.856-50.144-112-112-112-19.534 0-37.9 5.001-53.887 13.792l0.58-0.292-116.44-116.44 140-139.8 384.68 384.68zM462.040 430.080v0c9.795-11.628 24.364-18.965 40.646-18.965 29.293 0 53.040 23.747 53.040 53.040s-23.747 53.040-53.040 53.040c-29.293 0-53.040-23.747-53.040-53.040 0-12.901 4.606-24.726 12.263-33.921l-0.069 0.086s0.2-0.2 0.2-0.24z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paint-bucket-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31565,\"id\":415,\"name\":\"paint-bucket-duotone\",\"prevSize\":16,\"code\":61311,\"codes\":[61311,61312]},\"setIdx\":5,\"setId\":5,\"iconIdx\":832},{\"icon\":{\"paths\":[\"M832 256v256c0 17.673-14.327 32-32 32v0h-608c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h608c17.673 0 32 14.327 32 32v0z\",\"M928 352h-64v-96c0-35.346-28.654-64-64-64v0h-608c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96c0 35.346 28.654 64 64 64v0h608c35.346 0 64-28.654 64-64v0-96h64v200l-401.6 114.6c-26.913 7.975-46.24 32.409-46.4 61.381l-0 0.019v136c0 17.673 14.327 32 32 32s32-14.327 32-32v0-136l401.6-114.72c26.875-7.964 46.185-32.338 46.4-61.255l0-0.025v-200c0-35.346-28.654-64-64-64v0zM800 512h-608v-256h608v256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paint-roller-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31566,\"id\":414,\"name\":\"paint-roller-duotone\",\"prevSize\":16,\"code\":61313,\"codes\":[61313,61314]},\"setIdx\":5,\"setId\":5,\"iconIdx\":833},{\"icon\":{\"paths\":[\"M896 508.68c0.009 0.978 0.014 2.135 0.014 3.292 0 30.287-3.489 59.759-10.087 88.037l0.513-2.609c-10.092 43.041-48.153 74.6-93.584 74.6-0.005 0-0.011-0-0.016-0l-184.839 0c-53.019 0-96 42.981-96 96v0c-0.040 52.989-43.005 95.93-96 95.93-11.471 0-22.471-2.012-32.669-5.702l0.669 0.211c-149.080-52.68-256-179.2-256-346.44-0-0.006-0-0.014-0-0.021 0-210.671 169.65-381.718 379.786-383.977l0.214-0.002c211.36-2.12 386.2 169.4 388 380.68z\",\"M803.080 215.56c-74.607-73.9-177.299-119.56-290.657-119.56-0.149 0-0.298 0-0.446 0l-4.257-0c-227.902 2.42-411.72 187.732-411.72 415.978 0 0.008 0 0.015 0 0.023l-0-0.001c0 172 106.32 316.24 277.44 376.68 12.675 4.614 27.306 7.283 42.56 7.283 70.679 0 127.979-57.286 128-127.961l0-0.002c0-35.346 28.654-64 64-64v0h184.84c0.183 0.001 0.399 0.001 0.616 0.001 60.448 0 111.051-42.152 124.019-98.666l0.165-0.855c6.594-27.799 10.375-59.717 10.375-92.518 0-1.224-0.005-2.447-0.016-3.669l0.001 0.187c-0.884-114.897-48.535-218.494-124.831-292.834l-0.089-0.086zM855.080 590.4c-6.603 28.601-31.853 49.6-62.008 49.6-0.082 0-0.163-0-0.244-0l0.013 0h-184.84c-70.692 0-128 57.308-128 128v0c-0.053 35.306-28.686 63.907-64 63.907-7.612 0-14.914-1.329-21.686-3.768l0.446 0.14c-144.8-51.080-234.76-172.28-234.76-316.28-0-0.005-0-0.012-0-0.019 0-193.124 155.528-349.923 348.165-351.98l0.195-0.002h3.6c193.041 0.774 349.524 156.204 351.998 348.766l0.002 0.234c0.009 0.919 0.013 2.005 0.013 3.092 0 27.76-3.182 54.778-9.202 80.707l0.469-2.398zM560 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"palette-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31567,\"id\":413,\"name\":\"palette-duotone\",\"prevSize\":16,\"code\":61315,\"codes\":[61315,61316]},\"setIdx\":5,\"setId\":5,\"iconIdx\":834},{\"icon\":{\"paths\":[\"M808.2 416c-2.72 0-5.44 0-8.2 0-88.366 0-160-71.634-160-160v0h-256c0 88.366-71.634 160-160 160v0c-2.76 0-5.48 0-8 0l32.24-260c2.057-15.868 15.486-28 31.749-28 0.004 0 0.008 0 0.012 0l463.999-0c0.003-0 0.007-0 0.011-0 16.263 0 29.693 12.132 31.732 27.839l0.017 0.161z\",\"M895.52 856l-88-704c-4.113-31.736-30.972-56-63.498-56-0.008 0-0.015 0-0.023 0l-463.999-0c-0.006-0-0.014-0-0.022-0-32.526 0-59.385 24.264-63.464 55.678l-0.034 0.322-88 704c-0.32 2.402-0.502 5.18-0.502 8 0 35.346 28.654 64 64 64 0.008 0 0.015-0 0.023-0l162.759 0c0.003 0 0.007 0 0.011 0 29.747 0 54.755-20.295 61.931-47.795l0.099-0.445 95.2-368 95.16 367.76c7.188 28.063 32.249 48.475 62.079 48.48l162.761 0c0.006 0 0.014 0 0.022 0 35.346 0 64-28.654 64-64 0-2.82-0.182-5.598-0.536-8.321l0.034 0.321zM771.6 380.8c-46.807-11.011-83.224-46.496-95.395-91.902l-0.205-0.898h84zM744 160l8 64h-480l8-64zM264 288h84c-12.376 46.304-48.793 81.789-94.728 92.627l-0.872 0.173zM354.76 864h-162.76l52-417.080c86.021-9.398 154.464-74.32 169.112-157.766l0.168-1.154h66.72v92zM669.16 863.76l-125.16-483.76v-92h66.72c14.816 84.6 83.259 149.522 168.421 158.844l0.859 0.076 52 417.080z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pants-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31568,\"id\":412,\"name\":\"pants-duotone\",\"prevSize\":16,\"code\":61317,\"codes\":[61317,61318]},\"setIdx\":5,\"setId\":5,\"iconIdx\":835},{\"icon\":{\"paths\":[\"M723 419l93 93-328.24 327.76c-34.631 34.087-82.185 55.134-134.654 55.134-106.039 0-192-85.961-192-192 0-52.47 21.047-100.023 55.159-134.679l-0.025 0.025 397.24-402.76c23.166-23.166 55.17-37.495 90.52-37.495 70.701 0 128.015 57.314 128.015 128.015 0 35.35-14.329 67.354-37.495 90.52v0z\",\"M838.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-328.2 328c-40.54 40.535-96.542 65.606-158.4 65.606-123.726 0-224.026-100.3-224.026-224.026 0-61.868 25.079-117.878 65.625-158.42l0-0 397.040-402.88c28.966-28.996 68.998-46.932 113.22-46.932 88.383 0 160.032 71.649 160.032 160.032 0 44.162-17.888 84.146-46.814 113.101l0.001-0.001-397.12 402.88c-17.403 17.403-41.444 28.167-68 28.167-53.111 0-96.167-43.055-96.167-96.167 0-26.556 10.764-50.597 28.167-68l0-0 333.2-338.48c5.853-6.233 14.146-10.115 23.346-10.115 17.673 0 32 14.327 32 32 0 9.021-3.733 17.17-9.738 22.987l-0.008 0.008-333.24 338.84c-5.845 5.8-9.464 13.838-9.464 22.72 0 17.675 14.329 32.004 32.004 32.004 8.793 0 16.758-3.546 22.542-9.286l-0.002 0.002 397.080-402.68c17.427-17.392 28.208-41.437 28.208-68 0-53.057-43.011-96.068-96.068-96.068-26.494 0-50.482 10.725-67.862 28.069l0.002-0.002-396.96 402.72c-29.011 28.967-46.958 69.007-46.958 113.24 0 88.376 71.643 160.018 160.018 160.018 44.143 0 84.111-17.874 113.062-46.78l-0.002 0.002 328.24-328c5.782-5.739 13.747-9.285 22.54-9.285 8.873 0 16.902 3.611 22.698 9.444l0.002 0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paperclip-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31569,\"id\":411,\"name\":\"paperclip-duotone\",\"prevSize\":16,\"code\":61319,\"codes\":[61319,61320]},\"setIdx\":5,\"setId\":5,\"iconIdx\":836},{\"icon\":{\"paths\":[\"M960 512c0 106.039-85.961 192-192 192v0h-576c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h128v-128h448c106.039 0 192 85.961 192 192v0z\",\"M992 512c-0.137 123.657-100.343 223.863-223.987 224l-576.013 0c-88.366 0-160-71.634-160-160s71.634-160 160-160v0h576c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-576c-53.019 0-96 42.981-96 96s42.981 96 96 96v0h576c88.366 0 160-71.634 160-160s-71.634-160-160-160v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c123.657 0.137 223.863 100.343 224 223.987l0 0.013z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paperclip-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31570,\"id\":410,\"name\":\"paperclip-horizontal-duotone\",\"prevSize\":16,\"code\":61321,\"codes\":[61321,61322]},\"setIdx\":5,\"setId\":5,\"iconIdx\":837},{\"icon\":{\"paths\":[\"M885.12 862.040l-362.84-124c-3.201-1.198-6.899-1.891-10.76-1.891s-7.559 0.693-10.978 1.962l0.218-0.071-361.88 124c-3.2 1.178-6.896 1.86-10.751 1.86-17.673 0-32-14.327-32-32 0-5.737 1.51-11.122 4.154-15.779l-0.083 0.158 383.4-672c5.565-9.917 16.013-16.508 28-16.508s22.435 6.591 27.917 16.347l0.083 0.161 384.36 672c2.587 4.516 4.112 9.926 4.112 15.692 0 17.673-14.327 32-32 32-3.93 0-7.695-0.708-11.173-2.005l0.221 0.072z\",\"M951.6 800.36l-384.2-671.64c-11.187-19.613-31.964-32.622-55.78-32.622s-44.593 13.008-55.615 32.308l-0.165 0.314-383.56 672c-5.137 9.006-8.166 19.79-8.166 31.281 0 35.346 28.654 64 64 64 7.585 0 14.861-1.319 21.612-3.741l-0.447 0.14 362.64-124 362.72 124c6.355 2.321 13.691 3.663 21.341 3.663 35.346 0 64-28.654 64-64 0-11.645-3.11-22.564-8.546-31.972l0.164 0.309zM895.6 831.72l-351.6-120.28v-231.44c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 231.12l-352 120.88 383.44-672 384.56 672z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paper-plane-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31571,\"id\":409,\"name\":\"paper-plane-duotone\",\"prevSize\":16,\"code\":61323,\"codes\":[61323,61324]},\"setIdx\":5,\"setId\":5,\"iconIdx\":838},{\"icon\":{\"paths\":[\"M879.64 539.44l-671.92 384.56c-4.498 2.561-9.883 4.071-15.62 4.071-17.673 0-32-14.327-32-32 0-3.855 0.682-7.551 1.931-10.974l-0.071 0.222 124-362.84c1.198-3.201 1.891-6.899 1.891-10.76s-0.693-7.559-1.962-10.978l0.071 0.218-124-361.88c-1.178-3.2-1.86-6.896-1.86-10.751 0-17.673 14.327-32 32-32 5.737 0 11.122 1.51 15.779 4.154l-0.158-0.083 672 383.4c9.715 5.616 16.147 15.956 16.147 27.797 0 11.874-6.467 22.238-16.072 27.76l-0.155 0.082z\",\"M895.48 456l-672-383.56c-9.013-5.147-19.808-8.182-31.311-8.182-35.346 0-64 28.654-64 64 0 7.531 1.301 14.759 3.69 21.47l-0.139-0.447 124 361.88c-0.008 0.060-0.012 0.13-0.012 0.2s0.004 0.14 0.013 0.208l-0.001-0.008c-0.011 0.060-0.017 0.129-0.017 0.2s0.006 0.14 0.018 0.207l-0.001-0.007-124 362.68c-2.325 6.36-3.67 13.703-3.67 21.36 0 35.329 28.625 63.971 63.947 64l0.003 0c11.653-0.031 22.572-3.144 31.993-8.566l-0.313 0.166 671.64-384.2c19.669-11.172 32.722-31.98 32.722-55.836 0-23.776-12.965-44.523-32.21-55.559l-0.312-0.165zM192 896v-0.36l120.56-351.64h231.44c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-231.12l-120.64-351.52-0.24-0.48 672 383.32z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paper-plane-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31572,\"id\":408,\"name\":\"paper-plane-right-duotone\",\"prevSize\":16,\"code\":61325,\"codes\":[61325,61326]},\"setIdx\":5,\"setId\":5,\"iconIdx\":839},{\"icon\":{\"paths\":[\"M894.76 168.72l-232.88 768c-3.935 13.533-16.223 23.256-30.782 23.256-12.678 0-23.634-7.373-28.815-18.065l-0.083-0.191-162.2-342.48c-3.226-6.695-8.505-11.974-15.009-15.117l-0.191-0.083-342.48-162.24c-10.883-5.264-18.256-16.22-18.256-28.898 0-14.559 9.723-26.847 23.029-30.726l0.226-0.056 768-232.88c2.588-0.754 5.562-1.187 8.636-1.187 17.673 0 32 14.327 32 32 0 3.086-0.437 6.070-1.252 8.893l0.056-0.226z\",\"M909.28 114.72c-11.58-11.573-27.574-18.731-45.24-18.731-6.196 0-12.186 0.88-17.852 2.523l0.452-0.112h-0.6l-767.76 232.96c-26.963 7.936-46.311 32.462-46.311 61.507 0 25.403 14.8 47.35 36.248 57.687l0.383 0.166 342.48 162.2 162.2 342.48c10.353 21.798 32.189 36.6 57.483 36.6 0.069 0 0.139-0 0.208-0l-0.011 0q2.76 0 5.52-0.24c26.784-2.233 48.696-20.784 55.889-45.591l0.111-0.449 232.8-767.76c0-0.2 0-0.4 0-0.6 1.575-5.287 2.482-11.363 2.482-17.65 0-17.542-7.057-33.435-18.488-44.996l0.006 0.006zM631.32 927.4l-0.2 0.56-157.44-332.36 188.96-189c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-189 188.96-331.84-157.44 767.44-232.88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paper-plane-tilt-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31573,\"id\":407,\"name\":\"paper-plane-tilt-duotone\",\"prevSize\":16,\"code\":61327,\"codes\":[61327,61328]},\"setIdx\":5,\"setId\":5,\"iconIdx\":840},{\"icon\":{\"paths\":[\"M512 96s-160 96-160 384h-224c0-212.077 171.923-384 384-384v0zM512 96s160 96 160 384h224c0-212.077-171.923-384-384-384v0z\",\"M928 480c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0c-229.641 0.273-415.727 186.359-416 415.974l-0 0.026c0.012 10.278 4.868 19.419 12.407 25.266l0.073 0.054 0.32 0.28 371.2 278.4v80h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-80l371.2-278.4c7.807-5.9 12.8-15.167 12.8-25.6v-0zM862.56 448h-159.24c-6.16-151.8-55.64-249.72-100.44-308 141.066 38.833 245.453 159.518 259.569 306.57l0.111 1.43zM512 136c21.213 18.806 39.566 40.134 54.79 63.675l0.73 1.205c30.44 47.12 66.28 126.6 71.76 247.12h-254.56c5.48-120.52 41.32-200 71.76-246.96 15.948-24.809 34.302-46.19 55.206-64.766l0.314-0.274zM617.6 512l-105.6 190.12-105.6-190.12zM333.16 512l78 140.36-187.16-140.36zM690.84 512h109.16l-187.16 140.36zM421.12 140c-44.8 58.28-94.28 156.2-100.44 308h-159.24c14.227-148.481 118.614-269.166 257.202-307.417l2.478-0.583z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"parachute-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31574,\"id\":406,\"name\":\"parachute-duotone\",\"prevSize\":16,\"code\":61329,\"codes\":[61329,61330]},\"setIdx\":5,\"setId\":5,\"iconIdx\":841},{\"icon\":{\"paths\":[\"M576 192v448h-192c-123.712 0-224-100.288-224-224s100.288-224 224-224v0z\",\"M832 160h-448c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h160v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-608h96v608c0 17.673 14.327 32 32 32s32-14.327 32-32v0-608h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 608h-160c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paragraph-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31575,\"id\":405,\"name\":\"paragraph-duotone\",\"prevSize\":16,\"code\":61331,\"codes\":[61331,61332]},\"setIdx\":5,\"setId\":5,\"iconIdx\":842},{\"icon\":{\"paths\":[\"M957.16 237.12l-259.2 576c-5.135 11.223-16.267 18.88-29.187 18.88-0.005 0-0.009-0-0.014-0l-572.759 0c-0.004 0-0.009 0-0.013 0-17.673 0-32-14.327-32-32 0-4.753 1.036-9.264 2.895-13.319l-0.082 0.199 259.2-576c5.135-11.223 16.267-18.88 29.187-18.88 0.019 0 0.037 0 0.056 0l-0.003-0h572.76c17.662 0.015 31.973 14.336 31.973 32 0 4.753-1.036 9.264-2.895 13.319l0.082-0.199z\",\"M981.72 189.24c-11.525-17.701-31.219-29.24-53.607-29.24-0.040 0-0.079 0-0.119 0l0.006-0h-572.76c-0.001-0-0.003-0-0.005-0-25.825 0-48.077 15.296-58.192 37.322l-0.164 0.398-259.2 576c-3.565 7.723-5.645 16.758-5.645 26.28 0 35.334 28.634 63.98 63.963 64l572.762 0c0.001 0 0.003 0 0.005 0 25.825 0 48.077-15.296 58.192-37.322l0.164-0.398 259.2-576c3.57-7.727 5.652-16.768 5.652-26.296 0-12.913-3.824-24.933-10.402-34.988l0.15 0.245zM668.76 800h-572.76l259.24-576h572.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"parallelogram-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31576,\"id\":404,\"name\":\"parallelogram-duotone\",\"prevSize\":16,\"code\":61333,\"codes\":[61333,61334]},\"setIdx\":5,\"setId\":5,\"iconIdx\":843},{\"icon\":{\"paths\":[\"M896 640h-256l128-512z\",\"M928 768h-128v-96h96c17.671-0.003 31.995-14.329 31.995-32 0-2.756-0.348-5.43-1.003-7.982l0.048 0.222-128-512c-3.601-14.023-16.13-24.221-31.040-24.221s-27.439 10.198-30.992 23.999l-0.048 0.222-128 512c-0.607 2.33-0.955 5.004-0.955 7.76 0 17.671 14.324 31.997 31.995 32l96 0v96h-256v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 260l87 348h-174zM256 576h160v64h-160zM256 704h160v64h-160zM464 384c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM464 224c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"park-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31577,\"id\":403,\"name\":\"park-duotone\",\"prevSize\":16,\"code\":61335,\"codes\":[61335,61336]},\"setIdx\":5,\"setId\":5,\"iconIdx\":844},{\"icon\":{\"paths\":[\"M992 256v512c0 17.673-14.327 32-32 32v0h-800v-576h800c17.673 0 32 14.327 32 32v0z\",\"M192 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM528 442l-80 26v-84c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 84l-80-26c-2.985-1.015-6.424-1.6-10-1.6-17.695 0-32.040 14.345-32.040 32.040 0 14.12 9.133 26.106 21.815 30.374l0.226 0.066 80 25.96-49.36 68c-4.143 5.34-6.641 12.137-6.641 19.517 0 17.673 14.327 32 32 32 10.916 0 20.556-5.466 26.331-13.811l0.070-0.106 49.36-68 49.36 68c5.845 8.451 15.485 13.917 26.401 13.917 17.673 0 32-14.327 32-32 0-7.38-2.498-14.177-6.695-19.59l0.054 0.073-49.36-68 80-25.96c12.277-4.66 20.844-16.326 20.844-29.992 0-17.673-14.327-32-32-32-2.975 0-5.856 0.406-8.589 1.166l0.225-0.053zM952 462.56c-4.323-12.901-16.299-22.032-30.408-22.032-3.425 0-6.725 0.538-9.819 1.535l0.227-0.063-80 26v-84c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 84l-80-25.96c-2.956-0.995-6.361-1.569-9.9-1.569-17.678 0-32.009 14.331-32.009 32.009 0 14.139 9.168 26.138 21.883 30.375l0.226 0.065 80 25.96-49.36 68c-4.143 5.34-6.641 12.137-6.641 19.517 0 17.673 14.327 32 32 32 10.916 0 20.556-5.466 26.331-13.811l0.070-0.106 49.36-68 49.36 68c5.845 8.451 15.485 13.917 26.401 13.917 17.673 0 32-14.327 32-32 0-7.38-2.498-14.177-6.695-19.59l0.054 0.073-49.36-68 80-25.96c12.823-4.367 21.883-16.305 21.883-30.359 0-3.576-0.587-7.016-1.669-10.227l0.066 0.226z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"password-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31578,\"id\":402,\"name\":\"password-duotone\",\"prevSize\":16,\"code\":61337,\"codes\":[61337,61338]},\"setIdx\":5,\"setId\":5,\"iconIdx\":845},{\"icon\":{\"paths\":[\"M896 800c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M800 672c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-388c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h384c88.366 0 160-71.634 160-160s-71.634-160-160-160v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-384c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h388c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128 0-70.67-57.271-127.963-127.932-128l-0.004-0zM800 864c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"path-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31579,\"id\":401,\"name\":\"path-duotone\",\"prevSize\":16,\"code\":61339,\"codes\":[61339,61340]},\"setIdx\":5,\"setId\":5,\"iconIdx\":846},{\"icon\":{\"paths\":[\"M928 416c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0zM320 192h-64c-17.673 0-32 14.327-32 32v0 608c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-608c0-17.673-14.327-32-32-32v0z\",\"M704 160c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM704 608c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM320 160h-64c-35.346 0-64 28.654-64 64v0 608c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-608c0-35.346-28.654-64-64-64v0zM320 832h-64v-608h64v608z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"patreon-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31580,\"id\":400,\"name\":\"patreon-logo-duotone\",\"prevSize\":16,\"code\":61341,\"codes\":[61341,61342]},\"setIdx\":5,\"setId\":5,\"iconIdx\":847},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM448 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pause-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31581,\"id\":399,\"name\":\"pause-circle-duotone\",\"prevSize\":16,\"code\":61343,\"codes\":[61343,61344]},\"setIdx\":5,\"setId\":5,\"iconIdx\":848},{\"icon\":{\"paths\":[\"M832 192v640c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM384 160h-160c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0z\",\"M800 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM800 832h-160v-640h160zM384 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM384 832h-160v-640h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pause-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31582,\"id\":398,\"name\":\"pause-duotone\",\"prevSize\":16,\"code\":61345,\"codes\":[61345,61346]},\"setIdx\":5,\"setId\":5,\"iconIdx\":849},{\"icon\":{\"paths\":[\"M928 432c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM256 432c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0zM368 320c44.183 0 80-35.817 80-80s-35.817-80-80-80c-44.183 0-80 35.817-80 80v0c0 44.183 35.817 80 80 80v0zM656 320c44.183 0 80-35.817 80-80s-35.817-80-80-80c-44.183 0-80 35.817-80 80v0c0 44.183 35.817 80 80 80v0zM732.96 623.4c-39.731-22.3-69.341-58.652-82.364-102.169l-0.316-1.231c-17.982-60.471-73.069-103.817-138.28-103.817s-120.298 43.347-138.019 102.798l-0.261 1.019c-13.304 44.822-42.921 81.246-81.808 103.149l-0.872 0.451c-40.639 21.992-67.778 64.301-67.778 112.948 0 70.692 57.308 128 128 128 18.327 0 35.755-3.852 51.518-10.79l-0.82 0.322c32.523-13.709 70.331-21.675 110-21.675s77.477 7.966 111.913 22.386l-1.913-0.71c14.942 6.616 32.37 10.468 50.698 10.468 70.692 0 128-57.308 128-128 0-48.648-27.139-90.957-67.102-112.613l-0.676-0.335z\",\"M848 320c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM848 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM288 432c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 61.856 50.144 112 112 112v0c61.856 0 112-50.144 112-112v0zM176 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM368 352c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM368 192c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM656 352c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 192c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM748.48 595.44c-32.506-18.18-56.703-47.937-67.227-83.561l-0.253-0.999c-21.988-73.893-89.309-126.857-169-126.857s-147.011 52.964-168.681 125.611l-0.319 1.246c-10.68 36.499-34.702 66.185-66.297 84.035l-0.703 0.365c-50.318 27.626-83.856 80.256-83.856 140.72 0 88.315 71.552 159.918 159.848 160l0.008 0c0.135 0 0.294 0.001 0.454 0.001 22.259 0 43.442-4.605 62.649-12.915l-1.023 0.394c28.888-12.246 62.483-19.363 97.74-19.363s68.852 7.117 99.426 19.994l-1.686-0.63c18.798 8.39 40.735 13.276 63.813 13.276 88.366 0 160-71.634 160-160 0-60.877-33.999-113.814-84.045-140.857l-0.848-0.419zM672 832c-0.024 0-0.053 0-0.082 0-13.629 0-26.594-2.84-38.337-7.96l0.619 0.24c-36.167-15.355-78.231-24.28-122.38-24.28s-86.213 8.925-124.487 25.069l2.107-0.789c-11.191 4.946-24.242 7.826-37.965 7.826-53.019 0-96-42.981-96-96 0-36.602 20.484-68.419 50.613-84.614l0.512-0.251c47.133-26.389 82.216-69.558 97.473-121.231l0.367-1.449c13.976-47.049 56.829-80.777 107.56-80.777s93.584 33.729 107.357 79.985l0.203 0.793c15.674 53.217 50.859 96.45 97.083 122.307l1.037 0.533c30.364 16.527 50.626 48.197 50.626 84.6 0 53.019-42.981 96-96 96-0.108 0-0.215-0-0.323-0.001l0.017 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paw-print-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31583,\"id\":397,\"name\":\"paw-print-duotone\",\"prevSize\":16,\"code\":61347,\"codes\":[61347,61348]},\"setIdx\":5,\"setId\":5,\"iconIdx\":850},{\"icon\":{\"paths\":[\"M767.64 330.8c-0.8 13.098-2.753 25.323-5.775 37.118l0.295-1.358c-21.557 84.162-96.701 145.387-186.154 145.44l-144.006 0c-14.915 0.002-27.446 10.209-30.992 24.018l-0.048 0.222 48-192c3.594-14.031 16.125-24.238 31.040-24.24l224-0c22.803 0.002 44.681 3.958 64.987 11.22l-1.347-0.42z\",\"M880.48 374.16c-21.388-27.312-48.414-49.205-79.423-64.14l-1.337-0.58c-5.794-119.073-103.736-213.423-223.718-213.44l-240.002-0c-29.831 0.005-54.892 20.417-61.983 48.036l-0.097 0.444-144 576c-1.214 4.659-1.91 10.008-1.91 15.52 0 35.343 28.648 63.995 63.99 64l110 0-12 48.48c-1.214 4.659-1.91 10.008-1.91 15.52 0 35.315 28.603 63.949 63.905 64l0.005 0h126c29.798-0.043 54.819-20.443 61.903-48.036l0.097-0.444 36-143.52h128c123.709-0.004 223.992-100.291 223.992-224 0-52.203-17.858-100.236-47.798-138.322l0.365 0.482zM318.080 736h-126.080l144-576h240c0.013-0 0.029-0 0.045-0 77.741 0 142.532 55.444 156.988 128.946l0.166 1.014c-8.746-1.219-18.876-1.93-29.166-1.96l-0.034-0h-224c-0.009-0-0.020-0-0.030-0-29.835 0-54.901 20.414-61.993 48.036l-0.097 0.444zM732 354.48c-0.32 1.44-0.6 2.88-0.96 4.32-17.879 70.151-80.496 121.2-155.037 121.2-0.001 0-0.002-0-0.003-0l-128-0 32-128h224c9.899 0.006 19.584 0.908 28.983 2.629l-0.983-0.149zM859.040 550.8c-17.879 70.151-80.496 121.2-155.037 121.2-0.001 0-0.002-0-0.003-0l-128-0c-29.831 0.005-54.892 20.417-61.983 48.036l-0.097 0.444-36 143.52h-125.92l80-320h144c0.019 0 0.042 0 0.064 0 102.848 0 189.478-69.438 215.566-163.989l0.37-1.571c14.676 9.812 27.195 21.427 37.658 34.734l0.262 0.346c21.227 26.77 34.053 61.040 34.053 98.305 0 13.845-1.77 27.276-5.097 40.079l0.244-1.104z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"paypal-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31584,\"id\":396,\"name\":\"paypal-logo-duotone\",\"prevSize\":16,\"code\":61349,\"codes\":[61349,61350]},\"setIdx\":5,\"setId\":5,\"iconIdx\":851},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.117 0 0.257 0 0.396 0 64.193-17.286 124.349-47.456 176.067l0.896-1.662-273.44-191.44v-333.88c180.037 17.135 319.773 167.474 320 350.497l0 0.023zM480 161.48v333.88l-273.44 191.44c-29.216-50.196-46.462-110.477-46.462-174.787 0-183.103 139.805-333.552 318.493-350.426l1.409-0.107zM243.36 739.16l236.64-165.68v289.040c-95.332-8.951-178.506-54.767-236.218-122.85l-0.422-0.51zM544 862.52v-289.040l236.64 165.68c-58.133 68.593-141.307 114.409-235.236 123.253l-1.404 0.107z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"peace-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31585,\"id\":395,\"name\":\"peace-duotone\",\"prevSize\":16,\"code\":61351,\"codes\":[61351,61352]},\"setIdx\":5,\"setId\":5,\"iconIdx\":852},{\"icon\":{\"paths\":[\"M896 512c-0.049-212.040-171.953-383.914-384-383.914-212.077 0-384 171.923-384 384 0 141.385 76.41 264.923 190.188 331.573l1.812 0.981v-140.64l192-416 192 416v140.64c115.59-67.63 192-191.169 192-332.554 0-0.030-0-0.061-0-0.091l0 0.005z\",\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM352 768c0-35.346 28.654-64 64-64s64 28.654 64 64v0 94.36c-47.394-4.394-90.822-17.533-129.962-37.804l1.962 0.924zM544 768c0-35.346 28.654-64 64-64s64 28.654 64 64v0 57.48c-37.178 19.347-80.606 32.486-126.605 36.775l-1.395 0.105zM429.080 544h165.84l46.32 100.4c-9.969-2.795-21.416-4.401-33.239-4.401-38.195 0-72.474 16.766-95.88 43.34l-0.121 0.141c-23.527-26.715-57.806-43.481-96.001-43.481-11.823 0-23.27 1.606-34.136 4.613l0.897-0.212zM458.64 480l53.36-115.64 53.36 115.64zM760.88 760.92c-8 8-16.32 15.48-24.88 22.56v-79.48c0-0.011 0-0.025 0-0.038 0-4.85-1.091-9.446-3.042-13.554l0.082 0.192-192-416c-5.203-11.048-16.244-18.558-29.040-18.558s-23.837 7.51-28.957 18.363l-0.083 0.195-192 416c-1.869 3.917-2.96 8.512-2.96 13.362 0 0.013 0 0.027 0 0.040l-0-0.002v79.48c-8.56-7.080-16.88-14.56-24.88-22.56-63.712-63.702-103.12-151.71-103.12-248.923 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.213-39.408 185.221-103.119 248.922l-0.001 0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pencil-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31586,\"id\":394,\"name\":\"pencil-circle-duotone\",\"prevSize\":16,\"code\":61353,\"codes\":[61353,61354]},\"setIdx\":5,\"setId\":5,\"iconIdx\":853},{\"icon\":{\"paths\":[\"M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M909.24 293.48l-178.72-178.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.28c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 493.24-493.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM205.24 640l338.76-338.76 66.76 66.76-338.76 338.72zM192 717.24l114.76 114.76h-114.76zM384 818.76l-66.76-66.76 338.76-338.76 66.76 66.76zM768 434.76l-178.76-178.76 96-96 178.76 178.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pencil-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31587,\"id\":393,\"name\":\"pencil-duotone\",\"prevSize\":16,\"code\":61355,\"codes\":[61355,61356]},\"setIdx\":5,\"setId\":5,\"iconIdx\":854},{\"icon\":{\"paths\":[\"M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-402.72l448-448c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM317.28 752l338.72-338.76 66.76 66.76-338.76 338.76zM272 706.76l-66.76-66.76 338.76-338.76 66.76 66.76zM192 717.24l114.76 114.76h-114.76zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pencil-line-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31588,\"id\":392,\"name\":\"pencil-line-duotone\",\"prevSize\":16,\"code\":61357,\"codes\":[61357,61358]},\"setIdx\":5,\"setId\":5,\"iconIdx\":855},{\"icon\":{\"paths\":[\"M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M909.24 293.48l-178.72-178.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.28c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 493.24-493.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM370.76 832h-178.76v-178.76l352-352 178.76 178.76zM768 434.72l-178.76-178.72 96-96 178.76 178.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pencil-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31589,\"id\":391,\"name\":\"pencil-simple-duotone\",\"prevSize\":16,\"code\":61359,\"codes\":[61359,61360]},\"setIdx\":5,\"setId\":5,\"iconIdx\":856},{\"icon\":{\"paths\":[\"M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-402.72l448-448c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM192 653.24l352-352 178.76 178.76-352 352h-178.76zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pencil-simple-line-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31590,\"id\":390,\"name\":\"pencil-simple-line-duotone\",\"prevSize\":16,\"code\":61361,\"codes\":[61361,61362]},\"setIdx\":5,\"setId\":5,\"iconIdx\":857},{\"icon\":{\"paths\":[\"M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 192.8 212-214.4 214.48c-11.564 11.512-18.72 27.444-18.72 45.047 0 0.068 0 0.135 0 0.203l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 201.6-201.56 190.76 209.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM370.76 832h-178.76v-178.76l212.24-212 170.24 187.24zM909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-166.68 166.68c-5.786 5.791-9.364 13.787-9.364 22.62 0 17.675 14.329 32.004 32.004 32.004 8.843 0 16.847-3.586 22.64-9.383l25.4-25.44 178.76 178.76-36 36c-5.815 5.8-9.412 13.82-9.412 22.68 0 17.691 14.341 32.032 32.032 32.032 8.83 0 16.826-3.573 22.621-9.353l-0.001 0.001 177.28-177.36c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pencil-simple-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31591,\"id\":389,\"name\":\"pencil-simple-slash-duotone\",\"prevSize\":16,\"code\":61363,\"codes\":[61363,61364]},\"setIdx\":5,\"setId\":5,\"iconIdx\":858},{\"icon\":{\"paths\":[\"M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 192.8 212-214.4 214.48c-11.564 11.512-18.72 27.444-18.72 45.047 0 0.068 0 0.135 0 0.203l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 201.6-201.56 190.76 209.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM467.68 510.96l-195.68 195.8-66.76-66.76 199-198.96zM192 717.24l114.76 114.76h-114.76zM384 818.76l-66.72-66.76 193.64-193.64 63.56 69.92zM909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-166.68 166.68c-5.786 5.791-9.364 13.787-9.364 22.62 0 17.675 14.329 32.004 32.004 32.004 8.843 0 16.847-3.586 22.64-9.383l25.4-25.44 66.76 66.76-30.76 30.76c-6.14 5.842-9.959 14.075-9.959 23.199 0 17.673 14.327 32 32 32 9.125 0 17.357-3.819 23.187-9.946l0.013-0.013 30.76-30.76 66.76 66.76-36 36c-5.815 5.8-9.412 13.82-9.412 22.68 0 17.691 14.341 32.032 32.032 32.032 8.83 0 16.826-3.573 22.621-9.353l-0.001 0.001 177.28-177.36c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pencil-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31592,\"id\":388,\"name\":\"pencil-slash-duotone\",\"prevSize\":16,\"code\":61365,\"codes\":[61365,61366]},\"setIdx\":5,\"setId\":5,\"iconIdx\":859},{\"icon\":{\"paths\":[\"M886.64 361.36l-118.64 118.64-224-224 118.64-118.64c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l178.76 178.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 334.68-334.64 13.92 55.6-147.2 147.16c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l160-160c5.803-5.793 9.393-13.801 9.393-22.648 0-2.753-0.348-5.425-1.001-7.974l0.048 0.222-27.6-110.44 105.8-105.8c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM192 832v-114.76l114.76 114.76zM384 818.76l-178.76-178.76 338.76-338.76 178.76 178.76zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pen-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31593,\"id\":387,\"name\":\"pen-duotone\",\"prevSize\":16,\"code\":61367,\"codes\":[61367,61368]},\"setIdx\":5,\"setId\":5,\"iconIdx\":860},{\"icon\":{\"paths\":[\"M480 224l-238.72 89.52c-10.588 4.053-18.361 13.272-20.293 24.49l-0.027 0.19-92.96 557.8 557.8-92.96c11.408-1.959 20.627-9.732 24.606-20.101l0.074-0.219 89.52-238.72zM464 640c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\",\"M960 402.72c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004-274.72-274.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-113.72 113.72-232 87.080c-21.256 8.087-36.881 26.54-40.824 49.015l-0.056 0.385-92.96 557.8c-0.279 1.587-0.439 3.415-0.439 5.28 0 17.673 14.326 31.999 31.999 32l0 0c1.871-0.008 3.698-0.168 5.477-0.467l-0.197 0.027 557.76-92.96c22.84-3.913 41.299-19.477 49.252-40.241l0.148-0.439 87.080-232 113.72-113.92c11.588-11.504 18.76-27.441 18.76-45.054 0-0.079-0-0.159-0-0.238l0 0.012zM680.52 771.48l-459.24 76.52 189.48-189.48c15.393 8.48 33.74 13.469 53.251 13.469 61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112 0 19.511 4.989 37.857 13.761 53.832l-0.292-0.581-189.48 189.56 76.52-459.36 219.48-82.28 290.8 290.84zM416 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM800 498.72l-274.76-274.72 96-96 274.76 274.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pen-nib-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31594,\"id\":386,\"name\":\"pen-nib-duotone\",\"prevSize\":16,\"code\":61369,\"codes\":[61369,61370]},\"setIdx\":5,\"setId\":5,\"iconIdx\":861},{\"icon\":{\"paths\":[\"M860.68 509.72l-124.68-221.72h-448l-124.68 221.72c-2.090 4.136-3.315 9.016-3.315 14.183 0 7.143 2.34 13.739 6.295 19.063l-0.061-0.086 345.76 449.12 345.72-449.12c3.909-5.245 6.259-11.853 6.259-19.010 0-5.153-1.218-10.022-3.382-14.334l0.084 0.184zM512 608c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\",\"M889.32 495.56c-0.24-0.52-0.48-1.040-0.76-1.52l-120.56-214.44v-151.6c0-35.346-28.654-64-64-64v0h-384c-35.346 0-64 28.654-64 64v0 151.68l-120.56 214.36c-0.28 0.48-0.52 1-0.8 1.52-4.198 8.269-6.657 18.030-6.657 28.366 0 14.276 4.692 27.456 12.617 38.083l-0.12-0.168 0.44 0.56 345.76 449.12c5.909 7.609 15.058 12.458 25.34 12.458s19.431-4.849 25.286-12.386l0.054-0.072 346.16-449.68c7.799-10.446 12.487-23.612 12.487-37.874 0-10.353-2.47-20.128-6.854-28.769l0.167 0.363zM704 128v128h-384v-128zM512 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM544 898v-262.68c46.649-14.229 80-56.885 80-107.331 0-61.856-50.144-112-112-112s-112 50.144-112 112c0 50.446 33.351 93.102 79.207 107.123l0.793 0.209v262.64l-288-373.96 114.76-204h410.52l114.72 204z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pen-nib-straight-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31595,\"id\":385,\"name\":\"pen-nib-straight-duotone\",\"prevSize\":16,\"code\":61371,\"codes\":[61371,61372]},\"setIdx\":5,\"setId\":5,\"iconIdx\":862},{\"icon\":{\"paths\":[\"M914.76 409.88l-216.84 156 83.080 256c0.999 2.961 1.575 6.371 1.575 9.916 0 17.673-14.327 32-32 32-7.072 0-13.608-2.294-18.905-6.178l0.090 0.063-219.76-158.040-219.76 158.12c-5.207 3.822-11.743 6.116-18.815 6.116-17.673 0-32-14.327-32-32 0-3.545 0.576-6.955 1.64-10.142l-0.065 0.226 83.080-256-216.84-156c-8.090-5.881-13.29-15.313-13.29-25.96 0-17.673 14.327-32 32-32 0.017 0 0.035 0 0.052 0l-0.003-0h267.48l86.080-265.28c4.031-13.235 16.13-22.699 30.44-22.699s26.409 9.464 30.381 22.474l0.059 0.225 86.080 265.28h267.48c17.647 0.035 31.939 14.348 31.939 32 0 10.599-5.153 19.994-13.090 25.818l-0.089 0.063z\",\"M956.8 364.24c-8.258-25.851-32.067-44.243-60.172-44.243-0.221 0-0.441 0.001-0.661 0.003l0.034-0h-244l-78.8-242.96c-8.26-26.299-32.416-45.043-60.951-45.043-28.461 0-52.566 18.648-60.765 44.392l-0.124 0.451-79.12 243.16h-244.24c-0.063-0-0.137-0-0.211-0-35.346 0-64 28.654-64 64 0 21.342 10.446 40.244 26.504 51.872l0.187 0.129 197.88 142.36-75.8 233.64c-2.082 5.993-3.285 12.901-3.285 20.090 0 21.215 10.473 39.984 26.531 51.419l0.193 0.131c10.356 7.745 23.414 12.401 37.56 12.401s27.204-4.656 37.725-12.52l-0.165 0.118 200.88-144.56 200.96 144.56c10.418 7.651 23.496 12.244 37.647 12.244 35.346 0 64-28.654 64-64 0-7.109-1.159-13.947-3.298-20.336l0.131 0.452-76-233.84 198-142.48c16.187-11.563 26.613-30.289 26.613-51.45 0-7.152-1.191-14.025-3.385-20.433l0.132 0.444zM512 96.6l72.48 223.4h-144.96zM128 384h223.48l-42.28 130.32zM273.44 832v0l69.56-214.36 114.2 82.16zM363.72 553.72l55.040-169.72h186.48l55.040 169.56-148.28 106.68zM750.56 832v0l-183.64-132 114.2-82.16zM714.8 514.48l-42.28-130.48h223.48z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pentagram-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31596,\"id\":384,\"name\":\"pentagram-duotone\",\"prevSize\":16,\"code\":61373,\"codes\":[61373,61374]},\"setIdx\":5,\"setId\":5,\"iconIdx\":863},{\"icon\":{\"paths\":[\"M859.32 370.32l-91.32 45.68-128-64-128 64-91.32-45.68c21.866-102.606 111.736-178.451 219.32-178.451s197.454 75.845 219.057 176.982l0.263 1.469z\",\"M669.080 161.68c-14.822-74.323-79.483-129.571-157.068-129.68l-0.012-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c42.528 0 78.598 27.654 91.207 65.962l0.193 0.678c-124.693 18.659-219.251 124.945-219.4 253.344l-0 0.016c0 187-103 312-306.12 372-26.85 8.009-46.090 32.479-46.090 61.443 0 31.52 22.786 57.718 52.785 63.021l0.385 0.056c54.248 9.849 116.682 15.481 180.432 15.481 0.565 0 1.131-0 1.696-0.001l-0.088 0c163.12 0 344.64-36.6 470.12-141.84 105.44-88.4 158.88-212.96 158.88-370.16v0c-0.144-131.080-98.673-239.102-225.707-254.203l-1.213-0.117zM640 224c83.598 0.115 154.683 53.561 181.065 128.135l0.415 1.345-53.48 26.52-113.68-56.68c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.68-53.48-26.72c26.872-75.829 97.933-129.184 181.468-129.28l0.012-0zM696 737.2c-72 60.28-174.4 101.040-296.48 117.88-40.008 5.573-86.231 8.755-133.198 8.755-60.168 0-119.117-5.222-176.417-15.237l6.095 0.882c228.92-67.48 350.52-216 352-429.68l49.76 24.88c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.6-56.96 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 49.64-24.8c-0.84 135.6-46.56 242.4-135.96 317.4z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pepper-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31597,\"id\":383,\"name\":\"pepper-duotone\",\"prevSize\":16,\"code\":61375,\"codes\":[61375,61376]},\"setIdx\":5,\"setId\":5,\"iconIdx\":864},{\"icon\":{\"paths\":[\"M383.2 224.8c20.266 20.268 32.8 48.266 32.8 79.192 0 61.856-50.144 112-112 112s-112-50.144-112-112c0-30.926 12.534-58.924 32.8-79.192l-0 0c20.268-20.27 48.27-32.808 79.2-32.808s58.932 12.538 79.2 32.808l0 0zM799.2 640.8c-20.268-20.266-48.266-32.8-79.192-32.8-61.856 0-112 50.144-112 112s50.144 112 112 112c30.926 0 58.924-12.534 79.192-32.8l-0 0c20.27-20.268 32.808-48.27 32.808-79.2s-12.538-58.932-32.808-79.2l-0-0z\",\"M822.64 246.56l-576 576c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0l576-576c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l0-0zM202.16 405.76c-26.055-26.060-42.169-62.058-42.169-101.82 0-79.534 64.475-144.009 144.009-144.009 39.772 0 75.778 16.123 101.84 42.189l0 0c26.055 26.060 42.169 62.058 42.169 101.82 0 79.534-64.475 144.009-144.009 144.009-39.772 0-75.778-16.123-101.84-42.189l-0-0zM224 304c0.036 44.156 35.839 79.937 80 79.937 44.183 0 80-35.817 80-80 0-22.096-8.958-42.099-23.44-56.577l-0-0c-14.476-14.472-34.473-23.423-56.56-23.423-44.183 0-80 35.817-80 80 0 0.022 0 0.044 0 0.066l-0-0.003zM864 720c-0.019 79.515-64.483 143.967-144 143.967-79.529 0-144-64.471-144-144s64.471-144 144-144c39.773 0 75.779 16.124 101.84 42.193l0 0c26.043 25.911 42.161 61.778 42.161 101.409 0 0.152-0 0.303-0.001 0.454l0-0.023zM800 720c0-0.005 0-0.011 0-0.017 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80 22.087 0 42.084-8.951 56.56-23.423l-0 0c14.479-14.399 23.44-34.334 23.44-56.361 0-0.070-0-0.14-0-0.209l0 0.011z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"percent-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31598,\"id\":382,\"name\":\"percent-duotone\",\"prevSize\":16,\"code\":61377,\"codes\":[61377,61378]},\"setIdx\":5,\"setId\":5,\"iconIdx\":865},{\"icon\":{\"paths\":[\"M416 160c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM848 320h-672c-51.48 0-66.84 70-20 91.6l228 100.4-91.48 347.72c-2.659 5.778-4.21 12.537-4.21 19.658 0 26.51 21.49 48 48 48 18.906 0 35.259-10.93 43.084-26.816l0.125-0.282 132.48-228.28 132.48 228.28c7.951 16.167 24.304 27.098 43.21 27.098 26.51 0 48-21.49 48-48 0-7.121-1.551-13.88-4.333-19.957l0.123 0.299-91.48-347.72 228-100.4c46.76-21.6 31.4-91.6-20-91.6z\",\"M640 160c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0zM512 224c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM926 350.84c-7.532-36.11-39.097-62.848-76.907-62.848-0.384 0-0.768 0.003-1.151 0.008l0.058-0.001h-672c-0.001-0-0.002-0-0.002-0-44.183 0-80 35.817-80 80 0 32.023 18.815 59.651 45.994 72.433l0.489 0.207 0.52 0.24 203 89.4-84 318.88c-4.508 9.711-7.137 21.078-7.137 33.060 0 44.259 35.879 80.137 80.137 80.137 32.277 0 60.097-19.082 72.794-46.58l0.206-0.497 104-179.52 104 179.52c13.377 26.58 40.441 44.497 71.691 44.497 44.183 0 80-35.817 80-80 0-11.047-2.239-21.571-6.288-31.142l0.197 0.525-84-318.88 203.52-89.64c27.876-12.464 46.949-39.951 46.949-71.893 0-6.352-0.754-12.527-2.178-18.442l0.109 0.536zM854.8 382.44l-227.72 100.28c-11.341 5.088-19.097 16.28-19.097 29.283 0 2.9 0.386 5.71 1.109 8.381l-0.052-0.224 91.48 347.84c0.524 2.067 1.195 3.864 2.033 5.564l-0.073-0.164c1.007 2.036 1.597 4.433 1.597 6.967 0 8.837-7.163 16-16 16-6.463 0-12.031-3.832-14.556-9.348l-0.041-0.1c-0.44-0.88-0.88-1.72-1.36-2.52l-132.44-228.4c-5.643-9.601-15.921-15.943-27.68-15.943s-22.037 6.343-27.598 15.793l-0.082 0.15-132.32 228.24c-0.48 0.8-0.92 1.64-1.36 2.52-2.566 5.616-8.134 9.447-14.597 9.447-8.837 0-16-7.163-16-16 0-2.535 0.589-4.932 1.639-7.061l-0.042 0.094c0.765-1.536 1.436-3.333 1.918-5.206l0.042-0.194 91.36-347.84c0.671-2.447 1.057-5.257 1.057-8.157 0-13.004-7.756-24.196-18.895-29.202l-0.202-0.081-227.72-100.12c-5.431-2.635-9.109-8.108-9.109-14.44 0-8.805 7.112-15.948 15.905-16l0.005-0h672c0.009-0 0.019-0 0.029-0 8.837 0 16 7.163 16 16 0 6.332-3.678 11.805-9.014 14.398l-0.095 0.042z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"person-arms-spread-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31599,\"id\":381,\"name\":\"person-arms-spread-duotone\",\"prevSize\":16,\"code\":61379,\"codes\":[61379,61380]},\"setIdx\":5,\"setId\":5,\"iconIdx\":866},{\"icon\":{\"paths\":[\"M416 160c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM849.96 558.040l-181.28-205.52c-17.674-19.981-43.373-32.515-71.999-32.52l-169.361-0c-28.627 0.005-54.326 12.539-71.912 32.418l-0.088 0.102-181.28 205.52c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0 141.96-114.040-91.48 347.72c-2.659 5.778-4.21 12.537-4.21 19.658 0 26.51 21.49 48 48 48 18.906 0 35.259-10.93 43.084-26.816l0.125-0.282 132.48-228.28 132.48 228.28c7.951 16.167 24.304 27.098 43.21 27.098 26.51 0 48-21.49 48-48 0-7.121-1.551-13.88-4.333-19.957l0.123 0.299-91.48-347.72 142.040 113.96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z\",\"M640 160c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0zM512 224c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM873.36 536.2l-180.68-204.88c-23.568-26.622-57.827-43.32-95.986-43.32-0.005 0-0.010 0-0.015 0l-169.359-0c-0.004-0-0.009-0-0.014-0-38.159 0-72.418 16.698-95.869 43.185l-0.117 0.135-180.68 204.88c-14.099 14.411-22.799 34.154-22.799 55.929 0 44.183 35.817 80 80 80 21.477 0 40.977-8.463 55.347-22.236l-0.028 0.027 65.2-52.32-66.16 251.52c-4.508 9.704-7.138 21.065-7.138 33.040 0 44.204 35.834 80.038 80.038 80.038 32.229 0 60.008-19.049 72.694-46.502l0.206-0.496 104-179.48 104 179.48c13.32 26.749 40.472 44.804 71.842 44.804 44.183 0 80-35.817 80-80 0-11.148-2.28-21.764-6.4-31.406l0.198 0.522-66-251.52 65.2 52.32c14.342 13.746 33.842 22.209 55.319 22.209 44.183 0 80-35.817 80-80 0-21.775-8.7-41.518-22.813-55.943l0.014 0.014zM827.32 603.28c-2.896 2.899-6.899 4.693-11.32 4.693s-8.424-1.793-11.32-4.692l-0-0c-0.84-0.8-1.68-1.6-2.6-2.32l-142.080-113.92c-5.42-4.356-12.384-6.991-19.963-6.991-17.673 0-32 14.327-32 32 0 2.825 0.366 5.565 1.053 8.174l-0.050-0.223 91.52 348c0.534 2.080 1.191 3.877 2 5.588l-0.080-0.188c1.007 2.036 1.597 4.433 1.597 6.967 0 8.837-7.163 16-16 16-6.463 0-12.031-3.832-14.556-9.348l-0.041-0.1c-0.458-1.007-0.899-1.834-1.383-2.631l0.063 0.111-132.48-228.4c-5.643-9.601-15.921-15.943-27.68-15.943s-22.037 6.343-27.598 15.793l-0.082 0.15-132.32 228.2c-0.421 0.686-0.862 1.513-1.256 2.365l-0.064 0.155c-1.821 3.843-5.013 6.789-8.929 8.244l-0.111 0.036c-1.637 0.619-3.53 0.977-5.506 0.977-8.837 0-16-7.163-16-16 0-2.461 0.555-4.791 1.548-6.874l-0.041 0.097c0.729-1.523 1.386-3.32 1.872-5.185l0.048-0.215 91.4-347.8c0.637-2.386 1.003-5.126 1.003-7.951 0-17.673-14.327-32-32-32-7.579 0-14.544 2.635-20.026 7.039l0.062-0.048-142.080 113.92c-0.92 0.72-1.76 1.52-2.6 2.32-2.922 3.076-7.042 4.99-11.609 4.99-8.837 0-16-7.163-16-16 0-4.557 1.905-8.67 4.963-11.584l0.006-0.006c0.48-0.48 0.92-0.96 1.36-1.48l181.28-205.56c11.783-13.299 28.905-21.64 47.975-21.64 0.009 0 0.017 0 0.026 0l169.359-0c0.007-0 0.016-0 0.025-0 19.070 0 36.192 8.341 47.917 21.573l0.058 0.067 181.28 205.56c0.44 0.52 0.88 1 1.36 1.48 2.887 2.894 4.673 6.889 4.673 11.3s-1.785 8.406-4.673 11.3l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"person-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31600,\"id\":380,\"name\":\"person-duotone\",\"prevSize\":16,\"code\":61381,\"codes\":[61381,61382]},\"setIdx\":5,\"setId\":5,\"iconIdx\":867},{\"icon\":{\"paths\":[\"M928 704c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM224 576c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z\",\"M656 320c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 160c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM800 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM800 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM224 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM224 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM768 480h-160c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-105.36-105.4-82.76 82.76 137.4 137.36c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.76l-150.64-150.6c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l118.6 118.64h146.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"person-simple-bike-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31601,\"id\":379,\"name\":\"person-simple-bike-duotone\",\"prevSize\":16,\"code\":61383,\"codes\":[61383,61384]},\"setIdx\":5,\"setId\":5,\"iconIdx\":868},{\"icon\":{\"paths\":[\"M608 192c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M512 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM923.44 528.48c-5.69 9.389-15.853 15.567-27.458 15.567-6.112 0-11.824-1.714-16.682-4.687l0.14 0.080c-1.4-0.84-140.44-82.36-335.52-90.68v147.24l248 278.92c4.997 5.626 8.049 13.077 8.049 21.24 0 17.7-14.349 32.049-32.049 32.049-9.537 0-18.101-4.165-23.971-10.776l-0.029-0.033-231.92-261.4-232 261.24c-5.899 6.644-14.463 10.809-24 10.809-17.7 0-32.049-14.349-32.049-32.049 0-8.163 3.052-15.614 8.078-21.273l-0.029 0.033 248-278.76v-147.28c-196 8.32-334.080 89.84-335.52 90.72-4.703 2.87-10.393 4.568-16.48 4.568-17.678 0-32.008-14.331-32.008-32.008 0-11.591 6.161-21.743 15.387-27.36l0.141-0.080c6.88-4.12 170.28-100.56 400.48-100.56s393.6 96.44 400.48 100.56c9.369 5.694 15.532 15.846 15.532 27.437 0 6.088-1.7 11.779-4.652 16.624l0.080-0.141z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"person-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31602,\"id\":378,\"name\":\"person-simple-duotone\",\"prevSize\":16,\"code\":61385,\"codes\":[61385,61386]},\"setIdx\":5,\"setId\":5,\"iconIdx\":869},{\"icon\":{\"paths\":[\"M704 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M608 352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM608 160c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM877.24 562.72c-2.44 1.12-29.96 13.12-78.68 13.12-55.4 0-138.2-15.52-242.76-80-17.673 49.617-38.47 92.312-63.306 132.234l1.666-2.874c47.838 14.969 89.442 36.518 126.343 64.027l-1.103-0.787c76.28 58.16 116.6 140.96 116.6 239.56 0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-166.8-138.76-226.84-216.56-247.4-2.2 2.8-4.48 5.64-6.76 8.4-78.56 95.2-177 144.72-286.52 144.72-0.512 0.003-1.118 0.004-1.724 0.004-12.549 0-24.952-0.626-37.178-1.849l1.543 0.125c-16.33-1.681-28.96-15.366-28.96-32 0-17.761 14.398-32.16 32.16-32.16 1.127 0 2.24 0.058 3.337 0.171l-0.137-0.011c103.68 10.36 193.88-29.96 268-120 49.96-60.56 84-134.44 101-188-155.68-90.64-255.12-13.48-256.2-12.64-5.554 4.764-12.828 7.665-20.78 7.665-17.673 0-32-14.327-32-32 0-10.424 4.984-19.684 12.7-25.527l0.080-0.058c6-4.8 148.88-116 358.040 26.28 181.88 123.64 287.72 81.24 288.72 80.76 4.001-1.934 8.701-3.064 13.665-3.064 17.673 0 32 14.327 32 32 0 13.022-7.778 24.227-18.942 29.223l-0.203 0.081z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"person-simple-run-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31603,\"id\":377,\"name\":\"person-simple-run-duotone\",\"prevSize\":16,\"code\":61387,\"codes\":[61387,61388]},\"setIdx\":5,\"setId\":5,\"iconIdx\":870},{\"icon\":{\"paths\":[\"M608 224c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M512 352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 160c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM192 384c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM888.96 442.44c-5.913 7.358-14.912 12.027-25.001 12.027-7.577 0-14.539-2.634-20.021-7.035l0.063 0.049c-4.6-3.56-94.84-70.8-237.28 2.44-1.238 43.849-5.554 85.707-12.755 126.569l0.755-5.169 129.72 108c7.064 5.911 11.525 14.731 11.525 24.592 0 3.623-0.602 7.106-1.712 10.353l0.067-0.225-64 192c-4.368 12.823-16.306 21.882-30.36 21.882-17.674 0-32.002-14.328-32.002-32.002 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 57.080-171.28-88.32-73.6c-6.971 23.486-13.91 42.509-21.805 61.027l1.405-3.707c-55 130.96-153.52 218.52-292.8 260.32-2.545 0.728-5.468 1.147-8.489 1.147-17.673 0-32-14.327-32-32 0-14.13 9.159-26.122 21.864-30.361l0.226-0.065c242.72-72.84 284.56-288.88 293.68-406.6-108.44 68.84-194.16 85.32-251 85.32-0.238 0.001-0.52 0.001-0.802 0.001-27.894 0-54.669-4.791-79.546-13.596l1.668 0.515c-11.39-5.068-19.187-16.285-19.187-29.323 0-17.673 14.327-32 32-32 0.15 0 0.3 0.001 0.45 0.003l-0.023-0c0.013-0 0.028-0 0.043-0 4.79 0 9.328 1.077 13.386 3.001l-0.19-0.081s107.040 42.72 288.76-80.8c209.16-142.16 352-31.080 358.040-26.28 7.326 5.914 11.973 14.893 11.973 24.959 0 7.615-2.66 14.608-7.101 20.102l0.047-0.061z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"person-simple-throw-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31604,\"id\":376,\"name\":\"person-simple-throw-duotone\",\"prevSize\":16,\"code\":61389,\"codes\":[61389,61390]},\"setIdx\":5,\"setId\":5,\"iconIdx\":871},{\"icon\":{\"paths\":[\"M704 192c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M608 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM608 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 576c0 17.673-14.327 32-32 32v0c-141.24 0-211.8-71.24-268.48-128.48-10.96-11.080-21.44-21.6-32-31.36l-53.72 123.52 148.8 106.28c8.154 5.876 13.4 15.345 13.4 26.039 0 0-0 0.001-0 0.001l0-0v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-207.52l-124.28-88.8-134.36 309.080c-5.056 11.418-16.287 19.24-29.346 19.24-0.005 0-0.010-0-0.015-0l0.001 0c-0.022 0-0.049 0-0.075 0-4.592 0-8.953-0.987-12.883-2.76l0.198 0.080c-11.419-5.055-19.242-16.288-19.242-29.347 0-4.604 0.972-8.982 2.723-12.937l-0.081 0.204 216.32-497.48c-37.24-6.6-83.68 4.8-138.8 34.32-46.394 25.84-86.474 54.701-122.848 87.585l0.568-0.505c-5.638 5.066-13.132 8.164-21.351 8.164-17.673 0-32-14.327-32-32 0-8.925 3.654-16.996 9.547-22.8l0.004-0.004c10-9.4 246.76-228.88 394.88-100.32 15.32 13.28 29.92 28 44 42.32 55.8 56.28 108.48 109.48 223.040 109.48 17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"person-simple-walk-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31605,\"id\":375,\"name\":\"person-simple-walk-duotone\",\"prevSize\":16,\"code\":61391,\"codes\":[61391,61392]},\"setIdx\":5,\"setId\":5,\"iconIdx\":872},{\"icon\":{\"paths\":[\"M864 192v640c-0.003 17.671-14.329 31.995-32 31.995-2.022 0-4-0.188-5.918-0.546l0.198 0.031-640-116.36c-15.042-2.806-26.278-15.831-26.28-31.48l-0-0v-407.28c0.002-15.649 11.238-28.674 26.082-31.449l0.198-0.031 640-116.36c1.72-0.328 3.698-0.515 5.72-0.515 17.671 0 31.997 14.324 32 31.995l0 0z\",\"M960 480h-64v-288c-0.005-35.342-28.657-63.991-64-63.991-4.044 0-8 0.375-11.836 1.092l0.396-0.062-640 116.36c-30.085 5.613-52.555 31.662-52.56 62.96l-0 0v171.64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v171.64c0.005 31.298 22.475 57.347 52.164 62.898l0.396 0.062 640 116.36c3.432 0.648 7.387 1.026 11.428 1.040l0.012 0c35.346 0 64-28.654 64-64v0-288h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM192 308.36l640-116.36v288h-640zM832 832l-640-116.36v-171.64h640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"perspective-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31606,\"id\":374,\"name\":\"perspective-duotone\",\"prevSize\":16,\"code\":61393,\"codes\":[61393,61394]},\"setIdx\":5,\"setId\":5,\"iconIdx\":873},{\"icon\":{\"paths\":[\"M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z\",\"M609.080 151.72c3.773-13.776 16.181-23.732 30.913-23.732 2.947 0 5.801 0.398 8.511 1.144l-0.225-0.053c120.967 32.312 214.328 125.672 246.090 244.229l0.55 2.411c0.693 2.485 1.092 5.34 1.092 8.287 0 14.733-9.956 27.14-23.507 30.861l-0.225 0.053c-2.482 0.679-5.333 1.072-8.275 1.080l-0.005 0c-14.743-0-27.156-9.97-30.868-23.536l-0.052-0.224c-26.353-98.751-102.569-174.967-199.353-200.872l-1.967-0.448c-13.795-3.761-23.769-16.177-23.769-30.923 0-2.944 0.397-5.794 1.142-8.501l-0.053 0.225zM599.76 318.92c55.16 14.72 90.6 50.16 105.32 105.32 3.764 13.79 16.177 23.76 30.92 23.76l0 0c2.947-0.008 5.798-0.401 8.51-1.133l-0.23 0.053c13.776-3.773 23.732-16.181 23.732-30.913 0-2.947-0.398-5.801-1.144-8.511l0.053 0.225c-20.48-76.64-74-130.16-150.64-150.64-2.478-0.689-5.323-1.084-8.26-1.084-17.675 0-32.004 14.329-32.004 32.004 0 14.738 9.962 27.149 23.52 30.867l0.225 0.053zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.329-0.3 5.023-0.472 7.757-0.472 26.144 0 48.627 15.677 58.562 38.143l0.161 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.2-97.4 82.84c-0.874 0.745-1.839 1.481-2.843 2.165l-0.117 0.075c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"phone-call-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31607,\"id\":373,\"name\":\"phone-call-duotone\",\"prevSize\":16,\"code\":61395,\"codes\":[61395,61396]},\"setIdx\":5,\"setId\":5,\"iconIdx\":874},{\"icon\":{\"paths\":[\"M920 628c-5.912 7.448-14.965 12.181-25.124 12.181-4.293 0-8.389-0.845-12.129-2.379l0.213 0.077-196.64-69.88c-9.877-4.029-17.176-12.57-19.402-22.99l-0.038-0.21-24.84-118.96c-2.311-11.038-10.104-19.838-20.339-23.53l-0.221-0.070c-32.628-11.557-70.258-18.236-109.447-18.236-39.749 0-77.894 6.87-113.311 19.489l2.359-0.733c-10.522 3.846-18.321 12.812-20.448 23.8l-0.032 0.2-23.6 118.040c-2.272 10.638-9.587 19.181-19.266 23.123l-0.214 0.077-196.36 69.68c-3.586 1.51-7.754 2.387-12.127 2.387-10.107 0-19.12-4.686-24.984-12.004l-0.049-0.063c-58.4-75.32-53.040-175.32 16-244.48 212.44-212.44 571.080-212.44 783.52 0 69.4 68.96 74.76 168.96 16.48 244.48z\",\"M926.36 360.52v0c-224.6-224.52-604.12-224.52-828.72 0-80 80-87.68 197.96-18.76 286.84 11.822 15.057 30.025 24.64 50.466 24.64 0.019 0 0.038-0 0.057-0l-0.003 0c0.010 0 0.023 0 0.035 0 8.263 0 16.157-1.586 23.391-4.47l-0.427 0.15 197.16-69.92c19.922-8.12 34.609-25.425 38.929-46.507l0.071-0.413 23.6-118.080c29.803-10.645 64.184-16.797 100.001-16.797 35.341 0 69.283 5.99 100.866 17.009l-2.147-0.652 24.84 119c4.54 21.244 19.136 38.31 38.453 46.205l0.427 0.155 1.16 0.44 196 69.56c6.856 2.735 14.801 4.321 23.116 4.321 20.406 0 38.581-9.55 50.3-24.424l0.104-0.136c68.76-88.96 61.040-206.92-18.92-286.92zM894.68 608l-1.2-0.48-195.28-69.32-24.84-118.96c-4.745-22.098-20.394-39.694-40.914-47.099l-0.446-0.141c-35.753-12.651-76.986-19.961-119.926-19.961-43.501 0-85.249 7.502-124.023 21.283l2.589-0.802c-21.112 7.699-36.794 25.607-41.211 47.591l-0.069 0.409-23.6 118.040-195.24 68.88c-0.4 0-0.68 0.52-1.080 0.68-49.32-63.64-44-144.92 13.44-202.32 100-100 234.6-150.12 369.12-150.12s269.080 50.040 369.12 150.12c57.32 57.4 62.88 138.68 13.56 202.2zM895.96 800c0 17.673-14.327 32-32 32v0h-703.96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"phone-disconnect-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31608,\"id\":372,\"name\":\"phone-disconnect-duotone\",\"prevSize\":16,\"code\":61397,\"codes\":[61397,61398]},\"setIdx\":5,\"setId\":5,\"iconIdx\":875},{\"icon\":{\"paths\":[\"M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z\",\"M889.48 633.84l-188.96-84.68c-7.422-3.259-16.073-5.156-25.168-5.156-13.236 0-25.534 4.018-35.74 10.901l0.227-0.145c-1.137 0.755-2.115 1.491-3.048 2.28l0.048-0.040-97.36 83c-61.68-29.96-125.36-93.16-155.32-154.040l83.12-98.84c0.8-1 1.56-2 2.28-3.080 6.548-9.877 10.448-22.006 10.448-35.045 0-9.105-1.901-17.766-5.328-25.607l0.161 0.412v-0.48l-84.68-188.76c-10.096-22.875-32.579-38.552-58.723-38.552-2.734 0-5.428 0.171-8.072 0.504l0.315-0.032c-111.012 15.024-195.68 109.183-195.68 223.117 0 0.142 0 0.284 0 0.425l-0-0.022c0 317.6 258.4 576 576 576 0.12 0 0.262 0 0.403 0 113.934 0 208.092-84.669 222.988-194.518l0.129-1.163c0.302-2.334 0.474-5.034 0.474-7.773 0-26.13-15.659-48.602-38.105-58.545l-0.409-0.162zM704 832c-282.642-0.319-511.682-229.359-512-511.97l-0-0.030c-0.001-0.184-0.001-0.402-0.001-0.619 0-81.29 60.32-148.491 138.642-159.286l0.839-0.095c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010 84 188-82.68 98.96c-0.797 0.913-1.549 1.919-2.221 2.98l-0.059 0.1c-6.507 9.855-10.381 21.946-10.381 34.943 0 10.134 2.355 19.717 6.548 28.233l-0.167-0.376c36.24 74.12 110.92 148.24 185.84 184.44 8.042 3.913 17.494 6.201 27.481 6.201 13.239 0 25.539-4.020 35.746-10.905l-0.227 0.145c1.121-0.759 2.086-1.495 3.008-2.28l-0.048 0.040 97.24-82.96 188 84.2s0.32 0 0.44 0c-10.763 79.316-78.047 139.801-159.458 139.801-0.191 0-0.381-0-0.572-0.001l0.030 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"phone-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31609,\"id\":371,\"name\":\"phone-duotone\",\"prevSize\":16,\"code\":61399,\"codes\":[61399,61400]},\"setIdx\":5,\"setId\":5,\"iconIdx\":876},{\"icon\":{\"paths\":[\"M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z\",\"M608 384v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 82.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-137.36 137.36h82.72c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.129-0-0.281-0-0.434 0-113.918 84.675-208.059 194.52-222.918l1.16-0.128c2.334-0.302 5.034-0.474 7.773-0.474 26.13 0 48.602 15.659 58.545 38.105l0.162 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.2-97.4 82.84c-0.88 0.769-1.846 1.506-2.859 2.177l-0.101 0.063c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"phone-incoming-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31610,\"id\":370,\"name\":\"phone-incoming-duotone\",\"prevSize\":16,\"code\":61401,\"codes\":[61401,61402]},\"setIdx\":5,\"setId\":5,\"iconIdx\":877},{\"icon\":{\"paths\":[\"M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z\",\"M617.36 406.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l137.4-137.36h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-137.36 137.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.334-0.302 5.034-0.474 7.773-0.474 26.13 0 48.602 15.659 58.545 38.105l0.162 0.409 84.48 188.64v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.962-6.761 22.251-10.794 35.483-10.794 9.108 0 17.77 1.911 25.606 5.354l-0.409-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.24-97.4 82.88c-0.874 0.745-1.839 1.481-2.843 2.165l-0.117 0.075c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"phone-outgoing-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31611,\"id\":369,\"name\":\"phone-outgoing-duotone\",\"prevSize\":16,\"code\":61403,\"codes\":[61403,61404]},\"setIdx\":5,\"setId\":5,\"iconIdx\":878},{\"icon\":{\"paths\":[\"M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z\",\"M889.44 633.84l-188.88-84.68c-7.429-3.266-16.088-5.167-25.192-5.167-13.243 0-25.546 4.022-35.755 10.911l0.227-0.144c-1.137 0.755-2.115 1.491-3.048 2.28l0.048-0.040-97.36 83c-61.68-29.96-125.36-93.16-155.32-154.040l83.12-98.84c0.8-1 1.56-2 2.28-3.080 6.548-9.877 10.448-22.006 10.448-35.045 0-9.105-1.901-17.766-5.328-25.607l0.161 0.412c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010-84.68-188.76c-10.096-22.875-32.579-38.552-58.723-38.552-2.734 0-5.428 0.171-8.072 0.504l0.315-0.032c-111.012 15.024-195.68 109.183-195.68 223.117 0 0.142 0 0.284 0 0.425l-0-0.022c0 317.6 258.4 576 576 576 0.12 0 0.262 0 0.403 0 113.934 0 208.092-84.669 222.988-194.518l0.129-1.163c0.3-2.329 0.472-5.023 0.472-7.757 0-26.144-15.677-48.627-38.143-58.562l-0.409-0.161zM704 832c-282.642-0.319-511.682-229.359-512-511.97l-0-0.030c-0.001-0.184-0.001-0.402-0.001-0.619 0-81.29 60.32-148.491 138.642-159.286l0.839-0.095c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010 84 188-82.68 98.96c-0.797 0.913-1.549 1.919-2.221 2.98l-0.059 0.1c-6.507 9.855-10.381 21.946-10.381 34.943 0 10.134 2.355 19.717 6.548 28.233l-0.167-0.376c36.24 74.12 110.92 148.24 185.84 184.44 8.042 3.913 17.494 6.201 27.481 6.201 13.239 0 25.539-4.020 35.746-10.905l-0.227 0.145c1.111-0.747 2.077-1.496 2.989-2.305l-0.029 0.025 97.24-82.92 188 84.24s0.32 0 0.44 0c-10.781 79.297-78.056 139.761-159.453 139.761-0.192 0-0.385-0-0.577-0.001l0.030 0zM576 288c0-17.673 14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"phone-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31612,\"id\":368,\"name\":\"phone-plus-duotone\",\"prevSize\":16,\"code\":61405,\"codes\":[61405,61406]},\"setIdx\":5,\"setId\":5,\"iconIdx\":879},{\"icon\":{\"paths\":[\"M920 692c-5.912 7.448-14.965 12.181-25.124 12.181-4.293 0-8.389-0.845-12.129-2.379l0.213 0.077-196.64-69.88c-9.877-4.029-17.176-12.57-19.402-22.99l-0.038-0.21-24.84-118.96c-2.311-11.038-10.104-19.838-20.339-23.53l-0.221-0.070c-32.628-11.557-70.258-18.236-109.447-18.236-39.749 0-77.894 6.87-113.311 19.489l2.359-0.733c-10.522 3.846-18.321 12.812-20.448 23.8l-0.032 0.2-23.6 118.040c-2.272 10.638-9.587 19.181-19.266 23.123l-0.214 0.077-196.36 69.68c-3.586 1.51-7.754 2.387-12.127 2.387-10.107 0-19.12-4.686-24.984-12.004l-0.049-0.063c-58.4-75.32-53.040-175.32 16-244.48 212.44-212.44 571.080-212.44 783.52 0 69.4 68.96 74.76 168.96 16.48 244.48z\",\"M215.72 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 110.36 121.44c-70.41 30.018-130.52 71.113-181.072 121.752l-0.008 0.008c-80 80-87.68 197.84-18.76 286.68 11.822 15.029 30.008 24.591 50.428 24.591 8.307 0 16.243-1.582 23.526-4.462l-0.433 0.151 197.16-69.92c19.912-8.113 34.597-25.401 38.929-46.467l0.071-0.413 23.6-118.040c9.036-3.286 20.497-6.591 32.214-9.218l2.026-0.382 362.040 398.28c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM390.52 436.56c-21.055 7.658-36.716 25.466-41.209 47.347l-0.071 0.413-23.6 118-195.12 69.2c-0.4 0-0.68 0.52-1.080 0.68-49.32-63.6-44-144.88 13.44-202.24 50.138-50.154 110.811-89.773 178.415-115.254l3.465-1.146 73.2 80.56c-2.48 0.8-4.96 1.56-7.44 2.44zM945.12 711.4c-11.822 15.029-30.008 24.591-50.428 24.591-8.307 0-16.243-1.582-23.526-4.462l0.433 0.151-37-13.12c-12.519-4.535-21.302-16.322-21.302-30.16 0-17.674 14.328-32.002 32.002-32.002 3.836 0 7.514 0.675 10.923 1.912l-0.223-0.071 37.48 13.28 1.2 0.48c49.2-63.4 44-144.68-13.56-202.040-102.64-102.64-247.52-157.080-397.4-149.24-0.496 0.027-1.076 0.043-1.66 0.043-17.697 0-32.043-14.346-32.043-32.043 0-17.113 13.415-31.093 30.303-31.997l0.080-0.003c168-8.76 330.52 52.4 445.96 168 79.96 79.96 87.68 197.84 18.76 286.68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"phone-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31613,\"id\":367,\"name\":\"phone-slash-duotone\",\"prevSize\":16,\"code\":61407,\"codes\":[61407,61408]},\"setIdx\":5,\"setId\":5,\"iconIdx\":880},{\"icon\":{\"paths\":[\"M895.76 696.32c-13.096 95.166-93.886 167.68-191.612 167.68-0.052 0-0.104-0-0.156-0l0.008 0c-300.443 0-544-243.557-544-544v0c-0-0.044-0-0.096-0-0.148 0-97.726 72.514-178.516 166.671-191.498l1.010-0.114c1.133-0.142 2.445-0.223 3.775-0.223 13.129 0 24.411 7.906 29.345 19.217l0.080 0.206 84.52 188.8c1.633 3.715 2.584 8.045 2.584 12.597 0 6.52-1.95 12.584-5.298 17.642l0.074-0.119-85.48 101.64c-3.308 4.929-5.279 10.996-5.279 17.523 0 4.987 1.151 9.706 3.202 13.905l-0.083-0.188c33.080 67.72 103.080 136.88 171 169.64 3.978 1.934 8.653 3.064 13.593 3.064 6.615 0 12.756-2.027 17.837-5.495l-0.109 0.070 100-85.2c4.983-3.357 11.121-5.359 17.727-5.359 4.566 0 8.908 0.956 12.838 2.679l-0.206-0.080 188.64 84.52c11.581 4.987 19.542 16.301 19.542 29.475 0 1.327-0.081 2.634-0.238 3.919l0.015-0.154z\",\"M617.36 361.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.36 73.36 73.36 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.329-0.3 5.023-0.472 7.757-0.472 26.144 0 48.627 15.677 58.562 38.143l0.161 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.2-97.4 82.84c-0.874 0.745-1.839 1.481-2.843 2.165l-0.117 0.075c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"phone-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31614,\"id\":366,\"name\":\"phone-x-duotone\",\"prevSize\":16,\"code\":61409,\"codes\":[61409,61410]},\"setIdx\":5,\"setId\":5,\"iconIdx\":881},{\"icon\":{\"paths\":[\"M832 384c0 141.385-114.615 256-256 256v0h-32v-512h32c141.385 0 256 114.615 256 256v0zM256 640h288l-288-512z\",\"M576 96h-320c-17.673 0-32 14.327-32 32v0 512c0.205 176.648 143.351 319.795 319.98 320l0.020 0c17.673 0 32-14.327 32-32v0-256c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM288 250.16l201.28 357.84h-201.28zM512 894.16c-115.993-15.26-206.805-106.14-221.821-220.865l-0.139-1.295h221.96zM512 518.16l-201.28-358.16h201.28zM576 608v-448c123.712 0 224 100.288 224 224s-100.288 224-224 224v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"phosphor-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31615,\"id\":365,\"name\":\"phosphor-logo-duotone\",\"prevSize\":16,\"code\":61411,\"codes\":[61411,61412]},\"setIdx\":5,\"setId\":5,\"iconIdx\":882},{\"icon\":{\"paths\":[\"M736 160v416h-160v-416zM288 576h160v-416h-160z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM320 192h96v352h-96zM448 608c17.673 0 32-14.327 32-32v0-384h64v384c0 17.673 14.327 32 32 32v0h32v224h-192v-224zM608 544v-352h96v352zM192 192h64v384c0 17.673 14.327 32 32 32v0h64v224h-160zM832 832h-160v-224h64c17.673 0 32-14.327 32-32v0-384h64v640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"piano-keys-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31616,\"id\":364,\"name\":\"piano-keys-duotone\",\"prevSize\":16,\"code\":61413,\"codes\":[61413,61414]},\"setIdx\":5,\"setId\":5,\"iconIdx\":883},{\"icon\":{\"paths\":[\"M896 256v256h-320c-17.673 0-32 14.327-32 32v0 256h-384c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 192h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 256h704v224h-288c-35.346 0-64 28.654-64 64v0 224h-352zM864 768h-288v-224h288v224z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"picture-in-picture-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31617,\"id\":363,\"name\":\"picture-in-picture-duotone\",\"prevSize\":16,\"code\":61415,\"codes\":[61415,61416]},\"setIdx\":5,\"setId\":5,\"iconIdx\":884},{\"icon\":{\"paths\":[\"M784 800h-432v-544h320v432c0 61.856 50.144 112 112 112v0z\",\"M928 688c0 79.529-64.471 144-144 144s-144-64.471-144-144v0-400h-256v512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512h-32c-88.366 0-160 71.634-160 160v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.137-123.657 100.343-223.863 223.987-224l608.013-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v400c0 44.183 35.817 80 80 80s80-35.817 80-80v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pi-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31618,\"id\":362,\"name\":\"pi-duotone\",\"prevSize\":16,\"code\":61417,\"codes\":[61417,61418]},\"setIdx\":5,\"setId\":5,\"iconIdx\":885},{\"icon\":{\"paths\":[\"M960 448v128c0 35.346-28.654 64-64 64v0h-32l-72.4 202.76c-4.552 12.486-16.322 21.24-30.137 21.24-0.008 0-0.016-0-0.025-0l-50.879 0c-0.007 0-0.015 0-0.023 0-13.815 0-25.585-8.754-30.066-21.018l-0.071-0.222-15.24-42.76h-274.32l-15.24 42.76c-4.552 12.486-16.322 21.24-30.137 21.24-0.008 0-0.016-0-0.025-0l-50.879 0c-0.007 0-0.015 0-0.023 0-13.815 0-25.585-8.754-30.066-21.018l-0.071-0.222-52.4-146.76c-52.075-56.56-84-132.374-84-215.644 0-0.125 0-0.25 0-0.375l-0 0.019c0-176.731 143.269-320 320-320v0h128c0.027-0 0.060-0 0.093-0 130.768 0 243.217 78.439 292.861 190.833l0.807 2.047c3.596 7.939 7.531 18.249 10.948 28.793l0.652 2.327h14.64c35.346 0 64 28.654 64 64v0z\",\"M768 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM608 256h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 448v128c0 53.019-42.981 96-96 96v0h-9.44l-64.84 181.52c-9.104 24.972-32.644 42.48-60.273 42.48-0.002 0-0.005-0-0.007-0l-50.88 0c-0.002 0-0.004 0-0.007 0-27.63 0-51.17-17.508-60.131-42.035l-0.142-0.445-7.68-21.52h-229.2l-7.68 21.52c-9.104 24.972-32.644 42.48-60.273 42.48-0.002 0-0.005-0-0.007-0l-50.88 0c-0.002 0-0.004 0-0.007 0-27.63 0-51.17-17.508-60.131-42.035l-0.142-0.445-50.28-140.64c-46.182-52.078-77.209-118.551-85.609-191.903l-0.151-1.617c-20.509 10.936-34.232 32.184-34.24 56.639l-0 0.001c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.105-59.637 40.979-109.699 96.234-123.808l0.886-0.192c15.185-181.869 166.424-323.758 350.855-324l0.025-0h416c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-85.56c52.653 37.266 93.944 87.33 119.793 145.753l0.887 2.247c1.72 4 3.4 8 5 12 49.409 4.319 87.881 45.495 87.881 95.656 0 0.121-0 0.242-0.001 0.363l0-0.019zM928 448c0-17.673-14.327-32-32-32v0h-14.64c-0.010 0-0.022 0-0.034 0-14.245 0-26.316-9.308-30.463-22.174l-0.063-0.227c-37.751-117.811-146.311-201.6-274.441-201.6-0.126 0-0.253 0-0.379 0l0.020-0h-128c-0.004-0-0.010-0-0.015-0-159.058 0-288 128.942-288 288 0 75.106 28.75 143.497 75.844 194.769l-0.189-0.209c2.797 3.034 5.026 6.641 6.489 10.618l0.071 0.222 52.36 146.6h50.88l15.28-42.76c4.55-12.481 16.312-21.233 30.119-21.24l274.321-0c13.808 0.007 25.57 8.759 30.049 21.018l0.071 0.222 15.28 42.76h50.88l72.44-202.76c4.55-12.481 16.312-21.233 30.119-21.24l32.001-0c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"piggy-bank-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31619,\"id\":361,\"name\":\"piggy-bank-duotone\",\"prevSize\":16,\"code\":61419,\"codes\":[61419,61420]},\"setIdx\":5,\"setId\":5,\"iconIdx\":886},{\"icon\":{\"paths\":[\"M640 640l-203 203c-32.76 32.753-78.014 53.011-128 53.011s-95.24-20.258-128-53.011l0 0c-32.753-32.76-53.011-78.014-53.011-128s20.258-95.24 53.011-128l203-203z\",\"M865.72 158.4c-38.559-38.554-91.825-62.399-150.66-62.399s-112.101 23.846-150.66 62.4l-406 405.96c-37.416 38.351-60.496 90.838-60.496 148.716 0 117.659 95.381 213.040 213.040 213.040 57.888 0 110.383-23.088 148.78-60.558l-0.043 0.042 406.040-405.96c38.482-38.577 62.277-91.82 62.277-150.62s-23.795-112.043-62.281-150.624l0.004 0.004zM414.44 820.36v0c-26.973 26.978-64.238 43.664-105.4 43.664-82.315 0-149.044-66.729-149.044-149.044 0-41.152 16.678-78.409 43.644-105.38l180.36-180.36 210.8 210.76zM820.44 414.4l-180.44 180.36-210.72-210.76 180.4-180.36c26.842-26.239 63.605-42.429 104.149-42.429 82.313 0 149.040 66.727 149.040 149.040 0 40.544-16.189 77.307-42.456 104.177l0.027-0.028zM758.72 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l96-96c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pill-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31620,\"id\":360,\"name\":\"pill-duotone\",\"prevSize\":16,\"code\":61421,\"codes\":[61421,61422]},\"setIdx\":5,\"setId\":5,\"iconIdx\":887},{\"icon\":{\"paths\":[\"M832 448c0 176.72-128 288-256 288s-166.52-84.28-166.52-84.28v0l123.080-523.040c167.653 11.123 299.43 149.831 299.44 319.319l0 0.001z\",\"M864 448c0 90.28-31.6 172.8-88.92 232.44-53.52 55.56-126.080 87.56-199.080 87.56-71.52 0-119.28-23.44-149.72-48l-43.12 183.32c-3.434 14.254-16.075 24.68-31.152 24.68-0.003 0-0.006-0-0.009-0l0 0c-2.611-0.003-5.15-0.309-7.584-0.885l0.224 0.045c-14.335-3.374-24.842-16.054-24.842-31.189 0-2.586 0.307-5.101 0.886-7.509l-0.044 0.218 128-544c3.434-14.258 16.079-24.688 31.16-24.688 17.678 0 32.008 14.331 32.008 32.008 0 2.597-0.309 5.121-0.893 7.538l0.045-0.218-67.6 287.2c12.64 17.48 49.84 57.48 132.64 57.48 110.12 0 224-95.76 224-256-0.064-159.010-128.981-287.888-288-287.888-159.058 0-288 128.942-288 288 0 52.974 14.302 102.607 39.256 145.249l-0.736-1.361c2.442 4.412 3.879 9.673 3.879 15.27 0 17.673-14.327 32-32 32-11.484 0-21.554-6.049-27.2-15.134l-0.079-0.136c-29.624-50.471-47.12-111.158-47.12-175.932 0-194.404 157.596-352 352-352 194.38 0 351.961 157.557 352 351.929l0 0.004z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pinterest-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31621,\"id\":359,\"name\":\"pinterest-logo-duotone\",\"prevSize\":16,\"code\":61423,\"codes\":[61423,61424]},\"setIdx\":5,\"setId\":5,\"iconIdx\":888},{\"icon\":{\"paths\":[\"M499.52 438.96l-390.92 142.36c-7.954-21.17-12.557-45.637-12.557-71.18 0-114.885 93.133-208.017 208.017-208.017 89.342 0 165.529 56.323 194.991 135.4l0.469 1.438zM851.52 378.68l-390.92 142.36c29.931 80.514 106.118 136.837 195.46 136.837 114.885 0 208.017-93.133 208.017-208.017 0-25.543-4.604-50.010-13.027-72.618l0.469 1.438z\",\"M918.64 873.36l-193.68-193.64c4.4-1.32 8.76-2.72 13.080-4.28 92.884-34.537 157.859-122.434 157.859-225.506 0-29.399-5.286-57.563-14.959-83.594l0.54 1.66c-4.606-12.383-16.325-21.046-30.067-21.046-3.923 0-7.681 0.706-11.155 1.998l0.221-0.072-176.8 64.32c1.28-2.48 2.56-4.96 3.72-7.52 14.214-29.744 22.516-64.649 22.516-101.492 0-132.548-107.452-240-240-240-29.392 0-57.55 5.284-83.576 14.953l1.66-0.54c-12.458 4.567-21.187 16.323-21.187 30.118 0 3.904 0.699 7.645 1.979 11.104l-0.072-0.222 64.32 176.8c-2.48-1.28-4.96-2.56-7.52-3.72-29.711-14.178-64.573-22.459-101.37-22.459-132.548 0-240 107.452-240 240 0 29.43 5.297 57.624 14.991 83.678l-0.541-1.659c4.606 12.383 16.325 21.046 30.067 21.046 3.923 0 7.681-0.706 11.155-1.998l-0.221 0.072 176.8-64.36c-1.28 2.52-2.56 5-3.72 7.56-14.178 29.711-22.459 64.573-22.459 101.37 0 132.548 107.452 240 240 240 29.43 0 57.624-5.297 83.678-14.991l-1.659 0.541c12.383-4.606 21.046-16.325 21.046-30.067 0-3.923-0.706-7.681-1.998-11.155l0.072 0.221-64.36-176.8c2.52 1.28 5 2.56 7.56 3.72 26.291 12.614 56.974 20.671 89.352 22.297l0.568 0.023 228.88 228.92c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM524.28 144.6c60.636 28.663 101.835 89.325 101.835 159.611 0 64.36-34.546 120.652-86.106 151.343l-0.809 0.446-118.44-325.48c8.814-1.578 18.961-2.48 29.318-2.48 26.947 0 52.467 6.107 75.253 17.013l-1.051-0.453zM130.52 539.28c-1.603-8.922-2.52-19.192-2.52-29.675 0-97.202 78.798-176 176-176 64.507 0 120.908 34.704 151.553 86.459l0.447 0.816zM436 815.48c-60.553-28.694-101.683-89.314-101.683-159.54 0-64.298 34.48-120.543 85.958-151.255l0.806-0.445 118.4 325.32c-8.811 1.578-18.953 2.48-29.306 2.48-26.937 0-52.449-6.107-75.224-17.013l1.050 0.453zM658.24 625.96h-0.44c-0.398 0.003-0.868 0.005-1.339 0.005-64.391 0-120.731-34.469-151.575-85.962l-0.446-0.803 325.32-118.44c1.526 8.711 2.398 18.741 2.398 28.975 0 96.518-77.587 174.915-173.795 176.223l-0.124 0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pinwheel-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31622,\"id\":358,\"name\":\"pinwheel-duotone\",\"prevSize\":16,\"code\":61425,\"codes\":[61425,61426]},\"setIdx\":5,\"setId\":5,\"iconIdx\":889},{\"icon\":{\"paths\":[\"M872 367.040l-123.48 202.56c-21.206-16.178-48.078-25.921-77.226-25.921-70.692 0-128 57.308-128 128 0 50.589 29.348 94.324 71.948 115.107l0.758 0.334-76.52 125.52c-5.702 9.334-15.834 15.47-27.4 15.47s-21.698-6.136-27.32-15.33l-0.080-0.14-147.48-241.8c63.068-8.617 111.143-62.137 111.143-126.885 0-70.692-57.308-128-128-128-43.331 0-81.633 21.531-104.791 54.478l-0.272 0.408-63.28-103.8c100.786-69.521 225.544-111.043 360-111.043s259.214 41.522 362.15 112.443l-2.15-1.401z\",\"M958.16 252c-4.162-16.896-14.637-30.83-28.721-39.441l-0.279-0.159c-118.94-73.075-262.995-116.359-417.16-116.359s-298.22 43.284-420.675 118.363l3.515-2.004c-18.596 11.418-30.812 31.644-30.812 54.722 0 12.304 3.472 23.798 9.49 33.554l-0.158-0.276 384 629.080c11.419 18.594 31.643 30.808 54.72 30.808s43.301-12.214 54.561-30.53l0.159-0.278 209.2-343.36 174.44-285.8c5.97-9.48 9.512-21.010 9.512-33.367 0-5.308-0.653-10.462-1.884-15.389l0.092 0.436zM254.36 474c17.146-16.186 40.331-26.136 65.841-26.136 53.019 0 96 42.981 96 96 0 41.534-26.376 76.908-63.292 90.284l-0.668 0.212zM606.040 741.8c-18.576-17.545-30.14-42.345-30.14-69.846 0-53.019 42.981-96 96-96 11.508 0 22.543 2.025 32.768 5.738l-0.668-0.212zM737.76 526.080c-19.421-9.035-42.16-14.305-66.129-14.305-88.366 0-160 71.634-160 160 0 50.66 23.544 95.821 60.287 125.137l0.322 0.248-60.24 98.84-126-206.28c56.043-25.704 94.266-81.325 94.266-145.873 0-88.366-71.634-160-160-160-37.829 0-72.592 13.128-99.982 35.078l0.316-0.244-25.4-41.64c90.208-55.909 199.624-89.045 316.78-89.045s226.572 33.136 319.388 90.547l-2.608-1.502zM862.16 322.36c-99.725-61.757-220.668-98.357-350.16-98.357s-250.435 36.6-353.049 100.019l2.889-1.662-33.84-55.28c109.5-67.214 242.101-107.025 384-107.025s274.5 39.811 387.243 108.872l-3.243-1.847z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pizza-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31623,\"id\":357,\"name\":\"pizza-duotone\",\"prevSize\":16,\"code\":61427,\"codes\":[61427,61428]},\"setIdx\":5,\"setId\":5,\"iconIdx\":890},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M896 192c0-35.346-28.654-64-64-64v0h-640c-16.429 0.001-31.404 6.227-42.694 16.448l0.054-0.048c-1.826 1.51-3.45 3.134-4.911 4.899l-0.049 0.061c-10.173 11.236-16.399 26.211-16.4 42.64l-0 0v640c0 35.346 28.654 64 64 64v0h640c16.429-0.001 31.404-6.227 42.694-16.448l-0.054 0.048c0.946-0.764 1.794-1.536 2.595-2.355l0.005-0.005c0.822-0.797 1.582-1.646 2.279-2.545l0.041-0.055c10.197-11.221 16.44-26.194 16.44-42.626 0-0.005-0-0.010-0-0.015l0 0.001zM832 786.8l-594.76-594.8h594.76zM192 237.24l594.76 594.76h-594.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"placeholder-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31624,\"id\":356,\"name\":\"placeholder-duotone\",\"prevSize\":16,\"code\":61429,\"codes\":[61429,61430]},\"setIdx\":5,\"setId\":5,\"iconIdx\":891},{\"icon\":{\"paths\":[\"M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z\",\"M980.44 242.72c-30.6-52.76-111.36-64.64-234-34.64-64.163-49.997-145.919-80.162-234.72-80.162-211.923 0-383.72 171.797-383.72 383.72 0 0.127 0 0.254 0 0.381l-0-0.019c0.005 17.364 1.139 34.458 3.332 51.219l-0.212-1.979c-110.76 114.76-109.16 182.76-87.52 220.040 20.4 35.36 62.96 50.72 118.96 50.72 41.3-0.879 80.854-6.663 118.631-16.792l-3.471 0.792c64.134 49.922 145.83 80.038 234.56 80.038 211.923 0 383.72-171.797 383.72-383.72 0-0.112-0-0.224-0-0.336l0 0.017c0-0.056 0-0.122 0-0.188 0-17.207-1.119-34.153-3.289-50.769l0.209 1.957c50-52 83.28-101.4 94.6-143.68 7.8-29.28 5.44-55.040-7.080-76.6zM512 192c151.436 0.161 278.26 105.343 311.568 246.628l0.432 2.172c-68.24 64.24-160.6 130.12-248.28 180.52-110.2 63.24-205.8 102.68-282.040 124.28-62.631-58.528-101.665-141.625-101.665-233.84 0-176.599 143.161-319.76 319.76-319.76 0.079 0 0.159 0 0.238 0l-0.012-0zM98.96 749.16c-5.84-10.040-2.6-28.96 8.88-52 12.154-22.879 25.82-42.621 41.481-60.576l-0.321 0.376c16.938 48.28 41.414 89.921 72.412 125.767l-0.412-0.487c-69 11.6-112.040 4.2-122.040-13.080zM512 832c-0.096 0-0.209 0-0.322 0-56.493 0-109.543-14.74-155.514-40.585l1.596 0.825c96.416-34.429 178.81-73.361 256.641-119.211l-6.921 3.771c86.32-49.56 162.72-103.28 224.28-156.32-4.881 172.937-146.126 311.296-319.739 311.52l-0.021 0zM925.68 302.76c-6.8 25.24-24.76 54.12-50.52 84.52-16.894-48.333-41.376-90.021-72.409-125.884l0.409 0.484c56.84-9.4 109.48-8.68 122 12.96 3.6 6.28 3.8 15.68 0.52 27.92z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"planet-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31625,\"id\":355,\"name\":\"planet-duotone\",\"prevSize\":16,\"code\":61431,\"codes\":[61431,61432]},\"setIdx\":5,\"setId\":5,\"iconIdx\":892},{\"icon\":{\"paths\":[\"M554.16 565.84c-127.68-212.84 42.56-425.64 404.36-404.36 21.48 361.8-191.52 532.080-404.36 404.36zM65.040 321.040c-15.2 258.44 136.84 380 288.84 288.84 91.2-152-30.4-304.040-288.84-288.84z\",\"M990.52 159.56c-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-207.040-12-373.28 50.96-444.72 168.88-47.2 77.92-47.12 172.64-0.64 262.96-25.477 30.148-44.994 66.221-56.193 105.788l-0.487 2.012-65.080-65.12c31.28-65.32 30.080-133.44-4-189.96-52.96-87.12-174.84-134.040-326.16-124.96-16.205 0.975-29.105 13.875-30.076 29.991l-0.004 0.089c-8.92 151.32 37.84 273.2 125 326 27.192 16.852 60.174 26.84 95.489 26.84 0.067 0 0.135-0 0.202-0l-0.011 0c34.406-0.437 66.767-8.765 95.491-23.252l-1.251 0.572 100 100v114.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-117.96c-0.001-0.185-0.001-0.403-0.001-0.622 0-52.96 18.508-101.598 49.409-139.797l-0.328 0.419c38.652 20.613 84.434 32.972 133.044 33.598l0.196 0.002c0.233 0.001 0.51 0.001 0.786 0.001 46.78 0 90.481-13.186 127.587-36.045l-1.053 0.604c117.92-71.36 181.040-237.6 168.88-444.64zM344.24 554.96l-97.64-97.6c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 97.64 97.64c-38.44 12.72-75.72 9.56-107.76-9.84-61.36-37.16-96.080-125.12-95.24-238.4 113.24-1 201.24 33.88 238.4 95.24 19.4 32.040 22.56 69.32 9.84 107.72zM788.48 549.52c-53.6 32.44-116.6 34.92-180.6 8l214.76-214.8c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l-214.8 214.56c-27.040-64-24.6-127.040 8-180.6 55.76-92 188-143.2 357.32-139.32 3.84 169.28-47.36 301.68-139.44 357.44z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"plant-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31626,\"id\":354,\"name\":\"plant-duotone\",\"prevSize\":16,\"code\":61433,\"codes\":[61433,61434]},\"setIdx\":5,\"setId\":5,\"iconIdx\":893},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM448 640v-256l192 128z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM657.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 580.2v-136.2l102.32 68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"play-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31627,\"id\":353,\"name\":\"play-circle-duotone\",\"prevSize\":16,\"code\":61435,\"codes\":[61435,61436]},\"setIdx\":5,\"setId\":5,\"iconIdx\":894},{\"icon\":{\"paths\":[\"M912.92 538.76l-576.32 352.48c-4.732 2.917-10.467 4.646-16.606 4.646-17.464 0-31.661-13.99-31.994-31.375l-0-0.031v-704.96c0.334-17.416 14.53-31.406 31.994-31.406 6.138 0 11.873 1.728 16.744 4.725l-0.139-0.079 576.32 352.48c9.102 5.578 15.083 15.471 15.083 26.76s-5.981 21.182-14.947 26.682l-0.136 0.078z\",\"M929.6 457.96l-576.32-352.56c-9.513-5.914-21.058-9.42-33.422-9.42-11.53 0-22.349 3.049-31.692 8.385l0.314-0.165c-19.496 11.053-32.444 31.651-32.48 55.275l-0 0.005v705.040c0.159 35.093 28.644 63.48 63.759 63.48 0.085 0 0.169-0 0.254-0l-0.013 0c12.367-0.006 23.916-3.503 33.716-9.559l-0.276 0.159 576.16-352.56c18.308-11.296 30.327-31.245 30.327-54s-12.019-42.704-30.054-53.844l-0.272-0.156zM320 863.76v-703.76l575.32 352z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"play-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31628,\"id\":352,\"name\":\"play-duotone\",\"prevSize\":16,\"code\":61437,\"codes\":[61437,61438]},\"setIdx\":5,\"setId\":5,\"iconIdx\":895},{\"icon\":{\"paths\":[\"M800 768c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM448 736h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM990.64 505.2c-4.073 13.316-16.255 22.834-30.659 22.834-3.333 0-6.547-0.509-9.568-1.455l0.227 0.061-118.64-35.64v277c0 0.061 0 0.134 0 0.207 0 70.803-57.397 128.2-128.2 128.2s-128.2-57.397-128.2-128.2c0-70.803 57.397-128.2 128.2-128.2 23.641 0 45.788 6.399 64.803 17.56l-0.603-0.327v-209.24c0.005-17.669 14.33-31.991 32-31.991 3.281 0 6.447 0.494 9.427 1.411l-0.227-0.060 160 48c13.293 4.087 22.789 16.258 22.789 30.646 0 3.279-0.493 6.443-1.409 9.421l0.060-0.227zM768 768c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"playlist-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31629,\"id\":351,\"name\":\"playlist-duotone\",\"prevSize\":16,\"code\":61439,\"codes\":[61439,61440]},\"setIdx\":5,\"setId\":5,\"iconIdx\":896},{\"icon\":{\"paths\":[\"M529.48 538.36l-352.76 224.6c-4.829 3.14-10.737 5.007-17.081 5.007-17.378 0-31.484-14.010-31.639-31.352l-0-0.015v-449.2c0.155-17.356 14.261-31.367 31.639-31.367 6.344 0 12.252 1.867 17.204 5.082l-0.123-0.075 352.76 224.6c8.776 5.621 14.509 15.321 14.509 26.36s-5.733 20.739-14.384 26.285l-0.125 0.075z\",\"M736 256v512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 224c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32s32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM576 512c0 0.029 0 0.063 0 0.096 0 22.307-11.586 41.907-29.068 53.113l-0.252 0.151-352.76 224.6c-9.697 6.285-21.552 10.022-34.281 10.022-35.057 0-63.493-28.346-63.639-63.368l-0-0.014v-449.2c0.147-35.036 28.583-63.382 63.639-63.382 12.728 0 24.584 3.737 34.53 10.173l-0.249-0.151 352.76 224.6c17.734 11.356 29.32 30.957 29.32 53.264 0 0.034-0 0.068-0 0.102l0-0.005zM511.28 512l-351.28-223.68v447.4z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"play-pause-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31630,\"id\":350,\"name\":\"play-pause-duotone\",\"prevSize\":16,\"code\":61441,\"codes\":[61441,61442]},\"setIdx\":5,\"setId\":5,\"iconIdx\":897},{\"icon\":{\"paths\":[\"M800 256v384c0 70.692-57.308 128-128 128v0h-320c-70.692 0-128-57.308-128-128v0-384z\",\"M896 224h-192v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-256v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-189.8c-25.080 0-34.2 19.12-34.2 32 0 17.673 14.327 32 32 32v0h64v352c0 88.366 71.634 160 160 160v0h128v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h128c88.366 0 160-71.634 160-160v0-352h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 640c0 53.019-42.981 96-96 96v0h-320c-53.019 0-96-42.981-96-96v0-352h512zM421.68 530.24c-3.56-5.086-5.689-11.401-5.689-18.213 0-4.048 0.752-7.921 2.123-11.486l-0.074 0.219 48-128c4.685-12.253 16.345-20.797 30-20.797 17.693 0 32.037 14.343 32.037 32.037 0 4.038-0.747 7.901-2.11 11.459l0.074-0.219-32 84.76h81.96c17.673 0.001 31.999 14.327 31.999 32 0 4.038-0.748 7.901-2.113 11.459l0.074-0.219-48 128c-4.685 12.253-16.345 20.797-30 20.797-17.693 0-32.037-14.343-32.037-32.037 0-4.038 0.747-7.901 2.11-11.459l-0.074 0.219 32-84.76h-81.96c-0.008 0-0.018 0-0.027 0-10.849 0-20.438-5.399-26.224-13.657l-0.068-0.103z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"plug-charging-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31631,\"id\":349,\"name\":\"plug-charging-duotone\",\"prevSize\":16,\"code\":61443,\"codes\":[61443,61444]},\"setIdx\":5,\"setId\":5,\"iconIdx\":898},{\"icon\":{\"paths\":[\"M848 528l-234.52 234.52c-23.162 23.158-55.159 37.481-90.5 37.481s-67.338-14.323-90.5-37.481l-171-171c-23.158-23.162-37.481-55.159-37.481-90.5s14.323-67.338 37.481-90.5l234.52-234.52z\",\"M950.64 265.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-146.76-146.76 137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-137.36 137.4-105.36-105.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 25.4 25.36-212 212c-28.956 28.955-46.866 68.956-46.866 113.14s17.91 84.185 46.866 113.14l62.84 62.84-196.24 196.24c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l196.36-196.36 62.84 62.84c28.955 28.956 68.956 46.866 113.14 46.866s84.185-17.91 113.14-46.866l212-212 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-105.52-105.24 137.4-137.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM590.88 740c-17.374 17.383-41.381 28.136-67.9 28.136s-50.526-10.752-67.9-28.135l-171.080-171.080c-17.383-17.374-28.136-41.381-28.136-67.9s10.752-50.526 28.135-67.9l212-212 306.76 306.88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"plug-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31632,\"id\":348,\"name\":\"plug-duotone\",\"prevSize\":16,\"code\":61445,\"codes\":[61445,61446]},\"setIdx\":5,\"setId\":5,\"iconIdx\":899},{\"icon\":{\"paths\":[\"M740 508l-232 232c-17.372 17.371-41.371 28.115-67.88 28.115s-50.508-10.744-67.88-28.116l0 0-88.24-88.36c-17.335-17.366-28.056-41.341-28.056-67.82s10.72-50.454 28.057-67.821l-0.001 0.001 232-232c17.372-17.371 41.371-28.115 67.88-28.115s50.508 10.744 67.88 28.116l-0-0 88.24 88.36c17.335 17.366 28.056 41.341 28.056 67.82s-10.72 50.454-28.057 67.821l0.001-0.001z\",\"M950.64 73.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-209.6 209.64-21.48-21.52c-23.187-23.121-55.184-37.418-90.52-37.418s-67.333 14.297-90.523 37.421l0.003-0.003-93.24 93.28-25.36-25.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 25.4 25.36-93.28 93.24c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0 21.52 21.48-209.64 209.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l209.6-209.64 21.48 21.52c23.191 23.112 55.187 37.402 90.52 37.402s67.329-14.29 90.524-37.405l-0.004 0.004 93.24-93.28 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-25.4-25.36 93.28-93.24c23.17-23.165 37.501-55.169 37.501-90.52s-14.331-67.356-37.501-90.52l-0-0-21.52-21.48 209.64-209.6c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM485.48 717.36c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l0 0-88.24-88.36c-11.573-11.58-18.73-27.574-18.73-45.24s7.157-33.66 18.731-45.24l93.24-93.28 178.76 178.76zM717.24 485.6v0l-93.24 93.16-178.76-178.76 93.28-93.24c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l-0-0 88.24 88c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0zM353.64 138.12c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225 32 96c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225zM97.64 373.88c4.367-12.823 16.305-21.883 30.359-21.883 3.621 0 7.101 0.601 10.347 1.71l-0.225-0.067 96 32c12.823 4.368 21.882 16.306 21.882 30.36 0 17.674-14.328 32.002-32.002 32.002-3.62 0-7.1-0.601-10.345-1.709l0.225 0.067-96-32c-12.823-4.367-21.883-16.305-21.883-30.359 0-3.621 0.601-7.101 1.71-10.347l-0.067 0.225zM926.36 650.12c-4.367 12.823-16.305 21.883-30.359 21.883-3.621 0-7.101-0.601-10.347-1.71l0.225 0.067-96-32c-12.823-4.368-21.882-16.306-21.882-30.36 0-17.674 14.328-32.002 32.002-32.002 3.62 0 7.1 0.601 10.345 1.709l-0.225-0.067 96 32c12.823 4.367 21.883 16.305 21.883 30.359 0 3.621-0.601 7.101-1.71 10.347l0.067-0.225zM670.36 885.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225-32-96c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"plugs-connected-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31633,\"id\":347,\"name\":\"plugs-connected-duotone\",\"prevSize\":16,\"code\":61447,\"codes\":[61447,61448]},\"setIdx\":5,\"setId\":5,\"iconIdx\":900},{\"icon\":{\"paths\":[\"M304 496l224 224-116 116c-17.372 17.371-41.371 28.115-67.88 28.115s-50.508-10.744-67.88-28.116l0 0-88.24-88.36c-17.335-17.366-28.056-41.341-28.056-67.82s10.72-50.454 28.057-67.821l-0.001 0.001zM836 276.36l-88.36-88.36c-17.366-17.335-41.341-28.056-67.82-28.056s-50.454 10.72-67.821 28.057l0.001-0.001-116 116 224 224 116-116c17.335-17.366 28.056-41.341 28.056-67.82s-10.72-50.454-28.057-67.821l0.001 0.001z\",\"M598.64 553.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-73.36 73.4-82.76-82.76 73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-73.36 73.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h-0l25.4 25.36-93.28 93.24c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0 21.52 21.48-113.64 113.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 113.6-113.64 21.48 21.52c23.165 23.17 55.169 37.501 90.52 37.501s67.356-14.331 90.52-37.501l93.24-93.28 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36 73.4-73.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM389.48 813.36c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l0 0-88.24-88.36c-11.573-11.58-18.73-27.574-18.73-45.24s7.157-33.66 18.731-45.24l93.24-93.28 178.76 178.76zM950.64 73.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-113.6 113.64-21.48-21.52c-23.187-23.121-55.184-37.418-90.52-37.418s-67.333 14.297-90.523 37.421l0.003-0.003-93.24 93.28-25.36-25.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l320 320c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-25.4-25.36 93.28-93.24c23.17-23.165 37.501-55.169 37.501-90.52s-14.331-67.356-37.501-90.52l-0-0-21.52-21.48 113.64-113.6c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM813.24 389.36l-93.24 93.4-178.76-178.76 93.28-93.24c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l-0-0 88.24 88c11.645 11.592 18.851 27.635 18.851 45.36s-7.206 33.768-18.848 45.358l-0.002 0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"plugs-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31634,\"id\":346,\"name\":\"plugs-duotone\",\"prevSize\":16,\"code\":61449,\"codes\":[61449,61450]},\"setIdx\":5,\"setId\":5,\"iconIdx\":901},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 512c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"plus-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31635,\"id\":345,\"name\":\"plus-circle-duotone\",\"prevSize\":16,\"code\":61451,\"codes\":[61451,61452]},\"setIdx\":5,\"setId\":5,\"iconIdx\":902},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M896 512c0 17.673-14.327 32-32 32v0h-320v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 320h320c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31636,\"id\":344,\"name\":\"plus-duotone\",\"prevSize\":16,\"code\":61453,\"codes\":[61453,61454]},\"setIdx\":5,\"setId\":5,\"iconIdx\":903},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M822.64 246.64l-576 576c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 576-576c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0zM256 448c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128zM896 704h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"plus-minus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31637,\"id\":343,\"name\":\"plus-minus-duotone\",\"prevSize\":16,\"code\":61455,\"codes\":[61455,61456]},\"setIdx\":5,\"setId\":5,\"iconIdx\":904},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM704 512c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"plus-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31638,\"id\":342,\"name\":\"plus-square-duotone\",\"prevSize\":16,\"code\":61457,\"codes\":[61457,61458]},\"setIdx\":5,\"setId\":5,\"iconIdx\":905},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM512 736c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224v0c0 123.712-100.288 224-224 224v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM668.84 309.88c-34.549-27.208-77.084-45.801-123.557-51.863l-1.283-0.137v-96.4c74.248 6.873 140.639 35.951 193.662 80.442l-0.542-0.442zM480 258.080c-47.756 6.199-90.291 24.792-125.385 52.414l0.545-0.414-68.28-68.48c52.481-44.049 118.872-73.127 191.735-79.896l1.385-0.104zM309.88 355.16c-27.208 34.549-45.801 77.084-51.863 123.557l-0.137 1.283h-96.4c6.873-74.248 35.951-140.639 80.442-193.662l-0.442 0.542zM258.080 544c6.199 47.756 24.792 90.291 52.414 125.385l-0.414-0.545-68.48 68.28c-44.049-52.481-73.127-118.872-79.896-191.735l-0.104-1.385zM355.16 714.12c34.564 27.137 77.101 45.663 123.565 51.666l1.275 0.134v96.6c-74.248-6.873-140.639-35.951-193.662-80.442l0.542 0.442zM544 765.92c47.739-6.137 90.276-24.663 125.393-52.218l-0.553 0.418 68.28 68.28c-52.481 44.049-118.872 73.127-191.735 79.896l-1.385 0.104zM714.12 668.84c27.137-34.564 45.663-77.101 51.666-123.565l0.134-1.275h96.6c-6.873 74.248-35.951 140.639-80.442 193.662l0.442-0.542zM765.92 480c-6.137-47.739-24.663-90.276-52.218-125.393l0.418 0.553 68.28-68.28c44.049 52.481 73.127 118.872 79.896 191.735l0.104 1.385z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"poker-chip-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31639,\"id\":341,\"name\":\"poker-chip-duotone\",\"prevSize\":16,\"code\":61459,\"codes\":[61459,61460]},\"setIdx\":5,\"setId\":5,\"iconIdx\":906},{\"icon\":{\"paths\":[\"M736 736h160v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0zM128 832c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-96h-160zM777.2 272c-5.636-9.633-15.931-16-27.713-16-0.017 0-0.033 0-0.050 0l0.003-0h-474.88c-0.014-0-0.031-0-0.047-0-11.782 0-22.077 6.368-27.631 15.849l-0.082 0.151-118.8 208h768z\",\"M960 448h-45.44l-109.56-191.76c-11.239-19.399-31.9-32.239-55.56-32.24l-474.88-0c-23.66 0.001-44.321 12.841-55.396 31.933l-0.164 0.307-109.56 191.76h-45.44c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM274.56 288h474.88l91.4 160h-657.68zM256 832h-96v-64h96zM768 832v-64h96v64zM864 704h-704v-192h704zM224 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM672 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM384 128c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"police-car-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31640,\"id\":340,\"name\":\"police-car-duotone\",\"prevSize\":16,\"code\":61461,\"codes\":[61461,61462]},\"setIdx\":5,\"setId\":5,\"iconIdx\":907},{\"icon\":{\"paths\":[\"M548 260c-17.361 17.302-41.313 28-67.764 28-53.019 0-96-42.981-96-96s42.981-96 96-96c26.451 0 50.404 10.698 67.767 28.003l-0.003-0.003c17.443 17.384 28.236 41.432 28.236 68s-10.793 50.616-28.233 67.997l-0.003 0.003zM92 412c-17.302 17.361-28 41.313-28 67.764 0 53.019 42.981 96 96 96s96-42.981 96-96c0-26.451-10.698-50.404-28.003-67.767l0.003 0.003c-17.384-17.443-41.432-28.236-68-28.236s-50.616 10.793-67.997 28.233l-0.003 0.003zM572 764c-17.302 17.361-28 41.313-28 67.764 0 53.019 42.981 96 96 96s96-42.981 96-96c0-26.451-10.698-50.404-28.003-67.767l0.003 0.003c-17.384-17.443-41.432-28.236-68-28.236s-50.616 10.793-67.997 28.233l-0.003 0.003zM900 220c-17.361-17.302-41.313-28-67.764-28-53.019 0-96 42.981-96 96s42.981 96 96 96c26.451 0 50.404-10.698 67.767-28.003l-0.003 0.003c17.443-17.384 28.236-41.432 28.236-68s-10.793-50.616-28.233-67.997l-0.003-0.003z\",\"M922.56 197.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-7.864 7.86-14.706 16.74-20.312 26.426l-0.328 0.614-112.88-30.8c0.008-0.521 0.012-1.136 0.012-1.753 0-70.692-57.308-128-128-128-35.357 0-67.366 14.336-90.531 37.512l-0.001 0.001c-23.143 23.196-37.453 55.213-37.453 90.572 0 21.583 5.332 41.92 14.75 59.767l-0.336-0.699-135.76 122.2c-19.892-13.315-44.363-21.25-70.688-21.25-35.352 0-67.362 14.309-90.554 37.452l0.002-0.002c-23.369 23.197-37.835 55.336-37.835 90.853 0 70.692 57.308 128 128 128 31.016 0 59.455-11.031 81.608-29.385l-0.213 0.171 280 205.44c-5.775 14.056-9.128 30.372-9.128 47.47 0 70.692 57.308 128 128 128s128-57.308 128-128c0-44.058-22.259-82.917-56.146-105.944l-0.446-0.286 109.56-310.36q5.52 0.48 11.040 0.48c70.684-0.011 127.981-57.314 127.981-128 0-35.332-14.315-67.32-37.461-90.481l0.001 0.001zM434.56 146.68v0c11.579-11.567 27.569-18.72 45.23-18.72 35.346 0 64 28.654 64 64s-28.654 64-64 64c-17.661 0-33.65-7.153-45.23-18.721l0.001 0.001c-11.549-11.576-18.69-27.554-18.69-45.2 0-17.725 7.206-33.768 18.848-45.358l0.002-0.002zM114.56 525.28c-11.597-11.584-18.77-27.594-18.77-45.28s7.174-33.696 18.77-45.279l0.001-0.001c11.579-11.567 27.569-18.72 45.23-18.72 35.346 0 64 28.654 64 64s-28.654 64-64 64c-17.661 0-33.65-7.153-45.23-18.721l0.001 0.001zM685.16 877.28c-11.583 11.583-27.585 18.747-45.26 18.747-35.35 0-64.007-28.657-64.007-64.007 0-17.675 7.164-33.677 18.747-45.26l-0 0c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l-0 0zM650.96 704.56c-3.327-0.307-7.196-0.483-11.106-0.483-30.788 0-59.037 10.87-81.119 28.982l0.225-0.179-280-205.44c5.73-14.046 9.056-30.345 9.056-47.42 0-21.621-5.332-41.997-14.754-59.883l0.338 0.703 135.8-122.2c19.89 13.35 44.373 21.307 70.715 21.307 47.35 0 88.695-25.71 110.837-63.932l0.329-0.615 112.72 30.84c-0.008 0.546-0.013 1.191-0.013 1.836 0 44.016 22.217 82.843 56.049 105.878l0.444 0.285zM877.2 333.2c-11.726 12.646-28.43 20.534-46.976 20.534-35.346 0-64-28.654-64-64 0-18.566 7.906-35.285 20.534-46.976l0.042-0.038c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"polygon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31641,\"id\":339,\"name\":\"polygon-duotone\",\"prevSize\":16,\"code\":61463,\"codes\":[61463,61464]},\"setIdx\":5,\"setId\":5,\"iconIdx\":908},{\"icon\":{\"paths\":[\"M352 384l64 480h-134.64c-0.003 0-0.005 0-0.008 0-15.076 0-27.718-10.426-31.107-24.462l-0.045-0.218-122.2-519.32zM672 384l-64 480h134.64c0.003 0 0.005 0 0.008 0 15.076 0 27.718-10.426 31.107-24.462l0.045-0.218 122.2-519.32z\",\"M918.080 296.84c-5.712-5.381-13.431-8.688-21.921-8.688-2.337 0-4.615 0.25-6.81 0.726l0.211-0.038c-21.332-74.904-89.149-128.831-169.562-128.831-17.093 0-33.616 2.437-49.242 6.981l1.244-0.31c-28.488-61.095-89.388-102.679-160-102.679s-131.512 41.583-159.546 101.597l-0.454 1.081c-14.402-4.247-30.949-6.691-48.066-6.691-80.376 0-148.168 53.878-169.23 127.489l-0.304 1.242c-1.934-0.415-4.156-0.653-6.433-0.653-17.673 0-32 14.327-32 32 0 2.573 0.304 5.074 0.877 7.471l-0.044-0.218 122.24 519.36c6.882 28.488 32.155 49.32 62.294 49.32 0.009 0 0.019-0 0.028-0l461.279 0c0.008 0 0.017 0 0.026 0 30.138 0 55.411-20.832 62.204-48.883l0.089-0.437 122.2-519.36c0.538-2.196 0.847-4.718 0.847-7.312 0-9.109-3.806-17.329-9.914-23.156l-0.013-0.012zM304 224c0.092-0 0.2-0 0.309-0 19.084 0 37.041 4.828 52.715 13.33l-0.584-0.29c4.343 2.35 9.508 3.731 14.995 3.731 15.225 0 27.966-10.632 31.204-24.876l0.041-0.214c11.543-50.52 56.096-87.646 109.32-87.646s97.777 37.126 109.175 86.893l0.145 0.752c3.279 14.459 16.021 25.091 31.245 25.091 5.487 0 10.652-1.381 15.165-3.814l-0.17 0.084c15.202-8.224 33.278-13.058 52.483-13.058 51.243 0 94.448 34.413 107.765 81.389l0.191 0.789-154.24 44-137.96-55.2c-7.035-2.894-15.201-4.574-23.76-4.574s-16.725 1.68-24.187 4.728l0.427-0.154-138 55.28-154.28-44.080c13.515-47.756 56.716-82.16 107.952-82.16 0.017 0 0.034 0 0.051 0l-0.003-0zM637 404.44l-57 427.56h-136l-57-427.56 125-49.96zM171.64 365.76l151.4 43.24 56.4 423h-98.080zM742.64 832h-98.080l56.4-423 151.4-43.24z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"popcorn-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31642,\"id\":338,\"name\":\"popcorn-duotone\",\"prevSize\":16,\"code\":61465,\"codes\":[61465,61466]},\"setIdx\":5,\"setId\":5,\"iconIdx\":909},{\"icon\":{\"paths\":[\"M736 608l-58.44 262.96c-3.299 14.433-16.028 25.040-31.234 25.040-0.002 0-0.004-0-0.006-0l-268.64 0c-0.002 0-0.004 0-0.006 0-15.206 0-27.935-10.606-31.192-24.825l-0.041-0.215-58.44-262.96z\",\"M800 576h-306.8l89.64-89.64c30.391 15.637 66.252 24.987 104.254 25.439l0.146 0.001c0.155 0 0.339 0.001 0.523 0.001 38.096 0 73.682-10.746 103.892-29.372l-0.856 0.491c94.88-57.44 145.72-190.4 136-355.68-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-165.28-9.68-298.24 41.12-355.72 136-37.4 61.8-38.36 136.44-3.44 208l-57.56 57.56-48.84-48.84c24-53 22.28-108-5.56-153.92-43.48-71.96-143.2-110.36-266.68-103.080-16.175 0.993-29.047 13.865-30.036 29.95l-0.004 0.090c-7.28 123.48 31.12 223.16 103.12 266.68 22.686 14.064 50.205 22.4 79.67 22.4 0.116 0 0.232-0 0.347-0l-0.018 0c26.937-0.276 52.371-6.426 75.173-17.226l-1.093 0.466 48.68 48.76-32 32h-178.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h38.36l52.84 237.88c6.404 28.86 31.781 50.121 62.123 50.121 0.126 0 0.251-0 0.376-0.001l-0.019 0h268.68c0.087 0 0.19 0.001 0.293 0.001 30.358 0 55.751-21.256 62.108-49.697l0.080-0.424 52.84-237.88h38.32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM596 266.32c41.84-69.040 140.92-108 268-106.28 1.64 127.24-37.24 226.32-106.28 268-46.040 28-101.6 26.16-157.12-4.72-30.92-55.32-32.6-110.96-4.6-157zM368.44 432.44c-36.8 19.68-73.24 20.6-103.32 2.4-46-27.88-72.52-93.6-73.12-178.84 85.24 0.6 151 27.12 178.84 73.12 18.24 30.080 17.16 66.52-2.4 103.32zM646.36 864h-268.68l-49.68-224h368z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"potted-plant-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31643,\"id\":337,\"name\":\"potted-plant-duotone\",\"prevSize\":16,\"code\":61467,\"codes\":[61467,61468]},\"setIdx\":5,\"setId\":5,\"iconIdx\":910},{\"icon\":{\"paths\":[\"M864 512c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z\",\"M480 512v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM721.48 197.2c-4.844-3.105-10.755-4.95-17.097-4.95-17.673 0-32 14.327-32 32 0 11.010 5.56 20.721 14.025 26.478l0.111 0.071c92.44 60.28 145.48 155.48 145.48 261.2 0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-105.72 53.040-200.92 145.48-261.2 8.577-5.829 14.137-15.54 14.137-26.55 0-17.673-14.327-32-32-32-6.342 0-12.252 1.845-17.225 5.027l0.128-0.077c-110.92 72.32-174.52 187.040-174.52 314.8 0 212.077 171.923 384 384 384s384-171.923 384-384v0c0-127.76-63.6-242.48-174.52-314.8z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"power-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31644,\"id\":336,\"name\":\"power-duotone\",\"prevSize\":16,\"code\":61469,\"codes\":[61469,61470]},\"setIdx\":5,\"setId\":5,\"iconIdx\":911},{\"icon\":{\"paths\":[\"M672 336c0 97.202-78.798 176-176 176v0h-208v-352h208c97.202 0 176 78.798 176 176v0z\",\"M733.24 752l89.4-89.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-89.36 89.4-164.6-164.64c102.245-14.231 180.102-101.084 180.102-206.121 0-114.7-92.841-207.716-207.475-207.999l-0.027-0h-208c-17.673 0-32 14.327-32 32v0 608c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224h114.76l208 208-89.4 89.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l89.36-89.4 89.36 89.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM320 192h176c79.529 0 144 64.471 144 144s-64.471 144-144 144v0h-176z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"prescription-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31645,\"id\":335,\"name\":\"prescription-duotone\",\"prevSize\":16,\"code\":61471,\"codes\":[61471,61472]},\"setIdx\":5,\"setId\":5,\"iconIdx\":912},{\"icon\":{\"paths\":[\"M896 224v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-320v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h157.44l-86.44 108c-4.371 5.427-7.016 12.405-7.016 20 0 17.682 14.334 32.016 32.016 32.016 10.086 0 19.084-4.664 24.952-11.954l0.048-0.062 118.36-148h225.28l118.36 148c5.916 7.351 14.914 12.016 25 12.016 17.682 0 32.016-14.334 32.016-32.016 0-7.595-2.645-14.573-7.064-20.062l0.048 0.062-86.44-108h157.44c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 704h-704v-480h704v480zM416 480v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 416v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM672 352v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"presentation-chart-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31646,\"id\":334,\"name\":\"presentation-chart-duotone\",\"prevSize\":16,\"code\":61473,\"codes\":[61473,61474]},\"setIdx\":5,\"setId\":5,\"iconIdx\":913},{\"icon\":{\"paths\":[\"M896 224v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-320v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h157.44l-86.44 108c-4.371 5.427-7.016 12.405-7.016 20 0 17.682 14.334 32.016 32.016 32.016 10.086 0 19.084-4.664 24.952-11.954l0.048-0.062 118.36-148h225.28l118.36 148c5.916 7.351 14.914 12.016 25 12.016 17.682 0 32.016-14.334 32.016-32.016 0-7.595-2.645-14.573-7.064-20.062l0.048 0.062-86.44-108h157.44c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 704h-704v-480h704v480z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"presentation-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31647,\"id\":333,\"name\":\"presentation-duotone\",\"prevSize\":16,\"code\":61475,\"codes\":[61475,61476]},\"setIdx\":5,\"setId\":5,\"iconIdx\":914},{\"icon\":{\"paths\":[\"M928 384v320h-160v-96h-512v96h-160v-320c0-35.36 31.040-64 69.32-64h693.36c38.28 0 69.32 28.64 69.32 64z\",\"M858.68 288h-58.68v-128c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 128h-58.68c-55.88 0-101.32 43.080-101.32 96v320c0 17.673 14.327 32 32 32v0h128v128c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32v0-320c0-52.92-45.44-96-101.32-96zM288 192h448v96h-448zM736 832h-448v-192h448zM896 672h-96v-64c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 64h-96v-288c0-17.64 16.76-32 37.32-32h693.36c20.56 0 37.32 14.36 37.32 32zM800 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"printer-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31648,\"id\":332,\"name\":\"printer-duotone\",\"prevSize\":16,\"code\":61477,\"codes\":[61477,61478]},\"setIdx\":5,\"setId\":5,\"iconIdx\":915},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.104 0 0.226 0 0.349 0 85.805-30.856 164.404-82.077 225.305l0.437-0.534-495.48-495.52c60.545-50.645 139.241-81.399 225.12-81.399 194.334 0 351.885 157.481 352 351.788l0 0.011zM160 512c-0-0.104-0-0.226-0-0.349 0-85.805 30.856-164.404 82.077-225.305l-0.437 0.534 495.48 495.52c-60.545 50.645-139.241 81.399-225.12 81.399-194.334 0-351.885-157.481-352-351.788l-0-0.011z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"prohibit-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31649,\"id\":331,\"name\":\"prohibit-duotone\",\"prevSize\":16,\"code\":61479,\"codes\":[61479,61480]},\"setIdx\":5,\"setId\":5,\"iconIdx\":916},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M662.64 617.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-256-256c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"prohibit-inset-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31650,\"id\":330,\"name\":\"prohibit-inset-duotone\",\"prevSize\":16,\"code\":61481,\"codes\":[61481,61482]},\"setIdx\":5,\"setId\":5,\"iconIdx\":917},{\"icon\":{\"paths\":[\"M832 288v448h-640v-448z\",\"M352 576v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 608c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0zM640 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM864 320v384h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352v69.52c37.605 13.577 64 48.961 64 90.51 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.549 26.395-76.933 63.332-90.298l0.668-0.211v-69.52h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-384c-35.346 0-64-28.654-64-64v0-64c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0 64c0 35.346-28.654 64-64 64v0zM544 928c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32v0c17.673 0 32-14.327 32-32v0zM160 256h704v-64h-704zM800 320h-576v384h576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"projector-screen-chart-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31651,\"id\":329,\"name\":\"projector-screen-chart-duotone\",\"prevSize\":16,\"code\":61483,\"codes\":[61483,61484]},\"setIdx\":5,\"setId\":5,\"iconIdx\":918},{\"icon\":{\"paths\":[\"M832 288v448h-640v-448z\",\"M928 256v-64c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0 384h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352v69.52c-37.605 13.577-64 48.961-64 90.51 0 53.019 42.981 96 96 96s96-42.981 96-96c0-41.549-26.395-76.933-63.332-90.298l-0.668-0.211v-69.52h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-384c35.346 0 64-28.654 64-64v0zM512 960c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM160 192h704v64h-704zM800 704h-576v-384h576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"projector-screen-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31652,\"id\":328,\"name\":\"projector-screen-duotone\",\"prevSize\":16,\"code\":61485,\"codes\":[61485,61486]},\"setIdx\":5,\"setId\":5,\"iconIdx\":919},{\"icon\":{\"paths\":[\"M384 160l134.080 352h-294.080zM800 512h-281.92l121.92 320z\",\"M960 512c0 17.673-14.327 32-32 32v0h-108.24l-151.12 302.32c-5.373 10.567-16.164 17.68-28.617 17.68-0.008 0-0.016-0-0.024-0l-1.599 0c-12.933-0.659-23.785-8.902-28.245-20.342l-0.075-0.218-228.68-600.4-128.28 282.2c-5.159 11.154-16.251 18.755-29.119 18.76l-128.001 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h107.4l151.48-333.24c5.159-11.162 16.259-18.768 29.136-18.768 13.578 0 25.181 8.457 29.829 20.39l0.075 0.218 230.040 604 127.4-254.84c5.355-10.606 16.162-17.753 28.639-17.76l128.001-0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"pulse-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31653,\"id\":327,\"name\":\"pulse-duotone\",\"prevSize\":16,\"code\":61487,\"codes\":[61487,61488]},\"setIdx\":5,\"setId\":5,\"iconIdx\":920},{\"icon\":{\"paths\":[\"M918.64 393.36l-229.080 229.84c45.84 91.72-6.88 183.44-40.44 228-5.905 7.697-15.107 12.609-25.456 12.609-8.795 0-16.762-3.548-22.546-9.291l0.002 0.002-431.76-431.48c-5.798-5.792-9.385-13.797-9.385-22.64 0-10.088 4.668-19.087 11.963-24.952l0.062-0.048c118.6-95.68 229.6-40 229.6-40l229.080-229.84c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l242.72 242.44c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M941.28 325.48l-242.76-242.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-0 0-214.52 215.2c-42.64-13.36-140-29.48-241.6 52.56-14.623 11.827-23.895 29.769-23.895 49.876 0 17.668 7.159 33.664 18.735 45.245l193.28 193.2-170.64 170.52c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 170.52-170.64 193.16 193.16c11.575 11.622 27.585 18.82 45.276 18.84l0.004 0c1.52 0 3 0 4.52 0 19.079-1.361 35.679-10.93 46.444-25.16l0.116-0.16c78.56-104.4 71-189.28 52.76-240l213.88-214.68c11.573-11.58 18.73-27.574 18.73-45.24 0-17.686-7.174-33.696-18.77-45.279l-0.001-0.001zM896 370.76v0l-229.080 229.84c-5.766 5.787-9.33 13.77-9.33 22.585 0 5.21 1.245 10.13 3.454 14.477l-0.084-0.182c37.84 75.72-7.2 154.36-37.36 194.48l-431.6-431.64c48.32-38.96 94.56-49.24 129.92-49.24 0.651-0.010 1.42-0.015 2.191-0.015 22.812 0 44.513 4.759 64.164 13.337l-1.034-0.402c4.172 2.133 9.101 3.384 14.322 3.384 8.862 0 16.883-3.602 22.677-9.423l0.001-0.001 229.040-229.96 242.72 242.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"push-pin-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31654,\"id\":326,\"name\":\"push-pin-duotone\",\"prevSize\":16,\"code\":61489,\"codes\":[61489,61490]},\"setIdx\":5,\"setId\":5,\"iconIdx\":921},{\"icon\":{\"paths\":[\"M800 704h-576l96-544h384z\",\"M864 672h-37.16l-84.68-480h25.84c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h25.84l-84.68 480h-37.16c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320v224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM346.84 192h330.32l84.68 480h-499.68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"push-pin-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31655,\"id\":325,\"name\":\"push-pin-simple-duotone\",\"prevSize\":16,\"code\":61491,\"codes\":[61491,61492]},\"setIdx\":5,\"setId\":5,\"iconIdx\":922},{\"icon\":{\"paths\":[\"M761.84 704h-537.84l91.32-517.56c2.74-15.122 15.805-26.44 31.513-26.44 0.002 0 0.005 0 0.007 0l357.16-0 89.36 506.44c0.31 1.672 0.487 3.595 0.487 5.56 0 17.673-14.327 32-32 32-0.002 0-0.005-0-0.007-0l0 0z\",\"M333 160c0-17.673 14.327-32 32-32v0h403c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-25.84l75 425.2c0.307 1.664 0.482 3.578 0.482 5.533 0 15.695-11.299 28.75-26.206 31.477l-0.196 0.030c-1.674 0.331-3.6 0.52-5.569 0.52-0.011 0-0.022-0-0.033-0l0.002 0c-15.694-0.017-28.742-11.329-31.451-26.245l-0.029-0.195-77-436.32h-312c-0.048 0-0.104 0-0.16 0-17.673 0-32-14.327-32-32 0-0 0-0 0-0l-0 0zM853.52 887.68c-5.661 5.158-13.221 8.317-21.52 8.317-9.373 0-17.805-4.030-23.657-10.451l-0.023-0.025-135.92-149.52h-128.4v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h37.16l67.8-384-96.64-106.48c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032 640 704c5.158 5.661 8.317 13.221 8.317 21.52 0 9.373-4.030 17.805-10.451 23.657l-0.025 0.023zM614.2 672l-294.84-324.32-57.2 324.32z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"push-pin-simple-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31656,\"id\":324,\"name\":\"push-pin-simple-slash-duotone\",\"prevSize\":16,\"code\":61493,\"codes\":[61493,61494]},\"setIdx\":5,\"setId\":5,\"iconIdx\":923},{\"icon\":{\"paths\":[\"M918.64 393.36l-229.080 229.84c45.84 91.72-6.88 183.44-40.44 228-5.905 7.697-15.107 12.609-25.456 12.609-8.795 0-16.762-3.548-22.546-9.291l0.002 0.002-431.76-431.48c-5.798-5.792-9.385-13.797-9.385-22.64 0-10.088 4.668-19.087 11.963-24.952l0.062-0.048c118.6-95.68 229.6-40 229.6-40l229.080-229.84c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l242.72 242.44c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 101.16 111.28c-45.301 10.352-84.855 30.464-117.924 58.081l0.444-0.361c-14.623 11.827-23.895 29.769-23.895 49.876 0 17.668 7.159 33.664 18.735 45.245l193.16 193.2-170.64 170.52c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 170.52-170.64 193.16 193.16c11.575 11.622 27.585 18.82 45.276 18.84l0.004 0c1.52 0 3 0 4.52 0 19.079-1.361 35.679-10.93 46.444-25.16l0.116-0.16c17.94-23.41 33.487-50.122 45.441-78.71l0.879-2.37 87.36 96c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM623.6 832l-431.6-431.68c40.92-33 84.8-49.44 130.64-49.080l348.64 383.52c-8.92 39.48-30.32 74.16-47.68 97.24zM941.28 416l-178.56 179.16c-5.794 5.809-13.808 9.404-22.66 9.404-17.675 0-32.004-14.329-32.004-32.004 0-8.823 3.57-16.811 9.344-22.601l178.599-179.159-242.72-242.8-164.88 165.4c-5.732 5.473-13.514 8.841-22.083 8.841-17.673 0-32-14.327-32-32 0-8.529 3.337-16.279 8.777-22.015l-0.013 0.014 164.92-165.44c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l242.76 242.72c11.573 11.58 18.73 27.574 18.73 45.24s-7.157 33.66-18.731 45.24l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"push-pin-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31657,\"id\":323,\"name\":\"push-pin-slash-duotone\",\"prevSize\":16,\"code\":61495,\"codes\":[61495,61496]},\"setIdx\":5,\"setId\":5,\"iconIdx\":924},{\"icon\":{\"paths\":[\"M816 672c0.030 0 0.064 0 0.099 0 17.403 0 33.878-3.969 48.571-11.051l-0.67 0.291v170.76c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-170.76c-14.022 6.791-30.498 10.76-47.901 10.76-61.856 0-112-50.144-112-112s50.144-112 112-112c17.403 0 33.878 3.969 48.571 11.051l-0.67-0.291v-170.76c0-17.673 14.327-32 32-32v0h186.76c-6.803-14.034-10.78-30.524-10.78-47.943 0-61.856 50.144-112 112-112s112 50.144 112 112c0 17.419-3.977 33.909-11.071 48.613l0.291-0.67h186.8c17.673 0 32 14.327 32 32v0 170.76c-14.022-6.791-30.498-10.76-47.9-10.76-61.856 0-112 50.144-112 112 0 61.821 50.087 111.943 111.895 112l0.005 0z\",\"M881.080 634.16c-4.839-3.096-10.741-4.934-17.072-4.934-4.989 0-9.711 1.142-13.919 3.178l0.191-0.083c-10.013 4.847-21.777 7.68-34.203 7.68-44.183 0-80-35.817-80-80s35.817-80 80-80c12.426 0 24.19 2.833 34.681 7.888l-0.479-0.208c4.015 1.95 8.735 3.090 13.72 3.090 17.673 0 32-14.327 32-32 0-0.004-0-0.007-0-0.011l0 0.001v-170.76c0-35.346-28.654-64-64-64v0h-144.88c0.56-4.728 0.88-10.204 0.88-15.755 0-0.086-0-0.172-0-0.259l0 0.013c-0.072-41.354-17.493-78.624-45.37-104.934l-0.070-0.066c-25.697-24.177-60.403-39.033-98.579-39.033-75.853 0-138.007 58.648-143.592 133.072l-0.029 0.481c-0.225 3.040-0.353 6.585-0.353 10.161 0 5.75 0.332 11.422 0.977 16.999l-0.064-0.679h-144.92c-35.346 0-64 28.654-64 64v0 128.88c-4.728-0.56-10.204-0.88-15.755-0.88-0.086 0-0.172 0-0.259 0l0.013-0c-41.342 0.069-78.601 17.491-104.893 45.369l-0.067 0.071c-24.21 25.533-39.099 60.114-39.099 98.173 0 3.458 0.123 6.887 0.365 10.284l-0.026-0.456c4.888 71.779 61.587 128.879 132.747 134.369l0.493 0.031c3.040 0.225 6.585 0.353 10.161 0.353 5.75 0 11.422-0.332 16.999-0.977l-0.679 0.064v128.72c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-170.76c0-0.006 0-0.013 0-0.019 0-11.338-5.897-21.3-14.791-26.984l-0.129-0.077zM832 832h-576v-170.76c0-0.003 0-0.007 0-0.010 0-17.673-14.327-32-32-32-4.985 0-9.705 1.14-13.911 3.174l0.191-0.083c-10.013 4.847-21.777 7.68-34.203 7.68-44.183 0-80-35.817-80-80s35.817-80 80-80c12.426 0 24.19 2.833 34.681 7.888l-0.479-0.208c4.015 1.95 8.735 3.090 13.72 3.090 17.673 0 32-14.327 32-32 0-0.004-0-0.007-0-0.011l0 0.001v-170.76h186.76c0.003 0 0.007 0 0.010 0 17.673 0 32-14.327 32-32 0-4.985-1.14-9.705-3.174-13.911l0.083 0.191c-4.847-10.013-7.68-21.777-7.68-34.203 0-44.183 35.817-80 80-80s80 35.817 80 80c0 12.426-2.833 24.19-7.888 34.681l0.208-0.479c-1.95 4.015-3.090 8.735-3.090 13.72 0 17.673 14.327 32 32 32 0.004 0 0.007-0 0.011-0l186.759 0v128.92c-4.875-0.591-10.521-0.928-16.245-0.928-3.602 0-7.172 0.133-10.707 0.396l0.472-0.028c-75.030 5.474-133.829 67.69-133.829 143.64 0 79.529 64.471 144 144 144 0.109 0 0.217-0 0.325-0l-0.017 0c0.073 0 0.159 0 0.245 0 5.551 0 11.027-0.32 16.411-0.942l-0.656 0.062z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"puzzle-piece-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31658,\"id\":322,\"name\":\"puzzle-piece-duotone\",\"prevSize\":16,\"code\":61497,\"codes\":[61497,61498]},\"setIdx\":5,\"setId\":5,\"iconIdx\":925},{\"icon\":{\"paths\":[\"M448 224v192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM416 576h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM800 192h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z\",\"M416 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 416h-192v-192h192v192zM416 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 800h-192v-192h192v192zM800 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 416h-192v-192h192v192zM544 704v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM864 640c0 17.673-14.327 32-32 32v0h-96v160c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h96c17.673 0 32 14.327 32 32v0zM864 768v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"qr-code-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31659,\"id\":321,\"name\":\"qr-code-duotone\",\"prevSize\":16,\"code\":61499,\"codes\":[61499,61500]},\"setIdx\":5,\"setId\":5,\"iconIdx\":926},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 288c-88.24 0-160 64.6-160 144v16c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-44 43.080-80 96-80s96 36 96 80-43.080 80-96 80c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-2.88c72.96-13.4 128-71.6 128-141.12 0-79.4-71.76-144-160-144zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"question-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31660,\"id\":320,\"name\":\"question-duotone\",\"prevSize\":16,\"code\":61501,\"codes\":[61501,61502]},\"setIdx\":5,\"setId\":5,\"iconIdx\":927},{\"icon\":{\"paths\":[\"M960 640l-256 160v-320z\",\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM544 480h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 736h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 640c-0.006 11.382-5.953 21.374-14.909 27.042l-0.131 0.078-256 160c-4.813 3.052-10.675 4.864-16.96 4.864-17.668 0-31.991-14.318-32-31.983l-0-0.001v-320c0.009-17.666 14.332-31.984 32-31.984 6.285 0 12.147 1.812 17.091 4.942l-0.131-0.078 256 160c9.087 5.746 15.034 15.738 15.040 27.119l0 0.001zM899.64 640l-163.64-102.28v204.56z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"queue-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31661,\"id\":319,\"name\":\"queue-duotone\",\"prevSize\":16,\"code\":61503,\"codes\":[61503,61504]},\"setIdx\":5,\"setId\":5,\"iconIdx\":928},{\"icon\":{\"paths\":[\"M432 288v288h-272c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h240c17.673 0 32 14.327 32 32v0zM864 256h-240c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h272v-288c0-17.673-14.327-32-32-32v0z\",\"M400 224h-240c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h240v32c0 70.692-57.308 128-128 128v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-352c0-35.346-28.654-64-64-64v0zM400 544h-240v-256h240zM864 224h-240c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h240v32c0 70.692-57.308 128-128 128v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-352c0-35.346-28.654-64-64-64v0zM864 544h-240v-256h240z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"quotes-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31662,\"id\":318,\"name\":\"quotes-duotone\",\"prevSize\":16,\"code\":61505,\"codes\":[61505,61506]},\"setIdx\":5,\"setId\":5,\"iconIdx\":929},{\"icon\":{\"paths\":[\"M928 288v480c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-480z\",\"M960 288v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-393.8l-184.24 491.24c-4.655 12.288-16.326 20.864-30 20.864s-25.345-8.577-29.927-20.645l-0.073-0.22-192-512c-1.289-3.339-2.037-7.202-2.037-11.24 0-17.693 14.343-32.037 32.037-32.037 13.655 0 25.315 8.544 29.926 20.577l0.074 0.219 162.040 432.12 162.040-432c4.645-12.282 16.298-20.86 29.957-20.88l0.003-0h448c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"radical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31663,\"id\":317,\"name\":\"radical-duotone\",\"prevSize\":16,\"code\":61507,\"codes\":[61507,61508]},\"setIdx\":5,\"setId\":5,\"iconIdx\":930},{\"icon\":{\"paths\":[\"M368 512h-208c-17.783-0.146-32.143-14.595-32.143-32.399 0-1.071 0.052-2.129 0.153-3.174l-0.010 0.133c10.881-115.504 71.485-214.963 159.901-277.883l1.179-0.797c5.142-3.678 11.557-5.88 18.487-5.88 11.782 0 22.077 6.368 27.631 15.849l0.082 0.151 104 179.76c-42.928 25.447-71.261 71.532-71.28 124.237l-0 0.003zM584 636.72c-20.654 12.129-45.49 19.292-72 19.292s-51.346-7.163-72.68-19.66l0.68 0.368-103.32 178.92c-2.699 4.592-4.294 10.116-4.294 16.011 0 12.786 7.499 23.821 18.339 28.946l0.195 0.083c47.254 22.302 102.647 35.321 161.080 35.321s113.826-13.019 163.435-36.315l-2.355 0.994c11.035-5.208 18.534-16.242 18.534-29.029 0-5.896-1.594-11.419-4.375-16.162l0.082 0.151zM896 476.72c-10.851-115.486-71.412-214.942-159.784-277.884l-1.176-0.796c-5.172-3.743-11.643-5.988-18.637-5.988-11.761 0-22.040 6.345-27.601 15.798l-0.082 0.15-103.8 180c40.744 24.145 68.299 66.813 71.063 116.104l0.017 0.376c0 2.48 0.2 4.92 0.2 7.4h208c17.692-0.264 31.932-14.667 31.932-32.397 0-1.029-0.048-2.047-0.142-3.052l0.010 0.129z\",\"M464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM400 512c0-17.673-14.327-32-32-32v0h-207.72c-0.172-0.14-0.282-0.353-0.282-0.591 0-0.017 0.001-0.035 0.002-0.052l-0 0.002c9.914-105.845 65.446-196.996 146.478-254.629l1.082-0.731 104 180c5.637 9.636 15.934 16.006 27.72 16.006 17.677 0 32.006-14.33 32.006-32.006 0-5.891-1.592-11.41-4.368-16.151l0.082 0.151-104-180c-11.268-19.281-31.866-32.029-55.442-32.029-13.853 0-26.677 4.401-37.152 11.881l0.195-0.132c-97.044 69.033-162.654 176.819-174.196 300.311l-0.124 1.649c-0.164 1.732-0.258 3.745-0.258 5.781 0 16.86 6.435 32.217 16.983 43.749l-0.045-0.049c11.697 12.775 28.428 20.775 47.028 20.84l0.012 0h208c17.673 0 32-14.327 32-32v0zM927.72 473.68c-11.666-125.141-77.276-232.927-173.045-301.098l-1.275-0.862c-10.28-7.348-23.105-11.749-36.958-11.749-23.576 0-44.175 12.748-55.279 31.727l-0.164 0.303-103.8 180c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151 104-180c82.038 58.429 137.497 149.6 147.255 254.045l0.105 1.395c0 0.28 0 0.48 0 0.56h-208c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h208c18.612-0.065 35.343-8.065 46.996-20.792l0.044-0.048c10.503-11.483 16.938-26.84 16.938-43.699 0-2.035-0.094-4.048-0.277-6.036l0.019 0.255zM611.72 620.72c-5.637-9.636-15.934-16.006-27.72-16.006-17.677 0-32.006 14.33-32.006 32.006 0 5.891 1.592 11.41 4.368 16.151l-0.082-0.151 103.36 178.92c-43.307 20.433-94.070 32.361-147.62 32.361s-104.314-11.928-149.78-33.272l2.16 0.911 103.32-178.92c2.695-4.59 4.286-10.109 4.286-16 0-17.677-14.33-32.006-32.006-32.006-11.786 0-22.083 6.37-27.638 15.855l-0.082 0.151-103.28 178.92c-5.399 9.185-8.588 20.231-8.588 32.023 0 25.572 14.998 47.642 36.678 57.892l0.389 0.166c51.195 24.17 111.21 38.28 174.52 38.28s123.325-14.11 177.070-39.357l-2.55 1.077c22.069-10.415 37.068-32.485 37.068-58.057 0-11.791-3.189-22.838-8.751-32.324l0.163 0.302z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"radioactive-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31664,\"id\":316,\"name\":\"radioactive-duotone\",\"prevSize\":16,\"code\":61509,\"codes\":[61509,61510]},\"setIdx\":5,\"setId\":5,\"iconIdx\":931},{\"icon\":{\"paths\":[\"M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM512 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"radio-button-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31665,\"id\":315,\"name\":\"radio-button-duotone\",\"prevSize\":16,\"code\":61511,\"codes\":[61511,61512]},\"setIdx\":5,\"setId\":5,\"iconIdx\":932},{\"icon\":{\"paths\":[\"M864 320h-736v480c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0zM640 704c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\",\"M416 704c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM384 544h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 416h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 352v448c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-480c0.004-14.389 9.504-26.557 22.573-30.58l0.227-0.060 640-192c2.753-0.857 5.919-1.351 9.2-1.351 17.679 0 32.011 14.332 32.011 32.011 0 14.398-9.506 26.576-22.584 30.6l-0.227 0.060-431.16 129.32h517.96c35.346 0 64 28.654 64 64v0zM864 800v-448h-704v448h704zM800 576c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM736 576c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"radio-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31666,\"id\":314,\"name\":\"radio-duotone\",\"prevSize\":16,\"code\":61513,\"codes\":[61513,61514]},\"setIdx\":5,\"setId\":5,\"iconIdx\":933},{\"icon\":{\"paths\":[\"M960 640c0 88.366-71.634 160-160 160v0h-192c-53 0-96-44.56-96-99.56s43-99.56 96-99.56c12.707 0.004 24.818 2.546 35.857 7.148l-0.617-0.228c15.422-73.536 79.735-127.964 156.76-127.964 88.366 0 160 71.634 160 160 0 0.058-0 0.115-0 0.173l0-0.009z\",\"M800 448c-80.635 0.206-149.612 49.902-178.177 120.309l-0.463 1.291c-4.003-0.458-8.643-0.72-13.343-0.72-0.006 0-0.012 0-0.018 0l0.001-0c-70.6 0-128 59.040-128 131.56s57.4 131.56 128 131.56h192c106.039 0 192-85.961 192-192s-85.961-192-192-192v0zM800 768h-192c-35.28 0-64-30.32-64-67.56s28.72-67.56 64-67.56c0.052-0 0.114-0 0.176-0 8.278 0 16.164 1.676 23.338 4.708l-0.394-0.148c3.584 1.508 7.751 2.385 12.122 2.385 15.416 0 28.287-10.902 31.322-25.417l0.036-0.208c12.405-58.744 63.814-102.2 125.373-102.2 70.692 0 128 57.308 128 128 0 70.683-57.292 127.984-127.971 128l-0.002 0zM96 640v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0.009-229.744 186.255-415.985 416-415.985 112.823 0 215.156 44.914 290.094 117.837l-0.094-0.092c5.694 5.774 9.21 13.708 9.21 22.464 0 17.673-14.327 32-32 32-8.437 0-16.112-3.265-21.829-8.601l0.019 0.017c-63.332-61.636-149.927-99.645-245.4-99.645-194.404 0-352 157.596-352 352 0 0.002 0 0.004 0 0.006l-0-0zM224 640v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0.103-158.98 129.005-287.819 288-287.819 64.11 0 123.327 20.948 171.181 56.372l-0.781-0.552c8.337 5.858 13.719 15.432 13.719 26.264 0 17.673-14.327 32-32 32-7.416 0-14.243-2.523-19.67-6.757l0.071 0.053c-36.61-27.117-82.663-43.405-132.52-43.405-123.657 0-223.912 100.2-224 223.837l-0 0.009zM470.28 546.6c-6.692-1.666-14.374-2.621-22.28-2.621-53.019 0-96 42.981-96 96 0 0.007 0 0.015 0 0.022l-0-0.001v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c-0-0.011-0-0.023-0-0.036 0-88.366 71.634-160 160-160 13.157 0 25.943 1.588 38.176 4.583l-1.096-0.227c14.218 3.464 24.607 16.088 24.607 31.14 0 17.677-14.33 32.007-32.007 32.007-2.626 0-5.177-0.316-7.619-0.912l0.219 0.045z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rainbow-cloud-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31667,\"id\":313,\"name\":\"rainbow-cloud-duotone\",\"prevSize\":16,\"code\":61515,\"codes\":[61515,61516]},\"setIdx\":5,\"setId\":5,\"iconIdx\":934},{\"icon\":{\"paths\":[\"M960 672v64h-256v-64c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 64h-256v-64c0-247.424 200.576-448 448-448s448 200.576 448 448v0z\",\"M736 672v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-123.712 100.288-224 224-224s224 100.288 224 224v0zM512 320c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-159.058 128.942-288 288-288s288 128.942 288 288v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM512 192c-264.978 0.296-479.705 215.023-480 479.972l-0 0.028v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-229.75 186.25-416 416-416s416 186.25 416 416v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c-0.296-264.978-215.023-479.705-479.972-480l-0.028-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rainbow-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31668,\"id\":312,\"name\":\"rainbow-duotone\",\"prevSize\":16,\"code\":61517,\"codes\":[61517,61518]},\"setIdx\":5,\"setId\":5,\"iconIdx\":935},{\"icon\":{\"paths\":[\"M863.52 225.56l-119 676c-2.737 15.125-15.804 26.448-31.515 26.448-1.967 0-3.892-0.177-5.761-0.517l0.195 0.029-521-92c-15.122-2.74-26.441-15.805-26.441-31.513 0-1.953 0.175-3.865 0.51-5.721l-0.029 0.195 119-676c2.737-15.125 15.804-26.448 31.515-26.448 1.967 0 3.892 0.177 5.761 0.517l-0.195-0.029 521 92c15.122 2.74 26.441 15.805 26.441 31.513 0 1.953-0.175 3.865-0.51 5.721l0.029-0.195z\",\"M843.12 157l-521-92c-3.335-0.616-7.172-0.969-11.092-0.969-31.42 0-57.551 22.641-62.969 52.498l-0.059 0.391-119 676c-0.615 3.331-0.966 7.164-0.966 11.078 0 31.447 22.681 57.597 52.577 62.984l0.389 0.058 521 92c3.342 0.619 7.188 0.973 11.117 0.973 31.45 0 57.601-22.685 62.985-52.584l0.058-0.389 119-676c0.605-3.305 0.951-7.109 0.951-10.994 0-31.456-22.694-57.612-52.603-62.988l-0.389-0.058zM713.040 896v0l-521.040-92 119-676 521 92zM357.36 233.68c2.753-15.107 15.811-26.409 31.508-26.409 1.969 0 3.897 0.178 5.768 0.518l-0.196-0.030 332 58.6c15.14 2.724 26.478 15.798 26.478 31.52 0 17.673-14.327 32-32 32-0.013 0-0.027-0-0.040-0l0.002 0c-1.98-0.003-3.918-0.177-5.801-0.509l0.201 0.029-332-58.64c-15.107-2.753-26.409-15.811-26.409-31.508 0-1.969 0.178-3.897 0.518-5.768l-0.030 0.196zM335.2 359.76c2.737-15.125 15.804-26.448 31.515-26.448 1.967 0 3.892 0.177 5.761 0.517l-0.195-0.029 332 58.64c15.258 2.622 26.721 15.753 26.721 31.562 0 17.673-14.327 32-32 32-0.113 0-0.226-0.001-0.339-0.002l0.017 0c-0.018 0-0.039 0-0.060 0-1.973 0-3.903-0.189-5.77-0.551l0.19 0.031-332-58.6c-15.072-2.783-26.338-15.823-26.338-31.495 0-1.988 0.181-3.934 0.528-5.821l-0.030 0.197zM313 485.8c2.802-15.050 15.831-26.293 31.487-26.293 1.977 0 3.911 0.179 5.789 0.522l-0.196-0.030 165.92 29.16c15.14 2.724 26.478 15.798 26.478 31.52 0 17.673-14.326 31.999-31.998 32l-0 0c-1.979-0.001-3.917-0.175-5.8-0.509l0.2 0.029-166-29.32c-15.088-2.769-26.37-15.818-26.37-31.501 0-1.972 0.178-3.902 0.52-5.775l-0.030 0.196z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"read-cv-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31669,\"id\":311,\"name\":\"read-cv-logo-duotone\",\"prevSize\":16,\"code\":61519,\"codes\":[61519,61520]},\"setIdx\":5,\"setId\":5,\"iconIdx\":936},{\"icon\":{\"paths\":[\"M896 224v608l-128-64-128 64-128-64-128 64-128-64-128 64v-608c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M288 416c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM320 576h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 224v608c-0.010 17.666-14.333 31.983-32 31.983-5.22 0-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383-17.667 0-31.99-14.317-32-31.982l-0-0.001v-608c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 224h-704v556.24l81.68-40.88c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084 113.68 56.88 113.68-56.88c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084 113.68 56.88 113.68-56.88c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084 81.68 40.88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"receipt-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31670,\"id\":310,\"name\":\"receipt-duotone\",\"prevSize\":16,\"code\":61521,\"codes\":[61521,61522]},\"setIdx\":5,\"setId\":5,\"iconIdx\":937},{\"icon\":{\"paths\":[\"M896 224v608l-128-64-128 64-128-64-128 64-128-64-128 64v-608c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 608c0.010 17.666 14.333 31.983 32 31.983 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383 17.667 0 31.99-14.317 32-31.982l0-0.001v-608c0-35.346-28.654-64-64-64v0zM864 780.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-556.24h704zM393.36 553.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"receipt-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31671,\"id\":309,\"name\":\"receipt-x-duotone\",\"prevSize\":16,\"code\":61523,\"codes\":[61523,61524]},\"setIdx\":5,\"setId\":5,\"iconIdx\":938},{\"icon\":{\"paths\":[\"M768 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.385 0 256 114.615 256 256v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 224c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c-0.182-158.985-129.015-287.818-287.983-288l-0.017-0zM512 736c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224v0c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"record-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31672,\"id\":308,\"name\":\"record-duotone\",\"prevSize\":16,\"code\":61525,\"codes\":[61525,61526]},\"setIdx\":5,\"setId\":5,\"iconIdx\":939},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rectangle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31673,\"id\":307,\"name\":\"rectangle-duotone\",\"prevSize\":16,\"code\":61527,\"codes\":[61527,61528]},\"setIdx\":5,\"setId\":5,\"iconIdx\":940},{\"icon\":{\"paths\":[\"M864 832h-704c-35.318-0.037-63.934-28.677-63.934-64 0-11.782 3.184-22.821 8.738-32.302l-0.163 0.302 352-608c11.278-19.24 31.854-31.956 55.4-31.956s44.122 12.716 55.237 31.655l0.163 0.301 352 608c5.391 9.179 8.574 20.218 8.574 32 0 35.346-28.654 64-64 64-0.005 0-0.010-0-0.015-0l0.001 0z\",\"M384 832c0 17.673-14.327 32-32 32v0h-192c-52.994-0.033-95.942-43.001-95.942-96 0-17.673 4.776-34.231 13.107-48.453l-0.245 0.453 137.16-237-56.2 15c-2.484 0.69-5.335 1.087-8.28 1.087-17.721 0-32.087-14.366-32.087-32.087 0-14.776 9.988-27.22 23.582-30.947l0.225-0.053 131.080-35.080c2.485-0.693 5.34-1.092 8.287-1.092 14.733 0 27.14 9.956 30.861 23.507l0.053 0.225 35.16 131.080c0.714 2.521 1.124 5.416 1.124 8.406 0 14.788-10.031 27.233-23.66 30.902l-0.224 0.051c-2.494 0.676-5.359 1.069-8.314 1.080l-0.006 0c-14.716-0.014-27.105-9.96-30.827-23.495l-0.053-0.225-15.2-56.6-137.16 237.24c-2.695 4.59-4.287 10.109-4.287 16 0 17.619 14.24 31.913 31.839 32l0.008 0h192c17.673 0 32 14.327 32 32v0zM946.92 720l-92.56-160c-5.77-8.973-15.703-14.833-27.005-14.833-17.673 0-32 14.327-32 32 0 5.423 1.349 10.53 3.729 15.006l-0.084-0.173 92.56 160c2.695 4.59 4.287 10.109 4.287 16 0 17.619-14.24 31.913-31.839 32l-0.008 0h-274.76l41.36-41.36c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-41.36-41.36h274.76c52.994-0.033 95.942-43.001 95.942-96 0-17.673-4.776-34.231-13.107-48.453l0.245 0.453zM512 128c0.094-0.001 0.204-0.002 0.315-0.002 11.683 0 21.876 6.381 27.284 15.847l0.081 0.154 137.16 237-56.32-15.12c-2.197-0.538-4.718-0.847-7.312-0.847-17.673 0-32 14.327-32 32 0 14.389 9.497 26.56 22.566 30.587l0.227 0.060 131.12 35.16c2.482 0.679 5.333 1.072 8.275 1.080l0.005 0c14.716-0.014 27.105-9.96 30.827-23.495l0.053-0.225 35.16-131.16c0.829-2.709 1.306-5.823 1.306-9.048 0-17.673-14.327-32-32-32-15.007 0-27.601 10.33-31.060 24.268l-0.046 0.22-15.2 56.68-137.36-237.16c-16.921-28.841-47.775-47.899-83.080-47.899s-66.159 19.058-82.835 47.448l-0.245 0.451-92.64 160c-2.442 4.412-3.879 9.673-3.879 15.27 0 17.673 14.327 32 32 32 11.484 0 21.554-6.049 27.2-15.134l92.719-160.136c5.489-9.621 15.682-16.002 27.365-16.002 0.111 0 0.221 0.001 0.332 0.002l-0.017-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"recycle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31674,\"id\":306,\"name\":\"recycle-duotone\",\"prevSize\":16,\"code\":61529,\"codes\":[61529,61530]},\"setIdx\":5,\"setId\":5,\"iconIdx\":941},{\"icon\":{\"paths\":[\"M912.84 498.68v0c9.549 22.87 15.115 49.439 15.16 77.302l0 0.018c0 159.040-186.24 288-416 288s-416-128.96-416-288c0.045-27.881 5.611-54.45 15.663-78.688l-0.503 1.368c-28.39-17.023-47.097-47.632-47.097-82.61 0-53.019 42.981-96 96-96 31.758 0 59.915 15.421 77.39 39.184l0.187 0.266c73.24-44.52 169.24-71.52 274.36-71.52s201.12 27 274.36 71.52v0c17.662-24.029 45.818-39.45 77.577-39.45 53.019 0 96 42.981 96 96 0 34.978-18.707 65.587-46.662 82.368l-0.435 0.242z\",\"M992 416c-0.017-70.68-57.318-127.97-128-127.97-32.104 0-61.447 11.819-83.917 31.343l0.157-0.133c-67-35.6-147.040-57.12-230.64-62.12l20.76-124.68 70.88 10.88c7.612 46.059 47.145 80.756 94.782 80.756 53.019 0 96-42.981 96-96s-42.981-96-96-96c-35.462 0-66.432 19.227-83.056 47.826l-0.246 0.459-104-16c-1.466-0.238-3.155-0.374-4.876-0.374-15.813 0-28.947 11.47-31.537 26.544l-0.027 0.19-27.48 165.92c-87.36 3.76-171.28 25.52-241.040 62.6-22.134-18.792-51.034-30.22-82.602-30.22-70.692 0-128 57.308-128 128 0 36.694 15.441 69.782 40.179 93.121l0.063 0.059c-5.952 19.703-9.385 42.348-9.4 65.792l-0 0.008c0 87.72 48 169.4 135.64 229.96 83.88 58.040 194.8 90.040 312.36 90.040s228.48-32 312.36-90.040c87.64-60.56 135.64-142.24 135.64-229.96-0.015-23.452-3.448-46.097-9.828-67.47l0.428 1.67c25.412-23.503 41.299-56.986 41.4-94.182l0-0.018zM736 96c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM896.52 471.12c-9.458 5.675-15.689 15.876-15.689 27.531 0 4.503 0.93 8.789 2.609 12.676l-0.080-0.208c7.956 19.198 12.596 41.491 12.64 64.863l0 0.017c0 66.12-38.36 129.080-108 177.32-73.32 50.68-171.32 78.68-276 78.68s-202.68-28-276-78.68c-69.64-48.24-108-111.2-108-177.32 0.058-23.314 4.666-45.537 12.983-65.847l-0.423 1.167c1.609-3.69 2.545-7.989 2.545-12.507 0-11.629-6.204-21.81-15.482-27.413l-0.143-0.080c-18.83-11.37-31.226-31.723-31.226-54.972 0-35.346 28.654-64 64-64 21.046 0 39.72 10.159 51.385 25.841l0.121 0.171c5.887 8.013 15.275 13.157 25.864 13.157 6.159 0 11.912-1.74 16.794-4.756l-0.138 0.079 0.72-0.44c70.8-42.8 162-66.4 257-66.4v0c94.92 0 186.12 23.6 256.92 66.4l0.72 0.44c4.744 2.936 10.497 4.677 16.656 4.677 10.589 0 19.977-5.143 25.801-13.068l0.062-0.089c11.772-16.057 30.564-26.365 51.765-26.365 35.346 0 64 28.654 64 64 0 23.355-12.509 43.787-31.193 54.963l-0.292 0.162zM352 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM736 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM668.28 689c2.353 4.346 3.736 9.514 3.736 15.005 0 12.19-6.816 22.789-16.846 28.191l-0.17 0.084c-41.412 22.444-90.665 35.638-143 35.638s-101.588-13.193-144.615-36.436l1.615 0.798c-10.197-5.49-17.012-16.089-17.012-28.28 0-17.68 14.332-32.012 32.012-32.012 5.489 0 10.655 1.381 15.17 3.816l-0.17-0.084c32.723 17.742 71.643 28.171 113 28.171s80.277-10.429 114.275-28.801l-1.275 0.63c4.346-2.353 9.514-3.736 15.005-3.736 12.19 0 22.789 6.816 28.191 16.846l0.084 0.17z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"reddit-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31675,\"id\":305,\"name\":\"reddit-logo-duotone\",\"prevSize\":16,\"code\":61531,\"codes\":[61531,61532]},\"setIdx\":5,\"setId\":5,\"iconIdx\":942},{\"icon\":{\"paths\":[\"M896 256v256c0 141.385-114.615 256-256 256v0h-512v-256c0-141.385 114.615-256 256-256v0z\",\"M96 512c0.182-158.985 129.015-287.818 287.983-288l434.777-0-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-434.76c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 480c-17.673 0-32 14.327-32 32v0c-0.137 123.657-100.343 223.863-223.987 224l-434.773 0 41.4-41.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-41.4-41.36h434.76c158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"repeat-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31676,\"id\":304,\"name\":\"repeat-duotone\",\"prevSize\":16,\"code\":61533,\"codes\":[61533,61534]},\"setIdx\":5,\"setId\":5,\"iconIdx\":943},{\"icon\":{\"paths\":[\"M896 256v256c0 141.385-114.615 256-256 256v0h-512v-256c0-141.385 114.615-256 256-256v0z\",\"M96 512c0.182-158.985 129.015-287.818 287.983-288l434.777-0-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-434.76c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 480c-17.673 0-32 14.327-32 32v0c-0.137 123.657-100.343 223.863-223.987 224l-434.773 0 41.4-41.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-41.4-41.36h434.76c158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-17.673-14.327-32-32-32v0zM544 640c17.673 0 32-14.327 32-32v0-192c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-64 32c-10.568 5.373-17.683 16.166-17.683 28.62 0 17.675 14.328 32.003 32.003 32.003 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 17.68-8.84v140.24c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"repeat-once-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31677,\"id\":303,\"name\":\"repeat-once-duotone\",\"prevSize\":16,\"code\":61535,\"codes\":[61535,61536]},\"setIdx\":5,\"setId\":5,\"iconIdx\":944},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM448 640l-192-128 192-128zM704 640l-192-128 192-128z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM719.080 356c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-192 128c-8.654 5.819-14.271 15.573-14.271 26.64s5.618 20.821 14.157 26.567l0.114 0.073 192 128c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-256c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM672 580.2l-102.32-68.2 102.32-68zM463.080 356c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-192 128c-8.654 5.819-14.271 15.573-14.271 26.64s5.618 20.821 14.157 26.567l0.114 0.073 192 128c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-256c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM416 580.2l-102.32-68.2 102.32-68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rewind-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31678,\"id\":302,\"name\":\"rewind-circle-duotone\",\"prevSize\":16,\"code\":61537,\"codes\":[61537,61538]},\"setIdx\":5,\"setId\":5,\"iconIdx\":945},{\"icon\":{\"paths\":[\"M896 287.4v449.2c-0.155 17.356-14.261 31.367-31.639 31.367-6.344 0-12.252-1.867-17.204-5.082l0.123 0.075-352.76-224.6c-8.776-5.621-14.509-15.321-14.509-26.36s5.733-20.739 14.384-26.285l0.125-0.075 352.76-224.6c4.829-3.14 10.737-5.007 17.081-5.007 17.378 0 31.484 14.010 31.639 31.352l0 0.015zM431.28 261.040l-352.76 224.6c-8.776 5.621-14.509 15.321-14.509 26.36s5.733 20.739 14.384 26.285l0.125 0.075 352.76 224.6c4.829 3.14 10.737 5.007 17.081 5.007 17.378 0 31.484-14.010 31.639-31.352l0-0.015v-449.2c-0.155-17.356-14.261-31.367-31.639-31.367-6.344 0-12.252 1.867-17.204 5.082l0.123-0.075z\",\"M895.080 232c-8.864-4.938-19.444-7.846-30.703-7.846-12.726 0-24.585 3.715-34.551 10.119l0.254-0.153-318.080 202.44v-149.2c-0.147-35.036-28.583-63.382-63.639-63.382-12.728 0-24.584 3.737-34.53 10.173l0.249-0.151-352.76 224.64c-17.745 11.391-29.333 31.022-29.333 53.36s11.589 41.969 29.082 53.209l0.251 0.151 352.76 224.64c9.697 6.285 21.552 10.022 34.281 10.022 35.057 0 63.493-28.346 63.639-63.368l0-0.014v-149.2l318.080 202.56c9.697 6.285 21.552 10.022 34.281 10.022 35.057 0 63.493-28.346 63.639-63.368l0-0.014v-449.28c-0.072-23.75-13.208-44.416-32.597-55.195l-0.323-0.165zM448 735.72l-351.28-223.72 351.28-223.76zM864 735.72l-351.28-223.72 351.28-223.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rewind-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31679,\"id\":301,\"name\":\"rewind-duotone\",\"prevSize\":16,\"code\":61539,\"codes\":[61539,61540]},\"setIdx\":5,\"setId\":5,\"iconIdx\":946},{\"icon\":{\"paths\":[\"M928 768h-832l288-512h256z\",\"M943.68 796c-4.521 2.595-9.939 4.125-15.715 4.125-11.962 0-22.391-6.563-27.882-16.285l-0.083-0.16-278.72-495.68h-77.28v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-77.28l-278.72 495.68c-5.602 9.865-16.036 16.411-28 16.411-17.724 0-32.091-14.368-32.091-32.091 0-5.76 1.517-11.165 4.174-15.839l-0.083 0.159 261.28-464.32h-233.28c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h832c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-233.28l261.28 464.32c2.595 4.521 4.125 9.939 4.125 15.715 0 11.962-6.563 22.391-16.285 27.882l-0.16 0.083zM512 448c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM512 672c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"road-horizon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31680,\"id\":300,\"name\":\"road-horizon-duotone\",\"prevSize\":16,\"code\":61541,\"codes\":[61541,61542]},\"setIdx\":5,\"setId\":5,\"iconIdx\":947},{\"icon\":{\"paths\":[\"M800 224h-576c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h576c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM656 736h-288c-44.183 0-80-35.817-80-80s35.817-80 80-80v0h288c44.183 0 80 35.817 80 80s-35.817 80-80 80v0z\",\"M800 192h-256v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-256c-70.692 0-128 57.308-128 128v0 448c0 70.692 57.308 128 128 128v0h576c70.692 0 128-57.308 128-128v0-448c0-70.692-57.308-128-128-128v0zM864 768c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM656 544h-288c-61.856 0-112 50.144-112 112s50.144 112 112 112v0h288c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM544 608v96h-64v-96zM320 656c0-26.51 21.49-48 48-48v0h48v96h-48c-26.51 0-48-21.49-48-48v0zM656 704h-48v-96h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM288 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM640 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"robot-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31681,\"id\":299,\"name\":\"robot-duotone\",\"prevSize\":16,\"code\":61543,\"codes\":[61543,61544]},\"setIdx\":5,\"setId\":5,\"iconIdx\":948},{\"icon\":{\"paths\":[\"M379.24 768l-117.8 88.96c-5.427 4.374-12.405 7.021-20.001 7.021-15.214 0-27.948-10.617-31.197-24.846l-0.041-0.215-49.44-222.52c-0.488-2.093-0.767-4.497-0.767-6.966 0-7.811 2.799-14.969 7.448-20.525l-0.041 0.050 121.24-145.32c-4.64 93.36 18.16 202.080 90.6 324.36zM856.6 588.96l-121.24-145.32c4.84 93.36-18.16 202.080-90.6 324.36l117.8 88.96c5.427 4.374 12.405 7.021 20.001 7.021 15.214 0 27.948-10.617 31.197-24.846l0.041-0.215 49.44-222.52c0.488-2.093 0.767-4.497 0.767-6.966 0-7.811-2.799-14.969-7.448-20.525l0.041 0.050z\",\"M608 896c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM512 448c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM894.48 623.32l-49.44 222.52c-6.578 28.893-32.048 50.131-62.479 50.131-14.995 0-28.785-5.157-39.694-13.793l0.134 0.102-108.96-82.28h-244l-109.040 82.28c-10.776 8.535-24.566 13.691-39.561 13.691-30.431 0-55.902-21.239-62.397-49.702l-0.082-0.429-49.44-222.52c-0.952-4.149-1.498-8.913-1.498-13.805 0-15.644 5.582-29.985 14.863-41.139l-0.085 0.105 114.24-137.040c4.201-53.824 16.411-103.662 35.474-149.955l-1.194 3.275c51.6-129.36 144-210.52 181.48-239.4 10.711-8.363 24.366-13.41 39.2-13.41s28.489 5.047 39.342 13.517l-0.142-0.107c37.36 28.88 129.88 110.040 181.48 239.4 17.869 43.018 30.079 92.856 34.172 144.975l0.108 1.705 114.24 137.040c9.196 11.050 14.778 25.39 14.778 41.035 0 4.892-0.546 9.656-1.58 14.236l0.082-0.43zM397.72 736h228.56c84.48-150.16 100.28-293.92 46.96-427.52-47.040-117.92-135.28-192.48-161.24-212.48-26.040 20-114.28 94.56-161.32 212.48-53.24 133.6-37.44 277.36 47.040 427.52zM337.72 759.4q-64.6-117.4-78.4-230.76l-67.32 80.8 49.44 222.56 0.72-0.52zM832 609.44l-67.32-80.8q-13.68 113.12-78.24 230.76l96.12 72.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rocket-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31682,\"id\":298,\"name\":\"rocket-duotone\",\"prevSize\":16,\"code\":61545,\"codes\":[61545,61546]},\"setIdx\":5,\"setId\":5,\"iconIdx\":949},{\"icon\":{\"paths\":[\"M288 640l96 96s-32 128-224 128c0-192 128-224 128-224zM544 288h-246.6c-8.825 0.004-16.814 3.58-22.6 9.36l0-0-137.4 137.4c-5.776 5.788-9.348 13.778-9.348 22.603 0 16.074 11.852 29.38 27.294 31.656l0.174 0.021 164.48 22.96zM512 704l22.96 164.48c2.297 15.616 15.603 27.468 31.677 27.468 8.824 0 16.814-3.572 22.603-9.348l-0.001 0.001 137.4-137.4c5.78-5.786 9.356-13.775 9.36-22.599l0-0.001v-246.6z\",\"M415.080 743.76c-1.56 6.2-40.56 152.24-255.080 152.24-17.673 0-32-14.327-32-32v0c0-214.52 146.040-253.52 152.24-255.080 2.33-0.606 5.004-0.955 7.76-0.955 17.681 0 32.015 14.333 32.015 32.015 0 14.925-10.214 27.465-24.033 31.012l-0.222 0.048c-3.6 1-89.68 26.16-102.24 159.44 133.28-12.56 158.48-98.48 159.52-102.48 3.681-13.931 16.17-24.035 31.020-24.035 17.692 0 32.035 14.343 32.035 32.035 0 2.843-0.37 5.599-1.065 8.224l0.050-0.224zM787.080 474.16l-19.080 19.080v233.32c0.001 0.107 0.001 0.233 0.001 0.359 0 17.614-7.156 33.557-18.719 45.080l-0.002 0.002-137.28 137.2c-11.532 11.612-27.507 18.8-45.16 18.8-0.014 0-0.028-0-0.042-0l0.002 0c-7.299-0.002-14.313-1.217-20.853-3.455l0.453 0.135c-22.818-7.711-39.616-27.367-43.079-51.337l-0.041-0.343-21.48-153.96-176.84-176.84-153.88-21.48c-31.315-4.516-55.111-31.169-55.111-63.38 0-17.716 7.198-33.75 18.829-45.338l0.002-0.002 137.2-137.28c11.525-11.565 27.467-18.721 45.081-18.721 0.126 0 0.252 0 0.378 0.001l-0.019-0h233.32l19.080-19.080c106.72-106.68 235.32-111.28 285.64-108.28 32.291 2.022 57.978 27.709 59.991 59.816l0.009 0.184c2.92 50.2-1.68 178.8-108.36 285.52zM160 457.36l148.6 20.72 158.16-158.080h-169.32zM365.28 512l146.72 146.72 229.8-229.8c55.784-55.418 90.312-132.173 90.312-216.992 0-6.913-0.229-13.772-0.681-20.571l0.049 0.923c-5.678-0.375-12.31-0.589-18.992-0.589-84.992 0-161.905 34.587-217.433 90.453l-0.015 0.015zM704 557.24l-158.12 158.12 20.8 148.64 137.32-137.44z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rocket-launch-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31683,\"id\":297,\"name\":\"rocket-launch-duotone\",\"prevSize\":16,\"code\":61547,\"codes\":[61547,61548]},\"setIdx\":5,\"setId\":5,\"iconIdx\":950},{\"icon\":{\"paths\":[\"M864 608v160c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM832 224h-640c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z\",\"M832 544h-640c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM832 768h-640v-160h640v160zM832 192h-640c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM832 416h-640v-160h640v160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rows-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31684,\"id\":296,\"name\":\"rows-duotone\",\"prevSize\":16,\"code\":61549,\"codes\":[61549,61550]},\"setIdx\":5,\"setId\":5,\"iconIdx\":951},{\"icon\":{\"paths\":[\"M832 832h-640v-640c353.462 0 640 286.538 640 640v0z\",\"M395.64 628.36c52.111 51.833 84.361 123.587 84.361 202.874 0 0.269-0 0.539-0.001 0.808l0-0.042c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-123.712-100.288-224-224-224v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c0.227-0.001 0.497-0.001 0.766-0.001 79.287 0 151.042 32.25 202.862 84.349l0.012 0.012zM192 352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c229.75 0 416 186.25 416 416v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-265.097-214.903-480-480-480v0zM667.16 356.84c-120.935-121.592-288.355-196.842-473.351-196.842-0.636 0-1.272 0.001-1.908 0.003l0.099-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.492-0.001 1.074-0.002 1.656-0.002 167.373 0 318.846 68.079 428.238 178.056l0.026 0.026c110.004 109.418 178.082 260.891 178.082 428.264 0 0.582-0.001 1.164-0.002 1.746l0-0.090c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.002-0.532 0.002-1.162 0.002-1.792 0-185.002-75.251-352.427-196.813-473.339l-0.029-0.029zM208 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rss-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31685,\"id\":295,\"name\":\"rss-duotone\",\"prevSize\":16,\"code\":61551,\"codes\":[61551,61552]},\"setIdx\":5,\"setId\":5,\"iconIdx\":952},{\"icon\":{\"paths\":[\"M832 800h-608v-608c335.789 0 608 272.211 608 608v0z\",\"M864 800c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-317.6-258.4-576-576-576-17.673 0-32-14.327-32-32s14.327-32 32-32v0c352.88 0 640 287.12 640 640zM224 448c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985 0.182 287.818 129.015 288 287.983l0 0.017c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM240 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rss-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31686,\"id\":294,\"name\":\"rss-simple-duotone\",\"prevSize\":16,\"code\":61553,\"codes\":[61553,61554]},\"setIdx\":5,\"setId\":5,\"iconIdx\":953},{\"icon\":{\"paths\":[\"M224 192v640h576v-640zM512 672l-96-160 96-160 96 160z\",\"M800 64c-17.673 0-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 832c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-832c0-17.673-14.327-32-32-32v0zM768 800h-512v-576h512zM484.56 688.48c5.694 9.372 15.847 15.537 27.44 15.537s21.746-6.165 27.36-15.395l0.080-0.142 96-160c2.87-4.703 4.57-10.393 4.57-16.48s-1.699-11.777-4.65-16.621l0.080 0.141-96-160c-5.694-9.372-15.847-15.537-27.44-15.537s-21.746 6.165-27.36 15.395l-0.080 0.142-96 160c-2.87 4.703-4.57 10.393-4.57 16.48s1.699 11.777 4.65 16.621l-0.080-0.141zM512 414.2l58.68 97.8-58.68 97.8-58.68-97.8z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"rug-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31687,\"id\":293,\"name\":\"rug-duotone\",\"prevSize\":16,\"code\":61555,\"codes\":[61555,61556]},\"setIdx\":5,\"setId\":5,\"iconIdx\":954},{\"icon\":{\"paths\":[\"M918.64 361.36l-557.28 557.28c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-210.76-210.64c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l557.28-557.4c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l210.76 210.64c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M941.28 293.48l-210.76-210.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-557.28 557.24c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l210.76 210.72c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l557.28-557.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM338.72 896l-210.72-210.76 128-128 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-105.4-105.36 82.76-82.76 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-105.4-105.36 82.76-82.76 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-105.4-105.36 128-128 210.76 210.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"ruler-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31688,\"id\":292,\"name\":\"ruler-duotone\",\"prevSize\":16,\"code\":61557,\"codes\":[61557,61558]},\"setIdx\":5,\"setId\":5,\"iconIdx\":955},{\"icon\":{\"paths\":[\"M224 352l128 320c0 70.68-80 96-128 96s-128-25.32-128-96zM800 224l-128 320c0 70.68 80 96 128 96s128-25.32 128-96z\",\"M957.72 532l-128-320c-4.848-11.891-16.319-20.119-29.713-20.119-2.455 0-4.846 0.276-7.142 0.8l0.215-0.041-249.080 55.36v-88c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 102.32l-262.96 58.44c-10.413 2.357-18.761 9.545-22.682 19.028l-0.078 0.212v0.24l-128 319.76c-1.443 3.494-2.281 7.55-2.281 11.802 0 0.069 0 0.139 0.001 0.208l-0-0.011c0 93.24 98.16 128 160 128s160-34.76 160-128c0-0.059 0.001-0.128 0.001-0.198 0-4.252-0.838-8.309-2.357-12.014l0.077 0.211-114.040-284.92 212.32-47.080v504h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-518.32l204-45.28-105.72 263.6c-1.443 3.494-2.281 7.55-2.281 11.802 0 0.069 0 0.139 0.001 0.208l-0-0.011c0 93.24 98.16 128 160 128s160-34.76 160-128c0-0.059 0.001-0.128 0.001-0.198 0-4.252-0.838-8.309-2.357-12.014l0.077 0.211zM224 736c-30.12 0-91.040-14.44-95.72-58.56l95.72-239.28 95.72 239.28c-4.68 44.12-65.6 58.56-95.72 58.56zM800 608c-30.12 0-91.040-14.44-95.72-58.56l95.72-239.28 95.72 239.28c-4.68 44.12-65.6 58.56-95.72 58.56z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"scales-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31689,\"id\":291,\"name\":\"scales-duotone\",\"prevSize\":16,\"code\":61559,\"codes\":[61559,61560]},\"setIdx\":5,\"setId\":5,\"iconIdx\":956},{\"icon\":{\"paths\":[\"M704 352v320c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z\",\"M896 160v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM320 832h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 672c-17.673 0-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM160 352c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM672 736h-320c-35.346 0-64-28.654-64-64v0-320c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0 320c0 35.346-28.654 64-64 64v0zM352 672h320v-320h-320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"scan-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31690,\"id\":290,\"name\":\"scan-duotone\",\"prevSize\":16,\"code\":61561,\"codes\":[61561,61562]},\"setIdx\":5,\"setId\":5,\"iconIdx\":957},{\"icon\":{\"paths\":[\"M160.8 383.2c-20.266-20.268-32.8-48.266-32.8-79.192 0-61.856 50.144-112 112-112s112 50.144 112 112c0 30.926-12.534 58.924-32.8 79.192l0-0c-20.268 20.27-48.27 32.808-79.2 32.808s-58.932-12.538-79.2-32.808l-0-0zM160.8 640.8c-20.266 20.268-32.8 48.266-32.8 79.192 0 61.856 50.144 112 112 112s112-50.144 112-112c0-30.926-12.534-58.924-32.8-79.192l0 0c-20.268-20.27-48.27-32.808-79.2-32.808s-58.932 12.538-79.2 32.808l-0 0z\",\"M630.92 452.52c-3.507-5.060-5.603-11.329-5.603-18.088 0-10.936 5.486-20.59 13.855-26.362l0.107-0.070 270.64-185.2c4.785-3.005 10.603-4.787 16.836-4.787 17.673 0 32 14.327 32 32 0 10.449-5.008 19.728-12.755 25.568l-0.081 0.059-270.68 185.2c-5.025 3.505-11.26 5.6-17.985 5.6-0.019 0-0.039-0-0.058-0l0.003 0c-10.871-0.043-20.458-5.5-26.21-13.814l-0.070-0.106zM954.4 792.88c-5.845 8.451-15.484 13.917-26.401 13.917-6.755 0-13.022-2.093-18.186-5.666l0.106 0.070-365.92-250.4-170.040 116.32c6.337 15.634 10.014 33.768 10.014 52.761 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 37.891 0 72.363 14.635 98.074 38.56l-0.088-0.081 149.36-102.36-149.56-102.36c-25.511 23.699-59.813 38.242-97.512 38.242-79.22 0-143.44-64.22-143.44-143.44s64.22-143.44 143.44-143.44c79.22 0 143.44 64.22 143.44 143.44 0 18.874-3.645 36.897-10.271 53.403l0.342-0.965 572 391.48c8.587 5.828 14.154 15.545 14.154 26.562 0 6.704-2.061 12.926-5.585 18.067l0.071-0.109zM320 720c0-0.005 0-0.011 0-0.017 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80 22.087 0 42.084-8.951 56.56-23.423l-0 0c14.479-14.387 23.44-34.311 23.44-56.328 0-0.081-0-0.163-0-0.244l0 0.013zM296.56 360.52c14.482-14.478 23.44-34.481 23.44-56.577 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 22.096 8.958 42.099 23.44 56.577l0 0c14.409 14.618 34.427 23.675 56.56 23.675s42.151-9.056 56.551-23.665l0.009-0.009z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"scissors-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31691,\"id\":289,\"name\":\"scissors-duotone\",\"prevSize\":16,\"code\":61563,\"codes\":[61563,61564]},\"setIdx\":5,\"setId\":5,\"iconIdx\":958},{\"icon\":{\"paths\":[\"M288 688c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM848 576c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z\",\"M848 544c-4.72 0-9.4 0.24-14.040 0.68l-131.6-394.8c-4.368-12.822-16.305-21.88-30.358-21.88-0.001 0-0.002 0-0.003 0l-128-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h104.92l76 227.48-196.56 252.52h-209.28c-8.348-72.321-69.229-127.949-143.103-127.949-79.529 0-144 64.471-144 144s64.471 144 144 144c62.342 0 115.432-39.617 135.466-95.048l0.317-1.003h232.24c10.229-0.008 19.335-4.814 25.187-12.29l0.053-0.070 180-231.2 24 72.52c-41.762 25.707-69.186 71.171-69.186 123.040 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-0.019 0-0.038 0-0.057 0l0.003-0zM176 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM848 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"scooter-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31692,\"id\":288,\"name\":\"scooter-duotone\",\"prevSize\":16,\"code\":61565,\"codes\":[61565,61566]},\"setIdx\":5,\"setId\":5,\"iconIdx\":959},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-672c0-35.346-28.654-64-64-64v0-544c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M928 224v576c0 35.346-28.654 64-64 64v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288v-576h-704v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM128 736c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0zM128 608c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c88.366 0 160 71.634 160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM128 480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985 0.182 287.818 129.015 288 287.983l0 0.017c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"screencast-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31693,\"id\":287,\"name\":\"screencast-duotone\",\"prevSize\":16,\"code\":61567,\"codes\":[61567,61568]},\"setIdx\":5,\"setId\":5,\"iconIdx\":960},{\"icon\":{\"paths\":[\"M402.4 832c-256 0-256-384 128-384 64.221 0.238 125.692 11.697 182.656 32.514l-3.736-1.194c6.68 170.12-101.8 352.68-306.92 352.68z\",\"M983.72 618.52c-5.28-5.84-96.36-104.88-244-162.24-6.88-73.68-33.84-140.68-77.64-191.68-58.6-68.6-143.76-104.6-246.080-104.6-206.080 0-340.44 184.72-346.040 192.6-3.344 4.976-5.337 11.103-5.337 17.695 0 17.673 14.327 32 32 32 10.28 0 19.429-4.848 25.283-12.382l0.054-0.072c1.24-1.64 121.28-165.84 294.040-165.84 83.080 0 151.44 28.44 197.64 82.28 29.68 34.56 49.76 78.76 58.68 128-42.572-11.572-91.459-18.239-141.896-18.28l-0.024-0c-104.24 0-191.72 27.24-253.040 78.76-54.24 45.6-85.36 109.24-85.36 174.24-0.006 0.553-0.009 1.207-0.009 1.862 0 52.434 21.2 99.917 55.495 134.344l-0.006-0.006c38.64 38.48 92.24 58.8 154.92 58.8 207.24 0 324.72-168.52 337.96-337.68 76.050 34.286 140.99 79.75 195.963 135.122l0.037 0.038c5.878 6.473 14.326 10.52 23.72 10.52 17.673 0 32-14.327 32-32 0-8.28-3.144-15.825-8.304-21.506l0.024 0.026zM605.88 705.080c-35.32 43.28-99.24 94.92-203.48 94.92-101.12 0-146.4-65.8-146.4-131 0-91.040 85.88-189 274.4-189 52.58 0.163 103.165 8.46 150.641 23.696l-3.521-0.976c-1.8 75.040-27.68 148.4-71.64 202.36z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"scribble-loop-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31694,\"id\":286,\"name\":\"scribble-loop-duotone\",\"prevSize\":16,\"code\":61569,\"codes\":[61569,61570]},\"setIdx\":5,\"setId\":5,\"iconIdx\":961},{\"icon\":{\"paths\":[\"M896 768c0 53.019-42.981 96-96 96v0h-448c53.019 0 96-42.981 96-96v0c0-40-32-64-32-64h448s32 24 32 64z\",\"M384 416c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM416 576h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 768c0 70.692-57.308 128-128 128v0h-448c-70.692 0-128-57.308-128-128v0-512c0-35.346-28.654-64-64-64s-64 28.654-64 64v0c0 22.96 19.32 38.48 19.52 38.64v0c7.624 5.908 12.484 15.066 12.484 25.36 0 17.673-14.327 32-32 32-0.001 0-0.003-0-0.004-0l0 0c-0.016 0-0.035 0-0.054 0-7.215 0-13.865-2.421-19.181-6.496l0.075 0.055c-4.64-3.4-44.84-35.12-44.84-89.56 0-70.692 57.308-128 128-128v0h544c70.692 0 128 57.308 128 128v0 416h32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058c4.8 3.44 44.8 35.16 44.8 89.6zM385.040 693.92c4.45-12.856 16.453-21.922 30.573-21.922 0.136 0 0.272 0.001 0.407 0.003l-0.021-0h352v-416c0-35.346-28.654-64-64-64v0h-433.24c10.836 18.294 17.24 40.322 17.24 63.845 0 0.054-0 0.109-0 0.163l0-0.008v512c0 35.346 28.654 64 64 64s64-28.654 64-64v0c0-22.96-19.32-38.48-19.52-38.64-7.96-5.744-13.081-14.995-13.081-25.441 0-3.578 0.601-7.016 1.707-10.219l-0.066 0.22zM864 768c-0.43-12.366-5.258-23.528-12.959-32.043l0.039 0.043h-376c3.070 9.545 4.84 20.526 4.84 31.921 0 0.028-0 0.056-0 0.084l0-0.004c0 0.052 0 0.113 0 0.174 0 23.507-6.373 45.526-17.485 64.423l0.325-0.597h337.24c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"scroll-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31695,\"id\":285,\"name\":\"scroll-duotone\",\"prevSize\":16,\"code\":61571,\"codes\":[61571,61572]},\"setIdx\":5,\"setId\":5,\"iconIdx\":962},{\"icon\":{\"paths\":[\"M928 512c0 50.040-71.28 87.8-90.72 134.76-18.72 45.28 5.68 122.6-31.12 159.4s-114.12 12.4-159.4 31.12c-46.76 19.44-84.76 90.72-134.76 90.72s-88-71.28-134.76-90.72c-45.28-18.72-122.6 5.68-159.4-31.12s-12.4-114.12-31.12-159.4c-19.44-46.76-90.72-84.76-90.72-134.76s71.28-88 90.72-134.76c18.72-45.24-5.68-122.6 31.12-159.4s114.16-12.4 159.4-31.12c46.96-19.44 84.76-90.72 134.76-90.72s88 71.28 134.76 90.72c45.28 18.72 122.6-5.68 159.4 31.12s12.4 114.12 31.12 159.4c19.44 46.96 90.72 84.76 90.72 134.76z\",\"M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.6-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.6 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.6 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.6-38.76 56.44zM694.64 393.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"seal-check-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31696,\"id\":284,\"name\":\"seal-check-duotone\",\"prevSize\":16,\"code\":61573,\"codes\":[61573,61574]},\"setIdx\":5,\"setId\":5,\"iconIdx\":963},{\"icon\":{\"paths\":[\"M928 512c0 50.040-71.28 87.8-90.72 134.76-18.72 45.28 5.68 122.56-31.12 159.4s-114.12 12.4-159.4 31.12c-46.76 19.44-84.76 90.72-134.76 90.72s-88-71.28-134.76-90.72c-45.28-18.72-122.56 5.68-159.4-31.12s-12.4-114.12-31.12-159.4c-19.44-46.76-90.72-84.76-90.72-134.76s71.28-88 90.72-134.76c18.72-45.24-5.68-122.56 31.12-159.4s114.16-12.4 159.4-31.12c46.96-19.44 84.76-90.72 134.76-90.72s88 71.28 134.76 90.72c45.28 18.72 122.56-5.68 159.4 31.12s12.4 114.12 31.12 159.4c19.44 46.96 90.72 84.76 90.72 134.76z\",\"M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.28-5.88-30.52-21.48-46.28-36.56-27.64-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.28-21.48 30.52-36.56 46.28-26.52 27.64-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.28 5.88 30.52 21.48 46.28 36.56 27.64 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.28 21.48-30.52 36.56-46.28 26.52-27.64 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.56-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28v0c-12.44-12.4-12.88-41.56-13.28-69.72-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.56 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.56 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.56-38.76 56.44z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"seal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31697,\"id\":283,\"name\":\"seal-duotone\",\"prevSize\":16,\"code\":61575,\"codes\":[61575,61576]},\"setIdx\":5,\"setId\":5,\"iconIdx\":964},{\"icon\":{\"paths\":[\"M928 512c0 50.040-71.28 87.8-90.72 134.76-18.72 45.28 5.68 122.56-31.12 159.4s-114.12 12.4-159.4 31.12c-46.76 19.44-84.76 90.72-134.76 90.72s-88-71.28-134.76-90.72c-45.28-18.72-122.6 5.68-159.4-31.12s-12.4-114.12-31.12-159.4c-19.44-46.76-90.72-84.76-90.72-134.76s71.28-88 90.72-134.76c18.72-45.24-5.68-122.6 31.12-159.4s114.16-12.4 159.4-31.12c46.96-19.44 84.76-90.72 134.76-90.72s88 71.28 134.76 90.72c45.28 18.72 122.6-5.68 159.4 31.12s12.4 114.12 31.12 159.4c19.44 46.96 90.72 84.76 90.72 134.76z\",\"M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.6-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.6 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.6 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.6-38.76 56.44zM560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM672 432c0 69.52-55.040 127.72-128 141.12v2.88c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0c52.92 0 96-36 96-80s-43.080-80-96-80-96 36-96 80v16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-16c0-79.4 71.76-144 160-144s160 64.6 160 144z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"seal-question-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31698,\"id\":282,\"name\":\"seal-question-duotone\",\"prevSize\":16,\"code\":61577,\"codes\":[61577,61578]},\"setIdx\":5,\"setId\":5,\"iconIdx\":965},{\"icon\":{\"paths\":[\"M928 512c0 50.040-71.28 87.8-90.72 134.76-18.72 45.28 5.68 122.56-31.12 159.4s-114.12 12.4-159.4 31.12c-46.76 19.44-84.76 90.72-134.76 90.72s-88-71.28-134.76-90.72c-45.28-18.72-122.6 5.68-159.4-31.12s-12.4-114.12-31.12-159.4c-19.44-46.76-90.72-84.76-90.72-134.76s71.28-88 90.72-134.76c18.72-45.24-5.68-122.6 31.12-159.4s114.16-12.4 159.4-31.12c46.96-19.44 84.76-90.72 134.76-90.72s88 71.28 134.76 90.72c45.28 18.72 122.6-5.68 159.4 31.12s12.4 114.12 31.12 159.4c19.44 46.96 90.72 84.76 90.72 134.76z\",\"M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.6-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.6 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.6 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.6-38.76 56.44zM480 544v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM560 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"seal-warning-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31699,\"id\":281,\"name\":\"seal-warning-duotone\",\"prevSize\":16,\"code\":61579,\"codes\":[61579,61580]},\"setIdx\":5,\"setId\":5,\"iconIdx\":966},{\"icon\":{\"paths\":[\"M704 320v384h-384v-384z\",\"M416 160c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM864 704c-17.673 0-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-96c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 320c17.673 0 32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32v0zM704 736h-384c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 384c0 17.673-14.327 32-32 32v0zM672 352h-320v320h320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"selection-all-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31700,\"id\":280,\"name\":\"selection-all-duotone\",\"prevSize\":16,\"code\":61581,\"codes\":[61581,61582]},\"setIdx\":5,\"setId\":5,\"iconIdx\":967},{\"icon\":{\"paths\":[\"M864 192v448c0 17.673-14.327 32-32 32v0h-160v-288c0-17.673-14.327-32-32-32v0h-288v-160c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z\",\"M640 320h-448c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM640 832h-448v-448h448zM544 160c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM896 192v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c35.346 0 64 28.654 64 64v0zM896 384v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 608v32c0 35.346-28.654 64-64 64v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 224v-32c0-35.346 28.654-64 64-64v0h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"selection-background-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31701,\"id\":279,\"name\":\"selection-background-duotone\",\"prevSize\":16,\"code\":61583,\"codes\":[61583,61584]},\"setIdx\":5,\"setId\":5,\"iconIdx\":968},{\"icon\":{\"paths\":[\"M864 160v704h-704v-704z\",\"M608 160c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM864 704c-17.673 0-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-96c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 128h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"selection-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31702,\"id\":278,\"name\":\"selection-duotone\",\"prevSize\":16,\"code\":61585,\"codes\":[61585,61586]},\"setIdx\":5,\"setId\":5,\"iconIdx\":969},{\"icon\":{\"paths\":[\"M672 384v448c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z\",\"M256 864c0 17.673-14.327 32-32 32v0h-32c-35.346 0-64-28.654-64-64v0-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h32c17.673 0 32 14.327 32 32v0zM448 832h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 672c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0zM672 768c-17.673 0-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-32c0-17.673-14.327-32-32-32v0zM672 448c17.673 0 32-14.327 32-32v0-32c0-35.346-28.654-64-64-64v0h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32v0zM224 320h-32c-35.346 0-64 28.654-64 64v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-448c-35.346 0-64 28.654-64 64v0 160c-0.022 0.329-0.034 0.713-0.034 1.1s0.012 0.771 0.037 1.152l-0.003-0.052c1.186 16.701 15.025 29.8 31.924 29.8 0.027 0 0.053-0 0.080-0l-0.004 0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-128h448v448h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0h160c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"selection-foreground-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31703,\"id\":277,\"name\":\"selection-foreground-duotone\",\"prevSize\":16,\"code\":61587,\"codes\":[61587,61588]},\"setIdx\":5,\"setId\":5,\"iconIdx\":970},{\"icon\":{\"paths\":[\"M864 192v640c0 0.007 0 0.016 0 0.025 0 8.83-3.577 16.825-9.36 22.615l0-0-685.28-685.28c5.79-5.783 13.785-9.36 22.615-9.36 0.009 0 0.018 0 0.027 0l639.999-0c17.673 0 32 14.327 32 32v0z\",\"M608 864c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v640c0 35.346-28.654 64-64 64v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h50.76l-594.76-594.76v50.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 192h-594.76l594.76 594.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"selection-inverse-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31704,\"id\":276,\"name\":\"selection-inverse-duotone\",\"prevSize\":16,\"code\":61589,\"codes\":[61589,61590]},\"setIdx\":5,\"setId\":5,\"iconIdx\":971},{\"icon\":{\"paths\":[\"M864 160v704h-704v-704z\",\"M608 160c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 128h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 832h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"selection-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31705,\"id\":275,\"name\":\"selection-plus-duotone\",\"prevSize\":16,\"code\":61591,\"codes\":[61591,61592]},\"setIdx\":5,\"setId\":5,\"iconIdx\":972},{\"icon\":{\"paths\":[\"M864 160v704h-704v-704z\",\"M416 160c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 640 704c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"selection-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31706,\"id\":274,\"name\":\"selection-slash-duotone\",\"prevSize\":16,\"code\":61593,\"codes\":[61593,61594]},\"setIdx\":5,\"setId\":5,\"iconIdx\":973},{\"icon\":{\"paths\":[\"M256 256l160 480h-320zM800 304c0-97.202-78.798-176-176-176s-176 78.798-176 176c0 97.202 78.798 176 176 176v0c97.202 0 176-78.798 176-176v0zM544 608v224h352v-224z\",\"M896 576h-352c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h352c17.673 0 32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM864 800h-288v-160h288zM286.36 245.88c-4.366-12.825-16.305-21.887-30.36-21.887s-25.994 9.062-30.293 21.662l-0.067 0.225-160 480c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.002-0l320 0c0.001 0 0.002 0 0.002 0 17.673 0 32-14.327 32-32 0-3.62-0.601-7.1-1.709-10.345l0.067 0.225zM140.4 704l115.6-346.8 115.6 346.8zM832 304c0-114.875-93.125-208-208-208s-208 93.125-208 208c0 114.875 93.125 208 208 208v0c114.82-0.137 207.863-93.18 208-207.987l0-0.013zM480 304c0-79.529 64.471-144 144-144s144 64.471 144 144c0 79.529-64.471 144-144 144v0c-79.529 0-144-64.471-144-144v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shapes-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31707,\"id\":273,\"name\":\"shapes-duotone\",\"prevSize\":16,\"code\":61595,\"codes\":[61595,61596]},\"setIdx\":5,\"setId\":5,\"iconIdx\":974},{\"icon\":{\"paths\":[\"M896 416l-192 192v-384z\",\"M918.64 393.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-12c-0.118-0-0.257-0-0.396-0-192.747 0-354.859 131.162-401.952 309.101l-0.652 2.9c-0.645 2.401-1.016 5.157-1.016 8 0 17.682 14.334 32.016 32.016 32.016 14.839 0 27.32-10.095 30.95-23.792l0.050-0.223c40.477-153.028 177.69-264 340.823-264 0.062 0 0.125 0 0.187 0l11.99-0v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM736 530.76v-229.52l114.76 114.76zM800 864c0 17.673-14.327 32-32 32v0h-608c-35.346 0-64-28.654-64-64v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 480h608c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"share-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31708,\"id\":272,\"name\":\"share-duotone\",\"prevSize\":16,\"code\":61597,\"codes\":[61597,61598]},\"setIdx\":5,\"setId\":5,\"iconIdx\":975},{\"icon\":{\"paths\":[\"M608 768v-192c-245.6 0-418.44 148.76-484.28 218.88-2.929 3.135-7.087 5.089-11.703 5.089-8.837 0-16-7.163-16-16 0-0.637 0.037-1.266 0.11-1.884l-0.007 0.075c29.92-260.36 300.64-462.16 511.88-462.16v-192l320 320z\",\"M950.64 425.4l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385-17.668 0-31.992 14.318-32 31.984l-0 0.001v161.4c-103.76 8.88-218.36 59.68-312.64 139.64-113.52 96.32-184.2 220.44-199.040 349.48-0.202 1.654-0.318 3.57-0.318 5.512 0 26.51 21.49 48 48 48 13.809 0 26.256-5.831 35.013-15.166l0.024-0.026c44-46.84 200.56-194.96 428.96-208v159.16c0.008 17.667 14.332 31.985 32 31.985 8.843 0 16.848-3.587 22.64-9.385l0-0 320-320c5.775-5.788 9.345-13.777 9.345-22.6s-3.571-16.812-9.346-22.601l0.001 0.001zM640 690.76v-114.76c0-17.673-14.327-32-32-32v0c-112.32 0-221.72 29.32-325.16 87.2-55.467 31.475-103.41 66.611-146.834 106.583l0.554-0.503c23.2-95.36 81.68-186.040 168.2-259.44 92.88-78.76 206.24-125.84 303.24-125.84 17.673 0 32-14.327 32-32v0-114.72l242.76 242.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"share-fat-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31709,\"id\":271,\"name\":\"share-fat-duotone\",\"prevSize\":16,\"code\":61599,\"codes\":[61599,61600]},\"setIdx\":5,\"setId\":5,\"iconIdx\":976},{\"icon\":{\"paths\":[\"M832 800c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM704 352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0z\",\"M704 640c-0.015-0-0.033-0-0.051-0-44.864 0-85.403 18.516-114.393 48.323l-0.036 0.037-184.4-118.52c6.885-17.148 10.879-37.027 10.879-57.84s-3.994-40.692-11.257-58.915l0.378 1.075 184.4-118.52c29.083 29.771 69.63 48.232 114.49 48.232 88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160 0 20.856 3.99 40.779 11.249 59.049l-0.379-1.081-184.4 118.52c-29.094-29.847-69.692-48.36-114.615-48.36-88.366 0-160 71.634-160 160s71.634 160 160 160c44.922 0 85.521-18.513 114.582-48.326l0.033-0.034 184.4 118.52c-6.849 17.153-10.82 37.033-10.82 57.84 0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160-0.021 0-0.042 0-0.063 0l0.003-0zM704 128c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM256 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 896c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"share-network-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31710,\"id\":270,\"name\":\"share-network-duotone\",\"prevSize\":16,\"code\":61601,\"codes\":[61601,61602]},\"setIdx\":5,\"setId\":5,\"iconIdx\":977},{\"icon\":{\"paths\":[\"M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.12c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.12c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.4 418.48-320 436.72-54.12-18.040-320-122.76-320-436.72v-235.16h640zM329.36 566.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.36 201.36-201.36c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shield-check-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31711,\"id\":269,\"name\":\"shield-check-duotone\",\"prevSize\":16,\"code\":61603,\"codes\":[61603,61604]},\"setIdx\":5,\"setId\":5,\"iconIdx\":978},{\"icon\":{\"paths\":[\"M861.56 512c-28 295.72-285.88 396.48-339.72 414.36-2.932 1.015-6.312 1.614-9.828 1.64l-0.012 0v-416h349.56zM512 192h-320c-17.673 0-32 14.327-32 32v0 235.080q0 27.4 2.44 52.84h349.56z\",\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM832 459.16c0 7.080 0 14-0.44 20.84h-287.56v-256h288zM192 224h288v256h-287.56c-0.28-6.84-0.44-13.76-0.44-20.84zM198.96 544h281.040v339.68c-78.72-33.44-245.080-128-281.040-339.68zM544 883.64v-339.64h281.040c-35.96 211.56-202.16 306.16-281.040 339.64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shield-checkered-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31712,\"id\":268,\"name\":\"shield-checkered-duotone\",\"prevSize\":16,\"code\":61605,\"codes\":[61605,61606]},\"setIdx\":5,\"setId\":5,\"iconIdx\":979},{\"icon\":{\"paths\":[\"M810 688.6c-85.56 161.64-246.88 224-288 237.76-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-41.28-13.72-202.6-76-288-237.76l297.68-208.6z\",\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.080c0-35.346-28.654-64-64-64v0zM512 896c-37.040-12.32-173.16-65.28-255.48-198l255.48-178.96 255.48 178.84c-82.24 132.56-218.12 185.52-255.48 198.12zM832 459.28c0 70.56-13.44 130.52-34.88 181.36l-266.76-186.72c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067-266.76 186.6c-21.44-50.84-34.88-110.8-34.88-181.36v-235.16h640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shield-chevron-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31713,\"id\":267,\"name\":\"shield-chevron-duotone\",\"prevSize\":16,\"code\":61607,\"codes\":[61607,61608]},\"setIdx\":5,\"setId\":5,\"iconIdx\":980},{\"icon\":{\"paths\":[\"M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.080c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.4 418.48-320 436.72-54.12-18.040-320-122.76-320-436.72v-235.16h640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shield-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31714,\"id\":266,\"name\":\"shield-duotone\",\"prevSize\":16,\"code\":61609,\"codes\":[61609,61610]},\"setIdx\":5,\"setId\":5,\"iconIdx\":981},{\"icon\":{\"paths\":[\"M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.36 418.48-320 436.72-54.12-18-320-122.72-320-436.72v-235.16h640zM352 512c0-17.673 14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shield-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31715,\"id\":265,\"name\":\"shield-plus-duotone\",\"prevSize\":16,\"code\":61611,\"codes\":[61611,61612]},\"setIdx\":5,\"setId\":5,\"iconIdx\":982},{\"icon\":{\"paths\":[\"M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M215.68 138.48c-5.873-6.424-14.291-10.439-23.645-10.439-17.673 0-32 14.327-32 32 0 2.828 0.367 5.57 1.055 8.182l-0.050-0.223c-19.843 11.124-33.035 32.021-33.040 55.999l-0 0.001v235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c85.232-30.096 158.159-76.196 218.471-135.148l-0.111 0.108 58.040 64c5.877 6.444 14.308 10.471 23.68 10.471 17.679 0 32.011-14.332 32.011-32.011 0-8.307-3.164-15.876-8.354-21.565l0.023 0.025zM512 896c-54.12-18-320-122.72-320-436.72v-235.28h14.92l500.28 550.28c-53.663 53.143-118.891 94.713-191.562 120.59l-3.638 1.13zM896 224v235.080c0 78.68-14.92 151.72-44.4 217.16-5.139 11.213-16.266 18.862-29.18 18.862-17.674 0-32.002-14.328-32.002-32.002 0-4.761 1.040-9.279 2.904-13.339l-0.082 0.199c25.72-57.12 38.76-121.32 38.76-190.88v-235.080h-437.92c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h437.92c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shield-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31716,\"id\":264,\"name\":\"shield-slash-duotone\",\"prevSize\":16,\"code\":61613,\"codes\":[61613,61614]},\"setIdx\":5,\"setId\":5,\"iconIdx\":983},{\"icon\":{\"paths\":[\"M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M322.28 468c4.861-11.863 16.318-20.067 29.692-20.067 4.336 0 8.47 0.862 12.241 2.425l-0.212-0.078 116 46.44v-112.72c0-17.673 14.327-32 32-32s32 14.327 32 32v0 112.72l116-46.44c3.551-1.475 7.675-2.331 12-2.331 17.701 0 32.051 14.35 32.051 32.051 0 13.377-8.195 24.84-19.838 29.642l-0.213 0.078-121.24 48.48 70.84 94.6c3.996 5.281 6.4 11.96 6.4 19.2 0 17.673-14.327 32-32 32-10.433 0-19.7-4.993-25.542-12.72l-0.058-0.080-70.4-93.88-70.4 93.88c-5.9 7.807-15.167 12.8-25.6 12.8-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 70.96-94.6-121.36-48.48c-11.863-4.861-20.067-16.318-20.067-29.692 0-4.336 0.862-8.47 2.425-12.241l-0.078 0.212zM896 224v235.080c0 358.48-303.28 477.36-364 497.56-5.963 2.109-12.839 3.328-20 3.328s-14.037-1.219-20.433-3.46l0.433 0.132c-60.8-20-364-139.040-364-497.52v-235.12c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 224h-640v235.16c0 314 265.88 418.72 320 436.72 54.64-18.24 320-123.040 320-436.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shield-star-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31717,\"id\":263,\"name\":\"shield-star-duotone\",\"prevSize\":16,\"code\":61615,\"codes\":[61615,61616]},\"setIdx\":5,\"setId\":5,\"iconIdx\":984},{\"icon\":{\"paths\":[\"M864 224v235.080c0 336.72-285.24 448.28-342.16 467.2-2.933 1.046-6.316 1.65-9.84 1.65s-6.907-0.604-10.051-1.715l0.211 0.065c-56.92-18.84-342.16-130.28-342.16-467.12v-235.16c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.36 418.48-320 436.72-54.12-18-320-122.72-320-436.72v-235.16h640zM480 544v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM464 688c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shield-warning-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31718,\"id\":262,\"name\":\"shield-warning-duotone\",\"prevSize\":16,\"code\":61617,\"codes\":[61617,61618]},\"setIdx\":5,\"setId\":5,\"iconIdx\":985},{\"icon\":{\"paths\":[\"M832 256v608c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-608c0-17.673 14.327-32 32-32v0h96v224c-0 0.004-0 0.008-0 0.012 0 17.673 14.327 32 32 32 7.814 0 14.974-2.801 20.53-7.453l-0.050 0.041 139.52-120.6 139.52 120.52c5.506 4.611 12.666 7.412 20.48 7.412 17.649 0 31.961-14.288 32-31.928l0-0.004v-224h96c17.673 0 32 14.327 32 32v0zM384 160l128 192 128-192z\",\"M800 192h-82.76l-54.6-54.64c-5.813-5.761-13.807-9.33-22.634-9.36l-0.006-0h-258.88c-7.685 0.743-14.47 4.101-19.562 9.162l0.002-0.002-54.8 54.84h-82.76c-35.346 0-64 28.654-64 64v0 608c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-608c0-35.346-28.654-64-64-64v0zM672 237.24v210.76l-117.72-101.76 90.68-136zM512 294.32l-68-102.32h136.4zM379.040 210.32l90.68 136-117.72 101.68v-210.76zM224 256h64v192c-0.001 0.116-0.001 0.254-0.001 0.391 0 25.38 14.913 47.276 36.454 57.405l0.387 0.164c7.959 3.803 17.298 6.029 27.156 6.040l0.004 0c15.588-0.029 29.854-5.665 40.894-14.997l-0.094 0.077c0.168-0.115 0.313-0.247 0.437-0.397l0.003-0.003 86.76-74.76v442.080h-256zM800 864h-256v-442.080l86.6 74.8c0.127 0.153 0.272 0.285 0.433 0.395l0.007 0.005c10.967 9.255 25.261 14.88 40.867 14.88 0.033 0 0.065-0 0.098-0l-0.005 0c9.929-0.026 19.321-2.296 27.706-6.327l-0.386 0.167c21.841-10.326 36.681-32.177 36.681-57.495 0-0.121-0-0.243-0.001-0.364l0 0.019v-192h64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shirt-folded-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31719,\"id\":261,\"name\":\"shirt-folded-duotone\",\"prevSize\":16,\"code\":61619,\"codes\":[61619,61620]},\"setIdx\":5,\"setId\":5,\"iconIdx\":986},{\"icon\":{\"paths\":[\"M920.76 312l-117.96 100.68c-4.385 3.757-7.146 9.301-7.146 15.489 0 1.599 0.184 3.155 0.533 4.648l-0.027-0.138 35.36 149.84c0.311 1.348 0.489 2.896 0.489 4.485 0 11.488-9.312 20.8-20.8 20.8-3.98 0-7.699-1.118-10.86-3.057l0.091 0.052-133.68-79.48c-3.078-1.847-6.791-2.94-10.76-2.94s-7.682 1.093-10.856 2.993l0.096-0.053-133.68 79.48c-3.070 1.887-6.789 3.005-10.769 3.005-11.488 0-20.8-9.312-20.8-20.8 0-1.589 0.178-3.137 0.516-4.624l-0.027 0.139 35.52-149.64c0.322-1.355 0.506-2.911 0.506-4.511 0-6.189-2.761-11.732-7.118-15.466l-0.027-0.023-118.12-100.88c-4.398-3.779-7.166-9.347-7.166-15.562 0-10.849 8.435-19.727 19.105-20.435l0.062-0.003 155.52-13.16c7.765-0.74 14.229-5.643 17.188-12.426l0.052-0.134 60.8-141.72c3.323-7.452 10.666-12.553 19.2-12.553s15.877 5.101 19.147 12.42l0.053 0.133 60.8 141.72c3.064 6.938 9.611 11.828 17.364 12.475l0.076 0.005 155.48 13.24c10.664 0.786 19.018 9.631 19.018 20.428 0 6.22-2.773 11.793-7.151 15.549l-0.027 0.023z\",\"M957.48 280.4c-6.568-20.046-24.314-34.602-45.689-36.387l-0.191-0.013-148.88-12.6-58.080-135.4c-8.34-18.963-26.962-31.963-48.62-31.963s-40.28 13.001-48.487 31.624l-0.133 0.339-58.080 135.44-148.92 12.56c-27.139 2.245-48.315 24.825-48.315 52.351 0 15.927 7.090 30.199 18.286 39.831l0.069 0.058 112.64 96-33.72 142.92c-0.895 3.625-1.408 7.786-1.408 12.067 0 17.28 8.365 32.607 21.266 42.152l0.142 0.101c8.665 6.423 19.567 10.282 31.371 10.282 10.022 0 19.394-2.781 27.386-7.615l-0.237 0.133 128-76 128 76c7.755 4.7 17.127 7.482 27.149 7.482 11.804 0 22.706-3.859 31.514-10.383l-0.143 0.101c13.046-9.637 21.413-24.959 21.413-42.236 0-4.287-0.515-8.454-1.487-12.442l0.074 0.358-33.72-142.92 112.6-96c11.435-9.654 18.649-23.998 18.649-40.027 0-5.648-0.896-11.087-2.553-16.183l0.104 0.37zM782.040 388.4c-11.33 9.643-18.471 23.917-18.471 39.858 0 4.309 0.522 8.495 1.505 12.5l-0.074-0.358 29.24 124-111.12-66.040c-7.748-4.693-17.109-7.471-27.12-7.471s-19.372 2.777-27.357 7.604l0.237-0.133-111.12 65.64 29.24-124c0.931-3.681 1.465-7.907 1.465-12.258 0-15.905-7.14-30.141-18.39-39.68l-0.075-0.062-97.040-82.48 128.36-10.88c19.802-1.71 36.332-14.153 43.868-31.421l0.132-0.339 50.68-117.92 50.56 117.92c7.682 17.596 24.205 30.032 43.801 31.746l0.199 0.014 128.36 10.88zM342.64 502.64l-224 224c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64v0l224-224c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM406.64 726.64l-224 224c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 224-224c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM694.64 681.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l224-224c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shooting-star-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31720,\"id\":260,\"name\":\"shooting-star-duotone\",\"prevSize\":16,\"code\":61621,\"codes\":[61621,61622]},\"setIdx\":5,\"setId\":5,\"iconIdx\":987},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM704 352c0 106.039-85.961 192-192 192s-192-85.961-192-192v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shopping-bag-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31721,\"id\":259,\"name\":\"shopping-bag-duotone\",\"prevSize\":16,\"code\":61623,\"codes\":[61623,61624]},\"setIdx\":5,\"setId\":5,\"iconIdx\":988},{\"icon\":{\"paths\":[\"M896 224v96h-768v-96c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v64h-704v-64zM864 800h-704v-448h704v448zM704 448c0 106.039-85.961 192-192 192s-192-85.961-192-192v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shopping-bag-open-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31722,\"id\":258,\"name\":\"shopping-bag-open-duotone\",\"prevSize\":16,\"code\":61625,\"codes\":[61625,61626]},\"setIdx\":5,\"setId\":5,\"iconIdx\":989},{\"icon\":{\"paths\":[\"M864 256l-48.64 267.44c-5.613 30.085-31.662 52.555-62.96 52.56l-502.2 0-58.2-320z\",\"M888.56 235.48c-5.91-7.038-14.714-11.48-24.555-11.48-0.002 0-0.004 0-0.006 0l-645.28-0-19.56-107.44c-5.613-30.085-31.662-52.555-62.96-52.56l-72.2-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h72l102.24 561.16c3.226 17.421 10.75 32.705 21.431 45.213l-0.111-0.133c-21.902 20.496-35.55 49.579-35.55 81.85 0 61.856 50.144 112 112 112s112-50.144 112-112c0-17.476-4.003-34.018-11.141-48.757l0.292 0.667h181.68c-6.84 13.995-10.84 30.452-10.84 47.843 0 0.055 0 0.11 0 0.165l-0-0.009c0 61.856 50.144 112 112 112s112-50.144 112-112c0-61.856-50.144-112-112-112v0h-387.32c-15.649-0.002-28.674-11.238-31.449-26.082l-0.031-0.198-12.68-69.72h464c46.948-0.007 86.021-33.713 94.348-78.246l0.092-0.594 48.64-267.44c0.316-1.687 0.496-3.629 0.496-5.612 0-7.882-2.849-15.098-7.574-20.675l0.038 0.047zM384 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM768 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM784 517.72c-2.807 15.044-15.833 26.28-31.485 26.28-0.041 0-0.081-0-0.122-0l0.006 0h-475.52l-46.52-256h595.28z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shopping-cart-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31723,\"id\":257,\"name\":\"shopping-cart-duotone\",\"prevSize\":16,\"code\":61627,\"codes\":[61627,61628]},\"setIdx\":5,\"setId\":5,\"iconIdx\":990},{\"icon\":{\"paths\":[\"M896 288l-114.080 370.84c-8.308 26.371-32.542 45.16-61.164 45.16-0.013 0-0.025-0-0.038-0l-384.438 0c-0.008 0-0.018 0-0.028 0-29.077 0-53.626-19.391-61.419-45.948l-0.114-0.453-105.56-369.6z\",\"M384 864c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 800c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM926.6 297.4l-114.12 370.84c-12.299 39.546-48.568 67.761-91.427 67.761-0.117 0-0.234-0-0.351-0.001l0.018 0h-384.44c-43.567-0.169-80.308-29.2-92.106-68.958l-0.174-0.682-144.72-506.36h-67.28c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h67.28c29.051 0.099 53.558 19.443 61.444 45.945l0.116 0.455 32.44 113.6h702.72c0.003-0 0.008-0 0.012-0 17.673 0 32 14.327 32 32 0 3.354-0.516 6.588-1.473 9.627l0.062-0.227zM852.68 320h-641.12l93.96 328.8c3.953 13.502 16.224 23.197 30.76 23.2l384.44 0c0.003 0 0.008 0 0.012 0 14.319 0 26.441-9.404 30.527-22.373l0.062-0.227z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shopping-cart-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31724,\"id\":256,\"name\":\"shopping-cart-simple-duotone\",\"prevSize\":16,\"code\":61629,\"codes\":[61629,61630]},\"setIdx\":5,\"setId\":5,\"iconIdx\":991},{\"icon\":{\"paths\":[\"M736 288l-88.36 517.24c-2.628 15.251-15.756 26.706-31.559 26.706-8.823 0-16.813-3.571-22.601-9.347l0.001 0.001-392-392c-5.775-5.788-9.346-13.778-9.346-22.601 0-15.803 11.456-28.931 26.516-31.532l0.19-0.027z\",\"M256 944c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM336 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM80 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM208 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM1024 160c0 17.673-14.327 32-32 32v0h-114.76l-111.4 111.44-86.64 507.16c-5.271 30.485-31.518 53.378-63.112 53.378-17.67 0-33.667-7.161-45.248-18.738l-392-392c-11.588-11.583-18.755-27.587-18.755-45.265 0-31.643 22.964-57.923 53.136-63.082l0.379-0.054 506.96-86.68 111.44-111.4c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h114.76c17.673 0 32 14.327 32 32v0zM696.84 327.16l-472.84 80.84 392 392z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shower-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31725,\"id\":255,\"name\":\"shower-duotone\",\"prevSize\":16,\"code\":61631,\"codes\":[61631,61632]},\"setIdx\":5,\"setId\":5,\"iconIdx\":992},{\"icon\":{\"paths\":[\"M448 320v0 288c-44.183 0-80 35.817-80 80s35.817 80 80 80v0 128h-64c-159.058 0-288-128.942-288-288s128.942-288 288-288v0z\",\"M544 464c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM895.2 341.52c-11.788 167.119-150.144 298.256-319.177 298.48l-0.023 0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-176.731 0-320-143.269-320-320s143.269-320 320-320v0h464c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-336c-53.019 0-96-42.981-96-96v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 17.673 14.327 32 32 32v0h336c61.811 0.059 111.896 50.181 111.896 112 0 44.685-26.169 83.258-64.017 101.23l-0.679 0.29zM203.2 789.16l132.88-94.92c0-2.040 0-4 0-6.24-0-0.075-0-0.165-0-0.254 0-10.556 1.46-20.772 4.19-30.455l-0.19 0.789-208.080-94.6c-2.518 13.456-3.959 28.938-3.959 44.755 0 70.724 28.797 134.723 75.305 180.91l0.014 0.014zM359.2 756.36l-102.72 73.48c36.52 21.475 80.445 34.16 127.333 34.16 0.066 0 0.131-0 0.197-0l31.99 0v-68.68c-23.103-7.089-42.449-20.716-56.451-38.707l-0.189-0.253zM416 580.68v-228.68h-32c-102.864 0.119-191.522 60.822-232.22 148.34l-0.66 1.58 223.48 101.56c11.56-10.099 25.394-17.921 40.606-22.59l0.794-0.21zM830 352h-350v224h96c130.046-0.162 237.394-97.131 253.861-222.704l0.139-1.296z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shrimp-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31726,\"id\":254,\"name\":\"shrimp-duotone\",\"prevSize\":16,\"code\":61633,\"codes\":[61633,61634]},\"setIdx\":5,\"setId\":5,\"iconIdx\":993},{\"icon\":{\"paths\":[\"M361.56 301.4l150.44 210.6-150.44 210.6c-5.876 8.154-15.345 13.4-26.039 13.4-0 0-0.001-0-0.001-0l-207.52 0v-448h207.52c0-0 0.001-0 0.001-0 10.694 0 20.164 5.246 25.974 13.305l0.065 0.095zM688.48 288c-0-0-0.001-0-0.001-0-10.694 0-20.164 5.246-25.974 13.305l-0.065 0.095-150.44 210.6 150.44 210.6c5.876 8.154 15.345 13.4 26.039 13.4 0 0 0.001-0 0.001-0l239.52 0v-448z\",\"M950.64 713.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-162.28c-21.359-0.027-40.264-10.513-51.87-26.611l-0.13-0.189-300.96-421.2h-207.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h207.52c21.359 0.027 40.264 10.513 51.87 26.611l0.13 0.189 300.96 421.2h162.28l-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM572 428c5.165 3.727 11.621 5.961 18.6 5.961 10.695 0 20.164-5.247 25.975-13.306l0.065-0.095 72-100.48h162.28l-41.56 41.28c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 41.4 41.36h-162.28c-21.359 0.027-40.264 10.513-51.87 26.611l-0.13 0.189-71.88 100.48c-3.758 5.179-6.012 11.662-6.012 18.672 0 10.7 5.251 20.173 13.318 25.983l0.095 0.065zM452 596c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-71.84 100.56h-207.52c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h207.52c21.359-0.027 40.264-10.513 51.87-26.611l0.13-0.189 71.8-100.48c3.775-5.186 6.040-11.684 6.040-18.71 0-10.677-5.229-20.133-13.266-25.946l-0.094-0.064z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shuffle-angular-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31727,\"id\":253,\"name\":\"shuffle-angular-duotone\",\"prevSize\":16,\"code\":61635,\"codes\":[61635,61636]},\"setIdx\":5,\"setId\":5,\"iconIdx\":994},{\"icon\":{\"paths\":[\"M428.56 395.2l83.44 116.8-83.44 116.8c-47.004 65.23-122.758 107.2-208.314 107.2-0.002 0-0.004-0-0.007-0l-92.24 0v-448h92.24c0.002-0 0.004-0 0.006-0 85.556 0 161.309 41.97 207.795 106.444l0.519 0.756zM803.76 288c-0.002-0-0.004-0-0.006-0-85.556 0-161.309 41.97-207.795 106.444l-0.519 0.756-83.44 116.8 83.44 116.8c47.004 65.23 122.758 107.2 208.314 107.2 0.002 0 0.004-0 0.007-0l124.24 0v-448z\",\"M950.64 713.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-47c-96.233-0.083-181.428-47.273-233.777-119.752l-0.583-0.848-166.88-233.6c-41.173-57.029-107.433-93.731-182.269-93.8l-92.251-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h92.24c96.233 0.083 181.428 47.273 233.777 119.752l0.583 0.848 166.88 233.6c41.173 57.029 107.433 93.731 182.269 93.8l47.011 0-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM572 428c5.165 3.727 11.621 5.961 18.6 5.961 10.695 0 20.164-5.247 25.975-13.306l0.065-0.095 4.8-6.68c41.165-57.070 107.444-93.805 182.308-93.88l47.012-0-41.4 41.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 41.4 41.36h-47c-96.233 0.083-181.428 47.273-233.777 119.752l-0.583 0.848-4.8 6.68c-3.758 5.179-6.012 11.662-6.012 18.672 0 10.7 5.251 20.173 13.318 25.983l0.095 0.065zM452 596c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-4.8 6.68c-41.165 57.070-107.444 93.805-182.308 93.88l-92.252 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h92.24c96.233-0.083 181.428-47.273 233.777-119.752l0.583-0.848 4.8-6.68c3.758-5.179 6.012-11.662 6.012-18.672 0-10.7-5.251-20.173-13.318-25.983l-0.095-0.065z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shuffle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31728,\"id\":252,\"name\":\"shuffle-duotone\",\"prevSize\":16,\"code\":61637,\"codes\":[61637,61638]},\"setIdx\":5,\"setId\":5,\"iconIdx\":995},{\"icon\":{\"paths\":[\"M192 192l320 320-320 320zM512 512l320 320v-640z\",\"M864 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-174.88 174.76c-5.559 4.783-12.847 7.695-20.815 7.695-17.673 0-32-14.327-32-32 0-7.968 2.912-15.255 7.73-20.857l-0.035 0.042 174.76-174.88h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM832 640c-17.673 0-32 14.327-32 32v0 82.76l-585.36-585.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l585.4 585.36h-82.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM398.88 580l-229.52 229.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 229.36-229.52c4.783-5.559 7.695-12.847 7.695-20.815 0-17.673-14.327-32-32-32-7.968 0-15.255 2.912-20.857 7.73l0.042-0.035z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"shuffle-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31729,\"id\":251,\"name\":\"shuffle-simple-duotone\",\"prevSize\":16,\"code\":61639,\"codes\":[61639,61640]},\"setIdx\":5,\"setId\":5,\"iconIdx\":996},{\"icon\":{\"paths\":[\"M352 192v640h-192c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 608h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h160v576h-160zM864 800h-480v-576h480v576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sidebar-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31730,\"id\":250,\"name\":\"sidebar-duotone\",\"prevSize\":16,\"code\":61641,\"codes\":[61641,61642]},\"setIdx\":5,\"setId\":5,\"iconIdx\":997},{\"icon\":{\"paths\":[\"M352 192v640h-192c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 224h160v576h-160zM864 800h-480v-576h480v576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sidebar-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31731,\"id\":249,\"name\":\"sidebar-simple-duotone\",\"prevSize\":16,\"code\":61643,\"codes\":[61643,61644]},\"setIdx\":5,\"setId\":5,\"iconIdx\":998},{\"icon\":{\"paths\":[\"M768 192v640h-512l256-320-256-320z\",\"M736 288v-64h-413.4l214.4 268c4.373 5.426 7.020 12.404 7.020 20s-2.647 14.574-7.068 20.062l0.048-0.062-214.4 268h413.4v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32v0h-512c-0.006 0-0.013 0-0.020 0-17.673 0-32-14.327-32-32 0-7.596 2.647-14.574 7.068-20.062l-0.048 0.062 240-300-240-300c-4.373-5.426-7.020-12.404-7.020-20 0-17.673 14.327-32 32-32 0.007 0 0.014 0 0.021 0l511.999-0c17.673 0 32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sigma-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31732,\"id\":248,\"name\":\"sigma-duotone\",\"prevSize\":16,\"code\":61645,\"codes\":[61645,61646]},\"setIdx\":5,\"setId\":5,\"iconIdx\":999},{\"icon\":{\"paths\":[\"M269.64 570.24c-126.8-52.16-88-441.96 42.36-442.24 135.28 0.2 56 233.040-42.36 442.24z\",\"M928 672h-672.56c10.64-20.96 21.32-42.52 32-64.44 59.76 6.6 130.48-35.2 210.96-124.88 2.4 6.64 5.080 13.48 8 20.4 26.040 61 59.64 95.76 100 103.4 41.36 8 82.32-12.92 124.32-63.28 27.28 32.28 83.28 64.8 197.28 64.8 17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-122.52 0-158.2-42.36-160-64.88-0.467-17.309-14.61-31.163-31.989-31.163-13.726 0-25.434 8.642-29.978 20.782l-0.072 0.221c-48.68 73-77.52 76.56-88 74.64-33.32-6.28-64.32-83.72-74.76-134.040-3.209-14.55-15.995-25.275-31.285-25.275-11.926 0-22.328 6.524-27.832 16.197l-0.083 0.158c-79.2 98.48-132.32 132-165.64 140.56 33.96-75.52 59.32-141.8 75.56-197.6 27.28-93.76 29.28-159.32 6.040-200.4-12-21.44-37.16-47-87.64-47.2h-1c-64 0.44-114.4 61.2-138.48 166.8-14.36 62.84-16.72 132.76-6.52 192s31.44 102.040 62.2 127.56c-14.88 30.92-30.12 61.12-44.92 89.72h-87.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h53.64c-45.28 84-80.48 142.56-81.040 143.52-3.113 4.849-4.963 10.767-4.963 17.117 0 17.673 14.327 32 32 32 11.846 0 22.188-6.437 27.721-16.003l0.082-0.154c0.6-1.040 45.080-75.16 98.8-176.48h705.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 480v-0.84c0.013 0.126 0.020 0.272 0.020 0.42s-0.007 0.294-0.021 0.438l0.001-0.018zM235.16 277.040c15.96-69.92 46.76-117.040 76.84-117.040 21 0 28 7.44 32 14.68 12 21.32 26.080 96.76-86.6 345.48-32.76-45.16-43.92-148.16-22.24-243.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"signature-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31733,\"id\":247,\"name\":\"signature-duotone\",\"prevSize\":16,\"code\":61647,\"codes\":[61647,61648]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1000},{\"icon\":{\"paths\":[\"M544 512l-160 160v-320z\",\"M566.64 489.36l-160-160c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v128h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256v128c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM416 594.76v-165.52l82.76 82.76zM832 192v640c0 35.346-28.654 64-64 64v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224v-640h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sign-in-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31734,\"id\":246,\"name\":\"sign-in-duotone\",\"prevSize\":16,\"code\":61649,\"codes\":[61649,61650]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1001},{\"icon\":{\"paths\":[\"M864 512l-160 160v-320z\",\"M448 864c0 17.673-14.327 32-32 32v0h-224c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224v640h224c17.673 0 32 14.327 32 32v0zM886.64 534.64l-160 160c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-128h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256v-128c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM818.64 512l-82.64-82.76v165.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sign-out-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31735,\"id\":245,\"name\":\"sign-out-duotone\",\"prevSize\":16,\"code\":61651,\"codes\":[61651,61652]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1002},{\"icon\":{\"paths\":[\"M960 448l-144 160h-656c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h656z\",\"M984 426.6l-144-160c-5.882-6.52-14.36-10.601-23.792-10.601-0.073 0-0.146 0-0.219 0.001l0.011-0h-272v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-320c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h320v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h272c0.003 0 0.005 0 0.008 0 9.431 0 17.91-4.080 23.766-10.572l0.025-0.028 144-160c5.153-5.659 8.309-13.217 8.309-21.511 0-8.189-3.076-15.66-8.136-21.32l0.027 0.031zM801.76 576h-641.76v-256h641.76l115.2 128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"signpost-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31736,\"id\":244,\"name\":\"signpost-duotone\",\"prevSize\":16,\"code\":61653,\"codes\":[61653,61654]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1003},{\"icon\":{\"paths\":[\"M704 480v288h-384v-288z\",\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM800 864h-576v-704h370.76l205.24 205.24v498.76zM704 448h-384c-17.673 0-32 14.327-32 32v0 288c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-288c0-17.673-14.327-32-32-32v0zM672 736h-64v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-64v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-64v-224h320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sim-card-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31737,\"id\":243,\"name\":\"sim-card-duotone\",\"prevSize\":16,\"code\":61655,\"codes\":[61655,61656]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1004},{\"icon\":{\"paths\":[\"M832 516v156h-640v-160c-0-0.003-0-0.006-0-0.009 0-176.731 143.269-320 320-320 0.858 0 1.715 0.003 2.571 0.010l-0.131-0.001c176.44 1.32 317.56 147.56 317.56 324z\",\"M480 64v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM800 192c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-32 32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM201.36 182.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-32-32c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM549.36 288.44c-1.675-0.311-3.603-0.489-5.573-0.489-17.673 0-32 14.327-32 32 0 15.912 11.614 29.112 26.828 31.584l0.184 0.025c75.88 12.76 133.2 81.72 133.2 160.44 0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-109.6-80.28-205.72-186.72-223.56zM928 704v96c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-96c0-35.346 28.654-64 64-64v0-128c0-194.404 157.596-352 352-352v0h2.72c192.6 1.44 349.32 161.16 349.32 356v124c35.329 0.023 63.96 28.668 63.96 64l-0 0zM224 640h576v-124c0-160-128.2-290.84-285.8-292h-2.2c-159.058 0-288 128.942-288 288v0zM864 800v-96h-704v96h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"siren-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31738,\"id\":242,\"name\":\"siren-duotone\",\"prevSize\":16,\"code\":61657,\"codes\":[61657,61658]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1005},{\"icon\":{\"paths\":[\"M960 416l-448 480-192-480 192-256h224z\",\"M984 394.92l-224-256c-5.879-6.69-14.446-10.897-23.996-10.92l-0.004-0h-448c-9.554 0.023-18.121 4.23-23.969 10.884l-0.031 0.036-224 256c-4.924 5.599-7.928 12.991-7.928 21.084 0 8.45 3.275 16.134 8.625 21.854l-0.017-0.018 448 480c5.857 6.267 14.172 10.172 23.4 10.172s17.543-3.906 23.383-10.154l0.017-0.018 448-480c5.284-5.69 8.526-13.34 8.526-21.748 0-8.135-3.035-15.56-8.035-21.206l0.029 0.034zM889.48 384h-169.48l-144-192h145.48zM298.32 448l120.52 301.32-281.2-301.32zM656.72 448l-144.72 361.84-144.72-361.84zM384 384l128-170.68 128 170.68zM725.68 448h160.68l-281.2 301.32zM302.52 192h145.48l-144 192h-169.48z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sketch-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31739,\"id\":241,\"name\":\"sketch-logo-duotone\",\"prevSize\":16,\"code\":61659,\"codes\":[61659,61660]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1006},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM640 672l-256-160 256-160z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM655.52 324c-4.467-2.518-9.807-4.001-15.493-4.001-6.296 0-12.167 1.818-17.117 4.958l0.131-0.077-207.040 129.4v-102.28c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-102.28l207.040 129.4c4.813 3.052 10.675 4.864 16.96 4.864 17.668 0 31.991-14.318 32-31.983l0-0.001v-320c0-0.005 0-0.010 0-0.016 0-11.976-6.579-22.415-16.32-27.901l-0.16-0.083zM608 614.28l-163.64-102.28 163.64-102.28z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"skip-back-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31740,\"id\":240,\"name\":\"skip-back-circle-duotone\",\"prevSize\":16,\"code\":61661,\"codes\":[61661,61662]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1007},{\"icon\":{\"paths\":[\"M800 191.52v640.96c-0.368 17.389-14.551 31.344-31.993 31.344-6.205 0-11.997-1.766-16.902-4.823l0.135 0.079-512.44-320.48c-8.935-5.62-14.786-15.427-14.786-26.6s5.851-20.98 14.656-26.524l0.13-0.076 512.44-320.48c4.769-2.978 10.562-4.744 16.767-4.744 17.443 0 31.626 13.955 31.993 31.31l0.001 0.034z\",\"M799.24 136c-8.942-5.047-19.634-8.020-31.021-8.020-12.578 0-24.308 3.628-34.201 9.895l0.262-0.155-478.28 299.2v-276.92c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-276.92l478.28 299.12c9.621 6.127 21.346 9.765 33.921 9.765 35.125 0 63.62-28.385 63.799-63.468l0-0.017v-640.96c-0.003-23.775-13.084-44.494-32.44-55.355l-0.32-0.165zM768 832l-511.36-320 511.36-319.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"skip-back-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31741,\"id\":239,\"name\":\"skip-back-duotone\",\"prevSize\":16,\"code\":61663,\"codes\":[61663,61664]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1008},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM384 672v-320l256 160z\",\"M640 320c-17.673 0-32 14.327-32 32v0 102.28l-207.040-129.4c-4.813-3.052-10.675-4.864-16.96-4.864-17.668 0-31.991 14.318-32 31.983l-0 0.001v320c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 207.040-129.4v102.28c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM416 614.28v-204.56l163.64 102.28zM512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"skip-forward-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31742,\"id\":238,\"name\":\"skip-forward-circle-duotone\",\"prevSize\":16,\"code\":61665,\"codes\":[61665,61666]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1009},{\"icon\":{\"paths\":[\"M785.2 538.6l-512.44 320.48c-4.769 2.978-10.562 4.744-16.767 4.744-17.443 0-31.626-13.955-31.993-31.31l-0.001-0.034v-640.96c0.368-17.389 14.551-31.344 31.993-31.344 6.205 0 11.997 1.766 16.902 4.823l-0.135-0.079 512.44 320.48c8.935 5.62 14.786 15.427 14.786 26.6s-5.851 20.98-14.656 26.524l-0.13 0.076z\",\"M800 128c-17.673 0-32 14.327-32 32v0 276.92l-478.28-299.12c-9.621-6.127-21.346-9.765-33.921-9.765-35.125 0-63.62 28.385-63.799 63.468l-0 0.017v640.96c0.381 35.055 28.887 63.326 63.996 63.326 12.488 0 24.141-3.577 33.99-9.762l-0.267 0.156 478.28-299.12v276.92c0 17.673 14.327 32 32 32s32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM256 831.72v-639.52l511.36 320z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"skip-forward-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31743,\"id\":237,\"name\":\"skip-forward-duotone\",\"prevSize\":16,\"code\":61667,\"codes\":[61667,61668]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1010},{\"icon\":{\"paths\":[\"M512 96c-212 0-384 164.76-384 368 0 136.2 77.24 255.12 192 318.76v81.24c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-81.24c114.76-63.64 192-182.56 192-318.76 0-203.24-172-368-384-368zM368 608c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM656 608c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\",\"M368 416c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM368 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 416c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM656 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 64c-229.4 0-416 179.44-416 400 0 136.4 73.080 264 192 337.12v62.88c0 35.346 28.654 64 64 64v0h320c35.346 0 64-28.654 64-64v0-62.88c118.92-73.12 192-200.72 192-337.12 0-220.56-186.6-400-416-400zM688.48 754.76c-9.901 5.569-16.48 16.008-16.48 27.984 0 0.005 0 0.011 0 0.016l-0-0.001v81.24h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-64v-81.24c0-0.005 0-0.010 0-0.016 0-11.976-6.579-22.415-16.32-27.901l-0.16-0.083c-108.28-60-175.52-171.4-175.52-290.76 0-185.28 157.92-336 352-336s352 150.72 352 336c0 119.32-67.24 230.76-175.52 290.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"skull-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31744,\"id\":236,\"name\":\"skull-duotone\",\"prevSize\":16,\"code\":61669,\"codes\":[61669,61670]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1011},{\"icon\":{\"paths\":[\"M896 608v0c0 53.019-42.981 96-96 96v0h-192c53.019 0 96 42.981 96 96v0 0c0 53.019-42.981 96-96 96v0 0c-53.019 0-96-42.981-96-96v0-96h96c-53.019 0-96-42.981-96-96v0-96h288c53.019 0 96 42.981 96 96v0zM416 320h96v-96c0-53.019-42.981-96-96-96v0 0c-53.019 0-96 42.981-96 96v0 0c0 53.019 42.981 96 96 96v0h-192c-53.019 0-96 42.981-96 96v0 0c0 53.019 42.981 96 96 96v0h288v-96c0-53.019-42.981-96-96-96v0z\",\"M884.52 512c26.305-23.545 42.782-57.603 42.782-95.509 0-70.692-57.308-128-128-128-23.281 0-45.111 6.216-63.92 17.078l0.618-0.329v-81.24c-0.082-70.63-57.358-127.856-128-127.856-38.166 0-72.431 16.704-95.883 43.201l-0.118 0.135c-23.545-26.305-57.603-42.782-95.509-42.782-70.692 0-128 57.308-128 128 0 23.281 6.216 45.111 17.078 63.92l-0.329-0.618h-81.24c-70.63 0.082-127.856 57.358-127.856 128 0 38.166 16.704 72.431 43.201 95.883l0.135 0.118c-26.305 23.545-42.782 57.603-42.782 95.509 0 70.692 57.308 128 128 128 23.281 0 45.111-6.216 63.92-17.078l-0.618 0.329v81.24c0.082 70.63 57.358 127.856 128 127.856 38.166 0 72.431-16.704 95.883-43.201l0.118-0.135c23.545 26.305 57.603 42.782 95.509 42.782 70.692 0 128-57.308 128-128 0-23.281-6.216-45.111-17.078-63.92l0.329 0.618h81.24c70.63-0.082 127.856-57.358 127.856-128 0-38.166-16.704-72.431-43.201-95.883l-0.135-0.118zM800 352c35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-64v-64c0-35.346 28.654-64 64-64v0zM608 160c35.346 0 64 28.654 64 64v0 192c0 35.346-28.654 64-64 64v0h-64v-256c0-35.346 28.654-64 64-64v0zM352 224c0-35.346 28.654-64 64-64s64 28.654 64 64v0 64h-64c-35.346 0-64-28.654-64-64v0zM160 416c0-35.346 28.654-64 64-64v0h192c35.346 0 64 28.654 64 64v0 64h-256c-35.346 0-64-28.654-64-64v0zM224 672c-35.346 0-64-28.654-64-64s28.654-64 64-64v0h64v64c0 35.346-28.654 64-64 64v0zM416 864c-35.346 0-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64v0h64v256c0 35.346-28.654 64-64 64v0zM672 800c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-64h64c35.346 0 64 28.654 64 64v0zM800 672h-192c-35.346 0-64-28.654-64-64v0-64h256c35.346 0 64 28.654 64 64s-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"slack-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31745,\"id\":235,\"name\":\"slack-logo-duotone\",\"prevSize\":16,\"code\":61671,\"codes\":[61671,61672]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1012},{\"icon\":{\"paths\":[\"M320 544c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM512 256c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM800 576c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z\",\"M256 420v-260c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 260c-55.774 14.63-96.251 64.588-96.251 124s40.477 109.37 95.359 123.801l0.892 0.199v196c0 17.673 14.327 32 32 32s32-14.327 32-32v0-196c55.774-14.63 96.251-64.588 96.251-124s-40.477-109.37-95.359-123.801l-0.892-0.199zM224 608c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM544 228v-68c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 68c-55.774 14.63-96.251 64.588-96.251 124s40.477 109.37 95.359 123.801l0.892 0.199v388c0 17.673 14.327 32 32 32s32-14.327 32-32v0-388c55.774-14.63 96.251-64.588 96.251-124s-40.477-109.37-95.359-123.801l-0.892-0.199zM512 416c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM928 672c-0.058-59.317-40.379-109.201-95.104-123.797l-0.896-0.203v-388c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 388c-55.774 14.63-96.251 64.588-96.251 124s40.477 109.37 95.359 123.801l0.892 0.199v68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-68c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM800 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sliders-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31746,\"id\":234,\"name\":\"sliders-duotone\",\"prevSize\":16,\"code\":61673,\"codes\":[61673,61674]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1013},{\"icon\":{\"paths\":[\"M512 320c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM672 608c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z\",\"M160 352h132c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h324c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-324c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-132c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM416 256c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 672h-68c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-388c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h388c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sliders-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31747,\"id\":233,\"name\":\"sliders-horizontal-duotone\",\"prevSize\":16,\"code\":61675,\"codes\":[61675,61676]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1014},{\"icon\":{\"paths\":[\"M800 256v512c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z\",\"M768 192h-512c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM768 768h-512v-512h512v512zM960 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM128 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"slideshow-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31748,\"id\":232,\"name\":\"slideshow-duotone\",\"prevSize\":16,\"code\":61677,\"codes\":[61677,61678]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1015},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M368 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022zM686.24 325.36l-174.24 116.2-174.24-116c-4.991-3.369-11.141-5.377-17.76-5.377-17.683 0-32.017 14.335-32.017 32.017 0 11.063 5.611 20.816 14.143 26.568l0.114 0.072 192 128c4.99 3.371 11.14 5.381 17.76 5.381s12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.646-5.824 14.257-15.577 14.257-26.64 0-17.683-14.335-32.017-32.017-32.017-6.619 0-12.769 2.009-17.874 5.45l0.114-0.072zM625.72 709.36c-33.72-22.44-65.96-37.36-113.72-37.36s-80 14.92-113.72 37.36c-8.392 5.852-13.815 15.458-13.815 26.331 0 17.673 14.327 32 32 32 6.408 0 12.375-1.883 17.38-5.126l-0.125 0.076c26-17.28 46.28-26.64 78.28-26.64s52.28 9.36 78.28 26.64c5.080 3.548 11.385 5.669 18.185 5.669 17.673 0 32-14.327 32-32 0-11.266-5.821-21.171-14.62-26.874l-0.125-0.076z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"smiley-angry-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31749,\"id\":231,\"name\":\"smiley-angry-duotone\",\"prevSize\":16,\"code\":61679,\"codes\":[61679,61680]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1016},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM416 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"smiley-blank-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31750,\"id\":230,\"name\":\"smiley-blank-duotone\",\"prevSize\":16,\"code\":61681,\"codes\":[61681,61682]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1017},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"smiley-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31751,\"id\":229,\"name\":\"smiley-duotone\",\"prevSize\":16,\"code\":61683,\"codes\":[61683,61684]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1018},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 640c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"smiley-meh-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31752,\"id\":228,\"name\":\"smiley-meh-duotone\",\"prevSize\":16,\"code\":61685,\"codes\":[61685,61686]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1019},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM726.64 649.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4-41.36 41.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l64-64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l41.36 41.4 41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l41.36 41.4 41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM608 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"smiley-nervous-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31753,\"id\":227,\"name\":\"smiley-nervous-duotone\",\"prevSize\":16,\"code\":61687,\"codes\":[61687,61688]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1020},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM699.68 688c3.133 4.86 4.995 10.796 4.995 17.167 0 17.673-14.327 32-32 32-12.25 0-22.893-6.884-28.271-16.994l-0.084-0.173c-29.88-51.64-76.84-80-132.32-80s-102.44 28.4-132.32 80c-5.462 10.283-16.104 17.167-28.355 17.167-17.673 0-32-14.327-32-32 0-6.371 1.862-12.307 5.071-17.294l-0.076 0.127c41.16-71.16 109.56-112 187.68-112s146.52 40.8 187.68 112z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"smiley-sad-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31754,\"id\":226,\"name\":\"smiley-sad-duotone\",\"prevSize\":16,\"code\":61689,\"codes\":[61689,61690]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1021},{\"icon\":{\"paths\":[\"M896 512c0 0.125 0 0.274 0 0.423 0 40.114-6.157 78.79-17.577 115.135l0.736-2.718-254.28 254.32c-33.762 10.763-72.597 16.966-112.88 16.966-212.077 0-384-171.923-384-384s171.923-384 384-384c212.033 0 383.928 171.851 384 383.867l0 0.007z\",\"M699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127zM928 512c0 0.059 0 0.129 0 0.199 0 43.545-6.668 85.533-19.039 124.998l0.799-2.956c-1.635 5.199-4.391 9.647-7.999 13.239l-0.001 0.001-254.28 254.28c-3.574 3.617-8.011 6.375-12.976 7.939l-0.224 0.061c-36.574 11.659-78.642 18.378-122.28 18.378-229.75 0-416-186.25-416-416s186.25-416 416-416c229.702 0 415.922 186.171 416 415.855l0 0.007zM864 512c-0.248-193.973-157.552-351.123-351.56-351.123-194.161 0-351.56 157.399-351.56 351.56s157.399 351.56 351.56 351.56c34.026 0 66.924-4.834 98.043-13.853l-2.483 0.616 242.76-242.76c8.405-28.667 13.24-61.599 13.24-95.661 0-0.119-0-0.238-0-0.357l0 0.018zM368 480c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM656 384c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"smiley-sticker-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31755,\"id\":225,\"name\":\"smiley-sticker-duotone\",\"prevSize\":16,\"code\":61691,\"codes\":[61691,61692]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1022},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM736 432c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"smiley-wink-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31756,\"id\":224,\"name\":\"smiley-wink-duotone\",\"prevSize\":16,\"code\":61693,\"codes\":[61693,61694]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1023},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM758.64 489.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36zM438.64 406.64l-41.4 41.36 41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"smiley-x-eyes-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31757,\"id\":223,\"name\":\"smiley-x-eyes-duotone\",\"prevSize\":16,\"code\":61695,\"codes\":[61695,61696]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1024},{\"icon\":{\"paths\":[\"M960 735.6c-37 34.76-125.8 18.44-170.64 43.12-44 24.28-68.28 102.24-118.28 115.040-48.32 12.36-106.88-30.24-159.080-30.24s-110.76 42.6-159.080 30.24c-50-12.8-74.12-90.76-118.28-115.040-44.84-24.68-133.64-8.36-170.64-43.12 0 0 224-80 224-415.72 0-123.712 100.288-224 224-224s224 100.288 224 224v0c0 335.56 224 415.72 224 415.72z\",\"M991.32 729.12c-2.349-11.008-10.107-19.786-20.298-23.529l-0.222-0.071c-1.56-0.56-115.8-43.52-172-196.92l77.2-30.88c11.856-4.88 20.051-16.343 20.051-29.72 0-17.701-14.35-32.051-32.051-32.051-4.325 0-8.449 0.856-12.213 2.409l0.213-0.078-71.28 28.52c-8.097-36.838-12.735-79.151-12.735-122.548 0-1.495 0.006-2.988 0.016-4.48l-0.001 0.229c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0.007 1.054 0.010 2.3 0.010 3.547 0 43.713-4.636 86.343-13.444 127.425l0.713-3.972-71.28-28.72c-3.551-1.475-7.675-2.331-12-2.331-17.701 0-32.051 14.35-32.051 32.051 0 13.377 8.195 24.84 19.838 29.642l0.213 0.078 77.48 31c-16.941 46.579-41.021 86.701-71.326 121.226l0.366-0.426c-50.080 56.56-101.080 76-101.44 76-12.451 4.57-21.174 16.323-21.174 30.113 0 9.19 3.874 17.475 10.078 23.311l0.016 0.015c28.4 26.68 70.68 30.84 111.56 34.88 25.2 2.48 51.28 5.080 65.52 12.92 13.48 7.44 27.4 26.48 40.84 44.88 21.6 29.64 46.12 63.2 84.96 73.12 36.28 9.32 73.4-3.32 106.16-14.48 22.2-7.56 43.2-14.72 60.84-14.72s38.64 7.16 60.84 14.72c24.8 8.44 52 17.72 79.6 17.72 0.184 0.001 0.402 0.002 0.62 0.002 9.215 0 18.154-1.183 26.673-3.404l-0.733 0.162c38.8-9.92 63.32-43.48 84.92-73.12 13.44-18.4 27.36-37.44 40.84-44.88 14.24-8 40.32-10.44 65.56-12.92 40.84-4 83.12-8.2 111.52-34.88 6.308-5.862 10.242-14.204 10.242-23.464 0-2.257-0.234-4.459-0.678-6.584l0.036 0.208zM864.040 730.16c-31.64 3.12-64.32 6.36-90.12 20.52s-44 39.16-61.64 63.24c-16 21.92-32.6 44.64-49.12 48.84-17.84 4.6-43.040-4-69.68-13.080s-53.24-18.12-81.48-18.12-55.32 9.2-81.48 18.12-52 17.68-69.68 13.080c-16.52-4.2-33.080-26.92-49.12-48.84-17.56-24-35.72-48.96-61.64-63.24s-58.48-17.4-90.080-20.52c-6.24-0.6-12.6-1.24-18.96-1.96 21.879-16.173 41.112-33.629 58.459-52.822l0.301-0.338c33.48-37.080 70.88-92.92 94.96-172.52l0.24-0.52c0.748-1.829 1.385-3.989 1.806-6.226l0.034-0.214c14.72-50.918 23.186-109.406 23.186-169.871 0-2-0.009-3.998-0.028-5.994l0.002 0.305c0-106.039 85.961-192 192-192s192 85.961 192 192v0c-0.016 1.692-0.026 3.691-0.026 5.693 0 60.508 8.481 119.035 24.318 174.457l-1.093-4.47c0.455 2.451 1.092 4.611 1.923 6.672l-0.083-0.232 0.24 0.52c24 79.6 61.48 135.44 94.96 172.52 17.648 19.531 36.881 36.987 57.707 52.414l1.053 0.746c-6.36 0.6-12.72 1.24-19 1.84z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"snapchat-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31758,\"id\":222,\"name\":\"snapchat-logo-duotone\",\"prevSize\":16,\"code\":61697,\"codes\":[61697,61698]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1025},{\"icon\":{\"paths\":[\"M992 668.24v3.76h-864v-369.84c-0-0.024-0-0.052-0-0.081 0-13.755 8.679-25.483 20.859-30.007l0.221-0.072 302.92-110.080c3.209-1.185 6.915-1.871 10.781-1.871 12.947 0 24.099 7.689 29.137 18.751l0.082 0.2 93.080 217.4c14.819 32.774 42.069 57.729 75.579 69.173l0.901 0.267 242.92 81c51.277 17.468 87.506 65.201 87.52 121.398l0 0.002z\",\"M914.6 516.44l-242.92-80.96c-25.763-8.784-46.166-27.467-57.035-51.398l-0.245-0.602-92.84-217.080s0-0.28 0-0.4c-10.231-22.543-32.545-37.939-58.454-37.939-7.936 0-15.535 1.444-22.547 4.085l0.441-0.146-302.88 109.96c-24.751 9.254-42.065 32.678-42.12 60.153l-0 0.007v465.88c0 35.346 28.654 64 64 64v0h800c35.346 0 64-28.654 64-64v0-99.76c0-0.004 0-0.008 0-0.012 0-70.264-45.292-129.95-108.274-151.454l-1.126-0.334zM160 302.12l302.88-110.12 28.44 66.52-86.24 31.4c-12.403 4.595-21.082 16.324-21.082 30.080 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.003-0l-0 0c3.922-0.006 7.675-0.724 11.138-2.032l-0.218 0.072 89.6-32.56 18.96 44.28-66.4 24c-12.645 4.466-21.543 16.316-21.543 30.243 0 17.673 14.327 32 32 32 0.163 0 0.326-0.001 0.488-0.004l-0.025 0c3.922-0.006 7.675-0.724 11.138-2.032l-0.218 0.072 70.4-25.6c8.444 15.394 18.669 28.578 30.648 39.932l0.072 0.068-58.96 21.44c-12.462 4.565-21.194 16.323-21.194 30.12 0 17.673 14.327 32 32 32 0.040 0 0.080-0 0.12-0l-0.006 0c3.92-0.012 7.672-0.715 11.146-1.993l-0.226 0.073 112-40.72 227.48 75.8c29.403 10.039 51.985 33.121 61.135 62.16l0.185 0.68h-795.72zM960 768h-800v-64h800z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sneaker-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31759,\"id\":221,\"name\":\"sneaker-duotone\",\"prevSize\":16,\"code\":61699,\"codes\":[61699,61700]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1026},{\"icon\":{\"paths\":[\"M992 768v32c0 17.673-14.327 32-32 32v0h-370.76c-8.825-0.004-16.814-3.58-22.6-9.36l0 0-429.28-416c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 256-256.52c5.73-5.467 13.509-8.832 22.073-8.832 8.826 0 16.818 3.573 22.607 9.352l-0-0 32.92 32.92c5.422 5.45 8.894 12.846 9.277 21.049l0.003 0.071c5.44 110.36 85.4 182.64 194.64 191.44 16.372 1.545 29.080 15.221 29.080 31.867 0 0.047-0 0.094-0 0.141l0-0.007v97.16c0 88.366 71.634 160 160 160v0 0c0.012-0 0.026-0 0.040-0 70.692 0 128 57.308 128 128l-0 0z\",\"M864 608c-70.692 0-128-57.308-128-128v0-97.2c-0.003-33.415-25.613-60.848-58.276-63.743l-0.244-0.017c-97.4-8-160.72-69.56-165.24-161.080v0c-0.868-16.455-7.825-31.135-18.64-41.96l-32.88-32.92c-11.541-11.665-27.55-18.888-45.247-18.888-17.156 0-32.727 6.789-44.172 17.826l0.019-0.018-0.6 0.56-256 256.48c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l0.36 0.36 429.080 416c11.474 11.208 27.184 18.123 44.51 18.123 0.201 0 0.401-0.001 0.601-0.003l-0.031 0h370.76c35.346 0 64-28.654 64-64v0-32c0-88.366-71.634-160-160-160v0zM960 800l-371.12-0.32-428.88-415.68 255.48-256 32.84 32.8c3.040 61.68 26.6 115.4 68 155.32 40 38.4 93.8 61.36 155.52 66.4v65.48h-63.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h66.72c4.144 24.053 12.219 45.565 23.605 64.891l-0.485-0.891h-57.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h118.040c29.714 20.047 66.328 32 105.733 32 0.080 0 0.159-0 0.239-0l-0.012 0c53.019 0 96 42.981 96 96v0zM256 736h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM416 832c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sneaker-move-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31760,\"id\":220,\"name\":\"sneaker-move-duotone\",\"prevSize\":16,\"code\":61701,\"codes\":[61701,61702]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1027},{\"icon\":{\"paths\":[\"M880 512c0 203.241-164.759 368-368 368s-368-164.759-368-368c0-203.241 164.759-368 368-368v0c203.149 0.228 367.772 164.851 368 367.978l0 0.022z\",\"M895.080 600.36c0.589 2.295 0.926 4.93 0.926 7.644 0 14.963-10.27 27.527-24.145 31.029l-0.221 0.047-98.56 24 25.84 96.44c0.693 2.485 1.092 5.34 1.092 8.287 0 14.733-9.956 27.14-23.507 30.861l-0.225 0.053c-2.462 0.738-5.301 1.2-8.236 1.279l-0.044 0.001c-14.716-0.014-27.105-9.96-30.827-23.495l-0.053-0.225-30.88-115.2-162.24-93.64v187.32l86.64 86.6c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l86.64-86.6v-187.32l-162.2 93.64-30.88 115.2c-3.777 13.77-16.182 23.72-30.91 23.72-0.003 0-0.007-0-0.010-0l0.001 0c-2.96-0.005-5.825-0.399-8.551-1.133l0.231 0.053c-13.776-3.773-23.732-16.181-23.732-30.913 0-2.947 0.398-5.801 1.144-8.511l-0.053 0.225 25.84-96.44-98.56-24c-14.096-3.551-24.365-16.116-24.365-31.080 0-17.676 14.329-32.005 32.005-32.005 2.712 0 5.346 0.337 7.861 0.973l-0.221-0.047 117.8 28.92 162.6-94.040-162.56-93.84-117.8 28.92c-2.266 0.585-4.866 0.92-7.546 0.92-0.033 0-0.066-0-0.099-0l0.005 0c-0.007 0-0.014 0-0.022 0-17.673 0-32-14.327-32-32 0-14.969 10.278-27.537 24.161-31.033l0.221-0.047 98.56-24-25.84-96.64c-0.692-2.483-1.089-5.335-1.089-8.28 0-17.678 14.331-32.009 32.009-32.009 14.734 0 27.142 9.954 30.867 23.505l0.053 0.225 30.88 115.2 162.2 93.64v-187.32l-86.64-86.6c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v-0l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-86.64 86.6v187.32l162.2-93.64 30.88-115.2c3.778-13.775 16.186-23.729 30.92-23.729 17.678 0 32.009 14.331 32.009 32.009 0 2.945-0.398 5.797-1.142 8.505l0.053-0.225-25.84 96.44 98.56 24c14.571 3.192 25.317 15.988 25.317 31.294 0 17.673-14.327 32-32 32-0.336 0-0.672-0.005-1.006-0.016l0.049 0.001c-0.028 0-0.061 0-0.094 0-2.679 0-5.28-0.336-7.763-0.967l0.217 0.047-117.8-28.92-162.56 93.84 162.56 93.84 117.8-28.92c2.295-0.589 4.93-0.926 7.644-0.926 14.963 0 27.527 10.27 31.029 24.145l0.047 0.221z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"snowflake-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31761,\"id\":219,\"name\":\"snowflake-duotone\",\"prevSize\":16,\"code\":61703,\"codes\":[61703,61704]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1028},{\"icon\":{\"paths\":[\"M260.68 432.32l-132 101.36c-0.4-7.2-0.6-14.4-0.6-21.68-0-0.203-0.001-0.442-0.001-0.682 0-91.31 32-175.146 85.397-240.905l-0.556 0.708zM187.68 717.68c52.025 81.045 131.633 140.503 225.315 165.471l2.685 0.609-58.8-166.080zM608.52 883.76c96.367-25.577 175.975-85.035 227.082-164.553l0.918-1.527h-169.2zM811.080 271.12l-47.76 161.2 132 101.36c0.4-7.2 0.6-14.4 0.6-21.68 0-0.203 0.001-0.442 0.001-0.682 0-91.31-32-175.146-85.397-240.905l0.556 0.708zM657 156.32c-42.894-17.914-92.732-28.32-145-28.32s-102.106 10.406-147.554 29.259l2.554-0.939 145 99.68zM610.88 640l61.12-178-160-110-160 110 61.12 178z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM818.080 685.68h-134.48l-37.040-51.040 50.52-147.12 60-19.56 104.96 80.52c-5.393 51.15-21.040 97.674-44.858 138.885l0.898-1.685zM162.080 548.48l104.76-80.48 60 19.56 50.52 147.12-36.96 51h-134.48c-22.946-39.521-38.62-86.044-43.908-135.669l-0.132-1.531zM202.080 345.92l22.040 74.4-61.28 46.76c5.922-45.198 19.629-86.108 39.793-122.983l-0.913 1.823zM436 608l-45.84-133.4 121.84-83.76 121.84 83.76-45.84 133.4zM800.28 420.32l22.040-74.4c19.251 35.052 32.958 75.962 38.689 119.387l0.191 1.773zM775.48 278.8l-38.040 128.32-60.28 19.56-133.16-91.52v-62.32l116.36-80c45.184 21.43 83.436 50.369 114.766 85.6l0.314 0.36zM584.28 167.48l-72.28 49.68-72.28-49.68c21.727-4.756 46.686-7.48 72.28-7.48s50.552 2.724 74.6 7.898l-2.32-0.418zM363.64 192.84l116.36 80v62.32l-133.12 91.52-60.28-19.56-38.040-128.32c31.644-35.591 69.896-64.53 112.939-85.041l2.141-0.919zM252.6 749.68h81.48l28.68 81.080c-43.033-20.533-79.582-47.783-109.927-80.823l-0.233-0.257zM440 856.52l-47.52-133.68 36.92-50.84h165.2l36.92 50.84-47.32 133.68c-21.703 4.758-46.633 7.484-72.2 7.484s-50.496-2.726-74.515-7.902l2.315 0.418zM661.44 830.76l28.68-81.080h81.48c-30.631 33.314-67.249 60.568-108.23 80.163l-2.13 0.917z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"soccer-ball-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31762,\"id\":218,\"name\":\"soccer-ball-duotone\",\"prevSize\":16,\"code\":61705,\"codes\":[61705,61706]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1029},{\"icon\":{\"paths\":[\"M896 672l-160 160-160-160z\",\"M512 512c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0zM192 288h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM416 736h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM918.64 694.64l-160 160c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-160-160c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l127.999-0v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h128c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0zM818.64 704h-165.4l82.76 82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sort-ascending-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31763,\"id\":217,\"name\":\"sort-ascending-duotone\",\"prevSize\":16,\"code\":61707,\"codes\":[61707,61708]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1030},{\"icon\":{\"paths\":[\"M896 352h-320l160-160z\",\"M160 512c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0zM192 288h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM736 736h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM925.56 364.24c-4.934 11.696-16.306 19.757-29.56 19.76l-128 0v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-128c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 160 160c5.785 5.79 9.363 13.786 9.363 22.618 0 4.425-0.898 8.639-2.522 12.472l0.079-0.21zM818.76 320l-82.76-82.76-82.76 82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sort-descending-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31764,\"id\":216,\"name\":\"sort-descending-duotone\",\"prevSize\":16,\"code\":61709,\"codes\":[61709,61710]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1031},{\"icon\":{\"paths\":[\"M992 608c0 88.366-71.634 160-160 160v0h-256v-576c0.010-0 0.021-0 0.032-0 148.816 0 271.27 112.871 286.423 257.676l0.106 1.244c74.262 14.833 129.44 79.5 129.44 157.054 0 0.009-0 0.018-0 0.027l0-0.001z\",\"M96 480v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM192 352c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM320 320c-17.673 0-32 14.327-32 32v0 416c0 17.673 14.327 32 32 32s32-14.327 32-32v0-416c0-17.673-14.327-32-32-32v0zM448 192c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32s32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0zM891.36 425.36c-27.001-151.682-157.875-265.36-315.301-265.36-0.021 0-0.042 0-0.062 0l0.003-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.267-0.001 0.584-0.002 0.9-0.002 132.080 0 240.709 100.401 253.732 229.046l0.088 1.075c1.556 14.058 12.019 25.282 25.556 27.966l0.204 0.034c60.038 11.344 104.837 63.383 104.837 125.887 0 70.692-57.308 128-128 128-0.463 0-0.926-0.002-1.388-0.007l0.070 0.001h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c0.043 0 0.093 0 0.143 0 106.039 0 192-85.961 192-192 0-84.873-55.070-156.884-131.427-182.25l-1.356-0.39z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"soundcloud-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31765,\"id\":215,\"name\":\"soundcloud-logo-duotone\",\"prevSize\":16,\"code\":61711,\"codes\":[61711,61712]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1032},{\"icon\":{\"paths\":[\"M896 544c0 0.007 0 0.014 0 0.022 0 106.039-85.961 192-192 192-48.417 0-92.648-17.921-126.422-47.492l0.222 0.19 62.2 207.28h-256l62.2-207.28c-33.552 29.381-77.783 47.302-126.2 47.302-106.039 0-192-85.961-192-192 0-0.008 0-0.016 0-0.023l-0 0.001c0-256 384-448 384-448s384 192 384 448z\",\"M526.32 67.4c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-16.4 8.2-401.68 203.96-401.68 476.6-0 0.027-0 0.059-0 0.091 0 123.712 100.288 224 224 224 25.995 0 50.956-4.428 74.17-12.571l-1.57 0.48-39.24 130.8c-0.857 2.753-1.351 5.919-1.351 9.2 0 17.67 14.322 31.995 31.991 32l256 0c17.669-0.005 31.991-14.33 31.991-32 0-3.281-0.494-6.447-1.411-9.427l0.060 0.227-39.24-130.8c21.644 7.663 46.605 12.091 72.6 12.091 123.712 0 224-100.288 224-224 0-0.032-0-0.064-0-0.096l0 0.005c0-272.64-385.28-468.4-401.68-476.6zM704 704c-0.004 0-0.009 0-0.014 0-40.338 0-77.189-14.927-105.331-39.559l0.185 0.159c-5.592-4.896-12.963-7.882-21.032-7.882-17.673 0-32 14.327-32 32 0 3.282 0.494 6.448 1.412 9.429l-0.060-0.227 49.84 166.080h-170l49.84-166.080c0.858-2.754 1.352-5.92 1.352-9.202 0-17.673-14.327-32-32-32-8.069 0-15.44 2.986-21.069 7.914l0.037-0.032c-27.959 24.48-64.816 39.412-105.16 39.412-88.366 0-160-71.634-160-160 0-0.004 0-0.009 0-0.013l-0 0.001c0-119.52 97.64-226.2 179.56-294.64 50.546-41.997 106.97-80.779 166.787-114.218l5.653-2.902c65.47 36.341 121.894 75.123 174.278 118.603l-1.838-1.483c148.4 124 179.56 228.68 179.56 294.64 0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"spade-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31766,\"id\":214,\"name\":\"spade-duotone\",\"prevSize\":16,\"code\":61713,\"codes\":[61713,61714]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1033},{\"icon\":{\"paths\":[\"M779.28 605.72l-206.64 76c-8.732 3.261-15.499 10.028-18.689 18.543l-0.071 0.217-76 206.64c-4.594 12.193-16.162 20.71-29.72 20.71s-25.126-8.517-29.648-20.492l-0.072-0.218-76-206.64c-3.261-8.732-10.028-15.499-18.543-18.689l-0.217-0.071-206.64-76c-12.193-4.594-20.71-16.162-20.71-29.72s8.517-25.126 20.492-29.648l0.218-0.072 206.64-76c8.732-3.261 15.499-10.028 18.689-18.543l0.071-0.217 76-206.64c4.594-12.193 16.162-20.71 29.72-20.71s25.126 8.517 29.648 20.492l0.072 0.218 76 206.64c3.261 8.732 10.028 15.499 18.543 18.689l0.217 0.071 206.64 76c12.193 4.594 20.71 16.162 20.71 29.72s-8.517 25.126-20.492 29.648l-0.218 0.072z\",\"M790.32 516.24l-206.44-76-76-206.6c-9.219-24.538-32.487-41.683-59.76-41.683s-50.541 17.145-59.615 41.244l-0.145 0.439-76.080 206.36-206.6 76c-24.538 9.219-41.683 32.487-41.683 59.76s17.145 50.541 41.244 59.615l0.439 0.145 206.32 76.48 76 206.48c9.219 24.538 32.487 41.683 59.76 41.683s50.541-17.145 59.615-41.244l0.145-0.439 76-206.44 206.6-76c24.538-9.219 41.683-32.487 41.683-59.76s-17.145-50.541-41.244-59.615l-0.439-0.145zM561.56 652c-17.55 6.569-31.151 20.17-37.576 37.282l-0.144 0.438-76 205.84-75.84-206c-6.573-17.455-20.105-30.987-37.123-37.415l-0.437-0.145-205.84-76 205.84-76c17.455-6.573 30.987-20.105 37.415-37.123l0.145-0.437 76-205.84 76 205.84c6.569 17.55 20.17 31.151 37.282 37.576l0.438 0.144 205.84 76zM576 160c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0zM992 352c0 17.673-14.327 32-32 32v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sparkle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31767,\"id\":213,\"name\":\"sparkle-duotone\",\"prevSize\":16,\"code\":61715,\"codes\":[61715,61716]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1034},{\"icon\":{\"paths\":[\"M768 128h-512c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM512 736c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\",\"M768 96h-512c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM768 864h-512v-704h512zM464 304c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM512 768c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM512 512c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-hifi-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31768,\"id\":212,\"name\":\"speaker-hifi-duotone\",\"prevSize\":16,\"code\":61717,\"codes\":[61717,61718]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1035},{\"icon\":{\"paths\":[\"M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z\",\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.2v-288.72l224-174.2zM792 406.24c24.798 28.047 39.938 65.135 39.938 105.76s-15.14 77.713-40.086 105.931l0.148-0.171c-5.875 6.438-14.301 10.462-23.666 10.462-17.673 0-32-14.327-32-32 0-7.953 2.901-15.228 7.702-20.825l-0.036 0.043c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-4.765-5.554-7.666-12.829-7.666-20.782 0-17.673 14.327-32 32-32 9.366 0 17.792 4.024 23.644 10.437l0.023 0.025zM992 512c0 0.055 0 0.121 0 0.186 0 82.050-30.919 156.878-81.741 213.47l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.45-45.080 65.183-104.982 65.183-170.66s-24.733-125.58-65.394-170.899l0.211 0.239c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.56 56.257 81.48 131.051 81.48 213.067 0 0.089-0 0.178-0 0.267l0-0.014z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-high-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31769,\"id\":211,\"name\":\"speaker-high-duotone\",\"prevSize\":16,\"code\":61719,\"codes\":[61719,61720]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1036},{\"icon\":{\"paths\":[\"M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z\",\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.2v-288.72l224-174.2zM832 512c0 0.034 0 0.075 0 0.116 0 40.624-15.166 77.705-40.145 105.891l0.145-0.167c-5.875 6.438-14.301 10.462-23.666 10.462-17.673 0-32-14.327-32-32 0-7.953 2.901-15.228 7.702-20.825l-0.036 0.043c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-5.168-5.663-8.334-13.231-8.334-21.538 0-17.673 14.327-32 32-32 9.721 0 18.429 4.334 24.298 11.175l0.036 0.043c24.803 28.020 39.961 65.076 40 105.672l0 0.008z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-low-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31770,\"id\":210,\"name\":\"speaker-low-duotone\",\"prevSize\":16,\"code\":61721,\"codes\":[61721,61722]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1037},{\"icon\":{\"paths\":[\"M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z\",\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.28v-288.52l224-174.32z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-none-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31771,\"id\":209,\"name\":\"speaker-none-duotone\",\"prevSize\":16,\"code\":61723,\"codes\":[61723,61724]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1038},{\"icon\":{\"paths\":[\"M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z\",\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8zM800 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-simple-high-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31772,\"id\":208,\"name\":\"speaker-simple-high-duotone\",\"prevSize\":16,\"code\":61725,\"codes\":[61725,61726]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1039},{\"icon\":{\"paths\":[\"M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z\",\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8zM800 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-simple-low-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31773,\"id\":207,\"name\":\"speaker-simple-low-duotone\",\"prevSize\":16,\"code\":61727,\"codes\":[61727,61728]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1040},{\"icon\":{\"paths\":[\"M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z\",\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-simple-none-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31774,\"id\":206,\"name\":\"speaker-simple-none-duotone\",\"prevSize\":16,\"code\":61729,\"codes\":[61729,61730]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1041},{\"icon\":{\"paths\":[\"M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z\",\"M736 608v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-168.32-185.16v195.64c-0.014 17.663-14.335 31.976-32 31.976-7.435 0-14.277-2.535-19.71-6.789l0.070 0.053-279.36-217.24h-181c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h166.2l-125.88-138.48c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM576 629.96l-223.6-245.96h-224.4v256h192c0.015-0 0.034-0 0.052-0 7.422 0 14.249 2.546 19.656 6.811l-0.067-0.051 236.36 183.8zM468.24 277.24l107.76-84v233.88c0 17.673 14.327 32 32 32s32-14.327 32-32v0-299.12c-0.014-17.663-14.335-31.976-32-31.976-7.435 0-14.277 2.535-19.71 6.789l0.070-0.053-159.4 124c-7.345 5.914-12.004 14.904-12.004 24.984 0 17.673 14.327 32 32 32 7.277 0 13.987-2.429 19.363-6.521l-0.079 0.057z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-simple-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31775,\"id\":205,\"name\":\"speaker-simple-slash-duotone\",\"prevSize\":16,\"code\":61731,\"codes\":[61731,61732]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1042},{\"icon\":{\"paths\":[\"M608 128v768l-288-224h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h192z\",\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8zM982.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-simple-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31776,\"id\":204,\"name\":\"speaker-simple-x-duotone\",\"prevSize\":16,\"code\":61733,\"codes\":[61733,61734]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1043},{\"icon\":{\"paths\":[\"M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 125.88 138.48h-166.2c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-195.64l168.32 185.16c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM128 384h160v256h-160zM576 830.56l-224-174.2v-272.8l224 246.4zM744 575.48c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-5.384-5.713-8.693-13.434-8.693-21.927 0-17.673 14.327-32 32-32 9.917 0 18.781 4.511 24.651 11.594l0.043 0.053c24.798 28.047 39.938 65.135 39.938 105.76s-15.14 77.713-40.086 105.931l0.148-0.171c-5.894 6.655-14.459 10.829-24 10.829-17.678 0-32.009-14.331-32.009-32.009 0-8.138 3.037-15.566 8.038-21.214l-0.029 0.034zM423.36 271.48c-4.211-5.367-6.753-12.217-6.753-19.662 0-10.235 4.805-19.348 12.283-25.206l0.070-0.053 159.4-124c5.363-4.201 12.206-6.736 19.64-6.736 17.673 0 32 14.327 32 32 0 0.062-0 0.124-0.001 0.186l0-0.009v299.32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-233.88l-107.76 84c-5.345 4.153-12.15 6.658-19.54 6.658-10.282 0-19.432-4.849-25.286-12.386l-0.054-0.072zM992 512c0 0.055 0 0.121 0 0.186 0 82.050-30.919 156.878-81.741 213.47l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.45-45.080 65.183-104.982 65.183-170.66s-24.733-125.58-65.394-170.899l0.211 0.239c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.56 56.257 81.48 131.051 81.48 213.067 0 0.089-0 0.178-0 0.267l0-0.014z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31777,\"id\":203,\"name\":\"speaker-slash-duotone\",\"prevSize\":16,\"code\":61735,\"codes\":[61735,61736]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1044},{\"icon\":{\"paths\":[\"M320 352v320h-192c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0z\",\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.28v-288.52l224-174.32zM982.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"speaker-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31778,\"id\":202,\"name\":\"speaker-x-duotone\",\"prevSize\":16,\"code\":61737,\"codes\":[61737,61738]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1045},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M544 128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM693 363c8.845-0.004 16.85-3.596 22.639-9.399l0.001-0.001 90.52-90.48c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-90.48 90.52c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.668 14.318 31.992 31.984 32l0.001 0zM896 480h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM715.64 670.4c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 90.48 90.52c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM308.36 670.4l-90.52 90.48c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l90.48-90.52c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013zM288 512c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM263.12 217.84c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l90.52 90.48c5.727 5.449 13.492 8.801 22.041 8.801 17.673 0 32-14.327 32-32 0-8.548-3.352-16.314-8.813-22.054l0.013 0.013z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"spinner-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31779,\"id\":201,\"name\":\"spinner-duotone\",\"prevSize\":16,\"code\":61739,\"codes\":[61739,61740]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1046},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M544 128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 480h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM715.64 670.4c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 90.48 90.52c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM308.36 670.4l-90.52 90.48c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l90.48-90.52c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013zM288 512c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM263.12 217.84c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l90.52 90.48c5.727 5.449 13.492 8.801 22.041 8.801 17.673 0 32-14.327 32-32 0-8.548-3.352-16.314-8.813-22.054l0.013 0.013z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"spinner-gap-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31780,\"id\":200,\"name\":\"spinner-gap-duotone\",\"prevSize\":16,\"code\":61741,\"codes\":[61741,61742]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1047},{\"icon\":{\"paths\":[\"M960 576h-128c0 176.731-143.269 320-320 320v0c-194.404 0-352-157.596-352-352v0c0-212.077 171.923-384 384-384v0c229.75 0 416 186.25 416 416v0z\",\"M992 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0.205 176.648 143.351 319.795 319.98 320l0.020 0c158.985-0.182 287.818-129.015 288-287.983l0-0.017c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0.114 105.993 86.007 191.886 191.989 192l0.011 0c88.366 0 160-71.634 160-160v0c0-70.692-57.308-128-128-128v0c-53.019 0-96 42.981-96 96v0c0 35.346 28.654 64 64 64v0c17.673 0 32-14.327 32-32v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c35.346 0 64 28.654 64 64v0c0 53.019-42.981 96-96 96v0c-70.692 0-128-57.308-128-128v0c0-88.366 71.634-160 160-160v0c105.993 0.114 191.886 86.007 192 191.989l0 0.011c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015c0.182-158.985 129.015-287.818 287.983-288l0.017-0c176.648 0.205 319.795 143.351 320 319.98l0 0.020c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0c-211.976-0.25-383.75-172.023-384-383.976l-0-0.024c0.25-229.65 186.35-415.75 415.976-416l0.024-0c247.314 0.273 447.727 200.686 448 447.974l0 0.026z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"spiral-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31781,\"id\":199,\"name\":\"spiral-duotone\",\"prevSize\":16,\"code\":61743,\"codes\":[61743,61744]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1048},{\"icon\":{\"paths\":[\"M928 512l-128 128v-256zM224 640v-256l-128 128z\",\"M416 160c-17.673 0-32 14.327-32 32v0 288h-128v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96h128v288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM192 562.76l-50.76-50.76 50.76-50.76zM950.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-128v-288c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h128v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM832 562.76v-101.52l50.76 50.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"split-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31782,\"id\":198,\"name\":\"split-horizontal-duotone\",\"prevSize\":16,\"code\":61745,\"codes\":[61745,61746]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1049},{\"icon\":{\"paths\":[\"M640 224h-256l128-128zM512 928l128-128h-256z\",\"M832 576h-640c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288v128h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-95.999-0v-128h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 882.76l-50.76-50.76h101.52zM192 448h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288v-128h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v128h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM512 141.24l50.76 50.76h-101.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"split-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31783,\"id\":197,\"name\":\"split-vertical-duotone\",\"prevSize\":16,\"code\":61747,\"codes\":[61747,61748]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1050},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM636.28 678.96c-5.484 10.208-16.087 17.031-28.283 17.031-5.472 0-10.623-1.373-15.128-3.795l0.171 0.084c-23.44-12.845-51.358-20.401-81.040-20.401s-57.6 7.556-81.934 20.848l0.894-0.447c-4.185 2.15-9.132 3.41-14.374 3.41-17.673 0-32-14.327-32-32 0-11.965 6.567-22.397 16.294-27.887l0.16-0.083c32.149-17.345 70.364-27.538 110.96-27.538s78.811 10.193 112.225 28.159l-1.265-0.622c10.208 5.484 17.031 16.087 17.031 28.283 0 5.472-1.373 10.623-3.795 15.128l0.084-0.171zM764.28 454.96c-5.499 10.157-16.074 16.939-28.234 16.939-5.523 0-10.72-1.399-15.254-3.863l0.168 0.084c-60.452-33.013-132.419-52.427-208.92-52.427s-148.468 19.414-211.243 53.585l2.323-1.157c-4.365 2.377-9.559 3.774-15.080 3.774-17.681 0-32.014-14.333-32.014-32.014 0-12.16 6.78-22.737 16.765-28.156l0.169-0.084c69.185-37.752 151.54-59.953 239.080-59.953s169.896 22.2 241.743 61.278l-2.663-1.325c10.158 5.498 16.941 16.075 16.941 28.235 0 5.555-1.415 10.779-3.905 15.332l0.084-0.167zM700.28 566.96c-5.496 10.165-16.076 16.954-28.242 16.954-5.504 0-10.684-1.39-15.207-3.837l0.169 0.084c-41.968-22.802-91.899-36.208-144.96-36.208s-102.992 13.406-146.589 37.015l1.629-0.807c-4.232 2.207-9.243 3.502-14.556 3.502-17.673 0-32-14.327-32-32 0-11.974 6.577-22.413 16.316-27.899l0.16-0.083c50.672-27.554 110.964-43.755 175.040-43.755s124.368 16.2 177.003 44.728l-1.963-0.973c10.166 5.496 16.956 16.077 16.956 28.243 0 5.536-1.406 10.743-3.879 15.285l0.084-0.168z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"spotify-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31784,\"id\":196,\"name\":\"spotify-logo-duotone\",\"prevSize\":16,\"code\":61749,\"codes\":[61749,61750]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1051},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31785,\"id\":195,\"name\":\"square-duotone\",\"prevSize\":16,\"code\":61751,\"codes\":[61751,61752]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1052},{\"icon\":{\"paths\":[\"M832 512v288c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-288z\",\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 224v256h-576v-256zM800 800h-576v-256h576v256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"square-half-bottom-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31786,\"id\":194,\"name\":\"square-half-bottom-duotone\",\"prevSize\":16,\"code\":61753,\"codes\":[61753,61754]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1053},{\"icon\":{\"paths\":[\"M832 224v576c0 17.673-14.327 32-32 32v0h-288v-640h288c17.673 0 32 14.327 32 32v0z\",\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM224 224h256v576h-256zM800 800h-256v-576h256v576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"square-half-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31787,\"id\":193,\"name\":\"square-half-duotone\",\"prevSize\":16,\"code\":61755,\"codes\":[61755,61756]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1054},{\"icon\":{\"paths\":[\"M640 384v256h-256v-256z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM640 352h-256c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM608 608h-192v-192h192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"square-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31788,\"id\":192,\"name\":\"square-logo-duotone\",\"prevSize\":16,\"code\":61757,\"codes\":[61757,61758]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1055},{\"icon\":{\"paths\":[\"M448 224v192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM800 192h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM416 576h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM800 576h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z\",\"M800 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 800h-192v-192h192v192zM416 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 416h-192v-192h192v192zM800 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 416h-192v-192h192v192zM416 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 800h-192v-192h192v192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"squares-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31789,\"id\":191,\"name\":\"squares-four-duotone\",\"prevSize\":16,\"code\":61759,\"codes\":[61759,61760]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1056},{\"icon\":{\"paths\":[\"M832 224v576c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM224 224h256v576h-256zM800 800h-256v-576h256v576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"square-split-horizontal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31790,\"id\":190,\"name\":\"square-split-horizontal-duotone\",\"prevSize\":16,\"code\":61761,\"codes\":[61761,61762]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1057},{\"icon\":{\"paths\":[\"M832 224v576c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 224v256h-576v-256zM800 800h-576v-256h576v256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"square-split-vertical-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31791,\"id\":189,\"name\":\"square-split-vertical-duotone\",\"prevSize\":16,\"code\":61763,\"codes\":[61763,61764]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1058},{\"icon\":{\"paths\":[\"M896 320l-384 224-384-224 384-224z\",\"M923.64 688c2.687 4.584 4.274 10.095 4.274 15.977 0 11.747-6.33 22.016-15.765 27.581l-0.149 0.081-384 224c-4.618 2.738-10.18 4.357-16.12 4.357s-11.502-1.618-16.269-4.438l0.149 0.081-384-224c-9.361-5.696-15.518-15.843-15.518-27.429 0-17.673 14.327-32 32-32 5.793 0 11.226 1.539 15.913 4.231l-0.156-0.082 368 214.6 368-214.6c4.584-2.687 10.095-4.274 15.977-4.274 11.747 0 22.016 6.33 27.581 15.765l0.081 0.149zM880 484.36l-368 214.6-368-214.6c-4.157-2.115-9.065-3.354-14.263-3.354-17.673 0-32 14.327-32 32 0 11.063 5.614 20.815 14.148 26.562l0.114 0.072 384 224c4.618 2.738 10.18 4.357 16.12 4.357s11.502-1.618 16.269-4.438l-0.149 0.081 384-224c9.768-5.603 16.242-15.971 16.242-27.851 0-17.673-14.327-32-32-32-6.088 0-11.779 1.7-16.624 4.651l0.141-0.080zM96 320c0.028-11.754 6.388-22.016 15.849-27.558l0.151-0.082 384-224c4.618-2.738 10.18-4.357 16.12-4.357s11.502 1.618 16.269 4.438l-0.149-0.081 384 224c9.562 5.652 15.875 15.909 15.875 27.64s-6.313 21.988-15.726 27.559l-0.148 0.081-384 224c-4.618 2.738-10.18 4.357-16.12 4.357s-11.502-1.618-16.269-4.438l0.149 0.081-384-224c-9.612-5.624-15.972-15.886-16-27.636l-0-0.004zM191.52 320l320.48 186.96 320.48-186.96-320.48-186.96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stack-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31792,\"id\":188,\"name\":\"stack-duotone\",\"prevSize\":16,\"code\":61765,\"codes\":[61765,61766]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1059},{\"icon\":{\"paths\":[\"M832 608v256h-640v-256z\",\"M864 608.36v255.64c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-255.64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 223.64h576v-223.64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM352 736.36h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM371.52 524.36l309.080 82.72c2.494 0.71 5.359 1.119 8.319 1.12l0.001 0c17.563-0.144 31.746-14.415 31.746-31.999 0-14.636-9.826-26.977-23.24-30.786l-0.226-0.055-309.2-82.92c-3.296-1.255-7.107-1.982-11.088-1.982-17.673 0-32 14.327-32 32 0 15.768 11.405 28.873 26.416 31.514l0.192 0.028zM445.32 324.64l277.12 160c4.59 2.696 10.11 4.289 16.002 4.289 11.786 0 22.083-6.371 27.636-15.857l0.082-0.151c2.675-4.576 4.254-10.075 4.254-15.942 0-11.771-6.356-22.058-15.823-27.616l-0.15-0.082-277.12-160.2c-4.86-3.133-10.796-4.995-17.167-4.995-17.673 0-32 14.327-32 32 0 12.25 6.884 22.893 16.994 28.271l0.173 0.084zM794.64 376.64c5.801 5.811 13.821 9.406 22.68 9.406 17.699 0 32.046-14.348 32.046-32.046 0-8.839-3.579-16.843-9.367-22.64l0 0-226.28-226c-5.729-5.461-13.503-8.821-22.062-8.821-17.673 0-32 14.327-32 32 0 8.539 3.344 16.296 8.795 22.034l-0.013-0.014z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stack-overflow-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31793,\"id\":187,\"name\":\"stack-overflow-logo-duotone\",\"prevSize\":16,\"code\":61767,\"codes\":[61767,61768]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1060},{\"icon\":{\"paths\":[\"M960 416l-448 256-448-256 448-256z\",\"M48 444l448 256c4.561 2.653 10.038 4.218 15.88 4.218s11.319-1.566 16.033-4.3l-0.153 0.082 448-256c9.718-5.615 16.152-15.956 16.152-27.8s-6.434-22.185-15.998-27.718l-0.154-0.082-448-256c-4.561-2.653-10.038-4.218-15.88-4.218s-11.319 1.566-16.033 4.3l0.153-0.082-448 256c-9.718 5.615-16.152 15.956-16.152 27.8s6.434 22.185 15.998 27.718l0.154 0.082zM512 196.84l383.48 219.16-383.48 219.16-383.48-219.16zM988 560c2.729 4.612 4.341 10.164 4.341 16.093 0 11.92-6.518 22.318-16.183 27.824l-0.158 0.083-448 256c-4.561 2.653-10.038 4.218-15.88 4.218s-11.319-1.566-16.033-4.3l0.153 0.082-448.24-256c-9.727-5.654-16.162-16.025-16.162-27.9 0-17.763 14.4-32.162 32.162-32.162 5.888 0 11.406 1.582 16.153 4.345l-0.153-0.082 432 246.96 432-246.96c4.632-2.759 10.215-4.391 16.178-4.391 11.859 0 22.212 6.451 27.74 16.036l0.082 0.155z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stack-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31794,\"id\":186,\"name\":\"stack-simple-duotone\",\"prevSize\":16,\"code\":61769,\"codes\":[61769,61770]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1061},{\"icon\":{\"paths\":[\"M832 160v224h-224v160h-192v160h-224v-544c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\",\"M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM608 576h192v96h-352v-96zM640 512v-96h160v96zM800 160v192h-192c-17.673 0-32 14.327-32 32v0 128h-160c-17.673 0-32 14.327-32 32v0 128h-160v-512zM800 864h-576v-128h576v128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stairs-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31795,\"id\":185,\"name\":\"stairs-duotone\",\"prevSize\":16,\"code\":61771,\"codes\":[61771,61772]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1062},{\"icon\":{\"paths\":[\"M637.84 212l-71.12 332h-109.44l-71.12-332c-1.339-6.012-2.106-12.916-2.106-20 0-53 42.95-95.969 95.943-96l64.003-0c52.996 0.031 95.946 43 95.946 96 0 7.084-0.767 13.988-2.223 20.635l0.117-0.635z\",\"M896 896c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM896 576v160c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h225.72l-62.84-293.16c-1.809-8.067-2.846-17.333-2.846-26.84 0-70.68 57.288-127.981 127.964-128l64.002-0c0.002-0 0.004-0 0.006-0 70.692 0 128 57.308 128 128 0 9.507-1.037 18.773-3.003 27.689l0.157-0.849-62.88 293.16h225.72c35.346 0 64 28.654 64 64v0zM483.16 512h57.68l65.72-306.6c0.902-4.028 1.419-8.654 1.419-13.4 0-35.339-28.642-63.988-63.977-64l-64.001-0c-0.005-0-0.012-0-0.019-0-35.346 0-64 28.654-64 64 0 4.746 0.517 9.372 1.497 13.824l-0.078-0.424zM832 736v-160h-640v160h640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stamp-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31796,\"id\":184,\"name\":\"stamp-duotone\",\"prevSize\":16,\"code\":61773,\"codes\":[61773,61774]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1063},{\"icon\":{\"paths\":[\"M608 825.6c-46.492 24.203-101.524 38.4-159.872 38.4-194.404 0-352-157.596-352-352s157.596-352 352-352c58.348 0 113.38 14.197 161.83 39.324l-1.959-0.924c-114.936 59.516-192.128 177.544-192.128 313.6s77.192 254.084 190.17 312.676l1.959 0.924zM868.24 458.6l-10.68-138.6-87.2 105.6-130.36-32.28 69.84 118.68-69.84 118.68 130.36-32.28 87.2 105.6 10.68-138.6 123.76-53.4z\",\"M622.56 797.12c-104.519-54.096-174.719-161.41-174.719-285.12s70.2-231.024 172.938-284.28l1.781-0.84c10.439-5.414 17.448-16.138 17.448-28.5s-7.009-23.086-17.271-28.416l-0.178-0.084c-50.382-26.395-110.061-41.882-173.357-41.882-0.423 0-0.846 0.001-1.268 0.002l0.065-0c-212.077 0-384 171.923-384 384s171.923 384 384 384v0c0.357 0.001 0.78 0.002 1.203 0.002 63.296 0 122.975-15.487 175.455-42.878l-2.097 0.997c10.439-5.414 17.448-16.138 17.448-28.5s-7.009-23.086-17.271-28.416l-0.178-0.084zM448 832c-176.493-0.314-319.448-143.462-319.448-320 0-176.731 143.269-320 320-320 31.728 0 62.377 4.617 91.312 13.217l-2.264-0.577c-93.69 70.863-153.6 182.115-153.6 307.36s59.91 236.496 152.636 306.661l0.964 0.699c-26.641 8.023-57.256 12.641-88.95 12.641-0.229 0-0.457-0-0.686-0.001l0.035 0zM1004.68 482.6l-106-45.72-9.24-119.36c-1.344-16.558-15.113-29.485-31.901-29.485-9.898 0-18.747 4.494-24.617 11.553l-0.042 0.052-74.36 90.040-110.84-27.4c-2.296-0.589-4.933-0.927-7.648-0.927-17.673 0-32 14.327-32 32 0 5.975 1.638 11.568 4.489 16.354l-0.081-0.147 60.28 102.44-60.28 102.44c-2.77 4.639-4.408 10.232-4.408 16.207 0 17.673 14.327 32 32 32 2.715 0 5.352-0.338 7.869-0.975l-0.221 0.047 110.84-27.4 74.36 90.040c5.912 7.111 14.761 11.605 24.659 11.605 16.788 0 30.557-12.928 31.894-29.372l0.007-0.114 9.24-119.36 106-45.72c11.486-5.028 19.365-16.294 19.365-29.4s-7.879-24.372-19.16-29.32l-0.206-0.080zM855.56 536c-10.706 4.717-18.245 14.835-19.193 26.808l-0.007 0.112-4.6 59.56-36.72-44.44c-5.911-7.13-14.769-11.638-24.68-11.64l-0-0c-2.73 0.011-5.377 0.346-7.91 0.968l0.23-0.048-56.48 14 31.24-53.080c2.782-4.647 4.427-10.251 4.427-16.24s-1.645-11.593-4.508-16.386l0.081 0.146-31.24-53.080 56.48 14c2.301 0.592 4.943 0.931 7.663 0.931 9.919 0 18.784-4.513 24.654-11.598l0.043-0.053 36.72-44.44 4.6 59.56c0.955 12.085 8.494 22.203 18.995 26.839l0.205 0.081 55.68 24z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"star-and-crescent-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31797,\"id\":183,\"name\":\"star-and-crescent-duotone\",\"prevSize\":16,\"code\":61775,\"codes\":[61775,61776]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1064},{\"icon\":{\"paths\":[\"M736.52 590.8c-6.753 5.953-10.99 14.623-10.99 24.282 0 2.581 0.303 5.091 0.874 7.498l-0.044-0.22 54.080 234.16c0.534 2.187 0.84 4.699 0.84 7.282 0 17.673-14.327 32-32 32-6.054 0-11.715-1.681-16.542-4.602l0.143 0.080-204.4-124c-4.695-2.899-10.387-4.617-16.48-4.617s-11.785 1.718-16.617 4.696l0.137-0.079-204.4 124c-4.684 2.841-10.346 4.522-16.4 4.522-17.673 0-32-14.327-32-32 0-2.583 0.306-5.094 0.884-7.5l-0.044 0.218 54.080-234.16c0.528-2.187 0.83-4.697 0.83-7.278 0-9.659-4.237-18.329-10.955-24.252l-0.035-0.031-180.44-157.4c-6.918-5.906-11.276-14.636-11.276-24.383 0-16.771 12.901-30.528 29.32-31.889l0.116-0.008 237.84-20.56c12.054-1.105 22.087-8.747 26.601-19.311l0.079-0.209 92.92-221.44c5.049-11.436 16.289-19.272 29.36-19.272s24.311 7.837 29.279 19.068l0.081 0.204 92.92 221.44c4.593 10.773 14.626 18.415 26.555 19.511l0.125 0.009 237.84 20.56c16.535 1.369 29.436 15.126 29.436 31.897 0 9.747-4.358 18.477-11.232 24.346l-0.044 0.037z\",\"M956.8 389.16c-7.996-24.113-29.299-41.639-54.991-43.982l-0.249-0.018-237.56-20.48-93.12-221.44c-9.879-23.235-32.511-39.232-58.88-39.232s-49.001 15.997-58.722 38.815l-0.158 0.417-92.84 221.44-237.84 20.6c-32.964 2.853-58.641 30.315-58.641 63.775 0 19.332 8.571 36.662 22.121 48.397l0.080 0.068 180.44 157.68-54.080 234.16c-1.064 4.369-1.675 9.386-1.675 14.545 0 35.346 28.654 64 64 64 12.204 0 23.611-3.416 33.316-9.344l-0.281 0.16 204-124 204.44 124c9.424 5.769 20.83 9.185 33.035 9.185 35.346 0 64-28.654 64-64 0-5.159-0.61-10.175-1.763-14.981l0.088 0.436-54.040-234.4 180.4-157.44c13.579-11.8 22.115-29.099 22.115-48.391 0-7.14-1.169-14.008-3.327-20.421l0.132 0.451zM895.92 409.16l-180.4 157.44c-13.509 11.797-21.996 29.051-21.996 48.288 0 5.162 0.611 10.181 1.765 14.989l-0.088-0.436 54.2 234.56-204.28-124c-9.423-5.827-20.848-9.28-33.080-9.28s-23.657 3.453-33.354 9.437l0.274-0.157-204 124 53.84-234.4c1.065-4.372 1.676-9.391 1.676-14.552 0-19.237-8.487-36.491-21.921-48.223l-0.075-0.065-180.48-157.36c-0.007-0.054-0.011-0.117-0.011-0.18s0.004-0.126 0.012-0.187l-0.001 0.007 237.76-20.56c24.115-2.188 44.197-17.46 53.241-38.583l0.159-0.417 92.84-221.16 92.8 221.16c9.203 21.54 29.285 36.812 53.151 38.982l0.249 0.018 237.8 20.56s0 0.24 0 0.28z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"star-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31798,\"id\":182,\"name\":\"star-duotone\",\"prevSize\":16,\"code\":61777,\"codes\":[61777,61778]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1065},{\"icon\":{\"paths\":[\"M907.040 541.92l-253.8 92.28c-8.862 3.311-15.729 10.178-18.967 18.819l-0.073 0.221-92.28 253.8c-4.655 12.288-16.326 20.864-30 20.864s-25.345-8.577-29.927-20.645l-0.073-0.22-92.12-253.8c-3.311-8.862-10.178-15.729-18.819-18.967l-0.221-0.073-253.8-92.28c-12.288-4.655-20.864-16.326-20.864-30s8.577-25.345 20.645-29.927l0.22-0.073 253.8-92.12c8.862-3.311 15.729-10.178 18.967-18.819l0.073-0.221 92.28-253.8c4.655-12.288 16.326-20.864 30-20.864s25.345 8.577 29.927 20.645l0.073 0.22 92.28 253.8c3.311 8.862 10.178 15.729 18.819 18.967l0.221 0.073 253.8 92.28c12.132 4.732 20.572 16.325 20.572 29.89 0 13.624-8.515 25.26-20.513 29.876l-0.219 0.074z\",\"M918 452l-253.72-92-92.28-254c-9.309-24.575-32.651-41.729-60-41.729s-50.69 17.154-59.853 41.289l-0.147 0.44-92 253.72-254 92.28c-24.575 9.309-41.729 32.651-41.729 60s17.154 50.69 41.289 59.853l0.44 0.147 253.72 92 92.28 254c9.309 24.575 32.651 41.729 60 41.729s50.69-17.154 59.853-41.289l0.147-0.44 92.28-253.76 253.72-92.24c24.575-9.309 41.729-32.651 41.729-60s-17.154-50.69-41.289-59.853l-0.44-0.147zM642.28 604c-17.771 6.619-31.541 20.39-38.015 37.718l-0.145 0.442-92.12 253.44-92-253.32c-6.616-17.841-20.439-31.664-37.838-38.136l-0.442-0.144-253.32-92 253.32-92c17.841-6.616 31.664-20.439 38.136-37.838l0.144-0.442 92-253.32 92 253.32c6.619 17.771 20.39 31.541 37.718 38.015l0.442 0.145 253.32 92z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"star-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31799,\"id\":181,\"name\":\"star-four-duotone\",\"prevSize\":16,\"code\":61779,\"codes\":[61779,61780]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1066},{\"icon\":{\"paths\":[\"M512 96v666.52c-6.095 0.007-11.786 1.733-16.616 4.718l0.136-0.078-204.4 124c-4.684 2.841-10.346 4.522-16.4 4.522-17.673 0-32-14.327-32-32 0-2.583 0.306-5.094 0.884-7.5l-0.044 0.218 54.080-234.16c0.528-2.187 0.83-4.697 0.83-7.278 0-9.659-4.237-18.329-10.955-24.252l-0.035-0.031-180.44-157.28c-6.918-5.906-11.276-14.636-11.276-24.383 0-16.771 12.901-30.528 29.32-31.889l0.116-0.008 237.84-20.56c12.054-1.105 22.087-8.747 26.601-19.311l0.079-0.209 92.92-221.44c4.779-11.591 15.99-19.601 29.072-19.601 0.101 0 0.202 0 0.303 0.001l-0.015-0z\",\"M956.8 389.16c-7.996-24.113-29.299-41.639-54.991-43.982l-0.249-0.018-237.56-20.48-93.12-221.44c-9.879-23.235-32.511-39.232-58.88-39.232s-49.001 15.997-58.722 38.815l-0.158 0.417-92.84 221.44-237.84 20.56c-32.983 2.832-58.683 30.304-58.683 63.779 0 19.351 8.589 36.697 22.162 48.433l0.081 0.069 180.44 157.68-54.080 234.16c-1.064 4.369-1.675 9.386-1.675 14.545 0 35.346 28.654 64 64 64 12.204 0 23.611-3.416 33.316-9.344l-0.281 0.16 204-124 204.44 124c9.424 5.769 20.83 9.185 33.035 9.185 35.346 0 64-28.654 64-64 0-5.159-0.61-10.175-1.763-14.981l0.088 0.436-54.040-234.4 180.4-157.44c13.579-11.8 22.115-29.099 22.115-48.391 0-7.14-1.169-14.008-3.327-20.421l0.132 0.451zM274.72 864v0l54.080-234.4c1.065-4.372 1.676-9.391 1.676-14.552 0-19.237-8.487-36.491-21.921-48.223l-0.075-0.065-180.48-157.36c-0.006-0.060-0.009-0.13-0.009-0.2s0.003-0.14 0.009-0.209l-0.001 0.009 237.76-20.52c24.115-2.188 44.197-17.46 53.241-38.583l0.159-0.417 60.84-144.88v534.64l-1.080 0.6zM896 409.32l-180.4 157.44c-13.509 11.797-21.996 29.051-21.996 48.288 0 5.162 0.611 10.181 1.765 14.989l-0.088-0.436 54.12 234.4-205.36-124.6v-534.8l60.8 144.88c9.203 21.54 29.285 36.812 53.151 38.982l0.249 0.018 237.76 20.56s0 0.24 0 0.28z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"star-half-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31800,\"id\":180,\"name\":\"star-half-duotone\",\"prevSize\":16,\"code\":61781,\"codes\":[61781,61782]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1067},{\"icon\":{\"paths\":[\"M768 512l128 224h-256l-128 224-128-224h-256l128-224-128-224h256l128-224 128 224h256z\",\"M804.84 512l119.16-208c2.696-4.59 4.288-10.11 4.288-16.001 0-17.673-14.327-32-32-32-0.101 0-0.202 0-0.303 0.001l0.015-0h-237.4l-118.6-208c-5.615-9.718-15.956-16.152-27.8-16.152s-22.185 6.434-27.718 15.998l-0.082 0.154-119.080 208h-237.32c-0.026-0-0.057-0-0.087-0-17.673 0-32 14.327-32 32 0 5.891 1.592 11.41 4.369 16.151l-0.082-0.151 118.88 208-118.88 208c-2.696 4.59-4.288 10.11-4.288 16.001 0 17.673 14.327 32 32 32 0.101 0 0.202-0 0.303-0.001l-0.015 0h237.12l118.88 208c5.615 9.718 15.956 16.152 27.8 16.152s22.185-6.434 27.718-15.998l0.082-0.154 118.8-208h237.4c0.086 0.001 0.187 0.001 0.288 0.001 17.673 0 32-14.327 32-32 0-5.892-1.592-11.411-4.37-16.152l0.082 0.151zM840.84 320l-72.84 127.52-72.84-127.52zM731.16 512l-109.68 192h-219l-109.68-192 109.68-192h219zM512 128.48l72.88 127.52h-145.8zM183.12 320h145.64l-72.76 127.52zM183.12 703.68l72.88-127.2 72.76 127.52zM512 895.52l-72.92-127.52h145.8zM695.16 704l72.84-127.52 72.84 127.52z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"star-of-david-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31801,\"id\":179,\"name\":\"star-of-david-duotone\",\"prevSize\":16,\"code\":61783,\"codes\":[61783,61784]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1068},{\"icon\":{\"paths\":[\"M889.6 582.2c-4.194 22.362-9.538 41.763-16.288 60.493l0.848-2.693h-212c-0.012-0-0.025-0-0.039-0-13.635 0-25.278 8.528-29.887 20.541l-0.074 0.219-87.6 233.88c-10.76 0.88-21.64 1.36-32.6 1.36s-22-0.48-32.8-1.4l-87.4-233.8c-4.67-12.248-16.316-20.793-29.959-20.8l-212.001-0c-5.902-16.037-11.246-35.438-15.056-55.383l-0.384-2.417c93.927-102.32 228.301-166.222 377.6-166.222s283.673 63.903 377.262 165.849l0.338 0.374z\",\"M512 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM160 512v1.32c94.199-80.401 217.386-129.32 352-129.32s257.801 48.919 352.755 129.949l-0.755-0.629v-1.32c0-194.404-157.596-352-352-352s-352 157.596-352 352v0zM430 854.32l-68.2-182.32h-163.28c47.132 90.58 129.808 157.167 229.049 181.809l2.431 0.511zM512 864c3.32 0 6.64 0 9.96 0l80.28-214.28c9.428-24.456 32.716-41.503 59.993-41.56l0.007-0h188.48c1.52-5.24 2.88-10.56 4-16-87.188-88.904-208.558-144.012-342.8-144.012s-255.613 55.108-342.725 143.935l-0.075 0.077c1.24 5.36 2.6 10.68 4 16h188.68c27.289 0.076 50.575 17.135 59.851 41.16l0.149 0.44 80 214.24c3.44-0 6.8-0 10.2-0zM825.48 672h-163.28l-68.36 182.36c101.745-25.115 184.487-91.728 230.713-180.406l0.927-1.954z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"steering-wheel-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31802,\"id\":178,\"name\":\"steering-wheel-duotone\",\"prevSize\":16,\"code\":61785,\"codes\":[61785,61786]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1069},{\"icon\":{\"paths\":[\"M960 224v544c0 17.673-14.327 32-32 32v0h-640v-192h224v-192h224v-192z\",\"M992 224c0 17.673-14.327 32-32 32v0h-192v160c0 17.673-14.327 32-32 32v0h-192v160c0 17.673-14.327 32-32 32v0h-192v160c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"steps-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31803,\"id\":177,\"name\":\"steps-duotone\",\"prevSize\":16,\"code\":61787,\"codes\":[61787,61788]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1070},{\"icon\":{\"paths\":[\"M928 608c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z\",\"M848 608c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM829.8 765.16c-14.778 92.698-94.094 162.713-189.787 162.84l-0.013 0h-96c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-162.040c-126.934-16.451-223.983-123.869-224-253.959l-0-0.001v-160c0-35.346 28.654-64 64-64v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v160c-0 0.005-0 0.011-0 0.017 0 106.039 85.961 192 192 192 0.9 0 1.799-0.006 2.696-0.019l-0.136 0.001c104.44-1.36 189.44-89 189.44-195.32v-156.68h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c35.346 0 64 28.654 64 64v0 156.68c0 131.36-98.12 241.16-224 257.24v162.080c0 70.692 57.308 128 128 128v0h96c60.727-0.104 111.545-42.4 124.711-99.135l0.169-0.865c-72.035-16.594-124.934-80.175-124.934-156.11 0-88.366 71.634-160 160-160s160 71.634 160 160c0 77.807-55.539 142.643-129.135 157.026l-1.011 0.165zM896 608c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stethoscope-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31804,\"id\":176,\"name\":\"stethoscope-duotone\",\"prevSize\":16,\"code\":61789,\"codes\":[61789,61790]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1071},{\"icon\":{\"paths\":[\"M864 544c-32 96-224 288-320 320v-128c0-106.039 85.961-192 192-192v0z\",\"M672 128h-320c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v320c0.137 123.657 100.343 223.863 223.987 224l192.013 0c3.621-0.004 7.1-0.604 10.347-1.707l-0.227 0.067c104.92-35 305.24-235.32 340.24-340.24 1.036-3.020 1.636-6.499 1.64-10.118l0-0.002v-192c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM192 672v-320c0-88.366 71.634-160 160-160v0h320c88.366 0 160 71.634 160 160v0 160h-96c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v96h-160c-88.366 0-160-71.634-160-160v0zM576 812.56v-76.56c0-88.366 71.634-160 160-160v0h76.56c-48.56 78-158.56 188-236.56 236.56z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sticker-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31805,\"id\":175,\"name\":\"sticker-duotone\",\"prevSize\":16,\"code\":61791,\"codes\":[61791,61792]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1072},{\"icon\":{\"paths\":[\"M768 160v96c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z\",\"M800 256v-96c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0h26.56l-90.16 571c-0.25 1.501-0.392 3.231-0.392 4.994 0 15.905 11.604 29.1 26.807 31.581l0.185 0.025c1.499 0.255 3.226 0.4 4.986 0.4 0.005 0 0.010-0 0.014-0l-0.001 0c15.888-0.024 29.060-11.624 31.535-26.815l0.025-0.185 31.16-197h386.56l31.12 197c2.502 15.39 15.695 26.996 31.6 27l0 0c0.016 0 0.035 0 0.053 0 1.761 0 3.488-0.145 5.169-0.425l-0.182 0.025c15.388-2.506 26.992-15.701 26.992-31.606 0-1.763-0.143-3.493-0.417-5.179l0.025 0.184-90.2-571h26.56c35.346 0 64-28.654 64-64v0zM288 160h448v96h-448zM695.16 640h-366.32l50.52-320h265.28z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stool-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31806,\"id\":174,\"name\":\"stool-duotone\",\"prevSize\":16,\"code\":61793,\"codes\":[61793,61794]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1073},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM608 608h-192v-192h192z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM608 384h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM576 576h-128v-128h128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stop-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31807,\"id\":173,\"name\":\"stop-circle-duotone\",\"prevSize\":16,\"code\":61795,\"codes\":[61795,61796]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1074},{\"icon\":{\"paths\":[\"M832 221.080v581.84c-0.023 16.051-13.029 29.057-29.078 29.080l-0.002 0h-581.84c-16.051-0.023-29.057-13.029-29.080-29.078l-0-0.002v-581.84c0.023-16.051 13.029-29.057 29.078-29.080l0.002-0h581.84c16.051 0.023 29.057 13.029 29.080 29.078l0 0.002z\",\"M802.92 160h-581.84c-33.715 0.045-61.035 27.365-61.080 61.076l-0 0.004v581.84c0.045 33.715 27.365 61.035 61.076 61.080l0.004 0h581.84c33.715-0.045 61.035-27.365 61.080-61.076l0-0.004v-581.84c-0.045-33.715-27.365-61.035-61.076-61.080l-0.004-0zM800 800h-576v-576h576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stop-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31808,\"id\":172,\"name\":\"stop-duotone\",\"prevSize\":16,\"code\":61797,\"codes\":[61797,61798]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1075},{\"icon\":{\"paths\":[\"M896 384v64c0 70.692-57.308 128-128 128s-128-57.308-128-128v0-64h-256v64c0 70.692-57.308 128-128 128s-128-57.308-128-128v0-64l57.36-200.8c3.941-13.464 16.153-23.141 30.633-23.2l0.007-0h592c14.536 0.003 26.807 9.698 30.703 22.974l0.057 0.226z\",\"M928 384c0-0.053 0.001-0.116 0.001-0.178 0-3.070-0.438-6.038-1.256-8.845l0.056 0.223-57.4-200.8c-7.975-26.913-32.409-46.24-61.381-46.4l-0.019-0h-592c-28.991 0.16-53.425 19.487-61.284 45.945l-0.116 0.455-57.36 200.8c-0.787 2.624-1.24 5.639-1.24 8.76 0 0.014 0 0.028 0 0.042l-0-0.002v64c0 52.165 24.964 98.5 63.598 127.708l0.402 0.292v256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-256c39.036-29.5 64-75.835 64-128v0zM216 192h592l45.68 160h-683.24zM416 416h192v32c0 53.019-42.981 96-96 96s-96-42.981-96-96v0zM352 416v32c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-32zM800 832h-576v-227.2c9.618 2.030 20.672 3.195 31.996 3.2l0.004 0c52.165 0 98.5-24.964 127.708-63.598l0.292-0.402c29.5 39.036 75.835 64 128 64s98.5-24.964 127.708-63.598l0.292-0.402c29.5 39.036 75.835 64 128 64v0c11.328-0.005 22.382-1.17 33.052-3.382l-1.052 0.182zM768 544c-53.019 0-96-42.981-96-96v0-32h192v32c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"storefront-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31809,\"id\":171,\"name\":\"storefront-duotone\",\"prevSize\":16,\"code\":61799,\"codes\":[61799,61800]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1076},{\"icon\":{\"paths\":[\"M384 752c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0z\",\"M272 608c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0zM272 832c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM137.36 425.36l57.4-57.36-57.4-57.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l57.36 57.4 57.36-57.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-57.4 57.36 57.4 57.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-57.36-57.4-57.36 57.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0zM886.64 809.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-57.36-57.4-57.36 57.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l57.4-57.36-57.4-57.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l57.36 57.4 57.36-57.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-57.4 57.36zM705.88 451.32c-24.72 89.32-101.28 166.52-186.12 187.72-2.355 0.61-5.059 0.96-7.845 0.96-0.055 0-0.109-0-0.164-0l0.008 0c-17.648-0.034-31.941-14.348-31.941-32 0-14.91 10.198-27.439 23.999-30.992l0.222-0.048c62.52-15.64 121.4-75.64 140-142.72 12.76-46 12.88-116-58.84-187.6l-9.2-9.4v82.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-82.76l9.4 9.36c72.96 73 99.68 161.76 75.24 249.96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"strategy-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31810,\"id\":170,\"name\":\"strategy-duotone\",\"prevSize\":16,\"code\":61801,\"codes\":[61801,61802]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1077},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M672 608c0 70.6-71.76 128-160 128s-160-57.4-160-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 34.68 44 64 96 64s96-29.32 96-64c0-37.92-34.44-52-107.52-73.040-63-18.16-141.36-40.76-141.36-118.96 0-72.96 65.72-128 152.88-128 62.88 0 116.72 29.2 140.48 76 2.456 4.422 3.901 9.698 3.901 15.312 0 17.673-14.327 32-32 32-12.747 0-23.753-7.453-28.898-18.239l-0.083-0.193c-12.84-25.12-44.8-40.88-83.4-40.88-50.68 0-88.88 27.52-88.88 64 0 28 36 40.4 95.080 57.44 64.92 18.56 153.8 44.36 153.8 134.56zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 832v-640h-640v640h640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"stripe-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31811,\"id\":169,\"name\":\"stripe-logo-duotone\",\"prevSize\":16,\"code\":61803,\"codes\":[61803,61804]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1078},{\"icon\":{\"paths\":[\"M896 256l-384 128-384-128 384-128z\",\"M906.12 225.64l-384-128c-3.020-1.041-6.5-1.642-10.12-1.642s-7.1 0.601-10.345 1.709l0.225-0.067-384 128c-11.719 4.038-20.244 14.373-21.588 26.859l-0.012 0.141c-0.178 1.003-0.28 2.157-0.28 3.335 0 0.009 0 0.018 0 0.026l-0-0.001v320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-275.6l134.36 44.76c-24.055 38.293-38.325 84.848-38.325 134.736 0 91.357 47.854 171.537 119.863 216.841l1.062 0.624c-72 28.24-134.24 79.32-179.76 149.16-3.413 5.012-5.45 11.2-5.45 17.863 0 17.673 14.327 32 32 32 11.332 0 21.287-5.89 26.973-14.775l0.077-0.128c60.28-92.48 155.48-145.48 261.2-145.48s200.92 53 261.2 145.48c5.829 8.577 15.54 14.137 26.55 14.137 17.673 0 32-14.327 32-32 0-6.342-1.845-12.252-5.027-17.225l0.077 0.128c-45.52-69.84-108-120.92-179.76-149.16 73.021-45.937 120.836-126.089 120.836-217.409 0-49.828-14.236-96.331-38.862-135.664l0.626 1.073 176.48-58.8c12.825-4.366 21.887-16.305 21.887-30.36s-9.062-25.994-21.662-30.293l-0.225-0.067zM704 480c0 0.016 0 0.035 0 0.054 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-42.851 14.038-82.423 37.765-114.369l-0.365 0.515 144.48 48c3.020 1.041 6.5 1.642 10.12 1.642s7.1-0.601 10.345-1.709l-0.225 0.067 144.48-48c23.361 31.382 37.4 70.906 37.4 113.71 0 0.032-0 0.063-0 0.095l0-0.005zM512 350.28l-282.8-94.28 282.8-94.28 282.8 94.28z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"student-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31812,\"id\":168,\"name\":\"student-duotone\",\"prevSize\":16,\"code\":61805,\"codes\":[61805,61806]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1079},{\"icon\":{\"paths\":[\"M928 256v512c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z\",\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 768h-768v-512h768v512zM192 544c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM832 544c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM640 672c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM832 672c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"subtitles-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31813,\"id\":167,\"name\":\"subtitles-duotone\",\"prevSize\":16,\"code\":61807,\"codes\":[61807,61808]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1080},{\"icon\":{\"paths\":[\"M928 640c0 0.025 0 0.055 0 0.084 0 159.058-128.942 288-288 288-148.379 0-270.551-112.21-286.286-256.401l-0.114-1.283c9.11 1.011 19.682 1.592 30.389 1.6l0.011 0c159.058 0 288-128.942 288-288v0c-0.008-10.718-0.589-21.29-1.714-31.699l0.114 1.299c145.435 15.889 257.6 138.042 257.6 286.391 0 0.003-0 0.006-0 0.010l0-0.001z\",\"M698.52 325.4c-28.609-149.797-158.564-261.484-314.604-261.484-176.731 0-320 143.269-320 320 0 156.041 111.687 285.996 259.482 314.285l2.003 0.319c28.609 149.797 158.564 261.484 314.604 261.484 176.731 0 320-143.269 320-320 0-156.041-111.687-285.996-259.482-314.285l-2.003-0.319zM128 384c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015zM640 896c-0.213 0.001-0.466 0.001-0.718 0.001-118.497 0-218.133-80.749-246.885-190.224l-0.397-1.777c170.477-4.49 307.51-141.523 311.991-311.578l0.009-0.422c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"subtract-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31814,\"id\":166,\"name\":\"subtract-duotone\",\"prevSize\":16,\"code\":61809,\"codes\":[61809,61810]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1081},{\"icon\":{\"paths\":[\"M864 384v480h-480v-224h256v-256z\",\"M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM192 192h416v416h-416zM832 832h-416v-160h224c17.673 0 32-14.327 32-32v0-224h160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"subtract-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31815,\"id\":165,\"name\":\"subtract-square-duotone\",\"prevSize\":16,\"code\":61811,\"codes\":[61811,61812]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1082},{\"icon\":{\"paths\":[\"M160 256h192v576h-192c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0zM864 256h-192v576h192c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0z\",\"M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM640 288v512h-256v-512zM160 288h160v512h-160zM864 800h-160v-512h160v512z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"suitcase-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31816,\"id\":164,\"name\":\"suitcase-duotone\",\"prevSize\":16,\"code\":61813,\"codes\":[61813,61814]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1083},{\"icon\":{\"paths\":[\"M800 256v576c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z\",\"M416 352v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 320c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM640 320c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM832 256v576c0 35.346-28.654 64-64 64v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-256v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h96v-96c0-53.019 42.981-96 96-96v0h128c53.019 0 96 42.981 96 96v0 96h96c35.346 0 64 28.654 64 64v0zM416 192h192v-96c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0zM768 832v-576h-512v576h512z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"suitcase-rolling-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31817,\"id\":163,\"name\":\"suitcase-rolling-duotone\",\"prevSize\":16,\"code\":61815,\"codes\":[61815,61816]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1084},{\"icon\":{\"paths\":[\"M896 608v192c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-192z\",\"M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 288v288h-704v-288zM864 800h-704v-160h704v160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"suitcase-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31818,\"id\":162,\"name\":\"suitcase-simple-duotone\",\"prevSize\":16,\"code\":61817,\"codes\":[61817,61818]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1085},{\"icon\":{\"paths\":[\"M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z\",\"M480 160v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM768 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.321 0.159 255.841 114.679 256 255.985l0 0.015zM704 512c0-106.039-85.961-192-192-192s-192 85.961-192 192c0 106.039 85.961 192 192 192v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011zM233.36 278.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-32-32c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM233.36 745.36l-32 32c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-0 0zM768 288c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-32 32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM790.64 745.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l32 32c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 832c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM896 480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sun-dim-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31819,\"id\":161,\"name\":\"sun-dim-duotone\",\"prevSize\":16,\"code\":61819,\"codes\":[61819,61820]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1086},{\"icon\":{\"paths\":[\"M736 512c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0z\",\"M480 160v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM768 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.321 0.159 255.841 114.679 256 255.985l0 0.015zM704 512c0-106.039-85.961-192-192-192s-192 85.961-192 192c0 106.039 85.961 192 192 192v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011zM233.36 278.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-64-64c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM233.36 745.36l-64 64c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 64-64c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-0 0zM768 288c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 64-64c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-64 64c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM790.64 745.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM192 512c0-17.673-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0zM512 832c-17.673 0-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM960 480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sun-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31820,\"id\":160,\"name\":\"sun-duotone\",\"prevSize\":16,\"code\":61821,\"codes\":[61821,61822]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1087},{\"icon\":{\"paths\":[\"M128 544h288v112c0 79.529-64.471 144-144 144s-144-64.471-144-144v0zM608 544v112c0 79.529 64.471 144 144 144s144-64.471 144-144v0-112z\",\"M800 160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c35.346 0 64 28.654 64 64v0 224h-704v-224c0-35.346 28.654-64 64-64v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-70.692 0-128 57.308-128 128v0 368c0 97.202 78.798 176 176 176s176-78.798 176-176v0-80h128v80c0 97.202 78.798 176 176 176s176-78.798 176-176v0-368c0-70.692-57.308-128-128-128v0zM850.52 709.24l-133.28-133.24h146.76v80c0 0.051 0 0.111 0 0.171 0 19.451-4.994 37.736-13.77 53.642l0.29-0.573zM160 656v-66.76l165.24 165.28c-15.391 8.476-33.733 13.463-53.24 13.463-61.85 0-111.99-50.135-112-111.982l-0-0.001zM384 656c0 0.051 0 0.111 0 0.171 0 19.451-4.994 37.736-13.77 53.642l0.29-0.573-133.28-133.24h146.76zM640 656v-66.76l165.24 165.28c-15.391 8.476-33.733 13.463-53.24 13.463-61.85 0-111.99-50.135-112-111.982l-0-0.001z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sunglasses-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31821,\"id\":159,\"name\":\"sunglasses-duotone\",\"prevSize\":16,\"code\":61823,\"codes\":[61823,61824]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1088},{\"icon\":{\"paths\":[\"M768 576c0 0.099 0 0.217 0 0.335 0 22.619-2.918 44.557-8.399 65.457l0.399-1.792h-496c-5.081-19.057-8-40.936-8-63.496 0-141.385 114.615-256 256-256 141.208 0 255.713 114.328 255.999 255.469l0 0.028z\",\"M960 608h-161.8c1.127-9.582 1.78-20.703 1.8-31.973l0-0.027c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0.020 11.297 0.673 22.418 1.926 33.357l-0.126-1.357h-161.8c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 576c-0-0.127-0-0.277-0-0.427 0-123.712 100.288-224 224-224s224 100.288 224 224c0 11.442-0.858 22.683-2.513 33.663l0.153-1.235h-443.28c-1.478-9.599-2.335-20.689-2.36-31.974l-0-0.026zM864 800c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM291.36 174.32c-2.131-4.172-3.38-9.1-3.38-14.32 0-17.684 14.336-32.020 32.020-32.020 12.465 0 23.266 7.122 28.556 17.519l0.084 0.182 32 64c2.131 4.172 3.38 9.1 3.38 14.32 0 17.684-14.336 32.020-32.020 32.020-12.465 0-23.266-7.122-28.556-17.519l-0.084-0.182zM67.36 369.68c5.373-10.564 16.164-17.676 28.615-17.676 5.23 0 10.167 1.255 14.526 3.479l-0.181-0.084 64 32c10.568 5.373 17.683 16.166 17.683 28.62 0 17.675-14.328 32.003-32.003 32.003-5.22 0-10.148-1.25-14.502-3.467l0.182 0.084-64-32c-10.582-5.368-17.708-16.167-17.708-28.631 0-5.224 1.252-10.155 3.471-14.511l-0.084 0.181zM835.36 430.32c-2.126-4.166-3.371-9.086-3.371-14.297 0-12.458 7.118-23.252 17.51-28.539l0.182-0.084 64-32c4.172-2.133 9.1-3.383 14.32-3.383 17.675 0 32.003 14.328 32.003 32.003 0 12.454-7.114 23.247-17.501 28.536l-0.182 0.084-64 32c-4.174 2.136-9.105 3.388-14.329 3.388-12.464 0-23.263-7.126-28.547-17.525l-0.084-0.182zM643.36 209.68l32-64c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-32 64c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sun-horizon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31822,\"id\":158,\"name\":\"sun-horizon-duotone\",\"prevSize\":16,\"code\":61825,\"codes\":[61825,61826]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1089},{\"icon\":{\"paths\":[\"M864 192v416c0 17.673-14.327 32-32 32v0h-160v192c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0-416c0-17.673 14.327-32 32-32v0h160v-192c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0z\",\"M896 192v416c0 35.346-28.654 64-64 64v0h-434.76l41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-96-96c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36h434.76v-416h-448v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-35.346 28.654-64 64-64v0h448c35.346 0 64 28.654 64 64v0zM672 768c-17.673 0-32 14.327-32 32v0 32h-448v-416h434.76l-41.4 41.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l41.4 41.36h-434.76c-35.346 0-64 28.654-64 64v0 416c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-32c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"swap-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31823,\"id\":157,\"name\":\"swap-duotone\",\"prevSize\":16,\"code\":61827,\"codes\":[61827,61828]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1090},{\"icon\":{\"paths\":[\"M511.52 172.44l-100 572.56c-11.853 67.936-70.384 118.923-140.823 118.923-8.67 0-17.159-0.772-25.403-2.252l0.867 0.129c-67.582-12.728-118.023-71.292-118.023-141.637 0-8.907 0.809-17.625 2.357-26.085l-0.134 0.882 100-572.52c2.759-15.1 15.813-26.394 31.505-26.394 1.856 0 3.675 0.158 5.444 0.461l-0.19-0.027 218.68 38.92c15.009 2.836 26.208 15.846 26.208 31.472 0 1.968-0.178 3.894-0.518 5.764l0.030-0.196z\",\"M320 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM928 624.76v207.24c0 35.346-28.654 64-64 64v0h-592c-0.034 0-0.075 0-0.115 0-11.181 0-22.131-0.99-32.767-2.886l1.122 0.166c-82.678-15.49-144.411-87.107-144.411-173.142 0-10.834 0.979-21.44 2.853-31.734l-0.163 1.076 100-572.52c5.342-30.266 31.44-52.963 62.839-52.963 3.902 0 7.721 0.35 11.429 1.022l-0.389-0.058 218.96 39.040c30.131 5.577 52.649 31.651 52.649 62.985 0 3.921-0.353 7.759-1.028 11.485l0.059-0.39-48.32 276 271.24-98.080c6.469-2.411 13.942-3.806 21.742-3.806 27.407 0 50.791 17.228 59.912 41.445l0.146 0.441 76.24 208.68c2.332 6.526 3.78 14.058 3.998 21.898l0.002 0.102zM380 739.48l100-572.52-218.16-38.96-100 572.4c-1.119 5.944-1.758 12.781-1.758 19.769 0 54.614 39.090 100.098 90.817 110l0.701 0.112c5.794 1.090 12.458 1.714 19.269 1.714 23.6 0 45.45-7.489 63.305-20.22l-0.334 0.226c23.954-16.815 40.825-42.321 46.061-71.848l0.099-0.672zM435.12 780l428.88-155.56-76.32-208.44-305.68 110.8-39.12 223.68c-1.982 11.301-4.673 21.221-8.156 30.76l0.396-1.24zM864 692.48l-385.040 139.52h385.040z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"swatches-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31824,\"id\":156,\"name\":\"swatches-duotone\",\"prevSize\":16,\"code\":61829,\"codes\":[61829,61830]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1091},{\"icon\":{\"paths\":[\"M896 672v160c-96 0-96 64-192 64s-96-64-192-64-96 64-192 64-96-64-192-64v-160c96 0 96 64 192 64s96-64 192-64 96 64 192 64 96-64 192-64z\",\"M352 597.56c17.673 0 32-14.327 32-32v0-53.56h256v61.16c0 17.673 14.327 32 32 32s32-14.327 32-32v0-445.16c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-256v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 437.56c0 17.673 14.327 32 32 32v0zM384 448v-64h256v64zM640 256v64h-256v-64zM96 672c0-17.673 14.327-32 32-32v0c57.68 0 88.76 20.72 113.76 37.36 22.24 14.88 39.92 26.64 78.24 26.64s56-11.76 78.24-26.64c24.96-16.64 56-37.36 113.72-37.36s88.8 20.72 113.76 37.36c22.32 14.88 40 26.64 78.28 26.64s56-11.76 78.24-26.64c25-16.64 56-37.36 113.76-37.36 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-38.32 0-56 11.76-78.24 26.64-25 16.64-56 37.36-113.76 37.36s-88.8-20.72-113.76-37.36c-22.24-14.88-39.96-26.64-78.24-26.64s-56 11.76-78.24 26.64c-24.96 16.64-56 37.36-113.72 37.36s-88.76-20.72-113.76-37.36c-22.28-14.88-39.96-26.64-78.28-26.64-17.673 0-32-14.327-32-32v0zM928 832c0 17.673-14.327 32-32 32v0c-38.32 0-56 11.76-78.24 26.64-25 16.64-56 37.36-113.76 37.36s-88.8-20.72-113.76-37.36c-22.24-14.88-39.96-26.64-78.24-26.64s-56 11.76-78.24 26.64c-24.96 16.64-56 37.36-113.72 37.36s-88.76-20.72-113.76-37.36c-22.28-14.88-39.96-26.64-78.28-26.64-17.673 0-32-14.327-32-32s14.327-32 32-32v0c57.68 0 88.76 20.72 113.76 37.36 22.24 14.88 39.92 26.64 78.24 26.64s56-11.76 78.24-26.64c24.96-16.64 56-37.36 113.72-37.36s88.8 20.72 113.76 37.36c22.32 14.88 40 26.64 78.28 26.64s56-11.76 78.24-26.64c25-16.64 56-37.36 113.76-37.36 17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"swimming-pool-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31825,\"id\":155,\"name\":\"swimming-pool-duotone\",\"prevSize\":16,\"code\":61831,\"codes\":[61831,61832]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1092},{\"icon\":{\"paths\":[\"M566.64 804l-50.64 50.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-102.72-102.64-134.6 134.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-50.76-50.64c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l134.64-134.76-102.64-102.56c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 50.64-50.8c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 301.2 301.2c5.894 5.807 9.546 13.877 9.546 22.799 0 8.843-3.587 16.848-9.386 22.64l-0 0z\",\"M864 128h-256c-0.001-0-0.002-0-0.003-0-10.292 0-19.449 4.859-25.302 12.407l-0.054 0.073-256 332.84-38.64-38.56c-11.584-11.597-27.594-18.77-45.28-18.77s-33.696 7.174-45.279 18.77l-50.761 50.801c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l80 80-112 112c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l50.76 50.72c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l112-112 80 80c11.584 11.597 27.594 18.77 45.28 18.77s33.696-7.174 45.279-18.77l50.761-50.801c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-38.56-38.56 332.84-256c7.622-5.908 12.48-15.065 12.48-25.357 0-0.029-0-0.058-0-0.088l0 0.005v-256c0-17.673-14.327-32-32-32v0zM210.76 864l-50.76-50.72 112-112 50.72 50.72zM493.2 832l-301.2-301.16 50.8-50.84 301.2 301.24zM832 400.24l-326.96 251.52-43.76-43.76 201.36-201.36c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0-201.36 201.32-43.72-43.76 251.48-326.96h208.24z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"sword-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31826,\"id\":154,\"name\":\"sword-duotone\",\"prevSize\":16,\"code\":61833,\"codes\":[61833,61834]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1093},{\"icon\":{\"paths\":[\"M864 320v128h-128v-128c0-35.346 28.654-64 64-64v0 0c35.346 0 64 28.654 64 64v0zM288 320c0-35.346-28.654-64-64-64v0 0c-35.346 0-64 28.654-64 64v0 128h128zM288 544v320h160v-160c0-35.346 28.654-64 64-64v0 0c35.346 0 64 28.654 64 64v0 160h160v-320l-224-128z\",\"M832 229.52v-101.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 101.52c-37.596 13.574-63.987 48.943-64 90.478l-0 0.002v168.84l-160-91.4v-109.44c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 109.44l-160 91.4v-168.84c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211v-101.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 101.52c-37.596 13.574-63.987 48.943-64 90.478l-0 0.002v544c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-544c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211zM800 288c17.673 0 32 14.327 32 32v0 96h-64v-96c0-17.673 14.327-32 32-32v0zM224 288c17.673 0 32 14.327 32 32v0 96h-64v-96c0-17.673 14.327-32 32-32v0zM192 480h64v352h-64zM512 608c-53.019 0-96 42.981-96 96v0 128h-96v-269.44l192-109.72 192 109.72v269.44h-96v-128c0-53.019-42.981-96-96-96v0zM768 832v-352h64v352z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"synagogue-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31827,\"id\":153,\"name\":\"synagogue-duotone\",\"prevSize\":16,\"code\":61835,\"codes\":[61835,61836]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1094},{\"icon\":{\"paths\":[\"M784 464l-358.64 358.64c-5.786 5.78-13.775 9.356-22.599 9.36l-210.761 0v-210.76c0.004-8.825 3.58-16.814 9.36-22.6l-0 0 358.64-358.64z\",\"M950.64 265.36l-192-192c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h0l73.4 73.36-114.76 114.76-137.36-137.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l25.4 25.36-336 336c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v197.52l-86.64 86.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 86.6-86.64h197.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 336-336 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-137.4-137.36 114.76-114.76 73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM402.76 800h-178.76v-178.76l72-72 81.36 81.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-81.4-81.36 50.76-50.76 81.36 81.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-81.4-81.36 122.76-122.76 178.76 178.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"syringe-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31828,\"id\":152,\"name\":\"syringe-duotone\",\"prevSize\":16,\"code\":61837,\"codes\":[61837,61838]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1095},{\"icon\":{\"paths\":[\"M352 416v384h-224v-384z\",\"M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM160 448h160v128h-160zM384 448h480v128h-480zM864 256v128h-704v-128zM160 640h160v128h-160zM864 768h-480v-128h480v128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"table-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31829,\"id\":151,\"name\":\"table-duotone\",\"prevSize\":16,\"code\":61839,\"codes\":[61839,61840]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1096},{\"icon\":{\"paths\":[\"M608 672h-576l89.16-297.2c4.084-13.299 16.257-22.801 30.649-22.801 0.067 0 0.134 0 0.201 0.001l-0.010-0h336.4c14.389 0.004 26.557 9.504 30.58 22.573l0.060 0.227z\",\"M1022.64 662.8v0 0c0.009-0.048 0.013-0.103 0.013-0.16s-0.005-0.112-0.014-0.166l0.001 0.006-89.16-296.88c-8.010-26.577-32.268-45.601-60.97-45.601-0.109 0-0.218 0-0.327 0.001l0.017-0h-40.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h40.2l76.8 256h-125l-82.52-274.4c-8.010-26.577-32.268-45.601-60.97-45.601-0.109 0-0.218 0-0.327 0.001l0.017-0h-40.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h40.2l76.8 256h-125l-82.52-274.4c-8.010-26.577-32.268-45.601-60.97-45.601-0.109 0-0.218 0-0.327 0.001l0.017-0h-336.2c-0.151-0.001-0.33-0.002-0.51-0.002-28.702 0-52.961 19.025-60.854 45.152l-0.117 0.45-89.040 296.8v0.2s0 0.2 0 0.32c-0.879 2.703-1.416 5.817-1.479 9.048l-0.001 0.032c0 17.673 14.327 32 32 32v0h960c17.669-0.005 31.991-14.33 31.991-32 0-3.281-0.494-6.447-1.411-9.427l0.060 0.227zM152 384h336.4l76.8 256h-490.2z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tabs-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31830,\"id\":150,\"name\":\"tabs-duotone\",\"prevSize\":16,\"code\":61841,\"codes\":[61841,61842]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1097},{\"icon\":{\"paths\":[\"M922.64 529.76l-170.68 256c-5.821 8.636-15.566 14.24-26.619 14.24-0.007 0-0.015-0-0.022-0l-629.319 0 186.6-270.24c3.371-4.99 5.381-11.14 5.381-17.76s-2.010-12.77-5.453-17.874l0.072 0.114-186.6-270.24h629.32c0.018-0 0.039-0 0.061-0 11.053 0 20.798 5.604 26.547 14.126l0.072 0.114 170.68 256c3.358 4.984 5.361 11.123 5.361 17.73 0 6.632-2.018 12.794-5.473 17.903l0.072-0.113z\",\"M949.2 476.48l-170.64-256c-11.643-17.271-31.132-28.48-53.238-28.48-0.001 0-0.001 0-0.002 0l-629.32-0c-17.673 0-32 14.327-32 32 0 6.807 2.125 13.117 5.748 18.304l-0.069-0.104 186.32 269.8-186.32 269.8c-3.554 5.083-5.68 11.393-5.68 18.2 0 17.673 14.327 32 32 32l629.32 0c0 0 0.001 0 0.002 0 22.107 0 41.596-11.209 53.094-28.253l0.145-0.227 170.64-256c6.742-9.98 10.762-22.281 10.762-35.52s-4.020-25.54-10.906-35.747l0.145 0.227zM725.2 768h-568.2l152.32-220.4c6.742-9.98 10.762-22.281 10.762-35.52s-4.020-25.54-10.906-35.747l0.145 0.227-0.32-0.4-152-220h568.32l170.68 255.84z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tag-chevron-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31831,\"id\":149,\"name\":\"tag-chevron-duotone\",\"prevSize\":16,\"code\":61843,\"codes\":[61843,61844]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1098},{\"icon\":{\"paths\":[\"M950.64 612l-338.64 338.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-397.4-397.28c-5.78-5.786-9.356-13.775-9.36-22.599l-0-0.001v-370.76h370.76c8.825 0.004 16.814 3.58 22.6 9.36l-0-0 397.28 397.28c5.822 5.796 9.425 13.817 9.425 22.68s-3.603 16.884-9.424 22.679l-0.001 0.001z\",\"M973.24 544l-397.24-397.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-370.76c-17.673 0-32 14.327-32 32v0 370.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 397.24 397.24c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l338.72-338.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM589.24 928l-397.24-397.24v-338.76h338.76l397.24 397.24zM384 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tag-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31832,\"id\":148,\"name\":\"tag-duotone\",\"prevSize\":16,\"code\":61845,\"codes\":[61845,61846]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1099},{\"icon\":{\"paths\":[\"M960 512l-182.48 273.76c-5.821 8.636-15.566 14.24-26.619 14.24-0.007 0-0.015-0-0.022-0l-590.879 0c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h590.88c0.006-0 0.013-0 0.021-0 11.053 0 20.798 5.604 26.547 14.126l0.072 0.114z\",\"M986.64 494.24l-182.64-273.72c-11.584-17.286-31.040-28.514-53.119-28.52l-590.881-0c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h590.88c22.062-0.042 41.499-11.241 52.975-28.253l0.145-0.227 182.52-273.76c3.408-5.009 5.441-11.192 5.441-17.85 0-6.582-1.987-12.699-5.394-17.786l0.073 0.116zM750.88 768h-590.88v-512h590.88l170.64 256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tag-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31833,\"id\":147,\"name\":\"tag-simple-duotone\",\"prevSize\":16,\"code\":61847,\"codes\":[61847,61848]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1100},{\"icon\":{\"paths\":[\"M704 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0z\",\"M887.48 332.64c25.703 52.536 40.733 114.323 40.733 179.619 0 229.971-186.429 416.4-416.4 416.4s-416.4-186.429-416.4-416.4c0-229.971 186.429-416.4 416.4-416.4 103.689 0 198.527 37.9 271.416 100.602l-0.548-0.461 90.68-90.72c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-384 384c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l110.88-110.88c-24.834-16.634-55.39-26.546-88.261-26.546-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160 0-3.199-0.094-6.376-0.279-9.529l0.020 0.435c-0.032-0.538-0.051-1.167-0.051-1.8 0-17.701 14.35-32.051 32.051-32.051 17.068 0 31.020 13.341 31.996 30.164l0.004 0.086c0.234 3.83 0.367 8.307 0.367 12.815 0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224 50.555 0 97.198 16.747 134.684 44.997l-0.57-0.412 91-91c-60.419-50.441-138.906-81.066-224.546-81.066-194.139 0-351.52 157.381-351.52 351.52s157.381 351.52 351.52 351.52c194.139 0 351.52-157.381 351.52-351.52 0-55.178-12.713-107.386-35.37-153.856l0.916 2.082c-1.974-4.037-3.128-8.783-3.128-13.8 0-17.677 14.33-32.008 32.008-32.008 12.661 0 23.605 7.351 28.797 18.018l0.083 0.19z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"target-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31834,\"id\":146,\"name\":\"target-duotone\",\"prevSize\":16,\"code\":61849,\"codes\":[61849,61850]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1101},{\"icon\":{\"paths\":[\"M736 736h160v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0zM128 832c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0-96h-160zM777.2 272c-5.636-9.633-15.931-16-27.713-16-0.017 0-0.033 0-0.050 0l0.003-0h-474.88c-0.014-0-0.031-0-0.047-0-11.782 0-22.077 6.368-27.631 15.849l-0.082 0.151-118.8 208h768z\",\"M960 448h-45.44l-109.56-191.76c-11.239-19.399-31.9-32.239-55.56-32.24l-87.76-0-48-119.76c-9.609-23.773-32.499-40.24-59.236-40.24-0.043 0-0.087 0-0.13 0l0.007-0h-84.64c-0.061-0-0.132-0-0.204-0-26.737 0-49.628 16.467-59.083 39.813l-0.153 0.427-47.92 119.76h-87.76c-23.66 0.001-44.321 12.841-55.396 31.933l-0.164 0.307-109.56 191.76h-45.44c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM469.68 128h84.64l38.4 96h-161.44zM274.56 288h474.88l91.4 160h-657.68zM256 832h-96v-64h96zM768 832v-64h96v64zM864 704h-704v-192h704zM224 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM672 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"taxi-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31835,\"id\":145,\"name\":\"taxi-duotone\",\"prevSize\":16,\"code\":61851,\"codes\":[61851,61852]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1102},{\"icon\":{\"paths\":[\"M352 800v-260.52l177.48 155.64-122.44 127.040c-5.829 6.041-13.996 9.793-23.040 9.793-17.657 0-31.973-14.3-32-31.95l-0-0.003zM922.52 128.28l-810.52 317.24c-9.421 3.699-15.969 12.713-15.969 23.257 0 12.010 8.497 22.036 19.807 24.395l0.162 0.028 236 46.28 576-406.6c0.070-0.279 0.109-0.6 0.109-0.929 0-2.209-1.791-4-4-4-0.575 0-1.121 0.121-1.615 0.339l0.026-0.010z\",\"M947.52 104.76c-6.271-5.438-14.513-8.753-23.528-8.753-4.719 0-9.225 0.908-13.354 2.558l0.243-0.086-810.64 317.24c-21.405 8.49-36.266 29.016-36.266 53.013 0 27.56 19.6 50.542 45.622 55.766l0.364 0.061 210.040 41.24v234.2c-0 0.061-0 0.134-0 0.206 0 26.639 16.357 49.457 39.575 58.96l0.425 0.154c7.115 2.987 15.384 4.723 24.059 4.723 18.067 0 34.376-7.529 45.96-19.62l0.022-0.023 101.28-105.040 160.68 140.64c11.131 9.908 25.875 15.971 42.034 16l0.006 0c7.15-0.006 14.027-1.162 20.461-3.292l-0.461 0.132c21.41-6.942 37.578-24.384 42.597-46.093l0.083-0.427 162.36-706.32c0.572-2.404 0.901-5.165 0.901-8.002 0-10.861-4.81-20.599-12.416-27.2l-0.045-0.038zM702.96 248.76l-358.36 256.64-198.44-38.92zM384 800v-189.92l99.16 86.96zM734.12 832l-330.72-290 476-341.16z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"telegram-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31836,\"id\":144,\"name\":\"telegram-logo-duotone\",\"prevSize\":16,\"code\":61853,\"codes\":[61853,61854]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1103},{\"icon\":{\"paths\":[\"M608 288v544h-448c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0z\",\"M864 256h-274.76l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-169.36 169.4-169.36-169.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l137.4 137.36h-274.76c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM160 320h416v480h-416zM864 800h-224v-480h224v480zM800 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM800 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"television-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31837,\"id\":143,\"name\":\"television-duotone\",\"prevSize\":16,\"code\":61855,\"codes\":[61855,61856]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1104},{\"icon\":{\"paths\":[\"M896 320v480c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 256h-274.76l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-169.36 169.4-169.36-169.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l137.4 137.36h-274.76c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 800h-704v-480h704v480z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"television-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31838,\"id\":142,\"name\":\"television-simple-duotone\",\"prevSize\":16,\"code\":61857,\"codes\":[61857,61858]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1105},{\"icon\":{\"paths\":[\"M240.48 240.36c69.287-69.384 165.045-112.318 270.831-112.36l0.009-0c-0.432 211.463-171.831 382.75-383.296 383l-0.024 0c0.086-105.746 43.063-201.437 112.47-270.63l0.010-0.010zM128 511.68v-0.68zM625.12 624.72c-69.429 69.177-112.402 164.866-112.44 270.593l-0 0.007c211.434-0.386 382.752-171.591 383.32-382.946l0-0.054c-105.81 0.066-201.577 43.010-270.876 112.396l-0.004 0.004zM512.68 896v-0.68z\",\"M806.28 217.84c-75.281-75.279-179.279-121.84-294.153-121.84-229.75 0-416 186.25-416 416s186.25 416 416 416c114.873 0 218.872-46.561 294.153-121.84l-0 0c75.867-75.013 122.851-179.1 122.851-294.16s-46.984-219.148-122.813-294.122l-0.038-0.038zM263 263.080c55.75-55.824 130.221-92.939 213.19-101.124l1.45-0.116c-8.361 84.401-45.628 158.809-101.618 214.378l-0.022 0.022c-55.657 55.909-130.086 93.088-213.032 101.284l-1.448 0.116c8.372-84.421 45.57-158.865 101.469-214.549l0.011-0.011zM161.32 541.92c102.229-8.395 192.727-52.836 259.984-120.424l0.016-0.016c67.649-67.255 112.12-157.758 120.421-258.514l0.099-1.486c170.849 14.669 305.965 149.729 320.628 319.247l0.092 1.313c-202.886 17.11-363.4 177.542-380.535 378.864l-0.105 1.536c-170.849-14.669-305.965-149.729-320.628-319.247l-0.092-1.313zM761 760.92c-55.76 55.807-130.225 92.918-213.186 101.124l-1.454 0.116c16.964-167.211 148.765-298.944 314.519-315.679l1.481-0.121c-8.337 84.407-45.494 158.852-101.352 214.552l-0.008 0.008z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tennis-ball-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31839,\"id\":141,\"name\":\"tennis-ball-duotone\",\"prevSize\":16,\"code\":61859,\"codes\":[61859,61860]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1106},{\"icon\":{\"paths\":[\"M544 800h-512l256-576z\",\"M1021.24 787l-256-576c-5.109-11.288-16.274-19-29.24-19l-448-0c-12.853 0.022-23.927 7.618-28.998 18.562l-0.082 0.198c-0.005 0.036-0.009 0.078-0.009 0.12s0.003 0.084 0.009 0.125l-0.001-0.005v0.48l-256.16 575.52c-1.743 3.824-2.76 8.293-2.76 13 0 17.673 14.327 32 32 32l960 0c17.673-0 32-14.327 32-32 0-4.707-1.016-9.176-2.841-13.201l0.082 0.201zM256 768h-174.76l174.76-393.2zM320 768v-393.2l174.76 393.2zM564.8 768l-227.56-512h377.96l227.56 512z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tent-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31840,\"id\":140,\"name\":\"tent-duotone\",\"prevSize\":16,\"code\":61861,\"codes\":[61861,61862]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1107},{\"icon\":{\"paths\":[\"M864 288v480h-704v-512h672c17.673 0 32 14.327 32 32v0z\",\"M469.24 536l-288 256c-5.63 5.005-13.088 8.062-21.26 8.062-17.707 0-32.062-14.355-32.062-32.062 0-9.535 4.163-18.099 10.77-23.972l0.033-0.028 261.28-232-261.24-232c-6.64-5.901-10.802-14.465-10.802-24 0-17.707 14.355-32.062 32.062-32.062 8.172 0 15.63 3.057 21.293 8.091l-0.033-0.028 288 256c6.658 5.892 10.834 14.458 10.834 24s-4.176 18.108-10.8 23.971l-0.034 0.029zM864 736h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"terminal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31841,\"id\":139,\"name\":\"terminal-duotone\",\"prevSize\":16,\"code\":61863,\"codes\":[61863,61864]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1108},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M512 512c0 0.006 0 0.013 0 0.020 0 10.077-4.658 19.066-11.938 24.932l-0.062 0.048-160 128c-5.427 4.371-12.405 7.016-20 7.016-17.682 0-32.016-14.334-32.016-32.016 0-10.086 4.664-19.084 11.954-24.952l0.062-0.048 128.76-103-128.76-103c-7.351-5.916-12.016-14.914-12.016-25 0-17.682 14.334-32.016 32.016-32.016 7.595 0 14.573 2.645 20.062 7.064l-0.062-0.048 160 128c7.342 5.914 12 14.903 12 24.98 0 0.007-0 0.014-0 0.021l0-0.001zM704 608h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"terminal-window-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31842,\"id\":138,\"name\":\"terminal-window-duotone\",\"prevSize\":16,\"code\":61865,\"codes\":[61865,61866]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1109},{\"icon\":{\"paths\":[\"M668.72 563.28l-289.64 289.64c-26.616 26.615-63.386 43.077-104 43.077s-77.384-16.462-104-43.077l0 0c-26.615-26.616-43.077-63.386-43.077-104s16.462-77.384 43.077-104l120-120c37.48-14.6 103.12-25.44 188.72 19.28s151.44 33.68 188.92 19.080z\",\"M950.64 345.36l-240-240c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-516.92 516.92c-32.41 32.41-52.456 77.184-52.456 126.64 0 98.912 80.184 179.096 179.096 179.096 49.456 0 94.23-20.046 126.64-52.456v0l447.56-447.56 88.84-29.6c12.832-4.362 21.901-16.304 21.901-30.365 0-8.841-3.585-16.844-9.38-22.635l-0-0zM356.44 830.28c-20.664 19.936-48.827 32.219-79.859 32.219-63.557 0-115.080-51.523-115.080-115.080 0-31.032 12.283-59.195 32.252-79.893l-0.033 0.034 115.2-115.2c33.88-11.6 87-16 156.28 20 42.4 22.16 80.72 32 114.24 34.92zM821.88 369.64c-4.905 1.659-9.098 4.304-12.52 7.72l0-0-158.28 158.28c-33.88 11.6-87 16-156.28-20-42.4-22.16-80.72-32-114.24-34.92l307.44-307.48 180.76 180.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"test-tube-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31843,\"id\":137,\"name\":\"test-tube-duotone\",\"prevSize\":16,\"code\":61867,\"codes\":[61867,61868]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1110},{\"icon\":{\"paths\":[\"M928 656c0 61.84-57.32 112-128 112s-128-50.16-128-112 57.32-112 128-112 128 50.16 128 112zM139.28 608h361.44l-180.72-384z\",\"M348.96 210.36c-5.237-10.954-16.231-18.387-28.96-18.387s-23.723 7.432-28.877 18.194l-0.083 0.193-256 544c-1.921 3.989-3.043 8.673-3.043 13.62 0 17.675 14.328 32.003 32.003 32.003 12.728 0 23.721-7.431 28.877-18.19l0.083-0.193 66.64-141.6h320.8l66.64 141.6c5.239 10.952 16.232 18.383 28.96 18.383 17.675 0 32.003-14.328 32.003-32.003 0-4.947-1.122-9.631-3.126-13.813l0.083 0.193zM189.72 576l130.28-276.84 130.28 276.84zM800 384c-51.040 0-90.92 13.88-118.52 41.28-5.512 5.74-8.907 13.549-8.907 22.152 0 17.673 14.327 32 32 32 8.503 0 16.231-3.316 21.962-8.726l-0.016 0.015c15.2-15.080 40-22.72 73.48-22.72 52.92 0 96 36 96 80v12.88c-26.711-18.092-59.65-28.882-95.11-28.882-0.313 0-0.626 0.001-0.938 0.003l0.048-0c-88.24 0-160 64.6-160 144s71.76 144 160 144c0.222 0.001 0.485 0.002 0.749 0.002 35.523 0 68.514-10.837 95.85-29.385l-0.598 0.383c0.823 17.035 14.835 30.535 32 30.535 17.693 0 32.035-14.343 32.035-32.035 0-0.528-0.013-1.052-0.038-1.574l0.003 0.074v-240c0-79.4-71.76-144-160-144zM800 736c-52.92 0-96-36-96-80s43.080-80 96-80 96 36 96 80-43.080 80-96 80z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-aa-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31844,\"id\":136,\"name\":\"text-aa-duotone\",\"prevSize\":16,\"code\":61869,\"codes\":[61869,61870]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1111},{\"icon\":{\"paths\":[\"M864 256v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448z\",\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM256 384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 704h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-align-center-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31845,\"id\":135,\"name\":\"text-align-center-duotone\",\"prevSize\":16,\"code\":61871,\"codes\":[61871,61872]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1112},{\"icon\":{\"paths\":[\"M864 256v480h-704v-480z\",\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM864 384h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 704h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-align-justify-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31846,\"id\":134,\"name\":\"text-align-justify-duotone\",\"prevSize\":16,\"code\":61873,\"codes\":[61873,61874]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1113},{\"icon\":{\"paths\":[\"M864 256v448c0 17.673-14.327 32-32 32v0h-672v-480z\",\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 448h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 704h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-align-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31847,\"id\":133,\"name\":\"text-align-left-duotone\",\"prevSize\":16,\"code\":61875,\"codes\":[61875,61876]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1114},{\"icon\":{\"paths\":[\"M864 256v480h-672c-17.673 0-32-14.327-32-32v0-448z\",\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM864 384h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 704h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-align-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31848,\"id\":132,\"name\":\"text-align-right-duotone\",\"prevSize\":16,\"code\":61877,\"codes\":[61877,61878]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1115},{\"icon\":{\"paths\":[\"M692.72 512h-361.44l180.72-384z\",\"M242.36 700.96c3.996 1.928 8.689 3.055 13.645 3.055 12.725 0 23.715-7.427 28.871-18.183l0.083-0.192 66.64-141.64h320.8l66.64 141.64c5.244 10.946 16.235 18.371 28.96 18.371 17.679 0 32.011-14.332 32.011-32.011 0-4.954-1.125-9.646-3.135-13.832l0.083 0.192-256-544c-5.237-10.954-16.231-18.387-28.96-18.387s-23.723 7.432-28.877 18.194l-0.083 0.193-256 544c-1.928 3.996-3.055 8.689-3.055 13.645 0 12.725 7.427 23.715 18.183 28.871l0.192 0.083zM512 203.16l130.28 276.84h-260.56zM896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-a-underline-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31849,\"id\":131,\"name\":\"text-a-underline-duotone\",\"prevSize\":16,\"code\":61879,\"codes\":[61879,61880]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1116},{\"icon\":{\"paths\":[\"M768 640c0 88.366-71.634 160-160 160v0h-320v-608h272c79.529 0 144 64.471 144 144s-64.471 144-144 144v0h48c88.366 0 160 71.634 160 160v0z\",\"M681.92 462.8c33.277-32.066 53.944-77.020 53.944-126.8 0-97.154-78.72-175.922-175.856-176l-272.007-0c-17.673 0-32 14.327-32 32v0 608c0 17.673 14.327 32 32 32v0h320c106.039 0 192-85.961 192-192 0-79.36-48.148-147.474-116.825-176.725l-1.255-0.475zM320 224h240c61.856 0 112 50.144 112 112s-50.144 112-112 112v0h-240zM608 768h-288v-256h288c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-b-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31850,\"id\":130,\"name\":\"text-b-duotone\",\"prevSize\":16,\"code\":61881,\"codes\":[61881,61882]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1117},{\"icon\":{\"paths\":[\"M960 320v384c0 17.673-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h832c17.673 0 32 14.327 32 32v0z\",\"M448 160c-17.673 0-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h320v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM96 704v-384h320v384zM992 320v384c0 35.346-28.654 64-64 64v0h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352v-384h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c35.346 0 64 28.654 64 64v0zM352 448c0 17.673-14.327 32-32 32v0h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"textbox-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31851,\"id\":129,\"name\":\"textbox-duotone\",\"prevSize\":16,\"code\":61883,\"codes\":[61883,61884]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1118},{\"icon\":{\"paths\":[\"M864 256v480h-704v-480z\",\"M480 256c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0zM448 384h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 704h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 288h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 384h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 704h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-columns-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31852,\"id\":128,\"name\":\"text-columns-duotone\",\"prevSize\":16,\"code\":61885,\"codes\":[61885,61886]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1119},{\"icon\":{\"paths\":[\"M800 224v576h-576v-576z\",\"M832 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256h-512v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0 256h512v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-h-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31853,\"id\":127,\"name\":\"text-h-duotone\",\"prevSize\":16,\"code\":61887,\"codes\":[61887,61888]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1120},{\"icon\":{\"paths\":[\"M960 256v544c0 17.673-14.327 32-32 32v0h-736c-17.673 0-32-14.327-32-32v0-576h768c17.673 0 32 14.327 32 32v0z\",\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM848 576c-0.087-0-0.191-0-0.294-0-13.261 0-26.133 1.663-38.42 4.792l1.074-0.232 16.76-100.56h132.88c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-15.808 0.001-28.938 11.463-31.533 26.53l-0.027 0.19-32 192c-0.277 1.582-0.436 3.404-0.436 5.263 0 17.673 14.327 32 32 32 8.941 0 17.025-3.667 22.831-9.578l0.005-0.005c14.209-13.87 33.659-22.427 55.108-22.427 0.722 0 1.441 0.010 2.158 0.029l-0.106-0.002c44.183 0 80 35.817 80 80s-35.817 80-80 80v0c-0.611 0.017-1.331 0.027-2.052 0.027-21.449 0-40.899-8.556-55.124-22.442l0.016 0.015c-5.855-6.248-14.158-10.141-23.371-10.141-17.673 0-32 14.327-32 32 0 8.994 3.71 17.121 9.683 22.934l0.007 0.007c25.724 25.715 61.257 41.619 100.504 41.619 0.821 0 1.641-0.007 2.459-0.021l-0.123 0.002c79.529 0 144-64.471 144-144s-64.471-144-144-144v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-h-five-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31854,\"id\":126,\"name\":\"text-h-five-duotone\",\"prevSize\":16,\"code\":61889,\"codes\":[61889,61890]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1121},{\"icon\":{\"paths\":[\"M992 256v544c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-576h800c17.673 0 32 14.327 32 32v0z\",\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 672h-32v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-115.6l81.96-245.88c1.041-3.020 1.642-6.5 1.642-10.12 0-17.674-14.328-32.002-32.002-32.002-14.054 0-25.992 9.059-30.293 21.657l-0.067 0.225-96 288c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.002-0l160 0v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-h-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31855,\"id\":125,\"name\":\"text-h-four-duotone\",\"prevSize\":16,\"code\":61891,\"codes\":[61891,61892]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1122},{\"icon\":{\"paths\":[\"M896 256v576h-704c-17.673 0-32-14.327-32-32v0-576h704c17.673 0 32 14.327 32 32v0z\",\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM911.080 420c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-96 64c-8.646 5.824-14.257 15.577-14.257 26.64 0 17.683 14.335 32.017 32.017 32.017 6.619 0 12.769-2.009 17.874-5.45l-0.114 0.072 46.24-30.84v324c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-h-one-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31856,\"id\":124,\"name\":\"text-h-one-duotone\",\"prevSize\":16,\"code\":61893,\"codes\":[61893,61894]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1123},{\"icon\":{\"paths\":[\"M960 256v544c0 17.673-14.327 32-32 32v0h-736c-17.673 0-32-14.327-32-32v0-576h768c17.673 0 32 14.327 32 32v0z\",\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 720c0 0.041 0 0.089 0 0.138 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-26.047 6.916-50.479 19.011-71.56l-0.371 0.702c0.28-0.56 0.56-1.12 0.88-1.68l129-216c5.687-9.409 15.86-15.602 27.48-15.602 17.674 0 32.002 14.328 32.002 32.002 0 6.054-1.681 11.716-4.602 16.543l0.080-0.143-66.76 112c2.4 0 4.84-0.2 7.28-0.2-0 0 0-0 0-0 79.459 0 143.886 64.357 144 143.789l0 0.011zM928 720c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-h-six-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31857,\"id\":123,\"name\":\"text-h-six-duotone\",\"prevSize\":16,\"code\":61895,\"codes\":[61895,61896]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1124},{\"icon\":{\"paths\":[\"M960 256v544c0 17.673-14.327 32-32 32v0h-736c-17.673 0-32-14.327-32-32v0-576h768c17.673 0 32 14.327 32 32v0z\",\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM902.080 586.52l84-120c3.692-5.148 5.904-11.576 5.904-18.52 0-17.667-14.318-31.991-31.983-32l-192.001-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h130.52l-76.72 109.64c-3.623 5.116-5.791 11.485-5.791 18.36 0 17.67 14.322 31.995 31.991 32l0 0c44.171 0.016 79.971 35.827 79.971 80 0 44.183-35.817 80-80 80-22.373 0-42.6-9.184-57.119-23.987l-0.013-0.013c-5.876-6.452-14.311-10.486-23.689-10.486-17.673 0-32 14.327-32 32 0 9.149 3.839 17.4 9.994 23.232l0.014 0.014c26.156 26.671 62.567 43.204 102.84 43.204 79.516 0 143.979-64.45 144-143.962l0-0.002c-0.072-60.020-36.782-111.449-88.964-133.128l-0.956-0.352z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-h-three-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31858,\"id\":122,\"name\":\"text-h-three-duotone\",\"prevSize\":16,\"code\":61897,\"codes\":[61897,61898]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1125},{\"icon\":{\"paths\":[\"M960 256v576h-768c-17.673 0-32-14.327-32-32v0-576h768c17.673 0 32 14.327 32 32v0z\",\"M992 832c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.64-230.24c8.514-10.768 13.658-24.543 13.658-39.518 0-35.346-28.654-64-64-64-21.232 0-40.050 10.339-51.692 26.258l-0.126 0.181c-3.754 4.939-6.891 10.628-9.135 16.748l-0.145 0.452c-4.378 12.804-16.306 21.847-30.346 21.847-17.673 0-32-14.327-32-32 0-4.026 0.743-7.877 2.1-11.426l-0.074 0.219c18.124-50.099 65.283-85.256 120.652-85.256 70.692 0 128 57.308 128 128 0 29.038-9.669 55.817-25.963 77.294l0.231-0.318-134.2 178.96h128c17.673 0 32 14.327 32 32v0zM576 192c-17.673 0-32 14.327-32 32v0 208h-352v-208c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32s32-14.327 32-32v0-208h352v208c0 17.673 14.327 32 32 32s32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-h-two-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31859,\"id\":121,\"name\":\"text-h-two-duotone\",\"prevSize\":16,\"code\":61899,\"codes\":[61899,61900]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1126},{\"icon\":{\"paths\":[\"M320 384l-160 160v-320z\",\"M896 512c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0zM448 288h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM128 544v-320c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001zM192 466.76l82.76-82.76-82.76-82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-indent-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31860,\"id\":120,\"name\":\"text-indent-duotone\",\"prevSize\":16,\"code\":61901,\"codes\":[61901,61902]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1127},{\"icon\":{\"paths\":[\"M768 224l-192 576h-320l192-576z\",\"M800 224c0 17.673-14.327 32-32 32v0h-136.92l-170.68 512h115.6c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h136.92l170.68-512h-115.6c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-italic-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31861,\"id\":119,\"name\":\"text-italic-duotone\",\"prevSize\":16,\"code\":61903,\"codes\":[61903,61904]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1128},{\"icon\":{\"paths\":[\"M288 224v320l-160-160z\",\"M896 512c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0zM448 288h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM265.36 566.64l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 160-160c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v320c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0zM256 301.24l-82.76 82.76 82.76 82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-outdent-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31862,\"id\":118,\"name\":\"text-outdent-duotone\",\"prevSize\":16,\"code\":61905,\"codes\":[61905,61906]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1129},{\"icon\":{\"paths\":[\"M704 288l-221.24 204.2c-96-26.8-182.32-57.040-182.32-140 0-88.36 88-160 211.56-160 92.8-0.2 161.48 38.36 192 95.8zM482.76 492.2l-194.76 179.8c0 88.36 100.28 160 224 160s224-71.64 224-160c0-118.28-133.92-146.4-253.24-179.8z\",\"M896 512c0 17.673-14.327 32-32 32v0h-160.28c36.76 28.44 64.28 68.8 64.28 128 0 53.36-28 102.8-79 139.16-47.68 34.080-110.56 52.84-177 52.84s-129.32-18.76-177-52.84c-51-36.36-79-85.8-79-139.16 0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 69.4 88 128 192 128s192-58.6 192-128c0-59.4-42.16-94.32-155.080-128h-388.92c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM305.32 416c0.009 0 0.019 0 0.030 0 17.673 0 32-14.327 32-32 0-3.561-0.582-6.986-1.655-10.186l0.066 0.226c-2.109-6.331-3.325-13.62-3.325-21.193 0-0.298 0.002-0.595 0.006-0.892l-0 0.045c0-72.96 77.2-128 179.56-128 75.36 0 136.64 29.68 164 79.4 5.74 9.138 15.765 15.123 27.188 15.123 17.673 0 32-14.327 32-32 0-5.065-1.177-9.855-3.271-14.111l0.084 0.188c-38.68-70.52-120.92-112.6-220-112.6-138.84 0-243.56 82.52-243.56 192-0.001 0.191-0.002 0.418-0.002 0.645 0 14.764 2.371 28.973 6.754 42.269l-0.272-0.953c4.319 12.902 16.292 22.035 30.399 22.040l0.001 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-strikethrough-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31863,\"id\":117,\"name\":\"text-strikethrough-duotone\",\"prevSize\":16,\"code\":61907,\"codes\":[61907,61908]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1130},{\"icon\":{\"paths\":[\"M800 224v544c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-544z\",\"M832 224v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-224v512h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-512h-224v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-t-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31864,\"id\":116,\"name\":\"text-t-duotone\",\"prevSize\":16,\"code\":61909,\"codes\":[61909,61910]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1131},{\"icon\":{\"paths\":[\"M736 224v320c0 123.712-100.288 224-224 224s-224-100.288-224-224v0-320z\",\"M800 896c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM512 800c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 106.039-85.961 192-192 192s-192-85.961-192-192v0-320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0.159 141.321 114.679 255.841 255.985 256l0.015 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"text-underline-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31865,\"id\":115,\"name\":\"text-underline-duotone\",\"prevSize\":16,\"code\":61911,\"codes\":[61911,61912]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1132},{\"icon\":{\"paths\":[\"M608 552v-360c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 360c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM480 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\",\"M995.64 310.88l-80 25.96 49.36 68c4.143 5.34 6.641 12.137 6.641 19.517 0 17.673-14.327 32-32 32-10.916 0-20.556-5.466-26.331-13.811l-0.070-0.106-49.24-68-49.36 68c-5.908 7.623-15.066 12.483-25.359 12.483-17.673 0-32-14.327-32-32 0-6.757 2.094-13.024 5.669-18.189l-0.070 0.106 49.36-68-80-25.96c-12.949-4.296-22.123-16.297-22.123-30.44 0-17.675 14.328-32.003 32.003-32.003 3.531 0 6.929 0.572 10.106 1.628l-0.226-0.065 80 26v-84c0-17.673 14.327-32 32-32s32 14.327 32 32v0 84l80-25.96c2.956-0.995 6.361-1.569 9.9-1.569 17.678 0 32.009 14.331 32.009 32.009 0 14.139-9.168 26.138-21.883 30.375l-0.226 0.065zM608 736c-0.037 70.665-57.33 127.935-128 127.935-70.692 0-128-57.308-128-128 0-59.321 40.353-109.217 95.107-123.734l0.893-0.201v-132c0-17.673 14.327-32 32-32s32 14.327 32 32v0 132c55.621 14.799 95.942 64.683 96 123.994l0 0.006zM544 736c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM736 736c-0.091 141.316-114.671 255.84-256 255.84-141.385 0-256-114.615-256-256 0-80.617 37.264-152.531 95.508-199.456l0.492-0.384v-344c0-88.366 71.634-160 160-160s160 71.634 160 160v0 344c58.739 47.368 96 119.33 96 199.994 0 0.002-0 0.005-0 0.007l0-0.001zM672 736c-0.054-64.983-32.33-122.417-81.711-157.193l-0.609-0.407c-8.315-5.86-13.68-15.422-13.68-26.237 0-0.057 0-0.114 0-0.172l-0 0.009v-360c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 360c0 0.001 0 0.002 0 0.003 0 10.815-5.365 20.377-13.579 26.169l-0.101 0.068c-50.027 35.146-82.32 92.596-82.32 157.589 0 106.039 85.961 192 192 192 105.979 0 191.903-85.864 192-191.82l0-0.009z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"thermometer-cold-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31866,\"id\":114,\"name\":\"thermometer-cold-duotone\",\"prevSize\":16,\"code\":61913,\"codes\":[61913,61914]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1133},{\"icon\":{\"paths\":[\"M608 552v-360c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 360c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM480 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\",\"M848 224c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM848 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 612v-260c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 260c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM480 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM640 536v-344c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 344c-58.736 47.309-96 119.223-96 199.84 0 141.385 114.615 256 256 256s256-114.615 256-256c0-80.617-37.264-152.531-95.508-199.456l-0.492-0.384zM480 928c-0.005 0-0.010 0-0.016 0-106.039 0-192-85.961-192-192 0-65 32.3-122.455 81.724-157.192l0.612-0.408c8.315-5.86 13.68-15.422 13.68-26.237 0-0.057-0-0.114-0-0.172l0 0.009v-360c0-53.019 42.981-96 96-96s96 42.981 96 96v0 360c-0 0.001-0 0.002-0 0.003 0 10.815 5.365 20.377 13.579 26.169l0.101 0.068c50.168 35.13 82.566 92.662 82.566 157.76 0 106.039-85.961 192-192 192-0.087 0-0.173-0-0.26-0l0.013 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"thermometer-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31867,\"id\":113,\"name\":\"thermometer-duotone\",\"prevSize\":16,\"code\":61915,\"codes\":[61915,61916]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1134},{\"icon\":{\"paths\":[\"M608 552v-360c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 360c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM480 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\",\"M709.64 322.16c-3.527-5.070-5.635-11.356-5.635-18.135 0-10.881 5.431-20.494 13.731-26.276l0.105-0.069c41.6-28.72 106.72-28.72 148.32 0 20 13.88 55.52 13.88 75.68 0 4.859-3.131 10.793-4.991 17.161-4.991 17.673 0 32 14.327 32 32 0 10.451-5.010 19.732-12.76 25.572l-0.081 0.059c-21.005 13.497-46.646 21.517-74.16 21.517s-53.155-8.019-74.713-21.848l0.553 0.332c-20-13.88-55.52-13.88-75.68 0-5.079 3.546-11.383 5.667-18.181 5.667-10.878 0-20.488-5.428-26.27-13.722l-0.069-0.104zM941.84 405.68c-20 13.88-55.52 13.88-75.68 0-41.6-28.72-106.72-28.72-148.32 0-8.977 5.769-14.839 15.704-14.839 27.009 0 17.673 14.327 32 32 32 7.222 0 13.885-2.392 19.24-6.428l-0.081 0.059c20-13.88 55.52-13.88 75.68 0 21.005 13.497 46.646 21.517 74.16 21.517s53.155-8.019 74.713-21.848l-0.553 0.332c7.831-5.899 12.841-15.18 12.841-25.631 0-17.673-14.327-32-32-32-6.369 0-12.303 1.86-17.288 5.067l0.127-0.076zM608 736c-0.037 70.665-57.33 127.935-128 127.935-70.692 0-128-57.308-128-128 0-59.321 40.353-109.217 95.107-123.734l0.893-0.201v-420c0-17.673 14.327-32 32-32s32 14.327 32 32v0 420c55.621 14.799 95.942 64.683 96 123.994l0 0.006zM544 736c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM736 736c-0.091 141.316-114.671 255.84-256 255.84-141.385 0-256-114.615-256-256 0-80.617 37.264-152.531 95.508-199.456l0.492-0.384v-344c0-88.366 71.634-160 160-160s160 71.634 160 160v0 344c58.739 47.368 96 119.33 96 199.994 0 0.002-0 0.005-0 0.007l0-0.001zM672 736c-0.054-64.983-32.33-122.417-81.711-157.193l-0.609-0.407c-8.315-5.86-13.68-15.422-13.68-26.237 0-0.057 0-0.114 0-0.172l-0 0.009v-360c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 360c0 0.001 0 0.002 0 0.003 0 10.815-5.365 20.377-13.579 26.169l-0.101 0.068c-50.027 35.146-82.32 92.596-82.32 157.589 0 106.039 85.961 192 192 192 105.979 0 191.903-85.864 192-191.82l0-0.009z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"thermometer-hot-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31868,\"id\":112,\"name\":\"thermometer-hot-duotone\",\"prevSize\":16,\"code\":61917,\"codes\":[61917,61918]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1135},{\"icon\":{\"paths\":[\"M640 552v-360c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 360c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM512 832c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\",\"M544 612v-260c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 260c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM512 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM672 536v-344c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 344c-58.736 47.309-96 119.223-96 199.84 0 141.385 114.615 256 256 256s256-114.615 256-256c0-80.617-37.264-152.531-95.508-199.456l-0.492-0.384zM512 928c-0.005 0-0.010 0-0.016 0-106.039 0-192-85.961-192-192 0-65 32.3-122.455 81.724-157.192l0.612-0.408c8.315-5.86 13.68-15.422 13.68-26.237 0-0.057-0-0.114-0-0.172l0 0.009v-360c0-53.019 42.981-96 96-96s96 42.981 96 96v0 360c-0 0.001-0 0.002-0 0.003 0 10.815 5.365 20.377 13.579 26.169l0.101 0.068c50.168 35.13 82.566 92.662 82.566 157.76 0 106.039-85.961 192-192 192-0.087 0-0.173-0-0.26-0l0.013 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"thermometer-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31869,\"id\":111,\"name\":\"thermometer-simple-duotone\",\"prevSize\":16,\"code\":61919,\"codes\":[61919,61920]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1136},{\"icon\":{\"paths\":[\"M320 192v416h-192c-17.673 0-32-14.327-32-32v0-352c0-17.673 14.327-32 32-32v0z\",\"M959.28 628l-48-384c-6.17-47.604-46.458-84-95.247-84-0.012 0-0.023 0-0.035 0l-687.998-0c-35.346 0-64 28.654-64 64v0 352c0 35.346 28.654 64 64 64v0h172.24l151.12 302.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c88.366 0 160-71.634 160-160v0-64h224c0.010 0 0.021 0 0.033 0 53.019 0 96-42.981 96-96 0-4.23-0.274-8.396-0.804-12.482l0.051 0.482zM288 576h-160v-352h160zM888 661.16c-5.81 6.658-14.311 10.841-23.788 10.841-0.074 0-0.149-0-0.223-0.001l0.011 0h-256c-17.673 0-32 14.327-32 32v0 96c0 0.008 0 0.017 0 0.027 0 46.352-32.851 85.031-76.54 94.026l-0.62 0.107-146.84-293.72v-376.44h464c0.003-0 0.007-0 0.011-0 16.263 0 29.693 12.132 31.732 27.839l0.017 0.161 48 384c0.175 1.247 0.275 2.688 0.275 4.152 0 8.087-3.049 15.461-8.061 21.037l0.026-0.029z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"thumbs-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31870,\"id\":110,\"name\":\"thumbs-down-duotone\",\"prevSize\":16,\"code\":61921,\"codes\":[61921,61922]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1137},{\"icon\":{\"paths\":[\"M320 416v416h-192c-17.673 0-32-14.327-32-32v0-352c0-17.673 14.327-32 32-32v0z\",\"M936 320.48c-17.676-19.961-43.366-32.48-71.981-32.48-0.007 0-0.014 0-0.021 0l-223.999-0v-64c0-88.366-71.634-160-160-160v0c-0.007-0-0.015-0-0.023-0-12.453 0-23.245 7.113-28.533 17.498l-0.084 0.182-151.12 302.32h-172.24c-35.346 0-64 28.654-64 64v0 352c0 35.346 28.654 64 64 64v0h688c0.010 0 0.021 0 0.033 0 48.789 0 89.078-36.396 95.196-83.518l0.051-0.482 48-384c0.478-3.599 0.751-7.761 0.751-11.987 0-24.411-9.111-46.694-24.119-63.634l0.087 0.101zM128 448h160v352h-160zM895.76 388l-48 384c-2.057 15.868-15.486 28-31.749 28-0.004 0-0.008-0-0.012-0l-463.999 0v-376.44l146.84-293.72c44.31 9.102 77.16 47.781 77.16 94.133 0 0.009-0 0.019-0 0.028l0-0.002v96c0 17.673 14.327 32 32 32v0h256c0.003-0 0.007-0 0.011-0 17.673 0 32 14.327 32 32 0 1.41-0.091 2.799-0.268 4.161l0.017-0.161z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"thumbs-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31871,\"id\":109,\"name\":\"thumbs-up-duotone\",\"prevSize\":16,\"code\":61923,\"codes\":[61923,61924]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1138},{\"icon\":{\"paths\":[\"M800 512c-0 0.008-0 0.017-0 0.026 0 61.63 43.557 113.088 101.566 125.267l0.834 0.146c14.7 3.079 25.583 15.926 25.6 31.318l0 0.002v99.24c0 17.673-14.327 32-32 32v0h-512v-576h512c17.673 0 32 14.327 32 32v0 99.24c-0.017 15.394-10.9 28.241-25.392 31.283l-0.208 0.037c-58.843 12.326-102.4 63.783-102.4 125.414 0 0.009 0 0.018 0 0.028l-0-0.001z\",\"M908.76 417.92c29.43-6.145 51.223-31.865 51.24-62.678l0-0.002v-99.24c0-35.346-28.654-64-64-64v0h-768c-35.346 0-64 28.654-64 64v0 99.24c0.017 30.815 21.81 56.535 50.824 62.607l0.416 0.073c43.988 9.36 76.506 47.883 76.506 94s-32.519 84.64-75.878 93.888l-0.629 0.112c-29.441 6.147-51.24 31.885-51.24 62.715 0 0.044 0 0.088 0 0.132l-0-0.007v99.24c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-99.24c-0.017-30.815-21.81-56.535-50.824-62.607l-0.416-0.073c-43.988-9.36-76.506-47.883-76.506-94s32.519-84.64 75.878-93.888l0.629-0.112zM128 668.8c73.584-15.383 128.062-79.72 128.062-156.78s-54.478-141.397-127.021-156.597l-1.041-0.183v-99.24h224v512h-224zM896 668.8v99.2h-480v-512h480v99.2c-73.584 15.383-128.062 79.72-128.062 156.78s54.478 141.397 127.021 156.597l1.041 0.183z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"ticket-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31872,\"id\":108,\"name\":\"ticket-duotone\",\"prevSize\":16,\"code\":61925,\"codes\":[61925,61926]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1139},{\"icon\":{\"paths\":[\"M192 224l160 160-160 160-160-160zM352 384l160 160 160-160-160-160zM512 864l160-160-160-160-160 160zM832 224l-160 160 160 160 160-160z\",\"M1014.64 361.36l-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-137.36-137.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-137.36-137.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l137.36-137.4 114.76 114.76-137.4 137.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-137.4-137.36 114.76-114.76 137.36 137.4c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM192 498.76l-114.76-114.76 114.76-114.76 114.76 114.76zM512 818.76l-114.76-114.76 114.76-114.76 114.76 114.76zM512 498.76l-114.76-114.76 114.76-114.76 114.76 114.76zM832 498.76l-114.76-114.76 114.76-114.76 114.76 114.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tidal-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31873,\"id\":107,\"name\":\"tidal-logo-duotone\",\"prevSize\":16,\"code\":61927,\"codes\":[61927,61928]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1140},{\"icon\":{\"paths\":[\"M896 480c-0.214 0-0.468 0.001-0.722 0.001-83.837 0-161.37-26.994-224.381-72.764l1.102 0.763v216c0 150.221-121.779 272-272 272s-272-121.779-272-272v0c0-133.84 96.68-249.32 224-272v170.76c-38.147 18.402-64 56.778-64 101.193 0 61.856 50.144 112 112 112 61.839 0 111.973-50.117 112-111.95l0-0.003v-528h160c0 123.712 100.288 224 224 224v0z\",\"M896 288c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011c0-17.673-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 528c-0.021 44.167-35.83 79.963-80 79.963-44.183 0-80-35.817-80-80 0-31.727 18.469-59.14 45.242-72.075l0.478-0.208c10.896-5.259 18.28-16.222 18.28-28.91 0-0.004-0-0.007-0-0.011l0 0.001v-170.76c0-0.004 0-0.009 0-0.014 0-17.673-14.327-32-32-32-1.979 0-3.916 0.18-5.796 0.524l0.196-0.030c-142.76 25.44-250.4 155.92-250.4 303.52 0 167.895 136.105 304 304 304s304-136.105 304-304v0-158.84c55.43 29.511 121.211 46.841 191.041 46.841 0.337 0 0.674-0 1.011-0.001l-0.052 0c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM864 446.56c-65.65-5.975-124.895-29.298-174.318-65.293l0.998 0.693c-5.181-3.762-11.667-6.018-18.68-6.018-17.673 0-32 14.327-32 32 0 0.020 0 0.041 0 0.061l-0-0.003v216c0 132.548-107.452 240-240 240s-240-107.452-240-240v0c0-103.6 66.56-196.52 160-230.4v110.68c-38.815 26.202-64 70.027-64 119.733 0 79.529 64.471 144 144 144s144-64.471 144-144c0-0.005-0-0.009-0-0.014l0 0.001v-496h98c15.227 115.964 106.036 206.773 220.7 221.86l1.3 0.14z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tiktok-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31874,\"id\":106,\"name\":\"tiktok-logo-duotone\",\"prevSize\":16,\"code\":61929,\"codes\":[61929,61930]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1141},{\"icon\":{\"paths\":[\"M864 544c0 194.404-157.596 352-352 352s-352-157.596-352-352c0-194.404 157.596-352 352-352v0c194.404 0 352 157.596 352 352v0z\",\"M512 160c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM512 864c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0zM694.64 361.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM384 64c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"timer-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31875,\"id\":105,\"name\":\"timer-duotone\",\"prevSize\":16,\"code\":61931,\"codes\":[61931,61932]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1142},{\"icon\":{\"paths\":[\"M737.28 864h-450.56l225.28-352z\",\"M954.96 846.76l-404.96-632.76 84.96-132.76c3.161-4.876 5.041-10.839 5.041-17.24 0-17.674-14.327-32.001-32.001-32.001-11.272 0-21.183 5.828-26.884 14.636l-0.076 0.125-69.040 107.88-69.040-108c-5.777-8.933-15.688-14.761-26.96-14.761-17.674 0-32.001 14.327-32.001 32.001 0 6.401 1.88 12.364 5.117 17.365l-0.076-0.125 84.96 132.88-404.96 632.76c-3.162 4.876-5.041 10.839-5.041 17.24 0 17.673 14.327 32 32 32 0 0 0.001-0 0.001-0l832 0c0 0 0.001 0 0.001 0 17.673 0 32-14.327 32-32 0-6.401-1.88-12.364-5.117-17.365l0.076 0.125zM345.2 832l166.8-260.64 166.8 260.64zM754.8 832l-216-337.24c-5.776-8.933-15.687-14.762-26.96-14.762s-21.184 5.829-26.884 14.637l-0.076 0.125-215.68 337.24h-114.72l357.52-558.64 357.52 558.64z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tipi-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31876,\"id\":104,\"name\":\"tipi-duotone\",\"prevSize\":16,\"code\":61933,\"codes\":[61933,61934]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1143},{\"icon\":{\"paths\":[\"M448 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z\",\"M704 224h-384c-159.058 0-288 128.942-288 288s128.942 288 288 288v0h384c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM704 736h-384c-123.712 0-224-100.288-224-224s100.288-224 224-224v0h384c123.712 0 224 100.288 224 224s-100.288 224-224 224v0zM320 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"toggle-left-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31877,\"id\":103,\"name\":\"toggle-left-duotone\",\"prevSize\":16,\"code\":61935,\"codes\":[61935,61936]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1144},{\"icon\":{\"paths\":[\"M832 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z\",\"M704 224h-384c-159.058 0-288 128.942-288 288s128.942 288 288 288v0h384c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM704 736h-384c-123.712 0-224-100.288-224-224s100.288-224 224-224v0h384c123.712 0 224 100.288 224 224s-100.288 224-224 224v0zM704 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM704 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"toggle-right-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31878,\"id\":102,\"name\":\"toggle-right-duotone\",\"prevSize\":16,\"code\":61937,\"codes\":[61937,61938]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1145},{\"icon\":{\"paths\":[\"M671.68 891.48c0.204 1.358 0.321 2.925 0.321 4.52 0 17.673-14.327 32-32 32-0 0-0.001-0-0.001-0l-256 0c-0 0-0.001 0-0.001 0-17.673 0-32-14.327-32-32 0-1.595 0.117-3.162 0.342-4.694l-0.021 0.174 17.36-121.44c41.875 18.929 90.789 29.958 142.28 29.958s100.406-11.030 144.511-30.855l-2.231 0.897zM736 128h-448c-17.673 0-32 14.327-32 32v0 288h512v-288c0-17.673-14.327-32-32-32v0z\",\"M480 256c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0zM689.28 788.56l14.080 98.4c0.408 2.716 0.642 5.851 0.642 9.040 0 35.346-28.654 64-64 64-0.001 0-0.001-0-0.002-0l-256 0c-0 0-0.001 0-0.002 0-35.346 0-64-28.654-64-64 0-3.189 0.233-6.324 0.684-9.388l-0.042 0.348 14.080-98.4c-123.721-65.47-206.607-193.322-206.72-340.545l-0-0.015c0-17.673 14.327-32 32-32v0h64v-256c0-35.346 28.654-64 64-64v0h448c35.346 0 64 28.654 64 64v0 256h64c17.673 0 32 14.327 32 32v0c-0.114 147.238-82.999 275.091-204.635 339.552l-2.085 1.008zM288 416h448v-256h-448zM628.28 814c-34.751 11.416-74.747 17.999-116.28 17.999s-81.529-6.584-119.001-18.764l2.721 0.765-11.72 82h256zM830.4 480h-636.8c16.785 162.439 152.925 288.040 318.4 288.040s301.615-125.601 318.285-286.669l0.115-1.371z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"toilet-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31879,\"id\":101,\"name\":\"toilet-duotone\",\"prevSize\":16,\"code\":61939,\"codes\":[61939,61940]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1146},{\"icon\":{\"paths\":[\"M416 480c0 176.72-71.64 320-160 320s-160-143.28-160-320 71.64-320 160-320 160 143.28 160 320z\",\"M304 480c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM960 480v352c0 35.346-28.654 64-64 64v0h-448c-35.346 0-64-28.654-64-64v0-86.6c-34.52 56.080-79.28 86.6-128 86.6-55.48 0-105.84-39.56-141.76-111.4-32.4-64.6-50.24-150.24-50.24-240.6s17.84-175.8 50.24-240.6c35.92-71.84 86.28-111.4 141.76-111.4h512c55.48 0 105.84 39.56 141.76 111.4 32.4 64.8 50.24 150.24 50.24 240.6zM384 480c0-169.72-67.44-288-128-288s-128 118.28-128 288 67.44 288 128 288 128-118.28 128-288zM896 832v-320h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h63.16c-7.8-152.4-70.52-256-127.16-256h-399.52c10.525 13.763 20.262 29.296 28.509 45.706l0.771 1.694c28.56 57.12 45.76 130.24 49.48 208.6h64.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v320zM704 448h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"toilet-paper-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31880,\"id\":100,\"name\":\"toilet-paper-duotone\",\"prevSize\":16,\"code\":61941,\"codes\":[61941,61942]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1147},{\"icon\":{\"paths\":[\"M928 480v288c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-288z\",\"M896 256h-192v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-192c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM128 320h768v128h-128v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-384v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-128zM896 768h-768v-256h128v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h384v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h128v256z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"toolbox-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31881,\"id\":99,\"name\":\"toolbox-duotone\",\"prevSize\":16,\"code\":61943,\"codes\":[61943,61944]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1148},{\"icon\":{\"paths\":[\"M864 319.040c0.28 285.68-93.92 512.92-176 571.12-5.076 3.54-11.374 5.656-18.166 5.656-16.848 0-30.655-13.021-31.907-29.549l-0.007-0.108c-5.92-80.92-29.92-226.16-125.92-226.16s-120 145.24-126.040 226.12c-1.259 16.635-15.066 29.656-31.914 29.656-6.792 0-13.090-2.116-18.27-5.725l0.104 0.069c-81.96-58.12-176.16-285.4-175.88-571.080 0.409-105.596 86.106-191.040 191.759-191.040 0.085 0 0.17 0 0.254 0l-0.013-0h320c0.072-0 0.157-0 0.241-0 105.653 0 191.35 85.444 191.759 191.001l0 0.039z\",\"M684 285.68l-85.84 34.32 85.84 34.28c11.846 4.879 20.033 16.333 20.033 29.7 0 17.691-14.342 32.033-32.033 32.033-4.325 0-8.449-0.857-12.213-2.41l0.213 0.078-148-59.24-148 59.24c-3.551 1.476-7.675 2.333-12 2.333-17.691 0-32.033-14.342-32.033-32.033 0-13.367 8.187-24.821 19.82-29.622l0.213-0.078 85.84-34.28-85.84-34.32c-11.846-4.879-20.033-16.333-20.033-29.7 0-17.691 14.342-32.033 32.033-32.033 4.325 0 8.449 0.857 12.213 2.41l-0.213-0.078 148 59.24 148-59.24c3.551-1.476 7.675-2.333 12-2.333 17.691 0 32.033 14.342 32.033 32.033 0 13.367-8.187 24.821-19.82 29.622l-0.213 0.078zM896 319c0 170.88-32 301.6-58.8 381.12-34.88 103.2-82.48 181.96-130.56 216-10.164 7.386-22.891 11.815-36.653 11.815-9.871 0-19.209-2.279-27.518-6.339l0.371 0.164c-20.569-9.87-34.912-29.79-36.707-53.222l-0.013-0.218c-3.4-46-20.2-196.32-94.12-196.32s-90.72 150.36-94.12 196.44c-2.55 33.374-30.208 59.5-63.99 59.6l-0.010 0c-13.714-0.019-26.392-4.44-36.701-11.925l0.181 0.125c-48-34.12-95.68-112.88-130.56-216-26.8-79.64-58.8-210.36-58.8-381.24 0.568-123.281 100.638-223 223.998-223 0.001 0 0.002 0 0.002 0l320-0c0.001-0 0.001-0 0.002-0 123.36 0 223.43 99.719 223.998 222.946l0 0.054zM832 319c-0.567-87.934-71.983-159-159.997-159-0.001 0-0.002 0-0.003 0l-320-0c-0.001-0-0.002-0-0.003-0-88.028 0-159.453 71.088-159.997 158.988l-0 0.052c0 162.2 30.040 285.6 55.4 360.56 44.2 130.64 92 173.48 106.44 184 12.44-164.92 68.52-255.6 158.16-255.6s145.8 90.84 157.96 255.76v0c14.4-10.36 62.28-53.040 106.64-184 25.36-75.12 55.4-198.52 55.4-360.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tooth-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31882,\"id\":98,\"name\":\"tooth-duotone\",\"prevSize\":16,\"code\":61945,\"codes\":[61945,61946]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1149},{\"icon\":{\"paths\":[\"M927.76 323.72l-57 480c-2.040 16.020-15.586 28.28-31.996 28.28-0.001 0-0.003-0-0.004-0l-653.44 0c-0.001 0-0.003 0-0.004 0-16.41 0-29.956-12.26-31.979-28.12l-0.017-0.16-57-480c-0.138-1.117-0.217-2.41-0.217-3.721 0-17.673 14.327-32 32-32 0.076 0 0.153 0 0.229 0.001l-0.012-0h767.36c0.088-0.001 0.193-0.001 0.297-0.001 17.673 0 32 14.327 32 32 0 1.311-0.079 2.604-0.232 3.874l0.015-0.153z\",\"M944 277.6c-11.87-13.28-29.050-21.6-48.174-21.6-0.051 0-0.103 0-0.154 0l0.008-0h-191.68c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-191.68c-19.060 0.053-36.168 8.362-47.945 21.538l-0.055 0.062c-10.004 11.241-16.116 26.139-16.116 42.463 0 2.628 0.158 5.219 0.466 7.763l-0.030-0.306 57.040 480c3.89 31.963 30.86 56.482 63.557 56.482 0.156 0 0.312-0.001 0.467-0.002l-0.024 0h653c0.132 0.001 0.287 0.002 0.443 0.002 32.697 0 59.667-24.519 63.526-56.173l0.031-0.308 57.040-480c0.275-2.226 0.431-4.803 0.431-7.417 0-16.343-6.126-31.256-16.207-42.566l0.056 0.064zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM839.040 800c-0.054 0.020-0.115 0.032-0.18 0.032s-0.126-0.012-0.184-0.033l0.004 0.001h-653.68l-56.68-480h191.68v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h256v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tote-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31883,\"id\":97,\"name\":\"tote-duotone\",\"prevSize\":16,\"code\":61947,\"codes\":[61947,61948]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1150},{\"icon\":{\"paths\":[\"M927.76 323.72l-57 480c-2.040 16.020-15.586 28.28-31.996 28.28-0.001 0-0.003-0-0.004-0l-653.44 0c-0.001 0-0.003 0-0.004 0-16.41 0-29.956-12.26-31.979-28.12l-0.017-0.16-57-480c-0.138-1.117-0.217-2.41-0.217-3.721 0-17.673 14.327-32 32-32 0.076 0 0.153 0 0.229 0.001l-0.012-0h767.36c0.088-0.001 0.193-0.001 0.297-0.001 17.673 0 32 14.327 32 32 0 1.311-0.079 2.604-0.232 3.874l0.015-0.153z\",\"M944 277.6c-11.87-13.28-29.050-21.6-48.174-21.6-0.051 0-0.103 0-0.154 0l0.008-0h-191.68c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-191.68c-19.060 0.053-36.168 8.362-47.945 21.538l-0.055 0.062c-10.004 11.241-16.116 26.139-16.116 42.463 0 2.628 0.158 5.219 0.466 7.763l-0.030-0.306 57.040 480c3.89 31.963 30.86 56.482 63.557 56.482 0.156 0 0.312-0.001 0.467-0.002l-0.024 0h653c0.132 0.001 0.287 0.002 0.443 0.002 32.697 0 59.667-24.519 63.526-56.173l0.031-0.308 57.040-480c0.275-2.226 0.431-4.803 0.431-7.417 0-16.343-6.126-31.256-16.207-42.566l0.056 0.064zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM839.040 800c-0.054 0.020-0.115 0.032-0.18 0.032s-0.126-0.012-0.184-0.033l0.004 0.001h-653.68l-56.68-480h767.68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tote-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31884,\"id\":96,\"name\":\"tote-simple-duotone\",\"prevSize\":16,\"code\":61949,\"codes\":[61949,61950]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1151},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM448 416c0 17.673-14.327 32-32 32v0h-32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM768 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-106.84l-56 64c-5.892 6.658-14.458 10.834-24 10.834s-18.108-4.176-23.971-10.8l-0.029-0.034-56-64v106.84c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0.049-17.636 14.357-31.914 32-31.914 9.542 0 18.108 4.176 23.971 10.8l0.029 0.034 88 100.48 88-100.48c5.892-6.658 14.458-10.834 24-10.834 17.643 0 31.951 14.278 32 31.909l0 0.005z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"trademark-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31885,\"id\":95,\"name\":\"trademark-duotone\",\"prevSize\":16,\"code\":61951,\"codes\":[61951,61952]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1152},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM604.36 560.84c40.527-22.024 67.575-64.273 67.575-112.84 0-70.67-57.271-127.963-127.932-128l-128.004-0c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h89.56l76 113.76c5.824 8.646 15.577 14.257 26.64 14.257 17.683 0 32.017-14.335 32.017-32.017 0-6.619-2.009-12.769-5.45-17.874l0.072 0.114zM448 384h96c35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"trademark-registered-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31886,\"id\":94,\"name\":\"trademark-registered-duotone\",\"prevSize\":16,\"code\":61953,\"codes\":[61953,61954]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1153},{\"icon\":{\"paths\":[\"M754.080 640h-484l88.88-256h306.080z\",\"M928 832h-73.24l-241.080-693c-8.955-25.24-32.623-42.993-60.439-43l-82.481-0c-27.807 0.001-51.472 17.737-60.301 42.513l-0.139 0.447-241.080 693.040h-73.24c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM470.76 160h82.48l66.76 192h-216zM381.72 416h260.56l66.8 192h-394.16zM237 832l55.68-160h438.64l55.68 160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"traffic-cone-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31887,\"id\":93,\"name\":\"traffic-cone-duotone\",\"prevSize\":16,\"code\":61955,\"codes\":[61955,61956]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1154},{\"icon\":{\"paths\":[\"M736 128h-448c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM512 768c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM512 448c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\",\"M512 224c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 416c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 544c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 576h-64v-256h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-96c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v256h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v224c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-224h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 864h-448v-704h448v704z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"traffic-signal-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31888,\"id\":92,\"name\":\"traffic-signal-duotone\",\"prevSize\":16,\"code\":61957,\"codes\":[61957,61958]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1155},{\"icon\":{\"paths\":[\"M949.96 536.2l-413.76 413.76c-6.186 6.209-14.744 10.051-24.2 10.051s-18.014-3.842-24.199-10.050l-0.001-0.001-413.76-413.76c-6.209-6.186-10.051-14.744-10.051-24.2s3.842-18.014 10.050-24.199l0.001-0.001 413.96-413.76c6.186-6.209 14.744-10.051 24.2-10.051s18.014 3.842 24.199 10.050l0.001 0.001 413.56 413.96c6.149 6.176 9.951 14.694 9.951 24.1s-3.801 17.924-9.952 24.101l0.001-0.001z\",\"M972.6 465.16l-413.76-413.76c-11.987-11.988-28.548-19.402-46.84-19.402s-34.853 7.415-46.84 19.403l-413.76 413.76c-11.988 11.987-19.402 28.548-19.402 46.84s7.415 34.853 19.403 46.84l413.76 413.76c11.987 11.988 28.548 19.402 46.84 19.402s34.853-7.415 46.84-19.403l413.76-413.76c11.988-11.987 19.402-28.548 19.402-46.84s-7.415-34.853-19.403-46.84l0 0zM927.36 513.56l-413.8 413.8c-0.403 0.391-0.953 0.633-1.56 0.633s-1.157-0.241-1.561-0.633l0.001 0.001-413.8-413.8c-0.391-0.403-0.633-0.953-0.633-1.56s0.241-1.157 0.633-1.561l-0.001 0.001 413.8-413.8c0.379-0.395 0.912-0.641 1.502-0.641 0.020 0 0.041 0 0.061 0.001l-0.003-0c0.621 0 1.185 0.244 1.601 0.641l-0.001-0.001 413.76 413.8c0.391 0.403 0.633 0.953 0.633 1.56s-0.241 1.157-0.633 1.561l0.001-0.001zM694.64 457.56c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 41.4-41.56h-146.76c-35.346 0-64 28.654-64 64v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-70.692 57.308-128 128-128v0h146.76l-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"traffic-sign-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31889,\"id\":91,\"name\":\"traffic-sign-duotone\",\"prevSize\":16,\"code\":61959,\"codes\":[61959,61960]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1156},{\"icon\":{\"paths\":[\"M832 288v224h-640v-224z\",\"M736 96h-448c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM224 480v-160h256v160zM544 320h256v160h-256zM288 160h448c35.346 0 64 28.654 64 64v0 32h-576v-32c0-35.346 28.654-64 64-64v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"train-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31890,\"id\":90,\"name\":\"train-duotone\",\"prevSize\":16,\"code\":61961,\"codes\":[61961,61962]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1157},{\"icon\":{\"paths\":[\"M864 480l-89.56 328.4c-3.819 13.709-16.193 23.6-30.878 23.6-0.001 0-0.002-0-0.002-0l-463.12 0c-0.001 0-0.001 0-0.002 0-14.685 0-27.059-9.891-30.824-23.375l-0.054-0.225-89.56-328.4 352 64z\",\"M894.88 471.6l-89.56-328.44c-7.651-27.397-32.39-47.16-61.745-47.16-0.005 0-0.011 0-0.016 0l-463.119-0c-0.004-0-0.010-0-0.015-0-29.355 0-54.094 19.763-61.637 46.71l-0.108 0.45-89.56 328.44c-0.705 2.519-1.111 5.412-1.111 8.4s0.405 5.881 1.164 8.627l-0.054-0.227 89.56 328.44c7.651 27.397 32.39 47.16 61.745 47.16 0.005 0 0.011-0 0.016-0l39.559 0-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h39.56c0.004 0 0.010 0 0.015 0 29.355 0 54.094-19.763 61.637-46.71l0.108-0.45 89.56-328.44c0.705-2.519 1.111-5.412 1.111-8.4s-0.405-5.881-1.164-8.627l0.054 0.227zM280.44 160h463.12l80.44 294.76-312 56.72-312-56.72zM204.44 520.56l275.56 50.16v229.28h-199.56zM743.56 800h-199.56v-229.28l275.76-50.16zM352 352c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"train-regional-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31891,\"id\":89,\"name\":\"train-regional-duotone\",\"prevSize\":16,\"code\":61963,\"codes\":[61963,61964]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1158},{\"icon\":{\"paths\":[\"M832 224v288h-640v-288c0-53.019 42.981-96 96-96v0h448c53.019 0 96 42.981 96 96v0z\",\"M736 96h-448c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM288 160h448c35.346 0 64 28.654 64 64v0 256h-576v-256c0-35.346 28.654-64 64-64v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"train-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31892,\"id\":88,\"name\":\"train-simple-duotone\",\"prevSize\":16,\"code\":61965,\"codes\":[61965,61966]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1159},{\"icon\":{\"paths\":[\"M832 320v192h-640v-192c0-53.019 42.981-96 96-96v0h448c53.019 0 96 42.981 96 96v0z\",\"M736 192h-192v-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96h-192c-70.692 0-128 57.308-128 128v0 416c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-416c0-70.692-57.308-128-128-128v0zM288 256h448c35.346 0 64 28.654 64 64v0 160h-576v-160c0-35.346 28.654-64 64-64v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tram-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31893,\"id\":87,\"name\":\"tram-duotone\",\"prevSize\":16,\"code\":61967,\"codes\":[61967,61968]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1160},{\"icon\":{\"paths\":[\"M864 736h-320l160-320zM352 510.24v0c78.703-70.471 128-172.39 128-285.823 0-0.146-0-0.293-0-0.439l0 0.022h-256c-0 0.124-0 0.27-0 0.417 0 113.433 49.297 215.352 127.636 285.502l0.364 0.321z\",\"M956.6 849.68l-224-448c-5.371-10.57-16.165-17.686-28.62-17.686s-23.249 7.116-28.536 17.504l-0.084 0.182-86.84 173.72c-71.335-4.128-136.173-28.894-189.474-68.355l0.954 0.675c62.295-66.398 103.035-153.68 110.668-250.277l0.092-1.443h97.24c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h350.52c-7.614 81.726-42.211 154.19-94.67 209.56l0.15-0.16c-32.721-34.472-58.597-75.796-75.225-121.558l-0.775-2.442c-4.378-12.804-16.306-21.847-30.346-21.847-17.673 0-32 14.327-32 32 0 4.026 0.743 7.877 2.1 11.426l-0.074-0.219c20.277 56.398 50.343 104.785 88.526 145.462l-0.206-0.222c-57.273 42.48-129.342 68.001-207.373 68.001-0.22 0-0.441-0-0.661-0.001l0.034 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.136 0 0.298 0 0.46 0 96.839 0 185.909-33.262 256.409-88.983l-0.87 0.663c56.92 44.809 127.066 75.325 203.702 85.027l2.058 0.213-106.4 212.76c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.675 14.328 32.003 32.003 32.003 12.454 0 23.247-7.114 28.536-17.501l0.084-0.182 55.16-110.32h280.44l55.16 110.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c17.666-0.010 31.983-14.333 31.983-32 0-5.22-1.25-10.148-3.467-14.502l0.084 0.182zM595.76 704l108.24-216.44 108.2 216.44z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"translate-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31894,\"id\":86,\"name\":\"translate-duotone\",\"prevSize\":16,\"code\":61969,\"codes\":[61969,61970]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1161},{\"icon\":{\"paths\":[\"M800 224v608c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-608z\",\"M864 192h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v576c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-576h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 160c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM768 832h-512v-576h512zM448 416v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 416v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"trash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31895,\"id\":85,\"name\":\"trash-duotone\",\"prevSize\":16,\"code\":61971,\"codes\":[61971,61972]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1162},{\"icon\":{\"paths\":[\"M800 224v608c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-608z\",\"M864 192h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v576c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-576h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 832h-512v-576h512zM320 96c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"trash-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31896,\"id\":84,\"name\":\"trash-simple-duotone\",\"prevSize\":16,\"code\":61973,\"codes\":[61973,61974]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1163},{\"icon\":{\"paths\":[\"M864 192v448h-146.76c-0.007-0-0.016-0-0.025-0-8.83 0-16.825 3.577-22.615 9.36l0-0-77.24 77.28c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-165.479 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-77.24-77.28c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-146.719-0v-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 192v416h-114.8c-0.048-0-0.106-0-0.163-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-77.24 77.24h-165.52l-77.24-77.28c-11.512-11.564-27.444-18.72-45.047-18.72-0.068 0-0.135 0-0.203 0l0.011-0h-114.76v-416zM832 832h-640v-160h114.76l77.24 77.28c11.512 11.564 27.444 18.72 45.047 18.72 0.068 0 0.135-0 0.203-0l-0.011 0h165.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 77.24-77.24h114.76v160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tray-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31897,\"id\":83,\"name\":\"tray-duotone\",\"prevSize\":16,\"code\":61975,\"codes\":[61975,61976]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1164},{\"icon\":{\"paths\":[\"M928 511.28c0.001 0.204 0.001 0.445 0.001 0.687 0 141.385-114.615 256-256 256-52.958 0-102.16-16.081-142.99-43.625l0.909 0.578c-5.041-3.47-11.279-5.542-18-5.542s-12.959 2.072-18.108 5.613l0.108-0.070c-40.035 27.187-89.432 43.405-142.617 43.405-141.385 0-256-114.615-256-256 0-102.842 60.642-191.52 148.119-232.226l1.578-0.659c7.233-3.431 12.857-9.275 15.921-16.471l0.079-0.209c42.199-98.874 138.594-166.913 250.88-166.913s208.682 68.040 250.206 165.14l0.674 1.774c3.143 7.405 8.767 13.249 15.806 16.597l0.194 0.083c88.556 41.344 148.895 129.504 149.24 231.795l0 0.045z\",\"M792.4 250.4c-47.161-110.512-154.899-186.561-280.4-186.561s-233.239 76.049-279.646 184.578l-0.754 1.983c-99.314 46.811-166.956 145.829-167.6 260.715l-0 0.085c-0.44 155.28 125.44 284.8 280.56 288.8 2.228 0.062 4.85 0.098 7.48 0.098 46.636 0 90.671-11.134 129.593-30.889l-1.633 0.752v158.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-158.040c37.169 18.942 81.063 30.040 127.549 30.040 0.159 0 0.317-0 0.476-0l-0.025 0h7.44c155.12-4 281-133.44 280.56-288.72-0.58-115.012-68.243-214.081-165.839-260.133l-1.761-0.747zM677.8 736c-1.816 0.053-3.953 0.083-6.097 0.083-46.229 0-89.169-14.079-124.767-38.184l0.784 0.501q-1.88-1.2-3.72-2.28v-164.36l174.32-87.12c10.579-5.374 17.7-16.175 17.7-28.64 0-17.684-14.336-32.020-32.020-32.020-5.22 0-10.148 1.249-14.502 3.464l0.182-0.084-145.68 72.88v-108.24c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 204.24l-145.68-72.88c-4.172-2.131-9.1-3.38-14.32-3.38-17.684 0-32.020 14.336-32.020 32.020 0 12.465 7.122 23.266 17.519 28.556l0.182 0.084 174.32 87.12v68.24c-1.24 0.72-2.48 1.48-3.68 2.28-34.863 23.675-77.878 37.799-124.191 37.799-2.085 0-4.163-0.029-6.234-0.085l0.305 0.007c-121.282-3.125-218.407-102.185-218.407-223.93 0-89.763 52.799-167.195 129.034-202.932l1.372-0.578c14.564-6.783 25.893-18.475 32.043-32.904l0.157-0.416c37.214-87.287 122.292-147.361 221.4-147.361s184.186 60.074 220.805 145.795l0.595 1.566c6.307 14.845 17.636 26.536 31.809 33.156l0.391 0.164c77.608 36.315 130.407 113.747 130.407 203.51 0 121.745-97.125 220.805-218.117 223.924l-0.289 0.006z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tree-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31898,\"id\":82,\"name\":\"tree-duotone\",\"prevSize\":16,\"code\":61977,\"codes\":[61977,61978]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1165},{\"icon\":{\"paths\":[\"M128 768l224-288h-160l320-416 320 416h-160l224 288z\",\"M921.24 748.36l-183.8-236.36h94.56c0.001 0 0.002 0 0.003 0 17.673 0 32-14.327 32-32 0-7.381-2.499-14.179-6.698-19.593l0.054 0.073-320-416c-5.908-7.624-15.066-12.484-25.36-12.484s-19.452 4.86-25.306 12.411l-0.054 0.073-320 416c-4.144 5.341-6.643 12.139-6.643 19.52 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.003-0l94.56 0-183.8 236.36c-4.201 5.363-6.736 12.205-6.736 19.64 0 17.665 14.313 31.986 31.975 32l352.001 0v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h352c17.663-0.014 31.976-14.335 31.976-32 0-7.435-2.535-14.277-6.789-19.71l0.053 0.070zM193.44 736l184-236.36c4.201-5.363 6.736-12.206 6.736-19.64 0-17.673-14.327-32-32-32-0.062 0-0.124 0-0.186 0.001l0.009-0h-95l255-331.52 255 331.52h-95c-17.663 0.014-31.976 14.335-31.976 32 0 7.435 2.535 14.277 6.789 19.71l-0.053-0.070 183.8 236.36z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tree-evergreen-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31899,\"id\":81,\"name\":\"tree-evergreen-duotone\",\"prevSize\":16,\"code\":61979,\"codes\":[61979,61980]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1166},{\"icon\":{\"paths\":[\"M928 235l-416 181c-0.002-0.392-0.003-0.857-0.003-1.321 0-69.621 27.168-132.897 71.481-179.804l-0.117 0.125c43.11-46.195 104.352-74.991 172.32-74.991s129.21 28.796 172.193 74.853l0.127 0.138zM706.24 392.72c-19.912-5.543-42.778-8.73-66.387-8.73-47.054 0-91.151 12.655-129.075 34.747l1.223-0.658 375.24 285.92c5.568-19.762 8.77-42.458 8.77-65.901 0-46.79-12.752-90.601-34.97-128.148l0.64 1.169c-34.044-57.824-88.708-100.418-153.655-117.989l-1.785-0.411zM440.64 235c-43.11-46.195-104.352-74.991-172.32-74.991s-129.21 28.796-172.193 74.853l-0.127 0.138 416 181c0.002-0.392 0.003-0.857 0.003-1.321 0-69.621-27.168-132.897-71.481-179.804l0.117 0.125zM317.76 392.72c-66.732 17.982-121.396 60.576-154.791 117.21l-0.649 1.19c-21.578 36.378-34.33 80.189-34.33 126.979 0 23.443 3.201 46.138 9.19 67.673l-0.421-1.772 375.24-285.92c-36.701-21.434-80.799-34.090-127.853-34.090-23.61 0-46.475 3.186-68.19 9.152l1.802-0.422z\",\"M951.16 212.92c-48.944-52.32-118.405-84.925-195.48-84.925s-146.536 32.605-195.341 84.774l-0.139 0.151c-18.712 19.604-34.769 41.98-47.442 66.395l-0.758 1.605c-13.373-26.018-29.365-48.394-48.116-68.123l0.116 0.123c-48.944-52.32-118.405-84.925-195.48-84.925s-146.536 32.605-195.341 84.774l-0.139 0.151c-5.461 5.729-8.821 13.503-8.821 22.062 0 13.051 7.813 24.278 19.017 29.257l0.204 0.081 224.56 97.88c-74.505 20.369-135.481 68.119-172.711 131.498l-0.729 1.342c-24.37 40.904-38.776 90.2-38.776 142.862 0 26.477 3.642 52.104 10.452 76.407l-0.476-1.989c3.807 13.727 16.19 23.635 30.887 23.635 7.307 0 14.043-2.449 19.43-6.572l-0.077 0.057 324-246.72v413.28c0 17.673 14.327 32 32 32s32-14.327 32-32v0-413.28l324 246.72c5.316 4.081 12.064 6.54 19.386 6.54 14.707 0 27.096-9.921 30.841-23.436l0.053-0.225c6.334-22.314 9.976-47.941 9.976-74.418 0-52.661-14.406-101.958-39.493-144.164l0.717 1.302c-37.968-64.729-98.959-112.481-171.475-132.371l-2.005-0.469 224.88-97.88c11.408-5.060 19.221-16.286 19.221-29.338 0-8.559-3.36-16.333-8.833-22.075l0.012 0.013zM268.32 192c58.82 0.136 111.786 25.082 149.011 64.922l0.109 0.118c27.636 29.040 47.669 65.561 56.757 106.213l0.283 1.507-318.48-138.64c31.544-21.369 70.443-34.116 112.319-34.12l0.001-0zM160 646c-0.094-2.398-0.148-5.214-0.148-8.043 0-40.823 11.155-79.040 30.584-111.77l-0.556 1.012c29.723-50.64 77.578-87.923 134.446-103.205l1.554-0.355c17.481-4.852 37.553-7.64 58.277-7.64 0.086 0 0.171 0 0.257 0l-0.014-0c0.006-0 0.014-0 0.021-0 23.153 0 45.482 3.524 66.481 10.065l-1.582-0.425zM834 527.2c18.942 31.763 30.141 70.049 30.141 110.95 0 2.761-0.051 5.509-0.152 8.245l0.012-0.395-289.2-220.4c19.48-6.1 41.878-9.614 65.098-9.614 82.353 0 154.381 44.204 193.652 110.179l0.571 1.035zM549.52 364.76c9.371-42.159 29.404-78.68 57.129-107.814l-0.089 0.094c37.334-39.958 90.3-64.904 149.095-65.040l0.025-0c41.877 0.004 80.776 12.751 113.032 34.574l-0.712-0.454z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tree-palm-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31900,\"id\":80,\"name\":\"tree-palm-duotone\",\"prevSize\":16,\"code\":61981,\"codes\":[61981,61982]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1167},{\"icon\":{\"paths\":[\"M288 448v128c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM864 160h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM864 608h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z\",\"M672 448h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-192c-35.346 0-64 28.654-64 64v0 64h-32c-70.692 0-128 57.308-128 128v0 96h-128v-32c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-32h128v96c0 70.692 57.308 128 128 128v0h32v64c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-192c-35.346 0-64 28.654-64 64v0 64h-32c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h32v64c0 35.346 28.654 64 64 64v0zM256 576h-128v-128h128v128zM672 640h192v192h-192zM672 192h192v192h-192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"tree-structure-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31901,\"id\":79,\"name\":\"tree-structure-duotone\",\"prevSize\":16,\"code\":61983,\"codes\":[61983,61984]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1168},{\"icon\":{\"paths\":[\"M928 544v256h-256z\",\"M940.24 514.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-105.36 105.4-233.36-233.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-265.36-265.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h-0l288 288c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l137.36-137.4 210.76 210.76-105.4 105.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l255.999 0c17.673 0 32-14.327 32-32v0-256c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM896 768h-146.76l146.76-146.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"trend-down-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31902,\"id\":78,\"name\":\"trend-down-duotone\",\"prevSize\":16,\"code\":61985,\"codes\":[61985,61986]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1169},{\"icon\":{\"paths\":[\"M928 224v256l-256-256z\",\"M928 192h-256c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l105.4 105.36-210.76 210.76-137.36-137.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-288 288c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l265.36-265.4 137.36 137.4c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 233.36-233.4 105.36 105.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256c0-17.673-14.327-32-32-32v0zM896 402.76l-146.76-146.76h146.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"trend-up-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31903,\"id\":77,\"name\":\"trend-up-duotone\",\"prevSize\":16,\"code\":61987,\"codes\":[61987,61988]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1170},{\"icon\":{\"paths\":[\"M861.84 864h-699.68c-50.48 0-82.16-52.84-57.64-95.64l349.84-607.48c25.2-44 90.080-44 115.28 0l349.84 607.48c24.52 42.8-7.16 95.64-57.64 95.64z\",\"M947.2 752.36l-349.8-607.48c-17.525-29.455-49.194-48.883-85.4-48.883s-67.875 19.428-85.149 48.428l-0.251 0.455-349.8 607.48c-8.072 13.588-12.843 29.957-12.843 47.44s4.771 33.852 13.082 47.875l-0.239-0.435c17.136 29.355 48.484 48.765 84.366 48.765 0.364 0 0.727-0.002 1.090-0.006l-0.055 0h699.6c0.284 0.003 0.619 0.005 0.955 0.005 35.881 0 67.229-19.41 84.116-48.304l0.249-0.461c8.097-13.604 12.883-29.998 12.883-47.508 0-17.455-4.756-33.8-13.042-47.808l0.239 0.437zM891.72 815.2c-6.013 10.125-16.892 16.805-29.331 16.805-0.207 0-0.413-0.002-0.619-0.006l0.031 0h-699.6c-0.175 0.003-0.382 0.005-0.589 0.005-12.439 0-23.318-6.68-29.245-16.649l-0.086-0.157c-2.651-4.416-4.219-9.745-4.219-15.44s1.568-11.024 4.296-15.578l-0.077 0.138 349.8-607.48c6.23-10.239 17.329-16.972 30-16.972s23.77 6.734 29.913 16.818l0.087 0.154 349.8 607.48c2.602 4.384 4.14 9.665 4.14 15.305 0 5.75-1.599 11.127-4.376 15.711l0.076-0.135z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"triangle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31904,\"id\":76,\"name\":\"triangle-duotone\",\"prevSize\":16,\"code\":61989,\"codes\":[61989,61990]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1171},{\"icon\":{\"paths\":[\"M800 224v220.4c0 158.8-127 290.4-285.8 291.6-0.654 0.005-1.426 0.008-2.2 0.008-159.058 0-288-128.942-288-288 0-0.003 0-0.006 0-0.009l-0 0.001v-224c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0z\",\"M928 256h-96v-32c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 32h-96c-35.346 0-64 28.654-64 64v0 64c0 88.366 71.634 160 160 160v0h14.6c38.943 120.722 144.334 209.004 272.018 222.323l1.382 0.117v97.56h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-97.68c127.76-12.92 233.76-102.56 272.32-222.32h15.68c88.366 0 160-71.634 160-160v0-64c0-35.346-28.654-64-64-64v0zM192 480c-53.019 0-96-42.981-96-96v0-64h96v128q0 16 1.56 32zM768 444.4c0 142.080-113.96 258.56-254.040 259.6h-1.96c-141.385 0-256-114.615-256-256v0-224h512zM928 384c0 53.019-42.981 96-96 96v0h-2c1.253-10.661 1.979-23.034 2-35.572l0-0.028v-124.4h96z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"trophy-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31905,\"id\":75,\"name\":\"trophy-duotone\",\"prevSize\":16,\"code\":61991,\"codes\":[61991,61992]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1172},{\"icon\":{\"paths\":[\"M960 480v256c0 17.673-14.327 32-32 32v0h-96c0-0.003 0-0.007 0-0.010 0-53.019-42.981-96-96-96-11.471 0-22.471 2.012-32.668 5.702l0.668-0.211c-37.605 13.577-64 48.961-64 90.51 0 0.004 0 0.007 0 0.011l-0-0h-256c0-53.019-42.981-96-96-96s-96 42.981-96 96v0h-96c-17.673 0-32-14.327-32-32v0-160h640v-96z\",\"M989.68 468l-56-140c-9.668-23.645-32.494-40-59.141-40-0.077 0-0.154 0-0.231 0l0.012-0h-138.32v-32c0-17.673-14.327-32-32-32v0h-608c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h200c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-256c0-0.025 0-0.054 0-0.084 0-4.295-0.852-8.39-2.397-12.127l0.077 0.211zM736 352h138.32l38.4 96h-176.72zM96 288h576v256h-576zM288 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM612 736h-200c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-68v-128h576v49.24c-29.355 17.188-50.963 44.911-59.795 77.862l-0.205 0.898zM736 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM928 736h-68c-14.799-55.621-64.683-95.942-123.994-96l-0.006-0v-128h192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"truck-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31906,\"id\":74,\"name\":\"truck-duotone\",\"prevSize\":16,\"code\":61993,\"codes\":[61993,61994]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1173},{\"icon\":{\"paths\":[\"M988.44 315.080l-77.080 147.24c-5.831 10.61-16.932 17.681-29.685 17.681-0.111 0-0.221-0.001-0.332-0.002l0.017 0h-113.36v-320l207.12 113c10.073 5.322 16.82 15.729 16.82 27.713 0 5.249-1.295 10.196-3.582 14.538l0.082-0.171zM35.56 315.080l77.080 147.24c5.831 10.61 16.932 17.681 29.685 17.681 0.111 0 0.221-0.001 0.332-0.002l-0.017 0h113.36v-320l-207.12 113c-10.073 5.322-16.82 15.729-16.82 27.713 0 5.249 1.295 10.196 3.582 14.538l-0.082-0.171z\",\"M990.36 244.88l-207.040-112.88c-4.417-2.49-9.693-3.969-15.311-4l-0.009-0h-128c-17.673 0-32 14.327-32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-17.673-14.327-32-32-32v0h-128c-5.641 0.024-10.931 1.504-15.521 4.083l0.161-0.083-207 112.88c-20.128 10.798-33.585 31.695-33.585 55.736 0 10.716 2.674 20.807 7.39 29.644l-0.165-0.339 77.080 147.24c11.223 20.883 32.916 34.842 57.87 34.842 0.158 0 0.316-0.001 0.474-0.002l-0.024 0h81.32v320c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-320h81.36c0.134 0.001 0.292 0.002 0.45 0.002 24.954 0 46.647-13.958 57.698-34.493l0.171-0.349 77.080-147.24c4.546-8.493 7.217-18.579 7.217-29.288 0-24.053-13.471-44.959-33.279-55.587l-0.337-0.165zM142.68 448c-0.035 0.002-0.076 0.003-0.117 0.003-0.577 0-1.107-0.197-1.528-0.527l0.005 0.004-76.68-146.44 159.64-87.12v234.080zM736 832h-448v-640h67.2c15.422 73.536 79.735 127.964 156.76 127.964s141.338-54.428 156.577-126.922l0.183-1.042h67.28zM883 447.44c-0.388 0.351-0.906 0.566-1.473 0.566-0.059 0-0.117-0.002-0.174-0.007l0.008 0h-81.36v-234.080l159.68 87.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"t-shirt-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31907,\"id\":73,\"name\":\"t-shirt-duotone\",\"prevSize\":16,\"code\":61995,\"codes\":[61995,61996]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1174},{\"icon\":{\"paths\":[\"M864 192v433c0 0.004 0 0.008 0 0.012 0 9.859-4.459 18.677-11.47 24.547l-0.050 0.041-171.56 143c-5.525 4.601-12.696 7.396-20.519 7.4l-168.801 0c-7.824 0.004-14.995 2.799-20.572 7.442l0.052-0.042-183.080 152.6v-160h-96c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h64v128c-0 0.004-0 0.008-0 0.012 0 17.673 14.327 32 32 32 7.814 0 14.974-2.801 20.53-7.453l-0.050 0.041 183.12-152.6h168.8c0.006 0 0.013 0 0.021 0 15.636 0 29.963-5.608 41.079-14.921l-0.1 0.081 171.56-143c14.12-11.771 23.040-29.366 23.040-49.045 0-0.041-0-0.081-0-0.122l0 0.006v-433c0-35.346-28.654-64-64-64v0zM832 625l-171.6 143h-168.8c-0.006-0-0.013-0-0.021-0-15.636 0-29.963 5.608-41.079 14.921l0.1-0.081-130.6 108.84v-91.68c0-17.673-14.327-32-32-32v0h-96v-576h640zM640 544v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM448 544v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"twitch-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31908,\"id\":72,\"name\":\"twitch-logo-duotone\",\"prevSize\":16,\"code\":61997,\"codes\":[61997,61998]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1175},{\"icon\":{\"paths\":[\"M960 288l-128 128c-17.040 267.36-240.32 480-512 480-128 0-160-48-160-48s128-48 192-144c0 0-220.6-128-188.88-480 0 0 158.64 160 348.88 192v-64c0-88 72-161.080 160-160 64.994 0.779 120.762 39.487 146.262 94.986l0.418 1.014z\",\"M989.56 275.76c-4.934-11.696-16.306-19.757-29.56-19.76l-121.72-0c-34.121-57.318-95.488-95.292-165.778-95.999l-0.102-0.001c-0.739-0.011-1.612-0.016-2.487-0.016-51.724 0-98.556 20.946-132.475 54.819l0.002-0.002c-35.46 34.78-57.441 83.193-57.441 136.741 0 0.161 0 0.323 0.001 0.484l-0-0.025v24.36c-161.040-42.48-292.76-173.48-294.16-174.88-5.801-5.85-13.841-9.473-22.727-9.473-16.671 0-30.364 12.748-31.864 29.027l-0.009 0.126c-17.2 191.16 38.28 319.080 88 392.72 24.937 37.11 53.877 68.986 86.811 96.199l0.749 0.601c-61.080 70.12-157 106.96-158 107.36-12.241 4.678-20.776 16.326-20.776 29.967 0 6.617 2.008 12.764 5.448 17.867l-0.072-0.114c2.96 4.48 15 20.2 44.32 34.88 36.32 18.16 84.2 27.36 142.28 27.36 282.72 0 518.88-217.68 543.040-497.76l119.6-119.6c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM809.56 393.4c-5.305 5.317-8.75 12.492-9.275 20.464l-0.005 0.096c-16.28 252.36-227.16 450.040-480.28 450.040-42.24 0-72-5.6-92.88-12.32 46.080-25 110.24-68 151.52-129.92 3.368-4.989 5.377-11.137 5.377-17.754 0-11.707-6.287-21.947-15.669-27.525l-0.147-0.081c-0.52-0.32-51.44-30.96-97.92-101.16-52.12-78.8-78.28-173.72-78.28-282.88 64 52 181 132.72 314.76 155.2 1.575 0.275 3.389 0.432 5.24 0.432 17.67 0 31.995-14.322 32-31.992l0-0v-64c-0-0.080-0-0.175-0-0.269 0-35.796 14.694-68.161 38.38-91.391l0.021-0.020c22.374-22.445 53.321-36.332 87.512-36.332 0.594 0 1.186 0.004 1.778 0.013l-0.090-0.001c50.64 0.64 97.96 31.52 117.76 76.84 5.074 11.375 16.283 19.16 29.311 19.16 0.003 0 0.006-0 0.009-0l64 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"twitter-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31909,\"id\":71,\"name\":\"twitter-logo-duotone\",\"prevSize\":16,\"code\":61999,\"codes\":[61999,62000]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1176},{\"icon\":{\"paths\":[\"M512 128s-160 128-160 416h-224c-0.038 0-0.082 0-0.126 0-17.673 0-32-14.327-32-32 0-1 0.046-1.989 0.136-2.966l-0.009 0.125c18.964-214.343 197.656-381.161 415.31-381.161 0.242 0 0.485 0 0.727 0.001l-0.038-0zM928 509.16c-18.964-214.343-197.656-381.161-415.31-381.161-0.242 0-0.485 0-0.727 0.001l0.038-0s160 128 160 416h224c0.038 0 0.082 0 0.126 0 17.673 0 32-14.327 32-32 0-1-0.046-1.989-0.136-2.966l0.009 0.125z\",\"M960 506.52c-20.748-231.004-213.42-410.682-448.059-410.682-117.817 0-225.054 45.302-305.241 119.436l0.3-0.274c-79.961 73.633-132.854 175.593-142.685 289.858l-0.115 1.662c-0.15 1.642-0.235 3.551-0.235 5.48 0 35.346 28.654 64 64 64 0.012 0 0.025-0 0.037-0l351.998 0v224c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-224h352c0.070 0 0.152 0 0.235 0 35.346 0 64-28.654 64-64 0-1.929-0.085-3.839-0.253-5.724l0.017 0.244zM128 512v0c15.114-170.615 139.626-308.283 302.277-343.107l2.523-0.453c-46.88 63.56-105.4 176-112.12 343.56zM384.6 512c5.56-123.080 42.12-211.24 73.2-264.96 16.319-28.16 34.251-52.524 54.503-74.737l-0.303 0.337c19.907 21.872 37.8 46.237 52.99 72.368l1.090 2.032c53.12 91.76 69.92 190.080 73.2 264.96zM703.2 512c-6.72-167.56-65.24-280-112-343.76 165.288 35.2 289.879 173.018 304.698 342.309l0.102 1.451z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"umbrella-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31910,\"id\":70,\"name\":\"umbrella-duotone\",\"prevSize\":16,\"code\":62001,\"codes\":[62001,62002]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1177},{\"icon\":{\"paths\":[\"M896 544h-768c-0.038 0-0.082 0-0.126 0-17.673 0-32-14.327-32-32 0-1 0.046-1.989 0.136-2.966l-0.009 0.125c19.378-214.314 198.167-380.965 415.88-380.965s396.502 166.651 415.762 379.347l0.118 1.617c0.080 0.851 0.126 1.84 0.126 2.84 0 17.633-14.262 31.935-31.88 32l-0.006 0z\",\"M960 506.52c-20.748-231.004-213.42-410.682-448.059-410.682-117.817 0-225.054 45.302-305.241 119.436l0.3-0.274c-79.961 73.633-132.854 175.593-142.685 289.858l-0.115 1.662c-0.15 1.642-0.235 3.551-0.235 5.48 0 35.346 28.654 64 64 64 0.012 0 0.025-0 0.037-0l351.998 0v224c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-224h352c0.070 0 0.152 0 0.235 0 35.346 0 64-28.654 64-64 0-1.929-0.085-3.839-0.253-5.724l0.017 0.244zM128 512v0c17.912-198.002 183.096-351.966 384.24-351.966 100.964 0 192.868 38.792 261.621 102.284l-0.261-0.238c68.642 63.059 114.011 150.508 122.304 248.519l0.096 1.401z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"umbrella-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31911,\"id\":69,\"name\":\"umbrella-simple-duotone\",\"prevSize\":16,\"code\":62003,\"codes\":[62003,62004]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1178},{\"icon\":{\"paths\":[\"M928 640c0 0.025 0 0.055 0 0.084 0 159.058-128.942 288-288 288-148.379 0-270.551-112.21-286.286-256.401l-0.114-1.283c-145.431-15.894-257.59-138.044-257.59-286.39 0-159.058 128.942-288 288-288 148.346 0 270.496 112.159 286.276 256.304l0.114 1.286c145.435 15.889 257.6 138.042 257.6 286.391 0 0.003-0 0.006-0 0.010l0-0.001z\",\"M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM128 384c-0-0.15-0-0.327-0-0.504 0-141.385 114.615-256 256-256 118.824 0 218.741 80.956 247.602 190.72l0.399 1.784c-170.382 4.618-307.294 141.6-311.791 311.576l-0.009 0.424c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM640 384c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM640 896c-118.639-0.101-218.414-80.751-247.594-190.209l-0.406-1.791c170.468-4.511 307.489-141.532 311.991-311.576l0.009-0.424c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"unite-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31912,\"id\":68,\"name\":\"unite-duotone\",\"prevSize\":16,\"code\":62005,\"codes\":[62005,62006]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1179},{\"icon\":{\"paths\":[\"M864 384v480h-480v-224h-224v-480h480v224z\",\"M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM832 832h-416v-192c0-17.673-14.327-32-32-32v0h-192v-416h416v192c0 17.673 14.327 32 32 32v0h192z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"unite-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31913,\"id\":67,\"name\":\"unite-square-duotone\",\"prevSize\":16,\"code\":62007,\"codes\":[62007,62008]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1180},{\"icon\":{\"paths\":[\"M928 544v256c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z\",\"M960 544v256c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v256h768v-256h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c35.346 0 64 28.654 64 64v0zM342.64 310.64l137.36-137.4v338.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-338.76l137.36 137.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0zM800 672c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"upload-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31914,\"id\":66,\"name\":\"upload-duotone\",\"prevSize\":16,\"code\":62009,\"codes\":[62009,62010]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1181},{\"icon\":{\"paths\":[\"M672 320h-320l160-160z\",\"M896 608v224c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224h640v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM322.44 332.24c-1.545-3.623-2.443-7.838-2.443-12.262 0-8.832 3.578-16.828 9.363-22.618l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 160 160c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-127.999 0v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256h-128c-13.254-0.003-24.626-8.064-29.481-19.55l-0.079-0.21zM429.24 288h165.52l-82.76-82.76z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"upload-simple-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31915,\"id\":65,\"name\":\"upload-simple-duotone\",\"prevSize\":16,\"code\":62011,\"codes\":[62011,62012]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1182},{\"icon\":{\"paths\":[\"M640 256c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM800 384v256l192-128zM608 672h-128c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z\",\"M1009.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v96h-480v-192h132c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128s-57.308-128-128-128c-59.321 0-109.217 40.353-123.734 95.107l-0.201 0.893h-132c-35.346 0-64 28.654-64 64v0 192h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v192c0 35.346 28.654 64 64 64v0h128v32c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 32h-128v-192h480v96c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM544 192c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM480 704h128v128h-128zM832 580.2v-136.2l102.32 68z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"usb-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31916,\"id\":64,\"name\":\"usb-duotone\",\"prevSize\":16,\"code\":62013,\"codes\":[62013,62014]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1183},{\"icon\":{\"paths\":[\"M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.238-70.581-127.2-172.322-127.2-285.499 0-212.077 171.923-384 384-384s384 171.923 384 384c0 0.007-0 0.014-0 0.021l0-0.001z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM296.32 790c46.211-71.465 125.5-118.094 215.68-118.094s169.469 46.629 215.073 117.092l0.607 1.002c-58.887 46.144-134.031 73.997-215.68 73.997s-156.793-27.853-216.448-74.577l0.768 0.58zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM775.040 745.64c-35.665-51.212-84.712-90.849-142.109-114.232l-2.131-0.768c44.751-35.474 73.2-89.831 73.2-150.833 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.002 28.449 115.359 72.802 150.528l0.398 0.304c-59.528 24.151-108.575 63.788-143.555 113.962l-0.685 1.038c-55.216-61.88-88.96-143.954-88.96-233.91 0-194.404 157.596-352 352-352s352 157.596 352 352c0 89.956-33.744 172.030-89.264 234.257l0.304-0.346z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31917,\"id\":63,\"name\":\"user-circle-duotone\",\"prevSize\":16,\"code\":62015,\"codes\":[62015,62016]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1184},{\"icon\":{\"paths\":[\"M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.236-70.581-127.197-172.321-127.197-285.497 0-212.077 171.923-384 384-384 85.688 0 164.821 28.066 228.707 75.507l-1.030-0.731c-2.28 6.303-3.599 13.577-3.599 21.159 0 35.346 28.654 64 64 64 7.582 0 14.856-1.318 21.605-3.739l-0.447 0.14c46.696 62.676 74.76 141.632 74.76 227.142 0 0.189-0 0.378-0 0.567l0-0.030z\",\"M913 252.28l-18.64-10.76c1.043-5.268 1.64-11.324 1.64-17.52s-0.597-12.252-1.736-18.115l0.096 0.595 18.64-10.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-18.68 10.8c-8.578-7.394-18.645-13.353-29.654-17.349l-0.666-0.211v-21.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 21.52c-11.675 4.207-21.742 10.166-30.445 17.665l0.125-0.105-18.68-10.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 18.64 10.76c-1.043 5.268-1.64 11.324-1.64 17.52s0.597 12.252 1.736 18.115l-0.096-0.595-18.64 10.76c-9.639 5.634-16.012 15.933-16.012 27.72 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l-0.001 0c0.029 0 0.064 0 0.098 0 5.857 0 11.343-1.59 16.050-4.361l-0.148 0.081 18.68-10.8c8.578 7.394 18.645 13.353 29.654 17.349l0.666 0.211v21.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-21.52c11.675-4.207 21.742-10.166 30.445-17.665l-0.125 0.105 18.68 10.8c4.559 2.691 10.045 4.28 15.902 4.28 0.034 0 0.069-0 0.103-0l-0.005 0c0.004 0 0.008 0 0.012 0 17.673 0 32-14.327 32-32 0-11.787-6.373-22.086-15.861-27.638l-0.151-0.082zM768 224c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32v0c-17.673 0-32-14.327-32-32v0zM885.4 416.44c-15.256 2.623-26.718 15.754-26.718 31.561 0 1.865 0.159 3.692 0.466 5.469l-0.027-0.19c3.105 17.645 4.88 37.962 4.88 58.693 0 0.009-0 0.019-0 0.028l0-0.001c0 0.092 0 0.2 0 0.308 0 89.771-33.751 171.658-89.255 233.666l0.295-0.335c-35.665-51.212-84.712-90.849-142.109-114.232l-2.131-0.768c44.751-35.474 73.2-89.831 73.2-150.833 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.002 28.449 115.359 72.802 150.528l0.398 0.304c-59.528 24.151-108.575 63.788-143.555 113.962l-0.685 1.038c-55.072-61.841-88.72-143.811-88.72-233.64 0-194.32 157.459-351.863 351.747-352l0.013-0c0.017-0 0.037-0 0.057-0 20.721 0 41.027 1.775 60.775 5.181l-2.112-0.301c1.499 0.249 3.227 0.391 4.987 0.391 17.673 0 32-14.327 32-32 0-15.704-11.312-28.766-26.232-31.482l-0.196-0.030c-20.732-3.665-44.601-5.76-68.96-5.76-229.574 0-415.68 186.106-415.68 415.68s186.106 415.68 415.68 415.68c229.574 0 415.68-186.106 415.68-415.68 0-24.359-2.095-48.228-6.115-71.438l0.355 2.478c-2.623-15.256-15.754-26.718-31.561-26.718-1.865 0-3.692 0.159-5.469 0.466l0.19-0.027zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM296.32 790c46.211-71.465 125.5-118.094 215.68-118.094s169.469 46.629 215.073 117.092l0.607 1.002c-58.887 46.144-134.031 73.997-215.68 73.997s-156.793-27.853-216.448-74.577l0.768 0.58z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-circle-gear-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31918,\"id\":62,\"name\":\"user-circle-gear-duotone\",\"prevSize\":16,\"code\":62017,\"codes\":[62017,62018]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1185},{\"icon\":{\"paths\":[\"M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.238-70.581-127.2-172.322-127.2-285.499 0-212.077 171.923-384 384-384s384 171.923 384 384c0 0.007-0 0.014-0 0.021l0-0.001z\",\"M672 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM922.24 442.72c3.665 20.732 5.76 44.601 5.76 68.96 0 229.574-186.106 415.68-415.68 415.68s-415.68-186.106-415.68-415.68c0-229.574 186.106-415.68 415.68-415.68 24.359 0 48.228 2.095 71.438 6.115l-2.478-0.355c15.116 2.746 26.427 15.807 26.427 31.511 0 17.673-14.327 32-32 32-1.761 0-3.488-0.142-5.172-0.416l0.184 0.025c-17.569-3.106-37.797-4.881-58.44-4.881-194.461 0-352.121 157.562-352.28 351.986l-0 0.015c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c35.665-51.212 84.712-90.849 142.109-114.232l2.131-0.768c-44.751-35.474-73.2-89.831-73.2-150.833 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.002-28.449 115.359-72.802 150.528l-0.398 0.304c59.528 24.151 108.575 63.788 143.555 113.962l0.685 1.038c55.21-61.673 88.96-143.561 88.96-233.332 0-0.108-0-0.217-0-0.325l0 0.017c0-0.008 0-0.017 0-0.027 0-20.731-1.775-41.048-5.181-60.806l0.301 2.113c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184zM512 608c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 864c0.105 0 0.229 0 0.353 0 81.535 0 156.563-27.858 216.086-74.574l-0.759 0.574c-46.211-71.465-125.5-118.094-215.68-118.094s-169.469 46.629-215.073 117.092l-0.607 1.002c58.764 46.142 133.792 74 215.327 74 0.124 0 0.248-0 0.373-0l-0.019 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-circle-minus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31919,\"id\":61,\"name\":\"user-circle-minus-duotone\",\"prevSize\":16,\"code\":62019,\"codes\":[62019,62020]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1186},{\"icon\":{\"paths\":[\"M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.238-70.581-127.2-172.322-127.2-285.499 0-212.077 171.923-384 384-384s384 171.923 384 384c0 0.007-0 0.014-0 0.021l0-0.001z\",\"M672 224c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0zM922.24 442.72c3.665 20.732 5.76 44.601 5.76 68.96 0 229.574-186.106 415.68-415.68 415.68s-415.68-186.106-415.68-415.68c0-229.574 186.106-415.68 415.68-415.68 24.359 0 48.228 2.095 71.438 6.115l-2.478-0.355c15.116 2.746 26.427 15.807 26.427 31.511 0 17.673-14.327 32-32 32-1.761 0-3.488-0.142-5.172-0.416l0.184 0.025c-17.569-3.106-37.797-4.881-58.44-4.881-194.461 0-352.121 157.562-352.28 351.986l-0 0.015c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c35.665-51.212 84.712-90.849 142.109-114.232l2.131-0.768c-44.751-35.474-73.2-89.831-73.2-150.833 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.002-28.449 115.359-72.802 150.528l-0.398 0.304c59.528 24.151 108.575 63.788 143.555 113.962l0.685 1.038c55.21-61.673 88.96-143.561 88.96-233.332 0-0.108-0-0.217-0-0.325l0 0.017c0-0.008 0-0.017 0-0.027 0-20.731-1.775-41.048-5.181-60.806l0.301 2.113c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184zM512 608c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 864c0.105 0 0.229 0 0.353 0 81.535 0 156.563-27.858 216.086-74.574l-0.759 0.574c-46.211-71.465-125.5-118.094-215.68-118.094s-169.469 46.629-215.073 117.092l-0.607 1.002c58.764 46.142 133.792 74 215.327 74 0.124 0 0.248-0 0.373-0l-0.019 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-circle-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31920,\"id\":60,\"name\":\"user-circle-plus-duotone\",\"prevSize\":16,\"code\":62021,\"codes\":[62021,62022]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1187},{\"icon\":{\"paths\":[\"M768 384c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.385 0 256 114.615 256 256v0z\",\"M923.68 848c-60.92-105.32-154.8-180.84-264.36-216.64 84.826-51.143 140.68-142.783 140.68-247.469 0-159.058-128.942-288-288-288s-288 128.942-288 288c0 104.685 55.854 196.325 139.388 246.745l1.292 0.724c-109.56 35.76-203.44 111.28-264.36 216.64-2.964 4.761-4.721 10.54-4.721 16.73 0 17.673 14.327 32 32 32 12.076 0 22.59-6.689 28.038-16.565l0.083-0.165c75.36-130.24 208.56-208 356.28-208s280.92 77.76 356.28 208c5.532 10.040 16.045 16.73 28.121 16.73 17.673 0 32-14.327 32-32 0-6.19-1.757-11.969-4.8-16.866l0.079 0.136zM288 384c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224v0c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31921,\"id\":59,\"name\":\"user-duotone\",\"prevSize\":16,\"code\":62023,\"codes\":[62023,62024]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1188},{\"icon\":{\"paths\":[\"M640 448c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z\",\"M896 192v112c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-112h-112c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c35.346 0 64 28.654 64 64v0zM864 688c-17.673 0-32 14.327-32 32v0 112h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h112c35.346 0 64-28.654 64-64v0-112c0-17.673-14.327-32-32-32v0zM304 832h-112v-112c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 112c0 35.346 28.654 64 64 64v0h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 336c17.673 0 32-14.327 32-32v0-112h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-112c-35.346 0-64 28.654-64 64v0 112c0 17.673 14.327 32 32 32v0zM704 704c-0.021 0-0.045 0-0.070 0-10.415 0-19.669-4.976-25.512-12.681l-0.058-0.080c-38.35-50.747-98.585-83.2-166.4-83.2s-128.050 32.453-166.021 82.677l-0.379 0.523c-5.905 7.798-15.17 12.784-25.6 12.784-17.686 0-32.024-14.338-32.024-32.024 0-7.257 2.414-13.95 6.482-19.32l-0.058 0.080c28.262-37.565 65.193-67.141 107.904-86.035l1.736-0.685c-32.079-29.362-52.12-71.421-52.12-118.161 0-88.366 71.634-160 160-160s160 71.634 160 160c0 46.739-20.041 88.798-51.999 118.051l-0.121 0.109c44.479 19.568 81.438 49.147 109.22 86.027l0.5 0.693c4.014 5.289 6.43 11.982 6.43 19.24 0 17.642-14.276 31.949-31.905 32l-0.005 0zM512 544c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-focus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31922,\"id\":58,\"name\":\"user-focus-duotone\",\"prevSize\":16,\"code\":62025,\"codes\":[62025,62026]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1189},{\"icon\":{\"paths\":[\"M672 400c0 132.548-107.452 240-240 240s-240-107.452-240-240c0-132.548 107.452-240 240-240v0c132.548 0 240 107.452 240 240v0z\",\"M576 630.72c77.478-48.828 128.2-133.931 128.2-230.88 0-150.221-121.779-272-272-272s-272 121.779-272 272c0 96.95 50.722 182.052 127.077 230.219l1.123 0.661c-82.6 27.040-156.92 77.56-216.68 148.68-4.914 5.597-7.911 12.981-7.911 21.065 0 17.673 14.327 32 32 32 10.016 0 18.958-4.602 24.825-11.807l0.046-0.058c80.32-95.84 190.96-148.6 311.32-148.6s231 52.76 311.48 148.6c5.914 7.006 14.701 11.425 24.52 11.425 17.687 0 32.025-14.338 32.025-32.025 0-7.868-2.837-15.073-7.544-20.648l0.039 0.048c-59.8-71.12-134.12-121.64-216.52-148.68zM224 400c0-114.875 93.125-208 208-208s208 93.125 208 208c0 114.875-93.125 208-208 208v0c-114.82-0.137-207.863-93.18-208-207.987l-0-0.013zM977 572.28l-18.64-10.76c1.043-5.268 1.64-11.324 1.64-17.52s-0.597-12.252-1.736-18.115l0.096 0.595 18.64-10.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-18.68 10.8c-8.578-7.394-18.645-13.353-29.654-17.349l-0.666-0.211v-21.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 21.52c-11.675 4.207-21.742 10.166-30.445 17.665l0.125-0.105-18.68-10.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 18.64 10.76c-1.043 5.268-1.64 11.324-1.64 17.52s0.597 12.252 1.736 18.115l-0.096-0.595-18.64 10.76c-9.636 5.637-16.006 15.934-16.006 27.72 0 17.677 14.33 32.006 32.006 32.006 5.891 0 11.41-1.592 16.151-4.368l-0.151 0.082 18.68-10.8c8.578 7.394 18.645 13.353 29.654 17.349l0.666 0.211v21.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-21.52c11.675-4.207 21.742-10.166 30.445-17.665l-0.125 0.105 18.68 10.8c4.559 2.691 10.045 4.28 15.902 4.28 0.034 0 0.069-0 0.103-0l-0.005 0c0.004 0 0.008 0 0.012 0 17.673 0 32-14.327 32-32 0-11.787-6.373-22.086-15.861-27.638l-0.151-0.082zM864 576c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-gear-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31923,\"id\":57,\"name\":\"user-gear-duotone\",\"prevSize\":16,\"code\":62027,\"codes\":[62027,62028]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1190},{\"icon\":{\"paths\":[\"M480 416c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0z\",\"M576 320c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM992 480h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 672h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM607 760c0.64 2.39 1.007 5.134 1.007 7.964 0 14.847-10.111 27.333-23.824 30.946l-0.223 0.050c-2.357 0.661-5.063 1.040-7.858 1.040-0.050 0-0.1-0-0.149-0l0.008 0c-0.005 0-0.010 0-0.016 0-14.83 0-27.304-10.088-30.934-23.777l-0.050-0.223c-24.64-95.76-121.36-168-225-168s-200.36 72.2-225 168c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c22.36-86.84 87.36-157.16 169.84-192-45.706-35.45-74.84-90.378-74.84-152.11 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.733-29.134 116.661-74.403 151.784l-0.437 0.326c82.52 34.84 147.52 105.16 169.88 192zM320 544c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-list-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31924,\"id\":56,\"name\":\"user-list-duotone\",\"prevSize\":16,\"code\":62029,\"codes\":[62029,62030]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1191},{\"icon\":{\"paths\":[\"M672 400c0 132.548-107.452 240-240 240s-240-107.452-240-240c0-132.548 107.452-240 240-240v0c132.548 0 240 107.452 240 240v0z\",\"M1024 544c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM792.52 779.4c4.668 5.527 7.505 12.732 7.505 20.6 0 17.687-14.338 32.025-32.025 32.025-9.819 0-18.606-4.419-24.481-11.377l-0.039-0.048c-80.48-95.84-191.12-148.6-311.48-148.6s-231 52.76-311.48 148.6c-5.911 6.997-14.69 11.41-24.5 11.41-17.678 0-32.010-14.331-32.010-32.010 0-7.868 2.839-15.074 7.549-20.647l-0.039 0.047c59.76-71.12 134.080-121.64 216.68-148.68-77.478-48.828-128.2-133.931-128.2-230.88 0-150.221 121.779-272 272-272s272 121.779 272 272c0 96.95-50.722 182.052-127.077 230.219l-1.123 0.661c82.6 27.040 156.92 77.56 216.72 148.68zM432 608c114.875 0 208-93.125 208-208s-93.125-208-208-208c-114.875 0-208 93.125-208 208v0c0.137 114.82 93.18 207.863 207.987 208l0.013 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-minus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31925,\"id\":55,\"name\":\"user-minus-duotone\",\"prevSize\":16,\"code\":62031,\"codes\":[62031,62032]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1192},{\"icon\":{\"paths\":[\"M672 400c0 132.548-107.452 240-240 240s-240-107.452-240-240c0-132.548 107.452-240 240-240v0c132.548 0 240 107.452 240 240v0z\",\"M1024 544c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM792.52 779.4c4.668 5.527 7.505 12.732 7.505 20.6 0 17.687-14.338 32.025-32.025 32.025-9.819 0-18.606-4.419-24.481-11.377l-0.039-0.048c-80.48-95.84-191.12-148.6-311.48-148.6s-231 52.76-311.48 148.6c-5.911 6.997-14.69 11.41-24.5 11.41-17.678 0-32.010-14.331-32.010-32.010 0-7.868 2.839-15.074 7.549-20.647l-0.039 0.047c59.76-71.12 134.080-121.64 216.68-148.68-77.478-48.828-128.2-133.931-128.2-230.88 0-150.221 121.779-272 272-272s272 121.779 272 272c0 96.95-50.722 182.052-127.077 230.219l-1.123 0.661c82.6 27.040 156.92 77.56 216.72 148.68zM432 608c114.875 0 208-93.125 208-208s-93.125-208-208-208c-114.875 0-208 93.125-208 208v0c0.137 114.82 93.18 207.863 207.987 208l0.013 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-plus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31926,\"id\":54,\"name\":\"user-plus-duotone\",\"prevSize\":16,\"code\":62033,\"codes\":[62033,62034]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1193},{\"icon\":{\"paths\":[\"M896 224v576c0 17.673-14.327 32-32 32v0h-80.4c-40.731-112.815-146.883-192-271.529-192-0.025 0-0.050 0-0.075 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.021-0-0.046-0-0.071-0-124.646 0-230.798 79.185-270.895 189.995l-0.634 2.005h-80.4c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM290.28 800c45.083-77.077 127.451-128.030 221.72-128.030s176.637 50.953 221.066 126.822l0.654 1.208zM864 800h-58.68c-34.412-77.248-96.138-137.143-172.618-168.347l-2.142-0.773c44.891-35.471 73.44-89.912 73.44-151.022 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.109 28.549 115.55 73.036 150.714l0.404 0.308c-78.622 31.977-140.348 91.872-173.948 167.085l-0.812 2.035h-58.68v-576h704v576z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-rectangle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31927,\"id\":53,\"name\":\"user-rectangle-duotone\",\"prevSize\":16,\"code\":62035,\"codes\":[62035,62036]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1194},{\"icon\":{\"paths\":[\"M544 432c0 114.875-93.125 208-208 208s-208-93.125-208-208c0-114.875 93.125-208 208-208v0c114.875 0 208 93.125 208 208v0z\",\"M469 631.68c64.882-43.644 107-116.792 107-199.777 0-132.548-107.452-240-240-240s-240 107.452-240 240c0 82.985 42.118 156.133 106.143 199.234l0.857 0.544c-79.027 29.672-143.796 82.165-187.986 149.391l-0.894 1.449c-3.413 5.012-5.45 11.2-5.45 17.863 0 17.673 14.327 32 32 32 11.332 0 21.287-5.89 26.973-14.775l0.077-0.128c57.95-88.166 156.411-145.57 268.28-145.57s210.33 57.404 267.534 144.363l0.746 1.207c5.829 8.577 15.54 14.137 26.55 14.137 17.673 0 32-14.327 32-32 0-6.342-1.845-12.252-5.027-17.225l0.077 0.128c-45.084-68.675-109.853-121.168-186.24-149.967l-2.64-0.873zM160 432c0-97.202 78.798-176 176-176s176 78.798 176 176c0 97.202-78.798 176-176 176v0c-97.156-0.114-175.886-78.844-176-175.989l-0-0.011zM1000.56 826.8c-4.929 3.257-10.978 5.195-17.479 5.195-11.169 0-21.002-5.723-26.727-14.396l-0.074-0.12c-57.808-88.104-156.13-145.48-267.853-145.48-0.15 0-0.301 0-0.451 0l0.023-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c97.131-0.094 175.834-78.856 175.834-176 0-97.202-78.798-176-176-176-23.481 0-45.889 4.598-66.371 12.944l1.176-0.424c-3.742 1.66-8.107 2.627-12.698 2.627-17.673 0-32-14.327-32-32 0-13.702 8.611-25.392 20.717-29.954l0.22-0.073c26.327-10.803 56.884-17.074 88.906-17.074 132.548 0 240 107.452 240 240 0 82.895-42.026 155.973-105.934 199.093l-0.852 0.542c79.027 29.672 143.796 82.165 187.986 149.391l0.894 1.449c3.257 4.929 5.195 10.978 5.195 17.479 0 11.169-5.723 21.002-14.396 26.727l-0.12 0.074z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"users-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31928,\"id\":52,\"name\":\"users-duotone\",\"prevSize\":16,\"code\":62037,\"codes\":[62037,62038]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1195},{\"icon\":{\"paths\":[\"M448 672c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM320 128c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM704 544c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM704 384c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0z\",\"M108.8 505.6c5.281 3.996 11.96 6.4 19.2 6.4 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.901 7.792 15.159 12.774 25.581 12.774 7.249 0 13.934-2.41 19.299-6.473l-0.080 0.058c2.438-1.825 4.535-3.922 6.302-6.28l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.903 7.803 15.169 12.792 25.6 12.792 17.68 0 32.012-14.332 32.012-32.012 0-7.248-2.409-13.934-6.47-19.3l0.058 0.080c-28.23-37.567-65.136-67.144-107.826-86.035l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-32.631 14.316-60.489 33.602-83.988 57.228l-0.012 0.012c-23.51-23.638-51.368-42.924-82.278-56.562l-1.722-0.678c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.63 19.518-81.717 49.122-109.582 86.071l-0.498 0.689c-3.996 5.281-6.4 11.96-6.4 19.2 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058zM704 160c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM320 160c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM812 790.040c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-32.631 14.316-60.489 33.602-83.988 57.228l-0.012 0.012c-23.51-23.638-51.368-42.924-82.278-56.562l-1.722-0.678c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.63 19.518-81.717 49.122-109.582 86.071l-0.498 0.689c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.901 7.792 15.159 12.774 25.581 12.774 7.249 0 13.934-2.41 19.299-6.473l-0.080 0.058c2.438-1.825 4.535-3.922 6.302-6.28l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.903 7.803 15.169 12.792 25.6 12.792 17.68 0 32.012-14.332 32.012-32.012 0-7.248-2.409-13.934-6.47-19.3l0.058 0.080c-28.23-37.567-65.136-67.144-107.826-86.035l-1.734-0.685zM320 576c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM704 576c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"users-four-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31929,\"id\":51,\"name\":\"users-four-duotone\",\"prevSize\":16,\"code\":62039,\"codes\":[62039,62040]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1196},{\"icon\":{\"paths\":[\"M832 160h-640c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM231.12 864c30.202-129.224 144.432-224 280.799-224 0.029 0 0.057 0 0.086 0l-0.005-0c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0c0.024-0 0.053-0 0.081-0 136.367 0 250.597 94.776 280.414 222.052l0.385 1.948z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM274.68 832c17.112-41.395 43.225-76.074 76.052-102.83l0.468-0.37c43.547-35.378 99.672-56.803 160.8-56.803s117.253 21.425 161.273 57.175l-0.473-0.372c33.295 27.126 59.408 61.805 75.891 101.492l0.629 1.708zM832 832h-14.68c-29.631-92.375-97.566-165.022-184.622-200.392l-2.138-0.768c44.891-35.471 73.44-89.912 73.44-151.022 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.109 28.549 115.55 73.036 150.714l0.404 0.308c-89.195 36.139-157.129 108.786-186.131 198.899l-0.629 2.261h-14.68v-640h640v640z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31930,\"id\":50,\"name\":\"user-square-duotone\",\"prevSize\":16,\"code\":62041,\"codes\":[62041,62042]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1197},{\"icon\":{\"paths\":[\"M672 576c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM256 224c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM768 224c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0z\",\"M979.2 601.6c-5.281 3.996-11.96 6.4-19.2 6.4-10.433 0-19.7-4.993-25.542-12.72l-0.058-0.080c-38.034-50.728-98.025-83.202-165.599-83.202-0.282 0-0.563 0.001-0.844 0.002l0.044-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c53.016-0.005 95.992-42.984 95.992-96 0-53.019-42.981-96-96-96-44.491 0-81.912 30.265-92.801 71.33l-0.151 0.67c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c18.411-69.541 80.772-119.965 154.91-119.965 88.366 0 160 71.634 160 160 0 46.659-19.972 88.653-51.834 117.9l-0.117 0.106c44.479 19.568 81.438 49.147 109.22 86.027l0.5 0.693c3.981 5.275 6.376 11.942 6.376 19.168 0 10.475-5.033 19.775-12.813 25.612l-0.083 0.059zM763.68 848c2.964 4.761 4.721 10.54 4.721 16.73 0 17.673-14.327 32-32 32-12.076 0-22.59-6.689-28.038-16.565l-0.083-0.165c-40.408-67.521-113.157-112.025-196.3-112.025s-155.892 44.503-195.725 110.988l-0.575 1.036c-5.462 10.283-16.104 17.167-28.355 17.167-17.673 0-32-14.327-32-32 0-6.371 1.862-12.307 5.071-17.294l-0.076 0.127c31.314-53.139 77.634-94.536 133.113-118.955l1.847-0.725c-45.961-35.44-75.28-90.52-75.28-152.448 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.928-29.319 117.008-74.833 152.117l-0.447 0.331c57.326 25.144 103.646 66.541 134.227 118.337l0.733 1.343zM512 704c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM288 480c0-17.673-14.327-32-32-32v0c-53.016-0.005-95.992-42.984-95.992-96 0-53.019 42.981-96 96-96 44.491 0 81.912 30.265 92.801 71.33l0.151 0.67c3.68 13.92 16.161 24.016 31 24.016 17.682 0 32.016-14.334 32.016-32.016 0-2.843-0.371-5.599-1.066-8.223l0.050 0.223c-18.411-69.541-80.772-119.965-154.91-119.965-88.366 0-160 71.634-160 160 0 46.659 19.972 88.653 51.834 117.9l0.117 0.106c-44.432 19.585-81.348 49.16-109.099 86.025l-0.501 0.695c-4.003 5.286-6.412 11.972-6.412 19.22 0 17.68 14.332 32.012 32.012 32.012 10.431 0 19.697-4.989 25.542-12.712l0.058-0.080c38.034-50.728 98.025-83.202 165.599-83.202 0.282 0 0.563 0.001 0.844 0.002l-0.044-0c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"users-three-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31931,\"id\":49,\"name\":\"users-three-duotone\",\"prevSize\":16,\"code\":62043,\"codes\":[62043,62044]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1198},{\"icon\":{\"paths\":[\"M896 512c0 0.121 0 0.265 0 0.409 0 113.045-48.97 214.652-126.854 284.765l-0.346 0.306c-48.645-94.196-145.295-157.48-256.727-157.48-0.026 0-0.052 0-0.077 0l0.004-0c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0c-0.022-0-0.048-0-0.073-0-111.431 0-208.081 63.284-255.971 155.873l-0.756 1.607c-78.238-70.581-127.2-172.322-127.2-285.499 0-212.077 171.923-384 384-384s384 171.923 384 384c0 0.007-0 0.014-0 0.021l0-0.001z\",\"M1014.64 534.64l-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-18.76c0-0.052 0-0.113 0-0.173 0-194.404-157.596-352-352-352-117.403 0-221.382 57.477-285.332 145.827l-0.708 1.027c-5.882 8.116-15.331 13.335-26 13.335-17.681 0-32.015-14.333-32.015-32.015 0-7.013 2.255-13.499 6.079-18.773l-0.064 0.093c76.415-105.621 199.295-173.544 338.040-173.544 229.75 0 416 186.25 416 416 0 0.079-0 0.157-0 0.236l0-0.012v18.76l41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM849.92 754.64c-76.423 105.525-199.248 173.377-337.92 173.377-229.75 0-416-186.25-416-416 0-0.006 0-0.012 0-0.018l-0 0.001v-18.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 96 96c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-0-0-41.36-41.4v18.76c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c35.665-51.212 84.712-90.849 142.109-114.232l2.131-0.768c-44.751-35.474-73.2-89.831-73.2-150.833 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.002-28.449 115.359-72.802 150.528l-0.398 0.304c59.58 24.155 108.661 63.838 143.633 114.078l0.687 1.042c7.618-8.521 15.108-17.788 22.13-27.418l0.71-1.022c5.882-8.116 15.331-13.335 26-13.335 17.681 0 32.015 14.333 32.015 32.015 0 7.013-2.255 13.499-6.079 18.773l0.064-0.093zM512 608c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 864c81.631-0.11 156.744-27.926 216.462-74.548l-0.782 0.588c-46.211-71.465-125.5-118.094-215.68-118.094s-169.469 46.629-215.073 117.092l-0.607 1.002c58.754 46.118 133.763 73.96 215.275 73.96 0.142 0 0.285-0 0.427-0l-0.022 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"user-switch-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31932,\"id\":48,\"name\":\"user-switch-duotone\",\"prevSize\":16,\"code\":62045,\"codes\":[62045,62046]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1199},{\"icon\":{\"paths\":[\"M992 480v256c0 17.673-14.327 32-32 32v0h-96c0-53.019-42.981-96-96-96s-96 42.981-96 96v0h-256c0-53.019-42.981-96-96-96s-96 42.981-96 96v0h-96c-17.673 0-32-14.327-32-32v0-256z\",\"M1016.28 459.16l-182.16-212.24c-11.82-14.052-29.412-22.92-49.076-22.92-0.001 0-0.003 0-0.004 0l-657.040-0c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h200c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-256c-0.001-7.98-2.923-15.277-7.755-20.881l0.035 0.041zM922.36 448h-218.36v-160h81.040zM416 448v-160h224v160zM352 288v160h-224v-160zM320 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM768 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM892 736c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-200c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-68v-224h832v224z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"van-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31933,\"id\":47,\"name\":\"van-duotone\",\"prevSize\":16,\"code\":62047,\"codes\":[62047,62048]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1200},{\"icon\":{\"paths\":[\"M864 192h-704c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0zM608 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h448v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c35.346 0 64-28.654 64-64v0-544c0-35.346-28.654-64-64-64v0zM864 768h-704v-544h704v256h-66.72c-15.87-91.389-94.58-160-189.315-160-106.039 0-192 85.961-192 192s85.961 192 192 192c94.735 0 173.445-68.611 189.149-158.853l0.165-1.147h66.72v224zM663.36 480c-11.272-19.265-31.861-32-55.426-32-35.346 0-64 28.654-64 64s28.654 64 64 64c23.564 0 44.154-12.735 55.262-31.698l0.164-0.302h68.64c-14.719 55.647-64.615 96-123.935 96-70.692 0-128-57.308-128-128s57.308-128 128-128c59.321 0 109.217 40.353 123.734 95.107l0.201 0.893z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"vault-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31934,\"id\":46,\"name\":\"vault-duotone\",\"prevSize\":16,\"code\":62049,\"codes\":[62049,62050]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1201},{\"icon\":{\"paths\":[\"M704 224v576c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0z\",\"M640 128h-256c-53.019 0-96 42.981-96 96v0 576c0 53.019 42.981 96 96 96v0h256c53.019 0 96-42.981 96-96v0-576c0-53.019-42.981-96-96-96v0zM672 800c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM864 352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM224 352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM96 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"vibrate-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31935,\"id\":45,\"name\":\"vibrate-duotone\",\"prevSize\":16,\"code\":62051,\"codes\":[62051,62052]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1202},{\"icon\":{\"paths\":[\"M800 288v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M1007.080 292c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-142.24 94.64v-100.2c0-35.346-28.654-64-64-64v0h-640c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-100l142.24 94.84c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM768 736h-640v-448h640v448zM960 644.2l-128-85.32v-93.76l128-85.12z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"video-camera-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31936,\"id\":44,\"name\":\"video-camera-duotone\",\"prevSize\":16,\"code\":62053,\"codes\":[62053,62054]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1203},{\"icon\":{\"paths\":[\"M800 288v448c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M1007.080 292c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-142.24 94.64v-100.2c0-35.346-28.654-64-64-64v0h-315.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h315.76v350.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-2.52l142.24 94.84c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM960 644.2l-128-85.32v-93.76l128-85.12zM215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.6 42.48h-78.92c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h602.56l77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM128 736v-448h137.12l407.28 448z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"video-camera-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31937,\"id\":43,\"name\":\"video-camera-slash-duotone\",\"prevSize\":16,\"code\":62055,\"codes\":[62055,62056]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1204},{\"icon\":{\"paths\":[\"M864 192h-704c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0zM448 576v-256l192 128z\",\"M657.76 421.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 516.2v-136.2l102.32 68zM864 160h-704c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM864 672h-704v-448h704v448zM928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"video-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31938,\"id\":42,\"name\":\"video-duotone\",\"prevSize\":16,\"code\":62057,\"codes\":[62057,62058]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1205},{\"icon\":{\"paths\":[\"M864 192h-704c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM512 704c-141.4 0-256-85.96-256-192s114.6-192 256-192 256 85.96 256 192-114.6 192-256 192z\",\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM712.2 350.64c-53.84-40.4-124.96-62.64-200.2-62.64s-146.36 22.24-200 62.64c-56.84 42.44-88 99.76-88 161.36s31.16 118.92 88 161.36c53.64 40.4 124.76 62.64 200 62.64s146.36-22.24 200.2-62.64c56.64-42.44 87.8-99.76 87.8-161.36s-31.16-118.92-87.8-161.36zM512 672c-123.52 0-224-71.76-224-160s100.48-160 224-160 224 71.76 224 160-100.48 160-224 160z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"vignette-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31939,\"id\":41,\"name\":\"vignette-duotone\",\"prevSize\":16,\"code\":62059,\"codes\":[62059,62060]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1206},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c0-212.077-171.923-384-384-384v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 288c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.182-158.985 129.015-287.818 287.983-288l0.017-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 512c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c123.657-0.137 223.863-100.343 224-223.987l0-0.013c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 512c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0zM448 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"vinyl-record-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31940,\"id\":40,\"name\":\"vinyl-record-duotone\",\"prevSize\":16,\"code\":62061,\"codes\":[62061,62062]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1207},{\"icon\":{\"paths\":[\"M992 512v0c0 159.058-128.942 288-288 288v0h-384c-159.058 0-288-128.942-288-288v0 0c0-159.058 128.942-288 288-288v0h384c159.058 0 288 128.942 288 288v0z\",\"M493.64 396l-104 256c-4.892 11.794-16.315 19.939-29.64 19.939s-24.748-8.144-29.562-19.727l-0.078-0.212-104-256c-1.778-3.857-2.815-8.369-2.815-13.124 0-17.673 14.327-32 32-32 13.771 0 25.511 8.699 30.023 20.902l0.072 0.222 74.36 182.96 74.36-182.96c4.584-12.425 16.324-21.124 30.095-21.124 17.673 0 32 14.327 32 32 0 4.755-1.037 9.267-2.897 13.323l0.082-0.199zM1024 512c-0.205 176.648-143.351 319.795-319.98 320l-384.020 0c-176.731 0-320-143.269-320-320s143.269-320 320-320v0h384c176.648 0.205 319.795 143.351 320 319.98l0 0.020zM960 512c-0.159-141.321-114.679-255.841-255.985-256l-384.015-0c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h384c141.321-0.159 255.841-114.679 256-255.985l0-0.015zM723.36 553.4l40.64 70.6c2.651 4.561 4.216 10.038 4.216 15.88 0 17.682-14.334 32.016-32.016 32.016-11.84 0-22.178-6.427-27.718-15.982l-0.082-0.154-45.76-80c-2.12 0-4.28 0.2-6.44 0.2h-48.2v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-255.96c0-17.673 14.327-32 32-32v0h80c61.81 0.060 111.894 50.181 111.894 112 0 36.399-17.363 68.742-44.259 89.199l-0.276 0.201zM608 512h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"virtual-reality-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31941,\"id\":39,\"name\":\"virtual-reality-duotone\",\"prevSize\":16,\"code\":62063,\"codes\":[62063,62064]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1208},{\"icon\":{\"paths\":[\"M512 160c-194.404 0-352 157.596-352 352s157.596 352 352 352c194.404 0 352-157.596 352-352v0c0-194.404-157.596-352-352-352v0zM432 512c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\",\"M544 432c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 61.856 50.144 112 112 112v0c61.856 0 112-50.144 112-112v0zM432 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM704 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM576 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM960 480h-65.36c-7.076-83.094-39.751-157.439-90.003-216.332l0.443 0.532 49.56-49.56c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v-0l-49.36 49.56c-58.412-49.846-132.834-82.528-214.593-89.464l-1.407-0.096v-65.36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 65.36c-83.094 7.076-157.439 39.751-216.332 90.003l0.532-0.443-49.56-49.56c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l49.56 49.56c-49.846 58.412-82.528 132.834-89.464 214.593l-0.096 1.407h-65.36c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h65.36c7.076 83.094 39.751 157.439 90.003 216.332l-0.443-0.532-49.56 49.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 49.56-49.56c58.412 49.846 132.834 82.528 214.593 89.464l1.407 0.096v65.36c0 17.673 14.327 32 32 32s32-14.327 32-32v0-65.36c83.094-7.076 157.439-39.751 216.332-90.003l-0.532 0.443 49.56 49.56c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-49.76-49.36c49.846-58.412 82.528-132.834 89.464-214.593l0.096-1.407h65.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 832c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"virus-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31942,\"id\":38,\"name\":\"virus-duotone\",\"prevSize\":16,\"code\":62065,\"codes\":[62065,62066]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1209},{\"icon\":{\"paths\":[\"M416 512c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c106.039 0 192 85.961 192 192v0zM800 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c0-106.039-85.961-192-192-192v0z\",\"M800 288c-123.623 0.118-223.793 100.361-223.793 224 0 62.66 25.728 119.31 67.196 159.964l0.037 0.036h-262.88c41.505-40.69 67.233-97.34 67.233-160 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 123.712 100.288 224 224 224 0.073 0 0.146-0 0.219-0l575.989 0c123.712 0 224-100.288 224-224s-100.288-224-224-224v0zM64 512c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160v0c-88.366 0-160-71.634-160-160v0zM800 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"voicemail-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31943,\"id\":37,\"name\":\"voicemail-duotone\",\"prevSize\":16,\"code\":62067,\"codes\":[62067,62068]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1210},{\"icon\":{\"paths\":[\"M865 663.2c-60.224 138.080-195.545 232.847-352.999 232.847-70.693 0-136.924-19.103-193.813-52.428l1.812 0.981c-45.793-26.675-84.189-60.886-114.739-101.351l-0.701-0.969c-1.289-11.809-2.024-25.505-2.024-39.373 0-152.246 88.6-283.798 217.052-345.908l2.292-0.999-101.88-176.56c42.109-24.829 91.62-42.116 144.469-48.614l1.851-0.186c135.003 61.49 227.161 195.238 227.161 350.51 0 10.858-0.451 21.611-1.334 32.241l0.093-1.391h-180.24l-90.12 156c60.934 42.529 136.551 67.953 218.106 67.953 84.529 0 162.679-27.312 226.106-73.593l-1.092 0.76z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM838.96 642.32c-55.667 38.602-124.652 61.667-199.024 61.667-64.37 0-124.704-17.278-176.618-47.449l1.682 0.902 65.48-113.44h332c-3.319 36.202-11.659 69.548-24.361 100.648l0.841-2.328zM364.48 192.44c28.109-13.369 60.723-23.444 94.957-28.564l1.923-0.236c118.931 57.896 199.54 177.66 200 316.298l0 0.062h-130.88zM862.52 480h-137.040c-0.434-124.688-55.562-236.415-142.631-312.502l-0.489-0.418c151.111 31.885 265.293 157.181 280.050 311.495l0.11 1.425zM309.080 224.52l68.48 118.6c-102.097 60.148-175.369 159.949-198.994 277.697l-0.446 2.663c-11.485-33.252-18.118-71.573-18.118-111.442 0-118.332 58.423-223.019 147.998-286.789l1.079-0.73zM235.6 729.72c-0.656-8.054-1.030-17.436-1.030-26.905 0-129.192 69.599-242.129 173.349-303.359l1.641-0.896 65.48 113.44-165.96 287.48c-28.097-20.044-52.293-43.057-72.921-69.031l-0.559-0.729zM512 864c-0.107 0-0.234 0-0.361 0-53.401 0-104.008-11.959-149.29-33.345l2.131 0.905 68.52-118.68c59.491 34.66 130.947 55.121 207.181 55.121 48.314 0 94.709-8.218 137.862-23.333l-2.923 0.892c-64.655 72.798-158.502 118.44-263.009 118.44-0.039 0-0.078-0-0.118-0l0.007 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"volleyball-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31944,\"id\":36,\"name\":\"volleyball-duotone\",\"prevSize\":16,\"code\":62069,\"codes\":[62069,62070]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1211},{\"icon\":{\"paths\":[\"M512 416h-384v-192h384zM704 416v192h-192v192h384v-384z\",\"M896 192h-768c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h768c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM352 576v-128h320v128zM160 576v-128h128v128zM736 448h128v128h-128zM864 384h-320v-128h320zM480 256v128h-320v-128zM160 640h320v128h-320zM544 768v-128h320v128z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wall-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31945,\"id\":35,\"name\":\"wall-duotone\",\"prevSize\":16,\"code\":62071,\"codes\":[62071,62072]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1212},{\"icon\":{\"paths\":[\"M896 352v448c0 17.673-14.327 32-32 32v0h-640c-35.346 0-64-28.654-64-64v0-512c0 35.346 28.654 64 64 64v0h640c17.673 0 32 14.327 32 32v0z\",\"M864 288h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c-53.019 0-96 42.981-96 96v0 512c0 53.019 42.981 96 96 96v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM864 800h-640c-17.673 0-32-14.327-32-32v0-421.48c9.486 3.472 20.439 5.48 31.861 5.48 0.049 0 0.098-0 0.146-0l-0.008 0h640zM672 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wallet-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31946,\"id\":34,\"name\":\"wallet-duotone\",\"prevSize\":16,\"code\":62073,\"codes\":[62073,62074]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1213},{\"icon\":{\"paths\":[\"M736 512v256h-448v-256z\",\"M960 736h-32v-504.4l38.68-8.32c14.957-2.88 26.101-15.864 26.101-31.452 0-17.673-14.327-32-32-32-2.662 0-5.249 0.325-7.721 0.938l0.22-0.046-896 192c-14.538 3.218-25.25 15.998-25.25 31.28 0 17.663 14.31 31.983 31.969 32l0.002 0c2.397-0.004 4.73-0.266 6.976-0.76l-0.216 0.040 25.24-5.4v326.12h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 396l704-150.68v490.68h-96v-224c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 224h-96zM704 608h-384v-64h384zM320 672h384v64h-384z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"warehouse-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31947,\"id\":33,\"name\":\"warehouse-duotone\",\"prevSize\":16,\"code\":62075,\"codes\":[62075,62076]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1214},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM480 544v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM560 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"warning-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31948,\"id\":32,\"name\":\"warning-circle-duotone\",\"prevSize\":16,\"code\":62077,\"codes\":[62077,62078]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1215},{\"icon\":{\"paths\":[\"M918.68 534.48l-384 384c-5.75 5.761-13.699 9.325-22.48 9.325s-16.73-3.564-22.48-9.324l-0-0-384-384c-5.761-5.75-9.325-13.699-9.325-22.48s3.564-16.73 9.324-22.48l0-0 384.2-384c5.75-5.761 13.699-9.325 22.48-9.325s16.73 3.564 22.48 9.324l0 0 384 384.2c5.642 5.729 9.125 13.597 9.125 22.279 0 8.782-3.564 16.731-9.325 22.48l-0.001 0z\",\"M512 288c17.673 0 32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0zM464 688c0 26.51 21.49 48 48 48s48-21.49 48-48c0-26.51-21.49-48-48-48v0c-26.51 0-48 21.49-48 48v0zM960 512c0 0.053 0 0.116 0 0.179 0 17.562-7.141 33.457-18.678 44.939l-0.003 0.003-384.2 384.24c-11.568 11.501-27.514 18.611-45.12 18.611s-33.552-7.109-45.123-18.614l0.003 0.003-384-384.24c-11.501-11.568-18.611-27.514-18.611-45.12s7.109-33.552 18.614-45.123l-0.003 0.003 384.2-384.24c11.568-11.501 27.514-18.611 45.12-18.611s33.552 7.109 45.123 18.614l-0.003-0.003 384.2 384.24c11.42 11.464 18.481 27.279 18.481 44.742 0 0.133-0 0.266-0.001 0.398l0-0.021zM896 512l-384-384-384 384 384 384z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"warning-diamond-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31949,\"id\":31,\"name\":\"warning-diamond-duotone\",\"prevSize\":16,\"code\":62079,\"codes\":[62079,62080]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1216},{\"icon\":{\"paths\":[\"M861.84 864h-699.68c-50.48 0-82.16-52.84-57.64-95.64l349.84-607.48c25.2-44 90.080-44 115.28 0l349.84 607.48c24.52 42.8-7.16 95.64-57.64 95.64z\",\"M947.2 752.36l-349.8-607.48c-17.525-29.455-49.194-48.883-85.4-48.883s-67.875 19.428-85.149 48.428l-0.251 0.455-349.8 607.48c-8.072 13.588-12.843 29.957-12.843 47.44s4.771 33.852 13.082 47.875l-0.239-0.435c17.146 29.356 48.5 48.765 84.389 48.765 0.356 0 0.711-0.002 1.066-0.006l-0.054 0h699.6c0.277 0.003 0.604 0.004 0.932 0.004 35.888 0 67.242-19.409 84.139-48.304l0.249-0.461c8.097-13.604 12.883-29.998 12.883-47.508 0-17.455-4.756-33.8-13.042-47.808l0.239 0.437zM891.72 815.2c-6.013 10.125-16.892 16.805-29.331 16.805-0.207 0-0.413-0.002-0.619-0.006l0.031 0h-699.6c-0.175 0.003-0.382 0.005-0.589 0.005-12.439 0-23.318-6.68-29.245-16.649l-0.086-0.157c-2.651-4.416-4.219-9.745-4.219-15.44s1.568-11.024 4.296-15.578l-0.077 0.138 349.8-607.48c6.23-10.239 17.329-16.972 30-16.972s23.77 6.734 29.913 16.818l0.087 0.154 349.8 607.48c2.602 4.384 4.14 9.665 4.14 15.305 0 5.75-1.599 11.127-4.376 15.711l0.076-0.135zM480 576v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"warning-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31950,\"id\":30,\"name\":\"warning-duotone\",\"prevSize\":16,\"code\":62081,\"codes\":[62081,62082]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1217},{\"icon\":{\"paths\":[\"M896 366.2v291.6c0 0.007 0 0.016 0 0.025 0 8.83-3.577 16.825-9.36 22.615l0-0-206.2 206.2c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-291.599 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-206.2-206.2c-5.783-5.79-9.36-13.785-9.36-22.615 0-0.009 0-0.018 0-0.027l-0 0.001v-291.6c-0-0.007-0-0.016-0-0.025 0-8.83 3.577-16.825 9.36-22.615l-0 0 206.2-206.2c5.79-5.783 13.785-9.36 22.615-9.36 0.009 0 0.018 0 0.027 0l291.599-0c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 206.2 206.2c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001z\",\"M480 544v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM928 366.2v291.6c0 0.060 0 0.131 0 0.203 0 17.607-7.173 33.539-18.756 45.033l-0.004 0.004-206.2 206.2c-11.498 11.587-27.43 18.76-45.037 18.76-0.071 0-0.143-0-0.214-0l0.011 0h-291.6c-0.060 0-0.131 0-0.203 0-17.607 0-33.539-7.173-45.033-18.756l-0.004-0.004-206.2-206.2c-11.587-11.498-18.76-27.43-18.76-45.037 0-0.071 0-0.143 0-0.214l-0 0.011v-291.6c-0-0.060-0-0.131-0-0.203 0-17.607 7.173-33.539 18.756-45.033l0.004-0.004 206.2-206.2c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h291.6c0.060-0 0.131-0 0.203-0 17.607 0 33.539 7.173 45.033 18.756l0.004 0.004 206.2 206.2c11.587 11.498 18.76 27.43 18.76 45.037 0 0.071-0 0.143-0 0.214l0-0.011zM864 366.2l-206.2-206.2h-291.6l-206.2 206.2v291.6l206.2 206.2h291.6l206.2-206.2zM512 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"warning-octagon-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31951,\"id\":29,\"name\":\"warning-octagon-duotone\",\"prevSize\":16,\"code\":62083,\"codes\":[62083,62084]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1218},{\"icon\":{\"paths\":[\"M800 512c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c159.058 0 288 128.942 288 288v0z\",\"M832 512c-0.025-105.492-51.131-199.042-129.928-257.265l-0.872-0.615-24.96-137.52c-5.596-30.102-31.65-52.592-62.959-52.6l-202.561-0c-31.31 0.008-57.364 22.498-62.899 52.204l-0.061 0.396-24.96 137.52c-79.692 58.82-130.809 152.381-130.809 257.88s51.117 199.059 129.935 257.264l0.874 0.616 24.96 137.52c5.596 30.102 31.65 52.592 62.959 52.6l202.561 0c31.31-0.008 57.364-22.498 62.899-52.204l0.061-0.396 24.96-137.52c79.669-58.839 130.775-152.389 130.8-257.876l0-0.004zM410.72 128h202.56l15.64 86.2c-34.645-14.048-74.83-22.199-116.92-22.199s-82.275 8.151-119.064 22.962l2.144-0.762zM256 512c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015zM613.28 896h-202.56l-15.64-86.2c34.645 14.048 74.83 22.199 116.92 22.199s82.275-8.151 119.064-22.962l-2.144 0.762zM480 512v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"watch-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31952,\"id\":28,\"name\":\"watch-duotone\",\"prevSize\":16,\"code\":62085,\"codes\":[62085,62086]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1219},{\"icon\":{\"paths\":[\"M832 384v256h-640v-256z\",\"M224 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM352 96c-17.673 0-32 14.327-32 32v0 768c0 17.673 14.327 32 32 32s32-14.327 32-32v0-768c0-17.673-14.327-32-32-32v0zM512 224c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32s32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM672 352c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM832 288c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"waveform-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31953,\"id\":27,\"name\":\"waveform-duotone\",\"prevSize\":16,\"code\":62087,\"codes\":[62087,62088]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1220},{\"icon\":{\"paths\":[\"M512 256v256h-416zM928 512h-416v256z\",\"M944.76 539.24l-416 256c-4.768 2.976-10.558 4.74-16.76 4.74-17.666 0-31.989-14.316-32-31.979l-0-0.001v-454.72l-367.24 225.96c-4.559 2.65-10.033 4.214-15.873 4.214-17.673 0-32-14.327-32-32 0-11.101 5.653-20.882 14.237-26.621l0.116-0.073 416-256c4.768-2.976 10.558-4.74 16.76-4.74 17.666 0 31.989 14.316 32 31.979l0 0.001v454.72l367.24-225.96c4.559-2.65 10.033-4.214 15.873-4.214 17.673 0 32 14.327 32 32 0 11.101-5.653 20.882-14.237 26.621l-0.116 0.073z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wave-sawtooth-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31954,\"id\":26,\"name\":\"wave-sawtooth-duotone\",\"prevSize\":16,\"code\":62089,\"codes\":[62089,62090]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1221},{\"icon\":{\"paths\":[\"M864 288v448s-64 64-192 64-192-128-320-128-192 64-192 64v-448s64-64 192-64 192 128 320 128 192-64 192-64z\",\"M137.32 310.72c-5.822-5.796-9.425-13.817-9.425-22.68s3.603-16.884 9.424-22.679l0.001-0.001c3.080-3 75.080-73.36 214.68-73.36 73.68 0 128.96 36.84 177.76 69.36 45.2 30.16 87.92 58.64 142.24 58.64 1.282 0.020 2.795 0.032 4.311 0.032 44.553 0 86.749-10.087 124.431-28.102l-1.741 0.75c16.255-7.591 30.254-16.778 42.734-27.662l-0.214 0.182c5.782-5.738 13.747-9.284 22.54-9.284 17.675 0 32.004 14.329 32.004 32.004 0 8.882-3.619 16.92-9.462 22.718l-0.002 0.002c-3 3-75 73.36-214.6 73.36-73.68 0-128.96-36.84-177.76-69.36-45.2-30.16-87.92-58.64-142.24-58.64-1.282-0.020-2.795-0.032-4.311-0.032-44.553 0-86.749 10.087-124.431 28.102l1.741-0.75c-16.255 7.591-30.254 16.778-42.734 27.662l0.214-0.182c-5.782 5.739-13.747 9.285-22.54 9.285-8.833 0-16.83-3.579-22.62-9.365l0 0zM841.52 489.2c-12.266 10.702-26.265 19.889-41.423 27.016l-1.097 0.464c-35.941 17.265-78.137 27.352-122.689 27.352-1.516 0-3.029-0.012-4.539-0.035l0.228 0.003c-54.32 0-97.040-28.48-142.24-58.64-48.8-32.52-104.080-69.36-177.76-69.36-139.6 0-211.6 70.36-214.6 73.36-5.845 5.8-9.464 13.838-9.464 22.72 0 17.675 14.329 32.004 32.004 32.004 8.793 0 16.758-3.546 22.542-9.286l-0.002 0.002c12.266-10.702 26.265-19.889 41.423-27.016l1.097-0.464c35.941-17.265 78.137-27.352 122.689-27.352 1.516 0 3.029 0.012 4.539 0.035l-0.228-0.003c54.32 0 97.040 28.48 142.24 58.64 48.8 32.52 104 69.36 177.76 69.36 139.6 0 211.6-70.36 214.6-73.36 5.845-5.8 9.464-13.838 9.464-22.72 0-17.675-14.329-32.004-32.004-32.004-8.793 0-16.758 3.546-22.542 9.286l0.002-0.002zM841.52 713.2c-12.266 10.702-26.265 19.889-41.423 27.016l-1.097 0.464c-35.941 17.265-78.137 27.352-122.689 27.352-1.516 0-3.029-0.012-4.539-0.035l0.228 0.003c-54.32 0-97.040-28.48-142.24-58.64-48.8-32.52-104.080-69.36-177.76-69.36-139.6 0-211.6 70.36-214.6 73.36-5.845 5.8-9.464 13.838-9.464 22.72 0 17.675 14.329 32.004 32.004 32.004 8.793 0 16.758-3.546 22.542-9.286l-0.002 0.002c12.266-10.702 26.265-19.889 41.423-27.016l1.097-0.464c35.941-17.265 78.137-27.352 122.689-27.352 1.516 0 3.029 0.012 4.539 0.035l-0.228-0.003c54.32 0 97.040 28.48 142.24 58.64 48.8 32.52 104 69.36 177.76 69.36 139.6 0 211.6-70.36 214.6-73.36 5.845-5.8 9.464-13.838 9.464-22.72 0-17.675-14.329-32.004-32.004-32.004-8.793 0-16.758 3.546-22.542 9.286l0.002-0.002z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"waves-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31955,\"id\":25,\"name\":\"waves-duotone\",\"prevSize\":16,\"code\":62091,\"codes\":[62091,62092]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1222},{\"icon\":{\"paths\":[\"M928 512c-208 443.4-312 221.72-416 0zM96 512h416c-104-221.72-208-443.4-416 0z\",\"M956.96 525.6c-88 187.2-165.6 274.4-244.8 274.4-100.4 0-162.92-133.28-229.12-274.4-52.24-111.36-111.44-237.6-171.040-237.6-65.6 0-145.24 148.84-186.88 237.6-5.34 10.665-16.183 17.858-28.706 17.858-17.673 0-32-14.327-32-32 0-4.729 1.026-9.219 2.867-13.258l-0.082 0.2c87.64-187.2 165.44-274.4 244.8-274.4 100.4 0 162.92 133.28 229.12 274.4 52.080 111.36 111.28 237.6 170.88 237.6 65.6 0 145.24-148.84 186.88-237.6 5.34-10.665 16.183-17.858 28.706-17.858 17.673 0 32 14.327 32 32 0 4.729-1.026 9.219-2.867 13.258l0.082-0.2z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wave-sine-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31956,\"id\":24,\"name\":\"wave-sine-duotone\",\"prevSize\":16,\"code\":62093,\"codes\":[62093,62094]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1223},{\"icon\":{\"paths\":[\"M512 288v224h-416v-224zM512 512v224h416v-224z\",\"M960 512v224c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-416h-352v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 416h352v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wave-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31957,\"id\":23,\"name\":\"wave-square-duotone\",\"prevSize\":16,\"code\":62095,\"codes\":[62095,62096]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1224},{\"icon\":{\"paths\":[\"M304 224l208 288h-416zM928 512h-416l208 288z\",\"M953.92 530.72l-208 288c-5.878 8.122-15.329 13.345-26 13.345s-20.122-5.223-25.936-13.252l-0.064-0.093-389.92-540.080-182.040 252c-5.887 8.107-15.335 13.318-26 13.318-17.694 0-32.038-14.344-32.038-32.038 0-7.029 2.264-13.53 6.102-18.812l-0.064 0.092 208-288c5.878-8.122 15.329-13.345 26-13.345s20.122 5.223 25.936 13.252l0.064 0.093 390.040 540 182.040-252c5.887-8.107 15.335-13.318 26-13.318 17.694 0 32.038 14.344 32.038 32.038 0 7.029-2.264 13.53-6.102 18.812l0.064-0.092z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wave-triangle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31958,\"id\":22,\"name\":\"wave-triangle-duotone\",\"prevSize\":16,\"code\":62097,\"codes\":[62097,62098]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1225},{\"icon\":{\"paths\":[\"M512 128c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c0-159.058-128.942-288-288-288v0zM512 544c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\",\"M672 416c0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160v0c88.366 0 160-71.634 160-160v0zM416 416c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM896 800h-352v-65.6c162.421-16.804 288-152.935 288-318.396 0-176.731-143.269-320-320-320s-320 143.269-320 320c0 165.461 125.58 301.592 286.627 318.281l1.373 0.115v65.6h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM256 416c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"webcam-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31959,\"id\":21,\"name\":\"webcam-duotone\",\"prevSize\":16,\"code\":62099,\"codes\":[62099,62100]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1226},{\"icon\":{\"paths\":[\"M512 128c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c0-159.058-128.942-288-288-288v0zM512 544c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\",\"M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.24 46.088-43.334 101.564-43.334 160.799 0 165.481 125.609 301.624 286.684 318.287l1.371 0.115v65.6h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h660.76l19.56 21.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM256 416c-0-0.111-0-0.242-0-0.373 0-40.034 9.24-77.911 25.704-111.612l-0.664 1.505 73.68 81.040c-1.738 8.852-2.732 19.030-2.732 29.44 0 88.366 71.634 160 160 160 0.004 0 0.008-0 0.013-0l-0.001 0c4.8 0 9.56-0.24 14.32-0.68l73.68 81.12c-26.167 9.88-56.415 15.6-88 15.6-141.385 0-256-114.615-256-256 0-0.014 0-0.028 0-0.042l-0 0.002zM544 800v-65.64c37.623-3.847 72.085-13.64 103.719-28.465l-1.959 0.825 84.8 93.28zM342.080 181.24c-2.632-4.547-4.185-10.003-4.185-15.821 0-11.857 6.449-22.208 16.030-27.736l0.155-0.082c45.416-26.242 99.899-41.726 157.998-41.726 176.731 0 320 143.269 320 320 0 68.807-21.716 132.541-58.669 184.724l0.671-0.998c-5.864 8.283-15.408 13.624-26.2 13.624-17.675 0-32.004-14.329-32.004-32.004 0-6.884 2.173-13.26 5.871-18.48l-0.067 0.1c29.026-40.948 46.399-91.935 46.399-146.981 0-141.385-114.615-256-256-256-46.479 0-90.066 12.387-127.638 34.039l1.239-0.659c-4.539 2.621-9.985 4.168-15.791 4.168-11.85 0-22.196-6.441-27.727-16.013l-0.082-0.154zM603.32 445.72c2.991-8.875 4.716-19.096 4.716-29.72 0-53.019-42.981-96-96-96-0.013 0-0.026 0-0.038 0l0.002-0c-0.026-0-0.057-0-0.087-0-7.397 0-14.6 0.831-21.521 2.404l0.648-0.124c-2.809 0.894-6.041 1.409-9.392 1.409-17.673 0-32-14.327-32-32 0-16.104 11.896-29.43 27.38-31.669l0.172-0.020c10.394-2.405 22.329-3.783 34.586-3.783 88.366 0 160 71.634 160 160 0 17.621-2.849 34.577-8.11 50.433l0.325-1.13c-4.52 12.546-16.32 21.355-30.178 21.355-17.673 0-32-14.327-32-32 0-3.264 0.489-6.415 1.397-9.382l-0.060 0.227z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"webcam-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31960,\"id\":20,\"name\":\"webcam-slash-duotone\",\"prevSize\":16,\"code\":62101,\"codes\":[62101,62102]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1227},{\"icon\":{\"paths\":[\"M512 448c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0zM768 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM256 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0z\",\"M712.64 736h-267.36c-15.866 91.393-94.578 160.008-189.316 160.008-106.039 0-192-85.961-192-192 0-43.461 14.44-83.55 38.785-115.73l-0.349 0.482c5.903-7.803 15.169-12.792 25.6-12.792 17.68 0 32.012 14.332 32.012 32.012 0 7.248-2.409 13.934-6.47 19.3l0.058-0.080c-15.979 20.983-25.601 47.561-25.601 76.386 0 0.145 0 0.291 0.001 0.436l-0-0.023c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32v0h296.64c11.272-19.265 31.861-32 55.426-32 35.346 0 64 28.654 64 64s-28.654 64-64 64c-23.564 0-44.154-12.735-55.262-31.698l-0.164-0.302zM256 768c0.007 0 0.015 0 0.023 0 35.346 0 64-28.654 64-64 0-11.154-2.853-21.641-7.87-30.772l0.167 0.332 143.080-232.56c2.974-4.767 4.737-10.555 4.737-16.754 0-11.461-6.026-21.515-15.082-27.167l-0.135-0.079c-36.781-22.917-60.897-63.143-60.897-109.001 0-70.692 57.308-128 128-128 52.157 0 97.029 31.196 116.973 75.947l0.324 0.814c5.066 11.403 16.291 19.211 29.34 19.211 17.679 0 32.011-14.332 32.011-32.011 0-4.63-0.983-9.030-2.752-13.004l0.081 0.204c-30.422-68.298-97.704-115.051-175.906-115.051-106.039 0-192 85.961-192 192 0 57.447 25.23 109.001 65.213 144.187l0.213 0.184-127.76 207.52c-0.6 0-1.16 0-1.76 0-35.346 0-64 28.654-64 64s28.654 64 64 64v0zM768 512c-25.945 0.002-50.691 5.13-73.282 14.427l1.282-0.467-127.68-207.56c4.836-8.789 7.681-19.262 7.681-30.4 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.653 63.999 63.999 64l1.76 0 143.12 232.6c5.733 9.175 15.778 15.188 27.228 15.188 6.207 0 12.002-1.767 16.908-4.826l-0.135 0.079c19.101-11.952 42.307-19.040 67.169-19.040 70.692 0 128 57.308 128 128s-57.308 128-128 128c-0.017 0-0.035-0-0.052-0l0.003 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c106.039 0 192-85.961 192-192s-85.961-192-192-192v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"webhooks-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31961,\"id\":19,\"name\":\"webhooks-logo-duotone\",\"prevSize\":16,\"code\":62103,\"codes\":[62103,62104]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1228},{\"icon\":{\"paths\":[\"M927.040 865.36c0.589 1.979 0.927 4.254 0.927 6.607 0 13.255-10.745 24-24 24-2.354 0-4.628-0.339-6.777-0.97l0.17 0.043-119.48-34.12c-39.807 22.11-87.301 35.125-137.835 35.125-159.058 0-288-128.942-288-288s128.942-288 288-288c159.058 0 288 128.942 288 288 0 50.534-13.015 98.027-35.876 139.312l0.75-1.478z\",\"M927.16 749.32c20.729-41.215 32.866-89.82 32.866-141.26 0-163.235-122.223-297.923-280.146-317.542l-1.561-0.158c-50.388-114.591-162.913-193.157-293.787-193.157-176.731 0-320 143.269-320 320 0 50.993 11.927 99.199 33.144 141.983l-0.837-1.866-30.64 107.28c-1.37 4.614-2.159 9.915-2.159 15.4 0 30.914 25.049 55.977 55.957 56l0.002 0c0.046 0 0.1 0 0.154 0 5.418 0 10.652-0.789 15.593-2.259l-0.386 0.099 107.28-30.64c29.951 15.156 64.786 25.93 101.571 30.372l1.509 0.148c50.116 115.233 162.968 194.347 294.298 194.347 51.441 0 100.046-12.138 143.109-33.705l-1.847 0.838 107.28 30.64c4.597 1.36 9.878 2.143 15.343 2.143 30.928 0 56-25.072 56-56 0-5.464-0.783-10.746-2.242-15.739l0.099 0.396zM261.44 640.84c-4.428-2.464-9.713-3.915-15.337-3.915-3.084 0-6.067 0.436-8.889 1.251l0.226-0.056-105.64 30.2 30.2-105.64c0.759-2.596 1.195-5.579 1.195-8.663 0-5.624-1.451-10.909-3.998-15.501l0.083 0.164c-20.323-35.867-32.299-78.775-32.299-124.48 0-141.396 114.624-256.019 256.019-256.019 95.69 0 179.119 52.497 223.056 130.262l0.664 1.277c-161.727 17.633-286.498 153.351-286.72 318.257l-0 0.023c0.015 20.232 1.921 40.009 5.551 59.176l-0.311-1.976c-24.159-5.737-45.43-14.108-65.096-25.020l1.296 0.66zM862.12 754.68l30.2 105.64-105.64-30.2c-2.596-0.759-5.579-1.195-8.663-1.195-5.624 0-10.909 1.451-15.501 3.998l0.164-0.083c-35.34 19.616-77.501 31.162-122.358 31.162-141.274 0-255.8-114.526-255.8-255.8s114.526-255.8 255.8-255.8c141.274 0 255.8 114.526 255.8 255.8 0 44.857-11.546 87.018-31.829 123.671l0.667-1.313c-2.527 4.474-4.017 9.824-4.017 15.522 0 3.061 0.43 6.021 1.232 8.824l-0.055-0.226zM576 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM800 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wechat-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31962,\"id\":18,\"name\":\"wechat-logo-duotone\",\"prevSize\":16,\"code\":62105,\"codes\":[62105,62106]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1229},{\"icon\":{\"paths\":[\"M512 128c-0.014-0-0.031-0-0.048-0-212.077 0-384 171.923-384 384 0 70.806 19.164 137.136 52.588 194.086l-0.98-1.806-49.88 149.56c-1.042 3.021-1.644 6.502-1.644 10.124 0 17.673 14.327 32 32 32 3.622 0 7.103-0.602 10.349-1.71l-0.225 0.067 149.56-49.88c55.124 32.414 121.425 51.56 192.197 51.56 212.077 0 384-171.923 384-384 0-212.048-171.875-383.953-383.912-384l-0.005-0zM608 736c-176.731 0-320-143.269-320-320v0c0-70.692 57.308-128 128-128v0l64 128-49.28 73.88c19.965 46.867 56.533 83.435 102.142 102.922l1.258 0.478 73.88-49.28 128 64c0 70.692-57.308 128-128 128v0z\",\"M750.32 579.36l-128-64c-4.159-2.118-9.071-3.359-14.272-3.359-6.606 0-12.744 2.002-17.842 5.432l0.114-0.073-58.76 39.2c-27.114-15.102-48.898-36.886-63.578-63.177l-0.422-0.823 39.2-58.76c3.357-4.983 5.359-11.122 5.359-17.728 0-5.201-1.241-10.113-3.443-14.455l0.084 0.182-64-128c-5.351-10.633-16.177-17.8-28.677-17.8-0.029 0-0.058 0-0.088 0l0.005-0c-88.366 0-160 71.634-160 160v0c0.228 194.313 157.687 351.772 351.978 352l0.022 0c88.366 0 160-71.634 160-160v0c0-0.007 0-0.015 0-0.023 0-12.453-7.113-23.245-17.498-28.533l-0.182-0.084zM608 704c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c-0-0.008-0-0.017-0-0.027 0-46.352 32.851-85.031 76.54-94.026l0.62-0.107 45.92 92-39.080 58.16c-3.367 4.988-5.374 11.135-5.374 17.75 0 4.435 0.902 8.659 2.533 12.499l-0.079-0.21c23.383 54.6 66 97.217 119.131 120.039l1.469 0.561c3.747 1.666 8.12 2.636 12.718 2.636 6.553 0 12.646-1.97 17.719-5.349l-0.117 0.073 58.48-38.96 92 45.92c-9.149 44.251-47.8 77.041-94.109 77.041-0.13 0-0.261-0-0.391-0.001l0.020 0zM512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.602-2.714-10.141-4.318-16.053-4.318-3.615 0-7.091 0.6-10.332 1.705l0.225-0.067-149.6 49.92 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"whatsapp-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31963,\"id\":17,\"name\":\"whatsapp-logo-duotone\",\"prevSize\":16,\"code\":62107,\"codes\":[62107,62108]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1230},{\"icon\":{\"paths\":[\"M512 192c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M1022.36 757.88c-4.367-12.823-16.305-21.883-30.359-21.883-3.621 0-7.101 0.601-10.347 1.71l0.225-0.067-69.68 23.24-115.6-231.2c-5.37-10.562-16.154-17.673-28.599-17.68l-320.001-0v-96h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224v-36c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v43.24c-129.139 30.266-223.83 144.455-223.83 280.76 0 158.998 128.845 287.903 287.821 288l0.009 0c134.080 0 254.76-90.84 287-216 0.645-2.401 1.016-5.157 1.016-8 0-17.682-14.334-32.016-32.016-32.016-14.839 0-27.32 10.095-30.95 23.792l-0.050 0.223c-24.64 96-121.36 168-225 168-123.679-0.043-223.925-100.315-223.925-224 0-100.864 66.665-186.157 158.338-214.222l1.587-0.418v118.64c0 17.673 14.327 32 32 32v0h332.2l119.16 238.32c5.377 10.553 16.161 17.654 28.604 17.654 3.634 0 7.126-0.606 10.381-1.721l-0.225 0.067 96-32c12.817-4.37 21.871-16.305 21.871-30.355 0-3.607-0.597-7.076-1.697-10.311l0.067 0.225zM352 192c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wheelchair-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31964,\"id\":16,\"name\":\"wheelchair-duotone\",\"prevSize\":16,\"code\":62109,\"codes\":[62109,62110]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1231},{\"icon\":{\"paths\":[\"M800 192c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z\",\"M704 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM704 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM672 672c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM824.76 523.72c4.499 5.47 7.227 12.544 7.227 20.256 0 2.231-0.228 4.409-0.663 6.511l0.036-0.207-64 320c-3.033 14.764-15.917 25.711-31.359 25.72l-0.001 0c-0.013 0-0.029 0-0.045 0-2.221 0-4.389-0.233-6.478-0.676l0.203 0.036c-14.76-3.042-25.7-15.93-25.7-31.374 0-2.218 0.226-4.382 0.655-6.473l-0.035 0.207 56.36-281.72h-248.96c-0.014 0-0.031 0-0.047 0-17.673 0-32-14.327-32-32 0-5.891 1.592-11.41 4.369-16.151l-0.082 0.151 80.24-139.6c-43.030-22.935-94.103-36.404-148.322-36.404-77.609 0-148.773 27.597-204.213 73.513l0.534-0.43c-5.734 5.486-13.526 8.863-22.106 8.863-17.673 0-32-14.327-32-32 0-10.637 5.19-20.061 13.175-25.88l0.091-0.063c65.857-54.656 151.258-87.821 244.405-87.821 77.885 0 150.354 23.187 210.881 63.035l-1.446-0.894c8.805 5.797 14.536 15.636 14.536 26.814 0 5.869-1.58 11.369-4.338 16.098l0.082-0.152-68.48 118.92h232.72c0.002-0 0.004-0 0.007-0 9.95 0 18.84 4.542 24.709 11.665l0.044 0.055z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wheelchair-motion-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31965,\"id\":15,\"name\":\"wheelchair-motion-duotone\",\"prevSize\":16,\"code\":62111,\"codes\":[62111,62112]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1232},{\"icon\":{\"paths\":[\"M952.8 350.76l-416 501.72c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-416.4-501.72c-4.482-5.359-7.204-12.325-7.204-19.927 0-10.151 4.854-19.168 12.366-24.857l0.078-0.057c119.66-91.084 271.206-145.924 435.56-145.924s315.901 54.841 437.338 147.221l-1.778-1.297c7.591 5.746 12.444 14.763 12.444 24.913 0 7.602-2.722 14.567-7.244 19.976l0.040-0.049z\",\"M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM512 832l-415.64-501.040c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wifi-high-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31966,\"id\":14,\"name\":\"wifi-high-duotone\",\"prevSize\":16,\"code\":62113,\"codes\":[62113,62114]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1233},{\"icon\":{\"paths\":[\"M686.72 671.52l-150.12 180.96c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-150.12-180.96c46.908-39.521 108.009-63.537 174.72-63.537s127.812 24.016 175.131 63.874l-0.411-0.337z\",\"M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM512 832l-128.4-154.8c36.372-23.358 80.765-37.236 128.4-37.236s92.028 13.878 129.358 37.81l-0.958-0.575zM681.48 627.68c-47.552-32.39-106.259-51.716-169.48-51.716s-121.928 19.327-170.535 52.394l1.055-0.677-246.16-296.72c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wifi-low-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31967,\"id\":13,\"name\":\"wifi-low-duotone\",\"prevSize\":16,\"code\":62115,\"codes\":[62115,62116]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1234},{\"icon\":{\"paths\":[\"M809.32 523.76l-272.72 328.72c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-272.72-328.72c79.901-67.047 183.855-107.774 297.32-107.774s217.419 40.727 298.038 108.361l-0.718-0.586z\",\"M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM512 832l-251.48-303.2c69.777-50.541 157.090-80.844 251.48-80.844s181.703 30.303 252.74 81.712l-1.26-0.868zM804.48 479.36c-80.878-59.615-182.499-95.411-292.48-95.411s-211.602 35.796-293.848 96.373l1.368-0.962-123.16-148.4c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wifi-medium-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31968,\"id\":12,\"name\":\"wifi-medium-duotone\",\"prevSize\":16,\"code\":62117,\"codes\":[62117,62118]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1235},{\"icon\":{\"paths\":[\"M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM512 832l-415.64-501.040c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":0,\"tags\":[\"wifi-none-duotone\"],\"colorPermutations\":{\"16868681\":[{}]}},\"attrs\":[{}],\"properties\":{\"order\":31969,\"id\":11,\"name\":\"wifi-none-duotone\",\"prevSize\":16,\"code\":62119},\"setIdx\":5,\"setId\":5,\"iconIdx\":1236},{\"icon\":{\"paths\":[\"M952.8 350.76l-416 501.72c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-416.4-501.72c-4.482-5.359-7.204-12.325-7.204-19.927 0-10.151 4.854-19.168 12.366-24.857l0.078-0.057c119.66-91.084 271.206-145.924 435.56-145.924s315.901 54.841 437.338 147.221l-1.778-1.297c7.591 5.746 12.444 14.763 12.444 24.913 0 7.602-2.722 14.567-7.244 19.976l0.040-0.049z\",\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 18.2 20c-49.402 23.877-91.841 50.144-131.222 80.215l1.822-1.335c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 112.4-135.52 134.68 148c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 832l-415.64-501.040c39.185-29.929 83.643-56.598 130.969-78.051l4.311-1.749 398.52 438.4zM977.4 371.2l-197.68 238.32c-5.912 7.097-14.752 11.582-24.64 11.582-17.674 0-32.002-14.328-32.002-32.002 0-7.786 2.781-14.923 7.403-20.472l-0.042 0.052 197.2-237.72c-113.319-86.725-257.033-138.965-412.948-138.965-0.946 0-1.892 0.002-2.838 0.006l0.146-0c-0.132-0-0.289-0-0.445-0-45.657 0-90.295 4.367-133.517 12.707l4.402-0.707c-1.804 0.361-3.878 0.567-6 0.567-17.677 0-32.007-14.33-32.007-32.007 0-15.555 11.096-28.519 25.805-31.407l0.203-0.033c42.346-8.345 91.035-13.12 140.84-13.12 0.253 0 0.506 0 0.759 0l-0.039-0c0.834-0.003 1.821-0.005 2.809-0.005 170.729 0 328.074 57.3 453.854 153.718l-1.783-1.312c13.396 10.274 22.535 25.521 24.65 42.934l0.030 0.306c0.278 2.215 0.437 4.779 0.437 7.38 0 15.339-5.517 29.389-14.675 40.275l0.078-0.095z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wifi-slash-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31970,\"id\":10,\"name\":\"wifi-slash-duotone\",\"prevSize\":16,\"code\":62120,\"codes\":[62120,62121]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1237},{\"icon\":{\"paths\":[\"M897.56 417.36l-360.96 435.12c-5.911 7.070-14.734 11.534-24.6 11.534s-18.689-4.465-24.559-11.484l-0.041-0.050-416.2-501.72c-4.482-5.359-7.204-12.325-7.204-19.927 0-10.151 4.854-19.168 12.366-24.857l0.078-0.057c119.118-91.069 270.146-145.922 433.986-145.922 0.553 0 1.106 0.001 1.659 0.002l-0.085-0c0.199-0 0.433-0 0.668-0 46.516 0 92.013 4.367 136.102 12.714l-4.53-0.713c6.579 1.265 12.278 4.406 16.678 8.838l0.002 0.002 235.080 235.16z\",\"M918.64 393.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.4 73.36zM812.92 519.36c-5.512-4.63-12.686-7.443-20.517-7.443-9.824 0-18.614 4.427-24.484 11.394l-0.040 0.048-255.88 308.64-415.64-501.040c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c20.44 0 41 0.88 61.2 2.68 0.839 0.078 1.814 0.123 2.8 0.123 17.675 0 32.003-14.328 32.003-32.003 0-16.689-12.774-30.394-29.079-31.871l-0.124-0.009c-22.040-1.92-44.52-2.92-66.8-2.92-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 256-308.48c4.563-5.491 7.332-12.613 7.332-20.383 0-9.919-4.513-18.785-11.598-24.654l-0.053-0.043z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wifi-x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31971,\"id\":9,\"name\":\"wifi-x-duotone\",\"prevSize\":16,\"code\":62122,\"codes\":[62122,62123]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1238},{\"icon\":{\"paths\":[\"M480 384c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM832 320c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM608 640c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0z\",\"M736 736c0 70.692-57.308 128-128 128v0c-54.8 0-107.8-35.72-126-84.88-1.138-3.148-1.796-6.782-1.796-10.569 0-17.673 14.327-32 32-32 13.473 0 25.001 8.326 29.719 20.113l0.076 0.216c8.96 24.2 38 43.12 66 43.12 35.346 0 64-28.654 64-64s-28.654-64-64-64v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c70.692 0 128 57.308 128 128v0zM480 416c70.692 0 128-57.308 128-128s-57.308-128-128-128v0c-54.8 0-107.8 35.72-126 84.88-1.138 3.148-1.796 6.782-1.796 10.569 0 17.673 14.327 32 32 32 13.473 0 25.001-8.326 29.719-20.113l0.076-0.216c8.96-24.2 38-43.12 66-43.12 35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM832 288c-54.8 0-107.8 35.72-126 84.88-1.138 3.148-1.796 6.782-1.796 10.569 0 17.673 14.327 32 32 32 13.473 0 25.001-8.326 29.719-20.113l0.076-0.216c8.96-24.2 38-43.12 66-43.12 35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c70.692 0 128-57.308 128-128s-57.308-128-128-128v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wind-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31972,\"id\":8,\"name\":\"wind-duotone\",\"prevSize\":16,\"code\":62124,\"codes\":[62124,62125]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1239},{\"icon\":{\"paths\":[\"M544 576h320v288l-320-58.2zM160 736l256 46.56v-206.56h-256zM544 218.2v229.8h320v-288zM160 448h256v-206.56l-256 46.56z\",\"M864 544h-320c-17.673 0-32 14.327-32 32v0 229.8c-0 0.011-0 0.023-0 0.035 0 15.651 11.236 28.678 26.082 31.454l0.198 0.031 320 58.16c1.685 0.331 3.622 0.52 5.604 0.52 0.041 0 0.082-0 0.123-0l-0.006 0c17.673 0 32-14.327 32-32v0-288c0-17.673-14.327-32-32-32v0zM832 825.64l-256-46.52v-171.12h256zM416 544h-256c-17.673 0-32 14.327-32 32v0 160c0.002 15.649 11.238 28.674 26.082 31.449l0.198 0.031 256 46.56c1.712 0.318 3.689 0.506 5.708 0.52l0.012 0c17.673 0 32-14.327 32-32v0-206.56c0-17.673-14.327-32-32-32v0zM384 744.2l-192-34.92v-101.28h192zM884.52 135.44c-5.511-4.627-12.683-7.437-20.51-7.437-2.025 0-4.007 0.188-5.928 0.548l0.198-0.031-320 58.2c-15.042 2.806-26.278 15.831-26.28 31.48l-0 0v229.8c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-288c0-0.002 0-0.003 0-0.005 0-9.841-4.442-18.644-11.431-24.514l-0.049-0.040zM832 416h-256v-171.12l256-46.52zM436.52 216.88c-5.511-4.627-12.683-7.437-20.51-7.437-2.025 0-4.007 0.188-5.928 0.548l0.198-0.031-256 46.56c-15.042 2.806-26.278 15.831-26.28 31.48l-0 0v160c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-206.56c0-0.002 0-0.003 0-0.005 0-9.841-4.442-18.644-11.431-24.514l-0.049-0.040zM384 416h-192v-101.28l192-34.72z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"windows-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31973,\"id\":7,\"name\":\"windows-logo-duotone\",\"prevSize\":16,\"code\":62126,\"codes\":[62126,62127]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1240},{\"icon\":{\"paths\":[\"M729.92 618c-56.886 53.327-133.618 86.082-218 86.082s-161.114-32.755-218.175-86.244l0.175 0.162c-43.165-40.828-70.030-98.503-70.030-162.453 0-22.758 3.403-44.722 9.727-65.41l-0.416 1.583 6.28-21.24c50.48-21.64 141.32-36.88 272.52 29.52 143.44 72.64 238.68 47.56 285.68 23.36v0c1.502 9.72 2.359 20.932 2.359 32.345 0 63.917-26.906 121.551-70.009 162.192l-0.111 0.103z\",\"M821.32 382.68l-87.080-295.72c-4.031-13.376-16.236-22.952-30.679-22.96l-383.121-0c-14.444 0.008-26.649 9.584-30.621 22.733l-0.059 0.227-87.080 295.72c-6.853 21.922-10.801 47.129-10.801 73.258 0 73.096 30.896 138.975 80.341 185.292l0.14 0.13c54.873 51.548 126.693 85.631 206.253 93.055l1.387 0.105v161.48h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-161.48c80.948-7.523 152.77-41.607 207.824-93.331l-0.184 0.171c49.579-46.459 80.47-112.345 80.47-185.447 0-26.119-3.944-51.318-11.268-75.032l0.478 1.799zM344.36 128h335.28l80.36 272.76c0.36 1.2 0.68 2.4 1 3.6-85.68 30.72-182.16-6.4-234.52-32.92-100.76-51-180.76-57.48-239.76-47.72zM708 594.6c-51.134 47.971-120.126 77.439-196 77.439s-144.866-29.468-196.155-77.583l0.155 0.144c-37.058-34.791-60.143-84.092-60.143-138.784 0-19.638 2.976-38.582 8.502-56.403l-0.36 1.348 1.8-6.080c48-16.24 124.28-20.56 231.72 33.88 44.6 22.6 116.64 51.4 193.72 51.4 0.397 0.002 0.867 0.003 1.337 0.003 26.659 0 52.43-3.799 76.802-10.886l-1.94 0.483c-3.491 49.56-25.616 93.366-59.335 124.943l-0.105 0.097z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wine-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31974,\"id\":6,\"name\":\"wine-duotone\",\"prevSize\":16,\"code\":62128,\"codes\":[62128,62129]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1241},{\"icon\":{\"paths\":[\"M896 384c-0.055 141.343-114.649 255.903-256 255.903-45.416 0-88.070-11.827-125.050-32.568l1.29 0.665-224.24 260c-17.403 17.403-41.444 28.167-68 28.167-53.111 0-96.167-43.055-96.167-96.167 0-26.556 10.764-50.597 28.167-68l-0 0 260-224.24c-20.095-35.703-31.933-78.377-31.933-123.815 0-141.385 114.615-256 256-256 34.574 0 67.546 6.854 97.634 19.277l-1.701-0.622-160 173.4 22.64 105.36 105.36 22.64 173.4-160c11.767 28.301 18.6 61.174 18.6 95.643 0 0.126-0 0.251-0 0.377l0-0.020z\",\"M907.040 276c-4.878-11.826-16.316-19.998-29.664-19.998-8.382 0-16.012 3.223-21.717 8.498l0.021-0.019-161.2 148.76-68.92-14.8-14.8-68.92 148.76-161.2c5.255-5.684 8.478-13.314 8.478-21.696 0-13.347-8.172-24.786-19.785-29.586l-0.213-0.078c-31.956-13.295-69.076-21.017-108-21.017-159.058 0-288 128.942-288 288 0 0.020 0 0.040 0 0.060l-0-0.003c-0 0.112-0 0.244-0 0.376 0 41.729 8.833 81.394 24.731 117.229l-0.731-1.845-240.84 208.24c-0.6 0.48-1.16 1.040-1.72 1.56-23.166 23.166-37.495 55.17-37.495 90.52 0 70.701 57.314 128.015 128.015 128.015 35.35 0 67.354-14.329 90.52-37.495l-0 0c0.52-0.52 1.080-1.12 1.56-1.68l208.2-240.92c34.079 15.348 73.875 24.289 115.76 24.289 159.058 0 288-128.942 288-288 0-0.102-0-0.203-0-0.305l0 0.016c0-0.143 0-0.313 0-0.482 0-38.753-7.701-75.708-21.657-109.417l0.697 1.899zM640 608c-39.745-0.056-77.055-10.429-109.411-28.583l1.131 0.583c-4.462-2.511-9.795-3.99-15.474-3.99-9.652 0-18.305 4.273-24.173 11.031l-0.034 0.039-223.6 258.96c-11.453 10.897-26.984 17.601-44.081 17.601-35.346 0-64-28.654-64-64 0-17.097 6.704-32.628 17.627-44.108l-0.025 0.027 258.76-223.56c6.806-5.901 11.085-14.56 11.085-24.219 0-5.689-1.485-11.032-4.088-15.662l0.083 0.161c-17.6-31.252-27.968-68.608-27.968-108.386 0-123.712 100.288-224 224-224 13.214 0 26.161 1.144 38.748 3.339l-1.34-0.193-124.8 135.24c-5.251 5.683-8.472 13.31-8.472 21.689 0 2.377 0.259 4.694 0.751 6.923l-0.039-0.212 22.64 105.32c2.715 12.316 12.244 21.845 24.348 24.521l0.212 0.039 105.4 22.64c2.017 0.452 4.334 0.712 6.711 0.712 8.379 0 16.006-3.221 21.711-8.491l-0.022 0.020 135.24-124.8c1.968 11.16 3.094 24.008 3.094 37.12 0 123.765-100.267 224.111-224.001 224.24l-0.013 0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"wrench-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31975,\"id\":5,\"name\":\"wrench-duotone\",\"prevSize\":16,\"code\":62130,\"codes\":[62130,62131]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1242},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c212.077 0 384 171.923 384 384v0z\",\"M662.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"x-circle-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31976,\"id\":4,\"name\":\"x-circle-duotone\",\"prevSize\":16,\"code\":62132,\"codes\":[62132,62133]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1243},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M822.64 777.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-265.36-265.4-265.36 265.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 265.4-265.36-265.4-265.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l265.36 265.4 265.36-265.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0-265.4 265.36z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"x-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31977,\"id\":3,\"name\":\"x-duotone\",\"prevSize\":16,\"code\":62134,\"codes\":[62134,62135]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1244},{\"icon\":{\"paths\":[\"M864 192v640c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z\",\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM662.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"x-square-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31978,\"id\":2,\"name\":\"x-square-duotone\",\"prevSize\":16,\"code\":62136,\"codes\":[62136,62137]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1245},{\"icon\":{\"paths\":[\"M896 512c0 212.077-171.923 384-384 384v0c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c106.039 0 192-85.961 192-192s-85.961-192-192-192v0c212.077 0 384 171.923 384 384v0z\",\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM160 512c0.228-194.313 157.687-351.772 351.978-352l0.022-0c88.366 0 160 71.634 160 160s-71.634 160-160 160v0c-0.016-0-0.035-0-0.054-0-123.712 0-224 100.288-224 224 0 34.882 7.973 67.903 22.197 97.337l-0.583-1.337c-90.935-64.514-149.56-169.392-149.56-287.962 0-0.013 0-0.027 0-0.040l-0 0.002zM512 864c-88.366 0-160-71.634-160-160s71.634-160 160-160v0c123.694-0.023 223.959-100.303 223.959-224 0-34.805-7.938-67.756-22.102-97.141l0.583 1.341c90.803 64.527 149.33 169.329 149.33 287.8 0 194.323-157.465 351.869-351.758 352l-0.012 0zM560 704c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM464 320c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"yin-yang-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31979,\"id\":1,\"name\":\"yin-yang-duotone\",\"prevSize\":16,\"code\":62138,\"codes\":[62138,62139]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1246},{\"icon\":{\"paths\":[\"M906.36 286.12c-5.166-20.216-19.445-36.297-38.091-43.846l-0.429-0.154c-133.92-51.52-355.84-50.12-355.84-50.12s-221.92-1.4-356 50.32c-19.075 7.703-33.354 23.784-38.424 43.556l-0.096 0.444c-9.2 35.84-21.48 106.040-21.48 225.68s12.28 189.84 21.64 225.88c5.19 20.104 19.393 36.096 37.932 43.646l0.428 0.154c134.080 51.72 356 50.32 356 50.32s221.92 1.4 356-50.32c19.032-7.665 33.297-23.666 38.422-43.355l0.098-0.445c9.36-36 21.64-106.24 21.64-225.88s-12.44-189.84-21.8-225.88zM448 640v-256l192 128z\",\"M657.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 580.2v-136.2l102.32 68zM937.32 278.080c-7.899-30.195-29.359-54.167-57.313-65.371l-0.647-0.229c-137.12-52.96-355.36-52.48-367.36-52.48s-230.24-0.48-367.36 52.48c-28.601 11.433-50.061 35.405-57.811 64.931l-0.149 0.669c-10.36 39.92-22.68 112.88-22.68 233.92s12.32 194 22.68 233.92c7.888 30.211 29.35 54.199 57.313 65.411l0.647 0.229c131.36 50.68 336.96 52.44 364.72 52.44h5.28c27.76 0 233.48-1.76 364.72-52.44 28.609-11.441 50.072-35.429 57.811-64.972l0.149-0.668c10.36-40 22.68-112.88 22.68-233.92s-12.32-194-22.68-233.92zM875.36 730.080c-2.558 10.058-9.625 18.072-18.867 21.882l-0.213 0.078c-126.6 48.88-341.92 48-344.48 48s-217.48 0.72-344-48c-9.455-3.888-16.522-11.902-19.032-21.738l-0.048-0.222c-9.52-36.52-20.72-103.8-20.72-218.080s11.2-181.56 20.64-217.88c2.512-10.123 9.59-18.201 18.868-22.042l0.212-0.078c126.6-48.72 341.88-48 344.48-48s217.48-0.72 344 48c9.455 3.888 16.522 11.902 19.032 21.738l0.048 0.222c9.52 36.48 20.72 103.76 20.72 218.040s-11.2 181.56-20.64 217.88z\"],\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"isMulticolor\":true,\"isMulticolor2\":true,\"grid\":0,\"tags\":[\"youtube-logo-duotone\"],\"colorPermutations\":{\"16868681\":[{\"f\":1},{\"f\":1}]}},\"attrs\":[{\"fill\":\"rgb(68, 68, 68)\",\"opacity\":0.2},{\"fill\":\"rgb(68, 68, 68)\"}],\"properties\":{\"order\":31980,\"id\":0,\"name\":\"youtube-logo-duotone\",\"prevSize\":16,\"code\":62140,\"codes\":[62140,62141]},\"setIdx\":5,\"setId\":5,\"iconIdx\":1247}],\"height\":1024,\"metadata\":{\"name\":\"Phosphor-Duotone\",\"url\":\"https://phosphoricons.com\",\"designer\":\"Helena Zhang & Tobias Fried\",\"designerURL\":\"https://phosphoricons.com\",\"license\":\"MIT\",\"licenseURL\":\"https://github.com/phosphor-icons/homepage/blob/master/LICENSE\"},\"preferences\":{\"showGlyphs\":true,\"showCodes\":true,\"showQuickUse\":false,\"showQuickUse2\":true,\"showSVGs\":true,\"fontPref\":{\"prefix\":\"ph-duotone.ph-\",\"metadata\":{\"fontFamily\":\"Phosphor-Duotone\",\"majorVersion\":2,\"minorVersion\":0,\"fontURL\":\"https://phosphoricons.com\",\"copyright\":\"2023\",\"designer\":\"Helena Zhang & Tobias Fried\",\"designerURL\":\"https://phosphoricons.com\",\"license\":\"MIT\",\"licenseURL\":\"https://github.com/phosphor-icons/homepage/blob/master/LICENSE\"},\"metrics\":{\"emSize\":1024,\"baseline\":6.25,\"whitespace\":50},\"embed\":false,\"noie8\":true,\"ie7\":false,\"addZero\":true,\"showSelector\":true,\"showMetrics\":false,\"showMetadata\":false,\"showVersion\":true,\"includeMetadata\":true,\"selector\":\"class\",\"classSelector\":\".ph-duotone\",\"postfix\":\"\",\"flutter\":true,\"autoHost\":false},\"imagePref\":{\"prefix\":\"icon-\",\"png\":true,\"useClassSelector\":true,\"color\":0,\"bgColor\":16777215,\"name\":\"icomoon\",\"classSelector\":\".icon\",\"height\":32,\"columns\":16,\"margin\":16},\"historySize\":50,\"gridSize\":16,\"showGrid\":true,\"showLiga\":false,\"quickUsageToken\":{\"Phosphor20\":\"YjY4NWJkN2JlNzBhMTQwNWYzNWI5NzNiMzE4MTFiNzAjMSMxNjc2MjcwNzg1IyMjNDRjODM2MThmYTM1\"}}}"
  },
  {
    "path": "static/phosphor-icons/duotone/style.css",
    "content": "@font-face {\n  font-family: \"Phosphor-Duotone\";\n  src: url(\"./Phosphor-Duotone.woff\") format(\"woff\"),\n    url(\"./Phosphor-Duotone.ttf\") format(\"truetype\"),\n    url(\"./Phosphor-Duotone.svg#Phosphor-Duotone\") format(\"svg\");\n  font-weight: normal;\n  font-style: normal;\n  font-display: block;\n}\n\n.ph-duotone {\n  /* use !important to prevent issues with browser extensions that change fonts */\n  font-family: \"Phosphor-Duotone\" !important;\n  speak: never;\n  font-style: normal;\n  font-weight: normal;\n  font-variant: normal;\n  text-transform: none;\n  line-height: 1;\n\n  /* Better Font Rendering =========== */\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n.ph-duotone.ph-address-book:before {\n  content: \"\\e900\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-address-book:after {\n  content: \"\\e901\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-airplane:before {\n  content: \"\\e902\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-airplane:after {\n  content: \"\\e903\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-airplane-in-flight:before {\n  content: \"\\e904\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-airplane-in-flight:after {\n  content: \"\\e905\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-airplane-landing:before {\n  content: \"\\e906\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-airplane-landing:after {\n  content: \"\\e907\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-airplane-takeoff:before {\n  content: \"\\e908\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-airplane-takeoff:after {\n  content: \"\\e909\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-airplane-tilt:before {\n  content: \"\\e90a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-airplane-tilt:after {\n  content: \"\\e90b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-airplay:before {\n  content: \"\\e90c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-airplay:after {\n  content: \"\\e90d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-air-traffic-control:before {\n  content: \"\\e90e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-air-traffic-control:after {\n  content: \"\\e90f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-alarm:before {\n  content: \"\\e910\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-alarm:after {\n  content: \"\\e911\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-alien:before {\n  content: \"\\e912\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-alien:after {\n  content: \"\\e913\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-bottom:before {\n  content: \"\\e914\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-bottom:after {\n  content: \"\\e915\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-bottom-simple:before {\n  content: \"\\e916\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-bottom-simple:after {\n  content: \"\\e917\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-center-horizontal:before {\n  content: \"\\e918\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-center-horizontal:after {\n  content: \"\\e919\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-center-horizontal-simple:before {\n  content: \"\\e91a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-center-horizontal-simple:after {\n  content: \"\\e91b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-center-vertical:before {\n  content: \"\\e91c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-center-vertical:after {\n  content: \"\\e91d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-center-vertical-simple:before {\n  content: \"\\e91e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-center-vertical-simple:after {\n  content: \"\\e91f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-left:before {\n  content: \"\\e920\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-left:after {\n  content: \"\\e921\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-left-simple:before {\n  content: \"\\e922\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-left-simple:after {\n  content: \"\\e923\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-right:before {\n  content: \"\\e924\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-right:after {\n  content: \"\\e925\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-right-simple:before {\n  content: \"\\e926\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-right-simple:after {\n  content: \"\\e927\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-top:before {\n  content: \"\\e928\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-top:after {\n  content: \"\\e929\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-align-top-simple:before {\n  content: \"\\e92a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-align-top-simple:after {\n  content: \"\\e92b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-amazon-logo:before {\n  content: \"\\e92c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-amazon-logo:after {\n  content: \"\\e92d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-anchor:before {\n  content: \"\\e92e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-anchor:after {\n  content: \"\\e92f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-anchor-simple:before {\n  content: \"\\e930\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-anchor-simple:after {\n  content: \"\\e931\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-android-logo:before {\n  content: \"\\e932\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-android-logo:after {\n  content: \"\\e933\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-angular-logo:before {\n  content: \"\\e934\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-angular-logo:after {\n  content: \"\\e935\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-aperture:before {\n  content: \"\\e936\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-aperture:after {\n  content: \"\\e937\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-apple-logo:before {\n  content: \"\\e938\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-apple-logo:after {\n  content: \"\\e939\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-apple-podcasts-logo:before {\n  content: \"\\e93a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-apple-podcasts-logo:after {\n  content: \"\\e93b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-app-store-logo:before {\n  content: \"\\e93c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-app-store-logo:after {\n  content: \"\\e93d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-app-window:before {\n  content: \"\\e93e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-app-window:after {\n  content: \"\\e93f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-archive-box:before {\n  content: \"\\e940\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-archive-box:after {\n  content: \"\\e941\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-archive:before {\n  content: \"\\e942\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-archive:after {\n  content: \"\\e943\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-archive-tray:before {\n  content: \"\\e944\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-archive-tray:after {\n  content: \"\\e945\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-armchair:before {\n  content: \"\\e946\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-armchair:after {\n  content: \"\\e947\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-arc-left:before {\n  content: \"\\e948\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-arc-left:after {\n  content: \"\\e949\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-arc-right:before {\n  content: \"\\e94a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-arc-right:after {\n  content: \"\\e94b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-double-up-left:before {\n  content: \"\\e94c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-double-up-left:after {\n  content: \"\\e94d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-double-up-right:before {\n  content: \"\\e94e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-double-up-right:after {\n  content: \"\\e94f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-down-left:before {\n  content: \"\\e950\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-down-left:after {\n  content: \"\\e951\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-down-right:before {\n  content: \"\\e952\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-down-right:after {\n  content: \"\\e953\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-left-down:before {\n  content: \"\\e954\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-left-down:after {\n  content: \"\\e955\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-left-up:before {\n  content: \"\\e956\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-left-up:after {\n  content: \"\\e957\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-right-down:before {\n  content: \"\\e958\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-right-down:after {\n  content: \"\\e959\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-right-up:before {\n  content: \"\\e95a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-right-up:after {\n  content: \"\\e95b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-up-left:before {\n  content: \"\\e95c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-up-left:after {\n  content: \"\\e95d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-bend-up-right:before {\n  content: \"\\e95e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-bend-up-right:after {\n  content: \"\\e95f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-circle-down:before {\n  content: \"\\e960\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-circle-down:after {\n  content: \"\\e961\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-circle-down-left:before {\n  content: \"\\e962\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-circle-down-left:after {\n  content: \"\\e963\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-circle-down-right:before {\n  content: \"\\e964\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-circle-down-right:after {\n  content: \"\\e965\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-circle-left:before {\n  content: \"\\e966\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-circle-left:after {\n  content: \"\\e967\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-circle-right:before {\n  content: \"\\e968\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-circle-right:after {\n  content: \"\\e969\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-circle-up:before {\n  content: \"\\e96a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-circle-up:after {\n  content: \"\\e96b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-circle-up-left:before {\n  content: \"\\e96c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-circle-up-left:after {\n  content: \"\\e96d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-circle-up-right:before {\n  content: \"\\e96e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-circle-up-right:after {\n  content: \"\\e96f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-clockwise:before {\n  content: \"\\e970\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-clockwise:after {\n  content: \"\\e971\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-counter-clockwise:before {\n  content: \"\\e972\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-counter-clockwise:after {\n  content: \"\\e973\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-down:before {\n  content: \"\\e974\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-down:after {\n  content: \"\\e975\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-down-left:before {\n  content: \"\\e976\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-down-left:after {\n  content: \"\\e977\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-down-right:before {\n  content: \"\\e978\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-down-right:after {\n  content: \"\\e979\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-down-left:before {\n  content: \"\\e97a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-down-left:after {\n  content: \"\\e97b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-down-right:before {\n  content: \"\\e97c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-down-right:after {\n  content: \"\\e97d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-left-down:before {\n  content: \"\\e97e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-left-down:after {\n  content: \"\\e97f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-left:before {\n  content: \"\\e980\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-left:after {\n  content: \"\\e981\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-left-up:before {\n  content: \"\\e982\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-left-up:after {\n  content: \"\\e983\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-right-down:before {\n  content: \"\\e984\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-right-down:after {\n  content: \"\\e985\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-right:before {\n  content: \"\\e986\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-right:after {\n  content: \"\\e987\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-right-up:before {\n  content: \"\\e988\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-right-up:after {\n  content: \"\\e989\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-up-left:before {\n  content: \"\\e98a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-up-left:after {\n  content: \"\\e98b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-elbow-up-right:before {\n  content: \"\\e98c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-elbow-up-right:after {\n  content: \"\\e98d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-down:before {\n  content: \"\\e98e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-down:after {\n  content: \"\\e98f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-left:before {\n  content: \"\\e990\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-left:after {\n  content: \"\\e991\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-line-down:before {\n  content: \"\\e992\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-line-down:after {\n  content: \"\\e993\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-line-left:before {\n  content: \"\\e994\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-line-left:after {\n  content: \"\\e995\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-line-right:before {\n  content: \"\\e996\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-line-right:after {\n  content: \"\\e997\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-lines-down:before {\n  content: \"\\e998\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-lines-down:after {\n  content: \"\\e999\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-lines-left:before {\n  content: \"\\e99a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-lines-left:after {\n  content: \"\\e99b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-lines-right:before {\n  content: \"\\e99c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-lines-right:after {\n  content: \"\\e99d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-lines-up:before {\n  content: \"\\e99e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-lines-up:after {\n  content: \"\\e99f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-line-up:before {\n  content: \"\\e9a0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-line-up:after {\n  content: \"\\e9a1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-right:before {\n  content: \"\\e9a2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-right:after {\n  content: \"\\e9a3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-fat-up:before {\n  content: \"\\e9a4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-fat-up:after {\n  content: \"\\e9a5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-left:before {\n  content: \"\\e9a6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-left:after {\n  content: \"\\e9a7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-line-down:before {\n  content: \"\\e9a8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-line-down:after {\n  content: \"\\e9a9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-line-down-left:before {\n  content: \"\\e9aa\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-line-down-left:after {\n  content: \"\\e9ab\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-line-down-right:before {\n  content: \"\\e9ac\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-line-down-right:after {\n  content: \"\\e9ad\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-line-left:before {\n  content: \"\\e9ae\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-line-left:after {\n  content: \"\\e9af\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-line-right:before {\n  content: \"\\e9b0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-line-right:after {\n  content: \"\\e9b1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-line-up:before {\n  content: \"\\e9b2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-line-up:after {\n  content: \"\\e9b3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-line-up-left:before {\n  content: \"\\e9b4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-line-up-left:after {\n  content: \"\\e9b5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-line-up-right:before {\n  content: \"\\e9b6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-line-up-right:after {\n  content: \"\\e9b7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-right:before {\n  content: \"\\e9b8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-right:after {\n  content: \"\\e9b9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-clockwise:before {\n  content: \"\\e9ba\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-clockwise:after {\n  content: \"\\e9bb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-counter-clockwise:before {\n  content: \"\\e9bc\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-counter-clockwise:after {\n  content: \"\\e9bd\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-down-up:before {\n  content: \"\\e9be\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-down-up:after {\n  content: \"\\e9bf\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-horizontal:before {\n  content: \"\\e9c0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-horizontal:after {\n  content: \"\\e9c1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-in-cardinal:before {\n  content: \"\\e9c2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-in-cardinal:after {\n  content: \"\\e9c3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-in:before {\n  content: \"\\e9c4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-in:after {\n  content: \"\\e9c5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-in-line-horizontal:before {\n  content: \"\\e9c6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-in-line-horizontal:after {\n  content: \"\\e9c7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-in-line-vertical:before {\n  content: \"\\e9c8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-in-line-vertical:after {\n  content: \"\\e9c9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-in-simple:before {\n  content: \"\\e9ca\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-in-simple:after {\n  content: \"\\e9cb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-left-right:before {\n  content: \"\\e9cc\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-left-right:after {\n  content: \"\\e9cd\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-merge:before {\n  content: \"\\e9ce\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-merge:after {\n  content: \"\\e9cf\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-out-cardinal:before {\n  content: \"\\e9d0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-out-cardinal:after {\n  content: \"\\e9d1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-out:before {\n  content: \"\\e9d2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-out:after {\n  content: \"\\e9d3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-out-line-horizontal:before {\n  content: \"\\e9d4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-out-line-horizontal:after {\n  content: \"\\e9d5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-out-line-vertical:before {\n  content: \"\\e9d6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-out-line-vertical:after {\n  content: \"\\e9d7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-out-simple:before {\n  content: \"\\e9d8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-out-simple:after {\n  content: \"\\e9d9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-down:before {\n  content: \"\\e9da\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-down:after {\n  content: \"\\e9db\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-down-left:before {\n  content: \"\\e9dc\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-down-left:after {\n  content: \"\\e9dd\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-down-right:before {\n  content: \"\\e9de\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-down-right:after {\n  content: \"\\e9df\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-in:before {\n  content: \"\\e9e0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-in:after {\n  content: \"\\e9e1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-left:before {\n  content: \"\\e9e2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-left:after {\n  content: \"\\e9e3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-out:before {\n  content: \"\\e9e4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-out:after {\n  content: \"\\e9e5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-right:before {\n  content: \"\\e9e6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-right:after {\n  content: \"\\e9e7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-up:before {\n  content: \"\\e9e8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-up:after {\n  content: \"\\e9e9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-up-left:before {\n  content: \"\\e9ea\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-up-left:after {\n  content: \"\\e9eb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-square-up-right:before {\n  content: \"\\e9ec\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-square-up-right:after {\n  content: \"\\e9ed\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-split:before {\n  content: \"\\e9ee\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-split:after {\n  content: \"\\e9ef\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrows-vertical:before {\n  content: \"\\e9f0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrows-vertical:after {\n  content: \"\\e9f1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-u-down-left:before {\n  content: \"\\e9f2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-u-down-left:after {\n  content: \"\\e9f3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-u-down-right:before {\n  content: \"\\e9f4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-u-down-right:after {\n  content: \"\\e9f5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-u-left-down:before {\n  content: \"\\e9f6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-u-left-down:after {\n  content: \"\\e9f7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-u-left-up:before {\n  content: \"\\e9f8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-u-left-up:after {\n  content: \"\\e9f9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-up:before {\n  content: \"\\e9fa\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-up:after {\n  content: \"\\e9fb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-up-left:before {\n  content: \"\\e9fc\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-up-left:after {\n  content: \"\\e9fd\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-up-right:before {\n  content: \"\\e9fe\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-up-right:after {\n  content: \"\\e9ff\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-u-right-down:before {\n  content: \"\\ea00\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-u-right-down:after {\n  content: \"\\ea01\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-u-right-up:before {\n  content: \"\\ea02\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-u-right-up:after {\n  content: \"\\ea03\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-u-up-left:before {\n  content: \"\\ea04\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-u-up-left:after {\n  content: \"\\ea05\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-arrow-u-up-right:before {\n  content: \"\\ea06\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-arrow-u-up-right:after {\n  content: \"\\ea07\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-article:before {\n  content: \"\\ea08\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-article:after {\n  content: \"\\ea09\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-article-medium:before {\n  content: \"\\ea0a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-article-medium:after {\n  content: \"\\ea0b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-article-ny-times:before {\n  content: \"\\ea0c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-article-ny-times:after {\n  content: \"\\ea0d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-asterisk:before {\n  content: \"\\ea0e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-asterisk:after {\n  content: \"\\ea0f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-asterisk-simple:before {\n  content: \"\\ea10\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-asterisk-simple:after {\n  content: \"\\ea11\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-at:before {\n  content: \"\\ea12\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-at:after {\n  content: \"\\ea13\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-atom:before {\n  content: \"\\ea14\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-atom:after {\n  content: \"\\ea15\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-baby:before {\n  content: \"\\ea16\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-baby:after {\n  content: \"\\ea17\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-backpack:before {\n  content: \"\\ea18\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-backpack:after {\n  content: \"\\ea19\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-backspace:before {\n  content: \"\\ea1a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-backspace:after {\n  content: \"\\ea1b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bag:before {\n  content: \"\\ea1c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bag:after {\n  content: \"\\ea1d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bag-simple:before {\n  content: \"\\ea1e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bag-simple:after {\n  content: \"\\ea1f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-balloon:before {\n  content: \"\\ea20\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-balloon:after {\n  content: \"\\ea21\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bandaids:before {\n  content: \"\\ea22\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bandaids:after {\n  content: \"\\ea23\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bank:before {\n  content: \"\\ea24\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bank:after {\n  content: \"\\ea25\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-barbell:before {\n  content: \"\\ea26\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-barbell:after {\n  content: \"\\ea27\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-barcode:before {\n  content: \"\\ea28\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-barcode:after {\n  content: \"\\ea29\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-barricade:before {\n  content: \"\\ea2a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-barricade:after {\n  content: \"\\ea2b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-baseball-cap:before {\n  content: \"\\ea2c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-baseball-cap:after {\n  content: \"\\ea2d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-baseball:before {\n  content: \"\\ea2e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-baseball:after {\n  content: \"\\ea2f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-basketball:before {\n  content: \"\\ea30\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-basketball:after {\n  content: \"\\ea31\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-basket:before {\n  content: \"\\ea32\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-basket:after {\n  content: \"\\ea33\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bathtub:before {\n  content: \"\\ea34\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bathtub:after {\n  content: \"\\ea35\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-charging:before {\n  content: \"\\ea36\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-charging:after {\n  content: \"\\ea37\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-charging-vertical:before {\n  content: \"\\ea38\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-charging-vertical:after {\n  content: \"\\ea39\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-empty:before {\n  content: \"\\ea3a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-empty:after {\n  content: \"\\ea3b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-full:before {\n  content: \"\\ea3c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-full:after {\n  content: \"\\ea3d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-high:before {\n  content: \"\\ea3e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-high:after {\n  content: \"\\ea3f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-low:before {\n  content: \"\\ea40\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-low:after {\n  content: \"\\ea41\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-medium:before {\n  content: \"\\ea42\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-medium:after {\n  content: \"\\ea43\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-plus:before {\n  content: \"\\ea44\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-plus:after {\n  content: \"\\ea45\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-plus-vertical:before {\n  content: \"\\ea46\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-plus-vertical:after {\n  content: \"\\ea47\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-vertical-empty:before {\n  content: \"\\ea48\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-vertical-empty:after {\n  content: \"\\ea49\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-vertical-full:before {\n  content: \"\\ea4a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-vertical-full:after {\n  content: \"\\ea4b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-vertical-high:before {\n  content: \"\\ea4c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-vertical-high:after {\n  content: \"\\ea4d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-vertical-low:before {\n  content: \"\\ea4e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-vertical-low:after {\n  content: \"\\ea4f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-vertical-medium:before {\n  content: \"\\ea50\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-vertical-medium:after {\n  content: \"\\ea51\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-warning:before {\n  content: \"\\ea52\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-warning:after {\n  content: \"\\ea53\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-battery-warning-vertical:before {\n  content: \"\\ea54\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-battery-warning-vertical:after {\n  content: \"\\ea55\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bed:before {\n  content: \"\\ea56\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bed:after {\n  content: \"\\ea57\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-beer-bottle:before {\n  content: \"\\ea58\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-beer-bottle:after {\n  content: \"\\ea59\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-beer-stein:before {\n  content: \"\\ea5a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-beer-stein:after {\n  content: \"\\ea5b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-behance-logo:before {\n  content: \"\\ea5c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-behance-logo:after {\n  content: \"\\ea5d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bell:before {\n  content: \"\\ea5e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bell:after {\n  content: \"\\ea5f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bell-ringing:before {\n  content: \"\\ea60\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bell-ringing:after {\n  content: \"\\ea61\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bell-simple:before {\n  content: \"\\ea62\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bell-simple:after {\n  content: \"\\ea63\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bell-simple-ringing:before {\n  content: \"\\ea64\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bell-simple-ringing:after {\n  content: \"\\ea65\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bell-simple-slash:before {\n  content: \"\\ea66\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bell-simple-slash:after {\n  content: \"\\ea67\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bell-simple-z:before {\n  content: \"\\ea68\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bell-simple-z:after {\n  content: \"\\ea69\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bell-slash:before {\n  content: \"\\ea6a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bell-slash:after {\n  content: \"\\ea6b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bell-z:before {\n  content: \"\\ea6c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bell-z:after {\n  content: \"\\ea6d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bezier-curve:before {\n  content: \"\\ea6e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bezier-curve:after {\n  content: \"\\ea6f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bicycle:before {\n  content: \"\\ea70\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bicycle:after {\n  content: \"\\ea71\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-binoculars:before {\n  content: \"\\ea72\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-binoculars:after {\n  content: \"\\ea73\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bird:before {\n  content: \"\\ea74\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bird:after {\n  content: \"\\ea75\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bluetooth-connected:before {\n  content: \"\\ea76\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bluetooth-connected:after {\n  content: \"\\ea77\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bluetooth:before {\n  content: \"\\ea78\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bluetooth:after {\n  content: \"\\ea79\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bluetooth-slash:before {\n  content: \"\\ea7a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bluetooth-slash:after {\n  content: \"\\ea7b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bluetooth-x:before {\n  content: \"\\ea7c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bluetooth-x:after {\n  content: \"\\ea7d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-boat:before {\n  content: \"\\ea7e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-boat:after {\n  content: \"\\ea7f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bone:before {\n  content: \"\\ea80\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bone:after {\n  content: \"\\ea81\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-book-bookmark:before {\n  content: \"\\ea82\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-book-bookmark:after {\n  content: \"\\ea83\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-book:before {\n  content: \"\\ea84\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-book:after {\n  content: \"\\ea85\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bookmark:before {\n  content: \"\\ea86\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bookmark:after {\n  content: \"\\ea87\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bookmarks:before {\n  content: \"\\ea88\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bookmarks:after {\n  content: \"\\ea89\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bookmark-simple:before {\n  content: \"\\ea8a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bookmark-simple:after {\n  content: \"\\ea8b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bookmarks-simple:before {\n  content: \"\\ea8c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bookmarks-simple:after {\n  content: \"\\ea8d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-book-open:before {\n  content: \"\\ea8e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-book-open:after {\n  content: \"\\ea8f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-book-open-text:before {\n  content: \"\\ea90\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-book-open-text:after {\n  content: \"\\ea91\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-books:before {\n  content: \"\\ea92\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-books:after {\n  content: \"\\ea93\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-boot:before {\n  content: \"\\ea94\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-boot:after {\n  content: \"\\ea95\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bounding-box:before {\n  content: \"\\ea96\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bounding-box:after {\n  content: \"\\ea97\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bowl-food:before {\n  content: \"\\ea98\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bowl-food:after {\n  content: \"\\ea99\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-brackets-angle:before {\n  content: \"\\ea9a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-brackets-angle:after {\n  content: \"\\ea9b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-brackets-curly:before {\n  content: \"\\ea9c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-brackets-curly:after {\n  content: \"\\ea9d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-brackets-round:before {\n  content: \"\\ea9e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-brackets-round:after {\n  content: \"\\ea9f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-brackets-square:before {\n  content: \"\\eaa0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-brackets-square:after {\n  content: \"\\eaa1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-brain:before {\n  content: \"\\eaa2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-brain:after {\n  content: \"\\eaa3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-brandy:before {\n  content: \"\\eaa4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-brandy:after {\n  content: \"\\eaa5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bridge:before {\n  content: \"\\eaa6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bridge:after {\n  content: \"\\eaa7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-briefcase:before {\n  content: \"\\eaa8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-briefcase:after {\n  content: \"\\eaa9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-briefcase-metal:before {\n  content: \"\\eaaa\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-briefcase-metal:after {\n  content: \"\\eaab\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-broadcast:before {\n  content: \"\\eaac\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-broadcast:after {\n  content: \"\\eaad\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-broom:before {\n  content: \"\\eaae\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-broom:after {\n  content: \"\\eaaf\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-browser:before {\n  content: \"\\eab0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-browser:after {\n  content: \"\\eab1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-browsers:before {\n  content: \"\\eab2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-browsers:after {\n  content: \"\\eab3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bug-beetle:before {\n  content: \"\\eab4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bug-beetle:after {\n  content: \"\\eab5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bug-droid:before {\n  content: \"\\eab6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bug-droid:after {\n  content: \"\\eab7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bug:before {\n  content: \"\\eab8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bug:after {\n  content: \"\\eab9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-buildings:before {\n  content: \"\\eaba\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-buildings:after {\n  content: \"\\eabb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-bus:before {\n  content: \"\\eabc\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-bus:after {\n  content: \"\\eabd\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-butterfly:before {\n  content: \"\\eabe\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-butterfly:after {\n  content: \"\\eabf\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cactus:before {\n  content: \"\\eac0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cactus:after {\n  content: \"\\eac1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cake:before {\n  content: \"\\eac2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cake:after {\n  content: \"\\eac3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-calculator:before {\n  content: \"\\eac4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-calculator:after {\n  content: \"\\eac5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-calendar-blank:before {\n  content: \"\\eac6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-calendar-blank:after {\n  content: \"\\eac7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-calendar-check:before {\n  content: \"\\eac8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-calendar-check:after {\n  content: \"\\eac9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-calendar:before {\n  content: \"\\eaca\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-calendar:after {\n  content: \"\\eacb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-calendar-plus:before {\n  content: \"\\eacc\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-calendar-plus:after {\n  content: \"\\eacd\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-calendar-x:before {\n  content: \"\\eace\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-calendar-x:after {\n  content: \"\\eacf\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-call-bell:before {\n  content: \"\\ead0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-call-bell:after {\n  content: \"\\ead1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-camera:before {\n  content: \"\\ead2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-camera:after {\n  content: \"\\ead3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-camera-plus:before {\n  content: \"\\ead4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-camera-plus:after {\n  content: \"\\ead5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-camera-rotate:before {\n  content: \"\\ead6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-camera-rotate:after {\n  content: \"\\ead7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-camera-slash:before {\n  content: \"\\ead8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-camera-slash:after {\n  content: \"\\ead9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-campfire:before {\n  content: \"\\eada\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-campfire:after {\n  content: \"\\eadb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cardholder:before {\n  content: \"\\eadc\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cardholder:after {\n  content: \"\\eadd\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cards:before {\n  content: \"\\eade\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cards:after {\n  content: \"\\eadf\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-car:before {\n  content: \"\\eae0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-car:after {\n  content: \"\\eae1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-circle-double-down:before {\n  content: \"\\eae2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-circle-double-down:after {\n  content: \"\\eae3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-circle-double-left:before {\n  content: \"\\eae4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-circle-double-left:after {\n  content: \"\\eae5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-circle-double-right:before {\n  content: \"\\eae6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-circle-double-right:after {\n  content: \"\\eae7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-circle-double-up:before {\n  content: \"\\eae8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-circle-double-up:after {\n  content: \"\\eae9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-circle-down:before {\n  content: \"\\eaea\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-circle-down:after {\n  content: \"\\eaeb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-circle-left:before {\n  content: \"\\eaec\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-circle-left:after {\n  content: \"\\eaed\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-circle-right:before {\n  content: \"\\eaee\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-circle-right:after {\n  content: \"\\eaef\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-circle-up-down:before {\n  content: \"\\eaf0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-circle-up-down:after {\n  content: \"\\eaf1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-circle-up:before {\n  content: \"\\eaf2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-circle-up:after {\n  content: \"\\eaf3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-double-down:before {\n  content: \"\\eaf4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-double-down:after {\n  content: \"\\eaf5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-double-left:before {\n  content: \"\\eaf6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-double-left:after {\n  content: \"\\eaf7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-double-right:before {\n  content: \"\\eaf8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-double-right:after {\n  content: \"\\eaf9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-double-up:before {\n  content: \"\\eafa\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-double-up:after {\n  content: \"\\eafb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-down:before {\n  content: \"\\eafc\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-down:after {\n  content: \"\\eafd\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-left:before {\n  content: \"\\eafe\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-left:after {\n  content: \"\\eaff\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-right:before {\n  content: \"\\eb00\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-right:after {\n  content: \"\\eb01\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-up-down:before {\n  content: \"\\eb02\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-up-down:after {\n  content: \"\\eb03\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-caret-up:before {\n  content: \"\\eb04\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-caret-up:after {\n  content: \"\\eb05\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-car-profile:before {\n  content: \"\\eb06\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-car-profile:after {\n  content: \"\\eb07\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-carrot:before {\n  content: \"\\eb08\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-carrot:after {\n  content: \"\\eb09\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-car-simple:before {\n  content: \"\\eb0a\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-car-simple:after {\n  content: \"\\eb0b\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cassette-tape:before {\n  content: \"\\eb0c\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cassette-tape:after {\n  content: \"\\eb0d\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-castle-turret:before {\n  content: \"\\eb0e\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-castle-turret:after {\n  content: \"\\eb0f\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cat:before {\n  content: \"\\eb10\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cat:after {\n  content: \"\\eb11\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cell-signal-full:before {\n  content: \"\\eb12\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cell-signal-full:after {\n  content: \"\\eb13\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cell-signal-high:before {\n  content: \"\\eb14\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cell-signal-high:after {\n  content: \"\\eb15\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cell-signal-low:before {\n  content: \"\\eb16\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cell-signal-low:after {\n  content: \"\\eb17\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cell-signal-medium:before {\n  content: \"\\eb18\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cell-signal-medium:after {\n  content: \"\\eb19\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cell-signal-none-duotone:before {\n  content: \"\\eb1a\";\n}\n.ph-duotone.ph-cell-signal-slash:before {\n  content: \"\\eb1b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cell-signal-slash:after {\n  content: \"\\eb1c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cell-signal-x:before {\n  content: \"\\eb1d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cell-signal-x:after {\n  content: \"\\eb1e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-certificate:before {\n  content: \"\\eb1f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-certificate:after {\n  content: \"\\eb20\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chair:before {\n  content: \"\\eb21\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chair:after {\n  content: \"\\eb22\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chalkboard:before {\n  content: \"\\eb23\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chalkboard:after {\n  content: \"\\eb24\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chalkboard-simple:before {\n  content: \"\\eb25\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chalkboard-simple:after {\n  content: \"\\eb26\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chalkboard-teacher:before {\n  content: \"\\eb27\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chalkboard-teacher:after {\n  content: \"\\eb28\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-champagne:before {\n  content: \"\\eb29\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-champagne:after {\n  content: \"\\eb2a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-charging-station:before {\n  content: \"\\eb2b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-charging-station:after {\n  content: \"\\eb2c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-bar:before {\n  content: \"\\eb2d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-bar:after {\n  content: \"\\eb2e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-bar-horizontal:before {\n  content: \"\\eb2f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-bar-horizontal:after {\n  content: \"\\eb30\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-donut:before {\n  content: \"\\eb31\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-donut:after {\n  content: \"\\eb32\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-line-down:before {\n  content: \"\\eb33\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-line-down:after {\n  content: \"\\eb34\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-line:before {\n  content: \"\\eb35\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-line:after {\n  content: \"\\eb36\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-line-up:before {\n  content: \"\\eb37\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-line-up:after {\n  content: \"\\eb38\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-pie:before {\n  content: \"\\eb39\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-pie:after {\n  content: \"\\eb3a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-pie-slice:before {\n  content: \"\\eb3b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-pie-slice:after {\n  content: \"\\eb3c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-polar:before {\n  content: \"\\eb3d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-polar:after {\n  content: \"\\eb3e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chart-scatter:before {\n  content: \"\\eb3f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chart-scatter:after {\n  content: \"\\eb40\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-centered-dots:before {\n  content: \"\\eb41\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-centered-dots:after {\n  content: \"\\eb42\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-centered:before {\n  content: \"\\eb43\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-centered:after {\n  content: \"\\eb44\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-centered-text:before {\n  content: \"\\eb45\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-centered-text:after {\n  content: \"\\eb46\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-circle-dots:before {\n  content: \"\\eb47\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-circle-dots:after {\n  content: \"\\eb48\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-circle:before {\n  content: \"\\eb49\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-circle:after {\n  content: \"\\eb4a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-circle-text:before {\n  content: \"\\eb4b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-circle-text:after {\n  content: \"\\eb4c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-dots:before {\n  content: \"\\eb4d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-dots:after {\n  content: \"\\eb4e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat:before {\n  content: \"\\eb4f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat:after {\n  content: \"\\eb50\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chats-circle:before {\n  content: \"\\eb51\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chats-circle:after {\n  content: \"\\eb52\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chats:before {\n  content: \"\\eb53\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chats:after {\n  content: \"\\eb54\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chats-teardrop:before {\n  content: \"\\eb55\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chats-teardrop:after {\n  content: \"\\eb56\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-teardrop-dots:before {\n  content: \"\\eb57\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-teardrop-dots:after {\n  content: \"\\eb58\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-teardrop:before {\n  content: \"\\eb59\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-teardrop:after {\n  content: \"\\eb5a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-teardrop-text:before {\n  content: \"\\eb5b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-teardrop-text:after {\n  content: \"\\eb5c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-chat-text:before {\n  content: \"\\eb5d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-chat-text:after {\n  content: \"\\eb5e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-check-circle:before {\n  content: \"\\eb5f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-check-circle:after {\n  content: \"\\eb60\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-check:before {\n  content: \"\\eb61\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-check:after {\n  content: \"\\eb62\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-check-fat:before {\n  content: \"\\eb63\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-check-fat:after {\n  content: \"\\eb64\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-checks:before {\n  content: \"\\eb65\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-checks:after {\n  content: \"\\eb66\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-check-square:before {\n  content: \"\\eb67\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-check-square:after {\n  content: \"\\eb68\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-check-square-offset:before {\n  content: \"\\eb69\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-check-square-offset:after {\n  content: \"\\eb6a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-church:before {\n  content: \"\\eb6b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-church:after {\n  content: \"\\eb6c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-circle-dashed:before {\n  content: \"\\eb6d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-circle-dashed:after {\n  content: \"\\eb6e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-circle:before {\n  content: \"\\eb6f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-circle:after {\n  content: \"\\eb70\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-circle-half:before {\n  content: \"\\eb71\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-circle-half:after {\n  content: \"\\eb72\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-circle-half-tilt:before {\n  content: \"\\eb73\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-circle-half-tilt:after {\n  content: \"\\eb74\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-circle-notch:before {\n  content: \"\\eb75\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-circle-notch:after {\n  content: \"\\eb76\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-circles-four:before {\n  content: \"\\eb77\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-circles-four:after {\n  content: \"\\eb78\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-circles-three:before {\n  content: \"\\eb79\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-circles-three:after {\n  content: \"\\eb7a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-circles-three-plus:before {\n  content: \"\\eb7b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-circles-three-plus:after {\n  content: \"\\eb7c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-circuitry:before {\n  content: \"\\eb7d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-circuitry:after {\n  content: \"\\eb7e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-clipboard:before {\n  content: \"\\eb7f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-clipboard:after {\n  content: \"\\eb80\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-clipboard-text:before {\n  content: \"\\eb81\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-clipboard-text:after {\n  content: \"\\eb82\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-clock-afternoon:before {\n  content: \"\\eb83\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-clock-afternoon:after {\n  content: \"\\eb84\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-clock-clockwise:before {\n  content: \"\\eb85\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-clock-clockwise:after {\n  content: \"\\eb86\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-clock-countdown:before {\n  content: \"\\eb87\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-clock-countdown:after {\n  content: \"\\eb88\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-clock-counter-clockwise:before {\n  content: \"\\eb89\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-clock-counter-clockwise:after {\n  content: \"\\eb8a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-clock:before {\n  content: \"\\eb8b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-clock:after {\n  content: \"\\eb8c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-closed-captioning:before {\n  content: \"\\eb8d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-closed-captioning:after {\n  content: \"\\eb8e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-arrow-down:before {\n  content: \"\\eb8f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-arrow-down:after {\n  content: \"\\eb90\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-arrow-up:before {\n  content: \"\\eb91\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-arrow-up:after {\n  content: \"\\eb92\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-check:before {\n  content: \"\\eb93\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-check:after {\n  content: \"\\eb94\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud:before {\n  content: \"\\eb95\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud:after {\n  content: \"\\eb96\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-fog:before {\n  content: \"\\eb97\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-fog:after {\n  content: \"\\eb98\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-lightning:before {\n  content: \"\\eb99\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-lightning:after {\n  content: \"\\eb9a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-moon:before {\n  content: \"\\eb9b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-moon:after {\n  content: \"\\eb9c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-rain:before {\n  content: \"\\eb9d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-rain:after {\n  content: \"\\eb9e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-slash:before {\n  content: \"\\eb9f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-slash:after {\n  content: \"\\eba0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-snow:before {\n  content: \"\\eba1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-snow:after {\n  content: \"\\eba2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-sun:before {\n  content: \"\\eba3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-sun:after {\n  content: \"\\eba4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-warning:before {\n  content: \"\\eba5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-warning:after {\n  content: \"\\eba6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cloud-x:before {\n  content: \"\\eba7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cloud-x:after {\n  content: \"\\eba8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-club:before {\n  content: \"\\eba9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-club:after {\n  content: \"\\ebaa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-coat-hanger:before {\n  content: \"\\ebab\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-coat-hanger:after {\n  content: \"\\ebac\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-coda-logo:before {\n  content: \"\\ebad\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-coda-logo:after {\n  content: \"\\ebae\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-code-block:before {\n  content: \"\\ebaf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-code-block:after {\n  content: \"\\ebb0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-code:before {\n  content: \"\\ebb1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-code:after {\n  content: \"\\ebb2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-codepen-logo:before {\n  content: \"\\ebb3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-codepen-logo:after {\n  content: \"\\ebb4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-codesandbox-logo:before {\n  content: \"\\ebb5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-codesandbox-logo:after {\n  content: \"\\ebb6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-code-simple:before {\n  content: \"\\ebb7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-code-simple:after {\n  content: \"\\ebb8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-coffee:before {\n  content: \"\\ebb9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-coffee:after {\n  content: \"\\ebba\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-coin:before {\n  content: \"\\ebbb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-coin:after {\n  content: \"\\ebbc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-coins:before {\n  content: \"\\ebbd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-coins:after {\n  content: \"\\ebbe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-coin-vertical:before {\n  content: \"\\ebbf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-coin-vertical:after {\n  content: \"\\ebc0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-columns:before {\n  content: \"\\ebc1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-columns:after {\n  content: \"\\ebc2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-command:before {\n  content: \"\\ebc3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-command:after {\n  content: \"\\ebc4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-compass:before {\n  content: \"\\ebc5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-compass:after {\n  content: \"\\ebc6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-compass-tool:before {\n  content: \"\\ebc7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-compass-tool:after {\n  content: \"\\ebc8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-computer-tower:before {\n  content: \"\\ebc9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-computer-tower:after {\n  content: \"\\ebca\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-confetti:before {\n  content: \"\\ebcb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-confetti:after {\n  content: \"\\ebcc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-contactless-payment:before {\n  content: \"\\ebcd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-contactless-payment:after {\n  content: \"\\ebce\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-control:before {\n  content: \"\\ebcf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-control:after {\n  content: \"\\ebd0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cookie:before {\n  content: \"\\ebd1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cookie:after {\n  content: \"\\ebd2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cooking-pot:before {\n  content: \"\\ebd3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cooking-pot:after {\n  content: \"\\ebd4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-copy:before {\n  content: \"\\ebd5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-copy:after {\n  content: \"\\ebd6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-copyleft:before {\n  content: \"\\ebd7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-copyleft:after {\n  content: \"\\ebd8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-copyright:before {\n  content: \"\\ebd9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-copyright:after {\n  content: \"\\ebda\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-copy-simple:before {\n  content: \"\\ebdb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-copy-simple:after {\n  content: \"\\ebdc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-corners-in:before {\n  content: \"\\ebdd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-corners-in:after {\n  content: \"\\ebde\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-corners-out:before {\n  content: \"\\ebdf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-corners-out:after {\n  content: \"\\ebe0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-couch:before {\n  content: \"\\ebe1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-couch:after {\n  content: \"\\ebe2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cpu:before {\n  content: \"\\ebe3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cpu:after {\n  content: \"\\ebe4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-credit-card:before {\n  content: \"\\ebe5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-credit-card:after {\n  content: \"\\ebe6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-crop:before {\n  content: \"\\ebe7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-crop:after {\n  content: \"\\ebe8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cross:before {\n  content: \"\\ebe9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cross:after {\n  content: \"\\ebea\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-crosshair:before {\n  content: \"\\ebeb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-crosshair:after {\n  content: \"\\ebec\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-crosshair-simple:before {\n  content: \"\\ebed\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-crosshair-simple:after {\n  content: \"\\ebee\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-crown:before {\n  content: \"\\ebef\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-crown:after {\n  content: \"\\ebf0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-crown-simple:before {\n  content: \"\\ebf1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-crown-simple:after {\n  content: \"\\ebf2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cube:before {\n  content: \"\\ebf3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cube:after {\n  content: \"\\ebf4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cube-focus:before {\n  content: \"\\ebf5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cube-focus:after {\n  content: \"\\ebf6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cube-transparent:before {\n  content: \"\\ebf7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cube-transparent:after {\n  content: \"\\ebf8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-btc:before {\n  content: \"\\ebf9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-btc:after {\n  content: \"\\ebfa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-circle-dollar:before {\n  content: \"\\ebfb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-circle-dollar:after {\n  content: \"\\ebfc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-cny:before {\n  content: \"\\ebfd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-cny:after {\n  content: \"\\ebfe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-dollar:before {\n  content: \"\\ebff\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-dollar:after {\n  content: \"\\ec00\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-dollar-simple:before {\n  content: \"\\ec01\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-dollar-simple:after {\n  content: \"\\ec02\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-eth:before {\n  content: \"\\ec03\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-eth:after {\n  content: \"\\ec04\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-eur:before {\n  content: \"\\ec05\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-eur:after {\n  content: \"\\ec06\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-gbp:before {\n  content: \"\\ec07\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-gbp:after {\n  content: \"\\ec08\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-inr:before {\n  content: \"\\ec09\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-inr:after {\n  content: \"\\ec0a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-jpy:before {\n  content: \"\\ec0b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-jpy:after {\n  content: \"\\ec0c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-krw:before {\n  content: \"\\ec0d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-krw:after {\n  content: \"\\ec0e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-kzt:before {\n  content: \"\\ec0f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-kzt:after {\n  content: \"\\ec10\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-ngn:before {\n  content: \"\\ec11\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-ngn:after {\n  content: \"\\ec12\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-currency-rub:before {\n  content: \"\\ec13\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-currency-rub:after {\n  content: \"\\ec14\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cursor-click:before {\n  content: \"\\ec15\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cursor-click:after {\n  content: \"\\ec16\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cursor:before {\n  content: \"\\ec17\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cursor:after {\n  content: \"\\ec18\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cursor-text:before {\n  content: \"\\ec19\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cursor-text:after {\n  content: \"\\ec1a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-cylinder:before {\n  content: \"\\ec1b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-cylinder:after {\n  content: \"\\ec1c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-database:before {\n  content: \"\\ec1d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-database:after {\n  content: \"\\ec1e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-desktop:before {\n  content: \"\\ec1f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-desktop:after {\n  content: \"\\ec20\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-desktop-tower:before {\n  content: \"\\ec21\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-desktop-tower:after {\n  content: \"\\ec22\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-detective:before {\n  content: \"\\ec23\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-detective:after {\n  content: \"\\ec24\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-device-mobile-camera:before {\n  content: \"\\ec25\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-device-mobile-camera:after {\n  content: \"\\ec26\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-device-mobile:before {\n  content: \"\\ec27\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-device-mobile:after {\n  content: \"\\ec28\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-device-mobile-speaker:before {\n  content: \"\\ec29\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-device-mobile-speaker:after {\n  content: \"\\ec2a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-devices:before {\n  content: \"\\ec2b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-devices:after {\n  content: \"\\ec2c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-device-tablet-camera:before {\n  content: \"\\ec2d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-device-tablet-camera:after {\n  content: \"\\ec2e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-device-tablet:before {\n  content: \"\\ec2f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-device-tablet:after {\n  content: \"\\ec30\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-device-tablet-speaker:before {\n  content: \"\\ec31\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-device-tablet-speaker:after {\n  content: \"\\ec32\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dev-to-logo:before {\n  content: \"\\ec33\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dev-to-logo:after {\n  content: \"\\ec34\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-diamond:before {\n  content: \"\\ec35\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-diamond:after {\n  content: \"\\ec36\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-diamonds-four:before {\n  content: \"\\ec37\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-diamonds-four:after {\n  content: \"\\ec38\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dice-five:before {\n  content: \"\\ec39\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dice-five:after {\n  content: \"\\ec3a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dice-four:before {\n  content: \"\\ec3b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dice-four:after {\n  content: \"\\ec3c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dice-one:before {\n  content: \"\\ec3d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dice-one:after {\n  content: \"\\ec3e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dice-six:before {\n  content: \"\\ec3f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dice-six:after {\n  content: \"\\ec40\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dice-three:before {\n  content: \"\\ec41\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dice-three:after {\n  content: \"\\ec42\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dice-two:before {\n  content: \"\\ec43\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dice-two:after {\n  content: \"\\ec44\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-disc:before {\n  content: \"\\ec45\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-disc:after {\n  content: \"\\ec46\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-discord-logo:before {\n  content: \"\\ec47\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-discord-logo:after {\n  content: \"\\ec48\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-divide:before {\n  content: \"\\ec49\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-divide:after {\n  content: \"\\ec4a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dna:before {\n  content: \"\\ec4b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dna:after {\n  content: \"\\ec4c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dog:before {\n  content: \"\\ec4d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dog:after {\n  content: \"\\ec4e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-door:before {\n  content: \"\\ec4f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-door:after {\n  content: \"\\ec50\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-door-open:before {\n  content: \"\\ec51\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-door-open:after {\n  content: \"\\ec52\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dot:before {\n  content: \"\\ec53\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dot:after {\n  content: \"\\ec54\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dot-outline:before {\n  content: \"\\ec55\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dot-outline:after {\n  content: \"\\ec56\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dots-nine:before {\n  content: \"\\ec57\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dots-nine:after {\n  content: \"\\ec58\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dots-six:before {\n  content: \"\\ec59\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dots-six:after {\n  content: \"\\ec5a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dots-six-vertical:before {\n  content: \"\\ec5b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dots-six-vertical:after {\n  content: \"\\ec5c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dots-three-circle:before {\n  content: \"\\ec5d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dots-three-circle:after {\n  content: \"\\ec5e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dots-three-circle-vertical:before {\n  content: \"\\ec5f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dots-three-circle-vertical:after {\n  content: \"\\ec60\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dots-three:before {\n  content: \"\\ec61\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dots-three:after {\n  content: \"\\ec62\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dots-three-outline:before {\n  content: \"\\ec63\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dots-three-outline:after {\n  content: \"\\ec64\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dots-three-outline-vertical:before {\n  content: \"\\ec65\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dots-three-outline-vertical:after {\n  content: \"\\ec66\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dots-three-vertical:before {\n  content: \"\\ec67\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dots-three-vertical:after {\n  content: \"\\ec68\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-download:before {\n  content: \"\\ec69\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-download:after {\n  content: \"\\ec6a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-download-simple:before {\n  content: \"\\ec6b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-download-simple:after {\n  content: \"\\ec6c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dress:before {\n  content: \"\\ec6d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dress:after {\n  content: \"\\ec6e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dribbble-logo:before {\n  content: \"\\ec6f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dribbble-logo:after {\n  content: \"\\ec70\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-dropbox-logo:before {\n  content: \"\\ec71\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-dropbox-logo:after {\n  content: \"\\ec72\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-drop:before {\n  content: \"\\ec73\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-drop:after {\n  content: \"\\ec74\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-drop-half-bottom:before {\n  content: \"\\ec75\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-drop-half-bottom:after {\n  content: \"\\ec76\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-drop-half:before {\n  content: \"\\ec77\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-drop-half:after {\n  content: \"\\ec78\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-ear:before {\n  content: \"\\ec79\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-ear:after {\n  content: \"\\ec7a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-ear-slash:before {\n  content: \"\\ec7b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-ear-slash:after {\n  content: \"\\ec7c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-egg-crack:before {\n  content: \"\\ec7d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-egg-crack:after {\n  content: \"\\ec7e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-egg:before {\n  content: \"\\ec7f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-egg:after {\n  content: \"\\ec80\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-eject:before {\n  content: \"\\ec81\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-eject:after {\n  content: \"\\ec82\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-eject-simple:before {\n  content: \"\\ec83\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-eject-simple:after {\n  content: \"\\ec84\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-elevator:before {\n  content: \"\\ec85\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-elevator:after {\n  content: \"\\ec86\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-engine:before {\n  content: \"\\ec87\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-engine:after {\n  content: \"\\ec88\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-envelope:before {\n  content: \"\\ec89\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-envelope:after {\n  content: \"\\ec8a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-envelope-open:before {\n  content: \"\\ec8b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-envelope-open:after {\n  content: \"\\ec8c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-envelope-simple:before {\n  content: \"\\ec8d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-envelope-simple:after {\n  content: \"\\ec8e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-envelope-simple-open:before {\n  content: \"\\ec8f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-envelope-simple-open:after {\n  content: \"\\ec90\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-equalizer:before {\n  content: \"\\ec91\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-equalizer:after {\n  content: \"\\ec92\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-equals:before {\n  content: \"\\ec93\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-equals:after {\n  content: \"\\ec94\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-eraser:before {\n  content: \"\\ec95\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-eraser:after {\n  content: \"\\ec96\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-escalator-down:before {\n  content: \"\\ec97\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-escalator-down:after {\n  content: \"\\ec98\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-escalator-up:before {\n  content: \"\\ec99\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-escalator-up:after {\n  content: \"\\ec9a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-exam:before {\n  content: \"\\ec9b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-exam:after {\n  content: \"\\ec9c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-exclude:before {\n  content: \"\\ec9d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-exclude:after {\n  content: \"\\ec9e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-exclude-square:before {\n  content: \"\\ec9f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-exclude-square:after {\n  content: \"\\eca0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-export:before {\n  content: \"\\eca1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-export:after {\n  content: \"\\eca2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-eye-closed:before {\n  content: \"\\eca3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-eye-closed:after {\n  content: \"\\eca4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-eyedropper:before {\n  content: \"\\eca5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-eyedropper:after {\n  content: \"\\eca6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-eyedropper-sample:before {\n  content: \"\\eca7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-eyedropper-sample:after {\n  content: \"\\eca8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-eye:before {\n  content: \"\\eca9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-eye:after {\n  content: \"\\ecaa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-eyeglasses:before {\n  content: \"\\ecab\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-eyeglasses:after {\n  content: \"\\ecac\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-eye-slash:before {\n  content: \"\\ecad\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-eye-slash:after {\n  content: \"\\ecae\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-facebook-logo:before {\n  content: \"\\ecaf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-facebook-logo:after {\n  content: \"\\ecb0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-face-mask:before {\n  content: \"\\ecb1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-face-mask:after {\n  content: \"\\ecb2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-factory:before {\n  content: \"\\ecb3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-factory:after {\n  content: \"\\ecb4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-faders:before {\n  content: \"\\ecb5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-faders:after {\n  content: \"\\ecb6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-faders-horizontal:before {\n  content: \"\\ecb7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-faders-horizontal:after {\n  content: \"\\ecb8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fan:before {\n  content: \"\\ecb9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fan:after {\n  content: \"\\ecba\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fast-forward-circle:before {\n  content: \"\\ecbb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fast-forward-circle:after {\n  content: \"\\ecbc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fast-forward:before {\n  content: \"\\ecbd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fast-forward:after {\n  content: \"\\ecbe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-feather:before {\n  content: \"\\ecbf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-feather:after {\n  content: \"\\ecc0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-figma-logo:before {\n  content: \"\\ecc1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-figma-logo:after {\n  content: \"\\ecc2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-archive:before {\n  content: \"\\ecc3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-archive:after {\n  content: \"\\ecc4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-arrow-down:before {\n  content: \"\\ecc5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-arrow-down:after {\n  content: \"\\ecc6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-arrow-up:before {\n  content: \"\\ecc7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-arrow-up:after {\n  content: \"\\ecc8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-audio:before {\n  content: \"\\ecc9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-audio:after {\n  content: \"\\ecca\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-cloud:before {\n  content: \"\\eccb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-cloud:after {\n  content: \"\\eccc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-code:before {\n  content: \"\\eccd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-code:after {\n  content: \"\\ecce\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-css:before {\n  content: \"\\eccf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-css:after {\n  content: \"\\ecd0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-csv:before {\n  content: \"\\ecd1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-csv:after {\n  content: \"\\ecd2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-dashed:before, .ph-duotone.ph-file-dotted:before {\n  content: \"\\ecd3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-dashed:after, .ph-duotone.ph-file-dotted:after {\n  content: \"\\ecd4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-doc:before {\n  content: \"\\ecd5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-doc:after {\n  content: \"\\ecd6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file:before {\n  content: \"\\ecd7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file:after {\n  content: \"\\ecd8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-html:before {\n  content: \"\\ecd9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-html:after {\n  content: \"\\ecda\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-image:before {\n  content: \"\\ecdb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-image:after {\n  content: \"\\ecdc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-jpg:before {\n  content: \"\\ecdd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-jpg:after {\n  content: \"\\ecde\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-js:before {\n  content: \"\\ecdf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-js:after {\n  content: \"\\ece0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-jsx:before {\n  content: \"\\ece1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-jsx:after {\n  content: \"\\ece2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-lock:before {\n  content: \"\\ece3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-lock:after {\n  content: \"\\ece4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-magnifying-glass:before, .ph-duotone.ph-file-search:before {\n  content: \"\\ece5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-magnifying-glass:after, .ph-duotone.ph-file-search:after {\n  content: \"\\ece6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-minus:before {\n  content: \"\\ece7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-minus:after {\n  content: \"\\ece8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-pdf:before {\n  content: \"\\ece9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-pdf:after {\n  content: \"\\ecea\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-plus:before {\n  content: \"\\eceb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-plus:after {\n  content: \"\\ecec\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-png:before {\n  content: \"\\eced\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-png:after {\n  content: \"\\ecee\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-ppt:before {\n  content: \"\\ecef\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-ppt:after {\n  content: \"\\ecf0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-rs:before {\n  content: \"\\ecf1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-rs:after {\n  content: \"\\ecf2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-files:before {\n  content: \"\\ecf3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-files:after {\n  content: \"\\ecf4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-sql:before {\n  content: \"\\ecf5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-sql:after {\n  content: \"\\ecf6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-svg:before {\n  content: \"\\ecf7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-svg:after {\n  content: \"\\ecf8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-text:before {\n  content: \"\\ecf9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-text:after {\n  content: \"\\ecfa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-ts:before {\n  content: \"\\ecfb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-ts:after {\n  content: \"\\ecfc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-tsx:before {\n  content: \"\\ecfd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-tsx:after {\n  content: \"\\ecfe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-video:before {\n  content: \"\\ecff\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-video:after {\n  content: \"\\ed00\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-vue:before {\n  content: \"\\ed01\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-vue:after {\n  content: \"\\ed02\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-x:before {\n  content: \"\\ed03\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-x:after {\n  content: \"\\ed04\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-xls:before {\n  content: \"\\ed05\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-xls:after {\n  content: \"\\ed06\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-file-zip:before {\n  content: \"\\ed07\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-file-zip:after {\n  content: \"\\ed08\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-film-reel:before {\n  content: \"\\ed09\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-film-reel:after {\n  content: \"\\ed0a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-film-script:before {\n  content: \"\\ed0b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-film-script:after {\n  content: \"\\ed0c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-film-slate:before {\n  content: \"\\ed0d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-film-slate:after {\n  content: \"\\ed0e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-film-strip:before {\n  content: \"\\ed0f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-film-strip:after {\n  content: \"\\ed10\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fingerprint:before {\n  content: \"\\ed11\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fingerprint:after {\n  content: \"\\ed12\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fingerprint-simple:before {\n  content: \"\\ed13\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fingerprint-simple:after {\n  content: \"\\ed14\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-finn-the-human:before {\n  content: \"\\ed15\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-finn-the-human:after {\n  content: \"\\ed16\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fire:before {\n  content: \"\\ed17\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fire:after {\n  content: \"\\ed18\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fire-extinguisher:before {\n  content: \"\\ed19\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fire-extinguisher:after {\n  content: \"\\ed1a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fire-simple:before {\n  content: \"\\ed1b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fire-simple:after {\n  content: \"\\ed1c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-first-aid:before {\n  content: \"\\ed1d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-first-aid:after {\n  content: \"\\ed1e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-first-aid-kit:before {\n  content: \"\\ed1f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-first-aid-kit:after {\n  content: \"\\ed20\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fish:before {\n  content: \"\\ed21\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fish:after {\n  content: \"\\ed22\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fish-simple:before {\n  content: \"\\ed23\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fish-simple:after {\n  content: \"\\ed24\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flag-banner:before {\n  content: \"\\ed25\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flag-banner:after {\n  content: \"\\ed26\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flag-checkered:before {\n  content: \"\\ed27\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flag-checkered:after {\n  content: \"\\ed28\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flag:before {\n  content: \"\\ed29\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flag:after {\n  content: \"\\ed2a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flag-pennant:before {\n  content: \"\\ed2b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flag-pennant:after {\n  content: \"\\ed2c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flame:before {\n  content: \"\\ed2d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flame:after {\n  content: \"\\ed2e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flashlight:before {\n  content: \"\\ed2f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flashlight:after {\n  content: \"\\ed30\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flask:before {\n  content: \"\\ed31\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flask:after {\n  content: \"\\ed32\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-floppy-disk-back:before {\n  content: \"\\ed33\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-floppy-disk-back:after {\n  content: \"\\ed34\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-floppy-disk:before {\n  content: \"\\ed35\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-floppy-disk:after {\n  content: \"\\ed36\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flow-arrow:before {\n  content: \"\\ed37\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flow-arrow:after {\n  content: \"\\ed38\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flower:before {\n  content: \"\\ed39\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flower:after {\n  content: \"\\ed3a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flower-lotus:before {\n  content: \"\\ed3b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flower-lotus:after {\n  content: \"\\ed3c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flower-tulip:before {\n  content: \"\\ed3d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flower-tulip:after {\n  content: \"\\ed3e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-flying-saucer:before {\n  content: \"\\ed3f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-flying-saucer:after {\n  content: \"\\ed40\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-dashed:before, .ph-duotone.ph-folder-dotted:before {\n  content: \"\\ed41\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-dashed:after, .ph-duotone.ph-folder-dotted:after {\n  content: \"\\ed42\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder:before {\n  content: \"\\ed43\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder:after {\n  content: \"\\ed44\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-lock:before {\n  content: \"\\ed45\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-lock:after {\n  content: \"\\ed46\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-minus:before {\n  content: \"\\ed47\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-minus:after {\n  content: \"\\ed48\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-notch:before {\n  content: \"\\ed49\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-notch:after {\n  content: \"\\ed4a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-notch-minus:before {\n  content: \"\\ed4b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-notch-minus:after {\n  content: \"\\ed4c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-notch-open:before {\n  content: \"\\ed4d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-notch-open:after {\n  content: \"\\ed4e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-notch-plus:before {\n  content: \"\\ed4f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-notch-plus:after {\n  content: \"\\ed50\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-open:before {\n  content: \"\\ed51\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-open:after {\n  content: \"\\ed52\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-plus:before {\n  content: \"\\ed53\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-plus:after {\n  content: \"\\ed54\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folders:before {\n  content: \"\\ed55\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folders:after {\n  content: \"\\ed56\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-simple-dashed:before, .ph-duotone.ph-folder-simple-dotted:before {\n  content: \"\\ed57\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-simple-dashed:after, .ph-duotone.ph-folder-simple-dotted:after {\n  content: \"\\ed58\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-simple:before {\n  content: \"\\ed59\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-simple:after {\n  content: \"\\ed5a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-simple-lock:before {\n  content: \"\\ed5b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-simple-lock:after {\n  content: \"\\ed5c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-simple-minus:before {\n  content: \"\\ed5d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-simple-minus:after {\n  content: \"\\ed5e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-simple-plus:before {\n  content: \"\\ed5f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-simple-plus:after {\n  content: \"\\ed60\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-simple-star:before {\n  content: \"\\ed61\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-simple-star:after {\n  content: \"\\ed62\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-simple-user:before {\n  content: \"\\ed63\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-simple-user:after {\n  content: \"\\ed64\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-star:before {\n  content: \"\\ed65\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-star:after {\n  content: \"\\ed66\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-folder-user:before {\n  content: \"\\ed67\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-folder-user:after {\n  content: \"\\ed68\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-football:before {\n  content: \"\\ed69\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-football:after {\n  content: \"\\ed6a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-footprints:before {\n  content: \"\\ed6b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-footprints:after {\n  content: \"\\ed6c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-fork-knife:before {\n  content: \"\\ed6d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-fork-knife:after {\n  content: \"\\ed6e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-frame-corners:before {\n  content: \"\\ed6f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-frame-corners:after {\n  content: \"\\ed70\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-framer-logo:before {\n  content: \"\\ed71\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-framer-logo:after {\n  content: \"\\ed72\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-function:before {\n  content: \"\\ed73\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-function:after {\n  content: \"\\ed74\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-funnel:before {\n  content: \"\\ed75\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-funnel:after {\n  content: \"\\ed76\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-funnel-simple:before {\n  content: \"\\ed77\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-funnel-simple:after {\n  content: \"\\ed78\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-game-controller:before {\n  content: \"\\ed79\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-game-controller:after {\n  content: \"\\ed7a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-garage:before {\n  content: \"\\ed7b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-garage:after {\n  content: \"\\ed7c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gas-can:before {\n  content: \"\\ed7d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gas-can:after {\n  content: \"\\ed7e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gas-pump:before {\n  content: \"\\ed7f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gas-pump:after {\n  content: \"\\ed80\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gauge:before {\n  content: \"\\ed81\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gauge:after {\n  content: \"\\ed82\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gavel:before {\n  content: \"\\ed83\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gavel:after {\n  content: \"\\ed84\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gear:before {\n  content: \"\\ed85\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gear:after {\n  content: \"\\ed86\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gear-fine:before {\n  content: \"\\ed87\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gear-fine:after {\n  content: \"\\ed88\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gear-six:before {\n  content: \"\\ed89\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gear-six:after {\n  content: \"\\ed8a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gender-female:before {\n  content: \"\\ed8b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gender-female:after {\n  content: \"\\ed8c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gender-intersex:before {\n  content: \"\\ed8d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gender-intersex:after {\n  content: \"\\ed8e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gender-male:before {\n  content: \"\\ed8f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gender-male:after {\n  content: \"\\ed90\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gender-neuter:before {\n  content: \"\\ed91\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gender-neuter:after {\n  content: \"\\ed92\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gender-nonbinary:before {\n  content: \"\\ed93\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gender-nonbinary:after {\n  content: \"\\ed94\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gender-transgender:before {\n  content: \"\\ed95\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gender-transgender:after {\n  content: \"\\ed96\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-ghost:before {\n  content: \"\\ed97\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-ghost:after {\n  content: \"\\ed98\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gif:before {\n  content: \"\\ed99\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gif:after {\n  content: \"\\ed9a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gift:before {\n  content: \"\\ed9b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gift:after {\n  content: \"\\ed9c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-git-branch:before {\n  content: \"\\ed9d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-git-branch:after {\n  content: \"\\ed9e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-git-commit:before {\n  content: \"\\ed9f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-git-commit:after {\n  content: \"\\eda0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-git-diff:before {\n  content: \"\\eda1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-git-diff:after {\n  content: \"\\eda2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-git-fork:before {\n  content: \"\\eda3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-git-fork:after {\n  content: \"\\eda4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-github-logo:before {\n  content: \"\\eda5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-github-logo:after {\n  content: \"\\eda6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gitlab-logo:before {\n  content: \"\\eda7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gitlab-logo:after {\n  content: \"\\eda8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gitlab-logo-simple:before {\n  content: \"\\eda9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gitlab-logo-simple:after {\n  content: \"\\edaa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-git-merge:before {\n  content: \"\\edab\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-git-merge:after {\n  content: \"\\edac\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-git-pull-request:before {\n  content: \"\\edad\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-git-pull-request:after {\n  content: \"\\edae\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-globe:before {\n  content: \"\\edaf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-globe:after {\n  content: \"\\edb0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-globe-hemisphere-east:before {\n  content: \"\\edb1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-globe-hemisphere-east:after {\n  content: \"\\edb2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-globe-hemisphere-west:before {\n  content: \"\\edb3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-globe-hemisphere-west:after {\n  content: \"\\edb4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-globe-simple:before {\n  content: \"\\edb5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-globe-simple:after {\n  content: \"\\edb6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-globe-stand:before {\n  content: \"\\edb7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-globe-stand:after {\n  content: \"\\edb8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-goggles:before {\n  content: \"\\edb9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-goggles:after {\n  content: \"\\edba\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-goodreads-logo:before {\n  content: \"\\edbb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-goodreads-logo:after {\n  content: \"\\edbc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-google-cardboard-logo:before {\n  content: \"\\edbd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-google-cardboard-logo:after {\n  content: \"\\edbe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-google-chrome-logo:before {\n  content: \"\\edbf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-google-chrome-logo:after {\n  content: \"\\edc0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-google-drive-logo:before {\n  content: \"\\edc1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-google-drive-logo:after {\n  content: \"\\edc2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-google-logo:before {\n  content: \"\\edc3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-google-logo:after {\n  content: \"\\edc4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-google-photos-logo:before {\n  content: \"\\edc5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-google-photos-logo:after {\n  content: \"\\edc6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-google-play-logo:before {\n  content: \"\\edc7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-google-play-logo:after {\n  content: \"\\edc8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-google-podcasts-logo:before {\n  content: \"\\edc9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-google-podcasts-logo:after {\n  content: \"\\edca\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-gradient:before {\n  content: \"\\edcb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-gradient:after {\n  content: \"\\edcc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-graduation-cap:before {\n  content: \"\\edcd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-graduation-cap:after {\n  content: \"\\edce\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-grains:before {\n  content: \"\\edcf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-grains:after {\n  content: \"\\edd0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-grains-slash:before {\n  content: \"\\edd1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-grains-slash:after {\n  content: \"\\edd2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-graph:before {\n  content: \"\\edd3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-graph:after {\n  content: \"\\edd4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-grid-four:before {\n  content: \"\\edd5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-grid-four:after {\n  content: \"\\edd6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-grid-nine:before {\n  content: \"\\edd7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-grid-nine:after {\n  content: \"\\edd8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-guitar:before {\n  content: \"\\edd9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-guitar:after {\n  content: \"\\edda\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hamburger:before {\n  content: \"\\eddb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hamburger:after {\n  content: \"\\eddc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hammer:before {\n  content: \"\\eddd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hammer:after {\n  content: \"\\edde\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-handbag:before {\n  content: \"\\eddf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-handbag:after {\n  content: \"\\ede0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-handbag-simple:before {\n  content: \"\\ede1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-handbag-simple:after {\n  content: \"\\ede2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-coins:before {\n  content: \"\\ede3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-coins:after {\n  content: \"\\ede4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand:before {\n  content: \"\\ede5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand:after {\n  content: \"\\ede6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-eye:before {\n  content: \"\\ede7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-eye:after {\n  content: \"\\ede8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-fist:before {\n  content: \"\\ede9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-fist:after {\n  content: \"\\edea\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-grabbing:before {\n  content: \"\\edeb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-grabbing:after {\n  content: \"\\edec\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-heart:before {\n  content: \"\\eded\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-heart:after {\n  content: \"\\edee\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-palm:before {\n  content: \"\\edef\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-palm:after {\n  content: \"\\edf0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-pointing:before {\n  content: \"\\edf1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-pointing:after {\n  content: \"\\edf2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hands-clapping:before {\n  content: \"\\edf3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hands-clapping:after {\n  content: \"\\edf4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-handshake:before {\n  content: \"\\edf5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-handshake:after {\n  content: \"\\edf6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-soap:before {\n  content: \"\\edf7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-soap:after {\n  content: \"\\edf8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hands-praying:before {\n  content: \"\\edf9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hands-praying:after {\n  content: \"\\edfa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-swipe-left:before {\n  content: \"\\edfb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-swipe-left:after {\n  content: \"\\edfc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-swipe-right:before {\n  content: \"\\edfd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-swipe-right:after {\n  content: \"\\edfe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-tap:before {\n  content: \"\\edff\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-tap:after {\n  content: \"\\ee00\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hand-waving:before {\n  content: \"\\ee01\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hand-waving:after {\n  content: \"\\ee02\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hard-drive:before {\n  content: \"\\ee03\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hard-drive:after {\n  content: \"\\ee04\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hard-drives:before {\n  content: \"\\ee05\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hard-drives:after {\n  content: \"\\ee06\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hash:before {\n  content: \"\\ee07\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hash:after {\n  content: \"\\ee08\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hash-straight:before {\n  content: \"\\ee09\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hash-straight:after {\n  content: \"\\ee0a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-headlights:before {\n  content: \"\\ee0b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-headlights:after {\n  content: \"\\ee0c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-headphones:before {\n  content: \"\\ee0d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-headphones:after {\n  content: \"\\ee0e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-headset:before {\n  content: \"\\ee0f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-headset:after {\n  content: \"\\ee10\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-heartbeat:before {\n  content: \"\\ee11\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-heartbeat:after {\n  content: \"\\ee12\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-heart-break:before {\n  content: \"\\ee13\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-heart-break:after {\n  content: \"\\ee14\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-heart:before {\n  content: \"\\ee15\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-heart:after {\n  content: \"\\ee16\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-heart-half:before {\n  content: \"\\ee17\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-heart-half:after {\n  content: \"\\ee18\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-heart-straight-break:before {\n  content: \"\\ee19\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-heart-straight-break:after {\n  content: \"\\ee1a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-heart-straight:before {\n  content: \"\\ee1b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-heart-straight:after {\n  content: \"\\ee1c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hexagon:before {\n  content: \"\\ee1d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hexagon:after {\n  content: \"\\ee1e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-high-heel:before {\n  content: \"\\ee1f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-high-heel:after {\n  content: \"\\ee20\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-highlighter-circle:before {\n  content: \"\\ee21\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-highlighter-circle:after {\n  content: \"\\ee22\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hoodie:before {\n  content: \"\\ee23\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hoodie:after {\n  content: \"\\ee24\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-horse:before {\n  content: \"\\ee25\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-horse:after {\n  content: \"\\ee26\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hourglass:before {\n  content: \"\\ee27\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hourglass:after {\n  content: \"\\ee28\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hourglass-high:before {\n  content: \"\\ee29\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hourglass-high:after {\n  content: \"\\ee2a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hourglass-low:before {\n  content: \"\\ee2b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hourglass-low:after {\n  content: \"\\ee2c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hourglass-medium:before {\n  content: \"\\ee2d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hourglass-medium:after {\n  content: \"\\ee2e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hourglass-simple:before {\n  content: \"\\ee2f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hourglass-simple:after {\n  content: \"\\ee30\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hourglass-simple-high:before {\n  content: \"\\ee31\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hourglass-simple-high:after {\n  content: \"\\ee32\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hourglass-simple-low:before {\n  content: \"\\ee33\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hourglass-simple-low:after {\n  content: \"\\ee34\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-hourglass-simple-medium:before {\n  content: \"\\ee35\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-hourglass-simple-medium:after {\n  content: \"\\ee36\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-house:before {\n  content: \"\\ee37\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-house:after {\n  content: \"\\ee38\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-house-line:before {\n  content: \"\\ee39\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-house-line:after {\n  content: \"\\ee3a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-house-simple:before {\n  content: \"\\ee3b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-house-simple:after {\n  content: \"\\ee3c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-ice-cream:before {\n  content: \"\\ee3d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-ice-cream:after {\n  content: \"\\ee3e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-identification-badge:before {\n  content: \"\\ee3f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-identification-badge:after {\n  content: \"\\ee40\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-identification-card:before {\n  content: \"\\ee41\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-identification-card:after {\n  content: \"\\ee42\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-image:before {\n  content: \"\\ee43\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-image:after {\n  content: \"\\ee44\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-images:before {\n  content: \"\\ee45\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-images:after {\n  content: \"\\ee46\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-image-square:before {\n  content: \"\\ee47\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-image-square:after {\n  content: \"\\ee48\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-images-square:before {\n  content: \"\\ee49\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-images-square:after {\n  content: \"\\ee4a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-infinity:before {\n  content: \"\\ee4b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-infinity:after {\n  content: \"\\ee4c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-info:before {\n  content: \"\\ee4d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-info:after {\n  content: \"\\ee4e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-instagram-logo:before {\n  content: \"\\ee4f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-instagram-logo:after {\n  content: \"\\ee50\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-intersect:before {\n  content: \"\\ee51\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-intersect:after {\n  content: \"\\ee52\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-intersect-square:before {\n  content: \"\\ee53\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-intersect-square:after {\n  content: \"\\ee54\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-intersect-three:before {\n  content: \"\\ee55\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-intersect-three:after {\n  content: \"\\ee56\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-jeep:before {\n  content: \"\\ee57\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-jeep:after {\n  content: \"\\ee58\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-kanban:before {\n  content: \"\\ee59\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-kanban:after {\n  content: \"\\ee5a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-keyboard:before {\n  content: \"\\ee5b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-keyboard:after {\n  content: \"\\ee5c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-key:before {\n  content: \"\\ee5d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-key:after {\n  content: \"\\ee5e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-keyhole:before {\n  content: \"\\ee5f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-keyhole:after {\n  content: \"\\ee60\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-key-return:before {\n  content: \"\\ee61\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-key-return:after {\n  content: \"\\ee62\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-knife:before {\n  content: \"\\ee63\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-knife:after {\n  content: \"\\ee64\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-ladder:before {\n  content: \"\\ee65\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-ladder:after {\n  content: \"\\ee66\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-ladder-simple:before {\n  content: \"\\ee67\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-ladder-simple:after {\n  content: \"\\ee68\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lamp:before {\n  content: \"\\ee69\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lamp:after {\n  content: \"\\ee6a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-laptop:before {\n  content: \"\\ee6b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-laptop:after {\n  content: \"\\ee6c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-layout:before {\n  content: \"\\ee6d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-layout:after {\n  content: \"\\ee6e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-leaf:before {\n  content: \"\\ee6f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-leaf:after {\n  content: \"\\ee70\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lifebuoy:before {\n  content: \"\\ee71\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lifebuoy:after {\n  content: \"\\ee72\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lightbulb:before {\n  content: \"\\ee73\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lightbulb:after {\n  content: \"\\ee74\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lightbulb-filament:before {\n  content: \"\\ee75\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lightbulb-filament:after {\n  content: \"\\ee76\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lighthouse:before {\n  content: \"\\ee77\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lighthouse:after {\n  content: \"\\ee78\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lightning-a:before {\n  content: \"\\ee79\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lightning-a:after {\n  content: \"\\ee7a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lightning:before {\n  content: \"\\ee7b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lightning:after {\n  content: \"\\ee7c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lightning-slash:before {\n  content: \"\\ee7d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lightning-slash:after {\n  content: \"\\ee7e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-line-segment:before {\n  content: \"\\ee7f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-line-segment:after {\n  content: \"\\ee80\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-line-segments:before {\n  content: \"\\ee81\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-line-segments:after {\n  content: \"\\ee82\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-link-break:before {\n  content: \"\\ee83\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-link-break:after {\n  content: \"\\ee84\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-link:before {\n  content: \"\\ee85\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-link:after {\n  content: \"\\ee86\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-linkedin-logo:before {\n  content: \"\\ee87\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-linkedin-logo:after {\n  content: \"\\ee88\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-link-simple-break:before {\n  content: \"\\ee89\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-link-simple-break:after {\n  content: \"\\ee8a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-link-simple:before {\n  content: \"\\ee8b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-link-simple:after {\n  content: \"\\ee8c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-link-simple-horizontal-break:before {\n  content: \"\\ee8d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-link-simple-horizontal-break:after {\n  content: \"\\ee8e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-link-simple-horizontal:before {\n  content: \"\\ee8f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-link-simple-horizontal:after {\n  content: \"\\ee90\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-linux-logo:before {\n  content: \"\\ee91\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-linux-logo:after {\n  content: \"\\ee92\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-list-bullets:before {\n  content: \"\\ee93\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-list-bullets:after {\n  content: \"\\ee94\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-list-checks:before {\n  content: \"\\ee95\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-list-checks:after {\n  content: \"\\ee96\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-list-dashes:before {\n  content: \"\\ee97\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-list-dashes:after {\n  content: \"\\ee98\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-list:before {\n  content: \"\\ee99\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-list:after {\n  content: \"\\ee9a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-list-magnifying-glass:before {\n  content: \"\\ee9b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-list-magnifying-glass:after {\n  content: \"\\ee9c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-list-numbers:before {\n  content: \"\\ee9d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-list-numbers:after {\n  content: \"\\ee9e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-list-plus:before {\n  content: \"\\ee9f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-list-plus:after {\n  content: \"\\eea0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lock:before {\n  content: \"\\eea1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lock:after {\n  content: \"\\eea2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lockers:before {\n  content: \"\\eea3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lockers:after {\n  content: \"\\eea4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lock-key:before {\n  content: \"\\eea5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lock-key:after {\n  content: \"\\eea6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lock-key-open:before {\n  content: \"\\eea7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lock-key-open:after {\n  content: \"\\eea8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lock-laminated:before {\n  content: \"\\eea9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lock-laminated:after {\n  content: \"\\eeaa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lock-laminated-open:before {\n  content: \"\\eeab\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lock-laminated-open:after {\n  content: \"\\eeac\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lock-open:before {\n  content: \"\\eead\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lock-open:after {\n  content: \"\\eeae\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lock-simple:before {\n  content: \"\\eeaf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lock-simple:after {\n  content: \"\\eeb0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-lock-simple-open:before {\n  content: \"\\eeb1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-lock-simple-open:after {\n  content: \"\\eeb2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-magic-wand:before {\n  content: \"\\eeb3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-magic-wand:after {\n  content: \"\\eeb4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-magnet:before {\n  content: \"\\eeb5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-magnet:after {\n  content: \"\\eeb6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-magnet-straight:before {\n  content: \"\\eeb7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-magnet-straight:after {\n  content: \"\\eeb8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-magnifying-glass:before {\n  content: \"\\eeb9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-magnifying-glass:after {\n  content: \"\\eeba\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-magnifying-glass-minus:before {\n  content: \"\\eebb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-magnifying-glass-minus:after {\n  content: \"\\eebc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-magnifying-glass-plus:before {\n  content: \"\\eebd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-magnifying-glass-plus:after {\n  content: \"\\eebe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-map-pin:before {\n  content: \"\\eebf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-map-pin:after {\n  content: \"\\eec0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-map-pin-line:before {\n  content: \"\\eec1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-map-pin-line:after {\n  content: \"\\eec2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-map-trifold:before {\n  content: \"\\eec3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-map-trifold:after {\n  content: \"\\eec4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-marker-circle:before {\n  content: \"\\eec5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-marker-circle:after {\n  content: \"\\eec6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-martini:before {\n  content: \"\\eec7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-martini:after {\n  content: \"\\eec8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-mask-happy:before {\n  content: \"\\eec9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-mask-happy:after {\n  content: \"\\eeca\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-mask-sad:before {\n  content: \"\\eecb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-mask-sad:after {\n  content: \"\\eecc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-math-operations:before {\n  content: \"\\eecd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-math-operations:after {\n  content: \"\\eece\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-medal:before {\n  content: \"\\eecf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-medal:after {\n  content: \"\\eed0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-medal-military:before {\n  content: \"\\eed1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-medal-military:after {\n  content: \"\\eed2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-medium-logo:before {\n  content: \"\\eed3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-medium-logo:after {\n  content: \"\\eed4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-megaphone:before {\n  content: \"\\eed5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-megaphone:after {\n  content: \"\\eed6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-megaphone-simple:before {\n  content: \"\\eed7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-megaphone-simple:after {\n  content: \"\\eed8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-messenger-logo:before {\n  content: \"\\eed9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-messenger-logo:after {\n  content: \"\\eeda\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-meta-logo:before {\n  content: \"\\eedb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-meta-logo:after {\n  content: \"\\eedc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-metronome:before {\n  content: \"\\eedd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-metronome:after {\n  content: \"\\eede\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-microphone:before {\n  content: \"\\eedf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-microphone:after {\n  content: \"\\eee0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-microphone-slash:before {\n  content: \"\\eee1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-microphone-slash:after {\n  content: \"\\eee2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-microphone-stage:before {\n  content: \"\\eee3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-microphone-stage:after {\n  content: \"\\eee4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-microsoft-excel-logo:before {\n  content: \"\\eee5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-microsoft-excel-logo:after {\n  content: \"\\eee6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-microsoft-outlook-logo:before {\n  content: \"\\eee7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-microsoft-outlook-logo:after {\n  content: \"\\eee8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-microsoft-powerpoint-logo:before {\n  content: \"\\eee9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-microsoft-powerpoint-logo:after {\n  content: \"\\eeea\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-microsoft-teams-logo:before {\n  content: \"\\eeeb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-microsoft-teams-logo:after {\n  content: \"\\eeec\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-microsoft-word-logo:before {\n  content: \"\\eeed\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-microsoft-word-logo:after {\n  content: \"\\eeee\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-minus-circle:before {\n  content: \"\\eeef\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-minus-circle:after {\n  content: \"\\eef0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-minus:before {\n  content: \"\\eef1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-minus:after {\n  content: \"\\eef2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-minus-square:before {\n  content: \"\\eef3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-minus-square:after {\n  content: \"\\eef4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-money:before {\n  content: \"\\eef5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-money:after {\n  content: \"\\eef6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-monitor:before {\n  content: \"\\eef7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-monitor:after {\n  content: \"\\eef8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-monitor-play:before {\n  content: \"\\eef9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-monitor-play:after {\n  content: \"\\eefa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-moon:before {\n  content: \"\\eefb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-moon:after {\n  content: \"\\eefc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-moon-stars:before {\n  content: \"\\eefd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-moon-stars:after {\n  content: \"\\eefe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-moped:before {\n  content: \"\\eeff\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-moped:after {\n  content: \"\\ef00\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-moped-front:before {\n  content: \"\\ef01\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-moped-front:after {\n  content: \"\\ef02\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-mosque:before {\n  content: \"\\ef03\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-mosque:after {\n  content: \"\\ef04\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-motorcycle:before {\n  content: \"\\ef05\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-motorcycle:after {\n  content: \"\\ef06\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-mountains:before {\n  content: \"\\ef07\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-mountains:after {\n  content: \"\\ef08\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-mouse:before {\n  content: \"\\ef09\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-mouse:after {\n  content: \"\\ef0a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-mouse-simple:before {\n  content: \"\\ef0b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-mouse-simple:after {\n  content: \"\\ef0c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-music-note:before {\n  content: \"\\ef0d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-music-note:after {\n  content: \"\\ef0e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-music-notes:before {\n  content: \"\\ef0f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-music-notes:after {\n  content: \"\\ef10\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-music-note-simple:before {\n  content: \"\\ef11\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-music-note-simple:after {\n  content: \"\\ef12\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-music-notes-plus:before {\n  content: \"\\ef13\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-music-notes-plus:after {\n  content: \"\\ef14\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-music-notes-simple:before {\n  content: \"\\ef15\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-music-notes-simple:after {\n  content: \"\\ef16\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-navigation-arrow:before {\n  content: \"\\ef17\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-navigation-arrow:after {\n  content: \"\\ef18\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-needle:before {\n  content: \"\\ef19\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-needle:after {\n  content: \"\\ef1a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-newspaper-clipping:before {\n  content: \"\\ef1b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-newspaper-clipping:after {\n  content: \"\\ef1c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-newspaper:before {\n  content: \"\\ef1d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-newspaper:after {\n  content: \"\\ef1e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-notches:before {\n  content: \"\\ef1f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-notches:after {\n  content: \"\\ef20\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-note-blank:before {\n  content: \"\\ef21\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-note-blank:after {\n  content: \"\\ef22\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-notebook:before {\n  content: \"\\ef23\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-notebook:after {\n  content: \"\\ef24\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-note:before {\n  content: \"\\ef25\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-note:after {\n  content: \"\\ef26\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-notepad:before {\n  content: \"\\ef27\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-notepad:after {\n  content: \"\\ef28\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-note-pencil:before {\n  content: \"\\ef29\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-note-pencil:after {\n  content: \"\\ef2a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-notification:before {\n  content: \"\\ef2b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-notification:after {\n  content: \"\\ef2c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-notion-logo:before {\n  content: \"\\ef2d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-notion-logo:after {\n  content: \"\\ef2e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-eight:before {\n  content: \"\\ef2f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-eight:after {\n  content: \"\\ef30\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-five:before {\n  content: \"\\ef31\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-five:after {\n  content: \"\\ef32\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-four:before {\n  content: \"\\ef33\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-four:after {\n  content: \"\\ef34\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-nine:before {\n  content: \"\\ef35\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-nine:after {\n  content: \"\\ef36\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-one:before {\n  content: \"\\ef37\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-one:after {\n  content: \"\\ef38\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-seven:before {\n  content: \"\\ef39\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-seven:after {\n  content: \"\\ef3a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-six:before {\n  content: \"\\ef3b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-six:after {\n  content: \"\\ef3c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-three:before {\n  content: \"\\ef3d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-three:after {\n  content: \"\\ef3e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-two:before {\n  content: \"\\ef3f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-two:after {\n  content: \"\\ef40\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-circle-zero:before {\n  content: \"\\ef41\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-circle-zero:after {\n  content: \"\\ef42\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-eight:before {\n  content: \"\\ef43\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-eight:after {\n  content: \"\\ef44\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-five:before {\n  content: \"\\ef45\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-five:after {\n  content: \"\\ef46\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-four:before {\n  content: \"\\ef47\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-four:after {\n  content: \"\\ef48\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-nine:before {\n  content: \"\\ef49\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-nine:after {\n  content: \"\\ef4a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-one:before {\n  content: \"\\ef4b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-one:after {\n  content: \"\\ef4c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-seven:before {\n  content: \"\\ef4d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-seven:after {\n  content: \"\\ef4e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-six:before {\n  content: \"\\ef4f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-six:after {\n  content: \"\\ef50\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-eight:before {\n  content: \"\\ef51\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-eight:after {\n  content: \"\\ef52\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-five:before {\n  content: \"\\ef53\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-five:after {\n  content: \"\\ef54\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-four:before {\n  content: \"\\ef55\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-four:after {\n  content: \"\\ef56\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-nine:before {\n  content: \"\\ef57\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-nine:after {\n  content: \"\\ef58\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-one:before {\n  content: \"\\ef59\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-one:after {\n  content: \"\\ef5a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-seven:before {\n  content: \"\\ef5b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-seven:after {\n  content: \"\\ef5c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-six:before {\n  content: \"\\ef5d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-six:after {\n  content: \"\\ef5e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-three:before {\n  content: \"\\ef5f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-three:after {\n  content: \"\\ef60\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-two:before {\n  content: \"\\ef61\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-two:after {\n  content: \"\\ef62\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-square-zero:before {\n  content: \"\\ef63\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-square-zero:after {\n  content: \"\\ef64\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-three:before {\n  content: \"\\ef65\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-three:after {\n  content: \"\\ef66\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-two:before {\n  content: \"\\ef67\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-two:after {\n  content: \"\\ef68\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-number-zero:before {\n  content: \"\\ef69\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-number-zero:after {\n  content: \"\\ef6a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-nut:before {\n  content: \"\\ef6b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-nut:after {\n  content: \"\\ef6c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-ny-times-logo:before {\n  content: \"\\ef6d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-ny-times-logo:after {\n  content: \"\\ef6e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-octagon:before {\n  content: \"\\ef6f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-octagon:after {\n  content: \"\\ef70\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-office-chair:before {\n  content: \"\\ef71\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-office-chair:after {\n  content: \"\\ef72\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-option:before {\n  content: \"\\ef73\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-option:after {\n  content: \"\\ef74\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-orange-slice:before {\n  content: \"\\ef75\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-orange-slice:after {\n  content: \"\\ef76\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-package:before {\n  content: \"\\ef77\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-package:after {\n  content: \"\\ef78\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paint-brush-broad:before {\n  content: \"\\ef79\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paint-brush-broad:after {\n  content: \"\\ef7a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paint-brush:before {\n  content: \"\\ef7b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paint-brush:after {\n  content: \"\\ef7c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paint-brush-household:before {\n  content: \"\\ef7d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paint-brush-household:after {\n  content: \"\\ef7e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paint-bucket:before {\n  content: \"\\ef7f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paint-bucket:after {\n  content: \"\\ef80\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paint-roller:before {\n  content: \"\\ef81\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paint-roller:after {\n  content: \"\\ef82\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-palette:before {\n  content: \"\\ef83\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-palette:after {\n  content: \"\\ef84\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pants:before {\n  content: \"\\ef85\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pants:after {\n  content: \"\\ef86\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paperclip:before {\n  content: \"\\ef87\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paperclip:after {\n  content: \"\\ef88\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paperclip-horizontal:before {\n  content: \"\\ef89\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paperclip-horizontal:after {\n  content: \"\\ef8a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paper-plane:before {\n  content: \"\\ef8b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paper-plane:after {\n  content: \"\\ef8c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paper-plane-right:before {\n  content: \"\\ef8d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paper-plane-right:after {\n  content: \"\\ef8e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paper-plane-tilt:before {\n  content: \"\\ef8f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paper-plane-tilt:after {\n  content: \"\\ef90\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-parachute:before {\n  content: \"\\ef91\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-parachute:after {\n  content: \"\\ef92\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paragraph:before {\n  content: \"\\ef93\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paragraph:after {\n  content: \"\\ef94\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-parallelogram:before {\n  content: \"\\ef95\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-parallelogram:after {\n  content: \"\\ef96\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-park:before {\n  content: \"\\ef97\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-park:after {\n  content: \"\\ef98\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-password:before {\n  content: \"\\ef99\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-password:after {\n  content: \"\\ef9a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-path:before {\n  content: \"\\ef9b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-path:after {\n  content: \"\\ef9c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-patreon-logo:before {\n  content: \"\\ef9d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-patreon-logo:after {\n  content: \"\\ef9e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pause-circle:before {\n  content: \"\\ef9f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pause-circle:after {\n  content: \"\\efa0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pause:before {\n  content: \"\\efa1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pause:after {\n  content: \"\\efa2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paw-print:before {\n  content: \"\\efa3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paw-print:after {\n  content: \"\\efa4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-paypal-logo:before {\n  content: \"\\efa5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-paypal-logo:after {\n  content: \"\\efa6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-peace:before {\n  content: \"\\efa7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-peace:after {\n  content: \"\\efa8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pencil-circle:before {\n  content: \"\\efa9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pencil-circle:after {\n  content: \"\\efaa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pencil:before {\n  content: \"\\efab\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pencil:after {\n  content: \"\\efac\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pencil-line:before {\n  content: \"\\efad\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pencil-line:after {\n  content: \"\\efae\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pencil-simple:before {\n  content: \"\\efaf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pencil-simple:after {\n  content: \"\\efb0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pencil-simple-line:before {\n  content: \"\\efb1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pencil-simple-line:after {\n  content: \"\\efb2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pencil-simple-slash:before {\n  content: \"\\efb3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pencil-simple-slash:after {\n  content: \"\\efb4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pencil-slash:before {\n  content: \"\\efb5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pencil-slash:after {\n  content: \"\\efb6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pen:before {\n  content: \"\\efb7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pen:after {\n  content: \"\\efb8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pen-nib:before {\n  content: \"\\efb9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pen-nib:after {\n  content: \"\\efba\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pen-nib-straight:before {\n  content: \"\\efbb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pen-nib-straight:after {\n  content: \"\\efbc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pentagram:before {\n  content: \"\\efbd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pentagram:after {\n  content: \"\\efbe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pepper:before {\n  content: \"\\efbf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pepper:after {\n  content: \"\\efc0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-percent:before {\n  content: \"\\efc1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-percent:after {\n  content: \"\\efc2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-person-arms-spread:before {\n  content: \"\\efc3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-person-arms-spread:after {\n  content: \"\\efc4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-person:before {\n  content: \"\\efc5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-person:after {\n  content: \"\\efc6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-person-simple-bike:before {\n  content: \"\\efc7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-person-simple-bike:after {\n  content: \"\\efc8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-person-simple:before {\n  content: \"\\efc9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-person-simple:after {\n  content: \"\\efca\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-person-simple-run:before {\n  content: \"\\efcb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-person-simple-run:after {\n  content: \"\\efcc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-person-simple-throw:before {\n  content: \"\\efcd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-person-simple-throw:after {\n  content: \"\\efce\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-person-simple-walk:before {\n  content: \"\\efcf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-person-simple-walk:after {\n  content: \"\\efd0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-perspective:before {\n  content: \"\\efd1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-perspective:after {\n  content: \"\\efd2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-phone-call:before {\n  content: \"\\efd3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-phone-call:after {\n  content: \"\\efd4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-phone-disconnect:before {\n  content: \"\\efd5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-phone-disconnect:after {\n  content: \"\\efd6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-phone:before {\n  content: \"\\efd7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-phone:after {\n  content: \"\\efd8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-phone-incoming:before {\n  content: \"\\efd9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-phone-incoming:after {\n  content: \"\\efda\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-phone-outgoing:before {\n  content: \"\\efdb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-phone-outgoing:after {\n  content: \"\\efdc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-phone-plus:before {\n  content: \"\\efdd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-phone-plus:after {\n  content: \"\\efde\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-phone-slash:before {\n  content: \"\\efdf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-phone-slash:after {\n  content: \"\\efe0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-phone-x:before {\n  content: \"\\efe1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-phone-x:after {\n  content: \"\\efe2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-phosphor-logo:before {\n  content: \"\\efe3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-phosphor-logo:after {\n  content: \"\\efe4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-piano-keys:before {\n  content: \"\\efe5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-piano-keys:after {\n  content: \"\\efe6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-picture-in-picture:before {\n  content: \"\\efe7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-picture-in-picture:after {\n  content: \"\\efe8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pi:before {\n  content: \"\\efe9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pi:after {\n  content: \"\\efea\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-piggy-bank:before {\n  content: \"\\efeb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-piggy-bank:after {\n  content: \"\\efec\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pill:before {\n  content: \"\\efed\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pill:after {\n  content: \"\\efee\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pinterest-logo:before {\n  content: \"\\efef\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pinterest-logo:after {\n  content: \"\\eff0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pinwheel:before {\n  content: \"\\eff1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pinwheel:after {\n  content: \"\\eff2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pizza:before {\n  content: \"\\eff3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pizza:after {\n  content: \"\\eff4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-placeholder:before {\n  content: \"\\eff5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-placeholder:after {\n  content: \"\\eff6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-planet:before {\n  content: \"\\eff7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-planet:after {\n  content: \"\\eff8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-plant:before {\n  content: \"\\eff9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-plant:after {\n  content: \"\\effa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-play-circle:before {\n  content: \"\\effb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-play-circle:after {\n  content: \"\\effc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-play:before {\n  content: \"\\effd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-play:after {\n  content: \"\\effe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-playlist:before {\n  content: \"\\efff\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-playlist:after {\n  content: \"\\f000\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-play-pause:before {\n  content: \"\\f001\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-play-pause:after {\n  content: \"\\f002\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-plug-charging:before {\n  content: \"\\f003\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-plug-charging:after {\n  content: \"\\f004\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-plug:before {\n  content: \"\\f005\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-plug:after {\n  content: \"\\f006\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-plugs-connected:before {\n  content: \"\\f007\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-plugs-connected:after {\n  content: \"\\f008\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-plugs:before {\n  content: \"\\f009\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-plugs:after {\n  content: \"\\f00a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-plus-circle:before {\n  content: \"\\f00b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-plus-circle:after {\n  content: \"\\f00c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-plus:before {\n  content: \"\\f00d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-plus:after {\n  content: \"\\f00e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-plus-minus:before {\n  content: \"\\f00f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-plus-minus:after {\n  content: \"\\f010\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-plus-square:before {\n  content: \"\\f011\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-plus-square:after {\n  content: \"\\f012\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-poker-chip:before {\n  content: \"\\f013\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-poker-chip:after {\n  content: \"\\f014\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-police-car:before {\n  content: \"\\f015\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-police-car:after {\n  content: \"\\f016\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-polygon:before {\n  content: \"\\f017\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-polygon:after {\n  content: \"\\f018\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-popcorn:before {\n  content: \"\\f019\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-popcorn:after {\n  content: \"\\f01a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-potted-plant:before {\n  content: \"\\f01b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-potted-plant:after {\n  content: \"\\f01c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-power:before {\n  content: \"\\f01d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-power:after {\n  content: \"\\f01e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-prescription:before {\n  content: \"\\f01f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-prescription:after {\n  content: \"\\f020\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-presentation-chart:before {\n  content: \"\\f021\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-presentation-chart:after {\n  content: \"\\f022\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-presentation:before {\n  content: \"\\f023\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-presentation:after {\n  content: \"\\f024\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-printer:before {\n  content: \"\\f025\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-printer:after {\n  content: \"\\f026\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-prohibit:before {\n  content: \"\\f027\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-prohibit:after {\n  content: \"\\f028\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-prohibit-inset:before {\n  content: \"\\f029\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-prohibit-inset:after {\n  content: \"\\f02a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-projector-screen-chart:before {\n  content: \"\\f02b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-projector-screen-chart:after {\n  content: \"\\f02c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-projector-screen:before {\n  content: \"\\f02d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-projector-screen:after {\n  content: \"\\f02e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-pulse:before, .ph-duotone.ph-activity:before {\n  content: \"\\f02f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-pulse:after, .ph-duotone.ph-activity:after {\n  content: \"\\f030\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-push-pin:before {\n  content: \"\\f031\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-push-pin:after {\n  content: \"\\f032\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-push-pin-simple:before {\n  content: \"\\f033\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-push-pin-simple:after {\n  content: \"\\f034\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-push-pin-simple-slash:before {\n  content: \"\\f035\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-push-pin-simple-slash:after {\n  content: \"\\f036\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-push-pin-slash:before {\n  content: \"\\f037\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-push-pin-slash:after {\n  content: \"\\f038\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-puzzle-piece:before {\n  content: \"\\f039\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-puzzle-piece:after {\n  content: \"\\f03a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-qr-code:before {\n  content: \"\\f03b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-qr-code:after {\n  content: \"\\f03c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-question:before {\n  content: \"\\f03d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-question:after {\n  content: \"\\f03e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-queue:before {\n  content: \"\\f03f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-queue:after {\n  content: \"\\f040\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-quotes:before {\n  content: \"\\f041\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-quotes:after {\n  content: \"\\f042\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-radical:before {\n  content: \"\\f043\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-radical:after {\n  content: \"\\f044\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-radioactive:before {\n  content: \"\\f045\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-radioactive:after {\n  content: \"\\f046\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-radio-button:before {\n  content: \"\\f047\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-radio-button:after {\n  content: \"\\f048\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-radio:before {\n  content: \"\\f049\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-radio:after {\n  content: \"\\f04a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rainbow-cloud:before {\n  content: \"\\f04b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rainbow-cloud:after {\n  content: \"\\f04c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rainbow:before {\n  content: \"\\f04d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rainbow:after {\n  content: \"\\f04e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-read-cv-logo:before {\n  content: \"\\f04f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-read-cv-logo:after {\n  content: \"\\f050\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-receipt:before {\n  content: \"\\f051\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-receipt:after {\n  content: \"\\f052\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-receipt-x:before {\n  content: \"\\f053\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-receipt-x:after {\n  content: \"\\f054\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-record:before {\n  content: \"\\f055\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-record:after {\n  content: \"\\f056\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rectangle:before {\n  content: \"\\f057\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rectangle:after {\n  content: \"\\f058\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-recycle:before {\n  content: \"\\f059\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-recycle:after {\n  content: \"\\f05a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-reddit-logo:before {\n  content: \"\\f05b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-reddit-logo:after {\n  content: \"\\f05c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-repeat:before {\n  content: \"\\f05d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-repeat:after {\n  content: \"\\f05e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-repeat-once:before {\n  content: \"\\f05f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-repeat-once:after {\n  content: \"\\f060\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rewind-circle:before {\n  content: \"\\f061\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rewind-circle:after {\n  content: \"\\f062\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rewind:before {\n  content: \"\\f063\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rewind:after {\n  content: \"\\f064\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-road-horizon:before {\n  content: \"\\f065\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-road-horizon:after {\n  content: \"\\f066\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-robot:before {\n  content: \"\\f067\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-robot:after {\n  content: \"\\f068\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rocket:before {\n  content: \"\\f069\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rocket:after {\n  content: \"\\f06a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rocket-launch:before {\n  content: \"\\f06b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rocket-launch:after {\n  content: \"\\f06c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rows:before {\n  content: \"\\f06d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rows:after {\n  content: \"\\f06e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rss:before {\n  content: \"\\f06f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rss:after {\n  content: \"\\f070\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rss-simple:before {\n  content: \"\\f071\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rss-simple:after {\n  content: \"\\f072\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-rug:before {\n  content: \"\\f073\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-rug:after {\n  content: \"\\f074\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-ruler:before {\n  content: \"\\f075\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-ruler:after {\n  content: \"\\f076\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-scales:before {\n  content: \"\\f077\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-scales:after {\n  content: \"\\f078\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-scan:before {\n  content: \"\\f079\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-scan:after {\n  content: \"\\f07a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-scissors:before {\n  content: \"\\f07b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-scissors:after {\n  content: \"\\f07c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-scooter:before {\n  content: \"\\f07d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-scooter:after {\n  content: \"\\f07e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-screencast:before {\n  content: \"\\f07f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-screencast:after {\n  content: \"\\f080\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-scribble-loop:before {\n  content: \"\\f081\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-scribble-loop:after {\n  content: \"\\f082\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-scroll:before {\n  content: \"\\f083\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-scroll:after {\n  content: \"\\f084\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-seal-check:before, .ph-duotone.ph-circle-wavy-check:before {\n  content: \"\\f085\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-seal-check:after, .ph-duotone.ph-circle-wavy-check:after {\n  content: \"\\f086\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-seal:before, .ph-duotone.ph-circle-wavy:before {\n  content: \"\\f087\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-seal:after, .ph-duotone.ph-circle-wavy:after {\n  content: \"\\f088\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-seal-question:before, .ph-duotone.ph-circle-wavy-question:before {\n  content: \"\\f089\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-seal-question:after, .ph-duotone.ph-circle-wavy-question:after {\n  content: \"\\f08a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-seal-warning:before, .ph-duotone.ph-circle-wavy-warning:before {\n  content: \"\\f08b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-seal-warning:after, .ph-duotone.ph-circle-wavy-warning:after {\n  content: \"\\f08c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-selection-all:before {\n  content: \"\\f08d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-selection-all:after {\n  content: \"\\f08e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-selection-background:before {\n  content: \"\\f08f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-selection-background:after {\n  content: \"\\f090\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-selection:before {\n  content: \"\\f091\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-selection:after {\n  content: \"\\f092\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-selection-foreground:before {\n  content: \"\\f093\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-selection-foreground:after {\n  content: \"\\f094\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-selection-inverse:before {\n  content: \"\\f095\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-selection-inverse:after {\n  content: \"\\f096\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-selection-plus:before {\n  content: \"\\f097\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-selection-plus:after {\n  content: \"\\f098\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-selection-slash:before {\n  content: \"\\f099\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-selection-slash:after {\n  content: \"\\f09a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shapes:before {\n  content: \"\\f09b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shapes:after {\n  content: \"\\f09c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-share:before {\n  content: \"\\f09d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-share:after {\n  content: \"\\f09e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-share-fat:before {\n  content: \"\\f09f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-share-fat:after {\n  content: \"\\f0a0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-share-network:before {\n  content: \"\\f0a1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-share-network:after {\n  content: \"\\f0a2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shield-check:before {\n  content: \"\\f0a3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shield-check:after {\n  content: \"\\f0a4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shield-checkered:before {\n  content: \"\\f0a5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shield-checkered:after {\n  content: \"\\f0a6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shield-chevron:before {\n  content: \"\\f0a7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shield-chevron:after {\n  content: \"\\f0a8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shield:before {\n  content: \"\\f0a9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shield:after {\n  content: \"\\f0aa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shield-plus:before {\n  content: \"\\f0ab\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shield-plus:after {\n  content: \"\\f0ac\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shield-slash:before {\n  content: \"\\f0ad\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shield-slash:after {\n  content: \"\\f0ae\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shield-star:before {\n  content: \"\\f0af\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shield-star:after {\n  content: \"\\f0b0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shield-warning:before {\n  content: \"\\f0b1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shield-warning:after {\n  content: \"\\f0b2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shirt-folded:before {\n  content: \"\\f0b3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shirt-folded:after {\n  content: \"\\f0b4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shooting-star:before {\n  content: \"\\f0b5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shooting-star:after {\n  content: \"\\f0b6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shopping-bag:before {\n  content: \"\\f0b7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shopping-bag:after {\n  content: \"\\f0b8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shopping-bag-open:before {\n  content: \"\\f0b9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shopping-bag-open:after {\n  content: \"\\f0ba\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shopping-cart:before {\n  content: \"\\f0bb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shopping-cart:after {\n  content: \"\\f0bc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shopping-cart-simple:before {\n  content: \"\\f0bd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shopping-cart-simple:after {\n  content: \"\\f0be\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shower:before {\n  content: \"\\f0bf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shower:after {\n  content: \"\\f0c0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shrimp:before {\n  content: \"\\f0c1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shrimp:after {\n  content: \"\\f0c2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shuffle-angular:before {\n  content: \"\\f0c3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shuffle-angular:after {\n  content: \"\\f0c4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shuffle:before {\n  content: \"\\f0c5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shuffle:after {\n  content: \"\\f0c6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-shuffle-simple:before {\n  content: \"\\f0c7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-shuffle-simple:after {\n  content: \"\\f0c8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sidebar:before {\n  content: \"\\f0c9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sidebar:after {\n  content: \"\\f0ca\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sidebar-simple:before {\n  content: \"\\f0cb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sidebar-simple:after {\n  content: \"\\f0cc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sigma:before {\n  content: \"\\f0cd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sigma:after {\n  content: \"\\f0ce\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-signature:before {\n  content: \"\\f0cf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-signature:after {\n  content: \"\\f0d0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sign-in:before {\n  content: \"\\f0d1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sign-in:after {\n  content: \"\\f0d2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sign-out:before {\n  content: \"\\f0d3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sign-out:after {\n  content: \"\\f0d4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-signpost:before {\n  content: \"\\f0d5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-signpost:after {\n  content: \"\\f0d6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sim-card:before {\n  content: \"\\f0d7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sim-card:after {\n  content: \"\\f0d8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-siren:before {\n  content: \"\\f0d9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-siren:after {\n  content: \"\\f0da\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sketch-logo:before {\n  content: \"\\f0db\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sketch-logo:after {\n  content: \"\\f0dc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-skip-back-circle:before {\n  content: \"\\f0dd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-skip-back-circle:after {\n  content: \"\\f0de\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-skip-back:before {\n  content: \"\\f0df\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-skip-back:after {\n  content: \"\\f0e0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-skip-forward-circle:before {\n  content: \"\\f0e1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-skip-forward-circle:after {\n  content: \"\\f0e2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-skip-forward:before {\n  content: \"\\f0e3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-skip-forward:after {\n  content: \"\\f0e4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-skull:before {\n  content: \"\\f0e5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-skull:after {\n  content: \"\\f0e6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-slack-logo:before {\n  content: \"\\f0e7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-slack-logo:after {\n  content: \"\\f0e8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sliders:before {\n  content: \"\\f0e9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sliders:after {\n  content: \"\\f0ea\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sliders-horizontal:before {\n  content: \"\\f0eb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sliders-horizontal:after {\n  content: \"\\f0ec\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-slideshow:before {\n  content: \"\\f0ed\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-slideshow:after {\n  content: \"\\f0ee\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-smiley-angry:before {\n  content: \"\\f0ef\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-smiley-angry:after {\n  content: \"\\f0f0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-smiley-blank:before {\n  content: \"\\f0f1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-smiley-blank:after {\n  content: \"\\f0f2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-smiley:before {\n  content: \"\\f0f3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-smiley:after {\n  content: \"\\f0f4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-smiley-meh:before {\n  content: \"\\f0f5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-smiley-meh:after {\n  content: \"\\f0f6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-smiley-nervous:before {\n  content: \"\\f0f7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-smiley-nervous:after {\n  content: \"\\f0f8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-smiley-sad:before {\n  content: \"\\f0f9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-smiley-sad:after {\n  content: \"\\f0fa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-smiley-sticker:before {\n  content: \"\\f0fb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-smiley-sticker:after {\n  content: \"\\f0fc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-smiley-wink:before {\n  content: \"\\f0fd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-smiley-wink:after {\n  content: \"\\f0fe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-smiley-x-eyes:before {\n  content: \"\\f0ff\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-smiley-x-eyes:after {\n  content: \"\\f100\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-snapchat-logo:before {\n  content: \"\\f101\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-snapchat-logo:after {\n  content: \"\\f102\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sneaker:before {\n  content: \"\\f103\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sneaker:after {\n  content: \"\\f104\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sneaker-move:before {\n  content: \"\\f105\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sneaker-move:after {\n  content: \"\\f106\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-snowflake:before {\n  content: \"\\f107\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-snowflake:after {\n  content: \"\\f108\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-soccer-ball:before {\n  content: \"\\f109\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-soccer-ball:after {\n  content: \"\\f10a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sort-ascending:before {\n  content: \"\\f10b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sort-ascending:after {\n  content: \"\\f10c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sort-descending:before {\n  content: \"\\f10d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sort-descending:after {\n  content: \"\\f10e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-soundcloud-logo:before {\n  content: \"\\f10f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-soundcloud-logo:after {\n  content: \"\\f110\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-spade:before {\n  content: \"\\f111\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-spade:after {\n  content: \"\\f112\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sparkle:before {\n  content: \"\\f113\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sparkle:after {\n  content: \"\\f114\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-hifi:before {\n  content: \"\\f115\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-hifi:after {\n  content: \"\\f116\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-high:before {\n  content: \"\\f117\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-high:after {\n  content: \"\\f118\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-low:before {\n  content: \"\\f119\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-low:after {\n  content: \"\\f11a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-none:before {\n  content: \"\\f11b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-none:after {\n  content: \"\\f11c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-simple-high:before {\n  content: \"\\f11d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-simple-high:after {\n  content: \"\\f11e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-simple-low:before {\n  content: \"\\f11f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-simple-low:after {\n  content: \"\\f120\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-simple-none:before {\n  content: \"\\f121\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-simple-none:after {\n  content: \"\\f122\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-simple-slash:before {\n  content: \"\\f123\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-simple-slash:after {\n  content: \"\\f124\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-simple-x:before {\n  content: \"\\f125\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-simple-x:after {\n  content: \"\\f126\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-slash:before {\n  content: \"\\f127\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-slash:after {\n  content: \"\\f128\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-speaker-x:before {\n  content: \"\\f129\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-speaker-x:after {\n  content: \"\\f12a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-spinner:before {\n  content: \"\\f12b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-spinner:after {\n  content: \"\\f12c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-spinner-gap:before {\n  content: \"\\f12d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-spinner-gap:after {\n  content: \"\\f12e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-spiral:before {\n  content: \"\\f12f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-spiral:after {\n  content: \"\\f130\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-split-horizontal:before {\n  content: \"\\f131\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-split-horizontal:after {\n  content: \"\\f132\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-split-vertical:before {\n  content: \"\\f133\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-split-vertical:after {\n  content: \"\\f134\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-spotify-logo:before {\n  content: \"\\f135\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-spotify-logo:after {\n  content: \"\\f136\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-square:before {\n  content: \"\\f137\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-square:after {\n  content: \"\\f138\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-square-half-bottom:before {\n  content: \"\\f139\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-square-half-bottom:after {\n  content: \"\\f13a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-square-half:before {\n  content: \"\\f13b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-square-half:after {\n  content: \"\\f13c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-square-logo:before {\n  content: \"\\f13d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-square-logo:after {\n  content: \"\\f13e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-squares-four:before {\n  content: \"\\f13f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-squares-four:after {\n  content: \"\\f140\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-square-split-horizontal:before {\n  content: \"\\f141\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-square-split-horizontal:after {\n  content: \"\\f142\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-square-split-vertical:before {\n  content: \"\\f143\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-square-split-vertical:after {\n  content: \"\\f144\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stack:before {\n  content: \"\\f145\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stack:after {\n  content: \"\\f146\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stack-overflow-logo:before {\n  content: \"\\f147\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stack-overflow-logo:after {\n  content: \"\\f148\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stack-simple:before {\n  content: \"\\f149\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stack-simple:after {\n  content: \"\\f14a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stairs:before {\n  content: \"\\f14b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stairs:after {\n  content: \"\\f14c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stamp:before {\n  content: \"\\f14d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stamp:after {\n  content: \"\\f14e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-star-and-crescent:before {\n  content: \"\\f14f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-star-and-crescent:after {\n  content: \"\\f150\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-star:before {\n  content: \"\\f151\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-star:after {\n  content: \"\\f152\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-star-four:before {\n  content: \"\\f153\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-star-four:after {\n  content: \"\\f154\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-star-half:before {\n  content: \"\\f155\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-star-half:after {\n  content: \"\\f156\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-star-of-david:before {\n  content: \"\\f157\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-star-of-david:after {\n  content: \"\\f158\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-steering-wheel:before {\n  content: \"\\f159\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-steering-wheel:after {\n  content: \"\\f15a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-steps:before {\n  content: \"\\f15b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-steps:after {\n  content: \"\\f15c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stethoscope:before {\n  content: \"\\f15d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stethoscope:after {\n  content: \"\\f15e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sticker:before {\n  content: \"\\f15f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sticker:after {\n  content: \"\\f160\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stool:before {\n  content: \"\\f161\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stool:after {\n  content: \"\\f162\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stop-circle:before {\n  content: \"\\f163\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stop-circle:after {\n  content: \"\\f164\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stop:before {\n  content: \"\\f165\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stop:after {\n  content: \"\\f166\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-storefront:before {\n  content: \"\\f167\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-storefront:after {\n  content: \"\\f168\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-strategy:before {\n  content: \"\\f169\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-strategy:after {\n  content: \"\\f16a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-stripe-logo:before {\n  content: \"\\f16b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-stripe-logo:after {\n  content: \"\\f16c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-student:before {\n  content: \"\\f16d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-student:after {\n  content: \"\\f16e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-subtitles:before {\n  content: \"\\f16f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-subtitles:after {\n  content: \"\\f170\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-subtract:before {\n  content: \"\\f171\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-subtract:after {\n  content: \"\\f172\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-subtract-square:before {\n  content: \"\\f173\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-subtract-square:after {\n  content: \"\\f174\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-suitcase:before {\n  content: \"\\f175\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-suitcase:after {\n  content: \"\\f176\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-suitcase-rolling:before {\n  content: \"\\f177\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-suitcase-rolling:after {\n  content: \"\\f178\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-suitcase-simple:before {\n  content: \"\\f179\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-suitcase-simple:after {\n  content: \"\\f17a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sun-dim:before {\n  content: \"\\f17b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sun-dim:after {\n  content: \"\\f17c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sun:before {\n  content: \"\\f17d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sun:after {\n  content: \"\\f17e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sunglasses:before {\n  content: \"\\f17f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sunglasses:after {\n  content: \"\\f180\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sun-horizon:before {\n  content: \"\\f181\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sun-horizon:after {\n  content: \"\\f182\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-swap:before {\n  content: \"\\f183\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-swap:after {\n  content: \"\\f184\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-swatches:before {\n  content: \"\\f185\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-swatches:after {\n  content: \"\\f186\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-swimming-pool:before {\n  content: \"\\f187\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-swimming-pool:after {\n  content: \"\\f188\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-sword:before {\n  content: \"\\f189\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-sword:after {\n  content: \"\\f18a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-synagogue:before {\n  content: \"\\f18b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-synagogue:after {\n  content: \"\\f18c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-syringe:before {\n  content: \"\\f18d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-syringe:after {\n  content: \"\\f18e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-table:before {\n  content: \"\\f18f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-table:after {\n  content: \"\\f190\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tabs:before {\n  content: \"\\f191\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tabs:after {\n  content: \"\\f192\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tag-chevron:before {\n  content: \"\\f193\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tag-chevron:after {\n  content: \"\\f194\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tag:before {\n  content: \"\\f195\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tag:after {\n  content: \"\\f196\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tag-simple:before {\n  content: \"\\f197\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tag-simple:after {\n  content: \"\\f198\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-target:before {\n  content: \"\\f199\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-target:after {\n  content: \"\\f19a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-taxi:before {\n  content: \"\\f19b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-taxi:after {\n  content: \"\\f19c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-telegram-logo:before {\n  content: \"\\f19d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-telegram-logo:after {\n  content: \"\\f19e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-television:before {\n  content: \"\\f19f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-television:after {\n  content: \"\\f1a0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-television-simple:before {\n  content: \"\\f1a1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-television-simple:after {\n  content: \"\\f1a2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tennis-ball:before {\n  content: \"\\f1a3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tennis-ball:after {\n  content: \"\\f1a4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tent:before {\n  content: \"\\f1a5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tent:after {\n  content: \"\\f1a6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-terminal:before {\n  content: \"\\f1a7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-terminal:after {\n  content: \"\\f1a8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-terminal-window:before {\n  content: \"\\f1a9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-terminal-window:after {\n  content: \"\\f1aa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-test-tube:before {\n  content: \"\\f1ab\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-test-tube:after {\n  content: \"\\f1ac\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-aa:before {\n  content: \"\\f1ad\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-aa:after {\n  content: \"\\f1ae\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-align-center:before {\n  content: \"\\f1af\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-align-center:after {\n  content: \"\\f1b0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-align-justify:before {\n  content: \"\\f1b1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-align-justify:after {\n  content: \"\\f1b2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-align-left:before {\n  content: \"\\f1b3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-align-left:after {\n  content: \"\\f1b4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-align-right:before {\n  content: \"\\f1b5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-align-right:after {\n  content: \"\\f1b6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-a-underline:before {\n  content: \"\\f1b7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-a-underline:after {\n  content: \"\\f1b8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-b:before, .ph-duotone.ph-text-bolder:before {\n  content: \"\\f1b9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-b:after, .ph-duotone.ph-text-bolder:after {\n  content: \"\\f1ba\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-textbox:before {\n  content: \"\\f1bb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-textbox:after {\n  content: \"\\f1bc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-columns:before {\n  content: \"\\f1bd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-columns:after {\n  content: \"\\f1be\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-h:before {\n  content: \"\\f1bf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-h:after {\n  content: \"\\f1c0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-h-five:before {\n  content: \"\\f1c1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-h-five:after {\n  content: \"\\f1c2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-h-four:before {\n  content: \"\\f1c3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-h-four:after {\n  content: \"\\f1c4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-h-one:before {\n  content: \"\\f1c5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-h-one:after {\n  content: \"\\f1c6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-h-six:before {\n  content: \"\\f1c7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-h-six:after {\n  content: \"\\f1c8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-h-three:before {\n  content: \"\\f1c9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-h-three:after {\n  content: \"\\f1ca\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-h-two:before {\n  content: \"\\f1cb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-h-two:after {\n  content: \"\\f1cc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-indent:before {\n  content: \"\\f1cd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-indent:after {\n  content: \"\\f1ce\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-italic:before {\n  content: \"\\f1cf\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-italic:after {\n  content: \"\\f1d0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-outdent:before {\n  content: \"\\f1d1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-outdent:after {\n  content: \"\\f1d2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-strikethrough:before {\n  content: \"\\f1d3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-strikethrough:after {\n  content: \"\\f1d4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-t:before {\n  content: \"\\f1d5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-t:after {\n  content: \"\\f1d6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-text-underline:before {\n  content: \"\\f1d7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-text-underline:after {\n  content: \"\\f1d8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-thermometer-cold:before {\n  content: \"\\f1d9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-thermometer-cold:after {\n  content: \"\\f1da\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-thermometer:before {\n  content: \"\\f1db\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-thermometer:after {\n  content: \"\\f1dc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-thermometer-hot:before {\n  content: \"\\f1dd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-thermometer-hot:after {\n  content: \"\\f1de\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-thermometer-simple:before {\n  content: \"\\f1df\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-thermometer-simple:after {\n  content: \"\\f1e0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-thumbs-down:before {\n  content: \"\\f1e1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-thumbs-down:after {\n  content: \"\\f1e2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-thumbs-up:before {\n  content: \"\\f1e3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-thumbs-up:after {\n  content: \"\\f1e4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-ticket:before {\n  content: \"\\f1e5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-ticket:after {\n  content: \"\\f1e6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tidal-logo:before {\n  content: \"\\f1e7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tidal-logo:after {\n  content: \"\\f1e8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tiktok-logo:before {\n  content: \"\\f1e9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tiktok-logo:after {\n  content: \"\\f1ea\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-timer:before {\n  content: \"\\f1eb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-timer:after {\n  content: \"\\f1ec\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tipi:before {\n  content: \"\\f1ed\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tipi:after {\n  content: \"\\f1ee\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-toggle-left:before {\n  content: \"\\f1ef\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-toggle-left:after {\n  content: \"\\f1f0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-toggle-right:before {\n  content: \"\\f1f1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-toggle-right:after {\n  content: \"\\f1f2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-toilet:before {\n  content: \"\\f1f3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-toilet:after {\n  content: \"\\f1f4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-toilet-paper:before {\n  content: \"\\f1f5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-toilet-paper:after {\n  content: \"\\f1f6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-toolbox:before {\n  content: \"\\f1f7\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-toolbox:after {\n  content: \"\\f1f8\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tooth:before {\n  content: \"\\f1f9\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tooth:after {\n  content: \"\\f1fa\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tote:before {\n  content: \"\\f1fb\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tote:after {\n  content: \"\\f1fc\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tote-simple:before {\n  content: \"\\f1fd\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tote-simple:after {\n  content: \"\\f1fe\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-trademark:before {\n  content: \"\\f1ff\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-trademark:after {\n  content: \"\\f200\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-trademark-registered:before {\n  content: \"\\f201\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-trademark-registered:after {\n  content: \"\\f202\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-traffic-cone:before {\n  content: \"\\f203\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-traffic-cone:after {\n  content: \"\\f204\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-traffic-signal:before {\n  content: \"\\f205\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-traffic-signal:after {\n  content: \"\\f206\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-traffic-sign:before {\n  content: \"\\f207\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-traffic-sign:after {\n  content: \"\\f208\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-train:before {\n  content: \"\\f209\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-train:after {\n  content: \"\\f20a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-train-regional:before {\n  content: \"\\f20b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-train-regional:after {\n  content: \"\\f20c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-train-simple:before {\n  content: \"\\f20d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-train-simple:after {\n  content: \"\\f20e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tram:before {\n  content: \"\\f20f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tram:after {\n  content: \"\\f210\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-translate:before {\n  content: \"\\f211\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-translate:after {\n  content: \"\\f212\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-trash:before {\n  content: \"\\f213\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-trash:after {\n  content: \"\\f214\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-trash-simple:before {\n  content: \"\\f215\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-trash-simple:after {\n  content: \"\\f216\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tray:before {\n  content: \"\\f217\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tray:after {\n  content: \"\\f218\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tree:before {\n  content: \"\\f219\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tree:after {\n  content: \"\\f21a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tree-evergreen:before {\n  content: \"\\f21b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tree-evergreen:after {\n  content: \"\\f21c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tree-palm:before {\n  content: \"\\f21d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tree-palm:after {\n  content: \"\\f21e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-tree-structure:before {\n  content: \"\\f21f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-tree-structure:after {\n  content: \"\\f220\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-trend-down:before {\n  content: \"\\f221\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-trend-down:after {\n  content: \"\\f222\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-trend-up:before {\n  content: \"\\f223\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-trend-up:after {\n  content: \"\\f224\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-triangle:before {\n  content: \"\\f225\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-triangle:after {\n  content: \"\\f226\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-trophy:before {\n  content: \"\\f227\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-trophy:after {\n  content: \"\\f228\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-truck:before {\n  content: \"\\f229\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-truck:after {\n  content: \"\\f22a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-t-shirt:before {\n  content: \"\\f22b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-t-shirt:after {\n  content: \"\\f22c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-twitch-logo:before {\n  content: \"\\f22d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-twitch-logo:after {\n  content: \"\\f22e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-twitter-logo:before {\n  content: \"\\f22f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-twitter-logo:after {\n  content: \"\\f230\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-umbrella:before {\n  content: \"\\f231\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-umbrella:after {\n  content: \"\\f232\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-umbrella-simple:before {\n  content: \"\\f233\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-umbrella-simple:after {\n  content: \"\\f234\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-unite:before {\n  content: \"\\f235\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-unite:after {\n  content: \"\\f236\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-unite-square:before {\n  content: \"\\f237\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-unite-square:after {\n  content: \"\\f238\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-upload:before {\n  content: \"\\f239\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-upload:after {\n  content: \"\\f23a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-upload-simple:before {\n  content: \"\\f23b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-upload-simple:after {\n  content: \"\\f23c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-usb:before {\n  content: \"\\f23d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-usb:after {\n  content: \"\\f23e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-circle:before {\n  content: \"\\f23f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-circle:after {\n  content: \"\\f240\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-circle-gear:before {\n  content: \"\\f241\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-circle-gear:after {\n  content: \"\\f242\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-circle-minus:before {\n  content: \"\\f243\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-circle-minus:after {\n  content: \"\\f244\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-circle-plus:before {\n  content: \"\\f245\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-circle-plus:after {\n  content: \"\\f246\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user:before {\n  content: \"\\f247\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user:after {\n  content: \"\\f248\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-focus:before {\n  content: \"\\f249\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-focus:after {\n  content: \"\\f24a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-gear:before {\n  content: \"\\f24b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-gear:after {\n  content: \"\\f24c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-list:before {\n  content: \"\\f24d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-list:after {\n  content: \"\\f24e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-minus:before {\n  content: \"\\f24f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-minus:after {\n  content: \"\\f250\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-plus:before {\n  content: \"\\f251\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-plus:after {\n  content: \"\\f252\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-rectangle:before {\n  content: \"\\f253\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-rectangle:after {\n  content: \"\\f254\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-users:before {\n  content: \"\\f255\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-users:after {\n  content: \"\\f256\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-users-four:before {\n  content: \"\\f257\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-users-four:after {\n  content: \"\\f258\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-square:before {\n  content: \"\\f259\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-square:after {\n  content: \"\\f25a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-users-three:before {\n  content: \"\\f25b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-users-three:after {\n  content: \"\\f25c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-user-switch:before {\n  content: \"\\f25d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-user-switch:after {\n  content: \"\\f25e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-van:before {\n  content: \"\\f25f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-van:after {\n  content: \"\\f260\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-vault:before {\n  content: \"\\f261\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-vault:after {\n  content: \"\\f262\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-vibrate:before {\n  content: \"\\f263\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-vibrate:after {\n  content: \"\\f264\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-video-camera:before {\n  content: \"\\f265\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-video-camera:after {\n  content: \"\\f266\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-video-camera-slash:before {\n  content: \"\\f267\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-video-camera-slash:after {\n  content: \"\\f268\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-video:before {\n  content: \"\\f269\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-video:after {\n  content: \"\\f26a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-vignette:before {\n  content: \"\\f26b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-vignette:after {\n  content: \"\\f26c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-vinyl-record:before {\n  content: \"\\f26d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-vinyl-record:after {\n  content: \"\\f26e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-virtual-reality:before {\n  content: \"\\f26f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-virtual-reality:after {\n  content: \"\\f270\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-virus:before {\n  content: \"\\f271\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-virus:after {\n  content: \"\\f272\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-voicemail:before {\n  content: \"\\f273\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-voicemail:after {\n  content: \"\\f274\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-volleyball:before {\n  content: \"\\f275\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-volleyball:after {\n  content: \"\\f276\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wall:before {\n  content: \"\\f277\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wall:after {\n  content: \"\\f278\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wallet:before {\n  content: \"\\f279\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wallet:after {\n  content: \"\\f27a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-warehouse:before {\n  content: \"\\f27b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-warehouse:after {\n  content: \"\\f27c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-warning-circle:before {\n  content: \"\\f27d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-warning-circle:after {\n  content: \"\\f27e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-warning-diamond:before {\n  content: \"\\f27f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-warning-diamond:after {\n  content: \"\\f280\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-warning:before {\n  content: \"\\f281\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-warning:after {\n  content: \"\\f282\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-warning-octagon:before {\n  content: \"\\f283\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-warning-octagon:after {\n  content: \"\\f284\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-watch:before {\n  content: \"\\f285\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-watch:after {\n  content: \"\\f286\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-waveform:before {\n  content: \"\\f287\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-waveform:after {\n  content: \"\\f288\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wave-sawtooth:before {\n  content: \"\\f289\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wave-sawtooth:after {\n  content: \"\\f28a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-waves:before {\n  content: \"\\f28b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-waves:after {\n  content: \"\\f28c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wave-sine:before {\n  content: \"\\f28d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wave-sine:after {\n  content: \"\\f28e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wave-square:before {\n  content: \"\\f28f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wave-square:after {\n  content: \"\\f290\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wave-triangle:before {\n  content: \"\\f291\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wave-triangle:after {\n  content: \"\\f292\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-webcam:before {\n  content: \"\\f293\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-webcam:after {\n  content: \"\\f294\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-webcam-slash:before {\n  content: \"\\f295\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-webcam-slash:after {\n  content: \"\\f296\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-webhooks-logo:before {\n  content: \"\\f297\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-webhooks-logo:after {\n  content: \"\\f298\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wechat-logo:before {\n  content: \"\\f299\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wechat-logo:after {\n  content: \"\\f29a\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-whatsapp-logo:before {\n  content: \"\\f29b\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-whatsapp-logo:after {\n  content: \"\\f29c\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wheelchair:before {\n  content: \"\\f29d\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wheelchair:after {\n  content: \"\\f29e\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wheelchair-motion:before {\n  content: \"\\f29f\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wheelchair-motion:after {\n  content: \"\\f2a0\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wifi-high:before {\n  content: \"\\f2a1\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wifi-high:after {\n  content: \"\\f2a2\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wifi-low:before {\n  content: \"\\f2a3\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wifi-low:after {\n  content: \"\\f2a4\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wifi-medium:before {\n  content: \"\\f2a5\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wifi-medium:after {\n  content: \"\\f2a6\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wifi-none-duotone:before {\n  content: \"\\f2a7\";\n}\n.ph-duotone.ph-wifi-slash:before {\n  content: \"\\f2a8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wifi-slash:after {\n  content: \"\\f2a9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wifi-x:before {\n  content: \"\\f2aa\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wifi-x:after {\n  content: \"\\f2ab\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wind:before {\n  content: \"\\f2ac\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wind:after {\n  content: \"\\f2ad\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-windows-logo:before {\n  content: \"\\f2ae\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-windows-logo:after {\n  content: \"\\f2af\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wine:before {\n  content: \"\\f2b0\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wine:after {\n  content: \"\\f2b1\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-wrench:before {\n  content: \"\\f2b2\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-wrench:after {\n  content: \"\\f2b3\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-x-circle:before {\n  content: \"\\f2b4\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-x-circle:after {\n  content: \"\\f2b5\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-x:before {\n  content: \"\\f2b6\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-x:after {\n  content: \"\\f2b7\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-x-square:before {\n  content: \"\\f2b8\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-x-square:after {\n  content: \"\\f2b9\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-yin-yang:before {\n  content: \"\\f2ba\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-yin-yang:after {\n  content: \"\\f2bb\";\n  margin-left: -1em;\n}\n.ph-duotone.ph-youtube-logo:before {\n  content: \"\\f2bc\";\n  opacity: 0.2;\n}\n.ph-duotone.ph-youtube-logo:after {\n  content: \"\\f2bd\";\n  margin-left: -1em;\n}\n"
  },
  {
    "path": "static/phosphor-icons/regular/selection.json",
    "content": "{\"IcoMoonType\":\"selection\",\"icons\":[{\"icon\":{\"paths\":[\"M332.76 697.6c5.286 4.007 11.974 6.419 19.226 6.419 10.441 0 19.715-5.001 25.556-12.738l0.059-0.081c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080c-28.241-37.584-65.16-67.174-107.866-86.075l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.535 19.552-81.538 49.149-109.34 86.067l-0.5 0.693c-4.004 5.285-6.414 11.971-6.414 19.219 0 10.422 4.982 19.68 12.695 25.523l0.080 0.058zM448 448c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM832 96h-576c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM832 864h-576v-704h576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"address-book\"]},\"attrs\":[{}],\"properties\":{\"order\":25741,\"id\":1247,\"name\":\"address-book\",\"prevSize\":16,\"code\":59648,\"ligatures\":\"\"},\"setIdx\":0,\"setId\":0,\"iconIdx\":0},{\"icon\":{\"paths\":[\"M942.32 515.36l-302.32-151.12v-172.24c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 172.24l-302.32 151.12c-10.567 5.373-17.68 16.164-17.68 28.617 0 0.008 0 0.016 0 0.024l-0-0.001v128c0.010 17.665 14.333 31.982 32 31.982 2.222 0 4.392-0.227 6.487-0.658l-0.207 0.036 281.72-56.32v75.72l-54.64 54.6c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v128c-0 0.016-0 0.036-0 0.055 0 17.673 14.327 32 32 32 4.325 0 8.449-0.858 12.213-2.413l-0.213 0.078 148-59.24 148 59.24c3.551 1.477 7.675 2.335 12 2.335 17.673 0 32-14.327 32-32 0-0.019-0-0.039-0-0.058l0 0.003v-128c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-54.64-54.6v-75.72l281.72 56.32c1.888 0.396 4.058 0.622 6.28 0.622 17.667 0 31.99-14.317 32-31.981l0-0.001v-128c0-0.007 0-0.015 0-0.023 0-12.453-7.113-23.245-17.498-28.533l-0.182-0.084zM896 632.96l-281.72-56.32c-1.888-0.396-4.058-0.622-6.28-0.622-17.667 0-31.99 14.317-32 31.981l-0 0.001v128c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 54.64 54.6v67.48l-116-46.44c-3.517-1.447-7.601-2.287-11.88-2.287s-8.363 0.84-12.094 2.364l0.214-0.077-116.24 46.44v-67.48l54.64-54.6c5.783-5.79 9.36-13.785 9.36-22.615 0-0.009-0-0.018-0-0.027l0 0.001v-128c-0.010-17.665-14.333-31.982-32-31.982-2.222 0-4.392 0.227-6.487 0.658l0.207-0.036-281.72 56.32v-69.2l302.32-151.12c10.567-5.373 17.68-16.164 17.68-28.617 0-0.008-0-0.016-0-0.024l0 0.001v-192c0-35.346 28.654-64 64-64s64 28.654 64 64v0 192c-0 0.007-0 0.015-0 0.023 0 12.453 7.113 23.245 17.498 28.533l0.182 0.084 302.32 151.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"airplane\"]},\"attrs\":[{}],\"properties\":{\"order\":25742,\"id\":1246,\"name\":\"airplane\",\"prevSize\":16,\"code\":59649,\"ligatures\":\"\"},\"setIdx\":0,\"setId\":0,\"iconIdx\":1},{\"icon\":{\"paths\":[\"M896 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM992 544v96c0 17.673-14.327 32-32 32v0h-715.72c-0.216 0.001-0.472 0.002-0.729 0.002-71.788 0-132.463-47.575-152.219-112.916l-0.293-1.126-56.28-187.56c-1.714-5.507-2.702-11.838-2.702-18.4 0-35.326 28.621-63.967 63.939-64l32.003-0c8.825 0.004 16.814 3.58 22.6 9.36l86.68 86.64h89.96l-36-107.76c-2.082-6.040-3.285-12.999-3.285-20.24 0-35.346 28.654-64 64-64 0.016 0 0.031 0 0.047 0l31.998-0c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 182.64 182.64h242.72c88.366 0 160 71.634 160 160v0zM928 544c0-53.019-42.981-96-96-96v0h-256c-8.825-0.004-16.814-3.58-22.6-9.36l0 0-182.64-182.64h-18.76l49.96 149.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.66-14.305 31.979-31.96 32l-147.642 0c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-86.6-86.64h-18.76l56.28 187.6c12.036 39.868 48.436 68.401 91.5 68.401 0.176 0 0.351-0 0.527-0.001l-0.027 0h683.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"airplane-in-flight\"]},\"attrs\":[{}],\"properties\":{\"order\":25743,\"id\":1245,\"name\":\"airplane-in-flight\",\"prevSize\":16,\"code\":59650,\"ligatures\":\"\"},\"setIdx\":0,\"setId\":0,\"iconIdx\":2},{\"icon\":{\"paths\":[\"M992 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM887.36 766.8l-706.52-197.84c-67.863-19.63-116.675-81.132-116.84-154.061l-0-0.019v-222.88c-0-0.001-0-0.003-0-0.005 0-35.346 28.654-64 64-64 7.241 0 14.2 1.202 20.691 3.418l-0.451-0.134 21.88 7.28c9.334 3.167 16.597 10.259 19.928 19.258l0.072 0.222 42.4 117.48 119.48 34.040v-117.56c-0-0.001-0-0.003-0-0.005 0-35.346 28.654-64 64-64 7.241 0 14.2 1.202 20.691 3.418l-0.451-0.134 21.88 7.28c8.824 3.002 15.774 9.495 19.321 17.791l0.079 0.209 90 214.52 243.36 68c68.012 19.552 116.959 81.138 117.12 154.181l0 0.019v142.72c-0.007 17.668-14.331 31.988-32 31.988-3.076 0-6.051-0.434-8.866-1.244l0.226 0.056zM864 593.28c-0.12-43.844-29.502-80.792-69.64-92.352l-0.68-0.168-258.28-72c-9.518-2.711-17.082-9.462-20.841-18.232l-0.079-0.208-90.48-215.64-8-2.68v160c0 0.007 0 0.014 0 0.022 0 17.673-14.327 32-32 32-3.12 0-6.135-0.446-8.986-1.279l0.226 0.057-176-50.16c-9.973-2.923-17.786-10.303-21.249-19.778l-0.071-0.222-42.76-118.28-7.16-2.36v222.88c0.112 43.777 29.399 80.684 69.439 92.311l0.681 0.169 665.88 186.44z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"airplane-landing\"]},\"attrs\":[{}],\"properties\":{\"order\":25744,\"id\":1244,\"name\":\"airplane-landing\",\"prevSize\":16,\"code\":59651},\"setIdx\":0,\"setId\":0,\"iconIdx\":3},{\"icon\":{\"paths\":[\"M704 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM991.44 372.6c-1.777 9.216-7.304 16.882-14.897 21.48l-0.143 0.080-589.64 352c-23.202 13.833-51.159 22.030-81.026 22.080l-0.014 0c-42.298-0.050-80.723-16.596-109.193-43.549l0.073 0.069-0.48-0.48-144.12-141.080c-12.287-11.685-19.929-28.154-19.929-46.409 0-25.89 15.373-48.189 37.489-58.268l0.401-0.163 12-5.88c4.115-2.066 8.968-3.275 14.102-3.275 3.656 0 7.17 0.613 10.443 1.743l-0.225-0.068 113.040 38.16 80.68-48.8-87.32-84.76c-12.706-11.733-20.635-28.475-20.635-47.069 0-26.222 15.77-48.761 38.344-58.65l0.411-0.161 1.28-0.52 28.6-10.84c3.322-1.277 7.164-2.017 11.18-2.017s7.858 0.74 11.4 2.090l-0.22-0.074 215.76 79.28 206.28-123.12c23.277-14.077 51.397-22.407 81.462-22.407 49.779 0 94.224 22.835 123.432 58.601l0.227 0.286 0.48 0.6 74.56 95.56c4.209 5.366 6.749 12.215 6.749 19.657 0 2.087-0.2 4.128-0.582 6.104l0.032-0.201zM912.48 357.8l-52-66.68c-17.651-21.475-44.216-35.066-73.955-35.066-17.994 0-34.826 4.976-49.196 13.626l0.431-0.24-219.2 130.88c-4.701 2.833-10.376 4.508-16.443 4.508-3.961 0-7.755-0.714-11.26-2.021l0.223 0.073-219.080-80.56-16 6.12 0.84 0.8 117.44 113.96c5.986 5.821 9.7 13.952 9.7 22.95 0 11.545-6.114 21.662-15.281 27.29l-0.139 0.080-128.84 77.96c-4.718 2.894-10.431 4.608-16.544 4.608-3.671 0-7.197-0.618-10.481-1.756l0.225 0.068-114.68-38.68-0.76 0.4-1.48 0.68c0.196 0.141 0.367 0.299 0.517 0.476l0.003 0.004 144 141.040c17.027 16.029 40.028 25.88 65.33 25.88 17.827 0 34.512-4.89 48.787-13.401l-0.437 0.242z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"airplane-takeoff\"]},\"attrs\":[{}],\"properties\":{\"order\":25745,\"id\":1243,\"name\":\"airplane-takeoff\",\"prevSize\":16,\"code\":59652,\"ligatures\":\"\"},\"setIdx\":0,\"setId\":0,\"iconIdx\":4},{\"icon\":{\"paths\":[\"M741.32 456.84l117.24-110.36c23.166-23.166 37.495-55.17 37.495-90.52 0-70.701-57.314-128.015-128.015-128.015-35.35 0-67.354 14.329-90.52 37.495v-0c0 0.24-0.44 0.44-0.68 0.68l-109.68 116.56-332-120.8c-3.253-1.221-7.013-1.927-10.938-1.927-8.834 0-16.832 3.58-22.622 9.367l-96 96c-5.785 5.79-9.364 13.786-9.364 22.618 0 11.055 5.606 20.801 14.13 26.549l0.114 0.072 255.56 170.36-59.28 59.080h-82.76c-8.825 0.004-16.814 3.58-22.6 9.36l0-0-96 96c-5.807 5.794-9.4 13.805-9.4 22.655 0 13.348 8.173 24.788 19.788 29.587l0.212 0.078 147.28 58.92 59.040 147.64c4.93 11.71 16.31 19.782 29.576 19.782 9.097 0 17.307-3.796 23.133-9.89l0.011-0.012 95.48-95.52c5.824-5.77 9.442-13.759 9.48-22.593l0-0.007v-82.76l59.040-59.040 170.36 255.56c5.821 8.638 15.567 14.244 26.622 14.244 8.832 0 16.828-3.578 22.619-9.364l96-96c5.788-5.79 9.367-13.788 9.367-22.622 0-3.925-0.707-7.685-1.999-11.159l0.072 0.221zM741.040 845.76l-170.36-255.52c-5.218-7.844-13.633-13.207-23.341-14.228l-0.139-0.012c-1.080 0-2.12 0-3.16 0-8.845 0.004-16.85 3.596-22.639 9.399l-0.001 0.001-96 96c-5.795 5.781-9.384 13.77-9.4 22.597l-0 0.003v82.76l-52.28 52.28-46-115.040c-3.323-8.096-9.625-14.397-17.507-17.642l-0.213-0.078-114.96-46 52.24-52.28h82.72c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 96-96c5.8-5.792 9.388-13.798 9.388-22.642 0-11.065-5.616-20.818-14.153-26.565l-0.114-0.072-255.52-170.4 54-53.96 332.88 121.040c3.281 1.244 7.075 1.964 11.037 1.964 9.127 0 17.361-3.821 23.191-9.95l0.013-0.013 123.76-131.64c11.51-11.183 27.239-18.079 44.578-18.079 35.346 0 64 28.654 64 64 0 17.349-6.903 33.086-18.113 44.614l0.014-0.015-131.48 123.72c-6.143 5.842-9.964 14.077-9.964 23.203 0 3.962 0.72 7.755 2.036 11.257l-0.073-0.221 121.040 332.88z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"airplane-tilt\"]},\"attrs\":[{}],\"properties\":{\"order\":25746,\"id\":1242,\"name\":\"airplane-tilt\",\"prevSize\":16,\"code\":59653,\"ligatures\":\"\"},\"setIdx\":0,\"setId\":0,\"iconIdx\":5},{\"icon\":{\"paths\":[\"M536.32 619.16c-5.904-6.861-14.598-11.179-24.3-11.179s-18.396 4.318-24.265 11.137l-0.035 0.042-192 224c-4.796 5.563-7.716 12.86-7.716 20.84 0 17.672 14.325 31.998 31.996 32l384 0c17.672-0.002 31.996-14.328 31.996-32 0-7.98-2.921-15.277-7.751-20.882l0.035 0.042zM389.56 832l122.44-142.84 122.44 142.84zM928 256v448c0 53.019-42.981 96-96 96v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0h-640c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-53.019 0-96-42.981-96-96v0-448c0-53.019 42.981-96 96-96v0h640c53.019 0 96 42.981 96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"airplay\"]},\"attrs\":[{}],\"properties\":{\"order\":25747,\"id\":1241,\"name\":\"airplay\",\"prevSize\":16,\"code\":59654},\"setIdx\":0,\"setId\":0,\"iconIdx\":6},{\"icon\":{\"paths\":[\"M916.44 251.28c-11.725-16.584-30.822-27.28-52.418-27.28-0.008 0-0.015 0-0.023 0l-319.999-0v-128h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v128h-320c-35.284 0.082-63.856 28.704-63.856 64 0 7.851 1.414 15.372 4.001 22.323l-0.144-0.442 104.76 288c9.187 24.737 32.563 42.056 59.992 42.12l0.008 0h119.24v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h128v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h119.28c27.437-0.064 50.813-17.383 59.856-41.678l0.144-0.442 104.76-288c2.47-6.541 3.899-14.103 3.899-21.998 0-13.7-4.305-26.394-11.635-36.805l0.135 0.203zM442.72 576l-52.4-288h243.36l-52.4 288zM160 288h165.28l52.36 288h-112.92zM759.28 576h-112.92l52.36-288h165.28z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"air-traffic-control\"]},\"attrs\":[{}],\"properties\":{\"order\":25748,\"id\":1240,\"name\":\"air-traffic-control\",\"prevSize\":16,\"code\":59655},\"setIdx\":0,\"setId\":0,\"iconIdx\":7},{\"icon\":{\"paths\":[\"M512 128c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM512 832c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0zM246.64 118.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0zM950.64 246.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h-0l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM736 480c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"alarm\"]},\"attrs\":[{}],\"properties\":{\"order\":25749,\"id\":1239,\"name\":\"alarm\",\"prevSize\":16,\"code\":59656,\"ligatures\":\"\"},\"setIdx\":0,\"setId\":0,\"iconIdx\":8},{\"icon\":{\"paths\":[\"M512 64c-211.976 0.25-383.75 172.023-384 383.976l-0 0.024c0 96 50.24 220.24 134.44 332 84.72 112.6 178 180 249.56 180s164.84-67.24 249.56-180c84.2-112 134.44-236 134.44-332-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM710.44 741.68c-69.48 92.28-149.2 154.32-198.44 154.32s-128.96-62.040-198.44-154.32c-74.96-99.68-121.56-212.2-121.56-293.68 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 81.48-46.6 194-121.56 293.68zM480 544c0-88.366-71.634-160-160-160v0c-35.346 0-64 28.654-64 64v0c0 88.366 71.634 160 160 160v0c35.346 0 64-28.654 64-64v0zM320 448c53.019 0 96 42.981 96 96v0 0c-53.019 0-96-42.981-96-96v0zM704 384c-88.366 0-160 71.634-160 160v0c0 35.346 28.654 64 64 64v0c88.366 0 160-71.634 160-160v0c0-35.346-28.654-64-64-64v0zM608 544c0-53.019 42.981-96 96-96v0c0 53.019-42.981 96-96 96v0zM608 736c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"alien\"]},\"attrs\":[{}],\"properties\":{\"order\":25750,\"id\":1238,\"name\":\"alien\",\"prevSize\":16,\"code\":59657},\"setIdx\":0,\"setId\":0,\"iconIdx\":9},{\"icon\":{\"paths\":[\"M896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM544 704v-384c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0 384c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0zM608 704h160v-384h-160zM192 704v-544c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0 544c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0zM256 704h160v-544h-160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-bottom\"]},\"attrs\":[{}],\"properties\":{\"order\":25751,\"id\":1237,\"name\":\"align-bottom\",\"prevSize\":16,\"code\":59658},\"setIdx\":0,\"setId\":0,\"iconIdx\":10},{\"icon\":{\"paths\":[\"M832 928c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM320 768v-608c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0 608c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0zM384 768h256v-608h-256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-bottom-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25752,\"id\":1236,\"name\":\"align-bottom-simple\",\"prevSize\":16,\"code\":59659,\"ligatures\":\"\"},\"setIdx\":0,\"setId\":0,\"iconIdx\":11},{\"icon\":{\"paths\":[\"M832 544h-288v-64h192c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0h-192v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-192c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h192v64h-288c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h288v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h288c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM288 256h448v160h-448zM832 768h-640v-160h640v160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-center-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":25753,\"id\":1235,\"name\":\"align-center-horizontal\",\"prevSize\":16,\"code\":59660},\"setIdx\":0,\"setId\":0,\"iconIdx\":12},{\"icon\":{\"paths\":[\"M832 320h-288v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-288c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h288v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h288c35.346 0 64-28.654 64-64v0-256c0-35.346-28.654-64-64-64v0zM832 640h-640v-256h640v256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-center-horizontal-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25754,\"id\":1234,\"name\":\"align-center-horizontal-simple\",\"prevSize\":16,\"code\":59661},\"setIdx\":0,\"setId\":0,\"iconIdx\":13},{\"icon\":{\"paths\":[\"M896 480h-64v-192c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 192h-64v-288c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 288h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v288c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-288h64v192c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-192h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 832h-160v-640h160zM768 736h-160v-448h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-center-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":25755,\"id\":1233,\"name\":\"align-center-vertical\",\"prevSize\":16,\"code\":59662,\"ligatures\":\"\"},\"setIdx\":0,\"setId\":0,\"iconIdx\":14},{\"icon\":{\"paths\":[\"M832 480h-128v-288c0-35.346-28.654-64-64-64v0h-256c-35.346 0-64 28.654-64 64v0 288h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v288c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-288h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 832h-256v-640h256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-center-vertical-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25756,\"id\":1232,\"name\":\"align-center-vertical-simple\",\"prevSize\":16,\"code\":59663},\"setIdx\":0,\"setId\":0,\"iconIdx\":15},{\"icon\":{\"paths\":[\"M192 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 416v-160c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0 160c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0zM320 416h384v-160h-384zM928 608v160c0 35.346-28.654 64-64 64v0h-544c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h544c35.346 0 64 28.654 64 64v0zM864 768v-160h-544v160h544z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25757,\"id\":1231,\"name\":\"align-left\",\"prevSize\":16,\"code\":59664},\"setIdx\":0,\"setId\":0,\"iconIdx\":16},{\"icon\":{\"paths\":[\"M160 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM960 384v256c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h608c35.346 0 64 28.654 64 64v0zM896 640v-256h-608v256h608z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-left-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25758,\"id\":1230,\"name\":\"align-left-simple\",\"prevSize\":16,\"code\":59665},\"setIdx\":0,\"setId\":0,\"iconIdx\":17},{\"icon\":{\"paths\":[\"M896 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM768 256v160c0 35.346-28.654 64-64 64v0h-384c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h384c35.346 0 64 28.654 64 64v0zM704 256h-384v160h384zM768 608v160c0 35.346-28.654 64-64 64v0h-544c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h544c35.346 0 64 28.654 64 64v0zM704 608h-544v160h544z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25759,\"id\":1229,\"name\":\"align-right\",\"prevSize\":16,\"code\":59666},\"setIdx\":0,\"setId\":0,\"iconIdx\":18},{\"icon\":{\"paths\":[\"M928 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 384v256c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h608c35.346 0 64 28.654 64 64v0zM736 384h-608v256h608z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-right-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25760,\"id\":1228,\"name\":\"align-right-simple\",\"prevSize\":16,\"code\":59667},\"setIdx\":0,\"setId\":0,\"iconIdx\":19},{\"icon\":{\"paths\":[\"M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM832 320v384c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0zM768 320h-160v384h160zM480 320v544c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0zM416 320h-160v544h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-top\"]},\"attrs\":[{}],\"properties\":{\"order\":25761,\"id\":1227,\"name\":\"align-top\",\"prevSize\":16,\"code\":59668},\"setIdx\":0,\"setId\":0,\"iconIdx\":20},{\"icon\":{\"paths\":[\"M832 128c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM704 288v608c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-608c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0zM640 288h-256v608h256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"align-top-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25762,\"id\":1226,\"name\":\"align-top-simple\",\"prevSize\":16,\"code\":59669},\"setIdx\":0,\"setId\":0,\"iconIdx\":21},{\"icon\":{\"paths\":[\"M992 672v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-50.76l-8.84 8.88c-12.4 13.48-161.4 169.88-407.16 169.88-251.36 0-401.52-163.64-407.8-170.6-5.076-5.651-8.181-13.163-8.181-21.4 0-17.718 14.363-32.081 32.081-32.081 9.481 0 18.001 4.113 23.874 10.651l0.026 0.030c1.080 1.4 138 149.4 360 149.4s358.92-148 360.28-149.44c0.355-0.437 0.708-0.828 1.080-1.2l-0 0 9.4-9.36h-50.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM640 378.12v-42.12c0-0.028 0-0.062 0-0.095 0-79.529-64.471-144-144-144-55.682 0-103.982 31.604-127.942 77.853l-0.378 0.802c-5.416 10.436-16.139 17.444-28.5 17.444-17.675 0-32.004-14.329-32.004-32.004 0-5.315 1.295-10.327 3.588-14.738l-0.084 0.178c35.165-67.929 104.915-113.552 185.32-113.552 114.875 0 208 93.125 208 208 0 0.039-0 0.079-0 0.118l0-0.006v368c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-26.12c-37.335 35.965-88.191 58.12-144.222 58.12-114.875 0-208-93.125-208-208s93.125-208 208-208c56.031 0 106.887 22.155 144.287 58.182l-0.065-0.062zM640 528c0-79.529-64.471-144-144-144s-144 64.471-144 144c0 79.529 64.471 144 144 144v0c79.529 0 144-64.471 144-144v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"amazon-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":25763,\"id\":1225,\"name\":\"amazon-logo\",\"prevSize\":16,\"code\":59670},\"setIdx\":0,\"setId\":0,\"iconIdx\":22},{\"icon\":{\"paths\":[\"M864 544c-17.673 0-32 14.327-32 32v0c0 88.366-71.634 160-160 160v0c-0.033-0-0.072-0-0.112-0-49.257 0-94.163 18.63-128.056 49.229l0.168-0.149v-273.080h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-100c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v100h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v273.080c-33.725-30.45-78.631-49.080-127.888-49.080-0.039 0-0.078 0-0.118 0l0.006-0c-88.366 0-160-71.634-160-160v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.137 123.657 100.343 223.863 223.987 224l0.013 0c70.692 0 128 57.308 128 128v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c123.657-0.137 223.863-100.343 224-223.987l0-0.013c0-17.673-14.327-32-32-32v0zM448 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"anchor\"]},\"attrs\":[{}],\"properties\":{\"order\":25764,\"id\":1224,\"name\":\"anchor\",\"prevSize\":16,\"code\":59671},\"setIdx\":0,\"setId\":0,\"iconIdx\":23},{\"icon\":{\"paths\":[\"M896 448h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h62.56c-16.147 169.034-149.521 302.394-317.136 318.41l-1.424 0.11v-450.52c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v450.52c-169.039-16.126-302.413-149.486-318.45-317.095l-0.11-1.425h62.56c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32v0c0 229.75 186.25 416 416 416s416-186.25 416-416v0c0-17.673-14.327-32-32-32v0zM448 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"anchor-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25765,\"id\":1223,\"name\":\"anchor-simple\",\"prevSize\":16,\"code\":59672},\"setIdx\":0,\"setId\":0,\"iconIdx\":24},{\"icon\":{\"paths\":[\"M704 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM368 576c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM960 672v96c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-91.48c-0-0.125-0-0.272-0-0.419 0-129.538 54.309-246.392 141.401-329.033l0.2-0.188-100.24-100.24c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l104.64 104.64c71.646-51.285 161.054-82.005 257.638-82.005 96.12 0 185.134 30.426 257.936 82.172l-1.374-0.928 104-104c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-99.48 99.48c3 2.84 6 5.72 8.96 8.68 81.379 80.668 131.762 192.49 131.762 316.080 0 0.436-0.001 0.872-0.002 1.307l0-0.067zM896 672c0-212.077-171.923-384-384-384v0h-1.36c-211 0.72-382.64 175-382.64 388.52v91.48h768z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"android-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":25766,\"id\":1222,\"name\":\"android-logo\",\"prevSize\":16,\"code\":59673},\"setIdx\":0,\"setId\":0,\"iconIdx\":25},{\"icon\":{\"paths\":[\"M908.32 258.48l-384-160c-3.637-1.574-7.871-2.49-12.32-2.49s-8.683 0.916-12.526 2.569l0.206-0.079-384 160c-11.656 4.954-19.68 16.307-19.68 29.533 0 1.49 0.102 2.957 0.299 4.393l-0.019-0.167 64 480c1.466 10.735 8.074 19.659 17.218 24.316l0.182 0.084 320 160c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 320-160c9.326-4.741 15.934-13.665 17.381-24.234l0.019-0.166 64-480c0.178-1.27 0.28-2.736 0.28-4.227 0-13.227-8.025-24.579-19.471-29.454l-0.209-0.079zM802.52 746.96l-290.52 145.28-290.52-145.28-58.52-438.96 349.040-145.32 349.040 145.32zM484 336.48l-160 288c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161 44-79.52h176l44 79.52c5.57 9.909 16.016 16.494 28 16.494 17.681 0 32.014-14.333 32.014-32.014 0-5.697-1.488-11.046-4.097-15.681l0.083 0.161-160-288c-5.565-9.917-16.013-16.508-28-16.508s-22.435 6.591-27.917 16.347l-0.083 0.161zM564.28 512h-104.56l52.28-94.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"angular-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":25767,\"id\":1221,\"name\":\"angular-logo\",\"prevSize\":16,\"code\":59674},\"setIdx\":0,\"setId\":0,\"iconIdx\":26},{\"icon\":{\"paths\":[\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 263.12c16.016 16.083 30.499 33.717 43.197 52.649l0.803 1.271-134.72 158.96-111.68-312.88c79.747 10.691 149.548 46.891 202.386 99.986l0.014 0.014zM622.36 532l-72.64 85.48-110.36-20-37.72-105.48 72.64-85.48 110.36 20zM263.080 263.12c58.444-58.753 137.627-96.825 225.641-102.31l0.999-0.050 70.040 196-326.56-59.48c9.666-12.544 19.451-23.686 29.892-34.172l-0.012 0.012zM186.6 646.16c-16.683-39.626-26.377-85.688-26.377-134.015 0-56.987 13.479-110.825 37.423-158.501l-0.926 2.036 204.84 37.4zM263.080 760.88c-16.016-16.083-30.499-33.717-43.197-52.649l-0.803-1.271 134.72-158.96 111.68 312.72c-79.73-10.644-149.531-46.79-202.39-99.83l-0.010-0.010zM760.92 760.88c-58.444 58.753-137.627 96.825-225.641 102.31l-0.999 0.050-70.040-196 326.56 59.64c-9.661 12.474-19.445 23.563-29.881 34.001l0.001-0.001zM622.44 630.92l214.96-253.080c16.683 39.626 26.377 85.688 26.377 134.015 0 56.987-13.479 110.825-37.423 158.501l0.926-2.036z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"aperture\"]},\"attrs\":[{}],\"properties\":{\"order\":25768,\"id\":1220,\"name\":\"aperture\",\"prevSize\":16,\"code\":59675},\"setIdx\":0,\"setId\":0,\"iconIdx\":27},{\"icon\":{\"paths\":[\"M893.2 678.36c-2.484-5.586-6.317-10.189-11.096-13.531l-0.104-0.069c-67.88-46.64-82-126.2-82-184.76 0-70.68 53.88-132.24 86-162.68 6.166-5.845 10.002-14.095 10.002-23.24s-3.837-17.395-9.988-23.227l-0.014-0.013c-50.72-47.88-134.72-78.84-214-78.84-59.64 0.047-115.038 18.165-161.027 49.173l1.027-0.653c-44.755-30.38-99.97-48.502-159.418-48.502-79.551 0-151.523 32.452-203.399 84.839l-0.023 0.023c-52.724 53.794-85.263 127.543-85.263 208.891 0 2.753 0.037 5.497 0.111 8.232l-0.009-0.403c3.429 141.744 64.373 268.613 160.289 358.668l0.271 0.252c28.452 26.926 66.959 43.481 109.333 43.481 0.164 0 0.328-0 0.492-0.001l-0.025 0h350.72c0.090 0 0.196 0 0.302 0 45.771 0 87.035-19.296 116.101-50.198l0.077-0.082c26.772-28.748 50.405-61.024 69.982-95.884l1.298-2.516c28.080-51.32 24.48-59.32 20.36-68.96zM754.68 802.12c-17.373 18.416-41.941 29.881-69.187 29.881-0.145 0-0.29-0-0.435-0.001l0.022 0h-350.72c-0.091 0-0.199 0-0.306 0-25.369 0-48.423-9.915-65.497-26.082l0.044 0.041c-84.196-78.973-137.56-189.95-140.589-313.413l-0.011-0.547c-0.058-1.943-0.091-4.23-0.091-6.524 0-63.694 25.448-121.445 66.732-163.638l-0.041 0.042c39.832-40.669 95.31-65.881 156.676-65.881 0.255 0 0.509 0 0.764 0.001l-0.039-0h3.12c52.086 0.566 99.76 18.998 137.293 49.444l-0.413-0.324c5.426 4.373 12.404 7.020 20 7.020s14.574-2.647 20.062-7.068l-0.062 0.048c37.705-30.595 86.283-49.121 139.189-49.121 0.285 0 0.571 0.001 0.856 0.002l-0.044-0c53.342 0.639 102.977 15.96 145.211 42.098l-1.211-0.698c-52 58.080-80 121.88-80 182.6 0 95.080 30.56 170.92 88.72 221.2-19.417 38.626-42.774 71.845-70.254 101.15l0.214-0.23zM512.92 120c18.399-69.558 80.768-120 154.919-120 0.056 0 0.113 0 0.169 0l3.991-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-4c-0.003-0-0.005-0-0.008-0-44.491 0-81.912 30.265-92.801 71.33l-0.151 0.67c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"apple-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":25769,\"id\":1219,\"name\":\"apple-logo\",\"prevSize\":16,\"code\":59676},\"setIdx\":0,\"setId\":0,\"iconIdx\":28},{\"icon\":{\"paths\":[\"M616.8 553.32c14.513-20.474 23.2-45.968 23.2-73.491 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 27.523 8.687 53.017 23.468 73.89l-0.268-0.399c-14.024 6.718-25.748 16.188-34.882 27.792l-0.158 0.208c-12.574 15.927-20.169 36.291-20.169 58.43 0 8.361 1.083 16.468 3.117 24.19l-0.148-0.66 48.72 192c11.058 42.139 48.805 72.721 93.695 72.721 0.135 0 0.27-0 0.406-0.001l-0.021 0h28.48c0.123 0.001 0.269 0.001 0.416 0.001 44.846 0 82.564-30.522 93.513-71.926l0.152-0.675 48.72-192c1.886-7.062 2.969-15.169 2.969-23.53 0-22.139-7.595-42.503-20.322-58.63l0.153 0.2c-9.282-11.859-21.008-21.369-34.46-27.867l-0.58-0.253zM512 416c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM607 647.64l-48.72 192c-3.825 14.135-16.535 24.362-31.635 24.362-0.129 0-0.257-0.001-0.385-0.002l0.020 0h-28.48c-0.109 0.001-0.237 0.002-0.365 0.002-15.099 0-27.81-10.228-31.582-24.133l-0.053-0.229-48.72-192c-0.63-2.329-0.993-5.003-0.993-7.762 0-7.268 2.514-13.949 6.721-19.221l-0.048 0.062c6.103-7.774 15.5-12.721 26.053-12.721 0.094 0 0.187 0 0.281 0.001l-0.014-0h126c0.079-0.001 0.173-0.001 0.267-0.001 10.553 0 19.951 4.948 25.999 12.65l0.054 0.071c4.122 5.196 6.613 11.848 6.613 19.082 0 2.786-0.369 5.486-1.062 8.053l0.050-0.216zM288 512c-0 0.043-0 0.095-0 0.147 0 19.845 2.568 39.090 7.391 57.421l-0.351-1.568c0.725 2.541 1.142 5.459 1.142 8.474 0 17.673-14.327 32-32 32-15.002 0-27.593-10.323-31.056-24.254l-0.046-0.22c-5.767-21.532-9.080-46.253-9.080-71.747 0-159.058 128.942-288 288-288s288 128.942 288 288c0 25.495-3.313 50.215-9.531 73.755l0.451-2.008c-3.678 13.904-16.14 23.989-30.959 24l-0.001 0c-0.001 0-0.002 0-0.003 0-2.841 0-5.597-0.365-8.223-1.050l0.226 0.050c-13.916-3.676-24.009-16.153-24.009-30.986 0-2.833 0.368-5.581 1.059-8.197l-0.050 0.223c4.471-16.721 7.040-35.919 7.040-55.716 0-123.712-100.288-224-224-224-123.598 0-223.815 100.104-224 223.658l-0 0.018zM928 512c0 0.098 0 0.215 0 0.332 0 143.961-73.224 270.819-184.46 345.362l-1.5 0.946c-4.88 3.167-10.847 5.051-17.255 5.051-17.673 0-32-14.327-32-32 0-10.873 5.423-20.479 13.711-26.262l0.104-0.069c95.416-63.976 157.38-171.404 157.38-293.304 0-194.404-157.596-352-352-352s-352 157.596-352 352c0 121.9 61.964 229.327 156.113 292.503l1.267 0.801c8.654 5.819 14.271 15.573 14.271 26.64 0 17.67-14.322 31.995-31.991 32l-0 0c-0.014 0-0.031 0-0.048 0-6.574 0-12.681-2.003-17.743-5.431l0.111 0.071c-112.744-75.611-185.96-202.56-185.96-346.609 0-229.75 186.25-416 416-416 229.739 0 415.982 186.231 416 415.966l0 0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"apple-podcasts-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":25770,\"id\":1218,\"name\":\"apple-podcasts-logo\",\"prevSize\":16,\"code\":59677},\"setIdx\":0,\"setId\":0,\"iconIdx\":29},{\"icon\":{\"paths\":[\"M257.36 784.28l-37.8 64c-5.673 9.481-15.887 15.729-27.56 15.729-17.678 0-32.009-14.331-32.009-32.009 0-6.005 1.654-11.624 4.53-16.426l-0.081 0.146 37.84-64c5.59-9.82 15.986-16.335 27.903-16.335 17.673 0 32 14.327 32 32 0 6.258-1.796 12.096-4.901 17.027l0.078-0.133zM928 608h-191.2l-122.92-208c-5.59-9.82-15.986-16.335-27.903-16.335-17.673 0-32 14.327-32 32 0 6.258 1.796 12.096 4.901 17.027l-0.078-0.133 245.64 415.72c5.673 9.481 15.887 15.729 27.56 15.729 17.678 0 32.009-14.331 32.009-32.009 0-6.005-1.654-11.624-4.53-16.426l0.081 0.146-84.92-143.72h153.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM569.88 608h-208.36l274.040-463.72c2.796-4.656 4.449-10.275 4.449-16.28 0-17.678-14.331-32.009-32.009-32.009-11.673 0-21.887 6.249-27.479 15.584l-0.081 0.146-68.44 115.84-68.44-116c-5.673-9.481-15.887-15.729-27.56-15.729-17.678 0-32.009 14.331-32.009 32.009 0 6.005 1.654 11.624 4.53 16.426l-0.081-0.146 86.4 146.2-187.64 317.68h-191.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h473.88c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"app-store-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":25771,\"id\":1217,\"name\":\"app-store-logo\",\"prevSize\":16,\"code\":59678},\"setIdx\":0,\"setId\":0,\"iconIdx\":30},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM320 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM480 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"app-window\"]},\"attrs\":[{}],\"properties\":{\"order\":25772,\"id\":1216,\"name\":\"app-window\",\"prevSize\":16,\"code\":59679},\"setIdx\":0,\"setId\":0,\"iconIdx\":31},{\"icon\":{\"paths\":[\"M896 192h-768c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0 352c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-352c35.346 0 64-28.654 64-64v0-96c0-35.346-28.654-64-64-64v0zM832 768h-640v-352h640zM896 352h-768v-96h768v96zM384 544c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"archive\"]},\"attrs\":[{}],\"properties\":{\"order\":25773,\"id\":1215,\"name\":\"archive\",\"prevSize\":16,\"code\":59680},\"setIdx\":0,\"setId\":0,\"iconIdx\":32},{\"icon\":{\"paths\":[\"M892.64 273.68l-64-128c-5.373-10.567-16.164-17.68-28.617-17.68-0.008 0-0.016 0-0.024 0l-575.999-0c-0.007-0-0.015-0-0.023-0-12.453 0-23.245 7.113-28.533 17.498l-0.084 0.182-64 128c-2.115 4.175-3.355 9.102-3.36 14.318l-0 0.002v544c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-544c-0.005-5.218-1.245-10.145-3.445-14.505l0.085 0.185zM243.76 192h536.48l32 64h-600.48zM832 832h-640v-512h640v512zM662.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"archive-box\"]},\"attrs\":[{}],\"properties\":{\"order\":25774,\"id\":1214,\"name\":\"archive-box\",\"prevSize\":16,\"code\":59681},\"setIdx\":0,\"setId\":0,\"iconIdx\":33},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 192v416h-114.8c-0.048-0-0.106-0-0.163-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-77.24 77.24h-165.52l-77.24-77.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-114.76v-416zM832 832h-640v-160h114.76l77.24 77.24c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h165.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 77.24-77.24h114.76v160zM361.36 502.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"archive-tray\"]},\"attrs\":[{}],\"properties\":{\"order\":25775,\"id\":1213,\"name\":\"archive-tray\",\"prevSize\":16,\"code\":59682},\"setIdx\":0,\"setId\":0,\"iconIdx\":34},{\"icon\":{\"paths\":[\"M864 355.2v-67.2c0-88.366-71.634-160-160-160v0h-384c-88.366 0-160 71.634-160 160v0 67.2c-73.633 15.344-128.16 79.704-128.16 156.8s54.527 141.456 127.12 156.618l1.040 0.182v131.2c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-131.2c73.633-15.344 128.16-79.704 128.16-156.8s-54.527-141.456-127.12-156.618l-1.040-0.182zM320 192h384c53.019 0 96 42.981 96 96v0 67.2c-73.508 15.509-127.903 79.788-128 156.789l-0 0.011h-320c-0.097-77.012-54.492-141.291-126.953-156.615l-1.047-0.185v-67.2c0-53.019 42.981-96 96-96v0zM833.56 608h-1.56c-17.673 0-32 14.327-32 32v0 160h-576v-160c0-17.673-14.327-32-32-32v0h-1.56c-52.344-0.878-94.44-43.517-94.44-95.987 0-53.019 42.981-96 96-96 53.015 0 95.993 42.973 96 95.987l0 0.001v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h320v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0.007-53.014 42.985-95.987 96-95.987 53.019 0 96 42.981 96 96 0 52.471-42.096 95.11-94.358 95.986l-0.082 0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"armchair\"]},\"attrs\":[{}],\"properties\":{\"order\":25776,\"id\":1212,\"name\":\"armchair\",\"prevSize\":16,\"code\":59683},\"setIdx\":0,\"setId\":0,\"iconIdx\":35},{\"icon\":{\"paths\":[\"M928 736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0.025-194.386-157.611-351.957-352-351.957-97.191 0-185.183 39.39-248.88 103.077l0-0-89.52 88.88h178.4c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0 179.080l89.92-89.32c75.274-75.236 179.243-121.767 294.080-121.767 229.75 0 416 186.25 416 416 0 0.003-0 0.005-0 0.008l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-arc-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25777,\"id\":1211,\"name\":\"arrow-arc-left\",\"prevSize\":16,\"code\":59684},\"setIdx\":0,\"setId\":0,\"iconIdx\":36},{\"icon\":{\"paths\":[\"M960 352v256c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h178.4l-89.44-88.84c-63.705-63.734-151.729-103.157-248.96-103.157-194.403 0-351.998 157.594-352 351.997l-0 0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0-0.002-0-0.005-0-0.007 0-229.75 186.25-416 416-416 114.877 0 218.878 46.564 294.16 121.847l0 0 89.84 89.24v-179.080c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-arc-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25778,\"id\":1210,\"name\":\"arrow-arc-right\",\"prevSize\":16,\"code\":59685},\"setIdx\":0,\"setId\":0,\"iconIdx\":37},{\"icon\":{\"paths\":[\"M342.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-169.4 169.36zM512 384h-114.76l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v-0l-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-137.4-137.36h114.76c194.313 0.228 351.772 157.687 352 351.978l0 0.022c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-double-up-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25779,\"id\":1209,\"name\":\"arrow-bend-double-up-left\",\"prevSize\":16,\"code\":59686},\"setIdx\":0,\"setId\":0,\"iconIdx\":38},{\"icon\":{\"paths\":[\"M918.64 438.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l169.4-169.36-169.4-169.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM726.64 393.36l-192-192c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l137.4 137.36h-114.76c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.228-194.313 157.687-351.772 351.978-352l114.782-0-137.4 137.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-double-up-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25780,\"id\":1208,\"name\":\"arrow-bend-double-up-right\",\"prevSize\":16,\"code\":59687},\"setIdx\":0,\"setId\":0,\"iconIdx\":39},{\"icon\":{\"paths\":[\"M928 224c-0.25 229.65-186.35 415.75-415.976 416l-306.784 0 137.4 137.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-137.4 137.36h306.76c194.313-0.228 351.772-157.687 352-351.978l0-0.022c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-down-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25781,\"id\":1207,\"name\":\"arrow-bend-down-left\",\"prevSize\":16,\"code\":59688},\"setIdx\":0,\"setId\":0,\"iconIdx\":40},{\"icon\":{\"paths\":[\"M918.64 630.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36h-306.76c-229.65-0.25-415.75-186.35-416-415.976l-0-0.024c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0.228 194.313 157.687 351.772 351.978 352l306.782 0-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-down-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25782,\"id\":1206,\"name\":\"arrow-bend-down-right\",\"prevSize\":16,\"code\":59689},\"setIdx\":0,\"setId\":0,\"iconIdx\":41},{\"icon\":{\"paths\":[\"M832 128c0 17.673-14.327 32-32 32v0c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022v306.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l0 0 137.36 137.4v-306.76c0.25-229.65 186.35-415.75 415.976-416l0.024-0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-left-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25783,\"id\":1205,\"name\":\"arrow-bend-left-down\",\"prevSize\":16,\"code\":59690},\"setIdx\":0,\"setId\":0,\"iconIdx\":42},{\"icon\":{\"paths\":[\"M832 896c0 17.673-14.327 32-32 32v0c-229.65-0.25-415.75-186.35-416-415.976l-0-0.024v-306.76l-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-137.36-137.4v306.76c0.228 194.313 157.687 351.772 351.978 352l0.022 0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-left-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25784,\"id\":1204,\"name\":\"arrow-bend-left-up\",\"prevSize\":16,\"code\":59691},\"setIdx\":0,\"setId\":0,\"iconIdx\":43},{\"icon\":{\"paths\":[\"M822.64 726.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4v-306.76c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024v306.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-right-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25785,\"id\":1203,\"name\":\"arrow-bend-right-down\",\"prevSize\":16,\"code\":59692},\"setIdx\":0,\"setId\":0,\"iconIdx\":44},{\"icon\":{\"paths\":[\"M822.64 342.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-137.36-137.4v306.76c-0.25 229.65-186.35 415.75-415.976 416l-0.024 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022v-306.76l-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-right-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25786,\"id\":1202,\"name\":\"arrow-bend-right-up\",\"prevSize\":16,\"code\":59693},\"setIdx\":0,\"setId\":0,\"iconIdx\":45},{\"icon\":{\"paths\":[\"M928 800c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0.228-194.313-157.687-351.772-351.978-352l-306.782-0 137.4 137.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-137.4 137.36h306.76c229.65 0.25 415.75 186.35 416 415.976l0 0.024z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-up-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25787,\"id\":1201,\"name\":\"arrow-bend-up-left\",\"prevSize\":16,\"code\":59694},\"setIdx\":0,\"setId\":0,\"iconIdx\":46},{\"icon\":{\"paths\":[\"M918.64 438.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36h-306.76c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.25-229.65 186.35-415.75 415.976-416l306.784-0-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-bend-up-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25788,\"id\":1200,\"name\":\"arrow-bend-up-right\",\"prevSize\":16,\"code\":59695},\"setIdx\":0,\"setId\":0,\"iconIdx\":47},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 521.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-circle-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25789,\"id\":1199,\"name\":\"arrow-circle-down\",\"prevSize\":16,\"code\":59696},\"setIdx\":0,\"setId\":0,\"iconIdx\":48},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 361.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-201.4 201.36h114.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 114.76l201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-circle-down-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25790,\"id\":1198,\"name\":\"arrow-circle-down-left\",\"prevSize\":16,\"code\":59697},\"setIdx\":0,\"setId\":0,\"iconIdx\":49},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 448v192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h114.76l-201.4-201.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l201.36 201.4v-114.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-circle-down-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25791,\"id\":1197,\"name\":\"arrow-circle-down-right\",\"prevSize\":16,\"code\":59698},\"setIdx\":0,\"setId\":0,\"iconIdx\":50},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 512c0 17.673-14.327 32-32 32v0h-242.76l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36h242.76c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-circle-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25792,\"id\":1196,\"name\":\"arrow-circle-left\",\"prevSize\":16,\"code\":59699},\"setIdx\":0,\"setId\":0,\"iconIdx\":51},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM694.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-242.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h242.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-circle-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25793,\"id\":1195,\"name\":\"arrow-circle-right\",\"prevSize\":16,\"code\":59700},\"setIdx\":0,\"setId\":0,\"iconIdx\":52},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 457.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4v242.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-242.76l-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-circle-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25794,\"id\":1194,\"name\":\"arrow-circle-up\",\"prevSize\":16,\"code\":59701},\"setIdx\":0,\"setId\":0,\"iconIdx\":53},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 617.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-201.36-201.4v114.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-circle-up-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25795,\"id\":1193,\"name\":\"arrow-circle-up-left\",\"prevSize\":16,\"code\":59702},\"setIdx\":0,\"setId\":0,\"iconIdx\":54},{\"icon\":{\"paths\":[\"M672 384v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-201.36 201.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l201.4-201.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-circle-up-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25796,\"id\":1192,\"name\":\"arrow-circle-up-right\",\"prevSize\":16,\"code\":59703},\"setIdx\":0,\"setId\":0,\"iconIdx\":55},{\"icon\":{\"paths\":[\"M960 224v192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h109.6l-107.36-98.4c-57.905-57.883-137.887-93.683-226.231-93.683-176.731 0-320 143.269-320 320s143.269 320 320 320c85.071 0 162.388-33.196 219.705-87.341l-0.154 0.144c5.723-5.422 13.472-8.756 22-8.756 17.682 0 32.016 14.334 32.016 32.016 0 9.154-3.842 17.411-10.002 23.246l-0.015 0.014c-68.29 64.864-160.837 104.761-262.702 104.761-0.302 0-0.603-0-0.905-0.001l0.047 0h-5.28c-209.803-2.965-378.741-173.736-378.741-383.964 0-212.077 171.923-384 384-384 105.786 0 201.582 42.776 271.032 111.975l-0.011-0.011 113 103.2v-119.2c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-clockwise\"]},\"attrs\":[{}],\"properties\":{\"order\":25797,\"id\":1191,\"name\":\"arrow-clockwise\",\"prevSize\":16,\"code\":59704},\"setIdx\":0,\"setId\":0,\"iconIdx\":56},{\"icon\":{\"paths\":[\"M896 512c0 0.010 0 0.022 0 0.035 0 210.263-168.993 381.055-378.566 383.962l-0.274 0.003h-5.16c-0.283 0.001-0.617 0.001-0.952 0.001-101.855 0-194.388-39.914-262.811-104.954l0.162 0.153c-6.174-5.849-10.016-14.106-10.016-23.26 0-17.682 14.334-32.016 32.016-32.016 8.528 0 16.277 3.334 22.015 8.77l-0.015-0.014c57.164 54.001 134.481 87.197 219.551 87.197 176.731 0 320-143.269 320-320s-143.269-320-320-320c-88.344 0-168.327 35.8-226.232 93.684l0.001-0.001c-0.327 0.353-0.666 0.68-1.024 0.986l-0.016 0.014-106.32 97.44h109.64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 119.2l113-103.2c69.437-69.175 165.224-111.943 271-111.943 212.057 0 383.968 171.89 384 383.94l0 0.003z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-counter-clockwise\"]},\"attrs\":[{}],\"properties\":{\"order\":25798,\"id\":1190,\"name\":\"arrow-counter-clockwise\",\"prevSize\":16,\"code\":59705},\"setIdx\":0,\"setId\":0,\"iconIdx\":57},{\"icon\":{\"paths\":[\"M822.64 598.64l-288 288c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-288-288c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l0 0 233.36 233.4v-626.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 626.76l233.36-233.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25799,\"id\":1189,\"name\":\"arrow-down\",\"prevSize\":16,\"code\":59706},\"setIdx\":0,\"setId\":0,\"iconIdx\":58},{\"icon\":{\"paths\":[\"M790.64 278.64l-457.4 457.36h338.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-416c0-17.673 14.327-32 32-32s32 14.327 32 32v0 338.76l457.36-457.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-down-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25800,\"id\":1188,\"name\":\"arrow-down-left\",\"prevSize\":16,\"code\":59707},\"setIdx\":0,\"setId\":0,\"iconIdx\":59},{\"icon\":{\"paths\":[\"M800 352v416c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h338.76l-457.4-457.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l457.36 457.4v-338.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-down-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25801,\"id\":1187,\"name\":\"arrow-down-right\",\"prevSize\":16,\"code\":59708},\"setIdx\":0,\"setId\":0,\"iconIdx\":60},{\"icon\":{\"paths\":[\"M800 128v576c0 17.673-14.327 32-32 32v0h-498.76l137.4 137.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-137.4 137.36h466.76v-544c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-down-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25802,\"id\":1186,\"name\":\"arrow-elbow-down-left\",\"prevSize\":16,\"code\":59709},\"setIdx\":0,\"setId\":0,\"iconIdx\":61},{\"icon\":{\"paths\":[\"M854.64 726.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36h-498.76c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0 544h466.76l-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-down-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25803,\"id\":1185,\"name\":\"arrow-elbow-down-right\",\"prevSize\":16,\"code\":59710},\"setIdx\":0,\"setId\":0,\"iconIdx\":62},{\"icon\":{\"paths\":[\"M950.64 406.64l-384 384c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-393.36-393.4v210.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-210.76l370.76 370.76 361.36-361.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25804,\"id\":1184,\"name\":\"arrow-elbow-left\",\"prevSize\":16,\"code\":59711},\"setIdx\":0,\"setId\":0,\"iconIdx\":63},{\"icon\":{\"paths\":[\"M928 256c0 17.673-14.327 32-32 32v0h-544v466.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l0 0 137.36 137.4v-498.76c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-left-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25805,\"id\":1183,\"name\":\"arrow-elbow-left-down\",\"prevSize\":16,\"code\":59712},\"setIdx\":0,\"setId\":0,\"iconIdx\":64},{\"icon\":{\"paths\":[\"M928 768c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-498.76l-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-137.36-137.4v466.76h544c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-left-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25806,\"id\":1182,\"name\":\"arrow-elbow-left-up\",\"prevSize\":16,\"code\":59713},\"setIdx\":0,\"setId\":0,\"iconIdx\":65},{\"icon\":{\"paths\":[\"M960 320v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-210.76l-393.36 393.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-384-384c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l361.36 361.4 370.76-370.76h-210.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25807,\"id\":1181,\"name\":\"arrow-elbow-right\",\"prevSize\":16,\"code\":59714},\"setIdx\":0,\"setId\":0,\"iconIdx\":66},{\"icon\":{\"paths\":[\"M918.64 662.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4v-466.76h-544c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 498.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-right-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25808,\"id\":1180,\"name\":\"arrow-elbow-right-down\",\"prevSize\":16,\"code\":59715},\"setIdx\":0,\"setId\":0,\"iconIdx\":67},{\"icon\":{\"paths\":[\"M918.64 406.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-137.36-137.4v498.76c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h544v-466.76l-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-right-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25809,\"id\":1179,\"name\":\"arrow-elbow-right-up\",\"prevSize\":16,\"code\":59716},\"setIdx\":0,\"setId\":0,\"iconIdx\":68},{\"icon\":{\"paths\":[\"M800 320v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-544h-466.76l137.4 137.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192.24-192.28c-0.64-0.64-1.28-1.36-1.88-2.080l-0.92-1.24c-0.301-0.372-0.604-0.789-0.885-1.222l-0.035-0.058-0.92-1.48c-0.22-0.333-0.446-0.726-0.65-1.133l-0.030-0.067c-0.28-0.48-0.52-1-0.76-1.52s-0.4-0.84-0.6-1.32-0.36-1-0.56-1.48l-0.52-1.44-0.36-1.56c0-0.52-0.28-1-0.4-1.48s0-1.24-0.24-1.84 0-0.84-0.2-1.28c-0.096-0.947-0.15-2.047-0.15-3.16s0.054-2.213 0.161-3.297l-0.011 0.137c0-0.44 0-0.84 0.2-1.28s0-1.24 0.24-1.84 0.24-0.96 0.4-1.48l0.36-1.56 0.52-1.44c0.2-0.48 0.36-1 0.56-1.48s0.4-0.88 0.6-1.32 0.48-1.040 0.76-1.52c0.234-0.474 0.46-0.867 0.707-1.244l-0.027 0.044 0.92-1.48c0.316-0.491 0.619-0.908 0.942-1.308l-0.022 0.028 0.92-1.24c0.6-0.72 1.24-1.44 1.88-2.080l0.24-0.28 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-137.4 137.36h498.76c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-up-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25810,\"id\":1178,\"name\":\"arrow-elbow-up-left\",\"prevSize\":16,\"code\":59717},\"setIdx\":0,\"setId\":0,\"iconIdx\":69},{\"icon\":{\"paths\":[\"M854.64 342.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36h-466.76v544c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h498.76l-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h-0l192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-elbow-up-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25811,\"id\":1177,\"name\":\"arrow-elbow-up-right\",\"prevSize\":16,\"code\":59718},\"setIdx\":0,\"setId\":0,\"iconIdx\":70},{\"icon\":{\"paths\":[\"M925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-320c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 320h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 882.76l-306.76-306.76h114.76c17.673 0 32-14.327 32-32v0-352h320v352c0 17.673 14.327 32 32 32v0h114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25812,\"id\":1176,\"name\":\"arrow-fat-down\",\"prevSize\":16,\"code\":59719},\"setIdx\":0,\"setId\":0,\"iconIdx\":71},{\"icon\":{\"paths\":[\"M832 288h-320v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h320c35.346 0 64-28.654 64-64v0-320c0-35.346-28.654-64-64-64v0zM832 672h-352c-17.673 0-32 14.327-32 32v0 114.76l-306.76-306.76 306.76-306.76v114.76c0 17.673 14.327 32 32 32v0h352z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25813,\"id\":1175,\"name\":\"arrow-fat-left\",\"prevSize\":16,\"code\":59720},\"setIdx\":0,\"setId\":0,\"iconIdx\":72},{\"icon\":{\"paths\":[\"M925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 224h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 882.76l-306.76-306.76h114.76c17.673 0 32-14.327 32-32v0-224h320v224c0 17.673 14.327 32 32 32v0h114.76zM288 160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-line-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25814,\"id\":1174,\"name\":\"arrow-fat-line-down\",\"prevSize\":16,\"code\":59721},\"setIdx\":0,\"setId\":0,\"iconIdx\":73},{\"icon\":{\"paths\":[\"M736 288h-224v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h224c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM704 672h-224c-17.673 0-32 14.327-32 32v0 114.76l-306.76-306.76 306.76-306.76v114.76c0 17.673 14.327 32 32 32v0h224zM896 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-line-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25815,\"id\":1173,\"name\":\"arrow-fat-line-left\",\"prevSize\":16,\"code\":59722},\"setIdx\":0,\"setId\":0,\"iconIdx\":74},{\"icon\":{\"paths\":[\"M950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-224c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h224v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM576 818.76v-114.76c0-17.673-14.327-32-32-32v0h-224v-320h224c17.673 0 32-14.327 32-32v0-114.76l306.76 306.76zM192 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-line-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25816,\"id\":1172,\"name\":\"arrow-fat-line-right\",\"prevSize\":16,\"code\":59723},\"setIdx\":0,\"setId\":0,\"iconIdx\":75},{\"icon\":{\"paths\":[\"M925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-96c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 96h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM512 882.76l-306.76-306.76h114.76c17.673 0 32-14.327 32-32v0-96h320v96c0 17.673 14.327 32 32 32v0h114.76zM288 160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM288 288c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-lines-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25817,\"id\":1171,\"name\":\"arrow-fat-lines-down\",\"prevSize\":16,\"code\":59724},\"setIdx\":0,\"setId\":0,\"iconIdx\":76},{\"icon\":{\"paths\":[\"M608 288h-96v-160c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160h96c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM576 672h-96c-17.673 0-32 14.327-32 32v0 114.76l-306.76-306.76 306.76-306.76v114.76c0 17.673 14.327 32 32 32v0h96zM896 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM768 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-lines-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25818,\"id\":1170,\"name\":\"arrow-fat-lines-left\",\"prevSize\":16,\"code\":59725},\"setIdx\":0,\"setId\":0,\"iconIdx\":77},{\"icon\":{\"paths\":[\"M950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-96c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h96v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM576 818.76v-114.76c0-17.673-14.327-32-32-32v0h-96v-320h96c17.673 0 32-14.327 32-32v0-114.76l306.76 306.76zM192 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-lines-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25819,\"id\":1169,\"name\":\"arrow-fat-lines-right\",\"prevSize\":16,\"code\":59726},\"setIdx\":0,\"setId\":0,\"iconIdx\":78},{\"icon\":{\"paths\":[\"M918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v96c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-96h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 448c-17.673 0-32 14.327-32 32v0 96h-320v-96c0-17.673-14.327-32-32-32v0h-114.76l306.76-306.76 306.76 306.76zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM736 736c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-lines-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25820,\"id\":1168,\"name\":\"arrow-fat-lines-up\",\"prevSize\":16,\"code\":59727},\"setIdx\":0,\"setId\":0,\"iconIdx\":79},{\"icon\":{\"paths\":[\"M918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v224c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-224h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 448c-17.673 0-32 14.327-32 32v0 224h-320v-224c0-17.673-14.327-32-32-32v0h-114.76l306.76-306.76 306.76 306.76zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-line-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25821,\"id\":1167,\"name\":\"arrow-fat-line-up\",\"prevSize\":16,\"code\":59728},\"setIdx\":0,\"setId\":0,\"iconIdx\":80},{\"icon\":{\"paths\":[\"M950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-320c-35.346 0-64 28.654-64 64v0 320c0 35.346 28.654 64 64 64v0h320v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM576 818.76v-114.76c0-17.673-14.327-32-32-32v0h-352v-320h352c17.673 0 32-14.327 32-32v0-114.76l306.76 306.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25822,\"id\":1166,\"name\":\"arrow-fat-right\",\"prevSize\":16,\"code\":59729},\"setIdx\":0,\"setId\":0,\"iconIdx\":81},{\"icon\":{\"paths\":[\"M918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v320c0 35.346 28.654 64 64 64v0h320c35.346 0 64-28.654 64-64v0-320h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 448c-17.673 0-32 14.327-32 32v0 352h-320v-352c0-17.673-14.327-32-32-32v0h-114.76l306.76-306.76 306.76 306.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-fat-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25823,\"id\":1165,\"name\":\"arrow-fat-up\",\"prevSize\":16,\"code\":59730},\"setIdx\":0,\"setId\":0,\"iconIdx\":82},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-626.76l233.4 233.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-288-288c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 288-288c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-233.4 233.36h626.76c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25824,\"id\":1164,\"name\":\"arrow-left\",\"prevSize\":16,\"code\":59731},\"setIdx\":0,\"setId\":0,\"iconIdx\":83},{\"icon\":{\"paths\":[\"M201.36 470.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h0l233.36 233.4v-530.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 530.76l233.36-233.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-288 288c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM864 832h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-line-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25825,\"id\":1163,\"name\":\"arrow-line-down\",\"prevSize\":16,\"code\":59732},\"setIdx\":0,\"setId\":0,\"iconIdx\":84},{\"icon\":{\"paths\":[\"M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM681.36 329.36l-393.36 393.4v-306.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-306.76l393.4-393.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-line-down-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25826,\"id\":1162,\"name\":\"arrow-line-down-left\",\"prevSize\":16,\"code\":59733},\"setIdx\":0,\"setId\":0,\"iconIdx\":85},{\"icon\":{\"paths\":[\"M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM768 384c-17.673 0-32 14.327-32 32v0 306.76l-393.36-393.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l393.4 393.36h-306.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-line-down-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25827,\"id\":1161,\"name\":\"arrow-line-down-right\",\"prevSize\":16,\"code\":59734},\"setIdx\":0,\"setId\":0,\"iconIdx\":86},{\"icon\":{\"paths\":[\"M928 512c0 17.673-14.327 32-32 32v0h-530.76l233.4 233.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-288-288c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 288-288c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0-233.4 233.36h530.76c17.673 0 32 14.327 32 32v0zM160 128c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-line-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25828,\"id\":1160,\"name\":\"arrow-line-left\",\"prevSize\":16,\"code\":59735},\"setIdx\":0,\"setId\":0,\"iconIdx\":87},{\"icon\":{\"paths\":[\"M758.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-288 288c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l233.4-233.36h-530.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h530.76l-233.4-233.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v-0zM864 128c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-line-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25829,\"id\":1159,\"name\":\"arrow-line-right\",\"prevSize\":16,\"code\":59736},\"setIdx\":0,\"setId\":0,\"iconIdx\":88},{\"icon\":{\"paths\":[\"M822.64 553.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-233.36-233.4v530.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-530.76l-233.36 233.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 288-288c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM864 128h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-line-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25830,\"id\":1158,\"name\":\"arrow-line-up\",\"prevSize\":16,\"code\":59737},\"setIdx\":0,\"setId\":0,\"iconIdx\":89},{\"icon\":{\"paths\":[\"M896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM256 640c17.673 0 32-14.327 32-32v0-306.76l393.36 393.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-393.4-393.36h306.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-line-up-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25831,\"id\":1157,\"name\":\"arrow-line-up-left\",\"prevSize\":16,\"code\":59738},\"setIdx\":0,\"setId\":0,\"iconIdx\":90},{\"icon\":{\"paths\":[\"M896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM320 704c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 393.36-393.4v306.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h306.76l-393.4 393.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-line-up-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25832,\"id\":1156,\"name\":\"arrow-line-up-right\",\"prevSize\":16,\"code\":59739},\"setIdx\":0,\"setId\":0,\"iconIdx\":91},{\"icon\":{\"paths\":[\"M886.64 534.64l-288 288c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l233.4-233.36h-626.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h626.76l-233.4-233.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 288 288c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25833,\"id\":1155,\"name\":\"arrow-right\",\"prevSize\":16,\"code\":59740},\"setIdx\":0,\"setId\":0,\"iconIdx\":92},{\"icon\":{\"paths\":[\"M790.68 745.48c5.763 5.786 9.325 13.767 9.325 22.58s-3.563 16.794-9.326 22.581l0.001-0.001c-4.36 4.28-107.4 105.36-278.68 105.36-149.56 0-258.12-89.6-320-159.4v95.4c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-130.24c49.28 61.4 150.24 160 290.24 160 144 0 232.56-85.84 233.44-86.72 5.78-5.727 13.737-9.266 22.52-9.266 8.883 0 16.92 3.619 22.718 9.464l0.002 0.002zM864 160c-17.673 0-32 14.327-32 32v0 95.4c-61.88-69.8-170.44-159.4-320-159.4-171.28 0-274.32 101.080-278.64 105.36-5.818 5.798-9.418 13.819-9.418 22.68 0 17.683 14.335 32.018 32.018 32.018 8.822 0 16.81-3.568 22.601-9.339l-0.001 0.001c0.88-0.88 89.44-86.72 233.44-86.72 140 0 240.96 98.6 290.24 160h-130.24c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-clockwise\"]},\"attrs\":[{}],\"properties\":{\"order\":25834,\"id\":1154,\"name\":\"arrows-clockwise\",\"prevSize\":16,\"code\":59741},\"setIdx\":0,\"setId\":0,\"iconIdx\":93},{\"icon\":{\"paths\":[\"M352 416h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 95.4c61.88-69.8 170.44-159.4 320-159.4 171.28 0 274.32 101.080 278.64 105.36 5.818 5.798 9.418 13.819 9.418 22.68 0 17.683-14.335 32.018-32.018 32.018-8.822 0-16.81-3.568-22.601-9.339l0.001 0.001c-1.080-1.080-89.76-86.72-233.44-86.72-140 0-240.92 98.6-290.24 160h130.24c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM864 608h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h130.24c-49.32 61.4-150.24 160-290.24 160-143.68 0-232.36-85.64-233.44-86.72-5.79-5.77-13.778-9.338-22.6-9.338-17.683 0-32.018 14.335-32.018 32.018 0 8.861 3.6 16.882 9.417 22.679l0.001 0.001c4.32 4.28 107.36 105.36 278.64 105.36 149.56 0 258.12-89.6 320-159.4v95.4c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-counter-clockwise\"]},\"attrs\":[{}],\"properties\":{\"order\":25835,\"id\":1153,\"name\":\"arrows-counter-clockwise\",\"prevSize\":16,\"code\":59742},\"setIdx\":0,\"setId\":0,\"iconIdx\":94},{\"icon\":{\"paths\":[\"M470.64 681.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l0 0 73.36 73.4v-562.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 562.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM854.64 297.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l73.36-73.4v562.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-562.76l73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-down-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25836,\"id\":1152,\"name\":\"arrows-down-up\",\"prevSize\":16,\"code\":59743},\"setIdx\":0,\"setId\":0,\"iconIdx\":95},{\"icon\":{\"paths\":[\"M950.64 534.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-677.52l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378v-0l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h0l-73.4 73.36h677.52l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":25837,\"id\":1151,\"name\":\"arrows-horizontal\",\"prevSize\":16,\"code\":59744},\"setIdx\":0,\"setId\":0,\"iconIdx\":96},{\"icon\":{\"paths\":[\"M576 416v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 82.76l169.36-169.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-169.4 169.36h82.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0zM416 576h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h82.76l-169.4 169.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 169.36-169.4v82.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM685.24 640h82.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-82.76l169.36 169.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM416 224c-17.673 0-32 14.327-32 32v0 82.76l-169.36-169.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l169.4 169.36h-82.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-in\"]},\"attrs\":[{}],\"properties\":{\"order\":25838,\"id\":1150,\"name\":\"arrows-in\",\"prevSize\":16,\"code\":59745},\"setIdx\":0,\"setId\":0,\"iconIdx\":97},{\"icon\":{\"paths\":[\"M361.36 278.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v-0l73.36 73.4v-210.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 210.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM534.64 617.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l73.36-73.4v210.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-210.76l73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM928 480h-210.76l73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36h210.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM406.64 489.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h-0l73.4 73.36h-210.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h210.76l-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-in-cardinal\"]},\"attrs\":[{}],\"properties\":{\"order\":25839,\"id\":1149,\"name\":\"arrows-in-cardinal\",\"prevSize\":16,\"code\":59746},\"setIdx\":0,\"setId\":0,\"iconIdx\":98},{\"icon\":{\"paths\":[\"M544 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM278.64 361.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h-0l73.4 73.36h-242.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h242.76l-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM960 480h-242.76l73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36h242.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-in-line-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":25840,\"id\":1148,\"name\":\"arrows-in-line-horizontal\",\"prevSize\":16,\"code\":59747},\"setIdx\":0,\"setId\":0,\"iconIdx\":99},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM489.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-73.36 73.4v-242.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 242.76l-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM534.64 617.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l73.36-73.4v242.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-242.76l73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-in-line-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":25841,\"id\":1147,\"name\":\"arrows-in-line-vertical\",\"prevSize\":16,\"code\":59748},\"setIdx\":0,\"setId\":0,\"iconIdx\":100},{\"icon\":{\"paths\":[\"M854.64 214.64l-201.4 201.36h114.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 114.76l201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0zM448 544h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.76l-201.4 201.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 201.36-201.4v114.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-in-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25842,\"id\":1146,\"name\":\"arrows-in-simple\",\"prevSize\":16,\"code\":59749},\"setIdx\":0,\"setId\":0,\"iconIdx\":101},{\"icon\":{\"paths\":[\"M854.64 726.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-562.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h562.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM297.36 470.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36h562.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-562.76l73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-left-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25843,\"id\":1145,\"name\":\"arrows-left-right\",\"prevSize\":16,\"code\":59750},\"setIdx\":0,\"setId\":0,\"iconIdx\":102},{\"icon\":{\"paths\":[\"M768 160v256c0 0.007 0 0.016 0 0.025 0 8.83-3.577 16.825-9.36 22.615l0-0-214.64 214.6v197.52l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-197.52l-214.64-214.6c-5.783-5.79-9.36-13.785-9.36-22.615 0-0.009 0-0.018 0-0.027l-0 0.001v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l192 192 192-192v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-merge\"]},\"attrs\":[{}],\"properties\":{\"order\":25844,\"id\":1144,\"name\":\"arrows-merge\",\"prevSize\":16,\"code\":59751},\"setIdx\":0,\"setId\":0,\"iconIdx\":103},{\"icon\":{\"paths\":[\"M864 192v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-169.36 169.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l169.4-169.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM393.36 585.36l-169.36 169.4v-114.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-114.76l169.4-169.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM832 608c-17.673 0-32 14.327-32 32v0 114.76l-169.36-169.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l169.4 169.36h-114.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM269.24 224h114.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-114.76l169.36 169.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-out\"]},\"attrs\":[{}],\"properties\":{\"order\":25845,\"id\":1143,\"name\":\"arrows-out\",\"prevSize\":16,\"code\":59752},\"setIdx\":0,\"setId\":0,\"iconIdx\":104},{\"icon\":{\"paths\":[\"M361.36 246.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378h0l-73.36-73.4v210.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-210.76l-73.36 73.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM617.36 777.36l-73.36 73.4v-210.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 210.76l-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM950.64 489.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l73.4 73.36h-210.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h210.76l-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM173.24 544h210.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-210.76l73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-out-cardinal\"]},\"attrs\":[{}],\"properties\":{\"order\":25846,\"id\":1142,\"name\":\"arrows-out-cardinal\",\"prevSize\":16,\"code\":59753},\"setIdx\":0,\"setId\":0,\"iconIdx\":105},{\"icon\":{\"paths\":[\"M544 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM384 480h-242.76l73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-73.4-73.36h242.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM982.64 489.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l73.4 73.36h-242.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h242.76l-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-out-line-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":25847,\"id\":1141,\"name\":\"arrows-out-line-horizontal\",\"prevSize\":16,\"code\":59754},\"setIdx\":0,\"setId\":0,\"iconIdx\":106},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM406.64 214.64l73.36-73.4v242.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-242.76l73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64h-0l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v0zM617.36 809.36l-73.36 73.4v-242.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 242.76l-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-out-line-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":25848,\"id\":1140,\"name\":\"arrows-out-line-vertical\",\"prevSize\":16,\"code\":59755},\"setIdx\":0,\"setId\":0,\"iconIdx\":107},{\"icon\":{\"paths\":[\"M864 192v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-201.36 201.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l201.4-201.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM425.36 553.36l-201.36 201.4v-114.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-114.76l201.4-201.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-out-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25849,\"id\":1139,\"name\":\"arrows-out-simple\",\"prevSize\":16,\"code\":59756},\"setIdx\":0,\"setId\":0,\"iconIdx\":108},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM662.64 521.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25850,\"id\":1138,\"name\":\"arrow-square-down\",\"prevSize\":16,\"code\":59757},\"setIdx\":0,\"setId\":0,\"iconIdx\":109},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM352 640v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 114.76l201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-201.4 201.36h114.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-down-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25851,\"id\":1137,\"name\":\"arrow-square-down-left\",\"prevSize\":16,\"code\":59758},\"setIdx\":0,\"setId\":0,\"iconIdx\":110},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM361.36 406.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l201.36 201.4v-114.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-down-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25852,\"id\":1136,\"name\":\"arrow-square-down-right\",\"prevSize\":16,\"code\":59759},\"setIdx\":0,\"setId\":0,\"iconIdx\":111},{\"icon\":{\"paths\":[\"M512 544v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.72l-265.36 265.36c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 265.36-265.36h-178.72c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM832 128h-512c-35.346 0-64 28.654-64 64v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h512v512h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-in\"]},\"attrs\":[{}],\"properties\":{\"order\":25853,\"id\":1135,\"name\":\"arrow-square-in\",\"prevSize\":16,\"code\":59760},\"setIdx\":0,\"setId\":0,\"iconIdx\":112},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM329.36 534.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36h242.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-242.76l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25854,\"id\":1134,\"name\":\"arrow-square-left\",\"prevSize\":16,\"code\":59761},\"setIdx\":0,\"setId\":0,\"iconIdx\":113},{\"icon\":{\"paths\":[\"M896 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.72l-265.32 265.36c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l265.32-265.36h-178.72c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM736 512c-17.673 0-32 14.327-32 32v0 288h-512v-512h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-288c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-out\"]},\"attrs\":[{}],\"properties\":{\"order\":25855,\"id\":1133,\"name\":\"arrow-square-out\",\"prevSize\":16,\"code\":59762},\"setIdx\":0,\"setId\":0,\"iconIdx\":114},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM320 512c0-17.673 14.327-32 32-32v0h242.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-242.76c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25856,\"id\":1132,\"name\":\"arrow-square-right\",\"prevSize\":16,\"code\":59763},\"setIdx\":0,\"setId\":0,\"iconIdx\":115},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM361.36 502.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4v242.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-242.76l-73.36 73.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25857,\"id\":1131,\"name\":\"arrow-square-up\",\"prevSize\":16,\"code\":59764},\"setIdx\":0,\"setId\":0,\"iconIdx\":116},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM352 576v-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-114.76l201.4 201.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-201.36-201.4v114.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-up-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25858,\"id\":1130,\"name\":\"arrow-square-up-left\",\"prevSize\":16,\"code\":59765},\"setIdx\":0,\"setId\":0,\"iconIdx\":117},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640zM361.36 662.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 201.4-201.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-201.36 201.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-square-up-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25859,\"id\":1129,\"name\":\"arrow-square-up-right\",\"prevSize\":16,\"code\":59766},\"setIdx\":0,\"setId\":0,\"iconIdx\":118},{\"icon\":{\"paths\":[\"M918.64 758.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-229.52l-224-224-224 224v229.52l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v0l73.36 73.4v-242.76c-0-0.007-0-0.016-0-0.025 0-8.83 3.577-16.825 9.36-22.615l-0 0 246.64-246.6v-178.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 178.76l246.64 246.6c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v242.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-split\"]},\"attrs\":[{}],\"properties\":{\"order\":25860,\"id\":1128,\"name\":\"arrows-split\",\"prevSize\":16,\"code\":59767},\"setIdx\":0,\"setId\":0,\"iconIdx\":119},{\"icon\":{\"paths\":[\"M662.64 777.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-677.52l-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l0 0-73.36-73.4v677.52l73.36-73.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrows-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":25861,\"id\":1127,\"name\":\"arrows-vertical\",\"prevSize\":16,\"code\":59768},\"setIdx\":0,\"setId\":0,\"iconIdx\":120},{\"icon\":{\"paths\":[\"M928 448c-0.159 141.321-114.679 255.841-255.985 256l-466.775 0 137.4 137.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-137.4 137.36h466.76c106.039 0 192-85.961 192-192s-85.961-192-192-192v0h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c141.321 0.159 255.841 114.679 256 255.985l0 0.015z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-u-down-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25862,\"id\":1126,\"name\":\"arrow-u-down-left\",\"prevSize\":16,\"code\":59769},\"setIdx\":0,\"setId\":0,\"iconIdx\":121},{\"icon\":{\"paths\":[\"M918.64 694.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36h-466.76c-141.385 0-256-114.615-256-256s114.615-256 256-256v0h352c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h466.76l-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-u-down-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25863,\"id\":1125,\"name\":\"arrow-u-down-right\",\"prevSize\":16,\"code\":59770},\"setIdx\":0,\"setId\":0,\"iconIdx\":122},{\"icon\":{\"paths\":[\"M832 352v352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-352c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 466.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l0 0 137.36 137.4v-466.76c0-141.385 114.615-256 256-256s256 114.615 256 256v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-u-left-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25864,\"id\":1124,\"name\":\"arrow-u-left-down\",\"prevSize\":16,\"code\":59771},\"setIdx\":0,\"setId\":0,\"iconIdx\":123},{\"icon\":{\"paths\":[\"M832 320v352c0 141.385-114.615 256-256 256s-256-114.615-256-256v0-466.76l-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-137.36-137.4v466.76c0 106.039 85.961 192 192 192s192-85.961 192-192v0-352c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-u-left-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25865,\"id\":1123,\"name\":\"arrow-u-left-up\",\"prevSize\":16,\"code\":59772},\"setIdx\":0,\"setId\":0,\"iconIdx\":124},{\"icon\":{\"paths\":[\"M822.64 470.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-233.36-233.4v626.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-626.76l-233.36 233.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0l288-288c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 288 288c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25866,\"id\":1122,\"name\":\"arrow-up\",\"prevSize\":16,\"code\":59773},\"setIdx\":0,\"setId\":0,\"iconIdx\":125},{\"icon\":{\"paths\":[\"M790.64 790.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-457.36-457.4v338.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-416c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-338.76l457.4 457.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-up-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25867,\"id\":1121,\"name\":\"arrow-up-left\",\"prevSize\":16,\"code\":59774},\"setIdx\":0,\"setId\":0,\"iconIdx\":126},{\"icon\":{\"paths\":[\"M800 256v416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-338.76l-457.36 457.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 457.4-457.36h-338.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-up-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25868,\"id\":1120,\"name\":\"arrow-up-right\",\"prevSize\":16,\"code\":59775},\"setIdx\":0,\"setId\":0,\"iconIdx\":127},{\"icon\":{\"paths\":[\"M886.64 726.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4v-466.76c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-352c0-141.385 114.615-256 256-256s256 114.615 256 256v0 466.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-u-right-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25869,\"id\":1119,\"name\":\"arrow-u-right-down\",\"prevSize\":16,\"code\":59776},\"setIdx\":0,\"setId\":0,\"iconIdx\":128},{\"icon\":{\"paths\":[\"M886.64 342.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-137.36-137.4v466.76c0 141.385-114.615 256-256 256s-256-114.615-256-256v0-352c0-17.673 14.327-32 32-32s32 14.327 32 32v0 352c0 106.039 85.961 192 192 192s192-85.961 192-192v0-466.76l-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-u-right-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25870,\"id\":1118,\"name\":\"arrow-u-right-up\",\"prevSize\":16,\"code\":59777},\"setIdx\":0,\"setId\":0,\"iconIdx\":129},{\"icon\":{\"paths\":[\"M928 576c-0.159 141.321-114.679 255.841-255.985 256l-352.015 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c106.039 0 192-85.961 192-192s-85.961-192-192-192v0h-466.76l137.4 137.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-137.4 137.36h466.76c141.321 0.159 255.841 114.679 256 255.985l0 0.015z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-u-up-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25871,\"id\":1117,\"name\":\"arrow-u-up-left\",\"prevSize\":16,\"code\":59778},\"setIdx\":0,\"setId\":0,\"iconIdx\":130},{\"icon\":{\"paths\":[\"M681.36 521.36l137.4-137.36h-466.76c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h352c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352c-141.385 0-256-114.615-256-256s114.615-256 256-256v0h466.76l-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"arrow-u-up-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25872,\"id\":1116,\"name\":\"arrow-u-up-right\",\"prevSize\":16,\"code\":59779},\"setIdx\":0,\"setId\":0,\"iconIdx\":131},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM736 384c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM736 512c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM736 640c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"article\"]},\"attrs\":[{}],\"properties\":{\"order\":25873,\"id\":1115,\"name\":\"article\",\"prevSize\":16,\"code\":59780},\"setIdx\":0,\"setId\":0,\"iconIdx\":132},{\"icon\":{\"paths\":[\"M224 544c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-256h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c0.010-0 0.022-0 0.034-0 11.355 0 21.329 5.914 27.009 14.831l0.077 0.129 132.88 212.68 132.88-212.6c5.746-9.087 15.738-15.034 27.119-15.040l64.001-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v256h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0-176.44l-100.88 161.4c-5.751 9.077-15.742 15.015-27.12 15.015s-21.369-5.938-27.043-14.884l-0.077-0.131-100.88-161.4v176.44c17.673 0 32 14.327 32 32v0zM672 448h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM960 512h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 640h-672c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 768h-672c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"article-medium\"]},\"attrs\":[{}],\"properties\":{\"order\":25874,\"id\":1114,\"name\":\"article-medium\",\"prevSize\":16,\"code\":59781},\"setIdx\":0,\"setId\":0,\"iconIdx\":133},{\"icon\":{\"paths\":[\"M608 416c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0zM960 512h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 640h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 768h-672c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 704c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013c-0-0.050-0-0.109-0-0.168 0-30.225 6.041-59.039 16.982-85.3l-0.542 1.468c-29.243-20.495-48.126-54.043-48.126-92 0-61.745 49.965-111.821 111.669-112l0.017-0c0.020-0 0.044-0 0.068-0 5.686 0 11.025 1.483 15.653 4.083l-0.161-0.083 279.72 155.4c23.059-3.78 40.439-23.561 40.439-47.401 0-26.411-21.331-47.84-47.704-47.999l-0.015-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c61.856 0 112 50.144 112 112s-50.144 112-112 112v0c-0.020 0-0.044 0-0.068 0-5.686 0-11.025-1.483-15.653-4.083l0.161 0.083-160-88.84c-73.79 15.217-128.48 79.654-128.48 156.865 0 77.052 54.466 141.384 126.998 156.593l1.041 0.183v-156.8c0-17.673 14.327-32 32-32s32 14.327 32 32v0 156.76c55.557-11.676 99.864-50.856 118.566-102.324l0.354-1.116c4.674-12.25 16.326-20.793 29.974-20.793 17.673 0 32 14.327 32 32 0 3.633-0.605 7.124-1.721 10.379l0.067-0.225c-31.779 87.691-114.311 149.231-211.229 149.32l-0.011 0zM144.92 340.56c19.063-23.796 42.335-43.34 68.815-57.731l1.185-0.589-46.2-25.68c-23.264 3.594-40.866 23.475-40.866 47.467 0 14.599 6.517 27.675 16.801 36.479l0.065 0.055z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"article-ny-times\"]},\"attrs\":[{}],\"properties\":{\"order\":25875,\"id\":1113,\"name\":\"article-ny-times\",\"prevSize\":16,\"code\":59782},\"setIdx\":0,\"setId\":0,\"iconIdx\":134},{\"icon\":{\"paths\":[\"M859.44 720.48c-5.69 9.389-15.853 15.567-27.458 15.567-6.112 0-11.824-1.714-16.682-4.687l0.14 0.080-271.44-162.92v295.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-295.48l-271.52 162.92c-4.766 2.972-10.552 4.734-16.751 4.734-17.673 0-32-14.327-32-32 0-11.713 6.293-21.956 15.683-27.533l0.148-0.081 274.24-164.56-274.24-164.56c-9.537-5.658-15.831-15.901-15.831-27.614 0-17.673 14.327-32 32-32 6.198 0 11.985 1.762 16.886 4.813l-0.136-0.079 271.52 162.92v-295.48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 295.48l271.52-162.92c4.766-2.972 10.552-4.734 16.751-4.734 17.673 0 32 14.327 32 32 0 11.713-6.293 21.956-15.683 27.533l-0.148 0.081-274.24 164.56 274.24 164.56c9.386 5.691 15.561 15.852 15.561 27.455 0 6.081-1.696 11.766-4.641 16.607l0.080-0.142z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"asterisk\"]},\"attrs\":[{}],\"properties\":{\"order\":25876,\"id\":1112,\"name\":\"asterisk\",\"prevSize\":16,\"code\":59783},\"setIdx\":0,\"setId\":0,\"iconIdx\":135},{\"icon\":{\"paths\":[\"M844 413.72l-280.52 112 197.88 254.44c4.371 5.425 7.016 12.402 7.016 19.996 0 17.673-14.327 32-32 32-10.396 0-19.634-4.957-25.479-12.637l-0.057-0.079-198.84-255.44-198.72 255.64c-5.914 7.345-14.904 12.004-24.984 12.004-17.673 0-32-14.327-32-32 0-7.277 2.429-13.987 6.521-19.363l-0.057 0.079 197.88-254.44-280.64-112.2c-11.856-4.88-20.051-16.343-20.051-29.72 0-17.701 14.35-32.051 32.051-32.051 4.325 0 8.449 0.856 12.213 2.409l-0.213-0.078 276 110.44v-304.72c0-17.673 14.327-32 32-32s32 14.327 32 32v0 304.72l276-110.44c3.551-1.475 7.675-2.331 12-2.331 17.701 0 32.051 14.35 32.051 32.051 0 13.377-8.195 24.84-19.838 29.642l-0.213 0.078z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"asterisk-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25877,\"id\":1111,\"name\":\"asterisk-simple\",\"prevSize\":16,\"code\":59784},\"setIdx\":0,\"setId\":0,\"iconIdx\":136},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416v0c86.040 0 176.4-25.92 241.72-69.32 8.665-5.82 14.292-15.583 14.292-26.66 0-17.68-14.332-32.012-32.012-32.012-6.602 0-12.738 1.999-17.835 5.424l0.115-0.073c-54.28 36.16-133.44 58.64-206.28 58.64-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c0 105.8-43.52 128-80 128s-80-22.2-80-128v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 17.040c-33.834-30.432-78.829-49.045-128.171-49.045-106.039 0-192 85.961-192 192s85.961 192 192 192c61.606 0 116.436-29.015 151.568-74.126l0.322-0.43c24 48 65.4 74.56 120.28 74.56 90.16 0 144-71.76 144-192-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"at\"]},\"attrs\":[{}],\"properties\":{\"order\":25878,\"id\":1110,\"name\":\"at\",\"prevSize\":16,\"code\":59785},\"setIdx\":0,\"setId\":0,\"iconIdx\":137},{\"icon\":{\"paths\":[\"M784.48 512c98.6-138.44 148.88-281.52 78.96-351.44s-213-19.64-351.44 78.96c-138.44-98.6-281.52-148.88-351.44-78.96s-19.64 213 78.96 351.44c-98.6 138.44-148.88 281.52-78.96 351.44v0c22.52 22.52 52.6 32.56 87.64 32.56 73.92 0 169.92-44.68 264-111.52 93.68 66.84 189.68 111.52 263.8 111.52 35.040 0 65.16-10.080 87.64-32.56v0c69.72-69.92 19.44-213-79.16-351.44zM818.2 205.8c30.56 30.56 9.92 129.6-74.080 253.12-27.834-34.319-55.551-65.052-84.766-94.286l0.006 0.006c-29.217-29.156-59.949-56.834-92.053-82.889l-2.227-1.751c123.52-84 222.56-104.8 253.12-74.2zM705.16 512c-29.62 37.304-59.408 70.603-91.006 102.086l-0.034 0.034c-31.518 31.634-64.818 61.422-99.763 89.229l-2.357 1.811c-37.304-29.62-70.603-59.408-102.086-91.006l-0.034-0.034c-31.634-31.518-61.422-64.818-89.229-99.763l-1.811-2.357c57.586-72.177 120.984-135.575 190.767-191.314l2.393-1.846c37.304 29.62 70.603 59.408 102.086 91.006l0.034 0.034c31.634 31.518 61.422 64.818 89.229 99.763l1.811 2.357zM205.8 205.8c8.8-8.84 23.32-13.4 42.48-13.4 47.28 0 122.76 27.6 210.6 87.6-34.309 27.836-65.027 55.513-94.269 84.669l0.029-0.029c-29.156 29.217-56.834 59.949-82.889 92.053l-1.751 2.227c-84-123.52-104.76-222.56-74.2-253.12zM205.8 818.2c-30.56-30.56-9.8-129.6 74.2-253.12 27.834 34.319 55.551 65.052 84.766 94.286l-0.006-0.006c29.196 29.132 59.889 56.807 91.934 82.885l2.226 1.755c-123.52 84-222.56 104.8-253.12 74.2zM818.2 818.2c-30.56 30.6-129.6 9.92-253.12-74.080 34.315-27.868 65.046-55.583 94.299-84.779l-0.019 0.019c29.156-29.217 56.834-59.949 82.889-92.053l1.751-2.227c84 123.52 104.76 222.56 74.2 253.12zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"atom\"]},\"attrs\":[{}],\"properties\":{\"order\":25879,\"id\":1109,\"name\":\"atom\",\"prevSize\":16,\"code\":59786},\"setIdx\":0,\"setId\":0,\"iconIdx\":138},{\"icon\":{\"paths\":[\"M368 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM606.92 644.92c-26.967 16.984-59.767 27.061-94.92 27.061s-67.953-10.077-95.668-27.5l0.748 0.439c-4.841-3.097-10.746-4.936-17.080-4.936-17.682 0-32.016 14.334-32.016 32.016 0 11.348 5.904 21.317 14.808 27.003l0.129 0.077c36.648 23.181 81.258 36.939 129.080 36.939s92.432-13.758 130.085-37.531l-1.005 0.593c9.033-5.763 14.936-15.732 14.936-27.080 0-17.682-14.334-32.016-32.016-32.016-6.334 0-12.239 1.839-17.209 5.013l0.129-0.077zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c-0.239-188.807-148.907-342.813-335.569-351.61l-0.791-0.030c-46.36 65.16-47.64 127.16-47.64 127.64 0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-2.92 0.52-57.2 33.84-122.52-165.853 30.559-289.84 174.034-289.84 346.468 0 194.404 157.596 352 352 352 194.386 0 351.971-157.566 352-351.946l0-0.003z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"baby\"]},\"attrs\":[{}],\"properties\":{\"order\":25880,\"id\":1108,\"name\":\"baby\",\"prevSize\":16,\"code\":59787},\"setIdx\":0,\"setId\":0,\"iconIdx\":139},{\"icon\":{\"paths\":[\"M672 162.32v-34.32c0-53.019-42.981-96-96-96v0h-128c-53.019 0-96 42.981-96 96v0 34.32c-109.097 16.348-191.827 109.326-192 221.662l-0 0.018v480c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-480c-0.173-112.354-82.903-205.332-190.765-221.528l-1.235-0.152zM448 96h128c17.673 0 32 14.327 32 32v0 32h-192v-32c0-17.673 14.327-32 32-32v0zM672 640h-320v-32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM352 704h192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h64v160h-320zM800 864h-64v-256c0-53.019-42.981-96-96-96v0h-256c-53.019 0-96 42.981-96 96v0 256h-64v-480c0-88.366 71.634-160 160-160v0h256c88.366 0 160 71.634 160 160v0 480zM608 352c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"backpack\"]},\"attrs\":[{}],\"properties\":{\"order\":25881,\"id\":1107,\"name\":\"backpack\",\"prevSize\":16,\"code\":59788},\"setIdx\":0,\"setId\":0,\"iconIdx\":140},{\"icon\":{\"paths\":[\"M864 160h-589.88c-23.17 0.069-43.45 12.378-54.72 30.798l-0.16 0.282-182.68 304.44c-2.87 4.703-4.57 10.393-4.57 16.48s1.699 11.777 4.65 16.621l-0.080-0.141 182.68 304.44c11.43 18.702 31.71 31.011 54.87 31.080l0.010 0h589.88c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM246.68 816.48l27.44-16.48zM864 800h-589.88l-172.8-288 172.8-288h589.88zM425.36 585.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"backspace\"]},\"attrs\":[{}],\"properties\":{\"order\":25882,\"id\":1106,\"name\":\"backspace\",\"prevSize\":16,\"code\":59789},\"setIdx\":0,\"setId\":0,\"iconIdx\":141},{\"icon\":{\"paths\":[\"M864 256h-160c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-160c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM864 800h-704v-480h160v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h256v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bag\"]},\"attrs\":[{}],\"properties\":{\"order\":25883,\"id\":1105,\"name\":\"bag\",\"prevSize\":16,\"code\":59790},\"setIdx\":0,\"setId\":0,\"iconIdx\":142},{\"icon\":{\"paths\":[\"M864 256h-160c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-160c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM864 800h-704v-480h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bag-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25884,\"id\":1104,\"name\":\"bag-simple\",\"prevSize\":16,\"code\":59791},\"setIdx\":0,\"setId\":0,\"iconIdx\":143},{\"icon\":{\"paths\":[\"M512 64c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 93.72 37.6 197.68 100.52 278 48.32 61.64 106 104 167.64 124.36l-41.56 97.040c-1.634 3.715-2.585 8.047-2.585 12.6 0 17.668 14.318 31.991 31.984 32l192.001 0c17.667-0.009 31.985-14.332 31.985-32 0-4.553-0.951-8.885-2.665-12.806l0.080 0.206-41.4-97.040c61.6-20.28 119.32-62.72 167.64-124.36 62.76-80.32 100.36-184.28 100.36-278-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM559.48 896h-94.96l27.76-64.76c6.56 0.48 13.12 0.76 19.72 0.76s13.16-0.28 19.72-0.76zM713.080 654.52c-57.32 73.2-128.72 113.48-201.080 113.48s-143.76-40.28-201.080-113.48c-54.44-69.44-86.92-158.52-86.92-238.52 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 80-32.48 169.080-86.92 238.52zM709.080 415.56c-1.513 0.259-3.27 0.419-5.059 0.44l-0.021 0c-15.791-0.021-28.9-11.477-31.493-26.53l-0.027-0.19c-12.451-68.253-65.468-121.269-132.708-133.566l-1.012-0.154c-15.398-2.497-27.013-15.697-27.013-31.609 0-17.673 14.327-32 32-32 1.969 0 3.897 0.178 5.768 0.518l-0.196-0.030c95.090 17.324 168.956 91.189 186.067 184.872l0.213 1.408c0.278 1.585 0.437 3.41 0.437 5.272 0 15.821-11.482 28.961-26.568 31.541l-0.189 0.027z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"balloon\"]},\"attrs\":[{}],\"properties\":{\"order\":25885,\"id\":1103,\"name\":\"balloon\",\"prevSize\":16,\"code\":59792},\"setIdx\":0,\"setId\":0,\"iconIdx\":144},{\"icon\":{\"paths\":[\"M738.28 512l110.84-110.88c30.136-29.135 48.846-69.926 48.846-115.086 0-88.366-71.634-160-160-160-45.16 0-85.951 18.71-115.043 48.801l-0.043 0.045-110.88 110.84-110.88-110.84c-29.135-30.136-69.926-48.846-115.086-48.846-88.366 0-160 71.634-160 160 0 45.16 18.71 85.951 48.801 115.043l0.045 0.043 110.84 110.88-110.84 110.88c-30.136 29.135-48.846 69.926-48.846 115.086 0 88.366 71.634 160 160 160 45.16 0 85.951-18.71 115.043-48.801l0.043-0.045 110.88-110.84 110.88 110.84c29.135 30.136 69.926 48.846 115.086 48.846 88.366 0 160-71.634 160-160 0-45.16-18.71-85.951-48.801-115.043l-0.045-0.043zM668 220c17.403-17.403 41.444-28.167 68-28.167 53.111 0 96.167 43.055 96.167 96.167 0 26.556-10.764 50.597-28.167 68l-110.88 110.88-135.88-135.88zM647.64 512l-135.64 135.76-135.76-135.76 135.76-135.76zM220 356v0c-17.403-17.403-28.167-41.444-28.167-68 0-53.111 43.055-96.167 96.167-96.167 26.556 0 50.597 10.764 68 28.167l110.88 110.88-135.88 135.88zM356 804c-17.403 17.403-41.444 28.167-68 28.167-53.111 0-96.167-43.055-96.167-96.167 0-26.556 10.764-50.597 28.167-68l110.88-110.88 135.76 135.76zM804 804c-17.384 17.443-41.432 28.236-68 28.236s-50.616-10.793-67.997-28.233l-0.003-0.003-110.88-110.88 135.76-135.76 111.12 110.64c17.443 17.384 28.236 41.432 28.236 68s-10.793 50.616-28.233 67.997l-0.003 0.003zM464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bandaids\"]},\"attrs\":[{}],\"properties\":{\"order\":25886,\"id\":1102,\"name\":\"bandaids\",\"prevSize\":16,\"code\":59793},\"setIdx\":0,\"setId\":0,\"iconIdx\":145},{\"icon\":{\"paths\":[\"M96 416h96v256h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-256h96c17.659-0.018 31.968-14.338 31.968-32 0-11.458-6.022-21.509-15.073-27.162l-0.135-0.078-416-256c-4.768-2.976-10.558-4.74-16.76-4.74s-11.992 1.764-16.895 4.819l0.135-0.079-416 256c-9.186 5.731-15.208 15.782-15.208 27.24 0 17.662 14.308 31.982 31.966 32l0.002 0zM256 416h128v256h-128zM576 416v256h-128v-256zM768 672h-128v-256h128zM512 165.56l302.96 186.44h-605.92zM992 832c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h896c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bank\"]},\"attrs\":[{}],\"properties\":{\"order\":25887,\"id\":1101,\"name\":\"bank\",\"prevSize\":16,\"code\":59794},\"setIdx\":0,\"setId\":0,\"iconIdx\":146},{\"icon\":{\"paths\":[\"M992 480h-32v-128c0-35.346-28.654-64-64-64v0h-64v-32c0-35.346-28.654-64-64-64v0h-96c-35.346 0-64 28.654-64 64v0 224h-192v-224c0-35.346-28.654-64-64-64v0h-96c-35.346 0-64 28.654-64 64v0 32h-64c-35.346 0-64 28.654-64 64v0 128h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v128c0 35.346 28.654 64 64 64v0h64v32c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-224h192v224c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-32h64c35.346 0 64-28.654 64-64v0-128h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM128 672v-320h64v320zM352 768h-96v-512h96v512zM768 768h-96v-512h96v447.28c0 0.24 0 0.48 0 0.72s0 0.48 0 0.72v63.28zM896 672h-64v-320h64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"barbell\"]},\"attrs\":[{}],\"properties\":{\"order\":25888,\"id\":1100,\"name\":\"barbell\",\"prevSize\":16,\"code\":59795},\"setIdx\":0,\"setId\":0,\"iconIdx\":147},{\"icon\":{\"paths\":[\"M928 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM288 800h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 640c-17.673 0-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM128 384c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM320 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM736 672v-320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0zM576 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM448 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"barcode\"]},\"attrs\":[{}],\"properties\":{\"order\":25889,\"id\":1099,\"name\":\"barcode\",\"prevSize\":16,\"code\":59796},\"setIdx\":0,\"setId\":0,\"iconIdx\":148},{\"icon\":{\"paths\":[\"M896 256h-768c-35.346 0-64 28.654-64 64v0 288c0 35.346 28.654 64 64 64v0h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h448v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c35.346 0 64-28.654 64-64v0-288c0-35.346-28.654-64-64-64v0zM896 514.76l-194.76-194.76h194.76zM322.76 320l288 288h-197.52l-285.24-285.24v-2.76zM128 413.24l194.76 194.76h-194.76zM896 608h-194.76l-288-288h197.52l285.24 285.28v2.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"barricade\"]},\"attrs\":[{}],\"properties\":{\"order\":25890,\"id\":1098,\"name\":\"barricade\",\"prevSize\":16,\"code\":59797},\"setIdx\":0,\"setId\":0,\"iconIdx\":149},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM288.36 783.64c3.28-4 6.56-7.72 9.68-11.64 4.368-5.428 7.011-12.405 7.011-20 0-17.69-14.341-32.031-32.031-32.031-10.096 0-19.101 4.671-24.972 11.969l-0.048 0.062-5.36 6.48c-51.465-60.712-82.757-139.942-82.757-226.48s31.292-165.768 83.179-226.99l-0.422 0.51 5.36 6.48c5.919 7.361 14.924 12.031 25.020 12.031 17.69 0 32.031-14.341 32.031-32.031 0-7.595-2.643-14.572-7.060-20.062l0.048 0.062c-3.12-4-6.4-8-9.68-11.64 60.26-50.014 138.406-80.364 223.64-80.364s163.38 30.349 224.22 80.831l-0.58-0.467c-3.28 4-6.56 7.68-9.68 11.64-4.368 5.428-7.011 12.405-7.011 20 0 17.69 14.341 32.031 32.031 32.031 10.096 0 19.101-4.671 24.972-11.969l0.048-0.062 5.36-6.48c51.465 60.712 82.757 139.942 82.757 226.48s-31.292 165.768-83.179 226.99l0.422-0.51-5.36-6.48c-5.901-7.795-15.161-12.78-25.585-12.78-17.673 0-32 14.327-32 32 0 7.952 2.9 15.226 7.701 20.823l-0.036-0.043c3.12 4 6.4 7.8 9.68 11.64-60.26 50.014-138.406 80.364-223.64 80.364s-163.38-30.349-224.22-80.831l0.58 0.467zM383.56 581.28c-4.526 26.533-10.748 49.869-18.837 72.314l0.917-2.914c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c6.092-16.515 11.357-36.22 14.864-56.527l0.296-2.073c2.497-15.398 15.697-27.013 31.609-27.013 17.673 0 32 14.327 32 32 0 1.969-0.178 3.897-0.518 5.768l0.030-0.196zM383.56 442.72c0.279 1.587 0.438 3.414 0.438 5.279 0 15.808-11.462 28.938-26.528 31.534l-0.19 0.027c-1.581 0.27-3.408 0.43-5.27 0.44l-0.010 0c-15.791-0.021-28.9-11.477-31.493-26.53l-0.027-0.19c-3.803-22.38-9.068-42.085-15.928-61.026l0.768 2.426c-1.162-3.18-1.834-6.852-1.834-10.68 0-17.681 14.333-32.014 32.014-32.014 13.852 0 25.65 8.798 30.109 21.111l0.071 0.223c7.16 19.533 13.369 42.871 17.524 66.912l0.356 2.488zM699.2 670.16c-3.179 1.162-6.85 1.834-10.677 1.834-13.842 0-25.632-8.789-30.092-21.091l-0.071-0.223c-7.172-19.531-13.394-42.867-17.562-66.907l-0.358-2.493c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184c3.803 22.38 9.068 42.085 15.928 61.026l-0.768-2.426c1.159 3.176 1.829 6.842 1.829 10.664 0 13.856-8.806 25.654-21.126 30.105l-0.223 0.070zM640.44 442.72c4.526-26.533 10.748-49.869 18.837-72.314l-0.917 2.914c4.53-12.536 16.328-21.334 30.18-21.334 17.681 0 32.014 14.333 32.014 32.014 0 3.828-0.672 7.5-1.905 10.903l0.071-0.223c-6.092 16.515-11.357 36.22-14.864 56.527l-0.296 2.073c-2.622 15.257-15.752 26.719-31.56 26.72l-0 0c-1.885-0.008-3.726-0.168-5.519-0.468l0.199 0.028c-15.238-2.64-26.68-15.761-26.68-31.555 0-1.867 0.16-3.696 0.467-5.476l-0.027 0.19z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"baseball\"]},\"attrs\":[{}],\"properties\":{\"order\":25891,\"id\":1097,\"name\":\"baseball\",\"prevSize\":16,\"code\":59798},\"setIdx\":0,\"setId\":0,\"iconIdx\":150},{\"icon\":{\"paths\":[\"M512 96v0c-229.641 0.273-415.727 186.359-416 415.974l-0 0.026v224c0 53.019 42.981 96 96 96v0c21.333-0.037 41.034-6.994 56.986-18.747l-0.266 0.187c48.6-35.32 133.68-77.44 263.28-77.44s214.68 42.080 263.24 77.4c15.683 11.606 35.407 18.577 56.76 18.577 53.011 0 95.987-42.968 96-95.976l0-0.001v-224c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0zM864 512v35.48c-47.106-29.644-101.441-54.466-159.060-71.675l-4.7-1.205c-13.364-116.112-54.639-220.528-116.899-309.13l1.419 2.13c160.54 35.018 279.017 175.841 279.24 344.375l0 0.025zM512 177.080c61.481 78.339 104.568 173.942 121.147 278.374l0.453 3.466c-36.585-6.946-78.668-10.92-121.68-10.92s-85.094 3.973-125.903 11.573l4.223-0.653c17.238-107.886 60.353-203.456 122.773-283.183l-1.013 1.343zM439.24 167.6c-60.847 86.483-102.123 190.914-115.188 303.939l-0.292 3.101c-62.318 18.414-116.653 43.236-166.536 74.503l2.776-1.623v-35.52c0.223-168.559 118.7-309.382 276.908-343.972l2.332-0.428zM846.64 764.44c-4.261 2.243-9.31 3.56-14.668 3.56-7.193 0-13.831-2.373-19.175-6.379l0.083 0.060c-56.24-40.88-154.080-89.68-300.88-89.68s-244.64 48.8-300.88 89.68c-5.261 3.946-11.899 6.32-19.092 6.32-5.357 0-10.407-1.316-14.843-3.644l0.176 0.084c-10.369-5.183-17.365-15.719-17.365-27.89 0-0.193 0.002-0.386 0.005-0.579l-0 0.029v-111.72c97.844-70.2 220.011-112.258 352-112.258s254.156 42.058 353.829 113.504l-1.829-1.246v111.72c0.003 0.164 0.005 0.356 0.005 0.55 0 12.171-6.996 22.708-17.185 27.809l-0.18 0.081z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"baseball-cap\"]},\"attrs\":[{}],\"properties\":{\"order\":25892,\"id\":1096,\"name\":\"baseball-cap\",\"prevSize\":16,\"code\":59799},\"setIdx\":0,\"setId\":0,\"iconIdx\":151},{\"icon\":{\"paths\":[\"M544 480v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM959.44 392.44l-55.44 416.040c-4.332 31.509-31.080 55.52-63.436 55.52-0.016 0-0.031-0-0.047-0l-657.038 0c-0.013 0-0.029 0-0.044 0-32.356 0-59.104-24.011-63.398-55.186l-0.038-0.334-55.48-416c-0.359-2.547-0.564-5.49-0.564-8.48 0-35.346 28.654-64 64-64 0.016 0 0.031 0 0.047 0l145.478-0 214.52-245.080c5.892-6.658 14.458-10.834 24-10.834s18.108 4.176 23.971 10.8l0.029 0.034 214.52 245.080h145.48c35.329 0.023 63.959 28.668 63.959 64 0 2.976-0.203 5.905-0.596 8.773l0.037-0.333zM358.52 320h306.96l-153.48-175.4zM896 384h-768l55.48 416h657.040zM691.36 476.8l-22.4 224c-0.113 1.008-0.177 2.176-0.177 3.359 0 16.552 12.567 30.169 28.68 31.83l0.137 0.011c0.484 0.028 1.050 0.044 1.62 0.044s1.136-0.016 1.698-0.048l-0.078 0.003c16.529-0.021 30.121-12.571 31.788-28.663l0.012-0.137 22.4-224c0.102-0.96 0.16-2.073 0.16-3.2 0-17.673-14.327-32-32-32-16.546 0-30.16 12.558-31.828 28.663l-0.012 0.137zM332.64 476.8c-1.68-16.242-15.294-28.8-31.84-28.8-17.673 0-32 14.327-32 32 0 1.127 0.058 2.24 0.172 3.337l-0.012-0.137 22.4 224c1.68 16.242 15.293 28.8 31.84 28.8 0.056 0 0.113-0 0.169-0l-0.009 0c0.484 0.028 1.050 0.044 1.62 0.044s1.136-0.016 1.698-0.048l-0.078 0.003c16.242-1.68 28.8-15.293 28.8-31.84 0-1.127-0.058-2.241-0.172-3.338l0.012 0.137z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"basket\"]},\"attrs\":[{}],\"properties\":{\"order\":25893,\"id\":1095,\"name\":\"basket\",\"prevSize\":16,\"code\":59800},\"setIdx\":0,\"setId\":0,\"iconIdx\":152},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM240 288.68c43.284 52.101 71.823 117.856 78.419 189.957l0.101 1.363h-157.040c6.786-73.45 35.308-139.183 78.989-191.902l-0.469 0.582zM544 480v-318.52c74.98 6.978 141.959 36.611 195.219 81.894l-0.499-0.414c-54.836 63.96-90.544 145.767-97.434 235.639l-0.086 1.401zM480 480h-97.2c-6.976-91.273-42.683-173.079-97.985-237.596l0.465 0.556c52.761-44.869 119.74-74.502 193.33-81.375l1.39-0.105zM318.52 544c-6.696 73.464-35.235 139.219-78.982 191.892l0.462-0.572c-43.212-52.137-71.734-117.87-78.416-189.938l-0.104-1.382zM382.8 544h97.2v318.52c-74.98-6.978-141.959-36.611-195.219-81.894l0.499 0.414c54.829-63.964 90.535-145.769 97.434-235.638l0.086-1.402zM544 544h97.2c6.985 91.271 42.691 173.076 97.986 237.597l-0.466-0.557c-52.761 44.869-119.74 74.502-193.33 81.375l-1.39 0.105zM705.48 544h157.040c-6.786 73.45-35.308 139.183-78.989 191.902l0.469-0.582c-43.284-52.101-71.823-117.856-78.419-189.957l-0.101-1.363zM705.48 480c6.696-73.464 35.235-139.219 78.982-191.892l-0.462 0.572c43.212 52.137 71.734 117.87 78.416 189.938l0.104 1.382z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"basketball\"]},\"attrs\":[{}],\"properties\":{\"order\":25894,\"id\":1094,\"name\":\"basketball\",\"prevSize\":16,\"code\":59801},\"setIdx\":0,\"setId\":0,\"iconIdx\":153},{\"icon\":{\"paths\":[\"M928 384h-96c0-17.673-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32v0h-256v-176c0-26.51 21.49-48 48-48v0c0.060-0 0.132-0 0.203-0 23.438 0 43.091 16.204 48.367 38.021l0.069 0.34c3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-11.293-51.591-56.596-89.641-110.786-89.641-0.202 0-0.403 0.001-0.605 0.002l0.031-0c-61.856 0-112 50.144-112 112v0 176h-96c-35.346 0-64 28.654-64 64v0 128c0.137 123.657 100.343 223.863 223.987 224l0.013 0v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h384v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c123.657-0.137 223.863-100.343 224-223.987l0-0.013v-128c0-35.346-28.654-64-64-64v0zM768 416v128h-192v-128zM928 576c0 88.366-71.634 160-160 160v0h-512c-88.366 0-160-71.634-160-160v0-128h416v128c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-128h96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bathtub\"]},\"attrs\":[{}],\"properties\":{\"order\":25895,\"id\":1093,\"name\":\"bathtub\",\"prevSize\":16,\"code\":59802},\"setIdx\":0,\"setId\":0,\"iconIdx\":154},{\"icon\":{\"paths\":[\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM555.24 495.16c3.004 4.785 4.786 10.601 4.786 16.834 0 5.222-1.251 10.153-3.47 14.507l0.084-0.182-64 128c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182 40.88-81.68h-76.24c-0.007 0-0.015 0-0.023 0-17.673 0-32-14.327-32-32 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182 64-128c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-40.88 81.68h76.24c0.009-0 0.019-0 0.029-0 11.438 0 21.474 6.001 27.132 15.026l0.078 0.134z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-charging\"]},\"attrs\":[{}],\"properties\":{\"order\":25896,\"id\":1092,\"name\":\"battery-charging\",\"prevSize\":16,\"code\":59803},\"setIdx\":0,\"setId\":0,\"iconIdx\":155},{\"icon\":{\"paths\":[\"M603.24 527.16c3.004 4.785 4.786 10.601 4.786 16.834 0 5.222-1.251 10.153-3.47 14.507l0.084-0.182-64 128c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182 40.88-81.68h-76.24c-0.007 0-0.015 0-0.023 0-17.673 0-32-14.327-32-32 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182 64-128c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-40.88 81.68h76.24c0.009-0 0.019-0 0.029-0 11.438 0 21.474 6.001 27.132 15.026l0.078 0.134zM384 64h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-charging-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":25897,\"id\":1091,\"name\":\"battery-charging-vertical\",\"prevSize\":16,\"code\":59804},\"setIdx\":0,\"setId\":0,\"iconIdx\":156},{\"icon\":{\"paths\":[\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-empty\"]},\"attrs\":[{}],\"properties\":{\"order\":25898,\"id\":1090,\"name\":\"battery-empty\",\"prevSize\":16,\"code\":59805},\"setIdx\":0,\"setId\":0,\"iconIdx\":157},{\"icon\":{\"paths\":[\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM736 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM576 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM416 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-full\"]},\"attrs\":[{}],\"properties\":{\"order\":25899,\"id\":1089,\"name\":\"battery-full\",\"prevSize\":16,\"code\":59806},\"setIdx\":0,\"setId\":0,\"iconIdx\":158},{\"icon\":{\"paths\":[\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM576 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM416 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-high\"]},\"attrs\":[{}],\"properties\":{\"order\":25900,\"id\":1088,\"name\":\"battery-high\",\"prevSize\":16,\"code\":59807},\"setIdx\":0,\"setId\":0,\"iconIdx\":159},{\"icon\":{\"paths\":[\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-low\"]},\"attrs\":[{}],\"properties\":{\"order\":25901,\"id\":1087,\"name\":\"battery-low\",\"prevSize\":16,\"code\":59808},\"setIdx\":0,\"setId\":0,\"iconIdx\":160},{\"icon\":{\"paths\":[\"M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM416 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM256 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-medium\"]},\"attrs\":[{}],\"properties\":{\"order\":25902,\"id\":1086,\"name\":\"battery-medium\",\"prevSize\":16,\"code\":59809},\"setIdx\":0,\"setId\":0,\"iconIdx\":161},{\"icon\":{\"paths\":[\"M608 512c0 17.673-14.327 32-32 32v0h-80v80c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80h-80c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h80v-80c0-17.673 14.327-32 32-32s32 14.327 32 32v0 80h80c17.673 0 32 14.327 32 32v0zM896 320v384c0 53.019-42.981 96-96 96v0h-672c-53.019 0-96-42.981-96-96v0-384c0-53.019 42.981-96 96-96v0h672c53.019 0 96 42.981 96 96v0zM832 320c0-17.673-14.327-32-32-32v0h-672c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h672c17.673 0 32-14.327 32-32v0zM992 352c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":25903,\"id\":1085,\"name\":\"battery-plus\",\"prevSize\":16,\"code\":59810},\"setIdx\":0,\"setId\":0,\"iconIdx\":162},{\"icon\":{\"paths\":[\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM624 528h-80v-80c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 80h-80c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h80v80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-80h80c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-plus-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":25904,\"id\":1084,\"name\":\"battery-plus-vertical\",\"prevSize\":16,\"code\":59811},\"setIdx\":0,\"setId\":0,\"iconIdx\":163},{\"icon\":{\"paths\":[\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-vertical-empty\"]},\"attrs\":[{}],\"properties\":{\"order\":25905,\"id\":1083,\"name\":\"battery-vertical-empty\",\"prevSize\":16,\"code\":59812},\"setIdx\":0,\"setId\":0,\"iconIdx\":164},{\"icon\":{\"paths\":[\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 288h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 448h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-vertical-full\"]},\"attrs\":[{}],\"properties\":{\"order\":25906,\"id\":1082,\"name\":\"battery-vertical-full\",\"prevSize\":16,\"code\":59813},\"setIdx\":0,\"setId\":0,\"iconIdx\":165},{\"icon\":{\"paths\":[\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 448h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-vertical-high\"]},\"attrs\":[{}],\"properties\":{\"order\":25907,\"id\":1081,\"name\":\"battery-vertical-high\",\"prevSize\":16,\"code\":59814},\"setIdx\":0,\"setId\":0,\"iconIdx\":166},{\"icon\":{\"paths\":[\"M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-vertical-low\"]},\"attrs\":[{}],\"properties\":{\"order\":25908,\"id\":1080,\"name\":\"battery-vertical-low\",\"prevSize\":16,\"code\":59815},\"setIdx\":0,\"setId\":0,\"iconIdx\":167},{\"icon\":{\"paths\":[\"M704 128h-384c-53.019 0-96 42.981-96 96v0 672c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-672c0-53.019-42.981-96-96-96v0zM736 896c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-672c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM672 800c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM672 640c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-vertical-medium\"]},\"attrs\":[{}],\"properties\":{\"order\":25909,\"id\":1079,\"name\":\"battery-vertical-medium\",\"prevSize\":16,\"code\":59816},\"setIdx\":0,\"setId\":0,\"iconIdx\":168},{\"icon\":{\"paths\":[\"M1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 320v384c0 53.019-42.981 96-96 96v0h-672c-53.019 0-96-42.981-96-96v0-384c0-53.019 42.981-96 96-96v0h672c53.019 0 96 42.981 96 96v0zM832 320c0-17.673-14.327-32-32-32v0h-672c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h672c17.673 0 32-14.327 32-32v0zM464 528c17.673 0 32-14.327 32-32v0-112c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 112c0 17.673 14.327 32 32 32v0zM464 576c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-warning\"]},\"attrs\":[{}],\"properties\":{\"order\":25910,\"id\":1078,\"name\":\"battery-warning\",\"prevSize\":16,\"code\":59817},\"setIdx\":0,\"setId\":0,\"iconIdx\":169},{\"icon\":{\"paths\":[\"M480 544v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM384 64h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"battery-warning-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":25911,\"id\":1077,\"name\":\"battery-warning-vertical\",\"prevSize\":16,\"code\":59818},\"setIdx\":0,\"setId\":0,\"iconIdx\":170},{\"icon\":{\"paths\":[\"M832 288h-736v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h832v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-88.366-71.634-160-160-160v0zM96 352h288v288h-288zM448 640v-288h384c53.019 0 96 42.981 96 96v0 192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bed\"]},\"attrs\":[{}],\"properties\":{\"order\":25912,\"id\":1076,\"name\":\"bed\",\"prevSize\":16,\"code\":59819},\"setIdx\":0,\"setId\":0,\"iconIdx\":171},{\"icon\":{\"paths\":[\"M982.64 169.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h0l5.92 5.88-220.68 165.52-152.88 30.6c-6.44 1.32-12.014 4.405-16.362 8.722l0.002-0.002-333.36 333.28c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l165.6 165.6c17.372 17.371 41.371 28.115 67.88 28.115s50.508-10.744 67.88-28.116l333.28-333.24c4.325-4.34 7.412-9.917 8.685-16.154l0.035-0.206 30.6-152.88 165.52-220.68 5.88 5.92c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64h-0zM384 429.24l210.76 210.76-178.76 178.76-210.76-210.76zM325.48 896c-0.025 0-0.055 0-0.085 0-8.799 0-16.762-3.578-22.514-9.359l-0.001-0.001-165.52-165.52c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l22.64-22.64 210.76 210.76-22.76 22.64c-5.768 5.762-13.724 9.333-22.515 9.36l-0.005 0zM710.4 396.8c-2.755 3.633-4.768 7.983-5.726 12.717l-0.034 0.203-30.12 150.52-34.52 34.52-210.76-210.76 34.52-34.52 150.52-30.12c4.937-0.992 9.287-3.005 12.999-5.817l-0.079 0.057 233.8-175.36 24.76 24.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"beer-bottle\"]},\"attrs\":[{}],\"properties\":{\"order\":25913,\"id\":1075,\"name\":\"beer-bottle\",\"prevSize\":16,\"code\":59820},\"setIdx\":0,\"setId\":0,\"iconIdx\":172},{\"icon\":{\"paths\":[\"M416 416v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM576 384c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM960 448v256c0 53.019-42.981 96-96 96v0h-64v32c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-544c0-123.52 114.84-224 256-224 67.080 0 131.64 23.2 179.28 64h44.72c88.366 0 160 71.634 160 160v0 64h64c53.019 0 96 42.981 96 96v0zM228 256h502.48c-13.574-37.596-48.943-63.987-90.478-64l-57.042-0c-8.587-0.001-16.384-3.385-22.131-8.891l0.011 0.011c-36.6-35.12-89.36-55.12-144.84-55.12-92.72 0-170.28 55.040-188 128zM736 832v-512h-512v512h512zM896 448c0-17.673-14.327-32-32-32v0h-64v320h64c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"beer-stein\"]},\"attrs\":[{}],\"properties\":{\"order\":25914,\"id\":1074,\"name\":\"beer-stein\",\"prevSize\":16,\"code\":59821},\"setIdx\":0,\"setId\":0,\"iconIdx\":173},{\"icon\":{\"paths\":[\"M640 320c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM544 632c0 92.784-75.216 168-168 168v0h-248c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h232c83.878 0.092 151.838 68.11 151.838 152 0 44.271-18.927 84.122-49.13 111.902l-0.108 0.098c49.108 29.913 81.4 83.165 81.4 143.96 0 0.014-0 0.028-0 0.042l0-0.002zM160 464h200c48.601 0 88-39.399 88-88s-39.399-88-88-88v0h-200zM480 632c0-57.438-46.562-104-104-104v0h-216v208h216c57.438 0 104-46.562 104-104v0zM992 608c0 17.673-14.327 32-32 32v0h-284c14.71 55.659 64.612 96.024 123.942 96.024 41.743 0 78.819-19.982 102.185-50.902l0.233-0.322c5.903-7.803 15.169-12.792 25.6-12.792 17.68 0 32.012 14.332 32.012 32.012 0 7.248-2.409 13.934-6.47 19.3l0.058-0.080c-35.402 46.812-90.985 76.747-153.56 76.747-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192 0 0.005-0 0.009-0 0.014l0-0.001zM924 576c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"behance-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":25915,\"id\":1073,\"name\":\"behance-logo\",\"prevSize\":16,\"code\":59822},\"setIdx\":0,\"setId\":0,\"iconIdx\":174},{\"icon\":{\"paths\":[\"M887.2 703.76c-22.2-38.24-55.2-146.44-55.2-287.76 0-176.731-143.269-320-320-320s-320 143.269-320 320v0c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l163.243 0c15.422 73.536 79.735 127.964 156.76 127.964s141.338-54.428 156.577-126.922l0.183-1.042h163.24c35.309-0.049 63.914-28.684 63.914-64 0-11.88-3.237-23.003-8.876-32.537l0.163 0.297zM512 864c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM192 736c30.8-52.96 64-175.68 64-320 0-141.385 114.615-256 256-256s256 114.615 256 256v0c0 144.2 33.12 266.92 64 320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bell\"]},\"attrs\":[{}],\"properties\":{\"order\":25916,\"id\":1072,\"name\":\"bell\",\"prevSize\":16,\"code\":59823},\"setIdx\":0,\"setId\":0,\"iconIdx\":175},{\"icon\":{\"paths\":[\"M896 284.4c-4.273 2.258-9.339 3.584-14.715 3.584-12.289 0-22.96-6.927-28.321-17.089l-0.084-0.175c-31.364-61.089-76.859-111.007-132.351-146.742l-1.489-0.898c-9.033-5.763-14.936-15.732-14.936-27.080 0-17.682 14.334-32.016 32.016-32.016 6.334 0 12.239 1.839 17.209 5.013l-0.129-0.077c66.416 42.971 119.546 101.188 155.31 169.89l1.17 2.47c2.258 4.273 3.584 9.339 3.584 14.715 0 12.289-6.927 22.96-17.089 28.321l-0.175 0.084zM142.84 288c12.29-0.005 22.959-6.938 28.316-17.105l0.084-0.175c31.364-61.089 76.859-111.007 132.351-146.742l1.489-0.898c9.033-5.763 14.936-15.732 14.936-27.080 0-17.682-14.334-32.016-32.016-32.016-6.334 0-12.239 1.839-17.209 5.013l0.129-0.077c-66.416 42.971-119.546 101.188-155.31 169.89l-1.17 2.47c-2.26 4.274-3.587 9.342-3.587 14.72 0 17.668 14.319 31.992 31.986 32l0.001 0zM887.24 703.76c5.477 9.237 8.714 20.36 8.714 32.24 0 35.33-28.627 63.974-63.951 64l-163.203 0c-15.344 73.633-79.704 128.16-156.8 128.16s-141.456-54.527-156.618-127.12l-0.182-1.040h-163.2c-35.292-0.072-63.874-28.698-63.874-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c36.040-62.2 55.16-150.64 55.16-255.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 105.080 19.12 193.52 55.24 255.76zM602.48 800h-180.96c13.601 37.561 48.963 63.916 90.48 63.916s76.88-26.355 90.268-63.248l0.212-0.668zM832 736c-42.56-73.080-64-169.96-64-288 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 118.080-21.52 214.96-64 288z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bell-ringing\"]},\"attrs\":[{}],\"properties\":{\"order\":25917,\"id\":1071,\"name\":\"bell-ringing\",\"prevSize\":16,\"code\":59824},\"setIdx\":0,\"setId\":0,\"iconIdx\":176},{\"icon\":{\"paths\":[\"M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM887.4 768c-11.077 19.249-31.53 32.002-54.963 32.002-0.154 0-0.307-0.001-0.461-0.002l0.024 0h-640c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM832 736c-30.92-53.080-64-175.8-64-320 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 144.24-33.12 266.96-64 320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bell-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25918,\"id\":1070,\"name\":\"bell-simple\",\"prevSize\":16,\"code\":59825},\"setIdx\":0,\"setId\":0,\"iconIdx\":177},{\"icon\":{\"paths\":[\"M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM909.56 241.28c-36.923-71.166-90.056-129.374-154.74-171.264l-1.74-1.056c-4.873-3.156-10.831-5.032-17.226-5.032-17.673 0-32 14.327-32 32 0 11.399 5.96 21.406 14.935 27.075l0.132 0.078c56.981 36.633 102.476 86.551 132.852 145.529l0.988 2.111c5.565 9.915 16.012 16.505 27.998 16.505 17.673 0 32-14.327 32-32 0-5.073-1.181-9.871-3.282-14.133l0.084 0.188zM142.84 288c12.29-0.005 22.959-6.938 28.316-17.105l0.084-0.175c31.364-61.089 76.859-111.007 132.351-146.742l1.489-0.898c9.106-5.746 15.066-15.753 15.066-27.152 0-17.673-14.327-32-32-32-6.396 0-12.353 1.876-17.352 5.108l0.125-0.076c-66.424 42.946-119.557 101.154-155.311 169.852l-1.169 2.468c-2.26 4.274-3.587 9.342-3.587 14.72 0 17.668 14.319 31.992 31.986 32l0.001 0zM887.24 703.76c5.477 9.237 8.714 20.36 8.714 32.24 0 35.33-28.627 63.974-63.951 64l-640.003 0c-35.292-0.072-63.874-28.698-63.874-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c36.040-62.2 55.16-150.64 55.16-255.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 105.080 19.12 193.52 55.24 255.76zM832 736c-42.56-73.080-64-169.96-64-288 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 118.080-21.52 214.96-64 288z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bell-simple-ringing\"]},\"attrs\":[{}],\"properties\":{\"order\":25919,\"id\":1069,\"name\":\"bell-simple-ringing\",\"prevSize\":16,\"code\":59826},\"setIdx\":0,\"setId\":0,\"iconIdx\":178},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.204 45.92-43.28 101.215-43.28 160.263 0 0.189 0 0.377 0 0.566l-0-0.029c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l538.563 0 77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM192 736c30.8-52.96 64-175.68 64-320-0-0.111-0-0.242-0-0.373 0-40.034 9.24-77.911 25.704-111.612l-0.664 1.505 391.32 430.48zM672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM856 717c-3.475 1.388-7.503 2.195-11.718 2.2l-0.002 0c-13.456-0.014-24.967-8.332-29.684-20.104l-0.076-0.216c-29.12-74.12-46.52-179.88-46.52-282.88 0-0.022 0-0.048 0-0.073 0-141.385-114.615-256-256-256-46.432 0-89.976 12.361-127.522 33.972l1.242-0.659c-4.406 2.433-9.658 3.865-15.245 3.865-17.673 0-32-14.327-32-32 0-11.637 6.212-21.824 15.501-27.424l0.144-0.080c45.387-26.201 99.828-41.659 157.88-41.659 176.731 0 320 143.269 320 320 0 0.021-0 0.041-0 0.062l0-0.003c0 141.4 32.2 234.36 42.080 259.52 1.402 3.467 2.215 7.487 2.215 11.698 0 13.46-8.31 24.979-20.079 29.706l-0.215 0.076z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bell-simple-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":25920,\"id\":1068,\"name\":\"bell-simple-slash\",\"prevSize\":16,\"code\":59827},\"setIdx\":0,\"setId\":0,\"iconIdx\":179},{\"icon\":{\"paths\":[\"M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM576 544h-68l94.8-142.24c3.371-4.99 5.381-11.141 5.381-17.761 0-17.673-14.327-32-32-32-0.064 0-0.127 0-0.191 0.001l0.010-0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h68.2l-94.8 142.24c-3.371 4.99-5.381 11.14-5.381 17.76 0 17.666 14.316 31.989 31.98 32l128.001 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM887.36 768c-11.077 19.249-31.53 32.001-54.963 32.001-0.14 0-0.279-0-0.419-0.001l0.021 0h-640c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM832 736c-30.92-53.080-64-175.8-64-320 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 144.24-33.12 266.96-64 320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bell-simple-z\"]},\"attrs\":[{}],\"properties\":{\"order\":25921,\"id\":1067,\"name\":\"bell-simple-z\",\"prevSize\":16,\"code\":59828},\"setIdx\":0,\"setId\":0,\"iconIdx\":180},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.204 45.92-43.28 101.215-43.28 160.263 0 0.189 0 0.377 0 0.566l-0-0.029c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l163.203 0c15.344 73.633 79.704 128.16 156.8 128.16s141.456-54.527 156.618-127.12l0.182-1.040h61.76l77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 864c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM192 736c30.8-52.96 64-175.68 64-320-0-0.111-0-0.242-0-0.373 0-40.034 9.24-77.911 25.704-111.612l-0.664 1.505 391.32 430.48zM856 717.080c-3.475 1.388-7.503 2.195-11.718 2.2l-0.002 0c-13.456-0.014-24.967-8.332-29.684-20.104l-0.076-0.216c-29.12-74.2-46.52-179.96-46.52-282.96 0-0.022 0-0.048 0-0.073 0-141.385-114.615-256-256-256-46.432 0-89.976 12.361-127.522 33.972l1.242-0.659c-4.406 2.433-9.658 3.865-15.245 3.865-17.673 0-32-14.327-32-32 0-11.637 6.212-21.824 15.501-27.424l0.144-0.080c45.387-26.201 99.828-41.659 157.88-41.659 176.731 0 320 143.269 320 320 0 0.021-0 0.041-0 0.062l0-0.003c0 141.4 32.2 234.36 42.080 259.52 1.402 3.467 2.215 7.487 2.215 11.698 0 13.46-8.31 24.979-20.079 29.706l-0.215 0.076z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bell-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":25922,\"id\":1066,\"name\":\"bell-slash\",\"prevSize\":16,\"code\":59829},\"setIdx\":0,\"setId\":0,\"iconIdx\":181},{\"icon\":{\"paths\":[\"M608 576c0 17.673-14.327 32-32 32v0h-128c-17.665-0.011-31.981-14.334-31.981-32 0-6.62 2.010-12.77 5.453-17.874l-0.072 0.114 94.8-142.24h-68.2c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.665 0.011 31.981 14.334 31.981 32 0 6.62-2.010 12.77-5.453 17.874l0.072-0.114-94.6 142.24h68c17.673 0 32 14.327 32 32v0zM887.36 768c-11.077 19.249-31.53 32.001-54.963 32.001-0.14 0-0.279-0-0.419-0.001l0.021 0h-163.24c-15.422 73.536-79.735 127.964-156.76 127.964s-141.338-54.428-156.577-126.922l-0.183-1.042h-163.24c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM602.48 800h-180.96c13.601 37.561 48.963 63.916 90.48 63.916s76.88-26.355 90.268-63.248l0.212-0.668zM832 736c-30.92-53.080-64-175.8-64-320 0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0 144.24-33.12 266.96-64 320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bell-z\"]},\"attrs\":[{}],\"properties\":{\"order\":25923,\"id\":1065,\"name\":\"bell-z\",\"prevSize\":16,\"code\":59830},\"setIdx\":0,\"setId\":0,\"iconIdx\":182},{\"icon\":{\"paths\":[\"M884.28 577.64c-24.869-94.59-82.108-173.087-158.898-224.764l-1.382-0.876h236c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-324c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-324c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h236c-78.172 52.553-135.411 131.050-159.675 222.944l-0.605 2.696c-61.488 10.082-107.831 62.829-107.831 126.401 0 70.692 57.308 128 128 128s128-57.308 128-128c0-54.738-34.36-101.452-82.688-119.749l-0.88-0.293c28.689-96.751 98.928-173.077 189.511-209.471l2.169-0.769c20.828 44.145 64.97 74.147 116.12 74.147s95.292-30.002 115.789-73.368l0.331-0.779c92.654 37.221 162.801 113.534 190.858 207.959l0.582 2.281c-49.289 18.548-83.72 65.302-83.72 120.097 0 70.692 57.308 128 128 128s128-57.308 128-128c0-63.518-46.265-116.23-106.936-126.275l-0.745-0.102zM224 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM512 384c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bezier-curve\"]},\"attrs\":[{}],\"properties\":{\"order\":25924,\"id\":1064,\"name\":\"bezier-curve\",\"prevSize\":16,\"code\":59831},\"setIdx\":0,\"setId\":0,\"iconIdx\":183},{\"icon\":{\"paths\":[\"M832 448c-0.025-0-0.054-0-0.084-0-24.307 0-47.554 4.535-68.943 12.804l1.306-0.444-100.56-172.36h104.28c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0h-160c-17.642 0.041-31.927 14.352-31.927 32 0 5.891 1.592 11.41 4.369 16.151l-0.082-0.151 46.6 80h-229.92l-65.4-112c-5.624-9.612-15.886-15.972-27.636-16l-0.004-0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h93.64l54.84 94.040-62.84 86.2c-25.099-12.834-54.75-20.355-86.158-20.355-106.326 0-192.52 86.194-192.52 192.52s86.194 192.52 192.52 192.52c106.326 0 192.52-86.194 192.52-192.52 0-52.309-20.862-99.746-54.72-134.444l0.038 0.039 46.36-63.6 124.68 213.6c5.362 10.598 16.17 17.737 28.646 17.737 17.673 0 32-14.327 32-32 0-6.61-2.004-12.752-5.438-17.852l0.072 0.114-121.28-208h229.92l44.76 76.68c-42.221 35.461-68.871 88.278-68.871 147.32 0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192-0.059 0-0.119 0-0.178 0l0.009-0zM320 640c0 0.011 0 0.023 0 0.036 0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128 16.981 0 33.19 3.307 48.018 9.312l-0.858-0.307-73 100c-4.266 5.387-6.844 12.282-6.844 19.778 0 17.673 14.327 32 32 32 10.993 0 20.692-5.544 26.453-13.988l0.071-0.11 73-100c18.148 21.869 29.16 50.228 29.16 81.158 0 0.043-0 0.085-0 0.128l0-0.006zM832 768c-70.65-0.056-127.902-57.342-127.902-128 0-35.531 14.477-67.68 37.854-90.872l0.008-0.008 62.4 106.88c5.362 10.598 16.17 17.737 28.646 17.737 17.673 0 32-14.327 32-32 0-6.61-2.004-12.752-5.438-17.852l0.072 0.114-62.44-107.16c10.447-3.072 22.45-4.84 34.866-4.84 70.692 0 128 57.308 128 128s-57.308 128-128 128c-0.023 0-0.046-0-0.069-0l0.004 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bicycle\"]},\"attrs\":[{}],\"properties\":{\"order\":25925,\"id\":1063,\"name\":\"bicycle\",\"prevSize\":16,\"code\":59832},\"setIdx\":0,\"setId\":0,\"iconIdx\":184},{\"icon\":{\"paths\":[\"M948.8 607.48v0c-3.137-8.718-6.306-15.911-9.894-22.852l0.494 1.052-166.36-378.48c-1.661-3.791-3.898-7.028-6.639-9.759l-0.001-0.001c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-5.771 5.777-9.344 13.75-9.36 22.557l-0 0.003v100h-128v-100c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-2.742 2.732-4.979 5.969-6.561 9.56l-0.079 0.2-166.36 378.48c-3.094 5.889-6.263 13.081-8.98 20.492l-0.42 1.308c-7.095 19.233-11.2 41.446-11.2 64.617 0 106.039 85.961 192 192 192s192-85.961 192-192c0-0.006-0-0.012-0-0.018l0 0.001v-288h128v288c-0 0.029-0 0.063-0 0.097 0 106.039 85.961 192 192 192s192-85.961 192-192c0-23.171-4.105-45.384-11.627-65.951l0.427 1.334zM306.84 239c11.055-9.356 25.474-15.043 41.222-15.043 13.417 0 25.869 4.128 36.156 11.184l-0.218-0.141v294.040c-33.779-30.427-78.721-49.039-128.011-49.039-21.142 0-41.484 3.424-60.502 9.748l1.353-0.39zM256 800c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM640 234.96c10.069-6.915 22.522-11.043 35.938-11.043 15.748 0 30.167 5.688 41.316 15.121l-0.094-0.077 110 250.32c-17.656-5.928-37.987-9.348-59.116-9.348-49.305 0-94.26 18.624-128.215 49.22l0.171-0.152zM768 800c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"binoculars\"]},\"attrs\":[{}],\"properties\":{\"order\":25926,\"id\":1062,\"name\":\"binoculars\",\"prevSize\":16,\"code\":59833},\"setIdx\":0,\"setId\":0,\"iconIdx\":185},{\"icon\":{\"paths\":[\"M704 272c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM500.48 519.4c-5.516-4.642-12.699-7.462-20.54-7.462-9.833 0-18.63 4.435-24.5 11.414l-0.040 0.049-160 192c-4.61 5.507-7.409 12.667-7.409 20.48 0 17.678 14.331 32.009 32.009 32.009 9.865 0 18.687-4.463 24.559-11.479l0.041-0.050 160-192c4.576-5.495 7.354-12.628 7.354-20.41 0-9.838-4.44-18.64-11.425-24.51l-0.049-0.040zM960 320c0 0.006 0 0.013 0 0.021 0 11.053-5.604 20.798-14.126 26.547l-0.114 0.072-81.76 54.48v78.88c-0.25 229.65-186.35 415.75-415.976 416l-416.024 0c-0.006 0-0.013 0-0.020 0-17.673 0-32-14.327-32-32 0-7.596 2.647-14.574 7.068-20.062l-0.048 0.062 377-471.24v-68.76c-0-0.067-0-0.146-0-0.226 0-132.548 107.452-240 240-240 106.714 0 197.162 69.648 228.364 165.968l0.476 1.698 92.92 61.92c8.636 5.821 14.24 15.566 14.24 26.619 0 0.007-0 0.015-0 0.022l0-0.001zM870.32 320l-62.72-41.84c-6.44-4.327-11.163-10.78-13.189-18.336l-0.051-0.224c-20.308-76.414-88.866-131.802-170.36-131.802-97.202 0-176 78.798-176 176 0 0.071 0 0.142 0 0.213l-0-0.011v80c0 0.007 0 0.016 0 0.025 0 7.585-2.639 14.553-7.048 20.037l0.048-0.062-342.44 428h349.44c194.313-0.228 351.772-157.687 352-351.978l0-0.022v-96c-0-0.006-0-0.013-0-0.021 0-11.053 5.604-20.798 14.126-26.547l0.114-0.072z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bird\"]},\"attrs\":[{}],\"properties\":{\"order\":25927,\"id\":1061,\"name\":\"bird\",\"prevSize\":16,\"code\":59834},\"setIdx\":0,\"setId\":0,\"iconIdx\":186},{\"icon\":{\"paths\":[\"M755.2 678.4l-221.88-166.4 221.88-166.4c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058-256-192c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v0 320l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 221.88 166.4-221.88 166.4c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 256-192c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058zM512 192l170.68 128-170.68 128zM512 832v-256l170.68 128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bluetooth\"]},\"attrs\":[{}],\"properties\":{\"order\":25928,\"id\":1060,\"name\":\"bluetooth\",\"prevSize\":16,\"code\":59835},\"setIdx\":0,\"setId\":0,\"iconIdx\":187},{\"icon\":{\"paths\":[\"M755.2 678.4l-221.88-166.4 221.88-166.4c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058-256-192c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v0 320l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 221.88 166.4-221.88 166.4c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 256-192c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058zM512 192l170.68 128-170.68 128zM512 832v-256l170.68 128zM208 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM832 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bluetooth-connected\"]},\"attrs\":[{}],\"properties\":{\"order\":25929,\"id\":1059,\"name\":\"bluetooth-connected\",\"prevSize\":16,\"code\":59836},\"setIdx\":0,\"setId\":0,\"iconIdx\":188},{\"icon\":{\"paths\":[\"M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 283.36 311.72-246.88 185.16c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 203.32-152.48 105.8 116.4c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 832v-256l46.92 35.2 100.32 110.36zM448 286.52v-158.52c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 256 192c7.807 5.9 12.8 15.167 12.8 25.6s-4.993 19.7-12.72 25.542l-0.080 0.058-134.12 100.6c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 100-75-170.68-128v94.52c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bluetooth-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":25930,\"id\":1058,\"name\":\"bluetooth-slash\",\"prevSize\":16,\"code\":59837},\"setIdx\":0,\"setId\":0,\"iconIdx\":189},{\"icon\":{\"paths\":[\"M755.2 678.4l-221.88-166.4 93.88-70.4c7.807-5.9 12.8-15.167 12.8-25.6 0-17.673-14.327-32-32-32-7.24 0-13.919 2.404-19.28 6.458l0.080-0.058-76.8 57.6v-256l76.8 57.6c5.281 3.996 11.96 6.4 19.2 6.4 17.673 0 32-14.327 32-32 0-10.433-4.993-19.7-12.72-25.542l-0.080-0.058-128-96c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v-0 320l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 221.88 166.4-221.88 166.4c-7.807 5.9-12.8 15.167-12.8 25.6 0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 204.8-153.6v320c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 256-192c7.807-5.9 12.8-15.167 12.8-25.6s-4.993-19.7-12.72-25.542l-0.080-0.058zM512 832v-256l170.68 128zM950.64 393.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.4 73.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bluetooth-x\"]},\"attrs\":[{}],\"properties\":{\"order\":25931,\"id\":1057,\"name\":\"bluetooth-x\",\"prevSize\":16,\"code\":59838},\"setIdx\":0,\"setId\":0,\"iconIdx\":190},{\"icon\":{\"paths\":[\"M884.24 442.52l-52.24-17.44v-201.080c0-35.346-28.654-64-64-64v0h-224v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-224c-35.346 0-64 28.654-64 64v0 201.080l-52.24 17.44c-25.643 8.735-43.76 32.61-43.76 60.715 0 0.016 0 0.031 0 0.047l-0-0.003v137.12c-0 0.027-0 0.059-0 0.091 0 3.089 0.453 6.073 1.296 8.888l-0.056-0.219c62.88 220.36 344.48 296.24 400.28 309.2 4.351 1.042 9.345 1.64 14.48 1.64s10.129-0.598 14.919-1.727l-0.439 0.087c55.8-12.96 337.4-88.84 400.28-309.2 0.787-2.596 1.24-5.58 1.24-8.669 0-0.032-0-0.064-0-0.096l0 0.005v-137.12c0-0.013 0-0.029 0-0.045 0-28.106-18.117-51.98-43.309-60.582l-0.451-0.134zM256 224h512v179.72l-245.88-82.080c-3.020-1.041-6.5-1.642-10.12-1.642s-7.1 0.601-10.345 1.709l0.225-0.067-245.88 82.080zM864 635.76c-23.12 76-82.2 140.68-175.8 192.48-50.686 28.129-109.382 51.377-171.202 66.711l-4.998 1.049c-66.747-16.402-125.373-39.648-179.746-69.656l3.746 1.896c-93.76-51.8-152.88-116.52-176-192.48v-132.52l320-106.8v275.56c0 17.673 14.327 32 32 32s32-14.327 32-32v0-275.56l320 106.84z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"boat\"]},\"attrs\":[{}],\"properties\":{\"order\":25932,\"id\":1056,\"name\":\"boat\",\"prevSize\":16,\"code\":59839},\"setIdx\":0,\"setId\":0,\"iconIdx\":191},{\"icon\":{\"paths\":[\"M926.68 243.56c-23.339-27.962-56.781-46.81-94.646-50.904l-0.634-0.056c-8.196-72.471-69.151-128.271-143.138-128.271-79.529 0-144 64.471-144 144 0 28.129 8.065 54.374 22.009 76.549l-0.351-0.598c0.008 0.048 0.013 0.104 0.013 0.16s-0.005 0.112-0.014 0.166l0.001-0.006-281.24 281.44s0 0-0.4 0c-21.577-13.593-47.822-21.658-75.951-21.658-79.529 0-144 64.471-144 144 0 73.988 55.8 134.943 127.612 143.078l0.659 0.061c8.196 72.471 69.151 128.271 143.138 128.271 79.529 0 144-64.471 144-144 0-28.129-8.065-54.374-22.009-76.549l0.351 0.598c-0.004-0.048-0.006-0.104-0.006-0.16s0.002-0.112 0.006-0.167l-0 0.007 281.4-281.44s0 0 0.4 0c21.757 13.9 48.287 22.155 76.745 22.155 79.529 0 144-64.471 144-144 0-35.398-12.773-67.814-33.961-92.888l0.176 0.213zM876.4 388.64c-14.742 16.816-36.265 27.376-60.255 27.376-15.722 0-30.386-4.536-42.752-12.37l0.328 0.194c-9.71-6.248-21.566-9.961-34.289-9.961-17.661 0-33.651 7.154-45.231 18.721l0.001-0.001-281.6 281.6c-11.509 11.569-18.623 27.52-18.623 45.132 0 12.764 3.737 24.655 10.176 34.64l-0.152-0.252c7.568 11.997 12.059 26.592 12.059 42.237 0 44.183-35.817 80-80 80s-80-35.817-80-80c0-4.319 0.342-8.559 1.001-12.693l-0.060 0.456c0.246-1.491 0.387-3.209 0.387-4.96 0-17.673-14.327-32-32-32-0.009 0-0.019 0-0.028 0l0.001-0c-1.749 0.015-3.452 0.16-5.114 0.426l0.194-0.026c-3.654 0.591-7.867 0.929-12.158 0.929-44.183 0-80-35.817-80-80s35.817-80 80-80c15.546 0 30.056 4.434 42.335 12.107l-0.337-0.196c9.71 6.248 21.566 9.961 34.289 9.961 17.661 0 33.651-7.154 45.231-18.721l-0.001 0.001 281.6-281.6c11.472-11.563 18.561-27.489 18.561-45.070 0-12.723-3.713-24.58-10.114-34.544l0.153 0.254c-7.568-11.997-12.059-26.592-12.059-42.237 0-44.183 35.817-80 80-80s80 35.817 80 80c0 4.319-0.342 8.559-1.001 12.693l0.060-0.456c-0.245 1.486-0.384 3.199-0.384 4.944 0 17.673 14.327 32 32 32 1.745 0 3.458-0.14 5.128-0.409l-0.183 0.024c3.842-0.654 8.267-1.027 12.779-1.027 44.183 0 80 35.817 80 80 0 20.381-7.622 38.983-20.171 53.109l0.071-0.082z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bone\"]},\"attrs\":[{}],\"properties\":{\"order\":25933,\"id\":1055,\"name\":\"bone\",\"prevSize\":16,\"code\":59840},\"setIdx\":0,\"setId\":0,\"iconIdx\":192},{\"icon\":{\"paths\":[\"M832 96h-544c-70.692 0-128 57.308-128 128v0 672c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c0-35.346 28.654-64 64-64v0h544c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM800 736h-512c-0.052-0-0.113-0-0.174-0-23.507 0-45.526 6.373-64.423 17.485l0.597-0.325v-529.16c0-35.346 28.654-64 64-64v0h512z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"book\"]},\"attrs\":[{}],\"properties\":{\"order\":25934,\"id\":1054,\"name\":\"book\",\"prevSize\":16,\"code\":59841},\"setIdx\":0,\"setId\":0,\"iconIdx\":193},{\"icon\":{\"paths\":[\"M832 96h-544c-70.692 0-128 57.308-128 128v0 672c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c0-35.346 28.654-64 64-64v0h544c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM480 160h192v288l-76.84-57.6c-5.281-3.996-11.96-6.4-19.2-6.4s-13.919 2.404-19.28 6.458l0.080-0.058-76.76 57.6zM800 736h-512c-0.052-0-0.113-0-0.174-0-23.507 0-45.526 6.373-64.423 17.485l0.597-0.325v-529.16c0-35.346 28.654-64 64-64v0h128v352c0 17.673 14.327 32 32 32 7.24 0 13.919-2.404 19.28-6.458l-0.080 0.058 108.8-81.6 108.84 81.6c5.271 3.988 11.934 6.391 19.158 6.4l0.002 0c17.673 0 32-14.327 32-32v0-352h64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"book-bookmark\"]},\"attrs\":[{}],\"properties\":{\"order\":25935,\"id\":1053,\"name\":\"book-bookmark\",\"prevSize\":16,\"code\":59842},\"setIdx\":0,\"setId\":0,\"iconIdx\":194},{\"icon\":{\"paths\":[\"M736 128h-448c-35.346 0-64 28.654-64 64v0 704c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 239.040-149.4 239.080 149.4c4.804 3.037 10.652 4.839 16.92 4.839 17.659 0 31.977-14.304 32-31.957l0-0.002v-704c0-35.346-28.654-64-64-64v0zM736 192v454.28l-207.080-129.4c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.36v-454.24zM528.92 708.88c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.4v-116.56l224-140 224 140v116.56z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bookmark\"]},\"attrs\":[{}],\"properties\":{\"order\":25936,\"id\":1052,\"name\":\"bookmark\",\"prevSize\":16,\"code\":59843},\"setIdx\":0,\"setId\":0,\"iconIdx\":195},{\"icon\":{\"paths\":[\"M768 96h-384c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 608c-0 0-0 0.001-0 0.001 0 17.673 14.327 32 32 32 6.979 0 13.435-2.234 18.695-6.026l-0.095 0.065 205.4-146.72 205.44 146.72c5.156 3.709 11.599 5.932 18.56 5.932 17.663 0 31.984-14.311 32-31.971l0-0.002v-157.24l77.4 55.28c5.165 3.727 11.621 5.961 18.6 5.961 17.673 0 32-14.327 32-32 0-0-0-0.001-0-0.001l0 0v-608c0-35.346-28.654-64-64-64v0zM640 833.84l-173.44-124c-5.165-3.727-11.621-5.961-18.6-5.961s-13.435 2.234-18.695 6.026l0.095-0.065-173.36 123.96v-545.8h384zM768 705.84l-64-45.84v-372c0-35.346-28.654-64-64-64v0h-256v-64h384z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bookmarks\"]},\"attrs\":[{}],\"properties\":{\"order\":25937,\"id\":1051,\"name\":\"bookmarks\",\"prevSize\":16,\"code\":59844},\"setIdx\":0,\"setId\":0,\"iconIdx\":196},{\"icon\":{\"paths\":[\"M736 128h-448c-35.346 0-64 28.654-64 64v0 704c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 239.040-149.4 239.080 149.4c4.804 3.037 10.652 4.839 16.92 4.839 17.659 0 31.977-14.304 32-31.957l0-0.002v-704c0-35.346-28.654-64-64-64v0zM736 838.28l-207.080-129.4c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.4v-646.28h448z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bookmark-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25938,\"id\":1050,\"name\":\"bookmark-simple\",\"prevSize\":16,\"code\":59845},\"setIdx\":0,\"setId\":0,\"iconIdx\":197},{\"icon\":{\"paths\":[\"M640 224h-384c-35.346 0-64 28.654-64 64v0 608c-0 0-0 0.001-0 0.001 0 17.673 14.327 32 32 32 6.979 0 13.435-2.234 18.695-6.026l-0.095 0.065 205.4-146.72 205.44 146.72c5.156 3.709 11.599 5.932 18.56 5.932 17.663 0 31.984-14.311 32-31.971l0-0.002v-608c0-35.346-28.654-64-64-64v0zM640 833.84l-173.44-124c-5.165-3.727-11.621-5.961-18.6-5.961s-13.435 2.234-18.695 6.026l0.095-0.065-173.36 123.96v-545.8h384zM832 160v608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-608h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bookmarks-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":25939,\"id\":1049,\"name\":\"bookmarks-simple\",\"prevSize\":16,\"code\":59846},\"setIdx\":0,\"setId\":0,\"iconIdx\":198},{\"icon\":{\"paths\":[\"M896 192h-256c-52.165 0-98.5 24.964-127.708 63.598l-0.292 0.402c-29.5-39.036-75.835-64-128-64v0h-256c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h256c53.019 0 96 42.981 96 96v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96v0h256c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 768h-256v-512h256c53.019 0 96 42.981 96 96v0 448c-26.32-19.976-59.629-32-95.747-32-0.089 0-0.178 0-0.267 0l0.014-0zM896 768h-256c-0.075-0-0.164-0-0.253-0-36.117 0-69.426 12.024-96.142 32.288l0.396-0.288v-448c0-53.019 42.981-96 96-96v0h256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"book-open\"]},\"attrs\":[{}],\"properties\":{\"order\":25940,\"id\":1048,\"name\":\"book-open\",\"prevSize\":16,\"code\":59847},\"setIdx\":0,\"setId\":0,\"iconIdx\":199},{\"icon\":{\"paths\":[\"M896 192h-256c-52.165 0-98.5 24.964-127.708 63.598l-0.292 0.402c-29.5-39.036-75.835-64-128-64v0h-256c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h256c53.019 0 96 42.981 96 96v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96v0h256c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 768h-256v-512h256c53.019 0 96 42.981 96 96v0 448c-26.32-19.976-59.629-32-95.747-32-0.089 0-0.178 0-0.267 0l0.014-0zM896 768h-256c-0.075-0-0.164-0-0.253-0-36.117 0-69.426 12.024-96.142 32.288l0.396-0.288v-448c0-53.019 42.981-96 96-96v0h256zM640 352h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM832 512c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM832 640c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"book-open-text\"]},\"attrs\":[{}],\"properties\":{\"order\":25941,\"id\":1047,\"name\":\"book-open-text\",\"prevSize\":16,\"code\":59848},\"setIdx\":0,\"setId\":0,\"iconIdx\":200},{\"icon\":{\"paths\":[\"M926.6 778.2l-132.76-631.2c-6.255-29.306-31.927-50.966-62.659-50.966-4.725 0-9.331 0.512-13.765 1.484l0.424-0.078-187.24 40.24c-29.127 6.542-50.562 32.183-50.562 62.831 0 4.663 0.496 9.21 1.439 13.591l-0.076-0.423 132.76 631.2c6.18 29.313 31.78 51.016 62.469 51.12l0.011 0c4.792-0.007 9.459-0.531 13.951-1.52l-0.431 0.080 187.24-40.24c29.137-6.551 50.579-32.205 50.579-62.867 0-4.693-0.502-9.269-1.456-13.677l0.077 0.424zM544 200.6c0-0.24 0-0.36 0-0.36l187.2-40 13.32 63.48-187.2 40.28zM570.48 326.48l187.28-40.2 13.36 63.6-187.12 40.24zM597.040 452.76l187.28-40.24 53.2 252.96-187.28 40.24zM864 791.76l-187.2 40-13.32-63.48 187.2-40.28 13.32 63.4c0 0.24 0 0.36 0 0.36zM416 128h-192c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM224 192h192v64h-192zM224 320h192v384h-192zM416 832h-192v-64h192v64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"books\"]},\"attrs\":[{}],\"properties\":{\"order\":25942,\"id\":1046,\"name\":\"books\",\"prevSize\":16,\"code\":59849},\"setIdx\":0,\"setId\":0,\"iconIdx\":201},{\"icon\":{\"paths\":[\"M768 448h-128v-224c0-35.346-28.654-64-64-64v0h-448c-17.671 0.003-31.995 14.329-31.995 32 0 4.113 0.776 8.045 2.19 11.658l-0.075-0.218c44.24 115.36 35.040 334.84-0.88 459.72-0.776 2.646-1.228 5.688-1.24 8.833l-0 0.007v128c0 35.346 28.654 64 64 64v0h104.44c0.003 0 0.008 0 0.012 0 10.436 0 20.288-2.498 28.992-6.928l-0.363 0.168 50.48-25.24h64.88l50.48 25.24c8.34 4.262 18.193 6.76 28.628 6.76 0.004 0 0.008-0 0.012-0l112.879 0c0.003 0 0.008 0 0.012 0 10.436 0 20.288-2.498 28.992-6.928l-0.363 0.168 50.48-25.24h64.88l50.48 25.24c8.34 4.262 18.193 6.76 28.628 6.76 0.004 0 0.008-0 0.012-0l104.439 0c35.346 0 64-28.654 64-64v0-128c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM171.44 224h404.56v96h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v64h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c77.012 0.097 141.291 54.492 156.615 126.953l0.185 1.047h-755.8c27-123.36 32.64-296.68 2.44-416zM928 800h-104.44l-50.48-25.24c-8.34-4.262-18.193-6.76-28.628-6.76-0.004 0-0.008 0-0.012 0l-64.879-0c-0.003-0-0.008-0-0.012-0-10.436 0-20.288 2.498-28.992 6.928l0.363-0.168-50.48 25.24h-112.88l-50.48-25.24c-8.34-4.262-18.193-6.76-28.628-6.76-0.004 0-0.008 0-0.012 0l-64.879-0c-0.003-0-0.008-0-0.012-0-10.436 0-20.288 2.498-28.992 6.928l0.363-0.168-50.48 25.24h-104.44v-96h768z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"boot\"]},\"attrs\":[{}],\"properties\":{\"order\":25943,\"id\":1045,\"name\":\"boot\",\"prevSize\":16,\"code\":59850},\"setIdx\":0,\"setId\":0,\"iconIdx\":202},{\"icon\":{\"paths\":[\"M832 384c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 32h-256v-32c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h32v256h-32c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-32h256v32c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-32v-256zM704 192h128v128h-128zM192 192h128v63.6c-0.025 0.12-0.040 0.258-0.040 0.4s0.014 0.28 0.042 0.413l-0.002-0.013v63.6h-128zM320 832h-128v-128h128v63.6c-0.025 0.12-0.040 0.258-0.040 0.4s0.014 0.28 0.042 0.413l-0.002-0.013v63.6zM832 832h-128v-128h128zM736 640h-32c-35.346 0-64 28.654-64 64v0 32h-256v-32c0-35.346-28.654-64-64-64v0h-32v-256h32c35.346 0 64-28.654 64-64v0-32h256v32c0 35.346 28.654 64 64 64v0h32z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bounding-box\"]},\"attrs\":[{}],\"properties\":{\"order\":25944,\"id\":1044,\"name\":\"bounding-box\",\"prevSize\":16,\"code\":59851},\"setIdx\":0,\"setId\":0,\"iconIdx\":203},{\"icon\":{\"paths\":[\"M896 416h-33.48c-17.052-180.029-167.469-319.755-350.52-319.755s-333.467 139.726-350.412 318.341l-0.108 1.414h-33.48c-17.673 0-32 14.327-32 32v0c0.304 159.522 90.048 298.012 221.744 368.025l2.256 1.095v14.88c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-14.88c133.952-71.108 223.696-209.598 224-369.078l0-0.042c0-17.673-14.327-32-32-32v0zM798.16 416h-205.68c38.584-57.306 95.917-99.43 163.064-117.81l2.016-0.47c21.126 33.835 35.577 73.952 40.478 116.967l0.122 1.313zM693.92 224.92q11 9 21.080 19c-86.166 30.913-155.148 91.911-195.677 170.044l-0.923 1.956h-118c41.023-112.618 147.047-191.638 271.565-191.92l0.035-0c7.32 0 14.64 0.36 21.92 0.92zM512 160c27.051 0.018 53.219 3.77 78.025 10.768l-2.025-0.488c-123.184 31.295-219.081 124.221-254.050 243.221l-0.63 2.499h-107.48c16.786-144.601 138.457-255.819 286.141-256l0.019-0zM658.64 768c-11.093 5.186-18.64 16.25-18.64 29.078 0 0.043 0 0.086 0 0.129l-0-0.007v34.8h-256v-34.8c0-0.036 0-0.079 0-0.122 0-12.827-7.548-23.892-18.444-28.995l-0.196-0.083c-112.504-52.667-191.689-159.828-203.888-286.566l-0.112-1.434h701.16c-12.287 128.149-91.425 235.303-201.719 287.088l-2.161 0.912z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bowl-food\"]},\"attrs\":[{}],\"properties\":{\"order\":25945,\"id\":1043,\"name\":\"bowl-food\",\"prevSize\":16,\"code\":59852},\"setIdx\":0,\"setId\":0,\"iconIdx\":204},{\"icon\":{\"paths\":[\"M347 177.2l-213.080 334.8 213.080 334.8c3.14 4.864 5.007 10.807 5.007 17.186 0 11.308-5.865 21.246-14.72 26.938l-0.127 0.076c-4.827 3.136-10.731 5-17.071 5-0.031 0-0.063-0-0.094-0l0.005 0c-0.009 0-0.020 0-0.030 0-11.305 0-21.241-5.862-26.934-14.713l-0.076-0.127-224-352c-3.138-4.863-5.003-10.804-5.003-17.18s1.865-12.317 5.079-17.306l-0.076 0.126 224-352c5.771-8.968 15.702-14.822 27-14.822 17.674 0 32.002 14.328 32.002 32.002 0 6.376-1.865 12.317-5.079 17.306l0.076-0.126zM955 494.84l-224-352c-5.771-8.968-15.702-14.822-27-14.822-17.674 0-32.002 14.328-32.002 32.002 0 6.376 1.865 12.317 5.079 17.306l-0.076-0.126 213.080 334.8-213.080 334.8c-3.14 4.864-5.007 10.807-5.007 17.186 0 11.308 5.865 21.246 14.72 26.938l0.127 0.076c4.827 3.136 10.731 5 17.071 5 0.031 0 0.063-0 0.094-0l-0.005 0c0.009 0 0.020 0 0.030 0 11.305 0 21.241-5.862 26.934-14.713l0.076-0.127 224-352c3.118-4.851 4.97-10.774 4.97-17.129 0-6.381-1.868-12.326-5.086-17.318l0.076 0.126z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"brackets-angle\"]},\"attrs\":[{}],\"properties\":{\"order\":25946,\"id\":1042,\"name\":\"brackets-angle\",\"prevSize\":16,\"code\":59853},\"setIdx\":0,\"setId\":0,\"iconIdx\":205},{\"icon\":{\"paths\":[\"M172.72 512c13.385 11.065 24.182 24.755 31.69 40.327l0.31 0.713c19.2 39.6 19.2 88 19.2 134.96 0 97.24 4 144 96 144 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-69.92 0-117.28-24.56-140.8-73.040-19.2-39.6-19.2-88-19.2-134.96 0-97.24-4-144-96-144-17.673 0-32-14.327-32-32s14.327-32 32-32v0c92 0 96-46.76 96-144 0-46.88 0-95.36 19.2-134.96 23.6-48.48 70.96-73.040 140.88-73.040 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-92 0-96 46.76-96 144 0 46.88 0 95.36-19.2 134.96-7.841 16.29-18.664 29.98-31.877 40.877l-0.203 0.163zM960 480c-92 0-96-46.76-96-144 0-46.88 0-95.36-19.2-134.96-23.52-48.48-70.88-73.040-140.8-73.040-17.673 0-32 14.327-32 32s14.327 32 32 32v0c92 0 96 46.76 96 144 0 46.88 0 95.36 19.2 134.96 7.818 16.286 18.616 29.975 31.8 40.879l0.2 0.161c-13.385 11.065-24.182 24.755-31.69 40.327l-0.31 0.713c-19.2 39.6-19.2 88-19.2 134.96 0 97.24-4 144-96 144-17.673 0-32 14.327-32 32s14.327 32 32 32v0c69.92 0 117.28-24.56 140.8-73.040 19.2-39.6 19.2-88 19.2-134.96 0-97.24 4-144 96-144 17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"brackets-curly\"]},\"attrs\":[{}],\"properties\":{\"order\":25947,\"id\":1041,\"name\":\"brackets-curly\",\"prevSize\":16,\"code\":59854},\"setIdx\":0,\"setId\":0,\"iconIdx\":206},{\"icon\":{\"paths\":[\"M160 512c0 233.16 138.68 321 144.6 324.64 9.332 5.703 15.465 15.835 15.465 27.4 0 17.676-14.329 32.005-32.005 32.005-6.111 0-11.823-1.713-16.68-4.685l0.14 0.080c-7.16-4.32-175.52-108.44-175.52-379.44s168.36-375.12 175.52-379.44c4.597-2.705 10.126-4.304 16.028-4.304 17.673 0 32 14.327 32 32 0 11.367-5.927 21.349-14.858 27.026l-0.13 0.077c-6.4 3.96-144.56 91.92-144.56 324.64zM752.48 132.56c-4.717-2.892-10.429-4.605-16.54-4.605-17.676 0-32.005 14.329-32.005 32.005 0 11.565 6.134 21.697 15.325 27.32l0.14 0.080c5.92 3.64 144.6 91.48 144.6 324.64s-138.68 321-144.48 324.56c-9.367 5.697-15.528 15.849-15.528 27.44 0 17.678 14.331 32.008 32.008 32.008 6.087 0 11.777-1.699 16.621-4.648l-0.141 0.080c7.16-4.32 175.52-108.44 175.52-379.44s-168.36-375.12-175.52-379.44z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"brackets-round\"]},\"attrs\":[{}],\"properties\":{\"order\":25948,\"id\":1040,\"name\":\"brackets-round\",\"prevSize\":16,\"code\":59855},\"setIdx\":0,\"setId\":0,\"iconIdx\":207},{\"icon\":{\"paths\":[\"M192 192v640h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM864 128h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v640h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"brackets-square\"]},\"attrs\":[{}],\"properties\":{\"order\":25949,\"id\":1039,\"name\":\"brackets-square\",\"prevSize\":16,\"code\":59856},\"setIdx\":0,\"setId\":0,\"iconIdx\":208},{\"icon\":{\"paths\":[\"M992 496c-0.092-88.818-51.76-165.547-126.664-201.856l-1.336-0.584v-5.56c-0.098-105.965-86.022-191.828-192-191.828-66.501 0-125.106 33.809-159.563 85.176l-0.437 0.692c-34.894-52.059-93.499-85.868-160-85.868-105.978 0-191.902 85.863-192 191.819l-0 0.009v5.56c-76.31 36.798-128.030 113.559-128.030 202.4s51.719 165.602 126.692 201.817l1.338 0.583v5.64c0.098 105.965 86.022 191.828 192 191.828 66.501 0 125.106-33.809 159.563-85.176l0.437-0.692c34.894 52.059 93.499 85.868 160 85.868 105.978 0 191.902-85.863 192-191.819l0-0.009v-5.64c76.229-36.867 127.897-113.568 128-202.346l0-0.014zM352 832c-65.838-0.010-120.060-49.724-127.188-113.661l-0.052-0.579c9.375 1.41 20.205 2.224 31.222 2.24l0.018 0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32c-0.056 0-0.121 0-0.187 0-88.366 0-160-71.634-160-160 0-69.323 44.087-128.348 105.752-150.569l1.115-0.351c12.526-4.529 21.318-16.317 21.32-30.16l0-0v-26.92c0-70.692 57.308-128 128-128s128 57.308 128 128v0 273.040c-33.724-30.426-78.618-49.040-127.859-49.040-0.050 0-0.099 0-0.149 0l0.008-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c70.692 0 128 57.308 128 128s-57.308 128-128 128v0zM768 656h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c11.035-0.016 21.865-0.83 32.454-2.387l-1.214 0.147c-7.18 64.522-61.413 114.24-127.258 114.24-70.692 0-128-57.308-128-128s57.308-128 128-128c0.006 0 0.013 0 0.019 0l-0.001-0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-0.042-0-0.091-0-0.141-0-49.241 0-94.135 18.614-128.028 49.19l0.169-0.15v-273.040c0-70.692 57.308-128 128-128s128 57.308 128 128v0 26.92c0.002 13.843 8.794 25.631 21.097 30.089l0.223 0.071c62.78 22.572 106.867 81.598 106.867 150.92 0 88.366-71.634 160-160 160-0.066 0-0.132-0-0.197-0l0.010 0zM832 448c0 17.673-14.327 32-32 32v0h-16c-79.529 0-144-64.471-144-144v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0 16c0 44.183 35.817 80 80 80v0h16c17.673 0 32 14.327 32 32v0zM240 480h-16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h16c44.183 0 80-35.817 80-80v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0 16c0 79.529-64.471 144-144 144v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"brain\"]},\"attrs\":[{}],\"properties\":{\"order\":25950,\"id\":1038,\"name\":\"brain\",\"prevSize\":16,\"code\":59857},\"setIdx\":0,\"setId\":0,\"iconIdx\":209},{\"icon\":{\"paths\":[\"M896 352v0c0-0.153 0-0.335 0-0.517 0-77.725-23.182-150.036-63.009-210.396l0.888 1.433c-5.798-8.794-15.63-14.519-26.8-14.52l-590.16-0c-11.17 0.001-21.002 5.726-26.726 14.4l-0.074 0.12c-38.939 58.927-62.12 131.238-62.12 208.963 0 0.182 0 0.363 0 0.545l-0-0.028c0.251 200.712 154.26 365.375 350.55 382.538l1.45 0.102v129.36h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-129.36c197.741-17.266 351.749-181.928 352-382.615l0-0.025zM234.8 192h554.4c21.673 36.82 36.366 80.262 41.089 126.653l0.111 1.347h-636.8c4.834-47.738 19.527-91.18 42.012-129.497l-0.812 1.497zM512 672c-165.383-0.21-301.397-125.674-318.282-286.613l-0.118-1.387h636.8c-17.003 162.326-153.017 287.79-318.379 288l-0.021 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"brandy\"]},\"attrs\":[{}],\"properties\":{\"order\":25951,\"id\":1037,\"name\":\"brandy\",\"prevSize\":16,\"code\":59858},\"setIdx\":0,\"setId\":0,\"iconIdx\":210},{\"icon\":{\"paths\":[\"M928 640h-128v-234.64c30.457 37.368 69.454 66.628 114.086 84.983l1.914 0.697c3.413 1.355 7.368 2.14 11.506 2.14 17.673 0 32-14.327 32-32 0-13.16-7.944-24.465-19.298-29.38l-0.207-0.080c-82.76-33.87-140.001-113.78-140.001-207.060 0-0.232 0-0.464 0.001-0.696l-0 0.036c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 123.712-100.288 224-224 224s-224-100.288-224-224v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.001 0.196 0.001 0.428 0.001 0.66 0 93.28-57.241 173.19-138.514 206.52l-1.487 0.54c-11.562 4.995-19.506 16.3-19.506 29.46 0 17.673 14.327 32 32 32 4.138 0 8.093-0.785 11.723-2.215l-0.217 0.075c46.546-19.052 85.543-48.312 115.588-85.159l0.412-0.521v234.64h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h448v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 504.8v135.2h-128v-135.2c19.23 4.577 41.308 7.201 64 7.201s44.77-2.624 65.949-7.586l-1.949 0.385zM288 404.8c25.963 31.912 57.943 57.846 94.349 76.32l1.651 0.76v158.12h-96zM640 640v-158.080c38.056-19.234 70.037-45.168 95.582-76.55l0.418-0.53v235.16z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bridge\"]},\"attrs\":[{}],\"properties\":{\"order\":25952,\"id\":1036,\"name\":\"bridge\",\"prevSize\":16,\"code\":59859},\"setIdx\":0,\"setId\":0,\"iconIdx\":211},{\"icon\":{\"paths\":[\"M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 288v166.44c-101.637 56.377-222.877 89.56-351.868 89.56-0.047 0-0.093-0-0.14-0l0.008 0c-0.040 0-0.087 0-0.134 0-128.986 0-250.225-33.168-355.654-91.44l3.788 1.92v-166.48zM864 800h-704v-273.44c102.71 51.37 223.766 81.44 351.846 81.44 0.055 0 0.109-0 0.164-0l-0.009 0c0.005 0 0.011 0 0.017 0 128.13 0 249.234-30.085 356.633-83.576l-4.65 2.096v273.48zM416 448c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"briefcase\"]},\"attrs\":[{}],\"properties\":{\"order\":25953,\"id\":1035,\"name\":\"briefcase\",\"prevSize\":16,\"code\":59860},\"setIdx\":0,\"setId\":0,\"iconIdx\":212},{\"icon\":{\"paths\":[\"M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 448h704v192h-704zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 288v96h-704v-96zM864 800h-704v-96h704v96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"briefcase-metal\"]},\"attrs\":[{}],\"properties\":{\"order\":25954,\"id\":1034,\"name\":\"briefcase-metal\",\"prevSize\":16,\"code\":59861},\"setIdx\":0,\"setId\":0,\"iconIdx\":213},{\"icon\":{\"paths\":[\"M512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM806.84 636.56c-14.64 34.135-33.574 63.481-56.581 89.096l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.49-45.063 65.251-104.97 65.251-170.66s-24.761-125.597-65.46-170.896l0.208 0.236c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.563 56.393 81.477 131.309 81.477 213.446 0 44.933-9.252 87.705-25.954 126.515l0.797-2.081zM276 412.36c-12.757 29.401-20.178 63.644-20.178 99.62 0 65.697 24.747 125.614 65.429 170.938l-0.21-0.238c4.859 5.581 7.821 12.925 7.821 20.961 0 17.673-14.327 32-32 32-9.28 0-17.637-3.95-23.482-10.26l-0.019-0.021c-50.627-56.329-81.588-131.219-81.588-213.34s30.961-157.011 81.848-213.634l-0.26 0.294c5.893-6.58 14.415-10.701 23.9-10.701 17.696 0 32.041 14.345 32.041 32.041 0 8.211-3.089 15.701-8.167 21.37l0.027-0.030c-18.248 20.235-33.43 43.701-44.524 69.348l-0.636 1.652zM992 512c0 0.219 0.001 0.479 0.001 0.739 0 130.618-52.356 249.008-137.226 335.328l0.065-0.067c-5.855 6.248-14.158 10.141-23.371 10.141-17.673 0-32-14.327-32-32 0-8.994 3.71-17.121 9.683-22.934l0.007-0.007c73.579-74.925 118.998-177.718 118.998-291.12s-45.42-216.196-119.060-291.183l0.061 0.063c-5.692-5.781-9.207-13.72-9.207-22.48 0-17.699 14.348-32.047 32.047-32.047 8.939 0 17.023 3.66 22.836 9.563l0.004 0.004c84.805 86.254 137.161 204.643 137.161 335.261 0 0.26-0 0.519-0.001 0.779l0-0.041zM214.84 803.12c5.675 5.774 9.179 13.698 9.179 22.44 0 17.684-14.335 32.019-32.019 32.019-8.941 0-17.027-3.665-22.836-9.574l-0.004-0.005c-84.967-86.455-137.42-205.102-137.42-336s52.453-249.545 137.488-336.069l-0.068 0.069c5.855-6.248 14.158-10.141 23.371-10.141 17.673 0 32 14.327 32 32 0 8.994-3.71 17.121-9.683 22.934l-0.007 0.007c-73.579 74.925-118.998 177.718-118.998 291.12s45.42 216.196 119.060 291.183l-0.061-0.063z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"broadcast\"]},\"attrs\":[{}],\"properties\":{\"order\":25955,\"id\":1033,\"name\":\"broadcast\",\"prevSize\":16,\"code\":59862},\"setIdx\":0,\"setId\":0,\"iconIdx\":214},{\"icon\":{\"paths\":[\"M942 867.24c-90.24-44-142-138.32-142-259.2v-69.12c0-0.050 0-0.11 0-0.169 0-26.79-16.522-49.72-39.932-59.158l-0.428-0.153-99.64-39.44c-11.889-4.849-20.116-16.319-20.116-29.711 0-4.192 0.806-8.196 2.272-11.865l-0.076 0.216 85.28-212c5.431-12.707 8.589-27.491 8.589-43.014 0-47.846-30.002-88.685-72.22-104.73l-0.769-0.257c-11.514-4.352-24.825-6.871-38.725-6.871-47.15 0-87.529 28.99-104.284 70.119l-0.271 0.752c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010-84.080 212.88c-4.83 11.929-16.321 20.191-29.741 20.191-4.226 0-8.261-0.819-11.954-2.307l0.215 0.077-101.68-41.4c-7.062-2.943-15.267-4.653-23.87-4.653-17.885 0-34.045 7.387-45.595 19.277l-0.015 0.015c-84.24 86.6-126.96 187.8-126.96 300.8-0.001 0.253-0.001 0.553-0.001 0.853 0 120.167 47.545 229.23 124.851 309.402l-0.13-0.135c5.836 6.093 14.038 9.88 23.124 9.88 0.055 0 0.11-0 0.164-0l-0.008 0h684c17.66-0.017 31.969-14.338 31.969-32 0-12.566-7.244-23.441-17.783-28.676l-0.186-0.084zM268.56 352l101.64 41.2c10.557 4.345 22.813 6.868 35.658 6.868 40.298 0 74.796-24.829 89.032-60.024l0.23-0.644 84-212c10.24-24.44 37.88-37.080 61.72-28 18.435 6.98 31.303 24.489 31.303 45.002 0 6.745-1.391 13.165-3.903 18.989l0.12-0.312-85.6 211.96c-4.274 10.479-6.755 22.637-6.755 35.375 0 40.225 24.74 74.671 59.833 88.954l0.642 0.231 99.52 39.32v69.080c0 1.32 0 2.64 0 4l-512.92-205.16c14.364-20.4 29.3-38.307 45.556-54.918l-0.076 0.078zM460.56 864c-46.361-44.523-80.433-101.51-96.833-165.575l-0.527-2.425c-3.844-13.671-16.2-23.526-30.858-23.526-17.673 0-32 14.327-32 32 0 2.671 0.327 5.266 0.944 7.746l-0.046-0.22c15.020 58.184 40.348 109.025 74.172 152.99l-0.732-0.99h-116.92c-60.658-67.366-97.761-156.986-97.761-255.271 0-0.256 0-0.513 0.001-0.769l-0 0.040c-0.007-0.798-0.011-1.742-0.011-2.686 0-51.652 11.397-100.643 31.814-144.593l-0.884 2.12 551.2 220.48c12 72 42.24 133.92 87.56 180.64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"broom\"]},\"attrs\":[{}],\"properties\":{\"order\":25956,\"id\":1032,\"name\":\"broom\",\"prevSize\":16,\"code\":59863},\"setIdx\":0,\"setId\":0,\"iconIdx\":215},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v128h-704v-128zM864 800h-704v-384h704v384z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"browser\"]},\"attrs\":[{}],\"properties\":{\"order\":25957,\"id\":1031,\"name\":\"browser\",\"prevSize\":16,\"code\":59864},\"setIdx\":0,\"setId\":0,\"iconIdx\":216},{\"icon\":{\"paths\":[\"M864 160h-576c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM736 352v64h-576v-64zM736 800h-576v-320h576v320zM864 672h-64v-320c0-35.346-28.654-64-64-64v0h-448v-64h576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"browsers\"]},\"attrs\":[{}],\"properties\":{\"order\":25958,\"id\":1030,\"name\":\"browsers\",\"prevSize\":16,\"code\":59865},\"setIdx\":0,\"setId\":0,\"iconIdx\":217},{\"icon\":{\"paths\":[\"M576 368c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM400 320c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM864 576c0.001 0.295 0.001 0.645 0.001 0.995 0 32.367-4.38 63.71-12.581 93.47l0.579-2.465 88.96 38.88c11.145 5.166 18.736 16.257 18.736 29.121 0 17.566-14.154 31.826-31.679 31.998l-0.016 0c-0.022 0-0.047 0-0.073 0-4.606 0-8.982-0.987-12.927-2.76l0.199 0.080-85.68-37.32c-58.047 119.3-178.352 200.062-317.52 200.062s-259.473-80.763-316.603-197.977l-0.917-2.085-85.68 37.32c-3.746 1.693-8.121 2.68-12.727 2.68-0.026 0-0.051-0-0.077-0l0.004 0c-17.665-0.011-31.981-14.334-31.981-32 0-13.036 7.795-24.251 18.977-29.239l0.203-0.081 88.8-38.68c-7.621-27.295-12.001-58.638-12.001-91.005 0-0.35 0.001-0.7 0.002-1.049l-0 0.054v-32h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-32c-0.001-0.295-0.001-0.645-0.001-0.995 0-32.367 4.38-63.71 12.581-93.47l-0.579 2.465-88.8-38.68c-11.745-4.915-19.846-16.312-19.846-29.602 0-17.673 14.327-32 32-32 4.879 0 9.503 1.092 13.641 3.045l-0.195-0.083 85.68 37.32c58.047-119.3 178.352-200.062 317.52-200.062s259.473 80.763 316.603 197.977l0.917 2.085 85.68-37.44c3.593-1.517 7.77-2.398 12.154-2.398 17.673 0 32 14.327 32 32 0 12.794-7.508 23.834-18.359 28.955l-0.195 0.083-88.8 39c7.621 27.295 12.001 58.638 12.001 91.005 0 0.35-0.001 0.7-0.002 1.049l0-0.054v32h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96zM224 480h576v-32c0-159.058-128.942-288-288-288s-288 128.942-288 288v0zM480 862.16v-318.16h-256v32c0.181 147.703 111.399 269.374 254.656 286.033l1.344 0.127zM800 576v-32h-256v318.16c144.601-16.786 255.819-138.457 256-286.141l0-0.019z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bug\"]},\"attrs\":[{}],\"properties\":{\"order\":25959,\"id\":1029,\"name\":\"bug\",\"prevSize\":16,\"code\":59866},\"setIdx\":0,\"setId\":0,\"iconIdx\":218},{\"icon\":{\"paths\":[\"M832 576h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-65.6c-7.567-73.183-38.839-137.92-85.894-187.542l0.134 0.142 78-77.96c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-81.16 81.2c-51.236-36.627-115.156-58.564-184.2-58.564s-132.964 21.938-185.17 59.223l0.97-0.658-81.16-81.2c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l78 77.96c-46.921 49.48-78.193 114.217-85.645 186.030l-0.115 1.37h-65.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v32c0 10.8 0.56 21.48 1.6 32h-65.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h78.72c42.081 130.953 162.807 224.062 305.28 224.062s263.199-93.109 304.65-221.797l0.63-2.265h78.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-65.6c1.040-10.52 1.6-21.2 1.6-32zM512 160c130.026 0.167 237.352 97.14 253.782 222.706l0.138 1.294h-508c16.575-126.914 123.987-223.917 254.071-224l0.009-0zM544 861.92v-317.92c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 317.92c-126.86-16.568-223.833-123.894-224-253.903l-0-0.017v-160h512v160c-0.167 130.026-97.14 237.352-222.706 253.782l-1.294 0.138z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bug-beetle\"]},\"attrs\":[{}],\"properties\":{\"order\":25960,\"id\":1028,\"name\":\"bug-beetle\",\"prevSize\":16,\"code\":59867},\"setIdx\":0,\"setId\":0,\"iconIdx\":219},{\"icon\":{\"paths\":[\"M767.32 173.92l55.32-55.28c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-58.2 58.24c-57.281-42.235-129.259-67.595-207.16-67.595s-149.879 25.361-208.128 68.276l0.968-0.681-58.2-58.24c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l55.32 55.28c-59.853 62.815-96.68 148.040-96.68 241.866 0 0.075 0 0.151 0 0.226l-0-0.012v160c0 194.404 157.596 352 352 352s352-157.596 352-352v0-160c0-0.064 0-0.139 0-0.214 0-93.826-36.827-179.051-96.815-242.009l0.135 0.142zM512 128c158.985 0.182 287.818 129.015 288 287.983l0 0.017v32h-576v-32c0.182-158.985 129.015-287.818 287.983-288l0.017-0zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017v-64h576v64c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0zM576 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM352 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bug-droid\"]},\"attrs\":[{}],\"properties\":{\"order\":25961,\"id\":1027,\"name\":\"bug-droid\",\"prevSize\":16,\"code\":59868},\"setIdx\":0,\"setId\":0,\"iconIdx\":220},{\"icon\":{\"paths\":[\"M960 832h-64v-448c0-35.346-28.654-64-64-64v0h-256v-192c0-0.012 0-0.027 0-0.042 0-35.346-28.654-64-64-64-13.239 0-25.54 4.020-35.747 10.906l0.227-0.145-320 213.28c-17.272 11.643-28.48 31.132-28.48 53.238 0 0.043 0 0.085 0 0.128l-0-0.007v490.64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 384v448h-256v-448zM192 341.36l320-213.36v704h-320zM448 448v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 448v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 672v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM448 672v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"buildings\"]},\"attrs\":[{}],\"properties\":{\"order\":25962,\"id\":1026,\"name\":\"buildings\",\"prevSize\":16,\"code\":59869},\"setIdx\":0,\"setId\":0,\"iconIdx\":221},{\"icon\":{\"paths\":[\"M736 128h-448c-70.692 0-128 57.308-128 128v0 576c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h256v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-576c0-70.692-57.308-128-128-128v0zM224 704v-224h576v224zM224 320h576v96h-576zM288 192h448c35.346 0 64 28.654 64 64v0h-576c0-35.346 28.654-64 64-64v0zM320 832h-96v-64h96zM704 832v-64h96v64zM416 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM992 320v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM96 320v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"bus\"]},\"attrs\":[{}],\"properties\":{\"order\":25963,\"id\":1025,\"name\":\"bus\",\"prevSize\":16,\"code\":59870},\"setIdx\":0,\"setId\":0,\"iconIdx\":222},{\"icon\":{\"paths\":[\"M930.8 201.92c-14.8-19.12-43.44-41.92-94.8-41.92-67.4 0-153.84 45.12-231.24 120.64-21.753 21.103-41.68 43.795-59.701 67.992l-1.059 1.488v-126.12c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 126.12c-19.037-25.692-38.913-48.384-60.472-69.356l-0.128-0.124c-77.44-75.52-163.88-120.64-231.4-120.64-51.36 0-80 22.8-94.8 41.92-27.28 35.080-48.72 96.32-0.84 284.8 24.2 95.32 78.040 132 122.52 145.68-16.408 26.249-26.139 58.134-26.139 92.291 0 97.202 78.798 176 176 176 61.338 0 115.347-31.378 146.852-78.957l0.407-0.654c31.912 48.233 85.921 79.611 147.259 79.611 97.202 0 176-78.798 176-176 0-34.157-9.73-66.042-26.571-93.034l0.432 0.743c44.48-13.6 98.28-50.36 122.52-145.68 26.88-105.76 47.76-222.32-0.84-284.8zM368 832c-61.267-1.108-110.508-51.035-110.508-112.463 0-56.997 42.394-104.093 97.37-111.474l0.578-0.063c16.373-1.543 29.084-15.22 29.084-31.867 0-17.673-14.327-32-32-32-1.454 0-2.886 0.097-4.288 0.285l0.164-0.018c-31.441 3.46-59.704 14.788-83.473 31.953l0.513-0.353c-33.72 0.36-88-14.28-111.040-105.040-11.52-45.4-46.4-183.52-10.64-229.76 5.72-7.36 16.6-17.2 44.24-17.2 109.080 0 292 179.52 292 286.68v209.32c0 61.856-50.144 112-112 112v0zM869.6 470.96c-23.080 90.76-77.32 105.36-111.080 105.040-23.24-16.889-51.501-28.284-82.167-31.728l-0.793-0.072c-1.239-0.17-2.67-0.267-4.124-0.267-17.673 0-32 14.327-32 32 0 16.647 12.711 30.324 28.956 31.857l0.128 0.010c56.682 6.304 100.359 53.946 100.359 111.789 0 62.099-50.341 112.44-112.44 112.44-61.954 0-112.206-50.107-112.439-112.007l-0-0.022v-209.32c0-107.16 182.76-286.68 292-286.68 27.8 0 38.64 9.84 44.4 17.2 35.8 46.24 0.72 184.36-10.8 229.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"butterfly\"]},\"attrs\":[{}],\"properties\":{\"order\":25964,\"id\":1024,\"name\":\"butterfly\",\"prevSize\":16,\"code\":59871},\"setIdx\":0,\"setId\":0,\"iconIdx\":223},{\"icon\":{\"paths\":[\"M864 832h-192v-96h16c150.157-0.159 271.841-121.843 272-271.985l0-0.015c0-61.856-50.144-112-112-112s-112 50.144-112 112v0c0 26.51-21.49 48-48 48v0h-16v-288c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 128h-16c-26.51 0-48-21.49-48-48v0c0-61.856-50.144-112-112-112s-112 50.144-112 112v0c0.159 150.157 121.843 271.841 271.985 272l16.015 0v256h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 512h-48c-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 61.856 50.144 112 112 112v0h48c17.673 0 32-14.327 32-32v0-160c0-53.019 42.981-96 96-96s96 42.981 96 96v0 320c0 17.673 14.327 32 32 32v0h48c61.856 0 112-50.144 112-112v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0c-0.137 114.82-93.18 207.863-207.987 208l-48.013 0c-17.673 0-32 14.327-32 32v0 128h-192v-288c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cactus\"]},\"attrs\":[{}],\"properties\":{\"order\":25965,\"id\":1023,\"name\":\"cactus\",\"prevSize\":16,\"code\":59872},\"setIdx\":0,\"setId\":0,\"iconIdx\":224},{\"icon\":{\"paths\":[\"M928 448c0-53.019-42.981-96-96-96v0h-288v-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006c0-112-105.76-183.64-110.24-186.64-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072c-4.48 3-110.24 74.64-110.24 186.64 0.058 59.317 40.379 109.201 95.104 123.797l0.896 0.203v36h-288c-53.019 0-96 42.981-96 96v0 93.32c0.035 36.511 12.043 70.211 32.308 97.392l-0.308-0.432v161.72c0 53.019 42.981 96 96 96v0h576c53.019 0 96-42.981 96-96v0-161.72c19.957-26.749 31.965-60.449 32-96.952l0-0.008zM448 192c0-54.28 40-97.84 64-119.16 24 21.32 64 64.88 64 119.16 0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM160 448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0 93.32c0 53-41.84 97.24-93.28 98.64-0.81 0.025-1.764 0.039-2.72 0.039-53.019 0-95.999-42.98-96-95.998l-0-0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 0.011 0 0.025 0 0.039 0 53.019-42.981 96-96 96-0.956 0-1.91-0.014-2.859-0.042l0.139 0.003c-51.44-1.44-93.28-45.68-93.28-98.68zM800 832h-576c-17.673 0-32-14.327-32-32v0-109.76c17.456 8.111 37.826 13.113 59.29 13.755l0.23 0.005c1.471 0.049 3.2 0.077 4.935 0.077 43.249 0 82.459-17.294 111.092-45.343l-0.027 0.026c5.864-5.72 11.266-11.844 16.186-18.353l0.294-0.407c29.5 39.036 75.835 64 128 64s98.5-24.964 127.708-63.598l0.292-0.402c5.224 6.88 10.638 12.978 16.478 18.64l0.042 0.040c28.594 28.025 67.795 45.321 111.036 45.321 0.156 0 0.312-0 0.468-0.001l-0.024 0c1.52 0 3.040 0 4.56 0 21.668-0.658 42.008-5.66 60.401-14.158l-0.961 0.398v109.76c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cake\"]},\"attrs\":[{}],\"properties\":{\"order\":25966,\"id\":1022,\"name\":\"cake\",\"prevSize\":16,\"code\":59873},\"setIdx\":0,\"setId\":0,\"iconIdx\":225},{\"icon\":{\"paths\":[\"M320 480h384c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0zM352 288h320v128h-320zM800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM800 864h-576v-704h576zM400 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM720 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM400 752c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 752c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM720 752c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"calculator\"]},\"attrs\":[{}],\"properties\":{\"order\":25967,\"id\":1021,\"name\":\"calculator\",\"prevSize\":16,\"code\":59874},\"setIdx\":0,\"setId\":0,\"iconIdx\":226},{\"icon\":{\"paths\":[\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM448 480v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-204.24l-17.68 8.88c-4.172 2.131-9.1 3.38-14.32 3.38-17.684 0-32.020-14.336-32.020-32.020 0-12.465 7.122-23.266 17.519-28.556l0.182-0.084 64-32c4.172-2.133 9.1-3.383 14.32-3.383 17.673 0 32 14.327 32 32 0 0.008-0 0.016-0 0.024l0-0.001zM684.64 601.8l-76.64 102.2h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 115.12-153.48c4.004-5.285 6.414-11.971 6.414-19.219 0-17.673-14.327-32-32-32-11.741 0-22.005 6.323-27.573 15.75l-0.081 0.149c-5.532 10.040-16.045 16.73-28.121 16.73-17.673 0-32-14.327-32-32 0-6.19 1.757-11.969 4.8-16.866l-0.079 0.136c16.912-28.88 47.787-47.968 83.12-47.968 53.008 0 95.982 42.963 96 95.966l0 0.002c0 0.092 0.001 0.2 0.001 0.309 0 21.709-7.278 41.717-19.528 57.719l0.168-0.228z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"calendar\"]},\"attrs\":[{}],\"properties\":{\"order\":25968,\"id\":1020,\"name\":\"calendar\",\"prevSize\":16,\"code\":59875},\"setIdx\":0,\"setId\":0,\"iconIdx\":227},{\"icon\":{\"paths\":[\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"calendar-blank\"]},\"attrs\":[{}],\"properties\":{\"order\":25969,\"id\":1019,\"name\":\"calendar-blank\",\"prevSize\":16,\"code\":59876},\"setIdx\":0,\"setId\":0,\"iconIdx\":228},{\"icon\":{\"paths\":[\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM678.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 169.36-169.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"calendar-check\"]},\"attrs\":[{}],\"properties\":{\"order\":25970,\"id\":1018,\"name\":\"calendar-check\",\"prevSize\":16,\"code\":59877},\"setIdx\":0,\"setId\":0,\"iconIdx\":229},{\"icon\":{\"paths\":[\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM640 608c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"calendar-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":25971,\"id\":1017,\"name\":\"calendar-plus\",\"prevSize\":16,\"code\":59878},\"setIdx\":0,\"setId\":0,\"iconIdx\":230},{\"icon\":{\"paths\":[\"M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM288 192v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128h-640v-128zM832 832h-640v-448h640v448zM630.64 534.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"calendar-x\"]},\"attrs\":[{}],\"properties\":{\"order\":25972,\"id\":1016,\"name\":\"calendar-x\",\"prevSize\":16,\"code\":59879},\"setIdx\":0,\"setId\":0,\"iconIdx\":231},{\"icon\":{\"paths\":[\"M96 736h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64c-0.251-200.712-154.26-365.375-350.55-382.538l-1.45-0.102v-65.36h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v65.36c-197.741 17.266-351.749 181.928-352 382.615l-0 0.025v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM192 608c0-176.731 143.269-320 320-320s320 143.269 320 320v0 64h-640zM960 832c0 17.673-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h832c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"call-bell\"]},\"attrs\":[{}],\"properties\":{\"order\":25973,\"id\":1015,\"name\":\"call-bell\",\"prevSize\":16,\"code\":59880},\"setIdx\":0,\"setId\":0,\"iconIdx\":232},{\"icon\":{\"paths\":[\"M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 54.48-81.76h221.72l54.52 81.76c5.821 8.636 15.566 14.24 26.619 14.24 0.007 0 0.015-0 0.022-0l127.999 0c17.673 0 32 14.327 32 32v0zM512 352c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM512 640c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"camera\"]},\"attrs\":[{}],\"properties\":{\"order\":25974,\"id\":1014,\"name\":\"camera\",\"prevSize\":16,\"code\":59881},\"setIdx\":0,\"setId\":0,\"iconIdx\":233},{\"icon\":{\"paths\":[\"M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 54.48-81.76h221.72l54.52 81.76c5.821 8.636 15.566 14.24 26.619 14.24 0.007 0 0.015-0 0.022-0l127.999 0c17.673 0 32 14.327 32 32v0zM672 544c0 17.673-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"camera-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":25975,\"id\":1013,\"name\":\"camera-plus\",\"prevSize\":16,\"code\":59882},\"setIdx\":0,\"setId\":0,\"iconIdx\":234},{\"icon\":{\"paths\":[\"M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 54.48-81.76h221.72l54.52 81.76c5.821 8.636 15.566 14.24 26.619 14.24 0.007 0 0.015-0 0.022-0l127.999 0c17.673 0 32 14.327 32 32v0zM704 384v96c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h20.6c-22.484-19.775-52.165-31.842-84.665-31.842-28.896 0-55.564 9.539-77.027 25.641l0.332-0.239c-5.289 4.013-11.983 6.428-19.24 6.428-17.678 0-32.008-14.33-32.008-32.008 0-10.42 4.979-19.677 12.688-25.522l0.080-0.058c31.723-23.829 71.767-38.16 115.158-38.16 49.252 0 94.191 18.464 128.273 48.847l-0.191-0.167v-16.92c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM633.56 620.8c4.013 5.289 6.429 11.981 6.429 19.238 0 10.411-4.971 19.66-12.67 25.504l-0.079 0.058c-31.723 23.829-71.767 38.16-115.158 38.16-49.252 0-94.191-18.464-128.273-48.847l0.191 0.167v16.92c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-20.6c22.484 19.775 52.165 31.842 84.665 31.842 28.896 0 55.564-9.539 77.027-25.641l-0.332 0.239c5.285-4.004 11.971-6.414 19.219-6.414 10.422 0 19.68 4.982 25.523 12.695l0.058 0.080z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"camera-rotate\"]},\"attrs\":[{}],\"properties\":{\"order\":25976,\"id\":1012,\"name\":\"camera-rotate\",\"prevSize\":16,\"code\":59883},\"setIdx\":0,\"setId\":0,\"iconIdx\":235},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.6 42.48h-14.92c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h596.76l19.56 21.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM422.32 460.92l148 162.76c-16.478 10.247-36.476 16.321-57.893 16.321-0.15 0-0.3-0-0.45-0.001l0.023 0c-61.852-0.006-111.99-50.148-111.99-112 0-25.288 8.381-48.618 22.516-67.365l-0.206 0.285zM192 800c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h73.12l113.64 125.040c-26.553 30.648-42.733 70.915-42.733 114.96 0 97.193 78.782 175.984 175.971 176l0.001 0c38.153-0.085 73.451-12.239 102.297-32.845l-0.537 0.365 116.8 128.48zM928 320v424c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-424c0-17.673-14.327-32-32-32v0h-128c-11.046-0.007-20.782-5.609-26.528-14.126l-0.072-0.114-54.56-81.76h-221.88c-5.914 7.291-14.872 11.913-24.91 11.913-17.673 0-32-14.327-32-32 0-6.549 1.968-12.639 5.344-17.711l-0.074 0.117 8-12c5.815-8.681 15.585-14.32 26.672-14.32 0.003 0 0.005 0 0.008 0l256-0c0.006-0 0.013-0 0.021-0 11.053 0 20.798 5.604 26.547 14.126l0.072 0.114 54.48 81.76h110.88c53.019 0 96 42.981 96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"camera-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":25977,\"id\":1011,\"name\":\"camera-slash\",\"prevSize\":16,\"code\":59884},\"setIdx\":0,\"setId\":0,\"iconIdx\":236},{\"icon\":{\"paths\":[\"M894.48 905.68c-4.239 13.044-16.286 22.307-30.497 22.307-3.466 0-6.804-0.551-9.93-1.571l0.226 0.064-342.28-108.92-342.28 108.92c-2.899 0.955-6.235 1.505-9.7 1.505-17.676 0-32.005-14.329-32.005-32.005 0-14.211 9.262-26.259 22.079-30.436l0.226-0.064 256-81.48-256-81.52c-13.501-3.955-23.194-16.228-23.194-30.764 0-17.673 14.327-32 32-32 3.796 0 7.438 0.661 10.817 1.874l-0.223-0.070 342.28 108.88 342.28-108.88c3.155-1.143 6.797-1.804 10.594-1.804 17.673 0 32 14.327 32 32 0 14.536-9.693 26.809-22.967 30.707l-0.226 0.057-256 81.52 256 81.48c13.044 4.239 22.307 16.286 22.307 30.497 0 3.466-0.551 6.804-1.571 9.93l0.064-0.226zM272 432c0-80.4 39.080-163.48 112.96-240 32.579-33.843 68.71-63.86 107.912-89.582l2.368-1.458c4.768-2.976 10.558-4.74 16.76-4.74s11.992 1.764 16.895 4.819l-0.135-0.079c9.12 5.4 223.24 139.36 223.24 331.040 0 132.548-107.452 240-240 240s-240-107.452-240-240v0zM512 608c35.346 0 64-28.654 64-64v0c0-54.28-40-97.84-64-119.16-24 21.32-64 64.88-64 119.16 0 35.346 28.654 64 64 64v0zM336 432c-0 0.016-0 0.035-0 0.054 0 46.908 18.422 89.513 48.426 120.976l-0.066-0.070c0-2.96-0.36-5.96-0.36-8.96 0-112 105.76-183.64 110.24-186.64 4.99-3.371 11.14-5.381 17.76-5.381s12.77 2.010 17.874 5.453l-0.114-0.072c4.48 3 110.24 74.64 110.24 186.64 0 3 0 6-0.36 8.96 29.938-31.393 48.36-73.998 48.36-120.906 0-0.019-0-0.038-0-0.057l0 0.003c0-128-129.040-232-176-265.36-46.92 33.36-176 137.36-176 265.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"campfire\"]},\"attrs\":[{}],\"properties\":{\"order\":25978,\"id\":1010,\"name\":\"campfire\",\"prevSize\":16,\"code\":59885},\"setIdx\":0,\"setId\":0,\"iconIdx\":237},{\"icon\":{\"paths\":[\"M960 448h-43.2l-111.12-250c-10.218-22.576-32.548-38-58.48-38l-470.4-0c-25.932 0-48.262 15.424-58.317 37.598l-0.163 0.402-111.12 250h-43.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM276.8 224h470.4l99.56 224h-669.52zM256 832h-96v-64h96zM768 832v-64h96v64zM864 704h-704v-192h704zM224 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM672 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"car\"]},\"attrs\":[{}],\"properties\":{\"order\":25979,\"id\":1009,\"name\":\"car\",\"prevSize\":16,\"code\":59886},\"setIdx\":0,\"setId\":0,\"iconIdx\":238},{\"icon\":{\"paths\":[\"M832 192h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM160 384h704v64h-195.24c-30.815 0.017-56.535 21.81-62.607 50.824l-0.073 0.416c-9.36 43.988-47.883 76.506-94 76.506s-84.64-32.519-93.888-75.878l-0.112-0.629c-6.147-29.441-31.885-51.24-62.715-51.24-0.044 0-0.088 0-0.132 0l0.007-0h-195.24zM192 256h640c17.673 0 32 14.327 32 32v0 32h-704v-32c0-17.673 14.327-32 32-32v0zM832 768h-640c-17.673 0-32-14.327-32-32v0-224h195.2c15.383 73.584 79.72 128.062 156.78 128.062s141.397-54.478 156.597-127.021l0.183-1.041h195.24v224c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cardholder\"]},\"attrs\":[{}],\"properties\":{\"order\":25980,\"id\":1008,\"name\":\"cardholder\",\"prevSize\":16,\"code\":59887},\"setIdx\":0,\"setId\":0,\"iconIdx\":239},{\"icon\":{\"paths\":[\"M736 288h-576c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM736 800h-576v-448h576v448zM928 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480h-608c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h608c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cards\"]},\"attrs\":[{}],\"properties\":{\"order\":25981,\"id\":1007,\"name\":\"cards\",\"prevSize\":16,\"code\":59888},\"setIdx\":0,\"setId\":0,\"iconIdx\":240},{\"icon\":{\"paths\":[\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM662.64 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM662.64 553.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-circle-double-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25982,\"id\":1006,\"name\":\"caret-circle-double-down\",\"prevSize\":16,\"code\":59889},\"setIdx\":0,\"setId\":0,\"iconIdx\":241},{\"icon\":{\"paths\":[\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM694.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM470.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-circle-double-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25983,\"id\":1005,\"name\":\"caret-circle-double-left\",\"prevSize\":16,\"code\":59890},\"setIdx\":0,\"setId\":0,\"iconIdx\":242},{\"icon\":{\"paths\":[\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM502.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM726.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-circle-double-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25984,\"id\":1004,\"name\":\"caret-circle-double-right\",\"prevSize\":16,\"code\":59891},\"setIdx\":0,\"setId\":0,\"iconIdx\":243},{\"icon\":{\"paths\":[\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM760.92 760.92c-63.697 63.688-151.69 103.080-248.883 103.080-194.404 0-352-157.596-352-352s157.596-352 352-352c97.193 0 185.185 39.391 248.883 103.080l-0-0c63.605 63.75 102.935 151.742 102.935 248.92s-39.33 185.17-102.942 248.927l0.007-0.007zM662.64 649.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM662.64 425.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-circle-double-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25985,\"id\":1003,\"name\":\"caret-circle-double-up\",\"prevSize\":16,\"code\":59892},\"setIdx\":0,\"setId\":0,\"iconIdx\":244},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM694.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-160-160c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4 137.36-137.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-circle-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25986,\"id\":1002,\"name\":\"caret-circle-down\",\"prevSize\":16,\"code\":59893},\"setIdx\":0,\"setId\":0,\"iconIdx\":245},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM598.64 374.64l-137.4 137.36 137.4 137.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 160-160c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-circle-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25987,\"id\":1001,\"name\":\"caret-circle-left\",\"prevSize\":16,\"code\":59894},\"setIdx\":0,\"setId\":0,\"iconIdx\":246},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM630.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-circle-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25988,\"id\":1000,\"name\":\"caret-circle-right\",\"prevSize\":16,\"code\":59895},\"setIdx\":0,\"setId\":0,\"iconIdx\":247},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM694.64 553.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-137.36-137.4-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-circle-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25989,\"id\":999,\"name\":\"caret-circle-up\",\"prevSize\":16,\"code\":59896},\"setIdx\":0,\"setId\":0,\"iconIdx\":248},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM662.64 393.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM662.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-circle-up-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25990,\"id\":998,\"name\":\"caret-circle-up-down\",\"prevSize\":16,\"code\":59897},\"setIdx\":0,\"setId\":0,\"iconIdx\":249},{\"icon\":{\"paths\":[\"M854.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-320 320c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-320-320c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h0l297.36 297.4 297.36-297.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM489.36 534.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 320-320c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-297.36 297.4-297.36-297.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-double-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25991,\"id\":997,\"name\":\"caret-double-down\",\"prevSize\":16,\"code\":59898},\"setIdx\":0,\"setId\":0,\"iconIdx\":250},{\"icon\":{\"paths\":[\"M822.64 809.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-320-320c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 320-320c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0-297.4 297.36zM205.24 512l297.4-297.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v-0l-320 320c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 320 320c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-double-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25992,\"id\":996,\"name\":\"caret-double-left\",\"prevSize\":16,\"code\":59899},\"setIdx\":0,\"setId\":0,\"iconIdx\":251},{\"icon\":{\"paths\":[\"M566.64 534.64l-320 320c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 297.4-297.36-297.4-297.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l320 320c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM886.64 489.36l-320-320c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 297.4 297.36-297.4 297.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l320-320c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-double-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25993,\"id\":995,\"name\":\"caret-double-right\",\"prevSize\":16,\"code\":59900},\"setIdx\":0,\"setId\":0,\"iconIdx\":252},{\"icon\":{\"paths\":[\"M854.64 809.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-297.36-297.4-297.36 297.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 320-320c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM214.64 534.64l297.36-297.4 297.36 297.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-320 320c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-double-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25994,\"id\":994,\"name\":\"caret-double-up\",\"prevSize\":16,\"code\":59901},\"setIdx\":0,\"setId\":0,\"iconIdx\":253},{\"icon\":{\"paths\":[\"M854.64 406.64l-320 320c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-320-320c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l297.36 297.4 297.36-297.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25995,\"id\":993,\"name\":\"caret-down\",\"prevSize\":16,\"code\":59902},\"setIdx\":0,\"setId\":0,\"iconIdx\":254},{\"icon\":{\"paths\":[\"M662.64 809.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-320-320c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 320-320c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0-297.4 297.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-left\"]},\"attrs\":[{}],\"properties\":{\"order\":25996,\"id\":992,\"name\":\"caret-left\",\"prevSize\":16,\"code\":59903},\"setIdx\":0,\"setId\":0,\"iconIdx\":255},{\"icon\":{\"paths\":[\"M726.64 534.64l-320 320c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l297.4-297.36-297.4-297.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v-0l320 320c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-right\"]},\"attrs\":[{}],\"properties\":{\"order\":25997,\"id\":991,\"name\":\"caret-right\",\"prevSize\":16,\"code\":59904},\"setIdx\":0,\"setId\":0,\"iconIdx\":256},{\"icon\":{\"paths\":[\"M854.64 662.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-297.36-297.4-297.36 297.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 320-320c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 320 320c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-up\"]},\"attrs\":[{}],\"properties\":{\"order\":25998,\"id\":990,\"name\":\"caret-up\",\"prevSize\":16,\"code\":59905},\"setIdx\":0,\"setId\":0,\"iconIdx\":257},{\"icon\":{\"paths\":[\"M726.64 681.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l169.36 169.4 169.36-169.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM342.64 342.64l169.36-169.4 169.36 169.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"caret-up-down\"]},\"attrs\":[{}],\"properties\":{\"order\":25999,\"id\":989,\"name\":\"caret-up-down\",\"prevSize\":16,\"code\":59906},\"setIdx\":0,\"setId\":0,\"iconIdx\":258},{\"icon\":{\"paths\":[\"M960 448h-114.76l-173.24-173.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-449.64c-22.062 0.042-41.499 11.241-52.975 28.253l-0.145 0.227-118.64 177.76c-3.349 4.997-5.349 11.144-5.36 17.757l-0 0.003v192c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h264c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM177.12 320h449.64l128 128h-662.76zM256 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM768 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM960 672h-68c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-264c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-68v-160h896z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"car-profile\"]},\"attrs\":[{}],\"properties\":{\"order\":26000,\"id\":988,\"name\":\"car-profile\",\"prevSize\":16,\"code\":59907},\"setIdx\":0,\"setId\":0,\"iconIdx\":259},{\"icon\":{\"paths\":[\"M928 256h-114.76l105.4-105.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-105.36 105.4v-114.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 130.28c-36.715-21.559-80.866-34.292-127.99-34.292-70.588 0-134.504 28.57-180.815 74.776l0.005-0.005c-160.4 157.56-281 532.32-292.76 569.8-3.779 7.922-5.986 17.216-5.986 27.026 0 35.346 28.654 64 64 64 9.81 0 19.105-2.207 27.414-6.152l-0.388 0.166c37.48-11.76 412.72-132.52 569.88-292.84 46.148-46.297 74.681-110.176 74.681-180.719 0-47.145-12.744-91.313-34.975-129.248l0.654 1.207h130.28c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM711.52 584c-35.76 36.48-85 71.2-139.4 102.92l-101.52-101.56c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l88.36 88.36c-163.48 84.76-345.28 141.68-348 142.52-2.187 0.717-4.065 1.557-5.837 2.562l0.157-0.082c0.881-1.6 1.681-3.467 2.299-5.415l0.061-0.225c1.16-3.72 112-358.32 256-522.68l135.080 135.080c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-134-133.96c30.929-22.234 69.563-35.557 111.309-35.557 106.039 0 192 85.961 192 192 0 53.155-21.6 101.265-56.502 136.031l-0.006 0.006z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"carrot\"]},\"attrs\":[{}],\"properties\":{\"order\":26001,\"id\":987,\"name\":\"carrot\",\"prevSize\":16,\"code\":59908},\"setIdx\":0,\"setId\":0,\"iconIdx\":260},{\"icon\":{\"paths\":[\"M960 448h-43.2l-111.12-250c-10.218-22.576-32.548-38-58.48-38l-470.4-0c-25.932 0-48.262 15.424-58.317 37.598l-0.163 0.402-111.12 250h-43.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM276.8 224h470.4l99.56 224h-669.52zM864 832h-96v-96c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 96h-96v-320h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"car-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26002,\"id\":986,\"name\":\"car-simple\",\"prevSize\":16,\"code\":59909},\"setIdx\":0,\"setId\":0,\"iconIdx\":261},{\"icon\":{\"paths\":[\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM320 768l48-64h288l48 64zM896 768h-112l-76.8-102.4c-11.827-15.581-30.344-25.553-51.192-25.6l-0.008-0h-288c-20.856 0.047-39.373 10.019-51.084 25.441l-0.116 0.159-76.8 102.4h-112v-512h768v512zM704 320h-384c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h384c70.692 0 128-57.308 128-128s-57.308-128-128-128v0zM593.2 384c-10.812 18.351-17.198 40.43-17.198 64s6.387 45.649 17.524 64.599l-0.326-0.599h-162.4c10.812-18.351 17.198-40.43 17.198-64s-6.387-45.649-17.524-64.599l0.326 0.599zM256 448c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM704 512c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cassette-tape\"]},\"attrs\":[{}],\"properties\":{\"order\":26003,\"id\":985,\"name\":\"cassette-tape\",\"prevSize\":16,\"code\":59910},\"setIdx\":0,\"setId\":0,\"iconIdx\":262},{\"icon\":{\"paths\":[\"M800 96h-64c-35.346 0-64 28.654-64 64v0 64h-64v-64c0-35.346-28.654-64-64-64v0h-64c-35.346 0-64 28.654-64 64v0 64h-64v-64c0-35.346-28.654-64-64-64v0h-64c-35.346 0-64 28.654-64 64v0 178.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 45.24 45.24v434.76c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-434.76l45.24-45.24c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-178.76c0-35.346-28.654-64-64-64v0zM576 864h-128v-256c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM800 338.76l-45.24 45.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v434.76h-96v-256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 256h-96v-434.76c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004-45.24-45.24v-178.76h64v64c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-64h64v64c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-64h64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"castle-turret\"]},\"attrs\":[{}],\"properties\":{\"order\":26004,\"id\":984,\"name\":\"castle-turret\",\"prevSize\":16,\"code\":59911},\"setIdx\":0,\"setId\":0,\"iconIdx\":263},{\"icon\":{\"paths\":[\"M384 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM688 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 192v352c0 211.72-186.6 384-416 384s-416-172.28-416-384v-352c0.017-35.333 28.664-63.97 64-63.97 17.666 0 33.66 7.157 45.24 18.731l-0-0c0.56 0.56 1.040 1.080 1.52 1.64l69.24 79.6c67.013-42.594 148.653-67.882 236.2-67.882s169.187 25.288 238.015 68.958l-1.815-1.076 68.84-79.6c0.48-0.56 0.96-1.080 1.52-1.64 11.58-11.573 27.574-18.73 45.24-18.73 35.336 0 63.983 28.637 64 63.969l0 0.002zM864 192l-86.24 99.2c-5.901 6.799-14.556 11.074-24.209 11.074-7.166 0-13.781-2.355-19.115-6.334l0.084 0.060c-18.108-13.534-38.626-25.875-60.346-36.082l-2.174-0.918v93c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-115.8c-18.383-4.964-40.183-8.812-62.525-10.775l-1.475-0.105v126.68c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-126.68c-23.817 2.068-45.617 5.916-66.717 11.49l2.717-0.61v115.8c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-93c-23.893 11.125-44.412 23.465-63.459 37.67l0.939-0.67c-5.261 3.947-11.9 6.321-19.094 6.321-9.62 0-18.248-4.245-24.114-10.963l-0.032-0.038-86.24-99.32v352c0 166.64 140.84 304 320 318.68v-81.44l-54.64-54.64c-5.786-5.791-9.364-13.787-9.364-22.62 0-17.675 14.329-32.004 32.004-32.004 8.843 0 16.847 3.586 22.64 9.383l41.36 41.36 41.36-41.36c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l-54.64 54.64v81.44c179.16-14.76 320-152 320-318.68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cat\"]},\"attrs\":[{}],\"properties\":{\"order\":26005,\"id\":983,\"name\":\"cat\",\"prevSize\":16,\"code\":59912},\"setIdx\":0,\"setId\":0,\"iconIdx\":264},{\"icon\":{\"paths\":[\"M672 288v512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 96c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32s32-14.327 32-32v0-672c0-17.673-14.327-32-32-32v0zM480 416c-17.673 0-32 14.327-32 32v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352c0-17.673-14.327-32-32-32v0zM320 576c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM160 736c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cell-signal-full\"]},\"attrs\":[{}],\"properties\":{\"order\":26006,\"id\":982,\"name\":\"cell-signal-full\",\"prevSize\":16,\"code\":59913},\"setIdx\":0,\"setId\":0,\"iconIdx\":265},{\"icon\":{\"paths\":[\"M672 288v512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM480 416c-17.673 0-32 14.327-32 32v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352c0-17.673-14.327-32-32-32v0zM320 576c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM160 736c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cell-signal-high\"]},\"attrs\":[{}],\"properties\":{\"order\":26007,\"id\":981,\"name\":\"cell-signal-high\",\"prevSize\":16,\"code\":59914},\"setIdx\":0,\"setId\":0,\"iconIdx\":266},{\"icon\":{\"paths\":[\"M352 608v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM160 736c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cell-signal-low\"]},\"attrs\":[{}],\"properties\":{\"order\":26008,\"id\":980,\"name\":\"cell-signal-low\",\"prevSize\":16,\"code\":59915},\"setIdx\":0,\"setId\":0,\"iconIdx\":267},{\"icon\":{\"paths\":[\"M512 448v352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-352c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 576c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM160 736c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cell-signal-medium\"]},\"attrs\":[{}],\"properties\":{\"order\":26009,\"id\":979,\"name\":\"cell-signal-medium\",\"prevSize\":16,\"code\":59916},\"setIdx\":0,\"setId\":0,\"iconIdx\":268},{\"icon\":{\"paths\":[\"M192 768v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cell-signal-none\"]},\"attrs\":[{}],\"properties\":{\"order\":26010,\"id\":978,\"name\":\"cell-signal-none\",\"prevSize\":16,\"code\":59917},\"setIdx\":0,\"setId\":0,\"iconIdx\":269},{\"icon\":{\"paths\":[\"M352 608v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM160 736c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 279.68 307.64v310.84c0 17.673 14.327 32 32 32s32-14.327 32-32v0-240.44l96 105.6v134.84c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64.44l136.32 149.96c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM640 494.48c17.673 0 32-14.327 32-32v0-174.48c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 174.52c0 17.673 14.327 32 32 32v0zM800 670.48c17.673 0 32-14.327 32-32v0-510.48c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 510.52c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cell-signal-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26011,\"id\":977,\"name\":\"cell-signal-slash\",\"prevSize\":16,\"code\":59918},\"setIdx\":0,\"setId\":0,\"iconIdx\":270},{\"icon\":{\"paths\":[\"M854.64 777.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36zM640 512c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0zM800 512c17.673 0 32-14.327 32-32v0-352c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 352c0 17.673 14.327 32 32 32v0zM480 416c-17.673 0-32 14.327-32 32v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352c0-17.673-14.327-32-32-32v0zM320 576c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM160 736c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cell-signal-x\"]},\"attrs\":[{}],\"properties\":{\"order\":26012,\"id\":976,\"name\":\"cell-signal-x\",\"prevSize\":16,\"code\":59919},\"setIdx\":0,\"setId\":0,\"iconIdx\":271},{\"icon\":{\"paths\":[\"M992 512c0-0.062 0-0.134 0-0.207 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 61.052 24.425 116.4 64.036 156.804l-0.036-0.037v227.44c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383 17.673 0 32-14.327 32-32 0-0.008-0-0.016-0-0.024l0 0.001v-227.44c39.571-40.254 64-95.503 64-156.457 0-0.036-0-0.073-0-0.109l0 0.006zM768 352c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0zM782.32 803.36c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-129.88c28.094 13.657 61.115 21.64 96 21.64s67.906-7.983 97.335-22.222l-1.335 0.582v129.88zM544 768c0 17.673-14.327 32-32 32v0h-352c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0h-704v512h352c17.673 0 32 14.327 32 32v0zM480 544c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM480 416c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"certificate\"]},\"attrs\":[{}],\"properties\":{\"order\":26013,\"id\":975,\"name\":\"certificate\",\"prevSize\":16,\"code\":59920},\"setIdx\":0,\"setId\":0,\"iconIdx\":272},{\"icon\":{\"paths\":[\"M832 544h-128v-128h64c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h64v128h-128c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0h32v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h448v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h32c35.346 0 64-28.654 64-64v0-64c0-35.346-28.654-64-64-64v0zM256 160h512v192h-512zM384 416h256v128h-256zM832 672h-640v-64h640v64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chair\"]},\"attrs\":[{}],\"properties\":{\"order\":26014,\"id\":974,\"name\":\"chair\",\"prevSize\":16,\"code\":59921},\"setIdx\":0,\"setId\":0,\"iconIdx\":273},{\"icon\":{\"paths\":[\"M960 768h-32v-544c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 544h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 224h704v544h-64v-96c0-17.673-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32v0 96h-160v-416h448v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 448h-64zM736 768h-224v-64h224z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chalkboard\"]},\"attrs\":[{}],\"properties\":{\"order\":26015,\"id\":973,\"name\":\"chalkboard\",\"prevSize\":16,\"code\":59922},\"setIdx\":0,\"setId\":0,\"iconIdx\":274},{\"icon\":{\"paths\":[\"M96 672v-448c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0 448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448h-704v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM992 800c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384v-96c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0 96h192c17.673 0 32 14.327 32 32v0zM512 768h192v-64h-192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chalkboard-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26016,\"id\":972,\"name\":\"chalkboard-simple\",\"prevSize\":16,\"code\":59923},\"setIdx\":0,\"setId\":0,\"iconIdx\":275},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h53.56c0.003 0 0.007 0 0.010 0 12.688 0 23.651-7.384 28.826-18.089l0.083-0.191c31.527-65.449 97.342-109.812 173.52-109.812s141.993 44.364 173.021 108.664l0.499 1.148c5.259 10.896 16.222 18.28 28.91 18.28 0.004 0 0.007-0 0.011-0l245.559 0c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM320 576c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM864 800h-226.28c-27.012-45.87-66.468-81.89-113.738-103.976l-1.582-0.664c32.953-29.437 53.6-72.055 53.6-119.495 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 47.44 20.647 90.058 53.444 119.358l0.156 0.137c-48.852 22.75-88.308 58.77-114.664 103.439l-0.656 1.201h-34.28v-576h704zM224 384v-64c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0 384c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-320h-448v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chalkboard-teacher\"]},\"attrs\":[{}],\"properties\":{\"order\":26017,\"id\":971,\"name\":\"chalkboard-teacher\",\"prevSize\":16,\"code\":59924},\"setIdx\":0,\"setId\":0,\"iconIdx\":276},{\"icon\":{\"paths\":[\"M736 80c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM656.48 292.92c29.040 177 17.4 303.040-34.64 374.64-25.39 35.546-64.276 60.050-109.022 66.031l-0.818 0.089v194.32h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-194.32c-45.555-6.1-84.431-30.595-109.511-65.637l-0.329-0.483c-52-71.6-63.64-197.64-34.6-374.64 15.692-93.045 35.437-173.466 60.36-251.575l-3.52 12.775c4.296-12.947 16.295-22.12 30.437-22.12 0.001 0 0.002 0 0.004 0l178.36-0c0.001-0 0.002-0 0.003-0 14.142 0 26.141 9.173 30.371 21.894l0.065 0.226c21.403 65.334 41.148 145.755 55.314 228.084l1.526 10.716zM375.2 256h209.6c-12-62.32-26.88-119.24-39.12-160h-131.32c-12.24 40.76-27.040 97.68-39.16 160zM596 320h-232c-17.96 120-20.56 246.16 25.8 309.96 20.72 28.28 50.2 42.040 90.2 42.040s69.52-13.76 90.080-42.040c46.32-63.8 43.76-189.96 25.92-309.96zM880 160c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 352c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"champagne\"]},\"attrs\":[{}],\"properties\":{\"order\":26018,\"id\":970,\"name\":\"champagne\",\"prevSize\":16,\"code\":59925},\"setIdx\":0,\"setId\":0,\"iconIdx\":277},{\"icon\":{\"paths\":[\"M538.48 494.040c3.458 5.035 5.523 11.262 5.523 17.971 0 4.275-0.838 8.355-2.36 12.083l0.077-0.214-64 160c-4.864 11.876-16.333 20.089-29.72 20.089-17.689 0-32.029-14.34-32.029-32.029 0-4.302 0.848-8.406 2.386-12.153l-0.078 0.213 46.44-116h-80.72c-0.016 0-0.036 0-0.055 0-17.673 0-32-14.327-32-32 0-4.325 0.858-8.449 2.413-12.213l-0.078 0.213 64-160c4.88-11.856 16.343-20.051 29.72-20.051 17.701 0 32.051 14.35 32.051 32.051 0 4.325-0.856 8.449-2.409 12.213l0.078-0.213-46.44 116h80.72c10.967 0.002 20.645 5.52 26.409 13.931l0.071 0.109zM992 346.52v325.48c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-160c0-17.673-14.327-32-32-32v0h-64v352h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-608c0-53.019 42.981-96 96-96v0h320c53.019 0 96 42.981 96 96v0 192h64c53.019 0 96 42.981 96 96v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-325.48c-0.027-8.796-3.598-16.752-9.36-22.52l-77.28-77.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 77.36 77.28c17.299 17.27 28.001 41.143 28.001 67.517 0 0.128-0 0.256-0.001 0.383l0-0.020zM640 832v-608c0-17.673-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32v0 608z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"charging-station\"]},\"attrs\":[{}],\"properties\":{\"order\":26019,\"id\":969,\"name\":\"charging-station\",\"prevSize\":16,\"code\":59926},\"setIdx\":0,\"setId\":0,\"iconIdx\":278},{\"icon\":{\"paths\":[\"M896 800h-32v-640c0-17.673-14.327-32-32-32v0h-224c-17.673 0-32 14.327-32 32v0 160h-192c-17.673 0-32 14.327-32 32v0 160h-160c-17.673 0-32 14.327-32 32v0 256h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 192h160v608h-160zM416 384h160v416h-160zM224 576h128v224h-128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-bar\"]},\"attrs\":[{}],\"properties\":{\"order\":26020,\"id\":968,\"name\":\"chart-bar\",\"prevSize\":16,\"code\":59927},\"setIdx\":0,\"setId\":0,\"iconIdx\":279},{\"icon\":{\"paths\":[\"M864 384h-160v-160c0-17.673-14.327-32-32-32v0h-480v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h352c17.673 0 32-14.327 32-32v0-160h288c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM640 256v128h-448v-128zM512 768h-320v-128h320zM832 576h-640v-128h640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-bar-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":26021,\"id\":967,\"name\":\"chart-bar-horizontal\",\"prevSize\":16,\"code\":59928},\"setIdx\":0,\"setId\":0,\"iconIdx\":280},{\"icon\":{\"paths\":[\"M549.56 96.24c-1.666-0.154-3.603-0.242-5.56-0.242-35.346 0-64 28.654-64 64 0 0.001 0 0.001 0 0.002l-0-0v162.68c-0.001 0.138-0.002 0.301-0.002 0.465 0 31.35 22.74 57.389 52.625 62.522l0.376 0.053c61.001 10.514 106.821 63.024 106.821 126.236 0 70.692-57.308 128-128 128-68.313 0-124.127-53.515-127.807-120.909l-0.014-0.327c-1.64-32.88 5.080-60 20-81.040v0c7.427-10.256 11.88-23.089 11.88-36.962 0-17.548-7.125-33.431-18.639-44.916l-0.001-0.001-110.48-113.080c-11.582-11.582-27.582-18.746-45.256-18.746-19.767 0-37.441 8.961-49.181 23.043l-0.083 0.103c-59.853 71.352-96.209 164.172-96.209 265.484 0 115.718 47.43 220.357 123.91 295.539l0.058 0.057c74.614 74.043 177.389 119.802 290.851 119.802 0.404 0 0.808-0.001 1.212-0.002l-0.063 0h5.96c224.867-3.949 406.114-185.21 410.035-409.709l0.005-0.371c3-217.2-163.24-402.4-378.44-421.68zM241.28 287.76l110.44 112.76v0.24c-15.729 22.32-26.429 49.261-29.881 78.423l-0.079 0.817h-160.32c6.885-73.934 35.903-140.024 80.275-192.77l-0.435 0.53zM161.48 544h161.2c13.979 80.642 76.684 143.36 156.173 157.195l1.147 0.165v161.2c-169.142-15.91-302.632-149.414-318.413-317.156l-0.107-1.404zM760.56 760.56c-56.109 56.489-131.341 93.922-215.169 101.775l-1.391 0.105v-161.080c38.659-6.592 72.434-24.021 99.019-49.012l-0.099 0.092c37.651-35.148 61.119-85.073 61.119-140.479 0-94.749-68.631-173.468-158.893-189.156l-1.147-0.165v-162.64c182.080 16.32 322.68 173.12 320 357-1.35 95.347-40.641 181.261-103.417 243.538l-0.023 0.022z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-donut\"]},\"attrs\":[{}],\"properties\":{\"order\":26022,\"id\":966,\"name\":\"chart-donut\",\"prevSize\":16,\"code\":59929},\"setIdx\":0,\"setId\":0,\"iconIdx\":281},{\"icon\":{\"paths\":[\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 377.48l202.92-177.48c5.598-4.92 12.987-7.922 21.077-7.922 7.241 0 13.921 2.405 19.283 6.46l-0.080-0.058 235.24 176.44 236.48-206.92c5.779-5.722 13.733-9.258 22.512-9.258 17.673 0 32 14.327 32 32 0 10.235-4.805 19.348-12.282 25.205l-0.070 0.053-256 224c-5.598 4.92-12.987 7.922-21.077 7.922-7.241 0-13.921-2.405-19.283-6.46l0.080 0.058-235.24-176.36-225.56 197.36v145.48h736c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-line\"]},\"attrs\":[{}],\"properties\":{\"order\":26023,\"id\":965,\"name\":\"chart-line\",\"prevSize\":16,\"code\":59930},\"setIdx\":0,\"setId\":0,\"iconIdx\":282},{\"icon\":{\"paths\":[\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 50.76l224 224 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 233.36 233.4v-82.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0.029 0.478 0.046 1.037 0.046 1.6s-0.017 1.122-0.049 1.677l0.004-0.077c0 0.44 0 0.84-0.2 1.28s0 1.2-0.28 1.84c-0.101 0.578-0.226 1.076-0.382 1.56l0.022-0.080c0 0.52-0.24 1.040-0.4 1.56s-0.32 0.92-0.48 1.4l-0.56 1.56-0.6 1.24c-0.24 0.52-0.48 1.080-0.76 1.6s-0.44 0.72-0.64 1.12l-0.96 1.56-0.84 1.12-1.040 1.4c-0.44 0.56-0.96 1.080-1.44 1.6l-0.64 0.72-0.68 0.6c-0.517 0.512-1.065 0.996-1.639 1.449l-0.041 0.031c-0.381 0.332-0.798 0.66-1.231 0.967l-0.049 0.033-1.2 0.88-1.52 0.92c-0.333 0.22-0.726 0.446-1.133 0.65l-0.067 0.030-1.48 0.76-1.36 0.6-1.44 0.52c-0.414 0.182-0.92 0.36-1.44 0.502l-0.080 0.018-1.44 0.4c-0.56 0-1.040 0.28-1.6 0.36l-1.68 0.28-1.4 0.2c-0.472 0.028-1.024 0.045-1.58 0.045s-1.108-0.016-1.656-0.048l0.076 0.004h-160.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h82.76l-210.76-210.64-105.36 105.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-201.36-201.4v466.76h736c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-line-down\"]},\"attrs\":[{}],\"properties\":{\"order\":26024,\"id\":964,\"name\":\"chart-line-down\",\"prevSize\":16,\"code\":59931},\"setIdx\":0,\"setId\":0,\"iconIdx\":283},{\"icon\":{\"paths\":[\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 434.76l201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l105.36 105.4 210.76-210.76h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-233.36 233.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-105.36-105.4-224 224v82.76h736c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-line-up\"]},\"attrs\":[{}],\"properties\":{\"order\":26025,\"id\":963,\"name\":\"chart-line-up\",\"prevSize\":16,\"code\":59932},\"setIdx\":0,\"setId\":0,\"iconIdx\":284},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM799.48 309.080l-255.48 147.48v-295.080c105.87 9.984 197.039 65.51 254.75 146.522l0.73 1.078zM480 161.48v332l-287.56 166c-20.443-43.255-32.377-93.965-32.377-147.463 0-183.116 139.825-333.573 318.53-350.429l1.407-0.107zM512 864c-118.309-0.050-222.966-58.459-286.75-148.001l-0.73-1.079 607.040-350.44c20.459 43.27 32.404 94 32.404 147.52 0 194.391-157.575 351.979-351.962 352l-0.002 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-pie\"]},\"attrs\":[{}],\"properties\":{\"order\":26026,\"id\":962,\"name\":\"chart-pie\",\"prevSize\":16,\"code\":59933},\"setIdx\":0,\"setId\":0,\"iconIdx\":285},{\"icon\":{\"paths\":[\"M400 465.72c9.632-5.636 16-15.931 16-27.713 0-0.003-0-0.005-0-0.008l0 0v-288c-0.102-17.596-14.389-31.821-31.999-31.821-3.814 0-7.472 0.667-10.863 1.891l0.223-0.070c-162.982 58.904-277.365 212.289-277.365 392.389 0 26.733 2.52 52.877 7.336 78.208l-0.411-2.598c1.974 10.392 8.75 18.87 17.884 23.157l0.196 0.083c3.902 1.869 8.483 2.96 13.318 2.96 0.029 0 0.058-0 0.086-0l-0.004 0c0.004 0 0.008 0 0.012 0 5.886 0 11.401-1.589 16.139-4.362l-0.151 0.082zM352 198.48v221.040l-191.52 110.52c-0.48-6.040-0.48-12.12-0.48-18.040 0.123-135.968 77.213-253.902 190.046-312.595l1.954-0.925zM873.36 306.080c-0.36-0.72-0.72-1.48-1.16-2.2s-0.8-1.32-1.24-1.96c-73.548-123.998-206.687-205.84-358.948-205.92l-0.012-0c-17.673 0-32 14.327-32 32v0 367.32l-315.24 183.6c-9.605 5.642-15.952 15.922-15.952 27.685 0 6.019 1.662 11.651 4.552 16.46l-0.081-0.145c73.609 123.73 206.634 205.344 358.72 205.344 229.75 0 416-186.25 416-416 0-0.093-0-0.186-0-0.279l0 0.015c0-0.156 0-0.341 0-0.526 0-75.576-20.282-146.415-55.7-207.37l1.060 1.976zM544 161.44c105.916 10.028 197.112 65.609 254.829 146.679l0.731 1.081-255.56 148.84zM512 864c-117.279-0.31-221.103-57.635-285.258-145.708l-0.702-1.012 605.56-352.72c20.436 43.248 32.367 93.951 32.367 147.44 0 194.392-157.577 351.981-351.964 352l-0.002 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-pie-slice\"]},\"attrs\":[{}],\"properties\":{\"order\":26027,\"id\":961,\"name\":\"chart-pie-slice\",\"prevSize\":16,\"code\":59934},\"setIdx\":0,\"setId\":0,\"iconIdx\":286},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.52 480h-96.6c-15.199-115.933-105.987-206.721-220.622-221.781l-1.298-0.139v-96.6c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423zM480 480h-157.28c14.109-80.546 76.734-143.172 156.126-157.112l1.154-0.168zM480 544v157.28c-80.546-14.109-143.172-76.734-157.112-156.126l-0.168-1.154zM544 544h157.28c-14.109 80.546-76.734 143.172-156.126 157.112l-1.154 0.168zM544 480v-157.28c80.546 14.109 143.172 76.734 157.112 156.126l0.168 1.154zM480 161.48v96.6c-115.933 15.199-206.721 105.987-221.781 220.622l-0.139 1.298h-96.6c16.113-169.036 149.484-302.407 317.097-318.41l1.423-0.11zM161.48 544h96.6c15.199 115.933 105.987 206.721 220.622 221.781l1.298 0.139v96.6c-169.036-16.113-302.407-149.484-318.41-317.097l-0.11-1.423zM544 862.52v-96.6c115.933-15.199 206.721-105.987 221.781-220.622l0.139-1.298h96.6c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-polar\"]},\"attrs\":[{}],\"properties\":{\"order\":26028,\"id\":960,\"name\":\"chart-polar\",\"prevSize\":16,\"code\":59935},\"setIdx\":0,\"setId\":0,\"iconIdx\":287},{\"icon\":{\"paths\":[\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 608h736c17.673 0 32 14.327 32 32v0zM528 640c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM432 416c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM304 704c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM688 512c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM784 352c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM704 656c0 26.51 21.49 48 48 48s48-21.49 48-48c0-26.51-21.49-48-48-48v0c-26.51 0-48 21.49-48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chart-scatter\"]},\"attrs\":[{}],\"properties\":{\"order\":26029,\"id\":959,\"name\":\"chart-scatter\",\"prevSize\":16,\"code\":59936},\"setIdx\":0,\"setId\":0,\"iconIdx\":288},{\"icon\":{\"paths\":[\"M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.114-0.001 0.248-0.001 0.383 0 25.435 14.987 47.369 36.611 57.454l0.39 0.163c7.914 3.774 17.197 5.984 26.995 6l0.005 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 896v0zM864 768h-534c-0.009-0-0.019-0-0.030-0-15.724 0-30.124 5.671-41.266 15.078l0.095-0.078-0.48 0.44-128.32 112.56v-640h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat\"]},\"attrs\":[{}],\"properties\":{\"order\":26030,\"id\":958,\"name\":\"chat\",\"prevSize\":16,\"code\":59937},\"setIdx\":0,\"setId\":0,\"iconIdx\":289},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h237.88l59.24 96.92c11.385 18.755 31.698 31.094 54.892 31.094 23.096 0 43.334-12.234 54.589-30.575l0.159-0.279 59.36-97.16h237.88c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM864 736h-237.88c-23.083 0.051-43.303 12.261-54.601 30.563l-0.159 0.277-59.36 97.16-59.4-97.2c-11.464-18.547-31.661-30.735-54.71-30.8l-0.010-0h-237.88v-512h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-centered\"]},\"attrs\":[{}],\"properties\":{\"order\":26031,\"id\":957,\"name\":\"chat-centered\",\"prevSize\":16,\"code\":59938},\"setIdx\":0,\"setId\":0,\"iconIdx\":290},{\"icon\":{\"paths\":[\"M464 480c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM688 528c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM928 224v512c0 35.346-28.654 64-64 64v0h-237.88l-59.36 97.16c-11.413 18.62-31.652 30.854-54.748 30.854-23.194 0-43.507-12.338-54.732-30.81l-0.16-0.284-59.24-96.92h-237.88c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 224h-704v512h237.88c23.111 0.062 43.348 12.304 54.641 30.642l0.159 0.278 59.32 97.080 59.28-97.28c11.494-18.549 31.737-30.72 54.824-30.72 0.006 0 0.011 0 0.017 0l237.879-0zM336 528c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-centered-dots\"]},\"attrs\":[{}],\"properties\":{\"order\":26032,\"id\":956,\"name\":\"chat-centered-dots\",\"prevSize\":16,\"code\":59939},\"setIdx\":0,\"setId\":0,\"iconIdx\":291},{\"icon\":{\"paths\":[\"M352 416c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM384 576h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 224v512c0 35.346-28.654 64-64 64v0h-237.88l-59.36 97.16c-11.413 18.62-31.652 30.854-54.748 30.854-23.194 0-43.507-12.338-54.732-30.81l-0.16-0.284-59.24-96.92h-237.88c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 224h-704v512h237.88c23.111 0.062 43.348 12.304 54.641 30.642l0.159 0.278 59.32 97.080 59.28-97.28c11.494-18.549 31.737-30.72 54.824-30.72 0.006 0 0.011 0 0.017 0l237.879-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-centered-text\"]},\"attrs\":[{}],\"properties\":{\"order\":26033,\"id\":955,\"name\":\"chat-centered-text\",\"prevSize\":16,\"code\":59940},\"setIdx\":0,\"setId\":0,\"iconIdx\":292},{\"icon\":{\"paths\":[\"M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.602-2.714-10.141-4.318-16.053-4.318-3.615 0-7.091 0.6-10.332 1.705l0.225-0.067-149.6 49.92 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26034,\"id\":954,\"name\":\"chat-circle\",\"prevSize\":16,\"code\":59941},\"setIdx\":0,\"setId\":0,\"iconIdx\":293},{\"icon\":{\"paths\":[\"M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM336 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM688 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 512c0 0.027 0 0.059 0 0.091 0 229.75-186.25 416-416 416-71.565 0-138.91-18.071-197.72-49.9l2.2 1.089-136.2 45.4c-6.042 2.084-13.004 3.287-20.247 3.287-35.346 0-64-28.654-64-64 0-7.243 1.203-14.205 3.421-20.698l-0.134 0.45 45.4-136.2c-30.683-56.567-48.72-123.852-48.72-195.349 0-229.75 186.25-416 416-416 229.69 0 415.903 186.152 416 415.82l0 0.009zM864 512c-0.057-194.361-157.631-351.9-352-351.9-194.404 0-352 157.596-352 352 0 64.858 17.541 125.62 48.139 177.799l-0.899-1.659c2.699 4.592 4.293 10.115 4.293 16.009 0 3.632-0.605 7.122-1.72 10.376l0.067-0.225-49.88 149.6 149.6-49.88c3.017-1.063 6.497-1.678 10.119-1.68l0.001-0c5.895 0.011 11.413 1.614 16.15 4.402l-0.15-0.082c50.554 29.749 111.365 47.321 176.28 47.321 194.404 0 352-157.596 352-352 0-0.029-0-0.057-0-0.086l0 0.005z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-circle-dots\"]},\"attrs\":[{}],\"properties\":{\"order\":26035,\"id\":953,\"name\":\"chat-circle-dots\",\"prevSize\":16,\"code\":59942},\"setIdx\":0,\"setId\":0,\"iconIdx\":294},{\"icon\":{\"paths\":[\"M672 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 544h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 512c0 0.027 0 0.059 0 0.091 0 229.75-186.25 416-416 416-71.565 0-138.91-18.071-197.72-49.9l2.2 1.089-136.2 45.4c-6.042 2.084-13.004 3.287-20.247 3.287-35.346 0-64-28.654-64-64 0-7.243 1.203-14.205 3.421-20.698l-0.134 0.45 45.4-136.2c-30.683-56.567-48.72-123.852-48.72-195.349 0-229.75 186.25-416 416-416 229.69 0 415.903 186.152 416 415.82l0 0.009zM864 512c-0.057-194.361-157.631-351.9-352-351.9-194.404 0-352 157.596-352 352 0 64.858 17.541 125.62 48.139 177.799l-0.899-1.659c2.699 4.592 4.293 10.115 4.293 16.009 0 3.632-0.605 7.122-1.72 10.376l0.067-0.225-49.88 149.6 149.6-49.88c3.017-1.063 6.497-1.678 10.119-1.68l0.001-0c5.895 0.011 11.413 1.614 16.15 4.402l-0.15-0.082c50.554 29.749 111.365 47.321 176.28 47.321 194.404 0 352-157.596 352-352 0-0.029-0-0.057-0-0.086l0 0.005z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-circle-text\"]},\"attrs\":[{}],\"properties\":{\"order\":26036,\"id\":952,\"name\":\"chat-circle-text\",\"prevSize\":16,\"code\":59943},\"setIdx\":0,\"setId\":0,\"iconIdx\":295},{\"icon\":{\"paths\":[\"M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.112-0.001 0.244-0.001 0.376 0 25.426 14.967 47.356 36.572 57.461l0.389 0.163c7.927 3.77 17.223 5.979 27.033 6l0.007 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 896v0zM864 768h-534c-0.009-0-0.019-0-0.030-0-15.724 0-30.124 5.671-41.266 15.078l0.095-0.078-0.48 0.44-128.32 112.56v-640h704zM464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM288 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM640 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-dots\"]},\"attrs\":[{}],\"properties\":{\"order\":26037,\"id\":951,\"name\":\"chat-dots\",\"prevSize\":16,\"code\":59944},\"setIdx\":0,\"setId\":0,\"iconIdx\":296},{\"icon\":{\"paths\":[\"M864 320h-128v-128c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 512c0.057 17.63 14.362 31.9 32 31.9 7.596 0 14.574-2.647 20.062-7.068l-0.062 0.048 140-112.88v120c0 35.346 28.654 64 64 64v0h374.36l149.64 120.88c5.416 4.409 12.392 7.089 19.993 7.12l0.007 0c17.673 0 32-14.327 32-32v0-512c0-35.346-28.654-64-64-64v0zM266.2 551.12l-106.2 85.88v-445h512v352h-385.68c-7.65 0.001-14.674 2.687-20.179 7.166l0.059-0.046zM864 829l-106.2-85.88c-5.416-4.409-12.392-7.089-19.993-7.12l-0.007-0h-385.8v-128h320c35.346 0 64-28.654 64-64v0-160h128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chats\"]},\"attrs\":[{}],\"properties\":{\"order\":26038,\"id\":950,\"name\":\"chats\",\"prevSize\":16,\"code\":59945},\"setIdx\":0,\"setId\":0,\"iconIdx\":297},{\"icon\":{\"paths\":[\"M927.16 749.32c20.728-41.214 32.864-89.817 32.864-141.255 0-163.248-122.243-297.945-280.185-317.547l-1.56-0.158c-50.231-114.962-162.945-193.845-294.083-193.845-176.731 0-320 143.269-320 320 0 51.262 12.053 99.708 33.481 142.66l-0.837-1.854-30.64 107.28c-1.36 4.597-2.143 9.878-2.143 15.343 0 30.928 25.072 56 56 56 5.464 0 10.746-0.783 15.739-2.242l-0.396 0.099 107.28-30.64c29.929 15.048 64.721 25.809 101.438 30.362l1.562 0.158c50.108 115.251 162.969 194.38 294.312 194.38 51.466 0 100.095-12.15 143.174-33.738l-1.846 0.838 107.28 30.64c4.597 1.36 9.878 2.143 15.343 2.143 30.928 0 56-25.072 56-56 0-5.464-0.783-10.746-2.242-15.739l0.099 0.396zM246.12 636.92c-3.132 0-6.162 0.438-9.032 1.257l0.232-0.057-105.64 30.2 30.2-105.64c0.759-2.596 1.195-5.579 1.195-8.663 0-5.624-1.451-10.909-3.998-15.501l0.083 0.164c-19.616-35.34-31.162-77.501-31.162-122.358 0-141.274 114.526-255.8 255.8-255.8s255.8 114.526 255.8 255.8c0 141.274-114.526 255.8-255.8 255.8-44.857 0-87.018-11.546-123.671-31.829l1.313 0.667c-4.412-2.512-9.688-4.007-15.31-4.040l-0.010-0zM862.12 754.68l30.2 105.64-105.64-30.2c-2.596-0.759-5.579-1.195-8.663-1.195-5.624 0-10.909 1.451-15.501 3.998l0.164-0.083c-35.373 19.612-77.567 31.155-122.456 31.155-94.991 0-177.91-51.689-222.164-128.474l-0.659-1.241c161.747-17.339 286.602-153.089 286.602-318 0-20.306-1.893-40.17-5.512-59.424l0.31 1.985c113.949 27.531 197.277 128.621 197.277 249.174 0 44.929-11.574 87.156-31.904 123.859l0.667-1.313c-2.478 4.439-3.937 9.738-3.937 15.378 0 3.113 0.445 6.123 1.274 8.968l-0.056-0.226z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chats-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26039,\"id\":949,\"name\":\"chats-circle\",\"prevSize\":16,\"code\":59946},\"setIdx\":0,\"setId\":0,\"iconIdx\":298},{\"icon\":{\"paths\":[\"M678.28 290.36c-50.126-115.21-162.966-194.305-294.28-194.305-176.712 0-319.968 143.237-320 319.942l-0 0.003v264c0 30.928 25.072 56 56 56v0h226.68c50.776 113.877 162.924 191.85 293.301 192l264.019 0c30.928 0 56-25.072 56-56v0-264c-0.033-163.214-122.251-297.872-280.159-317.482l-1.561-0.158zM128 416c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0h-256zM896 864h-256c-94.933-0.112-177.777-51.767-222.060-128.481l-0.66-1.239c161.801-17.283 286.72-153.059 286.72-318.012 0-20.302-1.892-40.161-5.51-59.412l0.31 1.985c113.911 27.559 197.2 128.631 197.2 249.156 0 0.002-0 0.003-0 0.005l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chats-teardrop\"]},\"attrs\":[{}],\"properties\":{\"order\":26040,\"id\":948,\"name\":\"chats-teardrop\",\"prevSize\":16,\"code\":59947},\"setIdx\":0,\"setId\":0,\"iconIdx\":299},{\"icon\":{\"paths\":[\"M528 96c-220.813 0.25-399.75 179.187-400 399.976l-0 0.024v337.32c0.045 34.599 28.081 62.635 62.676 62.68l0.004 0h337.32c220.914 0 400-179.086 400-400s-179.086-400-400-400v0zM528 832h-336v-336c0-185.568 150.432-336 336-336s336 150.432 336 336c0 185.568-150.432 336-336 336v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-teardrop\"]},\"attrs\":[{}],\"properties\":{\"order\":26041,\"id\":947,\"name\":\"chat-teardrop\",\"prevSize\":16,\"code\":59948},\"setIdx\":0,\"setId\":0,\"iconIdx\":300},{\"icon\":{\"paths\":[\"M528 96c-220.813 0.25-399.75 179.187-400 399.976l-0 0.024v337.32c0.045 34.599 28.081 62.635 62.676 62.68l0.004 0h337.32c220.914 0 400-179.086 400-400s-179.086-400-400-400v0zM528 832h-336v-336c0-185.568 150.432-336 336-336s336 150.432 336 336c0 185.568-150.432 336-336 336v0zM576 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM400 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM752 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-teardrop-dots\"]},\"attrs\":[{}],\"properties\":{\"order\":26042,\"id\":946,\"name\":\"chat-teardrop-dots\",\"prevSize\":16,\"code\":59949},\"setIdx\":0,\"setId\":0,\"iconIdx\":301},{\"icon\":{\"paths\":[\"M672 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 544h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 496c-0.25 220.813-179.187 399.75-399.976 400l-337.344 0c-34.599-0.045-62.635-28.081-62.68-62.676l-0-0.004v-337.32c0-220.914 179.086-400 400-400s400 179.086 400 400v0zM864 496c0-185.568-150.432-336-336-336s-336 150.432-336 336v0 336h336c185.485-0.205 335.795-150.515 336-335.98l0-0.020z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-teardrop-text\"]},\"attrs\":[{}],\"properties\":{\"order\":26043,\"id\":945,\"name\":\"chat-teardrop-text\",\"prevSize\":16,\"code\":59950},\"setIdx\":0,\"setId\":0,\"iconIdx\":302},{\"icon\":{\"paths\":[\"M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.112-0.001 0.244-0.001 0.376 0 25.426 14.967 47.356 36.572 57.461l0.389 0.163c7.927 3.77 17.223 5.979 27.033 6l0.007 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 896v0zM864 768h-534c-0.009-0-0.019-0-0.030-0-15.724 0-30.124 5.671-41.266 15.078l0.095-0.078-0.48 0.44-128.32 112.56v-640h704zM352 448c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM352 576c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"chat-text\"]},\"attrs\":[{}],\"properties\":{\"order\":26044,\"id\":944,\"name\":\"chat-text\",\"prevSize\":16,\"code\":59951},\"setIdx\":0,\"setId\":0,\"iconIdx\":303},{\"icon\":{\"paths\":[\"M918.64 310.64l-512 512c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-224-224c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l0 0 201.36 201.4 489.36-489.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"check\"]},\"attrs\":[{}],\"properties\":{\"order\":26045,\"id\":943,\"name\":\"check\",\"prevSize\":16,\"code\":59952},\"setIdx\":0,\"setId\":0,\"iconIdx\":304},{\"icon\":{\"paths\":[\"M694.64 393.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"check-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26046,\"id\":942,\"name\":\"check-circle\",\"prevSize\":16,\"code\":59953},\"setIdx\":0,\"setId\":0,\"iconIdx\":305},{\"icon\":{\"paths\":[\"M973.12 272.96l-96-94.24c-11.572-11.525-27.534-18.651-45.16-18.651s-33.588 7.125-45.162 18.653l0.002-0.002-370.8 365.28-0.44-0.44-146.56-141.080c-11.558-11.442-27.463-18.511-45.019-18.511-17.676 0-33.678 7.166-45.26 18.751l-96 96c-11.561 11.578-18.71 27.564-18.71 45.22s7.149 33.642 18.711 45.221l-0.001-0.001 286.48 288c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l513.6-513.52c11.573-11.58 18.731-27.574 18.731-45.24 0-17.765-7.238-33.84-18.927-45.435l-0.004-0.004zM414.48 832l-286.48-288 96-96 0.44 0.44 146.56 141.080c11.56 11.454 27.473 18.531 45.040 18.531s33.48-7.077 45.045-18.536l-0.005 0.005 371.16-365.52 95.76 94.4z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"check-fat\"]},\"attrs\":[{}],\"properties\":{\"order\":26047,\"id\":941,\"name\":\"check-fat\",\"prevSize\":16,\"code\":59954},\"setIdx\":0,\"setId\":0,\"iconIdx\":306},{\"icon\":{\"paths\":[\"M598.44 342.84l-358.4 352c-5.772 5.68-13.696 9.187-22.44 9.187s-16.668-3.507-22.444-9.191l-153.596-150.836c-5.906-5.81-9.565-13.888-9.565-22.82 0-17.676 14.329-32.005 32.005-32.005 8.743 0 16.668 3.506 22.444 9.189l131.156 128.796 336-330c5.774-5.675 13.698-9.179 22.44-9.179 17.684 0 32.019 14.335 32.019 32.019 0 8.941-3.665 17.027-9.574 22.836l-0.005 0.004zM982.84 297.56c-5.811-5.919-13.897-9.587-22.84-9.587-8.744 0-16.669 3.507-22.444 9.191l-335.996 329.996-75.32-74c-5.77-5.667-13.686-9.165-22.42-9.165-17.676 0-32.005 14.329-32.005 32.005 0 8.942 3.667 17.028 9.58 22.835l0.005 0.005 97.72 96c5.772 5.68 13.696 9.187 22.44 9.187s16.668-3.507 22.444-9.191l358.396-351.996c5.931-5.813 9.607-13.907 9.607-22.86 0-8.734-3.499-16.651-9.172-22.425l0.005 0.005z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"checks\"]},\"attrs\":[{}],\"properties\":{\"order\":26048,\"id\":940,\"name\":\"checks\",\"prevSize\":16,\"code\":59955},\"setIdx\":0,\"setId\":0,\"iconIdx\":307},{\"icon\":{\"paths\":[\"M694.64 393.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 832v-640h-640v640h640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"check-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26049,\"id\":939,\"name\":\"check-square\",\"prevSize\":16,\"code\":59956},\"setIdx\":0,\"setId\":0,\"iconIdx\":308},{\"icon\":{\"paths\":[\"M896 192v640c0 35.346-28.654 64-64 64v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288v-640h-640v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM502.64 617.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-201.36 201.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 96 96c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 224-224c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"check-square-offset\"]},\"attrs\":[{}],\"properties\":{\"order\":26050,\"id\":938,\"name\":\"check-square-offset\",\"prevSize\":16,\"code\":59957},\"setIdx\":0,\"setId\":0,\"iconIdx\":309},{\"icon\":{\"paths\":[\"M912.48 580.56l-144.48-86.68v-77.88c0.001-0.085 0.001-0.186 0.001-0.286 0-11.783-6.368-22.078-15.85-27.632l-0.151-0.082-208-118.56v-77.44h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v77.44l-208 118.76c-9.633 5.636-16.001 15.931-16.001 27.714 0 0.101 0 0.201 0.001 0.302l-0-0.015v77.88l-144.48 86.48c-9.362 5.696-15.52 15.844-15.52 27.43 0 0.003 0 0.007 0 0.010l-0-0.001v256c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-256c0-0.003 0-0.006 0-0.010 0-11.586-6.158-21.734-15.379-27.35l-0.141-0.080zM160 626.12l96-57.6v263.48h-96zM512 576c-53.019 0-96 42.981-96 96v0 160h-96v-397.44l192-109.72 192 109.72v397.44h-96v-160c0-53.019-42.981-96-96-96v0zM864 832h-96v-263.48l96 57.6z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"church\"]},\"attrs\":[{}],\"properties\":{\"order\":26051,\"id\":937,\"name\":\"church\",\"prevSize\":16,\"code\":59958},\"setIdx\":0,\"setId\":0,\"iconIdx\":310},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26052,\"id\":936,\"name\":\"circle\",\"prevSize\":16,\"code\":59959},\"setIdx\":0,\"setId\":0,\"iconIdx\":311},{\"icon\":{\"paths\":[\"M385.040 148.2c-0.655-2.418-1.031-5.194-1.031-8.058 0-14.827 10.084-27.299 23.768-30.931l0.223-0.050c31.21-8.381 67.043-13.195 104-13.195s72.79 4.814 106.905 13.85l-2.905-0.654c13.944 3.657 24.063 16.147 24.063 31 0 17.673-14.327 32-32 32-0.022 0-0.044-0-0.066-0l0.003 0c-2.849-0.015-5.604-0.394-8.228-1.091l0.228 0.051c-26.409-7.092-56.729-11.166-88-11.166s-61.591 4.074-90.458 11.719l2.458-0.554c-2.399 0.644-5.153 1.014-7.993 1.014-14.806 0-27.264-10.056-30.916-23.711l-0.051-0.224zM215.16 220.56c-47.924 48.775-83.952 109.397-103.283 177.064l-0.717 2.936c-0.737 2.56-1.161 5.501-1.161 8.54 0 17.673 14.327 32.001 32.001 32.001 14.634 0 26.974-9.823 30.785-23.235l0.055-0.226c16.948-59.763 47.436-111.078 88.050-152.411l-0.050 0.051c5.018-5.625 8.084-13.085 8.084-21.261 0-17.673-14.327-32-32-32-8.415 0-16.072 3.248-21.784 8.559l0.020-0.018zM172.84 606.2c-3.873-13.63-16.21-23.446-30.84-23.446-17.676 0-32.006 14.33-32.006 32.006 0 3.047 0.426 5.994 1.221 8.786l-0.055-0.226c20.060 70.599 56.086 131.218 104.060 180.062l-0.060-0.062c5.81 5.906 13.888 9.565 22.82 9.565 17.676 0 32.005-14.329 32.005-32.005 0-8.743-3.506-16.668-9.189-22.444l0.004 0.004c-40.513-41.266-70.98-92.533-87.351-149.753l-0.609-2.487zM600 852.88c-26.408 7.099-56.728 11.177-88 11.177s-61.592-4.078-90.456-11.731l2.456 0.554c-2.541-0.725-5.459-1.142-8.474-1.142-17.673 0-32 14.327-32 32 0 15.002 10.323 27.593 24.254 31.056l0.22 0.046c31.21 8.381 67.043 13.195 104 13.195s72.79-4.814 106.905-13.85l-2.905 0.654c13.671-3.844 23.526-16.2 23.526-30.858 0-17.673-14.327-32-32-32-2.671 0-5.266 0.327-7.746 0.944l0.22-0.046zM890.6 584c-2.564-0.739-5.509-1.164-8.554-1.164-14.643 0-26.988 9.835-30.792 23.259l-0.055 0.226c-16.939 59.752-47.428 111.057-88.048 152.369l0.048-0.049c-5.667 5.77-9.165 13.686-9.165 22.42 0 17.676 14.329 32.005 32.005 32.005 8.942 0 17.028-3.667 22.835-9.58l0.005-0.005c47.931-48.771 83.96-109.395 103.283-177.065l0.717-2.935c0.754-2.589 1.188-5.563 1.188-8.638 0-14.637-9.827-26.978-23.242-30.787l-0.226-0.055zM851.16 417.84c3.873 13.63 16.21 23.446 30.84 23.446 17.676 0 32.006-14.33 32.006-32.006 0-3.047-0.426-5.994-1.221-8.786l0.055 0.226c-20.040-70.605-56.069-131.229-104.059-180.060l0.059 0.060c-5.81-5.906-13.888-9.565-22.82-9.565-17.676 0-32.005 14.329-32.005 32.005 0 8.743 3.506 16.668 9.189 22.444l-0.004-0.004c40.528 41.243 70.998 92.501 87.353 149.717l0.607 2.483z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"circle-dashed\"]},\"attrs\":[{}],\"properties\":{\"order\":26053,\"id\":935,\"name\":\"circle-dashed\",\"prevSize\":16,\"code\":59960},\"setIdx\":0,\"setId\":0,\"iconIdx\":312},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM544 161.48c23.757 2.211 45.514 6.45 66.444 12.618l-2.444-0.618v677.2c-18.486 5.55-40.243 9.789-62.621 11.895l-1.379 0.105zM672 198.52c24.342 12.586 45.324 26.594 64.567 42.619l-0.567-0.459v542.64c-18.675 15.566-39.657 29.573-62.055 41.238l-1.945 0.922zM160 512c0.227-183.046 139.963-333.385 318.579-350.411l1.421-0.109v701.040c-180.037-17.135-319.773-167.474-320-350.497l-0-0.023zM800 714.16v-404.32c40.033 56.285 64.001 126.423 64.001 202.16s-23.968 145.875-64.733 203.245l0.732-1.085z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"circle-half\"]},\"attrs\":[{}],\"properties\":{\"order\":26054,\"id\":934,\"name\":\"circle-half\",\"prevSize\":16,\"code\":59961},\"setIdx\":0,\"setId\":0,\"iconIdx\":313},{\"icon\":{\"paths\":[\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM736 783.48c-18.668 15.528-39.653 29.486-62.056 41.085l-1.944 0.915v-428.24l64-64zM416 653.24l64-64v273.12c-23.798-2.265-45.551-6.502-66.499-12.626l2.499 0.626zM352 825.48c-24.802-12.757-46.185-27.062-65.736-43.478l0.536 0.438 65.2-65.2zM544 525.24l64-64v389.28c-18.449 5.498-40.203 9.735-62.565 11.888l-1.435 0.112zM160 512c0.054-194.364 157.629-351.905 352-351.905 85.916 0 164.642 30.781 225.753 81.916l-0.553-0.45-495.68 495.68c-50.709-60.232-81.521-138.673-81.521-224.31 0-0.327 0-0.654 0.001-0.981l-0 0.051zM800 714.36v-404.72c40.023 56.356 63.982 126.56 63.982 202.36s-23.959 146.003-64.717 203.451l0.735-1.091z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"circle-half-tilt\"]},\"attrs\":[{}],\"properties\":{\"order\":26055,\"id\":933,\"name\":\"circle-half-tilt\",\"prevSize\":16,\"code\":59962},\"setIdx\":0,\"setId\":0,\"iconIdx\":314},{\"icon\":{\"paths\":[\"M928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416v0c0-164 95.24-313.44 242.64-381.080 3.92-1.845 8.514-2.922 13.36-2.922 17.674 0 32.002 14.328 32.002 32.002 0 12.829-7.548 23.894-18.446 28.997l-0.196 0.083c-124.76 57.28-205.36 184-205.36 322.92 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-138.92-80.6-265.64-205.36-322.92-11.094-5.186-18.642-16.251-18.642-29.080 0-17.674 14.328-32.002 32.002-32.002 4.846 0 9.44 1.077 13.556 3.005l-0.196-0.083c147.4 67.64 242.64 217.080 242.64 381.080z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"circle-notch\"]},\"attrs\":[{}],\"properties\":{\"order\":26056,\"id\":932,\"name\":\"circle-notch\",\"prevSize\":16,\"code\":59963},\"setIdx\":0,\"setId\":0,\"iconIdx\":315},{\"icon\":{\"paths\":[\"M320 160c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 416c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 480c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM704 224c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM320 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM704 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"circles-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26057,\"id\":931,\"name\":\"circles-four\",\"prevSize\":16,\"code\":59964},\"setIdx\":0,\"setId\":0,\"iconIdx\":316},{\"icon\":{\"paths\":[\"M688 304c0-97.202-78.798-176-176-176s-176 78.798-176 176c0 97.202 78.798 176 176 176v0c97.156-0.114 175.886-78.844 176-175.989l0-0.011zM512 416c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM752 512c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM752 800c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM272 512c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM272 800c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"circles-three\"]},\"attrs\":[{}],\"properties\":{\"order\":26058,\"id\":930,\"name\":\"circles-three\",\"prevSize\":16,\"code\":59965},\"setIdx\":0,\"setId\":0,\"iconIdx\":317},{\"icon\":{\"paths\":[\"M320 160c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 416c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 480c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM704 224c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM320 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM864 704c0 17.673-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"circles-three-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26059,\"id\":929,\"name\":\"circles-three-plus\",\"prevSize\":16,\"code\":59966},\"setIdx\":0,\"setId\":0,\"iconIdx\":318},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM352 640c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM192 192h128v389.52c-37.605 13.577-64 48.961-64 90.51 0 53.019 42.981 96 96 96s96-42.981 96-96c0-41.549-26.395-76.933-63.332-90.298l-0.668-0.211v-120.28l192 192v178.76h-384zM832 832h-192v-192c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-246.64-246.6v-178.76h128v96c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 64 64c-5.906 12.020-9.36 26.162-9.36 41.111 0 0.088 0 0.175 0 0.263l-0-0.014c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96v0c-0.049-0-0.108-0-0.166-0-14.981 0-29.152 3.469-41.753 9.648l0.559-0.248-54.64-54.64v-82.76h256v640zM672 384c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"circuitry\"]},\"attrs\":[{}],\"properties\":{\"order\":26060,\"id\":928,\"name\":\"circuitry\",\"prevSize\":16,\"code\":59967},\"setIdx\":0,\"setId\":0,\"iconIdx\":319},{\"icon\":{\"paths\":[\"M800 128h-145.040c-35.255-39.349-86.23-63.994-142.96-63.994s-107.705 24.645-142.8 63.813l-0.16 0.181h-145.040c-35.346 0-64 28.654-64 64v0 672c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-672c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM800 864h-576v-672h107c-6.969 19.056-10.999 41.057-11 64l-0 0v32c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-32c-0.001-22.943-4.031-44.944-11.423-65.335l0.423 1.335h107z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"clipboard\"]},\"attrs\":[{}],\"properties\":{\"order\":26061,\"id\":927,\"name\":\"clipboard\",\"prevSize\":16,\"code\":59968},\"setIdx\":0,\"setId\":0,\"iconIdx\":320},{\"icon\":{\"paths\":[\"M672 608c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 448h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 192v672c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-672c0-35.346 28.654-64 64-64v0h145.040c35.255-39.349 86.23-63.994 142.96-63.994s107.705 24.645 142.8 63.813l0.16 0.181h145.040c35.346 0 64 28.654 64 64v0zM384 256h256c0-70.692-57.308-128-128-128s-128 57.308-128 128v0zM800 192h-107c6.969 19.056 10.999 41.057 11 64l0 0v32c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-32c0.001-22.943 4.031-44.944 11.423-65.335l-0.423 1.335h-107v672h576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"clipboard-text\"]},\"attrs\":[{}],\"properties\":{\"order\":26062,\"id\":926,\"name\":\"clipboard-text\",\"prevSize\":16,\"code\":59969},\"setIdx\":0,\"setId\":0,\"iconIdx\":321},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM768 512c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"clock\"]},\"attrs\":[{}],\"properties\":{\"order\":26063,\"id\":925,\"name\":\"clock\",\"prevSize\":16,\"code\":59970},\"setIdx\":0,\"setId\":0,\"iconIdx\":322},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM768 512c0 17.673-14.327 32-32 32v0h-146.76l105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l223.999-0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"clock-afternoon\"]},\"attrs\":[{}],\"properties\":{\"order\":26064,\"id\":924,\"name\":\"clock-afternoon\",\"prevSize\":16,\"code\":59971},\"setIdx\":0,\"setId\":0,\"iconIdx\":323},{\"icon\":{\"paths\":[\"M544 320v173.88l144.48 86.68c9.367 5.697 15.528 15.849 15.528 27.44 0 17.678-14.331 32.008-32.008 32.008-6.087 0-11.777-1.699-16.621-4.648l0.141 0.080-160-96c-9.362-5.696-15.52-15.844-15.52-27.43 0-0.003 0-0.007 0-0.010l-0 0.001v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 224c-17.673 0-32 14.327-32 32v0 72c-25.4-29.44-51.32-57.8-80.48-87.32-69.492-69.499-165.498-112.486-271.544-112.486-212.077 0-384 171.923-384 384s171.923 384 384 384c102.124 0 194.938-39.866 263.726-104.885l-0.182 0.171c6.183-5.852 10.031-14.117 10.031-23.28 0-17.69-14.341-32.031-32.031-32.031-8.527 0-16.275 3.332-22.015 8.764l0.015-0.014c-57.154 53.955-134.438 87.119-219.469 87.119-176.731 0-320-143.269-320-320s143.269-320 320-320c88.283 0 168.217 35.751 226.113 93.565l-0.004-0.004c32.56 32.96 61.080 64.72 89.84 98.4h-92c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"clock-clockwise\"]},\"attrs\":[{}],\"properties\":{\"order\":26065,\"id\":923,\"name\":\"clock-clockwise\",\"prevSize\":16,\"code\":59972},\"setIdx\":0,\"setId\":0,\"iconIdx\":324},{\"icon\":{\"paths\":[\"M928 546.64c-18.969 214.138-197.497 380.788-414.948 380.788-230.016 0-416.48-186.464-416.48-416.48 0-217.451 166.65-395.979 379.2-414.834l1.588-0.114c0.791-0.069 1.711-0.109 2.64-0.109 17.733 0 32.109 14.376 32.109 32.109 0 16.804-12.908 30.593-29.35 31.992l-0.119 0.008c-181.247 16.038-322.306 167.139-322.306 351.186 0 194.669 157.811 352.48 352.48 352.48 184.047 0 335.149-141.059 351.090-320.963l0.096-1.343c1.407-16.56 15.196-29.469 32-29.469 17.733 0 32.109 14.376 32.109 32.109 0 0.929-0.039 1.849-0.117 2.759l0.008-0.119zM480 288v224c0 17.673 14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0zM640 192c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM784 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM880 432c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"clock-countdown\"]},\"attrs\":[{}],\"properties\":{\"order\":26066,\"id\":922,\"name\":\"clock-countdown\",\"prevSize\":16,\"code\":59973},\"setIdx\":0,\"setId\":0,\"iconIdx\":325},{\"icon\":{\"paths\":[\"M544 320v173.88l144.48 86.68c9.367 5.697 15.528 15.849 15.528 27.44 0 17.678-14.331 32.008-32.008 32.008-6.087 0-11.777-1.699-16.621-4.648l0.141 0.080-160-96c-9.362-5.696-15.52-15.844-15.52-27.43 0-0.003 0-0.007 0-0.010l-0 0.001v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 128c-0.282-0.001-0.617-0.001-0.951-0.001-105.811 0-201.567 43.047-270.712 112.584l-0.017 0.017c-29.080 29.44-54.92 57.76-80.32 87.4v-72c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-92c28.6-33.68 57.080-65.4 89.56-98.28 57.908-57.908 137.908-93.725 226.274-93.725 176.731 0 320 143.269 320 320s-143.269 320-320 320c-85.11 0-162.46-33.227-219.785-87.416l0.151 0.142c-5.725-5.419-13.473-8.751-22-8.751-17.69 0-32.031 14.341-32.031 32.031 0 9.163 3.848 17.428 10.016 23.266l0.015 0.014c68.607 64.851 161.423 104.72 263.55 104.72 212.077 0 384-171.923 384-384 0-211.989-171.78-383.857-383.736-384l-0.014-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"clock-counter-clockwise\"]},\"attrs\":[{}],\"properties\":{\"order\":26067,\"id\":921,\"name\":\"clock-counter-clockwise\",\"prevSize\":16,\"code\":59974},\"setIdx\":0,\"setId\":0,\"iconIdx\":326},{\"icon\":{\"paths\":[\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 768h-768v-512h768v512zM475.68 606.84c2.702 4.594 4.299 10.121 4.299 16.020 0 11.773-6.358 22.062-15.828 27.619l-0.151 0.082c-22.95 13.479-50.549 21.44-80.007 21.44-88.366 0-160-71.634-160-160s71.634-160 160-160c29.458 0 57.057 7.961 80.762 21.849l-0.755-0.409c10.040 5.532 16.73 16.045 16.73 28.121 0 17.673-14.327 32-32 32-6.19 0-11.969-1.757-16.866-4.8l0.136 0.079c-13.76-8.073-30.305-12.84-47.963-12.84-53.019 0-96 42.981-96 96s42.981 96 96 96c17.658 0 34.202-4.767 48.416-13.085l-0.454 0.245c4.587-2.692 10.103-4.281 15.99-4.281 11.766 0 22.049 6.35 27.609 15.811l0.082 0.15zM795.68 606.84c2.702 4.594 4.299 10.121 4.299 16.020 0 11.773-6.358 22.062-15.828 27.619l-0.151 0.082c-22.95 13.479-50.549 21.44-80.007 21.44-88.366 0-160-71.634-160-160s71.634-160 160-160c29.458 0 57.057 7.961 80.762 21.849l-0.755-0.409c10.040 5.532 16.73 16.045 16.73 28.121 0 17.673-14.327 32-32 32-6.19 0-11.969-1.757-16.866-4.8l0.136 0.079c-13.76-8.073-30.305-12.84-47.963-12.84-53.019 0-96 42.981-96 96s42.981 96 96 96c17.658 0 34.202-4.767 48.416-13.085l-0.454 0.245c4.587-2.692 10.103-4.281 15.99-4.281 11.766 0 22.049 6.35 27.609 15.811l0.082 0.15z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"closed-captioning\"]},\"attrs\":[{}],\"properties\":{\"order\":26068,\"id\":920,\"name\":\"closed-captioning\",\"prevSize\":16,\"code\":59975},\"setIdx\":0,\"setId\":0,\"iconIdx\":327},{\"icon\":{\"paths\":[\"M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud\"]},\"attrs\":[{}],\"properties\":{\"order\":26069,\"id\":919,\"name\":\"cloud\",\"prevSize\":16,\"code\":59976},\"setIdx\":0,\"setId\":0,\"iconIdx\":328},{\"icon\":{\"paths\":[\"M992 512c0.001 0.273 0.001 0.597 0.001 0.92 0 79.353-26.456 152.527-71.030 211.182l0.628-0.862c-5.905 7.798-15.17 12.784-25.6 12.784-17.686 0-32.024-14.338-32.024-32.024 0-7.257 2.414-13.95 6.482-19.32l-0.058 0.080c35.954-47.23 57.601-107.047 57.601-171.919 0-0.296-0-0.591-0.001-0.886l0 0.046c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0-0.051-0-0.111-0-0.171 0-33.948 4.806-66.774 13.774-97.835l-0.614 2.485c-4.36-0.48-8.76-0.48-13.16-0.48-106.039 0-192 85.961-192 192s85.961 192 192 192v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-0.017 0-0.038 0-0.059 0-141.385 0-256-114.615-256-256s114.615-256 256-256c13.132 0 26.034 0.989 38.634 2.896l-1.415-0.176c59.079-116.291 177.816-194.584 314.84-194.584 194.356 0 351.922 157.518 352 351.856l0 0.008zM713.36 681.36l-73.36 73.4v-242.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 242.76l-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-arrow-down\"]},\"attrs\":[{}],\"properties\":{\"order\":26070,\"id\":918,\"name\":\"cloud-arrow-down\",\"prevSize\":16,\"code\":59977},\"setIdx\":0,\"setId\":0,\"iconIdx\":329},{\"icon\":{\"paths\":[\"M992 512c0.001 0.273 0.001 0.597 0.001 0.92 0 79.353-26.456 152.527-71.030 211.182l0.628-0.862c-5.905 7.798-15.17 12.784-25.6 12.784-17.686 0-32.024-14.338-32.024-32.024 0-7.257 2.414-13.95 6.482-19.32l-0.058 0.080c35.954-47.23 57.601-107.047 57.601-171.919 0-0.296-0-0.591-0.001-0.886l0 0.046c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0-0.051-0-0.111-0-0.171 0-33.948 4.806-66.774 13.774-97.835l-0.614 2.485c-4.36-0.48-8.76-0.48-13.16-0.48-106.039 0-192 85.961-192 192s85.961 192 192 192v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-0.017 0-0.038 0-0.059 0-141.385 0-256-114.615-256-256s114.615-256 256-256c13.132 0 26.034 0.989 38.634 2.896l-1.415-0.176c59.079-116.291 177.816-194.584 314.84-194.584 194.356 0 351.922 157.518 352 351.856l0 0.008zM630.64 489.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l73.36-73.4v242.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-242.76l73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-arrow-up\"]},\"attrs\":[{}],\"properties\":{\"order\":26071,\"id\":917,\"name\":\"cloud-arrow-up\",\"prevSize\":16,\"code\":59978},\"setIdx\":0,\"setId\":0,\"iconIdx\":330},{\"icon\":{\"paths\":[\"M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0zM790.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 169.36-169.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-check\"]},\"attrs\":[{}],\"properties\":{\"order\":26072,\"id\":916,\"name\":\"cloud-check\",\"prevSize\":16,\"code\":59979},\"setIdx\":0,\"setId\":0,\"iconIdx\":331},{\"icon\":{\"paths\":[\"M480 800h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM736 736h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 864h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 368c-0.182 167.821-136.179 303.818-303.983 304l-320.017 0c-114.875 0-208-93.125-208-208s93.125-208 208-208v0c12.613 0.011 24.959 1.117 36.96 3.226l-1.28-0.186c45.175-115.029 155.25-194.983 284-194.983 167.939 0 304.105 136.034 304.32 303.922l0 0.021zM864 368c-0.561-132.256-107.904-239.253-240.238-239.253-127.352 0-231.559 99.093-239.725 224.38l-0.037 0.713c-1.001 16.893-14.945 30.213-32 30.213-17.702 0-32.053-14.351-32.053-32.053 0-0.647 0.019-1.29 0.057-1.928l-0.004 0.088q0.84-14.64 3.080-28.92c-5.717-0.775-12.339-1.225-19.062-1.24l-0.018-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h320c132.484-0.159 239.841-107.516 240-239.984l0-0.016z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-fog\"]},\"attrs\":[{}],\"properties\":{\"order\":26073,\"id\":915,\"name\":\"cloud-fog\",\"prevSize\":16,\"code\":59980},\"setIdx\":0,\"setId\":0,\"iconIdx\":332},{\"icon\":{\"paths\":[\"M624 64c-128.846 0.014-239.013 79.972-283.601 192.974l-0.719 2.066c-10.721-1.923-23.067-3.029-35.67-3.040l-0.010-0c-114.875 0-208 93.125-208 208s93.125 208 208 208v0h151.48l-66.92 111.52c-2.87 4.703-4.57 10.393-4.57 16.48 0 17.673 14.327 32 32 32 0.003 0 0.007-0 0.010-0l103.479 0-66.92 111.52c-2.87 4.703-4.568 10.393-4.568 16.48 0 17.678 14.331 32.008 32.008 32.008 11.591 0 21.743-6.161 27.36-15.387l0.080-0.141 96-160c2.87-4.703 4.57-10.393 4.57-16.48 0-17.673-14.327-32-32-32-0.003 0-0.007 0-0.010 0l-103.479-0 57.6-96h93.88c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM624 608h-320c-79.529 0-144-64.471-144-144s64.471-144 144-144v0c6.754 0.013 13.389 0.463 19.895 1.324l-0.775-0.084q-2.24 14.28-3.080 28.92c-0.034 0.55-0.053 1.193-0.053 1.84 0 17.702 14.351 32.053 32.053 32.053 17.055 0 30.999-13.32 31.996-30.125l0.004-0.088c7.57-126.554 112.052-226.32 239.836-226.32 132.681 0 240.24 107.559 240.24 240.24 0 132.637-107.489 240.169-240.11 240.24l-0.007 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-lightning\"]},\"attrs\":[{}],\"properties\":{\"order\":26074,\"id\":914,\"name\":\"cloud-lightning\",\"prevSize\":16,\"code\":59981},\"setIdx\":0,\"setId\":0,\"iconIdx\":333},{\"icon\":{\"paths\":[\"M656 288c-0.042-0-0.091-0-0.141-0-17.409 0-34.479 1.455-51.093 4.249l1.794-0.249c-12.376-124.238-102.166-224.448-219.928-252.291l-1.952-0.389c-2.153-0.516-4.624-0.812-7.165-0.812-17.673 0-32 14.327-32 32 0 2.529 0.293 4.989 0.848 7.349l-0.043-0.217c3.61 15.121 5.68 32.482 5.68 50.327 0 0.012-0 0.023-0 0.035l0-0.002c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-0.010 0-0.021 0-0.033 0-17.845 0-35.206-2.070-51.857-5.983l1.53 0.303c-2.156-0.518-4.63-0.815-7.175-0.815-17.673 0-32 14.327-32 32 0 2.544 0.297 5.019 0.858 7.392l-0.043-0.217c18.169 76.539 64.859 139.898 127.958 179.535l1.202 0.705c-25.191 34-40.324 76.773-40.324 123.080 0 114.834 93.059 207.934 207.877 208l320.006 0c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM117.48 416c3.48 0 7 0 10.52 0 158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-3.56 0-7.12 0-10.68 73.524 34.996 124.246 107.155 127.983 191.528l0.017 0.472c-79.21 32.044-140.66 94.016-171.28 171.533l-0.72 2.067c-10.663-1.938-22.934-3.046-35.464-3.046-45.204 0-87.040 14.42-121.159 38.911l0.623-0.425c-43.126-22.946-77.13-58.186-97.934-101.023l-0.586-1.337zM656 832h-320c-79.415-0.151-143.735-64.564-143.735-144 0-79.529 64.471-144 144-144 6.648 0 13.192 0.451 19.601 1.323l-0.746-0.083c-1.48 9.48-2.52 19.16-3.080 28.92-0.034 0.55-0.053 1.193-0.053 1.84 0 17.702 14.351 32.053 32.053 32.053 17.055 0 30.999-13.32 31.996-30.125l0.004-0.088c0.993-17.24 3.676-33.384 7.904-48.892l-0.384 1.652c0-0.64 0.36-1.28 0.48-1.92 28.675-102.909 121.572-177.16 231.811-177.16 132.681 0 240.24 107.559 240.24 240.24 0 132.628-107.474 240.155-240.083 240.24l-0.008 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-moon\"]},\"attrs\":[{}],\"properties\":{\"order\":26075,\"id\":913,\"name\":\"cloud-moon\",\"prevSize\":16,\"code\":59982},\"setIdx\":0,\"setId\":0,\"iconIdx\":334},{\"icon\":{\"paths\":[\"M634.64 785.76l-128 192c-5.824 8.646-15.577 14.257-26.64 14.257-17.683 0-32.017-14.335-32.017-32.017 0-6.619 2.009-12.769 5.45-17.874l-0.072 0.114 128-192c5.824-8.646 15.577-14.257 26.64-14.257 17.683 0 32.017 14.335 32.017 32.017 0 6.619-2.009 12.769-5.45 17.874l0.072-0.114zM928 368c-0.182 167.821-136.179 303.818-303.983 304l-94.897 0-118.48 177.76c-5.824 8.646-15.577 14.257-26.64 14.257-17.683 0-32.017-14.335-32.017-32.017 0-6.619 2.009-12.769 5.45-17.874l-0.072 0.114 94.84-142.24h-148.2c-114.875 0-208-93.125-208-208s93.125-208 208-208v0c12.613 0.011 24.959 1.117 36.96 3.226l-1.28-0.186c45.175-115.029 155.25-194.983 284-194.983 167.939 0 304.105 136.034 304.32 303.922l0 0.021zM864 368c-0.561-132.256-107.904-239.253-240.238-239.253-127.352 0-231.559 99.093-239.725 224.38l-0.037 0.713c-1.001 16.893-14.945 30.213-32 30.213-17.702 0-32.053-14.351-32.053-32.053 0-0.647 0.019-1.29 0.057-1.928l-0.004 0.088q0.84-14.64 3.080-28.92c-5.717-0.775-12.339-1.225-19.062-1.24l-0.018-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h320c132.484-0.159 239.841-107.516 240-239.984l0-0.016z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-rain\"]},\"attrs\":[{}],\"properties\":{\"order\":26076,\"id\":912,\"name\":\"cloud-rain\",\"prevSize\":16,\"code\":59983},\"setIdx\":0,\"setId\":0,\"iconIdx\":335},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 156.96 172.68-0.24 0.48c-11.123-1.696-23.963-2.67-37.029-2.68l-0.011-0c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h352c0.197 0 0.43 0.001 0.664 0.001 45.525 0 89.015-8.708 128.898-24.548l-2.362 0.827 41.12 45.24c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.2 0.48-8.362 28.622-13.181 61.505-13.2 95.51l-0 0.010c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.012-38.224 7.444-74.71 20.932-108.099l-0.692 1.939 348 382.8c-23.929 7.21-51.428 11.36-79.897 11.36-0.121 0-0.241-0-0.362-0l0.019 0zM992 512c0 0.061 0 0.132 0 0.204 0 90.135-33.92 172.347-89.692 234.568l0.292-0.332c-5.793 5.801-13.8 9.39-22.645 9.39-17.673 0-32-14.327-32-32 0-7.52 2.594-14.433 6.935-19.896l-0.050 0.066c45.57-50.731 73.437-118.167 73.437-192.111 0-159.058-128.942-288-288-288-64.283 0-123.648 21.061-171.569 56.659l0.772-0.548c-5.236 3.886-11.825 6.221-18.96 6.221-17.674 0-32.001-14.328-32.001-32.001 0-10.539 5.095-19.888 12.955-25.719l0.086-0.061c57.567-42.699 130.008-68.351 208.44-68.351 194.373 0 351.949 157.545 352 351.906l0 0.005z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26077,\"id\":911,\"name\":\"cloud-slash\",\"prevSize\":16,\"code\":59984},\"setIdx\":0,\"setId\":0,\"iconIdx\":336},{\"icon\":{\"paths\":[\"M352 784c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM464 800c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM272 896c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM624 896c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 368c-0.182 167.821-136.179 303.818-303.983 304l-320.017 0c-114.875 0-208-93.125-208-208s93.125-208 208-208v0c12.613 0.011 24.959 1.117 36.96 3.226l-1.28-0.186c45.175-115.029 155.25-194.983 284-194.983 167.939 0 304.105 136.034 304.32 303.922l0 0.021zM864 368c-0.561-132.256-107.904-239.253-240.238-239.253-127.352 0-231.559 99.093-239.725 224.38l-0.037 0.713c-1.001 16.893-14.945 30.213-32 30.213-17.702 0-32.053-14.351-32.053-32.053 0-0.647 0.019-1.29 0.057-1.928l-0.004 0.088q0.84-14.64 3.080-28.92c-5.717-0.775-12.339-1.225-19.062-1.24l-0.018-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h320c132.484-0.159 239.841-107.516 240-239.984l0-0.016z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-snow\"]},\"attrs\":[{}],\"properties\":{\"order\":26078,\"id\":910,\"name\":\"cloud-snow\",\"prevSize\":16,\"code\":59985},\"setIdx\":0,\"setId\":0,\"iconIdx\":337},{\"icon\":{\"paths\":[\"M624 288c-0.055-0-0.12-0-0.184-0-28.773 0-56.614 3.987-83.003 11.438l2.147-0.518c-10.87-17.569-23.321-32.729-37.52-46.048l-0.12-0.112 38.040-54.28c3.622-5.116 5.789-11.485 5.789-18.36 0-17.678-14.331-32.009-32.009-32.009-10.803 0-20.356 5.352-26.153 13.549l-0.067 0.1-38.040 54.24c-29.335-15.13-64.022-24-100.781-24-0.035 0-0.070 0-0.105 0l0.006-0c-2.32 0-4.64 0-6.96 0l-11.56-65.16c-2.295-15.619-15.602-27.473-31.678-27.473-17.673 0-32 14.327-32 32 0 2.32 0.247 4.583 0.716 6.764l-0.038-0.21 11.52 65.36c-36.778 12.39-68.056 32.81-92.973 59.285l-0.107 0.115-54.48-38.12c-5.177-3.755-11.658-6.006-18.664-6.006-17.673 0-32 14.327-32 32 0 10.945 5.495 20.606 13.876 26.376l0.108 0.070 54.24 38.080c-15.129 29.228-24.001 63.802-24.001 100.448 0 0.166 0 0.332 0.001 0.498l-0-0.026c0 2.28 0 4.6 0 6.88l-65.16 11.52c-15.14 2.724-26.478 15.798-26.478 31.52 0 17.673 14.326 31.999 31.998 32l0 0c1.966-0.003 3.89-0.177 5.759-0.509l-0.199 0.029 65.28-11.52c6.31 18.963 14.248 35.395 23.974 50.571l-0.534-0.891c-40.925 38.092-66.444 92.266-66.444 152.4 0 114.806 93.013 207.888 207.793 208l320.011 0c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM192 416c0.052-88.327 71.666-159.91 160-159.91 53.451 0 100.78 26.21 129.836 66.478l0.324 0.471c-65.068 34.736-115.103 90.442-141.761 157.933l-0.719 2.067c-10.666-1.934-22.942-3.039-35.476-3.039-32.144 0-62.59 7.272-89.782 20.261l1.258-0.541c-14.858-23.819-23.671-52.739-23.68-83.718l-0-0.002zM624 832h-320c-79.415-0.151-143.735-64.564-143.735-144 0-79.529 64.471-144 144-144 6.648 0 13.192 0.451 19.601 1.323l-0.746-0.083c-1.48 9.48-2.52 19.16-3.080 28.92-0.034 0.55-0.053 1.193-0.053 1.84 0 17.702 14.351 32.053 32.053 32.053 17.055 0 30.999-13.32 31.996-30.125l0.004-0.088c0.993-17.24 3.676-33.384 7.904-48.892l-0.384 1.652c0-0.64 0.36-1.28 0.48-1.92 28.675-102.909 121.572-177.16 231.811-177.16 132.681 0 240.24 107.559 240.24 240.24 0 132.628-107.474 240.155-240.083 240.24l-0.008 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-sun\"]},\"attrs\":[{}],\"properties\":{\"order\":26079,\"id\":909,\"name\":\"cloud-sun\",\"prevSize\":16,\"code\":59986},\"setIdx\":0,\"setId\":0,\"iconIdx\":338},{\"icon\":{\"paths\":[\"M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0zM608 512v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM688 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-warning\"]},\"attrs\":[{}],\"properties\":{\"order\":26080,\"id\":908,\"name\":\"cloud-warning\",\"prevSize\":16,\"code\":59987},\"setIdx\":0,\"setId\":0,\"iconIdx\":339},{\"icon\":{\"paths\":[\"M640 160c-137.018 0.109-255.722 78.406-313.916 192.68l-0.924 2c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.309 114.493 255.877 255.773 256l352.012 0c194.404 0 352-157.596 352-352s-157.596-352-352-352v0zM640 800h-352c-106.039 0-192-85.961-192-192s85.961-192 192-192v0c4.4 0 8.8 0 13.16 0.44-8.354 28.575-13.16 61.401-13.16 95.349 0 0.074 0 0.148 0 0.222l-0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0zM758.64 470.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cloud-x\"]},\"attrs\":[{}],\"properties\":{\"order\":26081,\"id\":907,\"name\":\"cloud-x\",\"prevSize\":16,\"code\":59988},\"setIdx\":0,\"setId\":0,\"iconIdx\":340},{\"icon\":{\"paths\":[\"M736 352c-3.12 0-6.24 0-9.32 0 5.914-19.14 9.32-41.143 9.32-63.941 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 22.799 3.406 44.802 9.737 65.528l-0.417-1.587c-3.12 0-6.2 0-9.32 0-123.665 0.062-223.891 100.326-223.891 224 0 123.712 100.288 224 224 224 35.683 0 69.417-8.343 99.357-23.186l-1.306 0.586-32.8 109.4c-0.857 2.753-1.351 5.919-1.351 9.2 0 17.67 14.322 31.995 31.991 32l256 0c17.669-0.005 31.991-14.33 31.991-32 0-3.281-0.494-6.447-1.411-9.427l0.060 0.227-32.8-109.4c28.635 14.257 62.369 22.6 98.051 22.6 123.712 0 224-100.288 224-224 0-123.674-100.226-223.938-223.885-224l-0.006-0zM736 736c-55.594-0.009-104.563-28.372-133.233-71.414l-0.367-0.586c-5.818-8.661-15.576-14.283-26.648-14.283-17.673 0-32 14.327-32 32 0 3.253 0.485 6.392 1.388 9.35l-0.059-0.227 52 173.040h-170l52-173.040c0.932-2.865 1.469-6.162 1.469-9.585 0-17.673-14.327-32-32-32-11.265 0-21.171 5.821-26.873 14.62l-0.076 0.125c-29.055 43.546-77.984 71.843-133.523 71.843-88.366 0-160-71.634-160-160s71.634-160 160-160c19.293 0 37.788 3.415 54.914 9.673l-1.112-0.355c3.207 1.183 6.91 1.868 10.773 1.868 17.673 0 32-14.327 32-32 0-6.665-2.038-12.855-5.525-17.979l0.071 0.111c-17.036-25.045-27.2-55.957-27.2-89.242 0-88.366 71.634-160 160-160s160 71.634 160 160c0 33.286-10.164 64.197-27.558 89.8l0.358-0.558c-3.415 5.013-5.453 11.203-5.453 17.868 0 17.673 14.327 32 32 32 3.863 0 7.567-0.685 10.995-1.939l-0.222 0.071c15.888-5.803 34.231-9.159 53.358-9.159 88.366 0 160 71.634 160 160 0 88.182-71.337 159.702-159.449 159.999l-0.029 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"club\"]},\"attrs\":[{}],\"properties\":{\"order\":26082,\"id\":906,\"name\":\"club\",\"prevSize\":16,\"code\":59989},\"setIdx\":0,\"setId\":0,\"iconIdx\":341},{\"icon\":{\"paths\":[\"M966.28 684.8l-400.96-300.8 93.84-70.4c7.823-5.893 12.83-15.161 12.84-25.598l0-0.002c0-88.366-71.634-160-160-160s-160 71.634-160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.147-52.908 43.071-95.742 96-95.742 47.589 0 87.091 34.628 94.683 80.061l0.077 0.561-549.040 411.92c-15.614 11.8-25.6 30.334-25.6 51.2 0 35.304 28.585 63.932 63.874 64l0.007 0h832c35.346 0 64-28.654 64-64 0-20.866-9.986-39.4-25.439-51.083l-0.161-0.117zM928 736h-832l416-312 416 312z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"coat-hanger\"]},\"attrs\":[{}],\"properties\":{\"order\":26083,\"id\":905,\"name\":\"coat-hanger\",\"prevSize\":16,\"code\":59990},\"setIdx\":0,\"setId\":0,\"iconIdx\":342},{\"icon\":{\"paths\":[\"M704 352c0.423-0.004 0.924-0.006 1.424-0.006 31.401 0 60.678 9.093 85.341 24.79l-0.645-0.384c7.319 4.75 16.27 7.574 25.88 7.574 26.501 0 47.985-21.476 48-47.973l0-0.001v-144c0-35.346-28.654-64-64-64v0h-576c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-144c-0.035-26.483-21.512-47.938-48-47.938-9.56 0-18.468 2.795-25.95 7.612l0.19-0.114c-29 18.6-53.64 25.64-84.96 24.44h-1.28c-88.366 0-160-71.634-160-160s71.634-160 160-160v0zM480 512c0.158 123.423 99.987 223.478 223.31 224l0.050 0c2.87 0.152 6.23 0.239 9.61 0.239 31.739 0 61.692-7.642 88.121-21.187l-1.091 0.508v116.44h-576v-640h576v116.92c-27.796-13.212-60.398-20.927-94.803-20.927-123.955 0-224.52 100.147-225.197 223.943l-0 0.064z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"coda-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26084,\"id\":904,\"name\":\"coda-logo\",\"prevSize\":16,\"code\":59991},\"setIdx\":0,\"setId\":0,\"iconIdx\":343},{\"icon\":{\"paths\":[\"M276.48 376.6l-162.48 135.4 162.48 135.4c7.343 5.914 12.002 14.903 12.002 24.981 0 17.673-14.327 32-32 32-8.036 0-15.38-2.962-21-7.854l0.039 0.033-192-160c-7.056-5.911-11.51-14.725-11.51-24.58s4.455-18.669 11.461-24.539l0.050-0.041 192-160c5.507-4.61 12.667-7.409 20.48-7.409 17.678 0 32.009 14.331 32.009 32.009 0 9.865-4.463 18.687-11.479 24.559l-0.050 0.041zM980.48 487.4l-192-160c-5.507-4.61-12.667-7.409-20.48-7.409-17.678 0-32.009 14.331-32.009 32.009 0 9.865 4.463 18.687 11.479 24.559l0.050 0.041 162.48 135.4-162.48 135.4c-7.343 5.914-12.002 14.903-12.002 24.981 0 17.673 14.327 32 32 32 8.036 0 15.38-2.962 21-7.854l-0.039 0.033 192-160c7.056-5.911 11.51-14.725 11.51-24.58s-4.455-18.669-11.461-24.539l-0.050-0.041zM650.92 129.92c-3.248-1.217-7.002-1.921-10.92-1.921-13.755 0-25.484 8.679-30.008 20.86l-0.072 0.221-256 704c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.246 1.191 6.995 1.88 10.904 1.88 0.006 0 0.011-0 0.017-0l-0.001 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 256-704c1.217-3.248 1.921-7.002 1.921-10.92 0-13.755-8.679-25.484-20.86-30.008l-0.221-0.072z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"code\"]},\"attrs\":[{}],\"properties\":{\"order\":26085,\"id\":903,\"name\":\"code\",\"prevSize\":16,\"code\":59992},\"setIdx\":0,\"setId\":0,\"iconIdx\":344},{\"icon\":{\"paths\":[\"M233.36 406.64l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378h-0zM393.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l105.4 105.36-105.4 105.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0zM800 160h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v576h-576v-256c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"code-block\"]},\"attrs\":[{}],\"properties\":{\"order\":26086,\"id\":902,\"name\":\"code-block\",\"prevSize\":16,\"code\":59993},\"setIdx\":0,\"setId\":0,\"iconIdx\":345},{\"icon\":{\"paths\":[\"M943.16 356l-416-224c-4.385-2.405-9.607-3.819-15.16-3.819s-10.775 1.414-15.327 3.903l0.167-0.084-416 224c-10.050 5.486-16.77 15.95-16.84 27.99l-0 0.010v256c-0 0.006-0 0.012-0 0.019 0 12.12 6.738 22.667 16.673 28.098l0.167 0.084 416 224c4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084 416-224c10.102-5.514 16.84-16.061 16.84-28.181 0-0.007-0-0.013-0-0.020l0 0.001v-256c-0.070-12.050-6.79-22.514-16.673-27.916l-0.167-0.084zM896 586.44l-138.2-74.44 138.2-74.44zM690.28 475.64l-146.28-78.76v-183.32l316.52 170.44zM512 571.64l-110.8-59.64 110.8-59.64 110.8 59.64zM480 213.56v183.32l-146.28 78.76-170.24-91.64zM128 437.56l138.2 74.44-138.2 74.44zM333.72 548.36l146.28 78.76v183.32l-316.52-170.44zM544 810.44v-183.32l146.28-78.76 170.24 91.64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"codepen-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26087,\"id\":901,\"name\":\"codepen-logo\",\"prevSize\":16,\"code\":59994},\"setIdx\":0,\"setId\":0,\"iconIdx\":346},{\"icon\":{\"paths\":[\"M894.72 264.6l-352-192.6c-8.863-4.965-19.45-7.889-30.72-7.889s-21.857 2.924-31.043 8.054l0.323-0.166-352 192.72c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.56c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM672 608v200.36l-128 70.080v-347.48l320-175.2v128l-175.36 96c-9.991 5.545-16.64 16.032-16.64 28.073 0 0.059 0 0.118 0 0.176l-0-0.009zM335.36 580l-175.36-96v-128l320 175.2v347.48l-128-70.32v-200.36c-0.028-12.012-6.67-22.466-16.477-27.917l-0.163-0.083zM332.56 226.36l164 89.8c4.434 2.472 9.727 3.927 15.36 3.927s10.926-1.455 15.523-4.011l-0.163 0.083 164-89.8 137.92 75.48-317.2 173.68-317.36-173.76zM512 128v0l112.8 61.76-112.8 61.8-112.8-61.76zM160 556.88l128 70.080v146.36l-128-70.040zM736 773.32v-146.36l128-70.080v146.4z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"codesandbox-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26088,\"id\":900,\"name\":\"codesandbox-logo\",\"prevSize\":16,\"code\":59995},\"setIdx\":0,\"setId\":0,\"iconIdx\":347},{\"icon\":{\"paths\":[\"M373.24 280l-261.24 232 261.080 232c6.644 5.899 10.809 14.463 10.809 24 0 17.7-14.349 32.049-32.049 32.049-8.163 0-15.614-3.052-21.273-8.078l0.033 0.029-288-256c-6.658-5.892-10.834-14.458-10.834-24s4.176-18.108 10.8-23.971l0.034-0.029 288-256c5.642-5.029 13.122-8.102 21.32-8.102 17.729 0 32.102 14.373 32.102 32.102 0 9.531-4.154 18.093-10.75 23.972l-0.032 0.028zM981.24 488l-288-256c-5.626-4.997-13.077-8.049-21.24-8.049-17.7 0-32.049 14.349-32.049 32.049 0 9.537 4.165 18.101 10.776 23.971l0.033 0.029 261.24 232-261.080 232c-6.644 5.899-10.809 14.463-10.809 24 0 17.7 14.349 32.049 32.049 32.049 8.163 0 15.614-3.052 21.273-8.078l-0.033 0.029 288-256c6.658-5.892 10.834-14.458 10.834-24s-4.176-18.108-10.8-23.971l-0.034-0.029z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"code-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26089,\"id\":899,\"name\":\"code-simple\",\"prevSize\":16,\"code\":59996},\"setIdx\":0,\"setId\":0,\"iconIdx\":348},{\"icon\":{\"paths\":[\"M320 224v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM480 256c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM608 256c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM992 480v32c-0.027 84.84-66.083 154.244-149.57 159.616l-0.47 0.024c-22.951 63.771-60.013 117.688-107.608 160.018l-0.392 0.342h98.040c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h98.16c-79.83-70.771-129.953-173.511-130.16-287.963l-0-0.037v-192c0-17.673 14.327-32 32-32v0h704c88.366 0 160 71.634 160 160v0zM800 384h-640v160c0.267 125.901 72.956 234.762 178.609 287.16l1.871 0.84h279.040c107.525-53.239 180.213-162.099 180.48-287.964l0-0.036zM928 480c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211v154.48c-0.026 21.204-1.771 41.98-5.102 62.222l0.302-2.222c40.081-12.116 68.769-48.704 68.8-91.996l0-0.004z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"coffee\"]},\"attrs\":[{}],\"properties\":{\"order\":26090,\"id\":898,\"name\":\"coffee\",\"prevSize\":16,\"code\":59997},\"setIdx\":0,\"setId\":0,\"iconIdx\":349},{\"icon\":{\"paths\":[\"M830.32 255.36c-82.92-41.44-193-63.36-318.32-63.36s-235.4 21.92-318.32 63.36-129.68 99.76-129.68 160.64v192c0 60.88 47.28 119.4 129.68 160.64s193 63.36 318.32 63.36 235.4-21.92 318.32-63.36 129.68-99.76 129.68-160.64v-192c0-60.88-47.28-119.4-129.68-160.64zM512 256c250.56 0 384 92.92 384 160s-133.44 160-384 160-384-92.92-384-160 133.44-160 384-160zM480 639.44v128c-76-2.48-140-13.68-192-29.96v-125.28c57.179 15.87 123.106 25.716 191.088 27.224l0.912 0.016zM544 639.44c68.893-1.524 134.819-11.37 197.707-28.571l-5.707 1.331v125.24c-52 16.28-116 27.48-192 29.96zM128 608v-73.88c19.107 15.956 40.666 30.113 63.762 41.652l1.918 0.868c9.72 4.84 20 9.4 30.32 13.72v121.64c-63.32-31.36-96-70.84-96-104zM800 712v-121.64c10.44-4.32 20.6-8.88 30.32-13.72 25.014-12.408 46.574-26.565 66.21-42.95l-0.53 0.43v73.88c0 33.16-32.68 72.64-96 104z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"coin\"]},\"attrs\":[{}],\"properties\":{\"order\":26091,\"id\":897,\"name\":\"coin\",\"prevSize\":16,\"code\":59998},\"setIdx\":0,\"setId\":0,\"iconIdx\":350},{\"icon\":{\"paths\":[\"M736 358.28v-22.28c0-100.32-151.32-176-352-176s-352 75.68-352 176v160c0 83.56 105 149.96 256 169.84v22.16c0 100.32 151.32 176 352 176s352-75.68 352-176v-160c0-82.8-101.68-149.28-256-169.72zM928 528c0 52.88-123.16 112-288 112-14.92 0-29.72-0.52-44.32-1.48 86.28-31.44 140.32-82.52 140.32-142.52v-73.040c119.48 17.8 192 66.12 192 105.040zM288 601v-95.16c28.521 3.922 61.48 6.161 94.962 6.161 0.365 0 0.73-0 1.094-0.001l-0.057 0c0.308 0 0.673 0.001 1.038 0.001 33.482 0 66.441-2.239 98.735-6.575l-3.773 0.414v95.16c-28.635 4.455-61.664 7-95.286 7-0.251 0-0.502-0-0.752-0l0.039 0c-0.212 0-0.463 0-0.714 0-33.623 0-66.651-2.545-98.903-7.453l3.616 0.453zM672 439.72v56.28c0 33.56-49.64 69.6-128 91.48v-93.48c51.64-12.52 95.36-31.16 128-54.28zM384 224c164.84 0 288 59.12 288 112s-123.16 112-288 112-288-59.12-288-112 123.16-112 288-112zM96 496v-56.28c32.64 23.12 76.36 41.76 128 54.28v93.48c-78.36-21.88-128-57.92-128-91.48zM352 688v-16.68c10.52 0.4 21.16 0.68 32 0.68 15.52 0 30.68-0.52 45.56-1.4 13.044 4.934 29.888 10.094 47.091 14.341l3.349 0.699v93.84c-78.36-21.88-128-57.92-128-91.48zM544 793v-95.4c28.732 4.074 61.918 6.4 95.648 6.4 0.124 0 0.248-0 0.371-0l-0.019 0c0.308 0 0.673 0.001 1.038 0.001 33.482 0 66.441-2.239 98.735-6.575l-3.773 0.414v95.16c-28.849 4.455-62.127 7-96 7s-67.151-2.545-99.654-7.454l3.654 0.454zM800 779.48v-93.48c51.64-12.52 95.36-31.16 128-54.28v56.28c0 33.56-49.64 69.6-128 91.48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"coins\"]},\"attrs\":[{}],\"properties\":{\"order\":26092,\"id\":896,\"name\":\"coins\",\"prevSize\":16,\"code\":59999},\"setIdx\":0,\"setId\":0,\"iconIdx\":351},{\"icon\":{\"paths\":[\"M794.040 224.36c-48.28-82.76-114.36-128.36-186.040-128.36h-192c-71.68 0-137.76 45.6-186.040 128.36-45.12 77.32-69.96 179.64-69.96 287.64s24.84 210.32 69.96 287.64c48.28 82.76 114.36 128.36 186.040 128.36h192c71.68 0 137.76-45.6 186.040-128.36 45.12-77.32 69.96-179.64 69.96-287.64s-24.84-210.32-69.96-287.64zM799.16 480h-128c-2.728-69.667-16.695-135.274-40.134-196.18l1.414 4.18h122.36c24.48 53.52 40.64 120 44.36 192zM716.76 224h-114.92c-14.127-24.273-30.018-45.258-48.11-64.115l0.11 0.115h54.16c40 0 77.6 24 108.76 64zM224 512c0-190.8 88-352 192-352s192 161.2 192 352-88 352-192 352-192-161.2-192-352zM608 864h-54.040c17.982-18.742 33.873-39.727 47.15-62.427l0.85-1.573h114.92c-31.28 40-68.88 64-108.88 64zM754.8 736h-122.32c22.025-56.725 35.992-122.332 38.684-190.835l0.036-1.165h128c-3.76 72-19.92 138.48-44.4 192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"coin-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":26093,\"id\":895,\"name\":\"coin-vertical\",\"prevSize\":16,\"code\":60000},\"setIdx\":0,\"setId\":0,\"iconIdx\":352},{\"icon\":{\"paths\":[\"M416 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM416 832h-160v-640h160zM768 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM768 832h-160v-640h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"columns\"]},\"attrs\":[{}],\"properties\":{\"order\":26094,\"id\":894,\"name\":\"columns\",\"prevSize\":16,\"code\":60001},\"setIdx\":0,\"setId\":0,\"iconIdx\":353},{\"icon\":{\"paths\":[\"M720 576h-80v-128h80c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144v0 80h-128v-80c0-79.529-64.471-144-144-144s-144 64.471-144 144c0 79.529 64.471 144 144 144v0h80v128h-80c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0-80h128v80c0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144v0zM640 304c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0h-80zM224 304c0-44.183 35.817-80 80-80s80 35.817 80 80v0 80h-80c-44.183 0-80-35.817-80-80v0zM384 720c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0h80zM448 448h128v128h-128zM720 800c-44.183 0-80-35.817-80-80v0-80h80c44.183 0 80 35.817 80 80s-35.817 80-80 80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"command\"]},\"attrs\":[{}],\"properties\":{\"order\":26095,\"id\":893,\"name\":\"command\",\"prevSize\":16,\"code\":60002},\"setIdx\":0,\"setId\":0,\"iconIdx\":354},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM689.68 291.36l-256 128c-6.217 3.169-11.151 8.103-14.236 14.138l-0.084 0.182-128 256c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.673 14.327 32 32 32 0.008 0 0.016-0 0.024-0l-0.001 0c5.218-0.008 10.144-1.248 14.506-3.445l-0.186 0.085 256-128c6.217-3.169 11.151-8.103 14.236-14.138l0.084-0.182 128-256c2.147-4.183 3.406-9.128 3.406-14.366 0-17.673-14.327-32-32-32-5.238 0-10.182 1.259-14.547 3.49l0.181-0.084zM552 552l-160.44 80.44 80.44-160.44 160.6-80.28z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"compass\"]},\"attrs\":[{}],\"properties\":{\"order\":26096,\"id\":892,\"name\":\"compass\",\"prevSize\":16,\"code\":60003},\"setIdx\":0,\"setId\":0,\"iconIdx\":355},{\"icon\":{\"paths\":[\"M860.48 494.56c2.487-4.445 3.951-9.753 3.951-15.403 0-17.673-14.327-32-32-32-12.689 0-23.653 7.385-28.828 18.092l-0.083 0.191c-30.174 57.315-75.48 103.161-130.647 133.167l-1.673 0.833-66.32-149.28c40.782-29.377 67.023-76.73 67.023-130.212 0-77.003-54.397-141.302-126.86-156.564l-1.043-0.184v-67.2c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 67.2c-73.506 15.446-127.903 79.744-127.903 156.748 0 53.482 26.241 100.836 66.55 129.888l0.473 0.325-192.36 432.84c-1.782 3.86-2.821 8.377-2.821 13.137 0 17.673 14.327 32 32 32 13.019 0 24.222-7.774 29.22-18.934l0.081-0.203 100.56-226.24c37.419 13.46 80.597 21.24 125.591 21.24 0.214 0 0.428-0 0.642-0.001l-0.033 0c45.252-0.054 88.706-7.68 129.186-21.678l-2.786 0.838 100.36 225.84c5.139 11.214 16.266 18.863 29.179 18.863 17.673 0 32-14.327 32-32 0-4.654-0.994-9.076-2.78-13.066l0.081 0.203-100-225c70.255-37.085 126.235-93.129 162.235-161.35l1.005-2.090zM512 224c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM512 640c-0.115 0-0.251 0-0.387 0-35.623 0-69.878-5.856-101.855-16.658l2.242 0.657 65.68-147.76c10.338 2.39 22.209 3.76 34.4 3.76s24.062-1.37 35.468-3.964l-1.068 0.204 65.92 148.24c-30.006 9.838-64.539 15.514-100.397 15.52l-0.003 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"compass-tool\"]},\"attrs\":[{}],\"properties\":{\"order\":26097,\"id\":891,\"name\":\"compass-tool\",\"prevSize\":16,\"code\":60004},\"setIdx\":0,\"setId\":0,\"iconIdx\":356},{\"icon\":{\"paths\":[\"M352 288c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM384 448h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM832 160v704c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM768 160h-512v704h512zM512 672c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"computer-tower\"]},\"attrs\":[{}],\"properties\":{\"order\":26098,\"id\":890,\"name\":\"computer-tower\",\"prevSize\":16,\"code\":60005},\"setIdx\":0,\"setId\":0,\"iconIdx\":357},{\"icon\":{\"paths\":[\"M445.96 210.52c-11.431-11.402-27.207-18.452-44.63-18.452-27.128 0-50.265 17.093-59.227 41.096l-0.143 0.437-209.96 577.52c-2.397 6.414-3.784 13.826-3.784 21.562 0 34.796 28.067 63.037 62.798 63.318l0.027 0c7.857-0.055 15.356-1.517 22.28-4.147l-0.44 0.147 577.48-210c24.455-9.097 41.562-32.241 41.562-59.38 0-17.418-7.046-33.19-18.443-44.621l0.002 0.002zM412.64 751.36l-140-140 52.64-144.84 232.2 232.2zM192.64 831.36l56-153.64 97.8 97.8zM624 674.56l-274.56-274.56 52-143.48 365.72 365.72zM640 288c0.652-22.799 6.252-44.142 15.756-63.197l-0.396 0.877c21.2-42.36 61.2-65.68 112.64-65.68 26.8 0 44-9.16 54.6-28.84 5.332-10.294 8.731-22.378 9.391-35.186l0.009-0.214c0.068-17.622 14.369-31.88 32-31.88 17.673 0 32 14.327 32 32 0 0.042-0 0.084-0 0.127l0-0.007c0 51.44-34.080 128-128 128-26.8 0-44 9.16-54.6 28.84-5.332 10.294-8.731 22.378-9.391 35.186l-0.009 0.214c-0.068 17.622-14.369 31.88-32 31.88-17.673 0-32-14.327-32-32 0-0.042 0-0.084 0-0.127l-0 0.007zM544 160v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM950.64 489.36c5.786 5.791 9.364 13.787 9.364 22.62 0 17.675-14.329 32.004-32.004 32.004-8.843 0-16.847-3.586-22.64-9.383l-64-64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM970.12 318.36l-96 32c-3.020 1.041-6.5 1.642-10.12 1.642-17.674 0-32.002-14.328-32.002-32.002 0-14.054 9.059-25.992 21.657-30.293l0.225-0.067 96-32c3.020-1.041 6.5-1.642 10.12-1.642 17.674 0 32.002 14.328 32.002 32.002 0 14.054-9.059 25.992-21.657 30.293l-0.225 0.067z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"confetti\"]},\"attrs\":[{}],\"properties\":{\"order\":26099,\"id\":889,\"name\":\"confetti\",\"prevSize\":16,\"code\":60006},\"setIdx\":0,\"setId\":0,\"iconIdx\":358},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM388.28 401.040c17.345 32.149 27.538 70.364 27.538 110.96s-10.193 78.811-28.159 112.225l0.622-1.265c-5.382 10.537-16.158 17.626-28.59 17.626-17.673 0-32-14.327-32-32 0-5.708 1.494-11.066 4.113-15.706l-0.083 0.16c12.845-23.44 20.401-51.358 20.401-81.040s-7.556-57.6-20.848-81.934l0.447 0.894c-2.15-4.185-3.41-9.132-3.41-14.374 0-17.673 14.327-32 32-32 11.965 0 22.397 6.567 27.887 16.294l0.083 0.16zM612.28 273.040c37.752 69.185 59.953 151.54 59.953 239.080s-22.2 169.896-61.278 241.743l1.325-2.663c-5.715 9.269-15.812 15.355-27.33 15.355-17.673 0-32-14.327-32-32 0-4.952 1.125-9.642 3.133-13.827l-0.083 0.192c33.013-60.452 52.427-132.419 52.427-208.92s-19.414-148.468-53.585-211.243l1.157 2.323c-2.377-4.365-3.774-9.559-3.774-15.080 0-17.681 14.333-32.014 32.014-32.014 12.16 0 22.737 6.78 28.156 16.765l0.084 0.169zM500.28 337.040c27.554 50.672 43.755 110.964 43.755 175.040s-16.2 124.368-44.728 177.003l0.973-1.963c-5.414 10.437-16.138 17.444-28.498 17.444-17.673 0-32-14.327-32-32 0-5.699 1.49-11.050 4.101-15.684l-0.083 0.16c22.825-41.963 36.245-91.894 36.245-144.96s-13.42-102.997-37.051-146.585l0.806 1.625c-2.528-4.475-4.018-9.825-4.018-15.524 0-17.673 14.327-32 32-32 12.36 0 23.083 7.008 28.414 17.266l0.084 0.178z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"contactless-payment\"]},\"attrs\":[{}],\"properties\":{\"order\":26100,\"id\":888,\"name\":\"contactless-payment\",\"prevSize\":16,\"code\":60007},\"setIdx\":0,\"setId\":0,\"iconIdx\":359},{\"icon\":{\"paths\":[\"M822.64 502.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-265.36-265.4-265.36 265.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0l288-288c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 288 288c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"control\"]},\"attrs\":[{}],\"properties\":{\"order\":26101,\"id\":887,\"name\":\"control\",\"prevSize\":16,\"code\":60008},\"setIdx\":0,\"setId\":0,\"iconIdx\":360},{\"icon\":{\"paths\":[\"M657.96 654.040c8.651 8.68 14 20.657 14 33.882 0 26.51-21.49 48-48 48s-48-21.49-48-48c0-13.226 5.349-25.202 14.001-33.884l-0.001 0.001c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001zM333.96 622.040c-8.651 8.68-14 20.657-14 33.882 0 26.51 21.49 48 48 48s48-21.49 48-48c0-13.226-5.349-25.202-14.001-33.884l0.001 0.001c-8.688-8.698-20.696-14.078-33.96-14.078s-25.272 5.38-33.96 14.077l-0 0zM369.96 466.040c8.651-8.68 14-20.657 14-33.882 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 13.226 5.349 25.202 14.001 33.884l-0.001-0.001c8.688 8.698 20.696 14.078 33.96 14.078 13.304 0 25.344-5.413 34.038-14.156l0.002-0.002zM561.96 462.040c-8.68-8.651-20.657-14-33.882-14-26.51 0-48 21.49-48 48s21.49 48 48 48c13.226 0 25.202-5.349 33.884-14.001l-0.001 0.001c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c17.673 0 32 14.327 32 32v0c0 88.366 71.634 160 160 160v0c17.673 0 32 14.327 32 32v0c0 88.366 71.634 160 160 160v0c17.673 0 32 14.327 32 32v0zM862.76 541.56c-98.385-15.345-174.874-92.783-188.623-190.372l-0.137-1.188c-98.777-13.886-176.215-90.375-191.397-187.495l-0.163-1.265c-181.261 15.734-322.436 166.759-322.436 350.756 0 194.404 157.596 352 352 352 183.998 0 335.022-141.175 350.664-321.115l0.093-1.321z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cookie\"]},\"attrs\":[{}],\"properties\":{\"order\":26102,\"id\":886,\"name\":\"cookie\",\"prevSize\":16,\"code\":60009},\"setIdx\":0,\"setId\":0,\"iconIdx\":361},{\"icon\":{\"paths\":[\"M352 192v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 224c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM640 224c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM1011.2 409.6l-115.2 86.4v240c0 70.692-57.308 128-128 128v0h-512c-70.692 0-128-57.308-128-128v0-240l-115.2-86.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 76.8 57.6v-64c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0 64l76.8-57.6c5.281-3.996 11.96-6.4 19.2-6.4 17.673 0 32 14.327 32 32 0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058zM832 352h-640v384c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cooking-pot\"]},\"attrs\":[{}],\"properties\":{\"order\":26103,\"id\":885,\"name\":\"cooking-pot\",\"prevSize\":16,\"code\":60010},\"setIdx\":0,\"setId\":0,\"iconIdx\":362},{\"icon\":{\"paths\":[\"M864 128h-512c-17.673 0-32 14.327-32 32v0 160h-160c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-160h160c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM640 832h-448v-448h448zM832 640h-128v-288c0-17.673-14.327-32-32-32v0h-288v-128h448z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"copy\"]},\"attrs\":[{}],\"properties\":{\"order\":26104,\"id\":884,\"name\":\"copy\",\"prevSize\":16,\"code\":60011},\"setIdx\":0,\"setId\":0,\"iconIdx\":363},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 512c0 0.012 0 0.026 0 0.040 0 106.039-85.961 192-192 192-62.598 0-118.2-29.957-153.25-76.317l-0.35-0.483c-4.003-5.286-6.412-11.972-6.412-19.22 0-17.68 14.332-32.012 32.012-32.012 10.431 0 19.697 4.989 25.542 12.712l0.058 0.080c23.6 31.229 60.668 51.2 102.4 51.2 70.692 0 128-57.308 128-128s-57.308-128-128-128c-41.732 0-78.8 19.971-102.167 50.878l-0.233 0.322c-5.903 7.803-15.169 12.792-25.6 12.792-17.68 0-32.012-14.332-32.012-32.012 0-7.248 2.409-13.934 6.47-19.3l-0.058 0.080c35.4-46.843 91.002-76.8 153.6-76.8 106.039 0 192 85.961 192 192 0 0.014-0 0.028-0 0.042l0-0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"copyleft\"]},\"attrs\":[{}],\"properties\":{\"order\":26105,\"id\":883,\"name\":\"copyleft\",\"prevSize\":16,\"code\":60012},\"setIdx\":0,\"setId\":0,\"iconIdx\":364},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM384 512c0 70.692 57.308 128 128 128 41.732 0 78.8-19.971 102.167-50.878l0.233-0.322c5.903-7.803 15.169-12.792 25.6-12.792 17.68 0 32.012 14.332 32.012 32.012 0 7.248-2.409 13.934-6.47 19.3l0.058-0.080c-35.401 46.82-90.989 76.76-153.57 76.76-106.039 0-192-85.961-192-192s85.961-192 192-192c62.581 0 118.169 29.94 153.221 76.278l0.349 0.482c4.003 5.286 6.412 11.972 6.412 19.22 0 17.68-14.332 32.012-32.012 32.012-10.431 0-19.697-4.989-25.542-12.712l-0.058-0.080c-23.6-31.229-60.668-51.2-102.4-51.2-70.692 0-128 57.308-128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"copyright\"]},\"attrs\":[{}],\"properties\":{\"order\":26106,\"id\":882,\"name\":\"copyright\",\"prevSize\":16,\"code\":60013},\"setIdx\":0,\"setId\":0,\"iconIdx\":365},{\"icon\":{\"paths\":[\"M736 256h-576c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM704 832h-512v-512h512zM896 160v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-544h-544c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"copy-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26107,\"id\":881,\"name\":\"copy-simple\",\"prevSize\":16,\"code\":60014},\"setIdx\":0,\"setId\":0,\"iconIdx\":366},{\"icon\":{\"paths\":[\"M608 384v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM384 608h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM832 608h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 160c-17.673 0-32 14.327-32 32v0 160h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"corners-in\"]},\"attrs\":[{}],\"properties\":{\"order\":26108,\"id\":880,\"name\":\"corners-in\",\"prevSize\":16,\"code\":60015},\"setIdx\":0,\"setId\":0,\"iconIdx\":367},{\"icon\":{\"paths\":[\"M864 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM352 800h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 640c-17.673 0-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM352 160h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"corners-out\"]},\"attrs\":[{}],\"properties\":{\"order\":26109,\"id\":879,\"name\":\"corners-out\",\"prevSize\":16,\"code\":60016},\"setIdx\":0,\"setId\":0,\"iconIdx\":368},{\"icon\":{\"paths\":[\"M960 424.68v-136.68c0-35.346-28.654-64-64-64v0h-768c-35.346 0-64 28.654-64 64v0 136.68c-19.235 11.254-31.96 31.797-32 55.314l-0 0.006v192c0 35.346 28.654 64 64 64v0h32v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h640v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h32c35.346 0 64-28.654 64-64v0-192c-0.040-23.523-12.765-44.066-31.698-55.157l-0.302-0.163zM896 416h-32c-35.346 0-64 28.654-64 64v0 64h-256v-256h352zM480 288v256h-256v-64c0-35.346-28.654-64-64-64v0h-32v-128zM928 672h-832v-192h64v64c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"couch\"]},\"attrs\":[{}],\"properties\":{\"order\":26110,\"id\":878,\"name\":\"couch\",\"prevSize\":16,\"code\":60017},\"setIdx\":0,\"setId\":0,\"iconIdx\":369},{\"icon\":{\"paths\":[\"M608 384h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM576 576h-128v-128h128zM928 576h-64v-128h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-160c0-35.346-28.654-64-64-64v0h-160v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-160c-35.346 0-64 28.654-64 64v0 160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v128h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v160c0 35.346 28.654 64 64 64v0h160v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160c35.346 0 64-28.654 64-64v0-160h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM800 800h-576v-576h576v383.48s0 0.36 0 0.52 0 0.36 0 0.52v191.48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cpu\"]},\"attrs\":[{}],\"properties\":{\"order\":26111,\"id\":877,\"name\":\"cpu\",\"prevSize\":16,\"code\":60018},\"setIdx\":0,\"setId\":0,\"iconIdx\":370},{\"icon\":{\"paths\":[\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 256v96h-768v-96zM896 768h-768v-352h768v352zM832 672c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM576 672c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"credit-card\"]},\"attrs\":[{}],\"properties\":{\"order\":26112,\"id\":876,\"name\":\"credit-card\",\"prevSize\":16,\"code\":60019},\"setIdx\":0,\"setId\":0,\"iconIdx\":371},{\"icon\":{\"paths\":[\"M960 768c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-480c-17.673 0-32-14.327-32-32v0-480h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 640h640c17.673 0 32 14.327 32 32v0zM384 288h352v352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"crop\"]},\"attrs\":[{}],\"properties\":{\"order\":26113,\"id\":875,\"name\":\"crop\",\"prevSize\":16,\"code\":60020},\"setIdx\":0,\"setId\":0,\"iconIdx\":372},{\"icon\":{\"paths\":[\"M800 288h-160v-160c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 160h-160c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h160v352c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-352h160c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0zM800 480h-160c-35.346 0-64 28.654-64 64v0 352h-128v-352c0-35.346-28.654-64-64-64v0h-160v-128h160c35.346 0 64-28.654 64-64v0-160h128v160c0 35.346 28.654 64 64 64v0h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cross\"]},\"attrs\":[{}],\"properties\":{\"order\":26114,\"id\":874,\"name\":\"cross\",\"prevSize\":16,\"code\":60021},\"setIdx\":0,\"setId\":0,\"iconIdx\":373},{\"icon\":{\"paths\":[\"M928 480h-33.36c-16.329-186.717-163.923-334.311-349.188-350.537l-1.452-0.103v-33.36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 33.36c-186.717 16.329-334.311 163.923-350.537 349.188l-0.103 1.452h-33.36c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h33.36c16.329 186.717 163.923 334.311 349.188 350.537l1.452 0.103v33.36c0 17.673 14.327 32 32 32s32-14.327 32-32v0-33.36c186.717-16.329 334.311-163.923 350.537-349.188l0.103-1.452h33.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 830.4v-30.4c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 30.4c-151.349-15.895-270.505-135.051-286.281-285.009l-0.119-1.391h30.4c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-30.4c15.895-151.349 135.051-270.505 285.009-286.281l1.391-0.119v30.4c0 17.673 14.327 32 32 32s32-14.327 32-32v0-30.4c151.349 15.895 270.505 135.051 286.281 285.009l0.119 1.391h-30.4c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h30.4c-15.895 151.349-135.051 270.505-285.009 286.281l-1.391 0.119zM512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"crosshair\"]},\"attrs\":[{}],\"properties\":{\"order\":26115,\"id\":873,\"name\":\"crosshair\",\"prevSize\":16,\"code\":60022},\"setIdx\":0,\"setId\":0,\"iconIdx\":374},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM544 862.52v-126.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 126.52c-169.036-16.113-302.407-149.484-318.41-317.097l-0.11-1.423h126.52c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-126.52c16.113-169.036 149.484-302.407 317.097-318.41l1.423-0.11v126.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-126.52c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423h-126.52c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h126.52c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"crosshair-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26116,\"id\":872,\"name\":\"crosshair-simple\",\"prevSize\":16,\"code\":60023},\"setIdx\":0,\"setId\":0,\"iconIdx\":375},{\"icon\":{\"paths\":[\"M975.36 304.76c-8.443-7.391-19.572-11.899-31.755-11.899-7.875 0-15.311 1.884-21.88 5.226l0.275-0.127-200.84 100-167.68-278.52c-8.63-14.133-23.97-23.423-41.48-23.423s-32.85 9.29-41.359 23.211l-0.121 0.212-167.68 278.64-200.76-100c-6.281-3.188-13.696-5.056-21.546-5.056-26.753 0-48.44 21.687-48.44 48.44 0 5.368 0.873 10.532 2.485 15.358l-0.099-0.342 148 453.44c4.313 12.917 16.297 22.064 30.418 22.064 6.014 0 11.64-1.659 16.447-4.544l-0.145 0.081c1-0.6 103.28-59.52 282.8-59.52s281.8 58.92 282.72 59.48c4.688 2.846 10.354 4.53 16.413 4.53 14.131 0 26.122-9.159 30.361-21.864l0.065-0.226 148-453.32c1.587-4.576 2.503-9.849 2.503-15.337 0-14.557-6.448-27.608-16.643-36.453l-0.060-0.051zM792 755.32c-48-20.36-143.68-51.32-280-51.32s-232 30.96-280 51.32l-125.16-383.32 180.28 89.88c6.281 3.166 13.689 5.020 21.531 5.020 17.531 0 32.898-9.267 41.469-23.17l0.121-0.21 161.76-268.88 161.76 268.8c8.704 14.098 24.069 23.353 41.595 23.353 7.823 0 15.216-1.844 21.766-5.121l-0.282 0.128 180.32-89.8zM703.48 627.32c-2.738 15.111-15.786 26.423-31.478 26.44l-0.002 0c-1.98-0.003-3.918-0.177-5.801-0.509l0.201 0.029c-46.433-8.373-99.877-13.16-154.44-13.16s-108.008 4.787-159.938 13.965l5.498-0.805c-1.672 0.31-3.595 0.487-5.56 0.487-17.677 0-32.007-14.33-32.007-32.007 0-15.712 11.321-28.78 26.251-31.491l0.195-0.029c49.776-8.983 107.068-14.12 165.56-14.12s115.785 5.137 171.452 14.983l-5.892-0.864c15.134 2.729 26.466 15.8 26.466 31.518 0 1.923-0.17 3.806-0.495 5.635l0.028-0.193z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"crown\"]},\"attrs\":[{}],\"properties\":{\"order\":26117,\"id\":871,\"name\":\"crown\",\"prevSize\":16,\"code\":60024},\"setIdx\":0,\"setId\":0,\"iconIdx\":376},{\"icon\":{\"paths\":[\"M975.36 304.76c-8.443-7.391-19.572-11.899-31.755-11.899-7.875 0-15.311 1.884-21.88 5.226l0.275-0.127-200.84 100-167.68-278.52c-8.63-14.133-23.97-23.423-41.48-23.423s-32.85 9.29-41.359 23.211l-0.121 0.212-167.68 278.64-200.76-100c-6.281-3.188-13.696-5.056-21.546-5.056-26.753 0-48.44 21.687-48.44 48.44 0 5.368 0.873 10.532 2.485 15.358l-0.099-0.342 148 453.44c4.313 12.917 16.297 22.064 30.418 22.064 6.014 0 11.64-1.659 16.447-4.544l-0.145 0.081c1-0.6 103.28-59.52 282.8-59.52s281.8 58.92 282.72 59.48c4.688 2.846 10.354 4.53 16.413 4.53 14.131 0 26.122-9.159 30.361-21.864l0.065-0.226 148-453.32c1.587-4.576 2.503-9.849 2.503-15.337 0-14.557-6.448-27.608-16.643-36.453l-0.060-0.051zM792 755.32c-48-20.36-143.68-51.32-280-51.32s-232 30.96-280 51.32l-125.16-383.32 180.28 89.88c6.281 3.166 13.689 5.020 21.531 5.020 17.531 0 32.898-9.267 41.469-23.17l0.121-0.21 161.76-268.88 161.76 268.8c8.693 14.105 24.055 23.365 41.58 23.365 7.83 0 15.227-1.848 21.781-5.133l-0.281 0.127 180.32-89.8z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"crown-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26118,\"id\":870,\"name\":\"crown-simple\",\"prevSize\":16,\"code\":60025},\"setIdx\":0,\"setId\":0,\"iconIdx\":377},{\"icon\":{\"paths\":[\"M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 128v0l321.36 176-321.36 176-321.36-176zM160 360l320 175.12v343.16l-320-175zM544 878.28v-343l320-175.28v343.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cube\"]},\"attrs\":[{}],\"properties\":{\"order\":26119,\"id\":869,\"name\":\"cube\",\"prevSize\":16,\"code\":60026},\"setIdx\":0,\"setId\":0,\"iconIdx\":378},{\"icon\":{\"paths\":[\"M768 629.72v-235.44c0-0.034 0-0.073 0-0.113 0-19.016-10.207-35.648-25.441-44.715l-0.239-0.132-205.36-118.6c-7.16-4.205-15.77-6.688-24.96-6.688s-17.8 2.483-25.196 6.816l0.236-0.128-205.32 118.6c-15.496 9.195-25.72 25.839-25.72 44.871 0 0.031 0 0.063 0 0.094l-0-0.005v235.44c-0 0.034-0 0.073-0 0.113 0 19.016 10.207 35.648 25.441 44.715l0.239 0.132 205.36 118.6c7.161 4.201 15.771 6.682 24.96 6.682s17.799-2.481 25.196-6.81l-0.236 0.128 205.32-118.6c15.496-9.195 25.72-25.839 25.72-44.871 0-0.031-0-0.063-0-0.094l0 0.005zM512 290.2l162.36 93.8-162.36 93.72-162.36-93.72zM320 440.76l160 92.4v182.16l-160-92.4zM544 715.32v-182.16l160-92.4v182.16zM928 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM320 832c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32v0zM928 672v160c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM96 352v-160c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cube-focus\"]},\"attrs\":[{}],\"properties\":{\"order\":26120,\"id\":868,\"name\":\"cube-focus\",\"prevSize\":16,\"code\":60027},\"setIdx\":0,\"setId\":0,\"iconIdx\":379},{\"icon\":{\"paths\":[\"M886.64 361.36v0l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-479.999-0c-17.673 0-32 14.327-32 32v0 480c0.004 8.746 3.515 16.67 9.204 22.444l-0.004-0.004 224 224c5.806 5.9 13.875 9.556 22.799 9.56l480.001 0c17.673 0 32-14.327 32-32v0-480c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM672 237.24l114.76 114.76h-114.76zM352 786.76l-114.76-114.76h114.76zM352 608h-160v-370.76l160 160zM237.24 192h370.76v160h-210.76zM608 416v192h-192v-192zM416 832v-160h210.76l160 160zM832 786.76l-160-160v-210.76h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cube-transparent\"]},\"attrs\":[{}],\"properties\":{\"order\":26121,\"id\":867,\"name\":\"cube-transparent\",\"prevSize\":16,\"code\":60028},\"setIdx\":0,\"setId\":0,\"iconIdx\":380},{\"icon\":{\"paths\":[\"M681.92 462.8c33.266-32.065 53.926-77.011 53.926-126.783 0-91.514-69.846-166.715-159.138-175.203l-0.708-0.054v-64.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v544h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h32c106.039 0 192-85.961 192-192 0-79.36-48.148-147.474-116.825-176.725l-1.255-0.475zM672 336c0 61.856-50.144 112-112 112v0h-208v-224h208c61.856 0 112 50.144 112 112v0zM608 768h-256v-256h256c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-btc\"]},\"attrs\":[{}],\"properties\":{\"order\":26122,\"id\":866,\"name\":\"currency-btc\",\"prevSize\":16,\"code\":60029},\"setIdx\":0,\"setId\":0,\"iconIdx\":381},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 592c0 61.856-50.144 112-112 112v0h-16v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h144c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-96c-61.856 0-112-50.144-112-112s50.144-112 112-112v0h16v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h96c61.856 0 112 50.144 112 112v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-circle-dollar\"]},\"attrs\":[{}],\"properties\":{\"order\":26123,\"id\":865,\"name\":\"currency-circle-dollar\",\"prevSize\":16,\"code\":60030},\"setIdx\":0,\"setId\":0,\"iconIdx\":382},{\"icon\":{\"paths\":[\"M224 256c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0zM864 672c-17.673 0-32 14.327-32 32v0 64h-128c-35.346 0-64-28.654-64-64v0-192h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-640c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v32c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985-0.182 287.818-129.015 288-287.983l0-0.017v-32h128v192c0 70.692 57.308 128 128 128v0h160c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-cny\"]},\"attrs\":[{}],\"properties\":{\"order\":26124,\"id\":864,\"name\":\"currency-cny\",\"prevSize\":16,\"code\":60031},\"setIdx\":0,\"setId\":0,\"iconIdx\":383},{\"icon\":{\"paths\":[\"M608 480h-64v-256h32c70.692 0 128 57.308 128 128v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.114-105.993-86.007-191.886-191.989-192l-32.011-0v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-32c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h32v256h-64c-70.692 0-128-57.308-128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.114 105.993 86.007 191.886 191.989 192l64.011 0v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c106.039 0 192-85.961 192-192s-85.961-192-192-192v0zM448 480c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h32v256zM608 800h-64v-256h64c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-dollar\"]},\"attrs\":[{}],\"properties\":{\"order\":26125,\"id\":863,\"name\":\"currency-dollar\",\"prevSize\":16,\"code\":60032},\"setIdx\":0,\"setId\":0,\"iconIdx\":384},{\"icon\":{\"paths\":[\"M800 672c-0.114 105.993-86.007 191.886-191.989 192l-64.011 0v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128v0h192c70.692 0 128-57.308 128-128s-57.308-128-128-128v0h-160c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h32v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h32c105.993 0.114 191.886 86.007 192 191.989l0 0.011c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692-57.308-128-128-128v0h-128c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h160c105.993 0.114 191.886 86.007 192 191.989l0 0.011z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-dollar-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26126,\"id\":862,\"name\":\"currency-dollar-simple\",\"prevSize\":16,\"code\":60033},\"setIdx\":0,\"setId\":0,\"iconIdx\":385},{\"icon\":{\"paths\":[\"M889.16 492.24l-352-448c-5.912-7.474-14.981-12.227-25.16-12.227s-19.248 4.753-25.109 12.16l-0.051 0.067-352 448c-4.258 5.384-6.83 12.272-6.83 19.76s2.572 14.376 6.881 19.827l-0.051-0.067 352 448c5.912 7.474 14.981 12.227 25.16 12.227s19.248-4.753 25.109-12.16l0.051-0.067 352-448c4.258-5.384 6.83-12.272 6.83-19.76s-2.572-14.376-6.881-19.827l0.051 0.067zM544 156.52l269.68 343.2-269.68 122.6zM480 622.32l-269.68-122.6 269.68-343.2zM480 692.6v174.88l-213.72-272zM544 692.6l213.72-97.16-213.72 272z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-eth\"]},\"attrs\":[{}],\"properties\":{\"order\":26127,\"id\":861,\"name\":\"currency-eth\",\"prevSize\":16,\"code\":60034},\"setIdx\":0,\"setId\":0,\"iconIdx\":386},{\"icon\":{\"paths\":[\"M760 769.32c5.061 5.636 8.155 13.127 8.155 21.341 0 9.467-4.111 17.974-10.645 23.833l-0.030 0.027c-56.37 50.641-131.304 81.609-213.471 81.609-165.507 0-301.667-125.649-318.294-286.76l-0.114-1.369h-65.6c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h65.6c16.789-162.435 152.927-288.031 318.399-288.031 82.115 0 157.006 30.929 213.659 81.774l-0.298-0.263c6.558 5.889 10.664 14.395 10.664 23.86 0 17.686-14.338 32.024-32.024 32.024-8.221 0-15.719-3.098-21.39-8.19l0.030 0.026c-45.069-40.406-104.939-65.111-170.579-65.111-130.073 0-237.488 97.008-253.844 222.622l-0.137 1.288h253.92c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256v64h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-189.92c16.476 126.919 123.9 223.947 253.985 223.947 65.638 0 125.507-24.703 170.816-65.319l-0.241 0.213c5.651-5.12 13.184-8.253 21.449-8.253 9.494 0 18.023 4.135 23.883 10.702l0.028 0.031z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-eur\"]},\"attrs\":[{}],\"properties\":{\"order\":26128,\"id\":860,\"name\":\"currency-eur\",\"prevSize\":16,\"code\":60035},\"setIdx\":0,\"setId\":0,\"iconIdx\":387},{\"icon\":{\"paths\":[\"M768 832c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h16c61.856 0 112-50.144 112-112v0-144h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-144c0.003-114.873 93.127-207.995 208-207.995 50.425 0 96.659 17.943 132.665 47.793l-0.345-0.278c7.405 5.913 12.108 14.94 12.108 25.066 0 17.673-14.327 32-32 32-7.974 0-15.267-2.917-20.87-7.741l0.042 0.035c-24.688-20.47-56.693-32.89-91.6-32.89-79.529 0-144 64.471-144 144 0 0.004 0 0.007 0 0.011l-0-0.001v144h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128v144c0 0.046 0 0.102 0 0.157 0 42.647-15.23 81.736-40.549 112.126l0.229-0.282h360.32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-gbp\"]},\"attrs\":[{}],\"properties\":{\"order\":26129,\"id\":859,\"name\":\"currency-gbp\",\"prevSize\":16,\"code\":60036},\"setIdx\":0,\"setId\":0,\"iconIdx\":388},{\"icon\":{\"paths\":[\"M832 320c0 17.673-14.327 32-32 32v0h-128.6c0.36 5.28 0.6 10.6 0.6 16-0.159 132.484-107.516 239.841-239.984 240l-61.256 0 290.76 264.32c6.617 5.889 10.764 14.429 10.764 23.938 0 17.673-14.327 32-32 32-8.434 0-16.106-3.263-21.823-8.595l0.019 0.017-352-320c-6.447-5.875-10.477-14.307-10.477-23.68 0-17.672 14.325-31.998 31.996-32l144-0c97.156-0.114 175.886-78.844 176-175.989l0-0.011c0-5.4-0.28-10.72-0.76-16h-319.24c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h300.68c-29.756-57.407-88.711-95.965-156.675-96l-144.005-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-205.040c27.897 25.87 49.561 58.064 62.748 94.327l0.532 1.673h141.76c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-inr\"]},\"attrs\":[{}],\"properties\":{\"order\":26130,\"id\":858,\"name\":\"currency-inr\",\"prevSize\":16,\"code\":60037},\"setIdx\":0,\"setId\":0,\"iconIdx\":389},{\"icon\":{\"paths\":[\"M824.76 212.28l-245.24 299.72h124.48c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v64h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160v-64h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h124.48l-245.24-299.72c-4.51-5.474-7.245-12.558-7.245-20.28 0-17.676 14.329-32.005 32.005-32.005 9.954 0 18.846 4.544 24.716 11.67l0.044 0.055 263.24 321.76 263.24-321.76c5.914-7.181 14.806-11.725 24.76-11.725 17.676 0 32.005 14.329 32.005 32.005 0 7.722-2.735 14.806-7.289 20.335l0.044-0.055z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-jpy\"]},\"attrs\":[{}],\"properties\":{\"order\":26131,\"id\":857,\"name\":\"currency-jpy\",\"prevSize\":16,\"code\":60038},\"setIdx\":0,\"setId\":0,\"iconIdx\":390},{\"icon\":{\"paths\":[\"M960 512h-88.44l86.080-212c1.778-3.857 2.815-8.369 2.815-13.124 0-17.673-14.327-32-32-32-13.771 0-25.511 8.699-30.023 20.902l-0.072 0.222-96 236h-164.84l-96-236c-4.892-11.794-16.315-19.939-29.64-19.939s-24.748 8.144-29.562 19.727l-0.078 0.212-96 236h-164.72l-96-236c-5.136-11.221-16.266-18.876-29.185-18.876-17.673 0-32 14.327-32 32 0 3.902 0.698 7.64 1.977 11.098l-0.072-0.222 86.080 212h-88.32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.44l96 236c4.892 11.794 16.315 19.939 29.64 19.939s24.748-8.144 29.562-19.727l0.078-0.212 96-236h164.96l96 236c4.892 11.794 16.315 19.939 29.64 19.939s24.748-8.144 29.562-19.727l0.078-0.212 96-236h114.040c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM304 715l-56.48-139h112.96zM455.52 512l56.48-138.96 56.48 138.96zM720 715l-56.48-139h112.96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-krw\"]},\"attrs\":[{}],\"properties\":{\"order\":26132,\"id\":856,\"name\":\"currency-krw\",\"prevSize\":16,\"code\":60039},\"setIdx\":0,\"setId\":0,\"iconIdx\":391},{\"icon\":{\"paths\":[\"M832 384c0 17.673-14.327 32-32 32v0h-256v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM224 256h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-576c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-kzt\"]},\"attrs\":[{}],\"properties\":{\"order\":26133,\"id\":855,\"name\":\"currency-kzt\",\"prevSize\":16,\"code\":60040},\"setIdx\":0,\"setId\":0,\"iconIdx\":392},{\"icon\":{\"paths\":[\"M864 544h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-232c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 232h-258.32l-196.44-251.68c-5.911-7.534-15.015-12.329-25.24-12.329-17.673 0-32 14.327-32 32 0 0.003 0 0.006 0 0.010l-0-0v232h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v232c0 17.673 14.327 32 32 32s32-14.327 32-32v0-232h258.32l196.44 251.68c5.911 7.528 15.012 12.32 25.233 12.32 0.003 0 0.005-0 0.008-0l-0 0c0.020 0 0.045 0 0.069 0 3.702 0 7.254-0.645 10.549-1.828l-0.218 0.068c12.668-4.447 21.59-16.3 21.6-30.239l0-0.001v-232h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 480v64h-158.44l-49.96-64zM288 277l108.48 139h-108.48zM288 544v-64h158.44l49.96 64zM736 747l-108.48-139h108.48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-ngn\"]},\"attrs\":[{}],\"properties\":{\"order\":26134,\"id\":854,\"name\":\"currency-ngn\",\"prevSize\":16,\"code\":60041},\"setIdx\":0,\"setId\":0,\"iconIdx\":393},{\"icon\":{\"paths\":[\"M592 608c132.548 0 240-107.452 240-240s-107.452-240-240-240v0h-240c-17.673 0-32 14.327-32 32v0 384h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192v-64zM384 192h208c97.202 0 176 78.798 176 176s-78.798 176-176 176v0h-208z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"currency-rub\"]},\"attrs\":[{}],\"properties\":{\"order\":26135,\"id\":853,\"name\":\"currency-rub\",\"prevSize\":16,\"code\":60042},\"setIdx\":0,\"setId\":0,\"iconIdx\":394},{\"icon\":{\"paths\":[\"M678.56 537.32l179.080-77.84c22.607-10.206 38.057-32.552 38.057-58.506 0-28.082-18.087-51.94-43.246-60.56l-0.45-0.134-640.32-209.080c-5.925-2.007-12.75-3.165-19.845-3.165-35.236 0-63.8 28.564-63.8 63.8 0 7.095 1.158 13.92 3.296 20.295l-0.131-0.45 209.080 640.32c8.125 24.925 30.646 42.834 57.509 43.995l0.131 0.005h3.12c0.065 0 0.143 0 0.221 0 25.957 0 48.269-15.609 58.060-37.953l0.159-0.407 77.84-179.080 198.68 198.68c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l50.72-50.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM400.64 832.36l0.24-0.2zM781.24 832l-198.68-198.68c-11.586-11.607-27.603-18.787-45.297-18.787-26.127 0-48.598 15.656-58.542 38.098l-0.162 0.408-77.64 178.64-208.92-639.68 639.48 208.8-178.6 77.68c-22.851 10.106-38.507 32.576-38.507 58.703 0 17.694 7.18 33.711 18.786 45.296l0.001 0.001 198.84 198.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cursor\"]},\"attrs\":[{}],\"properties\":{\"order\":26136,\"id\":852,\"name\":\"cursor\",\"prevSize\":16,\"code\":60043},\"setIdx\":0,\"setId\":0,\"iconIdx\":395},{\"icon\":{\"paths\":[\"M678.56 537.32l179.080-77.84c22.607-10.206 38.057-32.552 38.057-58.506 0-28.082-18.087-51.94-43.246-60.56l-0.45-0.134-640.32-209.080c-5.836-1.937-12.555-3.054-19.534-3.054-35.346 0-64 28.654-64 64 0 6.979 1.117 13.698 3.183 19.986l-0.129-0.452 209.080 640.32c8.135 24.918 30.65 42.822 57.507 43.995l0.133 0.005h3.16c0.061 0 0.134 0 0.207 0 25.95 0 48.254-15.61 58.034-37.953l0.159-0.407 77.84-179.080 198.68 198.68c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l50.72-50.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM400.64 832.36l0.24-0.2zM781.24 832l-198.64-198.68c-11.585-11.599-27.597-18.775-45.284-18.775-26.138 0-48.616 15.669-58.554 38.126l-0.161 0.409-77.68 178.6-208.92-639.68 639.48 208.84-178.56 77.64c-22.866 10.099-38.535 32.578-38.535 58.716 0 17.688 7.175 33.7 18.774 45.284l0.001 0.001 198.84 198.76zM352 96v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM32 384c0-17.673 14.327-32 32-32v0h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32v0zM483.4 113.68l32-64c5.373-10.568 16.166-17.683 28.62-17.683 17.675 0 32.003 14.328 32.003 32.003 0 5.22-1.25 10.148-3.467 14.502l0.084-0.182-32 64c-5.373 10.568-16.166 17.683-28.62 17.683-17.675 0-32.003-14.328-32.003-32.003 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182zM156.64 497.68c2.136 4.174 3.388 9.105 3.388 14.329 0 12.464-7.126 23.263-17.525 28.547l-0.182 0.084-64 32c-4.172 2.133-9.1 3.383-14.32 3.383-17.675 0-32.003-14.328-32.003-32.003 0-12.454 7.114-23.247 17.501-28.536l0.182-0.084 64-32c4.178-2.141 9.115-3.396 14.345-3.396 12.451 0 23.242 7.111 28.531 17.494l0.084 0.182z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cursor-click\"]},\"attrs\":[{}],\"properties\":{\"order\":26137,\"id\":851,\"name\":\"cursor-click\",\"prevSize\":16,\"code\":60044},\"setIdx\":0,\"setId\":0,\"iconIdx\":396},{\"icon\":{\"paths\":[\"M736 832c0 17.673-14.327 32-32 32v0h-64c-52.165 0-98.5-24.964-127.708-63.598l-0.292-0.402c-29.5 39.036-75.835 64-128 64v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c53.019 0 96-42.981 96-96v0-160h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-160c0-53.019-42.981-96-96-96v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c52.165 0 98.5 24.964 127.708 63.598l0.292 0.402c29.5-39.036 75.835-64 128-64v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-53.019 0-96 42.981-96 96v0 160h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v160c0 53.019 42.981 96 96 96v0h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cursor-text\"]},\"attrs\":[{}],\"properties\":{\"order\":26138,\"id\":850,\"name\":\"cursor-text\",\"prevSize\":16,\"code\":60045},\"setIdx\":0,\"setId\":0,\"iconIdx\":397},{\"icon\":{\"paths\":[\"M512 64c-161.48 0-288 77.32-288 176v544c0 98.68 126.52 176 288 176s288-77.32 288-176v-544c0-98.68-126.52-176-288-176zM512 128c105.96 0 224 46 224 112s-118.040 112-224 112-224-46-224-112 118.040-112 224-112zM512 896c-119.32 0-224-52.32-224-112v-432c52.4 39.4 132.56 64 224 64s171.6-24.8 224-64v432c0 59.68-104.68 112-224 112z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"cylinder\"]},\"attrs\":[{}],\"properties\":{\"order\":26139,\"id\":849,\"name\":\"cylinder\",\"prevSize\":16,\"code\":60046},\"setIdx\":0,\"setId\":0,\"iconIdx\":398},{\"icon\":{\"paths\":[\"M512 96c-215.32 0-384 98.4-384 224v384c0 125.6 168.68 224 384 224s384-98.4 384-224v-384c0-125.6-168.68-224-384-224zM832 512c0 38.48-31.52 77.72-86.44 107.68-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68v-66.56c68.24 60 184.92 98.56 320 98.56s251.76-38.72 320-98.56zM278.44 212.32c61.84-33.72 144.8-52.32 233.56-52.32s171.72 18.6 233.56 52.32c54.92 29.96 86.44 69.2 86.44 107.68s-31.52 77.72-86.44 107.68c-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68s31.52-77.72 86.44-107.68zM745.56 811.68c-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68v-66.56c68.24 60 184.92 98.56 320 98.56s251.76-38.72 320-98.56v66.56c0 38.48-31.52 77.72-86.44 107.68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"database\"]},\"attrs\":[{}],\"properties\":{\"order\":26140,\"id\":848,\"name\":\"database\",\"prevSize\":16,\"code\":60047},\"setIdx\":0,\"setId\":0,\"iconIdx\":399},{\"icon\":{\"paths\":[\"M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h288v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-64h288c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM192 224h640c17.673 0 32 14.327 32 32v0 320h-704v-320c0-17.673 14.327-32 32-32v0zM832 736h-640c-17.673 0-32-14.327-32-32v0-64h704v64c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"desktop\"]},\"attrs\":[{}],\"properties\":{\"order\":26141,\"id\":847,\"name\":\"desktop\",\"prevSize\":16,\"code\":60048},\"setIdx\":0,\"setId\":0,\"iconIdx\":400},{\"icon\":{\"paths\":[\"M96 384v288c0 17.673 14.327 32 32 32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64h-192c-53.019 0-96-42.981-96-96v0-288c0-53.019 42.981-96 96-96v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32 14.327-32 32v0zM832 256h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 384h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 192v640c0 35.346-28.654 64-64 64v0h-320c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0zM928 832v-640h-320v640h320zM768 672c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"desktop-tower\"]},\"attrs\":[{}],\"properties\":{\"order\":26142,\"id\":846,\"name\":\"desktop-tower\",\"prevSize\":16,\"code\":60049},\"setIdx\":0,\"setId\":0,\"iconIdx\":401},{\"icon\":{\"paths\":[\"M992 448h-111.68l-190-261.64c-11.774-16.031-30.552-26.321-51.733-26.321-19.901 0-37.681 9.084-49.419 23.331l-0.088 0.11-52.2 60.52c-5.876 7.337-14.834 11.995-24.88 11.995s-19.004-4.658-24.831-11.932l-0.049-0.063-0.8-0.92-51.4-59.6c-11.826-14.357-29.606-23.441-49.507-23.441-21.181 0-39.959 10.29-51.608 26.143l-0.125 0.178-190 261.64h-111.68c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h960c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM385.36 224l0.76 0.92 51.4 59.56c17.741 21.693 44.506 35.43 74.48 35.43s56.74-13.737 74.344-35.259l0.136-0.171 51.4-59.56c0.24-0.32 0.4-0.6 0.68-0.92l162.64 224h-578.44zM720 576c-73.88 0.015-134.758 55.665-143.018 127.333l-0.062 0.667h-129.84c-8.348-72.321-69.229-127.949-143.103-127.949-79.529 0-144 64.471-144 144s64.471 144 144 144c62.342 0 115.432-39.617 135.466-95.048l0.317-1.003h144.48c20.365 56.408 73.441 96 135.765 96 79.529 0 144-64.471 144-144s-64.471-144-144-144c-0.002 0-0.003 0-0.005 0l0-0zM304 800c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM720 800c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"detective\"]},\"attrs\":[{}],\"properties\":{\"order\":26143,\"id\":845,\"name\":\"detective\",\"prevSize\":16,\"code\":60050},\"setIdx\":0,\"setId\":0,\"iconIdx\":402},{\"icon\":{\"paths\":[\"M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM288 256h448v512h-448zM320 128h384c17.673 0 32 14.327 32 32v0 32h-448v-32c0-17.673 14.327-32 32-32v0zM704 896h-384c-17.673 0-32-14.327-32-32v0-32h448v32c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"device-mobile\"]},\"attrs\":[{}],\"properties\":{\"order\":26144,\"id\":844,\"name\":\"device-mobile\",\"prevSize\":16,\"code\":60051},\"setIdx\":0,\"setId\":0,\"iconIdx\":403},{\"icon\":{\"paths\":[\"M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM560 240c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"device-mobile-camera\"]},\"attrs\":[{}],\"properties\":{\"order\":26145,\"id\":843,\"name\":\"device-mobile-camera\",\"prevSize\":16,\"code\":60052},\"setIdx\":0,\"setId\":0,\"iconIdx\":404},{\"icon\":{\"paths\":[\"M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM672 224c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"device-mobile-speaker\"]},\"attrs\":[{}],\"properties\":{\"order\":26146,\"id\":842,\"name\":\"device-mobile-speaker\",\"prevSize\":16,\"code\":60053},\"setIdx\":0,\"setId\":0,\"iconIdx\":405},{\"icon\":{\"paths\":[\"M896 288h-64v-32c0-53.019-42.981-96-96-96v0h-576c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h448v32c0 53.019 42.981 96 96 96v0h192c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM160 672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 32h-64c-53.019 0-96 42.981-96 96v0 288zM928 768c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM544 832c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM864 448c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"devices\"]},\"attrs\":[{}],\"properties\":{\"order\":26147,\"id\":841,\"name\":\"devices\",\"prevSize\":16,\"code\":60054},\"setIdx\":0,\"setId\":0,\"iconIdx\":406},{\"icon\":{\"paths\":[\"M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM224 288h576v448h-576zM256 160h512c17.673 0 32 14.327 32 32v0 32h-576v-32c0-17.673 14.327-32 32-32v0zM768 864h-512c-17.673 0-32-14.327-32-32v0-32h576v32c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"device-tablet\"]},\"attrs\":[{}],\"properties\":{\"order\":26148,\"id\":840,\"name\":\"device-tablet\",\"prevSize\":16,\"code\":60055},\"setIdx\":0,\"setId\":0,\"iconIdx\":407},{\"icon\":{\"paths\":[\"M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM800 832c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM560 272c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"device-tablet-camera\"]},\"attrs\":[{}],\"properties\":{\"order\":26149,\"id\":839,\"name\":\"device-tablet-camera\",\"prevSize\":16,\"code\":60056},\"setIdx\":0,\"setId\":0,\"iconIdx\":408},{\"icon\":{\"paths\":[\"M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM800 832c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM672 256c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"device-tablet-speaker\"]},\"attrs\":[{}],\"properties\":{\"order\":26150,\"id\":838,\"name\":\"device-tablet-speaker\",\"prevSize\":16,\"code\":60057},\"setIdx\":0,\"setId\":0,\"iconIdx\":409},{\"icon\":{\"paths\":[\"M928 224h-832c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h832c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM928 736h-832v-448h832v448zM512 416v64h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM862.8 392.68l-72 256c-3.914 13.565-16.218 23.319-30.8 23.319s-26.886-9.754-30.744-23.093l-0.056-0.226-72-256c-0.739-2.564-1.164-5.508-1.164-8.552 0-17.673 14.327-32 32-32 14.536 0 26.808 9.692 30.707 22.966l0.057 0.226 41.2 146.48 41.2-146.48c3.87-13.631 16.207-23.448 30.836-23.448 17.673 0 32 14.327 32 32 0 3.137-0.451 6.169-1.293 9.034l0.057-0.226zM256 352h-32c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h32c70.692 0 128-57.308 128-128v0-64c0-70.692-57.308-128-128-128v0zM320 544c0 35.346-28.654 64-64 64v0-192c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dev-to-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26151,\"id\":837,\"name\":\"dev-to-logo\",\"prevSize\":16,\"code\":60058},\"setIdx\":0,\"setId\":0,\"iconIdx\":410},{\"icon\":{\"paths\":[\"M941.32 466.88l-384.2-384.24c-11.568-11.501-27.514-18.611-45.12-18.611s-33.552 7.109-45.123 18.614l0.003-0.003-384 384.24c-11.501 11.568-18.611 27.514-18.611 45.12s7.109 33.552 18.614 45.123l-0.003-0.003 384.2 384.24c11.568 11.501 27.514 18.611 45.12 18.611s33.552-7.109 45.123-18.614l-0.003 0.003 384.2-384.24c11.501-11.568 18.611-27.514 18.611-45.12s-7.109-33.552-18.614-45.123l0.003 0.003zM512 896v0l-384-384 384-384 384 384z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"diamond\"]},\"attrs\":[{}],\"properties\":{\"order\":26152,\"id\":836,\"name\":\"diamond\",\"prevSize\":16,\"code\":60059},\"setIdx\":0,\"setId\":0,\"iconIdx\":411},{\"icon\":{\"paths\":[\"M464.68 428.4v0c12.119 12.091 28.846 19.568 47.32 19.568s35.201-7.477 47.321-19.569l-0.001 0.001 125.080-125.12c12.108-12.104 19.597-28.827 19.597-47.3s-7.489-35.196-19.597-47.3l-125.080-125.12c-12.119-12.091-28.846-19.568-47.32-19.568s-35.201 7.477-47.321 19.569l0.001-0.001-125.080 125.12c-12.108 12.104-19.597 28.827-19.597 47.3s7.489 35.196 19.597 47.3l0 0zM384.68 253.92l125.12-125.080c0.513-0.509 1.22-0.824 2-0.824s1.487 0.315 2 0.824l-0-0 125.12 125.080c0.482 0.525 0.778 1.228 0.778 2s-0.296 1.475-0.78 2.002l0.002-0.002-124.88 125.24c-0.517 0.5-1.223 0.808-2 0.808s-1.483-0.308-2.001-0.808l0.001 0.001-125.2-125.12c-0.516-0.532-0.834-1.259-0.834-2.060s0.318-1.528 0.835-2.061l-0.001 0.001zM940.28 464.68l-124.96-125.12c-12.113-12.089-28.833-19.564-47.3-19.564s-35.187 7.475-47.301 19.565l0.001-0.001-125.12 125.12c-12.091 12.119-19.568 28.846-19.568 47.32s7.477 35.201 19.569 47.321l-0.001-0.001 125.12 125.12c12.113 12.089 28.833 19.564 47.3 19.564s35.187-7.475 47.301-19.565l-0.001 0.001 125.12-125.12c12.091-12.119 19.568-28.846 19.568-47.32s-7.477-35.201-19.569-47.321l0.001 0.001zM895.2 514.040l-125.12 125.12c-0.525 0.482-1.228 0.778-2 0.778s-1.475-0.296-2.002-0.78l0.002 0.002-125.12-125.12c-0.5-0.517-0.808-1.223-0.808-2s0.308-1.483 0.808-2.001l-0.001 0.001 125.12-125.12c0.525-0.482 1.228-0.778 2-0.778s1.475 0.296 2.002 0.78l-0.002-0.002 125.12 125.12c0.5 0.517 0.808 1.223 0.808 2s-0.308 1.483-0.808 2.001l0.001-0.001zM428.4 464.68l-125.12-125.12c-12.113-12.089-28.833-19.564-47.3-19.564s-35.187 7.475-47.301 19.565l0.001-0.001-125.12 125.12c-12.091 12.119-19.568 28.846-19.568 47.32s7.477 35.201 19.569 47.321l-0.001-0.001 125.12 125.12c12.113 12.089 28.833 19.564 47.3 19.564s35.187-7.475 47.301-19.565l-0.001 0.001 125.12-125.12c12.091-12.119 19.568-28.846 19.568-47.32s-7.477-35.201-19.569-47.321l0.001 0.001zM383.16 514.040l-125.12 125.12c-0.525 0.482-1.228 0.778-2 0.778s-1.475-0.296-2.002-0.78l0.002 0.002-125.24-125.12c-0.5-0.517-0.808-1.223-0.808-2s0.308-1.483 0.808-2.001l-0.001 0.001 125.12-125.2c0.525-0.482 1.228-0.778 2-0.778s1.475 0.296 2.002 0.78l-0.002-0.002 125.12 125.12c0.56 0.527 0.909 1.272 0.909 2.1 0 0.768-0.3 1.465-0.79 1.982l0.001-0.001zM559.16 595.6c-12.119-12.091-28.846-19.568-47.32-19.568s-35.201 7.477-47.321 19.569l0.001-0.001-124.92 125.12c-12.108 12.104-19.597 28.827-19.597 47.3s7.489 35.196 19.597 47.3l125.080 125.12c12.119 12.091 28.846 19.568 47.32 19.568s35.201-7.477 47.321-19.569l-0.001 0.001 125.080-125.12c12.108-12.104 19.597-28.827 19.597-47.3s-7.489-35.196-19.597-47.3l-0-0zM639.16 770.080l-125.12 125.080c-0.513 0.509-1.22 0.824-2 0.824s-1.487-0.315-2-0.824l0 0-125.2-125.080c-0.482-0.525-0.778-1.228-0.778-2s0.296-1.475 0.78-2.002l-0.002 0.002 125.12-125.12c0.517-0.5 1.223-0.808 2-0.808s1.483 0.308 2.001 0.808l-0.001-0.001 125.12 125.12c0.507 0.53 0.819 1.251 0.819 2.044 0 0.751-0.28 1.438-0.741 1.96l0.003-0.003z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"diamonds-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26153,\"id\":835,\"name\":\"diamonds-four\",\"prevSize\":16,\"code\":60060},\"setIdx\":0,\"setId\":0,\"iconIdx\":412},{\"icon\":{\"paths\":[\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM416 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM416 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dice-five\"]},\"attrs\":[{}],\"properties\":{\"order\":26154,\"id\":834,\"name\":\"dice-five\",\"prevSize\":16,\"code\":60061},\"setIdx\":0,\"setId\":0,\"iconIdx\":413},{\"icon\":{\"paths\":[\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM448 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM672 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM448 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM672 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dice-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26155,\"id\":833,\"name\":\"dice-four\",\"prevSize\":16,\"code\":60062},\"setIdx\":0,\"setId\":0,\"iconIdx\":414},{\"icon\":{\"paths\":[\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dice-one\"]},\"attrs\":[{}],\"properties\":{\"order\":26156,\"id\":832,\"name\":\"dice-one\",\"prevSize\":16,\"code\":60063},\"setIdx\":0,\"setId\":0,\"iconIdx\":415},{\"icon\":{\"paths\":[\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM416 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM416 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM416 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dice-six\"]},\"attrs\":[{}],\"properties\":{\"order\":26157,\"id\":831,\"name\":\"dice-six\",\"prevSize\":16,\"code\":60064},\"setIdx\":0,\"setId\":0,\"iconIdx\":416},{\"icon\":{\"paths\":[\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM416 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dice-three\"]},\"attrs\":[{}],\"properties\":{\"order\":26158,\"id\":830,\"name\":\"dice-three\",\"prevSize\":16,\"code\":60065},\"setIdx\":0,\"setId\":0,\"iconIdx\":417},{\"icon\":{\"paths\":[\"M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM832 768c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM480 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM640 592c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dice-two\"]},\"attrs\":[{}],\"properties\":{\"order\":26159,\"id\":829,\"name\":\"dice-two\",\"prevSize\":16,\"code\":60066},\"setIdx\":0,\"setId\":0,\"iconIdx\":418},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM668.8 480c-4.466-21.23-12.576-40.005-23.721-56.569l0.361 0.569 136.92-136.96c44.062 52.474 73.143 118.869 79.897 191.738l0.103 1.382zM608 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM512 864c-0.072 0-0.157 0-0.241 0-194.404 0-352-157.596-352-352s157.596-352 352-352c85.99 0 164.777 30.834 225.911 82.048l-0.549-0.448-137.12 136.96c-24.779-16.529-55.242-26.377-88.005-26.377-88.366 0-160 71.634-160 160s71.634 160 160 160c77.104 0 141.469-54.539 156.623-127.144l0.181-1.039h193.72c-17.135 180.037-167.474 319.773-350.497 320l-0.023 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"disc\"]},\"attrs\":[{}],\"properties\":{\"order\":26160,\"id\":828,\"name\":\"disc\",\"prevSize\":16,\"code\":60067},\"setIdx\":0,\"setId\":0,\"iconIdx\":419},{\"icon\":{\"paths\":[\"M416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM656 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM953.8 771.6l-268 118.84c-7.728 3.524-16.762 5.577-26.275 5.577-27.566 0-51.104-17.245-60.416-41.534l-0.149-0.443-32.44-88q-26.88 1.8-54.52 1.84t-54.52-1.84l-32.44 88c-9.477 24.727-33.019 41.964-60.587 41.964-9.504 0-18.53-2.049-26.66-5.729l0.407 0.165-268-118.84c-22.672-10.094-38.193-32.426-38.193-58.383 0-5.562 0.713-10.957 2.051-16.099l-0.098 0.443 118.040-465.56c6.49-24.629 26.616-43.228 51.625-47.388l0.375-0.052 144.24-23.72c3.097-0.524 6.665-0.823 10.303-0.823 29.953 0 55.165 20.298 62.632 47.889l0.105 0.454 13.040 51.36q38.12-3.72 77.68-3.72t77.6 3.72l13.040-51.36c7.555-28.046 32.76-48.349 62.708-48.349 3.648 0 7.226 0.301 10.71 0.88l-0.378-0.052 144.32 23.72c25.384 4.212 45.51 22.811 51.899 46.992l0.101 0.448 118.12 465.52c1.242 4.701 1.955 10.098 1.955 15.661 0 25.988-15.558 48.343-37.869 58.258l-0.406 0.161zM928 713.12l-118.12-465.12s0 0-0.32 0l-144.24-24c-0.098-0.057-0.215-0.091-0.34-0.091s-0.242 0.034-0.343 0.093l0.003-0.002-11.32 44.56c20 3.76 40 8.24 59.32 13.68 13.96 3.646 24.096 16.143 24.096 31.008 0 17.673-14.327 32-32 32-0.259 0-0.517-0.003-0.774-0.009l0.038 0.001c-3.079-0.009-6.053-0.447-8.868-1.256l0.228 0.056c-54.108-15.268-116.247-24.046-180.437-24.046-1.028 0-2.055 0.002-3.082 0.007l0.159-0.001c-0.911-0.004-1.989-0.007-3.068-0.007-64.136 0-126.225 8.763-185.136 25.157l4.844-1.151c-2.827 0.906-6.078 1.428-9.452 1.428-17.673 0-32-14.327-32-32 0-14.892 10.173-27.409 23.949-30.979l0.222-0.049c19.28-5.44 39.12-9.92 59.28-13.68l-11.32-44.72s0 0-0.48 0v0l-144.4 23.72c-0.054-0.015-0.116-0.024-0.18-0.024s-0.126 0.009-0.185 0.025l0.005-0.001-118.080 465.6 268 118.68c0.127 0.071 0.279 0.112 0.44 0.112s0.313-0.042 0.445-0.114l-0.005 0.002 27.12-73.12c-31.678-4.882-58.887-10.904-85.445-18.47l4.885 1.19c-13.020-4.253-22.26-16.288-22.26-30.482 0-17.673 14.327-32 32-32 2.647 0 5.22 0.321 7.68 0.928l-0.22-0.046c54.002 15.244 116.019 24.008 180.082 24.008 1.152 0 2.304-0.003 3.455-0.009l-0.177 0.001c0.974 0.005 2.125 0.008 3.278 0.008 64.063 0 126.080-8.764 184.916-25.158l-4.834 1.15c2.589-0.754 5.564-1.188 8.64-1.188 17.678 0 32.008 14.331 32.008 32.008 0 14.602-9.777 26.92-23.142 30.764l-0.226 0.056c-21.703 6.37-48.943 12.378-76.73 16.735l-3.91 0.505 27 73.12c0.121 0.067 0.266 0.107 0.42 0.107s0.299-0.040 0.425-0.109l-0.005 0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"discord-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26161,\"id\":827,\"name\":\"discord-logo\",\"prevSize\":16,\"code\":60068},\"setIdx\":0,\"setId\":0,\"iconIdx\":420},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM512 320c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM512 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"divide\"]},\"attrs\":[{}],\"properties\":{\"order\":26162,\"id\":826,\"name\":\"divide\",\"prevSize\":16,\"code\":60069},\"setIdx\":0,\"setId\":0,\"iconIdx\":421},{\"icon\":{\"paths\":[\"M800 818v110c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-110c0.001-0.249 0.001-0.545 0.001-0.84 0-99.429-56.977-185.549-140.063-227.492l-1.459-0.668-193.6-96.76c-105.668-53.259-176.882-160.899-176.882-285.172 0-0.376 0.001-0.751 0.002-1.126l-0 0.058v-110c0-17.673 14.327-32 32-32s32 14.327 32 32v0 110c-0.001 0.249-0.001 0.545-0.001 0.84 0 99.429 56.977 185.549 140.063 227.492l1.459 0.668 193.6 96.76c105.668 53.259 176.882 160.899 176.882 285.172 0 0.376-0.001 0.751-0.002 1.126l0-0.058zM640 800h-351.32c1.695-23.428 6.294-45.208 13.461-65.785l-0.541 1.785h290.84c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-258.6c16.361-23.456 35.758-43.4 57.914-59.833l0.686-0.487c7.98-5.897 13.098-15.271 13.098-25.84 0-17.694-14.344-32.038-32.038-32.038-7.125 0-13.707 2.326-19.027 6.26l0.087-0.062c-79.45 59.039-130.409 152.553-130.56 257.976l-0 0.024v110c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 64c-17.673 0-32 14.327-32 32v0 64h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h351.32c-1.695 23.428-6.294 45.208-13.461 65.785l0.541-1.785h-290.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h258.6c-16.361 23.456-35.758 43.4-57.914 59.833l-0.686 0.487c-7.961 5.892-13.066 15.25-13.066 25.8 0 17.676 14.329 32.006 32.006 32.006 7.126 0 13.708-2.329 19.027-6.267l-0.087 0.061c79.429-59.024 130.382-152.503 130.56-257.891l0-0.029v-110c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dna\"]},\"attrs\":[{}],\"properties\":{\"order\":26163,\"id\":825,\"name\":\"dna\",\"prevSize\":16,\"code\":60070},\"setIdx\":0,\"setId\":0,\"iconIdx\":422},{\"icon\":{\"paths\":[\"M958.84 500l-65.68-352c-5.748-29.928-31.724-52.233-62.909-52.233-5.516 0-10.868 0.698-15.975 2.010l0.444-0.097-1.24 0.36-210.080 61.96h-182.8l-211.32-62.12c-4.663-1.215-10.015-1.913-15.531-1.913-31.185 0-57.161 22.305-62.845 51.831l-0.064 0.402-65.68 351.8c-0.774 3.708-1.217 7.968-1.217 12.332 0 25.653 15.313 47.73 37.298 57.588l0.399 0.16c7.875 3.7 17.098 5.878 26.825 5.92l0.015 0c11.629-0.006 22.507-3.216 31.8-8.796l-0.28 0.156v168.64c0 88.366 71.634 160 160 160v0h384c88.366 0 160-71.634 160-160v0-168.6c9.003 5.414 19.865 8.622 31.475 8.64l0.005 0c9.751-0.029 18.989-2.193 27.282-6.048l-0.402 0.168c22.392-10.014 37.712-32.095 37.712-57.754 0-4.39-0.449-8.676-1.302-12.814l0.070 0.408zM128 512v0l65.72-352 168.28 49.48zM704 832h-160v-50.76l54.64-54.6c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-41.36 41.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l54.64 54.6v50.76h-160c-53.019 0-96-42.981-96-96v0-243.56l207.68-268.44h160.6l207.72 268.44v243.56c0 53.019-42.981 96-96 96v0zM896 512l-234-302.52 168.28-49.48 65.72 352zM416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dog\"]},\"attrs\":[{}],\"properties\":{\"order\":26164,\"id\":824,\"name\":\"dog\",\"prevSize\":16,\"code\":60071},\"setIdx\":0,\"setId\":0,\"iconIdx\":423},{\"icon\":{\"paths\":[\"M928 864h-96v-704c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM256 160h512v704h-512zM672 528c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"door\"]},\"attrs\":[{}],\"properties\":{\"order\":26165,\"id\":823,\"name\":\"door\",\"prevSize\":16,\"code\":60072},\"setIdx\":0,\"setId\":0,\"iconIdx\":424},{\"icon\":{\"paths\":[\"M928 864h-96v-704c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 160v704h-64v-704zM256 160h384v704h-384zM576 528c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"door-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26166,\"id\":822,\"name\":\"door-open\",\"prevSize\":16,\"code\":60073},\"setIdx\":0,\"setId\":0,\"iconIdx\":425},{\"icon\":{\"paths\":[\"M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dot\"]},\"attrs\":[{}],\"properties\":{\"order\":26167,\"id\":821,\"name\":\"dot\",\"prevSize\":16,\"code\":60074},\"setIdx\":0,\"setId\":0,\"iconIdx\":426},{\"icon\":{\"paths\":[\"M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dot-outline\"]},\"attrs\":[{}],\"properties\":{\"order\":26168,\"id\":820,\"name\":\"dot-outline\",\"prevSize\":16,\"code\":60075},\"setIdx\":0,\"setId\":0,\"iconIdx\":427},{\"icon\":{\"paths\":[\"M288 240c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 192c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM240 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM512 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM240 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM512 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dots-nine\"]},\"attrs\":[{}],\"properties\":{\"order\":26169,\"id\":819,\"name\":\"dots-nine\",\"prevSize\":16,\"code\":60076},\"setIdx\":0,\"setId\":0,\"iconIdx\":428},{\"icon\":{\"paths\":[\"M288 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 320c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 416c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM240 608c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM512 608c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM784 608c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dots-six\"]},\"attrs\":[{}],\"properties\":{\"order\":26170,\"id\":818,\"name\":\"dots-six\",\"prevSize\":16,\"code\":60077},\"setIdx\":0,\"setId\":0,\"iconIdx\":429},{\"icon\":{\"paths\":[\"M416 240c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM656 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM368 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM368 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dots-six-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":26171,\"id\":817,\"name\":\"dots-six-vertical\",\"prevSize\":16,\"code\":60078},\"setIdx\":0,\"setId\":0,\"iconIdx\":430},{\"icon\":{\"paths\":[\"M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM784 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM240 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dots-three\"]},\"attrs\":[{}],\"properties\":{\"order\":26172,\"id\":816,\"name\":\"dots-three\",\"prevSize\":16,\"code\":60079},\"setIdx\":0,\"setId\":0,\"iconIdx\":431},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dots-three-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26173,\"id\":815,\"name\":\"dots-three-circle\",\"prevSize\":16,\"code\":60080},\"setIdx\":0,\"setId\":0,\"iconIdx\":432},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM560 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dots-three-circle-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":26174,\"id\":814,\"name\":\"dots-three-circle-vertical\",\"prevSize\":16,\"code\":60081},\"setIdx\":0,\"setId\":0,\"iconIdx\":433},{\"icon\":{\"paths\":[\"M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM192 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM192 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM832 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM832 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dots-three-outline\"]},\"attrs\":[{}],\"properties\":{\"order\":26175,\"id\":813,\"name\":\"dots-three-outline\",\"prevSize\":16,\"code\":60082},\"setIdx\":0,\"setId\":0,\"iconIdx\":434},{\"icon\":{\"paths\":[\"M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM512 704c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 896c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dots-three-outline-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":26176,\"id\":812,\"name\":\"dots-three-outline-vertical\",\"prevSize\":16,\"code\":60083},\"setIdx\":0,\"setId\":0,\"iconIdx\":435},{\"icon\":{\"paths\":[\"M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM512 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dots-three-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":26177,\"id\":811,\"name\":\"dots-three-vertical\",\"prevSize\":16,\"code\":60084},\"setIdx\":0,\"setId\":0,\"iconIdx\":436},{\"icon\":{\"paths\":[\"M960 544v256c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v256h768v-256h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c35.346 0 64 28.654 64 64v0zM489.36 534.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-137.36 137.4v-338.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 338.76l-137.36-137.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM800 672c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"download\"]},\"attrs\":[{}],\"properties\":{\"order\":26178,\"id\":810,\"name\":\"download\",\"prevSize\":16,\"code\":60085},\"setIdx\":0,\"setId\":0,\"iconIdx\":437},{\"icon\":{\"paths\":[\"M896 608v224c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224h640v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM489.36 630.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-105.36 105.4v-370.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 370.76l-105.36-105.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"download-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26179,\"id\":809,\"name\":\"download-simple\",\"prevSize\":16,\"code\":60086},\"setIdx\":0,\"setId\":0,\"iconIdx\":438},{\"icon\":{\"paths\":[\"M858.8 838.8c-0.141-0.394-0.29-0.724-0.46-1.040l0.020 0.040-181.92-387.44 82-128.72c0.144-0.204 0.29-0.439 0.422-0.683l0.018-0.037c5.726-9.397 9.116-20.763 9.116-32.92s-3.39-23.523-9.276-33.203l0.16 0.283c-0.36-0.64-0.8-1.28-1.2-1.88l-85.68-122.4v-98.8c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 97.68l-21.040 26.32c-17.741 22.041-44.717 36.025-74.96 36.025s-57.219-13.985-74.816-35.84l-0.144-0.185-21.040-26.32v-97.68c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 98.8l-85.68 122.4c-0.4 0.6-0.84 1.24-1.2 1.88-5.726 9.397-9.116 20.763-9.116 32.92s3.39 23.523 9.276 33.203l-0.16-0.283c0.15 0.281 0.296 0.516 0.455 0.742l-0.015-0.022 82 128.72-181.92 387.44c-0.15 0.276-0.299 0.606-0.423 0.947l-0.017 0.053c-3.268 7.431-5.17 16.093-5.17 25.2 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-9.107-1.902-17.769-5.331-25.612l0.161 0.412zM320 288l65.72-93.72 1.32 1.68c29.568 36.754 74.54 60.075 124.96 60.075s95.392-23.322 124.719-59.766l0.241-0.309 1.32-1.68 65.72 93.72-81.52 128h-220.92zM224 864l180.28-384h215.36l180.36 384z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dress\"]},\"attrs\":[{}],\"properties\":{\"order\":26180,\"id\":808,\"name\":\"dress\",\"prevSize\":16,\"code\":60087},\"setIdx\":0,\"setId\":0,\"iconIdx\":439},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.6 480.72q-15.28-0.72-30.6-0.72c-62.527 0.018-123.055 8.544-180.5 24.482l4.74-1.122c-15.646-45.949-33.83-85.379-55.505-122.523l1.705 3.163c58.552-35.661 108.838-77.483 152.273-125.607l0.527-0.593c59.712 57.046 99.29 134.722 107.258 221.545l0.102 1.375zM705.12 217.84c-39.495 43.288-84.611 80.487-134.423 110.72l-2.697 1.52c-43.376-60.577-94.475-112.147-152.61-154.668l-1.91-1.332c29.54-8.951 63.488-14.104 98.641-14.104 71.973 0 138.901 21.601 194.654 58.673l-1.295-0.81zM342.6 203.52c66.26 42.149 122.013 94.309 166.817 155.040l1.183 1.68c-74.568 35.207-161.981 55.76-254.194 55.76-0.142 0-0.285-0-0.427-0l0.022 0c-28.619-0.015-56.765-1.977-84.33-5.761l3.21 0.361c27.763-89.658 87.666-162.359 165.933-206.161l1.787-0.919zM160 512c-0-0.014-0-0.029-0-0.045 0-13.569 0.77-26.958 2.269-40.126l-0.149 1.611c28.206 4.174 60.764 6.559 93.879 6.56l0.001 0c0.188 0 0.411 0 0.633 0 105.218 0 204.783-24.205 293.431-67.35l-3.984 1.75c18.287 30.912 34.924 66.756 47.96 104.285l1.28 4.235c-38.295 14.498-70.698 30.105-101.53 48.11l3.17-1.71c-88.884 51.958-162.544 120.497-218.801 201.975l-1.479 2.265c-71.759-64.569-116.68-157.75-116.68-261.423 0-0.048 0-0.097 0-0.145l-0 0.008zM328 812c52.448-76.861 119.696-139.702 198.072-185.597l2.888-1.563c23.492-13.881 51.083-27.321 79.76-38.6l4.040-1.4c9.468 40.224 14.904 86.413 14.92 133.869l0 0.011c0 0.089 0 0.194 0 0.3 0 46.037-5.086 90.887-14.726 134.017l0.766-4.077c-30.433 9.534-65.426 15.027-101.702 15.027-68.089 0-131.659-19.35-185.51-52.851l1.492 0.865zM684.24 818.92c4.719-30.041 7.423-64.698 7.44-99.982l0-0.018c-0.007-54.588-6.495-107.657-18.736-158.484l0.936 4.604c47.406-13.306 101.854-20.982 158.086-21.040l0.034-0q15.2 0 30.44 0.76c-11.472 117.996-79.589 217.916-176.468 273.21l-1.732 0.91z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dribbble-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26181,\"id\":807,\"name\":\"dribbble-logo\",\"prevSize\":16,\"code\":60088},\"setIdx\":0,\"setId\":0,\"iconIdx\":440},{\"icon\":{\"paths\":[\"M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-228.92 221.88-420 288-472 66.12 52 288 243 288 472-0.182 158.985-129.015 287.818-287.983 288l-0.017 0zM735.56 613.36c-17.46 94.991-91.243 168.76-184.824 185.984l-1.416 0.216c-1.592 0.268-3.432 0.428-5.308 0.44l-0.012 0c-17.67-0.005-31.992-14.33-31.992-32 0-15.805 11.458-28.934 26.521-31.533l0.19-0.027c66.28-11.16 122.52-67.4 133.76-133.8 2.656-15.225 15.774-26.652 31.56-26.652 17.68 0 32.012 14.332 32.012 32.012 0 1.893-0.164 3.749-0.48 5.552l0.028-0.192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"drop\"]},\"attrs\":[{}],\"properties\":{\"order\":26182,\"id\":806,\"name\":\"drop\",\"prevSize\":16,\"code\":60089},\"setIdx\":0,\"setId\":0,\"iconIdx\":441},{\"icon\":{\"paths\":[\"M946.2 597.68l-170-117.68 170-117.68c8.384-5.853 13.8-15.454 13.8-26.32s-5.416-20.467-13.696-26.251l-0.104-0.069-208-144c-5.083-3.554-11.393-5.68-18.2-5.68s-13.117 2.125-18.304 5.748l0.104-0.069-189.8 131.4-189.8-131.4c-5.083-3.554-11.393-5.68-18.2-5.68s-13.117 2.125-18.304 5.748l0.104-0.069-208 144c-8.384 5.853-13.8 15.454-13.8 26.32s5.416 20.467 13.696 26.251l0.104 0.069 170.2 117.68-170 117.68c-8.384 5.853-13.8 15.454-13.8 26.32s5.416 20.467 13.696 26.251l0.104 0.069 208 144c5.083 3.554 11.393 5.68 18.2 5.68s13.117-2.125 18.304-5.748l-0.104 0.069 189.6-131.4 189.8 131.4c5.083 3.554 11.393 5.68 18.2 5.68s13.117-2.125 18.304-5.748l-0.104 0.069 208-144c8.384-5.853 13.8-15.454 13.8-26.32s-5.416-20.467-13.696-26.251l-0.104-0.069zM512 585.080l-151.8-105.080 152-105.080 151.8 105.080zM720 230.92l152 105.080-152 105.080-151.8-105.080zM304 230.92l152 105.080-152 105.080-151.8-105.080zM304 729.080l-151.8-105.080 152-105.080 151.8 105.080zM720 729.080l-151.8-105.080 151.8-105.080 152 105.080zM633.88 827.64c3.578 5.095 5.719 11.425 5.719 18.256 0 10.832-5.382 20.406-13.617 26.196l-0.102 0.068-95.56 66.16c-5.083 3.554-11.393 5.68-18.2 5.68s-13.117-2.125-18.304-5.748l0.104 0.069-95.68-66.32c-8.321-5.859-13.691-15.425-13.691-26.245 0-17.673 14.327-32 32-32 6.76 0 13.031 2.096 18.197 5.674l-0.106-0.070 77.36 53.72 77.36-53.56c5.083-3.554 11.393-5.68 18.2-5.68 10.866 0 20.467 5.416 26.251 13.696l0.069 0.104z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"dropbox-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26183,\"id\":805,\"name\":\"dropbox-logo\",\"prevSize\":16,\"code\":60090},\"setIdx\":0,\"setId\":0,\"iconIdx\":442},{\"icon\":{\"paths\":[\"M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM800 576c-0.007 11.284-0.676 22.403-1.968 33.331l0.128-1.331h-254.16v-64h254.56q1.44 16 1.44 32zM733.56 352h-189.56v-64h147.56c13.583 18.189 27.458 39.080 40.208 60.713l1.792 3.287zM544 800h148.76c-40.801 33.261-91.688 55.645-147.437 62.037l-1.323 0.123zM544 736v-64h239.48c-8.731 24.438-19.535 45.575-32.651 65.024l0.651-1.024zM544 480v-64h221.56c7.713 17.504 15.161 38.799 21.053 60.732l0.747 3.268zM639.56 224h-95.56v-93.6c34.356 29.63 65.557 60.211 94.726 92.657l0.834 0.943zM224 576c0-200 169.040-370.84 256-445.6v731.76c-144.601-16.786-255.819-138.457-256-286.141l-0-0.019z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"drop-half\"]},\"attrs\":[{}],\"properties\":{\"order\":26184,\"id\":804,\"name\":\"drop-half\",\"prevSize\":16,\"code\":60091},\"setIdx\":0,\"setId\":0,\"iconIdx\":443},{\"icon\":{\"paths\":[\"M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM751.32 736h-478.64c-12.465-18.425-23.269-39.562-31.367-61.993l-0.633-2.007h542.8c-8.783 24.438-19.638 45.573-32.807 65.013l0.647-1.013zM800 576c-0.007 11.284-0.676 22.403-1.968 33.331l0.128-1.331h-572.32c-1.164-9.597-1.833-20.716-1.84-31.99l-0-0.010q0-16 1.44-32h573.12q1.44 16 1.44 32zM512 104c56.64 44.4 227.44 190.96 275.36 376h-550.72c47.92-184.96 218.72-331.52 275.36-376zM331.24 800h361.52c-48.921 39.854-112.021 63.996-180.76 63.996s-131.839-24.142-181.284-64.41l0.524 0.413z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"drop-half-bottom\"]},\"attrs\":[{}],\"properties\":{\"order\":26185,\"id\":803,\"name\":\"drop-half-bottom\",\"prevSize\":16,\"code\":60092},\"setIdx\":0,\"setId\":0,\"iconIdx\":444},{\"icon\":{\"paths\":[\"M864 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 106.8 34.12 139.68 70.28 174.56 34.56 33.44 73.72 71.080 73.72 161.44 0 79.529 64.471 144 144 144v0c40.96 0 73.8-16.64 103.32-52.36 5.913-7.405 14.94-12.108 25.066-12.108 17.673 0 32 14.327 32 32 0 7.974-2.917 15.267-7.741 20.87l0.035-0.042c-41.44 50.2-92.68 75.64-152.68 75.64-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-63.16-22.72-85.080-54.16-115.36-40-38.64-89.84-86.64-89.84-220.64 0-194.404 157.596-352 352-352s352 157.596 352 352v0zM711.48 644.32c-4.602-2.713-10.138-4.316-16.050-4.316-11.78 0-22.074 6.366-27.629 15.845l-0.082 0.151c-5.634 9.639-15.933 16.012-27.72 16.012-17.673 0-32-14.327-32-32 0-0.004 0-0.009 0-0.013l-0 0.001c0-37.32 19.28-63.040 41.6-92.8 25.48-34 54.4-72.52 54.4-131.2 0-106.039-85.961-192-192-192s-192 85.961-192 192v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128s128 57.308 128 128v0c0 37.32-19.28 63.040-41.6 92.8-25.48 34-54.4 72.52-54.4 131.2 0.018 53.006 42.992 95.968 96 95.968 35.333 0 66.208-19.089 82.875-47.516l0.245-0.452c2.698-4.591 4.291-10.113 4.291-16.007 0-11.754-6.337-22.028-15.782-27.591l-0.15-0.082z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"ear\"]},\"attrs\":[{}],\"properties\":{\"order\":26186,\"id\":802,\"name\":\"ear\",\"prevSize\":16,\"code\":60093},\"setIdx\":0,\"setId\":0,\"iconIdx\":445},{\"icon\":{\"paths\":[\"M855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-140-153.8c-8.47 2.71-18.212 4.272-28.32 4.272-53.017 0-95.996-42.976-96-95.992l-0-0c-0.001-0.158-0.001-0.344-0.001-0.531 0-14.016 1.766-27.619 5.086-40.6l-0.245 1.131-164.84-181.36c-0.728 17.111-14.776 30.707-32 30.707-17.688 0-32.027-14.339-32.027-32.027 0-0.464 0.010-0.926 0.029-1.386l-0.002 0.066c-0-0.066-0-0.144-0-0.223 0-20.577 3.248-40.396 9.259-58.971l-0.379 1.354-70.88-78.16c-21.409 39.117-34.001 85.698-34.001 135.22 0 0.274 0 0.548 0.001 0.822l-0-0.042c0 106.8 34.12 139.68 70.28 174.56 34.56 33.44 73.72 71.080 73.72 161.44 0 79.529 64.471 144 144 144v0c40.96 0 73.8-16.64 103.32-52.36 5.913-7.405 14.94-12.108 25.066-12.108 17.673 0 32 14.327 32 32 0 7.974-2.917 15.267-7.741 20.87l0.035-0.042c-41.44 50.2-92.68 75.64-152.68 75.64-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-63.16-22.72-85.080-54.16-115.36-40-38.64-89.84-86.64-89.84-220.64-0.001-0.259-0.001-0.565-0.001-0.871 0-68.41 19.681-132.223 53.689-186.087l-0.848 1.438-44.52-48.96c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM364.36 168.68c42.169-25.582 93.136-40.722 147.64-40.722 159.058 0 288 128.942 288 288 0 0.015-0 0.029-0 0.044l0-0.002c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-0.016 0-0.035 0-0.054 0-194.404-157.596-352-352-352-66.645 0-128.963 18.521-182.090 50.696l1.57-0.883c-9.388 5.692-15.565 15.854-15.565 27.46 0 17.676 14.329 32.005 32.005 32.005 6.070 0 11.746-1.69 16.582-4.625l-0.142 0.080zM641.28 508.68c4.264 2.248 9.319 3.567 14.682 3.567 12.314 0 23.003-6.955 28.354-17.151l0.084-0.176c12.344-22.786 19.6-49.886 19.6-78.68 0-0.084-0-0.169-0-0.253l0 0.013c0-0.018 0-0.040 0-0.062 0-106.039-85.961-192-192-192-22.301 0-43.714 3.802-63.625 10.793l1.345-0.411c-12.691 4.444-21.63 16.318-21.63 30.28 0 17.678 14.331 32.010 32.010 32.010 3.717 0 7.286-0.633 10.604-1.798l-0.224 0.069c12.378-4.386 26.653-6.921 41.52-6.921 70.692 0 128 57.308 128 128 0 0.014-0 0.029-0 0.043l0-0.002c-0.007 18.085-4.629 35.089-12.752 49.9l0.272-0.54c-2.248 4.264-3.567 9.319-3.567 14.682 0 12.314 6.955 23.003 17.151 28.354l0.176 0.084z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"ear-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26187,\"id\":801,\"name\":\"ear-slash\",\"prevSize\":16,\"code\":60094},\"setIdx\":0,\"setId\":0,\"iconIdx\":446},{\"icon\":{\"paths\":[\"M746.64 238.24c-72.76-109.080-160.48-174.24-234.64-174.24s-161.88 65.16-234.64 174.24c-74.56 111.92-117.36 246.68-117.36 369.76 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-123.080-42.8-257.84-117.36-369.76zM512 896c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-110.76 38.88-232.6 106.64-334.24 58.12-87.2 131-145.76 181.36-145.76s123.24 58.56 181.36 145.76c67.76 101.64 106.64 223.48 106.64 334.24-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"egg\"]},\"attrs\":[{}],\"properties\":{\"order\":26188,\"id\":800,\"name\":\"egg\",\"prevSize\":16,\"code\":60095},\"setIdx\":0,\"setId\":0,\"iconIdx\":447},{\"icon\":{\"paths\":[\"M746.64 238.24c-72.76-109.080-160.48-174.24-234.64-174.24s-161.88 65.16-234.64 174.24c-74.56 111.92-117.36 246.68-117.36 369.76 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-123.080-42.8-257.84-117.36-369.76zM512 896c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-110.76 38.88-232.6 106.64-334.24 58.12-87.2 131-145.76 181.36-145.76 38 0 88.8 33.32 136.4 87.12l-160.4 179.56c-5.059 5.636-8.152 13.125-8.152 21.337 0 14.885 10.164 27.397 23.93 30.974l0.222 0.049 98.4 24.6-26 130.080c-0.394 1.884-0.62 4.049-0.62 6.266 0 15.443 10.94 28.332 25.493 31.338l0.207 0.036c1.888 0.408 4.056 0.641 6.279 0.641 0.085 0 0.169-0 0.254-0.001l-0.013 0c15.427-0.029 28.29-10.969 31.284-25.513l0.036-0.207 32-160c0.396-1.888 0.622-4.057 0.622-6.28 0-14.911-10.198-27.44-24-30.992l-0.222-0.048-76.64-19.16 117.32-131.4c1.68 2.44 3.32 4.88 4.96 7.36 67.76 101.64 106.64 223.48 106.64 334.24-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"egg-crack\"]},\"attrs\":[{}],\"properties\":{\"order\":26189,\"id\":799,\"name\":\"egg-crack\",\"prevSize\":16,\"code\":60096},\"setIdx\":0,\"setId\":0,\"iconIdx\":448},{\"icon\":{\"paths\":[\"M832 640h-640c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-96c0-35.346-28.654-64-64-64v0zM832 800h-640v-96h640zM192.96 576h638.080c0.093 0 0.203 0.001 0.312 0.001 26.46 0 49.211-15.878 59.245-38.626l0.163-0.414c3.311-7.367 5.239-15.968 5.239-25.020 0-16.907-6.728-32.242-17.653-43.475l0.014 0.014-294.92-310.040c-18.052-18.779-43.383-30.445-71.44-30.445s-53.388 11.666-71.409 30.412l-0.031 0.033-294.92 310.040c-10.911 11.218-17.639 26.554-17.639 43.46 0 9.052 1.929 17.653 5.397 25.415l-0.158-0.396c10.197 23.162 32.948 39.041 59.408 39.041 0.11 0 0.22-0 0.329-0.001l-0.017 0zM486.92 202.56c6.374-6.514 15.256-10.552 25.080-10.552s18.706 4.039 25.074 10.546l0.006 0.006 294.32 309.44h-638.84z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"eject\"]},\"attrs\":[{}],\"properties\":{\"order\":26190,\"id\":798,\"name\":\"eject\",\"prevSize\":16,\"code\":60097},\"setIdx\":0,\"setId\":0,\"iconIdx\":449},{\"icon\":{\"paths\":[\"M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0zM102.36 635.36c-4.026-8.14-6.381-17.724-6.381-27.858 0-15.383 5.427-29.498 14.471-40.535l-0.090 0.113 326.68-403.32c17.822-21.892 44.771-35.763 74.96-35.763s57.138 13.871 74.821 35.587l0.139 0.176 326.6 403.32c8.934 10.967 14.345 25.111 14.345 40.52 0 35.52-28.756 64.323-64.258 64.4l-0.007 0h-703.28c-0.042 0-0.093 0-0.143 0-25.407 0-47.355-14.804-57.691-36.257l-0.166-0.383zM160 607.64s0 0.36 0.32 0.44h703.32s0.32-0.36 0.32-0.52l-326.76-403.56c-5.988-7.367-15.049-12.035-25.2-12.035s-19.212 4.669-25.153 11.976l-0.047 0.060-326.8 403.36c-0.006 0.042-0.009 0.091-0.009 0.14s0.003 0.098 0.009 0.146l-0.001-0.006z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"eject-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26191,\"id\":797,\"name\":\"eject-simple\",\"prevSize\":16,\"code\":60098},\"setIdx\":0,\"setId\":0,\"iconIdx\":450},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM704 448v384h-160v-384zM480 832h-160v-384h160zM832 832h-64v-416c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 416h-64v-640h640v640zM608 288c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"elevator\"]},\"attrs\":[{}],\"properties\":{\"order\":26192,\"id\":796,\"name\":\"elevator\",\"prevSize\":16,\"code\":60099},\"setIdx\":0,\"setId\":0,\"iconIdx\":451},{\"icon\":{\"paths\":[\"M992 416c-17.673 0-32 14.327-32 32v0 96h-64v-64c0-35.346-28.654-64-64-64v0h-50.76l-141.24-141.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-82.76v-64h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v64h-256c-35.346 0-64 28.654-64 64v0 224h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h64v82.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 141.24 141.24c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h261.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 141.24-141.24h50.76c35.346 0 64-28.654 64-64v0-64h64v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM832 672h-50.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-141.24 141.24h-261.52l-141.24-141.24v-370.76h402.76l141.24 141.24c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h50.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"engine\"]},\"attrs\":[{}],\"properties\":{\"order\":26193,\"id\":795,\"name\":\"engine\",\"prevSize\":16,\"code\":60100},\"setIdx\":0,\"setId\":0,\"iconIdx\":452},{\"icon\":{\"paths\":[\"M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM512 532.6l-301.72-276.6h603.44zM394.84 512l-234.84 215.24v-430.48zM442.2 555.4l48 44.2c5.677 5.224 13.284 8.426 21.64 8.426s15.963-3.203 21.663-8.447l-0.023 0.021 48-44.2 232 212.6h-603.2zM629.16 512l234.84-215.28v430.56z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"envelope\"]},\"attrs\":[{}],\"properties\":{\"order\":26194,\"id\":794,\"name\":\"envelope\",\"prevSize\":16,\"code\":60101},\"setIdx\":0,\"setId\":0,\"iconIdx\":453},{\"icon\":{\"paths\":[\"M913.76 357.36l-384-256c-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072-384 256c-8.636 5.821-14.24 15.566-14.24 26.619 0 0.007 0 0.015 0 0.022l-0-0.001v416c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-416c0-0.006 0-0.013 0-0.021 0-11.053-5.604-20.798-14.126-26.547l-0.114-0.072zM386.88 608l-226.88 160v-321.88zM452.36 640h119.28l226.52 160h-572.32zM637.12 608l226.88-161.88v321.88zM512 166.44l327.64 218.44-268 191.12h-119.2l-268-191.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"envelope-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26195,\"id\":793,\"name\":\"envelope-open\",\"prevSize\":16,\"code\":60102},\"setIdx\":0,\"setId\":0,\"iconIdx\":454},{\"icon\":{\"paths\":[\"M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM813.72 256l-301.72 276.6-301.72-276.6zM864 768h-704v-471.24l330.36 302.84c5.677 5.224 13.284 8.426 21.64 8.426s15.963-3.203 21.663-8.447l-0.023 0.021 330.36-302.84v471.24z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"envelope-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26196,\"id\":792,\"name\":\"envelope-simple\",\"prevSize\":16,\"code\":60103},\"setIdx\":0,\"setId\":0,\"iconIdx\":455},{\"icon\":{\"paths\":[\"M913.76 357.36l-384-256c-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072-384 256c-8.636 5.821-14.24 15.566-14.24 26.619 0 0.007 0 0.015 0 0.022l-0-0.001v416c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-416c0-0.006 0-0.013 0-0.021 0-11.053-5.604-20.798-14.126-26.547l-0.114-0.072zM512 166.44l327.64 218.44-268 191.12h-119.2l-268-191.12zM160 800v-353.88l263.6 188c5.164 3.726 11.621 5.96 18.599 5.96 0 0 0.001-0 0.001-0l139.6 0c0 0 0.001 0 0.001 0 6.978 0 13.435-2.234 18.693-6.025l-0.095 0.065 263.6-188v353.88z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"envelope-simple-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26197,\"id\":791,\"name\":\"envelope-simple-open\",\"prevSize\":16,\"code\":60104},\"setIdx\":0,\"setId\":0,\"iconIdx\":456},{\"icon\":{\"paths\":[\"M320 384c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM288 480h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 608h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 736h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 480h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 608h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 736h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 352h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 288h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 480h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 608h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 736h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"equalizer\"]},\"attrs\":[{}],\"properties\":{\"order\":26198,\"id\":790,\"name\":\"equalizer\",\"prevSize\":16,\"code\":60105},\"setIdx\":0,\"setId\":0,\"iconIdx\":457},{\"icon\":{\"paths\":[\"M896 640c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM160 416h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"equals\"]},\"attrs\":[{}],\"properties\":{\"order\":26199,\"id\":789,\"name\":\"equals\",\"prevSize\":16,\"code\":60106},\"setIdx\":0,\"setId\":0,\"iconIdx\":458},{\"icon\":{\"paths\":[\"M900 321.6l-165.6-165.6c-17.372-17.371-41.371-28.115-67.88-28.115s-50.508 10.744-67.88 28.116l-474.64 474.64c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l120.24 120.24c5.79 5.783 13.785 9.36 22.615 9.36 0.037 0 0.074-0 0.111-0l-0.006 0h597.040c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-338.8l374.8-374.64c17.371-17.372 28.115-41.371 28.115-67.88s-10.744-50.508-28.116-67.88l0 0zM434.72 832h-154.52l-110.88-110.88c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l214.68-214.64 210.76 210.76zM854.72 412l-214.72 214.76-210.76-210.76 214.76-214.64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 165.52 165.52c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"eraser\"]},\"attrs\":[{}],\"properties\":{\"order\":26200,\"id\":788,\"name\":\"eraser\",\"prevSize\":16,\"code\":60107},\"setIdx\":0,\"setId\":0,\"iconIdx\":459},{\"icon\":{\"paths\":[\"M681.36 342.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-146.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 146.76l41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM960 640v160c0 35.346-28.654 64-64 64v0h-210c-18.573-0.030-35.293-7.938-47.003-20.559l-0.037-0.041-364.96-395.4h-146c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h210c18.573 0.030 35.293 7.938 47.003 20.559l0.037 0.041 364.96 395.4h146c35.346 0 64 28.654 64 64v0zM896 640h-146c-18.573-0.030-35.293-7.938-47.003-20.559l-0.037-0.041-364.96-395.4h-210v160h146c18.573 0.030 35.293 7.938 47.003 20.559l0.037 0.041 364.96 395.4h210z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"escalator-down\"]},\"attrs\":[{}],\"properties\":{\"order\":26201,\"id\":787,\"name\":\"escalator-down\",\"prevSize\":16,\"code\":60108},\"setIdx\":0,\"setId\":0,\"iconIdx\":460},{\"icon\":{\"paths\":[\"M896 160h-210c-18.564 0.011-35.278 7.924-46.961 20.558l-0.039 0.042-365 395.4h-146c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h210c18.564-0.011 35.278-7.924 46.961-20.558l0.039-0.042 365-395.4h146c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM896 384h-146c-18.564 0.011-35.278 7.924-46.961 20.558l-0.039 0.042-365 395.4h-210v-160h146c18.564-0.011 35.278-7.924 46.961-20.558l0.039-0.042 365-395.4h210zM918.64 681.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4v146.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-146.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"escalator-up\"]},\"attrs\":[{}],\"properties\":{\"order\":26202,\"id\":786,\"name\":\"escalator-up\",\"prevSize\":16,\"code\":60109},\"setIdx\":0,\"setId\":0,\"iconIdx\":461},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 640c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383 17.673 0 32-14.327 32-32 0-0.008-0-0.016-0-0.024l0 0.001v-640c0-35.346-28.654-64-64-64v0zM864 812.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-588.24h704zM241.68 668.64c4.174 2.136 9.105 3.388 14.329 3.388 12.464 0 23.263-7.126 28.547-17.525l0.084-0.182 23.12-46.32h152.48l23.12 46.32c5.374 10.579 16.175 17.7 28.64 17.7 17.684 0 32.020-14.336 32.020-32.020 0-5.22-1.249-10.148-3.464-14.502l0.084 0.182-128-256c-5.364-10.592-16.169-17.726-28.64-17.726s-23.276 7.134-28.556 17.544l-0.084 0.182-128 256c-2.136 4.174-3.388 9.105-3.388 14.329 0 12.464 7.126 23.263 17.525 28.547l0.182 0.084zM384 455.56l44.24 88.44h-88.48zM544 512c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"exam\"]},\"attrs\":[{}],\"properties\":{\"order\":26203,\"id\":785,\"name\":\"exam\",\"prevSize\":16,\"code\":60110},\"setIdx\":0,\"setId\":0,\"iconIdx\":462},{\"icon\":{\"paths\":[\"M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM896 640c0 6.080-0.28 12-0.72 18.040l-200-200c4.919-19.606 8.060-42.29 8.71-65.596l0.010-0.444c111.249 29.587 191.899 129.361 192 247.989l0 0.011zM842.12 796.84l-210.48-210.44c14.807-17.976 28.027-38.242 38.877-59.901l0.843-1.859 207.44 207.36c-9.71 24.783-22.064 46.193-37.103 65.401l0.423-0.561zM732 878.8l-207.44-207.44c23.518-11.693 43.784-24.913 62.316-40.164l-0.556 0.444 210.44 210.48c-18.625 14.61-40.008 26.963-63.027 36.075l-1.733 0.605zM181.88 227.16l210.48 210.44c-14.807 17.976-28.027 38.242-38.877 59.901l-0.843 1.859-207.44-207.36c9.71-24.783 22.064-46.193 37.103-65.401l-0.423 0.561zM292 145.2l207.44 207.44c-23.518 11.693-43.784 24.913-62.316 40.164l0.556-0.444-210.52-210.48c18.647-14.616 40.057-26.97 63.106-36.076l1.734-0.604zM640 384c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM632 320c-23.688 0.593-46.355 3.666-68.149 8.97l2.189-0.45-200-200c5.96-0.24 11.88-0.52 17.96-0.52 118.691 0.126 218.488 80.866 247.595 190.41l0.405 1.79zM128 384c0-6.080 0.28-12 0.72-18.040l200 200c-4.86 19.631-7.933 42.326-8.512 65.641l-0.008 0.399c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM392 704c23.688-0.593 46.355-3.666 68.149-8.97l-2.189 0.45 200 200c-5.96 0.44-12 0.72-18.040 0.72-118.658-0.164-218.415-80.892-247.515-190.41l-0.405-1.79z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"exclude\"]},\"attrs\":[{}],\"properties\":{\"order\":26204,\"id\":784,\"name\":\"exclude\",\"prevSize\":16,\"code\":60111},\"setIdx\":0,\"setId\":0,\"iconIdx\":463},{\"icon\":{\"paths\":[\"M896 640v-256c0-17.673-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-224zM653.24 832l-160-160h133.52l160 160zM192 237.24l160 160v133.52l-160-160zM370.76 192l160 160h-133.52l-160-160zM416 608v0-192h192v192zM672 626.76v-133.52l160 160v133.52zM832 562.76l-146.76-146.76h146.76zM608 338.76l-146.76-146.76h146.76zM192 461.24l146.76 146.76h-146.76zM416 685.24l146.76 146.76h-146.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"exclude-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26205,\"id\":783,\"name\":\"exclude-square\",\"prevSize\":16,\"code\":60112},\"setIdx\":0,\"setId\":0,\"iconIdx\":464},{\"icon\":{\"paths\":[\"M864 448v384c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v384h576v-384h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c35.346 0 64 28.654 64 64v0zM374.64 278.64l105.36-105.4v370.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-370.76l105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-0-0-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"export\"]},\"attrs\":[{}],\"properties\":{\"order\":26206,\"id\":782,\"name\":\"export\",\"prevSize\":16,\"code\":60113},\"setIdx\":0,\"setId\":0,\"iconIdx\":465},{\"icon\":{\"paths\":[\"M989.24 499.040c-1.4-3.16-35.28-78.32-110.6-153.64-100.36-100.36-227.12-153.4-366.64-153.4s-266.28 53.040-366.64 153.4c-75.32 75.32-109.36 150.6-110.6 153.64-1.743 3.824-2.76 8.293-2.76 13s1.016 9.176 2.841 13.201l-0.082-0.201c1.4 3.16 35.28 78.28 110.6 153.6 100.36 100.32 227.12 153.36 366.64 153.36s266.28-53.040 366.64-153.36c75.32-75.32 109.2-150.44 110.6-153.6 1.743-3.824 2.76-8.293 2.76-13s-1.016-9.176-2.841-13.201l0.082 0.201zM512 768c-123.12 0-230.68-44.76-319.72-133-35.673-35.481-66.341-75.941-90.889-120.262l-1.391-2.738c25.931-47.062 56.6-87.522 92.255-122.975l0.025-0.025c89.040-88.24 196.6-133 319.72-133s230.68 44.76 319.72 133c35.751 35.478 66.484 75.939 91.090 120.27l1.39 2.73c-28.84 53.84-154.48 256-412.2 256zM512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"eye\"]},\"attrs\":[{}],\"properties\":{\"order\":26207,\"id\":781,\"name\":\"eye\",\"prevSize\":16,\"code\":60114},\"setIdx\":0,\"setId\":0,\"iconIdx\":466},{\"icon\":{\"paths\":[\"M912 700c-4.554 2.642-10.021 4.202-15.852 4.202-11.864 0-22.22-6.456-27.746-16.047l-0.082-0.155-76-132.8c-41.399 28.358-89.406 51.148-140.844 65.794l-3.476 0.846 23.48 140.88c0.278 1.585 0.437 3.41 0.437 5.272 0 15.821-11.482 28.961-26.568 31.541l-0.189 0.027c-1.542 0.266-3.327 0.425-5.146 0.44l-0.014 0c-15.802-0.025-28.917-11.5-31.493-26.571l-0.027-0.189-23.080-138.32c-22.041 3.233-47.485 5.080-73.36 5.080s-51.32-1.846-76.208-5.415l2.848 0.335-23.080 138.32c-2.605 15.277-15.746 26.76-31.568 26.76-0.011 0-0.022-0-0.034-0l0.002 0c-1.871-0.008-3.698-0.168-5.477-0.467l0.197 0.027c-15.275-2.606-26.757-15.746-26.757-31.568 0-1.862 0.159-3.687 0.464-5.462l-0.027 0.19 23.6-140.88c-54.889-15.539-102.866-38.367-145.926-67.85l1.686 1.090-75.76 132.92c-5.652 9.717-16.015 16.145-27.88 16.145-17.753 0-32.145-14.392-32.145-32.145 0-5.888 1.583-11.407 4.347-16.153l-0.082 0.153 80-140c-28.175-24.428-53.46-50.601-76.292-78.839l-0.908-1.161c-5.065-5.637-8.163-13.132-8.163-21.349 0-17.673 14.327-32 32-32 10.673 0 20.125 5.225 25.939 13.256l0.064 0.093c66.4 82.16 182.56 180 359.12 180s292.72-97.96 359.12-180c5.856-8.349 15.438-13.74 26.279-13.74 17.673 0 32 14.327 32 32 0 8.404-3.239 16.051-8.538 21.761l0.019-0.020c-23.74 29.399-49.025 55.572-76.44 79.355l-0.76 0.645 80 140c2.778 4.644 4.421 10.245 4.421 16.229 0 11.823-6.412 22.148-15.948 27.689l-0.153 0.082z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"eye-closed\"]},\"attrs\":[{}],\"properties\":{\"order\":26208,\"id\":780,\"name\":\"eye-closed\",\"prevSize\":16,\"code\":60115},\"setIdx\":0,\"setId\":0,\"iconIdx\":467},{\"icon\":{\"paths\":[\"M896 269.2c-0.471-40.467-17.66-76.829-44.969-102.573l-0.071-0.067c-56-53.12-146.88-51.12-202.48 4.52l-77.28 77.72c-16.996-15.533-39.721-25.048-64.667-25.048-26.515 0-50.519 10.749-67.893 28.128l-36 36c-11.597 11.584-18.77 27.594-18.77 45.28s7.174 33.696 18.77 45.279l0.001 0.001 8 8.24-204 204c-29.036 28.816-47.010 68.744-47.010 112.869 0 13.901 1.784 27.386 5.135 40.237l-0.245-1.106-32 73.64c-2.94 6.498-4.653 14.090-4.653 22.081 0 15.163 6.168 28.886 16.131 38.796l0.002 0.002c11.538 11.613 27.518 18.8 45.177 18.8 9.287 0 18.11-1.988 26.066-5.562l-0.403 0.162 70.080-30.6c10.581 2.501 22.73 3.934 35.214 3.934 44.161 0 84.131-17.94 113.021-46.93l0.004-0.005 204-204 8.24 8.24c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l36-36c17.387-17.375 28.142-41.385 28.142-67.906 0-25.016-9.569-47.798-25.246-64.884l0.064 0.070 79-79.48c26.055-25.907 42.181-61.776 42.181-101.412 0-0.854-0.007-1.705-0.022-2.555l0.002 0.128zM388 772c-17.38 17.415-41.408 28.188-67.953 28.188-10.007 0-19.657-1.531-28.727-4.372l0.68 0.184c-2.819-0.901-6.062-1.42-9.427-1.42-4.62 0-9.011 0.979-12.977 2.741l0.204-0.081-72.4 31.64 30.6-71.24c1.687-3.769 2.67-8.168 2.67-12.797 0-3.651-0.611-7.159-1.738-10.428l0.067 0.225c-3.261-9.221-5.146-19.855-5.146-30.929 0-26.461 10.759-50.409 28.142-67.707l0.004-0.004 204-204 135.76 136zM808.52 328l-101.48 102.080c-5.775 5.788-9.345 13.777-9.345 22.6s3.571 16.812 9.346 22.601l-0.001-0.001 19.56 19.56c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-36 36-242.6-243.080 36-36c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l19.56 19.56c5.794 5.81 13.807 9.405 22.66 9.405s16.866-3.595 22.659-9.404l0.001-0.001 99.76-100.36c31.24-31.28 82-32.72 113.16-3.24 15.45 14.617 25.066 35.264 25.066 58.157 0 22.128-8.984 42.158-23.504 56.641l-0.002 0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"eyedropper\"]},\"attrs\":[{}],\"properties\":{\"order\":26209,\"id\":779,\"name\":\"eyedropper\",\"prevSize\":16,\"code\":60116},\"setIdx\":0,\"setId\":0,\"iconIdx\":468},{\"icon\":{\"paths\":[\"M896 269.2c-0.471-40.467-17.66-76.829-44.969-102.573l-0.071-0.067c-56-53.12-146.88-51.12-202.48 4.52l-77.28 77.72c-16.996-15.533-39.721-25.048-64.667-25.048-26.515 0-50.519 10.749-67.893 28.128l-36 36c-11.597 11.584-18.77 27.594-18.77 45.28s7.174 33.696 18.77 45.279l0.001 0.001 8 8.24-204 204c-29.036 28.816-47.010 68.744-47.010 112.869 0 13.901 1.784 27.386 5.135 40.237l-0.245-1.106-32 73.64c-2.947 6.497-4.664 14.088-4.664 22.081 0 15.153 6.173 28.864 16.141 38.756l0.003 0.003c11.53 11.638 27.517 18.843 45.186 18.843 9.284 0 18.104-1.989 26.056-5.565l-0.402 0.162 70.12-30.6c10.568 2.493 22.701 3.923 35.169 3.923 44.16 0 84.132-17.935 113.027-46.919l0.004-0.004 204-204 8.24 8.24c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l36-36c17.387-17.375 28.142-41.385 28.142-67.906 0-25.016-9.569-47.798-25.246-64.884l0.064 0.070 79-79.48c26.055-25.907 42.181-61.776 42.181-101.412 0-0.854-0.007-1.705-0.022-2.555l0.002 0.128zM388 772c-17.38 17.415-41.408 28.188-67.953 28.188-10.007 0-19.657-1.531-28.727-4.372l0.68 0.184c-2.819-0.901-6.062-1.42-9.427-1.42-4.62 0-9.011 0.979-12.977 2.741l0.204-0.081-72.4 31.6 30.6-71.2c1.687-3.769 2.67-8.168 2.67-12.797 0-3.651-0.611-7.159-1.738-10.428l0.067 0.225c-3.217-9.186-5.076-19.777-5.076-30.802 0-11.455 2.006-22.441 5.687-32.627l-0.211 0.669h258.6zM552 608h-271.72l176-176 135.76 136zM808.72 328l-101.48 102.080c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l-0-0 19.56 19.52c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-36 36-242.8-243.080 36-36c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l19.56 19.56c5.786 5.78 13.775 9.356 22.599 9.36l0.001 0c8.85-0.016 16.855-3.622 22.639-9.438l99.761-100.362c31.24-31.28 82-32.72 113.16-3.24 15.45 14.617 25.066 35.264 25.066 58.157 0 22.128-8.984 42.158-23.504 56.641l-0.002 0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"eyedropper-sample\"]},\"attrs\":[{}],\"properties\":{\"order\":26210,\"id\":778,\"name\":\"eyedropper-sample\",\"prevSize\":16,\"code\":60117},\"setIdx\":0,\"setId\":0,\"iconIdx\":469},{\"icon\":{\"paths\":[\"M800 160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c35.346 0 64 28.654 64 64v0 232.32c-30.178-25.031-69.306-40.219-111.98-40.219-80.072 0-147.655 53.472-168.989 126.655l-0.311 1.244h-141.44c-21.644-74.427-89.227-127.899-169.3-127.899-42.675 0-81.803 15.188-112.272 40.454l0.291-0.235v-232.32c0-35.346 28.654-64 64-64v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-70.692 0-128 57.308-128 128v0 368c0.191 97.058 78.915 175.665 176 175.665 91.45 0 166.61-69.748 175.185-158.951l0.056-0.714h129.52c8.63 89.916 83.79 159.665 175.24 159.665 97.084 0 175.809-78.607 176-175.647l0-0.018v-368c0-70.692-57.308-128-128-128v0zM272 768c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM752 768c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"eyeglasses\"]},\"attrs\":[{}],\"properties\":{\"order\":26211,\"id\":777,\"name\":\"eyeglasses\",\"prevSize\":16,\"code\":60118},\"setIdx\":0,\"setId\":0,\"iconIdx\":470},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 76.96 84.68c-145.28 89.16-207.76 226.6-210.52 232.84-1.743 3.824-2.76 8.293-2.76 13s1.016 9.176 2.841 13.201l-0.082-0.201c1.4 3.16 35.28 78.28 110.6 153.6 100.36 100.32 227.12 153.36 366.64 153.36 0.861 0.005 1.878 0.008 2.897 0.008 74.336 0 144.945-15.953 208.592-44.621l-3.209 1.293 88 96.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM405 441.84l166.68 183.4c-17.277 9.272-37.799 14.72-59.595 14.72-70.692 0-128-57.308-128-128 0-26.091 7.806-50.358 21.211-70.595l-0.296 0.475zM512 768c-123.12 0-230.68-44.76-319.72-133-35.688-35.473-66.358-75.934-90.892-120.265l-1.388-2.735c18.76-35.16 78.64-133.56 189.4-197.52l72 79c-25.356 32.234-40.666 73.41-40.666 118.161 0 106.039 85.961 192 192 192 38.352 0 74.078-11.245 104.060-30.617l-0.754 0.456 58.92 64.8c-47.614 18.817-102.77 29.727-160.473 29.727-0.875 0-1.748-0.003-2.622-0.008l0.135 0.001zM536 386.28c-14.911-2.921-26.007-15.885-26.007-31.44 0-17.677 14.33-32.007 32.007-32.007 2.122 0 4.196 0.207 6.203 0.601l-0.203-0.033c83.302 16.575 146.566 85.094 155.015 169.756l0.065 0.804c0.089 0.893 0.139 1.93 0.139 2.979 0 16.623-12.676 30.286-28.889 31.851l-0.13 0.010c-0.448 0.028-0.972 0.044-1.5 0.044s-1.052-0.016-1.571-0.048l0.071 0.003c-0.041 0-0.089 0-0.137 0-16.631 0-30.299-12.687-31.853-28.911l-0.010-0.129c-5.729-56.842-47.799-102.401-102.38-113.343l-0.82-0.137zM989.12 525.040c-1.68 3.76-42.2 93.48-133.44 175.2-5.687 5.268-13.326 8.499-21.719 8.499-17.673 0-32-14.327-32-32 0-9.637 4.26-18.28 11-24.146l0.039-0.033c44.079-39.715 81.137-86.133 109.816-137.841l1.384-2.719c-25.974-47.099-56.71-87.588-92.446-123.046l-0.034-0.034c-89.040-88.16-196.6-132.92-319.72-132.92-0.172-0-0.375-0-0.578-0-27.145 0-53.756 2.284-79.652 6.671l2.79-0.391c-1.675 0.311-3.603 0.489-5.573 0.489-17.673 0-32-14.327-32-32 0-15.912 11.614-29.112 26.828-31.584l0.184-0.025c26.251-4.556 56.481-7.16 87.32-7.16 0.239 0 0.479 0 0.718 0l-0.038-0c139.52 0 266.28 53.040 366.64 153.4 75.32 75.32 109.2 150.48 110.6 153.64 1.743 3.824 2.76 8.293 2.76 13s-1.016 9.176-2.841 13.201l0.082-0.201z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"eye-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26212,\"id\":776,\"name\":\"eye-slash\",\"prevSize\":16,\"code\":60119},\"setIdx\":0,\"setId\":0,\"iconIdx\":471},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM544 862.52v-254.52h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-96c0-35.346 28.654-64 64-64v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64c-70.692 0-128 57.308-128 128v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v254.52c-180.142-16.933-320-167.405-320-350.542 0-194.404 157.596-352 352-352s352 157.596 352 352c0 183.138-139.858 333.61-318.595 350.436l-1.405 0.107z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"facebook-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26213,\"id\":775,\"name\":\"facebook-logo\",\"prevSize\":16,\"code\":60120},\"setIdx\":0,\"setId\":0,\"iconIdx\":472},{\"icon\":{\"paths\":[\"M704 416c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM672 512h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM1024 416v96c0 70.692-57.308 128-128 128v0h-20.52c-26.16 57.76-77.040 108.48-150.8 149.44-84 46.72-174.080 68-199.68 73.2-3.908 0.865-8.396 1.36-13 1.36s-9.092-0.495-13.415-1.436l0.415 0.076c-25.6-5.36-115.6-26.48-199.68-73.2-73.76-40.96-124.64-91.68-150.8-149.44h-20.52c-70.692 0-128-57.308-128-128v0-96c0-70.692 57.308-128 128-128v0h3.4c6.284-18.623 20.376-33.134 38.279-39.855l0.441-0.145 320-116.36c6.509-2.433 14.030-3.841 21.88-3.841s15.371 1.408 22.325 3.985l-0.445-0.144 320 116.36c18.344 6.865 32.436 21.377 38.587 39.549l0.133 0.451h3.4c70.692 0 128 57.308 128 128v0zM130.12 576c-1.33-9.416-2.1-20.309-2.12-31.377l-0-0.023v-192.6c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0zM832 544.6v-236.24l-320-116.36-320 116.36v236.24c0 183.040 287.36 248.52 320 255.4 32.64-6.88 320-72.36 320-255.4zM960 416c0-35.346-28.654-64-64-64v0 192.6c-0.020 11.091-0.79 21.984-2.261 32.652l0.141-1.252h2.12c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"face-mask\"]},\"attrs\":[{}],\"properties\":{\"order\":26214,\"id\":774,\"name\":\"face-mask\",\"prevSize\":16,\"code\":60121},\"setIdx\":0,\"setId\":0,\"iconIdx\":473},{\"icon\":{\"paths\":[\"M464 704c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c17.673 0 32 14.327 32 32v0zM704 672h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 864c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-480c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 204.8 153.6v-128c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 154.96 116.2 46.24-323.64c4.714-31.176 31.255-54.818 63.345-54.96l0.015-0h72.48c32.105 0.142 58.646 23.784 63.316 54.604l0.044 0.356 60 420.52s0.32 3.12 0.32 4.52v288h64c0.024-0 0.052-0 0.080-0 17.673 0 32 14.327 32 32 0 0-0 0-0 0l0-0zM648.56 486.4l34.12 25.6h144.44l-54.88-384h-72.48zM192 832h640v-256h-160c-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-204.8-153.6v128c-0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-204.8-153.6z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"factory\"]},\"attrs\":[{}],\"properties\":{\"order\":26215,\"id\":773,\"name\":\"factory\",\"prevSize\":16,\"code\":60122},\"setIdx\":0,\"setId\":0,\"iconIdx\":474},{\"icon\":{\"paths\":[\"M544 480v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 768c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM896 640h-64v-480c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 640c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM320 512h-64v-352c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 352h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 320h-64v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"faders\"]},\"attrs\":[{}],\"properties\":{\"order\":26216,\"id\":772,\"name\":\"faders\",\"prevSize\":16,\"code\":60123},\"setIdx\":0,\"setId\":0,\"iconIdx\":475},{\"icon\":{\"paths\":[\"M128 320c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM864 672h-160v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 672h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 448c17.673 0 32-14.327 32-32v0-64h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"faders-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":26217,\"id\":771,\"name\":\"faders-horizontal\",\"prevSize\":16,\"code\":60124},\"setIdx\":0,\"setId\":0,\"iconIdx\":476},{\"icon\":{\"paths\":[\"M932 540c-28.319-103.29-121.36-177.934-231.836-177.934-46.906 0-90.669 13.456-127.64 36.719l0.996-0.585 65.56-261.76c0.607-2.331 0.956-5.006 0.956-7.764 0-11.27-5.826-21.18-14.631-26.881l-0.125-0.076c-36.313-23.256-80.613-37.071-128.139-37.071-132.548 0-240 107.452-240 240 0 90.63 50.235 169.526 124.379 210.364l1.24 0.626-259.48 74.12c-13.041 3.801-22.528 15.347-23.197 29.207l-0.003 0.073c-0.155 3.226-0.243 7.006-0.243 10.807 0 110.472 74.639 203.51 176.239 231.438l1.685 0.395c18.732 5.232 40.248 8.252 62.464 8.28l0.016 0c132.429-0.362 239.644-107.8 239.644-240.279 0-2.715-0.045-5.419-0.134-8.113l0.010 0.392 193.92 187.68c5.751 5.569 13.6 9.002 22.251 9.002 5.39 0 10.468-1.332 14.924-3.686l-0.174 0.084c77.521-40.842 129.469-120.871 129.469-213.032 0-22.052-2.974-43.409-8.543-63.692l0.394 1.684zM448 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM320 304c-0-0.018-0-0.039-0-0.060 0-97.202 78.798-176 176-176 27.241 0 53.037 6.189 76.058 17.237l-1.057-0.457-59.92 239.28c-48.045 0.372-89.749 27.156-111.346 66.535l-0.334 0.665c-48.104-31.798-79.4-85.642-79.4-146.797 0-0.142 0-0.284 0.001-0.425l-0 0.022zM428 782.28c-25.256 14.843-55.63 23.61-88.052 23.61-92.038 0-167.576-70.648-175.342-160.673l-0.046-0.657 237.24-67.76c22.616 38.028 63.469 63.13 110.19 63.2l0.010 0h3.64c-3.464 60.845-37.469 113.044-86.807 141.831l-0.833 0.449zM852.68 690.28c-13.274 22.755-30.714 41.651-51.437 56.186l-0.563 0.374-177.28-171.56c10.513-18.147 16.718-39.925 16.718-63.152 0-24.853-7.103-48.047-19.39-67.662l0.312 0.534c23.087-11.905 50.386-18.885 79.315-18.885 97.202 0 176 78.798 176 176 0 32.468-8.792 62.882-24.124 88.992l0.449-0.827z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fan\"]},\"attrs\":[{}],\"properties\":{\"order\":26218,\"id\":770,\"name\":\"fan\",\"prevSize\":16,\"code\":60125},\"setIdx\":0,\"setId\":0,\"iconIdx\":477},{\"icon\":{\"paths\":[\"M962.68 458.64l-352.76-224.64c-9.697-6.285-21.552-10.022-34.281-10.022-35.057 0-63.493 28.346-63.639 63.368l-0 0.014v149.2l-318.080-202.56c-9.697-6.285-21.552-10.022-34.281-10.022-35.057 0-63.493 28.346-63.639 63.368l-0 0.014v449.28c0.188 35.027 28.626 63.349 63.679 63.349 12.711 0 24.552-3.724 34.491-10.141l-0.251 0.151 318.080-202.56v149.2c0.188 35.027 28.626 63.349 63.679 63.349 12.711 0 24.552-3.724 34.491-10.141l-0.251 0.151 352.76-224.64c17.745-11.391 29.333-31.022 29.333-53.36s-11.589-41.969-29.082-53.209l-0.251-0.151zM160 735.76v-447.48l351.28 223.72zM576 735.76v-447.48l351.28 223.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fast-forward\"]},\"attrs\":[{}],\"properties\":{\"order\":26219,\"id\":769,\"name\":\"fast-forward\",\"prevSize\":16,\"code\":60126},\"setIdx\":0,\"setId\":0,\"iconIdx\":478},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM529.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM352 580.2v-136.2l102.32 68zM785.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM608 580.2v-136.2l102.32 68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fast-forward-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26220,\"id\":768,\"name\":\"fast-forward-circle\",\"prevSize\":16,\"code\":60127},\"setIdx\":0,\"setId\":0,\"iconIdx\":479},{\"icon\":{\"paths\":[\"M885.12 139c-46.323-46.303-110.307-74.941-180.98-74.941s-134.657 28.638-180.981 74.942l0.001-0.001-280.4 277c-11.588 11.522-18.76 27.475-18.76 45.104 0 0.048 0 0.096 0 0.144l-0-0.007v293.52l-118.64 118.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l118.64-118.64h293.52c0.031 0 0.067 0 0.103 0 17.619 0 33.567-7.155 45.096-18.719l0.002-0.002 276.92-280c46.459-46.349 75.201-110.438 75.201-181.24 0-70.703-28.662-134.711-75.001-181.040l-0-0zM568.28 184.24c34.748-34.763 82.76-56.265 135.794-56.265 106.039 0 192 85.961 192 192 0 49.273-18.561 94.211-49.072 128.204l0.158-0.179h-225.84l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-233.44 233.4v-227.28zM288 461.4l128-126.68v228l-128 128zM562.8 736h-229.52l224-224h226.96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"feather\"]},\"attrs\":[{}],\"properties\":{\"order\":26221,\"id\":767,\"name\":\"feather\",\"prevSize\":16,\"code\":60128},\"setIdx\":0,\"setId\":0,\"iconIdx\":480},{\"icon\":{\"paths\":[\"M736 384c39.036-29.5 64-75.835 64-128 0-88.366-71.634-160-160-160v0h-288c-88.366 0-160 71.634-160 160 0 52.165 24.964 98.5 63.598 127.708l0.402 0.292c-39.063 29.499-64.047 75.849-64.047 128.035 0 54.557 27.306 102.736 68.997 131.617l0.531 0.348c-42.406 32.476-69.48 83.129-69.48 140.105 0 97.202 78.798 176 176 176s176-78.798 176-176c0-0.037-0-0.074-0-0.111l0 0.006v-144c26.407 19.978 59.8 32 96 32 88.366 0 160-71.634 160-160 0-52.165-24.964-98.5-63.598-127.708l-0.402-0.292zM736 256c0 53.019-42.981 96-96 96v0h-96v-192h96c53.019 0 96 42.981 96 96v0zM256 256c0-53.019 42.981-96 96-96v0h128v192h-128c-53.019 0-96-42.981-96-96v0zM352 608c-53.019 0-96-42.981-96-96s42.981-96 96-96v0h128v192h-128zM480 784c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0h112zM640 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"figma-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26222,\"id\":766,\"name\":\"figma-logo\",\"prevSize\":16,\"code\":60129},\"setIdx\":0,\"setId\":0,\"iconIdx\":481},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file\"]},\"attrs\":[{}],\"properties\":{\"order\":26223,\"id\":765,\"name\":\"file\",\"prevSize\":16,\"code\":60130},\"setIdx\":0,\"setId\":0,\"iconIdx\":482},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-352v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-160v-704h352v192c0 17.673 14.327 32 32 32v0h192v480z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-archive\"]},\"attrs\":[{}],\"properties\":{\"order\":26224,\"id\":764,\"name\":\"file-archive\",\"prevSize\":16,\"code\":60131},\"setIdx\":0,\"setId\":0,\"iconIdx\":483},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM630.64 617.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-178.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 178.76l41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-arrow-down\"]},\"attrs\":[{}],\"properties\":{\"order\":26225,\"id\":763,\"name\":\"file-arrow-down\",\"prevSize\":16,\"code\":60132},\"setIdx\":0,\"setId\":0,\"iconIdx\":484},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM630.64 553.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4v178.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-arrow-up\"]},\"attrs\":[{}],\"properties\":{\"order\":26226,\"id\":762,\"name\":\"file-arrow-up\",\"prevSize\":16,\"code\":60133},\"setIdx\":0,\"setId\":0,\"iconIdx\":485},{\"icon\":{\"paths\":[\"M396.24 514.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-86.6 86.64h-82.76c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h82.76l86.6 86.64c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-352c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM352 818.76l-41.36-41.4c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-63.999-0v-96h64c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 41.36-41.4zM608 720c-0.071 59.2-31.846 110.963-79.256 139.229l-0.744 0.411c-4.157 2.115-9.065 3.354-14.263 3.354-17.673 0-32-14.327-32-32 0-11.063 5.614-20.815 14.148-26.562l0.114-0.072c29.029-17.357 48.165-48.624 48.165-84.36s-19.135-67.003-47.719-84.113l-0.446-0.247c-8.649-5.82-14.263-15.571-14.263-26.634 0-17.673 14.327-32 32-32 5.198 0 10.106 1.239 14.445 3.438l-0.182-0.084c48.154 28.677 79.929 80.44 80 139.63l0 0.010zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320h352v192c0 17.673 14.327 32 32 32v0h192v480h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-audio\"]},\"attrs\":[{}],\"properties\":{\"order\":26227,\"id\":761,\"name\":\"file-audio\",\"prevSize\":16,\"code\":60134},\"setIdx\":0,\"setId\":0,\"iconIdx\":486},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM432 512c-86.003 0-159.816 52.197-191.486 126.639l-0.514 1.361c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h192c114.875 0 208-93.125 208-208s-93.125-208-208-208v0zM432 864h-192c-0.039 0-0.084 0-0.13 0-44.183 0-80-35.817-80-80 0-38.838 27.676-71.212 64.382-78.476l0.508-0.084c-0.005 0.214-0.008 0.467-0.008 0.72 0 17.678 14.331 32.008 32.008 32.008 17.424 0 31.597-13.923 31.999-31.251l0.001-0.037c0.845-9.101 2.342-17.392 4.481-25.422l-0.241 1.062c0.394-1.089 0.767-2.43 1.047-3.806l0.033-0.194c18.403-59.804 73.161-102.52 137.896-102.52 79.529 0 144 64.471 144 144 0 79.521-64.458 143.987-143.975 144l-0.001 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-cloud\"]},\"attrs\":[{}],\"properties\":{\"order\":26228,\"id\":760,\"name\":\"file-cloud\",\"prevSize\":16,\"code\":60135},\"setIdx\":0,\"setId\":0,\"iconIdx\":487},{\"icon\":{\"paths\":[\"M726.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM438.64 489.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36 73.4-73.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM864 352v512c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM640 320h114.76l-114.76-114.76zM800 864v-480h-192c-17.673 0-32-14.327-32-32v0-192h-352v704h576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-code\"]},\"attrs\":[{}],\"properties\":{\"order\":26229,\"id\":759,\"name\":\"file-code\",\"prevSize\":16,\"code\":60136},\"setIdx\":0,\"setId\":0,\"iconIdx\":488},{\"icon\":{\"paths\":[\"M192 720c0 44 28.72 80 64 80 16.215-0.375 30.702-7.468 40.839-18.595l0.041-0.045c5.883-6.541 14.375-10.636 23.824-10.636 17.673 0 32 14.327 32 32 0 8.961-3.683 17.061-9.618 22.87l-0.006 0.006c-21.779 23.436-52.687 38.131-87.031 38.4l-0.049 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.393 0.269 65.301 14.964 87.011 38.325l0.069 0.075c5.941 5.815 9.624 13.915 9.624 22.876 0 17.673-14.327 32-32 32-9.448 0-17.94-4.095-23.798-10.607l-0.026-0.029c-10.178-11.172-24.665-18.265-40.814-18.639l-0.066-0.001c-35.28 0-64 36-64 80zM510.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5.040-3.24-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.32-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.48-2.2-84-20.88-131.32 11.040-19.802 13.406-33.332 34.793-35.969 59.439l-0.031 0.361c-8 63.52 54.56 81.64 92 92.44 48.28 13.96 52.52 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.44-2.462-0.679-5.288-1.070-8.206-1.070-17.673 0-32 14.327-32 32 0 14.468 9.601 26.693 22.779 30.651l0.227 0.058c18.185 4.963 39.085 7.874 60.645 8l0.075 0c23.32 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c9-69.12-57.080-88.44-96.6-99.88zM766.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.24-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.28-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.44-2.2-84-20.88-131.32 11.040-19.712 13.453-33.164 34.829-35.769 59.441l-0.031 0.359c-8 63.52 54.6 81.64 92 92.44 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.6 15.72-18.4 12.24-60.64 6.24-78.16 1.44-2.578-0.746-5.539-1.175-8.6-1.175-17.704 0-32.055 14.352-32.055 32.055 0 14.642 9.817 26.992 23.229 30.825l0.226 0.055c18.197 4.962 39.111 7.873 60.685 8l0.075 0c23.28 0 49.2-4 69.96-17.84 20.241-13.601 34.063-35.416 36.69-60.561l0.030-0.359c8.84-69.24-57.24-88.56-96.8-100zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.72l-114.72-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-css\"]},\"attrs\":[{}],\"properties\":{\"order\":26230,\"id\":758,\"name\":\"file-css\",\"prevSize\":16,\"code\":60137},\"setIdx\":0,\"setId\":0,\"iconIdx\":489},{\"icon\":{\"paths\":[\"M192 720c0 44 28.72 80 64 80 16.215-0.375 30.702-7.468 40.839-18.595l0.041-0.045c5.811-5.915 13.894-9.581 22.834-9.581 17.673 0 32 14.327 32 32 0 8.442-3.269 16.121-8.611 21.839l0.017-0.018c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.402 0.287 65.317 14.978 87.053 38.327l0.067 0.073c5.325 5.7 8.594 13.379 8.594 21.821 0 17.673-14.327 32-32 32-8.94 0-17.023-3.666-22.829-9.576l-0.005-0.005c-10.178-11.172-24.665-18.265-40.814-18.639l-0.066-0.001c-35.28 0-64 36-64 80zM510.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.24-4.92-4-4.48-7.6 0.151-6.092 3.259-11.426 7.938-14.64l0.062-0.040c18.4-12.48 61.36-6.92 79.28-2.24 2.489 0.694 5.348 1.093 8.3 1.093 17.703 0 32.053-14.351 32.053-32.053 0-14.751-9.964-27.174-23.528-30.907l-0.225-0.053c-8.48-2.2-84-20.88-131.36 11.040-19.79 13.417-33.315 34.798-35.968 59.437l-0.032 0.363c-8 63.52 54.6 81.64 92 92.44 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.44-2.584-0.749-5.551-1.181-8.62-1.181-17.707 0-32.061 14.354-32.061 32.061 0 14.638 9.81 26.985 23.214 30.825l0.226 0.055c18.197 4.962 39.111 7.873 60.685 8l0.075 0c23.28 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c8.76-69.24-57.28-88.56-96.84-100zM842.76 577.88c-3.21-1.186-6.918-1.873-10.786-1.873-13.812 0-25.58 8.751-30.063 21.010l-0.071 0.222-49.84 139.6-49.88-139.6c-4.552-12.488-16.324-21.243-30.14-21.243-17.675 0-32.003 14.328-32.003 32.003 0 3.858 0.683 7.557 1.934 10.982l-0.071-0.222 80 224c4.549 12.491 16.322 21.249 30.14 21.249s25.591-8.758 30.069-21.027l0.071-0.222 80-224c1.178-3.2 1.86-6.896 1.86-10.75 0-13.807-8.745-25.572-20.998-30.058l-0.222-0.071zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-csv\"]},\"attrs\":[{}],\"properties\":{\"order\":26231,\"id\":757,\"name\":\"file-csv\",\"prevSize\":16,\"code\":60138},\"setIdx\":0,\"setId\":0,\"iconIdx\":490},{\"icon\":{\"paths\":[\"M320 896c0 17.673-14.327 32-32 32v0h-64c-35.346 0-64-28.654-64-64v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h64c17.673 0 32 14.327 32 32v0zM864 352v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-192c-17.673 0-32-14.327-32-32v0-192h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM640 320h114.76l-114.76-114.76zM320 96h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 672c-17.673 0-32 14.327-32 32v0 160h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-160c0-17.673-14.327-32-32-32v0zM192 608c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM608 864h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-dashed\"]},\"attrs\":[{}],\"properties\":{\"order\":26232,\"id\":756,\"name\":\"file-dashed\",\"prevSize\":16,\"code\":60139},\"setIdx\":0,\"setId\":0,\"iconIdx\":491},{\"icon\":{\"paths\":[\"M208 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h64c79.529 0 144-64.471 144-144s-64.471-144-144-144v0zM208 800h-32v-160h32c44.183 0 80 35.817 80 80s-35.817 80-80 80v0zM886.12 780.36c6.091 5.836 9.876 14.036 9.876 23.12 0 8.587-3.382 16.384-8.887 22.131l0.011-0.012c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.402 0.287 65.317 14.978 87.053 38.327l0.067 0.073c5.325 5.7 8.594 13.379 8.594 21.821 0 17.673-14.327 32-32 32-8.94 0-17.023-3.666-22.829-9.576l-0.005-0.005c-10.178-11.172-24.665-18.265-40.814-18.639l-0.066-0.001c-35.28 0-64 36-64 80s28.72 80 64 80c16.215-0.375 30.702-7.468 40.839-18.595l0.041-0.045c5.836-6.091 14.036-9.876 23.12-9.876 8.587 0 16.384 3.382 22.131 8.887l-0.012-0.011zM512 576c-70.6 0-128 64.6-128 144s57.4 144 128 144 128-64.6 128-144-57.4-144-128-144zM512 800c-35.28 0-64-36-64-80s28.72-80 64-80 64 36 64 80-28.72 80-64 80zM192 480c17.673 0 32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-doc\"]},\"attrs\":[{}],\"properties\":{\"order\":26233,\"id\":755,\"name\":\"file-doc\",\"prevSize\":16,\"code\":60140},\"setIdx\":0,\"setId\":0,\"iconIdx\":492},{\"icon\":{\"paths\":[\"M512 608c0 17.673-14.327 32-32 32v0h-32v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM256 576c-17.673 0-32 14.327-32 32v0 80h-64v-80c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-80h64v80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM960 800h-48v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h80c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM776.56 577.16c-2.567-0.741-5.517-1.168-8.565-1.168-11.589 0-21.74 6.161-27.355 15.386l-0.080 0.141-68.56 114.28-68.56-114.28c-5.694-9.372-15.847-15.537-27.44-15.537-17.673 0-32 14.327-32 32 0 0.006 0 0.012 0 0.017l-0-0.001v224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-108.48l36.56 60.96c5.694 9.372 15.847 15.537 27.44 15.537s21.746-6.165 27.36-15.395l0.080-0.142 36.56-60.96v108.48c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-0.002 0-0.004 0-0.006 0-14.626-9.813-26.961-23.214-30.779l-0.226-0.055zM832 480c-17.673 0-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32v0zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-html\"]},\"attrs\":[{}],\"properties\":{\"order\":26234,\"id\":754,\"name\":\"file-html\",\"prevSize\":16,\"code\":60141},\"setIdx\":0,\"setId\":0,\"iconIdx\":493},{\"icon\":{\"paths\":[\"M442.64 590.24c-5.819-8.654-15.573-14.271-26.64-14.271s-20.821 5.618-26.567 14.157l-0.073 0.114-83.4 125.16-39.040-60.72c-5.782-8.898-15.674-14.699-26.92-14.699s-21.138 5.802-26.844 14.575l-0.076 0.124-144 224c-3.193 4.894-5.092 10.885-5.092 17.32 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l511.999 0c0.006 0 0.013 0 0.021 0 17.673 0 32-14.327 32-32 0-6.62-2.010-12.77-5.453-17.874l0.072 0.114zM154.6 864l85.4-132.84 38.52 60c5.782 8.901 15.675 14.705 26.924 14.705 11.064 0 20.817-5.615 26.564-14.151l0.072-0.114 84-125.88 132.12 198.28zM854.6 329.36l-224-224c-5.786-5.78-13.775-9.356-22.599-9.36l-384.001-0c-35.346 0-64 28.654-64 64v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384h352v192c0 17.673 14.327 32 32 32v0h192v480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-image\"]},\"attrs\":[{}],\"properties\":{\"order\":26235,\"id\":753,\"name\":\"file-image\",\"prevSize\":16,\"code\":60142},\"setIdx\":0,\"setId\":0,\"iconIdx\":494},{\"icon\":{\"paths\":[\"M480 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM480 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM864 736v67.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c24.635 0.080 47.467 7.727 66.313 20.737l-0.393-0.257c8.529 5.847 14.052 15.538 14.052 26.52 0 17.702-14.35 32.052-32.052 32.052-6.72 0-12.957-2.068-18.109-5.602l0.109 0.071c-8.345-5.893-18.711-9.446-29.902-9.52l-0.018-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.077-0.144 23.182-4.193 32.139-10.94l-0.139 0.1v-21.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM320 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 320v-114.76l114.76 114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-jpg\"]},\"attrs\":[{}],\"properties\":{\"order\":26236,\"id\":752,\"name\":\"file-jpg\",\"prevSize\":16,\"code\":60143},\"setIdx\":0,\"setId\":0,\"iconIdx\":495},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.649-0.127-42.563-3.038-62.476-8.393l1.716 0.393c-13.598-3.893-23.383-16.214-23.383-30.82 0-17.675 14.328-32.003 32.003-32.003 3.069 0 6.036 0.432 8.846 1.238l-0.226-0.055c17.52 4.8 60 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.36-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.36 11.32 105.6 30.64 96.64 99.88zM320 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-js\"]},\"attrs\":[{}],\"properties\":{\"order\":26237,\"id\":751,\"name\":\"file-js\",\"prevSize\":16,\"code\":60144},\"setIdx\":0,\"setId\":0,\"iconIdx\":496},{\"icon\":{\"paths\":[\"M591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.639-0.094-42.556-3.008-62.459-8.391l1.699 0.391c-13.598-3.893-23.383-16.214-23.383-30.82 0-17.675 14.328-32.003 32.003-32.003 3.069 0 6.036 0.432 8.846 1.238l-0.226-0.055c17.52 4.84 60 10.84 78.2-1.4 3.52-2.4 7.32-6.080 8.56-15.72 1.36-10.68-2.88-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.685-25.002 16.21-46.383 35.712-59.616l0.288-0.184c47.4-32 122.88-13.24 131.36-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.32 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.32 11.28 105.36 30.6 96.6 99.84zM288 576c-17.673 0-32 14.327-32 32v0 152c0 22.091-17.909 40-40 40s-40-17.909-40-40v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 57.438 46.562 104 104 104s104-46.562 104-104v0-152c0-17.673-14.327-32-32-32v0zM850.6 581.96c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-53.96 75.56-53.96-75.56c-5.912-7.481-14.985-12.238-25.169-12.238-17.673 0-32 14.327-32 32 0 6.484 1.929 12.518 5.244 17.559l-0.075-0.121 66.64 93.4-66.72 93.4c-3.24 4.92-5.169 10.954-5.169 17.438 0 17.673 14.327 32 32 32 10.184 0 19.257-4.757 25.118-12.171l0.051-0.067 54.040-75.56 53.96 75.56c5.912 7.481 14.985 12.238 25.169 12.238 17.673 0 32-14.327 32-32 0-6.484-1.929-12.518-5.244-17.559l0.075 0.121-66.64-93.4 66.72-93.4c3.727-5.165 5.961-11.621 5.961-18.6 0-10.695-5.247-20.164-13.306-25.975l-0.095-0.065zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-jsx\"]},\"attrs\":[{}],\"properties\":{\"order\":26238,\"id\":750,\"name\":\"file-jsx\",\"prevSize\":16,\"code\":60145},\"setIdx\":0,\"setId\":0,\"iconIdx\":497},{\"icon\":{\"paths\":[\"M480 704h-32v-16c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 16h-32c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM288 688c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h-96zM448 864h-224v-96h224zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-lock\"]},\"attrs\":[{}],\"properties\":{\"order\":26239,\"id\":749,\"name\":\"file-lock\",\"prevSize\":16,\"code\":60146},\"setIdx\":0,\"setId\":0,\"iconIdx\":498},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM617.84 668.6c13.901-21.776 22.156-48.326 22.156-76.804 0-79.639-64.561-144.2-144.2-144.2s-144.2 64.561-144.2 144.2c0 79.639 64.561 144.2 144.2 144.2 28.478 0 55.028-8.255 77.387-22.503l-0.583 0.347 44.76 44.8c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM416 592c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-magnifying-glass\"]},\"attrs\":[{}],\"properties\":{\"order\":26240,\"id\":748,\"name\":\"file-magnifying-glass\",\"prevSize\":16,\"code\":60147},\"setIdx\":0,\"setId\":0,\"iconIdx\":499},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM640 608c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-minus\"]},\"attrs\":[{}],\"properties\":{\"order\":26241,\"id\":747,\"name\":\"file-minus\",\"prevSize\":16,\"code\":60148},\"setIdx\":0,\"setId\":0,\"iconIdx\":500},{\"icon\":{\"paths\":[\"M896 608c0 17.673-14.327 32-32 32v0h-96v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM368 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM304 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM656 720c0 79.529-64.471 144-144 144v0h-64c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c79.529 0 144 64.471 144 144v0zM592 720c0-44.183-35.817-80-80-80v0h-32v160h32c44.183 0 80-35.817 80-80v0zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.76l-114.76-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-pdf\"]},\"attrs\":[{}],\"properties\":{\"order\":26242,\"id\":746,\"name\":\"file-pdf\",\"prevSize\":16,\"code\":60149},\"setIdx\":0,\"setId\":0,\"iconIdx\":501},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM640 608c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26243,\"id\":745,\"name\":\"file-plus\",\"prevSize\":16,\"code\":60150},\"setIdx\":0,\"setId\":0,\"iconIdx\":502},{\"icon\":{\"paths\":[\"M240 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM240 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM896 803.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c24.628 0.086 47.458 7.716 66.317 20.699l-0.397-0.259c8.539 5.849 14.068 15.549 14.068 26.54 0 17.711-14.357 32.068-32.068 32.068-6.719 0-12.956-2.067-18.109-5.599l0.109 0.071c-8.345-5.893-18.711-9.446-29.902-9.52l-0.018-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.084-0.139 23.192-4.205 32.136-10.979l-0.136 0.099v-21.12c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM624 608v224c0 0.001 0 0.003 0 0.005 0 14.186-9.231 26.216-22.014 30.411l-0.226 0.064c-2.894 0.964-6.227 1.52-9.689 1.52-0.025 0-0.050-0-0.075-0l0.004 0c-0 0-0.001 0-0.001 0-10.694 0-20.164-5.246-25.974-13.305l-0.065-0.095-101.96-142.6v124c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c-0-0-0-0.001-0-0.001 0-17.673 14.327-32 32-32 10.695 0 20.165 5.247 25.975 13.307l0.065 0.095 101.96 142.6v-124c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM192 480c17.673 0 32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-png\"]},\"attrs\":[{}],\"properties\":{\"order\":26244,\"id\":744,\"name\":\"file-png\",\"prevSize\":16,\"code\":60151},\"setIdx\":0,\"setId\":0,\"iconIdx\":503},{\"icon\":{\"paths\":[\"M896 608c0 17.673-14.327 32-32 32v0h-48v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-48c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM368 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM304 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM640 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM576 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.76l-114.76-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-ppt\"]},\"attrs\":[{}],\"properties\":{\"order\":26245,\"id\":743,\"name\":\"file-ppt\",\"prevSize\":16,\"code\":60152},\"setIdx\":0,\"setId\":0,\"iconIdx\":504},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM256 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c8.121-0.011 16.034-0.87 23.666-2.493l-0.746 0.133 29.44 50.36c5.82 8.649 15.571 14.263 26.634 14.263 17.673 0 32-14.327 32-32 0-5.198-1.239-10.106-3.438-14.445l0.084 0.182-28.44-48.88c20.223-20.26 32.728-48.23 32.728-79.12 0-61.831-50.103-111.959-111.924-112l-0.004-0zM224 736v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM623.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.649-0.127-42.563-3.038-62.476-8.393l1.716 0.393c-13.598-3.893-23.383-16.214-23.383-30.82 0-17.675 14.328-32.003 32.003-32.003 3.069 0 6.036 0.432 8.846 1.238l-0.226-0.055c17.52 4.8 59.8 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.36-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.36 11.32 105.6 30.64 96.64 99.88z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-rs\"]},\"attrs\":[{}],\"properties\":{\"order\":26246,\"id\":742,\"name\":\"file-rs\",\"prevSize\":16,\"code\":60153},\"setIdx\":0,\"setId\":0,\"iconIdx\":505},{\"icon\":{\"paths\":[\"M854.64 265.36l-160-160c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-319.999-0c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM672 864h-448v-576h306.76l141.24 141.24v338.12c0 0.24 0 0.44 0 0.64s0 0.4 0 0.64v95.36zM800 736h-64v-320c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-160-160c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-191.999-0v-64h306.76l141.24 141.24zM576 608c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM576 736c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"files\"]},\"attrs\":[{}],\"properties\":{\"order\":26247,\"id\":741,\"name\":\"files\",\"prevSize\":16,\"code\":60154},\"setIdx\":0,\"setId\":0,\"iconIdx\":506},{\"icon\":{\"paths\":[\"M192 480c17.673 0 32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM640 205.24l114.76 114.76h-114.76zM912 832c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h80c17.673 0 32 14.327 32 32v0zM367.28 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.52 17.84-69.96 17.84-21.576-0.117-42.422-3.029-62.26-8.391l1.7 0.391c-13.405-4.017-23.006-16.242-23.006-30.71 0-17.673 14.327-32 32-32 2.918 0 5.744 0.39 8.43 1.122l-0.224-0.052c17.52 4.8 59.8 10.8 78.2-1.44 3.56-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.668-25.007 16.198-46.394 35.711-59.615l0.289-0.185c47.36-32 122.88-13.24 131.32-11.040 13.84 3.736 23.857 16.178 23.857 30.96 0 17.683-14.335 32.017-32.017 32.017-2.901 0-5.712-0.386-8.384-1.109l0.224 0.052c-17.96-4.68-60.88-10.24-79.28 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.32 4.48 7.6 9.24 5.96 25.76 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM651.28 798.16c13.029-22.318 20.721-49.131 20.721-77.742 0-0.147-0-0.294-0.001-0.441l0 0.023c0-79.4-57.4-144-128-144s-128 64.6-128 144 57.4 144 128 144c23.679-0.087 45.677-7.212 64.032-19.389l-0.432 0.269 9.76 9.76c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-0-0zM544 800c-35.28 0-64-36-64-80s28.72-80 64-80 64 36 64 80c0 0.015 0 0.032 0 0.049 0 10.718-1.727 21.032-4.918 30.68l0.198-0.69-4.68-4.68c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l0 0 6.72 6.68c-4.791 1.661-10.315 2.639-16.061 2.68l-0.019 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-sql\"]},\"attrs\":[{}],\"properties\":{\"order\":26248,\"id\":740,\"name\":\"file-sql\",\"prevSize\":16,\"code\":60155},\"setIdx\":0,\"setId\":0,\"iconIdx\":507},{\"icon\":{\"paths\":[\"M351.28 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.52 17.84-69.96 17.84-21.584-0.14-42.427-3.051-62.273-8.393l1.713 0.393c-13.405-4.017-23.006-16.242-23.006-30.71 0-17.673 14.327-32 32-32 2.918 0 5.744 0.39 8.43 1.122l-0.224-0.052c17.52 4.8 59.8 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.668-25.007 16.198-46.394 35.711-59.615l0.289-0.185c47.36-32 122.88-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.92-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.44 3.6-0.56 4.36 4.48 7.6 9.24 5.96 25.76 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c8.825 0.004 16.814 3.58 22.6 9.36l-0-0 224 224c5.804 5.79 9.396 13.795 9.4 22.639l0 0.001zM640 320h114.76l-114.76-114.76zM586.8 577.88c-3.21-1.186-6.918-1.873-10.786-1.873-13.812 0-25.58 8.751-30.063 21.010l-0.071 0.222-49.88 139.6-49.88-139.6c-4.276-12.981-16.292-22.185-30.458-22.185-17.673 0-32 14.327-32 32 0 4.213 0.814 8.237 2.294 11.921l-0.076-0.215 80 224c4.549 12.491 16.322 21.249 30.14 21.249s25.591-8.758 30.069-21.027l0.071-0.222 80-224c1.178-3.2 1.86-6.896 1.86-10.75 0-13.807-8.745-25.572-20.998-30.058l-0.222-0.071zM832 704h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0 21.16c-8.791 6.708-19.914 10.772-31.984 10.84l-0.016 0c-35.28 0-64-36-64-80s28.72-80 64-80c11.278 0.047 21.716 3.603 30.289 9.633l-0.169-0.113c4.925 3.25 10.968 5.184 17.462 5.184 17.673 0 32-14.327 32-32 0-10.807-5.357-20.363-13.561-26.157l-0.101-0.067c-18.453-12.753-41.286-20.4-65.9-20.48l-0.020-0c-70.56 0-128 64.6-128 144s57.44 144 128 144c34.402-0.287 65.317-14.978 87.053-38.327l0.067-0.073c5.495-5.736 8.879-13.533 8.88-22.12l0-0v-67.48c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-svg\"]},\"attrs\":[{}],\"properties\":{\"order\":26249,\"id\":739,\"name\":\"file-svg\",\"prevSize\":16,\"code\":60156},\"setIdx\":0,\"setId\":0,\"iconIdx\":508},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM672 544c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM672 672c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-text\"]},\"attrs\":[{}],\"properties\":{\"order\":26250,\"id\":738,\"name\":\"file-text\",\"prevSize\":16,\"code\":60157},\"setIdx\":0,\"setId\":0,\"iconIdx\":509},{\"icon\":{\"paths\":[\"M591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.649-0.127-42.563-3.038-62.476-8.393l1.716 0.393c-13.598-3.893-23.383-16.214-23.383-30.82 0-17.675 14.328-32.003 32.003-32.003 3.069 0 6.036 0.432 8.846 1.238l-0.226-0.055c17.52 4.8 60 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.36-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.36 11.32 105.6 30.64 96.64 99.88zM864 352v512c0 35.346-28.654 64-64 64v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-480h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM640 320h114.76l-114.76-114.76zM320 576h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h48v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-ts\"]},\"attrs\":[{}],\"properties\":{\"order\":26251,\"id\":737,\"name\":\"file-ts\",\"prevSize\":16,\"code\":60158},\"setIdx\":0,\"setId\":0,\"iconIdx\":510},{\"icon\":{\"paths\":[\"M858.040 626.6l-66.72 93.4 66.72 93.4c3.24 4.92 5.169 10.954 5.169 17.438 0 17.673-14.327 32-32 32-10.184 0-19.257-4.757-25.118-12.171l-0.051-0.067-54.040-75.56-53.96 75.56c-5.795 8.819-15.642 14.562-26.831 14.562-17.673 0-32-14.327-32-32 0-7.489 2.573-14.377 6.882-19.829l-0.051 0.067 66.64-93.4-66.72-93.4c-3.24-4.92-5.169-10.954-5.169-17.438 0-17.673 14.327-32 32-32 10.184 0 19.257 4.757 25.118 12.171l0.051 0.067 54.040 75.56 53.96-75.56c5.912-7.481 14.985-12.238 25.169-12.238 17.673 0 32 14.327 32 32 0 6.484-1.929 12.518-5.244 17.559l0.075-0.121zM494.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.28-4.92-4-4.44-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.32-2.24 2.478 0.688 5.323 1.083 8.26 1.083 17.697 0 32.043-14.346 32.043-32.043 0-14.759-9.979-27.188-23.558-30.908l-0.225-0.052c-8.48-2.2-84-20.88-131.36 11.040-19.79 13.417-33.315 34.798-35.968 59.437l-0.032 0.363c-8 63.52 54.6 81.64 92 92.44 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.32-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.4-2.584-0.749-5.552-1.18-8.62-1.18-17.717 0-32.080 14.363-32.080 32.080 0 14.649 9.818 27.004 23.233 30.845l0.226 0.055c18.204 4.992 39.122 7.906 60.705 8l0.055 0c23.28 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c8.76-69.24-57.28-88.56-96.84-100zM320 576h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h48v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-tsx\"]},\"attrs\":[{}],\"properties\":{\"order\":26252,\"id\":736,\"name\":\"file-tsx\",\"prevSize\":16,\"code\":60159},\"setIdx\":0,\"setId\":0,\"iconIdx\":511},{\"icon\":{\"paths\":[\"M592.92 612.84c-4.801-3.032-10.644-4.831-16.906-4.831-5.131 0-9.98 1.208-14.279 3.354l0.185-0.084-84.88 41.56c-8.405-26.197-32.545-44.829-61.039-44.84l-224.001-0c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h224c29.442-0.034 54.225-19.943 61.655-47.031l0.105-0.449 83.36 44c4.315 2.312 9.439 3.67 14.881 3.67 17.673 0 32-14.327 32-32 0-0.067-0-0.134-0.001-0.201l0 0.010v-224c-0-11.405-5.967-21.415-14.948-27.082l-0.132-0.078zM416 832h-224v-160h224v124c0 0.52 0 1 0 1.52v34.48zM544 811.040l-64-33.68v-54.72l64-31.32zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-video\"]},\"attrs\":[{}],\"properties\":{\"order\":26253,\"id\":735,\"name\":\"file-video\",\"prevSize\":16,\"code\":60160},\"setIdx\":0,\"setId\":0,\"iconIdx\":512},{\"icon\":{\"paths\":[\"M350.16 618.76l-80 224c-4.549 12.491-16.322 21.249-30.14 21.249s-25.591-8.758-30.069-21.027l-0.071-0.222-80-224c-1.18-3.203-1.863-6.902-1.863-10.76 0-17.675 14.328-32.003 32.003-32.003 13.816 0 25.588 8.755 30.069 21.021l0.071 0.222 49.84 139.6 49.88-139.6c4.552-12.488 16.324-21.243 30.14-21.243 17.675 0 32.003 14.328 32.003 32.003 0 3.858-0.683 7.557-1.934 10.982l0.071-0.222zM832 640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-48h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-48zM576 576c-17.673 0-32 14.327-32 32v0 152c0 22.091-17.909 40-40 40s-40-17.909-40-40v0-152c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 152c0 57.438 46.562 104 104 104s104-46.562 104-104v0-152c0-17.673-14.327-32-32-32v0zM864 352v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-vue\"]},\"attrs\":[{}],\"properties\":{\"order\":26254,\"id\":734,\"name\":\"file-vue\",\"prevSize\":16,\"code\":60161},\"setIdx\":0,\"setId\":0,\"iconIdx\":513},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76zM800 864h-576v-704h352v192c0 17.673 14.327 32 32 32v0h192v480zM630.64 534.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-x\"]},\"attrs\":[{}],\"properties\":{\"order\":26255,\"id\":733,\"name\":\"file-x\",\"prevSize\":16,\"code\":60162},\"setIdx\":0,\"setId\":0,\"iconIdx\":514},{\"icon\":{\"paths\":[\"M624 832c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h80c17.673 0 32 14.327 32 32v0zM370.6 581.96c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-53.96 75.56-53.96-75.56c-5.795-8.819-15.642-14.562-26.831-14.562-17.673 0-32 14.327-32 32 0 7.489 2.573 14.377 6.882 19.829l-0.051-0.067 66.64 93.4-66.72 93.4c-3.24 4.92-5.169 10.954-5.169 17.438 0 17.673 14.327 32 32 32 10.184 0 19.257-4.757 25.118-12.171l0.051-0.067 54.040-75.56 53.96 75.56c5.912 7.481 14.985 12.238 25.169 12.238 17.673 0 32-14.327 32-32 0-6.484-1.929-12.518-5.244-17.559l0.075 0.121-66.64-93.4 66.72-93.4c3.727-5.165 5.961-11.621 5.961-18.6 0-10.695-5.247-20.164-13.306-25.975l-0.095-0.065zM766.36 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.28-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.88 79.28-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.44-2.2-84-20.88-131.32 11.040-19.712 13.453-33.164 34.829-35.769 59.441l-0.031 0.359c-8 63.52 54.6 81.64 92 92.44 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.32-8.6 15.72-18.4 12.24-60.64 6.2-78.16 1.4-2.572-0.742-5.526-1.169-8.58-1.169-17.711 0-32.069 14.358-32.069 32.069 0 14.657 9.833 27.018 23.263 30.845l0.226 0.055c18.204 4.992 39.122 7.906 60.705 8l0.055 0c23.28 0 49.2-4 69.96-17.84 20.241-13.601 34.063-35.416 36.69-60.561l0.030-0.359c8.84-69.24-57.24-88.56-96.8-100zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-192c-17.673 0-32-14.327-32-32v0-192h-352v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 320h114.72l-114.72-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-xls\"]},\"attrs\":[{}],\"properties\":{\"order\":26256,\"id\":732,\"name\":\"file-xls\",\"prevSize\":16,\"code\":60163},\"setIdx\":0,\"setId\":0,\"iconIdx\":515},{\"icon\":{\"paths\":[\"M736 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM736 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM544 608v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM384 832c0 17.673-14.327 32-32 32v0h-128c-0.086 0.001-0.187 0.001-0.288 0.001-17.673 0-32-14.327-32-32 0-5.892 1.592-11.411 4.37-16.152l-0.082 0.151 100.64-176h-72.64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c0.086-0.001 0.187-0.001 0.288-0.001 17.673 0 32 14.327 32 32 0 5.892-1.592 11.411-4.37 16.152l0.082-0.151-100.84 176h72.84c17.673 0 32 14.327 32 32v0zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h352v192c0 17.673 14.327 32 32 32v0h192v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 320v-114.76l114.76 114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"file-zip\"]},\"attrs\":[{}],\"properties\":{\"order\":26257,\"id\":731,\"name\":\"file-zip\",\"prevSize\":16,\"code\":60164},\"setIdx\":0,\"setId\":0,\"iconIdx\":516},{\"icon\":{\"paths\":[\"M896 864h-162.56c117.406-74.828 194.155-204.351 194.155-351.8 0-229.64-186.16-415.8-415.8-415.8s-415.8 186.16-415.8 415.8c0 229.64 186.16 415.8 415.8 415.8 0.072 0 0.144-0 0.216-0l383.989 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 512c0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.404-157.596 352-352 352v0c-194.313-0.228-351.772-157.687-352-351.978l-0-0.022zM512 416c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM512 288c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM608 704c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0zM480 704c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32v0c-17.673 0-32-14.327-32-32v0zM704 608c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM704 480c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM320 416c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM320 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"film-reel\"]},\"attrs\":[{}],\"properties\":{\"order\":26258,\"id\":730,\"name\":\"film-reel\",\"prevSize\":16,\"code\":60165},\"setIdx\":0,\"setId\":0,\"iconIdx\":517},{\"icon\":{\"paths\":[\"M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM800 864h-576v-704h576v704zM384 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"film-script\"]},\"attrs\":[{}],\"properties\":{\"order\":26259,\"id\":729,\"name\":\"film-script\",\"prevSize\":16,\"code\":60166},\"setIdx\":0,\"setId\":0,\"iconIdx\":518},{\"icon\":{\"paths\":[\"M864 416h-455.64l431.64-113.96c13.834-3.734 23.847-16.169 23.847-30.944 0-2.994-0.411-5.893-1.18-8.641l0.054 0.225-32.64-120c-7.725-27.116-32.276-46.638-61.388-46.638-5.793 0-11.405 0.773-16.739 2.221l0.446-0.103-609.16 160.8c-16.694 4.432-30.363 15.102-38.639 29.3l-0.161 0.3c-5.333 8.969-8.485 19.776-8.485 31.318 0 5.938 0.834 11.682 2.392 17.12l-0.107-0.438 29.76 109.68c0 0.56 0 1.16 0 1.76v352c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-352c0-17.673-14.327-32-32-32v0zM768.64 160l24 88.28-90.48 24-112.48-64.96zM501.88 230.4l112.48 64.96-147.76 39-112.48-64.88zM184.28 408.88l-24-88.32 106-28 112.48 65.040zM832 800h-640v-320h640v320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"film-slate\"]},\"attrs\":[{}],\"properties\":{\"order\":26260,\"id\":728,\"name\":\"film-slate\",\"prevSize\":16,\"code\":60167},\"setIdx\":0,\"setId\":0,\"iconIdx\":519},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 352h320v320h-320zM544 288v-64h128v64zM480 288h-128v-64h128zM480 736v64h-128v-64zM544 736h128v64h-128zM544 672v-320h320v320zM864 288h-128v-64h128zM288 224v64h-128v-64zM160 736h128v64h-128zM864 800h-128v-64h128v64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"film-strip\"]},\"attrs\":[{}],\"properties\":{\"order\":26261,\"id\":727,\"name\":\"film-strip\",\"prevSize\":16,\"code\":60168},\"setIdx\":0,\"setId\":0,\"iconIdx\":520},{\"icon\":{\"paths\":[\"M288 512c0.001 0.436 0.002 0.953 0.002 1.469 0 87.622-20.926 170.355-58.054 243.476l1.412-3.066c-5.185 11.094-16.251 18.643-29.079 18.643-17.673 0-32-14.327-32-32 0-5.538 1.407-10.748 3.883-15.291l-0.084 0.168c31.479-61.787 49.922-134.751 49.922-212.023 0-0.484-0.001-0.969-0.002-1.453l0 0.075c-0-0.148-0-0.324-0-0.499 0-90.537 41.934-171.279 107.439-223.865l0.562-0.436c5.426-4.373 12.404-7.020 20-7.020 17.673 0 32 14.327 32 32 0 10.077-4.658 19.066-11.938 24.932l-0.062 0.048c-51.384 41.216-84 103.998-84 174.399 0 0.155 0 0.31 0 0.466l-0-0.024zM512 480c-17.673 0-32 14.327-32 32v0c-0.007 130.803-34.113 253.639-93.912 360.105l1.912-3.705c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161c62.919-111.713 99.99-245.246 100-387.437l0-0.003c0-17.673-14.327-32-32-32v0zM512 352c-88.366 0-160 71.634-160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96s96 42.981 96 96v0c0.002 0.663 0.003 1.448 0.003 2.233 0 132.873-30.262 258.678-84.269 370.899l2.226-5.132c-1.928 4.001-3.054 8.699-3.054 13.66 0 17.714 14.36 32.074 32.074 32.074 12.753 0 23.767-7.443 28.937-18.221l0.083-0.193c55.544-114.971 88.004-250.025 88.004-392.661 0-0.935-0.001-1.869-0.004-2.804l0 0.144c0-88.366-71.634-160-160-160v0zM512 96c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024c0 0.155 0 0.338 0 0.522 0 41.864-7.328 82.016-20.772 119.244l0.771-2.446c-1.158 3.174-1.827 6.839-1.827 10.66 0 17.677 14.33 32.007 32.007 32.007 13.856 0 25.656-8.805 30.11-21.124l0.070-0.223c14.979-41.148 23.64-88.647 23.64-138.17 0-0.165-0-0.331-0-0.496l0 0.026c0-194.404 157.596-352 352-352s352 157.596 352 352v0c0 0.072 0 0.159 0 0.246 0 76.973-7.703 152.146-22.381 224.792l1.221-7.237c-0.386 1.866-0.607 4.009-0.607 6.205 0 15.482 10.995 28.396 25.602 31.36l0.206 0.035c1.862 0.378 4.005 0.596 6.197 0.6l0.003 0c15.465-0.017 28.36-11.002 31.325-25.594l0.035-0.206c14.245-69.194 22.4-148.716 22.4-230.144 0-0.020-0-0.040-0-0.059l0 0.003c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0zM377.6 608.68c-1.877-0.391-4.034-0.615-6.243-0.615-15.413 0-28.281 10.897-31.32 25.407l-0.036 0.208c-14.192 68.549-38.026 129.379-70.383 184.61l1.543-2.85c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151c34.055-57.927 60.373-125.202 75.247-196.674l0.753-4.326c0.411-1.923 0.646-4.133 0.646-6.397 0-15.424-10.913-28.299-25.438-31.327l-0.208-0.036zM512 224c-12.693 0.003-25.193 0.817-37.454 2.393l1.454-0.153c-15.512 2.394-27.249 15.649-27.249 31.645 0 17.673 14.327 32 32 32 1.144 0 2.275-0.060 3.388-0.177l-0.139 0.012c8.312-1.091 17.923-1.714 27.68-1.714 123.774 0 224.135 100.246 224.32 223.977l0 0.017c-0.010 43.72-2.8 86.776-8.204 129.016l0.524-5.016c-0.181 1.278-0.284 2.755-0.284 4.256 0 16.25 12.113 29.672 27.803 31.727l0.162 0.017c1.201 0.153 2.59 0.24 4 0.24l0 0c16.234-0.036 29.627-12.155 31.663-27.839l0.017-0.161c5.094-39.14 8.001-84.41 8.001-130.359 0-0.577-0-1.154-0.001-1.73l0 0.089c-0.045-158.976-128.749-287.876-287.646-288.24l-0.034-0zM743.72 737c-2.404-0.647-5.164-1.019-8.011-1.019-14.837 0-27.316 10.098-30.939 23.796l-0.050 0.223c-5.84 22.76-12.6 45.6-20 68-1.064 3.051-1.679 6.569-1.679 10.23 0 13.978 8.963 25.863 21.455 30.222l0.225 0.068c3.028 1.065 6.519 1.68 10.153 1.68 0.016 0 0.033-0 0.049-0l-0.003 0c14.028-0.011 25.943-9.047 30.253-21.615l0.067-0.225c8-23.68 15.16-48 21.4-72.2 0.671-2.446 1.056-5.254 1.056-8.153 0-14.807-10.057-27.265-23.712-30.916l-0.224-0.051z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fingerprint\"]},\"attrs\":[{}],\"properties\":{\"order\":26262,\"id\":726,\"name\":\"fingerprint\",\"prevSize\":16,\"code\":60169},\"setIdx\":0,\"setId\":0,\"iconIdx\":521},{\"icon\":{\"paths\":[\"M736 512c0.001 0.501 0.001 1.094 0.001 1.687 0 135.353-27.258 264.339-76.583 381.77l2.421-6.497c-4.869 11.807-16.278 19.972-29.597 20l-0.003 0c-4.335-0.043-8.453-0.92-12.217-2.48l0.217 0.080c-11.749-4.913-19.855-16.313-19.855-29.606 0-4.399 0.888-8.59 2.493-12.405l-0.079 0.21c43.768-103.645 69.203-224.148 69.203-350.592 0-0.762-0.001-1.524-0.003-2.286l0 0.117c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 352c47.3 0.034 89.8 20.557 119.11 53.173l0.13 0.147c5.9 6.779 14.542 11.039 24.179 11.039 17.673 0 32-14.327 32-32 0-8.393-3.232-16.032-8.518-21.74l0.019 0.021c-41.193-45.888-100.701-74.622-166.92-74.622-123.706 0-223.99 100.278-224 223.981l-0 0.001c-0.005 96.672-25.213 187.454-69.413 266.137l1.413-2.737c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161c47.817-84.898 75.991-186.378 76-294.438l0-0.002c0-88.366 71.634-160 160-160v0zM512 96c-0.148-0-0.324-0-0.499-0-49.529 0-97.032 8.677-141.072 24.593l2.891-0.913c-12.25 4.674-20.793 16.326-20.793 29.974 0 17.673 14.327 32 32 32 3.633 0 7.124-0.605 10.379-1.721l-0.225 0.067c34.879-12.7 75.142-20.044 117.12-20.044 194.46 0 352.111 157.596 352.2 352.035l0 0.008c0 0.155 0 0.337 0 0.519 0 88.062-10.116 173.761-29.249 255.999l1.489-7.598c-0.507 2.134-0.798 4.583-0.798 7.101 0 15.119 10.485 27.789 24.58 31.135l0.217 0.044c2.105 0.509 4.522 0.8 7.007 0.8 0.040 0 0.079-0 0.119-0l-0.006 0c15.16-0.003 27.856-10.549 31.158-24.704l0.042-0.216c18.692-79.043 29.42-169.803 29.44-263.065l0-0.015c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM277.36 249.68c6.562-5.887 10.671-14.394 10.671-23.86 0-17.679-14.332-32.011-32.011-32.011-8.213 0-15.703 3.093-21.37 8.177l0.030-0.026c-85.203 76.541-138.581 187.047-138.68 310.022l-0 0.018c0 0.183 0.001 0.4 0.001 0.617 0 52.969-11.795 103.184-32.902 148.16l0.901-2.137c-1.845 3.92-2.922 8.514-2.922 13.36 0 17.674 14.328 32.002 32.002 32.002 12.829 0 23.894-7.548 28.997-18.446l0.083-0.196c23.893-50.643 37.841-110.007 37.841-172.627 0-0.258-0-0.515-0.001-0.772l0 0.040c0.092-104.065 45.262-197.563 117.034-262.032l0.326-0.288zM455.68 802.96c-3.92-1.846-8.515-2.923-13.361-2.923-12.828 0-23.894 7.549-28.996 18.447l-0.083 0.196c-7.68 16.8-16 33.56-25.16 49.76-2.539 4.482-4.035 9.844-4.035 15.556 0 11.99 6.594 22.44 16.354 27.921l0.161 0.083c4.426 2.517 9.724 4 15.368 4 0.039 0 0.079-0 0.118-0l-0.006 0c0.005 0 0.010 0 0.016 0 11.976 0 22.415-6.579 27.901-16.32l0.083-0.16c9.76-17.64 18.96-36 27.36-54.080 1.855-3.929 2.938-8.535 2.938-13.394 0-12.834-7.556-23.904-18.462-29.003l-0.196-0.083zM512 480c-17.673 0-32 14.327-32 32v0c0 0.083 0 0.181 0 0.279 0 65.278-8.449 128.582-24.313 188.879l1.153-5.158c-0.641 2.393-1.009 5.14-1.009 7.974 0 14.834 10.093 27.31 23.786 30.936l0.223 0.050c2.401 0.635 5.156 1 7.997 1 0.001 0 0.002-0 0.003-0l-0 0c14.82-0.011 27.282-10.096 30.91-23.777l0.050-0.223c16.007-59.89 25.2-128.649 25.2-199.555 0-0.157-0-0.313-0-0.47l0 0.025c-0.023-17.656-14.341-31.96-32-31.96l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fingerprint-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26263,\"id\":725,\"name\":\"fingerprint-simple\",\"prevSize\":16,\"code\":60170},\"setIdx\":0,\"setId\":0,\"iconIdx\":522},{\"icon\":{\"paths\":[\"M672 384h-320c-88.366 0-160 71.634-160 160v0 32c0 88.366 71.634 160 160 160v0h320c88.366 0 160-71.634 160-160v0-32c0-88.366-71.634-160-160-160v0zM768 576c0 53.019-42.981 96-96 96v0h-320c-53.019 0-96-42.981-96-96v0-32c0-53.019 42.981-96 96-96v0h320c53.019 0 96 42.981 96 96v0zM832 128c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-392c-14.63-55.774-64.588-96.252-124-96.252-70.692 0-128 57.308-128 128 0 0.089 0 0.177 0 0.266l-0-0.014v320c0.182 158.985 129.015 287.818 287.983 288l320.017 0c158.985-0.182 287.818-129.015 288-287.983l0-0.017v-320c0-70.692-57.308-128-128-128v0zM896 576c-0.137 123.657-100.343 223.863-223.987 224l-320.013 0c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013v-320c0-35.346 28.654-64 64-64s64 28.654 64 64v0c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"finn-the-human\"]},\"attrs\":[{}],\"properties\":{\"order\":26264,\"id\":724,\"name\":\"finn-the-human\",\"prevSize\":16,\"code\":60171},\"setIdx\":0,\"setId\":0,\"iconIdx\":523},{\"icon\":{\"paths\":[\"M735.56 613.36c-17.46 94.991-91.243 168.76-184.824 185.984l-1.416 0.216c-1.592 0.268-3.432 0.428-5.308 0.44l-0.012 0c-17.67-0.005-31.992-14.33-31.992-32 0-15.805 11.458-28.934 26.521-31.533l0.19-0.027c66.28-11.16 122.52-67.4 133.76-133.8 2.656-15.225 15.774-26.652 31.56-26.652 17.68 0 32.012 14.332 32.012 32.012 0 1.893-0.164 3.749-0.48 5.552l0.028-0.192zM864 576c0 194.404-157.596 352-352 352s-352-157.596-352-352v0c0-111.68 44-225.88 130.64-339.4 5.906-7.685 15.101-12.59 25.441-12.59 8.665 0 16.525 3.444 22.287 9.037l-0.008-0.008 96.48 93.64 88-241.64c4.609-12.377 16.325-21.034 30.062-21.034 7.804 0 14.955 2.793 20.508 7.435l-0.051-0.041c87.48 72.6 290.64 266.8 290.64 504.6zM800 576c0-184.36-143.16-343.68-232.84-425.32l-89.080 244.28c-4.606 12.382-16.325 21.044-30.066 21.044-8.672 0-16.538-3.45-22.302-9.051l0.008 0.007-105.48-102.32c-63.88 92.2-96.24 183.36-96.24 271.36 0 159.058 128.942 288 288 288s288-128.942 288-288v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fire\"]},\"attrs\":[{}],\"properties\":{\"order\":26265,\"id\":723,\"name\":\"fire\",\"prevSize\":16,\"code\":60172},\"setIdx\":0,\"setId\":0,\"iconIdx\":524},{\"icon\":{\"paths\":[\"M873.2 193.36l-242.72-72.8 120-60c10.524-5.387 17.603-16.157 17.603-28.58 0-17.675-14.328-32.003-32.003-32.003-5.252 0-10.208 1.265-14.58 3.507l0.18-0.084-185.68 92.8c-173.218 4.643-311.881 146.109-312 319.988l-0 0.012v415.8c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h64v224c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-512c-0.138-94.677-68.681-173.304-158.847-189.113l-1.153-0.167v-55.72l278.8 83.64c2.96 0.998 6.368 1.573 9.911 1.573 17.673 0 32-14.327 32-32 0-14.652-9.847-27.004-23.285-30.799l-0.225-0.054zM288 640v-224c0.167-130.026 97.14-237.352 222.706-253.782l1.294-0.138v64.64c-91.319 15.976-159.862 94.603-160 189.265l-0 0.015v224zM672 928h-256v-224h256v224zM672 416v224h-256v-224c0-70.692 57.308-128 128-128s128 57.308 128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fire-extinguisher\"]},\"attrs\":[{}],\"properties\":{\"order\":26266,\"id\":722,\"name\":\"fire-extinguisher\",\"prevSize\":16,\"code\":60173},\"setIdx\":0,\"setId\":0,\"iconIdx\":525},{\"icon\":{\"paths\":[\"M573.52 71.4c-5.503-4.6-12.654-7.394-20.458-7.394-13.738 0-25.453 8.657-29.99 20.812l-0.072 0.221-88 241.64-96.64-93.64c-5.754-5.586-13.614-9.030-22.279-9.030-10.34 0-19.535 4.904-25.385 12.514l-0.056 0.076c-86.64 113.52-130.64 227.72-130.64 339.4 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-237.8-203.16-432-290.48-504.6zM512 864c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c0-88 32.36-179.16 96.24-271.36l105.48 102.32c5.756 5.594 13.622 9.044 22.294 9.044 13.741 0 25.46-8.662 29.994-20.823l0.072-0.221 89.080-244.28c89.68 81.64 232.84 240.96 232.84 425.32-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fire-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26267,\"id\":721,\"name\":\"fire-simple\",\"prevSize\":16,\"code\":60174},\"setIdx\":0,\"setId\":0,\"iconIdx\":526},{\"icon\":{\"paths\":[\"M864 352h-192v-192c0-35.346-28.654-64-64-64v0h-192c-35.346 0-64 28.654-64 64v0 192h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192v192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM864 608h-224c-17.673 0-32 14.327-32 32v0 224h-192v-224c0-17.673-14.327-32-32-32v0h-224v-192h224c17.673 0 32-14.327 32-32v0-224h192v224c0 17.673 14.327 32 32 32v0h224z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"first-aid\"]},\"attrs\":[{}],\"properties\":{\"order\":26268,\"id\":720,\"name\":\"first-aid\",\"prevSize\":16,\"code\":60175},\"setIdx\":0,\"setId\":0,\"iconIdx\":527},{\"icon\":{\"paths\":[\"M864 256h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 832h-704v-512h704v512zM640 576c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"first-aid-kit\"]},\"attrs\":[{}],\"properties\":{\"order\":26269,\"id\":719,\"name\":\"first-aid-kit\",\"prevSize\":16,\"code\":60176},\"setIdx\":0,\"setId\":0,\"iconIdx\":528},{\"icon\":{\"paths\":[\"M672.24 303.76c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM831.72 627.76c-83.040 105.48-215.4 162.96-393.64 171.080l-88 205.68c-5.001 11.548-16.299 19.48-29.449 19.48-0.039 0-0.078-0-0.117-0l0.006 0h-2.040c-13.7-0.884-24.99-10.267-28.703-22.894l-0.057-0.226-59.24-207.4-207.28-59.36c-13.58-3.904-23.347-16.215-23.347-30.808 0-13.099 7.871-24.36 19.142-29.312l0.205-0.080 205.72-88c8-178.28 65.64-310.64 171.16-393.64 172.84-136 419.64-91.32 467.36-81 24.579 5.446 43.594 24.461 48.961 48.614l0.079 0.426c10.56 47.68 55.28 294.72-80.76 467.68zM646.4 690.44c-74.326-28.88-127.314-97.116-133.635-178.444l-0.045-0.716c-82.027-6.354-150.25-59.33-178.633-132.22l-0.487-1.42c-28 63.44-43.040 140.44-45.2 230.48-0.322 12.812-8.126 23.726-19.194 28.56l-0.206 0.080-141.64 60.6 137.84 39.48c10.638 3.114 18.846 11.322 21.903 21.734l0.057 0.226 39.36 137.84 60.72-141.64c4.931-11.309 15.9-19.127 28.726-19.399l0.034-0.001c89.92-2.12 166.92-17.24 230.4-45.16zM850.12 173.88c-42.8-9.28-264-49.56-414.28 68.72-19.141 15.168-35.976 31.8-50.853 50.087l-0.467 0.593c-0.246 3.156-0.387 6.834-0.387 10.545 0 79.529 64.471 144 144 144 4.869 0 9.681-0.242 14.426-0.714l-0.6 0.048c0.906-0.091 1.959-0.143 3.023-0.143 17.673 0 32 14.327 32 32 0 1.064-0.052 2.117-0.154 3.155l0.010-0.132c-0.424 4.147-0.666 8.962-0.666 13.833 0 79.529 64.471 144 144 144 3.739 0 7.446-0.143 11.113-0.422l-0.487 0.030c18.854-15.317 35.459-32.126 50.089-50.572l0.511-0.668c118.28-150.28 78-371.52 68.72-414.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fish\"]},\"attrs\":[{}],\"properties\":{\"order\":26270,\"id\":718,\"name\":\"fish\",\"prevSize\":16,\"code\":60177},\"setIdx\":0,\"setId\":0,\"iconIdx\":529},{\"icon\":{\"paths\":[\"M672 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM798.16 667.080c-108.24 108-277.68 153.4-505.28 135.8q9.56 71.36 26.8 150.28c0.467 2.049 0.734 4.401 0.734 6.816 0 15.255-10.674 28.016-24.961 31.223l-0.214 0.040c-2.058 0.483-4.421 0.76-6.849 0.76-0.011 0-0.022-0-0.033-0l0.002 0c-15.225-0.030-27.952-10.687-31.16-24.946l-0.040-0.214q-19.64-89.72-29.56-170.56-80.8-9.96-170.44-29.56c-14.414-3.314-25-16.033-25-31.225 0-17.673 14.327-32 32-32 2.366 0 4.672 0.257 6.892 0.744l-0.212-0.039q78.84 17.2 150.16 26.8c-17.56-227.56 28-396.96 136-505.16 175-175.52 452.72-126.24 506.6-114.56 24.598 5.496 43.624 24.522 49.039 48.691l0.081 0.429c11.68 53.88 61 331.6-114.56 506.68zM738.16 635.52c-180.762-28.062-321.702-169.084-349.342-347.546l-0.298-2.334c-86.28 97.4-120.52 249.040-102.84 452.56 203.56 17.8 355.2-16.44 452.6-102.68zM850.16 173.96c-40.861-8.841-87.802-13.904-135.925-13.904-21.503 0-42.77 1.011-63.757 2.988l2.682-0.204c-80.96 8-149.6 31.32-205 69.84 4.715 187.629 155.546 338.516 342.709 343.311l0.451 0.009c38.48-55.4 61.96-124 69.84-205 1.77-18.354 2.78-39.681 2.78-61.244 0-48.072-5.018-94.973-14.558-140.206l0.778 4.409z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fish-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26271,\"id\":717,\"name\":\"fish-simple\",\"prevSize\":16,\"code\":60178},\"setIdx\":0,\"setId\":0,\"iconIdx\":530},{\"icon\":{\"paths\":[\"M139.040 168c-6.735 5.861-10.984 14.429-11.040 23.99l-0 0.010v672c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176.92c107.16-84.64 199.48-39 305.8 13.64 65.6 32.44 136.24 67.4 212 67.4 55.72 0 114.16-19 175.28-72 6.735-5.861 10.984-14.429 11.040-23.99l0-0.010v-480.12c-0.043-17.641-14.353-31.924-32-31.924-8.091 0-15.481 3.003-21.116 7.955l0.036-0.031c-112 96.92-206.88 49.96-316.84-4.48-113.92-56.48-243.080-120.36-387.16 4.48zM832 657c-107.16 84.64-199.48 38.96-305.8-13.64-100-49.4-211.24-104.52-334.2-33.6v-402.6c107.16-84.64 199.48-39 305.8 13.6 100 49.4 211.28 104.52 334.2 33.6z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flag\"]},\"attrs\":[{}],\"properties\":{\"order\":26272,\"id\":716,\"name\":\"flag\",\"prevSize\":16,\"code\":60179},\"setIdx\":0,\"setId\":0,\"iconIdx\":531},{\"icon\":{\"paths\":[\"M923.040 206.92c-5.757-9.017-15.709-14.912-27.039-14.92l-768.001-0c-0.009-0-0.019-0-0.029-0-17.673 0-32 14.327-32 32 0 9.331 3.994 17.73 10.366 23.579l0.023 0.021 168.36 154.28-170.24 184.4c-5.268 5.687-8.5 13.326-8.5 21.72 0 17.673 14.327 32 32 32 0.007 0 0.014-0 0.021-0l534.479 0-115.36 242.24c-2.178 4.209-3.455 9.187-3.455 14.464 0 17.673 14.327 32 32 32 12.945 0 24.094-7.686 29.134-18.744l0.082-0.2 320-672c1.96-4.024 3.105-8.753 3.105-13.751 0-6.338-1.843-12.246-5.022-17.217l0.077 0.128zM692.92 576h-492l142.44-154.28c5.271-5.687 8.504-13.328 8.504-21.724 0-9.329-3.992-17.725-10.361-23.575l-0.023-0.021-131.2-120.4h635.040z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flag-banner\"]},\"attrs\":[{}],\"properties\":{\"order\":26273,\"id\":715,\"name\":\"flag-banner\",\"prevSize\":16,\"code\":60180},\"setIdx\":0,\"setId\":0,\"iconIdx\":532},{\"icon\":{\"paths\":[\"M877.28 163c-3.885-1.808-8.435-2.863-13.23-2.863-8.058 0-15.421 2.979-21.047 7.895l0.038-0.032c-112 96.88-206.88 49.92-316.84-4.52-113.92-56.44-243.080-120.32-387.16 4.52-6.735 5.861-10.984 14.429-11.040 23.99l-0 0.010v672c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176.92c107.16-84.64 199.48-39 305.8 13.64 113.96 56.36 243.080 120.24 387.16-4.52 6.735-5.861 10.984-14.429 11.040-23.99l0-0.010v-480.2c-0.047-12.813-7.618-23.847-18.523-28.918l-0.197-0.082zM832 254.4v178.6c-56 44.24-108 52.88-160 43.52v-191.16c11.144 1.832 23.986 2.878 37.074 2.878 45.372 0 87.805-12.58 124.003-34.442l-1.077 0.603zM608 269.44v188c-26.64-10.68-53.72-24-81.8-37.96-35.28-17.44-72-35.6-110.2-48.68v-188c26.64 10.64 53.72 24 81.8 37.92 35.28 17.48 72.040 35.64 110.2 48.72zM352 163.64v191.12c-11.125-1.825-23.947-2.868-37.012-2.868-45.396 0-87.851 12.591-124.063 34.471l1.076-0.603v-178.64c56-44.24 108-52.84 160-43.48zM314.32 576c-45.151 0.081-87.359 12.605-123.401 34.324l1.081-0.604v-146.6c56-44.24 108-52.88 160-43.52v159.2c-11.303-1.754-24.36-2.771-37.65-2.8l-0.030-0zM416 594.68v-156c26.64 10.64 53.72 24 81.8 37.92 35.28 17.48 72 35.6 110.2 48.68v156c-26.64-10.68-53.72-24-81.8-37.92-35.28-17.48-72.040-35.6-110.2-48.68zM672 700.48v-159.2c11.284 1.777 24.335 2.822 37.62 2.88l0.060 0c45.168-0.144 87.369-12.721 123.397-34.484l-1.077 0.604v146.72c-56 44.24-108 52.84-160 43.48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flag-checkered\"]},\"attrs\":[{}],\"properties\":{\"order\":26274,\"id\":714,\"name\":\"flag-checkered\",\"prevSize\":16,\"code\":60181},\"setIdx\":0,\"setId\":0,\"iconIdx\":533},{\"icon\":{\"paths\":[\"M970.52 385.76l-736-256c-3.134-1.127-6.751-1.779-10.52-1.779-17.673 0-32 14.327-32 32 0 0.007 0 0.013 0 0.020l-0-0.001v704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-169.24l714.52-248.52c12.64-4.469 21.534-16.316 21.534-30.24s-8.893-25.771-21.31-30.171l-0.224-0.069zM256 627v-422l606.6 211z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flag-pennant\"]},\"attrs\":[{}],\"properties\":{\"order\":26275,\"id\":713,\"name\":\"flag-pennant\",\"prevSize\":16,\"code\":60182},\"setIdx\":0,\"setId\":0,\"iconIdx\":534},{\"icon\":{\"paths\":[\"M695.16 205.92c-48.964-51.524-103.623-96.865-163.186-135.251l-3.494-2.109c-4.703-2.87-10.393-4.57-16.48-4.57s-11.777 1.699-16.621 4.65l0.141-0.080c-63.057 40.495-117.716 85.836-166.324 136.982l-0.356 0.378c-110.48 116-168.84 243.96-168.84 370.080 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-126.12-58.36-254.080-168.84-370.080zM384 736c0-110.68 90.12-189.12 128-217.2 37.92 28 128 106.52 128 217.2 0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM693.080 799.72c6.919-18.966 10.92-40.861 10.92-63.691 0-0.010-0-0.020-0-0.031l0 0.002c0-176-168.36-279.16-175.52-283.44-4.703-2.87-10.393-4.57-16.48-4.57s-11.777 1.699-16.621 4.65l0.141-0.080c-7.16 4.28-175.52 107.44-175.52 283.44-0 0.009-0 0.019-0 0.029 0 22.83 4.001 44.725 11.341 65.023l-0.421-1.332c-65.442-53.134-106.92-133.583-106.92-223.72l0 0c0-137.64 81.6-252.6 150.080-324.76 41.12-43.022 86.258-81.544 135.021-115.189l2.899-1.891c51.667 35.523 96.807 74.047 137.607 116.751l0.313 0.329c124.040 130.76 150.080 248.76 150.080 324.76-0 90.137-41.478 170.586-106.388 223.302l-0.532 0.418z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flame\"]},\"attrs\":[{}],\"properties\":{\"order\":26276,\"id\":712,\"name\":\"flame\",\"prevSize\":16,\"code\":60183},\"setIdx\":0,\"setId\":0,\"iconIdx\":535},{\"icon\":{\"paths\":[\"M736 64h-448c-35.346 0-64 28.654-64 64v0 181.32c0.037 14.476 4.839 27.824 12.919 38.565l-0.119-0.165 83.2 110.96v437.32c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-437.32l83.2-110.96c7.961-10.576 12.763-23.924 12.8-38.391l0-0.009v-181.32c0-35.346-28.654-64-64-64v0zM288 128h448v96h-448v-96zM652.8 420.28c-7.961 10.576-12.763 23.924-12.8 38.391l-0 0.009v437.32h-256v-437.32c-0.037-14.476-4.839-27.824-12.919-38.565l0.119 0.165-83.2-110.96v-21.32h448v21.32zM544 480v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flashlight\"]},\"attrs\":[{}],\"properties\":{\"order\":26277,\"id\":711,\"name\":\"flashlight\",\"prevSize\":16,\"code\":60184},\"setIdx\":0,\"setId\":0,\"iconIdx\":536},{\"icon\":{\"paths\":[\"M886.76 799.080l-246.76-411.4v-227.68h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v227.68l-246.76 411.4c-5.726 9.397-9.116 20.763-9.116 32.92 0 35.303 28.583 63.929 63.869 64l0.007 0h640c35.344-0.002 63.996-28.655 63.996-64 0-12.157-3.39-23.523-9.276-33.203l0.16 0.283zM443.44 413c2.864-4.674 4.56-10.332 4.56-16.386 0-0.019-0-0.038-0-0.057l0 0.003v-236.56h128v236.56c-0 0.016-0 0.035-0 0.054 0 6.054 1.696 11.712 4.639 16.525l-0.079-0.139 152.88 255c-48 9.48-116.28 5.48-207-40.44-63.64-32.2-124.2-49.28-180.88-51.24zM192 832l114.16-190.32c57-6.96 121.24 7.4 191.28 42.88 76 38.44 140 51.52 192 51.52 0.367 0.002 0.802 0.003 1.237 0.003 27.414 0 53.906-3.946 78.94-11.301l-1.977 0.498 64.36 106.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flask\"]},\"attrs\":[{}],\"properties\":{\"order\":26278,\"id\":710,\"name\":\"flask\",\"prevSize\":16,\"code\":60185},\"setIdx\":0,\"setId\":0,\"iconIdx\":537},{\"icon\":{\"paths\":[\"M877.24 320l-173.24-173.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-466.76c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-466.76c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004zM672 832h-320v-224h320zM832 832h-96v-224c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 224h-96v-640h466.76l173.24 173.24zM640 288c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"floppy-disk\"]},\"attrs\":[{}],\"properties\":{\"order\":26279,\"id\":709,\"name\":\"floppy-disk\",\"prevSize\":16,\"code\":60186},\"setIdx\":0,\"setId\":0,\"iconIdx\":538},{\"icon\":{\"paths\":[\"M832 128h-466.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-173.24 173.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v466.76c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-466.76l173.24-173.24h306.76v128h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c35.346 0 64-28.654 64-64v0-128h96zM512 448c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 704c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"floppy-disk-back\"]},\"attrs\":[{}],\"properties\":{\"order\":26280,\"id\":708,\"name\":\"floppy-disk-back\",\"prevSize\":16,\"code\":60187},\"setIdx\":0,\"setId\":0,\"iconIdx\":539},{\"icon\":{\"paths\":[\"M982.64 297.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 73.4 73.36h-114.76c-41.414 1.545-80.179 11.305-115.23 27.688l1.83-0.768c-54.48 25.16-123.32 78.84-142.16 192-21.28 127.76-116.4 156.88-164 163.44-16.14-72.626-80.009-126.123-156.373-126.123-88.366 0-160 71.634-160 160s71.634 160 160 160c77.625 0 142.339-55.279 156.924-128.618l0.169-1.019c30.896-3.601 59.071-11.568 85.168-23.329l-1.808 0.729c54.48-24 123.48-77.6 143.040-194.76 27.040-162.16 185.8-165.24 192.44-165.24h114.76l-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM192 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flow-arrow\"]},\"attrs\":[{}],\"properties\":{\"order\":26281,\"id\":707,\"name\":\"flow-arrow\",\"prevSize\":16,\"code\":60188},\"setIdx\":0,\"setId\":0,\"iconIdx\":540},{\"icon\":{\"paths\":[\"M841.4 517.44c-3.24-1.88-6.8-3.68-10.48-5.44 3.68-1.76 7.24-3.56 10.48-5.44 48.678-28.055 80.919-79.808 80.919-139.091 0-88.366-71.634-160-160-160-29.829 0-57.752 8.163-81.656 22.376l0.737-0.406c-3.24 1.88-6.6 4-9.92 6.36 0.32-4 0.52-8 0.52-12 0-88.366-71.634-160-160-160s-160 71.634-160 160v0c0 3.76 0 7.76 0.52 12-3.32-2.28-6.68-4.48-9.92-6.36-23.167-13.808-51.090-21.971-80.919-21.971-88.366 0-160 71.634-160 160 0 59.283 32.241 111.035 80.146 138.679l0.773 0.412c3.24 1.88 6.8 3.68 10.48 5.44-3.68 1.76-7.24 3.56-10.48 5.44-48.678 28.055-80.919 79.808-80.919 139.091 0 88.366 71.634 160 160 160 29.829 0 57.752-8.163 81.656-22.376l-0.737 0.406c3.24-1.88 6.6-4 9.92-6.36-0.32 4-0.52 8-0.52 11.8 0 88.366 71.634 160 160 160s160-71.634 160-160v0c0-3.76-0.2-7.76-0.52-11.8 3.32 2.28 6.68 4.48 9.92 6.36 22.87 13.475 50.385 21.436 79.759 21.44l0.001 0c14.831-0.020 29.184-2.034 42.815-5.787l-1.135 0.267c68.837-18.895 118.578-80.911 118.578-154.545 0-58.918-31.846-110.398-79.263-138.166l-0.755-0.409zM416 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM713.4 284.84c13.769-8.086 30.327-12.861 48-12.861 53.020 0 96.001 42.981 96.001 96.001 0 35.347-19.103 66.232-47.548 82.895l-0.453 0.245c-25.080 14.52-74.44 24.52-140.64 28.76-7.399-35.055-25.416-65.073-50.476-87.337l-0.164-0.143c36.8-55.28 70.2-93.040 95.28-107.56zM512 128c53.019 0 96 42.981 96 96v0c0 28.96-16 76.76-45.44 136.24-15.085-5.223-32.47-8.24-50.56-8.24s-35.475 3.016-51.68 8.574l1.12-0.334c-29.44-59.48-45.44-107.28-45.44-136.24 0-53.019 42.981-96 96-96v0zM179.44 320c16.904-28.912 47.797-48.026 83.153-48.026 17.676 0 34.236 4.777 48.46 13.111l-0.453-0.245c25.080 14.52 58.48 52.28 95.28 107.56-25.244 22.436-43.266 52.499-50.456 86.556l-0.184 1.044c-66.2-4.24-115.56-14.24-140.64-28.72-28.941-16.897-48.078-47.805-48.078-83.183 0-17.712 4.797-34.305 13.163-48.548l-0.245 0.451zM310.6 739.16c-13.769 8.086-30.327 12.861-48 12.861-53.020 0-96.001-42.981-96.001-96.001 0-35.347 19.103-66.232 47.548-82.895l0.453-0.245c25.080-14.52 74.44-24.52 140.64-28.76 7.399 35.055 25.416 65.073 50.476 87.337l0.164 0.143c-36.8 55.28-70.2 93.040-95.28 107.56zM512 896c-53.019 0-96-42.981-96-96v0c0-28.96 16-76.76 45.44-136.24 15.085 5.223 32.47 8.24 50.56 8.24s35.475-3.016 51.68-8.574l-1.12 0.334c29.44 59.48 45.44 107.28 45.44 136.24 0 53.019-42.981 96-96 96v0zM844.56 704c-16.904 28.912-47.797 48.026-83.153 48.026-17.676 0-34.236-4.777-48.46-13.111l0.453 0.245c-25.080-14.52-58.48-52.28-95.28-107.56 25.244-22.436 43.266-52.499 50.456-86.556l0.184-1.044c66.2 4.24 115.56 14.24 140.64 28.72 28.941 16.897 48.078 47.805 48.078 83.183 0 17.712-4.797 34.305-13.163 48.548l0.245-0.451z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flower\"]},\"attrs\":[{}],\"properties\":{\"order\":26282,\"id\":706,\"name\":\"flower\",\"prevSize\":16,\"code\":60189},\"setIdx\":0,\"setId\":0,\"iconIdx\":541},{\"icon\":{\"paths\":[\"M983.32 486.52c-8.257-14.316-21.671-24.875-37.645-29.219l-0.435-0.101c-21.998-5.896-47.253-9.283-73.299-9.283-5.41 0-10.787 0.146-16.125 0.435l0.744-0.032c16-79.4 4-142.2-8.24-179.44-8.576-26.3-32.88-44.971-61.546-44.971-4.823 0-9.522 0.529-14.044 1.531l0.429-0.080c-43.314 9.834-81.519 26.596-115.444 49.262l1.244-0.782c-26.413-53.204-63.016-97.663-107.591-132.364l-0.849-0.636c-10.596-8.016-23.995-12.84-38.52-12.84s-27.924 4.824-38.682 12.957l0.162-0.117c-45.434 35.327-82.040 79.789-107.451 130.806l-0.989 2.194c-32.681-21.884-70.886-38.646-111.902-48.037l-2.298-0.443c-4.092-0.922-8.791-1.451-13.614-1.451-28.665 0-52.97 18.67-61.416 44.514l-0.129 0.457c-12 37.24-24 100-8.24 179.44-4.594-0.256-9.971-0.403-15.381-0.403-26.046 0-51.301 3.387-75.349 9.743l2.050-0.461c-16.409 4.445-29.823 15.004-37.92 29.020l-0.16 0.3c-5.452 9.22-8.674 20.32-8.674 32.172 0 6.016 0.83 11.839 2.382 17.359l-0.108-0.451c13.56 50.28 55.2 145.92 181.32 221.28s236.92 75.12 296.6 75.12 170.68 0 296-75.12c126.12-75.36 167.76-171 181.32-221.28 1.485-5.138 2.338-11.041 2.338-17.142 0-11.757-3.17-22.773-8.702-32.241l0.164 0.303zM236.56 288.56c0.087-0.354 0.402-0.613 0.778-0.613 0.050 0 0.099 0.005 0.147 0.014l-0.005-0.001c39.364 9.071 73.961 25.244 104.035 47.235l-0.795-0.555c-13.153 41.503-20.731 89.236-20.731 138.739 0 1.161 0.004 2.32 0.012 3.479l-0.001-0.178c0 74.96 15.080 136 36.44 185.12-29.639-29.664-55.531-63.081-76.898-99.475l-1.262-2.325c-72.080-125.52-57.080-224-41.72-271.44zM248.56 701.96c-106.68-63.68-141.28-141.76-152.56-183.16 17.176-4.408 36.894-6.938 57.203-6.938 11.567 0 22.943 0.821 34.072 2.407l-1.276-0.149c11.359 30.182 23.673 55.763 37.919 80.075l-1.319-2.435c36.344 61.963 81.675 114.382 134.919 157.395l1.081 0.845c-41.943-12.235-78.51-28.601-112.22-49.186l2.020 1.146zM512 761.6c-37.32-27.76-128-112.92-128-284.92 0-169.88 89.52-255.72 128-284.68 38.48 29.040 128 114.88 128 284.76 0 171.92-90.68 257.080-128 284.84zM683.28 334.64c29.28-21.422 63.878-37.582 101.34-46.269l1.9-0.371c0.043-0.008 0.092-0.013 0.142-0.013 0.375 0 0.69 0.259 0.777 0.607l0.001 0.005c15.36 47.4 30.36 145.88-41.72 271.4-22.611 38.77-48.505 72.229-78.165 101.925l0.005-0.005c21.36-49.040 36.44-110.16 36.44-185.12 0.008-1.015 0.012-2.216 0.012-3.418 0-49.504-7.579-97.237-21.641-142.104l0.908 3.362zM928 518.88c-11.080 41-45.6 119.24-152.36 183.080-31.69 19.426-68.258 35.779-106.949 47.179l-3.251 0.821c54.324-43.858 99.656-96.276 134.549-155.573l1.451-2.667c12.927-21.877 25.241-47.458 35.412-74.098l1.188-3.542c9.791-1.423 21.096-2.235 32.591-2.235 20.37 0 40.144 2.551 59.021 7.351l-1.651-0.356z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flower-lotus\"]},\"attrs\":[{}],\"properties\":{\"order\":26283,\"id\":705,\"name\":\"flower-lotus\",\"prevSize\":16,\"code\":60190},\"setIdx\":0,\"setId\":0,\"iconIdx\":542},{\"icon\":{\"paths\":[\"M832 192c-0.094-0-0.205-0-0.316-0-51.073 0-99.59 10.942-143.336 30.609l2.211-0.889c-60.4-101.48-159.68-152-164.24-154.36-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-4.56 2.32-104 52.88-164.24 154.36-41.534-18.778-90.051-29.72-141.124-29.72-0.111 0-0.222 0-0.333 0l0.017-0c-17.673 0-32 14.327-32 32v0 160c0.227 183.046 139.963 333.385 318.579 350.411l1.421 0.109v141.72l-145.68-72.88c-4.172-2.131-9.1-3.38-14.32-3.38-17.684 0-32.020 14.336-32.020 32.020 0 12.465 7.122 23.266 17.519 28.556l0.182 0.084 192 96c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 192-96c10.579-5.374 17.7-16.175 17.7-28.64 0-17.684-14.336-32.020-32.020-32.020-5.22 0-10.148 1.249-14.502 3.464l0.182-0.084-145.68 72.88v-141.72c180.037-17.135 319.773-167.474 320-350.497l0-0.023v-160c0-17.673-14.327-32-32-32v0zM480 670.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018v-126.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM512 397.44c-27.801-59.477-69.62-108.391-121.358-143.901l-1.202-0.779c38.28-63.16 96-103.6 122.56-120 26.6 16.32 84.32 56.76 122.56 120-52.932 36.298-94.748 85.21-121.647 142.514l-0.913 2.166zM800 384c-0.177 147.723-111.39 269.416-254.654 286.112l-1.346 0.128v-126.24c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flower-tulip\"]},\"attrs\":[{}],\"properties\":{\"order\":26284,\"id\":704,\"name\":\"flower-tulip\",\"prevSize\":16,\"code\":60191},\"setIdx\":0,\"setId\":0,\"iconIdx\":543},{\"icon\":{\"paths\":[\"M734.36 853.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225-32-96c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM362.12 737.64c-3.020-1.041-6.501-1.643-10.121-1.643-14.054 0-25.992 9.060-30.292 21.658l-0.067 0.225-32 96c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.674 14.328 32.002 32.002 32.002 14.054 0 25.992-9.059 30.293-21.657l0.067-0.225 32-96c1.041-3.020 1.643-6.501 1.643-10.121 0-14.054-9.060-25.992-21.658-30.292l-0.225-0.067zM992 448c0 64.88-53.48 123.56-150.6 165.16-88.52 37.96-205.4 58.84-329.4 58.84s-240.88-20.88-329.4-58.84c-97.12-41.6-150.6-100.28-150.6-165.16 0-33.48 14.68-83.16 84.68-130 45.48-30.44 107.76-55.040 180.72-71.4 45.828-71.78 125.070-118.692 215.269-118.692 69.962 0 133.333 28.224 179.346 73.907l-0.015-0.015c13.496 13.358 25.516 28.162 35.821 44.173l0.619 1.027c165.28 37.36 263.56 111.96 263.56 201zM320 387.32v12c-0 0.053-0.001 0.116-0.001 0.18 0 14.957 10.366 27.493 24.305 30.817l0.215 0.043c48.72 11.225 104.666 17.659 162.115 17.659 1.886 0 3.771-0.007 5.653-0.021l-0.289 0.002c1.799 0.016 3.925 0.024 6.053 0.024 57.173 0 112.856-6.377 166.378-18.459l-5.031 0.955c14.197-3.353 24.6-15.917 24.6-30.911 0-0.045-0-0.091-0-0.136l0 0.007v-15.48c0-0.005 0-0.011 0-0.017 0-106.039-85.961-192-192-192-0.9 0-1.799 0.006-2.696 0.019l0.136-0.001c-104.44 1.36-189.44 89-189.44 195.32zM928 448c0-46.8-66.52-95.56-167.6-126.36 4.828 18.689 7.6 40.145 7.6 62.248 0 0.040-0 0.079-0 0.119l0-0.006v15.68c0 0.043 0 0.094 0 0.144 0 45.194-31.412 83.050-73.594 92.928l-0.646 0.127c-52.812 12.168-113.457 19.142-175.731 19.142-2.12 0-4.237-0.008-6.353-0.024l0.324 0.002c-1.778 0.014-3.882 0.022-5.987 0.022-62.289 0-122.948-6.974-181.241-20.184l5.468 1.042c-42.828-10.005-74.24-47.862-74.24-93.056 0-0.051 0-0.101 0-0.152l-0 0.008v-12.24c0.007-23.492 3.116-46.255 8.938-67.907l-0.418 1.827c-101.64 30.64-168.52 79.64-168.52 126.64 0 75.68 170.84 160 416 160s416-84.32 416-160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"flying-saucer\"]},\"attrs\":[{}],\"properties\":{\"order\":26285,\"id\":703,\"name\":\"flying-saucer\",\"prevSize\":16,\"code\":60192},\"setIdx\":0,\"setId\":0,\"iconIdx\":544},{\"icon\":{\"paths\":[\"M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h710.040c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM160 224h210.76l64 64h-274.76zM864 800h-704v-448h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder\"]},\"attrs\":[{}],\"properties\":{\"order\":26286,\"id\":702,\"name\":\"folder\",\"prevSize\":16,\"code\":60193},\"setIdx\":0,\"setId\":0,\"iconIdx\":545},{\"icon\":{\"paths\":[\"M384 832c0 17.673-14.327 32-32 32v0h-194.48c-33.958-0.046-61.475-27.562-61.52-61.516l-0-0.004v-34.48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h192c17.673 0 32 14.327 32 32v0zM640 800h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 576c-17.673 0-32 14.327-32 32v0 192h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-195.56c0-17.673-14.327-32-32-32v0zM864 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM96 320v-96c0-35.346 28.654-64 64-64v0h210.76c0.060-0 0.131-0 0.203-0 17.607 0 33.539 7.173 45.033 18.756l0.004 0.004 118.64 118.6c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-383.999 0c-17.673 0-32-14.327-32-32v0zM160 288h274.76l-64-64h-210.76zM128 640c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-dashed\"]},\"attrs\":[{}],\"properties\":{\"order\":26287,\"id\":701,\"name\":\"folder-dashed\",\"prevSize\":16,\"code\":60194},\"setIdx\":0,\"setId\":0,\"iconIdx\":546},{\"icon\":{\"paths\":[\"M896 640h-32v-16c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 16h-32c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM704 624c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h-96zM864 800h-224v-96h224zM864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h292.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-290.24v-448h704v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-lock\"]},\"attrs\":[{}],\"properties\":{\"order\":26288,\"id\":700,\"name\":\"folder-lock\",\"prevSize\":16,\"code\":60195},\"setIdx\":0,\"setId\":0,\"iconIdx\":547},{\"icon\":{\"paths\":[\"M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h710.040c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64zM864 800h-704v-448h704zM416 544h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-minus\"]},\"attrs\":[{}],\"properties\":{\"order\":26289,\"id\":699,\"name\":\"folder-minus\",\"prevSize\":16,\"code\":60196},\"setIdx\":0,\"setId\":0,\"iconIdx\":548},{\"icon\":{\"paths\":[\"M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 256h213.32l85.36 64-85.36 64h-213.32zM864 800h-704v-352h213.32c14.476-0.037 27.824-4.839 38.565-12.919l-0.165 0.119 110.96-83.2h341.32z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-notch\"]},\"attrs\":[{}],\"properties\":{\"order\":26290,\"id\":698,\"name\":\"folder-notch\",\"prevSize\":16,\"code\":60197},\"setIdx\":0,\"setId\":0,\"iconIdx\":549},{\"icon\":{\"paths\":[\"M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 256h213.32l85.36 64-85.36 64h-213.32zM864 800h-704v-352h213.32c14.476-0.037 27.824-4.839 38.565-12.919l-0.165 0.119 110.96-83.2h341.32zM416 576h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-notch-minus\"]},\"attrs\":[{}],\"properties\":{\"order\":26291,\"id\":697,\"name\":\"folder-notch-minus\",\"prevSize\":16,\"code\":60198},\"setIdx\":0,\"setId\":0,\"iconIdx\":550},{\"icon\":{\"paths\":[\"M980 442.56c-11.763-16.169-30.621-26.56-51.906-26.56-0.033 0-0.066 0-0.099 0l0.005-0h-64v-64c0-35.346-28.654-64-64-64v0h-277.32l-110.92-83.2c-10.578-7.956-23.924-12.757-38.39-12.8l-0.010-0h-213.36c-35.346 0-64 28.654-64 64v0 576c0 17.673 14.327 32 32 32v0h716.4c0.001 0 0.002 0 0.002 0 14.053 0 25.99-9.058 30.291-21.655l0.067-0.225 113.96-341.88c2.086-6.055 3.291-13.032 3.291-20.291 0-14.032-4.502-27.013-12.14-37.577l0.129 0.188zM373.36 256l110.92 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32v64h-214.28c-0.001-0-0.002-0-0.002-0-13.238 0-25.538 4.019-35.745 10.905l0.227-0.145-80 53.24h-192.52c-0.052-0-0.114-0-0.177-0-26.744 0-49.643 16.466-59.11 39.813l-0.153 0.427-58.24 145.6v-409.84zM821.36 800h-646.080l102.4-256h192.64c0.001 0 0.002 0 0.002 0 13.238 0 25.538-4.019 35.745-10.905l-0.227 0.145 80-53.24h342.16z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-notch-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26292,\"id\":696,\"name\":\"folder-notch-open\",\"prevSize\":16,\"code\":60199},\"setIdx\":0,\"setId\":0,\"iconIdx\":551},{\"icon\":{\"paths\":[\"M512 480c17.673 0 32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32v0zM928 352v448c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0zM160 384h213.32l85.36-64-85.36-64h-213.32zM864 352h-341.32l-110.96 83.2c-10.576 7.961-23.924 12.763-38.391 12.8l-0.009 0h-213.32v352h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-notch-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26293,\"id\":695,\"name\":\"folder-notch-plus\",\"prevSize\":16,\"code\":60200},\"setIdx\":0,\"setId\":0,\"iconIdx\":552},{\"icon\":{\"paths\":[\"M980 442.56c-11.763-16.169-30.621-26.56-51.906-26.56-0.033 0-0.066 0-0.099 0l0.005-0h-64v-64c0-35.346-28.654-64-64-64v0h-277.32l-110.92-83.2c-10.578-7.956-23.924-12.757-38.39-12.8l-0.010-0h-213.36c-35.346 0-64 28.654-64 64v0 576c0 17.673 14.327 32 32 32v0h716.4c0.001 0 0.002 0 0.002 0 14.053 0 25.99-9.058 30.291-21.655l0.067-0.225 113.96-341.88c2.086-6.055 3.291-13.032 3.291-20.291 0-14.032-4.502-27.013-12.14-37.577l0.129 0.188zM373.36 256l110.92 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32v64h-520.92c-0.001-0-0.003-0-0.005-0-28.106 0-51.98 18.117-60.582 43.31l-0.134 0.45-58.36 175.040v-378.8zM821.36 800h-648.96l106.68-320h648.92z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26294,\"id\":694,\"name\":\"folder-open\",\"prevSize\":16,\"code\":60201},\"setIdx\":0,\"setId\":0,\"iconIdx\":553},{\"icon\":{\"paths\":[\"M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h710.040c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64zM864 800h-704v-448h704zM512 448c17.673 0 32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26295,\"id\":693,\"name\":\"folder-plus\",\"prevSize\":16,\"code\":60202},\"setIdx\":0,\"setId\":0,\"iconIdx\":554},{\"icon\":{\"paths\":[\"M896 256h-277.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-181.32c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h611.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-67.56h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-355.56c0-35.346-28.654-64-64-64v0zM768 800h-608v-448h181.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32zM896 672h-64v-224c0-35.346-28.654-64-64-64v0h-277.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-53.32v-64h181.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folders\"]},\"attrs\":[{}],\"properties\":{\"order\":26296,\"id\":692,\"name\":\"folders\",\"prevSize\":16,\"code\":60203},\"setIdx\":0,\"setId\":0,\"iconIdx\":555},{\"icon\":{\"paths\":[\"M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h707.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM864 800h-704v-544h213.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h341.32z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26297,\"id\":691,\"name\":\"folder-simple\",\"prevSize\":16,\"code\":60204},\"setIdx\":0,\"setId\":0,\"iconIdx\":556},{\"icon\":{\"paths\":[\"M96 320v-64c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 119.48 89.6c7.807 5.9 12.8 15.167 12.8 25.6 0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-119.48-89.6h-213.32v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM352 800h-192v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 34.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h194.48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 800h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 576c-17.673 0-32 14.327-32 32v0 192h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-195.56c0-17.673-14.327-32-32-32v0zM864 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM128 640c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-simple-dashed\"]},\"attrs\":[{}],\"properties\":{\"order\":26298,\"id\":690,\"name\":\"folder-simple-dashed\",\"prevSize\":16,\"code\":60205},\"setIdx\":0,\"setId\":0,\"iconIdx\":557},{\"icon\":{\"paths\":[\"M928 352v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0zM928 672v160c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h32v-16c0-61.856 50.144-112 112-112s112 50.144 112 112v0 16h32c17.673 0 32 14.327 32 32v0zM704 640h96v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0zM864 704h-224v96h224z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-simple-lock\"]},\"attrs\":[{}],\"properties\":{\"order\":26299,\"id\":689,\"name\":\"folder-simple-lock\",\"prevSize\":16,\"code\":60206},\"setIdx\":0,\"setId\":0,\"iconIdx\":558},{\"icon\":{\"paths\":[\"M640 576c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM928 352v451.56c-0.045 33.362-27.078 60.395-60.436 60.44l-0.004 0h-707.56c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0zM864 352h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-simple-minus\"]},\"attrs\":[{}],\"properties\":{\"order\":26300,\"id\":688,\"name\":\"folder-simple-minus\",\"prevSize\":16,\"code\":60207},\"setIdx\":0,\"setId\":0,\"iconIdx\":559},{\"icon\":{\"paths\":[\"M864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h707.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM864 800h-704v-544h213.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h341.32zM640 576c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-simple-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26301,\"id\":687,\"name\":\"folder-simple-plus\",\"prevSize\":16,\"code\":60208},\"setIdx\":0,\"setId\":0,\"iconIdx\":560},{\"icon\":{\"paths\":[\"M512 832c0 17.673-14.327 32-32 32v0h-320c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h320c17.673 0 32 14.327 32 32v0zM948.36 671.12l-90.040 74.36 27.4 110.84c0.589 2.296 0.927 4.933 0.927 7.648 0 17.673-14.327 32-32 32-5.975 0-11.568-1.638-16.354-4.489l0.147 0.081-102.44-60.28-102.44 60.28c-4.639 2.77-10.232 4.408-16.207 4.408-17.673 0-32-14.327-32-32 0-2.715 0.338-5.352 0.975-7.869l-0.047 0.221 27.4-110.84-90.040-74.36c-7.111-5.912-11.605-14.761-11.605-24.659 0-16.788 12.928-30.557 29.372-31.894l0.114-0.007 119.36-9.24 45.72-106c5.028-11.486 16.294-19.365 29.4-19.365s24.372 7.879 29.32 19.16l0.080 0.206 45.72 106 119.36 9.24c16.558 1.344 29.485 15.113 29.485 31.901 0 9.898-4.494 18.747-11.553 24.617l-0.052 0.042zM846.48 672.24l-59.56-4.6c-12.085-0.955-22.203-8.494-26.839-18.995l-0.081-0.205-24-55.68-24 55.68c-4.717 10.706-14.835 18.245-26.808 19.193l-0.112 0.007-59.56 4.6 44.44 36.72c7.138 5.912 11.651 14.777 11.651 24.697 0 2.721-0.34 5.362-0.979 7.885l0.048-0.221-14 56.48 53.080-31.24c4.647-2.782 10.251-4.427 16.24-4.427s11.593 1.645 16.386 4.508l-0.146-0.081 53.080 31.24-14-56.48c-0.592-2.301-0.931-4.943-0.931-7.663 0-9.919 4.513-18.784 11.598-24.654l0.053-0.043z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-simple-star\"]},\"attrs\":[{}],\"properties\":{\"order\":26302,\"id\":686,\"name\":\"folder-simple-star\",\"prevSize\":16,\"code\":60209},\"setIdx\":0,\"setId\":0,\"iconIdx\":561},{\"icon\":{\"paths\":[\"M858.44 794.48c23.193-23.168 37.54-55.188 37.54-90.559 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 35.371 14.347 67.391 37.539 90.558l0.001 0.001c-33.171 21.396-57.599 53.9-68.175 92.156l-0.265 1.124c-0.685 2.471-1.079 5.309-1.079 8.239 0 14.743 9.969 27.157 23.534 30.868l0.224 0.052c2.47 0.679 5.307 1.072 8.236 1.080l0.004 0c14.753-0.006 27.171-9.993 30.868-23.576l0.052-0.224c11.32-42.52 51.24-72.2 97.080-72.2s85.76 29.68 97.080 72.2c3.544 14.103 16.112 24.38 31.079 24.38 17.673 0 32-14.327 32-32 0-3.142-0.453-6.178-1.297-9.046l0.057 0.226c-10.851-39.385-35.293-71.89-67.85-92.899l-0.63-0.381zM768 640c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM928 352v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-simple-user\"]},\"attrs\":[{}],\"properties\":{\"order\":26303,\"id\":685,\"name\":\"folder-simple-user\",\"prevSize\":16,\"code\":60210},\"setIdx\":0,\"setId\":0,\"iconIdx\":562},{\"icon\":{\"paths\":[\"M482.24 800h-322.24v-448h704v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-35.346-28.654-64-64-64v0h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h324.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM370.76 224l64 64h-274.76v-64zM958.52 636.8c-3.971-12.264-14.819-21.174-27.886-22.233l-0.114-0.007-119.36-9.24-45.72-106c-5.028-11.486-16.294-19.365-29.4-19.365s-24.372 7.879-29.32 19.16l-0.080 0.206-45.72 106-119.36 9.24c-16.558 1.344-29.485 15.113-29.485 31.901 0 9.898 4.494 18.747 11.553 24.617l0.052 0.042 90.040 74.36-27.4 110.84c-0.589 2.296-0.927 4.933-0.927 7.648 0 17.673 14.327 32 32 32 5.975 0 11.568-1.638 16.354-4.489l-0.147 0.081 102.4-60.28 102.44 60.28c4.639 2.77 10.232 4.408 16.207 4.408 17.673 0 32-14.327 32-32 0-2.715-0.338-5.352-0.975-7.869l0.047 0.221-27.4-110.84 90.040-74.36c7.133-5.912 11.643-14.775 11.643-24.69 0-3.439-0.543-6.751-1.547-9.856l0.063 0.226zM802.040 708.8c-7.138 5.912-11.651 14.777-11.651 24.697 0 2.721 0.34 5.362 0.979 7.885l-0.048-0.221 14 56.48-53.080-31.24c-4.647-2.782-10.251-4.427-16.24-4.427s-11.593 1.645-16.386 4.508l0.146-0.081-53.080 31.24 14-56.48c0.592-2.301 0.931-4.943 0.931-7.663 0-9.919-4.513-18.784-11.598-24.654l-0.053-0.043-44.44-36.72 59.56-4.6c12.085-0.955 22.203-8.494 26.839-18.995l0.081-0.205 24-55.68 24 55.68c4.717 10.706 14.835 18.245 26.808 19.193l0.112 0.007 59.56 4.6z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-star\"]},\"attrs\":[{}],\"properties\":{\"order\":26304,\"id\":684,\"name\":\"folder-star\",\"prevSize\":16,\"code\":60211},\"setIdx\":0,\"setId\":0,\"iconIdx\":563},{\"icon\":{\"paths\":[\"M858.44 794.48c23.193-23.168 37.54-55.188 37.54-90.559 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 35.371 14.347 67.391 37.539 90.558l0.001 0.001c-33.171 21.396-57.599 53.9-68.175 92.156l-0.265 1.124c-0.685 2.471-1.079 5.309-1.079 8.239 0 14.743 9.969 27.157 23.534 30.868l0.224 0.052c2.47 0.679 5.307 1.072 8.236 1.080l0.004 0c14.753-0.006 27.171-9.993 30.868-23.576l0.052-0.224c11.32-42.52 51.24-72.2 97.080-72.2s85.76 29.68 97.080 72.2c3.544 14.103 16.112 24.38 31.079 24.38 17.673 0 32-14.327 32-32 0-3.142-0.453-6.178-1.297-9.046l0.057 0.226c-10.851-39.385-35.293-71.89-67.85-92.899l-0.63-0.381zM768 640c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.44c0.023 33.975 27.548 61.514 61.516 61.56l0.004 0h324.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-322.24v-448h704v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-35.346-28.654-64-64-64v0zM370.76 224l64 64h-274.76v-64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"folder-user\"]},\"attrs\":[{}],\"properties\":{\"order\":26305,\"id\":683,\"name\":\"folder-user\",\"prevSize\":16,\"code\":60212},\"setIdx\":0,\"setId\":0,\"iconIdx\":564},{\"icon\":{\"paths\":[\"M916.24 215.56c-9.623-55.23-52.57-98.177-107.012-107.686l-0.788-0.114c-129.48-21.96-373.56-32-553.080 147.6s-169.56 423.6-147.6 553.080c9.648 55.284 52.687 98.255 107.216 107.688l0.784 0.112c41.23 7.389 88.741 11.663 137.232 11.76l0.088 0c128.36 0 288.2-32 415.56-159.36 179.56-179.52 169.56-423.6 147.6-553.080zM669.8 159.56c45.337 0.165 89.608 4.232 132.639 11.884l-4.639-0.684c28.392 4.981 50.46 27.076 55.342 55.075l0.058 0.405c6.988 38.561 10.983 82.943 10.983 128.257 0 5.845-0.066 11.675-0.199 17.488l0.016-0.865-211.16-211.12c5.6-0.32 11.16-0.4 16.96-0.4zM226.24 853.2c-28.398-4.96-50.48-27.042-55.381-55.034l-0.059-0.406c-6.988-38.561-10.983-82.943-10.983-128.257 0-5.845 0.066-11.675 0.199-17.488l-0.016 0.865 211.12 211.12c-5.020 0.121-10.933 0.189-16.862 0.189-45.231 0-89.528-3.998-132.558-11.659l4.54 0.67zM723.44 723.44c-46.44 46.4-133.080 110.92-269.48 133.080l-286.48-286.48c22.16-136.4 86.68-223.040 133.080-269.48s133.040-110.96 269.44-133.12l286.52 286.52c-22.16 136.4-86.68 223.040-133.080 269.48zM662.56 361.44c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0-57.36 57.32 25.36 25.36c6.323 5.863 10.267 14.215 10.267 23.488 0 17.673-14.327 32-32 32-9.283 0-17.643-3.953-23.488-10.267l-0.019-0.021-25.32-25.32-50.76 50.76 25.36 25.36c6.335 5.864 10.288 14.224 10.288 23.507 0 17.673-14.327 32-32 32-9.273 0-17.625-3.944-23.469-10.247l-0.019-0.021-25.4-25.4-57.36 57.36c-5.842 6.14-14.075 9.959-23.199 9.959-17.673 0-32-14.327-32-32 0-9.125 3.819-17.357 9.946-23.187l0.013-0.013 57.4-57.32-25.36-25.36c-5.264-5.686-8.493-13.322-8.493-21.712 0-17.673 14.327-32 32-32 8.4 0 16.044 3.237 21.753 8.531l-0.021-0.019 25.36 25.36 50.72-50.8-25.36-25.36c-5.275-5.689-8.512-13.333-8.512-21.733 0-17.673 14.327-32 32-32 8.39 0 16.026 3.229 21.733 8.512l-0.021-0.019 25.4 25.4 57.36-57.36c5.788-5.775 13.777-9.345 22.6-9.345s16.812 3.571 22.601 9.346l-0.001-0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"football\"]},\"attrs\":[{}],\"properties\":{\"order\":26306,\"id\":682,\"name\":\"football\",\"prevSize\":16,\"code\":60213},\"setIdx\":0,\"setId\":0,\"iconIdx\":565},{\"icon\":{\"paths\":[\"M832.24 736h-224.24c-17.673 0-32 14.327-32 32v0 48c0 79.584 64.516 144.1 144.1 144.1s144.1-64.516 144.1-144.1v0-48c0-17.659-14.304-31.977-31.958-32l-0.002-0zM800.24 816c0 44.183-35.817 80-80 80s-80-35.817-80-80v0-16h160zM416 640h-224c-17.673 0-32 14.327-32 32v0 48c0 79.529 64.471 144 144 144s144-64.471 144-144v0-48c0-17.673-14.327-32-32-32v0zM384 720c0 44.183-35.817 80-80 80s-80-35.817-80-80v0-16h160zM304 64c-46.56 0-91.72 41.24-127.2 116-55.72 117.52-74.24 292 1.16 384 5.913 7.178 14.803 11.72 24.753 11.72 0.016 0 0.033-0 0.049-0l-0.003 0h202.2c0.014 0 0.030 0 0.047 0 9.951 0 18.84-4.542 24.709-11.665l0.044-0.055c75.4-92 56.88-266.6 1.16-384-35.52-74.76-80.64-116-126.92-116zM388.6 512h-169.48c-45.6-72.4-28.84-210.8 15.56-304.44 25.88-54.68 54-79.56 69.32-79.56s43.28 24.88 69.2 79.56c44.24 93.64 61 232.040 15.4 304.44zM619.040 672h202.2c0.014 0 0.030 0 0.047 0 9.951 0 18.84-4.542 24.709-11.665l0.044-0.055c75.4-92 56.88-266.6 1.16-384-35.48-75.040-80.64-116.28-127.2-116.28s-91.56 41.24-127.080 116c-55.72 117.52-74.24 292 1.16 384 5.927 7.315 14.897 11.963 24.954 12l0.006 0zM651.040 303.56c25.84-54.68 53.96-79.56 68.96-79.56s43.28 24.88 69.16 79.56c44.4 93.64 61.16 232 15.6 304.44h-169.36c-45.6-72.4-28.84-210.8 15.56-304.44z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"footprints\"]},\"attrs\":[{}],\"properties\":{\"order\":26307,\"id\":681,\"name\":\"footprints\",\"prevSize\":16,\"code\":60214},\"setIdx\":0,\"setId\":0,\"iconIdx\":566},{\"icon\":{\"paths\":[\"M288 352v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM864 160v736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-192c-17.673 0-32-14.327-32-32v0c1.626-81.497 12.063-159.737 30.398-234.881l-1.518 7.361c39.12-161.96 113.28-270.52 214.52-313.88 3.715-1.634 8.047-2.585 12.6-2.585 17.668 0 31.991 14.318 32 31.984l0 0.001zM800 215.6c-128.68 98.28-153.88 337.68-158.8 424.4h158.8zM479.56 154.76c-2.381-15.526-15.643-27.279-31.65-27.279-17.673 0-32 14.327-32 32 0 2.050 0.193 4.056 0.561 5.999l-0.031-0.199 31.56 189.24c0 70.692-57.308 128-128 128s-128-57.308-128-128v0l31.52-189.24c0.337-1.744 0.53-3.749 0.53-5.799 0-17.673-14.327-32-32-32-16.007 0-29.269 11.753-31.627 27.101l-0.023 0.178-32 192c-0.255 1.533-0.4 3.299-0.4 5.099 0 0.049 0 0.099 0 0.148l-0-0.008c0.138 94.677 68.681 173.304 158.847 189.113l1.153 0.167v354.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-354.72c91.319-15.976 159.862-94.603 160-189.265l0-0.015c-0.006-1.855-0.166-3.668-0.467-5.433l0.027 0.193z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"fork-knife\"]},\"attrs\":[{}],\"properties\":{\"order\":26308,\"id\":680,\"name\":\"fork-knife\",\"prevSize\":16,\"code\":60215},\"setIdx\":0,\"setId\":0,\"iconIdx\":567},{\"icon\":{\"paths\":[\"M800 320v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM384 672h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"frame-corners\"]},\"attrs\":[{}],\"properties\":{\"order\":26309,\"id\":679,\"name\":\"frame-corners\",\"prevSize\":16,\"code\":60216},\"setIdx\":0,\"setId\":0,\"iconIdx\":568},{\"icon\":{\"paths\":[\"M832 384v-256c0-17.673-14.327-32-32-32v0h-576c-0.022-0-0.048-0-0.074-0-17.673 0-32 14.327-32 32 0 9.542 4.176 18.108 10.8 23.971l0.034 0.029 225.24 200h-204c-17.673 0-32 14.327-32 32v0 256c-0 0.007-0 0.016-0 0.025 0 8.83 3.577 16.825 9.36 22.615l-0-0 288 288c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256h256c0.022 0 0.048 0 0.074 0 17.673 0 32-14.327 32-32 0-9.542-4.176-18.108-10.8-23.971l-0.034-0.029-225.24-200h204c17.673 0 32-14.327 32-32v0zM716 608h-204c-17.673 0-32 14.327-32 32v0 210.76l-224-224v-210.76h244zM768 352h-244l-216-192h460z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"framer-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26310,\"id\":678,\"name\":\"framer-logo\",\"prevSize\":16,\"code\":60217},\"setIdx\":0,\"setId\":0,\"iconIdx\":569},{\"icon\":{\"paths\":[\"M832 160c0 17.673-14.327 32-32 32v0h-117.16c-0.008-0-0.017-0-0.026-0-46.953 0-86.034 33.708-94.361 78.246l-0.092 0.594-38 209.16h185.64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-197.28l-40 220.64c-14.050 75.2-79.175 131.36-157.416 131.36-0.051 0-0.101-0-0.152-0l-117.152 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h117.16c0.008 0 0.017 0 0.026 0 46.953 0 86.034-33.708 94.361-78.246l0.092-0.594 38-209.16h-185.64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h197.28l40-220.64c14.050-75.2 79.175-131.36 157.416-131.36 0.051 0 0.101 0 0.152 0l117.152-0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"function\"]},\"attrs\":[{}],\"properties\":{\"order\":26311,\"id\":677,\"name\":\"function\",\"prevSize\":16,\"code\":60218},\"setIdx\":0,\"setId\":0,\"iconIdx\":570},{\"icon\":{\"paths\":[\"M922.4 198.12c-9.97-22.618-32.193-38.121-58.037-38.121-0.128 0-0.255 0-0.382 0.001l0.020-0h-704c-35.292 0.072-63.874 28.698-63.874 64 0 16.597 6.318 31.719 16.68 43.091l-0.046-0.051 0.32 0.36 270.92 289.28v307.32c-0 0.004-0 0.010-0 0.015 0 35.346 28.654 64 64 64 13.222 0 25.508-4.010 35.708-10.88l-0.228 0.145 128-85.36c17.294-11.64 28.52-31.141 28.52-53.265 0-0.005-0-0.011-0-0.016l0 0.001v-221.96l271.28-289.64c10.38-11.226 16.746-26.296 16.746-42.852 0-9.447-2.073-18.411-5.789-26.46l0.162 0.392zM160 224v0zM593.36 513.12c-10.72 11.344-17.322 26.677-17.36 43.552l-0 0.008v221.96l-128 85.36v-307.32c0-0.043 0-0.095 0-0.146 0-16.892-6.577-32.248-17.31-43.646l0.030 0.032-270.72-288.92h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"funnel\"]},\"attrs\":[{}],\"properties\":{\"order\":26312,\"id\":676,\"name\":\"funnel\",\"prevSize\":16,\"code\":60219},\"setIdx\":0,\"setId\":0,\"iconIdx\":571},{\"icon\":{\"paths\":[\"M800 512c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM928 288h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 672h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"funnel-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26313,\"id\":675,\"name\":\"funnel-simple\",\"prevSize\":16,\"code\":60220},\"setIdx\":0,\"setId\":0,\"iconIdx\":572},{\"icon\":{\"paths\":[\"M704 448h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM416 384h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM965.92 802.6c-26.38 37.325-69.355 61.399-117.954 61.399-39.756 0-75.749-16.111-101.807-42.16l0 0c-0.48-0.48-0.96-0.96-1.4-1.48l-158.84-180.36h-148l-160.080 181.84c-26.083 26.028-62.078 42.132-101.835 42.16l-0.005 0c-79.506-0.030-143.947-64.49-143.947-144 0-8.835 0.796-17.484 2.319-25.879l-0.132 0.879c-0.009-0.084-0.014-0.181-0.014-0.28s0.005-0.196 0.015-0.292l-0.001 0.012 65.48-336.36c20.433-113.249 118.229-198.045 235.836-198.080l352.444-0c117.251 0.193 214.796 84.325 235.766 195.506l0.234 1.494c0 0.24 0 0.48 0 0.72l65.48 336.68c0.009 0.084 0.014 0.181 0.014 0.28s-0.005 0.196-0.015 0.292l0.001-0.012c1.472 7.701 2.313 16.559 2.313 25.614 0 30.716-9.687 59.17-26.173 82.473l0.3-0.447zM688 576c97.202 0 176-78.798 176-176s-78.798-176-176-176v0h-352.44c-86.273 0.080-157.976 62.363-172.682 144.415l-0.158 1.065v0.52l-65.52 336.36c-0.751 4.116-1.18 8.852-1.18 13.689 0 44.183 35.817 80 80 80 21.8 0 41.564-8.72 55.993-22.862l-0.013 0.013 167.68-190.36c5.891-6.66 14.458-10.838 24-10.84l0-0zM926.8 706.36l-34.96-180c-42.993 68.603-118.158 113.566-203.829 113.64l-16.811 0 120.8 137.24c14.459 14.075 34.231 22.755 56.031 22.755 4.88 0 9.657-0.435 14.297-1.268l-0.488 0.073c37.801-6.853 66.094-39.513 66.094-78.782 0-4.826-0.427-9.551-1.246-14.142l0.072 0.484z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"game-controller\"]},\"attrs\":[{}],\"properties\":{\"order\":26314,\"id\":674,\"name\":\"game-controller\",\"prevSize\":16,\"code\":60221},\"setIdx\":0,\"setId\":0,\"iconIdx\":573},{\"icon\":{\"paths\":[\"M960 768h-32v-373.32c0-0 0-0.001 0-0.002 0-22.107-11.209-41.596-28.253-53.094l-0.227-0.145-352-234.68c-9.976-6.733-22.269-10.748-35.5-10.748s-25.524 4.015-35.728 10.893l0.228-0.145-352 234.68c-17.288 11.635-28.511 31.126-28.52 53.239l-0 0.001v373.32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 394.68l352-234.68 352 234.64v373.36h-96v-224c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 224h-96zM704 576v64h-160v-64zM480 640h-160v-64h160zM320 704h160v64h-160zM544 704h160v64h-160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"garage\"]},\"attrs\":[{}],\"properties\":{\"order\":26315,\"id\":673,\"name\":\"garage\",\"prevSize\":16,\"code\":60222},\"setIdx\":0,\"setId\":0,\"iconIdx\":574},{\"icon\":{\"paths\":[\"M800 96h-306.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-41.36 41.24-41.4-41.24c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-96 96c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l-0-0 41.24 41.4-41.24 41.36c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v434.76c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM224 256l96-96 41.36 41.36-96 96zM800 864h-576v-434.76l269.24-269.24h306.76zM512 256c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0zM723.2 505.6l-157.88 118.4 157.88 118.4c7.807 5.9 12.8 15.167 12.8 25.6 0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-172.8-129.6-172.8 129.6c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 157.88-118.4-157.88-118.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 172.8 129.6 172.8-129.6c5.281-3.996 11.96-6.4 19.2-6.4 17.673 0 32 14.327 32 32 0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gas-can\"]},\"attrs\":[{}],\"properties\":{\"order\":26316,\"id\":672,\"name\":\"gas-can\",\"prevSize\":16,\"code\":60223},\"setIdx\":0,\"setId\":0,\"iconIdx\":575},{\"icon\":{\"paths\":[\"M964 278.64l-77.36-77.28c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 77.28 77.36c5.762 5.768 9.333 13.724 9.36 22.515l0 0.005v325.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-53.019-42.981-96-96-96v0h-64v-192c0-53.019-42.981-96-96-96v0h-320c-53.019 0-96 42.981-96 96v0 608h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-352h64c17.673 0 32 14.327 32 32v0 160c0 53.019 42.981 96 96 96s96-42.981 96-96v0-325.48c0-0.108 0.001-0.236 0.001-0.363 0-26.373-10.702-50.247-27.999-67.515l-0.001-0.001zM256 832v-608c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0 608zM576 448c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gas-pump\"]},\"attrs\":[{}],\"properties\":{\"order\":26317,\"id\":671,\"name\":\"gas-pump\",\"prevSize\":16,\"code\":60224},\"setIdx\":0,\"setId\":0,\"iconIdx\":576},{\"icon\":{\"paths\":[\"M828.24 322.68c-80.557-80.734-191.941-130.682-314.99-130.682-0.44 0-0.879 0.001-1.318 0.002l0.068-0h-1.6c-246.12 0.84-446.4 204-446.4 452.52v91.48c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-96c0.001-0.368 0.002-0.804 0.002-1.24 0-123.59-50.383-235.413-131.73-316.049l-0.032-0.031zM896 736h-417.16l219.040-301.2c3.831-5.213 6.131-11.758 6.131-18.84 0-17.679-14.332-32.011-32.011-32.011-10.597 0-19.991 5.149-25.818 13.082l-0.062 0.089-246.44 338.88h-271.68v-91.48c0-12.32 0.6-24.48 1.72-36.52h94.28c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-82.92c41.28-155.44 176-272.96 338.92-286.64v94.64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-94.68c164.501 14.253 298.431 130.165 339.392 283.994l0.608 2.686h-84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h94.68c0.84 10.6 1.32 21.24 1.32 32z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gauge\"]},\"attrs\":[{}],\"properties\":{\"order\":26318,\"id\":670,\"name\":\"gauge\",\"prevSize\":16,\"code\":60225},\"setIdx\":0,\"setId\":0,\"iconIdx\":577},{\"icon\":{\"paths\":[\"M973.28 466.76l-64-64c-11.579-11.566-27.569-18.719-45.229-18.719-14.362 0-27.619 4.731-38.298 12.719l0.167-0.12-198.56-198.56c7.879-10.516 12.616-23.782 12.616-38.154 0-17.649-7.144-33.629-18.697-45.207l0.001 0.001-64-64c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-256 256c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l64 64c11.575 11.542 27.549 18.679 45.189 18.679 14.362 0 27.619-4.731 38.298-12.719l-0.167 0.12 28.68 28.68-261.52 261.52c-16.245 17.72-26.199 41.437-26.199 67.479 0 55.228 44.772 100 100 100 26.042 0 49.759-9.955 67.554-26.266l-0.074 0.067 261.48-261.52 28.68 28.64c-7.879 10.516-12.616 23.782-12.616 38.154 0 17.649 7.144 33.629 18.697 45.207l-0.001-0.001 64 64c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l256-256c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM320 416l-64-64 256-256 64 64zM221.28 853.52c-6.507 6.47-15.477 10.469-25.38 10.469s-18.873-3.999-25.382-10.47l0.002 0.002c-6.458-6.505-10.449-15.466-10.449-25.36s3.991-18.855 10.451-25.362l-0.002 0.002 261.48-261.52 50.76 50.72zM404 422.64l178.64-178.64 197.36 197.36-178.6 178.64zM672 768l-64-64 256-256 64 64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gavel\"]},\"attrs\":[{}],\"properties\":{\"order\":26319,\"id\":669,\"name\":\"gavel\",\"prevSize\":16,\"code\":60226},\"setIdx\":0,\"setId\":0,\"iconIdx\":578},{\"icon\":{\"paths\":[\"M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM864 520.64q0.24-8.64 0-17.28l59.68-74.56c4.364-5.423 7.004-12.393 7.004-19.98 0-2.937-0.396-5.782-1.137-8.484l0.053 0.225c-10.774-39.894-25.65-74.798-44.613-107.007l1.093 2.007c-5.032-8.554-13.713-14.498-23.848-15.705l-0.152-0.015-94.88-10.56q-5.92-6.24-12-12l-11.2-95.12c-1.231-10.293-7.19-18.976-15.61-23.918l-0.15-0.082c-30.2-17.831-65.103-32.692-101.978-42.776l-3.022-0.704c-2.466-0.682-5.298-1.074-8.222-1.074-7.604 0-14.589 2.652-20.079 7.082l0.061-0.048-74.36 59.36q-8.64 0-17.28 0l-74.56-59.56c-5.423-4.364-12.393-7.004-19.98-7.004-2.937 0-5.782 0.396-8.484 1.137l0.225-0.053c-39.897 10.796-74.799 25.669-107.018 44.617l2.018-1.097c-8.554 5.032-14.498 13.713-15.705 23.848l-0.015 0.152-10.56 95.040q-6.24 5.96-12 12l-95.12 10.92c-10.293 1.231-18.976 7.19-23.918 15.61l-0.082 0.15c-17.831 30.2-32.692 65.103-42.776 101.978l-0.704 3.022c-0.682 2.466-1.074 5.298-1.074 8.222 0 7.604 2.652 14.589 7.082 20.079l-0.048-0.061 59.36 74.36q0 8.64 0 17.28l-59.56 74.56c-4.364 5.423-7.004 12.393-7.004 19.98 0 2.937 0.396 5.782 1.137 8.484l-0.053-0.225c10.774 39.894 25.65 74.798 44.613 107.007l-1.093-2.007c5.032 8.554 13.713 14.498 23.848 15.705l0.152 0.015 94.88 10.56q5.96 6.24 12 12l11.080 95.12c1.231 10.293 7.19 18.976 15.61 23.918l0.15 0.082c30.2 17.831 65.103 32.692 101.978 42.776l3.022 0.704c2.466 0.682 5.298 1.074 8.222 1.074 7.604 0 14.589-2.652 20.079-7.082l-0.061 0.048 74.36-59.36q8.64 0.24 17.28 0l74.56 59.68c5.423 4.364 12.393 7.004 19.98 7.004 2.937 0 5.782-0.396 8.484-1.137l-0.225 0.053c39.894-10.774 74.798-25.65 107.007-44.613l-2.007 1.093c8.554-5.032 14.498-13.713 15.705-23.848l0.015-0.152 10.56-94.88q6.24-5.92 12-12l95.12-11.2c10.293-1.231 18.976-7.19 23.918-15.61l0.082-0.15c17.831-30.2 32.692-65.103 42.776-101.978l0.704-3.022c0.682-2.466 1.074-5.298 1.074-8.222 0-7.604-2.652-14.589-7.082-20.079l0.048 0.061zM799.6 494.64c0.325 5.189 0.51 11.253 0.51 17.36s-0.185 12.171-0.55 18.187l0.040-0.827c-0.037 0.575-0.058 1.246-0.058 1.923 0 7.595 2.646 14.571 7.066 20.059l-0.048-0.062 56.76 70.92c-7.384 23.249-15.831 43.104-25.881 61.976l0.961-1.976-90.4 10.24c-8.163 0.931-15.278 4.81-20.372 10.528l-0.028 0.032c-7.797 8.745-15.815 16.763-24.268 24.304l-0.292 0.256c-5.75 5.122-9.629 12.237-10.546 20.253l-0.014 0.147-10.040 90.32c-16.9 9.096-36.756 17.543-57.415 24.2l-2.585 0.72-70.96-56.76c-5.422-4.361-12.39-7-19.975-7-0.009 0-0.018 0-0.026 0l-1.919-0c-5.189 0.325-11.253 0.51-17.36 0.51s-12.171-0.185-18.187-0.55l0.827 0.040c-0.575-0.037-1.246-0.058-1.923-0.058-7.595 0-14.571 2.646-20.059 7.066l0.062-0.048-71.12 56.8c-23.249-7.384-43.104-15.831-61.976-25.881l1.976 0.961-10.24-90.28c-0.931-8.163-4.81-15.278-10.528-20.372l-0.032-0.028c-8.745-7.797-16.763-15.815-24.304-24.268l-0.256-0.292c-5.122-5.75-12.237-9.629-20.253-10.546l-0.147-0.014-90.32-10.080c-9.096-16.9-17.543-36.756-24.2-57.415l-0.72-2.585 56.76-70.96c4.372-5.426 7.018-12.403 7.018-19.997 0-0.676-0.021-1.348-0.062-2.014l0.005 0.091c-0.325-5.189-0.51-11.253-0.51-17.36s0.185-12.171 0.55-18.187l-0.040 0.827c0.037-0.575 0.058-1.246 0.058-1.923 0-7.595-2.646-14.571-7.066-20.059l0.048 0.062-56.76-71.080c7.384-23.249 15.831-43.104 25.881-61.976l-0.961 1.976 90.28-10.24c8.163-0.931 15.278-4.81 20.372-10.528l0.028-0.032c7.797-8.745 15.815-16.763 24.268-24.304l0.292-0.256c5.774-5.126 9.668-12.257 10.586-20.293l0.014-0.147 10.040-90.28c16.9-9.096 36.756-17.543 57.415-24.2l2.585-0.72 70.96 56.76c5.426 4.372 12.403 7.018 19.997 7.018 0.676 0 1.348-0.021 2.014-0.062l-0.091 0.005c5.189-0.325 11.253-0.51 17.36-0.51s12.171 0.185 18.187 0.55l-0.827-0.040c0.575 0.037 1.246 0.058 1.923 0.058 7.595 0 14.571-2.646 20.059-7.066l-0.062 0.048 71.080-56.76c23.249 7.384 43.104 15.831 61.976 25.881l-1.976-0.961 10.24 90.28c0.931 8.163 4.81 15.278 10.528 20.372l0.032 0.028c8.745 7.797 16.763 15.815 24.304 24.268l0.256 0.292c5.122 5.75 12.237 9.629 20.253 10.546l0.147 0.014 90.32 10.040c9.096 16.9 17.543 36.756 24.2 57.415l0.72 2.585-56.76 70.96c-4.379 5.428-7.030 12.411-7.030 20.012 0 0.742 0.025 1.478 0.075 2.207l-0.005-0.099z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gear\"]},\"attrs\":[{}],\"properties\":{\"order\":26320,\"id\":668,\"name\":\"gear\",\"prevSize\":16,\"code\":60227},\"setIdx\":0,\"setId\":0,\"iconIdx\":579},{\"icon\":{\"paths\":[\"M928 480h-65.48c-3.93-42.637-14.937-81.813-31.863-117.645l0.903 2.125 56.72-32.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-56.8 32.8c-23.562-33.007-51.553-60.998-83.484-83.829l-1.076-0.731 32.8-56.8c2.695-4.59 4.286-10.109 4.286-16 0-17.677-14.33-32.006-32.006-32.006-11.786 0-22.083 6.37-27.638 15.855l-0.082 0.151-32.76 56.72c-33.707-16.023-72.883-27.030-114.142-30.857l-1.378-0.103v-65.48c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 65.48c-42.637 3.93-81.813 14.937-117.645 31.863l2.125-0.903-32.76-56.72c-5.637-9.636-15.934-16.006-27.72-16.006-17.677 0-32.006 14.33-32.006 32.006 0 5.891 1.592 11.41 4.368 16.151l-0.082-0.151 32.8 56.8c-33.007 23.562-60.998 51.553-83.829 83.484l-0.731 1.076-56.8-32.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 56.72 32.76c-16.023 33.707-27.030 72.883-30.857 114.142l-0.103 1.378h-65.48c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h65.48c3.93 42.637 14.937 81.813 31.863 117.645l-0.903-2.125-56.72 32.76c-9.639 5.634-16.012 15.933-16.012 27.72 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l-0.001 0c0.029 0 0.064 0 0.098 0 5.857 0 11.343-1.59 16.050-4.361l-0.148 0.081 56.8-32.8c23.562 33.007 51.553 60.998 83.484 83.829l1.076 0.731-32.8 56.8c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151 32.76-56.72c33.707 16.023 72.883 27.030 114.142 30.857l1.378 0.103v65.48c0 17.673 14.327 32 32 32s32-14.327 32-32v0-65.48c42.637-3.93 81.813-14.937 117.645-31.863l-2.125 0.903 32.76 56.72c5.637 9.636 15.934 16.006 27.72 16.006 17.677 0 32.006-14.33 32.006-32.006 0-5.891-1.592-11.41-4.368-16.151l0.082 0.151-32.8-56.8c33.007-23.562 60.998-51.553 83.829-83.484l0.731-1.076 56.8 32.8c4.59 2.696 10.11 4.289 16.002 4.289 11.786 0 22.083-6.371 27.636-15.857l0.082-0.151c2.702-4.594 4.299-10.121 4.299-16.020 0-11.773-6.358-22.062-15.828-27.619l-0.151-0.082-56.72-32.76c16.010-33.709 27.004-72.887 30.817-114.145l0.103-1.375h65.48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 224c147.703 0.181 269.374 111.399 286.033 254.656l0.127 1.344h-267.68l-133.84-231.8c33.912-15.291 73.518-24.2 115.205-24.2 0.054 0 0.109 0 0.163 0l-0.008-0zM224 512c0.053-94.732 45.836-178.76 116.467-231.212l0.773-0.548 133.8 231.76-133.8 231.76c-71.404-52.999-117.187-137.027-117.24-231.751l-0-0.009zM512 800c-0.181 0-0.395 0.001-0.609 0.001-41.512 0-80.961-8.834-116.569-24.726l1.819 0.725 133.84-232h267.68c-16.786 144.601-138.457 255.819-286.141 256l-0.019 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gear-fine\"]},\"attrs\":[{}],\"properties\":{\"order\":26321,\"id\":667,\"name\":\"gear-fine\",\"prevSize\":16,\"code\":60228},\"setIdx\":0,\"setId\":0,\"iconIdx\":580},{\"icon\":{\"paths\":[\"M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM951.76 428.84c-1.888-9.312-7.608-17.012-15.406-21.518l-0.154-0.082-119.32-68-0.48-134.48c-0.031-9.73-4.401-18.434-11.275-24.282l-0.045-0.038c-41.488-35.274-90.329-63.415-143.731-81.741l-3.149-0.939c-3.060-1.071-6.587-1.689-10.259-1.689-5.721 0-11.092 1.502-15.74 4.132l0.159-0.083-120.36 67.28-120.48-67.4c-4.503-2.568-9.895-4.083-15.64-4.083-3.665 0-7.186 0.616-10.465 1.75l0.225-0.068c-56.499 19.401-105.28 47.641-147.346 83.521l0.626-0.521c-6.909 5.878-11.276 14.564-11.32 24.272l-0 0.008-0.6 134.6-119.32 68c-7.952 4.588-13.672 12.288-15.525 21.394l-0.035 0.206c-5.208 24.99-8.19 53.707-8.19 83.12s2.982 58.13 8.66 85.865l-0.47-2.745c1.888 9.312 7.608 17.012 15.406 21.518l0.154 0.082 119.32 68 0.48 134.48c0.031 9.73 4.401 18.434 11.275 24.282l0.045 0.038c41.488 35.274 90.329 63.415 143.731 81.741l3.149 0.939c3.060 1.071 6.587 1.689 10.259 1.689 5.721 0 11.092-1.502 15.74-4.132l-0.159 0.083 120.48-67.44 120.48 67.4c4.436 2.517 9.745 4.001 15.4 4.001 0.070 0 0.141-0 0.211-0.001l-0.011 0c3.679-0.001 7.213-0.616 10.508-1.748l-0.228 0.068c56.496-19.376 105.277-47.59 147.349-83.443l-0.629 0.523c6.909-5.878 11.276-14.564 11.32-24.272l0-0.008 0.6-134.6 119.32-68c7.952-4.588 13.672-12.288 15.525-21.394l0.035-0.206c5.16-24.875 8.114-53.462 8.114-82.738 0-29.493-2.998-58.286-8.706-86.090l0.471 2.748zM891.76 568.48l-114.28 65c-5.034 2.899-9.101 6.966-11.918 11.845l-0.082 0.155c-2.32 4-4.76 8.24-7.24 12.24-3.048 4.775-4.864 10.594-4.88 16.836l-0 0.004-0.6 129c-29.125 23.050-62.667 42.346-98.859 56.311l-2.621 0.889-115.28-64.24c-4.467-2.517-9.806-4-15.493-4-0.052 0-0.104 0-0.155 0l0.008-0h-0.76c-4.84 0-9.72 0-14.56 0-0.24-0.006-0.523-0.010-0.807-0.010-5.721 0-11.095 1.486-15.756 4.094l0.164-0.084-115.36 64.4c-38.915-14.748-72.554-33.957-102.59-57.548l0.83 0.628-0.44-128.8c-0.021-6.259-1.836-12.090-4.957-17.011l0.077 0.131c-2.48-4-4.92-8-7.2-12.24-2.883-5.119-6.952-9.265-11.849-12.158l-0.151-0.082-114.4-65.16c-2.825-16.989-4.44-36.566-4.44-56.52s1.615-39.531 4.72-58.607l-0.28 2.087 114.080-65.12c5.034-2.899 9.101-6.966 11.918-11.845l0.082-0.155c2.32-4 4.76-8.24 7.24-12.24 3.048-4.775 4.864-10.594 4.88-16.836l0-0.004 0.6-129c29.125-23.050 62.667-42.346 98.859-56.311l2.621-0.889 115.12 64.24c4.472 2.525 9.819 4.012 15.514 4.012 0.312 0 0.622-0.004 0.931-0.013l-0.045 0.001c4.84 0 9.72 0 14.56 0 0.24 0.006 0.523 0.010 0.807 0.010 5.721 0 11.095-1.486 15.756-4.094l-0.164 0.084 115.36-64.4c38.915 14.748 72.554 33.957 102.59 57.548l-0.83-0.628 0.44 128.8c0.021 6.259 1.836 12.090 4.957 17.011l-0.077-0.131c2.48 4 4.92 8 7.2 12.24 2.883 5.119 6.952 9.265 11.849 12.158l0.151 0.082 114.4 65.16c2.895 17.198 4.55 37.012 4.55 57.212 0 19.75-1.582 39.131-4.626 58.022l0.276-2.074z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gear-six\"]},\"attrs\":[{}],\"properties\":{\"order\":26322,\"id\":666,\"name\":\"gear-six\",\"prevSize\":16,\"code\":60229},\"setIdx\":0,\"setId\":0,\"iconIdx\":581},{\"icon\":{\"paths\":[\"M832 384c-0.002-176.729-143.27-319.996-320-319.996-176.731 0-320 143.269-320 320 0 165.461 125.579 301.592 286.627 318.281l1.373 0.115v97.6h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-97.6c162.326-17.003 287.79-153.017 288-318.379l0-0.021zM256 384c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gender-female\"]},\"attrs\":[{}],\"properties\":{\"order\":26323,\"id\":665,\"name\":\"gender-female\",\"prevSize\":16,\"code\":60230},\"setIdx\":0,\"setId\":0,\"iconIdx\":582},{\"icon\":{\"paths\":[\"M832 96h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h82.76l-100.6 100.6c-45.594-42.577-107.011-68.719-174.533-68.719-141.385 0-256 114.615-256 256 0 130.237 97.253 237.759 223.097 253.905l1.276 0.134v66.080h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-66.080c126.912-16.309 223.987-123.672 223.987-253.708 0-51.374-15.152-99.209-41.23-139.28l0.603 0.988 104.64-104.68v82.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM480 640c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gender-intersex\"]},\"attrs\":[{}],\"properties\":{\"order\":26324,\"id\":664,\"name\":\"gender-intersex\",\"prevSize\":16,\"code\":60231},\"setIdx\":0,\"setId\":0,\"iconIdx\":583},{\"icon\":{\"paths\":[\"M864 128h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.76l-168.28 168.28c-54.69-44.973-125.421-72.239-202.521-72.239-176.731 0-320 143.269-320 320s143.269 320 320 320c176.731 0 320-143.269 320-320 0-77.099-27.266-147.83-72.682-203.076l0.443 0.555 168.28-168.24v114.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM596.96 789.16c-46.323 46.303-110.306 74.94-180.979 74.94-141.385 0-256-114.615-256-256s114.615-256 256-256c70.672 0 134.656 28.637 180.98 74.941l-0.001-0.001c46.255 46.375 74.856 110.377 74.856 181.060s-28.601 134.685-74.861 181.065l0.005-0.005z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gender-male\"]},\"attrs\":[{}],\"properties\":{\"order\":26325,\"id\":663,\"name\":\"gender-male\",\"prevSize\":16,\"code\":60232},\"setIdx\":0,\"setId\":0,\"iconIdx\":584},{\"icon\":{\"paths\":[\"M832 416c-0.002-176.729-143.27-319.996-320-319.996-176.731 0-320 143.269-320 320 0 165.461 125.579 301.592 286.627 318.281l1.373 0.115v193.6c0 17.673 14.327 32 32 32s32-14.327 32-32v0-193.6c162.326-17.003 287.79-153.017 288-318.379l0-0.021zM512 672c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gender-neuter\"]},\"attrs\":[{}],\"properties\":{\"order\":26326,\"id\":662,\"name\":\"gender-neuter\",\"prevSize\":16,\"code\":60233},\"setIdx\":0,\"setId\":0,\"iconIdx\":585},{\"icon\":{\"paths\":[\"M544 385.84v-137.32l111.52 66.92c4.703 2.87 10.393 4.568 16.48 4.568 17.678 0 32.008-14.331 32.008-32.008 0-11.591-6.161-21.743-15.387-27.36l-0.141-0.080-114.28-68.56 114.28-68.56c9.367-5.697 15.528-15.849 15.528-27.44 0-17.678-14.331-32.008-32.008-32.008-6.087 0-11.777 1.699-16.621 4.648l0.141-0.080-143.52 86.12-143.52-86.12c-4.703-2.87-10.393-4.568-16.48-4.568-17.678 0-32.008 14.331-32.008 32.008 0 11.591 6.161 21.743 15.387 27.36l0.141 0.080 114.28 68.56-114.28 68.56c-9.367 5.697-15.528 15.849-15.528 27.44 0 17.678 14.331 32.008 32.008 32.008 6.087 0 11.777-1.699 16.621-4.648l-0.141 0.080 111.52-66.92v137.32c-144.69 16.647-256 138.433-256 286.217 0 159.058 128.942 288 288 288s288-128.942 288-288c0-147.784-111.311-269.57-254.666-286.092l-1.334-0.125zM512 896c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224v0c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gender-nonbinary\"]},\"attrs\":[{}],\"properties\":{\"order\":26327,\"id\":661,\"name\":\"gender-nonbinary\",\"prevSize\":16,\"code\":60234},\"setIdx\":0,\"setId\":0,\"iconIdx\":586},{\"icon\":{\"paths\":[\"M864 128h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h114.76l-114.76 114.76-73.36-73.36c-5.793-5.797-13.797-9.384-22.64-9.384-17.675 0-32.004 14.329-32.004 32.004 0 8.833 3.578 16.829 9.364 22.62l-0-0 73.4 73.36-63.040 63.040c-48.733-39.151-111.343-62.836-179.485-62.836-158.925 0-287.76 128.835-287.76 287.76s128.835 287.76 287.76 287.76c158.925 0 287.76-128.835 287.76-287.76 0-68.232-23.748-130.917-63.428-180.242l0.434 0.557 63-62.96 73.36 73.36c5.793 5.797 13.797 9.384 22.64 9.384 17.675 0 32.004-14.329 32.004-32.004 0-8.833-3.578-16.829-9.364-22.62l-73.4-73.44 114.76-114.72v114.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM542.4 798.52c-40.537 40.541-96.54 65.616-158.4 65.616-123.712 0-224-100.288-224-224s100.288-224 224-224c123.664 0 223.922 100.211 224 223.857l0 0.007c0 0.001 0 0.002 0 0.004 0 61.894-25.067 117.933-65.603 158.519l0.003-0.003z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gender-transgender\"]},\"attrs\":[{}],\"properties\":{\"order\":26328,\"id\":660,\"name\":\"gender-transgender\",\"prevSize\":16,\"code\":60235},\"setIdx\":0,\"setId\":0,\"iconIdx\":587},{\"icon\":{\"paths\":[\"M448 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM624 416c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM896 480v384c0 0.002 0 0.004 0 0.007 0 17.673-14.327 32-32 32-7.723 0-14.806-2.736-20.335-7.291l0.055 0.044-97.040-79.4-97.080 79.4c-5.47 4.501-12.546 7.23-20.26 7.23s-14.79-2.729-20.315-7.275l0.055 0.044-97.080-79.4-97.080 79.4c-5.47 4.501-12.546 7.23-20.26 7.23s-14.79-2.729-20.315-7.275l0.055 0.044-97.080-79.4-97.040 79.4c-5.474 4.511-12.557 7.247-20.28 7.247-17.673 0-32-14.327-32-32 0-0.002 0-0.005 0-0.007l-0 0v-384c0-212.077 171.923-384 384-384s384 171.923 384 384v0zM832 480c0-176.731-143.269-320-320-320s-320 143.269-320 320v0 316.48l65.080-53.24c5.47-4.501 12.546-7.23 20.26-7.23s14.79 2.729 20.315 7.275l-0.055-0.044 97.080 79.4 97.040-79.4c5.474-4.511 12.557-7.247 20.28-7.247s14.806 2.736 20.335 7.291l-0.055-0.044 97.040 79.4 97.080-79.4c5.47-4.501 12.546-7.23 20.26-7.23s14.79 2.729 20.315 7.275l-0.055-0.044 65.080 53.24z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"ghost\"]},\"attrs\":[{}],\"properties\":{\"order\":26329,\"id\":659,\"name\":\"ghost\",\"prevSize\":16,\"code\":60236},\"setIdx\":0,\"setId\":0,\"iconIdx\":588},{\"icon\":{\"paths\":[\"M576 288v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 256h-192c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-160h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-192c0-53.019 42.981-96 96-96v0c44.76 0 86.44 30.96 97 72 3.68 13.92 16.161 24.016 31 24.016 17.682 0 32.016-14.334 32.016-32.016 0-2.843-0.371-5.599-1.066-8.223l0.050 0.223c-17.92-69.52-84.76-120-159-120-88.366 0-160 71.634-160 160v0 192c0 88.366 71.634 160 160 160s160-71.634 160-160v0-96c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gif\"]},\"attrs\":[{}],\"properties\":{\"order\":26330,\"id\":658,\"name\":\"gif\",\"prevSize\":16,\"code\":60237},\"setIdx\":0,\"setId\":0,\"iconIdx\":589},{\"icon\":{\"paths\":[\"M864 288h-140.32c1.56-1.32 3.16-2.6 4.68-4 23.757-21.176 38.87-51.61 39.638-85.586l0.002-0.134c0.036-1.149 0.057-2.5 0.057-3.856 0-72.062-58.418-130.48-130.48-130.48-1.342 0-2.68 0.020-4.012 0.061l0.195-0.005c-34.125 0.758-64.576 15.874-85.657 39.523l-0.103 0.117c-14.385 16.596-26.476 35.715-35.452 56.495l-0.548 1.425c-9.524-22.205-21.615-41.324-36.233-58.195l0.233 0.275c-21.184-23.766-51.635-38.882-85.627-39.638l-0.133-0.002c-1.137-0.036-2.475-0.056-3.817-0.056-72.062 0-130.48 58.418-130.48 130.48 0 1.356 0.021 2.707 0.062 4.053l-0.005-0.197c0.77 34.11 15.883 64.545 39.523 85.617l0.117 0.103c1.52 1.32 3.12 2.6 4.68 4h-140.32c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0 256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-256c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0zM596 146.040c9.929-10.934 24.143-17.824 39.968-18l0.032-0h1.96c36.537 0.236 66.064 29.909 66.064 66.479 0 0.633-0.009 1.265-0.026 1.894l0.002-0.093c-0.176 15.857-7.066 30.071-17.955 39.959l-0.045 0.041c-37.96 33.6-100.96 45.44-140 49.6 4.8-42.36 18-103.92 50-139.88zM339.64 147.48c11.965-11.964 28.467-19.391 46.703-19.48l0.017-0h1.96c15.857 0.176 30.071 7.066 39.959 17.955l0.041 0.045c33.56 37.92 45.4 100.8 49.56 139.68-38.88-4-101.76-16-139.68-49.56-10.934-9.929-17.824-24.143-18-39.968l-0-0.032c-0.016-0.546-0.025-1.187-0.025-1.831 0-18.265 7.375-34.807 19.308-46.812l-0.003 0.003zM160 352h320v128h-320zM224 544h256v256h-256zM800 800h-256v-256h256zM864 480h-320v-128h320v128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gift\"]},\"attrs\":[{}],\"properties\":{\"order\":26331,\"id\":657,\"name\":\"gift\",\"prevSize\":16,\"code\":60238},\"setIdx\":0,\"setId\":0,\"iconIdx\":590},{\"icon\":{\"paths\":[\"M896 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 35.346-28.654 64-64 64v0h-288c-0.046-0-0.1-0-0.155-0-23.524 0-45.551 6.404-64.436 17.563l0.59-0.323v-117.24c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v264c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-36c0-35.346 28.654-64 64-64v0h288c70.692 0 128-57.308 128-128v0-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM224 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM352 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM768 320c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"git-branch\"]},\"attrs\":[{}],\"properties\":{\"order\":26332,\"id\":656,\"name\":\"git-branch\",\"prevSize\":16,\"code\":60239},\"setIdx\":0,\"setId\":0,\"iconIdx\":591},{\"icon\":{\"paths\":[\"M992 480h-258.32c-16.271-109.107-109.313-191.844-221.68-191.844s-205.409 82.738-221.529 190.615l-0.151 1.229h-258.32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h258.32c16.271 109.107 109.313 191.844 221.68 191.844s205.409-82.738 221.529-190.615l0.151-1.229h258.32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"git-commit\"]},\"attrs\":[{}],\"properties\":{\"order\":26333,\"id\":655,\"name\":\"git-commit\",\"prevSize\":16,\"code\":60240},\"setIdx\":0,\"setId\":0,\"iconIdx\":592},{\"icon\":{\"paths\":[\"M448 608c-17.673 0-32 14.327-32 32v0 114.76l-113.12-113.16c-28.958-28.779-46.881-68.633-46.881-112.673 0-0.157 0-0.314 0.001-0.471l-0 0.024v-148.48c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v148.52c-0 0.167-0.001 0.365-0.001 0.563 0 61.68 25.077 117.502 65.592 157.828l0.009 0.009 113.16 113.080h-114.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM160 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM832 644v-148.48c0-0.167 0.001-0.365 0.001-0.563 0-61.68-25.077-117.502-65.592-157.828l-0.009-0.009-113.16-113.12h114.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-114.76l113.12 113.16c28.958 28.779 46.881 68.633 46.881 112.673 0 0.157-0 0.314-0.001 0.471l0-0.024v148.48c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM800 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"git-diff\"]},\"attrs\":[{}],\"properties\":{\"order\":26334,\"id\":654,\"name\":\"git-diff\",\"prevSize\":16,\"code\":60241},\"setIdx\":0,\"setId\":0,\"iconIdx\":593},{\"icon\":{\"paths\":[\"M896 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 35.346-28.654 64-64 64v0h-320c-35.346 0-64-28.654-64-64v0-36c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 70.692 57.308 128 128 128v0h128v100c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-100h128c70.692 0 128-57.308 128-128v0-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM192 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM576 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM768 320c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"git-fork\"]},\"attrs\":[{}],\"properties\":{\"order\":26335,\"id\":653,\"name\":\"git-fork\",\"prevSize\":16,\"code\":60242},\"setIdx\":0,\"setId\":0,\"iconIdx\":594},{\"icon\":{\"paths\":[\"M833.24 302.72c6.802-21.173 10.723-45.53 10.723-70.803 0-44.166-11.974-85.535-32.852-121.039l0.61 1.121c-5.636-9.632-15.931-16-27.713-16-0.003 0-0.005 0-0.008 0l0-0c-0.149-0-0.324-0.001-0.5-0.001-78.098 0-147.447 37.459-191.060 95.39l-0.44 0.61h-96c-44.053-58.542-113.402-96.001-191.5-96.001-0.176 0-0.352 0-0.528 0.001l0.028-0c-0.002-0-0.005-0-0.007-0-11.782 0-22.077 6.368-27.631 15.849l-0.082 0.151c-20.269 34.382-32.243 75.751-32.243 119.917 0 25.273 3.921 49.63 11.187 72.496l-0.464-1.693c-18.965 32.535-30.329 71.535-30.759 113.155l-0.001 0.125v32c0.145 112.978 83.817 206.369 192.571 221.742l1.189 0.138c-21.049 26.737-33.76 60.898-33.76 98.028 0 0.032 0 0.065 0 0.097l-0-0.005v32h-96c-53.019 0-96-42.981-96-96v0c0-88.366-71.634-160-160-160v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c53.019 0 96 42.981 96 96v0c0 88.366 71.634 160 160 160v0h96v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-53.019 42.981-96 96-96s96 42.981 96 96v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-0.027 0-0.060 0-0.092 0-37.13-12.711-71.291-34.019-98.369l0.259 0.341c109.943-15.511 193.615-108.902 193.76-221.865l0-0.015v-32c-0.431-41.745-11.795-80.745-31.356-114.391l0.596 1.111zM800 448c0 88.366-71.634 160-160 160v0h-192c-88.366 0-160-71.634-160-160v0-32c0.424-33.534 10.669-64.591 27.982-90.529l-0.382 0.609c4.061-5.308 6.507-12.039 6.507-19.341 0-4.105-0.773-8.030-2.181-11.636l0.075 0.218c-7.502-18.788-11.853-40.562-11.853-63.353 0-25.689 5.528-50.088 15.459-72.070l-0.446 1.104c54.534 6.032 100.959 36.258 128.862 79.547l0.418 0.693c5.755 8.9 15.614 14.717 26.834 14.76l0.006 0h129.4c0 0 0.001 0 0.001 0 11.272 0 21.182-5.828 26.883-14.635l0.076-0.125c28.318-43.987 74.744-74.214 128.49-80.169l0.79-0.071c9.458 20.853 14.97 45.218 14.97 70.87 0 22.827-4.365 44.635-12.305 64.635l0.415-1.185c-1.364 3.445-2.156 7.437-2.156 11.613 0 7.134 2.309 13.729 6.219 19.078l-0.064-0.091c17.1 25.338 27.486 56.446 27.998 89.949l0.002 0.131z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"github-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26336,\"id\":652,\"name\":\"github-logo\",\"prevSize\":16,\"code\":60243},\"setIdx\":0,\"setId\":0,\"iconIdx\":595},{\"icon\":{\"paths\":[\"M920.6 468.4l-79.6-304.4c-5.462-20.807-24.1-35.906-46.265-35.906-20.531 0-38.036 12.955-44.787 31.135l-0.107 0.33-70.72 192.44h-334.24l-70.72-192.52c-6.868-18.494-24.364-31.433-44.883-31.433-22.182 0-40.832 15.122-46.203 35.62l-0.074 0.333-79.6 304.4c-4.758 17.422-7.492 37.425-7.492 58.067 0 76.322 37.376 143.915 94.824 185.472l0.669 0.46 293.080 207.040c7.646 5.457 17.181 8.724 27.48 8.724s19.834-3.268 27.626-8.823l-0.146 0.099 293.080-207.040c58.155-42.015 95.56-109.629 95.56-185.981 0-20.625-2.729-40.612-7.847-59.62l0.367 1.601zM232 230l60.52 165.040c4.629 12.338 16.325 20.96 30.035 20.96 0.002 0 0.003-0 0.005-0l378.88 0c0.001 0 0.003 0 0.005 0 13.71 0 25.406-8.622 29.963-20.739l0.073-0.221 60.52-165.040 52.28 200-332.28 234.84-332.4-234.84zM162.72 496.44l293.8 207.56-82.88 58.6-145.28-102.6c-41.652-30.173-68.433-78.66-68.433-133.401 0-10.664 1.016-21.092 2.958-31.19l-0.165 1.030zM512 860.44l-82.92-58.6 82.92-58.64 82.92 58.56zM795.64 660l-145.28 102.64-82.88-58.64 293.8-207.6c1.781 9.079 2.799 19.518 2.799 30.195 0 54.744-26.784 103.233-67.962 133.076l-0.477 0.329z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gitlab-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26337,\"id\":651,\"name\":\"gitlab-logo\",\"prevSize\":16,\"code\":60244},\"setIdx\":0,\"setId\":0,\"iconIdx\":596},{\"icon\":{\"paths\":[\"M920.6 468.4l-79.6-304.4c-5.462-20.807-24.1-35.906-46.265-35.906-20.531 0-38.036 12.955-44.787 31.135l-0.107 0.33-70.72 192.44h-334.24l-70.72-192.52c-6.868-18.494-24.364-31.433-44.883-31.433-22.182 0-40.832 15.122-46.203 35.62l-0.074 0.333-79.6 304.4c-4.758 17.422-7.492 37.425-7.492 58.067 0 76.322 37.376 143.915 94.824 185.472l0.669 0.46 293.080 207.040c7.646 5.457 17.181 8.724 27.48 8.724s19.834-3.268 27.626-8.823l-0.146 0.099 293.080-207.040c58.155-42.015 95.56-109.629 95.56-185.981 0-20.625-2.729-40.612-7.847-59.62l0.367 1.601zM795.64 660l-283.64 200.36-283.64-200.36c-41.649-30.206-68.425-78.715-68.425-133.477 0-14.89 1.98-29.318 5.69-43.034l-0.265 1.151 66.64-254.64 60.52 165.040c4.629 12.338 16.325 20.96 30.035 20.96 0.002 0 0.003-0 0.005-0l378.88 0c0.001 0 0.003 0 0.005 0 13.71 0 25.406-8.622 29.963-20.739l0.073-0.221 60.52-165.040 66.52 254.6c3.463 12.597 5.453 27.061 5.453 41.989 0 54.722-26.736 103.2-67.859 133.083l-0.474 0.328z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gitlab-logo-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26338,\"id\":650,\"name\":\"gitlab-logo-simple\",\"prevSize\":16,\"code\":60245},\"setIdx\":0,\"setId\":0,\"iconIdx\":597},{\"icon\":{\"paths\":[\"M832 448c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-100c-52.137-0.127-98.426-25.054-127.711-63.603l-0.289-0.397-105.24-140.32c43.59-21.033 73.131-64.888 73.131-115.643 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.36 40.407 109.283 95.216 123.763l0.892 0.2v328c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-260l76.8 102.4c41.402 54.528 106.207 89.426 179.172 89.6l0.028 0h100c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128 0-70.67-57.271-127.963-127.932-128l-0.004-0zM256 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM384 800c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM832 640c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"git-merge\"]},\"attrs\":[{}],\"properties\":{\"order\":26339,\"id\":649,\"name\":\"git-merge\",\"prevSize\":16,\"code\":60246},\"setIdx\":0,\"setId\":0,\"iconIdx\":598},{\"icon\":{\"paths\":[\"M416 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v264c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-264c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM352 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM288 320c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM832 644v-148.48c0-0.167 0.001-0.365 0.001-0.563 0-61.68-25.077-117.502-65.592-157.828l-0.009-0.009-113.16-113.12h114.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-114.76l113.12 113.16c28.958 28.779 46.881 68.633 46.881 112.673 0 0.157-0 0.314-0.001 0.471l0-0.024v148.48c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM800 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"git-pull-request\"]},\"attrs\":[{}],\"properties\":{\"order\":26340,\"id\":648,\"name\":\"git-pull-request\",\"prevSize\":16,\"code\":60247},\"setIdx\":0,\"setId\":0,\"iconIdx\":599},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM406.52 672h210.96c-21.48 73.36-57.48 139.48-105.48 191.56-48-52.080-84-118.2-105.48-191.56zM392 608c-5.065-28.861-7.96-62.092-7.96-96s2.895-67.139 8.452-99.46l-0.492 3.46h240c5.065 28.861 7.96 62.092 7.96 96s-2.895 67.139-8.452 99.46l0.492-3.46zM160 512c-0-0.089-0-0.195-0-0.301 0-34.080 4.865-67.025 13.938-98.176l-0.618 2.477h153.84c-4.557 28.851-7.16 62.122-7.16 96s2.603 67.148 7.62 99.621l-0.46-3.621h-153.84c-8.455-28.675-13.32-61.619-13.32-95.699 0-0.106 0-0.212 0-0.317l-0 0.017zM617.48 352h-210.96c21.48-73.36 57.48-139.48 105.48-191.56 48 52.080 84 118.2 105.48 191.56zM696.84 416h153.84c8.456 28.767 13.32 61.815 13.32 96s-4.865 67.233-13.94 98.491l0.619-2.491h-153.84c4.557-28.851 7.16-62.122 7.16-96s-2.603-67.148-7.62-99.621l0.46 3.621zM825.48 352h-141.72c-17.709-68.447-45.558-128.48-82.293-181.929l1.253 1.929c97.797 26.878 176.969 92.088 221.832 178.047l0.928 1.953zM421.28 172c-35.482 51.52-63.331 111.553-80.162 176.038l-0.878 3.962h-141.72c45.791-87.912 124.963-153.122 220.277-179.416l2.483-0.584zM198.52 672h141.72c17.709 68.447 45.558 128.48 82.293 181.929l-1.253-1.929c-97.797-26.878-176.969-92.088-221.832-178.047l-0.928-1.953zM602.72 852c35.482-51.52 63.331-111.553 80.162-176.038l0.878-3.962h141.72c-45.791 87.912-124.963 153.122-220.277 179.416l-2.483 0.584z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"globe\"]},\"attrs\":[{}],\"properties\":{\"order\":26341,\"id\":647,\"name\":\"globe\",\"prevSize\":16,\"code\":60248},\"setIdx\":0,\"setId\":0,\"iconIdx\":600},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 160c0.111-0 0.241-0 0.372-0 71.298 0 137.617 21.319 192.93 57.93l-1.302-0.81v78.88l-88.68 102.96-125.88 17.040-1.24-0.88-78.68-51.44c-10.26-7.304-23.047-11.678-36.856-11.678-22.072 0-41.535 11.173-53.040 28.172l-0.144 0.225-83.76 125.2c-6.704 9.901-10.728 22.093-10.8 35.222l-0 0.018-0.92 144.92-13.080 8.6c-31.978-51.985-50.921-114.96-50.921-182.36 0-194.404 157.596-352 352-352l0.001 0zM249.16 745.88l10.080-6.6c17.36-11.572 28.666-31.036 28.76-53.146l0-0.014 0.84-144.92 83.84-125.2c0.368 0.286 0.785 0.576 1.218 0.844l0.062 0.036 78.68 51.48c10.231 7.297 22.988 11.667 36.765 11.667 3.045 0 6.041-0.213 8.972-0.626l-0.337 0.039 125.96-17.080c16.085-2.204 30.009-10.102 39.932-21.56l0.068-0.080 88.68-103.040c9.523-11.106 15.32-25.65 15.32-41.548 0-0.046-0-0.093-0-0.139l0 0.007v-25.32c59.476 62.822 96.046 147.859 96.046 241.437 0 38.554-6.207 75.657-17.677 110.366l0.711-2.483-64.56-59.040c-11.353-10.447-26.568-16.851-43.278-16.851-8.818 0-17.219 1.783-24.862 5.009l0.42-0.158-121.84 50.6c-20.457 8.746-35.253 27.218-38.674 49.441l-0.046 0.359-9.56 64.76c-0.435 2.805-0.684 6.040-0.684 9.334 0 29.575 20.060 54.464 47.316 61.804l0.448 0.103 85.84 22.64 9.44 9.48c-50.221 29.315-110.559 46.622-174.938 46.622-104.444 0-198.249-45.55-262.633-117.869l-0.308-0.353zM740 780l-17.2-17.24c-7.8-7.828-17.61-13.647-28.592-16.617l-0.448-0.103-85.76-22.64 9.56-64.76 121.8-50.64 80.64 73.92c-21.344 38.22-48.032 70.672-79.524 97.682l-0.476 0.398z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"globe-hemisphere-east\"]},\"attrs\":[{}],\"properties\":{\"order\":26342,\"id\":646,\"name\":\"globe-hemisphere-east\",\"prevSize\":16,\"code\":60249},\"setIdx\":0,\"setId\":0,\"iconIdx\":601},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.081 0 0.176 0 0.271 0 47.39-9.406 92.584-26.452 133.816l0.852-2.327-178.8-109.96c-7.146-4.479-15.583-7.63-24.627-8.882l-0.333-0.038-91.28-12.32c-2.502-0.344-5.394-0.541-8.332-0.541-23.629 0-44.288 12.718-55.504 31.682l-0.164 0.299h-34.88l-15.2-31.44c-8.559-17.544-24.452-30.375-43.578-34.602l-0.422-0.078-32-6.92 31.28-54.96h66.84c11.35-0.023 22.003-2.986 31.244-8.167l-0.324 0.167 49-27.040c4.549-2.56 8.481-5.395 12.061-8.614l-0.061 0.054 107.64-97.36c13.034-11.716 21.194-28.632 21.194-47.453 0-11.458-3.024-22.21-8.319-31.501l0.165 0.314-1.44-2.6c119.99 57.861 201.336 178.519 201.44 318.186l0 0.014zM573.24 165.36l34.76 62.24-107.64 97.36-48.96 27.040h-66.84c-0.028-0-0.061-0-0.094-0-23.564 0-44.154 12.735-55.262 31.698l-0.164 0.302-34.92 60.92-40.6-108.16 43.76-103.48c58.755-45.751 133.605-73.351 214.901-73.351 21.592 0 42.729 1.947 63.245 5.675l-2.147-0.324zM160 512c-0-0.106-0-0.232-0-0.358 0-54.831 12.604-106.717 35.073-152.921l-0.912 2.079 45.36 121.080c7.78 20.231 24.967 35.277 46.056 39.922l0.424 0.078 85.72 18.44 15.24 31.68c10.698 21.444 32.449 35.929 57.59 36l0.010 0h5.92l-28.92 64.92c-3.503 7.663-5.545 16.621-5.545 26.057 0 16.78 6.458 32.051 17.023 43.465l-0.038-0.042 0.56 0.56 78.44 80.8-7.76 40c-190.883-4.582-343.912-160.246-344.24-351.728l-0-0.032zM570.32 859.12l4.52-23.24c0.706-3.578 1.11-7.692 1.11-11.901 0-16.89-6.506-32.26-17.148-43.741l0.038 0.041c-0.198-0.179-0.381-0.362-0.554-0.553l-0.006-0.007-78.28-80.76 54.8-122.96 91.28 12.32 182.88 112.48c-53.127 82.509-137.774 140.8-236.531 158.016l-2.109 0.304z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"globe-hemisphere-west\"]},\"attrs\":[{}],\"properties\":{\"order\":26343,\"id\":645,\"name\":\"globe-hemisphere-west\",\"prevSize\":16,\"code\":60250},\"setIdx\":0,\"setId\":0,\"iconIdx\":602},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.52 480h-159.32c-5.64-113.84-41.080-221.88-100.48-308 141.116 38.791 245.555 159.489 259.689 306.569l0.111 1.431zM512 863.56c-74.92-81.080-120.36-196-127.080-319.56h254.16c-6.72 123.48-52.16 238.48-127.080 319.56zM384.92 480c6.72-123.48 52-238.48 127.080-319.56 74.92 81.080 120.36 196 127.080 319.56zM421.28 172c-59.4 86.12-94.84 194.16-100.48 308h-159.32c14.244-148.51 118.683-269.208 257.322-307.418l2.478-0.582zM161.48 544h159.32c5.64 113.84 41.080 221.88 100.48 308-141.116-38.791-245.555-159.489-259.689-306.569l-0.111-1.431zM602.72 852c59.4-86.24 94.84-194.28 100.48-308h159.32c-14.244 148.51-118.683 269.208-257.322 307.418l-2.478 0.582z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"globe-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26344,\"id\":644,\"name\":\"globe-simple\",\"prevSize\":16,\"code\":60251},\"setIdx\":0,\"setId\":0,\"iconIdx\":603},{\"icon\":{\"paths\":[\"M512 704c176.731 0 320-143.269 320-320s-143.269-320-320-320c-176.731 0-320 143.269-320 320v0c0.205 176.648 143.351 319.795 319.98 320l0.020 0zM512 128c141.385 0 256 114.615 256 256s-114.615 256-256 256c-141.385 0-256-114.615-256-256v0c0.159-141.321 114.679-255.841 255.985-256l0.015-0zM823.080 662c5.529 5.743 8.935 13.564 8.935 22.181 0 9.074-3.777 17.265-9.844 23.089l-0.011 0.010c-72.702 70.18-169.459 115.864-276.734 123.518l-1.426 0.082v65.12h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-65.16c-233.262-17.213-415.993-210.695-415.993-446.855 0-120.444 47.53-229.788 124.858-310.296l-0.144 0.151c5.859-6.283 14.184-10.199 23.425-10.199 17.673 0 32 14.327 32 32 0 8.783-3.538 16.739-9.267 22.522l0.002-0.002c-66.435 68.933-107.362 162.848-107.362 266.322 0 212.077 171.923 384 384 384 103.474 0 197.389-40.927 266.44-107.475l-0.118 0.114c5.743-5.528 13.564-8.934 22.18-8.934 9.054 0 17.229 3.76 23.051 9.804l0.010 0.010z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"globe-stand\"]},\"attrs\":[{}],\"properties\":{\"order\":26345,\"id\":643,\"name\":\"globe-stand\",\"prevSize\":16,\"code\":60252},\"setIdx\":0,\"setId\":0,\"iconIdx\":604},{\"icon\":{\"paths\":[\"M1024 544c-0.182-158.985-129.015-287.818-287.983-288l-448.017-0c-158.985 0.182-287.818 129.015-288 287.983l-0 0.017c0.002 43.073 28.299 79.536 67.318 91.815l0.682 0.185c24.24 81.48 150.52 132 220 132 77.012-0.097 141.291-54.492 156.615-126.953l0.185-1.047h134.4c15.509 73.508 79.788 127.903 156.789 128l0.011 0c69.32 0 195.6-50.64 220-132 39.701-12.464 67.998-48.927 68-92l0-0zM181.8 670.96c-33.8-19.92-53.8-43.44-53.8-62.96s19.64-42.44 52.52-62.2l148.84 148.8c-12.042 5.931-26.212 9.4-41.194 9.4-0.059 0-0.117-0-0.175-0l0.009 0c-30.12 0-72.8-13.28-106.2-33.040zM374.6 649.36l-130.6-130.56c13.096-3.974 28.189-6.434 43.8-6.796l0.2-0.004c53.019 0 96 42.981 96 96v0c0 0.049 0 0.108 0 0.166 0 14.981-3.469 29.152-9.648 41.753l0.248-0.559zM640 608c-0-0.027-0-0.059-0-0.091 0-23.167 8.248-44.408 21.967-60.947l-0.127 0.158 142.16 142.16c-24 9.2-48.6 14.72-68 14.72-53.019 0-96-42.981-96-96v0zM862.52 657.24l-143.68-143.68c5.155-0.983 11.088-1.551 17.152-1.56l0.008-0c30.12 0 72.8 13.28 106.2 33.040s53.8 43.44 53.8 62.96c0 15.16-12 32.8-33.48 49.24zM950.72 566.48c-33.36-73.48-149.36-118.48-214.72-118.48-77.012 0.097-141.291 54.492-156.615 126.953l-0.185 1.047h-134.4c-15.509-73.508-79.788-127.903-156.789-128l-0.011-0c-65.36 0-181.36 45-214.72 118.48-5.723-5.769-9.265-13.709-9.28-22.477l-0-0.003c0.137-123.657 100.343-223.863 223.987-224l448.013-0c123.657 0.137 223.863 100.343 224 223.987l0 0.013c-0.015 8.771-3.557 16.711-9.282 22.482l0.002-0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"goggles\"]},\"attrs\":[{}],\"properties\":{\"order\":26346,\"id\":642,\"name\":\"goggles\",\"prevSize\":16,\"code\":60253},\"setIdx\":0,\"setId\":0,\"iconIdx\":605},{\"icon\":{\"paths\":[\"M736 96c-17.673 0-32 14.327-32 32v0 54.96c-47.138-53.264-115.667-86.672-192-86.672-141.284 0-255.836 114.451-256 255.697l-0 0.016v96c0.164 141.261 114.716 255.712 256 255.712 76.333 0 144.863-33.409 191.765-86.401l0.235-0.271v54.96c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0c-65.8 0-130.88-32.32-165.76-82.32-5.86-8.316-15.424-13.683-26.24-13.683-17.674 0-32.002 14.328-32.002 32.002 0 6.858 2.157 13.212 5.83 18.421l-0.068-0.101c46.48 66.64 132.16 109.68 218.24 109.68 141.321-0.159 255.841-114.679 256-255.985l0-0.015v-544c0-17.673-14.327-32-32-32v0zM512 640c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-96c0-106.039 85.961-192 192-192s192 85.961 192 192v0 96c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"goodreads-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26347,\"id\":641,\"name\":\"goodreads-logo\",\"prevSize\":16,\"code\":60254},\"setIdx\":0,\"setId\":0,\"iconIdx\":606},{\"icon\":{\"paths\":[\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h242.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 96-96 96 96c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h242.76c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 768h-242.76l-96-96c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-96 96h-242.76v-512h768zM320 640c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM320 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM704 640c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM704 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"google-cardboard-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26348,\"id\":640,\"name\":\"google-cardboard-logo\",\"prevSize\":16,\"code\":60255},\"setIdx\":0,\"setId\":0,\"iconIdx\":607},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 160c122.947 0.052 231.15 63.13 294.061 158.675l0.819 1.325h-294.88c-84.556 0.098-156.322 54.749-182.002 130.645l-0.398 1.355-92.32-160c64.968-80.757 163.784-132 274.568-132 0.053 0 0.107 0 0.16 0l-0.008-0zM640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM160 512c-0-0.125-0-0.272-0-0.42 0-58.042 14.138-112.782 39.158-160.964l-0.918 1.943 147.48 255.44c0.24 0.4 0.52 0.76 0.76 1.12 33.956 57.185 95.395 94.915 165.646 94.915 13.864 0 27.385-1.469 40.415-4.261l-1.26 0.226-92.4 160c-170.107-26.934-298.649-172.421-298.88-347.975l-0-0.025zM530.76 863.48l147.52-255.48c0.32-0.56 0.56-1.12 0.88-1.68 15.674-27.159 24.921-59.735 24.921-94.471 0-49.218-18.566-94.1-49.076-128.024l0.155 0.175h184.84c15.246 37.94 24.090 81.927 24.090 127.98 0 187.809-147.084 341.264-332.345 351.461l-0.904 0.040z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"google-chrome-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26349,\"id\":639,\"name\":\"google-chrome-logo\",\"prevSize\":16,\"code\":60256},\"setIdx\":0,\"setId\":0,\"iconIdx\":608},{\"icon\":{\"paths\":[\"M950.4 607.12l-273.88-449.040c-11.415-18.176-31.354-30.080-54.072-30.080-0.073 0-0.146 0-0.219 0l0.011-0h-220.52c-0.063-0-0.138-0-0.212-0-22.706 0-42.631 11.906-53.872 29.815l-0.155 0.265-0.2 0.28-273.52 448.44c-6.114 9.632-9.743 21.364-9.743 33.944 0 11.675 3.126 22.62 8.587 32.044l-0.164-0.307 109.28 191.28c11.239 19.399 31.9 32.239 55.56 32.24l549.4 0c23.66-0.001 44.321-12.841 55.396-31.933l0.164-0.307 109.28-191.28c5.333-9.11 8.483-20.059 8.483-31.744 0-12.452-3.576-24.069-9.757-33.879l0.155 0.263zM876 608h-185.92l-140.76-234.68 91-151.68zM408.52 608l103.48-172.48 103.48 172.48zM653.88 672l96 160h-475.76l96-160zM512 311.12l-71.52-119.12 143.12-0.2zM383.64 221.64l91.040 151.68-140.8 234.68h-185.88zM146.16 672h149.32l-76.6 127.68zM805.12 799.72l-76.64-127.72h149.64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"google-drive-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26350,\"id\":638,\"name\":\"google-drive-logo\",\"prevSize\":16,\"code\":60257},\"setIdx\":0,\"setId\":0,\"iconIdx\":609},{\"icon\":{\"paths\":[\"M896 512c0 0.006 0 0.013 0 0.020 0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384 118.941 0 225.253 54.077 295.689 138.986l0.511 0.634c5.016 5.624 8.081 13.083 8.081 21.258 0 17.673-14.327 32-32 32-10.317 0-19.494-4.883-25.346-12.463l-0.055-0.074c-59.123-71.314-147.733-116.397-246.872-116.397-176.731 0-320 143.269-320 320s143.269 320 320 320c165.448 0 301.57-125.559 318.277-286.588l0.116-1.374h-318.4c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"google-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26351,\"id\":637,\"name\":\"google-logo\",\"prevSize\":16,\"code\":60258},\"setIdx\":0,\"setId\":0,\"iconIdx\":610},{\"icon\":{\"paths\":[\"M928 480h-158.040c18.923-37.318 30.008-81.365 30.008-128 0-159.047-128.924-287.982-287.966-288l-0.002-0c-17.673 0-32 14.327-32 32v0 158.040c-37.318-18.923-81.365-30.008-128-30.008-159.047 0-287.982 128.924-288 287.966l-0 0.002c0 17.673 14.327 32 32 32v0h158.040c-18.923 37.318-30.008 81.365-30.008 128 0 159.047 128.924 287.982 287.966 288l0.002 0c17.673 0 32-14.327 32-32v0-158.040c37.318 18.923 81.365 30.008 128 30.008 159.047 0 287.982-128.924 288-287.966l0-0.002c0-17.673-14.327-32-32-32v0zM736 352c0.002 0.331 0.003 0.722 0.003 1.113 0 47.512-14.977 91.527-40.468 127.58l0.465-0.693h-152v-349.72c109.11 16.35 191.848 109.35 192 221.704l0 0.016zM352 288c0.331-0.002 0.722-0.003 1.113-0.003 47.512 0 91.527 14.977 127.58 40.468l-0.693-0.465v152h-349.72c16.35-109.11 109.35-191.848 221.704-192l0.016-0zM288 672c-0.002-0.331-0.003-0.722-0.003-1.113 0-47.512 14.977-91.527 40.468-127.58l-0.465 0.693h152v349.72c-109.11-16.35-191.848-109.35-192-221.704l-0-0.016zM672 736c-0.331 0.002-0.722 0.003-1.113 0.003-47.512 0-91.527-14.977-127.58-40.468l0.693 0.465v-152h349.72c-16.35 109.11-109.35 191.848-221.704 192l-0.016 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"google-photos-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26352,\"id\":636,\"name\":\"google-photos-logo\",\"prevSize\":16,\"code\":60259},\"setIdx\":0,\"setId\":0,\"iconIdx\":611},{\"icon\":{\"paths\":[\"M895.28 456.76l-671.28-384.12c-9.237-5.477-20.36-8.714-32.24-8.714s-23.003 3.237-32.537 8.876l0.297-0.163c-18.97 11.025-31.521 31.252-31.521 54.41 0 0.151 0.001 0.302 0.002 0.453l-0-0.023v769.040c-0 0.053-0 0.116-0 0.179 0 23.223 12.621 43.498 31.378 54.34l0.302 0.161c9.237 5.477 20.36 8.714 32.24 8.714s23.003-3.237 32.537-8.876l-0.297 0.163 671.12-384c19.64-10.925 32.709-31.556 32.709-55.24s-13.069-44.315-32.388-55.076l-0.321-0.164zM192 850.68v-677.36l338.76 338.68zM576 557.24l75.68 75.68-354 202.64zM297.6 188.4l354.12 202.68-75.72 75.68zM709.24 600l-88-88 88-88 153.72 88z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"google-play-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26353,\"id\":635,\"name\":\"google-play-logo\",\"prevSize\":16,\"code\":60260},\"setIdx\":0,\"setId\":0,\"iconIdx\":612},{\"icon\":{\"paths\":[\"M544 64v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM704 224c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM512 800c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM512 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM320 224c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM704 512c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM128 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM320 608c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM896 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"google-podcasts-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26354,\"id\":634,\"name\":\"google-podcasts-logo\",\"prevSize\":16,\"code\":60261},\"setIdx\":0,\"setId\":0,\"iconIdx\":613},{\"icon\":{\"paths\":[\"M96 416c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0zM896 384h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 544h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 544h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 576c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0zM224 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM128 288h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-768c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"gradient\"]},\"attrs\":[{}],\"properties\":{\"order\":26355,\"id\":633,\"name\":\"gradient\",\"prevSize\":16,\"code\":60262},\"setIdx\":0,\"setId\":0,\"iconIdx\":614},{\"icon\":{\"paths\":[\"M1007.040 355.76l-480-256c-4.355-2.365-9.535-3.755-15.040-3.755s-10.685 1.39-15.209 3.838l0.169-0.084-480 256c-10.163 5.497-16.95 16.076-16.95 28.24s6.787 22.743 16.781 28.156l0.169 0.084 111.040 59.24v193.68c-0 0.040-0 0.087-0 0.135 0 16.346 6.163 31.253 16.292 42.524l-0.052-0.058c52.4 58.36 169.8 156.24 367.76 156.24 1.278 0.011 2.788 0.018 4.301 0.018 67.519 0 132.032-12.868 191.22-36.286l-3.521 1.228v131.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-161.96c43-25.088 79.825-55.073 111.415-89.894l0.345-0.386c10.077-11.212 16.24-26.119 16.24-42.465 0-0.047-0-0.095-0-0.142l0 0.007v-193.68l111.040-59.24c10.163-5.497 16.95-16.076 16.95-28.24s-6.787-22.743-16.781-28.156l-0.169-0.084zM512 800c-173.080 0-274.88-84.56-320-134.84v-159.56l304.96 162.64c4.355 2.365 9.535 3.755 15.040 3.755s10.685-1.39 15.209-3.838l-0.169 0.084 176.96-94.36v185.36c-50.4 23.52-113.92 40.76-192 40.76zM832 665c-19.070 21.104-40.034 39.846-62.827 56.2l-1.173 0.8v-182.28l64-34.12zM752 475.76l-0.88-0.52-224-119.48c-4.232-2.207-9.243-3.502-14.556-3.502-17.673 0-32 14.327-32 32 0 11.974 6.577 22.413 16.316 27.899l0.16 0.083 186.96 99.76-172 91.72-412-219.72 412-219.72 412 219.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"graduation-cap\"]},\"attrs\":[{}],\"properties\":{\"order\":26356,\"id\":632,\"name\":\"graduation-cap\",\"prevSize\":16,\"code\":60263},\"setIdx\":0,\"setId\":0,\"iconIdx\":615},{\"icon\":{\"paths\":[\"M832 224c-0.001-0-0.003-0-0.004-0-45.844 0-89.631 8.811-129.758 24.832l2.362-0.832c-57.28-118.8-173-177.84-178.28-180.48-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-5.32 2.64-121 61.68-178.28 180.48-37.765-15.189-81.552-24-127.396-24-0.001 0-0.003 0-0.004 0l-0 0c-17.673 0-32 14.327-32 32v0 320c0 194.404 157.596 352 352 352s352-157.596 352-352v0-320c0-17.673-14.327-32-32-32v0zM480 862.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018v-62.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM480 597.84c-58.417-82.507-149.817-138.342-254.59-148.252l-1.41-0.108v-159.72c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM376.6 276.44c36.88-76.84 105.64-125.32 135.4-143.6 29.76 18.32 98.52 66.8 135.36 143.6-58.971 36.906-105.383 88.986-134.445 150.833l-0.915 2.167c-29.979-64.023-76.406-116.106-133.917-152.134l-1.483-0.866zM800 576c-0.177 147.723-111.39 269.416-254.654 286.112l-1.346 0.128v-62.24c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128zM800 449.48c-106.183 10.018-197.583 65.853-255.263 147.264l-0.737 1.096v-21.84c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"grains\"]},\"attrs\":[{}],\"properties\":{\"order\":26357,\"id\":631,\"name\":\"grains\",\"prevSize\":16,\"code\":60264},\"setIdx\":0,\"setId\":0,\"iconIdx\":616},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.92 42.84q-7.6-0.36-15.24-0.36c-17.673 0-32 14.327-32 32v0 320c0.228 194.313 157.687 351.772 351.978 352l0.022 0c0.081 0 0.177 0 0.273 0 95.116 0 181.402-37.803 244.654-99.204l-0.087 0.084 51.48 56.64c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM545.16 596c-11.926 16.584-22.987 35.444-32.252 55.31l-0.908 2.17c-52.582-112.572-159.789-191.798-286.578-203.89l-1.422-0.11v-159.72c19.716 2.24 37.58 6.107 54.74 11.553l-2.020-0.553zM480 862.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018v-62.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM544 862.24v-62.24c0.028-57.646 16.967-111.33 46.124-156.367l-0.684 1.127 124.32 136.76c-44.443 43.724-103.11 73.111-168.435 80.597l-1.325 0.123zM864 576c0 0.058 0 0.126 0 0.193 0 33.238-4.6 65.402-13.199 95.89l0.598-2.483c-3.844 13.663-16.191 23.512-30.839 23.52l-0.001 0c-0.082 0.001-0.179 0.001-0.276 0.001-2.948 0-5.8-0.409-8.503-1.174l0.22 0.053c-13.658-3.852-23.501-16.202-23.501-30.851 0-3.014 0.417-5.93 1.195-8.695l-0.054 0.225c6.562-22.986 10.344-49.388 10.36-76.671l0-0.009v-62.28c-36.481 4.078-69.724 14.461-99.822 30.066l1.582-0.746c-4.43 2.467-9.718 3.919-15.344 3.919-17.673 0-32-14.327-32-32 0-12.728 7.431-23.721 18.192-28.876l0.193-0.083c36.941-19.274 80.115-32.312 125.855-36.461l1.345-0.099v-159.64c-83.149 9.716-154.513 53.421-200.833 116.629l-0.567 0.811c-5.896 8.093-15.341 13.293-26 13.293-17.714 0-32.073-14.36-32.073-32.073 0-7.054 2.277-13.576 6.137-18.872l-0.064 0.092c27.333-37.358 60.776-68.43 99.148-92.334l1.492-0.866c-36.76-77.28-105.44-125.52-135.24-143.68-36.001 22.376-66.839 48.812-93.171 79.253l-0.429 0.507c-5.913 7.362-14.915 12.035-25.008 12.035-17.673 0-32-14.327-32-32 0-8.22 3.1-15.717 8.194-21.384l-0.026 0.029c35.615-41.773 78.004-76.507 125.686-102.829l2.314-1.171c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084c5.28 2.64 121.080 61.72 178.36 180.6 37.74-15.089 81.483-23.84 127.271-23.84 0.059 0 0.119 0 0.178 0l-0.009-0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"grains-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26358,\"id\":630,\"name\":\"grains-slash\",\"prevSize\":16,\"code\":60265},\"setIdx\":0,\"setId\":0,\"iconIdx\":617},{\"icon\":{\"paths\":[\"M800 608c-0.020-0-0.044-0-0.068-0-29.539 0-56.729 10.056-78.334 26.932l0.282-0.212-92.44-72c6.673-14.908 10.56-32.31 10.56-50.619 0-0.036-0-0.071-0-0.107l0 0.006c0-2.96 0-5.92-0.32-8.84l52.92-17.64c23.168 35.343 62.596 58.363 107.4 58.363 70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128 0 0.041 0 0.082 0 0.123l-0-0.006c0 2.96 0 5.92 0.32 8.84l-52.92 17.64c-23.144-35.389-62.576-58.453-107.396-58.48l-0.004-0c-7.457 0.016-14.752 0.655-21.852 1.869l0.772-0.109-27.36-61.76c29.426-23.654 48.099-59.646 48.099-100 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128 0.12 0 0.24-0 0.359-0l-0.019 0c7.457-0.016 14.752-0.655 21.852-1.869l-0.772 0.109 27.36 61.6c-29.622 23.592-48.441 59.657-48.441 100.117 0 21.343 5.237 41.464 14.496 59.146l-0.335-0.703-102.84 91.36c-20.107-13.719-44.94-21.907-71.685-21.907-70.825 0-128.24 57.415-128.24 128.24s57.415 128.24 128.24 128.24c70.825 0 128.24-57.415 128.24-128.24 0-21.292-5.189-41.373-14.372-59.045l0.337 0.712 102.84-91.36c20 13.63 44.694 21.763 71.288 21.763 29.572 0 56.795-10.057 78.436-26.936l-0.284 0.213 92.44 72c-6.665 14.89-10.551 32.27-10.56 50.557l-0 0.003c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128v0zM800 352c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM320 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM224 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM448 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM800 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"graph\"]},\"attrs\":[{}],\"properties\":{\"order\":26359,\"id\":629,\"name\":\"graph\",\"prevSize\":16,\"code\":60266},\"setIdx\":0,\"setId\":0,\"iconIdx\":618},{\"icon\":{\"paths\":[\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 480h-256v-256h256zM480 224v256h-256v-256zM224 544h256v256h-256zM800 800h-256v-256h256v256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"grid-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26360,\"id\":628,\"name\":\"grid-four\",\"prevSize\":16,\"code\":60267},\"setIdx\":0,\"setId\":0,\"iconIdx\":619},{\"icon\":{\"paths\":[\"M864 192h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM416 576v-128h192v128zM608 640v128h-192v-128zM160 448h192v128h-192zM416 384v-128h192v128zM672 448h192v128h-192zM864 384h-192v-128h192zM352 256v128h-192v-128zM160 640h192v128h-192zM864 768h-192v-128h192v128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"grid-nine\"]},\"attrs\":[{}],\"properties\":{\"order\":26361,\"id\":627,\"name\":\"grid-nine\",\"prevSize\":16,\"code\":60268},\"setIdx\":0,\"setId\":0,\"iconIdx\":620},{\"icon\":{\"paths\":[\"M982.64 169.36l-128-128c-5.789-5.782-13.783-9.357-22.612-9.357-17.673 0-32 14.327-32 32 0 5.488 1.381 10.653 3.816 15.167l-0.084-0.17-241.68 241.64c-91.16-47.44-193.24-43.48-255.080 18.32-15.893 15.959-28.622 35.083-37.157 56.342l-0.403 1.138c-5.264 11.621-16.762 19.56-30.113 19.56-0.031 0-0.061-0-0.092-0l0.005 0c-58.36 1.96-109.040 22.88-146.6 60.44-48.32 48.44-68.64 117.96-57.68 195.84 10.64 74.52 49.32 148.32 109.040 207.72s133.36 98.24 208 108.88c12.081 1.903 26.072 3.034 40.311 3.12l0.089 0c61.28 0 115.32-20.92 155.040-60.64 37.56-37.56 58.48-88.24 60.44-146.6-0-0.010-0-0.022-0-0.034 0-13.398 7.994-24.928 19.472-30.083l0.208-0.084c22.399-8.933 41.524-21.662 57.485-37.565l-0.005 0.005c61.8-61.84 65.76-164 18.32-255.080l241.64-241.68c4.344 2.35 9.509 3.732 14.997 3.732 17.673 0 32-14.327 32-32 0-8.829-3.575-16.823-9.357-22.612l0 0zM800 274.72l-50.72-50.72 98.72-98.76 50.76 50.76zM640 671.72c-9.931 9.89-21.846 17.798-35.094 23.072l-0.706 0.248c-34.89 14.65-59.125 48.169-59.998 87.451l-0.002 0.109c-1.44 41.84-16 77.64-41.72 103.52-33.76 33.72-84 47.8-141.44 39.56-61.040-8.68-122.12-40.92-171.96-90.76s-82.080-110.92-90.76-171.68c-8-57.48 5.84-107.68 39.56-141.44 25.88-25.8 61.68-40.28 103.52-41.8v0c39.397-0.854 72.926-25.097 87.322-59.362l0.238-0.638c5.498-14.032 13.41-26.016 23.326-36.006l-0.006 0.006c21.96-21.96 52-32.52 85.52-32.52 27.784 0.458 54.022 6.583 77.768 17.262l-1.248-0.502-80.32 80.52c-64.406 7.298-113.991 61.474-113.991 127.231 0 70.692 57.308 128 128 128 65.757 0 119.933-49.585 127.177-113.405l0.054-0.586 80.32-80.32c26.080 61.16 22.32 123.96-15.56 162.040zM598.4 425.8c8.249 8.296 16.014 17.101 23.233 26.352l0.487 0.648-61.68 61.68c-11.983-21.477-29.243-38.737-50.068-50.385l-0.652-0.335 61.68-61.72c9.807 7.71 18.547 15.486 26.794 23.754l0.006 0.006zM448 512c35.346 0 64 28.654 64 64v0 0c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0zM643.4 380.6c-8.29-8.265-17.013-16.113-26.124-23.501l-0.636-0.499 87.36-87.36 50.76 50.76-87.32 87.28c-7.899-9.727-15.747-18.436-24.010-26.731l0.010 0.011zM374.6 777.36c5.797 5.793 9.384 13.797 9.384 22.64 0 17.675-14.329 32.004-32.004 32.004-8.833 0-16.829-3.578-22.62-9.364l-128-128c-5.786-5.791-9.364-13.787-9.364-22.62 0-17.675 14.329-32.004 32.004-32.004 8.843 0 16.847 3.586 22.64 9.383l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"guitar\"]},\"attrs\":[{}],\"properties\":{\"order\":26362,\"id\":626,\"name\":\"guitar\",\"prevSize\":16,\"code\":60269},\"setIdx\":0,\"setId\":0,\"iconIdx\":621},{\"icon\":{\"paths\":[\"M192.28 416h639.44c0.096 0.001 0.21 0.001 0.325 0.001 35.346 0 64-28.654 64-64 0-4.79-0.526-9.457-1.524-13.947l0.079 0.426c-29.72-140.48-190.6-242.48-382.6-242.48s-352.88 102-382.6 242.48c-0.918 4.064-1.445 8.731-1.445 13.521 0 35.346 28.654 64 64 64 0.114 0 0.228-0 0.342-0.001l-0.018 0zM512 160c159.28 0 296.84 82.44 319.72 192l-639.72-0.28c23.16-109.28 160.72-191.72 320-191.72zM917.040 609.92l-164.52 60-148.52-59.64c-3.517-1.447-7.601-2.287-11.88-2.287s-8.363 0.84-12.094 2.364l0.214-0.077-148 59.24-148.24-59.24c-3.515-1.445-7.596-2.284-11.872-2.284-3.921 0-7.678 0.705-11.149 1.996l0.221-0.072-176 64c-11.347 5.085-19.108 16.28-19.108 29.288 0 17.673 14.327 32 32 32 3.203 0 6.297-0.471 9.215-1.347l-0.227 0.058 52.92-19.16v21.24c0 88.366 71.634 160 160 160v0h384c88.366 0 160-71.634 160-160v0-38.68l74.92-27.24c13.408-4.015 23.012-16.242 23.012-30.712 0-17.673-14.327-32-32-32-4.665 0-9.097 0.998-13.094 2.793l0.202-0.081zM800 736c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-44.48l47.48-17.28 148.52 59.48c3.517 1.447 7.601 2.287 11.88 2.287s8.363-0.84 12.094-2.364l-0.214 0.077 148-59.24 148 59.24c3.515 1.445 7.596 2.284 11.872 2.284 3.921 0 7.678-0.705 11.149-1.996l-0.221 0.072 37.080-13.48zM64 512c0-17.673 14.327-32 32-32v0h832c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hamburger\"]},\"attrs\":[{}],\"properties\":{\"order\":26363,\"id\":625,\"name\":\"hamburger\",\"prevSize\":16,\"code\":60270},\"setIdx\":0,\"setId\":0,\"iconIdx\":622},{\"icon\":{\"paths\":[\"M1005.36 448l-269.84-271.68c-69.536-69.401-165.526-112.317-271.54-112.317s-202.005 42.916-271.546 112.323l0.006-0.006-0.36 0.36-55.080 56.92c-5.312 5.697-8.573 13.367-8.573 21.799 0 17.673 14.327 32 32 32 8.79 0 16.752-3.544 22.536-9.281l-0.002 0.002 54.92-56.72c21.561-21.556 46.186-40.048 73.167-54.764l1.673-0.836 186 186.2-384 384c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l82.76 82.76c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l384-384 128 127.92c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l114.76-114.76c11.585-11.582 18.75-27.584 18.75-45.26 0-17.636-7.133-33.606-18.672-45.182l0.002 0.002zM242.72 864l-82.72-82.76 272-272 82.72 82.76zM649.36 457.28l-89.36 89.4-82.76-82.68 89.4-89.4c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-189.36-189.32c25.997-7.607 55.862-11.983 86.749-11.983 88.314 0 168.273 35.776 226.173 93.625l-0.002-0.002 176.88 178.040-115.080 114.96-57.36-57.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0zM845.36 607.92l-48-48 114.64-114.92 48 48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hammer\"]},\"attrs\":[{}],\"properties\":{\"order\":26364,\"id\":624,\"name\":\"hammer\",\"prevSize\":16,\"code\":60271},\"setIdx\":0,\"setId\":0,\"iconIdx\":623},{\"icon\":{\"paths\":[\"M752 192c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-26.84c0-0.013 0-0.028 0-0.042 0-61.856-50.144-112-112-112-49.578 0-91.632 32.213-106.374 76.851l-0.226 0.791c-15.43-8.53-33.829-13.55-53.4-13.55-61.838 0-111.971 50.115-112 111.947l-0 0.003v256l-15.28-24.52c-19.746-33.627-55.731-55.846-96.906-55.846-61.856 0-112 50.144-112 112 0 20.265 5.382 39.273 14.795 55.672l-0.289-0.546c64 135.080 115.72 230.88 174.88 290.76 59.76 60.64 127.6 86.48 226.8 86.48 194.313-0.228 351.772-157.687 352-351.978l0-0.022v-304c0-61.856-50.144-112-112-112v0zM800 608c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0c-81.52 0-134.040-19.52-181.32-67.4-52.92-53.64-101.64-144.6-163.080-274.28-0.427-0.94-0.828-1.701-1.265-2.438l0.065 0.118c-4.042-6.885-6.429-15.164-6.429-24 0-26.515 21.495-48.009 48.009-48.009 17.678 0 33.125 9.555 41.457 23.783l0.123 0.227c0.181 0.354 0.367 0.655 0.574 0.94l-0.014-0.020 74.68 120c5.738 9.149 15.769 15.143 27.2 15.143 17.673 0 32-14.327 32-32 0-0.022-0-0.044-0-0.066l0 0.003v-368c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 304c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176c0-26.51 21.49-48 48-48s48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand\"]},\"attrs\":[{}],\"properties\":{\"order\":26365,\"id\":623,\"name\":\"hand\",\"prevSize\":16,\"code\":60272},\"setIdx\":0,\"setId\":0,\"iconIdx\":624},{\"icon\":{\"paths\":[\"M959.56 792.48l-57.040-480c-3.89-31.963-30.86-56.482-63.557-56.482-0.156 0-0.312 0.001-0.467 0.002l0.024-0h-134.52c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-134.68c-0.132-0.001-0.287-0.002-0.443-0.002-32.697 0-59.667 24.519-63.526 56.173l-0.031 0.308-57.040 480c-0.275 2.226-0.431 4.803-0.431 7.417 0 16.343 6.126 31.256 16.207 42.566l-0.056-0.064c11.832 13.238 28.94 21.547 47.99 21.6l0.010 0h767.68c0.043 0 0.095 0 0.146 0 19.124 0 36.304-8.32 48.119-21.538l0.055-0.062c9.94-11.224 16.010-26.075 16.010-42.343 0-2.67-0.164-5.302-0.481-7.886l0.031 0.31zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM128 800l57.32-480h134.68v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h256v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h135l56.68 480z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"handbag\"]},\"attrs\":[{}],\"properties\":{\"order\":26366,\"id\":622,\"name\":\"handbag\",\"prevSize\":16,\"code\":60273},\"setIdx\":0,\"setId\":0,\"iconIdx\":625},{\"icon\":{\"paths\":[\"M959.56 792.48l-57.040-480c-3.89-31.963-30.86-56.482-63.557-56.482-0.156 0-0.312 0.001-0.467 0.002l0.024-0h-134.52c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-134.68c-0.132-0.001-0.287-0.002-0.443-0.002-32.697 0-59.667 24.519-63.526 56.173l-0.031 0.308-57.040 480c-0.275 2.226-0.431 4.803-0.431 7.417 0 16.343 6.126 31.256 16.207 42.566l-0.056-0.064c11.832 13.238 28.94 21.547 47.99 21.6l0.010 0h767.68c0.043 0 0.095 0 0.146 0 19.124 0 36.304-8.32 48.119-21.538l0.055-0.062c9.94-11.224 16.010-26.075 16.010-42.343 0-2.67-0.164-5.302-0.481-7.886l0.031 0.31zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM128 800l57.32-480h653.68l56.68 480z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"handbag-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26367,\"id\":621,\"name\":\"handbag-simple\",\"prevSize\":16,\"code\":60274},\"setIdx\":0,\"setId\":0,\"iconIdx\":626},{\"icon\":{\"paths\":[\"M921.32 564.24c-16.306-12.645-37.057-20.271-59.589-20.271-9.024 0-17.762 1.223-26.057 3.513l0.686-0.162-167.36 38.48c1.914-7.75 3.012-16.647 3.012-25.8 0-61.856-50.144-112-112-112-0.004 0-0.009 0-0.013 0l-200.239-0c-0.095-0-0.207-0-0.319-0-35.247 0-67.148 14.327-90.197 37.476l-0.004 0.004-90.48 90.52h-114.76c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h416c0.005 0 0.010 0 0.015 0 2.751 0 5.42-0.35 7.965-1.008l-0.22 0.048 256-64c1.834-0.441 3.421-0.99 4.935-1.67l-0.175 0.070 157.24-66.96c32.52-16.511 54.416-49.71 54.416-88.022 0-31.789-15.074-60.057-38.464-78.046l-0.232-0.171zM64 640h96v160h-96zM877.72 672.84l-152 64.72-249.72 62.44h-252v-178.76l90.52-90.48c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h200.24c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c2.541-0.007 5.011-0.298 7.384-0.843l-0.224 0.043 269.24-61.96c2.758-0.796 5.927-1.254 9.202-1.254 18.999 0 34.4 15.401 34.4 34.4 0 13.148-7.377 24.574-18.217 30.363l-0.185 0.090zM656 384c0.048 0 0.106 0 0.163 0 8.277 0 16.391-0.698 24.287-2.039l-0.849 0.119c19.774 57.485 73.386 98.054 136.473 98.054 79.529 0 144-64.471 144-144s-64.471-144-144-144c-8.333 0-16.5 0.708-24.446 2.067l0.853-0.121c-19.767-57.499-73.385-98.080-136.482-98.080-79.529 0-144 64.471-144 144s64.471 144 144 144c0.001 0 0.001-0 0.002-0l-0 0zM896 336c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM656 160c36.491 0.019 67.267 24.467 76.861 57.875l0.139 0.565c-32.353 22.971-54.627 58.316-59.923 98.995l-0.077 0.725c-5.103 1.152-10.968 1.822-16.987 1.84l-0.013 0c-44.183 0-80-35.817-80-80s35.817-80 80-80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-coins\"]},\"attrs\":[{}],\"properties\":{\"order\":26368,\"id\":620,\"name\":\"hand-coins\",\"prevSize\":16,\"code\":60275},\"setIdx\":0,\"setId\":0,\"iconIdx\":627},{\"icon\":{\"paths\":[\"M752 352c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-122.84c-0.016-61.844-50.154-111.972-112-111.972-19.587 0-38 5.028-54.018 13.864l0.578-0.292c-15.005-45.365-57.028-77.519-106.56-77.519-61.827 0-111.954 50.098-112 111.914l-0 0.004v26.84c-13.995-6.84-30.452-10.84-47.843-10.84-0.055 0-0.11 0-0.165 0l0.009-0c-61.856 0-112 50.144-112 112v0 304c0 194.404 157.596 352 352 352s352-157.596 352-352v0-144c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144c0 17.673 14.327 32 32 32s32-14.327 32-32v0-272c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM560 672c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 512c-146.080 0-217.64 139.76-220.64 145.68-2.133 4.172-3.383 9.1-3.383 14.32s1.25 10.148 3.467 14.502l-0.084-0.182c3 5.92 74.56 145.68 220.64 145.68s217.64-139.76 220.64-145.68c2.133-4.172 3.383-9.1 3.383-14.32s-1.25-10.148-3.467-14.502l0.084 0.182c-3-5.92-74.56-145.68-220.64-145.68zM512 768c-82.52 0-135.2-66.080-154.8-96 19.6-29.92 72.28-96 154.8-96s135.24 66.12 154.8 96c-19.6 29.92-72.28 96-154.8 96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-eye\"]},\"attrs\":[{}],\"properties\":{\"order\":26369,\"id\":619,\"name\":\"hand-eye\",\"prevSize\":16,\"code\":60276},\"setIdx\":0,\"setId\":0,\"iconIdx\":628},{\"icon\":{\"paths\":[\"M800 320h-64v-64c-0.082-70.63-57.358-127.856-128-127.856-38.166 0-72.431 16.704-95.883 43.201l-0.118 0.135c-23.568-26.62-57.825-43.316-95.982-43.316-65.589 0-119.656 49.332-127.12 112.915l-0.057 0.6c-18.559-11.084-40.934-17.638-64.84-17.638-70.678 0-127.976 57.284-128 127.956l-0 0.002v160c0 229.75 186.25 416 416 416s416-186.25 416-416v0-64c0-70.692-57.308-128-128-128v0zM608 192c35.346 0 64 28.654 64 64v0 64h-128v-64c0-35.346 28.654-64 64-64v0zM352 256c0-35.346 28.654-64 64-64s64 28.654 64 64v0 160c0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM160 352c0-35.346 28.654-64 64-64s64 28.654 64 64v0 64c0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM864 512c-0.004 194.402-157.598 351.994-352 351.994-189.127 0-343.416-149.156-351.654-336.252l-0.026-0.743c18.275 10.692 40.238 17.005 63.676 17.005 38.197 0 72.478-16.768 95.883-43.344l0.122-0.141c23.526 26.71 57.803 43.473 95.994 43.473 31.455 0 60.255-11.371 82.512-30.227l-0.186 0.154c11.683 19.143 27.621 34.62 46.566 45.427l0.634 0.333c-40.248 35.291-65.52 86.812-65.52 144.236 0 0.030 0 0.059 0 0.089l-0-0.004c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64c-35.346 0-64-28.654-64-64v0-64h256c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-fist\"]},\"attrs\":[{}],\"properties\":{\"order\":26370,\"id\":618,\"name\":\"hand-fist\",\"prevSize\":16,\"code\":60277},\"setIdx\":0,\"setId\":0,\"iconIdx\":629},{\"icon\":{\"paths\":[\"M752 320c-0.048-0-0.105-0-0.161-0-19.536 0-37.895 5.040-53.848 13.89l0.569-0.29c-14.983-45.403-57.024-77.592-106.584-77.592-31.318 0-59.634 12.854-79.959 33.574l-0.017 0.018c-20.345-20.752-48.67-33.616-80-33.616-61.856 0-112 50.144-112 112 0 0.006 0 0.011 0 0.017l-0-0.001v80h-48c-61.856 0-112 50.144-112 112v0 48c0 194.404 157.596 352 352 352s352-157.596 352-352v0-176c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-48c0-26.51 21.49-48 48-48v0h48v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-240c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112c0 17.673 14.327 32 32 32s32-14.327 32-32v0-112c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112c0 17.673 14.327 32 32 32s32-14.327 32-32v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-grabbing\"]},\"attrs\":[{}],\"properties\":{\"order\":26371,\"id\":617,\"name\":\"hand-grabbing\",\"prevSize\":16,\"code\":60278},\"setIdx\":0,\"setId\":0,\"iconIdx\":630},{\"icon\":{\"paths\":[\"M921.32 564.24c-16.257-12.628-36.955-20.244-59.431-20.244-5.298 0-10.498 0.423-15.566 1.238l0.557-0.074c75.12-75.84 113.12-151.24 113.12-225.16 0-105.88-85.16-192-189.84-192-0.355-0.002-0.775-0.004-1.195-0.004-57.943 0-109.839 25.894-144.746 66.742l-0.219 0.262c-35.126-41.11-87.021-67.004-144.965-67.004-0.42 0-0.84 0.001-1.26 0.004l0.065-0c-104.68 0-189.84 86.12-189.84 192 0 44 12.96 86.76 40.24 132-23.23 6.010-43.189 17.733-58.996 33.596l-0.004 0.004-90.48 90.4h-114.76c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h416c0.005 0 0.010 0 0.015 0 2.751 0 5.42-0.35 7.965-1.008l-0.22 0.048 256-64c1.834-0.441 3.421-0.99 4.935-1.67l-0.175 0.070 157.24-66.96c32.52-16.511 54.416-49.71 54.416-88.022 0-31.789-15.074-60.057-38.464-78.046l-0.232-0.171zM477.84 192c0.542-0.008 1.182-0.013 1.823-0.013 51.266 0 95.301 30.961 114.426 75.206l0.311 0.808c4.916 11.742 16.312 19.841 29.6 19.841s24.684-8.099 29.521-19.63l0.079-0.211c19.435-45.052 63.47-76.013 114.737-76.013 0.641 0 1.281 0.005 1.92 0.014l-0.096-0.001c68.2 0 125.84 58.6 125.84 128 0 78.040-63.16 166.32-182.64 255.6l-44.36 10.2c1.914-7.75 3.012-16.647 3.012-25.8 0-61.856-50.144-112-112-112-0.004 0-0.009 0-0.013 0l-157.279-0c-34.52-46.56-50.72-87.52-50.72-128 0-69.4 57.64-128 125.84-128zM64 640h96v160h-96zM877.72 672.84l-152 64.72-249.72 62.44h-252v-178.76l90.52-90.48c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h200.24c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c2.541-0.007 5.011-0.298 7.384-0.843l-0.224 0.043 269.24-61.96c2.758-0.796 5.927-1.254 9.202-1.254 18.999 0 34.4 15.401 34.4 34.4 0 13.148-7.377 24.574-18.217 30.363l-0.185 0.090z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-heart\"]},\"attrs\":[{}],\"properties\":{\"order\":26372,\"id\":616,\"name\":\"hand-heart\",\"prevSize\":16,\"code\":60279},\"setIdx\":0,\"setId\":0,\"iconIdx\":631},{\"icon\":{\"paths\":[\"M752 352c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-122.84c-0.016-61.844-50.154-111.972-112-111.972-19.587 0-38 5.028-54.018 13.864l0.578-0.292c-15.005-45.365-57.028-77.519-106.56-77.519-61.827 0-111.954 50.098-112 111.914l-0 0.004v26.84c-13.995-6.84-30.452-10.84-47.843-10.84-0.055 0-0.11 0-0.165 0l0.009-0c-61.856 0-112 50.144-112 112v0 304c0 194.404 157.596 352 352 352s352-157.596 352-352v0-144c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 176c0 17.673 14.327 32 32 32s32-14.327 32-32v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 272c0 17.673 14.327 32 32 32s32-14.327 32-32v0-208c0-26.51 21.49-48 48-48s48 21.49 48 48v0 274.68c-91.324 15.993-159.865 94.632-160 189.306l-0 0.014c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c17.673 0 32-14.327 32-32v0-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-palm\"]},\"attrs\":[{}],\"properties\":{\"order\":26373,\"id\":615,\"name\":\"hand-palm\",\"prevSize\":16,\"code\":60280},\"setIdx\":0,\"setId\":0,\"iconIdx\":632},{\"icon\":{\"paths\":[\"M752 352c-0.037-0-0.080-0-0.123-0-19.531 0-37.888 5.024-53.849 13.851l0.573-0.29c-14.988-45.395-57.025-77.577-106.579-77.577-17.449 0-33.967 3.99-48.689 11.109l0.668-0.291v-122.8c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 320l-15.28-24.52c-19.765-33.596-55.741-55.788-96.9-55.788-61.883 0-112.048 50.166-112.048 112.048 0 20.723 5.626 40.133 15.434 56.784l-0.285-0.524 18.68 32.92c137.64 242.64 194.6 343.080 382.4 343.080 194.313-0.228 351.772-157.687 352-351.978l0-0.022v-144c0-61.856-50.144-112-112-112v0zM800 608c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0c-150.52 0-191.36-72-326.72-310.72l-18.76-33.080v-0.2c-4.054-6.892-6.449-15.182-6.449-24.032 0-17.644 9.52-33.065 23.704-41.406l0.225-0.122c6.83-4.024 15.047-6.4 23.819-6.4 0.064 0 0.128 0 0.191 0l-0.010-0c0.021-0 0.046-0 0.071-0 17.673 0 33.115 9.551 41.447 23.773l0.123 0.227c0.181 0.354 0.367 0.655 0.574 0.94l-0.014-0.020 74.68 120c5.751 9.077 15.742 15.015 27.12 15.015 17.664 0 31.986-14.312 32-31.973l0-0.001v-432c0-26.51 21.49-48 48-48s48 21.49 48 48v0 272c0 17.673 14.327 32 32 32s32-14.327 32-32v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-pointing\"]},\"attrs\":[{}],\"properties\":{\"order\":26374,\"id\":614,\"name\":\"hand-pointing\",\"prevSize\":16,\"code\":60281},\"setIdx\":0,\"setId\":0,\"iconIdx\":633},{\"icon\":{\"paths\":[\"M672 96v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM815.32 164c4.648 2.84 10.273 4.522 16.29 4.522 0.137 0 0.274-0.001 0.411-0.003l-0.021 0c0.015 0 0.033 0 0.051 0 11.504 0 21.59-6.070 27.23-15.183l0.079-0.137 32-52.44c3.019-4.794 4.81-10.624 4.81-16.873 0-17.673-14.327-32-32-32-11.6 0-21.758 6.172-27.37 15.411l-0.080 0.142-32 52.4c-2.997 4.781-4.775 10.592-4.775 16.817 0 11.527 6.095 21.63 15.237 27.263l0.138 0.079zM1005.080 214.36c-4.276-12.98-16.292-22.185-30.458-22.185-3.51 0-6.888 0.565-10.049 1.61l0.226-0.065-60 19.4c-13.017 4.255-22.255 16.289-22.255 30.48 0 17.673 14.327 32 32 32 0.019 0 0.039-0 0.058-0l-0.003 0c3.52-0.014 6.903-0.584 10.070-1.626l-0.23 0.066 60-19.4c13.005-4.262 22.232-16.29 22.232-30.473 0-3.564-0.583-6.991-1.658-10.193l0.066 0.226zM885.080 374.12c27.155 45.93 43.199 101.218 43.199 160.253 0 88.131-35.757 167.911-93.555 225.623l-0.004 0.004c-39.545 135.026-162.278 231.965-307.652 231.965-117.806 0-220.744-63.66-276.29-158.455l-0.818-1.51-140-242.52c-8.74-14.903-13.901-32.821-13.901-51.944 0-52.721 39.229-96.279 90.089-103.078l0.532-0.058-16-27.76c-8.759-14.916-13.932-32.853-13.932-51.997 0-51.523 37.467-94.296 86.642-102.558l0.61-0.085c-3.957-10.56-6.247-22.763-6.247-35.502 0-38.23 20.627-71.642 51.359-89.713l0.488-0.265c14.911-8.725 32.832-13.878 51.957-13.878 27.601 0 52.695 10.731 71.338 28.249l-0.055-0.051c19.026-27.205 50.206-44.776 85.49-44.776 38.266 0 71.705 20.666 89.764 51.447l0.265 0.49 48 83.16c19.195-24.955 49.065-40.879 82.654-40.879 38.291 0 71.749 20.694 89.8 51.508l0.266 0.491zM463.68 220v0l23.72 41.080c7.797 7.138 14.44 15.361 19.735 24.466l0.265 0.494 48 83c15.521-20.019 37.789-34.158 63.346-39.017l0.654-0.103-86.44-149.92c-7.045-12.040-19.913-19.999-34.64-19.999-7.364 0-14.263 1.99-20.188 5.461l0.189-0.102c-12.040 7.045-19.999 19.913-19.999 34.64 0 7.364 1.99 14.263 5.461 20.188l-0.102-0.189zM306.96 236.6l23.72 41.12 1.28 1.16c15.495-22.226 38.995-37.948 66.239-43.021l0.641-0.099-22.6-39.16c-7.044-12.043-19.914-20.005-34.644-20.005-18.409 0-33.913 12.435-38.57 29.364l-0.066 0.281c-0.88 3.118-1.387 6.699-1.387 10.398 0 7.354 2.001 14.241 5.488 20.147l-0.101-0.185zM774.36 738.28c5.609-19.931 8.834-42.821 8.834-66.463 0-47.083-12.789-91.18-35.082-129.005l0.648 1.189-76-131.64c-7.065-11.954-19.887-19.846-34.552-19.846-22.091 0-40 17.909-40 40 0 6.005 1.323 11.702 3.695 16.813l-0.103-0.247 45.68 78.92c2.693 4.59 4.284 10.109 4.284 16 0 17.686-14.337 32.024-32.024 32.024-11.796 0-22.102-6.377-27.658-15.872l-0.082-0.151-140-241.88c-7.202-11.274-19.651-18.642-33.82-18.642-22.091 0-40 17.909-40 40 0 6.612 1.605 12.85 4.445 18.345l-0.105-0.223 98.52 170.4c2.964 4.761 4.721 10.54 4.721 16.73 0 17.673-14.327 32-32 32-12.076 0-22.59-6.689-28.038-16.565l-0.083-0.165-130.28-225.36c-7.014-12.169-19.952-20.23-34.773-20.23-22.091 0-40 17.909-40 40 0 7.457 2.041 14.438 5.594 20.414l-0.101-0.184 144 249.44c2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151-80-138.56c-7.075-11.912-19.873-19.77-34.507-19.77-22.091 0-40 17.909-40 40 0 7.271 1.94 14.088 5.33 19.964l-0.103-0.193 140 242.52c45.085 77.070 127.449 128.019 221.713 128.019 117.834 0 217.074-79.612 246.865-187.981l0.421-1.797zM829.64 405.96l-76-131.64c-7.075-11.912-19.873-19.77-34.507-19.77-22.091 0-40 17.909-40 40 0 7.271 1.94 14.088 5.33 19.964l-0.103-0.193 23.64 41c7.791 7.167 14.434 15.415 19.733 24.541l0.267 0.499 76 131.64c20.346 34.545 34.662 75.102 40.346 118.378l0.174 1.622c12.367-28.949 19.557-62.631 19.557-97.992 0-47.161-12.789-91.336-35.088-129.244l0.651 1.197z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hands-clapping\"]},\"attrs\":[{}],\"properties\":{\"order\":26375,\"id\":613,\"name\":\"hands-clapping\",\"prevSize\":16,\"code\":60282},\"setIdx\":0,\"setId\":0,\"iconIdx\":634},{\"icon\":{\"paths\":[\"M479.040 871.76c-3.594 14.031-16.125 24.238-31.040 24.24l-0 0c-0.046 0-0.101 0-0.155 0-2.786 0-5.49-0.35-8.070-1.009l0.225 0.049-128-32c-3.8-0.971-7.135-2.498-10.113-4.512l0.113 0.072-96-64c-8.636-5.821-14.241-15.566-14.241-26.62 0-17.673 14.327-32.001 32.001-32.001 6.62 0 12.77 2.010 17.874 5.453l-0.114-0.072 91.36 60.92 122.64 30.68c14.144 3.515 24.46 16.102 24.46 31.099 0 2.734-0.343 5.389-0.988 7.922l0.048-0.221zM1009.8 485.92c-5.477 16.3-16.904 29.353-31.638 36.833l-0.362 0.167-94.72 47.36-220.32 220.36c-5.79 5.784-13.785 9.361-22.616 9.361-2.765 0-5.447-0.351-8.006-1.010l0.222 0.049-256-64c-4.131-1.056-7.751-2.778-10.936-5.066l0.096 0.066-222.080-158.56-97.12-48.56c-21.146-10.741-35.383-32.331-35.383-57.246 0-10.422 2.491-20.263 6.911-28.958l-0.168 0.364 99.4-198.76c10.741-21.146 32.331-35.383 57.246-35.383 10.422 0 20.263 2.491 28.958 6.911l-0.364-0.168 88.24 44 212-60.56c2.636-0.783 5.666-1.234 8.8-1.234s6.164 0.451 9.026 1.291l-0.226-0.057 212 60.56 88.24-44c8.332-4.252 18.172-6.743 28.594-6.743 24.915 0 46.505 14.237 57.078 35.019l0.168 0.364 99.4 198.76c4.31 8.349 6.837 18.223 6.837 28.687 0 7.21-1.2 14.14-3.41 20.6l0.133-0.448zM825.080 537.68l-108.84-217.68h-127.28l-172.96 168c50.64 32.36 130.040 41.28 201.28-30.52 5.8-5.844 13.836-9.462 22.717-9.462 7.597 0 14.576 2.648 20.065 7.070l-0.061-0.048 137.64 110.28zM74.92 465.68l70.76 35.4 99.4-198.76-70.76-35.4zM752 610.64l-110.84-88.76c-78.16 64-177.4 72.44-259.64 20-17.938-11.541-29.65-31.403-29.65-54.001 0-17.685 7.173-33.695 18.769-45.279l0.001-0.001c0.098-0.118 0.202-0.222 0.316-0.317l0.004-0.003 179.44-174.040-38.4-10.96-201.68 57.64-109.48 218.92 196.8 140.6 232.56 58.12zM948.96 465.68l-99.28-198.76-70.76 35.4 99.4 198.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"handshake\"]},\"attrs\":[{}],\"properties\":{\"order\":26376,\"id\":612,\"name\":\"handshake\",\"prevSize\":16,\"code\":60283},\"setIdx\":0,\"setId\":0,\"iconIdx\":635},{\"icon\":{\"paths\":[\"M736 387.2v-35.2c0-70.692-57.308-128-128-128v0h-64v-96h128c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96h-64c-70.692 0-128 57.308-128 128v0 35.2c-73.508 15.509-127.903 79.788-128 156.789l-0 0.011v320c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-320c-0.097-77.012-54.492-141.291-126.953-156.615l-1.047-0.185zM416 288h192c35.346 0 64 28.654 64 64v0 32h-320v-32c0-35.346 28.654-64 64-64v0zM800 864h-576v-320c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0 320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-soap\"]},\"attrs\":[{}],\"properties\":{\"order\":26377,\"id\":611,\"name\":\"hand-soap\",\"prevSize\":16,\"code\":60284},\"setIdx\":0,\"setId\":0,\"iconIdx\":636},{\"icon\":{\"paths\":[\"M941.28 720l-144.96-145-145.84-481.16c-11.165-36.081-44.23-61.837-83.311-61.837-21.009 0-40.279 7.443-55.318 19.836l0.149-0.119c-14.89-12.274-34.16-19.717-55.169-19.717-39.081 0-72.146 25.756-83.147 61.22l-0.165 0.617-145.84 481.2-144.96 144.96c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l130.76 130.76c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l193.12-193.24c5.228-5.24 10.104-10.839 14.585-16.754l0.295-0.406c4.776 6.321 9.651 11.919 14.883 17.163l-0.003-0.003 193.12 193.28c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l130.76-130.76c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM258.72 896l-130.72-130.72 50.76-50.76 130.76 130.76zM480 635c0.001 0.143 0.001 0.313 0.001 0.483 0 26.373-10.702 50.247-28 67.516l-97.281 97.001-130.72-130.72 54.6-54.64c3.624-3.625 6.383-8.115 7.939-13.133l0.061-0.227 148-488.88c2.787-9.863 11.707-16.97 22.287-16.97 12.769 0 23.12 10.351 23.12 23.12 0 0.2-0.003 0.4-0.008 0.599l0.001-0.029zM572 703c-17.299-17.27-28.001-41.144-28.001-67.517 0-0.17 0-0.339 0.001-0.509l-0 0.026v-516c0.003-12.766 10.353-23.114 23.12-23.114 10.369 0 19.144 6.826 22.076 16.23l0.044 0.164 148 488.88c1.617 5.245 4.376 9.735 8 13.36l57.96 57.96-133.6 128zM765.28 896l-50.24-50.28 133.56-128 47.4 47.56z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hands-praying\"]},\"attrs\":[{}],\"properties\":{\"order\":26378,\"id\":610,\"name\":\"hands-praying\",\"prevSize\":16,\"code\":60285},\"setIdx\":0,\"setId\":0,\"iconIdx\":637},{\"icon\":{\"paths\":[\"M832 560v144c0 102.36-33.96 171.4-35.4 174.32-5.37 10.562-16.154 17.673-28.599 17.68l-0.001 0c-0.006 0-0.014 0-0.021 0-5.201 0-10.109-1.257-14.436-3.483l0.177 0.083c-10.573-5.37-17.691-16.165-17.691-28.623 0-5.211 1.246-10.131 3.455-14.479l-0.084 0.182c0.24-0.48 28.64-59.24 28.64-145.68v-144c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-272c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 432c-0.001 17.672-14.327 31.999-32 31.999-11.404 0-21.415-5.966-27.082-14.947l-0.078-0.132-75.28-120.92c-8.457-14.464-23.912-24.027-41.6-24.027-26.524 0-48.027 21.502-48.027 48.027 0 8.836 2.386 17.115 6.549 24.227l-0.123-0.227 117.16 200c3.454 5.033 5.516 11.256 5.516 17.961 0 17.673-14.327 32-32 32-12.563 0-23.435-7.24-28.672-17.775l-0.084-0.186-117.28-200c-9.554-16.146-15.199-35.584-15.199-56.34 0-61.867 50.153-112.019 112.019-112.019 41.11 0 77.048 22.145 96.535 55.157l0.285 0.522 15.32 24.68v-320c0-61.856 50.144-112 112-112s112 50.144 112 112v0 122.8c14.054-6.827 30.572-10.817 48.021-10.817 49.554 0 91.591 32.182 106.352 76.786l0.227 0.791c15.43-8.53 33.829-13.55 53.4-13.55 61.852 0 111.994 50.138 112 111.989l0 0.001zM960 192h-210.76l73.36-73.36c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-73.36-73.36h210.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-swipe-left\"]},\"attrs\":[{}],\"properties\":{\"order\":26379,\"id\":609,\"name\":\"hand-swipe-left\",\"prevSize\":16,\"code\":60286},\"setIdx\":0,\"setId\":0,\"iconIdx\":638},{\"icon\":{\"paths\":[\"M832 560v144c0 102.36-33.96 171.4-35.4 174.32-5.37 10.562-16.154 17.673-28.599 17.68l-0.001 0c-0.006 0-0.014 0-0.021 0-5.201 0-10.109-1.257-14.436-3.483l0.177 0.083c-10.573-5.37-17.691-16.165-17.691-28.623 0-5.211 1.246-10.131 3.455-14.479l-0.084 0.182c0.24-0.48 28.64-59.24 28.64-145.68v-144c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-272c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 432c-0.001 17.672-14.327 31.999-32 31.999-11.404 0-21.415-5.966-27.082-14.947l-0.078-0.132-75.28-120.92c-8.457-14.464-23.912-24.027-41.6-24.027-26.524 0-48.027 21.502-48.027 48.027 0 8.836 2.386 17.115 6.549 24.227l-0.123-0.227 117.16 200c3.454 5.033 5.516 11.256 5.516 17.961 0 17.673-14.327 32-32 32-12.563 0-23.435-7.24-28.672-17.775l-0.084-0.186-117.28-200c-9.554-16.146-15.199-35.584-15.199-56.34 0-61.867 50.153-112.019 112.019-112.019 41.11 0 77.048 22.145 96.535 55.157l0.285 0.522 15.32 24.68v-320c0-61.856 50.144-112 112-112s112 50.144 112 112v0 122.8c14.054-6.827 30.572-10.817 48.021-10.817 49.554 0 91.591 32.182 106.352 76.786l0.227 0.791c15.43-8.53 33.829-13.55 53.4-13.55 61.852 0 111.994 50.138 112 111.989l0 0.001zM982.64 201.36l-128-128c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l0 0 73.32 73.36h-210.72c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h210.76l-73.4 73.36c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l128-128c5.81-5.794 9.405-13.807 9.405-22.66 0-8.833-3.579-16.83-9.365-22.62l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-swipe-right\"]},\"attrs\":[{}],\"properties\":{\"order\":26380,\"id\":608,\"name\":\"hand-swipe-right\",\"prevSize\":16,\"code\":60287},\"setIdx\":0,\"setId\":0,\"iconIdx\":639},{\"icon\":{\"paths\":[\"M192 304c0-132.548 107.452-240 240-240s240 107.452 240 240v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-97.202-78.798-176-176-176s-176 78.798-176 176v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM752 480c-0.036-0-0.080-0-0.123-0-19.544 0-37.915 5.024-53.892 13.851l0.574-0.291c-14.993-45.387-57.026-77.561-106.574-77.561-17.436 0-33.941 3.984-48.655 11.092l0.669-0.291v-122.8c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 320l-15.28-24.52c-19.772-33.534-55.71-55.679-96.82-55.679-61.867 0-112.019 50.153-112.019 112.019 0 20.756 5.645 40.194 15.484 56.862l-0.285-0.522 117.28 200c5.391 10.509 16.153 17.576 28.565 17.576 17.673 0 32-14.327 32-32 0-6.61-2.004-12.751-5.437-17.85l0.072 0.114-117.16-200c-4.32-7.064-6.878-15.612-6.878-24.758 0-26.51 21.49-48 48-48 17.979 0 33.65 9.885 41.873 24.517l0.125 0.241 0.56 0.92 74.72 120c5.738 9.149 15.769 15.143 27.2 15.143 17.673 0 32-14.327 32-32 0-0.022-0-0.044-0-0.066l0 0.003v-432c0-26.51 21.49-48 48-48s48 21.49 48 48v0 272c0 17.673 14.327 32 32 32s32-14.327 32-32v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144c0 86.44-28.4 145.2-28.64 145.68-2.126 4.166-3.371 9.086-3.371 14.297 0 12.458 7.118 23.252 17.51 28.539l0.182 0.084c4.15 2.143 9.058 3.4 14.259 3.4 0.021 0 0.043-0 0.064-0l-0.003 0c0.007 0 0.015 0 0.023 0 12.453 0 23.245-7.113 28.533-17.498l0.084-0.182c1.48-2.92 35.4-72 35.4-174.32v-144c0-61.856-50.144-112-112-112-0.014 0-0.028 0-0.042 0l0.002-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-tap\"]},\"attrs\":[{}],\"properties\":{\"order\":26381,\"id\":607,\"name\":\"hand-tap\",\"prevSize\":16,\"code\":60288},\"setIdx\":0,\"setId\":0,\"iconIdx\":640},{\"icon\":{\"paths\":[\"M880.8 400l-72-124.72c-19.718-33.745-55.767-56.055-97.027-56.055-38.065 0-71.694 18.989-91.932 48.011l-0.241 0.365-61.36-106.36c-19.727-33.709-55.756-55.991-96.99-55.991-40.203 0-75.458 21.182-95.214 52.995l-0.276 0.477c-19.76-17.845-46.074-28.764-74.938-28.764-61.856 0-112 50.144-112 112 0 20.571 5.546 39.847 15.225 56.415l-0.286-0.531 13.36 23.16c-57.873 4.79-103.028 52.942-103.028 111.64 0 20.635 5.58 39.966 15.314 56.568l-0.286-0.528 152 263.28c46.539 80.035 121.762 139.056 211.267 163.431l2.453 0.569c27.422 7.62 58.91 12 91.421 12 0.091 0 0.182-0 0.273-0l-0.014 0c194.153-0.332 351.416-157.8 351.416-352 0-64.785-17.502-125.483-48.036-177.623l0.899 1.662zM854.12 650.52c-34 123.923-145.637 213.471-278.19 213.471-106.035 0-198.686-57.304-248.675-142.632l-0.736-1.359-152-263.28c-4.042-6.885-6.429-15.164-6.429-24 0-26.515 21.495-48.009 48.009-48.009 17.678 0 33.125 9.555 41.457 23.783l0.123 0.227 88 152.4c5.532 10.040 16.045 16.73 28.121 16.73 17.673 0 32-14.327 32-32 0-6.19-1.757-11.969-4.8-16.866l0.079 0.136-152-263.24c-4.042-6.884-6.429-15.162-6.429-23.997 0-26.51 21.49-48 48-48 4.42 0 8.701 0.598 12.766 1.716l-0.337-0.079c12.551 3.385 22.818 11.437 29.038 22.133l0.122 0.227 136 235.56c5.724 9.221 15.795 15.27 27.279 15.27 17.673 0 32-14.327 32-32 0-5.597-1.437-10.858-3.962-15.435l0.083 0.165-104-180c-3.777-6.701-6.002-14.712-6.002-23.242 0-26.51 21.49-48 48-48 17.364 0 32.574 9.22 41.002 23.031l0.12 0.211 137.24 237.68c-42.663 35.529-69.62 88.663-69.62 148.093 0 35.302 9.512 68.383 26.112 96.819l-0.492-0.912c5.637 9.636 15.934 16.006 27.72 16.006 17.677 0 32.006-14.33 32.006-32.006 0-5.891-1.592-11.41-4.368-16.151l0.082 0.151c-10.78-18.358-17.147-40.434-17.147-63.996 0-47.123 25.464-88.298 63.383-110.517l0.604-0.327c9.637-5.635 16.009-15.932 16.009-27.718 0-5.892-1.592-11.412-4.37-16.153l0.082 0.151-40-69.28c-3.777-6.701-6.002-14.712-6.002-23.242 0-26.51 21.49-48 48-48 17.364 0 32.574 9.22 41.002 23.031l0.12 0.211 72 124.72c24.439 41.249 38.88 90.918 38.88 143.961 0 26.506-3.606 52.171-10.355 76.529l0.475-2.009zM737.080 119.72c3.773-13.776 16.181-23.732 30.913-23.732 2.947 0 5.801 0.398 8.511 1.144l-0.225-0.053c63.64 17.080 116 56.44 147.44 110.92 2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151c-22.88-39.68-61.44-68.48-108.56-81.080-13.776-3.773-23.732-16.181-23.732-30.913 0-2.947 0.398-5.801 1.144-8.511l-0.053 0.225zM323.64 948c-5.912 7.458-14.971 12.199-25.138 12.199-7.516 0-14.427-2.591-19.888-6.929l0.066 0.050c-44-34.76-80.44-78.32-114.4-137.12-2.695-4.59-4.286-10.109-4.286-16 0-17.677 14.33-32.006 32.006-32.006 11.786 0 22.083 6.37 27.638 15.855l0.082 0.151c29.76 51.52 61.080 89.28 98.6 118.88 7.446 5.912 12.179 14.965 12.179 25.122 0 7.505-2.584 14.407-6.91 19.864l0.051-0.066z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hand-waving\"]},\"attrs\":[{}],\"properties\":{\"order\":26382,\"id\":606,\"name\":\"hand-waving\",\"prevSize\":16,\"code\":60289},\"setIdx\":0,\"setId\":0,\"iconIdx\":641},{\"icon\":{\"paths\":[\"M896 256h-768c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-384c0-35.346-28.654-64-64-64v0zM896 704h-768v-384h768v384zM800 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hard-drive\"]},\"attrs\":[{}],\"properties\":{\"order\":26383,\"id\":605,\"name\":\"hard-drive\",\"prevSize\":16,\"code\":60290},\"setIdx\":0,\"setId\":0,\"iconIdx\":642},{\"icon\":{\"paths\":[\"M832 544h-640c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM832 800h-640v-192h640v192zM832 160h-640c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM832 416h-640v-192h640v192zM768 320c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM768 704c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hard-drives\"]},\"attrs\":[{}],\"properties\":{\"order\":26384,\"id\":604,\"name\":\"hard-drives\",\"prevSize\":16,\"code\":60291},\"setIdx\":0,\"setId\":0,\"iconIdx\":643},{\"icon\":{\"paths\":[\"M896 352h-194.4l33.88-186.28c0.269-1.56 0.424-3.357 0.424-5.189 0-17.673-14.327-32-32-32-15.461 0-28.361 10.965-31.348 25.543l-0.035 0.206-36 197.72h-190.92l33.88-186.28c0.269-1.56 0.424-3.357 0.424-5.189 0-17.673-14.327-32-32-32-15.461 0-28.361 10.965-31.348 25.543l-0.035 0.206-35.96 197.72h-188.56c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h176.92l-34.92 192h-206c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h194.4l-33.88 186.28c-0.327 1.719-0.515 3.696-0.515 5.716 0 15.649 11.233 28.675 26.076 31.453l0.198 0.031c1.705 0.331 3.665 0.52 5.669 0.52 0.018 0 0.036-0 0.054-0l-0.003 0c15.633-0.023 28.636-11.251 31.409-26.082l0.031-0.198 36-197.72h190.96l-33.88 186.28c-0.327 1.719-0.515 3.696-0.515 5.716 0 15.649 11.233 28.675 26.076 31.453l0.198 0.031c1.705 0.331 3.665 0.52 5.669 0.52 0.018 0 0.036-0 0.054-0l-0.003 0c15.633-0.023 28.636-11.251 31.409-26.082l0.031-0.198 36-197.72h188.56c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-176.92l34.92-192h206c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM590 608h-190.92l34.92-192h190.92z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hash\"]},\"attrs\":[{}],\"properties\":{\"order\":26385,\"id\":603,\"name\":\"hash\",\"prevSize\":16,\"code\":60292},\"setIdx\":0,\"setId\":0,\"iconIdx\":644},{\"icon\":{\"paths\":[\"M864 608h-192v-192h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v192h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h192v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 608v-192h192v192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hash-straight\"]},\"attrs\":[{}],\"properties\":{\"order\":26386,\"id\":602,\"name\":\"hash-straight\",\"prevSize\":16,\"code\":60293},\"setIdx\":0,\"setId\":0,\"iconIdx\":645},{\"icon\":{\"paths\":[\"M640 320c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0zM960 672h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 416h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 256v512c0 35.346-28.654 64-64 64v0h-160c-0.003 0-0.006 0-0.009 0-176.731 0-320-143.269-320-320 0-0.858 0.003-1.715 0.010-2.571l-0.001 0.131c1.32-175.080 146.48-317.56 323.6-317.56h156.4c35.346 0 64 28.654 64 64v0zM512 256h-156.4c-142.080 0-258.56 113.96-259.6 254.040-0.005 0.582-0.008 1.271-0.008 1.96 0 141.385 114.615 256 256 256 0.003 0 0.005-0 0.008-0l159.999 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"headlights\"]},\"attrs\":[{}],\"properties\":{\"order\":26387,\"id\":601,\"name\":\"headlights\",\"prevSize\":16,\"code\":60294},\"setIdx\":0,\"setId\":0,\"iconIdx\":646},{\"icon\":{\"paths\":[\"M807.56 250.64c-74.643-75.373-178.011-122.182-292.313-122.64l-0.087-0h-3.16c-229.75 0-416 186.25-416 416v0 224c0 53.019 42.981 96 96 96v0h64c53.019 0 96-42.981 96-96v0-160c0-53.019-42.981-96-96-96v0h-94.56c16.933-180.142 167.405-320 350.542-320 0.006 0 0.013 0 0.019 0l2.679-0c182.281 0.795 331.688 140.475 347.9 318.636l0.1 1.364h-94.68c-53.019 0-96 42.981-96 96v0 160c0 53.019 42.981 96 96 96v0h64c53.019 0 96-42.981 96-96v0-224c0.002-0.47 0.003-1.027 0.003-1.583 0-113.87-46.012-216.994-120.459-291.793l0.016 0.016zM256 576c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-192zM864 768c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"headphones\"]},\"attrs\":[{}],\"properties\":{\"order\":26388,\"id\":600,\"name\":\"headphones\",\"prevSize\":16,\"code\":60295},\"setIdx\":0,\"setId\":0,\"iconIdx\":647},{\"icon\":{\"paths\":[\"M807.56 218.64c-74.643-75.373-178.011-122.182-292.313-122.64l-0.087-0h-3.16c-229.75 0-416 186.25-416 416v0 224c0 53.019 42.981 96 96 96v0h64c53.019 0 96-42.981 96-96v0-160c0-53.019-42.981-96-96-96v0h-94.56c17.161-180.194 167.743-320.017 350.982-320.017 97.582 0 185.903 39.654 249.727 103.726l0.011 0.011c55.917 56.195 92.85 131.326 100.343 214.936l0.097 1.344h-94.6c-53.019 0-96 42.981-96 96v0 160c0 53.019 42.981 96 96 96v0h96c0 53.019-42.981 96-96 96v0h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c88.366 0 160-71.634 160-160v0-320c0.002-0.47 0.003-1.027 0.003-1.583 0-113.87-46.012-216.994-120.459-291.793l0.016 0.016zM256 544c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-192zM768 768c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h96v224z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"headset\"]},\"attrs\":[{}],\"properties\":{\"order\":26389,\"id\":599,\"name\":\"headset\",\"prevSize\":16,\"code\":60296},\"setIdx\":0,\"setId\":0,\"iconIdx\":648},{\"icon\":{\"paths\":[\"M712 128c-82.6 0-154.92 35.52-200 95.56-45.080-60.040-117.4-95.56-200-95.56-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 280 415.16 506.64 432.84 516 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.36 432.84-236 432.84-516-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM512 827.2c-73.040-42.56-384-236.44-384-451.2 0.136-101.565 82.435-183.864 183.987-184l0.013-0c77.8 0 143.12 41.44 170.4 108 4.916 11.742 16.312 19.841 29.6 19.841s24.684-8.099 29.521-19.63l0.079-0.211c27.28-66.68 92.6-108 170.4-108 101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 214.44-311.040 408.6-384 451.2z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"heart\"]},\"attrs\":[{}],\"properties\":{\"order\":26390,\"id\":598,\"name\":\"heart\",\"prevSize\":16,\"code\":60297},\"setIdx\":0,\"setId\":0,\"iconIdx\":649},{\"icon\":{\"paths\":[\"M288 544h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h142.88l54.48-81.76c5.819-8.654 15.573-14.271 26.64-14.271s20.821 5.618 26.567 14.157l0.073 0.114 101.36 152 37.36-56c5.821-8.636 15.566-14.24 26.619-14.24 0.007 0 0.015 0 0.022 0l95.999-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-78.88l-54.48 81.76c-5.819 8.654-15.573 14.271-26.64 14.271s-20.821-5.618-26.567-14.157l-0.073-0.114-101.36-152.080-37.36 56c-5.809 8.673-15.565 14.308-26.638 14.32l-0.002 0zM712 128c-82.6 0-154.92 35.52-200 95.56-45.080-60.040-117.4-95.56-200-95.56-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 3 0 6 0 9 0.556 17.246 14.67 31.016 32 31.016 17.682 0 32.016-14.334 32.016-32.016 0-0.352-0.006-0.702-0.017-1.051l0.001 0.051c0-2.32 0-4.68 0-7 0.136-101.565 82.435-183.864 183.987-184l0.013-0c77.8 0 143.12 41.44 170.4 108 4.916 11.742 16.312 19.841 29.6 19.841s24.684-8.099 29.521-19.63l0.079-0.211c27.28-66.68 92.6-108 170.4-108 101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 214.44-311.040 408.6-384 451.2-43.32-25.24-170.52-104-266.72-208.84-5.873-6.39-14.271-10.38-23.6-10.38-17.684 0-32.020 14.336-32.020 32.020 0 8.354 3.2 15.962 8.44 21.663l-0.021-0.023c124.68 136 291.72 226.72 298.76 230.52 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.52 432.84-236.16 432.84-516.16-0.159-136.903-111.097-247.841-247.985-248l-0.015-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"heartbeat\"]},\"attrs\":[{}],\"properties\":{\"order\":26391,\"id\":597,\"name\":\"heartbeat\",\"prevSize\":16,\"code\":60298},\"setIdx\":0,\"setId\":0,\"iconIdx\":650},{\"icon\":{\"paths\":[\"M712 128c-0.196-0.001-0.427-0.001-0.658-0.001-68.276 0-130.066 27.77-174.692 72.631l-0.010 0.010-24.64 24.64-24.64-24.64c-44.879-44.878-106.878-72.635-175.36-72.635-136.965 0-247.997 111.030-248 247.995l-0 0.001c0 280 415.16 506.68 432.84 516 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.32 432.84-236 432.84-516-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM512 827.2c-73.040-42.56-384-236.44-384-451.2-0-0.007-0-0.016-0-0.025 0-101.62 82.38-184 184-184 50.816 0 96.821 20.6 130.12 53.904l24.64 24.64-41.4 41.48c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l98.12 98.12-66.12 66.080c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l88.72-88.76c5.786-5.79 9.365-13.787 9.365-22.62s-3.579-16.83-9.365-22.62l-98.12-98.2 88.64-88.64c33.299-33.305 79.304-53.905 130.12-53.905 101.62 0 184 82.38 184 184 0 0.009-0 0.017-0 0.026l0-0.001c0 214.44-311.040 408.6-384 451.2z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"heart-break\"]},\"attrs\":[{}],\"properties\":{\"order\":26392,\"id\":596,\"name\":\"heart-break\",\"prevSize\":16,\"code\":60299},\"setIdx\":0,\"setId\":0,\"iconIdx\":651},{\"icon\":{\"paths\":[\"M677.88 195.16c14.969-2.873 26.125-15.863 26.125-31.46 0-17.676-14.329-32.005-32.005-32.005-2.079 0-4.112 0.198-6.081 0.577l0.201-0.032c-64.44 12.080-118.12 44.48-154.12 91.76-45.040-60-117.44-96-200-96-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 280 415.16 506.68 432.84 516 4.379 2.428 9.603 3.857 15.16 3.857s10.781-1.429 15.323-3.94l-0.163 0.083c62.84-35.466 116.551-71.481 167.312-111.098l-2.952 2.218c8.045-5.884 13.212-15.291 13.212-25.904 0-17.673-14.327-32-32-32-7.71 0-14.783 2.727-20.308 7.268l0.056-0.044c-41.24 31.76-80 57.48-108.48 75.28v-512.92c23.36-51.8 71.76-88 133.88-99.64zM480 808c-105.68-66.36-352-241.16-352-432 0.136-101.565 82.435-183.864 183.987-184l0.013-0c75.64 0 139.44 39.12 168 102.56zM930.2 384c-0.532 0.029-1.154 0.045-1.78 0.045s-1.248-0.016-1.867-0.048l0.087 0.004c-16.414-0.024-29.929-12.402-31.746-28.333l-0.014-0.147c-6.314-55.508-36.568-102.879-80.025-132.145l-0.655-0.415c-8.998-5.765-14.877-15.713-14.877-27.033 0-17.673 14.327-32 32-32 6.926 0 13.337 2.2 18.574 5.939l-0.097-0.066c59.437 40.015 100.193 103.868 108.575 177.545l0.105 1.135c0.138 1.114 0.216 2.404 0.216 3.712 0 16.439-12.395 29.982-28.349 31.794l-0.147 0.014zM921.84 526.48c-22.68 45.48-55.76 92-98.36 137.96-5.898 6.749-14.522 10.988-24.135 10.988-17.673 0-32-14.327-32-32 0-8.738 3.502-16.658 9.18-22.433l-0.004 0.004c38.44-41.6 68-83 88-123.080 5.193-11.073 16.248-18.605 29.061-18.605 17.673 0 32 14.327 32 32 0 5.555-1.415 10.779-3.905 15.331l0.084-0.167z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"heart-half\"]},\"attrs\":[{}],\"properties\":{\"order\":26393,\"id\":595,\"name\":\"heart-half\",\"prevSize\":16,\"code\":60300},\"setIdx\":0,\"setId\":0,\"iconIdx\":652},{\"icon\":{\"paths\":[\"M892 228c-42.014-41.912-100.001-67.828-164.041-67.828-63.841 0-121.666 25.755-163.652 67.441l0.013-0.013-52.32 48.6-52.36-48.76c-41.961-41.847-99.869-67.722-163.82-67.722-128.131 0-232.002 103.871-232.002 232.002 0 64.18 26.060 122.273 68.177 164.275l0.005 0.005 357.4 362.64c5.808 5.895 13.877 9.546 22.8 9.546s16.992-3.652 22.796-9.543l0.004-0.004 357-362.64c41.955-41.979 67.902-99.959 67.902-164s-25.948-122.021-67.903-164.001l0.001 0.001zM846.6 511.040l-334.6 339.36-334.8-339.68c-30.404-30.404-49.209-72.406-49.209-118.8 0-92.789 75.22-168.009 168.009-168.009 46.394 0 88.396 18.805 118.8 49.209l0.8 0.8 74.6 69.4c5.697 5.313 13.368 8.574 21.8 8.574s16.103-3.262 21.819-8.592l-0.019 0.017 75.4-70.2c30.396-30.356 72.366-49.129 118.72-49.129 92.789 0 168.009 75.22 168.009 168.009 0 46.434-18.837 88.469-49.287 118.878l-0.002 0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"heart-straight\"]},\"attrs\":[{}],\"properties\":{\"order\":26394,\"id\":594,\"name\":\"heart-straight\",\"prevSize\":16,\"code\":60301},\"setIdx\":0,\"setId\":0,\"iconIdx\":653},{\"icon\":{\"paths\":[\"M892 228c-42.035-41.93-100.050-67.858-164.12-67.858-63.951 0-121.869 25.831-163.89 67.628l0.010-0.010-52 50.12-52-50.24c-41.979-41.954-99.959-67.902-164-67.902-128.131 0-232.002 103.871-232.002 232.002 0 64.090 25.988 122.111 68.001 164.099l0.001 0.001 357.48 362.64c5.808 5.895 13.877 9.546 22.8 9.546s16.992-3.652 22.796-9.543l0.004-0.004 356.92-362.48c41.868-42.018 67.754-99.986 67.754-164s-25.886-121.982-67.761-164.007l0.007 0.007zM846.56 511.040l-334.56 339.36-334.84-339.68c-30.4-30.405-49.203-72.407-49.203-118.8 0-92.796 75.226-168.023 168.023-168.023 46.403 0 88.413 18.811 118.82 49.222l0.4 0.4 50.68 48.76-40 38.6c-6.051 5.83-9.809 14.004-9.809 23.056 0 8.835 3.58 16.834 9.369 22.624l105.32 105.44-41.4 41.4c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l64-64c5.786-5.79 9.365-13.787 9.365-22.62s-3.579-16.83-9.365-22.62l-104.96-105.080 115.56-111.24c30.399-30.364 72.377-49.143 118.74-49.143 92.796 0 168.023 75.226 168.023 168.023 0 46.433-18.835 88.467-49.281 118.879l-0.001 0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"heart-straight-break\"]},\"attrs\":[{}],\"properties\":{\"order\":26395,\"id\":593,\"name\":\"heart-straight-break\",\"prevSize\":16,\"code\":60302},\"setIdx\":0,\"setId\":0,\"iconIdx\":654},{\"icon\":{\"paths\":[\"M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM864 703.28l-352 192.72-352-192.72v-382.56l352-192.72 352 192.68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hexagon\"]},\"attrs\":[{}],\"properties\":{\"order\":26396,\"id\":592,\"name\":\"hexagon\",\"prevSize\":16,\"code\":60303},\"setIdx\":0,\"setId\":0,\"iconIdx\":655},{\"icon\":{\"paths\":[\"M924 656.76l-204-45.96-441.36-441.44c-5.79-5.788-13.788-9.368-22.623-9.368-9.34 0-17.746 4.002-23.596 10.384l-0.022 0.024c-87.96 96.16-136.4 217.6-136.4 341.6v288c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-195.76c9.96 5.8 19.76 12 29.36 18.56 71.971 49.852 127.813 118.356 161.104 198.579l1.096 2.981c9.72 23.448 32.426 39.641 58.915 39.641 0.142 0 0.285-0 0.427-0.001l-0.022 0h357.12c35.346 0 64-28.654 64-64v0-18.92c0-0.095 0-0.207 0-0.32 0-60.551-42.415-111.195-99.155-123.842l-0.845-0.158zM288 800h-128v-254.84c46.875 3.397 90.405 13.552 131.010 29.523l-3.010-1.043zM960 800h-357.28c-39.273-94.876-102.985-172.986-183.381-228.726l-1.699-1.114c-71.993-50.339-159.908-82.733-254.966-88.961l-1.514-0.079c7.76-92.643 42.953-175.831 97.325-242.821l-0.645 0.821 423.52 423.52c4.161 4.147 9.459 7.155 15.385 8.518l0.215 0.042 212.96 48c28.819 6.29 50.080 31.59 50.080 61.856 0 0.065-0 0.13-0 0.194l0-0.010z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"high-heel\"]},\"attrs\":[{}],\"properties\":{\"order\":26397,\"id\":591,\"name\":\"high-heel\",\"prevSize\":16,\"code\":60304},\"setIdx\":0,\"setId\":0,\"iconIdx\":656},{\"icon\":{\"paths\":[\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM384 840v-232h256v232c-37.954 15.19-81.948 24.001-128 24.001s-90.046-8.81-130.388-24.838l2.388 0.837zM576 544h-128v-140.24l128-64zM760.88 760.88c-16.905 16.935-35.517 32.155-55.561 45.382l-1.319 0.818v-199.080c0-35.346-28.654-64-64-64v0-256c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-192 96c-10.567 5.373-17.68 16.164-17.68 28.617 0 0.008 0 0.016 0 0.024l-0-0.001v160c-35.346 0-64 28.654-64 64v0 199.080c-96.944-63.751-160.059-172.037-160.059-295.064 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.183-39.384 185.168-103.061 248.865l0.001-0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"highlighter-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26398,\"id\":590,\"name\":\"highlighter-circle\",\"prevSize\":16,\"code\":60305},\"setIdx\":0,\"setId\":0,\"iconIdx\":657},{\"icon\":{\"paths\":[\"M954.64 494.24l-225.2-337.76c-11.643-17.271-31.132-28.48-53.238-28.48-0.001 0-0.001 0-0.002 0l-328.2-0c-0-0-0.001-0-0.002-0-22.107 0-41.596 11.209-53.094 28.253l-0.145 0.227-225.2 337.76c-3.363 4.986-5.368 11.129-5.368 17.74 0 2.996 0.412 5.895 1.181 8.645l-0.054-0.225 89.56 328.44c7.694 27.299 32.305 47.001 61.542 47.16l0.018 0h103.56c35.346 0 64-28.654 64-64v0-64h256v64c0 35.346 28.654 64 64 64v0h103.56c29.337-0.065 54.047-19.797 61.651-46.708l0.109-0.452 89.56-328.44c0.716-2.525 1.128-5.424 1.128-8.42 0-6.611-2.005-12.754-5.44-17.854l0.072 0.114zM320 704v-424.84l96 54.84v210c0 17.673 14.327 32 32 32s32-14.327 32-32v0-173.44l16 9.44c4.59 2.695 10.109 4.287 16 4.287s11.41-1.592 16.151-4.369l-0.151 0.082 16-9.24v141.24c0 17.673 14.327 32 32 32s32-14.327 32-32v0-178l96-54.84v424.84zM676.2 192l14.16 21.24-178.36 101.92-178.36-101.92 14.36-21.24zM320 832h-103.56l-85.72-314.36 125.28-187.96v374.32c0 35.346 28.654 64 64 64v0zM807.56 832h-103.56v-64c35.346 0 64-28.654 64-64v0-374.32l125.28 188z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hoodie\"]},\"attrs\":[{}],\"properties\":{\"order\":26399,\"id\":589,\"name\":\"hoodie\",\"prevSize\":16,\"code\":60306},\"setIdx\":0,\"setId\":0,\"iconIdx\":658},{\"icon\":{\"paths\":[\"M544 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM928 517.92c-3.864 224.045-183.771 404.82-407.107 410.071l-0.493 0.009h-8.68c-0.862 0.006-1.881 0.010-2.9 0.010-105.385 0-201.557-39.445-274.558-104.376l0.419 0.366c-6.624-5.909-10.775-14.47-10.775-24 0-17.737 14.379-32.115 32.115-32.115 8.207 0 15.694 3.078 21.372 8.143l-0.032-0.028c23.187 20.818 49.653 38.677 78.382 52.598l2.018 0.882 106.24-146.12c-91.12-39.32-189.88-22.6-245.6-13.16-6.516 1.182-14.016 1.858-21.674 1.858-42.497 0-80.133-20.815-103.269-52.805l-0.257-0.373-1.2-1.72-55.12-88c-3.049-4.812-4.86-10.671-4.86-16.953 0-11.463 6.027-21.517 15.085-27.169l0.135-0.079 400.76-246.84v-110.12c0-17.673 14.327-32 32-32v0h32c0.013-0 0.027-0 0.042-0 229.75 0 416 186.25 416 416 0 2.082-0.015 4.16-0.046 6.234l0.004-0.314zM864 517.040c0.023-1.499 0.036-3.268 0.036-5.040 0-194.404-157.596-352-352-352-0.013 0-0.025 0-0.038 0l0.002-0v96c-0.007 11.463-6.041 21.516-15.105 27.161l-0.135 0.079-388.52 239.12 37.44 60c11.733 15.675 30.256 25.712 51.123 25.712 3.957 0 7.83-0.361 11.588-1.052l-0.391 0.060c64-10.8 195.080-32.96 312.28 32.72 84.681-4.647 151.603-74.39 151.72-159.788l0-0.012c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.167 117.725-91.011 214.179-206.421 223.271l-0.779 0.049-108.44 149.12c27.382 7.392 58.82 11.638 91.25 11.638 2.641 0 5.275-0.028 7.902-0.084l-0.392 0.007c189.339-4.551 341.5-157.439 344.875-346.639l0.005-0.321z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"horse\"]},\"attrs\":[{}],\"properties\":{\"order\":26400,\"id\":588,\"name\":\"horse\",\"prevSize\":16,\"code\":60307},\"setIdx\":0,\"setId\":0,\"iconIdx\":659},{\"icon\":{\"paths\":[\"M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.4c15.473-11.823 25.364-30.273 25.4-51.034l0-0.006zM736 864h-448v-144l224-168 224 169.4zM736 302.56l-224 169.44-224-168v-144h448z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hourglass\"]},\"attrs\":[{}],\"properties\":{\"order\":26401,\"id\":587,\"name\":\"hourglass\",\"prevSize\":16,\"code\":60308},\"setIdx\":0,\"setId\":0,\"iconIdx\":660},{\"icon\":{\"paths\":[\"M736 96h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.4c15.473-11.823 25.364-30.273 25.4-51.034l0-0.006v-142.56c0-35.346-28.654-64-64-64v0zM736 160v64h-448v-64zM736 864h-448v-144l224-168 224 169.4zM512 472l-224-168v-16h448v14.56z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hourglass-high\"]},\"attrs\":[{}],\"properties\":{\"order\":26402,\"id\":586,\"name\":\"hourglass-high\",\"prevSize\":16,\"code\":60309},\"setIdx\":0,\"setId\":0,\"iconIdx\":661},{\"icon\":{\"paths\":[\"M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.056-20.763-9.941-39.205-25.246-50.927l-0.154-0.113-209.52-158.4 209.52-158.4c15.473-11.823 25.364-30.273 25.4-51.034l0-0.006zM712.92 704h-403.6l202.68-152zM288 864v-96h448v96zM736 302.56l-224 169.44-224-168v-144h448z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hourglass-low\"]},\"attrs\":[{}],\"properties\":{\"order\":26403,\"id\":585,\"name\":\"hourglass-low\",\"prevSize\":16,\"code\":60310},\"setIdx\":0,\"setId\":0,\"iconIdx\":662},{\"icon\":{\"paths\":[\"M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.4c15.473-11.823 25.364-30.273 25.4-51.034l0-0.006zM288 160h448v142.56l-23.080 17.44h-403.6l-21.32-16zM512 472l-117.32-88h233.6zM736 864h-448v-144l192-144v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-95.68l192 145.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hourglass-medium\"]},\"attrs\":[{}],\"properties\":{\"order\":26404,\"id\":584,\"name\":\"hourglass-medium\",\"prevSize\":16,\"code\":60311},\"setIdx\":0,\"setId\":0,\"iconIdx\":663},{\"icon\":{\"paths\":[\"M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.316 0.040-63.93 28.678-63.93 64 0 17.666 7.157 33.66 18.731 45.24l-0-0 0.48 0.52 286.44 274.24-286.92 274.76c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.322 28.614 63.96 63.926 64l576.004 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM800 192l-288 275.68-288-275.68zM224 832l288-275.68 288 275.68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hourglass-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26405,\"id\":583,\"name\":\"hourglass-simple\",\"prevSize\":16,\"code\":60312},\"setIdx\":0,\"setId\":0,\"iconIdx\":664},{\"icon\":{\"paths\":[\"M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.316 0.040-63.93 28.678-63.93 64 0 17.666 7.157 33.66 18.731 45.24l-0-0 0.48 0.52 286.44 274.24-286.92 274.76c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.322 28.614 63.96 63.926 64l576.004 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM357.72 320h308.56l-154.28 147.68zM800 192l-66.8 64h-442.32l-66.88-64zM224 832l288-275.68 288 275.68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hourglass-simple-high\"]},\"attrs\":[{}],\"properties\":{\"order\":26406,\"id\":582,\"name\":\"hourglass-simple-high\",\"prevSize\":16,\"code\":60313},\"setIdx\":0,\"setId\":0,\"iconIdx\":665},{\"icon\":{\"paths\":[\"M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.316 0.040-63.93 28.678-63.93 64 0 17.666 7.157 33.66 18.731 45.24l-0-0 0.48 0.52 286.44 274.24-286.92 274.76c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.322 28.614 63.96 63.926 64l576.004 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM632.84 672h-241.68l120.84-115.68zM800 192l-288 275.68-288-275.68zM224 832l100.24-96h375.36l100.4 96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hourglass-simple-low\"]},\"attrs\":[{}],\"properties\":{\"order\":26407,\"id\":581,\"name\":\"hourglass-simple-low\",\"prevSize\":16,\"code\":60314},\"setIdx\":0,\"setId\":0,\"iconIdx\":666},{\"icon\":{\"paths\":[\"M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.316 0.040-63.93 28.678-63.93 64 0 17.666 7.157 33.66 18.731 45.24l-0-0 0.48 0.52 286.44 274.24-286.92 274.76c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.322 28.614 63.96 63.926 64l576.004 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM391.16 352h241.68l-120.84 115.68zM800 192l-100.32 96h-375.36l-100.32-96zM224 832l256-245.040v85.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-85.040l256 245.040z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"hourglass-simple-medium\"]},\"attrs\":[{}],\"properties\":{\"order\":26408,\"id\":580,\"name\":\"hourglass-simple-medium\",\"prevSize\":16,\"code\":60315},\"setIdx\":0,\"setId\":0,\"iconIdx\":667},{\"icon\":{\"paths\":[\"M875.32 415.080l-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192h128v192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040zM832 832h-192v-192c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 192h-192v-369.8l0.44-0.4 319.56-301.8 320.040 302.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"house\"]},\"attrs\":[{}],\"properties\":{\"order\":26409,\"id\":579,\"name\":\"house\",\"prevSize\":16,\"code\":60316},\"setIdx\":0,\"setId\":0,\"iconIdx\":668},{\"icon\":{\"paths\":[\"M960 832h-64v-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM192 462.2l0.44-0.4 319.56-301.8 320.040 302.12v369.88h-192.040v-192c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 192h-192zM576 832h-128v-192h128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"house-line\"]},\"attrs\":[{}],\"properties\":{\"order\":26410,\"id\":578,\"name\":\"house-line\",\"prevSize\":16,\"code\":60317},\"setIdx\":0,\"setId\":0,\"iconIdx\":669},{\"icon\":{\"paths\":[\"M875.32 415.080l-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040zM832 832h-640v-369.8l0.44-0.4 319.56-301.8 320.040 302.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"house-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26411,\"id\":577,\"name\":\"house-simple\",\"prevSize\":16,\"code\":60318},\"setIdx\":0,\"setId\":0,\"iconIdx\":670},{\"icon\":{\"paths\":[\"M832 357.48v-5.48c0-176.731-143.269-320-320-320s-320 143.269-320 320v0 5.48c-37.62 13.569-64.029 48.96-64.029 90.52 0 53.019 42.981 96 96 96 0.010 0 0.021-0 0.031-0l13.438 0 246.76 432c5.615 9.718 15.956 16.152 27.8 16.152s22.185-6.434 27.718-15.998l0.082-0.154 246.76-432h13.44c0.009 0 0.019 0 0.029 0 53.019 0 96-42.981 96-96 0-41.56-26.409-76.951-63.361-90.309l-0.669-0.211zM512 895.52l-200.84-351.52h77.12l162.28 284zM539.16 544l86.84 152-38.56 67.52-125.44-219.52zM662.84 631.52l-50-87.52h100zM800 480h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c17.673 0 32-14.327 32-32v0-32c0-141.385 114.615-256 256-256s256 114.615 256 256v0 32c0 17.673 14.327 32 32 32v0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"ice-cream\"]},\"attrs\":[{}],\"properties\":{\"order\":26412,\"id\":576,\"name\":\"ice-cream\",\"prevSize\":16,\"code\":60319},\"setIdx\":0,\"setId\":0,\"iconIdx\":671},{\"icon\":{\"paths\":[\"M300.76 793.6c5.286 4.007 11.974 6.419 19.226 6.419 10.441 0 19.715-5.001 25.556-12.738l0.059-0.081c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080c-28.241-37.584-65.16-67.174-107.866-86.075l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.535 19.552-81.538 49.149-109.34 86.067l-0.5 0.693c-4.004 5.285-6.414 11.971-6.414 19.219 0 10.422 4.982 19.68 12.695 25.523l0.080 0.058zM512 448c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM800 864h-576v-704h576zM352 256c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"identification-badge\"]},\"attrs\":[{}],\"properties\":{\"order\":26413,\"id\":575,\"name\":\"identification-badge\",\"prevSize\":16,\"code\":60320},\"setIdx\":0,\"setId\":0,\"iconIdx\":672},{\"icon\":{\"paths\":[\"M800 448c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM768 544h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704zM542.96 664c0.645 2.401 1.016 5.157 1.016 8 0 17.682-14.334 32.016-32.016 32.016-14.839 0-27.32-10.095-30.95-23.792l-0.050-0.223c-10.52-41.040-52.24-72-97-72s-86.44 30.96-97 72c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c10.843-39.48 35.404-72.041 68.121-92.978l0.639-0.382c-23.324-23.19-37.76-55.298-37.76-90.779 0-70.692 57.308-128 128-128s128 57.308 128 128c0 35.48-14.436 67.589-37.754 90.772l-0.006 0.006c33.393 21.29 57.977 53.862 68.538 92.243l0.262 1.117zM384 544c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"identification-card\"]},\"attrs\":[{}],\"properties\":{\"order\":26414,\"id\":574,\"name\":\"identification-card\",\"prevSize\":16,\"code\":60321},\"setIdx\":0,\"setId\":0,\"iconIdx\":673},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v411l-104.28-104.24c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-80 80-176-176c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-162.72 162.72v-373.48zM160 688l208-208 320 320h-528zM864 800h-85.48l-144-144 80-80 149.48 149.52v74.48zM576 400c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"image\"]},\"attrs\":[{}],\"properties\":{\"order\":26415,\"id\":573,\"name\":\"image\",\"prevSize\":16,\"code\":60322},\"setIdx\":0,\"setId\":0,\"iconIdx\":674},{\"icon\":{\"paths\":[\"M864 160h-576c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM288 224h576v251l-40.28-40.24c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-80 80-176-176c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-98.72 98.72zM736 800h-576v-448h64v320c0 35.346 28.654 64 64 64v0h448zM864 672h-576v-144l144-144 198.64 198.64c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l102.64-102.64 85.48 85.52v106.48zM640 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"images\"]},\"attrs\":[{}],\"properties\":{\"order\":26416,\"id\":572,\"name\":\"images\",\"prevSize\":16,\"code\":60323},\"setIdx\":0,\"setId\":0,\"iconIdx\":675},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM192 192h640v309.52l-98.76-98.8c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-429.28 429.28h-21.48zM832 832h-528l384-384 144 144v240zM384 480c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM384 352c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"image-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26417,\"id\":571,\"name\":\"image-square\",\"prevSize\":16,\"code\":60324},\"setIdx\":0,\"setId\":0,\"iconIdx\":676},{\"icon\":{\"paths\":[\"M832 128h-512c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM320 192h512v277.52l-66.8-66.8c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-301.24 301.28h-53.48zM704 832h-512v-512h64v384c0 35.346 28.654 64 64 64v0h384zM832 704h-368l256-256 112 112v144zM480 448c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM480 320c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"images-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26418,\"id\":570,\"name\":\"images-square\",\"prevSize\":16,\"code\":60325},\"setIdx\":0,\"setId\":0,\"iconIdx\":677},{\"icon\":{\"paths\":[\"M992 512c0 0.005 0 0.011 0 0.016 0 123.712-100.288 224-224 224-61.86 0-117.863-25.075-158.4-65.616l0 0-1.32-1.4-239.8-270.8c-28.886-28.558-68.618-46.2-112.47-46.2-88.366 0-160 71.634-160 160s71.634 160 160 160c43.852 0 83.584-17.642 112.485-46.215l-0.015 0.015 34.080-38.48c5.898-6.647 14.462-10.816 24-10.816 17.693 0 32.036 14.343 32.036 32.036 0 8.155-3.047 15.598-8.065 21.253l0.029-0.033-34.76 39.24-1.32 1.4c-40.535 40.531-96.532 65.6-158.384 65.6-123.712 0-224-100.288-224-224s100.288-224 224-224c61.852 0 117.849 25.069 158.384 65.6l-0-0 1.32 1.4 239.8 270.8c28.886 28.558 68.618 46.2 112.47 46.2 88.366 0 160-71.634 160-160s-71.634-160-160-160c-43.852 0-83.584 17.642-112.485 46.215l0.015-0.015-34.080 38.48c-5.898 6.647-14.462 10.816-24 10.816-17.693 0-32.036-14.343-32.036-32.036 0-8.155 3.047-15.598 8.065-21.253l-0.029 0.033 34.76-39.24 1.32-1.4c40.537-40.541 96.54-65.616 158.4-65.616 123.712 0 224 100.288 224 224 0 0.006-0 0.012-0 0.017l0-0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"infinity\"]},\"attrs\":[{}],\"properties\":{\"order\":26419,\"id\":569,\"name\":\"infinity\",\"prevSize\":16,\"code\":60326},\"setIdx\":0,\"setId\":0,\"iconIdx\":678},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM576 704c0 17.673-14.327 32-32 32v0c-35.346 0-64-28.654-64-64v0-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c35.346 0 64 28.654 64 64v0 160c17.673 0 32 14.327 32 32v0zM448 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"info\"]},\"attrs\":[{}],\"properties\":{\"order\":26420,\"id\":568,\"name\":\"info\",\"prevSize\":16,\"code\":60327},\"setIdx\":0,\"setId\":0,\"iconIdx\":679},{\"icon\":{\"paths\":[\"M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM704 96h-384c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v384c0.137 123.657 100.343 223.863 223.987 224l384.013 0c123.657-0.137 223.863-100.343 224-223.987l0-0.013v-384c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM864 704c0 88.366-71.634 160-160 160v0h-384c-88.366 0-160-71.634-160-160v0-384c0-88.366 71.634-160 160-160v0h384c88.366 0 160 71.634 160 160v0zM768 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"instagram-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26421,\"id\":567,\"name\":\"instagram-logo\",\"prevSize\":16,\"code\":60328},\"setIdx\":0,\"setId\":0,\"iconIdx\":680},{\"icon\":{\"paths\":[\"M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM402.76 544l77.24 77.24c-28.331 11.866-61.254 18.76-95.787 18.76-0.075 0-0.15-0-0.225-0l0.012 0c-0-0.063-0-0.138-0-0.213 0-34.533 6.894-67.456 19.38-97.468l-0.62 1.681zM537.76 588.52l-102.28-102.28c14.69-19.352 31.408-36.070 50.122-50.295l0.638-0.465 102.28 102.28c-14.69 19.352-31.408 36.070-50.122 50.295l-0.638 0.465zM621.24 480l-77.24-77.24c28.331-11.866 61.254-18.76 95.787-18.76 0.075 0 0.15 0 0.225 0l-0.012-0c0 0.063 0 0.138 0 0.213 0 34.533-6.894 67.456-19.38 97.468l0.62-1.681zM128 384c-0-0.15-0-0.327-0-0.504 0-141.385 114.615-256 256-256 118.824 0 218.741 80.956 247.602 190.72l0.399 1.784c-170.382 4.618-307.294 141.6-311.791 311.576l-0.009 0.424c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM640 896c-118.639-0.101-218.414-80.751-247.594-190.209l-0.406-1.791c170.468-4.511 307.489-141.532 311.991-311.576l0.009-0.424c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"intersect\"]},\"attrs\":[{}],\"properties\":{\"order\":26422,\"id\":566,\"name\":\"intersect\",\"prevSize\":16,\"code\":60329},\"setIdx\":0,\"setId\":0,\"iconIdx\":681},{\"icon\":{\"paths\":[\"M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM192 608v-416h416v160h-224c-17.673 0-32 14.327-32 32v0 224zM416 461.24l146.76 146.76h-146.76zM608 562.76l-146.76-146.76h146.76zM832 832h-416v-160h224c17.673 0 32-14.327 32-32v0-224h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"intersect-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26423,\"id\":565,\"name\":\"intersect-square\",\"prevSize\":16,\"code\":60330},\"setIdx\":0,\"setId\":0,\"iconIdx\":682},{\"icon\":{\"paths\":[\"M783.52 384c0.28-5.24 0.48-10.52 0.48-16 0-150.221-121.779-272-272-272s-272 121.779-272 272v0c0 5.32 0 10.6 0.48 16-88.608 46.055-148.089 137.149-148.089 242.136 0 150.221 121.779 272 272 272 54.858 0 105.923-16.24 148.65-44.175l-1.041 0.638c41.686 27.296 92.751 43.536 147.609 43.536 150.221 0 272-121.779 272-272 0-104.987-59.481-196.082-146.582-241.423l-1.507-0.714zM512 773.88c-37.561-35.933-61.628-85.704-63.986-141.095l-0.014-0.425c19.16 4.854 41.154 7.64 63.8 7.64s44.641-2.786 65.661-8.034l-1.861 0.393c-2.259 55.764-26.187 105.535-63.533 141.456l-0.067 0.064zM512 576c-20.056-0.007-39.444-2.855-57.787-8.164l1.467 0.364c10.622-37.182 30.182-68.96 56.251-94.014l0.069-0.066c26.138 25.12 45.698 56.898 55.959 92.61l0.361 1.47c-16.876 4.945-36.264 7.793-56.316 7.8l-0.004 0zM396.92 541.16c-40.881-27.495-71.118-68.094-84.875-115.686l-0.365-1.474c16.889-4.951 36.291-7.8 56.359-7.8 33.043 0 64.283 7.723 92.012 21.462l-1.211-0.543c-27.346 28.689-48.558 63.486-61.367 102.114l-0.553 1.926zM565.16 436.92c26.451-13.118 57.599-20.793 90.541-20.793 20.163 0 39.654 2.876 58.086 8.239l-1.467-0.366c-14.079 49.146-44.325 89.818-84.496 116.888l-0.744 0.472c-13.306-40.707-34.528-75.645-62.028-104.554l0.108 0.114zM512 160c111.957 0.035 203.26 88.415 207.986 199.213l0.014 0.427c-19.225-4.876-41.296-7.674-64.019-7.674-53.373 0-103.141 15.436-145.083 42.088l1.102-0.654c-40.827-25.976-90.575-41.399-143.925-41.399-22.672 0-44.693 2.785-65.74 8.032l1.865-0.393c4.737-111.156 95.929-199.495 207.786-199.64l0.014-0zM160 624c0.037-71.959 36.61-135.369 92.173-172.687l0.747-0.473c22.583 68.407 69.43 123.571 130.116 156.444l1.444 0.716c-0.28 5.24-0.48 10.52-0.48 16-0 0.034-0 0.074-0 0.114 0 72.548 28.511 138.436 74.94 187.072l-0.1-0.106c-26.535 13.175-57.787 20.885-90.84 20.885-114.863 0-207.98-93.105-208-207.963l-0-0.002zM656 832c-0.074 0-0.162 0-0.25 0-32.972 0-64.139-7.724-91.793-21.461l1.202 0.54c46.329-48.53 74.84-114.418 74.84-186.966 0-0.040-0-0.080-0-0.12l0 0.006c0-5.32-0.2-10.6-0.48-16 62.157-33.625 109.012-88.849 131.007-155.388l0.553-1.932c56.386 37.803 93.004 101.285 93.004 173.32 0 114.875-93.125 208-208 208-0.029 0-0.059-0-0.088-0l0.004 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"intersect-three\"]},\"attrs\":[{}],\"properties\":{\"order\":26424,\"id\":564,\"name\":\"intersect-three\",\"prevSize\":16,\"code\":60331},\"setIdx\":0,\"setId\":0,\"iconIdx\":683},{\"icon\":{\"paths\":[\"M960 384h-38.12l-37.16-173.4c-6.509-29.067-32.037-50.482-62.587-50.6l-0.013-0h-620.24c-30.563 0.118-56.091 21.533-62.519 50.171l-0.081 0.429-37.16 173.4h-38.12c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v384c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-96h384v96c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-384h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM201.88 224h620.24l34.28 160h-688.8zM256 832h-96v-96h96zM768 832v-96h96v96zM864 672h-256v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-64v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-256v-224h704zM224 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"jeep\"]},\"attrs\":[{}],\"properties\":{\"order\":26425,\"id\":563,\"name\":\"jeep\",\"prevSize\":16,\"code\":60332},\"setIdx\":0,\"setId\":0,\"iconIdx\":684},{\"icon\":{\"paths\":[\"M864 192h-704c-17.673 0-32 14.327-32 32v0 608c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-192h192v64c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-480c0-17.673-14.327-32-32-32v0zM352 832h-160v-320h160zM352 448h-160v-192h160zM608 576h-192v-320h192zM832 704h-160v-192h160zM832 448h-160v-192h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"kanban\"]},\"attrs\":[{}],\"properties\":{\"order\":26426,\"id\":562,\"name\":\"kanban\",\"prevSize\":16,\"code\":60333},\"setIdx\":0,\"setId\":0,\"iconIdx\":685},{\"icon\":{\"paths\":[\"M640 64c-176.762 0.164-319.993 143.495-319.993 320.28 0 35.328 5.72 69.321 16.284 101.102l-0.652-2.262-230.28 230.24c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32v0-64h64c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 38.24-38.28c29.512 9.917 63.496 15.64 98.818 15.64 176.731 0 320-143.269 320-320 0-176.625-143.097-319.828-319.681-320l-0.016-0zM640 640c-0.128 0-0.279 0-0.43 0-33.914 0-66.28-6.626-95.875-18.653l1.705 0.613c-3.753-1.672-8.133-2.645-12.74-2.645-8.833 0-16.83 3.579-22.62 9.365l0-0-43.28 43.32h-82.76c-17.673 0-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32v0 64h-96v-114.76l235.32-235.28c5.787-5.79 9.365-13.787 9.365-22.62 0-4.607-0.974-8.986-2.726-12.944l0.081 0.204c-11.465-28.017-18.12-60.531-18.12-94.6 0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.357-114.57 255.954-255.916 256l-0.004 0zM768 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"key\"]},\"attrs\":[{}],\"properties\":{\"order\":26427,\"id\":561,\"name\":\"key\",\"prevSize\":16,\"code\":60334},\"setIdx\":0,\"setId\":0,\"iconIdx\":686},{\"icon\":{\"paths\":[\"M894.040 192h-764c-36.445-0-65.994 29.522-66.040 65.956l-0 0.004v508c-0 36.445 29.522 65.994 65.956 66.040l764.004 0c36.445 0 65.994-29.522 66.040-65.956l0-0.004v-508c0-36.445-29.522-65.994-65.956-66.040l-0.004-0zM896 766.040c0 1.082-0.878 1.96-1.96 1.96v0h-764c-1.082 0-1.96-0.878-1.96-1.96h0v-508c-0-1.082 0.878-1.96 1.96-1.96h764c1.082 0 1.96 0.878 1.96 1.96v0zM832 512c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM832 384c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM288 640c0 17.673-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM672 640c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM832 640c0 17.673-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"keyboard\"]},\"attrs\":[{}],\"properties\":{\"order\":26428,\"id\":560,\"name\":\"keyboard\",\"prevSize\":16,\"code\":60335},\"setIdx\":0,\"setId\":0,\"iconIdx\":687},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 288c-88.351 0.019-159.966 71.646-159.966 160 0 44.174 17.902 84.167 46.846 113.12l-0-0-43.44 109.12c-2.155 5.259-3.406 11.364-3.406 17.76 0 26.498 21.471 47.981 47.965 48l224.002 0c26.495-0.019 47.966-21.502 47.966-48 0-6.396-1.251-12.501-3.522-18.081l0.116 0.321-43.44-109.12c28.944-28.953 46.846-68.946 46.846-113.12 0-88.353-71.615-159.98-159.964-160l-0.002-0zM557.24 563.6l43.16 108.4h-176.8l43.16-108.4c1.437-3.507 2.272-7.577 2.272-11.842 0-10.622-5.175-20.035-13.141-25.855l-0.091-0.063c-24.231-17.646-39.8-45.92-39.8-77.83 0-53.019 42.981-96 96-96s96 42.981 96 96c0 31.91-15.569 60.184-39.526 77.64l-0.274 0.191c-8.057 5.884-13.232 15.297-13.232 25.918 0 4.265 0.834 8.335 2.349 12.056l-0.077-0.214z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"keyhole\"]},\"attrs\":[{}],\"properties\":{\"order\":26429,\"id\":559,\"name\":\"keyhole\",\"prevSize\":16,\"code\":60336},\"setIdx\":0,\"setId\":0,\"iconIdx\":688},{\"icon\":{\"paths\":[\"M736 416v128c0 17.673-14.327 32-32 32v0h-306.76l41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-96-96c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36h274.76v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"key-return\"]},\"attrs\":[{}],\"properties\":{\"order\":26430,\"id\":558,\"name\":\"key-return\",\"prevSize\":16,\"code\":60337},\"setIdx\":0,\"setId\":0,\"iconIdx\":689},{\"icon\":{\"paths\":[\"M927.24 128.76c-20.268-20.271-48.27-32.809-79.201-32.809-31.069 0-59.184 12.651-79.473 33.082l-0.006 0.006-695.48 713.36c-5.659 5.768-9.151 13.678-9.151 22.404 0 15.146 10.522 27.834 24.655 31.153l0.217 0.043c42.034 10.168 90.291 16 139.911 16 0.032 0 0.063-0 0.095-0l-0.006 0c133.68 0 267.52-43.52 393.32-128.84 127-86.12 200.6-183.4 203.68-187.52 4.002-5.284 6.411-11.968 6.411-19.214 0-8.836-3.581-16.835-9.371-22.626l-74.96-75.040 180-192c19.885-20.249 32.159-48.029 32.159-78.677 0-30.967-12.532-59.007-32.801-79.326l0.002 0.002zM756.88 578.52c-50.524 57.644-107.135 107.992-169.378 150.733l-3.062 1.987c-137.88 93-280 130.8-423.36 112.64l425.2-436zM882 242l-0.72 0.76-178.84 190.68-71.48-71.56 183.12-188c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"knife\"]},\"attrs\":[{}],\"properties\":{\"order\":26431,\"id\":557,\"name\":\"knife\",\"prevSize\":16,\"code\":60338},\"setIdx\":0,\"setId\":0,\"iconIdx\":690},{\"icon\":{\"paths\":[\"M862.080 853.040l-204.040-561.040 36.36-100h41.6c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h18.32l-240.4 661.040c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.248 1.205 7 1.908 10.915 1.92l0.005 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 38.88-106.92h188l-30.96 85.040c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.223 1.196 6.946 1.898 10.83 1.92l0.010 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 73.92-202.92h208l73.8 202.92c4.596 12.402 16.324 21.080 30.079 21.080 0.042 0 0.085-0 0.127-0l-0.007 0c3.92-0.012 7.672-0.715 11.146-1.993l-0.226 0.073c12.409-4.592 21.094-16.324 21.094-30.084 0-3.932-0.709-7.698-2.006-11.177l0.072 0.221zM510.080 512h-188l46.52-128h188zM626.44 192l-46.68 128h-187.76l46.4-128zM252.24 704l46.56-128h188l-46.8 128zM543.12 608l80.88-222.36 80.84 222.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"ladder\"]},\"attrs\":[{}],\"properties\":{\"order\":26432,\"id\":556,\"name\":\"ladder\",\"prevSize\":16,\"code\":60339},\"setIdx\":0,\"setId\":0,\"iconIdx\":691},{\"icon\":{\"paths\":[\"M768 96c-17.673 0-32 14.327-32 32v0 128h-448v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 768c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h448v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-768c0-17.673-14.327-32-32-32v0zM736 320v160h-448v-160zM288 704v-160h448v160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"ladder-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26433,\"id\":555,\"name\":\"ladder-simple\",\"prevSize\":16,\"code\":60340},\"setIdx\":0,\"setId\":0,\"iconIdx\":692},{\"icon\":{\"paths\":[\"M989.4 595.4l-192-448c-5.018-11.5-16.286-19.394-29.399-19.4l-512.001-0c-13.114 0.006-24.382 7.9-29.32 19.194l-0.080 0.206-192 448c-1.634 3.715-2.585 8.047-2.585 12.6 0 17.668 14.318 31.991 31.984 32l416.001 0v192h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-192h224v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h128c17.667-0.009 31.985-14.332 31.985-32 0-4.553-0.951-8.885-2.665-12.806l0.080 0.206zM112.52 576l164.6-384h469.76l164.6 384z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lamp\"]},\"attrs\":[{}],\"properties\":{\"order\":26434,\"id\":554,\"name\":\"lamp\",\"prevSize\":16,\"code\":60341},\"setIdx\":0,\"setId\":0,\"iconIdx\":693},{\"icon\":{\"paths\":[\"M928 672h-32v-384c0-53.019-42.981-96-96-96v0h-576c-53.019 0-96 42.981-96 96v0 384h-32c-17.673 0-32 14.327-32 32v0 64c0 53.019 42.981 96 96 96v0h704c53.019 0 96-42.981 96-96v0-64c0-17.673-14.327-32-32-32v0zM192 288c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 384h-640zM896 768c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-32h768zM608 352c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"laptop\"]},\"attrs\":[{}],\"properties\":{\"order\":26435,\"id\":553,\"name\":\"laptop\",\"prevSize\":16,\"code\":60342},\"setIdx\":0,\"setId\":0,\"iconIdx\":694},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v160h-704v-160zM160 448h224v352h-224zM864 800h-416v-352h416v352z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"layout\"]},\"attrs\":[{}],\"properties\":{\"order\":26436,\"id\":552,\"name\":\"layout\",\"prevSize\":16,\"code\":60343},\"setIdx\":0,\"setId\":0,\"iconIdx\":695},{\"icon\":{\"paths\":[\"M893.8 160.28c-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-304.52-17.88-548.44 73.8-652.44 245.8-32.221 51.799-51.322 114.668-51.322 181.997 0 4.925 0.102 9.826 0.305 14.701l-0.023-0.698c2.28 63.68 20.84 128 55.16 191.4l-78.040 78c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 78-78.040c63.36 34.28 127.72 52.84 191.36 55.12q6.68 0.24 13.32 0.24c0.276 0.001 0.603 0.001 0.929 0.001 67.242 0 130.026-19.086 183.23-52.137l-1.479 0.856c172-104 263.72-347.88 245.8-652.44zM615 758c-91 55.12-198.72 56-306.84 3.080l354.52-354.48c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-354.48 354.68c-52.76-108-52-216 3.080-306.84 88.36-145.88 298.4-225.76 565.24-216.24 9.56 266.64-70.36 476.72-216.24 565.080z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"leaf\"]},\"attrs\":[{}],\"properties\":{\"order\":26437,\"id\":551,\"name\":\"leaf\",\"prevSize\":16,\"code\":60344},\"setIdx\":0,\"setId\":0,\"iconIdx\":696},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM668.4 623.16c22.257-30.87 35.597-69.457 35.597-111.16s-13.34-80.29-35.985-111.727l0.388 0.567 114-113.96c50.766 60.498 81.604 139.208 81.604 225.12s-30.838 164.622-82.048 225.663l0.444-0.543zM384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM737.12 241.6l-113.96 114c-30.87-22.257-69.457-35.597-111.16-35.597s-80.29 13.34-111.727 35.985l0.567-0.388-113.96-114c60.498-50.766 139.208-81.604 225.12-81.604s164.622 30.838 225.663 82.048l-0.543-0.444zM241.6 286.88l114 113.96c-22.257 30.87-35.597 69.457-35.597 111.16s13.34 80.29 35.985 111.727l-0.388-0.567-114 113.96c-50.766-60.498-81.604-139.208-81.604-225.12s30.838-164.622 82.048-225.663l-0.444 0.543zM286.88 782.4l113.96-114c30.87 22.257 69.457 35.597 111.16 35.597s80.29-13.34 111.727-35.985l-0.567 0.388 113.96 114c-60.498 50.766-139.208 81.604-225.12 81.604s-164.622-30.838-225.663-82.048l0.543 0.444z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lifebuoy\"]},\"attrs\":[{}],\"properties\":{\"order\":26438,\"id\":550,\"name\":\"lifebuoy\",\"prevSize\":16,\"code\":60345},\"setIdx\":0,\"setId\":0,\"iconIdx\":697},{\"icon\":{\"paths\":[\"M704 928c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM864 416c0.001 0.269 0.001 0.587 0.001 0.905 0 111.733-52.326 211.244-133.811 275.365l-0.75 0.569c-15.431 11.912-25.309 30.369-25.44 51.139l-0 0.021v24c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-24c-0.014-20.55-9.711-38.832-24.775-50.532l-0.145-0.108c-82.278-64.508-134.745-163.793-135.080-275.344l-0-0.056c-1.040-190.64 153.040-349.4 343.52-353.96 2.525-0.065 5.498-0.102 8.48-0.102 194.404 0 352 157.596 352 352 0 0.036-0 0.072-0 0.108l0-0.006zM800 416c0-0.025 0-0.055 0-0.084 0-159.058-128.942-288-288-288-2.447 0-4.888 0.031-7.32 0.091l0.36-0.007c-156 3.68-281.88 133.56-281.040 289.56 0.317 91.276 43.253 172.458 109.935 224.728l0.625 0.472c30.207 23.641 49.44 60.103 49.44 101.056 0 0.065-0 0.129-0 0.194l0-0.010v24h256v-24c0.096-41.129 19.485-77.71 49.593-101.185l0.287-0.215c67.299-52.942 110.121-134.38 110.121-225.82 0-0.274-0-0.548-0.001-0.822l0 0.042zM735.56 378.64c-17.46-94.991-91.243-168.76-184.824-185.984l-1.416-0.216c-1.599-0.283-3.441-0.445-5.32-0.445-17.676 0-32.005 14.329-32.005 32.005 0 15.797 11.444 28.921 26.494 31.533l0.191 0.027c66.28 11.16 122.52 67.4 133.76 133.8 2.656 15.219 15.768 26.64 31.548 26.64 0.004 0 0.009-0 0.013-0l-0.001 0c1.916-0.012 3.784-0.171 5.607-0.468l-0.207 0.028c15.206-2.667 26.615-15.773 26.615-31.544 0-1.899-0.165-3.76-0.483-5.568l0.028 0.192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lightbulb\"]},\"attrs\":[{}],\"properties\":{\"order\":26439,\"id\":549,\"name\":\"lightbulb\",\"prevSize\":16,\"code\":60346},\"setIdx\":0,\"setId\":0,\"iconIdx\":698},{\"icon\":{\"paths\":[\"M704 928c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM864 416c0.001 0.269 0.001 0.587 0.001 0.905 0 111.733-52.326 211.244-133.811 275.365l-0.75 0.569c-15.431 11.912-25.309 30.369-25.44 51.139l-0 0.021v24c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-24c-0.014-20.55-9.711-38.832-24.775-50.532l-0.145-0.108c-82.267-64.5-134.732-163.767-135.080-275.302l-0-0.058c-1.040-190.68 153.040-349.4 343.52-354 2.525-0.065 5.498-0.102 8.48-0.102 194.404 0 352 157.596 352 352 0 0.036-0 0.072-0 0.108l0-0.006zM800 416c0-0.025 0-0.055 0-0.084 0-159.058-128.942-288-288-288-2.447 0-4.888 0.031-7.32 0.091l0.36-0.007c-156 3.68-281.88 133.56-281.040 289.56 0.31 91.277 43.248 172.462 109.935 224.728l0.625 0.472c30.207 23.641 49.44 60.103 49.44 101.056 0 0.065-0 0.129-0 0.194l0-0.010v24h96v-178.76l-118.64-118.6c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-118.64 118.6v178.76h96v-24c0.077-41.133 19.471-77.721 49.592-101.184l0.288-0.216c67.299-52.942 110.121-134.38 110.121-225.82 0-0.274-0-0.548-0.001-0.822l0 0.042z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lightbulb-filament\"]},\"attrs\":[{}],\"properties\":{\"order\":26440,\"id\":548,\"name\":\"lightbulb-filament\",\"prevSize\":16,\"code\":60347},\"setIdx\":0,\"setId\":0,\"iconIdx\":699},{\"icon\":{\"paths\":[\"M832 320c-17.673 0-32 14.327-32 32v0 64h-44.6l-19.4-195.2c-0.873-8.333-4.827-15.606-10.685-20.77l-0.035-0.030-172.32-153.16c-11.013-9.223-25.332-14.824-40.96-14.824s-29.947 5.601-41.060 14.906l0.1-0.082-0.8 0.68-171.52 152.48c-5.893 5.194-9.847 12.467-10.708 20.661l-0.012 0.139-19.4 195.2h-44.6v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0h70.16l-37.88 377.92c-0.184 1.823-0.289 3.939-0.289 6.080 0 35.346 28.654 64 64 64 0.003 0 0.007-0 0.010-0l447.999 0c35.34-0.009 63.985-28.659 63.985-64 0-2.197-0.111-4.369-0.327-6.509l0.022 0.269-37.84-377.76h70.16c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM512 96l108 96h-216zM348.96 256h326.080l16 160h-147.040v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-147.080zM288 864l16-160h416l16 160zM713.56 640h-403.12l16-160h371.040z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lighthouse\"]},\"attrs\":[{}],\"properties\":{\"order\":26441,\"id\":547,\"name\":\"lighthouse\",\"prevSize\":16,\"code\":60348},\"setIdx\":0,\"setId\":0,\"iconIdx\":700},{\"icon\":{\"paths\":[\"M863.16 472.68c-2.544-10.512-10.020-18.858-19.78-22.567l-0.22-0.073-230.44-86.44 58.64-293.32c0.376-1.84 0.591-3.955 0.591-6.12 0-17.673-14.327-32-32-32-9.202 0-17.497 3.884-23.335 10.103l-0.016 0.017-448 480c-5.442 5.725-8.789 13.486-8.789 22.028 0 13.646 8.541 25.297 20.569 29.898l0.219 0.074 230.52 86.44-58.48 293c-0.376 1.84-0.591 3.955-0.591 6.12 0 17.673 14.327 32 32 32 9.202 0 17.497-3.884 23.335-10.103l0.016-0.017 448-480c5.32-5.699 8.587-13.375 8.587-21.813 0-2.563-0.301-5.056-0.87-7.444l0.044 0.218zM437.48 856l41.88-209.52c0.402-1.902 0.632-4.088 0.632-6.327 0-13.587-8.468-25.196-20.414-29.838l-0.218-0.075-211.36-79.4 338.48-362.64-41.84 209.52c-0.402 1.902-0.632 4.088-0.632 6.327 0 13.587 8.468 25.196 20.414 29.838l0.218 0.075 211.2 79.2z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lightning\"]},\"attrs\":[{}],\"properties\":{\"order\":26442,\"id\":546,\"name\":\"lightning\",\"prevSize\":16,\"code\":60349},\"setIdx\":0,\"setId\":0,\"iconIdx\":701},{\"icon\":{\"paths\":[\"M703.36 446.16c-2.14-10.244-8.944-18.55-18.041-22.718l-0.199-0.082-200-89.72 54.88-230.24c0.544-2.209 0.856-4.744 0.856-7.353 0-17.673-14.327-32-32-32-9.257 0-17.595 3.93-23.438 10.213l-0.018 0.020-380.88 411.4c-5.277 5.689-8.515 13.334-8.515 21.736 0 12.918 7.654 24.048 18.675 29.102l0.199 0.082 200 89.76-54.88 230.24c-0.544 2.209-0.856 4.744-0.856 7.353 0 17.673 14.327 32 32 32 9.257 0 17.595-3.93 23.438-10.213l0.018-0.020 380.8-411.4c5.325-5.7 8.594-13.379 8.594-21.821 0-2.244-0.231-4.433-0.67-6.546l0.036 0.208zM350.48 752.84l32.64-137.44c0.554-2.228 0.871-4.785 0.871-7.417 0-12.917-7.653-24.046-18.672-29.101l-0.199-0.082-183.4-82.32 267.8-289.32-32.64 137.44c-0.554 2.228-0.871 4.785-0.871 7.417 0 12.917 7.653 24.046 18.672 29.101l0.199 0.082 183.36 82.32zM956.6 849.68l-144-288c-5.371-10.57-16.165-17.686-28.62-17.686s-23.249 7.116-28.536 17.504l-0.084 0.182-144 288c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.675 14.328 32.003 32.003 32.003 12.454 0 23.247-7.114 28.536-17.501l0.084-0.182 39.16-78.32h152.44l39.16 78.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c17.666-0.010 31.983-14.333 31.983-32 0-5.22-1.25-10.148-3.467-14.502l0.084 0.182zM739.76 736l44.24-88.44 44.2 88.44z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lightning-a\"]},\"attrs\":[{}],\"properties\":{\"order\":26443,\"id\":545,\"name\":\"lightning-a\",\"prevSize\":16,\"code\":60350},\"setIdx\":0,\"setId\":0,\"iconIdx\":702},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 157 172.72-156.72 168c-5.442 5.725-8.789 13.486-8.789 22.028 0 13.646 8.541 25.297 20.569 29.898l0.219 0.074 230.52 86.44-58.48 293.040c-0.376 1.84-0.591 3.955-0.591 6.12 0 17.673 14.327 32 32 32 9.202 0 17.497-3.884 23.335-10.103l0.016-0.017 247.44-265.12 153.48 168.8c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM437.48 856l41.88-209.52c0.402-1.902 0.632-4.088 0.632-6.327 0-13.587-8.468-25.196-20.414-29.838l-0.218-0.075-211.36-79.4 120.48-129.080 243.12 267.44zM434.64 284c-6.267-5.857-10.172-14.172-10.172-23.4 0-8.452 3.277-16.138 8.629-21.858l-0.017 0.018 183.52-196.64c5.854-6.235 14.148-10.12 23.351-10.12 17.673 0 32 14.327 32 32 0 2.165-0.215 4.28-0.625 6.324l0.034-0.204-58.64 293.48 230.52 86.44c12.174 4.712 20.65 16.326 20.65 29.919 0 8.471-3.292 16.173-8.666 21.898l0.016-0.017-89.2 95.56c-5.826 6.023-13.981 9.761-23.010 9.761-17.673 0-32-14.327-32-32 0-8.242 3.116-15.757 8.235-21.43l-0.025 0.028 56.76-60.6-211.2-79.2c-12.164-4.717-20.632-16.326-20.632-29.913 0-2.239 0.23-4.425 0.668-6.535l-0.036 0.207 41.88-209.52-106.68 114.28c-5.86 6.289-14.19 10.211-23.436 10.211-8.492 0-16.212-3.308-21.94-8.706l0.016 0.015z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lightning-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26444,\"id\":544,\"name\":\"lightning-slash\",\"prevSize\":16,\"code\":60351},\"setIdx\":0,\"setId\":0,\"iconIdx\":703},{\"icon\":{\"paths\":[\"M858.56 165.44c-23.176-23.24-55.228-37.618-90.637-37.618-70.692 0-128 57.308-128 128 0 24.044 6.629 46.54 18.16 65.759l-0.323-0.58-336.76 336.76c-18.601-11.116-41.029-17.689-64.992-17.689-35.357 0-67.372 14.309-90.57 37.452l0.003-0.003c-23.148 23.161-37.465 55.151-37.465 90.485 0 70.692 57.308 128 128 128s128-57.308 128-128c0-23.973-6.59-46.407-18.058-65.588l0.324 0.584 336.76-336.76c18.639 11.208 41.134 17.837 65.178 17.837 70.692 0 128-57.308 128-128 0-35.41-14.378-67.461-37.615-90.635l-0.003-0.003zM301.24 813.44c-11.588 11.588-27.597 18.756-45.28 18.756-35.366 0-64.036-28.67-64.036-64.036 0-17.683 7.167-33.692 18.756-45.28v0 0c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l0 0c11.573 11.58 18.73 27.574 18.73 45.24 0 17.646-7.141 33.624-18.692 45.201l0.001-0.001zM813.24 301.44c-11.581 11.579-27.579 18.74-45.25 18.74-35.346 0-64-28.654-64-64s28.654-64 64-64c17.671 0 33.668 7.161 45.25 18.74l-0-0c11.537 11.574 18.671 27.544 18.671 45.18 0 17.596-7.101 33.534-18.594 45.103l0.003-0.003z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"line-segment\"]},\"attrs\":[{}],\"properties\":{\"order\":26445,\"id\":543,\"name\":\"line-segment\",\"prevSize\":16,\"code\":60352},\"setIdx\":0,\"setId\":0,\"iconIdx\":704},{\"icon\":{\"paths\":[\"M954.56 133.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0c1.16 1.16 2.4 2.28 3.6 3.4l-106.52 197.84c-9.161-2.329-19.677-3.666-30.506-3.666-23.995 0-46.456 6.563-65.687 17.992l0.593-0.327-80.72-80.72c11.208-18.639 17.837-41.134 17.837-65.178 0-70.692-57.308-128-128-128-35.41 0-67.461 14.378-90.635 37.615l-0.003 0.003c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0c1.16 1.16 2.36 2.28 3.56 3.4l-106.52 197.88c-9.186-2.357-19.73-3.709-30.591-3.709-35.336 0-67.327 14.318-90.489 37.47l0-0c-23.157 23.162-37.48 55.158-37.48 90.499 0 70.692 57.308 128 128 128s128-57.308 128-128c0-35.341-14.323-67.337-37.48-90.499l0 0c-1.16-1.16-2.4-2.28-3.6-3.4l106.52-197.84c9.183 2.345 19.728 3.7 30.588 3.72l0.012 0c0.046 0 0.101 0 0.156 0 23.907 0 46.284-6.554 65.431-17.964l-0.587 0.324 80.72 80.72c-11.135 18.592-17.72 41.017-17.72 64.979 0 70.692 57.308 128 128 128s128-57.308 128-128c0-35.341-14.323-67.337-37.48-90.5l0 0c-1.16-1.16-2.36-2.28-3.56-3.4l106.52-197.84c9.162 2.329 19.682 3.67 30.514 3.68l0.006 0c70.684-0.011 127.981-57.314 127.981-128 0-35.332-14.315-67.32-37.461-90.481l0.001 0.001zM205.2 845.32c-11.585 11.58-27.586 18.741-45.26 18.741-35.358 0-64.021-28.663-64.021-64.021 0-17.684 7.17-33.693 18.761-45.28l0-0c11.585-11.58 27.586-18.741 45.26-18.741 35.358 0 64.021 28.663 64.021 64.021 0 17.684-7.17 33.693-18.761 45.28l-0 0zM338.72 429.32c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l0-0c11.581-11.579 27.579-18.74 45.25-18.74 35.346 0 64 28.654 64 64s-28.654 64-64 64c-17.671 0-33.668-7.161-45.25-18.74l0 0zM685.28 685.32c-11.583 11.583-27.585 18.747-45.26 18.747-35.35 0-64.007-28.657-64.007-64.007 0-17.675 7.164-33.677 18.747-45.26l-0 0c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l0-0zM909.28 269.32c-11.584 11.564-27.577 18.716-45.24 18.716-35.366 0-64.036-28.67-64.036-64.036 0-17.703 7.184-33.728 18.795-45.319l0.001-0.001c11.585-11.58 27.586-18.741 45.26-18.741 35.358 0 64.021 28.663 64.021 64.021 0 17.684-7.17 33.693-18.761 45.28l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"line-segments\"]},\"attrs\":[{}],\"properties\":{\"order\":26446,\"id\":542,\"name\":\"line-segments\",\"prevSize\":16,\"code\":60353},\"setIdx\":0,\"setId\":0,\"iconIdx\":705},{\"icon\":{\"paths\":[\"M550.16 745.44c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0-39.76 40c-40.556 40.531-96.571 65.599-158.44 65.599-123.788 0-224.139-100.35-224.139-224.139 0-61.919 25.108-117.974 65.698-158.539l96.481-96.481c40.542-40.574 96.568-65.671 158.455-65.671 57.213 0 109.416 21.449 149.007 56.746l-0.222-0.194c6.636 5.903 10.796 14.466 10.796 24 0 17.715-14.361 32.076-32.076 32.076-8.181 0-15.646-3.063-21.312-8.104l0.032 0.028c-28.116-25.055-65.391-40.364-106.242-40.364-44.193 0-84.202 17.917-113.158 46.884l-0 0-96.48 96.36c-28.96 28.96-46.872 68.968-46.872 113.16 0 88.383 71.649 160.032 160.032 160.032 44.192 0 84.2-17.912 113.16-46.872l39.76-39.76c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM830.48 193.44c-40.576-40.488-96.584-65.524-158.44-65.524s-117.864 25.036-158.444 65.528l0.004-0.004-39.76 39.8c-5.786 5.791-9.364 13.787-9.364 22.62 0 17.675 14.329 32.004 32.004 32.004 8.843 0 16.847-3.586 22.64-9.383l39.76-39.76c28.96-28.96 68.968-46.872 113.16-46.872 88.383 0 160.032 71.649 160.032 160.032 0 44.192-17.912 84.2-46.872 113.16l-96.48 96.56c-28.95 28.929-68.933 46.821-113.095 46.821-40.881 0-78.181-15.332-106.463-40.559l0.158 0.138c-5.634-5.013-13.099-8.076-21.28-8.076-17.715 0-32.076 14.361-32.076 32.076 0 9.534 4.16 18.097 10.763 23.972l0.032 0.028c39.374 35.124 91.594 56.589 148.827 56.589 61.866 0 117.875-25.080 158.412-65.628l96.481-96.481c40.512-40.58 65.564-96.604 65.564-158.48s-25.052-117.9-65.567-158.483l0.003 0.003z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"link\"]},\"attrs\":[{}],\"properties\":{\"order\":26447,\"id\":541,\"name\":\"link\",\"prevSize\":16,\"code\":60354},\"setIdx\":0,\"setId\":0,\"iconIdx\":706},{\"icon\":{\"paths\":[\"M762.52 261.48c-23.163-23.158-55.159-37.481-90.5-37.481-35.222 0-67.121 14.226-90.265 37.247l0.006-0.006-46.6 48.84c-5.703 5.341-13.394 8.622-21.851 8.622-17.673 0-32-14.327-32-32 0-7.879 2.847-15.093 7.569-20.668l-0.039 0.047 46.88-49.16c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c34.631-34.087 82.185-55.134 134.654-55.134 106.039 0 192 85.961 192 192 0 52.47-21.047 100.023-55.159 134.679l0.025-0.025c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005-49.16 46.88c-5.529 4.683-12.743 7.531-20.622 7.531-17.673 0-32-14.327-32-32 0-8.457 3.28-16.147 8.638-21.868l-0.016 0.018 48.84-46.6c23.015-23.138 37.241-55.038 37.241-90.26 0-35.421-14.388-67.482-37.638-90.657l-0.003-0.003zM488.84 713.92l-46.6 48.84c-23.023 22.379-54.489 36.177-89.177 36.177-70.692 0-128-57.308-128-128 0-34.688 13.799-66.154 36.206-89.207l-0.029 0.030 48.84-46.6c5.341-5.703 8.622-13.394 8.622-21.851 0-17.673-14.327-32-32-32-7.879 0-15.093 2.847-20.668 7.569l0.047-0.039-49.32 46.88c-0.185 0.165-0.355 0.335-0.515 0.514l-0.005 0.006c-34.087 34.631-55.134 82.185-55.134 134.654 0 106.039 85.961 192 192 192 52.47 0 100.023-21.047 134.679-55.159l-0.025 0.025c0.185-0.165 0.355-0.335 0.515-0.514l0.005-0.006 46.88-49.16c6.253-5.856 10.149-14.162 10.149-23.378 0-17.673-14.327-32-32-32-9.794 0-18.561 4.4-24.431 11.332l-0.039 0.047zM832 608h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM192 416h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM640 704c-17.673 0-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM384 320c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"link-break\"]},\"attrs\":[{}],\"properties\":{\"order\":26448,\"id\":540,\"name\":\"link-break\",\"prevSize\":16,\"code\":60355},\"setIdx\":0,\"setId\":0,\"iconIdx\":707},{\"icon\":{\"paths\":[\"M864 96h-704c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM864 864h-704v-704h704v704zM384 448v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM736 560v144c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-144c0-44.183-35.817-80-80-80s-80 35.817-80 80v0 144c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0.092-17.603 14.383-31.838 32-31.838 15.090 0 27.741 10.445 31.116 24.5l0.044 0.218c22.651-15.549 50.661-24.832 80.84-24.832 79.512 0 143.973 64.444 144 143.95l0 0.003zM400 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"linkedin-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26449,\"id\":539,\"name\":\"linkedin-logo\",\"prevSize\":16,\"code\":60356},\"setIdx\":0,\"setId\":0,\"iconIdx\":708},{\"icon\":{\"paths\":[\"M662.64 361.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-256 256c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l256-256c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM862.4 161.6c-40.537-40.541-96.54-65.616-158.4-65.616s-117.863 25.075-158.4 65.616l-120.24 120.2c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0 120.24-120c28.823-28.208 68.316-45.614 111.874-45.614 88.366 0 160 71.634 160 160 0 43.548-17.398 83.033-45.622 111.883l0.028-0.029-120.28 120.24c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l-0 0 120.28-120.44c40.541-40.537 65.616-96.54 65.616-158.4s-25.075-117.863-65.616-158.4l-0-0zM553.36 696.88l-120.24 120.24c-29.073 29.707-69.579 48.126-114.386 48.126-88.366 0-160-71.634-160-160 0-44.817 18.427-85.331 48.117-114.378l0.029-0.028 120.2-120.2c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-120.2 120.24c-40.538 40.538-65.611 96.541-65.611 158.4 0 123.718 100.293 224.011 224.011 224.011 61.859 0 117.862-25.073 158.4-65.611l120.24-120.28c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"link-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26450,\"id\":538,\"name\":\"link-simple\",\"prevSize\":16,\"code\":60357},\"setIdx\":0,\"setId\":0,\"iconIdx\":709},{\"icon\":{\"paths\":[\"M928 320c0 0.167 0.001 0.365 0.001 0.563 0 61.68-25.077 117.502-65.592 157.828l-0.009 0.009-120.28 120.24c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l120.28-120.24c29.707-29.073 48.126-69.579 48.126-114.386 0-88.366-71.634-160-160-160-44.817 0-85.331 18.427-114.378 48.117l-0.028 0.029-120.24 120.2c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l120.24-120.2c40.537-40.541 96.54-65.616 158.4-65.616 123.712 0 224 100.288 224 224 0 0.006-0 0.012-0 0.017l0-0.001zM553.36 696.88l-120.24 120.24c-29.073 29.707-69.579 48.126-114.386 48.126-88.366 0-160-71.634-160-160 0-44.817 18.427-85.331 48.117-114.378l0.029-0.028 120.2-120.2c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-120.2 120.24c-40.538 40.538-65.611 96.541-65.611 158.4 0 123.718 100.293 224.011 224.011 224.011 61.859 0 117.862-25.073 158.4-65.611l120.24-120.28c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"link-simple-break\"]},\"attrs\":[{}],\"properties\":{\"order\":26451,\"id\":537,\"name\":\"link-simple-break\",\"prevSize\":16,\"code\":60358},\"setIdx\":0,\"setId\":0,\"iconIdx\":710},{\"icon\":{\"paths\":[\"M320 480h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM416 672h-160c-88.366 0-160-71.634-160-160s71.634-160 160-160v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-123.712 0-224 100.288-224 224s100.288 224 224 224v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 288h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c88.366 0 160 71.634 160 160s-71.634 160-160 160v0h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c123.712 0 224-100.288 224-224s-100.288-224-224-224v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"link-simple-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":26452,\"id\":536,\"name\":\"link-simple-horizontal\",\"prevSize\":16,\"code\":60359},\"setIdx\":0,\"setId\":0,\"iconIdx\":711},{\"icon\":{\"paths\":[\"M96 512c0 88.366 71.634 160 160 160v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-123.712 0-224-100.288-224-224s100.288-224 224-224v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-88.366 0-160 71.634-160 160v0zM768 288h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c88.366 0 160 71.634 160 160s-71.634 160-160 160v0h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c123.712 0 224-100.288 224-224s-100.288-224-224-224v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"link-simple-horizontal-break\"]},\"attrs\":[{}],\"properties\":{\"order\":26453,\"id\":535,\"name\":\"link-simple-horizontal-break\",\"prevSize\":16,\"code\":60360},\"setIdx\":0,\"setId\":0,\"iconIdx\":712},{\"icon\":{\"paths\":[\"M916 889c-5.422 4.363-12.392 7.002-19.978 7.002-10.078 0-19.068-4.659-24.934-11.941l-0.048-0.062c-5.48-6.92-135.040-172.56-135.040-500 0-123.712-100.288-224-224-224s-224 100.288-224 224v0c0 327.44-129.48 493.080-135 500-5.919 7.361-14.924 12.031-25.020 12.031-17.69 0-32.031-14.341-32.031-32.031 0-7.595 2.643-14.572 7.060-20.062l-0.048 0.062c0.6-0.8 30.76-39.6 60.52-114.96 27.6-69.84 60.52-186.48 60.52-345.040 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 158.56 32.92 275.2 60.52 345.12 29.92 75.76 60.24 114.56 60.56 114.96 4.332 5.411 6.952 12.357 6.952 19.915 0 10.092-4.671 19.092-11.97 24.957l-0.062 0.048zM400 384c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM672 432c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM398.32 547.36c-4.018-1.953-8.741-3.095-13.73-3.095-17.673 0-32 14.327-32 32 0 12.236 6.867 22.868 16.958 28.251l0.172 0.084 128 64c4.163 2.144 9.085 3.401 14.3 3.401s10.137-1.257 14.479-3.485l-0.179 0.083 128-64c10.568-5.373 17.683-16.166 17.683-28.62 0-17.675-14.328-32.003-32.003-32.003-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.84zM512 736c-80.699 0.664-150.794 45.423-187.437 111.337l-0.563 1.103c-2.538 4.484-4.033 9.847-4.033 15.56 0 17.691 14.342 32.033 32.033 32.033 11.979 0 22.422-6.575 27.917-16.313l0.083-0.16c25.617-47.609 75.093-79.426 132-79.426s106.382 31.817 131.609 78.631l0.391 0.795c5.578 9.898 16.021 16.473 28 16.473 17.691 0 32.033-14.342 32.033-32.033 0-5.713-1.495-11.076-4.116-15.72l0.083 0.16c-37.207-67.017-107.301-111.776-187.908-112.439l-0.092-0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"linux-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26454,\"id\":534,\"name\":\"linux-logo\",\"prevSize\":16,\"code\":60361},\"setIdx\":0,\"setId\":0,\"iconIdx\":713},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM160 288h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"list\"]},\"attrs\":[{}],\"properties\":{\"order\":26455,\"id\":533,\"name\":\"list\",\"prevSize\":16,\"code\":60362},\"setIdx\":0,\"setId\":0,\"iconIdx\":714},{\"icon\":{\"paths\":[\"M320 256c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0zM864 480h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 736h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM176 208c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM176 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM176 720c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"list-bullets\"]},\"attrs\":[{}],\"properties\":{\"order\":26456,\"id\":532,\"name\":\"list-bullets\",\"prevSize\":16,\"code\":60363},\"setIdx\":0,\"setId\":0,\"iconIdx\":715},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c17.673 0 32 14.327 32 32v0zM512 288h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM329.36 169.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM329.36 425.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM329.36 681.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"list-checks\"]},\"attrs\":[{}],\"properties\":{\"order\":26457,\"id\":531,\"name\":\"list-checks\",\"prevSize\":16,\"code\":60364},\"setIdx\":0,\"setId\":0,\"iconIdx\":716},{\"icon\":{\"paths\":[\"M352 256c0-17.673 14.327-32 32-32v0h480c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-480c-17.673 0-32-14.327-32-32v0zM864 480h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 736h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 224h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 736h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"list-dashes\"]},\"attrs\":[{}],\"properties\":{\"order\":26458,\"id\":530,\"name\":\"list-dashes\",\"prevSize\":16,\"code\":60365},\"setIdx\":0,\"setId\":0,\"iconIdx\":717},{\"icon\":{\"paths\":[\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM512 736h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM950.64 790.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-81.36-81.2c-24.802 16.573-55.304 26.448-88.112 26.448-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160 0 32.808-9.875 63.31-26.814 88.696l0.367-0.584 81.2 81.2c5.846 5.8 9.466 13.837 9.466 22.72s-3.619 16.92-9.463 22.718l-0.002 0.002zM736 672c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"list-magnifying-glass\"]},\"attrs\":[{}],\"properties\":{\"order\":26459,\"id\":529,\"name\":\"list-magnifying-glass\",\"prevSize\":16,\"code\":60366},\"setIdx\":0,\"setId\":0,\"iconIdx\":718},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0zM416 288h448c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-448c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h448c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM174.32 220.64l17.68-8.88v204.24c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-64 32c-10.579 5.374-17.7 16.175-17.7 28.64 0 17.684 14.336 32.020 32.020 32.020 5.22 0 10.148-1.249 14.502-3.464l-0.182 0.084zM319.080 626.88c-3.782-26.383-17.94-48.885-38.13-63.612l-0.27-0.188c-16.174-11.859-36.47-18.976-58.428-18.976-31.533 0-59.638 14.677-77.856 37.573l-0.156 0.203c-5.814 7.406-10.641 15.956-14.067 25.186l-0.213 0.654c-1.713 3.794-2.712 8.227-2.712 12.892 0 17.673 14.327 32 32 32 14.47 0 26.697-9.604 30.653-22.785l0.058-0.227c1.207-3.259 2.802-6.077 4.771-8.588l-0.051 0.068c6.475-8.021 16.307-13.108 27.327-13.108 7.774 0 14.957 2.532 20.769 6.816l-0.096-0.068c6.917 4.936 11.722 12.447 13.019 21.106l0.021 0.174c0.184 1.259 0.289 2.712 0.289 4.19 0 7.178-2.474 13.777-6.617 18.992l0.048-0.063c-0.109 0.13-0.215 0.273-0.31 0.424l-0.010 0.016-114.76 153.28c-3.977 5.274-6.37 11.938-6.37 19.16 0 17.673 14.327 32 32 32 0.004 0 0.007-0 0.011-0l127.999 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64l76.32-102.12c12.301-15.725 19.725-35.781 19.725-57.572 0-4.738-0.351-9.393-1.028-13.942l0.063 0.514z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"list-numbers\"]},\"attrs\":[{}],\"properties\":{\"order\":26460,\"id\":528,\"name\":\"list-numbers\",\"prevSize\":16,\"code\":60367},\"setIdx\":0,\"setId\":0,\"iconIdx\":719},{\"icon\":{\"paths\":[\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM576 736h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 736h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"list-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26461,\"id\":527,\"name\":\"list-plus\",\"prevSize\":16,\"code\":60368},\"setIdx\":0,\"setId\":0,\"iconIdx\":720},{\"icon\":{\"paths\":[\"M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 832h-640v-448h640v448zM560 608c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lock\"]},\"attrs\":[{}],\"properties\":{\"order\":26462,\"id\":526,\"name\":\"lock\",\"prevSize\":16,\"code\":60369},\"setIdx\":0,\"setId\":0,\"iconIdx\":721},{\"icon\":{\"paths\":[\"M768 288c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM736 384h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 320h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM384 384h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-288v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-288v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM480 768v-576h-288v576zM544 768h288v-576h-288z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lockers\"]},\"attrs\":[{}],\"properties\":{\"order\":26463,\"id\":525,\"name\":\"lockers\",\"prevSize\":16,\"code\":60370},\"setIdx\":0,\"setId\":0,\"iconIdx\":722},{\"icon\":{\"paths\":[\"M512 448c-61.84 0.022-111.962 50.157-111.962 112 0 50.432 33.333 93.079 79.169 107.111l0.793 0.209v68.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-68.68c46.63-14.241 79.962-56.888 79.962-107.32 0-61.843-50.123-111.978-111.96-112l-0.002-0zM512 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 832h-640v-448h640v448z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lock-key\"]},\"attrs\":[{}],\"properties\":{\"order\":26464,\"id\":524,\"name\":\"lock-key\",\"prevSize\":16,\"code\":60371},\"setIdx\":0,\"setId\":0,\"iconIdx\":723},{\"icon\":{\"paths\":[\"M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM832 832h-640v-448h640v448zM512 448c-61.84 0.022-111.962 50.157-111.962 112 0 50.432 33.333 93.079 79.169 107.111l0.793 0.209v68.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-68.68c46.63-14.241 79.962-56.888 79.962-107.32 0-61.843-50.123-111.978-111.96-112l-0.002-0zM512 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lock-key-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26465,\"id\":523,\"name\":\"lock-key-open\",\"prevSize\":16,\"code\":60372},\"setIdx\":0,\"setId\":0,\"iconIdx\":724},{\"icon\":{\"paths\":[\"M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM192 512h640v64h-640zM192 640h640v64h-640zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 384v64h-640v-64zM832 832h-640v-64h640v64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lock-laminated\"]},\"attrs\":[{}],\"properties\":{\"order\":26466,\"id\":522,\"name\":\"lock-laminated\",\"prevSize\":16,\"code\":60373},\"setIdx\":0,\"setId\":0,\"iconIdx\":725},{\"icon\":{\"paths\":[\"M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM192 512h640v64h-640zM192 640h640v64h-640zM832 384v64h-640v-64zM832 832h-640v-64h640v64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lock-laminated-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26467,\"id\":521,\"name\":\"lock-laminated-open\",\"prevSize\":16,\"code\":60374},\"setIdx\":0,\"setId\":0,\"iconIdx\":726},{\"icon\":{\"paths\":[\"M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM832 832h-640v-448h640v448zM560 608c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lock-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26468,\"id\":520,\"name\":\"lock-open\",\"prevSize\":16,\"code\":60375},\"setIdx\":0,\"setId\":0,\"iconIdx\":727},{\"icon\":{\"paths\":[\"M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM832 832h-640v-448h640v448z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lock-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26469,\"id\":519,\"name\":\"lock-simple\",\"prevSize\":16,\"code\":60376},\"setIdx\":0,\"setId\":0,\"iconIdx\":728},{\"icon\":{\"paths\":[\"M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM832 832h-640v-448h640v448z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"lock-simple-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26470,\"id\":518,\"name\":\"lock-simple-open\",\"prevSize\":16,\"code\":60377},\"setIdx\":0,\"setId\":0,\"iconIdx\":729},{\"icon\":{\"paths\":[\"M192 256c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0zM736 768h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 576h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM877.24 320l-557.24 557.24c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l-82.8-82.72c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l557.28-557.24c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l82.72 82.72c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0zM658.72 448l-82.72-82.76-384 384 82.72 82.76zM832 274.76l-82.76-82.76-128 128 82.76 82.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"magic-wand\"]},\"attrs\":[{}],\"properties\":{\"order\":26471,\"id\":517,\"name\":\"magic-wand\",\"prevSize\":16,\"code\":60378},\"setIdx\":0,\"setId\":0,\"iconIdx\":730},{\"icon\":{\"paths\":[\"M828 201c-63.484-64.754-151.844-104.918-249.585-105l-1.335-0c-0.267-0.001-0.583-0.001-0.9-0.001-97.001 0-184.783 39.469-248.163 103.224l-0.017 0.017-245.56 248.76c-11.43 11.556-18.491 27.453-18.491 44.999 0 17.666 7.158 33.66 18.731 45.241l114.64 114.64c11.535 11.589 27.498 18.76 45.137 18.76 0.050 0 0.1-0 0.151-0l-0.008 0h0.36c17.812-0.099 33.886-7.459 45.428-19.268l0.012-0.012 243.6-249.6c11.616-11.504 27.604-18.611 45.252-18.611 17.224 0 32.867 6.77 44.413 17.795l-0.025-0.024c11.676 11.352 18.92 27.209 18.92 44.758 0 0.001-0 0.002-0 0.002l0-0c0.002 0.183 0.003 0.399 0.003 0.616 0 18.464-7.407 35.198-19.411 47.393l0.009-0.009-249.16 240.84c-11.981 11.644-19.415 27.911-19.415 45.915 0 17.668 7.159 33.664 18.735 45.245l114.64 114.64c11.611 11.542 27.614 18.675 45.284 18.675 17.429 0 33.237-6.941 44.81-18.209l-0.014 0.014 247.2-241.8c137.8-138 139.92-361.76 4.76-499zM242.6 607.56l-114.6-114.6 95.2-96.48 114.080 114.080zM531.16 896l-114.72-114.6 97.52-94.28 114.040 114.16zM778.2 654.24l-104.44 102.16-113.76-113.68 106.16-102.64c23.662-23.849 38.284-56.696 38.284-92.959 0-0.366-0.001-0.732-0.004-1.097l0 0.056c-0.157-35.381-14.9-67.288-38.521-90.042l-0.039-0.038c-23.057-21.964-54.336-35.478-88.772-35.478-35.444 0-67.545 14.317-90.834 37.484l0.006-0.006-104.32 106.72-113.96-113.76 105.4-106.6c51.82-52.11 123.565-84.361 202.841-84.361 0.295 0 0.59 0 0.885 0.001l-0.046-0h1.080c79.978 0.071 152.266 32.937 204.154 85.873l0.046 0.047c110.64 112.28 108.64 295.6-4.16 408.4z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"magnet\"]},\"attrs\":[{}],\"properties\":{\"order\":26472,\"id\":516,\"name\":\"magnet\",\"prevSize\":16,\"code\":60379},\"setIdx\":0,\"setId\":0,\"iconIdx\":731},{\"icon\":{\"paths\":[\"M800 160h-160c-35.346 0-64 28.654-64 64v0 352c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-352c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 352c0 194.404 157.596 352 352 352v0h2.68c192.6-1.44 349.32-161.16 349.32-356v-348c0-35.346-28.654-64-64-64v0zM800 224v128h-160v-128zM384 224v128h-160v-128zM514.2 864c-0.654 0.005-1.426 0.008-2.2 0.008-159.058 0-288-128.942-288-288 0-0.003 0-0.006 0-0.009l-0 0.001v-160h160v160c0 70.692 57.308 128 128 128s128-57.308 128-128v0-160h160v156c0 160-128 290.84-285.8 292z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"magnet-straight\"]},\"attrs\":[{}],\"properties\":{\"order\":26473,\"id\":515,\"name\":\"magnet-straight\",\"prevSize\":16,\"code\":60380},\"setIdx\":0,\"setId\":0,\"iconIdx\":732},{\"icon\":{\"paths\":[\"M918.64 873.36l-200.28-200.24c50.79-60.647 81.636-139.503 81.636-225.564 0-194.647-157.793-352.44-352.44-352.44s-352.44 157.793-352.44 352.44c0 194.647 157.793 352.44 352.44 352.44 86.061 0 164.917-30.846 226.116-82.086l-0.552 0.45 200.24 200.28c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 448c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"magnifying-glass\"]},\"attrs\":[{}],\"properties\":{\"order\":26474,\"id\":514,\"name\":\"magnifying-glass\",\"prevSize\":16,\"code\":60381},\"setIdx\":0,\"setId\":0,\"iconIdx\":733},{\"icon\":{\"paths\":[\"M608 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM918.64 918.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-200.24-200.28c-60.647 50.79-139.503 81.636-225.564 81.636-194.647 0-352.44-157.793-352.44-352.44s157.793-352.44 352.44-352.44c194.647 0 352.44 157.793 352.44 352.44 0 86.061-30.846 164.917-82.086 226.116l0.45-0.552 200.28 200.24c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM448 736c159.058 0 288-128.942 288-288s-128.942-288-288-288c-159.058 0-288 128.942-288 288v0c0.182 158.985 129.015 287.818 287.983 288l0.017 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"magnifying-glass-minus\"]},\"attrs\":[{}],\"properties\":{\"order\":26475,\"id\":513,\"name\":\"magnifying-glass-minus\",\"prevSize\":16,\"code\":60382},\"setIdx\":0,\"setId\":0,\"iconIdx\":734},{\"icon\":{\"paths\":[\"M608 448c0 17.673-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32v0zM918.64 918.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-200.24-200.28c-60.647 50.79-139.503 81.636-225.564 81.636-194.647 0-352.44-157.793-352.44-352.44s157.793-352.44 352.44-352.44c194.647 0 352.44 157.793 352.44 352.44 0 86.061-30.846 164.917-82.086 226.116l0.45-0.552 200.28 200.24c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM448 736c159.058 0 288-128.942 288-288s-128.942-288-288-288c-159.058 0-288 128.942-288 288v0c0.182 158.985 129.015 287.818 287.983 288l0.017 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"magnifying-glass-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26476,\"id\":512,\"name\":\"magnifying-glass-plus\",\"prevSize\":16,\"code\":60383},\"setIdx\":0,\"setId\":0,\"iconIdx\":735},{\"icon\":{\"paths\":[\"M512 256c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 512c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM512 64c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 125.6 58.040 258.72 168 385 49.439 56.891 103.776 107.23 163.073 151.265l2.727 1.935c5.116 3.623 11.485 5.791 18.36 5.791s13.244-2.168 18.46-5.858l-0.1 0.067c61.893-45.975 116.125-96.311 164.414-151.945l1.066-1.255c109.8-126.28 168-259.4 168-385-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM512 888c-66.12-52-288-243-288-472 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 228.92-221.88 420-288 472z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"map-pin\"]},\"attrs\":[{}],\"properties\":{\"order\":26477,\"id\":511,\"name\":\"map-pin\",\"prevSize\":16,\"code\":60384},\"setIdx\":0,\"setId\":0,\"iconIdx\":736},{\"icon\":{\"paths\":[\"M800 896h-197.84c33.451-29.949 64.1-60.966 92.774-93.756l1.066-1.244c109.8-126.28 168-259.4 168-385 0-194.404-157.596-352-352-352s-352 157.596-352 352v0c0 125.6 58.040 258.72 168 385 29.738 34.032 60.388 65.049 92.828 94.109l1.012 0.891h-197.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM224 416c0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 228.92-221.88 420-288 472-66.12-52-288-243.080-288-472zM672 416c0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160v0c88.366 0 160-71.634 160-160v0zM416 416c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"map-pin-line\"]},\"attrs\":[{}],\"properties\":{\"order\":26478,\"id\":510,\"name\":\"map-pin-line\",\"prevSize\":16,\"code\":60385},\"setIdx\":0,\"setId\":0,\"iconIdx\":737},{\"icon\":{\"paths\":[\"M915.68 198.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-244.52 61.12-245.4-122.72c-4.162-2.121-9.077-3.364-14.283-3.364-2.769 0-5.456 0.352-8.019 1.013l0.222-0.049-256 64c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v576c0.003 17.671 14.329 31.995 32 31.995 2.756 0 5.43-0.348 7.982-1.003l-0.222 0.048 244.52-61.12 245.4 122.72c4.177 2.105 9.102 3.344 14.315 3.36l0.005 0c2.757-0.002 5.431-0.352 7.982-1.008l-0.222 0.048 256-64c14.031-3.594 24.238-16.125 24.24-31.040l0-0v-576c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM416 211.76l192 96v504.48l-192-96zM160 249l192-48v510l-192 48zM864 775l-192 48v-510l192-48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"map-trifold\"]},\"attrs\":[{}],\"properties\":{\"order\":26479,\"id\":509,\"name\":\"map-trifold\",\"prevSize\":16,\"code\":60386},\"setIdx\":0,\"setId\":0,\"iconIdx\":738},{\"icon\":{\"paths\":[\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM352 825.48v-121.48h320v121.48c-46.549 24.13-101.622 38.28-160 38.28s-113.451-14.15-161.977-39.208l1.977 0.928zM416 576h192v64h-192zM472 512l40-192 40 192zM760.88 760.92c-8 8-16.32 15.48-24.88 22.56v-79.48c0-35.346-28.654-64-64-64v0-64c-0.042-31.938-23.472-58.391-54.080-63.154l-0.36-0.046-42.92-205.84c-6.29-29.262-31.941-50.876-62.64-50.876s-56.35 21.614-62.564 50.455l-0.076 0.421-42.92 205.84c-30.968 4.809-54.398 31.262-54.44 63.196l-0 0.004v64c-35.346 0-64 28.654-64 64v0 79.48c-8.56-7.080-16.88-14.56-24.88-22.56-63.712-63.702-103.12-151.71-103.12-248.923 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.213-39.408 185.221-103.119 248.922l-0.001 0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"marker-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26480,\"id\":508,\"name\":\"marker-circle\",\"prevSize\":16,\"code\":60387},\"setIdx\":0,\"setId\":0,\"iconIdx\":739},{\"icon\":{\"paths\":[\"M950.64 182.64c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-831.999-0c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 406.64 406.6v242.76h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-242.76zM173.24 192h677.52l-64 64h-549.52zM512 530.76l-210.76-210.76h421.52z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"martini\"]},\"attrs\":[{}],\"properties\":{\"order\":26481,\"id\":507,\"name\":\"martini\",\"prevSize\":16,\"code\":60388},\"setIdx\":0,\"setId\":0,\"iconIdx\":740},{\"icon\":{\"paths\":[\"M868 139.2c-10.093-7.013-22.607-11.203-36.099-11.203-8.342 0-16.309 1.602-23.611 4.515l0.43-0.151c-56.12 21.84-169.44 58.48-296.72 58.48s-240.64-36.64-296.84-58.48c-6.868-2.745-14.828-4.337-23.16-4.337-35.338 0-63.987 28.641-64 63.976l-0 0.001v223.080c0 143.36 38.6 278.6 108.72 380.72 72.64 105.84 170.4 164 275.28 164s202.64-58.28 275.28-164c70.12-102.040 108.72-237.28 108.72-380.64v-223.16c-0.041-21.86-11.034-41.143-27.783-52.659l-0.217-0.141zM832 415.2c0 130.56-34.64 252.92-97.48 344.52-60.36 87.88-139.36 136.28-222.52 136.28s-162.16-48.4-222.52-136.32c-62.84-91.68-97.48-213.96-97.48-344.52v-223.16c60.44 23.48 182.32 62.84 320 62.84s259.6-39.36 320-62.84v223.24zM760 490.68c5.029 5.642 8.102 13.122 8.102 21.32 0 17.729-14.373 32.102-32.102 32.102-9.531 0-18.093-4.154-23.972-10.75l-0.028-0.032c-10.72-12-35.4-21.32-56-21.32s-45.44 9.36-56 21.32c-5.909 6.624-14.47 10.775-24 10.775-17.737 0-32.115-14.379-32.115-32.115 0-8.207 3.078-15.694 8.143-21.372l-0.028 0.032c22.84-25.52 64.56-42.64 104-42.64s81 17.12 104 42.64zM368 512c-20.76 0-45.44 9.36-56 21.32-5.909 6.624-14.47 10.775-24 10.775-17.737 0-32.115-14.379-32.115-32.115 0-8.207 3.078-15.694 8.143-21.372l-0.028 0.032c23-25.52 64.72-42.64 104-42.64s81 17.12 104 42.64c5.037 5.646 8.115 13.133 8.115 21.34 0 17.737-14.379 32.115-32.115 32.115-9.53 0-18.091-4.151-23.972-10.744l-0.028-0.032c-10.56-11.96-35.24-21.32-56-21.32zM673.8 692.76c-39.069 46.141-97.037 75.235-161.8 75.235s-122.731-29.095-161.545-74.926l-0.255-0.309c-4.764-5.554-7.664-12.828-7.664-20.78 0-17.675 14.329-32.004 32.004-32.004 9.724 0 18.434 4.336 24.304 11.181l0.036 0.043c27.251 32.378 67.8 52.809 113.12 52.809s85.868-20.431 112.937-52.585l0.183-0.224c5.906-6.887 14.616-11.224 24.34-11.224 17.675 0 32.004 14.329 32.004 32.004 0 7.952-2.9 15.226-7.7 20.823l0.036-0.043z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"mask-happy\"]},\"attrs\":[{}],\"properties\":{\"order\":26482,\"id\":506,\"name\":\"mask-happy\",\"prevSize\":16,\"code\":60389},\"setIdx\":0,\"setId\":0,\"iconIdx\":741},{\"icon\":{\"paths\":[\"M634.64 753.72c-5.819 8.655-15.574 14.273-26.641 14.273-6.602 0-12.737-1.999-17.833-5.426l0.115 0.073c-26-17.28-46.28-26.64-78.28-26.64s-52.28 9.36-78.28 26.64c-4.88 3.167-10.847 5.051-17.255 5.051-17.673 0-32-14.327-32-32 0-10.873 5.423-20.479 13.711-26.262l0.104-0.069c33.72-22.44 65.96-37.36 113.72-37.36s80 14.92 113.72 37.36c8.655 5.819 14.273 15.574 14.273 26.641 0 6.602-1.999 12.737-5.426 17.833l0.073-0.115zM896 192v223.080c0 143.36-38.6 278.6-108.72 380.72-72.64 105.84-170.4 164-275.28 164s-202.64-58.28-275.28-164c-70.12-102.040-108.72-237.28-108.72-380.64v-223.16c0.013-35.337 28.662-63.977 64-63.977 8.332 0 16.292 1.592 23.593 4.489l-0.433-0.151c56.2 21.84 169.56 58.48 296.84 58.48s240.6-36.64 296.84-58.48c6.868-2.745 14.828-4.337 23.16-4.337 35.338 0 63.987 28.641 64 63.976l0 0.001zM832 192v0c-60.4 23.56-182.28 62.92-320 62.92s-259.6-39.44-320-62.92v223.16c0 130.56 34.64 252.92 97.48 344.52 60.36 87.92 139.36 136.32 222.52 136.32s162.16-48.4 222.52-136.32c62.84-91.68 97.48-213.96 97.48-344.52zM757.36 456c-5.639-5.071-13.138-8.173-21.361-8.173-9.457 0-17.955 4.102-23.813 10.624l-0.026 0.030c-10.72 12-35.4 21.36-56 21.36s-45.44-9.4-56-21.36c-5.93-6.645-14.519-10.808-24.080-10.808-17.799 0-32.228 14.429-32.228 32.228 0 8.238 3.091 15.754 8.176 21.452l-0.028-0.032c22.84 25.52 64.56 42.68 104 42.68s81-17.16 104-42.68c5.065-5.637 8.162-13.131 8.162-21.348 0-9.527-4.163-18.081-10.769-23.943l-0.033-0.029zM472 501.32c5.037-5.646 8.115-13.133 8.115-21.34 0-17.737-14.379-32.115-32.115-32.115-9.53 0-18.091 4.151-23.972 10.744l-0.028 0.032c-10.72 12-35.4 21.36-56 21.36s-45.44-9.4-56-21.36c-5.909-6.624-14.47-10.775-24-10.775-17.737 0-32.115 14.379-32.115 32.115 0 8.207 3.078 15.694 8.143 21.372l-0.028-0.032c23 25.52 64.72 42.68 104 42.68s81-17.16 104-42.68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"mask-sad\"]},\"attrs\":[{}],\"properties\":{\"order\":26483,\"id\":505,\"name\":\"mask-sad\",\"prevSize\":16,\"code\":60390},\"setIdx\":0,\"setId\":0,\"iconIdx\":742},{\"icon\":{\"paths\":[\"M448 288c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM416 704h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 704h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 768h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM617.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l73.36-73.4 73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36 73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-73.36 73.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 73.4 73.36-73.4 73.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"math-operations\"]},\"attrs\":[{}],\"properties\":{\"order\":26484,\"id\":504,\"name\":\"math-operations\",\"prevSize\":16,\"code\":60391},\"setIdx\":0,\"setId\":0,\"iconIdx\":743},{\"icon\":{\"paths\":[\"M864 384c0-0.062 0-0.136 0-0.209 0-194.404-157.596-352-352-352s-352 157.596-352 352c0 109.037 49.577 206.494 127.418 271.060l0.582 0.469v304.68c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 177.68-88.64 177.72 88.84c4.075 1.995 8.868 3.162 13.933 3.162 0.122 0 0.244-0.001 0.365-0.002l-0.019 0c17.673 0 32-14.327 32-32v0-304.68c78.417-64.926 128-162.296 128-271.246 0-0.026-0-0.052-0-0.078l0 0.004zM224 384c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017zM672 908.24l-145.72-72.84c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-145.64 72.84v-210.76c46.518 24.278 101.596 38.519 160 38.519s113.482-14.242 161.951-39.442l-1.951 0.923zM512 608c123.712 0 224-100.288 224-224s-100.288-224-224-224c-123.712 0-224 100.288-224 224v0c0.137 123.657 100.343 223.863 223.987 224l0.013 0zM512 224c88.366 0 160 71.634 160 160s-71.634 160-160 160c-88.366 0-160-71.634-160-160v0c0-88.366 71.634-160 160-160v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"medal\"]},\"attrs\":[{}],\"properties\":{\"order\":26485,\"id\":503,\"name\":\"medal\",\"prevSize\":16,\"code\":60392},\"setIdx\":0,\"setId\":0,\"iconIdx\":744},{\"icon\":{\"paths\":[\"M828 128h-632c-37.555 0-68 30.445-68 68v0 196.84c0.036 27.374 16.242 50.955 39.578 61.706l0.422 0.174 250.4 113.8c-59.049 33.507-98.24 95.952-98.24 167.55 0 106.039 85.961 192 192 192s192-85.961 192-192c0-71.598-39.191-134.043-97.29-167.053l-0.95-0.497 250.080-113.8c23.758-10.925 39.964-34.506 40-61.875l0-0.005v-196.84c0-37.555-30.445-68-68-68v0zM640 192v290.68l-128 58.16-128-58.16v-290.68zM192 392.84v-196.84c0-2.209 1.791-4 4-4v0h124v261.56l-125.64-57.080c-1.4-0.641-2.357-2.028-2.36-3.64l-0-0zM512 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM832 392.84c-0.003 1.612-0.96 2.999-2.335 3.63l-0.025 0.010-125.64 57.080v-261.56h124c2.209 0 4 1.791 4 4v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"medal-military\"]},\"attrs\":[{}],\"properties\":{\"order\":26486,\"id\":502,\"name\":\"medal-military\",\"prevSize\":16,\"code\":60393},\"setIdx\":0,\"setId\":0,\"iconIdx\":745},{\"icon\":{\"paths\":[\"M288 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM288 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM736 256c-22.72 0-65.6 11.040-97.28 85-19.8 46.2-30.72 107-30.72 171s10.92 124.8 30.72 171c31.68 73.96 74.56 85 97.28 85s65.6-11.040 97.28-85c19.8-46.2 30.72-107 30.72-171s-10.92-124.8-30.72-171c-31.68-73.96-74.56-85-97.28-85zM736 704c-22.56 0-64-72.88-64-192s41.44-192 64-192 64 72.88 64 192-41.44 192-64 192zM992 288v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"medium-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26487,\"id\":501,\"name\":\"medium-logo\",\"prevSize\":16,\"code\":60394},\"setIdx\":0,\"setId\":0,\"iconIdx\":746},{\"icon\":{\"paths\":[\"M960 480c-0.114-105.993-86.007-191.886-191.989-192l-159.211-0c-11.64-0.68-214.48-14.96-407.64-176.96-11.045-9.324-25.441-14.991-41.16-14.991-35.329 0-63.972 28.626-64 63.949l-0 0.003v640c0.005 35.342 28.657 63.991 64 63.991 15.719 0 30.115-5.667 41.255-15.070l-0.095 0.078c151.080-126.72 308-163.040 374.84-173.2v126.88c-0 0.024-0 0.053-0 0.082 0 22.107 11.209 41.596 28.253 53.094l0.227 0.145 44 29.32c9.982 6.745 22.286 10.768 35.53 10.768 29.692 0 54.662-20.22 61.89-47.642l0.1-0.446 47.080-177.44c94.708-12.96 166.899-93.326 166.92-190.558l0-0.002zM160 799.72v-639.72c171.24 143.64 346.52 180 416 188.96v261.92c-69.4 9.12-244.64 45.4-416 188.84zM684 831.72v0.44l-44-29.32v-130.84h86.4zM768 608h-128v-256h128c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"megaphone\"]},\"attrs\":[{}],\"properties\":{\"order\":26488,\"id\":500,\"name\":\"megaphone\",\"prevSize\":16,\"code\":60395},\"setIdx\":0,\"setId\":0,\"iconIdx\":747},{\"icon\":{\"paths\":[\"M882.16 346.64l-704.24-216c-5.366-1.625-11.534-2.56-17.92-2.56-35.318 0-63.954 28.608-64 63.916l-0 0.004v576c0 35.346 28.654 64 64 64v0c0.007 0 0.015 0 0.023 0 6.436 0 12.65-0.95 18.51-2.717l-0.453 0.117 333.92-102.48v41.080c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-119.6l114.16-35c26.663-8.195 45.73-32.556 45.84-61.387l0-0.013v-144c-0.129-28.828-19.19-53.169-45.384-61.239l-0.456-0.121zM512 660l-352 108v-576l352 108zM704 768h-128v-60.72l128-39.28zM864 552h-0.44l-287.56 88.32v-320.64l288 88v144z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"megaphone-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26489,\"id\":499,\"name\":\"megaphone-simple\",\"prevSize\":16,\"code\":60396},\"setIdx\":0,\"setId\":0,\"iconIdx\":748},{\"icon\":{\"paths\":[\"M726.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l105.36 105.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM928 512c0 0.027 0 0.059 0 0.091 0 229.75-186.25 416-416 416-71.565 0-138.91-18.071-197.72-49.9l2.2 1.089-136.2 45.4c-6.042 2.084-13.004 3.287-20.247 3.287-35.346 0-64-28.654-64-64 0-7.243 1.203-14.205 3.421-20.698l-0.134 0.45 45.4-136.2c-30.683-56.567-48.72-123.852-48.72-195.349 0-229.75 186.25-416 416-416 229.69 0 415.903 186.152 416 415.82l0 0.009zM864 512c-0.057-194.361-157.631-351.9-352-351.9-194.404 0-352 157.596-352 352 0 64.858 17.541 125.62 48.139 177.799l-0.899-1.659c2.699 4.592 4.293 10.115 4.293 16.009 0 3.632-0.605 7.122-1.72 10.376l0.067-0.225-49.88 149.6 149.6-49.92c3.016-1.038 6.491-1.638 10.107-1.638 5.913 0 11.451 1.604 16.203 4.4l-0.15-0.082c50.544 29.734 111.341 47.298 176.24 47.298 194.404 0 352-157.596 352-352 0-0.020-0-0.041-0-0.061l0 0.003z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"messenger-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26490,\"id\":498,\"name\":\"messenger-logo\",\"prevSize\":16,\"code\":60397},\"setIdx\":0,\"setId\":0,\"iconIdx\":749},{\"icon\":{\"paths\":[\"M960 597.24c0 64.44-12.68 119.56-36.68 159.36-29.72 49.32-76 75.4-133.56 75.4-111.76 0-191.12-148-275.12-304.88-68.080-127.12-145.24-271.12-218.64-271.12-37.52 0-79.76 40-113 106.68-33.867 68.527-54.064 149.075-54.997 234.246l-0.003 0.314c0 52.8 9.52 96.48 27.52 126.32s43.76 44.44 78.72 44.44c60.48 0 123.4-98.16 176.92-194.2 5.586-9.887 16.026-16.452 28-16.452 17.702 0 32.052 14.35 32.052 32.052 0 5.728-1.503 11.106-4.136 15.76l0.083-0.16c-61.32 109.84-134.88 227-232.92 227-57.64 0-104-26.080-133.56-75.4-24-40-36.68-94.92-36.68-159.36 1.023-95.877 23.677-186.224 63.297-266.715l-1.617 3.635c45.6-91.68 106.080-142.16 170.32-142.16 111.76 0 191.080 148 275.12 304.88 68.040 127.12 145.2 271.12 218.64 271.12 34.96 0 60.72-14.52 78.72-44.44s27.52-73.52 27.52-126.32c-0.922-85.48-21.106-166.030-56.403-237.808l1.443 3.248c-33.040-66.68-75.48-106.68-113.040-106.68-33.44 0-70.72 29.92-114.040 91.52-5.834 8.538-15.523 14.069-26.504 14.069-17.673 0-32-14.327-32-32 0-7.113 2.321-13.684 6.246-18.997l-0.062 0.087c36-50.96 92-118.68 166.36-118.68 64.2 0 124.68 50.48 170.28 142.16 38.016 76.853 60.684 167.198 61.717 262.733l0.003 0.347z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"meta-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26491,\"id\":497,\"name\":\"meta-logo\",\"prevSize\":16,\"code\":60398},\"setIdx\":0,\"setId\":0,\"iconIdx\":750},{\"icon\":{\"paths\":[\"M748.56 459.36l107.12-117.84c5.004-5.621 8.062-13.072 8.062-21.236 0-17.673-14.327-32-32-32-9.239 0-17.563 3.915-23.405 10.177l-0.017 0.019-82.2 90.4-68.8-216.28c-8.398-26.070-32.442-44.6-60.813-44.6-0.066 0-0.131 0-0.197 0l0.010-0h-168.68c-0.055-0-0.121-0-0.187-0-28.371 0-52.415 18.531-60.687 44.149l-0.126 0.451-203.64 640c-1.91 5.797-3.011 12.47-3.011 19.4 0 35.346 28.654 64 64 64 0.004 0 0.008-0 0.012-0l575.999 0c0.003 0 0.007 0 0.011 0 35.346 0 64-28.654 64-64 0-6.93-1.101-13.603-3.139-19.853l0.128 0.453zM738.88 640h-154.56l114.48-125.92zM427.64 192h168.68l80 251.6-178.48 196.4h-212.76zM224 832l40.72-128h494.52l40.76 128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"metronome\"]},\"attrs\":[{}],\"properties\":{\"order\":26492,\"id\":496,\"name\":\"metronome\",\"prevSize\":16,\"code\":60399},\"setIdx\":0,\"setId\":0,\"iconIdx\":751},{\"icon\":{\"paths\":[\"M512 704c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-256c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 256c0.114 105.993 86.007 191.886 191.989 192l0.011 0zM384 256c0-70.692 57.308-128 128-128s128 57.308 128 128v0 256c0 70.692-57.308 128-128 128s-128-57.308-128-128v0zM544 830.4v97.6c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-97.6c-162.326-17.003-287.79-153.017-288-318.379l-0-0.021c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 141.385 114.615 256 256 256s256-114.615 256-256v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.21 165.383-125.674 301.397-286.613 318.282l-1.387 0.118z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"microphone\"]},\"attrs\":[{}],\"properties\":{\"order\":26493,\"id\":495,\"name\":\"microphone\",\"prevSize\":16,\"code\":60400},\"setIdx\":0,\"setId\":0,\"iconIdx\":752},{\"icon\":{\"paths\":[\"M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 151.68 166.84v163.64c0.015 106.028 85.97 191.975 192 191.975 38.491 0 74.337-11.327 104.387-30.829l-0.747 0.454 43.52 48c-40.984 29.103-92.038 46.525-147.16 46.525-141.385 0-256-114.615-256-256 0-0.044 0-0.088 0-0.131l-0 0.007c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.21 165.383 125.674 301.397 286.613 318.282l1.387 0.118v97.6c0 17.673 14.327 32 32 32s32-14.327 32-32v0-97.64c60.229-6.152 114.357-28.202 159.313-61.837l-0.833 0.597 105.84 116.4c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 640c-70.692 0-128-57.308-128-128v0-93.24l187.68 206.48c-17.296 9.297-37.846 14.76-59.672 14.76-0.003 0-0.006-0-0.009-0l0.001 0zM348.64 155.12c34.401-55.043 94.668-91.116 163.36-91.116 106.037 0 191.998 85.959 192 191.996l0 0v241.72c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-241.72c0-0.021 0-0.046 0-0.071 0-70.692-57.308-128-128-128-45.831 0-86.036 24.087-108.646 60.292l-0.314 0.539c-5.618 9.705-15.953 16.13-27.787 16.13-17.673 0-32-14.327-32-32 0-6.624 2.013-12.778 5.46-17.883l-0.072 0.113zM750.56 605.080c11.038-27.468 17.44-59.313 17.44-92.654 0-0.15-0-0.299-0-0.449l0 0.023c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 0.135 0 0.294 0 0.453 0 41.71-8.018 81.548-22.597 118.055l0.757-2.148c-4.618 12.359-16.325 20.999-30.050 20.999-17.673 0-32-14.327-32-32 0-4.431 0.901-8.651 2.529-12.488l-0.079 0.21z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"microphone-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26494,\"id\":494,\"name\":\"microphone-slash\",\"prevSize\":16,\"code\":60401},\"setIdx\":0,\"setId\":0,\"iconIdx\":753},{\"icon\":{\"paths\":[\"M672 64c-158.994 0.159-287.841 129.006-288 287.985l-0 0.015c0.032 13.317 0.947 26.389 2.689 39.198l-0.169-1.518-278.040 379.2c-7.797 10.45-12.484 23.619-12.484 37.883 0 17.686 7.205 33.688 18.84 45.233l0.004 0.004 57.16 57.16c11.549 11.639 27.551 18.844 45.237 18.844 14.264 0 27.433-4.687 38.051-12.604l-0.169 0.12 379.24-278.12c11.255 1.594 24.307 2.537 37.567 2.6l0.073 0c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM896 352c0 0.079 0 0.173 0 0.266 0 50.465-16.772 97.012-45.045 134.372l0.405-0.559-313.4-313.44c36.902-27.804 83.518-44.531 134.040-44.531 123.673 0 223.938 100.226 224 223.885l0 0.006zM217.28 864l-57.28-57.28 248.56-338.72c29.731 65.998 81.442 117.709 145.617 146.703l1.823 0.737zM448 352c-0-0.087-0-0.19-0-0.293 0-50.443 16.772-96.968 45.044-134.304l-0.404 0.557 313.36 313.36c-36.894 27.786-83.495 44.501-134 44.501-123.649 0-223.898-100.186-224-223.811l-0-0.010zM438.6 585.36c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l-32 32c-5.842 6.14-14.075 9.959-23.199 9.959-17.673 0-32-14.327-32-32 0-9.125 3.819-17.357 9.946-23.187l0.013-0.013 32-32c5.796-5.822 13.817-9.425 22.68-9.425 8.843 0 16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"microphone-stage\"]},\"attrs\":[{}],\"properties\":{\"order\":26495,\"id\":493,\"name\":\"microphone-stage\",\"prevSize\":16,\"code\":60402},\"setIdx\":0,\"setId\":0,\"iconIdx\":754},{\"icon\":{\"paths\":[\"M800 96h-512c-35.346 0-64 28.654-64 64v0 96h-64c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h64v96c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM640 416h160v192h-160zM800 352h-160v-32c0-35.346-28.654-64-64-64v0-96h224zM288 160h224v96h-224zM160 320h416v319.32c0 0.24 0 0.44 0 0.68s0 0.44 0 0.68v63.32h-416zM288 768h224v96h-224zM576 864v-96c35.346 0 64-28.654 64-64v0-32h160v192zM263.4 587.52l62.96-75.52-62.96-75.52c-4.61-5.507-7.409-12.667-7.409-20.48 0-17.678 14.331-32.009 32.009-32.009 9.865 0 18.687 4.463 24.559 11.479l0.041 0.050 55.4 66.48 55.4-66.48c5.913-7.067 14.735-11.529 24.6-11.529 17.678 0 32.009 14.331 32.009 32.009 0 7.813-2.799 14.973-7.45 20.53l0.041-0.050-62.96 75.52 62.96 75.52c4.61 5.507 7.409 12.667 7.409 20.48 0 17.678-14.331 32.009-32.009 32.009-9.865 0-18.687-4.463-24.559-11.479l-0.041-0.050-55.4-66.48-55.4 66.48c-5.913 7.067-14.735 11.529-24.6 11.529-17.678 0-32.009-14.331-32.009-32.009 0-7.813 2.799-14.973 7.45-20.53l-0.041 0.050z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"microsoft-excel-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26496,\"id\":492,\"name\":\"microsoft-excel-logo\",\"prevSize\":16,\"code\":60403},\"setIdx\":0,\"setId\":0,\"iconIdx\":755},{\"icon\":{\"paths\":[\"M352 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM352 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 416h-32v-224c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 64h-224c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h128v64c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-352c0-35.346-28.654-64-64-64v0zM448 192h320v308.96l-160 115.56v-296.52c0-35.346-28.654-64-64-64v0h-96zM160 704v-384h384v384h-384zM352 832v-64h192c35.346 0 64-28.654 64-64v0-8.52l189.040 136.52zM864 801.4l-201.36-145.4 201.36-145.4z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"microsoft-outlook-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26497,\"id\":491,\"name\":\"microsoft-outlook-logo\",\"prevSize\":16,\"code\":60404},\"setIdx\":0,\"setId\":0,\"iconIdx\":756},{\"icon\":{\"paths\":[\"M384 384h-64c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c53.019 0 96-42.981 96-96s-42.981-96-96-96v0zM384 512h-32v-64h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM544 96c-132.787 0.179-251.017 62.348-327.326 159.114l-0.674 0.886h-56c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h56c76.843 97.777 195.106 160 327.902 160 229.75 0 416-186.25 416-416 0-229.716-186.194-415.945-415.897-416l-0.005-0zM894.52 480h-254.52v-160c0-35.346-28.654-64-64-64v0-94.52c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423zM512 161.48v94.52h-209.48c55.33-52.156 127.769-86.71 208.049-94.409l1.431-0.111zM160 320h416v191.6c-0.025 0.12-0.040 0.258-0.040 0.4s0.014 0.28 0.042 0.413l-0.002-0.013v191.6h-416zM512 768v94.52c-81.712-7.81-154.15-42.364-209.656-94.685l0.176 0.165zM576 862.52v-94.52c35.346 0 64-28.654 64-64v0-160h254.52c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"microsoft-powerpoint-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26498,\"id\":490,\"name\":\"microsoft-powerpoint-logo\",\"prevSize\":16,\"code\":60405},\"setIdx\":0,\"setId\":0,\"iconIdx\":757},{\"icon\":{\"paths\":[\"M448 416c0 17.673-14.327 32-32 32v0h-32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM928 370.96v237.040c-0.017 83.607-64.159 152.228-145.918 159.358l-0.602 0.042c-38.894 94.886-130.545 160.503-237.521 160.503-106.749 0-198.238-65.338-236.656-158.204l-0.623-1.699h-146.68c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h227.24c-2.033-9.567-3.197-20.559-3.197-31.824 0-88.366 71.634-160 160-160 57.447 0 107.823 30.276 136.043 75.742l0.394 0.682c16.211-7.971 35.285-12.633 55.448-12.633 70.692 0 128 57.308 128 128 0 23.578-6.375 45.666-17.495 64.636l0.327-0.603h30.28c28.126 0.045 50.915 22.834 50.96 50.956l0 0.004zM448 224c-0 0.012-0 0.026-0 0.040 0 11.459 2.023 22.446 5.731 32.622l-0.211-0.662h90.48c27.688 0.035 51.253 17.646 60.139 42.274l0.141 0.446c21.862-17.741 35.72-44.61 35.72-74.715 0-53.019-42.981-96-96-96-53.018 0-95.997 42.978-96 95.995l-0 0zM544 704v0-384h-384v384h384zM736 384h-128v320c0 35.346-28.654 64-64 64v0h-166.24c33.824 57.759 95.573 95.936 166.24 95.936 106.016 0 191.964-85.925 192-191.933l0-0.003zM800 256c-0.040-35.316-28.679-63.929-64-63.929-12.437 0-24.046 3.548-33.869 9.686l0.269-0.157c1.019 6.774 1.601 14.592 1.601 22.546 0 36.153-12.024 69.497-32.29 96.253l0.289-0.399h64c35.346 0 64-28.654 64-64v0zM864 384h-64v288c0 0.045 0 0.097 0 0.15 0 9.459-0.523 18.795-1.542 27.982l0.102-1.132c38.358-13.162 65.437-48.918 65.44-91l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"microsoft-teams-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26499,\"id\":489,\"name\":\"microsoft-teams-logo\",\"prevSize\":16,\"code\":60406},\"setIdx\":0,\"setId\":0,\"iconIdx\":758},{\"icon\":{\"paths\":[\"M800 96h-512c-35.346 0-64 28.654-64 64v0 96h-64c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h64v96c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM640 416h160v192h-160zM288 160h512v192h-160v-32c0-35.346-28.654-64-64-64v0h-288zM160 320h416v319.32c0 0.24 0 0.44 0 0.68s0 0.44 0 0.68v63.32h-416zM288 864v-96h288c35.346 0 64-28.654 64-64v0-32h160v192zM272.96 615.76l-48-192c-0.694-2.487-1.093-5.343-1.093-8.292 0-17.673 14.327-32 32-32 15.11 0 27.773 10.472 31.129 24.554l0.044 0.218 27.040 108 25.28-50.64c5.364-10.592 16.169-17.726 28.64-17.726s23.276 7.134 28.556 17.544l0.084 0.182 25.28 50.64 27.040-108c3.782-13.764 16.183-23.708 30.907-23.708 17.673 0 32 14.327 32 32 0 2.563-0.301 5.056-0.871 7.446l0.044-0.218-48 192c-3.32 12.875-14.138 22.493-27.414 23.987l-0.146 0.013c-1.036 0.12-2.245 0.193-3.469 0.2l-0.011 0c-0.007 0-0.015 0-0.023 0-12.453 0-23.245-7.113-28.533-17.498l-0.084-0.182-35.36-70.72-35.36 70.76c-5.368 10.58-16.167 17.704-28.629 17.704-14.926 0-27.465-10.219-31.003-24.042l-0.048-0.222z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"microsoft-word-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26500,\"id\":488,\"name\":\"microsoft-word-logo\",\"prevSize\":16,\"code\":60407},\"setIdx\":0,\"setId\":0,\"iconIdx\":759},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"minus\"]},\"attrs\":[{}],\"properties\":{\"order\":26501,\"id\":487,\"name\":\"minus\",\"prevSize\":16,\"code\":60408},\"setIdx\":0,\"setId\":0,\"iconIdx\":760},{\"icon\":{\"paths\":[\"M704 512c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"minus-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26502,\"id\":486,\"name\":\"minus-circle\",\"prevSize\":16,\"code\":60409},\"setIdx\":0,\"setId\":0,\"iconIdx\":761},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM704 512c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"minus-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26503,\"id\":485,\"name\":\"minus-square\",\"prevSize\":16,\"code\":60410},\"setIdx\":0,\"setId\":0,\"iconIdx\":762},{\"icon\":{\"paths\":[\"M512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM960 224h-896c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h896c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM774.6 736h-525.2c-22.361-73.963-79.437-131.039-151.791-152.981l-1.609-0.419v-141.2c73.963-22.361 131.039-79.437 152.981-151.791l0.419-1.609h525.2c22.361 73.963 79.437 131.039 151.791 152.981l1.609 0.419v141.2c-73.963 22.361-131.039 79.437-152.981 151.791l-0.419 1.609zM928 373.48c-38.518-16.852-68.628-46.962-85.070-84.432l-0.41-1.048h85.48zM181.48 288c-16.852 38.518-46.962 68.628-84.432 85.070l-1.048 0.41v-85.48zM96 650.52c38.518 16.852 68.628 46.962 85.070 84.432l0.41 1.048h-85.48zM842.52 736c16.852-38.518 46.962-68.628 84.432-85.070l1.048-0.41v85.48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"money\"]},\"attrs\":[{}],\"properties\":{\"order\":26504,\"id\":484,\"name\":\"money\",\"prevSize\":16,\"code\":60411},\"setIdx\":0,\"setId\":0,\"iconIdx\":763},{\"icon\":{\"paths\":[\"M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 704c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"monitor\"]},\"attrs\":[{}],\"properties\":{\"order\":26505,\"id\":483,\"name\":\"monitor\",\"prevSize\":16,\"code\":60412},\"setIdx\":0,\"setId\":0,\"iconIdx\":764},{\"icon\":{\"paths\":[\"M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM864 704c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM657.76 453.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 548.2v-136.2l102.32 68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"monitor-play\"]},\"attrs\":[{}],\"properties\":{\"order\":26506,\"id\":482,\"name\":\"monitor-play\",\"prevSize\":16,\"code\":60413},\"setIdx\":0,\"setId\":0,\"iconIdx\":765},{\"icon\":{\"paths\":[\"M934.16 568.92c-5.793-5.805-13.803-9.396-22.651-9.396-3.336 0-6.552 0.51-9.576 1.457l0.227-0.061c-30.508 9.564-65.587 15.074-101.954 15.074-194.581 0-352.32-157.739-352.32-352.32 0-36.367 5.51-71.447 15.741-104.45l-0.666 2.496c0.899-2.817 1.417-6.056 1.417-9.417 0-17.673-14.327-32-32-32-3.361 0-6.6 0.518-9.644 1.479l0.227-0.062c-86.604 27.070-158.947 78.831-210.892 146.977l-0.748 1.023c-52.255 68.787-83.711 155.86-83.711 250.28 0 229.75 186.25 416 416 416 0.138 0 0.275-0 0.413-0l-0.022 0c0.377 0.001 0.824 0.002 1.27 0.002 93.911 0 180.49-31.393 249.814-84.257l-1.005 0.735c69.169-52.693 120.93-125.036 147.196-208.669l0.804-2.971c0.886-2.797 1.396-6.013 1.396-9.349 0-8.808-3.559-16.786-9.317-22.572l0.001 0.001zM755.6 761.36c-58.204 44.215-131.881 70.832-211.775 70.832-194.404 0-352-157.596-352-352 0-79.884 26.61-153.552 71.45-212.625l-0.635 0.872c33.212-43.555 75.226-78.66 123.562-103.067l2.038-0.933c-2.686 17.887-4.227 38.538-4.24 59.546l-0 0.014c0.25 229.65 186.35 415.75 415.976 416l0.024 0c21.059-0.007 41.752-1.548 61.981-4.517l-2.301 0.277c-25.362 50.38-60.493 92.394-103.212 124.965l-0.868 0.635z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"moon\"]},\"attrs\":[{}],\"properties\":{\"order\":26507,\"id\":481,\"name\":\"moon\",\"prevSize\":16,\"code\":60414},\"setIdx\":0,\"setId\":0,\"iconIdx\":766},{\"icon\":{\"paths\":[\"M960 384c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM576 224h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM867.080 612c4.801 5.565 7.725 12.866 7.725 20.85 0 4.004-0.735 7.837-2.079 11.369l0.073-0.22c-55.471 148.206-195.901 251.802-360.527 251.802-212.077 0-384-171.923-384-384 0-164.703 103.693-305.187 249.357-359.732l2.65-0.87c3.272-1.236 7.055-1.952 11.005-1.952 17.673 0 32 14.327 32 32 0 2.191-0.22 4.33-0.64 6.397l0.035-0.205c-4.248 20.528-6.681 44.12-6.681 68.281 0 194.559 157.721 352.28 352.28 352.28 24.16 0 47.752-2.432 70.545-7.065l-2.264 0.384c1.846-0.378 3.967-0.594 6.139-0.594 9.746 0 18.475 4.357 24.344 11.23l0.037 0.044zM789.52 671.52c-7.16 0.36-14.36 0.56-21.52 0.56-229.678-0.25-415.795-186.396-416-416.060l-0-0.020c0-7.16 0-14.36 0.56-21.52-96.548 56.306-160.397 159.375-160.397 277.357 0 176.731 143.269 320 320 320 117.982 0 221.051-63.849 276.538-158.879l0.819-1.518z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"moon-stars\"]},\"attrs\":[{}],\"properties\":{\"order\":26508,\"id\":480,\"name\":\"moon-stars\",\"prevSize\":16,\"code\":60415},\"setIdx\":0,\"setId\":0,\"iconIdx\":767},{\"icon\":{\"paths\":[\"M864 512c-0.025-0-0.054-0-0.084-0-8.826 0-17.482 0.727-25.911 2.125l0.915-0.125-136.96-365.24c-4.683-12.232-16.325-20.76-29.96-20.76l-128-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h105.84l129.2 344.52c-36.474 23.098-62.684 59.602-71.812 102.429l-0.188 1.051h-160.88l-100-267.24c-4.683-12.232-16.326-20.761-29.961-20.761-0.070 0-0.14 0-0.21 0.001l0.011-0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v53.56c-76.234 36.901-127.898 113.625-128 202.426l-0 0.014c0 17.673 14.327 32 32 32v0h35.2c15.344 73.633 79.704 128.16 156.8 128.16s141.456-54.527 156.618-127.12l0.182-1.040h326.4c15.408 73.554 79.729 128 156.767 128 88.366 0 160-71.634 160-160 0-88.354-71.616-159.981-159.966-160l-0.002-0zM170.68 521.080c12.526-4.529 21.318-16.317 21.32-30.16l0-0v-74.92h201.84l84 224h-410.6c11.661-55.564 50.847-99.877 102.325-118.566l1.115-0.354zM224 768c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM864 768c-52.973-0.061-95.893-43.018-95.893-96 0-29.4 13.216-55.714 34.032-73.324l0.141-0.116 31.76 84.68c4.685 12.253 16.345 20.797 30 20.797 17.693 0 32.037-14.343 32.037-32.037 0-4.038-0.747-7.901-2.11-11.459l0.074 0.219-31.84-84.76h1.8c53.019 0 96 42.981 96 96s-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"moped\"]},\"attrs\":[{}],\"properties\":{\"order\":26509,\"id\":479,\"name\":\"moped\",\"prevSize\":16,\"code\":60416},\"setIdx\":0,\"setId\":0,\"iconIdx\":768},{\"icon\":{\"paths\":[\"M832 160h-163.2c-15.344-73.633-79.704-128.16-156.8-128.16s-141.456 54.527-156.618 127.12l-0.182 1.040h-163.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h163.2c7.351 34.946 25.252 64.887 50.164 87.143l0.156 0.137c-88.881 41.453-149.4 130.005-149.52 232.704l-0 0.016v256c0 35.346 28.654 64 64 64v0h64c0 70.692 57.308 128 128 128s128-57.308 128-128v0h64c35.346 0 64-28.654 64-64v0-256c-0.12-102.716-60.639-191.268-147.946-232.059l-1.574-0.661c25.068-22.393 42.969-52.334 50.135-86.235l0.185-1.045h163.2c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 864c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM704 544v256h-64v-128c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 128h-64v-256c0-106.039 85.961-192 192-192s192 85.961 192 192v0zM416 192c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"moped-front\"]},\"attrs\":[{}],\"properties\":{\"order\":26510,\"id\":478,\"name\":\"moped-front\",\"prevSize\":16,\"code\":60417},\"setIdx\":0,\"setId\":0,\"iconIdx\":769},{\"icon\":{\"paths\":[\"M896 512c-0.008-0-0.017-0-0.027-0-11.464 0-22.455 2.023-32.637 5.731l0.663-0.211v-5.52c0-167.12-124.28-249.84-215.040-310.24-56.32-37.52-104.96-69.76-104.96-105.76 0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 36-48.64 68.24-104.96 105.76-90.76 60.4-215.040 143.12-215.040 310.24v5.52c-9.529-3.479-20.529-5.49-32-5.49-53.009 0-95.983 42.964-96 95.969l-0 0.002v224c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673 14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-224c0-53.019-42.981-96-96-96v0zM410.52 255.040c38.68-25.76 76-50.72 101.48-80 25.36 29.4 62.8 54.36 101.48 80 80 53.28 169.92 113.16 184.44 224.96h-572c14.68-111.8 104.48-171.68 184.6-224.96zM96 608c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h-64zM640 608c-53.019 0-96 42.981-96 96v0 96h-64v-96c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 96h-64v-256h576v256h-64v-96c0-53.019-42.981-96-96-96v0zM928 800h-64v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"mosque\"]},\"attrs\":[{}],\"properties\":{\"order\":26511,\"id\":477,\"name\":\"mosque\",\"prevSize\":16,\"code\":60418},\"setIdx\":0,\"setId\":0,\"iconIdx\":770},{\"icon\":{\"paths\":[\"M864 480c-9.34 0.022-18.476 0.821-27.369 2.337l0.969-0.137-23.28-60.56c14.923-3.576 32.059-5.631 49.674-5.64l0.006-0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-76.48l-53.64-139.48c-4.746-12.105-16.325-20.52-29.87-20.52-0.004 0-0.007 0-0.011 0l-127.999-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h106.040l36.92 96h-110.96c-74 0-134 17.24-173.48 49.84-10.884 8.836-24.909 14.188-40.184 14.188-9.744 0-18.98-2.178-27.247-6.073l0.391 0.165c-42.32-19.24-242.96-100.8-260.64-107.72l-22.84-8.96c-5.823-2.619-12.578-4.533-19.656-5.405l-0.344-0.035c-17.64 0.044-31.923 14.354-31.923 32 0 13.516 8.379 25.074 20.226 29.764l0.217 0.076c1.84 0.72 188.76 73.2 288.52 118.52 15.637 7.291 33.949 11.544 53.253 11.544 30.802 0 59.075-10.829 81.219-28.888l-0.233 0.184c19.44-16 58.28-35.2 132.76-35.2h75.28c-45.779 36.964-79.688 86.964-96.182 144.335l-0.498 2.025c-7.954 26.592-32.198 45.642-60.892 45.642-0.164 0-0.329-0.001-0.493-0.002l0.025 0h-208.48c-15.408-73.554-79.729-128-156.767-128-88.366 0-160 71.634-160 160s71.634 160 160 160c77.038 0 141.36-54.446 156.584-126.958l0.183-1.042h208.48c0.084 0 0.182 0 0.281 0 57.941 0 106.864-38.606 122.451-91.498l0.228-0.903c16.761-58.291 54.936-105.753 105.25-134.3l1.11-0.58 23.28 60.52c-44.63 28.888-73.746 78.424-73.746 134.76 0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160-0.047 0-0.094 0-0.141 0l0.007-0zM160 672h90.48c-13.577 37.605-48.961 64-90.51 64-53.019 0-96-42.981-96-96s42.981-96 96-96c41.549 0 76.933 26.395 90.298 63.332l0.211 0.668h-90.48c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736c-52.968-0.068-95.881-43.023-95.881-96 0-29.118 12.964-55.208 33.434-72.814l0.127-0.106 32.44 84.4c4.746 12.11 16.33 20.529 29.88 20.529 17.678 0 32.009-14.331 32.009-32.009 0-4.128-0.782-8.074-2.205-11.697l0.075 0.217-32.48-84.52h2.6c53.019 0 96 42.981 96 96s-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"motorcycle\"]},\"attrs\":[{}],\"properties\":{\"order\":26512,\"id\":476,\"name\":\"motorcycle\",\"prevSize\":16,\"code\":60419},\"setIdx\":0,\"setId\":0,\"iconIdx\":771},{\"icon\":{\"paths\":[\"M656 320c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 160c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM1019.52 783.68l-218.24-368.32c-11.229-18.895-31.536-31.361-54.755-31.361-0.114 0-0.229 0-0.343 0.001l0.018-0c-0.098-0.001-0.215-0.001-0.331-0.001-23.205 0-43.499 12.467-54.548 31.068l-0.161 0.292-104.64 176.64-179.36-304.4c-11.33-19.009-31.781-31.544-55.16-31.544s-43.83 12.535-54.998 31.251l-0.162 0.293-292.4 496.16c-2.782 4.647-4.427 10.251-4.427 16.24 0 17.669 14.32 31.993 31.986 32l960.001 0c17.671-0.003 31.994-14.329 31.994-32 0-6.021-1.663-11.654-4.555-16.465l0.081 0.145zM352 320l94.28 160h-188.56zM88 768l132-224h264l132 224zM690.28 768l-66.64-113.12 122.56-206.88 189.8 320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"mountains\"]},\"attrs\":[{}],\"properties\":{\"order\":26513,\"id\":475,\"name\":\"mountains\",\"prevSize\":16,\"code\":60420},\"setIdx\":0,\"setId\":0,\"iconIdx\":772},{\"icon\":{\"paths\":[\"M576 64h-128c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v384c0.159 141.321 114.679 255.841 255.985 256l128.015 0c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-384c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM768 320v96h-224v-288h32c105.993 0.114 191.886 86.007 192 191.989l0 0.011zM448 128h32v288h-224v-96c0.114-105.993 86.007-191.886 191.989-192l0.011-0zM576 896h-128c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-224h512v224c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"mouse\"]},\"attrs\":[{}],\"properties\":{\"order\":26514,\"id\":474,\"name\":\"mouse\",\"prevSize\":16,\"code\":60421},\"setIdx\":0,\"setId\":0,\"iconIdx\":773},{\"icon\":{\"paths\":[\"M576 64h-128c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v384c0.159 141.321 114.679 255.841 255.985 256l128.015 0c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-384c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM768 704c-0.114 105.993-86.007 191.886-191.989 192l-128.011 0c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-384c0.114-105.993 86.007-191.886 191.989-192l128.011-0c105.993 0.114 191.886 86.007 192 191.989l0 0.011zM544 256v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"mouse-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26515,\"id\":473,\"name\":\"mouse-simple\",\"prevSize\":16,\"code\":60422},\"setIdx\":0,\"setId\":0,\"iconIdx\":774},{\"icon\":{\"paths\":[\"M841.2 225.36l-320-96c-2.753-0.857-5.919-1.351-9.2-1.351-17.67 0-31.995 14.322-32 31.991l-0 0v433.040c-33.811-30.34-78.739-48.892-128-48.892-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192 0-0.052-0-0.104-0-0.157l0 0.008v-341l278.8 83.64c2.753 0.857 5.919 1.351 9.2 1.351 17.67 0 31.995-14.322 32-31.991l0-0v-192c-0.004-14.389-9.504-26.557-22.573-30.58l-0.227-0.060zM352 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM800 405l-256-76.8v-125.2l256 77z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"music-note\"]},\"attrs\":[{}],\"properties\":{\"order\":26516,\"id\":472,\"name\":\"music-note\",\"prevSize\":16,\"code\":60423},\"setIdx\":0,\"setId\":0,\"iconIdx\":775},{\"icon\":{\"paths\":[\"M851.68 102.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-512 128c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v440.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-343l448-112v207.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-560c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM208 896c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM352 407v-126l448-112v126zM720 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"music-notes\"]},\"attrs\":[{}],\"properties\":{\"order\":26517,\"id\":471,\"name\":\"music-notes\",\"prevSize\":16,\"code\":60424},\"setIdx\":0,\"setId\":0,\"iconIdx\":776},{\"icon\":{\"paths\":[\"M841.2 225.36l-320-96c-2.753-0.857-5.919-1.351-9.2-1.351-17.67 0-31.995 14.322-32 31.991l-0 0v433.040c-33.811-30.34-78.739-48.892-128-48.892-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192 0-0.052-0-0.104-0-0.157l0 0.008v-533l278.8 83.64c2.96 0.998 6.368 1.573 9.911 1.573 17.673 0 32-14.327 32-32 0-14.652-9.847-27.004-23.285-30.799l-0.225-0.054zM352 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"music-note-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26518,\"id\":470,\"name\":\"music-note-simple\",\"prevSize\":16,\"code\":60425},\"setIdx\":0,\"setId\":0,\"iconIdx\":777},{\"icon\":{\"paths\":[\"M928 224c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM352 473v343c0 0.016 0 0.034 0 0.053 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 29.822 0 57.528 9.066 80.51 24.592l-0.51-0.325v-440.32c0.002-14.915 10.209-27.446 24.018-30.992l0.222-0.048 224-56c2.171-0.526 4.664-0.827 7.228-0.827 17.673 0 32 14.327 32 32 0 14.724-9.944 27.125-23.483 30.854l-0.225 0.053-199.76 49.96v126l280.24-70.040c2.171-0.526 4.664-0.827 7.228-0.827 17.673 0 32 14.327 32 32 0 14.724-9.944 27.125-23.483 30.854l-0.225 0.053zM288 816c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0zM864 480v208c0 0.016 0 0.034 0 0.053 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 29.822 0 57.528 9.066 80.51 24.592l-0.51-0.325v-88.32c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 688c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"music-notes-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26519,\"id\":469,\"name\":\"music-notes-plus\",\"prevSize\":16,\"code\":60426},\"setIdx\":0,\"setId\":0,\"iconIdx\":778},{\"icon\":{\"paths\":[\"M851.68 102.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-512 128c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v440.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-535l448-112v399.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-560c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM208 896c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM720 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"music-notes-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26520,\"id\":468,\"name\":\"music-notes-simple\",\"prevSize\":16,\"code\":60427},\"setIdx\":0,\"setId\":0,\"iconIdx\":779},{\"icon\":{\"paths\":[\"M917.32 392.84l-704.32-261.040c-6.21-2.21-13.374-3.486-20.835-3.486-35.346 0-64 28.654-64 64 0 7.406 1.258 14.519 3.572 21.135l-0.137-0.449c0.056 0.248 0.124 0.461 0.21 0.666l-0.010-0.026 261.040 703.68c8.741 25.040 32.156 42.683 59.691 42.683 0.207 0 0.414-0.001 0.62-0.003l-0.032 0h1.2c28.254-0.223 52.067-18.987 59.883-44.713l0.117-0.447 94.24-306.24 306.24-94.24c26.379-8.302 45.177-32.541 45.177-61.169 0-27.711-17.611-51.308-42.251-60.21l-0.446-0.141zM896 453.2l-306.24 94.24c-20.28 6.385-35.935 22.040-42.196 41.867l-0.124 0.453-94.24 306.24-0.24-0.68-260.96-703.32 703.92 261.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"navigation-arrow\"]},\"attrs\":[{}],\"properties\":{\"order\":26521,\"id\":467,\"name\":\"navigation-arrow\",\"prevSize\":16,\"code\":60428},\"setIdx\":0,\"setId\":0,\"iconIdx\":780},{\"icon\":{\"paths\":[\"M758.64 265.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-64 64c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l64-64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM896 288c0 0.133 0.001 0.29 0.001 0.447 0 44.040-17.923 83.894-46.872 112.665l-0.008 0.008-96 96c-4.533 4.538-10.422 7.722-17.007 8.892l-0.193 0.028c-205.96 35.36-549.84 377.12-553.28 380.6v0c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l0-0c6.6-6.44 345.36-348.24 380.56-553.36 1.198-6.778 4.382-12.667 8.92-17.2l0-0 96-96c28.953-28.944 68.946-46.846 113.12-46.846 88.366 0 160 71.634 160 160 0 0.016-0 0.032-0 0.048l0-0.002zM832 288c0-0.070 0-0.153 0-0.236 0-53.019-42.981-96-96-96-26.568 0-50.616 10.793-67.998 28.233l-0.003 0.003-88.92 89.16c-17.64 84.6-75.6 184.76-141.96 277.72 92.96-66.36 193.12-124.32 277.72-141.96l89.16-88.92c17.299-17.27 28.001-41.144 28.001-67.517 0-0.17-0-0.339-0.001-0.509l0 0.026z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"needle\"]},\"attrs\":[{}],\"properties\":{\"order\":26522,\"id\":466,\"name\":\"needle\",\"prevSize\":16,\"code\":60429},\"setIdx\":0,\"setId\":0,\"iconIdx\":781},{\"icon\":{\"paths\":[\"M352 448c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0zM384 608h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 256v480c0 53.019-42.981 96-96 96v0h-704c-0 0-0.001 0-0.001 0-52.865 0-95.749-42.73-95.999-95.536l-0-0.024v-384.44c0-17.673 14.327-32 32-32s32 14.327 32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-480c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM864 256h-640v480c0 0.041 0 0.090 0 0.139 0 11.422-2.008 22.375-5.691 32.525l0.21-0.664h613.48c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"newspaper\"]},\"attrs\":[{}],\"properties\":{\"order\":26523,\"id\":465,\"name\":\"newspaper\",\"prevSize\":16,\"code\":60430},\"setIdx\":0,\"setId\":0,\"iconIdx\":782},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 640c0.010 17.666 14.333 31.983 32 31.983 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383 17.667 0 31.99-14.317 32-31.982l0-0.001v-640c0-35.346-28.654-64-64-64v0zM864 812.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-588.24h704zM544 448c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM544 576c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM256 672h192c17.673 0 32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0zM288 416h128v192h-128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"newspaper-clipping\"]},\"attrs\":[{}],\"properties\":{\"order\":26524,\"id\":464,\"name\":\"newspaper-clipping\",\"prevSize\":16,\"code\":60431},\"setIdx\":0,\"setId\":0,\"iconIdx\":783},{\"icon\":{\"paths\":[\"M854.64 534.64l-320 320c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l320-320c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM790.64 137.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-608 608c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 608-608c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"notches\"]},\"attrs\":[{}],\"properties\":{\"order\":26525,\"id\":463,\"name\":\"notches\",\"prevSize\":16,\"code\":60432},\"setIdx\":0,\"setId\":0,\"iconIdx\":784},{\"icon\":{\"paths\":[\"M352 384c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM384 544h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM512 608h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v434.76c0 0.060 0 0.131 0 0.203 0 17.607-7.173 33.539-18.756 45.033l-0.004 0.004-205.24 205.24c-11.498 11.587-27.43 18.76-45.037 18.76-0.071 0-0.143-0-0.214-0l0.011 0h-434.76c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM192 832h416v-192c0-17.673 14.327-32 32-32v0h192v-416h-640zM672 672v114.8l114.76-114.8z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"note\"]},\"attrs\":[{}],\"properties\":{\"order\":26526,\"id\":462,\"name\":\"note\",\"prevSize\":16,\"code\":60433},\"setIdx\":0,\"setId\":0,\"iconIdx\":785},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h434.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 205.24-205.24c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-434.76c0-35.346-28.654-64-64-64v0zM192 192h640v416h-192c-17.673 0-32 14.327-32 32v0 192h-416zM786.76 672l-114.76 114.76v-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"note-blank\"]},\"attrs\":[{}],\"properties\":{\"order\":26527,\"id\":461,\"name\":\"note-blank\",\"prevSize\":16,\"code\":60434},\"setIdx\":0,\"setId\":0,\"iconIdx\":786},{\"icon\":{\"paths\":[\"M736 448c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM704 544h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM192 832h96v-640h-96zM832 832v-640h-480v640h480z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"notebook\"]},\"attrs\":[{}],\"properties\":{\"order\":26528,\"id\":460,\"name\":\"notebook\",\"prevSize\":16,\"code\":60435},\"setIdx\":0,\"setId\":0,\"iconIdx\":787},{\"icon\":{\"paths\":[\"M672 512c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM640 608h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 192v608c0 70.692-57.308 128-128 128v0h-448c-70.692 0-128-57.308-128-128v0-608c0-35.346 28.654-64 64-64v0h64v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h128v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h128v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h64c35.346 0 64 28.654 64 64v0zM800 192h-64v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-128v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-128v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-64v608c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"notepad\"]},\"attrs\":[{}],\"properties\":{\"order\":26529,\"id\":459,\"name\":\"notepad\",\"prevSize\":16,\"code\":60436},\"setIdx\":0,\"setId\":0,\"iconIdx\":788},{\"icon\":{\"paths\":[\"M918.64 233.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v128c0 17.673 14.327 32 32 32v0h128c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM498.76 608h-82.76v-82.76l256-256 82.76 82.76zM800 306.76l-82.76-82.76 50.76-50.76 82.76 82.76zM896 480v352c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h352c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352v640h640v-352c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"note-pencil\"]},\"attrs\":[{}],\"properties\":{\"order\":26530,\"id\":458,\"name\":\"note-pencil\",\"prevSize\":16,\"code\":60437},\"setIdx\":0,\"setId\":0,\"iconIdx\":789},{\"icon\":{\"paths\":[\"M864 512v320c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-608c0-35.346 28.654-64 64-64v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320v608h608v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 240c0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144v0c79.529 0 144 64.471 144 144v0zM864 240c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"notification\"]},\"attrs\":[{}],\"properties\":{\"order\":26531,\"id\":457,\"name\":\"notification\",\"prevSize\":16,\"code\":60438},\"setIdx\":0,\"setId\":0,\"iconIdx\":790},{\"icon\":{\"paths\":[\"M864 160h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v483.4l-292-530.84c-5.553-9.938-16.003-16.549-27.998-16.56l-256.002-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v576h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-483.4l292 530.84c5.553 9.938 16.003 16.549 27.998 16.56l160.002 0c17.673 0 32-14.327 32-32v0-608h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM310.12 224h86.96l316.8 576h-86.96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"notion-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26532,\"id\":456,\"name\":\"notion-logo\",\"prevSize\":16,\"code\":60439},\"setIdx\":0,\"setId\":0,\"iconIdx\":791},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM599.24 493.56c25.109-23.433 40.76-56.721 40.76-93.665 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 36.944 15.651 70.232 40.685 93.596l0.075 0.069c-34.645 26.573-56.76 67.987-56.76 114.565 0 79.529 64.471 144 144 144s144-64.471 144-144c0-46.578-22.115-87.992-56.417-114.313l-0.343-0.252zM448 400c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM512 688c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-eight\"]},\"attrs\":[{}],\"properties\":{\"order\":26533,\"id\":455,\"name\":\"number-circle-eight\",\"prevSize\":16,\"code\":60440},\"setIdx\":0,\"setId\":0,\"iconIdx\":792},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM475.12 352l-16.76 100.56c11.213-2.897 24.085-4.56 37.346-4.56 0.103 0 0.207 0 0.31 0l-0.016-0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-0.695 0.012-1.515 0.019-2.336 0.019-39.247 0-74.78-15.904-100.504-41.62l0 0c-5.98-5.82-9.691-13.947-9.691-22.941 0-17.673 14.327-32 32-32 9.212 0 17.516 3.893 23.354 10.124l0.016 0.018c14.209 13.87 33.659 22.427 55.108 22.427 0.722 0 1.441-0.010 2.158-0.029l-0.106 0.002c44.183 0 80-35.817 80-80s-35.817-80-80-80v0c-0.611-0.017-1.331-0.027-2.052-0.027-21.449 0-40.899 8.556-55.124 22.442l0.016-0.015c-5.811 5.916-13.895 9.583-22.836 9.583-17.673 0-32-14.327-32-32 0-1.859 0.158-3.681 0.463-5.453l-0.027 0.19 32-192c2.622-15.257 15.752-26.719 31.56-26.72l160-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-five\"]},\"attrs\":[{}],\"properties\":{\"order\":26534,\"id\":454,\"name\":\"number-circle-five\",\"prevSize\":16,\"code\":60441},\"setIdx\":0,\"setId\":0,\"iconIdx\":793},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM672 576c0 17.673-14.327 32-32 32v0h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-160c-0.001 0-0.002 0-0.002 0-17.673 0-32-14.327-32-32 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 96-288c4.368-12.823 16.306-21.882 30.36-21.882 17.674 0 32.002 14.328 32.002 32.002 0 3.62-0.601 7.1-1.709 10.345l0.067-0.225-81.96 245.88h115.6v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26535,\"id\":453,\"name\":\"number-circle-four\",\"prevSize\":16,\"code\":60442},\"setIdx\":0,\"setId\":0,\"iconIdx\":794},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM584 307.28c-20.649-12.121-45.477-19.28-71.978-19.28-79.529 0-144 64.471-144 144 0 79.437 64.322 143.851 143.724 144l0.014 0q3.76 0 7.56-0.24l-66.8 112c-2.874 4.705-4.575 10.398-4.575 16.489 0 11.642 6.217 21.831 15.511 27.43l0.144 0.081c4.705 2.874 10.398 4.575 16.489 4.575 11.642 0 21.831-6.217 27.43-15.511l0.081-0.144 129.12-216.68c12.085-20.642 19.222-45.453 19.222-71.931 0-53.029-28.624-99.372-71.264-124.421l-0.677-0.368zM581.32 472v0c-14.087 24.091-39.83 40.018-69.292 40.018-44.183 0-80-35.817-80-80s35.817-80 80-80c14.716 0 28.505 3.974 40.35 10.906l-0.378-0.204c24.063 14.094 39.968 39.821 39.968 69.263 0 14.734-3.983 28.538-10.932 40.394l0.204-0.377z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-nine\"]},\"attrs\":[{}],\"properties\":{\"order\":26536,\"id\":452,\"name\":\"number-circle-nine\",\"prevSize\":16,\"code\":60443},\"setIdx\":0,\"setId\":0,\"iconIdx\":795},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM560 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-324l-46.24 30.84c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 96-64c4.99-3.371 11.141-5.381 17.76-5.381 17.61 0 31.898 14.225 31.999 31.811l0 0.010z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-one\"]},\"attrs\":[{}],\"properties\":{\"order\":26537,\"id\":451,\"name\":\"number-circle-one\",\"prevSize\":16,\"code\":60444},\"setIdx\":0,\"setId\":0,\"iconIdx\":796},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM634.2 333.64c3.675 5.141 5.877 11.554 5.877 18.482 0 3.873-0.688 7.584-1.948 11.020l0.071-0.222-128 352c-4.596 12.402-16.324 21.080-30.079 21.080-0.042 0-0.085-0-0.127-0l0.007 0c-0.022 0-0.047 0-0.073 0-3.893 0-7.622-0.704-11.065-1.992l0.218 0.072c-12.402-4.596-21.081-16.324-21.081-30.080 0-3.918 0.704-7.672 1.993-11.142l-0.072 0.221 112.4-309.080h-146.32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c10.794 0.003 20.339 5.351 26.133 13.54l0.067 0.1z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-seven\"]},\"attrs\":[{}],\"properties\":{\"order\":26538,\"id\":450,\"name\":\"number-circle-seven\",\"prevSize\":16,\"code\":60445},\"setIdx\":0,\"setId\":0,\"iconIdx\":797},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 448c-2.44 0-4.88 0-7.28 0l66.76-111.6c2.841-4.684 4.522-10.346 4.522-16.4 0-17.674-14.328-32.002-32.002-32.002-11.62 0-21.793 6.193-27.4 15.459l-0.080 0.143-128.92 216c-12.273 20.749-19.524 45.728-19.524 72.4 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-0.027 0-0.053 0-0.080 0l0.004-0zM512 672c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-six\"]},\"attrs\":[{}],\"properties\":{\"order\":26539,\"id\":449,\"name\":\"number-circle-six\",\"prevSize\":16,\"code\":60446},\"setIdx\":0,\"setId\":0,\"iconIdx\":798},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM640 608c-0.021 79.513-64.484 143.964-144 143.964-40.273 0-76.684-16.532-102.817-43.18l-0.023-0.023c-6.169-5.846-10.009-14.097-10.009-23.246 0-17.673 14.327-32 32-32 9.377 0 17.813 4.034 23.666 10.46l0.023 0.026c14.531 14.816 34.759 24 57.131 24 44.183 0 80-35.817 80-80 0-44.173-35.801-79.984-79.97-80l-0.002-0c-17.669-0.005-31.991-14.33-31.991-32 0-6.875 2.168-13.244 5.858-18.46l-0.067 0.1 76.72-109.64h-130.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.669 0.005 31.991 14.33 31.991 32 0 6.875-2.168 13.244-5.858 18.46l0.067-0.1-84 120c53.125 22.082 89.8 73.557 89.8 133.599 0 0.014-0 0.029-0 0.043l0-0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-three\"]},\"attrs\":[{}],\"properties\":{\"order\":26540,\"id\":448,\"name\":\"number-circle-three\",\"prevSize\":16,\"code\":60447},\"setIdx\":0,\"setId\":0,\"iconIdx\":799},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM614.24 493.040l-134.24 178.96h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.68-230.24c7.997-10.565 12.809-23.927 12.809-38.412 0-35.346-28.654-64-64-64-27.604 0-51.127 17.476-60.107 41.968l-0.142 0.444c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c18.153-50.046 65.284-85.155 120.616-85.155 70.692 0 128 57.308 128 128 0 28.993-9.64 55.735-25.889 77.195l0.232-0.32z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-two\"]},\"attrs\":[{}],\"properties\":{\"order\":26541,\"id\":447,\"name\":\"number-circle-two\",\"prevSize\":16,\"code\":60448},\"setIdx\":0,\"setId\":0,\"iconIdx\":800},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 288c-56.92 0-104 25.76-136 74.44-25.88 39.44-40 92.56-40 149.56s14.24 110.12 40 149.56c32 48.72 78.96 74.44 136 74.44s104-25.72 136-74.44c25.88-39.44 40-92.56 40-149.56s-14.24-110.12-40-149.56c-32-48.68-79.080-74.44-136-74.44zM512 672c-88.4 0-112-100.56-112-160s23.6-160 112-160 112 100.56 112 160-23.6 160-112 160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-circle-zero\"]},\"attrs\":[{}],\"properties\":{\"order\":26542,\"id\":446,\"name\":\"number-circle-zero\",\"prevSize\":16,\"code\":60449},\"setIdx\":0,\"setId\":0,\"iconIdx\":801},{\"icon\":{\"paths\":[\"M622.2 477.080c49.728-35.177 81.8-92.456 81.8-157.226 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 64.77 32.072 122.049 81.201 156.823l0.599 0.403c-68.436 39.206-113.8 111.815-113.8 195.018 0 123.712 100.288 224 224 224s224-100.288 224-224c0-83.203-45.364-155.812-112.708-194.441l-1.092-0.577zM384 320c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM512 832c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-eight\"]},\"attrs\":[{}],\"properties\":{\"order\":26543,\"id\":445,\"name\":\"number-eight\",\"prevSize\":16,\"code\":60450},\"setIdx\":0,\"setId\":0,\"iconIdx\":802},{\"icon\":{\"paths\":[\"M704 640c-0.007 123.707-100.292 223.988-224 223.988-57.465 0-109.876-21.639-149.53-57.213l0.21 0.185c-7.030-5.91-11.466-14.708-11.466-24.543 0-17.673 14.327-32 32-32 8.58 0 16.372 3.377 22.118 8.874l-0.012-0.011c28.175 25.283 65.615 40.742 106.666 40.742 88.366 0 160-71.634 160-160s-71.634-160-160-160c-39.614 0-75.866 14.396-103.808 38.243l0.222-0.185c-5.525 4.67-12.729 7.509-20.596 7.509-17.673 0-32-14.327-32-32 0-2.176 0.217-4.301 0.631-6.354l-0.034 0.205 60.24-301.72c3.033-14.764 15.917-25.711 31.359-25.72l256.001-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-229.76l-41.28 206.4c23.471-9.122 50.638-14.408 79.040-14.408 123.712 0 224 100.288 224 224 0 0.003-0 0.006-0 0.009l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-five\"]},\"attrs\":[{}],\"properties\":{\"order\":26544,\"id\":444,\"name\":\"number-five\",\"prevSize\":16,\"code\":60451},\"setIdx\":0,\"setId\":0,\"iconIdx\":803},{\"icon\":{\"paths\":[\"M736 608c0 17.673-14.327 32-32 32v0h-64v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-288c-17.666-0.010-31.983-14.333-31.983-32 0-3.858 0.683-7.557 1.934-10.982l-0.071 0.222 160-448c4.804-11.985 16.323-20.295 29.782-20.295 17.673 0 32 14.327 32 32 0 3.507-0.564 6.883-1.607 10.041l0.065-0.226-144.72 405.24h242.6v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26545,\"id\":443,\"name\":\"number-four\",\"prevSize\":16,\"code\":60452},\"setIdx\":0,\"setId\":0,\"iconIdx\":804},{\"icon\":{\"paths\":[\"M512 160c-0.031-0-0.067-0-0.103-0-123.712 0-224 100.288-224 224s100.288 224 224 224c22.301 0 43.84-3.259 64.168-9.326l-1.585 0.406-122.48 217.2c-2.58 4.52-4.101 9.932-4.101 15.7 0 17.729 14.372 32.101 32.101 32.101 11.961 0 22.394-6.542 27.917-16.243l0.083-0.158 198.2-352c18.753-32.052 29.826-70.573 29.826-111.68 0-123.712-100.288-224-224-224-0.009 0-0.018 0-0.028 0l0.002-0zM512 544c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-nine\"]},\"attrs\":[{}],\"properties\":{\"order\":26546,\"id\":442,\"name\":\"number-nine\",\"prevSize\":16,\"code\":60453},\"setIdx\":0,\"setId\":0,\"iconIdx\":805},{\"icon\":{\"paths\":[\"M576 192v640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-583.48l-111.52 66.92c-4.703 2.87-10.393 4.568-16.48 4.568-17.678 0-32.008-14.331-32.008-32.008 0-11.591 6.161-21.743 15.387-27.36l0.141-0.080 160-96c4.703-2.87 10.393-4.57 16.48-4.57 17.673 0 32 14.327 32 32 0 0.003-0 0.007-0 0.010l0-0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-one\"]},\"attrs\":[{}],\"properties\":{\"order\":26547,\"id\":441,\"name\":\"number-one\",\"prevSize\":16,\"code\":60454},\"setIdx\":0,\"setId\":0,\"iconIdx\":806},{\"icon\":{\"paths\":[\"M702.64 201.2l-192 640c-4.305 12.931-16.296 22.089-30.427 22.089-17.673 0-32-14.327-32-32 0-3.021 0.419-5.944 1.201-8.715l-0.054 0.225 179.64-598.8h-277c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.669 0.005 31.991 14.33 31.991 32 0 3.281-0.494 6.447-1.411 9.427l0.060-0.227z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-seven\"]},\"attrs\":[{}],\"properties\":{\"order\":26548,\"id\":440,\"name\":\"number-seven\",\"prevSize\":16,\"code\":60455},\"setIdx\":0,\"setId\":0,\"iconIdx\":807},{\"icon\":{\"paths\":[\"M512 416c-22.268 0.011-43.77 3.269-64.066 9.326l1.586-0.406 122.48-217.2c2.58-4.52 4.101-9.932 4.101-15.7 0-17.729-14.372-32.101-32.101-32.101-11.961 0-22.394 6.542-27.917 16.243l-0.083 0.158-198.2 352c-18.753 32.052-29.826 70.573-29.826 111.68 0 123.712 100.288 224 224 224s224-100.288 224-224c0-123.703-100.274-223.985-223.973-224l-0.001-0zM512 800c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-six\"]},\"attrs\":[{}],\"properties\":{\"order\":26549,\"id\":439,\"name\":\"number-six\",\"prevSize\":16,\"code\":60456},\"setIdx\":0,\"setId\":0,\"iconIdx\":808},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM599.24 493.56c25.109-23.433 40.76-56.721 40.76-93.665 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 36.944 15.651 70.232 40.685 93.596l0.075 0.069c-34.645 26.573-56.76 67.987-56.76 114.565 0 79.529 64.471 144 144 144s144-64.471 144-144c0-46.578-22.115-87.992-56.417-114.313l-0.343-0.252zM448 400c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM512 688c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-eight\"]},\"attrs\":[{}],\"properties\":{\"order\":26550,\"id\":438,\"name\":\"number-square-eight\",\"prevSize\":16,\"code\":60457},\"setIdx\":0,\"setId\":0,\"iconIdx\":809},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM475.12 352l-16.76 100.56c11.213-2.897 24.085-4.56 37.346-4.56 0.103 0 0.207 0 0.31 0l-0.016-0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-0.695 0.012-1.515 0.019-2.336 0.019-39.247 0-74.78-15.904-100.504-41.62l0 0c-5.98-5.82-9.691-13.947-9.691-22.941 0-17.673 14.327-32 32-32 9.212 0 17.516 3.893 23.354 10.124l0.016 0.018c14.209 13.87 33.659 22.427 55.108 22.427 0.722 0 1.441-0.010 2.158-0.029l-0.106 0.002c44.183 0 80-35.817 80-80s-35.817-80-80-80v0c-0.611-0.017-1.331-0.027-2.052-0.027-21.449 0-40.899 8.556-55.124 22.442l0.016-0.015c-5.811 5.916-13.895 9.583-22.836 9.583-17.673 0-32-14.327-32-32 0-1.859 0.158-3.681 0.463-5.453l-0.027 0.19 32-192c2.622-15.257 15.752-26.719 31.56-26.72l160-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-five\"]},\"attrs\":[{}],\"properties\":{\"order\":26551,\"id\":437,\"name\":\"number-square-five\",\"prevSize\":16,\"code\":60458},\"setIdx\":0,\"setId\":0,\"iconIdx\":810},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM672 576c0 17.673-14.327 32-32 32v0h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-160c-0.001 0-0.002 0-0.002 0-17.673 0-32-14.327-32-32 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 96-288c4.368-12.823 16.306-21.882 30.36-21.882 17.674 0 32.002 14.328 32.002 32.002 0 3.62-0.601 7.1-1.709 10.345l0.067-0.225-81.96 245.88h115.6v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26552,\"id\":436,\"name\":\"number-square-four\",\"prevSize\":16,\"code\":60459},\"setIdx\":0,\"setId\":0,\"iconIdx\":811},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM584 307.28c-20.649-12.121-45.477-19.28-71.978-19.28-79.529 0-144 64.471-144 144 0 79.437 64.322 143.851 143.724 144l0.014 0q3.76 0 7.56-0.24l-66.8 112c-2.874 4.705-4.575 10.398-4.575 16.489 0 11.642 6.217 21.831 15.511 27.43l0.144 0.081c4.705 2.874 10.398 4.575 16.489 4.575 11.642 0 21.831-6.217 27.43-15.511l0.081-0.144 129.24-216.4c12.142-20.68 19.313-45.547 19.313-72.089 0-53.114-28.717-99.522-71.471-124.543l-0.681-0.368zM581.32 472v0c-14.087 24.091-39.83 40.018-69.292 40.018-44.183 0-80-35.817-80-80s35.817-80 80-80c14.716 0 28.505 3.974 40.35 10.906l-0.378-0.204c24.063 14.094 39.968 39.821 39.968 69.263 0 14.734-3.983 28.538-10.932 40.394l0.204-0.377z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-nine\"]},\"attrs\":[{}],\"properties\":{\"order\":26553,\"id\":435,\"name\":\"number-square-nine\",\"prevSize\":16,\"code\":60460},\"setIdx\":0,\"setId\":0,\"iconIdx\":812},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM560 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-324l-46.24 30.84c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 96-64c4.99-3.371 11.141-5.381 17.76-5.381 17.61 0 31.898 14.225 31.999 31.811l0 0.010z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-one\"]},\"attrs\":[{}],\"properties\":{\"order\":26554,\"id\":434,\"name\":\"number-square-one\",\"prevSize\":16,\"code\":60461},\"setIdx\":0,\"setId\":0,\"iconIdx\":813},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM634.2 333.64c3.675 5.141 5.877 11.554 5.877 18.482 0 3.873-0.688 7.584-1.948 11.020l0.071-0.222-128 352c-4.596 12.402-16.324 21.080-30.079 21.080-0.042 0-0.085-0-0.127-0l0.007 0c-0.022 0-0.047 0-0.073 0-3.893 0-7.622-0.704-11.065-1.992l0.218 0.072c-12.402-4.596-21.081-16.324-21.081-30.080 0-3.918 0.704-7.672 1.993-11.142l-0.072 0.221 112.4-309.080h-146.32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c10.794 0.003 20.339 5.351 26.133 13.54l0.067 0.1z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-seven\"]},\"attrs\":[{}],\"properties\":{\"order\":26555,\"id\":433,\"name\":\"number-square-seven\",\"prevSize\":16,\"code\":60462},\"setIdx\":0,\"setId\":0,\"iconIdx\":814},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM512 448c-2.44 0-4.88 0-7.28 0l66.76-111.6c2.841-4.684 4.522-10.346 4.522-16.4 0-17.674-14.328-32.002-32.002-32.002-11.62 0-21.793 6.193-27.4 15.459l-0.080 0.143-128.92 216c-12.273 20.749-19.524 45.728-19.524 72.4 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-0.027 0-0.053 0-0.080 0l0.004-0zM512 672c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-six\"]},\"attrs\":[{}],\"properties\":{\"order\":26556,\"id\":432,\"name\":\"number-square-six\",\"prevSize\":16,\"code\":60463},\"setIdx\":0,\"setId\":0,\"iconIdx\":815},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM640 592c-0.021 79.513-64.484 143.964-144 143.964-40.273 0-76.684-16.532-102.817-43.18l-0.023-0.023c-6.169-5.846-10.009-14.097-10.009-23.246 0-17.673 14.327-32 32-32 9.377 0 17.813 4.034 23.666 10.46l0.023 0.026c14.531 14.816 34.759 24 57.131 24 44.183 0 80-35.817 80-80 0-44.173-35.801-79.984-79.97-80l-0.002-0c-17.669-0.005-31.991-14.33-31.991-32 0-6.875 2.168-13.244 5.858-18.46l-0.067 0.1 76.72-109.64h-130.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.669 0.005 31.991 14.33 31.991 32 0 6.875-2.168 13.244-5.858 18.46l0.067-0.1-84 120c53.125 22.082 89.8 73.557 89.8 133.599 0 0.014-0 0.029-0 0.043l0-0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-three\"]},\"attrs\":[{}],\"properties\":{\"order\":26557,\"id\":431,\"name\":\"number-square-three\",\"prevSize\":16,\"code\":60464},\"setIdx\":0,\"setId\":0,\"iconIdx\":816},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM640 704c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.68-230.24c7.997-10.565 12.809-23.927 12.809-38.412 0-35.346-28.654-64-64-64-27.604 0-51.127 17.476-60.107 41.968l-0.142 0.444c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c4.749-13.127 10.997-24.494 18.715-34.684l-0.235 0.324c23.607-31.090 60.593-50.96 102.22-50.96 70.693 0 128 57.308 128 128 0 29.066-9.688 55.869-26.011 77.356l0.23-0.316-134.2 179.080h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-two\"]},\"attrs\":[{}],\"properties\":{\"order\":26558,\"id\":430,\"name\":\"number-square-two\",\"prevSize\":16,\"code\":60465},\"setIdx\":0,\"setId\":0,\"iconIdx\":817},{\"icon\":{\"paths\":[\"M512 288c-56.92 0-104 25.76-136 74.44-25.88 39.44-40 92.56-40 149.56s14.24 110.12 40 149.56c32 48.68 78.96 74.44 136 74.44s104-25.76 136-74.44c25.88-39.44 40-92.56 40-149.56s-14.24-110.12-40-149.56c-32-48.68-79.080-74.44-136-74.44zM512 672c-88.4 0-112-100.56-112-160s23.6-160 112-160 112 100.56 112 160-23.6 160-112 160zM832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-square-zero\"]},\"attrs\":[{}],\"properties\":{\"order\":26559,\"id\":429,\"name\":\"number-square-zero\",\"prevSize\":16,\"code\":60466},\"setIdx\":0,\"setId\":0,\"iconIdx\":818},{\"icon\":{\"paths\":[\"M704 640c-0.007 123.707-100.292 223.988-224 223.988-57.465 0-109.876-21.639-149.53-57.213l0.21 0.185c-7.030-5.91-11.466-14.708-11.466-24.543 0-17.673 14.327-32 32-32 8.58 0 16.372 3.377 22.118 8.874l-0.012-0.011c28.172 25.269 65.602 40.72 106.641 40.72 88.366 0 160-71.634 160-160 0-88.352-71.612-159.978-159.959-160l-0.002-0c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 153.6-204.8h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32 0 7.24-2.404 13.919-6.458 19.28l0.058-0.080-159.36 212.48c96.176 26.662 165.626 113.362 165.76 216.304l0 0.016z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-three\"]},\"attrs\":[{}],\"properties\":{\"order\":26560,\"id\":428,\"name\":\"number-three\",\"prevSize\":16,\"code\":60467},\"setIdx\":0,\"setId\":0,\"iconIdx\":819},{\"icon\":{\"paths\":[\"M704 832c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 287.76-383.68c16.456-21.317 26.376-48.412 26.376-77.824 0-70.692-57.308-128-128-128-41.953 0-79.193 20.184-102.537 51.371l-0.239 0.334c-5.682 7.481-10.737 15.975-14.79 25.017l-0.33 0.823c-5.069 11.386-16.284 19.18-29.32 19.18-17.673 0-32-14.327-32-32 0-4.638 0.987-9.045 2.761-13.023l-0.081 0.203c30.403-68.345 97.709-115.138 175.944-115.138 106.039 0 192 85.961 192 192 0 43.571-14.514 83.753-38.97 115.974l0.346-0.476-249.32 332.44h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-two\"]},\"attrs\":[{}],\"properties\":{\"order\":26561,\"id\":427,\"name\":\"number-two\",\"prevSize\":16,\"code\":60468},\"setIdx\":0,\"setId\":0,\"iconIdx\":820},{\"icon\":{\"paths\":[\"M733 252.8c-52-81.64-128.4-124.8-221-124.8s-169 43.16-221 124.8c-43 67.92-67 159.96-67 259.2s24 191.28 67 259.2c52 81.64 128.4 124.8 221 124.8s169-43.16 221-124.8c43.2-68 67-160 67-259.2s-23.8-191.28-67-259.2zM512 832c-154.72 0-224-160.72-224-320s69.28-320 224-320 224 160.72 224 320-69.28 320-224 320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"number-zero\"]},\"attrs\":[{}],\"properties\":{\"order\":26562,\"id\":426,\"name\":\"number-zero\",\"prevSize\":16,\"code\":60469},\"setIdx\":0,\"setId\":0,\"iconIdx\":821},{\"icon\":{\"paths\":[\"M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.137-105.984-86.016-191.863-191.987-192l-0.013-0zM512 640c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 896l-352-192.72v-382.56l352-192.72 352 192.68v382.56z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"nut\"]},\"attrs\":[{}],\"properties\":{\"order\":26563,\"id\":425,\"name\":\"nut\",\"prevSize\":16,\"code\":60470},\"setIdx\":0,\"setId\":0,\"iconIdx\":822},{\"icon\":{\"paths\":[\"M688 544c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM738.48 413l-262.84-122.64c-138.982 18.126-245.979 133.196-251.384 274.304l-0.016 0.536 272.72-145.44c4.355-2.365 9.535-3.755 15.040-3.755 17.671 0 31.997 14.324 32 31.994l0 0v414.2c114.999-12.813 208.601-92.038 242.283-197.971l0.557-2.029c4.244-13.086 16.327-22.382 30.58-22.382 17.718 0 32.082 14.363 32.082 32.082 0 3.465-0.549 6.801-1.565 9.927l0.064-0.227c-46.528 143.648-179.129 245.696-335.564 245.696-194.404 0-352-157.596-352-352 0-64.354 17.269-124.674 47.427-176.579l-0.902 1.683c-47.138-24.31-78.812-72.656-78.812-128.4 0-79.477 64.387-143.916 143.844-144l0.008-0c4.908 0.008 9.557 1.113 13.716 3.083l-0.196-0.083 473 220.72c41.211-3.559 73.315-37.891 73.315-79.72 0-44.125-35.723-79.906-79.826-80l-0.009-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-4.908-0.008-9.557-1.113-13.716-3.083l0.196 0.083zM352 815.32v-245.72l-121.96 65.040c16.249 75.736 60.407 139.072 120.943 180.031l1.017 0.649zM480 501.32l-64 34.16v312c18.58 6.845 40.242 12.012 62.699 14.56l1.301 0.12zM384.52 248l-119.040-55.72c-41.201 3.571-73.291 37.897-73.291 79.718 0 34.309 21.598 63.574 51.939 74.94l0.552 0.181c2.4-2.84 4.8-5.68 7.36-8.44 35.9-39.181 80.199-70.054 130.099-89.847l2.381-0.833z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"ny-times-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26564,\"id\":424,\"name\":\"ny-times-logo\",\"prevSize\":16,\"code\":60471},\"setIdx\":0,\"setId\":0,\"iconIdx\":823},{\"icon\":{\"paths\":[\"M909.24 320.96l-206.2-206.2c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-291.6c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-206.2 206.2c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v291.6c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 206.2 206.2c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h291.6c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 206.2-206.2c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-291.6c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004zM864 657.8l-206.2 206.2h-291.6l-206.2-206.2v-291.6l206.2-206.2h291.6l206.2 206.2z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"octagon\"]},\"attrs\":[{}],\"properties\":{\"order\":26565,\"id\":423,\"name\":\"octagon\",\"prevSize\":16,\"code\":60472},\"setIdx\":0,\"setId\":0,\"iconIdx\":824},{\"icon\":{\"paths\":[\"M992 512c0 17.673-14.327 32-32 32v0h-66.68c-15.993 91.324-94.632 159.865-189.306 160l-0.014 0h-160v96h96c70.692 0 128 57.308 128 128v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-35.346-28.654-64-64-64v0h-96v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-96c-35.346 0-64 28.654-64 64v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692 57.308-128 128-128v0h96v-96h-160c-94.688-0.135-173.327-68.676-189.152-158.846l-0.168-1.154h-66.68c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0c0 70.692 57.308 128 128 128v0h384c70.692 0 128-57.308 128-128v0c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM271.64 553.92c-9.717-11.163-15.641-25.85-15.641-41.922 0-3.188 0.233-6.322 0.683-9.386l-0.042 0.348 54.88-384c4.714-31.176 31.255-54.818 63.345-54.96l0.015-0h274.24c32.105 0.142 58.646 23.784 63.316 54.604l0.044 0.356 54.88 384c0.408 2.716 0.642 5.851 0.642 9.040 0 35.346-28.654 64-64 64-0.001 0-0.001-0-0.002-0l-384 0c-19.275-0-36.561-8.521-48.294-22.003l-0.066-0.077zM320 512h384l-54.88-384h-274.28z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"office-chair\"]},\"attrs\":[{}],\"properties\":{\"order\":26566,\"id\":422,\"name\":\"office-chair\",\"prevSize\":16,\"code\":60473},\"setIdx\":0,\"setId\":0,\"iconIdx\":825},{\"icon\":{\"paths\":[\"M928 736c0 17.673-14.327 32-32 32v0h-252.24c-0.060 0-0.132 0-0.204 0-24.851 0-46.377-14.235-56.869-34.996l-0.167-0.364-206.28-412.64h-252.24c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h252.24c0.060-0 0.132-0 0.204-0 24.851 0 46.377 14.235 56.869 34.996l0.167 0.364 206.28 412.64h252.24c17.673 0 32 14.327 32 32v0zM608 320h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"option\"]},\"attrs\":[{}],\"properties\":{\"order\":26567,\"id\":421,\"name\":\"option\",\"prevSize\":16,\"code\":60474},\"setIdx\":0,\"setId\":0,\"iconIdx\":826},{\"icon\":{\"paths\":[\"M992 320h-960c-17.673 0-32 14.327-32 32v0c0 282.77 229.23 512 512 512s512-229.23 512-512v0c0-17.673-14.327-32-32-32v0zM309.6 599.64l170.4-170.4v241.16c-65.432-6.715-123.868-32.318-170.939-71.192l0.539 0.432zM264.36 554.4c-38.442-46.532-64.045-104.968-70.646-169.040l-0.114-1.36h241.16zM544 429.24l170.4 170.4c-46.532 38.442-104.968 64.045-169.040 70.646l-1.36 0.114zM759.64 554.4l-170.4-170.4h241.16c-6.715 65.432-32.318 123.868-71.192 170.939l0.432-0.539zM512 800c-236.057-0.29-429.38-182.86-446.79-414.501l-0.090-1.499h64.24c17.184 197.722 181.929 351.71 382.64 351.71s365.456-153.988 382.539-350.267l0.101-1.443h64.24c-17.5 233.14-210.823 415.71-446.851 416l-0.029 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"orange-slice\"]},\"attrs\":[{}],\"properties\":{\"order\":26568,\"id\":420,\"name\":\"orange-slice\",\"prevSize\":16,\"code\":60475},\"setIdx\":0,\"setId\":0,\"iconIdx\":827},{\"icon\":{\"paths\":[\"M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 128l321.36 176-119.080 65.2-321.4-176zM512 480l-321.36-176 135.6-74.24 321.36 176zM160 360l320 175.12v343.16l-320-175zM864 703.12v0l-320 175.16v-343l128-70.040v142.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-177.8l128-70.2v343.080z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"package\"]},\"attrs\":[{}],\"properties\":{\"order\":26569,\"id\":419,\"name\":\"package\",\"prevSize\":16,\"code\":60476},\"setIdx\":0,\"setId\":0,\"iconIdx\":828},{\"icon\":{\"paths\":[\"M928 128c0-17.673-14.327-32-32-32v0c-176.32 0-357.24 198.84-457.72 330.52-21.023-6.674-45.202-10.521-70.28-10.521-132.548 0-240 107.452-240 240 0 0 0 0 0 0l0 0c0 123.52-78.16 178.92-81.88 181.48-8.551 5.833-14.092 15.529-14.092 26.52 0 17.663 14.311 31.984 31.971 32l304.002 0c0 0 0 0 0.001 0 132.548 0 240-107.452 240-240 0-25.078-3.846-49.257-10.981-71.98l0.46 1.7c131.72-100.48 330.52-281.4 330.52-457.72zM368 832h-229.48c27-38.36 53.48-96.32 53.48-176 0-97.202 78.798-176 176-176s176 78.798 176 176c0 97.202-78.798 176-176 176v0zM497.68 454.2q20.56-26.64 40.36-50.2c32.534 22.178 59.782 49.426 81.283 80.91l0.677 1.050q-23.6 19.76-50.2 40.36c-18.956-29.077-43.044-53.164-71.192-71.551l-0.928-0.569zM668.48 443.48c-24.532-34.342-53.659-63.469-86.881-87.239l-1.119-0.761c127.12-138.12 223-180 279.6-191.64-11.4 56.64-53.48 152.52-191.6 279.64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paint-brush\"]},\"attrs\":[{}],\"properties\":{\"order\":26570,\"id\":418,\"name\":\"paint-brush\",\"prevSize\":16,\"code\":60477},\"setIdx\":0,\"setId\":0,\"iconIdx\":829},{\"icon\":{\"paths\":[\"M864 96h-576c-88.366 0-160 71.634-160 160v0 288c0 53.019 42.981 96 96 96v0h192l-31.56 186.68c-0.274 1.596-0.434 3.437-0.44 5.314l-0 0.006c0 70.692 57.308 128 128 128s128-57.308 128-128v0c-0.006-1.883-0.166-3.724-0.467-5.518l0.027 0.198-31.56-186.68h192c53.019 0 96-42.981 96-96v0-416c0-17.673-14.327-32-32-32v0zM288 160h416v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h64v256h-640v-160c0-53.019 42.981-96 96-96v0zM800 576h-192c-0-0-0.001-0-0.002-0-35.346 0-64 28.654-64 64 0 3.189 0.233 6.324 0.684 9.388l-0.042-0.348v0.8l31.36 184.56c0 35.346-28.654 64-64 64s-64-28.654-64-64v0l31.2-184.56v-0.8c0.408-2.716 0.642-5.851 0.642-9.040 0-35.291-28.564-63.91-63.833-64l-0.009-0h-192c-17.673 0-32-14.327-32-32v0-64h640v64c0 17.673-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paint-brush-broad\"]},\"attrs\":[{}],\"properties\":{\"order\":26571,\"id\":417,\"name\":\"paint-brush-broad\",\"prevSize\":16,\"code\":60478},\"setIdx\":0,\"setId\":0,\"iconIdx\":830},{\"icon\":{\"paths\":[\"M922.56 101.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-0.4 0.4-0.8 0.8-1.16 1.24l-219.64 244.72-36.72-36.84c-17.374-17.383-41.381-28.136-67.9-28.136s-50.526 10.752-67.9 28.135l-306.76 306.8c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l320 320c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l306.76-306.6c17.383-17.374 28.136-41.381 28.136-67.9s-10.752-50.526-28.135-67.9l-36.84-36.8 244.72-219.64c0.45-0.376 0.855-0.769 1.23-1.189l0.010-0.011c23.193-23.168 37.541-55.189 37.541-90.56s-14.347-67.391-37.539-90.559l-0.001-0.001zM384 914.76l-66.72-66.76 89.36-89.4c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-89.4 89.36-50.72-50.72 89.36-89.4c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-89.4 89.36-66.76-66.72 178.76-178.76 274.76 274.76zM877.84 236.64l-244 219c-13.061 11.765-21.235 28.735-21.235 47.615 0 17.678 7.168 33.682 18.755 45.265l0 0 36.8 36.84c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l-60 60-274.88-274.6 60-60c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l36.84 36.8c11.583 11.588 27.587 18.755 45.265 18.755 18.88 0 35.85-8.175 47.564-21.178l0.051-0.057 219-244c11.453-10.897 26.984-17.601 44.081-17.601 35.346 0 64 28.654 64 64 0 17.097-6.704 32.628-17.627 44.108l0.025-0.027z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paint-brush-household\"]},\"attrs\":[{}],\"properties\":{\"order\":26572,\"id\":416,\"name\":\"paint-brush-household\",\"prevSize\":16,\"code\":60479},\"setIdx\":0,\"setId\":0,\"iconIdx\":831},{\"icon\":{\"paths\":[\"M932 647c-5.426-4.373-12.404-7.020-20-7.020s-14.574 2.647-20.062 7.068l0.062-0.048c-3.76 3.040-92 74.72-92 169 0 61.856 50.144 112 112 112s112-50.144 112-112v0c0-94.28-88.24-165.96-92-169zM912 864c-26.51 0-48-21.49-48-48v0c0-40.72 28-78.12 48-99.72 20 21.68 48 59.2 48 99.72 0 26.51-21.49 48-48 48v0zM918.64 471.32l-429.96-429.96c-5.79-5.786-13.787-9.365-22.62-9.365s-16.83 3.579-22.62 9.365l0-0-162.44 162.64-98.4-98.64c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l98.4 98.4-175.76 175.64c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l339.56 339.56c17.372 17.371 41.371 28.115 67.88 28.115s50.508-10.744 67.88-28.116l383.32-383.32c5.822-5.796 9.425-13.817 9.425-22.68s-3.603-16.884-9.424-22.679l-0.001-0.001zM490.040 854.64c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-339.44-339.44c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l175.64-175.68 116.48 116.48c-8.47 15.386-13.453 33.721-13.453 53.22 0 61.856 50.144 112 112 112s112-50.144 112-112c0-61.856-50.144-112-112-112-19.534 0-37.9 5.001-53.887 13.792l0.58-0.292-116.44-116.44 140-139.8 384.68 384.68zM496 416c26.476 0.044 47.922 21.518 47.922 48 0 26.51-21.49 48-48 48s-48-21.49-48-48c0-13.284 5.396-25.308 14.116-33.999l0.001-0.001c8.68-8.651 20.657-14 33.882-14 0.027 0 0.055 0 0.082 0l-0.004-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paint-bucket\"]},\"attrs\":[{}],\"properties\":{\"order\":26573,\"id\":415,\"name\":\"paint-bucket\",\"prevSize\":16,\"code\":60480},\"setIdx\":0,\"setId\":0,\"iconIdx\":832},{\"icon\":{\"paths\":[\"M928 352h-64v-96c0-35.346-28.654-64-64-64v0h-608c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96c0 35.346 28.654 64 64 64v0h608c35.346 0 64-28.654 64-64v0-96h64v200l-401.6 114.6c-26.913 7.975-46.24 32.409-46.4 61.381l-0 0.019v136c0 17.673 14.327 32 32 32s32-14.327 32-32v0-136l401.6-114.72c26.875-7.964 46.185-32.338 46.4-61.255l0-0.025v-200c0-35.346-28.654-64-64-64v0zM800 512h-608v-256h608v256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paint-roller\"]},\"attrs\":[{}],\"properties\":{\"order\":26574,\"id\":414,\"name\":\"paint-roller\",\"prevSize\":16,\"code\":60481},\"setIdx\":0,\"setId\":0,\"iconIdx\":833},{\"icon\":{\"paths\":[\"M803.080 215.56c-74.607-73.9-177.299-119.56-290.657-119.56-0.149 0-0.298 0-0.446 0l-4.257-0c-227.902 2.42-411.72 187.732-411.72 415.978 0 0.008 0 0.015 0 0.023l-0-0.001c0 172 106.32 316.24 277.44 376.68 12.675 4.614 27.306 7.283 42.56 7.283 70.679 0 127.979-57.286 128-127.961l0-0.002c0-35.346 28.654-64 64-64v0h184.84c0.183 0.001 0.399 0.001 0.616 0.001 60.448 0 111.051-42.152 124.019-98.666l0.165-0.855c6.594-27.799 10.375-59.717 10.375-92.518 0-1.224-0.005-2.447-0.016-3.669l0.001 0.187c-0.884-114.897-48.535-218.494-124.831-292.834l-0.089-0.086zM855.080 590.4c-6.603 28.601-31.853 49.6-62.008 49.6-0.082 0-0.163-0-0.244-0l0.013 0h-184.84c-70.692 0-128 57.308-128 128v0c-0.053 35.306-28.686 63.907-64 63.907-7.612 0-14.914-1.329-21.686-3.768l0.446 0.14c-144.8-51.080-234.76-172.28-234.76-316.28-0-0.005-0-0.012-0-0.019 0-193.124 155.528-349.923 348.165-351.98l0.195-0.002h3.6c193.041 0.774 349.524 156.204 351.998 348.766l0.002 0.234c0.009 0.919 0.013 2.005 0.013 3.092 0 27.76-3.182 54.778-9.202 80.707l0.469-2.398zM560 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM384 624c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"palette\"]},\"attrs\":[{}],\"properties\":{\"order\":26575,\"id\":413,\"name\":\"palette\",\"prevSize\":16,\"code\":60482},\"setIdx\":0,\"setId\":0,\"iconIdx\":834},{\"icon\":{\"paths\":[\"M895.52 856l-88-704c-4.113-31.736-30.972-56-63.498-56-0.008 0-0.015 0-0.023 0l-463.999-0c-0.006-0-0.014-0-0.022-0-32.526 0-59.385 24.264-63.464 55.678l-0.034 0.322-88 704c-0.32 2.402-0.502 5.18-0.502 8 0 35.346 28.654 64 64 64 0.008 0 0.015-0 0.023-0l162.759 0c0.003 0 0.007 0 0.011 0 29.747 0 54.755-20.295 61.931-47.795l0.099-0.445 95.2-368 95.16 367.76c7.188 28.063 32.249 48.475 62.079 48.48l162.761 0c0.006 0 0.014 0 0.022 0 35.346 0 64-28.654 64-64 0-2.82-0.182-5.598-0.536-8.321l0.034 0.321zM771.6 380.8c-46.807-11.011-83.224-46.496-95.395-91.902l-0.205-0.898h84zM744 160l8 64h-480l8-64zM264 288h84c-12.376 46.304-48.793 81.789-94.728 92.627l-0.872 0.173zM354.76 864h-162.76l52-417.080c86.021-9.398 154.464-74.32 169.112-157.766l0.168-1.154h66.72v92zM669.16 863.76l-125.16-483.76v-92h66.72c14.816 84.6 83.259 149.522 168.421 158.844l0.859 0.076 52 417.080z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pants\"]},\"attrs\":[{}],\"properties\":{\"order\":26576,\"id\":412,\"name\":\"pants\",\"prevSize\":16,\"code\":60483},\"setIdx\":0,\"setId\":0,\"iconIdx\":835},{\"icon\":{\"paths\":[\"M838.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-328.2 328c-40.54 40.535-96.542 65.606-158.4 65.606-123.726 0-224.026-100.3-224.026-224.026 0-61.868 25.079-117.878 65.625-158.42l0-0 397.040-402.88c28.966-28.996 68.998-46.932 113.22-46.932 88.383 0 160.032 71.649 160.032 160.032 0 44.162-17.888 84.146-46.814 113.101l0.001-0.001-397.12 402.88c-17.403 17.403-41.444 28.167-68 28.167-53.111 0-96.167-43.055-96.167-96.167 0-26.556 10.764-50.597 28.167-68l0-0 333.2-338.48c5.853-6.233 14.146-10.115 23.346-10.115 17.673 0 32 14.327 32 32 0 9.021-3.733 17.17-9.738 22.987l-0.008 0.008-333.24 338.84c-5.845 5.8-9.464 13.838-9.464 22.72 0 17.675 14.329 32.004 32.004 32.004 8.793 0 16.758-3.546 22.542-9.286l-0.002 0.002 397.080-402.68c17.427-17.392 28.208-41.437 28.208-68 0-53.057-43.011-96.068-96.068-96.068-26.494 0-50.482 10.725-67.862 28.069l0.002-0.002-396.96 402.72c-29.011 28.967-46.958 69.007-46.958 113.24 0 88.376 71.643 160.018 160.018 160.018 44.143 0 84.111-17.874 113.062-46.78l-0.002 0.002 328.24-328c5.782-5.739 13.747-9.285 22.54-9.285 8.873 0 16.902 3.611 22.698 9.444l0.002 0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paperclip\"]},\"attrs\":[{}],\"properties\":{\"order\":26577,\"id\":411,\"name\":\"paperclip\",\"prevSize\":16,\"code\":60484},\"setIdx\":0,\"setId\":0,\"iconIdx\":836},{\"icon\":{\"paths\":[\"M992 512c-0.137 123.657-100.343 223.863-223.987 224l-576.013 0c-88.366 0-160-71.634-160-160s71.634-160 160-160v0h576c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-576c-53.019 0-96 42.981-96 96s42.981 96 96 96v0h576c88.366 0 160-71.634 160-160s-71.634-160-160-160v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c123.657 0.137 223.863 100.343 224 223.987l0 0.013z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paperclip-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":26578,\"id\":410,\"name\":\"paperclip-horizontal\",\"prevSize\":16,\"code\":60485},\"setIdx\":0,\"setId\":0,\"iconIdx\":837},{\"icon\":{\"paths\":[\"M951.6 800.36l-384.2-671.64c-11.187-19.613-31.964-32.622-55.78-32.622s-44.593 13.008-55.615 32.308l-0.165 0.314-383.56 672c-5.137 9.006-8.166 19.79-8.166 31.281 0 35.346 28.654 64 64 64 7.585 0 14.861-1.319 21.612-3.741l-0.447 0.14 362.64-124 362.72 124c6.355 2.321 13.691 3.663 21.341 3.663 35.346 0 64-28.654 64-64 0-11.645-3.11-22.564-8.546-31.972l0.164 0.309zM895.6 831.72l-351.6-120.28v-231.44c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 231.12l-352 120.88 383.44-672 384.56 672z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paper-plane\"]},\"attrs\":[{}],\"properties\":{\"order\":26579,\"id\":409,\"name\":\"paper-plane\",\"prevSize\":16,\"code\":60486},\"setIdx\":0,\"setId\":0,\"iconIdx\":838},{\"icon\":{\"paths\":[\"M895.48 456l-672-383.56c-9.013-5.147-19.808-8.182-31.311-8.182-35.346 0-64 28.654-64 64 0 7.531 1.301 14.759 3.69 21.47l-0.139-0.447 124 361.88c-0.008 0.060-0.012 0.13-0.012 0.2s0.004 0.14 0.013 0.208l-0.001-0.008c-0.011 0.060-0.017 0.129-0.017 0.2s0.006 0.14 0.018 0.207l-0.001-0.007-124 362.68c-2.325 6.36-3.67 13.703-3.67 21.36 0 35.329 28.625 63.971 63.947 64l0.003 0c11.653-0.031 22.572-3.144 31.993-8.566l-0.313 0.166 671.64-384.2c19.669-11.172 32.722-31.98 32.722-55.836 0-23.776-12.965-44.523-32.21-55.559l-0.312-0.165zM192 896v-0.36l120.56-351.64h231.44c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-231.12l-120.64-351.52-0.24-0.48 672 383.32z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paper-plane-right\"]},\"attrs\":[{}],\"properties\":{\"order\":26580,\"id\":408,\"name\":\"paper-plane-right\",\"prevSize\":16,\"code\":60487},\"setIdx\":0,\"setId\":0,\"iconIdx\":839},{\"icon\":{\"paths\":[\"M909.28 114.72c-11.58-11.573-27.574-18.731-45.24-18.731-6.196 0-12.186 0.88-17.852 2.523l0.452-0.112h-0.6l-767.76 232.96c-26.963 7.936-46.311 32.462-46.311 61.507 0 25.403 14.8 47.35 36.248 57.687l0.383 0.166 342.48 162.2 162.2 342.48c10.353 21.798 32.189 36.6 57.483 36.6 0.069 0 0.139-0 0.208-0l-0.011 0q2.76 0 5.52-0.24c26.784-2.233 48.696-20.784 55.889-45.591l0.111-0.449 232.8-767.76c0-0.2 0-0.4 0-0.6 1.575-5.287 2.482-11.363 2.482-17.65 0-17.542-7.057-33.435-18.488-44.996l0.006 0.006zM631.32 927.4l-0.2 0.56-157.44-332.36 188.96-189c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-189 188.96-331.84-157.44 767.44-232.88z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paper-plane-tilt\"]},\"attrs\":[{}],\"properties\":{\"order\":26581,\"id\":407,\"name\":\"paper-plane-tilt\",\"prevSize\":16,\"code\":60488},\"setIdx\":0,\"setId\":0,\"iconIdx\":840},{\"icon\":{\"paths\":[\"M928 480c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0c-229.641 0.273-415.727 186.359-416 415.974l-0 0.026c-0 0.017-0 0.038-0 0.058 0 10.132 4.744 19.155 12.132 24.971l0.068 0.052c0.179 0.192 0.375 0.363 0.588 0.512l0.012 0.008 371.2 278.4v80h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-80l371.2-278.4c7.807-5.9 12.8-15.167 12.8-25.6v-0zM862.56 448h-159.24c-6.16-151.8-55.64-249.72-100.44-308 141.066 38.833 245.453 159.518 259.569 306.57l0.111 1.43zM512 136c21.213 18.806 39.566 40.134 54.79 63.675l0.73 1.205c30.44 47.12 66.28 126.6 71.76 247.12h-254.56c5.48-120.52 41.32-200 71.76-246.96 15.948-24.809 34.302-46.19 55.206-64.766l0.314-0.274zM617.6 512l-105.6 190.12-105.6-190.12zM333.16 512l78 140.36-187.16-140.36zM690.84 512h109.16l-187.16 140.36zM421.12 140c-44.8 58.28-94.28 156.2-100.44 308h-159.24c14.227-148.481 118.614-269.166 257.202-307.417l2.478-0.583z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"parachute\"]},\"attrs\":[{}],\"properties\":{\"order\":26582,\"id\":406,\"name\":\"parachute\",\"prevSize\":16,\"code\":60489},\"setIdx\":0,\"setId\":0,\"iconIdx\":841},{\"icon\":{\"paths\":[\"M832 160h-448c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h160v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-608h96v608c0 17.673 14.327 32 32 32s32-14.327 32-32v0-608h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 608h-160c-106.039 0-192-85.961-192-192s85.961-192 192-192v0h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paragraph\"]},\"attrs\":[{}],\"properties\":{\"order\":26583,\"id\":405,\"name\":\"paragraph\",\"prevSize\":16,\"code\":60490},\"setIdx\":0,\"setId\":0,\"iconIdx\":842},{\"icon\":{\"paths\":[\"M981.72 189.24c-11.525-17.701-31.219-29.24-53.607-29.24-0.040 0-0.079 0-0.119 0l0.006-0h-572.76c-0.001-0-0.003-0-0.005-0-25.825 0-48.077 15.296-58.192 37.322l-0.164 0.398-259.2 576c-3.565 7.723-5.645 16.758-5.645 26.28 0 35.334 28.634 63.98 63.963 64l572.762 0c0.001 0 0.003 0 0.005 0 25.825 0 48.077-15.296 58.192-37.322l0.164-0.398 259.2-576c3.57-7.727 5.652-16.768 5.652-26.296 0-12.913-3.824-24.933-10.402-34.988l0.15 0.245zM668.76 800h-572.76l259.24-576h572.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"parallelogram\"]},\"attrs\":[{}],\"properties\":{\"order\":26584,\"id\":404,\"name\":\"parallelogram\",\"prevSize\":16,\"code\":60491},\"setIdx\":0,\"setId\":0,\"iconIdx\":843},{\"icon\":{\"paths\":[\"M928 768h-128v-96h96c17.671-0.003 31.995-14.329 31.995-32 0-2.756-0.348-5.43-1.003-7.982l0.048 0.222-128-512c-3.601-14.023-16.13-24.221-31.040-24.221s-27.439 10.198-30.992 23.999l-0.048 0.222-128 512c-0.607 2.33-0.955 5.004-0.955 7.76 0 17.671 14.324 31.997 31.995 32l96 0v96h-256v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 260l87 348h-174zM256 576h160v64h-160zM256 704h160v64h-160zM464 384c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM464 224c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"park\"]},\"attrs\":[{}],\"properties\":{\"order\":26585,\"id\":403,\"name\":\"park\",\"prevSize\":16,\"code\":60492},\"setIdx\":0,\"setId\":0,\"iconIdx\":844},{\"icon\":{\"paths\":[\"M192 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM528 442l-80 26v-84c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 84l-80-26c-2.985-1.015-6.424-1.6-10-1.6-17.695 0-32.040 14.345-32.040 32.040 0 14.12 9.133 26.106 21.815 30.374l0.226 0.066 80 25.96-49.36 68c-4.143 5.34-6.641 12.137-6.641 19.517 0 17.673 14.327 32 32 32 10.916 0 20.556-5.466 26.331-13.811l0.070-0.106 49.36-68 49.36 68c5.845 8.451 15.485 13.917 26.401 13.917 17.673 0 32-14.327 32-32 0-7.38-2.498-14.177-6.695-19.59l0.054 0.073-49.36-68 80-25.96c12.277-4.66 20.844-16.326 20.844-29.992 0-17.673-14.327-32-32-32-2.975 0-5.856 0.406-8.589 1.166l0.225-0.053zM952 462.56c-4.323-12.901-16.299-22.032-30.408-22.032-3.425 0-6.725 0.538-9.819 1.535l0.227-0.063-80 26v-84c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 84l-80-25.96c-2.956-0.995-6.361-1.569-9.9-1.569-17.678 0-32.009 14.331-32.009 32.009 0 14.139 9.168 26.138 21.883 30.375l0.226 0.065 80 25.96-49.36 68c-4.143 5.34-6.641 12.137-6.641 19.517 0 17.673 14.327 32 32 32 10.916 0 20.556-5.466 26.331-13.811l0.070-0.106 49.36-68 49.36 68c5.845 8.451 15.485 13.917 26.401 13.917 17.673 0 32-14.327 32-32 0-7.38-2.498-14.177-6.695-19.59l0.054 0.073-49.36-68 80-25.96c12.823-4.367 21.883-16.305 21.883-30.359 0-3.576-0.587-7.016-1.669-10.227l0.066 0.226z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"password\"]},\"attrs\":[{}],\"properties\":{\"order\":26586,\"id\":402,\"name\":\"password\",\"prevSize\":16,\"code\":60493},\"setIdx\":0,\"setId\":0,\"iconIdx\":845},{\"icon\":{\"paths\":[\"M800 672c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-388c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h384c88.366 0 160-71.634 160-160s-71.634-160-160-160v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-384c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h388c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128 0-70.67-57.271-127.963-127.932-128l-0.004-0zM800 864c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"path\"]},\"attrs\":[{}],\"properties\":{\"order\":26587,\"id\":401,\"name\":\"path\",\"prevSize\":16,\"code\":60494},\"setIdx\":0,\"setId\":0,\"iconIdx\":846},{\"icon\":{\"paths\":[\"M704 160c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM704 608c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM320 160h-64c-35.346 0-64 28.654-64 64v0 608c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-608c0-35.346-28.654-64-64-64v0zM320 832h-64v-608h64v608z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"patreon-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26588,\"id\":400,\"name\":\"patreon-logo\",\"prevSize\":16,\"code\":60495},\"setIdx\":0,\"setId\":0,\"iconIdx\":847},{\"icon\":{\"paths\":[\"M800 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM800 832h-160v-640h160zM384 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM384 832h-160v-640h160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pause\"]},\"attrs\":[{}],\"properties\":{\"order\":26589,\"id\":399,\"name\":\"pause\",\"prevSize\":16,\"code\":60496},\"setIdx\":0,\"setId\":0,\"iconIdx\":848},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM448 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pause-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26590,\"id\":398,\"name\":\"pause-circle\",\"prevSize\":16,\"code\":60497},\"setIdx\":0,\"setId\":0,\"iconIdx\":849},{\"icon\":{\"paths\":[\"M848 320c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM848 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM288 432c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 61.856 50.144 112 112 112v0c61.856 0 112-50.144 112-112v0zM176 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM368 352c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM368 192c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM656 352c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 192c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM748.48 595.44c-32.506-18.18-56.703-47.937-67.227-83.561l-0.253-0.999c-21.988-73.893-89.309-126.857-169-126.857s-147.011 52.964-168.681 125.611l-0.319 1.246c-10.68 36.499-34.702 66.185-66.297 84.035l-0.703 0.365c-50.318 27.626-83.856 80.256-83.856 140.72 0 88.315 71.552 159.918 159.848 160l0.008 0c0.135 0 0.294 0.001 0.454 0.001 22.259 0 43.442-4.605 62.649-12.915l-1.023 0.394c28.888-12.246 62.483-19.363 97.74-19.363s68.852 7.117 99.426 19.994l-1.686-0.63c18.798 8.39 40.735 13.276 63.813 13.276 88.366 0 160-71.634 160-160 0-60.877-33.999-113.814-84.045-140.857l-0.848-0.419zM672 832c-0.024 0-0.053 0-0.082 0-13.629 0-26.594-2.84-38.337-7.96l0.619 0.24c-36.167-15.355-78.231-24.28-122.38-24.28s-86.213 8.925-124.487 25.069l2.107-0.789c-11.191 4.946-24.242 7.826-37.965 7.826-53.019 0-96-42.981-96-96 0-36.602 20.484-68.419 50.613-84.614l0.512-0.251c47.133-26.389 82.216-69.558 97.473-121.231l0.367-1.449c13.976-47.049 56.829-80.777 107.56-80.777s93.584 33.729 107.357 79.985l0.203 0.793c15.674 53.217 50.859 96.45 97.083 122.307l1.037 0.533c30.364 16.527 50.626 48.197 50.626 84.6 0 53.019-42.981 96-96 96-0.108 0-0.215-0-0.323-0.001l0.017 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paw-print\"]},\"attrs\":[{}],\"properties\":{\"order\":26591,\"id\":397,\"name\":\"paw-print\",\"prevSize\":16,\"code\":60498},\"setIdx\":0,\"setId\":0,\"iconIdx\":850},{\"icon\":{\"paths\":[\"M880.48 374.16c-21.388-27.312-48.414-49.205-79.423-64.14l-1.337-0.58c-5.794-119.073-103.736-213.423-223.718-213.44l-240.002-0c-29.831 0.005-54.892 20.417-61.983 48.036l-0.097 0.444-144 576c-1.214 4.659-1.91 10.008-1.91 15.52 0 35.343 28.648 63.995 63.99 64l110 0-12 48.48c-1.214 4.659-1.91 10.008-1.91 15.52 0 35.315 28.603 63.949 63.905 64l0.005 0h126c29.798-0.043 54.819-20.443 61.903-48.036l0.097-0.444 36-143.52h128c123.709-0.004 223.992-100.291 223.992-224 0-52.203-17.858-100.236-47.798-138.322l0.365 0.482zM192 736l144-576h240c0.013-0 0.029-0 0.045-0 77.741 0 142.532 55.444 156.988 128.946l0.166 1.014c-8.746-1.219-18.876-1.93-29.166-1.96l-0.034-0h-224c-0.009-0-0.020-0-0.030-0-29.835 0-54.901 20.414-61.993 48.036l-0.097 0.444-99.8 399.52h-126.080zM732 354.48c-0.32 1.44-0.6 2.88-0.96 4.32-17.879 70.151-80.496 121.2-155.037 121.2-0.001 0-0.002-0-0.003-0l-128-0 32-128h224c9.899 0.006 19.584 0.908 28.983 2.629l-0.983-0.149zM859.040 550.8c-17.879 70.151-80.496 121.2-155.037 121.2-0.001 0-0.002-0-0.003-0l-128-0c-29.831 0.005-54.892 20.417-61.983 48.036l-0.097 0.444-36 143.52h-125.92l80-320h144c0.019 0 0.042 0 0.064 0 102.848 0 189.478-69.438 215.566-163.989l0.37-1.571c14.676 9.812 27.195 21.427 37.658 34.734l0.262 0.346c21.227 26.77 34.053 61.040 34.053 98.305 0 13.845-1.77 27.276-5.097 40.079l0.244-1.104z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"paypal-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26592,\"id\":396,\"name\":\"paypal-logo\",\"prevSize\":16,\"code\":60499},\"setIdx\":0,\"setId\":0,\"iconIdx\":851},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.117 0 0.257 0 0.396 0 64.193-17.286 124.349-47.456 176.067l0.896-1.662-273.44-191.44v-333.88c180.037 17.135 319.773 167.474 320 350.497l0 0.023zM480 161.48v333.88l-273.44 191.44c-29.216-50.196-46.462-110.477-46.462-174.787 0-183.103 139.805-333.552 318.493-350.426l1.409-0.107zM243.36 739.16l236.64-165.68v289.040c-95.332-8.951-178.506-54.767-236.218-122.85l-0.422-0.51zM544 862.52v-289.040l236.64 165.68c-58.133 68.593-141.307 114.409-235.236 123.253l-1.404 0.107z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"peace\"]},\"attrs\":[{}],\"properties\":{\"order\":26593,\"id\":395,\"name\":\"peace\",\"prevSize\":16,\"code\":60500},\"setIdx\":0,\"setId\":0,\"iconIdx\":852},{\"icon\":{\"paths\":[\"M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 334.68-334.64 13.92 55.6-147.2 147.16c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l160-160c5.803-5.793 9.393-13.801 9.393-22.648 0-2.753-0.348-5.425-1.001-7.974l0.048 0.222-27.6-110.44 105.8-105.8c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM192 717.24l114.76 114.76h-114.76zM384 818.76l-178.76-178.76 338.76-338.76 178.76 178.76zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pen\"]},\"attrs\":[{}],\"properties\":{\"order\":26594,\"id\":394,\"name\":\"pen\",\"prevSize\":16,\"code\":60501},\"setIdx\":0,\"setId\":0,\"iconIdx\":853},{\"icon\":{\"paths\":[\"M909.24 293.48l-178.72-178.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.28c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 493.24-493.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM205.24 640l338.76-338.76 66.76 66.76-338.76 338.72zM192 717.24l114.76 114.76h-114.76zM384 818.76l-66.76-66.76 338.76-338.76 66.76 66.76zM768 434.76l-178.76-178.76 96-96 178.76 178.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pencil\"]},\"attrs\":[{}],\"properties\":{\"order\":26595,\"id\":393,\"name\":\"pencil\",\"prevSize\":16,\"code\":60502},\"setIdx\":0,\"setId\":0,\"iconIdx\":854},{\"icon\":{\"paths\":[\"M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM352 768c0-35.346 28.654-64 64-64s64 28.654 64 64v0 94.36c-47.394-4.394-90.822-17.533-129.962-37.804l1.962 0.924zM544 768c0-35.346 28.654-64 64-64s64 28.654 64 64v0 57.48c-37.178 19.347-80.606 32.486-126.605 36.775l-1.395 0.105zM429.080 544h165.84l46.32 100.4c-9.969-2.795-21.416-4.401-33.239-4.401-38.195 0-72.474 16.766-95.88 43.34l-0.121 0.141c-23.527-26.715-57.806-43.481-96.001-43.481-11.823 0-23.27 1.606-34.136 4.613l0.897-0.212zM458.64 480l53.36-115.64 53.36 115.64zM760.88 760.92c-8 8-16.32 15.48-24.88 22.56v-79.48c0-0.011 0-0.025 0-0.038 0-4.85-1.091-9.446-3.042-13.554l0.082 0.192-192-416c-5.203-11.048-16.244-18.558-29.040-18.558s-23.837 7.51-28.957 18.363l-0.083 0.195-192 416c-1.869 3.917-2.96 8.512-2.96 13.362 0 0.013 0 0.027 0 0.040l-0-0.002v79.48c-8.56-7.080-16.88-14.56-24.88-22.56-63.712-63.702-103.12-151.71-103.12-248.923 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.213-39.408 185.221-103.119 248.922l-0.001 0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pencil-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26596,\"id\":392,\"name\":\"pencil-circle\",\"prevSize\":16,\"code\":60503},\"setIdx\":0,\"setId\":0,\"iconIdx\":855},{\"icon\":{\"paths\":[\"M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-402.72l448-448c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM544 301.24l66.76 66.76-338.76 338.76-66.76-66.76zM192 832v-114.76l114.76 114.76zM384 818.76l-66.72-66.76 338.72-338.76 66.76 66.76zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pencil-line\"]},\"attrs\":[{}],\"properties\":{\"order\":26597,\"id\":391,\"name\":\"pencil-line\",\"prevSize\":16,\"code\":60504},\"setIdx\":0,\"setId\":0,\"iconIdx\":856},{\"icon\":{\"paths\":[\"M909.24 293.48l-178.72-178.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.28c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 493.24-493.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM370.76 832h-178.76v-178.76l352-352 178.76 178.76zM768 434.72l-178.76-178.72 96-96 178.76 178.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pencil-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26598,\"id\":390,\"name\":\"pencil-simple\",\"prevSize\":16,\"code\":60505},\"setIdx\":0,\"setId\":0,\"iconIdx\":857},{\"icon\":{\"paths\":[\"M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-402.72l448-448c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM370.76 832h-178.76v-178.76l352-352 178.76 178.76zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pencil-simple-line\"]},\"attrs\":[{}],\"properties\":{\"order\":26599,\"id\":389,\"name\":\"pencil-simple-line\",\"prevSize\":16,\"code\":60506},\"setIdx\":0,\"setId\":0,\"iconIdx\":858},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 192.8 212-214.4 214.48c-11.564 11.512-18.72 27.444-18.72 45.047 0 0.068 0 0.135 0 0.203l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 201.6-201.56 190.76 209.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM370.76 832h-178.76v-178.76l212.24-212 170.24 187.24zM909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-166.68 166.68c-5.786 5.791-9.364 13.787-9.364 22.62 0 17.675 14.329 32.004 32.004 32.004 8.843 0 16.847-3.586 22.64-9.383l25.4-25.44 178.76 178.76-36 36c-5.815 5.8-9.412 13.82-9.412 22.68 0 17.691 14.341 32.032 32.032 32.032 8.83 0 16.826-3.573 22.621-9.353l-0.001 0.001 177.28-177.36c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pencil-simple-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26600,\"id\":388,\"name\":\"pencil-simple-slash\",\"prevSize\":16,\"code\":60507},\"setIdx\":0,\"setId\":0,\"iconIdx\":859},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 192.8 212-214.4 214.48c-11.564 11.512-18.72 27.444-18.72 45.047 0 0.068 0 0.135 0 0.203l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 201.6-201.56 190.76 209.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM467.68 510.96l-195.68 195.8-66.76-66.76 199-198.96zM192 717.24l114.76 114.76h-114.76zM384 818.76l-66.72-66.76 193.64-193.64 63.56 69.92zM909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-166.68 166.68c-5.786 5.791-9.364 13.787-9.364 22.62 0 17.675 14.329 32.004 32.004 32.004 8.843 0 16.847-3.586 22.64-9.383l25.4-25.44 66.76 66.76-30.76 30.76c-6.14 5.842-9.959 14.075-9.959 23.199 0 17.673 14.327 32 32 32 9.125 0 17.357-3.819 23.187-9.946l0.013-0.013 30.76-30.76 66.76 66.76-36 36c-5.815 5.8-9.412 13.82-9.412 22.68 0 17.691 14.341 32.032 32.032 32.032 8.83 0 16.826-3.573 22.621-9.353l-0.001 0.001 177.28-177.36c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM768 434.76l-178.72-178.76 96-96 178.72 178.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pencil-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26601,\"id\":387,\"name\":\"pencil-slash\",\"prevSize\":16,\"code\":60508},\"setIdx\":0,\"setId\":0,\"iconIdx\":860},{\"icon\":{\"paths\":[\"M960 402.72c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004-274.72-274.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-113.72 113.72-232 87.080c-21.256 8.087-36.881 26.54-40.824 49.015l-0.056 0.385-92.96 557.8c-0.279 1.587-0.439 3.415-0.439 5.28 0 17.673 14.326 31.999 31.999 32l0 0c1.871-0.008 3.698-0.168 5.477-0.467l-0.197 0.027 557.76-92.96c22.84-3.913 41.299-19.477 49.252-40.241l0.148-0.439 87.080-232 113.72-113.92c11.588-11.504 18.76-27.441 18.76-45.054 0-0.079-0-0.159-0-0.238l0 0.012zM680.52 771.48l-459.24 76.52 189.48-189.48c15.393 8.48 33.74 13.469 53.251 13.469 61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112 0 19.511 4.989 37.857 13.761 53.832l-0.292-0.581-189.48 189.56 76.52-459.36 219.48-82.28 290.8 290.84zM416 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM800 498.72l-274.76-274.72 96-96 274.76 274.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pen-nib\"]},\"attrs\":[{}],\"properties\":{\"order\":26602,\"id\":386,\"name\":\"pen-nib\",\"prevSize\":16,\"code\":60509},\"setIdx\":0,\"setId\":0,\"iconIdx\":861},{\"icon\":{\"paths\":[\"M889.32 495.56c-0.24-0.52-0.48-1.040-0.76-1.52l-120.56-214.44v-151.6c0-35.346-28.654-64-64-64v0h-384c-35.346 0-64 28.654-64 64v0 151.68l-120.56 214.36c-0.28 0.48-0.52 1-0.8 1.52-4.198 8.269-6.657 18.030-6.657 28.366 0 14.276 4.692 27.456 12.617 38.083l-0.12-0.168 0.44 0.56 345.76 449.12c5.909 7.609 15.058 12.458 25.34 12.458s19.431-4.849 25.286-12.386l0.054-0.072 346.16-449.68c7.799-10.446 12.487-23.612 12.487-37.874 0-10.353-2.47-20.128-6.854-28.769l0.167 0.363zM704 128v128h-384v-128zM512 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM544 898v-262.68c46.649-14.229 80-56.885 80-107.331 0-61.856-50.144-112-112-112s-112 50.144-112 112c0 50.446 33.351 93.102 79.207 107.123l0.793 0.209v262.64l-288-373.96 114.76-204h410.52l114.72 204z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pen-nib-straight\"]},\"attrs\":[{}],\"properties\":{\"order\":26603,\"id\":385,\"name\":\"pen-nib-straight\",\"prevSize\":16,\"code\":60510},\"setIdx\":0,\"setId\":0,\"iconIdx\":862},{\"icon\":{\"paths\":[\"M956.72 364.2c-8.257-25.828-32.048-44.203-60.13-44.203-0.207 0-0.414 0.001-0.621 0.003l0.032-0h-244l-79.080-242.96c-8.236-26.313-32.392-45.074-60.931-45.074-28.465 0-52.57 18.664-60.746 44.423l-0.124 0.451-78.88 243.16h-244.24c-0.051-0-0.111-0-0.171-0-35.346 0-64 28.654-64 64 0 21.342 10.446 40.244 26.504 51.872l0.186 0.129 197.84 142.32-75.76 233.68c-2.076 5.981-3.275 12.874-3.275 20.047 0 21.181 10.453 39.921 26.482 51.342l0.193 0.131c10.346 7.754 23.399 12.416 37.54 12.416s27.194-4.662 37.704-12.533l-0.164 0.117 200.92-144.52 200.92 144.52c10.408 7.628 23.467 12.207 37.596 12.207 35.346 0 64-28.654 64-64 0-7.051-1.14-13.835-3.246-20.179l0.13 0.452-76-233.84 197.96-142.44c16.207-11.545 26.65-30.27 26.65-51.435 0-7.188-1.204-14.094-3.422-20.528l0.133 0.443zM512 96.6l72.48 223.4h-144.96zM128 384h223.48l-42.28 130.24zM273.36 832v0l69.56-214.36 114.16 82.16zM363.64 553.72l55.12-169.72h186.48l55 169.52-148.24 106.48zM750.4 832v0l-183.6-132 114.16-82.16zM714.68 514.48l-42.16-130.48h223.48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pentagram\"]},\"attrs\":[{}],\"properties\":{\"order\":26604,\"id\":384,\"name\":\"pentagram\",\"prevSize\":16,\"code\":60511},\"setIdx\":0,\"setId\":0,\"iconIdx\":863},{\"icon\":{\"paths\":[\"M669.080 161.68c-14.822-74.323-79.483-129.571-157.068-129.68l-0.012-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c42.528 0 78.598 27.654 91.207 65.962l0.193 0.678c-124.693 18.659-219.251 124.945-219.4 253.344l-0 0.016c0 187-103 312-306.12 372-26.85 8.009-46.090 32.479-46.090 61.443 0 31.52 22.786 57.718 52.785 63.021l0.385 0.056c54.248 9.849 116.682 15.481 180.432 15.481 0.565 0 1.131-0 1.696-0.001l-0.088 0c163.12 0 344.64-36.6 470.12-141.84 105.44-88.4 158.88-212.96 158.88-370.16v0c-0.144-131.080-98.673-239.102-225.707-254.203l-1.213-0.117zM640 224c83.598 0.115 154.683 53.561 181.065 128.135l0.415 1.345-53.48 26.52-113.68-56.68c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.68-53.48-26.72c26.872-75.829 97.933-129.184 181.468-129.28l0.012-0zM696 737.2c-72 60.28-174.4 101.040-296.48 117.88-40.015 5.582-86.247 8.769-133.222 8.769-60.159 0-119.098-5.227-176.386-15.252l6.088 0.882c228.92-67.48 350.52-216 352-429.68l49.76 24.88c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.6-56.96 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 49.64-24.8c-0.84 135.6-46.56 242.4-135.96 317.4z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pepper\"]},\"attrs\":[{}],\"properties\":{\"order\":26605,\"id\":383,\"name\":\"pepper\",\"prevSize\":16,\"code\":60512},\"setIdx\":0,\"setId\":0,\"iconIdx\":864},{\"icon\":{\"paths\":[\"M822.64 246.56l-576 576c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0l576-576c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l0-0zM202.16 405.76c-26.055-26.060-42.169-62.058-42.169-101.82 0-79.534 64.475-144.009 144.009-144.009 39.772 0 75.778 16.123 101.84 42.189l0 0c26.055 26.060 42.169 62.058 42.169 101.82 0 79.534-64.475 144.009-144.009 144.009-39.772 0-75.778-16.123-101.84-42.189l-0-0zM224 304c0.036 44.156 35.839 79.937 80 79.937 44.183 0 80-35.817 80-80 0-22.096-8.958-42.099-23.44-56.577l-0-0c-14.476-14.472-34.473-23.423-56.56-23.423-44.183 0-80 35.817-80 80 0 0.022 0 0.044 0 0.066l-0-0.003zM864 720c-0.019 79.515-64.483 143.967-144 143.967-79.529 0-144-64.471-144-144s64.471-144 144-144c39.773 0 75.779 16.124 101.84 42.193l0 0c26.043 25.911 42.161 61.778 42.161 101.409 0 0.152-0 0.303-0.001 0.454l0-0.023zM800 720c0-0.005 0-0.011 0-0.017 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80 22.087 0 42.084-8.951 56.56-23.423l-0 0c14.479-14.399 23.44-34.334 23.44-56.361 0-0.070-0-0.14-0-0.209l0 0.011z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"percent\"]},\"attrs\":[{}],\"properties\":{\"order\":26606,\"id\":382,\"name\":\"percent\",\"prevSize\":16,\"code\":60513},\"setIdx\":0,\"setId\":0,\"iconIdx\":865},{\"icon\":{\"paths\":[\"M640 160c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0zM512 224c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM873.36 536.2l-180.68-204.88c-23.568-26.622-57.827-43.32-95.986-43.32-0.005 0-0.010 0-0.015 0l-169.359-0c-0.004-0-0.009-0-0.014-0-38.159 0-72.418 16.698-95.869 43.185l-0.117 0.135-180.68 204.88c-14.099 14.411-22.799 34.154-22.799 55.929 0 44.183 35.817 80 80 80 21.477 0 40.977-8.463 55.347-22.236l-0.028 0.027 65.2-52.32-66.16 251.52c-4.508 9.704-7.138 21.065-7.138 33.040 0 44.204 35.834 80.038 80.038 80.038 32.229 0 60.008-19.049 72.694-46.502l0.206-0.496 104-179.48 104 179.48c13.32 26.749 40.472 44.804 71.842 44.804 44.183 0 80-35.817 80-80 0-11.148-2.28-21.764-6.4-31.406l0.198 0.522-66-251.52 65.2 52.32c14.342 13.746 33.842 22.209 55.319 22.209 44.183 0 80-35.817 80-80 0-21.775-8.7-41.518-22.813-55.943l0.014 0.014zM827.32 603.28c-2.896 2.899-6.899 4.693-11.32 4.693s-8.424-1.793-11.32-4.692l-0-0c-0.84-0.8-1.68-1.6-2.6-2.32l-142.080-113.92c-5.42-4.356-12.384-6.991-19.963-6.991-17.673 0-32 14.327-32 32 0 2.825 0.366 5.565 1.053 8.174l-0.050-0.223 91.52 348c0.534 2.080 1.191 3.877 2 5.588l-0.080-0.188c1.007 2.036 1.597 4.433 1.597 6.967 0 8.837-7.163 16-16 16-6.463 0-12.031-3.832-14.556-9.348l-0.041-0.1c-0.458-1.007-0.899-1.834-1.383-2.631l0.063 0.111-132.48-228.4c-5.643-9.601-15.921-15.943-27.68-15.943s-22.037 6.343-27.598 15.793l-0.082 0.15-132.32 228.2c-0.421 0.686-0.862 1.513-1.256 2.365l-0.064 0.155c-1.821 3.843-5.013 6.789-8.929 8.244l-0.111 0.036c-1.637 0.619-3.53 0.977-5.506 0.977-8.837 0-16-7.163-16-16 0-2.461 0.555-4.791 1.548-6.874l-0.041 0.097c0.729-1.523 1.386-3.32 1.872-5.185l0.048-0.215 91.4-347.8c0.637-2.386 1.003-5.126 1.003-7.951 0-17.673-14.327-32-32-32-7.579 0-14.544 2.635-20.026 7.039l0.062-0.048-142.080 113.92c-0.92 0.72-1.76 1.52-2.6 2.32-2.922 3.076-7.042 4.99-11.609 4.99-8.837 0-16-7.163-16-16 0-4.557 1.905-8.67 4.963-11.584l0.006-0.006c0.48-0.48 0.92-0.96 1.36-1.48l181.28-205.56c11.783-13.299 28.905-21.64 47.975-21.64 0.009 0 0.017 0 0.026 0l169.359-0c0.007-0 0.016-0 0.025-0 19.070 0 36.192 8.341 47.917 21.573l0.058 0.067 181.28 205.56c0.44 0.52 0.88 1 1.36 1.48 2.887 2.894 4.673 6.889 4.673 11.3s-1.785 8.406-4.673 11.3l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"person\"]},\"attrs\":[{}],\"properties\":{\"order\":26607,\"id\":381,\"name\":\"person\",\"prevSize\":16,\"code\":60514},\"setIdx\":0,\"setId\":0,\"iconIdx\":866},{\"icon\":{\"paths\":[\"M640 160c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0zM512 224c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM926 350.84c-7.532-36.11-39.097-62.848-76.907-62.848-0.384 0-0.768 0.003-1.151 0.008l0.058-0.001h-672c-0.001-0-0.002-0-0.002-0-44.183 0-80 35.817-80 80 0 32.023 18.815 59.651 45.994 72.433l0.489 0.207h0.52l203 89.4-84 318.88c-4.528 9.733-7.17 21.128-7.17 33.14 0 44.277 35.893 80.17 80.17 80.17 32.265 0 60.078-19.060 72.794-46.534l0.206-0.496 104-179.48 104 179.48c13.413 26.473 40.421 44.302 71.594 44.302 44.183 0 80-35.817 80-80 0-10.957-2.203-21.4-6.19-30.91l0.196 0.527-84-318.88 203-89.4h0.52c27.897-12.468 46.985-39.972 46.985-71.935 0-6.409-0.767-12.638-2.215-18.602l0.11 0.537zM854.8 382.44l-227.72 100.24c-11.341 5.088-19.097 16.28-19.097 29.283 0 2.9 0.386 5.71 1.109 8.381l-0.052-0.224 91.48 347.88c0.524 2.067 1.195 3.864 2.033 5.564l-0.073-0.164c0.951 1.986 1.506 4.317 1.506 6.777 0 8.837-7.163 16-16 16-1.976 0-3.869-0.358-5.617-1.014l0.11 0.036c-4.011-1.5-7.188-4.443-8.959-8.183l-0.041-0.097c-0.472-1.005-0.926-1.83-1.422-2.627l0.062 0.107-132.44-228.4c-5.643-9.601-15.921-15.943-27.68-15.943s-22.037 6.343-27.598 15.793l-0.082 0.15-132.32 228.2c-0.434 0.69-0.888 1.515-1.295 2.368l-0.065 0.152c-1.812 3.837-4.989 6.78-8.89 8.244l-0.11 0.036c-1.637 0.619-3.53 0.977-5.506 0.977-8.837 0-16-7.163-16-16 0-2.461 0.555-4.791 1.548-6.874l-0.041 0.097c0.765-1.536 1.436-3.333 1.918-5.206l0.042-0.194 91.36-347.8c0.671-2.447 1.057-5.257 1.057-8.157 0-13.004-7.756-24.196-18.895-29.202l-0.202-0.081-227.72-100.12c-5.431-2.635-9.109-8.108-9.109-14.44 0-8.805 7.112-15.948 15.905-16l0.005-0h672c0.009-0 0.019-0 0.029-0 8.837 0 16 7.163 16 16 0 6.332-3.678 11.805-9.014 14.398l-0.095 0.042z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"person-arms-spread\"]},\"attrs\":[{}],\"properties\":{\"order\":26608,\"id\":380,\"name\":\"person-arms-spread\",\"prevSize\":16,\"code\":60515},\"setIdx\":0,\"setId\":0,\"iconIdx\":867},{\"icon\":{\"paths\":[\"M512 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM923.44 528.48c-5.69 9.389-15.853 15.567-27.458 15.567-6.112 0-11.824-1.714-16.682-4.687l0.14 0.080c-1.4-0.84-140.44-82.36-335.52-90.68v147.24l248 278.92c4.997 5.626 8.049 13.077 8.049 21.24 0 17.7-14.349 32.049-32.049 32.049-9.537 0-18.101-4.165-23.971-10.776l-0.029-0.033-231.92-261.4-232 261.24c-5.899 6.644-14.463 10.809-24 10.809-17.7 0-32.049-14.349-32.049-32.049 0-8.163 3.052-15.614 8.078-21.273l-0.029 0.033 248-278.76v-147.28c-196 8.32-334.080 89.84-335.52 90.72-4.766 2.972-10.552 4.734-16.751 4.734-17.673 0-32-14.327-32-32 0-11.713 6.293-21.956 15.683-27.533l0.148-0.081c6.84-4.12 170.24-100.56 400.44-100.56s393.6 96.44 400.48 100.56c9.369 5.694 15.532 15.846 15.532 27.437 0 6.088-1.7 11.779-4.652 16.624l0.080-0.141z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"person-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26609,\"id\":379,\"name\":\"person-simple\",\"prevSize\":16,\"code\":60516},\"setIdx\":0,\"setId\":0,\"iconIdx\":868},{\"icon\":{\"paths\":[\"M656 320c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 160c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM800 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM800 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM224 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM224 800c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM768 480h-160c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-105.36-105.4-82.76 82.76 137.4 137.36c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.76l-150.64-150.6c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l118.6 118.64h146.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"person-simple-bike\"]},\"attrs\":[{}],\"properties\":{\"order\":26610,\"id\":378,\"name\":\"person-simple-bike\",\"prevSize\":16,\"code\":60517},\"setIdx\":0,\"setId\":0,\"iconIdx\":869},{\"icon\":{\"paths\":[\"M608 352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM608 160c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM877.24 562.72c-2.44 1.12-29.96 13.12-78.68 13.12-55.4 0-138.2-15.52-242.76-80-17.673 49.617-38.47 92.312-63.306 132.234l1.666-2.874c47.838 14.969 89.442 36.518 126.343 64.027l-1.103-0.787c76.28 58.16 116.6 140.96 116.6 239.56 0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-166.8-138.76-226.84-216.56-247.4-2.2 2.8-4.48 5.64-6.76 8.4-78.56 95.2-177 144.72-286.52 144.72-0.512 0.003-1.118 0.004-1.724 0.004-12.549 0-24.952-0.626-37.178-1.849l1.543 0.125c-16.33-1.681-28.96-15.366-28.96-32 0-17.761 14.398-32.16 32.16-32.16 1.127 0 2.24 0.058 3.337 0.171l-0.137-0.011c103.68 10.32 193.88-29.96 268-120 49.96-60.56 84-134.44 101-188-155.68-90.6-255.12-13.48-256.2-12.64-5.554 4.764-12.828 7.665-20.78 7.665-17.673 0-32-14.327-32-32 0-10.424 4.984-19.684 12.7-25.527l0.080-0.058c6-4.8 148.88-116 358.040 26.28 181.88 123.64 287.72 81.24 288.72 80.76 4.001-1.934 8.701-3.064 13.665-3.064 17.673 0 32 14.327 32 32 0 13.022-7.778 24.227-18.942 29.223l-0.203 0.081z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"person-simple-run\"]},\"attrs\":[{}],\"properties\":{\"order\":26611,\"id\":377,\"name\":\"person-simple-run\",\"prevSize\":16,\"code\":60518},\"setIdx\":0,\"setId\":0,\"iconIdx\":870},{\"icon\":{\"paths\":[\"M512 352c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 160c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM192 384c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM888.96 442.44c-5.913 7.358-14.912 12.027-25.001 12.027-7.577 0-14.539-2.634-20.021-7.035l0.063 0.049c-4.6-3.56-94.84-70.8-237.28 2.44-1.238 43.849-5.554 85.707-12.755 126.569l0.755-5.169 129.72 108c7.064 5.911 11.525 14.731 11.525 24.592 0 3.623-0.602 7.106-1.712 10.353l0.067-0.225-64 192c-4.368 12.823-16.306 21.882-30.36 21.882-17.674 0-32.002-14.328-32.002-32.002 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 57.080-171.28-88.32-73.6c-6.971 23.486-13.91 42.509-21.805 61.027l1.405-3.707c-55 130.96-153.52 218.52-292.8 260.32-2.545 0.728-5.468 1.147-8.489 1.147-17.673 0-32-14.327-32-32 0-14.13 9.159-26.122 21.864-30.361l0.226-0.065c242.72-72.84 284.56-288.88 293.68-406.6-108.44 68.84-194.16 85.32-251 85.32-0.238 0.001-0.52 0.001-0.802 0.001-27.894 0-54.669-4.791-79.546-13.596l1.668 0.515c-11.39-5.068-19.187-16.285-19.187-29.323 0-17.673 14.327-32 32-32 0.15 0 0.3 0.001 0.45 0.003l-0.023-0c0.013-0 0.028-0 0.043-0 4.79 0 9.328 1.077 13.386 3.001l-0.19-0.081s107.040 42.72 288.76-80.8c209.16-142.16 352-31.080 358.040-26.28 7.326 5.914 11.973 14.893 11.973 24.959 0 7.615-2.66 14.608-7.101 20.102l0.047-0.061z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"person-simple-throw\"]},\"attrs\":[{}],\"properties\":{\"order\":26612,\"id\":376,\"name\":\"person-simple-throw\",\"prevSize\":16,\"code\":60519},\"setIdx\":0,\"setId\":0,\"iconIdx\":871},{\"icon\":{\"paths\":[\"M608 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM608 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 576c0 17.673-14.327 32-32 32v0c-141.24 0-211.8-71.24-268.48-128.48-10.96-11.080-21.44-21.6-32-31.36l-53.72 123.52 148.8 106.28c8.154 5.876 13.4 15.345 13.4 26.039 0 0-0 0.001-0 0.001l0-0v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-207.52l-124.28-88.8-134.36 309.080c-5.056 11.418-16.287 19.24-29.346 19.24-0.005 0-0.010-0-0.015-0l0.001 0c-0.022 0-0.049 0-0.075 0-4.592 0-8.953-0.987-12.883-2.76l0.198 0.080c-11.419-5.055-19.242-16.288-19.242-29.347 0-4.604 0.972-8.982 2.723-12.937l-0.081 0.204 216.32-497.48c-37.24-6.6-83.68 4.8-138.8 34.32-46.394 25.84-86.474 54.701-122.848 87.585l0.568-0.505c-5.638 5.066-13.132 8.164-21.351 8.164-17.673 0-32-14.327-32-32 0-8.925 3.654-16.996 9.547-22.8l0.004-0.004c10-9.4 246.76-228.92 394.88-100.32 15.32 13.28 29.92 28 44 42.28 55.8 56.32 108.48 109.52 223.040 109.52 17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"person-simple-walk\"]},\"attrs\":[{}],\"properties\":{\"order\":26613,\"id\":375,\"name\":\"person-simple-walk\",\"prevSize\":16,\"code\":60520},\"setIdx\":0,\"setId\":0,\"iconIdx\":872},{\"icon\":{\"paths\":[\"M960 480h-64v-288c-0.005-35.342-28.657-63.991-64-63.991-4.044 0-8 0.375-11.836 1.092l0.396-0.062-640 116.36c-30.085 5.613-52.555 31.662-52.56 62.96l-0 0v171.64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v171.64c0.005 31.298 22.475 57.347 52.164 62.898l0.396 0.062 640 116.36c3.432 0.648 7.387 1.026 11.428 1.040l0.012 0c35.346 0 64-28.654 64-64v0-288h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM192 308.36l640-116.36v288h-640zM832 832l-640-116.36v-171.64h640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"perspective\"]},\"attrs\":[{}],\"properties\":{\"order\":26614,\"id\":374,\"name\":\"perspective\",\"prevSize\":16,\"code\":60521},\"setIdx\":0,\"setId\":0,\"iconIdx\":873},{\"icon\":{\"paths\":[\"M889.48 633.84l-188.96-84.68c-7.422-3.259-16.073-5.156-25.168-5.156-13.236 0-25.534 4.018-35.74 10.901l0.227-0.145c-1.137 0.755-2.115 1.491-3.048 2.28l0.048-0.040-97.36 83c-61.68-29.96-125.36-93.16-155.32-154.040l83.12-98.84c0.8-1 1.56-2 2.28-3.080 6.548-9.877 10.448-22.006 10.448-35.045 0-9.105-1.901-17.766-5.328-25.607l0.161 0.412v-0.48l-84.68-188.76c-10.096-22.875-32.579-38.552-58.723-38.552-2.734 0-5.428 0.171-8.072 0.504l0.315-0.032c-111.012 15.024-195.68 109.183-195.68 223.117 0 0.142 0 0.284 0 0.425l-0-0.022c0 317.6 258.4 576 576 576 0.12 0 0.262 0 0.403 0 113.934 0 208.092-84.669 222.988-194.518l0.129-1.163c0.302-2.334 0.474-5.034 0.474-7.773 0-26.13-15.659-48.602-38.105-58.545l-0.409-0.162zM704 832c-282.642-0.319-511.682-229.359-512-511.97l-0-0.030c-0.001-0.184-0.001-0.402-0.001-0.619 0-81.29 60.32-148.491 138.642-159.286l0.839-0.095c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010 84 188-82.68 98.96c-0.797 0.913-1.549 1.919-2.221 2.98l-0.059 0.1c-6.507 9.855-10.381 21.946-10.381 34.943 0 10.134 2.355 19.717 6.548 28.233l-0.167-0.376c36.24 74.12 110.92 148.24 185.84 184.44 8.042 3.913 17.494 6.201 27.481 6.201 13.239 0 25.539-4.020 35.746-10.905l-0.227 0.145c1.121-0.759 2.086-1.495 3.008-2.28l-0.048 0.040 97.24-82.96 188 84.2s0.32 0 0.44 0c-10.763 79.316-78.047 139.801-159.458 139.801-0.191 0-0.381-0-0.572-0.001l0.030 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"phone\"]},\"attrs\":[{}],\"properties\":{\"order\":26615,\"id\":373,\"name\":\"phone\",\"prevSize\":16,\"code\":60522},\"setIdx\":0,\"setId\":0,\"iconIdx\":874},{\"icon\":{\"paths\":[\"M609.080 151.72c3.773-13.776 16.181-23.732 30.913-23.732 2.947 0 5.801 0.398 8.511 1.144l-0.225-0.053c120.967 32.312 214.328 125.672 246.090 244.229l0.55 2.411c0.693 2.485 1.092 5.34 1.092 8.287 0 14.733-9.956 27.14-23.507 30.861l-0.225 0.053c-2.482 0.679-5.333 1.072-8.275 1.080l-0.005 0c-14.743-0-27.156-9.97-30.868-23.536l-0.052-0.224c-26.353-98.751-102.569-174.967-199.353-200.872l-1.967-0.448c-13.795-3.761-23.769-16.177-23.769-30.923 0-2.944 0.397-5.794 1.142-8.501l-0.053 0.225zM599.76 318.92c55.16 14.72 90.6 50.16 105.32 105.32 3.764 13.79 16.177 23.76 30.92 23.76l0 0c2.947-0.008 5.798-0.401 8.51-1.133l-0.23 0.053c13.776-3.773 23.732-16.181 23.732-30.913 0-2.947-0.398-5.801-1.144-8.511l0.053 0.225c-20.48-76.64-74-130.16-150.64-150.64-2.478-0.689-5.323-1.084-8.26-1.084-17.675 0-32.004 14.329-32.004 32.004 0 14.738 9.962 27.149 23.52 30.867l0.225 0.053zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.329-0.3 5.023-0.472 7.757-0.472 26.144 0 48.627 15.677 58.562 38.143l0.161 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.2-97.4 82.84c-0.874 0.745-1.839 1.481-2.843 2.165l-0.117 0.075c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"phone-call\"]},\"attrs\":[{}],\"properties\":{\"order\":26616,\"id\":372,\"name\":\"phone-call\",\"prevSize\":16,\"code\":60523},\"setIdx\":0,\"setId\":0,\"iconIdx\":875},{\"icon\":{\"paths\":[\"M926.36 360.52v0c-224.6-224.52-604.12-224.52-828.72 0-80 80-87.68 197.96-18.76 286.84 11.822 15.057 30.025 24.64 50.466 24.64 0.019 0 0.038-0 0.057-0l-0.003 0c0.010 0 0.023 0 0.035 0 8.263 0 16.157-1.586 23.391-4.47l-0.427 0.15 197.16-69.92c19.922-8.12 34.609-25.425 38.929-46.507l0.071-0.413 23.6-118.080c29.803-10.645 64.184-16.797 100.001-16.797 35.341 0 69.283 5.99 100.866 17.009l-2.147-0.652 24.84 119c4.54 21.244 19.136 38.31 38.453 46.205l0.427 0.155 1.16 0.44 196 69.56c6.856 2.735 14.801 4.321 23.116 4.321 20.406 0 38.581-9.55 50.3-24.424l0.104-0.136c68.76-88.96 61.040-206.92-18.92-286.92zM894.68 608l-1.2-0.48-195.28-69.32-24.84-118.96c-4.745-22.098-20.394-39.694-40.914-47.099l-0.446-0.141c-35.753-12.651-76.986-19.961-119.926-19.961-43.501 0-85.249 7.502-124.023 21.283l2.589-0.802c-21.112 7.699-36.794 25.607-41.211 47.591l-0.069 0.409-23.6 118.040-195.24 68.88c-0.4 0-0.68 0.52-1.080 0.68-49.32-63.64-44-144.92 13.44-202.32 100-100 234.6-150.12 369.12-150.12s269.080 50.040 369.12 150.12c57.32 57.4 62.88 138.68 13.56 202.2zM895.96 800c0 17.673-14.327 32-32 32v0h-703.96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"phone-disconnect\"]},\"attrs\":[{}],\"properties\":{\"order\":26617,\"id\":371,\"name\":\"phone-disconnect\",\"prevSize\":16,\"code\":60524},\"setIdx\":0,\"setId\":0,\"iconIdx\":876},{\"icon\":{\"paths\":[\"M608 384v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 82.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-137.36 137.36h82.72c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.129-0-0.281-0-0.434 0-113.918 84.675-208.059 194.52-222.918l1.16-0.128c2.334-0.302 5.034-0.474 7.773-0.474 26.13 0 48.602 15.659 58.545 38.105l0.162 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.2-97.4 82.84c-0.88 0.769-1.846 1.506-2.859 2.177l-0.101 0.063c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"phone-incoming\"]},\"attrs\":[{}],\"properties\":{\"order\":26618,\"id\":370,\"name\":\"phone-incoming\",\"prevSize\":16,\"code\":60525},\"setIdx\":0,\"setId\":0,\"iconIdx\":877},{\"icon\":{\"paths\":[\"M617.36 406.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l137.4-137.36h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-137.36 137.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.334-0.302 5.034-0.474 7.773-0.474 26.13 0 48.602 15.659 58.545 38.105l0.162 0.409 84.48 188.64v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.962-6.761 22.251-10.794 35.483-10.794 9.108 0 17.77 1.911 25.606 5.354l-0.409-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.24-97.4 82.88c-0.874 0.745-1.839 1.481-2.843 2.165l-0.117 0.075c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"phone-outgoing\"]},\"attrs\":[{}],\"properties\":{\"order\":26619,\"id\":369,\"name\":\"phone-outgoing\",\"prevSize\":16,\"code\":60526},\"setIdx\":0,\"setId\":0,\"iconIdx\":878},{\"icon\":{\"paths\":[\"M889.44 633.84l-188.88-84.68c-7.429-3.266-16.088-5.167-25.192-5.167-13.243 0-25.546 4.022-35.755 10.911l0.227-0.144c-1.137 0.755-2.115 1.491-3.048 2.28l0.048-0.040-97.36 83c-61.68-29.96-125.36-93.16-155.32-154.040l83.12-98.84c0.8-1 1.56-2 2.28-3.080 6.548-9.877 10.448-22.006 10.448-35.045 0-9.105-1.901-17.766-5.328-25.607l0.161 0.412c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010-84.68-188.76c-10.096-22.875-32.579-38.552-58.723-38.552-2.734 0-5.428 0.171-8.072 0.504l0.315-0.032c-111.012 15.024-195.68 109.183-195.68 223.117 0 0.142 0 0.284 0 0.425l-0-0.022c0 317.6 258.4 576 576 576 0.12 0 0.262 0 0.403 0 113.934 0 208.092-84.669 222.988-194.518l0.129-1.163c0.3-2.329 0.472-5.023 0.472-7.757 0-26.144-15.677-48.627-38.143-58.562l-0.409-0.161zM704 832c-282.642-0.319-511.682-229.359-512-511.97l-0-0.030c-0.001-0.184-0.001-0.402-0.001-0.619 0-81.29 60.32-148.491 138.642-159.286l0.839-0.095c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010 84 188-82.68 98.96c-0.797 0.913-1.549 1.919-2.221 2.98l-0.059 0.1c-6.507 9.855-10.381 21.946-10.381 34.943 0 10.134 2.355 19.717 6.548 28.233l-0.167-0.376c36.24 74.12 110.92 148.24 185.84 184.44 8.042 3.913 17.494 6.201 27.481 6.201 13.239 0 25.539-4.020 35.746-10.905l-0.227 0.145c1.111-0.747 2.077-1.496 2.989-2.305l-0.029 0.025 97.24-82.92 188 84.24s0.32 0 0.44 0c-10.781 79.297-78.056 139.761-159.453 139.761-0.192 0-0.385-0-0.577-0.001l0.030 0zM576 288c0-17.673 14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"phone-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26620,\"id\":368,\"name\":\"phone-plus\",\"prevSize\":16,\"code\":60527},\"setIdx\":0,\"setId\":0,\"iconIdx\":879},{\"icon\":{\"paths\":[\"M215.72 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 110.36 121.44c-70.41 30.018-130.52 71.113-181.072 121.752l-0.008 0.008c-80 80-87.68 197.84-18.76 286.68 11.822 15.029 30.008 24.591 50.428 24.591 8.307 0 16.243-1.582 23.526-4.462l-0.433 0.151 197.16-69.92c19.912-8.113 34.597-25.401 38.929-46.467l0.071-0.413 23.6-118.040c9.036-3.286 20.497-6.591 32.214-9.218l2.026-0.382 362.040 398.28c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM390.52 436.56c-21.055 7.658-36.716 25.466-41.209 47.347l-0.071 0.413-23.6 118-195.12 69.2c-0.4 0-0.68 0.52-1.080 0.68-49.32-63.6-44-144.88 13.44-202.24 50.138-50.154 110.811-89.773 178.415-115.254l3.465-1.146 73.2 80.56c-2.48 0.8-4.96 1.56-7.44 2.44zM945.12 711.4c-11.822 15.029-30.008 24.591-50.428 24.591-8.307 0-16.243-1.582-23.526-4.462l0.433 0.151-37-13.12c-12.519-4.535-21.302-16.322-21.302-30.16 0-17.674 14.328-32.002 32.002-32.002 3.836 0 7.514 0.675 10.923 1.912l-0.223-0.071 37.48 13.28 1.2 0.48c49.2-63.4 44-144.68-13.56-202.040-102.64-102.64-247.52-157.080-397.4-149.24-0.496 0.027-1.076 0.043-1.66 0.043-17.697 0-32.043-14.346-32.043-32.043 0-17.113 13.415-31.093 30.303-31.997l0.080-0.003c168-8.76 330.52 52.4 445.96 168 79.96 79.96 87.68 197.84 18.76 286.68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"phone-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26621,\"id\":367,\"name\":\"phone-slash\",\"prevSize\":16,\"code\":60528},\"setIdx\":0,\"setId\":0,\"iconIdx\":880},{\"icon\":{\"paths\":[\"M617.36 361.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.36 73.36 73.36 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0zM927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.329-0.3 5.023-0.472 7.757-0.472 26.144 0 48.627 15.677 58.562 38.143l0.161 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM864 692.32s-0.28 0-0.44 0v0l-188-84.2-97.4 82.84c-0.874 0.745-1.839 1.481-2.843 2.165l-0.117 0.075c-9.98 6.741-22.28 10.761-35.519 10.761-9.987 0-19.44-2.288-27.863-6.367l0.381 0.167c-74.92-36.2-149.6-110.32-185.84-184.44-4.026-8.14-6.381-17.724-6.381-27.857 0-12.996 3.874-25.088 10.53-35.183l-0.149 0.24c0.731-1.161 1.483-2.167 2.305-3.109l-0.025 0.029 83.36-98.84-84-188c-0.008-0.072-0.012-0.155-0.012-0.24s0.004-0.168 0.013-0.25l-0.001 0.010c-79.407 10.654-140.001 77.975-140.001 159.449 0 0.151 0 0.303 0.001 0.454l-0-0.023c0.319 282.642 229.359 511.682 511.97 512l0.030 0c0.164 0.001 0.358 0.001 0.553 0.001 81.383 0 148.648-60.443 159.354-138.887l0.093-0.834z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"phone-x\"]},\"attrs\":[{}],\"properties\":{\"order\":26622,\"id\":366,\"name\":\"phone-x\",\"prevSize\":16,\"code\":60529},\"setIdx\":0,\"setId\":0,\"iconIdx\":881},{\"icon\":{\"paths\":[\"M576 96h-320c-17.673 0-32 14.327-32 32v0 512c0.205 176.648 143.351 319.795 319.98 320l0.020 0c17.673 0 32-14.327 32-32v0-256c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM288 250.16l201.28 357.84h-201.28zM512 517.84l-201.28-357.84h201.28zM290.040 672h221.96v222c-115.947-15.244-206.736-106.047-221.82-220.7l-0.14-1.3zM576 608v-448c123.712 0 224 100.288 224 224s-100.288 224-224 224v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"phosphor-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26623,\"id\":365,\"name\":\"phosphor-logo\",\"prevSize\":16,\"code\":60530},\"setIdx\":0,\"setId\":0,\"iconIdx\":882},{\"icon\":{\"paths\":[\"M928 688c0 79.529-64.471 144-144 144s-144-64.471-144-144v0-400h-256v512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512h-32c-88.366 0-160 71.634-160 160v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.137-123.657 100.343-223.863 223.987-224l608.013-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v400c0 44.183 35.817 80 80 80s80-35.817 80-80v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pi\"]},\"attrs\":[{}],\"properties\":{\"order\":26624,\"id\":364,\"name\":\"pi\",\"prevSize\":16,\"code\":60531},\"setIdx\":0,\"setId\":0,\"iconIdx\":883},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM320 192h96v352h-96zM448 608c17.673 0 32-14.327 32-32v0-384h64v384c0 17.673 14.327 32 32 32v0h32v224h-192v-224zM608 544v-352h96v352zM192 192h64v384c0 17.673 14.327 32 32 32v0h64v224h-160zM832 832h-160v-224h64c17.673 0 32-14.327 32-32v0-384h64v640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"piano-keys\"]},\"attrs\":[{}],\"properties\":{\"order\":26625,\"id\":363,\"name\":\"piano-keys\",\"prevSize\":16,\"code\":60532},\"setIdx\":0,\"setId\":0,\"iconIdx\":884},{\"icon\":{\"paths\":[\"M864 192h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 256h704v224h-288c-35.346 0-64 28.654-64 64v0 224h-352zM864 768h-288v-224h288v224z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"picture-in-picture\"]},\"attrs\":[{}],\"properties\":{\"order\":26626,\"id\":362,\"name\":\"picture-in-picture\",\"prevSize\":16,\"code\":60533},\"setIdx\":0,\"setId\":0,\"iconIdx\":885},{\"icon\":{\"paths\":[\"M768 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM608 256h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 448v128c0 53.019-42.981 96-96 96v0h-9.44l-64.84 181.52c-9.104 24.972-32.644 42.48-60.273 42.48-0.002 0-0.005-0-0.007-0l-50.88 0c-0.002 0-0.004 0-0.007 0-27.63 0-51.17-17.508-60.131-42.035l-0.142-0.445-7.68-21.52h-229.2l-7.68 21.52c-9.104 24.972-32.644 42.48-60.273 42.48-0.002 0-0.005-0-0.007-0l-50.88 0c-0.002 0-0.004 0-0.007 0-27.63 0-51.17-17.508-60.131-42.035l-0.142-0.445-50.28-140.64c-46.182-52.078-77.209-118.551-85.609-191.903l-0.151-1.617c-20.509 10.936-34.232 32.184-34.24 56.639l-0 0.001c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.105-59.637 40.979-109.699 96.234-123.808l0.886-0.192c15.185-181.869 166.424-323.758 350.855-324l0.025-0h416c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-85.56c52.653 37.266 93.944 87.33 119.793 145.753l0.887 2.247c1.72 4 3.4 8 5 12 49.409 4.319 87.881 45.495 87.881 95.656 0 0.121-0 0.242-0.001 0.363l0-0.019zM928 448c0-17.673-14.327-32-32-32v0h-14.64c-0.010 0-0.022 0-0.034 0-14.245 0-26.316-9.308-30.463-22.174l-0.063-0.227c-37.751-117.811-146.311-201.6-274.441-201.6-0.126 0-0.253 0-0.379 0l0.020-0h-128c-0.004-0-0.010-0-0.015-0-159.058 0-288 128.942-288 288 0 75.106 28.75 143.497 75.844 194.769l-0.189-0.209c2.797 3.034 5.026 6.641 6.489 10.618l0.071 0.222 52.36 146.6h50.88l15.28-42.76c4.55-12.481 16.312-21.233 30.119-21.24l274.321-0c13.808 0.007 25.57 8.759 30.049 21.018l0.071 0.222 15.28 42.76h50.88l72.44-202.76c4.55-12.481 16.312-21.233 30.119-21.24l32.001-0c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"piggy-bank\"]},\"attrs\":[{}],\"properties\":{\"order\":26627,\"id\":361,\"name\":\"piggy-bank\",\"prevSize\":16,\"code\":60534},\"setIdx\":0,\"setId\":0,\"iconIdx\":886},{\"icon\":{\"paths\":[\"M865.68 158.4c-38.553-38.551-91.812-62.396-150.64-62.396s-112.088 23.845-150.64 62.396l-406 405.96c-37.416 38.351-60.496 90.838-60.496 148.716 0 117.659 95.381 213.040 213.040 213.040 57.888 0 110.383-23.088 148.78-60.558l-0.043 0.042 406.040-405.96c38.479-38.571 62.273-91.807 62.273-150.6 0-58.813-23.81-112.066-62.317-150.643l0.003 0.003zM414.44 820.36v0c-26.973 26.978-64.238 43.664-105.4 43.664-82.315 0-149.044-66.729-149.044-149.044 0-41.152 16.678-78.409 43.644-105.38l180.36-180.36 210.8 210.76zM820.44 414.4l-180.44 180.36-210.72-210.76 180.4-180.36c26.842-26.239 63.605-42.429 104.149-42.429 82.313 0 149.040 66.727 149.040 149.040 0 40.544-16.189 77.307-42.456 104.177l0.027-0.028zM758.72 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l96-96c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pill\"]},\"attrs\":[{}],\"properties\":{\"order\":26628,\"id\":360,\"name\":\"pill\",\"prevSize\":16,\"code\":60535},\"setIdx\":0,\"setId\":0,\"iconIdx\":887},{\"icon\":{\"paths\":[\"M864 448c0 90.28-31.6 172.8-88.92 232.44-53.52 55.56-126.080 87.56-199.080 87.56-71.52 0-119.28-23.44-149.72-48l-43.12 183.32c-3.434 14.254-16.075 24.68-31.152 24.68-0.003 0-0.006-0-0.009-0l0 0c-2.611-0.003-5.15-0.309-7.584-0.885l0.224 0.045c-14.335-3.374-24.842-16.054-24.842-31.189 0-2.586 0.307-5.101 0.886-7.509l-0.044 0.218 128-544c3.434-14.258 16.079-24.688 31.16-24.688 17.678 0 32.008 14.331 32.008 32.008 0 2.597-0.309 5.121-0.893 7.538l0.045-0.218-67.6 287.2c12.64 17.48 49.84 57.48 132.64 57.48 110.12 0 224-95.76 224-256-0.064-159.010-128.981-287.888-288-287.888-159.058 0-288 128.942-288 288 0 52.974 14.302 102.607 39.256 145.249l-0.736-1.361c2.442 4.412 3.879 9.673 3.879 15.27 0 17.673-14.327 32-32 32-11.484 0-21.554-6.049-27.2-15.134l-0.079-0.136c-29.624-50.471-47.12-111.158-47.12-175.932 0-194.404 157.596-352 352-352 194.38 0 351.961 157.557 352 351.929l0 0.004z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pinterest-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26629,\"id\":359,\"name\":\"pinterest-logo\",\"prevSize\":16,\"code\":60536},\"setIdx\":0,\"setId\":0,\"iconIdx\":888},{\"icon\":{\"paths\":[\"M918.64 873.36l-193.68-193.64c4.4-1.32 8.76-2.72 13.080-4.28 92.884-34.537 157.859-122.434 157.859-225.506 0-29.399-5.286-57.563-14.959-83.594l0.54 1.66c-4.606-12.383-16.325-21.046-30.067-21.046-3.923 0-7.681 0.706-11.155 1.998l0.221-0.072-176.8 64.32c1.28-2.48 2.56-4.96 3.72-7.52 14.214-29.744 22.516-64.649 22.516-101.492 0-132.548-107.452-240-240-240-29.392 0-57.55 5.284-83.576 14.953l1.66-0.54c-12.458 4.567-21.187 16.323-21.187 30.118 0 3.904 0.699 7.645 1.979 11.104l-0.072-0.222 64.32 176.8c-2.48-1.28-4.96-2.56-7.52-3.72-29.711-14.178-64.573-22.459-101.37-22.459-132.548 0-240 107.452-240 240 0 29.43 5.297 57.624 14.991 83.678l-0.541-1.659c4.606 12.383 16.325 21.046 30.067 21.046 3.923 0 7.681-0.706 11.155-1.998l-0.221 0.072 176.8-64.36c-1.28 2.52-2.56 5-3.72 7.56-14.178 29.711-22.459 64.573-22.459 101.37 0 132.548 107.452 240 240 240 29.43 0 57.624-5.297 83.678-14.991l-1.659 0.541c12.383-4.606 21.046-16.325 21.046-30.067 0-3.923-0.706-7.681-1.998-11.155l0.072 0.221-64.36-176.8c2.52 1.28 5 2.56 7.56 3.72 26.291 12.614 56.974 20.671 89.352 22.297l0.568 0.023 228.88 228.92c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM524.28 144.6c60.636 28.663 101.835 89.325 101.835 159.611 0 64.36-34.546 120.652-86.106 151.343l-0.809 0.446-118.44-325.48c8.814-1.578 18.961-2.48 29.318-2.48 26.947 0 52.467 6.107 75.253 17.013l-1.051-0.453zM130.52 539.28c-1.603-8.922-2.52-19.192-2.52-29.675 0-97.202 78.798-176 176-176 64.507 0 120.908 34.704 151.553 86.459l0.447 0.816zM436 815.48c-60.553-28.694-101.683-89.314-101.683-159.54 0-64.298 34.48-120.543 85.958-151.255l0.806-0.445 118.4 325.32c-8.811 1.578-18.953 2.48-29.306 2.48-26.937 0-52.449-6.107-75.224-17.013l1.050 0.453zM658.24 625.96h-0.44c-0.398 0.003-0.868 0.005-1.339 0.005-64.391 0-120.731-34.469-151.575-85.962l-0.446-0.803 325.32-118.44c1.526 8.711 2.398 18.741 2.398 28.975 0 96.518-77.587 174.915-173.795 176.223l-0.124 0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pinwheel\"]},\"attrs\":[{}],\"properties\":{\"order\":26630,\"id\":358,\"name\":\"pinwheel\",\"prevSize\":16,\"code\":60537},\"setIdx\":0,\"setId\":0,\"iconIdx\":889},{\"icon\":{\"paths\":[\"M958.16 252c-4.162-16.896-14.637-30.83-28.721-39.441l-0.279-0.159c-118.94-73.075-262.995-116.359-417.16-116.359s-298.22 43.284-420.675 118.363l3.515-2.004c-18.596 11.418-30.812 31.644-30.812 54.722 0 12.304 3.472 23.798 9.49 33.554l-0.158-0.276 384 629.080c11.419 18.594 31.643 30.808 54.72 30.808s43.301-12.214 54.561-30.53l0.159-0.278 384-629.080c5.82-9.389 9.269-20.778 9.269-32.973 0-5.479-0.696-10.796-2.006-15.866l0.096 0.439zM254.36 474c17.146-16.186 40.331-26.136 65.841-26.136 53.019 0 96 42.981 96 96 0 41.534-26.376 76.908-63.292 90.284l-0.668 0.212zM606.040 741.8c-18.576-17.545-30.14-42.345-30.14-69.846 0-53.019 42.981-96 96-96 11.508 0 22.543 2.025 32.768 5.738l-0.668-0.212zM737.76 526.080c-19.421-9.035-42.16-14.305-66.129-14.305-88.366 0-160 71.634-160 160 0 50.66 23.544 95.821 60.287 125.137l0.322 0.248-60.24 98.84-126-206.28c56.043-25.704 94.266-81.325 94.266-145.873 0-88.366-71.634-160-160-160-37.829 0-72.592 13.128-99.982 35.078l0.316-0.244-25.4-41.64c90.208-55.909 199.624-89.045 316.78-89.045s226.572 33.136 319.388 90.547l-2.608-1.502zM862.16 322.36c-99.725-61.757-220.668-98.357-350.16-98.357s-250.435 36.6-353.049 100.019l2.889-1.662-33.84-55.28c109.5-67.214 242.101-107.025 384-107.025s274.5 39.811 387.243 108.872l-3.243-1.847z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pizza\"]},\"attrs\":[{}],\"properties\":{\"order\":26631,\"id\":357,\"name\":\"pizza\",\"prevSize\":16,\"code\":60538},\"setIdx\":0,\"setId\":0,\"iconIdx\":890},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM192 832v-594.76l594.76 594.76zM237.24 192h594.76v594.8z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"placeholder\"]},\"attrs\":[{}],\"properties\":{\"order\":26632,\"id\":356,\"name\":\"placeholder\",\"prevSize\":16,\"code\":60539},\"setIdx\":0,\"setId\":0,\"iconIdx\":891},{\"icon\":{\"paths\":[\"M980.44 242.72c-30.6-52.76-111.36-64.64-234-34.64-64.163-49.997-145.919-80.162-234.72-80.162-211.923 0-383.72 171.797-383.72 383.72 0 0.127 0 0.254 0 0.381l-0-0.019c0.005 17.364 1.139 34.458 3.332 51.219l-0.212-1.979c-110.76 114.76-109.16 182.76-87.52 220.040 20.4 35.36 62.96 50.72 118.96 50.72 41.3-0.879 80.854-6.663 118.631-16.792l-3.471 0.792c64.134 49.922 145.83 80.038 234.56 80.038 211.923 0 383.72-171.797 383.72-383.72 0-0.112-0-0.224-0-0.336l0 0.017c0-0.056 0-0.122 0-0.188 0-17.207-1.119-34.153-3.289-50.769l0.209 1.957c50-52 83.28-101.4 94.6-143.68 7.8-29.28 5.44-55.040-7.080-76.6zM512 192c151.436 0.161 278.26 105.343 311.568 246.628l0.432 2.172c-68.24 64.24-160.6 130.12-248.28 180.52-110.2 63.24-205.8 102.68-282.040 124.28-62.631-58.528-101.665-141.625-101.665-233.84 0-176.599 143.161-319.76 319.76-319.76 0.079 0 0.159 0 0.238 0l-0.012-0zM98.96 749.16c-5.84-10.040-2.6-28.96 8.88-52 12.154-22.879 25.82-42.621 41.481-60.576l-0.321 0.376c16.938 48.28 41.414 89.921 72.412 125.767l-0.412-0.487c-69 11.6-112.040 4.2-122.040-13.080zM512 832c-0.096 0-0.209 0-0.322 0-56.493 0-109.543-14.74-155.514-40.585l1.596 0.825c96.416-34.429 178.81-73.361 256.641-119.211l-6.921 3.771c86.32-49.56 162.72-103.28 224.28-156.32-4.881 172.937-146.126 311.296-319.739 311.52l-0.021 0zM925.68 302.76c-6.8 25.24-24.76 54.12-50.52 84.52-16.894-48.333-41.376-90.021-72.409-125.884l0.409 0.484c56.84-9.4 109.48-8.68 122 12.96 3.6 6.28 3.8 15.68 0.52 27.92z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"planet\"]},\"attrs\":[{}],\"properties\":{\"order\":26633,\"id\":355,\"name\":\"planet\",\"prevSize\":16,\"code\":60540},\"setIdx\":0,\"setId\":0,\"iconIdx\":892},{\"icon\":{\"paths\":[\"M990.52 159.56c-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-207.040-12-373.28 50.96-444.72 168.88-47.2 77.96-47.12 172.64-0.64 262.96-25.504 30.201-45.026 66.346-56.196 105.991l-0.484 2.009-65.080-65.32c31.28-65.32 30.080-133.4-4-189.96-52.8-87.16-174.68-133.88-326-125-16.205 0.975-29.105 13.875-30.076 29.991l-0.004 0.089c-8.92 151.32 37.84 273.2 125 326 27.198 16.871 60.19 26.873 95.518 26.88l0.002 0c34.406-0.437 66.767-8.765 95.491-23.252l-1.251 0.572 100 100v114.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-117.96c-0.001-0.185-0.001-0.403-0.001-0.622 0-52.96 18.508-101.598 49.409-139.797l-0.328 0.419c38.652 20.613 84.434 32.972 133.044 33.598l0.196 0.002c0.233 0.001 0.51 0.001 0.786 0.001 46.78 0 90.481-13.186 127.587-36.045l-1.053 0.604c117.92-71.36 181.040-237.6 168.88-444.64zM191.24 590.4c-61.36-37.16-96.080-125.12-95.24-238.4 113.28-0.96 201.24 33.88 238.4 95.24 19.4 32 22.56 69.32 9.84 107.76l-97.64-97.64c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 97.64 97.64c-38.44 12.72-75.72 9.56-107.76-9.84zM788.48 549.52c-53.6 32.44-116.6 34.92-180.6 8l214.76-214.8c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-214.8 214.52c-27.040-64-24.6-127.040 8-180.6 55.76-92 188-143.28 357.32-139.32 3.84 169.28-47.36 301.68-139.44 357.44z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"plant\"]},\"attrs\":[{}],\"properties\":{\"order\":26634,\"id\":354,\"name\":\"plant\",\"prevSize\":16,\"code\":60541},\"setIdx\":0,\"setId\":0,\"iconIdx\":893},{\"icon\":{\"paths\":[\"M929.6 457.96l-576.32-352.56c-9.513-5.914-21.058-9.42-33.422-9.42-11.53 0-22.349 3.049-31.692 8.385l0.314-0.165c-19.496 11.053-32.444 31.651-32.48 55.275l-0 0.005v705.040c0.159 35.093 28.644 63.48 63.759 63.48 0.085 0 0.169-0 0.254-0l-0.013 0c12.367-0.006 23.916-3.503 33.716-9.559l-0.276 0.159 576.16-352.56c18.308-11.296 30.327-31.245 30.327-54s-12.019-42.704-30.054-53.844l-0.272-0.156zM320 863.76v-703.76l575.32 352z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"play\"]},\"attrs\":[{}],\"properties\":{\"order\":26635,\"id\":353,\"name\":\"play\",\"prevSize\":16,\"code\":60542},\"setIdx\":0,\"setId\":0,\"iconIdx\":894},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM657.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 580.2v-136.2l102.32 68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"play-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26636,\"id\":352,\"name\":\"play-circle\",\"prevSize\":16,\"code\":60543},\"setIdx\":0,\"setId\":0,\"iconIdx\":895},{\"icon\":{\"paths\":[\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM448 736h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM990.64 505.2c-4.073 13.316-16.255 22.834-30.659 22.834-3.333 0-6.547-0.509-9.568-1.455l0.227 0.061-118.64-35.64v277c0 0.061 0 0.134 0 0.207 0 70.803-57.397 128.2-128.2 128.2s-128.2-57.397-128.2-128.2c0-70.803 57.397-128.2 128.2-128.2 23.641 0 45.788 6.399 64.803 17.56l-0.603-0.327v-209.24c0.005-17.669 14.33-31.991 32-31.991 3.281 0 6.447 0.494 9.427 1.411l-0.227-0.060 160 48c13.293 4.087 22.789 16.258 22.789 30.646 0 3.279-0.493 6.443-1.409 9.421l0.060-0.227zM768 768c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"playlist\"]},\"attrs\":[{}],\"properties\":{\"order\":26637,\"id\":351,\"name\":\"playlist\",\"prevSize\":16,\"code\":60544},\"setIdx\":0,\"setId\":0,\"iconIdx\":896},{\"icon\":{\"paths\":[\"M736 256v512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 224c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32s32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM576 512c0 0.029 0 0.063 0 0.096 0 22.307-11.586 41.907-29.068 53.113l-0.252 0.151-352.76 224.6c-9.697 6.285-21.552 10.022-34.281 10.022-35.057 0-63.493-28.346-63.639-63.368l-0-0.014v-449.2c0.147-35.036 28.583-63.382 63.639-63.382 12.728 0 24.584 3.737 34.53 10.173l-0.249-0.151 352.76 224.6c17.734 11.356 29.32 30.957 29.32 53.264 0 0.034-0 0.068-0 0.102l0-0.005zM511.28 512l-351.28-223.68v447.4z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"play-pause\"]},\"attrs\":[{}],\"properties\":{\"order\":26638,\"id\":350,\"name\":\"play-pause\",\"prevSize\":16,\"code\":60545},\"setIdx\":0,\"setId\":0,\"iconIdx\":897},{\"icon\":{\"paths\":[\"M950.64 265.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-146.76-146.76 137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-137.36 137.4-105.36-105.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 25.4 25.36-212 212c-28.956 28.955-46.866 68.956-46.866 113.14s17.91 84.185 46.866 113.14l62.84 62.84-196.24 196.24c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l196.36-196.36 62.84 62.84c28.955 28.956 68.956 46.866 113.14 46.866s84.185-17.91 113.14-46.866l212-212 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-105.52-105.24 137.4-137.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM590.88 740c-17.374 17.383-41.381 28.136-67.9 28.136s-50.526-10.752-67.9-28.135l-171.080-171.080c-17.383-17.374-28.136-41.381-28.136-67.9s10.752-50.526 28.135-67.9l212-212 306.76 306.88z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"plug\"]},\"attrs\":[{}],\"properties\":{\"order\":26639,\"id\":349,\"name\":\"plug\",\"prevSize\":16,\"code\":60546},\"setIdx\":0,\"setId\":0,\"iconIdx\":898},{\"icon\":{\"paths\":[\"M896 224h-192v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-256v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-189.8c-25.080 0-34.2 19.12-34.2 32 0 17.673 14.327 32 32 32v0h64v352c0 88.366 71.634 160 160 160v0h128v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h128c88.366 0 160-71.634 160-160v0-352h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 736h-320c-53.019 0-96-42.981-96-96v0-352h512v352c0 53.019-42.981 96-96 96v0zM602.32 493.76c3.56 5.086 5.689 11.401 5.689 18.213 0 4.048-0.752 7.921-2.123 11.486l0.074-0.219-48 128c-4.685 12.253-16.345 20.797-30 20.797-17.693 0-32.037-14.343-32.037-32.037 0-4.038 0.747-7.901 2.11-11.459l-0.074 0.219 32-84.76h-81.96c-17.673-0.001-31.999-14.327-31.999-32 0-4.038 0.748-7.901 2.113-11.459l-0.074 0.219 48-128c4.685-12.253 16.345-20.797 30-20.797 17.693 0 32.037 14.343 32.037 32.037 0 4.038-0.747 7.901-2.11 11.459l0.074-0.219-32 84.76h81.96c0.008-0 0.018-0 0.027-0 10.849 0 20.438 5.399 26.224 13.657l0.068 0.103z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"plug-charging\"]},\"attrs\":[{}],\"properties\":{\"order\":26640,\"id\":348,\"name\":\"plug-charging\",\"prevSize\":16,\"code\":60547},\"setIdx\":0,\"setId\":0,\"iconIdx\":899},{\"icon\":{\"paths\":[\"M598.64 553.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-73.36 73.4-82.76-82.76 73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-73.36 73.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h-0l25.4 25.36-93.28 93.24c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0 21.52 21.48-113.64 113.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 113.6-113.64 21.48 21.52c23.165 23.17 55.169 37.501 90.52 37.501s67.356-14.331 90.52-37.501l93.24-93.28 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36 73.4-73.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM389.48 813.36c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l0 0-88.24-88.36c-11.573-11.58-18.73-27.574-18.73-45.24s7.157-33.66 18.731-45.24l93.24-93.28 178.76 178.76zM950.64 73.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-113.6 113.64-21.48-21.52c-23.187-23.121-55.184-37.418-90.52-37.418s-67.333 14.297-90.523 37.421l0.003-0.003-93.24 93.28-25.36-25.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l320 320c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-25.4-25.36 93.28-93.24c23.17-23.165 37.501-55.169 37.501-90.52s-14.331-67.356-37.501-90.52l-0-0-21.52-21.48 113.64-113.6c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM813.24 389.36l-93.24 93.4-178.76-178.76 93.28-93.24c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l-0-0 88.24 88c11.645 11.592 18.851 27.635 18.851 45.36s-7.206 33.768-18.848 45.358l-0.002 0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"plugs\"]},\"attrs\":[{}],\"properties\":{\"order\":26641,\"id\":347,\"name\":\"plugs\",\"prevSize\":16,\"code\":60548},\"setIdx\":0,\"setId\":0,\"iconIdx\":900},{\"icon\":{\"paths\":[\"M950.64 73.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-209.6 209.64-21.48-21.52c-23.187-23.121-55.184-37.418-90.52-37.418s-67.333 14.297-90.523 37.421l0.003-0.003-93.24 93.28-25.36-25.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 25.4 25.36-93.28 93.24c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0 21.52 21.48-209.64 209.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l209.6-209.64 21.48 21.52c23.165 23.17 55.169 37.501 90.52 37.501s67.356-14.331 90.52-37.501l93.24-93.28 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-25.4-25.36 93.28-93.24c23.17-23.165 37.501-55.169 37.501-90.52s-14.331-67.356-37.501-90.52l-0-0-21.52-21.48 209.64-209.6c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM485.48 717.36c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l0 0-88.24-88.36c-11.573-11.58-18.73-27.574-18.73-45.24s7.157-33.66 18.731-45.24l93.24-93.28 178.76 178.76zM717.24 485.6l-93.24 93.16-178.76-178.76 93.28-93.24c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l-0-0 88.24 88c11.645 11.592 18.851 27.635 18.851 45.36s-7.206 33.768-18.848 45.358l-0.002 0.002zM353.64 138.12c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225 32 96c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225zM97.64 373.88c4.367-12.823 16.305-21.883 30.359-21.883 3.621 0 7.101 0.601 10.347 1.71l-0.225-0.067 96 32c12.823 4.368 21.882 16.306 21.882 30.36 0 17.674-14.328 32.002-32.002 32.002-3.62 0-7.1-0.601-10.345-1.709l0.225 0.067-96-32c-12.823-4.367-21.883-16.305-21.883-30.359 0-3.621 0.601-7.101 1.71-10.347l-0.067 0.225zM926.36 650.12c-4.367 12.823-16.305 21.883-30.359 21.883-3.621 0-7.101-0.601-10.347-1.71l0.225 0.067-96-32c-12.823-4.368-21.882-16.306-21.882-30.36 0-17.674 14.328-32.002 32.002-32.002 3.62 0 7.1 0.601 10.345 1.709l-0.225-0.067 96 32c12.823 4.367 21.883 16.305 21.883 30.359 0 3.621-0.601 7.101-1.71 10.347l0.067-0.225zM670.36 885.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225-32-96c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"plugs-connected\"]},\"attrs\":[{}],\"properties\":{\"order\":26642,\"id\":346,\"name\":\"plugs-connected\",\"prevSize\":16,\"code\":60549},\"setIdx\":0,\"setId\":0,\"iconIdx\":901},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-320v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 320h320c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26643,\"id\":345,\"name\":\"plus\",\"prevSize\":16,\"code\":60550},\"setIdx\":0,\"setId\":0,\"iconIdx\":902},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 512c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"plus-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26644,\"id\":344,\"name\":\"plus-circle\",\"prevSize\":16,\"code\":60551},\"setIdx\":0,\"setId\":0,\"iconIdx\":903},{\"icon\":{\"paths\":[\"M822.64 246.64l-576 576c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 576-576c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0zM256 448c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128zM896 704h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"plus-minus\"]},\"attrs\":[{}],\"properties\":{\"order\":26645,\"id\":343,\"name\":\"plus-minus\",\"prevSize\":16,\"code\":60552},\"setIdx\":0,\"setId\":0,\"iconIdx\":904},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM704 512c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"plus-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26646,\"id\":342,\"name\":\"plus-square\",\"prevSize\":16,\"code\":60553},\"setIdx\":0,\"setId\":0,\"iconIdx\":905},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM668.84 309.88c-34.549-27.208-77.084-45.801-123.557-51.863l-1.283-0.137v-96.4c74.248 6.873 140.639 35.951 193.662 80.442l-0.542-0.442zM480 258.080c-47.756 6.199-90.291 24.792-125.385 52.414l0.545-0.414-68.28-68.48c52.481-44.049 118.872-73.127 191.735-79.896l1.385-0.104zM309.88 355.16c-27.208 34.549-45.801 77.084-51.863 123.557l-0.137 1.283h-96.4c6.873-74.248 35.951-140.639 80.442-193.662l-0.442 0.542zM258.080 544c6.199 47.756 24.792 90.291 52.414 125.385l-0.414-0.545-68.48 68.28c-44.049-52.481-73.127-118.872-79.896-191.735l-0.104-1.385zM355.16 714.12c34.564 27.137 77.101 45.663 123.565 51.666l1.275 0.134v96.6c-74.248-6.873-140.639-35.951-193.662-80.442l0.542 0.442zM544 765.92c47.739-6.137 90.276-24.663 125.393-52.218l-0.553 0.418 68.28 68.28c-52.481 44.049-118.872 73.127-191.735 79.896l-1.385 0.104zM714.12 668.84c27.137-34.564 45.663-77.101 51.666-123.565l0.134-1.275h96.6c-6.873 74.248-35.951 140.639-80.442 193.662l0.442-0.542zM765.92 480c-6.137-47.739-24.663-90.276-52.218-125.393l0.418 0.553 68.28-68.28c44.049 52.481 73.127 118.872 79.896 191.735l0.104 1.385z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"poker-chip\"]},\"attrs\":[{}],\"properties\":{\"order\":26647,\"id\":341,\"name\":\"poker-chip\",\"prevSize\":16,\"code\":60554},\"setIdx\":0,\"setId\":0,\"iconIdx\":906},{\"icon\":{\"paths\":[\"M960 448h-45.44l-109.56-191.76c-11.239-19.399-31.9-32.239-55.56-32.24l-474.88-0c-23.66 0.001-44.321 12.841-55.396 31.933l-0.164 0.307-109.56 191.76h-45.44c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM274.56 288h474.88l91.4 160h-657.68zM256 832h-96v-64h96zM768 832v-64h96v64zM864 704h-704v-192h704zM224 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM672 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM384 128c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"police-car\"]},\"attrs\":[{}],\"properties\":{\"order\":26648,\"id\":340,\"name\":\"police-car\",\"prevSize\":16,\"code\":60555},\"setIdx\":0,\"setId\":0,\"iconIdx\":907},{\"icon\":{\"paths\":[\"M922.56 197.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-7.864 7.86-14.706 16.74-20.312 26.426l-0.328 0.614-112.88-30.8c0.008-0.521 0.012-1.136 0.012-1.753 0-70.692-57.308-128-128-128-35.357 0-67.366 14.336-90.531 37.512l-0.001 0.001c-23.143 23.196-37.453 55.213-37.453 90.572 0 21.583 5.332 41.92 14.75 59.767l-0.336-0.699-135.76 122.2c-19.892-13.315-44.363-21.25-70.688-21.25-35.352 0-67.362 14.309-90.554 37.452l0.002-0.002c-23.369 23.197-37.835 55.336-37.835 90.853 0 70.692 57.308 128 128 128 31.016 0 59.455-11.031 81.608-29.385l-0.213 0.171 280 205.44c-5.775 14.056-9.128 30.372-9.128 47.47 0 70.692 57.308 128 128 128s128-57.308 128-128c0-44.058-22.259-82.917-56.146-105.944l-0.446-0.286 109.56-310.36q5.52 0.48 11.040 0.48c70.684-0.011 127.981-57.314 127.981-128 0-35.332-14.315-67.32-37.461-90.481l0.001 0.001zM434.56 146.68v0c11.579-11.567 27.569-18.72 45.23-18.72 35.346 0 64 28.654 64 64s-28.654 64-64 64c-17.661 0-33.65-7.153-45.23-18.721l0.001 0.001c-11.549-11.576-18.69-27.554-18.69-45.2 0-17.725 7.206-33.768 18.848-45.358l0.002-0.002zM114.56 525.28c-11.597-11.584-18.77-27.594-18.77-45.28s7.174-33.696 18.77-45.279l0.001-0.001c11.579-11.567 27.569-18.72 45.23-18.72 35.346 0 64 28.654 64 64s-28.654 64-64 64c-17.661 0-33.65-7.153-45.23-18.721l0.001 0.001zM685.16 877.28c-11.583 11.583-27.585 18.747-45.26 18.747-35.35 0-64.007-28.657-64.007-64.007 0-17.675 7.164-33.677 18.747-45.26l-0 0c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l-0 0zM650.96 704.56c-3.327-0.307-7.196-0.483-11.106-0.483-30.788 0-59.037 10.87-81.119 28.982l0.225-0.179-280-205.44c5.73-14.046 9.056-30.345 9.056-47.42 0-21.621-5.332-41.997-14.754-59.883l0.338 0.703 135.8-122.2c19.89 13.35 44.373 21.307 70.715 21.307 47.35 0 88.695-25.71 110.837-63.932l0.329-0.615 112.72 30.84c-0.008 0.546-0.013 1.191-0.013 1.836 0 44.016 22.217 82.843 56.049 105.878l0.444 0.285zM877.2 333.2c-11.726 12.646-28.43 20.534-46.976 20.534-35.346 0-64-28.654-64-64 0-18.566 7.906-35.285 20.534-46.976l0.042-0.038c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"polygon\"]},\"attrs\":[{}],\"properties\":{\"order\":26649,\"id\":339,\"name\":\"polygon\",\"prevSize\":16,\"code\":60556},\"setIdx\":0,\"setId\":0,\"iconIdx\":908},{\"icon\":{\"paths\":[\"M918.080 296.84c-5.712-5.381-13.431-8.688-21.921-8.688-2.337 0-4.615 0.25-6.81 0.726l0.211-0.038c-21.332-74.904-89.149-128.831-169.562-128.831-17.093 0-33.616 2.437-49.242 6.981l1.244-0.31c-28.488-61.095-89.388-102.679-160-102.679s-131.512 41.583-159.546 101.597l-0.454 1.081c-14.402-4.247-30.949-6.691-48.066-6.691-80.376 0-148.168 53.878-169.23 127.489l-0.304 1.242c-1.934-0.415-4.156-0.653-6.433-0.653-17.673 0-32 14.327-32 32 0 2.573 0.304 5.074 0.877 7.471l-0.044-0.218 122.24 519.36c6.882 28.488 32.155 49.32 62.294 49.32 0.009 0 0.019-0 0.028-0l461.279 0c0.008 0 0.017 0 0.026 0 30.138 0 55.411-20.832 62.204-48.883l0.089-0.437 122.2-519.36c0.538-2.196 0.847-4.718 0.847-7.312 0-9.109-3.806-17.329-9.914-23.156l-0.013-0.012zM304 224c0.092-0 0.2-0 0.309-0 19.084 0 37.041 4.828 52.715 13.33l-0.584-0.29c4.343 2.35 9.508 3.731 14.995 3.731 15.225 0 27.966-10.632 31.204-24.876l0.041-0.214c11.543-50.52 56.096-87.646 109.32-87.646s97.777 37.126 109.175 86.893l0.145 0.752c3.279 14.459 16.021 25.091 31.245 25.091 5.487 0 10.652-1.381 15.165-3.814l-0.17 0.084c15.202-8.224 33.278-13.058 52.483-13.058 51.243 0 94.448 34.413 107.765 81.389l0.191 0.789-154.24 44-137.96-55.2c-7.035-2.894-15.201-4.574-23.76-4.574s-16.725 1.68-24.187 4.728l0.427-0.154-138 55.28-154.28-44.080c13.515-47.756 56.716-82.16 107.952-82.16 0.017 0 0.034 0 0.051 0l-0.003-0zM281.36 832l-109.72-466.24 151.4 43.24 56.4 423zM580 832h-136l-57-427.52 125-50 125 50zM742.64 832h-98.080l56.4-423 151.4-43.24z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"popcorn\"]},\"attrs\":[{}],\"properties\":{\"order\":26650,\"id\":338,\"name\":\"popcorn\",\"prevSize\":16,\"code\":60557},\"setIdx\":0,\"setId\":0,\"iconIdx\":909},{\"icon\":{\"paths\":[\"M800 576h-306.8l89.64-89.64c30.391 15.637 66.252 24.987 104.254 25.439l0.146 0.001c0.155 0 0.339 0.001 0.523 0.001 38.096 0 73.682-10.746 103.892-29.372l-0.856 0.491c94.88-57.44 145.72-190.4 136-355.68-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-165.28-9.68-298.24 41.12-355.68 136-37.44 61.8-38.4 136.44-3.48 208l-57.56 57.56-48.84-48.84c24-53 22.28-108-5.56-153.92-43.48-71.96-143.16-110.32-266.68-103.080-16.175 0.993-29.047 13.865-30.036 29.95l-0.004 0.090c-7.28 123.48 31.12 223.16 103.12 266.68 22.686 14.064 50.205 22.4 79.67 22.4 0.116 0 0.232-0 0.347-0l-0.018 0c26.937-0.276 52.371-6.426 75.173-17.226l-1.093 0.466 48.64 48.76-32 32h-178.72c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h38.36l52.84 237.88c6.437 28.865 31.83 50.121 62.187 50.121 0.103 0 0.206-0 0.308-0.001l-0.016 0h268.68c0.087 0 0.19 0.001 0.293 0.001 30.358 0 55.751-21.256 62.108-49.697l0.080-0.424 52.84-237.88h38.32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM596 266.32c41.84-69.040 140.96-108 268-106.28 1.64 127.24-37.24 226.32-106.28 268-46.040 28-101.6 26.16-157.12-4.72-30.92-55.32-32.6-110.96-4.6-157zM368.44 432.44c-36.8 19.72-73.24 20.64-103.32 2.4-46-27.88-72.52-93.6-73.12-178.84 85.24 0.6 151 27.12 178.84 73.12 18.24 30.080 17.16 66.52-2.4 103.32zM646.36 864h-268.68l-49.68-224h368z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"potted-plant\"]},\"attrs\":[{}],\"properties\":{\"order\":26651,\"id\":337,\"name\":\"potted-plant\",\"prevSize\":16,\"code\":60558},\"setIdx\":0,\"setId\":0,\"iconIdx\":910},{\"icon\":{\"paths\":[\"M480 512v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM721.48 197.2c-4.844-3.105-10.755-4.95-17.097-4.95-17.673 0-32 14.327-32 32 0 11.010 5.56 20.721 14.025 26.478l0.111 0.071c92.44 60.28 145.48 155.48 145.48 261.2 0 176.731-143.269 320-320 320s-320-143.269-320-320v0c0-105.72 53.040-200.92 145.48-261.2 8.577-5.829 14.137-15.54 14.137-26.55 0-17.673-14.327-32-32-32-6.342 0-12.252 1.845-17.225 5.027l0.128-0.077c-110.92 72.32-174.52 187.040-174.52 314.8 0 212.077 171.923 384 384 384s384-171.923 384-384v0c0-127.76-63.6-242.48-174.52-314.8z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"power\"]},\"attrs\":[{}],\"properties\":{\"order\":26652,\"id\":336,\"name\":\"power\",\"prevSize\":16,\"code\":60559},\"setIdx\":0,\"setId\":0,\"iconIdx\":911},{\"icon\":{\"paths\":[\"M733.24 752l89.4-89.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-89.36 89.4-164.6-164.64c102.245-14.231 180.102-101.084 180.102-206.121 0-114.7-92.841-207.716-207.475-207.999l-0.027-0h-208c-17.673 0-32 14.327-32 32v0 608c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224h114.76l208 208-89.4 89.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l89.36-89.4 89.36 89.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM320 192h176c79.529 0 144 64.471 144 144s-64.471 144-144 144v0h-176z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"prescription\"]},\"attrs\":[{}],\"properties\":{\"order\":26653,\"id\":335,\"name\":\"prescription\",\"prevSize\":16,\"code\":60560},\"setIdx\":0,\"setId\":0,\"iconIdx\":912},{\"icon\":{\"paths\":[\"M864 160h-320v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h157.44l-86.44 108c-4.371 5.427-7.016 12.405-7.016 20 0 17.682 14.334 32.016 32.016 32.016 10.086 0 19.084-4.664 24.952-11.954l0.048-0.062 118.36-148h225.28l118.36 148c5.916 7.351 14.914 12.016 25 12.016 17.682 0 32.016-14.334 32.016-32.016 0-7.595-2.645-14.573-7.064-20.062l0.048 0.062-86.44-108h157.44c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 704h-704v-480h704v480z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"presentation\"]},\"attrs\":[{}],\"properties\":{\"order\":26654,\"id\":334,\"name\":\"presentation\",\"prevSize\":16,\"code\":60561},\"setIdx\":0,\"setId\":0,\"iconIdx\":913},{\"icon\":{\"paths\":[\"M864 160h-320v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h157.44l-86.44 108c-4.371 5.427-7.016 12.405-7.016 20 0 17.682 14.334 32.016 32.016 32.016 10.086 0 19.084-4.664 24.952-11.954l0.048-0.062 118.36-148h225.28l118.36 148c5.916 7.351 14.914 12.016 25 12.016 17.682 0 32.016-14.334 32.016-32.016 0-7.595-2.645-14.573-7.064-20.062l0.048 0.062-86.44-108h157.44c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 704h-704v-480h704v480zM416 480v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 416v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM672 352v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"presentation-chart\"]},\"attrs\":[{}],\"properties\":{\"order\":26655,\"id\":333,\"name\":\"presentation-chart\",\"prevSize\":16,\"code\":60562},\"setIdx\":0,\"setId\":0,\"iconIdx\":914},{\"icon\":{\"paths\":[\"M858.68 288h-58.68v-128c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 128h-58.68c-55.88 0-101.32 43.080-101.32 96v320c0 17.673 14.327 32 32 32v0h128v128c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32v0-320c0-52.92-45.44-96-101.32-96zM288 192h448v96h-448zM736 832h-448v-192h448zM896 672h-96v-64c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 64h-96v-288c0-17.64 16.76-32 37.32-32h693.36c20.56 0 37.32 14.36 37.32 32zM800 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"printer\"]},\"attrs\":[{}],\"properties\":{\"order\":26656,\"id\":332,\"name\":\"printer\",\"prevSize\":16,\"code\":60563},\"setIdx\":0,\"setId\":0,\"iconIdx\":915},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.104 0 0.226 0 0.349 0 85.805-30.856 164.404-82.077 225.305l0.437-0.534-495.48-495.52c60.545-50.645 139.241-81.399 225.12-81.399 194.334 0 351.885 157.481 352 351.788l0 0.011zM160 512c-0-0.104-0-0.226-0-0.349 0-85.805 30.856-164.404 82.077-225.305l-0.437 0.534 495.48 495.52c-60.545 50.645-139.241 81.399-225.12 81.399-194.334 0-351.885-157.481-352-351.788l-0-0.011z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"prohibit\"]},\"attrs\":[{}],\"properties\":{\"order\":26657,\"id\":331,\"name\":\"prohibit\",\"prevSize\":16,\"code\":60564},\"setIdx\":0,\"setId\":0,\"iconIdx\":916},{\"icon\":{\"paths\":[\"M662.64 617.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-256-256c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"prohibit-inset\"]},\"attrs\":[{}],\"properties\":{\"order\":26658,\"id\":330,\"name\":\"prohibit-inset\",\"prevSize\":16,\"code\":60565},\"setIdx\":0,\"setId\":0,\"iconIdx\":917},{\"icon\":{\"paths\":[\"M928 256v-64c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0 384h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352v69.52c-37.605 13.577-64 48.961-64 90.51 0 53.019 42.981 96 96 96s96-42.981 96-96c0-41.549-26.395-76.933-63.332-90.298l-0.668-0.211v-69.52h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-384c35.346 0 64-28.654 64-64v0zM512 960c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM160 192h704v64h-704zM800 704h-576v-384h576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"projector-screen\"]},\"attrs\":[{}],\"properties\":{\"order\":26659,\"id\":329,\"name\":\"projector-screen\",\"prevSize\":16,\"code\":60566},\"setIdx\":0,\"setId\":0,\"iconIdx\":918},{\"icon\":{\"paths\":[\"M352 576v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 608c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0zM640 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM864 320v384h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352v69.52c37.605 13.577 64 48.961 64 90.51 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-41.549 26.395-76.933 63.332-90.298l0.668-0.211v-69.52h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-384c-35.346 0-64-28.654-64-64v0-64c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0 64c0 35.346-28.654 64-64 64v0zM544 928c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32v0c17.673 0 32-14.327 32-32v0zM160 256h704v-64h-704zM800 320h-576v384h576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"projector-screen-chart\"]},\"attrs\":[{}],\"properties\":{\"order\":26660,\"id\":328,\"name\":\"projector-screen-chart\",\"prevSize\":16,\"code\":60567},\"setIdx\":0,\"setId\":0,\"iconIdx\":919},{\"icon\":{\"paths\":[\"M960 512c0 17.673-14.327 32-32 32v0h-108.24l-151.12 302.32c-5.373 10.567-16.164 17.68-28.617 17.68-0.008 0-0.016-0-0.024-0l-1.599 0c-12.933-0.659-23.785-8.902-28.245-20.342l-0.075-0.218-228.68-600.4-128.28 282.2c-5.159 11.154-16.251 18.755-29.119 18.76l-128.001 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h107.4l151.48-333.24c5.159-11.162 16.259-18.768 29.136-18.768 13.578 0 25.181 8.457 29.829 20.39l0.075 0.218 230.040 604 127.4-254.84c5.355-10.606 16.162-17.753 28.639-17.76l128.001-0c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"pulse\"]},\"attrs\":[{}],\"properties\":{\"order\":26661,\"id\":327,\"name\":\"pulse\",\"prevSize\":16,\"code\":60568},\"setIdx\":0,\"setId\":0,\"iconIdx\":920},{\"icon\":{\"paths\":[\"M941.28 325.48l-242.76-242.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-0 0-214.52 215.2c-42.64-13.36-140-29.48-241.6 52.56-14.623 11.827-23.895 29.769-23.895 49.876 0 17.668 7.159 33.664 18.735 45.245l193.28 193.2-170.64 170.52c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 170.52-170.64 193.16 193.16c11.575 11.622 27.585 18.82 45.276 18.84l0.004 0c1.52 0 3 0 4.52 0 19.079-1.361 35.679-10.93 46.444-25.16l0.116-0.16c78.56-104.4 71-189.28 52.76-240l213.88-214.68c11.573-11.58 18.73-27.574 18.73-45.24 0-17.686-7.174-33.696-18.77-45.279l-0.001-0.001zM896 370.76v0l-229.080 229.84c-5.766 5.787-9.33 13.77-9.33 22.585 0 5.21 1.245 10.13 3.454 14.477l-0.084-0.182c37.84 75.72-7.2 154.36-37.36 194.48l-431.6-431.64c48.32-38.96 94.56-49.24 129.92-49.24 0.651-0.010 1.42-0.015 2.191-0.015 22.812 0 44.513 4.759 64.164 13.337l-1.034-0.402c4.172 2.133 9.101 3.384 14.322 3.384 8.862 0 16.883-3.602 22.677-9.423l0.001-0.001 229.040-229.96 242.72 242.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"push-pin\"]},\"attrs\":[{}],\"properties\":{\"order\":26662,\"id\":326,\"name\":\"push-pin\",\"prevSize\":16,\"code\":60569},\"setIdx\":0,\"setId\":0,\"iconIdx\":921},{\"icon\":{\"paths\":[\"M864 672h-37.16l-84.68-480h25.84c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h25.84l-84.68 480h-37.16c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320v224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM346.84 192h330.32l84.68 480h-499.68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"push-pin-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26663,\"id\":325,\"name\":\"push-pin-simple\",\"prevSize\":16,\"code\":60570},\"setIdx\":0,\"setId\":0,\"iconIdx\":922},{\"icon\":{\"paths\":[\"M333 160c0-17.673 14.327-32 32-32v0h403c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-25.84l75 425.2c0.307 1.664 0.482 3.578 0.482 5.533 0 15.695-11.299 28.75-26.206 31.477l-0.196 0.030c-1.674 0.331-3.6 0.52-5.569 0.52-0.011 0-0.022-0-0.033-0l0.002 0c-15.694-0.017-28.742-11.329-31.451-26.245l-0.029-0.195-77-436.32h-312c-0.048 0-0.104 0-0.16 0-17.673 0-32-14.327-32-32 0-0 0-0 0-0l-0 0zM853.52 887.68c-5.661 5.158-13.221 8.317-21.52 8.317-9.373 0-17.805-4.030-23.657-10.451l-0.023-0.025-135.92-149.52h-128.4v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h37.16l67.8-384-96.64-106.48c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032 640 704c5.158 5.661 8.317 13.221 8.317 21.52 0 9.373-4.030 17.805-10.451 23.657l-0.025 0.023zM614.2 672l-294.84-324.32-57.2 324.32z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"push-pin-simple-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26664,\"id\":324,\"name\":\"push-pin-simple-slash\",\"prevSize\":16,\"code\":60571},\"setIdx\":0,\"setId\":0,\"iconIdx\":923},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 101.16 111.28c-45.301 10.352-84.855 30.464-117.924 58.081l0.444-0.361c-14.623 11.827-23.895 29.769-23.895 49.876 0 17.668 7.159 33.664 18.735 45.245l193.16 193.2-170.64 170.52c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 170.52-170.64 193.16 193.16c11.575 11.622 27.585 18.82 45.276 18.84l0.004 0c1.52 0 3 0 4.52 0 19.079-1.361 35.679-10.93 46.444-25.16l0.116-0.16c17.94-23.41 33.487-50.122 45.441-78.71l0.879-2.37 87.36 96c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM623.6 832l-431.6-431.68c40.92-33 84.8-49.44 130.64-49.080l348.64 383.52c-8.92 39.48-30.32 74.16-47.68 97.24zM941.28 416l-178.56 179.16c-5.794 5.809-13.808 9.404-22.66 9.404-17.675 0-32.004-14.329-32.004-32.004 0-8.823 3.57-16.811 9.344-22.601l178.599-179.159-242.72-242.8-164.88 165.4c-5.732 5.473-13.514 8.841-22.083 8.841-17.673 0-32-14.327-32-32 0-8.529 3.337-16.279 8.777-22.015l-0.013 0.014 164.92-165.44c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l242.76 242.72c11.573 11.58 18.73 27.574 18.73 45.24s-7.157 33.66-18.731 45.24l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"push-pin-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26665,\"id\":323,\"name\":\"push-pin-slash\",\"prevSize\":16,\"code\":60572},\"setIdx\":0,\"setId\":0,\"iconIdx\":924},{\"icon\":{\"paths\":[\"M881.080 634.16c-4.839-3.096-10.741-4.934-17.072-4.934-4.989 0-9.711 1.142-13.919 3.178l0.191-0.083c-10.013 4.847-21.777 7.68-34.203 7.68-44.183 0-80-35.817-80-80s35.817-80 80-80c12.426 0 24.19 2.833 34.681 7.888l-0.479-0.208c4.015 1.95 8.735 3.090 13.72 3.090 17.673 0 32-14.327 32-32 0-0.004-0-0.007-0-0.011l0 0.001v-170.76c0-35.346-28.654-64-64-64v0h-144.88c0.56-4.728 0.88-10.204 0.88-15.755 0-0.086-0-0.172-0-0.259l0 0.013c-0.064-41.343-17.487-78.603-45.368-104.893l-0.072-0.067c-25.697-24.179-60.405-39.035-98.582-39.035-75.839 0-137.986 58.628-143.589 133.034l-0.029 0.482c-0.225 3.040-0.353 6.585-0.353 10.161 0 5.75 0.332 11.422 0.977 16.999l-0.064-0.679h-144.92c-35.346 0-64 28.654-64 64v0 128.88c-4.728-0.56-10.204-0.88-15.755-0.88-0.086 0-0.172 0-0.259 0l0.013-0c-41.342 0.069-78.601 17.491-104.893 45.369l-0.067 0.071c-24.21 25.533-39.099 60.114-39.099 98.173 0 3.458 0.123 6.887 0.365 10.284l-0.026-0.456c4.888 71.779 61.587 128.879 132.747 134.369l0.493 0.031c3.063 0.234 6.634 0.368 10.235 0.368 5.724 0 11.369-0.337 16.917-0.992l-0.672 0.065v128.72c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-170.76c0-0.006 0-0.013 0-0.019 0-11.338-5.897-21.3-14.791-26.984l-0.129-0.077zM832 832h-576v-170.76c0-0.003 0-0.007 0-0.010 0-17.673-14.327-32-32-32-4.985 0-9.705 1.14-13.911 3.174l0.191-0.083c-10.013 4.847-21.777 7.68-34.203 7.68-44.183 0-80-35.817-80-80s35.817-80 80-80c12.426 0 24.19 2.833 34.681 7.888l-0.479-0.208c4.015 1.95 8.735 3.090 13.72 3.090 17.673 0 32-14.327 32-32 0-0.004-0-0.007-0-0.011l0 0.001v-170.76h186.76c0.003 0 0.007 0 0.010 0 17.673 0 32-14.327 32-32 0-4.985-1.14-9.705-3.174-13.911l0.083 0.191c-4.847-10.013-7.68-21.777-7.68-34.203 0-44.183 35.817-80 80-80s80 35.817 80 80c0 12.426-2.833 24.19-7.888 34.681l0.208-0.479c-1.95 4.015-3.090 8.735-3.090 13.72 0 17.673 14.327 32 32 32 0.004 0 0.007-0 0.011-0l186.759 0v128.92c-4.875-0.591-10.521-0.928-16.245-0.928-3.602 0-7.172 0.133-10.707 0.396l0.472-0.028c-75.030 5.474-133.829 67.69-133.829 143.64 0 79.529 64.471 144 144 144 0.109 0 0.217-0 0.325-0l-0.017 0c0.073 0 0.159 0 0.245 0 5.551 0 11.027-0.32 16.411-0.942l-0.656 0.062z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"puzzle-piece\"]},\"attrs\":[{}],\"properties\":{\"order\":26666,\"id\":322,\"name\":\"puzzle-piece\",\"prevSize\":16,\"code\":60573},\"setIdx\":0,\"setId\":0,\"iconIdx\":925},{\"icon\":{\"paths\":[\"M416 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 416h-192v-192h192v192zM416 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 800h-192v-192h192v192zM800 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 416h-192v-192h192v192zM544 704v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM864 640c0 17.673-14.327 32-32 32v0h-96v160c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h96c17.673 0 32 14.327 32 32v0zM864 768v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"qr-code\"]},\"attrs\":[{}],\"properties\":{\"order\":26667,\"id\":321,\"name\":\"qr-code\",\"prevSize\":16,\"code\":60574},\"setIdx\":0,\"setId\":0,\"iconIdx\":926},{\"icon\":{\"paths\":[\"M560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM512 288c-88.24 0-160 64.6-160 144v16c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-44 43.080-80 96-80s96 36 96 80-43.080 80-96 80c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-2.88c72.96-13.4 128-71.6 128-141.12 0-79.4-71.76-144-160-144zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"question\"]},\"attrs\":[{}],\"properties\":{\"order\":26668,\"id\":320,\"name\":\"question\",\"prevSize\":16,\"code\":60575},\"setIdx\":0,\"setId\":0,\"iconIdx\":927},{\"icon\":{\"paths\":[\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM544 480h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 736h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 640c-0.006 11.382-5.953 21.374-14.909 27.042l-0.131 0.078-256 160c-4.813 3.052-10.675 4.864-16.96 4.864-17.668 0-31.991-14.318-32-31.983l-0-0.001v-320c0.009-17.666 14.332-31.984 32-31.984 6.285 0 12.147 1.812 17.091 4.942l-0.131-0.078 256 160c9.087 5.746 15.034 15.738 15.040 27.119l0 0.001zM899.64 640l-163.64-102.28v204.56z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"queue\"]},\"attrs\":[{}],\"properties\":{\"order\":26669,\"id\":319,\"name\":\"queue\",\"prevSize\":16,\"code\":60576},\"setIdx\":0,\"setId\":0,\"iconIdx\":928},{\"icon\":{\"paths\":[\"M400 224h-240c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h240v32c0 70.692-57.308 128-128 128v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-352c0-35.346-28.654-64-64-64v0zM400 544h-240v-256h240zM864 224h-240c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h240v32c0 70.692-57.308 128-128 128v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-352c0-35.346-28.654-64-64-64v0zM864 544h-240v-256h240z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"quotes\"]},\"attrs\":[{}],\"properties\":{\"order\":26670,\"id\":318,\"name\":\"quotes\",\"prevSize\":16,\"code\":60577},\"setIdx\":0,\"setId\":0,\"iconIdx\":929},{\"icon\":{\"paths\":[\"M960 288v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-393.8l-184.24 491.24c-4.655 12.288-16.326 20.864-30 20.864s-25.345-8.577-29.927-20.645l-0.073-0.22-192-512c-1.289-3.339-2.037-7.202-2.037-11.24 0-17.693 14.343-32.037 32.037-32.037 13.655 0 25.315 8.544 29.926 20.577l0.074 0.219 162.040 432.12 162.040-432c4.645-12.282 16.298-20.86 29.957-20.88l0.003-0h448c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"radical\"]},\"attrs\":[{}],\"properties\":{\"order\":26671,\"id\":317,\"name\":\"radical\",\"prevSize\":16,\"code\":60578},\"setIdx\":0,\"setId\":0,\"iconIdx\":930},{\"icon\":{\"paths\":[\"M416 704c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM384 544h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 416h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 352v448c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-480c0.004-14.389 9.504-26.557 22.573-30.58l0.227-0.060 640-192c2.753-0.857 5.919-1.351 9.2-1.351 17.679 0 32.011 14.332 32.011 32.011 0 14.398-9.506 26.576-22.584 30.6l-0.227 0.060-431.16 129.32h517.96c35.346 0 64 28.654 64 64v0zM864 800v-448h-704v448h704zM800 576c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM736 576c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"radio\"]},\"attrs\":[{}],\"properties\":{\"order\":26672,\"id\":316,\"name\":\"radio\",\"prevSize\":16,\"code\":60579},\"setIdx\":0,\"setId\":0,\"iconIdx\":931},{\"icon\":{\"paths\":[\"M368 544h-208c-18.612-0.065-35.343-8.065-46.996-20.792l-0.044-0.048c-10.503-11.483-16.938-26.84-16.938-43.699 0-2.035 0.094-4.048 0.277-6.036l-0.019 0.255c11.666-125.141 77.276-232.927 173.045-301.098l1.275-0.862c10.28-7.348 23.105-11.749 36.958-11.749 23.576 0 44.175 12.748 55.279 31.727l0.164 0.303 104 180c2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151-104-180c-82.132 58.38-137.67 149.564-147.454 254.043l-0.106 1.397c-0.001 0.015-0.002 0.032-0.002 0.049 0 0.238 0.109 0.45 0.28 0.589l0.001 0.001 207.72-0.080c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM927.72 473.68c-11.666-125.141-77.276-232.927-173.045-301.098l-1.275-0.862c-10.28-7.348-23.105-11.749-36.958-11.749-23.576 0-44.175 12.748-55.279 31.727l-0.164 0.303-103.8 180c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151 104-180c82.038 58.429 137.497 149.6 147.255 254.045l0.105 1.395c0 0.28 0 0.48 0 0.56h-208c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h208c18.612-0.065 35.343-8.065 46.996-20.792l0.044-0.048c10.503-11.483 16.938-26.84 16.938-43.699 0-2.035-0.094-4.048-0.277-6.036l0.019 0.255zM611.72 620.72c-5.637-9.636-15.934-16.006-27.72-16.006-17.677 0-32.006 14.33-32.006 32.006 0 5.891 1.592 11.41 4.368 16.151l-0.082-0.151 103.36 178.92c-43.307 20.433-94.070 32.361-147.62 32.361s-104.314-11.928-149.78-33.272l2.16 0.911 103.32-178.92c2.695-4.59 4.286-10.109 4.286-16 0-17.677-14.33-32.006-32.006-32.006-11.786 0-22.083 6.37-27.638 15.855l-0.082 0.151-103.28 178.92c-5.399 9.185-8.588 20.231-8.588 32.023 0 25.572 14.998 47.642 36.678 57.892l0.389 0.166c51.195 24.17 111.21 38.28 174.52 38.28s123.325-14.11 177.070-39.357l-2.55 1.077c22.069-10.415 37.068-32.485 37.068-58.057 0-11.791-3.189-22.838-8.751-32.324l0.163 0.302zM512 560c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"radioactive\"]},\"attrs\":[{}],\"properties\":{\"order\":26673,\"id\":315,\"name\":\"radioactive\",\"prevSize\":16,\"code\":60580},\"setIdx\":0,\"setId\":0,\"iconIdx\":932},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM512 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"radio-button\"]},\"attrs\":[{}],\"properties\":{\"order\":26674,\"id\":314,\"name\":\"radio-button\",\"prevSize\":16,\"code\":60581},\"setIdx\":0,\"setId\":0,\"iconIdx\":933},{\"icon\":{\"paths\":[\"M736 672v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-123.712 100.288-224 224-224s224 100.288 224 224v0zM512 320c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-159.058 128.942-288 288-288s288 128.942 288 288v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM512 192c-264.978 0.296-479.705 215.023-480 479.972l-0 0.028v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-229.75 186.25-416 416-416s416 186.25 416 416v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c-0.296-264.978-215.023-479.705-479.972-480l-0.028-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rainbow\"]},\"attrs\":[{}],\"properties\":{\"order\":26675,\"id\":313,\"name\":\"rainbow\",\"prevSize\":16,\"code\":60582},\"setIdx\":0,\"setId\":0,\"iconIdx\":934},{\"icon\":{\"paths\":[\"M800 448c-80.635 0.206-149.612 49.902-178.177 120.309l-0.463 1.291c-4.003-0.458-8.643-0.72-13.343-0.72-0.006 0-0.012 0-0.018 0l0.001-0c-70.6 0-128 59.040-128 131.56s57.4 131.56 128 131.56h192c106.039 0 192-85.961 192-192s-85.961-192-192-192v0zM800 768h-192c-35.28 0-64-30.32-64-67.56s28.72-67.56 64-67.56c0.052-0 0.114-0 0.176-0 8.278 0 16.164 1.676 23.338 4.708l-0.394-0.148c3.584 1.508 7.751 2.385 12.122 2.385 15.416 0 28.287-10.902 31.322-25.417l0.036-0.208c12.405-58.744 63.814-102.2 125.373-102.2 70.692 0 128 57.308 128 128 0 70.683-57.292 127.984-127.971 128l-0.002 0zM96 640v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0.009-229.744 186.255-415.985 416-415.985 112.823 0 215.156 44.914 290.094 117.837l-0.094-0.092c5.694 5.774 9.21 13.708 9.21 22.464 0 17.673-14.327 32-32 32-8.437 0-16.112-3.265-21.829-8.601l0.019 0.017c-63.332-61.636-149.927-99.645-245.4-99.645-194.404 0-352 157.596-352 352 0 0.002 0 0.004 0 0.006l-0-0zM224 640v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0.103-158.98 129.005-287.819 288-287.819 64.11 0 123.327 20.948 171.181 56.372l-0.781-0.552c8.337 5.858 13.719 15.432 13.719 26.264 0 17.673-14.327 32-32 32-7.416 0-14.243-2.523-19.67-6.757l0.071 0.053c-36.61-27.117-82.663-43.405-132.52-43.405-123.657 0-223.912 100.2-224 223.837l-0 0.009zM470.28 546.6c-6.692-1.666-14.374-2.621-22.28-2.621-53.019 0-96 42.981-96 96 0 0.007 0 0.015 0 0.022l-0-0.001v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c-0-0.011-0-0.023-0-0.036 0-88.366 71.634-160 160-160 13.157 0 25.943 1.588 38.176 4.583l-1.096-0.227c14.218 3.464 24.607 16.088 24.607 31.14 0 17.677-14.33 32.007-32.007 32.007-2.626 0-5.177-0.316-7.619-0.912l0.219 0.045z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rainbow-cloud\"]},\"attrs\":[{}],\"properties\":{\"order\":26676,\"id\":312,\"name\":\"rainbow-cloud\",\"prevSize\":16,\"code\":60583},\"setIdx\":0,\"setId\":0,\"iconIdx\":935},{\"icon\":{\"paths\":[\"M843.12 157l-521-92c-3.335-0.616-7.172-0.969-11.092-0.969-31.42 0-57.551 22.641-62.969 52.498l-0.059 0.391-119 676c-0.615 3.331-0.966 7.164-0.966 11.078 0 31.447 22.681 57.597 52.577 62.984l0.389 0.058 521 92c3.342 0.619 7.188 0.973 11.117 0.973 31.45 0 57.601-22.685 62.985-52.584l0.058-0.389 119-676c0.605-3.305 0.951-7.109 0.951-10.994 0-31.456-22.694-57.612-52.603-62.988l-0.389-0.058zM713.040 896v0l-521.040-92 119-676 521 92zM357.36 233.68c2.753-15.107 15.811-26.409 31.508-26.409 1.969 0 3.897 0.178 5.768 0.518l-0.196-0.030 332 58.6c15.14 2.724 26.478 15.798 26.478 31.52 0 17.673-14.327 32-32 32-0.013 0-0.027-0-0.040-0l0.002 0c-1.98-0.003-3.918-0.177-5.801-0.509l0.201 0.029-332-58.64c-15.107-2.753-26.409-15.811-26.409-31.508 0-1.969 0.178-3.897 0.518-5.768l-0.030 0.196zM335.2 359.76c2.737-15.125 15.804-26.448 31.515-26.448 1.967 0 3.892 0.177 5.761 0.517l-0.195-0.029 332 58.64c15.258 2.622 26.721 15.753 26.721 31.562 0 17.673-14.327 32-32 32-0.113 0-0.226-0.001-0.339-0.002l0.017 0c-0.018 0-0.039 0-0.060 0-1.973 0-3.903-0.189-5.77-0.551l0.19 0.031-332-58.6c-15.072-2.783-26.338-15.823-26.338-31.495 0-1.988 0.181-3.934 0.528-5.821l-0.030 0.197zM313 485.8c2.802-15.050 15.831-26.293 31.487-26.293 1.977 0 3.911 0.179 5.789 0.522l-0.196-0.030 165.92 29.16c15.14 2.724 26.478 15.798 26.478 31.52 0 17.673-14.326 31.999-31.998 32l-0 0c-1.979-0.001-3.917-0.175-5.8-0.509l0.2 0.029-166-29.32c-15.088-2.769-26.37-15.818-26.37-31.501 0-1.972 0.178-3.902 0.52-5.775l-0.030 0.196z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"read-cv-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26677,\"id\":311,\"name\":\"read-cv-logo\",\"prevSize\":16,\"code\":60584},\"setIdx\":0,\"setId\":0,\"iconIdx\":936},{\"icon\":{\"paths\":[\"M288 416c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM320 576h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 224v608c-0.010 17.666-14.333 31.983-32 31.983-5.22 0-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383-17.667 0-31.99-14.317-32-31.982l-0-0.001v-608c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 224h-704v556.24l81.68-40.88c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084 113.68 56.88 113.68-56.88c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084 113.68 56.88 113.68-56.88c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084 81.68 40.88z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"receipt\"]},\"attrs\":[{}],\"properties\":{\"order\":26678,\"id\":310,\"name\":\"receipt\",\"prevSize\":16,\"code\":60585},\"setIdx\":0,\"setId\":0,\"iconIdx\":937},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 608c0.010 17.666 14.333 31.983 32 31.983 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383 17.667 0 31.99-14.317 32-31.982l0-0.001v-608c0-35.346-28.654-64-64-64v0zM864 780.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.88-113.68-56.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-556.24h704zM393.36 553.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"receipt-x\"]},\"attrs\":[{}],\"properties\":{\"order\":26679,\"id\":309,\"name\":\"receipt-x\",\"prevSize\":16,\"code\":60586},\"setIdx\":0,\"setId\":0,\"iconIdx\":938},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 224c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c-0.182-158.985-129.015-287.818-287.983-288l-0.017-0zM512 736c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224v0c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"record\"]},\"attrs\":[{}],\"properties\":{\"order\":26680,\"id\":308,\"name\":\"record\",\"prevSize\":16,\"code\":60587},\"setIdx\":0,\"setId\":0,\"iconIdx\":939},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rectangle\"]},\"attrs\":[{}],\"properties\":{\"order\":26681,\"id\":307,\"name\":\"rectangle\",\"prevSize\":16,\"code\":60588},\"setIdx\":0,\"setId\":0,\"iconIdx\":940},{\"icon\":{\"paths\":[\"M384 832c0 17.673-14.327 32-32 32v0h-192c-52.994-0.033-95.942-43.001-95.942-96 0-17.673 4.776-34.231 13.107-48.453l-0.245 0.453 137.16-237-56.2 15c-2.484 0.69-5.335 1.087-8.28 1.087-17.721 0-32.087-14.366-32.087-32.087 0-14.776 9.988-27.22 23.582-30.947l0.225-0.053 131.080-35.080c2.485-0.693 5.34-1.092 8.287-1.092 14.733 0 27.14 9.956 30.861 23.507l0.053 0.225 35.16 131.080c0.714 2.521 1.124 5.416 1.124 8.406 0 14.788-10.031 27.233-23.66 30.902l-0.224 0.051c-2.494 0.676-5.359 1.069-8.314 1.080l-0.006 0c-14.716-0.014-27.105-9.96-30.827-23.495l-0.053-0.225-15.2-56.6-137.16 237.24c-2.695 4.59-4.287 10.109-4.287 16 0 17.619 14.24 31.913 31.839 32l0.008 0h192c17.673 0 32 14.327 32 32v0zM946.92 720l-92.56-160c-5.77-8.973-15.703-14.833-27.005-14.833-17.673 0-32 14.327-32 32 0 5.423 1.349 10.53 3.729 15.006l-0.084-0.173 92.56 160c2.695 4.59 4.287 10.109 4.287 16 0 17.619-14.24 31.913-31.839 32l-0.008 0h-274.76l41.36-41.36c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-41.36-41.36h274.76c52.994-0.033 95.942-43.001 95.942-96 0-17.673-4.776-34.231-13.107-48.453l0.245 0.453zM512 128c0.094-0.001 0.204-0.002 0.315-0.002 11.683 0 21.876 6.381 27.284 15.847l0.081 0.154 137.16 237-56.32-15.12c-2.197-0.538-4.718-0.847-7.312-0.847-17.673 0-32 14.327-32 32 0 14.389 9.497 26.56 22.566 30.587l0.227 0.060 131.12 35.16c2.482 0.679 5.333 1.072 8.275 1.080l0.005 0c14.716-0.014 27.105-9.96 30.827-23.495l0.053-0.225 35.16-131.16c0.829-2.709 1.306-5.823 1.306-9.048 0-17.673-14.327-32-32-32-15.007 0-27.601 10.33-31.060 24.268l-0.046 0.22-15.2 56.68-137.36-237.16c-16.921-28.841-47.775-47.899-83.080-47.899s-66.159 19.058-82.835 47.448l-0.245 0.451-92.64 160c-2.442 4.412-3.879 9.673-3.879 15.27 0 17.673 14.327 32 32 32 11.484 0 21.554-6.049 27.2-15.134l92.719-160.136c5.489-9.621 15.682-16.002 27.365-16.002 0.111 0 0.221 0.001 0.332 0.002l-0.017-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"recycle\"]},\"attrs\":[{}],\"properties\":{\"order\":26682,\"id\":306,\"name\":\"recycle\",\"prevSize\":16,\"code\":60589},\"setIdx\":0,\"setId\":0,\"iconIdx\":941},{\"icon\":{\"paths\":[\"M992 416c-0.017-70.68-57.318-127.97-128-127.97-32.104 0-61.447 11.819-83.917 31.343l0.157-0.133c-67-35.6-147.040-57.12-230.64-62.12l20.76-124.68 70.88 10.88c7.612 46.059 47.145 80.756 94.782 80.756 53.019 0 96-42.981 96-96s-42.981-96-96-96c-35.462 0-66.432 19.227-83.056 47.826l-0.246 0.459-104-16c-1.466-0.238-3.155-0.374-4.876-0.374-15.813 0-28.947 11.47-31.537 26.544l-0.027 0.19-27.48 165.92c-87.36 3.76-171.28 25.52-241.040 62.6-22.134-18.792-51.034-30.22-82.602-30.22-70.692 0-128 57.308-128 128 0 36.694 15.441 69.782 40.179 93.121l0.063 0.059c-5.952 19.703-9.385 42.348-9.4 65.792l-0 0.008c0 87.72 48 169.4 135.64 229.96 83.88 58.040 194.8 90.040 312.36 90.040s228.48-32 312.36-90.040c87.64-60.56 135.64-142.24 135.64-229.96-0.015-23.452-3.448-46.097-9.828-67.47l0.428 1.67c25.412-23.503 41.299-56.986 41.4-94.182l0-0.018zM736 96c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM896.52 471.12c-9.458 5.675-15.689 15.876-15.689 27.531 0 4.503 0.93 8.789 2.609 12.676l-0.080-0.208c7.96 19.198 12.6 41.492 12.64 64.864l0 0.016c0 66.12-38.36 129.080-108 177.32-73.32 50.68-171.32 78.68-276 78.68s-202.68-28-276-78.68c-69.64-48.24-108-111.2-108-177.32 0.058-23.314 4.666-45.537 12.983-65.847l-0.423 1.167c1.609-3.69 2.545-7.989 2.545-12.507 0-11.629-6.204-21.81-15.482-27.413l-0.143-0.080c-18.83-11.37-31.226-31.723-31.226-54.972 0-35.346 28.654-64 64-64 21.046 0 39.72 10.159 51.385 25.841l0.121 0.171c5.887 8.019 15.278 13.166 25.871 13.166 5.862 0 11.356-1.576 16.082-4.328l-0.152 0.082 1.44-0.88c70.8-42.8 162-66.4 257-66.4v0c94.92 0 186.12 23.6 256.92 66.4l1.68 1c4.517 2.588 9.929 4.115 15.698 4.115 10.588 0 19.975-5.142 25.8-13.066l0.062-0.089c11.772-16.057 30.564-26.365 51.765-26.365 35.346 0 64 28.654 64 64 0 23.355-12.509 43.787-31.193 54.963l-0.292 0.162zM352 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM736 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM668.28 689c2.353 4.346 3.736 9.514 3.736 15.005 0 12.19-6.816 22.789-16.846 28.191l-0.17 0.084c-41.412 22.444-90.665 35.638-143 35.638s-101.588-13.193-144.615-36.436l1.615 0.798c-10.197-5.49-17.012-16.089-17.012-28.28 0-17.68 14.332-32.012 32.012-32.012 5.489 0 10.655 1.381 15.17 3.816l-0.17-0.084c32.723 17.742 71.643 28.171 113 28.171s80.277-10.429 114.275-28.801l-1.275 0.63c4.346-2.353 9.514-3.736 15.005-3.736 12.19 0 22.789 6.816 28.191 16.846l0.084 0.17z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"reddit-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26683,\"id\":305,\"name\":\"reddit-logo\",\"prevSize\":16,\"code\":60590},\"setIdx\":0,\"setId\":0,\"iconIdx\":942},{\"icon\":{\"paths\":[\"M96 512c0.182-158.985 129.015-287.818 287.983-288l434.777-0-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-434.76c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 480c-17.673 0-32 14.327-32 32v0c-0.137 123.657-100.343 223.863-223.987 224l-434.773 0 41.4-41.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-41.4-41.36h434.76c158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"repeat\"]},\"attrs\":[{}],\"properties\":{\"order\":26684,\"id\":304,\"name\":\"repeat\",\"prevSize\":16,\"code\":60591},\"setIdx\":0,\"setId\":0,\"iconIdx\":943},{\"icon\":{\"paths\":[\"M96 512c0.182-158.985 129.015-287.818 287.983-288l434.777-0-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-434.76c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 480c-17.673 0-32 14.327-32 32v0c-0.137 123.657-100.343 223.863-223.987 224l-434.773 0 41.4-41.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-41.4-41.36h434.76c158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-17.673-14.327-32-32-32v0zM544 640c17.673 0 32-14.327 32-32v0-192c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-64 32c-10.568 5.373-17.683 16.166-17.683 28.62 0 17.675 14.328 32.003 32.003 32.003 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 17.68-8.84v140.24c0 17.673 14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"repeat-once\"]},\"attrs\":[{}],\"properties\":{\"order\":26685,\"id\":303,\"name\":\"repeat-once\",\"prevSize\":16,\"code\":60592},\"setIdx\":0,\"setId\":0,\"iconIdx\":944},{\"icon\":{\"paths\":[\"M895.080 232c-8.864-4.938-19.444-7.846-30.703-7.846-12.726 0-24.585 3.715-34.551 10.119l0.254-0.153-318.080 202.44v-149.2c-0.147-35.036-28.583-63.382-63.639-63.382-12.728 0-24.584 3.737-34.53 10.173l0.249-0.151-352.76 224.64c-17.745 11.391-29.333 31.022-29.333 53.36s11.589 41.969 29.082 53.209l0.251 0.151 352.76 224.64c9.697 6.285 21.552 10.022 34.281 10.022 35.057 0 63.493-28.346 63.639-63.368l0-0.014v-149.2l318.080 202.56c9.697 6.285 21.552 10.022 34.281 10.022 35.057 0 63.493-28.346 63.639-63.368l0-0.014v-449.28c-0.072-23.75-13.208-44.416-32.597-55.195l-0.323-0.165zM448 735.72l-351.28-223.72 351.28-223.76zM864 735.72l-351.28-223.72 351.28-223.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rewind\"]},\"attrs\":[{}],\"properties\":{\"order\":26686,\"id\":302,\"name\":\"rewind\",\"prevSize\":16,\"code\":60593},\"setIdx\":0,\"setId\":0,\"iconIdx\":945},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM719.080 356c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-192 128c-8.654 5.819-14.271 15.573-14.271 26.64s5.618 20.821 14.157 26.567l0.114 0.073 192 128c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-256c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM672 580.2l-102.32-68.2 102.32-68zM463.080 356c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-192 128c-8.654 5.819-14.271 15.573-14.271 26.64s5.618 20.821 14.157 26.567l0.114 0.073 192 128c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-256c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM416 580.2l-102.32-68.2 102.32-68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rewind-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26687,\"id\":301,\"name\":\"rewind-circle\",\"prevSize\":16,\"code\":60594},\"setIdx\":0,\"setId\":0,\"iconIdx\":946},{\"icon\":{\"paths\":[\"M943.68 796c-4.521 2.595-9.939 4.125-15.715 4.125-11.962 0-22.391-6.563-27.882-16.285l-0.083-0.16-278.72-495.68h-77.28v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-77.28l-278.72 495.68c-5.602 9.865-16.036 16.411-28 16.411-17.724 0-32.091-14.368-32.091-32.091 0-5.76 1.517-11.165 4.174-15.839l-0.083 0.159 261.28-464.32h-233.28c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h832c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-233.28l261.28 464.32c2.595 4.521 4.125 9.939 4.125 15.715 0 11.962-6.563 22.391-16.285 27.882l-0.16 0.083zM512 448c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM512 672c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"road-horizon\"]},\"attrs\":[{}],\"properties\":{\"order\":26688,\"id\":300,\"name\":\"road-horizon\",\"prevSize\":16,\"code\":60595},\"setIdx\":0,\"setId\":0,\"iconIdx\":947},{\"icon\":{\"paths\":[\"M800 192h-256v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-256c-70.692 0-128 57.308-128 128v0 448c0 70.692 57.308 128 128 128v0h576c70.692 0 128-57.308 128-128v0-448c0-70.692-57.308-128-128-128v0zM864 768c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM656 544h-288c-61.856 0-112 50.144-112 112s50.144 112 112 112v0h288c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM544 608v96h-64v-96zM320 656c0-26.51 21.49-48 48-48v0h48v96h-48c-26.51 0-48-21.49-48-48v0zM656 704h-48v-96h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM288 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM640 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"robot\"]},\"attrs\":[{}],\"properties\":{\"order\":26689,\"id\":299,\"name\":\"robot\",\"prevSize\":16,\"code\":60596},\"setIdx\":0,\"setId\":0,\"iconIdx\":948},{\"icon\":{\"paths\":[\"M608 896c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM512 448c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM894.48 623.32l-49.44 222.52c-6.578 28.893-32.048 50.131-62.479 50.131-14.995 0-28.785-5.157-39.694-13.793l0.134 0.102-108.96-82.28h-244l-109.040 82.28c-10.776 8.535-24.566 13.691-39.561 13.691-30.431 0-55.902-21.239-62.397-49.702l-0.082-0.429-49.44-222.52c-0.952-4.149-1.498-8.913-1.498-13.805 0-15.644 5.582-29.985 14.863-41.139l-0.085 0.105 114.24-137.040c4.201-53.824 16.411-103.662 35.474-149.955l-1.194 3.275c51.6-129.36 144-210.52 181.48-239.4 10.711-8.363 24.366-13.41 39.2-13.41s28.489 5.047 39.342 13.517l-0.142-0.107c37.36 28.88 129.88 110.040 181.48 239.4 17.869 43.018 30.079 92.856 34.172 144.975l0.108 1.705 114.24 137.040c9.196 11.050 14.778 25.39 14.778 41.035 0 4.892-0.546 9.656-1.58 14.236l0.082-0.43zM397.72 736h228.56c84.48-150.16 100.28-293.92 46.96-427.52-47.040-117.92-135.28-192.48-161.24-212.48-26.040 20-114.28 94.56-161.32 212.48-53.24 133.6-37.44 277.36 47.040 427.52zM337.72 759.4q-64.6-117.4-78.4-230.76l-67.32 80.8 49.44 222.56 0.72-0.52zM832 609.44l-67.32-80.8q-13.68 113.12-78.24 230.76l96.12 72.52z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rocket\"]},\"attrs\":[{}],\"properties\":{\"order\":26690,\"id\":298,\"name\":\"rocket\",\"prevSize\":16,\"code\":60597},\"setIdx\":0,\"setId\":0,\"iconIdx\":949},{\"icon\":{\"paths\":[\"M415.080 743.76c-1.56 6.2-40.56 152.24-255.080 152.24-17.673 0-32-14.327-32-32v0c0-214.52 146.040-253.52 152.24-255.080 2.33-0.606 5.004-0.955 7.76-0.955 17.681 0 32.015 14.333 32.015 32.015 0 14.925-10.214 27.465-24.033 31.012l-0.222 0.048c-3.6 1-89.68 26.16-102.24 159.44 133.28-12.56 158.48-98.48 159.52-102.48 3.681-13.931 16.17-24.035 31.020-24.035 17.692 0 32.035 14.343 32.035 32.035 0 2.843-0.37 5.599-1.065 8.224l0.050-0.224zM787.080 474.16l-19.080 19.080v233.32c0.001 0.107 0.001 0.233 0.001 0.359 0 17.614-7.156 33.557-18.719 45.080l-0.002 0.002-137.28 137.2c-11.532 11.612-27.507 18.8-45.16 18.8-0.014 0-0.028-0-0.042-0l0.002 0c-7.299-0.002-14.313-1.217-20.853-3.455l0.453 0.135c-22.818-7.711-39.616-27.367-43.079-51.337l-0.041-0.343-21.48-153.96-176.84-176.84-153.88-21.48c-31.315-4.516-55.111-31.169-55.111-63.38 0-17.716 7.198-33.75 18.829-45.338l0.002-0.002 137.2-137.28c11.525-11.565 27.467-18.721 45.081-18.721 0.126 0 0.252 0 0.378 0.001l-0.019-0h233.32l19.080-19.080c106.72-106.68 235.32-111.28 285.64-108.28 32.291 2.022 57.978 27.709 59.991 59.816l0.009 0.184c2.92 50.2-1.68 178.8-108.36 285.52zM160 457.36l148.6 20.72 158.16-158.080h-169.32zM365.28 512l146.72 146.72 229.8-229.8c55.784-55.418 90.312-132.173 90.312-216.992 0-6.913-0.229-13.772-0.681-20.571l0.049 0.923c-5.674-0.374-12.3-0.588-18.976-0.588-84.996 0-161.914 34.586-217.449 90.453l-0.015 0.015zM704 557.24l-158.12 158.12 20.8 148.64 137.32-137.44z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rocket-launch\"]},\"attrs\":[{}],\"properties\":{\"order\":26691,\"id\":297,\"name\":\"rocket-launch\",\"prevSize\":16,\"code\":60598},\"setIdx\":0,\"setId\":0,\"iconIdx\":950},{\"icon\":{\"paths\":[\"M832 544h-640c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM832 768h-640v-160h640v160zM832 192h-640c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM832 416h-640v-160h640v160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rows\"]},\"attrs\":[{}],\"properties\":{\"order\":26692,\"id\":296,\"name\":\"rows\",\"prevSize\":16,\"code\":60599},\"setIdx\":0,\"setId\":0,\"iconIdx\":951},{\"icon\":{\"paths\":[\"M395.64 628.36c52.111 51.833 84.361 123.587 84.361 202.874 0 0.269-0 0.539-0.001 0.808l0-0.042c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-123.712-100.288-224-224-224v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c0.227-0.001 0.497-0.001 0.766-0.001 79.287 0 151.042 32.25 202.862 84.349l0.012 0.012zM192 352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c229.75 0 416 186.25 416 416v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-265.097-214.903-480-480-480v0zM667.16 356.84c-120.94-121.592-288.366-196.842-473.368-196.842-0.63 0-1.26 0.001-1.89 0.003l0.097-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.492-0.001 1.074-0.002 1.656-0.002 167.373 0 318.846 68.079 428.238 178.056l0.026 0.026c110.004 109.418 178.082 260.891 178.082 428.264 0 0.582-0.001 1.164-0.002 1.746l0-0.090c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.002-0.532 0.002-1.162 0.002-1.792 0-185.002-75.251-352.427-196.813-473.339l-0.029-0.029zM208 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rss\"]},\"attrs\":[{}],\"properties\":{\"order\":26693,\"id\":295,\"name\":\"rss\",\"prevSize\":16,\"code\":60600},\"setIdx\":0,\"setId\":0,\"iconIdx\":952},{\"icon\":{\"paths\":[\"M864 800c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-317.6-258.4-576-576-576-17.673 0-32-14.327-32-32s14.327-32 32-32v0c352.88 0 640 287.12 640 640zM224 448c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985 0.182 287.818 129.015 288 287.983l0 0.017c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM240 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rss-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26694,\"id\":294,\"name\":\"rss-simple\",\"prevSize\":16,\"code\":60601},\"setIdx\":0,\"setId\":0,\"iconIdx\":953},{\"icon\":{\"paths\":[\"M800 64c-17.673 0-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 832c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-832c0-17.673-14.327-32-32-32v0zM256 224h512v576h-512zM512 704c0.003 0 0.006 0 0.010 0 11.586 0 21.734-6.158 27.35-15.379l0.080-0.141 96-160c2.87-4.703 4.57-10.393 4.57-16.48s-1.699-11.777-4.65-16.621l0.080 0.141-96-160c-5.694-9.372-15.847-15.537-27.44-15.537s-21.746 6.165-27.36 15.395l-0.080 0.142-96 160c-2.87 4.703-4.57 10.393-4.57 16.48s1.699 11.777 4.65 16.621l-0.080-0.141 96 160c5.696 9.362 15.844 15.52 27.43 15.52 0.003 0 0.007-0 0.010-0l-0.001 0zM512 414.2l58.68 97.8-58.68 97.8-58.68-97.8z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"rug\"]},\"attrs\":[{}],\"properties\":{\"order\":26695,\"id\":293,\"name\":\"rug\",\"prevSize\":16,\"code\":60602},\"setIdx\":0,\"setId\":0,\"iconIdx\":954},{\"icon\":{\"paths\":[\"M941.28 293.48l-210.76-210.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-557.28 557.24c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l210.76 210.72c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l557.28-557.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM338.72 896l-210.72-210.76 128-128 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-105.4-105.36 82.76-82.76 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-105.4-105.36 82.76-82.76 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-105.4-105.36 128-128 210.76 210.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"ruler\"]},\"attrs\":[{}],\"properties\":{\"order\":26696,\"id\":292,\"name\":\"ruler\",\"prevSize\":16,\"code\":60603},\"setIdx\":0,\"setId\":0,\"iconIdx\":955},{\"icon\":{\"paths\":[\"M957.72 532l-128-320c-4.848-11.891-16.319-20.119-29.713-20.119-2.455 0-4.846 0.276-7.142 0.8l0.215-0.041-249.080 55.36v-88c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 102.32l-262.96 58.44c-10.413 2.357-18.761 9.545-22.682 19.028l-0.078 0.212v0.24l-128 319.76c-1.443 3.494-2.281 7.55-2.281 11.802 0 0.069 0 0.139 0.001 0.208l-0-0.011c0 93.24 98.16 128 160 128s160-34.76 160-128c0-0.059 0.001-0.128 0.001-0.198 0-4.252-0.838-8.309-2.357-12.014l0.077 0.211-114.040-284.92 212.32-47.080v504h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-518.32l204-45.28-105.72 263.6c-1.443 3.494-2.281 7.55-2.281 11.802 0 0.069 0 0.139 0.001 0.208l-0-0.011c0 93.24 98.16 128 160 128s160-34.76 160-128c0-0.059 0.001-0.128 0.001-0.198 0-4.252-0.838-8.309-2.357-12.014l0.077 0.211zM224 736c-30.12 0-91.040-14.44-95.72-58.56l95.72-239.28 95.72 239.28c-4.68 44.12-65.6 58.56-95.72 58.56zM800 608c-30.12 0-91.040-14.44-95.72-58.56l95.72-239.28 95.72 239.28c-4.68 44.12-65.6 58.56-95.72 58.56z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"scales\"]},\"attrs\":[{}],\"properties\":{\"order\":26697,\"id\":291,\"name\":\"scales\",\"prevSize\":16,\"code\":60604},\"setIdx\":0,\"setId\":0,\"iconIdx\":956},{\"icon\":{\"paths\":[\"M896 160v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM320 832h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 672c-17.673 0-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM160 352c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM672 736h-320c-35.346 0-64-28.654-64-64v0-320c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0 320c0 35.346-28.654 64-64 64v0zM352 672h320v-320h-320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"scan\"]},\"attrs\":[{}],\"properties\":{\"order\":26698,\"id\":290,\"name\":\"scan\",\"prevSize\":16,\"code\":60605},\"setIdx\":0,\"setId\":0,\"iconIdx\":957},{\"icon\":{\"paths\":[\"M630.92 452.52c-3.507-5.060-5.603-11.329-5.603-18.088 0-10.936 5.486-20.59 13.855-26.362l0.107-0.070 270.64-185.2c4.785-3.005 10.603-4.787 16.836-4.787 17.673 0 32 14.327 32 32 0 10.449-5.008 19.728-12.755 25.568l-0.081 0.059-270.68 185.2c-5.025 3.505-11.26 5.6-17.985 5.6-0.019 0-0.039-0-0.058-0l0.003 0c-10.871-0.043-20.458-5.5-26.21-13.814l-0.070-0.106zM954.4 792.88c-5.845 8.451-15.484 13.917-26.401 13.917-6.755 0-13.022-2.093-18.186-5.666l0.106 0.070-365.92-250.4-170.040 116.32c6.337 15.634 10.014 33.768 10.014 52.761 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 37.891 0 72.363 14.635 98.074 38.56l-0.088-0.081 149.36-102.36-149.56-102.36c-25.511 23.699-59.813 38.242-97.512 38.242-79.22 0-143.44-64.22-143.44-143.44s64.22-143.44 143.44-143.44c79.22 0 143.44 64.22 143.44 143.44 0 18.874-3.645 36.897-10.271 53.403l0.342-0.965 572 391.48c8.587 5.828 14.154 15.545 14.154 26.562 0 6.704-2.061 12.926-5.585 18.067l0.071-0.109zM320 720c0-0.005 0-0.011 0-0.017 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80 22.087 0 42.084-8.951 56.56-23.423l-0 0c14.479-14.387 23.44-34.311 23.44-56.328 0-0.081-0-0.163-0-0.244l0 0.013zM296.56 360.52c14.482-14.478 23.44-34.481 23.44-56.577 0-44.183-35.817-80-80-80s-80 35.817-80 80c0 22.096 8.958 42.099 23.44 56.577l0 0c14.409 14.618 34.427 23.675 56.56 23.675s42.151-9.056 56.551-23.665l0.009-0.009z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"scissors\"]},\"attrs\":[{}],\"properties\":{\"order\":26699,\"id\":289,\"name\":\"scissors\",\"prevSize\":16,\"code\":60606},\"setIdx\":0,\"setId\":0,\"iconIdx\":958},{\"icon\":{\"paths\":[\"M848 544c-4.72 0-9.4 0.24-14.040 0.68l-131.6-394.8c-4.368-12.822-16.305-21.88-30.358-21.88-0.001 0-0.002 0-0.003 0l-128-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h104.92l76 227.48-196.56 252.52h-209.28c-8.348-72.321-69.229-127.949-143.103-127.949-79.529 0-144 64.471-144 144s64.471 144 144 144c62.342 0 115.432-39.617 135.466-95.048l0.317-1.003h232.24c10.229-0.008 19.335-4.814 25.187-12.29l0.053-0.070 180-231.2 24 72.52c-41.762 25.707-69.186 71.171-69.186 123.040 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-0.019 0-0.038 0-0.057 0l0.003-0zM176 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM848 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"scooter\"]},\"attrs\":[{}],\"properties\":{\"order\":26700,\"id\":288,\"name\":\"scooter\",\"prevSize\":16,\"code\":60607},\"setIdx\":0,\"setId\":0,\"iconIdx\":959},{\"icon\":{\"paths\":[\"M928 224v576c0 35.346-28.654 64-64 64v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288v-576h-704v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM128 736c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0zM128 608c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c88.366 0 160 71.634 160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM128 480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985 0.182 287.818 129.015 288 287.983l0 0.017c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"screencast\"]},\"attrs\":[{}],\"properties\":{\"order\":26701,\"id\":287,\"name\":\"screencast\",\"prevSize\":16,\"code\":60608},\"setIdx\":0,\"setId\":0,\"iconIdx\":960},{\"icon\":{\"paths\":[\"M983.72 618.52c-5.28-5.84-96.36-104.88-244-162.24-6.88-73.68-33.84-140.68-77.64-191.68-58.6-68.6-143.76-104.6-246.080-104.6-206.080 0-340.44 184.72-346.040 192.6-3.344 4.976-5.337 11.103-5.337 17.695 0 17.673 14.327 32 32 32 10.28 0 19.429-4.848 25.283-12.382l0.054-0.072c1.24-1.64 121.28-165.84 294.040-165.84 83.080 0 151.44 28.44 197.64 82.28 29.68 34.56 49.76 78.76 58.68 128-42.572-11.572-91.459-18.239-141.896-18.28l-0.024-0c-104.24 0-191.72 27.24-253.040 78.76-54.24 45.6-85.36 109.24-85.36 174.24-0.006 0.553-0.009 1.207-0.009 1.862 0 52.434 21.2 99.917 55.495 134.344l-0.006-0.006c38.64 38.48 92.24 58.8 154.92 58.8 207.24 0 324.72-168.52 337.96-337.68 76.050 34.286 140.99 79.75 195.963 135.122l0.037 0.038c5.878 6.473 14.326 10.52 23.72 10.52 17.673 0 32-14.327 32-32 0-8.28-3.144-15.825-8.304-21.506l0.024 0.026zM605.88 705.080c-35.32 43.28-99.24 94.92-203.48 94.92-101.12 0-146.4-65.8-146.4-131 0-91.040 85.88-189 274.4-189 52.58 0.163 103.165 8.46 150.641 23.696l-3.521-0.976c-1.8 75.040-27.68 148.4-71.64 202.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"scribble-loop\"]},\"attrs\":[{}],\"properties\":{\"order\":26702,\"id\":286,\"name\":\"scribble-loop\",\"prevSize\":16,\"code\":60609},\"setIdx\":0,\"setId\":0,\"iconIdx\":961},{\"icon\":{\"paths\":[\"M384 416c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM416 576h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 768c0 70.692-57.308 128-128 128v0h-448c-70.692 0-128-57.308-128-128v0-512c0-35.346-28.654-64-64-64s-64 28.654-64 64v0c0 22.96 19.32 38.48 19.52 38.64v0c7.624 5.908 12.484 15.066 12.484 25.36 0 17.673-14.327 32-32 32-0.001 0-0.003-0-0.004-0l0 0c-0.016 0-0.035 0-0.054 0-7.215 0-13.865-2.421-19.181-6.496l0.075 0.055c-4.64-3.4-44.84-35.12-44.84-89.56 0-70.692 57.308-128 128-128v0h544c70.692 0 128 57.308 128 128v0 416h32c7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058c4.8 3.44 44.8 35.16 44.8 89.6zM385.040 693.92c4.45-12.856 16.453-21.922 30.573-21.922 0.136 0 0.272 0.001 0.407 0.003l-0.021-0h352v-416c0-35.346-28.654-64-64-64v0h-433.24c10.836 18.294 17.24 40.322 17.24 63.845 0 0.054-0 0.109-0 0.163l0-0.008v512c0 35.346 28.654 64 64 64s64-28.654 64-64v0c0-22.96-19.32-38.48-19.52-38.64-7.96-5.744-13.081-14.995-13.081-25.441 0-3.578 0.601-7.016 1.707-10.219l-0.066 0.22zM864 768c-0.43-12.366-5.258-23.528-12.959-32.043l0.039 0.043h-376c3.070 9.545 4.84 20.526 4.84 31.921 0 0.028-0 0.056-0 0.084l0-0.004c0 0.052 0 0.113 0 0.174 0 23.507-6.373 45.526-17.485 64.423l0.325-0.597h337.24c35.346 0 64-28.654 64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"scroll\"]},\"attrs\":[{}],\"properties\":{\"order\":26703,\"id\":285,\"name\":\"scroll\",\"prevSize\":16,\"code\":60610},\"setIdx\":0,\"setId\":0,\"iconIdx\":962},{\"icon\":{\"paths\":[\"M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.28-5.88-30.52-21.48-46.28-36.56-27.64-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.28-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.64 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.56-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.56 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.56 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.56-38.76 56.44z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"seal\"]},\"attrs\":[{}],\"properties\":{\"order\":26704,\"id\":284,\"name\":\"seal\",\"prevSize\":16,\"code\":60611},\"setIdx\":0,\"setId\":0,\"iconIdx\":963},{\"icon\":{\"paths\":[\"M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.6-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.6 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.6 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.6-38.76 56.44zM694.64 393.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"seal-check\"]},\"attrs\":[{}],\"properties\":{\"order\":26705,\"id\":283,\"name\":\"seal-check\",\"prevSize\":16,\"code\":60612},\"setIdx\":0,\"setId\":0,\"iconIdx\":964},{\"icon\":{\"paths\":[\"M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.6-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.6 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.6 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.6-38.76 56.44zM560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM672 432c0 69.52-55.040 127.72-128 141.12v2.88c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0c52.92 0 96-36 96-80s-43.080-80-96-80-96 36-96 80v16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-16c0-79.4 71.76-144 160-144s160 64.6 160 144z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"seal-question\"]},\"attrs\":[{}],\"properties\":{\"order\":26706,\"id\":282,\"name\":\"seal-question\",\"prevSize\":16,\"code\":60613},\"setIdx\":0,\"setId\":0,\"iconIdx\":965},{\"icon\":{\"paths\":[\"M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM857.24 568.44c-19.16 20-39 40.68-49.52 66.080-10.080 24.4-10.52 52.28-10.92 79.28-0.4 28-0.84 57.32-13.28 69.72s-41.56 12.88-69.72 13.28c-27 0.4-54.88 0.84-79.28 10.92-25.4 10.52-46.080 30.36-66.080 49.52s-40.44 38.76-56.44 38.76-36.6-19.68-56.44-38.76-40.68-39-66.080-49.52c-24.4-10.080-52.28-10.52-79.28-10.92-28-0.4-57.32-0.84-69.72-13.28s-12.88-41.56-13.28-69.72c-0.4-27-0.84-54.88-10.92-79.28-10.52-25.4-30.36-46.080-49.52-66.080s-38.76-40.44-38.76-56.44 19.68-36.6 38.76-56.44 39-40.68 49.52-66.080c10.080-24.4 10.52-52.28 10.92-79.28 0.4-28 0.84-57.32 13.28-69.72s41.56-12.88 69.72-13.28c27-0.4 54.88-0.84 79.28-10.92 25.4-10.52 46.080-30.36 66.080-49.52s40.44-38.76 56.44-38.76 36.6 19.68 56.44 38.76 40.68 39 66.080 49.52c24.4 10.080 52.28 10.52 79.28 10.92 28 0.4 57.32 0.84 69.72 13.28s12.88 41.56 13.28 69.72c0.4 27 0.84 54.88 10.92 79.28 10.52 25.4 30.36 46.080 49.52 66.080s38.76 40.44 38.76 56.44-19.68 36.6-38.76 56.44zM480 544v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM560 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"seal-warning\"]},\"attrs\":[{}],\"properties\":{\"order\":26707,\"id\":281,\"name\":\"seal-warning\",\"prevSize\":16,\"code\":60614},\"setIdx\":0,\"setId\":0,\"iconIdx\":966},{\"icon\":{\"paths\":[\"M608 160c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM864 704c-17.673 0-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-96c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 128h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"selection\"]},\"attrs\":[{}],\"properties\":{\"order\":26708,\"id\":280,\"name\":\"selection\",\"prevSize\":16,\"code\":60615},\"setIdx\":0,\"setId\":0,\"iconIdx\":967},{\"icon\":{\"paths\":[\"M416 160c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM864 704c-17.673 0-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-96c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 320c17.673 0 32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32v0zM704 736h-384c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0 384c0 17.673-14.327 32-32 32v0zM672 352h-320v320h320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"selection-all\"]},\"attrs\":[{}],\"properties\":{\"order\":26709,\"id\":279,\"name\":\"selection-all\",\"prevSize\":16,\"code\":60616},\"setIdx\":0,\"setId\":0,\"iconIdx\":968},{\"icon\":{\"paths\":[\"M640 320h-448c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM640 832h-448v-448h448zM544 160c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM896 192v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c35.346 0 64 28.654 64 64v0zM896 384v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 608v32c0 35.346-28.654 64-64 64v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM320 224v-32c0-35.346 28.654-64 64-64v0h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"selection-background\"]},\"attrs\":[{}],\"properties\":{\"order\":26710,\"id\":278,\"name\":\"selection-background\",\"prevSize\":16,\"code\":60617},\"setIdx\":0,\"setId\":0,\"iconIdx\":969},{\"icon\":{\"paths\":[\"M256 864c0 17.673-14.327 32-32 32v0h-32c-35.346 0-64-28.654-64-64v0-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h32c17.673 0 32 14.327 32 32v0zM448 832h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 672c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0zM672 768c-17.673 0-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-32c0-17.673-14.327-32-32-32v0zM672 448c17.673 0 32-14.327 32-32v0-32c0-35.346-28.654-64-64-64v0h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32v0zM224 320h-32c-35.346 0-64 28.654-64 64v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-448c-35.346 0-64 28.654-64 64v0 160c-0.022 0.329-0.034 0.713-0.034 1.1s0.012 0.771 0.037 1.152l-0.003-0.052c1.186 16.701 15.025 29.8 31.924 29.8 0.027 0 0.053-0 0.080-0l-0.004 0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-128h448v448h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0h160c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"selection-foreground\"]},\"attrs\":[{}],\"properties\":{\"order\":26711,\"id\":277,\"name\":\"selection-foreground\",\"prevSize\":16,\"code\":60618},\"setIdx\":0,\"setId\":0,\"iconIdx\":970},{\"icon\":{\"paths\":[\"M608 864c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192v640c0 35.346-28.654 64-64 64v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h50.76l-594.76-594.76v50.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 192h-594.76l594.76 594.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"selection-inverse\"]},\"attrs\":[{}],\"properties\":{\"order\":26712,\"id\":276,\"name\":\"selection-inverse\",\"prevSize\":16,\"code\":60619},\"setIdx\":0,\"setId\":0,\"iconIdx\":971},{\"icon\":{\"paths\":[\"M608 160c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 128h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 832h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"selection-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26713,\"id\":275,\"name\":\"selection-plus\",\"prevSize\":16,\"code\":60620},\"setIdx\":0,\"setId\":0,\"iconIdx\":972},{\"icon\":{\"paths\":[\"M416 160c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 640 704c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"selection-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26714,\"id\":274,\"name\":\"selection-slash\",\"prevSize\":16,\"code\":60621},\"setIdx\":0,\"setId\":0,\"iconIdx\":973},{\"icon\":{\"paths\":[\"M286.36 245.88c-4.366-12.825-16.305-21.887-30.36-21.887s-25.994 9.062-30.293 21.662l-0.067 0.225-160 480c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.002-0l320 0c0.001 0 0.002 0 0.002 0 17.673 0 32-14.327 32-32 0-3.62-0.601-7.1-1.709-10.345l0.067 0.225zM140.4 704l115.6-346.8 115.6 346.8zM832 304c0-114.875-93.125-208-208-208s-208 93.125-208 208c0 114.875 93.125 208 208 208v0c114.82-0.137 207.863-93.18 208-207.987l0-0.013zM480 304c0-79.529 64.471-144 144-144s144 64.471 144 144c0 79.529-64.471 144-144 144v0c-79.529 0-144-64.471-144-144v0zM896 576h-352c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h352c17.673 0 32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0zM864 800h-288v-160h288z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shapes\"]},\"attrs\":[{}],\"properties\":{\"order\":26715,\"id\":273,\"name\":\"shapes\",\"prevSize\":16,\"code\":60622},\"setIdx\":0,\"setId\":0,\"iconIdx\":974},{\"icon\":{\"paths\":[\"M918.64 438.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36h-158.76c-0.029-0-0.063-0-0.097-0-163.132 0-300.345 110.972-340.269 261.544l-0.554 2.456c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c47.746-180.839 209.858-312 402.604-312 0.111 0 0.222 0 0.333 0l158.823-0-137.48-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM768 832h-608v-480c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 480c0 35.346 28.654 64 64 64v0h608c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"share\"]},\"attrs\":[{}],\"properties\":{\"order\":26716,\"id\":272,\"name\":\"share\",\"prevSize\":16,\"code\":60623},\"setIdx\":0,\"setId\":0,\"iconIdx\":975},{\"icon\":{\"paths\":[\"M950.64 425.4l-320-320c-5.792-5.798-13.797-9.385-22.64-9.385-17.668 0-31.992 14.318-32 31.984l-0 0.001v161.4c-103.76 8.88-218.36 59.68-312.64 139.64-113.52 96.32-184.2 220.44-199.040 349.48-0.202 1.654-0.318 3.57-0.318 5.512 0 26.51 21.49 48 48 48 13.809 0 26.256-5.831 35.013-15.166l0.024-0.026c44-46.84 200.56-194.96 428.96-208v159.16c0.008 17.667 14.332 31.985 32 31.985 8.843 0 16.848-3.587 22.64-9.385l0-0 320-320c5.775-5.788 9.345-13.777 9.345-22.6s-3.571-16.812-9.346-22.601l0.001 0.001zM640 690.76v-114.76c0-17.673-14.327-32-32-32v0c-112.32 0-221.72 29.32-325.16 87.2-55.467 31.475-103.41 66.611-146.834 106.583l0.554-0.503c23.2-95.36 81.68-186.040 168.2-259.44 92.88-78.76 206.24-125.84 303.24-125.84 17.673 0 32-14.327 32-32v0-114.72l242.76 242.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"share-fat\"]},\"attrs\":[{}],\"properties\":{\"order\":26717,\"id\":271,\"name\":\"share-fat\",\"prevSize\":16,\"code\":60624},\"setIdx\":0,\"setId\":0,\"iconIdx\":976},{\"icon\":{\"paths\":[\"M704 640c-0.015-0-0.033-0-0.051-0-44.864 0-85.403 18.516-114.393 48.323l-0.036 0.037-184.4-118.52c6.885-17.148 10.879-37.027 10.879-57.84s-3.994-40.692-11.257-58.915l0.378 1.075 184.4-118.52c29.083 29.771 69.63 48.232 114.49 48.232 88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160 0 20.856 3.99 40.779 11.249 59.049l-0.379-1.081-184.4 118.52c-29.094-29.847-69.692-48.36-114.615-48.36-88.366 0-160 71.634-160 160s71.634 160 160 160c44.922 0 85.521-18.513 114.582-48.326l0.033-0.034 184.4 118.52c-6.849 17.153-10.82 37.033-10.82 57.84 0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160-0.021 0-0.042 0-0.063 0l0.003-0zM704 128c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM256 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 896c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"share-network\"]},\"attrs\":[{}],\"properties\":{\"order\":26718,\"id\":270,\"name\":\"share-network\",\"prevSize\":16,\"code\":60625},\"setIdx\":0,\"setId\":0,\"iconIdx\":977},{\"icon\":{\"paths\":[\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.080c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.4 418.48-320 436.72-54.12-18.040-320-122.76-320-436.72v-235.16h640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shield\"]},\"attrs\":[{}],\"properties\":{\"order\":26719,\"id\":269,\"name\":\"shield\",\"prevSize\":16,\"code\":60626},\"setIdx\":0,\"setId\":0,\"iconIdx\":978},{\"icon\":{\"paths\":[\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.12c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.12c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.4 418.48-320 436.72-54.12-18.040-320-122.76-320-436.72v-235.16h640zM329.36 566.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.36 201.36-201.36c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shield-check\"]},\"attrs\":[{}],\"properties\":{\"order\":26720,\"id\":268,\"name\":\"shield-check\",\"prevSize\":16,\"code\":60627},\"setIdx\":0,\"setId\":0,\"iconIdx\":979},{\"icon\":{\"paths\":[\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM832 459.16c0 7.080 0 14-0.44 20.84h-287.56v-256h288zM192 224h288v256h-287.56c-0.28-6.84-0.44-13.76-0.44-20.84zM198.96 544h281.040v339.68c-78.72-33.44-245.080-128-281.040-339.68zM544 883.64v-339.64h281.040c-35.96 211.56-202.16 306.16-281.040 339.64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shield-checkered\"]},\"attrs\":[{}],\"properties\":{\"order\":26721,\"id\":267,\"name\":\"shield-checkered\",\"prevSize\":16,\"code\":60628},\"setIdx\":0,\"setId\":0,\"iconIdx\":980},{\"icon\":{\"paths\":[\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.080c0-35.346-28.654-64-64-64v0zM512 896c-37.040-12.32-173.16-65.28-255.48-198l255.48-178.96 255.48 178.84c-82.24 132.56-218.12 185.52-255.48 198.12zM832 459.28c0 70.56-13.44 130.52-34.88 181.36l-266.76-186.72c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067-266.76 186.6c-21.44-50.84-34.88-110.8-34.88-181.36v-235.16h640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shield-chevron\"]},\"attrs\":[{}],\"properties\":{\"order\":26722,\"id\":266,\"name\":\"shield-chevron\",\"prevSize\":16,\"code\":60629},\"setIdx\":0,\"setId\":0,\"iconIdx\":981},{\"icon\":{\"paths\":[\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.36 418.48-320 436.72-54.12-18-320-122.72-320-436.72v-235.16h640zM352 512c0-17.673 14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shield-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26723,\"id\":265,\"name\":\"shield-plus\",\"prevSize\":16,\"code\":60630},\"setIdx\":0,\"setId\":0,\"iconIdx\":982},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.873-6.424-14.291-10.439-23.645-10.439-17.673 0-32 14.327-32 32 0 2.828 0.367 5.57 1.055 8.182l-0.050-0.223c-19.843 11.124-33.035 32.021-33.040 55.999l-0 0.001v235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c85.232-30.096 158.159-76.196 218.471-135.148l-0.111 0.108 58.040 64c5.877 6.444 14.308 10.471 23.68 10.471 17.679 0 32.011-14.332 32.011-32.011 0-8.307-3.164-15.876-8.354-21.565l0.023 0.025zM512 896c-54.12-18-320-122.72-320-436.72v-235.28h14.92l500.28 550.28c-53.663 53.143-118.891 94.713-191.562 120.59l-3.638 1.13zM896 224v235.080c0 78.68-14.92 151.72-44.4 217.16-5.139 11.213-16.266 18.862-29.18 18.862-17.674 0-32.002-14.328-32.002-32.002 0-4.761 1.040-9.279 2.904-13.339l-0.082 0.199c25.72-57.12 38.76-121.32 38.76-190.88v-235.080h-437.92c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h437.92c35.346 0 64 28.654 64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shield-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26724,\"id\":264,\"name\":\"shield-slash\",\"prevSize\":16,\"code\":60631},\"setIdx\":0,\"setId\":0,\"iconIdx\":983},{\"icon\":{\"paths\":[\"M322.28 468c4.861-11.863 16.318-20.067 29.692-20.067 4.336 0 8.47 0.862 12.241 2.425l-0.212-0.078 116 46.44v-112.72c0-17.673 14.327-32 32-32s32 14.327 32 32v0 112.72l116-46.44c3.551-1.475 7.675-2.331 12-2.331 17.701 0 32.051 14.35 32.051 32.051 0 13.377-8.195 24.84-19.838 29.642l-0.213 0.078-121.24 48.48 70.84 94.6c3.996 5.281 6.4 11.96 6.4 19.2 0 17.673-14.327 32-32 32-10.433 0-19.7-4.993-25.542-12.72l-0.058-0.080-70.4-93.88-70.4 93.88c-5.9 7.807-15.167 12.8-25.6 12.8-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 70.96-94.6-121.36-48.48c-11.863-4.861-20.067-16.318-20.067-29.692 0-4.336 0.862-8.47 2.425-12.241l-0.078 0.212zM896 224v235.080c0 358.48-303.28 477.36-364 497.56-5.963 2.109-12.839 3.328-20 3.328s-14.037-1.219-20.433-3.46l0.433 0.132c-60.8-20-364-139.040-364-497.52v-235.12c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 224h-640v235.16c0 314 265.88 418.72 320 436.72 54.64-18.24 320-123.040 320-436.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shield-star\"]},\"attrs\":[{}],\"properties\":{\"order\":26725,\"id\":263,\"name\":\"shield-star\",\"prevSize\":16,\"code\":60632},\"setIdx\":0,\"setId\":0,\"iconIdx\":984},{\"icon\":{\"paths\":[\"M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM832 459.16c0 313.68-265.36 418.48-320 436.72-54.12-18-320-122.72-320-436.72v-235.16h640zM480 544v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM464 688c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shield-warning\"]},\"attrs\":[{}],\"properties\":{\"order\":26726,\"id\":262,\"name\":\"shield-warning\",\"prevSize\":16,\"code\":60633},\"setIdx\":0,\"setId\":0,\"iconIdx\":985},{\"icon\":{\"paths\":[\"M800 192h-82.76l-54.6-54.64c-5.765-5.719-13.679-9.278-22.424-9.36l-0.016-0h-256.2c-0.007-0-0.016-0-0.025-0-8.83 0-16.825 3.577-22.615 9.36l0-0-54.6 54.64h-82.76c-35.346 0-64 28.654-64 64v0 608c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-608c0-35.346-28.654-64-64-64v0zM644.96 210.24l27.040 27v210.76l-117.72-101.76zM352 237.24l27.040-27 90.68 136-117.72 101.76zM480 864h-256v-608h64v192c-0.001 0.116-0.001 0.254-0.001 0.391 0 25.38 14.913 47.276 36.454 57.405l0.387 0.164c7.959 3.803 17.298 6.029 27.156 6.040l0.004 0c15.588-0.029 29.854-5.665 40.894-14.997l-0.094 0.077c0.168-0.115 0.313-0.247 0.437-0.397l0.003-0.003 86.76-74.76zM444 192h136.4l-68.4 102.32zM800 864h-256v-442.080l86.6 74.8c0.127 0.153 0.272 0.285 0.433 0.395l0.007 0.005c10.967 9.255 25.261 14.88 40.867 14.88 0.033 0 0.065-0 0.098-0l-0.005 0c9.929-0.026 19.321-2.296 27.706-6.327l-0.386 0.167c21.841-10.326 36.681-32.177 36.681-57.495 0-0.121-0-0.243-0.001-0.364l0 0.019v-192h64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shirt-folded\"]},\"attrs\":[{}],\"properties\":{\"order\":26727,\"id\":261,\"name\":\"shirt-folded\",\"prevSize\":16,\"code\":60634},\"setIdx\":0,\"setId\":0,\"iconIdx\":986},{\"icon\":{\"paths\":[\"M957.48 280.4c-6.568-20.046-24.314-34.602-45.689-36.387l-0.191-0.013-148.88-12.6-58.080-135.4c-8.34-18.963-26.962-31.963-48.62-31.963s-40.28 13.001-48.487 31.624l-0.133 0.339-58.080 135.44-148.92 12.56c-27.139 2.245-48.315 24.825-48.315 52.351 0 15.927 7.090 30.199 18.286 39.831l0.069 0.058 112.64 96-33.72 142.92c-0.895 3.625-1.408 7.786-1.408 12.067 0 17.28 8.365 32.607 21.266 42.152l0.142 0.101c8.665 6.423 19.567 10.282 31.371 10.282 10.022 0 19.394-2.781 27.386-7.615l-0.237 0.133 128-76 128 76c7.755 4.7 17.127 7.482 27.149 7.482 11.804 0 22.706-3.859 31.514-10.383l-0.143 0.101c13.046-9.637 21.413-24.959 21.413-42.236 0-4.287-0.515-8.454-1.487-12.442l0.074 0.358-33.72-142.92 112.6-96c11.435-9.654 18.649-23.998 18.649-40.027 0-5.648-0.896-11.087-2.553-16.183l0.104 0.37zM782.040 388.4c-11.33 9.643-18.471 23.917-18.471 39.858 0 4.309 0.522 8.495 1.505 12.5l-0.074-0.358 29.24 124-111.12-66.040c-7.748-4.693-17.109-7.471-27.12-7.471s-19.372 2.777-27.357 7.604l0.237-0.133-111.12 65.64 29.24-124c0.931-3.681 1.465-7.907 1.465-12.258 0-15.905-7.14-30.141-18.39-39.68l-0.075-0.062-97.040-82.48 128.36-10.88c19.802-1.71 36.332-14.153 43.868-31.421l0.132-0.339 50.68-117.92 50.56 117.92c7.682 17.596 24.205 30.032 43.801 31.746l0.199 0.014 128.36 10.88zM342.64 502.64l-224 224c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64v0l224-224c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM406.64 726.64l-224 224c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 224-224c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM694.64 681.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-224 224c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l224-224c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shooting-star\"]},\"attrs\":[{}],\"properties\":{\"order\":26728,\"id\":260,\"name\":\"shooting-star\",\"prevSize\":16,\"code\":60635},\"setIdx\":0,\"setId\":0,\"iconIdx\":987},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM704 352c0 106.039-85.961 192-192 192s-192-85.961-192-192v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shopping-bag\"]},\"attrs\":[{}],\"properties\":{\"order\":26729,\"id\":259,\"name\":\"shopping-bag\",\"prevSize\":16,\"code\":60636},\"setIdx\":0,\"setId\":0,\"iconIdx\":988},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v64h-704v-64zM864 800h-704v-448h704v448zM704 448c0 106.039-85.961 192-192 192s-192-85.961-192-192v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shopping-bag-open\"]},\"attrs\":[{}],\"properties\":{\"order\":26730,\"id\":258,\"name\":\"shopping-bag-open\",\"prevSize\":16,\"code\":60637},\"setIdx\":0,\"setId\":0,\"iconIdx\":989},{\"icon\":{\"paths\":[\"M888.56 235.48c-5.91-7.038-14.714-11.48-24.555-11.48-0.002 0-0.004 0-0.006 0l-645.28-0-19.56-107.44c-5.613-30.085-31.662-52.555-62.96-52.56l-72.2-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h72l102.24 561.16c3.226 17.421 10.75 32.705 21.431 45.213l-0.111-0.133c-21.902 20.496-35.55 49.579-35.55 81.85 0 61.856 50.144 112 112 112s112-50.144 112-112c0-17.476-4.003-34.018-11.141-48.757l0.292 0.667h181.68c-6.84 13.995-10.84 30.452-10.84 47.843 0 0.055 0 0.11 0 0.165l-0-0.009c0 61.856 50.144 112 112 112s112-50.144 112-112c0-61.856-50.144-112-112-112v0h-387.32c-15.649-0.002-28.674-11.238-31.449-26.082l-0.031-0.198-12.68-69.72h464c46.948-0.007 86.021-33.713 94.348-78.246l0.092-0.594 48.64-267.44c0.316-1.687 0.496-3.629 0.496-5.612 0-7.882-2.849-15.098-7.574-20.675l0.038 0.047zM384 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM768 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM784 517.72c-2.807 15.044-15.833 26.28-31.485 26.28-0.041 0-0.081-0-0.122-0l0.006 0h-475.52l-46.52-256h595.28z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shopping-cart\"]},\"attrs\":[{}],\"properties\":{\"order\":26731,\"id\":257,\"name\":\"shopping-cart\",\"prevSize\":16,\"code\":60638},\"setIdx\":0,\"setId\":0,\"iconIdx\":990},{\"icon\":{\"paths\":[\"M384 864c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 800c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM926.6 297.4l-114.12 370.84c-12.299 39.546-48.568 67.761-91.427 67.761-0.117 0-0.234-0-0.351-0.001l0.018 0h-384.44c-43.567-0.169-80.308-29.2-92.106-68.958l-0.174-0.682-144.72-506.36h-67.28c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h67.28c29.051 0.099 53.558 19.443 61.444 45.945l0.116 0.455 32.44 113.6h702.72c0.003-0 0.008-0 0.012-0 17.673 0 32 14.327 32 32 0 3.354-0.516 6.588-1.473 9.627l0.062-0.227zM852.68 320h-641.12l93.96 328.8c3.953 13.502 16.224 23.197 30.76 23.2l384.44 0c0.003 0 0.008 0 0.012 0 14.319 0 26.441-9.404 30.527-22.373l0.062-0.227z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shopping-cart-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26732,\"id\":256,\"name\":\"shopping-cart-simple\",\"prevSize\":16,\"code\":60639},\"setIdx\":0,\"setId\":0,\"iconIdx\":991},{\"icon\":{\"paths\":[\"M256 944c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM336 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM80 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM208 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM1024 160c0 17.673-14.327 32-32 32v0h-114.76l-111.4 111.44-86.64 507.16c-5.271 30.485-31.518 53.378-63.112 53.378-17.67 0-33.667-7.161-45.248-18.738l-392-392c-11.588-11.583-18.755-27.587-18.755-45.265 0-31.643 22.964-57.923 53.136-63.082l0.379-0.054 506.96-86.68 111.44-111.4c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h114.76c17.673 0 32 14.327 32 32v0zM696.84 327.16l-472.84 80.84 392 392z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shower\"]},\"attrs\":[{}],\"properties\":{\"order\":26733,\"id\":255,\"name\":\"shower\",\"prevSize\":16,\"code\":60640},\"setIdx\":0,\"setId\":0,\"iconIdx\":992},{\"icon\":{\"paths\":[\"M544 464c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM895.2 341.52c-11.788 167.119-150.144 298.256-319.177 298.48l-0.023 0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-176.731 0-320-143.269-320-320s143.269-320 320-320v0h464c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-336c-53.019 0-96-42.981-96-96v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 17.673 14.327 32 32 32v0h336c61.811 0.059 111.896 50.181 111.896 112 0 44.685-26.169 83.258-64.017 101.23l-0.679 0.29zM203.2 789.16l132.88-94.92c0-2.040 0-4 0-6.24-0-0.075-0-0.165-0-0.254 0-10.556 1.46-20.772 4.19-30.455l-0.19 0.789-208.080-94.6c-2.518 13.456-3.959 28.938-3.959 44.755 0 70.724 28.797 134.723 75.305 180.91l0.014 0.014zM359.2 756.36l-102.72 73.48c36.52 21.475 80.445 34.16 127.333 34.16 0.066 0 0.131-0 0.197-0l31.99 0v-68.68c-23.103-7.089-42.449-20.716-56.451-38.707l-0.189-0.253zM416 580.68v-228.68h-32c-102.864 0.119-191.522 60.822-232.22 148.34l-0.66 1.58 223.48 101.56c11.56-10.099 25.394-17.921 40.606-22.59l0.794-0.21zM830 352h-350v224h96c130.046-0.162 237.394-97.131 253.861-222.704l0.139-1.296z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shrimp\"]},\"attrs\":[{}],\"properties\":{\"order\":26734,\"id\":254,\"name\":\"shrimp\",\"prevSize\":16,\"code\":60641},\"setIdx\":0,\"setId\":0,\"iconIdx\":993},{\"icon\":{\"paths\":[\"M950.64 713.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-47c-96.233-0.083-181.428-47.273-233.777-119.752l-0.583-0.848-166.88-233.6c-41.173-57.029-107.433-93.731-182.269-93.8l-92.251-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h92.24c96.233 0.083 181.428 47.273 233.777 119.752l0.583 0.848 166.88 233.6c41.173 57.029 107.433 93.731 182.269 93.8l47.011 0-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM572 428c5.165 3.727 11.621 5.961 18.6 5.961 10.695 0 20.164-5.247 25.975-13.306l0.065-0.095 4.8-6.68c41.165-57.070 107.444-93.805 182.308-93.88l47.012-0-41.4 41.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 41.4 41.36h-47c-96.233 0.083-181.428 47.273-233.777 119.752l-0.583 0.848-4.8 6.68c-3.758 5.179-6.012 11.662-6.012 18.672 0 10.7 5.251 20.173 13.318 25.983l0.095 0.065zM452 596c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-4.8 6.68c-41.165 57.070-107.444 93.805-182.308 93.88l-92.252 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h92.24c96.233-0.083 181.428-47.273 233.777-119.752l0.583-0.848 4.8-6.68c3.758-5.179 6.012-11.662 6.012-18.672 0-10.7-5.251-20.173-13.318-25.983l-0.095-0.065z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shuffle\"]},\"attrs\":[{}],\"properties\":{\"order\":26735,\"id\":253,\"name\":\"shuffle\",\"prevSize\":16,\"code\":60642},\"setIdx\":0,\"setId\":0,\"iconIdx\":994},{\"icon\":{\"paths\":[\"M950.64 713.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-162.28c-21.359-0.027-40.264-10.513-51.87-26.611l-0.13-0.189-300.96-421.2h-207.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h207.52c21.359 0.027 40.264 10.513 51.87 26.611l0.13 0.189 300.96 421.2h162.28l-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM572 428c5.165 3.727 11.621 5.961 18.6 5.961 10.695 0 20.164-5.247 25.975-13.306l0.065-0.095 72-100.48h162.28l-41.56 41.28c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 41.4 41.36h-162.28c-21.359 0.027-40.264 10.513-51.87 26.611l-0.13 0.189-71.88 100.48c-3.758 5.179-6.012 11.662-6.012 18.672 0 10.7 5.251 20.173 13.318 25.983l0.095 0.065zM452 596c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-71.84 100.56h-207.52c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h207.52c21.359-0.027 40.264-10.513 51.87-26.611l0.13-0.189 71.8-100.48c3.775-5.186 6.040-11.684 6.040-18.71 0-10.677-5.229-20.133-13.266-25.946l-0.094-0.064z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shuffle-angular\"]},\"attrs\":[{}],\"properties\":{\"order\":26736,\"id\":252,\"name\":\"shuffle-angular\",\"prevSize\":16,\"code\":60643},\"setIdx\":0,\"setId\":0,\"iconIdx\":995},{\"icon\":{\"paths\":[\"M864 192v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-174.88 174.76c-5.559 4.783-12.847 7.695-20.815 7.695-17.673 0-32-14.327-32-32 0-7.968 2.912-15.255 7.73-20.857l-0.035 0.042 174.76-174.88h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM832 640c-17.673 0-32 14.327-32 32v0 82.76l-585.36-585.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l585.4 585.36h-82.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM398.88 580l-229.52 229.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 229.36-229.52c4.783-5.559 7.695-12.847 7.695-20.815 0-17.673-14.327-32-32-32-7.968 0-15.255 2.912-20.857 7.73l0.042-0.035z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"shuffle-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26737,\"id\":251,\"name\":\"shuffle-simple\",\"prevSize\":16,\"code\":60644},\"setIdx\":0,\"setId\":0,\"iconIdx\":996},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 608h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h160v576h-160zM864 800h-480v-576h480v576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sidebar\"]},\"attrs\":[{}],\"properties\":{\"order\":26738,\"id\":250,\"name\":\"sidebar\",\"prevSize\":16,\"code\":60645},\"setIdx\":0,\"setId\":0,\"iconIdx\":997},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 224h160v576h-160zM864 800h-480v-576h480v576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sidebar-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26739,\"id\":249,\"name\":\"sidebar-simple\",\"prevSize\":16,\"code\":60646},\"setIdx\":0,\"setId\":0,\"iconIdx\":998},{\"icon\":{\"paths\":[\"M736 288v-64h-413.4l214.4 268c4.373 5.426 7.020 12.404 7.020 20s-2.647 14.574-7.068 20.062l0.048-0.062-214.4 268h413.4v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32v0h-512c-0.006 0-0.013 0-0.020 0-17.673 0-32-14.327-32-32 0-7.596 2.647-14.574 7.068-20.062l-0.048 0.062 240-300-240-300c-4.373-5.426-7.020-12.404-7.020-20 0-17.673 14.327-32 32-32 0.007 0 0.014 0 0.021 0l511.999-0c17.673 0 32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sigma\"]},\"attrs\":[{}],\"properties\":{\"order\":26740,\"id\":248,\"name\":\"sigma\",\"prevSize\":16,\"code\":60647},\"setIdx\":0,\"setId\":0,\"iconIdx\":999},{\"icon\":{\"paths\":[\"M928 672h-672.56c10.64-20.96 21.32-42.52 32-64.44 59.72 6.6 130.48-35.2 210.96-124.88 2.4 6.64 5.080 13.48 8 20.4 26.040 61 59.64 95.76 100 103.4 41.36 8 82.32-12.92 124.32-63.28 27.28 32.28 83.28 64.8 197.28 64.8 17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-122.52 0-158.2-42.36-160-64.88-0.467-17.309-14.61-31.163-31.989-31.163-13.726 0-25.434 8.642-29.978 20.782l-0.072 0.221c-48.68 73-77.52 76.56-88 74.64-33.32-6.28-64.32-83.72-74.76-134.040-3.209-14.55-15.995-25.275-31.285-25.275-11.926 0-22.328 6.524-27.832 16.197l-0.083 0.158c-79.2 98.48-132.32 132-165.64 140.56 33.96-75.52 59.32-141.8 75.56-197.6 27.28-93.76 29.28-159.32 6.040-200.4-12-21.44-37.16-47-87.64-47.2h-1c-64 0.44-114.4 61.2-138.48 166.8-14.36 62.84-16.72 132.76-6.52 192s31.44 102.040 62.2 127.56c-14.88 30.92-30.12 61.12-44.92 89.72h-87.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h53.64c-45.28 84-80.48 142.56-81.040 143.52-3.113 4.849-4.963 10.767-4.963 17.117 0 17.673 14.327 32 32 32 11.846 0 22.188-6.437 27.721-16.003l0.082-0.154c0.6-1.040 45.080-75.16 98.8-176.48h705.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 480v-0.84c0.013 0.126 0.020 0.272 0.020 0.42s-0.007 0.294-0.021 0.438l0.001-0.018zM235.16 277.040c15.96-69.92 46.76-117.040 76.84-117.040 21 0 28 7.44 32 14.68 12 21.32 26.080 96.76-86.6 345.48-32.76-45.16-43.92-148.16-22.24-243.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"signature\"]},\"attrs\":[{}],\"properties\":{\"order\":26741,\"id\":247,\"name\":\"signature\",\"prevSize\":16,\"code\":60648},\"setIdx\":0,\"setId\":0,\"iconIdx\":1000},{\"icon\":{\"paths\":[\"M566.64 534.64l-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36h-370.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h370.76l-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM768 128h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224v640h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sign-in\"]},\"attrs\":[{}],\"properties\":{\"order\":26742,\"id\":246,\"name\":\"sign-in\",\"prevSize\":16,\"code\":60649},\"setIdx\":0,\"setId\":0,\"iconIdx\":1001},{\"icon\":{\"paths\":[\"M448 864c0 17.673-14.327 32-32 32v0h-224c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224v640h224c17.673 0 32 14.327 32 32v0zM886.64 489.36l-160-160c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l105.4 105.36h-370.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h370.76l-105.4 105.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sign-out\"]},\"attrs\":[{}],\"properties\":{\"order\":26743,\"id\":245,\"name\":\"sign-out\",\"prevSize\":16,\"code\":60650},\"setIdx\":0,\"setId\":0,\"iconIdx\":1002},{\"icon\":{\"paths\":[\"M984 426.6l-144-160c-5.882-6.52-14.36-10.601-23.792-10.601-0.073 0-0.146 0-0.219 0.001l0.011-0h-272v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-320c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h320v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h272c0.003 0 0.005 0 0.008 0 9.431 0 17.91-4.080 23.766-10.572l0.025-0.028 144-160c5.153-5.659 8.309-13.217 8.309-21.511 0-8.189-3.076-15.66-8.136-21.32l0.027 0.031zM801.76 576h-641.76v-256h641.76l115.2 128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"signpost\"]},\"attrs\":[{}],\"properties\":{\"order\":26744,\"id\":244,\"name\":\"signpost\",\"prevSize\":16,\"code\":60651},\"setIdx\":0,\"setId\":0,\"iconIdx\":1003},{\"icon\":{\"paths\":[\"M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM800 864h-576v-704h370.76l205.24 205.24v498.76zM704 448h-384c-17.673 0-32 14.327-32 32v0 288c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-288c0-17.673-14.327-32-32-32v0zM672 736h-64v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-64v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-64v-224h320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sim-card\"]},\"attrs\":[{}],\"properties\":{\"order\":26745,\"id\":243,\"name\":\"sim-card\",\"prevSize\":16,\"code\":60652},\"setIdx\":0,\"setId\":0,\"iconIdx\":1004},{\"icon\":{\"paths\":[\"M480 64v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM800 192c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-32 32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM201.36 182.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-32-32c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM549.36 288.44c-1.675-0.311-3.603-0.489-5.573-0.489-17.673 0-32 14.327-32 32 0 15.912 11.614 29.112 26.828 31.584l0.184 0.025c75.88 12.76 133.2 81.72 133.2 160.44 0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-109.6-80.28-205.72-186.72-223.56zM928 704v96c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-96c0-35.346 28.654-64 64-64v0-128c-0-0.003-0-0.007-0-0.010 0-194.404 157.596-352 352-352 0.942 0 1.884 0.004 2.824 0.011l-0.144-0.001c192.6 1.44 349.32 161.16 349.32 356v124c35.346 0 64 28.654 64 64v0zM224 640h576v-124c0-160-128.2-290.84-285.8-292h-2.2c-159.058 0-288 128.942-288 288v0zM864 800v-96h-704v96h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"siren\"]},\"attrs\":[{}],\"properties\":{\"order\":26746,\"id\":242,\"name\":\"siren\",\"prevSize\":16,\"code\":60653},\"setIdx\":0,\"setId\":0,\"iconIdx\":1005},{\"icon\":{\"paths\":[\"M984 394.92l-224-256c-5.879-6.69-14.446-10.897-23.996-10.92l-0.004-0h-448c-9.554 0.023-18.121 4.23-23.969 10.884l-0.031 0.036-224 256c-4.924 5.599-7.928 12.991-7.928 21.084 0 8.45 3.275 16.134 8.625 21.854l-0.017-0.018 448 480c5.857 6.267 14.172 10.172 23.4 10.172s17.543-3.906 23.383-10.154l0.017-0.018 448-480c5.284-5.69 8.526-13.34 8.526-21.748 0-8.135-3.035-15.56-8.035-21.206l0.029 0.034zM889.48 384h-169.48l-144-192h145.48zM298.32 448l120.52 301.32-281.2-301.32zM656.72 448l-144.72 361.84-144.72-361.84zM384 384l128-170.68 128 170.68zM725.68 448h160.68l-281.2 301.32zM302.52 192h145.48l-144 192h-169.48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sketch-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26747,\"id\":241,\"name\":\"sketch-logo\",\"prevSize\":16,\"code\":60654},\"setIdx\":0,\"setId\":0,\"iconIdx\":1006},{\"icon\":{\"paths\":[\"M799.24 136c-8.942-5.047-19.634-8.020-31.021-8.020-12.578 0-24.308 3.628-34.201 9.895l0.262-0.155-478.28 299.2v-276.92c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-276.92l478.28 299.12c9.621 6.127 21.346 9.765 33.921 9.765 35.125 0 63.62-28.385 63.799-63.468l0-0.017v-640.96c-0.003-23.775-13.084-44.494-32.44-55.355l-0.32-0.165zM768 832l-511.36-320 511.36-319.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"skip-back\"]},\"attrs\":[{}],\"properties\":{\"order\":26748,\"id\":240,\"name\":\"skip-back\",\"prevSize\":16,\"code\":60655},\"setIdx\":0,\"setId\":0,\"iconIdx\":1007},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM655.52 324c-4.467-2.518-9.807-4.001-15.493-4.001-6.296 0-12.167 1.818-17.117 4.958l0.131-0.077-207.040 129.4v-102.28c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-102.28l207.040 129.4c4.813 3.052 10.675 4.864 16.96 4.864 17.668 0 31.991-14.318 32-31.983l0-0.001v-320c0-0.005 0-0.010 0-0.016 0-11.976-6.579-22.415-16.32-27.901l-0.16-0.083zM608 614.28l-163.64-102.28 163.64-102.28z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"skip-back-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26749,\"id\":239,\"name\":\"skip-back-circle\",\"prevSize\":16,\"code\":60656},\"setIdx\":0,\"setId\":0,\"iconIdx\":1008},{\"icon\":{\"paths\":[\"M800 128c-17.673 0-32 14.327-32 32v0 276.92l-478.28-299.12c-9.621-6.127-21.346-9.765-33.921-9.765-35.125 0-63.62 28.385-63.799 63.468l-0 0.017v640.96c0.381 35.055 28.887 63.326 63.996 63.326 12.488 0 24.141-3.577 33.99-9.762l-0.267 0.156 478.28-299.12v276.92c0 17.673 14.327 32 32 32s32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM256 831.72v-639.52l511.36 320z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"skip-forward\"]},\"attrs\":[{}],\"properties\":{\"order\":26750,\"id\":238,\"name\":\"skip-forward\",\"prevSize\":16,\"code\":60657},\"setIdx\":0,\"setId\":0,\"iconIdx\":1009},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM640 320c-17.673 0-32 14.327-32 32v0 102.28l-207.040-129.4c-4.813-3.052-10.675-4.864-16.96-4.864-17.668 0-31.991 14.318-32 31.983l-0 0.001v320c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 207.040-129.4v102.28c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM416 614.28v-204.56l163.64 102.28z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"skip-forward-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26751,\"id\":237,\"name\":\"skip-forward-circle\",\"prevSize\":16,\"code\":60658},\"setIdx\":0,\"setId\":0,\"iconIdx\":1010},{\"icon\":{\"paths\":[\"M368 416c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM368 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 416c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM656 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 64c-229.4 0-416 179.44-416 400 0 136.4 73.080 264 192 337.12v62.88c0 35.346 28.654 64 64 64v0h320c35.346 0 64-28.654 64-64v0-62.88c118.92-73.12 192-200.72 192-337.12 0-220.56-186.6-400-416-400zM688.48 754.76c-9.901 5.569-16.48 16.008-16.48 27.984 0 0.005 0 0.011 0 0.016l-0-0.001v81.24h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-64v-81.24c0-0.005 0-0.010 0-0.016 0-11.976-6.579-22.415-16.32-27.901l-0.16-0.083c-108.28-60-175.52-171.4-175.52-290.76 0-185.28 157.92-336 352-336s352 150.72 352 336c0 119.32-67.24 230.76-175.52 290.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"skull\"]},\"attrs\":[{}],\"properties\":{\"order\":26752,\"id\":236,\"name\":\"skull\",\"prevSize\":16,\"code\":60659},\"setIdx\":0,\"setId\":0,\"iconIdx\":1011},{\"icon\":{\"paths\":[\"M884.52 512c26.305-23.545 42.782-57.603 42.782-95.509 0-70.692-57.308-128-128-128-23.281 0-45.111 6.216-63.92 17.078l0.618-0.329v-81.24c-0.082-70.63-57.358-127.856-128-127.856-38.166 0-72.431 16.704-95.883 43.201l-0.118 0.135c-23.545-26.305-57.603-42.782-95.509-42.782-70.692 0-128 57.308-128 128 0 23.281 6.216 45.111 17.078 63.92l-0.329-0.618h-81.24c-70.63 0.082-127.856 57.358-127.856 128 0 38.166 16.704 72.431 43.201 95.883l0.135 0.118c-26.305 23.545-42.782 57.603-42.782 95.509 0 70.692 57.308 128 128 128 23.281 0 45.111-6.216 63.92-17.078l-0.618 0.329v81.24c0.082 70.63 57.358 127.856 128 127.856 38.166 0 72.431-16.704 95.883-43.201l0.118-0.135c23.545 26.305 57.603 42.782 95.509 42.782 70.692 0 128-57.308 128-128 0-23.281-6.216-45.111-17.078-63.92l0.329 0.618h81.24c70.63-0.082 127.856-57.358 127.856-128 0-38.166-16.704-72.431-43.201-95.883l-0.135-0.118zM288 608c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0h64zM480 800c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64v0h64zM480 480h-256c-35.346 0-64-28.654-64-64s28.654-64 64-64v0h192c35.346 0 64 28.654 64 64v0zM480 288h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0zM544 224c0-35.346 28.654-64 64-64s64 28.654 64 64v0 192c0 35.346-28.654 64-64 64v0h-64zM608 864c-35.346 0-64-28.654-64-64v0-64h64c35.346 0 64 28.654 64 64s-28.654 64-64 64v0zM800 672h-192c-35.346 0-64-28.654-64-64v0-64h256c35.346 0 64 28.654 64 64s-28.654 64-64 64v0zM800 480h-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"slack-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26753,\"id\":235,\"name\":\"slack-logo\",\"prevSize\":16,\"code\":60660},\"setIdx\":0,\"setId\":0,\"iconIdx\":1012},{\"icon\":{\"paths\":[\"M256 420v-260c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 260c-55.774 14.63-96.251 64.588-96.251 124s40.477 109.37 95.359 123.801l0.892 0.199v196c0 17.673 14.327 32 32 32s32-14.327 32-32v0-196c55.774-14.63 96.251-64.588 96.251-124s-40.477-109.37-95.359-123.801l-0.892-0.199zM224 608c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM544 228v-68c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 68c-55.774 14.63-96.251 64.588-96.251 124s40.477 109.37 95.359 123.801l0.892 0.199v388c0 17.673 14.327 32 32 32s32-14.327 32-32v0-388c55.774-14.63 96.251-64.588 96.251-124s-40.477-109.37-95.359-123.801l-0.892-0.199zM512 416c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM928 672c-0.058-59.317-40.379-109.201-95.104-123.797l-0.896-0.203v-388c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 388c-55.774 14.63-96.251 64.588-96.251 124s40.477 109.37 95.359 123.801l0.892 0.199v68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-68c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM800 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sliders\"]},\"attrs\":[{}],\"properties\":{\"order\":26754,\"id\":234,\"name\":\"sliders\",\"prevSize\":16,\"code\":60661},\"setIdx\":0,\"setId\":0,\"iconIdx\":1013},{\"icon\":{\"paths\":[\"M160 352h132c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h324c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-324c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-132c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM416 256c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 672h-68c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-388c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h388c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sliders-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":26755,\"id\":233,\"name\":\"sliders-horizontal\",\"prevSize\":16,\"code\":60662},\"setIdx\":0,\"setId\":0,\"iconIdx\":1014},{\"icon\":{\"paths\":[\"M768 192h-512c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM768 768h-512v-512h512v512zM960 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM128 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"slideshow\"]},\"attrs\":[{}],\"properties\":{\"order\":26756,\"id\":232,\"name\":\"slideshow\",\"prevSize\":16,\"code\":60663},\"setIdx\":0,\"setId\":0,\"iconIdx\":1015},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM699.72 624c-41.16 71.16-109.6 112-187.72 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.28-80c5.637-9.636 15.934-16.006 27.72-16.006 17.677 0 32.006 14.33 32.006 32.006 0 5.891-1.592 11.41-4.368 16.151l0.082-0.151z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"smiley\"]},\"attrs\":[{}],\"properties\":{\"order\":26757,\"id\":231,\"name\":\"smiley\",\"prevSize\":16,\"code\":60664},\"setIdx\":0,\"setId\":0,\"iconIdx\":1016},{\"icon\":{\"paths\":[\"M368 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022zM686.24 325.36l-174.24 116.2-174.24-116c-4.991-3.369-11.141-5.377-17.76-5.377-17.683 0-32.017 14.335-32.017 32.017 0 11.063 5.611 20.816 14.143 26.568l0.114 0.072 192 128c4.99 3.371 11.14 5.381 17.76 5.381s12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.646-5.824 14.257-15.577 14.257-26.64 0-17.683-14.335-32.017-32.017-32.017-6.619 0-12.769 2.009-17.874 5.45l0.114-0.072zM625.72 709.36c-33.72-22.44-65.96-37.36-113.72-37.36s-80 14.92-113.72 37.36c-8.392 5.852-13.815 15.458-13.815 26.331 0 17.673 14.327 32 32 32 6.408 0 12.375-1.883 17.38-5.126l-0.125 0.076c26-17.28 46.28-26.64 78.28-26.64s52.28 9.36 78.28 26.64c5.080 3.548 11.385 5.669 18.185 5.669 17.673 0 32-14.327 32-32 0-11.266-5.821-21.171-14.62-26.874l-0.125-0.076z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"smiley-angry\"]},\"attrs\":[{}],\"properties\":{\"order\":26758,\"id\":230,\"name\":\"smiley-angry\",\"prevSize\":16,\"code\":60665},\"setIdx\":0,\"setId\":0,\"iconIdx\":1017},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM416 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"smiley-blank\"]},\"attrs\":[{}],\"properties\":{\"order\":26759,\"id\":229,\"name\":\"smiley-blank\",\"prevSize\":16,\"code\":60666},\"setIdx\":0,\"setId\":0,\"iconIdx\":1018},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM704 640c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"smiley-meh\"]},\"attrs\":[{}],\"properties\":{\"order\":26760,\"id\":228,\"name\":\"smiley-meh\",\"prevSize\":16,\"code\":60667},\"setIdx\":0,\"setId\":0,\"iconIdx\":1019},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM726.64 649.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4-41.36 41.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l64-64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l41.36 41.4 41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l41.36 41.4 41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM608 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"smiley-nervous\"]},\"attrs\":[{}],\"properties\":{\"order\":26761,\"id\":227,\"name\":\"smiley-nervous\",\"prevSize\":16,\"code\":60668},\"setIdx\":0,\"setId\":0,\"iconIdx\":1020},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM704 432c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM699.68 688c3.133 4.86 4.995 10.796 4.995 17.167 0 17.673-14.327 32-32 32-12.25 0-22.893-6.884-28.271-16.994l-0.084-0.173c-29.88-51.64-76.84-80-132.32-80s-102.44 28.4-132.32 80c-5.462 10.283-16.104 17.167-28.355 17.167-17.673 0-32-14.327-32-32 0-6.371 1.862-12.307 5.071-17.294l-0.076 0.127c41.16-71.16 109.56-112 187.68-112s146.52 40.8 187.68 112z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"smiley-sad\"]},\"attrs\":[{}],\"properties\":{\"order\":26762,\"id\":226,\"name\":\"smiley-sad\",\"prevSize\":16,\"code\":60669},\"setIdx\":0,\"setId\":0,\"iconIdx\":1021},{\"icon\":{\"paths\":[\"M699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.72-112c-2.695-4.59-4.286-10.109-4.286-16 0-17.677 14.33-32.006 32.006-32.006 11.786 0 22.083 6.37 27.638 15.855l0.082 0.151c29.84 51.64 76.8 80 132.28 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127zM928 512c0 0.059 0 0.129 0 0.199 0 43.545-6.668 85.533-19.039 124.998l0.799-2.956c-1.635 5.199-4.391 9.647-7.999 13.239l-0.001 0.001-254.28 254.28c-3.574 3.617-8.011 6.375-12.976 7.939l-0.224 0.061c-36.574 11.659-78.642 18.378-122.28 18.378-229.75 0-416-186.25-416-416s186.25-416 416-416c229.702 0 415.922 186.171 416 415.855l0 0.007zM864 512c-0.248-193.973-157.552-351.123-351.56-351.123-194.161 0-351.56 157.399-351.56 351.56s157.399 351.56 351.56 351.56c34.026 0 66.924-4.834 98.043-13.853l-2.483 0.616 242.76-242.76c8.405-28.667 13.24-61.599 13.24-95.661 0-0.119-0-0.238-0-0.357l0 0.018zM368 480c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM656 384c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"smiley-sticker\"]},\"attrs\":[{}],\"properties\":{\"order\":26763,\"id\":225,\"name\":\"smiley-sticker\",\"prevSize\":16,\"code\":60670},\"setIdx\":0,\"setId\":0,\"iconIdx\":1022},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM320 432c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM736 432c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.72-112c-2.695-4.59-4.286-10.109-4.286-16 0-17.677 14.33-32.006 32.006-32.006 11.786 0 22.083 6.37 27.638 15.855l0.082 0.151c29.84 51.64 76.8 80 132.28 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"smiley-wink\"]},\"attrs\":[{}],\"properties\":{\"order\":26764,\"id\":224,\"name\":\"smiley-wink\",\"prevSize\":16,\"code\":60671},\"setIdx\":0,\"setId\":0,\"iconIdx\":1023},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM758.64 489.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36zM438.64 406.64l-41.4 41.36 41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"smiley-x-eyes\"]},\"attrs\":[{}],\"properties\":{\"order\":26765,\"id\":223,\"name\":\"smiley-x-eyes\",\"prevSize\":16,\"code\":60672},\"setIdx\":0,\"setId\":0,\"iconIdx\":1024},{\"icon\":{\"paths\":[\"M991.32 729.12c-2.349-11.008-10.107-19.786-20.298-23.529l-0.222-0.071c-1.56-0.56-115.8-43.52-172-196.92l77.2-30.88c11.856-4.88 20.051-16.343 20.051-29.72 0-17.701-14.35-32.051-32.051-32.051-4.325 0-8.449 0.856-12.213 2.409l0.213-0.078-71.28 28.52c-8.097-36.838-12.735-79.151-12.735-122.548 0-1.495 0.006-2.988 0.016-4.48l-0.001 0.229c0-141.385-114.615-256-256-256s-256 114.615-256 256v0c0.007 1.054 0.010 2.3 0.010 3.547 0 43.713-4.636 86.343-13.444 127.425l0.713-3.972-71.28-28.72c-3.551-1.475-7.675-2.331-12-2.331-17.701 0-32.051 14.35-32.051 32.051 0 13.377 8.195 24.84 19.838 29.642l0.213 0.078 77.48 31c-16.941 46.579-41.021 86.701-71.326 121.226l0.366-0.426c-50.080 56.56-101.080 76-101.44 76-12.451 4.57-21.174 16.323-21.174 30.113 0 9.19 3.874 17.475 10.078 23.311l0.016 0.015c28.4 26.68 70.68 30.84 111.52 34.88 25.24 2.48 51.32 5.080 65.56 12.92 13.48 7.44 27.4 26.48 40.84 44.88 21.6 29.64 46.12 63.2 84.96 73.12 36.28 9.32 73.4-3.32 106.16-14.48 22.2-7.56 43.2-14.72 60.84-14.72s38.64 7.16 60.84 14.72c24.8 8.44 52 17.72 79.6 17.72 0.184 0.001 0.402 0.002 0.62 0.002 9.215 0 18.154-1.183 26.673-3.404l-0.733 0.162c38.8-9.92 63.32-43.48 84.92-73.12 13.44-18.4 27.36-37.44 40.84-44.88 14.24-8 40.32-10.44 65.56-12.92 40.84-4 83.12-8.2 111.52-34.88 6.308-5.862 10.242-14.204 10.242-23.464 0-2.257-0.234-4.459-0.678-6.584l0.036 0.208zM864.040 730.16c-31.64 3.12-64.32 6.36-90.12 20.52s-44 39.16-61.64 63.24c-16 21.92-32.6 44.64-49.12 48.84-17.84 4.6-43.040-4-69.68-13.080s-53.24-18.12-81.48-18.12-55.32 9.2-81.48 18.12-52 17.68-69.68 13.080c-16.52-4.2-33.080-26.92-49.12-48.84-17.56-24-35.72-48.96-61.64-63.24s-58.48-17.4-90.080-20.52c-6.2-0.6-12.6-1.24-18.96-1.96 21.879-16.173 41.112-33.629 58.459-52.822l0.301-0.338c33.48-37.080 70.88-92.92 94.96-172.52l0.24-0.52c0.748-1.829 1.385-3.989 1.806-6.226l0.034-0.214c14.72-50.918 23.186-109.406 23.186-169.871 0-2-0.009-3.998-0.028-5.994l0.002 0.305c0-106.039 85.961-192 192-192s192 85.961 192 192v0c-0.016 1.692-0.026 3.691-0.026 5.693 0 60.508 8.481 119.035 24.318 174.457l-1.093-4.47c0.455 2.451 1.092 4.611 1.923 6.672l-0.083-0.232 0.24 0.52c24 79.6 61.48 135.44 94.96 172.52 17.648 19.531 36.881 36.987 57.707 52.414l1.053 0.746c-6.36 0.6-12.72 1.24-19 1.84z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"snapchat-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26766,\"id\":222,\"name\":\"snapchat-logo\",\"prevSize\":16,\"code\":60673},\"setIdx\":0,\"setId\":0,\"iconIdx\":1025},{\"icon\":{\"paths\":[\"M914.6 516.44l-242.92-80.96c-25.763-8.784-46.166-27.467-57.035-51.398l-0.245-0.602-92.84-217.080s0-0.28 0-0.4c-10.231-22.543-32.545-37.939-58.454-37.939-7.936 0-15.535 1.444-22.547 4.085l0.441-0.146-302.88 109.96c-24.751 9.254-42.065 32.678-42.12 60.153l-0 0.007v465.88c0 35.346 28.654 64 64 64v0h800c35.346 0 64-28.654 64-64v0-99.76c0-0.004 0-0.008 0-0.012 0-70.264-45.292-129.95-108.274-151.454l-1.126-0.334zM462.88 192l28.44 66.52-86.24 31.4c-12.403 4.595-21.082 16.324-21.082 30.080 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.003-0l-0 0c3.922-0.006 7.675-0.724 11.138-2.032l-0.218 0.072 89.6-32.56 18.96 44.28-66.4 24c-12.645 4.466-21.543 16.316-21.543 30.243 0 17.673 14.327 32 32 32 0.163 0 0.326-0.001 0.488-0.004l-0.025 0c3.922-0.006 7.675-0.724 11.138-2.032l-0.218 0.072 70.4-25.6c8.455 15.39 18.68 28.572 30.65 39.934l0.070 0.066-58.96 21.44c-12.462 4.565-21.194 16.323-21.194 30.12 0 17.673 14.327 32 32 32 0.040 0 0.080-0 0.12-0l-0.006 0c3.92-0.012 7.672-0.715 11.146-1.993l-0.226 0.073 112-40.72 227.48 75.8c29.403 10.039 51.985 33.121 61.135 62.16l0.185 0.68h-795.72v-337.88zM160 768v0-64h800v64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sneaker\"]},\"attrs\":[{}],\"properties\":{\"order\":26767,\"id\":221,\"name\":\"sneaker\",\"prevSize\":16,\"code\":60674},\"setIdx\":0,\"setId\":0,\"iconIdx\":1026},{\"icon\":{\"paths\":[\"M416 832c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM288 704c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM1024 768v32c0 35.346-28.654 64-64 64v0h-370.76c-0.038 0-0.082 0-0.127 0-17.525 0-33.397-7.074-44.917-18.523l0.003 0.003-429.44-416.16c-11.573-11.58-18.73-27.574-18.73-45.24s7.157-33.66 18.731-45.24l-0 0 256.6-257.040c11.426-11.019 26.997-17.808 44.153-17.808 17.697 0 33.707 7.223 45.242 18.882l0.006 0.006 32.84 33.12c10.857 10.872 17.824 25.631 18.634 42.010l0.006 0.15c4.52 91.52 68 153.24 165.24 161.080 32.838 2.906 58.41 30.23 58.52 63.549l0 0.011v97.2c0 70.692 57.308 128 128 128v0c88.366 0 160 71.634 160 160v0zM960 768c0-53.019-42.981-96-96-96v0c-0.067 0-0.147 0-0.227 0-39.405 0-76.019-11.953-106.413-32.431l0.679 0.431h-118.040c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h57.84c-10.901-18.435-18.976-39.947-22.956-62.862l-0.164-1.138h-66.72c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-65.2c-61.72-5.040-115.52-28-155.52-66.4-41.56-40-65.12-93.64-68-155.32v0l-33-33.080-255.48 256 429.24 415.92h370.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sneaker-move\"]},\"attrs\":[{}],\"properties\":{\"order\":26768,\"id\":220,\"name\":\"sneaker-move\",\"prevSize\":16,\"code\":60675},\"setIdx\":0,\"setId\":0,\"iconIdx\":1027},{\"icon\":{\"paths\":[\"M895.080 600.36c0.589 2.295 0.926 4.93 0.926 7.644 0 14.963-10.27 27.527-24.145 31.029l-0.221 0.047-98.56 24 25.84 96.44c0.693 2.485 1.092 5.34 1.092 8.287 0 14.733-9.956 27.14-23.507 30.861l-0.225 0.053c-2.462 0.738-5.301 1.2-8.236 1.279l-0.044 0.001c-14.716-0.014-27.105-9.96-30.827-23.495l-0.053-0.225-30.88-115.2-162.24-93.64v187.32l86.64 86.6c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l86.64-86.6v-187.32l-162.2 93.64-30.88 115.2c-3.777 13.77-16.182 23.72-30.91 23.72-0.003 0-0.007-0-0.010-0l0.001 0c-2.96-0.005-5.825-0.399-8.551-1.133l0.231 0.053c-13.776-3.773-23.732-16.181-23.732-30.913 0-2.947 0.398-5.801 1.144-8.511l-0.053 0.225 25.84-96.44-98.56-24c-14.096-3.551-24.365-16.116-24.365-31.080 0-17.676 14.329-32.005 32.005-32.005 2.712 0 5.346 0.337 7.861 0.973l-0.221-0.047 117.8 28.92 162.6-94.040-162.56-93.84-117.8 28.92c-2.266 0.585-4.866 0.92-7.546 0.92-0.033 0-0.066-0-0.099-0l0.005 0c-0.007 0-0.014 0-0.022 0-17.673 0-32-14.327-32-32 0-14.969 10.278-27.537 24.161-31.033l0.221-0.047 98.56-24-25.84-96.64c-0.692-2.483-1.089-5.335-1.089-8.28 0-17.678 14.331-32.009 32.009-32.009 14.734 0 27.142 9.954 30.867 23.505l0.053 0.225 30.88 115.2 162.2 93.64v-187.32l-86.64-86.6c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v-0l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-86.64 86.6v187.32l162.2-93.64 30.88-115.2c3.778-13.775 16.186-23.729 30.92-23.729 17.678 0 32.009 14.331 32.009 32.009 0 2.945-0.398 5.797-1.142 8.505l0.053-0.225-25.84 96.44 98.56 24c14.571 3.192 25.317 15.988 25.317 31.294 0 17.673-14.327 32-32 32-0.336 0-0.672-0.005-1.006-0.016l0.049 0.001c-0.028 0-0.061 0-0.094 0-2.679 0-5.28-0.336-7.763-0.967l0.217 0.047-117.8-28.92-162.56 93.84 162.56 93.84 117.8-28.92c2.295-0.589 4.93-0.926 7.644-0.926 14.963 0 27.527 10.27 31.029 24.145l0.047 0.221z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"snowflake\"]},\"attrs\":[{}],\"properties\":{\"order\":26769,\"id\":219,\"name\":\"snowflake\",\"prevSize\":16,\"code\":60676},\"setIdx\":0,\"setId\":0,\"iconIdx\":1028},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM818.080 685.68h-134.48l-37.040-51.040 50.52-147.12 60-19.56 104.96 80.52c-5.393 51.15-21.040 97.674-44.858 138.885l0.898-1.685zM162.080 548.48l104.76-80.48 60 19.56 50.52 147.12-36.96 51h-134.48c-22.946-39.521-38.62-86.044-43.908-135.669l-0.132-1.531zM202.080 345.92l22.040 74.4-61.28 46.76c5.922-45.198 19.629-86.108 39.793-122.983l-0.913 1.823zM436 608l-45.84-133.4 121.84-83.76 121.84 83.76-45.84 133.4zM800.28 420.32l22.040-74.4c19.251 35.052 32.958 75.962 38.689 119.387l0.191 1.773zM775.48 278.8l-38.040 128.32-60.28 19.56-133.16-91.52v-62.32l116.36-80c45.184 21.43 83.436 50.369 114.766 85.6l0.314 0.36zM584.28 167.48l-72.28 49.68-72.28-49.68c21.727-4.756 46.686-7.48 72.28-7.48s50.552 2.724 74.6 7.898l-2.32-0.418zM363.64 192.84l116.36 80v62.32l-133.12 91.52-60.28-19.56-38.040-128.32c31.644-35.591 69.896-64.53 112.939-85.041l2.141-0.919zM252.6 749.68h81.48l28.68 81.080c-43.033-20.533-79.582-47.783-109.927-80.823l-0.233-0.257zM440 856.52l-47.52-133.68 36.92-50.84h165.2l36.92 50.84-47.32 133.68c-21.703 4.758-46.633 7.484-72.2 7.484s-50.496-2.726-74.515-7.902l2.315 0.418zM661.44 830.76l28.68-81.080h81.48c-30.631 33.314-67.249 60.568-108.23 80.163l-2.13 0.917z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"soccer-ball\"]},\"attrs\":[{}],\"properties\":{\"order\":26770,\"id\":218,\"name\":\"soccer-ball\",\"prevSize\":16,\"code\":60677},\"setIdx\":0,\"setId\":0,\"iconIdx\":1029},{\"icon\":{\"paths\":[\"M512 512c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0zM192 288h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM416 736h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM918.64 649.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-105.36 105.4v-306.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 306.76l-105.36-105.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l160 160c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sort-ascending\"]},\"attrs\":[{}],\"properties\":{\"order\":26771,\"id\":217,\"name\":\"sort-ascending\",\"prevSize\":16,\"code\":60678},\"setIdx\":0,\"setId\":0,\"iconIdx\":1030},{\"icon\":{\"paths\":[\"M160 512c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0zM192 288h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM736 736h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM918.64 329.36l-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l105.36-105.4v306.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-306.76l105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sort-descending\"]},\"attrs\":[{}],\"properties\":{\"order\":26772,\"id\":216,\"name\":\"sort-descending\",\"prevSize\":16,\"code\":60679},\"setIdx\":0,\"setId\":0,\"iconIdx\":1031},{\"icon\":{\"paths\":[\"M96 480v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM192 352c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM320 320c-17.673 0-32 14.327-32 32v0 416c0 17.673 14.327 32 32 32s32-14.327 32-32v0-416c0-17.673-14.327-32-32-32v0zM448 192c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32s32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0zM891.36 425.36c-27.001-151.682-157.875-265.36-315.301-265.36-0.021 0-0.042 0-0.062 0l0.003-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.267-0.001 0.584-0.002 0.9-0.002 132.080 0 240.709 100.401 253.732 229.046l0.088 1.075c1.556 14.058 12.019 25.282 25.556 27.966l0.204 0.034c60.038 11.344 104.837 63.383 104.837 125.887 0 70.692-57.308 128-128 128-0.463 0-0.926-0.002-1.388-0.007l0.070 0.001h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c0.043 0 0.093 0 0.143 0 106.039 0 192-85.961 192-192 0-84.873-55.070-156.884-131.427-182.25l-1.356-0.39z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"soundcloud-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26773,\"id\":215,\"name\":\"soundcloud-logo\",\"prevSize\":16,\"code\":60680},\"setIdx\":0,\"setId\":0,\"iconIdx\":1032},{\"icon\":{\"paths\":[\"M526.32 67.4c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-16.4 8.2-401.68 203.96-401.68 476.6-0 0.027-0 0.059-0 0.091 0 123.712 100.288 224 224 224 25.995 0 50.956-4.428 74.17-12.571l-1.57 0.48-39.24 130.8c-0.857 2.753-1.351 5.919-1.351 9.2 0 17.67 14.322 31.995 31.991 32l256 0c17.669-0.005 31.991-14.33 31.991-32 0-3.281-0.494-6.447-1.411-9.427l0.060 0.227-39.24-130.8c21.644 7.663 46.605 12.091 72.6 12.091 123.712 0 224-100.288 224-224 0-0.032-0-0.064-0-0.096l0 0.005c0-272.64-385.28-468.4-401.68-476.6zM704 704c-0.004 0-0.009 0-0.014 0-40.338 0-77.189-14.927-105.331-39.559l0.185 0.159c-5.592-4.896-12.963-7.882-21.032-7.882-17.673 0-32 14.327-32 32 0 3.282 0.494 6.448 1.412 9.429l-0.060-0.227 49.84 166.080h-170l49.84-166.080c0.858-2.754 1.352-5.92 1.352-9.202 0-17.673-14.327-32-32-32-8.069 0-15.44 2.986-21.069 7.914l0.037-0.032c-27.959 24.48-64.816 39.412-105.16 39.412-88.366 0-160-71.634-160-160 0-0.004 0-0.009 0-0.013l-0 0.001c0-119.52 97.64-226.2 179.56-294.64 50.546-41.997 106.97-80.779 166.787-114.218l5.653-2.902c65.47 36.341 121.894 75.123 174.278 118.603l-1.838-1.483c148.4 124 179.56 228.68 179.56 294.64 0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"spade\"]},\"attrs\":[{}],\"properties\":{\"order\":26774,\"id\":214,\"name\":\"spade\",\"prevSize\":16,\"code\":60681},\"setIdx\":0,\"setId\":0,\"iconIdx\":1033},{\"icon\":{\"paths\":[\"M790.32 516.24l-206.44-76-76-206.6c-9.219-24.538-32.487-41.683-59.76-41.683s-50.541 17.145-59.615 41.244l-0.145 0.439-76.080 206.36-206.6 76c-24.538 9.219-41.683 32.487-41.683 59.76s17.145 50.541 41.244 59.615l0.439 0.145 206.32 76.48 76 206.48c9.219 24.538 32.487 41.683 59.76 41.683s50.541-17.145 59.615-41.244l0.145-0.439 76-206.44 206.6-76c24.538-9.219 41.683-32.487 41.683-59.76s-17.145-50.541-41.244-59.615l-0.439-0.145zM561.56 652c-17.55 6.569-31.151 20.17-37.576 37.282l-0.144 0.438-76 205.84-75.84-206c-6.573-17.455-20.105-30.987-37.123-37.415l-0.437-0.145-205.84-76 205.84-76c17.455-6.573 30.987-20.105 37.415-37.123l0.145-0.437 76-205.84 76 205.84c6.569 17.55 20.17 31.151 37.282 37.576l0.438 0.144 205.84 76zM576 160c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0zM992 352c0 17.673-14.327 32-32 32v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h32c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sparkle\"]},\"attrs\":[{}],\"properties\":{\"order\":26775,\"id\":213,\"name\":\"sparkle\",\"prevSize\":16,\"code\":60682},\"setIdx\":0,\"setId\":0,\"iconIdx\":1034},{\"icon\":{\"paths\":[\"M768 96h-512c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM768 864h-512v-704h512zM464 304c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM512 768c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM512 512c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-hifi\"]},\"attrs\":[{}],\"properties\":{\"order\":26776,\"id\":212,\"name\":\"speaker-hifi\",\"prevSize\":16,\"code\":60683},\"setIdx\":0,\"setId\":0,\"iconIdx\":1035},{\"icon\":{\"paths\":[\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.2v-288.72l224-174.2zM792 406.24c24.798 28.047 39.938 65.135 39.938 105.76s-15.14 77.713-40.086 105.931l0.148-0.171c-5.875 6.438-14.301 10.462-23.666 10.462-17.673 0-32-14.327-32-32 0-7.953 2.901-15.228 7.702-20.825l-0.036 0.043c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-4.765-5.554-7.666-12.829-7.666-20.782 0-17.673 14.327-32 32-32 9.366 0 17.792 4.024 23.644 10.437l0.023 0.025zM992 512c0 0.055 0 0.121 0 0.186 0 82.050-30.919 156.878-81.741 213.47l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.45-45.080 65.183-104.982 65.183-170.66s-24.733-125.58-65.394-170.899l0.211 0.239c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.56 56.257 81.48 131.051 81.48 213.067 0 0.089-0 0.178-0 0.267l0-0.014z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-high\"]},\"attrs\":[{}],\"properties\":{\"order\":26777,\"id\":211,\"name\":\"speaker-high\",\"prevSize\":16,\"code\":60684},\"setIdx\":0,\"setId\":0,\"iconIdx\":1036},{\"icon\":{\"paths\":[\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.2v-288.72l224-174.2zM832 512c0 0.034 0 0.075 0 0.116 0 40.624-15.166 77.705-40.145 105.891l0.145-0.167c-5.875 6.438-14.301 10.462-23.666 10.462-17.673 0-32-14.327-32-32 0-7.953 2.901-15.228 7.702-20.825l-0.036 0.043c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-5.168-5.663-8.334-13.231-8.334-21.538 0-17.673 14.327-32 32-32 9.721 0 18.429 4.334 24.298 11.175l0.036 0.043c24.803 28.020 39.961 65.076 40 105.672l0 0.008z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-low\"]},\"attrs\":[{}],\"properties\":{\"order\":26778,\"id\":210,\"name\":\"speaker-low\",\"prevSize\":16,\"code\":60685},\"setIdx\":0,\"setId\":0,\"iconIdx\":1037},{\"icon\":{\"paths\":[\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.2v-288.72l224-174.2z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-none\"]},\"attrs\":[{}],\"properties\":{\"order\":26779,\"id\":209,\"name\":\"speaker-none\",\"prevSize\":16,\"code\":60686},\"setIdx\":0,\"setId\":0,\"iconIdx\":1038},{\"icon\":{\"paths\":[\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8zM800 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-simple-high\"]},\"attrs\":[{}],\"properties\":{\"order\":26780,\"id\":208,\"name\":\"speaker-simple-high\",\"prevSize\":16,\"code\":60687},\"setIdx\":0,\"setId\":0,\"iconIdx\":1039},{\"icon\":{\"paths\":[\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8zM800 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-simple-low\"]},\"attrs\":[{}],\"properties\":{\"order\":26781,\"id\":207,\"name\":\"speaker-simple-low\",\"prevSize\":16,\"code\":60688},\"setIdx\":0,\"setId\":0,\"iconIdx\":1040},{\"icon\":{\"paths\":[\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-simple-none\"]},\"attrs\":[{}],\"properties\":{\"order\":26782,\"id\":206,\"name\":\"speaker-simple-none\",\"prevSize\":16,\"code\":60689},\"setIdx\":0,\"setId\":0,\"iconIdx\":1041},{\"icon\":{\"paths\":[\"M736 608v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-168.32-185.16v195.64c-0.014 17.663-14.335 31.976-32 31.976-7.435 0-14.277-2.535-19.71-6.789l0.070 0.053-279.36-217.24h-181c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h166.2l-125.88-138.48c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM576 629.96l-223.6-245.96h-224.4v256h192c0.015-0 0.034-0 0.052-0 7.422 0 14.249 2.546 19.656 6.811l-0.067-0.051 236.36 183.8zM468.24 277.24l107.76-84v233.88c0 17.673 14.327 32 32 32s32-14.327 32-32v0-299.12c-0.014-17.663-14.335-31.976-32-31.976-7.435 0-14.277 2.535-19.71 6.789l0.070-0.053-159.4 124c-7.345 5.914-12.004 14.904-12.004 24.984 0 17.673 14.327 32 32 32 7.277 0 13.987-2.429 19.363-6.521l-0.079 0.057z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-simple-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26783,\"id\":205,\"name\":\"speaker-simple-slash\",\"prevSize\":16,\"code\":60690},\"setIdx\":0,\"setId\":0,\"iconIdx\":1042},{\"icon\":{\"paths\":[\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM576 830.56l-236.36-183.8c-5.34-4.214-12.167-6.76-19.588-6.76-0.018 0-0.036 0-0.055 0l0.003-0h-192v-256h192c0.015 0 0.034 0 0.052 0 7.422 0 14.249-2.546 19.656-6.811l-0.067 0.051 236.36-183.8zM982.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-simple-x\"]},\"attrs\":[{}],\"properties\":{\"order\":26784,\"id\":204,\"name\":\"speaker-simple-x\",\"prevSize\":16,\"code\":60691},\"setIdx\":0,\"setId\":0,\"iconIdx\":1043},{\"icon\":{\"paths\":[\"M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 125.88 138.48h-166.2c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-195.64l168.32 185.16c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM128 384h160v256h-160zM576 830.56l-224-174.2v-272.8l224 246.4zM744 575.48c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-5.384-5.713-8.693-13.434-8.693-21.927 0-17.673 14.327-32 32-32 9.917 0 18.781 4.511 24.651 11.594l0.043 0.053c24.798 28.047 39.938 65.135 39.938 105.76s-15.14 77.713-40.086 105.931l0.148-0.171c-5.894 6.655-14.459 10.829-24 10.829-17.678 0-32.009-14.331-32.009-32.009 0-8.138 3.037-15.566 8.038-21.214l-0.029 0.034zM423.36 271.48c-4.211-5.367-6.753-12.217-6.753-19.662 0-10.235 4.805-19.348 12.283-25.206l0.070-0.053 159.4-124c5.363-4.201 12.206-6.736 19.64-6.736 17.673 0 32 14.327 32 32 0 0.062-0 0.124-0.001 0.186l0-0.009v299.32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-233.88l-107.76 84c-5.345 4.153-12.15 6.658-19.54 6.658-10.282 0-19.432-4.849-25.286-12.386l-0.054-0.072zM992 512c0 0.055 0 0.121 0 0.186 0 82.050-30.919 156.878-81.741 213.47l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.45-45.080 65.183-104.982 65.183-170.66s-24.733-125.58-65.394-170.899l0.211 0.239c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.56 56.257 81.48 131.051 81.48 213.067 0 0.089-0 0.178-0 0.267l0-0.014z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26785,\"id\":203,\"name\":\"speaker-slash\",\"prevSize\":16,\"code\":60692},\"setIdx\":0,\"setId\":0,\"iconIdx\":1044},{\"icon\":{\"paths\":[\"M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160zM576 830.56l-224-174.2v-288.72l224-174.2zM982.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"speaker-x\"]},\"attrs\":[{}],\"properties\":{\"order\":26786,\"id\":202,\"name\":\"speaker-x\",\"prevSize\":16,\"code\":60693},\"setIdx\":0,\"setId\":0,\"iconIdx\":1045},{\"icon\":{\"paths\":[\"M544 128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM693 363c8.845-0.004 16.85-3.596 22.639-9.399l0.001-0.001 90.52-90.48c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-90.48 90.52c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.668 14.318 31.992 31.984 32l0.001 0zM896 480h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM715.64 670.4c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 90.48 90.52c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM308.36 670.4l-90.52 90.48c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l90.48-90.52c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013zM288 512c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM263.12 217.84c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l90.52 90.48c5.727 5.449 13.492 8.801 22.041 8.801 17.673 0 32-14.327 32-32 0-8.548-3.352-16.314-8.813-22.054l0.013 0.013z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"spinner\"]},\"attrs\":[{}],\"properties\":{\"order\":26787,\"id\":201,\"name\":\"spinner\",\"prevSize\":16,\"code\":60694},\"setIdx\":0,\"setId\":0,\"iconIdx\":1046},{\"icon\":{\"paths\":[\"M544 128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 480h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM715.64 670.4c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 90.48 90.52c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM308.36 670.4l-90.52 90.48c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l90.48-90.52c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013zM288 512c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM263.12 217.84c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l90.52 90.48c5.727 5.449 13.492 8.801 22.041 8.801 17.673 0 32-14.327 32-32 0-8.548-3.352-16.314-8.813-22.054l0.013 0.013z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"spinner-gap\"]},\"attrs\":[{}],\"properties\":{\"order\":26788,\"id\":200,\"name\":\"spinner-gap\",\"prevSize\":16,\"code\":60695},\"setIdx\":0,\"setId\":0,\"iconIdx\":1047},{\"icon\":{\"paths\":[\"M992 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0.205 176.648 143.351 319.795 319.98 320l0.020 0c158.985-0.182 287.818-129.015 288-287.983l0-0.017c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0.114 105.993 86.007 191.886 191.989 192l0.011 0c88.366 0 160-71.634 160-160v0c0-70.692-57.308-128-128-128v0c-53.019 0-96 42.981-96 96v0c0 35.346 28.654 64 64 64v0c17.673 0 32-14.327 32-32v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c35.346 0 64 28.654 64 64v0c0 53.019-42.981 96-96 96v0c-70.692 0-128-57.308-128-128v0c0-88.366 71.634-160 160-160v0c105.993 0.114 191.886 86.007 192 191.989l0 0.011c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015c0.182-158.985 129.015-287.818 287.983-288l0.017-0c176.648 0.205 319.795 143.351 320 319.98l0 0.020c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0c-211.976-0.25-383.75-172.023-384-383.976l-0-0.024c0.25-229.65 186.35-415.75 415.976-416l0.024-0c247.314 0.273 447.727 200.686 448 447.974l0 0.026z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"spiral\"]},\"attrs\":[{}],\"properties\":{\"order\":26789,\"id\":199,\"name\":\"spiral\",\"prevSize\":16,\"code\":60696},\"setIdx\":0,\"setId\":0,\"iconIdx\":1048},{\"icon\":{\"paths\":[\"M448 192v640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288h-210.76l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378v-0l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h0l-73.4 73.36h210.76v-288c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM950.64 489.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l73.4 73.36h-210.76v-288c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h210.76l-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"split-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":26790,\"id\":198,\"name\":\"split-horizontal\",\"prevSize\":16,\"code\":60697},\"setIdx\":0,\"setId\":0,\"iconIdx\":1049},{\"icon\":{\"paths\":[\"M864 608c0 17.673-14.327 32-32 32v0h-288v210.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-210.76h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM192 448h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288v-210.76l73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64h-0l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v0l73.36-73.4v210.76h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"split-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":26791,\"id\":197,\"name\":\"split-vertical\",\"prevSize\":16,\"code\":60698},\"setIdx\":0,\"setId\":0,\"iconIdx\":1050},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM636.28 678.96c-5.484 10.208-16.087 17.031-28.283 17.031-5.472 0-10.623-1.373-15.128-3.795l0.171 0.084c-23.44-12.845-51.358-20.401-81.040-20.401s-57.6 7.556-81.934 20.848l0.894-0.447c-4.185 2.15-9.132 3.41-14.374 3.41-17.673 0-32-14.327-32-32 0-11.965 6.567-22.397 16.294-27.887l0.16-0.083c32.149-17.345 70.364-27.538 110.96-27.538s78.811 10.193 112.225 28.159l-1.265-0.622c10.208 5.484 17.031 16.087 17.031 28.283 0 5.472-1.373 10.623-3.795 15.128l0.084-0.171zM764.28 454.96c-5.499 10.157-16.074 16.939-28.234 16.939-5.523 0-10.72-1.399-15.254-3.863l0.168 0.084c-60.452-33.013-132.419-52.427-208.92-52.427s-148.468 19.414-211.243 53.585l2.323-1.157c-4.365 2.377-9.559 3.774-15.080 3.774-17.681 0-32.014-14.333-32.014-32.014 0-12.16 6.78-22.737 16.765-28.156l0.169-0.084c69.185-37.752 151.54-59.953 239.080-59.953s169.896 22.2 241.743 61.278l-2.663-1.325c10.158 5.498 16.941 16.075 16.941 28.235 0 5.555-1.415 10.779-3.905 15.332l0.084-0.167zM700.28 566.96c-5.496 10.165-16.076 16.954-28.242 16.954-5.504 0-10.684-1.39-15.207-3.837l0.169 0.084c-41.963-22.825-91.894-36.245-144.96-36.245s-102.997 13.42-146.585 37.051l1.625-0.806c-4.232 2.207-9.243 3.502-14.556 3.502-17.673 0-32-14.327-32-32 0-11.974 6.577-22.413 16.316-27.899l0.16-0.083c50.672-27.554 110.964-43.755 175.040-43.755s124.368 16.2 177.003 44.728l-1.963-0.973c10.166 5.496 16.956 16.077 16.956 28.243 0 5.536-1.406 10.743-3.879 15.285l0.084-0.168z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"spotify-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26792,\"id\":196,\"name\":\"spotify-logo\",\"prevSize\":16,\"code\":60699},\"setIdx\":0,\"setId\":0,\"iconIdx\":1051},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"square\"]},\"attrs\":[{}],\"properties\":{\"order\":26793,\"id\":195,\"name\":\"square\",\"prevSize\":16,\"code\":60700},\"setIdx\":0,\"setId\":0,\"iconIdx\":1052},{\"icon\":{\"paths\":[\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM544 480h256v64h-256zM544 416v-64h256v64zM544 608h256v64h-256zM800 288h-256v-64h256zM224 224h256v576h-256zM800 800h-256v-64h256v64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"square-half\"]},\"attrs\":[{}],\"properties\":{\"order\":26794,\"id\":194,\"name\":\"square-half\",\"prevSize\":16,\"code\":60701},\"setIdx\":0,\"setId\":0,\"iconIdx\":1053},{\"icon\":{\"paths\":[\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 224v256h-576v-256zM416 544v256h-64v-256zM480 544h64v256h-64zM608 544h64v256h-64zM224 544h64v256h-64zM800 800h-64v-256h64v256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"square-half-bottom\"]},\"attrs\":[{}],\"properties\":{\"order\":26795,\"id\":193,\"name\":\"square-half-bottom\",\"prevSize\":16,\"code\":60702},\"setIdx\":0,\"setId\":0,\"iconIdx\":1054},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM640 352h-256c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM608 608h-192v-192h192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"square-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26796,\"id\":192,\"name\":\"square-logo\",\"prevSize\":16,\"code\":60703},\"setIdx\":0,\"setId\":0,\"iconIdx\":1055},{\"icon\":{\"paths\":[\"M416 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 416h-192v-192h192v192zM800 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 416h-192v-192h192v192zM416 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 800h-192v-192h192v192zM800 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 800h-192v-192h192v192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"squares-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26797,\"id\":191,\"name\":\"squares-four\",\"prevSize\":16,\"code\":60704},\"setIdx\":0,\"setId\":0,\"iconIdx\":1056},{\"icon\":{\"paths\":[\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM224 224h256v576h-256zM800 800h-256v-576h256v576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"square-split-horizontal\"]},\"attrs\":[{}],\"properties\":{\"order\":26798,\"id\":190,\"name\":\"square-split-horizontal\",\"prevSize\":16,\"code\":60705},\"setIdx\":0,\"setId\":0,\"iconIdx\":1057},{\"icon\":{\"paths\":[\"M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 224v256h-576v-256zM800 800h-576v-256h576v256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"square-split-vertical\"]},\"attrs\":[{}],\"properties\":{\"order\":26799,\"id\":189,\"name\":\"square-split-vertical\",\"prevSize\":16,\"code\":60706},\"setIdx\":0,\"setId\":0,\"iconIdx\":1058},{\"icon\":{\"paths\":[\"M923.64 688c2.687 4.584 4.274 10.095 4.274 15.977 0 11.747-6.33 22.016-15.765 27.581l-0.149 0.081-384 224c-4.618 2.738-10.18 4.357-16.12 4.357s-11.502-1.618-16.269-4.438l0.149 0.081-384-224c-9.361-5.696-15.518-15.843-15.518-27.429 0-17.673 14.327-32 32-32 5.793 0 11.226 1.539 15.913 4.231l-0.156-0.082 368 214.6 368-214.6c4.584-2.687 10.095-4.274 15.977-4.274 11.747 0 22.016 6.33 27.581 15.765l0.081 0.149zM880 484.36l-368 214.6-368-214.6c-4.157-2.115-9.065-3.354-14.263-3.354-17.673 0-32 14.327-32 32 0 11.063 5.614 20.815 14.148 26.562l0.114 0.072 384 224c4.618 2.738 10.18 4.357 16.12 4.357s11.502-1.618 16.269-4.438l-0.149 0.081 384-224c9.768-5.603 16.242-15.971 16.242-27.851 0-17.673-14.327-32-32-32-6.088 0-11.779 1.7-16.624 4.651l0.141-0.080zM96 320c0.028-11.754 6.388-22.016 15.849-27.558l0.151-0.082 384-224c4.618-2.738 10.18-4.357 16.12-4.357s11.502 1.618 16.269 4.438l-0.149-0.081 384 224c9.562 5.652 15.875 15.909 15.875 27.64s-6.313 21.988-15.726 27.559l-0.148 0.081-384 224c-4.618 2.738-10.18 4.357-16.12 4.357s-11.502-1.618-16.269-4.438l0.149 0.081-384-224c-9.612-5.624-15.972-15.886-16-27.636l-0-0.004zM191.52 320l320.48 186.96 320.48-186.96-320.48-186.96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stack\"]},\"attrs\":[{}],\"properties\":{\"order\":26800,\"id\":188,\"name\":\"stack\",\"prevSize\":16,\"code\":60707},\"setIdx\":0,\"setId\":0,\"iconIdx\":1059},{\"icon\":{\"paths\":[\"M864 608.36v255.64c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-255.64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 223.64h576v-223.64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM352 736.36h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM371.52 524.36l309.080 82.72c2.494 0.71 5.359 1.119 8.319 1.12l0.001 0c17.563-0.144 31.746-14.415 31.746-31.999 0-14.636-9.826-26.977-23.24-30.786l-0.226-0.055-309.2-82.92c-3.296-1.255-7.107-1.982-11.088-1.982-17.673 0-32 14.327-32 32 0 15.768 11.405 28.873 26.416 31.514l0.192 0.028zM445.32 324.64l277.12 160c4.59 2.696 10.11 4.289 16.002 4.289 11.786 0 22.083-6.371 27.636-15.857l0.082-0.151c2.675-4.576 4.254-10.075 4.254-15.942 0-11.771-6.356-22.058-15.823-27.616l-0.15-0.082-277.12-160.2c-4.86-3.133-10.796-4.995-17.167-4.995-17.673 0-32 14.327-32 32 0 12.25 6.884 22.893 16.994 28.271l0.173 0.084zM794.64 376.64c5.801 5.811 13.821 9.406 22.68 9.406 17.699 0 32.046-14.348 32.046-32.046 0-8.839-3.579-16.843-9.367-22.64l0 0-226.28-226c-5.729-5.461-13.503-8.821-22.062-8.821-17.673 0-32 14.327-32 32 0 8.539 3.344 16.296 8.795 22.034l-0.013-0.014z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stack-overflow-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26801,\"id\":187,\"name\":\"stack-overflow-logo\",\"prevSize\":16,\"code\":60708},\"setIdx\":0,\"setId\":0,\"iconIdx\":1060},{\"icon\":{\"paths\":[\"M48 444l448 256c4.561 2.653 10.038 4.218 15.88 4.218s11.319-1.566 16.033-4.3l-0.153 0.082 448-256c9.718-5.615 16.152-15.956 16.152-27.8s-6.434-22.185-15.998-27.718l-0.154-0.082-448-256c-4.561-2.653-10.038-4.218-15.88-4.218s-11.319 1.566-16.033 4.3l0.153-0.082-448 256c-9.718 5.615-16.152 15.956-16.152 27.8s6.434 22.185 15.998 27.718l0.154 0.082zM512 196.84l383.48 219.16-383.48 219.16-383.48-219.16zM987.76 560c2.766 4.636 4.401 10.225 4.401 16.195 0 11.847-6.438 22.191-16.007 27.723l-0.154 0.082-448 256c-4.561 2.653-10.038 4.218-15.88 4.218s-11.319-1.566-16.033-4.3l0.153 0.082-448.24-256c-9.727-5.654-16.162-16.025-16.162-27.9 0-17.763 14.4-32.162 32.162-32.162 5.888 0 11.406 1.582 16.153 4.345l-0.153-0.082 432 246.96 432-246.96c4.589-2.695 10.108-4.286 15.998-4.286 11.817 0 22.138 6.405 27.68 15.933l0.082 0.153z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stack-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26802,\"id\":186,\"name\":\"stack-simple\",\"prevSize\":16,\"code\":60709},\"setIdx\":0,\"setId\":0,\"iconIdx\":1061},{\"icon\":{\"paths\":[\"M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM608 576h192v96h-352v-96zM640 512v-96h160v96zM800 160v192h-192c-17.673 0-32 14.327-32 32v0 128h-160c-17.673 0-32 14.327-32 32v0 128h-160v-512zM800 864h-576v-128h576v128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stairs\"]},\"attrs\":[{}],\"properties\":{\"order\":26803,\"id\":185,\"name\":\"stairs\",\"prevSize\":16,\"code\":60710},\"setIdx\":0,\"setId\":0,\"iconIdx\":1062},{\"icon\":{\"paths\":[\"M896 896c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM896 576v160c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h225.72l-62.84-293.16c-1.809-8.067-2.846-17.333-2.846-26.84 0-70.68 57.288-127.981 127.964-128l64.002-0c0.002-0 0.004-0 0.006-0 70.692 0 128 57.308 128 128 0 9.507-1.037 18.773-3.003 27.689l0.157-0.849-62.88 293.16h225.72c35.346 0 64 28.654 64 64v0zM483.16 512h57.68l65.72-306.6c0.902-4.028 1.419-8.654 1.419-13.4 0-35.339-28.642-63.988-63.977-64l-64.001-0c-0.005-0-0.012-0-0.019-0-35.346 0-64 28.654-64 64 0 4.746 0.517 9.372 1.497 13.824l-0.078-0.424zM832 736v-160h-640v160h640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stamp\"]},\"attrs\":[{}],\"properties\":{\"order\":26804,\"id\":184,\"name\":\"stamp\",\"prevSize\":16,\"code\":60711},\"setIdx\":0,\"setId\":0,\"iconIdx\":1063},{\"icon\":{\"paths\":[\"M956.8 389.16c-7.996-24.113-29.299-41.639-54.991-43.982l-0.249-0.018-237.56-20.48-93.12-221.44c-9.879-23.235-32.511-39.232-58.88-39.232s-49.001 15.997-58.722 38.815l-0.158 0.417-92.84 221.44-237.84 20.6c-32.964 2.853-58.641 30.315-58.641 63.775 0 19.332 8.571 36.662 22.121 48.397l0.080 0.068 180.44 157.68-54.080 234.16c-1.064 4.369-1.675 9.386-1.675 14.545 0 35.346 28.654 64 64 64 12.204 0 23.611-3.416 33.316-9.344l-0.281 0.16 204-124 204.44 124c9.424 5.769 20.83 9.185 33.035 9.185 35.346 0 64-28.654 64-64 0-5.159-0.61-10.175-1.763-14.981l0.088 0.436-54.040-234.4 180.4-157.44c13.579-11.8 22.115-29.099 22.115-48.391 0-7.14-1.169-14.008-3.327-20.421l0.132 0.451zM895.92 409.16l-180.4 157.44c-13.509 11.797-21.996 29.051-21.996 48.288 0 5.162 0.611 10.181 1.765 14.989l-0.088-0.436 54.2 234.56-204.28-124c-9.423-5.827-20.848-9.28-33.080-9.28s-23.657 3.453-33.354 9.437l0.274-0.157-204 124 53.84-234.4c1.065-4.372 1.676-9.391 1.676-14.552 0-19.237-8.487-36.491-21.921-48.223l-0.075-0.065-180.48-157.36c-0.007-0.054-0.011-0.117-0.011-0.18s0.004-0.126 0.012-0.187l-0.001 0.007 237.76-20.56c24.115-2.188 44.197-17.46 53.241-38.583l0.159-0.417 92.84-221.16 92.8 221.16c9.203 21.54 29.285 36.812 53.151 38.982l0.249 0.018 237.8 20.56s0 0.24 0 0.28z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"star\"]},\"attrs\":[{}],\"properties\":{\"order\":26805,\"id\":183,\"name\":\"star\",\"prevSize\":16,\"code\":60712},\"setIdx\":0,\"setId\":0,\"iconIdx\":1064},{\"icon\":{\"paths\":[\"M622.56 797.12c-104.519-54.096-174.719-161.41-174.719-285.12s70.2-231.024 172.938-284.28l1.781-0.84c10.439-5.414 17.448-16.138 17.448-28.5s-7.009-23.086-17.271-28.416l-0.178-0.084c-50.382-26.395-110.061-41.882-173.357-41.882-0.423 0-0.846 0.001-1.268 0.002l0.065-0c-212.077 0-384 171.923-384 384s171.923 384 384 384v0c0.357 0.001 0.78 0.002 1.203 0.002 63.296 0 122.975-15.487 175.455-42.878l-2.097 0.997c10.439-5.414 17.448-16.138 17.448-28.5s-7.009-23.086-17.271-28.416l-0.178-0.084zM448 832c-176.493-0.314-319.448-143.462-319.448-320 0-176.731 143.269-320 320-320 31.728 0 62.377 4.617 91.312 13.217l-2.264-0.577c-93.69 70.863-153.6 182.115-153.6 307.36s59.91 236.496 152.636 306.661l0.964 0.699c-26.641 8.023-57.256 12.641-88.95 12.641-0.229 0-0.457-0-0.686-0.001l0.035 0zM1004.68 482.6l-106-45.72-9.24-119.36c-1.344-16.558-15.113-29.485-31.901-29.485-9.898 0-18.747 4.494-24.617 11.553l-0.042 0.052-74.36 90.040-110.84-27.4c-2.296-0.589-4.933-0.927-7.648-0.927-17.673 0-32 14.327-32 32 0 5.975 1.638 11.568 4.489 16.354l-0.081-0.147 60.28 102.44-60.28 102.44c-2.77 4.639-4.408 10.232-4.408 16.207 0 17.673 14.327 32 32 32 2.715 0 5.352-0.338 7.869-0.975l-0.221 0.047 110.84-27.4 74.36 90.040c5.912 7.111 14.761 11.605 24.659 11.605 16.788 0 30.557-12.928 31.894-29.372l0.007-0.114 9.24-119.36 106-45.72c11.486-5.028 19.365-16.294 19.365-29.4s-7.879-24.372-19.16-29.32l-0.206-0.080zM855.56 536c-10.706 4.717-18.245 14.835-19.193 26.808l-0.007 0.112-4.6 59.56-36.72-44.44c-5.911-7.13-14.769-11.638-24.68-11.64l-0-0c-2.73 0.011-5.377 0.346-7.91 0.968l0.23-0.048-56.48 14 31.24-53.080c2.782-4.647 4.427-10.251 4.427-16.24s-1.645-11.593-4.508-16.386l0.081 0.146-31.24-53.080 56.48 14c2.301 0.592 4.943 0.931 7.663 0.931 9.919 0 18.784-4.513 24.654-11.598l0.043-0.053 36.72-44.44 4.6 59.56c0.955 12.085 8.494 22.203 18.995 26.839l0.205 0.081 55.68 24z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"star-and-crescent\"]},\"attrs\":[{}],\"properties\":{\"order\":26806,\"id\":182,\"name\":\"star-and-crescent\",\"prevSize\":16,\"code\":60713},\"setIdx\":0,\"setId\":0,\"iconIdx\":1065},{\"icon\":{\"paths\":[\"M918 452l-253.72-92-92.28-254c-9.309-24.575-32.651-41.729-60-41.729s-50.69 17.154-59.853 41.289l-0.147 0.44-92 253.72-254 92.28c-24.575 9.309-41.729 32.651-41.729 60s17.154 50.69 41.289 59.853l0.44 0.147 253.72 92 92.28 254c9.309 24.575 32.651 41.729 60 41.729s50.69-17.154 59.853-41.289l0.147-0.44 92.28-253.76 253.72-92.24c24.575-9.309 41.729-32.651 41.729-60s-17.154-50.69-41.289-59.853l-0.44-0.147zM642.28 604c-17.771 6.619-31.541 20.39-38.015 37.718l-0.145 0.442-92.12 253.44-92-253.32c-6.616-17.841-20.439-31.664-37.838-38.136l-0.442-0.144-253.32-92 253.32-92c17.841-6.616 31.664-20.439 38.136-37.838l0.144-0.442 92-253.32 92 253.32c6.619 17.771 20.39 31.541 37.718 38.015l0.442 0.145 253.32 92z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"star-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26807,\"id\":181,\"name\":\"star-four\",\"prevSize\":16,\"code\":60714},\"setIdx\":0,\"setId\":0,\"iconIdx\":1066},{\"icon\":{\"paths\":[\"M938 457.52l-20.92 18.48c-5.805 5.879-13.864 9.52-22.774 9.52-17.673 0-32-14.327-32-32 0-10.386 4.948-19.617 12.616-25.463l0.078-0.057 20.92-18.28s0 0 0-0.28l-34.68-3c-16.519-1.457-29.377-15.227-29.377-32 0-17.738 14.379-32.117 32.117-32.117 0.965 0 1.919 0.043 2.862 0.126l-0.122-0.009 34.8 3c32.983 2.832 58.683 30.304 58.683 63.779 0 19.351-8.589 36.697-22.162 48.433l-0.081 0.069zM695.2 629.52l11.44 49.64c3.389 14.314 16.060 24.801 31.18 24.801 17.673 0 32.001-14.327 32.001-32.001 0-2.553-0.299-5.037-0.864-7.417l0.044 0.217-11.4-49.88 31.44-27.44c6.736-5.898 10.967-14.515 10.967-24.12 0-17.677-14.33-32.007-32.007-32.007-8.072 0-15.446 2.988-21.077 7.919l0.037-0.032-31.44 27.48c-13.519 11.797-22.012 29.057-22.012 48.301 0 5.186 0.617 10.227 1.781 15.056l-0.089-0.437zM544 204.6v534.64l1.080 0.6 47.52 28.88c9.296 5.71 15.402 15.822 15.402 27.36 0 17.674-14.328 32.002-32.002 32.002-6.136 0-11.869-1.727-16.739-4.721l0.139 0.079-47.4-28.88-204 124c-9.424 5.769-20.83 9.185-33.035 9.185-35.346 0-64-28.654-64-64 0-5.159 0.61-10.175 1.763-14.981l-0.088 0.436 53.8-234-180.44-157.68c-13.655-11.804-22.243-29.15-22.243-48.501 0-33.475 25.7-60.947 58.445-63.762l0.238-0.017 237.84-20.56 92.84-221.44c9.879-23.235 32.511-39.232 58.88-39.232s49.001 15.997 58.722 38.815l0.158 0.417 93.12 221.44 42.96 3.72c16.511 1.467 29.359 15.233 29.359 32 0 17.739-14.38 32.119-32.119 32.119-0.972 0-1.933-0.043-2.883-0.128l0.123 0.009-43.040-3.72c-24.115-2.188-44.197-17.46-53.241-38.583l-0.159-0.417zM478.92 740l1.080-0.6v-534.8l-60.8 144.88c-9.203 21.54-29.285 36.812-53.151 38.982l-0.249 0.018-237.8 20.52c-0.006 0.060-0.009 0.13-0.009 0.2s0.003 0.14 0.009 0.209l-0.001-0.009 180.52 157.36c13.49 11.795 21.963 29.038 21.963 48.259 0 5.172-0.614 10.201-1.772 15.018l0.089-0.436-54.080 234.16zM798.56 793c-3.397-14.307-16.065-24.785-31.18-24.785-17.676 0-32.005 14.329-32.005 32.005 0 2.561 0.301 5.051 0.869 7.438l-0.044-0.218 13.2 56.56-44.76-27.2c-4.736-2.921-10.476-4.652-16.62-4.652-17.68 0-32.012 14.332-32.012 32.012 0 11.536 6.102 21.647 15.254 27.281l0.139 0.079 44.92 27.28c9.424 5.769 20.83 9.185 33.035 9.185 35.346 0 64-28.654 64-64 0-5.159-0.61-10.175-1.763-14.981l0.088 0.436z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"star-half\"]},\"attrs\":[{}],\"properties\":{\"order\":26808,\"id\":180,\"name\":\"star-half\",\"prevSize\":16,\"code\":60715},\"setIdx\":0,\"setId\":0,\"iconIdx\":1067},{\"icon\":{\"paths\":[\"M804.84 512l119.16-208c2.696-4.59 4.288-10.11 4.288-16.001 0-17.673-14.327-32-32-32-0.101 0-0.202 0-0.303 0.001l0.015-0h-237.4l-118.6-208c-5.615-9.718-15.956-16.152-27.8-16.152s-22.185 6.434-27.718 15.998l-0.082 0.154-119.080 208h-237.32c-0.026-0-0.057-0-0.087-0-17.673 0-32 14.327-32 32 0 5.891 1.592 11.41 4.369 16.151l-0.082-0.151 118.88 208-118.88 208c-2.696 4.59-4.288 10.11-4.288 16.001 0 17.673 14.327 32 32 32 0.101 0 0.202-0 0.303-0.001l-0.015 0h237.12l118.88 208c5.615 9.718 15.956 16.152 27.8 16.152s22.185-6.434 27.718-15.998l0.082-0.154 118.8-208h237.4c0.086 0.001 0.187 0.001 0.288 0.001 17.673 0 32-14.327 32-32 0-5.892-1.592-11.411-4.37-16.152l0.082 0.151zM840.84 320l-72.84 127.52-72.84-127.52zM731.16 512l-109.68 192h-219l-109.68-192 109.68-192h219zM512 128.48l72.88 127.52h-145.8zM183.12 320h145.64l-72.76 127.52zM183.12 703.68l72.88-127.2 72.76 127.52zM512 895.52l-72.92-127.52h145.8zM695.16 704l72.84-127.52 72.84 127.52z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"star-of-david\"]},\"attrs\":[{}],\"properties\":{\"order\":26809,\"id\":179,\"name\":\"star-of-david\",\"prevSize\":16,\"code\":60716},\"setIdx\":0,\"setId\":0,\"iconIdx\":1068},{\"icon\":{\"paths\":[\"M512 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM160 512v1.32c94.199-80.401 217.386-129.32 352-129.32s257.801 48.919 352.755 129.949l-0.755-0.629v-1.32c0-194.404-157.596-352-352-352s-352 157.596-352 352v0zM430 854.32l-68.2-182.32h-163.28c47.132 90.58 129.808 157.167 229.049 181.809l2.431 0.511zM512 864c3.32 0 6.64 0 9.96 0l80.28-214.28c9.428-24.456 32.716-41.503 59.993-41.56l0.007-0h188.48c1.52-5.24 2.88-10.56 4-16-87.188-88.904-208.558-144.012-342.8-144.012s-255.613 55.108-342.725 143.935l-0.075 0.077c1.24 5.36 2.6 10.68 4 16h188.68c27.289 0.076 50.575 17.135 59.851 41.16l0.149 0.44 80 214.24c3.44-0 6.8-0 10.2-0zM825.48 672h-163.28l-68.36 182.36c101.745-25.115 184.487-91.728 230.713-180.406l0.927-1.954z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"steering-wheel\"]},\"attrs\":[{}],\"properties\":{\"order\":26810,\"id\":178,\"name\":\"steering-wheel\",\"prevSize\":16,\"code\":60717},\"setIdx\":0,\"setId\":0,\"iconIdx\":1069},{\"icon\":{\"paths\":[\"M992 224c0 17.673-14.327 32-32 32v0h-192v160c0 17.673-14.327 32-32 32v0h-192v160c0 17.673-14.327 32-32 32v0h-192v160c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"steps\"]},\"attrs\":[{}],\"properties\":{\"order\":26811,\"id\":177,\"name\":\"steps\",\"prevSize\":16,\"code\":60718},\"setIdx\":0,\"setId\":0,\"iconIdx\":1070},{\"icon\":{\"paths\":[\"M848 608c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM829.8 765.16c-14.778 92.698-94.094 162.713-189.787 162.84l-0.013 0h-96c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011v-162.040c-126.934-16.451-223.983-123.869-224-253.959l-0-0.001v-160c0-35.346 28.654-64 64-64v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v160c-0 0.005-0 0.011-0 0.017 0 106.039 85.961 192 192 192 0.9 0 1.799-0.006 2.696-0.019l-0.136 0.001c104.44-1.36 189.44-89 189.44-195.32v-156.68h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c35.346 0 64 28.654 64 64v0 156.68c0 131.36-98.12 241.16-224 257.24v162.080c0 70.692 57.308 128 128 128v0h96c60.727-0.104 111.545-42.4 124.711-99.135l0.169-0.865c-72.035-16.594-124.934-80.175-124.934-156.11 0-88.366 71.634-160 160-160s160 71.634 160 160c0 77.807-55.539 142.643-129.135 157.026l-1.011 0.165zM896 608c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stethoscope\"]},\"attrs\":[{}],\"properties\":{\"order\":26812,\"id\":176,\"name\":\"stethoscope\",\"prevSize\":16,\"code\":60719},\"setIdx\":0,\"setId\":0,\"iconIdx\":1071},{\"icon\":{\"paths\":[\"M672 128h-320c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v320c0.137 123.657 100.343 223.863 223.987 224l192.013 0c3.621-0.004 7.1-0.604 10.347-1.707l-0.227 0.067c104.92-35 305.24-235.32 340.24-340.24 1.036-3.020 1.636-6.499 1.64-10.118l0-0.002v-192c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM192 672v-320c0-88.366 71.634-160 160-160v0h320c88.366 0 160 71.634 160 160v0 160h-96c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v96h-160c-88.366 0-160-71.634-160-160v0zM576 812.56v-76.56c0-88.366 71.634-160 160-160v0h76.56c-48.56 78-158.56 188-236.56 236.56z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sticker\"]},\"attrs\":[{}],\"properties\":{\"order\":26813,\"id\":175,\"name\":\"sticker\",\"prevSize\":16,\"code\":60720},\"setIdx\":0,\"setId\":0,\"iconIdx\":1072},{\"icon\":{\"paths\":[\"M800 256v-96c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0h26.56l-90.16 571c-0.25 1.501-0.392 3.231-0.392 4.994 0 15.905 11.604 29.1 26.807 31.581l0.185 0.025c1.499 0.255 3.226 0.4 4.986 0.4 0.005 0 0.010-0 0.014-0l-0.001 0c15.888-0.024 29.060-11.624 31.535-26.815l0.025-0.185 31.16-197h386.56l31.12 197c2.502 15.39 15.695 26.996 31.6 27l0 0c0.016 0 0.035 0 0.053 0 1.761 0 3.488-0.145 5.169-0.425l-0.182 0.025c15.388-2.506 26.992-15.701 26.992-31.606 0-1.763-0.143-3.493-0.417-5.179l0.025 0.184-90.2-571h26.56c35.346 0 64-28.654 64-64v0zM288 160h448v96h-448zM695.16 640h-366.32l50.52-320h265.28z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stool\"]},\"attrs\":[{}],\"properties\":{\"order\":26814,\"id\":174,\"name\":\"stool\",\"prevSize\":16,\"code\":60721},\"setIdx\":0,\"setId\":0,\"iconIdx\":1073},{\"icon\":{\"paths\":[\"M802.92 160h-581.84c-33.715 0.045-61.035 27.365-61.080 61.076l-0 0.004v581.84c0.045 33.715 27.365 61.035 61.076 61.080l0.004 0h581.84c33.715-0.045 61.035-27.365 61.080-61.076l0-0.004v-581.84c-0.045-33.715-27.365-61.035-61.076-61.080l-0.004-0zM800 800h-576v-576h576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stop\"]},\"attrs\":[{}],\"properties\":{\"order\":26815,\"id\":173,\"name\":\"stop\",\"prevSize\":16,\"code\":60722},\"setIdx\":0,\"setId\":0,\"iconIdx\":1074},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM608 384h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM576 576h-128v-128h128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stop-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26816,\"id\":172,\"name\":\"stop-circle\",\"prevSize\":16,\"code\":60723},\"setIdx\":0,\"setId\":0,\"iconIdx\":1075},{\"icon\":{\"paths\":[\"M928 384c0-0.053 0.001-0.116 0.001-0.178 0-3.070-0.438-6.038-1.256-8.845l0.056 0.223-57.4-200.8c-7.975-26.913-32.409-46.24-61.381-46.4l-0.019-0h-592c-28.991 0.16-53.425 19.487-61.284 45.945l-0.116 0.455-57.36 200.8c-0.787 2.624-1.24 5.639-1.24 8.76 0 0.014 0 0.028 0 0.042l-0-0.002v64c0 52.165 24.964 98.5 63.598 127.708l0.402 0.292v256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-256c39.036-29.5 64-75.835 64-128v0zM216 192h592l45.68 160h-683.24zM416 416h192v32c0 53.019-42.981 96-96 96s-96-42.981-96-96v0zM352 416v32c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-32zM800 832h-576v-227.2c9.618 2.030 20.672 3.195 31.996 3.2l0.004 0c52.165 0 98.5-24.964 127.708-63.598l0.292-0.402c29.5 39.036 75.835 64 128 64s98.5-24.964 127.708-63.598l0.292-0.402c29.5 39.036 75.835 64 128 64v0c11.328-0.005 22.382-1.17 33.052-3.382l-1.052 0.182zM768 544c-53.019 0-96-42.981-96-96v0-32h192v32c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"storefront\"]},\"attrs\":[{}],\"properties\":{\"order\":26817,\"id\":171,\"name\":\"storefront\",\"prevSize\":16,\"code\":60724},\"setIdx\":0,\"setId\":0,\"iconIdx\":1076},{\"icon\":{\"paths\":[\"M272 608c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0zM272 832c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM137.36 425.36l57.4-57.36-57.4-57.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l57.36 57.4 57.36-57.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-57.4 57.36 57.4 57.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-57.36-57.4-57.36 57.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0zM886.64 809.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-57.36-57.4-57.36 57.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l57.4-57.36-57.4-57.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l57.36 57.4 57.36-57.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-57.4 57.36zM705.88 451.32c-24.72 89.32-101.28 166.52-186.12 187.72-2.355 0.61-5.059 0.96-7.845 0.96-0.055 0-0.109-0-0.164-0l0.008 0c-17.648-0.034-31.941-14.348-31.941-32 0-14.91 10.198-27.439 23.999-30.992l0.222-0.048c62.52-15.64 121.4-75.64 140-142.72 12.76-46 12.88-116-58.84-187.6l-9.2-9.4v82.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-82.76l9.4 9.36c72.96 73 99.68 161.76 75.24 249.96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"strategy\"]},\"attrs\":[{}],\"properties\":{\"order\":26818,\"id\":170,\"name\":\"strategy\",\"prevSize\":16,\"code\":60725},\"setIdx\":0,\"setId\":0,\"iconIdx\":1077},{\"icon\":{\"paths\":[\"M672 608c0 70.6-71.76 128-160 128s-160-57.4-160-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 34.68 44 64 96 64s96-29.32 96-64c0-37.92-34.44-52-107.52-73.040-63-18.16-141.36-40.76-141.36-118.96 0-72.96 65.72-128 152.88-128 62.88 0 116.72 29.2 140.48 76 2.456 4.422 3.901 9.698 3.901 15.312 0 17.673-14.327 32-32 32-12.747 0-23.753-7.453-28.898-18.239l-0.083-0.193c-12.84-25.12-44.8-40.88-83.4-40.88-50.68 0-88.88 27.52-88.88 64 0 28 36 40.4 95.080 57.44 64.92 18.56 153.8 44.36 153.8 134.56zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 832v-640h-640v640h640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"stripe-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26819,\"id\":169,\"name\":\"stripe-logo\",\"prevSize\":16,\"code\":60726},\"setIdx\":0,\"setId\":0,\"iconIdx\":1078},{\"icon\":{\"paths\":[\"M906.12 225.64l-384-128c-3.020-1.041-6.5-1.642-10.12-1.642s-7.1 0.601-10.345 1.709l0.225-0.067-384 128c-12.822 4.368-21.88 16.305-21.88 30.358 0 0.001 0 0.002 0 0.003l-0-0v320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-275.6l134.36 44.76c-24.055 38.293-38.325 84.848-38.325 134.736 0 91.357 47.854 171.537 119.863 216.841l1.062 0.624c-72 28.24-134.24 79.32-179.76 149.16-3.413 5.012-5.45 11.2-5.45 17.863 0 17.673 14.327 32 32 32 11.332 0 21.287-5.89 26.973-14.775l0.077-0.128c60.28-92.48 155.48-145.48 261.2-145.48s200.92 53 261.2 145.48c5.829 8.577 15.54 14.137 26.55 14.137 17.673 0 32-14.327 32-32 0-6.342-1.845-12.252-5.027-17.225l0.077 0.128c-45.52-69.84-108-120.92-179.76-149.16 73.021-45.937 120.836-126.089 120.836-217.409 0-49.828-14.236-96.331-38.862-135.664l0.626 1.073 176.48-58.8c12.825-4.366 21.887-16.305 21.887-30.36s-9.062-25.994-21.662-30.293l-0.225-0.067zM704 480c0 0.016 0 0.035 0 0.054 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-42.851 14.038-82.423 37.765-114.369l-0.365 0.515 144.48 48c3.020 1.041 6.5 1.642 10.12 1.642s7.1-0.601 10.345-1.709l-0.225 0.067 144.48-48c23.361 31.382 37.4 70.906 37.4 113.71 0 0.032-0 0.063-0 0.095l0-0.005zM512 350.28l-282.8-94.28 282.8-94.28 282.8 94.28z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"student\"]},\"attrs\":[{}],\"properties\":{\"order\":26820,\"id\":168,\"name\":\"student\",\"prevSize\":16,\"code\":60727},\"setIdx\":0,\"setId\":0,\"iconIdx\":1079},{\"icon\":{\"paths\":[\"M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM896 768h-768v-512h768v512zM192 544c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM832 544c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM640 672c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM832 672c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"subtitles\"]},\"attrs\":[{}],\"properties\":{\"order\":26821,\"id\":167,\"name\":\"subtitles\",\"prevSize\":16,\"code\":60728},\"setIdx\":0,\"setId\":0,\"iconIdx\":1080},{\"icon\":{\"paths\":[\"M698.52 325.4c-28.609-149.797-158.564-261.484-314.604-261.484-176.731 0-320 143.269-320 320 0 156.041 111.687 285.996 259.482 314.285l2.003 0.319c28.609 149.797 158.564 261.484 314.604 261.484 176.731 0 320-143.269 320-320 0-156.041-111.687-285.996-259.482-314.285l-2.003-0.319zM896 640c0 6.080-0.28 12-0.72 18.040l-200-200c4.914-19.604 8.056-42.287 8.71-65.592l0.010-0.448c111.252 29.149 192.001 128.785 192.001 247.282 0 0.253-0 0.505-0.001 0.758l0-0.039zM586.4 631.64l210.44 210.48c-18.647 14.616-40.057 26.97-63.106 36.076l-1.734 0.604-207.44-207.44c23.55-11.688 43.842-24.909 62.399-40.166l-0.559 0.446zM631.64 586.4c14.807-17.976 28.027-38.242 38.877-59.901l0.843-1.859 207.44 207.36c-9.717 24.752-22.070 46.135-37.102 65.319l0.422-0.559zM128 384c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015zM392 704c23.703-0.595 46.385-3.667 68.193-8.971l-2.193 0.451 200 200c-5.96 0.44-12 0.72-18.040 0.72-0.186 0-0.407 0.001-0.627 0.001-118.569 0-218.255-80.848-246.938-190.424l-0.395-1.777z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"subtract\"]},\"attrs\":[{}],\"properties\":{\"order\":26822,\"id\":166,\"name\":\"subtract\",\"prevSize\":16,\"code\":60729},\"setIdx\":0,\"setId\":0,\"iconIdx\":1081},{\"icon\":{\"paths\":[\"M896 640v-256c0-17.673-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-224zM653.24 832l-160-160h133.52l160 160zM672 626.76v-133.52l160 160v133.52zM832 562.76l-146.76-146.76h146.76zM192 192h416v416h-416zM416 685.24l146.76 146.76h-146.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"subtract-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26823,\"id\":165,\"name\":\"subtract-square\",\"prevSize\":16,\"code\":60730},\"setIdx\":0,\"setId\":0,\"iconIdx\":1082},{\"icon\":{\"paths\":[\"M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM640 288v512h-256v-512zM160 288h160v512h-160zM864 800h-160v-512h160v512z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"suitcase\"]},\"attrs\":[{}],\"properties\":{\"order\":26824,\"id\":164,\"name\":\"suitcase\",\"prevSize\":16,\"code\":60731},\"setIdx\":0,\"setId\":0,\"iconIdx\":1083},{\"icon\":{\"paths\":[\"M416 352v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 320c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM640 320c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM832 256v576c0 35.346-28.654 64-64 64v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-256v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h96v-96c0-53.019 42.981-96 96-96v0h128c53.019 0 96 42.981 96 96v0 96h96c35.346 0 64 28.654 64 64v0zM416 192h192v-96c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0zM768 832v-576h-512v576h512z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"suitcase-rolling\"]},\"attrs\":[{}],\"properties\":{\"order\":26825,\"id\":163,\"name\":\"suitcase-rolling\",\"prevSize\":16,\"code\":60732},\"setIdx\":0,\"setId\":0,\"iconIdx\":1084},{\"icon\":{\"paths\":[\"M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 288v288h-704v-288zM864 800h-704v-160h704v160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"suitcase-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26826,\"id\":162,\"name\":\"suitcase-simple\",\"prevSize\":16,\"code\":60733},\"setIdx\":0,\"setId\":0,\"iconIdx\":1085},{\"icon\":{\"paths\":[\"M480 160v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM768 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.321 0.159 255.841 114.679 256 255.985l0 0.015zM704 512c0-106.039-85.961-192-192-192s-192 85.961-192 192c0 106.039 85.961 192 192 192v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011zM233.36 278.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-64-64c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM233.36 745.36l-64 64c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 64-64c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-0 0zM768 288c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 64-64c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-64 64c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM790.64 745.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM192 512c0-17.673-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0zM512 832c-17.673 0-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM960 480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sun\"]},\"attrs\":[{}],\"properties\":{\"order\":26827,\"id\":161,\"name\":\"sun\",\"prevSize\":16,\"code\":60734},\"setIdx\":0,\"setId\":0,\"iconIdx\":1086},{\"icon\":{\"paths\":[\"M480 160v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM768 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.321 0.159 255.841 114.679 256 255.985l0 0.015zM704 512c0-106.039-85.961-192-192-192s-192 85.961-192 192c0 106.039 85.961 192 192 192v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011zM233.36 278.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-32-32c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM233.36 745.36l-32 32c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-0 0zM768 288c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-32 32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM790.64 745.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l32 32c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 832c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM896 480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sun-dim\"]},\"attrs\":[{}],\"properties\":{\"order\":26828,\"id\":160,\"name\":\"sun-dim\",\"prevSize\":16,\"code\":60735},\"setIdx\":0,\"setId\":0,\"iconIdx\":1087},{\"icon\":{\"paths\":[\"M800 160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c35.346 0 64 28.654 64 64v0 224h-704v-224c0-35.346 28.654-64 64-64v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-70.692 0-128 57.308-128 128v0 368c0 97.202 78.798 176 176 176s176-78.798 176-176v0-80h128v80c0 97.202 78.798 176 176 176s176-78.798 176-176v0-368c0-70.692-57.308-128-128-128v0zM850.52 709.24l-133.28-133.24h146.76v80c0 0.051 0 0.111 0 0.171 0 19.451-4.994 37.736-13.77 53.642l0.29-0.573zM160 656v-66.76l165.24 165.28c-15.391 8.476-33.733 13.463-53.24 13.463-61.85 0-111.99-50.135-112-111.982l-0-0.001zM384 656c0 0.051 0 0.111 0 0.171 0 19.451-4.994 37.736-13.77 53.642l0.29-0.573-133.28-133.24h146.76zM640 656v-66.76l165.24 165.28c-15.391 8.476-33.733 13.463-53.24 13.463-61.85 0-111.99-50.135-112-111.982l-0-0.001z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sunglasses\"]},\"attrs\":[{}],\"properties\":{\"order\":26829,\"id\":159,\"name\":\"sunglasses\",\"prevSize\":16,\"code\":60736},\"setIdx\":0,\"setId\":0,\"iconIdx\":1088},{\"icon\":{\"paths\":[\"M960 608h-161.8c1.127-9.582 1.78-20.703 1.8-31.973l0-0.027c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0.020 11.297 0.673 22.418 1.926 33.357l-0.126-1.357h-161.8c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 576c-0-0.127-0-0.277-0-0.427 0-123.712 100.288-224 224-224s224 100.288 224 224c0 11.442-0.858 22.683-2.513 33.663l0.153-1.235h-443.28c-1.478-9.599-2.335-20.689-2.36-31.974l-0-0.026zM864 800c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM291.36 174.32c-2.131-4.172-3.38-9.1-3.38-14.32 0-17.684 14.336-32.020 32.020-32.020 12.465 0 23.266 7.122 28.556 17.519l0.084 0.182 32 64c2.131 4.172 3.38 9.1 3.38 14.32 0 17.684-14.336 32.020-32.020 32.020-12.465 0-23.266-7.122-28.556-17.519l-0.084-0.182zM67.36 369.68c5.373-10.564 16.164-17.676 28.615-17.676 5.23 0 10.167 1.255 14.526 3.479l-0.181-0.084 64 32c10.568 5.373 17.683 16.166 17.683 28.62 0 17.675-14.328 32.003-32.003 32.003-5.22 0-10.148-1.25-14.502-3.467l0.182 0.084-64-32c-10.582-5.368-17.708-16.167-17.708-28.631 0-5.224 1.252-10.155 3.471-14.511l-0.084 0.181zM835.36 430.32c-2.126-4.166-3.371-9.086-3.371-14.297 0-12.458 7.118-23.252 17.51-28.539l0.182-0.084 64-32c4.172-2.133 9.1-3.383 14.32-3.383 17.675 0 32.003 14.328 32.003 32.003 0 12.454-7.114 23.247-17.501 28.536l-0.182 0.084-64 32c-4.174 2.136-9.105 3.388-14.329 3.388-12.464 0-23.263-7.126-28.547-17.525l-0.084-0.182zM643.36 209.68l32-64c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-32 64c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sun-horizon\"]},\"attrs\":[{}],\"properties\":{\"order\":26830,\"id\":158,\"name\":\"sun-horizon\",\"prevSize\":16,\"code\":60737},\"setIdx\":0,\"setId\":0,\"iconIdx\":1089},{\"icon\":{\"paths\":[\"M896 192v416c0 35.346-28.654 64-64 64v0h-434.76l41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-96-96c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36h434.76v-416h-448v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-35.346 28.654-64 64-64v0h448c35.346 0 64 28.654 64 64v0zM672 768c-17.673 0-32 14.327-32 32v0 32h-448v-416h434.76l-41.4 41.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l41.4 41.36h-434.76c-35.346 0-64 28.654-64 64v0 416c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-32c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"swap\"]},\"attrs\":[{}],\"properties\":{\"order\":26831,\"id\":157,\"name\":\"swap\",\"prevSize\":16,\"code\":60738},\"setIdx\":0,\"setId\":0,\"iconIdx\":1090},{\"icon\":{\"paths\":[\"M320 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM928 624.76v207.24c0 35.346-28.654 64-64 64v0h-592c-0.034 0-0.075 0-0.115 0-11.181 0-22.131-0.99-32.767-2.886l1.122 0.166c-82.678-15.49-144.411-87.107-144.411-173.142 0-10.834 0.979-21.44 2.853-31.734l-0.163 1.076 100-572.52c5.342-30.266 31.44-52.963 62.839-52.963 3.902 0 7.721 0.35 11.429 1.022l-0.389-0.058 218.96 39.040c30.131 5.577 52.649 31.651 52.649 62.985 0 3.921-0.353 7.759-1.028 11.485l0.059-0.39-48.32 276 271.24-98.080c6.469-2.411 13.942-3.806 21.742-3.806 27.407 0 50.791 17.228 59.912 41.445l0.146 0.441 76.24 208.68c2.332 6.526 3.78 14.058 3.998 21.898l0.002 0.102zM380 739.48l100-572.52-218.16-38.96-100 572.4c-1.119 5.944-1.758 12.781-1.758 19.769 0 54.614 39.090 100.098 90.817 110l0.701 0.112c5.794 1.090 12.458 1.714 19.269 1.714 23.6 0 45.45-7.489 63.305-20.22l-0.334 0.226c23.954-16.815 40.825-42.321 46.061-71.848l0.099-0.672zM435.12 780l428.88-155.56-76.32-208.44-305.68 110.8-39.12 223.68c-1.982 11.301-4.673 21.221-8.156 30.76l0.396-1.24zM864 692.48l-385.040 139.52h385.040z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"swatches\"]},\"attrs\":[{}],\"properties\":{\"order\":26832,\"id\":156,\"name\":\"swatches\",\"prevSize\":16,\"code\":60739},\"setIdx\":0,\"setId\":0,\"iconIdx\":1091},{\"icon\":{\"paths\":[\"M352 597.56c17.673 0 32-14.327 32-32v0-53.56h256v61.16c0 17.673 14.327 32 32 32s32-14.327 32-32v0-445.16c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-256v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 437.56c0 17.673 14.327 32 32 32v0zM384 448v-64h256v64zM640 256v64h-256v-64zM96 672c0-17.673 14.327-32 32-32v0c57.68 0 88.76 20.72 113.76 37.36 22.24 14.88 39.92 26.64 78.24 26.64s56-11.76 78.24-26.64c24.96-16.64 56-37.36 113.72-37.36s88.8 20.72 113.76 37.36c22.32 14.88 40 26.64 78.28 26.64s56-11.76 78.24-26.64c25-16.64 56-37.36 113.76-37.36 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-38.32 0-56 11.76-78.24 26.64-25 16.64-56 37.36-113.76 37.36s-88.8-20.72-113.76-37.36c-22.24-14.88-39.96-26.64-78.24-26.64s-56 11.76-78.24 26.64c-24.96 16.64-56 37.36-113.72 37.36s-88.76-20.72-113.76-37.36c-22.28-14.88-39.96-26.64-78.28-26.64-17.673 0-32-14.327-32-32v0zM928 832c0 17.673-14.327 32-32 32v0c-38.32 0-56 11.76-78.24 26.64-25 16.64-56 37.36-113.76 37.36s-88.8-20.72-113.76-37.36c-22.24-14.88-39.96-26.64-78.24-26.64s-56 11.76-78.24 26.64c-24.96 16.64-56 37.36-113.72 37.36s-88.76-20.72-113.76-37.36c-22.28-14.88-39.96-26.64-78.28-26.64-17.673 0-32-14.327-32-32s14.327-32 32-32v0c57.68 0 88.76 20.72 113.76 37.36 22.24 14.88 39.92 26.64 78.24 26.64s56-11.76 78.24-26.64c24.96-16.64 56-37.36 113.72-37.36s88.8 20.72 113.76 37.36c22.32 14.88 40 26.64 78.28 26.64s56-11.76 78.24-26.64c25-16.64 56-37.36 113.76-37.36 17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"swimming-pool\"]},\"attrs\":[{}],\"properties\":{\"order\":26833,\"id\":155,\"name\":\"swimming-pool\",\"prevSize\":16,\"code\":60740},\"setIdx\":0,\"setId\":0,\"iconIdx\":1092},{\"icon\":{\"paths\":[\"M864 128h-256c-0.001-0-0.002-0-0.003-0-10.292 0-19.449 4.859-25.302 12.407l-0.054 0.073-256 332.84-38.64-38.56c-11.584-11.597-27.594-18.77-45.28-18.77s-33.696 7.174-45.279 18.77l-50.761 50.801c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l80 80-112 112c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l50.76 50.72c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l112-112 80 80c11.584 11.597 27.594 18.77 45.28 18.77s33.696-7.174 45.279-18.77l50.761-50.801c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-38.56-38.56 332.84-256c7.622-5.908 12.48-15.065 12.48-25.357 0-0.029-0-0.058-0-0.088l0 0.005v-256c0-17.673-14.327-32-32-32v0zM210.76 864l-50.76-50.72 112-112 50.72 50.72zM493.2 832l-301.2-301.16 50.8-50.84 301.2 301.24zM832 400.24l-326.96 251.52-43.76-43.76 201.36-201.36c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0-201.36 201.32-43.72-43.76 251.48-326.96h208.24z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"sword\"]},\"attrs\":[{}],\"properties\":{\"order\":26834,\"id\":154,\"name\":\"sword\",\"prevSize\":16,\"code\":60741},\"setIdx\":0,\"setId\":0,\"iconIdx\":1093},{\"icon\":{\"paths\":[\"M832 229.52v-101.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 101.52c-37.596 13.574-63.987 48.943-64 90.478l-0 0.002v168.84l-160-91.4v-109.44c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 109.44l-160 91.4v-168.84c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211v-101.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 101.52c-37.596 13.574-63.987 48.943-64 90.478l-0 0.002v544c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-544c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211zM800 288c17.673 0 32 14.327 32 32v0 96h-64v-96c0-17.673 14.327-32 32-32v0zM224 288c17.673 0 32 14.327 32 32v0 96h-64v-96c0-17.673 14.327-32 32-32v0zM192 480h64v352h-64zM512 608c-53.019 0-96 42.981-96 96v0 128h-96v-269.44l192-109.72 192 109.72v269.44h-96v-128c0-53.019-42.981-96-96-96v0zM768 832v-352h64v352z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"synagogue\"]},\"attrs\":[{}],\"properties\":{\"order\":26835,\"id\":153,\"name\":\"synagogue\",\"prevSize\":16,\"code\":60742},\"setIdx\":0,\"setId\":0,\"iconIdx\":1094},{\"icon\":{\"paths\":[\"M950.64 265.36l-192-192c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h0l73.4 73.36-114.76 114.76-137.36-137.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l25.4 25.36-336 336c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v197.52l-86.64 86.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 86.6-86.64h197.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 336-336 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-137.4-137.36 114.76-114.76 73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM402.76 800h-178.76v-178.76l72-72 81.36 81.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-81.4-81.36 50.76-50.76 81.36 81.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-81.4-81.36 122.76-122.76 178.76 178.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"syringe\"]},\"attrs\":[{}],\"properties\":{\"order\":26836,\"id\":152,\"name\":\"syringe\",\"prevSize\":16,\"code\":60743},\"setIdx\":0,\"setId\":0,\"iconIdx\":1095},{\"icon\":{\"paths\":[\"M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM160 448h160v128h-160zM384 448h480v128h-480zM864 256v128h-704v-128zM160 640h160v128h-160zM864 768h-480v-128h480v128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"table\"]},\"attrs\":[{}],\"properties\":{\"order\":26837,\"id\":151,\"name\":\"table\",\"prevSize\":16,\"code\":60744},\"setIdx\":0,\"setId\":0,\"iconIdx\":1096},{\"icon\":{\"paths\":[\"M1022.64 662.8v0 0c0.009-0.048 0.013-0.103 0.013-0.16s-0.005-0.112-0.014-0.166l0.001 0.006-89.16-296.88c-8.010-26.577-32.268-45.601-60.97-45.601-0.109 0-0.218 0-0.327 0.001l0.017-0h-40.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h40.2l76.8 256h-125l-82.52-274.4c-8.010-26.577-32.268-45.601-60.97-45.601-0.109 0-0.218 0-0.327 0.001l0.017-0h-40.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h40.2l76.8 256h-125l-82.52-274.4c-8.010-26.577-32.268-45.601-60.97-45.601-0.109 0-0.218 0-0.327 0.001l0.017-0h-336.2c-0.151-0.001-0.33-0.002-0.51-0.002-28.702 0-52.961 19.025-60.854 45.152l-0.117 0.45-89.040 296.8v0.2s0 0.2 0 0.32c-0.879 2.703-1.416 5.817-1.479 9.048l-0.001 0.032c0 17.673 14.327 32 32 32v0h960c17.669-0.005 31.991-14.33 31.991-32 0-3.281-0.494-6.447-1.411-9.427l0.060 0.227zM152 384h336.4l76.8 256h-490.2z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tabs\"]},\"attrs\":[{}],\"properties\":{\"order\":26838,\"id\":150,\"name\":\"tabs\",\"prevSize\":16,\"code\":60745},\"setIdx\":0,\"setId\":0,\"iconIdx\":1097},{\"icon\":{\"paths\":[\"M973.24 544l-397.24-397.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-370.76c-17.673 0-32 14.327-32 32v0 370.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 397.24 397.24c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l338.72-338.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM589.24 928l-397.24-397.24v-338.76h338.76l397.24 397.24zM384 336c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tag\"]},\"attrs\":[{}],\"properties\":{\"order\":26839,\"id\":149,\"name\":\"tag\",\"prevSize\":16,\"code\":60746},\"setIdx\":0,\"setId\":0,\"iconIdx\":1098},{\"icon\":{\"paths\":[\"M949.2 476.48l-170.64-256c-11.643-17.271-31.132-28.48-53.238-28.48-0.001 0-0.001 0-0.002 0l-629.32-0c-17.673 0-32 14.327-32 32 0 6.807 2.125 13.117 5.748 18.304l-0.069-0.104 186.32 269.8-186.32 269.8c-3.554 5.083-5.68 11.393-5.68 18.2 0 17.673 14.327 32 32 32l629.32 0c0 0 0.001 0 0.002 0 22.107 0 41.596-11.209 53.094-28.253l0.145-0.227 170.64-256c6.742-9.98 10.762-22.281 10.762-35.52s-4.020-25.54-10.906-35.747l0.145 0.227zM725.2 768h-568.2l152.32-220.4c6.742-9.98 10.762-22.281 10.762-35.52s-4.020-25.54-10.906-35.747l0.145 0.227-0.32-0.4-152-220h568.32l170.68 255.84z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tag-chevron\"]},\"attrs\":[{}],\"properties\":{\"order\":26840,\"id\":148,\"name\":\"tag-chevron\",\"prevSize\":16,\"code\":60747},\"setIdx\":0,\"setId\":0,\"iconIdx\":1099},{\"icon\":{\"paths\":[\"M986.64 494.24l-182.64-273.72c-11.584-17.286-31.040-28.514-53.119-28.52l-590.881-0c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h590.88c22.062-0.042 41.499-11.241 52.975-28.253l0.145-0.227 182.52-273.76c3.408-5.009 5.441-11.192 5.441-17.85 0-6.582-1.987-12.699-5.394-17.786l0.073 0.116zM750.88 768h-590.88v-512h590.88l170.64 256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tag-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26841,\"id\":147,\"name\":\"tag-simple\",\"prevSize\":16,\"code\":60748},\"setIdx\":0,\"setId\":0,\"iconIdx\":1100},{\"icon\":{\"paths\":[\"M887.48 332.64c25.703 52.536 40.733 114.323 40.733 179.619 0 229.971-186.429 416.4-416.4 416.4s-416.4-186.429-416.4-416.4c0-229.971 186.429-416.4 416.4-416.4 103.689 0 198.527 37.9 271.416 100.602l-0.548-0.461 90.68-90.72c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-384 384c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l110.88-110.88c-24.834-16.634-55.39-26.546-88.261-26.546-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160 0-3.199-0.094-6.376-0.279-9.529l0.020 0.435c-0.032-0.538-0.051-1.167-0.051-1.8 0-17.701 14.35-32.051 32.051-32.051 17.068 0 31.020 13.341 31.996 30.164l0.004 0.086c0.234 3.83 0.367 8.307 0.367 12.815 0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224 50.555 0 97.198 16.747 134.684 44.997l-0.57-0.412 91-91c-60.419-50.441-138.906-81.066-224.546-81.066-194.139 0-351.52 157.381-351.52 351.52s157.381 351.52 351.52 351.52c194.139 0 351.52-157.381 351.52-351.52 0-55.178-12.713-107.386-35.37-153.856l0.916 2.082c-1.974-4.037-3.128-8.783-3.128-13.8 0-17.677 14.33-32.008 32.008-32.008 12.661 0 23.605 7.351 28.797 18.018l0.083 0.19z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"target\"]},\"attrs\":[{}],\"properties\":{\"order\":26842,\"id\":146,\"name\":\"target\",\"prevSize\":16,\"code\":60749},\"setIdx\":0,\"setId\":0,\"iconIdx\":1101},{\"icon\":{\"paths\":[\"M960 448h-45.44l-109.56-191.76c-11.239-19.399-31.9-32.239-55.56-32.24l-87.76-0-48-119.76c-9.609-23.773-32.499-40.24-59.236-40.24-0.043 0-0.087 0-0.13 0l0.007-0h-84.64c-0.061-0-0.132-0-0.204-0-26.737 0-49.628 16.467-59.083 39.813l-0.153 0.427-47.92 119.76h-87.76c-23.66 0.001-44.321 12.841-55.396 31.933l-0.164 0.307-109.56 191.76h-45.44c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM469.68 128h84.64l38.4 96h-161.44zM274.56 288h474.88l91.4 160h-657.68zM256 832h-96v-64h96zM768 832v-64h96v64zM864 704h-704v-192h704zM224 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0zM672 608c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"taxi\"]},\"attrs\":[{}],\"properties\":{\"order\":26843,\"id\":145,\"name\":\"taxi\",\"prevSize\":16,\"code\":60750},\"setIdx\":0,\"setId\":0,\"iconIdx\":1102},{\"icon\":{\"paths\":[\"M947.52 104.76c-6.271-5.438-14.513-8.753-23.528-8.753-4.719 0-9.225 0.908-13.354 2.558l0.243-0.086-810.64 317.24c-21.405 8.49-36.266 29.016-36.266 53.013 0 27.56 19.6 50.542 45.622 55.766l0.364 0.061 210.040 41.24v234.2c-0 0.061-0 0.134-0 0.206 0 26.639 16.357 49.457 39.575 58.96l0.425 0.154c7.115 2.987 15.384 4.723 24.059 4.723 18.067 0 34.376-7.529 45.96-19.62l0.022-0.023 101.28-105.040 160.68 140.64c11.131 9.908 25.875 15.971 42.034 16l0.006 0c7.15-0.006 14.027-1.162 20.461-3.292l-0.461 0.132c21.41-6.942 37.578-24.384 42.597-46.093l0.083-0.427 162.36-706.32c0.572-2.404 0.901-5.165 0.901-8.002 0-10.861-4.81-20.599-12.416-27.2l-0.045-0.038zM702.96 248.76l-358.36 256.64-198.4-38.92zM384 800v-189.92l99.16 86.96zM734.12 832l-330.72-290 476-341.16z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"telegram-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26844,\"id\":144,\"name\":\"telegram-logo\",\"prevSize\":16,\"code\":60751},\"setIdx\":0,\"setId\":0,\"iconIdx\":1103},{\"icon\":{\"paths\":[\"M864 256h-274.76l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-169.36 169.4-169.36-169.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l137.4 137.36h-274.76c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM160 320h416v480h-416zM864 800h-224v-480h224v480zM800 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM800 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"television\"]},\"attrs\":[{}],\"properties\":{\"order\":26845,\"id\":143,\"name\":\"television\",\"prevSize\":16,\"code\":60752},\"setIdx\":0,\"setId\":0,\"iconIdx\":1104},{\"icon\":{\"paths\":[\"M864 256h-274.76l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-169.36 169.4-169.36-169.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l137.4 137.36h-274.76c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 800h-704v-480h704v480z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"television-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26846,\"id\":142,\"name\":\"television-simple\",\"prevSize\":16,\"code\":60753},\"setIdx\":0,\"setId\":0,\"iconIdx\":1105},{\"icon\":{\"paths\":[\"M806.28 217.84c-75.281-75.279-179.279-121.84-294.153-121.84-229.75 0-416 186.25-416 416s186.25 416 416 416c114.873 0 218.872-46.561 294.153-121.84l-0 0c75.867-75.013 122.851-179.1 122.851-294.16s-46.984-219.148-122.813-294.122l-0.038-0.038zM263 263.080c55.75-55.824 130.221-92.939 213.19-101.124l1.45-0.116c-8.361 84.401-45.628 158.809-101.618 214.378l-0.022 0.022c-55.657 55.909-130.086 93.088-213.032 101.284l-1.448 0.116c8.372-84.421 45.57-158.865 101.469-214.549l0.011-0.011zM161.32 541.92c102.229-8.395 192.727-52.836 259.984-120.424l0.016-0.016c67.649-67.255 112.12-157.758 120.421-258.514l0.099-1.486c170.849 14.669 305.965 149.729 320.628 319.247l0.092 1.313c-202.886 17.11-363.4 177.542-380.535 378.864l-0.105 1.536c-170.849-14.669-305.965-149.729-320.628-319.247l-0.092-1.313zM761 760.92c-55.76 55.807-130.225 92.918-213.186 101.124l-1.454 0.116c16.964-167.211 148.765-298.944 314.519-315.679l1.481-0.121c-8.337 84.407-45.494 158.852-101.352 214.552l-0.008 0.008z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tennis-ball\"]},\"attrs\":[{}],\"properties\":{\"order\":26847,\"id\":141,\"name\":\"tennis-ball\",\"prevSize\":16,\"code\":60754},\"setIdx\":0,\"setId\":0,\"iconIdx\":1106},{\"icon\":{\"paths\":[\"M1021.24 787l-256-576c-5.109-11.288-16.274-19-29.24-19l-448-0c-12.853 0.022-23.927 7.618-28.998 18.562l-0.082 0.198c-0.005 0.036-0.009 0.078-0.009 0.12s0.003 0.084 0.009 0.125l-0.001-0.005v0.48l-256.16 575.52c-1.743 3.824-2.76 8.293-2.76 13 0 17.673 14.327 32 32 32l960 0c17.673-0 32-14.327 32-32 0-4.707-1.016-9.176-2.841-13.201l0.082 0.201zM256 768h-174.76l174.76-393.2zM320 768v-393.2l174.76 393.2zM564.8 768l-227.56-512h377.96l227.56 512z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tent\"]},\"attrs\":[{}],\"properties\":{\"order\":26848,\"id\":140,\"name\":\"tent\",\"prevSize\":16,\"code\":60755},\"setIdx\":0,\"setId\":0,\"iconIdx\":1107},{\"icon\":{\"paths\":[\"M469.24 536l-288 256c-5.63 5.005-13.088 8.062-21.26 8.062-17.707 0-32.062-14.355-32.062-32.062 0-9.535 4.163-18.099 10.77-23.972l0.033-0.028 261.28-232-261.24-232c-6.64-5.901-10.802-14.465-10.802-24 0-17.707 14.355-32.062 32.062-32.062 8.172 0 15.63 3.057 21.293 8.091l-0.033-0.028 288 256c6.658 5.892 10.834 14.458 10.834 24s-4.176 18.108-10.8 23.971l-0.034 0.029zM864 736h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"terminal\"]},\"attrs\":[{}],\"properties\":{\"order\":26849,\"id\":139,\"name\":\"terminal\",\"prevSize\":16,\"code\":60756},\"setIdx\":0,\"setId\":0,\"iconIdx\":1108},{\"icon\":{\"paths\":[\"M512 512c0 0.006 0 0.013 0 0.020 0 10.077-4.658 19.066-11.938 24.932l-0.062 0.048-160 128c-5.427 4.371-12.405 7.016-20 7.016-17.682 0-32.016-14.334-32.016-32.016 0-10.086 4.664-19.084 11.954-24.952l0.062-0.048 128.76-103-128.76-103c-7.351-5.916-12.016-14.914-12.016-25 0-17.682 14.334-32.016 32.016-32.016 7.595 0 14.573 2.645 20.062 7.064l-0.062-0.048 160 128c7.342 5.914 12 14.903 12 24.98 0 0.007-0 0.014-0 0.021l0-0.001zM704 608h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"terminal-window\"]},\"attrs\":[{}],\"properties\":{\"order\":26850,\"id\":138,\"name\":\"terminal-window\",\"prevSize\":16,\"code\":60757},\"setIdx\":0,\"setId\":0,\"iconIdx\":1109},{\"icon\":{\"paths\":[\"M950.64 345.36l-240-240c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-516.92 516.92c-32.41 32.41-52.456 77.184-52.456 126.64 0 98.912 80.184 179.096 179.096 179.096 49.456 0 94.23-20.046 126.64-52.456v0l447.56-447.56 88.84-29.6c12.832-4.362 21.901-16.304 21.901-30.365 0-8.841-3.585-16.844-9.38-22.635l-0-0zM356.44 830.28c-20.664 19.936-48.827 32.219-79.859 32.219-63.557 0-115.080-51.523-115.080-115.080 0-31.032 12.283-59.195 32.252-79.893l-0.033 0.034 115.2-115.2c33.88-11.6 87-16 156.28 20 42.4 22.16 80.72 32 114.24 34.92zM821.88 369.64c-4.905 1.659-9.098 4.304-12.52 7.72l0-0-158.28 158.28c-33.88 11.6-87 16-156.28-20-42.4-22.16-80.72-32-114.24-34.92l307.44-307.48 180.76 180.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"test-tube\"]},\"attrs\":[{}],\"properties\":{\"order\":26851,\"id\":137,\"name\":\"test-tube\",\"prevSize\":16,\"code\":60758},\"setIdx\":0,\"setId\":0,\"iconIdx\":1110},{\"icon\":{\"paths\":[\"M348.96 210.36c-5.237-10.954-16.231-18.387-28.96-18.387s-23.723 7.432-28.877 18.194l-0.083 0.193-256 544c-1.921 3.989-3.043 8.673-3.043 13.62 0 17.675 14.328 32.003 32.003 32.003 12.728 0 23.721-7.431 28.877-18.19l0.083-0.193 66.64-141.6h320.8l66.64 141.6c5.239 10.952 16.232 18.383 28.96 18.383 17.675 0 32.003-14.328 32.003-32.003 0-4.947-1.122-9.631-3.126-13.813l0.083 0.193zM189.72 576l130.28-276.84 130.28 276.84zM800 384c-51.040 0-90.92 13.88-118.52 41.28-5.512 5.74-8.907 13.549-8.907 22.152 0 17.673 14.327 32 32 32 8.503 0 16.231-3.316 21.962-8.726l-0.016 0.015c15.2-15.080 40-22.72 73.48-22.72 52.92 0 96 36 96 80v12.88c-26.711-18.092-59.65-28.882-95.11-28.882-0.313 0-0.626 0.001-0.938 0.003l0.048-0c-88.24 0-160 64.6-160 144s71.76 144 160 144c0.222 0.001 0.485 0.002 0.749 0.002 35.523 0 68.514-10.837 95.85-29.385l-0.598 0.383c0.823 17.035 14.835 30.535 32 30.535 17.693 0 32.035-14.343 32.035-32.035 0-0.528-0.013-1.052-0.038-1.574l0.003 0.074v-240c0-79.4-71.76-144-160-144zM800 736c-52.92 0-96-36-96-80s43.080-80 96-80 96 36 96 80-43.080 80-96 80z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-aa\"]},\"attrs\":[{}],\"properties\":{\"order\":26852,\"id\":136,\"name\":\"text-aa\",\"prevSize\":16,\"code\":60759},\"setIdx\":0,\"setId\":0,\"iconIdx\":1111},{\"icon\":{\"paths\":[\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM256 384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 704h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-align-center\"]},\"attrs\":[{}],\"properties\":{\"order\":26853,\"id\":135,\"name\":\"text-align-center\",\"prevSize\":16,\"code\":60760},\"setIdx\":0,\"setId\":0,\"iconIdx\":1112},{\"icon\":{\"paths\":[\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM864 384h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 704h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-align-justify\"]},\"attrs\":[{}],\"properties\":{\"order\":26854,\"id\":134,\"name\":\"text-align-justify\",\"prevSize\":16,\"code\":60761},\"setIdx\":0,\"setId\":0,\"iconIdx\":1113},{\"icon\":{\"paths\":[\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 448h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 704h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-align-left\"]},\"attrs\":[{}],\"properties\":{\"order\":26855,\"id\":133,\"name\":\"text-align-left\",\"prevSize\":16,\"code\":60762},\"setIdx\":0,\"setId\":0,\"iconIdx\":1114},{\"icon\":{\"paths\":[\"M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM864 384h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 704h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-align-right\"]},\"attrs\":[{}],\"properties\":{\"order\":26856,\"id\":132,\"name\":\"text-align-right\",\"prevSize\":16,\"code\":60763},\"setIdx\":0,\"setId\":0,\"iconIdx\":1115},{\"icon\":{\"paths\":[\"M242.36 700.96c3.996 1.928 8.689 3.055 13.645 3.055 12.725 0 23.715-7.427 28.871-18.183l0.083-0.192 66.64-141.64h320.8l66.64 141.64c5.244 10.946 16.235 18.371 28.96 18.371 17.679 0 32.011-14.332 32.011-32.011 0-4.954-1.125-9.646-3.135-13.832l0.083 0.192-256-544c-5.237-10.954-16.231-18.387-28.96-18.387s-23.723 7.432-28.877 18.194l-0.083 0.193-256 544c-1.928 3.996-3.055 8.689-3.055 13.645 0 12.725 7.427 23.715 18.183 28.871l0.192 0.083zM512 203.16l130.28 276.84h-260.56zM896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-a-underline\"]},\"attrs\":[{}],\"properties\":{\"order\":26857,\"id\":131,\"name\":\"text-a-underline\",\"prevSize\":16,\"code\":60764},\"setIdx\":0,\"setId\":0,\"iconIdx\":1116},{\"icon\":{\"paths\":[\"M681.92 462.8c33.277-32.066 53.944-77.020 53.944-126.8 0-97.154-78.72-175.922-175.856-176l-272.007-0c-17.673 0-32 14.327-32 32v0 608c0 17.673 14.327 32 32 32v0h320c106.039 0 192-85.961 192-192 0-79.36-48.148-147.474-116.825-176.725l-1.255-0.475zM320 224h240c61.856 0 112 50.144 112 112s-50.144 112-112 112v0h-240zM608 768h-288v-256h288c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-b\"]},\"attrs\":[{}],\"properties\":{\"order\":26858,\"id\":130,\"name\":\"text-b\",\"prevSize\":16,\"code\":60765},\"setIdx\":0,\"setId\":0,\"iconIdx\":1117},{\"icon\":{\"paths\":[\"M448 160c-17.673 0-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h320v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM96 704v-384h320v384zM992 320v384c0 35.346-28.654 64-64 64v0h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352v-384h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c35.346 0 64 28.654 64 64v0zM352 448c0 17.673-14.327 32-32 32v0h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"textbox\"]},\"attrs\":[{}],\"properties\":{\"order\":26859,\"id\":129,\"name\":\"textbox\",\"prevSize\":16,\"code\":60766},\"setIdx\":0,\"setId\":0,\"iconIdx\":1118},{\"icon\":{\"paths\":[\"M480 256c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0zM448 384h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 704h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 288h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 384h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 704h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-columns\"]},\"attrs\":[{}],\"properties\":{\"order\":26860,\"id\":128,\"name\":\"text-columns\",\"prevSize\":16,\"code\":60767},\"setIdx\":0,\"setId\":0,\"iconIdx\":1119},{\"icon\":{\"paths\":[\"M832 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256h-512v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0 256h512v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-h\"]},\"attrs\":[{}],\"properties\":{\"order\":26861,\"id\":127,\"name\":\"text-h\",\"prevSize\":16,\"code\":60768},\"setIdx\":0,\"setId\":0,\"iconIdx\":1120},{\"icon\":{\"paths\":[\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM848 576c-0.087-0-0.191-0-0.294-0-13.261 0-26.133 1.663-38.42 4.792l1.074-0.232 16.76-100.56h132.88c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-15.808 0.001-28.938 11.463-31.533 26.53l-0.027 0.19-32 192c-0.277 1.582-0.436 3.404-0.436 5.263 0 17.673 14.327 32 32 32 8.941 0 17.025-3.667 22.831-9.578l0.005-0.005c14.209-13.87 33.659-22.427 55.108-22.427 0.722 0 1.441 0.010 2.158 0.029l-0.106-0.002c44.183 0 80 35.817 80 80s-35.817 80-80 80v0c-0.611 0.017-1.331 0.027-2.052 0.027-21.449 0-40.899-8.556-55.124-22.442l0.016 0.015c-5.855-6.248-14.158-10.141-23.371-10.141-17.673 0-32 14.327-32 32 0 8.994 3.71 17.121 9.683 22.934l0.007 0.007c25.724 25.715 61.257 41.619 100.504 41.619 0.821 0 1.641-0.007 2.459-0.021l-0.123 0.002c79.529 0 144-64.471 144-144s-64.471-144-144-144v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-h-five\"]},\"attrs\":[{}],\"properties\":{\"order\":26862,\"id\":126,\"name\":\"text-h-five\",\"prevSize\":16,\"code\":60769},\"setIdx\":0,\"setId\":0,\"iconIdx\":1121},{\"icon\":{\"paths\":[\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 672h-32v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-115.6l81.96-245.88c1.041-3.020 1.642-6.5 1.642-10.12 0-17.674-14.328-32.002-32.002-32.002-14.054 0-25.992 9.059-30.293 21.657l-0.067 0.225-96 288c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.002-0l160 0v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-h-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26863,\"id\":125,\"name\":\"text-h-four\",\"prevSize\":16,\"code\":60770},\"setIdx\":0,\"setId\":0,\"iconIdx\":1122},{\"icon\":{\"paths\":[\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM911.080 420c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-96 64c-8.646 5.824-14.257 15.577-14.257 26.64 0 17.683 14.335 32.017 32.017 32.017 6.619 0 12.769-2.009 17.874-5.45l-0.114 0.072 46.24-30.84v324c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-h-one\"]},\"attrs\":[{}],\"properties\":{\"order\":26864,\"id\":124,\"name\":\"text-h-one\",\"prevSize\":16,\"code\":60771},\"setIdx\":0,\"setId\":0,\"iconIdx\":1123},{\"icon\":{\"paths\":[\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 720c0 0.041 0 0.089 0 0.138 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-26.047 6.916-50.479 19.011-71.56l-0.371 0.702c0.28-0.56 0.56-1.12 0.88-1.68l129-216c5.687-9.409 15.86-15.602 27.48-15.602 17.674 0 32.002 14.328 32.002 32.002 0 6.054-1.681 11.716-4.602 16.543l0.080-0.143-66.76 112c2.4 0 4.84-0.2 7.28-0.2-0 0 0-0 0-0 79.459 0 143.886 64.357 144 143.789l0 0.011zM928 720c0-44.183-35.817-80-80-80s-80 35.817-80 80c0 44.183 35.817 80 80 80v0c44.183 0 80-35.817 80-80v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-h-six\"]},\"attrs\":[{}],\"properties\":{\"order\":26865,\"id\":123,\"name\":\"text-h-six\",\"prevSize\":16,\"code\":60772},\"setIdx\":0,\"setId\":0,\"iconIdx\":1124},{\"icon\":{\"paths\":[\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM902.080 586.52l84-120c3.692-5.148 5.904-11.576 5.904-18.52 0-17.667-14.318-31.991-31.983-32l-192.001-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h130.52l-76.72 109.64c-3.623 5.116-5.791 11.485-5.791 18.36 0 17.67 14.322 31.995 31.991 32l0 0c44.171 0.016 79.971 35.827 79.971 80 0 44.183-35.817 80-80 80-22.373 0-42.6-9.184-57.119-23.987l-0.013-0.013c-5.876-6.452-14.311-10.486-23.689-10.486-17.673 0-32 14.327-32 32 0 9.149 3.839 17.4 9.994 23.232l0.014 0.014c26.156 26.671 62.567 43.204 102.84 43.204 79.516 0 143.979-64.45 144-143.962l0-0.002c-0.072-60.020-36.782-111.449-88.964-133.128l-0.956-0.352z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-h-three\"]},\"attrs\":[{}],\"properties\":{\"order\":26866,\"id\":122,\"name\":\"text-h-three\",\"prevSize\":16,\"code\":60773},\"setIdx\":0,\"setId\":0,\"iconIdx\":1125},{\"icon\":{\"paths\":[\"M608 224v480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-208h-352v208c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 208h352v-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM960 800h-128l134.2-178.96c16.063-21.159 25.732-47.938 25.732-76.976 0-70.692-57.308-128-128-128-55.369 0-102.528 35.157-120.37 84.365l-0.282 0.891c-1.283 3.329-2.026 7.181-2.026 11.207 0 17.673 14.327 32 32 32 14.040 0 25.969-9.042 30.279-21.621l0.067-0.225c2.389-6.572 5.526-12.261 9.398-17.361l-0.118 0.161c11.768-16.099 30.586-26.438 51.818-26.438 35.346 0 64 28.654 64 64 0 14.976-5.144 28.75-13.761 39.653l0.103-0.135-172.64 230.24c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-h-two\"]},\"attrs\":[{}],\"properties\":{\"order\":26867,\"id\":121,\"name\":\"text-h-two\",\"prevSize\":16,\"code\":60774},\"setIdx\":0,\"setId\":0,\"iconIdx\":1126},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0zM448 288h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM137.36 566.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-160-160c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l137.4 137.36-137.4 137.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-indent\"]},\"attrs\":[{}],\"properties\":{\"order\":26868,\"id\":120,\"name\":\"text-indent\",\"prevSize\":16,\"code\":60775},\"setIdx\":0,\"setId\":0,\"iconIdx\":1127},{\"icon\":{\"paths\":[\"M800 224c0 17.673-14.327 32-32 32v0h-136.92l-170.68 512h115.6c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h136.92l170.68-512h-115.6c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-italic\"]},\"attrs\":[{}],\"properties\":{\"order\":26869,\"id\":119,\"name\":\"text-italic\",\"prevSize\":16,\"code\":60776},\"setIdx\":0,\"setId\":0,\"iconIdx\":1128},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0zM448 288h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 576c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-137.4-137.36 137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-160 160c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 160 160c5.79 5.783 13.785 9.36 22.615 9.36 0.009 0 0.018-0 0.027-0l-0.001 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-outdent\"]},\"attrs\":[{}],\"properties\":{\"order\":26870,\"id\":118,\"name\":\"text-outdent\",\"prevSize\":16,\"code\":60777},\"setIdx\":0,\"setId\":0,\"iconIdx\":1129},{\"icon\":{\"paths\":[\"M896 512c0 17.673-14.327 32-32 32v0h-160.28c36.76 28.44 64.28 68.8 64.28 128 0 53.36-28 102.8-79 139.16-47.68 34.080-110.56 52.84-177 52.84s-129.32-18.76-177-52.84c-51-36.36-79-85.8-79-139.16 0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 69.4 88 128 192 128s192-58.6 192-128c0-59.4-42.16-94.32-155.080-128h-388.92c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM305.32 416c0.009 0 0.019 0 0.030 0 17.673 0 32-14.327 32-32 0-3.561-0.582-6.986-1.655-10.186l0.066 0.226c-2.109-6.331-3.325-13.62-3.325-21.193 0-0.298 0.002-0.595 0.006-0.892l-0 0.045c0-72.96 77.2-128 179.56-128 75.36 0 136.64 29.68 164 79.4 5.74 9.138 15.765 15.123 27.188 15.123 17.673 0 32-14.327 32-32 0-5.065-1.177-9.855-3.271-14.111l0.084 0.188c-38.68-70.52-120.92-112.6-220-112.6-138.84 0-243.56 82.52-243.56 192-0.001 0.191-0.002 0.418-0.002 0.645 0 14.764 2.371 28.973 6.754 42.269l-0.272-0.953c4.319 12.902 16.292 22.035 30.399 22.040l0.001 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-strikethrough\"]},\"attrs\":[{}],\"properties\":{\"order\":26871,\"id\":117,\"name\":\"text-strikethrough\",\"prevSize\":16,\"code\":60778},\"setIdx\":0,\"setId\":0,\"iconIdx\":1130},{\"icon\":{\"paths\":[\"M832 224v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-224v512h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-512h-224v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-t\"]},\"attrs\":[{}],\"properties\":{\"order\":26872,\"id\":116,\"name\":\"text-t\",\"prevSize\":16,\"code\":60779},\"setIdx\":0,\"setId\":0,\"iconIdx\":1131},{\"icon\":{\"paths\":[\"M800 896c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0zM512 800c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 106.039-85.961 192-192 192s-192-85.961-192-192v0-320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0.159 141.321 114.679 255.841 255.985 256l0.015 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"text-underline\"]},\"attrs\":[{}],\"properties\":{\"order\":26873,\"id\":115,\"name\":\"text-underline\",\"prevSize\":16,\"code\":60780},\"setIdx\":0,\"setId\":0,\"iconIdx\":1132},{\"icon\":{\"paths\":[\"M848 224c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM848 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 612v-260c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 260c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM480 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM640 536v-344c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 344c-58.736 47.309-96 119.223-96 199.84 0 141.385 114.615 256 256 256s256-114.615 256-256c0-80.617-37.264-152.531-95.508-199.456l-0.492-0.384zM480 928c-0.005 0-0.010 0-0.016 0-106.039 0-192-85.961-192-192 0-65 32.3-122.455 81.724-157.192l0.612-0.408c8.315-5.86 13.68-15.422 13.68-26.237 0-0.057-0-0.114-0-0.172l0 0.009v-360c0-53.019 42.981-96 96-96s96 42.981 96 96v0 360c-0 0.001-0 0.002-0 0.003 0 10.815 5.365 20.377 13.579 26.169l0.101 0.068c50.168 35.13 82.566 92.662 82.566 157.76 0 106.039-85.961 192-192 192-0.087 0-0.173-0-0.26-0l0.013 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"thermometer\"]},\"attrs\":[{}],\"properties\":{\"order\":26874,\"id\":114,\"name\":\"thermometer\",\"prevSize\":16,\"code\":60781},\"setIdx\":0,\"setId\":0,\"iconIdx\":1133},{\"icon\":{\"paths\":[\"M995.64 310.88l-80 25.96 49.36 68c4.143 5.34 6.641 12.137 6.641 19.517 0 17.673-14.327 32-32 32-10.916 0-20.556-5.466-26.331-13.811l-0.070-0.106-49.24-68-49.36 68c-5.908 7.623-15.066 12.483-25.359 12.483-17.673 0-32-14.327-32-32 0-6.757 2.094-13.024 5.669-18.189l-0.070 0.106 49.36-68-80-25.96c-12.949-4.296-22.123-16.297-22.123-30.44 0-17.675 14.328-32.003 32.003-32.003 3.531 0 6.929 0.572 10.106 1.628l-0.226-0.065 80 26v-84c0-17.673 14.327-32 32-32s32 14.327 32 32v0 84l80-25.96c2.956-0.995 6.361-1.569 9.9-1.569 17.678 0 32.009 14.331 32.009 32.009 0 14.139-9.168 26.138-21.883 30.375l-0.226 0.065zM608 736c-0.037 70.665-57.33 127.935-128 127.935-70.692 0-128-57.308-128-128 0-59.321 40.353-109.217 95.107-123.734l0.893-0.201v-132c0-17.673 14.327-32 32-32s32 14.327 32 32v0 132c55.621 14.799 95.942 64.683 96 123.994l0 0.006zM544 736c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM736 736c-0.091 141.316-114.671 255.84-256 255.84-141.385 0-256-114.615-256-256 0-80.617 37.264-152.531 95.508-199.456l0.492-0.384v-344c0-88.366 71.634-160 160-160s160 71.634 160 160v0 344c58.739 47.368 96 119.33 96 199.994 0 0.002-0 0.005-0 0.007l0-0.001zM672 736c-0.054-64.983-32.33-122.417-81.711-157.193l-0.609-0.407c-8.315-5.86-13.68-15.422-13.68-26.237 0-0.057 0-0.114 0-0.172l-0 0.009v-360c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 360c0 0.001 0 0.002 0 0.003 0 10.815-5.365 20.377-13.579 26.169l-0.101 0.068c-50.027 35.146-82.32 92.596-82.32 157.589 0 106.039 85.961 192 192 192 105.979 0 191.903-85.864 192-191.82l0-0.009z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"thermometer-cold\"]},\"attrs\":[{}],\"properties\":{\"order\":26875,\"id\":113,\"name\":\"thermometer-cold\",\"prevSize\":16,\"code\":60782},\"setIdx\":0,\"setId\":0,\"iconIdx\":1134},{\"icon\":{\"paths\":[\"M709.64 322.16c-3.527-5.070-5.635-11.356-5.635-18.135 0-10.881 5.431-20.494 13.731-26.276l0.105-0.069c41.6-28.72 106.72-28.72 148.32 0 20 13.88 55.52 13.88 75.68 0 4.859-3.131 10.793-4.991 17.161-4.991 17.673 0 32 14.327 32 32 0 10.451-5.010 19.732-12.76 25.572l-0.081 0.059c-21.005 13.497-46.646 21.517-74.16 21.517s-53.155-8.019-74.713-21.848l0.553 0.332c-20-13.88-55.52-13.88-75.68 0-5.079 3.546-11.383 5.667-18.181 5.667-10.878 0-20.488-5.428-26.27-13.722l-0.069-0.104zM941.84 405.68c-20 13.88-55.52 13.88-75.68 0-41.6-28.72-106.72-28.72-148.32 0-8.977 5.769-14.839 15.704-14.839 27.009 0 17.673 14.327 32 32 32 7.222 0 13.885-2.392 19.24-6.428l-0.081 0.059c20-13.88 55.52-13.88 75.68 0 21.005 13.497 46.646 21.517 74.16 21.517s53.155-8.019 74.713-21.848l-0.553 0.332c7.831-5.899 12.841-15.18 12.841-25.631 0-17.673-14.327-32-32-32-6.369 0-12.303 1.86-17.288 5.067l0.127-0.076zM608 736c-0.037 70.665-57.33 127.935-128 127.935-70.692 0-128-57.308-128-128 0-59.321 40.353-109.217 95.107-123.734l0.893-0.201v-420c0-17.673 14.327-32 32-32s32 14.327 32 32v0 420c55.621 14.799 95.942 64.683 96 123.994l0 0.006zM544 736c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM736 736c-0.091 141.316-114.671 255.84-256 255.84-141.385 0-256-114.615-256-256 0-80.617 37.264-152.531 95.508-199.456l0.492-0.384v-344c0-88.366 71.634-160 160-160s160 71.634 160 160v0 344c58.739 47.368 96 119.33 96 199.994 0 0.002-0 0.005-0 0.007l0-0.001zM672 736c-0.054-64.983-32.33-122.417-81.711-157.193l-0.609-0.407c-8.315-5.86-13.68-15.422-13.68-26.237 0-0.057 0-0.114 0-0.172l-0 0.009v-360c0-53.019-42.981-96-96-96s-96 42.981-96 96v0 360c0 0.001 0 0.002 0 0.003 0 10.815-5.365 20.377-13.579 26.169l-0.101 0.068c-50.027 35.146-82.32 92.596-82.32 157.589 0 106.039 85.961 192 192 192 105.979 0 191.903-85.864 192-191.82l0-0.009z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"thermometer-hot\"]},\"attrs\":[{}],\"properties\":{\"order\":26876,\"id\":112,\"name\":\"thermometer-hot\",\"prevSize\":16,\"code\":60783},\"setIdx\":0,\"setId\":0,\"iconIdx\":1135},{\"icon\":{\"paths\":[\"M544 612v-260c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 260c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201zM512 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM672 536v-344c0-88.366-71.634-160-160-160s-160 71.634-160 160v0 344c-58.736 47.309-96 119.223-96 199.84 0 141.385 114.615 256 256 256s256-114.615 256-256c0-80.617-37.264-152.531-95.508-199.456l-0.492-0.384zM512 928c-0.005 0-0.010 0-0.016 0-106.039 0-192-85.961-192-192 0-65 32.3-122.455 81.724-157.192l0.612-0.408c8.315-5.86 13.68-15.422 13.68-26.237 0-0.057-0-0.114-0-0.172l0 0.009v-360c0-53.019 42.981-96 96-96s96 42.981 96 96v0 360c-0 0.001-0 0.002-0 0.003 0 10.815 5.365 20.377 13.579 26.169l0.101 0.068c50.168 35.13 82.566 92.662 82.566 157.76 0 106.039-85.961 192-192 192-0.087 0-0.173-0-0.26-0l0.013 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"thermometer-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26877,\"id\":111,\"name\":\"thermometer-simple\",\"prevSize\":16,\"code\":60784},\"setIdx\":0,\"setId\":0,\"iconIdx\":1136},{\"icon\":{\"paths\":[\"M959.28 628l-48-384c-6.17-47.604-46.458-84-95.247-84-0.012 0-0.023 0-0.035 0l-687.998-0c-35.346 0-64 28.654-64 64v0 352c0 35.346 28.654 64 64 64v0h172.24l151.12 302.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c88.366 0 160-71.634 160-160v0-64h224c0.010 0 0.021 0 0.033 0 53.019 0 96-42.981 96-96 0-4.23-0.274-8.396-0.804-12.482l0.051 0.482zM288 576h-160v-352h160zM888 661.16c-5.81 6.658-14.311 10.841-23.788 10.841-0.074 0-0.149-0-0.223-0.001l0.011 0h-256c-17.673 0-32 14.327-32 32v0 96c0 0.008 0 0.017 0 0.027 0 46.352-32.851 85.031-76.54 94.026l-0.62 0.107-146.84-293.72v-376.44h464c0.003-0 0.007-0 0.011-0 16.263 0 29.693 12.132 31.732 27.839l0.017 0.161 48 384c0.175 1.247 0.275 2.688 0.275 4.152 0 8.087-3.049 15.461-8.061 21.037l0.026-0.029z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"thumbs-down\"]},\"attrs\":[{}],\"properties\":{\"order\":26878,\"id\":110,\"name\":\"thumbs-down\",\"prevSize\":16,\"code\":60785},\"setIdx\":0,\"setId\":0,\"iconIdx\":1137},{\"icon\":{\"paths\":[\"M936 320.48c-17.676-19.961-43.366-32.48-71.981-32.48-0.007 0-0.014 0-0.021 0l-223.999-0v-64c0-88.366-71.634-160-160-160v0c-0.007-0-0.015-0-0.023-0-12.453 0-23.245 7.113-28.533 17.498l-0.084 0.182-151.12 302.32h-172.24c-35.346 0-64 28.654-64 64v0 352c0 35.346 28.654 64 64 64v0h688c0.010 0 0.021 0 0.033 0 48.789 0 89.078-36.396 95.196-83.518l0.051-0.482 48-384c0.478-3.599 0.751-7.761 0.751-11.987 0-24.411-9.111-46.694-24.119-63.634l0.087 0.101zM128 448h160v352h-160zM895.76 388l-48 384c-2.057 15.868-15.486 28-31.749 28-0.004 0-0.008-0-0.012-0l-463.999 0v-376.44l146.84-293.72c44.31 9.102 77.16 47.781 77.16 94.133 0 0.009-0 0.019-0 0.028l0-0.002v96c0 17.673 14.327 32 32 32v0h256c0.003-0 0.007-0 0.011-0 17.673 0 32 14.327 32 32 0 1.41-0.091 2.799-0.268 4.161l0.017-0.161z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"thumbs-up\"]},\"attrs\":[{}],\"properties\":{\"order\":26879,\"id\":109,\"name\":\"thumbs-up\",\"prevSize\":16,\"code\":60786},\"setIdx\":0,\"setId\":0,\"iconIdx\":1138},{\"icon\":{\"paths\":[\"M908.76 417.92c29.43-6.145 51.223-31.865 51.24-62.678l0-0.002v-99.24c0-35.346-28.654-64-64-64v0h-768c-35.346 0-64 28.654-64 64v0 99.24c0.017 30.815 21.81 56.535 50.824 62.607l0.416 0.073c43.988 9.36 76.506 47.883 76.506 94s-32.519 84.64-75.878 93.888l-0.629 0.112c-29.441 6.147-51.24 31.885-51.24 62.715 0 0.044 0 0.088 0 0.132l-0-0.007v99.24c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-99.24c-0.017-30.815-21.81-56.535-50.824-62.607l-0.416-0.073c-43.988-9.36-76.506-47.883-76.506-94s32.519-84.64 75.878-93.888l0.629-0.112zM128 668.8c73.584-15.383 128.062-79.72 128.062-156.78s-54.478-141.397-127.021-156.597l-1.041-0.183v-99.24h224v512h-224zM896 668.8v99.2h-480v-512h480v99.2c-73.584 15.383-128.062 79.72-128.062 156.78s54.478 141.397 127.021 156.597l1.041 0.183z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"ticket\"]},\"attrs\":[{}],\"properties\":{\"order\":26880,\"id\":108,\"name\":\"ticket\",\"prevSize\":16,\"code\":60787},\"setIdx\":0,\"setId\":0,\"iconIdx\":1139},{\"icon\":{\"paths\":[\"M1014.64 361.36l-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-137.36-137.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-137.36-137.4c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l137.36-137.4 114.76 114.76-137.4 137.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-137.4-137.36 114.76-114.76 137.36 137.4c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM192 498.76l-114.76-114.76 114.76-114.76 114.76 114.76zM512 818.76l-114.76-114.76 114.76-114.76 114.76 114.76zM512 498.76l-114.76-114.76 114.76-114.76 114.76 114.76zM832 498.76l-114.76-114.76 114.76-114.76 114.76 114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tidal-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26881,\"id\":107,\"name\":\"tidal-logo\",\"prevSize\":16,\"code\":60788},\"setIdx\":0,\"setId\":0,\"iconIdx\":1140},{\"icon\":{\"paths\":[\"M896 288c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011c0-17.673-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 528c-0.021 44.167-35.83 79.963-80 79.963-44.183 0-80-35.817-80-80 0-31.727 18.469-59.14 45.242-72.075l0.478-0.208c10.896-5.259 18.28-16.222 18.28-28.91 0-0.004-0-0.007-0-0.011l0 0.001v-170.76c0-0.004 0-0.009 0-0.014 0-17.673-14.327-32-32-32-1.979 0-3.916 0.18-5.796 0.524l0.196-0.030c-142.76 25.44-250.4 155.92-250.4 303.52 0 167.895 136.105 304 304 304s304-136.105 304-304v0-158.84c55.43 29.511 121.211 46.841 191.041 46.841 0.337 0 0.674-0 1.011-0.001l-0.052 0c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM864 446.56c-65.65-5.975-124.895-29.298-174.318-65.293l0.998 0.693c-5.181-3.762-11.667-6.018-18.68-6.018-17.673 0-32 14.327-32 32 0 0.020 0 0.041 0 0.061l-0-0.003v216c0 132.548-107.452 240-240 240s-240-107.452-240-240v0c0-103.6 66.56-196.52 160-230.4v110.68c-38.815 26.202-64 70.027-64 119.733 0 79.529 64.471 144 144 144s144-64.471 144-144c0-0.005-0-0.009-0-0.014l0 0.001v-496h98c15.227 115.964 106.036 206.773 220.7 221.86l1.3 0.14z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tiktok-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26882,\"id\":106,\"name\":\"tiktok-logo\",\"prevSize\":16,\"code\":60789},\"setIdx\":0,\"setId\":0,\"iconIdx\":1141},{\"icon\":{\"paths\":[\"M512 160c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM512 864c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0zM694.64 361.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM384 64c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"timer\"]},\"attrs\":[{}],\"properties\":{\"order\":26883,\"id\":105,\"name\":\"timer\",\"prevSize\":16,\"code\":60790},\"setIdx\":0,\"setId\":0,\"iconIdx\":1142},{\"icon\":{\"paths\":[\"M954.96 846.76l-404.96-632.76 84.96-132.76c3.161-4.876 5.041-10.839 5.041-17.24 0-17.674-14.327-32.001-32.001-32.001-11.272 0-21.183 5.828-26.884 14.636l-0.076 0.125-69.040 107.88-69.040-108c-5.777-8.933-15.688-14.761-26.96-14.761-17.674 0-32.001 14.327-32.001 32.001 0 6.401 1.88 12.364 5.117 17.365l-0.076-0.125 84.96 132.88-404.96 632.76c-3.162 4.876-5.041 10.839-5.041 17.24 0 17.673 14.327 32 32 32 0 0 0.001-0 0.001-0l832 0c0 0 0.001 0 0.001 0 17.673 0 32-14.327 32-32 0-6.401-1.88-12.364-5.117-17.365l0.076 0.125zM345.2 832l166.8-260.64 166.8 260.64zM754.8 832l-216-337.24c-5.776-8.933-15.687-14.762-26.96-14.762s-21.184 5.829-26.884 14.637l-0.076 0.125-215.68 337.24h-114.72l357.52-558.64 357.52 558.64z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tipi\"]},\"attrs\":[{}],\"properties\":{\"order\":26884,\"id\":104,\"name\":\"tipi\",\"prevSize\":16,\"code\":60791},\"setIdx\":0,\"setId\":0,\"iconIdx\":1143},{\"icon\":{\"paths\":[\"M704 224h-384c-159.058 0-288 128.942-288 288s128.942 288 288 288v0h384c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM704 736h-384c-123.712 0-224-100.288-224-224s100.288-224 224-224v0h384c123.712 0 224 100.288 224 224s-100.288 224-224 224v0zM320 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM320 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"toggle-left\"]},\"attrs\":[{}],\"properties\":{\"order\":26885,\"id\":103,\"name\":\"toggle-left\",\"prevSize\":16,\"code\":60792},\"setIdx\":0,\"setId\":0,\"iconIdx\":1144},{\"icon\":{\"paths\":[\"M704 224h-384c-159.058 0-288 128.942-288 288s128.942 288 288 288v0h384c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM704 736h-384c-123.712 0-224-100.288-224-224s100.288-224 224-224v0h384c123.712 0 224 100.288 224 224s-100.288 224-224 224v0zM704 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM704 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"toggle-right\"]},\"attrs\":[{}],\"properties\":{\"order\":26886,\"id\":102,\"name\":\"toggle-right\",\"prevSize\":16,\"code\":60793},\"setIdx\":0,\"setId\":0,\"iconIdx\":1145},{\"icon\":{\"paths\":[\"M480 256c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0zM689.28 788.56l14.080 98.4c0.408 2.716 0.642 5.851 0.642 9.040 0 35.346-28.654 64-64 64-0.001 0-0.001-0-0.002-0l-256 0c-0 0-0.001 0-0.002 0-35.346 0-64-28.654-64-64 0-3.189 0.233-6.324 0.684-9.388l-0.042 0.348 14.080-98.4c-123.721-65.47-206.607-193.322-206.72-340.545l-0-0.015c0-17.673 14.327-32 32-32v0h64v-256c0-35.346 28.654-64 64-64v0h448c35.346 0 64 28.654 64 64v0 256h64c17.673 0 32 14.327 32 32v0c-0.114 147.238-82.999 275.091-204.635 339.552l-2.085 1.008zM288 416h448v-256h-448zM628.28 814c-34.751 11.416-74.747 17.999-116.28 17.999s-81.529-6.584-119.001-18.764l2.721 0.765-11.72 82h256zM830.4 480h-636.8c16.785 162.439 152.925 288.040 318.4 288.040s301.615-125.601 318.285-286.669l0.115-1.371z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"toilet\"]},\"attrs\":[{}],\"properties\":{\"order\":26887,\"id\":101,\"name\":\"toilet\",\"prevSize\":16,\"code\":60794},\"setIdx\":0,\"setId\":0,\"iconIdx\":1146},{\"icon\":{\"paths\":[\"M304 480c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM960 480v352c0 35.346-28.654 64-64 64v0h-448c-35.346 0-64-28.654-64-64v0-86.6c-34.52 56.080-79.28 86.6-128 86.6-55.48 0-105.84-39.56-141.76-111.4-32.4-64.6-50.24-150.24-50.24-240.6s17.84-175.8 50.24-240.6c35.92-71.84 86.28-111.4 141.76-111.4h512c55.48 0 105.84 39.56 141.76 111.4 32.4 64.8 50.24 150.24 50.24 240.6zM384 480c0-169.72-67.44-288-128-288s-128 118.28-128 288 67.44 288 128 288 128-118.28 128-288zM896 832v-320h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h63.16c-7.8-152.4-70.52-256-127.16-256h-399.52c10.525 13.763 20.262 29.296 28.509 45.706l0.771 1.694c28.56 57.12 45.76 130.24 49.48 208.6h64.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v320zM704 448h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"toilet-paper\"]},\"attrs\":[{}],\"properties\":{\"order\":26888,\"id\":100,\"name\":\"toilet-paper\",\"prevSize\":16,\"code\":60795},\"setIdx\":0,\"setId\":0,\"iconIdx\":1147},{\"icon\":{\"paths\":[\"M896 256h-192v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-192c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM896 320v128h-128v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-384v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-128v-128zM896 768h-768v-256h128v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h384v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h128v256z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"toolbox\"]},\"attrs\":[{}],\"properties\":{\"order\":26889,\"id\":99,\"name\":\"toolbox\",\"prevSize\":16,\"code\":60796},\"setIdx\":0,\"setId\":0,\"iconIdx\":1148},{\"icon\":{\"paths\":[\"M684 285.68l-85.84 34.32 85.84 34.28c11.846 4.879 20.033 16.333 20.033 29.7 0 17.691-14.342 32.033-32.033 32.033-4.325 0-8.449-0.857-12.213-2.41l0.213 0.078-148-59.24-148 59.24c-3.551 1.476-7.675 2.333-12 2.333-17.691 0-32.033-14.342-32.033-32.033 0-13.367 8.187-24.821 19.82-29.622l0.213-0.078 85.84-34.28-85.84-34.32c-11.846-4.879-20.033-16.333-20.033-29.7 0-17.691 14.342-32.033 32.033-32.033 4.325 0 8.449 0.857 12.213 2.41l-0.213-0.078 148 59.24 148-59.24c3.551-1.476 7.675-2.333 12-2.333 17.691 0 32.033 14.342 32.033 32.033 0 13.367-8.187 24.821-19.82 29.622l-0.213 0.078zM896 319c0 170.88-32 301.6-58.76 381.12-34.92 103.2-82.52 181.96-130.6 216-10.164 7.386-22.891 11.815-36.653 11.815-9.871 0-19.209-2.279-27.518-6.339l0.371 0.164c-20.569-9.87-34.912-29.79-36.707-53.222l-0.013-0.218c-3.4-46-20.2-196.32-94.12-196.32s-90.72 150.36-94.12 196.44c-2.55 33.374-30.208 59.5-63.99 59.6l-0.010 0c-13.714-0.019-26.392-4.44-36.701-11.925l0.181 0.125c-48-34.12-95.68-112.88-130.6-216-26.76-79.64-58.76-210.36-58.76-381.24 0.568-123.281 100.638-223 223.998-223 0.001 0 0.002 0 0.002 0l320-0c0.001-0 0.001-0 0.002-0 123.36 0 223.43 99.719 223.998 222.946l0 0.054zM832 319c-0.567-87.934-71.983-159-159.997-159-0.001 0-0.002 0-0.003 0l-320-0c-0.001-0-0.002-0-0.003-0-88.028 0-159.453 71.088-159.997 158.988l-0 0.052c0 162.2 30.040 285.6 55.4 360.56 44.2 130.64 92 173.48 106.44 184 12.44-164.92 68.52-255.6 158.16-255.6s145.8 90.84 157.96 255.76v0c14.4-10.36 62.28-53.040 106.64-184 25.36-75.12 55.4-198.52 55.4-360.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tooth\"]},\"attrs\":[{}],\"properties\":{\"order\":26890,\"id\":98,\"name\":\"tooth\",\"prevSize\":16,\"code\":60797},\"setIdx\":0,\"setId\":0,\"iconIdx\":1149},{\"icon\":{\"paths\":[\"M944 277.6c-11.87-13.28-29.050-21.6-48.174-21.6-0.051 0-0.103 0-0.154 0l0.008-0h-191.68c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-191.68c-19.060 0.053-36.168 8.362-47.945 21.538l-0.055 0.062c-10.004 11.241-16.116 26.139-16.116 42.463 0 2.628 0.158 5.219 0.466 7.763l-0.030-0.306 57.040 480c3.89 31.963 30.86 56.482 63.557 56.482 0.156 0 0.312-0.001 0.467-0.002l-0.024 0h653c0.132 0.001 0.287 0.002 0.443 0.002 32.697 0 59.667-24.519 63.526-56.173l0.031-0.308 57.040-480c0.275-2.226 0.431-4.803 0.431-7.417 0-16.343-6.126-31.256-16.207-42.566l0.056 0.064zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM839.040 800c-0.054 0.020-0.115 0.032-0.18 0.032s-0.126-0.012-0.184-0.033l0.004 0.001h-653.68l-56.68-480h191.68v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h256v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tote\"]},\"attrs\":[{}],\"properties\":{\"order\":26891,\"id\":97,\"name\":\"tote\",\"prevSize\":16,\"code\":60798},\"setIdx\":0,\"setId\":0,\"iconIdx\":1150},{\"icon\":{\"paths\":[\"M944 277.6c-11.87-13.28-29.050-21.6-48.174-21.6-0.051 0-0.103 0-0.154 0l0.008-0h-191.68c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-191.68c-19.060 0.053-36.168 8.362-47.945 21.538l-0.055 0.062c-10.004 11.241-16.116 26.139-16.116 42.463 0 2.628 0.158 5.219 0.466 7.763l-0.030-0.306 57.040 480c3.89 31.963 30.86 56.482 63.557 56.482 0.156 0 0.312-0.001 0.467-0.002l-0.024 0h653c0.132 0.001 0.287 0.002 0.443 0.002 32.697 0 59.667-24.519 63.526-56.173l0.031-0.308 57.040-480c0.275-2.226 0.431-4.803 0.431-7.417 0-16.343-6.126-31.256-16.207-42.566l0.056 0.064zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM839.040 800c-0.054 0.020-0.115 0.032-0.18 0.032s-0.126-0.012-0.184-0.033l0.004 0.001h-653.68l-56.68-480h767.68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tote-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26892,\"id\":96,\"name\":\"tote-simple\",\"prevSize\":16,\"code\":60799},\"setIdx\":0,\"setId\":0,\"iconIdx\":1151},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM448 416c0 17.673-14.327 32-32 32v0h-32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM768 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-106.84l-56 64c-5.892 6.658-14.458 10.834-24 10.834s-18.108-4.176-23.971-10.8l-0.029-0.034-56-64v106.84c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0.049-17.636 14.357-31.914 32-31.914 9.542 0 18.108 4.176 23.971 10.8l0.029 0.034 88 100.48 88-100.48c5.892-6.658 14.458-10.834 24-10.834 17.643 0 31.951 14.278 32 31.909l0 0.005z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"trademark\"]},\"attrs\":[{}],\"properties\":{\"order\":26893,\"id\":95,\"name\":\"trademark\",\"prevSize\":16,\"code\":60800},\"setIdx\":0,\"setId\":0,\"iconIdx\":1152},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM604.36 560.84c40.527-22.024 67.575-64.273 67.575-112.84 0-70.67-57.271-127.963-127.932-128l-128.004-0c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h89.56l76 113.76c5.824 8.646 15.577 14.257 26.64 14.257 17.683 0 32.017-14.335 32.017-32.017 0-6.619-2.009-12.769-5.45-17.874l0.072 0.114zM448 384h96c35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"trademark-registered\"]},\"attrs\":[{}],\"properties\":{\"order\":26894,\"id\":94,\"name\":\"trademark-registered\",\"prevSize\":16,\"code\":60801},\"setIdx\":0,\"setId\":0,\"iconIdx\":1153},{\"icon\":{\"paths\":[\"M928 832h-73.24l-241.080-693c-8.955-25.24-32.623-42.993-60.439-43l-82.481-0c-27.807 0.001-51.472 17.737-60.301 42.513l-0.139 0.447-241.080 693.040h-73.24c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM381.72 416h260.56l66.8 192h-394.16zM470.76 160h82.48l66.76 192h-216zM292.68 672h438.64l55.68 160h-550z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"traffic-cone\"]},\"attrs\":[{}],\"properties\":{\"order\":26895,\"id\":93,\"name\":\"traffic-cone\",\"prevSize\":16,\"code\":60802},\"setIdx\":0,\"setId\":0,\"iconIdx\":1154},{\"icon\":{\"paths\":[\"M972.6 465.16l-413.76-413.76c-11.987-11.988-28.548-19.402-46.84-19.402s-34.853 7.415-46.84 19.403l-413.76 413.76c-11.988 11.987-19.402 28.548-19.402 46.84s7.415 34.853 19.403 46.84l413.76 413.76c11.987 11.988 28.548 19.402 46.84 19.402s34.853-7.415 46.84-19.403l413.76-413.76c11.988-11.987 19.402-28.548 19.402-46.84s-7.415-34.853-19.403-46.84l0 0zM927.36 513.56l-413.76 413.8c-0.415 0.396-0.979 0.64-1.6 0.64s-1.185-0.244-1.601-0.641l0.001 0.001-413.76-413.8c-0.391-0.403-0.633-0.953-0.633-1.56s0.241-1.157 0.633-1.561l-0.001 0.001 413.76-413.8c0.415-0.396 0.979-0.64 1.6-0.64s1.185 0.244 1.601 0.641l-0.001-0.001 413.76 413.8c0.391 0.403 0.633 0.953 0.633 1.56s-0.241 1.157-0.633 1.561l0.001-0.001zM694.64 457.56c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 41.4-41.56h-146.76c-35.346 0-64 28.654-64 64v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-70.692 57.308-128 128-128v0h146.76l-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"traffic-sign\"]},\"attrs\":[{}],\"properties\":{\"order\":26896,\"id\":92,\"name\":\"traffic-sign\",\"prevSize\":16,\"code\":60803},\"setIdx\":0,\"setId\":0,\"iconIdx\":1155},{\"icon\":{\"paths\":[\"M512 224c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 416c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 544c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 576h-64v-256h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-96c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v256h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v224c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-224h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 864h-448v-704h448v704z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"traffic-signal\"]},\"attrs\":[{}],\"properties\":{\"order\":26897,\"id\":91,\"name\":\"traffic-signal\",\"prevSize\":16,\"code\":60804},\"setIdx\":0,\"setId\":0,\"iconIdx\":1156},{\"icon\":{\"paths\":[\"M736 96h-448c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM224 480v-160h256v160zM544 320h256v160h-256zM288 160h448c35.346 0 64 28.654 64 64v0 32h-576v-32c0-35.346 28.654-64 64-64v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"train\"]},\"attrs\":[{}],\"properties\":{\"order\":26898,\"id\":90,\"name\":\"train\",\"prevSize\":16,\"code\":60805},\"setIdx\":0,\"setId\":0,\"iconIdx\":1157},{\"icon\":{\"paths\":[\"M894.88 471.6l-89.56-328.44c-7.651-27.397-32.39-47.16-61.745-47.16-0.005 0-0.011 0-0.016 0l-463.119-0c-0.004-0-0.010-0-0.015-0-29.355 0-54.094 19.763-61.637 46.71l-0.108 0.45-89.56 328.44c-0.705 2.519-1.111 5.412-1.111 8.4s0.405 5.881 1.164 8.627l-0.054-0.227 89.56 328.44c7.651 27.397 32.39 47.16 61.745 47.16 0.005 0 0.011-0 0.016-0l39.559 0-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h39.56c0.004 0 0.010 0 0.015 0 29.355 0 54.094-19.763 61.637-46.71l0.108-0.45 89.56-328.44c0.705-2.519 1.111-5.412 1.111-8.4s-0.405-5.881-1.164-8.627l0.054 0.227zM280.44 160h463.12l80.44 294.76-312 56.72-312-56.72zM204.44 520.56l275.56 50.16v229.28h-199.56zM743.56 800h-199.56v-229.28l275.76-50.16zM352 352c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"train-regional\"]},\"attrs\":[{}],\"properties\":{\"order\":26899,\"id\":89,\"name\":\"train-regional\",\"prevSize\":16,\"code\":60806},\"setIdx\":0,\"setId\":0,\"iconIdx\":1158},{\"icon\":{\"paths\":[\"M736 96h-448c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM288 160h448c35.346 0 64 28.654 64 64v0 256h-576v-256c0-35.346 28.654-64 64-64v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"train-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26900,\"id\":88,\"name\":\"train-simple\",\"prevSize\":16,\"code\":60807},\"setIdx\":0,\"setId\":0,\"iconIdx\":1159},{\"icon\":{\"paths\":[\"M736 192h-192v-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96h-192c-70.692 0-128 57.308-128 128v0 416c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-416c0-70.692-57.308-128-128-128v0zM288 256h448c35.346 0 64 28.654 64 64v0 160h-576v-160c0-35.346 28.654-64 64-64v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tram\"]},\"attrs\":[{}],\"properties\":{\"order\":26901,\"id\":87,\"name\":\"tram\",\"prevSize\":16,\"code\":60808},\"setIdx\":0,\"setId\":0,\"iconIdx\":1160},{\"icon\":{\"paths\":[\"M956.6 849.68l-224-448c-5.371-10.57-16.165-17.686-28.62-17.686s-23.249 7.116-28.536 17.504l-0.084 0.182-86.84 173.72c-71.335-4.128-136.173-28.894-189.474-68.355l0.954 0.675c62.295-66.398 103.035-153.68 110.668-250.277l0.092-1.443h97.24c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h350.52c-7.634 81.721-42.226 154.18-94.671 209.561l0.151-0.161c-32.721-34.472-58.597-75.796-75.225-121.558l-0.775-2.442c-4.378-12.804-16.306-21.847-30.346-21.847-17.673 0-32 14.327-32 32 0 4.026 0.743 7.877 2.1 11.426l-0.074-0.219c20.277 56.398 50.343 104.785 88.526 145.462l-0.206-0.222c-57.273 42.48-129.342 68.001-207.373 68.001-0.22 0-0.441-0-0.661-0.001l0.034 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.136 0 0.298 0 0.46 0 96.839 0 185.909-33.262 256.409-88.983l-0.87 0.663c56.92 44.809 127.066 75.325 203.702 85.027l2.058 0.213-106.4 212.76c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.675 14.328 32.003 32.003 32.003 12.454 0 23.247-7.114 28.536-17.501l0.084-0.182 55.16-110.32h280.44l55.16 110.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c17.666-0.010 31.983-14.333 31.983-32 0-5.22-1.25-10.148-3.467-14.502l0.084 0.182zM595.76 704l108.24-216.44 108.2 216.44z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"translate\"]},\"attrs\":[{}],\"properties\":{\"order\":26902,\"id\":86,\"name\":\"translate\",\"prevSize\":16,\"code\":60809},\"setIdx\":0,\"setId\":0,\"iconIdx\":1161},{\"icon\":{\"paths\":[\"M864 192h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v576c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-576h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM384 160c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM768 832h-512v-576h512zM448 416v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 416v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"trash\"]},\"attrs\":[{}],\"properties\":{\"order\":26903,\"id\":85,\"name\":\"trash\",\"prevSize\":16,\"code\":60810},\"setIdx\":0,\"setId\":0,\"iconIdx\":1162},{\"icon\":{\"paths\":[\"M864 192h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v576c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-576h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 832h-512v-576h512zM320 96c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"trash-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26904,\"id\":84,\"name\":\"trash-simple\",\"prevSize\":16,\"code\":60811},\"setIdx\":0,\"setId\":0,\"iconIdx\":1163},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 192v416h-114.8c-0.048-0-0.106-0-0.163-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-77.24 77.24h-165.52l-77.24-77.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-114.76v-416zM832 832h-640v-160h114.76l77.24 77.24c11.498 11.587 27.43 18.76 45.037 18.76 0.071 0 0.143-0 0.214-0l-0.011 0h165.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 77.24-77.24h114.76v160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tray\"]},\"attrs\":[{}],\"properties\":{\"order\":26905,\"id\":83,\"name\":\"tray\",\"prevSize\":16,\"code\":60812},\"setIdx\":0,\"setId\":0,\"iconIdx\":1164},{\"icon\":{\"paths\":[\"M792.4 250.4c-47.161-110.512-154.899-186.561-280.4-186.561s-233.239 76.049-279.646 184.578l-0.754 1.983c-99.327 46.795-166.977 145.823-167.6 260.718l-0 0.082c-0.44 155.28 125.44 284.8 280.56 288.8 2.228 0.062 4.85 0.098 7.48 0.098 46.636 0 90.671-11.134 129.593-30.889l-1.633 0.752v158.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-158.040c37.169 18.942 81.063 30.040 127.549 30.040 0.159 0 0.317-0 0.476-0l-0.025 0h7.44c155.12-4 281-133.44 280.56-288.72-0.58-115.012-68.243-214.081-165.839-260.133l-1.761-0.747zM677.8 736c-1.848 0.055-4.021 0.086-6.202 0.086-46.194 0-89.1-14.081-124.658-38.185l0.78 0.499q-1.88-1.2-3.72-2.28v-164.36l174.32-87.12c10.579-5.374 17.7-16.175 17.7-28.64 0-17.684-14.336-32.020-32.020-32.020-5.22 0-10.148 1.249-14.502 3.464l0.182-0.084-145.68 72.88v-108.24c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 204.24l-145.68-72.88c-4.172-2.131-9.1-3.38-14.32-3.38-17.684 0-32.020 14.336-32.020 32.020 0 12.465 7.122 23.266 17.519 28.556l0.182 0.084 174.32 87.12v68.24q-1.88 1.080-3.72 2.28c-34.85 23.675-77.853 37.799-124.155 37.799-2.083 0-4.16-0.029-6.23-0.085l0.305 0.007c-121.282-3.125-218.407-102.185-218.407-223.93 0-89.763 52.799-167.195 129.034-202.932l1.372-0.578c14.564-6.783 25.893-18.475 32.043-32.904l0.157-0.416c37.214-87.287 122.292-147.361 221.4-147.361s184.186 60.074 220.805 145.795l0.595 1.566c6.307 14.845 17.636 26.536 31.809 33.156l0.391 0.164c77.608 36.315 130.407 113.747 130.407 203.51 0 121.745-97.125 220.805-218.117 223.924l-0.289 0.006z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tree\"]},\"attrs\":[{}],\"properties\":{\"order\":26906,\"id\":82,\"name\":\"tree\",\"prevSize\":16,\"code\":60813},\"setIdx\":0,\"setId\":0,\"iconIdx\":1165},{\"icon\":{\"paths\":[\"M921.28 748.36l-184-236.36h94.72c0.001 0 0.002 0 0.003 0 17.673 0 32-14.327 32-32 0-7.381-2.499-14.179-6.698-19.593l0.054 0.073-320-416c-5.908-7.624-15.066-12.484-25.36-12.484s-19.452 4.86-25.306 12.411l-0.054 0.073-320 416c-4.144 5.341-6.643 12.139-6.643 19.52 0 17.673 14.327 32 32 32 0.001 0 0.002-0 0.003-0l94.56 0-184 236.36c-4.201 5.363-6.736 12.206-6.736 19.64 0 17.673 14.327 32 32 32 0.062 0 0.124-0 0.186-0.001l-0.009 0h352v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h352c0.005 0 0.010 0 0.016 0 17.673 0 32-14.327 32-32 0-7.435-2.535-14.277-6.789-19.71l0.053 0.070zM193.44 736l184-236.36c4.201-5.363 6.736-12.206 6.736-19.64 0-17.673-14.327-32-32-32-0.062 0-0.124 0-0.186 0.001l0.009-0h-95l255-331.52 255 331.52h-95c-17.663 0.014-31.976 14.335-31.976 32 0 7.435 2.535 14.277 6.789 19.71l-0.053-0.070 183.8 236.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tree-evergreen\"]},\"attrs\":[{}],\"properties\":{\"order\":26907,\"id\":81,\"name\":\"tree-evergreen\",\"prevSize\":16,\"code\":60814},\"setIdx\":0,\"setId\":0,\"iconIdx\":1166},{\"icon\":{\"paths\":[\"M951.16 212.92c-48.944-52.32-118.405-84.925-195.48-84.925s-146.536 32.605-195.341 84.774l-0.139 0.151c-18.712 19.604-34.769 41.98-47.442 66.395l-0.758 1.605c-13.373-26.018-29.365-48.394-48.116-68.123l0.116 0.123c-48.944-52.32-118.405-84.925-195.48-84.925s-146.536 32.605-195.341 84.774l-0.139 0.151c-5.461 5.729-8.821 13.503-8.821 22.062 0 13.051 7.813 24.278 19.017 29.257l0.204 0.081 224.56 97.88c-74.505 20.369-135.481 68.119-172.711 131.498l-0.729 1.342c-24.37 40.904-38.776 90.2-38.776 142.862 0 26.477 3.642 52.104 10.452 76.407l-0.476-1.989c3.807 13.727 16.19 23.635 30.887 23.635 7.307 0 14.043-2.449 19.43-6.572l-0.077 0.057 324-246.72v413.28c0 17.673 14.327 32 32 32s32-14.327 32-32v0-413.28l324 246.72c5.316 4.081 12.064 6.54 19.386 6.54 14.707 0 27.096-9.921 30.841-23.436l0.053-0.225c6.334-22.314 9.976-47.941 9.976-74.418 0-52.661-14.406-101.958-39.493-144.164l0.717 1.302c-37.968-64.729-98.959-112.481-171.475-132.371l-2.005-0.469 224.88-97.88c11.408-5.060 19.221-16.286 19.221-29.338 0-8.559-3.36-16.333-8.833-22.075l0.012 0.013zM268.32 192c58.82 0.136 111.786 25.082 149.011 64.922l0.109 0.118c27.636 29.040 47.669 65.561 56.757 106.213l0.283 1.507-318.48-138.64c31.544-21.369 70.443-34.116 112.319-34.12l0.001-0zM160 646c-0.094-2.398-0.148-5.214-0.148-8.043 0-40.823 11.155-79.040 30.584-111.77l-0.556 1.012c29.723-50.64 77.578-87.923 134.446-103.205l1.554-0.355c17.481-4.852 37.553-7.64 58.277-7.64 0.086 0 0.171 0 0.257 0l-0.014-0c0.006-0 0.014-0 0.021-0 23.153 0 45.482 3.524 66.481 10.065l-1.582-0.425zM834 527.2c18.942 31.763 30.141 70.049 30.141 110.95 0 2.761-0.051 5.509-0.152 8.245l0.012-0.395-289.2-220.4c19.48-6.1 41.878-9.614 65.098-9.614 82.353 0 154.381 44.204 193.652 110.179l0.571 1.035zM549.52 364.76c9.371-42.159 29.404-78.68 57.129-107.814l-0.089 0.094c37.334-39.958 90.3-64.904 149.095-65.040l0.025-0c41.877 0.004 80.776 12.751 113.032 34.574l-0.712-0.454z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tree-palm\"]},\"attrs\":[{}],\"properties\":{\"order\":26908,\"id\":80,\"name\":\"tree-palm\",\"prevSize\":16,\"code\":60815},\"setIdx\":0,\"setId\":0,\"iconIdx\":1167},{\"icon\":{\"paths\":[\"M672 448h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-192c-35.346 0-64 28.654-64 64v0 64h-32c-70.692 0-128 57.308-128 128v0 96h-128v-32c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-32h128v96c0 70.692 57.308 128 128 128v0h32v64c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-192c-35.346 0-64 28.654-64 64v0 64h-32c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h32v64c0 35.346 28.654 64 64 64v0zM256 576h-128v-128h128v128zM672 640h192v192h-192zM672 192h192v192h-192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"tree-structure\"]},\"attrs\":[{}],\"properties\":{\"order\":26909,\"id\":79,\"name\":\"tree-structure\",\"prevSize\":16,\"code\":60816},\"setIdx\":0,\"setId\":0,\"iconIdx\":1168},{\"icon\":{\"paths\":[\"M960 544v256c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h178.76l-306.76-306.76-137.36 137.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-288-288c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l265.36 265.4 137.36-137.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 329.36 329.4v-178.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"trend-down\"]},\"attrs\":[{}],\"properties\":{\"order\":26910,\"id\":78,\"name\":\"trend-down\",\"prevSize\":16,\"code\":60817},\"setIdx\":0,\"setId\":0,\"iconIdx\":1169},{\"icon\":{\"paths\":[\"M960 224v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.76l-329.36 329.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-137.36-137.4-265.36 265.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 288-288c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l137.36 137.4 306.76-306.76h-178.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"trend-up\"]},\"attrs\":[{}],\"properties\":{\"order\":26911,\"id\":77,\"name\":\"trend-up\",\"prevSize\":16,\"code\":60818},\"setIdx\":0,\"setId\":0,\"iconIdx\":1170},{\"icon\":{\"paths\":[\"M947.2 752.36l-349.8-607.48c-17.525-29.455-49.194-48.883-85.4-48.883s-67.875 19.428-85.149 48.428l-0.251 0.455-349.8 607.48c-8.072 13.588-12.843 29.957-12.843 47.44s4.771 33.852 13.082 47.875l-0.239-0.435c17.136 29.355 48.484 48.765 84.366 48.765 0.364 0 0.727-0.002 1.090-0.006l-0.055 0h699.6c0.284 0.003 0.619 0.005 0.955 0.005 35.881 0 67.229-19.41 84.116-48.304l0.249-0.461c8.097-13.604 12.883-29.998 12.883-47.508 0-17.455-4.756-33.8-13.042-47.808l0.239 0.437zM891.72 815.2c-6.013 10.125-16.892 16.805-29.331 16.805-0.207 0-0.413-0.002-0.619-0.006l0.031 0h-699.6c-0.175 0.003-0.382 0.005-0.589 0.005-12.439 0-23.318-6.68-29.245-16.649l-0.086-0.157c-2.651-4.416-4.219-9.745-4.219-15.44s1.568-11.024 4.296-15.578l-0.077 0.138 349.8-607.48c6.23-10.239 17.329-16.972 30-16.972s23.77 6.734 29.913 16.818l0.087 0.154 349.8 607.48c2.602 4.384 4.14 9.665 4.14 15.305 0 5.75-1.599 11.127-4.376 15.711l0.076-0.135z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"triangle\"]},\"attrs\":[{}],\"properties\":{\"order\":26912,\"id\":76,\"name\":\"triangle\",\"prevSize\":16,\"code\":60819},\"setIdx\":0,\"setId\":0,\"iconIdx\":1171},{\"icon\":{\"paths\":[\"M928 256h-96v-32c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 32h-96c-35.346 0-64 28.654-64 64v0 64c0 88.366 71.634 160 160 160v0h14.6c38.943 120.722 144.334 209.004 272.018 222.323l1.382 0.117v97.56h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-97.68c127.76-12.92 233.76-102.56 272.32-222.32h15.68c88.366 0 160-71.634 160-160v0-64c0-35.346-28.654-64-64-64v0zM192 480c-53.019 0-96-42.981-96-96v0-64h96v128q0 16 1.56 32zM768 444.4c0 142.080-113.96 258.56-254.040 259.6h-1.96c-141.385 0-256-114.615-256-256v0-224h512zM928 384c0 53.019-42.981 96-96 96v0h-2c1.253-10.661 1.979-23.034 2-35.572l0-0.028v-124.4h96z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"trophy\"]},\"attrs\":[{}],\"properties\":{\"order\":26913,\"id\":75,\"name\":\"trophy\",\"prevSize\":16,\"code\":60820},\"setIdx\":0,\"setId\":0,\"iconIdx\":1172},{\"icon\":{\"paths\":[\"M989.68 468l-56-140c-9.668-23.645-32.494-40-59.141-40-0.077 0-0.154 0-0.231 0l0.012-0h-138.32v-32c0-17.673-14.327-32-32-32v0h-608c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h200c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-256c0-0.025 0-0.054 0-0.084 0-4.295-0.852-8.39-2.397-12.127l0.077 0.211zM736 352h138.32l38.4 96h-176.72zM96 288h576v256h-576zM288 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM612 736h-200c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-68v-128h576v49.24c-29.355 17.188-50.963 44.911-59.795 77.862l-0.205 0.898zM736 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM928 736h-68c-14.799-55.621-64.683-95.942-123.994-96l-0.006-0v-128h192z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"truck\"]},\"attrs\":[{}],\"properties\":{\"order\":26914,\"id\":74,\"name\":\"truck\",\"prevSize\":16,\"code\":60821},\"setIdx\":0,\"setId\":0,\"iconIdx\":1173},{\"icon\":{\"paths\":[\"M990.36 244.88l-207.040-112.88c-4.417-2.49-9.693-3.969-15.311-4l-0.009-0h-128c-17.673 0-32 14.327-32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-17.673-14.327-32-32-32v0h-128c-5.641 0.024-10.931 1.504-15.521 4.083l0.161-0.083-207 112.88c-20.128 10.798-33.585 31.695-33.585 55.736 0 10.716 2.674 20.807 7.39 29.644l-0.165-0.339 77.080 147.24c11.223 20.883 32.916 34.842 57.87 34.842 0.158 0 0.316-0.001 0.474-0.002l-0.024 0h81.32v320c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-320h81.36c0.134 0.001 0.292 0.002 0.45 0.002 24.954 0 46.647-13.958 57.698-34.493l0.171-0.349 77.080-147.24c4.546-8.493 7.217-18.579 7.217-29.288 0-24.053-13.471-44.959-33.279-55.587l-0.337-0.165zM142.68 448c-0.035 0.002-0.076 0.003-0.117 0.003-0.577 0-1.107-0.197-1.528-0.527l0.005 0.004-76.68-146.44 159.64-87.12v234.080zM736 832h-448v-640h67.2c15.422 73.536 79.735 127.964 156.76 127.964s141.338-54.428 156.577-126.922l0.183-1.042h67.28zM883 447.44c-0.388 0.351-0.906 0.566-1.473 0.566-0.059 0-0.117-0.002-0.174-0.007l0.008 0h-81.36v-234.080l159.68 87.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"t-shirt\"]},\"attrs\":[{}],\"properties\":{\"order\":26915,\"id\":73,\"name\":\"t-shirt\",\"prevSize\":16,\"code\":60822},\"setIdx\":0,\"setId\":0,\"iconIdx\":1174},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h64v128c-0 0.004-0 0.008-0 0.012 0 17.673 14.327 32 32 32 7.814 0 14.974-2.801 20.53-7.453l-0.050 0.041 183.12-152.6h168.8c0.006 0 0.013 0 0.021 0 15.636 0 29.963-5.608 41.079-14.921l-0.1 0.081 171.56-143c14.12-11.771 23.040-29.366 23.040-49.045 0-0.041-0-0.081-0-0.122l0 0.006v-433c0-35.346-28.654-64-64-64v0zM832 625l-171.6 143h-168.8c-0.006-0-0.013-0-0.021-0-15.636 0-29.963 5.608-41.079 14.921l0.1-0.081-130.6 108.84v-91.68c0-17.673-14.327-32-32-32v0h-96v-576h640zM640 544v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM448 544v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"twitch-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26916,\"id\":72,\"name\":\"twitch-logo\",\"prevSize\":16,\"code\":60823},\"setIdx\":0,\"setId\":0,\"iconIdx\":1175},{\"icon\":{\"paths\":[\"M989.56 275.76c-4.934-11.696-16.306-19.757-29.56-19.76l-121.72-0c-34.127-57.313-95.49-95.284-165.777-95.999l-0.103-0.001c-0.732-0.010-1.596-0.016-2.461-0.016-51.745 0-98.597 20.945-132.542 54.819l0.003-0.003c-35.437 34.795-57.401 83.208-57.401 136.752 0 0.158 0 0.315 0.001 0.473l-0-0.024v24.36c-161.040-42.48-292.76-173.48-294.16-174.88-5.801-5.85-13.841-9.473-22.727-9.473-16.671 0-30.364 12.748-31.864 29.027l-0.009 0.126c-17.24 191.16 38.28 319.080 88 392.72 24.927 37.108 53.853 68.984 86.773 96.2l0.747 0.6c-60.92 70.12-156.84 106.96-157.88 107.36-12.241 4.678-20.776 16.326-20.776 29.967 0 6.617 2.008 12.764 5.448 17.867l-0.072-0.114c3 4.48 15 20.2 44.32 34.88 36.24 18.16 84.12 27.36 142.2 27.36 282.68 0 518.88-217.68 543-497.76l119.64-119.6c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM809.56 393.4c-5.305 5.317-8.75 12.492-9.275 20.464l-0.005 0.096c-16.28 252.36-227.16 450.040-480.28 450.040-42.24 0-72-5.6-92.88-12.32 46.040-25 110.24-68 151.52-129.92 3.357-4.983 5.359-11.122 5.359-17.728 0-11.782-6.367-22.076-15.848-27.631l-0.151-0.082c-1.88-1.080-175.64-105.36-176-384 64 52 181 132.68 314.68 155.16 1.599 0.283 3.441 0.445 5.32 0.445 17.647 0 31.957-14.284 32-31.921l0-0.004v-64c-0-0.080-0-0.175-0-0.269 0-35.796 14.694-68.161 38.38-91.391l0.021-0.020c22.404-22.445 53.377-36.33 87.593-36.33 0.565 0 1.129 0.004 1.692 0.011l-0.085-0.001c50.64 0.64 97.96 31.52 117.76 76.84 5.074 11.375 16.283 19.16 29.311 19.16 0.003 0 0.006-0 0.009-0l64 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"twitter-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26917,\"id\":71,\"name\":\"twitter-logo\",\"prevSize\":16,\"code\":60824},\"setIdx\":0,\"setId\":0,\"iconIdx\":1176},{\"icon\":{\"paths\":[\"M960 506.52c-20.748-231.004-213.42-410.682-448.059-410.682-117.817 0-225.054 45.302-305.241 119.436l0.3-0.274c-79.961 73.633-132.854 175.593-142.685 289.858l-0.115 1.662c-0.15 1.642-0.235 3.551-0.235 5.48 0 35.346 28.654 64 64 64 0.012 0 0.025-0 0.037-0l351.998 0v224c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-224h352c0.070 0 0.152 0 0.235 0 35.346 0 64-28.654 64-64 0-1.929-0.085-3.839-0.253-5.724l0.017 0.244zM128 512v0c15.114-170.615 139.626-308.283 302.277-343.107l2.523-0.453c-46.88 63.56-105.4 176-112.12 343.56zM384.6 512c5.56-123.080 42.12-211.24 73.2-264.96 16.319-28.16 34.251-52.524 54.503-74.737l-0.303 0.337c19.907 21.872 37.8 46.237 52.99 72.368l1.090 2.032c53.12 91.76 69.92 190.080 73.2 264.96zM703.2 512c-6.72-167.56-65.24-280-112-343.76 165.288 35.2 289.879 173.018 304.698 342.309l0.102 1.451z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"umbrella\"]},\"attrs\":[{}],\"properties\":{\"order\":26918,\"id\":70,\"name\":\"umbrella\",\"prevSize\":16,\"code\":60825},\"setIdx\":0,\"setId\":0,\"iconIdx\":1177},{\"icon\":{\"paths\":[\"M960 506.52c-20.748-231.004-213.42-410.682-448.059-410.682-117.817 0-225.054 45.302-305.241 119.436l0.3-0.274c-79.961 73.633-132.854 175.593-142.685 289.858l-0.115 1.662c-0.15 1.642-0.235 3.551-0.235 5.48 0 35.346 28.654 64 64 64 0.012 0 0.025-0 0.037-0l351.998 0v224c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-224h352c0.070 0 0.152 0 0.235 0 35.346 0 64-28.654 64-64 0-1.929-0.085-3.839-0.253-5.724l0.017 0.244zM128 512v0c17.912-198.002 183.096-351.966 384.24-351.966 100.964 0 192.868 38.792 261.621 102.284l-0.261-0.238c68.642 63.059 114.011 150.508 122.304 248.519l0.096 1.401z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"umbrella-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26919,\"id\":69,\"name\":\"umbrella-simple\",\"prevSize\":16,\"code\":60826},\"setIdx\":0,\"setId\":0,\"iconIdx\":1178},{\"icon\":{\"paths\":[\"M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM896 640c0 6.080-0.28 12-0.72 18.040l-200-200c4.919-19.606 8.060-42.29 8.71-65.596l0.010-0.444c111.249 29.587 191.899 129.361 192 247.989l0 0.011zM181.88 227.16l210.48 210.44c-14.807 17.976-28.027 38.242-38.877 59.901l-0.843 1.859-207.44-207.36c9.71-24.783 22.064-46.193 37.103-65.401l-0.423 0.561zM292 145.2l207.44 207.44c-23.518 11.693-43.784 24.913-62.316 40.164l0.556-0.444-210.52-210.48c18.647-14.616 40.057-26.97 63.106-36.076l1.734-0.604zM537.84 588.52l-102.28-102.28c14.69-19.352 31.408-36.070 50.122-50.295l0.638-0.465 102.28 102.28c-14.712 19.354-31.456 36.072-50.198 50.293l-0.642 0.467zM621.24 480l-77.24-77.24c28.331-11.866 61.254-18.76 95.787-18.76 0.075 0 0.15 0 0.225 0l-0.012-0c0 0.063 0 0.138 0 0.213 0 34.533-6.894 67.456-19.38 97.468l0.62-1.681zM402.76 544l77.24 77.24c-28.331 11.866-61.254 18.76-95.787 18.76-0.075 0-0.15-0-0.225-0l0.012 0c-0-0.063-0-0.138-0-0.213 0-34.533 6.894-67.456 19.38-97.468l-0.62 1.681zM586.4 631.64l210.44 210.48c-18.647 14.616-40.057 26.97-63.106 36.076l-1.734 0.604-207.44-207.44c23.55-11.688 43.842-24.909 62.399-40.166l-0.559 0.446zM631.64 586.4c14.807-17.976 28.027-38.242 38.877-59.901l0.843-1.859 207.44 207.36c-9.717 24.752-22.070 46.135-37.102 65.319l0.422-0.559zM632 320.2c-23.688 0.593-46.355 3.666-68.149 8.97l2.189-0.45-200-200c5.96-0.44 11.88-0.72 17.96-0.72 118.691 0.126 218.488 80.866 247.595 190.41l0.405 1.79zM128 384c0-6.080 0.28-12 0.72-18.040l200 200c-4.86 19.631-7.933 42.326-8.512 65.641l-0.008 0.399c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM392 704c23.688-0.593 46.355-3.666 68.149-8.97l-2.189 0.45 200 200c-5.96 0.44-12 0.72-18.040 0.72-118.658-0.164-218.415-80.892-247.515-190.41l-0.405-1.79z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"unite\"]},\"attrs\":[{}],\"properties\":{\"order\":26920,\"id\":68,\"name\":\"unite\",\"prevSize\":16,\"code\":60827},\"setIdx\":0,\"setId\":0,\"iconIdx\":1179},{\"icon\":{\"paths\":[\"M896 608v-224c0-17.673-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-256zM621.24 832l-429.24-429.24v-165.52l594.76 594.76zM237.24 192h165.52l429.24 429.24v165.52zM832 530.76l-114.76-114.76h114.76zM608 306.76l-114.76-114.76h114.76zM192 493.24l114.76 114.76h-114.76zM416 717.24l114.76 114.76h-114.76z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"unite-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26921,\"id\":67,\"name\":\"unite-square\",\"prevSize\":16,\"code\":60828},\"setIdx\":0,\"setId\":0,\"iconIdx\":1180},{\"icon\":{\"paths\":[\"M960 544v256c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v256h768v-256h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c35.346 0 64 28.654 64 64v0zM342.64 310.64l137.36-137.4v338.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-338.76l137.36 137.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-192 192c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0zM800 672c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"upload\"]},\"attrs\":[{}],\"properties\":{\"order\":26922,\"id\":66,\"name\":\"upload\",\"prevSize\":16,\"code\":60829},\"setIdx\":0,\"setId\":0,\"iconIdx\":1181},{\"icon\":{\"paths\":[\"M896 608v224c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224h640v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM374.64 342.64l105.36-105.4v370.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-370.76l105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"upload-simple\"]},\"attrs\":[{}],\"properties\":{\"order\":26923,\"id\":65,\"name\":\"upload-simple\",\"prevSize\":16,\"code\":60830},\"setIdx\":0,\"setId\":0,\"iconIdx\":1182},{\"icon\":{\"paths\":[\"M1009.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v96h-480v-192h132c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128s-57.308-128-128-128c-59.321 0-109.217 40.353-123.734 95.107l-0.201 0.893h-132c-35.346 0-64 28.654-64 64v0 192h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v192c0 35.346 28.654 64 64 64v0h128v32c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 32h-128v-192h480v96c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM544 192c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM480 704h128v128h-128zM832 580.2v-136.2l102.32 68z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"usb\"]},\"attrs\":[{}],\"properties\":{\"order\":26924,\"id\":64,\"name\":\"usb\",\"prevSize\":16,\"code\":60831},\"setIdx\":0,\"setId\":0,\"iconIdx\":1183},{\"icon\":{\"paths\":[\"M923.68 848c-60.92-105.32-154.8-180.84-264.36-216.64 84.826-51.143 140.68-142.783 140.68-247.469 0-159.058-128.942-288-288-288s-288 128.942-288 288c0 104.685 55.854 196.325 139.388 246.745l1.292 0.724c-109.56 35.76-203.44 111.28-264.36 216.64-2.964 4.761-4.721 10.54-4.721 16.73 0 17.673 14.327 32 32 32 12.076 0 22.59-6.689 28.038-16.565l0.083-0.165c75.36-130.24 208.56-208 356.28-208s280.92 77.76 356.28 208c5.532 10.040 16.045 16.73 28.121 16.73 17.673 0 32-14.327 32-32 0-6.19-1.757-11.969-4.8-16.866l0.079 0.136zM288 384c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224v0c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user\"]},\"attrs\":[{}],\"properties\":{\"order\":26925,\"id\":63,\"name\":\"user\",\"prevSize\":16,\"code\":60832},\"setIdx\":0,\"setId\":0,\"iconIdx\":1184},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM296.32 790c46.211-71.465 125.5-118.094 215.68-118.094s169.469 46.629 215.073 117.092l0.607 1.002c-58.887 46.144-134.031 73.997-215.68 73.997s-156.793-27.853-216.448-74.577l0.768 0.58zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM775.040 745.64c-35.665-51.212-84.712-90.849-142.109-114.232l-2.131-0.768c44.751-35.474 73.2-89.831 73.2-150.833 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.002 28.449 115.359 72.802 150.528l0.398 0.304c-59.528 24.151-108.575 63.788-143.555 113.962l-0.685 1.038c-55.216-61.88-88.96-143.954-88.96-233.91 0-194.404 157.596-352 352-352s352 157.596 352 352c0 89.956-33.744 172.030-89.264 234.257l0.304-0.346z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26926,\"id\":62,\"name\":\"user-circle\",\"prevSize\":16,\"code\":60833},\"setIdx\":0,\"setId\":0,\"iconIdx\":1185},{\"icon\":{\"paths\":[\"M913 252.28l-18.64-10.76c1.043-5.268 1.64-11.324 1.64-17.52s-0.597-12.252-1.736-18.115l0.096 0.595 18.64-10.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-18.68 10.8c-8.578-7.394-18.645-13.353-29.654-17.349l-0.666-0.211v-21.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 21.52c-11.675 4.207-21.742 10.166-30.445 17.665l0.125-0.105-18.68-10.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 18.64 10.76c-1.043 5.268-1.64 11.324-1.64 17.52s0.597 12.252 1.736 18.115l-0.096-0.595-18.64 10.76c-9.639 5.634-16.012 15.933-16.012 27.72 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l-0.001 0c0.029 0 0.064 0 0.098 0 5.857 0 11.343-1.59 16.050-4.361l-0.148 0.081 18.68-10.8c8.578 7.394 18.645 13.353 29.654 17.349l0.666 0.211v21.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-21.52c11.675-4.207 21.742-10.166 30.445-17.665l-0.125 0.105 18.68 10.8c4.559 2.691 10.045 4.28 15.902 4.28 0.034 0 0.069-0 0.103-0l-0.005 0c0.004 0 0.008 0 0.012 0 17.673 0 32-14.327 32-32 0-11.787-6.373-22.086-15.861-27.638l-0.151-0.082zM768 224c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32v0c-17.673 0-32-14.327-32-32v0zM885.4 416.44c-15.256 2.623-26.718 15.754-26.718 31.561 0 1.865 0.159 3.692 0.466 5.469l-0.027-0.19c3.105 17.645 4.88 37.962 4.88 58.693 0 0.009-0 0.019-0 0.028l0-0.001c0 0.092 0 0.2 0 0.308 0 89.771-33.751 171.658-89.255 233.666l0.295-0.335c-35.665-51.212-84.712-90.849-142.109-114.232l-2.131-0.768c44.751-35.474 73.2-89.831 73.2-150.833 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.002 28.449 115.359 72.802 150.528l0.398 0.304c-59.528 24.151-108.575 63.788-143.555 113.962l-0.685 1.038c-55.072-61.841-88.72-143.811-88.72-233.64 0-194.32 157.459-351.863 351.747-352l0.013-0c0.017-0 0.037-0 0.057-0 20.721 0 41.027 1.775 60.775 5.181l-2.112-0.301c1.499 0.249 3.227 0.391 4.987 0.391 17.673 0 32-14.327 32-32 0-15.704-11.312-28.766-26.232-31.482l-0.196-0.030c-20.732-3.665-44.601-5.76-68.96-5.76-229.574 0-415.68 186.106-415.68 415.68s186.106 415.68 415.68 415.68c229.574 0 415.68-186.106 415.68-415.68 0-24.359-2.095-48.228-6.115-71.438l0.355 2.478c-2.623-15.256-15.754-26.718-31.561-26.718-1.865 0-3.692 0.159-5.469 0.466l0.19-0.027zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM296.32 790c46.211-71.465 125.5-118.094 215.68-118.094s169.469 46.629 215.073 117.092l0.607 1.002c-58.887 46.144-134.031 73.997-215.68 73.997s-156.793-27.853-216.448-74.577l0.768 0.58z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-circle-gear\"]},\"attrs\":[{}],\"properties\":{\"order\":26927,\"id\":61,\"name\":\"user-circle-gear\",\"prevSize\":16,\"code\":60834},\"setIdx\":0,\"setId\":0,\"iconIdx\":1186},{\"icon\":{\"paths\":[\"M672 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM922.24 442.72c3.665 20.732 5.76 44.601 5.76 68.96 0 229.574-186.106 415.68-415.68 415.68s-415.68-186.106-415.68-415.68c0-229.574 186.106-415.68 415.68-415.68 24.359 0 48.228 2.095 71.438 6.115l-2.478-0.355c15.116 2.746 26.427 15.807 26.427 31.511 0 17.673-14.327 32-32 32-1.761 0-3.488-0.142-5.172-0.416l0.184 0.025c-17.569-3.106-37.797-4.881-58.44-4.881-194.461 0-352.121 157.562-352.28 351.986l-0 0.015c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c35.665-51.212 84.712-90.849 142.109-114.232l2.131-0.768c-44.751-35.474-73.2-89.831-73.2-150.833 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.002-28.449 115.359-72.802 150.528l-0.398 0.304c59.528 24.151 108.575 63.788 143.555 113.962l0.685 1.038c55.21-61.673 88.96-143.561 88.96-233.332 0-0.108-0-0.217-0-0.325l0 0.017c0-0.008 0-0.017 0-0.027 0-20.731-1.775-41.048-5.181-60.806l0.301 2.113c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184zM512 608c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 864c0.105 0 0.229 0 0.353 0 81.535 0 156.563-27.858 216.086-74.574l-0.759 0.574c-46.211-71.465-125.5-118.094-215.68-118.094s-169.469 46.629-215.073 117.092l-0.607 1.002c58.764 46.142 133.792 74 215.327 74 0.124 0 0.248-0 0.373-0l-0.019 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-circle-minus\"]},\"attrs\":[{}],\"properties\":{\"order\":26928,\"id\":60,\"name\":\"user-circle-minus\",\"prevSize\":16,\"code\":60835},\"setIdx\":0,\"setId\":0,\"iconIdx\":1187},{\"icon\":{\"paths\":[\"M672 224c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0zM922.24 442.72c3.665 20.732 5.76 44.601 5.76 68.96 0 229.574-186.106 415.68-415.68 415.68s-415.68-186.106-415.68-415.68c0-229.574 186.106-415.68 415.68-415.68 24.359 0 48.228 2.095 71.438 6.115l-2.478-0.355c15.116 2.746 26.427 15.807 26.427 31.511 0 17.673-14.327 32-32 32-1.761 0-3.488-0.142-5.172-0.416l0.184 0.025c-17.569-3.106-37.797-4.881-58.44-4.881-194.461 0-352.121 157.562-352.28 351.986l-0 0.015c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c35.665-51.212 84.712-90.849 142.109-114.232l2.131-0.768c-44.751-35.474-73.2-89.831-73.2-150.833 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.002-28.449 115.359-72.802 150.528l-0.398 0.304c59.528 24.151 108.575 63.788 143.555 113.962l0.685 1.038c55.21-61.673 88.96-143.561 88.96-233.332 0-0.108-0-0.217-0-0.325l0 0.017c0-0.008 0-0.017 0-0.027 0-20.731-1.775-41.048-5.181-60.806l0.301 2.113c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184zM512 608c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 864c0.105 0 0.229 0 0.353 0 81.535 0 156.563-27.858 216.086-74.574l-0.759 0.574c-46.211-71.465-125.5-118.094-215.68-118.094s-169.469 46.629-215.073 117.092l-0.607 1.002c58.764 46.142 133.792 74 215.327 74 0.124 0 0.248-0 0.373-0l-0.019 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-circle-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26929,\"id\":59,\"name\":\"user-circle-plus\",\"prevSize\":16,\"code\":60836},\"setIdx\":0,\"setId\":0,\"iconIdx\":1188},{\"icon\":{\"paths\":[\"M896 192v112c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-112h-112c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c35.346 0 64 28.654 64 64v0zM864 688c-17.673 0-32 14.327-32 32v0 112h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h112c35.346 0 64-28.654 64-64v0-112c0-17.673-14.327-32-32-32v0zM304 832h-112v-112c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 112c0 35.346 28.654 64 64 64v0h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 336c17.673 0 32-14.327 32-32v0-112h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-112c-35.346 0-64 28.654-64 64v0 112c0 17.673 14.327 32 32 32v0zM704 704c-0.021 0-0.045 0-0.070 0-10.415 0-19.669-4.976-25.512-12.681l-0.058-0.080c-38.35-50.747-98.585-83.2-166.4-83.2s-128.050 32.453-166.021 82.677l-0.379 0.523c-5.905 7.798-15.17 12.784-25.6 12.784-17.686 0-32.024-14.338-32.024-32.024 0-7.257 2.414-13.95 6.482-19.32l-0.058 0.080c28.262-37.565 65.193-67.141 107.904-86.035l1.736-0.685c-32.079-29.362-52.12-71.421-52.12-118.161 0-88.366 71.634-160 160-160s160 71.634 160 160c0 46.739-20.041 88.798-51.999 118.051l-0.121 0.109c44.479 19.568 81.438 49.147 109.22 86.027l0.5 0.693c4.014 5.289 6.43 11.982 6.43 19.24 0 17.642-14.276 31.949-31.905 32l-0.005 0zM512 544c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-focus\"]},\"attrs\":[{}],\"properties\":{\"order\":26930,\"id\":58,\"name\":\"user-focus\",\"prevSize\":16,\"code\":60837},\"setIdx\":0,\"setId\":0,\"iconIdx\":1189},{\"icon\":{\"paths\":[\"M576 630.72c77.478-48.828 128.2-133.931 128.2-230.88 0-150.221-121.779-272-272-272s-272 121.779-272 272c0 96.95 50.722 182.052 127.077 230.219l1.123 0.661c-82.6 27.040-156.92 77.56-216.68 148.68-4.914 5.597-7.911 12.981-7.911 21.065 0 17.673 14.327 32 32 32 10.016 0 18.958-4.602 24.825-11.807l0.046-0.058c80.32-95.84 190.96-148.6 311.32-148.6s231 52.76 311.48 148.6c5.914 7.006 14.701 11.425 24.52 11.425 17.687 0 32.025-14.338 32.025-32.025 0-7.868-2.837-15.073-7.544-20.648l0.039 0.048c-59.8-71.12-134.12-121.64-216.52-148.68zM224 400c0-114.875 93.125-208 208-208s208 93.125 208 208c0 114.875-93.125 208-208 208v0c-114.82-0.137-207.863-93.18-208-207.987l-0-0.013zM977 572.28l-18.64-10.76c1.043-5.268 1.64-11.324 1.64-17.52s-0.597-12.252-1.736-18.115l0.096 0.595 18.64-10.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-18.68 10.8c-8.578-7.394-18.645-13.353-29.654-17.349l-0.666-0.211v-21.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 21.52c-11.675 4.207-21.742 10.166-30.445 17.665l0.125-0.105-18.68-10.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 18.64 10.76c-1.043 5.268-1.64 11.324-1.64 17.52s0.597 12.252 1.736 18.115l-0.096-0.595-18.64 10.76c-9.636 5.637-16.006 15.934-16.006 27.72 0 17.677 14.33 32.006 32.006 32.006 5.891 0 11.41-1.592 16.151-4.368l-0.151 0.082 18.68-10.8c8.578 7.394 18.645 13.353 29.654 17.349l0.666 0.211v21.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-21.52c11.675-4.207 21.742-10.166 30.445-17.665l-0.125 0.105 18.68 10.8c4.559 2.691 10.045 4.28 15.902 4.28 0.034 0 0.069-0 0.103-0l-0.005 0c0.004 0 0.008 0 0.012 0 17.673 0 32-14.327 32-32 0-11.787-6.373-22.086-15.861-27.638l-0.151-0.082zM832 544c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32v0c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-gear\"]},\"attrs\":[{}],\"properties\":{\"order\":26931,\"id\":57,\"name\":\"user-gear\",\"prevSize\":16,\"code\":60838},\"setIdx\":0,\"setId\":0,\"iconIdx\":1190},{\"icon\":{\"paths\":[\"M576 320c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM992 480h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 672h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM607 760c0.64 2.39 1.007 5.134 1.007 7.964 0 14.847-10.111 27.333-23.824 30.946l-0.223 0.050c-2.357 0.661-5.063 1.040-7.858 1.040-0.050 0-0.1-0-0.149-0l0.008 0c-0.005 0-0.010 0-0.016 0-14.83 0-27.304-10.088-30.934-23.777l-0.050-0.223c-24.64-95.76-121.36-168-225-168s-200.36 72.2-225 168c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c22.36-86.84 87.36-157.16 169.84-192-45.706-35.45-74.84-90.378-74.84-152.11 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.733-29.134 116.661-74.403 151.784l-0.437 0.326c82.52 34.84 147.52 105.16 169.88 192zM320 544c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-list\"]},\"attrs\":[{}],\"properties\":{\"order\":26932,\"id\":56,\"name\":\"user-list\",\"prevSize\":16,\"code\":60839},\"setIdx\":0,\"setId\":0,\"iconIdx\":1191},{\"icon\":{\"paths\":[\"M1024 544c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM792.52 779.4c4.668 5.527 7.505 12.732 7.505 20.6 0 17.687-14.338 32.025-32.025 32.025-9.819 0-18.606-4.419-24.481-11.377l-0.039-0.048c-80.48-95.84-191.12-148.6-311.48-148.6s-231 52.76-311.48 148.6c-5.911 6.997-14.69 11.41-24.5 11.41-17.678 0-32.010-14.331-32.010-32.010 0-7.868 2.839-15.074 7.549-20.647l-0.039 0.047c59.76-71.12 134.080-121.64 216.68-148.68-77.478-48.828-128.2-133.931-128.2-230.88 0-150.221 121.779-272 272-272s272 121.779 272 272c0 96.95-50.722 182.052-127.077 230.219l-1.123 0.661c82.6 27.040 156.92 77.56 216.72 148.68zM432 608c114.875 0 208-93.125 208-208s-93.125-208-208-208c-114.875 0-208 93.125-208 208v0c0.137 114.82 93.18 207.863 207.987 208l0.013 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-minus\"]},\"attrs\":[{}],\"properties\":{\"order\":26933,\"id\":55,\"name\":\"user-minus\",\"prevSize\":16,\"code\":60840},\"setIdx\":0,\"setId\":0,\"iconIdx\":1192},{\"icon\":{\"paths\":[\"M1024 544c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM792.52 779.4c4.668 5.527 7.505 12.732 7.505 20.6 0 17.687-14.338 32.025-32.025 32.025-9.819 0-18.606-4.419-24.481-11.377l-0.039-0.048c-80.48-95.84-191.12-148.6-311.48-148.6s-231 52.76-311.48 148.6c-5.911 6.997-14.69 11.41-24.5 11.41-17.678 0-32.010-14.331-32.010-32.010 0-7.868 2.839-15.074 7.549-20.647l-0.039 0.047c59.76-71.12 134.080-121.64 216.68-148.68-77.478-48.828-128.2-133.931-128.2-230.88 0-150.221 121.779-272 272-272s272 121.779 272 272c0 96.95-50.722 182.052-127.077 230.219l-1.123 0.661c82.6 27.040 156.92 77.56 216.72 148.68zM432 608c114.875 0 208-93.125 208-208s-93.125-208-208-208c-114.875 0-208 93.125-208 208v0c0.137 114.82 93.18 207.863 207.987 208l0.013 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-plus\"]},\"attrs\":[{}],\"properties\":{\"order\":26934,\"id\":54,\"name\":\"user-plus\",\"prevSize\":16,\"code\":60841},\"setIdx\":0,\"setId\":0,\"iconIdx\":1193},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM290.28 800c45.083-77.077 127.451-128.030 221.72-128.030s176.637 50.953 221.066 126.822l0.654 1.208zM864 800h-58.68c-34.412-77.248-96.138-137.143-172.618-168.347l-2.142-0.773c44.891-35.471 73.44-89.912 73.44-151.022 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.109 28.549 115.55 73.036 150.714l0.404 0.308c-78.622 31.977-140.348 91.872-173.948 167.085l-0.812 2.035h-58.68v-576h704v576z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-rectangle\"]},\"attrs\":[{}],\"properties\":{\"order\":26935,\"id\":53,\"name\":\"user-rectangle\",\"prevSize\":16,\"code\":60842},\"setIdx\":0,\"setId\":0,\"iconIdx\":1194},{\"icon\":{\"paths\":[\"M469 631.68c64.882-43.644 107-116.792 107-199.777 0-132.548-107.452-240-240-240s-240 107.452-240 240c0 82.985 42.118 156.133 106.143 199.234l0.857 0.544c-79.027 29.672-143.796 82.165-187.986 149.391l-0.894 1.449c-3.413 5.012-5.45 11.2-5.45 17.863 0 17.673 14.327 32 32 32 11.332 0 21.287-5.89 26.973-14.775l0.077-0.128c57.95-88.166 156.411-145.57 268.28-145.57s210.33 57.404 267.534 144.363l0.746 1.207c5.829 8.577 15.54 14.137 26.55 14.137 17.673 0 32-14.327 32-32 0-6.342-1.845-12.252-5.027-17.225l0.077 0.128c-45.084-68.675-109.853-121.168-186.24-149.967l-2.64-0.873zM160 432c0-97.202 78.798-176 176-176s176 78.798 176 176c0 97.202-78.798 176-176 176v0c-97.156-0.114-175.886-78.844-176-175.989l-0-0.011zM1000.56 826.8c-4.929 3.257-10.978 5.195-17.479 5.195-11.169 0-21.002-5.723-26.727-14.396l-0.074-0.12c-57.808-88.104-156.13-145.48-267.853-145.48-0.15 0-0.301 0-0.451 0l0.023-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c97.131-0.094 175.834-78.856 175.834-176 0-97.202-78.798-176-176-176-23.481 0-45.889 4.598-66.371 12.944l1.176-0.424c-3.742 1.66-8.107 2.627-12.698 2.627-17.673 0-32-14.327-32-32 0-13.702 8.611-25.392 20.717-29.954l0.22-0.073c26.327-10.803 56.884-17.074 88.906-17.074 132.548 0 240 107.452 240 240 0 82.895-42.026 155.973-105.934 199.093l-0.852 0.542c79.027 29.672 143.796 82.165 187.986 149.391l0.894 1.449c3.257 4.929 5.195 10.978 5.195 17.479 0 11.169-5.723 21.002-14.396 26.727l-0.12 0.074z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"users\"]},\"attrs\":[{}],\"properties\":{\"order\":26936,\"id\":52,\"name\":\"users\",\"prevSize\":16,\"code\":60843},\"setIdx\":0,\"setId\":0,\"iconIdx\":1195},{\"icon\":{\"paths\":[\"M108.8 505.6c5.281 3.996 11.96 6.4 19.2 6.4 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.901 7.792 15.159 12.774 25.581 12.774 7.249 0 13.934-2.41 19.299-6.473l-0.080 0.058c2.438-1.825 4.535-3.922 6.302-6.28l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.903 7.803 15.169 12.792 25.6 12.792 17.68 0 32.012-14.332 32.012-32.012 0-7.248-2.409-13.934-6.47-19.3l0.058 0.080c-28.23-37.567-65.136-67.144-107.826-86.035l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-32.631 14.316-60.489 33.602-83.988 57.228l-0.012 0.012c-23.51-23.638-51.368-42.924-82.278-56.562l-1.722-0.678c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.63 19.518-81.717 49.122-109.582 86.071l-0.498 0.689c-3.996 5.281-6.4 11.96-6.4 19.2 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058zM704 160c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM320 160c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM812 790.040c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-32.631 14.316-60.489 33.602-83.988 57.228l-0.012 0.012c-23.51-23.638-51.368-42.924-82.278-56.562l-1.722-0.678c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.63 19.518-81.717 49.122-109.582 86.071l-0.498 0.689c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.901 7.792 15.159 12.774 25.581 12.774 7.249 0 13.934-2.41 19.299-6.473l-0.080 0.058c2.438-1.825 4.535-3.922 6.302-6.28l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.903 7.803 15.169 12.792 25.6 12.792 17.68 0 32.012-14.332 32.012-32.012 0-7.248-2.409-13.934-6.47-19.3l0.058 0.080c-28.23-37.567-65.136-67.144-107.826-86.035l-1.734-0.685zM320 576c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0zM704 576c53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96v0c0-53.019 42.981-96 96-96v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"users-four\"]},\"attrs\":[{}],\"properties\":{\"order\":26937,\"id\":51,\"name\":\"users-four\",\"prevSize\":16,\"code\":60844},\"setIdx\":0,\"setId\":0,\"iconIdx\":1196},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM384 480c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM274.68 832c17.097-41.402 43.213-76.084 76.051-102.83l0.469-0.37c43.547-35.378 99.672-56.803 160.8-56.803s117.253 21.425 161.273 57.175l-0.473-0.372c33.307 27.116 59.423 61.798 75.893 101.494l0.627 1.706zM832 832h-14.68c-29.638-92.359-97.552-164.998-184.581-200.391l-2.139-0.769c44.868-35.472 73.4-89.899 73.4-150.99 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.091 28.532 115.518 72.997 150.683l0.403 0.307c-89.168 36.162-157.082 108.801-186.091 198.898l-0.629 2.262h-14.68v-640h640v640z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26938,\"id\":50,\"name\":\"user-square\",\"prevSize\":16,\"code\":60845},\"setIdx\":0,\"setId\":0,\"iconIdx\":1197},{\"icon\":{\"paths\":[\"M979.2 601.6c-5.281 3.996-11.96 6.4-19.2 6.4-10.433 0-19.7-4.993-25.542-12.72l-0.058-0.080c-38.034-50.728-98.025-83.202-165.599-83.202-0.282 0-0.563 0.001-0.844 0.002l0.044-0c-13.18-0.001-24.498-7.97-29.4-19.352l-0.080-0.208c-1.591-3.672-2.517-7.948-2.517-12.44s0.926-8.768 2.597-12.648l-0.080 0.208c4.982-11.59 16.3-19.559 29.48-19.56l0-0c53.016-0.005 95.992-42.984 95.992-96 0-53.019-42.981-96-96-96-44.491 0-81.912 30.265-92.801 71.33l-0.151 0.67c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c18.411-69.541 80.772-119.965 154.91-119.965 88.366 0 160 71.634 160 160 0 46.659-19.972 88.653-51.834 117.9l-0.117 0.106c44.479 19.568 81.438 49.147 109.22 86.027l0.5 0.693c3.981 5.275 6.376 11.942 6.376 19.168 0 10.475-5.033 19.775-12.813 25.612l-0.083 0.059zM763.68 848c3.133 4.86 4.995 10.796 4.995 17.167 0 17.673-14.327 32-32 32-12.25 0-22.893-6.884-28.271-16.994l-0.084-0.173c-40.404-67.54-113.163-112.058-196.32-112.058s-155.916 44.518-195.744 111.022l-0.576 1.037c-5.462 10.283-16.104 17.167-28.355 17.167-17.673 0-32-14.327-32-32 0-6.371 1.862-12.307 5.071-17.294l-0.076 0.127c31.314-53.139 77.634-94.536 133.113-118.955l1.847-0.725c-45.961-35.44-75.28-90.52-75.28-152.448 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.928-29.319 117.008-74.833 152.117l-0.447 0.331c57.326 25.144 103.646 66.541 134.227 118.337l0.733 1.343zM512 704c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM288 480c0-17.673-14.327-32-32-32v0c-53.016-0.005-95.992-42.984-95.992-96 0-53.019 42.981-96 96-96 44.491 0 81.912 30.265 92.801 71.33l0.151 0.67c3.68 13.92 16.161 24.016 31 24.016 17.682 0 32.016-14.334 32.016-32.016 0-2.843-0.371-5.599-1.066-8.223l0.050 0.223c-18.411-69.541-80.772-119.965-154.91-119.965-88.366 0-160 71.634-160 160 0 46.659 19.972 88.653 51.834 117.9l0.117 0.106c-44.432 19.585-81.348 49.16-109.099 86.025l-0.501 0.695c-4.003 5.286-6.412 11.972-6.412 19.22 0 17.68 14.332 32.012 32.012 32.012 10.431 0 19.697-4.989 25.542-12.712l0.058-0.080c38.034-50.728 98.025-83.202 165.599-83.202 0.282 0 0.563 0.001 0.844 0.002l-0.044-0c17.673 0 32-14.327 32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"users-three\"]},\"attrs\":[{}],\"properties\":{\"order\":26939,\"id\":49,\"name\":\"users-three\",\"prevSize\":16,\"code\":60846},\"setIdx\":0,\"setId\":0,\"iconIdx\":1198},{\"icon\":{\"paths\":[\"M1014.64 534.64l-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-18.76c0-0.052 0-0.113 0-0.173 0-194.404-157.596-352-352-352-117.403 0-221.382 57.477-285.332 145.827l-0.708 1.027c-5.882 8.116-15.331 13.335-26 13.335-17.681 0-32.015-14.333-32.015-32.015 0-7.013 2.255-13.499 6.079-18.773l-0.064 0.093c76.415-105.621 199.295-173.544 338.040-173.544 229.75 0 416 186.25 416 416 0 0.079-0 0.157-0 0.236l0-0.012v18.76l41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM849.92 754.64c-76.423 105.525-199.248 173.377-337.92 173.377-229.75 0-416-186.25-416-416 0-0.006 0-0.012 0-0.018l-0 0.001v-18.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64h-0l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 96 96c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-0-0-41.36-41.4v18.76c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c35.665-51.212 84.712-90.849 142.109-114.232l2.131-0.768c-44.751-35.474-73.2-89.831-73.2-150.833 0-106.039 85.961-192 192-192s192 85.961 192 192c0 61.002-28.449 115.359-72.802 150.528l-0.398 0.304c59.58 24.155 108.661 63.838 143.633 114.078l0.687 1.042c7.618-8.521 15.108-17.788 22.13-27.418l0.71-1.022c5.882-8.116 15.331-13.335 26-13.335 17.681 0 32.015 14.333 32.015 32.015 0 7.013-2.255 13.499-6.079 18.773l0.064-0.093zM512 608c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 864c81.631-0.11 156.744-27.926 216.462-74.548l-0.782 0.588c-46.211-71.465-125.5-118.094-215.68-118.094s-169.469 46.629-215.073 117.092l-0.607 1.002c58.754 46.118 133.763 73.96 215.275 73.96 0.142 0 0.285-0 0.427-0l-0.022 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"user-switch\"]},\"attrs\":[{}],\"properties\":{\"order\":26940,\"id\":48,\"name\":\"user-switch\",\"prevSize\":16,\"code\":60847},\"setIdx\":0,\"setId\":0,\"iconIdx\":1199},{\"icon\":{\"paths\":[\"M1016.28 459.16l-182.16-212.24c-11.82-14.052-29.412-22.92-49.076-22.92-0.001 0-0.003 0-0.004 0l-657.040-0c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h200c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-256c-0.001-7.98-2.923-15.277-7.755-20.881l0.035 0.041zM922.36 448h-218.36v-160h81.040zM416 448v-160h224v160zM352 288v160h-224v-160zM320 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM768 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM892 736c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-200c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-68v-224h832v224z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"van\"]},\"attrs\":[{}],\"properties\":{\"order\":26941,\"id\":47,\"name\":\"van\",\"prevSize\":16,\"code\":60848},\"setIdx\":0,\"setId\":0,\"iconIdx\":1200},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h448v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c35.346 0 64-28.654 64-64v0-544c0-35.346-28.654-64-64-64v0zM864 768h-704v-544h704v256h-66.72c-15.87-91.389-94.58-160-189.315-160-106.039 0-192 85.961-192 192s85.961 192 192 192c94.735 0 173.445-68.611 189.149-158.853l0.165-1.147h66.72v224zM663.36 480c-11.272-19.265-31.861-32-55.426-32-35.346 0-64 28.654-64 64s28.654 64 64 64c23.564 0 44.154-12.735 55.262-31.698l0.164-0.302h68.64c-14.719 55.647-64.615 96-123.935 96-70.692 0-128-57.308-128-128s57.308-128 128-128c59.321 0 109.217 40.353 123.734 95.107l0.201 0.893z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"vault\"]},\"attrs\":[{}],\"properties\":{\"order\":26942,\"id\":46,\"name\":\"vault\",\"prevSize\":16,\"code\":60849},\"setIdx\":0,\"setId\":0,\"iconIdx\":1201},{\"icon\":{\"paths\":[\"M640 128h-256c-53.019 0-96 42.981-96 96v0 576c0 53.019 42.981 96 96 96v0h256c53.019 0 96-42.981 96-96v0-576c0-53.019-42.981-96-96-96v0zM672 800c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM864 352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM224 352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM96 416v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"vibrate\"]},\"attrs\":[{}],\"properties\":{\"order\":26943,\"id\":45,\"name\":\"vibrate\",\"prevSize\":16,\"code\":60850},\"setIdx\":0,\"setId\":0,\"iconIdx\":1202},{\"icon\":{\"paths\":[\"M657.76 421.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 516.2v-136.2l102.32 68zM864 160h-704c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM864 672h-704v-448h704v448zM928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"video\"]},\"attrs\":[{}],\"properties\":{\"order\":26944,\"id\":44,\"name\":\"video\",\"prevSize\":16,\"code\":60851},\"setIdx\":0,\"setId\":0,\"iconIdx\":1203},{\"icon\":{\"paths\":[\"M1007.080 292c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-142.24 94.64v-100.2c0-35.346-28.654-64-64-64v0h-640c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-100l142.24 94.84c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM768 736h-640v-448h640v448zM960 644.2l-128-85.32v-93.76l128-85.12z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"video-camera\"]},\"attrs\":[{}],\"properties\":{\"order\":26945,\"id\":43,\"name\":\"video-camera\",\"prevSize\":16,\"code\":60852},\"setIdx\":0,\"setId\":0,\"iconIdx\":1204},{\"icon\":{\"paths\":[\"M1007.080 292c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-142.24 94.64v-100.2c0-35.346-28.654-64-64-64v0h-315.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h315.76v350.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-2.52l142.24 94.84c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM960 644.2l-128-85.32v-93.76l128-85.12zM215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.6 42.48h-78.92c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h602.56l77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM128 736v-448h137.12l407.28 448z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"video-camera-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26946,\"id\":42,\"name\":\"video-camera-slash\",\"prevSize\":16,\"code\":60853},\"setIdx\":0,\"setId\":0,\"iconIdx\":1205},{\"icon\":{\"paths\":[\"M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-704v-576h704v576zM712.2 350.64c-53.84-40.4-124.96-62.64-200.2-62.64s-146.36 22.24-200 62.64c-56.84 42.44-88 99.76-88 161.36s31.16 118.92 88 161.36c53.64 40.4 124.76 62.64 200 62.64s146.36-22.24 200.2-62.64c56.64-42.44 87.8-99.76 87.8-161.36s-31.16-118.92-87.8-161.36zM512 672c-123.52 0-224-71.76-224-160s100.48-160 224-160 224 71.76 224 160-100.48 160-224 160z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"vignette\"]},\"attrs\":[{}],\"properties\":{\"order\":26947,\"id\":41,\"name\":\"vignette\",\"prevSize\":16,\"code\":60854},\"setIdx\":0,\"setId\":0,\"iconIdx\":1206},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM512 288c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.182-158.985 129.015-287.818 287.983-288l0.017-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 512c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c123.657-0.137 223.863-100.343 224-223.987l0-0.013c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 512c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0zM448 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"vinyl-record\"]},\"attrs\":[{}],\"properties\":{\"order\":26948,\"id\":40,\"name\":\"vinyl-record\",\"prevSize\":16,\"code\":60855},\"setIdx\":0,\"setId\":0,\"iconIdx\":1207},{\"icon\":{\"paths\":[\"M493.64 396l-104 256c-4.892 11.794-16.315 19.939-29.64 19.939s-24.748-8.144-29.562-19.727l-0.078-0.212-104-256c-1.778-3.857-2.815-8.369-2.815-13.124 0-17.673 14.327-32 32-32 13.771 0 25.511 8.699 30.023 20.902l0.072 0.222 74.36 182.96 74.36-182.96c4.584-12.425 16.324-21.124 30.095-21.124 17.673 0 32 14.327 32 32 0 4.755-1.037 9.267-2.897 13.323l0.082-0.199zM1024 512c-0.205 176.648-143.351 319.795-319.98 320l-384.020 0c-176.731 0-320-143.269-320-320s143.269-320 320-320v0h384c176.648 0.205 319.795 143.351 320 319.98l0 0.020zM960 512c-0.159-141.321-114.679-255.841-255.985-256l-384.015-0c-141.385 0-256 114.615-256 256s114.615 256 256 256v0h384c141.321-0.159 255.841-114.679 256-255.985l0-0.015zM723.36 553.4l40.64 70.6c2.651 4.561 4.216 10.038 4.216 15.88 0 17.682-14.334 32.016-32.016 32.016-11.84 0-22.178-6.427-27.718-15.982l-0.082-0.154-45.76-80c-2.12 0-4.28 0.2-6.44 0.2h-48.2v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-255.96c0-17.673 14.327-32 32-32v0h80c61.81 0.060 111.894 50.181 111.894 112 0 36.399-17.363 68.742-44.259 89.199l-0.276 0.201zM608 512h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"virtual-reality\"]},\"attrs\":[{}],\"properties\":{\"order\":26949,\"id\":39,\"name\":\"virtual-reality\",\"prevSize\":16,\"code\":60856},\"setIdx\":0,\"setId\":0,\"iconIdx\":1208},{\"icon\":{\"paths\":[\"M544 432c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 61.856 50.144 112 112 112v0c61.856 0 112-50.144 112-112v0zM432 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM704 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM576 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM960 480h-65.36c-7.076-83.094-39.751-157.439-90.003-216.332l0.443 0.532 49.56-49.56c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v-0l-49.36 49.56c-58.412-49.846-132.834-82.528-214.593-89.464l-1.407-0.096v-65.36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 65.36c-83.094 7.076-157.439 39.751-216.332 90.003l0.532-0.443-49.56-49.56c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l49.56 49.56c-49.846 58.412-82.528 132.834-89.464 214.593l-0.096 1.407h-65.36c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h65.36c7.076 83.094 39.751 157.439 90.003 216.332l-0.443-0.532-49.56 49.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 49.56-49.56c58.412 49.846 132.834 82.528 214.593 89.464l1.407 0.096v65.36c0 17.673 14.327 32 32 32s32-14.327 32-32v0-65.36c83.094-7.076 157.439-39.751 216.332-90.003l-0.532 0.443 49.56 49.56c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-49.76-49.36c49.846-58.412 82.528-132.834 89.464-214.593l0.096-1.407h65.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 832c-176.731 0-320-143.269-320-320s143.269-320 320-320c176.731 0 320 143.269 320 320v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"virus\"]},\"attrs\":[{}],\"properties\":{\"order\":26950,\"id\":38,\"name\":\"virus\",\"prevSize\":16,\"code\":60857},\"setIdx\":0,\"setId\":0,\"iconIdx\":1209},{\"icon\":{\"paths\":[\"M800 288c-123.623 0.118-223.793 100.361-223.793 224 0 62.66 25.728 119.31 67.196 159.964l0.037 0.036h-262.88c41.505-40.69 67.233-97.34 67.233-160 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 123.712 100.288 224 224 224 0.073 0 0.146-0 0.219-0l575.989 0c123.712 0 224-100.288 224-224s-100.288-224-224-224v0zM64 512c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160v0c-88.366 0-160-71.634-160-160v0zM800 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"voicemail\"]},\"attrs\":[{}],\"properties\":{\"order\":26951,\"id\":37,\"name\":\"voicemail\",\"prevSize\":16,\"code\":60858},\"setIdx\":0,\"setId\":0,\"iconIdx\":1210},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM838.96 642.32c-55.667 38.602-124.652 61.667-199.024 61.667-64.37 0-124.704-17.278-176.618-47.449l1.682 0.902 65.48-113.44h332c-3.319 36.202-11.659 69.548-24.361 100.648l0.841-2.328zM364.48 192.44c28.109-13.369 60.723-23.444 94.957-28.564l1.923-0.236c118.931 57.896 199.54 177.66 200 316.298l0 0.062h-130.88zM862.52 480h-137.040c-0.434-124.688-55.562-236.415-142.631-312.502l-0.489-0.418c151.111 31.885 265.293 157.181 280.050 311.495l0.11 1.425zM309.080 224.52l68.48 118.6c-102.097 60.148-175.369 159.949-198.994 277.697l-0.446 2.663c-11.485-33.252-18.118-71.573-18.118-111.442 0-118.332 58.423-223.019 147.998-286.789l1.079-0.73zM235.6 729.72c-0.656-8.054-1.030-17.436-1.030-26.905 0-129.192 69.599-242.129 173.349-303.359l1.641-0.896 65.48 113.44-165.96 287.48c-28.097-20.044-52.293-43.057-72.921-69.031l-0.559-0.729zM512 864c-0.107 0-0.234 0-0.361 0-53.401 0-104.008-11.959-149.29-33.345l2.131 0.905 68.52-118.68c59.491 34.66 130.947 55.121 207.181 55.121 48.314 0 94.709-8.218 137.862-23.333l-2.923 0.892c-64.655 72.798-158.502 118.44-263.009 118.44-0.039 0-0.078-0-0.118-0l0.007 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"volleyball\"]},\"attrs\":[{}],\"properties\":{\"order\":26952,\"id\":36,\"name\":\"volleyball\",\"prevSize\":16,\"code\":60859},\"setIdx\":0,\"setId\":0,\"iconIdx\":1211},{\"icon\":{\"paths\":[\"M896 192h-768c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h768c17.673 0 32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM352 576v-128h320v128zM160 576v-128h128v128zM736 448h128v128h-128zM864 384h-320v-128h320zM480 256v128h-320v-128zM160 640h320v128h-320zM544 768v-128h320v128z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wall\"]},\"attrs\":[{}],\"properties\":{\"order\":26953,\"id\":35,\"name\":\"wall\",\"prevSize\":16,\"code\":60860},\"setIdx\":0,\"setId\":0,\"iconIdx\":1212},{\"icon\":{\"paths\":[\"M864 288h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c-53.019 0-96 42.981-96 96v0 512c0 53.019 42.981 96 96 96v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM864 800h-640c-17.673 0-32-14.327-32-32v0-421.48c9.486 3.472 20.439 5.48 31.861 5.48 0.049 0 0.098-0 0.146-0l-0.008 0h640zM672 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wallet\"]},\"attrs\":[{}],\"properties\":{\"order\":26954,\"id\":34,\"name\":\"wallet\",\"prevSize\":16,\"code\":60861},\"setIdx\":0,\"setId\":0,\"iconIdx\":1213},{\"icon\":{\"paths\":[\"M960 736h-32v-504.4l38.68-8.32c14.957-2.88 26.101-15.864 26.101-31.452 0-17.673-14.327-32-32-32-2.662 0-5.249 0.325-7.721 0.938l0.22-0.046-896 192c-14.538 3.218-25.25 15.998-25.25 31.28 0 17.663 14.31 31.983 31.969 32l0.002 0c2.397-0.004 4.73-0.266 6.976-0.76l-0.216 0.040 25.24-5.4v326.12h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 396l704-150.68v490.68h-96v-224c0-17.673-14.327-32-32-32v0h-448c-17.673 0-32 14.327-32 32v0 224h-96zM704 608h-384v-64h384zM320 672h384v64h-384z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"warehouse\"]},\"attrs\":[{}],\"properties\":{\"order\":26955,\"id\":33,\"name\":\"warehouse\",\"prevSize\":16,\"code\":60862},\"setIdx\":0,\"setId\":0,\"iconIdx\":1214},{\"icon\":{\"paths\":[\"M947.2 752.36l-349.8-607.48c-17.525-29.455-49.194-48.883-85.4-48.883s-67.875 19.428-85.149 48.428l-0.251 0.455-349.8 607.48c-8.072 13.588-12.843 29.957-12.843 47.44s4.771 33.852 13.082 47.875l-0.239-0.435c17.146 29.356 48.5 48.765 84.389 48.765 0.356 0 0.711-0.002 1.066-0.006l-0.054 0h699.6c0.277 0.003 0.604 0.004 0.932 0.004 35.888 0 67.242-19.409 84.139-48.304l0.249-0.461c8.097-13.604 12.883-29.998 12.883-47.508 0-17.455-4.756-33.8-13.042-47.808l0.239 0.437zM891.72 815.2c-6.013 10.125-16.892 16.805-29.331 16.805-0.207 0-0.413-0.002-0.619-0.006l0.031 0h-699.6c-0.175 0.003-0.382 0.005-0.589 0.005-12.439 0-23.318-6.68-29.245-16.649l-0.086-0.157c-2.651-4.416-4.219-9.745-4.219-15.44s1.568-11.024 4.296-15.578l-0.077 0.138 349.8-607.48c6.23-10.239 17.329-16.972 30-16.972s23.77 6.734 29.913 16.818l0.087 0.154 349.8 607.48c2.602 4.384 4.14 9.665 4.14 15.305 0 5.75-1.599 11.127-4.376 15.711l0.076-0.135zM480 576v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM560 720c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"warning\"]},\"attrs\":[{}],\"properties\":{\"order\":26956,\"id\":32,\"name\":\"warning\",\"prevSize\":16,\"code\":60863},\"setIdx\":0,\"setId\":0,\"iconIdx\":1215},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM480 544v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM560 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"warning-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26957,\"id\":31,\"name\":\"warning-circle\",\"prevSize\":16,\"code\":60864},\"setIdx\":0,\"setId\":0,\"iconIdx\":1216},{\"icon\":{\"paths\":[\"M512 288c17.673 0 32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0zM464 688c0 26.51 21.49 48 48 48s48-21.49 48-48c0-26.51-21.49-48-48-48v0c-26.51 0-48 21.49-48 48v0zM960 512c0 0.053 0 0.116 0 0.179 0 17.562-7.141 33.457-18.678 44.939l-0.003 0.003-384.2 384.24c-11.568 11.501-27.514 18.611-45.12 18.611s-33.552-7.109-45.123-18.614l0.003 0.003-384-384.24c-11.501-11.568-18.611-27.514-18.611-45.12s7.109-33.552 18.614-45.123l-0.003 0.003 384.2-384.24c11.568-11.501 27.514-18.611 45.12-18.611s33.552 7.109 45.123 18.614l-0.003-0.003 384.2 384.24c11.42 11.464 18.481 27.279 18.481 44.742 0 0.133-0 0.266-0.001 0.398l0-0.021zM896 512l-384-384-384 384 384 384z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"warning-diamond\"]},\"attrs\":[{}],\"properties\":{\"order\":26958,\"id\":30,\"name\":\"warning-diamond\",\"prevSize\":16,\"code\":60865},\"setIdx\":0,\"setId\":0,\"iconIdx\":1217},{\"icon\":{\"paths\":[\"M480 544v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM928 366.2v291.6c0 0.060 0 0.131 0 0.203 0 17.607-7.173 33.539-18.756 45.033l-0.004 0.004-206.2 206.2c-11.498 11.587-27.43 18.76-45.037 18.76-0.071 0-0.143-0-0.214-0l0.011 0h-291.6c-0.060 0-0.131 0-0.203 0-17.607 0-33.539-7.173-45.033-18.756l-0.004-0.004-206.2-206.2c-11.587-11.498-18.76-27.43-18.76-45.037 0-0.071 0-0.143 0-0.214l-0 0.011v-291.6c-0-0.060-0-0.131-0-0.203 0-17.607 7.173-33.539 18.756-45.033l0.004-0.004 206.2-206.2c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h291.6c0.060-0 0.131-0 0.203-0 17.607 0 33.539 7.173 45.033 18.756l0.004 0.004 206.2 206.2c11.587 11.498 18.76 27.43 18.76 45.037 0 0.071-0 0.143-0 0.214l0-0.011zM864 366.2l-206.2-206.2h-291.6l-206.2 206.2v291.6l206.2 206.2h291.6l206.2-206.2zM512 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"warning-octagon\"]},\"attrs\":[{}],\"properties\":{\"order\":26959,\"id\":29,\"name\":\"warning-octagon\",\"prevSize\":16,\"code\":60866},\"setIdx\":0,\"setId\":0,\"iconIdx\":1218},{\"icon\":{\"paths\":[\"M832 512c-0.025-105.492-51.131-199.042-129.928-257.265l-0.872-0.615-24.96-137.52c-5.596-30.102-31.65-52.592-62.959-52.6l-202.561-0c-31.31 0.008-57.364 22.498-62.899 52.204l-0.061 0.396-24.96 137.52c-79.692 58.82-130.809 152.381-130.809 257.88s51.117 199.059 129.935 257.264l0.874 0.616 24.96 137.52c5.596 30.102 31.65 52.592 62.959 52.6l202.561 0c31.31-0.008 57.364-22.498 62.899-52.204l0.061-0.396 24.96-137.52c79.669-58.839 130.775-152.389 130.8-257.876l0-0.004zM410.72 128h202.56l15.64 86.2c-34.645-14.048-74.83-22.199-116.92-22.199s-82.275 8.151-119.064 22.962l2.144-0.762zM256 512c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015zM613.28 896h-202.56l-15.64-86.2c34.645 14.048 74.83 22.199 116.92 22.199s82.275-8.151 119.064-22.962l-2.144 0.762zM480 512v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"watch\"]},\"attrs\":[{}],\"properties\":{\"order\":26960,\"id\":28,\"name\":\"watch\",\"prevSize\":16,\"code\":60867},\"setIdx\":0,\"setId\":0,\"iconIdx\":1219},{\"icon\":{\"paths\":[\"M224 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM352 96c-17.673 0-32 14.327-32 32v0 768c0 17.673 14.327 32 32 32s32-14.327 32-32v0-768c0-17.673-14.327-32-32-32v0zM512 224c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32s32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM672 352c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM832 288c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"waveform\"]},\"attrs\":[{}],\"properties\":{\"order\":26961,\"id\":27,\"name\":\"waveform\",\"prevSize\":16,\"code\":60868},\"setIdx\":0,\"setId\":0,\"iconIdx\":1220},{\"icon\":{\"paths\":[\"M137.32 310.72c-5.822-5.796-9.425-13.817-9.425-22.68s3.603-16.884 9.424-22.679l0.001-0.001c3.080-3 75.080-73.36 214.68-73.36 73.68 0 128.96 36.84 177.76 69.36 45.2 30.16 87.92 58.64 142.24 58.64 1.282 0.020 2.795 0.032 4.311 0.032 44.553 0 86.749-10.087 124.431-28.102l-1.741 0.75c16.255-7.591 30.254-16.778 42.734-27.662l-0.214 0.182c5.782-5.738 13.747-9.284 22.54-9.284 17.675 0 32.004 14.329 32.004 32.004 0 8.882-3.619 16.92-9.462 22.718l-0.002 0.002c-3 3-75 73.36-214.6 73.36-73.68 0-128.96-36.84-177.76-69.36-45.2-30.16-87.92-58.64-142.24-58.64-1.282-0.020-2.795-0.032-4.311-0.032-44.553 0-86.749 10.087-124.431 28.102l1.741-0.75c-16.255 7.591-30.254 16.778-42.734 27.662l0.214-0.182c-5.782 5.739-13.747 9.285-22.54 9.285-8.833 0-16.83-3.579-22.62-9.365l0 0zM841.52 489.2c-12.266 10.702-26.265 19.889-41.423 27.016l-1.097 0.464c-35.941 17.265-78.137 27.352-122.689 27.352-1.516 0-3.029-0.012-4.539-0.035l0.228 0.003c-54.32 0-97.040-28.48-142.24-58.64-48.8-32.52-104.080-69.36-177.76-69.36-139.6 0-211.6 70.36-214.6 73.36-5.845 5.8-9.464 13.838-9.464 22.72 0 17.675 14.329 32.004 32.004 32.004 8.793 0 16.758-3.546 22.542-9.286l-0.002 0.002c12.266-10.702 26.265-19.889 41.423-27.016l1.097-0.464c35.941-17.265 78.137-27.352 122.689-27.352 1.516 0 3.029 0.012 4.539 0.035l-0.228-0.003c54.32 0 97.040 28.48 142.24 58.64 48.8 32.52 104 69.36 177.76 69.36 139.6 0 211.6-70.36 214.6-73.36 5.845-5.8 9.464-13.838 9.464-22.72 0-17.675-14.329-32.004-32.004-32.004-8.793 0-16.758 3.546-22.542 9.286l0.002-0.002zM841.52 713.2c-12.266 10.702-26.265 19.889-41.423 27.016l-1.097 0.464c-35.941 17.265-78.137 27.352-122.689 27.352-1.516 0-3.029-0.012-4.539-0.035l0.228 0.003c-54.32 0-97.040-28.48-142.24-58.64-48.8-32.52-104.080-69.36-177.76-69.36-139.6 0-211.6 70.36-214.6 73.36-5.845 5.8-9.464 13.838-9.464 22.72 0 17.675 14.329 32.004 32.004 32.004 8.793 0 16.758-3.546 22.542-9.286l-0.002 0.002c12.266-10.702 26.265-19.889 41.423-27.016l1.097-0.464c35.941-17.265 78.137-27.352 122.689-27.352 1.516 0 3.029 0.012 4.539 0.035l-0.228-0.003c54.32 0 97.040 28.48 142.24 58.64 48.8 32.52 104 69.36 177.76 69.36 139.6 0 211.6-70.36 214.6-73.36 5.845-5.8 9.464-13.838 9.464-22.72 0-17.675-14.329-32.004-32.004-32.004-8.793 0-16.758 3.546-22.542 9.286l0.002-0.002z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"waves\"]},\"attrs\":[{}],\"properties\":{\"order\":26962,\"id\":26,\"name\":\"waves\",\"prevSize\":16,\"code\":60869},\"setIdx\":0,\"setId\":0,\"iconIdx\":1221},{\"icon\":{\"paths\":[\"M944.76 539.24l-416 256c-4.768 2.976-10.558 4.74-16.76 4.74-17.666 0-31.989-14.316-32-31.979l-0-0.001v-454.72l-367.24 225.96c-4.559 2.65-10.033 4.214-15.873 4.214-17.673 0-32-14.327-32-32 0-11.101 5.653-20.882 14.237-26.621l0.116-0.073 416-256c4.768-2.976 10.558-4.74 16.76-4.74 17.666 0 31.989 14.316 32 31.979l0 0.001v454.72l367.24-225.96c4.559-2.65 10.033-4.214 15.873-4.214 17.673 0 32 14.327 32 32 0 11.101-5.653 20.882-14.237 26.621l-0.116 0.073z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wave-sawtooth\"]},\"attrs\":[{}],\"properties\":{\"order\":26963,\"id\":25,\"name\":\"wave-sawtooth\",\"prevSize\":16,\"code\":60870},\"setIdx\":0,\"setId\":0,\"iconIdx\":1222},{\"icon\":{\"paths\":[\"M956.96 525.6c-88 187.2-165.6 274.4-244.8 274.4-100.4 0-162.92-133.28-229.12-274.4-52.24-111.36-111.44-237.6-171.040-237.6-65.6 0-145.24 148.84-186.88 237.6-5.34 10.665-16.183 17.858-28.706 17.858-17.673 0-32-14.327-32-32 0-4.729 1.026-9.219 2.867-13.258l-0.082 0.2c87.64-187.2 165.44-274.4 244.8-274.4 100.4 0 162.92 133.28 229.12 274.4 52.080 111.36 111.28 237.6 170.88 237.6 65.6 0 145.24-148.84 186.88-237.6 5.34-10.665 16.183-17.858 28.706-17.858 17.673 0 32 14.327 32 32 0 4.729-1.026 9.219-2.867 13.258l0.082-0.2z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wave-sine\"]},\"attrs\":[{}],\"properties\":{\"order\":26964,\"id\":24,\"name\":\"wave-sine\",\"prevSize\":16,\"code\":60871},\"setIdx\":0,\"setId\":0,\"iconIdx\":1223},{\"icon\":{\"paths\":[\"M960 512v224c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32v0-416h-352v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0 416h352v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wave-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26965,\"id\":23,\"name\":\"wave-square\",\"prevSize\":16,\"code\":60872},\"setIdx\":0,\"setId\":0,\"iconIdx\":1224},{\"icon\":{\"paths\":[\"M953.92 530.72l-208 288c-5.878 8.122-15.329 13.345-26 13.345s-20.122-5.223-25.936-13.252l-0.064-0.093-389.92-540.080-182.040 252c-5.887 8.107-15.335 13.318-26 13.318-17.694 0-32.038-14.344-32.038-32.038 0-7.029 2.264-13.53 6.102-18.812l-0.064 0.092 208-288c5.878-8.122 15.329-13.345 26-13.345s20.122 5.223 25.936 13.252l0.064 0.093 390.040 540 182.040-252c5.887-8.107 15.335-13.318 26-13.318 17.694 0 32.038 14.344 32.038 32.038 0 7.029-2.264 13.53-6.102 18.812l0.064-0.092z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wave-triangle\"]},\"attrs\":[{}],\"properties\":{\"order\":26966,\"id\":22,\"name\":\"wave-triangle\",\"prevSize\":16,\"code\":60873},\"setIdx\":0,\"setId\":0,\"iconIdx\":1225},{\"icon\":{\"paths\":[\"M672 416c0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160v0c88.366 0 160-71.634 160-160v0zM416 416c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM896 800h-352v-65.6c162.421-16.804 288-152.935 288-318.396 0-176.731-143.269-320-320-320s-320 143.269-320 320c0 165.461 125.58 301.592 286.627 318.281l1.373 0.115v65.6h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h768c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM256 416c0-141.385 114.615-256 256-256s256 114.615 256 256c0 141.385-114.615 256-256 256v0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"webcam\"]},\"attrs\":[{}],\"properties\":{\"order\":26967,\"id\":21,\"name\":\"webcam\",\"prevSize\":16,\"code\":60874},\"setIdx\":0,\"setId\":0,\"iconIdx\":1226},{\"icon\":{\"paths\":[\"M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.24 46.088-43.334 101.564-43.334 160.799 0 165.481 125.609 301.624 286.684 318.287l1.371 0.115v65.6h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h660.76l19.56 21.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM256 416c-0-0.111-0-0.242-0-0.373 0-40.034 9.24-77.911 25.704-111.612l-0.664 1.505 73.68 81.040c-1.738 8.852-2.732 19.030-2.732 29.44 0 88.366 71.634 160 160 160 0.004 0 0.008-0 0.013-0l-0.001 0c4.8 0 9.56-0.24 14.32-0.68l73.68 81.12c-26.167 9.88-56.415 15.6-88 15.6-141.385 0-256-114.615-256-256 0-0.014 0-0.028 0-0.042l-0 0.002zM544 800v-65.64c37.623-3.847 72.085-13.64 103.719-28.465l-1.959 0.825 84.8 93.28zM342.080 181.24c-2.632-4.547-4.185-10.003-4.185-15.821 0-11.857 6.449-22.208 16.030-27.736l0.155-0.082c45.416-26.242 99.899-41.726 157.998-41.726 176.731 0 320 143.269 320 320 0 68.807-21.716 132.541-58.669 184.724l0.671-0.998c-5.864 8.283-15.408 13.624-26.2 13.624-17.675 0-32.004-14.329-32.004-32.004 0-6.884 2.173-13.26 5.871-18.48l-0.067 0.1c29.026-40.948 46.399-91.935 46.399-146.981 0-141.385-114.615-256-256-256-46.479 0-90.066 12.387-127.638 34.039l1.239-0.659c-4.539 2.621-9.985 4.168-15.791 4.168-11.85 0-22.196-6.441-27.727-16.013l-0.082-0.154zM603.32 445.72c2.991-8.875 4.716-19.096 4.716-29.72 0-53.019-42.981-96-96-96-0.013 0-0.026 0-0.038 0l0.002-0c-0.026-0-0.057-0-0.087-0-7.397 0-14.6 0.831-21.521 2.404l0.648-0.124c-2.809 0.894-6.041 1.409-9.392 1.409-17.673 0-32-14.327-32-32 0-16.104 11.896-29.43 27.38-31.669l0.172-0.020c10.394-2.405 22.329-3.783 34.586-3.783 88.366 0 160 71.634 160 160 0 17.621-2.849 34.577-8.11 50.433l0.325-1.13c-4.52 12.546-16.32 21.355-30.178 21.355-17.673 0-32-14.327-32-32 0-3.264 0.489-6.415 1.397-9.382l-0.060 0.227z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"webcam-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26968,\"id\":20,\"name\":\"webcam-slash\",\"prevSize\":16,\"code\":60875},\"setIdx\":0,\"setId\":0,\"iconIdx\":1227},{\"icon\":{\"paths\":[\"M712.64 736h-267.36c-15.866 91.393-94.578 160.008-189.316 160.008-106.039 0-192-85.961-192-192 0-43.461 14.44-83.55 38.785-115.73l-0.349 0.482c5.903-7.803 15.169-12.792 25.6-12.792 17.68 0 32.012 14.332 32.012 32.012 0 7.248-2.409 13.934-6.47 19.3l0.058-0.080c-15.979 20.983-25.601 47.561-25.601 76.386 0 0.145 0 0.291 0.001 0.436l-0-0.023c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32v0h296.64c11.272-19.265 31.861-32 55.426-32 35.346 0 64 28.654 64 64s-28.654 64-64 64c-23.564 0-44.154-12.735-55.262-31.698l-0.164-0.302zM256 768c0.007 0 0.015 0 0.023 0 35.346 0 64-28.654 64-64 0-11.154-2.853-21.641-7.87-30.772l0.167 0.332 143.080-232.56c2.974-4.767 4.737-10.555 4.737-16.754 0-11.461-6.026-21.515-15.082-27.167l-0.135-0.079c-36.781-22.917-60.897-63.143-60.897-109.001 0-70.692 57.308-128 128-128 52.157 0 97.029 31.196 116.973 75.947l0.324 0.814c5.066 11.403 16.291 19.211 29.34 19.211 17.679 0 32.011-14.332 32.011-32.011 0-4.63-0.983-9.030-2.752-13.004l0.081 0.204c-30.422-68.298-97.704-115.051-175.906-115.051-106.039 0-192 85.961-192 192 0 57.447 25.23 109.001 65.213 144.187l0.213 0.184-127.76 207.52c-0.6 0-1.16 0-1.76 0-35.346 0-64 28.654-64 64s28.654 64 64 64v0zM768 512c-25.945 0.002-50.691 5.13-73.282 14.427l1.282-0.467-127.68-207.56c4.836-8.789 7.681-19.262 7.681-30.4 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.653 63.999 63.999 64l1.76 0 143.12 232.6c5.733 9.175 15.778 15.188 27.228 15.188 6.207 0 12.002-1.767 16.908-4.826l-0.135 0.079c19.101-11.952 42.307-19.040 67.169-19.040 70.692 0 128 57.308 128 128s-57.308 128-128 128c-0.017 0-0.035-0-0.052-0l0.003 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c106.039 0 192-85.961 192-192s-85.961-192-192-192v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"webhooks-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26969,\"id\":19,\"name\":\"webhooks-logo\",\"prevSize\":16,\"code\":60876},\"setIdx\":0,\"setId\":0,\"iconIdx\":1228},{\"icon\":{\"paths\":[\"M927.16 749.32c20.729-41.215 32.866-89.82 32.866-141.26 0-163.235-122.223-297.923-280.146-317.542l-1.561-0.158c-50.388-114.591-162.913-193.157-293.787-193.157-176.731 0-320 143.269-320 320 0 50.993 11.927 99.199 33.144 141.983l-0.837-1.866-30.64 107.28c-1.37 4.614-2.159 9.915-2.159 15.4 0 30.914 25.049 55.977 55.957 56l0.002 0c0.046 0 0.1 0 0.154 0 5.418 0 10.652-0.789 15.593-2.259l-0.386 0.099 107.28-30.64c29.951 15.156 64.786 25.93 101.571 30.372l1.509 0.148c50.116 115.233 162.968 194.347 294.298 194.347 51.441 0 100.046-12.138 143.109-33.705l-1.847 0.838 107.28 30.64c4.597 1.36 9.878 2.143 15.343 2.143 30.928 0 56-25.072 56-56 0-5.464-0.783-10.746-2.242-15.739l0.099 0.396zM261.44 640.84c-4.428-2.464-9.713-3.915-15.337-3.915-3.084 0-6.067 0.436-8.889 1.251l0.226-0.056-105.64 30.2 30.2-105.64c0.759-2.596 1.195-5.579 1.195-8.663 0-5.624-1.451-10.909-3.998-15.501l0.083 0.164c-20.323-35.867-32.299-78.775-32.299-124.48 0-141.396 114.624-256.019 256.019-256.019 95.69 0 179.119 52.497 223.056 130.262l0.664 1.277c-161.727 17.633-286.498 153.351-286.72 318.257l-0 0.023c0.015 20.232 1.921 40.009 5.551 59.176l-0.311-1.976c-24.159-5.737-45.43-14.108-65.096-25.020l1.296 0.66zM862.12 754.68l30.2 105.64-105.64-30.2c-2.596-0.759-5.579-1.195-8.663-1.195-5.624 0-10.909 1.451-15.501 3.998l0.164-0.083c-35.34 19.616-77.501 31.162-122.358 31.162-141.274 0-255.8-114.526-255.8-255.8s114.526-255.8 255.8-255.8c141.274 0 255.8 114.526 255.8 255.8 0 44.857-11.546 87.018-31.829 123.671l0.667-1.313c-2.527 4.474-4.017 9.824-4.017 15.522 0 3.061 0.43 6.021 1.232 8.824l-0.055-0.226zM576 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM800 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wechat-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26970,\"id\":18,\"name\":\"wechat-logo\",\"prevSize\":16,\"code\":60877},\"setIdx\":0,\"setId\":0,\"iconIdx\":1229},{\"icon\":{\"paths\":[\"M750.32 579.36l-128-64c-4.159-2.118-9.071-3.359-14.272-3.359-6.606 0-12.744 2.002-17.842 5.432l0.114-0.073-58.76 39.2c-27.114-15.102-48.898-36.886-63.578-63.177l-0.422-0.823 39.2-58.76c3.357-4.983 5.359-11.122 5.359-17.728 0-5.201-1.241-10.113-3.443-14.455l0.084 0.182-64-128c-5.351-10.633-16.177-17.8-28.677-17.8-0.029 0-0.058 0-0.088 0l0.005-0c-88.366 0-160 71.634-160 160v0c0.228 194.313 157.687 351.772 351.978 352l0.022 0c88.366 0 160-71.634 160-160v0c0-0.007 0-0.015 0-0.023 0-12.453-7.113-23.245-17.498-28.533l-0.182-0.084zM608 704c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c-0-0.008-0-0.017-0-0.027 0-46.352 32.851-85.031 76.54-94.026l0.62-0.107 45.92 92-39.080 58.16c-3.367 4.988-5.374 11.135-5.374 17.75 0 4.435 0.902 8.659 2.533 12.499l-0.079-0.21c23.383 54.6 66 97.217 119.131 120.039l1.469 0.561c3.747 1.666 8.12 2.636 12.718 2.636 6.553 0 12.646-1.97 17.719-5.349l-0.117 0.073 58.44-38.96 92 45.92c-9.149 44.251-47.8 77.041-94.109 77.041-0.116 0-0.233-0-0.349-0.001l0.018 0zM512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM512 864c-0.071 0-0.155 0-0.239 0-64.812 0-125.526-17.542-177.654-48.137l1.654 0.897c-4.602-2.714-10.141-4.318-16.053-4.318-3.615 0-7.091 0.6-10.332 1.705l0.225-0.067-149.6 49.92 49.88-149.6c1.048-3.029 1.653-6.519 1.653-10.151 0-5.895-1.594-11.417-4.374-16.16l0.082 0.151c-29.734-50.544-47.298-111.341-47.298-176.24 0-194.404 157.596-352 352-352s352 157.596 352 352c0 194.384-157.563 351.967-351.939 352l-0.003 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"whatsapp-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26971,\"id\":17,\"name\":\"whatsapp-logo\",\"prevSize\":16,\"code\":60878},\"setIdx\":0,\"setId\":0,\"iconIdx\":1230},{\"icon\":{\"paths\":[\"M1022.36 757.88c-4.367-12.823-16.305-21.883-30.359-21.883-3.621 0-7.101 0.601-10.347 1.71l0.225-0.067-69.68 23.24-115.6-231.2c-5.37-10.562-16.154-17.673-28.599-17.68l-320.001-0v-96h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224v-36c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v43.24c-129.139 30.266-223.83 144.455-223.83 280.76 0 158.998 128.845 287.903 287.821 288l0.009 0c134.080 0 254.76-90.84 287-216 0.645-2.401 1.016-5.157 1.016-8 0-17.682-14.334-32.016-32.016-32.016-14.839 0-27.32 10.095-30.95 23.792l-0.050 0.223c-24.64 96-121.36 168-225 168-123.679-0.043-223.925-100.315-223.925-224 0-100.864 66.665-186.157 158.338-214.222l1.587-0.418v118.64c0 17.673 14.327 32 32 32v0h332.2l119.16 238.32c5.377 10.553 16.161 17.654 28.604 17.654 3.634 0 7.126-0.606 10.381-1.721l-0.225 0.067 96-32c12.817-4.37 21.871-16.305 21.871-30.355 0-3.607-0.597-7.076-1.697-10.311l0.067 0.225zM352 192c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wheelchair\"]},\"attrs\":[{}],\"properties\":{\"order\":26972,\"id\":16,\"name\":\"wheelchair\",\"prevSize\":16,\"code\":60879},\"setIdx\":0,\"setId\":0,\"iconIdx\":1231},{\"icon\":{\"paths\":[\"M704 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM704 128c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM672 672c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM824.76 523.72c4.499 5.47 7.227 12.544 7.227 20.256 0 2.231-0.228 4.409-0.663 6.511l0.036-0.207-64 320c-3.033 14.764-15.917 25.711-31.359 25.72l-0.001 0c-0.013 0-0.029 0-0.045 0-2.221 0-4.389-0.233-6.478-0.676l0.203 0.036c-14.76-3.042-25.7-15.93-25.7-31.374 0-2.218 0.226-4.382 0.655-6.473l-0.035 0.207 56.36-281.72h-248.96c-0.014 0-0.031 0-0.047 0-17.673 0-32-14.327-32-32 0-5.891 1.592-11.41 4.369-16.151l-0.082 0.151 80.24-139.6c-43.030-22.935-94.103-36.404-148.322-36.404-77.609 0-148.773 27.597-204.213 73.513l0.534-0.43c-5.734 5.486-13.526 8.863-22.106 8.863-17.673 0-32-14.327-32-32 0-10.637 5.19-20.061 13.175-25.88l0.091-0.063c65.857-54.656 151.258-87.821 244.405-87.821 77.885 0 150.354 23.187 210.881 63.035l-1.446-0.894c8.805 5.797 14.536 15.636 14.536 26.814 0 5.869-1.58 11.369-4.338 16.098l0.082-0.152-68.48 118.92h232.72c0.002-0 0.004-0 0.007-0 9.95 0 18.84 4.542 24.709 11.665l0.044 0.055z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wheelchair-motion\"]},\"attrs\":[{}],\"properties\":{\"order\":26973,\"id\":15,\"name\":\"wheelchair-motion\",\"prevSize\":16,\"code\":60880},\"setIdx\":0,\"setId\":0,\"iconIdx\":1232},{\"icon\":{\"paths\":[\"M560 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM948.32 348c-117.734-97.139-270.147-156.052-436.32-156.052s-318.586 58.913-437.493 156.991l1.173-0.94c-7.164 5.916-11.695 14.799-11.695 24.74 0 17.681 14.334 32.015 32.015 32.015 7.74 0 14.839-2.747 20.374-7.319l-0.054 0.043c106.773-88.077 244.989-141.493 395.68-141.493s288.906 53.415 396.744 142.345l-1.064-0.852c5.481 4.528 12.58 7.275 20.32 7.275 17.681 0 32.015-14.334 32.015-32.015 0-9.941-4.531-18.824-11.641-24.697l-0.054-0.043zM820 491.080c-83.738-66.761-191.096-107.122-307.88-107.122s-224.141 40.361-308.884 107.895l1.004-0.773c-7.414 5.914-12.123 14.947-12.123 25.080 0 17.675 14.328 32.003 32.003 32.003 7.542 0 14.474-2.609 19.944-6.973l-0.064 0.050c72.927-58.131 166.42-93.273 268.12-93.273s195.193 35.143 268.996 93.947l-0.876-0.674c5.405 4.316 12.338 6.925 19.881 6.925 10.133 0 19.166-4.71 25.030-12.060l0.050-0.065c4.316-5.405 6.925-12.338 6.925-19.881 0-10.133-4.71-19.166-12.060-25.030l-0.065-0.050zM690.96 634.12c-49.497-36.322-111.622-58.123-178.84-58.123s-129.343 21.801-179.691 58.718l0.851-0.595c-8.022 5.889-13.171 15.283-13.171 25.88 0 17.679 14.332 32.011 32.011 32.011 7.082 0 13.627-2.3 18.929-6.194l-0.089 0.062c39.063-28.684 88.101-45.902 141.16-45.902s102.097 17.218 141.83 46.372l-0.67-0.469c5.213 3.831 11.758 6.131 18.84 6.131 17.679 0 32.011-14.332 32.011-32.011 0-10.597-5.149-19.991-13.082-25.818l-0.089-0.062z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wifi-high\"]},\"attrs\":[{}],\"properties\":{\"order\":26974,\"id\":14,\"name\":\"wifi-high\",\"prevSize\":16,\"code\":60881},\"setIdx\":0,\"setId\":0,\"iconIdx\":1233},{\"icon\":{\"paths\":[\"M560 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM690.84 634.12c-49.497-36.322-111.622-58.123-178.84-58.123s-129.343 21.801-179.691 58.718l0.851-0.595c-8.022 5.889-13.171 15.283-13.171 25.88 0 17.679 14.332 32.011 32.011 32.011 7.082 0 13.627-2.3 18.929-6.194l-0.089 0.062c39.063-28.684 88.101-45.902 141.16-45.902s102.097 17.218 141.83 46.372l-0.67-0.469c5.213 3.831 11.758 6.131 18.84 6.131 17.679 0 32.011-14.332 32.011-32.011 0-10.597-5.149-19.991-13.082-25.818l-0.089-0.062z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wifi-low\"]},\"attrs\":[{}],\"properties\":{\"order\":26975,\"id\":13,\"name\":\"wifi-low\",\"prevSize\":16,\"code\":60882},\"setIdx\":0,\"setId\":0,\"iconIdx\":1234},{\"icon\":{\"paths\":[\"M560 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM820 491.080c-83.738-66.761-191.096-107.122-307.88-107.122s-224.141 40.361-308.884 107.895l1.004-0.773c-7.414 5.914-12.123 14.947-12.123 25.080 0 17.675 14.328 32.003 32.003 32.003 7.542 0 14.474-2.609 19.944-6.973l-0.064 0.050c72.927-58.131 166.42-93.273 268.12-93.273s195.193 35.143 268.996 93.947l-0.876-0.674c5.405 4.316 12.338 6.925 19.881 6.925 10.133 0 19.166-4.71 25.030-12.060l0.050-0.065c4.316-5.405 6.925-12.338 6.925-19.881 0-10.133-4.71-19.166-12.060-25.030l-0.065-0.050zM690.96 634.12c-49.497-36.322-111.622-58.123-178.84-58.123s-129.343 21.801-179.691 58.718l0.851-0.595c-8.022 5.889-13.171 15.283-13.171 25.88 0 17.679 14.332 32.011 32.011 32.011 7.082 0 13.627-2.3 18.929-6.194l-0.089 0.062c39.063-28.684 88.101-45.902 141.16-45.902s102.097 17.218 141.83 46.372l-0.67-0.469c5.213 3.831 11.758 6.131 18.84 6.131 17.679 0 32.011-14.332 32.011-32.011 0-10.597-5.149-19.991-13.082-25.818l-0.089-0.062z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wifi-medium\"]},\"attrs\":[{}],\"properties\":{\"order\":26976,\"id\":12,\"name\":\"wifi-medium\",\"prevSize\":16,\"code\":60883},\"setIdx\":0,\"setId\":0,\"iconIdx\":1235},{\"icon\":{\"paths\":[\"M560 816c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wifi-none\"]},\"attrs\":[{}],\"properties\":{\"order\":26977,\"id\":11,\"name\":\"wifi-none\",\"prevSize\":16,\"code\":60884},\"setIdx\":0,\"setId\":0,\"iconIdx\":1236},{\"icon\":{\"paths\":[\"M855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-208-228.6c-26.218-10.705-56.64-16.918-88.513-16.918-53.045 0-102.070 17.209-141.798 46.348l0.671-0.47c-5.299 4.039-12.012 6.47-19.293 6.47-17.673 0-32-14.327-32-32 0-10.786 5.337-20.326 13.514-26.123l0.099-0.067c49.231-36.339 111.109-58.161 178.085-58.161 0.322 0 0.643 0.001 0.965 0.002l-0.050-0c5.12 0 10.2 0 15.28 0.4l-107.68-118.44c-67.412 15.101-126.465 44.094-176.474 83.953l0.874-0.673c-5.415 4.342-12.368 6.968-19.935 6.968-10.171 0-19.233-4.745-25.094-12.142l-0.051-0.067c-4.332-5.411-6.952-12.357-6.952-19.915 0-10.092 4.671-19.092 11.97-24.957l0.062-0.048c47.26-37.656 102.845-67.296 163.318-85.718l3.522-0.922-93.36-102.84c-61.689 25.398-114.892 57.681-162.2 96.836l1.040-0.836c-5.484 4.52-12.582 7.262-20.32 7.262-17.707 0-32.062-14.354-32.062-32.062 0-9.969 4.55-18.876 11.687-24.756l0.055-0.044c45.183-37.327 96.632-69.631 152.009-94.806l4.311-1.754-63.68-69.92c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM512 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM948.32 348c-117.873-97.109-270.399-155.995-436.68-155.995-30.897 0-61.32 2.033-91.141 5.973l3.501-0.378c-16.219 1.704-28.751 15.306-28.751 31.835 0 17.673 14.327 32 32 32 1.676 0 3.323-0.129 4.93-0.377l-0.179 0.023c24.022-3.232 51.794-5.077 79.996-5.080l0.004-0c150.679 0.085 288.871 53.478 396.754 142.339l-1.074-0.859c5.481 4.528 12.58 7.275 20.32 7.275 17.681 0 32.015-14.334 32.015-32.015 0-9.941-4.531-18.824-11.641-24.697l-0.054-0.043zM780 541.24c5.405 4.316 12.338 6.925 19.881 6.925 10.133 0 19.166-4.71 25.030-12.060l0.050-0.065c4.316-5.405 6.925-12.338 6.925-19.881 0-10.133-4.71-19.166-12.060-25.030l-0.065-0.050c-57.81-46.079-127.495-79.872-203.657-96.213l-3.263-0.587c-2.155-0.517-4.628-0.814-7.171-0.814-17.673 0-32 14.327-32 32 0 15.669 11.262 28.708 26.134 31.464l0.197 0.030c69.097 14.754 129.714 44.174 180.875 84.954l-0.875-0.674z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wifi-slash\"]},\"attrs\":[{}],\"properties\":{\"order\":26978,\"id\":10,\"name\":\"wifi-slash\",\"prevSize\":16,\"code\":60885},\"setIdx\":0,\"setId\":0,\"iconIdx\":1237},{\"icon\":{\"paths\":[\"M918.64 393.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.4 73.36zM512 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM690.84 634.12c-49.497-36.322-111.622-58.123-178.84-58.123s-129.343 21.801-179.691 58.718l0.851-0.595c-8.022 5.889-13.171 15.283-13.171 25.88 0 17.679 14.332 32.011 32.011 32.011 7.082 0 13.627-2.3 18.929-6.194l-0.089 0.062c39.063-28.684 88.101-45.902 141.16-45.902s102.097 17.218 141.83 46.372l-0.67-0.469c5.213 3.831 11.758 6.131 18.84 6.131 17.679 0 32.011-14.332 32.011-32.011 0-10.597-5.149-19.991-13.082-25.818l-0.089-0.062zM572.92 258.92c1.18 0.154 2.544 0.242 3.929 0.242 17.673 0 32-14.327 32-32 0-16.888-13.083-30.721-29.666-31.916l-0.103-0.006c-22.12-2.16-44.72-3.24-67.080-3.24-166.15 0.109-318.531 58.978-437.506 156.948l1.186-0.948c-7.164 5.916-11.695 14.799-11.695 24.74 0 17.681 14.334 32.015 32.015 32.015 7.74 0 14.839-2.747 20.374-7.319l-0.054 0.043c106.81-88.002 245.002-141.395 395.662-141.48l0.018-0c20.32 0 40.8 1 60.92 2.92zM571.64 452c1.215 0.163 2.62 0.257 4.046 0.257 17.673 0 32-14.327 32-32 0-16.024-11.778-29.297-27.149-31.635l-0.177-0.022c-20.309-2.928-43.761-4.601-67.603-4.601-0.266 0-0.532 0-0.798 0.001l0.041-0c-0.572-0.002-1.249-0.004-1.927-0.004-116.191 0-222.955 40.362-307.036 107.83l0.962-0.747c-7.298 5.914-11.925 14.877-11.925 24.92 0 17.647 14.284 31.957 31.921 32l0.004 0c0.066 0 0.144 0.001 0.222 0.001 7.508 0 14.407-2.609 19.84-6.969l-0.062 0.048c72.337-58 165.224-93.083 266.304-93.083 0.596 0 1.192 0.001 1.787 0.004l-0.092-0c0.211-0 0.462-0.001 0.712-0.001 20.782 0 41.225 1.454 61.232 4.266l-2.304-0.265z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wifi-x\"]},\"attrs\":[{}],\"properties\":{\"order\":26979,\"id\":9,\"name\":\"wifi-x\",\"prevSize\":16,\"code\":60886},\"setIdx\":0,\"setId\":0,\"iconIdx\":1238},{\"icon\":{\"paths\":[\"M736 736c0 70.692-57.308 128-128 128v0c-54.8 0-107.8-35.72-126-84.88-1.138-3.148-1.796-6.782-1.796-10.569 0-17.673 14.327-32 32-32 13.473 0 25.001 8.326 29.719 20.113l0.076 0.216c8.96 24.2 38 43.12 66 43.12 35.346 0 64-28.654 64-64s-28.654-64-64-64v0h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c70.692 0 128 57.308 128 128v0zM480 416c70.692 0 128-57.308 128-128s-57.308-128-128-128v0c-54.8 0-107.8 35.72-126 84.88-1.138 3.148-1.796 6.782-1.796 10.569 0 17.673 14.327 32 32 32 13.473 0 25.001-8.326 29.719-20.113l0.076-0.216c8.96-24.2 38-43.12 66-43.12 35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM832 288c-54.8 0-107.8 35.72-126 84.88-1.138 3.148-1.796 6.782-1.796 10.569 0 17.673 14.327 32 32 32 13.473 0 25.001-8.326 29.719-20.113l0.076-0.216c8.96-24.2 38-43.12 66-43.12 35.346 0 64 28.654 64 64s-28.654 64-64 64v0h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c70.692 0 128-57.308 128-128s-57.308-128-128-128v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wind\"]},\"attrs\":[{}],\"properties\":{\"order\":26980,\"id\":8,\"name\":\"wind\",\"prevSize\":16,\"code\":60887},\"setIdx\":0,\"setId\":0,\"iconIdx\":1239},{\"icon\":{\"paths\":[\"M864 544h-320c-17.673 0-32 14.327-32 32v0 229.8c-0 0.011-0 0.023-0 0.035 0 15.651 11.236 28.678 26.082 31.454l0.198 0.031 320 58.16c1.685 0.331 3.622 0.52 5.604 0.52 0.041 0 0.082-0 0.123-0l-0.006 0c17.673 0 32-14.327 32-32v0-288c0-17.673-14.327-32-32-32v0zM832 825.64l-256-46.52v-171.12h256zM416 544h-256c-17.673 0-32 14.327-32 32v0 160c0.002 15.649 11.238 28.674 26.082 31.449l0.198 0.031 256 46.56c1.712 0.318 3.689 0.506 5.708 0.52l0.012 0c17.673 0 32-14.327 32-32v0-206.56c0-17.673-14.327-32-32-32v0zM384 744.2l-192-34.92v-101.28h192zM884.52 135.44c-5.511-4.627-12.683-7.437-20.51-7.437-2.025 0-4.007 0.188-5.928 0.548l0.198-0.031-320 58.2c-15.042 2.806-26.278 15.831-26.28 31.48l-0 0v229.8c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-288c0-0.002 0-0.003 0-0.005 0-9.841-4.442-18.644-11.431-24.514l-0.049-0.040zM832 416h-256v-171.12l256-46.52zM436.52 216.88c-5.511-4.627-12.683-7.437-20.51-7.437-2.025 0-4.007 0.188-5.928 0.548l0.198-0.031-256 46.56c-15.042 2.806-26.278 15.831-26.28 31.48l-0 0v160c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-206.56c0-0.002 0-0.003 0-0.005 0-9.841-4.442-18.644-11.431-24.514l-0.049-0.040zM384 416h-192v-101.28l192-34.72z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"windows-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26981,\"id\":7,\"name\":\"windows-logo\",\"prevSize\":16,\"code\":60888},\"setIdx\":0,\"setId\":0,\"iconIdx\":1240},{\"icon\":{\"paths\":[\"M821.32 382.68l-87.080-295.72c-4.031-13.376-16.236-22.952-30.679-22.96l-383.121-0c-14.444 0.008-26.649 9.584-30.621 22.733l-0.059 0.227-87.080 295.72c-6.853 21.922-10.801 47.129-10.801 73.258 0 73.096 30.896 138.975 80.341 185.292l0.14 0.13c54.87 51.553 126.692 85.637 206.255 93.056l1.385 0.104v161.48h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-161.48c80.947-7.529 152.767-41.612 207.825-93.332l-0.185 0.172c49.585-46.447 80.481-112.326 80.481-185.422 0-26.129-3.948-51.336-11.279-75.056l0.479 1.798zM344.36 128h335.28l80.36 272.76c0.36 1.2 0.68 2.4 1 3.6-85.68 30.72-182.16-6.4-234.52-32.92-100.76-51-180.76-57.48-239.76-47.72zM708 594.6c-51.134 47.971-120.126 77.439-196 77.439s-144.866-29.468-196.155-77.583l0.155 0.144c-37.058-34.791-60.143-84.092-60.143-138.784 0-19.638 2.976-38.582 8.502-56.403l-0.36 1.348 1.8-6.080c48-16.24 124.28-20.56 231.72 33.88 44.6 22.6 116.64 51.4 193.72 51.4 0.397 0.002 0.867 0.003 1.337 0.003 26.659 0 52.43-3.799 76.802-10.886l-1.94 0.483c-3.491 49.56-25.616 93.366-59.335 124.943l-0.105 0.097z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wine\"]},\"attrs\":[{}],\"properties\":{\"order\":26982,\"id\":6,\"name\":\"wine\",\"prevSize\":16,\"code\":60889},\"setIdx\":0,\"setId\":0,\"iconIdx\":1241},{\"icon\":{\"paths\":[\"M907.040 276c-4.878-11.826-16.316-19.998-29.664-19.998-8.382 0-16.012 3.223-21.717 8.498l0.021-0.019-161.2 148.76-68.92-14.8-14.8-68.92 148.76-161.2c5.255-5.684 8.478-13.314 8.478-21.696 0-13.347-8.172-24.786-19.785-29.586l-0.213-0.078c-31.956-13.295-69.076-21.017-108-21.017-159.058 0-288 128.942-288 288 0 0.020 0 0.040 0 0.060l-0-0.003c-0 0.112-0 0.244-0 0.376 0 41.729 8.833 81.394 24.731 117.229l-0.731-1.845-240.84 208.24c-0.6 0.48-1.16 1.040-1.72 1.56-23.166 23.166-37.495 55.17-37.495 90.52 0 70.701 57.314 128.015 128.015 128.015 35.35 0 67.354-14.329 90.52-37.495l-0 0c0.52-0.52 1.080-1.12 1.56-1.68l208.2-240.92c34.079 15.348 73.875 24.289 115.76 24.289 159.058 0 288-128.942 288-288 0-0.102-0-0.203-0-0.305l0 0.016c0-0.143 0-0.313 0-0.482 0-38.753-7.701-75.708-21.657-109.417l0.697 1.899zM640 608c-39.745-0.056-77.055-10.429-109.411-28.583l1.131 0.583c-4.462-2.511-9.795-3.99-15.474-3.99-9.652 0-18.305 4.273-24.173 11.031l-0.034 0.039-223.6 258.96c-11.453 10.897-26.984 17.601-44.081 17.601-35.346 0-64-28.654-64-64 0-17.097 6.704-32.628 17.627-44.108l-0.025 0.027 258.76-223.56c6.806-5.901 11.085-14.56 11.085-24.219 0-5.689-1.485-11.032-4.088-15.662l0.083 0.161c-17.6-31.252-27.968-68.608-27.968-108.386 0-123.712 100.288-224 224-224 13.214 0 26.161 1.144 38.748 3.339l-1.34-0.193-124.8 135.24c-5.251 5.683-8.472 13.31-8.472 21.689 0 2.377 0.259 4.694 0.751 6.923l-0.039-0.212 22.64 105.32c2.715 12.316 12.244 21.845 24.348 24.521l0.212 0.039 105.4 22.64c2.017 0.452 4.334 0.712 6.711 0.712 8.379 0 16.006-3.221 21.711-8.491l-0.022 0.020 135.24-124.8c1.968 11.16 3.094 24.008 3.094 37.12 0 123.765-100.267 224.111-224.001 224.24l-0.013 0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"wrench\"]},\"attrs\":[{}],\"properties\":{\"order\":26983,\"id\":5,\"name\":\"wrench\",\"prevSize\":16,\"code\":60890},\"setIdx\":0,\"setId\":0,\"iconIdx\":1242},{\"icon\":{\"paths\":[\"M822.64 777.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-265.36-265.4-265.36 265.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 265.4-265.36-265.4-265.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l265.36 265.4 265.36-265.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0-265.4 265.36z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"x\"]},\"attrs\":[{}],\"properties\":{\"order\":26984,\"id\":4,\"name\":\"x\",\"prevSize\":16,\"code\":60891,\"ligatures\":\"\"},\"setIdx\":0,\"setId\":0,\"iconIdx\":1243},{\"icon\":{\"paths\":[\"M662.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"x-circle\"]},\"attrs\":[{}],\"properties\":{\"order\":26985,\"id\":3,\"name\":\"x-circle\",\"prevSize\":16,\"code\":60892},\"setIdx\":0,\"setId\":0,\"iconIdx\":1244},{\"icon\":{\"paths\":[\"M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM662.64 406.64l-105.4 105.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"x-square\"]},\"attrs\":[{}],\"properties\":{\"order\":26986,\"id\":2,\"name\":\"x-square\",\"prevSize\":16,\"code\":60893},\"setIdx\":0,\"setId\":0,\"iconIdx\":1245},{\"icon\":{\"paths\":[\"M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM160 512c0.228-194.313 157.687-351.772 351.978-352l0.022-0c88.366 0 160 71.634 160 160s-71.634 160-160 160v0c-0.016-0-0.035-0-0.054-0-123.712 0-224 100.288-224 224 0 34.882 7.973 67.903 22.197 97.337l-0.583-1.337c-90.935-64.514-149.56-169.392-149.56-287.962 0-0.013 0-0.027 0-0.040l-0 0.002zM512 864c-88.366 0-160-71.634-160-160s71.634-160 160-160v0c123.694-0.023 223.959-100.303 223.959-224 0-34.805-7.938-67.756-22.102-97.141l0.583 1.341c90.803 64.527 149.33 169.329 149.33 287.8 0 194.323-157.465 351.869-351.758 352l-0.012 0zM560 704c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM464 320c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"yin-yang\"]},\"attrs\":[{}],\"properties\":{\"order\":26987,\"id\":1,\"name\":\"yin-yang\",\"prevSize\":16,\"code\":60894},\"setIdx\":0,\"setId\":0,\"iconIdx\":1246},{\"icon\":{\"paths\":[\"M657.76 485.36l-192-128c-4.99-3.371-11.14-5.381-17.76-5.381-17.673 0-32 14.327-32 32 0 0.007 0 0.015 0 0.022l-0-0.001v256c-0 0.006-0 0.013-0 0.021 0 17.673 14.327 32 32 32 6.62 0 12.77-2.010 17.874-5.453l-0.114 0.072 192-128c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM480 580.2v-136.2l102.32 68zM937.32 278.080c-7.899-30.195-29.359-54.167-57.313-65.371l-0.647-0.229c-137.12-52.96-355.36-52.48-367.36-52.48s-230.24-0.48-367.36 52.48c-28.601 11.433-50.061 35.405-57.811 64.931l-0.149 0.669c-10.36 39.92-22.68 112.88-22.68 233.92s12.32 194 22.68 233.92c7.888 30.211 29.35 54.199 57.313 65.411l0.647 0.229c131.36 50.68 336.96 52.44 364.72 52.44h5.28c27.76 0 233.48-1.76 364.72-52.44 28.609-11.441 50.072-35.429 57.811-64.972l0.149-0.668c10.36-40 22.68-112.88 22.68-233.92s-12.32-194-22.68-233.92zM875.36 730.080c-2.558 10.058-9.625 18.072-18.867 21.882l-0.213 0.078c-126.6 48.88-341.92 48-344 48h-0.28c-2.16 0-217.32 0.8-344-48-9.455-3.888-16.522-11.902-19.032-21.738l-0.048-0.222c-9.72-36.52-20.92-103.8-20.92-218.080s11.2-181.56 20.64-217.88c2.512-10.123 9.59-18.201 18.868-22.042l0.212-0.078c122.080-47.16 326.64-48 343.4-48h1.080c2.16 0 217.52-0.72 344 48 9.455 3.888 16.522 11.902 19.032 21.738l0.048 0.222c9.52 36.48 20.72 103.76 20.72 218.040s-11.2 181.56-20.64 217.88z\"],\"attrs\":[{}],\"isMulticolor\":false,\"isMulticolor2\":false,\"grid\":16,\"tags\":[\"youtube-logo\"]},\"attrs\":[{}],\"properties\":{\"order\":26988,\"id\":0,\"name\":\"youtube-logo\",\"prevSize\":16,\"code\":60895},\"setIdx\":0,\"setId\":0,\"iconIdx\":1247}],\"height\":1024,\"metadata\":{\"name\":\"Phosphor\",\"url\":\"https://phosphoricons.com\",\"designer\":\"Helena Zhang & Tobias Fried\",\"designerURL\":\"https://phosphoricons.com\",\"license\":\"MIT\",\"licenseURL\":\"https://github.com/phosphor-icons/homepage/blob/master/LICENSE\"},\"preferences\":{\"showGlyphs\":true,\"showCodes\":true,\"showQuickUse\":false,\"showQuickUse2\":true,\"showSVGs\":true,\"fontPref\":{\"prefix\":\"ph.ph-\",\"metadata\":{\"fontFamily\":\"Phosphor\",\"majorVersion\":2,\"minorVersion\":0,\"fontURL\":\"https://phosphoricons.com\",\"copyright\":\"2023\",\"designer\":\"Helena Zhang & Tobias Fried\",\"designerURL\":\"https://phosphoricons.com\",\"license\":\"MIT\",\"licenseURL\":\"https://github.com/phosphor-icons/homepage/blob/master/LICENSE\"},\"metrics\":{\"emSize\":1024,\"baseline\":6.25,\"whitespace\":50},\"embed\":false,\"noie8\":true,\"ie7\":false,\"addZero\":true,\"showSelector\":true,\"showMetrics\":false,\"showMetadata\":false,\"showVersion\":true,\"includeMetadata\":true,\"selector\":\"class\",\"classSelector\":\".ph\",\"postfix\":\"\",\"flutter\":true,\"autoHost\":false},\"imagePref\":{\"prefix\":\"icon-\",\"png\":true,\"useClassSelector\":true,\"color\":0,\"bgColor\":16777215,\"name\":\"icomoon\",\"classSelector\":\".icon\",\"height\":32,\"columns\":16,\"margin\":16},\"historySize\":50,\"gridSize\":16,\"showGrid\":true,\"showLiga\":true,\"quickUsageToken\":{\"Phosphor20\":\"YjY4NWJkN2JlNzBhMTQwNWYzNWI5NzNiMzE4MTFiNzAjMSMxNjc2MjcwNzg1IyMjNDRjODM2MThmYTM1\"}}}"
  },
  {
    "path": "static/phosphor-icons/regular/style.css",
    "content": "@font-face {\n  font-family: \"Phosphor\";\n  src: url(\"./Phosphor.woff\") format(\"woff\"),\n    url(\"./Phosphor.ttf\") format(\"truetype\"),\n    url(\"./Phosphor.svg#Phosphor\") format(\"svg\");\n  font-weight: normal;\n  font-style: normal;\n  font-display: block;\n}\n\n.ph {\n  /* use !important to prevent issues with browser extensions that change fonts */\n  font-family: \"Phosphor\" !important;\n  speak: never;\n  font-style: normal;\n  font-weight: normal;\n  font-variant: normal;\n  text-transform: none;\n  line-height: 1;\n\n  /* Better Font Rendering =========== */\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n.ph.ph-address-book:before {\n  content: \"\\e900\";\n}\n.ph.ph-airplane:before {\n  content: \"\\e901\";\n}\n.ph.ph-airplane-in-flight:before {\n  content: \"\\e902\";\n}\n.ph.ph-airplane-landing:before {\n  content: \"\\e903\";\n}\n.ph.ph-airplane-takeoff:before {\n  content: \"\\e904\";\n}\n.ph.ph-airplane-tilt:before {\n  content: \"\\e905\";\n}\n.ph.ph-airplay:before {\n  content: \"\\e906\";\n}\n.ph.ph-air-traffic-control:before {\n  content: \"\\e907\";\n}\n.ph.ph-alarm:before {\n  content: \"\\e908\";\n}\n.ph.ph-alien:before {\n  content: \"\\e909\";\n}\n.ph.ph-align-bottom:before {\n  content: \"\\e90a\";\n}\n.ph.ph-align-bottom-simple:before {\n  content: \"\\e90b\";\n}\n.ph.ph-align-center-horizontal:before {\n  content: \"\\e90c\";\n}\n.ph.ph-align-center-horizontal-simple:before {\n  content: \"\\e90d\";\n}\n.ph.ph-align-center-vertical:before {\n  content: \"\\e90e\";\n}\n.ph.ph-align-center-vertical-simple:before {\n  content: \"\\e90f\";\n}\n.ph.ph-align-left:before {\n  content: \"\\e910\";\n}\n.ph.ph-align-left-simple:before {\n  content: \"\\e911\";\n}\n.ph.ph-align-right:before {\n  content: \"\\e912\";\n}\n.ph.ph-align-right-simple:before {\n  content: \"\\e913\";\n}\n.ph.ph-align-top:before {\n  content: \"\\e914\";\n}\n.ph.ph-align-top-simple:before {\n  content: \"\\e915\";\n}\n.ph.ph-amazon-logo:before {\n  content: \"\\e916\";\n}\n.ph.ph-anchor:before {\n  content: \"\\e917\";\n}\n.ph.ph-anchor-simple:before {\n  content: \"\\e918\";\n}\n.ph.ph-android-logo:before {\n  content: \"\\e919\";\n}\n.ph.ph-angular-logo:before {\n  content: \"\\e91a\";\n}\n.ph.ph-aperture:before {\n  content: \"\\e91b\";\n}\n.ph.ph-apple-logo:before {\n  content: \"\\e91c\";\n}\n.ph.ph-apple-podcasts-logo:before {\n  content: \"\\e91d\";\n}\n.ph.ph-app-store-logo:before {\n  content: \"\\e91e\";\n}\n.ph.ph-app-window:before {\n  content: \"\\e91f\";\n}\n.ph.ph-archive:before {\n  content: \"\\e920\";\n}\n.ph.ph-archive-box:before {\n  content: \"\\e921\";\n}\n.ph.ph-archive-tray:before {\n  content: \"\\e922\";\n}\n.ph.ph-armchair:before {\n  content: \"\\e923\";\n}\n.ph.ph-arrow-arc-left:before {\n  content: \"\\e924\";\n}\n.ph.ph-arrow-arc-right:before {\n  content: \"\\e925\";\n}\n.ph.ph-arrow-bend-double-up-left:before {\n  content: \"\\e926\";\n}\n.ph.ph-arrow-bend-double-up-right:before {\n  content: \"\\e927\";\n}\n.ph.ph-arrow-bend-down-left:before {\n  content: \"\\e928\";\n}\n.ph.ph-arrow-bend-down-right:before {\n  content: \"\\e929\";\n}\n.ph.ph-arrow-bend-left-down:before {\n  content: \"\\e92a\";\n}\n.ph.ph-arrow-bend-left-up:before {\n  content: \"\\e92b\";\n}\n.ph.ph-arrow-bend-right-down:before {\n  content: \"\\e92c\";\n}\n.ph.ph-arrow-bend-right-up:before {\n  content: \"\\e92d\";\n}\n.ph.ph-arrow-bend-up-left:before {\n  content: \"\\e92e\";\n}\n.ph.ph-arrow-bend-up-right:before {\n  content: \"\\e92f\";\n}\n.ph.ph-arrow-circle-down:before {\n  content: \"\\e930\";\n}\n.ph.ph-arrow-circle-down-left:before {\n  content: \"\\e931\";\n}\n.ph.ph-arrow-circle-down-right:before {\n  content: \"\\e932\";\n}\n.ph.ph-arrow-circle-left:before {\n  content: \"\\e933\";\n}\n.ph.ph-arrow-circle-right:before {\n  content: \"\\e934\";\n}\n.ph.ph-arrow-circle-up:before {\n  content: \"\\e935\";\n}\n.ph.ph-arrow-circle-up-left:before {\n  content: \"\\e936\";\n}\n.ph.ph-arrow-circle-up-right:before {\n  content: \"\\e937\";\n}\n.ph.ph-arrow-clockwise:before {\n  content: \"\\e938\";\n}\n.ph.ph-arrow-counter-clockwise:before {\n  content: \"\\e939\";\n}\n.ph.ph-arrow-down:before {\n  content: \"\\e93a\";\n}\n.ph.ph-arrow-down-left:before {\n  content: \"\\e93b\";\n}\n.ph.ph-arrow-down-right:before {\n  content: \"\\e93c\";\n}\n.ph.ph-arrow-elbow-down-left:before {\n  content: \"\\e93d\";\n}\n.ph.ph-arrow-elbow-down-right:before {\n  content: \"\\e93e\";\n}\n.ph.ph-arrow-elbow-left:before {\n  content: \"\\e93f\";\n}\n.ph.ph-arrow-elbow-left-down:before {\n  content: \"\\e940\";\n}\n.ph.ph-arrow-elbow-left-up:before {\n  content: \"\\e941\";\n}\n.ph.ph-arrow-elbow-right:before {\n  content: \"\\e942\";\n}\n.ph.ph-arrow-elbow-right-down:before {\n  content: \"\\e943\";\n}\n.ph.ph-arrow-elbow-right-up:before {\n  content: \"\\e944\";\n}\n.ph.ph-arrow-elbow-up-left:before {\n  content: \"\\e945\";\n}\n.ph.ph-arrow-elbow-up-right:before {\n  content: \"\\e946\";\n}\n.ph.ph-arrow-fat-down:before {\n  content: \"\\e947\";\n}\n.ph.ph-arrow-fat-left:before {\n  content: \"\\e948\";\n}\n.ph.ph-arrow-fat-line-down:before {\n  content: \"\\e949\";\n}\n.ph.ph-arrow-fat-line-left:before {\n  content: \"\\e94a\";\n}\n.ph.ph-arrow-fat-line-right:before {\n  content: \"\\e94b\";\n}\n.ph.ph-arrow-fat-lines-down:before {\n  content: \"\\e94c\";\n}\n.ph.ph-arrow-fat-lines-left:before {\n  content: \"\\e94d\";\n}\n.ph.ph-arrow-fat-lines-right:before {\n  content: \"\\e94e\";\n}\n.ph.ph-arrow-fat-lines-up:before {\n  content: \"\\e94f\";\n}\n.ph.ph-arrow-fat-line-up:before {\n  content: \"\\e950\";\n}\n.ph.ph-arrow-fat-right:before {\n  content: \"\\e951\";\n}\n.ph.ph-arrow-fat-up:before {\n  content: \"\\e952\";\n}\n.ph.ph-arrow-left:before {\n  content: \"\\e953\";\n}\n.ph.ph-arrow-line-down:before {\n  content: \"\\e954\";\n}\n.ph.ph-arrow-line-down-left:before {\n  content: \"\\e955\";\n}\n.ph.ph-arrow-line-down-right:before {\n  content: \"\\e956\";\n}\n.ph.ph-arrow-line-left:before {\n  content: \"\\e957\";\n}\n.ph.ph-arrow-line-right:before {\n  content: \"\\e958\";\n}\n.ph.ph-arrow-line-up:before {\n  content: \"\\e959\";\n}\n.ph.ph-arrow-line-up-left:before {\n  content: \"\\e95a\";\n}\n.ph.ph-arrow-line-up-right:before {\n  content: \"\\e95b\";\n}\n.ph.ph-arrow-right:before {\n  content: \"\\e95c\";\n}\n.ph.ph-arrows-clockwise:before {\n  content: \"\\e95d\";\n}\n.ph.ph-arrows-counter-clockwise:before {\n  content: \"\\e95e\";\n}\n.ph.ph-arrows-down-up:before {\n  content: \"\\e95f\";\n}\n.ph.ph-arrows-horizontal:before {\n  content: \"\\e960\";\n}\n.ph.ph-arrows-in:before {\n  content: \"\\e961\";\n}\n.ph.ph-arrows-in-cardinal:before {\n  content: \"\\e962\";\n}\n.ph.ph-arrows-in-line-horizontal:before {\n  content: \"\\e963\";\n}\n.ph.ph-arrows-in-line-vertical:before {\n  content: \"\\e964\";\n}\n.ph.ph-arrows-in-simple:before {\n  content: \"\\e965\";\n}\n.ph.ph-arrows-left-right:before {\n  content: \"\\e966\";\n}\n.ph.ph-arrows-merge:before {\n  content: \"\\e967\";\n}\n.ph.ph-arrows-out:before {\n  content: \"\\e968\";\n}\n.ph.ph-arrows-out-cardinal:before {\n  content: \"\\e969\";\n}\n.ph.ph-arrows-out-line-horizontal:before {\n  content: \"\\e96a\";\n}\n.ph.ph-arrows-out-line-vertical:before {\n  content: \"\\e96b\";\n}\n.ph.ph-arrows-out-simple:before {\n  content: \"\\e96c\";\n}\n.ph.ph-arrow-square-down:before {\n  content: \"\\e96d\";\n}\n.ph.ph-arrow-square-down-left:before {\n  content: \"\\e96e\";\n}\n.ph.ph-arrow-square-down-right:before {\n  content: \"\\e96f\";\n}\n.ph.ph-arrow-square-in:before {\n  content: \"\\e970\";\n}\n.ph.ph-arrow-square-left:before {\n  content: \"\\e971\";\n}\n.ph.ph-arrow-square-out:before {\n  content: \"\\e972\";\n}\n.ph.ph-arrow-square-right:before {\n  content: \"\\e973\";\n}\n.ph.ph-arrow-square-up:before {\n  content: \"\\e974\";\n}\n.ph.ph-arrow-square-up-left:before {\n  content: \"\\e975\";\n}\n.ph.ph-arrow-square-up-right:before {\n  content: \"\\e976\";\n}\n.ph.ph-arrows-split:before {\n  content: \"\\e977\";\n}\n.ph.ph-arrows-vertical:before {\n  content: \"\\e978\";\n}\n.ph.ph-arrow-u-down-left:before {\n  content: \"\\e979\";\n}\n.ph.ph-arrow-u-down-right:before {\n  content: \"\\e97a\";\n}\n.ph.ph-arrow-u-left-down:before {\n  content: \"\\e97b\";\n}\n.ph.ph-arrow-u-left-up:before {\n  content: \"\\e97c\";\n}\n.ph.ph-arrow-up:before {\n  content: \"\\e97d\";\n}\n.ph.ph-arrow-up-left:before {\n  content: \"\\e97e\";\n}\n.ph.ph-arrow-up-right:before {\n  content: \"\\e97f\";\n}\n.ph.ph-arrow-u-right-down:before {\n  content: \"\\e980\";\n}\n.ph.ph-arrow-u-right-up:before {\n  content: \"\\e981\";\n}\n.ph.ph-arrow-u-up-left:before {\n  content: \"\\e982\";\n}\n.ph.ph-arrow-u-up-right:before {\n  content: \"\\e983\";\n}\n.ph.ph-article:before {\n  content: \"\\e984\";\n}\n.ph.ph-article-medium:before {\n  content: \"\\e985\";\n}\n.ph.ph-article-ny-times:before {\n  content: \"\\e986\";\n}\n.ph.ph-asterisk:before {\n  content: \"\\e987\";\n}\n.ph.ph-asterisk-simple:before {\n  content: \"\\e988\";\n}\n.ph.ph-at:before {\n  content: \"\\e989\";\n}\n.ph.ph-atom:before {\n  content: \"\\e98a\";\n}\n.ph.ph-baby:before {\n  content: \"\\e98b\";\n}\n.ph.ph-backpack:before {\n  content: \"\\e98c\";\n}\n.ph.ph-backspace:before {\n  content: \"\\e98d\";\n}\n.ph.ph-bag:before {\n  content: \"\\e98e\";\n}\n.ph.ph-bag-simple:before {\n  content: \"\\e98f\";\n}\n.ph.ph-balloon:before {\n  content: \"\\e990\";\n}\n.ph.ph-bandaids:before {\n  content: \"\\e991\";\n}\n.ph.ph-bank:before {\n  content: \"\\e992\";\n}\n.ph.ph-barbell:before {\n  content: \"\\e993\";\n}\n.ph.ph-barcode:before {\n  content: \"\\e994\";\n}\n.ph.ph-barricade:before {\n  content: \"\\e995\";\n}\n.ph.ph-baseball:before {\n  content: \"\\e996\";\n}\n.ph.ph-baseball-cap:before {\n  content: \"\\e997\";\n}\n.ph.ph-basket:before {\n  content: \"\\e998\";\n}\n.ph.ph-basketball:before {\n  content: \"\\e999\";\n}\n.ph.ph-bathtub:before {\n  content: \"\\e99a\";\n}\n.ph.ph-battery-charging:before {\n  content: \"\\e99b\";\n}\n.ph.ph-battery-charging-vertical:before {\n  content: \"\\e99c\";\n}\n.ph.ph-battery-empty:before {\n  content: \"\\e99d\";\n}\n.ph.ph-battery-full:before {\n  content: \"\\e99e\";\n}\n.ph.ph-battery-high:before {\n  content: \"\\e99f\";\n}\n.ph.ph-battery-low:before {\n  content: \"\\e9a0\";\n}\n.ph.ph-battery-medium:before {\n  content: \"\\e9a1\";\n}\n.ph.ph-battery-plus:before {\n  content: \"\\e9a2\";\n}\n.ph.ph-battery-plus-vertical:before {\n  content: \"\\e9a3\";\n}\n.ph.ph-battery-vertical-empty:before {\n  content: \"\\e9a4\";\n}\n.ph.ph-battery-vertical-full:before {\n  content: \"\\e9a5\";\n}\n.ph.ph-battery-vertical-high:before {\n  content: \"\\e9a6\";\n}\n.ph.ph-battery-vertical-low:before {\n  content: \"\\e9a7\";\n}\n.ph.ph-battery-vertical-medium:before {\n  content: \"\\e9a8\";\n}\n.ph.ph-battery-warning:before {\n  content: \"\\e9a9\";\n}\n.ph.ph-battery-warning-vertical:before {\n  content: \"\\e9aa\";\n}\n.ph.ph-bed:before {\n  content: \"\\e9ab\";\n}\n.ph.ph-beer-bottle:before {\n  content: \"\\e9ac\";\n}\n.ph.ph-beer-stein:before {\n  content: \"\\e9ad\";\n}\n.ph.ph-behance-logo:before {\n  content: \"\\e9ae\";\n}\n.ph.ph-bell:before {\n  content: \"\\e9af\";\n}\n.ph.ph-bell-ringing:before {\n  content: \"\\e9b0\";\n}\n.ph.ph-bell-simple:before {\n  content: \"\\e9b1\";\n}\n.ph.ph-bell-simple-ringing:before {\n  content: \"\\e9b2\";\n}\n.ph.ph-bell-simple-slash:before {\n  content: \"\\e9b3\";\n}\n.ph.ph-bell-simple-z:before {\n  content: \"\\e9b4\";\n}\n.ph.ph-bell-slash:before {\n  content: \"\\e9b5\";\n}\n.ph.ph-bell-z:before {\n  content: \"\\e9b6\";\n}\n.ph.ph-bezier-curve:before {\n  content: \"\\e9b7\";\n}\n.ph.ph-bicycle:before {\n  content: \"\\e9b8\";\n}\n.ph.ph-binoculars:before {\n  content: \"\\e9b9\";\n}\n.ph.ph-bird:before {\n  content: \"\\e9ba\";\n}\n.ph.ph-bluetooth:before {\n  content: \"\\e9bb\";\n}\n.ph.ph-bluetooth-connected:before {\n  content: \"\\e9bc\";\n}\n.ph.ph-bluetooth-slash:before {\n  content: \"\\e9bd\";\n}\n.ph.ph-bluetooth-x:before {\n  content: \"\\e9be\";\n}\n.ph.ph-boat:before {\n  content: \"\\e9bf\";\n}\n.ph.ph-bone:before {\n  content: \"\\e9c0\";\n}\n.ph.ph-book:before {\n  content: \"\\e9c1\";\n}\n.ph.ph-book-bookmark:before {\n  content: \"\\e9c2\";\n}\n.ph.ph-bookmark:before {\n  content: \"\\e9c3\";\n}\n.ph.ph-bookmarks:before {\n  content: \"\\e9c4\";\n}\n.ph.ph-bookmark-simple:before {\n  content: \"\\e9c5\";\n}\n.ph.ph-bookmarks-simple:before {\n  content: \"\\e9c6\";\n}\n.ph.ph-book-open:before {\n  content: \"\\e9c7\";\n}\n.ph.ph-book-open-text:before {\n  content: \"\\e9c8\";\n}\n.ph.ph-books:before {\n  content: \"\\e9c9\";\n}\n.ph.ph-boot:before {\n  content: \"\\e9ca\";\n}\n.ph.ph-bounding-box:before {\n  content: \"\\e9cb\";\n}\n.ph.ph-bowl-food:before {\n  content: \"\\e9cc\";\n}\n.ph.ph-brackets-angle:before {\n  content: \"\\e9cd\";\n}\n.ph.ph-brackets-curly:before {\n  content: \"\\e9ce\";\n}\n.ph.ph-brackets-round:before {\n  content: \"\\e9cf\";\n}\n.ph.ph-brackets-square:before {\n  content: \"\\e9d0\";\n}\n.ph.ph-brain:before {\n  content: \"\\e9d1\";\n}\n.ph.ph-brandy:before {\n  content: \"\\e9d2\";\n}\n.ph.ph-bridge:before {\n  content: \"\\e9d3\";\n}\n.ph.ph-briefcase:before {\n  content: \"\\e9d4\";\n}\n.ph.ph-briefcase-metal:before {\n  content: \"\\e9d5\";\n}\n.ph.ph-broadcast:before {\n  content: \"\\e9d6\";\n}\n.ph.ph-broom:before {\n  content: \"\\e9d7\";\n}\n.ph.ph-browser:before {\n  content: \"\\e9d8\";\n}\n.ph.ph-browsers:before {\n  content: \"\\e9d9\";\n}\n.ph.ph-bug:before {\n  content: \"\\e9da\";\n}\n.ph.ph-bug-beetle:before {\n  content: \"\\e9db\";\n}\n.ph.ph-bug-droid:before {\n  content: \"\\e9dc\";\n}\n.ph.ph-buildings:before {\n  content: \"\\e9dd\";\n}\n.ph.ph-bus:before {\n  content: \"\\e9de\";\n}\n.ph.ph-butterfly:before {\n  content: \"\\e9df\";\n}\n.ph.ph-cactus:before {\n  content: \"\\e9e0\";\n}\n.ph.ph-cake:before {\n  content: \"\\e9e1\";\n}\n.ph.ph-calculator:before {\n  content: \"\\e9e2\";\n}\n.ph.ph-calendar:before {\n  content: \"\\e9e3\";\n}\n.ph.ph-calendar-blank:before {\n  content: \"\\e9e4\";\n}\n.ph.ph-calendar-check:before {\n  content: \"\\e9e5\";\n}\n.ph.ph-calendar-plus:before {\n  content: \"\\e9e6\";\n}\n.ph.ph-calendar-x:before {\n  content: \"\\e9e7\";\n}\n.ph.ph-call-bell:before {\n  content: \"\\e9e8\";\n}\n.ph.ph-camera:before {\n  content: \"\\e9e9\";\n}\n.ph.ph-camera-plus:before {\n  content: \"\\e9ea\";\n}\n.ph.ph-camera-rotate:before {\n  content: \"\\e9eb\";\n}\n.ph.ph-camera-slash:before {\n  content: \"\\e9ec\";\n}\n.ph.ph-campfire:before {\n  content: \"\\e9ed\";\n}\n.ph.ph-car:before {\n  content: \"\\e9ee\";\n}\n.ph.ph-cardholder:before {\n  content: \"\\e9ef\";\n}\n.ph.ph-cards:before {\n  content: \"\\e9f0\";\n}\n.ph.ph-caret-circle-double-down:before {\n  content: \"\\e9f1\";\n}\n.ph.ph-caret-circle-double-left:before {\n  content: \"\\e9f2\";\n}\n.ph.ph-caret-circle-double-right:before {\n  content: \"\\e9f3\";\n}\n.ph.ph-caret-circle-double-up:before {\n  content: \"\\e9f4\";\n}\n.ph.ph-caret-circle-down:before {\n  content: \"\\e9f5\";\n}\n.ph.ph-caret-circle-left:before {\n  content: \"\\e9f6\";\n}\n.ph.ph-caret-circle-right:before {\n  content: \"\\e9f7\";\n}\n.ph.ph-caret-circle-up:before {\n  content: \"\\e9f8\";\n}\n.ph.ph-caret-circle-up-down:before {\n  content: \"\\e9f9\";\n}\n.ph.ph-caret-double-down:before {\n  content: \"\\e9fa\";\n}\n.ph.ph-caret-double-left:before {\n  content: \"\\e9fb\";\n}\n.ph.ph-caret-double-right:before {\n  content: \"\\e9fc\";\n}\n.ph.ph-caret-double-up:before {\n  content: \"\\e9fd\";\n}\n.ph.ph-caret-down:before {\n  content: \"\\e9fe\";\n}\n.ph.ph-caret-left:before {\n  content: \"\\e9ff\";\n}\n.ph.ph-caret-right:before {\n  content: \"\\ea00\";\n}\n.ph.ph-caret-up:before {\n  content: \"\\ea01\";\n}\n.ph.ph-caret-up-down:before {\n  content: \"\\ea02\";\n}\n.ph.ph-car-profile:before {\n  content: \"\\ea03\";\n}\n.ph.ph-carrot:before {\n  content: \"\\ea04\";\n}\n.ph.ph-car-simple:before {\n  content: \"\\ea05\";\n}\n.ph.ph-cassette-tape:before {\n  content: \"\\ea06\";\n}\n.ph.ph-castle-turret:before {\n  content: \"\\ea07\";\n}\n.ph.ph-cat:before {\n  content: \"\\ea08\";\n}\n.ph.ph-cell-signal-full:before {\n  content: \"\\ea09\";\n}\n.ph.ph-cell-signal-high:before {\n  content: \"\\ea0a\";\n}\n.ph.ph-cell-signal-low:before {\n  content: \"\\ea0b\";\n}\n.ph.ph-cell-signal-medium:before {\n  content: \"\\ea0c\";\n}\n.ph.ph-cell-signal-none:before {\n  content: \"\\ea0d\";\n}\n.ph.ph-cell-signal-slash:before {\n  content: \"\\ea0e\";\n}\n.ph.ph-cell-signal-x:before {\n  content: \"\\ea0f\";\n}\n.ph.ph-certificate:before {\n  content: \"\\ea10\";\n}\n.ph.ph-chair:before {\n  content: \"\\ea11\";\n}\n.ph.ph-chalkboard:before {\n  content: \"\\ea12\";\n}\n.ph.ph-chalkboard-simple:before {\n  content: \"\\ea13\";\n}\n.ph.ph-chalkboard-teacher:before {\n  content: \"\\ea14\";\n}\n.ph.ph-champagne:before {\n  content: \"\\ea15\";\n}\n.ph.ph-charging-station:before {\n  content: \"\\ea16\";\n}\n.ph.ph-chart-bar:before {\n  content: \"\\ea17\";\n}\n.ph.ph-chart-bar-horizontal:before {\n  content: \"\\ea18\";\n}\n.ph.ph-chart-donut:before {\n  content: \"\\ea19\";\n}\n.ph.ph-chart-line:before {\n  content: \"\\ea1a\";\n}\n.ph.ph-chart-line-down:before {\n  content: \"\\ea1b\";\n}\n.ph.ph-chart-line-up:before {\n  content: \"\\ea1c\";\n}\n.ph.ph-chart-pie:before {\n  content: \"\\ea1d\";\n}\n.ph.ph-chart-pie-slice:before {\n  content: \"\\ea1e\";\n}\n.ph.ph-chart-polar:before {\n  content: \"\\ea1f\";\n}\n.ph.ph-chart-scatter:before {\n  content: \"\\ea20\";\n}\n.ph.ph-chat:before {\n  content: \"\\ea21\";\n}\n.ph.ph-chat-centered:before {\n  content: \"\\ea22\";\n}\n.ph.ph-chat-centered-dots:before {\n  content: \"\\ea23\";\n}\n.ph.ph-chat-centered-text:before {\n  content: \"\\ea24\";\n}\n.ph.ph-chat-circle:before {\n  content: \"\\ea25\";\n}\n.ph.ph-chat-circle-dots:before {\n  content: \"\\ea26\";\n}\n.ph.ph-chat-circle-text:before {\n  content: \"\\ea27\";\n}\n.ph.ph-chat-dots:before {\n  content: \"\\ea28\";\n}\n.ph.ph-chats:before {\n  content: \"\\ea29\";\n}\n.ph.ph-chats-circle:before {\n  content: \"\\ea2a\";\n}\n.ph.ph-chats-teardrop:before {\n  content: \"\\ea2b\";\n}\n.ph.ph-chat-teardrop:before {\n  content: \"\\ea2c\";\n}\n.ph.ph-chat-teardrop-dots:before {\n  content: \"\\ea2d\";\n}\n.ph.ph-chat-teardrop-text:before {\n  content: \"\\ea2e\";\n}\n.ph.ph-chat-text:before {\n  content: \"\\ea2f\";\n}\n.ph.ph-check:before {\n  content: \"\\ea30\";\n}\n.ph.ph-check-circle:before {\n  content: \"\\ea31\";\n}\n.ph.ph-check-fat:before {\n  content: \"\\ea32\";\n}\n.ph.ph-checks:before {\n  content: \"\\ea33\";\n}\n.ph.ph-check-square:before {\n  content: \"\\ea34\";\n}\n.ph.ph-check-square-offset:before {\n  content: \"\\ea35\";\n}\n.ph.ph-church:before {\n  content: \"\\ea36\";\n}\n.ph.ph-circle:before {\n  content: \"\\ea37\";\n}\n.ph.ph-circle-dashed:before {\n  content: \"\\ea38\";\n}\n.ph.ph-circle-half:before {\n  content: \"\\ea39\";\n}\n.ph.ph-circle-half-tilt:before {\n  content: \"\\ea3a\";\n}\n.ph.ph-circle-notch:before {\n  content: \"\\ea3b\";\n}\n.ph.ph-circles-four:before {\n  content: \"\\ea3c\";\n}\n.ph.ph-circles-three:before {\n  content: \"\\ea3d\";\n}\n.ph.ph-circles-three-plus:before {\n  content: \"\\ea3e\";\n}\n.ph.ph-circuitry:before {\n  content: \"\\ea3f\";\n}\n.ph.ph-clipboard:before {\n  content: \"\\ea40\";\n}\n.ph.ph-clipboard-text:before {\n  content: \"\\ea41\";\n}\n.ph.ph-clock:before {\n  content: \"\\ea42\";\n}\n.ph.ph-clock-afternoon:before {\n  content: \"\\ea43\";\n}\n.ph.ph-clock-clockwise:before {\n  content: \"\\ea44\";\n}\n.ph.ph-clock-countdown:before {\n  content: \"\\ea45\";\n}\n.ph.ph-clock-counter-clockwise:before {\n  content: \"\\ea46\";\n}\n.ph.ph-closed-captioning:before {\n  content: \"\\ea47\";\n}\n.ph.ph-cloud:before {\n  content: \"\\ea48\";\n}\n.ph.ph-cloud-arrow-down:before {\n  content: \"\\ea49\";\n}\n.ph.ph-cloud-arrow-up:before {\n  content: \"\\ea4a\";\n}\n.ph.ph-cloud-check:before {\n  content: \"\\ea4b\";\n}\n.ph.ph-cloud-fog:before {\n  content: \"\\ea4c\";\n}\n.ph.ph-cloud-lightning:before {\n  content: \"\\ea4d\";\n}\n.ph.ph-cloud-moon:before {\n  content: \"\\ea4e\";\n}\n.ph.ph-cloud-rain:before {\n  content: \"\\ea4f\";\n}\n.ph.ph-cloud-slash:before {\n  content: \"\\ea50\";\n}\n.ph.ph-cloud-snow:before {\n  content: \"\\ea51\";\n}\n.ph.ph-cloud-sun:before {\n  content: \"\\ea52\";\n}\n.ph.ph-cloud-warning:before {\n  content: \"\\ea53\";\n}\n.ph.ph-cloud-x:before {\n  content: \"\\ea54\";\n}\n.ph.ph-club:before {\n  content: \"\\ea55\";\n}\n.ph.ph-coat-hanger:before {\n  content: \"\\ea56\";\n}\n.ph.ph-coda-logo:before {\n  content: \"\\ea57\";\n}\n.ph.ph-code:before {\n  content: \"\\ea58\";\n}\n.ph.ph-code-block:before {\n  content: \"\\ea59\";\n}\n.ph.ph-codepen-logo:before {\n  content: \"\\ea5a\";\n}\n.ph.ph-codesandbox-logo:before {\n  content: \"\\ea5b\";\n}\n.ph.ph-code-simple:before {\n  content: \"\\ea5c\";\n}\n.ph.ph-coffee:before {\n  content: \"\\ea5d\";\n}\n.ph.ph-coin:before {\n  content: \"\\ea5e\";\n}\n.ph.ph-coins:before {\n  content: \"\\ea5f\";\n}\n.ph.ph-coin-vertical:before {\n  content: \"\\ea60\";\n}\n.ph.ph-columns:before {\n  content: \"\\ea61\";\n}\n.ph.ph-command:before {\n  content: \"\\ea62\";\n}\n.ph.ph-compass:before {\n  content: \"\\ea63\";\n}\n.ph.ph-compass-tool:before {\n  content: \"\\ea64\";\n}\n.ph.ph-computer-tower:before {\n  content: \"\\ea65\";\n}\n.ph.ph-confetti:before {\n  content: \"\\ea66\";\n}\n.ph.ph-contactless-payment:before {\n  content: \"\\ea67\";\n}\n.ph.ph-control:before {\n  content: \"\\ea68\";\n}\n.ph.ph-cookie:before {\n  content: \"\\ea69\";\n}\n.ph.ph-cooking-pot:before {\n  content: \"\\ea6a\";\n}\n.ph.ph-copy:before {\n  content: \"\\ea6b\";\n}\n.ph.ph-copyleft:before {\n  content: \"\\ea6c\";\n}\n.ph.ph-copyright:before {\n  content: \"\\ea6d\";\n}\n.ph.ph-copy-simple:before {\n  content: \"\\ea6e\";\n}\n.ph.ph-corners-in:before {\n  content: \"\\ea6f\";\n}\n.ph.ph-corners-out:before {\n  content: \"\\ea70\";\n}\n.ph.ph-couch:before {\n  content: \"\\ea71\";\n}\n.ph.ph-cpu:before {\n  content: \"\\ea72\";\n}\n.ph.ph-credit-card:before {\n  content: \"\\ea73\";\n}\n.ph.ph-crop:before {\n  content: \"\\ea74\";\n}\n.ph.ph-cross:before {\n  content: \"\\ea75\";\n}\n.ph.ph-crosshair:before {\n  content: \"\\ea76\";\n}\n.ph.ph-crosshair-simple:before {\n  content: \"\\ea77\";\n}\n.ph.ph-crown:before {\n  content: \"\\ea78\";\n}\n.ph.ph-crown-simple:before {\n  content: \"\\ea79\";\n}\n.ph.ph-cube:before {\n  content: \"\\ea7a\";\n}\n.ph.ph-cube-focus:before {\n  content: \"\\ea7b\";\n}\n.ph.ph-cube-transparent:before {\n  content: \"\\ea7c\";\n}\n.ph.ph-currency-btc:before {\n  content: \"\\ea7d\";\n}\n.ph.ph-currency-circle-dollar:before {\n  content: \"\\ea7e\";\n}\n.ph.ph-currency-cny:before {\n  content: \"\\ea7f\";\n}\n.ph.ph-currency-dollar:before {\n  content: \"\\ea80\";\n}\n.ph.ph-currency-dollar-simple:before {\n  content: \"\\ea81\";\n}\n.ph.ph-currency-eth:before {\n  content: \"\\ea82\";\n}\n.ph.ph-currency-eur:before {\n  content: \"\\ea83\";\n}\n.ph.ph-currency-gbp:before {\n  content: \"\\ea84\";\n}\n.ph.ph-currency-inr:before {\n  content: \"\\ea85\";\n}\n.ph.ph-currency-jpy:before {\n  content: \"\\ea86\";\n}\n.ph.ph-currency-krw:before {\n  content: \"\\ea87\";\n}\n.ph.ph-currency-kzt:before {\n  content: \"\\ea88\";\n}\n.ph.ph-currency-ngn:before {\n  content: \"\\ea89\";\n}\n.ph.ph-currency-rub:before {\n  content: \"\\ea8a\";\n}\n.ph.ph-cursor:before {\n  content: \"\\ea8b\";\n}\n.ph.ph-cursor-click:before {\n  content: \"\\ea8c\";\n}\n.ph.ph-cursor-text:before {\n  content: \"\\ea8d\";\n}\n.ph.ph-cylinder:before {\n  content: \"\\ea8e\";\n}\n.ph.ph-database:before {\n  content: \"\\ea8f\";\n}\n.ph.ph-desktop:before {\n  content: \"\\ea90\";\n}\n.ph.ph-desktop-tower:before {\n  content: \"\\ea91\";\n}\n.ph.ph-detective:before {\n  content: \"\\ea92\";\n}\n.ph.ph-device-mobile:before {\n  content: \"\\ea93\";\n}\n.ph.ph-device-mobile-camera:before {\n  content: \"\\ea94\";\n}\n.ph.ph-device-mobile-speaker:before {\n  content: \"\\ea95\";\n}\n.ph.ph-devices:before {\n  content: \"\\ea96\";\n}\n.ph.ph-device-tablet:before {\n  content: \"\\ea97\";\n}\n.ph.ph-device-tablet-camera:before {\n  content: \"\\ea98\";\n}\n.ph.ph-device-tablet-speaker:before {\n  content: \"\\ea99\";\n}\n.ph.ph-dev-to-logo:before {\n  content: \"\\ea9a\";\n}\n.ph.ph-diamond:before {\n  content: \"\\ea9b\";\n}\n.ph.ph-diamonds-four:before {\n  content: \"\\ea9c\";\n}\n.ph.ph-dice-five:before {\n  content: \"\\ea9d\";\n}\n.ph.ph-dice-four:before {\n  content: \"\\ea9e\";\n}\n.ph.ph-dice-one:before {\n  content: \"\\ea9f\";\n}\n.ph.ph-dice-six:before {\n  content: \"\\eaa0\";\n}\n.ph.ph-dice-three:before {\n  content: \"\\eaa1\";\n}\n.ph.ph-dice-two:before {\n  content: \"\\eaa2\";\n}\n.ph.ph-disc:before {\n  content: \"\\eaa3\";\n}\n.ph.ph-discord-logo:before {\n  content: \"\\eaa4\";\n}\n.ph.ph-divide:before {\n  content: \"\\eaa5\";\n}\n.ph.ph-dna:before {\n  content: \"\\eaa6\";\n}\n.ph.ph-dog:before {\n  content: \"\\eaa7\";\n}\n.ph.ph-door:before {\n  content: \"\\eaa8\";\n}\n.ph.ph-door-open:before {\n  content: \"\\eaa9\";\n}\n.ph.ph-dot:before {\n  content: \"\\eaaa\";\n}\n.ph.ph-dot-outline:before {\n  content: \"\\eaab\";\n}\n.ph.ph-dots-nine:before {\n  content: \"\\eaac\";\n}\n.ph.ph-dots-six:before {\n  content: \"\\eaad\";\n}\n.ph.ph-dots-six-vertical:before {\n  content: \"\\eaae\";\n}\n.ph.ph-dots-three:before {\n  content: \"\\eaaf\";\n}\n.ph.ph-dots-three-circle:before {\n  content: \"\\eab0\";\n}\n.ph.ph-dots-three-circle-vertical:before {\n  content: \"\\eab1\";\n}\n.ph.ph-dots-three-outline:before {\n  content: \"\\eab2\";\n}\n.ph.ph-dots-three-outline-vertical:before {\n  content: \"\\eab3\";\n}\n.ph.ph-dots-three-vertical:before {\n  content: \"\\eab4\";\n}\n.ph.ph-download:before {\n  content: \"\\eab5\";\n}\n.ph.ph-download-simple:before {\n  content: \"\\eab6\";\n}\n.ph.ph-dress:before {\n  content: \"\\eab7\";\n}\n.ph.ph-dribbble-logo:before {\n  content: \"\\eab8\";\n}\n.ph.ph-drop:before {\n  content: \"\\eab9\";\n}\n.ph.ph-dropbox-logo:before {\n  content: \"\\eaba\";\n}\n.ph.ph-drop-half:before {\n  content: \"\\eabb\";\n}\n.ph.ph-drop-half-bottom:before {\n  content: \"\\eabc\";\n}\n.ph.ph-ear:before {\n  content: \"\\eabd\";\n}\n.ph.ph-ear-slash:before {\n  content: \"\\eabe\";\n}\n.ph.ph-egg:before {\n  content: \"\\eabf\";\n}\n.ph.ph-egg-crack:before {\n  content: \"\\eac0\";\n}\n.ph.ph-eject:before {\n  content: \"\\eac1\";\n}\n.ph.ph-eject-simple:before {\n  content: \"\\eac2\";\n}\n.ph.ph-elevator:before {\n  content: \"\\eac3\";\n}\n.ph.ph-engine:before {\n  content: \"\\eac4\";\n}\n.ph.ph-envelope:before {\n  content: \"\\eac5\";\n}\n.ph.ph-envelope-open:before {\n  content: \"\\eac6\";\n}\n.ph.ph-envelope-simple:before {\n  content: \"\\eac7\";\n}\n.ph.ph-envelope-simple-open:before {\n  content: \"\\eac8\";\n}\n.ph.ph-equalizer:before {\n  content: \"\\eac9\";\n}\n.ph.ph-equals:before {\n  content: \"\\eaca\";\n}\n.ph.ph-eraser:before {\n  content: \"\\eacb\";\n}\n.ph.ph-escalator-down:before {\n  content: \"\\eacc\";\n}\n.ph.ph-escalator-up:before {\n  content: \"\\eacd\";\n}\n.ph.ph-exam:before {\n  content: \"\\eace\";\n}\n.ph.ph-exclude:before {\n  content: \"\\eacf\";\n}\n.ph.ph-exclude-square:before {\n  content: \"\\ead0\";\n}\n.ph.ph-export:before {\n  content: \"\\ead1\";\n}\n.ph.ph-eye:before {\n  content: \"\\ead2\";\n}\n.ph.ph-eye-closed:before {\n  content: \"\\ead3\";\n}\n.ph.ph-eyedropper:before {\n  content: \"\\ead4\";\n}\n.ph.ph-eyedropper-sample:before {\n  content: \"\\ead5\";\n}\n.ph.ph-eyeglasses:before {\n  content: \"\\ead6\";\n}\n.ph.ph-eye-slash:before {\n  content: \"\\ead7\";\n}\n.ph.ph-facebook-logo:before {\n  content: \"\\ead8\";\n}\n.ph.ph-face-mask:before {\n  content: \"\\ead9\";\n}\n.ph.ph-factory:before {\n  content: \"\\eada\";\n}\n.ph.ph-faders:before {\n  content: \"\\eadb\";\n}\n.ph.ph-faders-horizontal:before {\n  content: \"\\eadc\";\n}\n.ph.ph-fan:before {\n  content: \"\\eadd\";\n}\n.ph.ph-fast-forward:before {\n  content: \"\\eade\";\n}\n.ph.ph-fast-forward-circle:before {\n  content: \"\\eadf\";\n}\n.ph.ph-feather:before {\n  content: \"\\eae0\";\n}\n.ph.ph-figma-logo:before {\n  content: \"\\eae1\";\n}\n.ph.ph-file:before {\n  content: \"\\eae2\";\n}\n.ph.ph-file-archive:before {\n  content: \"\\eae3\";\n}\n.ph.ph-file-arrow-down:before {\n  content: \"\\eae4\";\n}\n.ph.ph-file-arrow-up:before {\n  content: \"\\eae5\";\n}\n.ph.ph-file-audio:before {\n  content: \"\\eae6\";\n}\n.ph.ph-file-cloud:before {\n  content: \"\\eae7\";\n}\n.ph.ph-file-code:before {\n  content: \"\\eae8\";\n}\n.ph.ph-file-css:before {\n  content: \"\\eae9\";\n}\n.ph.ph-file-csv:before {\n  content: \"\\eaea\";\n}\n.ph.ph-file-dashed:before, .ph.ph-file-dotted:before {\n  content: \"\\eaeb\";\n}\n.ph.ph-file-doc:before {\n  content: \"\\eaec\";\n}\n.ph.ph-file-html:before {\n  content: \"\\eaed\";\n}\n.ph.ph-file-image:before {\n  content: \"\\eaee\";\n}\n.ph.ph-file-jpg:before {\n  content: \"\\eaef\";\n}\n.ph.ph-file-js:before {\n  content: \"\\eaf0\";\n}\n.ph.ph-file-jsx:before {\n  content: \"\\eaf1\";\n}\n.ph.ph-file-lock:before {\n  content: \"\\eaf2\";\n}\n.ph.ph-file-magnifying-glass:before, .ph.ph-file-search:before {\n  content: \"\\eaf3\";\n}\n.ph.ph-file-minus:before {\n  content: \"\\eaf4\";\n}\n.ph.ph-file-pdf:before {\n  content: \"\\eaf5\";\n}\n.ph.ph-file-plus:before {\n  content: \"\\eaf6\";\n}\n.ph.ph-file-png:before {\n  content: \"\\eaf7\";\n}\n.ph.ph-file-ppt:before {\n  content: \"\\eaf8\";\n}\n.ph.ph-file-rs:before {\n  content: \"\\eaf9\";\n}\n.ph.ph-files:before {\n  content: \"\\eafa\";\n}\n.ph.ph-file-sql:before {\n  content: \"\\eafb\";\n}\n.ph.ph-file-svg:before {\n  content: \"\\eafc\";\n}\n.ph.ph-file-text:before {\n  content: \"\\eafd\";\n}\n.ph.ph-file-ts:before {\n  content: \"\\eafe\";\n}\n.ph.ph-file-tsx:before {\n  content: \"\\eaff\";\n}\n.ph.ph-file-video:before {\n  content: \"\\eb00\";\n}\n.ph.ph-file-vue:before {\n  content: \"\\eb01\";\n}\n.ph.ph-file-x:before {\n  content: \"\\eb02\";\n}\n.ph.ph-file-xls:before {\n  content: \"\\eb03\";\n}\n.ph.ph-file-zip:before {\n  content: \"\\eb04\";\n}\n.ph.ph-film-reel:before {\n  content: \"\\eb05\";\n}\n.ph.ph-film-script:before {\n  content: \"\\eb06\";\n}\n.ph.ph-film-slate:before {\n  content: \"\\eb07\";\n}\n.ph.ph-film-strip:before {\n  content: \"\\eb08\";\n}\n.ph.ph-fingerprint:before {\n  content: \"\\eb09\";\n}\n.ph.ph-fingerprint-simple:before {\n  content: \"\\eb0a\";\n}\n.ph.ph-finn-the-human:before {\n  content: \"\\eb0b\";\n}\n.ph.ph-fire:before {\n  content: \"\\eb0c\";\n}\n.ph.ph-fire-extinguisher:before {\n  content: \"\\eb0d\";\n}\n.ph.ph-fire-simple:before {\n  content: \"\\eb0e\";\n}\n.ph.ph-first-aid:before {\n  content: \"\\eb0f\";\n}\n.ph.ph-first-aid-kit:before {\n  content: \"\\eb10\";\n}\n.ph.ph-fish:before {\n  content: \"\\eb11\";\n}\n.ph.ph-fish-simple:before {\n  content: \"\\eb12\";\n}\n.ph.ph-flag:before {\n  content: \"\\eb13\";\n}\n.ph.ph-flag-banner:before {\n  content: \"\\eb14\";\n}\n.ph.ph-flag-checkered:before {\n  content: \"\\eb15\";\n}\n.ph.ph-flag-pennant:before {\n  content: \"\\eb16\";\n}\n.ph.ph-flame:before {\n  content: \"\\eb17\";\n}\n.ph.ph-flashlight:before {\n  content: \"\\eb18\";\n}\n.ph.ph-flask:before {\n  content: \"\\eb19\";\n}\n.ph.ph-floppy-disk:before {\n  content: \"\\eb1a\";\n}\n.ph.ph-floppy-disk-back:before {\n  content: \"\\eb1b\";\n}\n.ph.ph-flow-arrow:before {\n  content: \"\\eb1c\";\n}\n.ph.ph-flower:before {\n  content: \"\\eb1d\";\n}\n.ph.ph-flower-lotus:before {\n  content: \"\\eb1e\";\n}\n.ph.ph-flower-tulip:before {\n  content: \"\\eb1f\";\n}\n.ph.ph-flying-saucer:before {\n  content: \"\\eb20\";\n}\n.ph.ph-folder:before {\n  content: \"\\eb21\";\n}\n.ph.ph-folder-dashed:before, .ph.ph-folder-dotted:before {\n  content: \"\\eb22\";\n}\n.ph.ph-folder-lock:before {\n  content: \"\\eb23\";\n}\n.ph.ph-folder-minus:before {\n  content: \"\\eb24\";\n}\n.ph.ph-folder-notch:before {\n  content: \"\\eb25\";\n}\n.ph.ph-folder-notch-minus:before {\n  content: \"\\eb26\";\n}\n.ph.ph-folder-notch-open:before {\n  content: \"\\eb27\";\n}\n.ph.ph-folder-notch-plus:before {\n  content: \"\\eb28\";\n}\n.ph.ph-folder-open:before {\n  content: \"\\eb29\";\n}\n.ph.ph-folder-plus:before {\n  content: \"\\eb2a\";\n}\n.ph.ph-folders:before {\n  content: \"\\eb2b\";\n}\n.ph.ph-folder-simple:before {\n  content: \"\\eb2c\";\n}\n.ph.ph-folder-simple-dashed:before, .ph.ph-folder-simple-dotted:before {\n  content: \"\\eb2d\";\n}\n.ph.ph-folder-simple-lock:before {\n  content: \"\\eb2e\";\n}\n.ph.ph-folder-simple-minus:before {\n  content: \"\\eb2f\";\n}\n.ph.ph-folder-simple-plus:before {\n  content: \"\\eb30\";\n}\n.ph.ph-folder-simple-star:before {\n  content: \"\\eb31\";\n}\n.ph.ph-folder-simple-user:before {\n  content: \"\\eb32\";\n}\n.ph.ph-folder-star:before {\n  content: \"\\eb33\";\n}\n.ph.ph-folder-user:before {\n  content: \"\\eb34\";\n}\n.ph.ph-football:before {\n  content: \"\\eb35\";\n}\n.ph.ph-footprints:before {\n  content: \"\\eb36\";\n}\n.ph.ph-fork-knife:before {\n  content: \"\\eb37\";\n}\n.ph.ph-frame-corners:before {\n  content: \"\\eb38\";\n}\n.ph.ph-framer-logo:before {\n  content: \"\\eb39\";\n}\n.ph.ph-function:before {\n  content: \"\\eb3a\";\n}\n.ph.ph-funnel:before {\n  content: \"\\eb3b\";\n}\n.ph.ph-funnel-simple:before {\n  content: \"\\eb3c\";\n}\n.ph.ph-game-controller:before {\n  content: \"\\eb3d\";\n}\n.ph.ph-garage:before {\n  content: \"\\eb3e\";\n}\n.ph.ph-gas-can:before {\n  content: \"\\eb3f\";\n}\n.ph.ph-gas-pump:before {\n  content: \"\\eb40\";\n}\n.ph.ph-gauge:before {\n  content: \"\\eb41\";\n}\n.ph.ph-gavel:before {\n  content: \"\\eb42\";\n}\n.ph.ph-gear:before {\n  content: \"\\eb43\";\n}\n.ph.ph-gear-fine:before {\n  content: \"\\eb44\";\n}\n.ph.ph-gear-six:before {\n  content: \"\\eb45\";\n}\n.ph.ph-gender-female:before {\n  content: \"\\eb46\";\n}\n.ph.ph-gender-intersex:before {\n  content: \"\\eb47\";\n}\n.ph.ph-gender-male:before {\n  content: \"\\eb48\";\n}\n.ph.ph-gender-neuter:before {\n  content: \"\\eb49\";\n}\n.ph.ph-gender-nonbinary:before {\n  content: \"\\eb4a\";\n}\n.ph.ph-gender-transgender:before {\n  content: \"\\eb4b\";\n}\n.ph.ph-ghost:before {\n  content: \"\\eb4c\";\n}\n.ph.ph-gif:before {\n  content: \"\\eb4d\";\n}\n.ph.ph-gift:before {\n  content: \"\\eb4e\";\n}\n.ph.ph-git-branch:before {\n  content: \"\\eb4f\";\n}\n.ph.ph-git-commit:before {\n  content: \"\\eb50\";\n}\n.ph.ph-git-diff:before {\n  content: \"\\eb51\";\n}\n.ph.ph-git-fork:before {\n  content: \"\\eb52\";\n}\n.ph.ph-github-logo:before {\n  content: \"\\eb53\";\n}\n.ph.ph-gitlab-logo:before {\n  content: \"\\eb54\";\n}\n.ph.ph-gitlab-logo-simple:before {\n  content: \"\\eb55\";\n}\n.ph.ph-git-merge:before {\n  content: \"\\eb56\";\n}\n.ph.ph-git-pull-request:before {\n  content: \"\\eb57\";\n}\n.ph.ph-globe:before {\n  content: \"\\eb58\";\n}\n.ph.ph-globe-hemisphere-east:before {\n  content: \"\\eb59\";\n}\n.ph.ph-globe-hemisphere-west:before {\n  content: \"\\eb5a\";\n}\n.ph.ph-globe-simple:before {\n  content: \"\\eb5b\";\n}\n.ph.ph-globe-stand:before {\n  content: \"\\eb5c\";\n}\n.ph.ph-goggles:before {\n  content: \"\\eb5d\";\n}\n.ph.ph-goodreads-logo:before {\n  content: \"\\eb5e\";\n}\n.ph.ph-google-cardboard-logo:before {\n  content: \"\\eb5f\";\n}\n.ph.ph-google-chrome-logo:before {\n  content: \"\\eb60\";\n}\n.ph.ph-google-drive-logo:before {\n  content: \"\\eb61\";\n}\n.ph.ph-google-logo:before {\n  content: \"\\eb62\";\n}\n.ph.ph-google-photos-logo:before {\n  content: \"\\eb63\";\n}\n.ph.ph-google-play-logo:before {\n  content: \"\\eb64\";\n}\n.ph.ph-google-podcasts-logo:before {\n  content: \"\\eb65\";\n}\n.ph.ph-gradient:before {\n  content: \"\\eb66\";\n}\n.ph.ph-graduation-cap:before {\n  content: \"\\eb67\";\n}\n.ph.ph-grains:before {\n  content: \"\\eb68\";\n}\n.ph.ph-grains-slash:before {\n  content: \"\\eb69\";\n}\n.ph.ph-graph:before {\n  content: \"\\eb6a\";\n}\n.ph.ph-grid-four:before {\n  content: \"\\eb6b\";\n}\n.ph.ph-grid-nine:before {\n  content: \"\\eb6c\";\n}\n.ph.ph-guitar:before {\n  content: \"\\eb6d\";\n}\n.ph.ph-hamburger:before {\n  content: \"\\eb6e\";\n}\n.ph.ph-hammer:before {\n  content: \"\\eb6f\";\n}\n.ph.ph-hand:before {\n  content: \"\\eb70\";\n}\n.ph.ph-handbag:before {\n  content: \"\\eb71\";\n}\n.ph.ph-handbag-simple:before {\n  content: \"\\eb72\";\n}\n.ph.ph-hand-coins:before {\n  content: \"\\eb73\";\n}\n.ph.ph-hand-eye:before {\n  content: \"\\eb74\";\n}\n.ph.ph-hand-fist:before {\n  content: \"\\eb75\";\n}\n.ph.ph-hand-grabbing:before {\n  content: \"\\eb76\";\n}\n.ph.ph-hand-heart:before {\n  content: \"\\eb77\";\n}\n.ph.ph-hand-palm:before {\n  content: \"\\eb78\";\n}\n.ph.ph-hand-pointing:before {\n  content: \"\\eb79\";\n}\n.ph.ph-hands-clapping:before {\n  content: \"\\eb7a\";\n}\n.ph.ph-handshake:before {\n  content: \"\\eb7b\";\n}\n.ph.ph-hand-soap:before {\n  content: \"\\eb7c\";\n}\n.ph.ph-hands-praying:before {\n  content: \"\\eb7d\";\n}\n.ph.ph-hand-swipe-left:before {\n  content: \"\\eb7e\";\n}\n.ph.ph-hand-swipe-right:before {\n  content: \"\\eb7f\";\n}\n.ph.ph-hand-tap:before {\n  content: \"\\eb80\";\n}\n.ph.ph-hand-waving:before {\n  content: \"\\eb81\";\n}\n.ph.ph-hard-drive:before {\n  content: \"\\eb82\";\n}\n.ph.ph-hard-drives:before {\n  content: \"\\eb83\";\n}\n.ph.ph-hash:before {\n  content: \"\\eb84\";\n}\n.ph.ph-hash-straight:before {\n  content: \"\\eb85\";\n}\n.ph.ph-headlights:before {\n  content: \"\\eb86\";\n}\n.ph.ph-headphones:before {\n  content: \"\\eb87\";\n}\n.ph.ph-headset:before {\n  content: \"\\eb88\";\n}\n.ph.ph-heart:before {\n  content: \"\\eb89\";\n}\n.ph.ph-heartbeat:before {\n  content: \"\\eb8a\";\n}\n.ph.ph-heart-break:before {\n  content: \"\\eb8b\";\n}\n.ph.ph-heart-half:before {\n  content: \"\\eb8c\";\n}\n.ph.ph-heart-straight:before {\n  content: \"\\eb8d\";\n}\n.ph.ph-heart-straight-break:before {\n  content: \"\\eb8e\";\n}\n.ph.ph-hexagon:before {\n  content: \"\\eb8f\";\n}\n.ph.ph-high-heel:before {\n  content: \"\\eb90\";\n}\n.ph.ph-highlighter-circle:before {\n  content: \"\\eb91\";\n}\n.ph.ph-hoodie:before {\n  content: \"\\eb92\";\n}\n.ph.ph-horse:before {\n  content: \"\\eb93\";\n}\n.ph.ph-hourglass:before {\n  content: \"\\eb94\";\n}\n.ph.ph-hourglass-high:before {\n  content: \"\\eb95\";\n}\n.ph.ph-hourglass-low:before {\n  content: \"\\eb96\";\n}\n.ph.ph-hourglass-medium:before {\n  content: \"\\eb97\";\n}\n.ph.ph-hourglass-simple:before {\n  content: \"\\eb98\";\n}\n.ph.ph-hourglass-simple-high:before {\n  content: \"\\eb99\";\n}\n.ph.ph-hourglass-simple-low:before {\n  content: \"\\eb9a\";\n}\n.ph.ph-hourglass-simple-medium:before {\n  content: \"\\eb9b\";\n}\n.ph.ph-house:before {\n  content: \"\\eb9c\";\n}\n.ph.ph-house-line:before {\n  content: \"\\eb9d\";\n}\n.ph.ph-house-simple:before {\n  content: \"\\eb9e\";\n}\n.ph.ph-ice-cream:before {\n  content: \"\\eb9f\";\n}\n.ph.ph-identification-badge:before {\n  content: \"\\eba0\";\n}\n.ph.ph-identification-card:before {\n  content: \"\\eba1\";\n}\n.ph.ph-image:before {\n  content: \"\\eba2\";\n}\n.ph.ph-images:before {\n  content: \"\\eba3\";\n}\n.ph.ph-image-square:before {\n  content: \"\\eba4\";\n}\n.ph.ph-images-square:before {\n  content: \"\\eba5\";\n}\n.ph.ph-infinity:before {\n  content: \"\\eba6\";\n}\n.ph.ph-info:before {\n  content: \"\\eba7\";\n}\n.ph.ph-instagram-logo:before {\n  content: \"\\eba8\";\n}\n.ph.ph-intersect:before {\n  content: \"\\eba9\";\n}\n.ph.ph-intersect-square:before {\n  content: \"\\ebaa\";\n}\n.ph.ph-intersect-three:before {\n  content: \"\\ebab\";\n}\n.ph.ph-jeep:before {\n  content: \"\\ebac\";\n}\n.ph.ph-kanban:before {\n  content: \"\\ebad\";\n}\n.ph.ph-key:before {\n  content: \"\\ebae\";\n}\n.ph.ph-keyboard:before {\n  content: \"\\ebaf\";\n}\n.ph.ph-keyhole:before {\n  content: \"\\ebb0\";\n}\n.ph.ph-key-return:before {\n  content: \"\\ebb1\";\n}\n.ph.ph-knife:before {\n  content: \"\\ebb2\";\n}\n.ph.ph-ladder:before {\n  content: \"\\ebb3\";\n}\n.ph.ph-ladder-simple:before {\n  content: \"\\ebb4\";\n}\n.ph.ph-lamp:before {\n  content: \"\\ebb5\";\n}\n.ph.ph-laptop:before {\n  content: \"\\ebb6\";\n}\n.ph.ph-layout:before {\n  content: \"\\ebb7\";\n}\n.ph.ph-leaf:before {\n  content: \"\\ebb8\";\n}\n.ph.ph-lifebuoy:before {\n  content: \"\\ebb9\";\n}\n.ph.ph-lightbulb:before {\n  content: \"\\ebba\";\n}\n.ph.ph-lightbulb-filament:before {\n  content: \"\\ebbb\";\n}\n.ph.ph-lighthouse:before {\n  content: \"\\ebbc\";\n}\n.ph.ph-lightning:before {\n  content: \"\\ebbd\";\n}\n.ph.ph-lightning-a:before {\n  content: \"\\ebbe\";\n}\n.ph.ph-lightning-slash:before {\n  content: \"\\ebbf\";\n}\n.ph.ph-line-segment:before {\n  content: \"\\ebc0\";\n}\n.ph.ph-line-segments:before {\n  content: \"\\ebc1\";\n}\n.ph.ph-link:before {\n  content: \"\\ebc2\";\n}\n.ph.ph-link-break:before {\n  content: \"\\ebc3\";\n}\n.ph.ph-linkedin-logo:before {\n  content: \"\\ebc4\";\n}\n.ph.ph-link-simple:before {\n  content: \"\\ebc5\";\n}\n.ph.ph-link-simple-break:before {\n  content: \"\\ebc6\";\n}\n.ph.ph-link-simple-horizontal:before {\n  content: \"\\ebc7\";\n}\n.ph.ph-link-simple-horizontal-break:before {\n  content: \"\\ebc8\";\n}\n.ph.ph-linux-logo:before {\n  content: \"\\ebc9\";\n}\n.ph.ph-list:before {\n  content: \"\\ebca\";\n}\n.ph.ph-list-bullets:before {\n  content: \"\\ebcb\";\n}\n.ph.ph-list-checks:before {\n  content: \"\\ebcc\";\n}\n.ph.ph-list-dashes:before {\n  content: \"\\ebcd\";\n}\n.ph.ph-list-magnifying-glass:before {\n  content: \"\\ebce\";\n}\n.ph.ph-list-numbers:before {\n  content: \"\\ebcf\";\n}\n.ph.ph-list-plus:before {\n  content: \"\\ebd0\";\n}\n.ph.ph-lock:before {\n  content: \"\\ebd1\";\n}\n.ph.ph-lockers:before {\n  content: \"\\ebd2\";\n}\n.ph.ph-lock-key:before {\n  content: \"\\ebd3\";\n}\n.ph.ph-lock-key-open:before {\n  content: \"\\ebd4\";\n}\n.ph.ph-lock-laminated:before {\n  content: \"\\ebd5\";\n}\n.ph.ph-lock-laminated-open:before {\n  content: \"\\ebd6\";\n}\n.ph.ph-lock-open:before {\n  content: \"\\ebd7\";\n}\n.ph.ph-lock-simple:before {\n  content: \"\\ebd8\";\n}\n.ph.ph-lock-simple-open:before {\n  content: \"\\ebd9\";\n}\n.ph.ph-magic-wand:before {\n  content: \"\\ebda\";\n}\n.ph.ph-magnet:before {\n  content: \"\\ebdb\";\n}\n.ph.ph-magnet-straight:before {\n  content: \"\\ebdc\";\n}\n.ph.ph-magnifying-glass:before {\n  content: \"\\ebdd\";\n}\n.ph.ph-magnifying-glass-minus:before {\n  content: \"\\ebde\";\n}\n.ph.ph-magnifying-glass-plus:before {\n  content: \"\\ebdf\";\n}\n.ph.ph-map-pin:before {\n  content: \"\\ebe0\";\n}\n.ph.ph-map-pin-line:before {\n  content: \"\\ebe1\";\n}\n.ph.ph-map-trifold:before {\n  content: \"\\ebe2\";\n}\n.ph.ph-marker-circle:before {\n  content: \"\\ebe3\";\n}\n.ph.ph-martini:before {\n  content: \"\\ebe4\";\n}\n.ph.ph-mask-happy:before {\n  content: \"\\ebe5\";\n}\n.ph.ph-mask-sad:before {\n  content: \"\\ebe6\";\n}\n.ph.ph-math-operations:before {\n  content: \"\\ebe7\";\n}\n.ph.ph-medal:before {\n  content: \"\\ebe8\";\n}\n.ph.ph-medal-military:before {\n  content: \"\\ebe9\";\n}\n.ph.ph-medium-logo:before {\n  content: \"\\ebea\";\n}\n.ph.ph-megaphone:before {\n  content: \"\\ebeb\";\n}\n.ph.ph-megaphone-simple:before {\n  content: \"\\ebec\";\n}\n.ph.ph-messenger-logo:before {\n  content: \"\\ebed\";\n}\n.ph.ph-meta-logo:before {\n  content: \"\\ebee\";\n}\n.ph.ph-metronome:before {\n  content: \"\\ebef\";\n}\n.ph.ph-microphone:before {\n  content: \"\\ebf0\";\n}\n.ph.ph-microphone-slash:before {\n  content: \"\\ebf1\";\n}\n.ph.ph-microphone-stage:before {\n  content: \"\\ebf2\";\n}\n.ph.ph-microsoft-excel-logo:before {\n  content: \"\\ebf3\";\n}\n.ph.ph-microsoft-outlook-logo:before {\n  content: \"\\ebf4\";\n}\n.ph.ph-microsoft-powerpoint-logo:before {\n  content: \"\\ebf5\";\n}\n.ph.ph-microsoft-teams-logo:before {\n  content: \"\\ebf6\";\n}\n.ph.ph-microsoft-word-logo:before {\n  content: \"\\ebf7\";\n}\n.ph.ph-minus:before {\n  content: \"\\ebf8\";\n}\n.ph.ph-minus-circle:before {\n  content: \"\\ebf9\";\n}\n.ph.ph-minus-square:before {\n  content: \"\\ebfa\";\n}\n.ph.ph-money:before {\n  content: \"\\ebfb\";\n}\n.ph.ph-monitor:before {\n  content: \"\\ebfc\";\n}\n.ph.ph-monitor-play:before {\n  content: \"\\ebfd\";\n}\n.ph.ph-moon:before {\n  content: \"\\ebfe\";\n}\n.ph.ph-moon-stars:before {\n  content: \"\\ebff\";\n}\n.ph.ph-moped:before {\n  content: \"\\ec00\";\n}\n.ph.ph-moped-front:before {\n  content: \"\\ec01\";\n}\n.ph.ph-mosque:before {\n  content: \"\\ec02\";\n}\n.ph.ph-motorcycle:before {\n  content: \"\\ec03\";\n}\n.ph.ph-mountains:before {\n  content: \"\\ec04\";\n}\n.ph.ph-mouse:before {\n  content: \"\\ec05\";\n}\n.ph.ph-mouse-simple:before {\n  content: \"\\ec06\";\n}\n.ph.ph-music-note:before {\n  content: \"\\ec07\";\n}\n.ph.ph-music-notes:before {\n  content: \"\\ec08\";\n}\n.ph.ph-music-note-simple:before {\n  content: \"\\ec09\";\n}\n.ph.ph-music-notes-plus:before {\n  content: \"\\ec0a\";\n}\n.ph.ph-music-notes-simple:before {\n  content: \"\\ec0b\";\n}\n.ph.ph-navigation-arrow:before {\n  content: \"\\ec0c\";\n}\n.ph.ph-needle:before {\n  content: \"\\ec0d\";\n}\n.ph.ph-newspaper:before {\n  content: \"\\ec0e\";\n}\n.ph.ph-newspaper-clipping:before {\n  content: \"\\ec0f\";\n}\n.ph.ph-notches:before {\n  content: \"\\ec10\";\n}\n.ph.ph-note:before {\n  content: \"\\ec11\";\n}\n.ph.ph-note-blank:before {\n  content: \"\\ec12\";\n}\n.ph.ph-notebook:before {\n  content: \"\\ec13\";\n}\n.ph.ph-notepad:before {\n  content: \"\\ec14\";\n}\n.ph.ph-note-pencil:before {\n  content: \"\\ec15\";\n}\n.ph.ph-notification:before {\n  content: \"\\ec16\";\n}\n.ph.ph-notion-logo:before {\n  content: \"\\ec17\";\n}\n.ph.ph-number-circle-eight:before {\n  content: \"\\ec18\";\n}\n.ph.ph-number-circle-five:before {\n  content: \"\\ec19\";\n}\n.ph.ph-number-circle-four:before {\n  content: \"\\ec1a\";\n}\n.ph.ph-number-circle-nine:before {\n  content: \"\\ec1b\";\n}\n.ph.ph-number-circle-one:before {\n  content: \"\\ec1c\";\n}\n.ph.ph-number-circle-seven:before {\n  content: \"\\ec1d\";\n}\n.ph.ph-number-circle-six:before {\n  content: \"\\ec1e\";\n}\n.ph.ph-number-circle-three:before {\n  content: \"\\ec1f\";\n}\n.ph.ph-number-circle-two:before {\n  content: \"\\ec20\";\n}\n.ph.ph-number-circle-zero:before {\n  content: \"\\ec21\";\n}\n.ph.ph-number-eight:before {\n  content: \"\\ec22\";\n}\n.ph.ph-number-five:before {\n  content: \"\\ec23\";\n}\n.ph.ph-number-four:before {\n  content: \"\\ec24\";\n}\n.ph.ph-number-nine:before {\n  content: \"\\ec25\";\n}\n.ph.ph-number-one:before {\n  content: \"\\ec26\";\n}\n.ph.ph-number-seven:before {\n  content: \"\\ec27\";\n}\n.ph.ph-number-six:before {\n  content: \"\\ec28\";\n}\n.ph.ph-number-square-eight:before {\n  content: \"\\ec29\";\n}\n.ph.ph-number-square-five:before {\n  content: \"\\ec2a\";\n}\n.ph.ph-number-square-four:before {\n  content: \"\\ec2b\";\n}\n.ph.ph-number-square-nine:before {\n  content: \"\\ec2c\";\n}\n.ph.ph-number-square-one:before {\n  content: \"\\ec2d\";\n}\n.ph.ph-number-square-seven:before {\n  content: \"\\ec2e\";\n}\n.ph.ph-number-square-six:before {\n  content: \"\\ec2f\";\n}\n.ph.ph-number-square-three:before {\n  content: \"\\ec30\";\n}\n.ph.ph-number-square-two:before {\n  content: \"\\ec31\";\n}\n.ph.ph-number-square-zero:before {\n  content: \"\\ec32\";\n}\n.ph.ph-number-three:before {\n  content: \"\\ec33\";\n}\n.ph.ph-number-two:before {\n  content: \"\\ec34\";\n}\n.ph.ph-number-zero:before {\n  content: \"\\ec35\";\n}\n.ph.ph-nut:before {\n  content: \"\\ec36\";\n}\n.ph.ph-ny-times-logo:before {\n  content: \"\\ec37\";\n}\n.ph.ph-octagon:before {\n  content: \"\\ec38\";\n}\n.ph.ph-office-chair:before {\n  content: \"\\ec39\";\n}\n.ph.ph-option:before {\n  content: \"\\ec3a\";\n}\n.ph.ph-orange-slice:before {\n  content: \"\\ec3b\";\n}\n.ph.ph-package:before {\n  content: \"\\ec3c\";\n}\n.ph.ph-paint-brush:before {\n  content: \"\\ec3d\";\n}\n.ph.ph-paint-brush-broad:before {\n  content: \"\\ec3e\";\n}\n.ph.ph-paint-brush-household:before {\n  content: \"\\ec3f\";\n}\n.ph.ph-paint-bucket:before {\n  content: \"\\ec40\";\n}\n.ph.ph-paint-roller:before {\n  content: \"\\ec41\";\n}\n.ph.ph-palette:before {\n  content: \"\\ec42\";\n}\n.ph.ph-pants:before {\n  content: \"\\ec43\";\n}\n.ph.ph-paperclip:before {\n  content: \"\\ec44\";\n}\n.ph.ph-paperclip-horizontal:before {\n  content: \"\\ec45\";\n}\n.ph.ph-paper-plane:before {\n  content: \"\\ec46\";\n}\n.ph.ph-paper-plane-right:before {\n  content: \"\\ec47\";\n}\n.ph.ph-paper-plane-tilt:before {\n  content: \"\\ec48\";\n}\n.ph.ph-parachute:before {\n  content: \"\\ec49\";\n}\n.ph.ph-paragraph:before {\n  content: \"\\ec4a\";\n}\n.ph.ph-parallelogram:before {\n  content: \"\\ec4b\";\n}\n.ph.ph-park:before {\n  content: \"\\ec4c\";\n}\n.ph.ph-password:before {\n  content: \"\\ec4d\";\n}\n.ph.ph-path:before {\n  content: \"\\ec4e\";\n}\n.ph.ph-patreon-logo:before {\n  content: \"\\ec4f\";\n}\n.ph.ph-pause:before {\n  content: \"\\ec50\";\n}\n.ph.ph-pause-circle:before {\n  content: \"\\ec51\";\n}\n.ph.ph-paw-print:before {\n  content: \"\\ec52\";\n}\n.ph.ph-paypal-logo:before {\n  content: \"\\ec53\";\n}\n.ph.ph-peace:before {\n  content: \"\\ec54\";\n}\n.ph.ph-pen:before {\n  content: \"\\ec55\";\n}\n.ph.ph-pencil:before {\n  content: \"\\ec56\";\n}\n.ph.ph-pencil-circle:before {\n  content: \"\\ec57\";\n}\n.ph.ph-pencil-line:before {\n  content: \"\\ec58\";\n}\n.ph.ph-pencil-simple:before {\n  content: \"\\ec59\";\n}\n.ph.ph-pencil-simple-line:before {\n  content: \"\\ec5a\";\n}\n.ph.ph-pencil-simple-slash:before {\n  content: \"\\ec5b\";\n}\n.ph.ph-pencil-slash:before {\n  content: \"\\ec5c\";\n}\n.ph.ph-pen-nib:before {\n  content: \"\\ec5d\";\n}\n.ph.ph-pen-nib-straight:before {\n  content: \"\\ec5e\";\n}\n.ph.ph-pentagram:before {\n  content: \"\\ec5f\";\n}\n.ph.ph-pepper:before {\n  content: \"\\ec60\";\n}\n.ph.ph-percent:before {\n  content: \"\\ec61\";\n}\n.ph.ph-person:before {\n  content: \"\\ec62\";\n}\n.ph.ph-person-arms-spread:before {\n  content: \"\\ec63\";\n}\n.ph.ph-person-simple:before {\n  content: \"\\ec64\";\n}\n.ph.ph-person-simple-bike:before {\n  content: \"\\ec65\";\n}\n.ph.ph-person-simple-run:before {\n  content: \"\\ec66\";\n}\n.ph.ph-person-simple-throw:before {\n  content: \"\\ec67\";\n}\n.ph.ph-person-simple-walk:before {\n  content: \"\\ec68\";\n}\n.ph.ph-perspective:before {\n  content: \"\\ec69\";\n}\n.ph.ph-phone:before {\n  content: \"\\ec6a\";\n}\n.ph.ph-phone-call:before {\n  content: \"\\ec6b\";\n}\n.ph.ph-phone-disconnect:before {\n  content: \"\\ec6c\";\n}\n.ph.ph-phone-incoming:before {\n  content: \"\\ec6d\";\n}\n.ph.ph-phone-outgoing:before {\n  content: \"\\ec6e\";\n}\n.ph.ph-phone-plus:before {\n  content: \"\\ec6f\";\n}\n.ph.ph-phone-slash:before {\n  content: \"\\ec70\";\n}\n.ph.ph-phone-x:before {\n  content: \"\\ec71\";\n}\n.ph.ph-phosphor-logo:before {\n  content: \"\\ec72\";\n}\n.ph.ph-pi:before {\n  content: \"\\ec73\";\n}\n.ph.ph-piano-keys:before {\n  content: \"\\ec74\";\n}\n.ph.ph-picture-in-picture:before {\n  content: \"\\ec75\";\n}\n.ph.ph-piggy-bank:before {\n  content: \"\\ec76\";\n}\n.ph.ph-pill:before {\n  content: \"\\ec77\";\n}\n.ph.ph-pinterest-logo:before {\n  content: \"\\ec78\";\n}\n.ph.ph-pinwheel:before {\n  content: \"\\ec79\";\n}\n.ph.ph-pizza:before {\n  content: \"\\ec7a\";\n}\n.ph.ph-placeholder:before {\n  content: \"\\ec7b\";\n}\n.ph.ph-planet:before {\n  content: \"\\ec7c\";\n}\n.ph.ph-plant:before {\n  content: \"\\ec7d\";\n}\n.ph.ph-play:before {\n  content: \"\\ec7e\";\n}\n.ph.ph-play-circle:before {\n  content: \"\\ec7f\";\n}\n.ph.ph-playlist:before {\n  content: \"\\ec80\";\n}\n.ph.ph-play-pause:before {\n  content: \"\\ec81\";\n}\n.ph.ph-plug:before {\n  content: \"\\ec82\";\n}\n.ph.ph-plug-charging:before {\n  content: \"\\ec83\";\n}\n.ph.ph-plugs:before {\n  content: \"\\ec84\";\n}\n.ph.ph-plugs-connected:before {\n  content: \"\\ec85\";\n}\n.ph.ph-plus:before {\n  content: \"\\ec86\";\n}\n.ph.ph-plus-circle:before {\n  content: \"\\ec87\";\n}\n.ph.ph-plus-minus:before {\n  content: \"\\ec88\";\n}\n.ph.ph-plus-square:before {\n  content: \"\\ec89\";\n}\n.ph.ph-poker-chip:before {\n  content: \"\\ec8a\";\n}\n.ph.ph-police-car:before {\n  content: \"\\ec8b\";\n}\n.ph.ph-polygon:before {\n  content: \"\\ec8c\";\n}\n.ph.ph-popcorn:before {\n  content: \"\\ec8d\";\n}\n.ph.ph-potted-plant:before {\n  content: \"\\ec8e\";\n}\n.ph.ph-power:before {\n  content: \"\\ec8f\";\n}\n.ph.ph-prescription:before {\n  content: \"\\ec90\";\n}\n.ph.ph-presentation:before {\n  content: \"\\ec91\";\n}\n.ph.ph-presentation-chart:before {\n  content: \"\\ec92\";\n}\n.ph.ph-printer:before {\n  content: \"\\ec93\";\n}\n.ph.ph-prohibit:before {\n  content: \"\\ec94\";\n}\n.ph.ph-prohibit-inset:before {\n  content: \"\\ec95\";\n}\n.ph.ph-projector-screen:before {\n  content: \"\\ec96\";\n}\n.ph.ph-projector-screen-chart:before {\n  content: \"\\ec97\";\n}\n.ph.ph-pulse:before, .ph.ph-activity:before {\n  content: \"\\ec98\";\n}\n.ph.ph-push-pin:before {\n  content: \"\\ec99\";\n}\n.ph.ph-push-pin-simple:before {\n  content: \"\\ec9a\";\n}\n.ph.ph-push-pin-simple-slash:before {\n  content: \"\\ec9b\";\n}\n.ph.ph-push-pin-slash:before {\n  content: \"\\ec9c\";\n}\n.ph.ph-puzzle-piece:before {\n  content: \"\\ec9d\";\n}\n.ph.ph-qr-code:before {\n  content: \"\\ec9e\";\n}\n.ph.ph-question:before {\n  content: \"\\ec9f\";\n}\n.ph.ph-queue:before {\n  content: \"\\eca0\";\n}\n.ph.ph-quotes:before {\n  content: \"\\eca1\";\n}\n.ph.ph-radical:before {\n  content: \"\\eca2\";\n}\n.ph.ph-radio:before {\n  content: \"\\eca3\";\n}\n.ph.ph-radioactive:before {\n  content: \"\\eca4\";\n}\n.ph.ph-radio-button:before {\n  content: \"\\eca5\";\n}\n.ph.ph-rainbow:before {\n  content: \"\\eca6\";\n}\n.ph.ph-rainbow-cloud:before {\n  content: \"\\eca7\";\n}\n.ph.ph-read-cv-logo:before {\n  content: \"\\eca8\";\n}\n.ph.ph-receipt:before {\n  content: \"\\eca9\";\n}\n.ph.ph-receipt-x:before {\n  content: \"\\ecaa\";\n}\n.ph.ph-record:before {\n  content: \"\\ecab\";\n}\n.ph.ph-rectangle:before {\n  content: \"\\ecac\";\n}\n.ph.ph-recycle:before {\n  content: \"\\ecad\";\n}\n.ph.ph-reddit-logo:before {\n  content: \"\\ecae\";\n}\n.ph.ph-repeat:before {\n  content: \"\\ecaf\";\n}\n.ph.ph-repeat-once:before {\n  content: \"\\ecb0\";\n}\n.ph.ph-rewind:before {\n  content: \"\\ecb1\";\n}\n.ph.ph-rewind-circle:before {\n  content: \"\\ecb2\";\n}\n.ph.ph-road-horizon:before {\n  content: \"\\ecb3\";\n}\n.ph.ph-robot:before {\n  content: \"\\ecb4\";\n}\n.ph.ph-rocket:before {\n  content: \"\\ecb5\";\n}\n.ph.ph-rocket-launch:before {\n  content: \"\\ecb6\";\n}\n.ph.ph-rows:before {\n  content: \"\\ecb7\";\n}\n.ph.ph-rss:before {\n  content: \"\\ecb8\";\n}\n.ph.ph-rss-simple:before {\n  content: \"\\ecb9\";\n}\n.ph.ph-rug:before {\n  content: \"\\ecba\";\n}\n.ph.ph-ruler:before {\n  content: \"\\ecbb\";\n}\n.ph.ph-scales:before {\n  content: \"\\ecbc\";\n}\n.ph.ph-scan:before {\n  content: \"\\ecbd\";\n}\n.ph.ph-scissors:before {\n  content: \"\\ecbe\";\n}\n.ph.ph-scooter:before {\n  content: \"\\ecbf\";\n}\n.ph.ph-screencast:before {\n  content: \"\\ecc0\";\n}\n.ph.ph-scribble-loop:before {\n  content: \"\\ecc1\";\n}\n.ph.ph-scroll:before {\n  content: \"\\ecc2\";\n}\n.ph.ph-seal:before, .ph.ph-circle-wavy:before {\n  content: \"\\ecc3\";\n}\n.ph.ph-seal-check:before, .ph.ph-circle-wavy-check:before {\n  content: \"\\ecc4\";\n}\n.ph.ph-seal-question:before, .ph.ph-circle-wavy-question:before {\n  content: \"\\ecc5\";\n}\n.ph.ph-seal-warning:before, .ph.ph-circle-wavy-warning:before {\n  content: \"\\ecc6\";\n}\n.ph.ph-selection:before {\n  content: \"\\ecc7\";\n}\n.ph.ph-selection-all:before {\n  content: \"\\ecc8\";\n}\n.ph.ph-selection-background:before {\n  content: \"\\ecc9\";\n}\n.ph.ph-selection-foreground:before {\n  content: \"\\ecca\";\n}\n.ph.ph-selection-inverse:before {\n  content: \"\\eccb\";\n}\n.ph.ph-selection-plus:before {\n  content: \"\\eccc\";\n}\n.ph.ph-selection-slash:before {\n  content: \"\\eccd\";\n}\n.ph.ph-shapes:before {\n  content: \"\\ecce\";\n}\n.ph.ph-share:before {\n  content: \"\\eccf\";\n}\n.ph.ph-share-fat:before {\n  content: \"\\ecd0\";\n}\n.ph.ph-share-network:before {\n  content: \"\\ecd1\";\n}\n.ph.ph-shield:before {\n  content: \"\\ecd2\";\n}\n.ph.ph-shield-check:before {\n  content: \"\\ecd3\";\n}\n.ph.ph-shield-checkered:before {\n  content: \"\\ecd4\";\n}\n.ph.ph-shield-chevron:before {\n  content: \"\\ecd5\";\n}\n.ph.ph-shield-plus:before {\n  content: \"\\ecd6\";\n}\n.ph.ph-shield-slash:before {\n  content: \"\\ecd7\";\n}\n.ph.ph-shield-star:before {\n  content: \"\\ecd8\";\n}\n.ph.ph-shield-warning:before {\n  content: \"\\ecd9\";\n}\n.ph.ph-shirt-folded:before {\n  content: \"\\ecda\";\n}\n.ph.ph-shooting-star:before {\n  content: \"\\ecdb\";\n}\n.ph.ph-shopping-bag:before {\n  content: \"\\ecdc\";\n}\n.ph.ph-shopping-bag-open:before {\n  content: \"\\ecdd\";\n}\n.ph.ph-shopping-cart:before {\n  content: \"\\ecde\";\n}\n.ph.ph-shopping-cart-simple:before {\n  content: \"\\ecdf\";\n}\n.ph.ph-shower:before {\n  content: \"\\ece0\";\n}\n.ph.ph-shrimp:before {\n  content: \"\\ece1\";\n}\n.ph.ph-shuffle:before {\n  content: \"\\ece2\";\n}\n.ph.ph-shuffle-angular:before {\n  content: \"\\ece3\";\n}\n.ph.ph-shuffle-simple:before {\n  content: \"\\ece4\";\n}\n.ph.ph-sidebar:before {\n  content: \"\\ece5\";\n}\n.ph.ph-sidebar-simple:before {\n  content: \"\\ece6\";\n}\n.ph.ph-sigma:before {\n  content: \"\\ece7\";\n}\n.ph.ph-signature:before {\n  content: \"\\ece8\";\n}\n.ph.ph-sign-in:before {\n  content: \"\\ece9\";\n}\n.ph.ph-sign-out:before {\n  content: \"\\ecea\";\n}\n.ph.ph-signpost:before {\n  content: \"\\eceb\";\n}\n.ph.ph-sim-card:before {\n  content: \"\\ecec\";\n}\n.ph.ph-siren:before {\n  content: \"\\eced\";\n}\n.ph.ph-sketch-logo:before {\n  content: \"\\ecee\";\n}\n.ph.ph-skip-back:before {\n  content: \"\\ecef\";\n}\n.ph.ph-skip-back-circle:before {\n  content: \"\\ecf0\";\n}\n.ph.ph-skip-forward:before {\n  content: \"\\ecf1\";\n}\n.ph.ph-skip-forward-circle:before {\n  content: \"\\ecf2\";\n}\n.ph.ph-skull:before {\n  content: \"\\ecf3\";\n}\n.ph.ph-slack-logo:before {\n  content: \"\\ecf4\";\n}\n.ph.ph-sliders:before {\n  content: \"\\ecf5\";\n}\n.ph.ph-sliders-horizontal:before {\n  content: \"\\ecf6\";\n}\n.ph.ph-slideshow:before {\n  content: \"\\ecf7\";\n}\n.ph.ph-smiley:before {\n  content: \"\\ecf8\";\n}\n.ph.ph-smiley-angry:before {\n  content: \"\\ecf9\";\n}\n.ph.ph-smiley-blank:before {\n  content: \"\\ecfa\";\n}\n.ph.ph-smiley-meh:before {\n  content: \"\\ecfb\";\n}\n.ph.ph-smiley-nervous:before {\n  content: \"\\ecfc\";\n}\n.ph.ph-smiley-sad:before {\n  content: \"\\ecfd\";\n}\n.ph.ph-smiley-sticker:before {\n  content: \"\\ecfe\";\n}\n.ph.ph-smiley-wink:before {\n  content: \"\\ecff\";\n}\n.ph.ph-smiley-x-eyes:before {\n  content: \"\\ed00\";\n}\n.ph.ph-snapchat-logo:before {\n  content: \"\\ed01\";\n}\n.ph.ph-sneaker:before {\n  content: \"\\ed02\";\n}\n.ph.ph-sneaker-move:before {\n  content: \"\\ed03\";\n}\n.ph.ph-snowflake:before {\n  content: \"\\ed04\";\n}\n.ph.ph-soccer-ball:before {\n  content: \"\\ed05\";\n}\n.ph.ph-sort-ascending:before {\n  content: \"\\ed06\";\n}\n.ph.ph-sort-descending:before {\n  content: \"\\ed07\";\n}\n.ph.ph-soundcloud-logo:before {\n  content: \"\\ed08\";\n}\n.ph.ph-spade:before {\n  content: \"\\ed09\";\n}\n.ph.ph-sparkle:before {\n  content: \"\\ed0a\";\n}\n.ph.ph-speaker-hifi:before {\n  content: \"\\ed0b\";\n}\n.ph.ph-speaker-high:before {\n  content: \"\\ed0c\";\n}\n.ph.ph-speaker-low:before {\n  content: \"\\ed0d\";\n}\n.ph.ph-speaker-none:before {\n  content: \"\\ed0e\";\n}\n.ph.ph-speaker-simple-high:before {\n  content: \"\\ed0f\";\n}\n.ph.ph-speaker-simple-low:before {\n  content: \"\\ed10\";\n}\n.ph.ph-speaker-simple-none:before {\n  content: \"\\ed11\";\n}\n.ph.ph-speaker-simple-slash:before {\n  content: \"\\ed12\";\n}\n.ph.ph-speaker-simple-x:before {\n  content: \"\\ed13\";\n}\n.ph.ph-speaker-slash:before {\n  content: \"\\ed14\";\n}\n.ph.ph-speaker-x:before {\n  content: \"\\ed15\";\n}\n.ph.ph-spinner:before {\n  content: \"\\ed16\";\n}\n.ph.ph-spinner-gap:before {\n  content: \"\\ed17\";\n}\n.ph.ph-spiral:before {\n  content: \"\\ed18\";\n}\n.ph.ph-split-horizontal:before {\n  content: \"\\ed19\";\n}\n.ph.ph-split-vertical:before {\n  content: \"\\ed1a\";\n}\n.ph.ph-spotify-logo:before {\n  content: \"\\ed1b\";\n}\n.ph.ph-square:before {\n  content: \"\\ed1c\";\n}\n.ph.ph-square-half:before {\n  content: \"\\ed1d\";\n}\n.ph.ph-square-half-bottom:before {\n  content: \"\\ed1e\";\n}\n.ph.ph-square-logo:before {\n  content: \"\\ed1f\";\n}\n.ph.ph-squares-four:before {\n  content: \"\\ed20\";\n}\n.ph.ph-square-split-horizontal:before {\n  content: \"\\ed21\";\n}\n.ph.ph-square-split-vertical:before {\n  content: \"\\ed22\";\n}\n.ph.ph-stack:before {\n  content: \"\\ed23\";\n}\n.ph.ph-stack-overflow-logo:before {\n  content: \"\\ed24\";\n}\n.ph.ph-stack-simple:before {\n  content: \"\\ed25\";\n}\n.ph.ph-stairs:before {\n  content: \"\\ed26\";\n}\n.ph.ph-stamp:before {\n  content: \"\\ed27\";\n}\n.ph.ph-star:before {\n  content: \"\\ed28\";\n}\n.ph.ph-star-and-crescent:before {\n  content: \"\\ed29\";\n}\n.ph.ph-star-four:before {\n  content: \"\\ed2a\";\n}\n.ph.ph-star-half:before {\n  content: \"\\ed2b\";\n}\n.ph.ph-star-of-david:before {\n  content: \"\\ed2c\";\n}\n.ph.ph-steering-wheel:before {\n  content: \"\\ed2d\";\n}\n.ph.ph-steps:before {\n  content: \"\\ed2e\";\n}\n.ph.ph-stethoscope:before {\n  content: \"\\ed2f\";\n}\n.ph.ph-sticker:before {\n  content: \"\\ed30\";\n}\n.ph.ph-stool:before {\n  content: \"\\ed31\";\n}\n.ph.ph-stop:before {\n  content: \"\\ed32\";\n}\n.ph.ph-stop-circle:before {\n  content: \"\\ed33\";\n}\n.ph.ph-storefront:before {\n  content: \"\\ed34\";\n}\n.ph.ph-strategy:before {\n  content: \"\\ed35\";\n}\n.ph.ph-stripe-logo:before {\n  content: \"\\ed36\";\n}\n.ph.ph-student:before {\n  content: \"\\ed37\";\n}\n.ph.ph-subtitles:before {\n  content: \"\\ed38\";\n}\n.ph.ph-subtract:before {\n  content: \"\\ed39\";\n}\n.ph.ph-subtract-square:before {\n  content: \"\\ed3a\";\n}\n.ph.ph-suitcase:before {\n  content: \"\\ed3b\";\n}\n.ph.ph-suitcase-rolling:before {\n  content: \"\\ed3c\";\n}\n.ph.ph-suitcase-simple:before {\n  content: \"\\ed3d\";\n}\n.ph.ph-sun:before {\n  content: \"\\ed3e\";\n}\n.ph.ph-sun-dim:before {\n  content: \"\\ed3f\";\n}\n.ph.ph-sunglasses:before {\n  content: \"\\ed40\";\n}\n.ph.ph-sun-horizon:before {\n  content: \"\\ed41\";\n}\n.ph.ph-swap:before {\n  content: \"\\ed42\";\n}\n.ph.ph-swatches:before {\n  content: \"\\ed43\";\n}\n.ph.ph-swimming-pool:before {\n  content: \"\\ed44\";\n}\n.ph.ph-sword:before {\n  content: \"\\ed45\";\n}\n.ph.ph-synagogue:before {\n  content: \"\\ed46\";\n}\n.ph.ph-syringe:before {\n  content: \"\\ed47\";\n}\n.ph.ph-table:before {\n  content: \"\\ed48\";\n}\n.ph.ph-tabs:before {\n  content: \"\\ed49\";\n}\n.ph.ph-tag:before {\n  content: \"\\ed4a\";\n}\n.ph.ph-tag-chevron:before {\n  content: \"\\ed4b\";\n}\n.ph.ph-tag-simple:before {\n  content: \"\\ed4c\";\n}\n.ph.ph-target:before {\n  content: \"\\ed4d\";\n}\n.ph.ph-taxi:before {\n  content: \"\\ed4e\";\n}\n.ph.ph-telegram-logo:before {\n  content: \"\\ed4f\";\n}\n.ph.ph-television:before {\n  content: \"\\ed50\";\n}\n.ph.ph-television-simple:before {\n  content: \"\\ed51\";\n}\n.ph.ph-tennis-ball:before {\n  content: \"\\ed52\";\n}\n.ph.ph-tent:before {\n  content: \"\\ed53\";\n}\n.ph.ph-terminal:before {\n  content: \"\\ed54\";\n}\n.ph.ph-terminal-window:before {\n  content: \"\\ed55\";\n}\n.ph.ph-test-tube:before {\n  content: \"\\ed56\";\n}\n.ph.ph-text-aa:before {\n  content: \"\\ed57\";\n}\n.ph.ph-text-align-center:before {\n  content: \"\\ed58\";\n}\n.ph.ph-text-align-justify:before {\n  content: \"\\ed59\";\n}\n.ph.ph-text-align-left:before {\n  content: \"\\ed5a\";\n}\n.ph.ph-text-align-right:before {\n  content: \"\\ed5b\";\n}\n.ph.ph-text-a-underline:before {\n  content: \"\\ed5c\";\n}\n.ph.ph-text-b:before, .ph.ph-text-bolder:before {\n  content: \"\\ed5d\";\n}\n.ph.ph-textbox:before {\n  content: \"\\ed5e\";\n}\n.ph.ph-text-columns:before {\n  content: \"\\ed5f\";\n}\n.ph.ph-text-h:before {\n  content: \"\\ed60\";\n}\n.ph.ph-text-h-five:before {\n  content: \"\\ed61\";\n}\n.ph.ph-text-h-four:before {\n  content: \"\\ed62\";\n}\n.ph.ph-text-h-one:before {\n  content: \"\\ed63\";\n}\n.ph.ph-text-h-six:before {\n  content: \"\\ed64\";\n}\n.ph.ph-text-h-three:before {\n  content: \"\\ed65\";\n}\n.ph.ph-text-h-two:before {\n  content: \"\\ed66\";\n}\n.ph.ph-text-indent:before {\n  content: \"\\ed67\";\n}\n.ph.ph-text-italic:before {\n  content: \"\\ed68\";\n}\n.ph.ph-text-outdent:before {\n  content: \"\\ed69\";\n}\n.ph.ph-text-strikethrough:before {\n  content: \"\\ed6a\";\n}\n.ph.ph-text-t:before {\n  content: \"\\ed6b\";\n}\n.ph.ph-text-underline:before {\n  content: \"\\ed6c\";\n}\n.ph.ph-thermometer:before {\n  content: \"\\ed6d\";\n}\n.ph.ph-thermometer-cold:before {\n  content: \"\\ed6e\";\n}\n.ph.ph-thermometer-hot:before {\n  content: \"\\ed6f\";\n}\n.ph.ph-thermometer-simple:before {\n  content: \"\\ed70\";\n}\n.ph.ph-thumbs-down:before {\n  content: \"\\ed71\";\n}\n.ph.ph-thumbs-up:before {\n  content: \"\\ed72\";\n}\n.ph.ph-ticket:before {\n  content: \"\\ed73\";\n}\n.ph.ph-tidal-logo:before {\n  content: \"\\ed74\";\n}\n.ph.ph-tiktok-logo:before {\n  content: \"\\ed75\";\n}\n.ph.ph-timer:before {\n  content: \"\\ed76\";\n}\n.ph.ph-tipi:before {\n  content: \"\\ed77\";\n}\n.ph.ph-toggle-left:before {\n  content: \"\\ed78\";\n}\n.ph.ph-toggle-right:before {\n  content: \"\\ed79\";\n}\n.ph.ph-toilet:before {\n  content: \"\\ed7a\";\n}\n.ph.ph-toilet-paper:before {\n  content: \"\\ed7b\";\n}\n.ph.ph-toolbox:before {\n  content: \"\\ed7c\";\n}\n.ph.ph-tooth:before {\n  content: \"\\ed7d\";\n}\n.ph.ph-tote:before {\n  content: \"\\ed7e\";\n}\n.ph.ph-tote-simple:before {\n  content: \"\\ed7f\";\n}\n.ph.ph-trademark:before {\n  content: \"\\ed80\";\n}\n.ph.ph-trademark-registered:before {\n  content: \"\\ed81\";\n}\n.ph.ph-traffic-cone:before {\n  content: \"\\ed82\";\n}\n.ph.ph-traffic-sign:before {\n  content: \"\\ed83\";\n}\n.ph.ph-traffic-signal:before {\n  content: \"\\ed84\";\n}\n.ph.ph-train:before {\n  content: \"\\ed85\";\n}\n.ph.ph-train-regional:before {\n  content: \"\\ed86\";\n}\n.ph.ph-train-simple:before {\n  content: \"\\ed87\";\n}\n.ph.ph-tram:before {\n  content: \"\\ed88\";\n}\n.ph.ph-translate:before {\n  content: \"\\ed89\";\n}\n.ph.ph-trash:before {\n  content: \"\\ed8a\";\n}\n.ph.ph-trash-simple:before {\n  content: \"\\ed8b\";\n}\n.ph.ph-tray:before {\n  content: \"\\ed8c\";\n}\n.ph.ph-tree:before {\n  content: \"\\ed8d\";\n}\n.ph.ph-tree-evergreen:before {\n  content: \"\\ed8e\";\n}\n.ph.ph-tree-palm:before {\n  content: \"\\ed8f\";\n}\n.ph.ph-tree-structure:before {\n  content: \"\\ed90\";\n}\n.ph.ph-trend-down:before {\n  content: \"\\ed91\";\n}\n.ph.ph-trend-up:before {\n  content: \"\\ed92\";\n}\n.ph.ph-triangle:before {\n  content: \"\\ed93\";\n}\n.ph.ph-trophy:before {\n  content: \"\\ed94\";\n}\n.ph.ph-truck:before {\n  content: \"\\ed95\";\n}\n.ph.ph-t-shirt:before {\n  content: \"\\ed96\";\n}\n.ph.ph-twitch-logo:before {\n  content: \"\\ed97\";\n}\n.ph.ph-twitter-logo:before {\n  content: \"\\ed98\";\n}\n.ph.ph-umbrella:before {\n  content: \"\\ed99\";\n}\n.ph.ph-umbrella-simple:before {\n  content: \"\\ed9a\";\n}\n.ph.ph-unite:before {\n  content: \"\\ed9b\";\n}\n.ph.ph-unite-square:before {\n  content: \"\\ed9c\";\n}\n.ph.ph-upload:before {\n  content: \"\\ed9d\";\n}\n.ph.ph-upload-simple:before {\n  content: \"\\ed9e\";\n}\n.ph.ph-usb:before {\n  content: \"\\ed9f\";\n}\n.ph.ph-user:before {\n  content: \"\\eda0\";\n}\n.ph.ph-user-circle:before {\n  content: \"\\eda1\";\n}\n.ph.ph-user-circle-gear:before {\n  content: \"\\eda2\";\n}\n.ph.ph-user-circle-minus:before {\n  content: \"\\eda3\";\n}\n.ph.ph-user-circle-plus:before {\n  content: \"\\eda4\";\n}\n.ph.ph-user-focus:before {\n  content: \"\\eda5\";\n}\n.ph.ph-user-gear:before {\n  content: \"\\eda6\";\n}\n.ph.ph-user-list:before {\n  content: \"\\eda7\";\n}\n.ph.ph-user-minus:before {\n  content: \"\\eda8\";\n}\n.ph.ph-user-plus:before {\n  content: \"\\eda9\";\n}\n.ph.ph-user-rectangle:before {\n  content: \"\\edaa\";\n}\n.ph.ph-users:before {\n  content: \"\\edab\";\n}\n.ph.ph-users-four:before {\n  content: \"\\edac\";\n}\n.ph.ph-user-square:before {\n  content: \"\\edad\";\n}\n.ph.ph-users-three:before {\n  content: \"\\edae\";\n}\n.ph.ph-user-switch:before {\n  content: \"\\edaf\";\n}\n.ph.ph-van:before {\n  content: \"\\edb0\";\n}\n.ph.ph-vault:before {\n  content: \"\\edb1\";\n}\n.ph.ph-vibrate:before {\n  content: \"\\edb2\";\n}\n.ph.ph-video:before {\n  content: \"\\edb3\";\n}\n.ph.ph-video-camera:before {\n  content: \"\\edb4\";\n}\n.ph.ph-video-camera-slash:before {\n  content: \"\\edb5\";\n}\n.ph.ph-vignette:before {\n  content: \"\\edb6\";\n}\n.ph.ph-vinyl-record:before {\n  content: \"\\edb7\";\n}\n.ph.ph-virtual-reality:before {\n  content: \"\\edb8\";\n}\n.ph.ph-virus:before {\n  content: \"\\edb9\";\n}\n.ph.ph-voicemail:before {\n  content: \"\\edba\";\n}\n.ph.ph-volleyball:before {\n  content: \"\\edbb\";\n}\n.ph.ph-wall:before {\n  content: \"\\edbc\";\n}\n.ph.ph-wallet:before {\n  content: \"\\edbd\";\n}\n.ph.ph-warehouse:before {\n  content: \"\\edbe\";\n}\n.ph.ph-warning:before {\n  content: \"\\edbf\";\n}\n.ph.ph-warning-circle:before {\n  content: \"\\edc0\";\n}\n.ph.ph-warning-diamond:before {\n  content: \"\\edc1\";\n}\n.ph.ph-warning-octagon:before {\n  content: \"\\edc2\";\n}\n.ph.ph-watch:before {\n  content: \"\\edc3\";\n}\n.ph.ph-waveform:before {\n  content: \"\\edc4\";\n}\n.ph.ph-waves:before {\n  content: \"\\edc5\";\n}\n.ph.ph-wave-sawtooth:before {\n  content: \"\\edc6\";\n}\n.ph.ph-wave-sine:before {\n  content: \"\\edc7\";\n}\n.ph.ph-wave-square:before {\n  content: \"\\edc8\";\n}\n.ph.ph-wave-triangle:before {\n  content: \"\\edc9\";\n}\n.ph.ph-webcam:before {\n  content: \"\\edca\";\n}\n.ph.ph-webcam-slash:before {\n  content: \"\\edcb\";\n}\n.ph.ph-webhooks-logo:before {\n  content: \"\\edcc\";\n}\n.ph.ph-wechat-logo:before {\n  content: \"\\edcd\";\n}\n.ph.ph-whatsapp-logo:before {\n  content: \"\\edce\";\n}\n.ph.ph-wheelchair:before {\n  content: \"\\edcf\";\n}\n.ph.ph-wheelchair-motion:before {\n  content: \"\\edd0\";\n}\n.ph.ph-wifi-high:before {\n  content: \"\\edd1\";\n}\n.ph.ph-wifi-low:before {\n  content: \"\\edd2\";\n}\n.ph.ph-wifi-medium:before {\n  content: \"\\edd3\";\n}\n.ph.ph-wifi-none:before {\n  content: \"\\edd4\";\n}\n.ph.ph-wifi-slash:before {\n  content: \"\\edd5\";\n}\n.ph.ph-wifi-x:before {\n  content: \"\\edd6\";\n}\n.ph.ph-wind:before {\n  content: \"\\edd7\";\n}\n.ph.ph-windows-logo:before {\n  content: \"\\edd8\";\n}\n.ph.ph-wine:before {\n  content: \"\\edd9\";\n}\n.ph.ph-wrench:before {\n  content: \"\\edda\";\n}\n.ph.ph-x:before {\n  content: \"\\eddb\";\n}\n.ph.ph-x-circle:before {\n  content: \"\\eddc\";\n}\n.ph.ph-x-square:before {\n  content: \"\\eddd\";\n}\n.ph.ph-yin-yang:before {\n  content: \"\\edde\";\n}\n.ph.ph-youtube-logo:before {\n  content: \"\\eddf\";\n}\n"
  },
  {
    "path": "static/turn-earth.json",
    "content": "{\"v\":\"5.5.9\",\"fr\":60,\"ip\":0,\"op\":1800,\"w\":1920,\"h\":1080,\"nm\":\"Earth\",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,\"ind\":1,\"ty\":4,\"nm\":\"moving line\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[960,544,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[230,230,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[425,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[319,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 2\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[212.5,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[105.5,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 2\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.295308053493,0.653615176678,0.442023038864,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":3,\"ix\":5},\"lc\":2,\"lj\":1,\"ml\":4,\"bm\":0,\"d\":[{\"n\":\"d\",\"nm\":\"dash\",\"v\":{\"a\":0,\"k\":1,\"ix\":1}},{\"n\":\"g\",\"nm\":\"gap\",\"v\":{\"a\":0,\"k\":50,\"ix\":2}},{\"n\":\"o\",\"nm\":\"offset\",\"v\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":1799,\"s\":[153]}],\"ix\":7}}],\"nm\":\"Stroke 3\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"animatred line 2\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[425,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 2\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[319,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 3\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":1199.35,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":1799,\"s\":[100]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":2250,\"s\":[100]},{\"t\":2700,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":599.674,\"s\":[0]},{\"t\":1799,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":2,\"ix\":2,\"nm\":\"Trim Paths 2\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[212.5,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 2\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[105.5,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 3\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":1199.35,\"s\":[100]},{\"t\":1799,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":599.674,\"s\":[0]},{\"t\":1799,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":90,\"ix\":3},\"m\":2,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.295308053493,0.653615176678,0.442023038864,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":1,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 2\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"animatred line\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":2,\"ty\":4,\"nm\":\"moving line 2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[960,544,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[230,230,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[212.5,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 2\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[105.5,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 3\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":-899,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":300.344,\"s\":[100]},{\"t\":900,\"s\":[100]}],\"ix\":1,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut();\"},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":-899,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":-299.328,\"s\":[0]},{\"t\":900,\"s\":[100]}],\"ix\":2,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut();\"},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":2,\"ix\":2,\"nm\":\"Trim Paths 2\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[212.5,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 2\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[105.5,425],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 3\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":-899,\"s\":[0]},{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":300.344,\"s\":[100]},{\"t\":900,\"s\":[100]}],\"ix\":1,\"x\":\"var $bm_rt;\\n$bm_rt = loopOut();\"},\"e\":{\"a\":0,\"k\":0,\"ix\":2,\"x\":\"var $bm_rt;\\n$bm_rt = content('animatred line').content('Group 1').content('Trim Paths 1').end;\"},\"o\":{\"a\":0,\"k\":90,\"ix\":3},\"m\":2,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.29411765933,0.654901981354,0.443137288094,1],\"ix\":3},\"o\":{\"a\":0,\"k\":15,\"ix\":4},\"w\":{\"a\":0,\"k\":0.5,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 2\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"animatred line\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":-87,\"op\":2352,\"st\":552,\"bm\":0},{\"ddd\":0,\"ind\":3,\"ty\":4,\"nm\":\"moving line 3\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[960,544,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[230,230,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":1371,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[0.87,-45.217],[51.515,-38.882],[180.87,23.043],[166.087,-39.565],[175.652,-45.217],[164.347,-61.739]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":1587,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-100,-39.13],[51.515,-56.708],[89.13,26.957],[68.696,-40.435],[91.739,-61.304],[150.434,-82.174]],\"c\":false}]},{\"t\":1617,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-100,-39.13],[51.515,-56.708],[89.13,26.957],[68.696,-40.435],[91.739,-61.304],[136.956,-82.174]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.454901960784,0.717647058824,0.81568627451,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":2,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":1371,\"s\":[0]},{\"t\":1587,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":1415,\"s\":[0]},{\"t\":1617,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 9\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":1182,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[90,63.913],[-49.789,68.074],[93.478,100],[143.478,86.957],[106.522,-0.87],[253.478,47.391]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":1398,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.478,60.87],[-48.485,87.639],[97.826,82.174],[52.609,80.435],[106.087,-20],[156.956,-37.826]],\"c\":false}]},{\"t\":1428,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-3.478,60.87],[-48.485,87.639],[97.826,82.174],[52.609,80.435],[105.87,-21.087],[143.26,-38.478]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.454901960784,0.717647058824,0.81568627451,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":2,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":1182,\"s\":[0]},{\"t\":1398,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":1226,\"s\":[0]},{\"t\":1428,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 8\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":960,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[103.913,-22.609],[98.472,-82.795],[134.783,-116.087],[52.609,-54.348],[150.435,-67.826],[93.478,-40.87]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":1176,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.217,-29.13],[94.124,-100.621],[123.913,-132.609],[50,-73.478],[143.478,-85.652],[92.174,-40.435]],\"c\":false}]},{\"t\":1206,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[5.217,-29.13],[94.124,-100.621],[123.913,-132.609],[50,-73.478],[144.783,-88.261],[79.13,-41.739]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.454901960784,0.717647058824,0.81568627451,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":2,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":960,\"s\":[0]},{\"t\":1176,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":1004,\"s\":[0]},{\"t\":1206,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 7\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":640,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-88.261,61.739],[-49.789,73.726],[95.652,94.348],[160,8.696],[156.956,-41.739],[214.348,-94.783]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":856,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-183.478,47.391],[-48.05,91.987],[100,78.261],[159.13,-7.826],[153.261,-59.674],[150.435,-18.261]],\"c\":false}]},{\"t\":886,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-183.478,47.391],[-48.05,91.987],[100,78.261],[159.13,-7.826],[153.261,-59.674],[138.043,-18.913]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.454901960784,0.717647058824,0.81568627451,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":2,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":640,\"s\":[0]},{\"t\":856,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":684,\"s\":[0]},{\"t\":886,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 6\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":438,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[100.435,134.348],[8.037,65.9],[-96.087,94.783],[-54.783,20.435],[-45.652,-95.217],[63.913,-54.348]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":654,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-5.652,136.087],[-94.137,61.118],[-90.435,112.174],[-153.913,10.435],[-49.13,-77.391],[-31.304,-55.652]],\"c\":false}]},{\"t\":684,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-5.652,136.087],[-94.137,61.118],[-90.435,112.174],[-168.261,18.696],[-50,-74.783],[-44.783,-57.391]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.454901960784,0.717647058824,0.81568627451,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":2,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":438,\"s\":[0]},{\"t\":654,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":482,\"s\":[0]},{\"t\":684,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 5\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":301,\"s\":[{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[145.217,-30.87],[53.478,2.174],[-19.13,-18.261]],\"c\":false}]},{\"t\":421,\"s\":[{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[91.739,-27.391],[52.174,-7.391],[-72.174,-17.391]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.454901960784,0.717647058824,0.81568627451,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":2,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":301,\"s\":[0]},{\"t\":391,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":311,\"s\":[0]},{\"t\":421,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":119,\"s\":[{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[90.435,6.522],[45.652,106.087],[-97.826,132.609]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":120,\"s\":[{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[156.957,54.783],[48.696,68.261],[-83.478,-31.305]],\"c\":false}]},{\"t\":240,\"s\":[{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[101.304,59.13],[51.304,57.826],[-137.391,-27.826]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.454901960784,0.717647058824,0.81568627451,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":2,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":120,\"s\":[0]},{\"t\":210,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":130,\"s\":[0]},{\"t\":240,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":214,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-104.348,-48.261],[-43.913,-69.565],[53.478,-40.435],[87.391,-120.435]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":384,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-183.478,-49.565],[-118.696,-70.435],[51.304,-57.391],[82.609,-134.348]],\"c\":false}]},{\"t\":1176,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-183.478,-49.565],[-118.696,-70.435],[51.304,-57.391],[82.609,-134.348]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.454901960784,0.717647058824,0.81568627451,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":2,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":214,\"s\":[0]},{\"t\":354,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":224,\"s\":[0]},{\"t\":384,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-126.087,92.609],[-91.739,106.957],[-7.826,33.913],[52.609,27.391],[150.435,5.217]],\"c\":false}]},{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":147,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-207.826,87.391],[-87.391,120],[-76.957,38.696],[53.043,15.652],[80.435,13.043]],\"c\":false}]},{\"t\":170,\"s\":[{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-121.739,105.652],[-87.391,120],[-76.957,38.696],[53.043,13.478],[69.565,15.217]],\"c\":false}]}],\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.454901960784,0.717647058824,0.81568627451,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":2,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Shape 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tm\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":0,\"s\":[0]},{\"t\":140,\"s\":[100]}],\"ix\":1},\"e\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.833],\"y\":[0.833]},\"o\":{\"x\":[0.167],\"y\":[0.167]},\"t\":10,\"s\":[0]},{\"t\":170,\"s\":[100]}],\"ix\":2},\"o\":{\"a\":0,\"k\":0,\"ix\":3},\"m\":1,\"ix\":2,\"nm\":\"Trim Paths 1\",\"mn\":\"ADBE Vector Filter - Trim\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":4,\"ty\":4,\"nm\":\"Shape Layer 5\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":5,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[960,544,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[200,200,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[426.211,426.211],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"gf\",\"o\":{\"a\":0,\"k\":100,\"ix\":10},\"r\":1,\"bm\":0,\"g\":{\"p\":3,\"k\":{\"a\":0,\"k\":[0,1,1,1,0.371,0.5,0.5,0.5,1,0,0,0],\"ix\":9}},\"s\":{\"a\":0,\"k\":[0,0],\"ix\":5},\"e\":{\"a\":0,\"k\":[0,214],\"ix\":6},\"t\":2,\"h\":{\"a\":0,\"k\":0,\"ix\":7},\"a\":{\"a\":0,\"k\":0,\"ix\":8},\"nm\":\"Gradient Fill 1\",\"mn\":\"ADBE Vector Graphic - G-Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":5,\"ty\":4,\"nm\":\"Shape Layer 1\",\"parent\":7,\"td\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[0,0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[426.211,426.211],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"st\",\"c\":{\"a\":0,\"k\":[0.2588239782,0.909803981407,0.878431013519,1],\"ix\":3},\"o\":{\"a\":0,\"k\":100,\"ix\":4},\"w\":{\"a\":0,\"k\":0,\"ix\":5},\"lc\":1,\"lj\":1,\"ml\":4,\"bm\":0,\"nm\":\"Stroke 1\",\"mn\":\"ADBE Vector Graphic - Stroke\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.815940647499,0.899800857843,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 1\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":6,\"ty\":4,\"nm\":\"Objects Outlines\",\"parent\":7,\"tt\":1,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":1,\"k\":[{\"i\":{\"x\":0.833,\"y\":0.833},\"o\":{\"x\":0.167,\"y\":0.167},\"t\":0,\"s\":[0,0,0],\"to\":[-157.667,0,0],\"ti\":[157.667,0,0]},{\"t\":1800,\"s\":[-946,0,0]}],\"ix\":2},\"a\":{\"a\":0,\"k\":[337.65,165.187,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[136,136,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":400,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":430,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":762,\"s\":[7,7]},{\"t\":792,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[592,280],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"sydney\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[7,7],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[230,51],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"fin 2\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":309,\"s\":[7,7]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":339,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1533,\"s\":[0,0]},{\"t\":1563,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[342,93],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"fin\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":318,\"s\":[7,7]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":348,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1509,\"s\":[0,0]},{\"t\":1539,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[336,118],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"eu\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":0,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":30,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":566,\"s\":[7,7]},{\"t\":596,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[439,150],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"jakart 2\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":53,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":83,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":756,\"s\":[7,7]},{\"t\":786,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[513,221],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"jakart\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":83,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":113,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":791,\"s\":[7,7]},{\"t\":821,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[520,175],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"singa\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":630,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":660,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1765,\"s\":[0,0]},{\"t\":1795,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[461,182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"india\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":492,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":522,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1619,\"s\":[0,0]},{\"t\":1649,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[408,166],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"uae\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":249,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":279,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1375,\"s\":[0,0]},{\"t\":1405,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[315,135],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"barca\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":284,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":314,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1427,\"s\":[0,0]},{\"t\":1457,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[328,193],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"nigeria\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":830,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":860,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":1489,\"s\":[7,7]},{\"t\":1519,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[99,139],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"la\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":34,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":64,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1143,\"s\":[0,0]},{\"t\":1173,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[225,234],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"brazil\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":218,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":248,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":941,\"s\":[7,7]},{\"t\":971,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[578,143],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"japan\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":430,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":460,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1564,\"s\":[0,0]},{\"t\":1594,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[387,104],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"russia\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":177,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":207,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":876,\"s\":[7,7]},{\"t\":906,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[561,119],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"china\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":16,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":366,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":396,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1569,\"s\":[0,0]},{\"t\":1599,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[357,274],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"south africa\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":17,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1010,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":1040,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":1709,\"s\":[7,7]},{\"t\":1739,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[178,217],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"colombia\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":18,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":239,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":269,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1392,\"s\":[0,0]},{\"t\":1422,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[315,107],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"london\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":19,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1012,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":1042,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":1678,\"s\":[7,7]},{\"t\":1708,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[172.85,127.5],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"new york\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":20,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.454901963472,0.717647075653,0.815686285496,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"cities\",\"np\":21,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.295,-0.054],[0.068,0.006],[0.061,-0.012],[0.171,-0.124],[0.198,-0.026],[0.173,0],[0,0],[0.195,0],[0,0],[0.147,0],[0.246,0],[0.219,-0.021],[0.441,-0.347],[-0.099,-0.197],[0,-0.196],[0.296,-0.095],[0.297,0],[0.295,0.122],[0.171,0],[0,0],[0.517,0.273],[0.149,0.027],[0.415,0],[0.173,-0.026],[0.122,-0.023],[0.15,-0.102],[0.197,0],[0.319,0],[0,0],[0.194,0.022],[0.245,0],[0.418,-0.15],[0.488,0],[0.095,-0.017],[0.072,-0.014],[0.032,0.002],[0.033,-0.007],[0.109,-0.024],[0.136,-0.039],[0.219,-0.086],[-0.12,-0.149],[-0.109,-0.048],[-0.086,-0.016],[-0.036,0.002],[-0.048,-0.008],[-0.173,-0.113],[-0.084,-0.073],[-0.051,-0.087],[-0.025,-0.087],[-0.024,-0.145],[0,-0.208],[0,0],[0.059,0.048],[0.085,0.026],[0.031,-0.003],[0.033,0.008],[0.097,0.01],[0.083,0.025],[0.101,0.024],[0.033,-0.002],[0.03,0.006],[0.089,0.024],[0.097,0.014],[0.075,0],[0.108,0],[0.16,0],[0.123,-0.061],[0.041,-0.085],[0,-0.089],[-0.012,-0.065],[-0.086,-0.135],[-0.072,-0.062],[-0.098,-0.049],[-0.185,-0.085],[-0.149,-0.062],[-0.062,-0.012],[-0.074,-0.017],[-0.086,-0.012],[-0.172,0],[0,0],[-0.085,-0.01],[-0.076,-0.049],[-0.075,-0.039],[-0.149,-0.15],[-0.061,-0.076],[-0.099,-0.162],[-0.039,-0.098],[-0.009,-0.085],[-0.009,-0.072],[0,-0.11],[0.146,0],[0.074,0],[0.16,0.036],[0.097,0.014],[0.036,-0.002],[0.052,0.008],[0.109,0.037],[0.149,0.059],[0.074,0.028],[0.084,0.025],[0.085,0.038],[0.109,0.037],[0.062,0.012],[0.28,0.036],[0.121,0.021],[0.206,0.073],[0.061,0.02],[0.097,0.061],[0.059,0.036],[0.101,0.063],[0.099,0.063],[0.076,0.072],[0.126,0.036],[0.039,-0.005],[0.044,0.012],[0.072,0.013],[0.061,0.015],[0.109,0],[0,0],[0.096,0.011],[0.159,0.047],[0.126,0.048],[0.243,0],[0.786,0],[-0.024,-0.097],[-0.046,-0.075],[-0.16,-0.165],[-0.199,-0.035],[-0.034,0.005],[-0.049,-0.02],[0,0],[-0.062,-0.061],[-0.147,-0.109],[-0.065,-0.072],[-0.064,-0.071],[-0.061,-0.097],[-0.06,-0.149],[-0.022,-0.063],[-0.037,-0.096],[0,-0.169],[0,0],[0,0],[0.097,0.016],[0.084,0.039],[0.087,0.048],[0.086,0.074],[0.058,0.059],[0.063,0.035],[0.099,0.061],[0.102,0.062],[0.11,0.073],[0.186,0.108],[0.075,0.036],[0.074,0.047],[0.073,0.06],[0.18,0.034],[0.059,0.01],[0.073,0],[0.174,0.09],[0.051,0.075],[0.051,0.074],[0.085,0.048],[0.062,0.023],[0.11,0.026],[0.073,0],[0.162,0],[0,0],[0,0],[-0.062,-0.146],[-0.11,-0.223],[0,-0.128],[0.015,-0.11],[0,-0.098],[0,-0.061],[0,0],[0.025,-0.074],[0.11,-0.314],[0.059,-0.074],[0.075,-0.038],[0.111,0],[0.121,0.05],[0.1,0.071],[0.061,0.159],[0,0.08],[-0.038,0.162],[-0.05,0.069],[-0.133,0.156],[-0.035,0.099],[0,0.086],[0.013,0.061],[0.05,0.089],[0.06,0.099],[0.017,0.103],[0,0],[0,0.063],[0.136,0.097],[0.087,0.048],[0.096,0.065],[0.073,0.061],[0.085,0.022],[0.133,0],[0.118,-0.025],[0.076,-0.01],[0.133,-0.038],[0.071,-0.026],[0.17,-0.112],[0.098,-0.049],[0.073,-0.021],[0.076,-0.015],[0.032,0.003],[0.033,-0.008],[0.084,-0.026],[0.085,-0.039],[0.099,-0.023],[0.171,0],[0.088,0],[0,0],[0.086,-0.027],[0.083,-0.036],[0.073,-0.014],[0.159,0],[0,0],[0.135,0],[0.433,0],[0.089,-0.024],[0.062,-0.028],[0.048,-0.1],[0.012,-0.058],[-0.072,-0.035],[-0.06,-0.014],[-0.077,0],[-0.068,0.003],[-0.087,-0.005],[-0.113,-0.049],[-0.085,-0.059],[-0.051,-0.086],[-0.038,-0.076],[-0.035,-0.071],[-0.101,-0.047],[-0.085,-0.024],[-0.158,-0.039],[-0.072,0],[-0.059,0.004],[-0.079,-0.007],[-0.074,-0.036],[-0.087,-0.051],[-0.147,-0.062],[-0.075,-0.022],[-0.061,-0.037],[-0.126,-0.133],[0,0],[0,0],[0.075,0.02],[0.06,0.013],[0.075,0.025],[0.173,0.087],[0.097,0.061],[0.085,0.049],[0.07,0.062],[0.097,0.017],[0.117,-0.011],[0.101,0.008],[0.099,0],[0,0],[0.088,0.025],[0.124,0.05],[0.16,0.036],[0.075,0.022],[0.187,0.135],[0.072,0.075],[0.061,0.088],[0.06,0.038],[0.09,0.035],[0.073,0],[0.32,-0.085],[0.074,-0.02],[0.086,-0.034],[0.083,-0.038],[0.086,-0.035],[0.085,-0.042],[0.198,-0.065],[0.059,-0.024],[0,-0.131],[-0.111,-0.172],[-0.051,-0.086],[-0.027,-0.073],[0,-0.085],[0,0],[0,0],[0.149,0.059],[0.087,0.063],[0.081,0.051],[0.085,0],[0.858,0.01],[0.052,-0.076],[0.073,-0.136],[0.097,-0.039],[0.135,-0.048],[0.237,-0.049],[0.135,-0.022],[0.135,-0.134],[0,0],[0.194,-0.126],[0.087,-0.024],[0.063,-0.012],[0.146,0],[0.137,-0.012],[0.1,0],[0.086,-0.011],[0.084,-0.05],[0.086,-0.048],[0.086,-0.038],[0.056,-0.021],[0.051,-0.038],[0.086,-0.036],[0.036,0.006],[0.03,-0.009],[0.063,-0.027],[0.051,-0.06],[0.133,-0.194],[0.051,-0.038],[0.049,-0.038],[0,-0.108],[-0.013,-0.145],[0,0],[-0.17,-0.025],[-0.149,-0.111],[-0.073,-0.05],[-0.086,-0.036],[-0.061,0],[-0.199,0],[-0.271,0.031],[-0.136,0.062],[-0.06,0.028],[-0.087,0.049],[-0.125,0],[-0.04,-0.184],[0,-0.146],[-0.026,-0.135],[-0.013,-0.076],[-0.013,-0.059],[0,-0.084],[0,0],[0.295,-0.294],[0.085,-0.06],[0.099,-0.011],[0.248,0],[0,0],[0.1,0],[0.175,-0.013],[0.135,-0.046],[0.11,-0.053],[0.084,-0.026],[0.134,0],[0,0],[0.269,0.037],[0.097,0.024],[0.085,0],[0.173,0],[0.234,-0.053],[0.171,-0.085],[0,-0.076],[0.01,-0.084],[0.156,-0.087],[0.088,0],[0,0],[0.174,-0.086],[0.088,-0.023],[0.206,0],[0.112,0.014],[0.148,0.013],[0.172,0],[0.171,-0.011],[0.11,-0.038],[0.087,-0.012],[0.087,-0.032],[0.036,-0.073],[0.025,-0.073],[0.012,-0.062],[0.022,-0.058],[0.034,-0.059],[0.085,0],[0,0],[0.036,-0.073],[0.048,-0.148],[-0.075,-0.121],[-0.097,-0.149],[-0.122,-0.097],[-0.145,-0.074],[-0.075,0.01],[-0.054,-0.009],[-0.146,0],[-0.122,-0.026],[-0.273,-0.175],[-0.099,-0.121],[0,0],[0,0],[-0.063,-0.025],[-0.075,-0.035],[-0.16,-0.036],[-0.171,0],[-0.112,0],[0,0],[-0.122,0.01],[-0.062,0.009],[-0.161,0.058],[-0.109,0],[0,0],[-0.174,0.027],[-0.174,0],[0,0],[-0.151,0],[-0.062,0],[0,0],[0.098,-0.137],[0.061,-0.038],[0.085,-0.037],[0.133,-0.086],[0.113,-0.024],[0.07,0],[0,0],[0.088,0.01],[0.038,-0.004],[0.045,0.012],[0.086,0.021],[0.097,0],[0,0],[0.232,-0.062],[0.096,-0.04],[0.221,0],[0,0],[0.1,0],[0.11,0.012],[0.208,0.021],[0.137,0],[0,0],[0.077,-0.011],[0.025,-0.193],[0,0],[0.063,-0.049],[0,-0.124],[-0.232,-0.176],[-0.099,-0.065],[-0.098,-0.008],[-0.098,0.008],[-0.107,-0.011],[-0.234,-0.111],[-0.194,-0.062],[-0.149,-0.059],[-0.221,-0.126],[0,0],[0.161,-0.122],[0.048,-0.076],[0.027,-0.063],[-0.088,-0.037],[-0.061,-0.026],[-0.135,-0.072],[-0.062,-0.064],[-0.065,-0.082],[-0.02,-0.049],[-0.064,-0.04],[-0.086,-0.039],[-0.073,-0.037],[-0.074,-0.027],[-0.184,-0.073],[-0.074,-0.039],[-0.098,-0.061],[-0.11,-0.036],[-0.232,0],[0,0],[-0.087,0.012],[-0.086,0.034],[0.037,0.061],[0.064,0.084],[0,0.124],[-0.097,0.059],[-0.063,0],[-0.196,0],[-0.284,-0.023],[-0.159,-0.061],[-0.075,-0.022],[-0.059,-0.013],[-0.086,0],[-0.074,0],[0,0],[0,0],[-0.075,-0.04],[-0.1,-0.037],[-0.193,0],[-0.171,0.087],[-0.073,0.051],[-0.074,0.036],[-0.075,0.028],[-0.059,0.018],[-0.048,0],[-0.079,0.041],[-0.074,0.051],[-0.064,0.036],[-0.135,0],[-0.175,-0.083],[-0.16,-0.085],[-0.084,0],[0,0],[-0.232,-0.01],[-0.06,-0.01],[-0.074,-0.014],[-0.196,-0.165],[-0.084,-0.05],[-0.086,-0.024],[-0.085,0],[0,0],[-0.073,-0.016],[-0.056,-0.022],[-0.222,-0.125],[-0.086,-0.023],[-0.233,0],[0,0],[-0.061,-0.012],[-0.075,-0.054],[-0.162,-0.1],[-0.086,-0.024],[-0.149,-0.015],[0,0],[-0.135,-0.048],[-0.074,-0.053],[0,-0.171],[0,0],[-0.099,-0.148],[-0.061,-0.073],[-0.097,-0.026],[-0.061,-0.013],[-0.047,0.005],[-0.052,-0.014],[-0.095,-0.048],[-0.086,-0.037],[-0.063,-0.083],[-0.038,-0.059],[-0.073,-0.148],[-0.037,-0.047],[-0.065,-0.062],[-0.124,-0.148],[-0.061,-0.09],[-0.073,-0.096],[-0.049,-0.062],[-0.05,-0.074],[-0.063,-0.15],[-0.073,-0.149],[-0.027,-0.072],[-0.173,-0.225],[-0.071,-0.052],[-0.061,-0.046],[0,-0.134],[0,0],[0.025,-0.096],[0,-0.123],[-0.06,-0.095],[0,-0.284],[0,0],[0.061,-0.095],[0,-0.161],[-0.012,-0.136],[0,0],[0,0],[0.184,-0.051],[0.122,-0.114],[0.024,-0.06],[-0.026,-0.297],[0.048,-0.218],[0,0],[0,0],[-0.148,-0.072],[-0.295,-0.025],[0,0],[-0.12,0],[-0.169,0],[0,0],[-0.024,0.196],[-0.022,0.123],[-0.296,0],[-0.146,0],[-0.146,0],[-0.024,-0.196],[-0.024,-0.12],[-0.074,-0.147],[-0.174,-0.097],[-0.172,-0.022],[-0.123,-0.022],[-0.068,0.007],[-0.059,-0.01],[-0.147,-0.072],[-0.119,-0.071],[-0.097,-0.12],[-0.126,-0.148],[-0.049,-0.124],[0,0],[0,0],[0.195,0],[0,0],[0.416,0.196],[0.124,0.072],[0.122,0.072],[0.079,-0.016],[0.048,0.009],[0.298,0.025],[0.343,0],[0.416,-0.174],[-0.147,-0.266],[-0.12,-0.121],[0,-0.222],[0,-0.169],[0.27,-0.075],[0.147,-0.096],[0,-0.271],[-0.199,-0.15],[-0.246,0.03],[-0.167,-0.026],[-0.267,-0.171],[-0.539,0],[-0.148,0.147],[-0.394,0.051],[-0.493,0],[0,0],[0.414,0.148],[0.06,-0.008],[0.069,0.027],[0.147,0.049],[0.075,-0.009],[0.054,0.012],[0.149,0.024],[0,0],[0,0],[-0.148,-0.077],[-0.172,-0.072],[-0.147,-0.022],[-0.12,0],[-0.194,0],[0,0],[-0.245,-0.12],[0,-0.271],[0,0],[0.072,-0.148],[0.048,-0.126],[0,-0.218],[0,0],[-0.101,-0.148],[-0.124,-0.171],[0,-0.176],[0,0],[0,0],[0.147,-0.072],[0.171,-0.101],[0.171,-0.078],[0.173,0],[0,0],[0.17,0.024],[0.172,0],[0,0],[0.198,0.048],[0.198,0],[0.169,-0.069],[0.147,-0.052],[0.122,-0.049],[0.095,-0.049],[0,-0.24],[0,0],[-0.072,-0.171],[-0.172,-0.075],[-0.123,-0.05],[-0.125,-0.046],[-0.147,-0.099],[-0.097,-0.118],[-0.049,-0.293],[0.25,-0.148],[0,-0.242],[-0.2,-0.347],[-0.193,-0.269],[-0.097,-0.124],[-0.223,0],[-0.198,0.101],[-0.173,0.05],[-0.149,0],[0,0],[-0.148,-0.048],[0.048,-0.121],[0.099,-0.1],[0.082,0.02],[0.045,-0.021],[0.098,-0.123],[0.048,-0.125],[0.049,-0.148],[0,-0.243],[-0.048,-0.198],[-0.173,-0.245],[-0.149,-0.07],[-0.151,0],[-0.123,0.051],[-0.124,0.1],[-0.1,0.121],[-0.12,0.073],[-0.148,0],[-0.222,-0.024],[0,0],[0.145,-0.075],[0.122,-0.075],[0.148,-0.074],[0.074,-0.167],[0,-0.224],[-0.097,-0.195],[-0.12,-0.122],[-0.124,-0.145],[-0.345,-0.391],[-0.099,-0.148],[-0.047,-0.15],[-0.023,-0.118],[-0.122,-0.294],[-0.101,-0.271],[-0.295,-0.195],[-0.094,-0.123],[-0.072,-0.175],[-0.119,-0.271],[-0.122,-0.096],[-0.442,-0.148],[-0.298,-0.22],[-0.172,-0.077],[-0.146,0],[0,0],[-0.15,0.024],[-0.221,0],[0,0],[-0.122,-0.023],[-0.059,0.01],[-0.058,-0.043],[-0.047,-0.124],[-0.049,-0.126],[-0.194,-0.099],[-0.201,0],[-0.115,0.009],[-0.149,-0.025],[-0.099,-0.174],[-0.074,-0.123],[-0.194,-0.047],[-0.297,0],[-0.27,0.077],[-0.172,0.074],[-0.125,0.097],[-0.076,0.148],[0,0.124],[0,0],[-0.319,0.516],[-0.25,0.266],[-0.072,0.149],[0,0.247],[0.028,0.22],[0,0.147],[0,0.148],[0.126,0.247],[0.075,0.148],[0.049,0.145],[0,0.142],[-0.42,0.021],[0,0],[-0.148,0],[-0.293,0],[-0.024,0.271],[-0.074,0.122],[-0.121,0.121],[-0.17,0.077],[-0.074,-0.012],[-0.055,0.012],[-0.174,0.073],[0,0],[0,0.248],[0.048,0.196],[0.074,0.15],[0.072,0.12],[0,0.176],[-0.197,0.125],[-0.079,-0.011],[-0.056,0.012],[-0.273,0.074],[-0.126,0.073],[-0.07,0.147],[-0.021,0.124],[0,0.145],[-0.026,0.147],[0,0],[-0.024,0.421],[0,0.15],[0,0],[-0.025,-0.466],[0,-0.172],[-0.318,0],[-0.146,0],[-0.339,0.369],[-0.145,0.15],[-0.198,0.096],[-0.169,0],[0,0],[-0.114,-0.008],[-0.152,0.028],[-0.145,0.071],[-0.073,0.099],[-0.073,0.127],[0,0],[-0.146,0.098],[-0.147,0.098],[-0.098,0.097],[-0.097,0.126],[-0.122,0.099],[-0.098,0.07],[-0.171,0.273],[-0.123,0.096],[-0.097,0.072],[-0.098,0.124],[-0.046,0.104],[-0.123,0.122],[-0.121,0.072],[-0.05,0.193],[0,0.468],[-0.045,0.019],[-0.059,0],[-0.122,-0.046],[-0.038,-0.016],[-0.035,-0.014],[-0.034,-0.014],[-0.08,-0.051],[-0.03,-0.017],[-0.084,-0.071],[-0.043,-0.021],[-0.148,0],[-0.27,-0.077],[-0.296,-0.148],[-0.392,0],[-0.244,0.025],[-0.149,0.048],[-0.294,0.221],[-0.149,0.173],[-0.171,0.123],[-0.321,0.048],[-0.146,-0.009],[-0.118,0.009],[-0.123,0.024],[-0.17,0.019],[-0.073,-0.009],[-0.094,0.026],[-0.146,0.024],[-0.143,0.048],[-0.061,-0.009],[-0.066,0.027],[-0.148,0.075],[-0.123,0.075],[-0.099,0.122],[-0.123,0.198],[-0.15,0.196],[-0.369,0],[0,0],[-0.27,0.176],[-0.149,0.127],[-0.124,0.195],[-0.048,0.124],[0,0],[0.268,-0.249],[0.098,-0.075],[0.246,0],[0,0],[0.246,0.195],[0.298,0.173],[0.121,0],[0,0],[0.615,0.197],[0.125,0.025],[0.149,0.125],[0.076,0.149],[0,0.172],[0,0],[-0.269,0],[-0.162,-0.009],[-0.256,0.028],[-0.12,0],[-0.318,0.123],[-0.219,0.294],[-0.096,-0.05],[-0.099,-0.146],[-0.075,-0.369],[-0.074,-0.146],[-0.074,-0.123],[-0.37,0],[-0.123,0.171],[-0.048,0.1],[-0.318,0.075],[-0.294,0],[-0.344,0.027],[-0.145,0.027],[0.026,0.274],[0.17,0.322],[0.172,0.121],[0.271,0.172],[0.122,0.318],[0.097,0.272],[0.073,0.149],[0.052,0.122],[0.052,0.102],[0.121,0.076],[0.295,0.127],[0.145,0.072],[-0.147,0.1],[-0.124,0.047],[-0.268,-0.199],[-0.145,-0.071],[-0.169,0],[0,0],[-0.148,0],[-0.147,0],[-0.025,0.589],[0,0],[-0.024,0.121],[0,0.171],[0.075,0.124],[0.152,0.076],[0.317,0],[0.271,-0.121],[0.123,-0.101],[0.174,0],[0,0],[-0.221,0.124],[-0.099,0.075],[-0.124,0.073],[-0.052,0.12],[0.296,0.098],[0.148,0.05],[0,0],[0,0],[0,0],[0,0],[-0.124,0.098],[-0.144,0.077],[-0.32,0],[0,0],[-0.442,0],[-0.197,0.103],[-0.124,0.124],[0,0.226],[0.121,0.193],[0.169,0.146],[0.273,0],[0.194,-0.051],[0.146,-0.023],[0.148,0],[0.123,0.049],[0.074,0.147],[0,0.17],[-0.244,0],[-0.147,0],[-0.15,0],[-0.32,0],[-0.296,0.049],[-0.149,0.073],[0,0],[-0.194,0],[-0.173,0],[0,0],[-0.222,0.049],[-0.126,0.048],[-0.075,0.122],[0.367,0.099],[0.067,-0.006],[0.06,0.013],[0.169,0.124],[0.079,0.249],[0,0.149],[0,0.22],[0,0.245],[0,0.148],[0,0.097],[-0.639,0.048],[0,0],[0.22,0.467],[0.026,0.118],[0.024,0.23],[0.466,0.079],[0.172,0.027],[0.123,0.029],[0.147,0.073],[0.122,0.074],[0.1,0.148],[0,0.224],[-0.023,0.051],[-0.122,0.072],[-0.173,0.07],[-0.076,-0.01],[-0.052,0.008],[-0.343,0.022],[-0.147,0],[0,0],[-0.272,-0.05],[-0.148,-0.098],[0,-0.245],[0,0],[0.047,-0.146],[0,-0.243],[-0.273,-0.541],[0,0],[0,0],[-0.125,0.15],[0,0.224],[0,0],[0.121,0.172],[0.27,0],[0.196,-0.051],[0.144,-0.023],[0.269,0],[0,0],[0.194,0],[0.121,0],[0,0],[-0.121,0],[-0.173,0],[0,0],[-0.296,0.075],[-0.149,0.074],[0.122,0.148],[0.224,0.022],[0.117,-0.032],[0.143,0.027],[0.175,0.049],[0.123,0.026],[0.149,0],[0.248,0],[0.368,-0.027],[0.05,-0.269],[0.074,-0.145],[0.059,-0.011],[0.059,0.043],[0.095,0.148],[0,0.148],[-0.095,0.245],[-0.099,0.124],[-0.072,0.099],[-0.075,0.174],[0,0.15],[0,0.294],[-0.05,0.395],[0,0],[-0.246,0.269],[-0.147,0.1],[-0.191,-0.004],[-0.085,0.009],[0,0],[-0.172,0.075],[0.022,0.145],[0,0.221],[-0.121,0.195],[-0.098,0.15],[-0.073,0.125],[-0.148,0.099],[-0.318,0.05],[-0.178,-0.045],[-0.228,0.05],[-0.101,0.075],[-0.072,0.144],[-0.049,0.121],[-0.097,0.124],[-0.148,0.076],[-0.149,0.025],[-0.123,0],[-0.122,0.021],[-0.069,-0.006],[-0.061,0.011],[-0.147,0.099],[0,0],[0,0],[0,0],[-0.317,0.124],[-0.494,0],[-0.222,-0.098],[-0.217,-0.024],[-0.174,0],[0,0],[-0.151,0],[-0.12,0.022],[-0.17,0.048],[-0.125,0.096],[-0.125,0.148],[-0.195,0.169],[-0.173,0.048],[-0.298,0],[0,0],[-0.592,0.073],[-0.123,0.022],[-0.123,0.051],[-0.099,0.175],[-0.05,0.17],[0,0.294],[0.201,0.199],[0.148,0.049],[0.345,0],[0.318,-0.076],[0.198,-0.049],[0.293,0],[0.321,0.124],[0.174,0.049],[0,0],[0.195,0],[0.316,-0.024],[0.082,0.006],[0.084,-0.011],[0.321,-0.099],[0.149,-0.099],[0.078,-0.149],[0.147,-0.27],[0.122,-0.079],[0.125,-0.026],[0.162,0.016],[0.145,-0.011],[0.32,0],[0.271,0.124],[0.148,0.101],[0.391,0],[0.222,-0.1],[0.221,-0.27],[0.121,-0.099],[0.15,-0.047],[0.148,0],[0.131,0.007],[0.176,-0.012],[0.273,-0.097],[0.17,-0.05],[0.318,-0.102],[0.149,-0.097],[0.151,-0.171],[0.392,-0.193],[0.172,0],[0.172,0.024],[-0.126,0.119],[-0.099,0.121],[-0.075,0.121],[-0.075,0.15],[-0.273,0.172],[-0.07,-0.013],[-0.061,0.026],[-0.248,0.098],[0,0.145],[0,0],[-0.173,0.072],[-0.099,0.08],[-0.075,0.147],[0,0.146],[0.025,0.119],[0.074,0.124],[0.148,0.073],[0.145,0],[0,0],[0.148,0],[0.147,0.006],[0.196,-0.013],[0.146,0],[0.491,0.023],[0.174,0.026],[0.027,-0.488],[0,-0.149],[0,-0.127],[0.203,0],[0.196,0.025],[0.273,0],[0.246,-0.052],[0.291,-0.122],[0.121,-0.048],[0.168,-0.07],[0.079,0.011],[0.053,-0.008],[-0.02,0.123],[-0.049,0.147],[-0.147,0.097],[-0.172,0.025],[0,0],[-0.339,0],[-0.269,0.072],[-0.147,0.07],[0,0],[0.174,0.023],[0.074,-0.006],[0.098,0.011],[0.246,0],[0.614,-0.072],[0.294,0],[0.173,0],[0,0],[0.414,0],[0.369,-0.096],[0.172,-0.048],[0.148,-0.05],[0.126,-0.024],[0.226,-0.05],[0.075,0.007],[0.1,-0.013],[0.248,-0.027],[0.072,0.006],[0.099,-0.014],[0.172,-0.05],[0.127,-0.025],[0.196,0],[0.169,0.024],[-0.054,0.124],[-0.222,0.299],[-0.147,0.125],[-0.372,0.072],[-0.195,0],[0,0],[-0.124,0.073],[-0.148,0.098],[-0.169,0],[0,0],[-0.178,0],[-0.267,0.097],[-0.147,0.072],[-0.149,0.071],[-0.081,-0.016],[-0.052,0.009],[-0.145,0.028],[-0.12,0.028],[-0.065,-0.005],[-0.065,0.016],[-0.174,0.023],[-0.245,-0.021],[-0.197,0.01],[-0.196,0.024],[0,0],[0,0],[0.244,0],[0,0],[0.15,0.022],[0.489,0],[0.298,0],[0.367,0.1],[0.145,0.075],[0,0.196],[0,0.17],[0.147,0.026],[0.295,0],[0.072,-0.028],[0.195,0],[0,0],[0.319,0.121],[0.124,0.027],[0.345,0],[0,0],[0,0],[0,0],[0,0],[0.27,-0.072],[0.147,-0.097],[0,0],[0,0],[0,0],[-0.295,0.051],[-0.096,0.12],[-0.05,0.148],[0,0],[0.05,0.148],[0.174,0.123],[0.15,0.051],[0.345,0.027],[0,0],[0.345,0.029],[0.268,0.076],[0.145,0.029],[0.124,0],[0.343,0],[0.341,-0.024],[0.147,0],[0.343,0],[0,0],[0.32,0],[3.27,0]],\"o\":[[-0.063,0.012],[-0.068,-0.005],[-0.194,0.023],[-0.173,0.126],[-0.145,0.026],[0,0],[-0.198,0],[0,0],[-0.15,0],[-0.248,-0.021],[-0.247,0],[-0.541,0.076],[0.15,0.193],[0.073,0.148],[0,0.318],[-0.273,0.074],[-0.343,0],[-0.15,-0.05],[0,0],[-0.586,0],[-0.124,-0.048],[-0.417,-0.074],[-0.198,0],[-0.124,0.024],[-0.173,0.049],[-0.147,0.098],[-0.318,0.022],[0,0],[-0.193,0],[-0.246,-0.025],[-0.441,0],[-0.491,-0.037],[-0.11,0],[-0.071,0.013],[-0.031,0.005],[-0.035,-0.004],[-0.11,0.022],[-0.139,0.039],[-0.222,0.075],[0.088,0.185],[0.075,0.087],[0.073,0.027],[0.045,0.005],[0.043,-0.004],[0.195,0.034],[0.097,0.056],[0.075,0.06],[0.05,0.073],[0.048,0.136],[0.027,0.209],[0,0],[-0.05,-0.071],[-0.063,-0.05],[-0.03,-0.005],[-0.035,0.004],[-0.085,-0.024],[-0.099,-0.011],[-0.099,-0.034],[-0.029,-0.005],[-0.034,0.003],[-0.088,-0.025],[-0.086,-0.025],[-0.074,0],[-0.109,-0.013],[-0.162,0],[-0.146,0],[-0.083,0.038],[-0.022,0.072],[0,0.072],[0.025,0.156],[0.047,0.085],[0.088,0.075],[0.172,0.098],[0.147,0.06],[0.061,0.026],[0.075,0.024],[0.088,0.01],[0.161,0.011],[0,0],[0.097,0],[0.09,0.013],[0.071,0.05],[0.167,0.094],[0.061,0.059],[0.122,0.147],[0.051,0.083],[0.024,0.073],[0.013,0.077],[0.013,0.111],[0,0.148],[-0.075,0],[-0.174,0],[-0.087,-0.015],[-0.047,-0.004],[-0.039,0.004],[-0.125,-0.01],[-0.16,-0.062],[-0.072,-0.027],[-0.084,-0.02],[-0.088,-0.027],[-0.11,-0.049],[-0.06,-0.024],[-0.256,-0.1],[-0.136,-0.01],[-0.222,-0.052],[-0.062,-0.027],[-0.1,-0.052],[-0.059,-0.037],[-0.099,-0.064],[-0.097,-0.059],[-0.088,-0.048],[-0.085,-0.089],[-0.042,-0.011],[-0.041,0.006],[-0.071,-0.012],[-0.064,-0.014],[-0.099,-0.024],[0,0],[-0.099,0],[-0.174,-0.021],[-0.123,-0.037],[-0.219,-0.083],[-0.787,0],[0,0.111],[0.028,0.087],[0.135,0.186],[0.149,0.147],[0.036,0.005],[0.046,-0.007],[0,0],[0.086,0.039],[0.134,0.137],[0.072,0.052],[0.063,0.073],[0.073,0.087],[0.086,0.135],[0.026,0.062],[0.039,0.096],[0.062,0.147],[0,0],[0,0],[-0.097,0],[-0.099,-0.011],[-0.088,-0.036],[-0.097,-0.065],[-0.058,-0.047],[-0.063,-0.061],[-0.099,-0.077],[-0.098,-0.063],[-0.094,-0.061],[-0.183,-0.123],[-0.059,-0.037],[-0.072,-0.037],[-0.073,-0.052],[-0.148,-0.127],[-0.066,-0.016],[-0.063,-0.014],[-0.197,-0.014],[-0.089,-0.034],[-0.048,-0.071],[-0.048,-0.086],[-0.061,-0.038],[-0.109,-0.049],[-0.063,-0.011],[-0.159,-0.011],[0,0],[0,0],[0,0.173],[0.099,0.221],[0.046,0.11],[0,0.111],[-0.012,0.097],[0,0.071],[0,0],[-0.015,0.075],[-0.099,0.32],[-0.025,0.091],[-0.053,0.058],[-0.087,0.051],[-0.133,0],[-0.112,-0.05],[-0.147,-0.111],[-0.025,-0.061],[0,-0.169],[0.014,-0.084],[0.121,-0.173],[0.061,-0.075],[0.025,-0.069],[0,-0.072],[-0.024,-0.102],[-0.062,-0.094],[-0.053,-0.086],[0,0],[0,-0.075],[-0.027,-0.162],[-0.083,-0.062],[-0.097,-0.062],[-0.087,-0.047],[-0.071,-0.063],[-0.125,-0.051],[-0.137,0],[-0.077,0.01],[-0.138,0.038],[-0.072,0.011],[-0.187,0.071],[-0.099,0.06],[-0.074,0.036],[-0.073,0.028],[-0.028,0.005],[-0.035,-0.003],[-0.085,0.01],[-0.085,0.024],[-0.101,0.047],[-0.159,0.039],[-0.084,0],[0,0],[-0.101,0],[-0.085,0.026],[-0.075,0.021],[-0.148,0.037],[0,0],[-0.137,-0.012],[-0.429,0],[-0.099,0],[-0.059,0.024],[-0.099,0.037],[-0.027,0.062],[0.048,0.066],[0.061,0.025],[0.063,0.011],[0.084,0.006],[0.067,-0.002],[0.122,0.011],[0.096,0.038],[0.089,0.063],[0.038,0.062],[0.038,0.072],[0.049,0.088],[0.086,0.037],[0.159,0.064],[0.063,0.011],[0.07,0.005],[0.064,-0.003],[0.085,0],[0.1,0.05],[0.135,0.073],[0.073,0.024],[0.06,0.027],[0.146,0.085],[0,0],[0,0],[-0.09,0],[-0.059,-0.015],[-0.074,-0.028],[-0.185,-0.061],[-0.098,-0.05],[-0.087,-0.052],[-0.075,-0.051],[-0.076,-0.061],[-0.137,-0.027],[-0.084,0.007],[-0.1,0],[0,0],[-0.097,0],[-0.122,-0.039],[-0.149,-0.063],[-0.073,-0.013],[-0.208,-0.074],[-0.084,-0.062],[-0.072,-0.073],[-0.05,-0.059],[-0.072,-0.048],[-0.063,-0.023],[-0.332,0],[-0.073,0.013],[-0.087,0.027],[-0.086,0.038],[-0.088,0.038],[-0.087,0.038],[-0.174,0.083],[-0.062,0.009],[-0.111,0.063],[0,0.209],[0.049,0.086],[0.035,0.075],[0.024,0.074],[0,0],[0,0],[-0.172,0],[-0.099,-0.039],[-0.084,-0.061],[-0.074,-0.037],[-0.864,0],[-0.063,0.057],[-0.083,0.135],[-0.048,0.085],[-0.135,0.048],[-0.222,0.073],[-0.133,0.026],[-0.184,0.04],[0,0],[-0.157,0.157],[-0.073,0.036],[-0.06,0.013],[-0.132,0.026],[-0.137,0],[-0.098,0],[-0.098,0],[-0.101,0.013],[-0.085,0.048],[-0.074,0.038],[-0.063,0.028],[-0.027,0.059],[-0.073,0.051],[-0.032,0.015],[-0.033,-0.005],[-0.059,0.027],[-0.072,0.023],[-0.145,0.184],[-0.028,0.05],[-0.049,0.037],[-0.087,0.061],[0,0.151],[0,0],[0.16,0.037],[0.2,0.027],[0.072,0.048],[0.073,0.05],[0.062,0.022],[0.185,0.022],[0.281,0],[0.144,-0.016],[0.063,-0.022],[0.099,-0.05],[0.098,-0.062],[0.196,0],[0.022,0.134],[0,0.148],[0.01,0.074],[0.012,0.059],[0.023,0.072],[0,0],[0,0.416],[-0.072,0.075],[-0.086,0.064],[-0.231,0.038],[0,0],[-0.098,0],[-0.169,-0.013],[-0.145,0.013],[-0.107,0.042],[-0.09,0.033],[-0.123,0.04],[0,0],[-0.271,0],[-0.111,-0.011],[-0.073,-0.012],[-0.172,-0.011],[-0.244,0],[-0.173,0.033],[0,0.073],[0,0.1],[-0.038,0.182],[-0.075,0.037],[0,0],[-0.196,0],[-0.085,0.036],[-0.181,0.073],[-0.112,0],[-0.143,-0.013],[-0.172,-0.011],[-0.174,0],[-0.126,0.013],[-0.088,0.024],[-0.097,0.023],[-0.073,0.04],[-0.037,0.072],[-0.027,0.061],[-0.013,0.06],[-0.025,0.079],[-0.041,0.064],[0,0],[-0.062,0.065],[-0.076,0.137],[0.022,0.119],[0.099,0.145],[0.099,0.148],[0.125,0.096],[0.069,0.028],[0.06,-0.009],[0.126,0.026],[0.147,0],[0.293,0.072],[0.12,0.072],[0,0],[0,0],[0.063,0.027],[0.087,0.038],[0.134,0.075],[0.162,0.037],[0.113,0],[0,0],[0.131,0],[0.061,0],[0.171,-0.036],[0.097,-0.039],[0,0],[0.184,0],[0.16,-0.023],[0,0],[0.149,0.011],[0.056,0],[0,0],[0,0.173],[-0.037,0.059],[-0.073,0.039],[-0.149,0.061],[-0.097,0.059],[-0.062,0.014],[0,0],[-0.099,0],[-0.04,-0.006],[-0.042,0.004],[-0.087,-0.024],[-0.085,-0.027],[0,0],[-0.243,0],[-0.097,0.021],[-0.198,0.085],[0,0],[-0.098,0],[-0.111,0],[-0.212,-0.038],[-0.136,-0.013],[0,0],[-0.074,0],[-0.009,0.196],[0,0],[-0.087,0],[-0.085,0.063],[0,0.294],[0.097,0.072],[0.084,0.045],[0.118,0.019],[0.084,-0.007],[0.258,0.024],[0.185,0.085],[0.162,0.051],[0.235,0.085],[0,0],[-0.209,0],[-0.072,0.052],[-0.022,0.049],[0.074,0.061],[0.063,0.024],[0.137,0.048],[0.07,0.035],[0.075,0.077],[0.027,0.049],[0.036,0.06],[0.074,0.05],[0.076,0.025],[0.073,0.036],[0.186,0.084],[0.085,0.02],[0.098,0.051],[0.099,0.063],[0.221,0.074],[0,0],[0.097,0],[0.086,-0.012],[-0.038,-0.077],[-0.06,-0.098],[-0.061,-0.085],[0,-0.12],[0.063,-0.037],[0.185,-0.023],[0.285,0],[0.181,0.012],[0.077,0.019],[0.06,0.027],[0.074,0.012],[0.075,0],[0,0],[0,0],[0.102,0],[0.086,0.05],[0.17,0.073],[0.199,0],[0.088,-0.037],[0.063,-0.039],[0.071,-0.037],[0.061,-0.01],[0.049,-0.006],[0.085,0.001],[0.086,-0.036],[0.061,-0.034],[0.11,-0.073],[0.198,0],[0.169,0.087],[0.075,0.038],[0,0],[0.234,0],[0.074,0],[0.076,0.014],[0.257,0.071],[0.073,0.063],[0.073,0.046],[0.074,0.014],[0,0],[0.086,0],[0.063,0.008],[0.237,0.085],[0.076,0.037],[0.208,0.086],[0,0],[0.063,0],[0.086,0.013],[0.111,0.145],[0.069,0.049],[0.136,0.035],[0,0],[0.145,0.011],[0.084,0.024],[0.137,0.097],[0,0],[0,0.188],[0.05,0.073],[0.059,0.075],[0.063,0.009],[0.048,0.012],[0.05,-0.007],[0.098,0.023],[0.09,0.037],[0.099,0.05],[0.039,0.062],[0.09,0.137],[0.025,0.062],[0.038,0.062],[0.147,0.145],[0.074,0.085],[0.063,0.082],[0.051,0.073],[0.05,0.066],[0.087,0.12],[0.058,0.147],[0.038,0.072],[0.111,0.248],[0.049,0.071],[0.076,0.049],[0.097,0.087],[0,0],[0.011,0.111],[-0.039,0.112],[0,0.127],[0.148,0.22],[0,0],[0,0.124],[-0.072,0.134],[0,0.132],[0,0],[0,0],[-0.196,0],[-0.161,0.037],[-0.049,0.033],[0.049,0.27],[0,0.22],[0,0],[0,0],[0.097,0.119],[0.246,0.122],[0,0],[0.148,0],[0.149,0.029],[0,0],[0.025,-0.196],[0.025,-0.149],[0.294,0],[0.146,0],[0.149,0],[0.025,0.219],[0.025,0.12],[0.025,0.17],[0.097,0.172],[0.146,0.072],[0.123,0],[0.063,0.014],[0.066,-0.005],[0.149,0.027],[0.147,0.074],[0.148,0.098],[0.1,0.125],[0.073,0.099],[0,0],[0,0],[-0.198,0],[0,0],[-0.469,0],[-0.148,-0.052],[-0.097,-0.048],[-0.074,-0.044],[-0.055,0.011],[-0.27,-0.075],[-0.342,-0.021],[-0.469,0],[0.099,0.294],[0.074,0.148],[0.15,0.148],[0,0.174],[-0.295,0.024],[-0.172,0.049],[-0.198,0.149],[0,0.241],[0.228,0.166],[0.15,-0.019],[0.319,0.052],[0.445,0.296],[0.222,0],[0.269,-0.271],[0.491,-0.047],[0,0],[-0.441,0],[-0.056,-0.01],[-0.076,0.011],[-0.146,-0.048],[-0.069,-0.026],[-0.06,0.01],[-0.124,-0.024],[0,0],[0,0],[0.172,0],[0.169,0.074],[0.148,0.051],[0.124,0.029],[0.173,0.029],[0,0],[0.294,0],[0.219,0.1],[0,0],[-0.024,0.169],[-0.076,0.123],[-0.076,0.173],[0,0],[0,0.195],[0.12,0.173],[0.074,0.125],[0,0],[0,0],[-0.172,0],[-0.146,0.079],[-0.173,0.095],[-0.149,0.049],[0,0],[-0.174,0],[-0.175,-0.03],[0,0],[-0.221,-0.028],[-0.173,-0.05],[-0.197,0],[-0.152,0.051],[-0.123,0.047],[-0.124,0.05],[-0.198,0.124],[0,0],[0,0.196],[0.099,0.196],[0.122,0.047],[0.124,0.051],[0.169,0.073],[0.124,0.074],[0.175,0.225],[-0.271,0.051],[-0.192,0.098],[0,0.421],[0.17,0.289],[0.076,0.123],[0.124,0.149],[0.219,0],[0.17,-0.074],[0.123,-0.049],[0,0],[0.167,0],[0,0.145],[-0.048,0.122],[-0.054,0.054],[-0.066,-0.017],[-0.122,0.071],[-0.073,0.1],[-0.051,0.147],[-0.099,0.215],[0,0.223],[0.075,0.291],[0.096,0.147],[0.124,0.076],[0.146,0],[0.174,-0.07],[0.122,-0.097],[0.097,-0.124],[0.101,-0.05],[0.222,0],[0,0],[-0.147,0.121],[-0.126,0.074],[-0.146,0.073],[-0.147,0.075],[-0.073,0.176],[0,0.243],[0.075,0.146],[0.15,0.145],[0.345,0.42],[0.1,0.125],[0.072,0.122],[0.052,0.12],[0.101,0.323],[0.097,0.247],[0.146,0.344],[0.125,0.077],[0.102,0.121],[0.124,0.273],[0.075,0.169],[0.345,0.319],[0.37,0.121],[0.145,0.098],[0.123,0.048],[0,0],[0.172,0],[0.195,-0.05],[0,0],[0.147,0],[0.05,0.01],[0.084,-0.017],[0.097,0.074],[0.05,0.124],[0.099,0.219],[0.148,0.077],[0.132,0.013],[0.138,-0.01],[0.197,0.045],[0.075,0.121],[0.102,0.175],[0.273,0.049],[0.295,0],[0.172,-0.047],[0.147,-0.074],[0.145,-0.123],[0.072,-0.124],[0,0],[0,-0.615],[0.173,-0.294],[0.097,-0.128],[0.098,-0.195],[0,-0.217],[0,-0.148],[0,-0.149],[0,-0.296],[-0.072,-0.168],[-0.072,-0.121],[-0.024,-0.125],[0,-0.422],[0,0],[0.144,0],[0.295,-0.025],[0,-0.269],[0,-0.149],[0.1,-0.148],[0.123,-0.127],[0.069,-0.028],[0.06,0.008],[0.172,-0.051],[0,0],[0.146,-0.199],[0,-0.219],[-0.025,-0.148],[-0.051,-0.124],[-0.079,-0.123],[0,-0.242],[0.053,-0.025],[0.064,0.008],[0.266,-0.071],[0.142,-0.05],[0.147,-0.093],[0.074,-0.125],[0.027,-0.125],[0,-0.145],[0,0],[-0.025,-0.418],[0,-0.145],[0,0],[-0.024,0.467],[0,0.173],[0.319,-0.025],[0.146,0],[0.515,0],[0.126,-0.148],[0.149,-0.146],[0.149,-0.079],[0,0],[0.132,-0.011],[0.14,0.011],[0.149,-0.026],[0.125,-0.054],[0.074,-0.102],[0,0],[0.073,-0.175],[0.149,-0.099],[0.124,-0.072],[0.099,-0.101],[0.101,-0.12],[0.101,-0.077],[0.247,-0.225],[0.076,-0.122],[0.094,-0.075],[0.12,-0.073],[0.076,-0.097],[0.099,-0.143],[0.099,-0.096],[0.174,-0.098],[0.098,-0.442],[0.025,-0.036],[0.046,-0.017],[0.134,0],[0.038,0.013],[0.038,0.01],[0.031,0.009],[0.084,0.037],[0.035,0.018],[0.092,0.06],[0.038,0.035],[0.148,0.024],[0.297,0],[0.317,0.072],[0.343,0.172],[0.249,0],[0.17,0],[0.365,-0.126],[0.198,-0.146],[0.122,-0.148],[0.271,-0.199],[0.152,-0.026],[0.113,0.009],[0.121,0],[0.172,-0.03],[0.079,-0.011],[0.086,0.01],[0.15,-0.05],[0.148,-0.021],[0.056,-0.01],[0.075,0.01],[0.174,-0.049],[0.148,-0.074],[0.148,-0.097],[0.145,-0.172],[0.122,-0.196],[0.197,-0.271],[0,0],[0.343,0],[0.173,-0.099],[0.169,-0.149],[0.07,-0.126],[0,0],[-0.292,0.223],[-0.098,0.07],[-0.175,0.146],[0,0],[-0.341,-0.028],[-0.246,-0.195],[-0.12,-0.07],[0,0],[-0.663,0],[-0.123,-0.022],[-0.171,-0.048],[-0.143,-0.121],[-0.074,-0.147],[0,0],[0.27,-0.023],[0.211,-0.012],[0.197,0.011],[0.147,0],[0.32,-0.049],[0.346,-0.126],[0.124,0.049],[0.147,0.097],[0.196,0.321],[0.022,0.147],[0.074,0.148],[0.193,0.295],[0.221,0],[0.05,-0.098],[0.198,-0.268],[0.269,-0.05],[0.343,0],[0.173,0],[-0.052,-0.293],[-0.046,-0.342],[-0.073,-0.175],[-0.269,-0.2],[-0.294,-0.196],[-0.101,-0.272],[-0.048,-0.146],[-0.049,-0.121],[-0.048,-0.126],[-0.07,-0.121],[-0.245,-0.149],[-0.17,-0.071],[0.145,-0.122],[0.1,-0.05],[0.293,0.173],[0.125,0.075],[0.149,0.076],[0,0],[0.146,0],[0.145,0],[0.074,-0.592],[0,0],[0,-0.122],[0.025,-0.147],[0,-0.145],[-0.072,-0.12],[-0.269,-0.148],[-0.32,0],[-0.147,0.075],[-0.123,0.1],[0,0],[0.148,-0.224],[0.124,-0.073],[0.122,-0.072],[0.097,-0.074],[-0.295,-0.121],[-0.144,-0.047],[0,0],[0,0],[0,0],[0,0],[0.171,0],[0.123,-0.095],[0.273,-0.122],[0,0],[0.442,0.027],[0.246,0],[0.146,-0.072],[0.149,-0.146],[0,-0.244],[-0.124,-0.196],[-0.197,-0.171],[-0.218,0],[-0.151,0.025],[-0.121,0.024],[-0.147,0],[-0.174,-0.072],[-0.073,-0.145],[0,-0.249],[0.144,0],[0.147,0],[0.317,0.02],[0.319,0],[0.146,-0.025],[0,0],[0.174,-0.074],[0.175,0],[0,0],[0.244,0],[0.121,-0.024],[0.118,-0.05],[-0.273,-0.269],[-0.061,-0.011],[-0.068,0.007],[-0.198,-0.052],[-0.197,-0.149],[-0.021,-0.12],[0,-0.22],[0,-0.246],[0,-0.148],[0,-0.102],[0.643,0.022],[0,0],[0,-0.517],[-0.05,-0.122],[-0.024,-0.201],[-0.467,0],[-0.196,-0.021],[-0.125,-0.023],[-0.146,-0.048],[-0.147,-0.073],[-0.145,-0.096],[-0.098,-0.176],[0,-0.072],[0.074,-0.148],[0.145,-0.097],[0.071,-0.028],[0.058,0.008],[0.325,-0.077],[0.147,0],[0,0],[0.291,0],[0.172,0.022],[0.199,0.122],[0,0],[0.021,0.176],[-0.077,0.223],[0,0.615],[0,0],[0,0],[0.096,-0.149],[0.119,-0.145],[0,0],[0,-0.224],[-0.153,-0.197],[-0.221,0],[-0.147,0.027],[-0.246,0.048],[0,0],[-0.198,0],[-0.124,0],[0,0],[0.146,0],[0.146,0.025],[0,0],[0.322,0],[0.173,-0.047],[-0.097,-0.147],[-0.124,-0.148],[-0.137,-0.01],[-0.135,0.036],[-0.173,-0.029],[-0.119,-0.026],[-0.123,-0.022],[-0.246,-0.022],[-0.37,0],[0,0.267],[-0.029,0.176],[-0.051,-0.009],[-0.084,0.015],[-0.145,-0.12],[-0.073,-0.121],[0,-0.296],[0.053,-0.151],[0.075,-0.099],[0.123,-0.147],[0.05,-0.124],[0.021,-0.294],[0.021,-0.392],[0,0],[0,-0.393],[0.1,-0.126],[0.15,-0.099],[0.087,0.002],[0,0],[0.171,-0.026],[-0.024,-0.145],[-0.027,-0.222],[0,-0.247],[0.075,-0.148],[0.074,-0.126],[0.098,-0.144],[0.267,-0.196],[0.212,-0.035],[0.191,0.047],[0.123,-0.024],[0.122,-0.1],[0.05,-0.128],[0.072,-0.15],[0.097,-0.122],[0.145,-0.074],[0.122,-0.025],[0.124,0],[0.064,-0.011],[0.066,0.006],[0.173,-0.047],[0,0],[0,0],[0,0],[0.346,-0.073],[0.443,-0.171],[0.244,0],[0.198,0.07],[0.173,0.022],[0,0],[0.144,0],[0.145,0],[0.175,-0.028],[0.173,-0.051],[0.119,-0.098],[0.169,-0.198],[0.123,-0.102],[0.271,-0.1],[0,0],[0.615,0],[0.124,0],[0.12,-0.026],[0.196,-0.072],[0.098,-0.151],[0.074,-0.273],[0,-0.293],[-0.095,-0.096],[-0.292,-0.124],[-0.346,0],[-0.198,0.049],[-0.269,0.073],[-0.343,0],[-0.171,-0.046],[0,0],[-0.176,-0.048],[-0.344,0],[-0.089,0.013],[-0.079,-0.007],[-0.321,0.025],[-0.172,0.049],[-0.147,0.1],[-0.147,0.273],[-0.074,0.148],[-0.1,0.07],[-0.184,0.043],[-0.117,-0.011],[-0.319,0.025],[-0.318,0],[-0.172,-0.076],[-0.322,-0.22],[-0.245,0],[-0.318,0.148],[-0.097,0.127],[-0.124,0.101],[-0.121,0.022],[-0.166,0.011],[-0.14,-0.005],[-0.297,0.022],[-0.172,0.05],[-0.323,0.124],[-0.174,0.048],[-0.195,0.15],[-0.269,0.32],[-0.15,0.076],[-0.173,0],[0.097,-0.12],[0.124,-0.127],[0.099,-0.125],[0.096,-0.147],[0.147,-0.269],[0.049,-0.024],[0.07,0.012],[0.248,-0.097],[0,-0.149],[0,0],[0.15,-0.073],[0.126,-0.052],[0.148,-0.094],[0.075,-0.124],[0,-0.146],[-0.024,-0.148],[-0.099,-0.149],[-0.121,-0.072],[0,0],[-0.145,0],[-0.197,0.013],[-0.147,-0.007],[-0.149,0],[-0.495,0.023],[-0.199,0],[0,0.494],[0,0.147],[0,0.124],[-0.195,0],[-0.194,0],[-0.27,-0.022],[-0.273,0],[-0.318,0.072],[-0.124,0.052],[-0.172,0.048],[-0.071,0.031],[-0.057,-0.008],[0.023,-0.123],[0.049,-0.146],[0.049,-0.171],[0.15,-0.1],[0,0],[0.345,-0.027],[0.297,0],[0.175,-0.047],[0,0],[-0.151,-0.024],[-0.1,-0.012],[-0.074,0.006],[-0.24,-0.025],[-0.613,0],[-0.293,0.023],[-0.173,0],[0,0],[-0.415,0],[-0.396,0],[-0.173,0.028],[-0.15,0.027],[-0.123,0.021],[-0.219,0.075],[-0.084,0.013],[-0.078,-0.006],[-0.244,0.025],[-0.098,0.012],[-0.074,-0.007],[-0.195,0.025],[-0.12,0.024],[-0.168,0.048],[-0.176,0],[0.046,-0.123],[0.169,-0.343],[0.097,-0.145],[0.271,-0.22],[0.193,-0.024],[0,0],[0.174,0],[0.146,-0.1],[0.125,-0.074],[0,0],[0.174,0],[0.291,0],[0.15,-0.052],[0.146,-0.073],[0.071,-0.044],[0.055,0.01],[0.146,-0.05],[0.124,0],[0.06,-0.009],[0.071,0.007],[0.17,-0.021],[0.28,-0.059],[0.162,0.013],[0.193,0],[0,0],[0,0],[-0.221,0.075],[0,0],[-0.175,0],[-0.467,-0.122],[-0.297,0],[-0.391,0],[-0.152,-0.02],[0.073,-0.147],[0,-0.173],[-0.147,0],[-0.298,-0.051],[-0.1,0],[-0.172,0.076],[0,0],[-0.365,0],[-0.121,-0.051],[-0.32,-0.048],[0,0],[0,0],[0,0],[0,0],[-0.296,0],[-0.17,0.051],[0,0],[0,0],[0,0],[0.317,0],[0.171,-0.024],[0.097,-0.123],[0,0],[-0.021,-0.147],[-0.073,-0.199],[-0.124,-0.073],[-0.293,-0.122],[0,0],[-0.346,-0.021],[-0.294,0],[-0.149,-0.021],[-0.121,-0.021],[-0.321,-0.054],[-0.346,0],[-0.147,0],[-0.343,0.029],[0,0],[-0.322,-0.021],[-3.265,0],[-0.322,0]],\"v\":[[-88.283,-164.791],[-88.482,-164.791],[-88.677,-164.791],[-89.167,-164.498],[-89.561,-164.104],[-90.003,-164.104],[-90.447,-164.104],[-90.938,-164.202],[-91.426,-164.202],[-91.82,-164.302],[-92.461,-164.302],[-93.099,-164.302],[-94.378,-163.61],[-94.082,-162.924],[-93.884,-162.432],[-94.573,-161.943],[-95.361,-161.843],[-96.245,-162.038],[-96.664,-162.235],[-98.681,-162.235],[-99.98,-163.024],[-100.374,-163.122],[-101.454,-163.219],[-101.948,-163.219],[-102.339,-163.122],[-102.638,-162.726],[-103.126,-162.531],[-103.964,-162.531],[-104.307,-162.531],[-104.796,-162.531],[-105.388,-162.828],[-106.47,-162.531],[-107.969,-162.628],[-108.238,-162.628],[-108.435,-162.531],[-108.53,-162.531],[-108.633,-162.531],[-108.926,-162.432],[-109.319,-162.334],[-109.861,-162.088],[-109.616,-161.646],[-109.37,-161.45],[-109.174,-161.349],[-109.056,-161.349],[-108.926,-161.349],[-108.435,-161.104],[-108.191,-160.907],[-107.993,-160.711],[-107.844,-160.515],[-107.749,-160.123],[-107.749,-159.583],[-107.943,-159.731],[-108.09,-159.924],[-108.238,-160.123],[-108.332,-160.122],[-108.435,-160.123],[-108.68,-160.171],[-108.926,-160.221],[-109.174,-160.369],[-109.27,-160.369],[-109.37,-160.369],[-109.568,-160.515],[-109.811,-160.564],[-110.01,-160.614],[-110.301,-160.614],[-110.721,-160.666],[-111.091,-160.614],[-111.289,-160.465],[-111.384,-160.268],[-111.336,-160.07],[-111.138,-159.679],[-110.943,-159.484],[-110.697,-159.286],[-110.204,-159.091],[-109.811,-158.893],[-109.616,-158.844],[-109.418,-158.745],[-109.174,-158.697],[-108.73,-158.697],[-108.288,-158.697],[-108.044,-158.649],[-107.844,-158.5],[-107.647,-158.351],[-107.206,-158.055],[-107.059,-157.86],[-106.716,-157.468],[-106.566,-157.221],[-106.47,-157.028],[-106.47,-156.831],[-106.421,-156.534],[-106.566,-156.19],[-106.763,-156.24],[-107.206,-156.336],[-107.451,-156.435],[-107.57,-156.434],[-107.699,-156.435],[-107.993,-156.534],[-108.387,-156.729],[-108.583,-156.831],[-108.827,-156.877],[-109.073,-156.979],[-109.37,-157.123],[-109.568,-157.172],[-110.253,-157.42],[-110.598,-157.468],[-111.138,-157.713],[-111.336,-157.76],[-111.582,-157.959],[-111.776,-158.055],[-112.025,-158.257],[-112.318,-158.403],[-112.517,-158.597],[-112.762,-158.844],[-112.883,-158.844],[-113.008,-158.844],[-113.202,-158.942],[-113.4,-158.992],[-113.658,-159.091],[-114.568,-159.091],[-114.824,-159.042],[-115.268,-159.188],[-115.615,-159.286],[-116.214,-159.534],[-118.219,-159.508],[-118.219,-159.239],[-118.072,-159.042],[-117.676,-158.597],[-117.234,-158.304],[-117.132,-158.309],[-116.99,-158.304],[-116.792,-158.205],[-116.645,-158.01],[-116.25,-157.666],[-116.055,-157.519],[-115.906,-157.273],[-115.663,-157.075],[-115.466,-156.682],[-115.418,-156.482],[-115.268,-156.24],[-115.122,-155.834],[-115.122,-155.55],[-115.602,-155.55],[-115.858,-155.602],[-116.102,-155.653],[-116.301,-155.846],[-116.596,-155.994],[-116.693,-156.19],[-116.891,-156.286],[-117.186,-156.482],[-117.434,-156.682],[-117.727,-156.877],[-118.171,-157.221],[-118.367,-157.318],[-118.561,-157.468],[-118.758,-157.614],[-119.15,-157.906],[-119.346,-157.959],[-119.544,-157.959],[-120.035,-158.109],[-120.233,-158.257],[-120.332,-158.5],[-120.529,-158.697],[-120.724,-158.745],[-121.018,-158.893],[-121.215,-158.893],[-121.622,-158.942],[-122.345,-158.942],[-122.345,-158.612],[-122.198,-158.205],[-121.853,-157.614],[-121.757,-157.318],[-121.807,-157.028],[-121.807,-156.778],[-121.853,-156.583],[-121.853,-156.386],[-121.953,-156.19],[-122.247,-155.356],[-122.345,-155.107],[-122.444,-154.911],[-122.742,-154.86],[-123.082,-154.961],[-123.378,-155.107],[-123.721,-155.453],[-123.721,-155.653],[-123.674,-156.093],[-123.525,-156.286],[-123.182,-156.729],[-122.986,-156.93],[-122.888,-157.123],[-122.938,-157.318],[-123.132,-157.519],[-123.279,-157.812],[-123.479,-158.01],[-123.479,-158.205],[-123.426,-158.403],[-123.674,-158.794],[-123.919,-158.942],[-124.163,-159.141],[-124.41,-159.286],[-124.557,-159.484],[-124.901,-159.484],[-125.245,-159.484],[-125.443,-159.387],[-125.835,-159.286],[-126.033,-159.188],[-126.525,-158.942],[-126.77,-158.745],[-126.967,-158.649],[-127.167,-158.549],[-127.257,-158.55],[-127.361,-158.549],[-127.605,-158.45],[-127.85,-158.351],[-128.096,-158.205],[-128.54,-158.156],[-128.749,-158.205],[-129.904,-158.205],[-130.163,-158.156],[-130.406,-158.055],[-130.603,-157.959],[-131.009,-157.86],[-131.145,-157.86],[-131.49,-157.906],[-132.609,-157.872],[-132.866,-157.812],[-133.062,-157.76],[-133.259,-157.565],[-133.259,-157.372],[-133.161,-157.172],[-132.965,-157.123],[-132.764,-157.075],[-132.546,-157.075],[-132.324,-157.075],[-132.029,-156.979],[-131.784,-156.831],[-131.589,-156.635],[-131.49,-156.435],[-131.342,-156.24],[-131.193,-155.994],[-130.947,-155.945],[-130.555,-155.747],[-130.361,-155.747],[-130.173,-155.747],[-129.965,-155.747],[-129.77,-155.653],[-129.572,-155.453],[-129.177,-155.256],[-128.98,-155.159],[-128.786,-155.107],[-128.441,-154.768],[-128.589,-154.568],[-129.411,-154.568],[-129.621,-154.664],[-129.818,-154.715],[-130.014,-154.813],[-130.505,-154.961],[-130.751,-155.159],[-130.996,-155.305],[-131.193,-155.453],[-131.391,-155.653],[-131.757,-155.659],[-132.029,-155.653],[-132.275,-155.7],[-132.471,-155.7],[-132.719,-155.747],[-132.965,-155.994],[-133.408,-156.093],[-133.603,-156.19],[-134.145,-156.435],[-134.339,-156.635],[-134.538,-156.831],[-134.635,-157.028],[-134.833,-157.172],[-135.027,-157.172],[-135.865,-157.028],[-136.06,-156.93],[-136.306,-156.831],[-136.5,-156.682],[-136.749,-156.635],[-136.943,-156.482],[-137.436,-156.286],[-137.633,-156.24],[-137.831,-155.945],[-137.633,-155.453],[-137.436,-155.256],[-137.337,-155.059],[-137.266,-154.852],[-137.266,-153.24],[-138.507,-153.24],[-138.913,-153.386],[-139.158,-153.536],[-139.352,-153.734],[-139.562,-153.781],[-141.762,-153.827],[-141.961,-153.682],[-142.155,-153.289],[-142.352,-153.09],[-142.745,-152.994],[-143.337,-152.75],[-143.729,-152.702],[-144.122,-152.356],[-144.319,-152.157],[-144.76,-151.765],[-144.958,-151.617],[-145.156,-151.57],[-145.546,-151.57],[-145.893,-151.57],[-146.139,-151.523],[-146.383,-151.523],[-146.629,-151.373],[-146.875,-151.226],[-147.071,-151.08],[-147.265,-151.031],[-147.316,-150.784],[-147.513,-150.638],[-147.617,-150.636],[-147.712,-150.638],[-147.908,-150.584],[-148.007,-150.39],[-148.397,-149.9],[-148.448,-149.7],[-148.643,-149.653],[-148.842,-149.458],[-148.791,-149.063],[-148.397,-149.063],[-148.007,-148.966],[-147.513,-148.864],[-147.316,-148.719],[-147.17,-148.519],[-146.974,-148.519],[-146.456,-148.519],[-145.742,-148.519],[-145.352,-148.669],[-145.156,-148.719],[-144.958,-148.912],[-144.661,-149.063],[-144.366,-148.669],[-144.366,-148.278],[-144.366,-147.882],[-144.27,-147.684],[-144.219,-147.489],[-144.122,-147.281],[-144.122,-146.369],[-144.615,-145.425],[-144.81,-145.231],[-145.057,-145.081],[-145.697,-145.081],[-145.893,-145.081],[-146.139,-145.131],[-146.581,-145.131],[-146.974,-145.036],[-147.218,-144.833],[-147.463,-144.787],[-147.771,-144.637],[-148.68,-144.637],[-149.382,-144.736],[-149.676,-144.787],[-149.872,-144.885],[-150.317,-144.885],[-150.953,-144.833],[-151.396,-144.637],[-151.493,-144.344],[-151.493,-144.098],[-151.838,-143.703],[-152.049,-143.61],[-153.156,-143.61],[-153.611,-143.359],[-153.856,-143.262],[-154.393,-143.166],[-154.692,-143.166],[-155.084,-143.262],[-155.525,-143.262],[-155.967,-143.262],[-156.261,-143.166],[-156.511,-143.065],[-156.804,-143.02],[-156.999,-142.917],[-157.098,-142.721],[-157.098,-142.524],[-157.147,-142.333],[-157.244,-142.135],[-157.455,-142.036],[-158.523,-142.036],[-158.72,-141.887],[-158.867,-141.492],[-158.867,-141.099],[-158.574,-140.708],[-158.181,-140.411],[-157.984,-140.018],[-157.763,-140.01],[-157.592,-140.018],[-157.197,-140.018],[-156.804,-139.92],[-156.015,-139.624],[-155.819,-139.234],[-153.856,-139.234],[-153.068,-138.84],[-152.772,-138.788],[-152.578,-138.643],[-152.184,-138.394],[-151.742,-138.394],[-151.444,-138.346],[-151.101,-138.346],[-150.758,-138.346],[-150.561,-138.394],[-150.117,-138.591],[-149.86,-138.69],[-148.755,-138.69],[-148.3,-138.84],[-147.845,-138.887],[-147.662,-138.887],[-147.265,-138.84],[-147.118,-138.864],[-147.118,-138.065],[-147.316,-137.658],[-147.513,-137.562],[-147.759,-137.463],[-148.152,-137.265],[-148.35,-137.021],[-148.544,-137.021],[-148.743,-137.021],[-148.989,-137.117],[-149.104,-137.114],[-149.234,-137.117],[-149.431,-137.265],[-149.676,-137.317],[-150.095,-137.317],[-150.708,-137.265],[-150.953,-137.117],[-151.52,-137.021],[-151.791,-137.021],[-152.037,-137.068],[-152.33,-137.068],[-152.822,-137.265],[-153.156,-137.265],[-153.461,-137.265],[-153.66,-137.218],[-153.707,-136.727],[-154.874,-136.727],[-155.084,-136.627],[-155.28,-136.38],[-154.789,-135.789],[-154.542,-135.591],[-154.295,-135.448],[-153.986,-135.445],[-153.707,-135.448],[-153.068,-135.201],[-152.578,-135.005],[-152.134,-134.857],[-151.543,-134.562],[-151.347,-134.464],[-151.889,-134.416],[-152.085,-134.265],[-152.134,-134.068],[-151.987,-133.875],[-151.791,-133.825],[-151.396,-133.679],[-151.25,-133.481],[-151.053,-133.287],[-151.006,-133.088],[-150.805,-132.987],[-150.561,-132.89],[-150.366,-132.792],[-150.167,-132.692],[-149.676,-132.497],[-149.431,-132.4],[-149.187,-132.202],[-148.89,-132.055],[-148.3,-132.006],[-148.201,-132.006],[-147.956,-132.006],[-147.759,-132.151],[-147.858,-132.349],[-148.055,-132.596],[-148.249,-132.843],[-148.152,-133.136],[-147.956,-133.136],[-147.441,-133.136],[-146.726,-133.136],[-146.286,-132.937],[-146.087,-132.843],[-145.893,-132.792],[-145.684,-132.692],[-145.497,-132.742],[-145.497,-133.136],[-144.677,-133.136],[-144.465,-132.987],[-144.219,-132.843],[-143.706,-132.792],[-143.189,-132.843],[-143.042,-133.038],[-142.844,-133.136],[-142.646,-133.239],[-142.452,-133.287],[-142.305,-133.294],[-142.059,-133.333],[-141.909,-133.531],[-141.714,-133.628],[-141.419,-133.825],[-140.926,-133.679],[-140.535,-133.383],[-140.326,-133.287],[-139.747,-133.287],[-139.109,-133.239],[-138.913,-133.239],[-138.714,-133.136],[-138.074,-132.843],[-137.879,-132.643],[-137.633,-132.546],[-137.426,-132.497],[-136.072,-132.497],[-135.865,-132.447],[-135.671,-132.4],[-135.079,-132.055],[-134.88,-131.908],[-134.289,-131.859],[-134.095,-131.859],[-133.897,-131.859],[-133.749,-131.658],[-133.355,-131.268],[-133.161,-131.122],[-132.764,-131.071],[-132.568,-131.071],[-132.176,-130.974],[-131.982,-130.825],[-131.685,-130.471],[-131.685,-129.122],[-131.44,-128.713],[-131.293,-128.516],[-131.095,-128.317],[-130.898,-128.268],[-130.755,-128.268],[-130.603,-128.268],[-130.361,-128.122],[-130.113,-128.025],[-129.866,-127.876],[-129.77,-127.682],[-129.572,-127.289],[-129.522,-127.093],[-129.324,-126.99],[-129.03,-126.548],[-128.786,-126.349],[-128.641,-126.057],[-128.491,-125.863],[-128.294,-125.713],[-128.145,-125.319],[-127.951,-124.926],[-127.85,-124.733],[-127.507,-124.089],[-127.312,-123.942],[-126.917,-123.7],[-126.77,-123.38],[-126.77,-123.256],[-126.819,-122.964],[-126.967,-122.667],[-126.819,-122.371],[-126.426,-121.77],[-126.426,-120.762],[-126.624,-120.506],[-126.819,-120.132],[-126.77,-119.79],[-125.824,-119.79],[-125.824,-118.978],[-126.328,-118.978],[-126.72,-118.732],[-126.77,-118.536],[-126.525,-117.799],[-126.671,-117.212],[-127.409,-117.212],[-127.409,-116.421],[-127.115,-115.933],[-126.328,-115.736],[-125.936,-115.736],[-125.542,-115.639],[-125.126,-115.54],[-123.182,-115.54],[-123.182,-116.029],[-122.986,-116.375],[-122.198,-116.421],[-121.807,-116.325],[-121.413,-116.375],[-121.314,-115.833],[-121.314,-115.441],[-121.018,-115.05],[-120.625,-114.655],[-120.233,-114.36],[-119.839,-114.36],[-119.638,-114.359],[-119.448,-114.36],[-119.053,-114.163],[-118.661,-113.968],[-118.367,-113.576],[-117.97,-113.277],[-117.872,-112.884],[-117.97,-112.491],[-118.733,-112.491],[-119.249,-112.591],[-120.035,-112.591],[-121.215,-112.687],[-121.609,-112.884],[-121.706,-113.277],[-121.943,-113.29],[-122.099,-113.277],[-122.888,-113.377],[-123.77,-113.475],[-124.952,-113.178],[-124.658,-112.394],[-124.266,-112.098],[-123.868,-111.705],[-124.068,-111.313],[-124.853,-111.214],[-125.245,-110.92],[-125.641,-110.326],[-125.443,-109.738],[-124.74,-109.631],[-124.266,-109.642],[-123.479,-109.247],[-122.398,-108.361],[-122,-108.757],[-121.215,-109.346],[-119.986,-109.346],[-119.986,-110.721],[-121.116,-110.82],[-121.292,-110.814],[-121.512,-110.82],[-121.706,-111.214],[-121.926,-111.22],[-122.099,-111.214],[-122.495,-111.313],[-122.297,-111.705],[-121.535,-111.705],[-121.116,-111.605],[-120.724,-111.313],[-120.332,-111.117],[-119.939,-111.117],[-119.448,-111.016],[-118.661,-111.016],[-117.872,-110.92],[-117.482,-110.326],[-117.482,-110.131],[-117.872,-109.835],[-117.872,-109.443],[-118.267,-109.052],[-118.267,-108.853],[-117.97,-108.462],[-117.579,-108.069],[-117.379,-107.647],[-117.379,-106.494],[-118.439,-106.494],[-118.857,-106.594],[-119.249,-106.296],[-119.544,-105.903],[-119.986,-105.903],[-120.427,-105.903],[-120.82,-106.099],[-121.264,-105.954],[-121.264,-104.035],[-121.807,-104.134],[-122.297,-104.334],[-122.59,-103.941],[-122.986,-103.741],[-123.378,-103.645],[-123.77,-103.546],[-123.868,-102.908],[-123.868,-102.66],[-123.674,-102.169],[-123.378,-101.676],[-122.986,-101.579],[-122.59,-101.482],[-122.198,-101.185],[-121.807,-100.993],[-121.609,-100.204],[-122.398,-100.005],[-122.693,-99.419],[-122.198,-98.43],[-121.807,-97.648],[-121.609,-97.253],[-121.018,-97.152],[-120.427,-97.253],[-120.134,-97.648],[-119.741,-97.648],[-119.346,-97.648],[-118.954,-97.449],[-118.954,-97.058],[-119.053,-96.663],[-119.273,-96.65],[-119.448,-96.663],[-119.839,-96.469],[-119.839,-96.074],[-120.035,-95.678],[-120.427,-95.191],[-120.332,-94.597],[-120.035,-93.812],[-119.741,-93.421],[-119.346,-93.421],[-118.954,-93.421],[-118.561,-93.715],[-118.267,-94.108],[-118.072,-94.5],[-117.676,-94.597],[-117.087,-94.5],[-117.087,-92.926],[-117.379,-92.534],[-117.775,-92.437],[-118.171,-92.143],[-118.561,-91.849],[-118.661,-91.255],[-118.464,-90.667],[-118.072,-90.373],[-117.676,-89.98],[-116.792,-88.8],[-116.397,-88.503],[-116.203,-88.11],[-116.203,-87.72],[-115.711,-86.933],[-115.513,-86.144],[-114.728,-85.459],[-114.337,-85.259],[-114.04,-84.867],[-114.04,-84.08],[-113.745,-83.687],[-112.566,-83.294],[-111.776,-82.703],[-111.486,-82.309],[-111.091,-82.309],[-110.697,-82.309],[-110.301,-82.508],[-109.714,-82.605],[-109.516,-82.605],[-109.125,-82.508],[-108.956,-82.519],[-108.73,-82.508],[-108.633,-82.115],[-108.534,-81.718],[-108.044,-81.328],[-107.548,-81.132],[-107.184,-81.136],[-106.763,-81.132],[-106.371,-80.736],[-106.275,-80.346],[-105.882,-79.954],[-105.091,-79.954],[-104.307,-79.954],[-103.913,-80.245],[-103.52,-80.443],[-103.126,-80.736],[-103.126,-81.132],[-103.126,-81.525],[-102.832,-83.098],[-102.142,-83.783],[-101.948,-84.18],[-101.751,-84.768],[-101.85,-85.358],[-101.948,-85.751],[-101.85,-86.144],[-101.948,-86.933],[-102.339,-87.227],[-102.538,-87.619],[-102.638,-88.01],[-101.652,-88.503],[-101.257,-88.503],[-100.866,-88.602],[-100.081,-88.602],[-100.081,-89.29],[-100.081,-89.682],[-99.784,-90.074],[-99.392,-90.373],[-99.173,-90.378],[-98.997,-90.373],[-98.602,-90.667],[-98.602,-92.632],[-98.21,-93.126],[-98.309,-93.715],[-98.505,-94.108],[-98.602,-94.5],[-98.997,-94.7],[-98.801,-95.29],[-98.592,-95.294],[-98.406,-95.29],[-97.618,-95.384],[-97.227,-95.585],[-96.837,-95.877],[-96.837,-96.27],[-96.837,-96.663],[-96.737,-97.058],[-94.328,-97.058],[-94.378,-98.141],[-94.328,-98.533],[-92.953,-98.533],[-93,-97.352],[-92.953,-96.886],[-92.117,-96.957],[-91.749,-96.862],[-90.645,-97.648],[-90.249,-98.042],[-89.855,-98.43],[-89.464,-98.629],[-89.072,-98.629],[-88.71,-98.623],[-88.283,-98.629],[-87.889,-98.824],[-87.496,-98.923],[-87.496,-99.32],[-87.301,-99.708],[-86.906,-100.005],[-86.513,-100.302],[-86.12,-100.497],[-85.924,-100.894],[-85.628,-101.284],[-85.236,-101.38],[-84.745,-102.169],[-84.546,-102.56],[-84.151,-102.66],[-83.76,-102.857],[-83.76,-103.252],[-83.465,-103.645],[-83.072,-103.741],[-82.677,-104.134],[-82.677,-105.316],[-82.652,-105.389],[-82.503,-105.389],[-82.163,-105.339],[-82.064,-105.289],[-81.969,-105.24],[-81.865,-105.217],[-81.671,-105.068],[-81.572,-105.02],[-81.378,-104.802],[-81.251,-104.727],[-80.811,-104.626],[-80.023,-104.626],[-79.236,-104.134],[-78.206,-104.035],[-77.566,-104.035],[-77.172,-104.232],[-76.289,-104.727],[-75.796,-105.119],[-75.503,-105.609],[-74.714,-106.002],[-74.271,-106.009],[-73.927,-106.002],[-73.536,-106.099],[-73.046,-106.296],[-72.819,-106.29],[-72.552,-106.296],[-72.161,-106.494],[-71.768,-106.691],[-71.59,-106.684],[-71.374,-106.691],[-70.98,-106.987],[-70.586,-107.183],[-70.292,-107.577],[-69.896,-108.069],[-69.505,-108.658],[-68.693,-109.148],[-66.677,-109.148],[-65.868,-109.543],[-65.473,-109.936],[-64.982,-110.326],[-64.982,-110.721],[-65.378,-110.92],[-66.161,-110.326],[-66.259,-109.936],[-66.9,-109.835],[-67.147,-109.835],[-68.03,-110.131],[-68.523,-110.92],[-68.915,-110.92],[-69.309,-110.92],[-70.98,-111.117],[-71.374,-111.214],[-71.768,-111.51],[-72.161,-111.803],[-72.257,-112.27],[-72.257,-113.081],[-71.572,-113.178],[-71.033,-113.172],[-70.391,-113.178],[-69.997,-113.277],[-69.113,-113.475],[-68.424,-114.262],[-68.03,-114.163],[-67.734,-113.772],[-67.734,-112.787],[-67.538,-112.394],[-67.34,-112],[-66.456,-111.605],[-65.966,-111.902],[-65.868,-112.296],[-65.081,-112.787],[-64.296,-112.787],[-63.41,-112.787],[-63.016,-112.984],[-63.115,-113.772],[-63.508,-114.655],[-63.805,-115.144],[-64.589,-115.54],[-65.277,-116.226],[-65.277,-117.015],[-65.671,-117.212],[-65.771,-117.604],[-65.771,-117.998],[-66.161,-118.195],[-66.948,-118.491],[-67.34,-118.784],[-67.048,-119.177],[-66.654,-119.274],[-65.966,-118.585],[-65.771,-118.195],[-65.305,-118.195],[-64.883,-118.195],[-64.49,-118.29],[-64.099,-118.241],[-64,-119.766],[-64,-120.159],[-63.901,-120.552],[-63.707,-120.948],[-63.805,-121.341],[-64.198,-121.537],[-65.03,-121.732],[-65.868,-121.636],[-66.064,-121.24],[-66.482,-121.14],[-67.833,-121.14],[-67.443,-121.732],[-67.048,-121.832],[-66.654,-122.027],[-66.654,-122.419],[-67.443,-122.715],[-67.833,-122.914],[-67.538,-123.207],[-65.868,-123.207],[-65.868,-122.127],[-64.318,-122.127],[-63.901,-122.225],[-63.707,-122.617],[-62.868,-122.715],[-62.423,-122.715],[-61.348,-122.32],[-60.753,-122.522],[-60.46,-122.914],[-60.068,-123.307],[-60.361,-123.893],[-60.753,-124.386],[-61.348,-124.781],[-61.934,-124.682],[-62.329,-124.485],[-62.721,-124.386],[-63.115,-124.485],[-63.508,-124.781],[-63.707,-125.172],[-63.212,-125.566],[-62.82,-125.469],[-62.423,-125.368],[-61.591,-125.368],[-60.753,-125.368],[-60.361,-125.566],[-59.97,-125.761],[-59.677,-126.153],[-59.28,-125.96],[-58.641,-125.96],[-58.003,-125.96],[-57.607,-126.057],[-57.509,-126.452],[-58.297,-127.041],[-58.492,-127.041],[-58.689,-127.041],[-59.18,-127.337],[-59.677,-127.831],[-59.773,-128.221],[-59.724,-128.786],[-59.773,-129.401],[-59.677,-129.791],[-59.724,-130.039],[-58.1,-130.039],[-58.1,-131.195],[-58.887,-132.252],[-58.887,-132.643],[-58.986,-133.239],[-60.164,-133.239],[-60.656,-133.333],[-61.049,-133.432],[-61.444,-133.628],[-61.836,-133.825],[-62.132,-134.216],[-62.229,-134.808],[-62.229,-135.005],[-61.836,-135.201],[-61.542,-135.591],[-61.318,-135.599],[-61.151,-135.591],[-60.264,-135.69],[-59.871,-135.789],[-59.081,-135.789],[-58.297,-135.789],[-57.904,-135.494],[-57.509,-135.005],[-57.509,-134.808],[-57.706,-134.416],[-58.003,-133.825],[-57.509,-132.349],[-57.017,-132.546],[-57.017,-135.69],[-56.723,-136.086],[-56.335,-136.481],[-56.335,-136.675],[-56.624,-137.167],[-57.118,-137.658],[-57.706,-137.562],[-58.1,-137.364],[-58.764,-137.364],[-59.378,-137.364],[-59.871,-137.463],[-60.164,-137.412],[-60.164,-138.643],[-59.773,-138.739],[-59.378,-138.542],[-59.012,-138.542],[-58.199,-138.643],[-57.807,-138.937],[-58.1,-139.33],[-58.495,-139.722],[-58.872,-139.669],[-59.28,-139.624],[-59.677,-139.92],[-60.068,-140.018],[-60.46,-140.018],[-61.074,-140.214],[-62.031,-140.115],[-62.031,-139.432],[-62.229,-139.036],[-62.4,-139.023],[-62.626,-139.036],[-63.016,-139.33],[-63.016,-139.722],[-62.921,-140.507],[-62.721,-140.903],[-62.329,-141.002],[-62.031,-141.394],[-62.031,-141.789],[-62.031,-142.575],[-61.836,-143.657],[-60.656,-143.657],[-60.46,-144.637],[-60.164,-145.036],[-59.637,-145.127],[-59.378,-145.131],[-58.986,-145.131],[-58.592,-145.425],[-58.689,-145.818],[-58.79,-146.407],[-58.495,-146.997],[-58.199,-147.39],[-58.003,-147.786],[-57.607,-148.081],[-56.823,-148.473],[-56.253,-148.419],[-55.643,-148.374],[-55.249,-148.473],[-55.055,-148.864],[-54.956,-149.257],[-54.758,-149.653],[-54.365,-149.851],[-53.971,-150.045],[-53.579,-150.045],[-53.186,-150.144],[-52.983,-150.144],[-52.792,-150.144],[-52.499,-150.536],[-52.598,-151.002],[-56.23,-151.002],[-57.216,-151.226],[-56.335,-151.424],[-55.249,-152.111],[-54.661,-151.913],[-54.169,-151.617],[-53.723,-151.617],[-53.28,-151.617],[-52.888,-151.715],[-52.499,-151.715],[-52.007,-151.812],[-51.71,-152.208],[-51.414,-152.601],[-50.926,-153.09],[-50.63,-153.485],[-49.84,-153.585],[-49.451,-153.585],[-47.876,-153.682],[-47.482,-153.781],[-47.09,-153.878],[-46.697,-154.271],[-46.401,-154.664],[-46.302,-155.453],[-46.503,-156.24],[-46.895,-156.435],[-47.777,-156.534],[-48.663,-156.435],[-49.155,-156.141],[-49.941,-156.041],[-50.826,-156.24],[-51.318,-156.435],[-51.906,-156.635],[-52.4,-156.831],[-53.28,-156.635],[-53.533,-156.633],[-53.775,-156.635],[-54.661,-156.435],[-55.055,-156.141],[-55.448,-155.846],[-55.742,-155.059],[-55.939,-154.664],[-56.335,-154.568],[-56.831,-154.557],[-57.216,-154.568],[-58.052,-154.468],[-58.887,-154.568],[-59.18,-154.961],[-60.215,-155.059],[-60.855,-155.059],[-61.542,-154.374],[-61.74,-153.979],[-62.132,-153.781],[-62.525,-153.781],[-62.956,-153.781],[-63.41,-153.781],[-64.198,-153.585],[-64.589,-153.289],[-65.473,-153.09],[-65.868,-152.799],[-66.361,-152.406],[-66.948,-151.424],[-67.34,-151.226],[-67.734,-151.424],[-67.538,-151.812],[-67.147,-152.011],[-66.948,-152.406],[-66.654,-152.799],[-66.161,-153.585],[-65.977,-153.584],[-65.771,-153.585],[-65.13,-153.878],[-65.18,-154.271],[-65.18,-155.159],[-64.689,-155.55],[-64.296,-155.653],[-63.901,-155.945],[-63.901,-156.336],[-63.901,-156.729],[-64.099,-157.123],[-64.395,-157.519],[-64.783,-157.519],[-65.18,-157.519],[-65.574,-157.42],[-66.066,-157.419],[-66.556,-157.42],[-66.948,-157.318],[-68.225,-157.318],[-68.72,-157.494],[-68.72,-156.24],[-68.815,-155.846],[-68.72,-155.525],[-69.214,-155.356],[-69.701,-155.55],[-70.391,-155.55],[-71.078,-155.55],[-71.863,-155.159],[-72.257,-155.059],[-72.65,-154.768],[-72.878,-154.76],[-73.046,-154.768],[-72.947,-155.159],[-72.749,-155.55],[-72.552,-156.041],[-72.161,-156.336],[-71.768,-156.336],[-70.883,-156.336],[-70.096,-156.435],[-69.701,-156.729],[-69.799,-157.123],[-70.193,-157.318],[-70.441,-157.318],[-70.688,-157.318],[-71.324,-157.42],[-72.849,-157.123],[-73.633,-157.123],[-74.051,-157.028],[-76.757,-157.028],[-77.81,-157.221],[-78.844,-157.028],[-79.335,-156.93],[-79.728,-156.729],[-80.124,-156.635],[-80.714,-156.336],[-80.944,-156.336],[-81.204,-156.336],[-81.796,-156.141],[-82.038,-156.141],[-82.285,-156.141],[-82.779,-155.945],[-83.172,-155.846],[-83.661,-155.653],[-84.055,-155.846],[-83.954,-156.24],[-83.366,-157.028],[-83.072,-157.42],[-82.185,-157.812],[-81.671,-157.906],[-75.035,-157.906],[-74.617,-158.01],[-74.323,-158.403],[-73.908,-158.5],[-68.352,-158.5],[-67.928,-158.597],[-67.147,-158.597],[-66.753,-158.794],[-66.556,-159.188],[-66.323,-159.2],[-66.161,-159.188],[-65.771,-159.387],[-65.378,-159.387],[-65.189,-159.385],[-64.982,-159.387],[-64.589,-159.679],[-63.836,-159.695],[-63.309,-159.679],[-62.82,-159.776],[-62.82,-160.666],[-64,-160.762],[-64.589,-160.564],[-64.783,-160.564],[-65.18,-160.762],[-66.456,-160.96],[-67.246,-160.86],[-68.225,-160.96],[-68.62,-161.154],[-68.225,-161.45],[-68.424,-161.843],[-68.815,-161.843],[-69.555,-162.038],[-69.799,-162.038],[-70.214,-161.745],[-72.137,-161.745],[-72.947,-162.235],[-73.339,-162.334],[-74.223,-162.334],[-76.583,-162.334],[-77.172,-162.334],[-78.647,-162.334],[-79.432,-162.334],[-80.223,-162.235],[-80.613,-161.894],[-84.055,-161.894],[-83.954,-162.334],[-83.193,-162.334],[-82.382,-162.235],[-82.089,-162.628],[-81.892,-163.072],[-70.096,-163.072],[-70.096,-163.513],[-70.49,-163.906],[-70.883,-164.104],[-71.768,-164.302],[-72.257,-164.302],[-73.142,-164.401],[-73.927,-164.498],[-74.323,-164.697],[-74.714,-164.791],[-75.599,-164.791],[-76.484,-164.791],[-76.878,-164.697],[-77.763,-164.697],[-78.253,-164.697],[-79.068,-164.89],[-87.47,-164.937]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.392,0.1],[0.13,-0.046],[0.245,0.309],[0.688,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0.157,-0.468],[0,0],[0,0],[0,0],[0.589,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.199,-0.496],[0,0],[0.395,0.396],[0.488,0],[0,0],[0.292,0.398],[0.492,-0.096],[0,0],[0,0],[0.491,-0.098],[0,0],[0,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.395,0],[0,0],[-0.689,-0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.195,0.593],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.096],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.496,0.196],[0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,0],[0,-0.493],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0.788,0],[0,0],[0,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.787,-0.295],[-0.492,0],[-0.099,0.39],[0,0],[-0.391,0],[-0.393,0.195],[-0.593,0],[0,0],[-0.384,-0.084],[0,0],[0,0],[0,0],[-0.688,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.296,0.394],[0,0],[-0.986,0],[0,0],[0,0.489],[0,0],[0.494,0.393],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.395,0.097],[0,0],[0,0],[0,0],[0,0],[-0.392,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.493,0.101],[0,0],[0,0],[0,0],[0,0],[0.39,0],[0.394,0.29],[0.79,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.784,0],[0,0],[0,0],[-0.196,0.342],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.198,0.395],[0,0],[0,0],[0,0]],\"o\":[[-0.149,-0.037],[-0.218,0.077],[-0.395,-0.489],[-0.687,0],[-0.394,0],[-0.589,0.489],[-1.084,-1.081],[0,0],[0,0],[-0.294,0.883],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.886,-0.294],[-0.59,0.686],[0,0],[0,0],[0.591,0.591],[0,0],[0.195,0.486],[0,0],[-0.393,-0.388],[0,0],[0,0],[-0.297,-0.393],[-0.491,0.101],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,0],[0,0],[0.688,0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.196,-0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.494,-0.097],[0,0],[0,0],[0,0],[-0.883,0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.785,0.396],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.491,-0.196],[-0.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.49,-0.197],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.785,0],[0,0],[0,0],[-0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.786,0.296],[0.494,0],[0.096,-0.395],[0,0],[0.397,0],[0.393,-0.196],[0,0],[0.193,0.491],[1.376,0.293],[0,0],[0,0],[0,0],[0.688,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.293,-0.393],[0,0],[0,0],[0.59,0],[0,-0.492],[0,0],[-0.49,-0.398],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-0.099],[0,0],[0,0],[0,0],[0,0],[0.391,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,-0.097],[0,0],[0,0],[0,0],[0,0],[-0.394,0],[-0.392,-0.297],[-0.787,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.79,0],[0,0],[0,0],[0.392,-0.688],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.196,-0.394],[0,0],[-0.979,-0.494],[0,0]],\"v\":[[-156.114,-161.45],[-156.528,-161.394],[-157.197,-161.549],[-158.081,-162.334],[-159.361,-162.235],[-159.656,-161.154],[-161.522,-161.253],[-163.291,-162.334],[-165.16,-162.432],[-166.734,-162.432],[-166.538,-160.564],[-167.421,-160.564],[-168.6,-161.253],[-169.485,-161.646],[-171.256,-161.646],[-171.351,-160.86],[-172.926,-160.86],[-175.482,-161.054],[-177.35,-160.268],[-178.234,-159.091],[-175.976,-159.091],[-173.124,-158.01],[-172.434,-157.906],[-171.845,-156.729],[-173.812,-156.93],[-175.187,-157.812],[-177.35,-157.812],[-178.824,-158.304],[-179.809,-159.387],[-181.382,-159.188],[-182.564,-159.877],[-183.446,-159.877],[-184.431,-159.679],[-184.627,-158.794],[-184.627,-157.713],[-186,-157.713],[-187.674,-158.205],[-188.556,-158.205],[-189.442,-157.42],[-190.328,-157.028],[-191.312,-157.028],[-192.39,-157.028],[-192.588,-156.24],[-194.556,-156.336],[-194.656,-155.453],[-193.376,-155.256],[-192.685,-155.059],[-192.784,-153.878],[-191.212,-153.585],[-190.328,-152.503],[-188.656,-152.406],[-187.181,-151.913],[-185.511,-151.715],[-184.525,-152.896],[-183.936,-153.585],[-181.969,-153.781],[-183.248,-152.896],[-184.135,-151.715],[-183.936,-150.536],[-181.086,-150.638],[-178.728,-150.638],[-177.843,-151.812],[-175.976,-151.617],[-173.516,-151.617],[-172.04,-152.601],[-171.058,-153.485],[-170.863,-154.174],[-169.584,-154.174],[-167.815,-154.86],[-166.144,-154.664],[-167.323,-154.568],[-168.8,-153.781],[-170.468,-152.702],[-168.309,-152.799],[-167.323,-152.601],[-166.439,-152.503],[-167.028,-151.715],[-169.191,-151.715],[-170.959,-151.617],[-172.04,-151.226],[-173.027,-151.13],[-175.286,-150.536],[-176.464,-150.536],[-177.644,-150.341],[-177.644,-149.356],[-176.367,-149.161],[-175.482,-148.573],[-174.99,-147.589],[-172.336,-147.193],[-173.516,-146.997],[-175.09,-147.096],[-176.96,-148.278],[-179.513,-149.653],[-181.481,-149.752],[-184.431,-150.045],[-184.627,-148.966],[-183.543,-148.081],[-182.07,-146.903],[-179.513,-145.327],[-177.843,-144.637],[-175.187,-144.44],[-175.876,-143.755],[-176.858,-143.359],[-176.858,-142.183],[-179.317,-143.852],[-180.99,-144.148],[-183.052,-143.951],[-184.525,-143.657],[-186,-142.966],[-186,-141.887],[-185.906,-141.099],[-184.431,-140.804],[-182.266,-140.804],[-180.496,-141.002],[-182.167,-140.115],[-181.676,-139.036],[-180.202,-138.84],[-179.121,-139.132],[-177.057,-140.507],[-177.644,-139.234],[-179.218,-138.15],[-180.99,-138.051],[-183.739,-138.937],[-185.807,-139.92],[-188.068,-139.821],[-187.577,-138.739],[-187.28,-137.167],[-189.148,-136.872],[-189.935,-135.789],[-188.556,-134.317],[-186.788,-133.628],[-184.922,-134.216],[-184.232,-134.317],[-182.463,-133.921],[-181.086,-133.921],[-179.809,-134.611],[-178.631,-134.02],[-177.154,-134.02],[-176.464,-134.317],[-174.892,-134.317],[-174.99,-133.136],[-172.926,-133.239],[-171.747,-133.239],[-170.175,-133.825],[-169.388,-134.317],[-168.208,-135.398],[-168.6,-136.481],[-170.175,-135.789],[-170.665,-137.265],[-168.995,-137.562],[-168.503,-138.937],[-169.09,-140.214],[-167.914,-140.214],[-165.75,-140.115],[-164.864,-140.314],[-164.764,-141.593],[-165.651,-142.771],[-163.982,-142.771],[-162.898,-142.966],[-163.786,-144.244],[-165.358,-144.637],[-166.931,-144.935],[-168.208,-144.244],[-169.191,-143.657],[-169.584,-144.637],[-168.009,-145.036],[-167.914,-145.719],[-166.734,-146.308],[-165.259,-146.308],[-164.571,-145.523],[-162.606,-145.231],[-161.326,-145.523],[-159.853,-146.508],[-161.622,-147.786],[-159.656,-147.882],[-158.867,-146.997],[-157.294,-147.096],[-155.43,-147.684],[-156.214,-149.063],[-157.491,-149.554],[-155.232,-149.554],[-153.856,-149.554],[-153.068,-150.437],[-151.396,-150.934],[-149.727,-152.011],[-147.562,-152.702],[-145.792,-153.979],[-144.023,-154.078],[-143.042,-154.664],[-143.826,-155.653],[-145.103,-155.159],[-147.17,-154.664],[-148.055,-155.059],[-150.512,-154.961],[-150.117,-155.846],[-148.249,-156.24],[-146.087,-156.24],[-143.924,-156.24],[-141.862,-156.729],[-139.893,-157.318],[-137.732,-157.42],[-137.141,-158.5],[-137.536,-159.877],[-139.206,-159.484],[-140.682,-159.679],[-141.072,-160.666],[-143.042,-161.646],[-144.516,-161.253],[-146.581,-161.253],[-148.842,-160.666],[-148.743,-161.549],[-150.414,-161.646],[-151.889,-161.549],[-152.38,-162.235],[-153.856,-162.334],[-155.819,-162.828]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.009],[0.172,-0.022],[0.119,0],[0,0],[0.127,0],[0.146,-0.077],[0.02,-0.175],[0,-0.146],[0,-0.151],[0,-0.196],[0.344,0.024],[0.145,0],[0,0],[0,0],[0.07,0.011],[0.085,-0.043],[0,-0.198],[0.025,-0.123],[0,-0.171],[0,-0.173],[0,0],[0.61,-0.048],[0.173,-0.022],[0.124,-0.021],[0.152,-0.024],[0.069,0.007],[0.06,-0.012],[0.149,-0.072],[0.148,-0.147],[0,0],[0,0],[-0.049,0.148],[-0.074,0.124],[-0.122,0.072],[-0.16,-0.032],[-0.112,0.02],[-0.125,0.027],[-0.174,0.055],[-0.134,-0.016],[-0.129,0.027],[-0.17,0.029],[-0.118,0],[-0.27,0.099],[-0.124,0.05],[-0.172,0],[-0.301,-0.072],[-0.122,-0.024],[-0.195,0],[0,0],[0.023,0.121],[0,0.319],[-0.343,0],[-0.2,-0.097],[-0.099,-0.07],[-0.123,-0.125],[-0.416,0],[-0.414,0.024],[0,0.198],[0,0.146],[0,0],[0.343,-0.027],[0.148,0],[0.293,0],[0.147,0.024],[-0.171,0.199],[-0.176,0.175],[-0.148,0.196],[0,0],[0.083,0]],\"o\":[[-0.197,0.024],[-0.122,0],[0,0],[-0.122,0],[-0.17,0.024],[-0.15,0.072],[-0.027,0.124],[0,0.147],[0,0.195],[-0.345,0],[-0.147,0],[0,0],[0,0],[-0.072,0.011],[-0.098,-0.015],[-0.147,0.07],[0,0.146],[-0.05,0.148],[0,0.173],[0,0],[-0.614,0.078],[-0.198,0],[-0.125,0.027],[-0.145,0.028],[-0.061,0.014],[-0.066,-0.006],[-0.147,0.028],[-0.194,0.102],[0,0],[0,0],[0.099,-0.099],[0.05,-0.122],[0.075,-0.125],[0.131,-0.087],[0.114,0.022],[0.12,-0.025],[0.172,-0.047],[0.138,-0.035],[0.124,0.015],[0.175,-0.02],[0.123,-0.021],[0.275,-0.021],[0.12,-0.022],[0.148,-0.071],[0.323,0],[0.12,0.028],[0.178,0.05],[0,0],[-0.022,-0.148],[-0.075,-0.296],[0,-0.345],[0.244,0],[0.12,0.049],[0.122,0.078],[0.293,0.294],[0.419,0],[0,-0.196],[0,-0.146],[0,0],[-0.344,0],[-0.149,0],[-0.291,0.024],[-0.148,0],[0.147,-0.223],[0.148,-0.172],[0.169,-0.169],[0,0],[-0.098,0],[-0.042,0]],\"v\":[[87.005,-155.256],[86.514,-155.159],[86.125,-155.059],[85.725,-155.059],[85.333,-154.961],[84.844,-154.86],[84.451,-154.568],[84.451,-154.174],[84.548,-153.781],[84.451,-153.289],[83.565,-153.289],[83.172,-153.386],[82.678,-153.386],[82.286,-153.386],[82.074,-153.398],[81.796,-153.386],[81.504,-152.994],[81.599,-152.601],[81.203,-152.406],[81.402,-152.011],[81.402,-151.325],[79.831,-151.226],[79.337,-151.13],[78.941,-151.031],[78.548,-150.833],[78.349,-150.833],[78.156,-150.833],[77.763,-150.638],[77.37,-150.244],[76.98,-149.851],[77.37,-149.554],[77.763,-149.752],[77.763,-150.144],[77.96,-150.536],[78.406,-150.56],[78.749,-150.536],[79.141,-150.638],[79.536,-150.934],[79.943,-150.937],[80.32,-150.934],[80.712,-151.226],[81.103,-151.226],[81.893,-151.325],[82.286,-151.424],[82.48,-151.812],[83.272,-151.523],[83.661,-151.424],[84.178,-151.325],[84.941,-151.325],[84.941,-151.715],[84.645,-152.503],[85.432,-152.994],[86.023,-152.799],[86.415,-152.702],[86.611,-152.305],[87.618,-151.913],[88.674,-152.011],[88.773,-152.503],[88.674,-152.896],[88.674,-153.386],[87.793,-153.386],[87.397,-153.289],[86.611,-153.289],[86.22,-153.386],[86.611,-153.979],[87.105,-154.374],[87.497,-154.86],[87.397,-155.256],[87.139,-155.268]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.098,-0.586],[0,0],[-0.099,-0.492],[0,0],[0,0],[0,0],[-0.492,-0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.39],[-0.488,-0.195],[0,0],[0,0],[0,0],[0.884,0.394],[0,0],[0,0],[0,0],[0.395,0.102],[0,0.392],[0.394,0.196],[0.883,0.29],[0,0],[0,0],[0.394,0.093],[0,0]],\"o\":[[0,0],[0.589,0],[0.095,0.49],[0,0],[0,0],[0,0],[0.491,0.199],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,0],[0,0],[0,0],[0,0],[0,-0.392],[0.494,0.197],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.39,-0.095],[0,-0.396],[-0.392,-0.197],[-0.886,-0.299],[0,0],[0,0],[-0.392,-0.101],[0,0]],\"v\":[[-199.274,-154.078],[-197.801,-154.078],[-197.307,-153.386],[-198.484,-153.09],[-200.355,-153.09],[-201.14,-152.799],[-199.863,-152.011],[-199.766,-151.13],[-201.338,-151.226],[-202.42,-151.031],[-202.126,-149.752],[-203.11,-149.161],[-203.11,-147.982],[-201.832,-147.882],[-201.832,-146.607],[-200.257,-145.818],[-198.879,-146.011],[-197.503,-146.407],[-195.638,-146.508],[-194.753,-145.523],[-196.424,-145.036],[-198.094,-145.036],[-199.274,-144.44],[-197.604,-143.557],[-196.717,-142.183],[-193.866,-141.593],[-191.705,-141.887],[-189.735,-141.394],[-189.05,-142.183],[-188.165,-142.183],[-187.97,-143.166],[-187.773,-144.244],[-186.298,-143.657],[-185.807,-144.44],[-184.037,-144.344],[-182.758,-145.231],[-182.758,-146.703],[-184.724,-147.291],[-186,-147.684],[-186.592,-148.669],[-186.592,-149.458],[-187.773,-150.144],[-188.758,-149.458],[-189.442,-150.437],[-190.426,-151.325],[-192.49,-151.812],[-193.573,-152.799],[-194.556,-153.682],[-196.228,-154.86],[-197.307,-154.961]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.244,0],[0.17,0.048],[0.123,0.024],[0,0],[0,0],[-0.172,-0.074],[-0.145,-0.07],[-0.2,0],[0,0],[-0.194,0.122],[-0.023,0.15],[0,0.15],[0.027,0.148],[0.075,0.122],[0.248,0]],\"o\":[[-0.196,0],[-0.128,-0.025],[0,0],[0,0],[0.197,0.022],[0.172,0.073],[0.149,0.078],[0,0],[0.246,0],[0.124,-0.073],[0.028,-0.122],[0,-0.17],[-0.023,-0.124],[-0.123,-0.195],[-0.243,0]],\"v\":[[148.352,-153.979],[147.863,-154.174],[147.464,-154.271],[147.17,-153.878],[147.17,-153.09],[147.662,-152.994],[148.055,-152.702],[148.451,-152.406],[148.646,-152.406],[149.235,-152.601],[149.628,-152.799],[149.727,-153.192],[149.53,-153.585],[149.53,-153.979],[148.941,-154.271]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":5,\"ty\":\"sh\",\"ix\":6,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.274,-0.124],[0.121,-0.049],[0.171,-0.073],[0.165,0],[0.14,-0.033],[0.149,-0.05],[0.297,-0.023],[0.348,0],[0.152,0],[0.028,-0.296],[0.075,-0.148],[0.195,-0.047],[0.133,0.012],[0.131,-0.022],[0.149,-0.051],[0.171,-0.072],[0.07,-0.098],[-0.123,-0.074],[-0.241,0],[-0.295,0],[0,0],[-0.148,-0.121],[-0.169,-0.097],[-0.149,0],[-0.098,-0.046],[-0.146,-0.05],[-0.225,0],[-0.196,0.026],[-0.151,0.072],[-0.197,0.049],[-0.125,0],[-0.116,-0.009],[-0.149,0.027],[-0.125,0.049],[-0.171,0.051],[-0.294,0],[-0.611,0.049],[0,0.197],[-0.146,0.25],[-0.15,0.123],[-0.069,-0.018],[-0.063,0.038],[-0.148,0.101],[-0.123,0.076],[0.123,0.073],[0.024,0.025],[0,0],[0.248,0.296],[0.124,0.071],[0.083,-0.016],[0.048,0.009],[0.174,0]],\"o\":[[-0.121,0.048],[-0.147,0.075],[-0.166,0.07],[-0.127,-0.001],[-0.147,0.022],[-0.292,0.097],[-0.315,0.049],[-0.146,0],[0,0.296],[0,0.172],[-0.098,0.196],[-0.14,0.029],[-0.125,-0.013],[-0.147,0.028],[-0.171,0.075],[-0.125,0.054],[0.07,0.149],[0.2,0.15],[0.302,0],[0,0],[0.221,0.029],[0.127,0.102],[0.121,0.052],[0.12,0],[0.147,0.078],[0.195,0.054],[0.22,0],[0.175,-0.022],[0.173,-0.103],[0.126,-0.026],[0.12,-0.012],[0.142,0.01],[0.123,-0.026],[0.171,-0.075],[0.269,-0.099],[0.614,0],[0.026,-0.195],[0.029,-0.297],[0.075,-0.145],[0.05,-0.035],[0.071,0.018],[0.146,-0.094],[0.123,-0.074],[-0.151,-0.073],[-0.025,0],[0,0],[0,-0.394],[-0.098,-0.124],[-0.058,-0.045],[-0.058,0.011],[-0.148,-0.026],[-0.319,0]],\"v\":[[156.999,-153.682],[156.61,-153.585],[156.314,-153.192],[155.826,-153.122],[155.428,-153.09],[155.035,-152.896],[154.246,-152.601],[153.365,-152.601],[152.97,-152.503],[152.97,-151.715],[152.774,-151.325],[152.383,-150.934],[151.978,-150.932],[151.595,-150.934],[151.199,-150.734],[150.712,-150.638],[150.615,-150.244],[150.808,-149.851],[151.394,-149.653],[152.184,-149.851],[152.383,-149.851],[152.774,-149.458],[153.069,-149.063],[153.465,-148.966],[153.758,-148.769],[154.152,-148.573],[154.743,-148.573],[155.331,-148.573],[155.723,-148.864],[156.116,-149.257],[156.512,-149.257],[156.863,-149.252],[157.296,-149.257],[157.691,-149.356],[157.986,-149.752],[158.772,-149.752],[160.344,-149.851],[160.441,-150.341],[160.54,-151.13],[160.837,-151.523],[161.022,-151.521],[161.23,-151.523],[161.525,-151.913],[161.92,-152.111],[161.525,-152.305],[161.525,-152.406],[158.969,-152.406],[158.772,-153.386],[158.576,-153.781],[158.35,-153.792],[158.184,-153.781],[157.788,-153.979]],\"c\":true},\"ix\":2},\"nm\":\"Path 6\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":6,\"ty\":\"sh\",\"ix\":7,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.067,-0.017],[0.123,-0.049],[0.124,-0.048],[0.124,0],[0.184,0.018],[0.221,-0.036],[0.122,-0.027],[0.174,-0.073],[0.2,0],[0.173,0.053],[0,0],[-0.321,-0.196],[-0.148,-0.074],[-0.394,0],[-0.194,0.05],[-0.147,0.078],[-0.121,0.099],[-0.099,0.12],[-0.145,0.098],[-0.121,0.049],[-0.147,0.049],[-0.149,0.049],[-0.264,0.048],[0,0],[0.144,0.022],[0,0],[0.147,0],[0.217,0],[0.126,0]],\"o\":[[-0.121,0.025],[-0.121,0.05],[-0.124,0.05],[-0.222,0.038],[-0.184,-0.019],[-0.124,0.027],[-0.175,0.048],[-0.171,0.075],[-0.195,0],[0,0],[0.273,0.27],[0.148,0.094],[0.319,0.196],[0.219,0],[0.148,-0.048],[0.147,-0.074],[0.123,-0.094],[0.097,-0.122],[0.101,-0.075],[0.148,-0.074],[0.145,-0.048],[0.269,-0.097],[0,0],[-0.147,-0.051],[0,0],[-0.121,0],[-0.221,-0.027],[-0.149,0],[-0.062,0]],\"v\":[[99.096,-153.682],[98.702,-153.585],[98.605,-153.192],[98.214,-153.192],[97.622,-153.192],[97.034,-153.192],[96.642,-153.09],[96.243,-152.799],[95.852,-152.503],[95.359,-152.702],[95.557,-152.305],[96.346,-151.617],[96.74,-151.325],[97.721,-151.031],[98.309,-151.13],[98.702,-151.325],[99.096,-151.523],[99.297,-151.913],[99.587,-152.305],[99.98,-152.406],[100.375,-152.601],[100.77,-152.799],[101.553,-152.994],[101.454,-153.386],[101.065,-153.585],[100.669,-153.585],[100.277,-153.682],[99.689,-153.682],[99.289,-153.705]],\"c\":true},\"ix\":2},\"nm\":\"Path 7\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":7,\"ty\":\"sh\",\"ix\":8,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.101,-0.05],[0.121,-0.102],[0.198,-0.097],[0.125,-0.048],[0.145,-0.048],[0,0],[0.024,-0.125],[0.075,-0.098],[0.122,-0.078],[0.245,-0.197],[0.071,-0.117],[0,0],[-0.167,-0.076],[-0.221,0],[0,0],[-0.169,0.054],[-0.222,0],[0,0],[-0.197,0],[-0.561,0.023],[-0.147,0.027],[0.102,0.175],[0.051,0.175],[0.051,0.12],[0.074,0.322],[0,0.293],[0,0]],\"o\":[[-0.144,0.099],[-0.147,0.12],[-0.123,0.053],[-0.148,0.073],[0,0],[0,0.15],[-0.022,0.121],[-0.071,0.101],[-0.268,0.172],[-0.125,0.099],[0,0],[0.145,0.075],[0.198,0.096],[0,0],[0.196,-0.024],[0.199,-0.072],[0,0],[0.196,0],[0.566,0.048],[0.173,0],[-0.122,-0.148],[-0.074,-0.145],[-0.024,-0.118],[-0.124,-0.294],[-0.072,-0.268],[0,0],[-0.122,0.05]],\"v\":[[92.508,-153.485],[92.217,-153.09],[91.823,-152.702],[91.427,-152.601],[91.039,-152.406],[90.544,-152.702],[90.544,-152.305],[90.544,-151.913],[90.152,-151.812],[89.365,-151.325],[89.169,-150.934],[89.561,-150.734],[89.954,-150.437],[90.544,-150.341],[90.742,-150.341],[91.133,-150.638],[91.723,-150.638],[92.311,-150.638],[92.806,-150.536],[94.279,-150.536],[94.674,-150.685],[94.279,-151.13],[93.984,-151.523],[93.984,-151.913],[93.493,-152.702],[93.493,-153.485],[92.902,-153.585]],\"c\":true},\"ix\":2},\"nm\":\"Path 8\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":8,\"ty\":\"sh\",\"ix\":9,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.147,0],[0.217,-0.17],[0.073,-0.122],[0.123,-0.146],[0.194,-0.073],[0.465,0],[0.269,-0.053],[0.145,-0.049],[0.15,-0.031],[0,0],[0.199,0.05],[0.123,0.024],[0.176,0.05],[0.101,-0.175],[0.124,-0.022],[0.169,0],[0.171,0.05],[0.124,0.028],[0.322,0],[0,0],[-0.147,-0.296],[-0.419,0],[-0.296,0.099],[-0.122,0.027],[-0.172,0.049],[-0.148,0.028],[-0.314,0],[-0.291,-0.021],[-0.146,0],[-0.148,0],[0,0],[0.197,-0.025],[0.342,0],[0,0],[-0.096,-0.128],[-0.199,-0.1],[0,0],[-0.467,0],[-0.271,0.099],[-0.097,0.147],[-0.027,0.247],[0.023,0.293],[0,0],[-0.445,0],[-0.167,0],[0,0],[-0.223,0.099],[-0.149,0.099],[-0.125,0.095],[0,0.17],[0,0],[0.416,0],[0,0],[0.172,0]],\"o\":[[-0.295,0],[-0.099,0.075],[-0.099,0.15],[-0.121,0.147],[-0.418,0.15],[-0.297,0],[-0.148,0.023],[-0.149,0.05],[0,0],[-0.219,0],[-0.121,-0.026],[-0.17,-0.049],[-0.099,0.172],[-0.072,0.121],[-0.146,0.051],[-0.199,0],[-0.123,-0.024],[-0.295,-0.072],[0,0],[0.024,0.342],[0.171,0.369],[0.32,0],[0.124,-0.025],[0.172,-0.047],[0.149,-0.046],[0.294,-0.049],[0.295,0],[0.149,0],[0.151,0],[0,0],[-0.147,0.147],[-0.32,0.052],[0,0],[0,0.17],[0.147,0.172],[0,0],[0.415,0.196],[0.295,0],[0.172,-0.072],[0.151,-0.199],[0.024,-0.291],[0,0],[0.441,-0.024],[0.169,0],[0,0],[0.273,0],[0.174,-0.073],[0.12,-0.102],[0.12,-0.1],[0,0],[-0.416,-0.098],[0,0],[-0.149,-0.024],[-0.151,0]],\"v\":[[72.456,-153.289],[71.671,-153.192],[71.671,-152.799],[71.276,-152.503],[70.883,-152.111],[69.507,-152.208],[68.72,-152.208],[68.329,-152.011],[67.932,-151.812],[67.734,-151.812],[67.145,-151.913],[66.753,-152.011],[66.262,-152.208],[65.965,-151.715],[65.868,-151.325],[65.475,-151.13],[65.083,-151.424],[64.69,-151.523],[63.876,-151.715],[63.116,-151.715],[63.215,-150.833],[64.1,-150.244],[64.885,-150.536],[65.277,-150.638],[65.768,-150.833],[66.163,-151.031],[66.971,-151.13],[67.734,-151.031],[68.126,-150.934],[68.526,-151.031],[68.621,-150.437],[68.23,-150.045],[67.344,-150.045],[67.344,-149.234],[67.539,-148.864],[68.03,-148.473],[68.427,-148.278],[69.556,-147.882],[70.293,-148.081],[70.682,-148.374],[70.98,-148.966],[70.883,-149.752],[70.883,-150.144],[72.039,-150.244],[72.456,-150.144],[72.676,-150.144],[73.341,-150.244],[73.733,-150.536],[74.126,-150.734],[74.323,-151.151],[74.323,-151.913],[73.243,-152.011],[73.243,-153.192],[72.849,-153.386]],\"c\":true},\"ix\":2},\"nm\":\"Path 9\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":9,\"ty\":\"sh\",\"ix\":10,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.121,-0.072],[0.22,0],[0,0],[0.171,0],[0,0],[0.025,-0.394],[0.074,-0.269],[0.078,-0.145],[0,0],[0.268,0.345],[0.149,0.097],[0.151,0.05],[0.172,0],[1.255,0],[0.174,-0.026],[0.122,-0.047],[0,-0.297],[-0.1,-0.224],[-0.169,-0.05],[-0.148,-0.024],[0,0],[-0.122,-0.024],[-0.245,0],[-0.195,0.05],[-0.242,0],[-0.195,-0.049],[-0.124,-0.073],[-0.146,-0.122],[-0.047,-0.125],[0,0],[0,0],[-0.268,-0.101],[-0.342,0],[0,0],[-0.171,0],[-0.27,-0.102],[-0.151,-0.097],[-0.172,-0.024],[-0.121,-0.023],[-0.22,0],[-0.368,0.123],[-0.148,0.073],[-0.146,0.097],[-0.247,0],[-0.513,0],[-0.32,0.2],[-0.071,0.121],[-0.1,0.27],[-0.297,0.102],[-0.121,0],[-0.169,0.048],[-0.15,0.075],[0,0],[0.318,0.151],[0.316,0],[0.147,-0.027],[0.339,0],[0,0],[0.022,0.196],[0.072,0.148],[0.172,0.171],[0.095,0.146],[0.098,-0.051],[0.123,-0.099],[0.145,-0.122],[0.391,0],[0.145,0],[0.174,0.049],[0,0],[0,0],[0.027,0.148]],\"o\":[[-0.171,0.095],[0,0],[-0.174,0.025],[0,0],[-0.047,0.392],[0,0.296],[-0.047,0.174],[0,0],[0,-0.466],[-0.097,-0.149],[-0.119,-0.073],[-0.146,-0.047],[-1.253,0],[-0.172,0],[-0.147,0.027],[-0.244,0.124],[0,0.27],[0.073,0.172],[0.146,0.046],[0,0],[0.122,0],[0.222,0.049],[0.223,0],[0.222,-0.048],[0.225,0],[0.12,0.024],[0.146,0.076],[0.097,0.076],[0,0],[0,0],[0.298,0.124],[0.295,0.121],[0,0],[0.171,0],[0.296,0],[0.172,0.048],[0.146,0.099],[0.124,0.024],[0.198,0.025],[0.394,0],[0.148,-0.048],[0.172,-0.075],[0.197,-0.125],[0.515,0],[0.397,0],[0.122,-0.075],[0.144,-0.247],[0.096,-0.296],[0.118,-0.022],[0.173,-0.022],[0.172,-0.048],[0,0],[-0.246,-0.268],[-0.266,-0.124],[-0.177,0],[-0.319,0.049],[0,0],[-0.024,-0.2],[-0.024,-0.172],[-0.099,-0.196],[-0.122,-0.125],[-0.129,0.048],[-0.149,0.096],[-0.148,0.121],[-0.296,0.245],[-0.15,0],[-0.193,0],[0,0],[0,0],[-0.027,-0.147],[-0.119,0.049]],\"v\":[[22.023,-150.734],[21.632,-150.341],[21.434,-150.341],[21.016,-150.536],[19.858,-150.536],[19.76,-149.554],[19.661,-148.769],[19.366,-148.374],[18.971,-148.473],[18.777,-149.653],[18.383,-149.947],[17.99,-150.144],[17.572,-150.244],[14.378,-150.341],[13.958,-150.244],[13.568,-150.144],[13.074,-149.554],[13.174,-148.864],[13.665,-148.669],[14.057,-148.473],[14.453,-148.473],[14.845,-148.374],[15.436,-148.179],[16.023,-148.278],[16.609,-148.473],[17.206,-148.374],[17.598,-148.278],[17.99,-147.982],[18.087,-147.589],[15.138,-147.589],[15.138,-146.703],[15.927,-146.407],[16.737,-146.011],[18.852,-146.011],[19.268,-146.114],[20.056,-146.011],[20.353,-145.622],[20.842,-145.425],[21.236,-145.327],[21.824,-145.327],[22.807,-145.425],[23.202,-145.622],[23.595,-145.916],[24.087,-146.308],[25.362,-145.916],[26.348,-146.211],[26.741,-146.407],[26.741,-147.193],[27.333,-147.786],[27.721,-147.786],[28.216,-147.882],[28.609,-148.179],[29.001,-148.374],[28.312,-149.063],[27.48,-149.161],[27.036,-149.161],[26.227,-148.864],[25.464,-148.864],[25.464,-149.356],[25.267,-149.752],[24.773,-150.144],[24.484,-150.536],[24.087,-150.437],[23.792,-150.045],[23.398,-149.653],[22.516,-149.161],[22.121,-149.063],[21.725,-149.356],[22.516,-150.244],[22.516,-150.437],[22.413,-150.833]],\"c\":true},\"ix\":2},\"nm\":\"Path 10\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":10,\"ty\":\"sh\",\"ix\":11,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.319,-0.122],[0.171,-0.078],[0.171,-0.07],[0.399,-0.07],[0,0],[0,0],[0,0],[-0.096,0.197],[-0.047,0.123],[-0.071,0.095],[-0.296,-0.242],[-0.201,0],[-0.174,0],[-0.167,0.026],[0.05,0.468],[0,0],[0,0],[0.024,0.146]],\"o\":[[-0.346,0],[-0.174,0.052],[-0.172,0.072],[-0.342,0.172],[0,0],[0,0],[0,0],[0.148,-0.146],[0.051,-0.121],[0.051,-0.102],[0,0.393],[0.149,0.124],[0.164,0],[0.172,0],[0.026,-0.465],[0,0],[0,0],[0,-0.146],[0,0]],\"v\":[[85.656,-150.536],[84.844,-150.244],[84.35,-150.045],[83.956,-149.752],[82.971,-149.458],[82.971,-149.752],[82.971,-148.573],[84.743,-148.573],[85.135,-148.966],[85.135,-149.356],[85.432,-149.554],[85.629,-148.573],[86.125,-148.374],[86.514,-148.573],[86.954,-148.573],[86.954,-149.752],[88.674,-149.752],[88.674,-150.144],[88.578,-150.536]],\"c\":true},\"ix\":2},\"nm\":\"Path 11\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":11,\"ty\":\"sh\",\"ix\":12,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-210.578,-149.554],[-210.578,-148.374],[-209.105,-148.374],[-208.71,-147.291],[-207.533,-147.786],[-208.024,-149.161],[-209.303,-149.554]],\"c\":true},\"ix\":2},\"nm\":\"Path 12\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":12,\"ty\":\"sh\",\"ix\":13,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.127,-0.027],[0.17,-0.025],[0,0],[0.126,0],[0,0],[-0.048,-0.1],[-0.121,-0.072],[-0.17,0],[-0.147,0.027],[-0.147,0.027],[-0.27,0.05],[0.024,0.118],[0.074,0.17]],\"o\":[[-0.17,0.049],[0,0],[-0.103,0],[0,0],[0.029,0.144],[0.077,0.123],[0.124,0.076],[0.171,0],[0.146,-0.023],[0.272,-0.073],[-0.022,-0.122],[-0.047,-0.175],[-0.122,0.024]],\"v\":[[89.855,-149.161],[89.365,-148.966],[88.973,-148.966],[88.674,-148.864],[88.28,-148.864],[88.28,-148.473],[88.478,-148.081],[88.921,-148.081],[89.365,-148.081],[89.757,-148.278],[90.544,-148.473],[90.544,-148.864],[90.249,-149.257]],\"c\":true},\"ix\":2},\"nm\":\"Path 13\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":13,\"ty\":\"sh\",\"ix\":14,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.106,-0.016],[0.149,-0.072],[0.126,-0.073],[0.171,-0.075],[0.121,-0.023],[0.223,0.021],[0.187,-0.009],[0.121,-0.022],[0.06,0.008],[0.067,-0.026],[0.143,-0.075],[0.174,-0.076],[0.067,0.013],[0.06,-0.024],[0.12,-0.027],[0.101,-0.172],[0.072,-0.168],[0.024,-0.099],[-0.243,-0.153],[-0.074,-0.126],[-0.024,-0.124],[0,-0.145],[-0.024,-0.227],[0,0],[-0.147,-0.024],[-0.067,0.006],[-0.063,-0.012],[-0.124,-0.121],[-0.097,-0.171],[-1.007,-0.025],[-0.148,0],[0,0],[-0.271,0.025],[-0.12,0.027],[-0.273,0.149],[0,0.172],[0,0],[0.221,0.029],[0.147,0.074],[-0.099,0.268],[-0.075,0.148],[-0.095,0.148],[0,0.242],[0.119,0.246],[0.095,0.124],[0.15,0.078],[0.393,0],[0.194,-0.076],[0.124,-0.076],[0.123,-0.097],[0.175,-0.072],[0.15,0],[0.295,0],[-0.099,0.124],[-0.123,0.122],[0,0],[0.492,0],[0.193,0]],\"o\":[[-0.148,0.024],[-0.147,0.073],[-0.147,0.1],[-0.122,0.049],[-0.269,0.059],[-0.146,-0.014],[-0.144,0],[-0.057,0.012],[-0.075,-0.011],[-0.172,0.075],[-0.147,0.074],[-0.061,0.025],[-0.068,-0.011],[-0.12,0.049],[-0.201,0.072],[-0.101,0.149],[-0.027,0.099],[0.293,0.097],[0.126,0.067],[0.073,0.121],[0.022,0.123],[0,0.222],[0,0],[0.174,0],[0.06,0.012],[0.068,-0.005],[0.17,0.05],[0.144,0.148],[1.01,-0.022],[0.146,0],[0,0],[0.271,0],[0.147,0],[0.296,-0.053],[0.123,-0.072],[0,0],[-0.218,0],[-0.174,-0.021],[0.027,-0.292],[0.048,-0.153],[0.074,-0.172],[0.128,-0.195],[0,-0.299],[-0.077,-0.147],[-0.099,-0.123],[-0.317,-0.197],[-0.222,0],[-0.15,0.048],[-0.122,0.074],[-0.144,0.098],[-0.125,0.052],[-0.295,0.025],[0.074,-0.122],[0.123,-0.145],[0,0],[-0.489,0],[-0.23,0],[-0.096,0]],\"v\":[[159.658,-149.161],[159.264,-148.966],[158.868,-148.769],[158.576,-148.374],[158.184,-148.278],[157.488,-148.26],[156.999,-148.278],[156.61,-148.179],[156.433,-148.183],[156.215,-148.179],[155.822,-147.882],[155.527,-147.489],[155.331,-147.489],[155.134,-147.489],[154.743,-147.39],[154.347,-146.997],[154.053,-146.607],[154.053,-146.308],[154.837,-146.011],[155.233,-145.818],[155.233,-145.425],[155.233,-145.036],[155.331,-144.44],[158.845,-144.44],[159.264,-144.344],[159.457,-144.344],[159.658,-144.344],[159.952,-143.951],[160.246,-143.458],[162.803,-143.557],[163.196,-143.458],[163.809,-143.458],[164.473,-143.458],[164.866,-143.557],[165.654,-143.852],[165.848,-144.222],[165.848,-145.036],[165.261,-145.036],[164.866,-145.231],[164.965,-146.011],[165.162,-146.407],[165.454,-146.802],[165.848,-147.291],[165.559,-147.982],[165.36,-148.374],[165.063,-148.769],[164.081,-148.864],[163.493,-148.864],[163.098,-148.669],[162.899,-148.278],[162.507,-147.982],[162.113,-147.982],[161.329,-147.982],[161.525,-148.374],[161.92,-148.669],[161.818,-149.136],[160.566,-149.161],[159.957,-149.182]],\"c\":true},\"ix\":2},\"nm\":\"Path 14\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":14,\"ty\":\"sh\",\"ix\":15,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.128,0],[0,0],[0,0],[0.049,-0.468],[-0.641,-0.074],[0,0],[-0.148,-0.101],[-0.173,-0.052],[-0.148,0],[-0.121,0.022],[-0.148,0.099],[-0.078,0.125],[0,0.145],[0,0],[0.048,0.148],[0.124,0],[0.125,0.025],[0.148,0.05],[0.17,0.05],[0.176,0.024],[0,0],[0.15,0]],\"o\":[[0,0],[0,0],[0.023,0.468],[0.636,0.071],[0,0],[0.176,0.026],[0.148,0.099],[0.122,0.022],[0.145,0],[0.172,-0.052],[0.122,-0.07],[0.068,-0.121],[0,0],[0,-0.171],[-0.146,0],[-0.121,0],[-0.148,-0.023],[-0.173,-0.048],[-0.174,-0.048],[0,0],[-0.144,0],[-0.124,0]],\"v\":[[150.116,-148.374],[149.727,-148.374],[149.384,-148.374],[149.384,-147.193],[151.008,-147.096],[151.394,-147.096],[151.793,-146.802],[151.99,-146.308],[152.383,-146.308],[152.774,-146.308],[153.168,-146.607],[153.566,-146.802],[153.566,-147.193],[153.566,-147.589],[153.365,-147.982],[152.97,-147.882],[152.577,-147.982],[152.184,-148.179],[151.696,-148.278],[151.199,-148.473],[150.808,-148.473],[150.415,-148.573]],\"c\":true},\"ix\":2},\"nm\":\"Path 15\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":15,\"ty\":\"sh\",\"ix\":16,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.012],[0.098,-0.199],[0,-0.295],[0,0],[-0.025,-0.127],[0,-0.271],[0.171,-0.196],[0.246,0],[0.149,0.172],[0.049,0.32],[0,0],[0,0.152],[0,0],[0.028,0.267],[0,0],[0.245,-0.199],[0.097,-0.125],[0.125,-0.099],[0.198,0],[0,0],[0,0],[-0.146,0.072],[-0.067,-0.011],[-0.062,0.025],[-0.172,0.072],[0,0],[0.062,0.008],[0.068,-0.026],[0.146,-0.075],[0.124,-0.076],[0.097,-0.127],[0,0],[0.171,-0.025],[0.315,-0.05],[0.148,-0.047],[-0.098,-0.269],[-0.15,-0.123],[-0.173,-0.023],[-0.221,0.02],[-0.185,-0.009],[-0.145,-0.022],[0.05,-0.124],[0.052,-0.124],[0,-0.197],[-0.068,-0.198],[-0.069,-0.144],[0,-0.219],[0.099,-0.246],[0.12,0.078],[0.097,0.124],[0.052,0.123],[0.123,0.097],[0.173,0.077],[0.147,0.052],[0.071,-0.011],[0.067,0.013],[-0.081,-0.319],[-0.03,-0.122],[-0.023,-0.121],[-0.147,-0.147],[-0.201,-0.097],[-0.367,0],[-0.177,0],[0,0.297],[0,0.146],[-0.094,0.007],[-0.168,-0.134],[-0.195,-0.247],[-0.149,-0.096],[-0.149,-0.025],[-0.295,0],[0,0],[-0.124,0.072],[-0.072,0.147],[-0.072,0.124],[-0.148,0.1],[-0.075,-0.016],[-0.058,0.022],[-0.148,0.045],[0,0.15],[0,0],[0,0],[-0.044,-0.17],[-0.02,-0.121],[-0.025,-0.295],[0,0],[0,0],[0,0],[-0.05,-0.344],[-0.024,-0.047],[0.146,-0.027],[0.345,0.022],[0,0],[0.145,0],[0.269,-0.049],[0.148,-0.052],[0.144,-0.023],[0.224,0.022],[0.217,-0.021],[0.392,-0.268],[0,-0.172],[0,0],[-0.468,-0.022],[0,0],[-0.148,0],[-0.271,0],[-0.344,0.149],[-0.29,0.148],[-0.248,0],[0,0],[-0.123,-0.048],[-0.098,-0.128],[0.178,-0.049],[0.06,0.009],[0.067,-0.027],[0.126,-0.048],[0.15,-0.096],[0.245,-0.029],[0.22,0],[0.539,-0.028],[0.124,-0.028],[0.148,-0.052],[0.074,-0.097],[0,-0.151],[-0.048,-0.122],[-0.32,-0.125],[-0.147,0],[-0.125,0.006],[-0.144,-0.01],[-0.123,-0.021],[-0.272,-0.195],[-0.101,-0.145],[-0.069,-0.128],[-0.094,-0.148],[-0.224,-0.295],[0,0],[-0.049,0.096],[-0.123,0.123],[-0.121,0.075],[-0.17,0.27],[-0.023,0.125],[-0.023,0.347],[-0.048,0.149],[-0.2,0.099],[-0.175,0],[-0.298,0],[0,0],[-0.274,0.075],[-0.269,0.172],[0.027,0.198],[0,0.152],[0,0.176],[0,0.148],[0,0.171],[0,0],[0.049,-0.197],[0,-0.342],[0,-0.149],[-0.3,-0.027],[-0.124,-0.096],[-0.027,-0.172],[0,-0.147],[0.099,-0.27],[0.122,-0.096],[0,-0.416],[0,-0.172],[0,0],[-0.442,0.268],[-0.345,0],[-0.099,-0.148],[0,-0.123],[0,-0.296],[0,0],[-0.079,0.146],[-0.048,0.12],[-0.047,0.145],[0,0],[0,0],[0,0],[0.517,0.05],[0.149,0],[0.367,0.022],[0,0.365],[0,0.146],[0,0],[0.441,0.392],[0.127,0.076],[0.102,0.099],[0.074,0.122],[0.097,0.07],[0.317,0.047],[0.122,0.047],[0.12,0.125],[0.252,0.197],[0.123,0.019],[0.147,0],[0.122,-0.028],[0.295,0],[0.272,0.073],[0.071,-0.006],[0.058,0.01],[0.152,0.075],[0,0],[0.209,0],[0.223,0.022],[0.146,0.073],[-0.047,0.126],[-0.124,0.367],[-0.027,0.119],[0,0],[0.061,0.008],[0.039,0]],\"o\":[[-0.194,0.098],[-0.123,0.243],[0,0],[0,0.145],[0.049,0.248],[0,0.272],[-0.146,0.175],[-0.246,0],[-0.196,-0.245],[0,0],[0,-0.149],[0,0],[-0.025,-0.274],[0,0],[-0.295,0.147],[-0.119,0.1],[-0.098,0.124],[-0.121,0.096],[0,0],[0,0],[0.099,-0.098],[0.061,-0.023],[0.069,0.013],[0.172,-0.076],[0,0],[-0.056,0.012],[-0.074,-0.011],[-0.171,0.075],[-0.125,0.074],[-0.124,0.072],[0,0],[-0.169,0],[-0.347,0.048],[-0.151,0.026],[0.024,0.296],[0.072,0.198],[0.144,0.121],[0.266,0.058],[0.147,-0.013],[0.149,0],[0,0.15],[-0.047,0.12],[-0.073,0.168],[0,0.223],[0.076,0.169],[0.099,0.172],[0,0.272],[-0.146,-0.07],[-0.126,-0.07],[-0.078,-0.1],[-0.072,-0.172],[-0.121,-0.097],[-0.148,-0.053],[-0.069,-0.026],[-0.059,0.009],[0.148,0.297],[0.023,0.121],[0.023,0.124],[0.072,0.198],[0.147,0.15],[0.316,0.147],[0.172,0],[-0.029,-0.292],[0,-0.15],[0.102,0.009],[0.195,-0.015],[0.244,0.197],[0.101,0.149],[0.122,0.073],[0.273,0.072],[0,0],[0.123,0],[0.149,-0.098],[0.075,-0.124],[0.075,-0.147],[0.052,-0.037],[0.067,0.014],[0.146,-0.048],[-0.025,-0.147],[0,0],[0,0],[0.095,0.145],[0.028,0.123],[0.056,0.273],[0,0],[0,0],[0,0],[0,0.344],[0,0.071],[-0.073,0.147],[-0.319,0.074],[0,0],[-0.151,0],[-0.297,0],[-0.145,0.026],[-0.148,0.046],[-0.262,0.056],[-0.177,-0.016],[-0.491,0.049],[-0.125,0.073],[0,0],[0.467,-0.096],[0,0],[0.149,0],[0.271,0.023],[0.391,0],[0.295,-0.121],[0.197,-0.099],[0,0],[0.146,0],[0.147,0.072],[-0.149,0.094],[-0.053,0.011],[-0.076,-0.01],[-0.125,0.048],[-0.169,0.052],[-0.193,0.148],[-0.222,0.027],[-0.544,-0.028],[-0.147,0],[-0.145,0.02],[-0.126,0.047],[-0.075,0.099],[0,0.145],[0.149,0.319],[0.124,0.049],[0.151,0.013],[0.121,-0.006],[0.144,0],[0.32,0.075],[0.147,0.099],[0.072,0.124],[0.097,0.145],[0.199,0.318],[0,0],[0.024,-0.122],[0.099,-0.146],[0.096,-0.097],[0.269,-0.174],[0.049,-0.096],[0.078,-0.316],[0,-0.172],[0.076,-0.196],[0.146,-0.077],[0.293,-0.024],[0,0],[0.296,0],[0.316,-0.099],[-0.075,-0.171],[0,-0.147],[0,-0.17],[0,-0.147],[0,-0.167],[0,0],[-0.025,0.22],[-0.074,0.322],[0,0.145],[0.291,0],[0.196,0],[0.122,0.1],[0.026,0.121],[0,0.296],[-0.052,0.149],[-0.293,0.273],[0,0.173],[0,0],[0.541,0],[0.27,-0.149],[0.196,0],[0.05,0.097],[0.026,0.27],[0,0],[0.123,-0.099],[0.051,-0.123],[0.07,-0.15],[0,0],[0,0],[0,0],[-0.298,-0.393],[-0.148,0],[-0.368,0],[-0.025,-0.372],[0,-0.151],[0,0],[0,-0.589],[-0.099,-0.073],[-0.121,-0.074],[-0.095,-0.098],[-0.048,-0.1],[-0.246,-0.222],[-0.125,0],[-0.172,-0.07],[-0.222,-0.22],[-0.097,-0.077],[-0.125,-0.028],[-0.148,0],[-0.271,0.045],[-0.292,0],[-0.064,-0.016],[-0.064,0.006],[-0.149,-0.03],[0,0],[-0.184,0.039],[-0.222,0],[-0.171,-0.029],[0.05,-0.123],[0.172,-0.34],[0.023,-0.127],[0,0],[-0.056,0.013],[-0.04,-0.006],[-0.034,0]],\"v\":[[8.65,-148.278],[8.258,-147.882],[8.06,-147.096],[8.06,-146.703],[8.16,-146.308],[8.456,-145.674],[8.16,-145.036],[7.57,-144.736],[6.98,-144.935],[6.686,-145.818],[6.686,-146.211],[6.587,-146.607],[6.587,-146.997],[6.484,-147.684],[5.704,-147.786],[4.915,-147.39],[4.719,-146.997],[4.324,-146.703],[3.906,-146.407],[2.654,-146.407],[2.654,-147.096],[2.85,-147.489],[3.046,-147.489],[3.245,-147.489],[3.639,-147.786],[3.54,-148.179],[3.362,-148.183],[3.143,-148.179],[2.753,-147.882],[2.359,-147.684],[2.165,-147.291],[-0.371,-147.291],[-0.784,-147.193],[-1.667,-147.096],[-2.064,-146.903],[-1.966,-146.114],[-1.572,-145.719],[-1.279,-145.327],[-0.587,-145.309],[-0.1,-145.327],[0.294,-145.231],[0.294,-144.833],[0.195,-144.44],[-0.194,-144.148],[-0.1,-143.557],[0.294,-143.262],[0.393,-142.674],[0.195,-141.985],[-0.194,-142.183],[-0.589,-142.377],[-0.689,-142.771],[-0.884,-143.262],[-1.279,-143.557],[-1.667,-143.755],[-1.875,-143.76],[-2.064,-143.755],[-1.667,-142.966],[-1.667,-142.575],[-1.572,-142.183],[-1.18,-141.789],[-0.784,-141.394],[0.122,-141.099],[0.544,-141.2],[0.493,-141.985],[0.544,-142.377],[0.837,-142.383],[1.378,-142.281],[1.671,-141.492],[2.065,-141.2],[2.458,-141.002],[3.245,-141.002],[3.639,-141.002],[4.031,-141.002],[4.324,-141.394],[4.324,-141.789],[4.621,-142.183],[4.82,-142.188],[5.014,-142.183],[5.409,-142.377],[5.307,-142.771],[5.307,-143.359],[6.098,-143.458],[6.484,-143.166],[6.484,-142.771],[6.587,-141.985],[8.06,-141.985],[8.846,-142.575],[9.242,-142.281],[9.242,-141.394],[9.438,-141.295],[9.242,-140.903],[8.355,-141.002],[7.867,-141.002],[7.474,-141.099],[6.686,-141.099],[6.293,-140.903],[5.898,-140.708],[5.198,-140.695],[4.621,-140.708],[3.443,-140.314],[3.341,-139.894],[3.341,-139.036],[4.523,-139.234],[4.915,-139.234],[5.307,-139.132],[6,-139.036],[6.98,-139.234],[7.764,-139.722],[8.355,-140.018],[8.555,-140.018],[8.945,-139.92],[9.142,-139.525],[8.846,-139.132],[8.674,-139.138],[8.456,-139.132],[8.06,-139.036],[7.764,-138.643],[7.177,-138.346],[6.587,-138.443],[5.211,-138.443],[4.816,-138.443],[4.424,-138.247],[4.031,-138.15],[3.934,-137.757],[4.031,-137.364],[4.719,-136.675],[5.112,-136.675],[5.513,-136.674],[5.898,-136.675],[6.293,-136.58],[7.079,-136.185],[7.474,-135.891],[7.667,-135.494],[7.961,-135.102],[8.555,-134.317],[8.945,-134.416],[8.945,-134.808],[9.242,-135.201],[9.634,-135.398],[10.421,-135.891],[10.518,-136.284],[10.518,-137.167],[10.715,-137.562],[11.111,-137.953],[11.504,-138.15],[12.241,-138.15],[12.241,-140.115],[12.98,-140.115],[13.764,-140.607],[13.469,-141.002],[13.516,-141.372],[13.469,-141.789],[13.568,-142.183],[13.516,-142.622],[16.319,-142.622],[16.319,-142.083],[16.023,-141.271],[16.124,-140.903],[16.91,-140.903],[17.402,-140.708],[17.797,-140.411],[17.797,-140.018],[17.698,-139.234],[17.303,-139.036],[16.714,-138.127],[16.811,-137.658],[17.672,-137.658],[18.876,-138.346],[19.661,-138.739],[20.056,-138.443],[20.056,-138.051],[20.056,-137.265],[21.137,-137.265],[21.533,-137.463],[21.632,-137.854],[21.824,-138.247],[24.087,-138.247],[24.876,-138.443],[24.973,-138.84],[23.888,-139.624],[23.495,-139.525],[22.561,-139.575],[22.516,-140.507],[22.561,-140.903],[20.056,-140.903],[19.76,-142.377],[19.366,-142.477],[18.971,-142.674],[18.777,-143.065],[18.681,-143.458],[17.797,-143.657],[17.402,-143.657],[17.01,-143.951],[16.609,-144.736],[16.221,-144.833],[15.828,-144.935],[15.436,-144.833],[14.794,-144.44],[14.057,-144.637],[13.85,-144.64],[13.665,-144.637],[13.344,-144.935],[13.344,-145.909],[12.781,-145.916],[12.19,-145.916],[11.797,-146.114],[11.893,-146.508],[12.487,-147.291],[12.487,-147.684],[9.044,-148.278],[8.867,-148.281],[8.747,-148.294]],\"c\":true},\"ix\":2},\"nm\":\"Path 16\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":16,\"ty\":\"sh\",\"ix\":17,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.171,-0.049],[0.174,-0.076],[0.123,-0.075],[0.125,-0.098],[0.095,-0.146],[0.075,-0.149],[0.074,-0.123],[0.124,-0.099],[0.073,0.018],[0.048,-0.036],[0.097,-0.146],[0,-0.126],[0.097,-0.269],[0.072,-0.148],[0.12,-0.073],[0.149,-0.073],[0.073,-0.122],[0.051,-0.172],[0.022,-0.196],[0,-0.199],[-0.245,0],[-0.321,0.273],[-0.146,0.148],[-0.199,0.073],[-0.122,0.027],[-0.196,0],[-0.148,-0.025],[0,0],[-0.173,0.073],[-0.148,0.024],[-0.147,0],[-0.292,0],[-0.146,0.024],[-0.248,0.026],[-0.395,0],[-0.194,0.17],[-0.045,0.147],[0,0.146],[0,0.174],[0,0],[0,0],[0.046,0.32],[0.046,0.098],[0.148,0.069],[0.127,0.026],[0.491,0],[0.146,-0.026],[0.124,-0.096],[0.221,0],[0,0],[0.15,0.073],[-0.122,0.15],[-0.098,0.17],[-0.026,0.121],[0.122,0.049],[0.124,0.049],[0.22,0]],\"o\":[[-0.195,0],[-0.176,0.048],[-0.123,0.049],[-0.149,0.075],[-0.124,0.098],[-0.075,0.125],[-0.05,0.12],[-0.072,0.148],[-0.051,0.038],[-0.073,-0.019],[-0.146,0.099],[-0.077,0.127],[-0.025,0.272],[-0.05,0.145],[-0.075,0.147],[-0.152,0.098],[-0.118,0.075],[-0.095,0.149],[-0.051,0.17],[-0.025,0.197],[0.219,0.097],[0.445,0],[0.147,-0.124],[0.147,-0.149],[0.124,-0.053],[0.174,-0.027],[0.172,0],[0,0],[0.194,0],[0.144,-0.049],[0.121,-0.028],[0.294,-0.028],[0.148,0],[0.249,-0.028],[0.393,-0.046],[0.293,0],[0.122,-0.101],[0.053,-0.119],[0,-0.171],[0,0],[0,0],[0,-0.344],[0,-0.124],[-0.079,-0.126],[-0.124,-0.053],[-0.461,-0.121],[-0.174,0],[-0.148,0.026],[-0.147,0.12],[0,0],[-0.197,0],[0.15,-0.15],[0.122,-0.145],[0.049,-0.122],[-0.127,-0.024],[-0.122,-0.048],[-0.196,-0.076],[0,0]],\"v\":[[170.175,-146.308],[169.785,-146.011],[169.29,-145.916],[168.897,-145.818],[168.602,-145.425],[168.212,-145.131],[168.012,-144.736],[167.915,-144.344],[167.719,-143.951],[167.52,-143.95],[167.324,-143.951],[166.933,-143.657],[166.933,-143.262],[166.933,-142.477],[166.735,-142.083],[166.342,-141.887],[165.848,-141.688],[165.454,-141.492],[165.162,-141.099],[165.162,-140.607],[165.162,-140.115],[165.947,-139.432],[166.933,-140.018],[167.324,-140.411],[167.719,-140.804],[168.111,-140.903],[168.602,-141.002],[168.996,-140.804],[171.136,-140.804],[171.553,-141.099],[171.947,-141.295],[172.339,-141.295],[173.124,-141.295],[173.517,-141.295],[174.11,-141.593],[175.094,-141.492],[175.876,-141.688],[176.072,-142.083],[176.171,-142.45],[176.072,-142.87],[176.072,-143.359],[174.405,-143.359],[174.405,-144.244],[174.405,-144.637],[174.009,-144.833],[173.613,-144.935],[172.389,-145.131],[171.947,-145.131],[171.749,-144.736],[171.358,-144.344],[171.158,-144.344],[170.764,-144.637],[171.158,-145.036],[171.553,-145.327],[171.553,-145.719],[171.158,-145.818],[170.764,-145.916],[170.373,-146.308]],\"c\":true},\"ix\":2},\"nm\":\"Path 17\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":17,\"ty\":\"sh\",\"ix\":18,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.012,-0.034],[0,0]],\"o\":[[0,0],[-0.018,0.008]],\"v\":[[13.344,-146.041],[13.344,-146.114]],\"c\":true},\"ix\":2},\"nm\":\"Path 18\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":18,\"ty\":\"sh\",\"ix\":19,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.008,0.002],[0.02,0.057]],\"o\":[[0.009,-0.002],[0.032,0],[0,0]],\"v\":[[13.344,-145.909],[13.368,-145.916],[13.344,-146.041]],\"c\":true},\"ix\":2},\"nm\":\"Path 19\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":19,\"ty\":\"sh\",\"ix\":20,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-217.758,-145.818],[-220.706,-145.231],[-220.02,-144.244],[-218.935,-144.344],[-217.855,-143.852],[-217.559,-142.674],[-219.231,-142.674],[-218.642,-141.593],[-217.559,-141.688],[-216.774,-141.002],[-215.693,-141.492],[-214.709,-141.394],[-212.35,-141.2],[-210.578,-139.722],[-208.807,-139.33],[-208.318,-140.214],[-208.613,-141.394],[-209.698,-142.183],[-210.186,-143.359],[-211.659,-143.951],[-212.843,-144.637],[-214.019,-144.44],[-215.102,-145.231],[-216.58,-146.011]],\"c\":true},\"ix\":2},\"nm\":\"Path 20\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":20,\"ty\":\"sh\",\"ix\":21,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-206.844,-143.359],[-206.056,-142.281],[-205.464,-140.507],[-203.699,-140.214],[-202.027,-140.411],[-200.454,-140.708],[-200.061,-141.492],[-201.73,-142.674],[-204.091,-142.87],[-205.96,-144.05]],\"c\":true},\"ix\":2},\"nm\":\"Path 21\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":21,\"ty\":\"sh\",\"ix\":22,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.494,0.099],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,-0.096],[0,0]],\"v\":[[-231.717,-143.359],[-233.29,-142.966],[-234.666,-141.789],[-232.897,-141.789],[-230.535,-141.789],[-227.686,-141.789],[-228.08,-142.87],[-229.851,-143.458]],\"c\":true},\"ix\":2},\"nm\":\"Path 22\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":22,\"ty\":\"sh\",\"ix\":23,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.13,0],[0,0],[0.17,-0.077],[0,0],[-0.12,-0.025],[-0.06,0.009],[-0.065,-0.03],[-0.147,-0.1],[-0.174,-0.075],[-0.344,0],[0,0],[-0.147,0],[0.05,0.12],[0.074,0.145],[0.101,0.073],[0.121,0.024],[0.176,0.022],[0,0],[0.151,0],[0.051,0]],\"o\":[[0,0],[-0.169,0.026],[0,0],[0.147,0.027],[0.053,0.011],[0.075,-0.011],[0.173,0.073],[0.151,0.097],[0.295,0.147],[0,0],[0.149,0],[-0.022,-0.126],[-0.097,-0.175],[-0.075,-0.126],[-0.1,-0.072],[-0.169,-0.047],[0,0],[-0.146,-0.026],[-0.057,-0.007],[-0.102,0]],\"v\":[[177.745,-141.593],[177.35,-141.593],[176.96,-141.295],[177.056,-140.903],[177.451,-140.804],[177.624,-140.81],[177.842,-140.804],[178.236,-140.507],[178.533,-140.115],[179.441,-140.018],[179.908,-140.018],[180.301,-140.115],[180.301,-140.507],[179.908,-140.804],[179.908,-141.2],[179.517,-141.295],[179.022,-141.394],[178.631,-141.394],[178.236,-141.593],[178.077,-141.602]],\"c\":true},\"ix\":2},\"nm\":\"Path 23\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":23,\"ty\":\"sh\",\"ix\":24,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-238.795,-141.002],[-238.402,-140.018],[-237.615,-139.33],[-236.139,-139.234],[-236.338,-140.507],[-237.812,-141.099]],\"c\":true},\"ix\":2},\"nm\":\"Path 24\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":24,\"ty\":\"sh\",\"ix\":25,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-229.454,-140.607],[-231.914,-140.607],[-233.389,-140.214],[-234.762,-139.432],[-233.681,-137.658],[-232.7,-137.463],[-231.62,-137.854],[-229.454,-137.953],[-228.965,-138.739],[-229.948,-139.624],[-228.965,-139.722],[-228.278,-140.607]],\"c\":true},\"ix\":2},\"nm\":\"Path 25\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":25,\"ty\":\"sh\",\"ix\":26,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-215.693,-139.92],[-215.398,-138.84],[-213.825,-138.739],[-212.546,-139.132],[-213.825,-140.018]],\"c\":true},\"ix\":2},\"nm\":\"Path 26\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":26,\"ty\":\"sh\",\"ix\":27,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.294,-0.593],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0.296,0.589],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-221.198,-138.443],[-219.527,-136.675],[-218.445,-137.167],[-219.723,-138.84],[-221.296,-139.722]],\"c\":true},\"ix\":2},\"nm\":\"Path 27\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":27,\"ty\":\"sh\",\"ix\":28,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-199.372,-139.624],[-201.338,-139.624],[-202.42,-138.739],[-202.42,-137.953],[-200.061,-138.051],[-198.782,-138.346],[-197.212,-138.643],[-197.212,-139.624]],\"c\":true},\"ix\":2},\"nm\":\"Path 28\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":28,\"ty\":\"sh\",\"ix\":29,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0.393,0.296]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-194.161,-138.84],[-195.048,-137.463],[-192.194,-137.068],[-190.624,-137.757],[-191.903,-139.234]],\"c\":true},\"ix\":2},\"nm\":\"Path 29\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":29,\"ty\":\"sh\",\"ix\":30,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.149,-0.052],[0.294,-0.05],[0.121,0],[0.442,-0.169],[0.122,-0.048],[0.148,-0.098],[0.022,-0.196],[0.022,-0.12],[0.048,-0.121],[0.12,-0.125],[0.294,-0.15],[-0.123,-0.12],[-0.121,-0.096],[0,0],[0,0],[0.219,-0.171],[0.155,0.002],[0.127,-0.109],[0.048,-0.094],[0.123,-0.099],[0.148,-0.074],[0.419,0],[0.249,0.046],[0.149,0.073],[0.144,0.096],[0.145,0.075],[0.122,0.024],[0.151,0],[0.392,0.024],[0,0],[0.344,0],[0.172,-0.023],[0.058,0.002],[0.066,-0.099],[0.075,-0.165],[0.05,-0.175],[0.025,-0.126],[0.121,-0.072],[0.221,0],[0,0],[0.371,-0.172],[0.173,-0.076],[0.296,-0.122],[0.124,-0.048],[0.247,0],[0.121,0.026],[0.149,0.051],[0.172,0],[0.296,-0.099],[0.174,-0.071],[0.268,-0.151],[0.198,-0.048],[0.124,-0.024],[0.194,0],[0.372,-0.1],[0.268,-0.195],[0.073,-0.17],[0.1,-0.148],[0.124,-0.072],[0.081,0.01],[0.054,-0.008],[0.196,0],[0.125,-0.018],[0.122,-0.025],[0.117,-0.051],[0,-0.22],[-0.203,-0.273],[-0.127,-0.072],[-0.292,-0.147],[-0.074,-0.125],[0,-0.145],[0,0],[0.075,-0.172],[0.123,0.025],[0.493,0],[0.271,-0.075],[0.122,-0.073],[0.147,-0.101],[0.171,-0.079],[0.146,0],[0.12,0.021],[0.244,0],[0.417,0],[0.271,-0.028],[0.125,-0.024],[0.167,0],[0,0],[0.146,-0.046],[0.096,-0.079],[0.05,-0.1],[0.073,-0.148],[0,0],[0.249,-0.222],[-0.077,-0.122],[-0.147,-0.147],[-0.119,-0.146],[-0.022,-0.173],[-0.022,-0.294],[-0.022,-0.125],[-0.049,-0.145],[-0.096,-0.073],[-0.392,0],[0,0],[-0.169,-0.023],[-0.153,-0.048],[-0.126,-0.122],[-0.05,-0.199],[0,-0.147],[0,0],[0.421,0],[0.198,0.094],[0.122,0.075],[0.145,0.075],[0.066,-0.011],[0.061,0.026],[0.168,0.052],[0.121,0.05],[0.1,0.101],[0.079,0.123],[0.047,0.125],[0.126,0.094],[0,0],[0.246,0.218],[0.096,0.072],[0.3,0],[0.121,-0.029],[0.169,-0.048],[0.122,-0.025],[0.443,-0.097],[0,0],[-0.141,0],[-0.267,-0.022],[-0.125,-0.022],[-0.099,-0.146],[0,-0.195],[0,-0.17],[0.321,0.094],[0.126,0.052],[0.176,0.069],[0.243,0],[0,0],[0.096,-0.076],[0.074,-0.123],[0.047,-0.122],[0,-0.223],[-0.492,-0.075],[-0.123,0.006],[-0.151,-0.012],[-0.124,-0.02],[-0.394,-0.249],[-0.147,-0.078],[-0.122,-0.073],[-0.097,-0.125],[0,-0.169],[0.023,-0.173],[0.221,0.099],[0.148,-0.001],[0.121,0.035],[0.172,0.024],[0.067,-0.006],[0.062,0.013],[0.066,-0.006],[0.061,0.013],[0.171,0.048],[0.126,0.027],[0.182,-0.018],[0.223,0.039],[0.269,0.147],[0.071,0.175],[0,0.195],[0,0.15],[0,0],[-0.049,0.269],[-0.026,0.174],[0,0.149],[0.026,0.12],[0.048,0.123],[0.072,0.15],[0.05,0.125],[0.147,0.297],[0.174,-0.023],[0.063,0.006],[0.073,-0.01],[-0.026,-0.223],[0,-0.147],[0.02,-0.469],[0,-0.149],[0,0],[0.296,0],[0.197,0],[0.146,0],[0.069,-0.218],[0.102,-0.048],[0.15,-0.076],[0.124,-0.046],[0,-0.39],[0,0],[-0.391,-0.343],[-0.145,-0.321],[-0.025,-0.121],[0,-0.296],[0,-0.121],[0.073,-0.145],[0,-0.293],[0,0],[-0.024,-0.147],[-0.024,-0.174],[0,-0.148],[0,-0.171],[-0.024,-0.125],[-0.194,-0.27],[-0.169,0],[0,0],[-0.127,0.124],[-0.125,0.099],[-0.221,0],[0,0],[-0.122,-0.076],[-0.147,-0.099],[-0.295,-0.149],[-0.124,-0.073],[-0.098,-0.12],[-0.176,-0.271],[-0.269,-0.247],[-0.074,-0.146],[0,-0.196],[0.148,-0.247],[0.072,-0.148],[0,-0.193],[0,-0.171],[-0.057,0.009],[-0.068,-0.027],[0,0],[-0.17,-0.078],[-0.267,0.014],[-0.15,-0.008],[-0.143,-0.024],[0,0],[0.148,-0.023],[0.298,0],[0,0],[0.176,0.076],[0.148,0.072],[0.125,0.074],[0,0.392],[0,0],[0,0.151],[0.269,0.272],[0.073,0.149],[0.05,0.097],[0.15,0.097],[0.125,0.025],[0.172,0.025],[0.296,0],[0.47,-0.049],[0.126,-0.025],[0.146,-0.052],[0.124,-0.073],[0,-0.226],[0,-0.149],[-0.027,-0.121],[0,-0.394],[0.121,-0.375],[0.048,-0.124],[0.145,-0.121],[0.15,-0.098],[0.151,-0.174],[0.024,-0.174],[0,-0.392],[0.27,-0.073],[0.438,-0.249],[0.199,-0.269],[0.052,-0.099],[0.145,-0.103],[0.147,0],[0.273,0.075],[0.149,0.048],[0.122,0.047],[0.195,0],[0,0],[0,0],[-0.098,0.142],[-0.172,0.072],[-0.218,0],[-0.197,-0.025],[-0.149,-0.026],[-0.296,0],[-0.269,0.048],[-0.175,0.075],[-0.125,0.097],[-0.098,0.147],[-0.218,0.247],[-0.122,0.102],[-0.219,0.295],[-0.074,0.097],[-0.124,0.103],[-0.071,0.124],[-0.023,0.122],[-0.026,0.122],[-0.072,0.296],[-0.028,0.124],[-0.025,0.123],[0,0.173],[0,0.193],[0.297,0],[0.198,0.024],[0.095,0.048],[0.096,0.145],[0,0.221],[-0.05,0.393],[0,0.468],[0,0],[-0.053,0.269],[0,0.465],[0.027,0.124],[0.098,0.321],[0.024,0.123],[0.147,0.271],[0.074,0.148],[0,0.172],[0,0],[-0.296,0],[-0.148,0],[-0.047,0],[0,0],[0.37,0.098],[0.193,0.074],[0.123,0.022],[0.297,0],[0,0],[0.221,0],[0.344,-0.143],[0.176,-0.073],[0.146,-0.026],[0.145,0],[0.298,0],[0.147,-0.021],[0.025,-0.467],[0.025,-0.171],[0.171,-0.271],[0.124,-0.144],[0.128,-0.372],[0.073,-0.269],[0.171,-0.073],[0.122,-0.022],[0.151,0.015],[0.121,-0.009],[0,0],[0.121,-0.076],[0,-0.245],[0,0],[-0.096,-0.12],[-0.081,0.024],[-0.046,-0.034],[-0.151,-0.321],[0,-0.296],[0.194,-0.197],[0.096,-0.075],[0.125,-0.101],[0,-0.244],[-0.024,-0.294],[-0.298,-0.021],[-0.124,-0.07],[-0.126,-0.124],[-0.075,-0.174],[-0.052,-0.123],[-0.074,-0.121],[-0.119,-0.101],[-0.147,-0.099],[-0.097,-0.048],[-0.221,-0.245],[-0.075,-0.146],[0,-0.145],[0.024,-0.121],[0.125,-0.147],[0.123,-0.073],[0.121,0],[0,0],[0.273,0.048],[0.269,0.146],[0,0.566],[0.296,0],[0.364,0.242],[0.151,0.1],[0.171,0.076],[0.153,-0.02],[0.116,0.01],[0.147,0],[0.27,0.097],[0.097,0.173],[0.169,0.096],[0.122,0.049],[0.124,0.024],[0.172,0.076],[0.175,0],[0,0],[0.122,0.096],[0.117,0.097],[0.169,0],[0,0],[0.298,0.172],[0.272,0.174],[0.099,0.048],[0.126,0.072],[0.099,0.072],[0.145,0.122],[0.121,0.076],[0.077,-0.014],[0.051,0.012],[0.221,0],[0,0],[0.147,-0.073],[0,-0.221],[-0.076,-0.195],[-0.121,-0.145],[-0.025,-0.17],[-0.025,-0.122],[0,-0.195],[-0.299,-0.026],[-0.124,0],[-0.122,-0.053],[-0.098,-0.121],[-0.05,-0.12],[-0.046,-0.172],[-0.27,-0.148],[-0.1,-0.122],[0,-0.198],[0,-0.122],[0.049,-0.124],[0.324,-0.118],[0.145,0],[0,0],[0.098,-0.049],[0.074,-0.15],[0.049,-0.125],[0.075,-0.122],[0.121,-0.099],[0,0],[-0.024,0.294],[0,0.144],[0.02,0.293],[0.028,0.147],[0,0],[0.098,-0.076],[0.096,-0.124],[0.1,-0.121],[0.12,-0.123],[0.294,0],[0,0],[0.293,-0.022],[0.064,0.014],[0.103,-0.057],[0.122,-0.097],[0.172,-0.075],[0.169,0],[0,0],[0.149,0],[0,0],[0,0],[0.147,0],[0,0],[0,0],[0.123,0.121],[0.121,0.124],[0.123,0.074],[-0.025,0.147],[-0.025,0.126],[-0.147,0.296],[0,0],[0.101,-0.078],[0.148,-0.075],[0.122,-0.022],[0.126,0],[0.109,0.002],[0.185,-0.091],[0.147,-0.076],[0.294,-0.146],[0,0],[0.416,-0.194],[0.12,-0.097],[0.098,-0.073],[0.149,-0.049],[0.147,0],[0,0],[0.122,-0.024],[0.316,-0.101],[0.147,-0.124],[0.319,-0.194],[0.199,-0.025],[0.213,0.012],[0.32,-0.111],[0.15,-0.145],[-0.072,-0.124],[0,-0.247],[0.17,-0.174],[0.292,-0.145],[0.174,-0.049],[0.123,-0.02],[0.145,0],[0.198,-0.02],[0.247,0],[0,0],[0.145,0.098],[0.17,0.052],[0.099,0.146],[0.048,0.122],[0,0.272],[-0.025,0.366],[0,0],[0,0],[0.172,0.121],[0.099,0.075],[0.096,0.124],[0.097,0.149],[0.223,0],[0.293,0],[0,0],[0.197,0.072],[0.124,0.028],[0.345,0],[0,0],[0.15,0],[0.126,0],[0,0],[-0.269,-0.048],[-0.124,-0.023],[0,0],[0.074,-0.124],[0,-0.198],[0,-0.145],[-0.075,-0.102],[-0.1,-0.048],[-0.148,-0.075],[-0.097,-0.121],[0,-0.243],[0,0],[0,-0.173],[0,-0.123],[0,-0.469],[0,-0.073],[0.297,0.051],[0.101,0.075],[0.122,0.144],[0.075,0.097],[0.147,0.076],[0.175,0],[0.144,-0.021],[0.174,-0.029],[0.152,0],[0.341,0],[0.147,0],[0.05,-0.127],[0.073,-0.099],[0.146,-0.073],[0.127,-0.024],[0.271,-0.052],[0.176,-0.076],[0.125,-0.152],[0.122,-0.099],[0.171,-0.071],[0.211,-0.002],[0,-0.004],[-0.052,-0.269],[-0.073,-0.119],[-0.098,-0.098],[-0.126,-0.072],[-0.126,-0.076],[0,-0.245],[0.024,-0.222],[0.073,0],[0.294,0],[0.293,0.028],[0.271,0.026],[0,0],[0.144,0],[0.323,0.099],[0.174,0.047],[0.121,0.026],[0.066,-0.006],[0.062,0.014],[0.146,0.097],[0.075,0.172],[0,0],[0.119,-0.071],[0.15,-0.1],[0.064,0.015],[0.066,-0.04],[0,-0.244],[-0.147,-0.175],[-0.148,-0.123],[-0.078,-0.098],[-0.051,-0.121],[-0.048,-0.152],[0,0],[-0.315,-0.075],[-0.248,-0.198],[0,-0.217],[0.025,-0.171],[0,0],[0.144,-0.05],[0.144,0],[0.121,0.073],[0.074,0.101],[0.146,0.094],[0.466,0.075],[0.066,-0.006],[0.063,0.013],[0.173,0.27],[0.024,0.149],[0,0.149],[0,0.468],[0,0],[0,0],[0.098,0.59],[0.22,0.194],[0.248,-0.009],[0.175,0.048],[0.128,0.126],[0.097,0.197],[0.244,0.172],[0.179,-0.014],[0.128,0.032],[0.169,0.098],[0.294,0.15],[0,0],[-0.122,-0.053],[-0.125,-0.077],[-0.125,-0.073],[-0.268,-0.12],[-0.293,-0.121],[-0.15,-0.026],[-0.223,0.022],[-0.249,-0.036],[-0.122,-0.05],[-0.147,-0.098],[-0.345,0],[0,0],[-0.149,-0.048],[-0.124,-0.051],[-0.148,-0.072],[-0.124,-0.028],[-0.146,0],[-0.148,0],[-0.296,0],[0,0],[0,0],[-0.146,0.024],[-0.067,-0.006],[-0.061,0.013],[-0.124,0.024],[-0.32,0.073],[-0.146,0],[-0.271,0.074],[-0.145,0.08],[-0.117,0.095],[-0.075,0.146],[-0.05,0.147],[0,0.291],[0.047,0.471],[0.024,0.125],[0.171,0.27],[0.127,0.122],[0.196,0.073],[0.121,0.025],[0.199,0],[0.297,0],[0.274,0.069],[0.269,0.196],[0.123,0.099],[0.125,0.099],[0.127,0.1],[0.172,0.071],[0.067,-0.014],[0.061,0.025],[0,0],[0.146,0.076],[0.122,0.05],[0,0],[0.175,0.073],[0.124,0.021],[0.366,0],[0.364,-0.049],[0.223,0],[0,0],[0.171,0.075],[0.146,0.097],[0.246,0.274],[0,0],[0.098,-0.17],[0.146,-0.023],[0.145,0],[0,0],[0.168,0.097],[-0.05,0.148],[0,0.246],[0.026,0.049],[0.121,0.096],[0.078,0.124],[0.025,0.122],[0.025,0.196],[0,0],[0.125,-0.073],[0.217,0],[0.2,0.123],[0.123,0.072],[0.075,0.12],[0.296,0.019],[0.318,0.052],[0.123,0.026],[0,0],[-0.15,0],[-0.148,0],[-0.198,0],[0,0],[0.126,0.1],[0.169,0.027],[0.119,0],[0.342,0],[0.267,0.1],[0.123,0.097],[0.145,0.101],[0.121,0.047],[0,0],[0,0],[0.417,0],[0,0],[-0.074,0.123],[-0.069,0.174],[-0.024,0.099],[0,0],[0.099,-0.467],[0,-0.169],[0,0],[-0.024,-0.147],[0,0],[-0.019,0.149],[0,0.224],[0.125,0.17],[0.177,0],[0,0],[0,0],[0,0],[0.397,-0.12],[0.172,0],[0.122,0],[0.123,-0.048],[0,-0.2],[0.197,-0.244],[0.244,0],[0,0],[0.175,0.047],[0.144,0.097],[-0.098,0.123],[-0.123,0.123],[0,0],[0.468,-0.126],[0.172,-0.075],[0.051,-0.194],[0,-0.148],[-0.051,-0.147],[-0.194,-0.075],[-0.292,-0.026],[-0.269,-0.026],[0,0],[0,0],[0.196,0.026],[0.342,0],[0.273,0.052],[0.172,0],[0,0],[0.048,-0.418],[0.024,-0.125],[0.075,-0.151],[0.122,-0.099],[0.076,0.273],[0.072,0.096],[0.147,0.073],[0.067,-0.012],[0.061,0.026],[0.148,0.073],[0.151,0.097],[0.07,-0.013],[0.061,0.025],[0.393,0],[0.271,-0.026],[0,0],[0,-0.172],[0,-0.196],[0,-0.322],[0.02,-0.125],[0.121,-0.123],[0.248,0],[0.121,0.145],[0.02,0.124],[0.023,0.149],[0.023,0.15],[0.096,-0.124],[0.148,-0.098],[0.078,0.01],[0.056,-0.011],[0.295,-0.024],[0,0],[-0.147,-0.047],[-0.062,0.014],[-0.069,-0.039],[-0.072,-0.122],[0,-0.149],[0,0],[0.05,-0.15],[0.122,0.074],[0.196,0.027],[0.161,-0.016],[0.143,0.012],[0.171,0.049],[0.026,0.471],[0.048,0.149],[0.223,-0.051],[0,0],[0.175,0],[0.25,0],[0.365,-0.172],[-0.052,-0.118],[0,-0.168],[0,-0.173],[0.395,-0.024],[0.122,0],[0.122,-0.047],[0.146,-0.124],[0.098,-0.073],[0.101,-0.073],[0.124,-0.147],[0.099,-0.074],[0.078,0.016],[0.045,-0.023],[0.148,-0.194],[0,0],[-0.121,0.098],[-0.147,0.073],[-0.147,0.047],[-0.147,0],[-0.147,0],[-0.119,0.047],[-0.148,0.073],[-0.153,0.075],[-0.075,-0.01],[-0.056,0.011],[-0.065,-0.006],[-0.064,0.013],[-0.173,0.074],[-0.391,0],[-0.37,-0.099],[-0.149,-0.073],[0,0],[0.267,-0.049],[0.127,-0.049],[0.127,-0.046],[0.123,-0.031],[0.064,0.033],[0.064,-0.024],[0.102,-0.124],[0.074,-0.122],[0.075,-0.122],[0.072,-0.121],[0.02,-0.147],[0,-0.145],[0.02,-0.296],[0.245,-0.345],[0.219,-0.248],[0.121,-0.098],[0.126,-0.099],[0.125,-0.095],[0.098,-0.096],[0.075,-0.148],[0.023,-0.123],[0.023,-0.124],[0.149,-0.145],[0.049,-0.2],[0.025,-0.272],[0.022,-0.149],[0.022,-0.151],[0,0],[0.173,-0.072],[0.244,-0.171],[0.147,-0.098],[0.145,-0.101],[0.078,0.015],[0.053,-0.01],[0.119,-0.025],[0.173,-0.074],[0,0],[-0.149,0],[-0.15,0],[0,0],[0.052,-0.176],[0.052,-0.096],[0.118,-0.075],[0.147,-0.073],[0.144,-0.098],[0.123,-0.075],[0.172,-0.098],[0.168,-0.069],[0.097,-0.054],[0.123,-0.148],[0.074,-0.148],[0.073,-0.122],[0.27,0],[0.417,0],[0,0],[0,0],[-0.101,-0.294],[0.44,-0.071],[0.069,0.007],[0.06,-0.011],[0.299,-0.148],[0.146,-0.075],[0.17,-0.051],[0.06,0.008],[0.068,-0.028],[0.075,-0.125],[0.024,-0.121],[0.024,-0.121],[0.171,-0.099],[0.177,-0.024],[0.126,-0.024],[0.124,0],[0.148,-0.122],[0,-0.197],[0,-0.148],[0,-0.171],[0.074,-0.123],[0.086,0.004],[0.022,-0.046],[0,-0.171],[-0.022,-0.15],[0,-0.247],[0.147,-0.2],[0.079,0.022],[0.045,-0.038],[0.098,-0.096],[0,0],[0,0],[-0.147,-0.046],[-0.147,-0.046],[-0.101,-0.122],[0.101,-0.121],[0.071,-0.146],[0.048,-0.124],[0.025,-0.123],[0.074,-0.172],[0,-0.149],[0,-0.196],[-0.614,-0.048],[0.153,-0.317],[0.076,-0.173],[0,-0.175],[0,-0.175],[-0.02,-0.127],[-0.273,-0.054],[-0.063,0.011],[-0.102,-0.044],[-0.153,-0.1],[-0.148,-0.147],[0,0],[-0.123,-0.024],[-0.243,0],[-0.318,0.172],[-0.172,0.074],[-0.075,-0.011],[-0.055,0.011],[-0.122,0.049],[-0.145,0.098],[-0.101,0.121],[-0.127,0.145],[-0.269,0.269],[-0.17,0.046],[-0.125,0.027],[-0.146,0],[-0.147,0.024],[0,0],[-0.058,0.009],[-0.067,-0.026],[-0.103,-0.096],[-0.075,-0.151],[-0.047,-0.129],[-0.051,-0.173],[-0.072,-0.318],[-0.02,-0.124],[-0.101,-0.148],[0,-0.273],[0,0],[0,-0.223],[0,-0.128],[-0.268,-0.173],[-0.118,-0.076],[-0.099,-0.148],[-0.026,-0.173],[0,0],[0,0],[-0.152,-0.268],[-0.12,-0.12],[-0.123,-0.15],[-0.05,-0.178],[0,-0.148],[0.025,-0.122],[0,-0.249],[0,0],[-0.025,-0.146],[-0.025,-0.152],[0,0],[-0.023,0.195],[-0.023,0.121],[-0.081,0.146],[-0.195,0.048],[-0.148,0],[0,0],[-0.124,0],[-0.176,0],[-0.151,0.078],[-0.172,0.075],[-0.343,0],[0,0],[0,0],[0,0.149],[0.03,0.217],[0,0],[0.148,0.027],[0.059,-0.008],[0.068,0.027],[0.075,0.103],[0.101,0.075],[-0.173,0.297],[-0.05,0.176],[-0.025,0.296],[-0.024,0.293],[-0.024,0.122],[-0.072,0.149],[-0.124,0.097],[-0.168,0.074],[-0.123,0.047],[-0.174,0.048],[-0.123,0.05],[-0.066,-0.015],[-0.053,0.041],[-0.073,0.149],[-0.05,0.121],[-0.099,0.145],[-0.095,0.126],[-0.023,0.171],[0,0.149],[0,0],[0.029,0.192],[0.295,0.022],[0.295,0],[0.146,0],[0.097,0.469],[0.2,0.072],[0.071,-0.013],[0.049,0.025],[0.148,0.118],[0,0.148],[0,0],[-0.099,0.122],[-0.096,0.122],[-0.075,0.169],[-0.028,0.148],[-0.124,0.245],[-0.122,0.103],[-0.147,0.045],[-0.074,-0.011],[-0.057,0.011],[-0.249,0.198],[-0.1,0.12],[-0.125,0.122],[-0.125,0.068],[-0.166,-0.005],[-0.101,0.019],[-0.068,-0.011],[-0.1,0.043],[-0.123,0.098],[-0.074,0.147],[-0.046,0.097],[-0.145,0.121],[-0.128,0.03],[-0.124,0],[-0.125,0.029],[-0.119,0.046],[0,0.243],[0.124,0.2],[0.072,0.174],[0,0.147],[-0.264,0.37],[-0.144,0.094],[-0.077,-0.018],[-0.057,0.023],[-0.148,0.093],[-0.072,0.202],[-0.126,0.269],[-0.097,0.073],[-0.295,0],[-0.271,-0.048],[-0.069,0.005],[-0.061,-0.012],[-0.126,-0.101],[-0.221,-0.295],[-0.099,0.049],[-0.175,0.049],[-0.148,0],[-0.148,-0.097],[-0.077,-0.145],[-0.072,-0.123],[0,-0.168],[0,0],[0,0],[0.026,-0.468],[0.026,-0.124],[0.196,-0.265],[0.147,-0.1],[0.247,0],[0.419,0],[0.147,-0.048],[0.125,-0.097],[0.072,-0.122],[0.072,-0.147],[0.073,-0.122],[0.123,-0.098],[0.125,-0.149],[0.126,-0.122],[0.124,-0.073],[0,-0.368],[0,-0.54],[0.097,-0.221],[0,-0.272],[-0.027,-0.536],[0,0],[0,-0.151],[0,-0.344],[-0.372,-0.051],[-0.271,-0.149],[-0.124,-0.12],[-0.143,-0.072],[-0.292,-0.126],[-0.15,-0.073],[-0.418,0],[0,0],[-0.145,0.048],[-0.592,0],[-0.389,0],[-0.194,0.024],[-0.121,0.046],[-0.121,0.077],[-0.069,0.097],[-0.121,0.098],[0,0],[-0.173,0.051],[-0.221,0],[-0.047,-0.026],[-0.1,-0.148],[-0.076,-0.119],[-0.123,-0.093],[0,0],[0,0],[0.196,-0.048],[0.294,0],[0.369,-0.048],[0.12,-0.018],[0.149,-0.073],[0.149,-0.124],[0.098,-0.147],[0.098,-0.148],[0.098,-0.12],[0.146,-0.073],[0.148,0],[0.267,0.097],[0.171,0.126],[0.273,0],[0.372,-0.05],[0.296,0.026],[0.293,-0.024],[0.122,-0.025],[0.144,-0.051],[0.194,0],[0.148,0],[0.169,0],[0.147,-0.07],[0.096,-0.121],[0.046,-0.124],[0.124,-0.145],[0.147,0],[0.145,0],[0.123,0.047],[0.144,0.126],[0.097,0.051],[0.147,0],[0.122,-0.025],[0.124,-0.068],[0.07,-0.119],[-0.171,-0.05],[-0.068,0.006],[-0.063,-0.012],[-0.174,-0.073],[0.271,-0.026],[0.466,-0.148],[0.147,-0.048],[-0.073,-0.097],[-0.322,-0.124],[-0.117,0],[-0.144,0],[-0.222,0],[-0.197,0.048],[-0.251,0.294],[-0.248,0],[-0.194,-0.102],[-0.121,-0.072],[-0.096,-0.149],[-0.051,-0.124],[-0.051,-0.103],[-0.12,-0.075],[-0.151,-0.069],[-0.145,-0.095],[0.122,-0.122],[0.372,-0.24],[0.048,-0.149],[0.024,-0.124],[0.023,-0.269],[0,0],[0.174,0.074],[0.101,0.072],[0.073,0.146],[0.073,0.123],[0.124,0.146],[0.084,-0.025],[0.024,0.047],[0.022,0.123],[0,0.151],[0,0],[0.292,-0.225],[0.12,-0.1],[0.072,-0.121],[0.022,-0.122],[0.022,-0.123],[0.054,-0.147],[0.072,-0.17],[0.026,-0.122],[0,-0.245],[-0.048,-0.199],[0,-0.127],[0,-0.175],[0.074,-0.172],[0.072,-0.169],[0.025,-0.199],[0,0],[0,0],[0.145,0.027],[0.418,0.051],[0.297,0],[0.293,-0.025],[0.076,-0.145],[0,-0.196],[-0.051,-0.148],[-0.27,-0.245],[0,0],[0,0],[0.513,0.346],[0.124,0.125],[0.223,0.047],[0.148,0],[0.146,-0.022],[0.322,-0.198],[0.168,-0.072],[0.121,-0.049],[0.123,-0.072],[0.145,-0.097],[0.171,-0.076],[0.466,0],[0.269,-0.078],[0.199,-0.05],[0.25,0],[0.295,0.295],[0,0.54],[0,0],[0.124,-0.071],[0.12,0],[0.144,0],[0.195,0],[0,0],[0.318,0],[0.051,-0.471],[0,0],[0.175,0.127],[0.048,0.172],[0.072,0.322],[0,0],[0,0],[0,0],[0,0.15],[-0.023,0.147],[0,0],[-0.296,-0.096],[-0.175,-0.073],[-0.249,0],[-0.293,0.027],[0,0.296],[0,0.393],[-0.099,0.223],[0,0.27],[0.025,0.297],[0,0],[0.175,0],[0.101,0.013],[0.162,-0.059],[0.147,-0.073],[0.101,-0.127],[0.225,0],[0,0],[0.149,0.047],[-0.122,0.247],[-0.075,0.172],[0,0.145],[0,0],[0.296,0],[0.148,0.021],[-0.072,0.176],[-0.074,0.32],[0,0.148],[0.023,0.125],[0.075,0.171],[0.101,0.118],[0.196,0],[0.147,0],[0.075,-0.174],[0.125,-0.247],[0.32,-0.122],[0.076,0.011],[0.052,-0.009],[0.174,-0.05],[0,-0.22],[0,-0.248],[0,0],[0.098,-0.071],[0.123,-0.048],[0.123,-0.031],[0,-0.417],[-0.222,-0.321],[-0.149,-0.121],[-0.126,-0.077],[-0.148,-0.078],[0.025,-0.125],[0,-0.173],[0,-0.17],[0,0],[0,-0.246],[0,-0.098],[-0.048,-0.125],[-0.074,-0.174],[0,-0.339],[0,0],[0,0],[0.194,-0.024],[0.392,0],[0,0],[0.271,0],[0.397,0],[0.246,-0.145],[0.122,-0.071],[0.146,-0.051],[0.243,-0.196],[0.071,-0.128],[0.053,-0.149],[0.392,0],[0.174,0.029],[0,0],[0,0],[0.148,0],[0.151,0],[0,0],[0,0],[0,0],[0.193,-0.047],[0.148,-0.051],[0.122,-0.048],[0.147,-0.072],[0.296,-0.249],[0.176,-0.097],[0.172,-0.02],[0,0],[0.491,0],[0,0],[0.542,-0.097],[0.122,-0.026],[0.122,-0.025],[0,0],[0,0],[0.171,0],[0.109,-0.011],[0.152,0.041],[0.149,0.102],[0.077,0.099],[0.241,0],[0.216,-0.018],[0,0],[-0.296,-0.094],[0,0],[0,0],[0,0],[0.492,0],[0.144,0.022],[0.146,0],[0.147,0],[0.171,0.048],[0.146,0.099],[0.073,0.121],[0.296,-0.049],[0.067,0.006],[0.06,-0.013],[0.242,-0.168],[0.071,-0.147],[0,-0.147],[-0.098,-0.123],[-0.085,0.021],[-0.044,-0.02],[-0.148,-0.073],[-0.148,-0.073],[-0.144,-0.023],[-0.165,0.016],[-0.143,-0.009],[0,0],[-0.146,-0.073],[-0.147,-0.098],[-0.124,-0.072],[-0.124,-0.121],[-0.293,-0.223],[0,0],[-0.147,-0.097],[-0.144,-0.073],[-0.266,-0.2],[0,-0.244],[0.021,-0.197],[0,-0.272],[-0.078,-0.545],[0,-0.222],[0.097,-0.196],[0.372,-0.371],[0.094,-0.099],[0.12,-0.072],[0.494,0],[0,0],[0.176,0.05],[0.246,0.047],[0.149,0],[0.391,0.05],[0.152,0.075],[0.172,0.102],[0.174,0],[0,0],[0.393,0],[0.174,0.026],[0.268,0],[0,0],[0.073,-0.126],[0.052,-0.118],[0.049,-0.146],[0,0],[0,0],[-0.118,-0.118],[-0.101,-0.148],[0,-0.221],[0.048,-0.197],[0,-0.394],[-0.073,-0.245],[-0.052,-0.149],[0,-0.195],[0,0],[0.074,-0.125],[0.097,-0.149],[0.078,-0.125],[0,-0.493],[-0.025,-0.121],[-0.076,-0.169],[0,0],[-0.023,-0.194],[0,0],[0,0],[0.053,-0.173],[0,-0.246],[-0.021,-0.37],[0,0],[-0.343,0],[-0.147,-0.048],[-0.146,-0.096],[-0.222,0],[-0.393,0],[-0.176,-0.048],[-0.149,-0.051],[-0.125,-0.048],[0,0],[-0.097,-0.145],[-0.076,-0.145],[-0.075,-0.12],[-0.123,-0.151],[0,0],[0,0],[-0.174,0],[-0.126,-0.006],[-0.146,0.012],[-0.272,0.101],[-0.148,0.073],[-0.291,0.252],[-0.169,0.078],[-0.295,0.051],[-0.125,-0.006],[-0.149,0.013],[-0.147,0.048],[-0.146,0.096],[-0.244,0.295],[-0.518,0.197],[-0.295,0.028],[-0.214,-0.01],[-0.225,0.012],[-0.294,0.023],[0,0],[0.074,0.125],[0.147,0.146],[0,0.22],[-0.072,0.197],[-0.076,0.167],[-0.172,0.345],[0,0],[-0.07,0.121],[-0.124,0.072],[-0.08,-0.016],[-0.051,0.01],[-0.268,0.1],[-0.119,0.096],[-0.174,0.047],[-0.122,0.047],[-0.067,-0.012],[-0.062,0.024],[-0.172,0.075],[-0.076,-0.011],[-0.054,0.011],[-0.147,0.024],[-0.216,-0.016],[-0.193,0.011],[-0.293,0.025],[0,0],[0,0],[0,0.293],[0,0.172],[-0.074,0.27],[-0.096,0.123],[-0.293,0.074],[-0.223,0],[-0.368,-0.072],[-0.068,0.006],[-0.06,-0.012],[-0.494,-0.15],[-0.391,0],[0,0],[-0.146,0],[-0.148,0],[-0.072,0.249],[-0.074,0.102],[-0.125,0.1],[-0.174,0.074],[-0.124,0],[0,0],[-0.27,0.048],[-0.17,0.072],[-0.148,0.097],[-0.147,0.126],[-0.221,0],[-0.145,0],[-0.269,-0.196],[-0.196,-0.273],[-0.196,-0.464],[-0.05,-0.119],[-0.097,-0.144],[-0.147,-0.096],[-0.149,-0.074],[0,0],[-0.122,-0.075],[-0.122,-0.173],[-0.049,-0.099],[-0.145,-0.121],[-0.146,-0.127],[-0.121,-0.099],[-0.174,-0.121],[-0.125,-0.074],[-0.174,-0.096],[-0.173,-0.049],[-0.293,-0.052],[-0.071,0.009],[-0.098,-0.028],[-0.126,-0.099],[-0.074,-0.121],[-0.465,-0.272],[-0.127,-0.049],[-0.149,-0.069],[-0.123,-0.097],[-0.198,-0.276],[-0.172,-0.317],[-0.048,-0.149],[-0.027,-0.121],[0,-0.32],[0.047,-0.294],[0.663,-0.419],[0.169,-0.071],[0.123,-0.025],[0.294,0],[0.198,0],[1.051,0],[0,0],[-0.269,-0.197],[-0.099,-0.124],[-0.076,-0.123],[-0.098,-0.096],[-0.175,-0.077],[-0.076,0.011],[-0.054,-0.011],[-0.319,0],[0,0],[0,0],[-0.125,0.05],[-0.266,0.196],[-0.172,0.096],[-0.07,-0.02],[-0.038,0.05],[-0.049,0.125],[-0.098,0.267],[-0.075,0.101],[-0.171,0.098],[-0.075,-0.011],[-0.056,0.011],[-0.267,0.096],[0,0.148],[0,0.149],[0,0],[0.196,0],[0,0],[0.148,0],[0,0],[-0.023,0.226],[0,0],[-0.322,-0.121],[-0.122,-0.077],[-0.223,0],[-0.174,0],[0.074,0.466],[0,0.293],[0.194,0.027],[0.066,-0.005],[0.061,0.015],[0.17,0.077],[0.147,0.124],[0.171,0.098],[0.127,0.072],[0.172,0.072],[0.067,-0.014],[0.052,0.039],[0.122,0.126],[0.099,0.047],[0.08,-0.011],[0.055,0.01],[0.07,-0.007],[0.06,0.011],[0.146,0.05],[0.099,0.075],[0.121,0.076],[0.172,0.075],[0.075,-0.011],[0.055,0.013],[0.143,0.021],[0.068,-0.006],[0.071,0.011],[-0.023,0.121],[0,0.194],[0,0.147],[0.174,0.125],[0.175,0.05],[0.392,0.247],[0.123,0.094],[0.073,-0.021],[0.038,0.049],[0.026,0.121],[0,0.345],[0.349,0],[0.34,-0.024],[0,0],[0,0],[0,0.194],[0,0],[0.049,0.123],[0,0.221],[-0.173,0.148],[-0.223,0],[-0.175,-0.098],[-0.098,-0.146],[-0.101,-0.15],[-0.125,-0.096],[-0.074,0.017],[-0.059,-0.023],[-0.122,-0.047],[-0.148,-0.101],[-0.146,-0.099],[-0.148,-0.05],[-0.077,0.011],[-0.056,-0.01],[-0.152,-0.098],[-0.051,-0.193],[-0.245,-0.22],[-0.076,0.017],[-0.057,-0.021],[-0.296,-0.195],[-0.123,-0.072],[-0.146,-0.123],[-0.367,-0.02],[-0.086,0.005],[-0.154,-0.117],[-0.07,-0.094],[-0.12,-0.096],[-0.147,-0.074],[-0.293,-0.15],[-0.542,-0.195],[-0.249,-0.147],[-0.125,-0.147],[-0.05,-0.121],[0,-0.2],[0.05,-0.148],[0.076,-0.175],[0.028,-0.124],[0,-0.219],[-0.096,-0.171],[0,-0.369],[-0.046,-0.27],[-0.198,-0.24],[-0.12,-0.073],[-0.08,0.017],[-0.051,-0.009],[-0.145,0],[-0.267,-0.054],[0,0],[0,0],[0.124,0.025],[0.147,0],[0.148,-0.024],[-0.048,-0.126],[-0.074,-0.15],[-0.291,-0.243],[-0.121,-0.099],[-0.148,-0.145],[-0.1,0.149],[-0.05,0.096],[-0.126,0.15],[-0.053,-0.122],[-0.07,-0.099],[-0.149,-0.294],[-0.023,-0.345],[-0.023,-0.12],[-0.197,-0.151],[0,0],[-0.125,0.025],[-0.126,0.077],[-0.097,0.12],[-0.073,0.171],[0,0.149],[0,0],[0,0.171],[-0.125,0.097],[-0.171,0],[-0.121,-0.026],[-0.199,-0.025],[-0.168,0],[0,0],[-0.196,0.025],[-0.021,0.341],[0,0.146],[0,0.071],[-0.316,0.022],[-0.147,0.021],[0.122,0.147],[0.144,0.124],[0.194,0.071],[0.197,0],[0,-0.297],[0.025,-0.15],[0.169,0.07],[0.121,0.053],[0.124,0.175],[0.049,0.173],[0.024,0.123],[0.022,0.118],[0.049,0.12],[0.12,0.099],[0.123,0.052],[0.074,-0.011],[0.056,0.013],[0.123,0.148],[0.026,0.169],[0,0.148],[0,0],[-0.078,0.17],[0,0],[-0.151,-0.069],[-0.174,-0.025],[-0.292,0],[0,0],[0,0],[-0.171,0.077],[0.146,0.1],[0.121,0.048],[-0.121,0.146],[-0.193,0.025],[-0.347,0],[-0.322,-0.048],[-0.124,-0.023],[-0.146,-0.074],[-0.196,-0.047],[-0.06,0.008],[-0.067,-0.025],[-0.099,-0.101],[-0.052,-0.119],[-0.076,-0.1],[-0.095,-0.076],[-0.146,-0.077],[0,0],[0.12,-0.074],[0,-0.221],[-0.294,-0.27],[-0.269,-0.197],[0,-0.441],[0,-0.076],[0,-0.149],[0,-0.147],[0,0],[-0.062,-0.147],[-0.096,-0.158],[-0.058,-0.076],[-0.072,-0.062],[-0.065,-0.048],[-0.061,-0.048],[-0.096,-0.07],[-0.062,-0.072],[0,-0.134],[0.035,-0.124],[0.06,-0.089],[0.024,-0.071],[0.007,-0.101],[0,-0.15],[-0.044,-0.205],[-0.037,-0.077],[-0.088,-0.038],[-0.097,0],[-0.074,0.211],[-0.011,0.06],[-0.024,0.111],[0,0.079],[0.016,0.234],[0,0.073],[-0.011,0.237],[0,0],[-0.047,-0.021],[-0.076,-0.048],[-0.066,-0.057],[-0.076,-0.064],[-0.163,-0.16],[-0.064,-0.075],[-0.075,-0.082],[-0.086,-0.035],[-0.078,-0.02],[-0.077,0],[-0.149,0],[-0.135,-0.048],[-0.082,-0.023],[-0.16,0],[-0.075,0.01],[-0.062,0.041],[-0.036,0.091],[0,0.076],[0,0.084],[0,0.223],[-0.036,0.098],[-0.06,0.086],[-0.038,0.077],[-0.086,0.037],[-0.195,0],[-0.17,-0.122],[-0.065,-0.058],[-0.149,-0.128],[-0.077,-0.059],[-0.162,-0.11],[-0.1,-0.086],[-0.072,-0.045],[-0.074,-0.035],[-0.06,-0.021],[-0.109,0],[0,0],[0,0.271],[0,0],[0,0.109],[-0.024,0.185],[-0.122,0],[-0.075,0],[-0.079,0.011],[-0.109,0],[-0.232,-0.134],[-0.161,-0.088],[-0.073,-0.024],[-0.163,0],[-0.069,0.025],[-0.064,0.04],[-0.052,0.061],[-0.065,0.059],[-0.028,-0.048],[-0.076,-0.123],[-0.034,-0.075],[-0.016,-0.063],[0,-0.148],[0.064,-0.235],[0.037,-0.09],[0.087,-0.221],[0,-0.308],[-0.011,-0.137],[-0.033,-0.113],[-0.023,-0.075],[-0.027,-0.061],[-0.051,-0.122],[0,-0.11],[0.036,-0.122],[0.074,-0.075],[0.034,-0.089],[0.01,-0.073],[0,-0.171],[0.035,-0.073],[0.052,-0.075],[0.086,-0.208],[0.075,-0.134],[0.187,-0.087],[0.083,-0.046],[0.076,-0.06],[0.035,-0.098],[0.011,-0.063],[0.013,-0.151],[0.136,-0.354],[0.075,-0.199],[0.158,-0.162],[0.073,-0.06],[0.085,-0.051],[0.084,-0.011],[0,0],[0.062,0.004],[0.091,-0.012],[0.148,-0.025],[0.065,0],[0.042,0.004],[0.041,-0.005],[0.06,-0.011],[0.072,-0.038],[0.124,0],[0.124,0.036],[0.071,0.062],[0.219,0.026],[0,0],[0.113,0],[0.137,0.012],[0.108,0],[0.183,0.038],[0.097,0],[0,0],[0.084,-0.011],[0.087,-0.05],[-0.16,-0.062],[-0.246,-0.061],[-0.245,-0.024],[-0.147,-0.012],[0,0],[0,0],[-0.097,-0.123],[-0.033,-0.076],[0,-0.137],[0,-0.083],[0,-0.076],[0,-0.101],[0,-0.306],[-0.124,-0.122],[-0.196,-0.297],[-0.073,-0.147],[0,0],[-0.1,-0.147],[-0.126,-0.146],[-0.192,-0.075],[-0.172,0],[0,0],[-0.149,0.048],[-0.099,0.122],[-0.05,0.126],[-0.147,0.148],[0,0],[-0.32,-0.445],[-0.1,-0.122],[-0.147,-0.122],[-0.124,-0.073],[-0.072,-0.174],[-0.073,-0.316],[-0.024,-0.123],[-0.074,-0.148],[-0.272,-0.316],[-0.071,-0.199],[0,-0.269],[0,0],[0,-0.148],[-0.246,-0.395],[-0.225,-0.1],[-0.145,-0.048],[-0.118,-0.076],[-0.101,-0.121],[-0.078,-0.12],[-0.072,-0.124],[-0.217,-0.394],[-0.144,-0.296],[0,0],[0,-0.491],[0.027,-0.148],[0.025,-0.173],[0,-0.145],[-0.174,-0.224],[-0.148,-0.122],[-0.125,-0.072],[-0.148,-0.126],[-0.273,-0.272],[-0.122,-0.146],[-0.097,-0.122],[-0.123,-0.17],[-0.147,-0.318],[-0.122,-0.147],[-0.122,-0.17],[-0.297,-0.418],[-0.368,-0.491],[-0.073,-0.148],[-0.073,-0.196],[0,-0.175],[-0.022,-0.293],[-0.022,-0.125],[-0.049,-0.146],[0,-0.369],[0,0],[-0.393,-0.343],[-0.39,-0.042],[-0.297,0],[-0.42,0.145],[-0.096,0.169],[-0.22,0.219],[-0.3,0.122],[-0.173,0],[0,0],[-0.17,-0.05],[-0.069,0.006],[-0.061,-0.012],[0,0],[-0.122,0.146],[-0.174,0.117],[-0.2,0.072],[-0.438,0.149],[-0.171,0.056],[-0.133,-0.016],[-0.133,0.028],[-0.17,0.023],[-0.124,0],[-0.267,0.097],[-0.146,0.146],[0,0],[-0.199,0.049],[-0.123,0],[-0.469,0],[-0.025,0.267],[-0.074,0.1],[-0.147,0.125],[-0.076,-0.017],[-0.057,0.023],[-0.174,0.048],[-0.124,0.024],[-0.147,0.017],[-0.122,0],[-0.146,0.023],[0,0],[-0.027,0.217],[0,0.124],[-0.027,0.117],[-0.174,0.275],[0,0],[-0.023,0.124],[-0.051,0.148],[-0.196,0.226],[-0.172,0.073],[-0.147,0],[0,0],[-0.145,0],[0,0],[-0.046,0.145],[-0.046,0.123],[-0.075,0.169],[-0.097,0.121],[-0.248,0],[0,0],[-0.144,-0.097],[-0.12,-0.046],[-0.047,0.465],[-0.103,0.49],[-0.049,0.169],[-0.097,0.094],[-0.124,0.029],[-0.065,-0.007],[-0.064,0.015],[-0.294,0.124],[0.122,0.317],[0.195,0.072],[0.061,-0.008],[0.07,0.027],[0.146,0.074],[0.071,0.126],[0.023,0.121],[0.027,0.178],[0.076,0.148],[0.177,0.072],[0.296,0.074],[0.122,0],[0.146,0.05],[-0.023,0.127],[0,0.319],[0.051,0.099],[0.12,0.073],[0.175,0],[0,0],[0.099,-0.324],[0.246,-0.243],[0.07,0.319],[0.05,0.124],[0.095,0.127],[0.122,0.124],[0,0],[0.121,0.126],[0.121,0.099],[0.126,-0.075],[0.125,-0.074],[0.121,-0.076],[0.071,-0.317],[0.022,-0.468],[0.025,-0.295],[0.291,0],[0.339,0.023],[0,0],[0.171,0.048],[0.298,0],[0.074,-0.023],[0.172,-0.074],[0.12,-0.073],[0.149,-0.146],[0.223,0],[0.267,0.147],[0.153,0.149],[0.051,0.199],[0,0.146],[-0.049,0.097],[-0.095,0.078],[-0.42,0],[0,0],[-0.221,-0.051],[-0.245,0],[-0.246,0.023],[-0.145,0.023],[0.097,0.073],[0.195,0],[0,0],[0.296,0],[0,0],[0.146,0],[0.123,0.026],[0.419,0.022],[0.208,-0.007],[0.232,0.011],[0.147,0],[0,0],[0,0],[0.144,0.095],[0.128,0.078],[0.197,0.072],[0.121,0.02],[0.122,0],[0.147,0.052],[0.072,0.223],[0.023,0.17],[0.072,0.268],[0.196,0.273],[0.047,0.195],[0.025,0.125],[0,0.147],[0.023,0.196],[0,0.247],[-0.028,0.245],[-0.076,0.148],[-0.2,0.072],[-0.221,0],[-0.365,-0.075],[-0.395,-0.393],[-0.124,-0.099],[-0.249,-0.293],[-0.097,-0.171],[-0.249,-0.419],[-0.177,-0.102],[-0.447,-0.248],[-0.294,-0.245],[-0.32,-0.196],[-0.318,-0.072],[-0.164,0.016],[-0.141,-0.009],[-0.12,0],[-0.591,0],[0,0],[0,0],[-0.148,0.022],[-0.131,-0.006],[-0.133,0.012],[-0.148,0.024],[0,0],[-0.268,-0.072],[-0.146,-0.102],[-0.12,-0.319],[-0.023,-0.124],[-0.05,-0.12],[-0.12,-0.102],[-0.149,-0.074],[-0.197,0],[0,0],[-0.172,0],[-0.174,-0.047],[-0.148,-0.098],[-0.099,-0.124],[-0.125,-0.072],[-0.222,0],[0,0],[-0.345,0],[0,0],[0,0],[0,0],[-0.298,-0.248],[-0.119,-0.103],[-0.101,-0.147],[-0.247,-0.217],[-0.151,-0.076],[-0.102,-0.048],[-0.126,-0.148],[-0.048,-0.151],[-0.027,-0.296],[-0.101,0.002],[-0.076,-0.092],[-0.123,-0.099],[-0.149,-0.072],[-0.125,0],[0,0],[-0.271,-0.074],[-0.151,-0.053],[-0.122,-0.049],[-0.372,-0.071],[0.468,-0.047],[0.268,-0.07],[0.149,-0.049],[-0.073,-0.126],[-0.121,-0.103],[-0.124,-0.05],[-0.121,-0.049],[-0.12,-0.123],[-0.122,-0.148],[-0.32,-0.196],[-0.174,-0.122],[-0.198,-0.049],[-0.146,0],[-0.122,0.048],[-0.148,0.098],[-0.154,0.073],[-0.241,0.12],[-0.12,0.173],[-0.221,0],[-0.32,-0.244],[-0.073,-0.124],[0,-0.394],[-0.048,-0.27],[-0.078,-0.347],[0,-0.124],[0,-0.317],[0,0],[0,-0.194],[-0.026,-0.54],[-0.026,-0.121],[-0.072,-0.295],[0,-0.148],[-0.049,-0.492],[-0.249,-0.295],[-0.126,-0.146],[-0.099,-0.167],[-0.025,-0.164],[-0.025,-0.122],[-0.098,-0.315],[-0.023,-0.12],[-0.074,-0.175],[-0.025,-0.17],[-0.025,-0.124],[-0.046,-0.147],[-0.074,-0.124],[-0.118,-0.171],[-0.072,-0.123],[-0.075,-0.196],[0,-0.297],[0,0],[0,-0.295],[-0.324,-0.471],[-0.098,-0.174],[-0.074,-0.148],[-0.073,-0.147],[-0.32,-0.662],[-0.171,-0.468],[-0.047,-0.124],[0,0],[-0.141,-0.12],[-0.269,0],[-0.173,0.098],[-0.121,0.148],[-0.049,0.123],[-0.045,0.146],[-0.295,0.392],[-0.126,0.075],[-0.069,-0.012],[-0.061,0.026],[-0.118,0.026],[-0.125,0.149],[-0.076,0.174],[-0.049,0.123],[-0.048,0.146],[0,0.289],[-0.098,0.369],[-0.073,0.172],[-0.074,0.295],[-0.026,0.295],[0.024,0.29],[0,0.296],[0,0.147],[0,0],[0,0.609],[-0.075,0.125],[-0.118,0.076],[-0.467,0],[-0.323,0.296],[-0.096,0.294],[-0.073,0.145],[-0.195,0.075],[-0.122,0.05],[-0.124,0.052],[-0.147,0.098],[-0.145,0.097],[-0.117,0.068],[-0.098,0.071],[-0.096,0.151],[-0.147,0.273],[-0.122,0.148],[-0.096,0.124],[-0.149,0.1],[-0.244,0.222],[-0.098,0.146],[-0.074,0.122],[-0.122,0.078],[-0.077,-0.015],[-0.052,0.013],[-0.06,-0.008],[-0.068,0.027],[-0.124,0.147],[-0.077,0.122],[-0.318,0.095],[-0.147,0],[-0.083,-0.001],[-0.158,0.105],[-0.094,0.148],[-0.049,0.614],[-0.022,0.299],[0,0],[-0.145,-0.027],[-0.22,0],[0,0],[-0.172,0.076],[-0.065,-0.013],[-0.062,0.027],[-0.171,0.077],[-0.1,0.049],[-0.149,0.1],[-0.079,0.124],[0,0],[0,0],[-0.244,-0.052],[-0.06,0.014],[-0.043,-0.063],[-0.096,-0.146],[-0.046,-0.121],[-0.072,-0.121],[-0.125,-0.124],[-0.072,-0.124],[-0.096,-0.321],[0,-0.296],[-0.074,-0.124],[-0.075,-0.122],[-0.097,-0.122],[-0.075,-0.098],[-0.296,-0.248],[-0.121,-0.124],[-0.1,-0.146],[0,-0.196],[0,0],[0,-0.147],[-0.004,-0.285],[-0.001,0],[-0.296,0],[-0.121,-0.07],[-0.074,-0.1],[0,-0.149],[0.075,-0.268],[0.046,-0.145],[0,-0.465],[-0.419,-0.416],[-0.149,-0.099],[-0.173,-0.026],[-0.295,0],[0,0],[-0.125,0.049],[-0.145,0.076],[-0.13,0.052],[-0.145,0.024],[-0.321,0.074],[0,0],[0,0],[-0.073,0.172],[-0.323,-0.344],[-0.074,-0.148],[-0.053,-0.151],[-0.075,-0.297],[-0.151,-0.492],[-0.049,-0.119],[-0.096,-0.145],[-0.075,-0.147],[0,-0.146],[0,-0.589],[-0.047,-0.148],[-0.073,-0.123],[-0.095,-0.123],[-0.272,-0.272],[-0.1,-0.144],[0,-0.248],[0,-0.293],[0,-0.317],[0.344,-0.222],[0.148,-0.073],[0.095,-0.076],[0.047,-0.148],[0,-0.124],[0,-0.466],[0,0],[0.027,-0.296],[0,-0.247],[-0.171,-0.346],[-0.15,-0.123],[-0.148,-0.074],[-0.126,-0.053],[-0.241,-0.296],[-0.32,-0.173],[-0.124,-0.069],[-0.095,-0.146],[-0.026,-0.2],[-0.026,-0.35],[-0.099,-0.245],[-0.126,-0.294],[-0.075,-0.169],[-0.097,-0.195],[0,-0.368],[0,0],[-0.021,-0.148],[-0.051,-0.169],[-0.123,-0.144],[-0.171,-0.1],[-0.146,-0.073],[-0.539,-0.196],[-0.249,-0.197],[-0.173,-0.267],[-0.127,-0.094],[-0.127,-0.051],[-0.124,-0.024],[-0.175,-0.049],[-0.269,0],[0,0],[-0.146,0.069],[0.202,0.276],[0.097,0.099],[0.097,0.096],[0.072,0.317],[0.019,0.343],[0,0.148],[0.074,0.434],[0.026,0.12],[0.073,0.152],[0.049,0.199],[0,0.472],[0,0],[0,0.15],[0,0],[0,0.195],[0,0],[0.371,0.247],[0.123,0.096],[0.121,0.098],[0.121,0.101],[0.173,0.077],[0.295,0.054],[0.068,-0.008],[0.099,0.031],[0.194,0.272],[0.046,0.167],[0.027,0.12],[0,0.292],[0.027,0.123],[0.072,0.098],[0.126,0.096],[0.076,0.124],[0,0.296],[0,0],[0.071,0.097],[0.124,0.072],[0.145,0.051],[0,0],[0,0],[-0.27,0.494],[-0.194,0.462],[0,0.24],[0,0.295],[-0.072,0.197],[-0.102,0.149],[-0.101,0.175],[-0.097,-0.079],[-0.124,-0.099],[-0.099,-0.126],[-0.074,-0.15],[-0.101,-0.244],[-0.146,-0.098],[-0.244,0],[0,0],[-0.148,0.023],[-0.169,0],[-0.196,-0.274],[-0.15,-0.345],[-0.123,-0.316],[-0.148,-0.291],[-0.198,-0.274],[-0.318,-0.147],[-0.077,0.011],[-0.051,-0.008],[-0.124,-0.027],[-0.127,-0.021],[-0.096,-0.073],[0,-0.196],[0.096,-0.314],[0,-0.294],[-0.342,-0.588],[-0.098,0.144],[-0.294,0.246],[-0.149,0.123],[-0.15,0.118],[-0.174,0.146],[-0.097,0.15],[-0.073,0.122],[-0.074,0.174],[-0.047,0.123],[-0.048,0.124],[-0.196,0.048],[-0.224,0],[-0.27,0.02],[-0.167,0.119],[-0.371,0.322],[-0.196,0.098],[-0.098,0.074],[-0.097,0.146],[-0.027,0.122],[0,0.294],[0,0.738],[0,0],[0.074,0.323],[0.121,0.521],[0.026,0.346],[0,0.345],[0.364,0.095],[0.147,0.076],[0.124,0.125],[0.149,0.367],[0.07,0.093],[0.097,0.071],[0.152,0.072],[0.318,0.197],[0.126,0.144],[0.099,0.12],[0.073,0.173],[0.052,0.27],[0.026,0.124],[0.073,0.17],[0,0.243],[-0.052,0.223],[-0.048,0.175],[-0.12,0.099],[-0.115,0.124],[-0.07,0.147],[-0.05,0.179],[-0.023,0.171],[-0.048,0.22],[-0.049,0.174],[-0.196,0.075],[-0.12,0.051],[-0.091,-0.016],[-0.082,0.012],[-0.343,0.12],[-0.068,-0.012],[-0.061,0.024],[-0.175,0.052],[-0.123,0],[-0.318,0],[-0.15,0],[-0.467,0],[0,0],[0,-0.143],[0,0],[0.174,-0.074],[0.146,-0.05],[0.067,0.012],[0.062,-0.025],[0.146,-0.099],[0.094,-0.149],[0,-0.272],[-0.051,-0.199],[-0.077,-0.17],[-0.124,-0.124],[0,0],[-0.151,0.513],[-0.025,0.124],[-0.024,0.175],[0,0.174],[0.073,0.123],[0.272,0.095],[0,0],[-0.318,0.022],[0,0],[-0.148,0.07],[-0.173,0.094],[-0.174,0.046],[-0.268,0.052],[-0.318,0],[0,0],[-0.126,0],[-0.29,0],[-0.119,0.025],[-0.146,0.071],[-0.125,0.123],[-0.123,0.049],[-0.273,0.047],[-0.146,0.025],[-0.126,-0.005],[-0.148,0.013],[-0.125,0.024],[-0.059,-0.008],[-0.069,0.027],[-0.147,0.099],[-0.149,0.074],[-0.124,0.049],[-0.145,0.098],[-0.096,0.101],[-0.1,0.126],[-0.101,0.145],[-0.151,0.097],[-0.17,0.022],[-0.121,0.022],[-0.07,-0.006],[-0.061,0.012],[-0.244,0.223],[-0.099,0.124],[-0.127,0.101],[-0.121,0.148],[-0.075,0.143],[-0.072,0.171],[-0.05,0.123],[-0.076,0.148],[-0.22,0.365],[-0.223,0.443],[-0.049,0.123],[-0.126,0.15],[-0.12,0.125],[-0.201,0.123],[-0.15,0.118],[-0.074,0.175],[-0.05,0.17],[-0.02,0.172],[-0.02,0.124],[-0.021,0.127],[-0.053,0.119],[-0.171,0.098],[-0.197,0.319],[0,0.465],[0.125,0.172],[0.149,0.076],[0.079,-0.016],[0.05,0.01],[0.324,0.023],[0,0.294],[0,0.147],[0,0.146],[0,0],[0.025,0.126],[0.023,0.171],[0.072,0.442],[0.023,0.124],[0.122,0.145],[0.024,0.172],[0,0.465],[0.196,0.419],[0.2,0.321],[0.393,0.197],[0.17,0.047],[0.077,-0.015],[0.078,0.04],[0.097,0.151],[0,0.151],[0,0],[-0.072,0.149],[-0.124,0.149],[-0.027,0.171],[0,0.293],[0,0],[0,0],[-0.096,0.149],[-0.098,0.122],[-0.123,0.075],[-0.078,-0.015],[-0.052,0.011],[-0.122,0],[-0.146,0.021],[0,0],[-0.467,0],[0,0.394],[0.023,0.121],[0,0],[0.075,0.124],[0.224,0.294],[0,0],[0.027,-0.298],[0.027,-0.12],[0.022,-0.127],[0.15,0],[0.147,0],[0.169,0],[0,0],[0,0],[0,0.417],[-0.077,0.22],[-0.097,0.146],[-0.197,0.073],[-0.126,0.02],[-0.467,0],[-0.124,0.02],[-0.098,0.074],[-0.05,0.124],[-0.097,0.148],[-0.171,0.072],[-0.173,0.05],[-0.145,0.019],[-0.15,-0.01],[-0.115,0.009],[-0.123,0.019],[-0.147,0.126],[-0.122,0.149],[-0.124,0.122],[-0.169,0.123],[-0.248,0],[0,0],[-0.148,-0.052],[0,0],[0.124,-0.146],[0.075,-0.145],[0.052,-0.27],[0.246,-0.269],[0.125,-0.149],[0.129,-0.154],[0.047,-0.125],[0,0],[-0.121,0.099],[-0.122,0.123],[0,0],[-0.175,0.122],[-0.246,0.248],[-0.173,0.073],[-0.123,0.02],[-0.173,0],[-0.467,-0.074],[-0.064,0.006],[-0.064,-0.013],[-0.27,-0.146],[-0.098,-0.12],[0,-0.296],[0,0],[0.073,-0.147],[0.098,-0.198],[0.047,-0.124],[0,-0.269],[-0.027,-0.342],[0,0],[0,0],[-0.223,0],[-0.121,-0.021],[-0.176,-0.319],[-0.027,-0.119],[-0.075,-0.273],[-0.029,-0.122],[-0.075,-0.146],[0,-0.245],[0,0],[0.126,-0.175],[0.073,-0.174],[0.049,-0.128],[0,-0.17],[0,0],[0,0],[-0.468,0.27],[0,0],[-0.173,0.096],[-0.222,0.094],[-0.125,0.049],[-0.148,0.05],[-0.173,0.052],[-0.078,-0.014],[-0.078,0.039],[-0.099,0.146],[0,0.121],[-0.025,0.297],[-0.027,0.171],[0,0.149],[0,0],[0.294,0.223],[0.026,0.222],[0.052,0.322],[0.074,0.122],[0.122,0.097],[0.147,0.096],[0.148,0.096],[0.123,0.096],[0.124,0.148],[0.073,0.119],[0.05,0.175],[0,0.222],[-0.124,0.373],[-0.072,0.172],[-0.07,0.122],[-0.101,0.076],[-0.081,-0.014],[-0.053,0.014],[-0.321,0.049],[0,0],[-0.295,0.027],[0,0],[-0.026,0.123],[-0.075,0.122],[-0.15,0.099],[-0.069,-0.013],[-0.064,0.027],[-0.146,0.072],[-0.273,0.37],[-0.125,0.148],[-0.315,0.123],[-0.146,0],[-0.127,-0.02],[-0.66,-0.222],[-0.147,0],[-0.274,0.147],[-0.122,0.076],[-0.144,0.1],[-0.146,0.077],[-0.072,-0.017],[-0.06,0.024],[-0.171,0.047],[-0.145,-0.022],[-0.119,0.021],[-0.147,0.054],[-0.097,0.047],[-0.12,0.095],[-0.024,0.123],[-0.293,0.245],[-0.096,0.126],[-0.097,0.123],[-0.099,0.122],[-0.489,0.42],[-0.145,0.126],[-0.148,0.343],[-0.046,0.121],[-0.071,0.172],[-0.047,0.122],[-0.124,0.295],[-0.076,0.149],[-0.342,0.271],[-0.123,0.068],[-0.124,0.074],[-0.072,-0.017],[-0.058,0.022],[-0.25,0.294],[-0.122,0.151],[-0.097,0.124],[-0.144,0.149],[-0.121,0.151],[-0.025,0.173],[-0.025,0.294],[0,0.145],[-0.026,0.299],[0,0],[-0.072,0.175],[-0.072,0.172],[0,0.419],[0,0],[0,0.146],[0,0],[-0.025,0.118],[-0.047,0.17],[-0.02,0.124],[-0.095,0.272],[-0.099,0.173],[-0.078,0.148],[-0.099,0.146],[-0.096,-0.074],[-0.125,-0.072],[-0.096,-0.072],[-0.125,-0.151],[0,-0.197],[0,-0.148],[0.049,-0.148],[0,-0.218],[-0.054,-0.369],[0,-0.667],[0.046,-0.513],[0.046,-0.123],[0.1,-0.147],[0.096,-0.145],[0,-0.221],[-0.026,-0.2],[-0.148,-0.442],[0,-0.394],[0.072,-0.199],[0.118,-0.125],[0.05,-0.174],[0,-0.246],[0,-0.221],[0,-0.199],[0,-0.148],[0,0],[-0.073,0.15],[-0.049,0.125],[0,0],[-0.074,0.145],[-0.074,0.15],[-0.029,-0.15],[-0.15,-0.249],[-0.146,-0.098],[-0.465,-0.024],[0.028,0.125],[0.052,0.147],[0.052,0.118],[0.097,0.15],[0.123,0.146],[0.097,0.122],[0.075,0.175],[0.121,0.296],[0.072,0.174],[0,0.32],[-0.174,0.321],[-0.021,0.196],[-0.048,0.173],[-0.048,0.126],[-0.074,0.119],[-0.122,0.101],[-0.199,0],[-0.267,-0.151],[-0.392,0],[-0.171,0.053],[0.026,0.124],[0.025,0.145],[0.025,0.122],[0.052,0.293],[0,0.145],[0.048,0.17],[0.024,0.17],[0,0.465],[0.049,0.124],[0.074,0.175],[0.078,0.118],[0.124,0.368],[0.027,0.148],[0,0.149],[0,0.172],[0,0.145],[0,0],[0,0.196],[0,0.172],[0.024,0.121],[0.074,0.12],[0.08,-0.006],[0.037,0.058],[0.023,0.27],[0.019,0.295],[0.019,0.342],[0.025,0.296],[0,0],[0,0],[0.27,-0.047],[0.145,-0.073],[0,0],[0,-0.119],[0,0],[-0.026,-0.148],[0,-0.296],[0,0],[0.067,-0.001],[0.027,0.072],[0,0.169],[0,0.149],[-0.026,0.127],[0,0.293],[0,0],[0.07,0.149],[0.17,0.097],[0.175,0.049],[0.07,-0.007],[0.06,0.01],[0.149,0.124],[0.126,0.077],[0.121,0.073],[0.441,0.443],[0,0],[0,0],[0,0],[0.022,0.148],[0.049,0.148],[0.344,0.466],[0,0],[0,-0.148],[0,0],[0.024,-0.151],[0.075,-0.006],[0.096,0.013],[0.149,0.025],[0,0],[-0.023,0.12],[0,0.247],[0.323,0.271],[0.195,-0.072],[0.169,0],[0,0],[0,0],[0.149,0.027],[-0.07,0.269],[-0.122,0.146],[-0.174,0.045],[-0.074,-0.011],[-0.055,0.012],[-0.296,0.099],[-0.148,0.094],[-0.096,0.145],[-0.145,0.174],[-0.222,0.101],[-0.122,0.025],[-0.146,0.023],[-0.293,0],[-0.217,0.516],[-0.097,0.124],[-0.126,0.101],[-0.124,0.076],[-0.073,0.122],[-0.148,0.097],[-0.121,0.096],[-0.121,0.075],[-0.147,0.12],[-0.144,0.12],[-0.145,0.075],[-0.125,0.051],[-0.071,-0.011],[-0.051,0.026],[-0.072,0.124],[-0.053,0.149],[-0.048,0.123],[-0.07,0.147],[-0.095,0.143],[-0.096,0.103],[-0.323,0.05],[-0.133,-0.015],[-0.168,0.038],[-0.269,0.201],[-0.12,0.15],[-0.144,0.167],[-0.343,0],[-0.399,0],[-0.07,0],[-0.37,0],[0,0],[-0.147,-0.024],[0,0],[-0.148,0.024],[-0.245,0],[0,0],[-0.144,-0.052],[-0.295,0],[-0.193,0.046],[-0.17,0],[0,0],[0,0],[-0.197,0.269],[-0.147,0.099],[-0.198,-0.124],[-0.246,0],[-0.294,0],[-0.197,-0.1],[-0.176,-0.077],[-0.124,-0.048],[-0.147,-0.073],[0.073,-0.121],[0,-0.223],[-0.196,-0.172],[-0.174,0],[0,0],[-0.243,0.298],[-0.122,0.148],[-0.217,0],[-0.367,-0.374],[-0.122,-0.095],[-0.027,0.149],[-0.047,0.148],[-0.124,-0.051],[-0.196,0],[0,0],[0.048,0.121],[0.072,0.175],[0.025,0.099],[0.296,0],[0.146,0],[0,0],[-0.268,0.173],[-0.071,-0.018],[-0.049,0.037],[-0.124,0.144],[-0.08,0.126],[-0.097,0.148],[-0.124,0.149],[-0.198,0.074],[-0.059,-0.008],[-0.066,0.027],[0,0],[-0.098,0.175],[-0.322,0.365],[-0.444,0.368],[-0.418,0],[-0.195,-0.047],[-0.245,0],[0,0],[-0.145,0.077],[-0.222,0],[0,0],[-0.12,-0.095],[-0.175,-0.052],[-0.125,-0.02],[-0.07,0.006],[-0.062,-0.01],[-0.174,-0.075],[0,-0.271],[0,0],[-0.074,-0.127],[-0.069,-0.148],[0,-0.127],[0,-0.295],[0,0],[-0.125,0.095],[-0.129,0.097],[-0.367,0.147],[-0.124,0.075],[-0.146,0.101],[-0.099,0.125],[-0.147,0.122],[-0.175,0.047],[-0.27,0.047],[-0.056,-0.011],[-0.071,0.044],[-0.072,0.121],[-0.049,0.148],[-0.021,0.148],[-0.021,0.294],[-0.053,0.271],[-0.271,0.047],[-0.343,0],[0,0],[0,0],[0.171,-0.074],[0,0],[0.122,-0.074],[0.075,-0.17],[0.023,-0.146],[0.022,-0.123],[0.022,-0.118],[0.025,-0.121],[0.097,-0.343],[0.025,-0.125],[0.074,-0.117],[0.148,-0.098],[0.121,-0.052],[0.17,-0.095],[0.096,-0.1],[0.05,-0.126],[0.046,-0.122],[0.316,-0.195],[0.467,-0.3],[0.49,-0.296],[0.419,-0.347],[0.368,-0.419],[0.147,-0.1],[0.217,-0.247],[0.072,-0.122],[0.197,-0.023],[0.068,0.005],[0.062,-0.011],[0.081,0.005],[0.086,-0.011],[0.145,-0.024],[0.123,-0.023],[0.343,-0.125],[0.149,-0.047],[0.06,0.008],[0.07,-0.025],[0.096,-0.124],[0,-0.193],[0,-0.246],[0.149,-0.367],[0.121,-0.146],[0.103,-0.145],[0.047,-0.127],[0.028,-0.22],[0,-0.194],[0.076,-0.269],[0.099,-0.32],[0.025,-0.349],[0,-0.295],[0,-1.647],[0.049,-0.2],[0.149,-0.15],[0,0],[0,0],[-0.172,0],[-0.171,0.052],[-0.12,0.044],[-0.148,0.025],[-0.122,0],[-0.271,0],[-0.072,0.44],[-0.049,0.123],[-0.121,0.147],[-0.126,0.099],[-0.096,0.147],[-0.073,0.174],[0,0],[-0.073,0.121],[-0.246,0],[0,0],[-0.149,-0.022],[0,0],[-0.12,0.05],[-0.122,0.097],[0,0.175],[0,0],[-0.268,0.268],[-0.121,0.1],[0,0],[0,0],[0.149,0.27],[0.028,0.169],[0,0],[0,0],[-0.07,0.147],[-0.124,0.195],[-0.074,0.124],[-0.224,0],[-0.167,-0.12],[-0.072,-0.097],[-0.126,-0.15],[0,0],[0,0],[0.119,0.12],[0.125,0.325],[0.029,0.126],[0.029,0.125],[0.026,0.149],[0,0.321],[-0.072,0.12],[-0.101,0.051],[-0.144,0.048],[0.025,0.121],[0.071,0.172],[0.062,0.008],[0.068,-0.025],[0.197,0],[0,0],[-0.078,0.268],[-0.124,0.297],[-0.073,0.122],[-0.124,0.098],[-0.245,0.218],[-0.073,0.147],[-0.053,0.127],[-0.026,0.148],[0,0.127],[-0.024,0.344],[-0.024,0.122],[-0.073,0.128],[-0.149,0.097],[-0.125,0.024],[-0.148,0],[-0.273,-0.198],[-0.099,-0.101],[-0.247,0],[-0.203,0.097],[-0.125,0.126],[-0.148,0.124],[-0.121,0.072],[-0.075,-0.172],[-0.048,-0.118],[-0.074,-0.17],[-0.068,-0.006],[-0.06,0.011],[-0.151,0.101],[-0.124,0.121],[-0.22,0.294],[-0.17,0.074],[-0.22,0],[-0.224,-0.024],[-0.116,0],[-0.172,0],[0,0],[-0.025,-0.293],[-0.025,-0.118],[-0.273,-0.174],[-0.078,0.01],[-0.056,-0.011],[-0.418,0.419],[-0.123,0.102],[-0.141,0.099],[-0.097,0.147],[-0.248,0.317],[-0.177,0.168],[-0.171,0.072],[-0.269,0.068],[-0.193,0],[0,0],[-0.318,0.074],[-0.149,0.052],[-0.297,0.098],[-0.151,0.127],[-0.097,0.122],[-0.172,0.077],[-0.124,0.048],[-0.515,0.122],[-0.166,-0.016],[-0.141,0.009],[-0.169,0.051],[-0.149,0.095],[-0.39,0.243],[-0.17,0.026],[-0.292,0],[-0.445,-0.121],[-0.149,-0.096],[-0.197,-0.074],[-0.126,-0.026],[-0.392,0],[0,0],[-0.195,0.025],[0,0],[0.124,0.122],[0.074,0.173],[0.051,0.123],[0,0],[0.074,0.15],[0.07,0.172],[0.048,0.124],[0,0],[0.225,0.345],[0.073,0.146],[0.075,0.121],[0.072,0.124],[0.196,0],[0,0],[0.145,0.098],[0.074,0.099],[-0.149,0.103],[-0.121,0.074],[-0.196,0.046],[-0.149,0],[0,0],[-0.392,0],[0,0],[-0.323,0],[-0.273,0.103],[-0.222,0.244],[-0.126,0.146],[-0.077,0.151],[0,0.224],[0.096,0.171],[0.088,-0.004],[0.035,0.048],[0,0.145],[0,0],[-0.371,0],[-0.169,-0.442],[-0.019,-0.124],[-0.053,-0.147],[-0.22,-0.295],[0,0],[-0.172,-0.049],[-0.121,-0.095],[-0.024,-0.17],[0,-0.464],[0,0],[-0.243,-0.193],[-0.147,-0.124],[-0.297,-0.15],[-0.174,-0.075],[-0.245,0],[0,0],[-0.075,0.17],[0,0.147],[0,0.296],[-0.027,0.146],[0,0],[-0.267,0.021],[0.049,0.469],[0,0.148],[-0.024,0.125],[-0.048,0.121],[-0.122,0.094],[-0.342,-0.172],[-0.171,-0.024],[0,0],[-0.12,0.024],[-0.123,0.074],[-0.122,0.124],[-0.128,0.094],[-0.126,0.07],[-0.071,-0.013],[-0.062,0.024],[-0.151,0.098],[-0.073,0.125],[0,0.144],[0.272,0.147],[0.145,0.029],[0.111,-0.007],[0.132,0.105],[0.074,0.095],[0.096,0.147],[0.146,0.098],[0.345,0],[0,0],[0.271,0],[0.445,0.049],[0,0],[0.072,-0.006],[0.103,0.016],[0.146,0.077],[0.198,0.026],[0.173,0],[0.146,-0.026],[0.171,-0.066],[-0.174,-0.047],[-0.07,0.012],[-0.049,-0.023],[-0.122,-0.097],[0,-0.221],[0,0],[0.048,-0.117],[0.274,0],[0.249,0.345],[0,0.15],[0,0],[0.121,0.074],[0.17,0.046],[0.147,0.02],[0,0],[0.146,0],[0.319,0.097],[0.197,0.072],[0.121,0.046],[0.174,0.046],[0.244,0.126],[0.171,0.151],[0.122,0.173],[0.099,0.075],[0.126,0.049],[0.171,0.025],[0.344,0.026],[0.145,0],[0.339,0],[0.266,0.321],[0.441,0.294],[0.221,0.097],[0.299,0.027],[0.131,-0.006],[0.176,0.015],[0.147,0.048],[0.151,0.096],[0.198,0.073],[0.067,-0.006],[0.061,0.013],[0.148,0.025],[0,0],[0,0],[0.146,0.052],[0.174,0.045],[0.341,0.196],[0.148,0.098],[0.47,-0.024],[0,0],[0.148,-0.051],[0.223,-0.098],[0.22,0],[0.396,0.051],[0,0],[0.173,0.046],[0.196,0.052],[0.068,-0.005],[0.061,0.012],[0.294,0.172],[0.32,0.099],[0.122,0.025],[0.218,0],[0.195,-0.051],[0.123,-0.075],[0,-0.197],[0.047,-0.123],[0.076,-0.176],[0.07,-0.125],[0.146,-0.151],[-0.125,-0.048],[-0.149,-0.101],[-0.1,-0.121],[0,-0.297],[0.025,-0.12],[0.126,-0.149],[0.12,-0.097],[0.172,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.415,0.148],[-0.267,0.173],[0,0],[0.126,0.023],[0.174,0],[0,0],[0.023,-0.32],[0.023,-0.124],[0.073,-0.126],[0.124,-0.049],[0.275,0],[0,0],[0.173,0.073],[0.296,0.05],[0.86,0],[0,0],[0.196,-0.023],[0.415,-0.073],[0.221,0],[0.222,0.025],[0.149,0.098],[0.199,0.123],[0.174,0],[0,0],[0,-0.223],[0,-0.144],[0,0],[0,0],[0,0],[0,0],[0.147,0.219],[0.148,0.099],[0.121,0.051],[0.145,0.046],[0.121,0.075],[0.1,0.169],[0,0.295],[-0.048,0.366],[0,0.147],[0.048,0.147],[0.097,0.147],[0.124,0.1],[0.101,0.077],[0.15,0.123],[0.097,0.049],[0.122,0.027],[0.065,-0.005],[0.062,0.014],[0.15,0.024],[0.175,0.023],[0.149,0],[0.296,0],[0.345,0],[0.123,-0.027],[0.15,-0.077],[0.125,-0.074],[0.17,-0.071],[0.175,-0.048],[0.174,0],[0,0],[0.15,0],[0.492,0],[0.368,-0.094],[0.176,-0.028],[0,0],[0.123,0.021],[0.143,0.05],[0.124,0.052],[0.173,0.125],[0.198,0.049],[0.146,0],[0,0],[0.194,0.024],[0.223,0.023],[0.198,0.049],[0.173,0.1],[0,0],[0.272,0.196],[0.147,0.121],[0.126,0.07],[0.296,0],[0,0],[0,0],[-0.148,0.094],[-0.294,0.147],[0,0],[0.063,-0.006],[0.062,0.014],[0.222,0],[0,0],[0.073,-0.271],[0.096,-0.144],[0.323,-0.121],[0.15,0],[0,0],[0.166,0.075],[-0.047,0.149],[-0.051,0.171],[-0.051,0.124],[-0.098,0.147],[-0.098,0.075],[-0.048,0.121],[0.294,0.024],[0.171,0.076],[0.171,0.026],[0.071,-0.009],[0.095,0.028],[0.319,0.052],[0.146,0],[0.193,0],[0.346,0],[0.271,0.077],[0.216,0.048],[0.073,-0.008],[0.094,0.026],[0.295,0.024],[0.213,-0.016],[0.229,0.023],[0.294,0.024],[0.153,0],[0.103,-0.146],[0.031,-0.121],[0,-0.344],[0,0],[0.321,-0.051],[-0.026,-0.147],[-0.099,-0.145],[-0.15,-0.073],[-0.124,-0.076],[-0.1,-0.074],[-0.097,-0.122],[-0.074,-0.148],[-0.026,-0.122],[0,-0.172],[0,-0.144],[0,0],[0.272,0.052],[0.124,0],[0.083,-0.006],[0.084,0.011],[0.119,0.025],[0.171,0.048],[0.175,0],[0.147,0],[0.391,0.025],[0,0],[0,0],[-0.124,-0.072],[0,-0.248],[0.096,-0.243],[0.291,0.194],[0.147,0.122],[0.167,0.126],[0.073,0.125],[0.101,0.149],[0.101,0.07],[0.124,0.023],[0.318,0],[0.149,-0.026],[0.12,-0.073],[0.049,-0.096],[0.122,-0.122],[0.49,0],[0.371,0.244],[0.32,0.046],[0.126,0.022],[0.175,0.048],[0.148,0],[0.122,-0.026],[0.201,0],[0.445,0],[0.099,-0.223],[-0.024,-0.343],[0.025,-0.463],[0.026,-0.296],[0,0],[0.294,0.344],[0.119,0.096],[0.199,0.1],[0.117,0.052],[0.144,0.073],[0.173,0.125],[0.15,0.121],[0,0.444],[0,0],[-0.05,0.121],[0,0.171],[0,0.197],[0,0.293],[0.026,0.346],[0,0.341],[0.072,0.273],[0.074,0.146],[0.121,0.098],[0.196,0.095],[0.174,0.026],[0.273,0],[0.148,-0.217],[0.098,-0.127],[0.075,-0.098],[0.244,0],[0.244,0.393],[0.074,0.146],[0.146,0.126],[0.17,0.023],[0.122,0],[0.118,-0.006],[0.216,0.106],[0.148,0.101],[0.417,0],[0.248,-0.099],[0.175,-0.074],[0.196,-0.097],[0.148,-0.076],[0.197,-0.146],[0,0],[-0.099,-0.15],[-0.027,-0.171],[0,-0.197],[0,-0.174],[0,0],[0.196,-0.073],[0.442,0],[0.391,0.173],[0.214,0.051],[0.323,0.123],[0.17,0.1],[0.249,0],[0.148,-0.05],[0.222,0],[0.121,0.192],[0,0.293],[0,0],[0.17,0.075],[0.171,0.026],[0.149,0],[0.147,0],[0.149,-0.073],[0.171,0],[0.273,0.026],[0,0],[0.17,0],[0,0],[0,0],[0.439,-0.075],[0.123,-0.024],[0.124,-0.07],[0.269,0],[0,0],[0.147,0],[0.175,0],[0,0.29],[0,0.147],[0,0.146],[0,0],[0.101,-0.075],[0.097,-0.122],[0.421,0],[0.194,0.068],[0.147,0.147],[0,0],[-0.298,0.024],[-0.121,0.049],[-0.15,0.097],[-0.121,0.073],[-0.126,0.049],[-0.123,0.069],[0,0.247],[0,0],[0.124,0.124],[0.221,0],[0.343,-0.124],[0.147,-0.104],[0.122,-0.097],[0.097,-0.147],[0.123,-0.124],[0.148,-0.122],[0.245,0],[0,0],[0,0],[-0.048,-0.124],[0,-0.245],[0,0],[0.121,-0.098],[0.149,-0.103],[0.243,0],[0,0],[0.146,0],[0.296,-0.028],[0.17,-0.074],[0.174,-0.025],[0.296,0],[0,0],[0.391,0],[0,0],[0.074,0],[-0.174,0.124],[-0.124,0.121],[-0.123,0.095],[-0.15,0.096],[-0.147,0.05],[-0.138,-0.016],[-0.125,0.024],[-0.122,0.05],[-0.128,0.097],[-0.125,0.096],[-0.198,0.295],[-0.245,0.195],[-0.297,0.026],[0,0],[-0.125,0],[-0.123,0.049],[-0.116,0.097],[-0.07,0.096],[-0.151,0.124],[-0.293,0.027],[0,0],[-0.149,0],[-0.173,0.024],[-0.122,0.024],[-0.147,0.124],[-0.046,0.173],[-0.024,0.121],[-0.046,0.271],[0,0],[-0.026,0.225],[-0.053,0.125],[-0.097,0.12],[-0.08,-0.025],[-0.039,0.049],[0,0.173],[0.023,0.126],[0.071,0.122],[0.08,-0.007],[0.038,0.061],[0.05,0.103],[0.072,0.122],[0.084,-0.024],[0.023,0.048],[0.047,0.124],[0.096,0.148],[0.201,0.099],[0.172,0.026],[0.079,-0.006],[0.088,0.014],[0.149,0],[-0.049,0.467],[0,0],[0.295,0.048],[0.347,0],[0.125,-0.024],[0.147,-0.075],[0.15,-0.096],[0.125,-0.051],[0.29,0.196],[0.121,0.026],[0.244,0],[0.222,-0.027],[0,0],[0,0],[0,0],[-0.123,0.073],[-0.075,0.099],[0,0.319],[0,0.173],[0,0],[0.318,0.022],[0.394,0],[0.148,0],[-0.099,0.121],[-0.321,0.174],[-0.075,-0.012],[-0.055,0.013],[-0.173,0.073],[0,0]],\"o\":[[-0.171,0],[-0.293,0.124],[-0.126,0.024],[-0.471,0.072],[-0.125,0.051],[-0.172,0.073],[-0.174,0.12],[0,0.121],[-0.027,0.122],[-0.074,0.172],[-0.223,0.218],[0.098,0.121],[0.121,0.122],[0,0],[0,0],[-0.054,0.322],[-0.122,0.095],[-0.163,-0.003],[-0.098,0.079],[-0.098,0.151],[-0.121,0.098],[-0.346,0.197],[-0.271,0],[-0.144,-0.029],[-0.144,-0.073],[-0.149,-0.099],[-0.125,-0.049],[-0.122,-0.023],[-0.391,0],[0,0],[-0.346,-0.023],[-0.196,0],[-0.054,0.01],[-0.126,-0.005],[-0.1,0.151],[-0.075,0.17],[-0.022,0.121],[-0.05,0.145],[-0.172,0.103],[0,0],[-0.418,0],[-0.171,0.074],[-0.294,0.124],[-0.121,0.051],[-0.221,0.097],[-0.146,0],[-0.15,-0.024],[-0.149,-0.046],[-0.32,0],[-0.172,0.048],[-0.294,0.15],[-0.175,0.094],[-0.123,0.024],[-0.17,0.05],[-0.393,0],[-0.32,0.073],[-0.146,0.1],[-0.073,0.174],[-0.068,0.121],[-0.059,0.028],[-0.061,-0.008],[-0.17,0.026],[-0.147,0],[-0.123,0.029],[-0.127,0.026],[-0.203,0.076],[0,0.345],[0.069,0.122],[0.269,0.15],[0.151,0.073],[0.051,0.098],[0,0],[-0.021,0.175],[-0.125,-0.024],[-0.466,-0.097],[-0.296,0],[-0.123,0.024],[-0.147,0.075],[-0.149,0.096],[-0.122,0.046],[-0.149,0],[-0.223,-0.051],[-0.419,0],[-0.296,0],[-0.12,0],[-0.147,0.024],[0,0],[-0.175,0],[-0.124,0.024],[-0.101,0.068],[-0.097,0.147],[0,0],[-0.344,0],[0.053,0.124],[0.097,0.177],[0.15,0.147],[0.126,0.15],[0.05,0.268],[0,0.148],[0.028,0.145],[0.05,0.123],[0.296,0.222],[0,0],[0.196,0],[0.147,0.024],[0.169,0.075],[0.147,0.149],[0.025,0.121],[0,0],[-0.075,0.396],[-0.244,0],[-0.147,-0.076],[-0.122,-0.071],[-0.064,-0.023],[-0.067,0.013],[-0.175,-0.047],[-0.125,-0.022],[-0.123,-0.052],[-0.099,-0.098],[-0.067,-0.121],[-0.071,-0.145],[0,0],[-0.344,0],[-0.096,-0.076],[-0.226,-0.173],[-0.145,0],[-0.173,0.045],[-0.124,0.025],[-0.442,0.148],[0,0],[0.148,0.027],[0.298,0],[0.124,0],[0.169,0.027],[0.099,0.151],[0,0.174],[-0.343,-0.021],[-0.122,-0.027],[-0.176,-0.074],[-0.193,-0.097],[0,0],[-0.119,0],[-0.122,0.069],[-0.05,0.102],[-0.101,0.197],[0,0.513],[0.133,0.012],[0.129,-0.006],[0.147,0],[0.465,0.099],[0.148,0.094],[0.125,0.074],[0.124,0.072],[0.097,0.125],[0,0.173],[-0.147,-0.223],[-0.136,-0.066],[-0.118,0],[-0.171,-0.046],[-0.062,-0.011],[-0.068,0.006],[-0.059,-0.011],[-0.069,0.006],[-0.175,-0.048],[-0.124,-0.024],[-0.218,-0.034],[-0.186,0.018],[-0.298,-0.048],[-0.171,-0.072],[-0.075,-0.172],[0,-0.149],[0,0],[0,-0.298],[0.025,-0.17],[0.026,-0.121],[0,-0.148],[-0.026,-0.125],[-0.075,-0.146],[-0.048,-0.119],[-0.122,-0.295],[-0.148,0.052],[-0.073,0.013],[-0.061,-0.006],[0,0.221],[0,0.146],[0.02,0.468],[0,0.149],[0,0],[-0.294,0],[-0.197,0],[-0.146,0],[0,0.243],[-0.03,0.128],[-0.123,0.075],[-0.123,0.069],[-0.346,0.15],[0,0],[0.123,0.515],[0.271,0.246],[0.049,0.125],[0.049,0.269],[0,0.148],[-0.022,0.148],[-0.126,0.244],[0,0],[0,0.173],[0.049,0.17],[0,0.123],[0,0.172],[0,0.145],[0.049,0.319],[0.099,0.125],[0,0],[0.096,-0.122],[0.121,-0.122],[0.147,-0.123],[0,0],[0.149,0],[0.149,0.072],[0.272,0.197],[0.124,0.048],[0.148,0.074],[0.217,0.245],[0.195,0.296],[0.124,0.097],[0.077,0.147],[0,0.32],[-0.074,0.147],[-0.074,0.146],[0,0.174],[0.064,0.011],[0.073,-0.01],[0,0],[0.148,0.073],[0.269,0.132],[0.127,-0.008],[0.149,0],[0,0],[-0.147,0.047],[-0.271,0.05],[0,0],[-0.171,-0.023],[-0.171,-0.075],[-0.123,-0.073],[-0.317,-0.194],[0,0],[0,-0.145],[0,-0.392],[-0.124,-0.121],[-0.047,-0.123],[-0.099,-0.151],[-0.095,-0.075],[-0.171,-0.049],[-0.269,-0.049],[-0.466,0],[-0.147,0],[-0.146,0.025],[-0.148,0.048],[-0.173,0.095],[0,0.147],[0,0.148],[0.096,0.371],[0,0.393],[-0.027,0.116],[-0.078,0.2],[-0.148,0.126],[-0.195,0.148],[-0.099,0.122],[-0.098,0.366],[-0.292,0],[-0.493,0.175],[-0.297,0.166],[-0.07,0.102],[-0.097,0.145],[-0.12,0.07],[-0.291,0],[-0.149,-0.024],[-0.121,-0.05],[-0.17,-0.075],[0,0],[0,0],[0.1,-0.146],[0.1,-0.151],[0.196,-0.073],[0.224,0],[0.144,0.025],[0.269,0.024],[0.296,0],[0.172,-0.026],[0.168,-0.072],[0.122,-0.101],[0.176,-0.267],[0.097,-0.123],[0.27,-0.218],[0.075,-0.096],[0.098,-0.124],[0.118,-0.091],[0.051,-0.097],[0.024,-0.122],[0.069,-0.299],[0.027,-0.122],[0.024,-0.122],[0.025,-0.147],[0,-0.195],[-0.296,0.024],[-0.194,0],[-0.122,-0.052],[-0.15,-0.099],[-0.125,-0.172],[0,-0.393],[0.051,-0.467],[0,0],[0.025,-0.295],[0.095,-0.445],[0,-0.147],[-0.07,-0.32],[-0.023,-0.121],[-0.099,-0.294],[-0.074,-0.174],[-0.073,-0.122],[0,0],[0.293,0],[0.147,0],[0.048,0],[0,0],[-0.393,0],[-0.197,-0.05],[-0.124,-0.023],[-0.271,-0.047],[0,0],[-0.22,0],[-0.393,0],[-0.173,0.074],[-0.144,0.051],[-0.125,0.027],[-0.294,0.027],[-0.148,0],[0,0.469],[0,0.196],[-0.075,0.322],[-0.098,0.151],[-0.249,0.295],[-0.096,0.265],[-0.047,0.174],[-0.129,0.046],[-0.159,0.045],[-0.104,-0.012],[0,0],[-0.169,0],[-0.197,0.122],[0,0],[0.026,0.173],[0.038,0.053],[0.073,-0.02],[0.295,0.224],[0.122,0.244],[0,0.295],[-0.102,0.099],[-0.121,0.097],[-0.171,0.148],[0,0.297],[0.294,0],[0.143,0],[0.146,0.099],[0.117,0.124],[0.049,0.121],[0.073,0.149],[0.073,0.127],[0.148,0.121],[0.101,0.05],[0.294,0.199],[0.1,0.124],[0.049,0.124],[0,0.151],[-0.051,0.199],[-0.071,0.097],[-0.125,0.074],[0,0],[-0.296,0],[-0.32,-0.073],[-0.467,-0.271],[-0.297,-0.022],[-0.466,0],[-0.147,-0.1],[-0.147,-0.098],[-0.163,-0.058],[-0.102,0.014],[-0.149,0],[-0.294,-0.024],[-0.199,-0.073],[-0.097,-0.15],[-0.126,-0.049],[-0.128,-0.048],[-0.194,-0.05],[-0.146,-0.072],[0,0],[-0.174,0],[-0.124,-0.097],[-0.126,-0.099],[0,0],[-0.37,0],[-0.27,-0.152],[-0.12,-0.072],[-0.123,-0.072],[-0.098,-0.047],[-0.147,-0.124],[-0.097,-0.074],[-0.072,-0.04],[-0.057,0.011],[-0.202,-0.049],[0,0],[-0.167,0],[-0.173,0.097],[0,0.22],[0.073,0.197],[0.125,0.145],[0.028,0.123],[0.028,0.171],[0.293,0],[0.148,0],[0.123,0],[0.147,0.045],[0.074,0.099],[0.074,0.17],[0.295,0.099],[0.148,0.075],[0.097,0.124],[0,0.148],[0,0.121],[-0.172,0.32],[-0.12,0.051],[0,0],[-0.121,0],[-0.122,0.074],[-0.071,0.122],[-0.07,0.148],[-0.072,0.124],[0,0],[0,-0.294],[0,-0.147],[0,-0.298],[0,-0.172],[0,0],[-0.121,0.051],[-0.148,0.099],[-0.099,0.121],[-0.097,0.122],[-0.198,0.197],[0,0],[-0.297,-0.027],[-0.08,0.011],[-0.093,-0.02],[-0.146,0.074],[-0.148,0.099],[-0.146,0.072],[0,0],[-0.15,0],[0,0],[0,0],[-0.149,0],[0,0],[0,0],[-0.124,-0.122],[-0.12,-0.121],[-0.104,-0.097],[0.049,-0.147],[0.025,-0.121],[0.095,-0.314],[0,0],[-0.122,0.073],[-0.121,0.097],[-0.122,0.075],[-0.124,0.027],[-0.118,0.018],[-0.184,-0.005],[-0.173,0.079],[-0.269,0.173],[0,0],[-0.469,0],[-0.147,0.048],[-0.098,0.075],[-0.122,0.075],[-0.117,0.026],[0,0],[-0.151,0],[-0.317,0.048],[-0.173,0.05],[-0.294,0.248],[-0.174,0.099],[-0.253,0.042],[-0.286,-0.016],[-0.202,0.074],[0.074,0.145],[0.124,0.196],[0,0.247],[-0.224,0.217],[-0.17,0.078],[-0.121,0.051],[-0.122,0.028],[-0.198,0],[-0.243,0.028],[0,0],[-0.198,0],[-0.146,-0.096],[-0.128,-0.147],[-0.046,-0.096],[-0.123,-0.22],[0,-0.367],[0,0],[0,0],[-0.148,-0.149],[-0.099,-0.049],[-0.12,-0.097],[-0.122,-0.145],[-0.124,-0.171],[-0.293,0],[0,0],[-0.224,-0.026],[-0.125,-0.027],[-0.317,-0.073],[0,0],[-0.144,0],[-0.121,0],[0,0],[0.294,0.051],[0.125,0],[0,0],[0,0.172],[-0.1,0.144],[0,0.147],[0,0.149],[0.072,0.096],[0.123,0.073],[0.148,0.074],[0.147,0.172],[0,0],[-0.022,0.172],[0,0.124],[-0.048,0.467],[0,0.075],[-0.322,-0.024],[-0.122,0],[-0.147,-0.121],[-0.073,-0.103],[-0.098,-0.15],[-0.151,-0.07],[-0.173,0],[-0.174,0.029],[-0.123,0.024],[-0.344,0.024],[-0.148,0],[0,0.145],[-0.05,0.121],[-0.1,0.125],[-0.123,0.048],[-0.267,0.073],[-0.171,0.021],[-0.169,0.072],[-0.097,0.117],[-0.124,0.1],[-0.191,0.096],[0.001,0.003],[0.072,0.295],[0.024,0.151],[0.076,0.126],[0.102,0.095],[0.119,0.077],[0.17,0.12],[0,0.222],[-0.049,-0.024],[-0.293,-0.071],[-0.296,0],[-0.293,-0.024],[0,0],[-0.15,0],[-0.346,-0.026],[-0.169,-0.047],[-0.122,-0.029],[-0.061,-0.011],[-0.069,0.006],[-0.172,-0.024],[-0.177,-0.126],[0,0],[-0.126,0.072],[-0.15,0.099],[-0.044,0.021],[-0.076,-0.017],[-0.197,0.098],[0,0.248],[0.099,0.123],[0.102,0.074],[0.07,0.1],[0.047,0.149],[0,0],[0.344,-0.026],[0.322,0.072],[0.146,0.12],[0,0.197],[0,0],[-0.097,0.122],[-0.125,0.021],[-0.151,0],[-0.121,-0.073],[-0.122,-0.148],[-0.372,-0.296],[-0.061,-0.01],[-0.069,0.006],[-0.318,-0.121],[-0.071,-0.123],[-0.024,-0.121],[-0.024,-0.468],[0,0],[0,0],[0,-0.62],[-0.05,-0.297],[-0.194,-0.179],[-0.163,0.006],[-0.15,-0.026],[-0.144,-0.145],[-0.126,-0.272],[-0.162,-0.116],[-0.12,0.011],[-0.198,-0.047],[-0.272,-0.146],[0,0],[0.126,0.025],[0.122,0.048],[0.121,0.073],[0.245,0.176],[0.295,0.151],[0.147,0.051],[0.269,0.05],[0.206,-0.021],[0.123,0],[0.174,0.074],[0.273,0.176],[0,0],[0.174,0],[0.126,0.051],[0.151,0.073],[0.123,0.053],[0.123,0.019],[0.149,0],[0.293,0.025],[0,0],[0,0],[0.149,-0.026],[0.059,-0.012],[0.068,0.006],[0.125,-0.024],[0.318,-0.098],[0.122,-0.021],[0.297,-0.021],[0.174,-0.05],[0.147,-0.072],[0.125,-0.103],[0.075,-0.148],[0.099,-0.269],[0,-0.467],[0,-0.146],[-0.075,-0.318],[-0.097,-0.148],[-0.144,-0.15],[-0.123,-0.05],[-0.17,-0.046],[-0.292,-0.031],[-0.291,0],[-0.315,-0.079],[-0.128,-0.073],[-0.124,-0.098],[-0.12,-0.097],[-0.146,-0.099],[-0.062,-0.027],[-0.067,0.012],[0,0],[-0.146,-0.073],[-0.126,-0.072],[0,0],[-0.17,-0.074],[-0.122,-0.052],[-0.344,-0.076],[-0.37,0],[-0.223,0.021],[0,0],[-0.198,-0.026],[-0.171,-0.07],[-0.296,-0.22],[0,0],[0,0.222],[-0.074,0.148],[-0.124,0.024],[0,0],[-0.198,-0.023],[0.072,-0.147],[0.075,-0.219],[0,-0.073],[-0.073,-0.126],[-0.124,-0.099],[-0.049,-0.097],[-0.049,-0.173],[0,0],[-0.175,0],[-0.173,0.123],[-0.248,0],[-0.121,-0.076],[-0.099,-0.073],[-0.293,0],[-0.341,-0.029],[-0.128,-0.024],[0,0],[0.145,0],[0.148,0],[0.196,0],[0,0],[-0.1,-0.147],[-0.123,-0.098],[-0.123,-0.025],[-0.323,-0.052],[-0.293,0],[-0.171,-0.05],[-0.124,-0.099],[-0.098,-0.047],[0,0],[0,0],[-0.418,0.051],[0,0],[0,-0.173],[0.127,-0.174],[0.052,-0.098],[0,0],[0.024,0.492],[-0.027,0.147],[0,0],[0,0.17],[0,0],[0.03,-0.147],[0.028,-0.219],[0,-0.244],[-0.099,-0.126],[0,0],[0,0],[0,0],[-0.319,0.221],[-0.148,0.049],[-0.148,0],[-0.122,0],[-0.148,0.075],[0,0.344],[-0.147,0.172],[0,0],[-0.194,-0.021],[-0.171,-0.052],[0.067,-0.124],[0.124,-0.148],[0,0],[-0.493,0],[-0.171,0.05],[-0.194,0.099],[-0.023,0.12],[0,0.172],[0.073,0.196],[0.273,0.098],[0.274,0.023],[0,0],[0,0],[-0.2,0],[-0.345,-0.049],[-0.297,0],[-0.144,-0.022],[0,0],[0,0.418],[0,0.148],[-0.048,0.148],[-0.075,0.149],[0,-0.295],[-0.025,-0.122],[-0.098,-0.126],[-0.062,-0.024],[-0.067,0.013],[-0.174,-0.072],[-0.146,-0.074],[-0.049,-0.024],[-0.07,0.012],[-0.344,-0.171],[-0.269,0],[0,0],[0,0.172],[0,0.199],[0,0.322],[0,0.145],[-0.03,0.169],[-0.172,0.174],[-0.221,0],[-0.078,-0.101],[-0.051,-0.145],[-0.028,-0.122],[-0.126,0.125],[-0.121,0.149],[-0.055,0.027],[-0.063,-0.008],[-0.268,0.072],[0,0],[0.1,0.101],[0.058,0.021],[0.072,-0.017],[0.125,0.075],[0.075,0.1],[0,0],[0,0.176],[-0.124,-0.05],[-0.175,-0.097],[-0.184,-0.041],[-0.119,0.011],[-0.199,0],[0.1,-0.441],[0,-0.171],[-0.22,0.077],[0,0],[-0.176,0.024],[-0.244,0],[-0.412,0],[0.068,0.124],[0.072,0.147],[0,0.173],[-0.395,0],[-0.145,0],[-0.126,0],[-0.175,0.076],[-0.098,0.074],[-0.098,0.074],[-0.171,0.121],[-0.076,0.101],[-0.051,0.038],[-0.07,-0.015],[-0.197,0.124],[0,0],[0.173,0],[0.148,-0.123],[0.126,-0.077],[0.121,-0.031],[0.149,0],[0.147,0],[0.174,-0.052],[0.122,-0.075],[0.063,-0.027],[0.061,0.009],[0.06,-0.01],[0.07,0.006],[0.172,-0.05],[0.344,-0.147],[0.392,0],[0.172,0.049],[0,0],[-0.295,0],[-0.124,0],[-0.121,0.052],[-0.121,0.052],[-0.06,0.012],[-0.071,-0.036],[-0.173,0.071],[-0.067,0.094],[-0.074,0.122],[-0.072,0.124],[-0.075,0.126],[-0.027,0.123],[-0.026,0.295],[-0.418,0],[-0.175,0.27],[-0.099,0.123],[-0.12,0.098],[-0.12,0.098],[-0.12,0.098],[-0.125,0.127],[-0.068,0.122],[-0.025,0.122],[-0.05,0.193],[-0.146,0.149],[-0.049,0.267],[-0.022,0.149],[-0.027,0.123],[0,0],[-0.152,0.075],[-0.294,0.124],[-0.147,0.101],[-0.146,0.094],[-0.071,0.043],[-0.058,-0.012],[-0.121,0.025],[-0.176,0.046],[0,0],[0.146,0],[0.146,0],[0,0],[-0.027,0.197],[-0.025,0.124],[-0.076,0.123],[-0.122,0.071],[-0.172,0.075],[-0.125,0.049],[-0.172,0.1],[-0.149,0.101],[-0.122,0.049],[-0.148,0.094],[-0.098,0.122],[-0.072,0.124],[-0.121,0.222],[-0.417,0],[0,0],[0,0],[0.123,0.297],[-0.444,0.096],[-0.063,0.014],[-0.067,-0.006],[-0.324,0.077],[-0.172,0.075],[-0.147,0.07],[-0.054,0.012],[-0.075,-0.012],[-0.153,0.073],[-0.075,0.096],[-0.025,0.126],[-0.051,0.197],[-0.147,0.073],[-0.12,0],[-0.12,0.024],[-0.171,0.024],[-0.148,0.123],[0,0.147],[0,0.176],[0,0.174],[-0.039,0.065],[-0.079,-0.002],[-0.073,0.124],[0,0.15],[0.026,0.244],[0,0.267],[-0.038,0.05],[-0.076,-0.021],[-0.123,0.095],[0,0],[0,0],[0.175,0],[0.145,0.045],[0.144,0.053],[-0.121,0.124],[-0.097,0.126],[-0.049,0.128],[-0.049,0.12],[-0.049,0.173],[-0.051,0.122],[0,0.196],[0.616,0],[-0.026,0.369],[-0.072,0.173],[-0.071,0.144],[0,0.17],[0,0.122],[0.298,0],[0.067,0.007],[0.095,-0.016],[0.178,0.07],[0.169,0.121],[0,0],[0.147,0.023],[0.221,0.053],[0.392,0],[0.148,-0.075],[0.069,-0.028],[0.06,0.008],[0.122,-0.025],[0.171,-0.076],[0.126,-0.074],[0.12,-0.171],[0.245,-0.298],[0.123,-0.127],[0.124,-0.027],[0.126,-0.027],[0.174,0],[0,0],[0.067,0.012],[0.072,-0.01],[0.148,0.075],[0.095,0.1],[0.045,0.121],[0.072,0.167],[0.095,0.32],[0.023,0.121],[0.052,0.169],[0.145,0.194],[0,0],[0,0.222],[0,0.148],[0.048,0.317],[0.123,0.075],[0.151,0.097],[0.096,0.145],[0,0],[0,0],[0.048,0.295],[0.068,0.151],[0.149,0.148],[0.1,0.119],[0.025,0.121],[0,0.147],[-0.05,0.224],[0,0],[0,0.173],[0.023,0.124],[0,0],[0.022,-0.225],[0.025,-0.122],[0.025,-0.173],[0.095,-0.172],[0.126,-0.024],[0,0],[0.121,0],[0.147,0.027],[0.169,0],[0.169,-0.071],[0.296,-0.146],[0,0],[0,0],[0,-0.146],[0,-0.22],[0,0],[-0.17,0],[-0.055,-0.009],[-0.076,0.011],[-0.121,-0.049],[-0.075,-0.096],[0.172,-0.272],[0.076,-0.146],[0.1,-0.268],[0.021,-0.293],[0,-0.148],[0.051,-0.15],[0.07,-0.144],[0.148,-0.124],[0.125,-0.05],[0.172,-0.076],[0.121,-0.023],[0.057,-0.022],[0.076,0.017],[0.125,-0.095],[0.05,-0.124],[0.072,-0.172],[0.097,-0.148],[0.1,-0.121],[0.027,-0.124],[0,0],[0,-0.201],[-0.294,0],[-0.296,-0.025],[-0.145,0],[0,-0.49],[-0.051,-0.193],[-0.062,-0.026],[-0.071,0.012],[-0.146,-0.099],[-0.098,-0.078],[0,0],[0.146,-0.099],[0.1,-0.12],[0.126,-0.147],[0.072,-0.148],[0.074,-0.267],[0.07,-0.149],[0.125,-0.094],[0.068,-0.027],[0.062,0.008],[0.316,-0.073],[0.144,-0.096],[0.097,-0.124],[0.097,-0.101],[0.155,-0.096],[0.099,0.002],[0.073,-0.011],[0.093,0.016],[0.171,-0.074],[0.122,-0.098],[0.076,-0.125],[0.096,-0.149],[0.104,-0.073],[0.12,-0.02],[0.122,0],[0.119,-0.02],[0.197,-0.101],[0,-0.25],[-0.099,-0.15],[-0.053,-0.122],[0,-0.468],[0.099,-0.145],[0.054,-0.042],[0.065,0.014],[0.171,-0.079],[0.175,-0.13],[0.126,-0.267],[0.05,-0.129],[0.198,-0.173],[0.291,0],[0.059,0.012],[0.066,-0.007],[0.171,0.048],[0.272,0.245],[0.121,-0.047],[0.149,-0.099],[0.124,-0.025],[0.195,0],[0.147,0.1],[0.072,0.124],[0.076,0.121],[0,0],[0,0],[0,0.466],[0,0.142],[-0.052,0.317],[-0.097,0.151],[-0.196,0.146],[-0.418,0],[-0.17,0],[-0.146,0.048],[-0.12,0.1],[-0.104,0.145],[-0.078,0.12],[-0.075,0.123],[-0.149,0.12],[-0.097,0.123],[-0.12,0.125],[-0.292,0.193],[0,0.537],[0,0.247],[-0.097,0.22],[0,0.538],[0,0],[0,0.147],[0.023,0.341],[0.395,0.048],[0.294,0.046],[0.149,0.072],[0.125,0.124],[0.274,0.149],[0.171,0.074],[0.343,0.196],[0,0],[0.173,0],[0.519,-0.224],[0.389,0],[0.225,0],[0.124,0],[0.144,-0.05],[0.096,-0.071],[0.1,-0.123],[0,0],[0.2,0],[0.196,-0.073],[0.075,0],[0.149,0.072],[0.069,0.098],[0.072,0.124],[0,0],[0,0],[-0.148,0.148],[-0.268,0.049],[-0.393,0],[-0.123,0],[-0.172,0.052],[-0.147,0.072],[-0.147,0.122],[-0.098,0.147],[-0.078,0.123],[-0.123,0.145],[-0.126,0.075],[-0.293,0],[-0.197,-0.075],[-0.196,-0.147],[-0.396,0],[-0.271,0.026],[-0.293,-0.025],[-0.149,0],[-0.15,0.048],[-0.176,0.047],[-0.149,0],[-0.169,0],[-0.175,0],[-0.15,0.075],[-0.076,0.102],[-0.103,0.175],[-0.074,0.099],[-0.15,0],[-0.146,0],[-0.171,-0.074],[-0.095,-0.073],[-0.095,-0.048],[-0.145,0],[-0.145,0.051],[-0.122,0.076],[0.171,0.077],[0.062,0.012],[0.067,-0.006],[0.17,0.047],[-0.297,0],[-0.494,0.072],[-0.149,0.046],[0.048,0.12],[0.197,0.271],[0.121,0.022],[0.126,0],[0.224,0.02],[0.22,0],[0.367,-0.1],[0.145,-0.176],[0.245,0],[0.149,0.07],[0.149,0.097],[0.049,0.099],[0.049,0.12],[0.077,0.118],[0.125,0.072],[0.17,0.073],[-0.098,0.124],[-0.319,0.32],[-0.121,0.075],[-0.025,0.121],[-0.049,0.244],[0,0],[-0.198,0],[-0.121,-0.048],[-0.123,-0.099],[-0.051,-0.122],[-0.072,-0.146],[-0.037,-0.049],[-0.082,0.023],[-0.051,-0.099],[-0.025,-0.122],[0,0],[-0.218,0.297],[-0.15,0.094],[-0.124,0.097],[-0.075,0.125],[-0.024,0.12],[-0.024,0.149],[-0.047,0.17],[-0.053,0.125],[-0.077,0.219],[0,0.223],[0.025,0.124],[0.022,0.145],[0,0.193],[-0.099,0.196],[-0.075,0.174],[0,0],[0,0],[-0.148,0],[-0.421,-0.07],[-0.291,-0.025],[-0.293,0],[-0.197,0],[-0.069,0.147],[0,0.172],[0.148,0.323],[0,0],[0,0],[-0.541,-0.317],[-0.147,-0.1],[-0.172,-0.17],[-0.122,-0.027],[-0.175,0],[-0.37,0.097],[-0.148,0.071],[-0.127,0.049],[-0.148,0.075],[-0.148,0.098],[-0.147,0.1],[-0.395,0.196],[-0.295,0],[-0.198,0.048],[-0.221,0.073],[-0.445,0],[-0.368,-0.37],[0,0],[-0.12,0.075],[-0.099,0.05],[-0.149,0],[-0.199,0],[0,0],[-0.316,0],[0.023,0.464],[0,0],[-0.244,0],[-0.142,-0.097],[-0.125,-0.32],[0,0],[0,0],[0,0],[0,-0.149],[0,-0.17],[0,0],[0.32,0],[0.173,0.05],[0.219,0.097],[0.296,0],[0.051,-0.296],[0.023,-0.393],[0,-0.251],[0.095,-0.219],[0,-0.296],[0,0],[-0.173,0],[-0.118,0.01],[-0.154,-0.021],[-0.148,0.052],[-0.149,0.074],[-0.121,0.146],[0,0],[-0.176,0.025],[0.023,-0.294],[0.074,-0.17],[0.045,-0.123],[0,0],[-0.289,0.021],[-0.146,0],[0.025,-0.2],[0.149,-0.293],[0.023,-0.122],[0,-0.151],[-0.05,-0.173],[-0.075,-0.148],[-0.121,-0.149],[-0.15,0],[-0.224,0],[-0.122,0.245],[-0.169,0.32],[-0.072,0.027],[-0.058,-0.008],[-0.174,0.027],[-0.194,0.052],[0,0.247],[0,0],[-0.023,0.124],[-0.099,0.073],[-0.126,0.048],[-0.397,0.145],[0,0.393],[0.094,0.145],[0.097,0.075],[0.147,0.069],[-0.024,0.119],[-0.025,0.147],[0,0.172],[0,0],[0,0.246],[0,0.1],[0,0.149],[0.05,0.172],[0.125,0.294],[0,0],[0,0],[-0.194,0],[-0.397,0.049],[0,0],[-0.267,0],[-0.393,-0.024],[-0.296,0],[-0.147,0.072],[-0.12,0.073],[-0.298,0.124],[-0.097,0.073],[-0.076,0.12],[-0.221,0.294],[-0.198,0],[0,0],[0,0],[-0.147,0],[-0.147,0],[0,0],[0,0],[0,0],[-0.221,0],[-0.148,0.026],[-0.123,0.05],[-0.172,0.073],[-0.321,0.196],[-0.147,0.118],[-0.147,0.072],[0,0],[-0.491,0.052],[0,0],[-0.565,0],[-0.12,0],[-0.124,0.021],[0,0],[0,0],[-0.171,0],[-0.128,-0.012],[-0.144,0.015],[-0.173,-0.03],[-0.095,-0.048],[-0.145,-0.194],[-0.223,0],[0,0],[0.295,0.122],[0,0],[0,0],[0,0],[-0.496,0.027],[-0.171,0],[-0.127,0],[-0.15,0],[-0.198,0],[-0.174,-0.047],[-0.124,-0.072],[-0.296,0.121],[-0.061,0.013],[-0.068,-0.006],[-0.295,0.048],[-0.149,0.102],[-0.077,0.125],[0,0.172],[0.038,0.055],[0.068,-0.017],[0.144,0.098],[0.125,0.077],[0.146,0.072],[0.189,0.045],[0.115,-0.011],[0,0],[0.168,0.026],[0.149,0.074],[0.126,0.076],[0.146,0.098],[0.268,0.272],[0,0],[0.129,0.125],[0.121,0.076],[0.296,0.172],[0.174,0.121],[0,0.222],[-0.049,0.247],[0,0.542],[0.023,0.22],[0,0.223],[-0.223,0.467],[-0.094,0.101],[-0.098,0.099],[-0.397,0.296],[0,0],[-0.198,0],[-0.244,-0.074],[-0.124,-0.026],[-0.392,0],[-0.198,-0.02],[-0.171,-0.098],[-0.149,-0.068],[0,0],[-0.394,0],[-0.196,0],[-0.243,-0.028],[0,0],[-0.147,0.025],[-0.074,0.095],[-0.051,0.15],[0,0],[0,0],[0.098,0.123],[0.127,0.127],[0.122,0.172],[0,0.224],[-0.101,0.368],[0,0.271],[0.05,0.15],[0.075,0.171],[0,0],[0,0.172],[-0.099,0.144],[-0.073,0.122],[-0.269,0.389],[0,0.148],[0.049,0.173],[0,0],[0.101,0.168],[0,0],[0,0],[-0.023,0.175],[-0.068,0.221],[0,0.371],[0,0],[0.347,0],[0.172,0],[0.171,0.073],[0.172,0.099],[0.394,0],[0.194,0],[0.146,0.049],[0.123,0.052],[0,0],[0.146,0.075],[0.101,0.148],[0.071,0.123],[0.07,0.145],[0,0],[0,0],[0.143,-0.05],[0.147,-0.013],[0.121,0.006],[0.296,-0.026],[0.174,-0.05],[0.317,-0.198],[0.149,-0.12],[0.272,-0.146],[0.133,-0.011],[0.126,0.006],[0.175,0],[0.171,-0.051],[0.296,-0.22],[0.346,-0.419],[0.271,-0.096],[0.268,-0.026],[0.179,0.009],[0.295,0],[0,0],[0,-0.172],[-0.123,-0.171],[-0.149,-0.147],[0,-0.221],[0.075,-0.174],[0.171,-0.35],[0,0],[0.075,-0.146],[0.077,-0.124],[0.069,-0.042],[0.055,0.01],[0.27,-0.052],[0.176,-0.051],[0.122,-0.099],[0.122,-0.052],[0.062,-0.025],[0.068,0.012],[0.172,-0.049],[0.067,-0.026],[0.06,0.008],[0.147,-0.048],[0.258,-0.044],[0.152,0.011],[0.296,-0.025],[0,0],[0,0],[-0.025,-0.293],[0,-0.175],[0,-0.294],[0.048,-0.15],[0.2,-0.222],[0.195,-0.048],[0.393,0],[0.062,0.013],[0.067,-0.005],[0.492,0.124],[0.369,0.1],[0,0],[0.147,0],[0.147,0],[0,-0.273],[0.025,-0.12],[0.122,-0.148],[0.121,-0.095],[0.122,-0.052],[0,0],[0.293,0],[0.174,-0.029],[0.175,-0.077],[0.147,-0.099],[0.147,-0.121],[0.147,0],[0.348,0.026],[0.297,0.197],[0.298,0.395],[0.047,0.124],[0.071,0.174],[0.097,0.149],[0.122,0.076],[0,0],[0.146,0.073],[0.174,0.097],[0.052,0.099],[0.12,0.175],[0.149,0.122],[0.126,0.098],[0.174,0.124],[0.119,0.078],[0.173,0.12],[0.144,0.099],[0.295,0.099],[0.077,0.01],[0.09,-0.01],[0.144,0.047],[0.122,0.097],[0.343,0.444],[0.124,0.076],[0.143,0.051],[0.144,0.077],[0.248,0.226],[0.196,0.292],[0.072,0.149],[0.053,0.124],[0.047,0.297],[0,0.297],[-0.788,0],[-0.149,0.073],[-0.127,0.051],[-0.271,0.049],[-0.198,0],[-1.056,0],[0,0],[0.29,0.148],[0.15,0.097],[0.099,0.124],[0.077,0.121],[0.122,0.125],[0.068,0.027],[0.06,-0.008],[0.295,0.048],[0,0],[0,0],[0.146,-0.023],[0.295,-0.124],[0.171,-0.127],[0.057,-0.034],[0.077,0.023],[0.077,-0.1],[0.099,-0.272],[0.025,-0.123],[0.123,-0.148],[0.071,-0.027],[0.059,0.008],[0.27,-0.074],[0,-0.147],[0,-0.147],[0,0],[-0.196,0],[0,0],[-0.148,0],[0,0],[0.027,-0.224],[0,0],[0.343,0],[0.148,0.051],[0.172,0.097],[0.171,0],[-0.224,-0.442],[-0.024,-0.272],[-0.219,-0.025],[-0.062,-0.01],[-0.069,0.007],[-0.173,-0.023],[-0.169,-0.074],[-0.146,-0.124],[-0.126,-0.075],[-0.171,-0.098],[-0.058,-0.022],[-0.076,0.017],[-0.145,-0.123],[-0.099,-0.094],[-0.057,-0.027],[-0.062,0.008],[-0.063,-0.014],[-0.065,0.006],[-0.147,-0.027],[-0.125,-0.049],[-0.124,-0.076],[-0.145,-0.096],[-0.068,-0.027],[-0.06,0.009],[-0.149,-0.019],[-0.067,-0.015],[-0.063,0.005],[0.022,-0.124],[0.048,-0.172],[0,-0.15],[-0.023,-0.221],[-0.147,-0.1],[-0.441,-0.146],[-0.125,-0.072],[-0.048,-0.035],[-0.081,0.022],[-0.072,-0.098],[-0.076,-0.32],[-0.345,-0.022],[-0.342,0],[0,0],[0,0],[0.123,-0.122],[0,0],[0,-0.145],[-0.073,-0.194],[0,-0.248],[0.147,-0.121],[0.217,0],[0.146,0.098],[0.101,0.147],[0.073,0.12],[0.051,0.04],[0.067,-0.015],[0.121,0.051],[0.172,0.074],[0.148,0.095],[0.122,0.074],[0.068,0.028],[0.059,-0.008],[0.172,0.048],[0.17,0.122],[0.094,0.322],[0.053,0.042],[0.065,-0.014],[0.343,0.172],[0.121,0.072],[0.151,0.094],[0.267,0.222],[0.093,0.008],[0.189,-0.009],[0.096,0.073],[0.127,0.149],[0.125,0.103],[0.298,0.176],[0.518,0.268],[0.268,0.101],[0.144,0.073],[0.07,0.098],[0.073,0.173],[0,0.171],[-0.049,0.171],[-0.049,0.122],[-0.049,0.196],[0,0.225],[0.174,0.295],[0,0.297],[0.075,0.317],[0.095,0.127],[0.074,0.047],[0.056,-0.011],[0.121,0.027],[0.296,0.027],[0,0],[0,0],[-0.048,-0.124],[-0.124,-0.027],[-0.174,0],[0.047,0.125],[0.076,0.168],[0.197,0.32],[0.124,0.1],[0.175,0.118],[0.123,-0.145],[0.048,-0.097],[0.098,-0.147],[0.022,0.123],[0.047,0.124],[0.194,0.269],[0.146,0.3],[0,0.146],[0.052,0.223],[0,0],[0.149,0],[0.119,-0.023],[0.119,-0.072],[0.126,-0.149],[0.048,-0.123],[0,0],[0,-0.173],[0,-0.195],[0.119,-0.099],[0.149,0],[0.195,0.049],[0.145,0.024],[0,0],[0.196,0],[0,-0.342],[0,-0.149],[0,-0.076],[0.322,0],[0.151,0],[-0.098,-0.175],[-0.126,-0.15],[-0.152,-0.124],[-0.172,-0.074],[0.049,0.294],[0,0.146],[-0.196,0],[-0.121,-0.048],[-0.194,-0.074],[-0.098,-0.146],[-0.028,-0.118],[-0.028,-0.125],[-0.029,-0.124],[-0.072,-0.148],[-0.099,-0.071],[-0.067,-0.026],[-0.061,0.008],[-0.194,-0.048],[-0.126,-0.148],[-0.026,-0.127],[0,0],[0.026,-0.172],[0,0],[0.145,0.076],[0.147,0.077],[0.268,0.049],[0,0],[0,0],[0.169,-0.025],[-0.147,-0.124],[-0.099,-0.046],[0.099,-0.148],[0.121,-0.147],[0.323,-0.069],[0.342,0],[0.123,0],[0.148,0.027],[0.175,0.073],[0.053,0.011],[0.076,-0.009],[0.126,0.047],[0.101,0.094],[0.049,0.123],[0.068,0.1],[0.15,0.094],[0,0],[-0.122,0.054],[-0.176,0.098],[0,0.417],[0.245,0.223],[0.344,0.245],[0,0.075],[0,0.146],[0,0.147],[0,0],[0,0.174],[0.075,0.173],[0.053,0.086],[0.061,0.072],[0.063,0.048],[0.073,0.062],[0.086,0.073],[0.077,0.051],[0.085,0.099],[0,0.138],[-0.039,0.099],[-0.037,0.063],[-0.041,0.091],[-0.012,0.145],[0,0.219],[0.012,0.075],[0.036,0.083],[0.085,0.035],[0.23,0],[0.012,-0.058],[0.027,-0.108],[0.015,-0.062],[0.016,-0.23],[0,-0.071],[0,-0.234],[0,0],[0.061,0.028],[0.077,0.051],[0.072,0.052],[0.059,0.06],[0.17,0.148],[0.076,0.075],[0.07,0.082],[0.048,0.065],[0.072,0.038],[0.059,0.014],[0.149,0.014],[0.147,0],[0.09,0.026],[0.147,0.05],[0.085,0],[0.073,-0.013],[0.072,-0.046],[0.029,-0.059],[0,-0.084],[0,-0.223],[0,-0.111],[0.036,-0.101],[0.038,-0.065],[0.073,-0.037],[0.17,-0.088],[0.22,0],[0.078,0.049],[0.132,0.138],[0.07,0.057],[0.146,0.124],[0.11,0.075],[0.063,0.048],[0.077,0.049],[0.062,0.027],[0.095,0.041],[0,0],[-0.014,-0.268],[0,0],[0,-0.112],[0,-0.184],[0.124,0.028],[0.072,0],[0.075,0],[0.107,-0.011],[0.272,0],[0.161,0.09],[0.076,0.034],[0.138,0.048],[0.081,0],[0.077,-0.024],[0.062,-0.039],[0.048,-0.061],[0.062,0.035],[0.069,0.119],[0.038,0.063],[0.026,0.058],[0.034,0.133],[0,0.242],[-0.024,0.096],[-0.098,0.196],[-0.011,0.304],[0,0.133],[0.016,0.122],[0.025,0.072],[0.014,0.06],[0.049,0.123],[0.036,0.097],[0,0.141],[-0.034,0.097],[-0.062,0.059],[-0.036,0.072],[-0.05,0.157],[-0.041,0.072],[-0.037,0.071],[-0.123,0.181],[-0.046,0.147],[-0.084,0.174],[-0.098,0.049],[-0.072,0.048],[-0.075,0.065],[-0.025,0.06],[-0.038,0.133],[-0.037,0.382],[-0.075,0.21],[-0.071,0.207],[-0.063,0.058],[-0.075,0.061],[-0.073,0.038],[0,0],[-0.076,0.006],[-0.077,-0.005],[-0.146,0.026],[-0.062,0.011],[-0.043,0.009],[-0.038,-0.002],[-0.062,0],[-0.074,0.014],[-0.102,0.049],[-0.135,0],[-0.088,-0.025],[-0.161,-0.134],[0,0],[-0.112,-0.011],[-0.134,0],[-0.111,-0.012],[-0.201,-0.012],[-0.086,-0.015],[0,0],[-0.088,0],[-0.11,0.009],[0.173,0.084],[0.236,0.096],[0.233,0.062],[0.147,0.013],[0,0],[0,0],[0,0.171],[0.053,0.063],[0.052,0.11],[0,0.088],[0,0.076],[0,0.097],[-0.007,0.31],[0.026,0],[0.248,0.249],[0.073,0.124],[0,0],[0.071,0.17],[0.098,0.145],[0.122,0.144],[0.146,0.048],[0,0],[0.174,0],[0.167,-0.073],[0.077,-0.102],[0.077,-0.168],[0,0],[0.267,0.467],[0.072,0.12],[0.096,0.125],[0.123,0.102],[0.143,0.102],[0.146,0.291],[0.026,0.123],[0.048,0.174],[0.219,0.368],[0.122,0.147],[0.102,0.247],[0,0],[0,0.148],[-0.022,0.49],[0.123,0.195],[0.15,0.049],[0.126,0.047],[0.149,0.074],[0.098,0.126],[0.072,0.126],[0.248,0.395],[0.177,0.296],[0,0],[0.194,0.421],[0,0.171],[-0.026,0.173],[-0.022,0.12],[0,0.297],[0.097,0.144],[0.127,0.101],[0.172,0.097],[0.293,0.243],[0.12,0.123],[0.101,0.122],[0.122,0.172],[0.224,0.297],[0.1,0.196],[0.149,0.174],[0.32,0.42],[0.368,0.492],[0.071,0.121],[0.072,0.171],[0.05,0.148],[0.026,0.292],[0,0.149],[0.026,0.149],[0.148,0.32],[0,0],[0,0.542],[0.294,0.243],[0.298,0.031],[0.468,0],[0.197,-0.076],[0.172,-0.269],[0.223,-0.225],[0.142,-0.051],[0,0],[0.201,0],[0.062,0.013],[0.067,-0.007],[0,0],[0.068,-0.173],[0.122,-0.15],[0.17,-0.124],[0.418,-0.146],[0.176,-0.052],[0.139,-0.034],[0.126,0.015],[0.171,-0.018],[0.126,-0.025],[0.27,-0.025],[0.195,-0.073],[0,0],[0.15,-0.149],[0.122,-0.022],[0.446,-0.076],[0,-0.269],[0,-0.147],[0.123,-0.147],[0.053,-0.04],[0.067,0.015],[0.171,-0.075],[0.12,-0.05],[0.147,-0.051],[0.126,-0.033],[0.122,0],[0,0],[0,-0.227],[0,-0.149],[0,-0.123],[0.098,-0.322],[0,0],[0.021,-0.119],[0.052,-0.146],[0.097,-0.294],[0.1,-0.12],[0.123,-0.051],[0,0],[0.152,0],[0,0],[0.023,-0.142],[0.026,-0.123],[0.049,-0.174],[0.075,-0.146],[0.146,-0.175],[0,0],[0.171,0.051],[0.102,0.072],[0,-0.465],[0.053,-0.515],[0.023,-0.174],[0.02,-0.126],[0.098,-0.102],[0.059,-0.011],[0.07,0.006],[0.295,-0.048],[-0.051,-0.32],[-0.071,-0.2],[-0.055,-0.011],[-0.074,0.01],[-0.147,-0.049],[-0.147,-0.07],[-0.052,-0.093],[-0.052,-0.173],[-0.021,-0.145],[-0.097,-0.198],[-0.266,-0.149],[-0.122,-0.025],[-0.151,-0.025],[0.026,-0.148],[0.078,-0.291],[0,-0.147],[-0.07,-0.122],[-0.122,-0.075],[0,0],[0,0.339],[-0.097,0.316],[-0.074,-0.316],[-0.027,-0.123],[-0.077,-0.148],[-0.102,-0.122],[0,0],[-0.098,-0.123],[-0.124,-0.12],[-0.1,0.124],[-0.118,0.071],[-0.122,0.077],[-0.273,0.148],[-0.099,0.444],[-0.027,0.292],[-0.296,-0.024],[-0.344,0],[0,0],[-0.199,0],[-0.27,-0.069],[-0.103,0],[-0.171,0.077],[-0.148,0.072],[-0.174,0.099],[-0.147,0.148],[-0.318,0],[-0.174,-0.076],[-0.144,-0.146],[-0.027,-0.119],[0,-0.15],[0.051,-0.103],[0.324,-0.218],[0,0],[0.248,0.021],[0.221,0.047],[0.246,0],[0.173,0],[-0.029,-0.122],[-0.145,-0.122],[0,0],[-0.294,0],[0,0],[-0.146,0],[-0.145,0],[-0.395,-0.073],[-0.258,-0.015],[-0.185,0.006],[-0.149,0],[0,0],[0,0],[-0.151,-0.124],[-0.124,-0.075],[-0.175,-0.094],[-0.123,-0.027],[-0.124,-0.027],[-0.147,-0.027],[-0.22,-0.077],[-0.047,-0.17],[-0.047,-0.271],[-0.074,-0.321],[-0.121,-0.168],[-0.026,-0.124],[-0.026,-0.121],[0,-0.196],[-0.028,-0.245],[0,-0.245],[0,-0.171],[0.095,-0.196],[0.196,-0.075],[0.39,0],[0.542,0.123],[0.128,0.124],[0.27,0.25],[0.121,0.146],[0.248,0.418],[0.097,0.176],[0.418,0.245],[0.343,0.17],[0.295,0.248],[0.273,0.174],[0.19,0.045],[0.116,-0.011],[0.148,0],[0.568,0.094],[0,0],[0,0],[0.147,-0.024],[0.137,-0.013],[0.126,0.005],[0.147,-0.025],[0,0],[0.296,0],[0.171,0.049],[0.273,0.193],[0.028,0.127],[0.028,0.121],[0.047,0.146],[0.124,0.094],[0.149,0.077],[0,0],[0.173,0],[0.196,0],[0.168,0.048],[0.127,0.07],[0.099,0.124],[0.171,0.098],[0,0],[0.344,0],[0,0],[0,0],[0,0],[0.393,0],[0.144,0.123],[0.126,0.097],[0.196,0.269],[0.121,0.099],[0.12,0.072],[0.146,0.1],[0.095,0.123],[0.099,0.265],[0.063,0.018],[0.168,-0.004],[0.099,0.124],[0.125,0.097],[0.121,0.077],[0,0],[0.294,0],[0.147,0.026],[0.123,0.024],[0.322,0.121],[-0.468,0],[-0.295,0.026],[-0.147,0.026],[0.025,0.144],[0.073,0.123],[0.102,0.069],[0.121,0.048],[0.175,0.074],[0.124,0.121],[0.248,0.299],[0.168,0.098],[0.172,0.128],[0.122,0.025],[0.147,0],[0.171,-0.072],[0.144,-0.102],[0.244,-0.146],[0.176,-0.075],[0.123,-0.167],[0.419,0],[0.124,0.076],[0.198,0.316],[0,0.295],[0.074,0.344],[0.021,0.121],[0.023,0.295],[0,0],[0,0.196],[-0.026,0.543],[0,0.15],[0.046,0.294],[0.027,0.123],[0.047,0.49],[0.024,0.394],[0.121,0.147],[0.121,0.151],[0.073,0.151],[0.023,0.128],[0.075,0.321],[0.022,0.128],[0.047,0.171],[0.076,0.169],[0.026,0.123],[0.026,0.148],[0.05,0.149],[0.1,0.17],[0.08,0.126],[0.126,0.168],[0.102,0.268],[0,0],[-0.03,0.3],[0,0.565],[0.097,0.169],[0.074,0.124],[0.073,0.149],[0.394,0.641],[0.222,0.445],[0.052,0.119],[0,0],[0.075,0.147],[0.2,0.171],[0.221,0],[0.147,-0.076],[0.073,-0.098],[0.073,-0.148],[0.2,-0.468],[0.102,-0.123],[0.048,-0.024],[0.071,0.012],[0.126,-0.048],[0.198,-0.073],[0.096,-0.122],[0.049,-0.117],[0.07,-0.149],[0.099,-0.25],[0,-0.394],[0.049,-0.172],[0.121,-0.271],[0.073,-0.273],[0.024,-0.297],[-0.026,-0.296],[0,-0.146],[0,0],[0,-0.616],[0,-0.174],[0.075,-0.123],[0.37,-0.271],[0.47,0],[0.219,-0.197],[0.051,-0.147],[0.075,-0.175],[0.127,-0.049],[0.123,-0.045],[0.171,-0.073],[0.15,-0.098],[0.124,-0.073],[0.126,-0.077],[0.145,-0.1],[0.199,-0.27],[0.099,-0.169],[0.124,-0.146],[0.1,-0.125],[0.27,-0.17],[0.127,-0.094],[0.073,-0.125],[0.073,-0.122],[0.069,-0.04],[0.058,0.011],[0.055,-0.011],[0.076,0.01],[0.171,-0.071],[0.071,-0.096],[0.172,-0.272],[0.125,-0.023],[0.089,-0.006],[0.196,0.004],[0.143,-0.096],[0.348,-0.491],[0.027,-0.294],[0,0],[0.175,0],[0.197,0.045],[0,0],[0.173,-0.026],[0.06,-0.024],[0.069,0.012],[0.196,-0.071],[0.123,-0.05],[0.145,-0.1],[0.12,-0.075],[0,0],[0,0],[0.272,0.026],[0.048,0.009],[0.091,-0.022],[0.1,0.119],[0.05,0.102],[0.081,0.15],[0.072,0.123],[0.121,0.12],[0.173,0.269],[0,0.294],[0,0.171],[0.077,0.121],[0.072,0.119],[0.073,0.097],[0.222,0.294],[0.147,0.123],[0.122,0.122],[0.101,0.147],[0,0],[0,0.15],[-0.024,0.312],[0,0],[0.295,-0.072],[0.17,0],[0.126,0.075],[0.073,0.1],[0,0.294],[-0.024,0.148],[-0.147,0.416],[0,0.612],[0.122,0.128],[0.146,0.097],[0.268,0.049],[0,0],[0.124,0],[0.145,-0.051],[0.124,-0.068],[0.147,-0.048],[0.32,-0.1],[0,0],[0,0],[0.02,-0.175],[0.465,0.099],[0.099,0.121],[0.074,0.149],[0.122,0.272],[0.126,0.487],[0.024,0.122],[0.073,0.147],[0.099,0.124],[0.073,0.122],[0,0.59],[0,0.173],[0.052,0.148],[0.101,0.143],[0.246,0.267],[0.12,0.121],[0.12,0.172],[0,0.295],[0,0.32],[0,0.417],[-0.124,0.072],[-0.121,0.046],[-0.122,0.093],[-0.053,0.122],[-0.073,0.441],[0,0],[-0.024,0.296],[-0.026,0.245],[0,0.389],[0.074,0.171],[0.126,0.097],[0.124,0.068],[0.339,0.173],[0.25,0.294],[0.122,0.074],[0.147,0.076],[0.099,0.15],[0.049,0.341],[0.028,0.291],[0.124,0.295],[0.072,0.171],[0.072,0.198],[0.147,0.322],[0,0],[0,0.169],[0.049,0.175],[0.051,0.172],[0.124,0.148],[0.123,0.072],[0.49,0.295],[0.296,0.097],[0.245,0.198],[0.069,0.123],[0.097,0.075],[0.121,0.047],[0.171,0.048],[0.244,0.072],[0,0],[0.198,0],[-0.175,-0.3],[-0.072,-0.116],[-0.098,-0.096],[-0.221,-0.226],[-0.075,-0.323],[0,-0.145],[-0.023,-0.466],[0,-0.125],[-0.022,-0.145],[-0.074,-0.166],[-0.099,-0.439],[0,0],[0,-0.147],[0,0],[0,-0.201],[0,0],[-0.472,0],[-0.149,-0.094],[-0.127,-0.098],[-0.122,-0.097],[-0.17,-0.122],[-0.27,-0.148],[-0.074,-0.009],[-0.092,0.012],[-0.321,-0.096],[-0.097,-0.146],[-0.027,-0.122],[-0.047,-0.272],[0,-0.149],[-0.025,-0.126],[-0.076,-0.124],[-0.124,-0.097],[-0.172,-0.222],[0,0],[0,-0.12],[-0.077,-0.098],[-0.122,-0.073],[0,0],[0,0],[0,-0.563],[0.246,-0.444],[0.1,-0.224],[0,-0.296],[0,-0.22],[0.076,-0.171],[0.12,-0.171],[0.12,0.05],[0.149,0.095],[0.125,0.097],[0.1,0.144],[0.124,0.251],[0.073,0.174],[0.172,0.122],[0,0],[0.146,-0.025],[0.147,-0.023],[0.345,0],[0.222,0.294],[0.122,0.296],[0.121,0.321],[0.149,0.297],[0.197,0.271],[0.072,0.03],[0.057,-0.008],[0.127,0.027],[0.121,0.022],[0.121,0.026],[0.125,0.099],[0,0.344],[-0.075,0.273],[0,0.688],[0.098,-0.146],[0.22,-0.295],[0.15,-0.124],[0.149,-0.125],[0.17,-0.147],[0.123,-0.096],[0.078,-0.12],[0.076,-0.146],[0.052,-0.123],[0.05,-0.122],[0.076,-0.197],[0.198,-0.048],[0.292,0.02],[0.198,-0.028],[0.393,-0.298],[0.172,-0.148],[0.122,-0.054],[0.146,-0.125],[0.072,-0.099],[0.072,-0.269],[0.022,-0.74],[0,0],[0,-0.344],[-0.126,-0.514],[-0.075,-0.315],[-0.02,-0.345],[-0.388,0],[-0.15,-0.027],[-0.173,-0.074],[-0.291,-0.296],[-0.049,-0.121],[-0.076,-0.104],[-0.146,-0.099],[-0.318,-0.196],[-0.174,-0.097],[-0.1,-0.126],[-0.115,-0.152],[-0.12,-0.242],[-0.019,-0.127],[-0.019,-0.174],[-0.098,-0.221],[0,-0.247],[0.024,-0.171],[0.05,-0.17],[0.123,-0.099],[0.126,-0.125],[0.076,-0.146],[0.048,-0.167],[0.023,-0.223],[0.022,-0.17],[0.073,-0.194],[0.126,-0.045],[0.1,-0.044],[0.065,0.012],[0.368,-0.047],[0.061,-0.024],[0.067,0.012],[0.175,-0.077],[0.12,-0.024],[0.296,-0.048],[0.147,0],[0.468,0],[0,0],[0,0.149],[0,0],[-0.122,0.121],[-0.15,0.072],[-0.061,0.025],[-0.068,-0.012],[-0.171,0.072],[-0.148,0.099],[-0.147,0.199],[0,0.219],[0.048,0.172],[0.049,0.148],[0,0],[0.075,-0.541],[0.023,-0.124],[0.049,-0.171],[0.027,-0.148],[0,-0.173],[-0.149,-0.248],[0,0],[0.324,0],[0,0],[0.171,0],[0.198,-0.099],[0.148,-0.102],[0.269,-0.099],[0.295,-0.047],[0,0],[0.145,0],[0.268,0.027],[0.151,0],[0.151,-0.048],[0.17,-0.077],[0.074,-0.121],[0.245,-0.101],[0.149,-0.025],[0.137,-0.011],[0.126,0.007],[0.15,0],[0.054,-0.011],[0.075,0.01],[0.175,-0.074],[0.147,-0.093],[0.125,-0.074],[0.173,-0.075],[0.123,-0.074],[0.101,-0.096],[0.123,-0.146],[0.097,-0.149],[0.145,-0.098],[0.128,0],[0.063,-0.013],[0.065,0.005],[0.319,-0.073],[0.122,-0.096],[0.095,-0.125],[0.147,-0.122],[0.123,-0.149],[0.074,-0.151],[0.049,-0.122],[0.049,-0.148],[0.198,-0.366],[0.247,-0.423],[0.05,-0.124],[0.097,-0.199],[0.124,-0.145],[0.172,-0.17],[0.168,-0.096],[0.149,-0.126],[0.073,-0.17],[0.048,-0.172],[0,-0.125],[0.025,-0.124],[0.029,-0.118],[0.073,-0.174],[0.32,-0.198],[0.246,-0.372],[0,-0.247],[-0.097,-0.147],[-0.069,-0.043],[-0.057,0.01],[-0.294,-0.073],[0,-0.297],[0,-0.149],[0,-0.148],[0,0],[-0.021,-0.126],[-0.047,-0.168],[-0.1,-0.442],[0,-0.127],[-0.05,-0.197],[-0.122,-0.145],[-0.075,-0.443],[0,-0.468],[-0.176,-0.345],[-0.242,-0.367],[-0.174,-0.073],[-0.08,-0.022],[-0.089,0.017],[-0.149,-0.075],[-0.047,-0.097],[0,0],[0,-0.17],[0.099,-0.196],[0.123,-0.15],[0.048,-0.27],[0,0],[0,0],[0.127,-0.099],[0.099,-0.148],[0.098,-0.123],[0.069,-0.042],[0.057,0.012],[0.126,-0.024],[0.149,-0.024],[0,0],[0.464,-0.027],[0.049,-0.394],[0,-0.124],[0,0],[-0.074,-0.125],[-0.198,-0.322],[0,0],[-0.023,0.294],[0,0.145],[-0.023,0.124],[-0.149,0],[-0.148,0],[-0.171,0],[0,0],[0,0],[-0.417,0],[0,-0.245],[0.047,-0.173],[0.099,-0.171],[0.123,-0.024],[0.443,-0.102],[0.147,0],[0.12,-0.028],[0.097,-0.073],[0.07,-0.171],[0.099,-0.148],[0.176,-0.076],[0.149,-0.046],[0.155,-0.031],[0.11,0.009],[0.123,0],[0.172,-0.028],[0.145,-0.123],[0.122,-0.147],[0.172,-0.175],[0.173,-0.125],[0,0],[0.176,-0.023],[0,0],[-0.098,0.121],[-0.124,0.148],[-0.124,0.248],[-0.073,0.365],[-0.097,0.125],[-0.121,0.145],[-0.074,0.093],[0,0],[0.129,-0.072],[0.149,-0.121],[0,0],[0.222,0],[0.272,-0.197],[0.122,-0.122],[0.123,-0.048],[0.15,-0.052],[0.492,0],[0.059,0.01],[0.07,-0.006],[0.299,0.047],[0.145,0.074],[0.196,0.225],[0,0],[0,0.173],[-0.098,0.2],[-0.049,0.119],[-0.1,0.245],[0,0.341],[0,0],[0,0],[0.169,-0.075],[0.146,0],[0.346,0.124],[0.05,0.125],[0.073,0.273],[0.023,0.125],[0.022,0.145],[0.096,0.196],[0,0],[0,0.244],[-0.122,0.149],[-0.05,0.121],[-0.046,0.144],[0,0],[0,0],[0.54,0],[0,0],[0.17,-0.096],[0.196,-0.122],[0.123,-0.052],[0.146,-0.074],[0.169,-0.076],[0.08,-0.024],[0.089,0.017],[0.146,-0.074],[0.047,-0.097],[0.023,-0.268],[0,-0.196],[0,-0.12],[0,0],[-0.397,0],[-0.173,-0.12],[-0.049,-0.343],[0,-0.124],[-0.072,-0.124],[-0.125,-0.099],[-0.149,-0.1],[-0.122,-0.1],[-0.121,-0.099],[-0.072,-0.097],[-0.072,-0.149],[-0.073,-0.193],[0,-0.419],[0.048,-0.166],[0.072,-0.144],[0.078,-0.126],[0.055,-0.038],[0.061,0.011],[0.319,-0.094],[0,0],[0.291,-0.025],[0,0],[0,-0.15],[0.024,-0.127],[0.07,-0.149],[0.048,-0.024],[0.072,0.014],[0.147,-0.05],[0.417,-0.222],[0.097,-0.147],[0.221,-0.268],[0.128,-0.046],[0.151,0],[0.659,0.172],[0.123,0.021],[0.321,0],[0.146,-0.07],[0.15,-0.1],[0.148,-0.097],[0.066,-0.039],[0.063,0.014],[0.17,-0.074],[0.15,-0.056],[0.114,0.017],[0.147,-0.028],[0.12,-0.021],[0.144,-0.098],[0.099,-0.075],[0.223,-0.297],[0.122,-0.097],[0.097,-0.121],[0.102,-0.124],[0.42,-0.467],[0.15,-0.121],[0.298,-0.247],[0.049,-0.121],[0.076,-0.175],[0.052,-0.121],[0.125,-0.298],[0.075,-0.173],[0.219,-0.368],[0.125,-0.074],[0.121,-0.079],[0.064,-0.04],[0.064,0.014],[0.341,-0.172],[0.124,-0.144],[0.098,-0.122],[0.125,-0.169],[0.146,-0.147],[0.125,-0.145],[0.05,-0.272],[0,-0.149],[0.022,-0.296],[0,0],[0.022,-0.169],[0.075,-0.173],[0.176,-0.369],[0,0],[0,-0.151],[0,0],[0,-0.148],[0.025,-0.176],[0.031,-0.122],[0.051,-0.267],[0.078,-0.192],[0.07,-0.124],[0.069,-0.148],[0.122,0.073],[0.122,0.098],[0.098,0.05],[0.149,0.098],[0.121,0.146],[0,0.149],[0,0.172],[-0.052,0.196],[0,0.393],[0.093,0.64],[0,0.513],[0,0.151],[-0.077,0.172],[-0.098,0.15],[-0.1,0.176],[0,0.223],[0.073,0.468],[0.124,0.37],[0,0.221],[-0.075,0.166],[-0.125,0.122],[-0.076,0.224],[0,0.221],[0,0.194],[0,0.147],[0,0],[0.119,-0.095],[0.05,-0.119],[0,0],[0.073,-0.173],[0.072,-0.123],[0.103,0.099],[0.072,0.272],[0.072,0.146],[0.37,0.271],[-0.022,-0.147],[-0.022,-0.148],[-0.024,-0.122],[-0.068,-0.176],[-0.124,-0.169],[-0.1,-0.122],[-0.097,-0.145],[-0.147,-0.291],[-0.078,-0.17],[-0.124,-0.269],[0,-0.394],[0.074,-0.146],[0.026,-0.196],[0.026,-0.122],[0.051,-0.147],[0.074,-0.125],[0.122,-0.096],[0.318,0],[0.345,0.171],[0.197,0],[-0.023,-0.147],[-0.023,-0.144],[-0.025,-0.124],[-0.073,-0.297],[-0.025,-0.121],[0,-0.196],[-0.051,-0.173],[-0.074,-0.445],[-0.025,-0.124],[-0.074,-0.172],[-0.074,-0.149],[-0.198,-0.323],[-0.052,-0.146],[-0.023,-0.122],[0,-0.169],[0,-0.15],[0,0],[0,-0.195],[0,-0.171],[0,-0.146],[-0.052,-0.149],[-0.038,-0.065],[-0.079,0.007],[-0.146,-0.247],[-0.024,-0.272],[-0.029,-0.346],[0,-0.295],[0,0],[0,0],[-0.268,0],[-0.174,0.028],[0,0],[0,0.146],[0,0],[0.021,0.145],[0.049,0.267],[0,0],[-0.055,-0.03],[-0.09,0.001],[-0.075,-0.145],[0,-0.147],[0,-0.148],[0.047,-0.269],[0,0],[-0.024,-0.175],[-0.098,-0.169],[-0.15,-0.073],[-0.062,-0.013],[-0.066,0.005],[-0.193,-0.051],[-0.124,-0.099],[-0.095,-0.07],[-0.517,-0.319],[0,0],[0,0],[0,0],[-0.027,-0.15],[-0.027,-0.172],[-0.17,-0.54],[0,0],[0.024,0.147],[0,0],[0,0.148],[-0.1,-0.013],[-0.073,0.007],[-0.173,-0.027],[0,0],[0,-0.147],[0.049,-0.226],[0,-0.445],[-0.145,0.147],[-0.151,0.047],[0,0],[0,0],[-0.17,0],[0.026,-0.294],[0.053,-0.173],[0.124,-0.149],[0.065,-0.026],[0.061,0.008],[0.295,-0.098],[0.175,-0.049],[0.148,-0.099],[0.15,-0.195],[0.173,-0.197],[0.125,-0.049],[0.149,-0.024],[0.272,-0.048],[0,-0.565],[0.051,-0.146],[0.122,-0.147],[0.122,-0.099],[0.121,-0.073],[0.101,-0.146],[0.122,-0.074],[0.123,-0.103],[0.149,-0.097],[0.145,-0.125],[0.125,-0.1],[0.125,-0.075],[0.058,-0.023],[0.071,0.013],[0.12,-0.072],[0.075,-0.124],[0.048,-0.125],[0.051,-0.147],[0.078,-0.172],[0.078,-0.127],[0.224,-0.219],[0.152,-0.025],[0.149,0.016],[0.322,-0.077],[0.149,-0.096],[0.147,-0.171],[0.194,-0.248],[0.393,0],[0.068,0],[0.374,0],[0,0],[0.172,0],[0,0],[0.147,0],[0.246,-0.024],[0,0],[0.172,0],[0.268,0.099],[0.224,0],[0.151,-0.027],[0,0],[0,0],[0.029,-0.345],[0.099,-0.152],[0.2,0.148],[0.196,0.122],[0.296,0],[0.249,0],[0.172,0.097],[0.12,0.048],[0.17,0.075],[-0.049,0.123],[-0.097,0.169],[0,0.273],[0.124,0.096],[0,0],[0.39,0],[0.124,-0.145],[0.122,-0.146],[0.518,0],[0.125,0.121],[0.023,-0.145],[0.023,-0.173],[0.121,0.051],[0.171,0.073],[0,0],[-0.028,-0.124],[-0.075,-0.172],[-0.027,-0.099],[-0.293,0.025],[-0.146,0],[0,0],[0,-0.344],[0.061,-0.037],[0.071,0.019],[0.148,-0.099],[0.098,-0.126],[0.069,-0.148],[0.096,-0.148],[0.124,-0.149],[0.053,-0.009],[0.076,0.01],[0,0],[0.172,-0.098],[0.27,-0.39],[0.394,-0.441],[0.293,-0.246],[0.219,0],[0.223,0.052],[0,0],[0.175,0],[0.173,-0.095],[0,0],[0.193,0],[0.122,0.101],[0.123,0.045],[0.063,0.014],[0.066,-0.005],[0.171,0.026],[-0.148,0.222],[0,0],[0.022,0.15],[0.076,0.12],[0.052,0.121],[0.052,0.267],[0,0],[0.121,-0.077],[0.145,-0.126],[0.291,-0.273],[0.122,-0.05],[0.144,-0.074],[0.148,-0.098],[0.124,-0.143],[0.122,-0.098],[0.268,-0.099],[0.051,-0.01],[0.079,0.015],[0.126,-0.072],[0.075,-0.123],[0.052,-0.146],[0.05,-0.27],[0.025,-0.296],[0.293,0],[0.319,-0.051],[0,0],[0,0],[-0.144,0.098],[0,0],[-0.15,0.074],[-0.168,0.1],[-0.073,0.148],[-0.025,0.123],[-0.025,0.121],[-0.025,0.121],[-0.072,0.345],[-0.029,0.122],[-0.023,0.122],[-0.073,0.153],[-0.097,0.074],[-0.172,0.07],[-0.126,0.05],[-0.1,0.099],[-0.05,0.122],[-0.15,0.347],[-0.467,0.27],[-0.493,0.316],[-0.469,0.268],[-0.441,0.366],[-0.101,0.122],[-0.27,0.196],[-0.077,0.096],[-0.096,0.174],[-0.063,0.013],[-0.066,-0.006],[-0.085,0.013],[-0.079,-0.006],[-0.149,0.024],[-0.126,0.026],[-0.343,0.101],[-0.148,0.049],[-0.055,0.012],[-0.075,-0.01],[-0.144,0.051],[-0.126,0.15],[0,0.248],[0,0.417],[-0.072,0.199],[-0.1,0.122],[-0.05,0.099],[-0.071,0.17],[-0.025,0.198],[0,0.295],[-0.073,0.319],[-0.097,0.319],[0,0.295],[0,1.649],[0,0.223],[-0.049,0.196],[0,0],[0,0],[0.174,0],[0.196,0],[0.125,-0.025],[0.15,-0.051],[0.123,-0.025],[0.244,-0.02],[0,-0.465],[0,-0.124],[0.075,-0.173],[0.102,-0.121],[0.145,-0.122],[0.1,-0.147],[0,0],[0.077,-0.146],[0.126,-0.199],[0,0],[0.168,0],[0,0],[0.15,0],[0.151,-0.073],[0.121,-0.101],[0,0],[0.27,-0.272],[0.123,-0.125],[0,0],[0,0],[0,-0.318],[-0.07,-0.173],[0,0],[0,0],[0.028,-0.169],[0.099,-0.197],[0.073,-0.127],[0.122,-0.172],[0.223,0],[0.1,0.075],[0.122,0.146],[0,0],[0,0],[-0.097,-0.123],[-0.248,-0.244],[-0.045,-0.118],[-0.025,-0.12],[-0.025,-0.145],[-0.047,-0.294],[0,-0.172],[0.075,-0.123],[0.123,-0.076],[-0.021,-0.123],[-0.049,-0.172],[-0.055,0.012],[-0.075,-0.01],[-0.168,0.073],[0,0],[0.021,-0.296],[0.098,-0.321],[0.046,-0.122],[0.078,-0.148],[0.245,-0.222],[0.122,-0.099],[0.074,-0.122],[0.045,-0.145],[0.025,-0.121],[0.049,-0.32],[0,-0.147],[0.022,-0.124],[0.075,-0.144],[0.097,-0.075],[0.121,-0.024],[0.344,0],[0.121,0.074],[0.168,0.172],[0.246,0],[0.144,-0.073],[0.123,-0.121],[0.122,-0.097],[0.101,0.148],[0.052,0.124],[0.073,0.176],[0.061,-0.012],[0.067,0.006],[0.176,-0.049],[0.146,-0.099],[0.269,-0.273],[0.096,-0.148],[0.195,-0.072],[0.222,0],[0.147,0],[0.152,0.025],[0,0],[0,0.294],[0,0.148],[0.099,0.323],[0.053,0.027],[0.063,-0.009],[0,-0.613],[0.098,-0.093],[0.148,-0.099],[0.151,-0.098],[0.246,-0.32],[0.146,-0.196],[0.119,-0.125],[0.245,-0.098],[0.176,-0.051],[0,0],[0.342,0],[0.147,-0.022],[0.293,-0.097],[0.17,-0.048],[0.124,-0.097],[0.124,-0.148],[0.122,-0.047],[0.467,-0.246],[0.189,-0.044],[0.115,0.01],[0.194,0],[0.171,-0.048],[0.366,-0.271],[0.151,-0.074],[0.271,-0.049],[0.467,0],[0.169,0.052],[0.171,0.099],[0.121,0.05],[0.367,0.094],[0,0],[0.193,0],[0,0],[-0.148,-0.097],[-0.123,-0.124],[-0.047,-0.122],[0,0],[-0.072,-0.175],[-0.074,-0.145],[-0.05,-0.122],[0,0],[-0.415,0],[-0.071,-0.121],[-0.048,-0.124],[-0.072,-0.124],[-0.1,-0.148],[0,0],[-0.195,0],[-0.101,-0.071],[0.148,-0.123],[0.122,-0.074],[0.171,-0.096],[0.126,-0.026],[0,0],[0.369,0.046],[0,0],[0.319,0],[0.292,0],[0.32,-0.121],[0.122,-0.145],[0.099,-0.128],[0.096,-0.194],[0,-0.221],[-0.029,-0.065],[-0.078,0.002],[-0.075,-0.095],[0,0],[0.371,-0.028],[0.488,0],[0.05,0.125],[0.05,0.145],[0.143,0.343],[0,0],[0.194,0],[0.171,0.048],[0.123,0.098],[0.1,0.447],[0,0],[0.346,0],[0.149,0.099],[0.245,0.194],[0.173,0.076],[0.218,0.095],[0,0],[0.169,-0.046],[0.048,-0.124],[0.025,-0.294],[0,-0.15],[0,0],[0.273,-0.024],[0,-0.468],[0,-0.148],[0,-0.145],[0.028,-0.122],[0.049,-0.147],[0.298,0.216],[0.175,0.078],[0,0],[0.142,0],[0.146,-0.049],[0.146,-0.097],[0.123,-0.121],[0.119,-0.101],[0.048,-0.026],[0.069,0.012],[0.169,-0.075],[0.125,-0.073],[0.074,-0.119],[0,-0.323],[-0.151,-0.074],[-0.11,-0.027],[-0.163,0.01],[-0.099,-0.072],[-0.099,-0.151],[-0.098,-0.149],[-0.267,-0.198],[0,0],[-0.271,0.028],[-0.443,0],[0,0],[-0.081,-0.009],[-0.082,0.006],[-0.198,-0.02],[-0.174,-0.099],[-0.151,-0.026],[-0.174,0],[-0.171,0.026],[0.147,0.099],[0.062,0.025],[0.07,-0.012],[0.124,0.074],[0.151,0.124],[0,0],[-0.021,0.122],[-0.098,0.224],[-0.439,0],[-0.048,-0.095],[0,0],[0,-0.174],[-0.147,-0.097],[-0.149,-0.048],[0,0],[-0.122,0],[-0.342,-0.024],[-0.196,-0.046],[-0.124,-0.052],[-0.176,-0.074],[-0.27,-0.099],[-0.194,-0.093],[-0.147,-0.121],[-0.076,-0.098],[-0.099,-0.073],[-0.168,-0.075],[-0.322,-0.047],[-0.145,0],[-0.344,-0.026],[0,-0.42],[-0.346,-0.417],[-0.223,-0.147],[-0.246,-0.096],[-0.167,-0.011],[-0.139,0.006],[-0.172,0],[-0.174,-0.047],[-0.167,-0.098],[-0.062,-0.01],[-0.066,0.006],[-0.147,-0.048],[0,0],[0,0],[-0.174,0],[-0.176,-0.049],[-0.39,-0.127],[-0.149,-0.077],[-0.467,0],[0,0],[-0.171,0],[-0.223,0.096],[-0.195,0.073],[-0.417,0],[0,0],[-0.198,0],[-0.194,-0.048],[-0.063,-0.011],[-0.067,0.007],[-0.321,-0.098],[-0.298,-0.17],[-0.122,-0.022],[-0.194,-0.027],[-0.222,0],[-0.146,0.025],[-0.146,0.097],[0,0.149],[-0.075,0.17],[-0.048,0.148],[-0.102,0.169],[0.122,0.051],[0.169,0.073],[0.12,0.073],[0.172,0.223],[0,0.145],[-0.048,0.198],[-0.099,0.122],[-0.122,0.099],[0,0],[0,0],[0,0],[0,0],[0,0],[0.464,0],[0.32,-0.1],[0,0],[-0.12,-0.029],[-0.146,-0.025],[0,0],[0,0.319],[0,0.148],[-0.049,0.149],[-0.075,0.121],[-0.22,0.096],[0,0],[-0.172,-0.026],[-0.267,-0.126],[-0.833,-0.12],[0,0],[-0.194,0],[-0.418,0.05],[-0.221,0.025],[-0.22,0],[-0.198,-0.024],[-0.194,-0.151],[-0.124,-0.075],[0,0],[-0.021,0.223],[0,0.145],[0,0],[0,0],[0,0],[0,0],[0,-0.294],[-0.099,-0.151],[-0.122,-0.073],[-0.147,-0.047],[-0.151,-0.047],[-0.175,-0.097],[-0.146,-0.246],[0,-0.394],[0,-0.124],[0,-0.171],[-0.075,-0.169],[-0.074,-0.12],[-0.097,-0.074],[-0.147,-0.126],[-0.097,-0.071],[-0.097,-0.05],[-0.058,-0.009],[-0.07,0.007],[-0.149,-0.021],[-0.166,-0.023],[-0.122,-0.029],[-0.292,-0.023],[-0.343,-0.023],[-0.148,0],[-0.148,0.024],[-0.147,0.073],[-0.143,0.077],[-0.175,0.075],[-0.148,0.051],[0,0],[-0.149,0.026],[-0.488,0.021],[-0.392,0],[-0.174,0.052],[0,0],[-0.145,0],[-0.145,-0.028],[-0.124,-0.049],[-0.193,-0.094],[-0.176,-0.121],[-0.122,-0.021],[0,0],[-0.198,0],[-0.217,-0.023],[-0.222,-0.029],[-0.194,-0.048],[0,0],[-0.297,-0.148],[-0.146,-0.097],[-0.121,-0.099],[-0.246,-0.15],[0,0],[0,0],[0.122,-0.121],[0.267,-0.176],[0,0],[-0.073,-0.01],[-0.067,0.007],[-0.195,-0.048],[0,0],[-0.024,0.298],[-0.046,0.174],[-0.197,0.295],[-0.121,0.052],[0,0],[-0.175,-0.025],[0.07,-0.148],[0.076,-0.17],[0.021,-0.125],[0.068,-0.17],[0.076,-0.094],[0.098,-0.076],[-0.296,0],[-0.197,0],[-0.172,-0.072],[-0.076,-0.011],[-0.089,0.011],[-0.322,-0.094],[-0.123,-0.022],[-0.197,0],[-0.346,0.023],[-0.291,0],[-0.219,-0.047],[-0.08,-0.012],[-0.088,0.011],[-0.294,-0.075],[-0.248,-0.038],[-0.188,0.015],[-0.293,-0.025],[-0.15,0],[-0.196,0],[-0.071,0.097],[-0.071,0.321],[0,0],[-0.343,0],[0,0.145],[0.028,0.194],[0.099,0.148],[0.146,0.075],[0.123,0.073],[0.123,0.075],[0.128,0.149],[0.053,0.12],[0.022,0.147],[0,0.147],[0,0],[-0.266,-0.051],[-0.122,-0.025],[-0.09,-0.013],[-0.078,0.006],[-0.124,-0.027],[-0.176,-0.048],[-0.149,-0.026],[-0.143,0],[-0.391,0],[0,0],[0,0],[0.151,0.075],[0.196,0.127],[0,0.267],[-0.372,-0.072],[-0.147,-0.101],[-0.147,-0.124],[-0.127,-0.098],[-0.096,-0.15],[-0.047,-0.1],[-0.098,-0.076],[-0.296,-0.073],[-0.169,0],[-0.12,0],[-0.123,0.073],[-0.1,0.146],[-0.346,0.348],[-0.444,0],[-0.343,0],[-0.12,0],[-0.172,-0.048],[-0.123,-0.051],[-0.148,0],[-0.174,0.048],[-0.439,0],[-0.245,0],[-0.124,0.294],[0.025,0.467],[-0.024,0.294],[0,0],[0,-0.464],[-0.124,-0.144],[-0.175,-0.149],[-0.122,-0.048],[-0.175,-0.07],[-0.173,-0.097],[-0.171,-0.122],[-0.32,-0.273],[0,0],[0,-0.145],[0.048,-0.149],[0,-0.194],[-0.025,-0.296],[0,-0.344],[-0.025,-0.341],[0,-0.297],[-0.049,-0.148],[-0.075,-0.172],[-0.175,-0.146],[-0.147,-0.071],[-0.248,-0.048],[-0.271,0],[-0.075,0.121],[-0.074,0.095],[-0.122,0.172],[-0.467,0],[-0.075,-0.146],[-0.096,-0.171],[-0.145,-0.121],[-0.125,-0.029],[-0.137,-0.019],[-0.198,0.008],[-0.175,-0.079],[-0.318,-0.246],[-0.272,0],[-0.169,0.046],[-0.195,0.101],[-0.177,0.072],[-0.198,0.094],[0,0],[0.076,0.169],[0.098,0.146],[0.021,0.173],[0,0.171],[0,0],[-0.221,0],[-0.397,0.15],[-0.442,0],[-0.221,-0.097],[-0.321,-0.096],[-0.194,-0.072],[-0.199,-0.101],[-0.171,0],[-0.194,0.049],[-0.243,0],[-0.149,-0.251],[0,0],[-0.146,-0.101],[-0.172,-0.073],[-0.127,-0.022],[-0.143,0],[-0.171,0],[-0.145,0.076],[-0.298,0],[0,0],[-0.147,-0.025],[0,0],[0,0],[-0.464,0],[-0.125,0],[-0.123,0.024],[-0.222,0.128],[0,0],[-0.15,0],[-0.174,0],[0,-0.293],[0,-0.149],[0,-0.15],[0,0],[-0.124,0.075],[-0.121,0.097],[-0.273,0.294],[-0.22,0],[-0.198,-0.079],[0,0],[0.297,0],[0.149,0],[0.174,-0.075],[0.122,-0.074],[0.104,-0.077],[0.147,-0.075],[0.198,-0.125],[0,0],[-0.05,-0.151],[-0.147,-0.148],[-0.39,0],[-0.171,0.05],[-0.124,0.069],[-0.153,0.125],[-0.099,0.15],[-0.126,0.125],[-0.173,0.147],[0,0],[0,0],[0.025,0.149],[0.072,0.221],[0,0],[-0.052,0.146],[-0.124,0.101],[-0.197,0.12],[0,0],[-0.15,0],[-0.296,-0.028],[-0.197,0],[-0.172,0.074],[-0.266,0.051],[0,0],[-0.393,0.025],[0,0],[-0.071,0],[0.226,-0.025],[0.147,-0.098],[0.122,-0.127],[0.127,-0.098],[0.121,-0.071],[0.143,-0.039],[0.119,0.015],[0.124,0],[0.149,-0.075],[0.121,-0.103],[0.271,-0.251],[0.192,-0.271],[0.22,-0.173],[0,0],[0.147,0],[0.124,0],[0.149,-0.05],[0.1,-0.074],[0.1,-0.151],[0.218,-0.173],[0,0],[0.15,0],[0.194,0],[0.123,-0.024],[0.17,-0.048],[0.151,-0.124],[0.027,-0.122],[0.075,-0.275],[0,0],[0.027,-0.221],[0.023,-0.145],[0.047,-0.147],[0.038,-0.05],[0.079,0.024],[0.097,-0.125],[0,-0.145],[-0.026,-0.122],[-0.04,-0.062],[-0.08,0.005],[-0.07,-0.124],[-0.07,-0.122],[-0.039,-0.05],[-0.082,0.025],[-0.051,-0.101],[-0.075,-0.173],[-0.145,-0.2],[-0.174,-0.074],[-0.087,-0.011],[-0.081,0.007],[-0.121,-0.024],[-0.05,-0.467],[0,0],[-0.32,0],[-0.319,-0.049],[-0.148,0],[-0.147,0.048],[-0.143,0.076],[-0.099,0.08],[-0.245,-0.269],[-0.098,-0.05],[-0.222,-0.051],[-0.22,0],[0,0],[0,0],[0,0],[0.097,-0.12],[0.098,-0.072],[0.195,-0.22],[0,-0.169],[0,0],[-0.319,0],[-0.397,-0.024],[-0.147,0],[0.072,-0.146],[0.194,-0.268],[0.069,-0.028],[0.06,0.009],[0.169,-0.051],[0,0],[0,0]],\"v\":[[172.657,-138.643],[172.24,-138.443],[171.456,-138.15],[171.064,-138.15],[169.88,-137.757],[169.486,-137.658],[169.095,-137.364],[168.801,-136.872],[168.801,-136.481],[168.801,-136.086],[168.508,-135.69],[167.719,-135.299],[167.915,-134.906],[168.306,-134.713],[168.212,-134.244],[164.28,-134.244],[164.081,-133.432],[163.65,-133.343],[163.196,-133.239],[163.196,-132.843],[162.899,-132.447],[162.507,-132.252],[161.425,-132.151],[160.736,-132.151],[160.344,-132.349],[159.952,-132.643],[159.658,-133.038],[159.264,-133.136],[158.868,-133.136],[157.887,-133.136],[157.493,-133.136],[156.61,-133.432],[156.117,-133.333],[155.944,-133.328],[155.626,-133.239],[155.331,-132.843],[155.428,-132.349],[155.331,-131.955],[154.939,-131.761],[154.421,-131.564],[152.308,-131.564],[151.298,-131.171],[150.808,-130.974],[150.019,-130.583],[149.628,-130.484],[149.137,-130.088],[148.746,-130.189],[148.548,-130.583],[148.103,-130.583],[147.27,-130.484],[146.874,-130.189],[146.092,-129.791],[145.696,-129.401],[145.301,-129.304],[144.813,-129.304],[143.829,-129.205],[143.043,-128.812],[142.746,-128.419],[142.647,-127.924],[142.454,-127.535],[142.235,-127.527],[142.058,-127.535],[141.568,-127.535],[141.175,-127.437],[140.783,-127.337],[140.391,-127.238],[139.993,-126.845],[140.391,-126.057],[140.783,-125.863],[141.663,-125.566],[142.058,-125.368],[142.058,-124.978],[142.058,-124.585],[141.764,-124.19],[141.371,-124.289],[140.092,-124.485],[139.306,-124.386],[138.913,-124.289],[138.618,-123.893],[138.225,-123.597],[137.834,-123.597],[137.441,-123.597],[136.947,-123.994],[135.866,-123.893],[135.079,-123.893],[134.684,-123.797],[134.271,-123.597],[132.449,-123.597],[132.033,-123.7],[131.639,-123.597],[131.538,-123.207],[131.246,-122.816],[129.204,-122.816],[128.491,-122.225],[128.691,-121.832],[129.079,-121.437],[129.472,-121.045],[129.866,-120.748],[129.866,-119.963],[129.866,-119.566],[130.066,-119.177],[130.163,-118.784],[131.149,-118.685],[131.736,-118.685],[132.227,-118.784],[132.624,-118.585],[132.918,-118.195],[133.309,-117.799],[133.309,-117.408],[133.309,-117.015],[132.423,-116.421],[131.835,-116.619],[131.441,-116.818],[131.246,-117.212],[131.05,-117.211],[130.855,-117.212],[130.361,-117.408],[129.967,-117.503],[129.571,-117.604],[129.472,-117.998],[129.376,-118.391],[128.983,-118.585],[126.647,-118.585],[125.839,-118.978],[125.743,-119.373],[124.949,-119.566],[124.559,-119.566],[124.168,-119.274],[123.772,-119.177],[122.594,-118.881],[122.691,-118.491],[123.082,-118.391],[123.871,-118.391],[124.267,-118.391],[124.559,-117.998],[124.853,-117.604],[124.658,-117.212],[123.772,-117.306],[123.381,-117.408],[123.082,-117.799],[122.447,-117.799],[122.197,-117.799],[121.806,-117.799],[121.611,-117.408],[121.514,-117.015],[121.116,-116.619],[122.103,-115.736],[122.48,-115.736],[122.889,-115.736],[123.283,-115.639],[124.46,-115.144],[124.756,-114.752],[125.149,-114.655],[125.543,-114.458],[125.743,-114.066],[125.543,-113.67],[125.149,-114.262],[124.72,-114.326],[124.361,-114.36],[123.97,-114.655],[123.775,-114.654],[123.576,-114.655],[123.383,-114.654],[123.184,-114.655],[122.79,-114.95],[122.396,-115.05],[121.813,-115.048],[121.219,-115.05],[120.431,-115.344],[120.04,-115.736],[119.746,-116.128],[119.842,-116.525],[119.842,-117.306],[119.842,-118.096],[120.137,-118.491],[120.137,-118.881],[120.137,-119.274],[120.04,-119.669],[119.644,-119.867],[119.644,-120.257],[119.249,-121.045],[118.858,-120.849],[118.66,-120.848],[118.464,-120.849],[118.464,-120.257],[118.566,-119.867],[118.566,-118.685],[118.464,-118.29],[118.464,-117.847],[117.678,-117.896],[117.186,-117.799],[116.796,-117.847],[116.796,-117.212],[116.694,-116.818],[116.301,-116.619],[115.91,-116.525],[115.415,-115.639],[115.415,-115.441],[116.301,-114.36],[116.991,-113.67],[116.991,-113.277],[117.186,-112.491],[117.087,-112.098],[116.892,-111.705],[116.4,-111.117],[116.4,-110.92],[116.595,-110.525],[116.694,-110.034],[116.796,-109.642],[116.595,-109.247],[116.694,-108.853],[117.087,-108.069],[117.504,-107.871],[119.447,-107.871],[119.746,-108.265],[120.137,-108.561],[120.527,-108.951],[120.725,-108.951],[121.116,-108.853],[121.413,-108.462],[122.197,-107.968],[122.594,-107.871],[122.988,-107.577],[123.381,-106.79],[124.066,-106.099],[124.46,-105.808],[124.756,-105.413],[124.46,-104.626],[124.168,-104.232],[123.772,-103.941],[123.97,-103.546],[124.152,-103.552],[124.361,-103.546],[124.756,-103.349],[125.051,-102.954],[125.818,-102.851],[126.23,-102.857],[126.621,-102.76],[126.331,-102.367],[125.936,-102.169],[125.149,-102.071],[124.756,-102.071],[124.361,-102.367],[123.97,-102.66],[123.576,-102.76],[123.381,-103.741],[123.381,-104.334],[123.477,-104.727],[122.889,-105.512],[122.495,-105.709],[122.495,-106.099],[122.197,-106.494],[121.806,-106.594],[121.314,-106.691],[120.527,-106.79],[119.348,-106.691],[118.954,-106.691],[118.566,-106.494],[118.17,-106.296],[117.775,-105.903],[117.876,-105.512],[117.975,-105.119],[118.267,-104.134],[118.071,-103.148],[117.975,-102.76],[117.581,-102.367],[117.186,-102.071],[116.694,-101.676],[116.301,-101.38],[116.301,-100.4],[115.517,-100.4],[114.339,-99.708],[113.546,-99.222],[113.546,-98.824],[113.254,-98.43],[112.861,-98.43],[112.072,-98.533],[111.68,-98.727],[111.287,-98.824],[110.868,-99.12],[108.536,-99.12],[108.142,-99.32],[108.436,-99.708],[108.73,-100.104],[109.319,-100.104],[109.913,-100.104],[110.305,-99.907],[111.092,-99.907],[111.878,-99.907],[112.274,-100.204],[112.665,-100.497],[113.056,-100.792],[113.449,-101.579],[113.845,-101.778],[114.529,-102.464],[114.629,-102.857],[115.025,-103.057],[115.415,-103.252],[115.415,-103.645],[115.517,-104.035],[115.808,-104.824],[115.91,-105.217],[116.009,-105.609],[116.202,-105.981],[116.103,-106.47],[115.316,-106.397],[114.827,-106.494],[114.339,-106.691],[114.042,-107.083],[113.943,-107.676],[114.137,-108.658],[114.137,-109.835],[114.137,-110.23],[114.339,-111.016],[114.529,-112.196],[114.529,-112.591],[114.137,-113.377],[114.042,-113.772],[113.746,-114.554],[113.449,-114.95],[113.254,-115.316],[113.254,-117.752],[114.042,-117.702],[114.434,-117.799],[114.529,-117.752],[114.556,-120.159],[113.546,-120.257],[113.157,-120.652],[112.762,-120.748],[111.977,-120.748],[111.188,-120.748],[110.6,-120.849],[109.616,-120.652],[109.22,-120.358],[108.832,-120.159],[108.436,-120.159],[107.648,-120.159],[107.258,-120.064],[107.258,-118.881],[107.258,-118.391],[106.766,-117.604],[106.471,-117.212],[105.78,-116.421],[105.587,-115.639],[105.391,-115.144],[104.996,-115.05],[104.543,-115.036],[104.208,-115.05],[103.816,-115.05],[103.424,-114.85],[103.227,-114.262],[103.227,-114.066],[103.323,-113.576],[103.523,-113.569],[103.717,-113.576],[104.406,-112.884],[104.504,-112.098],[104.31,-111.313],[103.915,-111.214],[103.522,-111.016],[103.424,-110.404],[103.522,-109.642],[104.31,-109.642],[104.703,-109.642],[105.098,-109.346],[105.391,-108.951],[105.391,-108.561],[105.587,-108.168],[105.979,-107.968],[106.273,-107.577],[106.668,-107.479],[107.354,-106.79],[107.75,-106.594],[107.75,-106.201],[107.75,-105.808],[107.354,-105.413],[107.258,-105.02],[106.867,-105.02],[106.471,-105.02],[105.684,-105.02],[104.897,-105.413],[104.406,-106.79],[103.62,-106.887],[102.441,-107.083],[102.143,-107.479],[101.751,-107.773],[101.29,-107.79],[100.966,-107.773],[100.572,-107.871],[99.786,-107.968],[99.393,-108.361],[99.198,-108.853],[98.805,-108.951],[98.408,-109.052],[97.918,-109.346],[97.499,-109.543],[95.585,-109.543],[95.165,-109.738],[94.971,-110.131],[94.552,-110.326],[92.536,-110.326],[91.723,-110.82],[90.938,-111.313],[90.544,-111.41],[90.346,-111.803],[89.954,-111.902],[89.561,-112.196],[89.465,-112.591],[89.236,-112.601],[89.072,-112.591],[88.478,-112.687],[88.28,-112.687],[87.891,-112.491],[87.497,-112.098],[87.596,-111.51],[87.988,-111.117],[88.382,-110.82],[88.382,-110.427],[88.382,-109.936],[89.169,-109.936],[89.561,-109.835],[89.954,-109.835],[90.346,-109.642],[90.448,-109.247],[90.643,-108.757],[91.626,-108.462],[92.021,-108.265],[92.311,-107.871],[92.217,-107.479],[92.118,-107.083],[91.427,-106.397],[91.039,-106.397],[90.643,-106.397],[90.249,-106.397],[90.053,-106.002],[89.954,-105.609],[89.757,-105.217],[89.365,-105.02],[88.921,-105.119],[88.973,-105.903],[89.072,-106.296],[89.072,-107.083],[88.921,-107.479],[88.382,-107.479],[87.988,-107.379],[87.596,-107.083],[87.397,-106.691],[87.203,-106.296],[86.415,-106.296],[86.023,-106.296],[85.236,-106.397],[85.025,-106.414],[84.743,-106.397],[84.548,-106.002],[84.251,-105.609],[83.787,-105.609],[83.37,-105.609],[82.971,-105.709],[82.579,-105.709],[81.698,-105.709],[81.303,-105.633],[81.303,-104.626],[80.125,-104.626],[79.729,-104.923],[79.536,-105.316],[79.141,-105.413],[79.337,-105.808],[79.337,-106.201],[79.729,-106.987],[79.633,-107.379],[79.237,-107.28],[79.042,-106.887],[78.65,-106.79],[78.253,-106.691],[77.914,-106.677],[77.37,-106.594],[77.074,-106.201],[76.29,-105.808],[75.703,-105.808],[74.523,-105.709],[74.126,-105.512],[74.029,-105.119],[73.632,-104.923],[73.244,-104.923],[72.849,-104.923],[72.456,-104.824],[71.572,-104.626],[71.177,-104.334],[70.393,-103.645],[69.898,-103.349],[69.21,-103.331],[68.329,-103.252],[67.932,-102.857],[68.126,-102.464],[68.526,-101.973],[68.329,-101.38],[67.539,-100.993],[67.145,-100.696],[66.753,-100.598],[66.361,-100.598],[65.868,-100.598],[65.277,-100.302],[65.083,-100.302],[64.786,-100.696],[64.298,-100.894],[63.899,-101.284],[63.805,-101.676],[63.411,-102.268],[63.508,-103.202],[65.672,-103.202],[65.672,-104.427],[65.277,-104.824],[64.885,-104.923],[64.69,-105.316],[64.395,-105.709],[63.997,-106.099],[63.215,-105.903],[63.018,-105.903],[62.626,-106.296],[62.23,-106.397],[61.369,-106.397],[60.557,-106.397],[60.165,-106.296],[59.871,-106.369],[59.871,-105.512],[60.656,-105.413],[61.001,-105.217],[61.001,-102.884],[60.755,-102.464],[60.361,-102.169],[60.462,-101.778],[60.462,-101.38],[60.855,-101.284],[61.249,-101.088],[61.543,-100.696],[61.936,-100.204],[61.936,-100.005],[61.592,-99.76],[61.639,-99.419],[61.639,-98.236],[61.592,-98.042],[60.755,-98.141],[60.361,-98.141],[59.969,-98.43],[59.969,-98.824],[59.676,-99.222],[59.233,-99.222],[58.79,-99.222],[58.397,-98.923],[58.001,-98.923],[57.12,-98.923],[56.726,-98.824],[56.726,-98.43],[56.628,-98.042],[56.234,-97.844],[55.839,-97.746],[55.053,-97.546],[54.56,-97.449],[54.169,-97.152],[53.973,-96.763],[53.581,-96.469],[52.991,-96.378],[52.992,-96.369],[52.992,-95.585],[53.186,-95.191],[53.284,-94.795],[53.68,-94.7],[54.072,-94.5],[54.268,-93.911],[54.169,-93.321],[54.169,-93.519],[53.385,-93.519],[52.596,-93.519],[51.809,-93.715],[51.419,-93.715],[51.025,-93.812],[50.135,-93.911],[49.743,-94.203],[49.354,-94.306],[49.159,-94.305],[48.958,-94.306],[48.568,-94.597],[48.27,-95.09],[48.074,-95.482],[47.685,-95.29],[47.385,-94.893],[47.216,-94.9],[46.993,-94.893],[46.599,-94.404],[46.796,-93.812],[47.188,-93.519],[47.586,-93.421],[47.586,-93.027],[47.78,-92.632],[48.173,-92.632],[49.055,-92.73],[49.844,-92.239],[50.135,-91.751],[49.844,-91.356],[47.876,-91.356],[47.685,-90.962],[47.29,-90.862],[46.895,-90.962],[46.796,-91.356],[46.406,-91.648],[45.224,-92.143],[45.03,-92.142],[44.828,-92.143],[44.141,-92.73],[43.945,-93.126],[43.945,-93.519],[43.945,-94.7],[42.691,-94.7],[42.667,-95.972],[42.863,-97.648],[42.57,-98.43],[41.9,-98.592],[41.391,-98.629],[41.19,-99.025],[40.801,-99.419],[40.505,-100.204],[39.993,-100.291],[39.621,-100.302],[39.228,-100.696],[38.438,-101.088],[38.538,-101.482],[38.931,-101.38],[39.326,-101.284],[39.522,-100.894],[40.307,-100.598],[41.094,-100.104],[41.486,-99.907],[42.199,-99.902],[42.863,-99.907],[43.255,-99.907],[43.552,-99.515],[44.363,-99.12],[47.066,-99.12],[47.484,-99.025],[47.876,-98.923],[48.074,-98.533],[48.469,-98.43],[48.859,-98.43],[49.254,-98.334],[50.04,-98.334],[50.432,-98.334],[50.826,-98.334],[51.22,-98.533],[51.415,-98.533],[51.612,-98.533],[52.005,-98.629],[52.793,-99.025],[53.186,-99.025],[53.973,-99.12],[54.365,-99.419],[54.758,-99.708],[55.154,-100.005],[55.35,-100.4],[55.449,-101.185],[55.35,-102.367],[55.35,-102.76],[54.954,-103.546],[54.56,-103.839],[54.169,-104.232],[53.775,-104.334],[53.284,-104.427],[52.496,-104.427],[51.708,-104.427],[50.928,-104.923],[50.531,-105.119],[50.333,-105.512],[49.941,-105.709],[49.646,-106.099],[49.448,-106.099],[49.254,-106.099],[48.859,-106.296],[48.568,-106.691],[48.173,-106.79],[47.78,-106.987],[47.385,-107.28],[46.993,-107.379],[46.06,-107.479],[45.128,-107.379],[44.536,-107.28],[44.339,-107.28],[43.945,-107.577],[43.456,-107.773],[42.764,-108.462],[41.586,-108.462],[41.586,-107.871],[41.391,-107.479],[40.997,-107.479],[40.603,-107.479],[40.113,-107.773],[40.307,-108.168],[40.505,-108.757],[40.505,-108.951],[40.113,-109.148],[39.716,-109.346],[39.716,-109.738],[39.621,-110.23],[38.466,-110.23],[38.046,-110.034],[37.656,-109.642],[37.061,-109.835],[36.671,-110.034],[36.572,-110.427],[35.686,-110.326],[34.805,-110.525],[34.41,-110.623],[34.41,-111.065],[34.805,-111.016],[35.195,-111.117],[35.686,-111.065],[35.786,-111.902],[35.488,-112.296],[35.195,-112.687],[34.805,-112.687],[33.917,-112.687],[33.13,-112.787],[32.837,-113.178],[32.54,-113.576],[32.148,-113.67],[31.755,-113.576],[31.755,-112.394],[30.673,-112.296],[30.673,-113.104],[30.868,-113.475],[31.26,-113.87],[31.26,-114.213],[28.559,-114.213],[28.609,-112.984],[28.411,-112.591],[28.411,-112.196],[28.559,-111.803],[28.017,-111.902],[28.115,-112.296],[28.216,-112.884],[27.922,-113.475],[27.499,-113.67],[26.736,-113.67],[26.717,-114.655],[26.249,-114.752],[25.362,-114.163],[24.973,-113.968],[24.579,-114.066],[24.185,-114.066],[23.888,-113.67],[23.495,-112.884],[22.906,-112.591],[22.71,-112.591],[22.217,-112.687],[21.928,-113.081],[22.121,-113.475],[22.516,-113.772],[21.163,-113.772],[19.957,-113.475],[19.462,-113.277],[18.971,-112.984],[18.876,-112.591],[19.074,-112.196],[19.462,-111.803],[20.249,-111.705],[20.939,-111.605],[20.939,-110.721],[20.178,-110.721],[19.76,-111.016],[18.876,-111.016],[18.087,-111.117],[17.672,-111.214],[16.91,-111.214],[16.91,-110.131],[16.91,-109.738],[16.714,-109.346],[16.319,-109.148],[16.319,-109.936],[16.221,-110.326],[15.828,-110.525],[15.632,-110.524],[15.436,-110.525],[15.043,-110.82],[14.746,-111.214],[14.56,-111.213],[14.354,-111.214],[13.543,-111.803],[12.88,-111.705],[12.88,-110.943],[13.074,-110.525],[13.174,-110.034],[12.88,-109.247],[12.98,-108.853],[12.585,-108.561],[11.993,-108.265],[11.406,-108.361],[11.406,-108.757],[11.21,-109.148],[11.21,-109.543],[10.815,-109.346],[10.715,-108.853],[10.505,-108.847],[10.32,-108.853],[9.538,-108.757],[9.438,-108.069],[9.634,-107.676],[9.816,-107.682],[10.029,-107.676],[10.421,-107.479],[10.421,-107.083],[10.421,-106.691],[10.225,-106.296],[9.833,-106.397],[9.438,-106.79],[8.941,-106.8],[8.555,-106.79],[8.06,-106.987],[8.258,-108.168],[8.06,-108.561],[7.474,-108.361],[7.474,-107.183],[7.079,-106.987],[6.484,-107.183],[5.51,-106.79],[5.605,-106.397],[6,-106.201],[5.803,-105.808],[4.816,-105.808],[4.424,-105.709],[4.031,-105.709],[3.639,-105.413],[3.54,-105.02],[3.143,-104.923],[2.753,-104.528],[2.654,-104.134],[2.445,-104.128],[2.262,-104.134],[1.866,-103.645],[2.628,-103.645],[3.046,-103.839],[3.341,-104.232],[3.734,-104.427],[4.13,-104.427],[4.523,-104.528],[4.915,-104.427],[5.307,-104.727],[5.51,-105.119],[5.721,-105.125],[5.898,-105.119],[6.09,-105.118],[6.293,-105.119],[6.686,-105.413],[7.716,-105.512],[8.751,-105.413],[9.142,-105.119],[8.945,-104.727],[8.16,-104.727],[7.764,-104.727],[7.667,-104.334],[7.276,-104.232],[7.087,-104.286],[6.882,-104.334],[6.484,-104.035],[6.391,-103.645],[6.193,-103.252],[5.803,-103.057],[5.605,-102.66],[5.704,-102.268],[5.605,-101.482],[4.523,-101.284],[4.13,-100.497],[3.734,-100.302],[3.341,-100.005],[3.143,-99.613],[2.753,-99.419],[2.359,-99.12],[2.359,-98.727],[2.359,-98.334],[1.966,-97.945],[1.573,-97.546],[1.573,-96.763],[1.378,-96.369],[1.378,-95.972],[1.283,-96.369],[0.884,-96.074],[0.1,-95.779],[-0.194,-95.384],[-0.589,-95.09],[-0.816,-95.078],[-0.986,-95.09],[-1.572,-94.893],[-1.966,-94.597],[-1.867,-94.108],[-1.473,-94.01],[-1.081,-94.108],[-0.293,-94.108],[-0.392,-93.615],[-0.392,-93.225],[-0.784,-93.027],[-1.18,-92.831],[-1.572,-92.534],[-2.163,-92.437],[-2.555,-92.045],[-2.948,-91.751],[-3.34,-91.648],[-3.736,-91.356],[-3.931,-90.962],[-4.029,-90.569],[-4.62,-90.175],[-5.626,-90.569],[-6.388,-90.569],[-6.486,-89.881],[-6.19,-89.094],[-7.37,-88.8],[-7.57,-88.799],[-7.763,-88.8],[-8.553,-88.409],[-8.944,-88.11],[-9.339,-87.817],[-9.512,-87.822],[-9.73,-87.817],[-10.125,-87.619],[-10.125,-87.227],[-10.125,-86.833],[-10.517,-86.44],[-10.914,-86.144],[-11.307,-86.144],[-11.698,-86.144],[-12.091,-85.85],[-12.487,-85.554],[-12.387,-85.161],[-12.19,-84.768],[-12.387,-84.375],[-12.605,-84.318],[-12.78,-84.277],[-12.979,-83.884],[-12.879,-83.488],[-12.585,-82.899],[-12.681,-82.21],[-12.876,-82.205],[-13.073,-82.21],[-13.271,-81.82],[-13.271,-81.03],[-12.217,-81.03],[-11.796,-81.132],[-11.402,-80.937],[-11.206,-80.542],[-11.503,-80.149],[-11.895,-79.954],[-11.895,-79.557],[-11.895,-79.165],[-12.387,-78.967],[-12.487,-78.575],[-12.387,-78.083],[-10.814,-78.035],[-10.914,-77.101],[-11.307,-76.804],[-11.503,-76.411],[-11.307,-76.017],[-11.307,-75.721],[-10.517,-75.721],[-10.322,-75.734],[-10.03,-75.721],[-9.73,-75.33],[-9.339,-74.939],[-8.553,-75.134],[-8.159,-75.037],[-7.569,-74.838],[-6.587,-75.134],[-6.292,-75.527],[-6.072,-75.533],[-5.897,-75.527],[-5.504,-75.627],[-5.115,-75.921],[-4.913,-76.313],[-4.52,-76.707],[-3.931,-77.491],[-3.638,-77.884],[-3.243,-77.986],[-2.852,-77.884],[-2.458,-78.083],[-2.458,-78.871],[-2.271,-78.876],[-2.064,-78.871],[-1.667,-78.675],[-1.473,-78.279],[-1.473,-77.884],[-1.081,-77.593],[-1.081,-76.707],[-0.986,-76.313],[-0.589,-76.017],[-0.194,-75.43],[-0.194,-75.233],[-0.589,-74.838],[-0.491,-74.442],[-0.001,-73.659],[0.393,-73.56],[0.689,-73.167],[0.986,-72.775],[0.986,-72.379],[0.986,-71.989],[1.283,-71.204],[1.671,-70.908],[2.065,-70.513],[2.458,-70.216],[2.557,-69.826],[2.458,-69.433],[2.165,-68.841],[2.165,-68.646],[2.359,-68.254],[2.359,-67.855],[5.112,-67.855],[5.211,-68.449],[5.211,-68.841],[5.51,-69.236],[5.898,-69.63],[6.293,-69.63],[6.686,-69.63],[7.079,-69.532],[7.474,-69.333],[7.867,-69.532],[8.16,-69.925],[9.044,-70.022],[9.044,-71.204],[10.616,-71.204],[10.715,-71.597],[10.616,-72.185],[9.855,-72.185],[9.438,-72.088],[9.266,-72.081],[9.044,-72.088],[9.044,-72.482],[8.65,-72.578],[9.142,-73.366],[9.438,-73.76],[9.538,-74.545],[9.634,-75.33],[9.634,-75.721],[9.833,-76.12],[10.225,-76.313],[10.616,-76.707],[11.01,-76.804],[11.406,-77.101],[11.797,-77.2],[11.987,-77.193],[12.19,-77.2],[12.388,-77.593],[12.388,-77.986],[12.684,-78.379],[13.074,-78.675],[13.469,-78.967],[13.469,-79.338],[13.469,-79.753],[13.368,-80.245],[12.585,-80.245],[11.797,-80.346],[11.406,-80.27],[11.406,-81.525],[11.01,-81.916],[10.803,-81.916],[10.616,-81.916],[10.225,-82.21],[10.275,-82.582],[10.275,-85.751],[10.715,-86.048],[10.911,-86.44],[11.307,-86.833],[11.504,-87.227],[11.702,-88.01],[11.893,-88.409],[12.289,-88.602],[12.505,-88.608],[12.684,-88.602],[13.469,-88.998],[13.764,-89.388],[14.159,-89.682],[14.354,-90.074],[14.837,-90.161],[15.138,-90.175],[15.348,-90.163],[15.633,-90.175],[15.927,-90.569],[16.319,-90.862],[16.319,-91.255],[16.609,-91.648],[17.01,-91.751],[17.402,-91.849],[17.797,-91.849],[18.186,-91.944],[18.483,-92.534],[18.186,-93.126],[17.797,-93.421],[17.797,-93.812],[18.087,-94.993],[18.383,-95.384],[18.589,-95.391],[18.777,-95.384],[19.171,-95.678],[19.462,-96.174],[19.76,-96.957],[19.858,-97.352],[20.648,-97.449],[21.434,-97.352],[21.629,-97.351],[21.824,-97.352],[22.121,-96.957],[22.71,-96.174],[23.103,-96.27],[23.398,-96.663],[23.792,-96.763],[24.185,-96.469],[24.579,-96.174],[24.773,-95.779],[24.973,-95.361],[24.973,-94.108],[23.792,-94.108],[23.792,-92.926],[23.792,-92.534],[23.398,-91.751],[23.004,-91.454],[22.413,-91.158],[21.333,-91.356],[20.939,-91.158],[20.544,-90.962],[20.353,-90.569],[20.056,-90.175],[19.957,-89.783],[19.565,-89.584],[19.171,-89.191],[18.971,-88.8],[18.579,-88.602],[17.893,-87.913],[18.186,-86.539],[17.99,-85.947],[17.598,-85.358],[17.797,-83.985],[17.797,-83.589],[17.893,-83.194],[17.893,-82.309],[18.876,-82.21],[19.661,-81.916],[19.957,-81.525],[20.249,-81.132],[21.039,-80.834],[21.434,-80.542],[22.413,-80.053],[22.612,-80.053],[23.004,-80.245],[24.384,-80.937],[25.362,-80.639],[25.953,-80.736],[26.348,-80.736],[26.741,-80.937],[26.837,-81.328],[27.232,-81.525],[30.35,-81.525],[30.771,-81.82],[31.361,-81.916],[31.557,-81.916],[31.855,-81.525],[31.952,-81.132],[32.344,-80.937],[34.31,-80.937],[34.508,-80.542],[34.113,-80.149],[33.329,-80.149],[32.344,-80.149],[31.952,-80.053],[31.557,-79.753],[31.163,-79.46],[30.771,-79.165],[30.478,-78.771],[30.281,-78.379],[29.987,-77.986],[29.589,-77.986],[28.807,-78.083],[28.411,-78.478],[27.823,-78.871],[26.837,-78.575],[26.052,-78.575],[25.267,-78.675],[24.876,-78.575],[24.484,-78.379],[24.087,-78.083],[23.691,-78.182],[23.302,-78.379],[22.906,-78.182],[22.516,-77.986],[22.516,-77.593],[22.121,-77.2],[22.023,-76.804],[21.632,-76.903],[21.236,-76.903],[20.842,-77.2],[20.842,-77.593],[20.449,-77.593],[20.056,-77.593],[19.661,-77.398],[19.565,-77.005],[19.957,-76.707],[20.154,-76.707],[20.353,-76.707],[20.747,-76.411],[19.957,-76.411],[18.681,-76.017],[18.288,-75.823],[18.383,-75.43],[19.074,-74.838],[19.462,-74.838],[19.858,-74.738],[20.449,-74.738],[21.039,-74.738],[21.632,-75.527],[22.121,-75.921],[22.71,-75.721],[23.103,-75.527],[23.495,-75.233],[23.595,-74.838],[23.595,-74.442],[23.987,-74.249],[24.384,-74.056],[24.773,-73.76],[24.579,-73.366],[23.495,-72.876],[23.103,-72.675],[23.103,-72.283],[23.004,-71.597],[22.245,-71.597],[21.725,-71.694],[21.333,-71.79],[21.137,-72.185],[21.137,-72.578],[20.842,-72.97],[20.635,-72.97],[20.449,-72.97],[20.449,-73.366],[20.449,-73.76],[19.661,-73.76],[19.074,-72.97],[18.681,-72.675],[18.288,-72.482],[18.288,-72.088],[18.288,-71.694],[18.087,-71.301],[17.797,-70.908],[17.797,-70.513],[17.499,-69.925],[17.598,-69.333],[17.698,-68.94],[17.893,-68.545],[17.598,-68.155],[17.206,-67.763],[17.105,-67.267],[17.598,-66.876],[17.402,-66.484],[17.01,-66.484],[16.023,-66.876],[15.236,-66.876],[14.453,-66.876],[13.958,-66.68],[13.665,-66.288],[13.862,-65.895],[14.549,-65.206],[14.453,-64.814],[14.057,-64.714],[12.684,-65.598],[12.289,-65.895],[11.893,-66.384],[11.504,-66.484],[11.111,-66.288],[10.225,-65.794],[9.833,-65.5],[9.438,-65.402],[9.044,-65.206],[8.751,-64.814],[8.355,-64.515],[7.177,-64.418],[6.391,-64.319],[5.898,-64.025],[5.26,-63.926],[4.13,-64.221],[3.934,-65.598],[3.143,-65.598],[2.753,-65.402],[2.557,-65.129],[2.165,-65.108],[1.671,-65.206],[0.884,-65.206],[0.049,-65.129],[0.049,-63.926],[-0.762,-63.926],[-1.378,-64.025],[-1.77,-64.319],[-1.966,-65.206],[-2.357,-65.011],[-3.145,-65.011],[-3.145,-65.698],[-3.243,-66.091],[-3.047,-66.484],[-1.499,-66.484],[-0.689,-66.288],[-0.293,-65.992],[0.32,-65.794],[1.105,-65.895],[1.283,-66.68],[1.083,-67.66],[1.283,-68.254],[1.671,-68.841],[1.573,-69.63],[0.811,-69.63],[0.393,-69.433],[0.068,-69.45],[-0.392,-69.433],[-0.784,-69.236],[-0.986,-68.841],[-1.378,-68.449],[-1.572,-68.449],[-1.966,-68.646],[-1.867,-69.433],[-1.473,-69.727],[-1.378,-70.095],[-1.378,-70.708],[-2.163,-70.611],[-2.555,-70.708],[-2.458,-71.204],[-1.966,-71.989],[-1.966,-72.379],[-1.966,-72.775],[-2.26,-73.167],[-2.458,-73.56],[-2.751,-73.953],[-3.145,-73.855],[-3.638,-73.56],[-3.835,-72.775],[-4.52,-72.088],[-4.745,-72.081],[-4.913,-72.088],[-5.409,-71.989],[-5.801,-71.597],[-5.603,-71.004],[-5.603,-70.811],[-5.701,-70.415],[-6.094,-70.315],[-6.486,-70.216],[-7.079,-69.333],[-6.781,-68.352],[-6.486,-67.959],[-6.094,-67.855],[-5.701,-67.562],[-5.801,-67.173],[-6.044,-66.778],[-5.897,-66.384],[-5.897,-65.992],[-6.044,-65.352],[-6.094,-65.108],[-5.996,-64.714],[-5.701,-64.319],[-5.409,-63.512],[-5.409,-62.746],[-5.996,-62.746],[-6.486,-62.648],[-7.471,-62.551],[-7.964,-62.551],[-8.65,-62.648],[-9.635,-62.648],[-10.422,-62.551],[-10.617,-62.159],[-11.009,-61.959],[-11.895,-61.763],[-11.991,-61.369],[-12.19,-60.977],[-13.073,-60.29],[-13.469,-60.587],[-13.887,-60.587],[-14.254,-60.587],[-14.648,-60.485],[-15.042,-60.558],[-15.042,-59.796],[-14.254,-59.406],[-14.254,-58.129],[-14.841,-58.129],[-15.236,-57.93],[-15.63,-57.832],[-16.025,-57.536],[-16.81,-56.943],[-17.206,-56.554],[-17.598,-56.262],[-17.99,-56.262],[-19.27,-56.262],[-19.27,-53.898],[-20.743,-53.801],[-21.137,-53.702],[-21.529,-53.605],[-21.529,-52.423],[-22.979,-52.423],[-23.396,-52.618],[-23.749,-52.608],[-24.182,-52.618],[-24.678,-52.72],[-24.678,-53.115],[-25.163,-53.502],[-25.754,-53.412],[-25.754,-52.227],[-24.971,-51.936],[-25.361,-51.145],[-25.163,-50.753],[-25.163,-50.263],[-26.421,-50.166],[-26.835,-50.361],[-27.232,-50.463],[-27.625,-50.361],[-28.116,-50.361],[-28.509,-50.657],[-28.706,-51.049],[-29.493,-50.753],[-29.689,-50.753],[-29.884,-50.753],[-30.671,-50.463],[-31.064,-50.166],[-31.163,-49.772],[-30.965,-49.379],[-30.754,-49.366],[-30.573,-49.379],[-30.281,-48.985],[-29.884,-48.786],[-29.493,-48.593],[-28.986,-48.58],[-28.607,-48.593],[-28.214,-48.593],[-27.823,-48.296],[-27.428,-48.002],[-27.033,-47.805],[-26.738,-47.411],[-25.956,-46.72],[-25.956,-44.66],[-25.659,-44.267],[-25.267,-44.07],[-24.482,-43.674],[-24.182,-43.087],[-24.281,-42.497],[-24.482,-41.809],[-24.182,-40.43],[-24.182,-39.843],[-24.182,-39.251],[-25.267,-38.367],[-25.361,-37.974],[-25.754,-37.778],[-26.936,-37.288],[-27.331,-37.288],[-27.823,-37.482],[-28.509,-37.679],[-28.902,-37.778],[-29.884,-37.778],[-30.281,-38.073],[-30.671,-38.469],[-31.09,-38.563],[-34.579,-38.563],[-35.587,-38.661],[-36.081,-38.661],[-36.667,-39.056],[-36.866,-39.056],[-37.259,-38.856],[-37.259,-38.469],[-37.456,-38.073],[-39.423,-38.073],[-39.618,-37.679],[-39.327,-37.288],[-38.93,-36.991],[-38.833,-36.402],[-38.93,-35.81],[-39.227,-34.827],[-39.128,-34.141],[-38.93,-33.743],[-38.635,-33.331],[-38.635,-31.018],[-38.734,-30.598],[-39.128,-30.305],[-39.327,-29.911],[-39.815,-28.731],[-39.815,-28.339],[-39.52,-27.947],[-39.327,-27.549],[-39.03,-27.061],[-39.03,-26.668],[-39.03,-26.275],[-39.327,-25.88],[-39.423,-25.266],[-39.327,-24.307],[-38.168,-24.307],[-37.259,-24.505],[-36.866,-24.307],[-36.572,-23.916],[-35.982,-23.817],[-34.999,-24.114],[-34.603,-23.817],[-34.211,-23.621],[-33.818,-23.521],[-33.423,-23.326],[-33.132,-22.933],[-32.835,-22.539],[-32.736,-22.146],[-32.342,-21.85],[-32.146,-22.345],[-32.538,-22.439],[-32.146,-22.636],[-31.749,-22.636],[-31.359,-22.636],[-30.573,-22.832],[-30.18,-23.128],[-29.396,-23.721],[-29.003,-24.114],[-28.214,-24.406],[-27.833,-24.405],[-27.428,-24.406],[-27.033,-24.601],[-26.544,-24.798],[-25.956,-25.586],[-24.773,-26.473],[-23.986,-26.668],[-23.296,-26.673],[-22.708,-26.668],[-21.923,-26.764],[-21.923,-28.068],[-22.12,-28.437],[-22.512,-28.832],[-22.905,-29.224],[-22.809,-29.814],[-22.512,-30.203],[-22.02,-31.092],[-21.824,-31.484],[-21.63,-31.877],[-21.43,-32.27],[-21.201,-32.281],[-21.038,-32.27],[-20.251,-32.37],[-19.956,-32.762],[-19.66,-33.154],[-19.27,-33.253],[-19.072,-33.253],[-18.875,-33.253],[-18.579,-33.647],[-18.361,-33.652],[-18.185,-33.647],[-17.794,-33.843],[-17.12,-33.855],[-16.615,-33.843],[-15.827,-33.944],[-15.827,-35.122],[-15.827,-35.517],[-15.926,-36.3],[-15.852,-36.72],[-15.926,-37.482],[-15.732,-37.875],[-14.943,-38.171],[-14.352,-38.266],[-13.37,-38.073],[-13.173,-38.073],[-12.979,-38.073],[-11.796,-37.482],[-10.79,-37.383],[-10.224,-37.383],[-9.831,-37.482],[-9.438,-37.406],[-9.438,-38.073],[-9.339,-38.469],[-8.944,-38.762],[-8.65,-39.151],[-8.254,-39.151],[-7.862,-39.151],[-7.079,-39.151],[-6.688,-39.447],[-6.292,-39.744],[-5.897,-40.04],[-5.504,-40.43],[-5.115,-40.333],[-4.326,-39.941],[-3.638,-39.251],[-2.948,-38.073],[-2.852,-37.679],[-2.555,-37.288],[-2.26,-36.895],[-1.867,-36.697],[-1.473,-36.5],[-1.081,-36.3],[-0.689,-35.909],[-0.589,-35.517],[-0.1,-35.221],[0.195,-34.827],[0.59,-34.63],[0.986,-34.239],[1.378,-34.039],[1.772,-33.647],[2.262,-33.451],[3.046,-33.154],[3.264,-33.161],[3.54,-33.154],[3.934,-32.958],[4.13,-32.566],[5.112,-31.484],[5.51,-31.387],[5.898,-31.191],[6.293,-30.995],[6.785,-30.203],[7.57,-29.617],[7.764,-29.224],[7.867,-28.832],[7.961,-28.019],[7.867,-27.255],[5.898,-26.863],[5.605,-26.473],[5.211,-26.371],[4.424,-26.371],[3.906,-26.473],[1.184,-26.445],[1.283,-25.979],[2.065,-25.586],[2.458,-25.291],[2.654,-24.895],[2.85,-24.505],[3.245,-24.209],[3.465,-24.203],[3.639,-24.209],[4.449,-24.012],[6.785,-24.012],[6.785,-25.489],[7.276,-25.684],[8.06,-26.175],[8.456,-26.568],[8.658,-26.562],[8.846,-26.568],[8.945,-26.962],[9.142,-27.747],[9.242,-28.143],[9.634,-28.437],[9.854,-28.442],[10.029,-28.437],[10.715,-28.731],[10.815,-29.128],[10.715,-29.522],[10.715,-29.962],[10.225,-29.911],[9.438,-29.911],[9.044,-29.962],[9.044,-30.401],[9.142,-30.995],[10.694,-30.995],[11.504,-30.701],[11.893,-30.498],[12.289,-30.109],[12.684,-30.305],[12.19,-31.484],[12.19,-32.27],[11.603,-32.37],[11.408,-32.369],[11.21,-32.37],[10.815,-32.666],[10.421,-32.958],[10.029,-33.351],[9.634,-33.451],[9.242,-33.843],[9.048,-33.837],[8.846,-33.843],[8.555,-34.239],[8.456,-34.63],[8.24,-34.636],[8.06,-34.63],[7.858,-34.63],[7.667,-34.63],[7.276,-34.827],[6.882,-34.925],[6.686,-35.322],[6.293,-35.616],[6.076,-35.621],[5.898,-35.616],[5.51,-35.81],[5.311,-35.811],[5.112,-35.81],[5.112,-36.203],[5.409,-36.596],[5.307,-36.991],[5.014,-37.482],[4.621,-37.778],[3.443,-38.171],[3.245,-38.563],[3.048,-38.557],[2.85,-38.563],[2.753,-38.956],[2.753,-39.843],[1.866,-39.941],[0.986,-39.89],[0.986,-40.923],[1.378,-41.317],[1.772,-41.609],[1.772,-41.809],[1.671,-42.203],[1.283,-42.592],[1.573,-43.185],[2.165,-43.283],[2.753,-43.185],[3.143,-42.891],[3.245,-42.397],[3.443,-42.004],[3.641,-41.998],[3.835,-42.004],[4.227,-41.906],[4.621,-41.609],[4.915,-41.218],[5.307,-41.022],[5.529,-41.016],[5.704,-41.022],[6.098,-40.725],[6.391,-40.236],[6.686,-39.352],[6.889,-39.345],[7.079,-39.352],[7.867,-38.762],[8.258,-38.563],[8.555,-38.171],[9.438,-37.778],[9.707,-37.778],[10.225,-37.679],[10.32,-37.288],[10.616,-36.895],[11.01,-36.697],[11.797,-36.3],[12.98,-35.322],[13.764,-35.122],[14.159,-34.827],[14.255,-34.435],[14.549,-34.039],[14.354,-33.647],[13.958,-33.351],[13.958,-32.958],[13.862,-32.37],[13.958,-31.779],[14.648,-31.092],[14.549,-30.305],[15.043,-29.522],[15.236,-29.128],[15.471,-29.113],[15.633,-29.128],[16.023,-29.128],[16.811,-28.925],[16.811,-27.357],[15.828,-27.357],[15.828,-27.747],[15.436,-27.849],[15.043,-27.65],[15.138,-27.255],[15.436,-26.863],[16.023,-26.079],[16.415,-25.88],[16.811,-25.489],[17.206,-25.783],[17.303,-26.175],[17.698,-26.473],[17.797,-26.079],[17.893,-25.684],[18.681,-25.195],[18.579,-24.307],[18.579,-23.916],[19.074,-23.521],[19.957,-23.521],[20.353,-23.521],[20.747,-23.621],[20.939,-24.012],[21.333,-24.307],[21.333,-24.703],[21.333,-25.093],[21.137,-25.489],[21.434,-25.88],[21.824,-26.079],[22.217,-25.979],[22.612,-25.586],[23.027,-25.586],[23.398,-25.586],[23.888,-25.684],[23.888,-26.568],[23.987,-26.962],[23.938,-27.158],[24.773,-27.158],[25.168,-27.255],[24.876,-27.747],[24.484,-28.042],[24.087,-28.437],[23.595,-28.437],[23.691,-27.65],[23.595,-27.255],[23.103,-27.255],[22.71,-27.357],[22.413,-27.849],[22.023,-28.143],[22.023,-28.535],[21.928,-28.925],[21.824,-29.32],[21.632,-29.716],[21.236,-29.814],[21.02,-29.818],[20.842,-29.814],[20.449,-30.203],[20.056,-30.498],[20.056,-30.895],[20.056,-31.289],[20.353,-31.678],[20.747,-31.484],[21.137,-31.191],[21.533,-30.895],[22.315,-30.895],[22.71,-30.895],[23.103,-30.895],[23.495,-31.191],[23.202,-31.584],[22.807,-31.678],[23.103,-32.073],[23.495,-32.47],[24.384,-32.47],[25.267,-32.47],[25.66,-32.37],[26.052,-32.173],[26.445,-31.779],[26.618,-31.785],[26.837,-31.779],[27.232,-31.678],[27.333,-31.289],[27.333,-30.895],[27.721,-30.795],[28.115,-30.498],[28.017,-30.109],[27.626,-30.009],[27.232,-29.617],[27.626,-28.635],[28.411,-28.24],[28.708,-27.136],[28.609,-26.962],[28.708,-26.568],[28.609,-26.175],[28.609,-25.844],[28.755,-25.439],[29.048,-25.046],[29.198,-24.798],[29.344,-24.601],[29.544,-24.505],[29.689,-24.307],[29.934,-24.114],[30.133,-23.964],[30.332,-23.672],[30.281,-23.326],[30.083,-23.128],[29.987,-22.933],[29.889,-22.684],[29.889,-22.316],[29.934,-21.753],[30.035,-21.553],[30.23,-21.357],[30.428,-21.211],[30.82,-21.655],[30.868,-21.85],[30.967,-22.146],[31.016,-22.345],[31.016,-22.933],[30.967,-23.128],[31.016,-23.721],[31.361,-23.721],[31.557,-23.672],[31.755,-23.521],[31.905,-23.326],[32.1,-23.176],[32.54,-22.785],[32.738,-22.587],[32.936,-22.345],[33.082,-22.146],[33.281,-22.049],[33.475,-22.049],[33.868,-22.049],[34.259,-22.001],[34.456,-21.85],[34.876,-21.8],[35.096,-21.8],[35.293,-21.903],[35.488,-22.049],[35.441,-22.232],[35.488,-22.439],[35.392,-22.992],[35.441,-23.274],[35.635,-23.469],[35.737,-23.672],[36.031,-23.865],[36.547,-23.916],[37.109,-23.817],[37.311,-23.672],[37.656,-23.274],[37.85,-23.128],[38.243,-22.785],[38.538,-22.587],[38.685,-22.394],[38.883,-22.245],[39.079,-22.197],[39.337,-22.098],[42.004,-22.098],[41.98,-22.785],[41.98,-23.028],[41.928,-23.326],[42.004,-23.806],[42.324,-23.721],[42.52,-23.768],[42.719,-23.817],[43.01,-23.817],[43.699,-23.672],[43.993,-23.274],[44.19,-23.176],[44.612,-23.128],[44.828,-23.128],[45.027,-23.227],[45.128,-23.423],[45.324,-23.569],[45.52,-23.521],[45.665,-23.128],[45.861,-23.028],[45.911,-22.832],[45.911,-22.439],[45.861,-21.8],[45.714,-21.553],[45.467,-21.012],[45.37,-20.239],[45.37,-19.884],[45.467,-19.586],[45.566,-19.39],[45.616,-19.196],[45.812,-18.901],[45.861,-18.608],[45.812,-18.263],[45.616,-18.064],[45.422,-17.916],[45.324,-17.719],[45.324,-17.277],[45.224,-17.033],[45.076,-16.836],[44.732,-16.348],[44.582,-15.953],[44.141,-15.656],[43.897,-15.51],[43.699,-15.363],[43.501,-15.165],[43.456,-14.969],[43.405,-14.575],[43.061,-13.644],[42.911,-13.1],[42.57,-12.607],[42.372,-12.462],[42.176,-12.264],[41.98,-12.119],[41.781,-12.119],[41.579,-12.121],[41.336,-12.119],[40.945,-11.97],[40.749,-11.923],[40.622,-11.922],[40.505,-11.923],[40.307,-11.873],[40.113,-11.774],[39.865,-11.58],[39.522,-11.626],[39.326,-11.774],[38.883,-12.119],[38.685,-12.119],[38.389,-12.119],[38.046,-12.166],[37.753,-12.214],[37.26,-12.264],[37.013,-12.361],[36.794,-12.361],[36.572,-12.361],[36.324,-12.214],[36.767,-12.019],[37.408,-11.774],[38.046,-11.677],[38.438,-11.626],[38.438,-11.233],[38.438,-10.985],[38.732,-10.644],[38.831,-10.447],[38.883,-10.102],[38.857,-9.896],[38.883,-9.708],[38.831,-9.462],[38.831,-8.677],[39.126,-8.285],[39.816,-7.595],[40.01,-7.204],[40.21,-6.807],[40.505,-6.415],[40.801,-6.024],[41.19,-5.626],[41.586,-5.432],[42.027,-5.432],[42.473,-5.432],[42.863,-5.726],[42.863,-6.122],[43.255,-6.513],[43.456,-6.122],[44.339,-4.939],[44.536,-4.548],[44.928,-4.256],[45.324,-4.057],[45.616,-3.66],[45.714,-2.78],[45.812,-2.386],[46.108,-1.991],[46.796,-1.109],[47.188,-0.714],[47.29,-0.027],[47.29,0.169],[47.188,0.565],[47.385,1.843],[47.978,2.138],[48.367,2.333],[48.76,2.433],[49.156,2.725],[49.354,3.117],[49.547,3.514],[50.333,4.396],[50.728,5.185],[51.122,5.97],[51.516,7.2],[51.516,7.64],[51.22,8.037],[51.22,8.429],[51.419,9.218],[51.809,9.509],[52.204,9.707],[52.596,10.101],[53.385,10.788],[53.775,11.084],[53.973,11.475],[54.365,11.869],[54.758,12.753],[55.053,13.243],[55.544,13.638],[56.333,14.817],[57.513,16],[57.71,16.392],[58.001,16.882],[58.199,17.277],[58.199,18.06],[58.199,18.456],[58.397,18.848],[58.888,19.662],[58.888,23.051],[59.871,24.06],[60.656,24.647],[61.445,24.647],[62.626,24.553],[63.018,24.158],[63.508,23.374],[64.298,22.882],[64.715,22.782],[67.118,22.782],[67.539,23.077],[67.738,23.078],[67.932,23.077],[68.329,22.29],[68.621,21.899],[69.115,21.604],[69.507,21.208],[70.682,21.013],[71.077,20.711],[71.482,20.709],[71.868,20.711],[72.257,20.421],[72.652,20.421],[73.436,20.324],[73.832,19.93],[74.225,19.538],[74.62,19.145],[75.009,19.145],[76.191,19.145],[76.191,18.456],[76.191,18.06],[76.484,17.67],[76.688,17.664],[76.879,17.67],[77.273,17.374],[77.665,17.277],[78.059,17.085],[78.453,17.085],[78.846,16.981],[81.599,17.085],[81.599,16.49],[81.698,16.097],[81.698,15.708],[82.188,14.915],[84.157,14.915],[84.251,14.523],[84.451,14.131],[84.743,13.341],[85.135,13],[85.529,13.049],[85.924,13.049],[86.316,13],[86.514,12.26],[86.71,11.869],[86.71,11.475],[87.005,11.084],[87.203,10.691],[87.793,10.392],[87.988,10.392],[88.28,10.788],[88.674,10.886],[88.674,9.707],[88.973,8.429],[89.072,7.939],[89.169,7.546],[89.561,7.444],[89.751,7.446],[89.954,7.444],[90.742,7.151],[90.544,6.268],[90.152,5.874],[89.977,5.88],[89.757,5.874],[89.365,5.674],[88.973,5.478],[88.973,5.088],[88.87,4.591],[88.674,4.2],[88.28,3.81],[87.497,3.514],[87.105,3.514],[86.71,3.318],[86.71,2.92],[87.005,2.138],[86.904,1.744],[86.514,1.549],[86.096,1.353],[85.333,1.353],[85.333,2.239],[84.743,2.92],[84.548,2.038],[84.548,1.644],[84.157,1.448],[83.861,1.055],[83.861,-0.913],[83.565,-1.305],[83.172,-1.599],[82.971,-1.203],[82.579,-1.01],[82.188,-0.812],[81.698,-0.027],[81.698,1.156],[81.599,1.939],[80.811,1.843],[79.928,1.843],[79.536,1.843],[79.042,1.644],[78.306,1.448],[78.059,1.448],[77.665,1.744],[77.273,1.939],[76.879,2.333],[76.484,2.725],[75.703,2.433],[75.302,2.038],[74.913,1.644],[74.913,1.253],[74.913,0.861],[75.302,0.758],[76.29,0.37],[76.484,0.37],[77.074,0.665],[77.714,0.665],[78.353,0.665],[78.749,0.466],[78.749,0.074],[78.353,-0.223],[77.96,-0.223],[77.197,-0.125],[76.78,-0.125],[76.387,-0.223],[75.994,-0.223],[75.009,-0.613],[74.339,-0.615],[73.733,-0.613],[73.341,-0.714],[72.849,-0.714],[72.849,-2.679],[72.553,-3.072],[72.161,-3.174],[71.766,-3.565],[71.374,-3.66],[70.98,-3.66],[70.586,-3.861],[69.999,-4.057],[69.999,-4.548],[69.999,-5.334],[69.507,-6.122],[69.115,-6.513],[69.115,-6.908],[69.115,-7.3],[68.918,-7.791],[68.918,-8.432],[68.918,-9.07],[69.115,-9.462],[69.507,-9.856],[70.096,-9.856],[71.077,-9.759],[72.161,-8.777],[72.553,-8.48],[73.244,-7.696],[73.632,-7.3],[74.225,-6.122],[74.62,-5.726],[75.801,-5.136],[76.584,-4.451],[77.37,-3.861],[78.156,-3.369],[78.664,-3.356],[79.042,-3.369],[79.432,-3.268],[80.958,-3.072],[81.203,-3.072],[81.599,-3.072],[81.992,-3.268],[82.391,-3.268],[82.777,-3.268],[83.172,-3.465],[83.565,-3.465],[84.35,-3.369],[84.743,-3.072],[85.333,-2.386],[85.333,-1.991],[85.432,-1.599],[85.629,-1.203],[86.023,-1.01],[86.538,-0.913],[88.555,-0.913],[88.973,-1.01],[89.465,-1.01],[89.855,-0.714],[90.053,-0.321],[90.448,-0.125],[90.964,0.074],[92.979,0.074],[93.814,0.37],[97.132,0.37],[99.587,-0.027],[101.826,-0.027],[102.641,0.565],[103.027,0.861],[103.424,1.156],[103.915,1.939],[104.31,2.239],[104.703,2.333],[105.098,2.629],[105.292,3.024],[105.391,3.81],[105.65,3.824],[106.077,3.909],[106.273,4.299],[106.57,4.692],[106.962,4.692],[107.354,4.692],[108.142,4.791],[108.536,4.989],[108.927,5.088],[109.816,5.478],[108.633,5.478],[107.846,5.674],[107.454,5.874],[107.454,6.268],[107.648,6.662],[108.046,6.759],[108.436,6.856],[108.73,7.25],[109.026,7.64],[109.816,8.331],[110.305,8.624],[110.699,9.018],[111.092,9.018],[111.485,9.018],[111.878,8.726],[112.176,8.331],[112.957,8.135],[113.254,7.64],[113.647,7.25],[114.629,7.64],[114.827,8.037],[115.025,9.018],[115.123,9.804],[115.517,10.691],[115.613,11.084],[115.613,11.915],[115.613,12.753],[115.517,13.243],[115.517,14.62],[115.517,15.015],[115.808,15.804],[115.91,16.196],[115.91,17.473],[116.499,18.259],[116.796,18.651],[117.186,19.043],[117.482,19.434],[117.482,19.833],[117.678,20.711],[117.775,21.109],[118.071,21.505],[118.267,21.994],[118.267,22.39],[118.464,22.782],[118.66,23.175],[119.051,23.568],[119.249,23.964],[119.644,24.354],[119.746,25.14],[119.746,25.532],[119.644,26.323],[120.04,27.699],[120.431,28.092],[120.626,28.484],[120.921,28.876],[121.806,30.644],[122.396,31.827],[122.495,32.221],[122.691,32.611],[123.082,32.907],[123.673,33.302],[124.267,33.204],[124.658,32.907],[124.756,32.514],[124.949,32.121],[125.641,30.939],[125.839,30.547],[126.022,30.548],[126.23,30.547],[126.621,30.448],[127.021,30.055],[127.413,29.759],[127.511,29.37],[127.704,28.979],[128.098,28.288],[128.001,27.303],[128.296,26.91],[128.589,26.125],[128.788,25.338],[128.788,24.553],[128.691,23.764],[128.788,23.397],[128.788,21.208],[128.691,19.515],[128.887,19.145],[129.079,18.752],[130.259,18.651],[131.441,18.456],[131.736,17.67],[131.931,17.277],[132.322,16.882],[132.72,16.783],[133.113,16.686],[133.507,16.392],[133.801,16],[134.191,15.804],[134.589,15.708],[134.879,15.309],[135.274,14.523],[135.668,14.131],[135.962,13.738],[136.259,13.341],[137.043,12.949],[137.339,12.56],[137.538,12.166],[137.733,11.77],[137.957,11.76],[138.124,11.77],[138.298,11.776],[138.52,11.77],[138.913,11.475],[138.913,11.084],[139.6,10.493],[139.993,10.493],[140.251,10.489],[140.783,10.392],[141.072,10],[141.371,8.429],[141.467,7.64],[143.311,7.64],[143.728,7.84],[144.319,7.939],[144.517,7.939],[144.91,7.64],[145.103,7.642],[145.301,7.64],[145.696,7.25],[146.092,7.151],[146.483,6.856],[146.683,6.461],[148.646,6.461],[148.646,5.281],[149.334,5.385],[149.501,5.366],[149.727,5.385],[150.019,5.772],[150.116,6.167],[150.316,6.559],[150.712,6.759],[150.905,7.151],[151.199,8.037],[151.103,8.798],[151.298,9.218],[151.498,9.61],[151.889,9.804],[151.99,10.199],[152.774,10.788],[153.168,11.084],[153.464,11.475],[153.758,11.869],[153.758,12.26],[153.66,12.655],[153.658,13.441],[153.66,13.441],[154.447,13.341],[154.838,13.538],[155.233,13.638],[155.233,14.033],[155.134,14.817],[154.939,15.211],[154.838,16.392],[155.233,17.964],[155.626,18.259],[156.021,18.556],[156.806,18.556],[157.197,18.556],[157.594,18.556],[157.788,18.16],[158.184,18.06],[158.576,17.867],[159.462,17.67],[159.462,17.277],[159.462,16.882],[159.756,16.49],[160.938,16.981],[161.132,17.374],[161.329,17.767],[161.624,18.556],[161.92,19.833],[162.016,20.225],[162.309,20.619],[162.704,20.815],[162.803,21.208],[162.113,22.583],[162.309,22.979],[162.507,23.374],[162.899,23.667],[163.493,24.453],[163.886,24.749],[164.081,25.338],[163.886,26.125],[164.176,26.91],[163.59,27.796],[163.196,27.991],[162.803,28.092],[162.607,28.484],[162.507,28.876],[162.507,30.055],[162.507,30.448],[162.309,31.235],[162.309,31.878],[162.408,32.907],[162.704,33.302],[163.098,33.5],[163.493,33.596],[164.176,34.384],[164.965,35.069],[165.36,35.167],[165.654,35.56],[165.947,35.956],[165.947,36.843],[166.145,37.626],[166.639,38.412],[166.735,38.904],[167.126,39.297],[167.421,40.208],[167.421,42.323],[167.618,42.738],[167.719,43.228],[168.012,43.622],[168.405,44.019],[168.801,44.213],[170.077,45],[170.865,45.294],[171.358,46.08],[171.553,46.472],[171.947,46.574],[172.339,46.672],[172.831,46.868],[173.517,47.064],[173.712,47.064],[174.11,46.772],[173.613,45.978],[173.42,45.588],[173.027,45.492],[172.537,44.707],[172.537,43.818],[172.436,43.426],[172.436,42.252],[172.339,41.853],[172.142,41.456],[171.749,41.064],[171.749,39.885],[171.749,39.495],[171.65,39.102],[171.65,38.708],[171.553,38.217],[171.553,37.431],[170.373,37.33],[169.98,37.038],[169.684,36.645],[169.29,36.447],[168.897,36.052],[168.111,35.756],[167.9,35.764],[167.618,35.756],[166.933,35.167],[166.639,34.775],[166.538,34.384],[166.538,33.596],[166.538,33.204],[166.441,32.809],[166.045,32.611],[165.654,32.415],[165.559,31.631],[165.559,31.235],[165.559,30.842],[165.162,30.744],[164.771,30.547],[164.473,30.448],[164.473,28.457],[165.261,27.205],[165.847,26.028],[166.045,25.436],[165.847,24.647],[165.947,24.06],[166.343,23.764],[166.639,23.273],[167.029,23.374],[167.421,23.667],[167.618,24.06],[168.012,24.354],[168.212,25.14],[168.602,25.436],[169.191,25.633],[169.392,25.633],[169.785,25.436],[170.175,25.235],[170.764,25.929],[171.358,26.713],[171.65,27.597],[172.043,28.383],[172.537,29.172],[173.223,29.858],[173.449,29.866],[173.613,29.858],[174.009,29.96],[174.405,30.055],[174.795,30.154],[175.094,30.547],[174.699,31.331],[174.6,32.121],[175.189,33.792],[175.485,33.399],[176.17,32.611],[176.567,32.318],[176.96,31.927],[177.451,31.531],[177.842,31.235],[178.04,30.842],[178.335,30.448],[178.434,30.055],[178.532,29.662],[178.925,29.269],[179.517,29.37],[180.301,29.37],[180.79,29.075],[181.678,28.185],[182.171,27.796],[182.564,27.699],[182.956,27.402],[183.055,27.009],[183.154,26.223],[183.154,24.303],[183.154,22.882],[183.154,21.994],[182.564,20.711],[182.363,19.833],[182.363,18.948],[181.386,18.948],[180.991,18.752],[180.693,18.356],[180.107,17.473],[180.107,17.085],[179.712,16.981],[179.318,16.686],[178.532,16.097],[178.04,15.804],[177.842,15.412],[177.451,15.112],[177.35,14.327],[177.35,13.934],[176.96,13.638],[176.96,13],[176.96,12.36],[177.056,11.869],[177.451,11.574],[177.842,11.281],[178.236,11.084],[178.236,10.588],[178.335,10.101],[178.532,9.509],[178.631,9.018],[178.925,8.525],[179.318,8.429],[179.592,8.417],[179.809,8.429],[180.693,8.037],[180.891,8.037],[181.087,8.037],[181.386,7.64],[181.777,7.64],[182.587,7.64],[182.956,7.741],[184.137,7.668],[184.137,8.135],[184.04,8.525],[184.04,10.691],[183.743,11.084],[183.35,11.281],[183.154,11.281],[182.956,11.281],[182.564,11.574],[182.269,11.967],[181.874,12.56],[181.975,13.148],[182.072,13.638],[182.467,13.837],[185.609,13.837],[185.809,12.46],[185.905,12.065],[186.201,11.673],[186.201,11.231],[186.201,10.788],[185.462,10.493],[185.462,8.135],[186.298,8.135],[186.693,8.135],[187.087,7.939],[187.478,7.546],[187.873,7.25],[188.655,7.051],[189.491,6.956],[189.939,6.956],[190.332,7.051],[191.113,7.151],[191.508,7.151],[191.902,6.956],[192.197,6.559],[192.395,6.268],[193.18,6.167],[193.572,5.97],[193.957,5.97],[194.361,5.97],[194.754,5.874],[194.926,5.88],[195.147,5.874],[195.443,5.478],[195.835,5.185],[196.228,5.088],[196.62,4.791],[197.012,4.591],[197.213,4.2],[197.509,3.81],[197.902,3.514],[198.29,3.221],[198.686,3.221],[198.887,3.221],[199.079,3.221],[199.866,2.725],[200.064,2.333],[200.457,2.138],[200.848,1.744],[201.145,1.353],[201.438,0.958],[201.537,0.565],[201.734,0.169],[202.519,-0.613],[203.11,-1.794],[203.209,-2.187],[203.602,-2.586],[203.895,-2.977],[204.391,-3.369],[204.879,-3.66],[205.176,-4.057],[205.274,-4.548],[205.467,-5.039],[205.467,-5.432],[205.566,-5.828],[205.668,-6.217],[206.158,-6.513],[206.844,-7.3],[207.338,-8.381],[207.139,-8.971],[206.844,-9.366],[206.615,-9.377],[206.452,-9.366],[205.615,-9.462],[205.566,-10.25],[205.668,-10.644],[205.615,-11.034],[206.354,-11.034],[206.354,-11.432],[206.061,-11.822],[206.061,-13.001],[206.061,-13.396],[205.668,-13.789],[205.274,-14.084],[205.371,-15.263],[205.077,-16.444],[204.483,-17.231],[203.701,-18.113],[203.306,-18.409],[203.069,-18.402],[202.816,-18.409],[202.421,-18.707],[202.421,-19.1],[202.421,-19.492],[202.616,-19.884],[203.011,-20.276],[203.405,-20.571],[203.405,-21.357],[203.405,-22.146],[204.483,-22.146],[204.879,-22.439],[205.176,-22.832],[205.371,-23.227],[205.598,-23.238],[205.762,-23.227],[206.158,-23.227],[206.55,-23.423],[206.944,-23.423],[208.124,-23.423],[208.223,-24.406],[208.124,-24.749],[206.158,-24.749],[205.96,-25.093],[205.371,-25.88],[203.895,-25.88],[203.798,-25.093],[203.798,-24.703],[203.602,-24.355],[203.209,-24.307],[202.816,-24.406],[202.374,-24.355],[202.374,-26.568],[199.889,-26.568],[199.176,-27.405],[199.277,-28.042],[199.569,-28.437],[199.965,-28.832],[200.358,-28.925],[201.537,-28.925],[201.931,-28.925],[202.324,-29.027],[202.324,-29.421],[202.616,-29.814],[202.91,-30.203],[203.405,-30.305],[203.798,-30.498],[204.251,-30.508],[204.587,-30.498],[204.978,-30.498],[205.274,-30.895],[205.668,-31.289],[205.96,-31.678],[206.452,-32.073],[206.944,-32.47],[207.139,-32.47],[207.536,-32.27],[207.634,-31.877],[207.338,-31.484],[206.944,-31.191],[206.844,-30.401],[206.158,-29.617],[205.861,-29.224],[205.467,-28.925],[205.371,-28.535],[205.467,-28.143],[205.861,-28.339],[206.158,-28.731],[208.098,-28.731],[208.616,-29.027],[209.303,-29.716],[209.598,-30.109],[209.99,-30.203],[210.386,-30.401],[211.566,-30.009],[211.754,-30.01],[211.958,-30.009],[212.746,-29.716],[213.137,-29.522],[213.334,-28.731],[213.334,-28.339],[213.137,-27.947],[212.746,-27.549],[212.746,-27.158],[212.352,-26.568],[212.452,-25.684],[213.238,-25.684],[213.629,-25.88],[214.121,-26.175],[214.512,-26.079],[215.204,-25.391],[215.301,-24.999],[215.499,-24.209],[215.598,-23.817],[215.792,-23.423],[216.186,-22.907],[216.186,-20.791],[215.792,-20.276],[215.4,-19.983],[215.301,-19.586],[215.204,-19.172],[215.204,-18.018],[217.342,-18.018],[218.545,-18.707],[218.939,-18.901],[219.43,-19.196],[219.92,-19.586],[220.314,-19.687],[220.709,-19.884],[221.102,-20.179],[221.34,-20.174],[221.592,-20.179],[221.988,-20.474],[221.988,-20.867],[221.988,-21.655],[222.085,-22.146],[222.184,-22.514],[222.184,-23.721],[221.197,-23.916],[220.902,-24.406],[220.902,-25.291],[220.902,-25.684],[220.512,-25.88],[220.116,-26.175],[219.819,-26.568],[219.43,-26.764],[219.037,-27.061],[218.939,-27.451],[218.642,-27.849],[218.642,-28.437],[218.741,-29.522],[219.037,-29.911],[219.23,-30.305],[219.332,-30.701],[219.546,-30.71],[219.723,-30.701],[220.61,-30.895],[221.006,-30.895],[221.787,-30.995],[221.787,-34.457],[221.889,-34.827],[221.988,-35.221],[222.283,-35.616],[222.465,-35.615],[222.676,-35.616],[223.066,-35.81],[223.855,-36.697],[224.15,-37.089],[224.832,-37.778],[225.228,-37.778],[225.626,-37.778],[227.196,-36.792],[227.587,-36.697],[228.379,-36.991],[228.767,-37.188],[229.061,-37.582],[229.456,-37.875],[229.665,-37.88],[229.853,-37.875],[230.146,-38.266],[230.585,-38.279],[230.931,-38.266],[231.326,-38.469],[231.719,-38.563],[232.111,-38.856],[232.111,-39.251],[233.095,-40.04],[233.488,-40.236],[233.681,-40.629],[234.077,-40.923],[235.157,-42.203],[235.551,-42.497],[236.144,-43.283],[236.238,-43.674],[236.533,-44.07],[236.633,-44.461],[236.928,-45.249],[237.225,-45.642],[238.009,-46.429],[238.405,-46.622],[238.6,-47.017],[238.809,-47.023],[238.995,-47.017],[239.684,-47.805],[240.074,-48.1],[240.27,-48.493],[240.663,-48.887],[241.055,-49.281],[241.451,-49.572],[241.451,-50.361],[241.551,-50.753],[241.551,-51.542],[241.551,-51.936],[241.842,-52.327],[242.139,-52.72],[242.238,-53.801],[242.238,-54.488],[242.139,-54.883],[242.139,-55.276],[242.139,-55.665],[242.431,-56.062],[242.431,-56.457],[242.629,-57.246],[243.027,-57.635],[243.223,-58.028],[243.517,-58.421],[243.908,-58.323],[244.107,-57.93],[244.496,-57.832],[244.894,-57.536],[245.184,-57.143],[245.092,-56.751],[244.894,-56.357],[244.793,-55.768],[245.092,-54.783],[245.092,-53.061],[245.092,-51.739],[245.092,-51.344],[244.793,-50.952],[244.4,-50.657],[244.4,-50.067],[244.4,-49.474],[244.793,-48.296],[245.092,-47.313],[244.993,-46.72],[244.598,-46.429],[244.204,-46.133],[244.254,-45.518],[244.204,-44.953],[244.301,-44.461],[244.254,-44.07],[244.993,-44.07],[245.383,-44.267],[245.482,-44.66],[245.678,-45.052],[245.973,-45.442],[246.168,-45.841],[246.568,-45.642],[246.568,-44.855],[246.954,-44.562],[248.134,-44.267],[248.134,-44.66],[247.936,-45.052],[247.84,-45.442],[247.548,-45.841],[247.055,-46.133],[246.858,-46.527],[246.464,-46.824],[246.271,-47.707],[245.973,-48.1],[245.678,-48.887],[246.366,-49.674],[246.66,-50.067],[246.66,-50.558],[246.66,-50.952],[247.055,-51.145],[247.251,-51.542],[247.548,-51.936],[248.332,-51.638],[249.118,-51.049],[249.512,-51.344],[249.512,-51.739],[249.316,-52.128],[249.316,-52.523],[249.02,-53.309],[249.02,-53.702],[248.923,-54.194],[248.628,-54.587],[248.628,-55.768],[248.628,-56.161],[248.332,-56.554],[248.134,-56.943],[247.447,-57.734],[247.251,-58.129],[247.35,-58.497],[247.251,-58.911],[247.35,-59.307],[247.35,-59.7],[247.447,-60.192],[247.35,-60.611],[247.447,-60.977],[247.251,-61.369],[247.051,-61.422],[246.858,-61.468],[246.761,-62.255],[246.568,-63.041],[246.568,-63.926],[246.464,-64.714],[245.678,-64.714],[245.678,-61.863],[244.993,-61.863],[244.598,-61.666],[244.598,-61.272],[244.696,-60.882],[244.696,-60.485],[244.894,-60.091],[244.894,-59.307],[244.204,-59.307],[244.012,-59.335],[243.813,-59.406],[243.615,-59.796],[243.714,-60.192],[243.813,-60.587],[243.908,-61.369],[243.908,-61.763],[243.615,-62.159],[243.223,-62.551],[242.824,-62.845],[242.623,-62.845],[242.431,-62.845],[241.941,-63.14],[241.746,-63.535],[241.353,-63.633],[240.173,-64.714],[238.995,-64.714],[238.995,-62.746],[237.324,-62.746],[237.324,-63.14],[237.126,-63.535],[236.34,-64.814],[235.848,-64.714],[235.947,-64.319],[235.947,-63.535],[235.848,-63.14],[235.598,-63.14],[235.355,-63.14],[234.96,-63.337],[234.96,-63.733],[235.061,-64.122],[235.254,-64.714],[234.569,-65.598],[234.178,-65.206],[233.783,-65.011],[233.34,-65.011],[232.897,-65.011],[232.504,-65.206],[232.6,-65.992],[232.897,-66.384],[233.194,-66.778],[233.408,-66.783],[233.585,-66.778],[234.373,-67.073],[234.865,-67.267],[235.157,-67.66],[235.551,-68.155],[236.043,-68.646],[236.436,-68.745],[236.829,-68.94],[237.616,-68.94],[237.712,-70.415],[237.912,-70.811],[238.306,-71.105],[238.699,-71.301],[238.894,-71.694],[239.092,-72.185],[239.486,-72.379],[239.876,-72.578],[240.173,-72.97],[240.663,-73.266],[240.858,-73.659],[241.257,-73.76],[241.459,-73.759],[241.65,-73.76],[241.842,-74.152],[242.043,-74.545],[242.139,-74.939],[242.332,-75.33],[242.629,-75.721],[242.824,-76.12],[243.615,-76.509],[244.035,-76.504],[244.496,-76.509],[245.283,-77.005],[245.579,-77.398],[245.973,-77.884],[246.761,-78.379],[247.772,-78.182],[247.936,-78.083],[248.9,-78.279],[249.118,-78.279],[249.512,-78.083],[249.907,-78.083],[250.3,-78.083],[250.887,-78.379],[251.085,-78.379],[251.477,-78.182],[252.462,-77.79],[253.051,-77.884],[253.47,-78.083],[258.358,-78.083],[258.358,-78.871],[258.556,-79.753],[258.949,-80.053],[259.444,-79.656],[260.033,-79.36],[260.816,-79.557],[261.408,-79.36],[261.803,-78.967],[262.196,-78.871],[262.587,-78.575],[262.488,-78.182],[262.098,-77.79],[262.293,-77.101],[262.712,-77.005],[264.629,-77.005],[265.439,-77.593],[265.733,-77.986],[266.126,-78.379],[267.11,-77.491],[267.504,-77.2],[267.504,-77.593],[267.699,-77.986],[268.095,-77.884],[268.512,-77.593],[269.668,-77.593],[269.668,-77.986],[269.374,-78.379],[269.272,-78.724],[268.483,-78.675],[268.095,-78.724],[268.095,-79.78],[268.683,-80.443],[268.889,-80.443],[269.077,-80.443],[269.374,-80.834],[269.571,-81.231],[269.863,-81.621],[270.158,-82.015],[270.551,-82.41],[270.723,-82.403],[270.941,-82.41],[271.337,-82.605],[271.633,-83.098],[272.42,-84.08],[273.503,-85.161],[274.483,-85.554],[275.072,-85.459],[275.662,-85.259],[275.858,-85.259],[276.251,-85.459],[276.646,-85.85],[276.848,-85.85],[277.136,-85.459],[277.433,-85.061],[277.826,-84.965],[278.029,-84.963],[278.22,-84.965],[278.613,-84.671],[278.22,-84.08],[278.22,-83.884],[278.415,-83.488],[278.806,-83.294],[278.806,-82.899],[278.806,-82.115],[279.402,-82.015],[279.795,-82.21],[280.09,-82.605],[280.973,-83.194],[281.366,-83.294],[281.754,-83.589],[282.051,-83.985],[282.447,-84.375],[282.743,-84.768],[283.529,-84.867],[283.691,-84.855],[283.92,-84.867],[284.118,-85.259],[284.314,-85.654],[284.511,-86.048],[284.511,-86.833],[284.71,-87.619],[285.496,-87.619],[286.305,-87.913],[288.245,-87.913],[288.245,-87.325],[287.855,-87.027],[287.068,-86.636],[286.673,-86.44],[286.28,-86.048],[286.085,-85.654],[285.986,-85.259],[285.986,-84.867],[285.887,-84.473],[285.496,-83.589],[285.396,-83.194],[285.298,-82.806],[285.003,-82.41],[284.608,-82.309],[284.118,-82.115],[283.725,-82.015],[283.624,-81.621],[283.529,-81.231],[282.743,-80.639],[281.564,-79.753],[280.285,-78.967],[279.103,-78.083],[278.123,-76.903],[277.826,-76.509],[277.04,-76.017],[276.944,-75.627],[276.548,-75.233],[276.35,-75.232],[276.154,-75.233],[275.908,-75.232],[275.662,-75.233],[275.272,-75.037],[274.876,-74.939],[273.993,-74.545],[273.598,-74.349],[273.423,-74.354],[273.202,-74.349],[272.814,-74.152],[272.517,-73.76],[272.814,-73.167],[272.613,-72.088],[272.223,-71.694],[271.827,-71.4],[271.73,-71.004],[271.434,-70.513],[271.434,-70.022],[271.434,-69.236],[270.941,-68.449],[270.941,-67.562],[270.845,-66.778],[271.142,-62.551],[271.142,-61.959],[270.748,-61.565],[271.777,-59.895],[271.777,-56.751],[272.223,-56.554],[272.613,-56.85],[273.007,-56.943],[273.402,-57.143],[273.796,-57.246],[274.483,-57.246],[274.483,-58.421],[274.483,-58.816],[274.775,-59.208],[275.173,-59.406],[275.465,-59.796],[275.762,-60.192],[275.957,-60.587],[276.154,-60.977],[276.646,-61.369],[276.848,-61.369],[277.236,-61.176],[277.626,-61.176],[278.022,-61.176],[278.318,-61.565],[278.516,-61.938],[278.516,-63.926],[279.202,-64.714],[279.595,-65.011],[282.447,-65.011],[282.447,-66.116],[282.051,-66.876],[281.754,-67.267],[281.754,-67.66],[281.754,-68.058],[282.051,-68.449],[282.447,-68.94],[282.642,-69.333],[283.035,-69.727],[283.624,-69.63],[283.725,-69.236],[284.118,-68.94],[284.905,-68.94],[285.003,-69.727],[284.71,-70.119],[284.017,-70.811],[284.017,-71.204],[284.017,-71.597],[283.821,-71.989],[283.725,-72.824],[283.725,-73.266],[284.118,-73.366],[284.511,-73.56],[284.511,-73.953],[284.217,-74.349],[284.04,-74.354],[283.821,-74.349],[283.504,-73.953],[282.743,-73.953],[282.743,-74.838],[283.136,-75.627],[283.232,-76.017],[283.529,-76.411],[284.314,-76.804],[284.608,-77.2],[284.71,-77.593],[284.905,-77.986],[285.003,-78.379],[285.003,-79.263],[285.102,-79.656],[285.197,-80.053],[285.496,-80.443],[285.887,-80.542],[286.28,-80.639],[287.068,-80.245],[287.267,-79.853],[287.855,-79.557],[288.447,-79.753],[288.74,-80.149],[289.035,-80.542],[289.425,-80.736],[289.819,-80.443],[289.819,-80.053],[290.115,-79.656],[290.313,-79.656],[290.508,-79.656],[290.9,-79.954],[291.296,-80.245],[291.884,-81.03],[292.178,-81.427],[292.769,-81.427],[293.36,-81.427],[293.749,-81.328],[294.168,-81.231],[296.996,-81.231],[296.996,-80.443],[296.996,-80.053],[297.589,-79.36],[297.796,-79.354],[297.98,-79.36],[298.373,-80.937],[298.767,-81.132],[299.157,-81.427],[299.454,-81.82],[300.046,-82.703],[300.441,-83.194],[300.73,-83.589],[301.517,-83.783],[302.008,-83.985],[302.503,-83.985],[303.387,-83.985],[303.78,-84.18],[304.569,-84.473],[305.059,-84.671],[305.254,-85.061],[305.647,-85.459],[306.04,-85.554],[307.22,-86.34],[307.73,-86.352],[308.107,-86.34],[308.595,-86.539],[309.09,-86.731],[309.874,-87.619],[310.269,-87.913],[311.053,-87.913],[312.236,-87.817],[312.629,-87.523],[313.022,-87.129],[313.415,-87.027],[314.421,-86.933],[314.991,-86.933],[315.478,-87.027],[315.478,-88.209],[315.085,-88.503],[314.691,-88.8],[314.594,-89.191],[314.397,-89.584],[314.103,-89.98],[313.809,-90.373],[313.71,-90.766],[313.61,-91.944],[312.527,-92.143],[312.332,-92.534],[312.236,-92.926],[312.038,-93.321],[311.521,-93.421],[309.603,-93.421],[309.09,-93.519],[308.99,-93.911],[309.287,-94.306],[309.68,-94.404],[310.069,-94.795],[310.467,-94.795],[310.86,-94.795],[311.67,-94.203],[314.079,-94.203],[314.892,-94.306],[315.676,-94.306],[316.363,-94.993],[316.758,-95.384],[317.152,-95.585],[317.152,-96.174],[317.152,-96.763],[316.949,-96.82],[316.758,-96.862],[316.658,-97.231],[316.658,-98.43],[317.62,-98.533],[318.623,-97.746],[318.623,-97.352],[318.824,-96.957],[319.41,-96.174],[322.533,-96.174],[323.048,-96.074],[323.54,-95.877],[323.931,-95.585],[323.931,-94.404],[325.777,-94.404],[326.587,-94.01],[326.884,-93.615],[327.671,-93.126],[328.163,-92.926],[328.749,-92.632],[328.947,-92.632],[329.342,-92.926],[329.241,-93.321],[329.241,-94.108],[329.342,-94.5],[329.733,-94.5],[330.42,-94.597],[330.42,-95.779],[330.324,-96.174],[330.324,-96.566],[330.42,-96.957],[330.814,-97.152],[331.6,-96.566],[331.996,-96.27],[332.392,-96.27],[332.782,-96.27],[333.175,-96.469],[333.47,-96.862],[333.866,-97.152],[334.063,-97.546],[334.249,-97.546],[334.454,-97.546],[334.845,-97.844],[335.238,-98.042],[335.337,-98.43],[334.749,-99.025],[334.355,-99.222],[334.021,-99.236],[333.569,-99.32],[333.47,-99.708],[333.175,-100.104],[332.782,-100.4],[331.897,-100.598],[331.504,-100.598],[330.863,-100.4],[329.733,-100.598],[329.342,-100.598],[329.118,-100.595],[328.85,-100.598],[328.457,-100.894],[328.064,-101.284],[327.62,-101.284],[327.178,-101.284],[326.785,-100.993],[327.079,-100.598],[327.285,-100.597],[327.472,-100.598],[327.865,-100.4],[327.865,-99.811],[327.865,-99.613],[327.865,-99.222],[327.225,-98.923],[326.293,-99.613],[326.197,-99.983],[326.197,-102.386],[325.9,-102.76],[325.41,-102.954],[325.014,-103.148],[324.623,-103.148],[324.228,-103.252],[323.344,-103.349],[322.951,-103.741],[322.559,-103.839],[322.066,-104.035],[321.378,-104.334],[320.887,-104.727],[320.493,-105.119],[320.395,-105.512],[319.999,-105.609],[319.512,-105.709],[318.623,-105.808],[318.233,-105.903],[317.348,-105.903],[317.152,-106.987],[315.972,-107.773],[315.478,-108.265],[314.691,-108.462],[314.262,-108.46],[313.809,-108.462],[313.415,-108.658],[312.92,-108.853],[312.527,-109.247],[312.332,-109.246],[312.137,-109.247],[311.741,-109.443],[311.35,-109.443],[310.957,-109.443],[310.566,-109.642],[310.069,-109.835],[309.09,-110.23],[308.694,-110.525],[307.415,-110.525],[306.925,-110.525],[306.533,-110.326],[306.04,-109.936],[305.451,-109.835],[304.368,-110.034],[303.978,-110.034],[303.483,-110.131],[303.094,-110.525],[302.894,-110.525],[302.699,-110.525],[301.814,-110.82],[301.027,-111.313],[300.634,-111.41],[300.046,-111.41],[299.454,-111.41],[299.061,-111.214],[298.668,-110.92],[298.767,-110.525],[298.47,-110.131],[298.277,-109.738],[297.883,-109.346],[298.277,-109.247],[298.668,-108.951],[299.061,-108.757],[299.258,-107.968],[299.258,-107.577],[298.866,-107.183],[298.668,-106.79],[298.251,-106.594],[296.6,-106.594],[296.6,-108.02],[294.59,-108.02],[294.59,-109.346],[294.933,-109.346],[296.111,-109.443],[296.897,-109.936],[296.798,-110.326],[296.405,-110.427],[295.988,-110.575],[293.36,-110.575],[293.36,-109.738],[293.36,-109.346],[293.163,-108.951],[292.769,-108.853],[292.079,-108.658],[291.884,-108.658],[291.491,-108.951],[290.704,-109.247],[288.493,-109.247],[286.772,-109.247],[286.28,-109.247],[285.298,-108.757],[284.71,-108.757],[284.118,-108.757],[283.624,-108.951],[283.232,-109.443],[282.811,-109.543],[282.051,-109.543],[281.952,-108.951],[282.051,-108.561],[282.051,-107.28],[281.465,-107.183],[281.071,-107.379],[281.071,-108.168],[280.973,-108.951],[280.579,-109.247],[280.184,-109.346],[279.795,-109.543],[279.402,-109.738],[279.004,-110.131],[278.71,-110.82],[279.004,-111.803],[279.103,-112.196],[278.908,-112.591],[278.613,-112.984],[278.415,-113.377],[278.022,-113.475],[277.626,-113.772],[277.53,-114.163],[277.136,-114.262],[276.949,-114.261],[276.745,-114.262],[276.348,-114.458],[275.858,-114.554],[275.465,-114.655],[274.68,-114.655],[273.796,-114.752],[273.402,-114.752],[273.007,-114.554],[272.613,-114.36],[272.324,-113.968],[271.827,-113.87],[271.408,-113.772],[270.551,-113.772],[270.059,-113.67],[268.78,-113.67],[267.798,-113.576],[267.404,-113.277],[267.009,-113.277],[266.62,-113.277],[266.225,-113.475],[265.831,-113.576],[265.439,-113.968],[264.947,-114.262],[264.556,-114.36],[263.671,-114.36],[263.178,-114.458],[262.587,-114.554],[261.998,-114.655],[261.507,-114.95],[261.9,-115.344],[261.113,-115.736],[260.719,-116.029],[260.522,-116.421],[259.736,-116.525],[258.853,-116.525],[258.756,-116.917],[259.051,-117.306],[259.832,-117.702],[259.639,-118.096],[259.436,-118.095],[259.246,-118.096],[258.728,-118.344],[253.837,-118.344],[253.741,-117.604],[253.447,-117.212],[252.756,-116.525],[252.361,-116.525],[251.973,-116.525],[251.579,-116.818],[251.772,-117.212],[251.973,-117.702],[251.973,-118.096],[252.264,-118.491],[252.658,-118.585],[252.658,-118.978],[251.873,-118.978],[251.381,-119.177],[250.986,-119.472],[250.77,-119.465],[250.498,-119.472],[249.71,-119.867],[249.316,-119.867],[248.827,-119.766],[247.936,-119.766],[247.154,-119.867],[246.568,-120.159],[246.342,-120.154],[246.071,-120.159],[245.283,-120.455],[244.616,-120.461],[244.007,-120.455],[243.223,-120.652],[242.824,-120.748],[242.431,-120.455],[242.431,-120.064],[242.332,-119.177],[240.197,-119.177],[239.288,-118.978],[239.288,-118.585],[239.486,-118.096],[239.779,-117.702],[240.173,-117.503],[240.566,-117.408],[240.759,-117.015],[241.155,-116.718],[241.257,-116.325],[241.353,-115.908],[241.257,-115.54],[240.858,-115.54],[240.074,-115.736],[239.684,-115.833],[239.428,-115.834],[239.189,-115.833],[238.798,-115.933],[238.405,-116.226],[237.983,-116.325],[237.616,-116.226],[236.633,-116.277],[236.633,-115.736],[237.024,-115.54],[237.421,-115.344],[237.814,-114.85],[237.616,-114.163],[236.733,-114.554],[236.34,-114.85],[235.947,-115.246],[235.551,-115.441],[235.254,-115.833],[235.254,-116.226],[234.865,-116.325],[234.027,-116.325],[233.585,-116.325],[233.194,-116.325],[233.194,-115.933],[232.801,-115.639],[231.572,-115.246],[230.537,-115.736],[229.556,-115.833],[229.16,-115.833],[228.866,-116.226],[228.475,-116.325],[228.082,-116.226],[227.783,-115.833],[226.702,-116.226],[226.115,-115.933],[226.214,-115.05],[226.214,-113.87],[226.115,-113.081],[224.051,-113.081],[223.855,-114.262],[223.464,-114.554],[222.969,-114.95],[222.579,-115.05],[222.184,-115.344],[221.689,-115.639],[221.296,-116.029],[220.61,-116.917],[220.61,-117.114],[220.709,-117.503],[221.102,-117.702],[220.902,-118.195],[220.902,-118.978],[220.902,-119.867],[220.806,-120.748],[220.806,-121.537],[220.61,-121.929],[220.217,-122.225],[219.723,-122.617],[219.23,-122.816],[218.545,-122.914],[217.858,-122.715],[217.66,-122.32],[217.561,-121.929],[216.921,-121.832],[215.792,-122.225],[215.694,-122.715],[215.301,-123.11],[215.006,-123.5],[214.61,-123.5],[214.23,-123.508],[213.629,-123.597],[213.334,-123.994],[212.352,-124.386],[211.66,-124.19],[211.17,-123.994],[210.681,-123.7],[210.188,-123.5],[209.696,-123.11],[210.089,-122.32],[210.386,-121.929],[210.681,-121.537],[210.778,-121.02],[210.681,-120.552],[208.147,-120.552],[207.634,-120.358],[206.503,-120.064],[205.371,-120.358],[204.783,-120.652],[203.895,-120.849],[203.504,-121.24],[202.91,-121.437],[202.519,-121.24],[202.126,-120.849],[201.537,-121.14],[201.438,-121.929],[201.438,-122.715],[200.947,-123.11],[200.556,-123.406],[200.158,-123.406],[199.767,-123.5],[199.373,-123.307],[199.129,-122.914],[198.389,-123.01],[197.998,-123.01],[197.581,-123.207],[195.639,-123.207],[194.85,-123.01],[193.772,-123.207],[193.376,-123.207],[193.277,-122.816],[192.616,-122.816],[192.004,-122.816],[191.61,-122.914],[191.163,-122.864],[191.217,-123.597],[191.113,-123.994],[191.163,-124.386],[190.525,-124.485],[190.132,-124.386],[189.939,-123.994],[188.951,-123.5],[188.365,-123.597],[187.97,-123.994],[188.068,-124.386],[188.857,-124.386],[189.246,-124.386],[189.642,-124.682],[189.835,-125.075],[190.233,-125.172],[190.624,-125.368],[190.92,-125.96],[190.92,-126.153],[190.72,-126.548],[190.132,-126.548],[189.149,-126.452],[188.758,-126.153],[188.365,-125.96],[188.167,-125.469],[187.873,-125.075],[187.478,-124.781],[186.962,-124.386],[184.53,-124.386],[184.137,-124.19],[184.233,-123.797],[184.53,-123.207],[184.53,-123.01],[184.137,-122.816],[183.839,-122.419],[183.204,-122.32],[182.956,-122.32],[182.564,-122.419],[181.777,-122.419],[181.287,-122.225],[180.889,-121.929],[180.107,-121.929],[179.318,-121.929],[178.313,-121.732],[178.137,-121.732],[177.941,-121.832],[178.532,-121.929],[178.827,-122.32],[179.22,-122.617],[179.517,-123.01],[179.908,-123.207],[180.327,-123.213],[180.693,-123.207],[181.087,-123.207],[181.287,-123.597],[181.678,-123.893],[182.467,-124.485],[182.956,-125.27],[183.743,-125.469],[184.137,-125.469],[184.53,-125.566],[184.921,-125.566],[185.313,-125.761],[185.413,-126.153],[185.71,-126.548],[186.493,-126.748],[186.887,-126.748],[187.285,-126.845],[187.772,-126.845],[188.167,-126.942],[188.559,-127.238],[188.951,-127.535],[188.951,-127.924],[189.149,-128.713],[191.113,-128.713],[191.217,-129.304],[191.217,-129.697],[191.408,-130.088],[191.607,-130.088],[191.806,-130.088],[192.004,-130.484],[191.902,-130.877],[191.806,-131.268],[191.605,-131.317],[191.408,-131.367],[191.408,-131.761],[191.217,-132.151],[191.006,-132.153],[190.822,-132.151],[190.822,-132.546],[190.624,-133.038],[190.132,-133.432],[189.741,-133.727],[189.496,-133.726],[189.246,-133.727],[188.857,-133.825],[188.806,-135.005],[185.929,-135.005],[185.118,-135.201],[184.233,-135.299],[183.839,-135.299],[183.447,-135.102],[183.154,-134.713],[182.758,-134.611],[182.072,-135.299],[181.678,-135.398],[181.064,-135.494],[180.499,-135.398],[180.499,-134.216],[179.318,-134.216],[178.925,-134.512],[179.123,-134.906],[179.517,-135.005],[179.908,-135.768],[179.809,-136.185],[177.668,-136.185],[176.863,-136.38],[175.876,-136.38],[175.485,-136.481],[175.683,-136.872],[176.368,-137.562],[176.587,-137.567],[176.764,-137.562],[177.158,-137.854],[177.158,-138.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 30\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":30,\"ty\":\"sh\",\"ix\":31,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.444],[0,0.146],[0,0.072],[0,0],[-0.149,0],[-0.03,-0.018],[0,0],[0,0]],\"o\":[[0,-0.145],[0,-0.078],[0,0],[0.147,0],[0.037,0],[0,0],[0,0],[0,-0.444]],\"v\":[[25.267,-112.787],[25.362,-113.178],[25.314,-113.377],[26.151,-113.377],[26.544,-113.475],[26.641,-113.439],[26.641,-111.654],[25.314,-111.654]],\"c\":true},\"ix\":2},\"nm\":\"Path 31\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":31,\"ty\":\"sh\",\"ix\":32,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0.295,-0.396],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[-0.296,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-242.727,-137.658],[-244.988,-137.658],[-246.462,-137.757],[-247.84,-135.69],[-249.315,-134.216],[-251.082,-134.216],[-252.756,-133.531],[-252.068,-132.349],[-250.099,-131.658],[-249.315,-132.643],[-248.136,-131.859],[-247.053,-132.447],[-246.854,-133.239],[-245.578,-133.333],[-245.184,-134.512],[-244.104,-135.299],[-243.219,-134.02],[-242.234,-134.416],[-240.566,-135.005],[-240.076,-136.872],[-239.483,-138.15],[-241.646,-138.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 32\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":32,\"ty\":\"sh\",\"ix\":33,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.151,-0.127],[0.368,-0.075],[0,0],[-0.171,0],[-0.27,-0.049],[-0.146,-0.026],[0,0],[-0.05,0],[0.1,0.247],[0.1,0.096],[0.248,0]],\"o\":[[-0.198,0.027],[-0.271,0.219],[0,0],[0.146,-0.045],[0.3,0],[0.146,0.022],[0,0],[0.05,0],[-0.028,-0.268],[-0.048,-0.118],[-0.174,-0.172],[0,0]],\"v\":[[158.576,-137.167],[158.28,-136.773],[157.396,-136.38],[157.396,-135.891],[157.788,-136.086],[158.576,-135.987],[158.969,-135.789],[159.363,-135.789],[159.462,-135.891],[159.363,-136.58],[159.363,-136.968],[158.772,-137.167]],\"c\":true},\"ix\":2},\"nm\":\"Path 33\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":33,\"ty\":\"sh\",\"ix\":34,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-203.503,-136.481],[-203.699,-135.201],[-201.929,-134.216],[-200.257,-133.333],[-198.39,-133.239],[-197.307,-134.317],[-197.406,-135.201],[-198.782,-136.284],[-200.651,-136.284],[-201.73,-136.773]],\"c\":true},\"ix\":2},\"nm\":\"Path 34\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":34,\"ty\":\"sh\",\"ix\":35,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.146,0],[0.113,0.009],[0.15,-0.029],[0.197,-0.246],[0.077,-0.126],[0.096,-0.12],[0.171,-0.077],[0.159,0.026],[0.113,-0.008],[0.124,-0.021],[0.15,-0.069],[0.17,-0.074],[0.15,-0.03],[0.147,0],[0.298,0],[0.2,-0.05],[0.15,-0.051],[0.123,-0.047],[0.171,-0.021],[0.067,0.006],[0.069,-0.009],[0.544,0.028],[0.295,0],[0,0],[0.149,0],[0.126,0.008],[0.174,-0.026],[0.147,-0.027],[0.22,-0.196],[0.074,-0.128],[0.173,-0.295],[0,0],[0.121,-0.125],[0.122,-0.122],[0.146,-0.099],[0.122,-0.049],[0.196,-0.049],[0.101,-0.071],[0.077,-0.146],[0,-0.125],[0,-0.346],[0.222,0],[0.466,-0.023],[0.146,-0.026],[0,-0.221],[0.2,-0.27],[0.079,-0.172],[0,-0.123],[0,0],[0,0],[0.218,0],[0.155,0.008],[0.255,-0.03],[0.295,-0.145],[0.169,-0.122],[0,-0.343],[-0.047,-0.176],[-0.122,0.021],[-0.271,0],[-0.223,-0.024],[0,-0.245],[0,0],[-0.073,-0.145],[0.294,0.024],[0.296,0],[0.201,-0.028],[0,0],[0.368,-0.051],[0.295,-0.12],[0,-0.123],[0,-0.17],[0.025,-0.121],[0.075,-0.173],[0.028,-0.123],[0.027,-0.147],[0.271,-0.027],[0.124,-0.076],[0.096,-0.149],[0.071,-0.124],[0.047,-0.148],[0,-0.321],[0,-0.15],[0,-0.149],[0,-0.148],[0,0],[-0.07,0.1],[-0.124,0.099],[-0.05,-0.099],[-0.048,-0.097],[-0.073,-0.147],[-0.099,0.198],[-0.025,0.121],[-0.127,-0.075],[-0.172,-0.12],[-0.271,-0.267],[-0.1,-0.124],[0,0],[0,0],[-0.047,-0.148],[0,0],[-0.567,-0.05],[-0.169,-0.025],[-0.347,-0.049],[-0.266,0],[0,0],[-0.146,0],[-0.122,0],[0,0],[0.076,0.098],[0.049,0.148],[0,0.296],[0.061,-0.011],[0.055,0.041],[0.095,0.121],[0.048,0.124],[0.121,0.149],[0.143,0.146],[0.148,0.193],[0.076,0.099],[0.077,-0.004],[0.027,0.069],[0.027,0.122],[0,0.151],[0,0.241],[0,0],[-0.072,0.171],[-0.023,0.124],[-0.118,0.444],[-0.122,0.123],[-0.224,0.322],[-0.098,0.073],[-0.095,0.048],[-0.097,0.074],[-0.097,0.077],[-0.099,0.075],[-0.197,0.296],[-0.07,0.121],[-0.102,0.101],[-0.124,0.072],[-0.075,-0.017],[-0.046,0.023],[-0.148,0.294],[-0.048,0.121],[-0.076,0.123],[-0.097,0.144],[-0.095,0.146],[-0.019,0.121],[-0.32,0.024],[-0.07,-0.008],[-0.097,0.027],[-0.167,0.074],[-0.086,-0.016],[-0.082,0.023],[-0.12,0.178],[-0.102,0.074],[-0.122,0.022],[-0.068,-0.007],[-0.061,0.011],[-0.126,0.051],[-0.144,0.124],[-0.097,0.124],[-0.124,0.098],[0,0.221],[0.025,0.274],[-0.298,0],[-0.162,-0.009],[-0.385,0.153],[-0.148,0.121],[-0.224,0.074],[-0.067,-0.006],[-0.064,0.014],[-0.344,0],[0,0],[-0.12,0.071],[-0.196,0.074],[-0.296,0],[-0.271,0.046],[-0.395,0],[0,0],[-0.123,0.072],[-0.245,0.295],[-0.126,0.074],[-0.125,0.023],[-0.294,0],[0,0.246],[0.053,0.175],[0.075,0.119],[0.123,0.073],[0.188,-0.037],[0.127,0.008],[0.198,0]],\"o\":[[0,0],[-0.151,0],[-0.131,0.011],[-0.141,-0.011],[-0.322,0.05],[-0.068,0.099],[-0.07,0.121],[-0.098,0.122],[-0.169,0.078],[-0.099,-0.016],[-0.145,0],[-0.147,0.027],[-0.17,0.075],[-0.148,0.074],[-0.115,0.022],[-0.295,0.022],[-0.223,0],[-0.147,0.048],[-0.124,0.05],[-0.172,0.051],[-0.066,0.015],[-0.062,-0.006],[-0.543,0.079],[-0.292,-0.021],[0,0],[-0.146,0],[-0.157,0.013],[-0.151,-0.011],[-0.149,0.028],[-0.293,0.075],[-0.126,0.099],[-0.194,0.268],[0,0],[-0.124,0.1],[-0.124,0.122],[-0.122,0.126],[-0.097,0.048],[-0.197,0.076],[-0.124,0.026],[-0.121,0.101],[-0.071,0.123],[-0.05,0.314],[-0.219,-0.026],[-0.468,-0.023],[-0.148,0],[0.098,0.172],[0,0.346],[-0.101,0.148],[-0.048,0.123],[0,0],[0,0],[-0.22,0.026],[-0.2,0.009],[-0.211,-0.011],[-0.32,0.049],[-0.194,0.097],[-0.273,0.196],[0,0.197],[0.148,-0.029],[0.245,-0.079],[0.222,0],[-0.076,0.221],[0,0],[0,0.194],[-0.294,0],[-0.294,-0.028],[-0.196,0],[0,0],[-0.392,0],[-0.296,0.024],[0.026,0.15],[0.026,0.148],[0,0.15],[-0.048,0.171],[-0.048,0.124],[-0.023,0.121],[-0.292,0],[-0.121,0],[-0.147,0.094],[-0.072,0.099],[-0.072,0.147],[-0.128,0.271],[0,0.147],[0,0.144],[0,0.148],[0,0],[0.074,-0.119],[0.104,-0.121],[0.123,0.074],[0.049,0.096],[0.1,0.147],[0.146,-0.147],[0.048,-0.122],[0.149,0.073],[0.169,0.12],[0.293,0.224],[0.122,0.12],[0,0],[0,0],[0.051,0.149],[0,0],[0.567,0],[0.196,0],[0.32,0.027],[0.27,0.027],[0,0],[0.148,0],[0.123,0],[0,0],[-0.071,-0.126],[-0.074,-0.121],[-0.097,-0.267],[-0.053,-0.012],[-0.081,0.015],[-0.148,-0.124],[-0.075,-0.102],[-0.102,-0.173],[-0.124,-0.148],[-0.174,-0.172],[-0.072,-0.1],[-0.035,-0.046],[-0.089,0.003],[-0.049,-0.121],[-0.023,-0.126],[-0.023,-0.243],[0,0],[0.049,-0.17],[0.05,-0.125],[0.099,-0.442],[0.027,-0.143],[0.271,-0.267],[0.047,-0.096],[0.095,-0.074],[0.098,-0.046],[0.099,-0.074],[0.099,-0.071],[0.27,-0.217],[0.074,-0.123],[0.074,-0.124],[0.095,-0.095],[0.066,-0.04],[0.065,0.015],[0.271,-0.171],[0.049,-0.124],[0.072,-0.147],[0.096,-0.146],[0.098,-0.151],[0.077,-0.124],[0.348,0],[0.075,-0.01],[0.089,0.011],[0.172,-0.048],[0.092,-0.037],[0.075,0.014],[0.195,-0.071],[0.074,-0.095],[0.101,-0.075],[0.061,-0.013],[0.066,0.005],[0.124,-0.026],[0.172,-0.074],[0.128,-0.097],[0.1,-0.122],[0.145,-0.124],[0,-0.273],[0.293,-0.024],[0.193,-0.007],[0.351,0.02],[0.173,-0.049],[0.17,-0.148],[0.056,-0.011],[0.067,0.006],[0.322,-0.096],[0,0],[0.171,0],[0.17,-0.127],[0.272,-0.096],[0.296,0],[0.364,-0.051],[0,0],[0.173,0],[0.321,-0.222],[0.101,-0.124],[0.099,-0.049],[0.266,-0.076],[0.077,-0.224],[0,-0.197],[-0.05,-0.147],[-0.047,-0.099],[-0.17,-0.108],[-0.111,0.022],[-0.199,0],[0,0]],\"v\":[[105.484,-136.185],[105.098,-136.185],[104.703,-136.086],[104.342,-136.093],[103.915,-136.086],[103.126,-135.69],[103.027,-135.299],[102.833,-134.906],[102.441,-134.611],[101.965,-134.586],[101.652,-134.611],[101.258,-134.611],[100.866,-134.416],[100.474,-134.119],[100.078,-133.921],[99.689,-133.921],[98.9,-133.921],[98.309,-133.825],[97.918,-133.628],[97.523,-133.531],[97.132,-133.239],[96.934,-133.236],[96.74,-133.239],[95.359,-133.239],[94.574,-133.333],[94.082,-133.333],[93.69,-133.239],[93.275,-133.242],[92.806,-133.239],[92.411,-133.038],[91.626,-132.742],[91.427,-132.349],[90.938,-131.564],[88.185,-131.564],[87.793,-131.268],[87.497,-130.877],[87.203,-130.484],[86.807,-130.386],[86.22,-130.286],[85.823,-130.189],[85.432,-129.893],[85.432,-129.497],[85.432,-128.614],[84.844,-128.713],[83.661,-128.713],[83.272,-128.614],[83.565,-128.122],[83.072,-127.337],[82.678,-127.041],[82.678,-126.649],[82.678,-126.257],[82.678,-125.469],[82.091,-125.368],[81.572,-125.376],[80.909,-125.368],[80.025,-125.075],[79.536,-124.781],[79.042,-123.994],[79.237,-123.5],[79.633,-123.597],[80.246,-123.893],[80.811,-123.797],[80.615,-123.207],[80.615,-123.01],[80.909,-122.617],[79.831,-122.419],[79.042,-122.522],[78.548,-122.419],[78.548,-121.14],[77.569,-121.14],[76.78,-120.849],[76.78,-120.455],[76.98,-120.064],[76.879,-119.669],[76.484,-119.373],[76.484,-118.978],[76.387,-118.585],[75.599,-118.585],[75.207,-118.585],[74.913,-118.195],[74.913,-117.799],[74.523,-117.604],[74.473,-116.793],[74.421,-116.421],[74.523,-116.029],[74.473,-115.639],[75.503,-115.54],[75.599,-115.933],[75.993,-116.128],[76.387,-116.029],[76.484,-115.639],[76.78,-115.246],[77.174,-115.639],[77.174,-116.029],[77.569,-115.833],[77.96,-115.441],[78.846,-114.95],[79.042,-114.554],[78.353,-113.67],[78.353,-113.475],[78.548,-113.081],[80.689,-113.081],[82.091,-112.787],[82.579,-112.787],[83.467,-112.591],[84.126,-112.591],[84.743,-112.591],[85.135,-112.687],[85.432,-112.64],[85.432,-113.475],[85.333,-113.87],[84.941,-114.066],[84.941,-114.85],[84.764,-114.839],[84.548,-114.85],[84.156,-115.144],[84.156,-115.54],[83.763,-115.833],[83.37,-116.226],[82.876,-116.718],[82.777,-117.114],[82.587,-117.151],[82.384,-117.212],[82.384,-117.604],[82.384,-117.998],[82.188,-118.585],[82.188,-118.784],[82.579,-119.077],[82.678,-119.472],[82.678,-120.652],[83.072,-120.849],[83.763,-121.636],[83.861,-122.027],[84.251,-122.127],[84.645,-122.225],[84.645,-122.617],[85.04,-122.715],[85.725,-123.406],[85.725,-123.797],[86.125,-123.994],[86.316,-124.386],[86.536,-124.392],[86.71,-124.386],[87.299,-125.075],[87.397,-125.469],[87.596,-125.863],[87.988,-126.153],[88.28,-126.548],[88.28,-126.942],[89.169,-126.942],[89.385,-126.936],[89.66,-126.942],[89.954,-127.337],[90.216,-127.342],[90.448,-127.337],[90.938,-127.633],[90.938,-128.025],[91.332,-128.122],[91.53,-128.122],[91.723,-128.122],[92.118,-128.221],[92.508,-128.516],[92.706,-128.909],[93.103,-129.106],[93.493,-129.497],[93.397,-130.189],[94.184,-130.286],[94.711,-130.274],[95.755,-130.386],[96.052,-130.776],[96.546,-131.171],[96.734,-131.17],[96.935,-131.171],[97.743,-131.464],[100.057,-131.464],[100.474,-131.658],[100.866,-132.055],[101.652,-132.151],[102.441,-132.151],[103.253,-132.742],[105.165,-132.742],[105.587,-132.937],[106.273,-133.727],[106.471,-134.119],[106.867,-134.216],[107.648,-134.216],[107.846,-134.808],[107.549,-135.201],[107.354,-135.591],[107.258,-135.987],[106.73,-136.023],[106.375,-135.987],[105.879,-136.185]],\"c\":true},\"ix\":2},\"nm\":\"Path 35\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":35,\"ty\":\"sh\",\"ix\":36,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.099,0.396],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-237.518,-136.185],[-237.319,-135.398],[-235.157,-135.201],[-235.255,-136.185]],\"c\":true},\"ix\":2},\"nm\":\"Path 36\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":36,\"ty\":\"sh\",\"ix\":37,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.197,-0.391],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,0.294],[0,0],[0.491,0],[0,0],[0,0],[0,0],[0,0],[-0.295,-0.591],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,-0.297],[0,0],[-0.491,0],[0,0],[0,0],[0,0],[0,0],[0.295,0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-218.642,-134.02],[-217.952,-133.038],[-215.593,-131.268],[-213.432,-130.583],[-212.254,-130.974],[-211.267,-131.171],[-210.481,-130.286],[-209.793,-128.516],[-208.807,-129.007],[-207.14,-129.106],[-205.96,-129.304],[-205.861,-130.386],[-205.861,-131.955],[-205.174,-132.742],[-205.566,-133.921],[-207.237,-134.713],[-208.318,-134.02],[-210.186,-135.201],[-211.758,-135.201],[-210.578,-134.216],[-209.203,-132.447],[-210.382,-132.349],[-212.35,-134.216],[-213.825,-134.216],[-213.728,-133.038],[-213.333,-131.761],[-215.102,-132.843],[-215.987,-134.808],[-218.544,-135.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 37\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":37,\"ty\":\"sh\",\"ix\":38,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-0.094],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0.689],[0,0],[0,0],[-0.393,0.099],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.592],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-227.882,-135.591],[-228.474,-134.906],[-229.553,-134.611],[-229.454,-133.825],[-228.278,-133.038],[-228.572,-131.564],[-227.096,-131.367],[-227.096,-130.583],[-228.278,-130.484],[-230.243,-130.484],[-231.522,-131.268],[-232.8,-132.843],[-234.371,-133.432],[-235.747,-133.432],[-237.125,-134.119],[-238.107,-134.317],[-239.975,-133.727],[-240.957,-132.349],[-241.943,-131.367],[-243.023,-130.286],[-242.826,-129.106],[-240.665,-129.007],[-238.795,-128.614],[-237.125,-128.812],[-235.65,-129.304],[-233.093,-128.909],[-231.422,-128.909],[-233.389,-128.317],[-235.255,-128.317],[-236.534,-127.728],[-236.338,-126.845],[-235.157,-126.349],[-232.7,-126.349],[-230.243,-127.238],[-228.669,-128.419],[-226.902,-128.614],[-224.54,-128.614],[-222.18,-128.614],[-221.296,-129.697],[-220.706,-131.761],[-221.492,-132.546],[-222.575,-132.546],[-222.771,-131.658],[-224.147,-132.151],[-225.817,-133.432],[-225.817,-134.416],[-226.406,-135.591]],\"c\":true},\"ix\":2},\"nm\":\"Path 38\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":38,\"ty\":\"sh\",\"ix\":39,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.198,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.494,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.49,0],[0,0.393],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0.197,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.49,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,0],[0,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-194.753,-135.005],[-196.424,-134.808],[-195.735,-132.742],[-194.656,-130.877],[-195.538,-129.304],[-194.457,-128.122],[-192.588,-126.942],[-189.935,-127.14],[-188.656,-127.924],[-186.885,-126.649],[-184.037,-126.548],[-180.791,-126.548],[-179.317,-126.942],[-178.631,-127.633],[-177.644,-126.845],[-175.976,-126.942],[-173.124,-127.238],[-172.926,-128.317],[-171.845,-129.007],[-172.14,-130.583],[-174.699,-131.268],[-177.451,-131.859],[-179.513,-131.171],[-182.564,-130.484],[-184.525,-130.286],[-187.28,-130.776],[-189.541,-130.676],[-191.408,-132.151],[-191.607,-133.628],[-192.293,-135.005]],\"c\":true},\"ix\":2},\"nm\":\"Path 39\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":39,\"ty\":\"sh\",\"ix\":40,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.164,0],[0,0],[0.146,0],[0.762,0],[0.075,-0.323],[0.125,-0.294],[0.05,-0.122],[0.024,-0.198],[0.024,-0.122],[0.026,-0.146],[0,0],[-0.124,-0.149],[-0.124,-0.1],[-0.121,-0.053],[-0.167,-0.075],[-0.124,-0.047],[-0.124,-0.194],[-0.073,-0.145],[-0.101,-0.121],[-0.269,0],[-0.39,0.025],[-0.026,0.196],[-0.026,0.126],[-0.071,0.174],[-0.496,0],[-0.466,0.023],[-0.093,-0.002],[-0.203,0.101],[-0.124,0.049],[-0.149,0],[-0.122,-0.049],[-0.176,-0.048],[-0.147,0],[-0.272,0.199],[-0.148,0.097],[-0.218,0],[0,0],[-0.17,-0.051],[-0.121,-0.026],[-0.172,0],[0,0],[-0.096,0.415],[-0.076,0.147],[-0.101,0.173],[-0.049,0.171],[-0.022,0.121],[0.12,0.023],[0.06,-0.009],[0.066,0.027],[0.145,0.045],[0.122,0],[0.216,-0.015],[0.192,0.009],[0.223,0],[0,0],[0.1,-0.094],[0.048,-0.096],[0.075,-0.198],[0.025,-0.118],[0,-0.319],[0.298,0],[0.147,0],[0,0],[-0.072,0.121],[0,0.346],[0.024,0.147],[0.291,0.024],[0.149,0],[0.293,0],[0.147,-0.024],[0,0],[0.291,0],[0.27,0.023],[0.121,0.023],[0.125,0.094],[0.099,0.124],[0.125,0.101],[0.1,0.072],[0.063,0]],\"o\":[[0,0],[-0.149,0],[-0.765,0.022],[0.027,0.344],[-0.072,0.315],[-0.047,0.126],[-0.075,0.197],[-0.029,0.123],[-0.029,0.121],[0,0],[0.098,0.147],[0.101,0.124],[0.101,0.073],[0.149,0.072],[0.126,0.049],[0.196,0.099],[0.072,0.128],[0.074,0.148],[0.145,0.172],[0.396,0],[0.027,-0.222],[0.024,-0.121],[0.024,-0.174],[0.393,0.249],[0.465,0],[0.106,-0.007],[0.205,0.005],[0.123,-0.048],[0.121,-0.049],[0.148,0],[0.173,0.049],[0.124,0.022],[0.347,0],[0.149,-0.097],[0.17,-0.122],[0,0],[0.173,0.026],[0.124,0.046],[0.149,0.048],[0,0],[0,-0.417],[0.027,-0.172],[0.098,-0.198],[0.07,-0.145],[0.025,-0.124],[-0.146,-0.024],[-0.056,-0.012],[-0.075,0.01],[-0.149,-0.053],[-0.123,-0.054],[-0.261,-0.044],[-0.152,0.011],[-0.222,0],[0,0],[-0.148,0.049],[-0.097,0.1],[-0.121,0.172],[-0.023,0.121],[-0.05,0.298],[-0.296,-0.023],[-0.146,0],[0,0],[0,-0.173],[0.145,-0.272],[0,-0.17],[-0.295,0],[-0.15,0],[-0.292,-0.025],[-0.15,0],[0,0],[-0.294,-0.024],[-0.296,0],[-0.122,0],[-0.174,-0.026],[-0.121,-0.103],[-0.097,-0.125],[-0.097,-0.074],[-0.056,-0.05],[-0.126,0]],\"v\":[[239.756,-132.643],[239.189,-132.643],[238.798,-132.546],[236.829,-132.546],[236.928,-131.658],[236.533,-130.877],[236.436,-130.484],[236.144,-129.992],[236.144,-129.598],[236.043,-129.205],[235.751,-129.497],[236.043,-129.106],[236.238,-128.713],[236.633,-128.614],[237.024,-128.317],[237.421,-128.221],[237.912,-127.831],[238.107,-127.437],[238.306,-127.041],[238.969,-126.942],[239.975,-127.041],[240.074,-127.633],[240.074,-128.025],[240.366,-128.419],[241.551,-127.924],[242.728,-128.025],[243.025,-128.029],[243.615,-128.122],[243.714,-128.516],[244.107,-128.516],[244.496,-128.516],[244.793,-128.122],[245.184,-128.025],[245.973,-128.516],[246.271,-128.909],[246.858,-129.007],[247.055,-129.007],[247.447,-128.713],[247.84,-128.614],[248.258,-128.516],[249.806,-128.516],[249.806,-129.598],[250.006,-129.992],[250.4,-130.386],[250.691,-130.776],[250.691,-131.171],[250.3,-131.268],[250.123,-131.261],[249.907,-131.268],[249.71,-131.658],[249.316,-131.658],[248.637,-131.67],[248.134,-131.658],[247.548,-131.761],[247.35,-131.761],[246.954,-131.564],[246.858,-131.171],[246.464,-130.776],[246.366,-130.386],[246.366,-129.549],[245.579,-129.598],[245.184,-129.549],[245.184,-130.705],[245.482,-131.071],[245.876,-131.859],[245.678,-132.252],[244.894,-132.252],[244.496,-132.349],[243.714,-132.349],[243.321,-132.252],[243.321,-131.171],[242.533,-131.268],[241.746,-131.268],[241.353,-131.268],[241.055,-131.658],[240.759,-132.055],[240.366,-132.252],[240.366,-132.643],[240.188,-132.709]],\"c\":true},\"ix\":2},\"nm\":\"Path 40\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":40,\"ty\":\"sh\",\"ix\":41,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-245.381,-131.955],[-246.365,-130.776],[-244.497,-130.484],[-243.515,-132.447]],\"c\":true},\"ix\":2},\"nm\":\"Path 41\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":41,\"ty\":\"sh\",\"ix\":42,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.053,-0.197],[0,-0.145],[-0.022,-0.122],[-0.174,-0.097],[-0.197,0],[-0.194,0.148],[0,0.145],[-0.046,0.293],[0.197,0],[0.17,0]],\"o\":[[-0.022,0.122],[0,0.15],[0.029,0.173],[0.17,0.101],[0.243,0],[-0.02,-0.149],[0,-0.298],[-0.194,-0.027],[-0.174,0],[-0.223,0]],\"v\":[[232.402,-131.268],[232.402,-130.877],[232.402,-130.484],[232.801,-130.189],[233.194,-129.893],[233.681,-130.286],[233.585,-130.676],[233.681,-131.464],[233.194,-131.464],[232.801,-131.658]],\"c\":true},\"ix\":2},\"nm\":\"Path 42\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":42,\"ty\":\"sh\",\"ix\":43,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.171,-0.072],[-0.126,-0.048],[-0.125,-0.074],[-0.123,-0.096],[-0.268,0],[-0.22,0.05],[-0.343,0],[-0.272,-0.174],[-0.198,-0.095],[-0.12,-0.047],[-0.148,-0.025],[-0.297,0],[0,0],[-0.124,0.026],[-0.148,0.121],[-0.174,0.022],[-0.121,0],[-0.219,0],[0,0],[0,0.148],[0,0.051],[0.513,0],[0.149,-0.025],[0.323,0],[0,0],[0.147,0],[0,0],[0.151,0],[0,0],[0.489,0],[0.124,-0.07],[0.099,-0.048],[0.221,0],[0.198,0.076],[0.269,0.466]],\"o\":[[0,0],[0.145,0.073],[0.126,0.049],[0.145,0.077],[0.124,0.072],[0.196,0.149],[0.247,0],[0.322,-0.077],[0.343,0],[0.169,0.101],[0.122,0.051],[0.148,0.049],[0.27,0.048],[0,0],[0.122,0],[0.193,-0.047],[0.148,-0.122],[0.124,-0.026],[0.199,-0.026],[0,0],[0,-0.144],[0,-0.046],[-0.517,-0.025],[-0.173,0],[-0.293,0.051],[0,0],[-0.146,0],[0,0],[-0.145,0],[0,0],[-0.49,-0.021],[-0.175,0],[-0.099,0.051],[-0.171,0.123],[-0.223,0],[-0.467,-0.222],[0,0]],\"v\":[[252.858,-130.877],[252.858,-129.205],[252.952,-128.909],[253.348,-128.812],[253.741,-128.614],[253.936,-128.221],[254.574,-128.025],[255.214,-128.122],[256.1,-128.419],[256.886,-128.025],[257.28,-127.633],[257.673,-127.535],[258.064,-127.337],[258.853,-127.337],[259.246,-127.337],[259.639,-127.337],[260.033,-127.728],[260.329,-128.122],[260.719,-128.122],[261.308,-128.122],[261.308,-128.909],[261.21,-129.304],[261.287,-129.401],[259.96,-129.497],[259.538,-129.401],[258.728,-129.304],[258.358,-129.304],[257.969,-129.401],[257.475,-129.401],[257.082,-129.328],[257.082,-130.386],[255.831,-130.484],[255.412,-130.386],[255.313,-129.992],[254.723,-129.992],[254.133,-129.992],[253.249,-131.071]],\"c\":true},\"ix\":2},\"nm\":\"Path 43\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":43,\"ty\":\"sh\",\"ix\":44,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-200.847,-130.776],[-202.812,-129.992],[-203.207,-129.007],[-201.832,-127.728],[-200.355,-127.728],[-198.979,-127.14],[-197.801,-127.633],[-197.406,-129.106],[-198.782,-129.893],[-199.57,-130.974]],\"c\":true},\"ix\":2},\"nm\":\"Path 44\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":44,\"ty\":\"sh\",\"ix\":45,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.026,-0.102],[0,0],[0,0],[0,0],[0,0.393],[0.408,0]],\"o\":[[0.097,0.398],[0,0],[0,0],[0,0],[0,-0.29],[-0.142,0]],\"v\":[[-218.445,-130.189],[-219.132,-129.791],[-218.741,-128.713],[-217.462,-128.812],[-216.97,-129.697],[-218.242,-130.333]],\"c\":true},\"ix\":2},\"nm\":\"Path 45\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":45,\"ty\":\"sh\",\"ix\":46,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-206.255,-126.548],[-204.877,-126.548],[-205.464,-127.437]],\"c\":true},\"ix\":2},\"nm\":\"Path 46\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":46,\"ty\":\"sh\",\"ix\":47,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.099,0.389],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.096,-0.397],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-255.999,-126.548],[-255.999,-125.566],[-255.506,-123.797],[-256.099,-121.14],[-258.849,-117.702],[-255.407,-116.718],[-253.542,-114.163],[-251.872,-115.54],[-249.805,-115.54],[-248.526,-116.525],[-248.038,-118.391],[-246.168,-119.566],[-244.892,-120.849],[-241.349,-122.225],[-239.188,-122.914],[-239.386,-124.19],[-242.137,-125.761],[-243.709,-125.96],[-245.578,-125.172],[-247.741,-125.863],[-249.904,-126.649],[-252.556,-126.845]],\"c\":true},\"ix\":2},\"nm\":\"Path 47\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":47,\"ty\":\"sh\",\"ix\":48,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.199],[-0.147,-0.123],[-0.12,-0.027],[-0.296,0],[-0.197,0],[-0.124,0.071],[-0.073,0.124],[0.147,0.028],[0.067,-0.006],[0.062,0.014],[0.344,0]],\"o\":[[0,0.193],[0,0.195],[0.1,0.071],[0.271,0.097],[0.196,0],[0.167,0],[0.122,-0.078],[-0.147,-0.049],[-0.062,-0.012],[-0.069,0.008],[-0.316,-0.072],[0,0]],\"v\":[[241.257,-126.153],[241.155,-125.664],[241.451,-125.27],[241.842,-125.172],[242.629,-124.978],[243.124,-125.075],[243.517,-125.27],[243.615,-125.664],[243.223,-125.863],[243.027,-125.863],[242.824,-125.863],[242.016,-126.153]],\"c\":true},\"ix\":2},\"nm\":\"Path 48\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":48,\"ty\":\"sh\",\"ix\":49,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.049,-0.123],[-0.123,-0.296],[-0.027,-0.149],[0,-0.295],[0,0],[0.149,0.074],[0.148,0.075],[0.124,0.099],[0.172,0.292],[0,0],[0.1,0.146]],\"o\":[[0.053,0.122],[0.147,0.296],[0.049,0.143],[0.046,0.271],[0,0],[-0.096,-0.127],[-0.172,-0.074],[-0.127,-0.073],[-0.245,-0.197],[0,0],[-0.077,-0.171],[0,0]],\"v\":[[232.6,-126.057],[232.702,-125.664],[233.194,-124.876],[233.392,-124.485],[233.392,-123.746],[235.157,-123.746],[234.96,-124.19],[234.472,-124.289],[234.077,-124.485],[233.585,-125.27],[233.392,-125.664],[233.095,-126.057]],\"c\":true},\"ix\":2},\"nm\":\"Path 49\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":49,\"ty\":\"sh\",\"ix\":50,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.394,0],[0,-0.591],[0,0],[0,0],[0,-0.39],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.492,0],[0,0],[0,0]],\"o\":[[-0.393,0],[0,0.593],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-200.061,-125.469],[-200.158,-124.19],[-201.437,-123.207],[-201.437,-120.748],[-200.847,-118.195],[-198.979,-118.491],[-197.702,-119.373],[-197.503,-120.748],[-195.538,-120.358],[-194.36,-121.24],[-193.473,-122.816],[-192.194,-124.19],[-193.965,-124.978],[-195.735,-124.978],[-197.503,-125.566]],\"c\":true},\"ix\":2},\"nm\":\"Path 50\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":50,\"ty\":\"sh\",\"ix\":51,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.395,0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.391,0.492],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,-0.199],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.397],[0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,-0.493],[0,0],[0,0]],\"v\":[[-208.514,-125.172],[-208.71,-124.089],[-209.402,-124.089],[-210.776,-124.585],[-212.254,-124.19],[-211.956,-123.11],[-210.677,-121.929],[-211.17,-120.552],[-212.153,-120.159],[-213.529,-121.24],[-214.709,-121.14],[-214.906,-120.064],[-213.432,-119.177],[-212.35,-118.491],[-210.677,-118.096],[-209.893,-116.525],[-207.629,-115.441],[-206.255,-116.619],[-203.994,-116.718],[-203.11,-118.29],[-203.895,-119.566],[-205.174,-120.748],[-206.548,-121.537],[-204.78,-122.32],[-204.877,-123.207],[-206.255,-124.485],[-206.942,-125.27]],\"c\":true},\"ix\":2},\"nm\":\"Path 51\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":51,\"ty\":\"sh\",\"ix\":52,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.082,0],[0,0],[0.392,-0.196],[0.146,-0.095],[0.147,-0.079],[0.087,0.017],[0.082,-0.024],[0.439,-0.32],[0,0],[-0.291,-0.018],[-0.298,0],[0,0],[-0.197,0],[-0.166,-0.005],[-0.251,0.016],[-0.22,0],[0,0],[-0.174,-0.075],[-0.297,-0.074],[-0.197,0],[0,0],[0,0],[0.124,0.075],[0.124,0.076],[0.173,0.046],[0.072,-0.007],[0.057,0.01],[0.121,0.052],[0.147,0.121],[0.123,0.072],[0.045,0]],\"o\":[[0,0],[-0.471,0],[-0.174,0.075],[-0.126,0.073],[-0.079,0.036],[-0.079,-0.013],[-0.517,0.169],[0,0],[0.296,0.048],[0.296,0.028],[0,0],[0.196,0],[0.215,-0.008],[0.191,0.006],[0.221,0],[0,0],[0.172,0.048],[0.27,0.121],[0.174,0.05],[0,0],[0,0],[-0.1,-0.124],[-0.121,-0.073],[-0.147,-0.073],[-0.064,-0.016],[-0.064,0.005],[-0.122,-0.031],[-0.177,-0.097],[-0.1,-0.074],[-0.041,-0.025],[-0.09,0]],\"v\":[[245.383,-124.386],[244.993,-124.386],[243.813,-124.289],[243.418,-123.994],[243.223,-123.597],[242.972,-123.593],[242.728,-123.597],[241.551,-122.715],[241.155,-122.617],[241.941,-122.522],[242.728,-122.419],[243.124,-122.419],[243.615,-122.522],[244.165,-122.519],[244.793,-122.522],[245.383,-122.617],[245.579,-122.617],[245.973,-122.32],[246.761,-122.027],[247.277,-121.929],[247.936,-121.929],[248.037,-122.715],[247.84,-123.11],[247.447,-123.307],[247.055,-123.597],[246.845,-123.599],[246.66,-123.597],[246.271,-123.7],[245.876,-123.994],[245.777,-124.386],[245.647,-124.42]],\"c\":true},\"ix\":2},\"nm\":\"Path 52\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":52,\"ty\":\"sh\",\"ix\":53,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.391,-0.099],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.395,0.095],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-222.867,-123.406],[-221.198,-122.32],[-219.723,-120.849],[-218.642,-121.636],[-218.249,-123.11],[-219.032,-123.797],[-222.082,-124.289]],\"c\":true},\"ix\":2},\"nm\":\"Path 53\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":53,\"ty\":\"sh\",\"ix\":54,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.588],[0.593,-0.296],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.391],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,-0.292],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.589,0.59],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,-0.098],[0,0],[0,0],[0.393,-0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.59,0.592],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.59],[-0.587,0.291],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.391,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.392,0.297],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.398],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.395,0.099],[0,0],[0,0],[-0.391,0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-184.135,-124.19],[-186.885,-123.893],[-189.345,-121.929],[-190.818,-119.177],[-190.915,-115.736],[-188.656,-115.344],[-187.082,-115.246],[-186.395,-113.968],[-188.165,-114.262],[-190.032,-113.772],[-188.46,-112.196],[-186.298,-112.196],[-185.215,-112.591],[-183.739,-111.605],[-180.99,-110.721],[-182.66,-110.23],[-182.758,-108.853],[-181.58,-107.871],[-183.446,-105.217],[-184.333,-103.349],[-185.708,-101.876],[-186.985,-102.464],[-187.97,-104.727],[-186.985,-106.099],[-189.442,-108.265],[-191.408,-106.594],[-194.161,-109.642],[-195.142,-110.034],[-194.949,-111.605],[-195.341,-113.377],[-196.62,-113.576],[-196.717,-115.05],[-198.782,-116.718],[-201.242,-116.818],[-201.634,-115.833],[-202.715,-115.736],[-203.796,-114.163],[-203.207,-112.884],[-203.503,-111.902],[-201.534,-110.23],[-199.667,-109.148],[-200.257,-107.676],[-202.32,-108.069],[-201.73,-106.397],[-199.96,-106.494],[-197.996,-107.676],[-197.996,-105.903],[-201.437,-104.134],[-201.14,-101.579],[-203.305,-102.954],[-202.715,-104.727],[-204.091,-104.727],[-204.188,-106.397],[-202.909,-106.397],[-203.305,-108.853],[-206.452,-110.326],[-207.14,-108.561],[-208.807,-107.773],[-205.96,-105.903],[-207.336,-104.824],[-207.827,-103.448],[-213.134,-103.252],[-215.79,-104.334],[-217.758,-104.626],[-220.311,-106.099],[-222.082,-105.02],[-224.835,-103.839],[-224.147,-102.169],[-224.54,-99.613],[-226.21,-102.66],[-228.865,-103.839],[-231.816,-103.252],[-238.305,-103.839],[-238.402,-104.727],[-236.139,-105.512],[-239.386,-107.183],[-241.448,-107.083],[-247.249,-108.757],[-248.725,-110.034],[-251.376,-110.326],[-252.95,-110.23],[-253.641,-109.148],[-255.114,-108.853],[-256.589,-111.313],[-257.573,-109.148],[-259.344,-109.443],[-261.014,-112.296],[-262.979,-112.787],[-263.573,-110.92],[-264.846,-109.738],[-266.813,-109.443],[-269.37,-108.561],[-271.924,-107.28],[-269.863,-109.247],[-267.701,-109.835],[-266.125,-110.427],[-265.438,-111.41],[-266.319,-111.605],[-268.975,-110.721],[-271.924,-109.443],[-273.597,-109.346],[-275.171,-109.346],[-278.414,-107.577],[-281.461,-107.871],[-283.918,-109.738],[-288.345,-109.936],[-289.917,-110.92],[-292.176,-111.313],[-294.93,-110.721],[-296.698,-111.705],[-299.551,-111.705],[-302.597,-112.491],[-305.352,-112.491],[-307.516,-112.491],[-308.103,-113.87],[-312.43,-114.066],[-314.199,-113.87],[-313.71,-114.95],[-316.266,-115.05],[-318.523,-113.772],[-322.065,-113.772],[-324.72,-111.803],[-326.785,-111.803],[-328.551,-110.427],[-328.749,-108.658],[-330.913,-107.183],[-334.454,-107.083],[-335.139,-105.119],[-331.108,-103.349],[-329.732,-101.482],[-327.47,-100.598],[-325.997,-98.334],[-328.163,-98.042],[-330.224,-98.43],[-330.421,-100.104],[-332.878,-98.824],[-334.941,-98.629],[-337.4,-96.663],[-336.22,-95.972],[-334.941,-94.993],[-334.156,-92.831],[-327.768,-93.519],[-326.193,-94.5],[-324.521,-94.306],[-324.917,-92.437],[-324.917,-90.276],[-327.177,-90.175],[-329.436,-89.388],[-331.404,-89.584],[-331.992,-87.424],[-334.355,-85.259],[-333.86,-83.783],[-332.781,-83.589],[-332.387,-82.41],[-331.504,-80.542],[-328.845,-79.656],[-327.568,-81.132],[-326.094,-79.165],[-326.389,-76.411],[-325.016,-76.411],[-324.129,-76.903],[-322.065,-77.005],[-320.69,-76.216],[-319.9,-77.593],[-318.622,-76.509],[-317.049,-77.398],[-318.035,-74.939],[-319.706,-73.167],[-322.751,-70.811],[-323.833,-69.433],[-325.801,-69.333],[-327.768,-67.959],[-330.421,-67.366],[-332.682,-65.5],[-331.404,-64.911],[-329.143,-66.583],[-327.668,-66.68],[-325.212,-67.959],[-322.461,-69.137],[-316.854,-71.79],[-316.068,-73.463],[-310.266,-76.707],[-311.742,-78.871],[-308.792,-80.542],[-307.222,-83.194],[-304.667,-83.783],[-303.287,-83.001],[-306.336,-81.82],[-307.12,-80.245],[-306.728,-78.478],[-302.893,-80.346],[-300.141,-80.834],[-300.732,-82.115],[-301.124,-82.899],[-300.24,-83.194],[-297.784,-83.098],[-295.618,-81.621],[-293.358,-80.443],[-290.996,-79.853],[-289.03,-80.346],[-287.36,-79.656],[-285.789,-79.656],[-284.215,-78.379],[-281.758,-77.2],[-280.479,-75.823],[-278.609,-75.33],[-277.626,-75.721],[-276.152,-74.838],[-275.171,-73.463],[-272.907,-72.876],[-273.3,-71.597],[-271.141,-70.708],[-271.534,-69.532],[-270.155,-69.037],[-268.779,-68.841],[-268.68,-67.466],[-267.602,-65.992],[-267.305,-64.319],[-266.716,-62.746],[-264.945,-62.551],[-264.451,-60.683],[-262.586,-58.911],[-262.095,-57.635],[-260.227,-56.651],[-258.359,-55.964],[-256.784,-55.472],[-256.491,-54.488],[-254.524,-53.212],[-253.049,-52.128],[-252.265,-49.772],[-252.265,-47.901],[-253.347,-49.083],[-254.624,-50.657],[-254.919,-51.638],[-256.491,-52.618],[-257.573,-53.016],[-257.771,-54.587],[-259.047,-54.587],[-260.128,-55.375],[-261.112,-55.768],[-262.095,-56.062],[-263.273,-55.868],[-262.293,-54.587],[-261.014,-53.801],[-259.733,-52.72],[-257.081,-50.952],[-256.196,-49.083],[-255.214,-46.72],[-255.31,-44.855],[-255.506,-42.298],[-255.506,-39.447],[-256.394,-38.761],[-256.394,-36.895],[-255.31,-34.925],[-255.702,-33.057],[-255.407,-31.584],[-254.624,-30.305],[-254.723,-28.437],[-253.641,-26.863],[-252.166,-25.586],[-251.279,-22.933],[-250.004,-21.85],[-249.708,-20.474],[-248.526,-18.901],[-246.758,-18.901],[-245.48,-17.823],[-243.515,-16.936],[-242.137,-15.556],[-241.745,-13.886],[-241.055,-12.214],[-240.173,-9.462],[-238.991,-8.285],[-237.518,-6.908],[-237.125,-5.924],[-238.305,-5.039],[-237.518,-3.955],[-236.042,-2.879],[-234.172,-1.698],[-233.093,-0.42],[-233.29,0.665],[-232.897,1.549],[-231.422,2.138],[-230.047,3.318],[-229.062,4.299],[-228.965,5.478],[-228.177,5.088],[-227.981,3.81],[-228.572,2.333],[-229.852,1.744],[-230.047,0.466],[-231.522,-0.613],[-232.111,-2.284],[-232.7,-3.861],[-233.979,-5.039],[-234.371,-6.611],[-235.65,-7.103],[-236.435,-9.07],[-237.909,-10.74],[-238.107,-12.906],[-236.927,-13.001],[-235.255,-12.315],[-234.274,-11.13],[-234.172,-9.265],[-232.405,-6.807],[-230.535,-4.843],[-228.865,-3.465],[-227.686,-2.088],[-227.391,-0.52],[-225.623,0.466],[-224.345,1.939],[-223.36,3.514],[-221.296,5.674],[-220.509,7.546],[-219.429,8.429],[-220.509,9.119],[-220.803,10.296],[-218.544,12.065],[-216.675,13.538],[-214.411,14.23],[-212.055,15.608],[-209.303,16.783],[-206.255,18.259],[-203.796,18.948],[-202.226,18.848],[-201.73,18.06],[-199.96,17.867],[-197.996,18.848],[-195.834,20.517],[-194.656,21.899],[-192.884,21.899],[-192.194,21.899],[-191.212,22.29],[-190.131,23.764],[-187.97,24.453],[-187.87,23.469],[-186.687,24.06],[-185.511,25.732],[-183.347,27.991],[-183.543,29.759],[-182.858,30.547],[-181.969,30.154],[-180.791,30.744],[-179.121,32.318],[-177.35,32.809],[-174.403,34.281],[-172.829,34.973],[-172.926,33.399],[-172.14,32.415],[-169.388,32.611],[-169.09,33.596],[-168.208,33.5],[-167.716,32.221],[-168.7,31.038],[-171.551,31.038],[-173.417,30.939],[-176.17,30.744],[-177.451,29.858],[-179.218,27.991],[-179.121,26.517],[-179.121,24.553],[-178.532,22.094],[-178.532,20.421],[-179.415,19.145],[-181.185,18.259],[-183.839,18.456],[-185.708,18.06],[-187.773,18.848],[-189.148,17.964],[-187.87,16.981],[-187.87,15.211],[-187.379,14.131],[-186.687,12.36],[-186.687,10.392],[-185.511,9.61],[-185.313,8.135],[-186.197,7.546],[-189.148,7.741],[-191.016,8.037],[-191.804,9.411],[-192.588,11.475],[-193.473,13.341],[-195.048,13.538],[-197.307,14.131],[-199.667,14.426],[-200.748,13.049],[-202.715,12.065],[-203.404,10.493],[-204.78,8.429],[-205.566,4.889],[-205.861,2.333],[-204.877,0.37],[-204.386,-1.894],[-205.37,-4.256],[-203.599,-6.513],[-202.126,-6.611],[-200.651,-7.791],[-199.175,-9.17],[-197.111,-8.876],[-195.638,-8.381],[-194.457,-8.876],[-193.473,-7.595],[-191.705,-7.595],[-190.328,-7.696],[-190.624,-8.677],[-190.131,-10.25],[-187.97,-10.35],[-186.493,-10.544],[-183.739,-10.25],[-182.66,-8.876],[-181.775,-8.876],[-181.185,-9.658],[-180.401,-9.856],[-179.121,-8.677],[-177.939,-7.204],[-177.939,-5.531],[-177.255,-4.548],[-176.96,-3.465],[-176.072,-2.679],[-175.584,-1.5],[-174.5,-0.913],[-174.403,0.37],[-173.417,0.665],[-172.829,-0.224],[-172.336,-1.599],[-172.926,-3.268],[-173.516,-5.828],[-174.793,-8.086],[-174.793,-11.034],[-174.11,-13.1],[-173.027,-15.263],[-171.351,-15.953],[-169.388,-17.626],[-167.521,-18.901],[-165.75,-19.586],[-165.455,-20.867],[-164.081,-21.654],[-165.259,-23.817],[-166.144,-24.798],[-165.75,-25.979],[-166.538,-27.061],[-165.16,-27.747],[-163.982,-26.175],[-163.291,-27.747],[-162.508,-29.127],[-161.622,-30.009],[-160.736,-32.958],[-158.081,-32.958],[-156.409,-33.944],[-154.445,-34.141],[-154.936,-35.322],[-155.034,-37.778],[-153.66,-39.647],[-152.085,-39.647],[-151.592,-40.725],[-149.528,-40.629],[-147.662,-41.71],[-146.484,-43.185],[-144.219,-43.381],[-141.762,-42.891],[-142.352,-42.1],[-144.909,-42.1],[-146.286,-41.119],[-146.286,-39.447],[-145.203,-38.956],[-144.023,-39.941],[-143.139,-40.53],[-141.467,-41.022],[-139.697,-41.906],[-137.927,-42.298],[-136.553,-43.971],[-135.174,-45.15],[-134.979,-46.527],[-136.846,-46.034],[-138.125,-43.971],[-140.288,-43.874],[-142.059,-44.759],[-143.924,-46.234],[-144.909,-48.786],[-143.236,-50.067],[-143.337,-52.128],[-145.792,-52.327],[-148.448,-51.542],[-151.396,-49.871],[-154.248,-47.115],[-156.511,-45.542],[-155.624,-47.017],[-154.248,-48.593],[-153.362,-49.379],[-155.624,-49.967],[-152.772,-49.967],[-152.085,-51.344],[-150.512,-52.618],[-148.643,-52.72],[-147.858,-54.295],[-146.286,-54.883],[-143.826,-54.883],[-139.404,-54.979],[-137.141,-54.587],[-135.372,-54.69],[-133.603,-55.964],[-132.029,-57.734],[-129.177,-58.028],[-127.701,-58.614],[-126.917,-59.406],[-127.801,-60.192],[-127.214,-60.977],[-127.115,-62.648],[-129.177,-62.944],[-129.572,-63.926],[-131.833,-63.926],[-133.603,-62.944],[-134.781,-62.159],[-135.763,-62.551],[-135.372,-63.733],[-133.309,-64.418],[-130.85,-65.011],[-129.77,-65.992],[-131.342,-66.091],[-132.913,-66.876],[-134.979,-67.466],[-136.257,-68.646],[-137.732,-69.826],[-138.319,-70.908],[-137.436,-71.105],[-137.141,-71.889],[-138.52,-73.76],[-140.189,-75.823],[-142.547,-79.46],[-143.337,-81.132],[-145.103,-78.967],[-145.103,-77.101],[-146.974,-76.411],[-148.152,-75.134],[-149.921,-75.233],[-150.317,-76.411],[-151.493,-77.295],[-153.265,-76.903],[-152.772,-78.967],[-152.772,-81.718],[-152.871,-83.194],[-155.034,-83.294],[-156.707,-84.375],[-158.278,-85.947],[-161.03,-87.619],[-162.014,-86.833],[-164.374,-86.933],[-165.358,-87.523],[-168.009,-87.523],[-169.09,-86.44],[-168.11,-84.867],[-168.503,-82.806],[-168.208,-81.427],[-167.323,-79.557],[-168.7,-79.557],[-168.6,-77.79],[-169.485,-76.804],[-168.309,-76.017],[-166.538,-74.738],[-166.045,-72.482],[-166.045,-69.925],[-167.323,-68.155],[-169.09,-66.778],[-171.551,-66.484],[-170.175,-64.319],[-170.175,-61.565],[-169.485,-59.996],[-169.878,-58.717],[-170.959,-57.143],[-173.318,-56.85],[-174.699,-59.112],[-176.367,-61.076],[-176.367,-62.746],[-176.858,-65.108],[-176.563,-67.073],[-179.613,-67.466],[-181.872,-67.562],[-183.052,-68.254],[-185.906,-68.94],[-186.985,-70.119],[-189.442,-71.4],[-191.998,-72.775],[-195.341,-71.989],[-196.131,-73.266],[-197.503,-76.216],[-199.175,-77.005],[-200.257,-78.182],[-199.863,-81.82],[-198.192,-84.57],[-196.522,-87.027],[-194.36,-87.913],[-192.685,-89.191],[-193.376,-90.569],[-196.03,-91.158],[-199.08,-92.143],[-195.538,-91.648],[-192.685,-90.962],[-191.408,-91.255],[-191.113,-92.73],[-188.758,-91.944],[-187.379,-92.239],[-187.28,-93.421],[-186.395,-93.911],[-185.906,-95.482],[-187.577,-95.678],[-189.735,-95.877],[-190.525,-96.763],[-192.983,-97.746],[-191.312,-97.648],[-188.656,-96.957],[-186.885,-96.369],[-185.116,-96.957],[-183.936,-98.43],[-185.215,-99.613],[-183.446,-99.613],[-182.362,-98.533],[-183.248,-97.352],[-184.037,-95.191],[-184.037,-92.534],[-185.807,-91.944],[-185.313,-90.766],[-183.446,-90.667],[-183.446,-89.584],[-180.99,-89.783],[-180.3,-91.158],[-177.939,-91.059],[-176.664,-90.862],[-175.385,-90.276],[-173.516,-90.276],[-173.318,-91.751],[-175.187,-92.143],[-176.072,-94.01],[-178.331,-94.203],[-180.104,-95.678],[-181.775,-96.074],[-181.775,-97.152],[-180.202,-96.862],[-179.513,-97.648],[-179.71,-98.533],[-177.843,-98.533],[-177.154,-99.811],[-175.385,-101.088],[-174.793,-102.169],[-175.779,-103.349],[-176.664,-105.316],[-174.99,-105.609],[-174.5,-107.083],[-175.779,-108.561],[-177.547,-109.346],[-179.809,-110.525],[-177.255,-110.525],[-176.96,-111.313],[-175.09,-111.117],[-173.614,-110.23],[-171.551,-110.326],[-169.683,-110.721],[-171.256,-112.196],[-170.175,-112.491],[-168.503,-110.82],[-166.637,-110.623],[-165.848,-109.052],[-164.471,-108.757],[-163.686,-107.577],[-162.212,-106.987],[-161.423,-105.512],[-159.755,-104.923],[-158.377,-103.448],[-158.081,-101.676],[-160.049,-99.811],[-161.718,-97.945],[-160.836,-96.174],[-163.786,-95.779],[-165.358,-96.174],[-167.028,-96.174],[-169.09,-94.7],[-169.09,-93.126],[-166.637,-92.73],[-164.668,-92.831],[-164.176,-93.715],[-163.291,-94.203],[-162.014,-93.911],[-159.656,-93.225],[-157.393,-91.059],[-156.903,-89.881],[-155.525,-88.409],[-153.558,-88.409],[-151.493,-86.44],[-148.448,-86.34],[-146.484,-85.459],[-146.286,-86.636],[-149.528,-89.094],[-150.905,-90.175],[-151.592,-91.356],[-149.431,-90.276],[-145.792,-88.409],[-143.924,-87.325],[-143.924,-89.094],[-142.844,-90.667],[-144.615,-91.648],[-145.007,-94.108],[-147.463,-94.993],[-150.414,-98.141],[-149.431,-99.025],[-148.448,-99.811],[-144.516,-96.862],[-143.139,-94.993],[-141.467,-94.7],[-140.974,-96.862],[-138.913,-97.648],[-138.617,-98.533],[-137.238,-98.533],[-136.65,-99.515],[-136.749,-100.993],[-139.501,-100.993],[-139.501,-101.778],[-141.171,-103.057],[-142.352,-103.252],[-144.122,-104.035],[-145.497,-104.035],[-145.893,-105.119],[-146.383,-106.099],[-148.743,-106.099],[-149.727,-106.201],[-149.727,-107.871],[-148.055,-107.871],[-147.17,-108.658],[-149.431,-109.247],[-149.137,-109.936],[-148.055,-110.131],[-149.333,-111.313],[-151.101,-111.803],[-150.414,-112.884],[-152.283,-113.67],[-154.346,-113.576],[-154.641,-114.458],[-156.313,-114.554],[-156.999,-114.752],[-155.624,-115.639],[-157.491,-116.226],[-159.853,-115.639],[-161.423,-117.212],[-161.622,-118.096],[-163.095,-118.195],[-163.192,-119.274],[-165.554,-120.064],[-168.6,-120.064],[-168.995,-119.177],[-170.565,-118.978],[-172.04,-119.274],[-172.534,-118.195],[-174.009,-118.096],[-174.11,-119.472],[-173.221,-120.748],[-174.699,-122.522],[-175.385,-124.089],[-178.137,-124.089],[-179.415,-122.914],[-181.285,-122.816],[-182.564,-122.027],[-182.858,-120.455],[-181.676,-118.784],[-182.463,-117.702],[-180.888,-115.639],[-182.167,-115.441],[-183.936,-117.212],[-184.525,-119.566],[-184.724,-121.14],[-183.446,-122.816],[-181.58,-124.19]],\"c\":true},\"ix\":2},\"nm\":\"Path 54\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":54,\"ty\":\"sh\",\"ix\":55,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-225.131,-123.893],[-225.817,-123.207],[-224.44,-123.01],[-223.951,-123.994]],\"c\":true},\"ix\":2},\"nm\":\"Path 55\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":55,\"ty\":\"sh\",\"ix\":56,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-173.318,-123.893],[-172.926,-122.127],[-172.336,-120.748],[-168.404,-120.552],[-167.028,-121.537],[-164.668,-122.127],[-167.028,-123.7],[-170.764,-123.893]],\"c\":true},\"ix\":2},\"nm\":\"Path 56\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":56,\"ty\":\"sh\",\"ix\":57,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.269,-0.167],[0.147,-0.118],[0.273,-0.269],[-0.218,0],[-0.194,0.028],[-0.123,0.028],[-0.146,0.027],[-0.125,-0.007],[-0.151,0.014],[0,0],[-0.171,0.073],[0.051,0.103],[0.126,0.098],[0.149,0.05],[0.122,0.024],[0.152,0]],\"o\":[[-0.174,0.098],[-0.298,0.249],[0.174,0.1],[0.222,0],[0.121,0],[0.149,-0.019],[0.131,-0.012],[0.128,0.006],[0,0],[0.171,-0.025],[-0.024,-0.122],[-0.095,-0.145],[-0.12,-0.096],[-0.121,-0.047],[-0.123,-0.024],[-0.34,0]],\"v\":[[110.111,-122.914],[109.715,-122.522],[108.927,-121.832],[109.418,-121.537],[110.009,-121.636],[110.404,-121.636],[110.796,-121.832],[111.171,-121.831],[111.582,-121.832],[111.977,-121.832],[112.368,-122.127],[112.368,-122.522],[112.072,-122.914],[111.68,-123.11],[111.287,-123.207],[110.892,-123.307]],\"c\":true},\"ix\":2},\"nm\":\"Path 57\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":57,\"ty\":\"sh\",\"ix\":58,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.389,-0.096],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-239.188,-122.522],[-240.369,-121.537],[-241.549,-121.045],[-243.122,-120.652],[-244.497,-119.766],[-244.203,-118.391],[-245.875,-117.408],[-245.774,-116.619],[-244.596,-116.619],[-243.808,-115.833],[-242.335,-116.325],[-240.467,-116.525],[-239.287,-115.639],[-241.155,-115.144],[-242.826,-114.752],[-243.612,-113.968],[-241.448,-113.081],[-239.287,-113.081],[-236.927,-113.277],[-234.862,-113.277],[-233.193,-112.591],[-233.389,-111.605],[-236.828,-111.705],[-239.975,-111.705],[-242.234,-110.721],[-240.86,-108.757],[-238.402,-108.658],[-236.338,-108.658],[-235.255,-106.79],[-233.882,-106.002],[-231.227,-106.002],[-228.768,-106.099],[-227.096,-106.987],[-225.328,-107.479],[-223.556,-108.462],[-222.575,-109.052],[-221.787,-108.361],[-220.706,-108.561],[-217.952,-107.183],[-216.083,-107.083],[-214.411,-107.28],[-213.728,-108.561],[-215.102,-109.642],[-214.019,-109.738],[-212.35,-110.034],[-211.956,-110.92],[-213.529,-111.902],[-216.774,-112.984],[-218.445,-114.655],[-218.15,-116.325],[-219.626,-117.408],[-219.92,-119.669],[-221.099,-121.14],[-223.26,-122.027],[-225.131,-122.027],[-225.131,-120.358],[-224.736,-119.177],[-223.85,-117.604],[-224.44,-116.917],[-225.228,-117.015],[-226.017,-117.702],[-226.21,-118.881],[-226.703,-119.867],[-228.177,-121.437],[-229.65,-121.537],[-229.257,-120.455],[-228.669,-119.566],[-230.339,-119.566],[-230.438,-118.784],[-231.816,-118.585],[-231.522,-119.472],[-231.126,-120.552],[-232.305,-120.652],[-233.78,-121.14],[-235.255,-121.045],[-235.452,-119.963],[-236.631,-120.159],[-236.338,-120.849],[-236.631,-122.225],[-237.419,-122.522]],\"c\":true},\"ix\":2},\"nm\":\"Path 58\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":58,\"ty\":\"sh\",\"ix\":59,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.018],[0.149,-0.098],[0.122,-0.051],[0.12,0],[0.194,0],[0.292,-0.025],[0.148,-0.07],[0,-0.49],[-0.195,-0.048],[-0.121,0],[-0.394,0],[-0.541,0.076],[-0.294,0.097],[-0.147,0.027],[-0.343,0],[0,0],[-0.146,0],[0,0],[-0.146,0],[0,0],[0.12,0.073],[0.171,0.078],[0.273,-0.014],[0.145,0.007],[0.123,0],[0.08,-0.006],[0.094,0.011],[0.148,0.048],[0.194,0.023],[0.175,0],[0.094,0]],\"o\":[[-0.169,0.07],[-0.097,0.074],[-0.124,0.052],[-0.171,0.023],[-0.294,0],[-0.172,0],[-0.442,0.224],[0.099,0.173],[0.122,0.027],[0.369,0.051],[0.564,0],[0.295,-0.023],[0.148,-0.05],[0.32,-0.074],[0,0],[0.15,0],[0,0],[0.148,0],[0,0],[-0.074,-0.122],[-0.15,-0.097],[-0.273,-0.133],[-0.123,0.007],[-0.147,0],[-0.09,-0.013],[-0.074,0.006],[-0.172,-0.027],[-0.196,-0.077],[-0.149,-0.026],[-0.113,0],[-0.046,0]],\"v\":[[317.051,-116.421],[316.658,-116.128],[316.561,-115.736],[316.168,-115.736],[315.676,-115.736],[314.892,-115.736],[314.496,-115.54],[314.103,-114.36],[314.397,-113.87],[314.792,-113.87],[315.822,-113.87],[317.249,-113.87],[318.037,-114.163],[318.428,-114.36],[319.288,-114.36],[320.098,-114.36],[320.493,-114.262],[320.986,-114.262],[321.378,-114.333],[321.378,-114.95],[321.184,-115.344],[320.79,-115.639],[320.009,-115.742],[319.61,-115.736],[319.215,-115.833],[318.969,-115.834],[318.723,-115.833],[318.329,-116.029],[317.939,-116.421],[317.493,-116.421],[317.193,-116.444]],\"c\":true},\"ix\":2},\"nm\":\"Path 59\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":59,\"ty\":\"sh\",\"ix\":60,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.195],[-0.028,-0.147],[0,0],[0,0],[-0.121,0.097],[-0.198,0.096],[-0.038,-0.006],[-0.022,0.012],[-0.225,0.097],[-0.075,0.099],[-0.096,0.143],[-0.021,0.127],[0.118,0.049],[0.101,0.072],[0.071,0.124],[0.025,0.149]],\"o\":[[0,0.197],[0,0.174],[0,0],[0,0],[0.174,0],[0.177,-0.149],[0.025,-0.013],[0.036,0.005],[0.196,-0.1],[0.12,-0.052],[0.1,-0.148],[0.078,-0.098],[-0.118,-0.02],[-0.124,-0.048],[-0.124,-0.101],[-0.074,-0.121],[0,0]],\"v\":[[68.818,-109.148],[68.72,-108.658],[68.918,-108.265],[68.918,-106.397],[70.07,-106.397],[70.487,-106.494],[70.784,-107.083],[70.885,-107.083],[70.98,-107.083],[71.572,-107.28],[71.962,-107.379],[72.257,-107.773],[72.257,-108.168],[71.868,-108.265],[71.471,-108.361],[71.276,-108.757],[71.276,-109.148]],\"c\":true},\"ix\":2},\"nm\":\"Path 60\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":60,\"ty\":\"sh\",\"ix\":61,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-223.85,-106.594],[-226.406,-105.316],[-224.44,-104.923],[-222.867,-105.709],[-221.296,-106.002],[-221.198,-107.28]],\"c\":true},\"ix\":2},\"nm\":\"Path 61\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":61,\"ty\":\"sh\",\"ix\":62,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-166.538,-104.824],[-168.11,-103.148],[-167.224,-101.876],[-165.554,-101.676],[-163.786,-102.071],[-162.898,-103.448],[-163.686,-104.923]],\"c\":true},\"ix\":2},\"nm\":\"Path 62\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":62,\"ty\":\"sh\",\"ix\":63,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.49,0],[0.393,-0.049],[0.248,-0.049],[0.193,-0.196],[0,-0.394],[0,-0.392],[-0.128,-0.013],[-0.125,0.026],[-0.345,0],[-0.244,-0.048],[-0.199,-0.151],[-0.198,-0.241],[-0.099,-0.345],[0.293,0],[0.938,-0.052],[0.291,-0.051],[0,0],[-0.298,0],[0,0],[-0.048,0],[0,0],[0,0],[0,0],[-0.296,0],[-0.591,0],[0,0],[-0.243,-0.101],[-0.297,-0.196],[-0.297,-0.101],[-0.447,0],[-0.389,0.048],[-0.292,0.196],[-0.347,0.244],[-0.343,0.147],[-0.135,-0.025],[-0.121,0.048],[-0.341,0.149],[-0.587,0.096],[-1.13,0],[0,0],[0.295,0.146],[0,0],[0.145,-0.022],[0.129,0.022],[0,0.241],[0,0.346],[0,0.39],[0,0],[0.298,-0.097],[0.345,-0.145],[0.393,0],[0.2,0],[0.297,0],[0.589,0],[0.54,-0.102],[0.785,0],[0,0],[0,0],[0,0],[0.147,0.343]],\"o\":[[0,0],[-0.441,-0.145],[-0.441,0],[-0.244,0],[-0.296,0.098],[-0.247,0.248],[0,0.389],[0.143,-0.023],[0.132,0.011],[0.295,-0.047],[0.293,0],[0.248,0.048],[0.242,0.193],[0.196,0.249],[-0.295,-0.051],[-0.936,-0.052],[-0.296,0],[0,0],[0.291,-0.048],[0,0],[0.101,0],[0,0],[0,0],[0,0],[0.293,0],[0.586,-0.053],[0,0],[0.248,0],[0.344,0.145],[0.246,0.149],[0.392,0.145],[0.442,0],[0.349,-0.051],[0.344,-0.247],[0.294,-0.201],[0.122,-0.049],[0.135,0.024],[0.396,-0.149],[0.544,-0.294],[1.083,-0.147],[0,0],[-0.199,-0.243],[0,0],[-0.137,-0.055],[-0.116,0.017],[0.049,-0.294],[0.049,-0.297],[0,-0.394],[0,0],[-0.345,0],[-0.341,0.148],[-0.339,0.151],[-0.194,0],[-0.296,0],[-0.587,-0.052],[-0.587,0],[-0.738,0.146],[0,0],[0,0],[0,0],[-0.053,-0.345],[0,0]],\"v\":[[-63.41,-98.923],[-63.41,-98.141],[-64.589,-98.533],[-65.771,-98.334],[-66.556,-98.334],[-67.34,-97.945],[-67.928,-97.152],[-67.734,-96.174],[-67.331,-96.172],[-66.948,-96.174],[-66.161,-96.566],[-65.378,-96.566],[-64.783,-95.972],[-64,-95.585],[-64,-94.597],[-64.783,-94.795],[-67.147,-94.795],[-67.928,-94.597],[-67.734,-93.421],[-66.948,-93.615],[-65.378,-93.615],[-65.18,-93.421],[-65.18,-91.849],[-64.783,-91.059],[-64,-91.059],[-63.212,-91.255],[-61.638,-91.255],[-60.855,-91.255],[-60.068,-91.255],[-59.477,-90.471],[-58.689,-90.074],[-57.509,-90.074],[-56.335,-90.074],[-55.546,-90.667],[-54.956,-91.648],[-54.169,-92.239],[-53.775,-92.239],[-53.384,-92.239],[-52.598,-93.027],[-51.025,-93.615],[-48.073,-93.615],[-48.073,-95.191],[-48.469,-95.972],[-49.253,-96.369],[-49.671,-96.381],[-50.038,-96.369],[-50.038,-97.152],[-49.648,-97.892],[-49.84,-98.923],[-51.758,-98.923],[-52.598,-98.727],[-53.384,-98.141],[-54.365,-97.697],[-54.758,-97.352],[-55.546,-97.546],[-57.118,-97.746],[-58.689,-97.546],[-60.509,-96.763],[-62.031,-96.763],[-62.031,-97.546],[-62.031,-98.334],[-62.626,-99.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 63\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":63,\"ty\":\"sh\",\"ix\":64,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.026,-0.008],[-0.03,0.001],[0.012,0]],\"o\":[[0.031,-0.001],[-0.003,-0.01],[-0.017,0]],\"v\":[[52.898,-96.376],[52.991,-96.378],[52.967,-96.392]],\"c\":true},\"ix\":2},\"nm\":\"Path 64\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":64,\"ty\":\"sh\",\"ix\":65,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.036,-0.004],[-0.043,0.014],[-0.002,0.001]],\"o\":[[0.013,0.024],[0.002,-0.001],[-0.034,0.002]],\"v\":[[52.793,-96.369],[52.893,-96.374],[52.898,-96.376]],\"c\":true},\"ix\":2},\"nm\":\"Path 65\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":65,\"ty\":\"sh\",\"ix\":66,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.566,-0.123],[-0.171,-0.023],[-0.145,0.011],[-0.12,-0.009],[-0.119,-0.047],[-0.168,-0.076],[-0.345,0],[0,0],[-0.246,0],[-0.345,-0.149],[-0.273,0],[-0.218,0.028],[0,0],[0.121,0.025],[0.147,0.048],[0.125,0.025],[0.319,0.051],[0.271,0.047],[0.15,0.025],[0.151,0.025],[0.225,0]],\"o\":[[0.148,0.098],[0.154,0.028],[0.113,-0.008],[0.122,0],[0.173,0.05],[0.298,0.12],[0,0],[0.245,0],[0.394,0],[0.248,0.097],[0.221,0],[0,0],[-0.121,-0.023],[-0.147,-0.048],[-0.126,-0.027],[-0.318,-0.074],[-0.269,-0.051],[-0.145,-0.024],[-0.124,0],[-0.219,-0.024],[-0.588,0]],\"v\":[[331.699,-90.471],[331.798,-89.783],[332.241,-89.776],[332.587,-89.783],[332.978,-89.783],[333.271,-89.388],[334.158,-89.29],[334.65,-89.29],[335.238,-89.488],[336.222,-89.191],[336.837,-88.898],[337.4,-88.998],[337.4,-89.783],[337.009,-89.881],[336.616,-90.074],[336.222,-90.175],[335.337,-90.373],[334.551,-90.471],[334.158,-90.667],[333.762,-90.667],[333.175,-90.766]],\"c\":true},\"ix\":2},\"nm\":\"Path 66\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":66,\"ty\":\"sh\",\"ix\":67,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.346,-0.148],[0.245,-0.097],[0.639,-0.348],[-0.44,0],[-0.639,0.445],[-0.196,0.246],[0,0]],\"o\":[[-0.246,0.096],[-0.689,0.296],[0.345,0.192],[0.839,0],[0.297,-0.196],[0,0],[-0.295,0.149]],\"v\":[[-177.057,-87.913],[-177.843,-87.72],[-179.613,-86.731],[-178.631,-86.144],[-176.664,-86.933],[-176.072,-87.72],[-176.268,-88.503]],\"c\":true},\"ix\":2},\"nm\":\"Path 67\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":67,\"ty\":\"sh\",\"ix\":68,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.046,0.542],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[-0.048,-0.541],[0,0],[0,0]],\"v\":[[-173.516,-86.539],[-172.926,-84.57],[-170.959,-84.57],[-170.175,-84.965],[-170.175,-85.751],[-170.367,-87.129],[-171.944,-87.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 68\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":68,\"ty\":\"sh\",\"ix\":69,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-335.828,-81.328],[-336.516,-80.834],[-336.22,-79.656],[-334.549,-79.557],[-333.763,-79.954],[-334.355,-81.328]],\"c\":true},\"ix\":2},\"nm\":\"Path 69\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":69,\"ty\":\"sh\",\"ix\":70,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.223,-0.025],[0.244,-0.127],[0,-0.343],[0,0],[-0.149,0],[-0.346,0],[-0.148,0.049],[-0.148,0.1],[-0.076,0.098],[-0.025,0.291],[0.168,0]],\"o\":[[-0.222,0],[-0.293,0.024],[-0.297,0.146],[0,0],[0.149,0],[0.343,0],[0.171,0],[0.171,-0.077],[0.099,-0.051],[0.173,-0.221],[-0.148,-0.051],[0,0]],\"v\":[[287.068,-77.69],[286.475,-77.593],[285.693,-77.491],[285.102,-76.831],[285.102,-76.067],[285.496,-76.017],[286.355,-76.067],[286.772,-76.313],[287.168,-76.609],[287.561,-76.707],[287.657,-77.491],[287.267,-77.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 70\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":70,\"ty\":\"sh\",\"ix\":71,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.164,0],[0,0],[0.146,0],[0.617,0.072],[0.027,-0.291],[0.052,-0.122],[0,-0.222],[0,-0.072],[0,-0.295],[0,-0.148],[0.347,0],[0.149,0.072],[0.244,0],[0.099,-0.197],[0,-0.146],[-0.171,-0.219],[-0.151,-0.079],[-0.267,-0.048],[0.029,-0.147],[0,0],[0,-0.15],[0,-0.175],[0.095,-0.123],[0.125,-0.049],[0.123,-0.05],[0,-0.222],[-0.022,-0.224],[0,0],[-0.169,0],[-0.098,-0.049],[-0.075,-0.121],[-0.099,-0.145],[0,0],[-0.027,0.145],[-0.046,0.146],[0,0],[0,-0.149],[0,-0.367],[0.049,-0.098],[0.122,-0.072],[0.147,-0.049],[-0.027,-0.122],[-0.071,-0.17],[0,0],[0,0],[-0.074,-0.124],[-0.073,-0.148],[0,-0.196],[0,-0.247],[-0.172,-0.175],[-0.295,-0.147],[0,0],[0,-0.32],[0.099,-0.125],[0.218,0],[0.197,0.02],[0.172,0.05],[0.22,0],[0,0],[0.099,-0.047],[0.12,-0.125],[0.098,-0.05],[0.079,0.01],[0.054,-0.011],[0.147,0],[0,0],[-0.196,0],[-0.393,0],[-0.223,-0.026],[0.046,-0.126],[0.073,-0.096],[0.085,0.021],[0.044,-0.022],[0.147,-0.097],[0.12,-0.074],[0.187,0.004],[0.088,-0.007],[0,0],[-0.027,-0.122],[-0.046,-0.146],[-0.061,-0.006],[-0.073,0.011],[-0.146,0.05],[-0.25,0],[-0.392,-0.098],[-0.148,0],[-0.112,0.009],[-0.154,-0.027],[-0.124,-0.025],[-0.101,-0.098],[0.174,-0.079],[0.123,-0.025],[0.346,-0.027],[0.124,-0.027],[0.145,-0.075],[0.146,-0.073],[0.075,0.01],[0.056,-0.01],[0.268,-0.047],[0.073,-0.269],[0.047,-0.1],[0.125,-0.072],[0.172,-0.072],[0.122,-0.049],[-0.196,0],[-0.147,0],[-0.127,0.022],[-0.125,0.051],[0,0],[-0.171,0],[-0.148,0],[-0.169,0],[0,0],[-0.076,0.418],[-0.296,0],[-0.151,0],[-0.174,0],[-0.296,0.024],[-0.126,0.048],[-0.146,0.103],[-0.198,0],[-0.196,-0.052],[-0.44,0],[0,0],[-0.149,0],[-0.12,-0.006],[-0.15,0.013],[-0.124,0.051],[-0.15,0.1],[-0.143,0.078],[-0.074,-0.011],[-0.057,0.013],[-0.144,0],[-0.148,0.048],[0,0],[0.075,0.154],[0,0.243],[0,0],[-0.098,0.073],[-0.124,0.048],[-0.067,-0.014],[-0.051,0.038],[-0.052,0.121],[-0.021,0.124],[0,0],[0,0],[0.124,0.147],[0.073,0.199],[0.073,0.096],[0.128,0.099],[0.147,0.097],[0,0],[0.052,-0.097],[0.097,-0.149],[0.1,-0.121],[0.075,0.096],[0.072,0.172],[0,0.146],[0.022,0.296],[0.025,0.221],[0,0],[0.077,0.391],[0.052,0.121],[0.294,0.197],[0.067,-0.018],[0.062,0.04],[0.118,0.098],[0.046,0.098],[0.046,0.125],[0.094,0.148],[0.073,0.172],[0.051,0.118],[0.07,0.172],[0.075,0.123],[0.201,0.097],[0.173,0],[0.121,-0.006],[0.149,0.013],[0.246,0.096],[0.147,0.122],[-0.079,0.124],[-0.124,0.145],[-0.118,0.072],[-0.08,-0.015],[-0.051,0.01],[-0.149,0.024],[0,0],[-0.05,0.125],[-0.102,0.147],[-0.123,0.097],[0,0.172],[0,0],[0,0],[-0.072,0.121],[-0.071,0.169],[-0.02,0.124],[-0.049,0.123],[-0.099,0.122],[-0.125,0.1],[-0.126,0.074],[0.195,0.072],[0.064,0]],\"o\":[[0,0],[-0.149,0],[-0.612,0.053],[0,0.297],[0,0.147],[-0.095,0.199],[0,0.075],[-0.024,0.293],[0,0.147],[-0.341,0.021],[-0.168,0],[-0.197,-0.099],[-0.248,0],[-0.048,0.12],[0,0.298],[0.099,0.12],[0.243,0.123],[-0.047,0.149],[0,0],[0,0.148],[0,0.171],[0,0.169],[-0.074,0.097],[-0.125,0.048],[-0.198,0.078],[0,0.22],[0,0],[0.146,-0.026],[0.149,0],[0.099,0.047],[0.099,0.15],[0,0],[0.02,-0.145],[0.02,-0.171],[0,0],[0,0.147],[0.022,0.368],[0,0.147],[-0.053,0.098],[-0.124,0.074],[0.02,0.124],[0.047,0.176],[0,0],[0,0],[0.123,0.099],[0.073,0.125],[0.073,0.173],[0,0.247],[0,0.244],[0.218,0.221],[0,0],[0.124,0.292],[0,0.196],[-0.122,0.147],[-0.224,0],[-0.169,-0.028],[-0.193,-0.047],[0,0],[-0.124,0],[-0.149,0.1],[-0.098,0.099],[-0.054,0.027],[-0.064,-0.009],[-0.124,0.023],[0,0],[0.178,0.048],[0.397,0],[0.222,0],[0,0.145],[-0.049,0.12],[-0.042,0.054],[-0.069,-0.017],[-0.145,0.097],[-0.125,0.077],[-0.172,0.102],[-0.082,-0.001],[0,0],[0.029,0.121],[0.047,0.148],[0.076,-0.012],[0.061,0.006],[0.171,-0.025],[0.223,-0.072],[0.415,0],[0.123,0.023],[0.13,0.011],[0.142,-0.01],[0.119,0],[0.147,0.023],[-0.147,0.12],[-0.121,0.044],[-0.32,0.099],[-0.147,0],[-0.147,0.048],[-0.151,0.072],[-0.069,0.026],[-0.06,-0.008],[-0.269,0.073],[0,0.299],[-0.027,0.124],[-0.077,0.124],[-0.147,0.099],[-0.124,0.052],[0.174,0.051],[0.147,0],[0.148,0],[0.119,-0.028],[0,0],[0.147,-0.073],[0.152,0],[0.168,0],[0,0],[0,-0.419],[0.294,0.026],[0.151,0],[0.171,0],[0.294,0],[0.147,0],[0.168,-0.075],[0.147,-0.1],[0.222,0],[0.416,0.148],[0,0],[0.147,0],[0.146,-0.011],[0.124,0.007],[0.147,0],[0.169,-0.075],[0.121,-0.073],[0.066,-0.026],[0.061,0.009],[0.125,-0.02],[0.174,0],[0,0],[-0.098,-0.144],[-0.097,-0.192],[0,0],[0,-0.148],[0.101,-0.076],[0.057,-0.024],[0.075,0.016],[0.103,-0.078],[0.045,-0.126],[0,0],[0,0],[-0.148,-0.101],[-0.117,-0.149],[-0.053,-0.119],[-0.074,-0.124],[-0.123,-0.097],[0,0],[-0.021,0.148],[-0.098,0.146],[-0.098,0.146],[-0.12,-0.048],[-0.099,-0.148],[-0.05,-0.122],[-0.029,-0.295],[0,-0.224],[0,0],[0.047,-0.419],[0,-0.121],[-0.122,-0.32],[-0.062,-0.033],[-0.068,0.019],[-0.146,-0.069],[-0.102,-0.071],[-0.049,-0.098],[-0.074,-0.17],[-0.124,-0.169],[-0.049,-0.122],[-0.074,-0.172],[-0.078,-0.149],[-0.099,-0.169],[-0.145,-0.072],[-0.146,-0.01],[-0.124,0.006],[-0.296,-0.023],[-0.174,-0.077],[0.073,-0.127],[0.095,-0.152],[0.075,-0.097],[0.073,-0.042],[0.056,0.011],[0.121,-0.024],[0,0],[0,-0.122],[0.073,-0.17],[0.095,-0.124],[0.123,-0.1],[0,0],[0,0],[0.071,-0.121],[0.097,-0.147],[0.049,-0.124],[0.026,-0.125],[0.075,-0.172],[0.099,-0.122],[0.119,-0.094],[-0.15,-0.148],[-0.075,-0.024],[-0.127,0]],\"v\":[[-29.025,-76.216],[-29.589,-76.216],[-29.984,-76.12],[-31.559,-76.192],[-31.559,-75.43],[-31.656,-75.037],[-32.001,-74.545],[-32.049,-74.349],[-31.951,-73.56],[-32.001,-73.167],[-32.91,-73.069],[-33.328,-73.167],[-33.818,-73.56],[-34.409,-73.266],[-34.409,-72.876],[-34.31,-72.088],[-33.915,-71.889],[-33.132,-71.694],[-33.328,-71.301],[-33.328,-70.908],[-33.423,-70.513],[-33.229,-70.119],[-33.423,-69.727],[-33.818,-69.63],[-34.211,-69.532],[-34.603,-69.137],[-34.508,-68.545],[-33.72,-68.545],[-33.328,-68.745],[-32.934,-68.646],[-32.934,-68.254],[-32.538,-67.959],[-31.751,-67.959],[-31.751,-68.352],[-31.559,-68.745],[-31.163,-68.449],[-31.259,-68.058],[-30.867,-67.173],[-30.965,-66.778],[-31.359,-66.68],[-31.751,-66.484],[-31.751,-66.091],[-31.46,-65.698],[-29.493,-65.698],[-29.294,-66.091],[-28.902,-65.895],[-28.706,-65.5],[-28.409,-65.108],[-28.607,-64.515],[-28.409,-63.926],[-27.625,-63.535],[-27.823,-62.746],[-27.529,-61.959],[-27.823,-61.565],[-28.409,-61.565],[-29.003,-61.565],[-29.396,-61.863],[-29.984,-61.863],[-30.18,-61.863],[-30.573,-61.863],[-30.867,-61.468],[-30.965,-61.076],[-31.176,-61.07],[-31.359,-61.076],[-31.751,-61.076],[-31.855,-60.683],[-31.46,-60.386],[-30.452,-60.587],[-29.884,-60.485],[-29.884,-60.091],[-29.984,-59.7],[-30.197,-59.688],[-30.379,-59.7],[-30.77,-59.406],[-30.965,-59.011],[-31.497,-58.915],[-31.751,-58.911],[-31.855,-58.518],[-31.751,-58.129],[-31.559,-57.734],[-31.359,-57.734],[-31.163,-57.734],[-30.77,-57.93],[-30.18,-58.129],[-29.197,-57.734],[-28.805,-57.734],[-28.448,-57.741],[-28.016,-57.734],[-27.625,-57.734],[-27.428,-57.34],[-27.724,-56.943],[-28.116,-56.85],[-29.003,-56.751],[-29.396,-56.751],[-29.783,-56.554],[-29.984,-56.161],[-30.203,-56.155],[-30.379,-56.161],[-31.163,-55.964],[-31.163,-55.179],[-31.259,-54.783],[-31.656,-54.587],[-32.049,-54.295],[-32.443,-54.194],[-32.049,-53.898],[-31.656,-53.998],[-31.259,-54.094],[-30.867,-54.194],[-30.474,-54.393],[-30.281,-54.783],[-29.884,-54.69],[-29.469,-54.488],[-28.31,-54.488],[-28.214,-55.547],[-27.428,-55.472],[-27.059,-55.572],[-26.641,-55.472],[-25.855,-55.472],[-25.46,-55.472],[-25.069,-55.768],[-24.773,-56.161],[-24.182,-56.062],[-23.202,-55.472],[-23.003,-55.472],[-22.611,-55.572],[-22.223,-55.572],[-21.824,-55.572],[-21.43,-55.572],[-21.038,-55.868],[-20.841,-56.262],[-20.628,-56.266],[-20.448,-56.262],[-20.057,-56.262],[-19.66,-56.457],[-19.562,-56.85],[-19.859,-57.246],[-20.155,-57.832],[-20.155,-58.028],[-20.057,-58.421],[-19.66,-58.518],[-19.467,-58.513],[-19.27,-58.518],[-19.167,-58.911],[-19.073,-59.307],[-18.285,-59.307],[-18.285,-60.091],[-18.68,-60.386],[-18.973,-60.882],[-18.973,-61.272],[-19.366,-61.468],[-19.76,-61.763],[-20.155,-61.666],[-20.057,-61.272],[-20.448,-60.977],[-20.743,-60.587],[-21.137,-60.683],[-21.43,-61.076],[-21.43,-61.468],[-21.43,-62.255],[-21.529,-62.845],[-22.708,-62.845],[-22.611,-63.926],[-22.611,-64.319],[-23.297,-65.011],[-23.492,-65.009],[-23.693,-65.011],[-23.884,-65.402],[-24.281,-65.5],[-24.281,-65.895],[-24.576,-66.288],[-25.069,-66.583],[-25.069,-66.974],[-25.361,-67.366],[-25.56,-67.763],[-25.956,-68.155],[-26.348,-68.352],[-26.736,-68.351],[-27.132,-68.352],[-27.921,-68.545],[-28.214,-68.94],[-28.016,-69.333],[-27.625,-69.63],[-27.529,-70.022],[-27.294,-70.034],[-27.132,-70.022],[-26.738,-70.119],[-26.738,-70.513],[-26.738,-70.908],[-26.443,-71.301],[-26.051,-71.497],[-25.855,-71.866],[-25.855,-73.463],[-29.688,-73.463],[-29.493,-73.855],[-29.1,-74.152],[-29.1,-74.545],[-29.1,-74.939],[-28.706,-75.233],[-28.409,-75.627],[-28.016,-75.823],[-28.409,-76.216],[-28.615,-76.249]],\"c\":true},\"ix\":2},\"nm\":\"Path 71\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":71,\"ty\":\"sh\",\"ix\":72,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.121,-0.024],[0.319,-0.197],[0.124,-0.073],[0.096,-0.124],[0.124,-0.365],[0.025,-0.122],[0,0],[-0.126,0.099],[-0.122,0.103],[-0.169,0.046],[-0.062,-0.008],[-0.066,0.025],[-0.098,0.075],[-0.052,0.123],[-0.048,0.171],[-0.049,0.272]],\"o\":[[-0.369,0.126],[-0.126,0.074],[-0.123,0.074],[-0.248,0.268],[-0.025,0.126],[0,0],[0.12,-0.073],[0.149,-0.122],[0.124,-0.096],[0.058,-0.012],[0.074,0.01],[0.126,-0.054],[0.099,-0.071],[0.071,-0.172],[0.099,-0.269],[-0.122,0.024]],\"v\":[[-34.112,-75.921],[-34.898,-75.33],[-35.292,-75.233],[-35.487,-74.838],[-36.178,-74.056],[-36.178,-73.659],[-35.783,-73.463],[-35.391,-73.659],[-35.098,-74.056],[-34.805,-74.442],[-34.622,-74.437],[-34.409,-74.442],[-34.014,-74.545],[-34.014,-74.939],[-33.72,-75.33],[-33.525,-76.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 72\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":72,\"ty\":\"sh\",\"ix\":73,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-310.169,-74.838],[-312.921,-73.266],[-312.037,-71.4],[-310.266,-72.379],[-308.792,-74.056],[-308.792,-75.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 73\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":73,\"ty\":\"sh\",\"ix\":74,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.053,-0.371],[0,-0.169],[-0.022,-0.345],[-0.024,-0.293],[0,0],[0.05,0.15],[0.022,0.146],[0.047,0.343],[0.076,0.172],[0.124,0.15],[0.192,0.149]],\"o\":[[0.02,0.149],[0.025,0.345],[0,0.296],[0,0],[-0.05,-0.149],[-0.049,-0.146],[-0.072,-0.322],[-0.025,-0.196],[-0.1,-0.194],[-0.145,-0.174],[0,0.397]],\"v\":[[290.217,-66.974],[290.408,-66.583],[290.408,-65.698],[290.508,-64.959],[291.689,-64.959],[291.491,-65.402],[291.296,-65.794],[291.296,-66.68],[291.001,-67.073],[290.704,-67.562],[290.217,-67.959]],\"c\":true},\"ix\":2},\"nm\":\"Path 74\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":74,\"ty\":\"sh\",\"ix\":75,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.22,-0.099],[0.101,-0.075],[0.123,-0.099],[0.124,-0.096],[0.121,0.124],[0.123,0.124],[0.122,0.099],[0,0],[0,-0.15],[0,-0.146],[0,-0.248],[-0.047,-0.217],[0,-0.001],[0.006,0.001],[0.058,-0.009],[0.148,-0.025],[0.067,0.006],[0.062,-0.011],[0.317,0],[0.17,0.052],[0,0],[0,0],[-0.12,0],[-0.394,0.02],[0,0],[0.195,-0.048],[0.065,0.009],[0.053,-0.026],[0.079,-0.148],[0.027,-0.147],[0.097,-0.269],[0.048,-0.146],[0,-0.149],[-0.073,-0.124],[-0.147,-0.098],[-0.243,0],[-0.246,0.024],[-0.118,-0.024],[-0.148,0],[-0.099,0],[-0.194,0.171],[-0.099,0.17],[-0.049,0.117],[-0.099,0.145],[0,0],[0,0],[0,0.347],[-0.076,0.145],[-0.048,0.149],[0,0.146],[-0.026,0.298],[0,0.149],[0.027,0.295],[0,0],[-0.057,-0.009],[-0.067,0.029],[0,0.396],[0.099,0.196],[0.077,0.196],[0.051,0.126],[0.051,0.099],[0.146,0.075],[0.072,-0.017],[0.056,0.024],[0.174,0.027]],\"o\":[[-0.248,0],[-0.123,0.047],[-0.122,0.098],[-0.124,0.1],[-0.122,-0.096],[-0.124,-0.122],[-0.122,-0.123],[0,0],[0,0.149],[0,0.149],[0,0.25],[0,0.22],[0,0.001],[-0.006,-0.001],[-0.061,-0.005],[-0.149,0.027],[-0.062,0.015],[-0.067,-0.006],[-0.294,0.077],[-0.198,0],[0,0],[0,0],[0.126,0],[0.394,0],[0,0],[-0.22,0.023],[-0.058,0.014],[-0.077,-0.011],[-0.12,0.076],[-0.072,0.149],[-0.048,0.268],[-0.048,0.146],[-0.048,0.123],[0,0.146],[0.074,0.148],[0.194,0.126],[0.248,0],[0.148,0],[0.127,0.024],[0.096,0],[0.271,0],[0.125,-0.098],[0.048,-0.123],[0.098,-0.176],[0,0],[0,0],[0,-0.345],[0,-0.17],[0.074,-0.15],[0.027,-0.119],[0.027,-0.293],[0,-0.145],[0,-0.292],[0,0],[0.063,-0.009],[0.075,0.011],[0.347,-0.173],[0,-0.244],[-0.099,-0.17],[-0.022,-0.121],[-0.049,-0.119],[-0.095,-0.15],[-0.065,-0.04],[-0.063,0.015],[-0.171,-0.051],[0,0]],\"v\":[[-34.703,-67.173],[-35.292,-66.974],[-35.689,-66.876],[-35.882,-66.484],[-36.277,-66.288],[-36.667,-66.484],[-36.866,-66.876],[-37.259,-67.073],[-38.193,-66.974],[-38.146,-66.583],[-38.243,-66.191],[-38.193,-65.572],[-38.243,-65.011],[-38.243,-65.007],[-38.262,-65.009],[-38.439,-65.011],[-38.833,-64.814],[-39.031,-64.813],[-39.227,-64.814],[-40.01,-64.515],[-40.404,-64.814],[-40.848,-64.714],[-40.848,-61.91],[-40.503,-61.863],[-39.52,-61.91],[-39.52,-60.683],[-40.109,-60.587],[-40.299,-60.591],[-40.503,-60.587],[-40.702,-60.192],[-40.896,-59.796],[-40.896,-59.011],[-41.29,-58.816],[-41.389,-58.421],[-41.29,-58.028],[-40.896,-57.734],[-40.307,-57.536],[-39.716,-57.832],[-39.327,-57.832],[-38.93,-57.734],[-38.734,-57.589],[-38.146,-57.93],[-37.751,-58.225],[-37.751,-58.614],[-37.357,-58.911],[-34.014,-58.911],[-34.014,-59.479],[-34.31,-60.29],[-33.915,-60.485],[-33.72,-60.882],[-33.72,-61.272],[-33.72,-62.061],[-33.621,-62.454],[-33.72,-63.239],[-33.72,-64.025],[-33.542,-64.017],[-33.328,-64.025],[-32.637,-64.814],[-32.835,-65.402],[-33.229,-65.794],[-33.328,-66.191],[-33.328,-66.583],[-33.72,-66.876],[-33.93,-66.882],[-34.112,-66.876],[-34.508,-67.173]],\"c\":true},\"ix\":2},\"nm\":\"Path 75\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":75,\"ty\":\"sh\",\"ix\":76,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.001,0.001],[-0.012,-0.02],[0.032,0]],\"o\":[[0.043,-0.014],[-0.035,0.007],[0.001,0]],\"v\":[[-38.142,-65.003],[-38.044,-65.011],[-38.145,-65.002]],\"c\":true},\"ix\":2},\"nm\":\"Path 76\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":76,\"ty\":\"sh\",\"ix\":77,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.028,-0.02],[0.047,-0.172],[0,-0.243],[0,0],[0.096,0.175],[0,0],[0.175,-0.022],[0.06,0.012],[0.039,0]],\"o\":[[-0.146,0.097],[-0.051,0.222],[0,0],[-0.024,-0.219],[0,0],[-0.072,-0.147],[-0.053,0.012],[-0.042,-0.008],[-0.036,0]],\"v\":[[293.064,-66.288],[292.969,-65.794],[292.969,-65.159],[294.147,-65.159],[294.147,-65.698],[293.947,-66.091],[293.457,-66.288],[293.283,-66.299],[293.16,-66.315]],\"c\":true},\"ix\":2},\"nm\":\"Path 77\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":77,\"ty\":\"sh\",\"ix\":78,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.068,-0.04],[0.15,-0.246],[0.048,-0.249],[0.05,-0.342],[0.199,-0.296],[0.196,-0.297],[0.54,-0.538],[0,-1.182],[0,-0.34],[0,0],[-0.542,-0.54],[-0.737,-0.345],[-0.049,0.348],[0,0.589],[0,0.297],[-0.343,0.594],[0,0],[0.114,-0.018],[0.138,0.058],[0.542,0.394],[0.395,0.148],[0.245,0.049],[0.246,0],[0.294,0.097],[-0.342,0.49],[-0.147,0.297],[0,0.294],[0.049,0.296],[0.111,0.022],[0.074,0]],\"o\":[[-0.248,0.147],[-0.147,0.195],[-0.099,0.34],[-0.049,0.347],[-0.194,0.293],[-0.443,0.592],[-0.837,0.837],[0,0.342],[0,0],[0.785,0],[0.538,0.545],[0.197,-0.297],[0.098,-0.537],[0,-0.295],[0.049,-0.688],[0,0],[-0.129,-0.02],[-0.147,0.021],[-0.587,-0.242],[-0.34,-0.243],[-0.246,-0.048],[-0.244,-0.053],[-0.295,-0.053],[0.198,-0.589],[0.146,-0.246],[0.099,-0.245],[0,-0.347],[-0.125,0.022],[-0.078,-0.016],[-0.07,0]],\"v\":[[-127.507,-56.85],[-128.294,-56.457],[-128.294,-55.665],[-128.491,-54.69],[-129.082,-53.898],[-129.671,-53.115],[-131.046,-51.542],[-132.618,-48.935],[-132.423,-48.002],[-126.77,-48.002],[-125.147,-46.824],[-123.576,-45.642],[-122.79,-46.234],[-122.79,-47.805],[-122.986,-48.593],[-122.198,-50.166],[-122.398,-50.952],[-122.76,-50.937],[-123.182,-50.952],[-124.757,-51.936],[-125.542,-52.72],[-126.328,-52.916],[-127.115,-52.916],[-127.9,-53.309],[-127.312,-54.883],[-126.525,-55.276],[-126.328,-56.062],[-126.72,-56.85],[-127.072,-56.872],[-127.301,-56.904]],\"c\":true},\"ix\":2},\"nm\":\"Path 78\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":78,\"ty\":\"sh\",\"ix\":79,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.074,-0.172],[0.05,-0.171],[0.05,-0.125],[0.171,-0.226],[0,0],[-0.069,-0.012],[-0.05,0.027],[-0.124,0.147],[-0.123,0.12],[-0.073,0.122],[-0.045,0.121],[-0.026,0.145],[-0.026,0.147],[0,0]],\"o\":[[-0.048,0.172],[-0.073,0.175],[-0.022,0.121],[-0.1,0.266],[0,0],[0.058,-0.022],[0.073,0.013],[0.171,-0.122],[0.124,-0.147],[0.126,-0.124],[0.075,-0.101],[0.054,-0.15],[0.024,-0.122],[0,0],[0,0]],\"v\":[[270.65,-55.375],[270.452,-54.883],[270.158,-54.488],[270.158,-54.094],[269.668,-53.502],[269.472,-53.115],[269.671,-53.113],[269.863,-53.115],[270.158,-53.605],[270.452,-53.998],[270.845,-54.194],[270.941,-54.587],[271.142,-54.979],[271.142,-55.375],[270.748,-55.472]],\"c\":true},\"ix\":2},\"nm\":\"Path 79\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":79,\"ty\":\"sh\",\"ix\":80,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.079,-0.011],[0.109,0.022],[0,0],[-0.245,-0.193],[-0.247,-0.197],[-0.243,-0.192],[-0.54,0],[-0.343,0.348],[-0.099,0.147],[0.295,0.049],[0.137,-0.012],[0.12,0.025],[0.295,0.148],[0.392,0.196],[0.07,0]],\"o\":[[-0.12,0.017],[0,0],[0.246,0.145],[0.247,0.194],[0.246,0.196],[0.394,0.348],[0.49,0],[0.149,-0.144],[-0.293,-0.095],[-0.125,-0.026],[-0.133,0.013],[-0.296,-0.053],[-0.394,-0.193],[-0.065,-0.026],[-0.079,0]],\"v\":[[-141.711,-54.106],[-142.059,-54.094],[-142.844,-53.702],[-142.059,-53.309],[-141.467,-52.523],[-140.682,-51.936],[-139.501,-51.145],[-138.52,-51.936],[-138.125,-52.523],[-138.913,-52.916],[-139.311,-52.917],[-139.697,-52.916],[-140.483,-53.309],[-141.27,-54.094],[-141.473,-54.129]],\"c\":true},\"ix\":2},\"nm\":\"Path 80\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":80,\"ty\":\"sh\",\"ix\":81,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.013],[0.171,-0.075],[0.127,-0.072],[0.172,-0.12],[0.147,-0.078],[-0.295,0],[-0.147,0.173],[-0.069,0.097],[-0.148,0.368],[0.06,0.008],[0.039,0]],\"o\":[[-0.169,0.074],[-0.15,0.075],[-0.17,0.097],[-0.126,0.073],[0.246,0.146],[0.246,0],[0.075,-0.097],[0.248,-0.296],[-0.054,0.01],[-0.04,-0.005],[-0.034,0]],\"v\":[[260.621,-44.855],[260.228,-44.562],[259.832,-44.364],[259.444,-43.971],[259.051,-43.771],[259.787,-43.481],[260.423,-43.577],[260.522,-43.971],[261.014,-44.855],[260.84,-44.861],[260.72,-44.872]],\"c\":true},\"ix\":2},\"nm\":\"Path 81\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":81,\"ty\":\"sh\",\"ix\":82,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.012],[0.197,-0.247],[0.071,-0.125],[0.096,-0.122],[0.128,-0.073],[0.32,-0.072],[0.148,0],[0.124,0.005],[0.146,-0.011],[0,0],[0.148,-0.029],[0,0],[0.098,0.018],[0.165,-0.078],[0.149,-0.077],[0.147,-0.071],[0.145,-0.048],[0.245,0],[0.222,0.076],[0.419,0.272],[0.145,0.122],[0.27,0.271],[0.148,0.098],[0.17,0.048],[0.466,0.126],[0.173,0.098],[0,-0.175],[-0.024,-0.344],[0,-0.147],[0,-0.296],[0.023,-0.124],[0.049,-0.122],[0.1,-0.148],[0.096,-0.1],[0.099,-0.123],[0.072,-0.172],[0,-0.467],[0.176,0],[0.122,0.176],[0.071,0.149],[0.097,-0.169],[0.12,-0.076],[0.067,0.018],[0.06,-0.038],[0.096,-0.119],[0,-0.42],[-0.144,-0.199],[-0.121,-0.074],[-0.075,-0.17],[-0.075,-0.101],[-0.171,-0.051],[0,0],[-0.218,0.1],[0,0],[0,0],[0,-0.297],[0,0],[0.025,-0.168],[0.029,-0.17],[0,-0.15],[0,-0.172],[0,0],[0.075,-0.321],[0.077,-0.095],[0.152,-0.076],[0.074,0.011],[0.056,-0.011],[0.099,-0.173],[0.176,-0.267],[0.171,-0.195],[0.223,-0.248],[0,0.149],[0,0.171],[0.027,0.292],[0.026,-0.096],[0.051,-0.172],[0.024,-0.292],[0,0],[0,0],[0,0],[0.075,0.146],[0.026,0.148],[-0.047,0.296],[0,0],[0.051,-0.172],[0.027,-0.168],[0.025,-0.295],[0.149,0],[0.295,0],[0,0],[0,0],[0.073,0.121],[0.101,0.072],[0.147,0.119],[0.121,0.052],[0.271,-0.173],[0.123,-0.02],[0.297,0.026],[0.491,-0.027],[0.122,-0.027],[0.147,-0.027],[0.124,0],[0.103,0.014],[0.162,-0.058],[0.169,-0.296],[0.026,-0.146],[0,-0.146],[0,-0.32],[0,0],[0,-0.169],[-0.023,-0.293],[0.32,-0.097],[0.121,-0.049],[0.099,-0.149],[0.076,-0.173],[0.049,-0.123],[0.051,-0.148],[0.027,-0.149],[-0.199,0],[-0.343,0],[-0.343,0.049],[-0.002,0],[0.016,-0.104],[0.049,-0.127],[0.072,-0.147],[0,0],[0.074,-0.174],[0,-0.225],[-0.542,0],[0,0],[-0.025,0.468],[-0.169,0.199],[-0.295,0.1],[0,0.442],[0.097,0.42],[0,0.146],[0,0.295],[0.149,0],[0.345,0.026],[-0.123,0.097],[-0.121,0.071],[-0.146,0.026],[-0.344,0],[-0.296,0.199],[-0.494,0.146],[-0.126,0],[-0.146,0],[-0.132,-0.007],[-0.139,0.01],[-0.123,0],[-0.15,0],[-0.197,-0.011],[-0.211,0.013],[-0.15,0.027],[0.175,-0.028],[0.121,0],[0.113,0.008],[0.151,-0.027],[0.685,0],[0,0],[0,0],[0,0],[-0.198,0.074],[-0.269,0.169],[-0.098,0.125],[-0.174,0.1],[-0.171,0.048],[-0.122,0.025],[-0.115,-0.022],[-0.129,0.085],[-0.077,0.122],[-0.05,0.123],[-0.099,0.093],[-0.074,-0.173],[-0.074,-0.097],[-0.145,-0.072],[-0.246,0],[-0.175,0.198],[-0.12,0.121],[-0.418,0],[0,0.148],[0,0.172],[0.023,0.151],[0.028,0.124],[0,0],[0,0],[-0.32,0.068],[-0.155,-0.041],[-0.155,0.012],[-0.15,0.217],[0,0.347],[0,0],[-0.052,0.149],[-0.021,0.125],[-0.051,0.37],[0,0],[0.02,0.295],[0,0],[-0.098,0.223],[-0.173,0.12],[-0.049,0.147],[-0.049,0.467],[-0.026,0.118],[-0.122,0.271],[-0.05,0.175],[0,0.345],[0.124,0.246],[0.096,0.146],[0.072,0.127],[0.099,0.316],[0.024,0.121],[0.097,0.322],[0.049,0.123],[0.119,0.099],[0.121,0.053],[0.27,0.05],[0,0],[0,0],[-0.222,0],[0,0],[-0.219,-0.073],[-0.146,-0.05],[-0.068,0.011],[-0.063,-0.025],[-0.144,-0.046],[-0.343,-0.024],[-0.341,-0.02],[0,0.148],[0.025,0.469],[0,0],[-0.176,0.049],[-0.123,0.051],[-0.072,0.094],[-0.024,0.123],[-0.024,0.269],[-0.047,0.121],[-0.124,0.101],[-0.124,0.048],[-0.148,0.027],[-0.118,-0.013],[-0.147,0.041],[-0.171,0.051],[-0.443,0.075],[0,0],[-0.118,0.026],[-0.096,0.096],[-0.074,0.121],[-0.049,0.099],[-0.099,0.098],[-0.098,0.124],[-0.074,0.147],[-0.049,0.126],[0,0.149],[0.06,0.009],[0.037,0]],\"o\":[[-0.295,0.124],[-0.076,0.1],[-0.074,0.119],[-0.098,0.123],[-0.267,0.197],[-0.125,0.024],[-0.149,0.012],[-0.121,-0.007],[0,0],[-0.145,0.024],[0,0],[-0.114,0.009],[-0.157,-0.026],[-0.172,0.07],[-0.123,0.072],[-0.148,0.075],[-0.223,0.099],[-0.246,0],[-0.489,-0.147],[-0.171,-0.096],[-0.296,-0.247],[-0.12,-0.122],[-0.148,-0.096],[-0.471,-0.126],[-0.199,-0.05],[-0.023,0.148],[-0.024,0.342],[0,0.147],[0.023,0.296],[0,0.146],[-0.026,0.124],[-0.074,0.173],[-0.098,0.123],[-0.099,0.095],[-0.126,0.145],[-0.197,0.391],[-0.177,0],[-0.218,0],[-0.074,-0.118],[-0.101,0.174],[-0.049,0.099],[-0.063,0.036],[-0.069,-0.019],[-0.149,0.095],[-0.245,0.297],[0,0.245],[0.077,0.123],[0.176,0.124],[0.05,0.126],[0.1,0.148],[0,0],[0.242,0],[0,0],[0,0],[-0.023,0.295],[0,0],[0,0.197],[-0.023,0.172],[-0.022,0.126],[0,0.172],[0,0],[0,0.344],[-0.022,0.119],[-0.097,0.122],[-0.065,0.027],[-0.061,-0.008],[-0.196,0.071],[-0.151,0.268],[-0.124,0.217],[-0.196,0.247],[0,-0.15],[0,-0.169],[0.028,-0.294],[-0.073,0.069],[-0.051,0.175],[-0.072,0.271],[0,0],[0,0],[0,0],[-0.127,-0.097],[-0.07,-0.151],[-0.073,-0.268],[0,0],[-0.076,0.17],[-0.048,0.172],[-0.048,0.273],[-0.147,0.025],[-0.293,0.024],[0,0],[0,0],[-0.124,-0.102],[-0.073,-0.098],[-0.119,-0.097],[-0.099,-0.077],[-0.171,0.297],[-0.096,0.048],[-0.27,0.049],[-0.494,-0.027],[-0.148,0],[-0.152,0.026],[-0.12,0.025],[-0.108,0.009],[-0.155,-0.02],[-0.32,0.12],[-0.078,0.149],[-0.023,0.126],[-0.023,0.323],[0,0],[-0.025,0.169],[0,0.298],[-0.343,0],[-0.125,0.026],[-0.176,0.074],[-0.097,0.15],[-0.048,0.122],[-0.049,0.146],[-0.045,0.147],[0.175,0.022],[0.343,0.027],[0.344,0],[0.002,0],[0.005,0.103],[-0.023,0.122],[-0.051,0.168],[0,0],[-0.074,0.148],[-0.076,0.197],[0,0.537],[0,0],[0,-0.468],[0.027,-0.291],[0.194,-0.219],[0.419,-0.148],[0,-0.418],[-0.025,-0.148],[-0.025,-0.297],[-0.146,0],[-0.345,0],[0.049,-0.15],[0.122,-0.101],[0.128,-0.073],[0.321,-0.072],[0.37,0],[0.441,-0.29],[0.12,-0.028],[0.124,0],[0.157,-0.016],[0.114,0.005],[0.147,0],[0.124,0],[0.255,-0.025],[0.161,0.008],[0.144,0],[-0.15,0.097],[-0.121,0.024],[-0.119,0.011],[-0.144,-0.011],[-0.662,0.146],[0,0],[0,0],[0,0],[0.221,0],[0.292,-0.123],[0.126,-0.078],[0.124,-0.146],[0.147,-0.096],[0.124,-0.024],[0.113,-0.021],[0.16,0.031],[0.12,-0.078],[0.072,-0.123],[0.049,-0.148],[0.076,0.17],[0.047,0.121],[0.096,0.147],[0.201,0.123],[0.267,0],[0.096,-0.121],[0.299,-0.3],[0.023,-0.148],[0,-0.178],[0,-0.173],[0,-0.122],[0,0],[0,0],[0.247,-0.246],[0.178,-0.044],[0.124,0.034],[0.297,-0.027],[0.195,-0.272],[0,0],[0,-0.173],[0.022,-0.121],[0.125,-0.368],[0,0],[0.021,-0.295],[0,0],[0,-0.245],[0.098,-0.198],[0.123,-0.076],[0.172,-0.418],[0,-0.151],[0.072,-0.299],[0.074,-0.17],[0.124,-0.322],[0,-0.294],[-0.077,-0.171],[-0.074,-0.125],[-0.174,-0.27],[-0.029,-0.125],[-0.099,-0.319],[-0.029,-0.121],[-0.05,-0.147],[-0.098,-0.072],[-0.267,-0.096],[0,0],[0,0],[0.222,0],[0,0],[0.243,0],[0.147,0.049],[0.061,0.024],[0.068,-0.012],[0.149,0.071],[0.296,0.121],[0.341,0.022],[0.027,-0.145],[0.049,-0.467],[0,0],[0.197,0],[0.12,-0.024],[0.124,-0.048],[0.076,-0.1],[0.074,-0.271],[0,-0.126],[0.051,-0.147],[0.097,-0.072],[0.147,-0.051],[0.124,-0.021],[0.14,0.017],[0.168,-0.046],[0.418,-0.147],[0,0],[0.122,0],[0.125,-0.024],[0.103,-0.101],[0.071,-0.126],[0.071,-0.122],[0.119,-0.123],[0.098,-0.121],[0.05,-0.125],[0.05,-0.121],[-0.067,0.014],[-0.038,-0.006],[-0.031,0]],\"v\":[[256.983,-42.989],[256.199,-42.497],[256.1,-42.1],[255.9,-41.71],[255.507,-41.514],[254.723,-41.022],[254.331,-41.022],[253.933,-41.021],[253.543,-41.022],[253.149,-41.022],[252.756,-40.823],[252.361,-40.823],[252.048,-40.848],[251.579,-40.823],[251.28,-40.429],[250.887,-40.236],[250.498,-40.04],[249.907,-39.843],[249.316,-40.04],[248.134,-40.629],[247.646,-40.923],[247.055,-41.71],[246.66,-42.004],[246.271,-42.298],[244.993,-42.497],[244.496,-42.792],[244.301,-42.397],[244.301,-41.514],[244.4,-41.119],[244.496,-40.333],[244.4,-39.941],[244.4,-39.548],[244.007,-39.251],[243.813,-38.856],[243.418,-38.661],[243.124,-38.266],[243.027,-37.089],[242.629,-36.895],[242.238,-37.288],[242.043,-37.679],[241.746,-37.188],[241.65,-36.792],[241.452,-36.792],[241.257,-36.792],[240.959,-36.402],[240.467,-35.418],[240.663,-34.827],[241.055,-34.63],[241.451,-34.239],[241.451,-33.843],[241.842,-33.548],[242.043,-33.548],[242.629,-33.843],[242.629,-32.861],[241.155,-32.861],[241.055,-32.073],[241.055,-31.584],[241.155,-31.092],[240.858,-30.701],[240.809,-30.329],[240.858,-29.911],[240.858,-28.635],[240.858,-27.747],[240.759,-27.356],[240.366,-27.158],[240.152,-27.152],[239.975,-27.158],[239.585,-26.764],[239.189,-25.979],[238.699,-25.489],[238.107,-24.798],[238.009,-25.195],[238.206,-25.586],[238.107,-26.371],[237.814,-26.275],[237.712,-25.783],[237.616,-24.999],[236.144,-24.999],[236.144,-23.423],[235.751,-23.326],[235.355,-23.521],[235.157,-23.916],[235.254,-24.702],[234.865,-24.798],[234.569,-24.406],[234.569,-23.916],[234.472,-23.128],[234.077,-23.028],[233.34,-23.028],[233.34,-20.669],[232.504,-20.669],[232.111,-20.867],[232.011,-21.26],[231.621,-21.553],[231.227,-21.654],[230.733,-20.867],[230.342,-20.771],[229.556,-20.867],[228.277,-20.867],[227.886,-20.867],[227.49,-20.669],[227.095,-20.571],[226.782,-20.589],[226.311,-20.571],[225.626,-19.883],[225.425,-19.492],[225.425,-19.1],[225.425,-18.263],[223.634,-18.263],[223.559,-17.823],[223.657,-17.033],[222.772,-16.936],[222.381,-16.835],[222.085,-16.444],[221.787,-16.048],[221.689,-15.656],[221.491,-15.263],[221.395,-14.82],[221.889,-14.674],[222.772,-14.674],[223.657,-14.674],[223.662,-14.674],[223.657,-14.378],[223.559,-13.982],[223.264,-13.593],[223.066,-13.2],[222.772,-12.804],[222.676,-12.214],[223.681,-11.233],[224.443,-11.233],[224.443,-12.414],[224.639,-13.2],[225.425,-13.496],[226.214,-14.279],[225.722,-15.263],[225.722,-15.656],[225.722,-16.394],[225.329,-16.348],[224.443,-16.394],[224.443,-16.835],[224.832,-17.033],[225.228,-17.231],[226.115,-17.231],[226.999,-17.626],[228.181,-18.409],[228.574,-18.409],[228.965,-18.504],[229.384,-18.506],[229.754,-18.504],[230.146,-18.608],[230.537,-18.707],[231.178,-18.711],[231.719,-18.707],[232.111,-18.804],[231.816,-18.409],[231.423,-18.409],[231.076,-18.414],[230.637,-18.409],[229.042,-17.626],[227.095,-17.626],[227.095,-14.969],[227.861,-14.969],[228.379,-15.165],[229.16,-15.556],[229.358,-15.953],[229.754,-16.348],[230.146,-16.641],[230.537,-16.738],[230.883,-16.715],[231.326,-16.738],[231.522,-17.131],[231.522,-17.525],[231.915,-17.719],[232.21,-17.326],[232.21,-16.936],[232.6,-16.641],[233.243,-16.544],[233.783,-16.936],[233.978,-17.326],[235.061,-17.525],[235.061,-17.916],[235.254,-18.311],[235.061,-18.707],[234.96,-19.1],[235.355,-19.246],[239.779,-19.196],[240.467,-19.782],[240.946,-19.743],[241.353,-19.687],[242.043,-20.079],[242.431,-20.894],[242.431,-22.807],[242.533,-23.227],[242.629,-23.621],[243.223,-24.406],[243.223,-24.798],[243.124,-25.586],[243.124,-26.227],[243.124,-26.863],[243.615,-27.158],[244.007,-27.356],[244.107,-28.535],[244.204,-28.925],[244.496,-29.716],[244.793,-30.109],[244.894,-30.995],[244.793,-31.779],[244.4,-32.073],[244.204,-32.47],[243.714,-33.253],[243.714,-33.647],[243.321,-34.435],[243.321,-34.827],[243.124,-35.221],[242.728,-35.322],[241.941,-35.517],[241.941,-36.105],[243.884,-36.105],[244.4,-36.402],[244.598,-36.402],[245.184,-36.105],[245.579,-35.909],[245.775,-35.909],[245.973,-35.909],[246.168,-35.517],[247.055,-35.418],[247.936,-35.322],[248.037,-35.711],[247.964,-36.895],[250.077,-36.895],[250.498,-37.188],[250.887,-37.288],[251.28,-37.382],[251.381,-37.778],[251.381,-38.563],[251.477,-38.956],[251.676,-39.352],[252.068,-39.447],[252.462,-39.647],[252.824,-39.64],[253.249,-39.647],[253.642,-39.941],[254.822,-40.236],[255.214,-40.236],[255.605,-40.333],[255.996,-40.429],[256.1,-40.823],[256.199,-41.218],[256.592,-41.415],[256.886,-41.808],[257.28,-42.1],[257.379,-42.497],[257.379,-42.989],[257.189,-42.993],[257.077,-43.005]],\"c\":true},\"ix\":2},\"nm\":\"Path 82\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":82,\"ty\":\"sh\",\"ix\":83,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.007,0],[-0.001,-0.012]],\"o\":[[0,0.013],[-0.006,-0.021]],\"v\":[[223.657,-14.82],[223.658,-14.783]],\"c\":true},\"ix\":2},\"nm\":\"Path 83\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":83,\"ty\":\"sh\",\"ix\":84,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.294,0],[0.246,-0.048],[0.59,-0.099],[0.298,0],[0.306,0.021],[0.515,-0.085],[0.346,-0.148],[0.294,-0.196],[0.244,0.199],[0.292,0.195],[0.633,0],[0.887,-0.343],[0.149,0.021],[0.11,-0.022],[0.297,-0.296],[0,0],[0.147,-0.296],[0.147,-0.196],[0.346,-0.15],[0.296,0],[0.223,0.018],[0.303,-0.056],[0.344,0],[0,0],[0.442,0],[0.306,-0.022],[0.513,0.085],[0.246,0.098],[0.341,0.147],[0,0],[0.046,-0.344],[0.046,-0.249],[0,-0.292],[0,-0.486],[0.293,0],[0.295,0],[0.542,0],[0,0],[0,0],[0.048,-0.589],[0.048,-0.588],[0.05,-0.29],[0,-0.588],[0,0],[0,0],[0.783,-0.494],[0.195,-0.098],[0.343,-0.146],[0.25,-0.102],[0.139,0.025],[0.098,-0.051],[0.198,-0.245],[0.149,-0.293],[0.345,-0.641],[0.197,-0.392],[0.145,-0.246],[0.15,-0.345],[0.149,-0.246],[0.146,-0.248],[0.183,0.051],[0.097,-0.019],[0.543,-0.049],[0.104,-0.98],[0.05,-0.244],[0.147,-0.196],[0.29,-0.242],[0.246,-0.145],[0.197,-0.249],[0,0],[-0.589,-0.051],[-0.243,-0.051],[-0.135,0.013],[-0.121,-0.025],[-0.292,-0.195],[0,0],[0,-0.343],[0,-1.867],[0,0],[0.098,-0.24],[0.198,-0.246],[0.166,0.048],[0.047,-0.097],[0,-0.302],[-0.053,-0.293],[-0.052,-0.245],[0,-0.297],[0,0],[-0.243,-0.497],[-0.244,-0.295],[-0.244,-0.195],[-0.247,-0.149],[-0.344,-0.101],[-0.134,0.023],[-0.126,-0.051],[-0.195,-0.248],[-0.345,-0.393],[-0.247,-0.143],[-0.155,0.031],[-0.12,-0.018],[-0.148,-0.882],[-0.193,-0.294],[-0.344,-0.147],[-0.637,-0.244],[-0.688,-0.048],[0,-0.296],[-0.051,-0.25],[-0.15,-0.244],[-0.246,-0.193],[-0.248,-0.148],[-0.294,-0.198],[-0.638,-0.197],[-0.136,0.013],[-0.124,-0.023],[-0.298,-0.05],[-0.443,0],[-0.248,0.346],[-0.195,0.15],[-0.592,0],[-0.296,0],[-0.297,0],[0,0],[-0.738,-0.1],[-0.248,-0.1],[-0.295,-0.145],[-0.783,0],[-0.39,0.052],[-0.294,0.095],[-0.126,-0.029],[-0.131,0.079],[-0.248,0.196],[-0.291,0.197],[-0.342,0.051],[-0.59,0],[-0.589,0.045],[0,0],[-0.445,0.142],[-0.787,0],[-0.297,-0.344],[-0.1,-0.196],[-0.096,-0.346],[-0.099,-0.249],[-0.148,-0.195],[-0.248,-0.145],[-0.345,0],[0,0],[0,0],[0,-0.296],[0.05,-0.591],[0.05,-0.24],[0.145,-0.348],[0,-0.291],[0,-0.937],[0.195,-0.099],[0.148,0.025],[0.097,-0.049],[0.196,-0.199],[-0.295,-0.098],[-0.391,-0.491],[-0.196,-0.545],[-0.196,-0.195],[-0.198,-0.098],[-0.194,-0.194],[-0.148,-0.243],[-0.393,-0.638],[-0.149,-0.246],[-0.247,-0.592],[-0.046,-0.294],[-0.046,-0.688],[-0.147,-0.541],[-0.05,-0.346],[0,-0.295],[0,0],[-0.293,-0.491],[-0.15,-0.292],[0,-0.445],[0.051,-0.438],[0.046,-0.251],[0.145,-0.243],[0.197,-0.296],[0.146,-0.982],[0.097,-0.542],[0.043,-0.25],[0.196,-0.392],[0,-0.342],[0,-0.595],[-0.295,-0.835],[-0.243,-0.296],[-0.046,-0.347],[-0.046,-0.249],[-0.046,-0.25],[-0.147,-0.293],[-0.196,-0.248],[-0.59,-0.348],[-0.048,-0.299],[-0.047,-0.341],[-0.049,-0.242],[-0.049,-0.249],[0,-0.345],[0,0],[-0.054,-0.542],[-0.054,-0.244],[-0.344,-0.541],[-0.489,-1.033],[-0.049,-0.249],[-0.05,-0.246],[-0.1,-0.294],[-0.294,-0.544],[-0.244,-0.295],[-0.05,-0.343],[-0.149,-0.539],[-0.099,-0.296],[-0.051,-0.346],[0,0],[0.198,-0.296],[0.196,-0.293],[0.048,-0.241],[-0.295,0],[0,0],[-0.046,-0.248],[-0.099,-0.195],[-0.245,-0.198],[-0.344,0],[0,0],[-0.64,0.198],[-0.645,0],[0,0],[-0.151,0.34],[-0.199,0.154],[-0.248,0.05],[-0.297,0],[-0.54,0.151],[-0.196,0.148],[-0.196,0.297],[-0.147,0.2],[-0.244,0.201],[-0.294,0.198],[-0.293,0.296],[-0.197,0.392],[-0.293,0.541],[-0.297,0.245],[-0.395,0.642],[-0.146,0.244],[-0.295,0.295],[-0.148,0.391],[0,0.783],[0.146,0.392],[0.145,0.346],[0.1,0.244],[-0.346,0.053],[-0.244,0.053],[-0.133,-0.013],[-0.123,0.027],[-0.296,0.245],[-0.244,0.248],[-0.292,0.194],[-0.292,0.247],[-0.1,0.196],[0,0.295],[0.196,0.884],[0.144,0.539],[0.246,0.538],[0,0.692],[-0.244,0.294],[-0.244,0.292],[-0.346,0.247],[-0.194,0.096],[-0.196,0.246],[-0.246,0.346],[-0.25,0.152],[-0.638,0.146],[-0.246,0.053],[-0.134,-0.012],[-0.123,0.027],[-0.34,0.145],[-0.444,0.44],[-0.148,0.641],[-0.044,0.589],[0,0.296],[0,0],[0.05,0.441],[0,0.342],[0,0],[0.199,0.297],[0.443,0.938],[-0.049,0.589],[0,0.288],[0.049,0.294],[0.049,0.295],[0.049,0.293],[0,0],[-0.103,0.392],[-0.05,0.244],[-0.248,0.295],[-0.489,1.033],[-0.097,0.241],[-0.147,0.348],[-0.1,0.247],[-0.341,0.54],[-0.245,0.197],[-0.25,0.244],[-0.2,0.248],[-0.592,0.493],[-0.297,0.292],[-0.344,0.201],[-0.495,0.442],[-0.197,0.244],[-0.24,0.297],[-0.201,0.14],[-0.198,0.097],[-0.293,0.149],[-0.295,0.196],[-0.199,0.199],[-0.149,0.299],[-0.346,0.834],[-0.192,0.247],[-0.348,0.241],[-0.293,0.245],[-0.149,0.296],[-0.096,0.345],[0,0.59],[-0.052,0.592],[0,1.029],[0,0],[0.443,0],[0.448,-0.195],[0.296,-0.151],[1.132,0],[0.539,0.049],[0,0],[0.59,-0.047],[0.591,0],[0.294,0.048],[0,0],[0.149,0.347],[0.149,0.244],[0.146,0.3],[0,0],[0.15,0.194],[0.294,0.194],[0.143,-0.025],[0.122,0.047],[0.295,0.299],[0.296,0.247],[0.248,0.199],[0.295,0.148],[0.297,0.099],[0.136,-0.026],[0.122,0.049],[0.247,0.195],[0.149,0.642],[0,0.246],[0.246,0.488],[0.246,0.3],[0.34,0.692],[0,0.395],[0,0.293],[0,0],[0.198,0.538],[0.144,0.341],[0.343,0.538],[0.194,0.248],[0.143,0.249],[0.1,0.296],[0,0.296],[0.1,0.545],[0.049,0.242],[0.198,0.291],[0.297,0.689],[0.049,0.296],[0.101,0.546],[0.296,0.54],[0.243,0.292],[0.25,0.245],[0.244,0.246],[0.198,0.246],[0.048,0.347],[0.048,0.244],[0.146,0.247],[0.298,0.194],[0.293,0.103],[0.148,-0.021],[0.11,0.023],[0.345,0.049],[0,0],[0.784,-0.246],[0,0],[0,0],[0.59,0],[0.393,0.2],[0.296,0.248],[0.685,0.344],[1.133,0],[0.787,0],[0.44,0.098],[-0.05,-0.734],[0,-0.299],[0.047,-0.934],[0.444,0],[0,0],[0.295,0.05],[0.296,0.296],[0.344,0.147],[0.392,0],[0,0],[0.145,0.292],[0.142,0.196],[0.247,0.145],[0.346,0.148],[0.242,0.048],[0.592,0.047],[0.226,-0.017],[0.302,0.053],[0.59,0.296],[0.147,0.737],[0,0.29],[-0.151,0.298],[-0.149,0.345],[0,0.297],[0.148,0.246],[0.246,0.147],[0.298,0.196],[-0.345,0.147],[-0.247,0.101],[-0.249,0.048],[0.239,0.145],[0.248,0.096],[0.637,0]],\"o\":[[-0.3,0],[-0.587,0.099],[-0.245,0.049],[-0.389,0.021],[-0.429,-0.032],[-0.343,0.049],[-0.346,0.149],[-0.243,-0.196],[-0.246,-0.196],[-0.494,-0.343],[-0.986,0],[-0.137,0.056],[-0.12,-0.018],[-0.393,0.152],[0,0],[-0.1,0.293],[-0.099,0.249],[-0.248,0.295],[-0.245,0.098],[-0.259,0.022],[-0.284,-0.022],[-0.296,0.048],[0,0],[-0.442,0],[-0.389,-0.02],[-0.428,0.031],[-0.243,-0.05],[-0.347,-0.102],[0,0],[-0.147,0.345],[-0.048,0.246],[-0.048,0.246],[-0.05,0.49],[-0.293,0],[-0.294,0],[-0.545,0],[0,0],[0,0],[-0.052,0.593],[-0.049,0.593],[0,0.343],[-0.097,0.541],[0,0],[0,0],[-0.048,0.985],[-0.244,0.146],[-0.296,0.197],[-0.247,0.096],[-0.121,0.048],[-0.142,-0.025],[-0.245,0.148],[-0.196,0.246],[-0.341,0.645],[-0.146,0.345],[-0.098,0.248],[-0.198,0.345],[-0.148,0.294],[-0.146,0.244],[-0.09,0.149],[-0.117,-0.032],[-0.491,0.147],[0,0.981],[0,0.295],[-0.048,0.247],[-0.197,0.299],[-0.2,0.152],[-0.246,0.148],[0,0],[0.591,0.055],[0.293,0],[0.124,0.026],[0.135,-0.014],[0.343,0.052],[0,0],[-0.148,0.295],[0,1.869],[0,0],[0,0.249],[-0.147,0.348],[-0.073,0.099],[-0.165,-0.049],[-0.099,0.196],[0,0.344],[0.047,0.247],[0.051,0.248],[0,0],[0.05,0.591],[0.151,0.343],[0.198,0.242],[0.25,0.198],[0.293,0.145],[0.122,0.046],[0.137,-0.026],[0.293,0.144],[0.345,0.392],[0.194,0.25],[0.144,0.089],[0.108,-0.022],[0,0.937],[0.049,0.342],[0.201,0.292],[0.587,0.294],[0.639,0.242],[0.048,0.296],[0,0.295],[0.048,0.245],[0.147,0.247],[0.247,0.197],[0.295,0.192],[0.488,0.393],[0.123,0.026],[0.134,-0.012],[0.294,0.051],[0.39,0.1],[0.442,0],[0.147,-0.195],[0.442,-0.347],[0.297,0],[0.291,0],[0,0],[0.785,0],[0.244,0],[0.291,0.096],[0.689,0.344],[0.444,0],[0.3,-0.045],[0.115,-0.045],[0.144,0.033],[0.244,-0.147],[0.246,-0.201],[0.3,-0.197],[0.541,-0.095],[0.588,0],[0,0],[0.445,-0.102],[0.684,-0.247],[0.489,0],[0.146,0.197],[0.198,0.299],[0.1,0.244],[0.1,0.246],[0.196,0.248],[0.244,0.149],[0,0],[0,0],[0,0.297],[0,0.591],[0,0.295],[-0.098,0.347],[-0.101,0.241],[0,0.94],[-0.147,0.196],[-0.1,0.049],[-0.149,-0.024],[-0.246,0.145],[0.295,0.096],[0.59,0.199],[0.347,0.444],[0.102,0.293],[0.196,0.195],[0.244,0.149],[0.193,0.2],[0.395,0.639],[0.147,0.244],[0.292,0.538],[0.097,0.293],[0.148,0.639],[0.05,0.592],[0.097,0.348],[0.048,0.243],[0,0],[0,0.591],[0.148,0.296],[0.148,0.346],[0,0.445],[-0.05,0.297],[-0.051,0.244],[-0.152,0.295],[-0.589,0.789],[-0.049,0.542],[-0.049,0.242],[-0.152,0.391],[-0.149,0.295],[-0.051,0.589],[0,0.928],[0.149,0.396],[0.242,0.296],[0.05,0.245],[0.05,0.247],[0.05,0.296],[0.146,0.296],[0.445,0.491],[0,0.292],[0.048,0.39],[0.051,0.252],[0.05,0.245],[0.05,0.29],[0,0],[0,0.589],[0,0.244],[0.145,0.638],[0.637,0.933],[0.099,0.243],[0.048,0.247],[0.05,0.294],[0.196,0.589],[0.148,0.345],[0.249,0.294],[0.095,0.54],[0.046,0.297],[0.149,0.341],[0,0],[0,0.396],[-0.192,0.296],[-0.148,0.245],[0.295,0.051],[0,0],[0,0.3],[0.048,0.242],[0.147,0.248],[0.244,0.196],[0,0],[0.687,0],[0.588,-0.146],[0,0],[0.149,-0.346],[0.097,-0.247],[0.196,-0.143],[0.244,-0.048],[0.588,-0.048],[0.248,-0.046],[0.293,-0.245],[0.099,-0.196],[0.149,-0.242],[0.247,-0.195],[0.344,-0.245],[0.292,-0.295],[0.248,-0.538],[0.149,-0.343],[0.588,-0.494],[0.145,-0.244],[0.195,-0.345],[0.296,-0.299],[0.244,-0.738],[0,-0.449],[-0.099,-0.347],[-0.098,-0.244],[0.343,-0.149],[0.244,0],[0.124,-0.025],[0.136,0.013],[0.396,-0.098],[0.245,-0.197],[0.246,-0.248],[0.297,-0.195],[0.198,-0.144],[0.1,-0.198],[0,-0.934],[-0.1,-0.536],[-0.147,-0.588],[-0.296,-0.587],[0,-0.44],[0.246,-0.296],[0.248,-0.295],[0.2,-0.101],[0.245,-0.149],[0.249,-0.289],[0.196,-0.247],[0.539,-0.387],[0.246,-0.051],[0.121,-0.024],[0.137,0.013],[0.347,-0.097],[0.589,-0.3],[0.442,-0.443],[0.15,-0.538],[0,-0.295],[0,0],[0,-0.442],[-0.048,-0.349],[0,0],[-0.249,-0.244],[-0.539,-0.834],[0.097,-0.54],[0,-0.293],[0,-0.35],[-0.049,-0.294],[-0.049,-0.294],[0,0],[0,-0.444],[0.047,-0.246],[0.097,-0.348],[0.735,-0.891],[0.099,-0.248],[0.147,-0.348],[0.099,-0.245],[0.243,-0.591],[0.194,-0.296],[0.246,-0.196],[0.246,-0.246],[0.492,-0.542],[0.293,-0.248],[0.294,-0.3],[0.54,-0.339],[0.245,-0.196],[0.196,-0.294],[0.151,-0.196],[0.196,-0.153],[0.293,-0.196],[0.297,-0.145],[0.245,-0.144],[0.245,-0.242],[0.445,-0.783],[0.144,-0.344],[0.249,-0.292],[0.342,-0.251],[0.297,-0.246],[0.145,-0.291],[0.147,-0.544],[0,-0.588],[0.098,-1.031],[0,0],[-0.442,-0.045],[-0.539,0],[-0.341,0.149],[-0.931,0.537],[-0.544,0],[0,0],[-0.587,0],[-0.589,0.049],[-0.292,0],[0,0],[-0.146,-0.348],[-0.098,-0.243],[-0.145,-0.253],[0,0],[-0.101,-0.247],[-0.196,-0.297],[-0.1,-0.051],[-0.14,0.024],[-0.393,-0.151],[-0.246,-0.245],[-0.248,-0.194],[-0.292,-0.243],[-0.242,-0.145],[-0.124,-0.051],[-0.134,0.025],[-0.346,-0.149],[-0.49,-0.444],[-0.046,-0.244],[-0.047,-0.539],[-0.148,-0.296],[-0.49,-0.589],[-0.15,-0.342],[0,-0.293],[0,0],[0,-0.591],[-0.097,-0.345],[-0.297,-0.594],[-0.146,-0.246],[-0.196,-0.247],[-0.148,-0.243],[-0.049,-0.242],[-0.049,-0.586],[-0.049,-0.243],[-0.1,-0.346],[-0.389,-0.641],[-0.097,-0.296],[-0.147,-0.54],[-0.095,-0.634],[-0.146,-0.297],[-0.249,-0.295],[-0.244,-0.249],[-0.246,-0.244],[-0.146,-0.346],[0,-0.242],[-0.05,-0.248],[-0.145,-0.293],[-0.243,-0.15],[-0.135,-0.051],[-0.122,0.016],[-0.344,-0.094],[0,0],[-0.837,0],[0,0],[0,0],[-0.537,0.145],[-0.442,0],[-0.393,-0.193],[-0.587,-0.49],[-0.988,-0.544],[-0.788,0],[-0.443,0],[0,0.736],[0,0.296],[0.099,0.93],[-0.442,0.05],[0,0],[-0.348,0],[-0.393,-0.048],[-0.295,-0.29],[-0.346,-0.148],[0,0],[-0.098,-0.297],[-0.101,-0.252],[-0.198,-0.248],[-0.295,-0.193],[-0.244,-0.103],[-0.544,-0.151],[-0.261,-0.022],[-0.28,0.02],[-0.634,-0.147],[-0.687,-0.341],[-0.05,-0.248],[0,-0.347],[0.145,-0.343],[0.098,-0.246],[0,-0.347],[-0.146,-0.246],[-0.293,-0.196],[0.298,-0.247],[0.244,-0.095],[0.244,-0.101],[-0.149,-0.246],[-0.25,-0.147],[-0.539,-0.248],[-0.297,0]],\"v\":[[-4.814,-24.406],[-5.603,-24.406],[-7.177,-23.817],[-7.964,-23.817],[-8.978,-23.84],[-10.322,-23.817],[-11.107,-23.227],[-11.895,-22.636],[-12.681,-23.227],[-13.271,-24.012],[-14.841,-24.601],[-17.206,-23.621],[-17.641,-23.608],[-17.99,-23.621],[-18.779,-22.832],[-22.708,-22.832],[-23.103,-22.049],[-23.297,-21.26],[-24.085,-20.669],[-24.872,-20.669],[-25.583,-20.682],[-26.443,-20.669],[-27.232,-20.276],[-27.625,-20.276],[-28.805,-20.474],[-29.822,-20.45],[-31.163,-20.474],[-31.951,-20.669],[-32.736,-21.26],[-33.525,-21.654],[-34.112,-20.867],[-34.112,-20.079],[-34.31,-19.294],[-34.31,-18.018],[-35.098,-18.113],[-35.882,-17.916],[-37.259,-18.018],[-37.259,-14.775],[-40.208,-14.775],[-40.404,-13.2],[-40.404,-11.626],[-40.799,-10.84],[-40.997,-9.07],[-40.997,-7.696],[-43.353,-7.696],[-44.337,-5.334],[-45.124,-5.136],[-45.711,-4.352],[-46.503,-4.154],[-46.908,-4.155],[-47.285,-4.154],[-47.68,-3.369],[-48.272,-2.586],[-49.057,-0.812],[-49.648,0.169],[-49.84,0.958],[-50.63,1.744],[-51.025,2.531],[-51.22,3.318],[-51.674,3.364],[-52.007,3.318],[-53.384,3.514],[-53.384,6.068],[-53.579,6.856],[-53.775,7.64],[-54.559,8.23],[-55.349,8.429],[-55.742,9.218],[-55.742,10.588],[-54.169,10.788],[-53.384,10.788],[-52.988,10.789],[-52.598,10.788],[-52.007,11.574],[-52.4,12.36],[-52.988,13.096],[-52.792,17.867],[-52.792,18.651],[-52.792,19.434],[-53.384,20.225],[-53.796,20.226],[-54.169,20.225],[-54.365,21.013],[-53.971,21.798],[-53.775,22.583],[-53.579,23.374],[-53.579,24.158],[-53.384,25.732],[-52.598,26.323],[-52.204,27.105],[-51.414,27.503],[-50.63,28.092],[-50.241,28.091],[-49.84,28.092],[-49.057,28.484],[-48.663,30.055],[-47.876,30.448],[-47.432,30.473],[-47.09,30.448],[-47.09,32.809],[-46.503,33.596],[-45.516,33.987],[-43.944,34.973],[-42.176,35.167],[-41.977,35.956],[-41.977,36.743],[-41.977,37.526],[-41.191,37.921],[-40.404,38.315],[-39.815,39.102],[-38.243,40.082],[-37.848,40.083],[-37.456,40.082],[-36.667,40.477],[-35.487,40.675],[-34.703,39.885],[-34.508,39.102],[-32.934,38.904],[-32.146,39.102],[-31.359,38.904],[-30.867,38.904],[-28.805,38.904],[-28.016,38.904],[-27.625,39.69],[-25.659,39.885],[-24.482,39.885],[-23.693,39.495],[-23.324,39.507],[-22.905,39.495],[-22.512,38.708],[-21.729,38.118],[-20.939,37.526],[-19.366,37.526],[-17.794,37.728],[-17.402,37.728],[-16.415,36.94],[-14.352,36.548],[-13.073,36.743],[-12.879,37.526],[-12.29,38.315],[-12.091,39.102],[-11.895,39.885],[-11.107,40.278],[-10.272,40.477],[-3.443,40.477],[-3.443,42.882],[-3.638,43.622],[-3.638,45.197],[-3.638,45.978],[-4.225,46.772],[-4.422,47.503],[-4.62,49.917],[-4.814,50.701],[-5.21,50.701],[-5.603,50.701],[-5.996,51.487],[-5.21,51.878],[-3.638,52.469],[-3.443,54.046],[-3.047,54.829],[-2.26,55.024],[-1.473,55.418],[-1.279,56.205],[0.1,57.781],[0.493,58.568],[1.475,60.14],[1.866,60.924],[1.866,62.693],[2.262,64.266],[2.85,65.053],[2.654,65.843],[2.654,66.627],[3.046,68.201],[3.835,68.592],[3.835,69.773],[3.835,70.952],[3.639,71.741],[3.443,72.525],[2.654,73.116],[1.475,75.475],[1.475,77.05],[1.283,77.838],[0.493,78.621],[0.1,79.408],[0.1,80.983],[0.294,83.339],[1.083,84.128],[1.866,84.717],[1.866,85.503],[1.866,86.291],[2.262,87.074],[2.654,87.863],[4.424,89.044],[4.424,89.829],[4.816,90.808],[5.014,91.596],[5.014,92.387],[5.605,93.122],[5.605,97.152],[6,98.679],[6,99.463],[6.785,101.035],[8.945,103.198],[8.945,103.986],[9.142,104.771],[9.538,105.558],[10.126,107.132],[10.911,107.916],[11.702,108.507],[11.702,110.078],[12.092,110.868],[12.684,111.65],[12.684,112.043],[11.893,112.636],[11.307,113.422],[11.307,114.204],[12.092,114.402],[12.88,114.402],[12.88,115.194],[12.88,115.977],[13.665,116.373],[14.503,116.763],[18.336,116.763],[19.957,116.175],[21.583,115.782],[26.445,115.782],[27.036,114.998],[27.036,114.204],[27.823,114.011],[28.609,114.011],[30.181,113.812],[30.967,113.618],[31.557,112.832],[31.557,112.043],[32.344,111.65],[33.13,111.063],[33.917,110.276],[34.704,109.491],[35.293,107.916],[36.083,107.132],[37.656,105.753],[37.85,104.969],[38.635,104.18],[39.423,103.395],[39.621,101.432],[39.621,100.25],[39.029,99.463],[38.831,98.679],[39.621,98.084],[40.405,98.084],[40.796,98.085],[41.19,98.084],[41.98,97.3],[42.764,96.711],[43.353,95.925],[44.141,95.332],[44.928,95.136],[44.928,94.351],[44.536,91.99],[44.141,90.417],[43.552,88.846],[42.764,87.269],[43.552,86.487],[44.141,85.699],[44.928,84.914],[45.714,84.717],[46.108,83.928],[46.895,83.142],[47.29,82.352],[48.859,81.571],[49.646,81.373],[50.036,81.374],[50.432,81.373],[51.22,80.787],[52.793,79.799],[53.775,78.229],[53.775,76.654],[53.973,75.868],[53.973,74.687],[53.973,73.512],[53.581,72.675],[53.581,68.001],[52.793,67.413],[51.612,64.857],[52.005,63.285],[51.809,62.552],[52.005,61.711],[51.612,60.924],[51.22,60.14],[51.22,59.746],[51.419,58.568],[51.419,57.781],[52.204,57.191],[54.169,54.829],[54.365,54.046],[54.954,53.257],[55.154,52.469],[55.939,50.898],[56.725,50.309],[57.513,49.719],[58.104,48.931],[59.676,47.556],[60.462,46.772],[61.249,45.978],[62.823,45],[63.215,44.213],[63.997,43.622],[64.199,42.839],[64.984,42.641],[65.768,42.049],[66.557,41.456],[67.344,41.064],[67.932,40.278],[68.526,37.921],[69.307,37.33],[70.096,36.548],[71.077,35.956],[71.671,35.167],[72.257,34.384],[72.456,32.809],[72.456,31.235],[73.044,28.633],[73.044,27.105],[71.913,26.91],[70.487,27.105],[69.703,27.699],[66.951,28.876],[65.577,28.484],[64.786,28.484],[63.215,28.68],[61.639,28.68],[60.462,28.288],[60.066,27.503],[59.478,26.713],[59.478,25.929],[58.693,25.532],[58.299,24.749],[58.299,23.964],[57.513,23.374],[57.133,23.373],[56.725,23.374],[55.939,22.583],[55.35,21.798],[54.56,21.405],[53.973,20.619],[53.186,20.225],[52.79,20.225],[52.401,20.225],[51.612,19.638],[50.826,18.06],[50.63,17.277],[50.432,15.708],[49.646,15.112],[48.469,13.538],[47.876,12.753],[48.074,11.967],[48.074,11.179],[47.876,9.61],[47.29,8.824],[46.503,7.25],[46.108,6.461],[45.324,6.068],[44.928,5.281],[44.928,4.495],[44.928,2.92],[44.732,2.138],[44.141,1.353],[42.764,-0.223],[42.372,-1.01],[42.372,-2.586],[41.586,-4.154],[40.997,-4.939],[40.405,-5.726],[39.621,-6.318],[38.831,-8.086],[38.243,-8.876],[38.243,-9.658],[38.243,-10.447],[37.454,-11.034],[36.671,-11.432],[36.238,-11.442],[35.885,-11.432],[35.096,-12.019],[34.704,-12.019],[32.738,-11.233],[32.344,-11.233],[26.641,-12.607],[25.07,-12.214],[23.888,-12.414],[23.103,-13.2],[21.533,-14.378],[18.777,-15.363],[16.811,-14.969],[15.633,-15.263],[15.633,-13.396],[15.828,-12.607],[15.633,-10.25],[14.453,-10.054],[13.717,-10.054],[12.88,-10.054],[12.092,-10.84],[11.307,-11.626],[10.275,-11.822],[6.391,-11.822],[6,-12.607],[5.803,-13.396],[5.014,-13.789],[4.227,-14.378],[3.443,-14.575],[1.866,-14.969],[1.146,-14.957],[0.294,-14.969],[-1.279,-15.758],[-2.852,-17.131],[-3.047,-17.916],[-2.652,-18.707],[-1.867,-19.294],[-1.667,-20.079],[-2.064,-20.867],[-2.852,-21.26],[-3.638,-21.85],[-3.047,-22.636],[-2.26,-22.832],[-1.473,-23.028],[-1.667,-23.817],[-2.458,-24.012],[-4.029,-24.601]],\"c\":true},\"ix\":2},\"nm\":\"Path 84\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":84,\"ty\":\"sh\",\"ix\":85,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,-0.016],[0.149,-0.103],[0.129,-0.101],[0.098,-0.145],[0.096,-0.121],[0.097,-0.128],[0.052,-0.094],[0.047,-0.121],[0,-0.293],[0,0],[0,0],[-0.027,0.347],[-0.025,0.123],[-0.05,0.122],[-0.072,0.15],[0,0],[-0.025,0.122],[-0.097,0.172],[-0.073,0.147],[-0.194,0.32],[-0.025,0.173],[0,0],[0,0],[0,0.149],[-0.023,0.222],[0.271,-0.025],[0.09,0]],\"o\":[[-0.171,0.074],[-0.146,0.097],[-0.123,0.097],[-0.099,0.147],[-0.1,0.122],[-0.075,0.094],[-0.049,0.1],[-0.1,0.272],[0,0],[0,0],[0,-0.346],[0,-0.145],[0.023,-0.121],[0.07,-0.146],[0,0],[0.05,-0.117],[0.077,-0.195],[0.078,-0.122],[0.195,-0.321],[0.075,-0.151],[0,0],[0,0],[0,-0.151],[0,-0.217],[-0.296,0],[-0.08,0],[-0.045,0]],\"v\":[[206.158,0.466],[205.861,0.861],[205.467,1.156],[205.077,1.448],[204.783,1.843],[204.587,2.239],[204.189,2.333],[204.094,2.725],[203.895,3.489],[203.895,6.856],[205.077,6.856],[205.077,5.97],[205.176,5.577],[205.274,5.185],[205.668,4.889],[205.861,4.495],[205.861,4.104],[206.254,3.71],[206.452,3.318],[207.139,2.531],[207.434,2.138],[207.434,1.744],[207.434,1.353],[207.236,1.03],[207.337,0.466],[206.55,0.466],[206.288,0.444]],\"c\":true},\"ix\":2},\"nm\":\"Path 85\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":85,\"ty\":\"sh\",\"ix\":86,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.325,0],[0.488,-0.049],[0.345,0],[0.294,0],[0,0],[0.294,-0.047],[0.248,-0.101],[0,-0.489],[-0.394,-0.342],[-0.688,0],[-0.25,0.048],[-0.639,0.151],[-0.294,0],[-0.738,-0.588],[-0.242,-0.145],[-0.248,-0.098],[-0.294,-0.05],[-0.159,0.024],[-0.175,-0.048],[-0.294,-0.248],[-0.784,0],[0,0],[0.589,0.442],[0.785,0.048],[0,0],[0.27,-0.012],[0.343,0.024],[0.246,0.048],[0.246,0.148],[0.297,0.195],[0.291,0.151],[0.589,0.344],[0,0],[0.345,0.15],[0.135,0]],\"o\":[[-0.493,0],[-0.344,0.048],[-0.296,0],[0,0],[-0.346,0],[-0.244,0],[-0.392,0.197],[0,0.539],[0.491,0.393],[0.294,0],[0.636,-0.194],[0.248,-0.048],[0.984,0],[0.247,0.196],[0.198,0.152],[0.296,0.096],[0.169,0.048],[0.161,-0.024],[0.39,0.095],[0.591,0.491],[0,0],[-0.395,-0.641],[-0.592,-0.441],[0,0],[-0.345,-0.024],[-0.271,0.012],[-0.297,0],[-0.296,-0.098],[-0.294,-0.148],[-0.244,-0.147],[-0.592,-0.343],[0,0],[-0.295,-0.144],[-0.149,-0.065],[-0.27,0]],\"v\":[[-174.793,4.495],[-176.072,4.495],[-176.858,4.889],[-177.644,4.692],[-179.317,4.692],[-180.202,4.692],[-180.99,4.692],[-181.58,5.874],[-180.791,7.051],[-179.022,7.444],[-178.234,7.444],[-176.664,6.461],[-175.876,6.461],[-173.516,7.444],[-173.124,8.23],[-172.336,8.429],[-171.551,8.824],[-171.063,8.824],[-170.565,8.824],[-169.782,9.61],[-167.963,10.493],[-161.915,10.493],[-163.291,9.018],[-165.06,8.037],[-165.848,8.037],[-166.734,8.037],[-167.617,8.037],[-168.404,8.037],[-169.191,7.64],[-169.782,6.856],[-170.565,6.461],[-172.14,5.674],[-172.926,5.281],[-173.516,4.495],[-173.937,4.408]],\"c\":true},\"ix\":2},\"nm\":\"Path 86\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":86,\"ty\":\"sh\",\"ix\":87,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.593,-0.097],[0,0],[-0.343,-0.194],[-0.343,-0.049],[0,0],[-0.247,0.046],[-0.389,0.149],[-0.247,0.052],[-0.293,0],[-0.294,0],[-0.295,0],[-0.591,0.052],[-0.59,0.05],[-0.293,0],[-0.296,0],[-0.59,0],[0,0],[-0.295,0.099],[0.146,0.295],[0.1,0.396],[0.933,0],[0,0],[0.49,0],[0,0],[0.342,-0.052],[0.293,0],[0.246,0.048],[0.345,0.146],[0.245,0.1],[0.346,0.099],[0.59,0],[0.639,0]],\"o\":[[0,0],[0.296,0.295],[0.296,0.151],[0,0],[0.292,0],[0.395,-0.097],[0.249,-0.053],[0.248,-0.051],[0.298,0],[0.296,0],[0.592,0],[0.591,-0.051],[0.295,0],[0.295,0],[0.588,0.05],[0,0],[0.343,0],[-0.196,-0.247],[-0.197,-0.397],[-0.936,0.197],[0,0],[-0.492,-0.049],[0,0],[-0.343,0.044],[-0.245,0.048],[-0.298,0],[-0.343,-0.099],[-0.244,-0.1],[-0.343,-0.146],[-0.54,-0.148],[-0.638,-0.048],[-0.589,0]],\"v\":[[-159.361,11.77],[-159.361,14.131],[-158.574,14.915],[-157.786,15.509],[-156.999,15.509],[-156.214,15.509],[-155.43,14.721],[-154.641,14.523],[-153.856,14.523],[-153.068,14.721],[-152.283,14.523],[-150.708,14.523],[-149.137,14.327],[-148.35,14.131],[-147.562,14.327],[-145.991,14.523],[-145.203,14.523],[-144.418,14.131],[-145.203,13.738],[-145.203,12.604],[-147.562,12.949],[-148.35,12.949],[-149.528,12.56],[-149.921,12.56],[-150.708,13.148],[-151.493,13.148],[-152.283,13.148],[-153.068,12.56],[-153.856,12.36],[-154.641,11.77],[-156.214,11.77],[-157.836,11.574]],\"c\":true},\"ix\":2},\"nm\":\"Path 87\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":87,\"ty\":\"sh\",\"ix\":88,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.071],[0,-0.077],[0,-0.088],[0,-0.076],[-0.015,-0.095],[-0.015,-0.06],[-0.009,-0.074],[0,-0.148],[0.011,-0.062],[0.052,-0.1],[0.011,-0.078],[0,-0.158],[0,-0.355],[0.088,-0.06],[0.073,-0.033],[0.158,-0.072],[0.122,-0.099],[0.01,-0.111],[0,-0.099],[-0.009,-0.09],[-0.073,-0.108],[-0.112,-0.11],[-0.122,-0.088],[-0.099,-0.06],[-0.197,-0.113],[-0.09,-0.025],[-0.035,0.003],[-0.031,-0.007],[0,-0.309],[-0.034,-0.139],[-0.173,-0.085],[-0.086,-0.018],[-0.126,0],[0,0],[0,0],[0,0.188],[0,0],[-0.133,0.16],[-0.146,0.113],[-0.057,0.038],[-0.055,0.064],[-0.063,0.085],[-0.052,0.1],[-0.038,0.114],[-0.048,0.179],[-0.014,0.159],[0,0],[0,0.097],[0,0],[0.049,0.16],[0.025,0.075],[0.023,0.072],[0.008,0.061],[0.023,0.086],[0.023,0.088],[0.024,0.062],[0.052,0.072],[0.078,0.061],[0.097,0.048],[0.103,0],[0,0],[0.041,0],[0.086,0.044],[0.061,0.037],[0.075,0.053],[0.059,0.037],[0.175,0]],\"o\":[[0,0.076],[0,0.075],[0,0.085],[0,0.07],[0,0.097],[0,0.077],[0.01,0.078],[0.028,0.131],[0,0.075],[-0.024,0.107],[-0.035,0.071],[-0.024,0.145],[0,0.363],[0,0.111],[-0.074,0.051],[-0.148,0.089],[-0.146,0.073],[-0.073,0.06],[-0.009,0.097],[0,0.1],[0.01,0.124],[0.072,0.125],[0.111,0.111],[0.102,0.073],[0.187,0.122],[0.075,0.031],[0.029,0.006],[0.034,-0.003],[-0.136,0.285],[0,0.144],[0.063,0.182],[0.086,0.033],[0.108,0.023],[0,0],[0,0],[0,-0.18],[0,0],[0,-0.219],[0.124,-0.147],[0.061,-0.038],[0.064,-0.032],[0.059,-0.086],[0.057,-0.089],[0.047,-0.097],[0.06,-0.169],[0.036,-0.156],[0,0],[0,-0.101],[0,0],[0,-0.174],[-0.014,-0.074],[-0.027,-0.073],[-0.023,-0.061],[-0.032,-0.091],[-0.024,-0.086],[-0.023,-0.061],[-0.026,-0.085],[-0.05,-0.086],[-0.079,-0.077],[-0.074,-0.039],[0,0],[-0.046,-0.003],[-0.092,0],[-0.075,-0.037],[-0.072,-0.05],[-0.061,-0.034],[-0.135,-0.073],[0,0]],\"v\":[[204.365,13.441],[204.391,13.638],[204.339,13.837],[204.365,14.046],[204.339,14.23],[204.391,14.472],[204.391,14.668],[204.483,14.87],[204.535,15.26],[204.535,15.46],[204.339,15.708],[204.241,15.903],[204.189,16.316],[204.339,17.226],[204.141,17.422],[203.946,17.569],[203.504,17.767],[203.11,18.012],[202.962,18.259],[202.962,18.505],[202.962,18.752],[203.16,19.043],[203.405,19.389],[203.746,19.638],[203.993,19.833],[204.483,20.179],[204.684,20.324],[204.78,20.324],[204.879,20.324],[204.631,21.088],[204.73,21.457],[205.029,21.848],[205.274,21.899],[205.581,21.994],[206.452,21.994],[206.452,21.366],[206.353,20.9],[206.353,19.992],[206.647,19.488],[207.042,19.145],[207.236,19.043],[207.337,18.848],[207.535,18.605],[207.733,18.356],[207.829,18.06],[208.025,17.616],[208.124,17.178],[208.124,16.934],[208.173,16.686],[208.173,16.49],[208.124,16.048],[208.025,15.852],[207.926,15.655],[207.882,15.46],[207.78,15.211],[207.681,14.965],[207.634,14.77],[207.483,14.575],[207.283,14.377],[207.042,14.182],[206.793,14.08],[206.6,14.08],[206.47,14.077],[206.207,14.033],[206.011,13.934],[205.912,13.685],[205.715,13.59],[205.308,13.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 88\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":88,\"ty\":\"sh\",\"ix\":89,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.011,-0.028],[0,0.024]],\"o\":[[0,-0.025],[-0.031,0.001]],\"v\":[[153.66,13.514],[153.658,13.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 89\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":89,\"ty\":\"sh\",\"ix\":90,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.008],[0.005,0.014]],\"o\":[[0.007,0],[0,0.008]],\"v\":[[153.66,13.538],[153.66,13.514]],\"c\":true},\"ix\":2},\"nm\":\"Path 90\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":90,\"ty\":\"sh\",\"ix\":91,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.439,-0.146],[-0.126,0.029],[-0.133,-0.077],[-0.244,-0.145],[-0.148,-0.248],[-0.122,-0.018],[-0.134,0.053],[-0.295,0.296],[0.244,0.148],[0.249,0.146],[0.343,0]],\"o\":[[0.298,0.396],[0.116,0.046],[0.145,-0.032],[0.293,0.145],[0.243,0.151],[0.11,-0.024],[0.148,0.021],[0.395,-0.199],[-0.149,-0.247],[-0.246,-0.146],[-0.295,-0.148],[0,0]],\"v\":[[-169.584,13.538],[-168.8,14.523],[-168.432,14.511],[-168.009,14.523],[-167.224,14.915],[-167.028,15.708],[-166.676,15.719],[-166.243,15.708],[-165.455,14.915],[-165.651,14.131],[-166.439,13.934],[-167.274,13.538]],\"c\":true},\"ix\":2},\"nm\":\"Path 91\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":91,\"ty\":\"sh\",\"ix\":92,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.162,-0.09],[0.122,-0.072],[0.146,-0.048],[0.147,0],[0.294,0],[-0.342,-0.22],[-0.175,-0.073],[-0.151,-0.076],[-0.064,0.015],[-0.054,-0.041],[-0.075,-0.094],[-0.123,-0.117],[-0.076,-0.194],[-0.025,-0.122],[-0.05,-0.124],[-0.099,-0.125],[-0.124,-0.074],[-0.294,-0.221],[-0.078,-0.126],[-0.073,-0.172],[-0.022,-0.315],[0,0],[0,0.169],[0,0.293],[0,0.075],[0.346,0.345],[0.096,0.119],[0.073,0.123],[0.125,0.174],[0.172,0.126],[0.172,0.099],[0.069,-0.001],[0.026,0.068],[0,0],[0,0.17],[0,0],[0.147,0],[0.147,0],[0,0],[0.107,0]],\"o\":[[-0.146,0.068],[-0.123,0.072],[-0.124,0.025],[-0.294,0.025],[0.314,0.222],[0.149,0.077],[0.145,0.05],[0.055,0.021],[0.077,-0.016],[0.098,0.07],[0.098,0.126],[0.15,0.152],[0.023,0.125],[0.021,0.121],[0.049,0.145],[0.096,0.123],[0.297,0.218],[0.121,0.099],[0.095,0.145],[0.121,0.27],[0,0],[0,-0.17],[0,-0.297],[0,-0.079],[0,-0.514],[-0.1,-0.097],[-0.076,-0.097],[-0.098,-0.172],[-0.123,-0.168],[-0.174,-0.125],[-0.054,-0.031],[-0.088,0],[0,0],[-0.074,-0.144],[0,0],[-0.15,0],[-0.149,0],[0,0],[-0.129,0],[-0.157,0]],\"v\":[[209.499,22.39],[209.303,22.782],[208.91,22.979],[208.517,22.979],[207.535,23.175],[208.418,23.764],[208.814,24.06],[209.207,24.257],[209.392,24.249],[209.598,24.257],[209.598,24.647],[209.99,24.843],[210.386,25.235],[210.483,25.633],[210.483,26.028],[210.681,26.42],[211.072,26.617],[211.86,27.303],[212.257,27.503],[212.548,27.894],[212.646,28.729],[214.267,28.729],[214.217,28.288],[214.319,27.503],[214.267,27.327],[213.629,26.125],[213.238,25.929],[213.137,25.532],[212.844,25.041],[212.452,24.647],[211.957,24.354],[211.762,24.324],[211.566,24.257],[211.368,23.861],[211.467,23.448],[211.467,22.317],[211.072,22.39],[210.681,22.29],[210.309,22.29],[209.96,22.282]],\"c\":true},\"ix\":2},\"nm\":\"Path 92\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":92,\"ty\":\"sh\",\"ix\":93,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.243],[-0.196,-0.144],[-0.172,-0.046],[-0.148,0],[-0.27,0],[-0.071,-0.444],[-0.024,-0.147],[0,-0.369],[0.025,-0.243],[-0.024,-0.12],[0,-0.073],[-0.101,-0.074],[-0.17,-0.076],[-0.152,-0.025],[-0.294,0.052],[0.047,-0.166],[0.022,-0.12],[0,-0.17],[-0.074,-0.121],[-0.149,-0.073],[-0.15,-0.03],[-0.148,0],[-0.122,0.045],[-0.072,0.097],[-0.12,0.05],[-0.273,0],[0,0],[0.269,0.17],[0.097,0.046],[0.099,0.148],[0.046,0.126],[0.071,0.122],[0.145,0.102],[0.145,0.072],[0.097,0.074],[0.073,0.15],[0.02,0.148],[0.052,0.269],[0.098,0.145],[0.295,0.196],[0.272,0.196],[0.149,0.103],[0.148,0.099],[0.121,0.023]],\"o\":[[0,0.27],[0.149,0.124],[0.119,0.028],[0.271,0.028],[0,0.47],[0.025,0.145],[0.097,0.343],[0,0.246],[0,0.151],[0,0.056],[0,0.152],[0.145,0.119],[0.146,0.073],[0.266,0.046],[-0.077,0.177],[-0.026,0.124],[-0.026,0.149],[0,0.15],[0.073,0.124],[0.147,0.078],[0.122,0.021],[0.147,0],[0.125,-0.05],[0.074,-0.099],[0.247,-0.097],[0,0],[0,-0.343],[-0.099,-0.05],[-0.145,-0.103],[-0.049,-0.103],[-0.051,-0.124],[-0.076,-0.152],[-0.122,-0.074],[-0.12,-0.048],[-0.125,-0.098],[-0.076,-0.149],[-0.05,-0.272],[-0.027,-0.174],[-0.198,-0.297],[-0.269,-0.17],[-0.149,-0.099],[-0.148,-0.097],[-0.123,-0.076],[-0.023,0.248]],\"v\":[[204.587,24.084],[204.879,24.749],[205.274,25.041],[205.668,25.041],[206.353,25.041],[206.353,26.223],[206.55,26.617],[206.746,27.574],[206.647,28.185],[206.55,28.577],[206.647,28.777],[206.944,29.075],[207.337,29.37],[207.733,29.566],[208.517,29.465],[208.223,29.858],[208.223,30.253],[208.025,30.644],[208.124,31.038],[208.517,31.235],[208.91,31.435],[209.303,31.435],[209.696,31.435],[209.696,31.038],[210.089,30.939],[210.777,30.939],[210.777,29.786],[210.287,29.075],[209.892,28.979],[209.499,28.68],[209.404,28.288],[209.404,27.894],[209.009,27.597],[208.616,27.402],[208.223,27.303],[208.025,26.91],[207.829,26.517],[207.829,25.732],[207.535,25.338],[206.844,24.647],[206.061,24.257],[205.762,23.861],[205.371,23.568],[204.684,23.469]],\"c\":true},\"ix\":2},\"nm\":\"Path 93\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":93,\"ty\":\"sh\",\"ix\":94,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.073,-0.123],[0.15,-0.391],[0.052,-0.127],[0.078,-0.15],[0.073,-0.121],[0.097,-0.151],[0.073,-0.121],[0.072,-0.123],[0.078,-0.171],[0.028,-0.126],[0,-0.123],[0.075,-0.151],[0.125,-0.147],[0.12,-0.073],[0.221,-0.171],[0.099,-0.073],[0.174,-0.1],[0.123,-0.022],[0.057,0.011],[0.073,-0.042],[0.099,-0.148],[0.099,-0.296],[-0.146,0],[-0.147,0],[-0.122,0.048],[-0.121,0.127],[-0.072,0.165],[-0.047,0.119],[-0.27,0.178],[-0.125,0.051],[-0.145,0.026],[-0.346,0],[-0.027,0.27],[-0.128,0.272],[-0.242,0.22],[-0.124,0.095],[-0.077,0.124],[-0.025,0.176],[-0.025,0.347],[0,0.147],[0,0.346]],\"o\":[[-0.243,0.369],[-0.024,0.124],[-0.073,0.173],[-0.072,0.146],[-0.097,0.146],[-0.074,0.121],[-0.072,0.124],[-0.077,0.149],[-0.048,0.121],[-0.021,0.122],[-0.021,0.172],[-0.072,0.146],[-0.095,0.123],[-0.225,0.173],[-0.099,0.078],[-0.144,0.125],[-0.122,0.046],[-0.052,0.011],[-0.078,-0.015],[-0.145,0.074],[-0.17,0.245],[0.147,0],[0.174,0],[0.124,0],[0.172,-0.073],[0.121,-0.124],[0.049,-0.124],[0.124,-0.296],[0.122,-0.071],[0.151,-0.049],[0.32,-0.074],[0,-0.295],[0.05,-0.296],[0.148,-0.29],[0.123,-0.101],[0.122,-0.103],[0.097,-0.15],[0.073,-0.316],[0,-0.148],[0.025,-0.346],[-0.072,0.148]],\"v\":[[203.602,25.338],[202.91,26.223],[202.91,26.617],[202.616,27.009],[202.421,27.402],[202.029,27.699],[201.832,28.092],[201.639,28.484],[201.24,28.777],[201.24,29.172],[201.24,29.566],[200.947,29.96],[200.65,30.351],[200.457,30.744],[199.668,30.939],[199.569,31.331],[199.176,31.631],[198.785,31.726],[198.621,31.715],[198.389,31.726],[198.095,32.121],[197.803,32.907],[198.168,33.003],[198.585,32.907],[198.98,32.907],[199.373,32.611],[199.668,32.221],[199.668,31.827],[200.258,31.135],[200.65,31.038],[201.046,30.842],[201.931,30.842],[201.931,30.055],[202.227,29.269],[202.715,28.484],[203.11,28.288],[203.504,28.092],[203.602,27.597],[203.602,26.713],[203.701,26.323],[203.798,24.942]],\"c\":true},\"ix\":2},\"nm\":\"Path 94\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":94,\"ty\":\"sh\",\"ix\":95,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.15,-0.019],[0.126,-0.051],[0.096,-0.124],[0.025,-0.124],[0,-0.347],[0,0],[0.292,-0.196],[0.174,-0.071],[0.173,-0.05],[0.172,-0.019],[0.32,-0.048],[0.149,0],[0.295,0],[0,0],[0.37,-0.068],[0.119,0],[0.294,0],[0.048,-0.194],[0.051,-0.146],[0.047,-0.144],[0.047,-0.124],[0.101,-0.126],[0.247,-0.274],[0.07,-0.169],[0.051,-0.126],[0.098,-0.198],[0.023,-0.124],[-0.125,-0.022],[-0.07,0.006],[-0.059,-0.01],[-0.198,-0.026],[-0.099,-0.586],[-0.027,-0.127],[-0.124,-0.296],[-0.023,-0.126],[0,-0.222],[0.075,-0.196],[0.127,-0.122],[0.046,-0.223],[0,-0.147],[0,-0.296],[0.095,-0.319],[0.146,-0.121],[0.172,-0.048],[0.068,0.006],[0.058,-0.011],[0.294,-0.027],[0,0],[-0.05,-0.175],[-0.025,-0.125],[0.416,-0.267],[0,0],[0.12,-0.027],[0.246,-0.195],[0.098,-0.149],[0,-0.609],[0,0],[0.052,-0.471],[0,-0.296],[0,-0.145],[0,-0.169],[0,-0.146],[-0.167,-0.295],[-0.148,0.048],[-0.248,0],[-0.345,-0.022],[0,0],[0.122,-0.076],[0.295,-0.052],[0.149,0],[0.201,-0.024],[0.076,-0.271],[0.095,-0.075],[0.123,-0.098],[0.147,-0.098],[0.074,-0.167],[0,-0.218],[-0.049,-0.202],[-0.074,-0.175],[-0.029,-0.175],[0,0],[-0.029,-0.346],[-0.05,-0.125],[-0.145,-0.121],[-0.144,-0.047],[-0.12,0],[-0.126,-0.026],[-0.149,-0.047],[-0.121,-0.074],[-0.125,-0.172],[-0.077,-0.146],[-0.099,-0.17],[-0.098,-0.121],[-0.073,-0.152],[-0.048,-0.151],[-0.025,-0.295],[-0.026,-0.127],[-0.077,-0.12],[-0.093,-0.122],[-0.098,-0.125],[-0.074,-0.145],[0,-0.293],[0,0],[-0.075,-0.127],[-0.075,-0.124],[-0.1,-0.146],[-0.025,-0.494],[-0.199,-0.438],[-0.075,-0.122],[-0.1,-0.098],[-0.124,-0.098],[-0.121,-0.071],[-0.145,-0.097],[-0.099,-0.122],[-0.049,-0.153],[0,-0.147],[-0.025,-0.393],[-0.026,-0.173],[-0.05,-0.125],[-0.073,-0.151],[-0.171,-0.295],[-0.1,-0.124],[-0.147,-0.12],[-0.148,-0.075],[-0.17,-0.102],[-0.174,-0.053],[-0.124,-0.025],[-0.128,0.012],[-0.136,-0.025],[-0.149,-0.075],[-0.144,-0.146],[-0.147,-0.101],[-0.125,-0.078],[-0.147,-0.095],[-0.345,-0.168],[-0.293,-0.101],[-0.148,-0.049],[-0.269,-0.317],[-0.099,-0.12],[-0.122,-0.151],[-0.296,-0.243],[-0.172,-0.023],[-0.121,0],[-0.292,0],[0,0],[0.025,-0.32],[0,-0.219],[0,-0.074],[0,0],[0,-0.368],[0,0],[0.025,-0.152],[0.025,-0.124],[0.022,-0.175],[0,-0.273],[0,-0.045],[0,0],[0,-0.147],[0,-0.221],[0,0],[0,0],[0.026,-0.22],[0,-0.344],[-0.025,-0.172],[0,0],[0,0],[0.022,-0.148],[0.022,-0.124],[0.026,-0.125],[0.049,-0.149],[0.073,-0.172],[0.145,-0.373],[0.022,-0.196],[0,-0.292],[0,-0.098],[-0.025,-0.392],[0,-0.146],[0,-0.175],[0,-0.195],[0.022,-0.124],[0.073,-0.197],[0.047,-0.124],[0.076,-0.148],[0.12,-0.174],[0,-0.494],[0,0],[0,-0.121],[-0.022,-0.121],[-0.073,-0.149],[-0.074,-0.15],[0,-0.644],[0.123,-0.586],[0,-0.15],[0.047,-0.442],[0.122,-0.296],[0.05,-0.123],[0.049,-0.195],[0.049,-0.171],[0.049,-0.148],[0.097,-0.15],[0.124,-0.172],[0,-0.149],[0,0],[0,-0.198],[0,-0.247],[0,-0.097],[0.022,-0.124],[0.076,-0.175],[0.075,-0.126],[0.078,-0.175],[0.026,-0.196],[0.148,-0.144],[0.074,-0.145],[0.023,-0.145],[0,-0.146],[-0.072,-0.193],[-0.026,-0.123],[-0.052,-0.3],[0,-0.148],[0,-0.148],[0,-0.317],[0.318,-0.517],[0.099,-0.147],[0.075,-0.145],[0,-0.298],[-0.025,-0.127],[-0.072,-0.173],[0,0],[0,-0.344],[0,-0.151],[0.244,-0.121],[0.099,-0.152],[0.049,-0.124],[0.049,-0.124],[0.05,-0.203],[0.026,-0.123],[0,-0.218],[-0.146,-0.167],[-0.124,-0.079],[-0.2,0],[0,0],[0,0],[0,0],[0,0],[0.146,-0.123],[0.123,-0.103],[0.126,-0.122],[0,0],[0.127,-0.145],[0.073,-0.149],[0.024,-0.122],[0,-0.151],[0,-0.49],[0.02,-0.469],[0.019,-0.148],[0,0],[0.121,0.1],[0.068,0],[0.041,0.068],[0,0.12],[0,0],[0.049,0.295],[0.049,0],[0.22,0],[0,0],[-0.099,-0.104],[-0.1,-0.123],[-0.072,-0.146],[-0.048,-0.147],[0,-0.12],[0,-0.147],[0,-0.292],[0,0],[0.099,0.072],[0.073,0.123],[0.049,0.125],[0.073,0.098],[0.197,0],[0.172,0],[0,0],[0.222,-0.147],[0.075,-0.122],[0,-0.198],[-0.469,-0.075],[-0.147,0],[-0.119,-0.03],[-0.064,0.007],[-0.064,-0.015],[-0.148,-0.098],[0.073,-0.121],[0,-0.216],[0,-0.169],[-0.027,-0.148],[-0.371,-0.146],[-0.296,-0.146],[0.024,-0.169],[0.024,-0.151],[0.292,-0.028],[0.125,-0.028],[0.297,-0.052],[0.112,0.008],[0.151,-0.029],[0.149,-0.075],[0,-0.223],[0,0],[-0.022,-0.149],[-0.022,-0.122],[-0.022,-0.121],[-0.073,-0.124],[0,-0.246],[0,0],[0.051,-0.172],[0,-0.169],[-0.196,-0.273],[0,-0.343],[0,-0.17],[-0.075,-0.126],[-0.119,-0.092],[-0.123,-0.099],[-0.049,-0.12],[0,0],[0,0],[-0.146,0],[0,0],[-0.144,-0.024],[0.147,-0.12],[0.296,-0.145],[-0.322,-0.127],[-0.072,0.01],[-0.056,-0.014],[-0.064,0.006],[-0.064,-0.015],[-0.097,-0.071],[0,0],[-0.098,-0.145],[-0.075,-0.169],[-0.052,-0.174],[-0.046,-0.127],[-0.144,-0.102],[-0.394,-0.266],[-0.099,-0.145],[-0.048,-0.12],[-0.048,-0.126],[-0.124,-0.077],[-0.047,-0.198],[-0.029,-0.123],[-0.027,-0.222],[-0.298,-0.031],[-0.126,-0.055],[-0.098,-0.073],[-0.05,-0.096],[-0.32,-0.127],[-0.141,0.021],[-0.123,-0.022],[-0.145,-0.025],[-0.121,-0.029],[-0.127,-0.025],[-0.169,-0.05],[-0.146,0.015],[-0.125,-0.012],[0,0],[-0.169,-0.048],[-0.198,0],[0,0],[-0.17,0],[-0.145,0.124],[-0.073,0.102],[-0.15,0.069],[-0.22,0],[-0.294,0.02],[0.223,0.149],[0.091,-0.021],[0.078,0.024],[0.321,0.074],[0.126,0],[0.15,0],[0.345,0],[0.145,0],[0,0],[0.295,0.024],[0.098,0.078],[0.096,0.143],[0.049,0.169],[0.022,0.296],[0.022,0.127],[0.049,0.121],[0.073,0.169],[0.047,0.144],[0,0.121],[0,0],[0.025,0.148],[0.025,0.265],[0.027,0.118],[0.074,0.15],[0,0.272],[0,0.243],[0,0],[0.048,0.15],[0,0],[-0.026,0.37],[0,0],[0.026,0.247],[0,0.142],[-0.122,0.246],[-0.147,0.093],[-0.124,0.026],[-0.273,0.073],[-0.099,0.168],[-0.196,0.61],[-0.047,0.127],[-0.122,0.126],[-0.146,0.074],[-0.171,0.072],[-0.067,-0.011],[-0.061,0.025],[-0.097,0.103],[0,0],[0.222,0],[0.318,0.1],[0.121,0.101],[0.05,0.099],[0.173,0.073],[0.122,0.049],[0.147,0.099],[0.097,0.171],[0.047,0.173],[0,0.295],[0,0],[-0.071,0.15],[-0.147,0.148],[-0.54,0],[0,0],[0,0],[-0.075,0.098],[-0.097,0.145],[-0.121,0.299],[-0.026,0.145],[0,0.146],[0,0.124],[-0.026,0.126],[-0.223,0],[-0.394,0],[-0.196,0.098],[-0.049,0.194],[0,0.145],[0,0],[0.052,0.148],[0.061,0.005],[0.074,-0.012],[0.148,-0.075],[0.199,-0.093],[0.077,0.01],[0.052,-0.009],[0.025,0.171],[0.025,0.295],[0.022,0.295],[0,0.152],[0,0],[0,0],[-0.293,-0.146],[-0.392,0],[0,0],[0,0.173],[0.027,0.175],[0,0],[-0.022,0.121],[-0.075,0.148],[-0.071,0.145],[0,0.143],[0.026,0.124],[0.071,0.294],[0,0.147],[0,0],[0,0],[-0.171,0],[0,0],[-0.268,0.073],[-0.344,0],[0,0],[-0.341,0],[-0.126,0.141],[-0.05,0.123],[-0.05,0.124],[-0.071,0.145],[-0.197,0.245],[-0.178,0.098],[-0.269,0.195],[-0.099,0.15],[-0.098,0.173],[0,0],[0,0.175],[0,0],[0,0],[0.149,0.032],[0,0],[0.025,0.125],[0.05,0.122],[0.123,0.097],[0.17,0.099],[0.297,0.222],[0.076,0.128],[0.098,0.149],[0.025,0.12],[0,0],[-0.32,-0.1],[-0.345,-0.176],[-0.174,-0.019],[-0.071,0.006],[-0.058,-0.009],[-0.467,0],[-0.127,0.025],[-0.196,0.051],[-0.3,0],[-0.271,0.078],[-0.168,0.074],[-0.097,0.073],[-0.098,0.148],[-0.147,0.293],[-0.073,0.124],[-0.173,0.102],[-0.124,0.052],[-0.123,0.169],[-0.049,0.17],[-0.022,0.122],[0,0.298],[-0.176,0.344],[-0.024,0.169],[-0.024,0.466],[0,0.126],[-0.024,0.125],[-0.073,0.119],[-0.295,0.122],[-0.172,0],[-0.172,-0.023],[0.047,-0.147],[0.027,-0.121],[0,-0.169],[-0.049,-0.168],[-0.223,0.224],[-0.072,0.122],[-0.148,0.298],[-0.074,0.122],[-0.099,0.169],[-0.073,0.145],[-0.074,0.172],[-0.025,0.124],[-0.027,0.149],[-0.027,0.123],[-0.073,0.126],[-0.147,0.097],[-0.126,0.044],[-0.126,0.025],[-0.149,0.097],[-0.099,0.197],[0,0.174],[0,0.296],[0.049,0.273],[0.048,0.293],[0,0.147],[0,0.195],[0,0.348],[-0.097,0.314],[-0.075,0.149],[-0.121,0.123],[-0.175,0.126],[-0.296,0.166],[-0.126,0.046],[-0.097,0.122],[-0.149,0.193],[-0.096,0.148],[-0.123,0.144],[-0.146,0.097],[-0.196,0],[0,0],[-0.27,0.194],[-0.122,0.148],[-0.1,0.126],[-0.124,0.127],[0,0],[-0.048,0.196],[-0.023,0.124],[-0.17,0.126],[-0.097,0.077],[-0.098,0.126],[-0.195,0.32],[-0.122,0.292],[-0.05,0.125],[-0.146,0.122],[-0.198,0.174],[-0.049,0.296],[-0.199,0.467],[-0.074,0.125],[-0.097,0.123],[-0.075,0.097],[-0.072,0.148],[-0.023,0.144],[0,0.125],[0,0.295],[-0.024,0.465],[0,0.121],[0,0],[-0.048,0.15],[-0.1,0.347],[-0.027,0.124],[0,0.121],[-0.023,0.151],[0,0.219],[0,0],[0,0.393],[0,0],[0,0.147],[0,0],[-0.122,0.029],[-0.065,-0.007],[-0.063,0.015],[-0.169,0.072],[-0.122,0.076],[-0.172,0.498],[-0.048,0.176],[-0.173,0.248],[-0.147,0.074],[-0.071,-0.016],[-0.059,0.026],[-0.121,0.025],[-0.343,0.246],[-0.097,0.095],[-0.143,0.296],[-0.317,0.639],[-0.047,0.121],[-0.1,0.119],[-0.076,0.171],[-0.053,0.125],[0,0],[-0.052,0.396],[0,0.22],[0.025,0.197],[0.074,0.174],[0.146,0.369],[0.027,0.293],[0,0.295],[0.127,0.296],[0.148,0.101],[0.347,0],[0,0],[0.148,0.027],[0.145,0.028],[0.08,-0.007],[0.086,0.014],[0.123,0.026],[0.269,0.169],[0.099,0.118],[0.049,0.123],[0.099,0.296],[0.024,0.121],[0.122,0.121],[0.17,0.125],[0.175,0.098],[0.123,0.024],[0.219,0],[0.393,0],[0,0],[0.172,0.078],[0.346,0.168],[0.148,0.047],[0.322,0],[0.37,-0.05],[0.047,-0.468],[0.221,0.024],[0.123,0],[0.122,0.027],[0.148,0.078],[0.123,0.075],[0.073,0.122],[-0.149,0.07],[-0.123,0.072],[-0.146,0.074],[0,0],[0.068,-0.006],[0.058,0.009],[0.148,0.024],[0.174,0.048],[0.148,0.098],[0.173,0.123],[0.15,0.1],[0.123,0.047],[0.223,0.017],[0.196,0],[0.121,0],[0,0],[0.145,0.048],[0.223,0.101],[0.345,0],[0.318,-0.048],[0,0],[0,0],[0,0],[-0.075,0.12],[-0.149,0.123],[-0.149,0.128],[-0.047,0.096],[-0.024,0.292],[0.27,0.102],[0.169,0.053],[0.271,0.074],[0.195,0],[0,0],[0,0],[0.197,-0.025],[0.025,-0.295],[0.025,-0.121],[0.417,0],[0.274,0.028],[0,0],[0,0.145],[0,0.148],[-0.392,0.195],[-0.097,0.073],[-0.048,0.148],[-0.021,0.293],[-0.026,0.294],[0,0.222],[0.026,0.42],[0.222,0],[0.147,0],[0.124,0],[0,0],[0.027,0.146],[0.048,0.171],[0.048,0.123],[0.072,0.197],[0.051,0.1],[0.148,0.098],[0.075,-0.017],[0.057,0.025],[0.297,0.145],[0.072,0.145],[0.221,0.193],[0.121,0.075],[0.148,0.077],[0.173,0.075],[0.174,-0.025],[0.138,0.013],[0.174,0.073],[0.173,0.074],[0,0],[0.244,0],[0.169,-0.075],[0.149,-0.1],[0.393,0],[0,0],[0.147,0],[0.271,0.073],[0.296,0.124],[0.122,0.052],[0.272,0.145],[0.294,0.248],[0.098,0.15],[0.025,0.194],[0,0.465],[0.174,0.023],[0.069,-0.007],[0.059,0.011],[0.173,0.07],[0.124,0.071],[0.146,0.145],[0.096,0.119],[0.096,0.074],[0.075,-0.016],[0.057,0.025],[0.147,0.125],[0.049,0.172],[0.023,0.122],[0,0.347],[0,0],[0.27,-0.075],[0.297,-0.025],[0.147,0],[0.05,0.174],[0.024,0.124],[0.027,0.393],[0,0],[-0.17,0.076],[0.22,0.094],[0.176,0.048],[0.148,0.053],[0.175,0.047],[0,0],[0,0],[0.147,0.051],[0.294,0],[0.145,-0.194],[0.051,-0.122],[0.048,-0.121],[0.071,-0.122],[0.344,0],[0.174,0.096],[0.097,0.127],[0.099,0.149],[0.171,0.075],[0.319,0.075],[0.196,0],[0,0],[0.145,0.021],[0.397,0.075],[0,0],[0.295,0.023],[0.148,0.053],[0.147,0.1],[0.171,0.077],[0.122,0.027],[0.54,0.102],[0.024,-0.293],[0.099,-0.122],[0.17,-0.024],[0.129,0.012],[0.135,-0.024],[0.172,-0.073],[0.147,-0.123],[0,-0.218],[0,-0.149],[-0.027,-0.121],[0,-0.122],[-0.025,-0.149],[0,-0.219],[0.025,-0.222],[0.048,-0.175],[0.123,0.124],[0.098,0.122],[0.148,0.391],[0,0.344],[-0.022,0.12],[-0.051,0.175],[-0.025,0.125],[0,0.146],[0,0.248],[-0.321,0.294],[-0.124,0.102],[-0.121,0.098],[-0.122,0.073],[0,0]],\"o\":[[-0.169,0],[-0.122,0.029],[-0.145,0.072],[-0.075,0.099],[-0.075,0.318],[0,0],[-0.37,0],[-0.148,0.099],[-0.171,0.075],[-0.17,0.05],[-0.32,0.074],[-0.124,0],[-0.291,0.022],[0,0],[-0.271,0.271],[-0.123,0.029],[-0.273,0.023],[0,0.222],[-0.048,0.151],[-0.047,0.148],[-0.051,0.124],[-0.051,0.173],[-0.244,0.266],[-0.097,0.124],[-0.05,0.123],[-0.077,0.17],[-0.049,0.117],[0,0],[0.064,0.014],[0.064,-0.007],[0.173,0.048],[0,0.612],[0,0.123],[0.096,0.315],[0.048,0.123],[0.05,0.195],[0,0.22],[-0.07,0.177],[-0.171,0.17],[-0.026,0.124],[-0.026,0.293],[0,0.343],[-0.052,0.196],[-0.147,0.122],[-0.062,0.014],[-0.067,-0.006],[-0.275,0.051],[0,0],[0.076,0.171],[0.025,0.12],[-0.467,0.222],[0,0],[-0.123,0.021],[-0.297,0.072],[-0.149,0.123],[-0.322,0.493],[0,0],[0.05,0.472],[-0.02,0.293],[0,0.148],[0,0.172],[0,0.173],[0.049,0.318],[0.149,-0.074],[0.219,-0.075],[0.341,0],[0,0],[-0.097,0.124],[-0.271,0.168],[-0.124,0.023],[-0.198,0.023],[0,0.295],[-0.02,0.123],[-0.121,0.095],[-0.147,0.126],[-0.148,0.098],[-0.072,0.176],[0,0.22],[0.05,0.169],[0.075,0.166],[0,0],[0.021,0.341],[0,0.147],[0.073,0.166],[0.121,0.096],[0.128,0.026],[0.122,0],[0.147,0.026],[0.148,0.052],[0.173,0.096],[0.073,0.124],[0.075,0.172],[0.072,0.124],[0.124,0.147],[0.073,0.117],[0.073,0.269],[0,0.148],[0.022,0.121],[0.071,0.145],[0.099,0.12],[0.1,0.123],[0.121,0.244],[0,0],[0.074,0.145],[0.074,0.123],[0.099,0.147],[0.291,0.368],[0.026,0.491],[0.046,0.148],[0.074,0.123],[0.098,0.098],[0.124,0.096],[0.146,0.099],[0.124,0.078],[0.099,0.12],[0.025,0.117],[0.025,0.396],[0,0.196],[0.025,0.125],[0.074,0.17],[0.174,0.271],[0.073,0.147],[0.096,0.125],[0.124,0.101],[0.174,0.098],[0.149,0.07],[0.122,0.024],[0.136,0.025],[0.129,-0.013],[0.17,0.022],[0.174,0.097],[0.124,0.125],[0.124,0.07],[0.148,0.097],[0.32,0.198],[0.269,0.126],[0.147,0.049],[0.367,0.174],[0.099,0.127],[0.122,0.172],[0.246,0.293],[0.147,0.128],[0.122,0.024],[0.271,0.024],[0,0],[0,0.318],[0,0.222],[0,0.074],[0,0],[0.025,0.371],[0,0],[0,0.173],[-0.025,0.122],[-0.025,0.149],[-0.027,0.269],[0,0.046],[0,0],[0,0.174],[0.025,0.198],[0,0],[0,0],[-0.025,0.196],[-0.049,0.345],[0.074,0.174],[0,0],[0,0],[-0.025,0.148],[-0.027,0.125],[-0.027,0.12],[-0.025,0.144],[-0.048,0.174],[-0.173,0.367],[-0.049,0.171],[-0.025,0.294],[0,0.104],[0,0.393],[0,0.146],[0,0.174],[0,0.194],[0,0.15],[-0.025,0.196],[-0.049,0.124],[-0.073,0.174],[-0.122,0.194],[-0.295,0.368],[0,0],[0,0.15],[0,0.126],[0.051,0.145],[0.07,0.171],[0.294,0.539],[0,0.611],[-0.023,0.127],[-0.051,0.465],[-0.051,0.32],[-0.049,0.122],[-0.073,0.198],[-0.05,0.17],[-0.05,0.148],[-0.05,0.171],[-0.124,0.172],[-0.049,0.097],[0,0],[0,0.198],[0,0.244],[0,0.097],[0,0.147],[-0.05,0.171],[-0.075,0.144],[-0.099,0.17],[-0.072,0.171],[-0.144,0.147],[-0.125,0.12],[-0.073,0.148],[-0.025,0.125],[0,0.222],[0.024,0.127],[0.098,0.294],[0.024,0.123],[0,0.145],[0.024,0.32],[0,0.64],[-0.074,0.147],[-0.095,0.149],[-0.122,0.247],[0,0.146],[0.048,0.173],[0,0],[0.15,0.296],[0,0.143],[-0.297,0.023],[-0.174,0.099],[-0.075,0.095],[-0.05,0.122],[-0.075,0.192],[-0.02,0.121],[-0.047,0.196],[0,0.249],[0.098,0.126],[0.146,0.096],[0,0],[0,0],[0,0],[0,0],[-0.126,0.125],[-0.126,0.097],[-0.147,0.119],[0,0],[-0.096,0.125],[-0.122,0.148],[-0.077,0.121],[-0.027,0.123],[0,0.492],[0,0.469],[0,0.169],[0,0],[-0.146,-0.098],[-0.045,-0.031],[-0.085,0.001],[-0.074,-0.123],[0,0],[0,-0.296],[-0.05,0.025],[-0.196,0.05],[0,0],[0.121,0.077],[0.121,0.12],[0.099,0.124],[0.076,0.126],[0.026,0.124],[0,0.122],[0.028,0.296],[0,0],[-0.12,-0.024],[-0.126,-0.072],[-0.076,-0.102],[-0.05,-0.122],[-0.125,-0.149],[-0.169,0],[0,0],[-0.274,0.049],[-0.124,0.076],[-0.097,0.153],[0,0.489],[0.121,0.022],[0.146,0],[0.059,0.011],[0.072,-0.006],[0.171,0.047],[-0.049,0.123],[-0.099,0.176],[0,0.177],[0,0.151],[0.415,0],[0.294,0.122],[-0.046,0.146],[-0.029,0.147],[-0.297,0],[-0.148,0],[-0.293,0.066],[-0.118,0.011],[-0.144,-0.012],[-0.173,0.023],[-0.173,0.099],[0,0],[0,0.168],[0,0.117],[0.026,0.125],[0.026,0.147],[0.123,0.171],[0,0],[-0.025,0.171],[-0.046,0.147],[0,0.347],[0.197,0.272],[0,0.171],[0,0.15],[0.072,0.121],[0.125,0.1],[0.098,0.073],[0,0],[0,0],[0.146,-0.024],[0,0],[0.147,0],[-0.072,0.173],[-0.246,0.198],[0.245,0.269],[0.066,0.025],[0.062,-0.009],[0.06,0.011],[0.071,-0.006],[0.102,0.022],[0,0],[0.099,0.125],[0.097,0.146],[0.072,0.172],[0.02,0.124],[0.072,0.169],[0.37,0.269],[0.148,0.102],[0.074,0.097],[0.052,0.125],[0.073,0.146],[0.17,0.122],[0.025,0.119],[0.023,0.196],[0.294,0.018],[0.148,0],[0.12,0.042],[0.099,0.075],[0.194,0.297],[0.148,0.052],[0.116,-0.017],[0.146,0.023],[0.127,0.024],[0.12,0.02],[0.168,0.049],[0.157,0.043],[0.108,-0.012],[0,0],[0.171,0.02],[0.174,0.049],[0,0],[0.173,0],[0.198,0],[0.097,-0.071],[0.126,-0.145],[0.171,-0.098],[0.294,0],[-0.047,-0.297],[-0.081,-0.05],[-0.075,0.016],[-0.296,-0.123],[-0.121,-0.027],[-0.122,0],[-0.342,-0.026],[-0.149,0],[0,0],[-0.295,0],[-0.149,0],[-0.148,-0.121],[-0.098,-0.151],[-0.077,-0.273],[0,-0.145],[-0.027,-0.121],[-0.075,-0.174],[-0.072,-0.149],[-0.023,-0.126],[0,0],[-0.023,-0.145],[-0.024,-0.268],[0,-0.127],[-0.02,-0.149],[-0.126,-0.22],[0,-0.244],[0,0],[0,-0.17],[0,0],[0,-0.368],[0,0],[0,-0.248],[0,-0.148],[0,-0.297],[0.099,-0.173],[0.099,-0.073],[0.27,-0.073],[0.196,-0.048],[0.343,-0.566],[0.026,-0.128],[0.074,-0.149],[0.099,-0.095],[0.146,-0.071],[0.061,-0.022],[0.068,0.012],[0.15,-0.073],[0,0],[-0.223,-0.023],[-0.345,0],[-0.146,-0.046],[-0.101,-0.076],[-0.121,-0.17],[-0.122,-0.048],[-0.172,-0.072],[-0.176,-0.097],[-0.099,-0.145],[-0.072,-0.266],[0,0],[0,-0.177],[0.099,-0.197],[0.37,-0.366],[0,0],[0,0],[0,-0.149],[0.096,-0.151],[0.173,-0.271],[0.05,-0.144],[0.025,-0.124],[0,-0.148],[0,-0.12],[0.05,-0.193],[0.392,0],[0.248,0],[0.172,-0.097],[0.025,-0.126],[0,0],[0,-0.169],[-0.073,0.012],[-0.06,-0.007],[-0.174,0.025],[-0.195,0.097],[-0.071,0.031],[-0.057,-0.009],[-0.099,-0.143],[-0.048,-0.272],[-0.022,-0.29],[0,-0.145],[0,0],[0,0],[0.348,0],[0.346,0.172],[0,0],[0,-0.173],[0,-0.197],[0,0],[0,-0.146],[0.051,-0.145],[0.072,-0.146],[0.051,-0.126],[0,-0.152],[-0.05,-0.296],[-0.028,-0.122],[0,0],[0,0],[0.173,0],[0,0],[0.292,0],[0.32,-0.078],[0,0],[0.343,0],[0.199,0],[0.073,-0.101],[0.049,-0.126],[0.072,-0.171],[0.174,-0.295],[0.12,-0.148],[0.293,-0.172],[0.151,-0.098],[0.098,-0.144],[0,0],[0.073,-0.142],[0,0],[0,0],[-0.147,0],[0,0],[0,-0.147],[-0.025,-0.123],[-0.049,-0.175],[-0.147,-0.126],[-0.324,-0.201],[-0.12,-0.099],[-0.097,-0.145],[-0.05,-0.098],[0,0],[0.342,0],[0.368,0.121],[0.173,0.073],[0.063,0.016],[0.064,-0.006],[0.44,0.099],[0.147,0],[0.194,-0.048],[0.271,-0.044],[0.293,0],[0.171,-0.044],[0.123,-0.047],[0.151,-0.125],[0.195,-0.269],[0.074,-0.148],[0.099,-0.173],[0.121,-0.067],[0.197,-0.095],[0.097,-0.151],[0.027,-0.122],[0.05,-0.272],[0.222,-0.293],[0.069,-0.17],[0.073,-0.444],[0,-0.151],[0,-0.122],[0.051,-0.147],[0.173,-0.273],[0.148,-0.047],[0.169,0],[-0.05,0.149],[-0.027,0.119],[-0.022,0.148],[0,0.197],[0.293,-0.144],[0.1,-0.095],[0.172,-0.273],[0.072,-0.144],[0.098,-0.173],[0.073,-0.128],[0.075,-0.177],[0.051,-0.122],[0.05,-0.149],[0.024,-0.124],[0.048,-0.149],[0.101,-0.147],[0.1,-0.075],[0.119,-0.052],[0.169,-0.048],[0.172,-0.101],[0.073,-0.148],[0.024,-0.294],[0,-0.294],[-0.05,-0.296],[-0.024,-0.123],[0,-0.195],[-0.023,-0.345],[0,-0.345],[0.027,-0.155],[0.073,-0.172],[0.149,-0.145],[0.269,-0.194],[0.124,-0.055],[0.147,-0.078],[0.147,-0.173],[0.098,-0.145],[0.098,-0.172],[0.123,-0.148],[0.146,-0.1],[0,0],[0.368,0],[0.147,-0.098],[0.099,-0.123],[0.121,-0.15],[0,0],[0.025,-0.224],[0.028,-0.125],[0.049,-0.197],[0.098,-0.047],[0.123,-0.096],[0.249,-0.297],[0.176,-0.267],[0.051,-0.125],[0.1,-0.17],[0.221,-0.172],[0.198,-0.169],[0.026,-0.539],[0.048,-0.15],[0.072,-0.118],[0.072,-0.097],[0.096,-0.125],[0.075,-0.149],[0.026,-0.126],[0.026,-0.269],[0,-0.466],[0,-0.147],[0,0],[0.026,-0.145],[0.097,-0.34],[0.022,-0.121],[0.024,-0.121],[0,-0.126],[0.027,-0.224],[0,0],[-0.023,-0.399],[0,0],[0,-0.149],[0,0],[0.145,-0.028],[0.059,-0.011],[0.07,0.006],[0.173,-0.047],[0.15,-0.073],[0.42,-0.295],[0.049,-0.172],[0.076,-0.291],[0.099,-0.146],[0.063,-0.037],[0.063,0.014],[0.124,-0.051],[0.394,-0.147],[0.097,-0.049],[0.223,-0.226],[0.324,-0.633],[0.052,-0.124],[0.077,-0.176],[0.098,-0.124],[0.045,-0.124],[0,0],[0.174,-0.34],[0.025,-0.22],[0,-0.223],[-0.022,-0.171],[-0.169,-0.342],[-0.052,-0.271],[-0.022,-0.295],[0,-0.346],[-0.071,-0.173],[-0.27,-0.171],[0,0],[-0.173,0],[-0.148,-0.023],[-0.087,-0.012],[-0.081,0.007],[-0.122,-0.026],[-0.322,-0.098],[-0.121,-0.078],[-0.07,-0.099],[-0.122,-0.267],[-0.025,-0.127],[-0.048,-0.174],[-0.147,-0.148],[-0.171,-0.122],[-0.121,-0.074],[-0.197,-0.075],[-0.397,0],[0,0],[-0.196,0],[-0.342,-0.147],[-0.147,-0.072],[-0.294,-0.098],[-0.367,0],[0,0.464],[-0.224,0],[-0.15,0],[-0.126,0],[-0.149,-0.024],[-0.149,-0.073],[-0.099,-0.075],[0.146,-0.123],[0.122,-0.075],[0.148,-0.073],[0,0],[-0.078,-0.013],[-0.061,0.005],[-0.149,-0.026],[-0.172,-0.051],[-0.171,-0.048],[-0.174,-0.1],[-0.145,-0.1],[-0.096,-0.048],[-0.196,-0.1],[-0.171,-0.028],[-0.147,0],[0,0],[-0.148,-0.03],[-0.221,-0.074],[-0.294,-0.118],[-0.321,0],[0,0],[0,0],[0,0],[0.05,-0.123],[0.097,-0.179],[0.122,-0.1],[0.099,-0.068],[0.15,-0.221],[-0.293,-0.025],[-0.171,-0.049],[-0.273,-0.099],[-0.169,-0.047],[0,0],[0,0],[-0.197,0],[0,0.294],[0,0.146],[-0.148,0.391],[-0.269,0],[0,0],[0,-0.145],[0,-0.148],[0.443,0],[0.123,-0.046],[0.125,-0.097],[0.1,-0.27],[0.025,-0.296],[0.026,-0.221],[0,-0.414],[-0.22,0],[-0.145,0],[-0.125,0],[0,0],[0,-0.176],[-0.022,-0.171],[-0.021,-0.122],[-0.074,-0.196],[-0.049,-0.123],[-0.097,-0.147],[-0.052,-0.037],[-0.067,0.014],[-0.297,-0.121],[-0.12,-0.098],[-0.146,-0.272],[-0.099,-0.076],[-0.124,-0.074],[-0.146,-0.072],[-0.177,-0.072],[-0.115,0.017],[-0.197,0],[-0.194,-0.097],[0,0],[-0.221,-0.099],[-0.219,0],[-0.172,0.075],[-0.316,0.218],[0,0],[-0.151,0],[-0.294,-0.027],[-0.316,-0.097],[-0.121,-0.05],[-0.294,-0.116],[-0.319,-0.198],[-0.15,-0.124],[-0.095,-0.169],[-0.075,-0.445],[-0.196,-0.021],[-0.062,-0.013],[-0.066,0.006],[-0.174,-0.052],[-0.147,-0.072],[-0.17,-0.096],[-0.124,-0.124],[-0.075,-0.104],[-0.054,-0.038],[-0.067,0.015],[-0.17,-0.072],[-0.12,-0.095],[-0.05,-0.124],[-0.074,-0.319],[0,0],[-0.266,0.054],[-0.296,0.096],[-0.119,0],[-0.194,0],[-0.048,-0.122],[-0.1,-0.366],[0,0],[0.169,-0.049],[-0.148,-0.197],[-0.176,-0.076],[-0.148,-0.048],[-0.168,-0.049],[0,0],[0,0],[-0.148,-0.051],[-0.27,-0.073],[-0.271,0],[-0.074,0.103],[-0.048,0.12],[-0.05,0.147],[-0.173,0.271],[-0.197,0],[-0.147,-0.074],[-0.097,-0.121],[-0.097,-0.147],[-0.297,-0.146],[-0.174,-0.024],[0,0],[-0.175,0],[-0.37,-0.1],[0,0],[-0.291,0],[-0.174,0],[-0.171,-0.049],[-0.146,-0.095],[-0.124,-0.047],[-0.494,-0.172],[0,0.294],[0,0.197],[-0.1,0.125],[-0.137,0.025],[-0.128,-0.013],[-0.174,0.026],[-0.169,0.077],[-0.148,0.125],[0,0.148],[0,0.147],[0.023,0.122],[0.023,0.15],[0.025,0.194],[0,0.224],[-0.025,0.195],[-0.124,-0.101],[-0.125,-0.124],[-0.27,-0.346],[-0.119,-0.323],[0,-0.15],[0.051,-0.173],[0.026,-0.121],[0.023,-0.123],[0,-0.245],[0,-0.465],[0.12,-0.097],[0.122,-0.095],[0.123,-0.098],[0,0],[0,0]],\"v\":[[-156.459,25.264],[-156.875,25.357],[-157.27,25.459],[-157.659,25.655],[-157.759,26.048],[-157.759,26.936],[-159.993,26.936],[-160.805,27.424],[-161.2,27.719],[-161.693,27.916],[-162.184,28.111],[-163.068,28.305],[-163.463,28.41],[-164.247,28.41],[-164.247,30.668],[-165.036,31.256],[-165.425,31.359],[-166.214,31.359],[-166.214,31.946],[-166.412,32.339],[-166.605,32.733],[-166.605,33.127],[-167.002,33.426],[-167.788,34.013],[-168.18,34.306],[-168.18,34.7],[-168.574,35.094],[-168.6,35.463],[-168.6,35.856],[-168.396,35.858],[-168.208,35.856],[-167.716,35.956],[-167.716,37.526],[-167.617,37.921],[-167.224,38.708],[-167.129,39.102],[-167.028,39.69],[-167.129,40.278],[-167.521,40.577],[-168.009,40.97],[-168.009,41.359],[-167.914,42.149],[-168.009,43.032],[-168.404,43.426],[-168.7,43.818],[-168.898,43.819],[-169.09,43.818],[-169.878,43.919],[-169.978,44.508],[-169.683,44.904],[-169.683,45.294],[-170.863,45.978],[-170.959,46.772],[-171.351,46.868],[-172.14,47.163],[-172.434,47.556],[-172.73,49.124],[-174.403,49.124],[-174.306,50.309],[-174.403,51.095],[-174.5,51.487],[-174.403,51.904],[-174.5,52.373],[-174.11,53.157],[-173.713,52.964],[-173.097,52.768],[-172.239,52.862],[-172.239,53.647],[-172.434,54.046],[-173.221,54.339],[-173.614,54.339],[-174.11,54.436],[-174.11,55.224],[-174.205,55.618],[-174.599,55.811],[-174.99,56.107],[-175.385,56.401],[-175.482,56.992],[-175.385,57.587],[-175.09,57.98],[-174.793,58.372],[-174.793,58.765],[-174.793,59.648],[-174.793,60.043],[-174.5,60.433],[-174.11,60.63],[-173.713,60.63],[-173.318,60.63],[-172.926,60.825],[-172.534,61.025],[-172.14,61.417],[-171.944,61.811],[-171.648,62.3],[-171.453,62.693],[-171.058,62.992],[-170.863,63.385],[-170.863,64.169],[-170.764,64.566],[-170.665,64.956],[-170.274,65.252],[-169.978,65.645],[-169.584,65.94],[-169.485,66.725],[-169.485,67.612],[-169.191,68.104],[-168.995,68.497],[-168.6,68.79],[-168.11,69.97],[-168.009,71.249],[-167.815,71.642],[-167.421,71.839],[-167.224,72.231],[-166.832,72.426],[-166.439,72.72],[-166.045,72.92],[-165.848,73.316],[-165.848,73.705],[-165.848,74.687],[-165.75,75.18],[-165.75,75.575],[-165.358,75.868],[-164.964,76.654],[-164.764,77.05],[-164.374,77.342],[-163.982,77.54],[-163.49,77.838],[-163.095,78.132],[-162.702,78.229],[-162.309,78.229],[-161.915,78.229],[-161.522,78.524],[-161.131,78.916],[-160.836,79.312],[-160.439,79.508],[-160.049,79.799],[-159.262,80.388],[-158.475,80.687],[-158.081,80.883],[-157.197,81.469],[-156.999,81.865],[-156.608,82.261],[-155.918,83.043],[-155.624,83.438],[-155.232,83.438],[-154.47,83.438],[-154.47,87.545],[-154.641,88.354],[-154.542,88.941],[-154.641,89.139],[-154.641,89.53],[-154.445,90.491],[-154.445,90.712],[-154.641,91.108],[-154.641,91.499],[-154.835,91.895],[-154.74,92.558],[-154.835,92.677],[-154.835,93.171],[-154.641,93.564],[-154.641,94.129],[-154.641,94.351],[-154.641,94.742],[-154.936,95.234],[-154.936,96.119],[-154.641,96.614],[-154.641,97.004],[-154.641,97.397],[-154.835,97.792],[-154.835,98.189],[-154.936,98.58],[-155.133,98.972],[-155.329,99.463],[-155.819,100.446],[-156.015,100.936],[-156.015,101.695],[-156.114,101.921],[-156.015,102.904],[-155.918,103.295],[-156.015,103.766],[-155.918,104.278],[-156.015,104.672],[-156.313,105.166],[-156.409,105.558],[-156.707,105.953],[-157.098,106.443],[-157.687,107.573],[-157.687,107.817],[-157.592,108.21],[-157.592,108.606],[-157.393,109],[-157.098,109.394],[-156.608,110.968],[-156.903,112.533],[-156.999,112.932],[-156.999,114.109],[-157.294,114.998],[-157.393,115.389],[-157.786,115.782],[-157.786,116.274],[-157.984,116.667],[-158.278,117.058],[-158.671,117.454],[-158.966,117.749],[-158.966,118.533],[-158.867,119.027],[-158.966,119.642],[-158.867,119.91],[-158.867,120.306],[-159.164,120.698],[-159.361,121.092],[-159.755,121.485],[-159.853,121.975],[-160.439,122.466],[-160.836,122.761],[-161.03,123.152],[-161.131,123.547],[-160.736,123.938],[-160.736,124.334],[-160.439,125.123],[-160.439,125.515],[-160.344,125.908],[-160.344,126.742],[-160.638,128.365],[-160.935,128.758],[-161.326,129.053],[-161.423,129.843],[-161.423,130.234],[-161.131,130.627],[-160.935,131.02],[-160.541,131.834],[-160.638,132.2],[-161.423,132.295],[-161.817,132.594],[-161.915,132.986],[-162.014,133.38],[-162.409,133.775],[-162.409,134.166],[-162.508,134.753],[-162.31,135.341],[-161.915,135.546],[-161.497,135.839],[-160.245,135.839],[-159.95,132.295],[-158.475,132.295],[-158.475,133.473],[-158.768,133.87],[-159.164,134.071],[-159.46,134.459],[-159.46,136.525],[-159.755,136.916],[-160.144,137.213],[-160.245,137.607],[-160.291,137.999],[-160.144,139.276],[-160.144,140.458],[-160.291,140.852],[-160.736,140.555],[-161.03,140.162],[-161.209,140.132],[-161.423,140.065],[-161.423,139.673],[-161.423,139.276],[-161.522,138.49],[-161.522,138.688],[-162.112,138.688],[-162.112,139.865],[-161.718,139.969],[-161.522,140.357],[-161.131,140.652],[-160.935,141.047],[-160.935,141.44],[-160.836,141.835],[-160.836,142.617],[-161.131,142.422],[-161.522,142.326],[-161.915,142.131],[-161.915,141.735],[-162.014,141.342],[-162.409,141.047],[-162.799,141.247],[-162.799,142.422],[-163.587,142.617],[-163.786,143.013],[-164.176,143.31],[-163.291,144.195],[-162.898,144.093],[-162.508,144.195],[-162.32,144.193],[-162.112,144.195],[-161.817,144.586],[-161.915,144.977],[-162.31,145.37],[-162.112,145.763],[-162.112,146.159],[-161.03,146.26],[-160.245,146.649],[-160.439,147.042],[-160.439,147.441],[-161.227,147.441],[-161.622,147.441],[-162.409,147.732],[-162.752,147.727],[-163.192,147.732],[-163.587,148.026],[-163.982,148.422],[-163.982,148.618],[-163.786,149.012],[-163.786,149.403],[-163.786,149.796],[-163.392,149.994],[-163.095,150.584],[-163.095,150.781],[-163.392,151.172],[-163.587,151.564],[-162.996,152.256],[-162.606,153.039],[-162.996,153.236],[-162.898,153.63],[-162.508,153.824],[-162.112,154.023],[-162.112,154.416],[-162.898,154.812],[-162.702,155.301],[-162.31,155.205],[-161.522,155.205],[-161.131,155.301],[-161.227,155.792],[-162.014,156.187],[-161.326,156.878],[-161.115,156.882],[-160.935,156.878],[-160.747,156.876],[-160.541,156.878],[-160.541,157.171],[-160.935,157.464],[-160.638,157.857],[-160.245,158.153],[-160.144,158.644],[-160.245,159.039],[-159.853,159.334],[-158.671,159.821],[-158.278,160.117],[-158.181,160.51],[-158.081,160.908],[-157.687,161.102],[-157.197,161.4],[-157.294,161.791],[-157.197,162.381],[-156.409,162.482],[-156.015,162.482],[-155.624,162.576],[-155.624,162.968],[-154.936,163.66],[-154.506,163.671],[-154.149,163.66],[-153.759,163.854],[-153.362,163.955],[-152.967,164.052],[-152.578,164.348],[-152.136,164.36],[-151.791,164.348],[-151.396,164.348],[-151.006,164.639],[-150.485,164.742],[-147.366,164.742],[-146.974,164.937],[-146.581,164.639],[-146.484,164.245],[-146.087,163.906],[-145.497,163.955],[-144.714,163.906],[-144.909,163.164],[-145.171,163.154],[-145.4,163.164],[-146.188,162.775],[-146.581,162.775],[-146.974,162.677],[-147.858,162.677],[-148.249,162.576],[-148.249,161.691],[-149.038,161.691],[-149.431,161.691],[-149.823,161.4],[-149.921,160.908],[-150.117,160.117],[-150.117,159.724],[-150.117,159.334],[-150.512,159.039],[-150.708,158.644],[-150.708,158.252],[-150.708,157.857],[-150.905,157.464],[-150.905,156.682],[-151.006,156.287],[-151.2,155.891],[-151.669,155.4],[-151.493,154.812],[-151.493,154.416],[-151.691,154.023],[-151.691,152.745],[-151.592,151.812],[-149.627,151.812],[-149.627,151.172],[-149.727,150.781],[-149.627,149.994],[-149.333,149.601],[-148.939,149.502],[-148.152,149.403],[-147.759,149.012],[-147.17,147.441],[-147.071,147.042],[-146.776,146.649],[-146.383,146.453],[-145.991,146.159],[-145.796,146.16],[-145.598,146.159],[-145.4,145.763],[-145.4,144.977],[-145.991,144.878],[-146.875,144.878],[-147.265,144.68],[-147.366,144.29],[-147.759,143.896],[-148.152,143.799],[-148.544,143.503],[-148.939,143.112],[-149.234,142.718],[-149.333,141.93],[-149.333,141.542],[-149.137,141.144],[-148.743,140.752],[-147.538,140.065],[-145.203,140.065],[-145.203,137.879],[-145.103,137.508],[-144.714,137.213],[-144.319,136.424],[-144.122,136.032],[-144.122,135.641],[-144.219,135.245],[-144.122,134.851],[-143.729,134.459],[-142.745,134.658],[-142.155,134.459],[-141.762,134.071],[-141.762,133.676],[-141.762,133.277],[-141.961,132.887],[-142.158,132.888],[-142.352,132.887],[-142.745,133.083],[-143.139,133.473],[-143.365,133.482],[-143.531,133.473],[-144.236,133.229],[-144.236,132.44],[-144.331,131.654],[-144.431,131.286],[-144.431,130.084],[-143.77,130.084],[-142.958,130.375],[-142.146,130.969],[-139.712,130.969],[-139.513,130.572],[-139.811,130.179],[-139.811,129.787],[-139.811,129.394],[-139.613,129.001],[-139.221,128.808],[-139.221,128.415],[-139.221,128.019],[-139.513,127.232],[-139.613,126.863],[-139.613,125.953],[-137.77,125.953],[-137.354,125.854],[-136.564,125.854],[-135.781,125.759],[-134.969,125.465],[-133.051,125.465],[-132.241,125.759],[-131.846,125.465],[-131.749,125.07],[-131.65,124.675],[-131.358,124.284],[-130.865,123.497],[-130.37,123.2],[-129.587,122.709],[-129.29,122.315],[-128.995,121.923],[-128.801,121.527],[-128.602,121.159],[-128.602,119.959],[-128.995,119.959],[-129.389,119.856],[-129.389,119.073],[-129.389,118.678],[-129.486,118.288],[-129.882,117.993],[-130.37,117.697],[-131.161,117.006],[-131.552,116.811],[-131.846,116.418],[-131.846,116.026],[-130.298,116.026],[-129.389,116.222],[-128.602,116.811],[-128.207,117.103],[-128.001,117.106],[-127.814,117.103],[-126.637,117.302],[-126.241,117.302],[-125.852,116.907],[-125.061,116.907],[-124.276,116.907],[-123.885,116.614],[-123.493,116.516],[-123.194,116.122],[-122.802,115.337],[-122.607,114.944],[-122.212,114.547],[-121.819,114.45],[-121.327,114.159],[-121.034,113.765],[-120.935,113.37],[-120.935,112.582],[-120.245,111.797],[-119.951,111.407],[-119.951,110.228],[-119.854,109.83],[-119.854,109.436],[-119.658,109.047],[-118.969,108.453],[-118.574,108.259],[-118.184,108.453],[-118.378,108.848],[-118.478,109.24],[-118.673,109.633],[-118.378,110.025],[-117.591,109.633],[-117.395,109.24],[-117.003,108.453],[-116.806,108.063],[-116.411,107.672],[-116.216,107.279],[-115.921,106.884],[-115.822,106.488],[-115.626,106.097],[-115.626,105.703],[-115.431,105.306],[-115.137,104.916],[-114.74,104.82],[-114.348,104.717],[-113.954,104.427],[-113.561,104.028],[-113.365,103.637],[-113.365,102.851],[-113.365,102.063],[-113.66,101.279],[-113.66,100.885],[-113.759,100.394],[-113.759,99.509],[-113.759,98.627],[-113.561,98.23],[-113.169,97.935],[-112.775,97.542],[-111.988,97.056],[-111.594,96.955],[-111.398,96.559],[-111.005,96.068],[-110.712,95.674],[-110.417,95.183],[-110.021,94.889],[-109.607,94.593],[-107.686,94.593],[-106.876,94.103],[-106.486,93.807],[-106.286,93.414],[-105.892,93.118],[-101.076,93.118],[-100.978,92.531],[-100.978,92.136],[-100.585,91.74],[-100.191,91.643],[-99.995,91.249],[-99.406,90.464],[-98.915,89.679],[-98.915,89.283],[-98.618,88.891],[-97.833,88.695],[-97.635,87.907],[-97.34,86.337],[-97.142,85.94],[-96.947,85.548],[-96.553,85.451],[-96.358,85.058],[-96.163,84.666],[-96.163,84.27],[-96.064,83.485],[-96.064,82.305],[-95.964,81.91],[-95.964,81.517],[-95.766,81.125],[-95.374,80.239],[-95.276,79.846],[-95.178,79.454],[-95.081,79.059],[-95.081,78.47],[-95.081,77.883],[-95.276,76.897],[-95.276,76.013],[-95.374,75.645],[-95.374,73.261],[-94.982,73.16],[-94.792,73.162],[-94.589,73.16],[-94.195,72.868],[-93.803,72.671],[-92.917,71.587],[-92.819,71.096],[-92.522,70.309],[-92.228,69.916],[-92.021,69.912],[-91.835,69.916],[-91.443,69.819],[-90.655,69.032],[-90.263,68.937],[-89.872,68.145],[-88.986,66.477],[-88.887,66.085],[-88.493,65.79],[-88.098,65.495],[-87.999,65.099],[-87.805,64.706],[-87.312,63.822],[-87.312,63.233],[-87.312,62.643],[-87.611,62.249],[-88.098,61.365],[-88.493,60.381],[-88.493,59.596],[-88.594,58.711],[-88.887,58.316],[-89.699,57.924],[-91.615,57.924],[-92.031,57.825],[-92.423,57.629],[-92.669,57.63],[-92.917,57.629],[-93.309,57.53],[-94.098,57.139],[-94.491,56.943],[-94.589,56.544],[-94.883,55.762],[-94.883,55.368],[-95.276,55.073],[-95.766,54.777],[-96.163,54.383],[-96.553,54.285],[-97.142,54.188],[-98.151,54.481],[-100.559,54.481],[-101.076,54.383],[-101.863,53.795],[-102.257,53.599],[-103.068,53.501],[-104.026,53.599],[-104.073,54.777],[-104.615,54.777],[-105.008,54.679],[-105.4,54.679],[-105.796,54.481],[-106.188,54.285],[-106.286,53.892],[-105.991,53.501],[-105.598,53.402],[-105.206,53.107],[-105.4,52.715],[-105.616,52.714],[-105.796,52.715],[-106.188,52.517],[-106.68,52.418],[-107.072,52.123],[-107.566,51.828],[-107.861,51.435],[-108.253,51.34],[-108.845,51.046],[-109.335,51.046],[-109.727,50.949],[-110.12,50.949],[-110.513,50.747],[-111.104,50.449],[-112.013,50.253],[-112.823,50.353],[-112.823,52.221],[-114.445,52.221],[-114.445,51.435],[-114.348,51.046],[-113.954,50.65],[-113.66,50.253],[-113.268,50.157],[-113.169,49.373],[-113.954,49.271],[-114.348,48.975],[-115.137,48.779],[-115.626,48.583],[-116.043,48.583],[-116.411,48.583],[-116.905,48.681],[-116.905,49.471],[-116.905,49.862],[-117.789,50.449],[-118.478,50.353],[-118.478,49.566],[-118.378,49.176],[-118.451,48.779],[-117.297,48.681],[-116.905,48.583],[-116.708,48.191],[-116.708,47.405],[-116.608,46.619],[-116.51,46.052],[-116.608,44.994],[-117.201,45.047],[-117.591,44.946],[-117.888,44.994],[-117.888,42.859],[-118.085,42.489],[-118.184,41.997],[-118.281,41.604],[-118.673,41.211],[-118.673,40.818],[-118.969,40.423],[-119.168,40.419],[-119.361,40.423],[-120.501,39.91],[-120.892,39.713],[-121.188,38.928],[-121.581,38.829],[-121.977,38.631],[-122.27,38.235],[-122.779,38.214],[-123.154,38.235],[-123.647,38.042],[-124.138,37.749],[-124.531,37.552],[-125.122,37.256],[-125.708,37.356],[-126.007,37.749],[-127.036,37.843],[-127.676,37.843],[-128.069,37.749],[-128.857,37.649],[-129.645,37.256],[-130.036,37.154],[-130.823,36.668],[-131.706,36.175],[-132.003,35.778],[-132.297,35.292],[-132.297,34.109],[-132.789,34.013],[-132.99,34.013],[-133.181,34.013],[-133.576,33.718],[-133.969,33.522],[-134.359,33.127],[-134.753,32.934],[-134.753,32.537],[-134.954,32.532],[-135.148,32.537],[-135.639,32.241],[-136.031,31.946],[-136.129,31.554],[-136.129,30.668],[-136.526,30.668],[-137.31,30.867],[-138.1,31.16],[-138.492,31.256],[-138.982,31.061],[-138.982,30.668],[-139.082,29.687],[-138.587,29.586],[-138.197,29.294],[-138.587,28.804],[-139.082,28.704],[-139.475,28.506],[-139.966,28.41],[-140.85,29.097],[-141.049,29.097],[-141.44,28.898],[-142.177,28.704],[-142.816,28.898],[-142.917,29.294],[-143.012,29.687],[-143.21,30.08],[-143.898,30.668],[-144.389,30.572],[-144.585,30.175],[-144.88,29.782],[-145.176,29.39],[-146.06,29.097],[-146.576,29.001],[-148.589,29.001],[-149.008,28.804],[-149.995,28.605],[-149.995,27.424],[-150.778,27.424],[-151.173,27.228],[-151.665,27.031],[-151.958,26.636],[-152.351,26.538],[-153.727,26.244],[-153.727,27.031],[-153.925,27.523],[-154.219,27.916],[-154.615,27.917],[-155.006,27.916],[-155.401,28.211],[-155.792,28.506],[-156.186,28.898],[-156.087,29.294],[-155.988,29.687],[-155.988,30.08],[-155.792,30.474],[-155.792,31.061],[-155.792,31.653],[-155.988,32.146],[-156.382,31.946],[-156.579,31.554],[-157.171,30.572],[-157.367,29.687],[-157.367,29.294],[-157.071,28.898],[-156.972,28.506],[-156.875,28.111],[-157.171,27.523],[-156.481,26.538],[-156.087,26.244],[-155.792,25.852],[-155.401,25.655],[-155.596,25.264]],\"c\":true},\"ix\":2},\"nm\":\"Path 95\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":95,\"ty\":\"sh\",\"ix\":96,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.078,-0.171],[0,0],[0.075,-0.1],[0.318,-0.079],[0.147,0],[0.168,-0.073],[0.121,-0.17],[0.1,-0.069],[0.295,0],[0.12,0.023],[0.147,0.096],[0.273,-0.096],[0.101,-0.071],[0.101,-0.076],[0.146,-0.051],[0.122,0],[0.121,-0.024],[0.117,-0.074],[0.125,-0.147],[0,-0.172],[0,0],[0,0],[-0.023,0.172],[0,0],[0,0],[-0.045,0.098],[-0.123,0.072],[-0.171,0.051],[-0.342,0],[-0.468,-0.025],[0,0],[-0.096,-0.272],[-0.097,-0.097],[-0.15,-0.078],[-0.072,0.009],[-0.056,-0.013],[-0.176,-0.073],[-0.194,-0.075],[-0.079,0.02],[-0.057,-0.07],[-0.096,-0.126],[-0.096,-0.099],[-0.078,0.022],[-0.055,-0.022],[-0.168,-0.069],[0,0],[0,0],[0.077,0.12],[0.048,0.144],[0.024,0.12],[0.05,0.273],[-0.198,0],[-0.174,-0.022],[-0.126,-0.022],[-0.151,0],[0,0],[0,0],[0,0],[0.047,0.149],[0.069,0.125],[0.321,0]],\"o\":[[0,0],[-0.054,0.124],[-0.193,0.247],[-0.121,0.02],[-0.194,0.019],[-0.177,0.072],[-0.049,0.096],[-0.219,0.201],[-0.146,0],[-0.174,-0.025],[-0.296,0.026],[-0.122,0.051],[-0.095,0.073],[-0.123,0.098],[-0.124,0.048],[-0.122,0],[-0.147,0.048],[-0.152,0.098],[-0.096,0.125],[0,0],[0,0],[0.07,-0.175],[0,0],[0,0],[0,-0.124],[0.051,-0.096],[0.148,-0.077],[0.319,-0.101],[0.467,0],[0,0],[0,0.293],[0.051,0.148],[0.097,0.098],[0.065,0.025],[0.062,-0.009],[0.174,0.046],[0.195,0.102],[0.073,0.021],[0.104,-0.026],[0.1,0.121],[0.077,0.096],[0.055,0.054],[0.064,-0.017],[0.153,0.072],[0,0],[0,0],[0,-0.171],[-0.073,-0.126],[-0.05,-0.123],[-0.072,-0.276],[0.17,-0.046],[0.194,0],[0.123,0.024],[0.12,0.027],[0,0],[0,0],[0,0],[0,-0.168],[-0.05,-0.143],[-0.176,-0.243],[-0.219,0]],\"v\":[[214.121,30.842],[213.926,31.235],[213.822,31.631],[213.04,32.025],[212.646,31.927],[212.257,32.221],[211.86,32.611],[211.759,33.003],[210.975,33.204],[210.582,33.204],[210.483,32.611],[209.696,32.707],[209.303,32.809],[209.303,33.204],[208.91,33.399],[208.517,33.399],[208.124,33.399],[207.733,33.596],[207.434,33.987],[207.236,34.356],[207.236,36.348],[207.634,36.645],[207.926,36.251],[207.926,35.856],[207.926,35.463],[207.926,35.069],[208.321,34.973],[208.714,34.678],[209.574,34.577],[210.777,34.678],[210.777,35.463],[210.777,36.251],[210.975,36.645],[211.368,36.843],[211.579,36.848],[211.759,36.843],[212.157,37.134],[212.646,37.431],[212.879,37.413],[213.137,37.431],[213.43,37.825],[213.43,38.217],[213.639,38.229],[213.822,38.217],[214.217,38.507],[214.61,38.412],[214.61,37.649],[214.512,37.236],[214.121,37.038],[214.121,36.645],[213.926,35.856],[214.319,35.56],[214.811,35.756],[215.204,35.856],[215.598,35.856],[215.887,35.463],[215.499,34.678],[215.499,31.752],[215.4,31.331],[215.204,30.939],[214.512,30.448]],\"c\":true},\"ix\":2},\"nm\":\"Path 96\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":96,\"ty\":\"sh\",\"ix\":97,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.171],[0.026,-0.119],[0,-0.168],[0,-0.148],[0,-0.172],[0,-0.176],[0.024,-0.147],[0.049,-0.172],[0,-0.396],[-0.222,-0.517],[-0.343,-0.175],[-0.173,-0.052],[-0.322,0],[-0.439,0.028],[0,0.297],[0,0.169],[0,0.172],[0.024,0.295],[0,0],[0,0],[0.07,0.146],[0.097,0.148],[0.098,0.127],[0.1,0.124],[0.122,0.144],[0.028,0.169],[0.027,0.345],[0,0]],\"o\":[[-0.027,0.125],[-0.027,0.149],[0,0.148],[0,0.172],[0,0.171],[0,0.17],[-0.027,0.169],[-0.122,0.369],[0,0.566],[0.148,0.345],[0.173,0.072],[0.294,0.102],[0.442,0],[0,-0.291],[0,-0.173],[0,-0.173],[-0.023,-0.296],[0,0],[0,0],[-0.03,-0.17],[-0.076,-0.152],[-0.075,-0.123],[-0.101,-0.146],[-0.101,-0.122],[-0.12,-0.147],[-0.071,-0.318],[0,0],[-0.124,0.15]],\"v\":[[128.296,30.939],[128.197,31.331],[128.296,31.752],[128.197,32.121],[128.394,32.514],[128.296,32.934],[128.394,33.399],[128.098,33.792],[128.001,34.825],[128.197,36.251],[128.983,36.843],[129.376,37.134],[130.188,37.236],[131.293,37.134],[131.342,36.348],[131.293,35.883],[131.342,35.463],[131.149,34.678],[131.149,34.281],[131.149,33.888],[130.855,33.5],[130.558,33.104],[130.361,32.707],[129.967,32.415],[129.671,32.025],[129.376,31.631],[129.279,30.744],[128.691,30.644]],\"c\":true},\"ix\":2},\"nm\":\"Path 97\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":97,\"ty\":\"sh\",\"ix\":98,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.074,-0.122],[0.147,-0.125],[0.174,-0.076],[0.272,-0.096],[0.143,-0.145],[0.097,-0.172],[0.073,-0.174],[0.051,-0.125],[0.072,-0.147],[0.121,-0.147],[0.102,-0.12],[0.169,-0.07],[0.147,-0.05],[0.442,-0.151],[0.145,-0.121],[0.124,-0.147],[0.096,-0.17],[0.097,-0.083],[0.125,-0.099],[0.147,-0.097],[0.119,-0.119],[0.15,-0.121],[0.175,-0.026],[0.126,0],[0.295,0],[0,0],[0.267,-0.022],[0.171,0],[0.221,0],[0.246,0.024],[0.219,0.295],[0,0],[0,0],[0.147,-0.024],[0.292,-0.515],[0.072,-0.175],[0.024,-0.124],[0,-0.345],[-0.074,-0.316],[-0.048,-0.099],[-0.146,-0.098],[-0.271,-0.199],[-0.099,-0.146],[-0.07,-0.149],[0,-0.22],[0,-0.071],[0,0],[0,-0.25],[-0.05,-0.196],[-0.048,-0.118],[-0.144,-0.126],[-0.146,-0.051],[-0.294,0],[-0.321,-0.073],[-0.099,-0.074],[-0.073,-0.098],[-0.32,-0.098],[-0.292,0],[-0.298,0.025],[-0.418,0],[-0.169,-0.098],[-0.176,-0.075],[-0.194,0],[-0.242,0],[-0.296,-0.296],[-0.199,-0.047],[-0.125,-0.024],[-0.248,0],[0,0],[-0.073,0],[0,0],[-0.099,0.072],[-0.123,0.073],[-0.119,0.097],[0,0.242],[0.056,0.201],[0.077,0.172],[0,0.196],[-0.072,0.148],[-0.1,0.123],[-0.072,0.126],[-0.048,0.198],[-0.097,0.446],[0,0],[0,0],[-0.493,0.022],[-0.172,0.053],[-0.121,0.172],[-0.072,0.148],[0.176,0.023],[0.079,-0.005],[0.086,0.012],[0.146,0],[0.296,0.022],[0,0.249],[0,0.17],[0,0],[0.052,0.197],[0.053,0.142],[0,0.317],[0,0],[-0.414,0.027],[-0.147,0],[-0.03,0.146],[-0.051,0.12],[-0.143,0.125],[-0.075,-0.017],[-0.058,0.024],[-0.174,0.075],[-0.296,0.099],[0.222,0.201],[0.299,0.025],[0.122,-0.007],[0.146,0.012],[0.169,0.046],[0.145,0.097],[0.074,0.12],[0.024,0.121],[0.047,0.124],[0.075,0.146],[0.245,0.196],[0.123,0.048],[0.123,0.024]],\"o\":[[-0.097,0.173],[-0.123,0.097],[-0.245,0.098],[-0.195,0.075],[-0.149,0.152],[-0.103,0.146],[-0.051,0.123],[-0.047,0.145],[-0.074,0.169],[-0.123,0.147],[-0.097,0.125],[-0.15,0.079],[-0.441,0.174],[-0.198,0.072],[-0.153,0.128],[-0.121,0.149],[-0.069,0.12],[-0.124,0.094],[-0.146,0.121],[-0.146,0.101],[-0.126,0.126],[-0.147,0.122],[-0.122,0.025],[-0.268,0.025],[0,0],[-0.273,-0.026],[-0.175,0.024],[-0.223,0.024],[-0.246,0],[-0.395,-0.052],[0,0],[0,0],[-0.149,0],[0,0.614],[-0.072,0.147],[-0.048,0.123],[-0.074,0.318],[0,0.342],[0.024,0.127],[0.099,0.151],[0.274,0.193],[0.147,0.1],[0.098,0.147],[0.099,0.17],[0,0.073],[0,0],[0,0.247],[0,0.219],[0.027,0.125],[0.074,0.154],[0.127,0.096],[0.273,0.097],[0.342,0],[0.121,0.023],[0.095,0.074],[0.2,0.248],[0.269,0.074],[0.296,0],[0.413,-0.05],[0.22,0],[0.174,0.101],[0.17,0.077],[0.244,0],[0.447,0],[0.144,0.146],[0.122,0.026],[0.219,0.048],[0,0],[0.071,0],[0,0],[0.073,-0.126],[0.119,-0.073],[0.124,-0.071],[0.177,-0.122],[0,-0.226],[-0.048,-0.166],[-0.071,-0.174],[0,-0.196],[0.075,-0.146],[0.096,-0.119],[0.101,-0.171],[0.15,-0.415],[0,0],[0,0],[0.492,0],[0.193,0],[0.197,-0.045],[0.076,-0.124],[-0.149,-0.096],[-0.085,-0.012],[-0.078,0.006],[-0.124,-0.024],[-0.295,0],[-0.076,-0.222],[0,-0.165],[0,0],[0,-0.222],[-0.025,-0.149],[-0.096,-0.296],[0,0],[0.414,0.028],[0.149,0],[0,-0.169],[0,-0.122],[0.071,-0.174],[0.053,-0.039],[0.066,0.014],[0.176,-0.074],[0.266,-0.143],[-0.097,-0.297],[-0.194,-0.167],[-0.148,-0.012],[-0.123,0.006],[-0.197,0],[-0.174,-0.05],[-0.124,-0.076],[-0.077,-0.126],[-0.025,-0.123],[-0.077,-0.174],[-0.171,-0.273],[-0.099,-0.073],[-0.121,-0.046],[-0.048,0.127]],\"v\":[[197.605,36.152],[197.212,36.548],[196.915,36.94],[196.129,37.134],[195.738,37.526],[195.345,37.921],[195.051,38.315],[194.949,38.708],[194.754,39.102],[194.361,39.495],[194.064,39.885],[193.772,40.278],[193.376,40.477],[192.1,40.675],[191.709,41.064],[191.311,41.359],[191.017,41.853],[190.92,42.252],[190.525,42.445],[190.132,42.738],[189.741,43.032],[189.444,43.426],[188.951,43.622],[188.559,43.723],[187.772,43.723],[187.772,45.784],[187.087,45.687],[186.693,45.883],[186.126,45.883],[185.512,45.883],[184.725,45.197],[184.332,45],[183.941,45],[183.545,45.097],[183.35,46.672],[182.956,46.968],[182.858,47.36],[182.858,48.245],[182.858,49.124],[182.956,49.52],[183.35,49.817],[184.137,50.209],[184.431,50.602],[184.822,50.898],[184.725,51.487],[184.822,51.682],[184.822,52.077],[184.629,52.67],[184.725,53.257],[184.822,53.647],[185.118,54.046],[185.512,54.242],[186.298,54.339],[187.184,54.339],[187.577,54.436],[187.673,54.829],[188.365,55.418],[189.149,55.418],[189.939,55.418],[190.92,54.926],[191.508,55.024],[191.902,55.32],[192.197,55.713],[192.785,55.418],[193.772,56.009],[194.165,56.401],[194.559,56.502],[195.171,56.502],[195.738,56.502],[195.934,56.401],[195.934,55.618],[196.033,55.224],[196.423,55.024],[196.816,54.829],[197.113,54.242],[197.012,53.647],[196.717,53.257],[196.524,52.768],[196.816,52.373],[197.212,52.077],[197.408,51.682],[197.702,51.192],[197.999,50.01],[199.176,50.01],[199.176,47.948],[200.457,47.948],[200.947,47.847],[201.34,47.457],[201.537,47.064],[201.24,46.672],[200.995,46.672],[200.751,46.672],[200.358,46.672],[199.569,46.574],[199.373,45.978],[199.569,45.588],[199.569,45],[199.569,44.409],[199.373,44.019],[199.079,43.257],[199.079,41.212],[200.158,41.263],[200.556,41.212],[200.556,40.773],[200.556,40.382],[200.848,39.984],[201.048,39.979],[201.24,39.984],[201.639,39.59],[202.421,39.297],[202.126,38.507],[201.34,38.315],[200.947,38.315],[200.556,38.315],[200.064,38.315],[199.668,38.021],[199.277,37.825],[199.277,37.431],[199.277,37.038],[198.881,36.743],[198.488,35.956],[198.095,35.856],[197.702,35.756]],\"c\":true},\"ix\":2},\"nm\":\"Path 98\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":98,\"ty\":\"sh\",\"ix\":99,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.174,-0.023],[-0.025,-0.121],[-0.15,-0.268],[-0.125,-0.144],[-0.153,-0.174],[-0.146,-0.143],[-0.169,-0.071],[-0.272,-0.121],[-0.123,-0.146],[-0.123,-0.148],[-0.073,-0.172],[-0.099,-0.295],[-0.099,-0.15],[-0.15,-0.05],[-0.12,-0.027],[-0.067,0.007],[-0.063,-0.014],[-0.125,-0.053],[-0.148,-0.294],[-0.05,-0.296],[-0.027,-0.294],[0,0],[-0.074,-0.15],[-0.29,-0.222],[-0.273,-0.248],[-0.123,-0.124],[-0.249,-0.296],[-0.174,-0.345],[-0.097,-0.318],[-0.071,-0.321],[-0.051,-0.149],[-0.148,-0.269],[-0.126,-0.148],[-0.149,-0.172],[-0.123,-0.145],[-0.121,-0.122],[-0.315,-0.269],[-0.245,-0.298],[-0.127,-0.177],[-0.075,-0.126],[-0.297,-0.226],[-0.246,-0.272],[-0.099,-0.147],[-0.05,-0.124],[-0.149,0.026],[-0.122,0],[-0.344,0],[-0.272,0.049],[-0.101,0.176],[-0.028,0.175],[0,0],[-0.052,0.465],[0,0.121],[-0.027,0.292],[0,0],[-0.073,0.147],[-0.242,0],[-0.221,-0.025],[-0.172,0],[-0.17,0.048],[0.024,0.123],[0.126,0.168],[0.196,0.078],[0.064,-0.007],[0.066,0.016],[0.147,0.046],[-0.049,0.125],[-0.144,0.148],[0.125,0.075],[0.147,0.053],[0.119,0],[0.195,0],[0.173,-0.045],[0.098,-0.07],[0.047,-0.121],[0.022,-0.125],[0,0],[0,0.298],[-0.025,0.295],[0.118,0],[0,0],[0.121,-0.008],[0.179,0.027],[0.166,0.074],[0.175,0.072],[0.121,0.151],[0,0.172],[0,0],[0.396,0.097],[0.068,-0.007],[0.062,0.012],[0.121,0.145],[0.075,0.169],[0.052,0.124],[0.024,0.147],[0.024,0.126],[0,0.126],[0.072,0.169],[0.171,0],[0,0],[0.273,0.073],[0.168,0.121],[0.124,0.169],[0.073,0.1],[0.095,0.074],[0.128,0.122],[0.124,0.126],[0.122,0.101],[0.175,0.119],[0.147,0.149],[0.122,0.079],[0.271,0.127],[0.072,0.096],[0.048,0.127],[0.025,0.122],[0.094,-0.001],[0.043,0.032],[0.145,0.197],[0.144,0.369],[0.467,0.051],[0.122,0.024],[0.174,0.075],[0.121,0.052],[0.363,0.095],[0.172,0]],\"o\":[[0.025,0.147],[0.096,0.322],[0.099,0.175],[0.145,0.174],[0.116,0.148],[0.147,0.148],[0.273,0.149],[0.196,0.095],[0.125,0.147],[0.127,0.146],[0.151,0.271],[0.048,0.173],[0.071,0.121],[0.123,0.048],[0.062,0.013],[0.068,-0.007],[0.123,0.026],[0.291,0.147],[0.148,0.27],[0.023,0.272],[0,0],[0.023,0.175],[0.197,0.317],[0.296,0.221],[0.122,0.094],[0.271,0.273],[0.244,0.29],[0.149,0.294],[0.098,0.322],[0.027,0.144],[0.124,0.293],[0.101,0.17],[0.147,0.172],[0.123,0.145],[0.101,0.127],[0.294,0.295],[0.295,0.247],[0.122,0.15],[0.071,0.123],[0.219,0.297],[0.295,0.217],[0.098,0.128],[0.053,0.098],[0.148,-0.048],[0.118,-0.019],[0.32,-0.048],[0.294,0],[0.195,-0.048],[0.07,-0.145],[0,0],[0.048,-0.464],[0,-0.148],[0.024,-0.272],[0,0],[0,-0.17],[0.101,-0.199],[0.224,0],[0.174,0],[0.194,0],[-0.023,-0.123],[-0.05,-0.197],[-0.122,-0.169],[-0.059,-0.01],[-0.072,0.006],[-0.144,-0.045],[0.027,-0.124],[0.097,-0.192],[-0.096,-0.124],[-0.121,-0.073],[-0.122,-0.046],[-0.173,-0.021],[-0.202,0],[-0.123,0.028],[-0.096,0.08],[-0.05,0.124],[0,0],[-0.025,-0.297],[0,-0.295],[-0.126,-0.076],[0,0],[-0.153,-0.009],[-0.158,0.01],[-0.173,-0.022],[-0.172,-0.073],[-0.173,-0.076],[-0.097,-0.119],[0,0],[-0.418,0],[-0.059,-0.011],[-0.068,0.005],[-0.197,-0.053],[-0.098,-0.126],[-0.048,-0.124],[-0.048,-0.147],[-0.023,-0.121],[-0.023,-0.123],[-0.023,-0.173],[-0.147,0.044],[0,0],[-0.296,0],[-0.194,-0.052],[-0.176,-0.126],[-0.069,-0.099],[-0.073,-0.101],[-0.149,-0.122],[-0.12,-0.121],[-0.122,-0.119],[-0.15,-0.125],[-0.173,-0.125],[-0.1,-0.099],[-0.244,-0.166],[-0.121,-0.047],[-0.073,-0.097],[-0.047,-0.121],[-0.015,-0.067],[-0.074,0],[-0.171,-0.151],[-0.221,-0.295],[-0.468,0],[-0.148,0],[-0.174,-0.048],[-0.122,-0.05],[-0.344,-0.169],[-0.15,-0.023],[-0.17,0]],\"v\":[[156.904,38.412],[156.904,38.804],[157.296,39.59],[157.691,39.984],[158.087,40.477],[158.478,40.868],[158.868,41.263],[159.658,41.557],[160.05,41.95],[160.344,42.346],[160.736,42.738],[161.037,43.523],[161.23,44.019],[161.426,44.409],[161.818,44.508],[162.014,44.508],[162.214,44.508],[162.608,44.606],[163.196,45.294],[163.493,46.08],[163.493,46.868],[163.493,47.261],[163.787,47.653],[164.569,48.342],[165.36,49.03],[165.753,49.323],[166.342,50.113],[167.03,50.898],[167.421,51.682],[167.52,52.572],[167.719,52.964],[168.111,53.75],[168.508,54.142],[168.897,54.634],[169.29,55.024],[169.585,55.418],[170.469,56.107],[171.158,56.895],[171.553,57.29],[171.749,57.683],[172.537,58.372],[173.322,59.055],[173.712,59.352],[173.816,59.746],[174.209,59.548],[174.6,59.45],[175.485,59.45],[176.271,59.45],[176.668,59.055],[176.96,58.663],[176.96,58.269],[176.96,57.092],[177.056,56.699],[177.158,55.913],[177.158,55.517],[177.35,55.125],[177.842,54.731],[178.434,54.829],[178.827,55.024],[179.22,54.731],[179.22,54.339],[178.925,53.848],[178.533,53.451],[178.345,53.454],[178.137,53.451],[177.745,53.257],[177.745,52.862],[178.137,52.469],[177.941,52.077],[177.548,51.878],[177.158,51.78],[176.668,51.682],[176.171,51.78],[175.779,51.878],[175.683,52.273],[175.584,52.67],[174.503,52.67],[174.405,51.878],[174.503,51.095],[174.209,50.799],[173.816,50.799],[173.413,50.806],[172.93,50.799],[172.537,50.506],[172.142,50.209],[171.65,50.01],[171.553,49.547],[171.553,47.556],[170.469,47.556],[170.275,47.557],[170.077,47.556],[169.684,47.163],[169.29,46.868],[169.191,46.472],[168.996,46.08],[168.996,45.687],[168.996,45.294],[168.702,44.904],[168.306,45.097],[167.915,45.097],[167.126,45],[166.639,44.707],[166.241,44.312],[166.145,43.919],[165.753,43.818],[165.454,43.426],[165.162,43.032],[164.771,42.738],[164.376,42.346],[163.887,42.049],[163.688,41.652],[162.899,41.359],[162.507,41.263],[162.408,40.868],[162.408,40.477],[162.207,40.413],[162.016,40.382],[161.624,39.885],[161.132,39],[159.658,39.396],[159.264,39.396],[158.868,39.102],[158.478,39],[157.691,38.412],[157.296,38.217]],\"c\":true},\"ix\":2},\"nm\":\"Path 99\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":99,\"ty\":\"sh\",\"ix\":100,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.169],[-0.025,-0.15],[-0.049,-0.124],[-0.098,-0.075],[-0.193,0.008],[-0.096,-0.009],[0,0],[0,0.344],[0.052,0.124],[0,0]],\"o\":[[0,0.171],[0.023,0.121],[0.048,0.125],[0.132,0.115],[0.092,-0.005],[0,0],[-0.272,-0.196],[0,-0.144],[0,0],[0,0.172]],\"v\":[[158.378,43.647],[158.576,44.019],[158.673,44.409],[158.772,44.804],[159.275,44.903],[159.559,44.904],[159.658,44.508],[158.969,43.892],[158.868,43.523],[158.478,43.228]],\"c\":true},\"ix\":2},\"nm\":\"Path 100\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":100,\"ty\":\"sh\",\"ix\":101,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.271,-0.27],[0.167,-0.1],[0.176,-0.072],[0.066,0.014],[0.052,-0.038],[0.027,-0.125],[0,0],[0,-0.392],[0,-0.149],[0.075,-0.275],[0.076,-0.175],[0,-0.289],[0,-0.174],[0,-0.293],[-0.069,0.007],[-0.082,-0.01],[-0.175,0],[-0.291,0.073],[0,0.365],[0.026,0.442],[-0.071,0],[-0.543,-0.027],[-0.15,-0.023],[0,0.275],[0.15,0.219],[0,0.172],[0,0.147],[0,0.199],[0.148,0],[0.292,-0.022],[0,0],[-0.054,0.15],[-0.071,0.169],[0,0.147],[0,0.194]],\"o\":[[-0.146,0.144],[-0.15,0.069],[-0.057,0.024],[-0.074,-0.016],[-0.099,0.072],[0,0],[0,0.392],[0,0.148],[0,0.295],[-0.05,0.171],[-0.1,0.269],[0,0.177],[0,0.296],[0.088,0.014],[0.066,-0.005],[0.174,0.026],[0.297,0],[0.026,-0.371],[0,-0.445],[0.077,0],[0.543,-0.027],[0.147,0],[0.025,-0.271],[0,-0.27],[-0.072,-0.127],[0,-0.149],[-0.024,-0.2],[-0.149,-0.022],[-0.294,0],[0,0],[0,-0.172],[0.072,-0.173],[0.049,-0.126],[0,-0.196],[-0.22,0.293]],\"v\":[[218.741,44.804],[218.35,45.197],[217.952,45.492],[217.761,45.487],[217.561,45.492],[217.462,45.883],[217.462,46.08],[217.66,47.064],[217.561,47.457],[217.561,48.245],[217.266,48.639],[217.021,49.395],[217.069,49.817],[217.021,50.602],[217.248,50.603],[217.462,50.602],[217.858,50.799],[218.642,50.602],[218.741,49.671],[218.642,48.538],[218.837,48.443],[220.217,48.443],[220.61,48.538],[220.709,47.874],[220.41,47.261],[220.017,47.064],[220.116,46.672],[220.116,46.179],[219.723,46.08],[218.939,46.179],[218.939,45.614],[219.037,45.197],[219.43,44.904],[219.527,44.508],[219.43,44.019]],\"c\":true},\"ix\":2},\"nm\":\"Path 101\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":101,\"ty\":\"sh\",\"ix\":102,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.222,-0.089],[0.07,-0.125],[0,0],[0.394,-0.149],[0.297,-0.027],[0.395,-0.217],[0.099,-0.149],[0,-0.244],[-0.024,-0.222],[-0.444,0.22],[-0.124,0.073],[-0.149,0.096],[-0.153,0.074],[-0.147,0.05],[-0.077,-0.01],[-0.052,0.009],[-0.148,0.143],[0,0],[0,0],[-0.148,-0.049],[-0.145,-0.045],[-0.273,0],[-0.195,0.066],[-0.146,0.074],[-0.169,0.073],[-0.069,-0.013],[-0.063,0.024],[0,0],[-0.122,0.144],[-0.075,0.369],[0.122,0]],\"o\":[[-0.125,0.048],[0,0],[-0.419,0],[-0.269,0.099],[-0.47,0.021],[-0.145,0.075],[-0.121,0.196],[0,0.222],[0.467,-0.222],[0.124,-0.052],[0.148,-0.074],[0.121,-0.08],[0.149,-0.074],[0.068,-0.026],[0.058,0.008],[0.196,-0.074],[0,0],[0,0],[0.173,0],[0.15,0.051],[0.223,0.101],[0.218,0],[0.147,-0.052],[0.146,-0.074],[0.061,-0.026],[0.067,0.013],[0,0],[0.172,-0.074],[0.222,-0.273],[-0.157,0],[-0.184,0]],\"v\":[[212.352,46.179],[212.257,46.574],[205.693,46.574],[204.879,47.261],[204.094,47.36],[202.91,47.653],[202.616,48.049],[202.421,48.66],[202.519,49.226],[203.701,48.639],[204.094,48.538],[204.391,48.149],[204.783,47.948],[205.176,47.752],[205.399,47.746],[205.566,47.752],[205.96,47.36],[206.746,47.556],[209.18,47.556],[209.598,47.653],[209.99,47.847],[210.582,48.245],[211.17,48.149],[211.566,47.948],[211.86,47.556],[212.059,47.555],[212.257,47.556],[212.646,47.36],[212.939,46.968],[213.334,46.08],[212.925,46.072]],\"c\":true},\"ix\":2},\"nm\":\"Path 102\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":102,\"ty\":\"sh\",\"ix\":103,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.026,-0.173],[-0.005,-0.058],[-0.266,-0.223],[-0.198,-0.148],[-0.096,-0.149],[-0.096,-0.223],[0,0.072],[0,0],[0.148,0.242],[0.102,0.123],[0.319,0.199],[0.124,0.048]],\"o\":[[-0.01,0.07],[0.161,0.286],[0.17,0.143],[0.145,0.095],[0.145,0.196],[0,-0.052],[0,0],[0,-0.317],[-0.101,-0.149],[-0.245,-0.273],[-0.127,-0.076],[-0.049,0.147]],\"v\":[[160.54,46.472],[160.54,46.659],[161.132,47.36],[161.624,47.752],[162.016,48.049],[162.309,48.639],[162.408,48.443],[162.408,48.069],[162.214,47.261],[161.818,46.968],[161.132,46.179],[160.736,46.08]],\"c\":true},\"ix\":2},\"nm\":\"Path 103\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":103,\"ty\":\"sh\",\"ix\":104,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.007,0.066],[0.033,0.067]],\"o\":[[0.014,-0.078],[-0.032,-0.058],[0,0]],\"v\":[[160.54,46.868],[160.54,46.659],[160.441,46.472]],\"c\":true},\"ix\":2},\"nm\":\"Path 104\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":104,\"ty\":\"sh\",\"ix\":105,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.034,-0.026],[0.073,-0.128],[0.148,-0.295],[-0.294,-0.123],[-0.152,0.011],[-0.066,-0.011],[0,0.444],[0.198,0.097],[0.169,0],[0,0],[0.085,0]],\"o\":[[-0.097,0.071],[-0.171,0.292],[0.267,0.169],[0.068,0.027],[0.126,-0.008],[0.319,-0.324],[0,-0.248],[-0.146,-0.078],[0,0],[-0.1,0],[-0.042,0]],\"v\":[[223.066,48.049],[222.969,48.443],[222.579,49.226],[223.36,49.719],[223.736,49.725],[224.051,49.719],[224.639,48.735],[224.245,48.245],[223.855,48.049],[223.464,48.049],[223.181,48.014]],\"c\":true},\"ix\":2},\"nm\":\"Path 105\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":105,\"ty\":\"sh\",\"ix\":106,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.292,-0.147],[0.172,-0.047],[0.297,0],[0.298,-0.025],[0.151,-0.1],[0.122,-0.146],[0.002,-0.002],[0,0],[0.071,0.009],[0.091,-0.026],[0.295,-0.145],[0,0],[-0.122,-0.045],[-0.145,-0.049],[-0.145,-0.023],[-0.119,0],[-0.067,0.01],[-0.098,-0.04],[-0.146,-0.1],[-0.05,-0.122],[-0.201,-0.047],[-0.148,0],[0,0],[-0.217,0],[-0.096,0],[-0.149,0],[-0.149,0],[-0.244,0],[-0.223,0.019],[-0.17,0.076],[0.073,0.099],[0.07,0.148],[0.021,0.466],[0.07,0.176],[0.147,0.12],[0.126,0.049],[0.344,0]],\"o\":[[-0.172,0.07],[-0.269,0.078],[-0.296,0],[-0.199,0],[-0.145,0.094],[-0.002,0.003],[0,0],[-0.091,0.014],[-0.082,-0.011],[-0.32,0.103],[0,0],[0.123,0.023],[0.15,0.054],[0.146,0.049],[0.126,0.026],[0.073,0.012],[0.093,-0.015],[0.175,0.077],[0.1,0.048],[0.072,0.172],[0.123,0.027],[0,0],[0.221,0],[0.1,0],[0.15,0],[0.146,0],[0.246,0.019],[0.246,0],[0.17,-0.027],[-0.072,-0.124],[-0.095,-0.119],[-0.198,-0.415],[0,-0.195],[-0.077,-0.173],[-0.097,-0.074],[-0.294,-0.147],[-0.347,0]],\"v\":[[227.295,49.719],[226.902,50.01],[226.115,50.113],[225.329,50.113],[224.832,50.309],[224.443,50.602],[224.436,50.61],[224.54,50.403],[224.303,50.399],[224.051,50.403],[223.264,50.799],[223.36,51.192],[223.756,51.288],[224.15,51.487],[224.54,51.682],[224.931,51.682],[225.142,51.672],[225.425,51.682],[225.819,51.978],[225.918,52.373],[226.214,52.862],[226.605,52.862],[226.999,52.862],[227.587,52.716],[227.783,52.572],[228.181,52.67],[228.574,52.768],[229.21,52.768],[229.853,52.768],[230.241,52.469],[230.146,52.077],[229.754,51.878],[229.754,50.701],[229.754,50.209],[229.456,49.817],[229.061,49.719],[228.181,49.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 106\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":106,\"ty\":\"sh\",\"ix\":107,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.022,-0.037]],\"o\":[[-0.017,0.04],[0,0]],\"v\":[[224.301,50.881],[224.245,50.996]],\"c\":true},\"ix\":2},\"nm\":\"Path 107\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":107,\"ty\":\"sh\",\"ix\":108,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.04,-0.008],[0.147,-0.074],[0.125,-0.121],[0.517,-0.073],[0.271,0.051],[0.118,0.027],[0.293,0.096],[0.124,0],[0,0],[0.126,-0.171],[0.122,-0.32],[0.022,-0.199],[0,-0.173],[0.025,-0.121],[0.072,-0.124],[0.15,-0.101],[0.07,0.014],[0.051,-0.037],[0.095,-0.143],[0,-0.247],[-0.222,-0.147],[-0.124,-0.024],[-0.144,-0.025],[-0.295,0],[0,-0.199],[0.101,-0.294],[0.025,-0.146],[0,-0.175],[-0.024,-0.15],[-0.05,-0.174],[-0.047,-0.177],[-0.049,-0.147],[-0.1,0.128],[-0.047,0.17],[0,0.343],[-0.024,0.293],[0,0.172],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.122,0],[-0.122,-0.022],[-0.145,-0.024],[-0.118,-0.025],[-0.147,0],[0,0],[0.028,-0.147],[0,-0.126],[0,0],[-0.025,-0.15],[-0.124,-0.097],[-0.216,0],[0,0],[0,0.15],[0,0],[0.125,0.366],[0.124,0.097],[0.148,0.145],[0.072,0.149],[0,0.244],[-0.023,0.248],[0,0],[0.051,0.12],[0.122,0.145],[0.124,0.127],[0.149,0.097],[0.081,-0.004],[0.078,0.068],[0.078,0.094],[0,0],[-0.466,0.123],[-0.176,0.052],[-0.124,0.026],[-0.182,-0.018],[-0.225,0.039],[-0.066,-0.006],[-0.063,0.014],[0,0.222],[0.051,0.15],[0.122,0.103],[0.119,0.072],[0.145,0.072],[0.171,0.023],[0,0],[0.084,0]],\"o\":[[-0.149,0.051],[-0.17,0.074],[-0.368,0.371],[-0.268,0.051],[-0.125,-0.025],[-0.3,-0.072],[-0.099,-0.025],[0,0],[-0.219,0.024],[-0.196,0.271],[-0.074,0.195],[-0.027,0.15],[0,0.148],[-0.026,0.125],[-0.101,0.149],[-0.047,0.025],[-0.078,-0.017],[-0.146,0.095],[-0.122,0.174],[0,0.295],[0.098,0.048],[0.149,0.048],[0.269,0.05],[0,0.196],[0,0.317],[-0.048,0.148],[-0.024,0.148],[0,0.172],[0.025,0.174],[0.048,0.17],[0.052,0.146],[0.147,-0.098],[0.097,-0.12],[0.099,-0.322],[0,-0.292],[0,-0.174],[0,0],[0,0],[0,0],[0,0],[0,0],[0.145,0.027],[0.122,0],[0.147,0.027],[0.123,0.028],[0.124,0.026],[0,0],[0,0.174],[-0.022,0.123],[0,0],[0,0.171],[0.023,0.167],[0.146,0.123],[0,0],[0.025,-0.145],[0,0],[0,-0.395],[-0.05,-0.148],[-0.147,-0.121],[-0.123,-0.123],[-0.097,-0.196],[0,-0.25],[0,0],[0,-0.15],[-0.077,-0.174],[-0.127,-0.143],[-0.122,-0.123],[-0.07,-0.046],[-0.09,0.003],[-0.099,-0.074],[0,0],[0.49,0],[0.169,-0.022],[0.122,-0.021],[0.218,-0.035],[0.186,0.019],[0.06,-0.01],[0.068,0.006],[0.198,-0.048],[0,-0.173],[-0.072,-0.171],[-0.121,-0.094],[-0.15,-0.096],[-0.149,-0.079],[0,0],[-0.098,0],[-0.042,0]],\"v\":[[207.829,49.62],[207.434,49.817],[207.139,50.209],[205.96,50.996],[205.176,50.898],[204.783,50.799],[203.993,50.506],[203.701,50.309],[203.306,50.309],[202.91,50.701],[202.421,51.487],[202.421,52.077],[202.227,52.469],[202.227,52.862],[202.227,53.257],[201.832,53.552],[201.646,53.548],[201.438,53.552],[201.145,53.944],[200.947,54.534],[201.34,55.224],[201.733,55.32],[202.126,55.517],[202.91,55.517],[203.011,56.037],[202.715,56.796],[202.519,57.191],[202.519,57.633],[202.519,58.075],[202.816,58.469],[202.91,58.96],[203.11,59.352],[203.504,59.055],[203.895,58.765],[203.993,57.879],[203.993,57.092],[204.189,56.672],[204.189,54.046],[205.371,54.046],[205.371,54.926],[205.176,55.32],[205.274,55.713],[205.668,55.811],[206.061,55.811],[206.452,56.009],[206.844,56.107],[207.236,56.107],[207.236,56.918],[207.042,57.29],[206.944,57.683],[206.944,58.124],[206.944,58.568],[207.337,58.862],[207.85,59.055],[209.107,59.055],[209.207,58.663],[209.207,58.1],[209.107,57.092],[208.714,56.895],[208.321,56.502],[207.926,56.205],[207.733,55.618],[207.926,55.024],[207.926,54.634],[207.926,54.242],[207.535,53.944],[207.236,53.552],[206.844,53.257],[206.613,53.218],[206.353,53.157],[206.254,52.768],[206.353,52.077],[207.634,52.077],[208.025,51.78],[208.418,51.682],[209.001,51.684],[209.598,51.682],[209.79,51.683],[209.99,51.682],[210.287,51.192],[210.089,50.799],[209.795,50.403],[209.404,50.209],[209.009,49.917],[208.616,49.62],[208.223,49.62],[207.952,49.61]],\"c\":true},\"ix\":2},\"nm\":\"Path 108\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":108,\"ty\":\"sh\",\"ix\":109,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.171],[-0.074,-0.27],[-0.172,-0.27],[-0.242,-0.295],[-0.273,-0.265],[-0.147,-0.097],[-0.098,-0.097],[-0.102,-0.149],[-0.076,-0.099],[-0.096,-0.126],[-0.089,0.02],[-0.05,-0.011],[0,0],[0.121,0.072],[0.195,0.05],[0.124,0.028],[0.087,-0.011],[0.078,0.012],[0.099,0.169],[0.048,0.169],[0.031,0.12],[0,0.292],[0.149,0.224],[0.294,0.124]],\"o\":[[0.046,0.147],[0.023,0.296],[0.072,0.321],[0.199,0.318],[0.248,0.294],[0.122,0.124],[0.099,0.048],[0.126,0.126],[0.05,0.097],[0.097,0.144],[0.042,0.057],[0.062,-0.014],[0,0],[-0.145,-0.076],[-0.17,-0.123],[-0.125,-0.022],[-0.093,-0.027],[-0.073,0.009],[-0.194,-0.051],[-0.098,-0.149],[-0.025,-0.124],[-0.047,-0.272],[0,-0.295],[-0.194,-0.269],[0,0]],\"v\":[[163.59,50.602],[163.59,50.799],[163.59,51.583],[164.081,52.373],[164.668,53.157],[165.36,53.944],[165.654,54.339],[166.046,54.436],[166.342,54.829],[166.441,55.224],[166.735,55.618],[166.952,55.635],[167.126,55.618],[167.126,54.046],[166.735,53.848],[166.342,53.451],[165.947,53.354],[165.68,53.348],[165.454,53.354],[165.063,52.964],[164.771,52.572],[164.668,52.176],[164.668,51.39],[164.569,50.602],[163.787,50.209]],\"c\":true},\"ix\":2},\"nm\":\"Path 109\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":109,\"ty\":\"sh\",\"ix\":110,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.223,-0.022],[-0.023,-0.148],[0,-0.245],[0.023,-0.415],[0,0],[0,0],[0,0],[0,0.295],[0,0.197],[0,0.126],[0.23,0]],\"o\":[[0.023,0.174],[0.052,0.222],[0,0.422],[0,0],[0,0],[0,0],[0.022,-0.295],[0,-0.197],[0,-0.121],[-0.294,-0.016],[-0.177,0]],\"v\":[[232.801,50.259],[232.897,50.701],[233.095,51.313],[232.998,52.373],[234.96,52.373],[234.96,51.878],[234.129,51.878],[234.178,51.095],[234.077,50.602],[234.129,50.259],[233.384,50.229]],\"c\":true},\"ix\":2},\"nm\":\"Path 110\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":110,\"ty\":\"sh\",\"ix\":111,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.121,-0.021],[0.071,0.006],[0.06,-0.009],[0.098,-0.099],[-0.177,-0.021],[0,0],[0,0],[-0.319,0],[-0.291,0.052],[0.044,-0.014],[0,0.041],[0,0.324],[0.226,0]],\"o\":[[-0.148,0],[-0.065,0.016],[-0.065,-0.005],[-0.145,0.028],[0.173,0.075],[0,0],[0,0],[0.318,0.024],[0.296,0],[0,-0.022],[-0.052,0.017],[-0.073,-0.317],[-0.217,0],[0,0]],\"v\":[[212.646,51.583],[212.452,51.78],[212.243,51.782],[212.053,51.78],[211.86,52.176],[212.257,52.469],[212.646,52.469],[213.04,52.469],[213.848,52.572],[214.61,52.469],[214.524,52.476],[214.415,52.469],[214.415,51.634],[213.822,51.583]],\"c\":true},\"ix\":2},\"nm\":\"Path 111\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":111,\"ty\":\"sh\",\"ix\":112,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.172,-0.099],[0.151,-0.124],[0.369,0],[0.296,-0.022],[0.148,-0.074],[0.049,-0.194],[0.097,-0.272],[0.096,-0.124],[0.147,-0.05],[0.297,0],[0.32,0.05],[0.223,0.195],[0.099,0.145],[0.075,0.096],[0.322,0],[0.124,-0.023],[0.171,-0.077],[0.17,0],[0,0],[0,0],[-0.12,-0.122],[-0.071,-0.147],[0,-0.126],[0,-0.294],[0,0],[-0.098,0.05],[-0.069,-0.012],[-0.063,0.026],[-0.194,0],[-0.172,0],[-0.295,-0.022],[-0.123,-0.022],[-0.295,-0.146],[-0.294,-0.199],[-0.122,-0.074],[-0.169,-0.077],[-0.076,0.01],[-0.055,-0.009],[-0.173,-0.028],[-0.146,0],[-0.176,0.017],[-0.262,-0.056],[-0.145,-0.05],[-0.271,-0.145],[-0.12,-0.076],[-0.148,-0.149],[-0.198,-0.32],[-0.072,-0.125],[0,-0.541],[0,-0.144],[0.049,-0.168],[0.298,-0.146],[0.075,0.011],[0.056,-0.01],[0.121,-0.027],[0.151,-0.101],[0.079,-0.195],[0,-0.169],[0,-0.148],[-0.396,0],[-0.318,0.218],[-0.124,0.103],[-0.047,0.098],[-0.244,0],[-0.365,-0.248],[-0.144,-0.128],[-0.146,-0.126],[-0.194,-0.097],[-0.12,-0.051],[-0.147,-0.052],[-0.3,-0.149],[-0.171,-0.075],[-0.172,-0.028],[-0.272,-0.026],[-0.32,0],[-0.296,0.075],[-0.148,0.098],[-0.073,0.123],[-0.023,0.124],[0,0.291],[-0.194,0.048],[-0.27,0.148],[-0.12,0.145],[-0.445,0],[0,0],[-0.147,-0.051],[-0.123,-0.048],[-0.147,-0.05],[-0.295,-0.169],[-0.121,-0.098],[-0.171,-0.269],[-0.07,-0.121],[-0.271,-0.272],[-0.099,-0.147],[-0.174,-0.297],[-0.099,-0.173],[-0.171,-0.048],[-0.25,0],[-0.565,0.043],[-0.295,0],[-0.347,-0.347],[-0.343,-0.125],[-0.246,0],[-0.222,0.021],[0,0],[0.244,0.122],[0.123,0.047],[0.101,0.076],[0.097,0.125],[0.124,0.147],[0.198,0.027],[0.125,0.027],[0.067,-0.006],[0.062,0.014],[0.172,0.047],[0.122,0.026],[0.149,0],[0.296,0],[0,0],[0.665,-0.048],[0,0],[-0.588,-0.051],[0,0],[0.128,0.096],[0.122,0.097],[0.123,0.098],[0,0],[0.126,0.147],[0.074,0.15],[0.095,0.272],[0.071,0.101],[0.124,0.098],[0.146,0.101],[0.147,0.121],[0.12,0.121],[0.395,0.169],[0.148,0.027],[0.343,0],[0.271,0.247],[0.147,0.075],[0.074,-0.009],[0.055,0.013],[0.17,0.027],[0.269,0.121],[0.297,0.118],[0.149,0.024],[0.149,0],[0.197,-0.007],[0.246,0.012],[0.194,0],[0.12,-0.004],[0.288,0.122],[0.272,0.146],[0.297,0.117],[0.122,0.02],[0.169,0.075],[0.292,0]],\"o\":[[-0.146,0.075],[-0.27,0.222],[-0.292,0],[-0.171,0],[-0.197,0.096],[-0.048,0.274],[-0.048,0.145],[-0.099,0.124],[-0.271,0.124],[-0.342,0],[-0.27,-0.025],[-0.147,-0.124],[-0.072,-0.124],[-0.196,-0.243],[-0.148,0],[-0.173,0.053],[-0.149,0.047],[0,0],[0,0],[0.152,0.073],[0.124,0.126],[0.074,0.123],[0.027,0.271],[0,0],[0.047,-0.12],[0.048,-0.023],[0.071,0.012],[0.171,-0.072],[0.169,0],[0.295,0],[0.149,0],[0.322,0.078],[0.345,0.174],[0.123,0.072],[0.149,0.1],[0.071,0.028],[0.06,-0.008],[0.172,0.028],[0.121,0],[0.215,0.021],[0.226,-0.021],[0.15,0.021],[0.298,0.12],[0.123,0.073],[0.171,0.099],[0.272,0.271],[0.073,0.147],[0.298,0.442],[0,0.146],[0,0.198],[-0.099,0.321],[-0.07,0.027],[-0.059,-0.008],[-0.121,0.023],[-0.174,0.049],[-0.171,0.093],[-0.047,0.145],[0,0.146],[0.05,0.392],[0.391,0],[0.151,-0.099],[0.099,-0.072],[0.121,-0.197],[0.44,0],[0.175,0.098],[0.146,0.12],[0.153,0.121],[0.122,0.048],[0.147,0.049],[0.318,0.1],[0.167,0.073],[0.168,0.07],[0.248,0.051],[0.319,0.027],[0.318,0],[0.172,-0.05],[0.122,-0.075],[0.048,-0.097],[0.074,-0.271],[0.221,0],[0.323,-0.103],[0.172,-0.098],[0.271,-0.324],[0,0],[0.171,0],[0.12,0.023],[0.147,0.045],[0.298,0.125],[0.147,0.073],[0.245,0.222],[0.075,0.121],[0.2,0.32],[0.123,0.121],[0.196,0.275],[0.098,0.175],[0.096,0.145],[0.223,0.077],[0.565,0],[0.294,-0.029],[0.491,0],[0.267,0.268],[0.221,0.072],[0.222,0],[0,0],[0,-0.296],[-0.124,-0.047],[-0.119,-0.055],[-0.12,-0.073],[-0.124,-0.145],[-0.127,-0.144],[-0.125,0],[-0.061,-0.012],[-0.068,0.007],[-0.173,-0.046],[-0.12,-0.029],[-0.123,-0.024],[-0.294,-0.025],[0,0],[-0.663,-0.03],[0,0],[0.587,-0.025],[0,0],[-0.121,-0.073],[-0.121,-0.099],[-0.12,-0.102],[0,0],[-0.103,-0.124],[-0.124,-0.147],[-0.145,-0.242],[-0.051,-0.123],[-0.075,-0.123],[-0.144,-0.126],[-0.169,-0.122],[-0.146,-0.124],[-0.294,-0.298],[-0.147,-0.051],[-0.319,-0.074],[-0.366,0],[-0.122,-0.096],[-0.066,-0.025],[-0.061,0.009],[-0.174,-0.047],[-0.297,-0.05],[-0.297,-0.147],[-0.145,-0.052],[-0.122,-0.025],[-0.248,-0.013],[-0.195,0.006],[-0.198,0],[-0.144,-0.008],[-0.269,0.009],[-0.296,-0.118],[-0.268,-0.145],[-0.125,-0.053],[-0.174,-0.051],[-0.248,-0.122],[-0.223,0]],\"v\":[[237.225,52.077],[236.928,52.469],[236.043,52.862],[235.254,52.862],[234.865,53.061],[234.472,53.451],[234.472,54.242],[234.277,54.634],[233.879,54.829],[233.095,54.926],[232.21,54.829],[231.423,54.634],[231.128,54.242],[231.128,53.848],[230.342,53.552],[229.947,53.552],[229.556,53.848],[229.139,53.944],[226.702,53.944],[226.702,54.731],[227.095,54.926],[227.49,55.224],[227.49,55.618],[227.49,56.401],[228.082,56.401],[228.082,56.009],[228.266,56.01],[228.475,56.009],[228.767,55.618],[229.16,55.811],[229.947,55.811],[230.342,55.811],[231.128,56.205],[231.915,56.796],[232.306,56.992],[232.6,57.385],[232.824,57.392],[232.998,57.385],[233.488,57.486],[233.879,57.587],[234.454,57.574],[235.157,57.587],[235.551,57.781],[236.34,58.269],[236.733,58.469],[237.126,58.862],[237.814,59.648],[238.009,60.043],[238.798,61.219],[238.699,61.613],[238.699,62.103],[238.107,62.793],[237.887,62.799],[237.712,62.793],[237.324,62.895],[236.928,63.192],[236.533,63.58],[236.34,63.973],[236.436,64.37],[237.225,65.053],[238.206,64.762],[238.6,64.463],[238.699,64.071],[239.189,63.678],[240.27,63.973],[240.663,64.37],[241.055,64.663],[241.451,65.053],[241.842,65.152],[242.238,65.348],[243.124,65.645],[243.517,65.94],[244.007,66.038],[244.696,66.234],[245.532,66.234],[246.366,66.234],[246.761,65.94],[247.154,65.742],[247.251,65.348],[247.251,64.566],[247.84,64.566],[248.628,64.169],[249.02,63.78],[249.907,63.091],[250.103,63.091],[250.498,63.285],[250.887,63.385],[251.28,63.58],[252.068,63.973],[252.462,64.169],[252.952,64.956],[253.149,65.348],[253.936,65.94],[254.232,66.331],[254.723,67.119],[255.02,67.612],[255.313,68.001],[255.952,68.001],[257.379,67.91],[258.116,67.807],[259.15,68.497],[259.934,69.086],[260.548,69.282],[261.113,69.185],[261.113,67.977],[260.621,67.413],[260.228,67.319],[259.832,67.218],[259.639,66.822],[259.344,66.432],[258.853,66.135],[258.457,66.135],[258.264,66.135],[258.064,66.135],[257.673,65.843],[257.28,65.742],[256.886,65.645],[256.1,65.645],[256.1,63.139],[254.379,63.139],[254.379,61.27],[255.9,61.27],[255.9,60.63],[255.507,60.433],[255.214,60.043],[254.822,59.746],[252.858,59.746],[252.559,59.352],[252.167,59.055],[251.973,58.269],[251.873,57.879],[251.477,57.683],[251.085,57.385],[250.691,56.992],[250.3,56.699],[249.512,55.913],[249.118,55.713],[248.233,55.713],[247.35,55.32],[247.154,54.926],[246.939,54.921],[246.761,54.926],[246.271,54.829],[245.482,54.534],[244.696,54.046],[244.301,53.848],[243.908,53.848],[243.267,53.848],[242.629,53.848],[242.139,53.75],[241.746,53.751],[240.959,53.647],[240.173,53.157],[239.387,52.67],[238.995,52.572],[238.504,52.373],[237.814,51.978]],\"c\":true},\"ix\":2},\"nm\":\"Path 112\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":112,\"ty\":\"sh\",\"ix\":113,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-0.026,-0.243],[-0.49,-0.05],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0.026,0.243],[0.492,-0.025],[0,0],[0,0]],\"v\":[[222.283,51.978],[222.283,52.572],[222.085,52.176],[222.085,52.572],[222.184,53.207],[223.41,53.207],[223.41,51.978]],\"c\":true},\"ix\":2},\"nm\":\"Path 113\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":113,\"ty\":\"sh\",\"ix\":114,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.088,-0.092],[0.077,-0.122],[0.05,-0.149],[0,0],[0,-0.149],[-0.025,-0.147],[0,0],[-0.321,0],[-0.152,0],[0,0],[-0.12,-0.024],[-0.126,-0.021],[-0.127,-0.025],[-0.171,-0.046],[-0.347,0],[-0.046,0.463],[0.395,0.047],[0.295,0.026],[0.146,0],[0,0],[0.273,0.049],[0.39,0],[0.083,0]],\"o\":[[-0.097,0.096],[-0.073,0.126],[0,0],[0,0.145],[0,0.172],[0,0],[0.319,0],[0.147,0],[0,0],[0.124,0],[0.126,0.027],[0.12,0.025],[0.166,0.05],[0.32,0.078],[-0.054,-0.464],[-0.392,-0.053],[-0.296,-0.024],[-0.151,0],[0,0],[-0.269,-0.025],[-0.368,-0.074],[-0.086,0],[-0.128,0]],\"v\":[[218.837,54.046],[218.741,54.436],[218.545,54.829],[218.545,54.436],[218.449,54.829],[218.642,55.224],[219.798,55.224],[220.61,55.125],[221.006,55.224],[221.395,55.224],[221.787,55.32],[222.184,55.418],[222.579,55.517],[222.969,55.811],[223.855,55.811],[223.801,54.634],[222.772,54.534],[221.988,54.436],[221.592,54.339],[221.197,54.339],[220.41,54.142],[219.43,53.944],[219.173,53.937]],\"c\":true},\"ix\":2},\"nm\":\"Path 114\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":114,\"ty\":\"sh\",\"ix\":115,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.151,-0.074],[0,0],[-0.173,0],[0,0],[0,0],[0.145,0.073],[0.269,0.047],[0.27,0.048]],\"o\":[[0.123,0.12],[0,0],[0.147,0.076],[0,0],[0,0],[-0.097,-0.124],[-0.248,-0.123],[-0.268,-0.05],[0,0]],\"v\":[[215.301,55.125],[215.598,55.517],[215.991,55.713],[216.405,55.811],[217.165,55.811],[217.165,55.125],[216.973,54.731],[216.186,54.534],[215.4,54.339]],\"c\":true},\"ix\":2},\"nm\":\"Path 115\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":115,\"ty\":\"sh\",\"ix\":116,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.118,0],[0.123,-0.022],[0.145,-0.074],[0.073,-0.123],[0.073,-0.275],[0.073,-0.15],[0.098,-0.052],[0.122,0],[0.688,0],[0,0],[0,0],[0.49,0.018],[0.15,0],[0,-0.147],[0,-0.296],[0,-0.07],[-0.663,-0.07],[-0.294,-0.021],[-0.293,0],[-0.295,0.028],[-0.147,0.075],[-0.198,0.055],[-0.058,-0.009],[-0.071,0.031],[-0.121,0.025],[-0.096,0.172],[-0.078,0.322],[-0.097,0.267],[-0.049,0.171],[0,0.148],[0.021,0.145]],\"o\":[[-0.122,0],[-0.146,0.024],[-0.148,0.076],[-0.145,0.242],[-0.048,0.166],[-0.076,0.119],[-0.1,0.048],[-0.661,0.097],[0,0],[0,0],[-0.495,0],[-0.147,0],[0,0.15],[0.025,0.296],[0,0.069],[0.664,0],[0.293,0.026],[0.299,0.028],[0.296,0],[0.172,0],[0.194,-0.097],[0.052,-0.009],[0.076,0.012],[0.125,-0.045],[0.198,-0.073],[0.178,-0.267],[0.044,-0.27],[0.048,-0.174],[0.025,-0.124],[0,-0.174],[-0.148,0.022]],\"v\":[[263.671,56.796],[263.275,56.796],[262.882,56.992],[262.488,57.191],[262.488,57.98],[262.196,58.372],[262.098,58.765],[261.702,58.765],[259.96,58.765],[259.538,58.765],[259.15,58.765],[257.868,58.765],[257.475,58.663],[257.28,59.352],[257.379,60.14],[257.329,60.334],[259.051,60.334],[259.832,60.529],[260.621,60.529],[261.408,60.529],[261.803,60.334],[262.196,59.941],[262.363,59.949],[262.587,59.941],[262.98,59.844],[263.371,59.45],[263.771,58.663],[263.868,57.879],[264.16,57.486],[264.259,57.092],[264.064,56.699]],\"c\":true},\"ix\":2},\"nm\":\"Path 116\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":116,\"ty\":\"sh\",\"ix\":117,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.051,-0.176],[0.026,-0.12],[0,0],[0,0],[0,0.12],[0,0]],\"o\":[[-0.024,0.12],[0,0],[0,0],[0,-0.12],[0,0],[-0.072,0.169]],\"v\":[[170.077,58.765],[170.077,59.154],[170.469,59.45],[170.469,59.055],[170.373,58.765],[170.373,58.372]],\"c\":true},\"ix\":2},\"nm\":\"Path 117\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":117,\"ty\":\"sh\",\"ix\":118,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.148,-0.099],[0.097,-0.122],[0.046,-0.172],[0.021,-0.126],[0.027,-0.12],[0,-0.146],[0,-0.175],[-0.219,0.024],[-0.121,0.024],[-0.121,0.149],[-0.049,0.125],[0,0.566],[0,0],[0.121,0.123]],\"o\":[[-0.147,0.1],[-0.098,0.124],[-0.028,0.123],[-0.028,0.124],[-0.024,0.127],[0,0.176],[0,0.219],[0.145,0],[0.171,-0.052],[0.076,-0.096],[0.248,-0.491],[0,0],[-0.027,-0.169],[-0.148,0.098]],\"v\":[[230.832,59.154],[230.439,59.45],[230.051,59.746],[230.051,60.14],[229.947,60.529],[229.853,60.924],[229.652,61.322],[230.241,61.417],[230.637,61.417],[231.029,61.121],[231.128,60.728],[231.621,59.352],[231.621,59.154],[231.227,58.862]],\"c\":true},\"ix\":2},\"nm\":\"Path 118\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":118,\"ty\":\"sh\",\"ix\":119,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.15,-0.023],[-0.026,-0.149],[-0.024,-0.168],[0,-0.144],[-0.07,-0.146],[-0.247,-0.296],[-0.097,-0.123],[-0.198,-0.072],[-0.172,0],[-0.169,0.027],[0.054,0.124],[0.047,0.173],[0.047,0.124],[0.099,0.149],[0.268,0.245],[0.074,0.122],[0.024,0.126],[0,0.148]],\"o\":[[-0.146,0],[0.048,0.148],[0.048,0.172],[0,0.148],[0,0.199],[0.175,0.321],[0.099,0.122],[0.123,0.168],[0.146,0.051],[0.172,0],[-0.045,-0.12],[-0.07,-0.175],[-0.048,-0.121],[-0.072,-0.17],[-0.195,-0.319],[-0.125,-0.097],[-0.075,-0.121],[-0.025,-0.121],[0,0]],\"v\":[[268.78,59.154],[268.387,59.254],[268.585,59.648],[268.683,60.164],[268.585,60.529],[268.876,60.924],[269.668,61.515],[269.863,61.91],[270.257,62.3],[270.65,62.496],[271.04,62.3],[270.941,61.91],[270.65,61.515],[270.65,61.121],[270.353,60.728],[269.571,60.14],[269.176,59.941],[269.176,59.548],[269.176,59.154]],\"c\":true},\"ix\":2},\"nm\":\"Path 119\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":119,\"ty\":\"sh\",\"ix\":120,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-0.295,-0.023],[-0.12,-0.043],[0,0],[-0.122,-0.127],[-0.194,-0.096],[-0.226,0],[-0.395,0.1],[-0.147,0],[-0.296,0],[-0.318,0],[-0.27,-0.146],[-0.126,-0.072],[-0.169,0],[-0.146,0],[-0.316,0],[-0.346,-0.074],[-0.34,-0.175],[-0.171,-0.021],[-0.082,0.007],[-0.083,-0.009],[-0.342,-0.024],[-0.024,0.141],[-0.053,0.148],[-0.067,0.006],[-0.061,-0.012],[-0.173,-0.024],[-0.148,0],[0,0],[-0.244,0],[-0.223,-0.093],[-0.124,-0.076],[-0.146,-0.099],[-0.317,-0.1],[-0.321,0],[0,0],[-0.149,0.024],[0.145,0.27],[0.198,0.073],[0.066,-0.013],[0.061,0.027],[0.195,0.32],[0,0],[-0.075,0.147],[-0.122,0.098],[-0.12,0.025],[-0.134,-0.016],[-0.131,0.027],[-0.293,0.175],[0.271,0.051],[0.146,0.024],[0.069,-0.006],[0.062,0.012],[0.344,0],[0.295,0],[0.198,0],[0.115,-0.003],[0.307,0.105],[0.315,0.098],[0.323,0.049]],\"o\":[[0,0],[0,0],[0,0],[0.293,0],[0.149,0],[0,0],[0.17,0.075],[0.151,0.145],[0.201,0.098],[0.415,0],[0.12,-0.024],[0.296,-0.024],[0.318,-0.024],[0.323,0],[0.148,0.072],[0.122,0.072],[0.151,0],[0.319,0],[0.368,0],[0.367,0.098],[0.175,0.066],[0.086,0.014],[0.077,-0.005],[0.322,0.048],[0.024,-0.146],[0.024,-0.175],[0.059,0.012],[0.068,-0.006],[0.173,0.053],[0.125,0.027],[0,0],[0.244,-0.024],[0.27,0],[0.122,0.051],[0.149,0.066],[0.272,0.196],[0.297,0.1],[0,0],[0.172,0],[-0.149,-0.295],[-0.103,-0.175],[-0.061,-0.024],[-0.067,0.013],[-0.348,-0.147],[0,0],[0.022,-0.169],[0.072,-0.152],[0.096,-0.074],[0.142,-0.037],[0.123,0.016],[0.32,-0.049],[-0.293,-0.047],[-0.15,-0.022],[-0.062,-0.012],[-0.068,0.006],[-0.316,-0.049],[-0.293,0],[-0.198,0],[-0.141,-0.006],[-0.267,0.005],[-0.321,-0.098],[-0.323,-0.096],[0,0]],\"v\":[[176.368,61.219],[176.368,61.711],[177.548,61.711],[177.548,62.595],[178.335,62.595],[178.728,62.595],[179.123,62.793],[179.415,63.192],[179.809,63.58],[180.402,63.678],[181.386,63.285],[181.777,63.285],[182.564,63.285],[183.397,63.192],[184.233,63.285],[184.431,63.678],[184.822,63.899],[185.217,63.973],[186.027,63.874],[186.986,63.973],[187.772,64.566],[188.167,64.857],[188.418,64.858],[188.655,64.857],[189.543,64.956],[189.543,64.566],[189.741,64.169],[189.936,64.169],[190.132,64.169],[190.525,64.463],[190.92,64.463],[191.311,64.463],[191.902,64.266],[192.59,64.463],[192.983,64.566],[193.277,64.956],[194.064,65.448],[194.902,65.548],[195.345,65.548],[195.738,65.348],[195.345,64.566],[194.949,64.169],[194.754,64.17],[194.559,64.169],[193.868,63.43],[190.822,63.43],[190.822,62.992],[191.017,62.595],[191.408,62.496],[191.819,62.492],[192.197,62.496],[192.983,62.103],[192.197,62.005],[191.806,61.811],[191.607,61.811],[191.408,61.811],[190.525,61.613],[189.741,61.711],[189.246,61.613],[188.868,61.611],[188.068,61.515],[187.285,61.121],[186.395,60.924]],\"c\":true},\"ix\":2},\"nm\":\"Path 120\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":120,\"ty\":\"sh\",\"ix\":121,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.489,-0.376],[0,-0.293],[-0.025,-0.149],[0,0],[-0.094,0.144],[0,0.242],[0.124,0.368],[0.075,0.155]],\"o\":[[-0.048,0.292],[0,0.15],[0,0],[0.144,-0.097],[0.151,-0.201],[0,-0.395],[-0.048,-0.173],[-0.564,0.223]],\"v\":[[224.443,63.192],[224.344,64.266],[224.443,64.663],[225.626,64.663],[226.012,64.37],[226.311,63.78],[226.115,62.793],[225.819,62.397]],\"c\":true},\"ix\":2},\"nm\":\"Path 121\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":121,\"ty\":\"sh\",\"ix\":122,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.018,-0.147],[-0.051,-0.149],[-0.066,-0.007],[-0.063,0.013],[-0.199,0],[-0.241,0],[0,0],[-0.148,0.072],[0,0]],\"o\":[[0.027,0.143],[0.027,0.17],[0.06,-0.011],[0.07,0.006],[0.171,-0.024],[0.242,0],[0,0],[0.195,0],[0,0],[0,0]],\"v\":[[214.217,63.091],[214.217,63.484],[214.415,63.874],[214.608,63.875],[214.811,63.874],[215.204,63.58],[215.792,63.78],[215.991,63.78],[216.381,63.484],[216.085,63.091]],\"c\":true},\"ix\":2},\"nm\":\"Path 122\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":122,\"ty\":\"sh\",\"ix\":123,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.025,-0.005],[0.172,-0.032],[0.22,0.021],[0.223,-0.024],[0.271,-0.029],[0,0],[0.147,0],[0.146,-0.031],[0.244,0],[0.194,0.074],[0.22,0.069],[0.293,0.028],[0.22,0],[0.2,-0.044],[0.172,-0.072],[0.225,0],[0,0],[0,0],[-0.393,-0.052],[-0.836,0],[0,0],[-0.687,0.047],[-0.147,0],[-0.123,0.024],[-0.123,0.024],[-0.145,0.075],[-0.198,0.048],[-0.126,0],[-0.129,-0.005],[-0.144,0.011],[-0.198,0.022],[-0.173,0.074],[0,0],[0.07,0.006],[0.039,0]],\"o\":[[-0.171,0.048],[-0.257,0.051],[-0.181,-0.017],[-0.294,0.021],[0,0],[-0.15,0],[-0.149,0],[-0.243,0.024],[-0.221,0],[-0.219,-0.075],[-0.269,-0.076],[-0.221,-0.024],[-0.222,0],[-0.168,0.028],[-0.196,0.074],[0,0],[0,0],[0.271,0.271],[0.839,0.097],[0,0],[0.687,0],[0.148,0],[0.147,0],[0.125,-0.024],[0.15,-0.023],[0.173,-0.075],[0.122,-0.026],[0.137,-0.013],[0.123,0.006],[0.194,0],[0.199,-0.026],[0,0],[-0.063,0.014],[-0.039,-0.004],[-0.026,0]],\"v\":[[211.759,64.071],[211.368,64.37],[210.681,64.38],[210.089,64.37],[209.303,64.566],[208.91,64.566],[208.517,64.663],[208.124,64.663],[207.535,64.857],[206.944,64.762],[206.452,64.37],[205.668,64.266],[205.077,64.169],[204.483,64.266],[203.993,64.463],[203.475,64.762],[203.011,64.762],[203.306,64.956],[204.094,65.548],[206.207,65.548],[206.55,65.548],[208.321,65.548],[208.714,65.448],[209.107,65.448],[209.499,65.348],[209.892,65.152],[210.287,64.762],[210.681,64.762],[211.074,64.761],[211.467,64.762],[211.957,64.762],[212.352,64.463],[212.157,64.071],[211.956,64.072],[211.837,64.064]],\"c\":true},\"ix\":2},\"nm\":\"Path 123\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":123,\"ty\":\"sh\",\"ix\":124,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.222,-0.071],[0.146,-0.053],[0.147,0],[0.297,-0.052],[0,-0.269],[-0.099,-0.147],[-0.465,0],[-0.27,0.072],[-0.146,0.076],[-0.174,0.05],[-0.343,-0.023],[-0.345,0],[-0.146,0],[0.046,-0.013],[0,0.025],[0.023,0.2],[0.272,0.051],[0.175,0.028],[0.063,-0.006],[0.061,0.014],[0.274,0]],\"o\":[[-0.147,0.053],[-0.122,0.046],[-0.294,0],[-0.27,0.02],[0,0.196],[0.272,0.37],[0.295,0],[0.149,-0.052],[0.17,-0.069],[0.316,-0.099],[0.344,0.024],[0.15,0],[-0.013,-0.025],[-0.046,0.012],[-0.047,-0.172],[-0.295,0],[-0.145,-0.024],[-0.071,-0.012],[-0.067,0.007],[-0.248,-0.044],[-0.244,0]],\"v\":[[199.176,64.169],[198.785,64.37],[198.488,64.663],[197.702,64.566],[197.113,64.956],[197.408,65.348],[198.585,65.548],[199.373,65.548],[199.767,65.348],[200.064,64.956],[200.947,65.053],[201.832,65.053],[202.227,64.956],[202.118,64.956],[202.029,64.956],[202.029,64.463],[201.24,64.463],[200.848,64.266],[200.649,64.267],[200.457,64.266],[199.814,64.071]],\"c\":true},\"ix\":2},\"nm\":\"Path 124\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":124,\"ty\":\"sh\",\"ix\":125,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,-0.011],[0.123,-0.024],[0.198,-0.073],[0.124,-0.051],[0.123,-0.023],[0.17,-0.052],[0.169,-0.076],[0.125,-0.076],[0.119,-0.075],[0.168,0.004],[0.099,-0.017],[0.065,0.01],[0.101,-0.043],[0.147,-0.101],[0.123,-0.119],[0,-0.248],[0,0],[-0.004,-0.021],[0,0],[0,-0.15],[-0.295,-0.097],[-0.146,0],[-0.147,0],[-0.203,0.267],[-0.294,0.243],[-0.22,0.1],[-0.127,0],[-0.269,0.05],[-0.343,0.169],[-0.293,0.024],[-0.112,-0.008],[-0.149,0.027],[-0.12,0.024],[-0.099,0.099],[0.124,0.075],[0.193,0.074],[0.295,0],[0.083,0]],\"o\":[[-0.125,0.021],[-0.195,0.074],[-0.122,0.048],[-0.121,0.05],[-0.175,0.048],[-0.173,0.051],[-0.124,0.048],[-0.123,0.072],[-0.157,0.094],[-0.098,-0.002],[-0.071,0.01],[-0.094,-0.016],[-0.172,0.071],[-0.145,0.095],[-0.171,0.175],[0,0],[-0.004,0.025],[0,0],[0,0.144],[0,0.321],[0.122,0.026],[0.15,0],[0.346,0],[0.219,-0.297],[0.198,-0.17],[0.125,-0.045],[0.273,-0.051],[0.37,-0.07],[0.244,-0.125],[0.131,-0.01],[0.141,0.011],[0.124,0],[0.147,-0.024],[-0.149,-0.073],[-0.172,-0.121],[-0.271,-0.093],[-0.099,0],[-0.041,0]],\"v\":[[215.694,64.37],[215.301,64.463],[214.908,64.857],[214.512,64.956],[214.121,65.053],[213.728,65.348],[213.238,65.448],[212.844,65.548],[212.746,65.94],[212.254,66.026],[211.957,66.038],[211.756,66.027],[211.467,66.038],[211.17,66.432],[210.777,66.725],[210.386,67.218],[210.386,67.413],[210.386,67.482],[210.287,67.319],[210.188,67.71],[210.878,68.201],[211.27,68.3],[211.66,68.395],[212.257,67.71],[213.04,67.021],[213.53,66.527],[213.926,66.432],[214.709,66.331],[215.499,65.645],[216.283,65.448],[216.644,65.454],[217.069,65.448],[217.462,65.448],[217.66,65.053],[217.266,64.857],[216.876,64.463],[216.085,64.37],[215.816,64.356]],\"c\":true},\"ix\":2},\"nm\":\"Path 125\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":125,\"ty\":\"sh\",\"ix\":126,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.016,-0.047]],\"o\":[[0.03,0.037],[0,0]],\"v\":[[210.508,67.683],[210.582,67.807]],\"c\":true},\"ix\":2},\"nm\":\"Path 126\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":126,\"ty\":\"sh\",\"ix\":127,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.006,-0.001],[0.294,-0.145],[-0.097,-0.121],[-0.097,-0.151],[-0.097,-0.122],[-0.145,-0.073],[-0.173,-0.023],[-0.348,0],[-0.469,0.028],[0,0],[0.123,0.023],[0.127,0.122],[0.093,0.05],[0.127,0.078],[0.124,0.052],[0.147,0.123],[0.138,0.056],[0.069,0]],\"o\":[[-0.317,0.097],[0.073,0.124],[0.122,0.147],[0.073,0.12],[0.099,0.122],[0.15,0.074],[0.321,0.073],[0.462,0],[0,0],[-0.123,-0.029],[-0.174,-0.052],[-0.093,-0.094],[-0.104,-0.051],[-0.122,-0.071],[-0.174,-0.071],[-0.073,0.013],[-0.126,-0.05],[-0.007,0]],\"v\":[[202.616,66.234],[201.832,66.627],[202.029,67.021],[202.421,67.319],[202.616,67.71],[202.91,68.104],[203.405,68.201],[204.267,68.201],[205.467,68.15],[205.371,67.71],[204.978,67.612],[204.483,67.413],[204.391,67.021],[203.993,66.922],[203.602,66.822],[203.306,66.432],[202.954,66.333],[202.636,66.233]],\"c\":true},\"ix\":2},\"nm\":\"Path 127\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":127,\"ty\":\"sh\",\"ix\":128,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.218,-0.029],[-0.048,-0.098],[-0.149,-0.126],[-0.298,0],[0,0],[-0.176,0.073],[0.072,0.124],[0.068,0.124],[0.121,0.052],[0.294,0]],\"o\":[[0.023,0.123],[0.097,0.145],[0.221,0.194],[0,0],[0.168,-0.029],[-0.054,-0.149],[-0.074,-0.121],[-0.076,-0.122],[-0.25,-0.095],[-0.223,0]],\"v\":[[278.123,66.432],[278.22,67.119],[278.516,67.516],[279.301,67.71],[279.694,67.71],[280.09,67.413],[279.889,67.021],[279.795,66.627],[279.402,66.527],[278.688,66.331]],\"c\":true},\"ix\":2},\"nm\":\"Path 128\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":128,\"ty\":\"sh\",\"ix\":129,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.125,-0.05],[0.296,-0.15],[-0.05,-0.248],[0,0],[0,0],[0,0]],\"o\":[[-0.291,0.118],[0.073,0.221],[0,0],[0,0],[0,0],[-0.123,0.021]],\"v\":[[209.499,68.988],[208.714,69.382],[208.91,69.97],[210.089,69.97],[210.089,69.282],[209.892,68.889]],\"c\":true},\"ix\":2},\"nm\":\"Path 129\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":129,\"ty\":\"sh\",\"ix\":130,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.115,0],[0,0],[0.146,0],[0.149,0],[0,0],[-0.123,-0.045],[-0.27,-0.076],[-0.144,-0.075],[-0.12,-0.07],[-0.05,-0.125],[0.176,0],[0.341,0],[0.297,-0.024],[0.149,-0.046],[0.172,-0.122],[0.368,-0.249],[0.169,-0.1],[0.147,-0.124],[0,-0.245],[0,0],[0,-0.145],[0.024,-0.293],[0,-0.122],[0.048,-0.173],[0.169,-0.048],[0.242,0],[0.517,0.324],[0.147,0.051],[0.123,0],[0.39,0],[0.026,0.293],[0,0],[0.323,-0.026],[0.112,0.009],[0.149,-0.028],[0.268,-0.2],[0.099,-0.123],[0.148,-0.122],[0.17,-0.021],[0.116,0.016],[0.148,-0.052],[0.121,-0.467],[0.023,-0.121],[0.221,-0.047],[0.064,0.006],[0.064,-0.013],[0.294,0],[0,0],[-0.097,-0.119],[-0.121,-0.141],[0,-0.172],[0,0],[0,0],[0,0.05],[0,0.292],[0,0.153],[0,0],[0.148,-0.072],[0.124,-0.101],[0.07,-0.171],[0,-0.294],[0.098,-0.464],[0.028,-0.118],[0.126,-0.147],[0.124,-0.199],[0.075,-0.147],[0.078,-0.121],[0.125,-0.094],[0.217,-0.295],[0.123,-0.1],[0.123,-0.073],[0.149,-0.046],[0.148,-0.025],[0.122,0],[0.199,0],[0.311,0.011],[0.294,-0.008],[0.197,-0.022],[0.347,-0.199],[0.196,-0.027],[0.174,0.021],[0.23,-0.052],[0.193,-0.126],[0.367,-0.145],[0.47,-0.194],[0.147,-0.098],[0.072,-0.318],[0.025,-0.297],[0.05,-0.144],[0.062,-0.005],[0.06,0.013],[0.148,0.025],[0.123,0.054],[0.097,0.096],[0.049,0.124],[0.074,0.171],[0.145,-0.244],[0.074,-0.145],[0,-0.147],[0,0],[0,-0.145],[0.022,-0.342],[0,0],[0.077,-0.148],[0.048,-0.194],[0,-0.147],[-0.122,-0.249],[-0.095,-0.15],[-0.099,-0.151],[-0.127,-0.268],[-0.291,-0.422],[0,0],[0.174,0.045],[0.08,-0.012],[0.084,0.023],[0.173,0.021],[0.147,0],[0.147,-0.027],[0,0],[-0.124,-0.149],[-0.248,-0.293],[-0.124,-0.123],[-0.122,-0.097],[-0.099,-0.203],[0,-0.173],[-0.026,-0.318],[-0.144,-0.293],[-0.074,-0.194],[-0.052,-0.395],[-0.022,-0.197],[-0.022,-0.194],[-0.175,-0.299],[-0.077,-0.146],[-0.171,-0.394],[-0.024,-0.153],[0,-0.125],[-0.05,-0.465],[-0.1,-0.319],[-0.024,-0.144],[0,-0.194],[0,0],[0.275,-0.071],[0.271,-0.147],[0.125,-0.075],[0.144,-0.196],[0,0],[-0.34,-0.271],[-0.246,-0.223],[-0.122,-0.074],[-0.149,-0.077],[-0.294,-0.121],[-0.124,-0.047],[-0.32,-0.098],[-0.246,0],[-0.245,0.023],[-0.27,0.049],[-0.125,0.025],[-0.197,0.149],[-0.072,0.124],[-0.098,0.146],[-0.049,0.099],[-0.124,0.127],[-0.143,0.072],[-0.295,0.022],[-0.27,0.099],[-0.196,0.071],[-0.294,0],[-0.661,-0.172],[-0.345,-0.097],[-0.197,-0.029],[-0.272,0],[-0.197,0.073],[-0.147,0.144],[-0.124,0.167],[-0.171,0.273],[-0.171,0.17],[-0.813,0.273],[-0.124,0.053],[-0.145,0.051],[-0.148,0.027],[-0.151,0],[-0.125,-0.022],[-0.143,-0.05],[-0.168,-0.047],[-0.296,0],[-0.27,0.053],[-0.152,0.071],[-0.37,0.271],[-0.145,0.126],[-0.121,0.095],[-0.171,0.05],[-0.068,-0.006],[-0.061,0.012],[-0.395,0],[-0.295,-0.025],[-0.198,0.015],[-0.275,-0.039],[-0.271,-0.12],[0,0],[-0.146,-0.077],[-0.293,0],[-0.243,0],[-0.148,0],[0,0],[-0.294,-0.026],[-0.123,-0.026],[-0.148,-0.072],[-0.1,-0.124],[-0.072,-0.22],[0,-0.144],[0,-0.466],[-0.444,-0.37],[-0.075,-0.147],[0,-0.292],[-0.12,-0.465],[-0.074,-0.12],[-0.147,-0.072],[-0.144,0],[-0.245,0.437],[-0.075,0.127],[-0.244,0.296],[-0.096,0.122],[-0.096,0.144],[-0.075,0.153],[-0.101,0.295],[-0.048,0.148],[-0.222,-0.221],[0,-0.195],[0.272,-0.273],[0,-0.518],[-0.047,-0.292],[-0.072,0.096],[-0.095,0.047],[-0.195,0],[-0.174,0],[-0.147,-0.025],[0,0],[0.025,-0.197],[0,0],[0.026,-0.466],[-0.059,-0.009],[-0.069,0.029],[-0.149,0.144],[-0.272,0],[-0.124,-0.198],[-0.072,-0.323],[-0.271,-0.271],[-0.1,-0.099],[0,-0.224],[0,0],[0,-0.149],[-0.025,-0.292],[-0.025,-0.12],[-0.247,-0.196],[-0.29,-0.176],[-0.173,-0.049],[-0.294,0],[-0.419,-0.193],[-0.149,-0.072],[-0.121,-0.076],[-0.151,-0.073],[-0.177,-0.05],[-0.393,0],[-0.445,0.441],[0,0.589],[0,0],[-0.17,-0.439],[-0.024,-0.119],[-0.247,-0.196],[-0.343,0],[-0.395,0.344],[-0.143,0.097],[-0.345,0.193],[-0.15,0.073],[-0.392,0],[-0.221,0],[-0.833,0],[-0.126,0.098],[-0.076,0.122],[-0.049,0.12],[-0.073,0.317],[-0.271,0.391],[-0.27,0.198],[0,0.272],[0,0],[0.051,0.196],[0,0.245],[-0.17,0.563],[-0.051,0.147],[-0.052,0.121],[-0.074,0.152],[-0.294,0.244],[-0.124,0.096],[-0.098,0.149],[-0.073,0.146],[-0.026,0.148],[-0.026,0.125],[-0.029,0.121],[-0.097,0.155],[-0.198,0.1],[-0.123,0.073],[-0.075,-0.004],[-0.073,0.085],[-0.048,0.173],[0,0.121],[0,0.146],[0,0.343],[-0.221,0.345],[-0.074,0.372],[-0.098,0.441],[-0.027,0.119],[0,0.144],[0,0],[0.072,0.147],[0.07,0.122],[0.1,0.174],[0.025,0.173],[0,0],[-0.022,0.118],[-0.075,0.319],[0,0.294],[0,0],[0,0],[0.024,0.122],[0.145,0.194],[0.172,0.348],[0.049,0.17],[0.023,0.124],[0.073,0.145],[0.075,0.126],[0.099,0.124],[0.274,0.219],[0.174,0.07],[0.147,0.119],[0,0.224],[0,0],[0.296,0],[0.466,0.052],[0.172,0.071],[0.122,0.069],[0.052,0.365],[0,0],[0,0.15],[0,0.342],[0.056,-0.011],[0.068,0.041],[0.073,0.121],[0.145,0.225],[0.12,0.079],[0.15,0.05],[0.269,0.196],[0.125,0.121],[0.099,0.121],[0.099,0.123],[0.198,0.076],[0.466,0.15],[0.152,0.099],[0.046,0.195],[0.073,0.269],[0.097,0.321],[0.025,0.171],[0.027,0.124],[0.021,0.145],[0,0.147],[0,0],[0.022,0.295],[0.022,0.126],[0.247,0.221],[0.097,0.195],[0,0.219],[0,0.296],[0.37,0.123],[0.124,0],[0.125,0.02],[0.15,0.025],[0.298,0.148],[0.074,0.12],[0.029,0.124],[0,0.125],[0.023,0.146],[0,0],[0.097,0.441],[0.097,0.172],[0.074,0.125],[0.051,0.196],[0.026,0.123],[0.045,0.272],[0.049,0.125],[0.294,0.197],[0.077,-0.015],[0.052,0.013],[0,0],[0.027,-0.295],[0,0],[0.072,-0.171],[0.097,-0.148],[0.17,-0.297],[0.047,-0.177],[0,-0.297],[-0.029,-0.123],[-0.025,-0.172],[0,-0.293],[0,0],[0.049,-0.197],[0.073,-0.172],[0,-0.193],[0,0],[0.123,-0.17],[0.123,-0.1],[0.198,-0.091],[0.224,0],[0.372,0.074],[0.069,-0.006],[0.061,0.01],[0.148,0.096],[0.095,0.177],[0.046,0.123],[0.127,0.148],[0.565,0.295],[0.395,0.121],[0.149,0.1],[0.247,0.314],[0.122,0.072],[0.081,-0.011],[0.054,0.01],[0.124,0],[0.072,-0.009],[0.094,0.026],[0.125,0.07],[0.077,0.174],[0,0.147],[0,0.175],[0,0.394],[0,0],[0.024,0.144],[0,0.169],[-0.074,0.149],[-0.074,0.126],[-0.07,0.122],[-0.075,0.146],[-0.12,0.148],[-0.2,0.32],[-0.048,0.121],[0,0],[0.27,0.047],[0.344,0.024],[0,0],[0.49,0.044],[0.17,0.047],[0.173,0],[0.127,0.024],[0.067,-0.005],[0.062,0.013],[0.194,0.098],[0.146,0.023],[0.068,-0.006],[0.061,0.012],[0.147,0.052],[0.12,0.053],[0.321,0.075],[0.043,0]],\"o\":[[0,0],[-0.148,0],[-0.147,0],[0,0],[0.075,0.125],[0.245,0.12],[0.152,0.049],[0.124,0.047],[0.125,0.078],[-0.146,0.049],[-0.343,0.023],[-0.295,0],[-0.17,0],[-0.219,0.098],[-0.343,0.273],[-0.174,0.1],[-0.176,0.096],[-0.174,0.149],[0,0],[0,0.146],[0.024,0.297],[0,0.15],[-0.024,0.174],[-0.051,0.17],[-0.222,0.079],[-0.615,0],[-0.147,-0.077],[-0.123,-0.047],[-0.367,-0.047],[-0.053,-0.29],[0,0],[-0.317,0],[-0.131,0.011],[-0.14,-0.01],[-0.324,0.043],[-0.124,0.07],[-0.118,0.172],[-0.146,0.127],[-0.121,0.023],[-0.143,-0.02],[-0.441,0.147],[-0.027,0.122],[-0.074,0.217],[-0.058,0.01],[-0.07,-0.006],[-0.271,0.049],[0,0],[0.073,0.126],[0.124,0.154],[0.098,0.129],[0,0],[0,0],[0,-0.046],[0,-0.295],[0,-0.149],[0,0],[-0.174,0],[-0.147,0.075],[-0.147,0.121],[-0.125,0.245],[0,0.487],[-0.027,0.124],[-0.073,0.202],[-0.146,0.173],[-0.072,0.144],[-0.071,0.125],[-0.072,0.124],[-0.266,0.242],[-0.074,0.123],[-0.123,0.096],[-0.124,0.072],[-0.147,0.05],[-0.123,0.023],[-0.173,0.023],[-0.39,0.03],[-0.233,-0.008],[-0.197,0],[-0.418,0.05],[-0.175,0.098],[-0.21,0.035],[-0.194,-0.023],[-0.223,0.046],[-0.347,0.22],[-0.491,0.198],[-0.171,0.079],[-0.273,0.17],[-0.052,0.269],[0,0.173],[-0.073,-0.01],[-0.066,0.007],[-0.152,-0.02],[-0.123,-0.022],[-0.124,-0.046],[-0.099,-0.098],[-0.075,-0.171],[-0.097,0.292],[-0.073,0.121],[-0.049,0.123],[0,0],[0,0.145],[0.022,0.348],[0,0],[-0.028,0.171],[-0.095,0.169],[-0.025,0.126],[0,0.294],[0.076,0.17],[0.097,0.145],[0.168,0.243],[0.219,0.49],[0,0],[-0.172,-0.076],[-0.087,-0.025],[-0.079,0.011],[-0.174,-0.049],[-0.12,-0.025],[-0.172,0],[0,0],[0,0.194],[0.244,0.296],[0.117,0.148],[0.124,0.124],[0.147,0.123],[0.071,0.146],[0.022,0.343],[0.022,0.317],[0.098,0.193],[0.146,0.345],[0.022,0.192],[0.026,0.196],[0.047,0.368],[0.072,0.146],[0.219,0.368],[0.05,0.149],[0.021,0.117],[0.075,0.465],[0.048,0.323],[0.047,0.147],[0.048,0.175],[0,0],[-0.294,0],[-0.319,0.098],[-0.123,0.08],[-0.195,0.149],[0,0],[0.466,0],[0.248,0.195],[0.123,0.098],[0.125,0.074],[0.296,0.145],[0.128,0.051],[0.294,0.125],[0.224,0.049],[0.248,0],[0.295,-0.029],[0.122,0],[0.225,-0.051],[0.123,-0.072],[0.102,-0.147],[0.073,-0.098],[0.097,-0.146],[0.119,-0.121],[0.248,-0.122],[0.296,-0.025],[0.201,-0.074],[0.269,-0.096],[0.689,0],[0.345,0.1],[0.172,0.048],[0.269,0.021],[0.217,0],[0.195,-0.072],[0.148,-0.151],[0.195,-0.275],[0.147,-0.221],[0.613,-0.612],[0.121,-0.026],[0.144,-0.045],[0.146,-0.05],[0.124,-0.022],[0.147,0],[0.146,0.027],[0.173,0.051],[0.272,0.076],[0.29,0],[0.171,-0.026],[0.394,-0.223],[0.17,-0.121],[0.147,-0.12],[0.123,-0.099],[0.061,-0.012],[0.068,0.006],[0.371,-0.123],[0.292,0],[0.255,0.024],[0.225,-0.016],[0.296,0.05],[0,0],[0.172,0.071],[0.249,0.149],[0.248,0],[0.149,0],[0,0],[0.299,0],[0.148,0],[0.151,0.046],[0.175,0.074],[0.148,0.171],[0.027,0.125],[0.021,0.47],[0.586,0],[0.145,0.125],[0.145,0.249],[0.028,0.493],[0.025,0.124],[0.072,0.145],[0.123,0.073],[0.517,0],[0.074,-0.122],[0.167,-0.319],[0.1,-0.122],[0.098,-0.125],[0.101,-0.15],[0.147,-0.243],[0.049,-0.145],[0.293,0.097],[0.119,0.125],[0,0.393],[-0.343,0.341],[0,0.294],[0.125,-0.073],[0.075,-0.098],[0.151,-0.099],[0.171,0],[0.147,0],[0,0],[0,0.22],[0,0],[-0.072,0.444],[0.054,-0.01],[0.075,0.011],[0.199,-0.096],[0.172,-0.17],[0.243,0],[0.17,0.274],[0.098,0.366],[0.096,0.095],[0.149,0.148],[0,0],[0,0.146],[-0.025,0.296],[0,0.15],[0.096,0.324],[0.245,0.198],[0.149,0.073],[0.271,0.096],[0.49,0],[0.172,0.079],[0.12,0.074],[0.145,0.073],[0.147,0.072],[0.342,0.123],[0.641,0],[0.416,-0.413],[0,0],[0.49,0],[0.025,0.127],[0.075,0.321],[0.244,0.197],[0.537,0],[0.147,-0.124],[0.32,-0.247],[0.147,-0.073],[0.321,-0.197],[0.223,0],[0.835,0.021],[0.177,0],[0.122,-0.094],[0.073,-0.098],[0.121,-0.293],[0.099,-0.468],[0.17,-0.275],[0.195,-0.147],[0,0],[0,-0.225],[-0.047,-0.218],[0,-0.587],[0.025,-0.15],[0.026,-0.124],[0.048,-0.147],[0.174,-0.343],[0.147,-0.125],[0.124,-0.1],[0.075,-0.121],[0.075,-0.146],[0.02,-0.125],[0.02,-0.118],[0.047,-0.171],[0.099,-0.166],[0.147,-0.073],[0.062,-0.03],[0.102,0.005],[0.121,-0.149],[0.019,-0.122],[0,-0.126],[0.025,-0.343],[0.219,-0.322],[0.217,-0.316],[0.098,-0.44],[0.026,-0.123],[0.02,-0.126],[0,0],[0,-0.174],[-0.074,-0.147],[-0.1,-0.175],[-0.072,-0.149],[0,0],[0,-0.149],[0.078,-0.323],[0.047,-0.27],[0,0],[0,0],[0,-0.149],[-0.054,-0.217],[-0.221,-0.295],[-0.075,-0.17],[-0.024,-0.126],[-0.05,-0.149],[-0.076,-0.149],[-0.098,-0.144],[-0.223,-0.243],[-0.146,-0.126],[-0.169,-0.078],[-0.175,-0.122],[0,0],[-0.294,-0.024],[-0.465,0],[-0.198,0],[-0.148,-0.049],[-0.296,-0.223],[0,0],[0,-0.124],[-0.023,-0.339],[-0.064,-0.012],[-0.073,0.015],[-0.124,-0.074],[-0.147,-0.224],[-0.074,-0.096],[-0.146,-0.074],[-0.295,-0.121],[-0.151,-0.101],[-0.121,-0.128],[-0.095,-0.127],[-0.123,-0.146],[-0.443,-0.196],[-0.171,-0.045],[-0.171,-0.097],[-0.049,-0.267],[-0.098,-0.319],[-0.05,-0.169],[-0.024,-0.124],[-0.024,-0.145],[-0.029,-0.121],[0,0],[-0.029,-0.296],[0,-0.146],[-0.1,-0.318],[-0.169,-0.147],[-0.099,-0.174],[0,-0.294],[0,-0.396],[-0.122,-0.026],[-0.12,0],[-0.146,-0.026],[-0.318,-0.073],[-0.146,-0.073],[-0.073,-0.103],[-0.024,-0.125],[-0.024,-0.149],[0,0],[-0.027,-0.467],[-0.051,-0.199],[-0.073,-0.122],[-0.1,-0.169],[-0.021,-0.122],[-0.048,-0.272],[-0.029,-0.122],[-0.147,-0.322],[-0.072,-0.04],[-0.058,0.011],[0,0],[0.048,0.296],[0,0],[-0.022,0.177],[-0.075,0.172],[-0.175,0.27],[-0.076,0.148],[-0.099,0.268],[0,0.144],[0.024,0.17],[0.051,0.272],[0,0],[0,0.225],[-0.024,0.172],[-0.075,0.174],[0,0],[0,0.218],[-0.098,0.122],[-0.145,0.123],[-0.193,0.103],[-0.392,0],[-0.061,-0.014],[-0.065,0.006],[-0.171,-0.027],[-0.15,-0.1],[-0.055,-0.12],[-0.099,-0.172],[-0.417,-0.496],[-0.346,-0.172],[-0.171,-0.049],[-0.322,-0.246],[-0.098,-0.127],[-0.057,-0.029],[-0.063,0.008],[-0.119,-0.028],[-0.079,-0.011],[-0.087,0.01],[-0.147,-0.027],[-0.146,-0.102],[-0.049,-0.122],[0,-0.175],[0,-0.392],[0,0],[-0.027,-0.151],[-0.022,-0.149],[0,-0.172],[0.077,-0.148],[0.074,-0.096],[0.074,-0.147],[0.099,-0.178],[0.242,-0.297],[0.071,-0.124],[0,0],[-0.265,-0.049],[-0.321,-0.072],[0,0],[-0.494,0],[-0.195,0],[-0.147,-0.049],[-0.149,0],[-0.061,-0.012],[-0.067,0.006],[-0.198,-0.048],[-0.151,-0.071],[-0.063,-0.013],[-0.066,0.006],[-0.146,-0.025],[-0.126,-0.021],[-0.295,-0.145],[-0.048,-0.008],[-0.085,0]],\"v\":[[226.975,69.674],[226.605,69.674],[226.214,69.773],[225.819,69.722],[225.819,70.461],[225.918,70.856],[226.702,71.052],[227.095,71.249],[227.49,71.343],[227.49,71.741],[227.095,71.937],[226.214,71.937],[225.425,71.937],[225.032,72.133],[224.54,72.525],[223.657,73.216],[223.168,73.512],[222.676,73.804],[222.283,74.294],[222.283,74.493],[222.381,74.883],[222.381,75.672],[222.283,76.062],[222.184,76.557],[221.889,76.946],[221.249,76.946],[219.723,76.654],[219.527,76.261],[219.134,76.261],[218.155,76.261],[217.952,75.379],[217.193,75.379],[216.381,75.575],[216.022,75.568],[215.598,75.575],[214.811,75.971],[214.61,76.359],[214.217,76.751],[213.926,77.145],[213.572,77.134],[213.137,77.145],[212.452,78.229],[212.352,78.621],[211.957,79.113],[211.772,79.112],[211.566,79.113],[210.777,79.113],[210.777,79.799],[210.975,80.192],[211.368,80.487],[211.566,80.908],[211.566,81.667],[209.845,81.667],[209.892,81.571],[209.795,80.787],[209.845,80.388],[208.741,80.388],[208.321,80.487],[207.926,80.687],[207.634,81.079],[207.535,81.865],[207.535,83.142],[207.434,83.533],[207.042,83.928],[206.647,84.424],[206.353,84.813],[206.254,85.206],[205.861,85.404],[205.176,86.191],[204.978,86.587],[204.587,86.781],[204.189,86.978],[203.798,87.174],[203.405,87.174],[202.91,87.269],[201.913,87.277],[201.145,87.269],[200.65,87.37],[199.668,87.765],[199.176,88.061],[198.615,88.055],[197.999,88.061],[197.509,88.455],[196.524,88.941],[195.243,89.53],[194.754,89.731],[194.262,90.516],[194.262,91.304],[194.064,91.695],[193.863,91.696],[193.676,91.695],[193.277,91.499],[192.884,91.4],[192.493,91.304],[192.493,90.91],[192.197,90.516],[191.902,91.304],[191.508,91.499],[191.508,91.895],[191.508,92.285],[191.61,92.677],[191.61,93.564],[191.61,93.958],[191.311,94.351],[190.92,94.742],[190.92,95.136],[191.017,95.925],[191.311,96.318],[191.709,96.614],[192.004,97.397],[192.785,98.58],[192.689,98.972],[192.295,98.679],[192.046,98.679],[191.806,98.679],[191.408,98.383],[191.017,98.282],[190.624,98.482],[190.624,99.243],[190.92,99.66],[191.61,100.446],[191.902,100.839],[192.295,101.132],[192.689,101.53],[192.884,101.921],[192.884,102.805],[193.18,103.688],[193.475,104.18],[193.772,105.166],[193.868,105.658],[193.868,106.147],[194.262,107.032],[194.559,107.425],[195.147,108.406],[195.345,108.806],[195.443,109.198],[195.443,110.47],[195.738,111.357],[195.934,111.747],[196.033,112.264],[196.033,113.913],[195.243,113.913],[194.457,114.402],[194.064,114.602],[193.676,115.094],[193.772,115.486],[194.949,115.682],[195.443,116.471],[195.835,116.667],[196.228,116.866],[197.012,117.255],[197.408,117.353],[198.194,117.749],[198.832,117.749],[199.473,117.749],[200.258,117.551],[200.65,117.551],[201.145,117.157],[201.537,116.961],[201.832,116.569],[201.931,116.175],[202.324,115.877],[202.616,115.486],[203.405,115.389],[204.189,115.29],[204.587,114.898],[205.371,114.802],[207.139,115.094],[208.025,115.486],[208.517,115.587],[209.207,115.682],[209.795,115.587],[210.188,115.194],[210.582,114.802],[211.072,114.011],[211.566,113.521],[213.334,112.143],[213.728,112.043],[214.121,111.851],[214.512,111.65],[214.908,111.65],[215.301,111.65],[215.694,111.851],[216.085,112.143],[216.876,112.143],[217.66,112.143],[218.056,111.851],[218.939,111.063],[219.43,110.766],[219.723,110.375],[220.017,109.981],[220.214,109.981],[220.41,109.981],[221.447,109.786],[222.184,109.883],[222.84,109.877],[223.559,109.883],[224.344,110.177],[224.74,110.375],[225.129,110.669],[225.819,111.063],[226.433,110.912],[226.803,110.968],[227.587,110.968],[228.475,110.968],[228.866,110.968],[229.261,111.161],[229.556,111.555],[229.947,112.043],[230.051,112.439],[230.051,113.618],[231.522,113.913],[231.816,114.306],[232.011,115.094],[232.111,116.373],[232.21,116.763],[232.504,117.157],[232.897,117.157],[234.077,116.471],[234.178,116.075],[234.96,115.486],[235.157,115.094],[235.551,114.802],[235.848,114.402],[236.144,113.618],[236.34,113.225],[237.126,113.521],[237.421,113.913],[236.829,114.702],[236.436,116.004],[236.533,116.763],[236.928,116.667],[237.024,116.274],[237.421,115.977],[237.814,116.175],[238.206,116.175],[238.206,117.331],[238.009,117.848],[238.009,118.237],[237.814,119.419],[237.986,119.426],[238.206,119.419],[238.6,119.027],[239.092,118.533],[239.684,118.731],[239.779,119.617],[240.566,120.306],[240.959,120.5],[241.055,121.092],[241.055,121.287],[240.959,121.679],[240.959,122.466],[240.959,122.859],[241.551,123.547],[242.332,124.041],[242.728,124.334],[243.517,124.43],[244.793,124.527],[245.092,124.925],[245.482,125.022],[245.876,125.319],[246.271,125.613],[247.251,125.711],[248.827,125.219],[249.219,123.745],[249.98,123.745],[250.986,124.527],[250.986,124.925],[251.381,125.711],[252.264,126.005],[253.447,125.219],[253.837,124.925],[254.723,124.334],[255.116,124.041],[256.123,123.745],[256.689,123.844],[258.827,123.769],[259.246,123.547],[259.639,123.351],[259.639,122.959],[260.033,122.174],[260.132,120.896],[260.918,120.5],[261.308,119.91],[261.308,119.718],[261.014,119.223],[261.014,118.584],[261.21,117.058],[261.408,116.667],[261.507,116.274],[261.702,115.877],[262.392,115.094],[262.783,114.802],[263.178,114.503],[263.371,114.109],[263.576,113.718],[263.576,113.322],[263.671,112.932],[263.965,112.533],[264.358,112.143],[264.751,111.947],[264.964,111.925],[265.243,111.851],[265.243,111.357],[265.342,110.968],[265.439,110.572],[265.439,109.688],[266.03,108.702],[266.522,107.817],[266.816,106.638],[266.917,106.248],[267.009,105.879],[267.009,103.862],[266.717,103.492],[266.522,103.101],[266.126,102.708],[265.831,102.314],[265.831,101.921],[265.831,101.53],[266.225,100.74],[266.225,99.956],[266.03,99.857],[266.03,98.679],[266.03,98.282],[265.637,97.792],[265.045,97.004],[264.751,96.614],[264.751,96.219],[264.556,95.825],[264.358,95.43],[263.965,95.136],[263.275,94.45],[262.882,94.155],[262.392,93.958],[262.098,93.49],[262.098,91.596],[261.308,91.499],[260.132,91.499],[259.639,91.304],[259.246,91.108],[258.655,90.322],[258.655,89.929],[258.556,89.53],[258.556,88.65],[258.376,88.661],[258.167,88.65],[257.772,88.455],[257.772,87.662],[257.379,87.566],[256.983,87.37],[256.199,86.978],[255.9,86.587],[255.507,86.291],[255.313,85.896],[254.822,85.6],[253.642,85.206],[253.149,85.011],[252.756,84.618],[252.756,83.832],[252.264,83.043],[252.264,82.554],[252.167,82.159],[251.973,81.766],[251.973,81.373],[251.973,80.983],[251.873,80.192],[251.873,79.799],[251.28,79.113],[250.79,78.721],[250.691,78.132],[250.887,77.342],[250.199,76.557],[249.806,76.557],[249.413,76.557],[249.02,76.359],[248.134,76.164],[247.743,75.971],[247.743,75.575],[247.743,75.18],[247.548,74.789],[247.548,74.393],[247.548,73.216],[247.154,72.82],[247.055,72.426],[246.66,72.035],[246.66,71.642],[246.568,70.856],[246.464,70.461],[245.777,69.773],[245.55,69.763],[245.383,69.773],[245.283,70.165],[245.184,70.952],[245.184,71.343],[244.894,71.741],[244.598,72.133],[244.107,72.92],[243.813,73.316],[243.714,74.101],[243.714,74.493],[244.007,74.883],[244.007,75.672],[244.007,76.455],[243.908,77.05],[243.714,77.54],[243.418,77.955],[243.418,81.251],[243.223,81.766],[242.824,81.965],[242.431,82.352],[241.842,82.455],[240.858,82.261],[240.658,82.26],[240.467,82.261],[240.074,81.965],[239.684,81.667],[239.684,81.276],[239.288,80.983],[237.912,79.997],[236.928,79.605],[236.436,79.408],[235.848,78.524],[235.652,78.132],[235.436,78.125],[235.254,78.132],[234.865,78.033],[234.641,78.039],[234.373,78.033],[233.978,77.838],[233.585,77.54],[233.681,77.175],[233.585,76.751],[233.783,75.745],[233.783,75.575],[233.585,75.18],[233.392,74.789],[233.585,74.393],[233.978,74.197],[234.077,73.804],[234.373,73.412],[234.668,72.92],[235.454,72.231],[235.551,71.839],[235.157,71.839],[234.373,71.642],[233.488,71.446],[233.095,71.446],[231.816,71.446],[231.326,71.249],[230.931,71.052],[230.537,71.052],[230.342,71.052],[230.146,71.052],[229.754,70.657],[229.358,70.461],[229.158,70.461],[228.965,70.461],[228.574,70.263],[228.181,70.165],[227.392,69.674],[227.258,69.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 130\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":130,\"ty\":\"sh\",\"ix\":131,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.338,-0.023],[0.34,0],[0,-0.245],[-0.197,-0.12],[-0.146,0],[-0.149,0.024],[-0.296,0.024],[0,0],[-0.297,0.022],[0,0],[0,0]],\"o\":[[-0.347,0.029],[-0.199,0.153],[0,0.251],[0.121,0.074],[0.171,0],[0.268,-0.048],[0,0],[0.295,-0.023],[0,0],[0,0],[-0.319,0.075]],\"v\":[[223.464,70.065],[222.579,70.065],[222.184,70.56],[222.381,71.148],[222.772,71.249],[223.168,71.052],[223.952,70.952],[224.344,70.952],[225.129,70.856],[225.129,70.065],[224.344,69.869]],\"c\":true},\"ix\":2},\"nm\":\"Path 131\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":131,\"ty\":\"sh\",\"ix\":132,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.096,-0.07],[0,0]],\"o\":[[0,0],[-0.146,0.025]],\"v\":[[222.579,70.065],[222.969,69.97]],\"c\":true},\"ix\":2},\"nm\":\"Path 132\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":132,\"ty\":\"sh\",\"ix\":133,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.046,-0.244],[0.098,-0.248],[0.244,-0.296],[0.197,-0.248],[0.147,-0.293],[0.099,-0.242],[0.099,-0.248],[0.167,0.013],[0.073,-0.121],[0.492,-0.341],[0.25,0],[0.282,0.023],[0.262,-0.021],[0.494,-0.293],[0.148,-0.246],[0.048,-0.246],[0.048,-0.247],[0,-0.687],[0,-0.289],[-0.099,-0.541],[-0.049,-0.347],[0,-0.293],[0.148,-0.248],[0.165,0.058],[0.07,-0.097],[0.147,-0.296],[0.048,-0.295],[0.147,-0.54],[0.048,-0.339],[0,0],[-0.098,-0.442],[0,-0.296],[0,0],[0,-0.3],[0,-0.588],[-0.295,0],[-0.591,0],[-0.248,-0.049],[-0.136,0.013],[-0.122,-0.024],[-0.3,0],[-0.294,0],[-0.171,-0.003],[-0.305,0.204],[-0.194,0.292],[-0.047,0.292],[0,0.298],[-0.148,0.886],[-0.048,0.241],[-0.149,0.348],[-0.051,0.341],[0,0.589],[-0.1,0.544],[-0.246,0.248],[-0.244,0.296],[0,0.392],[0,0.786],[-0.146,0.442],[0,0.344],[0,0],[0,0.295],[0,0],[-0.147,0.345],[-0.052,0.244],[0,0],[0.047,0.791],[0.047,0.538],[0.047,0.248],[0.296,0.244],[0.347,0.15],[0.249,0.099]],\"o\":[[-0.048,0.244],[-0.147,0.34],[-0.248,0.296],[-0.202,0.244],[-0.096,0.248],[-0.1,0.244],[-0.05,0.124],[-0.165,-0.013],[-0.295,0.494],[-0.196,0.101],[-0.3,0.057],[-0.224,-0.017],[-0.589,0.05],[-0.292,0.146],[-0.148,0.242],[-0.049,0.241],[-0.148,0.639],[0,0.296],[0,0.593],[0.052,0.341],[0.048,0.243],[0,0.296],[-0.076,0.126],[-0.155,-0.054],[-0.196,0.244],[-0.146,0.291],[-0.1,0.54],[-0.049,0.347],[0,0],[0,0.488],[0.047,0.245],[0,0],[0,0.296],[0.05,0.588],[0.294,0],[0.593,0],[0.297,0],[0.123,0.027],[0.133,-0.012],[0.246,0.054],[0.293,0],[0.181,-0.015],[0.384,0.008],[0.292,-0.195],[0.147,-0.249],[0.05,-0.245],[0.05,-0.931],[0.05,-0.244],[0.097,-0.348],[0.145,-0.34],[0.096,-0.541],[0,-0.589],[0.046,-0.34],[0.296,-0.29],[0.2,-0.25],[0,-0.785],[0,-0.496],[0.098,-0.293],[0,0],[0,-0.296],[0,0],[0,-0.391],[0.099,-0.245],[0,0],[0,-0.79],[0,-0.587],[0,-0.248],[-0.049,-0.345],[-0.295,-0.244],[-0.242,-0.099],[0,0.296]],\"v\":[[69.703,73.116],[69.703,73.905],[68.918,74.493],[68.329,75.279],[67.539,75.868],[67.344,76.654],[67.344,77.443],[66.966,77.542],[66.557,77.638],[65.965,79.211],[65.178,79.211],[64.326,79.224],[63.607,79.211],[62.034,79.605],[61.249,79.997],[61.249,80.787],[61.249,81.571],[60.462,83.142],[60.656,83.928],[60.656,85.503],[61.249,86.291],[61.249,87.074],[61.249,87.863],[60.84,87.874],[60.462,87.863],[60.066,88.65],[59.676,89.434],[59.676,91.007],[59.083,91.793],[59.083,92.189],[59.478,93.368],[59.676,94.155],[59.676,94.938],[59.871,95.73],[59.871,97.202],[60.656,97.3],[62.23,97.202],[62.626,97.887],[63.022,97.888],[63.411,97.887],[64.199,98.084],[64.984,97.887],[65.514,97.879],[66.557,97.692],[67.145,96.91],[67.539,96.119],[67.539,95.332],[67.539,92.973],[67.734,92.189],[68.329,91.4],[68.918,90.615],[68.918,89.044],[68.918,87.465],[69.703,86.877],[70.682,86.291],[71.471,85.699],[70.883,83.735],[71.276,82.554],[71.671,81.766],[71.671,80.983],[71.471,80.192],[71.471,79.799],[72.257,79.211],[72.456,78.425],[72.456,78.033],[72.062,76.062],[72.062,74.493],[72.062,73.705],[71.276,73.116],[70.487,72.525],[69.703,72.327]],\"c\":true},\"ix\":2},\"nm\":\"Path 133\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":133,\"ty\":\"sh\",\"ix\":134,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.039,-0.004],[0.063,0.014],[0,0],[-0.095,-0.15],[-0.075,-0.124],[-0.127,-0.101],[-0.049,-0.196],[-0.049,-0.273],[-0.095,-0.145],[-0.144,-0.095],[-0.124,-0.072],[-0.466,-0.223],[-0.296,-0.119],[-0.147,-0.045],[-0.172,0],[0,0],[0.027,0.124],[0.1,0.148],[0.147,0.102],[0.122,0.05],[0.197,0.124],[0.22,0.123],[0.121,0.074],[0.073,0.201],[0.024,0.125],[0.296,0.222],[0.37,0.248],[0.196,0.05],[0.025,0]],\"o\":[[-0.069,0.006],[0,0],[0.097,0.15],[0.076,0.123],[0.073,0.12],[0.146,0.121],[0.05,0.271],[0.023,0.172],[0.101,0.145],[0.124,0.074],[0.439,0.295],[0.297,0.148],[0.146,0.052],[0.147,0.048],[0,0],[-0.02,-0.123],[-0.048,-0.171],[-0.099,-0.146],[-0.096,-0.046],[-0.221,-0.097],[-0.224,-0.122],[-0.124,-0.076],[-0.175,-0.1],[-0.024,-0.117],[-0.121,-0.367],[-0.343,-0.247],[-0.17,-0.096],[-0.025,-0.004],[-0.038,0]],\"v\":[[287.269,87.372],[287.068,87.37],[286.379,87.465],[286.673,87.863],[286.87,88.259],[287.267,88.455],[287.657,88.846],[287.657,89.633],[287.949,90.026],[288.245,90.417],[288.641,90.615],[289.92,91.206],[290.704,91.596],[291.097,91.793],[291.514,91.99],[292.374,91.99],[292.374,91.596],[292.079,91.206],[291.785,90.808],[291.392,90.712],[290.803,90.516],[290.311,90.026],[289.92,89.929],[289.525,89.53],[289.525,89.139],[288.835,88.354],[287.949,87.662],[287.46,87.37],[287.386,87.365]],\"c\":true},\"ix\":2},\"nm\":\"Path 134\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":134,\"ty\":\"sh\",\"ix\":135,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.244],[-0.124,-0.272],[-0.07,-0.145],[-0.219,-0.294],[-0.341,-0.268],[-0.099,-0.124],[-0.073,-0.147],[-0.051,-0.124],[-0.076,-0.149],[0,-0.295],[-0.047,-0.145],[-0.049,-0.145],[0,-0.194],[0,0],[0,0],[-0.05,-0.392],[0,-0.15],[0,0],[0,0],[0,0],[0,0],[-0.173,0.393],[-0.126,0.118],[-0.121,0.125],[-0.07,0.175],[-0.044,0.122],[-0.126,0.295],[-0.026,0.146],[0,0.291],[0,0],[-0.049,0.174],[-0.048,0.145],[-0.075,0.172],[-0.075,0.123],[-0.12,0.124],[-0.078,-0.025],[-0.036,0.047],[0,0.173],[0,0.15],[0.074,0.171],[0.271,0],[0.174,-0.121],[0.075,-0.098],[0.246,0],[0.393,0.027],[0,0],[0.144,0],[0.147,-0.024],[0,0],[0,0.323],[0.222,0.244],[0.196,0.118],[0.073,-0.017],[0.057,0.022],[0.046,-0.171],[0.023,-0.122],[0.074,-0.168],[0.126,0.1],[0.095,0.145],[0,0.242],[-0.023,0.217],[0,0.147],[0.049,0.099],[0.084,-0.023],[0.047,0.035],[0.098,0.1],[0.122,0.145],[0.098,0.125],[0.124,0.176],[0.096,0.169],[0.104,0.149],[0.169,0.075],[0.22,0]],\"o\":[[0,0.324],[0.05,0.149],[0.173,0.347],[0.273,0.346],[0.119,0.073],[0.097,0.125],[0.048,0.121],[0.075,0.172],[0,0.295],[0,0.177],[0.05,0.148],[0.072,0.177],[0,0],[0,0],[-0.02,0.392],[0,0.148],[0,0],[0,0],[0,0],[0,0],[0.024,-0.443],[0.074,-0.175],[0.122,-0.126],[0.123,-0.121],[0.054,-0.119],[0.15,-0.294],[0.046,-0.15],[0.047,-0.268],[0,0],[0.027,-0.201],[0.051,-0.151],[0.051,-0.172],[0.045,-0.124],[0.074,-0.147],[0.051,-0.05],[0.075,0.024],[0.101,-0.123],[0,-0.146],[0,-0.193],[-0.097,-0.228],[-0.246,0],[-0.099,0.076],[-0.147,0.176],[-0.391,0],[0,0],[-0.146,0],[-0.172,0],[0,0],[0.119,-0.295],[0,-0.344],[-0.147,-0.173],[-0.065,-0.041],[-0.062,0.014],[-0.075,0.172],[-0.024,0.124],[-0.049,0.171],[-0.12,-0.072],[-0.145,-0.121],[-0.151,-0.198],[0,-0.221],[0,-0.147],[0,-0.144],[-0.027,-0.051],[-0.076,0.02],[-0.126,-0.099],[-0.124,-0.118],[-0.099,-0.123],[-0.123,-0.171],[-0.124,-0.17],[-0.099,-0.147],[-0.096,-0.146],[-0.174,-0.073],[-0.242,0]],\"v\":[[303.094,117.058],[303.387,117.848],[303.582,118.237],[304.072,119.123],[304.96,119.91],[305.353,120.107],[305.548,120.5],[305.647,120.896],[305.943,121.287],[305.845,122.342],[305.943,122.761],[306.139,123.152],[306.434,123.573],[306.434,126.053],[304.465,126.053],[304.368,127.086],[304.465,127.482],[304.465,127.923],[306.999,127.923],[306.999,131.167],[308.694,131.167],[308.892,130.038],[309.287,129.745],[309.68,129.445],[310.069,129.149],[310.168,128.758],[310.566,127.973],[310.762,127.578],[310.762,126.795],[312.137,126.795],[312.137,126.3],[312.332,125.908],[312.629,125.515],[312.629,125.123],[312.92,124.729],[313.131,124.728],[313.314,124.729],[313.514,124.334],[313.415,123.938],[313.314,123.453],[312.725,123.055],[312.137,123.253],[312.137,123.645],[311.496,123.745],[310.467,123.645],[309.973,123.645],[309.581,123.547],[309.188,123.721],[309.09,122.859],[309.384,122.071],[308.793,121.386],[308.4,120.896],[308.189,120.89],[308.008,120.896],[307.714,121.287],[307.714,121.679],[307.415,122.071],[307.022,121.875],[306.73,121.485],[306.533,120.896],[306.632,120.306],[306.73,119.91],[306.632,119.518],[306.441,119.512],[306.238,119.518],[306.04,119.123],[305.647,118.829],[305.451,118.436],[305.059,118.041],[304.764,117.551],[304.465,117.157],[304.176,116.763],[303.582,116.667]],\"c\":true},\"ix\":2},\"nm\":\"Path 135\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":135,\"ty\":\"sh\",\"ix\":136,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.017,-0.008],[0.124,-0.12],[0,-0.175],[-0.271,-0.413],[0,0],[0,0],[0.103,0]],\"o\":[[-0.151,0.075],[-0.119,0.124],[0,0.515],[0,0],[0,0],[-0.125,0],[-0.019,0]],\"v\":[[248.727,127.187],[248.332,127.382],[248.134,127.777],[248.727,128.954],[249.118,128.856],[249.118,127.282],[248.78,127.176]],\"c\":true},\"ix\":2},\"nm\":\"Path 136\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":136,\"ty\":\"sh\",\"ix\":137,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.042,-0.006],[0.054,0.013],[0.147,0],[-0.022,-0.126],[-0.07,-0.125],[-0.149,-0.099],[-0.069,0.021],[-0.051,-0.051],[-0.049,-0.119],[-0.025,-0.12],[0,0],[0,0],[0.099,0.122],[0.075,0.125],[0.122,0.146],[0.099,0.048],[0.033,0]],\"o\":[[-0.063,0.009],[-0.128,-0.026],[0,0.147],[0.029,0.116],[0.096,0.147],[0.046,0.036],[0.076,-0.024],[0.099,0.097],[0.05,0.125],[0,0],[0,0],[0,-0.172],[-0.096,-0.125],[-0.098,-0.147],[-0.077,-0.101],[-0.025,-0.012],[-0.037,0]],\"v\":[[256.48,127.377],[256.298,127.382],[255.9,127.676],[255.9,128.073],[255.9,128.464],[256.298,128.758],[256.483,128.753],[256.689,128.758],[256.788,129.149],[256.886,129.545],[257.574,129.545],[257.574,128.784],[257.475,128.365],[257.082,128.167],[256.788,127.777],[256.689,127.382],[256.6,127.365]],\"c\":true},\"ix\":2},\"nm\":\"Path 137\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":137,\"ty\":\"sh\",\"ix\":138,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.248,-0.076],[0.151,-0.126],[0.072,-0.097],[-0.019,-0.121],[-0.072,-0.32],[0,-0.121],[0,0],[-0.079,-0.146],[-0.173,-0.096],[-0.122,-0.097],[-0.173,-0.302],[-0.051,-0.123],[-0.071,-0.148],[-0.173,-0.339],[-0.198,-0.273],[-0.172,0],[0,0],[0.019,0.468],[0,0.079],[0,0],[0,0],[0,0.319],[-0.103,0.123],[-0.097,0.051],[-0.025,0.194],[0,0.143],[0,0.177],[0,0.148],[0,0.151],[0,0],[0.148,-0.024],[0.08,0.006],[0.084,-0.012],[0.168,0],[0.119,0.05],[0.126,0.099],[0.123,0.122],[0.121,0.12],[0.244,0]],\"o\":[[-0.17,0.049],[-0.096,0.07],[0.024,0.144],[0.101,0.321],[0.027,0.124],[0,0],[0,0.172],[0.097,0.195],[0.125,0.073],[0.271,0.194],[0.071,0.121],[0.068,0.171],[0.197,0.321],[0.145,0.301],[0.07,0.12],[0,0],[0.024,-0.471],[0,-0.07],[0,0],[0,0],[0,-0.32],[0,-0.171],[0.071,-0.095],[0.173,-0.124],[0.024,-0.123],[0,-0.177],[0,-0.147],[0,-0.148],[0,0],[-0.171,0],[-0.087,0.013],[-0.08,-0.006],[-0.148,0.026],[-0.151,0],[-0.173,-0.072],[-0.124,-0.097],[-0.126,-0.127],[-0.173,-0.177],[-0.269,0]],\"v\":[[250.691,129.545],[250.199,129.645],[250.103,130.038],[249.806,130.528],[250.199,131.316],[250.199,131.709],[250.199,132.101],[250.4,132.494],[250.79,132.887],[251.184,133.083],[251.873,133.775],[251.973,134.166],[252.264,134.557],[252.858,135.341],[253.249,136.135],[253.665,136.231],[254.574,136.231],[254.626,135.047],[254.574,134.851],[256.199,134.851],[256.199,133.847],[255.9,133.083],[256.1,132.689],[256.493,132.594],[256.886,132.2],[256.837,131.834],[256.886,131.411],[256.788,131.02],[256.837,130.627],[254.55,130.627],[254.133,130.823],[253.884,130.824],[253.642,130.823],[253.249,131.02],[252.858,130.921],[252.559,130.528],[252.167,130.234],[251.873,129.843],[251.381,129.445]],\"c\":true},\"ix\":2},\"nm\":\"Path 138\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":138,\"ty\":\"sh\",\"ix\":139,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.369,-0.026],[0,0],[0,0],[0.123,-0.099],[0.074,-0.146],[0,-0.146],[0.023,-0.464],[0.269,-0.268],[0.345,-0.173],[0.296,-0.176],[0.347,-0.169],[0,0],[0.101,-0.05],[0.118,-0.096],[0.123,-0.101],[0.147,-0.075],[0.123,-0.052],[0.244,-0.199],[0.077,-0.12],[0.219,-0.242],[0.147,-0.099],[0.144,-0.072],[0.175,-0.048],[0.068,0.006],[0.061,-0.011],[0.146,-0.027],[0.022,-0.121],[0.027,-0.123],[0,-0.193],[-0.268,-0.177],[-0.146,-0.025],[-0.489,0],[-0.246,-0.121],[-0.149,-0.1],[-0.149,-0.099],[-0.318,0],[-0.151,0.021],[-0.075,0.022],[-0.122,0.096],[-0.117,0.077],[-0.148,0.047],[-0.465,0],[-0.102,0.366],[-0.099,0.144],[-0.296,0.248],[-0.075,0.2],[-0.052,0.275],[-0.077,0.269],[-0.047,0.146],[-0.051,0.118],[-0.146,0.098],[-0.319,0.048],[-0.146,0],[-0.464,0.025],[-0.145,0.029],[0.074,0.124],[0,0.242],[-0.221,0.318],[-0.346,0.171],[-0.126,0.046],[-0.122,0.099],[-0.05,0.196],[-0.026,0.121],[0,0.151],[0,0.165],[0,0],[0.421,0.023],[0.224,0.173],[0.049,0.097],[0.074,0.144],[0.147,0.098],[0.248,0]],\"o\":[[0,0],[0,0],[-0.147,0.074],[-0.146,0.099],[-0.075,0.126],[-0.05,0.465],[-0.026,0.394],[-0.269,0.274],[-0.319,0.17],[-0.321,0.193],[0,0],[-0.122,0.052],[-0.147,0.095],[-0.123,0.098],[-0.124,0.097],[-0.12,0.074],[-0.318,0.127],[-0.122,0.097],[-0.171,0.273],[-0.098,0.128],[-0.125,0.072],[-0.176,0.077],[-0.059,0.012],[-0.067,-0.005],[-0.124,0.024],[0,0.148],[-0.025,0.126],[-0.052,0.172],[0,0.32],[0.122,0.071],[0.469,0.126],[0.296,0],[0.175,0.072],[0.146,0.096],[0.248,0.15],[0.171,0],[0.072,0],[0.126,-0.072],[0.126,-0.103],[0.127,-0.068],[0.417,-0.17],[0,-0.39],[0.023,-0.178],[0.197,-0.321],[0.145,-0.123],[0.097,-0.268],[0.05,-0.27],[0.047,-0.153],[0.051,-0.124],[0.069,-0.174],[0.247,-0.199],[0.122,-0.03],[0.468,0],[0.152,0],[-0.07,-0.147],[-0.124,-0.199],[0,-0.42],[0.222,-0.294],[0.124,-0.049],[0.172,-0.079],[0.148,-0.125],[0.025,-0.118],[0.025,-0.125],[0,-0.168],[0,0],[-0.416,0],[-0.288,0],[-0.1,-0.075],[-0.07,-0.122],[-0.074,-0.148],[-0.196,-0.126],[-0.37,0]],\"v\":[[301.42,129.645],[301.42,131.512],[300.634,131.903],[300.24,132.101],[299.848,132.394],[299.848,132.791],[299.947,133.968],[299.357,134.753],[298.569,135.443],[297.684,135.839],[296.897,136.424],[296.504,136.62],[296.111,136.723],[295.819,137.115],[295.423,137.412],[295.126,137.805],[294.736,137.9],[293.85,138.198],[293.65,138.587],[293.261,139.373],[292.868,139.673],[292.478,139.865],[292.079,140.162],[291.887,140.162],[291.689,140.162],[291.296,140.262],[291.296,140.652],[291.197,141.047],[290.9,141.44],[291.392,142.131],[291.785,142.326],[293.064,142.326],[293.85,142.422],[294.243,142.718],[294.538,143.112],[295.374,143.31],[295.819,143.31],[296.012,143.112],[296.405,142.917],[296.6,142.52],[296.996,142.326],[298.175,142.225],[298.277,141.247],[298.569,140.852],[299.357,140.162],[299.751,139.769],[299.947,138.98],[300.145,138.198],[300.339,137.805],[300.441,137.412],[300.829,137.115],[301.618,136.723],[302.008,136.723],[303.188,136.723],[303.582,136.62],[303.387,136.231],[302.993,135.742],[303.483,134.753],[304.272,134.166],[304.665,134.071],[304.96,133.676],[305.353,133.277],[305.353,132.887],[305.353,132.494],[305.548,132.13],[305.548,130.921],[304.465,130.921],[303.681,130.823],[303.582,130.43],[303.387,130.038],[302.993,129.745],[302.378,129.545]],\"c\":true},\"ix\":2},\"nm\":\"Path 139\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":139,\"ty\":\"sh\",\"ix\":140,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.176,0.003],[0.056,-0.045],[0.125,-0.095],[0.081,0.017],[0.045,-0.02],[0.048,-0.073],[0,0],[0,0],[0,0.146]],\"o\":[[-0.157,-0.003],[-0.124,0.099],[-0.055,0.044],[-0.066,-0.014],[-0.097,0.052],[0,0],[0,0],[0,-0.145],[-0.065,0.064]],\"v\":[[293.723,144.252],[293.36,144.29],[293.163,144.68],[292.944,144.69],[292.769,144.68],[292.671,145.028],[294.243,145.028],[294.243,144.586],[294.147,144.195]],\"c\":true},\"ix\":2},\"nm\":\"Path 140\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"gf\",\"o\":{\"a\":0,\"k\":35,\"ix\":10},\"r\":1,\"bm\":0,\"g\":{\"p\":2,\"k\":{\"a\":0,\"k\":[0,1,1,1,1,0,0,0],\"ix\":9}},\"s\":{\"a\":0,\"k\":[0,0],\"ix\":5},\"e\":{\"a\":0,\"k\":[0,250],\"ix\":6},\"t\":1,\"nm\":\"Gradient Fill 1\",\"mn\":\"ADBE Vector Graphic - G-Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[337.65,165.187],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":141,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.295,-0.054],[0.068,0.006],[0.061,-0.012],[0.171,-0.124],[0.198,-0.026],[0.173,0],[0,0],[0.195,0],[0,0],[0.147,0],[0.246,0],[0.219,-0.021],[0.441,-0.347],[-0.099,-0.197],[0,-0.196],[0.296,-0.095],[0.297,0],[0.295,0.122],[0.171,0],[0,0],[0.517,0.273],[0.149,0.027],[0.415,0],[0.173,-0.026],[0.122,-0.023],[0.15,-0.102],[0.197,0],[0.319,0],[0,0],[0.194,0.022],[0.245,0],[0.418,-0.15],[0.488,0],[0.095,-0.017],[0.072,-0.014],[0.032,0.002],[0.033,-0.007],[0.109,-0.024],[0.136,-0.039],[0.219,-0.086],[-0.12,-0.149],[-0.109,-0.048],[-0.086,-0.016],[-0.036,0.002],[-0.048,-0.008],[-0.173,-0.113],[-0.084,-0.073],[-0.051,-0.087],[-0.025,-0.087],[-0.024,-0.145],[0,-0.208],[0,0],[0.059,0.048],[0.085,0.026],[0.031,-0.003],[0.033,0.008],[0.097,0.01],[0.083,0.025],[0.101,0.024],[0.033,-0.002],[0.03,0.006],[0.089,0.024],[0.097,0.014],[0.075,0],[0.108,0],[0.16,0],[0.123,-0.061],[0.041,-0.085],[0,-0.089],[-0.012,-0.065],[-0.086,-0.135],[-0.072,-0.062],[-0.098,-0.049],[-0.185,-0.085],[-0.149,-0.062],[-0.062,-0.012],[-0.074,-0.017],[-0.086,-0.012],[-0.172,0],[0,0],[-0.085,-0.01],[-0.076,-0.049],[-0.075,-0.039],[-0.149,-0.15],[-0.061,-0.076],[-0.099,-0.162],[-0.039,-0.098],[-0.009,-0.085],[-0.009,-0.072],[0,-0.11],[0.146,0],[0.074,0],[0.16,0.036],[0.097,0.014],[0.036,-0.002],[0.052,0.008],[0.109,0.037],[0.149,0.059],[0.074,0.028],[0.084,0.025],[0.085,0.038],[0.109,0.037],[0.062,0.012],[0.28,0.036],[0.121,0.021],[0.206,0.073],[0.061,0.02],[0.097,0.061],[0.059,0.036],[0.101,0.063],[0.099,0.063],[0.076,0.072],[0.126,0.036],[0.039,-0.005],[0.044,0.012],[0.072,0.013],[0.061,0.015],[0.109,0],[0,0],[0.096,0.011],[0.159,0.047],[0.126,0.048],[0.243,0],[0.786,0],[-0.024,-0.097],[-0.046,-0.075],[-0.16,-0.165],[-0.199,-0.035],[-0.034,0.005],[-0.049,-0.02],[0,0],[-0.062,-0.061],[-0.147,-0.109],[-0.065,-0.072],[-0.064,-0.071],[-0.061,-0.097],[-0.06,-0.149],[-0.022,-0.063],[-0.037,-0.096],[0,-0.169],[0,0],[0,0],[0.097,0.016],[0.084,0.039],[0.087,0.048],[0.086,0.074],[0.058,0.059],[0.063,0.035],[0.099,0.061],[0.102,0.062],[0.11,0.073],[0.186,0.108],[0.075,0.036],[0.074,0.047],[0.073,0.06],[0.18,0.034],[0.059,0.01],[0.073,0],[0.174,0.09],[0.051,0.075],[0.051,0.074],[0.085,0.048],[0.062,0.023],[0.11,0.026],[0.073,0],[0.162,0],[0,0],[0,0],[-0.062,-0.146],[-0.11,-0.223],[0,-0.128],[0.015,-0.11],[0,-0.098],[0,-0.061],[0,0],[0.025,-0.074],[0.11,-0.314],[0.059,-0.074],[0.075,-0.038],[0.111,0],[0.121,0.05],[0.1,0.071],[0.061,0.159],[0,0.08],[-0.038,0.162],[-0.05,0.069],[-0.133,0.156],[-0.035,0.099],[0,0.086],[0.013,0.061],[0.05,0.089],[0.06,0.099],[0.017,0.103],[0,0],[0,0.063],[0.136,0.097],[0.087,0.048],[0.096,0.065],[0.073,0.061],[0.085,0.022],[0.133,0],[0.118,-0.025],[0.076,-0.01],[0.133,-0.038],[0.071,-0.026],[0.17,-0.112],[0.098,-0.049],[0.073,-0.021],[0.076,-0.015],[0.032,0.003],[0.033,-0.008],[0.084,-0.026],[0.085,-0.039],[0.099,-0.023],[0.171,0],[0.088,0],[0,0],[0.086,-0.027],[0.083,-0.036],[0.073,-0.014],[0.159,0],[0,0],[0.135,0],[0.433,0],[0.089,-0.024],[0.062,-0.028],[0.048,-0.1],[0.012,-0.058],[-0.072,-0.035],[-0.06,-0.014],[-0.077,0],[-0.068,0.003],[-0.087,-0.005],[-0.113,-0.049],[-0.085,-0.059],[-0.051,-0.086],[-0.038,-0.076],[-0.035,-0.071],[-0.101,-0.047],[-0.085,-0.024],[-0.158,-0.039],[-0.072,0],[-0.059,0.004],[-0.079,-0.007],[-0.074,-0.036],[-0.087,-0.051],[-0.147,-0.062],[-0.075,-0.022],[-0.061,-0.037],[-0.126,-0.133],[0,0],[0,0],[0.075,0.02],[0.06,0.013],[0.075,0.025],[0.173,0.087],[0.097,0.061],[0.085,0.049],[0.07,0.062],[0.097,0.017],[0.117,-0.011],[0.101,0.008],[0.099,0],[0,0],[0.088,0.025],[0.124,0.05],[0.16,0.036],[0.075,0.022],[0.187,0.135],[0.072,0.075],[0.061,0.088],[0.06,0.038],[0.09,0.035],[0.073,0],[0.32,-0.085],[0.074,-0.02],[0.086,-0.034],[0.083,-0.038],[0.086,-0.035],[0.085,-0.042],[0.198,-0.065],[0.059,-0.024],[0,-0.131],[-0.111,-0.172],[-0.051,-0.086],[-0.027,-0.073],[0,-0.085],[0,0],[0,0],[0.149,0.059],[0.087,0.063],[0.081,0.051],[0.085,0],[0.858,0.01],[0.052,-0.076],[0.073,-0.136],[0.097,-0.039],[0.135,-0.048],[0.237,-0.049],[0.135,-0.022],[0.135,-0.134],[0,0],[0.194,-0.126],[0.087,-0.024],[0.063,-0.012],[0.146,0],[0.137,-0.012],[0.1,0],[0.086,-0.011],[0.084,-0.05],[0.086,-0.048],[0.086,-0.038],[0.056,-0.021],[0.051,-0.038],[0.086,-0.036],[0.036,0.006],[0.03,-0.009],[0.063,-0.027],[0.051,-0.06],[0.133,-0.194],[0.051,-0.038],[0.049,-0.038],[0,-0.108],[-0.013,-0.145],[0,0],[-0.17,-0.025],[-0.149,-0.111],[-0.073,-0.05],[-0.086,-0.036],[-0.061,0],[-0.199,0],[-0.271,0.031],[-0.136,0.062],[-0.06,0.028],[-0.087,0.049],[-0.125,0],[-0.04,-0.184],[0,-0.146],[-0.026,-0.135],[-0.013,-0.076],[-0.013,-0.059],[0,-0.084],[0,0],[0.295,-0.294],[0.085,-0.06],[0.099,-0.011],[0.248,0],[0,0],[0.1,0],[0.175,-0.013],[0.135,-0.046],[0.11,-0.053],[0.084,-0.026],[0.134,0],[0,0],[0.269,0.037],[0.097,0.024],[0.085,0],[0.173,0],[0.234,-0.053],[0.171,-0.085],[0,-0.076],[0.01,-0.084],[0.156,-0.087],[0.088,0],[0,0],[0.174,-0.086],[0.088,-0.023],[0.206,0],[0.112,0.014],[0.148,0.013],[0.172,0],[0.171,-0.011],[0.11,-0.038],[0.087,-0.012],[0.087,-0.032],[0.036,-0.073],[0.025,-0.073],[0.012,-0.062],[0.022,-0.058],[0.034,-0.059],[0.085,0],[0,0],[0.036,-0.073],[0.048,-0.148],[-0.075,-0.121],[-0.097,-0.149],[-0.122,-0.097],[-0.145,-0.074],[-0.075,0.01],[-0.054,-0.009],[-0.146,0],[-0.122,-0.026],[-0.273,-0.175],[-0.099,-0.121],[0,0],[0,0],[-0.063,-0.025],[-0.075,-0.035],[-0.16,-0.036],[-0.171,0],[-0.112,0],[0,0],[-0.122,0.01],[-0.062,0.009],[-0.161,0.058],[-0.109,0],[0,0],[-0.174,0.027],[-0.174,0],[0,0],[-0.151,0],[-0.062,0],[0,0],[0.098,-0.137],[0.061,-0.038],[0.085,-0.037],[0.133,-0.086],[0.113,-0.024],[0.07,0],[0,0],[0.088,0.01],[0.038,-0.004],[0.045,0.012],[0.086,0.021],[0.097,0],[0,0],[0.232,-0.062],[0.096,-0.04],[0.221,0],[0,0],[0.1,0],[0.11,0.012],[0.208,0.021],[0.137,0],[0,0],[0.077,-0.011],[0.025,-0.193],[0,0],[0.063,-0.049],[0,-0.124],[-0.232,-0.176],[-0.099,-0.065],[-0.098,-0.008],[-0.098,0.008],[-0.107,-0.011],[-0.234,-0.111],[-0.194,-0.062],[-0.149,-0.059],[-0.221,-0.126],[0,0],[0.161,-0.122],[0.048,-0.076],[0.027,-0.063],[-0.088,-0.037],[-0.061,-0.026],[-0.135,-0.072],[-0.062,-0.064],[-0.065,-0.082],[-0.02,-0.049],[-0.064,-0.04],[-0.086,-0.039],[-0.073,-0.037],[-0.074,-0.027],[-0.184,-0.073],[-0.074,-0.039],[-0.098,-0.061],[-0.11,-0.036],[-0.232,0],[0,0],[-0.087,0.012],[-0.086,0.034],[0.037,0.061],[0.064,0.084],[0,0.124],[-0.097,0.059],[-0.063,0],[-0.196,0],[-0.284,-0.023],[-0.159,-0.061],[-0.075,-0.022],[-0.059,-0.013],[-0.086,0],[-0.074,0],[0,0],[0,0],[-0.075,-0.04],[-0.1,-0.037],[-0.193,0],[-0.171,0.087],[-0.073,0.051],[-0.074,0.036],[-0.075,0.028],[-0.059,0.018],[-0.048,0],[-0.079,0.041],[-0.074,0.051],[-0.064,0.036],[-0.135,0],[-0.175,-0.083],[-0.16,-0.085],[-0.084,0],[0,0],[-0.232,-0.01],[-0.06,-0.01],[-0.074,-0.014],[-0.196,-0.165],[-0.084,-0.05],[-0.086,-0.024],[-0.085,0],[0,0],[-0.073,-0.016],[-0.056,-0.022],[-0.222,-0.125],[-0.086,-0.023],[-0.233,0],[0,0],[-0.061,-0.012],[-0.075,-0.054],[-0.162,-0.1],[-0.086,-0.024],[-0.149,-0.015],[0,0],[-0.135,-0.048],[-0.074,-0.053],[0,-0.171],[0,0],[-0.099,-0.148],[-0.061,-0.073],[-0.097,-0.026],[-0.061,-0.013],[-0.047,0.005],[-0.052,-0.014],[-0.095,-0.048],[-0.086,-0.037],[-0.063,-0.083],[-0.038,-0.059],[-0.073,-0.148],[-0.037,-0.047],[-0.065,-0.062],[-0.124,-0.148],[-0.061,-0.09],[-0.073,-0.096],[-0.049,-0.062],[-0.05,-0.074],[-0.063,-0.15],[-0.073,-0.149],[-0.027,-0.072],[-0.173,-0.225],[-0.071,-0.052],[-0.061,-0.046],[0,-0.134],[0,0],[0.025,-0.096],[0,-0.123],[-0.06,-0.095],[0,-0.284],[0,0],[0.061,-0.095],[0,-0.161],[-0.012,-0.136],[0,0],[0,0],[0.184,-0.051],[0.122,-0.114],[0.024,-0.06],[-0.026,-0.297],[0.048,-0.218],[0,0],[0,0],[-0.148,-0.072],[-0.295,-0.025],[0,0],[-0.12,0],[-0.169,0],[0,0],[-0.024,0.196],[-0.022,0.123],[-0.296,0],[-0.146,0],[-0.146,0],[-0.024,-0.196],[-0.024,-0.12],[-0.074,-0.147],[-0.174,-0.097],[-0.172,-0.022],[-0.123,-0.022],[-0.068,0.007],[-0.059,-0.01],[-0.147,-0.072],[-0.119,-0.071],[-0.097,-0.12],[-0.126,-0.148],[-0.049,-0.124],[0,0],[0,0],[0.195,0],[0,0],[0.416,0.196],[0.124,0.072],[0.122,0.072],[0.079,-0.016],[0.048,0.009],[0.298,0.025],[0.343,0],[0.416,-0.174],[-0.147,-0.266],[-0.12,-0.121],[0,-0.222],[0,-0.169],[0.27,-0.075],[0.147,-0.096],[0,-0.271],[-0.199,-0.15],[-0.246,0.03],[-0.167,-0.026],[-0.267,-0.171],[-0.539,0],[-0.148,0.147],[-0.394,0.051],[-0.493,0],[0,0],[0.414,0.148],[0.06,-0.008],[0.069,0.027],[0.147,0.049],[0.075,-0.009],[0.054,0.012],[0.149,0.024],[0,0],[0,0],[-0.148,-0.077],[-0.172,-0.072],[-0.147,-0.022],[-0.12,0],[-0.194,0],[0,0],[-0.245,-0.12],[0,-0.271],[0,0],[0.072,-0.148],[0.048,-0.126],[0,-0.218],[0,0],[-0.101,-0.148],[-0.124,-0.171],[0,-0.176],[0,0],[0,0],[0.147,-0.072],[0.171,-0.101],[0.171,-0.078],[0.173,0],[0,0],[0.17,0.024],[0.172,0],[0,0],[0.198,0.048],[0.198,0],[0.169,-0.069],[0.147,-0.052],[0.122,-0.049],[0.095,-0.049],[0,-0.24],[0,0],[-0.072,-0.171],[-0.172,-0.075],[-0.123,-0.05],[-0.125,-0.046],[-0.147,-0.099],[-0.097,-0.118],[-0.049,-0.293],[0.25,-0.148],[0,-0.242],[-0.2,-0.347],[-0.193,-0.269],[-0.097,-0.124],[-0.223,0],[-0.198,0.101],[-0.173,0.05],[-0.149,0],[0,0],[-0.148,-0.048],[0.048,-0.121],[0.099,-0.1],[0.082,0.02],[0.045,-0.021],[0.098,-0.123],[0.048,-0.125],[0.049,-0.148],[0,-0.243],[-0.048,-0.198],[-0.173,-0.245],[-0.149,-0.07],[-0.151,0],[-0.123,0.051],[-0.124,0.1],[-0.1,0.121],[-0.12,0.073],[-0.148,0],[-0.222,-0.024],[0,0],[0.145,-0.075],[0.122,-0.075],[0.148,-0.074],[0.074,-0.167],[0,-0.224],[-0.097,-0.195],[-0.12,-0.122],[-0.124,-0.145],[-0.345,-0.391],[-0.099,-0.148],[-0.047,-0.15],[-0.023,-0.118],[-0.122,-0.294],[-0.101,-0.271],[-0.295,-0.195],[-0.094,-0.123],[-0.072,-0.175],[-0.119,-0.271],[-0.122,-0.096],[-0.442,-0.148],[-0.298,-0.22],[-0.172,-0.077],[-0.146,0],[0,0],[-0.15,0.024],[-0.221,0],[0,0],[-0.122,-0.023],[-0.059,0.01],[-0.058,-0.043],[-0.047,-0.124],[-0.049,-0.126],[-0.194,-0.099],[-0.201,0],[-0.115,0.009],[-0.149,-0.025],[-0.099,-0.174],[-0.074,-0.123],[-0.194,-0.047],[-0.297,0],[-0.27,0.077],[-0.172,0.074],[-0.125,0.097],[-0.076,0.148],[0,0.124],[0,0],[-0.319,0.516],[-0.25,0.266],[-0.072,0.149],[0,0.247],[0.028,0.22],[0,0.147],[0,0.148],[0.126,0.247],[0.075,0.148],[0.049,0.145],[0,0.142],[-0.42,0.021],[0,0],[-0.148,0],[-0.293,0],[-0.024,0.271],[-0.074,0.122],[-0.121,0.121],[-0.17,0.077],[-0.074,-0.012],[-0.055,0.012],[-0.174,0.073],[0,0],[0,0.248],[0.048,0.196],[0.074,0.15],[0.072,0.12],[0,0.176],[-0.197,0.125],[-0.079,-0.011],[-0.056,0.012],[-0.273,0.074],[-0.126,0.073],[-0.07,0.147],[-0.021,0.124],[0,0.145],[-0.026,0.147],[0,0],[-0.024,0.421],[0,0.15],[0,0],[-0.025,-0.466],[0,-0.172],[-0.318,0],[-0.146,0],[-0.339,0.369],[-0.145,0.15],[-0.198,0.096],[-0.169,0],[0,0],[-0.114,-0.008],[-0.152,0.028],[-0.145,0.071],[-0.073,0.099],[-0.073,0.127],[0,0],[-0.146,0.098],[-0.147,0.098],[-0.098,0.097],[-0.097,0.126],[-0.122,0.099],[-0.098,0.07],[-0.171,0.273],[-0.123,0.096],[-0.097,0.072],[-0.098,0.124],[-0.046,0.104],[-0.123,0.122],[-0.121,0.072],[-0.05,0.193],[0,0.468],[-0.045,0.019],[-0.059,0],[-0.122,-0.046],[-0.038,-0.016],[-0.035,-0.014],[-0.034,-0.014],[-0.08,-0.051],[-0.03,-0.017],[-0.084,-0.071],[-0.043,-0.021],[-0.148,0],[-0.27,-0.077],[-0.296,-0.148],[-0.392,0],[-0.244,0.025],[-0.149,0.048],[-0.294,0.221],[-0.149,0.173],[-0.171,0.123],[-0.321,0.048],[-0.146,-0.009],[-0.118,0.009],[-0.123,0.024],[-0.17,0.019],[-0.073,-0.009],[-0.094,0.026],[-0.146,0.024],[-0.143,0.048],[-0.061,-0.009],[-0.066,0.027],[-0.148,0.075],[-0.123,0.075],[-0.099,0.122],[-0.123,0.198],[-0.15,0.196],[-0.369,0],[0,0],[-0.27,0.176],[-0.149,0.127],[-0.124,0.195],[-0.048,0.124],[0,0],[0.268,-0.249],[0.098,-0.075],[0.246,0],[0,0],[0.246,0.195],[0.298,0.173],[0.121,0],[0,0],[0.615,0.197],[0.125,0.025],[0.149,0.125],[0.076,0.149],[0,0.172],[0,0],[-0.269,0],[-0.162,-0.009],[-0.256,0.028],[-0.12,0],[-0.318,0.123],[-0.219,0.294],[-0.096,-0.05],[-0.099,-0.146],[-0.075,-0.369],[-0.074,-0.146],[-0.074,-0.123],[-0.37,0],[-0.123,0.171],[-0.048,0.1],[-0.318,0.075],[-0.294,0],[-0.344,0.027],[-0.145,0.027],[0.026,0.274],[0.17,0.322],[0.172,0.121],[0.271,0.172],[0.122,0.318],[0.097,0.272],[0.073,0.149],[0.052,0.122],[0.052,0.102],[0.121,0.076],[0.295,0.127],[0.145,0.072],[-0.147,0.1],[-0.124,0.047],[-0.268,-0.199],[-0.145,-0.071],[-0.169,0],[0,0],[-0.148,0],[-0.147,0],[-0.025,0.589],[0,0],[-0.024,0.121],[0,0.171],[0.075,0.124],[0.152,0.076],[0.317,0],[0.271,-0.121],[0.123,-0.101],[0.174,0],[0,0],[-0.221,0.124],[-0.099,0.075],[-0.124,0.073],[-0.052,0.12],[0.296,0.098],[0.148,0.05],[0,0],[0,0],[0,0],[0,0],[-0.124,0.098],[-0.144,0.077],[-0.32,0],[0,0],[-0.442,0],[-0.197,0.103],[-0.124,0.124],[0,0.226],[0.121,0.193],[0.169,0.146],[0.273,0],[0.194,-0.051],[0.146,-0.023],[0.148,0],[0.123,0.049],[0.074,0.147],[0,0.17],[-0.244,0],[-0.147,0],[-0.15,0],[-0.32,0],[-0.296,0.049],[-0.149,0.073],[0,0],[-0.194,0],[-0.173,0],[0,0],[-0.222,0.049],[-0.126,0.048],[-0.075,0.122],[0.367,0.099],[0.067,-0.006],[0.06,0.013],[0.169,0.124],[0.079,0.249],[0,0.149],[0,0.22],[0,0.245],[0,0.148],[0,0.097],[-0.639,0.048],[0,0],[0.22,0.467],[0.026,0.118],[0.024,0.23],[0.466,0.079],[0.172,0.027],[0.123,0.029],[0.147,0.073],[0.122,0.074],[0.1,0.148],[0,0.224],[-0.023,0.051],[-0.122,0.072],[-0.173,0.07],[-0.076,-0.01],[-0.052,0.008],[-0.343,0.022],[-0.147,0],[0,0],[-0.272,-0.05],[-0.148,-0.098],[0,-0.245],[0,0],[0.047,-0.146],[0,-0.243],[-0.273,-0.541],[0,0],[0,0],[-0.125,0.15],[0,0.224],[0,0],[0.121,0.172],[0.27,0],[0.196,-0.051],[0.144,-0.023],[0.269,0],[0,0],[0.194,0],[0.121,0],[0,0],[-0.121,0],[-0.173,0],[0,0],[-0.296,0.075],[-0.149,0.074],[0.122,0.148],[0.224,0.022],[0.117,-0.032],[0.143,0.027],[0.175,0.049],[0.123,0.026],[0.149,0],[0.248,0],[0.368,-0.027],[0.05,-0.269],[0.074,-0.145],[0.059,-0.011],[0.059,0.043],[0.095,0.148],[0,0.148],[-0.095,0.245],[-0.099,0.124],[-0.072,0.099],[-0.075,0.174],[0,0.15],[0,0.294],[-0.05,0.395],[0,0],[-0.246,0.269],[-0.147,0.1],[-0.191,-0.004],[-0.085,0.009],[0,0],[-0.172,0.075],[0.022,0.145],[0,0.221],[-0.121,0.195],[-0.098,0.15],[-0.073,0.125],[-0.148,0.099],[-0.318,0.05],[-0.178,-0.045],[-0.228,0.05],[-0.101,0.075],[-0.072,0.144],[-0.049,0.121],[-0.097,0.124],[-0.148,0.076],[-0.149,0.025],[-0.123,0],[-0.122,0.021],[-0.069,-0.006],[-0.061,0.011],[-0.147,0.099],[0,0],[0,0],[0,0],[-0.317,0.124],[-0.494,0],[-0.222,-0.098],[-0.217,-0.024],[-0.174,0],[0,0],[-0.151,0],[-0.12,0.022],[-0.17,0.048],[-0.125,0.096],[-0.125,0.148],[-0.195,0.169],[-0.173,0.048],[-0.298,0],[0,0],[-0.592,0.073],[-0.123,0.022],[-0.123,0.051],[-0.099,0.175],[-0.05,0.17],[0,0.294],[0.201,0.199],[0.148,0.049],[0.345,0],[0.318,-0.076],[0.198,-0.049],[0.293,0],[0.321,0.124],[0.174,0.049],[0,0],[0.195,0],[0.316,-0.024],[0.082,0.006],[0.084,-0.011],[0.321,-0.099],[0.149,-0.099],[0.078,-0.149],[0.147,-0.27],[0.122,-0.079],[0.125,-0.026],[0.162,0.016],[0.145,-0.011],[0.32,0],[0.271,0.124],[0.148,0.101],[0.391,0],[0.222,-0.1],[0.221,-0.27],[0.121,-0.099],[0.15,-0.047],[0.148,0],[0.131,0.007],[0.176,-0.012],[0.273,-0.097],[0.17,-0.05],[0.318,-0.102],[0.149,-0.097],[0.151,-0.171],[0.392,-0.193],[0.172,0],[0.172,0.024],[-0.126,0.119],[-0.099,0.121],[-0.075,0.121],[-0.075,0.15],[-0.273,0.172],[-0.07,-0.013],[-0.061,0.026],[-0.248,0.098],[0,0.145],[0,0],[-0.173,0.072],[-0.099,0.08],[-0.075,0.147],[0,0.146],[0.025,0.119],[0.074,0.124],[0.148,0.073],[0.145,0],[0,0],[0.148,0],[0.147,0.006],[0.196,-0.013],[0.146,0],[0.491,0.023],[0.174,0.026],[0.027,-0.488],[0,-0.149],[0,-0.127],[0.203,0],[0.196,0.025],[0.273,0],[0.246,-0.052],[0.291,-0.122],[0.121,-0.048],[0.168,-0.07],[0.079,0.011],[0.053,-0.008],[-0.02,0.123],[-0.049,0.147],[-0.147,0.097],[-0.172,0.025],[0,0],[-0.339,0],[-0.269,0.072],[-0.147,0.07],[0,0],[0.174,0.023],[0.074,-0.006],[0.098,0.011],[0.246,0],[0.614,-0.072],[0.294,0],[0.173,0],[0,0],[0.414,0],[0.369,-0.096],[0.172,-0.048],[0.148,-0.05],[0.126,-0.024],[0.226,-0.05],[0.075,0.007],[0.1,-0.013],[0.248,-0.027],[0.072,0.006],[0.099,-0.014],[0.172,-0.05],[0.127,-0.025],[0.196,0],[0.169,0.024],[-0.054,0.124],[-0.222,0.299],[-0.147,0.125],[-0.372,0.072],[-0.195,0],[0,0],[-0.124,0.073],[-0.148,0.098],[-0.169,0],[0,0],[-0.178,0],[-0.267,0.097],[-0.147,0.072],[-0.149,0.071],[-0.081,-0.016],[-0.052,0.009],[-0.145,0.028],[-0.12,0.028],[-0.065,-0.005],[-0.065,0.016],[-0.174,0.023],[-0.245,-0.021],[-0.197,0.01],[-0.196,0.024],[0,0],[0,0],[0.244,0],[0,0],[0.15,0.022],[0.489,0],[0.298,0],[0.367,0.1],[0.145,0.075],[0,0.196],[0,0.17],[0.147,0.026],[0.295,0],[0.072,-0.028],[0.195,0],[0,0],[0.319,0.121],[0.124,0.027],[0.345,0],[0,0],[0,0],[0,0],[0,0],[0.27,-0.072],[0.147,-0.097],[0,0],[0,0],[0,0],[-0.295,0.051],[-0.096,0.12],[-0.05,0.148],[0,0],[0.05,0.148],[0.174,0.123],[0.15,0.051],[0.345,0.027],[0,0],[0.345,0.029],[0.268,0.076],[0.145,0.029],[0.124,0],[0.343,0],[0.341,-0.024],[0.147,0],[0.343,0],[0,0],[0.32,0],[3.27,0]],\"o\":[[-0.063,0.012],[-0.068,-0.005],[-0.194,0.023],[-0.173,0.126],[-0.145,0.026],[0,0],[-0.198,0],[0,0],[-0.15,0],[-0.248,-0.021],[-0.247,0],[-0.541,0.076],[0.15,0.193],[0.073,0.148],[0,0.318],[-0.273,0.074],[-0.343,0],[-0.15,-0.05],[0,0],[-0.586,0],[-0.124,-0.048],[-0.417,-0.074],[-0.198,0],[-0.124,0.024],[-0.173,0.049],[-0.147,0.098],[-0.318,0.022],[0,0],[-0.193,0],[-0.246,-0.025],[-0.441,0],[-0.491,-0.037],[-0.11,0],[-0.071,0.013],[-0.031,0.005],[-0.035,-0.004],[-0.11,0.022],[-0.139,0.039],[-0.222,0.075],[0.088,0.185],[0.075,0.087],[0.073,0.027],[0.045,0.005],[0.043,-0.004],[0.195,0.034],[0.097,0.056],[0.075,0.06],[0.05,0.073],[0.048,0.136],[0.027,0.209],[0,0],[-0.05,-0.071],[-0.063,-0.05],[-0.03,-0.005],[-0.035,0.004],[-0.085,-0.024],[-0.099,-0.011],[-0.099,-0.034],[-0.029,-0.005],[-0.034,0.003],[-0.088,-0.025],[-0.086,-0.025],[-0.074,0],[-0.109,-0.013],[-0.162,0],[-0.146,0],[-0.083,0.038],[-0.022,0.072],[0,0.072],[0.025,0.156],[0.047,0.085],[0.088,0.075],[0.172,0.098],[0.147,0.06],[0.061,0.026],[0.075,0.024],[0.088,0.01],[0.161,0.011],[0,0],[0.097,0],[0.09,0.013],[0.071,0.05],[0.167,0.094],[0.061,0.059],[0.122,0.147],[0.051,0.083],[0.024,0.073],[0.013,0.077],[0.013,0.111],[0,0.148],[-0.075,0],[-0.174,0],[-0.087,-0.015],[-0.047,-0.004],[-0.039,0.004],[-0.125,-0.01],[-0.16,-0.062],[-0.072,-0.027],[-0.084,-0.02],[-0.088,-0.027],[-0.11,-0.049],[-0.06,-0.024],[-0.256,-0.1],[-0.136,-0.01],[-0.222,-0.052],[-0.062,-0.027],[-0.1,-0.052],[-0.059,-0.037],[-0.099,-0.064],[-0.097,-0.059],[-0.088,-0.048],[-0.085,-0.089],[-0.042,-0.011],[-0.041,0.006],[-0.071,-0.012],[-0.064,-0.014],[-0.099,-0.024],[0,0],[-0.099,0],[-0.174,-0.021],[-0.123,-0.037],[-0.219,-0.083],[-0.787,0],[0,0.111],[0.028,0.087],[0.135,0.186],[0.149,0.147],[0.036,0.005],[0.046,-0.007],[0,0],[0.086,0.039],[0.134,0.137],[0.072,0.052],[0.063,0.073],[0.073,0.087],[0.086,0.135],[0.026,0.062],[0.039,0.096],[0.062,0.147],[0,0],[0,0],[-0.097,0],[-0.099,-0.011],[-0.088,-0.036],[-0.097,-0.065],[-0.058,-0.047],[-0.063,-0.061],[-0.099,-0.077],[-0.098,-0.063],[-0.094,-0.061],[-0.183,-0.123],[-0.059,-0.037],[-0.072,-0.037],[-0.073,-0.052],[-0.148,-0.127],[-0.066,-0.016],[-0.063,-0.014],[-0.197,-0.014],[-0.089,-0.034],[-0.048,-0.071],[-0.048,-0.086],[-0.061,-0.038],[-0.109,-0.049],[-0.063,-0.011],[-0.159,-0.011],[0,0],[0,0],[0,0.173],[0.099,0.221],[0.046,0.11],[0,0.111],[-0.012,0.097],[0,0.071],[0,0],[-0.015,0.075],[-0.099,0.32],[-0.025,0.091],[-0.053,0.058],[-0.087,0.051],[-0.133,0],[-0.112,-0.05],[-0.147,-0.111],[-0.025,-0.061],[0,-0.169],[0.014,-0.084],[0.121,-0.173],[0.061,-0.075],[0.025,-0.069],[0,-0.072],[-0.024,-0.102],[-0.062,-0.094],[-0.053,-0.086],[0,0],[0,-0.075],[-0.027,-0.162],[-0.083,-0.062],[-0.097,-0.062],[-0.087,-0.047],[-0.071,-0.063],[-0.125,-0.051],[-0.137,0],[-0.077,0.01],[-0.138,0.038],[-0.072,0.011],[-0.187,0.071],[-0.099,0.06],[-0.074,0.036],[-0.073,0.028],[-0.028,0.005],[-0.035,-0.003],[-0.085,0.01],[-0.085,0.024],[-0.101,0.047],[-0.159,0.039],[-0.084,0],[0,0],[-0.101,0],[-0.085,0.026],[-0.075,0.021],[-0.148,0.037],[0,0],[-0.137,-0.012],[-0.429,0],[-0.099,0],[-0.059,0.024],[-0.099,0.037],[-0.027,0.062],[0.048,0.066],[0.061,0.025],[0.063,0.011],[0.084,0.006],[0.067,-0.002],[0.122,0.011],[0.096,0.038],[0.089,0.063],[0.038,0.062],[0.038,0.072],[0.049,0.088],[0.086,0.037],[0.159,0.064],[0.063,0.011],[0.07,0.005],[0.064,-0.003],[0.085,0],[0.1,0.05],[0.135,0.073],[0.073,0.024],[0.06,0.027],[0.146,0.085],[0,0],[0,0],[-0.09,0],[-0.059,-0.015],[-0.074,-0.028],[-0.185,-0.061],[-0.098,-0.05],[-0.087,-0.052],[-0.075,-0.051],[-0.076,-0.061],[-0.137,-0.027],[-0.084,0.007],[-0.1,0],[0,0],[-0.097,0],[-0.122,-0.039],[-0.149,-0.063],[-0.073,-0.013],[-0.208,-0.074],[-0.084,-0.062],[-0.072,-0.073],[-0.05,-0.059],[-0.072,-0.048],[-0.063,-0.023],[-0.332,0],[-0.073,0.013],[-0.087,0.027],[-0.086,0.038],[-0.088,0.038],[-0.087,0.038],[-0.174,0.083],[-0.062,0.009],[-0.111,0.063],[0,0.209],[0.049,0.086],[0.035,0.075],[0.024,0.074],[0,0],[0,0],[-0.172,0],[-0.099,-0.039],[-0.084,-0.061],[-0.074,-0.037],[-0.864,0],[-0.063,0.057],[-0.083,0.135],[-0.048,0.085],[-0.135,0.048],[-0.222,0.073],[-0.133,0.026],[-0.184,0.04],[0,0],[-0.157,0.157],[-0.073,0.036],[-0.06,0.013],[-0.132,0.026],[-0.137,0],[-0.098,0],[-0.098,0],[-0.101,0.013],[-0.085,0.048],[-0.074,0.038],[-0.063,0.028],[-0.027,0.059],[-0.073,0.051],[-0.032,0.015],[-0.033,-0.005],[-0.059,0.027],[-0.072,0.023],[-0.145,0.184],[-0.028,0.05],[-0.049,0.037],[-0.087,0.061],[0,0.151],[0,0],[0.16,0.037],[0.2,0.027],[0.072,0.048],[0.073,0.05],[0.062,0.022],[0.185,0.022],[0.281,0],[0.144,-0.016],[0.063,-0.022],[0.099,-0.05],[0.098,-0.062],[0.196,0],[0.022,0.134],[0,0.148],[0.01,0.074],[0.012,0.059],[0.023,0.072],[0,0],[0,0.416],[-0.072,0.075],[-0.086,0.064],[-0.231,0.038],[0,0],[-0.098,0],[-0.169,-0.013],[-0.145,0.013],[-0.107,0.042],[-0.09,0.033],[-0.123,0.04],[0,0],[-0.271,0],[-0.111,-0.011],[-0.073,-0.012],[-0.172,-0.011],[-0.244,0],[-0.173,0.033],[0,0.073],[0,0.1],[-0.038,0.182],[-0.075,0.037],[0,0],[-0.196,0],[-0.085,0.036],[-0.181,0.073],[-0.112,0],[-0.143,-0.013],[-0.172,-0.011],[-0.174,0],[-0.126,0.013],[-0.088,0.024],[-0.097,0.023],[-0.073,0.04],[-0.037,0.072],[-0.027,0.061],[-0.013,0.06],[-0.025,0.079],[-0.041,0.064],[0,0],[-0.062,0.065],[-0.076,0.137],[0.022,0.119],[0.099,0.145],[0.099,0.148],[0.125,0.096],[0.069,0.028],[0.06,-0.009],[0.126,0.026],[0.147,0],[0.293,0.072],[0.12,0.072],[0,0],[0,0],[0.063,0.027],[0.087,0.038],[0.134,0.075],[0.162,0.037],[0.113,0],[0,0],[0.131,0],[0.061,0],[0.171,-0.036],[0.097,-0.039],[0,0],[0.184,0],[0.16,-0.023],[0,0],[0.149,0.011],[0.056,0],[0,0],[0,0.173],[-0.037,0.059],[-0.073,0.039],[-0.149,0.061],[-0.097,0.059],[-0.062,0.014],[0,0],[-0.099,0],[-0.04,-0.006],[-0.042,0.004],[-0.087,-0.024],[-0.085,-0.027],[0,0],[-0.243,0],[-0.097,0.021],[-0.198,0.085],[0,0],[-0.098,0],[-0.111,0],[-0.212,-0.038],[-0.136,-0.013],[0,0],[-0.074,0],[-0.009,0.196],[0,0],[-0.087,0],[-0.085,0.063],[0,0.294],[0.097,0.072],[0.084,0.045],[0.118,0.019],[0.084,-0.007],[0.258,0.024],[0.185,0.085],[0.162,0.051],[0.235,0.085],[0,0],[-0.209,0],[-0.072,0.052],[-0.022,0.049],[0.074,0.061],[0.063,0.024],[0.137,0.048],[0.07,0.035],[0.075,0.077],[0.027,0.049],[0.036,0.06],[0.074,0.05],[0.076,0.025],[0.073,0.036],[0.186,0.084],[0.085,0.02],[0.098,0.051],[0.099,0.063],[0.221,0.074],[0,0],[0.097,0],[0.086,-0.012],[-0.038,-0.077],[-0.06,-0.098],[-0.061,-0.085],[0,-0.12],[0.063,-0.037],[0.185,-0.023],[0.285,0],[0.181,0.012],[0.077,0.019],[0.06,0.027],[0.074,0.012],[0.075,0],[0,0],[0,0],[0.102,0],[0.086,0.05],[0.17,0.073],[0.199,0],[0.088,-0.037],[0.063,-0.039],[0.071,-0.037],[0.061,-0.01],[0.049,-0.006],[0.085,0.001],[0.086,-0.036],[0.061,-0.034],[0.11,-0.073],[0.198,0],[0.169,0.087],[0.075,0.038],[0,0],[0.234,0],[0.074,0],[0.076,0.014],[0.257,0.071],[0.073,0.063],[0.073,0.046],[0.074,0.014],[0,0],[0.086,0],[0.063,0.008],[0.237,0.085],[0.076,0.037],[0.208,0.086],[0,0],[0.063,0],[0.086,0.013],[0.111,0.145],[0.069,0.049],[0.136,0.035],[0,0],[0.145,0.011],[0.084,0.024],[0.137,0.097],[0,0],[0,0.188],[0.05,0.073],[0.059,0.075],[0.063,0.009],[0.048,0.012],[0.05,-0.007],[0.098,0.023],[0.09,0.037],[0.099,0.05],[0.039,0.062],[0.09,0.137],[0.025,0.062],[0.038,0.062],[0.147,0.145],[0.074,0.085],[0.063,0.082],[0.051,0.073],[0.05,0.066],[0.087,0.12],[0.058,0.147],[0.038,0.072],[0.111,0.248],[0.049,0.071],[0.076,0.049],[0.097,0.087],[0,0],[0.011,0.111],[-0.039,0.112],[0,0.127],[0.148,0.22],[0,0],[0,0.124],[-0.072,0.134],[0,0.132],[0,0],[0,0],[-0.196,0],[-0.161,0.037],[-0.049,0.033],[0.049,0.27],[0,0.22],[0,0],[0,0],[0.097,0.119],[0.246,0.122],[0,0],[0.148,0],[0.149,0.029],[0,0],[0.025,-0.196],[0.025,-0.149],[0.294,0],[0.146,0],[0.149,0],[0.025,0.219],[0.025,0.12],[0.025,0.17],[0.097,0.172],[0.146,0.072],[0.123,0],[0.063,0.014],[0.066,-0.005],[0.149,0.027],[0.147,0.074],[0.148,0.098],[0.1,0.125],[0.073,0.099],[0,0],[0,0],[-0.198,0],[0,0],[-0.469,0],[-0.148,-0.052],[-0.097,-0.048],[-0.074,-0.044],[-0.055,0.011],[-0.27,-0.075],[-0.342,-0.021],[-0.469,0],[0.099,0.294],[0.074,0.148],[0.15,0.148],[0,0.174],[-0.295,0.024],[-0.172,0.049],[-0.198,0.149],[0,0.241],[0.228,0.166],[0.15,-0.019],[0.319,0.052],[0.445,0.296],[0.222,0],[0.269,-0.271],[0.491,-0.047],[0,0],[-0.441,0],[-0.056,-0.01],[-0.076,0.011],[-0.146,-0.048],[-0.069,-0.026],[-0.06,0.01],[-0.124,-0.024],[0,0],[0,0],[0.172,0],[0.169,0.074],[0.148,0.051],[0.124,0.029],[0.173,0.029],[0,0],[0.294,0],[0.219,0.1],[0,0],[-0.024,0.169],[-0.076,0.123],[-0.076,0.173],[0,0],[0,0.195],[0.12,0.173],[0.074,0.125],[0,0],[0,0],[-0.172,0],[-0.146,0.079],[-0.173,0.095],[-0.149,0.049],[0,0],[-0.174,0],[-0.175,-0.03],[0,0],[-0.221,-0.028],[-0.173,-0.05],[-0.197,0],[-0.152,0.051],[-0.123,0.047],[-0.124,0.05],[-0.198,0.124],[0,0],[0,0.196],[0.099,0.196],[0.122,0.047],[0.124,0.051],[0.169,0.073],[0.124,0.074],[0.175,0.225],[-0.271,0.051],[-0.192,0.098],[0,0.421],[0.17,0.289],[0.076,0.123],[0.124,0.149],[0.219,0],[0.17,-0.074],[0.123,-0.049],[0,0],[0.167,0],[0,0.145],[-0.048,0.122],[-0.054,0.054],[-0.066,-0.017],[-0.122,0.071],[-0.073,0.1],[-0.051,0.147],[-0.099,0.215],[0,0.223],[0.075,0.291],[0.096,0.147],[0.124,0.076],[0.146,0],[0.174,-0.07],[0.122,-0.097],[0.097,-0.124],[0.101,-0.05],[0.222,0],[0,0],[-0.147,0.121],[-0.126,0.074],[-0.146,0.073],[-0.147,0.075],[-0.073,0.176],[0,0.243],[0.075,0.146],[0.15,0.145],[0.345,0.42],[0.1,0.125],[0.072,0.122],[0.052,0.12],[0.101,0.323],[0.097,0.247],[0.146,0.344],[0.125,0.077],[0.102,0.121],[0.124,0.273],[0.075,0.169],[0.345,0.319],[0.37,0.121],[0.145,0.098],[0.123,0.048],[0,0],[0.172,0],[0.195,-0.05],[0,0],[0.147,0],[0.05,0.01],[0.084,-0.017],[0.097,0.074],[0.05,0.124],[0.099,0.219],[0.148,0.077],[0.132,0.013],[0.138,-0.01],[0.197,0.045],[0.075,0.121],[0.102,0.175],[0.273,0.049],[0.295,0],[0.172,-0.047],[0.147,-0.074],[0.145,-0.123],[0.072,-0.124],[0,0],[0,-0.615],[0.173,-0.294],[0.097,-0.128],[0.098,-0.195],[0,-0.217],[0,-0.148],[0,-0.149],[0,-0.296],[-0.072,-0.168],[-0.072,-0.121],[-0.024,-0.125],[0,-0.422],[0,0],[0.144,0],[0.295,-0.025],[0,-0.269],[0,-0.149],[0.1,-0.148],[0.123,-0.127],[0.069,-0.028],[0.06,0.008],[0.172,-0.051],[0,0],[0.146,-0.199],[0,-0.219],[-0.025,-0.148],[-0.051,-0.124],[-0.079,-0.123],[0,-0.242],[0.053,-0.025],[0.064,0.008],[0.266,-0.071],[0.142,-0.05],[0.147,-0.093],[0.074,-0.125],[0.027,-0.125],[0,-0.145],[0,0],[-0.025,-0.418],[0,-0.145],[0,0],[-0.024,0.467],[0,0.173],[0.319,-0.025],[0.146,0],[0.515,0],[0.126,-0.148],[0.149,-0.146],[0.149,-0.079],[0,0],[0.132,-0.011],[0.14,0.011],[0.149,-0.026],[0.125,-0.054],[0.074,-0.102],[0,0],[0.073,-0.175],[0.149,-0.099],[0.124,-0.072],[0.099,-0.101],[0.101,-0.12],[0.101,-0.077],[0.247,-0.225],[0.076,-0.122],[0.094,-0.075],[0.12,-0.073],[0.076,-0.097],[0.099,-0.143],[0.099,-0.096],[0.174,-0.098],[0.098,-0.442],[0.025,-0.036],[0.046,-0.017],[0.134,0],[0.038,0.013],[0.038,0.01],[0.031,0.009],[0.084,0.037],[0.035,0.018],[0.092,0.06],[0.038,0.035],[0.148,0.024],[0.297,0],[0.317,0.072],[0.343,0.172],[0.249,0],[0.17,0],[0.365,-0.126],[0.198,-0.146],[0.122,-0.148],[0.271,-0.199],[0.152,-0.026],[0.113,0.009],[0.121,0],[0.172,-0.03],[0.079,-0.011],[0.086,0.01],[0.15,-0.05],[0.148,-0.021],[0.056,-0.01],[0.075,0.01],[0.174,-0.049],[0.148,-0.074],[0.148,-0.097],[0.145,-0.172],[0.122,-0.196],[0.197,-0.271],[0,0],[0.343,0],[0.173,-0.099],[0.169,-0.149],[0.07,-0.126],[0,0],[-0.292,0.223],[-0.098,0.07],[-0.175,0.146],[0,0],[-0.341,-0.028],[-0.246,-0.195],[-0.12,-0.07],[0,0],[-0.663,0],[-0.123,-0.022],[-0.171,-0.048],[-0.143,-0.121],[-0.074,-0.147],[0,0],[0.27,-0.023],[0.211,-0.012],[0.197,0.011],[0.147,0],[0.32,-0.049],[0.346,-0.126],[0.124,0.049],[0.147,0.097],[0.196,0.321],[0.022,0.147],[0.074,0.148],[0.193,0.295],[0.221,0],[0.05,-0.098],[0.198,-0.268],[0.269,-0.05],[0.343,0],[0.173,0],[-0.052,-0.293],[-0.046,-0.342],[-0.073,-0.175],[-0.269,-0.2],[-0.294,-0.196],[-0.101,-0.272],[-0.048,-0.146],[-0.049,-0.121],[-0.048,-0.126],[-0.07,-0.121],[-0.245,-0.149],[-0.17,-0.071],[0.145,-0.122],[0.1,-0.05],[0.293,0.173],[0.125,0.075],[0.149,0.076],[0,0],[0.146,0],[0.145,0],[0.074,-0.592],[0,0],[0,-0.122],[0.025,-0.147],[0,-0.145],[-0.072,-0.12],[-0.269,-0.148],[-0.32,0],[-0.147,0.075],[-0.123,0.1],[0,0],[0.148,-0.224],[0.124,-0.073],[0.122,-0.072],[0.097,-0.074],[-0.295,-0.121],[-0.144,-0.047],[0,0],[0,0],[0,0],[0,0],[0.171,0],[0.123,-0.095],[0.273,-0.122],[0,0],[0.442,0.027],[0.246,0],[0.146,-0.072],[0.149,-0.146],[0,-0.244],[-0.124,-0.196],[-0.197,-0.171],[-0.218,0],[-0.151,0.025],[-0.121,0.024],[-0.147,0],[-0.174,-0.072],[-0.073,-0.145],[0,-0.249],[0.144,0],[0.147,0],[0.317,0.02],[0.319,0],[0.146,-0.025],[0,0],[0.174,-0.074],[0.175,0],[0,0],[0.244,0],[0.121,-0.024],[0.118,-0.05],[-0.273,-0.269],[-0.061,-0.011],[-0.068,0.007],[-0.198,-0.052],[-0.197,-0.149],[-0.021,-0.12],[0,-0.22],[0,-0.246],[0,-0.148],[0,-0.102],[0.643,0.022],[0,0],[0,-0.517],[-0.05,-0.122],[-0.024,-0.201],[-0.467,0],[-0.196,-0.021],[-0.125,-0.023],[-0.146,-0.048],[-0.147,-0.073],[-0.145,-0.096],[-0.098,-0.176],[0,-0.072],[0.074,-0.148],[0.145,-0.097],[0.071,-0.028],[0.058,0.008],[0.325,-0.077],[0.147,0],[0,0],[0.291,0],[0.172,0.022],[0.199,0.122],[0,0],[0.021,0.176],[-0.077,0.223],[0,0.615],[0,0],[0,0],[0.096,-0.149],[0.119,-0.145],[0,0],[0,-0.224],[-0.153,-0.197],[-0.221,0],[-0.147,0.027],[-0.246,0.048],[0,0],[-0.198,0],[-0.124,0],[0,0],[0.146,0],[0.146,0.025],[0,0],[0.322,0],[0.173,-0.047],[-0.097,-0.147],[-0.124,-0.148],[-0.137,-0.01],[-0.135,0.036],[-0.173,-0.029],[-0.119,-0.026],[-0.123,-0.022],[-0.246,-0.022],[-0.37,0],[0,0.267],[-0.029,0.176],[-0.051,-0.009],[-0.084,0.015],[-0.145,-0.12],[-0.073,-0.121],[0,-0.296],[0.053,-0.151],[0.075,-0.099],[0.123,-0.147],[0.05,-0.124],[0.021,-0.294],[0.021,-0.392],[0,0],[0,-0.393],[0.1,-0.126],[0.15,-0.099],[0.087,0.002],[0,0],[0.171,-0.026],[-0.024,-0.145],[-0.027,-0.222],[0,-0.247],[0.075,-0.148],[0.074,-0.126],[0.098,-0.144],[0.267,-0.196],[0.212,-0.035],[0.191,0.047],[0.123,-0.024],[0.122,-0.1],[0.05,-0.128],[0.072,-0.15],[0.097,-0.122],[0.145,-0.074],[0.122,-0.025],[0.124,0],[0.064,-0.011],[0.066,0.006],[0.173,-0.047],[0,0],[0,0],[0,0],[0.346,-0.073],[0.443,-0.171],[0.244,0],[0.198,0.07],[0.173,0.022],[0,0],[0.144,0],[0.145,0],[0.175,-0.028],[0.173,-0.051],[0.119,-0.098],[0.169,-0.198],[0.123,-0.102],[0.271,-0.1],[0,0],[0.615,0],[0.124,0],[0.12,-0.026],[0.196,-0.072],[0.098,-0.151],[0.074,-0.273],[0,-0.293],[-0.095,-0.096],[-0.292,-0.124],[-0.346,0],[-0.198,0.049],[-0.269,0.073],[-0.343,0],[-0.171,-0.046],[0,0],[-0.176,-0.048],[-0.344,0],[-0.089,0.013],[-0.079,-0.007],[-0.321,0.025],[-0.172,0.049],[-0.147,0.1],[-0.147,0.273],[-0.074,0.148],[-0.1,0.07],[-0.184,0.043],[-0.117,-0.011],[-0.319,0.025],[-0.318,0],[-0.172,-0.076],[-0.322,-0.22],[-0.245,0],[-0.318,0.148],[-0.097,0.127],[-0.124,0.101],[-0.121,0.022],[-0.166,0.011],[-0.14,-0.005],[-0.297,0.022],[-0.172,0.05],[-0.323,0.124],[-0.174,0.048],[-0.195,0.15],[-0.269,0.32],[-0.15,0.076],[-0.173,0],[0.097,-0.12],[0.124,-0.127],[0.099,-0.125],[0.096,-0.147],[0.147,-0.269],[0.049,-0.024],[0.07,0.012],[0.248,-0.097],[0,-0.149],[0,0],[0.15,-0.073],[0.126,-0.052],[0.148,-0.094],[0.075,-0.124],[0,-0.146],[-0.024,-0.148],[-0.099,-0.149],[-0.121,-0.072],[0,0],[-0.145,0],[-0.197,0.013],[-0.147,-0.007],[-0.149,0],[-0.495,0.023],[-0.199,0],[0,0.494],[0,0.147],[0,0.124],[-0.195,0],[-0.194,0],[-0.27,-0.022],[-0.273,0],[-0.318,0.072],[-0.124,0.052],[-0.172,0.048],[-0.071,0.031],[-0.057,-0.008],[0.023,-0.123],[0.049,-0.146],[0.049,-0.171],[0.15,-0.1],[0,0],[0.345,-0.027],[0.297,0],[0.175,-0.047],[0,0],[-0.151,-0.024],[-0.1,-0.012],[-0.074,0.006],[-0.24,-0.025],[-0.613,0],[-0.293,0.023],[-0.173,0],[0,0],[-0.415,0],[-0.396,0],[-0.173,0.028],[-0.15,0.027],[-0.123,0.021],[-0.219,0.075],[-0.084,0.013],[-0.078,-0.006],[-0.244,0.025],[-0.098,0.012],[-0.074,-0.007],[-0.195,0.025],[-0.12,0.024],[-0.168,0.048],[-0.176,0],[0.046,-0.123],[0.169,-0.343],[0.097,-0.145],[0.271,-0.22],[0.193,-0.024],[0,0],[0.174,0],[0.146,-0.1],[0.125,-0.074],[0,0],[0.174,0],[0.291,0],[0.15,-0.052],[0.146,-0.073],[0.071,-0.044],[0.055,0.01],[0.146,-0.05],[0.124,0],[0.06,-0.009],[0.071,0.007],[0.17,-0.021],[0.28,-0.059],[0.162,0.013],[0.193,0],[0,0],[0,0],[-0.221,0.075],[0,0],[-0.175,0],[-0.467,-0.122],[-0.297,0],[-0.391,0],[-0.152,-0.02],[0.073,-0.147],[0,-0.173],[-0.147,0],[-0.298,-0.051],[-0.1,0],[-0.172,0.076],[0,0],[-0.365,0],[-0.121,-0.051],[-0.32,-0.048],[0,0],[0,0],[0,0],[0,0],[-0.296,0],[-0.17,0.051],[0,0],[0,0],[0,0],[0.317,0],[0.171,-0.024],[0.097,-0.123],[0,0],[-0.021,-0.147],[-0.073,-0.199],[-0.124,-0.073],[-0.293,-0.122],[0,0],[-0.346,-0.021],[-0.294,0],[-0.149,-0.021],[-0.121,-0.021],[-0.321,-0.054],[-0.346,0],[-0.147,0],[-0.343,0.029],[0,0],[-0.322,-0.021],[-3.265,0],[-0.322,0]],\"v\":[[-88.283,-164.791],[-88.482,-164.791],[-88.677,-164.791],[-89.167,-164.498],[-89.561,-164.104],[-90.003,-164.104],[-90.447,-164.104],[-90.938,-164.202],[-91.426,-164.202],[-91.82,-164.302],[-92.461,-164.302],[-93.099,-164.302],[-94.378,-163.61],[-94.082,-162.924],[-93.884,-162.432],[-94.573,-161.943],[-95.361,-161.843],[-96.245,-162.038],[-96.664,-162.235],[-98.681,-162.235],[-99.98,-163.024],[-100.374,-163.122],[-101.454,-163.219],[-101.948,-163.219],[-102.339,-163.122],[-102.638,-162.726],[-103.126,-162.531],[-103.964,-162.531],[-104.307,-162.531],[-104.796,-162.531],[-105.388,-162.828],[-106.47,-162.531],[-107.969,-162.628],[-108.238,-162.628],[-108.435,-162.531],[-108.53,-162.531],[-108.633,-162.531],[-108.926,-162.432],[-109.319,-162.334],[-109.861,-162.088],[-109.616,-161.646],[-109.37,-161.45],[-109.174,-161.349],[-109.056,-161.349],[-108.926,-161.349],[-108.435,-161.104],[-108.191,-160.907],[-107.993,-160.711],[-107.844,-160.515],[-107.749,-160.123],[-107.749,-159.583],[-107.943,-159.731],[-108.09,-159.924],[-108.238,-160.123],[-108.332,-160.122],[-108.435,-160.123],[-108.68,-160.171],[-108.926,-160.221],[-109.174,-160.369],[-109.27,-160.369],[-109.37,-160.369],[-109.568,-160.515],[-109.811,-160.564],[-110.01,-160.614],[-110.301,-160.614],[-110.721,-160.666],[-111.091,-160.614],[-111.289,-160.465],[-111.384,-160.268],[-111.336,-160.07],[-111.138,-159.679],[-110.943,-159.484],[-110.697,-159.286],[-110.204,-159.091],[-109.811,-158.893],[-109.616,-158.844],[-109.418,-158.745],[-109.174,-158.697],[-108.73,-158.697],[-108.288,-158.697],[-108.044,-158.649],[-107.844,-158.5],[-107.647,-158.351],[-107.206,-158.055],[-107.059,-157.86],[-106.716,-157.468],[-106.566,-157.221],[-106.47,-157.028],[-106.47,-156.831],[-106.421,-156.534],[-106.566,-156.19],[-106.763,-156.24],[-107.206,-156.336],[-107.451,-156.435],[-107.57,-156.434],[-107.699,-156.435],[-107.993,-156.534],[-108.387,-156.729],[-108.583,-156.831],[-108.827,-156.877],[-109.073,-156.979],[-109.37,-157.123],[-109.568,-157.172],[-110.253,-157.42],[-110.598,-157.468],[-111.138,-157.713],[-111.336,-157.76],[-111.582,-157.959],[-111.776,-158.055],[-112.025,-158.257],[-112.318,-158.403],[-112.517,-158.597],[-112.762,-158.844],[-112.883,-158.844],[-113.008,-158.844],[-113.202,-158.942],[-113.4,-158.992],[-113.658,-159.091],[-114.568,-159.091],[-114.824,-159.042],[-115.268,-159.188],[-115.615,-159.286],[-116.214,-159.534],[-118.219,-159.508],[-118.219,-159.239],[-118.072,-159.042],[-117.676,-158.597],[-117.234,-158.304],[-117.132,-158.309],[-116.99,-158.304],[-116.792,-158.205],[-116.645,-158.01],[-116.25,-157.666],[-116.055,-157.519],[-115.906,-157.273],[-115.663,-157.075],[-115.466,-156.682],[-115.418,-156.482],[-115.268,-156.24],[-115.122,-155.834],[-115.122,-155.55],[-115.602,-155.55],[-115.858,-155.602],[-116.102,-155.653],[-116.301,-155.846],[-116.596,-155.994],[-116.693,-156.19],[-116.891,-156.286],[-117.186,-156.482],[-117.434,-156.682],[-117.727,-156.877],[-118.171,-157.221],[-118.367,-157.318],[-118.561,-157.468],[-118.758,-157.614],[-119.15,-157.906],[-119.346,-157.959],[-119.544,-157.959],[-120.035,-158.109],[-120.233,-158.257],[-120.332,-158.5],[-120.529,-158.697],[-120.724,-158.745],[-121.018,-158.893],[-121.215,-158.893],[-121.622,-158.942],[-122.345,-158.942],[-122.345,-158.612],[-122.198,-158.205],[-121.853,-157.614],[-121.757,-157.318],[-121.807,-157.028],[-121.807,-156.778],[-121.853,-156.583],[-121.853,-156.386],[-121.953,-156.19],[-122.247,-155.356],[-122.345,-155.107],[-122.444,-154.911],[-122.742,-154.86],[-123.082,-154.961],[-123.378,-155.107],[-123.721,-155.453],[-123.721,-155.653],[-123.674,-156.093],[-123.525,-156.286],[-123.182,-156.729],[-122.986,-156.93],[-122.888,-157.123],[-122.938,-157.318],[-123.132,-157.519],[-123.279,-157.812],[-123.479,-158.01],[-123.479,-158.205],[-123.426,-158.403],[-123.674,-158.794],[-123.919,-158.942],[-124.163,-159.141],[-124.41,-159.286],[-124.557,-159.484],[-124.901,-159.484],[-125.245,-159.484],[-125.443,-159.387],[-125.835,-159.286],[-126.033,-159.188],[-126.525,-158.942],[-126.77,-158.745],[-126.967,-158.649],[-127.167,-158.549],[-127.257,-158.55],[-127.361,-158.549],[-127.605,-158.45],[-127.85,-158.351],[-128.096,-158.205],[-128.54,-158.156],[-128.749,-158.205],[-129.904,-158.205],[-130.163,-158.156],[-130.406,-158.055],[-130.603,-157.959],[-131.009,-157.86],[-131.145,-157.86],[-131.49,-157.906],[-132.609,-157.872],[-132.866,-157.812],[-133.062,-157.76],[-133.259,-157.565],[-133.259,-157.372],[-133.161,-157.172],[-132.965,-157.123],[-132.764,-157.075],[-132.546,-157.075],[-132.324,-157.075],[-132.029,-156.979],[-131.784,-156.831],[-131.589,-156.635],[-131.49,-156.435],[-131.342,-156.24],[-131.193,-155.994],[-130.947,-155.945],[-130.555,-155.747],[-130.361,-155.747],[-130.173,-155.747],[-129.965,-155.747],[-129.77,-155.653],[-129.572,-155.453],[-129.177,-155.256],[-128.98,-155.159],[-128.786,-155.107],[-128.441,-154.768],[-128.589,-154.568],[-129.411,-154.568],[-129.621,-154.664],[-129.818,-154.715],[-130.014,-154.813],[-130.505,-154.961],[-130.751,-155.159],[-130.996,-155.305],[-131.193,-155.453],[-131.391,-155.653],[-131.757,-155.659],[-132.029,-155.653],[-132.275,-155.7],[-132.471,-155.7],[-132.719,-155.747],[-132.965,-155.994],[-133.408,-156.093],[-133.603,-156.19],[-134.145,-156.435],[-134.339,-156.635],[-134.538,-156.831],[-134.635,-157.028],[-134.833,-157.172],[-135.027,-157.172],[-135.865,-157.028],[-136.06,-156.93],[-136.306,-156.831],[-136.5,-156.682],[-136.749,-156.635],[-136.943,-156.482],[-137.436,-156.286],[-137.633,-156.24],[-137.831,-155.945],[-137.633,-155.453],[-137.436,-155.256],[-137.337,-155.059],[-137.266,-154.852],[-137.266,-153.24],[-138.507,-153.24],[-138.913,-153.386],[-139.158,-153.536],[-139.352,-153.734],[-139.562,-153.781],[-141.762,-153.827],[-141.961,-153.682],[-142.155,-153.289],[-142.352,-153.09],[-142.745,-152.994],[-143.337,-152.75],[-143.729,-152.702],[-144.122,-152.356],[-144.319,-152.157],[-144.76,-151.765],[-144.958,-151.617],[-145.156,-151.57],[-145.546,-151.57],[-145.893,-151.57],[-146.139,-151.523],[-146.383,-151.523],[-146.629,-151.373],[-146.875,-151.226],[-147.071,-151.08],[-147.265,-151.031],[-147.316,-150.784],[-147.513,-150.638],[-147.617,-150.636],[-147.712,-150.638],[-147.908,-150.584],[-148.007,-150.39],[-148.397,-149.9],[-148.448,-149.7],[-148.643,-149.653],[-148.842,-149.458],[-148.791,-149.063],[-148.397,-149.063],[-148.007,-148.966],[-147.513,-148.864],[-147.316,-148.719],[-147.17,-148.519],[-146.974,-148.519],[-146.456,-148.519],[-145.742,-148.519],[-145.352,-148.669],[-145.156,-148.719],[-144.958,-148.912],[-144.661,-149.063],[-144.366,-148.669],[-144.366,-148.278],[-144.366,-147.882],[-144.27,-147.684],[-144.219,-147.489],[-144.122,-147.281],[-144.122,-146.369],[-144.615,-145.425],[-144.81,-145.231],[-145.057,-145.081],[-145.697,-145.081],[-145.893,-145.081],[-146.139,-145.131],[-146.581,-145.131],[-146.974,-145.036],[-147.218,-144.833],[-147.463,-144.787],[-147.771,-144.637],[-148.68,-144.637],[-149.382,-144.736],[-149.676,-144.787],[-149.872,-144.885],[-150.317,-144.885],[-150.953,-144.833],[-151.396,-144.637],[-151.493,-144.344],[-151.493,-144.098],[-151.838,-143.703],[-152.049,-143.61],[-153.156,-143.61],[-153.611,-143.359],[-153.856,-143.262],[-154.393,-143.166],[-154.692,-143.166],[-155.084,-143.262],[-155.525,-143.262],[-155.967,-143.262],[-156.261,-143.166],[-156.511,-143.065],[-156.804,-143.02],[-156.999,-142.917],[-157.098,-142.721],[-157.098,-142.524],[-157.147,-142.333],[-157.244,-142.135],[-157.455,-142.036],[-158.523,-142.036],[-158.72,-141.887],[-158.867,-141.492],[-158.867,-141.099],[-158.574,-140.708],[-158.181,-140.411],[-157.984,-140.018],[-157.763,-140.01],[-157.592,-140.018],[-157.197,-140.018],[-156.804,-139.92],[-156.015,-139.624],[-155.819,-139.234],[-153.856,-139.234],[-153.068,-138.84],[-152.772,-138.788],[-152.578,-138.643],[-152.184,-138.394],[-151.742,-138.394],[-151.444,-138.346],[-151.101,-138.346],[-150.758,-138.346],[-150.561,-138.394],[-150.117,-138.591],[-149.86,-138.69],[-148.755,-138.69],[-148.3,-138.84],[-147.845,-138.887],[-147.662,-138.887],[-147.265,-138.84],[-147.118,-138.864],[-147.118,-138.065],[-147.316,-137.658],[-147.513,-137.562],[-147.759,-137.463],[-148.152,-137.265],[-148.35,-137.021],[-148.544,-137.021],[-148.743,-137.021],[-148.989,-137.117],[-149.104,-137.114],[-149.234,-137.117],[-149.431,-137.265],[-149.676,-137.317],[-150.095,-137.317],[-150.708,-137.265],[-150.953,-137.117],[-151.52,-137.021],[-151.791,-137.021],[-152.037,-137.068],[-152.33,-137.068],[-152.822,-137.265],[-153.156,-137.265],[-153.461,-137.265],[-153.66,-137.218],[-153.707,-136.727],[-154.874,-136.727],[-155.084,-136.627],[-155.28,-136.38],[-154.789,-135.789],[-154.542,-135.591],[-154.295,-135.448],[-153.986,-135.445],[-153.707,-135.448],[-153.068,-135.201],[-152.578,-135.005],[-152.134,-134.857],[-151.543,-134.562],[-151.347,-134.464],[-151.889,-134.416],[-152.085,-134.265],[-152.134,-134.068],[-151.987,-133.875],[-151.791,-133.825],[-151.396,-133.679],[-151.25,-133.481],[-151.053,-133.287],[-151.006,-133.088],[-150.805,-132.987],[-150.561,-132.89],[-150.366,-132.792],[-150.167,-132.692],[-149.676,-132.497],[-149.431,-132.4],[-149.187,-132.202],[-148.89,-132.055],[-148.3,-132.006],[-148.201,-132.006],[-147.956,-132.006],[-147.759,-132.151],[-147.858,-132.349],[-148.055,-132.596],[-148.249,-132.843],[-148.152,-133.136],[-147.956,-133.136],[-147.441,-133.136],[-146.726,-133.136],[-146.286,-132.937],[-146.087,-132.843],[-145.893,-132.792],[-145.684,-132.692],[-145.497,-132.742],[-145.497,-133.136],[-144.677,-133.136],[-144.465,-132.987],[-144.219,-132.843],[-143.706,-132.792],[-143.189,-132.843],[-143.042,-133.038],[-142.844,-133.136],[-142.646,-133.239],[-142.452,-133.287],[-142.305,-133.294],[-142.059,-133.333],[-141.909,-133.531],[-141.714,-133.628],[-141.419,-133.825],[-140.926,-133.679],[-140.535,-133.383],[-140.326,-133.287],[-139.747,-133.287],[-139.109,-133.239],[-138.913,-133.239],[-138.714,-133.136],[-138.074,-132.843],[-137.879,-132.643],[-137.633,-132.546],[-137.426,-132.497],[-136.072,-132.497],[-135.865,-132.447],[-135.671,-132.4],[-135.079,-132.055],[-134.88,-131.908],[-134.289,-131.859],[-134.095,-131.859],[-133.897,-131.859],[-133.749,-131.658],[-133.355,-131.268],[-133.161,-131.122],[-132.764,-131.071],[-132.568,-131.071],[-132.176,-130.974],[-131.982,-130.825],[-131.685,-130.471],[-131.685,-129.122],[-131.44,-128.713],[-131.293,-128.516],[-131.095,-128.317],[-130.898,-128.268],[-130.755,-128.268],[-130.603,-128.268],[-130.361,-128.122],[-130.113,-128.025],[-129.866,-127.876],[-129.77,-127.682],[-129.572,-127.289],[-129.522,-127.093],[-129.324,-126.99],[-129.03,-126.548],[-128.786,-126.349],[-128.641,-126.057],[-128.491,-125.863],[-128.294,-125.713],[-128.145,-125.319],[-127.951,-124.926],[-127.85,-124.733],[-127.507,-124.089],[-127.312,-123.942],[-126.917,-123.7],[-126.77,-123.38],[-126.77,-123.256],[-126.819,-122.964],[-126.967,-122.667],[-126.819,-122.371],[-126.426,-121.77],[-126.426,-120.762],[-126.624,-120.506],[-126.819,-120.132],[-126.77,-119.79],[-125.824,-119.79],[-125.824,-118.978],[-126.328,-118.978],[-126.72,-118.732],[-126.77,-118.536],[-126.525,-117.799],[-126.671,-117.212],[-127.409,-117.212],[-127.409,-116.421],[-127.115,-115.933],[-126.328,-115.736],[-125.936,-115.736],[-125.542,-115.639],[-125.126,-115.54],[-123.182,-115.54],[-123.182,-116.029],[-122.986,-116.375],[-122.198,-116.421],[-121.807,-116.325],[-121.413,-116.375],[-121.314,-115.833],[-121.314,-115.441],[-121.018,-115.05],[-120.625,-114.655],[-120.233,-114.36],[-119.839,-114.36],[-119.638,-114.359],[-119.448,-114.36],[-119.053,-114.163],[-118.661,-113.968],[-118.367,-113.576],[-117.97,-113.277],[-117.872,-112.884],[-117.97,-112.491],[-118.733,-112.491],[-119.249,-112.591],[-120.035,-112.591],[-121.215,-112.687],[-121.609,-112.884],[-121.706,-113.277],[-121.943,-113.29],[-122.099,-113.277],[-122.888,-113.377],[-123.77,-113.475],[-124.952,-113.178],[-124.658,-112.394],[-124.266,-112.098],[-123.868,-111.705],[-124.068,-111.313],[-124.853,-111.214],[-125.245,-110.92],[-125.641,-110.326],[-125.443,-109.738],[-124.74,-109.631],[-124.266,-109.642],[-123.479,-109.247],[-122.398,-108.361],[-122,-108.757],[-121.215,-109.346],[-119.986,-109.346],[-119.986,-110.721],[-121.116,-110.82],[-121.292,-110.814],[-121.512,-110.82],[-121.706,-111.214],[-121.926,-111.22],[-122.099,-111.214],[-122.495,-111.313],[-122.297,-111.705],[-121.535,-111.705],[-121.116,-111.605],[-120.724,-111.313],[-120.332,-111.117],[-119.939,-111.117],[-119.448,-111.016],[-118.661,-111.016],[-117.872,-110.92],[-117.482,-110.326],[-117.482,-110.131],[-117.872,-109.835],[-117.872,-109.443],[-118.267,-109.052],[-118.267,-108.853],[-117.97,-108.462],[-117.579,-108.069],[-117.379,-107.647],[-117.379,-106.494],[-118.439,-106.494],[-118.857,-106.594],[-119.249,-106.296],[-119.544,-105.903],[-119.986,-105.903],[-120.427,-105.903],[-120.82,-106.099],[-121.264,-105.954],[-121.264,-104.035],[-121.807,-104.134],[-122.297,-104.334],[-122.59,-103.941],[-122.986,-103.741],[-123.378,-103.645],[-123.77,-103.546],[-123.868,-102.908],[-123.868,-102.66],[-123.674,-102.169],[-123.378,-101.676],[-122.986,-101.579],[-122.59,-101.482],[-122.198,-101.185],[-121.807,-100.993],[-121.609,-100.204],[-122.398,-100.005],[-122.693,-99.419],[-122.198,-98.43],[-121.807,-97.648],[-121.609,-97.253],[-121.018,-97.152],[-120.427,-97.253],[-120.134,-97.648],[-119.741,-97.648],[-119.346,-97.648],[-118.954,-97.449],[-118.954,-97.058],[-119.053,-96.663],[-119.273,-96.65],[-119.448,-96.663],[-119.839,-96.469],[-119.839,-96.074],[-120.035,-95.678],[-120.427,-95.191],[-120.332,-94.597],[-120.035,-93.812],[-119.741,-93.421],[-119.346,-93.421],[-118.954,-93.421],[-118.561,-93.715],[-118.267,-94.108],[-118.072,-94.5],[-117.676,-94.597],[-117.087,-94.5],[-117.087,-92.926],[-117.379,-92.534],[-117.775,-92.437],[-118.171,-92.143],[-118.561,-91.849],[-118.661,-91.255],[-118.464,-90.667],[-118.072,-90.373],[-117.676,-89.98],[-116.792,-88.8],[-116.397,-88.503],[-116.203,-88.11],[-116.203,-87.72],[-115.711,-86.933],[-115.513,-86.144],[-114.728,-85.459],[-114.337,-85.259],[-114.04,-84.867],[-114.04,-84.08],[-113.745,-83.687],[-112.566,-83.294],[-111.776,-82.703],[-111.486,-82.309],[-111.091,-82.309],[-110.697,-82.309],[-110.301,-82.508],[-109.714,-82.605],[-109.516,-82.605],[-109.125,-82.508],[-108.956,-82.519],[-108.73,-82.508],[-108.633,-82.115],[-108.534,-81.718],[-108.044,-81.328],[-107.548,-81.132],[-107.184,-81.136],[-106.763,-81.132],[-106.371,-80.736],[-106.275,-80.346],[-105.882,-79.954],[-105.091,-79.954],[-104.307,-79.954],[-103.913,-80.245],[-103.52,-80.443],[-103.126,-80.736],[-103.126,-81.132],[-103.126,-81.525],[-102.832,-83.098],[-102.142,-83.783],[-101.948,-84.18],[-101.751,-84.768],[-101.85,-85.358],[-101.948,-85.751],[-101.85,-86.144],[-101.948,-86.933],[-102.339,-87.227],[-102.538,-87.619],[-102.638,-88.01],[-101.652,-88.503],[-101.257,-88.503],[-100.866,-88.602],[-100.081,-88.602],[-100.081,-89.29],[-100.081,-89.682],[-99.784,-90.074],[-99.392,-90.373],[-99.173,-90.378],[-98.997,-90.373],[-98.602,-90.667],[-98.602,-92.632],[-98.21,-93.126],[-98.309,-93.715],[-98.505,-94.108],[-98.602,-94.5],[-98.997,-94.7],[-98.801,-95.29],[-98.592,-95.294],[-98.406,-95.29],[-97.618,-95.384],[-97.227,-95.585],[-96.837,-95.877],[-96.837,-96.27],[-96.837,-96.663],[-96.737,-97.058],[-94.328,-97.058],[-94.378,-98.141],[-94.328,-98.533],[-92.953,-98.533],[-93,-97.352],[-92.953,-96.886],[-92.117,-96.957],[-91.749,-96.862],[-90.645,-97.648],[-90.249,-98.042],[-89.855,-98.43],[-89.464,-98.629],[-89.072,-98.629],[-88.71,-98.623],[-88.283,-98.629],[-87.889,-98.824],[-87.496,-98.923],[-87.496,-99.32],[-87.301,-99.708],[-86.906,-100.005],[-86.513,-100.302],[-86.12,-100.497],[-85.924,-100.894],[-85.628,-101.284],[-85.236,-101.38],[-84.745,-102.169],[-84.546,-102.56],[-84.151,-102.66],[-83.76,-102.857],[-83.76,-103.252],[-83.465,-103.645],[-83.072,-103.741],[-82.677,-104.134],[-82.677,-105.316],[-82.652,-105.389],[-82.503,-105.389],[-82.163,-105.339],[-82.064,-105.289],[-81.969,-105.24],[-81.865,-105.217],[-81.671,-105.068],[-81.572,-105.02],[-81.378,-104.802],[-81.251,-104.727],[-80.811,-104.626],[-80.023,-104.626],[-79.236,-104.134],[-78.206,-104.035],[-77.566,-104.035],[-77.172,-104.232],[-76.289,-104.727],[-75.796,-105.119],[-75.503,-105.609],[-74.714,-106.002],[-74.271,-106.009],[-73.927,-106.002],[-73.536,-106.099],[-73.046,-106.296],[-72.819,-106.29],[-72.552,-106.296],[-72.161,-106.494],[-71.768,-106.691],[-71.59,-106.684],[-71.374,-106.691],[-70.98,-106.987],[-70.586,-107.183],[-70.292,-107.577],[-69.896,-108.069],[-69.505,-108.658],[-68.693,-109.148],[-66.677,-109.148],[-65.868,-109.543],[-65.473,-109.936],[-64.982,-110.326],[-64.982,-110.721],[-65.378,-110.92],[-66.161,-110.326],[-66.259,-109.936],[-66.9,-109.835],[-67.147,-109.835],[-68.03,-110.131],[-68.523,-110.92],[-68.915,-110.92],[-69.309,-110.92],[-70.98,-111.117],[-71.374,-111.214],[-71.768,-111.51],[-72.161,-111.803],[-72.257,-112.27],[-72.257,-113.081],[-71.572,-113.178],[-71.033,-113.172],[-70.391,-113.178],[-69.997,-113.277],[-69.113,-113.475],[-68.424,-114.262],[-68.03,-114.163],[-67.734,-113.772],[-67.734,-112.787],[-67.538,-112.394],[-67.34,-112],[-66.456,-111.605],[-65.966,-111.902],[-65.868,-112.296],[-65.081,-112.787],[-64.296,-112.787],[-63.41,-112.787],[-63.016,-112.984],[-63.115,-113.772],[-63.508,-114.655],[-63.805,-115.144],[-64.589,-115.54],[-65.277,-116.226],[-65.277,-117.015],[-65.671,-117.212],[-65.771,-117.604],[-65.771,-117.998],[-66.161,-118.195],[-66.948,-118.491],[-67.34,-118.784],[-67.048,-119.177],[-66.654,-119.274],[-65.966,-118.585],[-65.771,-118.195],[-65.305,-118.195],[-64.883,-118.195],[-64.49,-118.29],[-64.099,-118.241],[-64,-119.766],[-64,-120.159],[-63.901,-120.552],[-63.707,-120.948],[-63.805,-121.341],[-64.198,-121.537],[-65.03,-121.732],[-65.868,-121.636],[-66.064,-121.24],[-66.482,-121.14],[-67.833,-121.14],[-67.443,-121.732],[-67.048,-121.832],[-66.654,-122.027],[-66.654,-122.419],[-67.443,-122.715],[-67.833,-122.914],[-67.538,-123.207],[-65.868,-123.207],[-65.868,-122.127],[-64.318,-122.127],[-63.901,-122.225],[-63.707,-122.617],[-62.868,-122.715],[-62.423,-122.715],[-61.348,-122.32],[-60.753,-122.522],[-60.46,-122.914],[-60.068,-123.307],[-60.361,-123.893],[-60.753,-124.386],[-61.348,-124.781],[-61.934,-124.682],[-62.329,-124.485],[-62.721,-124.386],[-63.115,-124.485],[-63.508,-124.781],[-63.707,-125.172],[-63.212,-125.566],[-62.82,-125.469],[-62.423,-125.368],[-61.591,-125.368],[-60.753,-125.368],[-60.361,-125.566],[-59.97,-125.761],[-59.677,-126.153],[-59.28,-125.96],[-58.641,-125.96],[-58.003,-125.96],[-57.607,-126.057],[-57.509,-126.452],[-58.297,-127.041],[-58.492,-127.041],[-58.689,-127.041],[-59.18,-127.337],[-59.677,-127.831],[-59.773,-128.221],[-59.724,-128.786],[-59.773,-129.401],[-59.677,-129.791],[-59.724,-130.039],[-58.1,-130.039],[-58.1,-131.195],[-58.887,-132.252],[-58.887,-132.643],[-58.986,-133.239],[-60.164,-133.239],[-60.656,-133.333],[-61.049,-133.432],[-61.444,-133.628],[-61.836,-133.825],[-62.132,-134.216],[-62.229,-134.808],[-62.229,-135.005],[-61.836,-135.201],[-61.542,-135.591],[-61.318,-135.599],[-61.151,-135.591],[-60.264,-135.69],[-59.871,-135.789],[-59.081,-135.789],[-58.297,-135.789],[-57.904,-135.494],[-57.509,-135.005],[-57.509,-134.808],[-57.706,-134.416],[-58.003,-133.825],[-57.509,-132.349],[-57.017,-132.546],[-57.017,-135.69],[-56.723,-136.086],[-56.335,-136.481],[-56.335,-136.675],[-56.624,-137.167],[-57.118,-137.658],[-57.706,-137.562],[-58.1,-137.364],[-58.764,-137.364],[-59.378,-137.364],[-59.871,-137.463],[-60.164,-137.412],[-60.164,-138.643],[-59.773,-138.739],[-59.378,-138.542],[-59.012,-138.542],[-58.199,-138.643],[-57.807,-138.937],[-58.1,-139.33],[-58.495,-139.722],[-58.872,-139.669],[-59.28,-139.624],[-59.677,-139.92],[-60.068,-140.018],[-60.46,-140.018],[-61.074,-140.214],[-62.031,-140.115],[-62.031,-139.432],[-62.229,-139.036],[-62.4,-139.023],[-62.626,-139.036],[-63.016,-139.33],[-63.016,-139.722],[-62.921,-140.507],[-62.721,-140.903],[-62.329,-141.002],[-62.031,-141.394],[-62.031,-141.789],[-62.031,-142.575],[-61.836,-143.657],[-60.656,-143.657],[-60.46,-144.637],[-60.164,-145.036],[-59.637,-145.127],[-59.378,-145.131],[-58.986,-145.131],[-58.592,-145.425],[-58.689,-145.818],[-58.79,-146.407],[-58.495,-146.997],[-58.199,-147.39],[-58.003,-147.786],[-57.607,-148.081],[-56.823,-148.473],[-56.253,-148.419],[-55.643,-148.374],[-55.249,-148.473],[-55.055,-148.864],[-54.956,-149.257],[-54.758,-149.653],[-54.365,-149.851],[-53.971,-150.045],[-53.579,-150.045],[-53.186,-150.144],[-52.983,-150.144],[-52.792,-150.144],[-52.499,-150.536],[-52.598,-151.002],[-56.23,-151.002],[-57.216,-151.226],[-56.335,-151.424],[-55.249,-152.111],[-54.661,-151.913],[-54.169,-151.617],[-53.723,-151.617],[-53.28,-151.617],[-52.888,-151.715],[-52.499,-151.715],[-52.007,-151.812],[-51.71,-152.208],[-51.414,-152.601],[-50.926,-153.09],[-50.63,-153.485],[-49.84,-153.585],[-49.451,-153.585],[-47.876,-153.682],[-47.482,-153.781],[-47.09,-153.878],[-46.697,-154.271],[-46.401,-154.664],[-46.302,-155.453],[-46.503,-156.24],[-46.895,-156.435],[-47.777,-156.534],[-48.663,-156.435],[-49.155,-156.141],[-49.941,-156.041],[-50.826,-156.24],[-51.318,-156.435],[-51.906,-156.635],[-52.4,-156.831],[-53.28,-156.635],[-53.533,-156.633],[-53.775,-156.635],[-54.661,-156.435],[-55.055,-156.141],[-55.448,-155.846],[-55.742,-155.059],[-55.939,-154.664],[-56.335,-154.568],[-56.831,-154.557],[-57.216,-154.568],[-58.052,-154.468],[-58.887,-154.568],[-59.18,-154.961],[-60.215,-155.059],[-60.855,-155.059],[-61.542,-154.374],[-61.74,-153.979],[-62.132,-153.781],[-62.525,-153.781],[-62.956,-153.781],[-63.41,-153.781],[-64.198,-153.585],[-64.589,-153.289],[-65.473,-153.09],[-65.868,-152.799],[-66.361,-152.406],[-66.948,-151.424],[-67.34,-151.226],[-67.734,-151.424],[-67.538,-151.812],[-67.147,-152.011],[-66.948,-152.406],[-66.654,-152.799],[-66.161,-153.585],[-65.977,-153.584],[-65.771,-153.585],[-65.13,-153.878],[-65.18,-154.271],[-65.18,-155.159],[-64.689,-155.55],[-64.296,-155.653],[-63.901,-155.945],[-63.901,-156.336],[-63.901,-156.729],[-64.099,-157.123],[-64.395,-157.519],[-64.783,-157.519],[-65.18,-157.519],[-65.574,-157.42],[-66.066,-157.419],[-66.556,-157.42],[-66.948,-157.318],[-68.225,-157.318],[-68.72,-157.494],[-68.72,-156.24],[-68.815,-155.846],[-68.72,-155.525],[-69.214,-155.356],[-69.701,-155.55],[-70.391,-155.55],[-71.078,-155.55],[-71.863,-155.159],[-72.257,-155.059],[-72.65,-154.768],[-72.878,-154.76],[-73.046,-154.768],[-72.947,-155.159],[-72.749,-155.55],[-72.552,-156.041],[-72.161,-156.336],[-71.768,-156.336],[-70.883,-156.336],[-70.096,-156.435],[-69.701,-156.729],[-69.799,-157.123],[-70.193,-157.318],[-70.441,-157.318],[-70.688,-157.318],[-71.324,-157.42],[-72.849,-157.123],[-73.633,-157.123],[-74.051,-157.028],[-76.757,-157.028],[-77.81,-157.221],[-78.844,-157.028],[-79.335,-156.93],[-79.728,-156.729],[-80.124,-156.635],[-80.714,-156.336],[-80.944,-156.336],[-81.204,-156.336],[-81.796,-156.141],[-82.038,-156.141],[-82.285,-156.141],[-82.779,-155.945],[-83.172,-155.846],[-83.661,-155.653],[-84.055,-155.846],[-83.954,-156.24],[-83.366,-157.028],[-83.072,-157.42],[-82.185,-157.812],[-81.671,-157.906],[-75.035,-157.906],[-74.617,-158.01],[-74.323,-158.403],[-73.908,-158.5],[-68.352,-158.5],[-67.928,-158.597],[-67.147,-158.597],[-66.753,-158.794],[-66.556,-159.188],[-66.323,-159.2],[-66.161,-159.188],[-65.771,-159.387],[-65.378,-159.387],[-65.189,-159.385],[-64.982,-159.387],[-64.589,-159.679],[-63.836,-159.695],[-63.309,-159.679],[-62.82,-159.776],[-62.82,-160.666],[-64,-160.762],[-64.589,-160.564],[-64.783,-160.564],[-65.18,-160.762],[-66.456,-160.96],[-67.246,-160.86],[-68.225,-160.96],[-68.62,-161.154],[-68.225,-161.45],[-68.424,-161.843],[-68.815,-161.843],[-69.555,-162.038],[-69.799,-162.038],[-70.214,-161.745],[-72.137,-161.745],[-72.947,-162.235],[-73.339,-162.334],[-74.223,-162.334],[-76.583,-162.334],[-77.172,-162.334],[-78.647,-162.334],[-79.432,-162.334],[-80.223,-162.235],[-80.613,-161.894],[-84.055,-161.894],[-83.954,-162.334],[-83.193,-162.334],[-82.382,-162.235],[-82.089,-162.628],[-81.892,-163.072],[-70.096,-163.072],[-70.096,-163.513],[-70.49,-163.906],[-70.883,-164.104],[-71.768,-164.302],[-72.257,-164.302],[-73.142,-164.401],[-73.927,-164.498],[-74.323,-164.697],[-74.714,-164.791],[-75.599,-164.791],[-76.484,-164.791],[-76.878,-164.697],[-77.763,-164.697],[-78.253,-164.697],[-79.068,-164.89],[-87.47,-164.937]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.392,0.1],[0.13,-0.046],[0.245,0.309],[0.688,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0.157,-0.468],[0,0],[0,0],[0,0],[0.589,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.199,-0.496],[0,0],[0.395,0.396],[0.488,0],[0,0],[0.292,0.398],[0.492,-0.096],[0,0],[0,0],[0.491,-0.098],[0,0],[0,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.395,0],[0,0],[-0.689,-0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.195,0.593],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.096],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.496,0.196],[0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,0],[0,-0.493],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0.788,0],[0,0],[0,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.787,-0.295],[-0.492,0],[-0.099,0.39],[0,0],[-0.391,0],[-0.393,0.195],[-0.593,0],[0,0],[-0.384,-0.084],[0,0],[0,0],[0,0],[-0.688,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.296,0.394],[0,0],[-0.986,0],[0,0],[0,0.489],[0,0],[0.494,0.393],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.395,0.097],[0,0],[0,0],[0,0],[0,0],[-0.392,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.493,0.101],[0,0],[0,0],[0,0],[0,0],[0.39,0],[0.394,0.29],[0.79,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.784,0],[0,0],[0,0],[-0.196,0.342],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.198,0.395],[0,0],[0,0],[0,0]],\"o\":[[-0.149,-0.037],[-0.218,0.077],[-0.395,-0.489],[-0.687,0],[-0.394,0],[-0.589,0.489],[-1.084,-1.081],[0,0],[0,0],[-0.294,0.883],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.886,-0.294],[-0.59,0.686],[0,0],[0,0],[0.591,0.591],[0,0],[0.195,0.486],[0,0],[-0.393,-0.388],[0,0],[0,0],[-0.297,-0.393],[-0.491,0.101],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,0],[0,0],[0.688,0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.196,-0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.494,-0.097],[0,0],[0,0],[0,0],[-0.883,0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.785,0.396],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.491,-0.196],[-0.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.49,-0.197],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.785,0],[0,0],[0,0],[-0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.786,0.296],[0.494,0],[0.096,-0.395],[0,0],[0.397,0],[0.393,-0.196],[0,0],[0.193,0.491],[1.376,0.293],[0,0],[0,0],[0,0],[0.688,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.293,-0.393],[0,0],[0,0],[0.59,0],[0,-0.492],[0,0],[-0.49,-0.398],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-0.099],[0,0],[0,0],[0,0],[0,0],[0.391,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,-0.097],[0,0],[0,0],[0,0],[0,0],[-0.394,0],[-0.392,-0.297],[-0.787,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.79,0],[0,0],[0,0],[0.392,-0.688],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.196,-0.394],[0,0],[-0.979,-0.494],[0,0]],\"v\":[[-156.114,-161.45],[-156.528,-161.394],[-157.197,-161.549],[-158.081,-162.334],[-159.361,-162.235],[-159.656,-161.154],[-161.522,-161.253],[-163.291,-162.334],[-165.16,-162.432],[-166.734,-162.432],[-166.538,-160.564],[-167.421,-160.564],[-168.6,-161.253],[-169.485,-161.646],[-171.256,-161.646],[-171.351,-160.86],[-172.926,-160.86],[-175.482,-161.054],[-177.35,-160.268],[-178.234,-159.091],[-175.976,-159.091],[-173.124,-158.01],[-172.434,-157.906],[-171.845,-156.729],[-173.812,-156.93],[-175.187,-157.812],[-177.35,-157.812],[-178.824,-158.304],[-179.809,-159.387],[-181.382,-159.188],[-182.564,-159.877],[-183.446,-159.877],[-184.431,-159.679],[-184.627,-158.794],[-184.627,-157.713],[-186,-157.713],[-187.674,-158.205],[-188.556,-158.205],[-189.442,-157.42],[-190.328,-157.028],[-191.312,-157.028],[-192.39,-157.028],[-192.588,-156.24],[-194.556,-156.336],[-194.656,-155.453],[-193.376,-155.256],[-192.685,-155.059],[-192.784,-153.878],[-191.212,-153.585],[-190.328,-152.503],[-188.656,-152.406],[-187.181,-151.913],[-185.511,-151.715],[-184.525,-152.896],[-183.936,-153.585],[-181.969,-153.781],[-183.248,-152.896],[-184.135,-151.715],[-183.936,-150.536],[-181.086,-150.638],[-178.728,-150.638],[-177.843,-151.812],[-175.976,-151.617],[-173.516,-151.617],[-172.04,-152.601],[-171.058,-153.485],[-170.863,-154.174],[-169.584,-154.174],[-167.815,-154.86],[-166.144,-154.664],[-167.323,-154.568],[-168.8,-153.781],[-170.468,-152.702],[-168.309,-152.799],[-167.323,-152.601],[-166.439,-152.503],[-167.028,-151.715],[-169.191,-151.715],[-170.959,-151.617],[-172.04,-151.226],[-173.027,-151.13],[-175.286,-150.536],[-176.464,-150.536],[-177.644,-150.341],[-177.644,-149.356],[-176.367,-149.161],[-175.482,-148.573],[-174.99,-147.589],[-172.336,-147.193],[-173.516,-146.997],[-175.09,-147.096],[-176.96,-148.278],[-179.513,-149.653],[-181.481,-149.752],[-184.431,-150.045],[-184.627,-148.966],[-183.543,-148.081],[-182.07,-146.903],[-179.513,-145.327],[-177.843,-144.637],[-175.187,-144.44],[-175.876,-143.755],[-176.858,-143.359],[-176.858,-142.183],[-179.317,-143.852],[-180.99,-144.148],[-183.052,-143.951],[-184.525,-143.657],[-186,-142.966],[-186,-141.887],[-185.906,-141.099],[-184.431,-140.804],[-182.266,-140.804],[-180.496,-141.002],[-182.167,-140.115],[-181.676,-139.036],[-180.202,-138.84],[-179.121,-139.132],[-177.057,-140.507],[-177.644,-139.234],[-179.218,-138.15],[-180.99,-138.051],[-183.739,-138.937],[-185.807,-139.92],[-188.068,-139.821],[-187.577,-138.739],[-187.28,-137.167],[-189.148,-136.872],[-189.935,-135.789],[-188.556,-134.317],[-186.788,-133.628],[-184.922,-134.216],[-184.232,-134.317],[-182.463,-133.921],[-181.086,-133.921],[-179.809,-134.611],[-178.631,-134.02],[-177.154,-134.02],[-176.464,-134.317],[-174.892,-134.317],[-174.99,-133.136],[-172.926,-133.239],[-171.747,-133.239],[-170.175,-133.825],[-169.388,-134.317],[-168.208,-135.398],[-168.6,-136.481],[-170.175,-135.789],[-170.665,-137.265],[-168.995,-137.562],[-168.503,-138.937],[-169.09,-140.214],[-167.914,-140.214],[-165.75,-140.115],[-164.864,-140.314],[-164.764,-141.593],[-165.651,-142.771],[-163.982,-142.771],[-162.898,-142.966],[-163.786,-144.244],[-165.358,-144.637],[-166.931,-144.935],[-168.208,-144.244],[-169.191,-143.657],[-169.584,-144.637],[-168.009,-145.036],[-167.914,-145.719],[-166.734,-146.308],[-165.259,-146.308],[-164.571,-145.523],[-162.606,-145.231],[-161.326,-145.523],[-159.853,-146.508],[-161.622,-147.786],[-159.656,-147.882],[-158.867,-146.997],[-157.294,-147.096],[-155.43,-147.684],[-156.214,-149.063],[-157.491,-149.554],[-155.232,-149.554],[-153.856,-149.554],[-153.068,-150.437],[-151.396,-150.934],[-149.727,-152.011],[-147.562,-152.702],[-145.792,-153.979],[-144.023,-154.078],[-143.042,-154.664],[-143.826,-155.653],[-145.103,-155.159],[-147.17,-154.664],[-148.055,-155.059],[-150.512,-154.961],[-150.117,-155.846],[-148.249,-156.24],[-146.087,-156.24],[-143.924,-156.24],[-141.862,-156.729],[-139.893,-157.318],[-137.732,-157.42],[-137.141,-158.5],[-137.536,-159.877],[-139.206,-159.484],[-140.682,-159.679],[-141.072,-160.666],[-143.042,-161.646],[-144.516,-161.253],[-146.581,-161.253],[-148.842,-160.666],[-148.743,-161.549],[-150.414,-161.646],[-151.889,-161.549],[-152.38,-162.235],[-153.856,-162.334],[-155.819,-162.828]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.009],[0.172,-0.022],[0.119,0],[0,0],[0.127,0],[0.146,-0.077],[0.02,-0.175],[0,-0.146],[0,-0.151],[0,-0.196],[0.344,0.024],[0.145,0],[0,0],[0,0],[0.07,0.011],[0.085,-0.043],[0,-0.198],[0.025,-0.123],[0,-0.171],[0,-0.173],[0,0],[0.61,-0.048],[0.173,-0.022],[0.124,-0.021],[0.152,-0.024],[0.069,0.007],[0.06,-0.012],[0.149,-0.072],[0.148,-0.147],[0,0],[0,0],[-0.049,0.148],[-0.074,0.124],[-0.122,0.072],[-0.16,-0.032],[-0.112,0.02],[-0.125,0.027],[-0.174,0.055],[-0.134,-0.016],[-0.129,0.027],[-0.17,0.029],[-0.118,0],[-0.27,0.099],[-0.124,0.05],[-0.172,0],[-0.301,-0.072],[-0.122,-0.024],[-0.195,0],[0,0],[0.023,0.121],[0,0.319],[-0.343,0],[-0.2,-0.097],[-0.099,-0.07],[-0.123,-0.125],[-0.416,0],[-0.414,0.024],[0,0.198],[0,0.146],[0,0],[0.343,-0.027],[0.148,0],[0.293,0],[0.147,0.024],[-0.171,0.199],[-0.176,0.175],[-0.148,0.196],[0,0],[0.083,0]],\"o\":[[-0.197,0.024],[-0.122,0],[0,0],[-0.122,0],[-0.17,0.024],[-0.15,0.072],[-0.027,0.124],[0,0.147],[0,0.195],[-0.345,0],[-0.147,0],[0,0],[0,0],[-0.072,0.011],[-0.098,-0.015],[-0.147,0.07],[0,0.146],[-0.05,0.148],[0,0.173],[0,0],[-0.614,0.078],[-0.198,0],[-0.125,0.027],[-0.145,0.028],[-0.061,0.014],[-0.066,-0.006],[-0.147,0.028],[-0.194,0.102],[0,0],[0,0],[0.099,-0.099],[0.05,-0.122],[0.075,-0.125],[0.131,-0.087],[0.114,0.022],[0.12,-0.025],[0.172,-0.047],[0.138,-0.035],[0.124,0.015],[0.175,-0.02],[0.123,-0.021],[0.275,-0.021],[0.12,-0.022],[0.148,-0.071],[0.323,0],[0.12,0.028],[0.178,0.05],[0,0],[-0.022,-0.148],[-0.075,-0.296],[0,-0.345],[0.244,0],[0.12,0.049],[0.122,0.078],[0.293,0.294],[0.419,0],[0,-0.196],[0,-0.146],[0,0],[-0.344,0],[-0.149,0],[-0.291,0.024],[-0.148,0],[0.147,-0.223],[0.148,-0.172],[0.169,-0.169],[0,0],[-0.098,0],[-0.042,0]],\"v\":[[87.005,-155.256],[86.514,-155.159],[86.125,-155.059],[85.725,-155.059],[85.333,-154.961],[84.844,-154.86],[84.451,-154.568],[84.451,-154.174],[84.548,-153.781],[84.451,-153.289],[83.565,-153.289],[83.172,-153.386],[82.678,-153.386],[82.286,-153.386],[82.074,-153.398],[81.796,-153.386],[81.504,-152.994],[81.599,-152.601],[81.203,-152.406],[81.402,-152.011],[81.402,-151.325],[79.831,-151.226],[79.337,-151.13],[78.941,-151.031],[78.548,-150.833],[78.349,-150.833],[78.156,-150.833],[77.763,-150.638],[77.37,-150.244],[76.98,-149.851],[77.37,-149.554],[77.763,-149.752],[77.763,-150.144],[77.96,-150.536],[78.406,-150.56],[78.749,-150.536],[79.141,-150.638],[79.536,-150.934],[79.943,-150.937],[80.32,-150.934],[80.712,-151.226],[81.103,-151.226],[81.893,-151.325],[82.286,-151.424],[82.48,-151.812],[83.272,-151.523],[83.661,-151.424],[84.178,-151.325],[84.941,-151.325],[84.941,-151.715],[84.645,-152.503],[85.432,-152.994],[86.023,-152.799],[86.415,-152.702],[86.611,-152.305],[87.618,-151.913],[88.674,-152.011],[88.773,-152.503],[88.674,-152.896],[88.674,-153.386],[87.793,-153.386],[87.397,-153.289],[86.611,-153.289],[86.22,-153.386],[86.611,-153.979],[87.105,-154.374],[87.497,-154.86],[87.397,-155.256],[87.139,-155.268]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.098,-0.586],[0,0],[-0.099,-0.492],[0,0],[0,0],[0,0],[-0.492,-0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.39],[-0.488,-0.195],[0,0],[0,0],[0,0],[0.884,0.394],[0,0],[0,0],[0,0],[0.395,0.102],[0,0.392],[0.394,0.196],[0.883,0.29],[0,0],[0,0],[0.394,0.093],[0,0]],\"o\":[[0,0],[0.589,0],[0.095,0.49],[0,0],[0,0],[0,0],[0.491,0.199],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,0],[0,0],[0,0],[0,0],[0,-0.392],[0.494,0.197],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.39,-0.095],[0,-0.396],[-0.392,-0.197],[-0.886,-0.299],[0,0],[0,0],[-0.392,-0.101],[0,0]],\"v\":[[-199.274,-154.078],[-197.801,-154.078],[-197.307,-153.386],[-198.484,-153.09],[-200.355,-153.09],[-201.14,-152.799],[-199.863,-152.011],[-199.766,-151.13],[-201.338,-151.226],[-202.42,-151.031],[-202.126,-149.752],[-203.11,-149.161],[-203.11,-147.982],[-201.832,-147.882],[-201.832,-146.607],[-200.257,-145.818],[-198.879,-146.011],[-197.503,-146.407],[-195.638,-146.508],[-194.753,-145.523],[-196.424,-145.036],[-198.094,-145.036],[-199.274,-144.44],[-197.604,-143.557],[-196.717,-142.183],[-193.866,-141.593],[-191.705,-141.887],[-189.735,-141.394],[-189.05,-142.183],[-188.165,-142.183],[-187.97,-143.166],[-187.773,-144.244],[-186.298,-143.657],[-185.807,-144.44],[-184.037,-144.344],[-182.758,-145.231],[-182.758,-146.703],[-184.724,-147.291],[-186,-147.684],[-186.592,-148.669],[-186.592,-149.458],[-187.773,-150.144],[-188.758,-149.458],[-189.442,-150.437],[-190.426,-151.325],[-192.49,-151.812],[-193.573,-152.799],[-194.556,-153.682],[-196.228,-154.86],[-197.307,-154.961]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.244,0],[0.17,0.048],[0.123,0.024],[0,0],[0,0],[-0.172,-0.074],[-0.145,-0.07],[-0.2,0],[0,0],[-0.194,0.122],[-0.023,0.15],[0,0.15],[0.027,0.148],[0.075,0.122],[0.248,0]],\"o\":[[-0.196,0],[-0.128,-0.025],[0,0],[0,0],[0.197,0.022],[0.172,0.073],[0.149,0.078],[0,0],[0.246,0],[0.124,-0.073],[0.028,-0.122],[0,-0.17],[-0.023,-0.124],[-0.123,-0.195],[-0.243,0]],\"v\":[[148.352,-153.979],[147.863,-154.174],[147.464,-154.271],[147.17,-153.878],[147.17,-153.09],[147.662,-152.994],[148.055,-152.702],[148.451,-152.406],[148.646,-152.406],[149.235,-152.601],[149.628,-152.799],[149.727,-153.192],[149.53,-153.585],[149.53,-153.979],[148.941,-154.271]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":5,\"ty\":\"sh\",\"ix\":6,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.274,-0.124],[0.121,-0.049],[0.171,-0.073],[0.165,0],[0.14,-0.033],[0.149,-0.05],[0.297,-0.023],[0.348,0],[0.152,0],[0.028,-0.296],[0.075,-0.148],[0.195,-0.047],[0.133,0.012],[0.131,-0.022],[0.149,-0.051],[0.171,-0.072],[0.07,-0.098],[-0.123,-0.074],[-0.241,0],[-0.295,0],[0,0],[-0.148,-0.121],[-0.169,-0.097],[-0.149,0],[-0.098,-0.046],[-0.146,-0.05],[-0.225,0],[-0.196,0.026],[-0.151,0.072],[-0.197,0.049],[-0.125,0],[-0.116,-0.009],[-0.149,0.027],[-0.125,0.049],[-0.171,0.051],[-0.294,0],[-0.611,0.049],[0,0.197],[-0.146,0.25],[-0.15,0.123],[-0.069,-0.018],[-0.063,0.038],[-0.148,0.101],[-0.123,0.076],[0.123,0.073],[0.024,0.025],[0,0],[0.248,0.296],[0.124,0.071],[0.083,-0.016],[0.048,0.009],[0.174,0]],\"o\":[[-0.121,0.048],[-0.147,0.075],[-0.166,0.07],[-0.127,-0.001],[-0.147,0.022],[-0.292,0.097],[-0.315,0.049],[-0.146,0],[0,0.296],[0,0.172],[-0.098,0.196],[-0.14,0.029],[-0.125,-0.013],[-0.147,0.028],[-0.171,0.075],[-0.125,0.054],[0.07,0.149],[0.2,0.15],[0.302,0],[0,0],[0.221,0.029],[0.127,0.102],[0.121,0.052],[0.12,0],[0.147,0.078],[0.195,0.054],[0.22,0],[0.175,-0.022],[0.173,-0.103],[0.126,-0.026],[0.12,-0.012],[0.142,0.01],[0.123,-0.026],[0.171,-0.075],[0.269,-0.099],[0.614,0],[0.026,-0.195],[0.029,-0.297],[0.075,-0.145],[0.05,-0.035],[0.071,0.018],[0.146,-0.094],[0.123,-0.074],[-0.151,-0.073],[-0.025,0],[0,0],[0,-0.394],[-0.098,-0.124],[-0.058,-0.045],[-0.058,0.011],[-0.148,-0.026],[-0.319,0]],\"v\":[[156.999,-153.682],[156.61,-153.585],[156.314,-153.192],[155.826,-153.122],[155.428,-153.09],[155.035,-152.896],[154.246,-152.601],[153.365,-152.601],[152.97,-152.503],[152.97,-151.715],[152.774,-151.325],[152.383,-150.934],[151.978,-150.932],[151.595,-150.934],[151.199,-150.734],[150.712,-150.638],[150.615,-150.244],[150.808,-149.851],[151.394,-149.653],[152.184,-149.851],[152.383,-149.851],[152.774,-149.458],[153.069,-149.063],[153.465,-148.966],[153.758,-148.769],[154.152,-148.573],[154.743,-148.573],[155.331,-148.573],[155.723,-148.864],[156.116,-149.257],[156.512,-149.257],[156.863,-149.252],[157.296,-149.257],[157.691,-149.356],[157.986,-149.752],[158.772,-149.752],[160.344,-149.851],[160.441,-150.341],[160.54,-151.13],[160.837,-151.523],[161.022,-151.521],[161.23,-151.523],[161.525,-151.913],[161.92,-152.111],[161.525,-152.305],[161.525,-152.406],[158.969,-152.406],[158.772,-153.386],[158.576,-153.781],[158.35,-153.792],[158.184,-153.781],[157.788,-153.979]],\"c\":true},\"ix\":2},\"nm\":\"Path 6\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":6,\"ty\":\"sh\",\"ix\":7,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.067,-0.017],[0.123,-0.049],[0.124,-0.048],[0.124,0],[0.184,0.018],[0.221,-0.036],[0.122,-0.027],[0.174,-0.073],[0.2,0],[0.173,0.053],[0,0],[-0.321,-0.196],[-0.148,-0.074],[-0.394,0],[-0.194,0.05],[-0.147,0.078],[-0.121,0.099],[-0.099,0.12],[-0.145,0.098],[-0.121,0.049],[-0.147,0.049],[-0.149,0.049],[-0.264,0.048],[0,0],[0.144,0.022],[0,0],[0.147,0],[0.217,0],[0.126,0]],\"o\":[[-0.121,0.025],[-0.121,0.05],[-0.124,0.05],[-0.222,0.038],[-0.184,-0.019],[-0.124,0.027],[-0.175,0.048],[-0.171,0.075],[-0.195,0],[0,0],[0.273,0.27],[0.148,0.094],[0.319,0.196],[0.219,0],[0.148,-0.048],[0.147,-0.074],[0.123,-0.094],[0.097,-0.122],[0.101,-0.075],[0.148,-0.074],[0.145,-0.048],[0.269,-0.097],[0,0],[-0.147,-0.051],[0,0],[-0.121,0],[-0.221,-0.027],[-0.149,0],[-0.062,0]],\"v\":[[99.096,-153.682],[98.702,-153.585],[98.605,-153.192],[98.214,-153.192],[97.622,-153.192],[97.034,-153.192],[96.642,-153.09],[96.243,-152.799],[95.852,-152.503],[95.359,-152.702],[95.557,-152.305],[96.346,-151.617],[96.74,-151.325],[97.721,-151.031],[98.309,-151.13],[98.702,-151.325],[99.096,-151.523],[99.297,-151.913],[99.587,-152.305],[99.98,-152.406],[100.375,-152.601],[100.77,-152.799],[101.553,-152.994],[101.454,-153.386],[101.065,-153.585],[100.669,-153.585],[100.277,-153.682],[99.689,-153.682],[99.289,-153.705]],\"c\":true},\"ix\":2},\"nm\":\"Path 7\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":7,\"ty\":\"sh\",\"ix\":8,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.101,-0.05],[0.121,-0.102],[0.198,-0.097],[0.125,-0.048],[0.145,-0.048],[0,0],[0.024,-0.125],[0.075,-0.098],[0.122,-0.078],[0.245,-0.197],[0.071,-0.117],[0,0],[-0.167,-0.076],[-0.221,0],[0,0],[-0.169,0.054],[-0.222,0],[0,0],[-0.197,0],[-0.561,0.023],[-0.147,0.027],[0.102,0.175],[0.051,0.175],[0.051,0.12],[0.074,0.322],[0,0.293],[0,0]],\"o\":[[-0.144,0.099],[-0.147,0.12],[-0.123,0.053],[-0.148,0.073],[0,0],[0,0.15],[-0.022,0.121],[-0.071,0.101],[-0.268,0.172],[-0.125,0.099],[0,0],[0.145,0.075],[0.198,0.096],[0,0],[0.196,-0.024],[0.199,-0.072],[0,0],[0.196,0],[0.566,0.048],[0.173,0],[-0.122,-0.148],[-0.074,-0.145],[-0.024,-0.118],[-0.124,-0.294],[-0.072,-0.268],[0,0],[-0.122,0.05]],\"v\":[[92.508,-153.485],[92.217,-153.09],[91.823,-152.702],[91.427,-152.601],[91.039,-152.406],[90.544,-152.702],[90.544,-152.305],[90.544,-151.913],[90.152,-151.812],[89.365,-151.325],[89.169,-150.934],[89.561,-150.734],[89.954,-150.437],[90.544,-150.341],[90.742,-150.341],[91.133,-150.638],[91.723,-150.638],[92.311,-150.638],[92.806,-150.536],[94.279,-150.536],[94.674,-150.685],[94.279,-151.13],[93.984,-151.523],[93.984,-151.913],[93.493,-152.702],[93.493,-153.485],[92.902,-153.585]],\"c\":true},\"ix\":2},\"nm\":\"Path 8\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":8,\"ty\":\"sh\",\"ix\":9,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.147,0],[0.217,-0.17],[0.073,-0.122],[0.123,-0.146],[0.194,-0.073],[0.465,0],[0.269,-0.053],[0.145,-0.049],[0.15,-0.031],[0,0],[0.199,0.05],[0.123,0.024],[0.176,0.05],[0.101,-0.175],[0.124,-0.022],[0.169,0],[0.171,0.05],[0.124,0.028],[0.322,0],[0,0],[-0.147,-0.296],[-0.419,0],[-0.296,0.099],[-0.122,0.027],[-0.172,0.049],[-0.148,0.028],[-0.314,0],[-0.291,-0.021],[-0.146,0],[-0.148,0],[0,0],[0.197,-0.025],[0.342,0],[0,0],[-0.096,-0.128],[-0.199,-0.1],[0,0],[-0.467,0],[-0.271,0.099],[-0.097,0.147],[-0.027,0.247],[0.023,0.293],[0,0],[-0.445,0],[-0.167,0],[0,0],[-0.223,0.099],[-0.149,0.099],[-0.125,0.095],[0,0.17],[0,0],[0.416,0],[0,0],[0.172,0]],\"o\":[[-0.295,0],[-0.099,0.075],[-0.099,0.15],[-0.121,0.147],[-0.418,0.15],[-0.297,0],[-0.148,0.023],[-0.149,0.05],[0,0],[-0.219,0],[-0.121,-0.026],[-0.17,-0.049],[-0.099,0.172],[-0.072,0.121],[-0.146,0.051],[-0.199,0],[-0.123,-0.024],[-0.295,-0.072],[0,0],[0.024,0.342],[0.171,0.369],[0.32,0],[0.124,-0.025],[0.172,-0.047],[0.149,-0.046],[0.294,-0.049],[0.295,0],[0.149,0],[0.151,0],[0,0],[-0.147,0.147],[-0.32,0.052],[0,0],[0,0.17],[0.147,0.172],[0,0],[0.415,0.196],[0.295,0],[0.172,-0.072],[0.151,-0.199],[0.024,-0.291],[0,0],[0.441,-0.024],[0.169,0],[0,0],[0.273,0],[0.174,-0.073],[0.12,-0.102],[0.12,-0.1],[0,0],[-0.416,-0.098],[0,0],[-0.149,-0.024],[-0.151,0]],\"v\":[[72.456,-153.289],[71.671,-153.192],[71.671,-152.799],[71.276,-152.503],[70.883,-152.111],[69.507,-152.208],[68.72,-152.208],[68.329,-152.011],[67.932,-151.812],[67.734,-151.812],[67.145,-151.913],[66.753,-152.011],[66.262,-152.208],[65.965,-151.715],[65.868,-151.325],[65.475,-151.13],[65.083,-151.424],[64.69,-151.523],[63.876,-151.715],[63.116,-151.715],[63.215,-150.833],[64.1,-150.244],[64.885,-150.536],[65.277,-150.638],[65.768,-150.833],[66.163,-151.031],[66.971,-151.13],[67.734,-151.031],[68.126,-150.934],[68.526,-151.031],[68.621,-150.437],[68.23,-150.045],[67.344,-150.045],[67.344,-149.234],[67.539,-148.864],[68.03,-148.473],[68.427,-148.278],[69.556,-147.882],[70.293,-148.081],[70.682,-148.374],[70.98,-148.966],[70.883,-149.752],[70.883,-150.144],[72.039,-150.244],[72.456,-150.144],[72.676,-150.144],[73.341,-150.244],[73.733,-150.536],[74.126,-150.734],[74.323,-151.151],[74.323,-151.913],[73.243,-152.011],[73.243,-153.192],[72.849,-153.386]],\"c\":true},\"ix\":2},\"nm\":\"Path 9\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":9,\"ty\":\"sh\",\"ix\":10,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.121,-0.072],[0.22,0],[0,0],[0.171,0],[0,0],[0.025,-0.394],[0.074,-0.269],[0.078,-0.145],[0,0],[0.268,0.345],[0.149,0.097],[0.151,0.05],[0.172,0],[1.255,0],[0.174,-0.026],[0.122,-0.047],[0,-0.297],[-0.1,-0.224],[-0.169,-0.05],[-0.148,-0.024],[0,0],[-0.122,-0.024],[-0.245,0],[-0.195,0.05],[-0.242,0],[-0.195,-0.049],[-0.124,-0.073],[-0.146,-0.122],[-0.047,-0.125],[0,0],[0,0],[-0.268,-0.101],[-0.342,0],[0,0],[-0.171,0],[-0.27,-0.102],[-0.151,-0.097],[-0.172,-0.024],[-0.121,-0.023],[-0.22,0],[-0.368,0.123],[-0.148,0.073],[-0.146,0.097],[-0.247,0],[-0.513,0],[-0.32,0.2],[-0.071,0.121],[-0.1,0.27],[-0.297,0.102],[-0.121,0],[-0.169,0.048],[-0.15,0.075],[0,0],[0.318,0.151],[0.316,0],[0.147,-0.027],[0.339,0],[0,0],[0.022,0.196],[0.072,0.148],[0.172,0.171],[0.095,0.146],[0.098,-0.051],[0.123,-0.099],[0.145,-0.122],[0.391,0],[0.145,0],[0.174,0.049],[0,0],[0,0],[0.027,0.148]],\"o\":[[-0.171,0.095],[0,0],[-0.174,0.025],[0,0],[-0.047,0.392],[0,0.296],[-0.047,0.174],[0,0],[0,-0.466],[-0.097,-0.149],[-0.119,-0.073],[-0.146,-0.047],[-1.253,0],[-0.172,0],[-0.147,0.027],[-0.244,0.124],[0,0.27],[0.073,0.172],[0.146,0.046],[0,0],[0.122,0],[0.222,0.049],[0.223,0],[0.222,-0.048],[0.225,0],[0.12,0.024],[0.146,0.076],[0.097,0.076],[0,0],[0,0],[0.298,0.124],[0.295,0.121],[0,0],[0.171,0],[0.296,0],[0.172,0.048],[0.146,0.099],[0.124,0.024],[0.198,0.025],[0.394,0],[0.148,-0.048],[0.172,-0.075],[0.197,-0.125],[0.515,0],[0.397,0],[0.122,-0.075],[0.144,-0.247],[0.096,-0.296],[0.118,-0.022],[0.173,-0.022],[0.172,-0.048],[0,0],[-0.246,-0.268],[-0.266,-0.124],[-0.177,0],[-0.319,0.049],[0,0],[-0.024,-0.2],[-0.024,-0.172],[-0.099,-0.196],[-0.122,-0.125],[-0.129,0.048],[-0.149,0.096],[-0.148,0.121],[-0.296,0.245],[-0.15,0],[-0.193,0],[0,0],[0,0],[-0.027,-0.147],[-0.119,0.049]],\"v\":[[22.023,-150.734],[21.632,-150.341],[21.434,-150.341],[21.016,-150.536],[19.858,-150.536],[19.76,-149.554],[19.661,-148.769],[19.366,-148.374],[18.971,-148.473],[18.777,-149.653],[18.383,-149.947],[17.99,-150.144],[17.572,-150.244],[14.378,-150.341],[13.958,-150.244],[13.568,-150.144],[13.074,-149.554],[13.174,-148.864],[13.665,-148.669],[14.057,-148.473],[14.453,-148.473],[14.845,-148.374],[15.436,-148.179],[16.023,-148.278],[16.609,-148.473],[17.206,-148.374],[17.598,-148.278],[17.99,-147.982],[18.087,-147.589],[15.138,-147.589],[15.138,-146.703],[15.927,-146.407],[16.737,-146.011],[18.852,-146.011],[19.268,-146.114],[20.056,-146.011],[20.353,-145.622],[20.842,-145.425],[21.236,-145.327],[21.824,-145.327],[22.807,-145.425],[23.202,-145.622],[23.595,-145.916],[24.087,-146.308],[25.362,-145.916],[26.348,-146.211],[26.741,-146.407],[26.741,-147.193],[27.333,-147.786],[27.721,-147.786],[28.216,-147.882],[28.609,-148.179],[29.001,-148.374],[28.312,-149.063],[27.48,-149.161],[27.036,-149.161],[26.227,-148.864],[25.464,-148.864],[25.464,-149.356],[25.267,-149.752],[24.773,-150.144],[24.484,-150.536],[24.087,-150.437],[23.792,-150.045],[23.398,-149.653],[22.516,-149.161],[22.121,-149.063],[21.725,-149.356],[22.516,-150.244],[22.516,-150.437],[22.413,-150.833]],\"c\":true},\"ix\":2},\"nm\":\"Path 10\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":10,\"ty\":\"sh\",\"ix\":11,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.319,-0.122],[0.171,-0.078],[0.171,-0.07],[0.399,-0.07],[0,0],[0,0],[0,0],[-0.096,0.197],[-0.047,0.123],[-0.071,0.095],[-0.296,-0.242],[-0.201,0],[-0.174,0],[-0.167,0.026],[0.05,0.468],[0,0],[0,0],[0.024,0.146]],\"o\":[[-0.346,0],[-0.174,0.052],[-0.172,0.072],[-0.342,0.172],[0,0],[0,0],[0,0],[0.148,-0.146],[0.051,-0.121],[0.051,-0.102],[0,0.393],[0.149,0.124],[0.164,0],[0.172,0],[0.026,-0.465],[0,0],[0,0],[0,-0.146],[0,0]],\"v\":[[85.656,-150.536],[84.844,-150.244],[84.35,-150.045],[83.956,-149.752],[82.971,-149.458],[82.971,-149.752],[82.971,-148.573],[84.743,-148.573],[85.135,-148.966],[85.135,-149.356],[85.432,-149.554],[85.629,-148.573],[86.125,-148.374],[86.514,-148.573],[86.954,-148.573],[86.954,-149.752],[88.674,-149.752],[88.674,-150.144],[88.578,-150.536]],\"c\":true},\"ix\":2},\"nm\":\"Path 11\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":11,\"ty\":\"sh\",\"ix\":12,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-210.578,-149.554],[-210.578,-148.374],[-209.105,-148.374],[-208.71,-147.291],[-207.533,-147.786],[-208.024,-149.161],[-209.303,-149.554]],\"c\":true},\"ix\":2},\"nm\":\"Path 12\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":12,\"ty\":\"sh\",\"ix\":13,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.127,-0.027],[0.17,-0.025],[0,0],[0.126,0],[0,0],[-0.048,-0.1],[-0.121,-0.072],[-0.17,0],[-0.147,0.027],[-0.147,0.027],[-0.27,0.05],[0.024,0.118],[0.074,0.17]],\"o\":[[-0.17,0.049],[0,0],[-0.103,0],[0,0],[0.029,0.144],[0.077,0.123],[0.124,0.076],[0.171,0],[0.146,-0.023],[0.272,-0.073],[-0.022,-0.122],[-0.047,-0.175],[-0.122,0.024]],\"v\":[[89.855,-149.161],[89.365,-148.966],[88.973,-148.966],[88.674,-148.864],[88.28,-148.864],[88.28,-148.473],[88.478,-148.081],[88.921,-148.081],[89.365,-148.081],[89.757,-148.278],[90.544,-148.473],[90.544,-148.864],[90.249,-149.257]],\"c\":true},\"ix\":2},\"nm\":\"Path 13\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":13,\"ty\":\"sh\",\"ix\":14,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.106,-0.016],[0.149,-0.072],[0.126,-0.073],[0.171,-0.075],[0.121,-0.023],[0.223,0.021],[0.187,-0.009],[0.121,-0.022],[0.06,0.008],[0.067,-0.026],[0.143,-0.075],[0.174,-0.076],[0.067,0.013],[0.06,-0.024],[0.12,-0.027],[0.101,-0.172],[0.072,-0.168],[0.024,-0.099],[-0.243,-0.153],[-0.074,-0.126],[-0.024,-0.124],[0,-0.145],[-0.024,-0.227],[0,0],[-0.147,-0.024],[-0.067,0.006],[-0.063,-0.012],[-0.124,-0.121],[-0.097,-0.171],[-1.007,-0.025],[-0.148,0],[0,0],[-0.271,0.025],[-0.12,0.027],[-0.273,0.149],[0,0.172],[0,0],[0.221,0.029],[0.147,0.074],[-0.099,0.268],[-0.075,0.148],[-0.095,0.148],[0,0.242],[0.119,0.246],[0.095,0.124],[0.15,0.078],[0.393,0],[0.194,-0.076],[0.124,-0.076],[0.123,-0.097],[0.175,-0.072],[0.15,0],[0.295,0],[-0.099,0.124],[-0.123,0.122],[0,0],[0.492,0],[0.193,0]],\"o\":[[-0.148,0.024],[-0.147,0.073],[-0.147,0.1],[-0.122,0.049],[-0.269,0.059],[-0.146,-0.014],[-0.144,0],[-0.057,0.012],[-0.075,-0.011],[-0.172,0.075],[-0.147,0.074],[-0.061,0.025],[-0.068,-0.011],[-0.12,0.049],[-0.201,0.072],[-0.101,0.149],[-0.027,0.099],[0.293,0.097],[0.126,0.067],[0.073,0.121],[0.022,0.123],[0,0.222],[0,0],[0.174,0],[0.06,0.012],[0.068,-0.005],[0.17,0.05],[0.144,0.148],[1.01,-0.022],[0.146,0],[0,0],[0.271,0],[0.147,0],[0.296,-0.053],[0.123,-0.072],[0,0],[-0.218,0],[-0.174,-0.021],[0.027,-0.292],[0.048,-0.153],[0.074,-0.172],[0.128,-0.195],[0,-0.299],[-0.077,-0.147],[-0.099,-0.123],[-0.317,-0.197],[-0.222,0],[-0.15,0.048],[-0.122,0.074],[-0.144,0.098],[-0.125,0.052],[-0.295,0.025],[0.074,-0.122],[0.123,-0.145],[0,0],[-0.489,0],[-0.23,0],[-0.096,0]],\"v\":[[159.658,-149.161],[159.264,-148.966],[158.868,-148.769],[158.576,-148.374],[158.184,-148.278],[157.488,-148.26],[156.999,-148.278],[156.61,-148.179],[156.433,-148.183],[156.215,-148.179],[155.822,-147.882],[155.527,-147.489],[155.331,-147.489],[155.134,-147.489],[154.743,-147.39],[154.347,-146.997],[154.053,-146.607],[154.053,-146.308],[154.837,-146.011],[155.233,-145.818],[155.233,-145.425],[155.233,-145.036],[155.331,-144.44],[158.845,-144.44],[159.264,-144.344],[159.457,-144.344],[159.658,-144.344],[159.952,-143.951],[160.246,-143.458],[162.803,-143.557],[163.196,-143.458],[163.809,-143.458],[164.473,-143.458],[164.866,-143.557],[165.654,-143.852],[165.848,-144.222],[165.848,-145.036],[165.261,-145.036],[164.866,-145.231],[164.965,-146.011],[165.162,-146.407],[165.454,-146.802],[165.848,-147.291],[165.559,-147.982],[165.36,-148.374],[165.063,-148.769],[164.081,-148.864],[163.493,-148.864],[163.098,-148.669],[162.899,-148.278],[162.507,-147.982],[162.113,-147.982],[161.329,-147.982],[161.525,-148.374],[161.92,-148.669],[161.818,-149.136],[160.566,-149.161],[159.957,-149.182]],\"c\":true},\"ix\":2},\"nm\":\"Path 14\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":14,\"ty\":\"sh\",\"ix\":15,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.128,0],[0,0],[0,0],[0.049,-0.468],[-0.641,-0.074],[0,0],[-0.148,-0.101],[-0.173,-0.052],[-0.148,0],[-0.121,0.022],[-0.148,0.099],[-0.078,0.125],[0,0.145],[0,0],[0.048,0.148],[0.124,0],[0.125,0.025],[0.148,0.05],[0.17,0.05],[0.176,0.024],[0,0],[0.15,0]],\"o\":[[0,0],[0,0],[0.023,0.468],[0.636,0.071],[0,0],[0.176,0.026],[0.148,0.099],[0.122,0.022],[0.145,0],[0.172,-0.052],[0.122,-0.07],[0.068,-0.121],[0,0],[0,-0.171],[-0.146,0],[-0.121,0],[-0.148,-0.023],[-0.173,-0.048],[-0.174,-0.048],[0,0],[-0.144,0],[-0.124,0]],\"v\":[[150.116,-148.374],[149.727,-148.374],[149.384,-148.374],[149.384,-147.193],[151.008,-147.096],[151.394,-147.096],[151.793,-146.802],[151.99,-146.308],[152.383,-146.308],[152.774,-146.308],[153.168,-146.607],[153.566,-146.802],[153.566,-147.193],[153.566,-147.589],[153.365,-147.982],[152.97,-147.882],[152.577,-147.982],[152.184,-148.179],[151.696,-148.278],[151.199,-148.473],[150.808,-148.473],[150.415,-148.573]],\"c\":true},\"ix\":2},\"nm\":\"Path 15\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":15,\"ty\":\"sh\",\"ix\":16,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.012],[0.098,-0.199],[0,-0.295],[0,0],[-0.025,-0.127],[0,-0.271],[0.171,-0.196],[0.246,0],[0.149,0.172],[0.049,0.32],[0,0],[0,0.152],[0,0],[0.028,0.267],[0,0],[0.245,-0.199],[0.097,-0.125],[0.125,-0.099],[0.198,0],[0,0],[0,0],[-0.146,0.072],[-0.067,-0.011],[-0.062,0.025],[-0.172,0.072],[0,0],[0.062,0.008],[0.068,-0.026],[0.146,-0.075],[0.124,-0.076],[0.097,-0.127],[0,0],[0.171,-0.025],[0.315,-0.05],[0.148,-0.047],[-0.098,-0.269],[-0.15,-0.123],[-0.173,-0.023],[-0.221,0.02],[-0.185,-0.009],[-0.145,-0.022],[0.05,-0.124],[0.052,-0.124],[0,-0.197],[-0.068,-0.198],[-0.069,-0.144],[0,-0.219],[0.099,-0.246],[0.12,0.078],[0.097,0.124],[0.052,0.123],[0.123,0.097],[0.173,0.077],[0.147,0.052],[0.071,-0.011],[0.067,0.013],[-0.081,-0.319],[-0.03,-0.122],[-0.023,-0.121],[-0.147,-0.147],[-0.201,-0.097],[-0.367,0],[-0.177,0],[0,0.297],[0,0.146],[-0.094,0.007],[-0.168,-0.134],[-0.195,-0.247],[-0.149,-0.096],[-0.149,-0.025],[-0.295,0],[0,0],[-0.124,0.072],[-0.072,0.147],[-0.072,0.124],[-0.148,0.1],[-0.075,-0.016],[-0.058,0.022],[-0.148,0.045],[0,0.15],[0,0],[0,0],[-0.044,-0.17],[-0.02,-0.121],[-0.025,-0.295],[0,0],[0,0],[0,0],[-0.05,-0.344],[-0.024,-0.047],[0.146,-0.027],[0.345,0.022],[0,0],[0.145,0],[0.269,-0.049],[0.148,-0.052],[0.144,-0.023],[0.224,0.022],[0.217,-0.021],[0.392,-0.268],[0,-0.172],[0,0],[-0.468,-0.022],[0,0],[-0.148,0],[-0.271,0],[-0.344,0.149],[-0.29,0.148],[-0.248,0],[0,0],[-0.123,-0.048],[-0.098,-0.128],[0.178,-0.049],[0.06,0.009],[0.067,-0.027],[0.126,-0.048],[0.15,-0.096],[0.245,-0.029],[0.22,0],[0.539,-0.028],[0.124,-0.028],[0.148,-0.052],[0.074,-0.097],[0,-0.151],[-0.048,-0.122],[-0.32,-0.125],[-0.147,0],[-0.125,0.006],[-0.144,-0.01],[-0.123,-0.021],[-0.272,-0.195],[-0.101,-0.145],[-0.069,-0.128],[-0.094,-0.148],[-0.224,-0.295],[0,0],[-0.049,0.096],[-0.123,0.123],[-0.121,0.075],[-0.17,0.27],[-0.023,0.125],[-0.023,0.347],[-0.048,0.149],[-0.2,0.099],[-0.175,0],[-0.298,0],[0,0],[-0.274,0.075],[-0.269,0.172],[0.027,0.198],[0,0.152],[0,0.176],[0,0.148],[0,0.171],[0,0],[0.049,-0.197],[0,-0.342],[0,-0.149],[-0.3,-0.027],[-0.124,-0.096],[-0.027,-0.172],[0,-0.147],[0.099,-0.27],[0.122,-0.096],[0,-0.416],[0,-0.172],[0,0],[-0.442,0.268],[-0.345,0],[-0.099,-0.148],[0,-0.123],[0,-0.296],[0,0],[-0.079,0.146],[-0.048,0.12],[-0.047,0.145],[0,0],[0,0],[0,0],[0.517,0.05],[0.149,0],[0.367,0.022],[0,0.365],[0,0.146],[0,0],[0.441,0.392],[0.127,0.076],[0.102,0.099],[0.074,0.122],[0.097,0.07],[0.317,0.047],[0.122,0.047],[0.12,0.125],[0.252,0.197],[0.123,0.019],[0.147,0],[0.122,-0.028],[0.295,0],[0.272,0.073],[0.071,-0.006],[0.058,0.01],[0.152,0.075],[0,0],[0.209,0],[0.223,0.022],[0.146,0.073],[-0.047,0.126],[-0.124,0.367],[-0.027,0.119],[0,0],[0.061,0.008],[0.039,0]],\"o\":[[-0.194,0.098],[-0.123,0.243],[0,0],[0,0.145],[0.049,0.248],[0,0.272],[-0.146,0.175],[-0.246,0],[-0.196,-0.245],[0,0],[0,-0.149],[0,0],[-0.025,-0.274],[0,0],[-0.295,0.147],[-0.119,0.1],[-0.098,0.124],[-0.121,0.096],[0,0],[0,0],[0.099,-0.098],[0.061,-0.023],[0.069,0.013],[0.172,-0.076],[0,0],[-0.056,0.012],[-0.074,-0.011],[-0.171,0.075],[-0.125,0.074],[-0.124,0.072],[0,0],[-0.169,0],[-0.347,0.048],[-0.151,0.026],[0.024,0.296],[0.072,0.198],[0.144,0.121],[0.266,0.058],[0.147,-0.013],[0.149,0],[0,0.15],[-0.047,0.12],[-0.073,0.168],[0,0.223],[0.076,0.169],[0.099,0.172],[0,0.272],[-0.146,-0.07],[-0.126,-0.07],[-0.078,-0.1],[-0.072,-0.172],[-0.121,-0.097],[-0.148,-0.053],[-0.069,-0.026],[-0.059,0.009],[0.148,0.297],[0.023,0.121],[0.023,0.124],[0.072,0.198],[0.147,0.15],[0.316,0.147],[0.172,0],[-0.029,-0.292],[0,-0.15],[0.102,0.009],[0.195,-0.015],[0.244,0.197],[0.101,0.149],[0.122,0.073],[0.273,0.072],[0,0],[0.123,0],[0.149,-0.098],[0.075,-0.124],[0.075,-0.147],[0.052,-0.037],[0.067,0.014],[0.146,-0.048],[-0.025,-0.147],[0,0],[0,0],[0.095,0.145],[0.028,0.123],[0.056,0.273],[0,0],[0,0],[0,0],[0,0.344],[0,0.071],[-0.073,0.147],[-0.319,0.074],[0,0],[-0.151,0],[-0.297,0],[-0.145,0.026],[-0.148,0.046],[-0.262,0.056],[-0.177,-0.016],[-0.491,0.049],[-0.125,0.073],[0,0],[0.467,-0.096],[0,0],[0.149,0],[0.271,0.023],[0.391,0],[0.295,-0.121],[0.197,-0.099],[0,0],[0.146,0],[0.147,0.072],[-0.149,0.094],[-0.053,0.011],[-0.076,-0.01],[-0.125,0.048],[-0.169,0.052],[-0.193,0.148],[-0.222,0.027],[-0.544,-0.028],[-0.147,0],[-0.145,0.02],[-0.126,0.047],[-0.075,0.099],[0,0.145],[0.149,0.319],[0.124,0.049],[0.151,0.013],[0.121,-0.006],[0.144,0],[0.32,0.075],[0.147,0.099],[0.072,0.124],[0.097,0.145],[0.199,0.318],[0,0],[0.024,-0.122],[0.099,-0.146],[0.096,-0.097],[0.269,-0.174],[0.049,-0.096],[0.078,-0.316],[0,-0.172],[0.076,-0.196],[0.146,-0.077],[0.293,-0.024],[0,0],[0.296,0],[0.316,-0.099],[-0.075,-0.171],[0,-0.147],[0,-0.17],[0,-0.147],[0,-0.167],[0,0],[-0.025,0.22],[-0.074,0.322],[0,0.145],[0.291,0],[0.196,0],[0.122,0.1],[0.026,0.121],[0,0.296],[-0.052,0.149],[-0.293,0.273],[0,0.173],[0,0],[0.541,0],[0.27,-0.149],[0.196,0],[0.05,0.097],[0.026,0.27],[0,0],[0.123,-0.099],[0.051,-0.123],[0.07,-0.15],[0,0],[0,0],[0,0],[-0.298,-0.393],[-0.148,0],[-0.368,0],[-0.025,-0.372],[0,-0.151],[0,0],[0,-0.589],[-0.099,-0.073],[-0.121,-0.074],[-0.095,-0.098],[-0.048,-0.1],[-0.246,-0.222],[-0.125,0],[-0.172,-0.07],[-0.222,-0.22],[-0.097,-0.077],[-0.125,-0.028],[-0.148,0],[-0.271,0.045],[-0.292,0],[-0.064,-0.016],[-0.064,0.006],[-0.149,-0.03],[0,0],[-0.184,0.039],[-0.222,0],[-0.171,-0.029],[0.05,-0.123],[0.172,-0.34],[0.023,-0.127],[0,0],[-0.056,0.013],[-0.04,-0.006],[-0.034,0]],\"v\":[[8.65,-148.278],[8.258,-147.882],[8.06,-147.096],[8.06,-146.703],[8.16,-146.308],[8.456,-145.674],[8.16,-145.036],[7.57,-144.736],[6.98,-144.935],[6.686,-145.818],[6.686,-146.211],[6.587,-146.607],[6.587,-146.997],[6.484,-147.684],[5.704,-147.786],[4.915,-147.39],[4.719,-146.997],[4.324,-146.703],[3.906,-146.407],[2.654,-146.407],[2.654,-147.096],[2.85,-147.489],[3.046,-147.489],[3.245,-147.489],[3.639,-147.786],[3.54,-148.179],[3.362,-148.183],[3.143,-148.179],[2.753,-147.882],[2.359,-147.684],[2.165,-147.291],[-0.371,-147.291],[-0.784,-147.193],[-1.667,-147.096],[-2.064,-146.903],[-1.966,-146.114],[-1.572,-145.719],[-1.279,-145.327],[-0.587,-145.309],[-0.1,-145.327],[0.294,-145.231],[0.294,-144.833],[0.195,-144.44],[-0.194,-144.148],[-0.1,-143.557],[0.294,-143.262],[0.393,-142.674],[0.195,-141.985],[-0.194,-142.183],[-0.589,-142.377],[-0.689,-142.771],[-0.884,-143.262],[-1.279,-143.557],[-1.667,-143.755],[-1.875,-143.76],[-2.064,-143.755],[-1.667,-142.966],[-1.667,-142.575],[-1.572,-142.183],[-1.18,-141.789],[-0.784,-141.394],[0.122,-141.099],[0.544,-141.2],[0.493,-141.985],[0.544,-142.377],[0.837,-142.383],[1.378,-142.281],[1.671,-141.492],[2.065,-141.2],[2.458,-141.002],[3.245,-141.002],[3.639,-141.002],[4.031,-141.002],[4.324,-141.394],[4.324,-141.789],[4.621,-142.183],[4.82,-142.188],[5.014,-142.183],[5.409,-142.377],[5.307,-142.771],[5.307,-143.359],[6.098,-143.458],[6.484,-143.166],[6.484,-142.771],[6.587,-141.985],[8.06,-141.985],[8.846,-142.575],[9.242,-142.281],[9.242,-141.394],[9.438,-141.295],[9.242,-140.903],[8.355,-141.002],[7.867,-141.002],[7.474,-141.099],[6.686,-141.099],[6.293,-140.903],[5.898,-140.708],[5.198,-140.695],[4.621,-140.708],[3.443,-140.314],[3.341,-139.894],[3.341,-139.036],[4.523,-139.234],[4.915,-139.234],[5.307,-139.132],[6,-139.036],[6.98,-139.234],[7.764,-139.722],[8.355,-140.018],[8.555,-140.018],[8.945,-139.92],[9.142,-139.525],[8.846,-139.132],[8.674,-139.138],[8.456,-139.132],[8.06,-139.036],[7.764,-138.643],[7.177,-138.346],[6.587,-138.443],[5.211,-138.443],[4.816,-138.443],[4.424,-138.247],[4.031,-138.15],[3.934,-137.757],[4.031,-137.364],[4.719,-136.675],[5.112,-136.675],[5.513,-136.674],[5.898,-136.675],[6.293,-136.58],[7.079,-136.185],[7.474,-135.891],[7.667,-135.494],[7.961,-135.102],[8.555,-134.317],[8.945,-134.416],[8.945,-134.808],[9.242,-135.201],[9.634,-135.398],[10.421,-135.891],[10.518,-136.284],[10.518,-137.167],[10.715,-137.562],[11.111,-137.953],[11.504,-138.15],[12.241,-138.15],[12.241,-140.115],[12.98,-140.115],[13.764,-140.607],[13.469,-141.002],[13.516,-141.372],[13.469,-141.789],[13.568,-142.183],[13.516,-142.622],[16.319,-142.622],[16.319,-142.083],[16.023,-141.271],[16.124,-140.903],[16.91,-140.903],[17.402,-140.708],[17.797,-140.411],[17.797,-140.018],[17.698,-139.234],[17.303,-139.036],[16.714,-138.127],[16.811,-137.658],[17.672,-137.658],[18.876,-138.346],[19.661,-138.739],[20.056,-138.443],[20.056,-138.051],[20.056,-137.265],[21.137,-137.265],[21.533,-137.463],[21.632,-137.854],[21.824,-138.247],[24.087,-138.247],[24.876,-138.443],[24.973,-138.84],[23.888,-139.624],[23.495,-139.525],[22.561,-139.575],[22.516,-140.507],[22.561,-140.903],[20.056,-140.903],[19.76,-142.377],[19.366,-142.477],[18.971,-142.674],[18.777,-143.065],[18.681,-143.458],[17.797,-143.657],[17.402,-143.657],[17.01,-143.951],[16.609,-144.736],[16.221,-144.833],[15.828,-144.935],[15.436,-144.833],[14.794,-144.44],[14.057,-144.637],[13.85,-144.64],[13.665,-144.637],[13.344,-144.935],[13.344,-145.909],[12.781,-145.916],[12.19,-145.916],[11.797,-146.114],[11.893,-146.508],[12.487,-147.291],[12.487,-147.684],[9.044,-148.278],[8.867,-148.281],[8.747,-148.294]],\"c\":true},\"ix\":2},\"nm\":\"Path 16\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":16,\"ty\":\"sh\",\"ix\":17,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.171,-0.049],[0.174,-0.076],[0.123,-0.075],[0.125,-0.098],[0.095,-0.146],[0.075,-0.149],[0.074,-0.123],[0.124,-0.099],[0.073,0.018],[0.048,-0.036],[0.097,-0.146],[0,-0.126],[0.097,-0.269],[0.072,-0.148],[0.12,-0.073],[0.149,-0.073],[0.073,-0.122],[0.051,-0.172],[0.022,-0.196],[0,-0.199],[-0.245,0],[-0.321,0.273],[-0.146,0.148],[-0.199,0.073],[-0.122,0.027],[-0.196,0],[-0.148,-0.025],[0,0],[-0.173,0.073],[-0.148,0.024],[-0.147,0],[-0.292,0],[-0.146,0.024],[-0.248,0.026],[-0.395,0],[-0.194,0.17],[-0.045,0.147],[0,0.146],[0,0.174],[0,0],[0,0],[0.046,0.32],[0.046,0.098],[0.148,0.069],[0.127,0.026],[0.491,0],[0.146,-0.026],[0.124,-0.096],[0.221,0],[0,0],[0.15,0.073],[-0.122,0.15],[-0.098,0.17],[-0.026,0.121],[0.122,0.049],[0.124,0.049],[0.22,0]],\"o\":[[-0.195,0],[-0.176,0.048],[-0.123,0.049],[-0.149,0.075],[-0.124,0.098],[-0.075,0.125],[-0.05,0.12],[-0.072,0.148],[-0.051,0.038],[-0.073,-0.019],[-0.146,0.099],[-0.077,0.127],[-0.025,0.272],[-0.05,0.145],[-0.075,0.147],[-0.152,0.098],[-0.118,0.075],[-0.095,0.149],[-0.051,0.17],[-0.025,0.197],[0.219,0.097],[0.445,0],[0.147,-0.124],[0.147,-0.149],[0.124,-0.053],[0.174,-0.027],[0.172,0],[0,0],[0.194,0],[0.144,-0.049],[0.121,-0.028],[0.294,-0.028],[0.148,0],[0.249,-0.028],[0.393,-0.046],[0.293,0],[0.122,-0.101],[0.053,-0.119],[0,-0.171],[0,0],[0,0],[0,-0.344],[0,-0.124],[-0.079,-0.126],[-0.124,-0.053],[-0.461,-0.121],[-0.174,0],[-0.148,0.026],[-0.147,0.12],[0,0],[-0.197,0],[0.15,-0.15],[0.122,-0.145],[0.049,-0.122],[-0.127,-0.024],[-0.122,-0.048],[-0.196,-0.076],[0,0]],\"v\":[[170.175,-146.308],[169.785,-146.011],[169.29,-145.916],[168.897,-145.818],[168.602,-145.425],[168.212,-145.131],[168.012,-144.736],[167.915,-144.344],[167.719,-143.951],[167.52,-143.95],[167.324,-143.951],[166.933,-143.657],[166.933,-143.262],[166.933,-142.477],[166.735,-142.083],[166.342,-141.887],[165.848,-141.688],[165.454,-141.492],[165.162,-141.099],[165.162,-140.607],[165.162,-140.115],[165.947,-139.432],[166.933,-140.018],[167.324,-140.411],[167.719,-140.804],[168.111,-140.903],[168.602,-141.002],[168.996,-140.804],[171.136,-140.804],[171.553,-141.099],[171.947,-141.295],[172.339,-141.295],[173.124,-141.295],[173.517,-141.295],[174.11,-141.593],[175.094,-141.492],[175.876,-141.688],[176.072,-142.083],[176.171,-142.45],[176.072,-142.87],[176.072,-143.359],[174.405,-143.359],[174.405,-144.244],[174.405,-144.637],[174.009,-144.833],[173.613,-144.935],[172.389,-145.131],[171.947,-145.131],[171.749,-144.736],[171.358,-144.344],[171.158,-144.344],[170.764,-144.637],[171.158,-145.036],[171.553,-145.327],[171.553,-145.719],[171.158,-145.818],[170.764,-145.916],[170.373,-146.308]],\"c\":true},\"ix\":2},\"nm\":\"Path 17\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":17,\"ty\":\"sh\",\"ix\":18,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.012,-0.034],[0,0]],\"o\":[[0,0],[-0.018,0.008]],\"v\":[[13.344,-146.041],[13.344,-146.114]],\"c\":true},\"ix\":2},\"nm\":\"Path 18\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":18,\"ty\":\"sh\",\"ix\":19,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.008,0.002],[0.02,0.057]],\"o\":[[0.009,-0.002],[0.032,0],[0,0]],\"v\":[[13.344,-145.909],[13.368,-145.916],[13.344,-146.041]],\"c\":true},\"ix\":2},\"nm\":\"Path 19\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":19,\"ty\":\"sh\",\"ix\":20,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-217.758,-145.818],[-220.706,-145.231],[-220.02,-144.244],[-218.935,-144.344],[-217.855,-143.852],[-217.559,-142.674],[-219.231,-142.674],[-218.642,-141.593],[-217.559,-141.688],[-216.774,-141.002],[-215.693,-141.492],[-214.709,-141.394],[-212.35,-141.2],[-210.578,-139.722],[-208.807,-139.33],[-208.318,-140.214],[-208.613,-141.394],[-209.698,-142.183],[-210.186,-143.359],[-211.659,-143.951],[-212.843,-144.637],[-214.019,-144.44],[-215.102,-145.231],[-216.58,-146.011]],\"c\":true},\"ix\":2},\"nm\":\"Path 20\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":20,\"ty\":\"sh\",\"ix\":21,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-206.844,-143.359],[-206.056,-142.281],[-205.464,-140.507],[-203.699,-140.214],[-202.027,-140.411],[-200.454,-140.708],[-200.061,-141.492],[-201.73,-142.674],[-204.091,-142.87],[-205.96,-144.05]],\"c\":true},\"ix\":2},\"nm\":\"Path 21\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":21,\"ty\":\"sh\",\"ix\":22,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.494,0.099],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,-0.096],[0,0]],\"v\":[[-231.717,-143.359],[-233.29,-142.966],[-234.666,-141.789],[-232.897,-141.789],[-230.535,-141.789],[-227.686,-141.789],[-228.08,-142.87],[-229.851,-143.458]],\"c\":true},\"ix\":2},\"nm\":\"Path 22\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":22,\"ty\":\"sh\",\"ix\":23,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.13,0],[0,0],[0.17,-0.077],[0,0],[-0.12,-0.025],[-0.06,0.009],[-0.065,-0.03],[-0.147,-0.1],[-0.174,-0.075],[-0.344,0],[0,0],[-0.147,0],[0.05,0.12],[0.074,0.145],[0.101,0.073],[0.121,0.024],[0.176,0.022],[0,0],[0.151,0],[0.051,0]],\"o\":[[0,0],[-0.169,0.026],[0,0],[0.147,0.027],[0.053,0.011],[0.075,-0.011],[0.173,0.073],[0.151,0.097],[0.295,0.147],[0,0],[0.149,0],[-0.022,-0.126],[-0.097,-0.175],[-0.075,-0.126],[-0.1,-0.072],[-0.169,-0.047],[0,0],[-0.146,-0.026],[-0.057,-0.007],[-0.102,0]],\"v\":[[177.745,-141.593],[177.35,-141.593],[176.96,-141.295],[177.056,-140.903],[177.451,-140.804],[177.624,-140.81],[177.842,-140.804],[178.236,-140.507],[178.533,-140.115],[179.441,-140.018],[179.908,-140.018],[180.301,-140.115],[180.301,-140.507],[179.908,-140.804],[179.908,-141.2],[179.517,-141.295],[179.022,-141.394],[178.631,-141.394],[178.236,-141.593],[178.077,-141.602]],\"c\":true},\"ix\":2},\"nm\":\"Path 23\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":23,\"ty\":\"sh\",\"ix\":24,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-238.795,-141.002],[-238.402,-140.018],[-237.615,-139.33],[-236.139,-139.234],[-236.338,-140.507],[-237.812,-141.099]],\"c\":true},\"ix\":2},\"nm\":\"Path 24\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":24,\"ty\":\"sh\",\"ix\":25,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-229.454,-140.607],[-231.914,-140.607],[-233.389,-140.214],[-234.762,-139.432],[-233.681,-137.658],[-232.7,-137.463],[-231.62,-137.854],[-229.454,-137.953],[-228.965,-138.739],[-229.948,-139.624],[-228.965,-139.722],[-228.278,-140.607]],\"c\":true},\"ix\":2},\"nm\":\"Path 25\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":25,\"ty\":\"sh\",\"ix\":26,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-215.693,-139.92],[-215.398,-138.84],[-213.825,-138.739],[-212.546,-139.132],[-213.825,-140.018]],\"c\":true},\"ix\":2},\"nm\":\"Path 26\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":26,\"ty\":\"sh\",\"ix\":27,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.294,-0.593],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0.296,0.589],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-221.198,-138.443],[-219.527,-136.675],[-218.445,-137.167],[-219.723,-138.84],[-221.296,-139.722]],\"c\":true},\"ix\":2},\"nm\":\"Path 27\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":27,\"ty\":\"sh\",\"ix\":28,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-199.372,-139.624],[-201.338,-139.624],[-202.42,-138.739],[-202.42,-137.953],[-200.061,-138.051],[-198.782,-138.346],[-197.212,-138.643],[-197.212,-139.624]],\"c\":true},\"ix\":2},\"nm\":\"Path 28\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":28,\"ty\":\"sh\",\"ix\":29,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0.393,0.296]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-194.161,-138.84],[-195.048,-137.463],[-192.194,-137.068],[-190.624,-137.757],[-191.903,-139.234]],\"c\":true},\"ix\":2},\"nm\":\"Path 29\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":29,\"ty\":\"sh\",\"ix\":30,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.149,-0.052],[0.294,-0.05],[0.121,0],[0.442,-0.169],[0.122,-0.048],[0.148,-0.098],[0.022,-0.196],[0.022,-0.12],[0.048,-0.121],[0.12,-0.125],[0.294,-0.15],[-0.123,-0.12],[-0.121,-0.096],[0,0],[0,0],[0.219,-0.171],[0.155,0.002],[0.127,-0.109],[0.048,-0.094],[0.123,-0.099],[0.148,-0.074],[0.419,0],[0.249,0.046],[0.149,0.073],[0.144,0.096],[0.145,0.075],[0.122,0.024],[0.151,0],[0.392,0.024],[0,0],[0.344,0],[0.172,-0.023],[0.058,0.002],[0.066,-0.099],[0.075,-0.165],[0.05,-0.175],[0.025,-0.126],[0.121,-0.072],[0.221,0],[0,0],[0.371,-0.172],[0.173,-0.076],[0.296,-0.122],[0.124,-0.048],[0.247,0],[0.121,0.026],[0.149,0.051],[0.172,0],[0.296,-0.099],[0.174,-0.071],[0.268,-0.151],[0.198,-0.048],[0.124,-0.024],[0.194,0],[0.372,-0.1],[0.268,-0.195],[0.073,-0.17],[0.1,-0.148],[0.124,-0.072],[0.081,0.01],[0.054,-0.008],[0.196,0],[0.125,-0.018],[0.122,-0.025],[0.117,-0.051],[0,-0.22],[-0.203,-0.273],[-0.127,-0.072],[-0.292,-0.147],[-0.074,-0.125],[0,-0.145],[0,0],[0.075,-0.172],[0.123,0.025],[0.493,0],[0.271,-0.075],[0.122,-0.073],[0.147,-0.101],[0.171,-0.079],[0.146,0],[0.12,0.021],[0.244,0],[0.417,0],[0.271,-0.028],[0.125,-0.024],[0.167,0],[0,0],[0.146,-0.046],[0.096,-0.079],[0.05,-0.1],[0.073,-0.148],[0,0],[0.249,-0.222],[-0.077,-0.122],[-0.147,-0.147],[-0.119,-0.146],[-0.022,-0.173],[-0.022,-0.294],[-0.022,-0.125],[-0.049,-0.145],[-0.096,-0.073],[-0.392,0],[0,0],[-0.169,-0.023],[-0.153,-0.048],[-0.126,-0.122],[-0.05,-0.199],[0,-0.147],[0,0],[0.421,0],[0.198,0.094],[0.122,0.075],[0.145,0.075],[0.066,-0.011],[0.061,0.026],[0.168,0.052],[0.121,0.05],[0.1,0.101],[0.079,0.123],[0.047,0.125],[0.126,0.094],[0,0],[0.246,0.218],[0.096,0.072],[0.3,0],[0.121,-0.029],[0.169,-0.048],[0.122,-0.025],[0.443,-0.097],[0,0],[-0.141,0],[-0.267,-0.022],[-0.125,-0.022],[-0.099,-0.146],[0,-0.195],[0,-0.17],[0.321,0.094],[0.126,0.052],[0.176,0.069],[0.243,0],[0,0],[0.096,-0.076],[0.074,-0.123],[0.047,-0.122],[0,-0.223],[-0.492,-0.075],[-0.123,0.006],[-0.151,-0.012],[-0.124,-0.02],[-0.394,-0.249],[-0.147,-0.078],[-0.122,-0.073],[-0.097,-0.125],[0,-0.169],[0.023,-0.173],[0.221,0.099],[0.148,-0.001],[0.121,0.035],[0.172,0.024],[0.067,-0.006],[0.062,0.013],[0.066,-0.006],[0.061,0.013],[0.171,0.048],[0.126,0.027],[0.182,-0.018],[0.223,0.039],[0.269,0.147],[0.071,0.175],[0,0.195],[0,0.15],[0,0],[-0.049,0.269],[-0.026,0.174],[0,0.149],[0.026,0.12],[0.048,0.123],[0.072,0.15],[0.05,0.125],[0.147,0.297],[0.174,-0.023],[0.063,0.006],[0.073,-0.01],[-0.026,-0.223],[0,-0.147],[0.02,-0.469],[0,-0.149],[0,0],[0.296,0],[0.197,0],[0.146,0],[0.069,-0.218],[0.102,-0.048],[0.15,-0.076],[0.124,-0.046],[0,-0.39],[0,0],[-0.391,-0.343],[-0.145,-0.321],[-0.025,-0.121],[0,-0.296],[0,-0.121],[0.073,-0.145],[0,-0.293],[0,0],[-0.024,-0.147],[-0.024,-0.174],[0,-0.148],[0,-0.171],[-0.024,-0.125],[-0.194,-0.27],[-0.169,0],[0,0],[-0.127,0.124],[-0.125,0.099],[-0.221,0],[0,0],[-0.122,-0.076],[-0.147,-0.099],[-0.295,-0.149],[-0.124,-0.073],[-0.098,-0.12],[-0.176,-0.271],[-0.269,-0.247],[-0.074,-0.146],[0,-0.196],[0.148,-0.247],[0.072,-0.148],[0,-0.193],[0,-0.171],[-0.057,0.009],[-0.068,-0.027],[0,0],[-0.17,-0.078],[-0.267,0.014],[-0.15,-0.008],[-0.143,-0.024],[0,0],[0.148,-0.023],[0.298,0],[0,0],[0.176,0.076],[0.148,0.072],[0.125,0.074],[0,0.392],[0,0],[0,0.151],[0.269,0.272],[0.073,0.149],[0.05,0.097],[0.15,0.097],[0.125,0.025],[0.172,0.025],[0.296,0],[0.47,-0.049],[0.126,-0.025],[0.146,-0.052],[0.124,-0.073],[0,-0.226],[0,-0.149],[-0.027,-0.121],[0,-0.394],[0.121,-0.375],[0.048,-0.124],[0.145,-0.121],[0.15,-0.098],[0.151,-0.174],[0.024,-0.174],[0,-0.392],[0.27,-0.073],[0.438,-0.249],[0.199,-0.269],[0.052,-0.099],[0.145,-0.103],[0.147,0],[0.273,0.075],[0.149,0.048],[0.122,0.047],[0.195,0],[0,0],[0,0],[-0.098,0.142],[-0.172,0.072],[-0.218,0],[-0.197,-0.025],[-0.149,-0.026],[-0.296,0],[-0.269,0.048],[-0.175,0.075],[-0.125,0.097],[-0.098,0.147],[-0.218,0.247],[-0.122,0.102],[-0.219,0.295],[-0.074,0.097],[-0.124,0.103],[-0.071,0.124],[-0.023,0.122],[-0.026,0.122],[-0.072,0.296],[-0.028,0.124],[-0.025,0.123],[0,0.173],[0,0.193],[0.297,0],[0.198,0.024],[0.095,0.048],[0.096,0.145],[0,0.221],[-0.05,0.393],[0,0.468],[0,0],[-0.053,0.269],[0,0.465],[0.027,0.124],[0.098,0.321],[0.024,0.123],[0.147,0.271],[0.074,0.148],[0,0.172],[0,0],[-0.296,0],[-0.148,0],[-0.047,0],[0,0],[0.37,0.098],[0.193,0.074],[0.123,0.022],[0.297,0],[0,0],[0.221,0],[0.344,-0.143],[0.176,-0.073],[0.146,-0.026],[0.145,0],[0.298,0],[0.147,-0.021],[0.025,-0.467],[0.025,-0.171],[0.171,-0.271],[0.124,-0.144],[0.128,-0.372],[0.073,-0.269],[0.171,-0.073],[0.122,-0.022],[0.151,0.015],[0.121,-0.009],[0,0],[0.121,-0.076],[0,-0.245],[0,0],[-0.096,-0.12],[-0.081,0.024],[-0.046,-0.034],[-0.151,-0.321],[0,-0.296],[0.194,-0.197],[0.096,-0.075],[0.125,-0.101],[0,-0.244],[-0.024,-0.294],[-0.298,-0.021],[-0.124,-0.07],[-0.126,-0.124],[-0.075,-0.174],[-0.052,-0.123],[-0.074,-0.121],[-0.119,-0.101],[-0.147,-0.099],[-0.097,-0.048],[-0.221,-0.245],[-0.075,-0.146],[0,-0.145],[0.024,-0.121],[0.125,-0.147],[0.123,-0.073],[0.121,0],[0,0],[0.273,0.048],[0.269,0.146],[0,0.566],[0.296,0],[0.364,0.242],[0.151,0.1],[0.171,0.076],[0.153,-0.02],[0.116,0.01],[0.147,0],[0.27,0.097],[0.097,0.173],[0.169,0.096],[0.122,0.049],[0.124,0.024],[0.172,0.076],[0.175,0],[0,0],[0.122,0.096],[0.117,0.097],[0.169,0],[0,0],[0.298,0.172],[0.272,0.174],[0.099,0.048],[0.126,0.072],[0.099,0.072],[0.145,0.122],[0.121,0.076],[0.077,-0.014],[0.051,0.012],[0.221,0],[0,0],[0.147,-0.073],[0,-0.221],[-0.076,-0.195],[-0.121,-0.145],[-0.025,-0.17],[-0.025,-0.122],[0,-0.195],[-0.299,-0.026],[-0.124,0],[-0.122,-0.053],[-0.098,-0.121],[-0.05,-0.12],[-0.046,-0.172],[-0.27,-0.148],[-0.1,-0.122],[0,-0.198],[0,-0.122],[0.049,-0.124],[0.324,-0.118],[0.145,0],[0,0],[0.098,-0.049],[0.074,-0.15],[0.049,-0.125],[0.075,-0.122],[0.121,-0.099],[0,0],[-0.024,0.294],[0,0.144],[0.02,0.293],[0.028,0.147],[0,0],[0.098,-0.076],[0.096,-0.124],[0.1,-0.121],[0.12,-0.123],[0.294,0],[0,0],[0.293,-0.022],[0.064,0.014],[0.103,-0.057],[0.122,-0.097],[0.172,-0.075],[0.169,0],[0,0],[0.149,0],[0,0],[0,0],[0.147,0],[0,0],[0,0],[0.123,0.121],[0.121,0.124],[0.123,0.074],[-0.025,0.147],[-0.025,0.126],[-0.147,0.296],[0,0],[0.101,-0.078],[0.148,-0.075],[0.122,-0.022],[0.126,0],[0.109,0.002],[0.185,-0.091],[0.147,-0.076],[0.294,-0.146],[0,0],[0.416,-0.194],[0.12,-0.097],[0.098,-0.073],[0.149,-0.049],[0.147,0],[0,0],[0.122,-0.024],[0.316,-0.101],[0.147,-0.124],[0.319,-0.194],[0.199,-0.025],[0.213,0.012],[0.32,-0.111],[0.15,-0.145],[-0.072,-0.124],[0,-0.247],[0.17,-0.174],[0.292,-0.145],[0.174,-0.049],[0.123,-0.02],[0.145,0],[0.198,-0.02],[0.247,0],[0,0],[0.145,0.098],[0.17,0.052],[0.099,0.146],[0.048,0.122],[0,0.272],[-0.025,0.366],[0,0],[0,0],[0.172,0.121],[0.099,0.075],[0.096,0.124],[0.097,0.149],[0.223,0],[0.293,0],[0,0],[0.197,0.072],[0.124,0.028],[0.345,0],[0,0],[0.15,0],[0.126,0],[0,0],[-0.269,-0.048],[-0.124,-0.023],[0,0],[0.074,-0.124],[0,-0.198],[0,-0.145],[-0.075,-0.102],[-0.1,-0.048],[-0.148,-0.075],[-0.097,-0.121],[0,-0.243],[0,0],[0,-0.173],[0,-0.123],[0,-0.469],[0,-0.073],[0.297,0.051],[0.101,0.075],[0.122,0.144],[0.075,0.097],[0.147,0.076],[0.175,0],[0.144,-0.021],[0.174,-0.029],[0.152,0],[0.341,0],[0.147,0],[0.05,-0.127],[0.073,-0.099],[0.146,-0.073],[0.127,-0.024],[0.271,-0.052],[0.176,-0.076],[0.125,-0.152],[0.122,-0.099],[0.171,-0.071],[0.211,-0.002],[0,-0.004],[-0.052,-0.269],[-0.073,-0.119],[-0.098,-0.098],[-0.126,-0.072],[-0.126,-0.076],[0,-0.245],[0.024,-0.222],[0.073,0],[0.294,0],[0.293,0.028],[0.271,0.026],[0,0],[0.144,0],[0.323,0.099],[0.174,0.047],[0.121,0.026],[0.066,-0.006],[0.062,0.014],[0.146,0.097],[0.075,0.172],[0,0],[0.119,-0.071],[0.15,-0.1],[0.064,0.015],[0.066,-0.04],[0,-0.244],[-0.147,-0.175],[-0.148,-0.123],[-0.078,-0.098],[-0.051,-0.121],[-0.048,-0.152],[0,0],[-0.315,-0.075],[-0.248,-0.198],[0,-0.217],[0.025,-0.171],[0,0],[0.144,-0.05],[0.144,0],[0.121,0.073],[0.074,0.101],[0.146,0.094],[0.466,0.075],[0.066,-0.006],[0.063,0.013],[0.173,0.27],[0.024,0.149],[0,0.149],[0,0.468],[0,0],[0,0],[0.098,0.59],[0.22,0.194],[0.248,-0.009],[0.175,0.048],[0.128,0.126],[0.097,0.197],[0.244,0.172],[0.179,-0.014],[0.128,0.032],[0.169,0.098],[0.294,0.15],[0,0],[-0.122,-0.053],[-0.125,-0.077],[-0.125,-0.073],[-0.268,-0.12],[-0.293,-0.121],[-0.15,-0.026],[-0.223,0.022],[-0.249,-0.036],[-0.122,-0.05],[-0.147,-0.098],[-0.345,0],[0,0],[-0.149,-0.048],[-0.124,-0.051],[-0.148,-0.072],[-0.124,-0.028],[-0.146,0],[-0.148,0],[-0.296,0],[0,0],[0,0],[-0.146,0.024],[-0.067,-0.006],[-0.061,0.013],[-0.124,0.024],[-0.32,0.073],[-0.146,0],[-0.271,0.074],[-0.145,0.08],[-0.117,0.095],[-0.075,0.146],[-0.05,0.147],[0,0.291],[0.047,0.471],[0.024,0.125],[0.171,0.27],[0.127,0.122],[0.196,0.073],[0.121,0.025],[0.199,0],[0.297,0],[0.274,0.069],[0.269,0.196],[0.123,0.099],[0.125,0.099],[0.127,0.1],[0.172,0.071],[0.067,-0.014],[0.061,0.025],[0,0],[0.146,0.076],[0.122,0.05],[0,0],[0.175,0.073],[0.124,0.021],[0.366,0],[0.364,-0.049],[0.223,0],[0,0],[0.171,0.075],[0.146,0.097],[0.246,0.274],[0,0],[0.098,-0.17],[0.146,-0.023],[0.145,0],[0,0],[0.168,0.097],[-0.05,0.148],[0,0.246],[0.026,0.049],[0.121,0.096],[0.078,0.124],[0.025,0.122],[0.025,0.196],[0,0],[0.125,-0.073],[0.217,0],[0.2,0.123],[0.123,0.072],[0.075,0.12],[0.296,0.019],[0.318,0.052],[0.123,0.026],[0,0],[-0.15,0],[-0.148,0],[-0.198,0],[0,0],[0.126,0.1],[0.169,0.027],[0.119,0],[0.342,0],[0.267,0.1],[0.123,0.097],[0.145,0.101],[0.121,0.047],[0,0],[0,0],[0.417,0],[0,0],[-0.074,0.123],[-0.069,0.174],[-0.024,0.099],[0,0],[0.099,-0.467],[0,-0.169],[0,0],[-0.024,-0.147],[0,0],[-0.019,0.149],[0,0.224],[0.125,0.17],[0.177,0],[0,0],[0,0],[0,0],[0.397,-0.12],[0.172,0],[0.122,0],[0.123,-0.048],[0,-0.2],[0.197,-0.244],[0.244,0],[0,0],[0.175,0.047],[0.144,0.097],[-0.098,0.123],[-0.123,0.123],[0,0],[0.468,-0.126],[0.172,-0.075],[0.051,-0.194],[0,-0.148],[-0.051,-0.147],[-0.194,-0.075],[-0.292,-0.026],[-0.269,-0.026],[0,0],[0,0],[0.196,0.026],[0.342,0],[0.273,0.052],[0.172,0],[0,0],[0.048,-0.418],[0.024,-0.125],[0.075,-0.151],[0.122,-0.099],[0.076,0.273],[0.072,0.096],[0.147,0.073],[0.067,-0.012],[0.061,0.026],[0.148,0.073],[0.151,0.097],[0.07,-0.013],[0.061,0.025],[0.393,0],[0.271,-0.026],[0,0],[0,-0.172],[0,-0.196],[0,-0.322],[0.02,-0.125],[0.121,-0.123],[0.248,0],[0.121,0.145],[0.02,0.124],[0.023,0.149],[0.023,0.15],[0.096,-0.124],[0.148,-0.098],[0.078,0.01],[0.056,-0.011],[0.295,-0.024],[0,0],[-0.147,-0.047],[-0.062,0.014],[-0.069,-0.039],[-0.072,-0.122],[0,-0.149],[0,0],[0.05,-0.15],[0.122,0.074],[0.196,0.027],[0.161,-0.016],[0.143,0.012],[0.171,0.049],[0.026,0.471],[0.048,0.149],[0.223,-0.051],[0,0],[0.175,0],[0.25,0],[0.365,-0.172],[-0.052,-0.118],[0,-0.168],[0,-0.173],[0.395,-0.024],[0.122,0],[0.122,-0.047],[0.146,-0.124],[0.098,-0.073],[0.101,-0.073],[0.124,-0.147],[0.099,-0.074],[0.078,0.016],[0.045,-0.023],[0.148,-0.194],[0,0],[-0.121,0.098],[-0.147,0.073],[-0.147,0.047],[-0.147,0],[-0.147,0],[-0.119,0.047],[-0.148,0.073],[-0.153,0.075],[-0.075,-0.01],[-0.056,0.011],[-0.065,-0.006],[-0.064,0.013],[-0.173,0.074],[-0.391,0],[-0.37,-0.099],[-0.149,-0.073],[0,0],[0.267,-0.049],[0.127,-0.049],[0.127,-0.046],[0.123,-0.031],[0.064,0.033],[0.064,-0.024],[0.102,-0.124],[0.074,-0.122],[0.075,-0.122],[0.072,-0.121],[0.02,-0.147],[0,-0.145],[0.02,-0.296],[0.245,-0.345],[0.219,-0.248],[0.121,-0.098],[0.126,-0.099],[0.125,-0.095],[0.098,-0.096],[0.075,-0.148],[0.023,-0.123],[0.023,-0.124],[0.149,-0.145],[0.049,-0.2],[0.025,-0.272],[0.022,-0.149],[0.022,-0.151],[0,0],[0.173,-0.072],[0.244,-0.171],[0.147,-0.098],[0.145,-0.101],[0.078,0.015],[0.053,-0.01],[0.119,-0.025],[0.173,-0.074],[0,0],[-0.149,0],[-0.15,0],[0,0],[0.052,-0.176],[0.052,-0.096],[0.118,-0.075],[0.147,-0.073],[0.144,-0.098],[0.123,-0.075],[0.172,-0.098],[0.168,-0.069],[0.097,-0.054],[0.123,-0.148],[0.074,-0.148],[0.073,-0.122],[0.27,0],[0.417,0],[0,0],[0,0],[-0.101,-0.294],[0.44,-0.071],[0.069,0.007],[0.06,-0.011],[0.299,-0.148],[0.146,-0.075],[0.17,-0.051],[0.06,0.008],[0.068,-0.028],[0.075,-0.125],[0.024,-0.121],[0.024,-0.121],[0.171,-0.099],[0.177,-0.024],[0.126,-0.024],[0.124,0],[0.148,-0.122],[0,-0.197],[0,-0.148],[0,-0.171],[0.074,-0.123],[0.086,0.004],[0.022,-0.046],[0,-0.171],[-0.022,-0.15],[0,-0.247],[0.147,-0.2],[0.079,0.022],[0.045,-0.038],[0.098,-0.096],[0,0],[0,0],[-0.147,-0.046],[-0.147,-0.046],[-0.101,-0.122],[0.101,-0.121],[0.071,-0.146],[0.048,-0.124],[0.025,-0.123],[0.074,-0.172],[0,-0.149],[0,-0.196],[-0.614,-0.048],[0.153,-0.317],[0.076,-0.173],[0,-0.175],[0,-0.175],[-0.02,-0.127],[-0.273,-0.054],[-0.063,0.011],[-0.102,-0.044],[-0.153,-0.1],[-0.148,-0.147],[0,0],[-0.123,-0.024],[-0.243,0],[-0.318,0.172],[-0.172,0.074],[-0.075,-0.011],[-0.055,0.011],[-0.122,0.049],[-0.145,0.098],[-0.101,0.121],[-0.127,0.145],[-0.269,0.269],[-0.17,0.046],[-0.125,0.027],[-0.146,0],[-0.147,0.024],[0,0],[-0.058,0.009],[-0.067,-0.026],[-0.103,-0.096],[-0.075,-0.151],[-0.047,-0.129],[-0.051,-0.173],[-0.072,-0.318],[-0.02,-0.124],[-0.101,-0.148],[0,-0.273],[0,0],[0,-0.223],[0,-0.128],[-0.268,-0.173],[-0.118,-0.076],[-0.099,-0.148],[-0.026,-0.173],[0,0],[0,0],[-0.152,-0.268],[-0.12,-0.12],[-0.123,-0.15],[-0.05,-0.178],[0,-0.148],[0.025,-0.122],[0,-0.249],[0,0],[-0.025,-0.146],[-0.025,-0.152],[0,0],[-0.023,0.195],[-0.023,0.121],[-0.081,0.146],[-0.195,0.048],[-0.148,0],[0,0],[-0.124,0],[-0.176,0],[-0.151,0.078],[-0.172,0.075],[-0.343,0],[0,0],[0,0],[0,0.149],[0.03,0.217],[0,0],[0.148,0.027],[0.059,-0.008],[0.068,0.027],[0.075,0.103],[0.101,0.075],[-0.173,0.297],[-0.05,0.176],[-0.025,0.296],[-0.024,0.293],[-0.024,0.122],[-0.072,0.149],[-0.124,0.097],[-0.168,0.074],[-0.123,0.047],[-0.174,0.048],[-0.123,0.05],[-0.066,-0.015],[-0.053,0.041],[-0.073,0.149],[-0.05,0.121],[-0.099,0.145],[-0.095,0.126],[-0.023,0.171],[0,0.149],[0,0],[0.029,0.192],[0.295,0.022],[0.295,0],[0.146,0],[0.097,0.469],[0.2,0.072],[0.071,-0.013],[0.049,0.025],[0.148,0.118],[0,0.148],[0,0],[-0.099,0.122],[-0.096,0.122],[-0.075,0.169],[-0.028,0.148],[-0.124,0.245],[-0.122,0.103],[-0.147,0.045],[-0.074,-0.011],[-0.057,0.011],[-0.249,0.198],[-0.1,0.12],[-0.125,0.122],[-0.125,0.068],[-0.166,-0.005],[-0.101,0.019],[-0.068,-0.011],[-0.1,0.043],[-0.123,0.098],[-0.074,0.147],[-0.046,0.097],[-0.145,0.121],[-0.128,0.03],[-0.124,0],[-0.125,0.029],[-0.119,0.046],[0,0.243],[0.124,0.2],[0.072,0.174],[0,0.147],[-0.264,0.37],[-0.144,0.094],[-0.077,-0.018],[-0.057,0.023],[-0.148,0.093],[-0.072,0.202],[-0.126,0.269],[-0.097,0.073],[-0.295,0],[-0.271,-0.048],[-0.069,0.005],[-0.061,-0.012],[-0.126,-0.101],[-0.221,-0.295],[-0.099,0.049],[-0.175,0.049],[-0.148,0],[-0.148,-0.097],[-0.077,-0.145],[-0.072,-0.123],[0,-0.168],[0,0],[0,0],[0.026,-0.468],[0.026,-0.124],[0.196,-0.265],[0.147,-0.1],[0.247,0],[0.419,0],[0.147,-0.048],[0.125,-0.097],[0.072,-0.122],[0.072,-0.147],[0.073,-0.122],[0.123,-0.098],[0.125,-0.149],[0.126,-0.122],[0.124,-0.073],[0,-0.368],[0,-0.54],[0.097,-0.221],[0,-0.272],[-0.027,-0.536],[0,0],[0,-0.151],[0,-0.344],[-0.372,-0.051],[-0.271,-0.149],[-0.124,-0.12],[-0.143,-0.072],[-0.292,-0.126],[-0.15,-0.073],[-0.418,0],[0,0],[-0.145,0.048],[-0.592,0],[-0.389,0],[-0.194,0.024],[-0.121,0.046],[-0.121,0.077],[-0.069,0.097],[-0.121,0.098],[0,0],[-0.173,0.051],[-0.221,0],[-0.047,-0.026],[-0.1,-0.148],[-0.076,-0.119],[-0.123,-0.093],[0,0],[0,0],[0.196,-0.048],[0.294,0],[0.369,-0.048],[0.12,-0.018],[0.149,-0.073],[0.149,-0.124],[0.098,-0.147],[0.098,-0.148],[0.098,-0.12],[0.146,-0.073],[0.148,0],[0.267,0.097],[0.171,0.126],[0.273,0],[0.372,-0.05],[0.296,0.026],[0.293,-0.024],[0.122,-0.025],[0.144,-0.051],[0.194,0],[0.148,0],[0.169,0],[0.147,-0.07],[0.096,-0.121],[0.046,-0.124],[0.124,-0.145],[0.147,0],[0.145,0],[0.123,0.047],[0.144,0.126],[0.097,0.051],[0.147,0],[0.122,-0.025],[0.124,-0.068],[0.07,-0.119],[-0.171,-0.05],[-0.068,0.006],[-0.063,-0.012],[-0.174,-0.073],[0.271,-0.026],[0.466,-0.148],[0.147,-0.048],[-0.073,-0.097],[-0.322,-0.124],[-0.117,0],[-0.144,0],[-0.222,0],[-0.197,0.048],[-0.251,0.294],[-0.248,0],[-0.194,-0.102],[-0.121,-0.072],[-0.096,-0.149],[-0.051,-0.124],[-0.051,-0.103],[-0.12,-0.075],[-0.151,-0.069],[-0.145,-0.095],[0.122,-0.122],[0.372,-0.24],[0.048,-0.149],[0.024,-0.124],[0.023,-0.269],[0,0],[0.174,0.074],[0.101,0.072],[0.073,0.146],[0.073,0.123],[0.124,0.146],[0.084,-0.025],[0.024,0.047],[0.022,0.123],[0,0.151],[0,0],[0.292,-0.225],[0.12,-0.1],[0.072,-0.121],[0.022,-0.122],[0.022,-0.123],[0.054,-0.147],[0.072,-0.17],[0.026,-0.122],[0,-0.245],[-0.048,-0.199],[0,-0.127],[0,-0.175],[0.074,-0.172],[0.072,-0.169],[0.025,-0.199],[0,0],[0,0],[0.145,0.027],[0.418,0.051],[0.297,0],[0.293,-0.025],[0.076,-0.145],[0,-0.196],[-0.051,-0.148],[-0.27,-0.245],[0,0],[0,0],[0.513,0.346],[0.124,0.125],[0.223,0.047],[0.148,0],[0.146,-0.022],[0.322,-0.198],[0.168,-0.072],[0.121,-0.049],[0.123,-0.072],[0.145,-0.097],[0.171,-0.076],[0.466,0],[0.269,-0.078],[0.199,-0.05],[0.25,0],[0.295,0.295],[0,0.54],[0,0],[0.124,-0.071],[0.12,0],[0.144,0],[0.195,0],[0,0],[0.318,0],[0.051,-0.471],[0,0],[0.175,0.127],[0.048,0.172],[0.072,0.322],[0,0],[0,0],[0,0],[0,0.15],[-0.023,0.147],[0,0],[-0.296,-0.096],[-0.175,-0.073],[-0.249,0],[-0.293,0.027],[0,0.296],[0,0.393],[-0.099,0.223],[0,0.27],[0.025,0.297],[0,0],[0.175,0],[0.101,0.013],[0.162,-0.059],[0.147,-0.073],[0.101,-0.127],[0.225,0],[0,0],[0.149,0.047],[-0.122,0.247],[-0.075,0.172],[0,0.145],[0,0],[0.296,0],[0.148,0.021],[-0.072,0.176],[-0.074,0.32],[0,0.148],[0.023,0.125],[0.075,0.171],[0.101,0.118],[0.196,0],[0.147,0],[0.075,-0.174],[0.125,-0.247],[0.32,-0.122],[0.076,0.011],[0.052,-0.009],[0.174,-0.05],[0,-0.22],[0,-0.248],[0,0],[0.098,-0.071],[0.123,-0.048],[0.123,-0.031],[0,-0.417],[-0.222,-0.321],[-0.149,-0.121],[-0.126,-0.077],[-0.148,-0.078],[0.025,-0.125],[0,-0.173],[0,-0.17],[0,0],[0,-0.246],[0,-0.098],[-0.048,-0.125],[-0.074,-0.174],[0,-0.339],[0,0],[0,0],[0.194,-0.024],[0.392,0],[0,0],[0.271,0],[0.397,0],[0.246,-0.145],[0.122,-0.071],[0.146,-0.051],[0.243,-0.196],[0.071,-0.128],[0.053,-0.149],[0.392,0],[0.174,0.029],[0,0],[0,0],[0.148,0],[0.151,0],[0,0],[0,0],[0,0],[0.193,-0.047],[0.148,-0.051],[0.122,-0.048],[0.147,-0.072],[0.296,-0.249],[0.176,-0.097],[0.172,-0.02],[0,0],[0.491,0],[0,0],[0.542,-0.097],[0.122,-0.026],[0.122,-0.025],[0,0],[0,0],[0.171,0],[0.109,-0.011],[0.152,0.041],[0.149,0.102],[0.077,0.099],[0.241,0],[0.216,-0.018],[0,0],[-0.296,-0.094],[0,0],[0,0],[0,0],[0.492,0],[0.144,0.022],[0.146,0],[0.147,0],[0.171,0.048],[0.146,0.099],[0.073,0.121],[0.296,-0.049],[0.067,0.006],[0.06,-0.013],[0.242,-0.168],[0.071,-0.147],[0,-0.147],[-0.098,-0.123],[-0.085,0.021],[-0.044,-0.02],[-0.148,-0.073],[-0.148,-0.073],[-0.144,-0.023],[-0.165,0.016],[-0.143,-0.009],[0,0],[-0.146,-0.073],[-0.147,-0.098],[-0.124,-0.072],[-0.124,-0.121],[-0.293,-0.223],[0,0],[-0.147,-0.097],[-0.144,-0.073],[-0.266,-0.2],[0,-0.244],[0.021,-0.197],[0,-0.272],[-0.078,-0.545],[0,-0.222],[0.097,-0.196],[0.372,-0.371],[0.094,-0.099],[0.12,-0.072],[0.494,0],[0,0],[0.176,0.05],[0.246,0.047],[0.149,0],[0.391,0.05],[0.152,0.075],[0.172,0.102],[0.174,0],[0,0],[0.393,0],[0.174,0.026],[0.268,0],[0,0],[0.073,-0.126],[0.052,-0.118],[0.049,-0.146],[0,0],[0,0],[-0.118,-0.118],[-0.101,-0.148],[0,-0.221],[0.048,-0.197],[0,-0.394],[-0.073,-0.245],[-0.052,-0.149],[0,-0.195],[0,0],[0.074,-0.125],[0.097,-0.149],[0.078,-0.125],[0,-0.493],[-0.025,-0.121],[-0.076,-0.169],[0,0],[-0.023,-0.194],[0,0],[0,0],[0.053,-0.173],[0,-0.246],[-0.021,-0.37],[0,0],[-0.343,0],[-0.147,-0.048],[-0.146,-0.096],[-0.222,0],[-0.393,0],[-0.176,-0.048],[-0.149,-0.051],[-0.125,-0.048],[0,0],[-0.097,-0.145],[-0.076,-0.145],[-0.075,-0.12],[-0.123,-0.151],[0,0],[0,0],[-0.174,0],[-0.126,-0.006],[-0.146,0.012],[-0.272,0.101],[-0.148,0.073],[-0.291,0.252],[-0.169,0.078],[-0.295,0.051],[-0.125,-0.006],[-0.149,0.013],[-0.147,0.048],[-0.146,0.096],[-0.244,0.295],[-0.518,0.197],[-0.295,0.028],[-0.214,-0.01],[-0.225,0.012],[-0.294,0.023],[0,0],[0.074,0.125],[0.147,0.146],[0,0.22],[-0.072,0.197],[-0.076,0.167],[-0.172,0.345],[0,0],[-0.07,0.121],[-0.124,0.072],[-0.08,-0.016],[-0.051,0.01],[-0.268,0.1],[-0.119,0.096],[-0.174,0.047],[-0.122,0.047],[-0.067,-0.012],[-0.062,0.024],[-0.172,0.075],[-0.076,-0.011],[-0.054,0.011],[-0.147,0.024],[-0.216,-0.016],[-0.193,0.011],[-0.293,0.025],[0,0],[0,0],[0,0.293],[0,0.172],[-0.074,0.27],[-0.096,0.123],[-0.293,0.074],[-0.223,0],[-0.368,-0.072],[-0.068,0.006],[-0.06,-0.012],[-0.494,-0.15],[-0.391,0],[0,0],[-0.146,0],[-0.148,0],[-0.072,0.249],[-0.074,0.102],[-0.125,0.1],[-0.174,0.074],[-0.124,0],[0,0],[-0.27,0.048],[-0.17,0.072],[-0.148,0.097],[-0.147,0.126],[-0.221,0],[-0.145,0],[-0.269,-0.196],[-0.196,-0.273],[-0.196,-0.464],[-0.05,-0.119],[-0.097,-0.144],[-0.147,-0.096],[-0.149,-0.074],[0,0],[-0.122,-0.075],[-0.122,-0.173],[-0.049,-0.099],[-0.145,-0.121],[-0.146,-0.127],[-0.121,-0.099],[-0.174,-0.121],[-0.125,-0.074],[-0.174,-0.096],[-0.173,-0.049],[-0.293,-0.052],[-0.071,0.009],[-0.098,-0.028],[-0.126,-0.099],[-0.074,-0.121],[-0.465,-0.272],[-0.127,-0.049],[-0.149,-0.069],[-0.123,-0.097],[-0.198,-0.276],[-0.172,-0.317],[-0.048,-0.149],[-0.027,-0.121],[0,-0.32],[0.047,-0.294],[0.663,-0.419],[0.169,-0.071],[0.123,-0.025],[0.294,0],[0.198,0],[1.051,0],[0,0],[-0.269,-0.197],[-0.099,-0.124],[-0.076,-0.123],[-0.098,-0.096],[-0.175,-0.077],[-0.076,0.011],[-0.054,-0.011],[-0.319,0],[0,0],[0,0],[-0.125,0.05],[-0.266,0.196],[-0.172,0.096],[-0.07,-0.02],[-0.038,0.05],[-0.049,0.125],[-0.098,0.267],[-0.075,0.101],[-0.171,0.098],[-0.075,-0.011],[-0.056,0.011],[-0.267,0.096],[0,0.148],[0,0.149],[0,0],[0.196,0],[0,0],[0.148,0],[0,0],[-0.023,0.226],[0,0],[-0.322,-0.121],[-0.122,-0.077],[-0.223,0],[-0.174,0],[0.074,0.466],[0,0.293],[0.194,0.027],[0.066,-0.005],[0.061,0.015],[0.17,0.077],[0.147,0.124],[0.171,0.098],[0.127,0.072],[0.172,0.072],[0.067,-0.014],[0.052,0.039],[0.122,0.126],[0.099,0.047],[0.08,-0.011],[0.055,0.01],[0.07,-0.007],[0.06,0.011],[0.146,0.05],[0.099,0.075],[0.121,0.076],[0.172,0.075],[0.075,-0.011],[0.055,0.013],[0.143,0.021],[0.068,-0.006],[0.071,0.011],[-0.023,0.121],[0,0.194],[0,0.147],[0.174,0.125],[0.175,0.05],[0.392,0.247],[0.123,0.094],[0.073,-0.021],[0.038,0.049],[0.026,0.121],[0,0.345],[0.349,0],[0.34,-0.024],[0,0],[0,0],[0,0.194],[0,0],[0.049,0.123],[0,0.221],[-0.173,0.148],[-0.223,0],[-0.175,-0.098],[-0.098,-0.146],[-0.101,-0.15],[-0.125,-0.096],[-0.074,0.017],[-0.059,-0.023],[-0.122,-0.047],[-0.148,-0.101],[-0.146,-0.099],[-0.148,-0.05],[-0.077,0.011],[-0.056,-0.01],[-0.152,-0.098],[-0.051,-0.193],[-0.245,-0.22],[-0.076,0.017],[-0.057,-0.021],[-0.296,-0.195],[-0.123,-0.072],[-0.146,-0.123],[-0.367,-0.02],[-0.086,0.005],[-0.154,-0.117],[-0.07,-0.094],[-0.12,-0.096],[-0.147,-0.074],[-0.293,-0.15],[-0.542,-0.195],[-0.249,-0.147],[-0.125,-0.147],[-0.05,-0.121],[0,-0.2],[0.05,-0.148],[0.076,-0.175],[0.028,-0.124],[0,-0.219],[-0.096,-0.171],[0,-0.369],[-0.046,-0.27],[-0.198,-0.24],[-0.12,-0.073],[-0.08,0.017],[-0.051,-0.009],[-0.145,0],[-0.267,-0.054],[0,0],[0,0],[0.124,0.025],[0.147,0],[0.148,-0.024],[-0.048,-0.126],[-0.074,-0.15],[-0.291,-0.243],[-0.121,-0.099],[-0.148,-0.145],[-0.1,0.149],[-0.05,0.096],[-0.126,0.15],[-0.053,-0.122],[-0.07,-0.099],[-0.149,-0.294],[-0.023,-0.345],[-0.023,-0.12],[-0.197,-0.151],[0,0],[-0.125,0.025],[-0.126,0.077],[-0.097,0.12],[-0.073,0.171],[0,0.149],[0,0],[0,0.171],[-0.125,0.097],[-0.171,0],[-0.121,-0.026],[-0.199,-0.025],[-0.168,0],[0,0],[-0.196,0.025],[-0.021,0.341],[0,0.146],[0,0.071],[-0.316,0.022],[-0.147,0.021],[0.122,0.147],[0.144,0.124],[0.194,0.071],[0.197,0],[0,-0.297],[0.025,-0.15],[0.169,0.07],[0.121,0.053],[0.124,0.175],[0.049,0.173],[0.024,0.123],[0.022,0.118],[0.049,0.12],[0.12,0.099],[0.123,0.052],[0.074,-0.011],[0.056,0.013],[0.123,0.148],[0.026,0.169],[0,0.148],[0,0],[-0.078,0.17],[0,0],[-0.151,-0.069],[-0.174,-0.025],[-0.292,0],[0,0],[0,0],[-0.171,0.077],[0.146,0.1],[0.121,0.048],[-0.121,0.146],[-0.193,0.025],[-0.347,0],[-0.322,-0.048],[-0.124,-0.023],[-0.146,-0.074],[-0.196,-0.047],[-0.06,0.008],[-0.067,-0.025],[-0.099,-0.101],[-0.052,-0.119],[-0.076,-0.1],[-0.095,-0.076],[-0.146,-0.077],[0,0],[0.12,-0.074],[0,-0.221],[-0.294,-0.27],[-0.269,-0.197],[0,-0.441],[0,-0.076],[0,-0.149],[0,-0.147],[0,0],[-0.062,-0.147],[-0.096,-0.158],[-0.058,-0.076],[-0.072,-0.062],[-0.065,-0.048],[-0.061,-0.048],[-0.096,-0.07],[-0.062,-0.072],[0,-0.134],[0.035,-0.124],[0.06,-0.089],[0.024,-0.071],[0.007,-0.101],[0,-0.15],[-0.044,-0.205],[-0.037,-0.077],[-0.088,-0.038],[-0.097,0],[-0.074,0.211],[-0.011,0.06],[-0.024,0.111],[0,0.079],[0.016,0.234],[0,0.073],[-0.011,0.237],[0,0],[-0.047,-0.021],[-0.076,-0.048],[-0.066,-0.057],[-0.076,-0.064],[-0.163,-0.16],[-0.064,-0.075],[-0.075,-0.082],[-0.086,-0.035],[-0.078,-0.02],[-0.077,0],[-0.149,0],[-0.135,-0.048],[-0.082,-0.023],[-0.16,0],[-0.075,0.01],[-0.062,0.041],[-0.036,0.091],[0,0.076],[0,0.084],[0,0.223],[-0.036,0.098],[-0.06,0.086],[-0.038,0.077],[-0.086,0.037],[-0.195,0],[-0.17,-0.122],[-0.065,-0.058],[-0.149,-0.128],[-0.077,-0.059],[-0.162,-0.11],[-0.1,-0.086],[-0.072,-0.045],[-0.074,-0.035],[-0.06,-0.021],[-0.109,0],[0,0],[0,0.271],[0,0],[0,0.109],[-0.024,0.185],[-0.122,0],[-0.075,0],[-0.079,0.011],[-0.109,0],[-0.232,-0.134],[-0.161,-0.088],[-0.073,-0.024],[-0.163,0],[-0.069,0.025],[-0.064,0.04],[-0.052,0.061],[-0.065,0.059],[-0.028,-0.048],[-0.076,-0.123],[-0.034,-0.075],[-0.016,-0.063],[0,-0.148],[0.064,-0.235],[0.037,-0.09],[0.087,-0.221],[0,-0.308],[-0.011,-0.137],[-0.033,-0.113],[-0.023,-0.075],[-0.027,-0.061],[-0.051,-0.122],[0,-0.11],[0.036,-0.122],[0.074,-0.075],[0.034,-0.089],[0.01,-0.073],[0,-0.171],[0.035,-0.073],[0.052,-0.075],[0.086,-0.208],[0.075,-0.134],[0.187,-0.087],[0.083,-0.046],[0.076,-0.06],[0.035,-0.098],[0.011,-0.063],[0.013,-0.151],[0.136,-0.354],[0.075,-0.199],[0.158,-0.162],[0.073,-0.06],[0.085,-0.051],[0.084,-0.011],[0,0],[0.062,0.004],[0.091,-0.012],[0.148,-0.025],[0.065,0],[0.042,0.004],[0.041,-0.005],[0.06,-0.011],[0.072,-0.038],[0.124,0],[0.124,0.036],[0.071,0.062],[0.219,0.026],[0,0],[0.113,0],[0.137,0.012],[0.108,0],[0.183,0.038],[0.097,0],[0,0],[0.084,-0.011],[0.087,-0.05],[-0.16,-0.062],[-0.246,-0.061],[-0.245,-0.024],[-0.147,-0.012],[0,0],[0,0],[-0.097,-0.123],[-0.033,-0.076],[0,-0.137],[0,-0.083],[0,-0.076],[0,-0.101],[0,-0.306],[-0.124,-0.122],[-0.196,-0.297],[-0.073,-0.147],[0,0],[-0.1,-0.147],[-0.126,-0.146],[-0.192,-0.075],[-0.172,0],[0,0],[-0.149,0.048],[-0.099,0.122],[-0.05,0.126],[-0.147,0.148],[0,0],[-0.32,-0.445],[-0.1,-0.122],[-0.147,-0.122],[-0.124,-0.073],[-0.072,-0.174],[-0.073,-0.316],[-0.024,-0.123],[-0.074,-0.148],[-0.272,-0.316],[-0.071,-0.199],[0,-0.269],[0,0],[0,-0.148],[-0.246,-0.395],[-0.225,-0.1],[-0.145,-0.048],[-0.118,-0.076],[-0.101,-0.121],[-0.078,-0.12],[-0.072,-0.124],[-0.217,-0.394],[-0.144,-0.296],[0,0],[0,-0.491],[0.027,-0.148],[0.025,-0.173],[0,-0.145],[-0.174,-0.224],[-0.148,-0.122],[-0.125,-0.072],[-0.148,-0.126],[-0.273,-0.272],[-0.122,-0.146],[-0.097,-0.122],[-0.123,-0.17],[-0.147,-0.318],[-0.122,-0.147],[-0.122,-0.17],[-0.297,-0.418],[-0.368,-0.491],[-0.073,-0.148],[-0.073,-0.196],[0,-0.175],[-0.022,-0.293],[-0.022,-0.125],[-0.049,-0.146],[0,-0.369],[0,0],[-0.393,-0.343],[-0.39,-0.042],[-0.297,0],[-0.42,0.145],[-0.096,0.169],[-0.22,0.219],[-0.3,0.122],[-0.173,0],[0,0],[-0.17,-0.05],[-0.069,0.006],[-0.061,-0.012],[0,0],[-0.122,0.146],[-0.174,0.117],[-0.2,0.072],[-0.438,0.149],[-0.171,0.056],[-0.133,-0.016],[-0.133,0.028],[-0.17,0.023],[-0.124,0],[-0.267,0.097],[-0.146,0.146],[0,0],[-0.199,0.049],[-0.123,0],[-0.469,0],[-0.025,0.267],[-0.074,0.1],[-0.147,0.125],[-0.076,-0.017],[-0.057,0.023],[-0.174,0.048],[-0.124,0.024],[-0.147,0.017],[-0.122,0],[-0.146,0.023],[0,0],[-0.027,0.217],[0,0.124],[-0.027,0.117],[-0.174,0.275],[0,0],[-0.023,0.124],[-0.051,0.148],[-0.196,0.226],[-0.172,0.073],[-0.147,0],[0,0],[-0.145,0],[0,0],[-0.046,0.145],[-0.046,0.123],[-0.075,0.169],[-0.097,0.121],[-0.248,0],[0,0],[-0.144,-0.097],[-0.12,-0.046],[-0.047,0.465],[-0.103,0.49],[-0.049,0.169],[-0.097,0.094],[-0.124,0.029],[-0.065,-0.007],[-0.064,0.015],[-0.294,0.124],[0.122,0.317],[0.195,0.072],[0.061,-0.008],[0.07,0.027],[0.146,0.074],[0.071,0.126],[0.023,0.121],[0.027,0.178],[0.076,0.148],[0.177,0.072],[0.296,0.074],[0.122,0],[0.146,0.05],[-0.023,0.127],[0,0.319],[0.051,0.099],[0.12,0.073],[0.175,0],[0,0],[0.099,-0.324],[0.246,-0.243],[0.07,0.319],[0.05,0.124],[0.095,0.127],[0.122,0.124],[0,0],[0.121,0.126],[0.121,0.099],[0.126,-0.075],[0.125,-0.074],[0.121,-0.076],[0.071,-0.317],[0.022,-0.468],[0.025,-0.295],[0.291,0],[0.339,0.023],[0,0],[0.171,0.048],[0.298,0],[0.074,-0.023],[0.172,-0.074],[0.12,-0.073],[0.149,-0.146],[0.223,0],[0.267,0.147],[0.153,0.149],[0.051,0.199],[0,0.146],[-0.049,0.097],[-0.095,0.078],[-0.42,0],[0,0],[-0.221,-0.051],[-0.245,0],[-0.246,0.023],[-0.145,0.023],[0.097,0.073],[0.195,0],[0,0],[0.296,0],[0,0],[0.146,0],[0.123,0.026],[0.419,0.022],[0.208,-0.007],[0.232,0.011],[0.147,0],[0,0],[0,0],[0.144,0.095],[0.128,0.078],[0.197,0.072],[0.121,0.02],[0.122,0],[0.147,0.052],[0.072,0.223],[0.023,0.17],[0.072,0.268],[0.196,0.273],[0.047,0.195],[0.025,0.125],[0,0.147],[0.023,0.196],[0,0.247],[-0.028,0.245],[-0.076,0.148],[-0.2,0.072],[-0.221,0],[-0.365,-0.075],[-0.395,-0.393],[-0.124,-0.099],[-0.249,-0.293],[-0.097,-0.171],[-0.249,-0.419],[-0.177,-0.102],[-0.447,-0.248],[-0.294,-0.245],[-0.32,-0.196],[-0.318,-0.072],[-0.164,0.016],[-0.141,-0.009],[-0.12,0],[-0.591,0],[0,0],[0,0],[-0.148,0.022],[-0.131,-0.006],[-0.133,0.012],[-0.148,0.024],[0,0],[-0.268,-0.072],[-0.146,-0.102],[-0.12,-0.319],[-0.023,-0.124],[-0.05,-0.12],[-0.12,-0.102],[-0.149,-0.074],[-0.197,0],[0,0],[-0.172,0],[-0.174,-0.047],[-0.148,-0.098],[-0.099,-0.124],[-0.125,-0.072],[-0.222,0],[0,0],[-0.345,0],[0,0],[0,0],[0,0],[-0.298,-0.248],[-0.119,-0.103],[-0.101,-0.147],[-0.247,-0.217],[-0.151,-0.076],[-0.102,-0.048],[-0.126,-0.148],[-0.048,-0.151],[-0.027,-0.296],[-0.101,0.002],[-0.076,-0.092],[-0.123,-0.099],[-0.149,-0.072],[-0.125,0],[0,0],[-0.271,-0.074],[-0.151,-0.053],[-0.122,-0.049],[-0.372,-0.071],[0.468,-0.047],[0.268,-0.07],[0.149,-0.049],[-0.073,-0.126],[-0.121,-0.103],[-0.124,-0.05],[-0.121,-0.049],[-0.12,-0.123],[-0.122,-0.148],[-0.32,-0.196],[-0.174,-0.122],[-0.198,-0.049],[-0.146,0],[-0.122,0.048],[-0.148,0.098],[-0.154,0.073],[-0.241,0.12],[-0.12,0.173],[-0.221,0],[-0.32,-0.244],[-0.073,-0.124],[0,-0.394],[-0.048,-0.27],[-0.078,-0.347],[0,-0.124],[0,-0.317],[0,0],[0,-0.194],[-0.026,-0.54],[-0.026,-0.121],[-0.072,-0.295],[0,-0.148],[-0.049,-0.492],[-0.249,-0.295],[-0.126,-0.146],[-0.099,-0.167],[-0.025,-0.164],[-0.025,-0.122],[-0.098,-0.315],[-0.023,-0.12],[-0.074,-0.175],[-0.025,-0.17],[-0.025,-0.124],[-0.046,-0.147],[-0.074,-0.124],[-0.118,-0.171],[-0.072,-0.123],[-0.075,-0.196],[0,-0.297],[0,0],[0,-0.295],[-0.324,-0.471],[-0.098,-0.174],[-0.074,-0.148],[-0.073,-0.147],[-0.32,-0.662],[-0.171,-0.468],[-0.047,-0.124],[0,0],[-0.141,-0.12],[-0.269,0],[-0.173,0.098],[-0.121,0.148],[-0.049,0.123],[-0.045,0.146],[-0.295,0.392],[-0.126,0.075],[-0.069,-0.012],[-0.061,0.026],[-0.118,0.026],[-0.125,0.149],[-0.076,0.174],[-0.049,0.123],[-0.048,0.146],[0,0.289],[-0.098,0.369],[-0.073,0.172],[-0.074,0.295],[-0.026,0.295],[0.024,0.29],[0,0.296],[0,0.147],[0,0],[0,0.609],[-0.075,0.125],[-0.118,0.076],[-0.467,0],[-0.323,0.296],[-0.096,0.294],[-0.073,0.145],[-0.195,0.075],[-0.122,0.05],[-0.124,0.052],[-0.147,0.098],[-0.145,0.097],[-0.117,0.068],[-0.098,0.071],[-0.096,0.151],[-0.147,0.273],[-0.122,0.148],[-0.096,0.124],[-0.149,0.1],[-0.244,0.222],[-0.098,0.146],[-0.074,0.122],[-0.122,0.078],[-0.077,-0.015],[-0.052,0.013],[-0.06,-0.008],[-0.068,0.027],[-0.124,0.147],[-0.077,0.122],[-0.318,0.095],[-0.147,0],[-0.083,-0.001],[-0.158,0.105],[-0.094,0.148],[-0.049,0.614],[-0.022,0.299],[0,0],[-0.145,-0.027],[-0.22,0],[0,0],[-0.172,0.076],[-0.065,-0.013],[-0.062,0.027],[-0.171,0.077],[-0.1,0.049],[-0.149,0.1],[-0.079,0.124],[0,0],[0,0],[-0.244,-0.052],[-0.06,0.014],[-0.043,-0.063],[-0.096,-0.146],[-0.046,-0.121],[-0.072,-0.121],[-0.125,-0.124],[-0.072,-0.124],[-0.096,-0.321],[0,-0.296],[-0.074,-0.124],[-0.075,-0.122],[-0.097,-0.122],[-0.075,-0.098],[-0.296,-0.248],[-0.121,-0.124],[-0.1,-0.146],[0,-0.196],[0,0],[0,-0.147],[-0.004,-0.285],[-0.001,0],[-0.296,0],[-0.121,-0.07],[-0.074,-0.1],[0,-0.149],[0.075,-0.268],[0.046,-0.145],[0,-0.465],[-0.419,-0.416],[-0.149,-0.099],[-0.173,-0.026],[-0.295,0],[0,0],[-0.125,0.049],[-0.145,0.076],[-0.13,0.052],[-0.145,0.024],[-0.321,0.074],[0,0],[0,0],[-0.073,0.172],[-0.323,-0.344],[-0.074,-0.148],[-0.053,-0.151],[-0.075,-0.297],[-0.151,-0.492],[-0.049,-0.119],[-0.096,-0.145],[-0.075,-0.147],[0,-0.146],[0,-0.589],[-0.047,-0.148],[-0.073,-0.123],[-0.095,-0.123],[-0.272,-0.272],[-0.1,-0.144],[0,-0.248],[0,-0.293],[0,-0.317],[0.344,-0.222],[0.148,-0.073],[0.095,-0.076],[0.047,-0.148],[0,-0.124],[0,-0.466],[0,0],[0.027,-0.296],[0,-0.247],[-0.171,-0.346],[-0.15,-0.123],[-0.148,-0.074],[-0.126,-0.053],[-0.241,-0.296],[-0.32,-0.173],[-0.124,-0.069],[-0.095,-0.146],[-0.026,-0.2],[-0.026,-0.35],[-0.099,-0.245],[-0.126,-0.294],[-0.075,-0.169],[-0.097,-0.195],[0,-0.368],[0,0],[-0.021,-0.148],[-0.051,-0.169],[-0.123,-0.144],[-0.171,-0.1],[-0.146,-0.073],[-0.539,-0.196],[-0.249,-0.197],[-0.173,-0.267],[-0.127,-0.094],[-0.127,-0.051],[-0.124,-0.024],[-0.175,-0.049],[-0.269,0],[0,0],[-0.146,0.069],[0.202,0.276],[0.097,0.099],[0.097,0.096],[0.072,0.317],[0.019,0.343],[0,0.148],[0.074,0.434],[0.026,0.12],[0.073,0.152],[0.049,0.199],[0,0.472],[0,0],[0,0.15],[0,0],[0,0.195],[0,0],[0.371,0.247],[0.123,0.096],[0.121,0.098],[0.121,0.101],[0.173,0.077],[0.295,0.054],[0.068,-0.008],[0.099,0.031],[0.194,0.272],[0.046,0.167],[0.027,0.12],[0,0.292],[0.027,0.123],[0.072,0.098],[0.126,0.096],[0.076,0.124],[0,0.296],[0,0],[0.071,0.097],[0.124,0.072],[0.145,0.051],[0,0],[0,0],[-0.27,0.494],[-0.194,0.462],[0,0.24],[0,0.295],[-0.072,0.197],[-0.102,0.149],[-0.101,0.175],[-0.097,-0.079],[-0.124,-0.099],[-0.099,-0.126],[-0.074,-0.15],[-0.101,-0.244],[-0.146,-0.098],[-0.244,0],[0,0],[-0.148,0.023],[-0.169,0],[-0.196,-0.274],[-0.15,-0.345],[-0.123,-0.316],[-0.148,-0.291],[-0.198,-0.274],[-0.318,-0.147],[-0.077,0.011],[-0.051,-0.008],[-0.124,-0.027],[-0.127,-0.021],[-0.096,-0.073],[0,-0.196],[0.096,-0.314],[0,-0.294],[-0.342,-0.588],[-0.098,0.144],[-0.294,0.246],[-0.149,0.123],[-0.15,0.118],[-0.174,0.146],[-0.097,0.15],[-0.073,0.122],[-0.074,0.174],[-0.047,0.123],[-0.048,0.124],[-0.196,0.048],[-0.224,0],[-0.27,0.02],[-0.167,0.119],[-0.371,0.322],[-0.196,0.098],[-0.098,0.074],[-0.097,0.146],[-0.027,0.122],[0,0.294],[0,0.738],[0,0],[0.074,0.323],[0.121,0.521],[0.026,0.346],[0,0.345],[0.364,0.095],[0.147,0.076],[0.124,0.125],[0.149,0.367],[0.07,0.093],[0.097,0.071],[0.152,0.072],[0.318,0.197],[0.126,0.144],[0.099,0.12],[0.073,0.173],[0.052,0.27],[0.026,0.124],[0.073,0.17],[0,0.243],[-0.052,0.223],[-0.048,0.175],[-0.12,0.099],[-0.115,0.124],[-0.07,0.147],[-0.05,0.179],[-0.023,0.171],[-0.048,0.22],[-0.049,0.174],[-0.196,0.075],[-0.12,0.051],[-0.091,-0.016],[-0.082,0.012],[-0.343,0.12],[-0.068,-0.012],[-0.061,0.024],[-0.175,0.052],[-0.123,0],[-0.318,0],[-0.15,0],[-0.467,0],[0,0],[0,-0.143],[0,0],[0.174,-0.074],[0.146,-0.05],[0.067,0.012],[0.062,-0.025],[0.146,-0.099],[0.094,-0.149],[0,-0.272],[-0.051,-0.199],[-0.077,-0.17],[-0.124,-0.124],[0,0],[-0.151,0.513],[-0.025,0.124],[-0.024,0.175],[0,0.174],[0.073,0.123],[0.272,0.095],[0,0],[-0.318,0.022],[0,0],[-0.148,0.07],[-0.173,0.094],[-0.174,0.046],[-0.268,0.052],[-0.318,0],[0,0],[-0.126,0],[-0.29,0],[-0.119,0.025],[-0.146,0.071],[-0.125,0.123],[-0.123,0.049],[-0.273,0.047],[-0.146,0.025],[-0.126,-0.005],[-0.148,0.013],[-0.125,0.024],[-0.059,-0.008],[-0.069,0.027],[-0.147,0.099],[-0.149,0.074],[-0.124,0.049],[-0.145,0.098],[-0.096,0.101],[-0.1,0.126],[-0.101,0.145],[-0.151,0.097],[-0.17,0.022],[-0.121,0.022],[-0.07,-0.006],[-0.061,0.012],[-0.244,0.223],[-0.099,0.124],[-0.127,0.101],[-0.121,0.148],[-0.075,0.143],[-0.072,0.171],[-0.05,0.123],[-0.076,0.148],[-0.22,0.365],[-0.223,0.443],[-0.049,0.123],[-0.126,0.15],[-0.12,0.125],[-0.201,0.123],[-0.15,0.118],[-0.074,0.175],[-0.05,0.17],[-0.02,0.172],[-0.02,0.124],[-0.021,0.127],[-0.053,0.119],[-0.171,0.098],[-0.197,0.319],[0,0.465],[0.125,0.172],[0.149,0.076],[0.079,-0.016],[0.05,0.01],[0.324,0.023],[0,0.294],[0,0.147],[0,0.146],[0,0],[0.025,0.126],[0.023,0.171],[0.072,0.442],[0.023,0.124],[0.122,0.145],[0.024,0.172],[0,0.465],[0.196,0.419],[0.2,0.321],[0.393,0.197],[0.17,0.047],[0.077,-0.015],[0.078,0.04],[0.097,0.151],[0,0.151],[0,0],[-0.072,0.149],[-0.124,0.149],[-0.027,0.171],[0,0.293],[0,0],[0,0],[-0.096,0.149],[-0.098,0.122],[-0.123,0.075],[-0.078,-0.015],[-0.052,0.011],[-0.122,0],[-0.146,0.021],[0,0],[-0.467,0],[0,0.394],[0.023,0.121],[0,0],[0.075,0.124],[0.224,0.294],[0,0],[0.027,-0.298],[0.027,-0.12],[0.022,-0.127],[0.15,0],[0.147,0],[0.169,0],[0,0],[0,0],[0,0.417],[-0.077,0.22],[-0.097,0.146],[-0.197,0.073],[-0.126,0.02],[-0.467,0],[-0.124,0.02],[-0.098,0.074],[-0.05,0.124],[-0.097,0.148],[-0.171,0.072],[-0.173,0.05],[-0.145,0.019],[-0.15,-0.01],[-0.115,0.009],[-0.123,0.019],[-0.147,0.126],[-0.122,0.149],[-0.124,0.122],[-0.169,0.123],[-0.248,0],[0,0],[-0.148,-0.052],[0,0],[0.124,-0.146],[0.075,-0.145],[0.052,-0.27],[0.246,-0.269],[0.125,-0.149],[0.129,-0.154],[0.047,-0.125],[0,0],[-0.121,0.099],[-0.122,0.123],[0,0],[-0.175,0.122],[-0.246,0.248],[-0.173,0.073],[-0.123,0.02],[-0.173,0],[-0.467,-0.074],[-0.064,0.006],[-0.064,-0.013],[-0.27,-0.146],[-0.098,-0.12],[0,-0.296],[0,0],[0.073,-0.147],[0.098,-0.198],[0.047,-0.124],[0,-0.269],[-0.027,-0.342],[0,0],[0,0],[-0.223,0],[-0.121,-0.021],[-0.176,-0.319],[-0.027,-0.119],[-0.075,-0.273],[-0.029,-0.122],[-0.075,-0.146],[0,-0.245],[0,0],[0.126,-0.175],[0.073,-0.174],[0.049,-0.128],[0,-0.17],[0,0],[0,0],[-0.468,0.27],[0,0],[-0.173,0.096],[-0.222,0.094],[-0.125,0.049],[-0.148,0.05],[-0.173,0.052],[-0.078,-0.014],[-0.078,0.039],[-0.099,0.146],[0,0.121],[-0.025,0.297],[-0.027,0.171],[0,0.149],[0,0],[0.294,0.223],[0.026,0.222],[0.052,0.322],[0.074,0.122],[0.122,0.097],[0.147,0.096],[0.148,0.096],[0.123,0.096],[0.124,0.148],[0.073,0.119],[0.05,0.175],[0,0.222],[-0.124,0.373],[-0.072,0.172],[-0.07,0.122],[-0.101,0.076],[-0.081,-0.014],[-0.053,0.014],[-0.321,0.049],[0,0],[-0.295,0.027],[0,0],[-0.026,0.123],[-0.075,0.122],[-0.15,0.099],[-0.069,-0.013],[-0.064,0.027],[-0.146,0.072],[-0.273,0.37],[-0.125,0.148],[-0.315,0.123],[-0.146,0],[-0.127,-0.02],[-0.66,-0.222],[-0.147,0],[-0.274,0.147],[-0.122,0.076],[-0.144,0.1],[-0.146,0.077],[-0.072,-0.017],[-0.06,0.024],[-0.171,0.047],[-0.145,-0.022],[-0.119,0.021],[-0.147,0.054],[-0.097,0.047],[-0.12,0.095],[-0.024,0.123],[-0.293,0.245],[-0.096,0.126],[-0.097,0.123],[-0.099,0.122],[-0.489,0.42],[-0.145,0.126],[-0.148,0.343],[-0.046,0.121],[-0.071,0.172],[-0.047,0.122],[-0.124,0.295],[-0.076,0.149],[-0.342,0.271],[-0.123,0.068],[-0.124,0.074],[-0.072,-0.017],[-0.058,0.022],[-0.25,0.294],[-0.122,0.151],[-0.097,0.124],[-0.144,0.149],[-0.121,0.151],[-0.025,0.173],[-0.025,0.294],[0,0.145],[-0.026,0.299],[0,0],[-0.072,0.175],[-0.072,0.172],[0,0.419],[0,0],[0,0.146],[0,0],[-0.025,0.118],[-0.047,0.17],[-0.02,0.124],[-0.095,0.272],[-0.099,0.173],[-0.078,0.148],[-0.099,0.146],[-0.096,-0.074],[-0.125,-0.072],[-0.096,-0.072],[-0.125,-0.151],[0,-0.197],[0,-0.148],[0.049,-0.148],[0,-0.218],[-0.054,-0.369],[0,-0.667],[0.046,-0.513],[0.046,-0.123],[0.1,-0.147],[0.096,-0.145],[0,-0.221],[-0.026,-0.2],[-0.148,-0.442],[0,-0.394],[0.072,-0.199],[0.118,-0.125],[0.05,-0.174],[0,-0.246],[0,-0.221],[0,-0.199],[0,-0.148],[0,0],[-0.073,0.15],[-0.049,0.125],[0,0],[-0.074,0.145],[-0.074,0.15],[-0.029,-0.15],[-0.15,-0.249],[-0.146,-0.098],[-0.465,-0.024],[0.028,0.125],[0.052,0.147],[0.052,0.118],[0.097,0.15],[0.123,0.146],[0.097,0.122],[0.075,0.175],[0.121,0.296],[0.072,0.174],[0,0.32],[-0.174,0.321],[-0.021,0.196],[-0.048,0.173],[-0.048,0.126],[-0.074,0.119],[-0.122,0.101],[-0.199,0],[-0.267,-0.151],[-0.392,0],[-0.171,0.053],[0.026,0.124],[0.025,0.145],[0.025,0.122],[0.052,0.293],[0,0.145],[0.048,0.17],[0.024,0.17],[0,0.465],[0.049,0.124],[0.074,0.175],[0.078,0.118],[0.124,0.368],[0.027,0.148],[0,0.149],[0,0.172],[0,0.145],[0,0],[0,0.196],[0,0.172],[0.024,0.121],[0.074,0.12],[0.08,-0.006],[0.037,0.058],[0.023,0.27],[0.019,0.295],[0.019,0.342],[0.025,0.296],[0,0],[0,0],[0.27,-0.047],[0.145,-0.073],[0,0],[0,-0.119],[0,0],[-0.026,-0.148],[0,-0.296],[0,0],[0.067,-0.001],[0.027,0.072],[0,0.169],[0,0.149],[-0.026,0.127],[0,0.293],[0,0],[0.07,0.149],[0.17,0.097],[0.175,0.049],[0.07,-0.007],[0.06,0.01],[0.149,0.124],[0.126,0.077],[0.121,0.073],[0.441,0.443],[0,0],[0,0],[0,0],[0.022,0.148],[0.049,0.148],[0.344,0.466],[0,0],[0,-0.148],[0,0],[0.024,-0.151],[0.075,-0.006],[0.096,0.013],[0.149,0.025],[0,0],[-0.023,0.12],[0,0.247],[0.323,0.271],[0.195,-0.072],[0.169,0],[0,0],[0,0],[0.149,0.027],[-0.07,0.269],[-0.122,0.146],[-0.174,0.045],[-0.074,-0.011],[-0.055,0.012],[-0.296,0.099],[-0.148,0.094],[-0.096,0.145],[-0.145,0.174],[-0.222,0.101],[-0.122,0.025],[-0.146,0.023],[-0.293,0],[-0.217,0.516],[-0.097,0.124],[-0.126,0.101],[-0.124,0.076],[-0.073,0.122],[-0.148,0.097],[-0.121,0.096],[-0.121,0.075],[-0.147,0.12],[-0.144,0.12],[-0.145,0.075],[-0.125,0.051],[-0.071,-0.011],[-0.051,0.026],[-0.072,0.124],[-0.053,0.149],[-0.048,0.123],[-0.07,0.147],[-0.095,0.143],[-0.096,0.103],[-0.323,0.05],[-0.133,-0.015],[-0.168,0.038],[-0.269,0.201],[-0.12,0.15],[-0.144,0.167],[-0.343,0],[-0.399,0],[-0.07,0],[-0.37,0],[0,0],[-0.147,-0.024],[0,0],[-0.148,0.024],[-0.245,0],[0,0],[-0.144,-0.052],[-0.295,0],[-0.193,0.046],[-0.17,0],[0,0],[0,0],[-0.197,0.269],[-0.147,0.099],[-0.198,-0.124],[-0.246,0],[-0.294,0],[-0.197,-0.1],[-0.176,-0.077],[-0.124,-0.048],[-0.147,-0.073],[0.073,-0.121],[0,-0.223],[-0.196,-0.172],[-0.174,0],[0,0],[-0.243,0.298],[-0.122,0.148],[-0.217,0],[-0.367,-0.374],[-0.122,-0.095],[-0.027,0.149],[-0.047,0.148],[-0.124,-0.051],[-0.196,0],[0,0],[0.048,0.121],[0.072,0.175],[0.025,0.099],[0.296,0],[0.146,0],[0,0],[-0.268,0.173],[-0.071,-0.018],[-0.049,0.037],[-0.124,0.144],[-0.08,0.126],[-0.097,0.148],[-0.124,0.149],[-0.198,0.074],[-0.059,-0.008],[-0.066,0.027],[0,0],[-0.098,0.175],[-0.322,0.365],[-0.444,0.368],[-0.418,0],[-0.195,-0.047],[-0.245,0],[0,0],[-0.145,0.077],[-0.222,0],[0,0],[-0.12,-0.095],[-0.175,-0.052],[-0.125,-0.02],[-0.07,0.006],[-0.062,-0.01],[-0.174,-0.075],[0,-0.271],[0,0],[-0.074,-0.127],[-0.069,-0.148],[0,-0.127],[0,-0.295],[0,0],[-0.125,0.095],[-0.129,0.097],[-0.367,0.147],[-0.124,0.075],[-0.146,0.101],[-0.099,0.125],[-0.147,0.122],[-0.175,0.047],[-0.27,0.047],[-0.056,-0.011],[-0.071,0.044],[-0.072,0.121],[-0.049,0.148],[-0.021,0.148],[-0.021,0.294],[-0.053,0.271],[-0.271,0.047],[-0.343,0],[0,0],[0,0],[0.171,-0.074],[0,0],[0.122,-0.074],[0.075,-0.17],[0.023,-0.146],[0.022,-0.123],[0.022,-0.118],[0.025,-0.121],[0.097,-0.343],[0.025,-0.125],[0.074,-0.117],[0.148,-0.098],[0.121,-0.052],[0.17,-0.095],[0.096,-0.1],[0.05,-0.126],[0.046,-0.122],[0.316,-0.195],[0.467,-0.3],[0.49,-0.296],[0.419,-0.347],[0.368,-0.419],[0.147,-0.1],[0.217,-0.247],[0.072,-0.122],[0.197,-0.023],[0.068,0.005],[0.062,-0.011],[0.081,0.005],[0.086,-0.011],[0.145,-0.024],[0.123,-0.023],[0.343,-0.125],[0.149,-0.047],[0.06,0.008],[0.07,-0.025],[0.096,-0.124],[0,-0.193],[0,-0.246],[0.149,-0.367],[0.121,-0.146],[0.103,-0.145],[0.047,-0.127],[0.028,-0.22],[0,-0.194],[0.076,-0.269],[0.099,-0.32],[0.025,-0.349],[0,-0.295],[0,-1.647],[0.049,-0.2],[0.149,-0.15],[0,0],[0,0],[-0.172,0],[-0.171,0.052],[-0.12,0.044],[-0.148,0.025],[-0.122,0],[-0.271,0],[-0.072,0.44],[-0.049,0.123],[-0.121,0.147],[-0.126,0.099],[-0.096,0.147],[-0.073,0.174],[0,0],[-0.073,0.121],[-0.246,0],[0,0],[-0.149,-0.022],[0,0],[-0.12,0.05],[-0.122,0.097],[0,0.175],[0,0],[-0.268,0.268],[-0.121,0.1],[0,0],[0,0],[0.149,0.27],[0.028,0.169],[0,0],[0,0],[-0.07,0.147],[-0.124,0.195],[-0.074,0.124],[-0.224,0],[-0.167,-0.12],[-0.072,-0.097],[-0.126,-0.15],[0,0],[0,0],[0.119,0.12],[0.125,0.325],[0.029,0.126],[0.029,0.125],[0.026,0.149],[0,0.321],[-0.072,0.12],[-0.101,0.051],[-0.144,0.048],[0.025,0.121],[0.071,0.172],[0.062,0.008],[0.068,-0.025],[0.197,0],[0,0],[-0.078,0.268],[-0.124,0.297],[-0.073,0.122],[-0.124,0.098],[-0.245,0.218],[-0.073,0.147],[-0.053,0.127],[-0.026,0.148],[0,0.127],[-0.024,0.344],[-0.024,0.122],[-0.073,0.128],[-0.149,0.097],[-0.125,0.024],[-0.148,0],[-0.273,-0.198],[-0.099,-0.101],[-0.247,0],[-0.203,0.097],[-0.125,0.126],[-0.148,0.124],[-0.121,0.072],[-0.075,-0.172],[-0.048,-0.118],[-0.074,-0.17],[-0.068,-0.006],[-0.06,0.011],[-0.151,0.101],[-0.124,0.121],[-0.22,0.294],[-0.17,0.074],[-0.22,0],[-0.224,-0.024],[-0.116,0],[-0.172,0],[0,0],[-0.025,-0.293],[-0.025,-0.118],[-0.273,-0.174],[-0.078,0.01],[-0.056,-0.011],[-0.418,0.419],[-0.123,0.102],[-0.141,0.099],[-0.097,0.147],[-0.248,0.317],[-0.177,0.168],[-0.171,0.072],[-0.269,0.068],[-0.193,0],[0,0],[-0.318,0.074],[-0.149,0.052],[-0.297,0.098],[-0.151,0.127],[-0.097,0.122],[-0.172,0.077],[-0.124,0.048],[-0.515,0.122],[-0.166,-0.016],[-0.141,0.009],[-0.169,0.051],[-0.149,0.095],[-0.39,0.243],[-0.17,0.026],[-0.292,0],[-0.445,-0.121],[-0.149,-0.096],[-0.197,-0.074],[-0.126,-0.026],[-0.392,0],[0,0],[-0.195,0.025],[0,0],[0.124,0.122],[0.074,0.173],[0.051,0.123],[0,0],[0.074,0.15],[0.07,0.172],[0.048,0.124],[0,0],[0.225,0.345],[0.073,0.146],[0.075,0.121],[0.072,0.124],[0.196,0],[0,0],[0.145,0.098],[0.074,0.099],[-0.149,0.103],[-0.121,0.074],[-0.196,0.046],[-0.149,0],[0,0],[-0.392,0],[0,0],[-0.323,0],[-0.273,0.103],[-0.222,0.244],[-0.126,0.146],[-0.077,0.151],[0,0.224],[0.096,0.171],[0.088,-0.004],[0.035,0.048],[0,0.145],[0,0],[-0.371,0],[-0.169,-0.442],[-0.019,-0.124],[-0.053,-0.147],[-0.22,-0.295],[0,0],[-0.172,-0.049],[-0.121,-0.095],[-0.024,-0.17],[0,-0.464],[0,0],[-0.243,-0.193],[-0.147,-0.124],[-0.297,-0.15],[-0.174,-0.075],[-0.245,0],[0,0],[-0.075,0.17],[0,0.147],[0,0.296],[-0.027,0.146],[0,0],[-0.267,0.021],[0.049,0.469],[0,0.148],[-0.024,0.125],[-0.048,0.121],[-0.122,0.094],[-0.342,-0.172],[-0.171,-0.024],[0,0],[-0.12,0.024],[-0.123,0.074],[-0.122,0.124],[-0.128,0.094],[-0.126,0.07],[-0.071,-0.013],[-0.062,0.024],[-0.151,0.098],[-0.073,0.125],[0,0.144],[0.272,0.147],[0.145,0.029],[0.111,-0.007],[0.132,0.105],[0.074,0.095],[0.096,0.147],[0.146,0.098],[0.345,0],[0,0],[0.271,0],[0.445,0.049],[0,0],[0.072,-0.006],[0.103,0.016],[0.146,0.077],[0.198,0.026],[0.173,0],[0.146,-0.026],[0.171,-0.066],[-0.174,-0.047],[-0.07,0.012],[-0.049,-0.023],[-0.122,-0.097],[0,-0.221],[0,0],[0.048,-0.117],[0.274,0],[0.249,0.345],[0,0.15],[0,0],[0.121,0.074],[0.17,0.046],[0.147,0.02],[0,0],[0.146,0],[0.319,0.097],[0.197,0.072],[0.121,0.046],[0.174,0.046],[0.244,0.126],[0.171,0.151],[0.122,0.173],[0.099,0.075],[0.126,0.049],[0.171,0.025],[0.344,0.026],[0.145,0],[0.339,0],[0.266,0.321],[0.441,0.294],[0.221,0.097],[0.299,0.027],[0.131,-0.006],[0.176,0.015],[0.147,0.048],[0.151,0.096],[0.198,0.073],[0.067,-0.006],[0.061,0.013],[0.148,0.025],[0,0],[0,0],[0.146,0.052],[0.174,0.045],[0.341,0.196],[0.148,0.098],[0.47,-0.024],[0,0],[0.148,-0.051],[0.223,-0.098],[0.22,0],[0.396,0.051],[0,0],[0.173,0.046],[0.196,0.052],[0.068,-0.005],[0.061,0.012],[0.294,0.172],[0.32,0.099],[0.122,0.025],[0.218,0],[0.195,-0.051],[0.123,-0.075],[0,-0.197],[0.047,-0.123],[0.076,-0.176],[0.07,-0.125],[0.146,-0.151],[-0.125,-0.048],[-0.149,-0.101],[-0.1,-0.121],[0,-0.297],[0.025,-0.12],[0.126,-0.149],[0.12,-0.097],[0.172,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.415,0.148],[-0.267,0.173],[0,0],[0.126,0.023],[0.174,0],[0,0],[0.023,-0.32],[0.023,-0.124],[0.073,-0.126],[0.124,-0.049],[0.275,0],[0,0],[0.173,0.073],[0.296,0.05],[0.86,0],[0,0],[0.196,-0.023],[0.415,-0.073],[0.221,0],[0.222,0.025],[0.149,0.098],[0.199,0.123],[0.174,0],[0,0],[0,-0.223],[0,-0.144],[0,0],[0,0],[0,0],[0,0],[0.147,0.219],[0.148,0.099],[0.121,0.051],[0.145,0.046],[0.121,0.075],[0.1,0.169],[0,0.295],[-0.048,0.366],[0,0.147],[0.048,0.147],[0.097,0.147],[0.124,0.1],[0.101,0.077],[0.15,0.123],[0.097,0.049],[0.122,0.027],[0.065,-0.005],[0.062,0.014],[0.15,0.024],[0.175,0.023],[0.149,0],[0.296,0],[0.345,0],[0.123,-0.027],[0.15,-0.077],[0.125,-0.074],[0.17,-0.071],[0.175,-0.048],[0.174,0],[0,0],[0.15,0],[0.492,0],[0.368,-0.094],[0.176,-0.028],[0,0],[0.123,0.021],[0.143,0.05],[0.124,0.052],[0.173,0.125],[0.198,0.049],[0.146,0],[0,0],[0.194,0.024],[0.223,0.023],[0.198,0.049],[0.173,0.1],[0,0],[0.272,0.196],[0.147,0.121],[0.126,0.07],[0.296,0],[0,0],[0,0],[-0.148,0.094],[-0.294,0.147],[0,0],[0.063,-0.006],[0.062,0.014],[0.222,0],[0,0],[0.073,-0.271],[0.096,-0.144],[0.323,-0.121],[0.15,0],[0,0],[0.166,0.075],[-0.047,0.149],[-0.051,0.171],[-0.051,0.124],[-0.098,0.147],[-0.098,0.075],[-0.048,0.121],[0.294,0.024],[0.171,0.076],[0.171,0.026],[0.071,-0.009],[0.095,0.028],[0.319,0.052],[0.146,0],[0.193,0],[0.346,0],[0.271,0.077],[0.216,0.048],[0.073,-0.008],[0.094,0.026],[0.295,0.024],[0.213,-0.016],[0.229,0.023],[0.294,0.024],[0.153,0],[0.103,-0.146],[0.031,-0.121],[0,-0.344],[0,0],[0.321,-0.051],[-0.026,-0.147],[-0.099,-0.145],[-0.15,-0.073],[-0.124,-0.076],[-0.1,-0.074],[-0.097,-0.122],[-0.074,-0.148],[-0.026,-0.122],[0,-0.172],[0,-0.144],[0,0],[0.272,0.052],[0.124,0],[0.083,-0.006],[0.084,0.011],[0.119,0.025],[0.171,0.048],[0.175,0],[0.147,0],[0.391,0.025],[0,0],[0,0],[-0.124,-0.072],[0,-0.248],[0.096,-0.243],[0.291,0.194],[0.147,0.122],[0.167,0.126],[0.073,0.125],[0.101,0.149],[0.101,0.07],[0.124,0.023],[0.318,0],[0.149,-0.026],[0.12,-0.073],[0.049,-0.096],[0.122,-0.122],[0.49,0],[0.371,0.244],[0.32,0.046],[0.126,0.022],[0.175,0.048],[0.148,0],[0.122,-0.026],[0.201,0],[0.445,0],[0.099,-0.223],[-0.024,-0.343],[0.025,-0.463],[0.026,-0.296],[0,0],[0.294,0.344],[0.119,0.096],[0.199,0.1],[0.117,0.052],[0.144,0.073],[0.173,0.125],[0.15,0.121],[0,0.444],[0,0],[-0.05,0.121],[0,0.171],[0,0.197],[0,0.293],[0.026,0.346],[0,0.341],[0.072,0.273],[0.074,0.146],[0.121,0.098],[0.196,0.095],[0.174,0.026],[0.273,0],[0.148,-0.217],[0.098,-0.127],[0.075,-0.098],[0.244,0],[0.244,0.393],[0.074,0.146],[0.146,0.126],[0.17,0.023],[0.122,0],[0.118,-0.006],[0.216,0.106],[0.148,0.101],[0.417,0],[0.248,-0.099],[0.175,-0.074],[0.196,-0.097],[0.148,-0.076],[0.197,-0.146],[0,0],[-0.099,-0.15],[-0.027,-0.171],[0,-0.197],[0,-0.174],[0,0],[0.196,-0.073],[0.442,0],[0.391,0.173],[0.214,0.051],[0.323,0.123],[0.17,0.1],[0.249,0],[0.148,-0.05],[0.222,0],[0.121,0.192],[0,0.293],[0,0],[0.17,0.075],[0.171,0.026],[0.149,0],[0.147,0],[0.149,-0.073],[0.171,0],[0.273,0.026],[0,0],[0.17,0],[0,0],[0,0],[0.439,-0.075],[0.123,-0.024],[0.124,-0.07],[0.269,0],[0,0],[0.147,0],[0.175,0],[0,0.29],[0,0.147],[0,0.146],[0,0],[0.101,-0.075],[0.097,-0.122],[0.421,0],[0.194,0.068],[0.147,0.147],[0,0],[-0.298,0.024],[-0.121,0.049],[-0.15,0.097],[-0.121,0.073],[-0.126,0.049],[-0.123,0.069],[0,0.247],[0,0],[0.124,0.124],[0.221,0],[0.343,-0.124],[0.147,-0.104],[0.122,-0.097],[0.097,-0.147],[0.123,-0.124],[0.148,-0.122],[0.245,0],[0,0],[0,0],[-0.048,-0.124],[0,-0.245],[0,0],[0.121,-0.098],[0.149,-0.103],[0.243,0],[0,0],[0.146,0],[0.296,-0.028],[0.17,-0.074],[0.174,-0.025],[0.296,0],[0,0],[0.391,0],[0,0],[0.074,0],[-0.174,0.124],[-0.124,0.121],[-0.123,0.095],[-0.15,0.096],[-0.147,0.05],[-0.138,-0.016],[-0.125,0.024],[-0.122,0.05],[-0.128,0.097],[-0.125,0.096],[-0.198,0.295],[-0.245,0.195],[-0.297,0.026],[0,0],[-0.125,0],[-0.123,0.049],[-0.116,0.097],[-0.07,0.096],[-0.151,0.124],[-0.293,0.027],[0,0],[-0.149,0],[-0.173,0.024],[-0.122,0.024],[-0.147,0.124],[-0.046,0.173],[-0.024,0.121],[-0.046,0.271],[0,0],[-0.026,0.225],[-0.053,0.125],[-0.097,0.12],[-0.08,-0.025],[-0.039,0.049],[0,0.173],[0.023,0.126],[0.071,0.122],[0.08,-0.007],[0.038,0.061],[0.05,0.103],[0.072,0.122],[0.084,-0.024],[0.023,0.048],[0.047,0.124],[0.096,0.148],[0.201,0.099],[0.172,0.026],[0.079,-0.006],[0.088,0.014],[0.149,0],[-0.049,0.467],[0,0],[0.295,0.048],[0.347,0],[0.125,-0.024],[0.147,-0.075],[0.15,-0.096],[0.125,-0.051],[0.29,0.196],[0.121,0.026],[0.244,0],[0.222,-0.027],[0,0],[0,0],[0,0],[-0.123,0.073],[-0.075,0.099],[0,0.319],[0,0.173],[0,0],[0.318,0.022],[0.394,0],[0.148,0],[-0.099,0.121],[-0.321,0.174],[-0.075,-0.012],[-0.055,0.013],[-0.173,0.073],[0,0]],\"o\":[[-0.171,0],[-0.293,0.124],[-0.126,0.024],[-0.471,0.072],[-0.125,0.051],[-0.172,0.073],[-0.174,0.12],[0,0.121],[-0.027,0.122],[-0.074,0.172],[-0.223,0.218],[0.098,0.121],[0.121,0.122],[0,0],[0,0],[-0.054,0.322],[-0.122,0.095],[-0.163,-0.003],[-0.098,0.079],[-0.098,0.151],[-0.121,0.098],[-0.346,0.197],[-0.271,0],[-0.144,-0.029],[-0.144,-0.073],[-0.149,-0.099],[-0.125,-0.049],[-0.122,-0.023],[-0.391,0],[0,0],[-0.346,-0.023],[-0.196,0],[-0.054,0.01],[-0.126,-0.005],[-0.1,0.151],[-0.075,0.17],[-0.022,0.121],[-0.05,0.145],[-0.172,0.103],[0,0],[-0.418,0],[-0.171,0.074],[-0.294,0.124],[-0.121,0.051],[-0.221,0.097],[-0.146,0],[-0.15,-0.024],[-0.149,-0.046],[-0.32,0],[-0.172,0.048],[-0.294,0.15],[-0.175,0.094],[-0.123,0.024],[-0.17,0.05],[-0.393,0],[-0.32,0.073],[-0.146,0.1],[-0.073,0.174],[-0.068,0.121],[-0.059,0.028],[-0.061,-0.008],[-0.17,0.026],[-0.147,0],[-0.123,0.029],[-0.127,0.026],[-0.203,0.076],[0,0.345],[0.069,0.122],[0.269,0.15],[0.151,0.073],[0.051,0.098],[0,0],[-0.021,0.175],[-0.125,-0.024],[-0.466,-0.097],[-0.296,0],[-0.123,0.024],[-0.147,0.075],[-0.149,0.096],[-0.122,0.046],[-0.149,0],[-0.223,-0.051],[-0.419,0],[-0.296,0],[-0.12,0],[-0.147,0.024],[0,0],[-0.175,0],[-0.124,0.024],[-0.101,0.068],[-0.097,0.147],[0,0],[-0.344,0],[0.053,0.124],[0.097,0.177],[0.15,0.147],[0.126,0.15],[0.05,0.268],[0,0.148],[0.028,0.145],[0.05,0.123],[0.296,0.222],[0,0],[0.196,0],[0.147,0.024],[0.169,0.075],[0.147,0.149],[0.025,0.121],[0,0],[-0.075,0.396],[-0.244,0],[-0.147,-0.076],[-0.122,-0.071],[-0.064,-0.023],[-0.067,0.013],[-0.175,-0.047],[-0.125,-0.022],[-0.123,-0.052],[-0.099,-0.098],[-0.067,-0.121],[-0.071,-0.145],[0,0],[-0.344,0],[-0.096,-0.076],[-0.226,-0.173],[-0.145,0],[-0.173,0.045],[-0.124,0.025],[-0.442,0.148],[0,0],[0.148,0.027],[0.298,0],[0.124,0],[0.169,0.027],[0.099,0.151],[0,0.174],[-0.343,-0.021],[-0.122,-0.027],[-0.176,-0.074],[-0.193,-0.097],[0,0],[-0.119,0],[-0.122,0.069],[-0.05,0.102],[-0.101,0.197],[0,0.513],[0.133,0.012],[0.129,-0.006],[0.147,0],[0.465,0.099],[0.148,0.094],[0.125,0.074],[0.124,0.072],[0.097,0.125],[0,0.173],[-0.147,-0.223],[-0.136,-0.066],[-0.118,0],[-0.171,-0.046],[-0.062,-0.011],[-0.068,0.006],[-0.059,-0.011],[-0.069,0.006],[-0.175,-0.048],[-0.124,-0.024],[-0.218,-0.034],[-0.186,0.018],[-0.298,-0.048],[-0.171,-0.072],[-0.075,-0.172],[0,-0.149],[0,0],[0,-0.298],[0.025,-0.17],[0.026,-0.121],[0,-0.148],[-0.026,-0.125],[-0.075,-0.146],[-0.048,-0.119],[-0.122,-0.295],[-0.148,0.052],[-0.073,0.013],[-0.061,-0.006],[0,0.221],[0,0.146],[0.02,0.468],[0,0.149],[0,0],[-0.294,0],[-0.197,0],[-0.146,0],[0,0.243],[-0.03,0.128],[-0.123,0.075],[-0.123,0.069],[-0.346,0.15],[0,0],[0.123,0.515],[0.271,0.246],[0.049,0.125],[0.049,0.269],[0,0.148],[-0.022,0.148],[-0.126,0.244],[0,0],[0,0.173],[0.049,0.17],[0,0.123],[0,0.172],[0,0.145],[0.049,0.319],[0.099,0.125],[0,0],[0.096,-0.122],[0.121,-0.122],[0.147,-0.123],[0,0],[0.149,0],[0.149,0.072],[0.272,0.197],[0.124,0.048],[0.148,0.074],[0.217,0.245],[0.195,0.296],[0.124,0.097],[0.077,0.147],[0,0.32],[-0.074,0.147],[-0.074,0.146],[0,0.174],[0.064,0.011],[0.073,-0.01],[0,0],[0.148,0.073],[0.269,0.132],[0.127,-0.008],[0.149,0],[0,0],[-0.147,0.047],[-0.271,0.05],[0,0],[-0.171,-0.023],[-0.171,-0.075],[-0.123,-0.073],[-0.317,-0.194],[0,0],[0,-0.145],[0,-0.392],[-0.124,-0.121],[-0.047,-0.123],[-0.099,-0.151],[-0.095,-0.075],[-0.171,-0.049],[-0.269,-0.049],[-0.466,0],[-0.147,0],[-0.146,0.025],[-0.148,0.048],[-0.173,0.095],[0,0.147],[0,0.148],[0.096,0.371],[0,0.393],[-0.027,0.116],[-0.078,0.2],[-0.148,0.126],[-0.195,0.148],[-0.099,0.122],[-0.098,0.366],[-0.292,0],[-0.493,0.175],[-0.297,0.166],[-0.07,0.102],[-0.097,0.145],[-0.12,0.07],[-0.291,0],[-0.149,-0.024],[-0.121,-0.05],[-0.17,-0.075],[0,0],[0,0],[0.1,-0.146],[0.1,-0.151],[0.196,-0.073],[0.224,0],[0.144,0.025],[0.269,0.024],[0.296,0],[0.172,-0.026],[0.168,-0.072],[0.122,-0.101],[0.176,-0.267],[0.097,-0.123],[0.27,-0.218],[0.075,-0.096],[0.098,-0.124],[0.118,-0.091],[0.051,-0.097],[0.024,-0.122],[0.069,-0.299],[0.027,-0.122],[0.024,-0.122],[0.025,-0.147],[0,-0.195],[-0.296,0.024],[-0.194,0],[-0.122,-0.052],[-0.15,-0.099],[-0.125,-0.172],[0,-0.393],[0.051,-0.467],[0,0],[0.025,-0.295],[0.095,-0.445],[0,-0.147],[-0.07,-0.32],[-0.023,-0.121],[-0.099,-0.294],[-0.074,-0.174],[-0.073,-0.122],[0,0],[0.293,0],[0.147,0],[0.048,0],[0,0],[-0.393,0],[-0.197,-0.05],[-0.124,-0.023],[-0.271,-0.047],[0,0],[-0.22,0],[-0.393,0],[-0.173,0.074],[-0.144,0.051],[-0.125,0.027],[-0.294,0.027],[-0.148,0],[0,0.469],[0,0.196],[-0.075,0.322],[-0.098,0.151],[-0.249,0.295],[-0.096,0.265],[-0.047,0.174],[-0.129,0.046],[-0.159,0.045],[-0.104,-0.012],[0,0],[-0.169,0],[-0.197,0.122],[0,0],[0.026,0.173],[0.038,0.053],[0.073,-0.02],[0.295,0.224],[0.122,0.244],[0,0.295],[-0.102,0.099],[-0.121,0.097],[-0.171,0.148],[0,0.297],[0.294,0],[0.143,0],[0.146,0.099],[0.117,0.124],[0.049,0.121],[0.073,0.149],[0.073,0.127],[0.148,0.121],[0.101,0.05],[0.294,0.199],[0.1,0.124],[0.049,0.124],[0,0.151],[-0.051,0.199],[-0.071,0.097],[-0.125,0.074],[0,0],[-0.296,0],[-0.32,-0.073],[-0.467,-0.271],[-0.297,-0.022],[-0.466,0],[-0.147,-0.1],[-0.147,-0.098],[-0.163,-0.058],[-0.102,0.014],[-0.149,0],[-0.294,-0.024],[-0.199,-0.073],[-0.097,-0.15],[-0.126,-0.049],[-0.128,-0.048],[-0.194,-0.05],[-0.146,-0.072],[0,0],[-0.174,0],[-0.124,-0.097],[-0.126,-0.099],[0,0],[-0.37,0],[-0.27,-0.152],[-0.12,-0.072],[-0.123,-0.072],[-0.098,-0.047],[-0.147,-0.124],[-0.097,-0.074],[-0.072,-0.04],[-0.057,0.011],[-0.202,-0.049],[0,0],[-0.167,0],[-0.173,0.097],[0,0.22],[0.073,0.197],[0.125,0.145],[0.028,0.123],[0.028,0.171],[0.293,0],[0.148,0],[0.123,0],[0.147,0.045],[0.074,0.099],[0.074,0.17],[0.295,0.099],[0.148,0.075],[0.097,0.124],[0,0.148],[0,0.121],[-0.172,0.32],[-0.12,0.051],[0,0],[-0.121,0],[-0.122,0.074],[-0.071,0.122],[-0.07,0.148],[-0.072,0.124],[0,0],[0,-0.294],[0,-0.147],[0,-0.298],[0,-0.172],[0,0],[-0.121,0.051],[-0.148,0.099],[-0.099,0.121],[-0.097,0.122],[-0.198,0.197],[0,0],[-0.297,-0.027],[-0.08,0.011],[-0.093,-0.02],[-0.146,0.074],[-0.148,0.099],[-0.146,0.072],[0,0],[-0.15,0],[0,0],[0,0],[-0.149,0],[0,0],[0,0],[-0.124,-0.122],[-0.12,-0.121],[-0.104,-0.097],[0.049,-0.147],[0.025,-0.121],[0.095,-0.314],[0,0],[-0.122,0.073],[-0.121,0.097],[-0.122,0.075],[-0.124,0.027],[-0.118,0.018],[-0.184,-0.005],[-0.173,0.079],[-0.269,0.173],[0,0],[-0.469,0],[-0.147,0.048],[-0.098,0.075],[-0.122,0.075],[-0.117,0.026],[0,0],[-0.151,0],[-0.317,0.048],[-0.173,0.05],[-0.294,0.248],[-0.174,0.099],[-0.253,0.042],[-0.286,-0.016],[-0.202,0.074],[0.074,0.145],[0.124,0.196],[0,0.247],[-0.224,0.217],[-0.17,0.078],[-0.121,0.051],[-0.122,0.028],[-0.198,0],[-0.243,0.028],[0,0],[-0.198,0],[-0.146,-0.096],[-0.128,-0.147],[-0.046,-0.096],[-0.123,-0.22],[0,-0.367],[0,0],[0,0],[-0.148,-0.149],[-0.099,-0.049],[-0.12,-0.097],[-0.122,-0.145],[-0.124,-0.171],[-0.293,0],[0,0],[-0.224,-0.026],[-0.125,-0.027],[-0.317,-0.073],[0,0],[-0.144,0],[-0.121,0],[0,0],[0.294,0.051],[0.125,0],[0,0],[0,0.172],[-0.1,0.144],[0,0.147],[0,0.149],[0.072,0.096],[0.123,0.073],[0.148,0.074],[0.147,0.172],[0,0],[-0.022,0.172],[0,0.124],[-0.048,0.467],[0,0.075],[-0.322,-0.024],[-0.122,0],[-0.147,-0.121],[-0.073,-0.103],[-0.098,-0.15],[-0.151,-0.07],[-0.173,0],[-0.174,0.029],[-0.123,0.024],[-0.344,0.024],[-0.148,0],[0,0.145],[-0.05,0.121],[-0.1,0.125],[-0.123,0.048],[-0.267,0.073],[-0.171,0.021],[-0.169,0.072],[-0.097,0.117],[-0.124,0.1],[-0.191,0.096],[0.001,0.003],[0.072,0.295],[0.024,0.151],[0.076,0.126],[0.102,0.095],[0.119,0.077],[0.17,0.12],[0,0.222],[-0.049,-0.024],[-0.293,-0.071],[-0.296,0],[-0.293,-0.024],[0,0],[-0.15,0],[-0.346,-0.026],[-0.169,-0.047],[-0.122,-0.029],[-0.061,-0.011],[-0.069,0.006],[-0.172,-0.024],[-0.177,-0.126],[0,0],[-0.126,0.072],[-0.15,0.099],[-0.044,0.021],[-0.076,-0.017],[-0.197,0.098],[0,0.248],[0.099,0.123],[0.102,0.074],[0.07,0.1],[0.047,0.149],[0,0],[0.344,-0.026],[0.322,0.072],[0.146,0.12],[0,0.197],[0,0],[-0.097,0.122],[-0.125,0.021],[-0.151,0],[-0.121,-0.073],[-0.122,-0.148],[-0.372,-0.296],[-0.061,-0.01],[-0.069,0.006],[-0.318,-0.121],[-0.071,-0.123],[-0.024,-0.121],[-0.024,-0.468],[0,0],[0,0],[0,-0.62],[-0.05,-0.297],[-0.194,-0.179],[-0.163,0.006],[-0.15,-0.026],[-0.144,-0.145],[-0.126,-0.272],[-0.162,-0.116],[-0.12,0.011],[-0.198,-0.047],[-0.272,-0.146],[0,0],[0.126,0.025],[0.122,0.048],[0.121,0.073],[0.245,0.176],[0.295,0.151],[0.147,0.051],[0.269,0.05],[0.206,-0.021],[0.123,0],[0.174,0.074],[0.273,0.176],[0,0],[0.174,0],[0.126,0.051],[0.151,0.073],[0.123,0.053],[0.123,0.019],[0.149,0],[0.293,0.025],[0,0],[0,0],[0.149,-0.026],[0.059,-0.012],[0.068,0.006],[0.125,-0.024],[0.318,-0.098],[0.122,-0.021],[0.297,-0.021],[0.174,-0.05],[0.147,-0.072],[0.125,-0.103],[0.075,-0.148],[0.099,-0.269],[0,-0.467],[0,-0.146],[-0.075,-0.318],[-0.097,-0.148],[-0.144,-0.15],[-0.123,-0.05],[-0.17,-0.046],[-0.292,-0.031],[-0.291,0],[-0.315,-0.079],[-0.128,-0.073],[-0.124,-0.098],[-0.12,-0.097],[-0.146,-0.099],[-0.062,-0.027],[-0.067,0.012],[0,0],[-0.146,-0.073],[-0.126,-0.072],[0,0],[-0.17,-0.074],[-0.122,-0.052],[-0.344,-0.076],[-0.37,0],[-0.223,0.021],[0,0],[-0.198,-0.026],[-0.171,-0.07],[-0.296,-0.22],[0,0],[0,0.222],[-0.074,0.148],[-0.124,0.024],[0,0],[-0.198,-0.023],[0.072,-0.147],[0.075,-0.219],[0,-0.073],[-0.073,-0.126],[-0.124,-0.099],[-0.049,-0.097],[-0.049,-0.173],[0,0],[-0.175,0],[-0.173,0.123],[-0.248,0],[-0.121,-0.076],[-0.099,-0.073],[-0.293,0],[-0.341,-0.029],[-0.128,-0.024],[0,0],[0.145,0],[0.148,0],[0.196,0],[0,0],[-0.1,-0.147],[-0.123,-0.098],[-0.123,-0.025],[-0.323,-0.052],[-0.293,0],[-0.171,-0.05],[-0.124,-0.099],[-0.098,-0.047],[0,0],[0,0],[-0.418,0.051],[0,0],[0,-0.173],[0.127,-0.174],[0.052,-0.098],[0,0],[0.024,0.492],[-0.027,0.147],[0,0],[0,0.17],[0,0],[0.03,-0.147],[0.028,-0.219],[0,-0.244],[-0.099,-0.126],[0,0],[0,0],[0,0],[-0.319,0.221],[-0.148,0.049],[-0.148,0],[-0.122,0],[-0.148,0.075],[0,0.344],[-0.147,0.172],[0,0],[-0.194,-0.021],[-0.171,-0.052],[0.067,-0.124],[0.124,-0.148],[0,0],[-0.493,0],[-0.171,0.05],[-0.194,0.099],[-0.023,0.12],[0,0.172],[0.073,0.196],[0.273,0.098],[0.274,0.023],[0,0],[0,0],[-0.2,0],[-0.345,-0.049],[-0.297,0],[-0.144,-0.022],[0,0],[0,0.418],[0,0.148],[-0.048,0.148],[-0.075,0.149],[0,-0.295],[-0.025,-0.122],[-0.098,-0.126],[-0.062,-0.024],[-0.067,0.013],[-0.174,-0.072],[-0.146,-0.074],[-0.049,-0.024],[-0.07,0.012],[-0.344,-0.171],[-0.269,0],[0,0],[0,0.172],[0,0.199],[0,0.322],[0,0.145],[-0.03,0.169],[-0.172,0.174],[-0.221,0],[-0.078,-0.101],[-0.051,-0.145],[-0.028,-0.122],[-0.126,0.125],[-0.121,0.149],[-0.055,0.027],[-0.063,-0.008],[-0.268,0.072],[0,0],[0.1,0.101],[0.058,0.021],[0.072,-0.017],[0.125,0.075],[0.075,0.1],[0,0],[0,0.176],[-0.124,-0.05],[-0.175,-0.097],[-0.184,-0.041],[-0.119,0.011],[-0.199,0],[0.1,-0.441],[0,-0.171],[-0.22,0.077],[0,0],[-0.176,0.024],[-0.244,0],[-0.412,0],[0.068,0.124],[0.072,0.147],[0,0.173],[-0.395,0],[-0.145,0],[-0.126,0],[-0.175,0.076],[-0.098,0.074],[-0.098,0.074],[-0.171,0.121],[-0.076,0.101],[-0.051,0.038],[-0.07,-0.015],[-0.197,0.124],[0,0],[0.173,0],[0.148,-0.123],[0.126,-0.077],[0.121,-0.031],[0.149,0],[0.147,0],[0.174,-0.052],[0.122,-0.075],[0.063,-0.027],[0.061,0.009],[0.06,-0.01],[0.07,0.006],[0.172,-0.05],[0.344,-0.147],[0.392,0],[0.172,0.049],[0,0],[-0.295,0],[-0.124,0],[-0.121,0.052],[-0.121,0.052],[-0.06,0.012],[-0.071,-0.036],[-0.173,0.071],[-0.067,0.094],[-0.074,0.122],[-0.072,0.124],[-0.075,0.126],[-0.027,0.123],[-0.026,0.295],[-0.418,0],[-0.175,0.27],[-0.099,0.123],[-0.12,0.098],[-0.12,0.098],[-0.12,0.098],[-0.125,0.127],[-0.068,0.122],[-0.025,0.122],[-0.05,0.193],[-0.146,0.149],[-0.049,0.267],[-0.022,0.149],[-0.027,0.123],[0,0],[-0.152,0.075],[-0.294,0.124],[-0.147,0.101],[-0.146,0.094],[-0.071,0.043],[-0.058,-0.012],[-0.121,0.025],[-0.176,0.046],[0,0],[0.146,0],[0.146,0],[0,0],[-0.027,0.197],[-0.025,0.124],[-0.076,0.123],[-0.122,0.071],[-0.172,0.075],[-0.125,0.049],[-0.172,0.1],[-0.149,0.101],[-0.122,0.049],[-0.148,0.094],[-0.098,0.122],[-0.072,0.124],[-0.121,0.222],[-0.417,0],[0,0],[0,0],[0.123,0.297],[-0.444,0.096],[-0.063,0.014],[-0.067,-0.006],[-0.324,0.077],[-0.172,0.075],[-0.147,0.07],[-0.054,0.012],[-0.075,-0.012],[-0.153,0.073],[-0.075,0.096],[-0.025,0.126],[-0.051,0.197],[-0.147,0.073],[-0.12,0],[-0.12,0.024],[-0.171,0.024],[-0.148,0.123],[0,0.147],[0,0.176],[0,0.174],[-0.039,0.065],[-0.079,-0.002],[-0.073,0.124],[0,0.15],[0.026,0.244],[0,0.267],[-0.038,0.05],[-0.076,-0.021],[-0.123,0.095],[0,0],[0,0],[0.175,0],[0.145,0.045],[0.144,0.053],[-0.121,0.124],[-0.097,0.126],[-0.049,0.128],[-0.049,0.12],[-0.049,0.173],[-0.051,0.122],[0,0.196],[0.616,0],[-0.026,0.369],[-0.072,0.173],[-0.071,0.144],[0,0.17],[0,0.122],[0.298,0],[0.067,0.007],[0.095,-0.016],[0.178,0.07],[0.169,0.121],[0,0],[0.147,0.023],[0.221,0.053],[0.392,0],[0.148,-0.075],[0.069,-0.028],[0.06,0.008],[0.122,-0.025],[0.171,-0.076],[0.126,-0.074],[0.12,-0.171],[0.245,-0.298],[0.123,-0.127],[0.124,-0.027],[0.126,-0.027],[0.174,0],[0,0],[0.067,0.012],[0.072,-0.01],[0.148,0.075],[0.095,0.1],[0.045,0.121],[0.072,0.167],[0.095,0.32],[0.023,0.121],[0.052,0.169],[0.145,0.194],[0,0],[0,0.222],[0,0.148],[0.048,0.317],[0.123,0.075],[0.151,0.097],[0.096,0.145],[0,0],[0,0],[0.048,0.295],[0.068,0.151],[0.149,0.148],[0.1,0.119],[0.025,0.121],[0,0.147],[-0.05,0.224],[0,0],[0,0.173],[0.023,0.124],[0,0],[0.022,-0.225],[0.025,-0.122],[0.025,-0.173],[0.095,-0.172],[0.126,-0.024],[0,0],[0.121,0],[0.147,0.027],[0.169,0],[0.169,-0.071],[0.296,-0.146],[0,0],[0,0],[0,-0.146],[0,-0.22],[0,0],[-0.17,0],[-0.055,-0.009],[-0.076,0.011],[-0.121,-0.049],[-0.075,-0.096],[0.172,-0.272],[0.076,-0.146],[0.1,-0.268],[0.021,-0.293],[0,-0.148],[0.051,-0.15],[0.07,-0.144],[0.148,-0.124],[0.125,-0.05],[0.172,-0.076],[0.121,-0.023],[0.057,-0.022],[0.076,0.017],[0.125,-0.095],[0.05,-0.124],[0.072,-0.172],[0.097,-0.148],[0.1,-0.121],[0.027,-0.124],[0,0],[0,-0.201],[-0.294,0],[-0.296,-0.025],[-0.145,0],[0,-0.49],[-0.051,-0.193],[-0.062,-0.026],[-0.071,0.012],[-0.146,-0.099],[-0.098,-0.078],[0,0],[0.146,-0.099],[0.1,-0.12],[0.126,-0.147],[0.072,-0.148],[0.074,-0.267],[0.07,-0.149],[0.125,-0.094],[0.068,-0.027],[0.062,0.008],[0.316,-0.073],[0.144,-0.096],[0.097,-0.124],[0.097,-0.101],[0.155,-0.096],[0.099,0.002],[0.073,-0.011],[0.093,0.016],[0.171,-0.074],[0.122,-0.098],[0.076,-0.125],[0.096,-0.149],[0.104,-0.073],[0.12,-0.02],[0.122,0],[0.119,-0.02],[0.197,-0.101],[0,-0.25],[-0.099,-0.15],[-0.053,-0.122],[0,-0.468],[0.099,-0.145],[0.054,-0.042],[0.065,0.014],[0.171,-0.079],[0.175,-0.13],[0.126,-0.267],[0.05,-0.129],[0.198,-0.173],[0.291,0],[0.059,0.012],[0.066,-0.007],[0.171,0.048],[0.272,0.245],[0.121,-0.047],[0.149,-0.099],[0.124,-0.025],[0.195,0],[0.147,0.1],[0.072,0.124],[0.076,0.121],[0,0],[0,0],[0,0.466],[0,0.142],[-0.052,0.317],[-0.097,0.151],[-0.196,0.146],[-0.418,0],[-0.17,0],[-0.146,0.048],[-0.12,0.1],[-0.104,0.145],[-0.078,0.12],[-0.075,0.123],[-0.149,0.12],[-0.097,0.123],[-0.12,0.125],[-0.292,0.193],[0,0.537],[0,0.247],[-0.097,0.22],[0,0.538],[0,0],[0,0.147],[0.023,0.341],[0.395,0.048],[0.294,0.046],[0.149,0.072],[0.125,0.124],[0.274,0.149],[0.171,0.074],[0.343,0.196],[0,0],[0.173,0],[0.519,-0.224],[0.389,0],[0.225,0],[0.124,0],[0.144,-0.05],[0.096,-0.071],[0.1,-0.123],[0,0],[0.2,0],[0.196,-0.073],[0.075,0],[0.149,0.072],[0.069,0.098],[0.072,0.124],[0,0],[0,0],[-0.148,0.148],[-0.268,0.049],[-0.393,0],[-0.123,0],[-0.172,0.052],[-0.147,0.072],[-0.147,0.122],[-0.098,0.147],[-0.078,0.123],[-0.123,0.145],[-0.126,0.075],[-0.293,0],[-0.197,-0.075],[-0.196,-0.147],[-0.396,0],[-0.271,0.026],[-0.293,-0.025],[-0.149,0],[-0.15,0.048],[-0.176,0.047],[-0.149,0],[-0.169,0],[-0.175,0],[-0.15,0.075],[-0.076,0.102],[-0.103,0.175],[-0.074,0.099],[-0.15,0],[-0.146,0],[-0.171,-0.074],[-0.095,-0.073],[-0.095,-0.048],[-0.145,0],[-0.145,0.051],[-0.122,0.076],[0.171,0.077],[0.062,0.012],[0.067,-0.006],[0.17,0.047],[-0.297,0],[-0.494,0.072],[-0.149,0.046],[0.048,0.12],[0.197,0.271],[0.121,0.022],[0.126,0],[0.224,0.02],[0.22,0],[0.367,-0.1],[0.145,-0.176],[0.245,0],[0.149,0.07],[0.149,0.097],[0.049,0.099],[0.049,0.12],[0.077,0.118],[0.125,0.072],[0.17,0.073],[-0.098,0.124],[-0.319,0.32],[-0.121,0.075],[-0.025,0.121],[-0.049,0.244],[0,0],[-0.198,0],[-0.121,-0.048],[-0.123,-0.099],[-0.051,-0.122],[-0.072,-0.146],[-0.037,-0.049],[-0.082,0.023],[-0.051,-0.099],[-0.025,-0.122],[0,0],[-0.218,0.297],[-0.15,0.094],[-0.124,0.097],[-0.075,0.125],[-0.024,0.12],[-0.024,0.149],[-0.047,0.17],[-0.053,0.125],[-0.077,0.219],[0,0.223],[0.025,0.124],[0.022,0.145],[0,0.193],[-0.099,0.196],[-0.075,0.174],[0,0],[0,0],[-0.148,0],[-0.421,-0.07],[-0.291,-0.025],[-0.293,0],[-0.197,0],[-0.069,0.147],[0,0.172],[0.148,0.323],[0,0],[0,0],[-0.541,-0.317],[-0.147,-0.1],[-0.172,-0.17],[-0.122,-0.027],[-0.175,0],[-0.37,0.097],[-0.148,0.071],[-0.127,0.049],[-0.148,0.075],[-0.148,0.098],[-0.147,0.1],[-0.395,0.196],[-0.295,0],[-0.198,0.048],[-0.221,0.073],[-0.445,0],[-0.368,-0.37],[0,0],[-0.12,0.075],[-0.099,0.05],[-0.149,0],[-0.199,0],[0,0],[-0.316,0],[0.023,0.464],[0,0],[-0.244,0],[-0.142,-0.097],[-0.125,-0.32],[0,0],[0,0],[0,0],[0,-0.149],[0,-0.17],[0,0],[0.32,0],[0.173,0.05],[0.219,0.097],[0.296,0],[0.051,-0.296],[0.023,-0.393],[0,-0.251],[0.095,-0.219],[0,-0.296],[0,0],[-0.173,0],[-0.118,0.01],[-0.154,-0.021],[-0.148,0.052],[-0.149,0.074],[-0.121,0.146],[0,0],[-0.176,0.025],[0.023,-0.294],[0.074,-0.17],[0.045,-0.123],[0,0],[-0.289,0.021],[-0.146,0],[0.025,-0.2],[0.149,-0.293],[0.023,-0.122],[0,-0.151],[-0.05,-0.173],[-0.075,-0.148],[-0.121,-0.149],[-0.15,0],[-0.224,0],[-0.122,0.245],[-0.169,0.32],[-0.072,0.027],[-0.058,-0.008],[-0.174,0.027],[-0.194,0.052],[0,0.247],[0,0],[-0.023,0.124],[-0.099,0.073],[-0.126,0.048],[-0.397,0.145],[0,0.393],[0.094,0.145],[0.097,0.075],[0.147,0.069],[-0.024,0.119],[-0.025,0.147],[0,0.172],[0,0],[0,0.246],[0,0.1],[0,0.149],[0.05,0.172],[0.125,0.294],[0,0],[0,0],[-0.194,0],[-0.397,0.049],[0,0],[-0.267,0],[-0.393,-0.024],[-0.296,0],[-0.147,0.072],[-0.12,0.073],[-0.298,0.124],[-0.097,0.073],[-0.076,0.12],[-0.221,0.294],[-0.198,0],[0,0],[0,0],[-0.147,0],[-0.147,0],[0,0],[0,0],[0,0],[-0.221,0],[-0.148,0.026],[-0.123,0.05],[-0.172,0.073],[-0.321,0.196],[-0.147,0.118],[-0.147,0.072],[0,0],[-0.491,0.052],[0,0],[-0.565,0],[-0.12,0],[-0.124,0.021],[0,0],[0,0],[-0.171,0],[-0.128,-0.012],[-0.144,0.015],[-0.173,-0.03],[-0.095,-0.048],[-0.145,-0.194],[-0.223,0],[0,0],[0.295,0.122],[0,0],[0,0],[0,0],[-0.496,0.027],[-0.171,0],[-0.127,0],[-0.15,0],[-0.198,0],[-0.174,-0.047],[-0.124,-0.072],[-0.296,0.121],[-0.061,0.013],[-0.068,-0.006],[-0.295,0.048],[-0.149,0.102],[-0.077,0.125],[0,0.172],[0.038,0.055],[0.068,-0.017],[0.144,0.098],[0.125,0.077],[0.146,0.072],[0.189,0.045],[0.115,-0.011],[0,0],[0.168,0.026],[0.149,0.074],[0.126,0.076],[0.146,0.098],[0.268,0.272],[0,0],[0.129,0.125],[0.121,0.076],[0.296,0.172],[0.174,0.121],[0,0.222],[-0.049,0.247],[0,0.542],[0.023,0.22],[0,0.223],[-0.223,0.467],[-0.094,0.101],[-0.098,0.099],[-0.397,0.296],[0,0],[-0.198,0],[-0.244,-0.074],[-0.124,-0.026],[-0.392,0],[-0.198,-0.02],[-0.171,-0.098],[-0.149,-0.068],[0,0],[-0.394,0],[-0.196,0],[-0.243,-0.028],[0,0],[-0.147,0.025],[-0.074,0.095],[-0.051,0.15],[0,0],[0,0],[0.098,0.123],[0.127,0.127],[0.122,0.172],[0,0.224],[-0.101,0.368],[0,0.271],[0.05,0.15],[0.075,0.171],[0,0],[0,0.172],[-0.099,0.144],[-0.073,0.122],[-0.269,0.389],[0,0.148],[0.049,0.173],[0,0],[0.101,0.168],[0,0],[0,0],[-0.023,0.175],[-0.068,0.221],[0,0.371],[0,0],[0.347,0],[0.172,0],[0.171,0.073],[0.172,0.099],[0.394,0],[0.194,0],[0.146,0.049],[0.123,0.052],[0,0],[0.146,0.075],[0.101,0.148],[0.071,0.123],[0.07,0.145],[0,0],[0,0],[0.143,-0.05],[0.147,-0.013],[0.121,0.006],[0.296,-0.026],[0.174,-0.05],[0.317,-0.198],[0.149,-0.12],[0.272,-0.146],[0.133,-0.011],[0.126,0.006],[0.175,0],[0.171,-0.051],[0.296,-0.22],[0.346,-0.419],[0.271,-0.096],[0.268,-0.026],[0.179,0.009],[0.295,0],[0,0],[0,-0.172],[-0.123,-0.171],[-0.149,-0.147],[0,-0.221],[0.075,-0.174],[0.171,-0.35],[0,0],[0.075,-0.146],[0.077,-0.124],[0.069,-0.042],[0.055,0.01],[0.27,-0.052],[0.176,-0.051],[0.122,-0.099],[0.122,-0.052],[0.062,-0.025],[0.068,0.012],[0.172,-0.049],[0.067,-0.026],[0.06,0.008],[0.147,-0.048],[0.258,-0.044],[0.152,0.011],[0.296,-0.025],[0,0],[0,0],[-0.025,-0.293],[0,-0.175],[0,-0.294],[0.048,-0.15],[0.2,-0.222],[0.195,-0.048],[0.393,0],[0.062,0.013],[0.067,-0.005],[0.492,0.124],[0.369,0.1],[0,0],[0.147,0],[0.147,0],[0,-0.273],[0.025,-0.12],[0.122,-0.148],[0.121,-0.095],[0.122,-0.052],[0,0],[0.293,0],[0.174,-0.029],[0.175,-0.077],[0.147,-0.099],[0.147,-0.121],[0.147,0],[0.348,0.026],[0.297,0.197],[0.298,0.395],[0.047,0.124],[0.071,0.174],[0.097,0.149],[0.122,0.076],[0,0],[0.146,0.073],[0.174,0.097],[0.052,0.099],[0.12,0.175],[0.149,0.122],[0.126,0.098],[0.174,0.124],[0.119,0.078],[0.173,0.12],[0.144,0.099],[0.295,0.099],[0.077,0.01],[0.09,-0.01],[0.144,0.047],[0.122,0.097],[0.343,0.444],[0.124,0.076],[0.143,0.051],[0.144,0.077],[0.248,0.226],[0.196,0.292],[0.072,0.149],[0.053,0.124],[0.047,0.297],[0,0.297],[-0.788,0],[-0.149,0.073],[-0.127,0.051],[-0.271,0.049],[-0.198,0],[-1.056,0],[0,0],[0.29,0.148],[0.15,0.097],[0.099,0.124],[0.077,0.121],[0.122,0.125],[0.068,0.027],[0.06,-0.008],[0.295,0.048],[0,0],[0,0],[0.146,-0.023],[0.295,-0.124],[0.171,-0.127],[0.057,-0.034],[0.077,0.023],[0.077,-0.1],[0.099,-0.272],[0.025,-0.123],[0.123,-0.148],[0.071,-0.027],[0.059,0.008],[0.27,-0.074],[0,-0.147],[0,-0.147],[0,0],[-0.196,0],[0,0],[-0.148,0],[0,0],[0.027,-0.224],[0,0],[0.343,0],[0.148,0.051],[0.172,0.097],[0.171,0],[-0.224,-0.442],[-0.024,-0.272],[-0.219,-0.025],[-0.062,-0.01],[-0.069,0.007],[-0.173,-0.023],[-0.169,-0.074],[-0.146,-0.124],[-0.126,-0.075],[-0.171,-0.098],[-0.058,-0.022],[-0.076,0.017],[-0.145,-0.123],[-0.099,-0.094],[-0.057,-0.027],[-0.062,0.008],[-0.063,-0.014],[-0.065,0.006],[-0.147,-0.027],[-0.125,-0.049],[-0.124,-0.076],[-0.145,-0.096],[-0.068,-0.027],[-0.06,0.009],[-0.149,-0.019],[-0.067,-0.015],[-0.063,0.005],[0.022,-0.124],[0.048,-0.172],[0,-0.15],[-0.023,-0.221],[-0.147,-0.1],[-0.441,-0.146],[-0.125,-0.072],[-0.048,-0.035],[-0.081,0.022],[-0.072,-0.098],[-0.076,-0.32],[-0.345,-0.022],[-0.342,0],[0,0],[0,0],[0.123,-0.122],[0,0],[0,-0.145],[-0.073,-0.194],[0,-0.248],[0.147,-0.121],[0.217,0],[0.146,0.098],[0.101,0.147],[0.073,0.12],[0.051,0.04],[0.067,-0.015],[0.121,0.051],[0.172,0.074],[0.148,0.095],[0.122,0.074],[0.068,0.028],[0.059,-0.008],[0.172,0.048],[0.17,0.122],[0.094,0.322],[0.053,0.042],[0.065,-0.014],[0.343,0.172],[0.121,0.072],[0.151,0.094],[0.267,0.222],[0.093,0.008],[0.189,-0.009],[0.096,0.073],[0.127,0.149],[0.125,0.103],[0.298,0.176],[0.518,0.268],[0.268,0.101],[0.144,0.073],[0.07,0.098],[0.073,0.173],[0,0.171],[-0.049,0.171],[-0.049,0.122],[-0.049,0.196],[0,0.225],[0.174,0.295],[0,0.297],[0.075,0.317],[0.095,0.127],[0.074,0.047],[0.056,-0.011],[0.121,0.027],[0.296,0.027],[0,0],[0,0],[-0.048,-0.124],[-0.124,-0.027],[-0.174,0],[0.047,0.125],[0.076,0.168],[0.197,0.32],[0.124,0.1],[0.175,0.118],[0.123,-0.145],[0.048,-0.097],[0.098,-0.147],[0.022,0.123],[0.047,0.124],[0.194,0.269],[0.146,0.3],[0,0.146],[0.052,0.223],[0,0],[0.149,0],[0.119,-0.023],[0.119,-0.072],[0.126,-0.149],[0.048,-0.123],[0,0],[0,-0.173],[0,-0.195],[0.119,-0.099],[0.149,0],[0.195,0.049],[0.145,0.024],[0,0],[0.196,0],[0,-0.342],[0,-0.149],[0,-0.076],[0.322,0],[0.151,0],[-0.098,-0.175],[-0.126,-0.15],[-0.152,-0.124],[-0.172,-0.074],[0.049,0.294],[0,0.146],[-0.196,0],[-0.121,-0.048],[-0.194,-0.074],[-0.098,-0.146],[-0.028,-0.118],[-0.028,-0.125],[-0.029,-0.124],[-0.072,-0.148],[-0.099,-0.071],[-0.067,-0.026],[-0.061,0.008],[-0.194,-0.048],[-0.126,-0.148],[-0.026,-0.127],[0,0],[0.026,-0.172],[0,0],[0.145,0.076],[0.147,0.077],[0.268,0.049],[0,0],[0,0],[0.169,-0.025],[-0.147,-0.124],[-0.099,-0.046],[0.099,-0.148],[0.121,-0.147],[0.323,-0.069],[0.342,0],[0.123,0],[0.148,0.027],[0.175,0.073],[0.053,0.011],[0.076,-0.009],[0.126,0.047],[0.101,0.094],[0.049,0.123],[0.068,0.1],[0.15,0.094],[0,0],[-0.122,0.054],[-0.176,0.098],[0,0.417],[0.245,0.223],[0.344,0.245],[0,0.075],[0,0.146],[0,0.147],[0,0],[0,0.174],[0.075,0.173],[0.053,0.086],[0.061,0.072],[0.063,0.048],[0.073,0.062],[0.086,0.073],[0.077,0.051],[0.085,0.099],[0,0.138],[-0.039,0.099],[-0.037,0.063],[-0.041,0.091],[-0.012,0.145],[0,0.219],[0.012,0.075],[0.036,0.083],[0.085,0.035],[0.23,0],[0.012,-0.058],[0.027,-0.108],[0.015,-0.062],[0.016,-0.23],[0,-0.071],[0,-0.234],[0,0],[0.061,0.028],[0.077,0.051],[0.072,0.052],[0.059,0.06],[0.17,0.148],[0.076,0.075],[0.07,0.082],[0.048,0.065],[0.072,0.038],[0.059,0.014],[0.149,0.014],[0.147,0],[0.09,0.026],[0.147,0.05],[0.085,0],[0.073,-0.013],[0.072,-0.046],[0.029,-0.059],[0,-0.084],[0,-0.223],[0,-0.111],[0.036,-0.101],[0.038,-0.065],[0.073,-0.037],[0.17,-0.088],[0.22,0],[0.078,0.049],[0.132,0.138],[0.07,0.057],[0.146,0.124],[0.11,0.075],[0.063,0.048],[0.077,0.049],[0.062,0.027],[0.095,0.041],[0,0],[-0.014,-0.268],[0,0],[0,-0.112],[0,-0.184],[0.124,0.028],[0.072,0],[0.075,0],[0.107,-0.011],[0.272,0],[0.161,0.09],[0.076,0.034],[0.138,0.048],[0.081,0],[0.077,-0.024],[0.062,-0.039],[0.048,-0.061],[0.062,0.035],[0.069,0.119],[0.038,0.063],[0.026,0.058],[0.034,0.133],[0,0.242],[-0.024,0.096],[-0.098,0.196],[-0.011,0.304],[0,0.133],[0.016,0.122],[0.025,0.072],[0.014,0.06],[0.049,0.123],[0.036,0.097],[0,0.141],[-0.034,0.097],[-0.062,0.059],[-0.036,0.072],[-0.05,0.157],[-0.041,0.072],[-0.037,0.071],[-0.123,0.181],[-0.046,0.147],[-0.084,0.174],[-0.098,0.049],[-0.072,0.048],[-0.075,0.065],[-0.025,0.06],[-0.038,0.133],[-0.037,0.382],[-0.075,0.21],[-0.071,0.207],[-0.063,0.058],[-0.075,0.061],[-0.073,0.038],[0,0],[-0.076,0.006],[-0.077,-0.005],[-0.146,0.026],[-0.062,0.011],[-0.043,0.009],[-0.038,-0.002],[-0.062,0],[-0.074,0.014],[-0.102,0.049],[-0.135,0],[-0.088,-0.025],[-0.161,-0.134],[0,0],[-0.112,-0.011],[-0.134,0],[-0.111,-0.012],[-0.201,-0.012],[-0.086,-0.015],[0,0],[-0.088,0],[-0.11,0.009],[0.173,0.084],[0.236,0.096],[0.233,0.062],[0.147,0.013],[0,0],[0,0],[0,0.171],[0.053,0.063],[0.052,0.11],[0,0.088],[0,0.076],[0,0.097],[-0.007,0.31],[0.026,0],[0.248,0.249],[0.073,0.124],[0,0],[0.071,0.17],[0.098,0.145],[0.122,0.144],[0.146,0.048],[0,0],[0.174,0],[0.167,-0.073],[0.077,-0.102],[0.077,-0.168],[0,0],[0.267,0.467],[0.072,0.12],[0.096,0.125],[0.123,0.102],[0.143,0.102],[0.146,0.291],[0.026,0.123],[0.048,0.174],[0.219,0.368],[0.122,0.147],[0.102,0.247],[0,0],[0,0.148],[-0.022,0.49],[0.123,0.195],[0.15,0.049],[0.126,0.047],[0.149,0.074],[0.098,0.126],[0.072,0.126],[0.248,0.395],[0.177,0.296],[0,0],[0.194,0.421],[0,0.171],[-0.026,0.173],[-0.022,0.12],[0,0.297],[0.097,0.144],[0.127,0.101],[0.172,0.097],[0.293,0.243],[0.12,0.123],[0.101,0.122],[0.122,0.172],[0.224,0.297],[0.1,0.196],[0.149,0.174],[0.32,0.42],[0.368,0.492],[0.071,0.121],[0.072,0.171],[0.05,0.148],[0.026,0.292],[0,0.149],[0.026,0.149],[0.148,0.32],[0,0],[0,0.542],[0.294,0.243],[0.298,0.031],[0.468,0],[0.197,-0.076],[0.172,-0.269],[0.223,-0.225],[0.142,-0.051],[0,0],[0.201,0],[0.062,0.013],[0.067,-0.007],[0,0],[0.068,-0.173],[0.122,-0.15],[0.17,-0.124],[0.418,-0.146],[0.176,-0.052],[0.139,-0.034],[0.126,0.015],[0.171,-0.018],[0.126,-0.025],[0.27,-0.025],[0.195,-0.073],[0,0],[0.15,-0.149],[0.122,-0.022],[0.446,-0.076],[0,-0.269],[0,-0.147],[0.123,-0.147],[0.053,-0.04],[0.067,0.015],[0.171,-0.075],[0.12,-0.05],[0.147,-0.051],[0.126,-0.033],[0.122,0],[0,0],[0,-0.227],[0,-0.149],[0,-0.123],[0.098,-0.322],[0,0],[0.021,-0.119],[0.052,-0.146],[0.097,-0.294],[0.1,-0.12],[0.123,-0.051],[0,0],[0.152,0],[0,0],[0.023,-0.142],[0.026,-0.123],[0.049,-0.174],[0.075,-0.146],[0.146,-0.175],[0,0],[0.171,0.051],[0.102,0.072],[0,-0.465],[0.053,-0.515],[0.023,-0.174],[0.02,-0.126],[0.098,-0.102],[0.059,-0.011],[0.07,0.006],[0.295,-0.048],[-0.051,-0.32],[-0.071,-0.2],[-0.055,-0.011],[-0.074,0.01],[-0.147,-0.049],[-0.147,-0.07],[-0.052,-0.093],[-0.052,-0.173],[-0.021,-0.145],[-0.097,-0.198],[-0.266,-0.149],[-0.122,-0.025],[-0.151,-0.025],[0.026,-0.148],[0.078,-0.291],[0,-0.147],[-0.07,-0.122],[-0.122,-0.075],[0,0],[0,0.339],[-0.097,0.316],[-0.074,-0.316],[-0.027,-0.123],[-0.077,-0.148],[-0.102,-0.122],[0,0],[-0.098,-0.123],[-0.124,-0.12],[-0.1,0.124],[-0.118,0.071],[-0.122,0.077],[-0.273,0.148],[-0.099,0.444],[-0.027,0.292],[-0.296,-0.024],[-0.344,0],[0,0],[-0.199,0],[-0.27,-0.069],[-0.103,0],[-0.171,0.077],[-0.148,0.072],[-0.174,0.099],[-0.147,0.148],[-0.318,0],[-0.174,-0.076],[-0.144,-0.146],[-0.027,-0.119],[0,-0.15],[0.051,-0.103],[0.324,-0.218],[0,0],[0.248,0.021],[0.221,0.047],[0.246,0],[0.173,0],[-0.029,-0.122],[-0.145,-0.122],[0,0],[-0.294,0],[0,0],[-0.146,0],[-0.145,0],[-0.395,-0.073],[-0.258,-0.015],[-0.185,0.006],[-0.149,0],[0,0],[0,0],[-0.151,-0.124],[-0.124,-0.075],[-0.175,-0.094],[-0.123,-0.027],[-0.124,-0.027],[-0.147,-0.027],[-0.22,-0.077],[-0.047,-0.17],[-0.047,-0.271],[-0.074,-0.321],[-0.121,-0.168],[-0.026,-0.124],[-0.026,-0.121],[0,-0.196],[-0.028,-0.245],[0,-0.245],[0,-0.171],[0.095,-0.196],[0.196,-0.075],[0.39,0],[0.542,0.123],[0.128,0.124],[0.27,0.25],[0.121,0.146],[0.248,0.418],[0.097,0.176],[0.418,0.245],[0.343,0.17],[0.295,0.248],[0.273,0.174],[0.19,0.045],[0.116,-0.011],[0.148,0],[0.568,0.094],[0,0],[0,0],[0.147,-0.024],[0.137,-0.013],[0.126,0.005],[0.147,-0.025],[0,0],[0.296,0],[0.171,0.049],[0.273,0.193],[0.028,0.127],[0.028,0.121],[0.047,0.146],[0.124,0.094],[0.149,0.077],[0,0],[0.173,0],[0.196,0],[0.168,0.048],[0.127,0.07],[0.099,0.124],[0.171,0.098],[0,0],[0.344,0],[0,0],[0,0],[0,0],[0.393,0],[0.144,0.123],[0.126,0.097],[0.196,0.269],[0.121,0.099],[0.12,0.072],[0.146,0.1],[0.095,0.123],[0.099,0.265],[0.063,0.018],[0.168,-0.004],[0.099,0.124],[0.125,0.097],[0.121,0.077],[0,0],[0.294,0],[0.147,0.026],[0.123,0.024],[0.322,0.121],[-0.468,0],[-0.295,0.026],[-0.147,0.026],[0.025,0.144],[0.073,0.123],[0.102,0.069],[0.121,0.048],[0.175,0.074],[0.124,0.121],[0.248,0.299],[0.168,0.098],[0.172,0.128],[0.122,0.025],[0.147,0],[0.171,-0.072],[0.144,-0.102],[0.244,-0.146],[0.176,-0.075],[0.123,-0.167],[0.419,0],[0.124,0.076],[0.198,0.316],[0,0.295],[0.074,0.344],[0.021,0.121],[0.023,0.295],[0,0],[0,0.196],[-0.026,0.543],[0,0.15],[0.046,0.294],[0.027,0.123],[0.047,0.49],[0.024,0.394],[0.121,0.147],[0.121,0.151],[0.073,0.151],[0.023,0.128],[0.075,0.321],[0.022,0.128],[0.047,0.171],[0.076,0.169],[0.026,0.123],[0.026,0.148],[0.05,0.149],[0.1,0.17],[0.08,0.126],[0.126,0.168],[0.102,0.268],[0,0],[-0.03,0.3],[0,0.565],[0.097,0.169],[0.074,0.124],[0.073,0.149],[0.394,0.641],[0.222,0.445],[0.052,0.119],[0,0],[0.075,0.147],[0.2,0.171],[0.221,0],[0.147,-0.076],[0.073,-0.098],[0.073,-0.148],[0.2,-0.468],[0.102,-0.123],[0.048,-0.024],[0.071,0.012],[0.126,-0.048],[0.198,-0.073],[0.096,-0.122],[0.049,-0.117],[0.07,-0.149],[0.099,-0.25],[0,-0.394],[0.049,-0.172],[0.121,-0.271],[0.073,-0.273],[0.024,-0.297],[-0.026,-0.296],[0,-0.146],[0,0],[0,-0.616],[0,-0.174],[0.075,-0.123],[0.37,-0.271],[0.47,0],[0.219,-0.197],[0.051,-0.147],[0.075,-0.175],[0.127,-0.049],[0.123,-0.045],[0.171,-0.073],[0.15,-0.098],[0.124,-0.073],[0.126,-0.077],[0.145,-0.1],[0.199,-0.27],[0.099,-0.169],[0.124,-0.146],[0.1,-0.125],[0.27,-0.17],[0.127,-0.094],[0.073,-0.125],[0.073,-0.122],[0.069,-0.04],[0.058,0.011],[0.055,-0.011],[0.076,0.01],[0.171,-0.071],[0.071,-0.096],[0.172,-0.272],[0.125,-0.023],[0.089,-0.006],[0.196,0.004],[0.143,-0.096],[0.348,-0.491],[0.027,-0.294],[0,0],[0.175,0],[0.197,0.045],[0,0],[0.173,-0.026],[0.06,-0.024],[0.069,0.012],[0.196,-0.071],[0.123,-0.05],[0.145,-0.1],[0.12,-0.075],[0,0],[0,0],[0.272,0.026],[0.048,0.009],[0.091,-0.022],[0.1,0.119],[0.05,0.102],[0.081,0.15],[0.072,0.123],[0.121,0.12],[0.173,0.269],[0,0.294],[0,0.171],[0.077,0.121],[0.072,0.119],[0.073,0.097],[0.222,0.294],[0.147,0.123],[0.122,0.122],[0.101,0.147],[0,0],[0,0.15],[-0.024,0.312],[0,0],[0.295,-0.072],[0.17,0],[0.126,0.075],[0.073,0.1],[0,0.294],[-0.024,0.148],[-0.147,0.416],[0,0.612],[0.122,0.128],[0.146,0.097],[0.268,0.049],[0,0],[0.124,0],[0.145,-0.051],[0.124,-0.068],[0.147,-0.048],[0.32,-0.1],[0,0],[0,0],[0.02,-0.175],[0.465,0.099],[0.099,0.121],[0.074,0.149],[0.122,0.272],[0.126,0.487],[0.024,0.122],[0.073,0.147],[0.099,0.124],[0.073,0.122],[0,0.59],[0,0.173],[0.052,0.148],[0.101,0.143],[0.246,0.267],[0.12,0.121],[0.12,0.172],[0,0.295],[0,0.32],[0,0.417],[-0.124,0.072],[-0.121,0.046],[-0.122,0.093],[-0.053,0.122],[-0.073,0.441],[0,0],[-0.024,0.296],[-0.026,0.245],[0,0.389],[0.074,0.171],[0.126,0.097],[0.124,0.068],[0.339,0.173],[0.25,0.294],[0.122,0.074],[0.147,0.076],[0.099,0.15],[0.049,0.341],[0.028,0.291],[0.124,0.295],[0.072,0.171],[0.072,0.198],[0.147,0.322],[0,0],[0,0.169],[0.049,0.175],[0.051,0.172],[0.124,0.148],[0.123,0.072],[0.49,0.295],[0.296,0.097],[0.245,0.198],[0.069,0.123],[0.097,0.075],[0.121,0.047],[0.171,0.048],[0.244,0.072],[0,0],[0.198,0],[-0.175,-0.3],[-0.072,-0.116],[-0.098,-0.096],[-0.221,-0.226],[-0.075,-0.323],[0,-0.145],[-0.023,-0.466],[0,-0.125],[-0.022,-0.145],[-0.074,-0.166],[-0.099,-0.439],[0,0],[0,-0.147],[0,0],[0,-0.201],[0,0],[-0.472,0],[-0.149,-0.094],[-0.127,-0.098],[-0.122,-0.097],[-0.17,-0.122],[-0.27,-0.148],[-0.074,-0.009],[-0.092,0.012],[-0.321,-0.096],[-0.097,-0.146],[-0.027,-0.122],[-0.047,-0.272],[0,-0.149],[-0.025,-0.126],[-0.076,-0.124],[-0.124,-0.097],[-0.172,-0.222],[0,0],[0,-0.12],[-0.077,-0.098],[-0.122,-0.073],[0,0],[0,0],[0,-0.563],[0.246,-0.444],[0.1,-0.224],[0,-0.296],[0,-0.22],[0.076,-0.171],[0.12,-0.171],[0.12,0.05],[0.149,0.095],[0.125,0.097],[0.1,0.144],[0.124,0.251],[0.073,0.174],[0.172,0.122],[0,0],[0.146,-0.025],[0.147,-0.023],[0.345,0],[0.222,0.294],[0.122,0.296],[0.121,0.321],[0.149,0.297],[0.197,0.271],[0.072,0.03],[0.057,-0.008],[0.127,0.027],[0.121,0.022],[0.121,0.026],[0.125,0.099],[0,0.344],[-0.075,0.273],[0,0.688],[0.098,-0.146],[0.22,-0.295],[0.15,-0.124],[0.149,-0.125],[0.17,-0.147],[0.123,-0.096],[0.078,-0.12],[0.076,-0.146],[0.052,-0.123],[0.05,-0.122],[0.076,-0.197],[0.198,-0.048],[0.292,0.02],[0.198,-0.028],[0.393,-0.298],[0.172,-0.148],[0.122,-0.054],[0.146,-0.125],[0.072,-0.099],[0.072,-0.269],[0.022,-0.74],[0,0],[0,-0.344],[-0.126,-0.514],[-0.075,-0.315],[-0.02,-0.345],[-0.388,0],[-0.15,-0.027],[-0.173,-0.074],[-0.291,-0.296],[-0.049,-0.121],[-0.076,-0.104],[-0.146,-0.099],[-0.318,-0.196],[-0.174,-0.097],[-0.1,-0.126],[-0.115,-0.152],[-0.12,-0.242],[-0.019,-0.127],[-0.019,-0.174],[-0.098,-0.221],[0,-0.247],[0.024,-0.171],[0.05,-0.17],[0.123,-0.099],[0.126,-0.125],[0.076,-0.146],[0.048,-0.167],[0.023,-0.223],[0.022,-0.17],[0.073,-0.194],[0.126,-0.045],[0.1,-0.044],[0.065,0.012],[0.368,-0.047],[0.061,-0.024],[0.067,0.012],[0.175,-0.077],[0.12,-0.024],[0.296,-0.048],[0.147,0],[0.468,0],[0,0],[0,0.149],[0,0],[-0.122,0.121],[-0.15,0.072],[-0.061,0.025],[-0.068,-0.012],[-0.171,0.072],[-0.148,0.099],[-0.147,0.199],[0,0.219],[0.048,0.172],[0.049,0.148],[0,0],[0.075,-0.541],[0.023,-0.124],[0.049,-0.171],[0.027,-0.148],[0,-0.173],[-0.149,-0.248],[0,0],[0.324,0],[0,0],[0.171,0],[0.198,-0.099],[0.148,-0.102],[0.269,-0.099],[0.295,-0.047],[0,0],[0.145,0],[0.268,0.027],[0.151,0],[0.151,-0.048],[0.17,-0.077],[0.074,-0.121],[0.245,-0.101],[0.149,-0.025],[0.137,-0.011],[0.126,0.007],[0.15,0],[0.054,-0.011],[0.075,0.01],[0.175,-0.074],[0.147,-0.093],[0.125,-0.074],[0.173,-0.075],[0.123,-0.074],[0.101,-0.096],[0.123,-0.146],[0.097,-0.149],[0.145,-0.098],[0.128,0],[0.063,-0.013],[0.065,0.005],[0.319,-0.073],[0.122,-0.096],[0.095,-0.125],[0.147,-0.122],[0.123,-0.149],[0.074,-0.151],[0.049,-0.122],[0.049,-0.148],[0.198,-0.366],[0.247,-0.423],[0.05,-0.124],[0.097,-0.199],[0.124,-0.145],[0.172,-0.17],[0.168,-0.096],[0.149,-0.126],[0.073,-0.17],[0.048,-0.172],[0,-0.125],[0.025,-0.124],[0.029,-0.118],[0.073,-0.174],[0.32,-0.198],[0.246,-0.372],[0,-0.247],[-0.097,-0.147],[-0.069,-0.043],[-0.057,0.01],[-0.294,-0.073],[0,-0.297],[0,-0.149],[0,-0.148],[0,0],[-0.021,-0.126],[-0.047,-0.168],[-0.1,-0.442],[0,-0.127],[-0.05,-0.197],[-0.122,-0.145],[-0.075,-0.443],[0,-0.468],[-0.176,-0.345],[-0.242,-0.367],[-0.174,-0.073],[-0.08,-0.022],[-0.089,0.017],[-0.149,-0.075],[-0.047,-0.097],[0,0],[0,-0.17],[0.099,-0.196],[0.123,-0.15],[0.048,-0.27],[0,0],[0,0],[0.127,-0.099],[0.099,-0.148],[0.098,-0.123],[0.069,-0.042],[0.057,0.012],[0.126,-0.024],[0.149,-0.024],[0,0],[0.464,-0.027],[0.049,-0.394],[0,-0.124],[0,0],[-0.074,-0.125],[-0.198,-0.322],[0,0],[-0.023,0.294],[0,0.145],[-0.023,0.124],[-0.149,0],[-0.148,0],[-0.171,0],[0,0],[0,0],[-0.417,0],[0,-0.245],[0.047,-0.173],[0.099,-0.171],[0.123,-0.024],[0.443,-0.102],[0.147,0],[0.12,-0.028],[0.097,-0.073],[0.07,-0.171],[0.099,-0.148],[0.176,-0.076],[0.149,-0.046],[0.155,-0.031],[0.11,0.009],[0.123,0],[0.172,-0.028],[0.145,-0.123],[0.122,-0.147],[0.172,-0.175],[0.173,-0.125],[0,0],[0.176,-0.023],[0,0],[-0.098,0.121],[-0.124,0.148],[-0.124,0.248],[-0.073,0.365],[-0.097,0.125],[-0.121,0.145],[-0.074,0.093],[0,0],[0.129,-0.072],[0.149,-0.121],[0,0],[0.222,0],[0.272,-0.197],[0.122,-0.122],[0.123,-0.048],[0.15,-0.052],[0.492,0],[0.059,0.01],[0.07,-0.006],[0.299,0.047],[0.145,0.074],[0.196,0.225],[0,0],[0,0.173],[-0.098,0.2],[-0.049,0.119],[-0.1,0.245],[0,0.341],[0,0],[0,0],[0.169,-0.075],[0.146,0],[0.346,0.124],[0.05,0.125],[0.073,0.273],[0.023,0.125],[0.022,0.145],[0.096,0.196],[0,0],[0,0.244],[-0.122,0.149],[-0.05,0.121],[-0.046,0.144],[0,0],[0,0],[0.54,0],[0,0],[0.17,-0.096],[0.196,-0.122],[0.123,-0.052],[0.146,-0.074],[0.169,-0.076],[0.08,-0.024],[0.089,0.017],[0.146,-0.074],[0.047,-0.097],[0.023,-0.268],[0,-0.196],[0,-0.12],[0,0],[-0.397,0],[-0.173,-0.12],[-0.049,-0.343],[0,-0.124],[-0.072,-0.124],[-0.125,-0.099],[-0.149,-0.1],[-0.122,-0.1],[-0.121,-0.099],[-0.072,-0.097],[-0.072,-0.149],[-0.073,-0.193],[0,-0.419],[0.048,-0.166],[0.072,-0.144],[0.078,-0.126],[0.055,-0.038],[0.061,0.011],[0.319,-0.094],[0,0],[0.291,-0.025],[0,0],[0,-0.15],[0.024,-0.127],[0.07,-0.149],[0.048,-0.024],[0.072,0.014],[0.147,-0.05],[0.417,-0.222],[0.097,-0.147],[0.221,-0.268],[0.128,-0.046],[0.151,0],[0.659,0.172],[0.123,0.021],[0.321,0],[0.146,-0.07],[0.15,-0.1],[0.148,-0.097],[0.066,-0.039],[0.063,0.014],[0.17,-0.074],[0.15,-0.056],[0.114,0.017],[0.147,-0.028],[0.12,-0.021],[0.144,-0.098],[0.099,-0.075],[0.223,-0.297],[0.122,-0.097],[0.097,-0.121],[0.102,-0.124],[0.42,-0.467],[0.15,-0.121],[0.298,-0.247],[0.049,-0.121],[0.076,-0.175],[0.052,-0.121],[0.125,-0.298],[0.075,-0.173],[0.219,-0.368],[0.125,-0.074],[0.121,-0.079],[0.064,-0.04],[0.064,0.014],[0.341,-0.172],[0.124,-0.144],[0.098,-0.122],[0.125,-0.169],[0.146,-0.147],[0.125,-0.145],[0.05,-0.272],[0,-0.149],[0.022,-0.296],[0,0],[0.022,-0.169],[0.075,-0.173],[0.176,-0.369],[0,0],[0,-0.151],[0,0],[0,-0.148],[0.025,-0.176],[0.031,-0.122],[0.051,-0.267],[0.078,-0.192],[0.07,-0.124],[0.069,-0.148],[0.122,0.073],[0.122,0.098],[0.098,0.05],[0.149,0.098],[0.121,0.146],[0,0.149],[0,0.172],[-0.052,0.196],[0,0.393],[0.093,0.64],[0,0.513],[0,0.151],[-0.077,0.172],[-0.098,0.15],[-0.1,0.176],[0,0.223],[0.073,0.468],[0.124,0.37],[0,0.221],[-0.075,0.166],[-0.125,0.122],[-0.076,0.224],[0,0.221],[0,0.194],[0,0.147],[0,0],[0.119,-0.095],[0.05,-0.119],[0,0],[0.073,-0.173],[0.072,-0.123],[0.103,0.099],[0.072,0.272],[0.072,0.146],[0.37,0.271],[-0.022,-0.147],[-0.022,-0.148],[-0.024,-0.122],[-0.068,-0.176],[-0.124,-0.169],[-0.1,-0.122],[-0.097,-0.145],[-0.147,-0.291],[-0.078,-0.17],[-0.124,-0.269],[0,-0.394],[0.074,-0.146],[0.026,-0.196],[0.026,-0.122],[0.051,-0.147],[0.074,-0.125],[0.122,-0.096],[0.318,0],[0.345,0.171],[0.197,0],[-0.023,-0.147],[-0.023,-0.144],[-0.025,-0.124],[-0.073,-0.297],[-0.025,-0.121],[0,-0.196],[-0.051,-0.173],[-0.074,-0.445],[-0.025,-0.124],[-0.074,-0.172],[-0.074,-0.149],[-0.198,-0.323],[-0.052,-0.146],[-0.023,-0.122],[0,-0.169],[0,-0.15],[0,0],[0,-0.195],[0,-0.171],[0,-0.146],[-0.052,-0.149],[-0.038,-0.065],[-0.079,0.007],[-0.146,-0.247],[-0.024,-0.272],[-0.029,-0.346],[0,-0.295],[0,0],[0,0],[-0.268,0],[-0.174,0.028],[0,0],[0,0.146],[0,0],[0.021,0.145],[0.049,0.267],[0,0],[-0.055,-0.03],[-0.09,0.001],[-0.075,-0.145],[0,-0.147],[0,-0.148],[0.047,-0.269],[0,0],[-0.024,-0.175],[-0.098,-0.169],[-0.15,-0.073],[-0.062,-0.013],[-0.066,0.005],[-0.193,-0.051],[-0.124,-0.099],[-0.095,-0.07],[-0.517,-0.319],[0,0],[0,0],[0,0],[-0.027,-0.15],[-0.027,-0.172],[-0.17,-0.54],[0,0],[0.024,0.147],[0,0],[0,0.148],[-0.1,-0.013],[-0.073,0.007],[-0.173,-0.027],[0,0],[0,-0.147],[0.049,-0.226],[0,-0.445],[-0.145,0.147],[-0.151,0.047],[0,0],[0,0],[-0.17,0],[0.026,-0.294],[0.053,-0.173],[0.124,-0.149],[0.065,-0.026],[0.061,0.008],[0.295,-0.098],[0.175,-0.049],[0.148,-0.099],[0.15,-0.195],[0.173,-0.197],[0.125,-0.049],[0.149,-0.024],[0.272,-0.048],[0,-0.565],[0.051,-0.146],[0.122,-0.147],[0.122,-0.099],[0.121,-0.073],[0.101,-0.146],[0.122,-0.074],[0.123,-0.103],[0.149,-0.097],[0.145,-0.125],[0.125,-0.1],[0.125,-0.075],[0.058,-0.023],[0.071,0.013],[0.12,-0.072],[0.075,-0.124],[0.048,-0.125],[0.051,-0.147],[0.078,-0.172],[0.078,-0.127],[0.224,-0.219],[0.152,-0.025],[0.149,0.016],[0.322,-0.077],[0.149,-0.096],[0.147,-0.171],[0.194,-0.248],[0.393,0],[0.068,0],[0.374,0],[0,0],[0.172,0],[0,0],[0.147,0],[0.246,-0.024],[0,0],[0.172,0],[0.268,0.099],[0.224,0],[0.151,-0.027],[0,0],[0,0],[0.029,-0.345],[0.099,-0.152],[0.2,0.148],[0.196,0.122],[0.296,0],[0.249,0],[0.172,0.097],[0.12,0.048],[0.17,0.075],[-0.049,0.123],[-0.097,0.169],[0,0.273],[0.124,0.096],[0,0],[0.39,0],[0.124,-0.145],[0.122,-0.146],[0.518,0],[0.125,0.121],[0.023,-0.145],[0.023,-0.173],[0.121,0.051],[0.171,0.073],[0,0],[-0.028,-0.124],[-0.075,-0.172],[-0.027,-0.099],[-0.293,0.025],[-0.146,0],[0,0],[0,-0.344],[0.061,-0.037],[0.071,0.019],[0.148,-0.099],[0.098,-0.126],[0.069,-0.148],[0.096,-0.148],[0.124,-0.149],[0.053,-0.009],[0.076,0.01],[0,0],[0.172,-0.098],[0.27,-0.39],[0.394,-0.441],[0.293,-0.246],[0.219,0],[0.223,0.052],[0,0],[0.175,0],[0.173,-0.095],[0,0],[0.193,0],[0.122,0.101],[0.123,0.045],[0.063,0.014],[0.066,-0.005],[0.171,0.026],[-0.148,0.222],[0,0],[0.022,0.15],[0.076,0.12],[0.052,0.121],[0.052,0.267],[0,0],[0.121,-0.077],[0.145,-0.126],[0.291,-0.273],[0.122,-0.05],[0.144,-0.074],[0.148,-0.098],[0.124,-0.143],[0.122,-0.098],[0.268,-0.099],[0.051,-0.01],[0.079,0.015],[0.126,-0.072],[0.075,-0.123],[0.052,-0.146],[0.05,-0.27],[0.025,-0.296],[0.293,0],[0.319,-0.051],[0,0],[0,0],[-0.144,0.098],[0,0],[-0.15,0.074],[-0.168,0.1],[-0.073,0.148],[-0.025,0.123],[-0.025,0.121],[-0.025,0.121],[-0.072,0.345],[-0.029,0.122],[-0.023,0.122],[-0.073,0.153],[-0.097,0.074],[-0.172,0.07],[-0.126,0.05],[-0.1,0.099],[-0.05,0.122],[-0.15,0.347],[-0.467,0.27],[-0.493,0.316],[-0.469,0.268],[-0.441,0.366],[-0.101,0.122],[-0.27,0.196],[-0.077,0.096],[-0.096,0.174],[-0.063,0.013],[-0.066,-0.006],[-0.085,0.013],[-0.079,-0.006],[-0.149,0.024],[-0.126,0.026],[-0.343,0.101],[-0.148,0.049],[-0.055,0.012],[-0.075,-0.01],[-0.144,0.051],[-0.126,0.15],[0,0.248],[0,0.417],[-0.072,0.199],[-0.1,0.122],[-0.05,0.099],[-0.071,0.17],[-0.025,0.198],[0,0.295],[-0.073,0.319],[-0.097,0.319],[0,0.295],[0,1.649],[0,0.223],[-0.049,0.196],[0,0],[0,0],[0.174,0],[0.196,0],[0.125,-0.025],[0.15,-0.051],[0.123,-0.025],[0.244,-0.02],[0,-0.465],[0,-0.124],[0.075,-0.173],[0.102,-0.121],[0.145,-0.122],[0.1,-0.147],[0,0],[0.077,-0.146],[0.126,-0.199],[0,0],[0.168,0],[0,0],[0.15,0],[0.151,-0.073],[0.121,-0.101],[0,0],[0.27,-0.272],[0.123,-0.125],[0,0],[0,0],[0,-0.318],[-0.07,-0.173],[0,0],[0,0],[0.028,-0.169],[0.099,-0.197],[0.073,-0.127],[0.122,-0.172],[0.223,0],[0.1,0.075],[0.122,0.146],[0,0],[0,0],[-0.097,-0.123],[-0.248,-0.244],[-0.045,-0.118],[-0.025,-0.12],[-0.025,-0.145],[-0.047,-0.294],[0,-0.172],[0.075,-0.123],[0.123,-0.076],[-0.021,-0.123],[-0.049,-0.172],[-0.055,0.012],[-0.075,-0.01],[-0.168,0.073],[0,0],[0.021,-0.296],[0.098,-0.321],[0.046,-0.122],[0.078,-0.148],[0.245,-0.222],[0.122,-0.099],[0.074,-0.122],[0.045,-0.145],[0.025,-0.121],[0.049,-0.32],[0,-0.147],[0.022,-0.124],[0.075,-0.144],[0.097,-0.075],[0.121,-0.024],[0.344,0],[0.121,0.074],[0.168,0.172],[0.246,0],[0.144,-0.073],[0.123,-0.121],[0.122,-0.097],[0.101,0.148],[0.052,0.124],[0.073,0.176],[0.061,-0.012],[0.067,0.006],[0.176,-0.049],[0.146,-0.099],[0.269,-0.273],[0.096,-0.148],[0.195,-0.072],[0.222,0],[0.147,0],[0.152,0.025],[0,0],[0,0.294],[0,0.148],[0.099,0.323],[0.053,0.027],[0.063,-0.009],[0,-0.613],[0.098,-0.093],[0.148,-0.099],[0.151,-0.098],[0.246,-0.32],[0.146,-0.196],[0.119,-0.125],[0.245,-0.098],[0.176,-0.051],[0,0],[0.342,0],[0.147,-0.022],[0.293,-0.097],[0.17,-0.048],[0.124,-0.097],[0.124,-0.148],[0.122,-0.047],[0.467,-0.246],[0.189,-0.044],[0.115,0.01],[0.194,0],[0.171,-0.048],[0.366,-0.271],[0.151,-0.074],[0.271,-0.049],[0.467,0],[0.169,0.052],[0.171,0.099],[0.121,0.05],[0.367,0.094],[0,0],[0.193,0],[0,0],[-0.148,-0.097],[-0.123,-0.124],[-0.047,-0.122],[0,0],[-0.072,-0.175],[-0.074,-0.145],[-0.05,-0.122],[0,0],[-0.415,0],[-0.071,-0.121],[-0.048,-0.124],[-0.072,-0.124],[-0.1,-0.148],[0,0],[-0.195,0],[-0.101,-0.071],[0.148,-0.123],[0.122,-0.074],[0.171,-0.096],[0.126,-0.026],[0,0],[0.369,0.046],[0,0],[0.319,0],[0.292,0],[0.32,-0.121],[0.122,-0.145],[0.099,-0.128],[0.096,-0.194],[0,-0.221],[-0.029,-0.065],[-0.078,0.002],[-0.075,-0.095],[0,0],[0.371,-0.028],[0.488,0],[0.05,0.125],[0.05,0.145],[0.143,0.343],[0,0],[0.194,0],[0.171,0.048],[0.123,0.098],[0.1,0.447],[0,0],[0.346,0],[0.149,0.099],[0.245,0.194],[0.173,0.076],[0.218,0.095],[0,0],[0.169,-0.046],[0.048,-0.124],[0.025,-0.294],[0,-0.15],[0,0],[0.273,-0.024],[0,-0.468],[0,-0.148],[0,-0.145],[0.028,-0.122],[0.049,-0.147],[0.298,0.216],[0.175,0.078],[0,0],[0.142,0],[0.146,-0.049],[0.146,-0.097],[0.123,-0.121],[0.119,-0.101],[0.048,-0.026],[0.069,0.012],[0.169,-0.075],[0.125,-0.073],[0.074,-0.119],[0,-0.323],[-0.151,-0.074],[-0.11,-0.027],[-0.163,0.01],[-0.099,-0.072],[-0.099,-0.151],[-0.098,-0.149],[-0.267,-0.198],[0,0],[-0.271,0.028],[-0.443,0],[0,0],[-0.081,-0.009],[-0.082,0.006],[-0.198,-0.02],[-0.174,-0.099],[-0.151,-0.026],[-0.174,0],[-0.171,0.026],[0.147,0.099],[0.062,0.025],[0.07,-0.012],[0.124,0.074],[0.151,0.124],[0,0],[-0.021,0.122],[-0.098,0.224],[-0.439,0],[-0.048,-0.095],[0,0],[0,-0.174],[-0.147,-0.097],[-0.149,-0.048],[0,0],[-0.122,0],[-0.342,-0.024],[-0.196,-0.046],[-0.124,-0.052],[-0.176,-0.074],[-0.27,-0.099],[-0.194,-0.093],[-0.147,-0.121],[-0.076,-0.098],[-0.099,-0.073],[-0.168,-0.075],[-0.322,-0.047],[-0.145,0],[-0.344,-0.026],[0,-0.42],[-0.346,-0.417],[-0.223,-0.147],[-0.246,-0.096],[-0.167,-0.011],[-0.139,0.006],[-0.172,0],[-0.174,-0.047],[-0.167,-0.098],[-0.062,-0.01],[-0.066,0.006],[-0.147,-0.048],[0,0],[0,0],[-0.174,0],[-0.176,-0.049],[-0.39,-0.127],[-0.149,-0.077],[-0.467,0],[0,0],[-0.171,0],[-0.223,0.096],[-0.195,0.073],[-0.417,0],[0,0],[-0.198,0],[-0.194,-0.048],[-0.063,-0.011],[-0.067,0.007],[-0.321,-0.098],[-0.298,-0.17],[-0.122,-0.022],[-0.194,-0.027],[-0.222,0],[-0.146,0.025],[-0.146,0.097],[0,0.149],[-0.075,0.17],[-0.048,0.148],[-0.102,0.169],[0.122,0.051],[0.169,0.073],[0.12,0.073],[0.172,0.223],[0,0.145],[-0.048,0.198],[-0.099,0.122],[-0.122,0.099],[0,0],[0,0],[0,0],[0,0],[0,0],[0.464,0],[0.32,-0.1],[0,0],[-0.12,-0.029],[-0.146,-0.025],[0,0],[0,0.319],[0,0.148],[-0.049,0.149],[-0.075,0.121],[-0.22,0.096],[0,0],[-0.172,-0.026],[-0.267,-0.126],[-0.833,-0.12],[0,0],[-0.194,0],[-0.418,0.05],[-0.221,0.025],[-0.22,0],[-0.198,-0.024],[-0.194,-0.151],[-0.124,-0.075],[0,0],[-0.021,0.223],[0,0.145],[0,0],[0,0],[0,0],[0,0],[0,-0.294],[-0.099,-0.151],[-0.122,-0.073],[-0.147,-0.047],[-0.151,-0.047],[-0.175,-0.097],[-0.146,-0.246],[0,-0.394],[0,-0.124],[0,-0.171],[-0.075,-0.169],[-0.074,-0.12],[-0.097,-0.074],[-0.147,-0.126],[-0.097,-0.071],[-0.097,-0.05],[-0.058,-0.009],[-0.07,0.007],[-0.149,-0.021],[-0.166,-0.023],[-0.122,-0.029],[-0.292,-0.023],[-0.343,-0.023],[-0.148,0],[-0.148,0.024],[-0.147,0.073],[-0.143,0.077],[-0.175,0.075],[-0.148,0.051],[0,0],[-0.149,0.026],[-0.488,0.021],[-0.392,0],[-0.174,0.052],[0,0],[-0.145,0],[-0.145,-0.028],[-0.124,-0.049],[-0.193,-0.094],[-0.176,-0.121],[-0.122,-0.021],[0,0],[-0.198,0],[-0.217,-0.023],[-0.222,-0.029],[-0.194,-0.048],[0,0],[-0.297,-0.148],[-0.146,-0.097],[-0.121,-0.099],[-0.246,-0.15],[0,0],[0,0],[0.122,-0.121],[0.267,-0.176],[0,0],[-0.073,-0.01],[-0.067,0.007],[-0.195,-0.048],[0,0],[-0.024,0.298],[-0.046,0.174],[-0.197,0.295],[-0.121,0.052],[0,0],[-0.175,-0.025],[0.07,-0.148],[0.076,-0.17],[0.021,-0.125],[0.068,-0.17],[0.076,-0.094],[0.098,-0.076],[-0.296,0],[-0.197,0],[-0.172,-0.072],[-0.076,-0.011],[-0.089,0.011],[-0.322,-0.094],[-0.123,-0.022],[-0.197,0],[-0.346,0.023],[-0.291,0],[-0.219,-0.047],[-0.08,-0.012],[-0.088,0.011],[-0.294,-0.075],[-0.248,-0.038],[-0.188,0.015],[-0.293,-0.025],[-0.15,0],[-0.196,0],[-0.071,0.097],[-0.071,0.321],[0,0],[-0.343,0],[0,0.145],[0.028,0.194],[0.099,0.148],[0.146,0.075],[0.123,0.073],[0.123,0.075],[0.128,0.149],[0.053,0.12],[0.022,0.147],[0,0.147],[0,0],[-0.266,-0.051],[-0.122,-0.025],[-0.09,-0.013],[-0.078,0.006],[-0.124,-0.027],[-0.176,-0.048],[-0.149,-0.026],[-0.143,0],[-0.391,0],[0,0],[0,0],[0.151,0.075],[0.196,0.127],[0,0.267],[-0.372,-0.072],[-0.147,-0.101],[-0.147,-0.124],[-0.127,-0.098],[-0.096,-0.15],[-0.047,-0.1],[-0.098,-0.076],[-0.296,-0.073],[-0.169,0],[-0.12,0],[-0.123,0.073],[-0.1,0.146],[-0.346,0.348],[-0.444,0],[-0.343,0],[-0.12,0],[-0.172,-0.048],[-0.123,-0.051],[-0.148,0],[-0.174,0.048],[-0.439,0],[-0.245,0],[-0.124,0.294],[0.025,0.467],[-0.024,0.294],[0,0],[0,-0.464],[-0.124,-0.144],[-0.175,-0.149],[-0.122,-0.048],[-0.175,-0.07],[-0.173,-0.097],[-0.171,-0.122],[-0.32,-0.273],[0,0],[0,-0.145],[0.048,-0.149],[0,-0.194],[-0.025,-0.296],[0,-0.344],[-0.025,-0.341],[0,-0.297],[-0.049,-0.148],[-0.075,-0.172],[-0.175,-0.146],[-0.147,-0.071],[-0.248,-0.048],[-0.271,0],[-0.075,0.121],[-0.074,0.095],[-0.122,0.172],[-0.467,0],[-0.075,-0.146],[-0.096,-0.171],[-0.145,-0.121],[-0.125,-0.029],[-0.137,-0.019],[-0.198,0.008],[-0.175,-0.079],[-0.318,-0.246],[-0.272,0],[-0.169,0.046],[-0.195,0.101],[-0.177,0.072],[-0.198,0.094],[0,0],[0.076,0.169],[0.098,0.146],[0.021,0.173],[0,0.171],[0,0],[-0.221,0],[-0.397,0.15],[-0.442,0],[-0.221,-0.097],[-0.321,-0.096],[-0.194,-0.072],[-0.199,-0.101],[-0.171,0],[-0.194,0.049],[-0.243,0],[-0.149,-0.251],[0,0],[-0.146,-0.101],[-0.172,-0.073],[-0.127,-0.022],[-0.143,0],[-0.171,0],[-0.145,0.076],[-0.298,0],[0,0],[-0.147,-0.025],[0,0],[0,0],[-0.464,0],[-0.125,0],[-0.123,0.024],[-0.222,0.128],[0,0],[-0.15,0],[-0.174,0],[0,-0.293],[0,-0.149],[0,-0.15],[0,0],[-0.124,0.075],[-0.121,0.097],[-0.273,0.294],[-0.22,0],[-0.198,-0.079],[0,0],[0.297,0],[0.149,0],[0.174,-0.075],[0.122,-0.074],[0.104,-0.077],[0.147,-0.075],[0.198,-0.125],[0,0],[-0.05,-0.151],[-0.147,-0.148],[-0.39,0],[-0.171,0.05],[-0.124,0.069],[-0.153,0.125],[-0.099,0.15],[-0.126,0.125],[-0.173,0.147],[0,0],[0,0],[0.025,0.149],[0.072,0.221],[0,0],[-0.052,0.146],[-0.124,0.101],[-0.197,0.12],[0,0],[-0.15,0],[-0.296,-0.028],[-0.197,0],[-0.172,0.074],[-0.266,0.051],[0,0],[-0.393,0.025],[0,0],[-0.071,0],[0.226,-0.025],[0.147,-0.098],[0.122,-0.127],[0.127,-0.098],[0.121,-0.071],[0.143,-0.039],[0.119,0.015],[0.124,0],[0.149,-0.075],[0.121,-0.103],[0.271,-0.251],[0.192,-0.271],[0.22,-0.173],[0,0],[0.147,0],[0.124,0],[0.149,-0.05],[0.1,-0.074],[0.1,-0.151],[0.218,-0.173],[0,0],[0.15,0],[0.194,0],[0.123,-0.024],[0.17,-0.048],[0.151,-0.124],[0.027,-0.122],[0.075,-0.275],[0,0],[0.027,-0.221],[0.023,-0.145],[0.047,-0.147],[0.038,-0.05],[0.079,0.024],[0.097,-0.125],[0,-0.145],[-0.026,-0.122],[-0.04,-0.062],[-0.08,0.005],[-0.07,-0.124],[-0.07,-0.122],[-0.039,-0.05],[-0.082,0.025],[-0.051,-0.101],[-0.075,-0.173],[-0.145,-0.2],[-0.174,-0.074],[-0.087,-0.011],[-0.081,0.007],[-0.121,-0.024],[-0.05,-0.467],[0,0],[-0.32,0],[-0.319,-0.049],[-0.148,0],[-0.147,0.048],[-0.143,0.076],[-0.099,0.08],[-0.245,-0.269],[-0.098,-0.05],[-0.222,-0.051],[-0.22,0],[0,0],[0,0],[0,0],[0.097,-0.12],[0.098,-0.072],[0.195,-0.22],[0,-0.169],[0,0],[-0.319,0],[-0.397,-0.024],[-0.147,0],[0.072,-0.146],[0.194,-0.268],[0.069,-0.028],[0.06,0.009],[0.169,-0.051],[0,0],[0,0]],\"v\":[[172.657,-138.643],[172.24,-138.443],[171.456,-138.15],[171.064,-138.15],[169.88,-137.757],[169.486,-137.658],[169.095,-137.364],[168.801,-136.872],[168.801,-136.481],[168.801,-136.086],[168.508,-135.69],[167.719,-135.299],[167.915,-134.906],[168.306,-134.713],[168.212,-134.244],[164.28,-134.244],[164.081,-133.432],[163.65,-133.343],[163.196,-133.239],[163.196,-132.843],[162.899,-132.447],[162.507,-132.252],[161.425,-132.151],[160.736,-132.151],[160.344,-132.349],[159.952,-132.643],[159.658,-133.038],[159.264,-133.136],[158.868,-133.136],[157.887,-133.136],[157.493,-133.136],[156.61,-133.432],[156.117,-133.333],[155.944,-133.328],[155.626,-133.239],[155.331,-132.843],[155.428,-132.349],[155.331,-131.955],[154.939,-131.761],[154.421,-131.564],[152.308,-131.564],[151.298,-131.171],[150.808,-130.974],[150.019,-130.583],[149.628,-130.484],[149.137,-130.088],[148.746,-130.189],[148.548,-130.583],[148.103,-130.583],[147.27,-130.484],[146.874,-130.189],[146.092,-129.791],[145.696,-129.401],[145.301,-129.304],[144.813,-129.304],[143.829,-129.205],[143.043,-128.812],[142.746,-128.419],[142.647,-127.924],[142.454,-127.535],[142.235,-127.527],[142.058,-127.535],[141.568,-127.535],[141.175,-127.437],[140.783,-127.337],[140.391,-127.238],[139.993,-126.845],[140.391,-126.057],[140.783,-125.863],[141.663,-125.566],[142.058,-125.368],[142.058,-124.978],[142.058,-124.585],[141.764,-124.19],[141.371,-124.289],[140.092,-124.485],[139.306,-124.386],[138.913,-124.289],[138.618,-123.893],[138.225,-123.597],[137.834,-123.597],[137.441,-123.597],[136.947,-123.994],[135.866,-123.893],[135.079,-123.893],[134.684,-123.797],[134.271,-123.597],[132.449,-123.597],[132.033,-123.7],[131.639,-123.597],[131.538,-123.207],[131.246,-122.816],[129.204,-122.816],[128.491,-122.225],[128.691,-121.832],[129.079,-121.437],[129.472,-121.045],[129.866,-120.748],[129.866,-119.963],[129.866,-119.566],[130.066,-119.177],[130.163,-118.784],[131.149,-118.685],[131.736,-118.685],[132.227,-118.784],[132.624,-118.585],[132.918,-118.195],[133.309,-117.799],[133.309,-117.408],[133.309,-117.015],[132.423,-116.421],[131.835,-116.619],[131.441,-116.818],[131.246,-117.212],[131.05,-117.211],[130.855,-117.212],[130.361,-117.408],[129.967,-117.503],[129.571,-117.604],[129.472,-117.998],[129.376,-118.391],[128.983,-118.585],[126.647,-118.585],[125.839,-118.978],[125.743,-119.373],[124.949,-119.566],[124.559,-119.566],[124.168,-119.274],[123.772,-119.177],[122.594,-118.881],[122.691,-118.491],[123.082,-118.391],[123.871,-118.391],[124.267,-118.391],[124.559,-117.998],[124.853,-117.604],[124.658,-117.212],[123.772,-117.306],[123.381,-117.408],[123.082,-117.799],[122.447,-117.799],[122.197,-117.799],[121.806,-117.799],[121.611,-117.408],[121.514,-117.015],[121.116,-116.619],[122.103,-115.736],[122.48,-115.736],[122.889,-115.736],[123.283,-115.639],[124.46,-115.144],[124.756,-114.752],[125.149,-114.655],[125.543,-114.458],[125.743,-114.066],[125.543,-113.67],[125.149,-114.262],[124.72,-114.326],[124.361,-114.36],[123.97,-114.655],[123.775,-114.654],[123.576,-114.655],[123.383,-114.654],[123.184,-114.655],[122.79,-114.95],[122.396,-115.05],[121.813,-115.048],[121.219,-115.05],[120.431,-115.344],[120.04,-115.736],[119.746,-116.128],[119.842,-116.525],[119.842,-117.306],[119.842,-118.096],[120.137,-118.491],[120.137,-118.881],[120.137,-119.274],[120.04,-119.669],[119.644,-119.867],[119.644,-120.257],[119.249,-121.045],[118.858,-120.849],[118.66,-120.848],[118.464,-120.849],[118.464,-120.257],[118.566,-119.867],[118.566,-118.685],[118.464,-118.29],[118.464,-117.847],[117.678,-117.896],[117.186,-117.799],[116.796,-117.847],[116.796,-117.212],[116.694,-116.818],[116.301,-116.619],[115.91,-116.525],[115.415,-115.639],[115.415,-115.441],[116.301,-114.36],[116.991,-113.67],[116.991,-113.277],[117.186,-112.491],[117.087,-112.098],[116.892,-111.705],[116.4,-111.117],[116.4,-110.92],[116.595,-110.525],[116.694,-110.034],[116.796,-109.642],[116.595,-109.247],[116.694,-108.853],[117.087,-108.069],[117.504,-107.871],[119.447,-107.871],[119.746,-108.265],[120.137,-108.561],[120.527,-108.951],[120.725,-108.951],[121.116,-108.853],[121.413,-108.462],[122.197,-107.968],[122.594,-107.871],[122.988,-107.577],[123.381,-106.79],[124.066,-106.099],[124.46,-105.808],[124.756,-105.413],[124.46,-104.626],[124.168,-104.232],[123.772,-103.941],[123.97,-103.546],[124.152,-103.552],[124.361,-103.546],[124.756,-103.349],[125.051,-102.954],[125.818,-102.851],[126.23,-102.857],[126.621,-102.76],[126.331,-102.367],[125.936,-102.169],[125.149,-102.071],[124.756,-102.071],[124.361,-102.367],[123.97,-102.66],[123.576,-102.76],[123.381,-103.741],[123.381,-104.334],[123.477,-104.727],[122.889,-105.512],[122.495,-105.709],[122.495,-106.099],[122.197,-106.494],[121.806,-106.594],[121.314,-106.691],[120.527,-106.79],[119.348,-106.691],[118.954,-106.691],[118.566,-106.494],[118.17,-106.296],[117.775,-105.903],[117.876,-105.512],[117.975,-105.119],[118.267,-104.134],[118.071,-103.148],[117.975,-102.76],[117.581,-102.367],[117.186,-102.071],[116.694,-101.676],[116.301,-101.38],[116.301,-100.4],[115.517,-100.4],[114.339,-99.708],[113.546,-99.222],[113.546,-98.824],[113.254,-98.43],[112.861,-98.43],[112.072,-98.533],[111.68,-98.727],[111.287,-98.824],[110.868,-99.12],[108.536,-99.12],[108.142,-99.32],[108.436,-99.708],[108.73,-100.104],[109.319,-100.104],[109.913,-100.104],[110.305,-99.907],[111.092,-99.907],[111.878,-99.907],[112.274,-100.204],[112.665,-100.497],[113.056,-100.792],[113.449,-101.579],[113.845,-101.778],[114.529,-102.464],[114.629,-102.857],[115.025,-103.057],[115.415,-103.252],[115.415,-103.645],[115.517,-104.035],[115.808,-104.824],[115.91,-105.217],[116.009,-105.609],[116.202,-105.981],[116.103,-106.47],[115.316,-106.397],[114.827,-106.494],[114.339,-106.691],[114.042,-107.083],[113.943,-107.676],[114.137,-108.658],[114.137,-109.835],[114.137,-110.23],[114.339,-111.016],[114.529,-112.196],[114.529,-112.591],[114.137,-113.377],[114.042,-113.772],[113.746,-114.554],[113.449,-114.95],[113.254,-115.316],[113.254,-117.752],[114.042,-117.702],[114.434,-117.799],[114.529,-117.752],[114.556,-120.159],[113.546,-120.257],[113.157,-120.652],[112.762,-120.748],[111.977,-120.748],[111.188,-120.748],[110.6,-120.849],[109.616,-120.652],[109.22,-120.358],[108.832,-120.159],[108.436,-120.159],[107.648,-120.159],[107.258,-120.064],[107.258,-118.881],[107.258,-118.391],[106.766,-117.604],[106.471,-117.212],[105.78,-116.421],[105.587,-115.639],[105.391,-115.144],[104.996,-115.05],[104.543,-115.036],[104.208,-115.05],[103.816,-115.05],[103.424,-114.85],[103.227,-114.262],[103.227,-114.066],[103.323,-113.576],[103.523,-113.569],[103.717,-113.576],[104.406,-112.884],[104.504,-112.098],[104.31,-111.313],[103.915,-111.214],[103.522,-111.016],[103.424,-110.404],[103.522,-109.642],[104.31,-109.642],[104.703,-109.642],[105.098,-109.346],[105.391,-108.951],[105.391,-108.561],[105.587,-108.168],[105.979,-107.968],[106.273,-107.577],[106.668,-107.479],[107.354,-106.79],[107.75,-106.594],[107.75,-106.201],[107.75,-105.808],[107.354,-105.413],[107.258,-105.02],[106.867,-105.02],[106.471,-105.02],[105.684,-105.02],[104.897,-105.413],[104.406,-106.79],[103.62,-106.887],[102.441,-107.083],[102.143,-107.479],[101.751,-107.773],[101.29,-107.79],[100.966,-107.773],[100.572,-107.871],[99.786,-107.968],[99.393,-108.361],[99.198,-108.853],[98.805,-108.951],[98.408,-109.052],[97.918,-109.346],[97.499,-109.543],[95.585,-109.543],[95.165,-109.738],[94.971,-110.131],[94.552,-110.326],[92.536,-110.326],[91.723,-110.82],[90.938,-111.313],[90.544,-111.41],[90.346,-111.803],[89.954,-111.902],[89.561,-112.196],[89.465,-112.591],[89.236,-112.601],[89.072,-112.591],[88.478,-112.687],[88.28,-112.687],[87.891,-112.491],[87.497,-112.098],[87.596,-111.51],[87.988,-111.117],[88.382,-110.82],[88.382,-110.427],[88.382,-109.936],[89.169,-109.936],[89.561,-109.835],[89.954,-109.835],[90.346,-109.642],[90.448,-109.247],[90.643,-108.757],[91.626,-108.462],[92.021,-108.265],[92.311,-107.871],[92.217,-107.479],[92.118,-107.083],[91.427,-106.397],[91.039,-106.397],[90.643,-106.397],[90.249,-106.397],[90.053,-106.002],[89.954,-105.609],[89.757,-105.217],[89.365,-105.02],[88.921,-105.119],[88.973,-105.903],[89.072,-106.296],[89.072,-107.083],[88.921,-107.479],[88.382,-107.479],[87.988,-107.379],[87.596,-107.083],[87.397,-106.691],[87.203,-106.296],[86.415,-106.296],[86.023,-106.296],[85.236,-106.397],[85.025,-106.414],[84.743,-106.397],[84.548,-106.002],[84.251,-105.609],[83.787,-105.609],[83.37,-105.609],[82.971,-105.709],[82.579,-105.709],[81.698,-105.709],[81.303,-105.633],[81.303,-104.626],[80.125,-104.626],[79.729,-104.923],[79.536,-105.316],[79.141,-105.413],[79.337,-105.808],[79.337,-106.201],[79.729,-106.987],[79.633,-107.379],[79.237,-107.28],[79.042,-106.887],[78.65,-106.79],[78.253,-106.691],[77.914,-106.677],[77.37,-106.594],[77.074,-106.201],[76.29,-105.808],[75.703,-105.808],[74.523,-105.709],[74.126,-105.512],[74.029,-105.119],[73.632,-104.923],[73.244,-104.923],[72.849,-104.923],[72.456,-104.824],[71.572,-104.626],[71.177,-104.334],[70.393,-103.645],[69.898,-103.349],[69.21,-103.331],[68.329,-103.252],[67.932,-102.857],[68.126,-102.464],[68.526,-101.973],[68.329,-101.38],[67.539,-100.993],[67.145,-100.696],[66.753,-100.598],[66.361,-100.598],[65.868,-100.598],[65.277,-100.302],[65.083,-100.302],[64.786,-100.696],[64.298,-100.894],[63.899,-101.284],[63.805,-101.676],[63.411,-102.268],[63.508,-103.202],[65.672,-103.202],[65.672,-104.427],[65.277,-104.824],[64.885,-104.923],[64.69,-105.316],[64.395,-105.709],[63.997,-106.099],[63.215,-105.903],[63.018,-105.903],[62.626,-106.296],[62.23,-106.397],[61.369,-106.397],[60.557,-106.397],[60.165,-106.296],[59.871,-106.369],[59.871,-105.512],[60.656,-105.413],[61.001,-105.217],[61.001,-102.884],[60.755,-102.464],[60.361,-102.169],[60.462,-101.778],[60.462,-101.38],[60.855,-101.284],[61.249,-101.088],[61.543,-100.696],[61.936,-100.204],[61.936,-100.005],[61.592,-99.76],[61.639,-99.419],[61.639,-98.236],[61.592,-98.042],[60.755,-98.141],[60.361,-98.141],[59.969,-98.43],[59.969,-98.824],[59.676,-99.222],[59.233,-99.222],[58.79,-99.222],[58.397,-98.923],[58.001,-98.923],[57.12,-98.923],[56.726,-98.824],[56.726,-98.43],[56.628,-98.042],[56.234,-97.844],[55.839,-97.746],[55.053,-97.546],[54.56,-97.449],[54.169,-97.152],[53.973,-96.763],[53.581,-96.469],[52.991,-96.378],[52.992,-96.369],[52.992,-95.585],[53.186,-95.191],[53.284,-94.795],[53.68,-94.7],[54.072,-94.5],[54.268,-93.911],[54.169,-93.321],[54.169,-93.519],[53.385,-93.519],[52.596,-93.519],[51.809,-93.715],[51.419,-93.715],[51.025,-93.812],[50.135,-93.911],[49.743,-94.203],[49.354,-94.306],[49.159,-94.305],[48.958,-94.306],[48.568,-94.597],[48.27,-95.09],[48.074,-95.482],[47.685,-95.29],[47.385,-94.893],[47.216,-94.9],[46.993,-94.893],[46.599,-94.404],[46.796,-93.812],[47.188,-93.519],[47.586,-93.421],[47.586,-93.027],[47.78,-92.632],[48.173,-92.632],[49.055,-92.73],[49.844,-92.239],[50.135,-91.751],[49.844,-91.356],[47.876,-91.356],[47.685,-90.962],[47.29,-90.862],[46.895,-90.962],[46.796,-91.356],[46.406,-91.648],[45.224,-92.143],[45.03,-92.142],[44.828,-92.143],[44.141,-92.73],[43.945,-93.126],[43.945,-93.519],[43.945,-94.7],[42.691,-94.7],[42.667,-95.972],[42.863,-97.648],[42.57,-98.43],[41.9,-98.592],[41.391,-98.629],[41.19,-99.025],[40.801,-99.419],[40.505,-100.204],[39.993,-100.291],[39.621,-100.302],[39.228,-100.696],[38.438,-101.088],[38.538,-101.482],[38.931,-101.38],[39.326,-101.284],[39.522,-100.894],[40.307,-100.598],[41.094,-100.104],[41.486,-99.907],[42.199,-99.902],[42.863,-99.907],[43.255,-99.907],[43.552,-99.515],[44.363,-99.12],[47.066,-99.12],[47.484,-99.025],[47.876,-98.923],[48.074,-98.533],[48.469,-98.43],[48.859,-98.43],[49.254,-98.334],[50.04,-98.334],[50.432,-98.334],[50.826,-98.334],[51.22,-98.533],[51.415,-98.533],[51.612,-98.533],[52.005,-98.629],[52.793,-99.025],[53.186,-99.025],[53.973,-99.12],[54.365,-99.419],[54.758,-99.708],[55.154,-100.005],[55.35,-100.4],[55.449,-101.185],[55.35,-102.367],[55.35,-102.76],[54.954,-103.546],[54.56,-103.839],[54.169,-104.232],[53.775,-104.334],[53.284,-104.427],[52.496,-104.427],[51.708,-104.427],[50.928,-104.923],[50.531,-105.119],[50.333,-105.512],[49.941,-105.709],[49.646,-106.099],[49.448,-106.099],[49.254,-106.099],[48.859,-106.296],[48.568,-106.691],[48.173,-106.79],[47.78,-106.987],[47.385,-107.28],[46.993,-107.379],[46.06,-107.479],[45.128,-107.379],[44.536,-107.28],[44.339,-107.28],[43.945,-107.577],[43.456,-107.773],[42.764,-108.462],[41.586,-108.462],[41.586,-107.871],[41.391,-107.479],[40.997,-107.479],[40.603,-107.479],[40.113,-107.773],[40.307,-108.168],[40.505,-108.757],[40.505,-108.951],[40.113,-109.148],[39.716,-109.346],[39.716,-109.738],[39.621,-110.23],[38.466,-110.23],[38.046,-110.034],[37.656,-109.642],[37.061,-109.835],[36.671,-110.034],[36.572,-110.427],[35.686,-110.326],[34.805,-110.525],[34.41,-110.623],[34.41,-111.065],[34.805,-111.016],[35.195,-111.117],[35.686,-111.065],[35.786,-111.902],[35.488,-112.296],[35.195,-112.687],[34.805,-112.687],[33.917,-112.687],[33.13,-112.787],[32.837,-113.178],[32.54,-113.576],[32.148,-113.67],[31.755,-113.576],[31.755,-112.394],[30.673,-112.296],[30.673,-113.104],[30.868,-113.475],[31.26,-113.87],[31.26,-114.213],[28.559,-114.213],[28.609,-112.984],[28.411,-112.591],[28.411,-112.196],[28.559,-111.803],[28.017,-111.902],[28.115,-112.296],[28.216,-112.884],[27.922,-113.475],[27.499,-113.67],[26.736,-113.67],[26.717,-114.655],[26.249,-114.752],[25.362,-114.163],[24.973,-113.968],[24.579,-114.066],[24.185,-114.066],[23.888,-113.67],[23.495,-112.884],[22.906,-112.591],[22.71,-112.591],[22.217,-112.687],[21.928,-113.081],[22.121,-113.475],[22.516,-113.772],[21.163,-113.772],[19.957,-113.475],[19.462,-113.277],[18.971,-112.984],[18.876,-112.591],[19.074,-112.196],[19.462,-111.803],[20.249,-111.705],[20.939,-111.605],[20.939,-110.721],[20.178,-110.721],[19.76,-111.016],[18.876,-111.016],[18.087,-111.117],[17.672,-111.214],[16.91,-111.214],[16.91,-110.131],[16.91,-109.738],[16.714,-109.346],[16.319,-109.148],[16.319,-109.936],[16.221,-110.326],[15.828,-110.525],[15.632,-110.524],[15.436,-110.525],[15.043,-110.82],[14.746,-111.214],[14.56,-111.213],[14.354,-111.214],[13.543,-111.803],[12.88,-111.705],[12.88,-110.943],[13.074,-110.525],[13.174,-110.034],[12.88,-109.247],[12.98,-108.853],[12.585,-108.561],[11.993,-108.265],[11.406,-108.361],[11.406,-108.757],[11.21,-109.148],[11.21,-109.543],[10.815,-109.346],[10.715,-108.853],[10.505,-108.847],[10.32,-108.853],[9.538,-108.757],[9.438,-108.069],[9.634,-107.676],[9.816,-107.682],[10.029,-107.676],[10.421,-107.479],[10.421,-107.083],[10.421,-106.691],[10.225,-106.296],[9.833,-106.397],[9.438,-106.79],[8.941,-106.8],[8.555,-106.79],[8.06,-106.987],[8.258,-108.168],[8.06,-108.561],[7.474,-108.361],[7.474,-107.183],[7.079,-106.987],[6.484,-107.183],[5.51,-106.79],[5.605,-106.397],[6,-106.201],[5.803,-105.808],[4.816,-105.808],[4.424,-105.709],[4.031,-105.709],[3.639,-105.413],[3.54,-105.02],[3.143,-104.923],[2.753,-104.528],[2.654,-104.134],[2.445,-104.128],[2.262,-104.134],[1.866,-103.645],[2.628,-103.645],[3.046,-103.839],[3.341,-104.232],[3.734,-104.427],[4.13,-104.427],[4.523,-104.528],[4.915,-104.427],[5.307,-104.727],[5.51,-105.119],[5.721,-105.125],[5.898,-105.119],[6.09,-105.118],[6.293,-105.119],[6.686,-105.413],[7.716,-105.512],[8.751,-105.413],[9.142,-105.119],[8.945,-104.727],[8.16,-104.727],[7.764,-104.727],[7.667,-104.334],[7.276,-104.232],[7.087,-104.286],[6.882,-104.334],[6.484,-104.035],[6.391,-103.645],[6.193,-103.252],[5.803,-103.057],[5.605,-102.66],[5.704,-102.268],[5.605,-101.482],[4.523,-101.284],[4.13,-100.497],[3.734,-100.302],[3.341,-100.005],[3.143,-99.613],[2.753,-99.419],[2.359,-99.12],[2.359,-98.727],[2.359,-98.334],[1.966,-97.945],[1.573,-97.546],[1.573,-96.763],[1.378,-96.369],[1.378,-95.972],[1.283,-96.369],[0.884,-96.074],[0.1,-95.779],[-0.194,-95.384],[-0.589,-95.09],[-0.816,-95.078],[-0.986,-95.09],[-1.572,-94.893],[-1.966,-94.597],[-1.867,-94.108],[-1.473,-94.01],[-1.081,-94.108],[-0.293,-94.108],[-0.392,-93.615],[-0.392,-93.225],[-0.784,-93.027],[-1.18,-92.831],[-1.572,-92.534],[-2.163,-92.437],[-2.555,-92.045],[-2.948,-91.751],[-3.34,-91.648],[-3.736,-91.356],[-3.931,-90.962],[-4.029,-90.569],[-4.62,-90.175],[-5.626,-90.569],[-6.388,-90.569],[-6.486,-89.881],[-6.19,-89.094],[-7.37,-88.8],[-7.57,-88.799],[-7.763,-88.8],[-8.553,-88.409],[-8.944,-88.11],[-9.339,-87.817],[-9.512,-87.822],[-9.73,-87.817],[-10.125,-87.619],[-10.125,-87.227],[-10.125,-86.833],[-10.517,-86.44],[-10.914,-86.144],[-11.307,-86.144],[-11.698,-86.144],[-12.091,-85.85],[-12.487,-85.554],[-12.387,-85.161],[-12.19,-84.768],[-12.387,-84.375],[-12.605,-84.318],[-12.78,-84.277],[-12.979,-83.884],[-12.879,-83.488],[-12.585,-82.899],[-12.681,-82.21],[-12.876,-82.205],[-13.073,-82.21],[-13.271,-81.82],[-13.271,-81.03],[-12.217,-81.03],[-11.796,-81.132],[-11.402,-80.937],[-11.206,-80.542],[-11.503,-80.149],[-11.895,-79.954],[-11.895,-79.557],[-11.895,-79.165],[-12.387,-78.967],[-12.487,-78.575],[-12.387,-78.083],[-10.814,-78.035],[-10.914,-77.101],[-11.307,-76.804],[-11.503,-76.411],[-11.307,-76.017],[-11.307,-75.721],[-10.517,-75.721],[-10.322,-75.734],[-10.03,-75.721],[-9.73,-75.33],[-9.339,-74.939],[-8.553,-75.134],[-8.159,-75.037],[-7.569,-74.838],[-6.587,-75.134],[-6.292,-75.527],[-6.072,-75.533],[-5.897,-75.527],[-5.504,-75.627],[-5.115,-75.921],[-4.913,-76.313],[-4.52,-76.707],[-3.931,-77.491],[-3.638,-77.884],[-3.243,-77.986],[-2.852,-77.884],[-2.458,-78.083],[-2.458,-78.871],[-2.271,-78.876],[-2.064,-78.871],[-1.667,-78.675],[-1.473,-78.279],[-1.473,-77.884],[-1.081,-77.593],[-1.081,-76.707],[-0.986,-76.313],[-0.589,-76.017],[-0.194,-75.43],[-0.194,-75.233],[-0.589,-74.838],[-0.491,-74.442],[-0.001,-73.659],[0.393,-73.56],[0.689,-73.167],[0.986,-72.775],[0.986,-72.379],[0.986,-71.989],[1.283,-71.204],[1.671,-70.908],[2.065,-70.513],[2.458,-70.216],[2.557,-69.826],[2.458,-69.433],[2.165,-68.841],[2.165,-68.646],[2.359,-68.254],[2.359,-67.855],[5.112,-67.855],[5.211,-68.449],[5.211,-68.841],[5.51,-69.236],[5.898,-69.63],[6.293,-69.63],[6.686,-69.63],[7.079,-69.532],[7.474,-69.333],[7.867,-69.532],[8.16,-69.925],[9.044,-70.022],[9.044,-71.204],[10.616,-71.204],[10.715,-71.597],[10.616,-72.185],[9.855,-72.185],[9.438,-72.088],[9.266,-72.081],[9.044,-72.088],[9.044,-72.482],[8.65,-72.578],[9.142,-73.366],[9.438,-73.76],[9.538,-74.545],[9.634,-75.33],[9.634,-75.721],[9.833,-76.12],[10.225,-76.313],[10.616,-76.707],[11.01,-76.804],[11.406,-77.101],[11.797,-77.2],[11.987,-77.193],[12.19,-77.2],[12.388,-77.593],[12.388,-77.986],[12.684,-78.379],[13.074,-78.675],[13.469,-78.967],[13.469,-79.338],[13.469,-79.753],[13.368,-80.245],[12.585,-80.245],[11.797,-80.346],[11.406,-80.27],[11.406,-81.525],[11.01,-81.916],[10.803,-81.916],[10.616,-81.916],[10.225,-82.21],[10.275,-82.582],[10.275,-85.751],[10.715,-86.048],[10.911,-86.44],[11.307,-86.833],[11.504,-87.227],[11.702,-88.01],[11.893,-88.409],[12.289,-88.602],[12.505,-88.608],[12.684,-88.602],[13.469,-88.998],[13.764,-89.388],[14.159,-89.682],[14.354,-90.074],[14.837,-90.161],[15.138,-90.175],[15.348,-90.163],[15.633,-90.175],[15.927,-90.569],[16.319,-90.862],[16.319,-91.255],[16.609,-91.648],[17.01,-91.751],[17.402,-91.849],[17.797,-91.849],[18.186,-91.944],[18.483,-92.534],[18.186,-93.126],[17.797,-93.421],[17.797,-93.812],[18.087,-94.993],[18.383,-95.384],[18.589,-95.391],[18.777,-95.384],[19.171,-95.678],[19.462,-96.174],[19.76,-96.957],[19.858,-97.352],[20.648,-97.449],[21.434,-97.352],[21.629,-97.351],[21.824,-97.352],[22.121,-96.957],[22.71,-96.174],[23.103,-96.27],[23.398,-96.663],[23.792,-96.763],[24.185,-96.469],[24.579,-96.174],[24.773,-95.779],[24.973,-95.361],[24.973,-94.108],[23.792,-94.108],[23.792,-92.926],[23.792,-92.534],[23.398,-91.751],[23.004,-91.454],[22.413,-91.158],[21.333,-91.356],[20.939,-91.158],[20.544,-90.962],[20.353,-90.569],[20.056,-90.175],[19.957,-89.783],[19.565,-89.584],[19.171,-89.191],[18.971,-88.8],[18.579,-88.602],[17.893,-87.913],[18.186,-86.539],[17.99,-85.947],[17.598,-85.358],[17.797,-83.985],[17.797,-83.589],[17.893,-83.194],[17.893,-82.309],[18.876,-82.21],[19.661,-81.916],[19.957,-81.525],[20.249,-81.132],[21.039,-80.834],[21.434,-80.542],[22.413,-80.053],[22.612,-80.053],[23.004,-80.245],[24.384,-80.937],[25.362,-80.639],[25.953,-80.736],[26.348,-80.736],[26.741,-80.937],[26.837,-81.328],[27.232,-81.525],[30.35,-81.525],[30.771,-81.82],[31.361,-81.916],[31.557,-81.916],[31.855,-81.525],[31.952,-81.132],[32.344,-80.937],[34.31,-80.937],[34.508,-80.542],[34.113,-80.149],[33.329,-80.149],[32.344,-80.149],[31.952,-80.053],[31.557,-79.753],[31.163,-79.46],[30.771,-79.165],[30.478,-78.771],[30.281,-78.379],[29.987,-77.986],[29.589,-77.986],[28.807,-78.083],[28.411,-78.478],[27.823,-78.871],[26.837,-78.575],[26.052,-78.575],[25.267,-78.675],[24.876,-78.575],[24.484,-78.379],[24.087,-78.083],[23.691,-78.182],[23.302,-78.379],[22.906,-78.182],[22.516,-77.986],[22.516,-77.593],[22.121,-77.2],[22.023,-76.804],[21.632,-76.903],[21.236,-76.903],[20.842,-77.2],[20.842,-77.593],[20.449,-77.593],[20.056,-77.593],[19.661,-77.398],[19.565,-77.005],[19.957,-76.707],[20.154,-76.707],[20.353,-76.707],[20.747,-76.411],[19.957,-76.411],[18.681,-76.017],[18.288,-75.823],[18.383,-75.43],[19.074,-74.838],[19.462,-74.838],[19.858,-74.738],[20.449,-74.738],[21.039,-74.738],[21.632,-75.527],[22.121,-75.921],[22.71,-75.721],[23.103,-75.527],[23.495,-75.233],[23.595,-74.838],[23.595,-74.442],[23.987,-74.249],[24.384,-74.056],[24.773,-73.76],[24.579,-73.366],[23.495,-72.876],[23.103,-72.675],[23.103,-72.283],[23.004,-71.597],[22.245,-71.597],[21.725,-71.694],[21.333,-71.79],[21.137,-72.185],[21.137,-72.578],[20.842,-72.97],[20.635,-72.97],[20.449,-72.97],[20.449,-73.366],[20.449,-73.76],[19.661,-73.76],[19.074,-72.97],[18.681,-72.675],[18.288,-72.482],[18.288,-72.088],[18.288,-71.694],[18.087,-71.301],[17.797,-70.908],[17.797,-70.513],[17.499,-69.925],[17.598,-69.333],[17.698,-68.94],[17.893,-68.545],[17.598,-68.155],[17.206,-67.763],[17.105,-67.267],[17.598,-66.876],[17.402,-66.484],[17.01,-66.484],[16.023,-66.876],[15.236,-66.876],[14.453,-66.876],[13.958,-66.68],[13.665,-66.288],[13.862,-65.895],[14.549,-65.206],[14.453,-64.814],[14.057,-64.714],[12.684,-65.598],[12.289,-65.895],[11.893,-66.384],[11.504,-66.484],[11.111,-66.288],[10.225,-65.794],[9.833,-65.5],[9.438,-65.402],[9.044,-65.206],[8.751,-64.814],[8.355,-64.515],[7.177,-64.418],[6.391,-64.319],[5.898,-64.025],[5.26,-63.926],[4.13,-64.221],[3.934,-65.598],[3.143,-65.598],[2.753,-65.402],[2.557,-65.129],[2.165,-65.108],[1.671,-65.206],[0.884,-65.206],[0.049,-65.129],[0.049,-63.926],[-0.762,-63.926],[-1.378,-64.025],[-1.77,-64.319],[-1.966,-65.206],[-2.357,-65.011],[-3.145,-65.011],[-3.145,-65.698],[-3.243,-66.091],[-3.047,-66.484],[-1.499,-66.484],[-0.689,-66.288],[-0.293,-65.992],[0.32,-65.794],[1.105,-65.895],[1.283,-66.68],[1.083,-67.66],[1.283,-68.254],[1.671,-68.841],[1.573,-69.63],[0.811,-69.63],[0.393,-69.433],[0.068,-69.45],[-0.392,-69.433],[-0.784,-69.236],[-0.986,-68.841],[-1.378,-68.449],[-1.572,-68.449],[-1.966,-68.646],[-1.867,-69.433],[-1.473,-69.727],[-1.378,-70.095],[-1.378,-70.708],[-2.163,-70.611],[-2.555,-70.708],[-2.458,-71.204],[-1.966,-71.989],[-1.966,-72.379],[-1.966,-72.775],[-2.26,-73.167],[-2.458,-73.56],[-2.751,-73.953],[-3.145,-73.855],[-3.638,-73.56],[-3.835,-72.775],[-4.52,-72.088],[-4.745,-72.081],[-4.913,-72.088],[-5.409,-71.989],[-5.801,-71.597],[-5.603,-71.004],[-5.603,-70.811],[-5.701,-70.415],[-6.094,-70.315],[-6.486,-70.216],[-7.079,-69.333],[-6.781,-68.352],[-6.486,-67.959],[-6.094,-67.855],[-5.701,-67.562],[-5.801,-67.173],[-6.044,-66.778],[-5.897,-66.384],[-5.897,-65.992],[-6.044,-65.352],[-6.094,-65.108],[-5.996,-64.714],[-5.701,-64.319],[-5.409,-63.512],[-5.409,-62.746],[-5.996,-62.746],[-6.486,-62.648],[-7.471,-62.551],[-7.964,-62.551],[-8.65,-62.648],[-9.635,-62.648],[-10.422,-62.551],[-10.617,-62.159],[-11.009,-61.959],[-11.895,-61.763],[-11.991,-61.369],[-12.19,-60.977],[-13.073,-60.29],[-13.469,-60.587],[-13.887,-60.587],[-14.254,-60.587],[-14.648,-60.485],[-15.042,-60.558],[-15.042,-59.796],[-14.254,-59.406],[-14.254,-58.129],[-14.841,-58.129],[-15.236,-57.93],[-15.63,-57.832],[-16.025,-57.536],[-16.81,-56.943],[-17.206,-56.554],[-17.598,-56.262],[-17.99,-56.262],[-19.27,-56.262],[-19.27,-53.898],[-20.743,-53.801],[-21.137,-53.702],[-21.529,-53.605],[-21.529,-52.423],[-22.979,-52.423],[-23.396,-52.618],[-23.749,-52.608],[-24.182,-52.618],[-24.678,-52.72],[-24.678,-53.115],[-25.163,-53.502],[-25.754,-53.412],[-25.754,-52.227],[-24.971,-51.936],[-25.361,-51.145],[-25.163,-50.753],[-25.163,-50.263],[-26.421,-50.166],[-26.835,-50.361],[-27.232,-50.463],[-27.625,-50.361],[-28.116,-50.361],[-28.509,-50.657],[-28.706,-51.049],[-29.493,-50.753],[-29.689,-50.753],[-29.884,-50.753],[-30.671,-50.463],[-31.064,-50.166],[-31.163,-49.772],[-30.965,-49.379],[-30.754,-49.366],[-30.573,-49.379],[-30.281,-48.985],[-29.884,-48.786],[-29.493,-48.593],[-28.986,-48.58],[-28.607,-48.593],[-28.214,-48.593],[-27.823,-48.296],[-27.428,-48.002],[-27.033,-47.805],[-26.738,-47.411],[-25.956,-46.72],[-25.956,-44.66],[-25.659,-44.267],[-25.267,-44.07],[-24.482,-43.674],[-24.182,-43.087],[-24.281,-42.497],[-24.482,-41.809],[-24.182,-40.43],[-24.182,-39.843],[-24.182,-39.251],[-25.267,-38.367],[-25.361,-37.974],[-25.754,-37.778],[-26.936,-37.288],[-27.331,-37.288],[-27.823,-37.482],[-28.509,-37.679],[-28.902,-37.778],[-29.884,-37.778],[-30.281,-38.073],[-30.671,-38.469],[-31.09,-38.563],[-34.579,-38.563],[-35.587,-38.661],[-36.081,-38.661],[-36.667,-39.056],[-36.866,-39.056],[-37.259,-38.856],[-37.259,-38.469],[-37.456,-38.073],[-39.423,-38.073],[-39.618,-37.679],[-39.327,-37.288],[-38.93,-36.991],[-38.833,-36.402],[-38.93,-35.81],[-39.227,-34.827],[-39.128,-34.141],[-38.93,-33.743],[-38.635,-33.331],[-38.635,-31.018],[-38.734,-30.598],[-39.128,-30.305],[-39.327,-29.911],[-39.815,-28.731],[-39.815,-28.339],[-39.52,-27.947],[-39.327,-27.549],[-39.03,-27.061],[-39.03,-26.668],[-39.03,-26.275],[-39.327,-25.88],[-39.423,-25.266],[-39.327,-24.307],[-38.168,-24.307],[-37.259,-24.505],[-36.866,-24.307],[-36.572,-23.916],[-35.982,-23.817],[-34.999,-24.114],[-34.603,-23.817],[-34.211,-23.621],[-33.818,-23.521],[-33.423,-23.326],[-33.132,-22.933],[-32.835,-22.539],[-32.736,-22.146],[-32.342,-21.85],[-32.146,-22.345],[-32.538,-22.439],[-32.146,-22.636],[-31.749,-22.636],[-31.359,-22.636],[-30.573,-22.832],[-30.18,-23.128],[-29.396,-23.721],[-29.003,-24.114],[-28.214,-24.406],[-27.833,-24.405],[-27.428,-24.406],[-27.033,-24.601],[-26.544,-24.798],[-25.956,-25.586],[-24.773,-26.473],[-23.986,-26.668],[-23.296,-26.673],[-22.708,-26.668],[-21.923,-26.764],[-21.923,-28.068],[-22.12,-28.437],[-22.512,-28.832],[-22.905,-29.224],[-22.809,-29.814],[-22.512,-30.203],[-22.02,-31.092],[-21.824,-31.484],[-21.63,-31.877],[-21.43,-32.27],[-21.201,-32.281],[-21.038,-32.27],[-20.251,-32.37],[-19.956,-32.762],[-19.66,-33.154],[-19.27,-33.253],[-19.072,-33.253],[-18.875,-33.253],[-18.579,-33.647],[-18.361,-33.652],[-18.185,-33.647],[-17.794,-33.843],[-17.12,-33.855],[-16.615,-33.843],[-15.827,-33.944],[-15.827,-35.122],[-15.827,-35.517],[-15.926,-36.3],[-15.852,-36.72],[-15.926,-37.482],[-15.732,-37.875],[-14.943,-38.171],[-14.352,-38.266],[-13.37,-38.073],[-13.173,-38.073],[-12.979,-38.073],[-11.796,-37.482],[-10.79,-37.383],[-10.224,-37.383],[-9.831,-37.482],[-9.438,-37.406],[-9.438,-38.073],[-9.339,-38.469],[-8.944,-38.762],[-8.65,-39.151],[-8.254,-39.151],[-7.862,-39.151],[-7.079,-39.151],[-6.688,-39.447],[-6.292,-39.744],[-5.897,-40.04],[-5.504,-40.43],[-5.115,-40.333],[-4.326,-39.941],[-3.638,-39.251],[-2.948,-38.073],[-2.852,-37.679],[-2.555,-37.288],[-2.26,-36.895],[-1.867,-36.697],[-1.473,-36.5],[-1.081,-36.3],[-0.689,-35.909],[-0.589,-35.517],[-0.1,-35.221],[0.195,-34.827],[0.59,-34.63],[0.986,-34.239],[1.378,-34.039],[1.772,-33.647],[2.262,-33.451],[3.046,-33.154],[3.264,-33.161],[3.54,-33.154],[3.934,-32.958],[4.13,-32.566],[5.112,-31.484],[5.51,-31.387],[5.898,-31.191],[6.293,-30.995],[6.785,-30.203],[7.57,-29.617],[7.764,-29.224],[7.867,-28.832],[7.961,-28.019],[7.867,-27.255],[5.898,-26.863],[5.605,-26.473],[5.211,-26.371],[4.424,-26.371],[3.906,-26.473],[1.184,-26.445],[1.283,-25.979],[2.065,-25.586],[2.458,-25.291],[2.654,-24.895],[2.85,-24.505],[3.245,-24.209],[3.465,-24.203],[3.639,-24.209],[4.449,-24.012],[6.785,-24.012],[6.785,-25.489],[7.276,-25.684],[8.06,-26.175],[8.456,-26.568],[8.658,-26.562],[8.846,-26.568],[8.945,-26.962],[9.142,-27.747],[9.242,-28.143],[9.634,-28.437],[9.854,-28.442],[10.029,-28.437],[10.715,-28.731],[10.815,-29.128],[10.715,-29.522],[10.715,-29.962],[10.225,-29.911],[9.438,-29.911],[9.044,-29.962],[9.044,-30.401],[9.142,-30.995],[10.694,-30.995],[11.504,-30.701],[11.893,-30.498],[12.289,-30.109],[12.684,-30.305],[12.19,-31.484],[12.19,-32.27],[11.603,-32.37],[11.408,-32.369],[11.21,-32.37],[10.815,-32.666],[10.421,-32.958],[10.029,-33.351],[9.634,-33.451],[9.242,-33.843],[9.048,-33.837],[8.846,-33.843],[8.555,-34.239],[8.456,-34.63],[8.24,-34.636],[8.06,-34.63],[7.858,-34.63],[7.667,-34.63],[7.276,-34.827],[6.882,-34.925],[6.686,-35.322],[6.293,-35.616],[6.076,-35.621],[5.898,-35.616],[5.51,-35.81],[5.311,-35.811],[5.112,-35.81],[5.112,-36.203],[5.409,-36.596],[5.307,-36.991],[5.014,-37.482],[4.621,-37.778],[3.443,-38.171],[3.245,-38.563],[3.048,-38.557],[2.85,-38.563],[2.753,-38.956],[2.753,-39.843],[1.866,-39.941],[0.986,-39.89],[0.986,-40.923],[1.378,-41.317],[1.772,-41.609],[1.772,-41.809],[1.671,-42.203],[1.283,-42.592],[1.573,-43.185],[2.165,-43.283],[2.753,-43.185],[3.143,-42.891],[3.245,-42.397],[3.443,-42.004],[3.641,-41.998],[3.835,-42.004],[4.227,-41.906],[4.621,-41.609],[4.915,-41.218],[5.307,-41.022],[5.529,-41.016],[5.704,-41.022],[6.098,-40.725],[6.391,-40.236],[6.686,-39.352],[6.889,-39.345],[7.079,-39.352],[7.867,-38.762],[8.258,-38.563],[8.555,-38.171],[9.438,-37.778],[9.707,-37.778],[10.225,-37.679],[10.32,-37.288],[10.616,-36.895],[11.01,-36.697],[11.797,-36.3],[12.98,-35.322],[13.764,-35.122],[14.159,-34.827],[14.255,-34.435],[14.549,-34.039],[14.354,-33.647],[13.958,-33.351],[13.958,-32.958],[13.862,-32.37],[13.958,-31.779],[14.648,-31.092],[14.549,-30.305],[15.043,-29.522],[15.236,-29.128],[15.471,-29.113],[15.633,-29.128],[16.023,-29.128],[16.811,-28.925],[16.811,-27.357],[15.828,-27.357],[15.828,-27.747],[15.436,-27.849],[15.043,-27.65],[15.138,-27.255],[15.436,-26.863],[16.023,-26.079],[16.415,-25.88],[16.811,-25.489],[17.206,-25.783],[17.303,-26.175],[17.698,-26.473],[17.797,-26.079],[17.893,-25.684],[18.681,-25.195],[18.579,-24.307],[18.579,-23.916],[19.074,-23.521],[19.957,-23.521],[20.353,-23.521],[20.747,-23.621],[20.939,-24.012],[21.333,-24.307],[21.333,-24.703],[21.333,-25.093],[21.137,-25.489],[21.434,-25.88],[21.824,-26.079],[22.217,-25.979],[22.612,-25.586],[23.027,-25.586],[23.398,-25.586],[23.888,-25.684],[23.888,-26.568],[23.987,-26.962],[23.938,-27.158],[24.773,-27.158],[25.168,-27.255],[24.876,-27.747],[24.484,-28.042],[24.087,-28.437],[23.595,-28.437],[23.691,-27.65],[23.595,-27.255],[23.103,-27.255],[22.71,-27.357],[22.413,-27.849],[22.023,-28.143],[22.023,-28.535],[21.928,-28.925],[21.824,-29.32],[21.632,-29.716],[21.236,-29.814],[21.02,-29.818],[20.842,-29.814],[20.449,-30.203],[20.056,-30.498],[20.056,-30.895],[20.056,-31.289],[20.353,-31.678],[20.747,-31.484],[21.137,-31.191],[21.533,-30.895],[22.315,-30.895],[22.71,-30.895],[23.103,-30.895],[23.495,-31.191],[23.202,-31.584],[22.807,-31.678],[23.103,-32.073],[23.495,-32.47],[24.384,-32.47],[25.267,-32.47],[25.66,-32.37],[26.052,-32.173],[26.445,-31.779],[26.618,-31.785],[26.837,-31.779],[27.232,-31.678],[27.333,-31.289],[27.333,-30.895],[27.721,-30.795],[28.115,-30.498],[28.017,-30.109],[27.626,-30.009],[27.232,-29.617],[27.626,-28.635],[28.411,-28.24],[28.708,-27.136],[28.609,-26.962],[28.708,-26.568],[28.609,-26.175],[28.609,-25.844],[28.755,-25.439],[29.048,-25.046],[29.198,-24.798],[29.344,-24.601],[29.544,-24.505],[29.689,-24.307],[29.934,-24.114],[30.133,-23.964],[30.332,-23.672],[30.281,-23.326],[30.083,-23.128],[29.987,-22.933],[29.889,-22.684],[29.889,-22.316],[29.934,-21.753],[30.035,-21.553],[30.23,-21.357],[30.428,-21.211],[30.82,-21.655],[30.868,-21.85],[30.967,-22.146],[31.016,-22.345],[31.016,-22.933],[30.967,-23.128],[31.016,-23.721],[31.361,-23.721],[31.557,-23.672],[31.755,-23.521],[31.905,-23.326],[32.1,-23.176],[32.54,-22.785],[32.738,-22.587],[32.936,-22.345],[33.082,-22.146],[33.281,-22.049],[33.475,-22.049],[33.868,-22.049],[34.259,-22.001],[34.456,-21.85],[34.876,-21.8],[35.096,-21.8],[35.293,-21.903],[35.488,-22.049],[35.441,-22.232],[35.488,-22.439],[35.392,-22.992],[35.441,-23.274],[35.635,-23.469],[35.737,-23.672],[36.031,-23.865],[36.547,-23.916],[37.109,-23.817],[37.311,-23.672],[37.656,-23.274],[37.85,-23.128],[38.243,-22.785],[38.538,-22.587],[38.685,-22.394],[38.883,-22.245],[39.079,-22.197],[39.337,-22.098],[42.004,-22.098],[41.98,-22.785],[41.98,-23.028],[41.928,-23.326],[42.004,-23.806],[42.324,-23.721],[42.52,-23.768],[42.719,-23.817],[43.01,-23.817],[43.699,-23.672],[43.993,-23.274],[44.19,-23.176],[44.612,-23.128],[44.828,-23.128],[45.027,-23.227],[45.128,-23.423],[45.324,-23.569],[45.52,-23.521],[45.665,-23.128],[45.861,-23.028],[45.911,-22.832],[45.911,-22.439],[45.861,-21.8],[45.714,-21.553],[45.467,-21.012],[45.37,-20.239],[45.37,-19.884],[45.467,-19.586],[45.566,-19.39],[45.616,-19.196],[45.812,-18.901],[45.861,-18.608],[45.812,-18.263],[45.616,-18.064],[45.422,-17.916],[45.324,-17.719],[45.324,-17.277],[45.224,-17.033],[45.076,-16.836],[44.732,-16.348],[44.582,-15.953],[44.141,-15.656],[43.897,-15.51],[43.699,-15.363],[43.501,-15.165],[43.456,-14.969],[43.405,-14.575],[43.061,-13.644],[42.911,-13.1],[42.57,-12.607],[42.372,-12.462],[42.176,-12.264],[41.98,-12.119],[41.781,-12.119],[41.579,-12.121],[41.336,-12.119],[40.945,-11.97],[40.749,-11.923],[40.622,-11.922],[40.505,-11.923],[40.307,-11.873],[40.113,-11.774],[39.865,-11.58],[39.522,-11.626],[39.326,-11.774],[38.883,-12.119],[38.685,-12.119],[38.389,-12.119],[38.046,-12.166],[37.753,-12.214],[37.26,-12.264],[37.013,-12.361],[36.794,-12.361],[36.572,-12.361],[36.324,-12.214],[36.767,-12.019],[37.408,-11.774],[38.046,-11.677],[38.438,-11.626],[38.438,-11.233],[38.438,-10.985],[38.732,-10.644],[38.831,-10.447],[38.883,-10.102],[38.857,-9.896],[38.883,-9.708],[38.831,-9.462],[38.831,-8.677],[39.126,-8.285],[39.816,-7.595],[40.01,-7.204],[40.21,-6.807],[40.505,-6.415],[40.801,-6.024],[41.19,-5.626],[41.586,-5.432],[42.027,-5.432],[42.473,-5.432],[42.863,-5.726],[42.863,-6.122],[43.255,-6.513],[43.456,-6.122],[44.339,-4.939],[44.536,-4.548],[44.928,-4.256],[45.324,-4.057],[45.616,-3.66],[45.714,-2.78],[45.812,-2.386],[46.108,-1.991],[46.796,-1.109],[47.188,-0.714],[47.29,-0.027],[47.29,0.169],[47.188,0.565],[47.385,1.843],[47.978,2.138],[48.367,2.333],[48.76,2.433],[49.156,2.725],[49.354,3.117],[49.547,3.514],[50.333,4.396],[50.728,5.185],[51.122,5.97],[51.516,7.2],[51.516,7.64],[51.22,8.037],[51.22,8.429],[51.419,9.218],[51.809,9.509],[52.204,9.707],[52.596,10.101],[53.385,10.788],[53.775,11.084],[53.973,11.475],[54.365,11.869],[54.758,12.753],[55.053,13.243],[55.544,13.638],[56.333,14.817],[57.513,16],[57.71,16.392],[58.001,16.882],[58.199,17.277],[58.199,18.06],[58.199,18.456],[58.397,18.848],[58.888,19.662],[58.888,23.051],[59.871,24.06],[60.656,24.647],[61.445,24.647],[62.626,24.553],[63.018,24.158],[63.508,23.374],[64.298,22.882],[64.715,22.782],[67.118,22.782],[67.539,23.077],[67.738,23.078],[67.932,23.077],[68.329,22.29],[68.621,21.899],[69.115,21.604],[69.507,21.208],[70.682,21.013],[71.077,20.711],[71.482,20.709],[71.868,20.711],[72.257,20.421],[72.652,20.421],[73.436,20.324],[73.832,19.93],[74.225,19.538],[74.62,19.145],[75.009,19.145],[76.191,19.145],[76.191,18.456],[76.191,18.06],[76.484,17.67],[76.688,17.664],[76.879,17.67],[77.273,17.374],[77.665,17.277],[78.059,17.085],[78.453,17.085],[78.846,16.981],[81.599,17.085],[81.599,16.49],[81.698,16.097],[81.698,15.708],[82.188,14.915],[84.157,14.915],[84.251,14.523],[84.451,14.131],[84.743,13.341],[85.135,13],[85.529,13.049],[85.924,13.049],[86.316,13],[86.514,12.26],[86.71,11.869],[86.71,11.475],[87.005,11.084],[87.203,10.691],[87.793,10.392],[87.988,10.392],[88.28,10.788],[88.674,10.886],[88.674,9.707],[88.973,8.429],[89.072,7.939],[89.169,7.546],[89.561,7.444],[89.751,7.446],[89.954,7.444],[90.742,7.151],[90.544,6.268],[90.152,5.874],[89.977,5.88],[89.757,5.874],[89.365,5.674],[88.973,5.478],[88.973,5.088],[88.87,4.591],[88.674,4.2],[88.28,3.81],[87.497,3.514],[87.105,3.514],[86.71,3.318],[86.71,2.92],[87.005,2.138],[86.904,1.744],[86.514,1.549],[86.096,1.353],[85.333,1.353],[85.333,2.239],[84.743,2.92],[84.548,2.038],[84.548,1.644],[84.157,1.448],[83.861,1.055],[83.861,-0.913],[83.565,-1.305],[83.172,-1.599],[82.971,-1.203],[82.579,-1.01],[82.188,-0.812],[81.698,-0.027],[81.698,1.156],[81.599,1.939],[80.811,1.843],[79.928,1.843],[79.536,1.843],[79.042,1.644],[78.306,1.448],[78.059,1.448],[77.665,1.744],[77.273,1.939],[76.879,2.333],[76.484,2.725],[75.703,2.433],[75.302,2.038],[74.913,1.644],[74.913,1.253],[74.913,0.861],[75.302,0.758],[76.29,0.37],[76.484,0.37],[77.074,0.665],[77.714,0.665],[78.353,0.665],[78.749,0.466],[78.749,0.074],[78.353,-0.223],[77.96,-0.223],[77.197,-0.125],[76.78,-0.125],[76.387,-0.223],[75.994,-0.223],[75.009,-0.613],[74.339,-0.615],[73.733,-0.613],[73.341,-0.714],[72.849,-0.714],[72.849,-2.679],[72.553,-3.072],[72.161,-3.174],[71.766,-3.565],[71.374,-3.66],[70.98,-3.66],[70.586,-3.861],[69.999,-4.057],[69.999,-4.548],[69.999,-5.334],[69.507,-6.122],[69.115,-6.513],[69.115,-6.908],[69.115,-7.3],[68.918,-7.791],[68.918,-8.432],[68.918,-9.07],[69.115,-9.462],[69.507,-9.856],[70.096,-9.856],[71.077,-9.759],[72.161,-8.777],[72.553,-8.48],[73.244,-7.696],[73.632,-7.3],[74.225,-6.122],[74.62,-5.726],[75.801,-5.136],[76.584,-4.451],[77.37,-3.861],[78.156,-3.369],[78.664,-3.356],[79.042,-3.369],[79.432,-3.268],[80.958,-3.072],[81.203,-3.072],[81.599,-3.072],[81.992,-3.268],[82.391,-3.268],[82.777,-3.268],[83.172,-3.465],[83.565,-3.465],[84.35,-3.369],[84.743,-3.072],[85.333,-2.386],[85.333,-1.991],[85.432,-1.599],[85.629,-1.203],[86.023,-1.01],[86.538,-0.913],[88.555,-0.913],[88.973,-1.01],[89.465,-1.01],[89.855,-0.714],[90.053,-0.321],[90.448,-0.125],[90.964,0.074],[92.979,0.074],[93.814,0.37],[97.132,0.37],[99.587,-0.027],[101.826,-0.027],[102.641,0.565],[103.027,0.861],[103.424,1.156],[103.915,1.939],[104.31,2.239],[104.703,2.333],[105.098,2.629],[105.292,3.024],[105.391,3.81],[105.65,3.824],[106.077,3.909],[106.273,4.299],[106.57,4.692],[106.962,4.692],[107.354,4.692],[108.142,4.791],[108.536,4.989],[108.927,5.088],[109.816,5.478],[108.633,5.478],[107.846,5.674],[107.454,5.874],[107.454,6.268],[107.648,6.662],[108.046,6.759],[108.436,6.856],[108.73,7.25],[109.026,7.64],[109.816,8.331],[110.305,8.624],[110.699,9.018],[111.092,9.018],[111.485,9.018],[111.878,8.726],[112.176,8.331],[112.957,8.135],[113.254,7.64],[113.647,7.25],[114.629,7.64],[114.827,8.037],[115.025,9.018],[115.123,9.804],[115.517,10.691],[115.613,11.084],[115.613,11.915],[115.613,12.753],[115.517,13.243],[115.517,14.62],[115.517,15.015],[115.808,15.804],[115.91,16.196],[115.91,17.473],[116.499,18.259],[116.796,18.651],[117.186,19.043],[117.482,19.434],[117.482,19.833],[117.678,20.711],[117.775,21.109],[118.071,21.505],[118.267,21.994],[118.267,22.39],[118.464,22.782],[118.66,23.175],[119.051,23.568],[119.249,23.964],[119.644,24.354],[119.746,25.14],[119.746,25.532],[119.644,26.323],[120.04,27.699],[120.431,28.092],[120.626,28.484],[120.921,28.876],[121.806,30.644],[122.396,31.827],[122.495,32.221],[122.691,32.611],[123.082,32.907],[123.673,33.302],[124.267,33.204],[124.658,32.907],[124.756,32.514],[124.949,32.121],[125.641,30.939],[125.839,30.547],[126.022,30.548],[126.23,30.547],[126.621,30.448],[127.021,30.055],[127.413,29.759],[127.511,29.37],[127.704,28.979],[128.098,28.288],[128.001,27.303],[128.296,26.91],[128.589,26.125],[128.788,25.338],[128.788,24.553],[128.691,23.764],[128.788,23.397],[128.788,21.208],[128.691,19.515],[128.887,19.145],[129.079,18.752],[130.259,18.651],[131.441,18.456],[131.736,17.67],[131.931,17.277],[132.322,16.882],[132.72,16.783],[133.113,16.686],[133.507,16.392],[133.801,16],[134.191,15.804],[134.589,15.708],[134.879,15.309],[135.274,14.523],[135.668,14.131],[135.962,13.738],[136.259,13.341],[137.043,12.949],[137.339,12.56],[137.538,12.166],[137.733,11.77],[137.957,11.76],[138.124,11.77],[138.298,11.776],[138.52,11.77],[138.913,11.475],[138.913,11.084],[139.6,10.493],[139.993,10.493],[140.251,10.489],[140.783,10.392],[141.072,10],[141.371,8.429],[141.467,7.64],[143.311,7.64],[143.728,7.84],[144.319,7.939],[144.517,7.939],[144.91,7.64],[145.103,7.642],[145.301,7.64],[145.696,7.25],[146.092,7.151],[146.483,6.856],[146.683,6.461],[148.646,6.461],[148.646,5.281],[149.334,5.385],[149.501,5.366],[149.727,5.385],[150.019,5.772],[150.116,6.167],[150.316,6.559],[150.712,6.759],[150.905,7.151],[151.199,8.037],[151.103,8.798],[151.298,9.218],[151.498,9.61],[151.889,9.804],[151.99,10.199],[152.774,10.788],[153.168,11.084],[153.464,11.475],[153.758,11.869],[153.758,12.26],[153.66,12.655],[153.658,13.441],[153.66,13.441],[154.447,13.341],[154.838,13.538],[155.233,13.638],[155.233,14.033],[155.134,14.817],[154.939,15.211],[154.838,16.392],[155.233,17.964],[155.626,18.259],[156.021,18.556],[156.806,18.556],[157.197,18.556],[157.594,18.556],[157.788,18.16],[158.184,18.06],[158.576,17.867],[159.462,17.67],[159.462,17.277],[159.462,16.882],[159.756,16.49],[160.938,16.981],[161.132,17.374],[161.329,17.767],[161.624,18.556],[161.92,19.833],[162.016,20.225],[162.309,20.619],[162.704,20.815],[162.803,21.208],[162.113,22.583],[162.309,22.979],[162.507,23.374],[162.899,23.667],[163.493,24.453],[163.886,24.749],[164.081,25.338],[163.886,26.125],[164.176,26.91],[163.59,27.796],[163.196,27.991],[162.803,28.092],[162.607,28.484],[162.507,28.876],[162.507,30.055],[162.507,30.448],[162.309,31.235],[162.309,31.878],[162.408,32.907],[162.704,33.302],[163.098,33.5],[163.493,33.596],[164.176,34.384],[164.965,35.069],[165.36,35.167],[165.654,35.56],[165.947,35.956],[165.947,36.843],[166.145,37.626],[166.639,38.412],[166.735,38.904],[167.126,39.297],[167.421,40.208],[167.421,42.323],[167.618,42.738],[167.719,43.228],[168.012,43.622],[168.405,44.019],[168.801,44.213],[170.077,45],[170.865,45.294],[171.358,46.08],[171.553,46.472],[171.947,46.574],[172.339,46.672],[172.831,46.868],[173.517,47.064],[173.712,47.064],[174.11,46.772],[173.613,45.978],[173.42,45.588],[173.027,45.492],[172.537,44.707],[172.537,43.818],[172.436,43.426],[172.436,42.252],[172.339,41.853],[172.142,41.456],[171.749,41.064],[171.749,39.885],[171.749,39.495],[171.65,39.102],[171.65,38.708],[171.553,38.217],[171.553,37.431],[170.373,37.33],[169.98,37.038],[169.684,36.645],[169.29,36.447],[168.897,36.052],[168.111,35.756],[167.9,35.764],[167.618,35.756],[166.933,35.167],[166.639,34.775],[166.538,34.384],[166.538,33.596],[166.538,33.204],[166.441,32.809],[166.045,32.611],[165.654,32.415],[165.559,31.631],[165.559,31.235],[165.559,30.842],[165.162,30.744],[164.771,30.547],[164.473,30.448],[164.473,28.457],[165.261,27.205],[165.847,26.028],[166.045,25.436],[165.847,24.647],[165.947,24.06],[166.343,23.764],[166.639,23.273],[167.029,23.374],[167.421,23.667],[167.618,24.06],[168.012,24.354],[168.212,25.14],[168.602,25.436],[169.191,25.633],[169.392,25.633],[169.785,25.436],[170.175,25.235],[170.764,25.929],[171.358,26.713],[171.65,27.597],[172.043,28.383],[172.537,29.172],[173.223,29.858],[173.449,29.866],[173.613,29.858],[174.009,29.96],[174.405,30.055],[174.795,30.154],[175.094,30.547],[174.699,31.331],[174.6,32.121],[175.189,33.792],[175.485,33.399],[176.17,32.611],[176.567,32.318],[176.96,31.927],[177.451,31.531],[177.842,31.235],[178.04,30.842],[178.335,30.448],[178.434,30.055],[178.532,29.662],[178.925,29.269],[179.517,29.37],[180.301,29.37],[180.79,29.075],[181.678,28.185],[182.171,27.796],[182.564,27.699],[182.956,27.402],[183.055,27.009],[183.154,26.223],[183.154,24.303],[183.154,22.882],[183.154,21.994],[182.564,20.711],[182.363,19.833],[182.363,18.948],[181.386,18.948],[180.991,18.752],[180.693,18.356],[180.107,17.473],[180.107,17.085],[179.712,16.981],[179.318,16.686],[178.532,16.097],[178.04,15.804],[177.842,15.412],[177.451,15.112],[177.35,14.327],[177.35,13.934],[176.96,13.638],[176.96,13],[176.96,12.36],[177.056,11.869],[177.451,11.574],[177.842,11.281],[178.236,11.084],[178.236,10.588],[178.335,10.101],[178.532,9.509],[178.631,9.018],[178.925,8.525],[179.318,8.429],[179.592,8.417],[179.809,8.429],[180.693,8.037],[180.891,8.037],[181.087,8.037],[181.386,7.64],[181.777,7.64],[182.587,7.64],[182.956,7.741],[184.137,7.668],[184.137,8.135],[184.04,8.525],[184.04,10.691],[183.743,11.084],[183.35,11.281],[183.154,11.281],[182.956,11.281],[182.564,11.574],[182.269,11.967],[181.874,12.56],[181.975,13.148],[182.072,13.638],[182.467,13.837],[185.609,13.837],[185.809,12.46],[185.905,12.065],[186.201,11.673],[186.201,11.231],[186.201,10.788],[185.462,10.493],[185.462,8.135],[186.298,8.135],[186.693,8.135],[187.087,7.939],[187.478,7.546],[187.873,7.25],[188.655,7.051],[189.491,6.956],[189.939,6.956],[190.332,7.051],[191.113,7.151],[191.508,7.151],[191.902,6.956],[192.197,6.559],[192.395,6.268],[193.18,6.167],[193.572,5.97],[193.957,5.97],[194.361,5.97],[194.754,5.874],[194.926,5.88],[195.147,5.874],[195.443,5.478],[195.835,5.185],[196.228,5.088],[196.62,4.791],[197.012,4.591],[197.213,4.2],[197.509,3.81],[197.902,3.514],[198.29,3.221],[198.686,3.221],[198.887,3.221],[199.079,3.221],[199.866,2.725],[200.064,2.333],[200.457,2.138],[200.848,1.744],[201.145,1.353],[201.438,0.958],[201.537,0.565],[201.734,0.169],[202.519,-0.613],[203.11,-1.794],[203.209,-2.187],[203.602,-2.586],[203.895,-2.977],[204.391,-3.369],[204.879,-3.66],[205.176,-4.057],[205.274,-4.548],[205.467,-5.039],[205.467,-5.432],[205.566,-5.828],[205.668,-6.217],[206.158,-6.513],[206.844,-7.3],[207.338,-8.381],[207.139,-8.971],[206.844,-9.366],[206.615,-9.377],[206.452,-9.366],[205.615,-9.462],[205.566,-10.25],[205.668,-10.644],[205.615,-11.034],[206.354,-11.034],[206.354,-11.432],[206.061,-11.822],[206.061,-13.001],[206.061,-13.396],[205.668,-13.789],[205.274,-14.084],[205.371,-15.263],[205.077,-16.444],[204.483,-17.231],[203.701,-18.113],[203.306,-18.409],[203.069,-18.402],[202.816,-18.409],[202.421,-18.707],[202.421,-19.1],[202.421,-19.492],[202.616,-19.884],[203.011,-20.276],[203.405,-20.571],[203.405,-21.357],[203.405,-22.146],[204.483,-22.146],[204.879,-22.439],[205.176,-22.832],[205.371,-23.227],[205.598,-23.238],[205.762,-23.227],[206.158,-23.227],[206.55,-23.423],[206.944,-23.423],[208.124,-23.423],[208.223,-24.406],[208.124,-24.749],[206.158,-24.749],[205.96,-25.093],[205.371,-25.88],[203.895,-25.88],[203.798,-25.093],[203.798,-24.703],[203.602,-24.355],[203.209,-24.307],[202.816,-24.406],[202.374,-24.355],[202.374,-26.568],[199.889,-26.568],[199.176,-27.405],[199.277,-28.042],[199.569,-28.437],[199.965,-28.832],[200.358,-28.925],[201.537,-28.925],[201.931,-28.925],[202.324,-29.027],[202.324,-29.421],[202.616,-29.814],[202.91,-30.203],[203.405,-30.305],[203.798,-30.498],[204.251,-30.508],[204.587,-30.498],[204.978,-30.498],[205.274,-30.895],[205.668,-31.289],[205.96,-31.678],[206.452,-32.073],[206.944,-32.47],[207.139,-32.47],[207.536,-32.27],[207.634,-31.877],[207.338,-31.484],[206.944,-31.191],[206.844,-30.401],[206.158,-29.617],[205.861,-29.224],[205.467,-28.925],[205.371,-28.535],[205.467,-28.143],[205.861,-28.339],[206.158,-28.731],[208.098,-28.731],[208.616,-29.027],[209.303,-29.716],[209.598,-30.109],[209.99,-30.203],[210.386,-30.401],[211.566,-30.009],[211.754,-30.01],[211.958,-30.009],[212.746,-29.716],[213.137,-29.522],[213.334,-28.731],[213.334,-28.339],[213.137,-27.947],[212.746,-27.549],[212.746,-27.158],[212.352,-26.568],[212.452,-25.684],[213.238,-25.684],[213.629,-25.88],[214.121,-26.175],[214.512,-26.079],[215.204,-25.391],[215.301,-24.999],[215.499,-24.209],[215.598,-23.817],[215.792,-23.423],[216.186,-22.907],[216.186,-20.791],[215.792,-20.276],[215.4,-19.983],[215.301,-19.586],[215.204,-19.172],[215.204,-18.018],[217.342,-18.018],[218.545,-18.707],[218.939,-18.901],[219.43,-19.196],[219.92,-19.586],[220.314,-19.687],[220.709,-19.884],[221.102,-20.179],[221.34,-20.174],[221.592,-20.179],[221.988,-20.474],[221.988,-20.867],[221.988,-21.655],[222.085,-22.146],[222.184,-22.514],[222.184,-23.721],[221.197,-23.916],[220.902,-24.406],[220.902,-25.291],[220.902,-25.684],[220.512,-25.88],[220.116,-26.175],[219.819,-26.568],[219.43,-26.764],[219.037,-27.061],[218.939,-27.451],[218.642,-27.849],[218.642,-28.437],[218.741,-29.522],[219.037,-29.911],[219.23,-30.305],[219.332,-30.701],[219.546,-30.71],[219.723,-30.701],[220.61,-30.895],[221.006,-30.895],[221.787,-30.995],[221.787,-34.457],[221.889,-34.827],[221.988,-35.221],[222.283,-35.616],[222.465,-35.615],[222.676,-35.616],[223.066,-35.81],[223.855,-36.697],[224.15,-37.089],[224.832,-37.778],[225.228,-37.778],[225.626,-37.778],[227.196,-36.792],[227.587,-36.697],[228.379,-36.991],[228.767,-37.188],[229.061,-37.582],[229.456,-37.875],[229.665,-37.88],[229.853,-37.875],[230.146,-38.266],[230.585,-38.279],[230.931,-38.266],[231.326,-38.469],[231.719,-38.563],[232.111,-38.856],[232.111,-39.251],[233.095,-40.04],[233.488,-40.236],[233.681,-40.629],[234.077,-40.923],[235.157,-42.203],[235.551,-42.497],[236.144,-43.283],[236.238,-43.674],[236.533,-44.07],[236.633,-44.461],[236.928,-45.249],[237.225,-45.642],[238.009,-46.429],[238.405,-46.622],[238.6,-47.017],[238.809,-47.023],[238.995,-47.017],[239.684,-47.805],[240.074,-48.1],[240.27,-48.493],[240.663,-48.887],[241.055,-49.281],[241.451,-49.572],[241.451,-50.361],[241.551,-50.753],[241.551,-51.542],[241.551,-51.936],[241.842,-52.327],[242.139,-52.72],[242.238,-53.801],[242.238,-54.488],[242.139,-54.883],[242.139,-55.276],[242.139,-55.665],[242.431,-56.062],[242.431,-56.457],[242.629,-57.246],[243.027,-57.635],[243.223,-58.028],[243.517,-58.421],[243.908,-58.323],[244.107,-57.93],[244.496,-57.832],[244.894,-57.536],[245.184,-57.143],[245.092,-56.751],[244.894,-56.357],[244.793,-55.768],[245.092,-54.783],[245.092,-53.061],[245.092,-51.739],[245.092,-51.344],[244.793,-50.952],[244.4,-50.657],[244.4,-50.067],[244.4,-49.474],[244.793,-48.296],[245.092,-47.313],[244.993,-46.72],[244.598,-46.429],[244.204,-46.133],[244.254,-45.518],[244.204,-44.953],[244.301,-44.461],[244.254,-44.07],[244.993,-44.07],[245.383,-44.267],[245.482,-44.66],[245.678,-45.052],[245.973,-45.442],[246.168,-45.841],[246.568,-45.642],[246.568,-44.855],[246.954,-44.562],[248.134,-44.267],[248.134,-44.66],[247.936,-45.052],[247.84,-45.442],[247.548,-45.841],[247.055,-46.133],[246.858,-46.527],[246.464,-46.824],[246.271,-47.707],[245.973,-48.1],[245.678,-48.887],[246.366,-49.674],[246.66,-50.067],[246.66,-50.558],[246.66,-50.952],[247.055,-51.145],[247.251,-51.542],[247.548,-51.936],[248.332,-51.638],[249.118,-51.049],[249.512,-51.344],[249.512,-51.739],[249.316,-52.128],[249.316,-52.523],[249.02,-53.309],[249.02,-53.702],[248.923,-54.194],[248.628,-54.587],[248.628,-55.768],[248.628,-56.161],[248.332,-56.554],[248.134,-56.943],[247.447,-57.734],[247.251,-58.129],[247.35,-58.497],[247.251,-58.911],[247.35,-59.307],[247.35,-59.7],[247.447,-60.192],[247.35,-60.611],[247.447,-60.977],[247.251,-61.369],[247.051,-61.422],[246.858,-61.468],[246.761,-62.255],[246.568,-63.041],[246.568,-63.926],[246.464,-64.714],[245.678,-64.714],[245.678,-61.863],[244.993,-61.863],[244.598,-61.666],[244.598,-61.272],[244.696,-60.882],[244.696,-60.485],[244.894,-60.091],[244.894,-59.307],[244.204,-59.307],[244.012,-59.335],[243.813,-59.406],[243.615,-59.796],[243.714,-60.192],[243.813,-60.587],[243.908,-61.369],[243.908,-61.763],[243.615,-62.159],[243.223,-62.551],[242.824,-62.845],[242.623,-62.845],[242.431,-62.845],[241.941,-63.14],[241.746,-63.535],[241.353,-63.633],[240.173,-64.714],[238.995,-64.714],[238.995,-62.746],[237.324,-62.746],[237.324,-63.14],[237.126,-63.535],[236.34,-64.814],[235.848,-64.714],[235.947,-64.319],[235.947,-63.535],[235.848,-63.14],[235.598,-63.14],[235.355,-63.14],[234.96,-63.337],[234.96,-63.733],[235.061,-64.122],[235.254,-64.714],[234.569,-65.598],[234.178,-65.206],[233.783,-65.011],[233.34,-65.011],[232.897,-65.011],[232.504,-65.206],[232.6,-65.992],[232.897,-66.384],[233.194,-66.778],[233.408,-66.783],[233.585,-66.778],[234.373,-67.073],[234.865,-67.267],[235.157,-67.66],[235.551,-68.155],[236.043,-68.646],[236.436,-68.745],[236.829,-68.94],[237.616,-68.94],[237.712,-70.415],[237.912,-70.811],[238.306,-71.105],[238.699,-71.301],[238.894,-71.694],[239.092,-72.185],[239.486,-72.379],[239.876,-72.578],[240.173,-72.97],[240.663,-73.266],[240.858,-73.659],[241.257,-73.76],[241.459,-73.759],[241.65,-73.76],[241.842,-74.152],[242.043,-74.545],[242.139,-74.939],[242.332,-75.33],[242.629,-75.721],[242.824,-76.12],[243.615,-76.509],[244.035,-76.504],[244.496,-76.509],[245.283,-77.005],[245.579,-77.398],[245.973,-77.884],[246.761,-78.379],[247.772,-78.182],[247.936,-78.083],[248.9,-78.279],[249.118,-78.279],[249.512,-78.083],[249.907,-78.083],[250.3,-78.083],[250.887,-78.379],[251.085,-78.379],[251.477,-78.182],[252.462,-77.79],[253.051,-77.884],[253.47,-78.083],[258.358,-78.083],[258.358,-78.871],[258.556,-79.753],[258.949,-80.053],[259.444,-79.656],[260.033,-79.36],[260.816,-79.557],[261.408,-79.36],[261.803,-78.967],[262.196,-78.871],[262.587,-78.575],[262.488,-78.182],[262.098,-77.79],[262.293,-77.101],[262.712,-77.005],[264.629,-77.005],[265.439,-77.593],[265.733,-77.986],[266.126,-78.379],[267.11,-77.491],[267.504,-77.2],[267.504,-77.593],[267.699,-77.986],[268.095,-77.884],[268.512,-77.593],[269.668,-77.593],[269.668,-77.986],[269.374,-78.379],[269.272,-78.724],[268.483,-78.675],[268.095,-78.724],[268.095,-79.78],[268.683,-80.443],[268.889,-80.443],[269.077,-80.443],[269.374,-80.834],[269.571,-81.231],[269.863,-81.621],[270.158,-82.015],[270.551,-82.41],[270.723,-82.403],[270.941,-82.41],[271.337,-82.605],[271.633,-83.098],[272.42,-84.08],[273.503,-85.161],[274.483,-85.554],[275.072,-85.459],[275.662,-85.259],[275.858,-85.259],[276.251,-85.459],[276.646,-85.85],[276.848,-85.85],[277.136,-85.459],[277.433,-85.061],[277.826,-84.965],[278.029,-84.963],[278.22,-84.965],[278.613,-84.671],[278.22,-84.08],[278.22,-83.884],[278.415,-83.488],[278.806,-83.294],[278.806,-82.899],[278.806,-82.115],[279.402,-82.015],[279.795,-82.21],[280.09,-82.605],[280.973,-83.194],[281.366,-83.294],[281.754,-83.589],[282.051,-83.985],[282.447,-84.375],[282.743,-84.768],[283.529,-84.867],[283.691,-84.855],[283.92,-84.867],[284.118,-85.259],[284.314,-85.654],[284.511,-86.048],[284.511,-86.833],[284.71,-87.619],[285.496,-87.619],[286.305,-87.913],[288.245,-87.913],[288.245,-87.325],[287.855,-87.027],[287.068,-86.636],[286.673,-86.44],[286.28,-86.048],[286.085,-85.654],[285.986,-85.259],[285.986,-84.867],[285.887,-84.473],[285.496,-83.589],[285.396,-83.194],[285.298,-82.806],[285.003,-82.41],[284.608,-82.309],[284.118,-82.115],[283.725,-82.015],[283.624,-81.621],[283.529,-81.231],[282.743,-80.639],[281.564,-79.753],[280.285,-78.967],[279.103,-78.083],[278.123,-76.903],[277.826,-76.509],[277.04,-76.017],[276.944,-75.627],[276.548,-75.233],[276.35,-75.232],[276.154,-75.233],[275.908,-75.232],[275.662,-75.233],[275.272,-75.037],[274.876,-74.939],[273.993,-74.545],[273.598,-74.349],[273.423,-74.354],[273.202,-74.349],[272.814,-74.152],[272.517,-73.76],[272.814,-73.167],[272.613,-72.088],[272.223,-71.694],[271.827,-71.4],[271.73,-71.004],[271.434,-70.513],[271.434,-70.022],[271.434,-69.236],[270.941,-68.449],[270.941,-67.562],[270.845,-66.778],[271.142,-62.551],[271.142,-61.959],[270.748,-61.565],[271.777,-59.895],[271.777,-56.751],[272.223,-56.554],[272.613,-56.85],[273.007,-56.943],[273.402,-57.143],[273.796,-57.246],[274.483,-57.246],[274.483,-58.421],[274.483,-58.816],[274.775,-59.208],[275.173,-59.406],[275.465,-59.796],[275.762,-60.192],[275.957,-60.587],[276.154,-60.977],[276.646,-61.369],[276.848,-61.369],[277.236,-61.176],[277.626,-61.176],[278.022,-61.176],[278.318,-61.565],[278.516,-61.938],[278.516,-63.926],[279.202,-64.714],[279.595,-65.011],[282.447,-65.011],[282.447,-66.116],[282.051,-66.876],[281.754,-67.267],[281.754,-67.66],[281.754,-68.058],[282.051,-68.449],[282.447,-68.94],[282.642,-69.333],[283.035,-69.727],[283.624,-69.63],[283.725,-69.236],[284.118,-68.94],[284.905,-68.94],[285.003,-69.727],[284.71,-70.119],[284.017,-70.811],[284.017,-71.204],[284.017,-71.597],[283.821,-71.989],[283.725,-72.824],[283.725,-73.266],[284.118,-73.366],[284.511,-73.56],[284.511,-73.953],[284.217,-74.349],[284.04,-74.354],[283.821,-74.349],[283.504,-73.953],[282.743,-73.953],[282.743,-74.838],[283.136,-75.627],[283.232,-76.017],[283.529,-76.411],[284.314,-76.804],[284.608,-77.2],[284.71,-77.593],[284.905,-77.986],[285.003,-78.379],[285.003,-79.263],[285.102,-79.656],[285.197,-80.053],[285.496,-80.443],[285.887,-80.542],[286.28,-80.639],[287.068,-80.245],[287.267,-79.853],[287.855,-79.557],[288.447,-79.753],[288.74,-80.149],[289.035,-80.542],[289.425,-80.736],[289.819,-80.443],[289.819,-80.053],[290.115,-79.656],[290.313,-79.656],[290.508,-79.656],[290.9,-79.954],[291.296,-80.245],[291.884,-81.03],[292.178,-81.427],[292.769,-81.427],[293.36,-81.427],[293.749,-81.328],[294.168,-81.231],[296.996,-81.231],[296.996,-80.443],[296.996,-80.053],[297.589,-79.36],[297.796,-79.354],[297.98,-79.36],[298.373,-80.937],[298.767,-81.132],[299.157,-81.427],[299.454,-81.82],[300.046,-82.703],[300.441,-83.194],[300.73,-83.589],[301.517,-83.783],[302.008,-83.985],[302.503,-83.985],[303.387,-83.985],[303.78,-84.18],[304.569,-84.473],[305.059,-84.671],[305.254,-85.061],[305.647,-85.459],[306.04,-85.554],[307.22,-86.34],[307.73,-86.352],[308.107,-86.34],[308.595,-86.539],[309.09,-86.731],[309.874,-87.619],[310.269,-87.913],[311.053,-87.913],[312.236,-87.817],[312.629,-87.523],[313.022,-87.129],[313.415,-87.027],[314.421,-86.933],[314.991,-86.933],[315.478,-87.027],[315.478,-88.209],[315.085,-88.503],[314.691,-88.8],[314.594,-89.191],[314.397,-89.584],[314.103,-89.98],[313.809,-90.373],[313.71,-90.766],[313.61,-91.944],[312.527,-92.143],[312.332,-92.534],[312.236,-92.926],[312.038,-93.321],[311.521,-93.421],[309.603,-93.421],[309.09,-93.519],[308.99,-93.911],[309.287,-94.306],[309.68,-94.404],[310.069,-94.795],[310.467,-94.795],[310.86,-94.795],[311.67,-94.203],[314.079,-94.203],[314.892,-94.306],[315.676,-94.306],[316.363,-94.993],[316.758,-95.384],[317.152,-95.585],[317.152,-96.174],[317.152,-96.763],[316.949,-96.82],[316.758,-96.862],[316.658,-97.231],[316.658,-98.43],[317.62,-98.533],[318.623,-97.746],[318.623,-97.352],[318.824,-96.957],[319.41,-96.174],[322.533,-96.174],[323.048,-96.074],[323.54,-95.877],[323.931,-95.585],[323.931,-94.404],[325.777,-94.404],[326.587,-94.01],[326.884,-93.615],[327.671,-93.126],[328.163,-92.926],[328.749,-92.632],[328.947,-92.632],[329.342,-92.926],[329.241,-93.321],[329.241,-94.108],[329.342,-94.5],[329.733,-94.5],[330.42,-94.597],[330.42,-95.779],[330.324,-96.174],[330.324,-96.566],[330.42,-96.957],[330.814,-97.152],[331.6,-96.566],[331.996,-96.27],[332.392,-96.27],[332.782,-96.27],[333.175,-96.469],[333.47,-96.862],[333.866,-97.152],[334.063,-97.546],[334.249,-97.546],[334.454,-97.546],[334.845,-97.844],[335.238,-98.042],[335.337,-98.43],[334.749,-99.025],[334.355,-99.222],[334.021,-99.236],[333.569,-99.32],[333.47,-99.708],[333.175,-100.104],[332.782,-100.4],[331.897,-100.598],[331.504,-100.598],[330.863,-100.4],[329.733,-100.598],[329.342,-100.598],[329.118,-100.595],[328.85,-100.598],[328.457,-100.894],[328.064,-101.284],[327.62,-101.284],[327.178,-101.284],[326.785,-100.993],[327.079,-100.598],[327.285,-100.597],[327.472,-100.598],[327.865,-100.4],[327.865,-99.811],[327.865,-99.613],[327.865,-99.222],[327.225,-98.923],[326.293,-99.613],[326.197,-99.983],[326.197,-102.386],[325.9,-102.76],[325.41,-102.954],[325.014,-103.148],[324.623,-103.148],[324.228,-103.252],[323.344,-103.349],[322.951,-103.741],[322.559,-103.839],[322.066,-104.035],[321.378,-104.334],[320.887,-104.727],[320.493,-105.119],[320.395,-105.512],[319.999,-105.609],[319.512,-105.709],[318.623,-105.808],[318.233,-105.903],[317.348,-105.903],[317.152,-106.987],[315.972,-107.773],[315.478,-108.265],[314.691,-108.462],[314.262,-108.46],[313.809,-108.462],[313.415,-108.658],[312.92,-108.853],[312.527,-109.247],[312.332,-109.246],[312.137,-109.247],[311.741,-109.443],[311.35,-109.443],[310.957,-109.443],[310.566,-109.642],[310.069,-109.835],[309.09,-110.23],[308.694,-110.525],[307.415,-110.525],[306.925,-110.525],[306.533,-110.326],[306.04,-109.936],[305.451,-109.835],[304.368,-110.034],[303.978,-110.034],[303.483,-110.131],[303.094,-110.525],[302.894,-110.525],[302.699,-110.525],[301.814,-110.82],[301.027,-111.313],[300.634,-111.41],[300.046,-111.41],[299.454,-111.41],[299.061,-111.214],[298.668,-110.92],[298.767,-110.525],[298.47,-110.131],[298.277,-109.738],[297.883,-109.346],[298.277,-109.247],[298.668,-108.951],[299.061,-108.757],[299.258,-107.968],[299.258,-107.577],[298.866,-107.183],[298.668,-106.79],[298.251,-106.594],[296.6,-106.594],[296.6,-108.02],[294.59,-108.02],[294.59,-109.346],[294.933,-109.346],[296.111,-109.443],[296.897,-109.936],[296.798,-110.326],[296.405,-110.427],[295.988,-110.575],[293.36,-110.575],[293.36,-109.738],[293.36,-109.346],[293.163,-108.951],[292.769,-108.853],[292.079,-108.658],[291.884,-108.658],[291.491,-108.951],[290.704,-109.247],[288.493,-109.247],[286.772,-109.247],[286.28,-109.247],[285.298,-108.757],[284.71,-108.757],[284.118,-108.757],[283.624,-108.951],[283.232,-109.443],[282.811,-109.543],[282.051,-109.543],[281.952,-108.951],[282.051,-108.561],[282.051,-107.28],[281.465,-107.183],[281.071,-107.379],[281.071,-108.168],[280.973,-108.951],[280.579,-109.247],[280.184,-109.346],[279.795,-109.543],[279.402,-109.738],[279.004,-110.131],[278.71,-110.82],[279.004,-111.803],[279.103,-112.196],[278.908,-112.591],[278.613,-112.984],[278.415,-113.377],[278.022,-113.475],[277.626,-113.772],[277.53,-114.163],[277.136,-114.262],[276.949,-114.261],[276.745,-114.262],[276.348,-114.458],[275.858,-114.554],[275.465,-114.655],[274.68,-114.655],[273.796,-114.752],[273.402,-114.752],[273.007,-114.554],[272.613,-114.36],[272.324,-113.968],[271.827,-113.87],[271.408,-113.772],[270.551,-113.772],[270.059,-113.67],[268.78,-113.67],[267.798,-113.576],[267.404,-113.277],[267.009,-113.277],[266.62,-113.277],[266.225,-113.475],[265.831,-113.576],[265.439,-113.968],[264.947,-114.262],[264.556,-114.36],[263.671,-114.36],[263.178,-114.458],[262.587,-114.554],[261.998,-114.655],[261.507,-114.95],[261.9,-115.344],[261.113,-115.736],[260.719,-116.029],[260.522,-116.421],[259.736,-116.525],[258.853,-116.525],[258.756,-116.917],[259.051,-117.306],[259.832,-117.702],[259.639,-118.096],[259.436,-118.095],[259.246,-118.096],[258.728,-118.344],[253.837,-118.344],[253.741,-117.604],[253.447,-117.212],[252.756,-116.525],[252.361,-116.525],[251.973,-116.525],[251.579,-116.818],[251.772,-117.212],[251.973,-117.702],[251.973,-118.096],[252.264,-118.491],[252.658,-118.585],[252.658,-118.978],[251.873,-118.978],[251.381,-119.177],[250.986,-119.472],[250.77,-119.465],[250.498,-119.472],[249.71,-119.867],[249.316,-119.867],[248.827,-119.766],[247.936,-119.766],[247.154,-119.867],[246.568,-120.159],[246.342,-120.154],[246.071,-120.159],[245.283,-120.455],[244.616,-120.461],[244.007,-120.455],[243.223,-120.652],[242.824,-120.748],[242.431,-120.455],[242.431,-120.064],[242.332,-119.177],[240.197,-119.177],[239.288,-118.978],[239.288,-118.585],[239.486,-118.096],[239.779,-117.702],[240.173,-117.503],[240.566,-117.408],[240.759,-117.015],[241.155,-116.718],[241.257,-116.325],[241.353,-115.908],[241.257,-115.54],[240.858,-115.54],[240.074,-115.736],[239.684,-115.833],[239.428,-115.834],[239.189,-115.833],[238.798,-115.933],[238.405,-116.226],[237.983,-116.325],[237.616,-116.226],[236.633,-116.277],[236.633,-115.736],[237.024,-115.54],[237.421,-115.344],[237.814,-114.85],[237.616,-114.163],[236.733,-114.554],[236.34,-114.85],[235.947,-115.246],[235.551,-115.441],[235.254,-115.833],[235.254,-116.226],[234.865,-116.325],[234.027,-116.325],[233.585,-116.325],[233.194,-116.325],[233.194,-115.933],[232.801,-115.639],[231.572,-115.246],[230.537,-115.736],[229.556,-115.833],[229.16,-115.833],[228.866,-116.226],[228.475,-116.325],[228.082,-116.226],[227.783,-115.833],[226.702,-116.226],[226.115,-115.933],[226.214,-115.05],[226.214,-113.87],[226.115,-113.081],[224.051,-113.081],[223.855,-114.262],[223.464,-114.554],[222.969,-114.95],[222.579,-115.05],[222.184,-115.344],[221.689,-115.639],[221.296,-116.029],[220.61,-116.917],[220.61,-117.114],[220.709,-117.503],[221.102,-117.702],[220.902,-118.195],[220.902,-118.978],[220.902,-119.867],[220.806,-120.748],[220.806,-121.537],[220.61,-121.929],[220.217,-122.225],[219.723,-122.617],[219.23,-122.816],[218.545,-122.914],[217.858,-122.715],[217.66,-122.32],[217.561,-121.929],[216.921,-121.832],[215.792,-122.225],[215.694,-122.715],[215.301,-123.11],[215.006,-123.5],[214.61,-123.5],[214.23,-123.508],[213.629,-123.597],[213.334,-123.994],[212.352,-124.386],[211.66,-124.19],[211.17,-123.994],[210.681,-123.7],[210.188,-123.5],[209.696,-123.11],[210.089,-122.32],[210.386,-121.929],[210.681,-121.537],[210.778,-121.02],[210.681,-120.552],[208.147,-120.552],[207.634,-120.358],[206.503,-120.064],[205.371,-120.358],[204.783,-120.652],[203.895,-120.849],[203.504,-121.24],[202.91,-121.437],[202.519,-121.24],[202.126,-120.849],[201.537,-121.14],[201.438,-121.929],[201.438,-122.715],[200.947,-123.11],[200.556,-123.406],[200.158,-123.406],[199.767,-123.5],[199.373,-123.307],[199.129,-122.914],[198.389,-123.01],[197.998,-123.01],[197.581,-123.207],[195.639,-123.207],[194.85,-123.01],[193.772,-123.207],[193.376,-123.207],[193.277,-122.816],[192.616,-122.816],[192.004,-122.816],[191.61,-122.914],[191.163,-122.864],[191.217,-123.597],[191.113,-123.994],[191.163,-124.386],[190.525,-124.485],[190.132,-124.386],[189.939,-123.994],[188.951,-123.5],[188.365,-123.597],[187.97,-123.994],[188.068,-124.386],[188.857,-124.386],[189.246,-124.386],[189.642,-124.682],[189.835,-125.075],[190.233,-125.172],[190.624,-125.368],[190.92,-125.96],[190.92,-126.153],[190.72,-126.548],[190.132,-126.548],[189.149,-126.452],[188.758,-126.153],[188.365,-125.96],[188.167,-125.469],[187.873,-125.075],[187.478,-124.781],[186.962,-124.386],[184.53,-124.386],[184.137,-124.19],[184.233,-123.797],[184.53,-123.207],[184.53,-123.01],[184.137,-122.816],[183.839,-122.419],[183.204,-122.32],[182.956,-122.32],[182.564,-122.419],[181.777,-122.419],[181.287,-122.225],[180.889,-121.929],[180.107,-121.929],[179.318,-121.929],[178.313,-121.732],[178.137,-121.732],[177.941,-121.832],[178.532,-121.929],[178.827,-122.32],[179.22,-122.617],[179.517,-123.01],[179.908,-123.207],[180.327,-123.213],[180.693,-123.207],[181.087,-123.207],[181.287,-123.597],[181.678,-123.893],[182.467,-124.485],[182.956,-125.27],[183.743,-125.469],[184.137,-125.469],[184.53,-125.566],[184.921,-125.566],[185.313,-125.761],[185.413,-126.153],[185.71,-126.548],[186.493,-126.748],[186.887,-126.748],[187.285,-126.845],[187.772,-126.845],[188.167,-126.942],[188.559,-127.238],[188.951,-127.535],[188.951,-127.924],[189.149,-128.713],[191.113,-128.713],[191.217,-129.304],[191.217,-129.697],[191.408,-130.088],[191.607,-130.088],[191.806,-130.088],[192.004,-130.484],[191.902,-130.877],[191.806,-131.268],[191.605,-131.317],[191.408,-131.367],[191.408,-131.761],[191.217,-132.151],[191.006,-132.153],[190.822,-132.151],[190.822,-132.546],[190.624,-133.038],[190.132,-133.432],[189.741,-133.727],[189.496,-133.726],[189.246,-133.727],[188.857,-133.825],[188.806,-135.005],[185.929,-135.005],[185.118,-135.201],[184.233,-135.299],[183.839,-135.299],[183.447,-135.102],[183.154,-134.713],[182.758,-134.611],[182.072,-135.299],[181.678,-135.398],[181.064,-135.494],[180.499,-135.398],[180.499,-134.216],[179.318,-134.216],[178.925,-134.512],[179.123,-134.906],[179.517,-135.005],[179.908,-135.768],[179.809,-136.185],[177.668,-136.185],[176.863,-136.38],[175.876,-136.38],[175.485,-136.481],[175.683,-136.872],[176.368,-137.562],[176.587,-137.567],[176.764,-137.562],[177.158,-137.854],[177.158,-138.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 30\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":30,\"ty\":\"sh\",\"ix\":31,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.444],[0,0.146],[0,0.072],[0,0],[-0.149,0],[-0.03,-0.018],[0,0],[0,0]],\"o\":[[0,-0.145],[0,-0.078],[0,0],[0.147,0],[0.037,0],[0,0],[0,0],[0,-0.444]],\"v\":[[25.267,-112.787],[25.362,-113.178],[25.314,-113.377],[26.151,-113.377],[26.544,-113.475],[26.641,-113.439],[26.641,-111.654],[25.314,-111.654]],\"c\":true},\"ix\":2},\"nm\":\"Path 31\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":31,\"ty\":\"sh\",\"ix\":32,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0.295,-0.396],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[-0.296,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-242.727,-137.658],[-244.988,-137.658],[-246.462,-137.757],[-247.84,-135.69],[-249.315,-134.216],[-251.082,-134.216],[-252.756,-133.531],[-252.068,-132.349],[-250.099,-131.658],[-249.315,-132.643],[-248.136,-131.859],[-247.053,-132.447],[-246.854,-133.239],[-245.578,-133.333],[-245.184,-134.512],[-244.104,-135.299],[-243.219,-134.02],[-242.234,-134.416],[-240.566,-135.005],[-240.076,-136.872],[-239.483,-138.15],[-241.646,-138.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 32\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":32,\"ty\":\"sh\",\"ix\":33,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.151,-0.127],[0.368,-0.075],[0,0],[-0.171,0],[-0.27,-0.049],[-0.146,-0.026],[0,0],[-0.05,0],[0.1,0.247],[0.1,0.096],[0.248,0]],\"o\":[[-0.198,0.027],[-0.271,0.219],[0,0],[0.146,-0.045],[0.3,0],[0.146,0.022],[0,0],[0.05,0],[-0.028,-0.268],[-0.048,-0.118],[-0.174,-0.172],[0,0]],\"v\":[[158.576,-137.167],[158.28,-136.773],[157.396,-136.38],[157.396,-135.891],[157.788,-136.086],[158.576,-135.987],[158.969,-135.789],[159.363,-135.789],[159.462,-135.891],[159.363,-136.58],[159.363,-136.968],[158.772,-137.167]],\"c\":true},\"ix\":2},\"nm\":\"Path 33\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":33,\"ty\":\"sh\",\"ix\":34,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-203.503,-136.481],[-203.699,-135.201],[-201.929,-134.216],[-200.257,-133.333],[-198.39,-133.239],[-197.307,-134.317],[-197.406,-135.201],[-198.782,-136.284],[-200.651,-136.284],[-201.73,-136.773]],\"c\":true},\"ix\":2},\"nm\":\"Path 34\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":34,\"ty\":\"sh\",\"ix\":35,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.146,0],[0.113,0.009],[0.15,-0.029],[0.197,-0.246],[0.077,-0.126],[0.096,-0.12],[0.171,-0.077],[0.159,0.026],[0.113,-0.008],[0.124,-0.021],[0.15,-0.069],[0.17,-0.074],[0.15,-0.03],[0.147,0],[0.298,0],[0.2,-0.05],[0.15,-0.051],[0.123,-0.047],[0.171,-0.021],[0.067,0.006],[0.069,-0.009],[0.544,0.028],[0.295,0],[0,0],[0.149,0],[0.126,0.008],[0.174,-0.026],[0.147,-0.027],[0.22,-0.196],[0.074,-0.128],[0.173,-0.295],[0,0],[0.121,-0.125],[0.122,-0.122],[0.146,-0.099],[0.122,-0.049],[0.196,-0.049],[0.101,-0.071],[0.077,-0.146],[0,-0.125],[0,-0.346],[0.222,0],[0.466,-0.023],[0.146,-0.026],[0,-0.221],[0.2,-0.27],[0.079,-0.172],[0,-0.123],[0,0],[0,0],[0.218,0],[0.155,0.008],[0.255,-0.03],[0.295,-0.145],[0.169,-0.122],[0,-0.343],[-0.047,-0.176],[-0.122,0.021],[-0.271,0],[-0.223,-0.024],[0,-0.245],[0,0],[-0.073,-0.145],[0.294,0.024],[0.296,0],[0.201,-0.028],[0,0],[0.368,-0.051],[0.295,-0.12],[0,-0.123],[0,-0.17],[0.025,-0.121],[0.075,-0.173],[0.028,-0.123],[0.027,-0.147],[0.271,-0.027],[0.124,-0.076],[0.096,-0.149],[0.071,-0.124],[0.047,-0.148],[0,-0.321],[0,-0.15],[0,-0.149],[0,-0.148],[0,0],[-0.07,0.1],[-0.124,0.099],[-0.05,-0.099],[-0.048,-0.097],[-0.073,-0.147],[-0.099,0.198],[-0.025,0.121],[-0.127,-0.075],[-0.172,-0.12],[-0.271,-0.267],[-0.1,-0.124],[0,0],[0,0],[-0.047,-0.148],[0,0],[-0.567,-0.05],[-0.169,-0.025],[-0.347,-0.049],[-0.266,0],[0,0],[-0.146,0],[-0.122,0],[0,0],[0.076,0.098],[0.049,0.148],[0,0.296],[0.061,-0.011],[0.055,0.041],[0.095,0.121],[0.048,0.124],[0.121,0.149],[0.143,0.146],[0.148,0.193],[0.076,0.099],[0.077,-0.004],[0.027,0.069],[0.027,0.122],[0,0.151],[0,0.241],[0,0],[-0.072,0.171],[-0.023,0.124],[-0.118,0.444],[-0.122,0.123],[-0.224,0.322],[-0.098,0.073],[-0.095,0.048],[-0.097,0.074],[-0.097,0.077],[-0.099,0.075],[-0.197,0.296],[-0.07,0.121],[-0.102,0.101],[-0.124,0.072],[-0.075,-0.017],[-0.046,0.023],[-0.148,0.294],[-0.048,0.121],[-0.076,0.123],[-0.097,0.144],[-0.095,0.146],[-0.019,0.121],[-0.32,0.024],[-0.07,-0.008],[-0.097,0.027],[-0.167,0.074],[-0.086,-0.016],[-0.082,0.023],[-0.12,0.178],[-0.102,0.074],[-0.122,0.022],[-0.068,-0.007],[-0.061,0.011],[-0.126,0.051],[-0.144,0.124],[-0.097,0.124],[-0.124,0.098],[0,0.221],[0.025,0.274],[-0.298,0],[-0.162,-0.009],[-0.385,0.153],[-0.148,0.121],[-0.224,0.074],[-0.067,-0.006],[-0.064,0.014],[-0.344,0],[0,0],[-0.12,0.071],[-0.196,0.074],[-0.296,0],[-0.271,0.046],[-0.395,0],[0,0],[-0.123,0.072],[-0.245,0.295],[-0.126,0.074],[-0.125,0.023],[-0.294,0],[0,0.246],[0.053,0.175],[0.075,0.119],[0.123,0.073],[0.188,-0.037],[0.127,0.008],[0.198,0]],\"o\":[[0,0],[-0.151,0],[-0.131,0.011],[-0.141,-0.011],[-0.322,0.05],[-0.068,0.099],[-0.07,0.121],[-0.098,0.122],[-0.169,0.078],[-0.099,-0.016],[-0.145,0],[-0.147,0.027],[-0.17,0.075],[-0.148,0.074],[-0.115,0.022],[-0.295,0.022],[-0.223,0],[-0.147,0.048],[-0.124,0.05],[-0.172,0.051],[-0.066,0.015],[-0.062,-0.006],[-0.543,0.079],[-0.292,-0.021],[0,0],[-0.146,0],[-0.157,0.013],[-0.151,-0.011],[-0.149,0.028],[-0.293,0.075],[-0.126,0.099],[-0.194,0.268],[0,0],[-0.124,0.1],[-0.124,0.122],[-0.122,0.126],[-0.097,0.048],[-0.197,0.076],[-0.124,0.026],[-0.121,0.101],[-0.071,0.123],[-0.05,0.314],[-0.219,-0.026],[-0.468,-0.023],[-0.148,0],[0.098,0.172],[0,0.346],[-0.101,0.148],[-0.048,0.123],[0,0],[0,0],[-0.22,0.026],[-0.2,0.009],[-0.211,-0.011],[-0.32,0.049],[-0.194,0.097],[-0.273,0.196],[0,0.197],[0.148,-0.029],[0.245,-0.079],[0.222,0],[-0.076,0.221],[0,0],[0,0.194],[-0.294,0],[-0.294,-0.028],[-0.196,0],[0,0],[-0.392,0],[-0.296,0.024],[0.026,0.15],[0.026,0.148],[0,0.15],[-0.048,0.171],[-0.048,0.124],[-0.023,0.121],[-0.292,0],[-0.121,0],[-0.147,0.094],[-0.072,0.099],[-0.072,0.147],[-0.128,0.271],[0,0.147],[0,0.144],[0,0.148],[0,0],[0.074,-0.119],[0.104,-0.121],[0.123,0.074],[0.049,0.096],[0.1,0.147],[0.146,-0.147],[0.048,-0.122],[0.149,0.073],[0.169,0.12],[0.293,0.224],[0.122,0.12],[0,0],[0,0],[0.051,0.149],[0,0],[0.567,0],[0.196,0],[0.32,0.027],[0.27,0.027],[0,0],[0.148,0],[0.123,0],[0,0],[-0.071,-0.126],[-0.074,-0.121],[-0.097,-0.267],[-0.053,-0.012],[-0.081,0.015],[-0.148,-0.124],[-0.075,-0.102],[-0.102,-0.173],[-0.124,-0.148],[-0.174,-0.172],[-0.072,-0.1],[-0.035,-0.046],[-0.089,0.003],[-0.049,-0.121],[-0.023,-0.126],[-0.023,-0.243],[0,0],[0.049,-0.17],[0.05,-0.125],[0.099,-0.442],[0.027,-0.143],[0.271,-0.267],[0.047,-0.096],[0.095,-0.074],[0.098,-0.046],[0.099,-0.074],[0.099,-0.071],[0.27,-0.217],[0.074,-0.123],[0.074,-0.124],[0.095,-0.095],[0.066,-0.04],[0.065,0.015],[0.271,-0.171],[0.049,-0.124],[0.072,-0.147],[0.096,-0.146],[0.098,-0.151],[0.077,-0.124],[0.348,0],[0.075,-0.01],[0.089,0.011],[0.172,-0.048],[0.092,-0.037],[0.075,0.014],[0.195,-0.071],[0.074,-0.095],[0.101,-0.075],[0.061,-0.013],[0.066,0.005],[0.124,-0.026],[0.172,-0.074],[0.128,-0.097],[0.1,-0.122],[0.145,-0.124],[0,-0.273],[0.293,-0.024],[0.193,-0.007],[0.351,0.02],[0.173,-0.049],[0.17,-0.148],[0.056,-0.011],[0.067,0.006],[0.322,-0.096],[0,0],[0.171,0],[0.17,-0.127],[0.272,-0.096],[0.296,0],[0.364,-0.051],[0,0],[0.173,0],[0.321,-0.222],[0.101,-0.124],[0.099,-0.049],[0.266,-0.076],[0.077,-0.224],[0,-0.197],[-0.05,-0.147],[-0.047,-0.099],[-0.17,-0.108],[-0.111,0.022],[-0.199,0],[0,0]],\"v\":[[105.484,-136.185],[105.098,-136.185],[104.703,-136.086],[104.342,-136.093],[103.915,-136.086],[103.126,-135.69],[103.027,-135.299],[102.833,-134.906],[102.441,-134.611],[101.965,-134.586],[101.652,-134.611],[101.258,-134.611],[100.866,-134.416],[100.474,-134.119],[100.078,-133.921],[99.689,-133.921],[98.9,-133.921],[98.309,-133.825],[97.918,-133.628],[97.523,-133.531],[97.132,-133.239],[96.934,-133.236],[96.74,-133.239],[95.359,-133.239],[94.574,-133.333],[94.082,-133.333],[93.69,-133.239],[93.275,-133.242],[92.806,-133.239],[92.411,-133.038],[91.626,-132.742],[91.427,-132.349],[90.938,-131.564],[88.185,-131.564],[87.793,-131.268],[87.497,-130.877],[87.203,-130.484],[86.807,-130.386],[86.22,-130.286],[85.823,-130.189],[85.432,-129.893],[85.432,-129.497],[85.432,-128.614],[84.844,-128.713],[83.661,-128.713],[83.272,-128.614],[83.565,-128.122],[83.072,-127.337],[82.678,-127.041],[82.678,-126.649],[82.678,-126.257],[82.678,-125.469],[82.091,-125.368],[81.572,-125.376],[80.909,-125.368],[80.025,-125.075],[79.536,-124.781],[79.042,-123.994],[79.237,-123.5],[79.633,-123.597],[80.246,-123.893],[80.811,-123.797],[80.615,-123.207],[80.615,-123.01],[80.909,-122.617],[79.831,-122.419],[79.042,-122.522],[78.548,-122.419],[78.548,-121.14],[77.569,-121.14],[76.78,-120.849],[76.78,-120.455],[76.98,-120.064],[76.879,-119.669],[76.484,-119.373],[76.484,-118.978],[76.387,-118.585],[75.599,-118.585],[75.207,-118.585],[74.913,-118.195],[74.913,-117.799],[74.523,-117.604],[74.473,-116.793],[74.421,-116.421],[74.523,-116.029],[74.473,-115.639],[75.503,-115.54],[75.599,-115.933],[75.993,-116.128],[76.387,-116.029],[76.484,-115.639],[76.78,-115.246],[77.174,-115.639],[77.174,-116.029],[77.569,-115.833],[77.96,-115.441],[78.846,-114.95],[79.042,-114.554],[78.353,-113.67],[78.353,-113.475],[78.548,-113.081],[80.689,-113.081],[82.091,-112.787],[82.579,-112.787],[83.467,-112.591],[84.126,-112.591],[84.743,-112.591],[85.135,-112.687],[85.432,-112.64],[85.432,-113.475],[85.333,-113.87],[84.941,-114.066],[84.941,-114.85],[84.764,-114.839],[84.548,-114.85],[84.156,-115.144],[84.156,-115.54],[83.763,-115.833],[83.37,-116.226],[82.876,-116.718],[82.777,-117.114],[82.587,-117.151],[82.384,-117.212],[82.384,-117.604],[82.384,-117.998],[82.188,-118.585],[82.188,-118.784],[82.579,-119.077],[82.678,-119.472],[82.678,-120.652],[83.072,-120.849],[83.763,-121.636],[83.861,-122.027],[84.251,-122.127],[84.645,-122.225],[84.645,-122.617],[85.04,-122.715],[85.725,-123.406],[85.725,-123.797],[86.125,-123.994],[86.316,-124.386],[86.536,-124.392],[86.71,-124.386],[87.299,-125.075],[87.397,-125.469],[87.596,-125.863],[87.988,-126.153],[88.28,-126.548],[88.28,-126.942],[89.169,-126.942],[89.385,-126.936],[89.66,-126.942],[89.954,-127.337],[90.216,-127.342],[90.448,-127.337],[90.938,-127.633],[90.938,-128.025],[91.332,-128.122],[91.53,-128.122],[91.723,-128.122],[92.118,-128.221],[92.508,-128.516],[92.706,-128.909],[93.103,-129.106],[93.493,-129.497],[93.397,-130.189],[94.184,-130.286],[94.711,-130.274],[95.755,-130.386],[96.052,-130.776],[96.546,-131.171],[96.734,-131.17],[96.935,-131.171],[97.743,-131.464],[100.057,-131.464],[100.474,-131.658],[100.866,-132.055],[101.652,-132.151],[102.441,-132.151],[103.253,-132.742],[105.165,-132.742],[105.587,-132.937],[106.273,-133.727],[106.471,-134.119],[106.867,-134.216],[107.648,-134.216],[107.846,-134.808],[107.549,-135.201],[107.354,-135.591],[107.258,-135.987],[106.73,-136.023],[106.375,-135.987],[105.879,-136.185]],\"c\":true},\"ix\":2},\"nm\":\"Path 35\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":35,\"ty\":\"sh\",\"ix\":36,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.099,0.396],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-237.518,-136.185],[-237.319,-135.398],[-235.157,-135.201],[-235.255,-136.185]],\"c\":true},\"ix\":2},\"nm\":\"Path 36\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":36,\"ty\":\"sh\",\"ix\":37,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.197,-0.391],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,0.294],[0,0],[0.491,0],[0,0],[0,0],[0,0],[0,0],[-0.295,-0.591],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,-0.297],[0,0],[-0.491,0],[0,0],[0,0],[0,0],[0,0],[0.295,0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-218.642,-134.02],[-217.952,-133.038],[-215.593,-131.268],[-213.432,-130.583],[-212.254,-130.974],[-211.267,-131.171],[-210.481,-130.286],[-209.793,-128.516],[-208.807,-129.007],[-207.14,-129.106],[-205.96,-129.304],[-205.861,-130.386],[-205.861,-131.955],[-205.174,-132.742],[-205.566,-133.921],[-207.237,-134.713],[-208.318,-134.02],[-210.186,-135.201],[-211.758,-135.201],[-210.578,-134.216],[-209.203,-132.447],[-210.382,-132.349],[-212.35,-134.216],[-213.825,-134.216],[-213.728,-133.038],[-213.333,-131.761],[-215.102,-132.843],[-215.987,-134.808],[-218.544,-135.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 37\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":37,\"ty\":\"sh\",\"ix\":38,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-0.094],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0.689],[0,0],[0,0],[-0.393,0.099],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.592],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-227.882,-135.591],[-228.474,-134.906],[-229.553,-134.611],[-229.454,-133.825],[-228.278,-133.038],[-228.572,-131.564],[-227.096,-131.367],[-227.096,-130.583],[-228.278,-130.484],[-230.243,-130.484],[-231.522,-131.268],[-232.8,-132.843],[-234.371,-133.432],[-235.747,-133.432],[-237.125,-134.119],[-238.107,-134.317],[-239.975,-133.727],[-240.957,-132.349],[-241.943,-131.367],[-243.023,-130.286],[-242.826,-129.106],[-240.665,-129.007],[-238.795,-128.614],[-237.125,-128.812],[-235.65,-129.304],[-233.093,-128.909],[-231.422,-128.909],[-233.389,-128.317],[-235.255,-128.317],[-236.534,-127.728],[-236.338,-126.845],[-235.157,-126.349],[-232.7,-126.349],[-230.243,-127.238],[-228.669,-128.419],[-226.902,-128.614],[-224.54,-128.614],[-222.18,-128.614],[-221.296,-129.697],[-220.706,-131.761],[-221.492,-132.546],[-222.575,-132.546],[-222.771,-131.658],[-224.147,-132.151],[-225.817,-133.432],[-225.817,-134.416],[-226.406,-135.591]],\"c\":true},\"ix\":2},\"nm\":\"Path 38\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":38,\"ty\":\"sh\",\"ix\":39,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.198,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.494,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.49,0],[0,0.393],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0.197,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.49,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,0],[0,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-194.753,-135.005],[-196.424,-134.808],[-195.735,-132.742],[-194.656,-130.877],[-195.538,-129.304],[-194.457,-128.122],[-192.588,-126.942],[-189.935,-127.14],[-188.656,-127.924],[-186.885,-126.649],[-184.037,-126.548],[-180.791,-126.548],[-179.317,-126.942],[-178.631,-127.633],[-177.644,-126.845],[-175.976,-126.942],[-173.124,-127.238],[-172.926,-128.317],[-171.845,-129.007],[-172.14,-130.583],[-174.699,-131.268],[-177.451,-131.859],[-179.513,-131.171],[-182.564,-130.484],[-184.525,-130.286],[-187.28,-130.776],[-189.541,-130.676],[-191.408,-132.151],[-191.607,-133.628],[-192.293,-135.005]],\"c\":true},\"ix\":2},\"nm\":\"Path 39\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":39,\"ty\":\"sh\",\"ix\":40,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.164,0],[0,0],[0.146,0],[0.762,0],[0.075,-0.323],[0.125,-0.294],[0.05,-0.122],[0.024,-0.198],[0.024,-0.122],[0.026,-0.146],[0,0],[-0.124,-0.149],[-0.124,-0.1],[-0.121,-0.053],[-0.167,-0.075],[-0.124,-0.047],[-0.124,-0.194],[-0.073,-0.145],[-0.101,-0.121],[-0.269,0],[-0.39,0.025],[-0.026,0.196],[-0.026,0.126],[-0.071,0.174],[-0.496,0],[-0.466,0.023],[-0.093,-0.002],[-0.203,0.101],[-0.124,0.049],[-0.149,0],[-0.122,-0.049],[-0.176,-0.048],[-0.147,0],[-0.272,0.199],[-0.148,0.097],[-0.218,0],[0,0],[-0.17,-0.051],[-0.121,-0.026],[-0.172,0],[0,0],[-0.096,0.415],[-0.076,0.147],[-0.101,0.173],[-0.049,0.171],[-0.022,0.121],[0.12,0.023],[0.06,-0.009],[0.066,0.027],[0.145,0.045],[0.122,0],[0.216,-0.015],[0.192,0.009],[0.223,0],[0,0],[0.1,-0.094],[0.048,-0.096],[0.075,-0.198],[0.025,-0.118],[0,-0.319],[0.298,0],[0.147,0],[0,0],[-0.072,0.121],[0,0.346],[0.024,0.147],[0.291,0.024],[0.149,0],[0.293,0],[0.147,-0.024],[0,0],[0.291,0],[0.27,0.023],[0.121,0.023],[0.125,0.094],[0.099,0.124],[0.125,0.101],[0.1,0.072],[0.063,0]],\"o\":[[0,0],[-0.149,0],[-0.765,0.022],[0.027,0.344],[-0.072,0.315],[-0.047,0.126],[-0.075,0.197],[-0.029,0.123],[-0.029,0.121],[0,0],[0.098,0.147],[0.101,0.124],[0.101,0.073],[0.149,0.072],[0.126,0.049],[0.196,0.099],[0.072,0.128],[0.074,0.148],[0.145,0.172],[0.396,0],[0.027,-0.222],[0.024,-0.121],[0.024,-0.174],[0.393,0.249],[0.465,0],[0.106,-0.007],[0.205,0.005],[0.123,-0.048],[0.121,-0.049],[0.148,0],[0.173,0.049],[0.124,0.022],[0.347,0],[0.149,-0.097],[0.17,-0.122],[0,0],[0.173,0.026],[0.124,0.046],[0.149,0.048],[0,0],[0,-0.417],[0.027,-0.172],[0.098,-0.198],[0.07,-0.145],[0.025,-0.124],[-0.146,-0.024],[-0.056,-0.012],[-0.075,0.01],[-0.149,-0.053],[-0.123,-0.054],[-0.261,-0.044],[-0.152,0.011],[-0.222,0],[0,0],[-0.148,0.049],[-0.097,0.1],[-0.121,0.172],[-0.023,0.121],[-0.05,0.298],[-0.296,-0.023],[-0.146,0],[0,0],[0,-0.173],[0.145,-0.272],[0,-0.17],[-0.295,0],[-0.15,0],[-0.292,-0.025],[-0.15,0],[0,0],[-0.294,-0.024],[-0.296,0],[-0.122,0],[-0.174,-0.026],[-0.121,-0.103],[-0.097,-0.125],[-0.097,-0.074],[-0.056,-0.05],[-0.126,0]],\"v\":[[239.756,-132.643],[239.189,-132.643],[238.798,-132.546],[236.829,-132.546],[236.928,-131.658],[236.533,-130.877],[236.436,-130.484],[236.144,-129.992],[236.144,-129.598],[236.043,-129.205],[235.751,-129.497],[236.043,-129.106],[236.238,-128.713],[236.633,-128.614],[237.024,-128.317],[237.421,-128.221],[237.912,-127.831],[238.107,-127.437],[238.306,-127.041],[238.969,-126.942],[239.975,-127.041],[240.074,-127.633],[240.074,-128.025],[240.366,-128.419],[241.551,-127.924],[242.728,-128.025],[243.025,-128.029],[243.615,-128.122],[243.714,-128.516],[244.107,-128.516],[244.496,-128.516],[244.793,-128.122],[245.184,-128.025],[245.973,-128.516],[246.271,-128.909],[246.858,-129.007],[247.055,-129.007],[247.447,-128.713],[247.84,-128.614],[248.258,-128.516],[249.806,-128.516],[249.806,-129.598],[250.006,-129.992],[250.4,-130.386],[250.691,-130.776],[250.691,-131.171],[250.3,-131.268],[250.123,-131.261],[249.907,-131.268],[249.71,-131.658],[249.316,-131.658],[248.637,-131.67],[248.134,-131.658],[247.548,-131.761],[247.35,-131.761],[246.954,-131.564],[246.858,-131.171],[246.464,-130.776],[246.366,-130.386],[246.366,-129.549],[245.579,-129.598],[245.184,-129.549],[245.184,-130.705],[245.482,-131.071],[245.876,-131.859],[245.678,-132.252],[244.894,-132.252],[244.496,-132.349],[243.714,-132.349],[243.321,-132.252],[243.321,-131.171],[242.533,-131.268],[241.746,-131.268],[241.353,-131.268],[241.055,-131.658],[240.759,-132.055],[240.366,-132.252],[240.366,-132.643],[240.188,-132.709]],\"c\":true},\"ix\":2},\"nm\":\"Path 40\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":40,\"ty\":\"sh\",\"ix\":41,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-245.381,-131.955],[-246.365,-130.776],[-244.497,-130.484],[-243.515,-132.447]],\"c\":true},\"ix\":2},\"nm\":\"Path 41\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":41,\"ty\":\"sh\",\"ix\":42,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.053,-0.197],[0,-0.145],[-0.022,-0.122],[-0.174,-0.097],[-0.197,0],[-0.194,0.148],[0,0.145],[-0.046,0.293],[0.197,0],[0.17,0]],\"o\":[[-0.022,0.122],[0,0.15],[0.029,0.173],[0.17,0.101],[0.243,0],[-0.02,-0.149],[0,-0.298],[-0.194,-0.027],[-0.174,0],[-0.223,0]],\"v\":[[232.402,-131.268],[232.402,-130.877],[232.402,-130.484],[232.801,-130.189],[233.194,-129.893],[233.681,-130.286],[233.585,-130.676],[233.681,-131.464],[233.194,-131.464],[232.801,-131.658]],\"c\":true},\"ix\":2},\"nm\":\"Path 42\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":42,\"ty\":\"sh\",\"ix\":43,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.171,-0.072],[-0.126,-0.048],[-0.125,-0.074],[-0.123,-0.096],[-0.268,0],[-0.22,0.05],[-0.343,0],[-0.272,-0.174],[-0.198,-0.095],[-0.12,-0.047],[-0.148,-0.025],[-0.297,0],[0,0],[-0.124,0.026],[-0.148,0.121],[-0.174,0.022],[-0.121,0],[-0.219,0],[0,0],[0,0.148],[0,0.051],[0.513,0],[0.149,-0.025],[0.323,0],[0,0],[0.147,0],[0,0],[0.151,0],[0,0],[0.489,0],[0.124,-0.07],[0.099,-0.048],[0.221,0],[0.198,0.076],[0.269,0.466]],\"o\":[[0,0],[0.145,0.073],[0.126,0.049],[0.145,0.077],[0.124,0.072],[0.196,0.149],[0.247,0],[0.322,-0.077],[0.343,0],[0.169,0.101],[0.122,0.051],[0.148,0.049],[0.27,0.048],[0,0],[0.122,0],[0.193,-0.047],[0.148,-0.122],[0.124,-0.026],[0.199,-0.026],[0,0],[0,-0.144],[0,-0.046],[-0.517,-0.025],[-0.173,0],[-0.293,0.051],[0,0],[-0.146,0],[0,0],[-0.145,0],[0,0],[-0.49,-0.021],[-0.175,0],[-0.099,0.051],[-0.171,0.123],[-0.223,0],[-0.467,-0.222],[0,0]],\"v\":[[252.858,-130.877],[252.858,-129.205],[252.952,-128.909],[253.348,-128.812],[253.741,-128.614],[253.936,-128.221],[254.574,-128.025],[255.214,-128.122],[256.1,-128.419],[256.886,-128.025],[257.28,-127.633],[257.673,-127.535],[258.064,-127.337],[258.853,-127.337],[259.246,-127.337],[259.639,-127.337],[260.033,-127.728],[260.329,-128.122],[260.719,-128.122],[261.308,-128.122],[261.308,-128.909],[261.21,-129.304],[261.287,-129.401],[259.96,-129.497],[259.538,-129.401],[258.728,-129.304],[258.358,-129.304],[257.969,-129.401],[257.475,-129.401],[257.082,-129.328],[257.082,-130.386],[255.831,-130.484],[255.412,-130.386],[255.313,-129.992],[254.723,-129.992],[254.133,-129.992],[253.249,-131.071]],\"c\":true},\"ix\":2},\"nm\":\"Path 43\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":43,\"ty\":\"sh\",\"ix\":44,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-200.847,-130.776],[-202.812,-129.992],[-203.207,-129.007],[-201.832,-127.728],[-200.355,-127.728],[-198.979,-127.14],[-197.801,-127.633],[-197.406,-129.106],[-198.782,-129.893],[-199.57,-130.974]],\"c\":true},\"ix\":2},\"nm\":\"Path 44\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":44,\"ty\":\"sh\",\"ix\":45,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.026,-0.102],[0,0],[0,0],[0,0],[0,0.393],[0.408,0]],\"o\":[[0.097,0.398],[0,0],[0,0],[0,0],[0,-0.29],[-0.142,0]],\"v\":[[-218.445,-130.189],[-219.132,-129.791],[-218.741,-128.713],[-217.462,-128.812],[-216.97,-129.697],[-218.242,-130.333]],\"c\":true},\"ix\":2},\"nm\":\"Path 45\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":45,\"ty\":\"sh\",\"ix\":46,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-206.255,-126.548],[-204.877,-126.548],[-205.464,-127.437]],\"c\":true},\"ix\":2},\"nm\":\"Path 46\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":46,\"ty\":\"sh\",\"ix\":47,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.099,0.389],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.096,-0.397],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-255.999,-126.548],[-255.999,-125.566],[-255.506,-123.797],[-256.099,-121.14],[-258.849,-117.702],[-255.407,-116.718],[-253.542,-114.163],[-251.872,-115.54],[-249.805,-115.54],[-248.526,-116.525],[-248.038,-118.391],[-246.168,-119.566],[-244.892,-120.849],[-241.349,-122.225],[-239.188,-122.914],[-239.386,-124.19],[-242.137,-125.761],[-243.709,-125.96],[-245.578,-125.172],[-247.741,-125.863],[-249.904,-126.649],[-252.556,-126.845]],\"c\":true},\"ix\":2},\"nm\":\"Path 47\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":47,\"ty\":\"sh\",\"ix\":48,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.199],[-0.147,-0.123],[-0.12,-0.027],[-0.296,0],[-0.197,0],[-0.124,0.071],[-0.073,0.124],[0.147,0.028],[0.067,-0.006],[0.062,0.014],[0.344,0]],\"o\":[[0,0.193],[0,0.195],[0.1,0.071],[0.271,0.097],[0.196,0],[0.167,0],[0.122,-0.078],[-0.147,-0.049],[-0.062,-0.012],[-0.069,0.008],[-0.316,-0.072],[0,0]],\"v\":[[241.257,-126.153],[241.155,-125.664],[241.451,-125.27],[241.842,-125.172],[242.629,-124.978],[243.124,-125.075],[243.517,-125.27],[243.615,-125.664],[243.223,-125.863],[243.027,-125.863],[242.824,-125.863],[242.016,-126.153]],\"c\":true},\"ix\":2},\"nm\":\"Path 48\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":48,\"ty\":\"sh\",\"ix\":49,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.049,-0.123],[-0.123,-0.296],[-0.027,-0.149],[0,-0.295],[0,0],[0.149,0.074],[0.148,0.075],[0.124,0.099],[0.172,0.292],[0,0],[0.1,0.146]],\"o\":[[0.053,0.122],[0.147,0.296],[0.049,0.143],[0.046,0.271],[0,0],[-0.096,-0.127],[-0.172,-0.074],[-0.127,-0.073],[-0.245,-0.197],[0,0],[-0.077,-0.171],[0,0]],\"v\":[[232.6,-126.057],[232.702,-125.664],[233.194,-124.876],[233.392,-124.485],[233.392,-123.746],[235.157,-123.746],[234.96,-124.19],[234.472,-124.289],[234.077,-124.485],[233.585,-125.27],[233.392,-125.664],[233.095,-126.057]],\"c\":true},\"ix\":2},\"nm\":\"Path 49\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":49,\"ty\":\"sh\",\"ix\":50,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.394,0],[0,-0.591],[0,0],[0,0],[0,-0.39],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.492,0],[0,0],[0,0]],\"o\":[[-0.393,0],[0,0.593],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-200.061,-125.469],[-200.158,-124.19],[-201.437,-123.207],[-201.437,-120.748],[-200.847,-118.195],[-198.979,-118.491],[-197.702,-119.373],[-197.503,-120.748],[-195.538,-120.358],[-194.36,-121.24],[-193.473,-122.816],[-192.194,-124.19],[-193.965,-124.978],[-195.735,-124.978],[-197.503,-125.566]],\"c\":true},\"ix\":2},\"nm\":\"Path 50\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":50,\"ty\":\"sh\",\"ix\":51,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.395,0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.391,0.492],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,-0.199],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.397],[0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,-0.493],[0,0],[0,0]],\"v\":[[-208.514,-125.172],[-208.71,-124.089],[-209.402,-124.089],[-210.776,-124.585],[-212.254,-124.19],[-211.956,-123.11],[-210.677,-121.929],[-211.17,-120.552],[-212.153,-120.159],[-213.529,-121.24],[-214.709,-121.14],[-214.906,-120.064],[-213.432,-119.177],[-212.35,-118.491],[-210.677,-118.096],[-209.893,-116.525],[-207.629,-115.441],[-206.255,-116.619],[-203.994,-116.718],[-203.11,-118.29],[-203.895,-119.566],[-205.174,-120.748],[-206.548,-121.537],[-204.78,-122.32],[-204.877,-123.207],[-206.255,-124.485],[-206.942,-125.27]],\"c\":true},\"ix\":2},\"nm\":\"Path 51\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":51,\"ty\":\"sh\",\"ix\":52,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.082,0],[0,0],[0.392,-0.196],[0.146,-0.095],[0.147,-0.079],[0.087,0.017],[0.082,-0.024],[0.439,-0.32],[0,0],[-0.291,-0.018],[-0.298,0],[0,0],[-0.197,0],[-0.166,-0.005],[-0.251,0.016],[-0.22,0],[0,0],[-0.174,-0.075],[-0.297,-0.074],[-0.197,0],[0,0],[0,0],[0.124,0.075],[0.124,0.076],[0.173,0.046],[0.072,-0.007],[0.057,0.01],[0.121,0.052],[0.147,0.121],[0.123,0.072],[0.045,0]],\"o\":[[0,0],[-0.471,0],[-0.174,0.075],[-0.126,0.073],[-0.079,0.036],[-0.079,-0.013],[-0.517,0.169],[0,0],[0.296,0.048],[0.296,0.028],[0,0],[0.196,0],[0.215,-0.008],[0.191,0.006],[0.221,0],[0,0],[0.172,0.048],[0.27,0.121],[0.174,0.05],[0,0],[0,0],[-0.1,-0.124],[-0.121,-0.073],[-0.147,-0.073],[-0.064,-0.016],[-0.064,0.005],[-0.122,-0.031],[-0.177,-0.097],[-0.1,-0.074],[-0.041,-0.025],[-0.09,0]],\"v\":[[245.383,-124.386],[244.993,-124.386],[243.813,-124.289],[243.418,-123.994],[243.223,-123.597],[242.972,-123.593],[242.728,-123.597],[241.551,-122.715],[241.155,-122.617],[241.941,-122.522],[242.728,-122.419],[243.124,-122.419],[243.615,-122.522],[244.165,-122.519],[244.793,-122.522],[245.383,-122.617],[245.579,-122.617],[245.973,-122.32],[246.761,-122.027],[247.277,-121.929],[247.936,-121.929],[248.037,-122.715],[247.84,-123.11],[247.447,-123.307],[247.055,-123.597],[246.845,-123.599],[246.66,-123.597],[246.271,-123.7],[245.876,-123.994],[245.777,-124.386],[245.647,-124.42]],\"c\":true},\"ix\":2},\"nm\":\"Path 52\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":52,\"ty\":\"sh\",\"ix\":53,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.391,-0.099],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.395,0.095],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-222.867,-123.406],[-221.198,-122.32],[-219.723,-120.849],[-218.642,-121.636],[-218.249,-123.11],[-219.032,-123.797],[-222.082,-124.289]],\"c\":true},\"ix\":2},\"nm\":\"Path 53\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":53,\"ty\":\"sh\",\"ix\":54,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.588],[0.593,-0.296],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.391],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,-0.292],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.589,0.59],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,-0.098],[0,0],[0,0],[0.393,-0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.59,0.592],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.59],[-0.587,0.291],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.391,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.392,0.297],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.398],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.395,0.099],[0,0],[0,0],[-0.391,0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-184.135,-124.19],[-186.885,-123.893],[-189.345,-121.929],[-190.818,-119.177],[-190.915,-115.736],[-188.656,-115.344],[-187.082,-115.246],[-186.395,-113.968],[-188.165,-114.262],[-190.032,-113.772],[-188.46,-112.196],[-186.298,-112.196],[-185.215,-112.591],[-183.739,-111.605],[-180.99,-110.721],[-182.66,-110.23],[-182.758,-108.853],[-181.58,-107.871],[-183.446,-105.217],[-184.333,-103.349],[-185.708,-101.876],[-186.985,-102.464],[-187.97,-104.727],[-186.985,-106.099],[-189.442,-108.265],[-191.408,-106.594],[-194.161,-109.642],[-195.142,-110.034],[-194.949,-111.605],[-195.341,-113.377],[-196.62,-113.576],[-196.717,-115.05],[-198.782,-116.718],[-201.242,-116.818],[-201.634,-115.833],[-202.715,-115.736],[-203.796,-114.163],[-203.207,-112.884],[-203.503,-111.902],[-201.534,-110.23],[-199.667,-109.148],[-200.257,-107.676],[-202.32,-108.069],[-201.73,-106.397],[-199.96,-106.494],[-197.996,-107.676],[-197.996,-105.903],[-201.437,-104.134],[-201.14,-101.579],[-203.305,-102.954],[-202.715,-104.727],[-204.091,-104.727],[-204.188,-106.397],[-202.909,-106.397],[-203.305,-108.853],[-206.452,-110.326],[-207.14,-108.561],[-208.807,-107.773],[-205.96,-105.903],[-207.336,-104.824],[-207.827,-103.448],[-213.134,-103.252],[-215.79,-104.334],[-217.758,-104.626],[-220.311,-106.099],[-222.082,-105.02],[-224.835,-103.839],[-224.147,-102.169],[-224.54,-99.613],[-226.21,-102.66],[-228.865,-103.839],[-231.816,-103.252],[-238.305,-103.839],[-238.402,-104.727],[-236.139,-105.512],[-239.386,-107.183],[-241.448,-107.083],[-247.249,-108.757],[-248.725,-110.034],[-251.376,-110.326],[-252.95,-110.23],[-253.641,-109.148],[-255.114,-108.853],[-256.589,-111.313],[-257.573,-109.148],[-259.344,-109.443],[-261.014,-112.296],[-262.979,-112.787],[-263.573,-110.92],[-264.846,-109.738],[-266.813,-109.443],[-269.37,-108.561],[-271.924,-107.28],[-269.863,-109.247],[-267.701,-109.835],[-266.125,-110.427],[-265.438,-111.41],[-266.319,-111.605],[-268.975,-110.721],[-271.924,-109.443],[-273.597,-109.346],[-275.171,-109.346],[-278.414,-107.577],[-281.461,-107.871],[-283.918,-109.738],[-288.345,-109.936],[-289.917,-110.92],[-292.176,-111.313],[-294.93,-110.721],[-296.698,-111.705],[-299.551,-111.705],[-302.597,-112.491],[-305.352,-112.491],[-307.516,-112.491],[-308.103,-113.87],[-312.43,-114.066],[-314.199,-113.87],[-313.71,-114.95],[-316.266,-115.05],[-318.523,-113.772],[-322.065,-113.772],[-324.72,-111.803],[-326.785,-111.803],[-328.551,-110.427],[-328.749,-108.658],[-330.913,-107.183],[-334.454,-107.083],[-335.139,-105.119],[-331.108,-103.349],[-329.732,-101.482],[-327.47,-100.598],[-325.997,-98.334],[-328.163,-98.042],[-330.224,-98.43],[-330.421,-100.104],[-332.878,-98.824],[-334.941,-98.629],[-337.4,-96.663],[-336.22,-95.972],[-334.941,-94.993],[-334.156,-92.831],[-327.768,-93.519],[-326.193,-94.5],[-324.521,-94.306],[-324.917,-92.437],[-324.917,-90.276],[-327.177,-90.175],[-329.436,-89.388],[-331.404,-89.584],[-331.992,-87.424],[-334.355,-85.259],[-333.86,-83.783],[-332.781,-83.589],[-332.387,-82.41],[-331.504,-80.542],[-328.845,-79.656],[-327.568,-81.132],[-326.094,-79.165],[-326.389,-76.411],[-325.016,-76.411],[-324.129,-76.903],[-322.065,-77.005],[-320.69,-76.216],[-319.9,-77.593],[-318.622,-76.509],[-317.049,-77.398],[-318.035,-74.939],[-319.706,-73.167],[-322.751,-70.811],[-323.833,-69.433],[-325.801,-69.333],[-327.768,-67.959],[-330.421,-67.366],[-332.682,-65.5],[-331.404,-64.911],[-329.143,-66.583],[-327.668,-66.68],[-325.212,-67.959],[-322.461,-69.137],[-316.854,-71.79],[-316.068,-73.463],[-310.266,-76.707],[-311.742,-78.871],[-308.792,-80.542],[-307.222,-83.194],[-304.667,-83.783],[-303.287,-83.001],[-306.336,-81.82],[-307.12,-80.245],[-306.728,-78.478],[-302.893,-80.346],[-300.141,-80.834],[-300.732,-82.115],[-301.124,-82.899],[-300.24,-83.194],[-297.784,-83.098],[-295.618,-81.621],[-293.358,-80.443],[-290.996,-79.853],[-289.03,-80.346],[-287.36,-79.656],[-285.789,-79.656],[-284.215,-78.379],[-281.758,-77.2],[-280.479,-75.823],[-278.609,-75.33],[-277.626,-75.721],[-276.152,-74.838],[-275.171,-73.463],[-272.907,-72.876],[-273.3,-71.597],[-271.141,-70.708],[-271.534,-69.532],[-270.155,-69.037],[-268.779,-68.841],[-268.68,-67.466],[-267.602,-65.992],[-267.305,-64.319],[-266.716,-62.746],[-264.945,-62.551],[-264.451,-60.683],[-262.586,-58.911],[-262.095,-57.635],[-260.227,-56.651],[-258.359,-55.964],[-256.784,-55.472],[-256.491,-54.488],[-254.524,-53.212],[-253.049,-52.128],[-252.265,-49.772],[-252.265,-47.901],[-253.347,-49.083],[-254.624,-50.657],[-254.919,-51.638],[-256.491,-52.618],[-257.573,-53.016],[-257.771,-54.587],[-259.047,-54.587],[-260.128,-55.375],[-261.112,-55.768],[-262.095,-56.062],[-263.273,-55.868],[-262.293,-54.587],[-261.014,-53.801],[-259.733,-52.72],[-257.081,-50.952],[-256.196,-49.083],[-255.214,-46.72],[-255.31,-44.855],[-255.506,-42.298],[-255.506,-39.447],[-256.394,-38.761],[-256.394,-36.895],[-255.31,-34.925],[-255.702,-33.057],[-255.407,-31.584],[-254.624,-30.305],[-254.723,-28.437],[-253.641,-26.863],[-252.166,-25.586],[-251.279,-22.933],[-250.004,-21.85],[-249.708,-20.474],[-248.526,-18.901],[-246.758,-18.901],[-245.48,-17.823],[-243.515,-16.936],[-242.137,-15.556],[-241.745,-13.886],[-241.055,-12.214],[-240.173,-9.462],[-238.991,-8.285],[-237.518,-6.908],[-237.125,-5.924],[-238.305,-5.039],[-237.518,-3.955],[-236.042,-2.879],[-234.172,-1.698],[-233.093,-0.42],[-233.29,0.665],[-232.897,1.549],[-231.422,2.138],[-230.047,3.318],[-229.062,4.299],[-228.965,5.478],[-228.177,5.088],[-227.981,3.81],[-228.572,2.333],[-229.852,1.744],[-230.047,0.466],[-231.522,-0.613],[-232.111,-2.284],[-232.7,-3.861],[-233.979,-5.039],[-234.371,-6.611],[-235.65,-7.103],[-236.435,-9.07],[-237.909,-10.74],[-238.107,-12.906],[-236.927,-13.001],[-235.255,-12.315],[-234.274,-11.13],[-234.172,-9.265],[-232.405,-6.807],[-230.535,-4.843],[-228.865,-3.465],[-227.686,-2.088],[-227.391,-0.52],[-225.623,0.466],[-224.345,1.939],[-223.36,3.514],[-221.296,5.674],[-220.509,7.546],[-219.429,8.429],[-220.509,9.119],[-220.803,10.296],[-218.544,12.065],[-216.675,13.538],[-214.411,14.23],[-212.055,15.608],[-209.303,16.783],[-206.255,18.259],[-203.796,18.948],[-202.226,18.848],[-201.73,18.06],[-199.96,17.867],[-197.996,18.848],[-195.834,20.517],[-194.656,21.899],[-192.884,21.899],[-192.194,21.899],[-191.212,22.29],[-190.131,23.764],[-187.97,24.453],[-187.87,23.469],[-186.687,24.06],[-185.511,25.732],[-183.347,27.991],[-183.543,29.759],[-182.858,30.547],[-181.969,30.154],[-180.791,30.744],[-179.121,32.318],[-177.35,32.809],[-174.403,34.281],[-172.829,34.973],[-172.926,33.399],[-172.14,32.415],[-169.388,32.611],[-169.09,33.596],[-168.208,33.5],[-167.716,32.221],[-168.7,31.038],[-171.551,31.038],[-173.417,30.939],[-176.17,30.744],[-177.451,29.858],[-179.218,27.991],[-179.121,26.517],[-179.121,24.553],[-178.532,22.094],[-178.532,20.421],[-179.415,19.145],[-181.185,18.259],[-183.839,18.456],[-185.708,18.06],[-187.773,18.848],[-189.148,17.964],[-187.87,16.981],[-187.87,15.211],[-187.379,14.131],[-186.687,12.36],[-186.687,10.392],[-185.511,9.61],[-185.313,8.135],[-186.197,7.546],[-189.148,7.741],[-191.016,8.037],[-191.804,9.411],[-192.588,11.475],[-193.473,13.341],[-195.048,13.538],[-197.307,14.131],[-199.667,14.426],[-200.748,13.049],[-202.715,12.065],[-203.404,10.493],[-204.78,8.429],[-205.566,4.889],[-205.861,2.333],[-204.877,0.37],[-204.386,-1.894],[-205.37,-4.256],[-203.599,-6.513],[-202.126,-6.611],[-200.651,-7.791],[-199.175,-9.17],[-197.111,-8.876],[-195.638,-8.381],[-194.457,-8.876],[-193.473,-7.595],[-191.705,-7.595],[-190.328,-7.696],[-190.624,-8.677],[-190.131,-10.25],[-187.97,-10.35],[-186.493,-10.544],[-183.739,-10.25],[-182.66,-8.876],[-181.775,-8.876],[-181.185,-9.658],[-180.401,-9.856],[-179.121,-8.677],[-177.939,-7.204],[-177.939,-5.531],[-177.255,-4.548],[-176.96,-3.465],[-176.072,-2.679],[-175.584,-1.5],[-174.5,-0.913],[-174.403,0.37],[-173.417,0.665],[-172.829,-0.224],[-172.336,-1.599],[-172.926,-3.268],[-173.516,-5.828],[-174.793,-8.086],[-174.793,-11.034],[-174.11,-13.1],[-173.027,-15.263],[-171.351,-15.953],[-169.388,-17.626],[-167.521,-18.901],[-165.75,-19.586],[-165.455,-20.867],[-164.081,-21.654],[-165.259,-23.817],[-166.144,-24.798],[-165.75,-25.979],[-166.538,-27.061],[-165.16,-27.747],[-163.982,-26.175],[-163.291,-27.747],[-162.508,-29.127],[-161.622,-30.009],[-160.736,-32.958],[-158.081,-32.958],[-156.409,-33.944],[-154.445,-34.141],[-154.936,-35.322],[-155.034,-37.778],[-153.66,-39.647],[-152.085,-39.647],[-151.592,-40.725],[-149.528,-40.629],[-147.662,-41.71],[-146.484,-43.185],[-144.219,-43.381],[-141.762,-42.891],[-142.352,-42.1],[-144.909,-42.1],[-146.286,-41.119],[-146.286,-39.447],[-145.203,-38.956],[-144.023,-39.941],[-143.139,-40.53],[-141.467,-41.022],[-139.697,-41.906],[-137.927,-42.298],[-136.553,-43.971],[-135.174,-45.15],[-134.979,-46.527],[-136.846,-46.034],[-138.125,-43.971],[-140.288,-43.874],[-142.059,-44.759],[-143.924,-46.234],[-144.909,-48.786],[-143.236,-50.067],[-143.337,-52.128],[-145.792,-52.327],[-148.448,-51.542],[-151.396,-49.871],[-154.248,-47.115],[-156.511,-45.542],[-155.624,-47.017],[-154.248,-48.593],[-153.362,-49.379],[-155.624,-49.967],[-152.772,-49.967],[-152.085,-51.344],[-150.512,-52.618],[-148.643,-52.72],[-147.858,-54.295],[-146.286,-54.883],[-143.826,-54.883],[-139.404,-54.979],[-137.141,-54.587],[-135.372,-54.69],[-133.603,-55.964],[-132.029,-57.734],[-129.177,-58.028],[-127.701,-58.614],[-126.917,-59.406],[-127.801,-60.192],[-127.214,-60.977],[-127.115,-62.648],[-129.177,-62.944],[-129.572,-63.926],[-131.833,-63.926],[-133.603,-62.944],[-134.781,-62.159],[-135.763,-62.551],[-135.372,-63.733],[-133.309,-64.418],[-130.85,-65.011],[-129.77,-65.992],[-131.342,-66.091],[-132.913,-66.876],[-134.979,-67.466],[-136.257,-68.646],[-137.732,-69.826],[-138.319,-70.908],[-137.436,-71.105],[-137.141,-71.889],[-138.52,-73.76],[-140.189,-75.823],[-142.547,-79.46],[-143.337,-81.132],[-145.103,-78.967],[-145.103,-77.101],[-146.974,-76.411],[-148.152,-75.134],[-149.921,-75.233],[-150.317,-76.411],[-151.493,-77.295],[-153.265,-76.903],[-152.772,-78.967],[-152.772,-81.718],[-152.871,-83.194],[-155.034,-83.294],[-156.707,-84.375],[-158.278,-85.947],[-161.03,-87.619],[-162.014,-86.833],[-164.374,-86.933],[-165.358,-87.523],[-168.009,-87.523],[-169.09,-86.44],[-168.11,-84.867],[-168.503,-82.806],[-168.208,-81.427],[-167.323,-79.557],[-168.7,-79.557],[-168.6,-77.79],[-169.485,-76.804],[-168.309,-76.017],[-166.538,-74.738],[-166.045,-72.482],[-166.045,-69.925],[-167.323,-68.155],[-169.09,-66.778],[-171.551,-66.484],[-170.175,-64.319],[-170.175,-61.565],[-169.485,-59.996],[-169.878,-58.717],[-170.959,-57.143],[-173.318,-56.85],[-174.699,-59.112],[-176.367,-61.076],[-176.367,-62.746],[-176.858,-65.108],[-176.563,-67.073],[-179.613,-67.466],[-181.872,-67.562],[-183.052,-68.254],[-185.906,-68.94],[-186.985,-70.119],[-189.442,-71.4],[-191.998,-72.775],[-195.341,-71.989],[-196.131,-73.266],[-197.503,-76.216],[-199.175,-77.005],[-200.257,-78.182],[-199.863,-81.82],[-198.192,-84.57],[-196.522,-87.027],[-194.36,-87.913],[-192.685,-89.191],[-193.376,-90.569],[-196.03,-91.158],[-199.08,-92.143],[-195.538,-91.648],[-192.685,-90.962],[-191.408,-91.255],[-191.113,-92.73],[-188.758,-91.944],[-187.379,-92.239],[-187.28,-93.421],[-186.395,-93.911],[-185.906,-95.482],[-187.577,-95.678],[-189.735,-95.877],[-190.525,-96.763],[-192.983,-97.746],[-191.312,-97.648],[-188.656,-96.957],[-186.885,-96.369],[-185.116,-96.957],[-183.936,-98.43],[-185.215,-99.613],[-183.446,-99.613],[-182.362,-98.533],[-183.248,-97.352],[-184.037,-95.191],[-184.037,-92.534],[-185.807,-91.944],[-185.313,-90.766],[-183.446,-90.667],[-183.446,-89.584],[-180.99,-89.783],[-180.3,-91.158],[-177.939,-91.059],[-176.664,-90.862],[-175.385,-90.276],[-173.516,-90.276],[-173.318,-91.751],[-175.187,-92.143],[-176.072,-94.01],[-178.331,-94.203],[-180.104,-95.678],[-181.775,-96.074],[-181.775,-97.152],[-180.202,-96.862],[-179.513,-97.648],[-179.71,-98.533],[-177.843,-98.533],[-177.154,-99.811],[-175.385,-101.088],[-174.793,-102.169],[-175.779,-103.349],[-176.664,-105.316],[-174.99,-105.609],[-174.5,-107.083],[-175.779,-108.561],[-177.547,-109.346],[-179.809,-110.525],[-177.255,-110.525],[-176.96,-111.313],[-175.09,-111.117],[-173.614,-110.23],[-171.551,-110.326],[-169.683,-110.721],[-171.256,-112.196],[-170.175,-112.491],[-168.503,-110.82],[-166.637,-110.623],[-165.848,-109.052],[-164.471,-108.757],[-163.686,-107.577],[-162.212,-106.987],[-161.423,-105.512],[-159.755,-104.923],[-158.377,-103.448],[-158.081,-101.676],[-160.049,-99.811],[-161.718,-97.945],[-160.836,-96.174],[-163.786,-95.779],[-165.358,-96.174],[-167.028,-96.174],[-169.09,-94.7],[-169.09,-93.126],[-166.637,-92.73],[-164.668,-92.831],[-164.176,-93.715],[-163.291,-94.203],[-162.014,-93.911],[-159.656,-93.225],[-157.393,-91.059],[-156.903,-89.881],[-155.525,-88.409],[-153.558,-88.409],[-151.493,-86.44],[-148.448,-86.34],[-146.484,-85.459],[-146.286,-86.636],[-149.528,-89.094],[-150.905,-90.175],[-151.592,-91.356],[-149.431,-90.276],[-145.792,-88.409],[-143.924,-87.325],[-143.924,-89.094],[-142.844,-90.667],[-144.615,-91.648],[-145.007,-94.108],[-147.463,-94.993],[-150.414,-98.141],[-149.431,-99.025],[-148.448,-99.811],[-144.516,-96.862],[-143.139,-94.993],[-141.467,-94.7],[-140.974,-96.862],[-138.913,-97.648],[-138.617,-98.533],[-137.238,-98.533],[-136.65,-99.515],[-136.749,-100.993],[-139.501,-100.993],[-139.501,-101.778],[-141.171,-103.057],[-142.352,-103.252],[-144.122,-104.035],[-145.497,-104.035],[-145.893,-105.119],[-146.383,-106.099],[-148.743,-106.099],[-149.727,-106.201],[-149.727,-107.871],[-148.055,-107.871],[-147.17,-108.658],[-149.431,-109.247],[-149.137,-109.936],[-148.055,-110.131],[-149.333,-111.313],[-151.101,-111.803],[-150.414,-112.884],[-152.283,-113.67],[-154.346,-113.576],[-154.641,-114.458],[-156.313,-114.554],[-156.999,-114.752],[-155.624,-115.639],[-157.491,-116.226],[-159.853,-115.639],[-161.423,-117.212],[-161.622,-118.096],[-163.095,-118.195],[-163.192,-119.274],[-165.554,-120.064],[-168.6,-120.064],[-168.995,-119.177],[-170.565,-118.978],[-172.04,-119.274],[-172.534,-118.195],[-174.009,-118.096],[-174.11,-119.472],[-173.221,-120.748],[-174.699,-122.522],[-175.385,-124.089],[-178.137,-124.089],[-179.415,-122.914],[-181.285,-122.816],[-182.564,-122.027],[-182.858,-120.455],[-181.676,-118.784],[-182.463,-117.702],[-180.888,-115.639],[-182.167,-115.441],[-183.936,-117.212],[-184.525,-119.566],[-184.724,-121.14],[-183.446,-122.816],[-181.58,-124.19]],\"c\":true},\"ix\":2},\"nm\":\"Path 54\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":54,\"ty\":\"sh\",\"ix\":55,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-225.131,-123.893],[-225.817,-123.207],[-224.44,-123.01],[-223.951,-123.994]],\"c\":true},\"ix\":2},\"nm\":\"Path 55\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":55,\"ty\":\"sh\",\"ix\":56,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-173.318,-123.893],[-172.926,-122.127],[-172.336,-120.748],[-168.404,-120.552],[-167.028,-121.537],[-164.668,-122.127],[-167.028,-123.7],[-170.764,-123.893]],\"c\":true},\"ix\":2},\"nm\":\"Path 56\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":56,\"ty\":\"sh\",\"ix\":57,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.269,-0.167],[0.147,-0.118],[0.273,-0.269],[-0.218,0],[-0.194,0.028],[-0.123,0.028],[-0.146,0.027],[-0.125,-0.007],[-0.151,0.014],[0,0],[-0.171,0.073],[0.051,0.103],[0.126,0.098],[0.149,0.05],[0.122,0.024],[0.152,0]],\"o\":[[-0.174,0.098],[-0.298,0.249],[0.174,0.1],[0.222,0],[0.121,0],[0.149,-0.019],[0.131,-0.012],[0.128,0.006],[0,0],[0.171,-0.025],[-0.024,-0.122],[-0.095,-0.145],[-0.12,-0.096],[-0.121,-0.047],[-0.123,-0.024],[-0.34,0]],\"v\":[[110.111,-122.914],[109.715,-122.522],[108.927,-121.832],[109.418,-121.537],[110.009,-121.636],[110.404,-121.636],[110.796,-121.832],[111.171,-121.831],[111.582,-121.832],[111.977,-121.832],[112.368,-122.127],[112.368,-122.522],[112.072,-122.914],[111.68,-123.11],[111.287,-123.207],[110.892,-123.307]],\"c\":true},\"ix\":2},\"nm\":\"Path 57\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":57,\"ty\":\"sh\",\"ix\":58,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.389,-0.096],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-239.188,-122.522],[-240.369,-121.537],[-241.549,-121.045],[-243.122,-120.652],[-244.497,-119.766],[-244.203,-118.391],[-245.875,-117.408],[-245.774,-116.619],[-244.596,-116.619],[-243.808,-115.833],[-242.335,-116.325],[-240.467,-116.525],[-239.287,-115.639],[-241.155,-115.144],[-242.826,-114.752],[-243.612,-113.968],[-241.448,-113.081],[-239.287,-113.081],[-236.927,-113.277],[-234.862,-113.277],[-233.193,-112.591],[-233.389,-111.605],[-236.828,-111.705],[-239.975,-111.705],[-242.234,-110.721],[-240.86,-108.757],[-238.402,-108.658],[-236.338,-108.658],[-235.255,-106.79],[-233.882,-106.002],[-231.227,-106.002],[-228.768,-106.099],[-227.096,-106.987],[-225.328,-107.479],[-223.556,-108.462],[-222.575,-109.052],[-221.787,-108.361],[-220.706,-108.561],[-217.952,-107.183],[-216.083,-107.083],[-214.411,-107.28],[-213.728,-108.561],[-215.102,-109.642],[-214.019,-109.738],[-212.35,-110.034],[-211.956,-110.92],[-213.529,-111.902],[-216.774,-112.984],[-218.445,-114.655],[-218.15,-116.325],[-219.626,-117.408],[-219.92,-119.669],[-221.099,-121.14],[-223.26,-122.027],[-225.131,-122.027],[-225.131,-120.358],[-224.736,-119.177],[-223.85,-117.604],[-224.44,-116.917],[-225.228,-117.015],[-226.017,-117.702],[-226.21,-118.881],[-226.703,-119.867],[-228.177,-121.437],[-229.65,-121.537],[-229.257,-120.455],[-228.669,-119.566],[-230.339,-119.566],[-230.438,-118.784],[-231.816,-118.585],[-231.522,-119.472],[-231.126,-120.552],[-232.305,-120.652],[-233.78,-121.14],[-235.255,-121.045],[-235.452,-119.963],[-236.631,-120.159],[-236.338,-120.849],[-236.631,-122.225],[-237.419,-122.522]],\"c\":true},\"ix\":2},\"nm\":\"Path 58\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":58,\"ty\":\"sh\",\"ix\":59,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.018],[0.149,-0.098],[0.122,-0.051],[0.12,0],[0.194,0],[0.292,-0.025],[0.148,-0.07],[0,-0.49],[-0.195,-0.048],[-0.121,0],[-0.394,0],[-0.541,0.076],[-0.294,0.097],[-0.147,0.027],[-0.343,0],[0,0],[-0.146,0],[0,0],[-0.146,0],[0,0],[0.12,0.073],[0.171,0.078],[0.273,-0.014],[0.145,0.007],[0.123,0],[0.08,-0.006],[0.094,0.011],[0.148,0.048],[0.194,0.023],[0.175,0],[0.094,0]],\"o\":[[-0.169,0.07],[-0.097,0.074],[-0.124,0.052],[-0.171,0.023],[-0.294,0],[-0.172,0],[-0.442,0.224],[0.099,0.173],[0.122,0.027],[0.369,0.051],[0.564,0],[0.295,-0.023],[0.148,-0.05],[0.32,-0.074],[0,0],[0.15,0],[0,0],[0.148,0],[0,0],[-0.074,-0.122],[-0.15,-0.097],[-0.273,-0.133],[-0.123,0.007],[-0.147,0],[-0.09,-0.013],[-0.074,0.006],[-0.172,-0.027],[-0.196,-0.077],[-0.149,-0.026],[-0.113,0],[-0.046,0]],\"v\":[[317.051,-116.421],[316.658,-116.128],[316.561,-115.736],[316.168,-115.736],[315.676,-115.736],[314.892,-115.736],[314.496,-115.54],[314.103,-114.36],[314.397,-113.87],[314.792,-113.87],[315.822,-113.87],[317.249,-113.87],[318.037,-114.163],[318.428,-114.36],[319.288,-114.36],[320.098,-114.36],[320.493,-114.262],[320.986,-114.262],[321.378,-114.333],[321.378,-114.95],[321.184,-115.344],[320.79,-115.639],[320.009,-115.742],[319.61,-115.736],[319.215,-115.833],[318.969,-115.834],[318.723,-115.833],[318.329,-116.029],[317.939,-116.421],[317.493,-116.421],[317.193,-116.444]],\"c\":true},\"ix\":2},\"nm\":\"Path 59\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":59,\"ty\":\"sh\",\"ix\":60,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.195],[-0.028,-0.147],[0,0],[0,0],[-0.121,0.097],[-0.198,0.096],[-0.038,-0.006],[-0.022,0.012],[-0.225,0.097],[-0.075,0.099],[-0.096,0.143],[-0.021,0.127],[0.118,0.049],[0.101,0.072],[0.071,0.124],[0.025,0.149]],\"o\":[[0,0.197],[0,0.174],[0,0],[0,0],[0.174,0],[0.177,-0.149],[0.025,-0.013],[0.036,0.005],[0.196,-0.1],[0.12,-0.052],[0.1,-0.148],[0.078,-0.098],[-0.118,-0.02],[-0.124,-0.048],[-0.124,-0.101],[-0.074,-0.121],[0,0]],\"v\":[[68.818,-109.148],[68.72,-108.658],[68.918,-108.265],[68.918,-106.397],[70.07,-106.397],[70.487,-106.494],[70.784,-107.083],[70.885,-107.083],[70.98,-107.083],[71.572,-107.28],[71.962,-107.379],[72.257,-107.773],[72.257,-108.168],[71.868,-108.265],[71.471,-108.361],[71.276,-108.757],[71.276,-109.148]],\"c\":true},\"ix\":2},\"nm\":\"Path 60\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":60,\"ty\":\"sh\",\"ix\":61,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-223.85,-106.594],[-226.406,-105.316],[-224.44,-104.923],[-222.867,-105.709],[-221.296,-106.002],[-221.198,-107.28]],\"c\":true},\"ix\":2},\"nm\":\"Path 61\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":61,\"ty\":\"sh\",\"ix\":62,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-166.538,-104.824],[-168.11,-103.148],[-167.224,-101.876],[-165.554,-101.676],[-163.786,-102.071],[-162.898,-103.448],[-163.686,-104.923]],\"c\":true},\"ix\":2},\"nm\":\"Path 62\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":62,\"ty\":\"sh\",\"ix\":63,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.49,0],[0.393,-0.049],[0.248,-0.049],[0.193,-0.196],[0,-0.394],[0,-0.392],[-0.128,-0.013],[-0.125,0.026],[-0.345,0],[-0.244,-0.048],[-0.199,-0.151],[-0.198,-0.241],[-0.099,-0.345],[0.293,0],[0.938,-0.052],[0.291,-0.051],[0,0],[-0.298,0],[0,0],[-0.048,0],[0,0],[0,0],[0,0],[-0.296,0],[-0.591,0],[0,0],[-0.243,-0.101],[-0.297,-0.196],[-0.297,-0.101],[-0.447,0],[-0.389,0.048],[-0.292,0.196],[-0.347,0.244],[-0.343,0.147],[-0.135,-0.025],[-0.121,0.048],[-0.341,0.149],[-0.587,0.096],[-1.13,0],[0,0],[0.295,0.146],[0,0],[0.145,-0.022],[0.129,0.022],[0,0.241],[0,0.346],[0,0.39],[0,0],[0.298,-0.097],[0.345,-0.145],[0.393,0],[0.2,0],[0.297,0],[0.589,0],[0.54,-0.102],[0.785,0],[0,0],[0,0],[0,0],[0.147,0.343]],\"o\":[[0,0],[-0.441,-0.145],[-0.441,0],[-0.244,0],[-0.296,0.098],[-0.247,0.248],[0,0.389],[0.143,-0.023],[0.132,0.011],[0.295,-0.047],[0.293,0],[0.248,0.048],[0.242,0.193],[0.196,0.249],[-0.295,-0.051],[-0.936,-0.052],[-0.296,0],[0,0],[0.291,-0.048],[0,0],[0.101,0],[0,0],[0,0],[0,0],[0.293,0],[0.586,-0.053],[0,0],[0.248,0],[0.344,0.145],[0.246,0.149],[0.392,0.145],[0.442,0],[0.349,-0.051],[0.344,-0.247],[0.294,-0.201],[0.122,-0.049],[0.135,0.024],[0.396,-0.149],[0.544,-0.294],[1.083,-0.147],[0,0],[-0.199,-0.243],[0,0],[-0.137,-0.055],[-0.116,0.017],[0.049,-0.294],[0.049,-0.297],[0,-0.394],[0,0],[-0.345,0],[-0.341,0.148],[-0.339,0.151],[-0.194,0],[-0.296,0],[-0.587,-0.052],[-0.587,0],[-0.738,0.146],[0,0],[0,0],[0,0],[-0.053,-0.345],[0,0]],\"v\":[[-63.41,-98.923],[-63.41,-98.141],[-64.589,-98.533],[-65.771,-98.334],[-66.556,-98.334],[-67.34,-97.945],[-67.928,-97.152],[-67.734,-96.174],[-67.331,-96.172],[-66.948,-96.174],[-66.161,-96.566],[-65.378,-96.566],[-64.783,-95.972],[-64,-95.585],[-64,-94.597],[-64.783,-94.795],[-67.147,-94.795],[-67.928,-94.597],[-67.734,-93.421],[-66.948,-93.615],[-65.378,-93.615],[-65.18,-93.421],[-65.18,-91.849],[-64.783,-91.059],[-64,-91.059],[-63.212,-91.255],[-61.638,-91.255],[-60.855,-91.255],[-60.068,-91.255],[-59.477,-90.471],[-58.689,-90.074],[-57.509,-90.074],[-56.335,-90.074],[-55.546,-90.667],[-54.956,-91.648],[-54.169,-92.239],[-53.775,-92.239],[-53.384,-92.239],[-52.598,-93.027],[-51.025,-93.615],[-48.073,-93.615],[-48.073,-95.191],[-48.469,-95.972],[-49.253,-96.369],[-49.671,-96.381],[-50.038,-96.369],[-50.038,-97.152],[-49.648,-97.892],[-49.84,-98.923],[-51.758,-98.923],[-52.598,-98.727],[-53.384,-98.141],[-54.365,-97.697],[-54.758,-97.352],[-55.546,-97.546],[-57.118,-97.746],[-58.689,-97.546],[-60.509,-96.763],[-62.031,-96.763],[-62.031,-97.546],[-62.031,-98.334],[-62.626,-99.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 63\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":63,\"ty\":\"sh\",\"ix\":64,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.026,-0.008],[-0.03,0.001],[0.012,0]],\"o\":[[0.031,-0.001],[-0.003,-0.01],[-0.017,0]],\"v\":[[52.898,-96.376],[52.991,-96.378],[52.967,-96.392]],\"c\":true},\"ix\":2},\"nm\":\"Path 64\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":64,\"ty\":\"sh\",\"ix\":65,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.036,-0.004],[-0.043,0.014],[-0.002,0.001]],\"o\":[[0.013,0.024],[0.002,-0.001],[-0.034,0.002]],\"v\":[[52.793,-96.369],[52.893,-96.374],[52.898,-96.376]],\"c\":true},\"ix\":2},\"nm\":\"Path 65\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":65,\"ty\":\"sh\",\"ix\":66,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.566,-0.123],[-0.171,-0.023],[-0.145,0.011],[-0.12,-0.009],[-0.119,-0.047],[-0.168,-0.076],[-0.345,0],[0,0],[-0.246,0],[-0.345,-0.149],[-0.273,0],[-0.218,0.028],[0,0],[0.121,0.025],[0.147,0.048],[0.125,0.025],[0.319,0.051],[0.271,0.047],[0.15,0.025],[0.151,0.025],[0.225,0]],\"o\":[[0.148,0.098],[0.154,0.028],[0.113,-0.008],[0.122,0],[0.173,0.05],[0.298,0.12],[0,0],[0.245,0],[0.394,0],[0.248,0.097],[0.221,0],[0,0],[-0.121,-0.023],[-0.147,-0.048],[-0.126,-0.027],[-0.318,-0.074],[-0.269,-0.051],[-0.145,-0.024],[-0.124,0],[-0.219,-0.024],[-0.588,0]],\"v\":[[331.699,-90.471],[331.798,-89.783],[332.241,-89.776],[332.587,-89.783],[332.978,-89.783],[333.271,-89.388],[334.158,-89.29],[334.65,-89.29],[335.238,-89.488],[336.222,-89.191],[336.837,-88.898],[337.4,-88.998],[337.4,-89.783],[337.009,-89.881],[336.616,-90.074],[336.222,-90.175],[335.337,-90.373],[334.551,-90.471],[334.158,-90.667],[333.762,-90.667],[333.175,-90.766]],\"c\":true},\"ix\":2},\"nm\":\"Path 66\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":66,\"ty\":\"sh\",\"ix\":67,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.346,-0.148],[0.245,-0.097],[0.639,-0.348],[-0.44,0],[-0.639,0.445],[-0.196,0.246],[0,0]],\"o\":[[-0.246,0.096],[-0.689,0.296],[0.345,0.192],[0.839,0],[0.297,-0.196],[0,0],[-0.295,0.149]],\"v\":[[-177.057,-87.913],[-177.843,-87.72],[-179.613,-86.731],[-178.631,-86.144],[-176.664,-86.933],[-176.072,-87.72],[-176.268,-88.503]],\"c\":true},\"ix\":2},\"nm\":\"Path 67\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":67,\"ty\":\"sh\",\"ix\":68,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.046,0.542],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[-0.048,-0.541],[0,0],[0,0]],\"v\":[[-173.516,-86.539],[-172.926,-84.57],[-170.959,-84.57],[-170.175,-84.965],[-170.175,-85.751],[-170.367,-87.129],[-171.944,-87.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 68\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":68,\"ty\":\"sh\",\"ix\":69,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-335.828,-81.328],[-336.516,-80.834],[-336.22,-79.656],[-334.549,-79.557],[-333.763,-79.954],[-334.355,-81.328]],\"c\":true},\"ix\":2},\"nm\":\"Path 69\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":69,\"ty\":\"sh\",\"ix\":70,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.223,-0.025],[0.244,-0.127],[0,-0.343],[0,0],[-0.149,0],[-0.346,0],[-0.148,0.049],[-0.148,0.1],[-0.076,0.098],[-0.025,0.291],[0.168,0]],\"o\":[[-0.222,0],[-0.293,0.024],[-0.297,0.146],[0,0],[0.149,0],[0.343,0],[0.171,0],[0.171,-0.077],[0.099,-0.051],[0.173,-0.221],[-0.148,-0.051],[0,0]],\"v\":[[287.068,-77.69],[286.475,-77.593],[285.693,-77.491],[285.102,-76.831],[285.102,-76.067],[285.496,-76.017],[286.355,-76.067],[286.772,-76.313],[287.168,-76.609],[287.561,-76.707],[287.657,-77.491],[287.267,-77.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 70\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":70,\"ty\":\"sh\",\"ix\":71,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.164,0],[0,0],[0.146,0],[0.617,0.072],[0.027,-0.291],[0.052,-0.122],[0,-0.222],[0,-0.072],[0,-0.295],[0,-0.148],[0.347,0],[0.149,0.072],[0.244,0],[0.099,-0.197],[0,-0.146],[-0.171,-0.219],[-0.151,-0.079],[-0.267,-0.048],[0.029,-0.147],[0,0],[0,-0.15],[0,-0.175],[0.095,-0.123],[0.125,-0.049],[0.123,-0.05],[0,-0.222],[-0.022,-0.224],[0,0],[-0.169,0],[-0.098,-0.049],[-0.075,-0.121],[-0.099,-0.145],[0,0],[-0.027,0.145],[-0.046,0.146],[0,0],[0,-0.149],[0,-0.367],[0.049,-0.098],[0.122,-0.072],[0.147,-0.049],[-0.027,-0.122],[-0.071,-0.17],[0,0],[0,0],[-0.074,-0.124],[-0.073,-0.148],[0,-0.196],[0,-0.247],[-0.172,-0.175],[-0.295,-0.147],[0,0],[0,-0.32],[0.099,-0.125],[0.218,0],[0.197,0.02],[0.172,0.05],[0.22,0],[0,0],[0.099,-0.047],[0.12,-0.125],[0.098,-0.05],[0.079,0.01],[0.054,-0.011],[0.147,0],[0,0],[-0.196,0],[-0.393,0],[-0.223,-0.026],[0.046,-0.126],[0.073,-0.096],[0.085,0.021],[0.044,-0.022],[0.147,-0.097],[0.12,-0.074],[0.187,0.004],[0.088,-0.007],[0,0],[-0.027,-0.122],[-0.046,-0.146],[-0.061,-0.006],[-0.073,0.011],[-0.146,0.05],[-0.25,0],[-0.392,-0.098],[-0.148,0],[-0.112,0.009],[-0.154,-0.027],[-0.124,-0.025],[-0.101,-0.098],[0.174,-0.079],[0.123,-0.025],[0.346,-0.027],[0.124,-0.027],[0.145,-0.075],[0.146,-0.073],[0.075,0.01],[0.056,-0.01],[0.268,-0.047],[0.073,-0.269],[0.047,-0.1],[0.125,-0.072],[0.172,-0.072],[0.122,-0.049],[-0.196,0],[-0.147,0],[-0.127,0.022],[-0.125,0.051],[0,0],[-0.171,0],[-0.148,0],[-0.169,0],[0,0],[-0.076,0.418],[-0.296,0],[-0.151,0],[-0.174,0],[-0.296,0.024],[-0.126,0.048],[-0.146,0.103],[-0.198,0],[-0.196,-0.052],[-0.44,0],[0,0],[-0.149,0],[-0.12,-0.006],[-0.15,0.013],[-0.124,0.051],[-0.15,0.1],[-0.143,0.078],[-0.074,-0.011],[-0.057,0.013],[-0.144,0],[-0.148,0.048],[0,0],[0.075,0.154],[0,0.243],[0,0],[-0.098,0.073],[-0.124,0.048],[-0.067,-0.014],[-0.051,0.038],[-0.052,0.121],[-0.021,0.124],[0,0],[0,0],[0.124,0.147],[0.073,0.199],[0.073,0.096],[0.128,0.099],[0.147,0.097],[0,0],[0.052,-0.097],[0.097,-0.149],[0.1,-0.121],[0.075,0.096],[0.072,0.172],[0,0.146],[0.022,0.296],[0.025,0.221],[0,0],[0.077,0.391],[0.052,0.121],[0.294,0.197],[0.067,-0.018],[0.062,0.04],[0.118,0.098],[0.046,0.098],[0.046,0.125],[0.094,0.148],[0.073,0.172],[0.051,0.118],[0.07,0.172],[0.075,0.123],[0.201,0.097],[0.173,0],[0.121,-0.006],[0.149,0.013],[0.246,0.096],[0.147,0.122],[-0.079,0.124],[-0.124,0.145],[-0.118,0.072],[-0.08,-0.015],[-0.051,0.01],[-0.149,0.024],[0,0],[-0.05,0.125],[-0.102,0.147],[-0.123,0.097],[0,0.172],[0,0],[0,0],[-0.072,0.121],[-0.071,0.169],[-0.02,0.124],[-0.049,0.123],[-0.099,0.122],[-0.125,0.1],[-0.126,0.074],[0.195,0.072],[0.064,0]],\"o\":[[0,0],[-0.149,0],[-0.612,0.053],[0,0.297],[0,0.147],[-0.095,0.199],[0,0.075],[-0.024,0.293],[0,0.147],[-0.341,0.021],[-0.168,0],[-0.197,-0.099],[-0.248,0],[-0.048,0.12],[0,0.298],[0.099,0.12],[0.243,0.123],[-0.047,0.149],[0,0],[0,0.148],[0,0.171],[0,0.169],[-0.074,0.097],[-0.125,0.048],[-0.198,0.078],[0,0.22],[0,0],[0.146,-0.026],[0.149,0],[0.099,0.047],[0.099,0.15],[0,0],[0.02,-0.145],[0.02,-0.171],[0,0],[0,0.147],[0.022,0.368],[0,0.147],[-0.053,0.098],[-0.124,0.074],[0.02,0.124],[0.047,0.176],[0,0],[0,0],[0.123,0.099],[0.073,0.125],[0.073,0.173],[0,0.247],[0,0.244],[0.218,0.221],[0,0],[0.124,0.292],[0,0.196],[-0.122,0.147],[-0.224,0],[-0.169,-0.028],[-0.193,-0.047],[0,0],[-0.124,0],[-0.149,0.1],[-0.098,0.099],[-0.054,0.027],[-0.064,-0.009],[-0.124,0.023],[0,0],[0.178,0.048],[0.397,0],[0.222,0],[0,0.145],[-0.049,0.12],[-0.042,0.054],[-0.069,-0.017],[-0.145,0.097],[-0.125,0.077],[-0.172,0.102],[-0.082,-0.001],[0,0],[0.029,0.121],[0.047,0.148],[0.076,-0.012],[0.061,0.006],[0.171,-0.025],[0.223,-0.072],[0.415,0],[0.123,0.023],[0.13,0.011],[0.142,-0.01],[0.119,0],[0.147,0.023],[-0.147,0.12],[-0.121,0.044],[-0.32,0.099],[-0.147,0],[-0.147,0.048],[-0.151,0.072],[-0.069,0.026],[-0.06,-0.008],[-0.269,0.073],[0,0.299],[-0.027,0.124],[-0.077,0.124],[-0.147,0.099],[-0.124,0.052],[0.174,0.051],[0.147,0],[0.148,0],[0.119,-0.028],[0,0],[0.147,-0.073],[0.152,0],[0.168,0],[0,0],[0,-0.419],[0.294,0.026],[0.151,0],[0.171,0],[0.294,0],[0.147,0],[0.168,-0.075],[0.147,-0.1],[0.222,0],[0.416,0.148],[0,0],[0.147,0],[0.146,-0.011],[0.124,0.007],[0.147,0],[0.169,-0.075],[0.121,-0.073],[0.066,-0.026],[0.061,0.009],[0.125,-0.02],[0.174,0],[0,0],[-0.098,-0.144],[-0.097,-0.192],[0,0],[0,-0.148],[0.101,-0.076],[0.057,-0.024],[0.075,0.016],[0.103,-0.078],[0.045,-0.126],[0,0],[0,0],[-0.148,-0.101],[-0.117,-0.149],[-0.053,-0.119],[-0.074,-0.124],[-0.123,-0.097],[0,0],[-0.021,0.148],[-0.098,0.146],[-0.098,0.146],[-0.12,-0.048],[-0.099,-0.148],[-0.05,-0.122],[-0.029,-0.295],[0,-0.224],[0,0],[0.047,-0.419],[0,-0.121],[-0.122,-0.32],[-0.062,-0.033],[-0.068,0.019],[-0.146,-0.069],[-0.102,-0.071],[-0.049,-0.098],[-0.074,-0.17],[-0.124,-0.169],[-0.049,-0.122],[-0.074,-0.172],[-0.078,-0.149],[-0.099,-0.169],[-0.145,-0.072],[-0.146,-0.01],[-0.124,0.006],[-0.296,-0.023],[-0.174,-0.077],[0.073,-0.127],[0.095,-0.152],[0.075,-0.097],[0.073,-0.042],[0.056,0.011],[0.121,-0.024],[0,0],[0,-0.122],[0.073,-0.17],[0.095,-0.124],[0.123,-0.1],[0,0],[0,0],[0.071,-0.121],[0.097,-0.147],[0.049,-0.124],[0.026,-0.125],[0.075,-0.172],[0.099,-0.122],[0.119,-0.094],[-0.15,-0.148],[-0.075,-0.024],[-0.127,0]],\"v\":[[-29.025,-76.216],[-29.589,-76.216],[-29.984,-76.12],[-31.559,-76.192],[-31.559,-75.43],[-31.656,-75.037],[-32.001,-74.545],[-32.049,-74.349],[-31.951,-73.56],[-32.001,-73.167],[-32.91,-73.069],[-33.328,-73.167],[-33.818,-73.56],[-34.409,-73.266],[-34.409,-72.876],[-34.31,-72.088],[-33.915,-71.889],[-33.132,-71.694],[-33.328,-71.301],[-33.328,-70.908],[-33.423,-70.513],[-33.229,-70.119],[-33.423,-69.727],[-33.818,-69.63],[-34.211,-69.532],[-34.603,-69.137],[-34.508,-68.545],[-33.72,-68.545],[-33.328,-68.745],[-32.934,-68.646],[-32.934,-68.254],[-32.538,-67.959],[-31.751,-67.959],[-31.751,-68.352],[-31.559,-68.745],[-31.163,-68.449],[-31.259,-68.058],[-30.867,-67.173],[-30.965,-66.778],[-31.359,-66.68],[-31.751,-66.484],[-31.751,-66.091],[-31.46,-65.698],[-29.493,-65.698],[-29.294,-66.091],[-28.902,-65.895],[-28.706,-65.5],[-28.409,-65.108],[-28.607,-64.515],[-28.409,-63.926],[-27.625,-63.535],[-27.823,-62.746],[-27.529,-61.959],[-27.823,-61.565],[-28.409,-61.565],[-29.003,-61.565],[-29.396,-61.863],[-29.984,-61.863],[-30.18,-61.863],[-30.573,-61.863],[-30.867,-61.468],[-30.965,-61.076],[-31.176,-61.07],[-31.359,-61.076],[-31.751,-61.076],[-31.855,-60.683],[-31.46,-60.386],[-30.452,-60.587],[-29.884,-60.485],[-29.884,-60.091],[-29.984,-59.7],[-30.197,-59.688],[-30.379,-59.7],[-30.77,-59.406],[-30.965,-59.011],[-31.497,-58.915],[-31.751,-58.911],[-31.855,-58.518],[-31.751,-58.129],[-31.559,-57.734],[-31.359,-57.734],[-31.163,-57.734],[-30.77,-57.93],[-30.18,-58.129],[-29.197,-57.734],[-28.805,-57.734],[-28.448,-57.741],[-28.016,-57.734],[-27.625,-57.734],[-27.428,-57.34],[-27.724,-56.943],[-28.116,-56.85],[-29.003,-56.751],[-29.396,-56.751],[-29.783,-56.554],[-29.984,-56.161],[-30.203,-56.155],[-30.379,-56.161],[-31.163,-55.964],[-31.163,-55.179],[-31.259,-54.783],[-31.656,-54.587],[-32.049,-54.295],[-32.443,-54.194],[-32.049,-53.898],[-31.656,-53.998],[-31.259,-54.094],[-30.867,-54.194],[-30.474,-54.393],[-30.281,-54.783],[-29.884,-54.69],[-29.469,-54.488],[-28.31,-54.488],[-28.214,-55.547],[-27.428,-55.472],[-27.059,-55.572],[-26.641,-55.472],[-25.855,-55.472],[-25.46,-55.472],[-25.069,-55.768],[-24.773,-56.161],[-24.182,-56.062],[-23.202,-55.472],[-23.003,-55.472],[-22.611,-55.572],[-22.223,-55.572],[-21.824,-55.572],[-21.43,-55.572],[-21.038,-55.868],[-20.841,-56.262],[-20.628,-56.266],[-20.448,-56.262],[-20.057,-56.262],[-19.66,-56.457],[-19.562,-56.85],[-19.859,-57.246],[-20.155,-57.832],[-20.155,-58.028],[-20.057,-58.421],[-19.66,-58.518],[-19.467,-58.513],[-19.27,-58.518],[-19.167,-58.911],[-19.073,-59.307],[-18.285,-59.307],[-18.285,-60.091],[-18.68,-60.386],[-18.973,-60.882],[-18.973,-61.272],[-19.366,-61.468],[-19.76,-61.763],[-20.155,-61.666],[-20.057,-61.272],[-20.448,-60.977],[-20.743,-60.587],[-21.137,-60.683],[-21.43,-61.076],[-21.43,-61.468],[-21.43,-62.255],[-21.529,-62.845],[-22.708,-62.845],[-22.611,-63.926],[-22.611,-64.319],[-23.297,-65.011],[-23.492,-65.009],[-23.693,-65.011],[-23.884,-65.402],[-24.281,-65.5],[-24.281,-65.895],[-24.576,-66.288],[-25.069,-66.583],[-25.069,-66.974],[-25.361,-67.366],[-25.56,-67.763],[-25.956,-68.155],[-26.348,-68.352],[-26.736,-68.351],[-27.132,-68.352],[-27.921,-68.545],[-28.214,-68.94],[-28.016,-69.333],[-27.625,-69.63],[-27.529,-70.022],[-27.294,-70.034],[-27.132,-70.022],[-26.738,-70.119],[-26.738,-70.513],[-26.738,-70.908],[-26.443,-71.301],[-26.051,-71.497],[-25.855,-71.866],[-25.855,-73.463],[-29.688,-73.463],[-29.493,-73.855],[-29.1,-74.152],[-29.1,-74.545],[-29.1,-74.939],[-28.706,-75.233],[-28.409,-75.627],[-28.016,-75.823],[-28.409,-76.216],[-28.615,-76.249]],\"c\":true},\"ix\":2},\"nm\":\"Path 71\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":71,\"ty\":\"sh\",\"ix\":72,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.121,-0.024],[0.319,-0.197],[0.124,-0.073],[0.096,-0.124],[0.124,-0.365],[0.025,-0.122],[0,0],[-0.126,0.099],[-0.122,0.103],[-0.169,0.046],[-0.062,-0.008],[-0.066,0.025],[-0.098,0.075],[-0.052,0.123],[-0.048,0.171],[-0.049,0.272]],\"o\":[[-0.369,0.126],[-0.126,0.074],[-0.123,0.074],[-0.248,0.268],[-0.025,0.126],[0,0],[0.12,-0.073],[0.149,-0.122],[0.124,-0.096],[0.058,-0.012],[0.074,0.01],[0.126,-0.054],[0.099,-0.071],[0.071,-0.172],[0.099,-0.269],[-0.122,0.024]],\"v\":[[-34.112,-75.921],[-34.898,-75.33],[-35.292,-75.233],[-35.487,-74.838],[-36.178,-74.056],[-36.178,-73.659],[-35.783,-73.463],[-35.391,-73.659],[-35.098,-74.056],[-34.805,-74.442],[-34.622,-74.437],[-34.409,-74.442],[-34.014,-74.545],[-34.014,-74.939],[-33.72,-75.33],[-33.525,-76.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 72\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":72,\"ty\":\"sh\",\"ix\":73,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-310.169,-74.838],[-312.921,-73.266],[-312.037,-71.4],[-310.266,-72.379],[-308.792,-74.056],[-308.792,-75.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 73\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":73,\"ty\":\"sh\",\"ix\":74,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.053,-0.371],[0,-0.169],[-0.022,-0.345],[-0.024,-0.293],[0,0],[0.05,0.15],[0.022,0.146],[0.047,0.343],[0.076,0.172],[0.124,0.15],[0.192,0.149]],\"o\":[[0.02,0.149],[0.025,0.345],[0,0.296],[0,0],[-0.05,-0.149],[-0.049,-0.146],[-0.072,-0.322],[-0.025,-0.196],[-0.1,-0.194],[-0.145,-0.174],[0,0.397]],\"v\":[[290.217,-66.974],[290.408,-66.583],[290.408,-65.698],[290.508,-64.959],[291.689,-64.959],[291.491,-65.402],[291.296,-65.794],[291.296,-66.68],[291.001,-67.073],[290.704,-67.562],[290.217,-67.959]],\"c\":true},\"ix\":2},\"nm\":\"Path 74\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":74,\"ty\":\"sh\",\"ix\":75,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.22,-0.099],[0.101,-0.075],[0.123,-0.099],[0.124,-0.096],[0.121,0.124],[0.123,0.124],[0.122,0.099],[0,0],[0,-0.15],[0,-0.146],[0,-0.248],[-0.047,-0.217],[0,-0.001],[0.006,0.001],[0.058,-0.009],[0.148,-0.025],[0.067,0.006],[0.062,-0.011],[0.317,0],[0.17,0.052],[0,0],[0,0],[-0.12,0],[-0.394,0.02],[0,0],[0.195,-0.048],[0.065,0.009],[0.053,-0.026],[0.079,-0.148],[0.027,-0.147],[0.097,-0.269],[0.048,-0.146],[0,-0.149],[-0.073,-0.124],[-0.147,-0.098],[-0.243,0],[-0.246,0.024],[-0.118,-0.024],[-0.148,0],[-0.099,0],[-0.194,0.171],[-0.099,0.17],[-0.049,0.117],[-0.099,0.145],[0,0],[0,0],[0,0.347],[-0.076,0.145],[-0.048,0.149],[0,0.146],[-0.026,0.298],[0,0.149],[0.027,0.295],[0,0],[-0.057,-0.009],[-0.067,0.029],[0,0.396],[0.099,0.196],[0.077,0.196],[0.051,0.126],[0.051,0.099],[0.146,0.075],[0.072,-0.017],[0.056,0.024],[0.174,0.027]],\"o\":[[-0.248,0],[-0.123,0.047],[-0.122,0.098],[-0.124,0.1],[-0.122,-0.096],[-0.124,-0.122],[-0.122,-0.123],[0,0],[0,0.149],[0,0.149],[0,0.25],[0,0.22],[0,0.001],[-0.006,-0.001],[-0.061,-0.005],[-0.149,0.027],[-0.062,0.015],[-0.067,-0.006],[-0.294,0.077],[-0.198,0],[0,0],[0,0],[0.126,0],[0.394,0],[0,0],[-0.22,0.023],[-0.058,0.014],[-0.077,-0.011],[-0.12,0.076],[-0.072,0.149],[-0.048,0.268],[-0.048,0.146],[-0.048,0.123],[0,0.146],[0.074,0.148],[0.194,0.126],[0.248,0],[0.148,0],[0.127,0.024],[0.096,0],[0.271,0],[0.125,-0.098],[0.048,-0.123],[0.098,-0.176],[0,0],[0,0],[0,-0.345],[0,-0.17],[0.074,-0.15],[0.027,-0.119],[0.027,-0.293],[0,-0.145],[0,-0.292],[0,0],[0.063,-0.009],[0.075,0.011],[0.347,-0.173],[0,-0.244],[-0.099,-0.17],[-0.022,-0.121],[-0.049,-0.119],[-0.095,-0.15],[-0.065,-0.04],[-0.063,0.015],[-0.171,-0.051],[0,0]],\"v\":[[-34.703,-67.173],[-35.292,-66.974],[-35.689,-66.876],[-35.882,-66.484],[-36.277,-66.288],[-36.667,-66.484],[-36.866,-66.876],[-37.259,-67.073],[-38.193,-66.974],[-38.146,-66.583],[-38.243,-66.191],[-38.193,-65.572],[-38.243,-65.011],[-38.243,-65.007],[-38.262,-65.009],[-38.439,-65.011],[-38.833,-64.814],[-39.031,-64.813],[-39.227,-64.814],[-40.01,-64.515],[-40.404,-64.814],[-40.848,-64.714],[-40.848,-61.91],[-40.503,-61.863],[-39.52,-61.91],[-39.52,-60.683],[-40.109,-60.587],[-40.299,-60.591],[-40.503,-60.587],[-40.702,-60.192],[-40.896,-59.796],[-40.896,-59.011],[-41.29,-58.816],[-41.389,-58.421],[-41.29,-58.028],[-40.896,-57.734],[-40.307,-57.536],[-39.716,-57.832],[-39.327,-57.832],[-38.93,-57.734],[-38.734,-57.589],[-38.146,-57.93],[-37.751,-58.225],[-37.751,-58.614],[-37.357,-58.911],[-34.014,-58.911],[-34.014,-59.479],[-34.31,-60.29],[-33.915,-60.485],[-33.72,-60.882],[-33.72,-61.272],[-33.72,-62.061],[-33.621,-62.454],[-33.72,-63.239],[-33.72,-64.025],[-33.542,-64.017],[-33.328,-64.025],[-32.637,-64.814],[-32.835,-65.402],[-33.229,-65.794],[-33.328,-66.191],[-33.328,-66.583],[-33.72,-66.876],[-33.93,-66.882],[-34.112,-66.876],[-34.508,-67.173]],\"c\":true},\"ix\":2},\"nm\":\"Path 75\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":75,\"ty\":\"sh\",\"ix\":76,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.001,0.001],[-0.012,-0.02],[0.032,0]],\"o\":[[0.043,-0.014],[-0.035,0.007],[0.001,0]],\"v\":[[-38.142,-65.003],[-38.044,-65.011],[-38.145,-65.002]],\"c\":true},\"ix\":2},\"nm\":\"Path 76\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":76,\"ty\":\"sh\",\"ix\":77,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.028,-0.02],[0.047,-0.172],[0,-0.243],[0,0],[0.096,0.175],[0,0],[0.175,-0.022],[0.06,0.012],[0.039,0]],\"o\":[[-0.146,0.097],[-0.051,0.222],[0,0],[-0.024,-0.219],[0,0],[-0.072,-0.147],[-0.053,0.012],[-0.042,-0.008],[-0.036,0]],\"v\":[[293.064,-66.288],[292.969,-65.794],[292.969,-65.159],[294.147,-65.159],[294.147,-65.698],[293.947,-66.091],[293.457,-66.288],[293.283,-66.299],[293.16,-66.315]],\"c\":true},\"ix\":2},\"nm\":\"Path 77\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":77,\"ty\":\"sh\",\"ix\":78,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.068,-0.04],[0.15,-0.246],[0.048,-0.249],[0.05,-0.342],[0.199,-0.296],[0.196,-0.297],[0.54,-0.538],[0,-1.182],[0,-0.34],[0,0],[-0.542,-0.54],[-0.737,-0.345],[-0.049,0.348],[0,0.589],[0,0.297],[-0.343,0.594],[0,0],[0.114,-0.018],[0.138,0.058],[0.542,0.394],[0.395,0.148],[0.245,0.049],[0.246,0],[0.294,0.097],[-0.342,0.49],[-0.147,0.297],[0,0.294],[0.049,0.296],[0.111,0.022],[0.074,0]],\"o\":[[-0.248,0.147],[-0.147,0.195],[-0.099,0.34],[-0.049,0.347],[-0.194,0.293],[-0.443,0.592],[-0.837,0.837],[0,0.342],[0,0],[0.785,0],[0.538,0.545],[0.197,-0.297],[0.098,-0.537],[0,-0.295],[0.049,-0.688],[0,0],[-0.129,-0.02],[-0.147,0.021],[-0.587,-0.242],[-0.34,-0.243],[-0.246,-0.048],[-0.244,-0.053],[-0.295,-0.053],[0.198,-0.589],[0.146,-0.246],[0.099,-0.245],[0,-0.347],[-0.125,0.022],[-0.078,-0.016],[-0.07,0]],\"v\":[[-127.507,-56.85],[-128.294,-56.457],[-128.294,-55.665],[-128.491,-54.69],[-129.082,-53.898],[-129.671,-53.115],[-131.046,-51.542],[-132.618,-48.935],[-132.423,-48.002],[-126.77,-48.002],[-125.147,-46.824],[-123.576,-45.642],[-122.79,-46.234],[-122.79,-47.805],[-122.986,-48.593],[-122.198,-50.166],[-122.398,-50.952],[-122.76,-50.937],[-123.182,-50.952],[-124.757,-51.936],[-125.542,-52.72],[-126.328,-52.916],[-127.115,-52.916],[-127.9,-53.309],[-127.312,-54.883],[-126.525,-55.276],[-126.328,-56.062],[-126.72,-56.85],[-127.072,-56.872],[-127.301,-56.904]],\"c\":true},\"ix\":2},\"nm\":\"Path 78\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":78,\"ty\":\"sh\",\"ix\":79,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.074,-0.172],[0.05,-0.171],[0.05,-0.125],[0.171,-0.226],[0,0],[-0.069,-0.012],[-0.05,0.027],[-0.124,0.147],[-0.123,0.12],[-0.073,0.122],[-0.045,0.121],[-0.026,0.145],[-0.026,0.147],[0,0]],\"o\":[[-0.048,0.172],[-0.073,0.175],[-0.022,0.121],[-0.1,0.266],[0,0],[0.058,-0.022],[0.073,0.013],[0.171,-0.122],[0.124,-0.147],[0.126,-0.124],[0.075,-0.101],[0.054,-0.15],[0.024,-0.122],[0,0],[0,0]],\"v\":[[270.65,-55.375],[270.452,-54.883],[270.158,-54.488],[270.158,-54.094],[269.668,-53.502],[269.472,-53.115],[269.671,-53.113],[269.863,-53.115],[270.158,-53.605],[270.452,-53.998],[270.845,-54.194],[270.941,-54.587],[271.142,-54.979],[271.142,-55.375],[270.748,-55.472]],\"c\":true},\"ix\":2},\"nm\":\"Path 79\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":79,\"ty\":\"sh\",\"ix\":80,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.079,-0.011],[0.109,0.022],[0,0],[-0.245,-0.193],[-0.247,-0.197],[-0.243,-0.192],[-0.54,0],[-0.343,0.348],[-0.099,0.147],[0.295,0.049],[0.137,-0.012],[0.12,0.025],[0.295,0.148],[0.392,0.196],[0.07,0]],\"o\":[[-0.12,0.017],[0,0],[0.246,0.145],[0.247,0.194],[0.246,0.196],[0.394,0.348],[0.49,0],[0.149,-0.144],[-0.293,-0.095],[-0.125,-0.026],[-0.133,0.013],[-0.296,-0.053],[-0.394,-0.193],[-0.065,-0.026],[-0.079,0]],\"v\":[[-141.711,-54.106],[-142.059,-54.094],[-142.844,-53.702],[-142.059,-53.309],[-141.467,-52.523],[-140.682,-51.936],[-139.501,-51.145],[-138.52,-51.936],[-138.125,-52.523],[-138.913,-52.916],[-139.311,-52.917],[-139.697,-52.916],[-140.483,-53.309],[-141.27,-54.094],[-141.473,-54.129]],\"c\":true},\"ix\":2},\"nm\":\"Path 80\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":80,\"ty\":\"sh\",\"ix\":81,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.013],[0.171,-0.075],[0.127,-0.072],[0.172,-0.12],[0.147,-0.078],[-0.295,0],[-0.147,0.173],[-0.069,0.097],[-0.148,0.368],[0.06,0.008],[0.039,0]],\"o\":[[-0.169,0.074],[-0.15,0.075],[-0.17,0.097],[-0.126,0.073],[0.246,0.146],[0.246,0],[0.075,-0.097],[0.248,-0.296],[-0.054,0.01],[-0.04,-0.005],[-0.034,0]],\"v\":[[260.621,-44.855],[260.228,-44.562],[259.832,-44.364],[259.444,-43.971],[259.051,-43.771],[259.787,-43.481],[260.423,-43.577],[260.522,-43.971],[261.014,-44.855],[260.84,-44.861],[260.72,-44.872]],\"c\":true},\"ix\":2},\"nm\":\"Path 81\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":81,\"ty\":\"sh\",\"ix\":82,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.012],[0.197,-0.247],[0.071,-0.125],[0.096,-0.122],[0.128,-0.073],[0.32,-0.072],[0.148,0],[0.124,0.005],[0.146,-0.011],[0,0],[0.148,-0.029],[0,0],[0.098,0.018],[0.165,-0.078],[0.149,-0.077],[0.147,-0.071],[0.145,-0.048],[0.245,0],[0.222,0.076],[0.419,0.272],[0.145,0.122],[0.27,0.271],[0.148,0.098],[0.17,0.048],[0.466,0.126],[0.173,0.098],[0,-0.175],[-0.024,-0.344],[0,-0.147],[0,-0.296],[0.023,-0.124],[0.049,-0.122],[0.1,-0.148],[0.096,-0.1],[0.099,-0.123],[0.072,-0.172],[0,-0.467],[0.176,0],[0.122,0.176],[0.071,0.149],[0.097,-0.169],[0.12,-0.076],[0.067,0.018],[0.06,-0.038],[0.096,-0.119],[0,-0.42],[-0.144,-0.199],[-0.121,-0.074],[-0.075,-0.17],[-0.075,-0.101],[-0.171,-0.051],[0,0],[-0.218,0.1],[0,0],[0,0],[0,-0.297],[0,0],[0.025,-0.168],[0.029,-0.17],[0,-0.15],[0,-0.172],[0,0],[0.075,-0.321],[0.077,-0.095],[0.152,-0.076],[0.074,0.011],[0.056,-0.011],[0.099,-0.173],[0.176,-0.267],[0.171,-0.195],[0.223,-0.248],[0,0.149],[0,0.171],[0.027,0.292],[0.026,-0.096],[0.051,-0.172],[0.024,-0.292],[0,0],[0,0],[0,0],[0.075,0.146],[0.026,0.148],[-0.047,0.296],[0,0],[0.051,-0.172],[0.027,-0.168],[0.025,-0.295],[0.149,0],[0.295,0],[0,0],[0,0],[0.073,0.121],[0.101,0.072],[0.147,0.119],[0.121,0.052],[0.271,-0.173],[0.123,-0.02],[0.297,0.026],[0.491,-0.027],[0.122,-0.027],[0.147,-0.027],[0.124,0],[0.103,0.014],[0.162,-0.058],[0.169,-0.296],[0.026,-0.146],[0,-0.146],[0,-0.32],[0,0],[0,-0.169],[-0.023,-0.293],[0.32,-0.097],[0.121,-0.049],[0.099,-0.149],[0.076,-0.173],[0.049,-0.123],[0.051,-0.148],[0.027,-0.149],[-0.199,0],[-0.343,0],[-0.343,0.049],[-0.002,0],[0.016,-0.104],[0.049,-0.127],[0.072,-0.147],[0,0],[0.074,-0.174],[0,-0.225],[-0.542,0],[0,0],[-0.025,0.468],[-0.169,0.199],[-0.295,0.1],[0,0.442],[0.097,0.42],[0,0.146],[0,0.295],[0.149,0],[0.345,0.026],[-0.123,0.097],[-0.121,0.071],[-0.146,0.026],[-0.344,0],[-0.296,0.199],[-0.494,0.146],[-0.126,0],[-0.146,0],[-0.132,-0.007],[-0.139,0.01],[-0.123,0],[-0.15,0],[-0.197,-0.011],[-0.211,0.013],[-0.15,0.027],[0.175,-0.028],[0.121,0],[0.113,0.008],[0.151,-0.027],[0.685,0],[0,0],[0,0],[0,0],[-0.198,0.074],[-0.269,0.169],[-0.098,0.125],[-0.174,0.1],[-0.171,0.048],[-0.122,0.025],[-0.115,-0.022],[-0.129,0.085],[-0.077,0.122],[-0.05,0.123],[-0.099,0.093],[-0.074,-0.173],[-0.074,-0.097],[-0.145,-0.072],[-0.246,0],[-0.175,0.198],[-0.12,0.121],[-0.418,0],[0,0.148],[0,0.172],[0.023,0.151],[0.028,0.124],[0,0],[0,0],[-0.32,0.068],[-0.155,-0.041],[-0.155,0.012],[-0.15,0.217],[0,0.347],[0,0],[-0.052,0.149],[-0.021,0.125],[-0.051,0.37],[0,0],[0.02,0.295],[0,0],[-0.098,0.223],[-0.173,0.12],[-0.049,0.147],[-0.049,0.467],[-0.026,0.118],[-0.122,0.271],[-0.05,0.175],[0,0.345],[0.124,0.246],[0.096,0.146],[0.072,0.127],[0.099,0.316],[0.024,0.121],[0.097,0.322],[0.049,0.123],[0.119,0.099],[0.121,0.053],[0.27,0.05],[0,0],[0,0],[-0.222,0],[0,0],[-0.219,-0.073],[-0.146,-0.05],[-0.068,0.011],[-0.063,-0.025],[-0.144,-0.046],[-0.343,-0.024],[-0.341,-0.02],[0,0.148],[0.025,0.469],[0,0],[-0.176,0.049],[-0.123,0.051],[-0.072,0.094],[-0.024,0.123],[-0.024,0.269],[-0.047,0.121],[-0.124,0.101],[-0.124,0.048],[-0.148,0.027],[-0.118,-0.013],[-0.147,0.041],[-0.171,0.051],[-0.443,0.075],[0,0],[-0.118,0.026],[-0.096,0.096],[-0.074,0.121],[-0.049,0.099],[-0.099,0.098],[-0.098,0.124],[-0.074,0.147],[-0.049,0.126],[0,0.149],[0.06,0.009],[0.037,0]],\"o\":[[-0.295,0.124],[-0.076,0.1],[-0.074,0.119],[-0.098,0.123],[-0.267,0.197],[-0.125,0.024],[-0.149,0.012],[-0.121,-0.007],[0,0],[-0.145,0.024],[0,0],[-0.114,0.009],[-0.157,-0.026],[-0.172,0.07],[-0.123,0.072],[-0.148,0.075],[-0.223,0.099],[-0.246,0],[-0.489,-0.147],[-0.171,-0.096],[-0.296,-0.247],[-0.12,-0.122],[-0.148,-0.096],[-0.471,-0.126],[-0.199,-0.05],[-0.023,0.148],[-0.024,0.342],[0,0.147],[0.023,0.296],[0,0.146],[-0.026,0.124],[-0.074,0.173],[-0.098,0.123],[-0.099,0.095],[-0.126,0.145],[-0.197,0.391],[-0.177,0],[-0.218,0],[-0.074,-0.118],[-0.101,0.174],[-0.049,0.099],[-0.063,0.036],[-0.069,-0.019],[-0.149,0.095],[-0.245,0.297],[0,0.245],[0.077,0.123],[0.176,0.124],[0.05,0.126],[0.1,0.148],[0,0],[0.242,0],[0,0],[0,0],[-0.023,0.295],[0,0],[0,0.197],[-0.023,0.172],[-0.022,0.126],[0,0.172],[0,0],[0,0.344],[-0.022,0.119],[-0.097,0.122],[-0.065,0.027],[-0.061,-0.008],[-0.196,0.071],[-0.151,0.268],[-0.124,0.217],[-0.196,0.247],[0,-0.15],[0,-0.169],[0.028,-0.294],[-0.073,0.069],[-0.051,0.175],[-0.072,0.271],[0,0],[0,0],[0,0],[-0.127,-0.097],[-0.07,-0.151],[-0.073,-0.268],[0,0],[-0.076,0.17],[-0.048,0.172],[-0.048,0.273],[-0.147,0.025],[-0.293,0.024],[0,0],[0,0],[-0.124,-0.102],[-0.073,-0.098],[-0.119,-0.097],[-0.099,-0.077],[-0.171,0.297],[-0.096,0.048],[-0.27,0.049],[-0.494,-0.027],[-0.148,0],[-0.152,0.026],[-0.12,0.025],[-0.108,0.009],[-0.155,-0.02],[-0.32,0.12],[-0.078,0.149],[-0.023,0.126],[-0.023,0.323],[0,0],[-0.025,0.169],[0,0.298],[-0.343,0],[-0.125,0.026],[-0.176,0.074],[-0.097,0.15],[-0.048,0.122],[-0.049,0.146],[-0.045,0.147],[0.175,0.022],[0.343,0.027],[0.344,0],[0.002,0],[0.005,0.103],[-0.023,0.122],[-0.051,0.168],[0,0],[-0.074,0.148],[-0.076,0.197],[0,0.537],[0,0],[0,-0.468],[0.027,-0.291],[0.194,-0.219],[0.419,-0.148],[0,-0.418],[-0.025,-0.148],[-0.025,-0.297],[-0.146,0],[-0.345,0],[0.049,-0.15],[0.122,-0.101],[0.128,-0.073],[0.321,-0.072],[0.37,0],[0.441,-0.29],[0.12,-0.028],[0.124,0],[0.157,-0.016],[0.114,0.005],[0.147,0],[0.124,0],[0.255,-0.025],[0.161,0.008],[0.144,0],[-0.15,0.097],[-0.121,0.024],[-0.119,0.011],[-0.144,-0.011],[-0.662,0.146],[0,0],[0,0],[0,0],[0.221,0],[0.292,-0.123],[0.126,-0.078],[0.124,-0.146],[0.147,-0.096],[0.124,-0.024],[0.113,-0.021],[0.16,0.031],[0.12,-0.078],[0.072,-0.123],[0.049,-0.148],[0.076,0.17],[0.047,0.121],[0.096,0.147],[0.201,0.123],[0.267,0],[0.096,-0.121],[0.299,-0.3],[0.023,-0.148],[0,-0.178],[0,-0.173],[0,-0.122],[0,0],[0,0],[0.247,-0.246],[0.178,-0.044],[0.124,0.034],[0.297,-0.027],[0.195,-0.272],[0,0],[0,-0.173],[0.022,-0.121],[0.125,-0.368],[0,0],[0.021,-0.295],[0,0],[0,-0.245],[0.098,-0.198],[0.123,-0.076],[0.172,-0.418],[0,-0.151],[0.072,-0.299],[0.074,-0.17],[0.124,-0.322],[0,-0.294],[-0.077,-0.171],[-0.074,-0.125],[-0.174,-0.27],[-0.029,-0.125],[-0.099,-0.319],[-0.029,-0.121],[-0.05,-0.147],[-0.098,-0.072],[-0.267,-0.096],[0,0],[0,0],[0.222,0],[0,0],[0.243,0],[0.147,0.049],[0.061,0.024],[0.068,-0.012],[0.149,0.071],[0.296,0.121],[0.341,0.022],[0.027,-0.145],[0.049,-0.467],[0,0],[0.197,0],[0.12,-0.024],[0.124,-0.048],[0.076,-0.1],[0.074,-0.271],[0,-0.126],[0.051,-0.147],[0.097,-0.072],[0.147,-0.051],[0.124,-0.021],[0.14,0.017],[0.168,-0.046],[0.418,-0.147],[0,0],[0.122,0],[0.125,-0.024],[0.103,-0.101],[0.071,-0.126],[0.071,-0.122],[0.119,-0.123],[0.098,-0.121],[0.05,-0.125],[0.05,-0.121],[-0.067,0.014],[-0.038,-0.006],[-0.031,0]],\"v\":[[256.983,-42.989],[256.199,-42.497],[256.1,-42.1],[255.9,-41.71],[255.507,-41.514],[254.723,-41.022],[254.331,-41.022],[253.933,-41.021],[253.543,-41.022],[253.149,-41.022],[252.756,-40.823],[252.361,-40.823],[252.048,-40.848],[251.579,-40.823],[251.28,-40.429],[250.887,-40.236],[250.498,-40.04],[249.907,-39.843],[249.316,-40.04],[248.134,-40.629],[247.646,-40.923],[247.055,-41.71],[246.66,-42.004],[246.271,-42.298],[244.993,-42.497],[244.496,-42.792],[244.301,-42.397],[244.301,-41.514],[244.4,-41.119],[244.496,-40.333],[244.4,-39.941],[244.4,-39.548],[244.007,-39.251],[243.813,-38.856],[243.418,-38.661],[243.124,-38.266],[243.027,-37.089],[242.629,-36.895],[242.238,-37.288],[242.043,-37.679],[241.746,-37.188],[241.65,-36.792],[241.452,-36.792],[241.257,-36.792],[240.959,-36.402],[240.467,-35.418],[240.663,-34.827],[241.055,-34.63],[241.451,-34.239],[241.451,-33.843],[241.842,-33.548],[242.043,-33.548],[242.629,-33.843],[242.629,-32.861],[241.155,-32.861],[241.055,-32.073],[241.055,-31.584],[241.155,-31.092],[240.858,-30.701],[240.809,-30.329],[240.858,-29.911],[240.858,-28.635],[240.858,-27.747],[240.759,-27.356],[240.366,-27.158],[240.152,-27.152],[239.975,-27.158],[239.585,-26.764],[239.189,-25.979],[238.699,-25.489],[238.107,-24.798],[238.009,-25.195],[238.206,-25.586],[238.107,-26.371],[237.814,-26.275],[237.712,-25.783],[237.616,-24.999],[236.144,-24.999],[236.144,-23.423],[235.751,-23.326],[235.355,-23.521],[235.157,-23.916],[235.254,-24.702],[234.865,-24.798],[234.569,-24.406],[234.569,-23.916],[234.472,-23.128],[234.077,-23.028],[233.34,-23.028],[233.34,-20.669],[232.504,-20.669],[232.111,-20.867],[232.011,-21.26],[231.621,-21.553],[231.227,-21.654],[230.733,-20.867],[230.342,-20.771],[229.556,-20.867],[228.277,-20.867],[227.886,-20.867],[227.49,-20.669],[227.095,-20.571],[226.782,-20.589],[226.311,-20.571],[225.626,-19.883],[225.425,-19.492],[225.425,-19.1],[225.425,-18.263],[223.634,-18.263],[223.559,-17.823],[223.657,-17.033],[222.772,-16.936],[222.381,-16.835],[222.085,-16.444],[221.787,-16.048],[221.689,-15.656],[221.491,-15.263],[221.395,-14.82],[221.889,-14.674],[222.772,-14.674],[223.657,-14.674],[223.662,-14.674],[223.657,-14.378],[223.559,-13.982],[223.264,-13.593],[223.066,-13.2],[222.772,-12.804],[222.676,-12.214],[223.681,-11.233],[224.443,-11.233],[224.443,-12.414],[224.639,-13.2],[225.425,-13.496],[226.214,-14.279],[225.722,-15.263],[225.722,-15.656],[225.722,-16.394],[225.329,-16.348],[224.443,-16.394],[224.443,-16.835],[224.832,-17.033],[225.228,-17.231],[226.115,-17.231],[226.999,-17.626],[228.181,-18.409],[228.574,-18.409],[228.965,-18.504],[229.384,-18.506],[229.754,-18.504],[230.146,-18.608],[230.537,-18.707],[231.178,-18.711],[231.719,-18.707],[232.111,-18.804],[231.816,-18.409],[231.423,-18.409],[231.076,-18.414],[230.637,-18.409],[229.042,-17.626],[227.095,-17.626],[227.095,-14.969],[227.861,-14.969],[228.379,-15.165],[229.16,-15.556],[229.358,-15.953],[229.754,-16.348],[230.146,-16.641],[230.537,-16.738],[230.883,-16.715],[231.326,-16.738],[231.522,-17.131],[231.522,-17.525],[231.915,-17.719],[232.21,-17.326],[232.21,-16.936],[232.6,-16.641],[233.243,-16.544],[233.783,-16.936],[233.978,-17.326],[235.061,-17.525],[235.061,-17.916],[235.254,-18.311],[235.061,-18.707],[234.96,-19.1],[235.355,-19.246],[239.779,-19.196],[240.467,-19.782],[240.946,-19.743],[241.353,-19.687],[242.043,-20.079],[242.431,-20.894],[242.431,-22.807],[242.533,-23.227],[242.629,-23.621],[243.223,-24.406],[243.223,-24.798],[243.124,-25.586],[243.124,-26.227],[243.124,-26.863],[243.615,-27.158],[244.007,-27.356],[244.107,-28.535],[244.204,-28.925],[244.496,-29.716],[244.793,-30.109],[244.894,-30.995],[244.793,-31.779],[244.4,-32.073],[244.204,-32.47],[243.714,-33.253],[243.714,-33.647],[243.321,-34.435],[243.321,-34.827],[243.124,-35.221],[242.728,-35.322],[241.941,-35.517],[241.941,-36.105],[243.884,-36.105],[244.4,-36.402],[244.598,-36.402],[245.184,-36.105],[245.579,-35.909],[245.775,-35.909],[245.973,-35.909],[246.168,-35.517],[247.055,-35.418],[247.936,-35.322],[248.037,-35.711],[247.964,-36.895],[250.077,-36.895],[250.498,-37.188],[250.887,-37.288],[251.28,-37.382],[251.381,-37.778],[251.381,-38.563],[251.477,-38.956],[251.676,-39.352],[252.068,-39.447],[252.462,-39.647],[252.824,-39.64],[253.249,-39.647],[253.642,-39.941],[254.822,-40.236],[255.214,-40.236],[255.605,-40.333],[255.996,-40.429],[256.1,-40.823],[256.199,-41.218],[256.592,-41.415],[256.886,-41.808],[257.28,-42.1],[257.379,-42.497],[257.379,-42.989],[257.189,-42.993],[257.077,-43.005]],\"c\":true},\"ix\":2},\"nm\":\"Path 82\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":82,\"ty\":\"sh\",\"ix\":83,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.007,0],[-0.001,-0.012]],\"o\":[[0,0.013],[-0.006,-0.021]],\"v\":[[223.657,-14.82],[223.658,-14.783]],\"c\":true},\"ix\":2},\"nm\":\"Path 83\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":83,\"ty\":\"sh\",\"ix\":84,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.294,0],[0.246,-0.048],[0.59,-0.099],[0.298,0],[0.306,0.021],[0.515,-0.085],[0.346,-0.148],[0.294,-0.196],[0.244,0.199],[0.292,0.195],[0.633,0],[0.887,-0.343],[0.149,0.021],[0.11,-0.022],[0.297,-0.296],[0,0],[0.147,-0.296],[0.147,-0.196],[0.346,-0.15],[0.296,0],[0.223,0.018],[0.303,-0.056],[0.344,0],[0,0],[0.442,0],[0.306,-0.022],[0.513,0.085],[0.246,0.098],[0.341,0.147],[0,0],[0.046,-0.344],[0.046,-0.249],[0,-0.292],[0,-0.486],[0.293,0],[0.295,0],[0.542,0],[0,0],[0,0],[0.048,-0.589],[0.048,-0.588],[0.05,-0.29],[0,-0.588],[0,0],[0,0],[0.783,-0.494],[0.195,-0.098],[0.343,-0.146],[0.25,-0.102],[0.139,0.025],[0.098,-0.051],[0.198,-0.245],[0.149,-0.293],[0.345,-0.641],[0.197,-0.392],[0.145,-0.246],[0.15,-0.345],[0.149,-0.246],[0.146,-0.248],[0.183,0.051],[0.097,-0.019],[0.543,-0.049],[0.104,-0.98],[0.05,-0.244],[0.147,-0.196],[0.29,-0.242],[0.246,-0.145],[0.197,-0.249],[0,0],[-0.589,-0.051],[-0.243,-0.051],[-0.135,0.013],[-0.121,-0.025],[-0.292,-0.195],[0,0],[0,-0.343],[0,-1.867],[0,0],[0.098,-0.24],[0.198,-0.246],[0.166,0.048],[0.047,-0.097],[0,-0.302],[-0.053,-0.293],[-0.052,-0.245],[0,-0.297],[0,0],[-0.243,-0.497],[-0.244,-0.295],[-0.244,-0.195],[-0.247,-0.149],[-0.344,-0.101],[-0.134,0.023],[-0.126,-0.051],[-0.195,-0.248],[-0.345,-0.393],[-0.247,-0.143],[-0.155,0.031],[-0.12,-0.018],[-0.148,-0.882],[-0.193,-0.294],[-0.344,-0.147],[-0.637,-0.244],[-0.688,-0.048],[0,-0.296],[-0.051,-0.25],[-0.15,-0.244],[-0.246,-0.193],[-0.248,-0.148],[-0.294,-0.198],[-0.638,-0.197],[-0.136,0.013],[-0.124,-0.023],[-0.298,-0.05],[-0.443,0],[-0.248,0.346],[-0.195,0.15],[-0.592,0],[-0.296,0],[-0.297,0],[0,0],[-0.738,-0.1],[-0.248,-0.1],[-0.295,-0.145],[-0.783,0],[-0.39,0.052],[-0.294,0.095],[-0.126,-0.029],[-0.131,0.079],[-0.248,0.196],[-0.291,0.197],[-0.342,0.051],[-0.59,0],[-0.589,0.045],[0,0],[-0.445,0.142],[-0.787,0],[-0.297,-0.344],[-0.1,-0.196],[-0.096,-0.346],[-0.099,-0.249],[-0.148,-0.195],[-0.248,-0.145],[-0.345,0],[0,0],[0,0],[0,-0.296],[0.05,-0.591],[0.05,-0.24],[0.145,-0.348],[0,-0.291],[0,-0.937],[0.195,-0.099],[0.148,0.025],[0.097,-0.049],[0.196,-0.199],[-0.295,-0.098],[-0.391,-0.491],[-0.196,-0.545],[-0.196,-0.195],[-0.198,-0.098],[-0.194,-0.194],[-0.148,-0.243],[-0.393,-0.638],[-0.149,-0.246],[-0.247,-0.592],[-0.046,-0.294],[-0.046,-0.688],[-0.147,-0.541],[-0.05,-0.346],[0,-0.295],[0,0],[-0.293,-0.491],[-0.15,-0.292],[0,-0.445],[0.051,-0.438],[0.046,-0.251],[0.145,-0.243],[0.197,-0.296],[0.146,-0.982],[0.097,-0.542],[0.043,-0.25],[0.196,-0.392],[0,-0.342],[0,-0.595],[-0.295,-0.835],[-0.243,-0.296],[-0.046,-0.347],[-0.046,-0.249],[-0.046,-0.25],[-0.147,-0.293],[-0.196,-0.248],[-0.59,-0.348],[-0.048,-0.299],[-0.047,-0.341],[-0.049,-0.242],[-0.049,-0.249],[0,-0.345],[0,0],[-0.054,-0.542],[-0.054,-0.244],[-0.344,-0.541],[-0.489,-1.033],[-0.049,-0.249],[-0.05,-0.246],[-0.1,-0.294],[-0.294,-0.544],[-0.244,-0.295],[-0.05,-0.343],[-0.149,-0.539],[-0.099,-0.296],[-0.051,-0.346],[0,0],[0.198,-0.296],[0.196,-0.293],[0.048,-0.241],[-0.295,0],[0,0],[-0.046,-0.248],[-0.099,-0.195],[-0.245,-0.198],[-0.344,0],[0,0],[-0.64,0.198],[-0.645,0],[0,0],[-0.151,0.34],[-0.199,0.154],[-0.248,0.05],[-0.297,0],[-0.54,0.151],[-0.196,0.148],[-0.196,0.297],[-0.147,0.2],[-0.244,0.201],[-0.294,0.198],[-0.293,0.296],[-0.197,0.392],[-0.293,0.541],[-0.297,0.245],[-0.395,0.642],[-0.146,0.244],[-0.295,0.295],[-0.148,0.391],[0,0.783],[0.146,0.392],[0.145,0.346],[0.1,0.244],[-0.346,0.053],[-0.244,0.053],[-0.133,-0.013],[-0.123,0.027],[-0.296,0.245],[-0.244,0.248],[-0.292,0.194],[-0.292,0.247],[-0.1,0.196],[0,0.295],[0.196,0.884],[0.144,0.539],[0.246,0.538],[0,0.692],[-0.244,0.294],[-0.244,0.292],[-0.346,0.247],[-0.194,0.096],[-0.196,0.246],[-0.246,0.346],[-0.25,0.152],[-0.638,0.146],[-0.246,0.053],[-0.134,-0.012],[-0.123,0.027],[-0.34,0.145],[-0.444,0.44],[-0.148,0.641],[-0.044,0.589],[0,0.296],[0,0],[0.05,0.441],[0,0.342],[0,0],[0.199,0.297],[0.443,0.938],[-0.049,0.589],[0,0.288],[0.049,0.294],[0.049,0.295],[0.049,0.293],[0,0],[-0.103,0.392],[-0.05,0.244],[-0.248,0.295],[-0.489,1.033],[-0.097,0.241],[-0.147,0.348],[-0.1,0.247],[-0.341,0.54],[-0.245,0.197],[-0.25,0.244],[-0.2,0.248],[-0.592,0.493],[-0.297,0.292],[-0.344,0.201],[-0.495,0.442],[-0.197,0.244],[-0.24,0.297],[-0.201,0.14],[-0.198,0.097],[-0.293,0.149],[-0.295,0.196],[-0.199,0.199],[-0.149,0.299],[-0.346,0.834],[-0.192,0.247],[-0.348,0.241],[-0.293,0.245],[-0.149,0.296],[-0.096,0.345],[0,0.59],[-0.052,0.592],[0,1.029],[0,0],[0.443,0],[0.448,-0.195],[0.296,-0.151],[1.132,0],[0.539,0.049],[0,0],[0.59,-0.047],[0.591,0],[0.294,0.048],[0,0],[0.149,0.347],[0.149,0.244],[0.146,0.3],[0,0],[0.15,0.194],[0.294,0.194],[0.143,-0.025],[0.122,0.047],[0.295,0.299],[0.296,0.247],[0.248,0.199],[0.295,0.148],[0.297,0.099],[0.136,-0.026],[0.122,0.049],[0.247,0.195],[0.149,0.642],[0,0.246],[0.246,0.488],[0.246,0.3],[0.34,0.692],[0,0.395],[0,0.293],[0,0],[0.198,0.538],[0.144,0.341],[0.343,0.538],[0.194,0.248],[0.143,0.249],[0.1,0.296],[0,0.296],[0.1,0.545],[0.049,0.242],[0.198,0.291],[0.297,0.689],[0.049,0.296],[0.101,0.546],[0.296,0.54],[0.243,0.292],[0.25,0.245],[0.244,0.246],[0.198,0.246],[0.048,0.347],[0.048,0.244],[0.146,0.247],[0.298,0.194],[0.293,0.103],[0.148,-0.021],[0.11,0.023],[0.345,0.049],[0,0],[0.784,-0.246],[0,0],[0,0],[0.59,0],[0.393,0.2],[0.296,0.248],[0.685,0.344],[1.133,0],[0.787,0],[0.44,0.098],[-0.05,-0.734],[0,-0.299],[0.047,-0.934],[0.444,0],[0,0],[0.295,0.05],[0.296,0.296],[0.344,0.147],[0.392,0],[0,0],[0.145,0.292],[0.142,0.196],[0.247,0.145],[0.346,0.148],[0.242,0.048],[0.592,0.047],[0.226,-0.017],[0.302,0.053],[0.59,0.296],[0.147,0.737],[0,0.29],[-0.151,0.298],[-0.149,0.345],[0,0.297],[0.148,0.246],[0.246,0.147],[0.298,0.196],[-0.345,0.147],[-0.247,0.101],[-0.249,0.048],[0.239,0.145],[0.248,0.096],[0.637,0]],\"o\":[[-0.3,0],[-0.587,0.099],[-0.245,0.049],[-0.389,0.021],[-0.429,-0.032],[-0.343,0.049],[-0.346,0.149],[-0.243,-0.196],[-0.246,-0.196],[-0.494,-0.343],[-0.986,0],[-0.137,0.056],[-0.12,-0.018],[-0.393,0.152],[0,0],[-0.1,0.293],[-0.099,0.249],[-0.248,0.295],[-0.245,0.098],[-0.259,0.022],[-0.284,-0.022],[-0.296,0.048],[0,0],[-0.442,0],[-0.389,-0.02],[-0.428,0.031],[-0.243,-0.05],[-0.347,-0.102],[0,0],[-0.147,0.345],[-0.048,0.246],[-0.048,0.246],[-0.05,0.49],[-0.293,0],[-0.294,0],[-0.545,0],[0,0],[0,0],[-0.052,0.593],[-0.049,0.593],[0,0.343],[-0.097,0.541],[0,0],[0,0],[-0.048,0.985],[-0.244,0.146],[-0.296,0.197],[-0.247,0.096],[-0.121,0.048],[-0.142,-0.025],[-0.245,0.148],[-0.196,0.246],[-0.341,0.645],[-0.146,0.345],[-0.098,0.248],[-0.198,0.345],[-0.148,0.294],[-0.146,0.244],[-0.09,0.149],[-0.117,-0.032],[-0.491,0.147],[0,0.981],[0,0.295],[-0.048,0.247],[-0.197,0.299],[-0.2,0.152],[-0.246,0.148],[0,0],[0.591,0.055],[0.293,0],[0.124,0.026],[0.135,-0.014],[0.343,0.052],[0,0],[-0.148,0.295],[0,1.869],[0,0],[0,0.249],[-0.147,0.348],[-0.073,0.099],[-0.165,-0.049],[-0.099,0.196],[0,0.344],[0.047,0.247],[0.051,0.248],[0,0],[0.05,0.591],[0.151,0.343],[0.198,0.242],[0.25,0.198],[0.293,0.145],[0.122,0.046],[0.137,-0.026],[0.293,0.144],[0.345,0.392],[0.194,0.25],[0.144,0.089],[0.108,-0.022],[0,0.937],[0.049,0.342],[0.201,0.292],[0.587,0.294],[0.639,0.242],[0.048,0.296],[0,0.295],[0.048,0.245],[0.147,0.247],[0.247,0.197],[0.295,0.192],[0.488,0.393],[0.123,0.026],[0.134,-0.012],[0.294,0.051],[0.39,0.1],[0.442,0],[0.147,-0.195],[0.442,-0.347],[0.297,0],[0.291,0],[0,0],[0.785,0],[0.244,0],[0.291,0.096],[0.689,0.344],[0.444,0],[0.3,-0.045],[0.115,-0.045],[0.144,0.033],[0.244,-0.147],[0.246,-0.201],[0.3,-0.197],[0.541,-0.095],[0.588,0],[0,0],[0.445,-0.102],[0.684,-0.247],[0.489,0],[0.146,0.197],[0.198,0.299],[0.1,0.244],[0.1,0.246],[0.196,0.248],[0.244,0.149],[0,0],[0,0],[0,0.297],[0,0.591],[0,0.295],[-0.098,0.347],[-0.101,0.241],[0,0.94],[-0.147,0.196],[-0.1,0.049],[-0.149,-0.024],[-0.246,0.145],[0.295,0.096],[0.59,0.199],[0.347,0.444],[0.102,0.293],[0.196,0.195],[0.244,0.149],[0.193,0.2],[0.395,0.639],[0.147,0.244],[0.292,0.538],[0.097,0.293],[0.148,0.639],[0.05,0.592],[0.097,0.348],[0.048,0.243],[0,0],[0,0.591],[0.148,0.296],[0.148,0.346],[0,0.445],[-0.05,0.297],[-0.051,0.244],[-0.152,0.295],[-0.589,0.789],[-0.049,0.542],[-0.049,0.242],[-0.152,0.391],[-0.149,0.295],[-0.051,0.589],[0,0.928],[0.149,0.396],[0.242,0.296],[0.05,0.245],[0.05,0.247],[0.05,0.296],[0.146,0.296],[0.445,0.491],[0,0.292],[0.048,0.39],[0.051,0.252],[0.05,0.245],[0.05,0.29],[0,0],[0,0.589],[0,0.244],[0.145,0.638],[0.637,0.933],[0.099,0.243],[0.048,0.247],[0.05,0.294],[0.196,0.589],[0.148,0.345],[0.249,0.294],[0.095,0.54],[0.046,0.297],[0.149,0.341],[0,0],[0,0.396],[-0.192,0.296],[-0.148,0.245],[0.295,0.051],[0,0],[0,0.3],[0.048,0.242],[0.147,0.248],[0.244,0.196],[0,0],[0.687,0],[0.588,-0.146],[0,0],[0.149,-0.346],[0.097,-0.247],[0.196,-0.143],[0.244,-0.048],[0.588,-0.048],[0.248,-0.046],[0.293,-0.245],[0.099,-0.196],[0.149,-0.242],[0.247,-0.195],[0.344,-0.245],[0.292,-0.295],[0.248,-0.538],[0.149,-0.343],[0.588,-0.494],[0.145,-0.244],[0.195,-0.345],[0.296,-0.299],[0.244,-0.738],[0,-0.449],[-0.099,-0.347],[-0.098,-0.244],[0.343,-0.149],[0.244,0],[0.124,-0.025],[0.136,0.013],[0.396,-0.098],[0.245,-0.197],[0.246,-0.248],[0.297,-0.195],[0.198,-0.144],[0.1,-0.198],[0,-0.934],[-0.1,-0.536],[-0.147,-0.588],[-0.296,-0.587],[0,-0.44],[0.246,-0.296],[0.248,-0.295],[0.2,-0.101],[0.245,-0.149],[0.249,-0.289],[0.196,-0.247],[0.539,-0.387],[0.246,-0.051],[0.121,-0.024],[0.137,0.013],[0.347,-0.097],[0.589,-0.3],[0.442,-0.443],[0.15,-0.538],[0,-0.295],[0,0],[0,-0.442],[-0.048,-0.349],[0,0],[-0.249,-0.244],[-0.539,-0.834],[0.097,-0.54],[0,-0.293],[0,-0.35],[-0.049,-0.294],[-0.049,-0.294],[0,0],[0,-0.444],[0.047,-0.246],[0.097,-0.348],[0.735,-0.891],[0.099,-0.248],[0.147,-0.348],[0.099,-0.245],[0.243,-0.591],[0.194,-0.296],[0.246,-0.196],[0.246,-0.246],[0.492,-0.542],[0.293,-0.248],[0.294,-0.3],[0.54,-0.339],[0.245,-0.196],[0.196,-0.294],[0.151,-0.196],[0.196,-0.153],[0.293,-0.196],[0.297,-0.145],[0.245,-0.144],[0.245,-0.242],[0.445,-0.783],[0.144,-0.344],[0.249,-0.292],[0.342,-0.251],[0.297,-0.246],[0.145,-0.291],[0.147,-0.544],[0,-0.588],[0.098,-1.031],[0,0],[-0.442,-0.045],[-0.539,0],[-0.341,0.149],[-0.931,0.537],[-0.544,0],[0,0],[-0.587,0],[-0.589,0.049],[-0.292,0],[0,0],[-0.146,-0.348],[-0.098,-0.243],[-0.145,-0.253],[0,0],[-0.101,-0.247],[-0.196,-0.297],[-0.1,-0.051],[-0.14,0.024],[-0.393,-0.151],[-0.246,-0.245],[-0.248,-0.194],[-0.292,-0.243],[-0.242,-0.145],[-0.124,-0.051],[-0.134,0.025],[-0.346,-0.149],[-0.49,-0.444],[-0.046,-0.244],[-0.047,-0.539],[-0.148,-0.296],[-0.49,-0.589],[-0.15,-0.342],[0,-0.293],[0,0],[0,-0.591],[-0.097,-0.345],[-0.297,-0.594],[-0.146,-0.246],[-0.196,-0.247],[-0.148,-0.243],[-0.049,-0.242],[-0.049,-0.586],[-0.049,-0.243],[-0.1,-0.346],[-0.389,-0.641],[-0.097,-0.296],[-0.147,-0.54],[-0.095,-0.634],[-0.146,-0.297],[-0.249,-0.295],[-0.244,-0.249],[-0.246,-0.244],[-0.146,-0.346],[0,-0.242],[-0.05,-0.248],[-0.145,-0.293],[-0.243,-0.15],[-0.135,-0.051],[-0.122,0.016],[-0.344,-0.094],[0,0],[-0.837,0],[0,0],[0,0],[-0.537,0.145],[-0.442,0],[-0.393,-0.193],[-0.587,-0.49],[-0.988,-0.544],[-0.788,0],[-0.443,0],[0,0.736],[0,0.296],[0.099,0.93],[-0.442,0.05],[0,0],[-0.348,0],[-0.393,-0.048],[-0.295,-0.29],[-0.346,-0.148],[0,0],[-0.098,-0.297],[-0.101,-0.252],[-0.198,-0.248],[-0.295,-0.193],[-0.244,-0.103],[-0.544,-0.151],[-0.261,-0.022],[-0.28,0.02],[-0.634,-0.147],[-0.687,-0.341],[-0.05,-0.248],[0,-0.347],[0.145,-0.343],[0.098,-0.246],[0,-0.347],[-0.146,-0.246],[-0.293,-0.196],[0.298,-0.247],[0.244,-0.095],[0.244,-0.101],[-0.149,-0.246],[-0.25,-0.147],[-0.539,-0.248],[-0.297,0]],\"v\":[[-4.814,-24.406],[-5.603,-24.406],[-7.177,-23.817],[-7.964,-23.817],[-8.978,-23.84],[-10.322,-23.817],[-11.107,-23.227],[-11.895,-22.636],[-12.681,-23.227],[-13.271,-24.012],[-14.841,-24.601],[-17.206,-23.621],[-17.641,-23.608],[-17.99,-23.621],[-18.779,-22.832],[-22.708,-22.832],[-23.103,-22.049],[-23.297,-21.26],[-24.085,-20.669],[-24.872,-20.669],[-25.583,-20.682],[-26.443,-20.669],[-27.232,-20.276],[-27.625,-20.276],[-28.805,-20.474],[-29.822,-20.45],[-31.163,-20.474],[-31.951,-20.669],[-32.736,-21.26],[-33.525,-21.654],[-34.112,-20.867],[-34.112,-20.079],[-34.31,-19.294],[-34.31,-18.018],[-35.098,-18.113],[-35.882,-17.916],[-37.259,-18.018],[-37.259,-14.775],[-40.208,-14.775],[-40.404,-13.2],[-40.404,-11.626],[-40.799,-10.84],[-40.997,-9.07],[-40.997,-7.696],[-43.353,-7.696],[-44.337,-5.334],[-45.124,-5.136],[-45.711,-4.352],[-46.503,-4.154],[-46.908,-4.155],[-47.285,-4.154],[-47.68,-3.369],[-48.272,-2.586],[-49.057,-0.812],[-49.648,0.169],[-49.84,0.958],[-50.63,1.744],[-51.025,2.531],[-51.22,3.318],[-51.674,3.364],[-52.007,3.318],[-53.384,3.514],[-53.384,6.068],[-53.579,6.856],[-53.775,7.64],[-54.559,8.23],[-55.349,8.429],[-55.742,9.218],[-55.742,10.588],[-54.169,10.788],[-53.384,10.788],[-52.988,10.789],[-52.598,10.788],[-52.007,11.574],[-52.4,12.36],[-52.988,13.096],[-52.792,17.867],[-52.792,18.651],[-52.792,19.434],[-53.384,20.225],[-53.796,20.226],[-54.169,20.225],[-54.365,21.013],[-53.971,21.798],[-53.775,22.583],[-53.579,23.374],[-53.579,24.158],[-53.384,25.732],[-52.598,26.323],[-52.204,27.105],[-51.414,27.503],[-50.63,28.092],[-50.241,28.091],[-49.84,28.092],[-49.057,28.484],[-48.663,30.055],[-47.876,30.448],[-47.432,30.473],[-47.09,30.448],[-47.09,32.809],[-46.503,33.596],[-45.516,33.987],[-43.944,34.973],[-42.176,35.167],[-41.977,35.956],[-41.977,36.743],[-41.977,37.526],[-41.191,37.921],[-40.404,38.315],[-39.815,39.102],[-38.243,40.082],[-37.848,40.083],[-37.456,40.082],[-36.667,40.477],[-35.487,40.675],[-34.703,39.885],[-34.508,39.102],[-32.934,38.904],[-32.146,39.102],[-31.359,38.904],[-30.867,38.904],[-28.805,38.904],[-28.016,38.904],[-27.625,39.69],[-25.659,39.885],[-24.482,39.885],[-23.693,39.495],[-23.324,39.507],[-22.905,39.495],[-22.512,38.708],[-21.729,38.118],[-20.939,37.526],[-19.366,37.526],[-17.794,37.728],[-17.402,37.728],[-16.415,36.94],[-14.352,36.548],[-13.073,36.743],[-12.879,37.526],[-12.29,38.315],[-12.091,39.102],[-11.895,39.885],[-11.107,40.278],[-10.272,40.477],[-3.443,40.477],[-3.443,42.882],[-3.638,43.622],[-3.638,45.197],[-3.638,45.978],[-4.225,46.772],[-4.422,47.503],[-4.62,49.917],[-4.814,50.701],[-5.21,50.701],[-5.603,50.701],[-5.996,51.487],[-5.21,51.878],[-3.638,52.469],[-3.443,54.046],[-3.047,54.829],[-2.26,55.024],[-1.473,55.418],[-1.279,56.205],[0.1,57.781],[0.493,58.568],[1.475,60.14],[1.866,60.924],[1.866,62.693],[2.262,64.266],[2.85,65.053],[2.654,65.843],[2.654,66.627],[3.046,68.201],[3.835,68.592],[3.835,69.773],[3.835,70.952],[3.639,71.741],[3.443,72.525],[2.654,73.116],[1.475,75.475],[1.475,77.05],[1.283,77.838],[0.493,78.621],[0.1,79.408],[0.1,80.983],[0.294,83.339],[1.083,84.128],[1.866,84.717],[1.866,85.503],[1.866,86.291],[2.262,87.074],[2.654,87.863],[4.424,89.044],[4.424,89.829],[4.816,90.808],[5.014,91.596],[5.014,92.387],[5.605,93.122],[5.605,97.152],[6,98.679],[6,99.463],[6.785,101.035],[8.945,103.198],[8.945,103.986],[9.142,104.771],[9.538,105.558],[10.126,107.132],[10.911,107.916],[11.702,108.507],[11.702,110.078],[12.092,110.868],[12.684,111.65],[12.684,112.043],[11.893,112.636],[11.307,113.422],[11.307,114.204],[12.092,114.402],[12.88,114.402],[12.88,115.194],[12.88,115.977],[13.665,116.373],[14.503,116.763],[18.336,116.763],[19.957,116.175],[21.583,115.782],[26.445,115.782],[27.036,114.998],[27.036,114.204],[27.823,114.011],[28.609,114.011],[30.181,113.812],[30.967,113.618],[31.557,112.832],[31.557,112.043],[32.344,111.65],[33.13,111.063],[33.917,110.276],[34.704,109.491],[35.293,107.916],[36.083,107.132],[37.656,105.753],[37.85,104.969],[38.635,104.18],[39.423,103.395],[39.621,101.432],[39.621,100.25],[39.029,99.463],[38.831,98.679],[39.621,98.084],[40.405,98.084],[40.796,98.085],[41.19,98.084],[41.98,97.3],[42.764,96.711],[43.353,95.925],[44.141,95.332],[44.928,95.136],[44.928,94.351],[44.536,91.99],[44.141,90.417],[43.552,88.846],[42.764,87.269],[43.552,86.487],[44.141,85.699],[44.928,84.914],[45.714,84.717],[46.108,83.928],[46.895,83.142],[47.29,82.352],[48.859,81.571],[49.646,81.373],[50.036,81.374],[50.432,81.373],[51.22,80.787],[52.793,79.799],[53.775,78.229],[53.775,76.654],[53.973,75.868],[53.973,74.687],[53.973,73.512],[53.581,72.675],[53.581,68.001],[52.793,67.413],[51.612,64.857],[52.005,63.285],[51.809,62.552],[52.005,61.711],[51.612,60.924],[51.22,60.14],[51.22,59.746],[51.419,58.568],[51.419,57.781],[52.204,57.191],[54.169,54.829],[54.365,54.046],[54.954,53.257],[55.154,52.469],[55.939,50.898],[56.725,50.309],[57.513,49.719],[58.104,48.931],[59.676,47.556],[60.462,46.772],[61.249,45.978],[62.823,45],[63.215,44.213],[63.997,43.622],[64.199,42.839],[64.984,42.641],[65.768,42.049],[66.557,41.456],[67.344,41.064],[67.932,40.278],[68.526,37.921],[69.307,37.33],[70.096,36.548],[71.077,35.956],[71.671,35.167],[72.257,34.384],[72.456,32.809],[72.456,31.235],[73.044,28.633],[73.044,27.105],[71.913,26.91],[70.487,27.105],[69.703,27.699],[66.951,28.876],[65.577,28.484],[64.786,28.484],[63.215,28.68],[61.639,28.68],[60.462,28.288],[60.066,27.503],[59.478,26.713],[59.478,25.929],[58.693,25.532],[58.299,24.749],[58.299,23.964],[57.513,23.374],[57.133,23.373],[56.725,23.374],[55.939,22.583],[55.35,21.798],[54.56,21.405],[53.973,20.619],[53.186,20.225],[52.79,20.225],[52.401,20.225],[51.612,19.638],[50.826,18.06],[50.63,17.277],[50.432,15.708],[49.646,15.112],[48.469,13.538],[47.876,12.753],[48.074,11.967],[48.074,11.179],[47.876,9.61],[47.29,8.824],[46.503,7.25],[46.108,6.461],[45.324,6.068],[44.928,5.281],[44.928,4.495],[44.928,2.92],[44.732,2.138],[44.141,1.353],[42.764,-0.223],[42.372,-1.01],[42.372,-2.586],[41.586,-4.154],[40.997,-4.939],[40.405,-5.726],[39.621,-6.318],[38.831,-8.086],[38.243,-8.876],[38.243,-9.658],[38.243,-10.447],[37.454,-11.034],[36.671,-11.432],[36.238,-11.442],[35.885,-11.432],[35.096,-12.019],[34.704,-12.019],[32.738,-11.233],[32.344,-11.233],[26.641,-12.607],[25.07,-12.214],[23.888,-12.414],[23.103,-13.2],[21.533,-14.378],[18.777,-15.363],[16.811,-14.969],[15.633,-15.263],[15.633,-13.396],[15.828,-12.607],[15.633,-10.25],[14.453,-10.054],[13.717,-10.054],[12.88,-10.054],[12.092,-10.84],[11.307,-11.626],[10.275,-11.822],[6.391,-11.822],[6,-12.607],[5.803,-13.396],[5.014,-13.789],[4.227,-14.378],[3.443,-14.575],[1.866,-14.969],[1.146,-14.957],[0.294,-14.969],[-1.279,-15.758],[-2.852,-17.131],[-3.047,-17.916],[-2.652,-18.707],[-1.867,-19.294],[-1.667,-20.079],[-2.064,-20.867],[-2.852,-21.26],[-3.638,-21.85],[-3.047,-22.636],[-2.26,-22.832],[-1.473,-23.028],[-1.667,-23.817],[-2.458,-24.012],[-4.029,-24.601]],\"c\":true},\"ix\":2},\"nm\":\"Path 84\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":84,\"ty\":\"sh\",\"ix\":85,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,-0.016],[0.149,-0.103],[0.129,-0.101],[0.098,-0.145],[0.096,-0.121],[0.097,-0.128],[0.052,-0.094],[0.047,-0.121],[0,-0.293],[0,0],[0,0],[-0.027,0.347],[-0.025,0.123],[-0.05,0.122],[-0.072,0.15],[0,0],[-0.025,0.122],[-0.097,0.172],[-0.073,0.147],[-0.194,0.32],[-0.025,0.173],[0,0],[0,0],[0,0.149],[-0.023,0.222],[0.271,-0.025],[0.09,0]],\"o\":[[-0.171,0.074],[-0.146,0.097],[-0.123,0.097],[-0.099,0.147],[-0.1,0.122],[-0.075,0.094],[-0.049,0.1],[-0.1,0.272],[0,0],[0,0],[0,-0.346],[0,-0.145],[0.023,-0.121],[0.07,-0.146],[0,0],[0.05,-0.117],[0.077,-0.195],[0.078,-0.122],[0.195,-0.321],[0.075,-0.151],[0,0],[0,0],[0,-0.151],[0,-0.217],[-0.296,0],[-0.08,0],[-0.045,0]],\"v\":[[206.158,0.466],[205.861,0.861],[205.467,1.156],[205.077,1.448],[204.783,1.843],[204.587,2.239],[204.189,2.333],[204.094,2.725],[203.895,3.489],[203.895,6.856],[205.077,6.856],[205.077,5.97],[205.176,5.577],[205.274,5.185],[205.668,4.889],[205.861,4.495],[205.861,4.104],[206.254,3.71],[206.452,3.318],[207.139,2.531],[207.434,2.138],[207.434,1.744],[207.434,1.353],[207.236,1.03],[207.337,0.466],[206.55,0.466],[206.288,0.444]],\"c\":true},\"ix\":2},\"nm\":\"Path 85\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":85,\"ty\":\"sh\",\"ix\":86,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.325,0],[0.488,-0.049],[0.345,0],[0.294,0],[0,0],[0.294,-0.047],[0.248,-0.101],[0,-0.489],[-0.394,-0.342],[-0.688,0],[-0.25,0.048],[-0.639,0.151],[-0.294,0],[-0.738,-0.588],[-0.242,-0.145],[-0.248,-0.098],[-0.294,-0.05],[-0.159,0.024],[-0.175,-0.048],[-0.294,-0.248],[-0.784,0],[0,0],[0.589,0.442],[0.785,0.048],[0,0],[0.27,-0.012],[0.343,0.024],[0.246,0.048],[0.246,0.148],[0.297,0.195],[0.291,0.151],[0.589,0.344],[0,0],[0.345,0.15],[0.135,0]],\"o\":[[-0.493,0],[-0.344,0.048],[-0.296,0],[0,0],[-0.346,0],[-0.244,0],[-0.392,0.197],[0,0.539],[0.491,0.393],[0.294,0],[0.636,-0.194],[0.248,-0.048],[0.984,0],[0.247,0.196],[0.198,0.152],[0.296,0.096],[0.169,0.048],[0.161,-0.024],[0.39,0.095],[0.591,0.491],[0,0],[-0.395,-0.641],[-0.592,-0.441],[0,0],[-0.345,-0.024],[-0.271,0.012],[-0.297,0],[-0.296,-0.098],[-0.294,-0.148],[-0.244,-0.147],[-0.592,-0.343],[0,0],[-0.295,-0.144],[-0.149,-0.065],[-0.27,0]],\"v\":[[-174.793,4.495],[-176.072,4.495],[-176.858,4.889],[-177.644,4.692],[-179.317,4.692],[-180.202,4.692],[-180.99,4.692],[-181.58,5.874],[-180.791,7.051],[-179.022,7.444],[-178.234,7.444],[-176.664,6.461],[-175.876,6.461],[-173.516,7.444],[-173.124,8.23],[-172.336,8.429],[-171.551,8.824],[-171.063,8.824],[-170.565,8.824],[-169.782,9.61],[-167.963,10.493],[-161.915,10.493],[-163.291,9.018],[-165.06,8.037],[-165.848,8.037],[-166.734,8.037],[-167.617,8.037],[-168.404,8.037],[-169.191,7.64],[-169.782,6.856],[-170.565,6.461],[-172.14,5.674],[-172.926,5.281],[-173.516,4.495],[-173.937,4.408]],\"c\":true},\"ix\":2},\"nm\":\"Path 86\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":86,\"ty\":\"sh\",\"ix\":87,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.593,-0.097],[0,0],[-0.343,-0.194],[-0.343,-0.049],[0,0],[-0.247,0.046],[-0.389,0.149],[-0.247,0.052],[-0.293,0],[-0.294,0],[-0.295,0],[-0.591,0.052],[-0.59,0.05],[-0.293,0],[-0.296,0],[-0.59,0],[0,0],[-0.295,0.099],[0.146,0.295],[0.1,0.396],[0.933,0],[0,0],[0.49,0],[0,0],[0.342,-0.052],[0.293,0],[0.246,0.048],[0.345,0.146],[0.245,0.1],[0.346,0.099],[0.59,0],[0.639,0]],\"o\":[[0,0],[0.296,0.295],[0.296,0.151],[0,0],[0.292,0],[0.395,-0.097],[0.249,-0.053],[0.248,-0.051],[0.298,0],[0.296,0],[0.592,0],[0.591,-0.051],[0.295,0],[0.295,0],[0.588,0.05],[0,0],[0.343,0],[-0.196,-0.247],[-0.197,-0.397],[-0.936,0.197],[0,0],[-0.492,-0.049],[0,0],[-0.343,0.044],[-0.245,0.048],[-0.298,0],[-0.343,-0.099],[-0.244,-0.1],[-0.343,-0.146],[-0.54,-0.148],[-0.638,-0.048],[-0.589,0]],\"v\":[[-159.361,11.77],[-159.361,14.131],[-158.574,14.915],[-157.786,15.509],[-156.999,15.509],[-156.214,15.509],[-155.43,14.721],[-154.641,14.523],[-153.856,14.523],[-153.068,14.721],[-152.283,14.523],[-150.708,14.523],[-149.137,14.327],[-148.35,14.131],[-147.562,14.327],[-145.991,14.523],[-145.203,14.523],[-144.418,14.131],[-145.203,13.738],[-145.203,12.604],[-147.562,12.949],[-148.35,12.949],[-149.528,12.56],[-149.921,12.56],[-150.708,13.148],[-151.493,13.148],[-152.283,13.148],[-153.068,12.56],[-153.856,12.36],[-154.641,11.77],[-156.214,11.77],[-157.836,11.574]],\"c\":true},\"ix\":2},\"nm\":\"Path 87\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":87,\"ty\":\"sh\",\"ix\":88,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.071],[0,-0.077],[0,-0.088],[0,-0.076],[-0.015,-0.095],[-0.015,-0.06],[-0.009,-0.074],[0,-0.148],[0.011,-0.062],[0.052,-0.1],[0.011,-0.078],[0,-0.158],[0,-0.355],[0.088,-0.06],[0.073,-0.033],[0.158,-0.072],[0.122,-0.099],[0.01,-0.111],[0,-0.099],[-0.009,-0.09],[-0.073,-0.108],[-0.112,-0.11],[-0.122,-0.088],[-0.099,-0.06],[-0.197,-0.113],[-0.09,-0.025],[-0.035,0.003],[-0.031,-0.007],[0,-0.309],[-0.034,-0.139],[-0.173,-0.085],[-0.086,-0.018],[-0.126,0],[0,0],[0,0],[0,0.188],[0,0],[-0.133,0.16],[-0.146,0.113],[-0.057,0.038],[-0.055,0.064],[-0.063,0.085],[-0.052,0.1],[-0.038,0.114],[-0.048,0.179],[-0.014,0.159],[0,0],[0,0.097],[0,0],[0.049,0.16],[0.025,0.075],[0.023,0.072],[0.008,0.061],[0.023,0.086],[0.023,0.088],[0.024,0.062],[0.052,0.072],[0.078,0.061],[0.097,0.048],[0.103,0],[0,0],[0.041,0],[0.086,0.044],[0.061,0.037],[0.075,0.053],[0.059,0.037],[0.175,0]],\"o\":[[0,0.076],[0,0.075],[0,0.085],[0,0.07],[0,0.097],[0,0.077],[0.01,0.078],[0.028,0.131],[0,0.075],[-0.024,0.107],[-0.035,0.071],[-0.024,0.145],[0,0.363],[0,0.111],[-0.074,0.051],[-0.148,0.089],[-0.146,0.073],[-0.073,0.06],[-0.009,0.097],[0,0.1],[0.01,0.124],[0.072,0.125],[0.111,0.111],[0.102,0.073],[0.187,0.122],[0.075,0.031],[0.029,0.006],[0.034,-0.003],[-0.136,0.285],[0,0.144],[0.063,0.182],[0.086,0.033],[0.108,0.023],[0,0],[0,0],[0,-0.18],[0,0],[0,-0.219],[0.124,-0.147],[0.061,-0.038],[0.064,-0.032],[0.059,-0.086],[0.057,-0.089],[0.047,-0.097],[0.06,-0.169],[0.036,-0.156],[0,0],[0,-0.101],[0,0],[0,-0.174],[-0.014,-0.074],[-0.027,-0.073],[-0.023,-0.061],[-0.032,-0.091],[-0.024,-0.086],[-0.023,-0.061],[-0.026,-0.085],[-0.05,-0.086],[-0.079,-0.077],[-0.074,-0.039],[0,0],[-0.046,-0.003],[-0.092,0],[-0.075,-0.037],[-0.072,-0.05],[-0.061,-0.034],[-0.135,-0.073],[0,0]],\"v\":[[204.365,13.441],[204.391,13.638],[204.339,13.837],[204.365,14.046],[204.339,14.23],[204.391,14.472],[204.391,14.668],[204.483,14.87],[204.535,15.26],[204.535,15.46],[204.339,15.708],[204.241,15.903],[204.189,16.316],[204.339,17.226],[204.141,17.422],[203.946,17.569],[203.504,17.767],[203.11,18.012],[202.962,18.259],[202.962,18.505],[202.962,18.752],[203.16,19.043],[203.405,19.389],[203.746,19.638],[203.993,19.833],[204.483,20.179],[204.684,20.324],[204.78,20.324],[204.879,20.324],[204.631,21.088],[204.73,21.457],[205.029,21.848],[205.274,21.899],[205.581,21.994],[206.452,21.994],[206.452,21.366],[206.353,20.9],[206.353,19.992],[206.647,19.488],[207.042,19.145],[207.236,19.043],[207.337,18.848],[207.535,18.605],[207.733,18.356],[207.829,18.06],[208.025,17.616],[208.124,17.178],[208.124,16.934],[208.173,16.686],[208.173,16.49],[208.124,16.048],[208.025,15.852],[207.926,15.655],[207.882,15.46],[207.78,15.211],[207.681,14.965],[207.634,14.77],[207.483,14.575],[207.283,14.377],[207.042,14.182],[206.793,14.08],[206.6,14.08],[206.47,14.077],[206.207,14.033],[206.011,13.934],[205.912,13.685],[205.715,13.59],[205.308,13.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 88\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":88,\"ty\":\"sh\",\"ix\":89,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.011,-0.028],[0,0.024]],\"o\":[[0,-0.025],[-0.031,0.001]],\"v\":[[153.66,13.514],[153.658,13.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 89\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":89,\"ty\":\"sh\",\"ix\":90,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.008],[0.005,0.014]],\"o\":[[0.007,0],[0,0.008]],\"v\":[[153.66,13.538],[153.66,13.514]],\"c\":true},\"ix\":2},\"nm\":\"Path 90\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":90,\"ty\":\"sh\",\"ix\":91,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.439,-0.146],[-0.126,0.029],[-0.133,-0.077],[-0.244,-0.145],[-0.148,-0.248],[-0.122,-0.018],[-0.134,0.053],[-0.295,0.296],[0.244,0.148],[0.249,0.146],[0.343,0]],\"o\":[[0.298,0.396],[0.116,0.046],[0.145,-0.032],[0.293,0.145],[0.243,0.151],[0.11,-0.024],[0.148,0.021],[0.395,-0.199],[-0.149,-0.247],[-0.246,-0.146],[-0.295,-0.148],[0,0]],\"v\":[[-169.584,13.538],[-168.8,14.523],[-168.432,14.511],[-168.009,14.523],[-167.224,14.915],[-167.028,15.708],[-166.676,15.719],[-166.243,15.708],[-165.455,14.915],[-165.651,14.131],[-166.439,13.934],[-167.274,13.538]],\"c\":true},\"ix\":2},\"nm\":\"Path 91\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":91,\"ty\":\"sh\",\"ix\":92,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.162,-0.09],[0.122,-0.072],[0.146,-0.048],[0.147,0],[0.294,0],[-0.342,-0.22],[-0.175,-0.073],[-0.151,-0.076],[-0.064,0.015],[-0.054,-0.041],[-0.075,-0.094],[-0.123,-0.117],[-0.076,-0.194],[-0.025,-0.122],[-0.05,-0.124],[-0.099,-0.125],[-0.124,-0.074],[-0.294,-0.221],[-0.078,-0.126],[-0.073,-0.172],[-0.022,-0.315],[0,0],[0,0.169],[0,0.293],[0,0.075],[0.346,0.345],[0.096,0.119],[0.073,0.123],[0.125,0.174],[0.172,0.126],[0.172,0.099],[0.069,-0.001],[0.026,0.068],[0,0],[0,0.17],[0,0],[0.147,0],[0.147,0],[0,0],[0.107,0]],\"o\":[[-0.146,0.068],[-0.123,0.072],[-0.124,0.025],[-0.294,0.025],[0.314,0.222],[0.149,0.077],[0.145,0.05],[0.055,0.021],[0.077,-0.016],[0.098,0.07],[0.098,0.126],[0.15,0.152],[0.023,0.125],[0.021,0.121],[0.049,0.145],[0.096,0.123],[0.297,0.218],[0.121,0.099],[0.095,0.145],[0.121,0.27],[0,0],[0,-0.17],[0,-0.297],[0,-0.079],[0,-0.514],[-0.1,-0.097],[-0.076,-0.097],[-0.098,-0.172],[-0.123,-0.168],[-0.174,-0.125],[-0.054,-0.031],[-0.088,0],[0,0],[-0.074,-0.144],[0,0],[-0.15,0],[-0.149,0],[0,0],[-0.129,0],[-0.157,0]],\"v\":[[209.499,22.39],[209.303,22.782],[208.91,22.979],[208.517,22.979],[207.535,23.175],[208.418,23.764],[208.814,24.06],[209.207,24.257],[209.392,24.249],[209.598,24.257],[209.598,24.647],[209.99,24.843],[210.386,25.235],[210.483,25.633],[210.483,26.028],[210.681,26.42],[211.072,26.617],[211.86,27.303],[212.257,27.503],[212.548,27.894],[212.646,28.729],[214.267,28.729],[214.217,28.288],[214.319,27.503],[214.267,27.327],[213.629,26.125],[213.238,25.929],[213.137,25.532],[212.844,25.041],[212.452,24.647],[211.957,24.354],[211.762,24.324],[211.566,24.257],[211.368,23.861],[211.467,23.448],[211.467,22.317],[211.072,22.39],[210.681,22.29],[210.309,22.29],[209.96,22.282]],\"c\":true},\"ix\":2},\"nm\":\"Path 92\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":92,\"ty\":\"sh\",\"ix\":93,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.243],[-0.196,-0.144],[-0.172,-0.046],[-0.148,0],[-0.27,0],[-0.071,-0.444],[-0.024,-0.147],[0,-0.369],[0.025,-0.243],[-0.024,-0.12],[0,-0.073],[-0.101,-0.074],[-0.17,-0.076],[-0.152,-0.025],[-0.294,0.052],[0.047,-0.166],[0.022,-0.12],[0,-0.17],[-0.074,-0.121],[-0.149,-0.073],[-0.15,-0.03],[-0.148,0],[-0.122,0.045],[-0.072,0.097],[-0.12,0.05],[-0.273,0],[0,0],[0.269,0.17],[0.097,0.046],[0.099,0.148],[0.046,0.126],[0.071,0.122],[0.145,0.102],[0.145,0.072],[0.097,0.074],[0.073,0.15],[0.02,0.148],[0.052,0.269],[0.098,0.145],[0.295,0.196],[0.272,0.196],[0.149,0.103],[0.148,0.099],[0.121,0.023]],\"o\":[[0,0.27],[0.149,0.124],[0.119,0.028],[0.271,0.028],[0,0.47],[0.025,0.145],[0.097,0.343],[0,0.246],[0,0.151],[0,0.056],[0,0.152],[0.145,0.119],[0.146,0.073],[0.266,0.046],[-0.077,0.177],[-0.026,0.124],[-0.026,0.149],[0,0.15],[0.073,0.124],[0.147,0.078],[0.122,0.021],[0.147,0],[0.125,-0.05],[0.074,-0.099],[0.247,-0.097],[0,0],[0,-0.343],[-0.099,-0.05],[-0.145,-0.103],[-0.049,-0.103],[-0.051,-0.124],[-0.076,-0.152],[-0.122,-0.074],[-0.12,-0.048],[-0.125,-0.098],[-0.076,-0.149],[-0.05,-0.272],[-0.027,-0.174],[-0.198,-0.297],[-0.269,-0.17],[-0.149,-0.099],[-0.148,-0.097],[-0.123,-0.076],[-0.023,0.248]],\"v\":[[204.587,24.084],[204.879,24.749],[205.274,25.041],[205.668,25.041],[206.353,25.041],[206.353,26.223],[206.55,26.617],[206.746,27.574],[206.647,28.185],[206.55,28.577],[206.647,28.777],[206.944,29.075],[207.337,29.37],[207.733,29.566],[208.517,29.465],[208.223,29.858],[208.223,30.253],[208.025,30.644],[208.124,31.038],[208.517,31.235],[208.91,31.435],[209.303,31.435],[209.696,31.435],[209.696,31.038],[210.089,30.939],[210.777,30.939],[210.777,29.786],[210.287,29.075],[209.892,28.979],[209.499,28.68],[209.404,28.288],[209.404,27.894],[209.009,27.597],[208.616,27.402],[208.223,27.303],[208.025,26.91],[207.829,26.517],[207.829,25.732],[207.535,25.338],[206.844,24.647],[206.061,24.257],[205.762,23.861],[205.371,23.568],[204.684,23.469]],\"c\":true},\"ix\":2},\"nm\":\"Path 93\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":93,\"ty\":\"sh\",\"ix\":94,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.073,-0.123],[0.15,-0.391],[0.052,-0.127],[0.078,-0.15],[0.073,-0.121],[0.097,-0.151],[0.073,-0.121],[0.072,-0.123],[0.078,-0.171],[0.028,-0.126],[0,-0.123],[0.075,-0.151],[0.125,-0.147],[0.12,-0.073],[0.221,-0.171],[0.099,-0.073],[0.174,-0.1],[0.123,-0.022],[0.057,0.011],[0.073,-0.042],[0.099,-0.148],[0.099,-0.296],[-0.146,0],[-0.147,0],[-0.122,0.048],[-0.121,0.127],[-0.072,0.165],[-0.047,0.119],[-0.27,0.178],[-0.125,0.051],[-0.145,0.026],[-0.346,0],[-0.027,0.27],[-0.128,0.272],[-0.242,0.22],[-0.124,0.095],[-0.077,0.124],[-0.025,0.176],[-0.025,0.347],[0,0.147],[0,0.346]],\"o\":[[-0.243,0.369],[-0.024,0.124],[-0.073,0.173],[-0.072,0.146],[-0.097,0.146],[-0.074,0.121],[-0.072,0.124],[-0.077,0.149],[-0.048,0.121],[-0.021,0.122],[-0.021,0.172],[-0.072,0.146],[-0.095,0.123],[-0.225,0.173],[-0.099,0.078],[-0.144,0.125],[-0.122,0.046],[-0.052,0.011],[-0.078,-0.015],[-0.145,0.074],[-0.17,0.245],[0.147,0],[0.174,0],[0.124,0],[0.172,-0.073],[0.121,-0.124],[0.049,-0.124],[0.124,-0.296],[0.122,-0.071],[0.151,-0.049],[0.32,-0.074],[0,-0.295],[0.05,-0.296],[0.148,-0.29],[0.123,-0.101],[0.122,-0.103],[0.097,-0.15],[0.073,-0.316],[0,-0.148],[0.025,-0.346],[-0.072,0.148]],\"v\":[[203.602,25.338],[202.91,26.223],[202.91,26.617],[202.616,27.009],[202.421,27.402],[202.029,27.699],[201.832,28.092],[201.639,28.484],[201.24,28.777],[201.24,29.172],[201.24,29.566],[200.947,29.96],[200.65,30.351],[200.457,30.744],[199.668,30.939],[199.569,31.331],[199.176,31.631],[198.785,31.726],[198.621,31.715],[198.389,31.726],[198.095,32.121],[197.803,32.907],[198.168,33.003],[198.585,32.907],[198.98,32.907],[199.373,32.611],[199.668,32.221],[199.668,31.827],[200.258,31.135],[200.65,31.038],[201.046,30.842],[201.931,30.842],[201.931,30.055],[202.227,29.269],[202.715,28.484],[203.11,28.288],[203.504,28.092],[203.602,27.597],[203.602,26.713],[203.701,26.323],[203.798,24.942]],\"c\":true},\"ix\":2},\"nm\":\"Path 94\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":94,\"ty\":\"sh\",\"ix\":95,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.15,-0.019],[0.126,-0.051],[0.096,-0.124],[0.025,-0.124],[0,-0.347],[0,0],[0.292,-0.196],[0.174,-0.071],[0.173,-0.05],[0.172,-0.019],[0.32,-0.048],[0.149,0],[0.295,0],[0,0],[0.37,-0.068],[0.119,0],[0.294,0],[0.048,-0.194],[0.051,-0.146],[0.047,-0.144],[0.047,-0.124],[0.101,-0.126],[0.247,-0.274],[0.07,-0.169],[0.051,-0.126],[0.098,-0.198],[0.023,-0.124],[-0.125,-0.022],[-0.07,0.006],[-0.059,-0.01],[-0.198,-0.026],[-0.099,-0.586],[-0.027,-0.127],[-0.124,-0.296],[-0.023,-0.126],[0,-0.222],[0.075,-0.196],[0.127,-0.122],[0.046,-0.223],[0,-0.147],[0,-0.296],[0.095,-0.319],[0.146,-0.121],[0.172,-0.048],[0.068,0.006],[0.058,-0.011],[0.294,-0.027],[0,0],[-0.05,-0.175],[-0.025,-0.125],[0.416,-0.267],[0,0],[0.12,-0.027],[0.246,-0.195],[0.098,-0.149],[0,-0.609],[0,0],[0.052,-0.471],[0,-0.296],[0,-0.145],[0,-0.169],[0,-0.146],[-0.167,-0.295],[-0.148,0.048],[-0.248,0],[-0.345,-0.022],[0,0],[0.122,-0.076],[0.295,-0.052],[0.149,0],[0.201,-0.024],[0.076,-0.271],[0.095,-0.075],[0.123,-0.098],[0.147,-0.098],[0.074,-0.167],[0,-0.218],[-0.049,-0.202],[-0.074,-0.175],[-0.029,-0.175],[0,0],[-0.029,-0.346],[-0.05,-0.125],[-0.145,-0.121],[-0.144,-0.047],[-0.12,0],[-0.126,-0.026],[-0.149,-0.047],[-0.121,-0.074],[-0.125,-0.172],[-0.077,-0.146],[-0.099,-0.17],[-0.098,-0.121],[-0.073,-0.152],[-0.048,-0.151],[-0.025,-0.295],[-0.026,-0.127],[-0.077,-0.12],[-0.093,-0.122],[-0.098,-0.125],[-0.074,-0.145],[0,-0.293],[0,0],[-0.075,-0.127],[-0.075,-0.124],[-0.1,-0.146],[-0.025,-0.494],[-0.199,-0.438],[-0.075,-0.122],[-0.1,-0.098],[-0.124,-0.098],[-0.121,-0.071],[-0.145,-0.097],[-0.099,-0.122],[-0.049,-0.153],[0,-0.147],[-0.025,-0.393],[-0.026,-0.173],[-0.05,-0.125],[-0.073,-0.151],[-0.171,-0.295],[-0.1,-0.124],[-0.147,-0.12],[-0.148,-0.075],[-0.17,-0.102],[-0.174,-0.053],[-0.124,-0.025],[-0.128,0.012],[-0.136,-0.025],[-0.149,-0.075],[-0.144,-0.146],[-0.147,-0.101],[-0.125,-0.078],[-0.147,-0.095],[-0.345,-0.168],[-0.293,-0.101],[-0.148,-0.049],[-0.269,-0.317],[-0.099,-0.12],[-0.122,-0.151],[-0.296,-0.243],[-0.172,-0.023],[-0.121,0],[-0.292,0],[0,0],[0.025,-0.32],[0,-0.219],[0,-0.074],[0,0],[0,-0.368],[0,0],[0.025,-0.152],[0.025,-0.124],[0.022,-0.175],[0,-0.273],[0,-0.045],[0,0],[0,-0.147],[0,-0.221],[0,0],[0,0],[0.026,-0.22],[0,-0.344],[-0.025,-0.172],[0,0],[0,0],[0.022,-0.148],[0.022,-0.124],[0.026,-0.125],[0.049,-0.149],[0.073,-0.172],[0.145,-0.373],[0.022,-0.196],[0,-0.292],[0,-0.098],[-0.025,-0.392],[0,-0.146],[0,-0.175],[0,-0.195],[0.022,-0.124],[0.073,-0.197],[0.047,-0.124],[0.076,-0.148],[0.12,-0.174],[0,-0.494],[0,0],[0,-0.121],[-0.022,-0.121],[-0.073,-0.149],[-0.074,-0.15],[0,-0.644],[0.123,-0.586],[0,-0.15],[0.047,-0.442],[0.122,-0.296],[0.05,-0.123],[0.049,-0.195],[0.049,-0.171],[0.049,-0.148],[0.097,-0.15],[0.124,-0.172],[0,-0.149],[0,0],[0,-0.198],[0,-0.247],[0,-0.097],[0.022,-0.124],[0.076,-0.175],[0.075,-0.126],[0.078,-0.175],[0.026,-0.196],[0.148,-0.144],[0.074,-0.145],[0.023,-0.145],[0,-0.146],[-0.072,-0.193],[-0.026,-0.123],[-0.052,-0.3],[0,-0.148],[0,-0.148],[0,-0.317],[0.318,-0.517],[0.099,-0.147],[0.075,-0.145],[0,-0.298],[-0.025,-0.127],[-0.072,-0.173],[0,0],[0,-0.344],[0,-0.151],[0.244,-0.121],[0.099,-0.152],[0.049,-0.124],[0.049,-0.124],[0.05,-0.203],[0.026,-0.123],[0,-0.218],[-0.146,-0.167],[-0.124,-0.079],[-0.2,0],[0,0],[0,0],[0,0],[0,0],[0.146,-0.123],[0.123,-0.103],[0.126,-0.122],[0,0],[0.127,-0.145],[0.073,-0.149],[0.024,-0.122],[0,-0.151],[0,-0.49],[0.02,-0.469],[0.019,-0.148],[0,0],[0.121,0.1],[0.068,0],[0.041,0.068],[0,0.12],[0,0],[0.049,0.295],[0.049,0],[0.22,0],[0,0],[-0.099,-0.104],[-0.1,-0.123],[-0.072,-0.146],[-0.048,-0.147],[0,-0.12],[0,-0.147],[0,-0.292],[0,0],[0.099,0.072],[0.073,0.123],[0.049,0.125],[0.073,0.098],[0.197,0],[0.172,0],[0,0],[0.222,-0.147],[0.075,-0.122],[0,-0.198],[-0.469,-0.075],[-0.147,0],[-0.119,-0.03],[-0.064,0.007],[-0.064,-0.015],[-0.148,-0.098],[0.073,-0.121],[0,-0.216],[0,-0.169],[-0.027,-0.148],[-0.371,-0.146],[-0.296,-0.146],[0.024,-0.169],[0.024,-0.151],[0.292,-0.028],[0.125,-0.028],[0.297,-0.052],[0.112,0.008],[0.151,-0.029],[0.149,-0.075],[0,-0.223],[0,0],[-0.022,-0.149],[-0.022,-0.122],[-0.022,-0.121],[-0.073,-0.124],[0,-0.246],[0,0],[0.051,-0.172],[0,-0.169],[-0.196,-0.273],[0,-0.343],[0,-0.17],[-0.075,-0.126],[-0.119,-0.092],[-0.123,-0.099],[-0.049,-0.12],[0,0],[0,0],[-0.146,0],[0,0],[-0.144,-0.024],[0.147,-0.12],[0.296,-0.145],[-0.322,-0.127],[-0.072,0.01],[-0.056,-0.014],[-0.064,0.006],[-0.064,-0.015],[-0.097,-0.071],[0,0],[-0.098,-0.145],[-0.075,-0.169],[-0.052,-0.174],[-0.046,-0.127],[-0.144,-0.102],[-0.394,-0.266],[-0.099,-0.145],[-0.048,-0.12],[-0.048,-0.126],[-0.124,-0.077],[-0.047,-0.198],[-0.029,-0.123],[-0.027,-0.222],[-0.298,-0.031],[-0.126,-0.055],[-0.098,-0.073],[-0.05,-0.096],[-0.32,-0.127],[-0.141,0.021],[-0.123,-0.022],[-0.145,-0.025],[-0.121,-0.029],[-0.127,-0.025],[-0.169,-0.05],[-0.146,0.015],[-0.125,-0.012],[0,0],[-0.169,-0.048],[-0.198,0],[0,0],[-0.17,0],[-0.145,0.124],[-0.073,0.102],[-0.15,0.069],[-0.22,0],[-0.294,0.02],[0.223,0.149],[0.091,-0.021],[0.078,0.024],[0.321,0.074],[0.126,0],[0.15,0],[0.345,0],[0.145,0],[0,0],[0.295,0.024],[0.098,0.078],[0.096,0.143],[0.049,0.169],[0.022,0.296],[0.022,0.127],[0.049,0.121],[0.073,0.169],[0.047,0.144],[0,0.121],[0,0],[0.025,0.148],[0.025,0.265],[0.027,0.118],[0.074,0.15],[0,0.272],[0,0.243],[0,0],[0.048,0.15],[0,0],[-0.026,0.37],[0,0],[0.026,0.247],[0,0.142],[-0.122,0.246],[-0.147,0.093],[-0.124,0.026],[-0.273,0.073],[-0.099,0.168],[-0.196,0.61],[-0.047,0.127],[-0.122,0.126],[-0.146,0.074],[-0.171,0.072],[-0.067,-0.011],[-0.061,0.025],[-0.097,0.103],[0,0],[0.222,0],[0.318,0.1],[0.121,0.101],[0.05,0.099],[0.173,0.073],[0.122,0.049],[0.147,0.099],[0.097,0.171],[0.047,0.173],[0,0.295],[0,0],[-0.071,0.15],[-0.147,0.148],[-0.54,0],[0,0],[0,0],[-0.075,0.098],[-0.097,0.145],[-0.121,0.299],[-0.026,0.145],[0,0.146],[0,0.124],[-0.026,0.126],[-0.223,0],[-0.394,0],[-0.196,0.098],[-0.049,0.194],[0,0.145],[0,0],[0.052,0.148],[0.061,0.005],[0.074,-0.012],[0.148,-0.075],[0.199,-0.093],[0.077,0.01],[0.052,-0.009],[0.025,0.171],[0.025,0.295],[0.022,0.295],[0,0.152],[0,0],[0,0],[-0.293,-0.146],[-0.392,0],[0,0],[0,0.173],[0.027,0.175],[0,0],[-0.022,0.121],[-0.075,0.148],[-0.071,0.145],[0,0.143],[0.026,0.124],[0.071,0.294],[0,0.147],[0,0],[0,0],[-0.171,0],[0,0],[-0.268,0.073],[-0.344,0],[0,0],[-0.341,0],[-0.126,0.141],[-0.05,0.123],[-0.05,0.124],[-0.071,0.145],[-0.197,0.245],[-0.178,0.098],[-0.269,0.195],[-0.099,0.15],[-0.098,0.173],[0,0],[0,0.175],[0,0],[0,0],[0.149,0.032],[0,0],[0.025,0.125],[0.05,0.122],[0.123,0.097],[0.17,0.099],[0.297,0.222],[0.076,0.128],[0.098,0.149],[0.025,0.12],[0,0],[-0.32,-0.1],[-0.345,-0.176],[-0.174,-0.019],[-0.071,0.006],[-0.058,-0.009],[-0.467,0],[-0.127,0.025],[-0.196,0.051],[-0.3,0],[-0.271,0.078],[-0.168,0.074],[-0.097,0.073],[-0.098,0.148],[-0.147,0.293],[-0.073,0.124],[-0.173,0.102],[-0.124,0.052],[-0.123,0.169],[-0.049,0.17],[-0.022,0.122],[0,0.298],[-0.176,0.344],[-0.024,0.169],[-0.024,0.466],[0,0.126],[-0.024,0.125],[-0.073,0.119],[-0.295,0.122],[-0.172,0],[-0.172,-0.023],[0.047,-0.147],[0.027,-0.121],[0,-0.169],[-0.049,-0.168],[-0.223,0.224],[-0.072,0.122],[-0.148,0.298],[-0.074,0.122],[-0.099,0.169],[-0.073,0.145],[-0.074,0.172],[-0.025,0.124],[-0.027,0.149],[-0.027,0.123],[-0.073,0.126],[-0.147,0.097],[-0.126,0.044],[-0.126,0.025],[-0.149,0.097],[-0.099,0.197],[0,0.174],[0,0.296],[0.049,0.273],[0.048,0.293],[0,0.147],[0,0.195],[0,0.348],[-0.097,0.314],[-0.075,0.149],[-0.121,0.123],[-0.175,0.126],[-0.296,0.166],[-0.126,0.046],[-0.097,0.122],[-0.149,0.193],[-0.096,0.148],[-0.123,0.144],[-0.146,0.097],[-0.196,0],[0,0],[-0.27,0.194],[-0.122,0.148],[-0.1,0.126],[-0.124,0.127],[0,0],[-0.048,0.196],[-0.023,0.124],[-0.17,0.126],[-0.097,0.077],[-0.098,0.126],[-0.195,0.32],[-0.122,0.292],[-0.05,0.125],[-0.146,0.122],[-0.198,0.174],[-0.049,0.296],[-0.199,0.467],[-0.074,0.125],[-0.097,0.123],[-0.075,0.097],[-0.072,0.148],[-0.023,0.144],[0,0.125],[0,0.295],[-0.024,0.465],[0,0.121],[0,0],[-0.048,0.15],[-0.1,0.347],[-0.027,0.124],[0,0.121],[-0.023,0.151],[0,0.219],[0,0],[0,0.393],[0,0],[0,0.147],[0,0],[-0.122,0.029],[-0.065,-0.007],[-0.063,0.015],[-0.169,0.072],[-0.122,0.076],[-0.172,0.498],[-0.048,0.176],[-0.173,0.248],[-0.147,0.074],[-0.071,-0.016],[-0.059,0.026],[-0.121,0.025],[-0.343,0.246],[-0.097,0.095],[-0.143,0.296],[-0.317,0.639],[-0.047,0.121],[-0.1,0.119],[-0.076,0.171],[-0.053,0.125],[0,0],[-0.052,0.396],[0,0.22],[0.025,0.197],[0.074,0.174],[0.146,0.369],[0.027,0.293],[0,0.295],[0.127,0.296],[0.148,0.101],[0.347,0],[0,0],[0.148,0.027],[0.145,0.028],[0.08,-0.007],[0.086,0.014],[0.123,0.026],[0.269,0.169],[0.099,0.118],[0.049,0.123],[0.099,0.296],[0.024,0.121],[0.122,0.121],[0.17,0.125],[0.175,0.098],[0.123,0.024],[0.219,0],[0.393,0],[0,0],[0.172,0.078],[0.346,0.168],[0.148,0.047],[0.322,0],[0.37,-0.05],[0.047,-0.468],[0.221,0.024],[0.123,0],[0.122,0.027],[0.148,0.078],[0.123,0.075],[0.073,0.122],[-0.149,0.07],[-0.123,0.072],[-0.146,0.074],[0,0],[0.068,-0.006],[0.058,0.009],[0.148,0.024],[0.174,0.048],[0.148,0.098],[0.173,0.123],[0.15,0.1],[0.123,0.047],[0.223,0.017],[0.196,0],[0.121,0],[0,0],[0.145,0.048],[0.223,0.101],[0.345,0],[0.318,-0.048],[0,0],[0,0],[0,0],[-0.075,0.12],[-0.149,0.123],[-0.149,0.128],[-0.047,0.096],[-0.024,0.292],[0.27,0.102],[0.169,0.053],[0.271,0.074],[0.195,0],[0,0],[0,0],[0.197,-0.025],[0.025,-0.295],[0.025,-0.121],[0.417,0],[0.274,0.028],[0,0],[0,0.145],[0,0.148],[-0.392,0.195],[-0.097,0.073],[-0.048,0.148],[-0.021,0.293],[-0.026,0.294],[0,0.222],[0.026,0.42],[0.222,0],[0.147,0],[0.124,0],[0,0],[0.027,0.146],[0.048,0.171],[0.048,0.123],[0.072,0.197],[0.051,0.1],[0.148,0.098],[0.075,-0.017],[0.057,0.025],[0.297,0.145],[0.072,0.145],[0.221,0.193],[0.121,0.075],[0.148,0.077],[0.173,0.075],[0.174,-0.025],[0.138,0.013],[0.174,0.073],[0.173,0.074],[0,0],[0.244,0],[0.169,-0.075],[0.149,-0.1],[0.393,0],[0,0],[0.147,0],[0.271,0.073],[0.296,0.124],[0.122,0.052],[0.272,0.145],[0.294,0.248],[0.098,0.15],[0.025,0.194],[0,0.465],[0.174,0.023],[0.069,-0.007],[0.059,0.011],[0.173,0.07],[0.124,0.071],[0.146,0.145],[0.096,0.119],[0.096,0.074],[0.075,-0.016],[0.057,0.025],[0.147,0.125],[0.049,0.172],[0.023,0.122],[0,0.347],[0,0],[0.27,-0.075],[0.297,-0.025],[0.147,0],[0.05,0.174],[0.024,0.124],[0.027,0.393],[0,0],[-0.17,0.076],[0.22,0.094],[0.176,0.048],[0.148,0.053],[0.175,0.047],[0,0],[0,0],[0.147,0.051],[0.294,0],[0.145,-0.194],[0.051,-0.122],[0.048,-0.121],[0.071,-0.122],[0.344,0],[0.174,0.096],[0.097,0.127],[0.099,0.149],[0.171,0.075],[0.319,0.075],[0.196,0],[0,0],[0.145,0.021],[0.397,0.075],[0,0],[0.295,0.023],[0.148,0.053],[0.147,0.1],[0.171,0.077],[0.122,0.027],[0.54,0.102],[0.024,-0.293],[0.099,-0.122],[0.17,-0.024],[0.129,0.012],[0.135,-0.024],[0.172,-0.073],[0.147,-0.123],[0,-0.218],[0,-0.149],[-0.027,-0.121],[0,-0.122],[-0.025,-0.149],[0,-0.219],[0.025,-0.222],[0.048,-0.175],[0.123,0.124],[0.098,0.122],[0.148,0.391],[0,0.344],[-0.022,0.12],[-0.051,0.175],[-0.025,0.125],[0,0.146],[0,0.248],[-0.321,0.294],[-0.124,0.102],[-0.121,0.098],[-0.122,0.073],[0,0]],\"o\":[[-0.169,0],[-0.122,0.029],[-0.145,0.072],[-0.075,0.099],[-0.075,0.318],[0,0],[-0.37,0],[-0.148,0.099],[-0.171,0.075],[-0.17,0.05],[-0.32,0.074],[-0.124,0],[-0.291,0.022],[0,0],[-0.271,0.271],[-0.123,0.029],[-0.273,0.023],[0,0.222],[-0.048,0.151],[-0.047,0.148],[-0.051,0.124],[-0.051,0.173],[-0.244,0.266],[-0.097,0.124],[-0.05,0.123],[-0.077,0.17],[-0.049,0.117],[0,0],[0.064,0.014],[0.064,-0.007],[0.173,0.048],[0,0.612],[0,0.123],[0.096,0.315],[0.048,0.123],[0.05,0.195],[0,0.22],[-0.07,0.177],[-0.171,0.17],[-0.026,0.124],[-0.026,0.293],[0,0.343],[-0.052,0.196],[-0.147,0.122],[-0.062,0.014],[-0.067,-0.006],[-0.275,0.051],[0,0],[0.076,0.171],[0.025,0.12],[-0.467,0.222],[0,0],[-0.123,0.021],[-0.297,0.072],[-0.149,0.123],[-0.322,0.493],[0,0],[0.05,0.472],[-0.02,0.293],[0,0.148],[0,0.172],[0,0.173],[0.049,0.318],[0.149,-0.074],[0.219,-0.075],[0.341,0],[0,0],[-0.097,0.124],[-0.271,0.168],[-0.124,0.023],[-0.198,0.023],[0,0.295],[-0.02,0.123],[-0.121,0.095],[-0.147,0.126],[-0.148,0.098],[-0.072,0.176],[0,0.22],[0.05,0.169],[0.075,0.166],[0,0],[0.021,0.341],[0,0.147],[0.073,0.166],[0.121,0.096],[0.128,0.026],[0.122,0],[0.147,0.026],[0.148,0.052],[0.173,0.096],[0.073,0.124],[0.075,0.172],[0.072,0.124],[0.124,0.147],[0.073,0.117],[0.073,0.269],[0,0.148],[0.022,0.121],[0.071,0.145],[0.099,0.12],[0.1,0.123],[0.121,0.244],[0,0],[0.074,0.145],[0.074,0.123],[0.099,0.147],[0.291,0.368],[0.026,0.491],[0.046,0.148],[0.074,0.123],[0.098,0.098],[0.124,0.096],[0.146,0.099],[0.124,0.078],[0.099,0.12],[0.025,0.117],[0.025,0.396],[0,0.196],[0.025,0.125],[0.074,0.17],[0.174,0.271],[0.073,0.147],[0.096,0.125],[0.124,0.101],[0.174,0.098],[0.149,0.07],[0.122,0.024],[0.136,0.025],[0.129,-0.013],[0.17,0.022],[0.174,0.097],[0.124,0.125],[0.124,0.07],[0.148,0.097],[0.32,0.198],[0.269,0.126],[0.147,0.049],[0.367,0.174],[0.099,0.127],[0.122,0.172],[0.246,0.293],[0.147,0.128],[0.122,0.024],[0.271,0.024],[0,0],[0,0.318],[0,0.222],[0,0.074],[0,0],[0.025,0.371],[0,0],[0,0.173],[-0.025,0.122],[-0.025,0.149],[-0.027,0.269],[0,0.046],[0,0],[0,0.174],[0.025,0.198],[0,0],[0,0],[-0.025,0.196],[-0.049,0.345],[0.074,0.174],[0,0],[0,0],[-0.025,0.148],[-0.027,0.125],[-0.027,0.12],[-0.025,0.144],[-0.048,0.174],[-0.173,0.367],[-0.049,0.171],[-0.025,0.294],[0,0.104],[0,0.393],[0,0.146],[0,0.174],[0,0.194],[0,0.15],[-0.025,0.196],[-0.049,0.124],[-0.073,0.174],[-0.122,0.194],[-0.295,0.368],[0,0],[0,0.15],[0,0.126],[0.051,0.145],[0.07,0.171],[0.294,0.539],[0,0.611],[-0.023,0.127],[-0.051,0.465],[-0.051,0.32],[-0.049,0.122],[-0.073,0.198],[-0.05,0.17],[-0.05,0.148],[-0.05,0.171],[-0.124,0.172],[-0.049,0.097],[0,0],[0,0.198],[0,0.244],[0,0.097],[0,0.147],[-0.05,0.171],[-0.075,0.144],[-0.099,0.17],[-0.072,0.171],[-0.144,0.147],[-0.125,0.12],[-0.073,0.148],[-0.025,0.125],[0,0.222],[0.024,0.127],[0.098,0.294],[0.024,0.123],[0,0.145],[0.024,0.32],[0,0.64],[-0.074,0.147],[-0.095,0.149],[-0.122,0.247],[0,0.146],[0.048,0.173],[0,0],[0.15,0.296],[0,0.143],[-0.297,0.023],[-0.174,0.099],[-0.075,0.095],[-0.05,0.122],[-0.075,0.192],[-0.02,0.121],[-0.047,0.196],[0,0.249],[0.098,0.126],[0.146,0.096],[0,0],[0,0],[0,0],[0,0],[-0.126,0.125],[-0.126,0.097],[-0.147,0.119],[0,0],[-0.096,0.125],[-0.122,0.148],[-0.077,0.121],[-0.027,0.123],[0,0.492],[0,0.469],[0,0.169],[0,0],[-0.146,-0.098],[-0.045,-0.031],[-0.085,0.001],[-0.074,-0.123],[0,0],[0,-0.296],[-0.05,0.025],[-0.196,0.05],[0,0],[0.121,0.077],[0.121,0.12],[0.099,0.124],[0.076,0.126],[0.026,0.124],[0,0.122],[0.028,0.296],[0,0],[-0.12,-0.024],[-0.126,-0.072],[-0.076,-0.102],[-0.05,-0.122],[-0.125,-0.149],[-0.169,0],[0,0],[-0.274,0.049],[-0.124,0.076],[-0.097,0.153],[0,0.489],[0.121,0.022],[0.146,0],[0.059,0.011],[0.072,-0.006],[0.171,0.047],[-0.049,0.123],[-0.099,0.176],[0,0.177],[0,0.151],[0.415,0],[0.294,0.122],[-0.046,0.146],[-0.029,0.147],[-0.297,0],[-0.148,0],[-0.293,0.066],[-0.118,0.011],[-0.144,-0.012],[-0.173,0.023],[-0.173,0.099],[0,0],[0,0.168],[0,0.117],[0.026,0.125],[0.026,0.147],[0.123,0.171],[0,0],[-0.025,0.171],[-0.046,0.147],[0,0.347],[0.197,0.272],[0,0.171],[0,0.15],[0.072,0.121],[0.125,0.1],[0.098,0.073],[0,0],[0,0],[0.146,-0.024],[0,0],[0.147,0],[-0.072,0.173],[-0.246,0.198],[0.245,0.269],[0.066,0.025],[0.062,-0.009],[0.06,0.011],[0.071,-0.006],[0.102,0.022],[0,0],[0.099,0.125],[0.097,0.146],[0.072,0.172],[0.02,0.124],[0.072,0.169],[0.37,0.269],[0.148,0.102],[0.074,0.097],[0.052,0.125],[0.073,0.146],[0.17,0.122],[0.025,0.119],[0.023,0.196],[0.294,0.018],[0.148,0],[0.12,0.042],[0.099,0.075],[0.194,0.297],[0.148,0.052],[0.116,-0.017],[0.146,0.023],[0.127,0.024],[0.12,0.02],[0.168,0.049],[0.157,0.043],[0.108,-0.012],[0,0],[0.171,0.02],[0.174,0.049],[0,0],[0.173,0],[0.198,0],[0.097,-0.071],[0.126,-0.145],[0.171,-0.098],[0.294,0],[-0.047,-0.297],[-0.081,-0.05],[-0.075,0.016],[-0.296,-0.123],[-0.121,-0.027],[-0.122,0],[-0.342,-0.026],[-0.149,0],[0,0],[-0.295,0],[-0.149,0],[-0.148,-0.121],[-0.098,-0.151],[-0.077,-0.273],[0,-0.145],[-0.027,-0.121],[-0.075,-0.174],[-0.072,-0.149],[-0.023,-0.126],[0,0],[-0.023,-0.145],[-0.024,-0.268],[0,-0.127],[-0.02,-0.149],[-0.126,-0.22],[0,-0.244],[0,0],[0,-0.17],[0,0],[0,-0.368],[0,0],[0,-0.248],[0,-0.148],[0,-0.297],[0.099,-0.173],[0.099,-0.073],[0.27,-0.073],[0.196,-0.048],[0.343,-0.566],[0.026,-0.128],[0.074,-0.149],[0.099,-0.095],[0.146,-0.071],[0.061,-0.022],[0.068,0.012],[0.15,-0.073],[0,0],[-0.223,-0.023],[-0.345,0],[-0.146,-0.046],[-0.101,-0.076],[-0.121,-0.17],[-0.122,-0.048],[-0.172,-0.072],[-0.176,-0.097],[-0.099,-0.145],[-0.072,-0.266],[0,0],[0,-0.177],[0.099,-0.197],[0.37,-0.366],[0,0],[0,0],[0,-0.149],[0.096,-0.151],[0.173,-0.271],[0.05,-0.144],[0.025,-0.124],[0,-0.148],[0,-0.12],[0.05,-0.193],[0.392,0],[0.248,0],[0.172,-0.097],[0.025,-0.126],[0,0],[0,-0.169],[-0.073,0.012],[-0.06,-0.007],[-0.174,0.025],[-0.195,0.097],[-0.071,0.031],[-0.057,-0.009],[-0.099,-0.143],[-0.048,-0.272],[-0.022,-0.29],[0,-0.145],[0,0],[0,0],[0.348,0],[0.346,0.172],[0,0],[0,-0.173],[0,-0.197],[0,0],[0,-0.146],[0.051,-0.145],[0.072,-0.146],[0.051,-0.126],[0,-0.152],[-0.05,-0.296],[-0.028,-0.122],[0,0],[0,0],[0.173,0],[0,0],[0.292,0],[0.32,-0.078],[0,0],[0.343,0],[0.199,0],[0.073,-0.101],[0.049,-0.126],[0.072,-0.171],[0.174,-0.295],[0.12,-0.148],[0.293,-0.172],[0.151,-0.098],[0.098,-0.144],[0,0],[0.073,-0.142],[0,0],[0,0],[-0.147,0],[0,0],[0,-0.147],[-0.025,-0.123],[-0.049,-0.175],[-0.147,-0.126],[-0.324,-0.201],[-0.12,-0.099],[-0.097,-0.145],[-0.05,-0.098],[0,0],[0.342,0],[0.368,0.121],[0.173,0.073],[0.063,0.016],[0.064,-0.006],[0.44,0.099],[0.147,0],[0.194,-0.048],[0.271,-0.044],[0.293,0],[0.171,-0.044],[0.123,-0.047],[0.151,-0.125],[0.195,-0.269],[0.074,-0.148],[0.099,-0.173],[0.121,-0.067],[0.197,-0.095],[0.097,-0.151],[0.027,-0.122],[0.05,-0.272],[0.222,-0.293],[0.069,-0.17],[0.073,-0.444],[0,-0.151],[0,-0.122],[0.051,-0.147],[0.173,-0.273],[0.148,-0.047],[0.169,0],[-0.05,0.149],[-0.027,0.119],[-0.022,0.148],[0,0.197],[0.293,-0.144],[0.1,-0.095],[0.172,-0.273],[0.072,-0.144],[0.098,-0.173],[0.073,-0.128],[0.075,-0.177],[0.051,-0.122],[0.05,-0.149],[0.024,-0.124],[0.048,-0.149],[0.101,-0.147],[0.1,-0.075],[0.119,-0.052],[0.169,-0.048],[0.172,-0.101],[0.073,-0.148],[0.024,-0.294],[0,-0.294],[-0.05,-0.296],[-0.024,-0.123],[0,-0.195],[-0.023,-0.345],[0,-0.345],[0.027,-0.155],[0.073,-0.172],[0.149,-0.145],[0.269,-0.194],[0.124,-0.055],[0.147,-0.078],[0.147,-0.173],[0.098,-0.145],[0.098,-0.172],[0.123,-0.148],[0.146,-0.1],[0,0],[0.368,0],[0.147,-0.098],[0.099,-0.123],[0.121,-0.15],[0,0],[0.025,-0.224],[0.028,-0.125],[0.049,-0.197],[0.098,-0.047],[0.123,-0.096],[0.249,-0.297],[0.176,-0.267],[0.051,-0.125],[0.1,-0.17],[0.221,-0.172],[0.198,-0.169],[0.026,-0.539],[0.048,-0.15],[0.072,-0.118],[0.072,-0.097],[0.096,-0.125],[0.075,-0.149],[0.026,-0.126],[0.026,-0.269],[0,-0.466],[0,-0.147],[0,0],[0.026,-0.145],[0.097,-0.34],[0.022,-0.121],[0.024,-0.121],[0,-0.126],[0.027,-0.224],[0,0],[-0.023,-0.399],[0,0],[0,-0.149],[0,0],[0.145,-0.028],[0.059,-0.011],[0.07,0.006],[0.173,-0.047],[0.15,-0.073],[0.42,-0.295],[0.049,-0.172],[0.076,-0.291],[0.099,-0.146],[0.063,-0.037],[0.063,0.014],[0.124,-0.051],[0.394,-0.147],[0.097,-0.049],[0.223,-0.226],[0.324,-0.633],[0.052,-0.124],[0.077,-0.176],[0.098,-0.124],[0.045,-0.124],[0,0],[0.174,-0.34],[0.025,-0.22],[0,-0.223],[-0.022,-0.171],[-0.169,-0.342],[-0.052,-0.271],[-0.022,-0.295],[0,-0.346],[-0.071,-0.173],[-0.27,-0.171],[0,0],[-0.173,0],[-0.148,-0.023],[-0.087,-0.012],[-0.081,0.007],[-0.122,-0.026],[-0.322,-0.098],[-0.121,-0.078],[-0.07,-0.099],[-0.122,-0.267],[-0.025,-0.127],[-0.048,-0.174],[-0.147,-0.148],[-0.171,-0.122],[-0.121,-0.074],[-0.197,-0.075],[-0.397,0],[0,0],[-0.196,0],[-0.342,-0.147],[-0.147,-0.072],[-0.294,-0.098],[-0.367,0],[0,0.464],[-0.224,0],[-0.15,0],[-0.126,0],[-0.149,-0.024],[-0.149,-0.073],[-0.099,-0.075],[0.146,-0.123],[0.122,-0.075],[0.148,-0.073],[0,0],[-0.078,-0.013],[-0.061,0.005],[-0.149,-0.026],[-0.172,-0.051],[-0.171,-0.048],[-0.174,-0.1],[-0.145,-0.1],[-0.096,-0.048],[-0.196,-0.1],[-0.171,-0.028],[-0.147,0],[0,0],[-0.148,-0.03],[-0.221,-0.074],[-0.294,-0.118],[-0.321,0],[0,0],[0,0],[0,0],[0.05,-0.123],[0.097,-0.179],[0.122,-0.1],[0.099,-0.068],[0.15,-0.221],[-0.293,-0.025],[-0.171,-0.049],[-0.273,-0.099],[-0.169,-0.047],[0,0],[0,0],[-0.197,0],[0,0.294],[0,0.146],[-0.148,0.391],[-0.269,0],[0,0],[0,-0.145],[0,-0.148],[0.443,0],[0.123,-0.046],[0.125,-0.097],[0.1,-0.27],[0.025,-0.296],[0.026,-0.221],[0,-0.414],[-0.22,0],[-0.145,0],[-0.125,0],[0,0],[0,-0.176],[-0.022,-0.171],[-0.021,-0.122],[-0.074,-0.196],[-0.049,-0.123],[-0.097,-0.147],[-0.052,-0.037],[-0.067,0.014],[-0.297,-0.121],[-0.12,-0.098],[-0.146,-0.272],[-0.099,-0.076],[-0.124,-0.074],[-0.146,-0.072],[-0.177,-0.072],[-0.115,0.017],[-0.197,0],[-0.194,-0.097],[0,0],[-0.221,-0.099],[-0.219,0],[-0.172,0.075],[-0.316,0.218],[0,0],[-0.151,0],[-0.294,-0.027],[-0.316,-0.097],[-0.121,-0.05],[-0.294,-0.116],[-0.319,-0.198],[-0.15,-0.124],[-0.095,-0.169],[-0.075,-0.445],[-0.196,-0.021],[-0.062,-0.013],[-0.066,0.006],[-0.174,-0.052],[-0.147,-0.072],[-0.17,-0.096],[-0.124,-0.124],[-0.075,-0.104],[-0.054,-0.038],[-0.067,0.015],[-0.17,-0.072],[-0.12,-0.095],[-0.05,-0.124],[-0.074,-0.319],[0,0],[-0.266,0.054],[-0.296,0.096],[-0.119,0],[-0.194,0],[-0.048,-0.122],[-0.1,-0.366],[0,0],[0.169,-0.049],[-0.148,-0.197],[-0.176,-0.076],[-0.148,-0.048],[-0.168,-0.049],[0,0],[0,0],[-0.148,-0.051],[-0.27,-0.073],[-0.271,0],[-0.074,0.103],[-0.048,0.12],[-0.05,0.147],[-0.173,0.271],[-0.197,0],[-0.147,-0.074],[-0.097,-0.121],[-0.097,-0.147],[-0.297,-0.146],[-0.174,-0.024],[0,0],[-0.175,0],[-0.37,-0.1],[0,0],[-0.291,0],[-0.174,0],[-0.171,-0.049],[-0.146,-0.095],[-0.124,-0.047],[-0.494,-0.172],[0,0.294],[0,0.197],[-0.1,0.125],[-0.137,0.025],[-0.128,-0.013],[-0.174,0.026],[-0.169,0.077],[-0.148,0.125],[0,0.148],[0,0.147],[0.023,0.122],[0.023,0.15],[0.025,0.194],[0,0.224],[-0.025,0.195],[-0.124,-0.101],[-0.125,-0.124],[-0.27,-0.346],[-0.119,-0.323],[0,-0.15],[0.051,-0.173],[0.026,-0.121],[0.023,-0.123],[0,-0.245],[0,-0.465],[0.12,-0.097],[0.122,-0.095],[0.123,-0.098],[0,0],[0,0]],\"v\":[[-156.459,25.264],[-156.875,25.357],[-157.27,25.459],[-157.659,25.655],[-157.759,26.048],[-157.759,26.936],[-159.993,26.936],[-160.805,27.424],[-161.2,27.719],[-161.693,27.916],[-162.184,28.111],[-163.068,28.305],[-163.463,28.41],[-164.247,28.41],[-164.247,30.668],[-165.036,31.256],[-165.425,31.359],[-166.214,31.359],[-166.214,31.946],[-166.412,32.339],[-166.605,32.733],[-166.605,33.127],[-167.002,33.426],[-167.788,34.013],[-168.18,34.306],[-168.18,34.7],[-168.574,35.094],[-168.6,35.463],[-168.6,35.856],[-168.396,35.858],[-168.208,35.856],[-167.716,35.956],[-167.716,37.526],[-167.617,37.921],[-167.224,38.708],[-167.129,39.102],[-167.028,39.69],[-167.129,40.278],[-167.521,40.577],[-168.009,40.97],[-168.009,41.359],[-167.914,42.149],[-168.009,43.032],[-168.404,43.426],[-168.7,43.818],[-168.898,43.819],[-169.09,43.818],[-169.878,43.919],[-169.978,44.508],[-169.683,44.904],[-169.683,45.294],[-170.863,45.978],[-170.959,46.772],[-171.351,46.868],[-172.14,47.163],[-172.434,47.556],[-172.73,49.124],[-174.403,49.124],[-174.306,50.309],[-174.403,51.095],[-174.5,51.487],[-174.403,51.904],[-174.5,52.373],[-174.11,53.157],[-173.713,52.964],[-173.097,52.768],[-172.239,52.862],[-172.239,53.647],[-172.434,54.046],[-173.221,54.339],[-173.614,54.339],[-174.11,54.436],[-174.11,55.224],[-174.205,55.618],[-174.599,55.811],[-174.99,56.107],[-175.385,56.401],[-175.482,56.992],[-175.385,57.587],[-175.09,57.98],[-174.793,58.372],[-174.793,58.765],[-174.793,59.648],[-174.793,60.043],[-174.5,60.433],[-174.11,60.63],[-173.713,60.63],[-173.318,60.63],[-172.926,60.825],[-172.534,61.025],[-172.14,61.417],[-171.944,61.811],[-171.648,62.3],[-171.453,62.693],[-171.058,62.992],[-170.863,63.385],[-170.863,64.169],[-170.764,64.566],[-170.665,64.956],[-170.274,65.252],[-169.978,65.645],[-169.584,65.94],[-169.485,66.725],[-169.485,67.612],[-169.191,68.104],[-168.995,68.497],[-168.6,68.79],[-168.11,69.97],[-168.009,71.249],[-167.815,71.642],[-167.421,71.839],[-167.224,72.231],[-166.832,72.426],[-166.439,72.72],[-166.045,72.92],[-165.848,73.316],[-165.848,73.705],[-165.848,74.687],[-165.75,75.18],[-165.75,75.575],[-165.358,75.868],[-164.964,76.654],[-164.764,77.05],[-164.374,77.342],[-163.982,77.54],[-163.49,77.838],[-163.095,78.132],[-162.702,78.229],[-162.309,78.229],[-161.915,78.229],[-161.522,78.524],[-161.131,78.916],[-160.836,79.312],[-160.439,79.508],[-160.049,79.799],[-159.262,80.388],[-158.475,80.687],[-158.081,80.883],[-157.197,81.469],[-156.999,81.865],[-156.608,82.261],[-155.918,83.043],[-155.624,83.438],[-155.232,83.438],[-154.47,83.438],[-154.47,87.545],[-154.641,88.354],[-154.542,88.941],[-154.641,89.139],[-154.641,89.53],[-154.445,90.491],[-154.445,90.712],[-154.641,91.108],[-154.641,91.499],[-154.835,91.895],[-154.74,92.558],[-154.835,92.677],[-154.835,93.171],[-154.641,93.564],[-154.641,94.129],[-154.641,94.351],[-154.641,94.742],[-154.936,95.234],[-154.936,96.119],[-154.641,96.614],[-154.641,97.004],[-154.641,97.397],[-154.835,97.792],[-154.835,98.189],[-154.936,98.58],[-155.133,98.972],[-155.329,99.463],[-155.819,100.446],[-156.015,100.936],[-156.015,101.695],[-156.114,101.921],[-156.015,102.904],[-155.918,103.295],[-156.015,103.766],[-155.918,104.278],[-156.015,104.672],[-156.313,105.166],[-156.409,105.558],[-156.707,105.953],[-157.098,106.443],[-157.687,107.573],[-157.687,107.817],[-157.592,108.21],[-157.592,108.606],[-157.393,109],[-157.098,109.394],[-156.608,110.968],[-156.903,112.533],[-156.999,112.932],[-156.999,114.109],[-157.294,114.998],[-157.393,115.389],[-157.786,115.782],[-157.786,116.274],[-157.984,116.667],[-158.278,117.058],[-158.671,117.454],[-158.966,117.749],[-158.966,118.533],[-158.867,119.027],[-158.966,119.642],[-158.867,119.91],[-158.867,120.306],[-159.164,120.698],[-159.361,121.092],[-159.755,121.485],[-159.853,121.975],[-160.439,122.466],[-160.836,122.761],[-161.03,123.152],[-161.131,123.547],[-160.736,123.938],[-160.736,124.334],[-160.439,125.123],[-160.439,125.515],[-160.344,125.908],[-160.344,126.742],[-160.638,128.365],[-160.935,128.758],[-161.326,129.053],[-161.423,129.843],[-161.423,130.234],[-161.131,130.627],[-160.935,131.02],[-160.541,131.834],[-160.638,132.2],[-161.423,132.295],[-161.817,132.594],[-161.915,132.986],[-162.014,133.38],[-162.409,133.775],[-162.409,134.166],[-162.508,134.753],[-162.31,135.341],[-161.915,135.546],[-161.497,135.839],[-160.245,135.839],[-159.95,132.295],[-158.475,132.295],[-158.475,133.473],[-158.768,133.87],[-159.164,134.071],[-159.46,134.459],[-159.46,136.525],[-159.755,136.916],[-160.144,137.213],[-160.245,137.607],[-160.291,137.999],[-160.144,139.276],[-160.144,140.458],[-160.291,140.852],[-160.736,140.555],[-161.03,140.162],[-161.209,140.132],[-161.423,140.065],[-161.423,139.673],[-161.423,139.276],[-161.522,138.49],[-161.522,138.688],[-162.112,138.688],[-162.112,139.865],[-161.718,139.969],[-161.522,140.357],[-161.131,140.652],[-160.935,141.047],[-160.935,141.44],[-160.836,141.835],[-160.836,142.617],[-161.131,142.422],[-161.522,142.326],[-161.915,142.131],[-161.915,141.735],[-162.014,141.342],[-162.409,141.047],[-162.799,141.247],[-162.799,142.422],[-163.587,142.617],[-163.786,143.013],[-164.176,143.31],[-163.291,144.195],[-162.898,144.093],[-162.508,144.195],[-162.32,144.193],[-162.112,144.195],[-161.817,144.586],[-161.915,144.977],[-162.31,145.37],[-162.112,145.763],[-162.112,146.159],[-161.03,146.26],[-160.245,146.649],[-160.439,147.042],[-160.439,147.441],[-161.227,147.441],[-161.622,147.441],[-162.409,147.732],[-162.752,147.727],[-163.192,147.732],[-163.587,148.026],[-163.982,148.422],[-163.982,148.618],[-163.786,149.012],[-163.786,149.403],[-163.786,149.796],[-163.392,149.994],[-163.095,150.584],[-163.095,150.781],[-163.392,151.172],[-163.587,151.564],[-162.996,152.256],[-162.606,153.039],[-162.996,153.236],[-162.898,153.63],[-162.508,153.824],[-162.112,154.023],[-162.112,154.416],[-162.898,154.812],[-162.702,155.301],[-162.31,155.205],[-161.522,155.205],[-161.131,155.301],[-161.227,155.792],[-162.014,156.187],[-161.326,156.878],[-161.115,156.882],[-160.935,156.878],[-160.747,156.876],[-160.541,156.878],[-160.541,157.171],[-160.935,157.464],[-160.638,157.857],[-160.245,158.153],[-160.144,158.644],[-160.245,159.039],[-159.853,159.334],[-158.671,159.821],[-158.278,160.117],[-158.181,160.51],[-158.081,160.908],[-157.687,161.102],[-157.197,161.4],[-157.294,161.791],[-157.197,162.381],[-156.409,162.482],[-156.015,162.482],[-155.624,162.576],[-155.624,162.968],[-154.936,163.66],[-154.506,163.671],[-154.149,163.66],[-153.759,163.854],[-153.362,163.955],[-152.967,164.052],[-152.578,164.348],[-152.136,164.36],[-151.791,164.348],[-151.396,164.348],[-151.006,164.639],[-150.485,164.742],[-147.366,164.742],[-146.974,164.937],[-146.581,164.639],[-146.484,164.245],[-146.087,163.906],[-145.497,163.955],[-144.714,163.906],[-144.909,163.164],[-145.171,163.154],[-145.4,163.164],[-146.188,162.775],[-146.581,162.775],[-146.974,162.677],[-147.858,162.677],[-148.249,162.576],[-148.249,161.691],[-149.038,161.691],[-149.431,161.691],[-149.823,161.4],[-149.921,160.908],[-150.117,160.117],[-150.117,159.724],[-150.117,159.334],[-150.512,159.039],[-150.708,158.644],[-150.708,158.252],[-150.708,157.857],[-150.905,157.464],[-150.905,156.682],[-151.006,156.287],[-151.2,155.891],[-151.669,155.4],[-151.493,154.812],[-151.493,154.416],[-151.691,154.023],[-151.691,152.745],[-151.592,151.812],[-149.627,151.812],[-149.627,151.172],[-149.727,150.781],[-149.627,149.994],[-149.333,149.601],[-148.939,149.502],[-148.152,149.403],[-147.759,149.012],[-147.17,147.441],[-147.071,147.042],[-146.776,146.649],[-146.383,146.453],[-145.991,146.159],[-145.796,146.16],[-145.598,146.159],[-145.4,145.763],[-145.4,144.977],[-145.991,144.878],[-146.875,144.878],[-147.265,144.68],[-147.366,144.29],[-147.759,143.896],[-148.152,143.799],[-148.544,143.503],[-148.939,143.112],[-149.234,142.718],[-149.333,141.93],[-149.333,141.542],[-149.137,141.144],[-148.743,140.752],[-147.538,140.065],[-145.203,140.065],[-145.203,137.879],[-145.103,137.508],[-144.714,137.213],[-144.319,136.424],[-144.122,136.032],[-144.122,135.641],[-144.219,135.245],[-144.122,134.851],[-143.729,134.459],[-142.745,134.658],[-142.155,134.459],[-141.762,134.071],[-141.762,133.676],[-141.762,133.277],[-141.961,132.887],[-142.158,132.888],[-142.352,132.887],[-142.745,133.083],[-143.139,133.473],[-143.365,133.482],[-143.531,133.473],[-144.236,133.229],[-144.236,132.44],[-144.331,131.654],[-144.431,131.286],[-144.431,130.084],[-143.77,130.084],[-142.958,130.375],[-142.146,130.969],[-139.712,130.969],[-139.513,130.572],[-139.811,130.179],[-139.811,129.787],[-139.811,129.394],[-139.613,129.001],[-139.221,128.808],[-139.221,128.415],[-139.221,128.019],[-139.513,127.232],[-139.613,126.863],[-139.613,125.953],[-137.77,125.953],[-137.354,125.854],[-136.564,125.854],[-135.781,125.759],[-134.969,125.465],[-133.051,125.465],[-132.241,125.759],[-131.846,125.465],[-131.749,125.07],[-131.65,124.675],[-131.358,124.284],[-130.865,123.497],[-130.37,123.2],[-129.587,122.709],[-129.29,122.315],[-128.995,121.923],[-128.801,121.527],[-128.602,121.159],[-128.602,119.959],[-128.995,119.959],[-129.389,119.856],[-129.389,119.073],[-129.389,118.678],[-129.486,118.288],[-129.882,117.993],[-130.37,117.697],[-131.161,117.006],[-131.552,116.811],[-131.846,116.418],[-131.846,116.026],[-130.298,116.026],[-129.389,116.222],[-128.602,116.811],[-128.207,117.103],[-128.001,117.106],[-127.814,117.103],[-126.637,117.302],[-126.241,117.302],[-125.852,116.907],[-125.061,116.907],[-124.276,116.907],[-123.885,116.614],[-123.493,116.516],[-123.194,116.122],[-122.802,115.337],[-122.607,114.944],[-122.212,114.547],[-121.819,114.45],[-121.327,114.159],[-121.034,113.765],[-120.935,113.37],[-120.935,112.582],[-120.245,111.797],[-119.951,111.407],[-119.951,110.228],[-119.854,109.83],[-119.854,109.436],[-119.658,109.047],[-118.969,108.453],[-118.574,108.259],[-118.184,108.453],[-118.378,108.848],[-118.478,109.24],[-118.673,109.633],[-118.378,110.025],[-117.591,109.633],[-117.395,109.24],[-117.003,108.453],[-116.806,108.063],[-116.411,107.672],[-116.216,107.279],[-115.921,106.884],[-115.822,106.488],[-115.626,106.097],[-115.626,105.703],[-115.431,105.306],[-115.137,104.916],[-114.74,104.82],[-114.348,104.717],[-113.954,104.427],[-113.561,104.028],[-113.365,103.637],[-113.365,102.851],[-113.365,102.063],[-113.66,101.279],[-113.66,100.885],[-113.759,100.394],[-113.759,99.509],[-113.759,98.627],[-113.561,98.23],[-113.169,97.935],[-112.775,97.542],[-111.988,97.056],[-111.594,96.955],[-111.398,96.559],[-111.005,96.068],[-110.712,95.674],[-110.417,95.183],[-110.021,94.889],[-109.607,94.593],[-107.686,94.593],[-106.876,94.103],[-106.486,93.807],[-106.286,93.414],[-105.892,93.118],[-101.076,93.118],[-100.978,92.531],[-100.978,92.136],[-100.585,91.74],[-100.191,91.643],[-99.995,91.249],[-99.406,90.464],[-98.915,89.679],[-98.915,89.283],[-98.618,88.891],[-97.833,88.695],[-97.635,87.907],[-97.34,86.337],[-97.142,85.94],[-96.947,85.548],[-96.553,85.451],[-96.358,85.058],[-96.163,84.666],[-96.163,84.27],[-96.064,83.485],[-96.064,82.305],[-95.964,81.91],[-95.964,81.517],[-95.766,81.125],[-95.374,80.239],[-95.276,79.846],[-95.178,79.454],[-95.081,79.059],[-95.081,78.47],[-95.081,77.883],[-95.276,76.897],[-95.276,76.013],[-95.374,75.645],[-95.374,73.261],[-94.982,73.16],[-94.792,73.162],[-94.589,73.16],[-94.195,72.868],[-93.803,72.671],[-92.917,71.587],[-92.819,71.096],[-92.522,70.309],[-92.228,69.916],[-92.021,69.912],[-91.835,69.916],[-91.443,69.819],[-90.655,69.032],[-90.263,68.937],[-89.872,68.145],[-88.986,66.477],[-88.887,66.085],[-88.493,65.79],[-88.098,65.495],[-87.999,65.099],[-87.805,64.706],[-87.312,63.822],[-87.312,63.233],[-87.312,62.643],[-87.611,62.249],[-88.098,61.365],[-88.493,60.381],[-88.493,59.596],[-88.594,58.711],[-88.887,58.316],[-89.699,57.924],[-91.615,57.924],[-92.031,57.825],[-92.423,57.629],[-92.669,57.63],[-92.917,57.629],[-93.309,57.53],[-94.098,57.139],[-94.491,56.943],[-94.589,56.544],[-94.883,55.762],[-94.883,55.368],[-95.276,55.073],[-95.766,54.777],[-96.163,54.383],[-96.553,54.285],[-97.142,54.188],[-98.151,54.481],[-100.559,54.481],[-101.076,54.383],[-101.863,53.795],[-102.257,53.599],[-103.068,53.501],[-104.026,53.599],[-104.073,54.777],[-104.615,54.777],[-105.008,54.679],[-105.4,54.679],[-105.796,54.481],[-106.188,54.285],[-106.286,53.892],[-105.991,53.501],[-105.598,53.402],[-105.206,53.107],[-105.4,52.715],[-105.616,52.714],[-105.796,52.715],[-106.188,52.517],[-106.68,52.418],[-107.072,52.123],[-107.566,51.828],[-107.861,51.435],[-108.253,51.34],[-108.845,51.046],[-109.335,51.046],[-109.727,50.949],[-110.12,50.949],[-110.513,50.747],[-111.104,50.449],[-112.013,50.253],[-112.823,50.353],[-112.823,52.221],[-114.445,52.221],[-114.445,51.435],[-114.348,51.046],[-113.954,50.65],[-113.66,50.253],[-113.268,50.157],[-113.169,49.373],[-113.954,49.271],[-114.348,48.975],[-115.137,48.779],[-115.626,48.583],[-116.043,48.583],[-116.411,48.583],[-116.905,48.681],[-116.905,49.471],[-116.905,49.862],[-117.789,50.449],[-118.478,50.353],[-118.478,49.566],[-118.378,49.176],[-118.451,48.779],[-117.297,48.681],[-116.905,48.583],[-116.708,48.191],[-116.708,47.405],[-116.608,46.619],[-116.51,46.052],[-116.608,44.994],[-117.201,45.047],[-117.591,44.946],[-117.888,44.994],[-117.888,42.859],[-118.085,42.489],[-118.184,41.997],[-118.281,41.604],[-118.673,41.211],[-118.673,40.818],[-118.969,40.423],[-119.168,40.419],[-119.361,40.423],[-120.501,39.91],[-120.892,39.713],[-121.188,38.928],[-121.581,38.829],[-121.977,38.631],[-122.27,38.235],[-122.779,38.214],[-123.154,38.235],[-123.647,38.042],[-124.138,37.749],[-124.531,37.552],[-125.122,37.256],[-125.708,37.356],[-126.007,37.749],[-127.036,37.843],[-127.676,37.843],[-128.069,37.749],[-128.857,37.649],[-129.645,37.256],[-130.036,37.154],[-130.823,36.668],[-131.706,36.175],[-132.003,35.778],[-132.297,35.292],[-132.297,34.109],[-132.789,34.013],[-132.99,34.013],[-133.181,34.013],[-133.576,33.718],[-133.969,33.522],[-134.359,33.127],[-134.753,32.934],[-134.753,32.537],[-134.954,32.532],[-135.148,32.537],[-135.639,32.241],[-136.031,31.946],[-136.129,31.554],[-136.129,30.668],[-136.526,30.668],[-137.31,30.867],[-138.1,31.16],[-138.492,31.256],[-138.982,31.061],[-138.982,30.668],[-139.082,29.687],[-138.587,29.586],[-138.197,29.294],[-138.587,28.804],[-139.082,28.704],[-139.475,28.506],[-139.966,28.41],[-140.85,29.097],[-141.049,29.097],[-141.44,28.898],[-142.177,28.704],[-142.816,28.898],[-142.917,29.294],[-143.012,29.687],[-143.21,30.08],[-143.898,30.668],[-144.389,30.572],[-144.585,30.175],[-144.88,29.782],[-145.176,29.39],[-146.06,29.097],[-146.576,29.001],[-148.589,29.001],[-149.008,28.804],[-149.995,28.605],[-149.995,27.424],[-150.778,27.424],[-151.173,27.228],[-151.665,27.031],[-151.958,26.636],[-152.351,26.538],[-153.727,26.244],[-153.727,27.031],[-153.925,27.523],[-154.219,27.916],[-154.615,27.917],[-155.006,27.916],[-155.401,28.211],[-155.792,28.506],[-156.186,28.898],[-156.087,29.294],[-155.988,29.687],[-155.988,30.08],[-155.792,30.474],[-155.792,31.061],[-155.792,31.653],[-155.988,32.146],[-156.382,31.946],[-156.579,31.554],[-157.171,30.572],[-157.367,29.687],[-157.367,29.294],[-157.071,28.898],[-156.972,28.506],[-156.875,28.111],[-157.171,27.523],[-156.481,26.538],[-156.087,26.244],[-155.792,25.852],[-155.401,25.655],[-155.596,25.264]],\"c\":true},\"ix\":2},\"nm\":\"Path 95\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":95,\"ty\":\"sh\",\"ix\":96,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.078,-0.171],[0,0],[0.075,-0.1],[0.318,-0.079],[0.147,0],[0.168,-0.073],[0.121,-0.17],[0.1,-0.069],[0.295,0],[0.12,0.023],[0.147,0.096],[0.273,-0.096],[0.101,-0.071],[0.101,-0.076],[0.146,-0.051],[0.122,0],[0.121,-0.024],[0.117,-0.074],[0.125,-0.147],[0,-0.172],[0,0],[0,0],[-0.023,0.172],[0,0],[0,0],[-0.045,0.098],[-0.123,0.072],[-0.171,0.051],[-0.342,0],[-0.468,-0.025],[0,0],[-0.096,-0.272],[-0.097,-0.097],[-0.15,-0.078],[-0.072,0.009],[-0.056,-0.013],[-0.176,-0.073],[-0.194,-0.075],[-0.079,0.02],[-0.057,-0.07],[-0.096,-0.126],[-0.096,-0.099],[-0.078,0.022],[-0.055,-0.022],[-0.168,-0.069],[0,0],[0,0],[0.077,0.12],[0.048,0.144],[0.024,0.12],[0.05,0.273],[-0.198,0],[-0.174,-0.022],[-0.126,-0.022],[-0.151,0],[0,0],[0,0],[0,0],[0.047,0.149],[0.069,0.125],[0.321,0]],\"o\":[[0,0],[-0.054,0.124],[-0.193,0.247],[-0.121,0.02],[-0.194,0.019],[-0.177,0.072],[-0.049,0.096],[-0.219,0.201],[-0.146,0],[-0.174,-0.025],[-0.296,0.026],[-0.122,0.051],[-0.095,0.073],[-0.123,0.098],[-0.124,0.048],[-0.122,0],[-0.147,0.048],[-0.152,0.098],[-0.096,0.125],[0,0],[0,0],[0.07,-0.175],[0,0],[0,0],[0,-0.124],[0.051,-0.096],[0.148,-0.077],[0.319,-0.101],[0.467,0],[0,0],[0,0.293],[0.051,0.148],[0.097,0.098],[0.065,0.025],[0.062,-0.009],[0.174,0.046],[0.195,0.102],[0.073,0.021],[0.104,-0.026],[0.1,0.121],[0.077,0.096],[0.055,0.054],[0.064,-0.017],[0.153,0.072],[0,0],[0,0],[0,-0.171],[-0.073,-0.126],[-0.05,-0.123],[-0.072,-0.276],[0.17,-0.046],[0.194,0],[0.123,0.024],[0.12,0.027],[0,0],[0,0],[0,0],[0,-0.168],[-0.05,-0.143],[-0.176,-0.243],[-0.219,0]],\"v\":[[214.121,30.842],[213.926,31.235],[213.822,31.631],[213.04,32.025],[212.646,31.927],[212.257,32.221],[211.86,32.611],[211.759,33.003],[210.975,33.204],[210.582,33.204],[210.483,32.611],[209.696,32.707],[209.303,32.809],[209.303,33.204],[208.91,33.399],[208.517,33.399],[208.124,33.399],[207.733,33.596],[207.434,33.987],[207.236,34.356],[207.236,36.348],[207.634,36.645],[207.926,36.251],[207.926,35.856],[207.926,35.463],[207.926,35.069],[208.321,34.973],[208.714,34.678],[209.574,34.577],[210.777,34.678],[210.777,35.463],[210.777,36.251],[210.975,36.645],[211.368,36.843],[211.579,36.848],[211.759,36.843],[212.157,37.134],[212.646,37.431],[212.879,37.413],[213.137,37.431],[213.43,37.825],[213.43,38.217],[213.639,38.229],[213.822,38.217],[214.217,38.507],[214.61,38.412],[214.61,37.649],[214.512,37.236],[214.121,37.038],[214.121,36.645],[213.926,35.856],[214.319,35.56],[214.811,35.756],[215.204,35.856],[215.598,35.856],[215.887,35.463],[215.499,34.678],[215.499,31.752],[215.4,31.331],[215.204,30.939],[214.512,30.448]],\"c\":true},\"ix\":2},\"nm\":\"Path 96\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":96,\"ty\":\"sh\",\"ix\":97,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.171],[0.026,-0.119],[0,-0.168],[0,-0.148],[0,-0.172],[0,-0.176],[0.024,-0.147],[0.049,-0.172],[0,-0.396],[-0.222,-0.517],[-0.343,-0.175],[-0.173,-0.052],[-0.322,0],[-0.439,0.028],[0,0.297],[0,0.169],[0,0.172],[0.024,0.295],[0,0],[0,0],[0.07,0.146],[0.097,0.148],[0.098,0.127],[0.1,0.124],[0.122,0.144],[0.028,0.169],[0.027,0.345],[0,0]],\"o\":[[-0.027,0.125],[-0.027,0.149],[0,0.148],[0,0.172],[0,0.171],[0,0.17],[-0.027,0.169],[-0.122,0.369],[0,0.566],[0.148,0.345],[0.173,0.072],[0.294,0.102],[0.442,0],[0,-0.291],[0,-0.173],[0,-0.173],[-0.023,-0.296],[0,0],[0,0],[-0.03,-0.17],[-0.076,-0.152],[-0.075,-0.123],[-0.101,-0.146],[-0.101,-0.122],[-0.12,-0.147],[-0.071,-0.318],[0,0],[-0.124,0.15]],\"v\":[[128.296,30.939],[128.197,31.331],[128.296,31.752],[128.197,32.121],[128.394,32.514],[128.296,32.934],[128.394,33.399],[128.098,33.792],[128.001,34.825],[128.197,36.251],[128.983,36.843],[129.376,37.134],[130.188,37.236],[131.293,37.134],[131.342,36.348],[131.293,35.883],[131.342,35.463],[131.149,34.678],[131.149,34.281],[131.149,33.888],[130.855,33.5],[130.558,33.104],[130.361,32.707],[129.967,32.415],[129.671,32.025],[129.376,31.631],[129.279,30.744],[128.691,30.644]],\"c\":true},\"ix\":2},\"nm\":\"Path 97\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":97,\"ty\":\"sh\",\"ix\":98,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.074,-0.122],[0.147,-0.125],[0.174,-0.076],[0.272,-0.096],[0.143,-0.145],[0.097,-0.172],[0.073,-0.174],[0.051,-0.125],[0.072,-0.147],[0.121,-0.147],[0.102,-0.12],[0.169,-0.07],[0.147,-0.05],[0.442,-0.151],[0.145,-0.121],[0.124,-0.147],[0.096,-0.17],[0.097,-0.083],[0.125,-0.099],[0.147,-0.097],[0.119,-0.119],[0.15,-0.121],[0.175,-0.026],[0.126,0],[0.295,0],[0,0],[0.267,-0.022],[0.171,0],[0.221,0],[0.246,0.024],[0.219,0.295],[0,0],[0,0],[0.147,-0.024],[0.292,-0.515],[0.072,-0.175],[0.024,-0.124],[0,-0.345],[-0.074,-0.316],[-0.048,-0.099],[-0.146,-0.098],[-0.271,-0.199],[-0.099,-0.146],[-0.07,-0.149],[0,-0.22],[0,-0.071],[0,0],[0,-0.25],[-0.05,-0.196],[-0.048,-0.118],[-0.144,-0.126],[-0.146,-0.051],[-0.294,0],[-0.321,-0.073],[-0.099,-0.074],[-0.073,-0.098],[-0.32,-0.098],[-0.292,0],[-0.298,0.025],[-0.418,0],[-0.169,-0.098],[-0.176,-0.075],[-0.194,0],[-0.242,0],[-0.296,-0.296],[-0.199,-0.047],[-0.125,-0.024],[-0.248,0],[0,0],[-0.073,0],[0,0],[-0.099,0.072],[-0.123,0.073],[-0.119,0.097],[0,0.242],[0.056,0.201],[0.077,0.172],[0,0.196],[-0.072,0.148],[-0.1,0.123],[-0.072,0.126],[-0.048,0.198],[-0.097,0.446],[0,0],[0,0],[-0.493,0.022],[-0.172,0.053],[-0.121,0.172],[-0.072,0.148],[0.176,0.023],[0.079,-0.005],[0.086,0.012],[0.146,0],[0.296,0.022],[0,0.249],[0,0.17],[0,0],[0.052,0.197],[0.053,0.142],[0,0.317],[0,0],[-0.414,0.027],[-0.147,0],[-0.03,0.146],[-0.051,0.12],[-0.143,0.125],[-0.075,-0.017],[-0.058,0.024],[-0.174,0.075],[-0.296,0.099],[0.222,0.201],[0.299,0.025],[0.122,-0.007],[0.146,0.012],[0.169,0.046],[0.145,0.097],[0.074,0.12],[0.024,0.121],[0.047,0.124],[0.075,0.146],[0.245,0.196],[0.123,0.048],[0.123,0.024]],\"o\":[[-0.097,0.173],[-0.123,0.097],[-0.245,0.098],[-0.195,0.075],[-0.149,0.152],[-0.103,0.146],[-0.051,0.123],[-0.047,0.145],[-0.074,0.169],[-0.123,0.147],[-0.097,0.125],[-0.15,0.079],[-0.441,0.174],[-0.198,0.072],[-0.153,0.128],[-0.121,0.149],[-0.069,0.12],[-0.124,0.094],[-0.146,0.121],[-0.146,0.101],[-0.126,0.126],[-0.147,0.122],[-0.122,0.025],[-0.268,0.025],[0,0],[-0.273,-0.026],[-0.175,0.024],[-0.223,0.024],[-0.246,0],[-0.395,-0.052],[0,0],[0,0],[-0.149,0],[0,0.614],[-0.072,0.147],[-0.048,0.123],[-0.074,0.318],[0,0.342],[0.024,0.127],[0.099,0.151],[0.274,0.193],[0.147,0.1],[0.098,0.147],[0.099,0.17],[0,0.073],[0,0],[0,0.247],[0,0.219],[0.027,0.125],[0.074,0.154],[0.127,0.096],[0.273,0.097],[0.342,0],[0.121,0.023],[0.095,0.074],[0.2,0.248],[0.269,0.074],[0.296,0],[0.413,-0.05],[0.22,0],[0.174,0.101],[0.17,0.077],[0.244,0],[0.447,0],[0.144,0.146],[0.122,0.026],[0.219,0.048],[0,0],[0.071,0],[0,0],[0.073,-0.126],[0.119,-0.073],[0.124,-0.071],[0.177,-0.122],[0,-0.226],[-0.048,-0.166],[-0.071,-0.174],[0,-0.196],[0.075,-0.146],[0.096,-0.119],[0.101,-0.171],[0.15,-0.415],[0,0],[0,0],[0.492,0],[0.193,0],[0.197,-0.045],[0.076,-0.124],[-0.149,-0.096],[-0.085,-0.012],[-0.078,0.006],[-0.124,-0.024],[-0.295,0],[-0.076,-0.222],[0,-0.165],[0,0],[0,-0.222],[-0.025,-0.149],[-0.096,-0.296],[0,0],[0.414,0.028],[0.149,0],[0,-0.169],[0,-0.122],[0.071,-0.174],[0.053,-0.039],[0.066,0.014],[0.176,-0.074],[0.266,-0.143],[-0.097,-0.297],[-0.194,-0.167],[-0.148,-0.012],[-0.123,0.006],[-0.197,0],[-0.174,-0.05],[-0.124,-0.076],[-0.077,-0.126],[-0.025,-0.123],[-0.077,-0.174],[-0.171,-0.273],[-0.099,-0.073],[-0.121,-0.046],[-0.048,0.127]],\"v\":[[197.605,36.152],[197.212,36.548],[196.915,36.94],[196.129,37.134],[195.738,37.526],[195.345,37.921],[195.051,38.315],[194.949,38.708],[194.754,39.102],[194.361,39.495],[194.064,39.885],[193.772,40.278],[193.376,40.477],[192.1,40.675],[191.709,41.064],[191.311,41.359],[191.017,41.853],[190.92,42.252],[190.525,42.445],[190.132,42.738],[189.741,43.032],[189.444,43.426],[188.951,43.622],[188.559,43.723],[187.772,43.723],[187.772,45.784],[187.087,45.687],[186.693,45.883],[186.126,45.883],[185.512,45.883],[184.725,45.197],[184.332,45],[183.941,45],[183.545,45.097],[183.35,46.672],[182.956,46.968],[182.858,47.36],[182.858,48.245],[182.858,49.124],[182.956,49.52],[183.35,49.817],[184.137,50.209],[184.431,50.602],[184.822,50.898],[184.725,51.487],[184.822,51.682],[184.822,52.077],[184.629,52.67],[184.725,53.257],[184.822,53.647],[185.118,54.046],[185.512,54.242],[186.298,54.339],[187.184,54.339],[187.577,54.436],[187.673,54.829],[188.365,55.418],[189.149,55.418],[189.939,55.418],[190.92,54.926],[191.508,55.024],[191.902,55.32],[192.197,55.713],[192.785,55.418],[193.772,56.009],[194.165,56.401],[194.559,56.502],[195.171,56.502],[195.738,56.502],[195.934,56.401],[195.934,55.618],[196.033,55.224],[196.423,55.024],[196.816,54.829],[197.113,54.242],[197.012,53.647],[196.717,53.257],[196.524,52.768],[196.816,52.373],[197.212,52.077],[197.408,51.682],[197.702,51.192],[197.999,50.01],[199.176,50.01],[199.176,47.948],[200.457,47.948],[200.947,47.847],[201.34,47.457],[201.537,47.064],[201.24,46.672],[200.995,46.672],[200.751,46.672],[200.358,46.672],[199.569,46.574],[199.373,45.978],[199.569,45.588],[199.569,45],[199.569,44.409],[199.373,44.019],[199.079,43.257],[199.079,41.212],[200.158,41.263],[200.556,41.212],[200.556,40.773],[200.556,40.382],[200.848,39.984],[201.048,39.979],[201.24,39.984],[201.639,39.59],[202.421,39.297],[202.126,38.507],[201.34,38.315],[200.947,38.315],[200.556,38.315],[200.064,38.315],[199.668,38.021],[199.277,37.825],[199.277,37.431],[199.277,37.038],[198.881,36.743],[198.488,35.956],[198.095,35.856],[197.702,35.756]],\"c\":true},\"ix\":2},\"nm\":\"Path 98\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":98,\"ty\":\"sh\",\"ix\":99,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.174,-0.023],[-0.025,-0.121],[-0.15,-0.268],[-0.125,-0.144],[-0.153,-0.174],[-0.146,-0.143],[-0.169,-0.071],[-0.272,-0.121],[-0.123,-0.146],[-0.123,-0.148],[-0.073,-0.172],[-0.099,-0.295],[-0.099,-0.15],[-0.15,-0.05],[-0.12,-0.027],[-0.067,0.007],[-0.063,-0.014],[-0.125,-0.053],[-0.148,-0.294],[-0.05,-0.296],[-0.027,-0.294],[0,0],[-0.074,-0.15],[-0.29,-0.222],[-0.273,-0.248],[-0.123,-0.124],[-0.249,-0.296],[-0.174,-0.345],[-0.097,-0.318],[-0.071,-0.321],[-0.051,-0.149],[-0.148,-0.269],[-0.126,-0.148],[-0.149,-0.172],[-0.123,-0.145],[-0.121,-0.122],[-0.315,-0.269],[-0.245,-0.298],[-0.127,-0.177],[-0.075,-0.126],[-0.297,-0.226],[-0.246,-0.272],[-0.099,-0.147],[-0.05,-0.124],[-0.149,0.026],[-0.122,0],[-0.344,0],[-0.272,0.049],[-0.101,0.176],[-0.028,0.175],[0,0],[-0.052,0.465],[0,0.121],[-0.027,0.292],[0,0],[-0.073,0.147],[-0.242,0],[-0.221,-0.025],[-0.172,0],[-0.17,0.048],[0.024,0.123],[0.126,0.168],[0.196,0.078],[0.064,-0.007],[0.066,0.016],[0.147,0.046],[-0.049,0.125],[-0.144,0.148],[0.125,0.075],[0.147,0.053],[0.119,0],[0.195,0],[0.173,-0.045],[0.098,-0.07],[0.047,-0.121],[0.022,-0.125],[0,0],[0,0.298],[-0.025,0.295],[0.118,0],[0,0],[0.121,-0.008],[0.179,0.027],[0.166,0.074],[0.175,0.072],[0.121,0.151],[0,0.172],[0,0],[0.396,0.097],[0.068,-0.007],[0.062,0.012],[0.121,0.145],[0.075,0.169],[0.052,0.124],[0.024,0.147],[0.024,0.126],[0,0.126],[0.072,0.169],[0.171,0],[0,0],[0.273,0.073],[0.168,0.121],[0.124,0.169],[0.073,0.1],[0.095,0.074],[0.128,0.122],[0.124,0.126],[0.122,0.101],[0.175,0.119],[0.147,0.149],[0.122,0.079],[0.271,0.127],[0.072,0.096],[0.048,0.127],[0.025,0.122],[0.094,-0.001],[0.043,0.032],[0.145,0.197],[0.144,0.369],[0.467,0.051],[0.122,0.024],[0.174,0.075],[0.121,0.052],[0.363,0.095],[0.172,0]],\"o\":[[0.025,0.147],[0.096,0.322],[0.099,0.175],[0.145,0.174],[0.116,0.148],[0.147,0.148],[0.273,0.149],[0.196,0.095],[0.125,0.147],[0.127,0.146],[0.151,0.271],[0.048,0.173],[0.071,0.121],[0.123,0.048],[0.062,0.013],[0.068,-0.007],[0.123,0.026],[0.291,0.147],[0.148,0.27],[0.023,0.272],[0,0],[0.023,0.175],[0.197,0.317],[0.296,0.221],[0.122,0.094],[0.271,0.273],[0.244,0.29],[0.149,0.294],[0.098,0.322],[0.027,0.144],[0.124,0.293],[0.101,0.17],[0.147,0.172],[0.123,0.145],[0.101,0.127],[0.294,0.295],[0.295,0.247],[0.122,0.15],[0.071,0.123],[0.219,0.297],[0.295,0.217],[0.098,0.128],[0.053,0.098],[0.148,-0.048],[0.118,-0.019],[0.32,-0.048],[0.294,0],[0.195,-0.048],[0.07,-0.145],[0,0],[0.048,-0.464],[0,-0.148],[0.024,-0.272],[0,0],[0,-0.17],[0.101,-0.199],[0.224,0],[0.174,0],[0.194,0],[-0.023,-0.123],[-0.05,-0.197],[-0.122,-0.169],[-0.059,-0.01],[-0.072,0.006],[-0.144,-0.045],[0.027,-0.124],[0.097,-0.192],[-0.096,-0.124],[-0.121,-0.073],[-0.122,-0.046],[-0.173,-0.021],[-0.202,0],[-0.123,0.028],[-0.096,0.08],[-0.05,0.124],[0,0],[-0.025,-0.297],[0,-0.295],[-0.126,-0.076],[0,0],[-0.153,-0.009],[-0.158,0.01],[-0.173,-0.022],[-0.172,-0.073],[-0.173,-0.076],[-0.097,-0.119],[0,0],[-0.418,0],[-0.059,-0.011],[-0.068,0.005],[-0.197,-0.053],[-0.098,-0.126],[-0.048,-0.124],[-0.048,-0.147],[-0.023,-0.121],[-0.023,-0.123],[-0.023,-0.173],[-0.147,0.044],[0,0],[-0.296,0],[-0.194,-0.052],[-0.176,-0.126],[-0.069,-0.099],[-0.073,-0.101],[-0.149,-0.122],[-0.12,-0.121],[-0.122,-0.119],[-0.15,-0.125],[-0.173,-0.125],[-0.1,-0.099],[-0.244,-0.166],[-0.121,-0.047],[-0.073,-0.097],[-0.047,-0.121],[-0.015,-0.067],[-0.074,0],[-0.171,-0.151],[-0.221,-0.295],[-0.468,0],[-0.148,0],[-0.174,-0.048],[-0.122,-0.05],[-0.344,-0.169],[-0.15,-0.023],[-0.17,0]],\"v\":[[156.904,38.412],[156.904,38.804],[157.296,39.59],[157.691,39.984],[158.087,40.477],[158.478,40.868],[158.868,41.263],[159.658,41.557],[160.05,41.95],[160.344,42.346],[160.736,42.738],[161.037,43.523],[161.23,44.019],[161.426,44.409],[161.818,44.508],[162.014,44.508],[162.214,44.508],[162.608,44.606],[163.196,45.294],[163.493,46.08],[163.493,46.868],[163.493,47.261],[163.787,47.653],[164.569,48.342],[165.36,49.03],[165.753,49.323],[166.342,50.113],[167.03,50.898],[167.421,51.682],[167.52,52.572],[167.719,52.964],[168.111,53.75],[168.508,54.142],[168.897,54.634],[169.29,55.024],[169.585,55.418],[170.469,56.107],[171.158,56.895],[171.553,57.29],[171.749,57.683],[172.537,58.372],[173.322,59.055],[173.712,59.352],[173.816,59.746],[174.209,59.548],[174.6,59.45],[175.485,59.45],[176.271,59.45],[176.668,59.055],[176.96,58.663],[176.96,58.269],[176.96,57.092],[177.056,56.699],[177.158,55.913],[177.158,55.517],[177.35,55.125],[177.842,54.731],[178.434,54.829],[178.827,55.024],[179.22,54.731],[179.22,54.339],[178.925,53.848],[178.533,53.451],[178.345,53.454],[178.137,53.451],[177.745,53.257],[177.745,52.862],[178.137,52.469],[177.941,52.077],[177.548,51.878],[177.158,51.78],[176.668,51.682],[176.171,51.78],[175.779,51.878],[175.683,52.273],[175.584,52.67],[174.503,52.67],[174.405,51.878],[174.503,51.095],[174.209,50.799],[173.816,50.799],[173.413,50.806],[172.93,50.799],[172.537,50.506],[172.142,50.209],[171.65,50.01],[171.553,49.547],[171.553,47.556],[170.469,47.556],[170.275,47.557],[170.077,47.556],[169.684,47.163],[169.29,46.868],[169.191,46.472],[168.996,46.08],[168.996,45.687],[168.996,45.294],[168.702,44.904],[168.306,45.097],[167.915,45.097],[167.126,45],[166.639,44.707],[166.241,44.312],[166.145,43.919],[165.753,43.818],[165.454,43.426],[165.162,43.032],[164.771,42.738],[164.376,42.346],[163.887,42.049],[163.688,41.652],[162.899,41.359],[162.507,41.263],[162.408,40.868],[162.408,40.477],[162.207,40.413],[162.016,40.382],[161.624,39.885],[161.132,39],[159.658,39.396],[159.264,39.396],[158.868,39.102],[158.478,39],[157.691,38.412],[157.296,38.217]],\"c\":true},\"ix\":2},\"nm\":\"Path 99\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":99,\"ty\":\"sh\",\"ix\":100,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.169],[-0.025,-0.15],[-0.049,-0.124],[-0.098,-0.075],[-0.193,0.008],[-0.096,-0.009],[0,0],[0,0.344],[0.052,0.124],[0,0]],\"o\":[[0,0.171],[0.023,0.121],[0.048,0.125],[0.132,0.115],[0.092,-0.005],[0,0],[-0.272,-0.196],[0,-0.144],[0,0],[0,0.172]],\"v\":[[158.378,43.647],[158.576,44.019],[158.673,44.409],[158.772,44.804],[159.275,44.903],[159.559,44.904],[159.658,44.508],[158.969,43.892],[158.868,43.523],[158.478,43.228]],\"c\":true},\"ix\":2},\"nm\":\"Path 100\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":100,\"ty\":\"sh\",\"ix\":101,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.271,-0.27],[0.167,-0.1],[0.176,-0.072],[0.066,0.014],[0.052,-0.038],[0.027,-0.125],[0,0],[0,-0.392],[0,-0.149],[0.075,-0.275],[0.076,-0.175],[0,-0.289],[0,-0.174],[0,-0.293],[-0.069,0.007],[-0.082,-0.01],[-0.175,0],[-0.291,0.073],[0,0.365],[0.026,0.442],[-0.071,0],[-0.543,-0.027],[-0.15,-0.023],[0,0.275],[0.15,0.219],[0,0.172],[0,0.147],[0,0.199],[0.148,0],[0.292,-0.022],[0,0],[-0.054,0.15],[-0.071,0.169],[0,0.147],[0,0.194]],\"o\":[[-0.146,0.144],[-0.15,0.069],[-0.057,0.024],[-0.074,-0.016],[-0.099,0.072],[0,0],[0,0.392],[0,0.148],[0,0.295],[-0.05,0.171],[-0.1,0.269],[0,0.177],[0,0.296],[0.088,0.014],[0.066,-0.005],[0.174,0.026],[0.297,0],[0.026,-0.371],[0,-0.445],[0.077,0],[0.543,-0.027],[0.147,0],[0.025,-0.271],[0,-0.27],[-0.072,-0.127],[0,-0.149],[-0.024,-0.2],[-0.149,-0.022],[-0.294,0],[0,0],[0,-0.172],[0.072,-0.173],[0.049,-0.126],[0,-0.196],[-0.22,0.293]],\"v\":[[218.741,44.804],[218.35,45.197],[217.952,45.492],[217.761,45.487],[217.561,45.492],[217.462,45.883],[217.462,46.08],[217.66,47.064],[217.561,47.457],[217.561,48.245],[217.266,48.639],[217.021,49.395],[217.069,49.817],[217.021,50.602],[217.248,50.603],[217.462,50.602],[217.858,50.799],[218.642,50.602],[218.741,49.671],[218.642,48.538],[218.837,48.443],[220.217,48.443],[220.61,48.538],[220.709,47.874],[220.41,47.261],[220.017,47.064],[220.116,46.672],[220.116,46.179],[219.723,46.08],[218.939,46.179],[218.939,45.614],[219.037,45.197],[219.43,44.904],[219.527,44.508],[219.43,44.019]],\"c\":true},\"ix\":2},\"nm\":\"Path 101\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":101,\"ty\":\"sh\",\"ix\":102,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.222,-0.089],[0.07,-0.125],[0,0],[0.394,-0.149],[0.297,-0.027],[0.395,-0.217],[0.099,-0.149],[0,-0.244],[-0.024,-0.222],[-0.444,0.22],[-0.124,0.073],[-0.149,0.096],[-0.153,0.074],[-0.147,0.05],[-0.077,-0.01],[-0.052,0.009],[-0.148,0.143],[0,0],[0,0],[-0.148,-0.049],[-0.145,-0.045],[-0.273,0],[-0.195,0.066],[-0.146,0.074],[-0.169,0.073],[-0.069,-0.013],[-0.063,0.024],[0,0],[-0.122,0.144],[-0.075,0.369],[0.122,0]],\"o\":[[-0.125,0.048],[0,0],[-0.419,0],[-0.269,0.099],[-0.47,0.021],[-0.145,0.075],[-0.121,0.196],[0,0.222],[0.467,-0.222],[0.124,-0.052],[0.148,-0.074],[0.121,-0.08],[0.149,-0.074],[0.068,-0.026],[0.058,0.008],[0.196,-0.074],[0,0],[0,0],[0.173,0],[0.15,0.051],[0.223,0.101],[0.218,0],[0.147,-0.052],[0.146,-0.074],[0.061,-0.026],[0.067,0.013],[0,0],[0.172,-0.074],[0.222,-0.273],[-0.157,0],[-0.184,0]],\"v\":[[212.352,46.179],[212.257,46.574],[205.693,46.574],[204.879,47.261],[204.094,47.36],[202.91,47.653],[202.616,48.049],[202.421,48.66],[202.519,49.226],[203.701,48.639],[204.094,48.538],[204.391,48.149],[204.783,47.948],[205.176,47.752],[205.399,47.746],[205.566,47.752],[205.96,47.36],[206.746,47.556],[209.18,47.556],[209.598,47.653],[209.99,47.847],[210.582,48.245],[211.17,48.149],[211.566,47.948],[211.86,47.556],[212.059,47.555],[212.257,47.556],[212.646,47.36],[212.939,46.968],[213.334,46.08],[212.925,46.072]],\"c\":true},\"ix\":2},\"nm\":\"Path 102\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":102,\"ty\":\"sh\",\"ix\":103,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.026,-0.173],[-0.005,-0.058],[-0.266,-0.223],[-0.198,-0.148],[-0.096,-0.149],[-0.096,-0.223],[0,0.072],[0,0],[0.148,0.242],[0.102,0.123],[0.319,0.199],[0.124,0.048]],\"o\":[[-0.01,0.07],[0.161,0.286],[0.17,0.143],[0.145,0.095],[0.145,0.196],[0,-0.052],[0,0],[0,-0.317],[-0.101,-0.149],[-0.245,-0.273],[-0.127,-0.076],[-0.049,0.147]],\"v\":[[160.54,46.472],[160.54,46.659],[161.132,47.36],[161.624,47.752],[162.016,48.049],[162.309,48.639],[162.408,48.443],[162.408,48.069],[162.214,47.261],[161.818,46.968],[161.132,46.179],[160.736,46.08]],\"c\":true},\"ix\":2},\"nm\":\"Path 103\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":103,\"ty\":\"sh\",\"ix\":104,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.007,0.066],[0.033,0.067]],\"o\":[[0.014,-0.078],[-0.032,-0.058],[0,0]],\"v\":[[160.54,46.868],[160.54,46.659],[160.441,46.472]],\"c\":true},\"ix\":2},\"nm\":\"Path 104\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":104,\"ty\":\"sh\",\"ix\":105,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.034,-0.026],[0.073,-0.128],[0.148,-0.295],[-0.294,-0.123],[-0.152,0.011],[-0.066,-0.011],[0,0.444],[0.198,0.097],[0.169,0],[0,0],[0.085,0]],\"o\":[[-0.097,0.071],[-0.171,0.292],[0.267,0.169],[0.068,0.027],[0.126,-0.008],[0.319,-0.324],[0,-0.248],[-0.146,-0.078],[0,0],[-0.1,0],[-0.042,0]],\"v\":[[223.066,48.049],[222.969,48.443],[222.579,49.226],[223.36,49.719],[223.736,49.725],[224.051,49.719],[224.639,48.735],[224.245,48.245],[223.855,48.049],[223.464,48.049],[223.181,48.014]],\"c\":true},\"ix\":2},\"nm\":\"Path 105\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":105,\"ty\":\"sh\",\"ix\":106,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.292,-0.147],[0.172,-0.047],[0.297,0],[0.298,-0.025],[0.151,-0.1],[0.122,-0.146],[0.002,-0.002],[0,0],[0.071,0.009],[0.091,-0.026],[0.295,-0.145],[0,0],[-0.122,-0.045],[-0.145,-0.049],[-0.145,-0.023],[-0.119,0],[-0.067,0.01],[-0.098,-0.04],[-0.146,-0.1],[-0.05,-0.122],[-0.201,-0.047],[-0.148,0],[0,0],[-0.217,0],[-0.096,0],[-0.149,0],[-0.149,0],[-0.244,0],[-0.223,0.019],[-0.17,0.076],[0.073,0.099],[0.07,0.148],[0.021,0.466],[0.07,0.176],[0.147,0.12],[0.126,0.049],[0.344,0]],\"o\":[[-0.172,0.07],[-0.269,0.078],[-0.296,0],[-0.199,0],[-0.145,0.094],[-0.002,0.003],[0,0],[-0.091,0.014],[-0.082,-0.011],[-0.32,0.103],[0,0],[0.123,0.023],[0.15,0.054],[0.146,0.049],[0.126,0.026],[0.073,0.012],[0.093,-0.015],[0.175,0.077],[0.1,0.048],[0.072,0.172],[0.123,0.027],[0,0],[0.221,0],[0.1,0],[0.15,0],[0.146,0],[0.246,0.019],[0.246,0],[0.17,-0.027],[-0.072,-0.124],[-0.095,-0.119],[-0.198,-0.415],[0,-0.195],[-0.077,-0.173],[-0.097,-0.074],[-0.294,-0.147],[-0.347,0]],\"v\":[[227.295,49.719],[226.902,50.01],[226.115,50.113],[225.329,50.113],[224.832,50.309],[224.443,50.602],[224.436,50.61],[224.54,50.403],[224.303,50.399],[224.051,50.403],[223.264,50.799],[223.36,51.192],[223.756,51.288],[224.15,51.487],[224.54,51.682],[224.931,51.682],[225.142,51.672],[225.425,51.682],[225.819,51.978],[225.918,52.373],[226.214,52.862],[226.605,52.862],[226.999,52.862],[227.587,52.716],[227.783,52.572],[228.181,52.67],[228.574,52.768],[229.21,52.768],[229.853,52.768],[230.241,52.469],[230.146,52.077],[229.754,51.878],[229.754,50.701],[229.754,50.209],[229.456,49.817],[229.061,49.719],[228.181,49.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 106\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":106,\"ty\":\"sh\",\"ix\":107,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.022,-0.037]],\"o\":[[-0.017,0.04],[0,0]],\"v\":[[224.301,50.881],[224.245,50.996]],\"c\":true},\"ix\":2},\"nm\":\"Path 107\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":107,\"ty\":\"sh\",\"ix\":108,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.04,-0.008],[0.147,-0.074],[0.125,-0.121],[0.517,-0.073],[0.271,0.051],[0.118,0.027],[0.293,0.096],[0.124,0],[0,0],[0.126,-0.171],[0.122,-0.32],[0.022,-0.199],[0,-0.173],[0.025,-0.121],[0.072,-0.124],[0.15,-0.101],[0.07,0.014],[0.051,-0.037],[0.095,-0.143],[0,-0.247],[-0.222,-0.147],[-0.124,-0.024],[-0.144,-0.025],[-0.295,0],[0,-0.199],[0.101,-0.294],[0.025,-0.146],[0,-0.175],[-0.024,-0.15],[-0.05,-0.174],[-0.047,-0.177],[-0.049,-0.147],[-0.1,0.128],[-0.047,0.17],[0,0.343],[-0.024,0.293],[0,0.172],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.122,0],[-0.122,-0.022],[-0.145,-0.024],[-0.118,-0.025],[-0.147,0],[0,0],[0.028,-0.147],[0,-0.126],[0,0],[-0.025,-0.15],[-0.124,-0.097],[-0.216,0],[0,0],[0,0.15],[0,0],[0.125,0.366],[0.124,0.097],[0.148,0.145],[0.072,0.149],[0,0.244],[-0.023,0.248],[0,0],[0.051,0.12],[0.122,0.145],[0.124,0.127],[0.149,0.097],[0.081,-0.004],[0.078,0.068],[0.078,0.094],[0,0],[-0.466,0.123],[-0.176,0.052],[-0.124,0.026],[-0.182,-0.018],[-0.225,0.039],[-0.066,-0.006],[-0.063,0.014],[0,0.222],[0.051,0.15],[0.122,0.103],[0.119,0.072],[0.145,0.072],[0.171,0.023],[0,0],[0.084,0]],\"o\":[[-0.149,0.051],[-0.17,0.074],[-0.368,0.371],[-0.268,0.051],[-0.125,-0.025],[-0.3,-0.072],[-0.099,-0.025],[0,0],[-0.219,0.024],[-0.196,0.271],[-0.074,0.195],[-0.027,0.15],[0,0.148],[-0.026,0.125],[-0.101,0.149],[-0.047,0.025],[-0.078,-0.017],[-0.146,0.095],[-0.122,0.174],[0,0.295],[0.098,0.048],[0.149,0.048],[0.269,0.05],[0,0.196],[0,0.317],[-0.048,0.148],[-0.024,0.148],[0,0.172],[0.025,0.174],[0.048,0.17],[0.052,0.146],[0.147,-0.098],[0.097,-0.12],[0.099,-0.322],[0,-0.292],[0,-0.174],[0,0],[0,0],[0,0],[0,0],[0,0],[0.145,0.027],[0.122,0],[0.147,0.027],[0.123,0.028],[0.124,0.026],[0,0],[0,0.174],[-0.022,0.123],[0,0],[0,0.171],[0.023,0.167],[0.146,0.123],[0,0],[0.025,-0.145],[0,0],[0,-0.395],[-0.05,-0.148],[-0.147,-0.121],[-0.123,-0.123],[-0.097,-0.196],[0,-0.25],[0,0],[0,-0.15],[-0.077,-0.174],[-0.127,-0.143],[-0.122,-0.123],[-0.07,-0.046],[-0.09,0.003],[-0.099,-0.074],[0,0],[0.49,0],[0.169,-0.022],[0.122,-0.021],[0.218,-0.035],[0.186,0.019],[0.06,-0.01],[0.068,0.006],[0.198,-0.048],[0,-0.173],[-0.072,-0.171],[-0.121,-0.094],[-0.15,-0.096],[-0.149,-0.079],[0,0],[-0.098,0],[-0.042,0]],\"v\":[[207.829,49.62],[207.434,49.817],[207.139,50.209],[205.96,50.996],[205.176,50.898],[204.783,50.799],[203.993,50.506],[203.701,50.309],[203.306,50.309],[202.91,50.701],[202.421,51.487],[202.421,52.077],[202.227,52.469],[202.227,52.862],[202.227,53.257],[201.832,53.552],[201.646,53.548],[201.438,53.552],[201.145,53.944],[200.947,54.534],[201.34,55.224],[201.733,55.32],[202.126,55.517],[202.91,55.517],[203.011,56.037],[202.715,56.796],[202.519,57.191],[202.519,57.633],[202.519,58.075],[202.816,58.469],[202.91,58.96],[203.11,59.352],[203.504,59.055],[203.895,58.765],[203.993,57.879],[203.993,57.092],[204.189,56.672],[204.189,54.046],[205.371,54.046],[205.371,54.926],[205.176,55.32],[205.274,55.713],[205.668,55.811],[206.061,55.811],[206.452,56.009],[206.844,56.107],[207.236,56.107],[207.236,56.918],[207.042,57.29],[206.944,57.683],[206.944,58.124],[206.944,58.568],[207.337,58.862],[207.85,59.055],[209.107,59.055],[209.207,58.663],[209.207,58.1],[209.107,57.092],[208.714,56.895],[208.321,56.502],[207.926,56.205],[207.733,55.618],[207.926,55.024],[207.926,54.634],[207.926,54.242],[207.535,53.944],[207.236,53.552],[206.844,53.257],[206.613,53.218],[206.353,53.157],[206.254,52.768],[206.353,52.077],[207.634,52.077],[208.025,51.78],[208.418,51.682],[209.001,51.684],[209.598,51.682],[209.79,51.683],[209.99,51.682],[210.287,51.192],[210.089,50.799],[209.795,50.403],[209.404,50.209],[209.009,49.917],[208.616,49.62],[208.223,49.62],[207.952,49.61]],\"c\":true},\"ix\":2},\"nm\":\"Path 108\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":108,\"ty\":\"sh\",\"ix\":109,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.171],[-0.074,-0.27],[-0.172,-0.27],[-0.242,-0.295],[-0.273,-0.265],[-0.147,-0.097],[-0.098,-0.097],[-0.102,-0.149],[-0.076,-0.099],[-0.096,-0.126],[-0.089,0.02],[-0.05,-0.011],[0,0],[0.121,0.072],[0.195,0.05],[0.124,0.028],[0.087,-0.011],[0.078,0.012],[0.099,0.169],[0.048,0.169],[0.031,0.12],[0,0.292],[0.149,0.224],[0.294,0.124]],\"o\":[[0.046,0.147],[0.023,0.296],[0.072,0.321],[0.199,0.318],[0.248,0.294],[0.122,0.124],[0.099,0.048],[0.126,0.126],[0.05,0.097],[0.097,0.144],[0.042,0.057],[0.062,-0.014],[0,0],[-0.145,-0.076],[-0.17,-0.123],[-0.125,-0.022],[-0.093,-0.027],[-0.073,0.009],[-0.194,-0.051],[-0.098,-0.149],[-0.025,-0.124],[-0.047,-0.272],[0,-0.295],[-0.194,-0.269],[0,0]],\"v\":[[163.59,50.602],[163.59,50.799],[163.59,51.583],[164.081,52.373],[164.668,53.157],[165.36,53.944],[165.654,54.339],[166.046,54.436],[166.342,54.829],[166.441,55.224],[166.735,55.618],[166.952,55.635],[167.126,55.618],[167.126,54.046],[166.735,53.848],[166.342,53.451],[165.947,53.354],[165.68,53.348],[165.454,53.354],[165.063,52.964],[164.771,52.572],[164.668,52.176],[164.668,51.39],[164.569,50.602],[163.787,50.209]],\"c\":true},\"ix\":2},\"nm\":\"Path 109\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":109,\"ty\":\"sh\",\"ix\":110,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.223,-0.022],[-0.023,-0.148],[0,-0.245],[0.023,-0.415],[0,0],[0,0],[0,0],[0,0.295],[0,0.197],[0,0.126],[0.23,0]],\"o\":[[0.023,0.174],[0.052,0.222],[0,0.422],[0,0],[0,0],[0,0],[0.022,-0.295],[0,-0.197],[0,-0.121],[-0.294,-0.016],[-0.177,0]],\"v\":[[232.801,50.259],[232.897,50.701],[233.095,51.313],[232.998,52.373],[234.96,52.373],[234.96,51.878],[234.129,51.878],[234.178,51.095],[234.077,50.602],[234.129,50.259],[233.384,50.229]],\"c\":true},\"ix\":2},\"nm\":\"Path 110\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":110,\"ty\":\"sh\",\"ix\":111,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.121,-0.021],[0.071,0.006],[0.06,-0.009],[0.098,-0.099],[-0.177,-0.021],[0,0],[0,0],[-0.319,0],[-0.291,0.052],[0.044,-0.014],[0,0.041],[0,0.324],[0.226,0]],\"o\":[[-0.148,0],[-0.065,0.016],[-0.065,-0.005],[-0.145,0.028],[0.173,0.075],[0,0],[0,0],[0.318,0.024],[0.296,0],[0,-0.022],[-0.052,0.017],[-0.073,-0.317],[-0.217,0],[0,0]],\"v\":[[212.646,51.583],[212.452,51.78],[212.243,51.782],[212.053,51.78],[211.86,52.176],[212.257,52.469],[212.646,52.469],[213.04,52.469],[213.848,52.572],[214.61,52.469],[214.524,52.476],[214.415,52.469],[214.415,51.634],[213.822,51.583]],\"c\":true},\"ix\":2},\"nm\":\"Path 111\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":111,\"ty\":\"sh\",\"ix\":112,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.172,-0.099],[0.151,-0.124],[0.369,0],[0.296,-0.022],[0.148,-0.074],[0.049,-0.194],[0.097,-0.272],[0.096,-0.124],[0.147,-0.05],[0.297,0],[0.32,0.05],[0.223,0.195],[0.099,0.145],[0.075,0.096],[0.322,0],[0.124,-0.023],[0.171,-0.077],[0.17,0],[0,0],[0,0],[-0.12,-0.122],[-0.071,-0.147],[0,-0.126],[0,-0.294],[0,0],[-0.098,0.05],[-0.069,-0.012],[-0.063,0.026],[-0.194,0],[-0.172,0],[-0.295,-0.022],[-0.123,-0.022],[-0.295,-0.146],[-0.294,-0.199],[-0.122,-0.074],[-0.169,-0.077],[-0.076,0.01],[-0.055,-0.009],[-0.173,-0.028],[-0.146,0],[-0.176,0.017],[-0.262,-0.056],[-0.145,-0.05],[-0.271,-0.145],[-0.12,-0.076],[-0.148,-0.149],[-0.198,-0.32],[-0.072,-0.125],[0,-0.541],[0,-0.144],[0.049,-0.168],[0.298,-0.146],[0.075,0.011],[0.056,-0.01],[0.121,-0.027],[0.151,-0.101],[0.079,-0.195],[0,-0.169],[0,-0.148],[-0.396,0],[-0.318,0.218],[-0.124,0.103],[-0.047,0.098],[-0.244,0],[-0.365,-0.248],[-0.144,-0.128],[-0.146,-0.126],[-0.194,-0.097],[-0.12,-0.051],[-0.147,-0.052],[-0.3,-0.149],[-0.171,-0.075],[-0.172,-0.028],[-0.272,-0.026],[-0.32,0],[-0.296,0.075],[-0.148,0.098],[-0.073,0.123],[-0.023,0.124],[0,0.291],[-0.194,0.048],[-0.27,0.148],[-0.12,0.145],[-0.445,0],[0,0],[-0.147,-0.051],[-0.123,-0.048],[-0.147,-0.05],[-0.295,-0.169],[-0.121,-0.098],[-0.171,-0.269],[-0.07,-0.121],[-0.271,-0.272],[-0.099,-0.147],[-0.174,-0.297],[-0.099,-0.173],[-0.171,-0.048],[-0.25,0],[-0.565,0.043],[-0.295,0],[-0.347,-0.347],[-0.343,-0.125],[-0.246,0],[-0.222,0.021],[0,0],[0.244,0.122],[0.123,0.047],[0.101,0.076],[0.097,0.125],[0.124,0.147],[0.198,0.027],[0.125,0.027],[0.067,-0.006],[0.062,0.014],[0.172,0.047],[0.122,0.026],[0.149,0],[0.296,0],[0,0],[0.665,-0.048],[0,0],[-0.588,-0.051],[0,0],[0.128,0.096],[0.122,0.097],[0.123,0.098],[0,0],[0.126,0.147],[0.074,0.15],[0.095,0.272],[0.071,0.101],[0.124,0.098],[0.146,0.101],[0.147,0.121],[0.12,0.121],[0.395,0.169],[0.148,0.027],[0.343,0],[0.271,0.247],[0.147,0.075],[0.074,-0.009],[0.055,0.013],[0.17,0.027],[0.269,0.121],[0.297,0.118],[0.149,0.024],[0.149,0],[0.197,-0.007],[0.246,0.012],[0.194,0],[0.12,-0.004],[0.288,0.122],[0.272,0.146],[0.297,0.117],[0.122,0.02],[0.169,0.075],[0.292,0]],\"o\":[[-0.146,0.075],[-0.27,0.222],[-0.292,0],[-0.171,0],[-0.197,0.096],[-0.048,0.274],[-0.048,0.145],[-0.099,0.124],[-0.271,0.124],[-0.342,0],[-0.27,-0.025],[-0.147,-0.124],[-0.072,-0.124],[-0.196,-0.243],[-0.148,0],[-0.173,0.053],[-0.149,0.047],[0,0],[0,0],[0.152,0.073],[0.124,0.126],[0.074,0.123],[0.027,0.271],[0,0],[0.047,-0.12],[0.048,-0.023],[0.071,0.012],[0.171,-0.072],[0.169,0],[0.295,0],[0.149,0],[0.322,0.078],[0.345,0.174],[0.123,0.072],[0.149,0.1],[0.071,0.028],[0.06,-0.008],[0.172,0.028],[0.121,0],[0.215,0.021],[0.226,-0.021],[0.15,0.021],[0.298,0.12],[0.123,0.073],[0.171,0.099],[0.272,0.271],[0.073,0.147],[0.298,0.442],[0,0.146],[0,0.198],[-0.099,0.321],[-0.07,0.027],[-0.059,-0.008],[-0.121,0.023],[-0.174,0.049],[-0.171,0.093],[-0.047,0.145],[0,0.146],[0.05,0.392],[0.391,0],[0.151,-0.099],[0.099,-0.072],[0.121,-0.197],[0.44,0],[0.175,0.098],[0.146,0.12],[0.153,0.121],[0.122,0.048],[0.147,0.049],[0.318,0.1],[0.167,0.073],[0.168,0.07],[0.248,0.051],[0.319,0.027],[0.318,0],[0.172,-0.05],[0.122,-0.075],[0.048,-0.097],[0.074,-0.271],[0.221,0],[0.323,-0.103],[0.172,-0.098],[0.271,-0.324],[0,0],[0.171,0],[0.12,0.023],[0.147,0.045],[0.298,0.125],[0.147,0.073],[0.245,0.222],[0.075,0.121],[0.2,0.32],[0.123,0.121],[0.196,0.275],[0.098,0.175],[0.096,0.145],[0.223,0.077],[0.565,0],[0.294,-0.029],[0.491,0],[0.267,0.268],[0.221,0.072],[0.222,0],[0,0],[0,-0.296],[-0.124,-0.047],[-0.119,-0.055],[-0.12,-0.073],[-0.124,-0.145],[-0.127,-0.144],[-0.125,0],[-0.061,-0.012],[-0.068,0.007],[-0.173,-0.046],[-0.12,-0.029],[-0.123,-0.024],[-0.294,-0.025],[0,0],[-0.663,-0.03],[0,0],[0.587,-0.025],[0,0],[-0.121,-0.073],[-0.121,-0.099],[-0.12,-0.102],[0,0],[-0.103,-0.124],[-0.124,-0.147],[-0.145,-0.242],[-0.051,-0.123],[-0.075,-0.123],[-0.144,-0.126],[-0.169,-0.122],[-0.146,-0.124],[-0.294,-0.298],[-0.147,-0.051],[-0.319,-0.074],[-0.366,0],[-0.122,-0.096],[-0.066,-0.025],[-0.061,0.009],[-0.174,-0.047],[-0.297,-0.05],[-0.297,-0.147],[-0.145,-0.052],[-0.122,-0.025],[-0.248,-0.013],[-0.195,0.006],[-0.198,0],[-0.144,-0.008],[-0.269,0.009],[-0.296,-0.118],[-0.268,-0.145],[-0.125,-0.053],[-0.174,-0.051],[-0.248,-0.122],[-0.223,0]],\"v\":[[237.225,52.077],[236.928,52.469],[236.043,52.862],[235.254,52.862],[234.865,53.061],[234.472,53.451],[234.472,54.242],[234.277,54.634],[233.879,54.829],[233.095,54.926],[232.21,54.829],[231.423,54.634],[231.128,54.242],[231.128,53.848],[230.342,53.552],[229.947,53.552],[229.556,53.848],[229.139,53.944],[226.702,53.944],[226.702,54.731],[227.095,54.926],[227.49,55.224],[227.49,55.618],[227.49,56.401],[228.082,56.401],[228.082,56.009],[228.266,56.01],[228.475,56.009],[228.767,55.618],[229.16,55.811],[229.947,55.811],[230.342,55.811],[231.128,56.205],[231.915,56.796],[232.306,56.992],[232.6,57.385],[232.824,57.392],[232.998,57.385],[233.488,57.486],[233.879,57.587],[234.454,57.574],[235.157,57.587],[235.551,57.781],[236.34,58.269],[236.733,58.469],[237.126,58.862],[237.814,59.648],[238.009,60.043],[238.798,61.219],[238.699,61.613],[238.699,62.103],[238.107,62.793],[237.887,62.799],[237.712,62.793],[237.324,62.895],[236.928,63.192],[236.533,63.58],[236.34,63.973],[236.436,64.37],[237.225,65.053],[238.206,64.762],[238.6,64.463],[238.699,64.071],[239.189,63.678],[240.27,63.973],[240.663,64.37],[241.055,64.663],[241.451,65.053],[241.842,65.152],[242.238,65.348],[243.124,65.645],[243.517,65.94],[244.007,66.038],[244.696,66.234],[245.532,66.234],[246.366,66.234],[246.761,65.94],[247.154,65.742],[247.251,65.348],[247.251,64.566],[247.84,64.566],[248.628,64.169],[249.02,63.78],[249.907,63.091],[250.103,63.091],[250.498,63.285],[250.887,63.385],[251.28,63.58],[252.068,63.973],[252.462,64.169],[252.952,64.956],[253.149,65.348],[253.936,65.94],[254.232,66.331],[254.723,67.119],[255.02,67.612],[255.313,68.001],[255.952,68.001],[257.379,67.91],[258.116,67.807],[259.15,68.497],[259.934,69.086],[260.548,69.282],[261.113,69.185],[261.113,67.977],[260.621,67.413],[260.228,67.319],[259.832,67.218],[259.639,66.822],[259.344,66.432],[258.853,66.135],[258.457,66.135],[258.264,66.135],[258.064,66.135],[257.673,65.843],[257.28,65.742],[256.886,65.645],[256.1,65.645],[256.1,63.139],[254.379,63.139],[254.379,61.27],[255.9,61.27],[255.9,60.63],[255.507,60.433],[255.214,60.043],[254.822,59.746],[252.858,59.746],[252.559,59.352],[252.167,59.055],[251.973,58.269],[251.873,57.879],[251.477,57.683],[251.085,57.385],[250.691,56.992],[250.3,56.699],[249.512,55.913],[249.118,55.713],[248.233,55.713],[247.35,55.32],[247.154,54.926],[246.939,54.921],[246.761,54.926],[246.271,54.829],[245.482,54.534],[244.696,54.046],[244.301,53.848],[243.908,53.848],[243.267,53.848],[242.629,53.848],[242.139,53.75],[241.746,53.751],[240.959,53.647],[240.173,53.157],[239.387,52.67],[238.995,52.572],[238.504,52.373],[237.814,51.978]],\"c\":true},\"ix\":2},\"nm\":\"Path 112\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":112,\"ty\":\"sh\",\"ix\":113,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-0.026,-0.243],[-0.49,-0.05],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0.026,0.243],[0.492,-0.025],[0,0],[0,0]],\"v\":[[222.283,51.978],[222.283,52.572],[222.085,52.176],[222.085,52.572],[222.184,53.207],[223.41,53.207],[223.41,51.978]],\"c\":true},\"ix\":2},\"nm\":\"Path 113\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":113,\"ty\":\"sh\",\"ix\":114,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.088,-0.092],[0.077,-0.122],[0.05,-0.149],[0,0],[0,-0.149],[-0.025,-0.147],[0,0],[-0.321,0],[-0.152,0],[0,0],[-0.12,-0.024],[-0.126,-0.021],[-0.127,-0.025],[-0.171,-0.046],[-0.347,0],[-0.046,0.463],[0.395,0.047],[0.295,0.026],[0.146,0],[0,0],[0.273,0.049],[0.39,0],[0.083,0]],\"o\":[[-0.097,0.096],[-0.073,0.126],[0,0],[0,0.145],[0,0.172],[0,0],[0.319,0],[0.147,0],[0,0],[0.124,0],[0.126,0.027],[0.12,0.025],[0.166,0.05],[0.32,0.078],[-0.054,-0.464],[-0.392,-0.053],[-0.296,-0.024],[-0.151,0],[0,0],[-0.269,-0.025],[-0.368,-0.074],[-0.086,0],[-0.128,0]],\"v\":[[218.837,54.046],[218.741,54.436],[218.545,54.829],[218.545,54.436],[218.449,54.829],[218.642,55.224],[219.798,55.224],[220.61,55.125],[221.006,55.224],[221.395,55.224],[221.787,55.32],[222.184,55.418],[222.579,55.517],[222.969,55.811],[223.855,55.811],[223.801,54.634],[222.772,54.534],[221.988,54.436],[221.592,54.339],[221.197,54.339],[220.41,54.142],[219.43,53.944],[219.173,53.937]],\"c\":true},\"ix\":2},\"nm\":\"Path 114\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":114,\"ty\":\"sh\",\"ix\":115,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.151,-0.074],[0,0],[-0.173,0],[0,0],[0,0],[0.145,0.073],[0.269,0.047],[0.27,0.048]],\"o\":[[0.123,0.12],[0,0],[0.147,0.076],[0,0],[0,0],[-0.097,-0.124],[-0.248,-0.123],[-0.268,-0.05],[0,0]],\"v\":[[215.301,55.125],[215.598,55.517],[215.991,55.713],[216.405,55.811],[217.165,55.811],[217.165,55.125],[216.973,54.731],[216.186,54.534],[215.4,54.339]],\"c\":true},\"ix\":2},\"nm\":\"Path 115\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":115,\"ty\":\"sh\",\"ix\":116,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.118,0],[0.123,-0.022],[0.145,-0.074],[0.073,-0.123],[0.073,-0.275],[0.073,-0.15],[0.098,-0.052],[0.122,0],[0.688,0],[0,0],[0,0],[0.49,0.018],[0.15,0],[0,-0.147],[0,-0.296],[0,-0.07],[-0.663,-0.07],[-0.294,-0.021],[-0.293,0],[-0.295,0.028],[-0.147,0.075],[-0.198,0.055],[-0.058,-0.009],[-0.071,0.031],[-0.121,0.025],[-0.096,0.172],[-0.078,0.322],[-0.097,0.267],[-0.049,0.171],[0,0.148],[0.021,0.145]],\"o\":[[-0.122,0],[-0.146,0.024],[-0.148,0.076],[-0.145,0.242],[-0.048,0.166],[-0.076,0.119],[-0.1,0.048],[-0.661,0.097],[0,0],[0,0],[-0.495,0],[-0.147,0],[0,0.15],[0.025,0.296],[0,0.069],[0.664,0],[0.293,0.026],[0.299,0.028],[0.296,0],[0.172,0],[0.194,-0.097],[0.052,-0.009],[0.076,0.012],[0.125,-0.045],[0.198,-0.073],[0.178,-0.267],[0.044,-0.27],[0.048,-0.174],[0.025,-0.124],[0,-0.174],[-0.148,0.022]],\"v\":[[263.671,56.796],[263.275,56.796],[262.882,56.992],[262.488,57.191],[262.488,57.98],[262.196,58.372],[262.098,58.765],[261.702,58.765],[259.96,58.765],[259.538,58.765],[259.15,58.765],[257.868,58.765],[257.475,58.663],[257.28,59.352],[257.379,60.14],[257.329,60.334],[259.051,60.334],[259.832,60.529],[260.621,60.529],[261.408,60.529],[261.803,60.334],[262.196,59.941],[262.363,59.949],[262.587,59.941],[262.98,59.844],[263.371,59.45],[263.771,58.663],[263.868,57.879],[264.16,57.486],[264.259,57.092],[264.064,56.699]],\"c\":true},\"ix\":2},\"nm\":\"Path 116\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":116,\"ty\":\"sh\",\"ix\":117,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.051,-0.176],[0.026,-0.12],[0,0],[0,0],[0,0.12],[0,0]],\"o\":[[-0.024,0.12],[0,0],[0,0],[0,-0.12],[0,0],[-0.072,0.169]],\"v\":[[170.077,58.765],[170.077,59.154],[170.469,59.45],[170.469,59.055],[170.373,58.765],[170.373,58.372]],\"c\":true},\"ix\":2},\"nm\":\"Path 117\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":117,\"ty\":\"sh\",\"ix\":118,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.148,-0.099],[0.097,-0.122],[0.046,-0.172],[0.021,-0.126],[0.027,-0.12],[0,-0.146],[0,-0.175],[-0.219,0.024],[-0.121,0.024],[-0.121,0.149],[-0.049,0.125],[0,0.566],[0,0],[0.121,0.123]],\"o\":[[-0.147,0.1],[-0.098,0.124],[-0.028,0.123],[-0.028,0.124],[-0.024,0.127],[0,0.176],[0,0.219],[0.145,0],[0.171,-0.052],[0.076,-0.096],[0.248,-0.491],[0,0],[-0.027,-0.169],[-0.148,0.098]],\"v\":[[230.832,59.154],[230.439,59.45],[230.051,59.746],[230.051,60.14],[229.947,60.529],[229.853,60.924],[229.652,61.322],[230.241,61.417],[230.637,61.417],[231.029,61.121],[231.128,60.728],[231.621,59.352],[231.621,59.154],[231.227,58.862]],\"c\":true},\"ix\":2},\"nm\":\"Path 118\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":118,\"ty\":\"sh\",\"ix\":119,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.15,-0.023],[-0.026,-0.149],[-0.024,-0.168],[0,-0.144],[-0.07,-0.146],[-0.247,-0.296],[-0.097,-0.123],[-0.198,-0.072],[-0.172,0],[-0.169,0.027],[0.054,0.124],[0.047,0.173],[0.047,0.124],[0.099,0.149],[0.268,0.245],[0.074,0.122],[0.024,0.126],[0,0.148]],\"o\":[[-0.146,0],[0.048,0.148],[0.048,0.172],[0,0.148],[0,0.199],[0.175,0.321],[0.099,0.122],[0.123,0.168],[0.146,0.051],[0.172,0],[-0.045,-0.12],[-0.07,-0.175],[-0.048,-0.121],[-0.072,-0.17],[-0.195,-0.319],[-0.125,-0.097],[-0.075,-0.121],[-0.025,-0.121],[0,0]],\"v\":[[268.78,59.154],[268.387,59.254],[268.585,59.648],[268.683,60.164],[268.585,60.529],[268.876,60.924],[269.668,61.515],[269.863,61.91],[270.257,62.3],[270.65,62.496],[271.04,62.3],[270.941,61.91],[270.65,61.515],[270.65,61.121],[270.353,60.728],[269.571,60.14],[269.176,59.941],[269.176,59.548],[269.176,59.154]],\"c\":true},\"ix\":2},\"nm\":\"Path 119\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":119,\"ty\":\"sh\",\"ix\":120,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-0.295,-0.023],[-0.12,-0.043],[0,0],[-0.122,-0.127],[-0.194,-0.096],[-0.226,0],[-0.395,0.1],[-0.147,0],[-0.296,0],[-0.318,0],[-0.27,-0.146],[-0.126,-0.072],[-0.169,0],[-0.146,0],[-0.316,0],[-0.346,-0.074],[-0.34,-0.175],[-0.171,-0.021],[-0.082,0.007],[-0.083,-0.009],[-0.342,-0.024],[-0.024,0.141],[-0.053,0.148],[-0.067,0.006],[-0.061,-0.012],[-0.173,-0.024],[-0.148,0],[0,0],[-0.244,0],[-0.223,-0.093],[-0.124,-0.076],[-0.146,-0.099],[-0.317,-0.1],[-0.321,0],[0,0],[-0.149,0.024],[0.145,0.27],[0.198,0.073],[0.066,-0.013],[0.061,0.027],[0.195,0.32],[0,0],[-0.075,0.147],[-0.122,0.098],[-0.12,0.025],[-0.134,-0.016],[-0.131,0.027],[-0.293,0.175],[0.271,0.051],[0.146,0.024],[0.069,-0.006],[0.062,0.012],[0.344,0],[0.295,0],[0.198,0],[0.115,-0.003],[0.307,0.105],[0.315,0.098],[0.323,0.049]],\"o\":[[0,0],[0,0],[0,0],[0.293,0],[0.149,0],[0,0],[0.17,0.075],[0.151,0.145],[0.201,0.098],[0.415,0],[0.12,-0.024],[0.296,-0.024],[0.318,-0.024],[0.323,0],[0.148,0.072],[0.122,0.072],[0.151,0],[0.319,0],[0.368,0],[0.367,0.098],[0.175,0.066],[0.086,0.014],[0.077,-0.005],[0.322,0.048],[0.024,-0.146],[0.024,-0.175],[0.059,0.012],[0.068,-0.006],[0.173,0.053],[0.125,0.027],[0,0],[0.244,-0.024],[0.27,0],[0.122,0.051],[0.149,0.066],[0.272,0.196],[0.297,0.1],[0,0],[0.172,0],[-0.149,-0.295],[-0.103,-0.175],[-0.061,-0.024],[-0.067,0.013],[-0.348,-0.147],[0,0],[0.022,-0.169],[0.072,-0.152],[0.096,-0.074],[0.142,-0.037],[0.123,0.016],[0.32,-0.049],[-0.293,-0.047],[-0.15,-0.022],[-0.062,-0.012],[-0.068,0.006],[-0.316,-0.049],[-0.293,0],[-0.198,0],[-0.141,-0.006],[-0.267,0.005],[-0.321,-0.098],[-0.323,-0.096],[0,0]],\"v\":[[176.368,61.219],[176.368,61.711],[177.548,61.711],[177.548,62.595],[178.335,62.595],[178.728,62.595],[179.123,62.793],[179.415,63.192],[179.809,63.58],[180.402,63.678],[181.386,63.285],[181.777,63.285],[182.564,63.285],[183.397,63.192],[184.233,63.285],[184.431,63.678],[184.822,63.899],[185.217,63.973],[186.027,63.874],[186.986,63.973],[187.772,64.566],[188.167,64.857],[188.418,64.858],[188.655,64.857],[189.543,64.956],[189.543,64.566],[189.741,64.169],[189.936,64.169],[190.132,64.169],[190.525,64.463],[190.92,64.463],[191.311,64.463],[191.902,64.266],[192.59,64.463],[192.983,64.566],[193.277,64.956],[194.064,65.448],[194.902,65.548],[195.345,65.548],[195.738,65.348],[195.345,64.566],[194.949,64.169],[194.754,64.17],[194.559,64.169],[193.868,63.43],[190.822,63.43],[190.822,62.992],[191.017,62.595],[191.408,62.496],[191.819,62.492],[192.197,62.496],[192.983,62.103],[192.197,62.005],[191.806,61.811],[191.607,61.811],[191.408,61.811],[190.525,61.613],[189.741,61.711],[189.246,61.613],[188.868,61.611],[188.068,61.515],[187.285,61.121],[186.395,60.924]],\"c\":true},\"ix\":2},\"nm\":\"Path 120\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":120,\"ty\":\"sh\",\"ix\":121,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.489,-0.376],[0,-0.293],[-0.025,-0.149],[0,0],[-0.094,0.144],[0,0.242],[0.124,0.368],[0.075,0.155]],\"o\":[[-0.048,0.292],[0,0.15],[0,0],[0.144,-0.097],[0.151,-0.201],[0,-0.395],[-0.048,-0.173],[-0.564,0.223]],\"v\":[[224.443,63.192],[224.344,64.266],[224.443,64.663],[225.626,64.663],[226.012,64.37],[226.311,63.78],[226.115,62.793],[225.819,62.397]],\"c\":true},\"ix\":2},\"nm\":\"Path 121\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":121,\"ty\":\"sh\",\"ix\":122,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.018,-0.147],[-0.051,-0.149],[-0.066,-0.007],[-0.063,0.013],[-0.199,0],[-0.241,0],[0,0],[-0.148,0.072],[0,0]],\"o\":[[0.027,0.143],[0.027,0.17],[0.06,-0.011],[0.07,0.006],[0.171,-0.024],[0.242,0],[0,0],[0.195,0],[0,0],[0,0]],\"v\":[[214.217,63.091],[214.217,63.484],[214.415,63.874],[214.608,63.875],[214.811,63.874],[215.204,63.58],[215.792,63.78],[215.991,63.78],[216.381,63.484],[216.085,63.091]],\"c\":true},\"ix\":2},\"nm\":\"Path 122\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":122,\"ty\":\"sh\",\"ix\":123,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.025,-0.005],[0.172,-0.032],[0.22,0.021],[0.223,-0.024],[0.271,-0.029],[0,0],[0.147,0],[0.146,-0.031],[0.244,0],[0.194,0.074],[0.22,0.069],[0.293,0.028],[0.22,0],[0.2,-0.044],[0.172,-0.072],[0.225,0],[0,0],[0,0],[-0.393,-0.052],[-0.836,0],[0,0],[-0.687,0.047],[-0.147,0],[-0.123,0.024],[-0.123,0.024],[-0.145,0.075],[-0.198,0.048],[-0.126,0],[-0.129,-0.005],[-0.144,0.011],[-0.198,0.022],[-0.173,0.074],[0,0],[0.07,0.006],[0.039,0]],\"o\":[[-0.171,0.048],[-0.257,0.051],[-0.181,-0.017],[-0.294,0.021],[0,0],[-0.15,0],[-0.149,0],[-0.243,0.024],[-0.221,0],[-0.219,-0.075],[-0.269,-0.076],[-0.221,-0.024],[-0.222,0],[-0.168,0.028],[-0.196,0.074],[0,0],[0,0],[0.271,0.271],[0.839,0.097],[0,0],[0.687,0],[0.148,0],[0.147,0],[0.125,-0.024],[0.15,-0.023],[0.173,-0.075],[0.122,-0.026],[0.137,-0.013],[0.123,0.006],[0.194,0],[0.199,-0.026],[0,0],[-0.063,0.014],[-0.039,-0.004],[-0.026,0]],\"v\":[[211.759,64.071],[211.368,64.37],[210.681,64.38],[210.089,64.37],[209.303,64.566],[208.91,64.566],[208.517,64.663],[208.124,64.663],[207.535,64.857],[206.944,64.762],[206.452,64.37],[205.668,64.266],[205.077,64.169],[204.483,64.266],[203.993,64.463],[203.475,64.762],[203.011,64.762],[203.306,64.956],[204.094,65.548],[206.207,65.548],[206.55,65.548],[208.321,65.548],[208.714,65.448],[209.107,65.448],[209.499,65.348],[209.892,65.152],[210.287,64.762],[210.681,64.762],[211.074,64.761],[211.467,64.762],[211.957,64.762],[212.352,64.463],[212.157,64.071],[211.956,64.072],[211.837,64.064]],\"c\":true},\"ix\":2},\"nm\":\"Path 123\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":123,\"ty\":\"sh\",\"ix\":124,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.222,-0.071],[0.146,-0.053],[0.147,0],[0.297,-0.052],[0,-0.269],[-0.099,-0.147],[-0.465,0],[-0.27,0.072],[-0.146,0.076],[-0.174,0.05],[-0.343,-0.023],[-0.345,0],[-0.146,0],[0.046,-0.013],[0,0.025],[0.023,0.2],[0.272,0.051],[0.175,0.028],[0.063,-0.006],[0.061,0.014],[0.274,0]],\"o\":[[-0.147,0.053],[-0.122,0.046],[-0.294,0],[-0.27,0.02],[0,0.196],[0.272,0.37],[0.295,0],[0.149,-0.052],[0.17,-0.069],[0.316,-0.099],[0.344,0.024],[0.15,0],[-0.013,-0.025],[-0.046,0.012],[-0.047,-0.172],[-0.295,0],[-0.145,-0.024],[-0.071,-0.012],[-0.067,0.007],[-0.248,-0.044],[-0.244,0]],\"v\":[[199.176,64.169],[198.785,64.37],[198.488,64.663],[197.702,64.566],[197.113,64.956],[197.408,65.348],[198.585,65.548],[199.373,65.548],[199.767,65.348],[200.064,64.956],[200.947,65.053],[201.832,65.053],[202.227,64.956],[202.118,64.956],[202.029,64.956],[202.029,64.463],[201.24,64.463],[200.848,64.266],[200.649,64.267],[200.457,64.266],[199.814,64.071]],\"c\":true},\"ix\":2},\"nm\":\"Path 124\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":124,\"ty\":\"sh\",\"ix\":125,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,-0.011],[0.123,-0.024],[0.198,-0.073],[0.124,-0.051],[0.123,-0.023],[0.17,-0.052],[0.169,-0.076],[0.125,-0.076],[0.119,-0.075],[0.168,0.004],[0.099,-0.017],[0.065,0.01],[0.101,-0.043],[0.147,-0.101],[0.123,-0.119],[0,-0.248],[0,0],[-0.004,-0.021],[0,0],[0,-0.15],[-0.295,-0.097],[-0.146,0],[-0.147,0],[-0.203,0.267],[-0.294,0.243],[-0.22,0.1],[-0.127,0],[-0.269,0.05],[-0.343,0.169],[-0.293,0.024],[-0.112,-0.008],[-0.149,0.027],[-0.12,0.024],[-0.099,0.099],[0.124,0.075],[0.193,0.074],[0.295,0],[0.083,0]],\"o\":[[-0.125,0.021],[-0.195,0.074],[-0.122,0.048],[-0.121,0.05],[-0.175,0.048],[-0.173,0.051],[-0.124,0.048],[-0.123,0.072],[-0.157,0.094],[-0.098,-0.002],[-0.071,0.01],[-0.094,-0.016],[-0.172,0.071],[-0.145,0.095],[-0.171,0.175],[0,0],[-0.004,0.025],[0,0],[0,0.144],[0,0.321],[0.122,0.026],[0.15,0],[0.346,0],[0.219,-0.297],[0.198,-0.17],[0.125,-0.045],[0.273,-0.051],[0.37,-0.07],[0.244,-0.125],[0.131,-0.01],[0.141,0.011],[0.124,0],[0.147,-0.024],[-0.149,-0.073],[-0.172,-0.121],[-0.271,-0.093],[-0.099,0],[-0.041,0]],\"v\":[[215.694,64.37],[215.301,64.463],[214.908,64.857],[214.512,64.956],[214.121,65.053],[213.728,65.348],[213.238,65.448],[212.844,65.548],[212.746,65.94],[212.254,66.026],[211.957,66.038],[211.756,66.027],[211.467,66.038],[211.17,66.432],[210.777,66.725],[210.386,67.218],[210.386,67.413],[210.386,67.482],[210.287,67.319],[210.188,67.71],[210.878,68.201],[211.27,68.3],[211.66,68.395],[212.257,67.71],[213.04,67.021],[213.53,66.527],[213.926,66.432],[214.709,66.331],[215.499,65.645],[216.283,65.448],[216.644,65.454],[217.069,65.448],[217.462,65.448],[217.66,65.053],[217.266,64.857],[216.876,64.463],[216.085,64.37],[215.816,64.356]],\"c\":true},\"ix\":2},\"nm\":\"Path 125\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":125,\"ty\":\"sh\",\"ix\":126,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.016,-0.047]],\"o\":[[0.03,0.037],[0,0]],\"v\":[[210.508,67.683],[210.582,67.807]],\"c\":true},\"ix\":2},\"nm\":\"Path 126\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":126,\"ty\":\"sh\",\"ix\":127,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.006,-0.001],[0.294,-0.145],[-0.097,-0.121],[-0.097,-0.151],[-0.097,-0.122],[-0.145,-0.073],[-0.173,-0.023],[-0.348,0],[-0.469,0.028],[0,0],[0.123,0.023],[0.127,0.122],[0.093,0.05],[0.127,0.078],[0.124,0.052],[0.147,0.123],[0.138,0.056],[0.069,0]],\"o\":[[-0.317,0.097],[0.073,0.124],[0.122,0.147],[0.073,0.12],[0.099,0.122],[0.15,0.074],[0.321,0.073],[0.462,0],[0,0],[-0.123,-0.029],[-0.174,-0.052],[-0.093,-0.094],[-0.104,-0.051],[-0.122,-0.071],[-0.174,-0.071],[-0.073,0.013],[-0.126,-0.05],[-0.007,0]],\"v\":[[202.616,66.234],[201.832,66.627],[202.029,67.021],[202.421,67.319],[202.616,67.71],[202.91,68.104],[203.405,68.201],[204.267,68.201],[205.467,68.15],[205.371,67.71],[204.978,67.612],[204.483,67.413],[204.391,67.021],[203.993,66.922],[203.602,66.822],[203.306,66.432],[202.954,66.333],[202.636,66.233]],\"c\":true},\"ix\":2},\"nm\":\"Path 127\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":127,\"ty\":\"sh\",\"ix\":128,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.218,-0.029],[-0.048,-0.098],[-0.149,-0.126],[-0.298,0],[0,0],[-0.176,0.073],[0.072,0.124],[0.068,0.124],[0.121,0.052],[0.294,0]],\"o\":[[0.023,0.123],[0.097,0.145],[0.221,0.194],[0,0],[0.168,-0.029],[-0.054,-0.149],[-0.074,-0.121],[-0.076,-0.122],[-0.25,-0.095],[-0.223,0]],\"v\":[[278.123,66.432],[278.22,67.119],[278.516,67.516],[279.301,67.71],[279.694,67.71],[280.09,67.413],[279.889,67.021],[279.795,66.627],[279.402,66.527],[278.688,66.331]],\"c\":true},\"ix\":2},\"nm\":\"Path 128\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":128,\"ty\":\"sh\",\"ix\":129,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.125,-0.05],[0.296,-0.15],[-0.05,-0.248],[0,0],[0,0],[0,0]],\"o\":[[-0.291,0.118],[0.073,0.221],[0,0],[0,0],[0,0],[-0.123,0.021]],\"v\":[[209.499,68.988],[208.714,69.382],[208.91,69.97],[210.089,69.97],[210.089,69.282],[209.892,68.889]],\"c\":true},\"ix\":2},\"nm\":\"Path 129\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":129,\"ty\":\"sh\",\"ix\":130,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.115,0],[0,0],[0.146,0],[0.149,0],[0,0],[-0.123,-0.045],[-0.27,-0.076],[-0.144,-0.075],[-0.12,-0.07],[-0.05,-0.125],[0.176,0],[0.341,0],[0.297,-0.024],[0.149,-0.046],[0.172,-0.122],[0.368,-0.249],[0.169,-0.1],[0.147,-0.124],[0,-0.245],[0,0],[0,-0.145],[0.024,-0.293],[0,-0.122],[0.048,-0.173],[0.169,-0.048],[0.242,0],[0.517,0.324],[0.147,0.051],[0.123,0],[0.39,0],[0.026,0.293],[0,0],[0.323,-0.026],[0.112,0.009],[0.149,-0.028],[0.268,-0.2],[0.099,-0.123],[0.148,-0.122],[0.17,-0.021],[0.116,0.016],[0.148,-0.052],[0.121,-0.467],[0.023,-0.121],[0.221,-0.047],[0.064,0.006],[0.064,-0.013],[0.294,0],[0,0],[-0.097,-0.119],[-0.121,-0.141],[0,-0.172],[0,0],[0,0],[0,0.05],[0,0.292],[0,0.153],[0,0],[0.148,-0.072],[0.124,-0.101],[0.07,-0.171],[0,-0.294],[0.098,-0.464],[0.028,-0.118],[0.126,-0.147],[0.124,-0.199],[0.075,-0.147],[0.078,-0.121],[0.125,-0.094],[0.217,-0.295],[0.123,-0.1],[0.123,-0.073],[0.149,-0.046],[0.148,-0.025],[0.122,0],[0.199,0],[0.311,0.011],[0.294,-0.008],[0.197,-0.022],[0.347,-0.199],[0.196,-0.027],[0.174,0.021],[0.23,-0.052],[0.193,-0.126],[0.367,-0.145],[0.47,-0.194],[0.147,-0.098],[0.072,-0.318],[0.025,-0.297],[0.05,-0.144],[0.062,-0.005],[0.06,0.013],[0.148,0.025],[0.123,0.054],[0.097,0.096],[0.049,0.124],[0.074,0.171],[0.145,-0.244],[0.074,-0.145],[0,-0.147],[0,0],[0,-0.145],[0.022,-0.342],[0,0],[0.077,-0.148],[0.048,-0.194],[0,-0.147],[-0.122,-0.249],[-0.095,-0.15],[-0.099,-0.151],[-0.127,-0.268],[-0.291,-0.422],[0,0],[0.174,0.045],[0.08,-0.012],[0.084,0.023],[0.173,0.021],[0.147,0],[0.147,-0.027],[0,0],[-0.124,-0.149],[-0.248,-0.293],[-0.124,-0.123],[-0.122,-0.097],[-0.099,-0.203],[0,-0.173],[-0.026,-0.318],[-0.144,-0.293],[-0.074,-0.194],[-0.052,-0.395],[-0.022,-0.197],[-0.022,-0.194],[-0.175,-0.299],[-0.077,-0.146],[-0.171,-0.394],[-0.024,-0.153],[0,-0.125],[-0.05,-0.465],[-0.1,-0.319],[-0.024,-0.144],[0,-0.194],[0,0],[0.275,-0.071],[0.271,-0.147],[0.125,-0.075],[0.144,-0.196],[0,0],[-0.34,-0.271],[-0.246,-0.223],[-0.122,-0.074],[-0.149,-0.077],[-0.294,-0.121],[-0.124,-0.047],[-0.32,-0.098],[-0.246,0],[-0.245,0.023],[-0.27,0.049],[-0.125,0.025],[-0.197,0.149],[-0.072,0.124],[-0.098,0.146],[-0.049,0.099],[-0.124,0.127],[-0.143,0.072],[-0.295,0.022],[-0.27,0.099],[-0.196,0.071],[-0.294,0],[-0.661,-0.172],[-0.345,-0.097],[-0.197,-0.029],[-0.272,0],[-0.197,0.073],[-0.147,0.144],[-0.124,0.167],[-0.171,0.273],[-0.171,0.17],[-0.813,0.273],[-0.124,0.053],[-0.145,0.051],[-0.148,0.027],[-0.151,0],[-0.125,-0.022],[-0.143,-0.05],[-0.168,-0.047],[-0.296,0],[-0.27,0.053],[-0.152,0.071],[-0.37,0.271],[-0.145,0.126],[-0.121,0.095],[-0.171,0.05],[-0.068,-0.006],[-0.061,0.012],[-0.395,0],[-0.295,-0.025],[-0.198,0.015],[-0.275,-0.039],[-0.271,-0.12],[0,0],[-0.146,-0.077],[-0.293,0],[-0.243,0],[-0.148,0],[0,0],[-0.294,-0.026],[-0.123,-0.026],[-0.148,-0.072],[-0.1,-0.124],[-0.072,-0.22],[0,-0.144],[0,-0.466],[-0.444,-0.37],[-0.075,-0.147],[0,-0.292],[-0.12,-0.465],[-0.074,-0.12],[-0.147,-0.072],[-0.144,0],[-0.245,0.437],[-0.075,0.127],[-0.244,0.296],[-0.096,0.122],[-0.096,0.144],[-0.075,0.153],[-0.101,0.295],[-0.048,0.148],[-0.222,-0.221],[0,-0.195],[0.272,-0.273],[0,-0.518],[-0.047,-0.292],[-0.072,0.096],[-0.095,0.047],[-0.195,0],[-0.174,0],[-0.147,-0.025],[0,0],[0.025,-0.197],[0,0],[0.026,-0.466],[-0.059,-0.009],[-0.069,0.029],[-0.149,0.144],[-0.272,0],[-0.124,-0.198],[-0.072,-0.323],[-0.271,-0.271],[-0.1,-0.099],[0,-0.224],[0,0],[0,-0.149],[-0.025,-0.292],[-0.025,-0.12],[-0.247,-0.196],[-0.29,-0.176],[-0.173,-0.049],[-0.294,0],[-0.419,-0.193],[-0.149,-0.072],[-0.121,-0.076],[-0.151,-0.073],[-0.177,-0.05],[-0.393,0],[-0.445,0.441],[0,0.589],[0,0],[-0.17,-0.439],[-0.024,-0.119],[-0.247,-0.196],[-0.343,0],[-0.395,0.344],[-0.143,0.097],[-0.345,0.193],[-0.15,0.073],[-0.392,0],[-0.221,0],[-0.833,0],[-0.126,0.098],[-0.076,0.122],[-0.049,0.12],[-0.073,0.317],[-0.271,0.391],[-0.27,0.198],[0,0.272],[0,0],[0.051,0.196],[0,0.245],[-0.17,0.563],[-0.051,0.147],[-0.052,0.121],[-0.074,0.152],[-0.294,0.244],[-0.124,0.096],[-0.098,0.149],[-0.073,0.146],[-0.026,0.148],[-0.026,0.125],[-0.029,0.121],[-0.097,0.155],[-0.198,0.1],[-0.123,0.073],[-0.075,-0.004],[-0.073,0.085],[-0.048,0.173],[0,0.121],[0,0.146],[0,0.343],[-0.221,0.345],[-0.074,0.372],[-0.098,0.441],[-0.027,0.119],[0,0.144],[0,0],[0.072,0.147],[0.07,0.122],[0.1,0.174],[0.025,0.173],[0,0],[-0.022,0.118],[-0.075,0.319],[0,0.294],[0,0],[0,0],[0.024,0.122],[0.145,0.194],[0.172,0.348],[0.049,0.17],[0.023,0.124],[0.073,0.145],[0.075,0.126],[0.099,0.124],[0.274,0.219],[0.174,0.07],[0.147,0.119],[0,0.224],[0,0],[0.296,0],[0.466,0.052],[0.172,0.071],[0.122,0.069],[0.052,0.365],[0,0],[0,0.15],[0,0.342],[0.056,-0.011],[0.068,0.041],[0.073,0.121],[0.145,0.225],[0.12,0.079],[0.15,0.05],[0.269,0.196],[0.125,0.121],[0.099,0.121],[0.099,0.123],[0.198,0.076],[0.466,0.15],[0.152,0.099],[0.046,0.195],[0.073,0.269],[0.097,0.321],[0.025,0.171],[0.027,0.124],[0.021,0.145],[0,0.147],[0,0],[0.022,0.295],[0.022,0.126],[0.247,0.221],[0.097,0.195],[0,0.219],[0,0.296],[0.37,0.123],[0.124,0],[0.125,0.02],[0.15,0.025],[0.298,0.148],[0.074,0.12],[0.029,0.124],[0,0.125],[0.023,0.146],[0,0],[0.097,0.441],[0.097,0.172],[0.074,0.125],[0.051,0.196],[0.026,0.123],[0.045,0.272],[0.049,0.125],[0.294,0.197],[0.077,-0.015],[0.052,0.013],[0,0],[0.027,-0.295],[0,0],[0.072,-0.171],[0.097,-0.148],[0.17,-0.297],[0.047,-0.177],[0,-0.297],[-0.029,-0.123],[-0.025,-0.172],[0,-0.293],[0,0],[0.049,-0.197],[0.073,-0.172],[0,-0.193],[0,0],[0.123,-0.17],[0.123,-0.1],[0.198,-0.091],[0.224,0],[0.372,0.074],[0.069,-0.006],[0.061,0.01],[0.148,0.096],[0.095,0.177],[0.046,0.123],[0.127,0.148],[0.565,0.295],[0.395,0.121],[0.149,0.1],[0.247,0.314],[0.122,0.072],[0.081,-0.011],[0.054,0.01],[0.124,0],[0.072,-0.009],[0.094,0.026],[0.125,0.07],[0.077,0.174],[0,0.147],[0,0.175],[0,0.394],[0,0],[0.024,0.144],[0,0.169],[-0.074,0.149],[-0.074,0.126],[-0.07,0.122],[-0.075,0.146],[-0.12,0.148],[-0.2,0.32],[-0.048,0.121],[0,0],[0.27,0.047],[0.344,0.024],[0,0],[0.49,0.044],[0.17,0.047],[0.173,0],[0.127,0.024],[0.067,-0.005],[0.062,0.013],[0.194,0.098],[0.146,0.023],[0.068,-0.006],[0.061,0.012],[0.147,0.052],[0.12,0.053],[0.321,0.075],[0.043,0]],\"o\":[[0,0],[-0.148,0],[-0.147,0],[0,0],[0.075,0.125],[0.245,0.12],[0.152,0.049],[0.124,0.047],[0.125,0.078],[-0.146,0.049],[-0.343,0.023],[-0.295,0],[-0.17,0],[-0.219,0.098],[-0.343,0.273],[-0.174,0.1],[-0.176,0.096],[-0.174,0.149],[0,0],[0,0.146],[0.024,0.297],[0,0.15],[-0.024,0.174],[-0.051,0.17],[-0.222,0.079],[-0.615,0],[-0.147,-0.077],[-0.123,-0.047],[-0.367,-0.047],[-0.053,-0.29],[0,0],[-0.317,0],[-0.131,0.011],[-0.14,-0.01],[-0.324,0.043],[-0.124,0.07],[-0.118,0.172],[-0.146,0.127],[-0.121,0.023],[-0.143,-0.02],[-0.441,0.147],[-0.027,0.122],[-0.074,0.217],[-0.058,0.01],[-0.07,-0.006],[-0.271,0.049],[0,0],[0.073,0.126],[0.124,0.154],[0.098,0.129],[0,0],[0,0],[0,-0.046],[0,-0.295],[0,-0.149],[0,0],[-0.174,0],[-0.147,0.075],[-0.147,0.121],[-0.125,0.245],[0,0.487],[-0.027,0.124],[-0.073,0.202],[-0.146,0.173],[-0.072,0.144],[-0.071,0.125],[-0.072,0.124],[-0.266,0.242],[-0.074,0.123],[-0.123,0.096],[-0.124,0.072],[-0.147,0.05],[-0.123,0.023],[-0.173,0.023],[-0.39,0.03],[-0.233,-0.008],[-0.197,0],[-0.418,0.05],[-0.175,0.098],[-0.21,0.035],[-0.194,-0.023],[-0.223,0.046],[-0.347,0.22],[-0.491,0.198],[-0.171,0.079],[-0.273,0.17],[-0.052,0.269],[0,0.173],[-0.073,-0.01],[-0.066,0.007],[-0.152,-0.02],[-0.123,-0.022],[-0.124,-0.046],[-0.099,-0.098],[-0.075,-0.171],[-0.097,0.292],[-0.073,0.121],[-0.049,0.123],[0,0],[0,0.145],[0.022,0.348],[0,0],[-0.028,0.171],[-0.095,0.169],[-0.025,0.126],[0,0.294],[0.076,0.17],[0.097,0.145],[0.168,0.243],[0.219,0.49],[0,0],[-0.172,-0.076],[-0.087,-0.025],[-0.079,0.011],[-0.174,-0.049],[-0.12,-0.025],[-0.172,0],[0,0],[0,0.194],[0.244,0.296],[0.117,0.148],[0.124,0.124],[0.147,0.123],[0.071,0.146],[0.022,0.343],[0.022,0.317],[0.098,0.193],[0.146,0.345],[0.022,0.192],[0.026,0.196],[0.047,0.368],[0.072,0.146],[0.219,0.368],[0.05,0.149],[0.021,0.117],[0.075,0.465],[0.048,0.323],[0.047,0.147],[0.048,0.175],[0,0],[-0.294,0],[-0.319,0.098],[-0.123,0.08],[-0.195,0.149],[0,0],[0.466,0],[0.248,0.195],[0.123,0.098],[0.125,0.074],[0.296,0.145],[0.128,0.051],[0.294,0.125],[0.224,0.049],[0.248,0],[0.295,-0.029],[0.122,0],[0.225,-0.051],[0.123,-0.072],[0.102,-0.147],[0.073,-0.098],[0.097,-0.146],[0.119,-0.121],[0.248,-0.122],[0.296,-0.025],[0.201,-0.074],[0.269,-0.096],[0.689,0],[0.345,0.1],[0.172,0.048],[0.269,0.021],[0.217,0],[0.195,-0.072],[0.148,-0.151],[0.195,-0.275],[0.147,-0.221],[0.613,-0.612],[0.121,-0.026],[0.144,-0.045],[0.146,-0.05],[0.124,-0.022],[0.147,0],[0.146,0.027],[0.173,0.051],[0.272,0.076],[0.29,0],[0.171,-0.026],[0.394,-0.223],[0.17,-0.121],[0.147,-0.12],[0.123,-0.099],[0.061,-0.012],[0.068,0.006],[0.371,-0.123],[0.292,0],[0.255,0.024],[0.225,-0.016],[0.296,0.05],[0,0],[0.172,0.071],[0.249,0.149],[0.248,0],[0.149,0],[0,0],[0.299,0],[0.148,0],[0.151,0.046],[0.175,0.074],[0.148,0.171],[0.027,0.125],[0.021,0.47],[0.586,0],[0.145,0.125],[0.145,0.249],[0.028,0.493],[0.025,0.124],[0.072,0.145],[0.123,0.073],[0.517,0],[0.074,-0.122],[0.167,-0.319],[0.1,-0.122],[0.098,-0.125],[0.101,-0.15],[0.147,-0.243],[0.049,-0.145],[0.293,0.097],[0.119,0.125],[0,0.393],[-0.343,0.341],[0,0.294],[0.125,-0.073],[0.075,-0.098],[0.151,-0.099],[0.171,0],[0.147,0],[0,0],[0,0.22],[0,0],[-0.072,0.444],[0.054,-0.01],[0.075,0.011],[0.199,-0.096],[0.172,-0.17],[0.243,0],[0.17,0.274],[0.098,0.366],[0.096,0.095],[0.149,0.148],[0,0],[0,0.146],[-0.025,0.296],[0,0.15],[0.096,0.324],[0.245,0.198],[0.149,0.073],[0.271,0.096],[0.49,0],[0.172,0.079],[0.12,0.074],[0.145,0.073],[0.147,0.072],[0.342,0.123],[0.641,0],[0.416,-0.413],[0,0],[0.49,0],[0.025,0.127],[0.075,0.321],[0.244,0.197],[0.537,0],[0.147,-0.124],[0.32,-0.247],[0.147,-0.073],[0.321,-0.197],[0.223,0],[0.835,0.021],[0.177,0],[0.122,-0.094],[0.073,-0.098],[0.121,-0.293],[0.099,-0.468],[0.17,-0.275],[0.195,-0.147],[0,0],[0,-0.225],[-0.047,-0.218],[0,-0.587],[0.025,-0.15],[0.026,-0.124],[0.048,-0.147],[0.174,-0.343],[0.147,-0.125],[0.124,-0.1],[0.075,-0.121],[0.075,-0.146],[0.02,-0.125],[0.02,-0.118],[0.047,-0.171],[0.099,-0.166],[0.147,-0.073],[0.062,-0.03],[0.102,0.005],[0.121,-0.149],[0.019,-0.122],[0,-0.126],[0.025,-0.343],[0.219,-0.322],[0.217,-0.316],[0.098,-0.44],[0.026,-0.123],[0.02,-0.126],[0,0],[0,-0.174],[-0.074,-0.147],[-0.1,-0.175],[-0.072,-0.149],[0,0],[0,-0.149],[0.078,-0.323],[0.047,-0.27],[0,0],[0,0],[0,-0.149],[-0.054,-0.217],[-0.221,-0.295],[-0.075,-0.17],[-0.024,-0.126],[-0.05,-0.149],[-0.076,-0.149],[-0.098,-0.144],[-0.223,-0.243],[-0.146,-0.126],[-0.169,-0.078],[-0.175,-0.122],[0,0],[-0.294,-0.024],[-0.465,0],[-0.198,0],[-0.148,-0.049],[-0.296,-0.223],[0,0],[0,-0.124],[-0.023,-0.339],[-0.064,-0.012],[-0.073,0.015],[-0.124,-0.074],[-0.147,-0.224],[-0.074,-0.096],[-0.146,-0.074],[-0.295,-0.121],[-0.151,-0.101],[-0.121,-0.128],[-0.095,-0.127],[-0.123,-0.146],[-0.443,-0.196],[-0.171,-0.045],[-0.171,-0.097],[-0.049,-0.267],[-0.098,-0.319],[-0.05,-0.169],[-0.024,-0.124],[-0.024,-0.145],[-0.029,-0.121],[0,0],[-0.029,-0.296],[0,-0.146],[-0.1,-0.318],[-0.169,-0.147],[-0.099,-0.174],[0,-0.294],[0,-0.396],[-0.122,-0.026],[-0.12,0],[-0.146,-0.026],[-0.318,-0.073],[-0.146,-0.073],[-0.073,-0.103],[-0.024,-0.125],[-0.024,-0.149],[0,0],[-0.027,-0.467],[-0.051,-0.199],[-0.073,-0.122],[-0.1,-0.169],[-0.021,-0.122],[-0.048,-0.272],[-0.029,-0.122],[-0.147,-0.322],[-0.072,-0.04],[-0.058,0.011],[0,0],[0.048,0.296],[0,0],[-0.022,0.177],[-0.075,0.172],[-0.175,0.27],[-0.076,0.148],[-0.099,0.268],[0,0.144],[0.024,0.17],[0.051,0.272],[0,0],[0,0.225],[-0.024,0.172],[-0.075,0.174],[0,0],[0,0.218],[-0.098,0.122],[-0.145,0.123],[-0.193,0.103],[-0.392,0],[-0.061,-0.014],[-0.065,0.006],[-0.171,-0.027],[-0.15,-0.1],[-0.055,-0.12],[-0.099,-0.172],[-0.417,-0.496],[-0.346,-0.172],[-0.171,-0.049],[-0.322,-0.246],[-0.098,-0.127],[-0.057,-0.029],[-0.063,0.008],[-0.119,-0.028],[-0.079,-0.011],[-0.087,0.01],[-0.147,-0.027],[-0.146,-0.102],[-0.049,-0.122],[0,-0.175],[0,-0.392],[0,0],[-0.027,-0.151],[-0.022,-0.149],[0,-0.172],[0.077,-0.148],[0.074,-0.096],[0.074,-0.147],[0.099,-0.178],[0.242,-0.297],[0.071,-0.124],[0,0],[-0.265,-0.049],[-0.321,-0.072],[0,0],[-0.494,0],[-0.195,0],[-0.147,-0.049],[-0.149,0],[-0.061,-0.012],[-0.067,0.006],[-0.198,-0.048],[-0.151,-0.071],[-0.063,-0.013],[-0.066,0.006],[-0.146,-0.025],[-0.126,-0.021],[-0.295,-0.145],[-0.048,-0.008],[-0.085,0]],\"v\":[[226.975,69.674],[226.605,69.674],[226.214,69.773],[225.819,69.722],[225.819,70.461],[225.918,70.856],[226.702,71.052],[227.095,71.249],[227.49,71.343],[227.49,71.741],[227.095,71.937],[226.214,71.937],[225.425,71.937],[225.032,72.133],[224.54,72.525],[223.657,73.216],[223.168,73.512],[222.676,73.804],[222.283,74.294],[222.283,74.493],[222.381,74.883],[222.381,75.672],[222.283,76.062],[222.184,76.557],[221.889,76.946],[221.249,76.946],[219.723,76.654],[219.527,76.261],[219.134,76.261],[218.155,76.261],[217.952,75.379],[217.193,75.379],[216.381,75.575],[216.022,75.568],[215.598,75.575],[214.811,75.971],[214.61,76.359],[214.217,76.751],[213.926,77.145],[213.572,77.134],[213.137,77.145],[212.452,78.229],[212.352,78.621],[211.957,79.113],[211.772,79.112],[211.566,79.113],[210.777,79.113],[210.777,79.799],[210.975,80.192],[211.368,80.487],[211.566,80.908],[211.566,81.667],[209.845,81.667],[209.892,81.571],[209.795,80.787],[209.845,80.388],[208.741,80.388],[208.321,80.487],[207.926,80.687],[207.634,81.079],[207.535,81.865],[207.535,83.142],[207.434,83.533],[207.042,83.928],[206.647,84.424],[206.353,84.813],[206.254,85.206],[205.861,85.404],[205.176,86.191],[204.978,86.587],[204.587,86.781],[204.189,86.978],[203.798,87.174],[203.405,87.174],[202.91,87.269],[201.913,87.277],[201.145,87.269],[200.65,87.37],[199.668,87.765],[199.176,88.061],[198.615,88.055],[197.999,88.061],[197.509,88.455],[196.524,88.941],[195.243,89.53],[194.754,89.731],[194.262,90.516],[194.262,91.304],[194.064,91.695],[193.863,91.696],[193.676,91.695],[193.277,91.499],[192.884,91.4],[192.493,91.304],[192.493,90.91],[192.197,90.516],[191.902,91.304],[191.508,91.499],[191.508,91.895],[191.508,92.285],[191.61,92.677],[191.61,93.564],[191.61,93.958],[191.311,94.351],[190.92,94.742],[190.92,95.136],[191.017,95.925],[191.311,96.318],[191.709,96.614],[192.004,97.397],[192.785,98.58],[192.689,98.972],[192.295,98.679],[192.046,98.679],[191.806,98.679],[191.408,98.383],[191.017,98.282],[190.624,98.482],[190.624,99.243],[190.92,99.66],[191.61,100.446],[191.902,100.839],[192.295,101.132],[192.689,101.53],[192.884,101.921],[192.884,102.805],[193.18,103.688],[193.475,104.18],[193.772,105.166],[193.868,105.658],[193.868,106.147],[194.262,107.032],[194.559,107.425],[195.147,108.406],[195.345,108.806],[195.443,109.198],[195.443,110.47],[195.738,111.357],[195.934,111.747],[196.033,112.264],[196.033,113.913],[195.243,113.913],[194.457,114.402],[194.064,114.602],[193.676,115.094],[193.772,115.486],[194.949,115.682],[195.443,116.471],[195.835,116.667],[196.228,116.866],[197.012,117.255],[197.408,117.353],[198.194,117.749],[198.832,117.749],[199.473,117.749],[200.258,117.551],[200.65,117.551],[201.145,117.157],[201.537,116.961],[201.832,116.569],[201.931,116.175],[202.324,115.877],[202.616,115.486],[203.405,115.389],[204.189,115.29],[204.587,114.898],[205.371,114.802],[207.139,115.094],[208.025,115.486],[208.517,115.587],[209.207,115.682],[209.795,115.587],[210.188,115.194],[210.582,114.802],[211.072,114.011],[211.566,113.521],[213.334,112.143],[213.728,112.043],[214.121,111.851],[214.512,111.65],[214.908,111.65],[215.301,111.65],[215.694,111.851],[216.085,112.143],[216.876,112.143],[217.66,112.143],[218.056,111.851],[218.939,111.063],[219.43,110.766],[219.723,110.375],[220.017,109.981],[220.214,109.981],[220.41,109.981],[221.447,109.786],[222.184,109.883],[222.84,109.877],[223.559,109.883],[224.344,110.177],[224.74,110.375],[225.129,110.669],[225.819,111.063],[226.433,110.912],[226.803,110.968],[227.587,110.968],[228.475,110.968],[228.866,110.968],[229.261,111.161],[229.556,111.555],[229.947,112.043],[230.051,112.439],[230.051,113.618],[231.522,113.913],[231.816,114.306],[232.011,115.094],[232.111,116.373],[232.21,116.763],[232.504,117.157],[232.897,117.157],[234.077,116.471],[234.178,116.075],[234.96,115.486],[235.157,115.094],[235.551,114.802],[235.848,114.402],[236.144,113.618],[236.34,113.225],[237.126,113.521],[237.421,113.913],[236.829,114.702],[236.436,116.004],[236.533,116.763],[236.928,116.667],[237.024,116.274],[237.421,115.977],[237.814,116.175],[238.206,116.175],[238.206,117.331],[238.009,117.848],[238.009,118.237],[237.814,119.419],[237.986,119.426],[238.206,119.419],[238.6,119.027],[239.092,118.533],[239.684,118.731],[239.779,119.617],[240.566,120.306],[240.959,120.5],[241.055,121.092],[241.055,121.287],[240.959,121.679],[240.959,122.466],[240.959,122.859],[241.551,123.547],[242.332,124.041],[242.728,124.334],[243.517,124.43],[244.793,124.527],[245.092,124.925],[245.482,125.022],[245.876,125.319],[246.271,125.613],[247.251,125.711],[248.827,125.219],[249.219,123.745],[249.98,123.745],[250.986,124.527],[250.986,124.925],[251.381,125.711],[252.264,126.005],[253.447,125.219],[253.837,124.925],[254.723,124.334],[255.116,124.041],[256.123,123.745],[256.689,123.844],[258.827,123.769],[259.246,123.547],[259.639,123.351],[259.639,122.959],[260.033,122.174],[260.132,120.896],[260.918,120.5],[261.308,119.91],[261.308,119.718],[261.014,119.223],[261.014,118.584],[261.21,117.058],[261.408,116.667],[261.507,116.274],[261.702,115.877],[262.392,115.094],[262.783,114.802],[263.178,114.503],[263.371,114.109],[263.576,113.718],[263.576,113.322],[263.671,112.932],[263.965,112.533],[264.358,112.143],[264.751,111.947],[264.964,111.925],[265.243,111.851],[265.243,111.357],[265.342,110.968],[265.439,110.572],[265.439,109.688],[266.03,108.702],[266.522,107.817],[266.816,106.638],[266.917,106.248],[267.009,105.879],[267.009,103.862],[266.717,103.492],[266.522,103.101],[266.126,102.708],[265.831,102.314],[265.831,101.921],[265.831,101.53],[266.225,100.74],[266.225,99.956],[266.03,99.857],[266.03,98.679],[266.03,98.282],[265.637,97.792],[265.045,97.004],[264.751,96.614],[264.751,96.219],[264.556,95.825],[264.358,95.43],[263.965,95.136],[263.275,94.45],[262.882,94.155],[262.392,93.958],[262.098,93.49],[262.098,91.596],[261.308,91.499],[260.132,91.499],[259.639,91.304],[259.246,91.108],[258.655,90.322],[258.655,89.929],[258.556,89.53],[258.556,88.65],[258.376,88.661],[258.167,88.65],[257.772,88.455],[257.772,87.662],[257.379,87.566],[256.983,87.37],[256.199,86.978],[255.9,86.587],[255.507,86.291],[255.313,85.896],[254.822,85.6],[253.642,85.206],[253.149,85.011],[252.756,84.618],[252.756,83.832],[252.264,83.043],[252.264,82.554],[252.167,82.159],[251.973,81.766],[251.973,81.373],[251.973,80.983],[251.873,80.192],[251.873,79.799],[251.28,79.113],[250.79,78.721],[250.691,78.132],[250.887,77.342],[250.199,76.557],[249.806,76.557],[249.413,76.557],[249.02,76.359],[248.134,76.164],[247.743,75.971],[247.743,75.575],[247.743,75.18],[247.548,74.789],[247.548,74.393],[247.548,73.216],[247.154,72.82],[247.055,72.426],[246.66,72.035],[246.66,71.642],[246.568,70.856],[246.464,70.461],[245.777,69.773],[245.55,69.763],[245.383,69.773],[245.283,70.165],[245.184,70.952],[245.184,71.343],[244.894,71.741],[244.598,72.133],[244.107,72.92],[243.813,73.316],[243.714,74.101],[243.714,74.493],[244.007,74.883],[244.007,75.672],[244.007,76.455],[243.908,77.05],[243.714,77.54],[243.418,77.955],[243.418,81.251],[243.223,81.766],[242.824,81.965],[242.431,82.352],[241.842,82.455],[240.858,82.261],[240.658,82.26],[240.467,82.261],[240.074,81.965],[239.684,81.667],[239.684,81.276],[239.288,80.983],[237.912,79.997],[236.928,79.605],[236.436,79.408],[235.848,78.524],[235.652,78.132],[235.436,78.125],[235.254,78.132],[234.865,78.033],[234.641,78.039],[234.373,78.033],[233.978,77.838],[233.585,77.54],[233.681,77.175],[233.585,76.751],[233.783,75.745],[233.783,75.575],[233.585,75.18],[233.392,74.789],[233.585,74.393],[233.978,74.197],[234.077,73.804],[234.373,73.412],[234.668,72.92],[235.454,72.231],[235.551,71.839],[235.157,71.839],[234.373,71.642],[233.488,71.446],[233.095,71.446],[231.816,71.446],[231.326,71.249],[230.931,71.052],[230.537,71.052],[230.342,71.052],[230.146,71.052],[229.754,70.657],[229.358,70.461],[229.158,70.461],[228.965,70.461],[228.574,70.263],[228.181,70.165],[227.392,69.674],[227.258,69.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 130\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":130,\"ty\":\"sh\",\"ix\":131,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.338,-0.023],[0.34,0],[0,-0.245],[-0.197,-0.12],[-0.146,0],[-0.149,0.024],[-0.296,0.024],[0,0],[-0.297,0.022],[0,0],[0,0]],\"o\":[[-0.347,0.029],[-0.199,0.153],[0,0.251],[0.121,0.074],[0.171,0],[0.268,-0.048],[0,0],[0.295,-0.023],[0,0],[0,0],[-0.319,0.075]],\"v\":[[223.464,70.065],[222.579,70.065],[222.184,70.56],[222.381,71.148],[222.772,71.249],[223.168,71.052],[223.952,70.952],[224.344,70.952],[225.129,70.856],[225.129,70.065],[224.344,69.869]],\"c\":true},\"ix\":2},\"nm\":\"Path 131\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":131,\"ty\":\"sh\",\"ix\":132,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.096,-0.07],[0,0]],\"o\":[[0,0],[-0.146,0.025]],\"v\":[[222.579,70.065],[222.969,69.97]],\"c\":true},\"ix\":2},\"nm\":\"Path 132\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":132,\"ty\":\"sh\",\"ix\":133,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.046,-0.244],[0.098,-0.248],[0.244,-0.296],[0.197,-0.248],[0.147,-0.293],[0.099,-0.242],[0.099,-0.248],[0.167,0.013],[0.073,-0.121],[0.492,-0.341],[0.25,0],[0.282,0.023],[0.262,-0.021],[0.494,-0.293],[0.148,-0.246],[0.048,-0.246],[0.048,-0.247],[0,-0.687],[0,-0.289],[-0.099,-0.541],[-0.049,-0.347],[0,-0.293],[0.148,-0.248],[0.165,0.058],[0.07,-0.097],[0.147,-0.296],[0.048,-0.295],[0.147,-0.54],[0.048,-0.339],[0,0],[-0.098,-0.442],[0,-0.296],[0,0],[0,-0.3],[0,-0.588],[-0.295,0],[-0.591,0],[-0.248,-0.049],[-0.136,0.013],[-0.122,-0.024],[-0.3,0],[-0.294,0],[-0.171,-0.003],[-0.305,0.204],[-0.194,0.292],[-0.047,0.292],[0,0.298],[-0.148,0.886],[-0.048,0.241],[-0.149,0.348],[-0.051,0.341],[0,0.589],[-0.1,0.544],[-0.246,0.248],[-0.244,0.296],[0,0.392],[0,0.786],[-0.146,0.442],[0,0.344],[0,0],[0,0.295],[0,0],[-0.147,0.345],[-0.052,0.244],[0,0],[0.047,0.791],[0.047,0.538],[0.047,0.248],[0.296,0.244],[0.347,0.15],[0.249,0.099]],\"o\":[[-0.048,0.244],[-0.147,0.34],[-0.248,0.296],[-0.202,0.244],[-0.096,0.248],[-0.1,0.244],[-0.05,0.124],[-0.165,-0.013],[-0.295,0.494],[-0.196,0.101],[-0.3,0.057],[-0.224,-0.017],[-0.589,0.05],[-0.292,0.146],[-0.148,0.242],[-0.049,0.241],[-0.148,0.639],[0,0.296],[0,0.593],[0.052,0.341],[0.048,0.243],[0,0.296],[-0.076,0.126],[-0.155,-0.054],[-0.196,0.244],[-0.146,0.291],[-0.1,0.54],[-0.049,0.347],[0,0],[0,0.488],[0.047,0.245],[0,0],[0,0.296],[0.05,0.588],[0.294,0],[0.593,0],[0.297,0],[0.123,0.027],[0.133,-0.012],[0.246,0.054],[0.293,0],[0.181,-0.015],[0.384,0.008],[0.292,-0.195],[0.147,-0.249],[0.05,-0.245],[0.05,-0.931],[0.05,-0.244],[0.097,-0.348],[0.145,-0.34],[0.096,-0.541],[0,-0.589],[0.046,-0.34],[0.296,-0.29],[0.2,-0.25],[0,-0.785],[0,-0.496],[0.098,-0.293],[0,0],[0,-0.296],[0,0],[0,-0.391],[0.099,-0.245],[0,0],[0,-0.79],[0,-0.587],[0,-0.248],[-0.049,-0.345],[-0.295,-0.244],[-0.242,-0.099],[0,0.296]],\"v\":[[69.703,73.116],[69.703,73.905],[68.918,74.493],[68.329,75.279],[67.539,75.868],[67.344,76.654],[67.344,77.443],[66.966,77.542],[66.557,77.638],[65.965,79.211],[65.178,79.211],[64.326,79.224],[63.607,79.211],[62.034,79.605],[61.249,79.997],[61.249,80.787],[61.249,81.571],[60.462,83.142],[60.656,83.928],[60.656,85.503],[61.249,86.291],[61.249,87.074],[61.249,87.863],[60.84,87.874],[60.462,87.863],[60.066,88.65],[59.676,89.434],[59.676,91.007],[59.083,91.793],[59.083,92.189],[59.478,93.368],[59.676,94.155],[59.676,94.938],[59.871,95.73],[59.871,97.202],[60.656,97.3],[62.23,97.202],[62.626,97.887],[63.022,97.888],[63.411,97.887],[64.199,98.084],[64.984,97.887],[65.514,97.879],[66.557,97.692],[67.145,96.91],[67.539,96.119],[67.539,95.332],[67.539,92.973],[67.734,92.189],[68.329,91.4],[68.918,90.615],[68.918,89.044],[68.918,87.465],[69.703,86.877],[70.682,86.291],[71.471,85.699],[70.883,83.735],[71.276,82.554],[71.671,81.766],[71.671,80.983],[71.471,80.192],[71.471,79.799],[72.257,79.211],[72.456,78.425],[72.456,78.033],[72.062,76.062],[72.062,74.493],[72.062,73.705],[71.276,73.116],[70.487,72.525],[69.703,72.327]],\"c\":true},\"ix\":2},\"nm\":\"Path 133\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":133,\"ty\":\"sh\",\"ix\":134,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.039,-0.004],[0.063,0.014],[0,0],[-0.095,-0.15],[-0.075,-0.124],[-0.127,-0.101],[-0.049,-0.196],[-0.049,-0.273],[-0.095,-0.145],[-0.144,-0.095],[-0.124,-0.072],[-0.466,-0.223],[-0.296,-0.119],[-0.147,-0.045],[-0.172,0],[0,0],[0.027,0.124],[0.1,0.148],[0.147,0.102],[0.122,0.05],[0.197,0.124],[0.22,0.123],[0.121,0.074],[0.073,0.201],[0.024,0.125],[0.296,0.222],[0.37,0.248],[0.196,0.05],[0.025,0]],\"o\":[[-0.069,0.006],[0,0],[0.097,0.15],[0.076,0.123],[0.073,0.12],[0.146,0.121],[0.05,0.271],[0.023,0.172],[0.101,0.145],[0.124,0.074],[0.439,0.295],[0.297,0.148],[0.146,0.052],[0.147,0.048],[0,0],[-0.02,-0.123],[-0.048,-0.171],[-0.099,-0.146],[-0.096,-0.046],[-0.221,-0.097],[-0.224,-0.122],[-0.124,-0.076],[-0.175,-0.1],[-0.024,-0.117],[-0.121,-0.367],[-0.343,-0.247],[-0.17,-0.096],[-0.025,-0.004],[-0.038,0]],\"v\":[[287.269,87.372],[287.068,87.37],[286.379,87.465],[286.673,87.863],[286.87,88.259],[287.267,88.455],[287.657,88.846],[287.657,89.633],[287.949,90.026],[288.245,90.417],[288.641,90.615],[289.92,91.206],[290.704,91.596],[291.097,91.793],[291.514,91.99],[292.374,91.99],[292.374,91.596],[292.079,91.206],[291.785,90.808],[291.392,90.712],[290.803,90.516],[290.311,90.026],[289.92,89.929],[289.525,89.53],[289.525,89.139],[288.835,88.354],[287.949,87.662],[287.46,87.37],[287.386,87.365]],\"c\":true},\"ix\":2},\"nm\":\"Path 134\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":134,\"ty\":\"sh\",\"ix\":135,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.244],[-0.124,-0.272],[-0.07,-0.145],[-0.219,-0.294],[-0.341,-0.268],[-0.099,-0.124],[-0.073,-0.147],[-0.051,-0.124],[-0.076,-0.149],[0,-0.295],[-0.047,-0.145],[-0.049,-0.145],[0,-0.194],[0,0],[0,0],[-0.05,-0.392],[0,-0.15],[0,0],[0,0],[0,0],[0,0],[-0.173,0.393],[-0.126,0.118],[-0.121,0.125],[-0.07,0.175],[-0.044,0.122],[-0.126,0.295],[-0.026,0.146],[0,0.291],[0,0],[-0.049,0.174],[-0.048,0.145],[-0.075,0.172],[-0.075,0.123],[-0.12,0.124],[-0.078,-0.025],[-0.036,0.047],[0,0.173],[0,0.15],[0.074,0.171],[0.271,0],[0.174,-0.121],[0.075,-0.098],[0.246,0],[0.393,0.027],[0,0],[0.144,0],[0.147,-0.024],[0,0],[0,0.323],[0.222,0.244],[0.196,0.118],[0.073,-0.017],[0.057,0.022],[0.046,-0.171],[0.023,-0.122],[0.074,-0.168],[0.126,0.1],[0.095,0.145],[0,0.242],[-0.023,0.217],[0,0.147],[0.049,0.099],[0.084,-0.023],[0.047,0.035],[0.098,0.1],[0.122,0.145],[0.098,0.125],[0.124,0.176],[0.096,0.169],[0.104,0.149],[0.169,0.075],[0.22,0]],\"o\":[[0,0.324],[0.05,0.149],[0.173,0.347],[0.273,0.346],[0.119,0.073],[0.097,0.125],[0.048,0.121],[0.075,0.172],[0,0.295],[0,0.177],[0.05,0.148],[0.072,0.177],[0,0],[0,0],[-0.02,0.392],[0,0.148],[0,0],[0,0],[0,0],[0,0],[0.024,-0.443],[0.074,-0.175],[0.122,-0.126],[0.123,-0.121],[0.054,-0.119],[0.15,-0.294],[0.046,-0.15],[0.047,-0.268],[0,0],[0.027,-0.201],[0.051,-0.151],[0.051,-0.172],[0.045,-0.124],[0.074,-0.147],[0.051,-0.05],[0.075,0.024],[0.101,-0.123],[0,-0.146],[0,-0.193],[-0.097,-0.228],[-0.246,0],[-0.099,0.076],[-0.147,0.176],[-0.391,0],[0,0],[-0.146,0],[-0.172,0],[0,0],[0.119,-0.295],[0,-0.344],[-0.147,-0.173],[-0.065,-0.041],[-0.062,0.014],[-0.075,0.172],[-0.024,0.124],[-0.049,0.171],[-0.12,-0.072],[-0.145,-0.121],[-0.151,-0.198],[0,-0.221],[0,-0.147],[0,-0.144],[-0.027,-0.051],[-0.076,0.02],[-0.126,-0.099],[-0.124,-0.118],[-0.099,-0.123],[-0.123,-0.171],[-0.124,-0.17],[-0.099,-0.147],[-0.096,-0.146],[-0.174,-0.073],[-0.242,0]],\"v\":[[303.094,117.058],[303.387,117.848],[303.582,118.237],[304.072,119.123],[304.96,119.91],[305.353,120.107],[305.548,120.5],[305.647,120.896],[305.943,121.287],[305.845,122.342],[305.943,122.761],[306.139,123.152],[306.434,123.573],[306.434,126.053],[304.465,126.053],[304.368,127.086],[304.465,127.482],[304.465,127.923],[306.999,127.923],[306.999,131.167],[308.694,131.167],[308.892,130.038],[309.287,129.745],[309.68,129.445],[310.069,129.149],[310.168,128.758],[310.566,127.973],[310.762,127.578],[310.762,126.795],[312.137,126.795],[312.137,126.3],[312.332,125.908],[312.629,125.515],[312.629,125.123],[312.92,124.729],[313.131,124.728],[313.314,124.729],[313.514,124.334],[313.415,123.938],[313.314,123.453],[312.725,123.055],[312.137,123.253],[312.137,123.645],[311.496,123.745],[310.467,123.645],[309.973,123.645],[309.581,123.547],[309.188,123.721],[309.09,122.859],[309.384,122.071],[308.793,121.386],[308.4,120.896],[308.189,120.89],[308.008,120.896],[307.714,121.287],[307.714,121.679],[307.415,122.071],[307.022,121.875],[306.73,121.485],[306.533,120.896],[306.632,120.306],[306.73,119.91],[306.632,119.518],[306.441,119.512],[306.238,119.518],[306.04,119.123],[305.647,118.829],[305.451,118.436],[305.059,118.041],[304.764,117.551],[304.465,117.157],[304.176,116.763],[303.582,116.667]],\"c\":true},\"ix\":2},\"nm\":\"Path 135\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":135,\"ty\":\"sh\",\"ix\":136,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.017,-0.008],[0.124,-0.12],[0,-0.175],[-0.271,-0.413],[0,0],[0,0],[0.103,0]],\"o\":[[-0.151,0.075],[-0.119,0.124],[0,0.515],[0,0],[0,0],[-0.125,0],[-0.019,0]],\"v\":[[248.727,127.187],[248.332,127.382],[248.134,127.777],[248.727,128.954],[249.118,128.856],[249.118,127.282],[248.78,127.176]],\"c\":true},\"ix\":2},\"nm\":\"Path 136\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":136,\"ty\":\"sh\",\"ix\":137,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.042,-0.006],[0.054,0.013],[0.147,0],[-0.022,-0.126],[-0.07,-0.125],[-0.149,-0.099],[-0.069,0.021],[-0.051,-0.051],[-0.049,-0.119],[-0.025,-0.12],[0,0],[0,0],[0.099,0.122],[0.075,0.125],[0.122,0.146],[0.099,0.048],[0.033,0]],\"o\":[[-0.063,0.009],[-0.128,-0.026],[0,0.147],[0.029,0.116],[0.096,0.147],[0.046,0.036],[0.076,-0.024],[0.099,0.097],[0.05,0.125],[0,0],[0,0],[0,-0.172],[-0.096,-0.125],[-0.098,-0.147],[-0.077,-0.101],[-0.025,-0.012],[-0.037,0]],\"v\":[[256.48,127.377],[256.298,127.382],[255.9,127.676],[255.9,128.073],[255.9,128.464],[256.298,128.758],[256.483,128.753],[256.689,128.758],[256.788,129.149],[256.886,129.545],[257.574,129.545],[257.574,128.784],[257.475,128.365],[257.082,128.167],[256.788,127.777],[256.689,127.382],[256.6,127.365]],\"c\":true},\"ix\":2},\"nm\":\"Path 137\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":137,\"ty\":\"sh\",\"ix\":138,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.248,-0.076],[0.151,-0.126],[0.072,-0.097],[-0.019,-0.121],[-0.072,-0.32],[0,-0.121],[0,0],[-0.079,-0.146],[-0.173,-0.096],[-0.122,-0.097],[-0.173,-0.302],[-0.051,-0.123],[-0.071,-0.148],[-0.173,-0.339],[-0.198,-0.273],[-0.172,0],[0,0],[0.019,0.468],[0,0.079],[0,0],[0,0],[0,0.319],[-0.103,0.123],[-0.097,0.051],[-0.025,0.194],[0,0.143],[0,0.177],[0,0.148],[0,0.151],[0,0],[0.148,-0.024],[0.08,0.006],[0.084,-0.012],[0.168,0],[0.119,0.05],[0.126,0.099],[0.123,0.122],[0.121,0.12],[0.244,0]],\"o\":[[-0.17,0.049],[-0.096,0.07],[0.024,0.144],[0.101,0.321],[0.027,0.124],[0,0],[0,0.172],[0.097,0.195],[0.125,0.073],[0.271,0.194],[0.071,0.121],[0.068,0.171],[0.197,0.321],[0.145,0.301],[0.07,0.12],[0,0],[0.024,-0.471],[0,-0.07],[0,0],[0,0],[0,-0.32],[0,-0.171],[0.071,-0.095],[0.173,-0.124],[0.024,-0.123],[0,-0.177],[0,-0.147],[0,-0.148],[0,0],[-0.171,0],[-0.087,0.013],[-0.08,-0.006],[-0.148,0.026],[-0.151,0],[-0.173,-0.072],[-0.124,-0.097],[-0.126,-0.127],[-0.173,-0.177],[-0.269,0]],\"v\":[[250.691,129.545],[250.199,129.645],[250.103,130.038],[249.806,130.528],[250.199,131.316],[250.199,131.709],[250.199,132.101],[250.4,132.494],[250.79,132.887],[251.184,133.083],[251.873,133.775],[251.973,134.166],[252.264,134.557],[252.858,135.341],[253.249,136.135],[253.665,136.231],[254.574,136.231],[254.626,135.047],[254.574,134.851],[256.199,134.851],[256.199,133.847],[255.9,133.083],[256.1,132.689],[256.493,132.594],[256.886,132.2],[256.837,131.834],[256.886,131.411],[256.788,131.02],[256.837,130.627],[254.55,130.627],[254.133,130.823],[253.884,130.824],[253.642,130.823],[253.249,131.02],[252.858,130.921],[252.559,130.528],[252.167,130.234],[251.873,129.843],[251.381,129.445]],\"c\":true},\"ix\":2},\"nm\":\"Path 138\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":138,\"ty\":\"sh\",\"ix\":139,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.369,-0.026],[0,0],[0,0],[0.123,-0.099],[0.074,-0.146],[0,-0.146],[0.023,-0.464],[0.269,-0.268],[0.345,-0.173],[0.296,-0.176],[0.347,-0.169],[0,0],[0.101,-0.05],[0.118,-0.096],[0.123,-0.101],[0.147,-0.075],[0.123,-0.052],[0.244,-0.199],[0.077,-0.12],[0.219,-0.242],[0.147,-0.099],[0.144,-0.072],[0.175,-0.048],[0.068,0.006],[0.061,-0.011],[0.146,-0.027],[0.022,-0.121],[0.027,-0.123],[0,-0.193],[-0.268,-0.177],[-0.146,-0.025],[-0.489,0],[-0.246,-0.121],[-0.149,-0.1],[-0.149,-0.099],[-0.318,0],[-0.151,0.021],[-0.075,0.022],[-0.122,0.096],[-0.117,0.077],[-0.148,0.047],[-0.465,0],[-0.102,0.366],[-0.099,0.144],[-0.296,0.248],[-0.075,0.2],[-0.052,0.275],[-0.077,0.269],[-0.047,0.146],[-0.051,0.118],[-0.146,0.098],[-0.319,0.048],[-0.146,0],[-0.464,0.025],[-0.145,0.029],[0.074,0.124],[0,0.242],[-0.221,0.318],[-0.346,0.171],[-0.126,0.046],[-0.122,0.099],[-0.05,0.196],[-0.026,0.121],[0,0.151],[0,0.165],[0,0],[0.421,0.023],[0.224,0.173],[0.049,0.097],[0.074,0.144],[0.147,0.098],[0.248,0]],\"o\":[[0,0],[0,0],[-0.147,0.074],[-0.146,0.099],[-0.075,0.126],[-0.05,0.465],[-0.026,0.394],[-0.269,0.274],[-0.319,0.17],[-0.321,0.193],[0,0],[-0.122,0.052],[-0.147,0.095],[-0.123,0.098],[-0.124,0.097],[-0.12,0.074],[-0.318,0.127],[-0.122,0.097],[-0.171,0.273],[-0.098,0.128],[-0.125,0.072],[-0.176,0.077],[-0.059,0.012],[-0.067,-0.005],[-0.124,0.024],[0,0.148],[-0.025,0.126],[-0.052,0.172],[0,0.32],[0.122,0.071],[0.469,0.126],[0.296,0],[0.175,0.072],[0.146,0.096],[0.248,0.15],[0.171,0],[0.072,0],[0.126,-0.072],[0.126,-0.103],[0.127,-0.068],[0.417,-0.17],[0,-0.39],[0.023,-0.178],[0.197,-0.321],[0.145,-0.123],[0.097,-0.268],[0.05,-0.27],[0.047,-0.153],[0.051,-0.124],[0.069,-0.174],[0.247,-0.199],[0.122,-0.03],[0.468,0],[0.152,0],[-0.07,-0.147],[-0.124,-0.199],[0,-0.42],[0.222,-0.294],[0.124,-0.049],[0.172,-0.079],[0.148,-0.125],[0.025,-0.118],[0.025,-0.125],[0,-0.168],[0,0],[-0.416,0],[-0.288,0],[-0.1,-0.075],[-0.07,-0.122],[-0.074,-0.148],[-0.196,-0.126],[-0.37,0]],\"v\":[[301.42,129.645],[301.42,131.512],[300.634,131.903],[300.24,132.101],[299.848,132.394],[299.848,132.791],[299.947,133.968],[299.357,134.753],[298.569,135.443],[297.684,135.839],[296.897,136.424],[296.504,136.62],[296.111,136.723],[295.819,137.115],[295.423,137.412],[295.126,137.805],[294.736,137.9],[293.85,138.198],[293.65,138.587],[293.261,139.373],[292.868,139.673],[292.478,139.865],[292.079,140.162],[291.887,140.162],[291.689,140.162],[291.296,140.262],[291.296,140.652],[291.197,141.047],[290.9,141.44],[291.392,142.131],[291.785,142.326],[293.064,142.326],[293.85,142.422],[294.243,142.718],[294.538,143.112],[295.374,143.31],[295.819,143.31],[296.012,143.112],[296.405,142.917],[296.6,142.52],[296.996,142.326],[298.175,142.225],[298.277,141.247],[298.569,140.852],[299.357,140.162],[299.751,139.769],[299.947,138.98],[300.145,138.198],[300.339,137.805],[300.441,137.412],[300.829,137.115],[301.618,136.723],[302.008,136.723],[303.188,136.723],[303.582,136.62],[303.387,136.231],[302.993,135.742],[303.483,134.753],[304.272,134.166],[304.665,134.071],[304.96,133.676],[305.353,133.277],[305.353,132.887],[305.353,132.494],[305.548,132.13],[305.548,130.921],[304.465,130.921],[303.681,130.823],[303.582,130.43],[303.387,130.038],[302.993,129.745],[302.378,129.545]],\"c\":true},\"ix\":2},\"nm\":\"Path 139\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":139,\"ty\":\"sh\",\"ix\":140,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.176,0.003],[0.056,-0.045],[0.125,-0.095],[0.081,0.017],[0.045,-0.02],[0.048,-0.073],[0,0],[0,0],[0,0.146]],\"o\":[[-0.157,-0.003],[-0.124,0.099],[-0.055,0.044],[-0.066,-0.014],[-0.097,0.052],[0,0],[0,0],[0,-0.145],[-0.065,0.064]],\"v\":[[293.723,144.252],[293.36,144.29],[293.163,144.68],[292.944,144.69],[292.769,144.68],[292.671,145.028],[294.243,145.028],[294.243,144.586],[294.147,144.195]],\"c\":true},\"ix\":2},\"nm\":\"Path 140\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.641469717026,0.868382334709,1],\"ix\":4},\"o\":{\"a\":0,\"k\":50,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[337.65,165.187],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":142,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[696,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 4\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":400,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":430,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":762,\"s\":[7,7]},{\"t\":792,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[592,280],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"sydney\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[7,7],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[230,51],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"fin 2\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":309,\"s\":[7,7]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":339,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1533,\"s\":[0,0]},{\"t\":1563,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[342,93],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"fin\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":318,\"s\":[7,7]},{\"i\":{\"x\":[0.667,0.667],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":348,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1509,\"s\":[0,0]},{\"t\":1539,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[336,118],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"eu\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":4,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":0,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":30,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":566,\"s\":[7,7]},{\"t\":596,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[439,150],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"jakart 2\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":5,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":53,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":83,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":756,\"s\":[7,7]},{\"t\":786,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[513,221],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"jakart\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":6,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":83,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":113,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":791,\"s\":[7,7]},{\"t\":821,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[520,175],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"singa\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":7,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":630,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":660,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1765,\"s\":[0,0]},{\"t\":1795,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[461,182],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"india\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":8,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":492,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":522,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1619,\"s\":[0,0]},{\"t\":1649,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[408,166],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"uae\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":9,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":249,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":279,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1375,\"s\":[0,0]},{\"t\":1405,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[315,135],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"barca\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":10,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":284,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":314,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1427,\"s\":[0,0]},{\"t\":1457,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[328,193],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"nigeria\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":11,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":830,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":860,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":1489,\"s\":[7,7]},{\"t\":1519,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[99,139],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"la\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":12,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":34,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":64,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1143,\"s\":[0,0]},{\"t\":1173,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[225,234],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"brazil\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":13,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":218,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":248,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":941,\"s\":[7,7]},{\"t\":971,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[578,143],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"japan\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":14,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":430,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":460,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1564,\"s\":[0,0]},{\"t\":1594,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[387,104],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"russia\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":15,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":177,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":207,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":876,\"s\":[7,7]},{\"t\":906,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[561,119],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"china\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":16,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":366,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":396,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1569,\"s\":[0,0]},{\"t\":1599,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[357,274],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"south africa\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":17,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1010,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":1040,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":1709,\"s\":[7,7]},{\"t\":1739,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[178,217],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"colombia\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":18,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":239,\"s\":[7,7]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":269,\"s\":[0,0]},{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1392,\"s\":[0,0]},{\"t\":1422,\"s\":[7,7]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[315,107],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"london\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":19,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0,0],\"y\":[1,1]},\"o\":{\"x\":[0.333,0.333],\"y\":[0,0]},\"t\":1012,\"s\":[0,0]},{\"i\":{\"x\":[0.833,0.833],\"y\":[1,1]},\"o\":{\"x\":[0.167,0.167],\"y\":[0,0]},\"t\":1042,\"s\":[7,7]},{\"i\":{\"x\":[0.678,0.678],\"y\":[1,1]},\"o\":{\"x\":[1,1],\"y\":[0,0]},\"t\":1678,\"s\":[7,7]},{\"t\":1708,\"s\":[0,0]}],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[172.85,127.5],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"new york\",\"np\":1,\"cix\":2,\"bm\":0,\"ix\":20,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0.454901963472,0.717647075653,0.815686285496,1],\"ix\":4},\"o\":{\"a\":0,\"k\":100,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"cities\",\"np\":21,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.295,-0.054],[0.068,0.006],[0.061,-0.012],[0.171,-0.124],[0.198,-0.026],[0.173,0],[0,0],[0.195,0],[0,0],[0.147,0],[0.246,0],[0.219,-0.021],[0.441,-0.347],[-0.099,-0.197],[0,-0.196],[0.296,-0.095],[0.297,0],[0.295,0.122],[0.171,0],[0,0],[0.517,0.273],[0.149,0.027],[0.415,0],[0.173,-0.026],[0.122,-0.023],[0.15,-0.102],[0.197,0],[0.319,0],[0,0],[0.194,0.022],[0.245,0],[0.418,-0.15],[0.488,0],[0.095,-0.017],[0.072,-0.014],[0.032,0.002],[0.033,-0.007],[0.109,-0.024],[0.136,-0.039],[0.219,-0.086],[-0.12,-0.149],[-0.109,-0.048],[-0.086,-0.016],[-0.036,0.002],[-0.048,-0.008],[-0.173,-0.113],[-0.084,-0.073],[-0.051,-0.087],[-0.025,-0.087],[-0.024,-0.145],[0,-0.208],[0,0],[0.059,0.048],[0.085,0.026],[0.031,-0.003],[0.033,0.008],[0.097,0.01],[0.083,0.025],[0.101,0.024],[0.033,-0.002],[0.03,0.006],[0.089,0.024],[0.097,0.014],[0.075,0],[0.108,0],[0.16,0],[0.123,-0.061],[0.041,-0.085],[0,-0.089],[-0.012,-0.065],[-0.086,-0.135],[-0.072,-0.062],[-0.098,-0.049],[-0.185,-0.085],[-0.149,-0.062],[-0.062,-0.012],[-0.074,-0.017],[-0.086,-0.012],[-0.172,0],[0,0],[-0.085,-0.01],[-0.076,-0.049],[-0.075,-0.039],[-0.149,-0.15],[-0.061,-0.076],[-0.099,-0.162],[-0.039,-0.098],[-0.009,-0.085],[-0.009,-0.072],[0,-0.11],[0.146,0],[0.074,0],[0.16,0.036],[0.097,0.014],[0.036,-0.002],[0.052,0.008],[0.109,0.037],[0.149,0.059],[0.074,0.028],[0.084,0.025],[0.085,0.038],[0.109,0.037],[0.062,0.012],[0.28,0.036],[0.121,0.021],[0.206,0.073],[0.061,0.02],[0.097,0.061],[0.059,0.036],[0.101,0.063],[0.099,0.063],[0.076,0.072],[0.126,0.036],[0.039,-0.005],[0.044,0.012],[0.072,0.013],[0.061,0.015],[0.109,0],[0,0],[0.096,0.011],[0.159,0.047],[0.126,0.048],[0.243,0],[0.786,0],[-0.024,-0.097],[-0.046,-0.075],[-0.16,-0.165],[-0.199,-0.035],[-0.034,0.005],[-0.049,-0.02],[0,0],[-0.062,-0.061],[-0.147,-0.109],[-0.065,-0.072],[-0.064,-0.071],[-0.061,-0.097],[-0.06,-0.149],[-0.022,-0.063],[-0.037,-0.096],[0,-0.169],[0,0],[0,0],[0.097,0.016],[0.084,0.039],[0.087,0.048],[0.086,0.074],[0.058,0.059],[0.063,0.035],[0.099,0.061],[0.102,0.062],[0.11,0.073],[0.186,0.108],[0.075,0.036],[0.074,0.047],[0.073,0.06],[0.18,0.034],[0.059,0.01],[0.073,0],[0.174,0.09],[0.051,0.075],[0.051,0.074],[0.085,0.048],[0.062,0.023],[0.11,0.026],[0.073,0],[0.162,0],[0,0],[0,0],[-0.062,-0.146],[-0.11,-0.223],[0,-0.128],[0.015,-0.11],[0,-0.098],[0,-0.061],[0,0],[0.025,-0.074],[0.11,-0.314],[0.059,-0.074],[0.075,-0.038],[0.111,0],[0.121,0.05],[0.1,0.071],[0.061,0.159],[0,0.08],[-0.038,0.162],[-0.05,0.069],[-0.133,0.156],[-0.035,0.099],[0,0.086],[0.013,0.061],[0.05,0.089],[0.06,0.099],[0.017,0.103],[0,0],[0,0.063],[0.136,0.097],[0.087,0.048],[0.096,0.065],[0.073,0.061],[0.085,0.022],[0.133,0],[0.118,-0.025],[0.076,-0.01],[0.133,-0.038],[0.071,-0.026],[0.17,-0.112],[0.098,-0.049],[0.073,-0.021],[0.076,-0.015],[0.032,0.003],[0.033,-0.008],[0.084,-0.026],[0.085,-0.039],[0.099,-0.023],[0.171,0],[0.088,0],[0,0],[0.086,-0.027],[0.083,-0.036],[0.073,-0.014],[0.159,0],[0,0],[0.135,0],[0.433,0],[0.089,-0.024],[0.062,-0.028],[0.048,-0.1],[0.012,-0.058],[-0.072,-0.035],[-0.06,-0.014],[-0.077,0],[-0.068,0.003],[-0.087,-0.005],[-0.113,-0.049],[-0.085,-0.059],[-0.051,-0.086],[-0.038,-0.076],[-0.035,-0.071],[-0.101,-0.047],[-0.085,-0.024],[-0.158,-0.039],[-0.072,0],[-0.059,0.004],[-0.079,-0.007],[-0.074,-0.036],[-0.087,-0.051],[-0.147,-0.062],[-0.075,-0.022],[-0.061,-0.037],[-0.126,-0.133],[0,0],[0,0],[0.075,0.02],[0.06,0.013],[0.075,0.025],[0.173,0.087],[0.097,0.061],[0.085,0.049],[0.07,0.062],[0.097,0.017],[0.117,-0.011],[0.101,0.008],[0.099,0],[0,0],[0.088,0.025],[0.124,0.05],[0.16,0.036],[0.075,0.022],[0.187,0.135],[0.072,0.075],[0.061,0.088],[0.06,0.038],[0.09,0.035],[0.073,0],[0.32,-0.085],[0.074,-0.02],[0.086,-0.034],[0.083,-0.038],[0.086,-0.035],[0.085,-0.042],[0.198,-0.065],[0.059,-0.024],[0,-0.131],[-0.111,-0.172],[-0.051,-0.086],[-0.027,-0.073],[0,-0.085],[0,0],[0,0],[0.149,0.059],[0.087,0.063],[0.081,0.051],[0.085,0],[0.858,0.01],[0.052,-0.076],[0.073,-0.136],[0.097,-0.039],[0.135,-0.048],[0.237,-0.049],[0.135,-0.022],[0.135,-0.134],[0,0],[0.194,-0.126],[0.087,-0.024],[0.063,-0.012],[0.146,0],[0.137,-0.012],[0.1,0],[0.086,-0.011],[0.084,-0.05],[0.086,-0.048],[0.086,-0.038],[0.056,-0.021],[0.051,-0.038],[0.086,-0.036],[0.036,0.006],[0.03,-0.009],[0.063,-0.027],[0.051,-0.06],[0.133,-0.194],[0.051,-0.038],[0.049,-0.038],[0,-0.108],[-0.013,-0.145],[0,0],[-0.17,-0.025],[-0.149,-0.111],[-0.073,-0.05],[-0.086,-0.036],[-0.061,0],[-0.199,0],[-0.271,0.031],[-0.136,0.062],[-0.06,0.028],[-0.087,0.049],[-0.125,0],[-0.04,-0.184],[0,-0.146],[-0.026,-0.135],[-0.013,-0.076],[-0.013,-0.059],[0,-0.084],[0,0],[0.295,-0.294],[0.085,-0.06],[0.099,-0.011],[0.248,0],[0,0],[0.1,0],[0.175,-0.013],[0.135,-0.046],[0.11,-0.053],[0.084,-0.026],[0.134,0],[0,0],[0.269,0.037],[0.097,0.024],[0.085,0],[0.173,0],[0.234,-0.053],[0.171,-0.085],[0,-0.076],[0.01,-0.084],[0.156,-0.087],[0.088,0],[0,0],[0.174,-0.086],[0.088,-0.023],[0.206,0],[0.112,0.014],[0.148,0.013],[0.172,0],[0.171,-0.011],[0.11,-0.038],[0.087,-0.012],[0.087,-0.032],[0.036,-0.073],[0.025,-0.073],[0.012,-0.062],[0.022,-0.058],[0.034,-0.059],[0.085,0],[0,0],[0.036,-0.073],[0.048,-0.148],[-0.075,-0.121],[-0.097,-0.149],[-0.122,-0.097],[-0.145,-0.074],[-0.075,0.01],[-0.054,-0.009],[-0.146,0],[-0.122,-0.026],[-0.273,-0.175],[-0.099,-0.121],[0,0],[0,0],[-0.063,-0.025],[-0.075,-0.035],[-0.16,-0.036],[-0.171,0],[-0.112,0],[0,0],[-0.122,0.01],[-0.062,0.009],[-0.161,0.058],[-0.109,0],[0,0],[-0.174,0.027],[-0.174,0],[0,0],[-0.151,0],[-0.062,0],[0,0],[0.098,-0.137],[0.061,-0.038],[0.085,-0.037],[0.133,-0.086],[0.113,-0.024],[0.07,0],[0,0],[0.088,0.01],[0.038,-0.004],[0.045,0.012],[0.086,0.021],[0.097,0],[0,0],[0.232,-0.062],[0.096,-0.04],[0.221,0],[0,0],[0.1,0],[0.11,0.012],[0.208,0.021],[0.137,0],[0,0],[0.077,-0.011],[0.025,-0.193],[0,0],[0.063,-0.049],[0,-0.124],[-0.232,-0.176],[-0.099,-0.065],[-0.098,-0.008],[-0.098,0.008],[-0.107,-0.011],[-0.234,-0.111],[-0.194,-0.062],[-0.149,-0.059],[-0.221,-0.126],[0,0],[0.161,-0.122],[0.048,-0.076],[0.027,-0.063],[-0.088,-0.037],[-0.061,-0.026],[-0.135,-0.072],[-0.062,-0.064],[-0.065,-0.082],[-0.02,-0.049],[-0.064,-0.04],[-0.086,-0.039],[-0.073,-0.037],[-0.074,-0.027],[-0.184,-0.073],[-0.074,-0.039],[-0.098,-0.061],[-0.11,-0.036],[-0.232,0],[0,0],[-0.087,0.012],[-0.086,0.034],[0.037,0.061],[0.064,0.084],[0,0.124],[-0.097,0.059],[-0.063,0],[-0.196,0],[-0.284,-0.023],[-0.159,-0.061],[-0.075,-0.022],[-0.059,-0.013],[-0.086,0],[-0.074,0],[0,0],[0,0],[-0.075,-0.04],[-0.1,-0.037],[-0.193,0],[-0.171,0.087],[-0.073,0.051],[-0.074,0.036],[-0.075,0.028],[-0.059,0.018],[-0.048,0],[-0.079,0.041],[-0.074,0.051],[-0.064,0.036],[-0.135,0],[-0.175,-0.083],[-0.16,-0.085],[-0.084,0],[0,0],[-0.232,-0.01],[-0.06,-0.01],[-0.074,-0.014],[-0.196,-0.165],[-0.084,-0.05],[-0.086,-0.024],[-0.085,0],[0,0],[-0.073,-0.016],[-0.056,-0.022],[-0.222,-0.125],[-0.086,-0.023],[-0.233,0],[0,0],[-0.061,-0.012],[-0.075,-0.054],[-0.162,-0.1],[-0.086,-0.024],[-0.149,-0.015],[0,0],[-0.135,-0.048],[-0.074,-0.053],[0,-0.171],[0,0],[-0.099,-0.148],[-0.061,-0.073],[-0.097,-0.026],[-0.061,-0.013],[-0.047,0.005],[-0.052,-0.014],[-0.095,-0.048],[-0.086,-0.037],[-0.063,-0.083],[-0.038,-0.059],[-0.073,-0.148],[-0.037,-0.047],[-0.065,-0.062],[-0.124,-0.148],[-0.061,-0.09],[-0.073,-0.096],[-0.049,-0.062],[-0.05,-0.074],[-0.063,-0.15],[-0.073,-0.149],[-0.027,-0.072],[-0.173,-0.225],[-0.071,-0.052],[-0.061,-0.046],[0,-0.134],[0,0],[0.025,-0.096],[0,-0.123],[-0.06,-0.095],[0,-0.284],[0,0],[0.061,-0.095],[0,-0.161],[-0.012,-0.136],[0,0],[0,0],[0.184,-0.051],[0.122,-0.114],[0.024,-0.06],[-0.026,-0.297],[0.048,-0.218],[0,0],[0,0],[-0.148,-0.072],[-0.295,-0.025],[0,0],[-0.12,0],[-0.169,0],[0,0],[-0.024,0.196],[-0.022,0.123],[-0.296,0],[-0.146,0],[-0.146,0],[-0.024,-0.196],[-0.024,-0.12],[-0.074,-0.147],[-0.174,-0.097],[-0.172,-0.022],[-0.123,-0.022],[-0.068,0.007],[-0.059,-0.01],[-0.147,-0.072],[-0.119,-0.071],[-0.097,-0.12],[-0.126,-0.148],[-0.049,-0.124],[0,0],[0,0],[0.195,0],[0,0],[0.416,0.196],[0.124,0.072],[0.122,0.072],[0.079,-0.016],[0.048,0.009],[0.298,0.025],[0.343,0],[0.416,-0.174],[-0.147,-0.266],[-0.12,-0.121],[0,-0.222],[0,-0.169],[0.27,-0.075],[0.147,-0.096],[0,-0.271],[-0.199,-0.15],[-0.246,0.03],[-0.167,-0.026],[-0.267,-0.171],[-0.539,0],[-0.148,0.147],[-0.394,0.051],[-0.493,0],[0,0],[0.414,0.148],[0.06,-0.008],[0.069,0.027],[0.147,0.049],[0.075,-0.009],[0.054,0.012],[0.149,0.024],[0,0],[0,0],[-0.148,-0.077],[-0.172,-0.072],[-0.147,-0.022],[-0.12,0],[-0.194,0],[0,0],[-0.245,-0.12],[0,-0.271],[0,0],[0.072,-0.148],[0.048,-0.126],[0,-0.218],[0,0],[-0.101,-0.148],[-0.124,-0.171],[0,-0.176],[0,0],[0,0],[0.147,-0.072],[0.171,-0.101],[0.171,-0.078],[0.173,0],[0,0],[0.17,0.024],[0.172,0],[0,0],[0.198,0.048],[0.198,0],[0.169,-0.069],[0.147,-0.052],[0.122,-0.049],[0.095,-0.049],[0,-0.24],[0,0],[-0.072,-0.171],[-0.172,-0.075],[-0.123,-0.05],[-0.125,-0.046],[-0.147,-0.099],[-0.097,-0.118],[-0.049,-0.293],[0.25,-0.148],[0,-0.242],[-0.2,-0.347],[-0.193,-0.269],[-0.097,-0.124],[-0.223,0],[-0.198,0.101],[-0.173,0.05],[-0.149,0],[0,0],[-0.148,-0.048],[0.048,-0.121],[0.099,-0.1],[0.082,0.02],[0.045,-0.021],[0.098,-0.123],[0.048,-0.125],[0.049,-0.148],[0,-0.243],[-0.048,-0.198],[-0.173,-0.245],[-0.149,-0.07],[-0.151,0],[-0.123,0.051],[-0.124,0.1],[-0.1,0.121],[-0.12,0.073],[-0.148,0],[-0.222,-0.024],[0,0],[0.145,-0.075],[0.122,-0.075],[0.148,-0.074],[0.074,-0.167],[0,-0.224],[-0.097,-0.195],[-0.12,-0.122],[-0.124,-0.145],[-0.345,-0.391],[-0.099,-0.148],[-0.047,-0.15],[-0.023,-0.118],[-0.122,-0.294],[-0.101,-0.271],[-0.295,-0.195],[-0.094,-0.123],[-0.072,-0.175],[-0.119,-0.271],[-0.122,-0.096],[-0.442,-0.148],[-0.298,-0.22],[-0.172,-0.077],[-0.146,0],[0,0],[-0.15,0.024],[-0.221,0],[0,0],[-0.122,-0.023],[-0.059,0.01],[-0.058,-0.043],[-0.047,-0.124],[-0.049,-0.126],[-0.194,-0.099],[-0.201,0],[-0.115,0.009],[-0.149,-0.025],[-0.099,-0.174],[-0.074,-0.123],[-0.194,-0.047],[-0.297,0],[-0.27,0.077],[-0.172,0.074],[-0.125,0.097],[-0.076,0.148],[0,0.124],[0,0],[-0.319,0.516],[-0.25,0.266],[-0.072,0.149],[0,0.247],[0.028,0.22],[0,0.147],[0,0.148],[0.126,0.247],[0.075,0.148],[0.049,0.145],[0,0.142],[-0.42,0.021],[0,0],[-0.148,0],[-0.293,0],[-0.024,0.271],[-0.074,0.122],[-0.121,0.121],[-0.17,0.077],[-0.074,-0.012],[-0.055,0.012],[-0.174,0.073],[0,0],[0,0.248],[0.048,0.196],[0.074,0.15],[0.072,0.12],[0,0.176],[-0.197,0.125],[-0.079,-0.011],[-0.056,0.012],[-0.273,0.074],[-0.126,0.073],[-0.07,0.147],[-0.021,0.124],[0,0.145],[-0.026,0.147],[0,0],[-0.024,0.421],[0,0.15],[0,0],[-0.025,-0.466],[0,-0.172],[-0.318,0],[-0.146,0],[-0.339,0.369],[-0.145,0.15],[-0.198,0.096],[-0.169,0],[0,0],[-0.114,-0.008],[-0.152,0.028],[-0.145,0.071],[-0.073,0.099],[-0.073,0.127],[0,0],[-0.146,0.098],[-0.147,0.098],[-0.098,0.097],[-0.097,0.126],[-0.122,0.099],[-0.098,0.07],[-0.171,0.273],[-0.123,0.096],[-0.097,0.072],[-0.098,0.124],[-0.046,0.104],[-0.123,0.122],[-0.121,0.072],[-0.05,0.193],[0,0.468],[-0.045,0.019],[-0.059,0],[-0.122,-0.046],[-0.038,-0.016],[-0.035,-0.014],[-0.034,-0.014],[-0.08,-0.051],[-0.03,-0.017],[-0.084,-0.071],[-0.043,-0.021],[-0.148,0],[-0.27,-0.077],[-0.296,-0.148],[-0.392,0],[-0.244,0.025],[-0.149,0.048],[-0.294,0.221],[-0.149,0.173],[-0.171,0.123],[-0.321,0.048],[-0.146,-0.009],[-0.118,0.009],[-0.123,0.024],[-0.17,0.019],[-0.073,-0.009],[-0.094,0.026],[-0.146,0.024],[-0.143,0.048],[-0.061,-0.009],[-0.066,0.027],[-0.148,0.075],[-0.123,0.075],[-0.099,0.122],[-0.123,0.198],[-0.15,0.196],[-0.369,0],[0,0],[-0.27,0.176],[-0.149,0.127],[-0.124,0.195],[-0.048,0.124],[0,0],[0.268,-0.249],[0.098,-0.075],[0.246,0],[0,0],[0.246,0.195],[0.298,0.173],[0.121,0],[0,0],[0.615,0.197],[0.125,0.025],[0.149,0.125],[0.076,0.149],[0,0.172],[0,0],[-0.269,0],[-0.162,-0.009],[-0.256,0.028],[-0.12,0],[-0.318,0.123],[-0.219,0.294],[-0.096,-0.05],[-0.099,-0.146],[-0.075,-0.369],[-0.074,-0.146],[-0.074,-0.123],[-0.37,0],[-0.123,0.171],[-0.048,0.1],[-0.318,0.075],[-0.294,0],[-0.344,0.027],[-0.145,0.027],[0.026,0.274],[0.17,0.322],[0.172,0.121],[0.271,0.172],[0.122,0.318],[0.097,0.272],[0.073,0.149],[0.052,0.122],[0.052,0.102],[0.121,0.076],[0.295,0.127],[0.145,0.072],[-0.147,0.1],[-0.124,0.047],[-0.268,-0.199],[-0.145,-0.071],[-0.169,0],[0,0],[-0.148,0],[-0.147,0],[-0.025,0.589],[0,0],[-0.024,0.121],[0,0.171],[0.075,0.124],[0.152,0.076],[0.317,0],[0.271,-0.121],[0.123,-0.101],[0.174,0],[0,0],[-0.221,0.124],[-0.099,0.075],[-0.124,0.073],[-0.052,0.12],[0.296,0.098],[0.148,0.05],[0,0],[0,0],[0,0],[0,0],[-0.124,0.098],[-0.144,0.077],[-0.32,0],[0,0],[-0.442,0],[-0.197,0.103],[-0.124,0.124],[0,0.226],[0.121,0.193],[0.169,0.146],[0.273,0],[0.194,-0.051],[0.146,-0.023],[0.148,0],[0.123,0.049],[0.074,0.147],[0,0.17],[-0.244,0],[-0.147,0],[-0.15,0],[-0.32,0],[-0.296,0.049],[-0.149,0.073],[0,0],[-0.194,0],[-0.173,0],[0,0],[-0.222,0.049],[-0.126,0.048],[-0.075,0.122],[0.367,0.099],[0.067,-0.006],[0.06,0.013],[0.169,0.124],[0.079,0.249],[0,0.149],[0,0.22],[0,0.245],[0,0.148],[0,0.097],[-0.639,0.048],[0,0],[0.22,0.467],[0.026,0.118],[0.024,0.23],[0.466,0.079],[0.172,0.027],[0.123,0.029],[0.147,0.073],[0.122,0.074],[0.1,0.148],[0,0.224],[-0.023,0.051],[-0.122,0.072],[-0.173,0.07],[-0.076,-0.01],[-0.052,0.008],[-0.343,0.022],[-0.147,0],[0,0],[-0.272,-0.05],[-0.148,-0.098],[0,-0.245],[0,0],[0.047,-0.146],[0,-0.243],[-0.273,-0.541],[0,0],[0,0],[-0.125,0.15],[0,0.224],[0,0],[0.121,0.172],[0.27,0],[0.196,-0.051],[0.144,-0.023],[0.269,0],[0,0],[0.194,0],[0.121,0],[0,0],[-0.121,0],[-0.173,0],[0,0],[-0.296,0.075],[-0.149,0.074],[0.122,0.148],[0.224,0.022],[0.117,-0.032],[0.143,0.027],[0.175,0.049],[0.123,0.026],[0.149,0],[0.248,0],[0.368,-0.027],[0.05,-0.269],[0.074,-0.145],[0.059,-0.011],[0.059,0.043],[0.095,0.148],[0,0.148],[-0.095,0.245],[-0.099,0.124],[-0.072,0.099],[-0.075,0.174],[0,0.15],[0,0.294],[-0.05,0.395],[0,0],[-0.246,0.269],[-0.147,0.1],[-0.191,-0.004],[-0.085,0.009],[0,0],[-0.172,0.075],[0.022,0.145],[0,0.221],[-0.121,0.195],[-0.098,0.15],[-0.073,0.125],[-0.148,0.099],[-0.318,0.05],[-0.178,-0.045],[-0.228,0.05],[-0.101,0.075],[-0.072,0.144],[-0.049,0.121],[-0.097,0.124],[-0.148,0.076],[-0.149,0.025],[-0.123,0],[-0.122,0.021],[-0.069,-0.006],[-0.061,0.011],[-0.147,0.099],[0,0],[0,0],[0,0],[-0.317,0.124],[-0.494,0],[-0.222,-0.098],[-0.217,-0.024],[-0.174,0],[0,0],[-0.151,0],[-0.12,0.022],[-0.17,0.048],[-0.125,0.096],[-0.125,0.148],[-0.195,0.169],[-0.173,0.048],[-0.298,0],[0,0],[-0.592,0.073],[-0.123,0.022],[-0.123,0.051],[-0.099,0.175],[-0.05,0.17],[0,0.294],[0.201,0.199],[0.148,0.049],[0.345,0],[0.318,-0.076],[0.198,-0.049],[0.293,0],[0.321,0.124],[0.174,0.049],[0,0],[0.195,0],[0.316,-0.024],[0.082,0.006],[0.084,-0.011],[0.321,-0.099],[0.149,-0.099],[0.078,-0.149],[0.147,-0.27],[0.122,-0.079],[0.125,-0.026],[0.162,0.016],[0.145,-0.011],[0.32,0],[0.271,0.124],[0.148,0.101],[0.391,0],[0.222,-0.1],[0.221,-0.27],[0.121,-0.099],[0.15,-0.047],[0.148,0],[0.131,0.007],[0.176,-0.012],[0.273,-0.097],[0.17,-0.05],[0.318,-0.102],[0.149,-0.097],[0.151,-0.171],[0.392,-0.193],[0.172,0],[0.172,0.024],[-0.126,0.119],[-0.099,0.121],[-0.075,0.121],[-0.075,0.15],[-0.273,0.172],[-0.07,-0.013],[-0.061,0.026],[-0.248,0.098],[0,0.145],[0,0],[-0.173,0.072],[-0.099,0.08],[-0.075,0.147],[0,0.146],[0.025,0.119],[0.074,0.124],[0.148,0.073],[0.145,0],[0,0],[0.148,0],[0.147,0.006],[0.196,-0.013],[0.146,0],[0.491,0.023],[0.174,0.026],[0.027,-0.488],[0,-0.149],[0,-0.127],[0.203,0],[0.196,0.025],[0.273,0],[0.246,-0.052],[0.291,-0.122],[0.121,-0.048],[0.168,-0.07],[0.079,0.011],[0.053,-0.008],[-0.02,0.123],[-0.049,0.147],[-0.147,0.097],[-0.172,0.025],[0,0],[-0.339,0],[-0.269,0.072],[-0.147,0.07],[0,0],[0.174,0.023],[0.074,-0.006],[0.098,0.011],[0.246,0],[0.614,-0.072],[0.294,0],[0.173,0],[0,0],[0.414,0],[0.369,-0.096],[0.172,-0.048],[0.148,-0.05],[0.126,-0.024],[0.226,-0.05],[0.075,0.007],[0.1,-0.013],[0.248,-0.027],[0.072,0.006],[0.099,-0.014],[0.172,-0.05],[0.127,-0.025],[0.196,0],[0.169,0.024],[-0.054,0.124],[-0.222,0.299],[-0.147,0.125],[-0.372,0.072],[-0.195,0],[0,0],[-0.124,0.073],[-0.148,0.098],[-0.169,0],[0,0],[-0.178,0],[-0.267,0.097],[-0.147,0.072],[-0.149,0.071],[-0.081,-0.016],[-0.052,0.009],[-0.145,0.028],[-0.12,0.028],[-0.065,-0.005],[-0.065,0.016],[-0.174,0.023],[-0.245,-0.021],[-0.197,0.01],[-0.196,0.024],[0,0],[0,0],[0.244,0],[0,0],[0.15,0.022],[0.489,0],[0.298,0],[0.367,0.1],[0.145,0.075],[0,0.196],[0,0.17],[0.147,0.026],[0.295,0],[0.072,-0.028],[0.195,0],[0,0],[0.319,0.121],[0.124,0.027],[0.345,0],[0,0],[0,0],[0,0],[0,0],[0.27,-0.072],[0.147,-0.097],[0,0],[0,0],[0,0],[-0.295,0.051],[-0.096,0.12],[-0.05,0.148],[0,0],[0.05,0.148],[0.174,0.123],[0.15,0.051],[0.345,0.027],[0,0],[0.345,0.029],[0.268,0.076],[0.145,0.029],[0.124,0],[0.343,0],[0.341,-0.024],[0.147,0],[0.343,0],[0,0],[0.32,0],[3.27,0]],\"o\":[[-0.063,0.012],[-0.068,-0.005],[-0.194,0.023],[-0.173,0.126],[-0.145,0.026],[0,0],[-0.198,0],[0,0],[-0.15,0],[-0.248,-0.021],[-0.247,0],[-0.541,0.076],[0.15,0.193],[0.073,0.148],[0,0.318],[-0.273,0.074],[-0.343,0],[-0.15,-0.05],[0,0],[-0.586,0],[-0.124,-0.048],[-0.417,-0.074],[-0.198,0],[-0.124,0.024],[-0.173,0.049],[-0.147,0.098],[-0.318,0.022],[0,0],[-0.193,0],[-0.246,-0.025],[-0.441,0],[-0.491,-0.037],[-0.11,0],[-0.071,0.013],[-0.031,0.005],[-0.035,-0.004],[-0.11,0.022],[-0.139,0.039],[-0.222,0.075],[0.088,0.185],[0.075,0.087],[0.073,0.027],[0.045,0.005],[0.043,-0.004],[0.195,0.034],[0.097,0.056],[0.075,0.06],[0.05,0.073],[0.048,0.136],[0.027,0.209],[0,0],[-0.05,-0.071],[-0.063,-0.05],[-0.03,-0.005],[-0.035,0.004],[-0.085,-0.024],[-0.099,-0.011],[-0.099,-0.034],[-0.029,-0.005],[-0.034,0.003],[-0.088,-0.025],[-0.086,-0.025],[-0.074,0],[-0.109,-0.013],[-0.162,0],[-0.146,0],[-0.083,0.038],[-0.022,0.072],[0,0.072],[0.025,0.156],[0.047,0.085],[0.088,0.075],[0.172,0.098],[0.147,0.06],[0.061,0.026],[0.075,0.024],[0.088,0.01],[0.161,0.011],[0,0],[0.097,0],[0.09,0.013],[0.071,0.05],[0.167,0.094],[0.061,0.059],[0.122,0.147],[0.051,0.083],[0.024,0.073],[0.013,0.077],[0.013,0.111],[0,0.148],[-0.075,0],[-0.174,0],[-0.087,-0.015],[-0.047,-0.004],[-0.039,0.004],[-0.125,-0.01],[-0.16,-0.062],[-0.072,-0.027],[-0.084,-0.02],[-0.088,-0.027],[-0.11,-0.049],[-0.06,-0.024],[-0.256,-0.1],[-0.136,-0.01],[-0.222,-0.052],[-0.062,-0.027],[-0.1,-0.052],[-0.059,-0.037],[-0.099,-0.064],[-0.097,-0.059],[-0.088,-0.048],[-0.085,-0.089],[-0.042,-0.011],[-0.041,0.006],[-0.071,-0.012],[-0.064,-0.014],[-0.099,-0.024],[0,0],[-0.099,0],[-0.174,-0.021],[-0.123,-0.037],[-0.219,-0.083],[-0.787,0],[0,0.111],[0.028,0.087],[0.135,0.186],[0.149,0.147],[0.036,0.005],[0.046,-0.007],[0,0],[0.086,0.039],[0.134,0.137],[0.072,0.052],[0.063,0.073],[0.073,0.087],[0.086,0.135],[0.026,0.062],[0.039,0.096],[0.062,0.147],[0,0],[0,0],[-0.097,0],[-0.099,-0.011],[-0.088,-0.036],[-0.097,-0.065],[-0.058,-0.047],[-0.063,-0.061],[-0.099,-0.077],[-0.098,-0.063],[-0.094,-0.061],[-0.183,-0.123],[-0.059,-0.037],[-0.072,-0.037],[-0.073,-0.052],[-0.148,-0.127],[-0.066,-0.016],[-0.063,-0.014],[-0.197,-0.014],[-0.089,-0.034],[-0.048,-0.071],[-0.048,-0.086],[-0.061,-0.038],[-0.109,-0.049],[-0.063,-0.011],[-0.159,-0.011],[0,0],[0,0],[0,0.173],[0.099,0.221],[0.046,0.11],[0,0.111],[-0.012,0.097],[0,0.071],[0,0],[-0.015,0.075],[-0.099,0.32],[-0.025,0.091],[-0.053,0.058],[-0.087,0.051],[-0.133,0],[-0.112,-0.05],[-0.147,-0.111],[-0.025,-0.061],[0,-0.169],[0.014,-0.084],[0.121,-0.173],[0.061,-0.075],[0.025,-0.069],[0,-0.072],[-0.024,-0.102],[-0.062,-0.094],[-0.053,-0.086],[0,0],[0,-0.075],[-0.027,-0.162],[-0.083,-0.062],[-0.097,-0.062],[-0.087,-0.047],[-0.071,-0.063],[-0.125,-0.051],[-0.137,0],[-0.077,0.01],[-0.138,0.038],[-0.072,0.011],[-0.187,0.071],[-0.099,0.06],[-0.074,0.036],[-0.073,0.028],[-0.028,0.005],[-0.035,-0.003],[-0.085,0.01],[-0.085,0.024],[-0.101,0.047],[-0.159,0.039],[-0.084,0],[0,0],[-0.101,0],[-0.085,0.026],[-0.075,0.021],[-0.148,0.037],[0,0],[-0.137,-0.012],[-0.429,0],[-0.099,0],[-0.059,0.024],[-0.099,0.037],[-0.027,0.062],[0.048,0.066],[0.061,0.025],[0.063,0.011],[0.084,0.006],[0.067,-0.002],[0.122,0.011],[0.096,0.038],[0.089,0.063],[0.038,0.062],[0.038,0.072],[0.049,0.088],[0.086,0.037],[0.159,0.064],[0.063,0.011],[0.07,0.005],[0.064,-0.003],[0.085,0],[0.1,0.05],[0.135,0.073],[0.073,0.024],[0.06,0.027],[0.146,0.085],[0,0],[0,0],[-0.09,0],[-0.059,-0.015],[-0.074,-0.028],[-0.185,-0.061],[-0.098,-0.05],[-0.087,-0.052],[-0.075,-0.051],[-0.076,-0.061],[-0.137,-0.027],[-0.084,0.007],[-0.1,0],[0,0],[-0.097,0],[-0.122,-0.039],[-0.149,-0.063],[-0.073,-0.013],[-0.208,-0.074],[-0.084,-0.062],[-0.072,-0.073],[-0.05,-0.059],[-0.072,-0.048],[-0.063,-0.023],[-0.332,0],[-0.073,0.013],[-0.087,0.027],[-0.086,0.038],[-0.088,0.038],[-0.087,0.038],[-0.174,0.083],[-0.062,0.009],[-0.111,0.063],[0,0.209],[0.049,0.086],[0.035,0.075],[0.024,0.074],[0,0],[0,0],[-0.172,0],[-0.099,-0.039],[-0.084,-0.061],[-0.074,-0.037],[-0.864,0],[-0.063,0.057],[-0.083,0.135],[-0.048,0.085],[-0.135,0.048],[-0.222,0.073],[-0.133,0.026],[-0.184,0.04],[0,0],[-0.157,0.157],[-0.073,0.036],[-0.06,0.013],[-0.132,0.026],[-0.137,0],[-0.098,0],[-0.098,0],[-0.101,0.013],[-0.085,0.048],[-0.074,0.038],[-0.063,0.028],[-0.027,0.059],[-0.073,0.051],[-0.032,0.015],[-0.033,-0.005],[-0.059,0.027],[-0.072,0.023],[-0.145,0.184],[-0.028,0.05],[-0.049,0.037],[-0.087,0.061],[0,0.151],[0,0],[0.16,0.037],[0.2,0.027],[0.072,0.048],[0.073,0.05],[0.062,0.022],[0.185,0.022],[0.281,0],[0.144,-0.016],[0.063,-0.022],[0.099,-0.05],[0.098,-0.062],[0.196,0],[0.022,0.134],[0,0.148],[0.01,0.074],[0.012,0.059],[0.023,0.072],[0,0],[0,0.416],[-0.072,0.075],[-0.086,0.064],[-0.231,0.038],[0,0],[-0.098,0],[-0.169,-0.013],[-0.145,0.013],[-0.107,0.042],[-0.09,0.033],[-0.123,0.04],[0,0],[-0.271,0],[-0.111,-0.011],[-0.073,-0.012],[-0.172,-0.011],[-0.244,0],[-0.173,0.033],[0,0.073],[0,0.1],[-0.038,0.182],[-0.075,0.037],[0,0],[-0.196,0],[-0.085,0.036],[-0.181,0.073],[-0.112,0],[-0.143,-0.013],[-0.172,-0.011],[-0.174,0],[-0.126,0.013],[-0.088,0.024],[-0.097,0.023],[-0.073,0.04],[-0.037,0.072],[-0.027,0.061],[-0.013,0.06],[-0.025,0.079],[-0.041,0.064],[0,0],[-0.062,0.065],[-0.076,0.137],[0.022,0.119],[0.099,0.145],[0.099,0.148],[0.125,0.096],[0.069,0.028],[0.06,-0.009],[0.126,0.026],[0.147,0],[0.293,0.072],[0.12,0.072],[0,0],[0,0],[0.063,0.027],[0.087,0.038],[0.134,0.075],[0.162,0.037],[0.113,0],[0,0],[0.131,0],[0.061,0],[0.171,-0.036],[0.097,-0.039],[0,0],[0.184,0],[0.16,-0.023],[0,0],[0.149,0.011],[0.056,0],[0,0],[0,0.173],[-0.037,0.059],[-0.073,0.039],[-0.149,0.061],[-0.097,0.059],[-0.062,0.014],[0,0],[-0.099,0],[-0.04,-0.006],[-0.042,0.004],[-0.087,-0.024],[-0.085,-0.027],[0,0],[-0.243,0],[-0.097,0.021],[-0.198,0.085],[0,0],[-0.098,0],[-0.111,0],[-0.212,-0.038],[-0.136,-0.013],[0,0],[-0.074,0],[-0.009,0.196],[0,0],[-0.087,0],[-0.085,0.063],[0,0.294],[0.097,0.072],[0.084,0.045],[0.118,0.019],[0.084,-0.007],[0.258,0.024],[0.185,0.085],[0.162,0.051],[0.235,0.085],[0,0],[-0.209,0],[-0.072,0.052],[-0.022,0.049],[0.074,0.061],[0.063,0.024],[0.137,0.048],[0.07,0.035],[0.075,0.077],[0.027,0.049],[0.036,0.06],[0.074,0.05],[0.076,0.025],[0.073,0.036],[0.186,0.084],[0.085,0.02],[0.098,0.051],[0.099,0.063],[0.221,0.074],[0,0],[0.097,0],[0.086,-0.012],[-0.038,-0.077],[-0.06,-0.098],[-0.061,-0.085],[0,-0.12],[0.063,-0.037],[0.185,-0.023],[0.285,0],[0.181,0.012],[0.077,0.019],[0.06,0.027],[0.074,0.012],[0.075,0],[0,0],[0,0],[0.102,0],[0.086,0.05],[0.17,0.073],[0.199,0],[0.088,-0.037],[0.063,-0.039],[0.071,-0.037],[0.061,-0.01],[0.049,-0.006],[0.085,0.001],[0.086,-0.036],[0.061,-0.034],[0.11,-0.073],[0.198,0],[0.169,0.087],[0.075,0.038],[0,0],[0.234,0],[0.074,0],[0.076,0.014],[0.257,0.071],[0.073,0.063],[0.073,0.046],[0.074,0.014],[0,0],[0.086,0],[0.063,0.008],[0.237,0.085],[0.076,0.037],[0.208,0.086],[0,0],[0.063,0],[0.086,0.013],[0.111,0.145],[0.069,0.049],[0.136,0.035],[0,0],[0.145,0.011],[0.084,0.024],[0.137,0.097],[0,0],[0,0.188],[0.05,0.073],[0.059,0.075],[0.063,0.009],[0.048,0.012],[0.05,-0.007],[0.098,0.023],[0.09,0.037],[0.099,0.05],[0.039,0.062],[0.09,0.137],[0.025,0.062],[0.038,0.062],[0.147,0.145],[0.074,0.085],[0.063,0.082],[0.051,0.073],[0.05,0.066],[0.087,0.12],[0.058,0.147],[0.038,0.072],[0.111,0.248],[0.049,0.071],[0.076,0.049],[0.097,0.087],[0,0],[0.011,0.111],[-0.039,0.112],[0,0.127],[0.148,0.22],[0,0],[0,0.124],[-0.072,0.134],[0,0.132],[0,0],[0,0],[-0.196,0],[-0.161,0.037],[-0.049,0.033],[0.049,0.27],[0,0.22],[0,0],[0,0],[0.097,0.119],[0.246,0.122],[0,0],[0.148,0],[0.149,0.029],[0,0],[0.025,-0.196],[0.025,-0.149],[0.294,0],[0.146,0],[0.149,0],[0.025,0.219],[0.025,0.12],[0.025,0.17],[0.097,0.172],[0.146,0.072],[0.123,0],[0.063,0.014],[0.066,-0.005],[0.149,0.027],[0.147,0.074],[0.148,0.098],[0.1,0.125],[0.073,0.099],[0,0],[0,0],[-0.198,0],[0,0],[-0.469,0],[-0.148,-0.052],[-0.097,-0.048],[-0.074,-0.044],[-0.055,0.011],[-0.27,-0.075],[-0.342,-0.021],[-0.469,0],[0.099,0.294],[0.074,0.148],[0.15,0.148],[0,0.174],[-0.295,0.024],[-0.172,0.049],[-0.198,0.149],[0,0.241],[0.228,0.166],[0.15,-0.019],[0.319,0.052],[0.445,0.296],[0.222,0],[0.269,-0.271],[0.491,-0.047],[0,0],[-0.441,0],[-0.056,-0.01],[-0.076,0.011],[-0.146,-0.048],[-0.069,-0.026],[-0.06,0.01],[-0.124,-0.024],[0,0],[0,0],[0.172,0],[0.169,0.074],[0.148,0.051],[0.124,0.029],[0.173,0.029],[0,0],[0.294,0],[0.219,0.1],[0,0],[-0.024,0.169],[-0.076,0.123],[-0.076,0.173],[0,0],[0,0.195],[0.12,0.173],[0.074,0.125],[0,0],[0,0],[-0.172,0],[-0.146,0.079],[-0.173,0.095],[-0.149,0.049],[0,0],[-0.174,0],[-0.175,-0.03],[0,0],[-0.221,-0.028],[-0.173,-0.05],[-0.197,0],[-0.152,0.051],[-0.123,0.047],[-0.124,0.05],[-0.198,0.124],[0,0],[0,0.196],[0.099,0.196],[0.122,0.047],[0.124,0.051],[0.169,0.073],[0.124,0.074],[0.175,0.225],[-0.271,0.051],[-0.192,0.098],[0,0.421],[0.17,0.289],[0.076,0.123],[0.124,0.149],[0.219,0],[0.17,-0.074],[0.123,-0.049],[0,0],[0.167,0],[0,0.145],[-0.048,0.122],[-0.054,0.054],[-0.066,-0.017],[-0.122,0.071],[-0.073,0.1],[-0.051,0.147],[-0.099,0.215],[0,0.223],[0.075,0.291],[0.096,0.147],[0.124,0.076],[0.146,0],[0.174,-0.07],[0.122,-0.097],[0.097,-0.124],[0.101,-0.05],[0.222,0],[0,0],[-0.147,0.121],[-0.126,0.074],[-0.146,0.073],[-0.147,0.075],[-0.073,0.176],[0,0.243],[0.075,0.146],[0.15,0.145],[0.345,0.42],[0.1,0.125],[0.072,0.122],[0.052,0.12],[0.101,0.323],[0.097,0.247],[0.146,0.344],[0.125,0.077],[0.102,0.121],[0.124,0.273],[0.075,0.169],[0.345,0.319],[0.37,0.121],[0.145,0.098],[0.123,0.048],[0,0],[0.172,0],[0.195,-0.05],[0,0],[0.147,0],[0.05,0.01],[0.084,-0.017],[0.097,0.074],[0.05,0.124],[0.099,0.219],[0.148,0.077],[0.132,0.013],[0.138,-0.01],[0.197,0.045],[0.075,0.121],[0.102,0.175],[0.273,0.049],[0.295,0],[0.172,-0.047],[0.147,-0.074],[0.145,-0.123],[0.072,-0.124],[0,0],[0,-0.615],[0.173,-0.294],[0.097,-0.128],[0.098,-0.195],[0,-0.217],[0,-0.148],[0,-0.149],[0,-0.296],[-0.072,-0.168],[-0.072,-0.121],[-0.024,-0.125],[0,-0.422],[0,0],[0.144,0],[0.295,-0.025],[0,-0.269],[0,-0.149],[0.1,-0.148],[0.123,-0.127],[0.069,-0.028],[0.06,0.008],[0.172,-0.051],[0,0],[0.146,-0.199],[0,-0.219],[-0.025,-0.148],[-0.051,-0.124],[-0.079,-0.123],[0,-0.242],[0.053,-0.025],[0.064,0.008],[0.266,-0.071],[0.142,-0.05],[0.147,-0.093],[0.074,-0.125],[0.027,-0.125],[0,-0.145],[0,0],[-0.025,-0.418],[0,-0.145],[0,0],[-0.024,0.467],[0,0.173],[0.319,-0.025],[0.146,0],[0.515,0],[0.126,-0.148],[0.149,-0.146],[0.149,-0.079],[0,0],[0.132,-0.011],[0.14,0.011],[0.149,-0.026],[0.125,-0.054],[0.074,-0.102],[0,0],[0.073,-0.175],[0.149,-0.099],[0.124,-0.072],[0.099,-0.101],[0.101,-0.12],[0.101,-0.077],[0.247,-0.225],[0.076,-0.122],[0.094,-0.075],[0.12,-0.073],[0.076,-0.097],[0.099,-0.143],[0.099,-0.096],[0.174,-0.098],[0.098,-0.442],[0.025,-0.036],[0.046,-0.017],[0.134,0],[0.038,0.013],[0.038,0.01],[0.031,0.009],[0.084,0.037],[0.035,0.018],[0.092,0.06],[0.038,0.035],[0.148,0.024],[0.297,0],[0.317,0.072],[0.343,0.172],[0.249,0],[0.17,0],[0.365,-0.126],[0.198,-0.146],[0.122,-0.148],[0.271,-0.199],[0.152,-0.026],[0.113,0.009],[0.121,0],[0.172,-0.03],[0.079,-0.011],[0.086,0.01],[0.15,-0.05],[0.148,-0.021],[0.056,-0.01],[0.075,0.01],[0.174,-0.049],[0.148,-0.074],[0.148,-0.097],[0.145,-0.172],[0.122,-0.196],[0.197,-0.271],[0,0],[0.343,0],[0.173,-0.099],[0.169,-0.149],[0.07,-0.126],[0,0],[-0.292,0.223],[-0.098,0.07],[-0.175,0.146],[0,0],[-0.341,-0.028],[-0.246,-0.195],[-0.12,-0.07],[0,0],[-0.663,0],[-0.123,-0.022],[-0.171,-0.048],[-0.143,-0.121],[-0.074,-0.147],[0,0],[0.27,-0.023],[0.211,-0.012],[0.197,0.011],[0.147,0],[0.32,-0.049],[0.346,-0.126],[0.124,0.049],[0.147,0.097],[0.196,0.321],[0.022,0.147],[0.074,0.148],[0.193,0.295],[0.221,0],[0.05,-0.098],[0.198,-0.268],[0.269,-0.05],[0.343,0],[0.173,0],[-0.052,-0.293],[-0.046,-0.342],[-0.073,-0.175],[-0.269,-0.2],[-0.294,-0.196],[-0.101,-0.272],[-0.048,-0.146],[-0.049,-0.121],[-0.048,-0.126],[-0.07,-0.121],[-0.245,-0.149],[-0.17,-0.071],[0.145,-0.122],[0.1,-0.05],[0.293,0.173],[0.125,0.075],[0.149,0.076],[0,0],[0.146,0],[0.145,0],[0.074,-0.592],[0,0],[0,-0.122],[0.025,-0.147],[0,-0.145],[-0.072,-0.12],[-0.269,-0.148],[-0.32,0],[-0.147,0.075],[-0.123,0.1],[0,0],[0.148,-0.224],[0.124,-0.073],[0.122,-0.072],[0.097,-0.074],[-0.295,-0.121],[-0.144,-0.047],[0,0],[0,0],[0,0],[0,0],[0.171,0],[0.123,-0.095],[0.273,-0.122],[0,0],[0.442,0.027],[0.246,0],[0.146,-0.072],[0.149,-0.146],[0,-0.244],[-0.124,-0.196],[-0.197,-0.171],[-0.218,0],[-0.151,0.025],[-0.121,0.024],[-0.147,0],[-0.174,-0.072],[-0.073,-0.145],[0,-0.249],[0.144,0],[0.147,0],[0.317,0.02],[0.319,0],[0.146,-0.025],[0,0],[0.174,-0.074],[0.175,0],[0,0],[0.244,0],[0.121,-0.024],[0.118,-0.05],[-0.273,-0.269],[-0.061,-0.011],[-0.068,0.007],[-0.198,-0.052],[-0.197,-0.149],[-0.021,-0.12],[0,-0.22],[0,-0.246],[0,-0.148],[0,-0.102],[0.643,0.022],[0,0],[0,-0.517],[-0.05,-0.122],[-0.024,-0.201],[-0.467,0],[-0.196,-0.021],[-0.125,-0.023],[-0.146,-0.048],[-0.147,-0.073],[-0.145,-0.096],[-0.098,-0.176],[0,-0.072],[0.074,-0.148],[0.145,-0.097],[0.071,-0.028],[0.058,0.008],[0.325,-0.077],[0.147,0],[0,0],[0.291,0],[0.172,0.022],[0.199,0.122],[0,0],[0.021,0.176],[-0.077,0.223],[0,0.615],[0,0],[0,0],[0.096,-0.149],[0.119,-0.145],[0,0],[0,-0.224],[-0.153,-0.197],[-0.221,0],[-0.147,0.027],[-0.246,0.048],[0,0],[-0.198,0],[-0.124,0],[0,0],[0.146,0],[0.146,0.025],[0,0],[0.322,0],[0.173,-0.047],[-0.097,-0.147],[-0.124,-0.148],[-0.137,-0.01],[-0.135,0.036],[-0.173,-0.029],[-0.119,-0.026],[-0.123,-0.022],[-0.246,-0.022],[-0.37,0],[0,0.267],[-0.029,0.176],[-0.051,-0.009],[-0.084,0.015],[-0.145,-0.12],[-0.073,-0.121],[0,-0.296],[0.053,-0.151],[0.075,-0.099],[0.123,-0.147],[0.05,-0.124],[0.021,-0.294],[0.021,-0.392],[0,0],[0,-0.393],[0.1,-0.126],[0.15,-0.099],[0.087,0.002],[0,0],[0.171,-0.026],[-0.024,-0.145],[-0.027,-0.222],[0,-0.247],[0.075,-0.148],[0.074,-0.126],[0.098,-0.144],[0.267,-0.196],[0.212,-0.035],[0.191,0.047],[0.123,-0.024],[0.122,-0.1],[0.05,-0.128],[0.072,-0.15],[0.097,-0.122],[0.145,-0.074],[0.122,-0.025],[0.124,0],[0.064,-0.011],[0.066,0.006],[0.173,-0.047],[0,0],[0,0],[0,0],[0.346,-0.073],[0.443,-0.171],[0.244,0],[0.198,0.07],[0.173,0.022],[0,0],[0.144,0],[0.145,0],[0.175,-0.028],[0.173,-0.051],[0.119,-0.098],[0.169,-0.198],[0.123,-0.102],[0.271,-0.1],[0,0],[0.615,0],[0.124,0],[0.12,-0.026],[0.196,-0.072],[0.098,-0.151],[0.074,-0.273],[0,-0.293],[-0.095,-0.096],[-0.292,-0.124],[-0.346,0],[-0.198,0.049],[-0.269,0.073],[-0.343,0],[-0.171,-0.046],[0,0],[-0.176,-0.048],[-0.344,0],[-0.089,0.013],[-0.079,-0.007],[-0.321,0.025],[-0.172,0.049],[-0.147,0.1],[-0.147,0.273],[-0.074,0.148],[-0.1,0.07],[-0.184,0.043],[-0.117,-0.011],[-0.319,0.025],[-0.318,0],[-0.172,-0.076],[-0.322,-0.22],[-0.245,0],[-0.318,0.148],[-0.097,0.127],[-0.124,0.101],[-0.121,0.022],[-0.166,0.011],[-0.14,-0.005],[-0.297,0.022],[-0.172,0.05],[-0.323,0.124],[-0.174,0.048],[-0.195,0.15],[-0.269,0.32],[-0.15,0.076],[-0.173,0],[0.097,-0.12],[0.124,-0.127],[0.099,-0.125],[0.096,-0.147],[0.147,-0.269],[0.049,-0.024],[0.07,0.012],[0.248,-0.097],[0,-0.149],[0,0],[0.15,-0.073],[0.126,-0.052],[0.148,-0.094],[0.075,-0.124],[0,-0.146],[-0.024,-0.148],[-0.099,-0.149],[-0.121,-0.072],[0,0],[-0.145,0],[-0.197,0.013],[-0.147,-0.007],[-0.149,0],[-0.495,0.023],[-0.199,0],[0,0.494],[0,0.147],[0,0.124],[-0.195,0],[-0.194,0],[-0.27,-0.022],[-0.273,0],[-0.318,0.072],[-0.124,0.052],[-0.172,0.048],[-0.071,0.031],[-0.057,-0.008],[0.023,-0.123],[0.049,-0.146],[0.049,-0.171],[0.15,-0.1],[0,0],[0.345,-0.027],[0.297,0],[0.175,-0.047],[0,0],[-0.151,-0.024],[-0.1,-0.012],[-0.074,0.006],[-0.24,-0.025],[-0.613,0],[-0.293,0.023],[-0.173,0],[0,0],[-0.415,0],[-0.396,0],[-0.173,0.028],[-0.15,0.027],[-0.123,0.021],[-0.219,0.075],[-0.084,0.013],[-0.078,-0.006],[-0.244,0.025],[-0.098,0.012],[-0.074,-0.007],[-0.195,0.025],[-0.12,0.024],[-0.168,0.048],[-0.176,0],[0.046,-0.123],[0.169,-0.343],[0.097,-0.145],[0.271,-0.22],[0.193,-0.024],[0,0],[0.174,0],[0.146,-0.1],[0.125,-0.074],[0,0],[0.174,0],[0.291,0],[0.15,-0.052],[0.146,-0.073],[0.071,-0.044],[0.055,0.01],[0.146,-0.05],[0.124,0],[0.06,-0.009],[0.071,0.007],[0.17,-0.021],[0.28,-0.059],[0.162,0.013],[0.193,0],[0,0],[0,0],[-0.221,0.075],[0,0],[-0.175,0],[-0.467,-0.122],[-0.297,0],[-0.391,0],[-0.152,-0.02],[0.073,-0.147],[0,-0.173],[-0.147,0],[-0.298,-0.051],[-0.1,0],[-0.172,0.076],[0,0],[-0.365,0],[-0.121,-0.051],[-0.32,-0.048],[0,0],[0,0],[0,0],[0,0],[-0.296,0],[-0.17,0.051],[0,0],[0,0],[0,0],[0.317,0],[0.171,-0.024],[0.097,-0.123],[0,0],[-0.021,-0.147],[-0.073,-0.199],[-0.124,-0.073],[-0.293,-0.122],[0,0],[-0.346,-0.021],[-0.294,0],[-0.149,-0.021],[-0.121,-0.021],[-0.321,-0.054],[-0.346,0],[-0.147,0],[-0.343,0.029],[0,0],[-0.322,-0.021],[-3.265,0],[-0.322,0]],\"v\":[[-88.283,-164.791],[-88.482,-164.791],[-88.677,-164.791],[-89.167,-164.498],[-89.561,-164.104],[-90.003,-164.104],[-90.447,-164.104],[-90.938,-164.202],[-91.426,-164.202],[-91.82,-164.302],[-92.461,-164.302],[-93.099,-164.302],[-94.378,-163.61],[-94.082,-162.924],[-93.884,-162.432],[-94.573,-161.943],[-95.361,-161.843],[-96.245,-162.038],[-96.664,-162.235],[-98.681,-162.235],[-99.98,-163.024],[-100.374,-163.122],[-101.454,-163.219],[-101.948,-163.219],[-102.339,-163.122],[-102.638,-162.726],[-103.126,-162.531],[-103.964,-162.531],[-104.307,-162.531],[-104.796,-162.531],[-105.388,-162.828],[-106.47,-162.531],[-107.969,-162.628],[-108.238,-162.628],[-108.435,-162.531],[-108.53,-162.531],[-108.633,-162.531],[-108.926,-162.432],[-109.319,-162.334],[-109.861,-162.088],[-109.616,-161.646],[-109.37,-161.45],[-109.174,-161.349],[-109.056,-161.349],[-108.926,-161.349],[-108.435,-161.104],[-108.191,-160.907],[-107.993,-160.711],[-107.844,-160.515],[-107.749,-160.123],[-107.749,-159.583],[-107.943,-159.731],[-108.09,-159.924],[-108.238,-160.123],[-108.332,-160.122],[-108.435,-160.123],[-108.68,-160.171],[-108.926,-160.221],[-109.174,-160.369],[-109.27,-160.369],[-109.37,-160.369],[-109.568,-160.515],[-109.811,-160.564],[-110.01,-160.614],[-110.301,-160.614],[-110.721,-160.666],[-111.091,-160.614],[-111.289,-160.465],[-111.384,-160.268],[-111.336,-160.07],[-111.138,-159.679],[-110.943,-159.484],[-110.697,-159.286],[-110.204,-159.091],[-109.811,-158.893],[-109.616,-158.844],[-109.418,-158.745],[-109.174,-158.697],[-108.73,-158.697],[-108.288,-158.697],[-108.044,-158.649],[-107.844,-158.5],[-107.647,-158.351],[-107.206,-158.055],[-107.059,-157.86],[-106.716,-157.468],[-106.566,-157.221],[-106.47,-157.028],[-106.47,-156.831],[-106.421,-156.534],[-106.566,-156.19],[-106.763,-156.24],[-107.206,-156.336],[-107.451,-156.435],[-107.57,-156.434],[-107.699,-156.435],[-107.993,-156.534],[-108.387,-156.729],[-108.583,-156.831],[-108.827,-156.877],[-109.073,-156.979],[-109.37,-157.123],[-109.568,-157.172],[-110.253,-157.42],[-110.598,-157.468],[-111.138,-157.713],[-111.336,-157.76],[-111.582,-157.959],[-111.776,-158.055],[-112.025,-158.257],[-112.318,-158.403],[-112.517,-158.597],[-112.762,-158.844],[-112.883,-158.844],[-113.008,-158.844],[-113.202,-158.942],[-113.4,-158.992],[-113.658,-159.091],[-114.568,-159.091],[-114.824,-159.042],[-115.268,-159.188],[-115.615,-159.286],[-116.214,-159.534],[-118.219,-159.508],[-118.219,-159.239],[-118.072,-159.042],[-117.676,-158.597],[-117.234,-158.304],[-117.132,-158.309],[-116.99,-158.304],[-116.792,-158.205],[-116.645,-158.01],[-116.25,-157.666],[-116.055,-157.519],[-115.906,-157.273],[-115.663,-157.075],[-115.466,-156.682],[-115.418,-156.482],[-115.268,-156.24],[-115.122,-155.834],[-115.122,-155.55],[-115.602,-155.55],[-115.858,-155.602],[-116.102,-155.653],[-116.301,-155.846],[-116.596,-155.994],[-116.693,-156.19],[-116.891,-156.286],[-117.186,-156.482],[-117.434,-156.682],[-117.727,-156.877],[-118.171,-157.221],[-118.367,-157.318],[-118.561,-157.468],[-118.758,-157.614],[-119.15,-157.906],[-119.346,-157.959],[-119.544,-157.959],[-120.035,-158.109],[-120.233,-158.257],[-120.332,-158.5],[-120.529,-158.697],[-120.724,-158.745],[-121.018,-158.893],[-121.215,-158.893],[-121.622,-158.942],[-122.345,-158.942],[-122.345,-158.612],[-122.198,-158.205],[-121.853,-157.614],[-121.757,-157.318],[-121.807,-157.028],[-121.807,-156.778],[-121.853,-156.583],[-121.853,-156.386],[-121.953,-156.19],[-122.247,-155.356],[-122.345,-155.107],[-122.444,-154.911],[-122.742,-154.86],[-123.082,-154.961],[-123.378,-155.107],[-123.721,-155.453],[-123.721,-155.653],[-123.674,-156.093],[-123.525,-156.286],[-123.182,-156.729],[-122.986,-156.93],[-122.888,-157.123],[-122.938,-157.318],[-123.132,-157.519],[-123.279,-157.812],[-123.479,-158.01],[-123.479,-158.205],[-123.426,-158.403],[-123.674,-158.794],[-123.919,-158.942],[-124.163,-159.141],[-124.41,-159.286],[-124.557,-159.484],[-124.901,-159.484],[-125.245,-159.484],[-125.443,-159.387],[-125.835,-159.286],[-126.033,-159.188],[-126.525,-158.942],[-126.77,-158.745],[-126.967,-158.649],[-127.167,-158.549],[-127.257,-158.55],[-127.361,-158.549],[-127.605,-158.45],[-127.85,-158.351],[-128.096,-158.205],[-128.54,-158.156],[-128.749,-158.205],[-129.904,-158.205],[-130.163,-158.156],[-130.406,-158.055],[-130.603,-157.959],[-131.009,-157.86],[-131.145,-157.86],[-131.49,-157.906],[-132.609,-157.872],[-132.866,-157.812],[-133.062,-157.76],[-133.259,-157.565],[-133.259,-157.372],[-133.161,-157.172],[-132.965,-157.123],[-132.764,-157.075],[-132.546,-157.075],[-132.324,-157.075],[-132.029,-156.979],[-131.784,-156.831],[-131.589,-156.635],[-131.49,-156.435],[-131.342,-156.24],[-131.193,-155.994],[-130.947,-155.945],[-130.555,-155.747],[-130.361,-155.747],[-130.173,-155.747],[-129.965,-155.747],[-129.77,-155.653],[-129.572,-155.453],[-129.177,-155.256],[-128.98,-155.159],[-128.786,-155.107],[-128.441,-154.768],[-128.589,-154.568],[-129.411,-154.568],[-129.621,-154.664],[-129.818,-154.715],[-130.014,-154.813],[-130.505,-154.961],[-130.751,-155.159],[-130.996,-155.305],[-131.193,-155.453],[-131.391,-155.653],[-131.757,-155.659],[-132.029,-155.653],[-132.275,-155.7],[-132.471,-155.7],[-132.719,-155.747],[-132.965,-155.994],[-133.408,-156.093],[-133.603,-156.19],[-134.145,-156.435],[-134.339,-156.635],[-134.538,-156.831],[-134.635,-157.028],[-134.833,-157.172],[-135.027,-157.172],[-135.865,-157.028],[-136.06,-156.93],[-136.306,-156.831],[-136.5,-156.682],[-136.749,-156.635],[-136.943,-156.482],[-137.436,-156.286],[-137.633,-156.24],[-137.831,-155.945],[-137.633,-155.453],[-137.436,-155.256],[-137.337,-155.059],[-137.266,-154.852],[-137.266,-153.24],[-138.507,-153.24],[-138.913,-153.386],[-139.158,-153.536],[-139.352,-153.734],[-139.562,-153.781],[-141.762,-153.827],[-141.961,-153.682],[-142.155,-153.289],[-142.352,-153.09],[-142.745,-152.994],[-143.337,-152.75],[-143.729,-152.702],[-144.122,-152.356],[-144.319,-152.157],[-144.76,-151.765],[-144.958,-151.617],[-145.156,-151.57],[-145.546,-151.57],[-145.893,-151.57],[-146.139,-151.523],[-146.383,-151.523],[-146.629,-151.373],[-146.875,-151.226],[-147.071,-151.08],[-147.265,-151.031],[-147.316,-150.784],[-147.513,-150.638],[-147.617,-150.636],[-147.712,-150.638],[-147.908,-150.584],[-148.007,-150.39],[-148.397,-149.9],[-148.448,-149.7],[-148.643,-149.653],[-148.842,-149.458],[-148.791,-149.063],[-148.397,-149.063],[-148.007,-148.966],[-147.513,-148.864],[-147.316,-148.719],[-147.17,-148.519],[-146.974,-148.519],[-146.456,-148.519],[-145.742,-148.519],[-145.352,-148.669],[-145.156,-148.719],[-144.958,-148.912],[-144.661,-149.063],[-144.366,-148.669],[-144.366,-148.278],[-144.366,-147.882],[-144.27,-147.684],[-144.219,-147.489],[-144.122,-147.281],[-144.122,-146.369],[-144.615,-145.425],[-144.81,-145.231],[-145.057,-145.081],[-145.697,-145.081],[-145.893,-145.081],[-146.139,-145.131],[-146.581,-145.131],[-146.974,-145.036],[-147.218,-144.833],[-147.463,-144.787],[-147.771,-144.637],[-148.68,-144.637],[-149.382,-144.736],[-149.676,-144.787],[-149.872,-144.885],[-150.317,-144.885],[-150.953,-144.833],[-151.396,-144.637],[-151.493,-144.344],[-151.493,-144.098],[-151.838,-143.703],[-152.049,-143.61],[-153.156,-143.61],[-153.611,-143.359],[-153.856,-143.262],[-154.393,-143.166],[-154.692,-143.166],[-155.084,-143.262],[-155.525,-143.262],[-155.967,-143.262],[-156.261,-143.166],[-156.511,-143.065],[-156.804,-143.02],[-156.999,-142.917],[-157.098,-142.721],[-157.098,-142.524],[-157.147,-142.333],[-157.244,-142.135],[-157.455,-142.036],[-158.523,-142.036],[-158.72,-141.887],[-158.867,-141.492],[-158.867,-141.099],[-158.574,-140.708],[-158.181,-140.411],[-157.984,-140.018],[-157.763,-140.01],[-157.592,-140.018],[-157.197,-140.018],[-156.804,-139.92],[-156.015,-139.624],[-155.819,-139.234],[-153.856,-139.234],[-153.068,-138.84],[-152.772,-138.788],[-152.578,-138.643],[-152.184,-138.394],[-151.742,-138.394],[-151.444,-138.346],[-151.101,-138.346],[-150.758,-138.346],[-150.561,-138.394],[-150.117,-138.591],[-149.86,-138.69],[-148.755,-138.69],[-148.3,-138.84],[-147.845,-138.887],[-147.662,-138.887],[-147.265,-138.84],[-147.118,-138.864],[-147.118,-138.065],[-147.316,-137.658],[-147.513,-137.562],[-147.759,-137.463],[-148.152,-137.265],[-148.35,-137.021],[-148.544,-137.021],[-148.743,-137.021],[-148.989,-137.117],[-149.104,-137.114],[-149.234,-137.117],[-149.431,-137.265],[-149.676,-137.317],[-150.095,-137.317],[-150.708,-137.265],[-150.953,-137.117],[-151.52,-137.021],[-151.791,-137.021],[-152.037,-137.068],[-152.33,-137.068],[-152.822,-137.265],[-153.156,-137.265],[-153.461,-137.265],[-153.66,-137.218],[-153.707,-136.727],[-154.874,-136.727],[-155.084,-136.627],[-155.28,-136.38],[-154.789,-135.789],[-154.542,-135.591],[-154.295,-135.448],[-153.986,-135.445],[-153.707,-135.448],[-153.068,-135.201],[-152.578,-135.005],[-152.134,-134.857],[-151.543,-134.562],[-151.347,-134.464],[-151.889,-134.416],[-152.085,-134.265],[-152.134,-134.068],[-151.987,-133.875],[-151.791,-133.825],[-151.396,-133.679],[-151.25,-133.481],[-151.053,-133.287],[-151.006,-133.088],[-150.805,-132.987],[-150.561,-132.89],[-150.366,-132.792],[-150.167,-132.692],[-149.676,-132.497],[-149.431,-132.4],[-149.187,-132.202],[-148.89,-132.055],[-148.3,-132.006],[-148.201,-132.006],[-147.956,-132.006],[-147.759,-132.151],[-147.858,-132.349],[-148.055,-132.596],[-148.249,-132.843],[-148.152,-133.136],[-147.956,-133.136],[-147.441,-133.136],[-146.726,-133.136],[-146.286,-132.937],[-146.087,-132.843],[-145.893,-132.792],[-145.684,-132.692],[-145.497,-132.742],[-145.497,-133.136],[-144.677,-133.136],[-144.465,-132.987],[-144.219,-132.843],[-143.706,-132.792],[-143.189,-132.843],[-143.042,-133.038],[-142.844,-133.136],[-142.646,-133.239],[-142.452,-133.287],[-142.305,-133.294],[-142.059,-133.333],[-141.909,-133.531],[-141.714,-133.628],[-141.419,-133.825],[-140.926,-133.679],[-140.535,-133.383],[-140.326,-133.287],[-139.747,-133.287],[-139.109,-133.239],[-138.913,-133.239],[-138.714,-133.136],[-138.074,-132.843],[-137.879,-132.643],[-137.633,-132.546],[-137.426,-132.497],[-136.072,-132.497],[-135.865,-132.447],[-135.671,-132.4],[-135.079,-132.055],[-134.88,-131.908],[-134.289,-131.859],[-134.095,-131.859],[-133.897,-131.859],[-133.749,-131.658],[-133.355,-131.268],[-133.161,-131.122],[-132.764,-131.071],[-132.568,-131.071],[-132.176,-130.974],[-131.982,-130.825],[-131.685,-130.471],[-131.685,-129.122],[-131.44,-128.713],[-131.293,-128.516],[-131.095,-128.317],[-130.898,-128.268],[-130.755,-128.268],[-130.603,-128.268],[-130.361,-128.122],[-130.113,-128.025],[-129.866,-127.876],[-129.77,-127.682],[-129.572,-127.289],[-129.522,-127.093],[-129.324,-126.99],[-129.03,-126.548],[-128.786,-126.349],[-128.641,-126.057],[-128.491,-125.863],[-128.294,-125.713],[-128.145,-125.319],[-127.951,-124.926],[-127.85,-124.733],[-127.507,-124.089],[-127.312,-123.942],[-126.917,-123.7],[-126.77,-123.38],[-126.77,-123.256],[-126.819,-122.964],[-126.967,-122.667],[-126.819,-122.371],[-126.426,-121.77],[-126.426,-120.762],[-126.624,-120.506],[-126.819,-120.132],[-126.77,-119.79],[-125.824,-119.79],[-125.824,-118.978],[-126.328,-118.978],[-126.72,-118.732],[-126.77,-118.536],[-126.525,-117.799],[-126.671,-117.212],[-127.409,-117.212],[-127.409,-116.421],[-127.115,-115.933],[-126.328,-115.736],[-125.936,-115.736],[-125.542,-115.639],[-125.126,-115.54],[-123.182,-115.54],[-123.182,-116.029],[-122.986,-116.375],[-122.198,-116.421],[-121.807,-116.325],[-121.413,-116.375],[-121.314,-115.833],[-121.314,-115.441],[-121.018,-115.05],[-120.625,-114.655],[-120.233,-114.36],[-119.839,-114.36],[-119.638,-114.359],[-119.448,-114.36],[-119.053,-114.163],[-118.661,-113.968],[-118.367,-113.576],[-117.97,-113.277],[-117.872,-112.884],[-117.97,-112.491],[-118.733,-112.491],[-119.249,-112.591],[-120.035,-112.591],[-121.215,-112.687],[-121.609,-112.884],[-121.706,-113.277],[-121.943,-113.29],[-122.099,-113.277],[-122.888,-113.377],[-123.77,-113.475],[-124.952,-113.178],[-124.658,-112.394],[-124.266,-112.098],[-123.868,-111.705],[-124.068,-111.313],[-124.853,-111.214],[-125.245,-110.92],[-125.641,-110.326],[-125.443,-109.738],[-124.74,-109.631],[-124.266,-109.642],[-123.479,-109.247],[-122.398,-108.361],[-122,-108.757],[-121.215,-109.346],[-119.986,-109.346],[-119.986,-110.721],[-121.116,-110.82],[-121.292,-110.814],[-121.512,-110.82],[-121.706,-111.214],[-121.926,-111.22],[-122.099,-111.214],[-122.495,-111.313],[-122.297,-111.705],[-121.535,-111.705],[-121.116,-111.605],[-120.724,-111.313],[-120.332,-111.117],[-119.939,-111.117],[-119.448,-111.016],[-118.661,-111.016],[-117.872,-110.92],[-117.482,-110.326],[-117.482,-110.131],[-117.872,-109.835],[-117.872,-109.443],[-118.267,-109.052],[-118.267,-108.853],[-117.97,-108.462],[-117.579,-108.069],[-117.379,-107.647],[-117.379,-106.494],[-118.439,-106.494],[-118.857,-106.594],[-119.249,-106.296],[-119.544,-105.903],[-119.986,-105.903],[-120.427,-105.903],[-120.82,-106.099],[-121.264,-105.954],[-121.264,-104.035],[-121.807,-104.134],[-122.297,-104.334],[-122.59,-103.941],[-122.986,-103.741],[-123.378,-103.645],[-123.77,-103.546],[-123.868,-102.908],[-123.868,-102.66],[-123.674,-102.169],[-123.378,-101.676],[-122.986,-101.579],[-122.59,-101.482],[-122.198,-101.185],[-121.807,-100.993],[-121.609,-100.204],[-122.398,-100.005],[-122.693,-99.419],[-122.198,-98.43],[-121.807,-97.648],[-121.609,-97.253],[-121.018,-97.152],[-120.427,-97.253],[-120.134,-97.648],[-119.741,-97.648],[-119.346,-97.648],[-118.954,-97.449],[-118.954,-97.058],[-119.053,-96.663],[-119.273,-96.65],[-119.448,-96.663],[-119.839,-96.469],[-119.839,-96.074],[-120.035,-95.678],[-120.427,-95.191],[-120.332,-94.597],[-120.035,-93.812],[-119.741,-93.421],[-119.346,-93.421],[-118.954,-93.421],[-118.561,-93.715],[-118.267,-94.108],[-118.072,-94.5],[-117.676,-94.597],[-117.087,-94.5],[-117.087,-92.926],[-117.379,-92.534],[-117.775,-92.437],[-118.171,-92.143],[-118.561,-91.849],[-118.661,-91.255],[-118.464,-90.667],[-118.072,-90.373],[-117.676,-89.98],[-116.792,-88.8],[-116.397,-88.503],[-116.203,-88.11],[-116.203,-87.72],[-115.711,-86.933],[-115.513,-86.144],[-114.728,-85.459],[-114.337,-85.259],[-114.04,-84.867],[-114.04,-84.08],[-113.745,-83.687],[-112.566,-83.294],[-111.776,-82.703],[-111.486,-82.309],[-111.091,-82.309],[-110.697,-82.309],[-110.301,-82.508],[-109.714,-82.605],[-109.516,-82.605],[-109.125,-82.508],[-108.956,-82.519],[-108.73,-82.508],[-108.633,-82.115],[-108.534,-81.718],[-108.044,-81.328],[-107.548,-81.132],[-107.184,-81.136],[-106.763,-81.132],[-106.371,-80.736],[-106.275,-80.346],[-105.882,-79.954],[-105.091,-79.954],[-104.307,-79.954],[-103.913,-80.245],[-103.52,-80.443],[-103.126,-80.736],[-103.126,-81.132],[-103.126,-81.525],[-102.832,-83.098],[-102.142,-83.783],[-101.948,-84.18],[-101.751,-84.768],[-101.85,-85.358],[-101.948,-85.751],[-101.85,-86.144],[-101.948,-86.933],[-102.339,-87.227],[-102.538,-87.619],[-102.638,-88.01],[-101.652,-88.503],[-101.257,-88.503],[-100.866,-88.602],[-100.081,-88.602],[-100.081,-89.29],[-100.081,-89.682],[-99.784,-90.074],[-99.392,-90.373],[-99.173,-90.378],[-98.997,-90.373],[-98.602,-90.667],[-98.602,-92.632],[-98.21,-93.126],[-98.309,-93.715],[-98.505,-94.108],[-98.602,-94.5],[-98.997,-94.7],[-98.801,-95.29],[-98.592,-95.294],[-98.406,-95.29],[-97.618,-95.384],[-97.227,-95.585],[-96.837,-95.877],[-96.837,-96.27],[-96.837,-96.663],[-96.737,-97.058],[-94.328,-97.058],[-94.378,-98.141],[-94.328,-98.533],[-92.953,-98.533],[-93,-97.352],[-92.953,-96.886],[-92.117,-96.957],[-91.749,-96.862],[-90.645,-97.648],[-90.249,-98.042],[-89.855,-98.43],[-89.464,-98.629],[-89.072,-98.629],[-88.71,-98.623],[-88.283,-98.629],[-87.889,-98.824],[-87.496,-98.923],[-87.496,-99.32],[-87.301,-99.708],[-86.906,-100.005],[-86.513,-100.302],[-86.12,-100.497],[-85.924,-100.894],[-85.628,-101.284],[-85.236,-101.38],[-84.745,-102.169],[-84.546,-102.56],[-84.151,-102.66],[-83.76,-102.857],[-83.76,-103.252],[-83.465,-103.645],[-83.072,-103.741],[-82.677,-104.134],[-82.677,-105.316],[-82.652,-105.389],[-82.503,-105.389],[-82.163,-105.339],[-82.064,-105.289],[-81.969,-105.24],[-81.865,-105.217],[-81.671,-105.068],[-81.572,-105.02],[-81.378,-104.802],[-81.251,-104.727],[-80.811,-104.626],[-80.023,-104.626],[-79.236,-104.134],[-78.206,-104.035],[-77.566,-104.035],[-77.172,-104.232],[-76.289,-104.727],[-75.796,-105.119],[-75.503,-105.609],[-74.714,-106.002],[-74.271,-106.009],[-73.927,-106.002],[-73.536,-106.099],[-73.046,-106.296],[-72.819,-106.29],[-72.552,-106.296],[-72.161,-106.494],[-71.768,-106.691],[-71.59,-106.684],[-71.374,-106.691],[-70.98,-106.987],[-70.586,-107.183],[-70.292,-107.577],[-69.896,-108.069],[-69.505,-108.658],[-68.693,-109.148],[-66.677,-109.148],[-65.868,-109.543],[-65.473,-109.936],[-64.982,-110.326],[-64.982,-110.721],[-65.378,-110.92],[-66.161,-110.326],[-66.259,-109.936],[-66.9,-109.835],[-67.147,-109.835],[-68.03,-110.131],[-68.523,-110.92],[-68.915,-110.92],[-69.309,-110.92],[-70.98,-111.117],[-71.374,-111.214],[-71.768,-111.51],[-72.161,-111.803],[-72.257,-112.27],[-72.257,-113.081],[-71.572,-113.178],[-71.033,-113.172],[-70.391,-113.178],[-69.997,-113.277],[-69.113,-113.475],[-68.424,-114.262],[-68.03,-114.163],[-67.734,-113.772],[-67.734,-112.787],[-67.538,-112.394],[-67.34,-112],[-66.456,-111.605],[-65.966,-111.902],[-65.868,-112.296],[-65.081,-112.787],[-64.296,-112.787],[-63.41,-112.787],[-63.016,-112.984],[-63.115,-113.772],[-63.508,-114.655],[-63.805,-115.144],[-64.589,-115.54],[-65.277,-116.226],[-65.277,-117.015],[-65.671,-117.212],[-65.771,-117.604],[-65.771,-117.998],[-66.161,-118.195],[-66.948,-118.491],[-67.34,-118.784],[-67.048,-119.177],[-66.654,-119.274],[-65.966,-118.585],[-65.771,-118.195],[-65.305,-118.195],[-64.883,-118.195],[-64.49,-118.29],[-64.099,-118.241],[-64,-119.766],[-64,-120.159],[-63.901,-120.552],[-63.707,-120.948],[-63.805,-121.341],[-64.198,-121.537],[-65.03,-121.732],[-65.868,-121.636],[-66.064,-121.24],[-66.482,-121.14],[-67.833,-121.14],[-67.443,-121.732],[-67.048,-121.832],[-66.654,-122.027],[-66.654,-122.419],[-67.443,-122.715],[-67.833,-122.914],[-67.538,-123.207],[-65.868,-123.207],[-65.868,-122.127],[-64.318,-122.127],[-63.901,-122.225],[-63.707,-122.617],[-62.868,-122.715],[-62.423,-122.715],[-61.348,-122.32],[-60.753,-122.522],[-60.46,-122.914],[-60.068,-123.307],[-60.361,-123.893],[-60.753,-124.386],[-61.348,-124.781],[-61.934,-124.682],[-62.329,-124.485],[-62.721,-124.386],[-63.115,-124.485],[-63.508,-124.781],[-63.707,-125.172],[-63.212,-125.566],[-62.82,-125.469],[-62.423,-125.368],[-61.591,-125.368],[-60.753,-125.368],[-60.361,-125.566],[-59.97,-125.761],[-59.677,-126.153],[-59.28,-125.96],[-58.641,-125.96],[-58.003,-125.96],[-57.607,-126.057],[-57.509,-126.452],[-58.297,-127.041],[-58.492,-127.041],[-58.689,-127.041],[-59.18,-127.337],[-59.677,-127.831],[-59.773,-128.221],[-59.724,-128.786],[-59.773,-129.401],[-59.677,-129.791],[-59.724,-130.039],[-58.1,-130.039],[-58.1,-131.195],[-58.887,-132.252],[-58.887,-132.643],[-58.986,-133.239],[-60.164,-133.239],[-60.656,-133.333],[-61.049,-133.432],[-61.444,-133.628],[-61.836,-133.825],[-62.132,-134.216],[-62.229,-134.808],[-62.229,-135.005],[-61.836,-135.201],[-61.542,-135.591],[-61.318,-135.599],[-61.151,-135.591],[-60.264,-135.69],[-59.871,-135.789],[-59.081,-135.789],[-58.297,-135.789],[-57.904,-135.494],[-57.509,-135.005],[-57.509,-134.808],[-57.706,-134.416],[-58.003,-133.825],[-57.509,-132.349],[-57.017,-132.546],[-57.017,-135.69],[-56.723,-136.086],[-56.335,-136.481],[-56.335,-136.675],[-56.624,-137.167],[-57.118,-137.658],[-57.706,-137.562],[-58.1,-137.364],[-58.764,-137.364],[-59.378,-137.364],[-59.871,-137.463],[-60.164,-137.412],[-60.164,-138.643],[-59.773,-138.739],[-59.378,-138.542],[-59.012,-138.542],[-58.199,-138.643],[-57.807,-138.937],[-58.1,-139.33],[-58.495,-139.722],[-58.872,-139.669],[-59.28,-139.624],[-59.677,-139.92],[-60.068,-140.018],[-60.46,-140.018],[-61.074,-140.214],[-62.031,-140.115],[-62.031,-139.432],[-62.229,-139.036],[-62.4,-139.023],[-62.626,-139.036],[-63.016,-139.33],[-63.016,-139.722],[-62.921,-140.507],[-62.721,-140.903],[-62.329,-141.002],[-62.031,-141.394],[-62.031,-141.789],[-62.031,-142.575],[-61.836,-143.657],[-60.656,-143.657],[-60.46,-144.637],[-60.164,-145.036],[-59.637,-145.127],[-59.378,-145.131],[-58.986,-145.131],[-58.592,-145.425],[-58.689,-145.818],[-58.79,-146.407],[-58.495,-146.997],[-58.199,-147.39],[-58.003,-147.786],[-57.607,-148.081],[-56.823,-148.473],[-56.253,-148.419],[-55.643,-148.374],[-55.249,-148.473],[-55.055,-148.864],[-54.956,-149.257],[-54.758,-149.653],[-54.365,-149.851],[-53.971,-150.045],[-53.579,-150.045],[-53.186,-150.144],[-52.983,-150.144],[-52.792,-150.144],[-52.499,-150.536],[-52.598,-151.002],[-56.23,-151.002],[-57.216,-151.226],[-56.335,-151.424],[-55.249,-152.111],[-54.661,-151.913],[-54.169,-151.617],[-53.723,-151.617],[-53.28,-151.617],[-52.888,-151.715],[-52.499,-151.715],[-52.007,-151.812],[-51.71,-152.208],[-51.414,-152.601],[-50.926,-153.09],[-50.63,-153.485],[-49.84,-153.585],[-49.451,-153.585],[-47.876,-153.682],[-47.482,-153.781],[-47.09,-153.878],[-46.697,-154.271],[-46.401,-154.664],[-46.302,-155.453],[-46.503,-156.24],[-46.895,-156.435],[-47.777,-156.534],[-48.663,-156.435],[-49.155,-156.141],[-49.941,-156.041],[-50.826,-156.24],[-51.318,-156.435],[-51.906,-156.635],[-52.4,-156.831],[-53.28,-156.635],[-53.533,-156.633],[-53.775,-156.635],[-54.661,-156.435],[-55.055,-156.141],[-55.448,-155.846],[-55.742,-155.059],[-55.939,-154.664],[-56.335,-154.568],[-56.831,-154.557],[-57.216,-154.568],[-58.052,-154.468],[-58.887,-154.568],[-59.18,-154.961],[-60.215,-155.059],[-60.855,-155.059],[-61.542,-154.374],[-61.74,-153.979],[-62.132,-153.781],[-62.525,-153.781],[-62.956,-153.781],[-63.41,-153.781],[-64.198,-153.585],[-64.589,-153.289],[-65.473,-153.09],[-65.868,-152.799],[-66.361,-152.406],[-66.948,-151.424],[-67.34,-151.226],[-67.734,-151.424],[-67.538,-151.812],[-67.147,-152.011],[-66.948,-152.406],[-66.654,-152.799],[-66.161,-153.585],[-65.977,-153.584],[-65.771,-153.585],[-65.13,-153.878],[-65.18,-154.271],[-65.18,-155.159],[-64.689,-155.55],[-64.296,-155.653],[-63.901,-155.945],[-63.901,-156.336],[-63.901,-156.729],[-64.099,-157.123],[-64.395,-157.519],[-64.783,-157.519],[-65.18,-157.519],[-65.574,-157.42],[-66.066,-157.419],[-66.556,-157.42],[-66.948,-157.318],[-68.225,-157.318],[-68.72,-157.494],[-68.72,-156.24],[-68.815,-155.846],[-68.72,-155.525],[-69.214,-155.356],[-69.701,-155.55],[-70.391,-155.55],[-71.078,-155.55],[-71.863,-155.159],[-72.257,-155.059],[-72.65,-154.768],[-72.878,-154.76],[-73.046,-154.768],[-72.947,-155.159],[-72.749,-155.55],[-72.552,-156.041],[-72.161,-156.336],[-71.768,-156.336],[-70.883,-156.336],[-70.096,-156.435],[-69.701,-156.729],[-69.799,-157.123],[-70.193,-157.318],[-70.441,-157.318],[-70.688,-157.318],[-71.324,-157.42],[-72.849,-157.123],[-73.633,-157.123],[-74.051,-157.028],[-76.757,-157.028],[-77.81,-157.221],[-78.844,-157.028],[-79.335,-156.93],[-79.728,-156.729],[-80.124,-156.635],[-80.714,-156.336],[-80.944,-156.336],[-81.204,-156.336],[-81.796,-156.141],[-82.038,-156.141],[-82.285,-156.141],[-82.779,-155.945],[-83.172,-155.846],[-83.661,-155.653],[-84.055,-155.846],[-83.954,-156.24],[-83.366,-157.028],[-83.072,-157.42],[-82.185,-157.812],[-81.671,-157.906],[-75.035,-157.906],[-74.617,-158.01],[-74.323,-158.403],[-73.908,-158.5],[-68.352,-158.5],[-67.928,-158.597],[-67.147,-158.597],[-66.753,-158.794],[-66.556,-159.188],[-66.323,-159.2],[-66.161,-159.188],[-65.771,-159.387],[-65.378,-159.387],[-65.189,-159.385],[-64.982,-159.387],[-64.589,-159.679],[-63.836,-159.695],[-63.309,-159.679],[-62.82,-159.776],[-62.82,-160.666],[-64,-160.762],[-64.589,-160.564],[-64.783,-160.564],[-65.18,-160.762],[-66.456,-160.96],[-67.246,-160.86],[-68.225,-160.96],[-68.62,-161.154],[-68.225,-161.45],[-68.424,-161.843],[-68.815,-161.843],[-69.555,-162.038],[-69.799,-162.038],[-70.214,-161.745],[-72.137,-161.745],[-72.947,-162.235],[-73.339,-162.334],[-74.223,-162.334],[-76.583,-162.334],[-77.172,-162.334],[-78.647,-162.334],[-79.432,-162.334],[-80.223,-162.235],[-80.613,-161.894],[-84.055,-161.894],[-83.954,-162.334],[-83.193,-162.334],[-82.382,-162.235],[-82.089,-162.628],[-81.892,-163.072],[-70.096,-163.072],[-70.096,-163.513],[-70.49,-163.906],[-70.883,-164.104],[-71.768,-164.302],[-72.257,-164.302],[-73.142,-164.401],[-73.927,-164.498],[-74.323,-164.697],[-74.714,-164.791],[-75.599,-164.791],[-76.484,-164.791],[-76.878,-164.697],[-77.763,-164.697],[-78.253,-164.697],[-79.068,-164.89],[-87.47,-164.937]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.392,0.1],[0.13,-0.046],[0.245,0.309],[0.688,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0.157,-0.468],[0,0],[0,0],[0,0],[0.589,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.199,-0.496],[0,0],[0.395,0.396],[0.488,0],[0,0],[0.292,0.398],[0.492,-0.096],[0,0],[0,0],[0.491,-0.098],[0,0],[0,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.395,0],[0,0],[-0.689,-0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.195,0.593],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.096],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.496,0.196],[0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,0],[0,-0.493],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0.788,0],[0,0],[0,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.787,-0.295],[-0.492,0],[-0.099,0.39],[0,0],[-0.391,0],[-0.393,0.195],[-0.593,0],[0,0],[-0.384,-0.084],[0,0],[0,0],[0,0],[-0.688,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.296,0.394],[0,0],[-0.986,0],[0,0],[0,0.489],[0,0],[0.494,0.393],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.395,0.097],[0,0],[0,0],[0,0],[0,0],[-0.392,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.493,0.101],[0,0],[0,0],[0,0],[0,0],[0.39,0],[0.394,0.29],[0.79,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.784,0],[0,0],[0,0],[-0.196,0.342],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.198,0.395],[0,0],[0,0],[0,0]],\"o\":[[-0.149,-0.037],[-0.218,0.077],[-0.395,-0.489],[-0.687,0],[-0.394,0],[-0.589,0.489],[-1.084,-1.081],[0,0],[0,0],[-0.294,0.883],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.886,-0.294],[-0.59,0.686],[0,0],[0,0],[0.591,0.591],[0,0],[0.195,0.486],[0,0],[-0.393,-0.388],[0,0],[0,0],[-0.297,-0.393],[-0.491,0.101],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,0],[0,0],[0.688,0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.196,-0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.494,-0.097],[0,0],[0,0],[0,0],[-0.883,0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.785,0.396],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.491,-0.196],[-0.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.49,-0.197],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.785,0],[0,0],[0,0],[-0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.786,0.296],[0.494,0],[0.096,-0.395],[0,0],[0.397,0],[0.393,-0.196],[0,0],[0.193,0.491],[1.376,0.293],[0,0],[0,0],[0,0],[0.688,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.293,-0.393],[0,0],[0,0],[0.59,0],[0,-0.492],[0,0],[-0.49,-0.398],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-0.099],[0,0],[0,0],[0,0],[0,0],[0.391,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,-0.097],[0,0],[0,0],[0,0],[0,0],[-0.394,0],[-0.392,-0.297],[-0.787,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.79,0],[0,0],[0,0],[0.392,-0.688],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.196,-0.394],[0,0],[-0.979,-0.494],[0,0]],\"v\":[[-156.114,-161.45],[-156.528,-161.394],[-157.197,-161.549],[-158.081,-162.334],[-159.361,-162.235],[-159.656,-161.154],[-161.522,-161.253],[-163.291,-162.334],[-165.16,-162.432],[-166.734,-162.432],[-166.538,-160.564],[-167.421,-160.564],[-168.6,-161.253],[-169.485,-161.646],[-171.256,-161.646],[-171.351,-160.86],[-172.926,-160.86],[-175.482,-161.054],[-177.35,-160.268],[-178.234,-159.091],[-175.976,-159.091],[-173.124,-158.01],[-172.434,-157.906],[-171.845,-156.729],[-173.812,-156.93],[-175.187,-157.812],[-177.35,-157.812],[-178.824,-158.304],[-179.809,-159.387],[-181.382,-159.188],[-182.564,-159.877],[-183.446,-159.877],[-184.431,-159.679],[-184.627,-158.794],[-184.627,-157.713],[-186,-157.713],[-187.674,-158.205],[-188.556,-158.205],[-189.442,-157.42],[-190.328,-157.028],[-191.312,-157.028],[-192.39,-157.028],[-192.588,-156.24],[-194.556,-156.336],[-194.656,-155.453],[-193.376,-155.256],[-192.685,-155.059],[-192.784,-153.878],[-191.212,-153.585],[-190.328,-152.503],[-188.656,-152.406],[-187.181,-151.913],[-185.511,-151.715],[-184.525,-152.896],[-183.936,-153.585],[-181.969,-153.781],[-183.248,-152.896],[-184.135,-151.715],[-183.936,-150.536],[-181.086,-150.638],[-178.728,-150.638],[-177.843,-151.812],[-175.976,-151.617],[-173.516,-151.617],[-172.04,-152.601],[-171.058,-153.485],[-170.863,-154.174],[-169.584,-154.174],[-167.815,-154.86],[-166.144,-154.664],[-167.323,-154.568],[-168.8,-153.781],[-170.468,-152.702],[-168.309,-152.799],[-167.323,-152.601],[-166.439,-152.503],[-167.028,-151.715],[-169.191,-151.715],[-170.959,-151.617],[-172.04,-151.226],[-173.027,-151.13],[-175.286,-150.536],[-176.464,-150.536],[-177.644,-150.341],[-177.644,-149.356],[-176.367,-149.161],[-175.482,-148.573],[-174.99,-147.589],[-172.336,-147.193],[-173.516,-146.997],[-175.09,-147.096],[-176.96,-148.278],[-179.513,-149.653],[-181.481,-149.752],[-184.431,-150.045],[-184.627,-148.966],[-183.543,-148.081],[-182.07,-146.903],[-179.513,-145.327],[-177.843,-144.637],[-175.187,-144.44],[-175.876,-143.755],[-176.858,-143.359],[-176.858,-142.183],[-179.317,-143.852],[-180.99,-144.148],[-183.052,-143.951],[-184.525,-143.657],[-186,-142.966],[-186,-141.887],[-185.906,-141.099],[-184.431,-140.804],[-182.266,-140.804],[-180.496,-141.002],[-182.167,-140.115],[-181.676,-139.036],[-180.202,-138.84],[-179.121,-139.132],[-177.057,-140.507],[-177.644,-139.234],[-179.218,-138.15],[-180.99,-138.051],[-183.739,-138.937],[-185.807,-139.92],[-188.068,-139.821],[-187.577,-138.739],[-187.28,-137.167],[-189.148,-136.872],[-189.935,-135.789],[-188.556,-134.317],[-186.788,-133.628],[-184.922,-134.216],[-184.232,-134.317],[-182.463,-133.921],[-181.086,-133.921],[-179.809,-134.611],[-178.631,-134.02],[-177.154,-134.02],[-176.464,-134.317],[-174.892,-134.317],[-174.99,-133.136],[-172.926,-133.239],[-171.747,-133.239],[-170.175,-133.825],[-169.388,-134.317],[-168.208,-135.398],[-168.6,-136.481],[-170.175,-135.789],[-170.665,-137.265],[-168.995,-137.562],[-168.503,-138.937],[-169.09,-140.214],[-167.914,-140.214],[-165.75,-140.115],[-164.864,-140.314],[-164.764,-141.593],[-165.651,-142.771],[-163.982,-142.771],[-162.898,-142.966],[-163.786,-144.244],[-165.358,-144.637],[-166.931,-144.935],[-168.208,-144.244],[-169.191,-143.657],[-169.584,-144.637],[-168.009,-145.036],[-167.914,-145.719],[-166.734,-146.308],[-165.259,-146.308],[-164.571,-145.523],[-162.606,-145.231],[-161.326,-145.523],[-159.853,-146.508],[-161.622,-147.786],[-159.656,-147.882],[-158.867,-146.997],[-157.294,-147.096],[-155.43,-147.684],[-156.214,-149.063],[-157.491,-149.554],[-155.232,-149.554],[-153.856,-149.554],[-153.068,-150.437],[-151.396,-150.934],[-149.727,-152.011],[-147.562,-152.702],[-145.792,-153.979],[-144.023,-154.078],[-143.042,-154.664],[-143.826,-155.653],[-145.103,-155.159],[-147.17,-154.664],[-148.055,-155.059],[-150.512,-154.961],[-150.117,-155.846],[-148.249,-156.24],[-146.087,-156.24],[-143.924,-156.24],[-141.862,-156.729],[-139.893,-157.318],[-137.732,-157.42],[-137.141,-158.5],[-137.536,-159.877],[-139.206,-159.484],[-140.682,-159.679],[-141.072,-160.666],[-143.042,-161.646],[-144.516,-161.253],[-146.581,-161.253],[-148.842,-160.666],[-148.743,-161.549],[-150.414,-161.646],[-151.889,-161.549],[-152.38,-162.235],[-153.856,-162.334],[-155.819,-162.828]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.009],[0.172,-0.022],[0.119,0],[0,0],[0.127,0],[0.146,-0.077],[0.02,-0.175],[0,-0.146],[0,-0.151],[0,-0.196],[0.344,0.024],[0.145,0],[0,0],[0,0],[0.07,0.011],[0.085,-0.043],[0,-0.198],[0.025,-0.123],[0,-0.171],[0,-0.173],[0,0],[0.61,-0.048],[0.173,-0.022],[0.124,-0.021],[0.152,-0.024],[0.069,0.007],[0.06,-0.012],[0.149,-0.072],[0.148,-0.147],[0,0],[0,0],[-0.049,0.148],[-0.074,0.124],[-0.122,0.072],[-0.16,-0.032],[-0.112,0.02],[-0.125,0.027],[-0.174,0.055],[-0.134,-0.016],[-0.129,0.027],[-0.17,0.029],[-0.118,0],[-0.27,0.099],[-0.124,0.05],[-0.172,0],[-0.301,-0.072],[-0.122,-0.024],[-0.195,0],[0,0],[0.023,0.121],[0,0.319],[-0.343,0],[-0.2,-0.097],[-0.099,-0.07],[-0.123,-0.125],[-0.416,0],[-0.414,0.024],[0,0.198],[0,0.146],[0,0],[0.343,-0.027],[0.148,0],[0.293,0],[0.147,0.024],[-0.171,0.199],[-0.176,0.175],[-0.148,0.196],[0,0],[0.083,0]],\"o\":[[-0.197,0.024],[-0.122,0],[0,0],[-0.122,0],[-0.17,0.024],[-0.15,0.072],[-0.027,0.124],[0,0.147],[0,0.195],[-0.345,0],[-0.147,0],[0,0],[0,0],[-0.072,0.011],[-0.098,-0.015],[-0.147,0.07],[0,0.146],[-0.05,0.148],[0,0.173],[0,0],[-0.614,0.078],[-0.198,0],[-0.125,0.027],[-0.145,0.028],[-0.061,0.014],[-0.066,-0.006],[-0.147,0.028],[-0.194,0.102],[0,0],[0,0],[0.099,-0.099],[0.05,-0.122],[0.075,-0.125],[0.131,-0.087],[0.114,0.022],[0.12,-0.025],[0.172,-0.047],[0.138,-0.035],[0.124,0.015],[0.175,-0.02],[0.123,-0.021],[0.275,-0.021],[0.12,-0.022],[0.148,-0.071],[0.323,0],[0.12,0.028],[0.178,0.05],[0,0],[-0.022,-0.148],[-0.075,-0.296],[0,-0.345],[0.244,0],[0.12,0.049],[0.122,0.078],[0.293,0.294],[0.419,0],[0,-0.196],[0,-0.146],[0,0],[-0.344,0],[-0.149,0],[-0.291,0.024],[-0.148,0],[0.147,-0.223],[0.148,-0.172],[0.169,-0.169],[0,0],[-0.098,0],[-0.042,0]],\"v\":[[87.005,-155.256],[86.514,-155.159],[86.125,-155.059],[85.725,-155.059],[85.333,-154.961],[84.844,-154.86],[84.451,-154.568],[84.451,-154.174],[84.548,-153.781],[84.451,-153.289],[83.565,-153.289],[83.172,-153.386],[82.678,-153.386],[82.286,-153.386],[82.074,-153.398],[81.796,-153.386],[81.504,-152.994],[81.599,-152.601],[81.203,-152.406],[81.402,-152.011],[81.402,-151.325],[79.831,-151.226],[79.337,-151.13],[78.941,-151.031],[78.548,-150.833],[78.349,-150.833],[78.156,-150.833],[77.763,-150.638],[77.37,-150.244],[76.98,-149.851],[77.37,-149.554],[77.763,-149.752],[77.763,-150.144],[77.96,-150.536],[78.406,-150.56],[78.749,-150.536],[79.141,-150.638],[79.536,-150.934],[79.943,-150.937],[80.32,-150.934],[80.712,-151.226],[81.103,-151.226],[81.893,-151.325],[82.286,-151.424],[82.48,-151.812],[83.272,-151.523],[83.661,-151.424],[84.178,-151.325],[84.941,-151.325],[84.941,-151.715],[84.645,-152.503],[85.432,-152.994],[86.023,-152.799],[86.415,-152.702],[86.611,-152.305],[87.618,-151.913],[88.674,-152.011],[88.773,-152.503],[88.674,-152.896],[88.674,-153.386],[87.793,-153.386],[87.397,-153.289],[86.611,-153.289],[86.22,-153.386],[86.611,-153.979],[87.105,-154.374],[87.497,-154.86],[87.397,-155.256],[87.139,-155.268]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.098,-0.586],[0,0],[-0.099,-0.492],[0,0],[0,0],[0,0],[-0.492,-0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.39],[-0.488,-0.195],[0,0],[0,0],[0,0],[0.884,0.394],[0,0],[0,0],[0,0],[0.395,0.102],[0,0.392],[0.394,0.196],[0.883,0.29],[0,0],[0,0],[0.394,0.093],[0,0]],\"o\":[[0,0],[0.589,0],[0.095,0.49],[0,0],[0,0],[0,0],[0.491,0.199],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,0],[0,0],[0,0],[0,0],[0,-0.392],[0.494,0.197],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.39,-0.095],[0,-0.396],[-0.392,-0.197],[-0.886,-0.299],[0,0],[0,0],[-0.392,-0.101],[0,0]],\"v\":[[-199.274,-154.078],[-197.801,-154.078],[-197.307,-153.386],[-198.484,-153.09],[-200.355,-153.09],[-201.14,-152.799],[-199.863,-152.011],[-199.766,-151.13],[-201.338,-151.226],[-202.42,-151.031],[-202.126,-149.752],[-203.11,-149.161],[-203.11,-147.982],[-201.832,-147.882],[-201.832,-146.607],[-200.257,-145.818],[-198.879,-146.011],[-197.503,-146.407],[-195.638,-146.508],[-194.753,-145.523],[-196.424,-145.036],[-198.094,-145.036],[-199.274,-144.44],[-197.604,-143.557],[-196.717,-142.183],[-193.866,-141.593],[-191.705,-141.887],[-189.735,-141.394],[-189.05,-142.183],[-188.165,-142.183],[-187.97,-143.166],[-187.773,-144.244],[-186.298,-143.657],[-185.807,-144.44],[-184.037,-144.344],[-182.758,-145.231],[-182.758,-146.703],[-184.724,-147.291],[-186,-147.684],[-186.592,-148.669],[-186.592,-149.458],[-187.773,-150.144],[-188.758,-149.458],[-189.442,-150.437],[-190.426,-151.325],[-192.49,-151.812],[-193.573,-152.799],[-194.556,-153.682],[-196.228,-154.86],[-197.307,-154.961]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.244,0],[0.17,0.048],[0.123,0.024],[0,0],[0,0],[-0.172,-0.074],[-0.145,-0.07],[-0.2,0],[0,0],[-0.194,0.122],[-0.023,0.15],[0,0.15],[0.027,0.148],[0.075,0.122],[0.248,0]],\"o\":[[-0.196,0],[-0.128,-0.025],[0,0],[0,0],[0.197,0.022],[0.172,0.073],[0.149,0.078],[0,0],[0.246,0],[0.124,-0.073],[0.028,-0.122],[0,-0.17],[-0.023,-0.124],[-0.123,-0.195],[-0.243,0]],\"v\":[[148.352,-153.979],[147.863,-154.174],[147.464,-154.271],[147.17,-153.878],[147.17,-153.09],[147.662,-152.994],[148.055,-152.702],[148.451,-152.406],[148.646,-152.406],[149.235,-152.601],[149.628,-152.799],[149.727,-153.192],[149.53,-153.585],[149.53,-153.979],[148.941,-154.271]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":5,\"ty\":\"sh\",\"ix\":6,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.274,-0.124],[0.121,-0.049],[0.171,-0.073],[0.165,0],[0.14,-0.033],[0.149,-0.05],[0.297,-0.023],[0.348,0],[0.152,0],[0.028,-0.296],[0.075,-0.148],[0.195,-0.047],[0.133,0.012],[0.131,-0.022],[0.149,-0.051],[0.171,-0.072],[0.07,-0.098],[-0.123,-0.074],[-0.241,0],[-0.295,0],[0,0],[-0.148,-0.121],[-0.169,-0.097],[-0.149,0],[-0.098,-0.046],[-0.146,-0.05],[-0.225,0],[-0.196,0.026],[-0.151,0.072],[-0.197,0.049],[-0.125,0],[-0.116,-0.009],[-0.149,0.027],[-0.125,0.049],[-0.171,0.051],[-0.294,0],[-0.611,0.049],[0,0.197],[-0.146,0.25],[-0.15,0.123],[-0.069,-0.018],[-0.063,0.038],[-0.148,0.101],[-0.123,0.076],[0.123,0.073],[0.024,0.025],[0,0],[0.248,0.296],[0.124,0.071],[0.083,-0.016],[0.048,0.009],[0.174,0]],\"o\":[[-0.121,0.048],[-0.147,0.075],[-0.166,0.07],[-0.127,-0.001],[-0.147,0.022],[-0.292,0.097],[-0.315,0.049],[-0.146,0],[0,0.296],[0,0.172],[-0.098,0.196],[-0.14,0.029],[-0.125,-0.013],[-0.147,0.028],[-0.171,0.075],[-0.125,0.054],[0.07,0.149],[0.2,0.15],[0.302,0],[0,0],[0.221,0.029],[0.127,0.102],[0.121,0.052],[0.12,0],[0.147,0.078],[0.195,0.054],[0.22,0],[0.175,-0.022],[0.173,-0.103],[0.126,-0.026],[0.12,-0.012],[0.142,0.01],[0.123,-0.026],[0.171,-0.075],[0.269,-0.099],[0.614,0],[0.026,-0.195],[0.029,-0.297],[0.075,-0.145],[0.05,-0.035],[0.071,0.018],[0.146,-0.094],[0.123,-0.074],[-0.151,-0.073],[-0.025,0],[0,0],[0,-0.394],[-0.098,-0.124],[-0.058,-0.045],[-0.058,0.011],[-0.148,-0.026],[-0.319,0]],\"v\":[[156.999,-153.682],[156.61,-153.585],[156.314,-153.192],[155.826,-153.122],[155.428,-153.09],[155.035,-152.896],[154.246,-152.601],[153.365,-152.601],[152.97,-152.503],[152.97,-151.715],[152.774,-151.325],[152.383,-150.934],[151.978,-150.932],[151.595,-150.934],[151.199,-150.734],[150.712,-150.638],[150.615,-150.244],[150.808,-149.851],[151.394,-149.653],[152.184,-149.851],[152.383,-149.851],[152.774,-149.458],[153.069,-149.063],[153.465,-148.966],[153.758,-148.769],[154.152,-148.573],[154.743,-148.573],[155.331,-148.573],[155.723,-148.864],[156.116,-149.257],[156.512,-149.257],[156.863,-149.252],[157.296,-149.257],[157.691,-149.356],[157.986,-149.752],[158.772,-149.752],[160.344,-149.851],[160.441,-150.341],[160.54,-151.13],[160.837,-151.523],[161.022,-151.521],[161.23,-151.523],[161.525,-151.913],[161.92,-152.111],[161.525,-152.305],[161.525,-152.406],[158.969,-152.406],[158.772,-153.386],[158.576,-153.781],[158.35,-153.792],[158.184,-153.781],[157.788,-153.979]],\"c\":true},\"ix\":2},\"nm\":\"Path 6\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":6,\"ty\":\"sh\",\"ix\":7,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.067,-0.017],[0.123,-0.049],[0.124,-0.048],[0.124,0],[0.184,0.018],[0.221,-0.036],[0.122,-0.027],[0.174,-0.073],[0.2,0],[0.173,0.053],[0,0],[-0.321,-0.196],[-0.148,-0.074],[-0.394,0],[-0.194,0.05],[-0.147,0.078],[-0.121,0.099],[-0.099,0.12],[-0.145,0.098],[-0.121,0.049],[-0.147,0.049],[-0.149,0.049],[-0.264,0.048],[0,0],[0.144,0.022],[0,0],[0.147,0],[0.217,0],[0.126,0]],\"o\":[[-0.121,0.025],[-0.121,0.05],[-0.124,0.05],[-0.222,0.038],[-0.184,-0.019],[-0.124,0.027],[-0.175,0.048],[-0.171,0.075],[-0.195,0],[0,0],[0.273,0.27],[0.148,0.094],[0.319,0.196],[0.219,0],[0.148,-0.048],[0.147,-0.074],[0.123,-0.094],[0.097,-0.122],[0.101,-0.075],[0.148,-0.074],[0.145,-0.048],[0.269,-0.097],[0,0],[-0.147,-0.051],[0,0],[-0.121,0],[-0.221,-0.027],[-0.149,0],[-0.062,0]],\"v\":[[99.096,-153.682],[98.702,-153.585],[98.605,-153.192],[98.214,-153.192],[97.622,-153.192],[97.034,-153.192],[96.642,-153.09],[96.243,-152.799],[95.852,-152.503],[95.359,-152.702],[95.557,-152.305],[96.346,-151.617],[96.74,-151.325],[97.721,-151.031],[98.309,-151.13],[98.702,-151.325],[99.096,-151.523],[99.297,-151.913],[99.587,-152.305],[99.98,-152.406],[100.375,-152.601],[100.77,-152.799],[101.553,-152.994],[101.454,-153.386],[101.065,-153.585],[100.669,-153.585],[100.277,-153.682],[99.689,-153.682],[99.289,-153.705]],\"c\":true},\"ix\":2},\"nm\":\"Path 7\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":7,\"ty\":\"sh\",\"ix\":8,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.101,-0.05],[0.121,-0.102],[0.198,-0.097],[0.125,-0.048],[0.145,-0.048],[0,0],[0.024,-0.125],[0.075,-0.098],[0.122,-0.078],[0.245,-0.197],[0.071,-0.117],[0,0],[-0.167,-0.076],[-0.221,0],[0,0],[-0.169,0.054],[-0.222,0],[0,0],[-0.197,0],[-0.561,0.023],[-0.147,0.027],[0.102,0.175],[0.051,0.175],[0.051,0.12],[0.074,0.322],[0,0.293],[0,0]],\"o\":[[-0.144,0.099],[-0.147,0.12],[-0.123,0.053],[-0.148,0.073],[0,0],[0,0.15],[-0.022,0.121],[-0.071,0.101],[-0.268,0.172],[-0.125,0.099],[0,0],[0.145,0.075],[0.198,0.096],[0,0],[0.196,-0.024],[0.199,-0.072],[0,0],[0.196,0],[0.566,0.048],[0.173,0],[-0.122,-0.148],[-0.074,-0.145],[-0.024,-0.118],[-0.124,-0.294],[-0.072,-0.268],[0,0],[-0.122,0.05]],\"v\":[[92.508,-153.485],[92.217,-153.09],[91.823,-152.702],[91.427,-152.601],[91.039,-152.406],[90.544,-152.702],[90.544,-152.305],[90.544,-151.913],[90.152,-151.812],[89.365,-151.325],[89.169,-150.934],[89.561,-150.734],[89.954,-150.437],[90.544,-150.341],[90.742,-150.341],[91.133,-150.638],[91.723,-150.638],[92.311,-150.638],[92.806,-150.536],[94.279,-150.536],[94.674,-150.685],[94.279,-151.13],[93.984,-151.523],[93.984,-151.913],[93.493,-152.702],[93.493,-153.485],[92.902,-153.585]],\"c\":true},\"ix\":2},\"nm\":\"Path 8\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":8,\"ty\":\"sh\",\"ix\":9,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.147,0],[0.217,-0.17],[0.073,-0.122],[0.123,-0.146],[0.194,-0.073],[0.465,0],[0.269,-0.053],[0.145,-0.049],[0.15,-0.031],[0,0],[0.199,0.05],[0.123,0.024],[0.176,0.05],[0.101,-0.175],[0.124,-0.022],[0.169,0],[0.171,0.05],[0.124,0.028],[0.322,0],[0,0],[-0.147,-0.296],[-0.419,0],[-0.296,0.099],[-0.122,0.027],[-0.172,0.049],[-0.148,0.028],[-0.314,0],[-0.291,-0.021],[-0.146,0],[-0.148,0],[0,0],[0.197,-0.025],[0.342,0],[0,0],[-0.096,-0.128],[-0.199,-0.1],[0,0],[-0.467,0],[-0.271,0.099],[-0.097,0.147],[-0.027,0.247],[0.023,0.293],[0,0],[-0.445,0],[-0.167,0],[0,0],[-0.223,0.099],[-0.149,0.099],[-0.125,0.095],[0,0.17],[0,0],[0.416,0],[0,0],[0.172,0]],\"o\":[[-0.295,0],[-0.099,0.075],[-0.099,0.15],[-0.121,0.147],[-0.418,0.15],[-0.297,0],[-0.148,0.023],[-0.149,0.05],[0,0],[-0.219,0],[-0.121,-0.026],[-0.17,-0.049],[-0.099,0.172],[-0.072,0.121],[-0.146,0.051],[-0.199,0],[-0.123,-0.024],[-0.295,-0.072],[0,0],[0.024,0.342],[0.171,0.369],[0.32,0],[0.124,-0.025],[0.172,-0.047],[0.149,-0.046],[0.294,-0.049],[0.295,0],[0.149,0],[0.151,0],[0,0],[-0.147,0.147],[-0.32,0.052],[0,0],[0,0.17],[0.147,0.172],[0,0],[0.415,0.196],[0.295,0],[0.172,-0.072],[0.151,-0.199],[0.024,-0.291],[0,0],[0.441,-0.024],[0.169,0],[0,0],[0.273,0],[0.174,-0.073],[0.12,-0.102],[0.12,-0.1],[0,0],[-0.416,-0.098],[0,0],[-0.149,-0.024],[-0.151,0]],\"v\":[[72.456,-153.289],[71.671,-153.192],[71.671,-152.799],[71.276,-152.503],[70.883,-152.111],[69.507,-152.208],[68.72,-152.208],[68.329,-152.011],[67.932,-151.812],[67.734,-151.812],[67.145,-151.913],[66.753,-152.011],[66.262,-152.208],[65.965,-151.715],[65.868,-151.325],[65.475,-151.13],[65.083,-151.424],[64.69,-151.523],[63.876,-151.715],[63.116,-151.715],[63.215,-150.833],[64.1,-150.244],[64.885,-150.536],[65.277,-150.638],[65.768,-150.833],[66.163,-151.031],[66.971,-151.13],[67.734,-151.031],[68.126,-150.934],[68.526,-151.031],[68.621,-150.437],[68.23,-150.045],[67.344,-150.045],[67.344,-149.234],[67.539,-148.864],[68.03,-148.473],[68.427,-148.278],[69.556,-147.882],[70.293,-148.081],[70.682,-148.374],[70.98,-148.966],[70.883,-149.752],[70.883,-150.144],[72.039,-150.244],[72.456,-150.144],[72.676,-150.144],[73.341,-150.244],[73.733,-150.536],[74.126,-150.734],[74.323,-151.151],[74.323,-151.913],[73.243,-152.011],[73.243,-153.192],[72.849,-153.386]],\"c\":true},\"ix\":2},\"nm\":\"Path 9\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":9,\"ty\":\"sh\",\"ix\":10,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.121,-0.072],[0.22,0],[0,0],[0.171,0],[0,0],[0.025,-0.394],[0.074,-0.269],[0.078,-0.145],[0,0],[0.268,0.345],[0.149,0.097],[0.151,0.05],[0.172,0],[1.255,0],[0.174,-0.026],[0.122,-0.047],[0,-0.297],[-0.1,-0.224],[-0.169,-0.05],[-0.148,-0.024],[0,0],[-0.122,-0.024],[-0.245,0],[-0.195,0.05],[-0.242,0],[-0.195,-0.049],[-0.124,-0.073],[-0.146,-0.122],[-0.047,-0.125],[0,0],[0,0],[-0.268,-0.101],[-0.342,0],[0,0],[-0.171,0],[-0.27,-0.102],[-0.151,-0.097],[-0.172,-0.024],[-0.121,-0.023],[-0.22,0],[-0.368,0.123],[-0.148,0.073],[-0.146,0.097],[-0.247,0],[-0.513,0],[-0.32,0.2],[-0.071,0.121],[-0.1,0.27],[-0.297,0.102],[-0.121,0],[-0.169,0.048],[-0.15,0.075],[0,0],[0.318,0.151],[0.316,0],[0.147,-0.027],[0.339,0],[0,0],[0.022,0.196],[0.072,0.148],[0.172,0.171],[0.095,0.146],[0.098,-0.051],[0.123,-0.099],[0.145,-0.122],[0.391,0],[0.145,0],[0.174,0.049],[0,0],[0,0],[0.027,0.148]],\"o\":[[-0.171,0.095],[0,0],[-0.174,0.025],[0,0],[-0.047,0.392],[0,0.296],[-0.047,0.174],[0,0],[0,-0.466],[-0.097,-0.149],[-0.119,-0.073],[-0.146,-0.047],[-1.253,0],[-0.172,0],[-0.147,0.027],[-0.244,0.124],[0,0.27],[0.073,0.172],[0.146,0.046],[0,0],[0.122,0],[0.222,0.049],[0.223,0],[0.222,-0.048],[0.225,0],[0.12,0.024],[0.146,0.076],[0.097,0.076],[0,0],[0,0],[0.298,0.124],[0.295,0.121],[0,0],[0.171,0],[0.296,0],[0.172,0.048],[0.146,0.099],[0.124,0.024],[0.198,0.025],[0.394,0],[0.148,-0.048],[0.172,-0.075],[0.197,-0.125],[0.515,0],[0.397,0],[0.122,-0.075],[0.144,-0.247],[0.096,-0.296],[0.118,-0.022],[0.173,-0.022],[0.172,-0.048],[0,0],[-0.246,-0.268],[-0.266,-0.124],[-0.177,0],[-0.319,0.049],[0,0],[-0.024,-0.2],[-0.024,-0.172],[-0.099,-0.196],[-0.122,-0.125],[-0.129,0.048],[-0.149,0.096],[-0.148,0.121],[-0.296,0.245],[-0.15,0],[-0.193,0],[0,0],[0,0],[-0.027,-0.147],[-0.119,0.049]],\"v\":[[22.023,-150.734],[21.632,-150.341],[21.434,-150.341],[21.016,-150.536],[19.858,-150.536],[19.76,-149.554],[19.661,-148.769],[19.366,-148.374],[18.971,-148.473],[18.777,-149.653],[18.383,-149.947],[17.99,-150.144],[17.572,-150.244],[14.378,-150.341],[13.958,-150.244],[13.568,-150.144],[13.074,-149.554],[13.174,-148.864],[13.665,-148.669],[14.057,-148.473],[14.453,-148.473],[14.845,-148.374],[15.436,-148.179],[16.023,-148.278],[16.609,-148.473],[17.206,-148.374],[17.598,-148.278],[17.99,-147.982],[18.087,-147.589],[15.138,-147.589],[15.138,-146.703],[15.927,-146.407],[16.737,-146.011],[18.852,-146.011],[19.268,-146.114],[20.056,-146.011],[20.353,-145.622],[20.842,-145.425],[21.236,-145.327],[21.824,-145.327],[22.807,-145.425],[23.202,-145.622],[23.595,-145.916],[24.087,-146.308],[25.362,-145.916],[26.348,-146.211],[26.741,-146.407],[26.741,-147.193],[27.333,-147.786],[27.721,-147.786],[28.216,-147.882],[28.609,-148.179],[29.001,-148.374],[28.312,-149.063],[27.48,-149.161],[27.036,-149.161],[26.227,-148.864],[25.464,-148.864],[25.464,-149.356],[25.267,-149.752],[24.773,-150.144],[24.484,-150.536],[24.087,-150.437],[23.792,-150.045],[23.398,-149.653],[22.516,-149.161],[22.121,-149.063],[21.725,-149.356],[22.516,-150.244],[22.516,-150.437],[22.413,-150.833]],\"c\":true},\"ix\":2},\"nm\":\"Path 10\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":10,\"ty\":\"sh\",\"ix\":11,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.319,-0.122],[0.171,-0.078],[0.171,-0.07],[0.399,-0.07],[0,0],[0,0],[0,0],[-0.096,0.197],[-0.047,0.123],[-0.071,0.095],[-0.296,-0.242],[-0.201,0],[-0.174,0],[-0.167,0.026],[0.05,0.468],[0,0],[0,0],[0.024,0.146]],\"o\":[[-0.346,0],[-0.174,0.052],[-0.172,0.072],[-0.342,0.172],[0,0],[0,0],[0,0],[0.148,-0.146],[0.051,-0.121],[0.051,-0.102],[0,0.393],[0.149,0.124],[0.164,0],[0.172,0],[0.026,-0.465],[0,0],[0,0],[0,-0.146],[0,0]],\"v\":[[85.656,-150.536],[84.844,-150.244],[84.35,-150.045],[83.956,-149.752],[82.971,-149.458],[82.971,-149.752],[82.971,-148.573],[84.743,-148.573],[85.135,-148.966],[85.135,-149.356],[85.432,-149.554],[85.629,-148.573],[86.125,-148.374],[86.514,-148.573],[86.954,-148.573],[86.954,-149.752],[88.674,-149.752],[88.674,-150.144],[88.578,-150.536]],\"c\":true},\"ix\":2},\"nm\":\"Path 11\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":11,\"ty\":\"sh\",\"ix\":12,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-210.578,-149.554],[-210.578,-148.374],[-209.105,-148.374],[-208.71,-147.291],[-207.533,-147.786],[-208.024,-149.161],[-209.303,-149.554]],\"c\":true},\"ix\":2},\"nm\":\"Path 12\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":12,\"ty\":\"sh\",\"ix\":13,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.127,-0.027],[0.17,-0.025],[0,0],[0.126,0],[0,0],[-0.048,-0.1],[-0.121,-0.072],[-0.17,0],[-0.147,0.027],[-0.147,0.027],[-0.27,0.05],[0.024,0.118],[0.074,0.17]],\"o\":[[-0.17,0.049],[0,0],[-0.103,0],[0,0],[0.029,0.144],[0.077,0.123],[0.124,0.076],[0.171,0],[0.146,-0.023],[0.272,-0.073],[-0.022,-0.122],[-0.047,-0.175],[-0.122,0.024]],\"v\":[[89.855,-149.161],[89.365,-148.966],[88.973,-148.966],[88.674,-148.864],[88.28,-148.864],[88.28,-148.473],[88.478,-148.081],[88.921,-148.081],[89.365,-148.081],[89.757,-148.278],[90.544,-148.473],[90.544,-148.864],[90.249,-149.257]],\"c\":true},\"ix\":2},\"nm\":\"Path 13\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":13,\"ty\":\"sh\",\"ix\":14,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.106,-0.016],[0.149,-0.072],[0.126,-0.073],[0.171,-0.075],[0.121,-0.023],[0.223,0.021],[0.187,-0.009],[0.121,-0.022],[0.06,0.008],[0.067,-0.026],[0.143,-0.075],[0.174,-0.076],[0.067,0.013],[0.06,-0.024],[0.12,-0.027],[0.101,-0.172],[0.072,-0.168],[0.024,-0.099],[-0.243,-0.153],[-0.074,-0.126],[-0.024,-0.124],[0,-0.145],[-0.024,-0.227],[0,0],[-0.147,-0.024],[-0.067,0.006],[-0.063,-0.012],[-0.124,-0.121],[-0.097,-0.171],[-1.007,-0.025],[-0.148,0],[0,0],[-0.271,0.025],[-0.12,0.027],[-0.273,0.149],[0,0.172],[0,0],[0.221,0.029],[0.147,0.074],[-0.099,0.268],[-0.075,0.148],[-0.095,0.148],[0,0.242],[0.119,0.246],[0.095,0.124],[0.15,0.078],[0.393,0],[0.194,-0.076],[0.124,-0.076],[0.123,-0.097],[0.175,-0.072],[0.15,0],[0.295,0],[-0.099,0.124],[-0.123,0.122],[0,0],[0.492,0],[0.193,0]],\"o\":[[-0.148,0.024],[-0.147,0.073],[-0.147,0.1],[-0.122,0.049],[-0.269,0.059],[-0.146,-0.014],[-0.144,0],[-0.057,0.012],[-0.075,-0.011],[-0.172,0.075],[-0.147,0.074],[-0.061,0.025],[-0.068,-0.011],[-0.12,0.049],[-0.201,0.072],[-0.101,0.149],[-0.027,0.099],[0.293,0.097],[0.126,0.067],[0.073,0.121],[0.022,0.123],[0,0.222],[0,0],[0.174,0],[0.06,0.012],[0.068,-0.005],[0.17,0.05],[0.144,0.148],[1.01,-0.022],[0.146,0],[0,0],[0.271,0],[0.147,0],[0.296,-0.053],[0.123,-0.072],[0,0],[-0.218,0],[-0.174,-0.021],[0.027,-0.292],[0.048,-0.153],[0.074,-0.172],[0.128,-0.195],[0,-0.299],[-0.077,-0.147],[-0.099,-0.123],[-0.317,-0.197],[-0.222,0],[-0.15,0.048],[-0.122,0.074],[-0.144,0.098],[-0.125,0.052],[-0.295,0.025],[0.074,-0.122],[0.123,-0.145],[0,0],[-0.489,0],[-0.23,0],[-0.096,0]],\"v\":[[159.658,-149.161],[159.264,-148.966],[158.868,-148.769],[158.576,-148.374],[158.184,-148.278],[157.488,-148.26],[156.999,-148.278],[156.61,-148.179],[156.433,-148.183],[156.215,-148.179],[155.822,-147.882],[155.527,-147.489],[155.331,-147.489],[155.134,-147.489],[154.743,-147.39],[154.347,-146.997],[154.053,-146.607],[154.053,-146.308],[154.837,-146.011],[155.233,-145.818],[155.233,-145.425],[155.233,-145.036],[155.331,-144.44],[158.845,-144.44],[159.264,-144.344],[159.457,-144.344],[159.658,-144.344],[159.952,-143.951],[160.246,-143.458],[162.803,-143.557],[163.196,-143.458],[163.809,-143.458],[164.473,-143.458],[164.866,-143.557],[165.654,-143.852],[165.848,-144.222],[165.848,-145.036],[165.261,-145.036],[164.866,-145.231],[164.965,-146.011],[165.162,-146.407],[165.454,-146.802],[165.848,-147.291],[165.559,-147.982],[165.36,-148.374],[165.063,-148.769],[164.081,-148.864],[163.493,-148.864],[163.098,-148.669],[162.899,-148.278],[162.507,-147.982],[162.113,-147.982],[161.329,-147.982],[161.525,-148.374],[161.92,-148.669],[161.818,-149.136],[160.566,-149.161],[159.957,-149.182]],\"c\":true},\"ix\":2},\"nm\":\"Path 14\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":14,\"ty\":\"sh\",\"ix\":15,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.128,0],[0,0],[0,0],[0.049,-0.468],[-0.641,-0.074],[0,0],[-0.148,-0.101],[-0.173,-0.052],[-0.148,0],[-0.121,0.022],[-0.148,0.099],[-0.078,0.125],[0,0.145],[0,0],[0.048,0.148],[0.124,0],[0.125,0.025],[0.148,0.05],[0.17,0.05],[0.176,0.024],[0,0],[0.15,0]],\"o\":[[0,0],[0,0],[0.023,0.468],[0.636,0.071],[0,0],[0.176,0.026],[0.148,0.099],[0.122,0.022],[0.145,0],[0.172,-0.052],[0.122,-0.07],[0.068,-0.121],[0,0],[0,-0.171],[-0.146,0],[-0.121,0],[-0.148,-0.023],[-0.173,-0.048],[-0.174,-0.048],[0,0],[-0.144,0],[-0.124,0]],\"v\":[[150.116,-148.374],[149.727,-148.374],[149.384,-148.374],[149.384,-147.193],[151.008,-147.096],[151.394,-147.096],[151.793,-146.802],[151.99,-146.308],[152.383,-146.308],[152.774,-146.308],[153.168,-146.607],[153.566,-146.802],[153.566,-147.193],[153.566,-147.589],[153.365,-147.982],[152.97,-147.882],[152.577,-147.982],[152.184,-148.179],[151.696,-148.278],[151.199,-148.473],[150.808,-148.473],[150.415,-148.573]],\"c\":true},\"ix\":2},\"nm\":\"Path 15\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":15,\"ty\":\"sh\",\"ix\":16,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.012],[0.098,-0.199],[0,-0.295],[0,0],[-0.025,-0.127],[0,-0.271],[0.171,-0.196],[0.246,0],[0.149,0.172],[0.049,0.32],[0,0],[0,0.152],[0,0],[0.028,0.267],[0,0],[0.245,-0.199],[0.097,-0.125],[0.125,-0.099],[0.198,0],[0,0],[0,0],[-0.146,0.072],[-0.067,-0.011],[-0.062,0.025],[-0.172,0.072],[0,0],[0.062,0.008],[0.068,-0.026],[0.146,-0.075],[0.124,-0.076],[0.097,-0.127],[0,0],[0.171,-0.025],[0.315,-0.05],[0.148,-0.047],[-0.098,-0.269],[-0.15,-0.123],[-0.173,-0.023],[-0.221,0.02],[-0.185,-0.009],[-0.145,-0.022],[0.05,-0.124],[0.052,-0.124],[0,-0.197],[-0.068,-0.198],[-0.069,-0.144],[0,-0.219],[0.099,-0.246],[0.12,0.078],[0.097,0.124],[0.052,0.123],[0.123,0.097],[0.173,0.077],[0.147,0.052],[0.071,-0.011],[0.067,0.013],[-0.081,-0.319],[-0.03,-0.122],[-0.023,-0.121],[-0.147,-0.147],[-0.201,-0.097],[-0.367,0],[-0.177,0],[0,0.297],[0,0.146],[-0.094,0.007],[-0.168,-0.134],[-0.195,-0.247],[-0.149,-0.096],[-0.149,-0.025],[-0.295,0],[0,0],[-0.124,0.072],[-0.072,0.147],[-0.072,0.124],[-0.148,0.1],[-0.075,-0.016],[-0.058,0.022],[-0.148,0.045],[0,0.15],[0,0],[0,0],[-0.044,-0.17],[-0.02,-0.121],[-0.025,-0.295],[0,0],[0,0],[0,0],[-0.05,-0.344],[-0.024,-0.047],[0.146,-0.027],[0.345,0.022],[0,0],[0.145,0],[0.269,-0.049],[0.148,-0.052],[0.144,-0.023],[0.224,0.022],[0.217,-0.021],[0.392,-0.268],[0,-0.172],[0,0],[-0.468,-0.022],[0,0],[-0.148,0],[-0.271,0],[-0.344,0.149],[-0.29,0.148],[-0.248,0],[0,0],[-0.123,-0.048],[-0.098,-0.128],[0.178,-0.049],[0.06,0.009],[0.067,-0.027],[0.126,-0.048],[0.15,-0.096],[0.245,-0.029],[0.22,0],[0.539,-0.028],[0.124,-0.028],[0.148,-0.052],[0.074,-0.097],[0,-0.151],[-0.048,-0.122],[-0.32,-0.125],[-0.147,0],[-0.125,0.006],[-0.144,-0.01],[-0.123,-0.021],[-0.272,-0.195],[-0.101,-0.145],[-0.069,-0.128],[-0.094,-0.148],[-0.224,-0.295],[0,0],[-0.049,0.096],[-0.123,0.123],[-0.121,0.075],[-0.17,0.27],[-0.023,0.125],[-0.023,0.347],[-0.048,0.149],[-0.2,0.099],[-0.175,0],[-0.298,0],[0,0],[-0.274,0.075],[-0.269,0.172],[0.027,0.198],[0,0.152],[0,0.176],[0,0.148],[0,0.171],[0,0],[0.049,-0.197],[0,-0.342],[0,-0.149],[-0.3,-0.027],[-0.124,-0.096],[-0.027,-0.172],[0,-0.147],[0.099,-0.27],[0.122,-0.096],[0,-0.416],[0,-0.172],[0,0],[-0.442,0.268],[-0.345,0],[-0.099,-0.148],[0,-0.123],[0,-0.296],[0,0],[-0.079,0.146],[-0.048,0.12],[-0.047,0.145],[0,0],[0,0],[0,0],[0.517,0.05],[0.149,0],[0.367,0.022],[0,0.365],[0,0.146],[0,0],[0.441,0.392],[0.127,0.076],[0.102,0.099],[0.074,0.122],[0.097,0.07],[0.317,0.047],[0.122,0.047],[0.12,0.125],[0.252,0.197],[0.123,0.019],[0.147,0],[0.122,-0.028],[0.295,0],[0.272,0.073],[0.071,-0.006],[0.058,0.01],[0.152,0.075],[0,0],[0.209,0],[0.223,0.022],[0.146,0.073],[-0.047,0.126],[-0.124,0.367],[-0.027,0.119],[0,0],[0.061,0.008],[0.039,0]],\"o\":[[-0.194,0.098],[-0.123,0.243],[0,0],[0,0.145],[0.049,0.248],[0,0.272],[-0.146,0.175],[-0.246,0],[-0.196,-0.245],[0,0],[0,-0.149],[0,0],[-0.025,-0.274],[0,0],[-0.295,0.147],[-0.119,0.1],[-0.098,0.124],[-0.121,0.096],[0,0],[0,0],[0.099,-0.098],[0.061,-0.023],[0.069,0.013],[0.172,-0.076],[0,0],[-0.056,0.012],[-0.074,-0.011],[-0.171,0.075],[-0.125,0.074],[-0.124,0.072],[0,0],[-0.169,0],[-0.347,0.048],[-0.151,0.026],[0.024,0.296],[0.072,0.198],[0.144,0.121],[0.266,0.058],[0.147,-0.013],[0.149,0],[0,0.15],[-0.047,0.12],[-0.073,0.168],[0,0.223],[0.076,0.169],[0.099,0.172],[0,0.272],[-0.146,-0.07],[-0.126,-0.07],[-0.078,-0.1],[-0.072,-0.172],[-0.121,-0.097],[-0.148,-0.053],[-0.069,-0.026],[-0.059,0.009],[0.148,0.297],[0.023,0.121],[0.023,0.124],[0.072,0.198],[0.147,0.15],[0.316,0.147],[0.172,0],[-0.029,-0.292],[0,-0.15],[0.102,0.009],[0.195,-0.015],[0.244,0.197],[0.101,0.149],[0.122,0.073],[0.273,0.072],[0,0],[0.123,0],[0.149,-0.098],[0.075,-0.124],[0.075,-0.147],[0.052,-0.037],[0.067,0.014],[0.146,-0.048],[-0.025,-0.147],[0,0],[0,0],[0.095,0.145],[0.028,0.123],[0.056,0.273],[0,0],[0,0],[0,0],[0,0.344],[0,0.071],[-0.073,0.147],[-0.319,0.074],[0,0],[-0.151,0],[-0.297,0],[-0.145,0.026],[-0.148,0.046],[-0.262,0.056],[-0.177,-0.016],[-0.491,0.049],[-0.125,0.073],[0,0],[0.467,-0.096],[0,0],[0.149,0],[0.271,0.023],[0.391,0],[0.295,-0.121],[0.197,-0.099],[0,0],[0.146,0],[0.147,0.072],[-0.149,0.094],[-0.053,0.011],[-0.076,-0.01],[-0.125,0.048],[-0.169,0.052],[-0.193,0.148],[-0.222,0.027],[-0.544,-0.028],[-0.147,0],[-0.145,0.02],[-0.126,0.047],[-0.075,0.099],[0,0.145],[0.149,0.319],[0.124,0.049],[0.151,0.013],[0.121,-0.006],[0.144,0],[0.32,0.075],[0.147,0.099],[0.072,0.124],[0.097,0.145],[0.199,0.318],[0,0],[0.024,-0.122],[0.099,-0.146],[0.096,-0.097],[0.269,-0.174],[0.049,-0.096],[0.078,-0.316],[0,-0.172],[0.076,-0.196],[0.146,-0.077],[0.293,-0.024],[0,0],[0.296,0],[0.316,-0.099],[-0.075,-0.171],[0,-0.147],[0,-0.17],[0,-0.147],[0,-0.167],[0,0],[-0.025,0.22],[-0.074,0.322],[0,0.145],[0.291,0],[0.196,0],[0.122,0.1],[0.026,0.121],[0,0.296],[-0.052,0.149],[-0.293,0.273],[0,0.173],[0,0],[0.541,0],[0.27,-0.149],[0.196,0],[0.05,0.097],[0.026,0.27],[0,0],[0.123,-0.099],[0.051,-0.123],[0.07,-0.15],[0,0],[0,0],[0,0],[-0.298,-0.393],[-0.148,0],[-0.368,0],[-0.025,-0.372],[0,-0.151],[0,0],[0,-0.589],[-0.099,-0.073],[-0.121,-0.074],[-0.095,-0.098],[-0.048,-0.1],[-0.246,-0.222],[-0.125,0],[-0.172,-0.07],[-0.222,-0.22],[-0.097,-0.077],[-0.125,-0.028],[-0.148,0],[-0.271,0.045],[-0.292,0],[-0.064,-0.016],[-0.064,0.006],[-0.149,-0.03],[0,0],[-0.184,0.039],[-0.222,0],[-0.171,-0.029],[0.05,-0.123],[0.172,-0.34],[0.023,-0.127],[0,0],[-0.056,0.013],[-0.04,-0.006],[-0.034,0]],\"v\":[[8.65,-148.278],[8.258,-147.882],[8.06,-147.096],[8.06,-146.703],[8.16,-146.308],[8.456,-145.674],[8.16,-145.036],[7.57,-144.736],[6.98,-144.935],[6.686,-145.818],[6.686,-146.211],[6.587,-146.607],[6.587,-146.997],[6.484,-147.684],[5.704,-147.786],[4.915,-147.39],[4.719,-146.997],[4.324,-146.703],[3.906,-146.407],[2.654,-146.407],[2.654,-147.096],[2.85,-147.489],[3.046,-147.489],[3.245,-147.489],[3.639,-147.786],[3.54,-148.179],[3.362,-148.183],[3.143,-148.179],[2.753,-147.882],[2.359,-147.684],[2.165,-147.291],[-0.371,-147.291],[-0.784,-147.193],[-1.667,-147.096],[-2.064,-146.903],[-1.966,-146.114],[-1.572,-145.719],[-1.279,-145.327],[-0.587,-145.309],[-0.1,-145.327],[0.294,-145.231],[0.294,-144.833],[0.195,-144.44],[-0.194,-144.148],[-0.1,-143.557],[0.294,-143.262],[0.393,-142.674],[0.195,-141.985],[-0.194,-142.183],[-0.589,-142.377],[-0.689,-142.771],[-0.884,-143.262],[-1.279,-143.557],[-1.667,-143.755],[-1.875,-143.76],[-2.064,-143.755],[-1.667,-142.966],[-1.667,-142.575],[-1.572,-142.183],[-1.18,-141.789],[-0.784,-141.394],[0.122,-141.099],[0.544,-141.2],[0.493,-141.985],[0.544,-142.377],[0.837,-142.383],[1.378,-142.281],[1.671,-141.492],[2.065,-141.2],[2.458,-141.002],[3.245,-141.002],[3.639,-141.002],[4.031,-141.002],[4.324,-141.394],[4.324,-141.789],[4.621,-142.183],[4.82,-142.188],[5.014,-142.183],[5.409,-142.377],[5.307,-142.771],[5.307,-143.359],[6.098,-143.458],[6.484,-143.166],[6.484,-142.771],[6.587,-141.985],[8.06,-141.985],[8.846,-142.575],[9.242,-142.281],[9.242,-141.394],[9.438,-141.295],[9.242,-140.903],[8.355,-141.002],[7.867,-141.002],[7.474,-141.099],[6.686,-141.099],[6.293,-140.903],[5.898,-140.708],[5.198,-140.695],[4.621,-140.708],[3.443,-140.314],[3.341,-139.894],[3.341,-139.036],[4.523,-139.234],[4.915,-139.234],[5.307,-139.132],[6,-139.036],[6.98,-139.234],[7.764,-139.722],[8.355,-140.018],[8.555,-140.018],[8.945,-139.92],[9.142,-139.525],[8.846,-139.132],[8.674,-139.138],[8.456,-139.132],[8.06,-139.036],[7.764,-138.643],[7.177,-138.346],[6.587,-138.443],[5.211,-138.443],[4.816,-138.443],[4.424,-138.247],[4.031,-138.15],[3.934,-137.757],[4.031,-137.364],[4.719,-136.675],[5.112,-136.675],[5.513,-136.674],[5.898,-136.675],[6.293,-136.58],[7.079,-136.185],[7.474,-135.891],[7.667,-135.494],[7.961,-135.102],[8.555,-134.317],[8.945,-134.416],[8.945,-134.808],[9.242,-135.201],[9.634,-135.398],[10.421,-135.891],[10.518,-136.284],[10.518,-137.167],[10.715,-137.562],[11.111,-137.953],[11.504,-138.15],[12.241,-138.15],[12.241,-140.115],[12.98,-140.115],[13.764,-140.607],[13.469,-141.002],[13.516,-141.372],[13.469,-141.789],[13.568,-142.183],[13.516,-142.622],[16.319,-142.622],[16.319,-142.083],[16.023,-141.271],[16.124,-140.903],[16.91,-140.903],[17.402,-140.708],[17.797,-140.411],[17.797,-140.018],[17.698,-139.234],[17.303,-139.036],[16.714,-138.127],[16.811,-137.658],[17.672,-137.658],[18.876,-138.346],[19.661,-138.739],[20.056,-138.443],[20.056,-138.051],[20.056,-137.265],[21.137,-137.265],[21.533,-137.463],[21.632,-137.854],[21.824,-138.247],[24.087,-138.247],[24.876,-138.443],[24.973,-138.84],[23.888,-139.624],[23.495,-139.525],[22.561,-139.575],[22.516,-140.507],[22.561,-140.903],[20.056,-140.903],[19.76,-142.377],[19.366,-142.477],[18.971,-142.674],[18.777,-143.065],[18.681,-143.458],[17.797,-143.657],[17.402,-143.657],[17.01,-143.951],[16.609,-144.736],[16.221,-144.833],[15.828,-144.935],[15.436,-144.833],[14.794,-144.44],[14.057,-144.637],[13.85,-144.64],[13.665,-144.637],[13.344,-144.935],[13.344,-145.909],[12.781,-145.916],[12.19,-145.916],[11.797,-146.114],[11.893,-146.508],[12.487,-147.291],[12.487,-147.684],[9.044,-148.278],[8.867,-148.281],[8.747,-148.294]],\"c\":true},\"ix\":2},\"nm\":\"Path 16\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":16,\"ty\":\"sh\",\"ix\":17,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.171,-0.049],[0.174,-0.076],[0.123,-0.075],[0.125,-0.098],[0.095,-0.146],[0.075,-0.149],[0.074,-0.123],[0.124,-0.099],[0.073,0.018],[0.048,-0.036],[0.097,-0.146],[0,-0.126],[0.097,-0.269],[0.072,-0.148],[0.12,-0.073],[0.149,-0.073],[0.073,-0.122],[0.051,-0.172],[0.022,-0.196],[0,-0.199],[-0.245,0],[-0.321,0.273],[-0.146,0.148],[-0.199,0.073],[-0.122,0.027],[-0.196,0],[-0.148,-0.025],[0,0],[-0.173,0.073],[-0.148,0.024],[-0.147,0],[-0.292,0],[-0.146,0.024],[-0.248,0.026],[-0.395,0],[-0.194,0.17],[-0.045,0.147],[0,0.146],[0,0.174],[0,0],[0,0],[0.046,0.32],[0.046,0.098],[0.148,0.069],[0.127,0.026],[0.491,0],[0.146,-0.026],[0.124,-0.096],[0.221,0],[0,0],[0.15,0.073],[-0.122,0.15],[-0.098,0.17],[-0.026,0.121],[0.122,0.049],[0.124,0.049],[0.22,0]],\"o\":[[-0.195,0],[-0.176,0.048],[-0.123,0.049],[-0.149,0.075],[-0.124,0.098],[-0.075,0.125],[-0.05,0.12],[-0.072,0.148],[-0.051,0.038],[-0.073,-0.019],[-0.146,0.099],[-0.077,0.127],[-0.025,0.272],[-0.05,0.145],[-0.075,0.147],[-0.152,0.098],[-0.118,0.075],[-0.095,0.149],[-0.051,0.17],[-0.025,0.197],[0.219,0.097],[0.445,0],[0.147,-0.124],[0.147,-0.149],[0.124,-0.053],[0.174,-0.027],[0.172,0],[0,0],[0.194,0],[0.144,-0.049],[0.121,-0.028],[0.294,-0.028],[0.148,0],[0.249,-0.028],[0.393,-0.046],[0.293,0],[0.122,-0.101],[0.053,-0.119],[0,-0.171],[0,0],[0,0],[0,-0.344],[0,-0.124],[-0.079,-0.126],[-0.124,-0.053],[-0.461,-0.121],[-0.174,0],[-0.148,0.026],[-0.147,0.12],[0,0],[-0.197,0],[0.15,-0.15],[0.122,-0.145],[0.049,-0.122],[-0.127,-0.024],[-0.122,-0.048],[-0.196,-0.076],[0,0]],\"v\":[[170.175,-146.308],[169.785,-146.011],[169.29,-145.916],[168.897,-145.818],[168.602,-145.425],[168.212,-145.131],[168.012,-144.736],[167.915,-144.344],[167.719,-143.951],[167.52,-143.95],[167.324,-143.951],[166.933,-143.657],[166.933,-143.262],[166.933,-142.477],[166.735,-142.083],[166.342,-141.887],[165.848,-141.688],[165.454,-141.492],[165.162,-141.099],[165.162,-140.607],[165.162,-140.115],[165.947,-139.432],[166.933,-140.018],[167.324,-140.411],[167.719,-140.804],[168.111,-140.903],[168.602,-141.002],[168.996,-140.804],[171.136,-140.804],[171.553,-141.099],[171.947,-141.295],[172.339,-141.295],[173.124,-141.295],[173.517,-141.295],[174.11,-141.593],[175.094,-141.492],[175.876,-141.688],[176.072,-142.083],[176.171,-142.45],[176.072,-142.87],[176.072,-143.359],[174.405,-143.359],[174.405,-144.244],[174.405,-144.637],[174.009,-144.833],[173.613,-144.935],[172.389,-145.131],[171.947,-145.131],[171.749,-144.736],[171.358,-144.344],[171.158,-144.344],[170.764,-144.637],[171.158,-145.036],[171.553,-145.327],[171.553,-145.719],[171.158,-145.818],[170.764,-145.916],[170.373,-146.308]],\"c\":true},\"ix\":2},\"nm\":\"Path 17\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":17,\"ty\":\"sh\",\"ix\":18,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.012,-0.034],[0,0]],\"o\":[[0,0],[-0.018,0.008]],\"v\":[[13.344,-146.041],[13.344,-146.114]],\"c\":true},\"ix\":2},\"nm\":\"Path 18\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":18,\"ty\":\"sh\",\"ix\":19,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.008,0.002],[0.02,0.057]],\"o\":[[0.009,-0.002],[0.032,0],[0,0]],\"v\":[[13.344,-145.909],[13.368,-145.916],[13.344,-146.041]],\"c\":true},\"ix\":2},\"nm\":\"Path 19\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":19,\"ty\":\"sh\",\"ix\":20,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-217.758,-145.818],[-220.706,-145.231],[-220.02,-144.244],[-218.935,-144.344],[-217.855,-143.852],[-217.559,-142.674],[-219.231,-142.674],[-218.642,-141.593],[-217.559,-141.688],[-216.774,-141.002],[-215.693,-141.492],[-214.709,-141.394],[-212.35,-141.2],[-210.578,-139.722],[-208.807,-139.33],[-208.318,-140.214],[-208.613,-141.394],[-209.698,-142.183],[-210.186,-143.359],[-211.659,-143.951],[-212.843,-144.637],[-214.019,-144.44],[-215.102,-145.231],[-216.58,-146.011]],\"c\":true},\"ix\":2},\"nm\":\"Path 20\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":20,\"ty\":\"sh\",\"ix\":21,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-206.844,-143.359],[-206.056,-142.281],[-205.464,-140.507],[-203.699,-140.214],[-202.027,-140.411],[-200.454,-140.708],[-200.061,-141.492],[-201.73,-142.674],[-204.091,-142.87],[-205.96,-144.05]],\"c\":true},\"ix\":2},\"nm\":\"Path 21\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":21,\"ty\":\"sh\",\"ix\":22,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.494,0.099],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,-0.096],[0,0]],\"v\":[[-231.717,-143.359],[-233.29,-142.966],[-234.666,-141.789],[-232.897,-141.789],[-230.535,-141.789],[-227.686,-141.789],[-228.08,-142.87],[-229.851,-143.458]],\"c\":true},\"ix\":2},\"nm\":\"Path 22\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":22,\"ty\":\"sh\",\"ix\":23,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.13,0],[0,0],[0.17,-0.077],[0,0],[-0.12,-0.025],[-0.06,0.009],[-0.065,-0.03],[-0.147,-0.1],[-0.174,-0.075],[-0.344,0],[0,0],[-0.147,0],[0.05,0.12],[0.074,0.145],[0.101,0.073],[0.121,0.024],[0.176,0.022],[0,0],[0.151,0],[0.051,0]],\"o\":[[0,0],[-0.169,0.026],[0,0],[0.147,0.027],[0.053,0.011],[0.075,-0.011],[0.173,0.073],[0.151,0.097],[0.295,0.147],[0,0],[0.149,0],[-0.022,-0.126],[-0.097,-0.175],[-0.075,-0.126],[-0.1,-0.072],[-0.169,-0.047],[0,0],[-0.146,-0.026],[-0.057,-0.007],[-0.102,0]],\"v\":[[177.745,-141.593],[177.35,-141.593],[176.96,-141.295],[177.056,-140.903],[177.451,-140.804],[177.624,-140.81],[177.842,-140.804],[178.236,-140.507],[178.533,-140.115],[179.441,-140.018],[179.908,-140.018],[180.301,-140.115],[180.301,-140.507],[179.908,-140.804],[179.908,-141.2],[179.517,-141.295],[179.022,-141.394],[178.631,-141.394],[178.236,-141.593],[178.077,-141.602]],\"c\":true},\"ix\":2},\"nm\":\"Path 23\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":23,\"ty\":\"sh\",\"ix\":24,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-238.795,-141.002],[-238.402,-140.018],[-237.615,-139.33],[-236.139,-139.234],[-236.338,-140.507],[-237.812,-141.099]],\"c\":true},\"ix\":2},\"nm\":\"Path 24\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":24,\"ty\":\"sh\",\"ix\":25,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-229.454,-140.607],[-231.914,-140.607],[-233.389,-140.214],[-234.762,-139.432],[-233.681,-137.658],[-232.7,-137.463],[-231.62,-137.854],[-229.454,-137.953],[-228.965,-138.739],[-229.948,-139.624],[-228.965,-139.722],[-228.278,-140.607]],\"c\":true},\"ix\":2},\"nm\":\"Path 25\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":25,\"ty\":\"sh\",\"ix\":26,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-215.693,-139.92],[-215.398,-138.84],[-213.825,-138.739],[-212.546,-139.132],[-213.825,-140.018]],\"c\":true},\"ix\":2},\"nm\":\"Path 26\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":26,\"ty\":\"sh\",\"ix\":27,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.294,-0.593],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0.296,0.589],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-221.198,-138.443],[-219.527,-136.675],[-218.445,-137.167],[-219.723,-138.84],[-221.296,-139.722]],\"c\":true},\"ix\":2},\"nm\":\"Path 27\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":27,\"ty\":\"sh\",\"ix\":28,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-199.372,-139.624],[-201.338,-139.624],[-202.42,-138.739],[-202.42,-137.953],[-200.061,-138.051],[-198.782,-138.346],[-197.212,-138.643],[-197.212,-139.624]],\"c\":true},\"ix\":2},\"nm\":\"Path 28\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":28,\"ty\":\"sh\",\"ix\":29,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0.393,0.296]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-194.161,-138.84],[-195.048,-137.463],[-192.194,-137.068],[-190.624,-137.757],[-191.903,-139.234]],\"c\":true},\"ix\":2},\"nm\":\"Path 29\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":29,\"ty\":\"sh\",\"ix\":30,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.149,-0.052],[0.294,-0.05],[0.121,0],[0.442,-0.169],[0.122,-0.048],[0.148,-0.098],[0.022,-0.196],[0.022,-0.12],[0.048,-0.121],[0.12,-0.125],[0.294,-0.15],[-0.123,-0.12],[-0.121,-0.096],[0,0],[0,0],[0.219,-0.171],[0.155,0.002],[0.127,-0.109],[0.048,-0.094],[0.123,-0.099],[0.148,-0.074],[0.419,0],[0.249,0.046],[0.149,0.073],[0.144,0.096],[0.145,0.075],[0.122,0.024],[0.151,0],[0.392,0.024],[0,0],[0.344,0],[0.172,-0.023],[0.058,0.002],[0.066,-0.099],[0.075,-0.165],[0.05,-0.175],[0.025,-0.126],[0.121,-0.072],[0.221,0],[0,0],[0.371,-0.172],[0.173,-0.076],[0.296,-0.122],[0.124,-0.048],[0.247,0],[0.121,0.026],[0.149,0.051],[0.172,0],[0.296,-0.099],[0.174,-0.071],[0.268,-0.151],[0.198,-0.048],[0.124,-0.024],[0.194,0],[0.372,-0.1],[0.268,-0.195],[0.073,-0.17],[0.1,-0.148],[0.124,-0.072],[0.081,0.01],[0.054,-0.008],[0.196,0],[0.125,-0.018],[0.122,-0.025],[0.117,-0.051],[0,-0.22],[-0.203,-0.273],[-0.127,-0.072],[-0.292,-0.147],[-0.074,-0.125],[0,-0.145],[0,0],[0.075,-0.172],[0.123,0.025],[0.493,0],[0.271,-0.075],[0.122,-0.073],[0.147,-0.101],[0.171,-0.079],[0.146,0],[0.12,0.021],[0.244,0],[0.417,0],[0.271,-0.028],[0.125,-0.024],[0.167,0],[0,0],[0.146,-0.046],[0.096,-0.079],[0.05,-0.1],[0.073,-0.148],[0,0],[0.249,-0.222],[-0.077,-0.122],[-0.147,-0.147],[-0.119,-0.146],[-0.022,-0.173],[-0.022,-0.294],[-0.022,-0.125],[-0.049,-0.145],[-0.096,-0.073],[-0.392,0],[0,0],[-0.169,-0.023],[-0.153,-0.048],[-0.126,-0.122],[-0.05,-0.199],[0,-0.147],[0,0],[0.421,0],[0.198,0.094],[0.122,0.075],[0.145,0.075],[0.066,-0.011],[0.061,0.026],[0.168,0.052],[0.121,0.05],[0.1,0.101],[0.079,0.123],[0.047,0.125],[0.126,0.094],[0,0],[0.246,0.218],[0.096,0.072],[0.3,0],[0.121,-0.029],[0.169,-0.048],[0.122,-0.025],[0.443,-0.097],[0,0],[-0.141,0],[-0.267,-0.022],[-0.125,-0.022],[-0.099,-0.146],[0,-0.195],[0,-0.17],[0.321,0.094],[0.126,0.052],[0.176,0.069],[0.243,0],[0,0],[0.096,-0.076],[0.074,-0.123],[0.047,-0.122],[0,-0.223],[-0.492,-0.075],[-0.123,0.006],[-0.151,-0.012],[-0.124,-0.02],[-0.394,-0.249],[-0.147,-0.078],[-0.122,-0.073],[-0.097,-0.125],[0,-0.169],[0.023,-0.173],[0.221,0.099],[0.148,-0.001],[0.121,0.035],[0.172,0.024],[0.067,-0.006],[0.062,0.013],[0.066,-0.006],[0.061,0.013],[0.171,0.048],[0.126,0.027],[0.182,-0.018],[0.223,0.039],[0.269,0.147],[0.071,0.175],[0,0.195],[0,0.15],[0,0],[-0.049,0.269],[-0.026,0.174],[0,0.149],[0.026,0.12],[0.048,0.123],[0.072,0.15],[0.05,0.125],[0.147,0.297],[0.174,-0.023],[0.063,0.006],[0.073,-0.01],[-0.026,-0.223],[0,-0.147],[0.02,-0.469],[0,-0.149],[0,0],[0.296,0],[0.197,0],[0.146,0],[0.069,-0.218],[0.102,-0.048],[0.15,-0.076],[0.124,-0.046],[0,-0.39],[0,0],[-0.391,-0.343],[-0.145,-0.321],[-0.025,-0.121],[0,-0.296],[0,-0.121],[0.073,-0.145],[0,-0.293],[0,0],[-0.024,-0.147],[-0.024,-0.174],[0,-0.148],[0,-0.171],[-0.024,-0.125],[-0.194,-0.27],[-0.169,0],[0,0],[-0.127,0.124],[-0.125,0.099],[-0.221,0],[0,0],[-0.122,-0.076],[-0.147,-0.099],[-0.295,-0.149],[-0.124,-0.073],[-0.098,-0.12],[-0.176,-0.271],[-0.269,-0.247],[-0.074,-0.146],[0,-0.196],[0.148,-0.247],[0.072,-0.148],[0,-0.193],[0,-0.171],[-0.057,0.009],[-0.068,-0.027],[0,0],[-0.17,-0.078],[-0.267,0.014],[-0.15,-0.008],[-0.143,-0.024],[0,0],[0.148,-0.023],[0.298,0],[0,0],[0.176,0.076],[0.148,0.072],[0.125,0.074],[0,0.392],[0,0],[0,0.151],[0.269,0.272],[0.073,0.149],[0.05,0.097],[0.15,0.097],[0.125,0.025],[0.172,0.025],[0.296,0],[0.47,-0.049],[0.126,-0.025],[0.146,-0.052],[0.124,-0.073],[0,-0.226],[0,-0.149],[-0.027,-0.121],[0,-0.394],[0.121,-0.375],[0.048,-0.124],[0.145,-0.121],[0.15,-0.098],[0.151,-0.174],[0.024,-0.174],[0,-0.392],[0.27,-0.073],[0.438,-0.249],[0.199,-0.269],[0.052,-0.099],[0.145,-0.103],[0.147,0],[0.273,0.075],[0.149,0.048],[0.122,0.047],[0.195,0],[0,0],[0,0],[-0.098,0.142],[-0.172,0.072],[-0.218,0],[-0.197,-0.025],[-0.149,-0.026],[-0.296,0],[-0.269,0.048],[-0.175,0.075],[-0.125,0.097],[-0.098,0.147],[-0.218,0.247],[-0.122,0.102],[-0.219,0.295],[-0.074,0.097],[-0.124,0.103],[-0.071,0.124],[-0.023,0.122],[-0.026,0.122],[-0.072,0.296],[-0.028,0.124],[-0.025,0.123],[0,0.173],[0,0.193],[0.297,0],[0.198,0.024],[0.095,0.048],[0.096,0.145],[0,0.221],[-0.05,0.393],[0,0.468],[0,0],[-0.053,0.269],[0,0.465],[0.027,0.124],[0.098,0.321],[0.024,0.123],[0.147,0.271],[0.074,0.148],[0,0.172],[0,0],[-0.296,0],[-0.148,0],[-0.047,0],[0,0],[0.37,0.098],[0.193,0.074],[0.123,0.022],[0.297,0],[0,0],[0.221,0],[0.344,-0.143],[0.176,-0.073],[0.146,-0.026],[0.145,0],[0.298,0],[0.147,-0.021],[0.025,-0.467],[0.025,-0.171],[0.171,-0.271],[0.124,-0.144],[0.128,-0.372],[0.073,-0.269],[0.171,-0.073],[0.122,-0.022],[0.151,0.015],[0.121,-0.009],[0,0],[0.121,-0.076],[0,-0.245],[0,0],[-0.096,-0.12],[-0.081,0.024],[-0.046,-0.034],[-0.151,-0.321],[0,-0.296],[0.194,-0.197],[0.096,-0.075],[0.125,-0.101],[0,-0.244],[-0.024,-0.294],[-0.298,-0.021],[-0.124,-0.07],[-0.126,-0.124],[-0.075,-0.174],[-0.052,-0.123],[-0.074,-0.121],[-0.119,-0.101],[-0.147,-0.099],[-0.097,-0.048],[-0.221,-0.245],[-0.075,-0.146],[0,-0.145],[0.024,-0.121],[0.125,-0.147],[0.123,-0.073],[0.121,0],[0,0],[0.273,0.048],[0.269,0.146],[0,0.566],[0.296,0],[0.364,0.242],[0.151,0.1],[0.171,0.076],[0.153,-0.02],[0.116,0.01],[0.147,0],[0.27,0.097],[0.097,0.173],[0.169,0.096],[0.122,0.049],[0.124,0.024],[0.172,0.076],[0.175,0],[0,0],[0.122,0.096],[0.117,0.097],[0.169,0],[0,0],[0.298,0.172],[0.272,0.174],[0.099,0.048],[0.126,0.072],[0.099,0.072],[0.145,0.122],[0.121,0.076],[0.077,-0.014],[0.051,0.012],[0.221,0],[0,0],[0.147,-0.073],[0,-0.221],[-0.076,-0.195],[-0.121,-0.145],[-0.025,-0.17],[-0.025,-0.122],[0,-0.195],[-0.299,-0.026],[-0.124,0],[-0.122,-0.053],[-0.098,-0.121],[-0.05,-0.12],[-0.046,-0.172],[-0.27,-0.148],[-0.1,-0.122],[0,-0.198],[0,-0.122],[0.049,-0.124],[0.324,-0.118],[0.145,0],[0,0],[0.098,-0.049],[0.074,-0.15],[0.049,-0.125],[0.075,-0.122],[0.121,-0.099],[0,0],[-0.024,0.294],[0,0.144],[0.02,0.293],[0.028,0.147],[0,0],[0.098,-0.076],[0.096,-0.124],[0.1,-0.121],[0.12,-0.123],[0.294,0],[0,0],[0.293,-0.022],[0.064,0.014],[0.103,-0.057],[0.122,-0.097],[0.172,-0.075],[0.169,0],[0,0],[0.149,0],[0,0],[0,0],[0.147,0],[0,0],[0,0],[0.123,0.121],[0.121,0.124],[0.123,0.074],[-0.025,0.147],[-0.025,0.126],[-0.147,0.296],[0,0],[0.101,-0.078],[0.148,-0.075],[0.122,-0.022],[0.126,0],[0.109,0.002],[0.185,-0.091],[0.147,-0.076],[0.294,-0.146],[0,0],[0.416,-0.194],[0.12,-0.097],[0.098,-0.073],[0.149,-0.049],[0.147,0],[0,0],[0.122,-0.024],[0.316,-0.101],[0.147,-0.124],[0.319,-0.194],[0.199,-0.025],[0.213,0.012],[0.32,-0.111],[0.15,-0.145],[-0.072,-0.124],[0,-0.247],[0.17,-0.174],[0.292,-0.145],[0.174,-0.049],[0.123,-0.02],[0.145,0],[0.198,-0.02],[0.247,0],[0,0],[0.145,0.098],[0.17,0.052],[0.099,0.146],[0.048,0.122],[0,0.272],[-0.025,0.366],[0,0],[0,0],[0.172,0.121],[0.099,0.075],[0.096,0.124],[0.097,0.149],[0.223,0],[0.293,0],[0,0],[0.197,0.072],[0.124,0.028],[0.345,0],[0,0],[0.15,0],[0.126,0],[0,0],[-0.269,-0.048],[-0.124,-0.023],[0,0],[0.074,-0.124],[0,-0.198],[0,-0.145],[-0.075,-0.102],[-0.1,-0.048],[-0.148,-0.075],[-0.097,-0.121],[0,-0.243],[0,0],[0,-0.173],[0,-0.123],[0,-0.469],[0,-0.073],[0.297,0.051],[0.101,0.075],[0.122,0.144],[0.075,0.097],[0.147,0.076],[0.175,0],[0.144,-0.021],[0.174,-0.029],[0.152,0],[0.341,0],[0.147,0],[0.05,-0.127],[0.073,-0.099],[0.146,-0.073],[0.127,-0.024],[0.271,-0.052],[0.176,-0.076],[0.125,-0.152],[0.122,-0.099],[0.171,-0.071],[0.211,-0.002],[0,-0.004],[-0.052,-0.269],[-0.073,-0.119],[-0.098,-0.098],[-0.126,-0.072],[-0.126,-0.076],[0,-0.245],[0.024,-0.222],[0.073,0],[0.294,0],[0.293,0.028],[0.271,0.026],[0,0],[0.144,0],[0.323,0.099],[0.174,0.047],[0.121,0.026],[0.066,-0.006],[0.062,0.014],[0.146,0.097],[0.075,0.172],[0,0],[0.119,-0.071],[0.15,-0.1],[0.064,0.015],[0.066,-0.04],[0,-0.244],[-0.147,-0.175],[-0.148,-0.123],[-0.078,-0.098],[-0.051,-0.121],[-0.048,-0.152],[0,0],[-0.315,-0.075],[-0.248,-0.198],[0,-0.217],[0.025,-0.171],[0,0],[0.144,-0.05],[0.144,0],[0.121,0.073],[0.074,0.101],[0.146,0.094],[0.466,0.075],[0.066,-0.006],[0.063,0.013],[0.173,0.27],[0.024,0.149],[0,0.149],[0,0.468],[0,0],[0,0],[0.098,0.59],[0.22,0.194],[0.248,-0.009],[0.175,0.048],[0.128,0.126],[0.097,0.197],[0.244,0.172],[0.179,-0.014],[0.128,0.032],[0.169,0.098],[0.294,0.15],[0,0],[-0.122,-0.053],[-0.125,-0.077],[-0.125,-0.073],[-0.268,-0.12],[-0.293,-0.121],[-0.15,-0.026],[-0.223,0.022],[-0.249,-0.036],[-0.122,-0.05],[-0.147,-0.098],[-0.345,0],[0,0],[-0.149,-0.048],[-0.124,-0.051],[-0.148,-0.072],[-0.124,-0.028],[-0.146,0],[-0.148,0],[-0.296,0],[0,0],[0,0],[-0.146,0.024],[-0.067,-0.006],[-0.061,0.013],[-0.124,0.024],[-0.32,0.073],[-0.146,0],[-0.271,0.074],[-0.145,0.08],[-0.117,0.095],[-0.075,0.146],[-0.05,0.147],[0,0.291],[0.047,0.471],[0.024,0.125],[0.171,0.27],[0.127,0.122],[0.196,0.073],[0.121,0.025],[0.199,0],[0.297,0],[0.274,0.069],[0.269,0.196],[0.123,0.099],[0.125,0.099],[0.127,0.1],[0.172,0.071],[0.067,-0.014],[0.061,0.025],[0,0],[0.146,0.076],[0.122,0.05],[0,0],[0.175,0.073],[0.124,0.021],[0.366,0],[0.364,-0.049],[0.223,0],[0,0],[0.171,0.075],[0.146,0.097],[0.246,0.274],[0,0],[0.098,-0.17],[0.146,-0.023],[0.145,0],[0,0],[0.168,0.097],[-0.05,0.148],[0,0.246],[0.026,0.049],[0.121,0.096],[0.078,0.124],[0.025,0.122],[0.025,0.196],[0,0],[0.125,-0.073],[0.217,0],[0.2,0.123],[0.123,0.072],[0.075,0.12],[0.296,0.019],[0.318,0.052],[0.123,0.026],[0,0],[-0.15,0],[-0.148,0],[-0.198,0],[0,0],[0.126,0.1],[0.169,0.027],[0.119,0],[0.342,0],[0.267,0.1],[0.123,0.097],[0.145,0.101],[0.121,0.047],[0,0],[0,0],[0.417,0],[0,0],[-0.074,0.123],[-0.069,0.174],[-0.024,0.099],[0,0],[0.099,-0.467],[0,-0.169],[0,0],[-0.024,-0.147],[0,0],[-0.019,0.149],[0,0.224],[0.125,0.17],[0.177,0],[0,0],[0,0],[0,0],[0.397,-0.12],[0.172,0],[0.122,0],[0.123,-0.048],[0,-0.2],[0.197,-0.244],[0.244,0],[0,0],[0.175,0.047],[0.144,0.097],[-0.098,0.123],[-0.123,0.123],[0,0],[0.468,-0.126],[0.172,-0.075],[0.051,-0.194],[0,-0.148],[-0.051,-0.147],[-0.194,-0.075],[-0.292,-0.026],[-0.269,-0.026],[0,0],[0,0],[0.196,0.026],[0.342,0],[0.273,0.052],[0.172,0],[0,0],[0.048,-0.418],[0.024,-0.125],[0.075,-0.151],[0.122,-0.099],[0.076,0.273],[0.072,0.096],[0.147,0.073],[0.067,-0.012],[0.061,0.026],[0.148,0.073],[0.151,0.097],[0.07,-0.013],[0.061,0.025],[0.393,0],[0.271,-0.026],[0,0],[0,-0.172],[0,-0.196],[0,-0.322],[0.02,-0.125],[0.121,-0.123],[0.248,0],[0.121,0.145],[0.02,0.124],[0.023,0.149],[0.023,0.15],[0.096,-0.124],[0.148,-0.098],[0.078,0.01],[0.056,-0.011],[0.295,-0.024],[0,0],[-0.147,-0.047],[-0.062,0.014],[-0.069,-0.039],[-0.072,-0.122],[0,-0.149],[0,0],[0.05,-0.15],[0.122,0.074],[0.196,0.027],[0.161,-0.016],[0.143,0.012],[0.171,0.049],[0.026,0.471],[0.048,0.149],[0.223,-0.051],[0,0],[0.175,0],[0.25,0],[0.365,-0.172],[-0.052,-0.118],[0,-0.168],[0,-0.173],[0.395,-0.024],[0.122,0],[0.122,-0.047],[0.146,-0.124],[0.098,-0.073],[0.101,-0.073],[0.124,-0.147],[0.099,-0.074],[0.078,0.016],[0.045,-0.023],[0.148,-0.194],[0,0],[-0.121,0.098],[-0.147,0.073],[-0.147,0.047],[-0.147,0],[-0.147,0],[-0.119,0.047],[-0.148,0.073],[-0.153,0.075],[-0.075,-0.01],[-0.056,0.011],[-0.065,-0.006],[-0.064,0.013],[-0.173,0.074],[-0.391,0],[-0.37,-0.099],[-0.149,-0.073],[0,0],[0.267,-0.049],[0.127,-0.049],[0.127,-0.046],[0.123,-0.031],[0.064,0.033],[0.064,-0.024],[0.102,-0.124],[0.074,-0.122],[0.075,-0.122],[0.072,-0.121],[0.02,-0.147],[0,-0.145],[0.02,-0.296],[0.245,-0.345],[0.219,-0.248],[0.121,-0.098],[0.126,-0.099],[0.125,-0.095],[0.098,-0.096],[0.075,-0.148],[0.023,-0.123],[0.023,-0.124],[0.149,-0.145],[0.049,-0.2],[0.025,-0.272],[0.022,-0.149],[0.022,-0.151],[0,0],[0.173,-0.072],[0.244,-0.171],[0.147,-0.098],[0.145,-0.101],[0.078,0.015],[0.053,-0.01],[0.119,-0.025],[0.173,-0.074],[0,0],[-0.149,0],[-0.15,0],[0,0],[0.052,-0.176],[0.052,-0.096],[0.118,-0.075],[0.147,-0.073],[0.144,-0.098],[0.123,-0.075],[0.172,-0.098],[0.168,-0.069],[0.097,-0.054],[0.123,-0.148],[0.074,-0.148],[0.073,-0.122],[0.27,0],[0.417,0],[0,0],[0,0],[-0.101,-0.294],[0.44,-0.071],[0.069,0.007],[0.06,-0.011],[0.299,-0.148],[0.146,-0.075],[0.17,-0.051],[0.06,0.008],[0.068,-0.028],[0.075,-0.125],[0.024,-0.121],[0.024,-0.121],[0.171,-0.099],[0.177,-0.024],[0.126,-0.024],[0.124,0],[0.148,-0.122],[0,-0.197],[0,-0.148],[0,-0.171],[0.074,-0.123],[0.086,0.004],[0.022,-0.046],[0,-0.171],[-0.022,-0.15],[0,-0.247],[0.147,-0.2],[0.079,0.022],[0.045,-0.038],[0.098,-0.096],[0,0],[0,0],[-0.147,-0.046],[-0.147,-0.046],[-0.101,-0.122],[0.101,-0.121],[0.071,-0.146],[0.048,-0.124],[0.025,-0.123],[0.074,-0.172],[0,-0.149],[0,-0.196],[-0.614,-0.048],[0.153,-0.317],[0.076,-0.173],[0,-0.175],[0,-0.175],[-0.02,-0.127],[-0.273,-0.054],[-0.063,0.011],[-0.102,-0.044],[-0.153,-0.1],[-0.148,-0.147],[0,0],[-0.123,-0.024],[-0.243,0],[-0.318,0.172],[-0.172,0.074],[-0.075,-0.011],[-0.055,0.011],[-0.122,0.049],[-0.145,0.098],[-0.101,0.121],[-0.127,0.145],[-0.269,0.269],[-0.17,0.046],[-0.125,0.027],[-0.146,0],[-0.147,0.024],[0,0],[-0.058,0.009],[-0.067,-0.026],[-0.103,-0.096],[-0.075,-0.151],[-0.047,-0.129],[-0.051,-0.173],[-0.072,-0.318],[-0.02,-0.124],[-0.101,-0.148],[0,-0.273],[0,0],[0,-0.223],[0,-0.128],[-0.268,-0.173],[-0.118,-0.076],[-0.099,-0.148],[-0.026,-0.173],[0,0],[0,0],[-0.152,-0.268],[-0.12,-0.12],[-0.123,-0.15],[-0.05,-0.178],[0,-0.148],[0.025,-0.122],[0,-0.249],[0,0],[-0.025,-0.146],[-0.025,-0.152],[0,0],[-0.023,0.195],[-0.023,0.121],[-0.081,0.146],[-0.195,0.048],[-0.148,0],[0,0],[-0.124,0],[-0.176,0],[-0.151,0.078],[-0.172,0.075],[-0.343,0],[0,0],[0,0],[0,0.149],[0.03,0.217],[0,0],[0.148,0.027],[0.059,-0.008],[0.068,0.027],[0.075,0.103],[0.101,0.075],[-0.173,0.297],[-0.05,0.176],[-0.025,0.296],[-0.024,0.293],[-0.024,0.122],[-0.072,0.149],[-0.124,0.097],[-0.168,0.074],[-0.123,0.047],[-0.174,0.048],[-0.123,0.05],[-0.066,-0.015],[-0.053,0.041],[-0.073,0.149],[-0.05,0.121],[-0.099,0.145],[-0.095,0.126],[-0.023,0.171],[0,0.149],[0,0],[0.029,0.192],[0.295,0.022],[0.295,0],[0.146,0],[0.097,0.469],[0.2,0.072],[0.071,-0.013],[0.049,0.025],[0.148,0.118],[0,0.148],[0,0],[-0.099,0.122],[-0.096,0.122],[-0.075,0.169],[-0.028,0.148],[-0.124,0.245],[-0.122,0.103],[-0.147,0.045],[-0.074,-0.011],[-0.057,0.011],[-0.249,0.198],[-0.1,0.12],[-0.125,0.122],[-0.125,0.068],[-0.166,-0.005],[-0.101,0.019],[-0.068,-0.011],[-0.1,0.043],[-0.123,0.098],[-0.074,0.147],[-0.046,0.097],[-0.145,0.121],[-0.128,0.03],[-0.124,0],[-0.125,0.029],[-0.119,0.046],[0,0.243],[0.124,0.2],[0.072,0.174],[0,0.147],[-0.264,0.37],[-0.144,0.094],[-0.077,-0.018],[-0.057,0.023],[-0.148,0.093],[-0.072,0.202],[-0.126,0.269],[-0.097,0.073],[-0.295,0],[-0.271,-0.048],[-0.069,0.005],[-0.061,-0.012],[-0.126,-0.101],[-0.221,-0.295],[-0.099,0.049],[-0.175,0.049],[-0.148,0],[-0.148,-0.097],[-0.077,-0.145],[-0.072,-0.123],[0,-0.168],[0,0],[0,0],[0.026,-0.468],[0.026,-0.124],[0.196,-0.265],[0.147,-0.1],[0.247,0],[0.419,0],[0.147,-0.048],[0.125,-0.097],[0.072,-0.122],[0.072,-0.147],[0.073,-0.122],[0.123,-0.098],[0.125,-0.149],[0.126,-0.122],[0.124,-0.073],[0,-0.368],[0,-0.54],[0.097,-0.221],[0,-0.272],[-0.027,-0.536],[0,0],[0,-0.151],[0,-0.344],[-0.372,-0.051],[-0.271,-0.149],[-0.124,-0.12],[-0.143,-0.072],[-0.292,-0.126],[-0.15,-0.073],[-0.418,0],[0,0],[-0.145,0.048],[-0.592,0],[-0.389,0],[-0.194,0.024],[-0.121,0.046],[-0.121,0.077],[-0.069,0.097],[-0.121,0.098],[0,0],[-0.173,0.051],[-0.221,0],[-0.047,-0.026],[-0.1,-0.148],[-0.076,-0.119],[-0.123,-0.093],[0,0],[0,0],[0.196,-0.048],[0.294,0],[0.369,-0.048],[0.12,-0.018],[0.149,-0.073],[0.149,-0.124],[0.098,-0.147],[0.098,-0.148],[0.098,-0.12],[0.146,-0.073],[0.148,0],[0.267,0.097],[0.171,0.126],[0.273,0],[0.372,-0.05],[0.296,0.026],[0.293,-0.024],[0.122,-0.025],[0.144,-0.051],[0.194,0],[0.148,0],[0.169,0],[0.147,-0.07],[0.096,-0.121],[0.046,-0.124],[0.124,-0.145],[0.147,0],[0.145,0],[0.123,0.047],[0.144,0.126],[0.097,0.051],[0.147,0],[0.122,-0.025],[0.124,-0.068],[0.07,-0.119],[-0.171,-0.05],[-0.068,0.006],[-0.063,-0.012],[-0.174,-0.073],[0.271,-0.026],[0.466,-0.148],[0.147,-0.048],[-0.073,-0.097],[-0.322,-0.124],[-0.117,0],[-0.144,0],[-0.222,0],[-0.197,0.048],[-0.251,0.294],[-0.248,0],[-0.194,-0.102],[-0.121,-0.072],[-0.096,-0.149],[-0.051,-0.124],[-0.051,-0.103],[-0.12,-0.075],[-0.151,-0.069],[-0.145,-0.095],[0.122,-0.122],[0.372,-0.24],[0.048,-0.149],[0.024,-0.124],[0.023,-0.269],[0,0],[0.174,0.074],[0.101,0.072],[0.073,0.146],[0.073,0.123],[0.124,0.146],[0.084,-0.025],[0.024,0.047],[0.022,0.123],[0,0.151],[0,0],[0.292,-0.225],[0.12,-0.1],[0.072,-0.121],[0.022,-0.122],[0.022,-0.123],[0.054,-0.147],[0.072,-0.17],[0.026,-0.122],[0,-0.245],[-0.048,-0.199],[0,-0.127],[0,-0.175],[0.074,-0.172],[0.072,-0.169],[0.025,-0.199],[0,0],[0,0],[0.145,0.027],[0.418,0.051],[0.297,0],[0.293,-0.025],[0.076,-0.145],[0,-0.196],[-0.051,-0.148],[-0.27,-0.245],[0,0],[0,0],[0.513,0.346],[0.124,0.125],[0.223,0.047],[0.148,0],[0.146,-0.022],[0.322,-0.198],[0.168,-0.072],[0.121,-0.049],[0.123,-0.072],[0.145,-0.097],[0.171,-0.076],[0.466,0],[0.269,-0.078],[0.199,-0.05],[0.25,0],[0.295,0.295],[0,0.54],[0,0],[0.124,-0.071],[0.12,0],[0.144,0],[0.195,0],[0,0],[0.318,0],[0.051,-0.471],[0,0],[0.175,0.127],[0.048,0.172],[0.072,0.322],[0,0],[0,0],[0,0],[0,0.15],[-0.023,0.147],[0,0],[-0.296,-0.096],[-0.175,-0.073],[-0.249,0],[-0.293,0.027],[0,0.296],[0,0.393],[-0.099,0.223],[0,0.27],[0.025,0.297],[0,0],[0.175,0],[0.101,0.013],[0.162,-0.059],[0.147,-0.073],[0.101,-0.127],[0.225,0],[0,0],[0.149,0.047],[-0.122,0.247],[-0.075,0.172],[0,0.145],[0,0],[0.296,0],[0.148,0.021],[-0.072,0.176],[-0.074,0.32],[0,0.148],[0.023,0.125],[0.075,0.171],[0.101,0.118],[0.196,0],[0.147,0],[0.075,-0.174],[0.125,-0.247],[0.32,-0.122],[0.076,0.011],[0.052,-0.009],[0.174,-0.05],[0,-0.22],[0,-0.248],[0,0],[0.098,-0.071],[0.123,-0.048],[0.123,-0.031],[0,-0.417],[-0.222,-0.321],[-0.149,-0.121],[-0.126,-0.077],[-0.148,-0.078],[0.025,-0.125],[0,-0.173],[0,-0.17],[0,0],[0,-0.246],[0,-0.098],[-0.048,-0.125],[-0.074,-0.174],[0,-0.339],[0,0],[0,0],[0.194,-0.024],[0.392,0],[0,0],[0.271,0],[0.397,0],[0.246,-0.145],[0.122,-0.071],[0.146,-0.051],[0.243,-0.196],[0.071,-0.128],[0.053,-0.149],[0.392,0],[0.174,0.029],[0,0],[0,0],[0.148,0],[0.151,0],[0,0],[0,0],[0,0],[0.193,-0.047],[0.148,-0.051],[0.122,-0.048],[0.147,-0.072],[0.296,-0.249],[0.176,-0.097],[0.172,-0.02],[0,0],[0.491,0],[0,0],[0.542,-0.097],[0.122,-0.026],[0.122,-0.025],[0,0],[0,0],[0.171,0],[0.109,-0.011],[0.152,0.041],[0.149,0.102],[0.077,0.099],[0.241,0],[0.216,-0.018],[0,0],[-0.296,-0.094],[0,0],[0,0],[0,0],[0.492,0],[0.144,0.022],[0.146,0],[0.147,0],[0.171,0.048],[0.146,0.099],[0.073,0.121],[0.296,-0.049],[0.067,0.006],[0.06,-0.013],[0.242,-0.168],[0.071,-0.147],[0,-0.147],[-0.098,-0.123],[-0.085,0.021],[-0.044,-0.02],[-0.148,-0.073],[-0.148,-0.073],[-0.144,-0.023],[-0.165,0.016],[-0.143,-0.009],[0,0],[-0.146,-0.073],[-0.147,-0.098],[-0.124,-0.072],[-0.124,-0.121],[-0.293,-0.223],[0,0],[-0.147,-0.097],[-0.144,-0.073],[-0.266,-0.2],[0,-0.244],[0.021,-0.197],[0,-0.272],[-0.078,-0.545],[0,-0.222],[0.097,-0.196],[0.372,-0.371],[0.094,-0.099],[0.12,-0.072],[0.494,0],[0,0],[0.176,0.05],[0.246,0.047],[0.149,0],[0.391,0.05],[0.152,0.075],[0.172,0.102],[0.174,0],[0,0],[0.393,0],[0.174,0.026],[0.268,0],[0,0],[0.073,-0.126],[0.052,-0.118],[0.049,-0.146],[0,0],[0,0],[-0.118,-0.118],[-0.101,-0.148],[0,-0.221],[0.048,-0.197],[0,-0.394],[-0.073,-0.245],[-0.052,-0.149],[0,-0.195],[0,0],[0.074,-0.125],[0.097,-0.149],[0.078,-0.125],[0,-0.493],[-0.025,-0.121],[-0.076,-0.169],[0,0],[-0.023,-0.194],[0,0],[0,0],[0.053,-0.173],[0,-0.246],[-0.021,-0.37],[0,0],[-0.343,0],[-0.147,-0.048],[-0.146,-0.096],[-0.222,0],[-0.393,0],[-0.176,-0.048],[-0.149,-0.051],[-0.125,-0.048],[0,0],[-0.097,-0.145],[-0.076,-0.145],[-0.075,-0.12],[-0.123,-0.151],[0,0],[0,0],[-0.174,0],[-0.126,-0.006],[-0.146,0.012],[-0.272,0.101],[-0.148,0.073],[-0.291,0.252],[-0.169,0.078],[-0.295,0.051],[-0.125,-0.006],[-0.149,0.013],[-0.147,0.048],[-0.146,0.096],[-0.244,0.295],[-0.518,0.197],[-0.295,0.028],[-0.214,-0.01],[-0.225,0.012],[-0.294,0.023],[0,0],[0.074,0.125],[0.147,0.146],[0,0.22],[-0.072,0.197],[-0.076,0.167],[-0.172,0.345],[0,0],[-0.07,0.121],[-0.124,0.072],[-0.08,-0.016],[-0.051,0.01],[-0.268,0.1],[-0.119,0.096],[-0.174,0.047],[-0.122,0.047],[-0.067,-0.012],[-0.062,0.024],[-0.172,0.075],[-0.076,-0.011],[-0.054,0.011],[-0.147,0.024],[-0.216,-0.016],[-0.193,0.011],[-0.293,0.025],[0,0],[0,0],[0,0.293],[0,0.172],[-0.074,0.27],[-0.096,0.123],[-0.293,0.074],[-0.223,0],[-0.368,-0.072],[-0.068,0.006],[-0.06,-0.012],[-0.494,-0.15],[-0.391,0],[0,0],[-0.146,0],[-0.148,0],[-0.072,0.249],[-0.074,0.102],[-0.125,0.1],[-0.174,0.074],[-0.124,0],[0,0],[-0.27,0.048],[-0.17,0.072],[-0.148,0.097],[-0.147,0.126],[-0.221,0],[-0.145,0],[-0.269,-0.196],[-0.196,-0.273],[-0.196,-0.464],[-0.05,-0.119],[-0.097,-0.144],[-0.147,-0.096],[-0.149,-0.074],[0,0],[-0.122,-0.075],[-0.122,-0.173],[-0.049,-0.099],[-0.145,-0.121],[-0.146,-0.127],[-0.121,-0.099],[-0.174,-0.121],[-0.125,-0.074],[-0.174,-0.096],[-0.173,-0.049],[-0.293,-0.052],[-0.071,0.009],[-0.098,-0.028],[-0.126,-0.099],[-0.074,-0.121],[-0.465,-0.272],[-0.127,-0.049],[-0.149,-0.069],[-0.123,-0.097],[-0.198,-0.276],[-0.172,-0.317],[-0.048,-0.149],[-0.027,-0.121],[0,-0.32],[0.047,-0.294],[0.663,-0.419],[0.169,-0.071],[0.123,-0.025],[0.294,0],[0.198,0],[1.051,0],[0,0],[-0.269,-0.197],[-0.099,-0.124],[-0.076,-0.123],[-0.098,-0.096],[-0.175,-0.077],[-0.076,0.011],[-0.054,-0.011],[-0.319,0],[0,0],[0,0],[-0.125,0.05],[-0.266,0.196],[-0.172,0.096],[-0.07,-0.02],[-0.038,0.05],[-0.049,0.125],[-0.098,0.267],[-0.075,0.101],[-0.171,0.098],[-0.075,-0.011],[-0.056,0.011],[-0.267,0.096],[0,0.148],[0,0.149],[0,0],[0.196,0],[0,0],[0.148,0],[0,0],[-0.023,0.226],[0,0],[-0.322,-0.121],[-0.122,-0.077],[-0.223,0],[-0.174,0],[0.074,0.466],[0,0.293],[0.194,0.027],[0.066,-0.005],[0.061,0.015],[0.17,0.077],[0.147,0.124],[0.171,0.098],[0.127,0.072],[0.172,0.072],[0.067,-0.014],[0.052,0.039],[0.122,0.126],[0.099,0.047],[0.08,-0.011],[0.055,0.01],[0.07,-0.007],[0.06,0.011],[0.146,0.05],[0.099,0.075],[0.121,0.076],[0.172,0.075],[0.075,-0.011],[0.055,0.013],[0.143,0.021],[0.068,-0.006],[0.071,0.011],[-0.023,0.121],[0,0.194],[0,0.147],[0.174,0.125],[0.175,0.05],[0.392,0.247],[0.123,0.094],[0.073,-0.021],[0.038,0.049],[0.026,0.121],[0,0.345],[0.349,0],[0.34,-0.024],[0,0],[0,0],[0,0.194],[0,0],[0.049,0.123],[0,0.221],[-0.173,0.148],[-0.223,0],[-0.175,-0.098],[-0.098,-0.146],[-0.101,-0.15],[-0.125,-0.096],[-0.074,0.017],[-0.059,-0.023],[-0.122,-0.047],[-0.148,-0.101],[-0.146,-0.099],[-0.148,-0.05],[-0.077,0.011],[-0.056,-0.01],[-0.152,-0.098],[-0.051,-0.193],[-0.245,-0.22],[-0.076,0.017],[-0.057,-0.021],[-0.296,-0.195],[-0.123,-0.072],[-0.146,-0.123],[-0.367,-0.02],[-0.086,0.005],[-0.154,-0.117],[-0.07,-0.094],[-0.12,-0.096],[-0.147,-0.074],[-0.293,-0.15],[-0.542,-0.195],[-0.249,-0.147],[-0.125,-0.147],[-0.05,-0.121],[0,-0.2],[0.05,-0.148],[0.076,-0.175],[0.028,-0.124],[0,-0.219],[-0.096,-0.171],[0,-0.369],[-0.046,-0.27],[-0.198,-0.24],[-0.12,-0.073],[-0.08,0.017],[-0.051,-0.009],[-0.145,0],[-0.267,-0.054],[0,0],[0,0],[0.124,0.025],[0.147,0],[0.148,-0.024],[-0.048,-0.126],[-0.074,-0.15],[-0.291,-0.243],[-0.121,-0.099],[-0.148,-0.145],[-0.1,0.149],[-0.05,0.096],[-0.126,0.15],[-0.053,-0.122],[-0.07,-0.099],[-0.149,-0.294],[-0.023,-0.345],[-0.023,-0.12],[-0.197,-0.151],[0,0],[-0.125,0.025],[-0.126,0.077],[-0.097,0.12],[-0.073,0.171],[0,0.149],[0,0],[0,0.171],[-0.125,0.097],[-0.171,0],[-0.121,-0.026],[-0.199,-0.025],[-0.168,0],[0,0],[-0.196,0.025],[-0.021,0.341],[0,0.146],[0,0.071],[-0.316,0.022],[-0.147,0.021],[0.122,0.147],[0.144,0.124],[0.194,0.071],[0.197,0],[0,-0.297],[0.025,-0.15],[0.169,0.07],[0.121,0.053],[0.124,0.175],[0.049,0.173],[0.024,0.123],[0.022,0.118],[0.049,0.12],[0.12,0.099],[0.123,0.052],[0.074,-0.011],[0.056,0.013],[0.123,0.148],[0.026,0.169],[0,0.148],[0,0],[-0.078,0.17],[0,0],[-0.151,-0.069],[-0.174,-0.025],[-0.292,0],[0,0],[0,0],[-0.171,0.077],[0.146,0.1],[0.121,0.048],[-0.121,0.146],[-0.193,0.025],[-0.347,0],[-0.322,-0.048],[-0.124,-0.023],[-0.146,-0.074],[-0.196,-0.047],[-0.06,0.008],[-0.067,-0.025],[-0.099,-0.101],[-0.052,-0.119],[-0.076,-0.1],[-0.095,-0.076],[-0.146,-0.077],[0,0],[0.12,-0.074],[0,-0.221],[-0.294,-0.27],[-0.269,-0.197],[0,-0.441],[0,-0.076],[0,-0.149],[0,-0.147],[0,0],[-0.062,-0.147],[-0.096,-0.158],[-0.058,-0.076],[-0.072,-0.062],[-0.065,-0.048],[-0.061,-0.048],[-0.096,-0.07],[-0.062,-0.072],[0,-0.134],[0.035,-0.124],[0.06,-0.089],[0.024,-0.071],[0.007,-0.101],[0,-0.15],[-0.044,-0.205],[-0.037,-0.077],[-0.088,-0.038],[-0.097,0],[-0.074,0.211],[-0.011,0.06],[-0.024,0.111],[0,0.079],[0.016,0.234],[0,0.073],[-0.011,0.237],[0,0],[-0.047,-0.021],[-0.076,-0.048],[-0.066,-0.057],[-0.076,-0.064],[-0.163,-0.16],[-0.064,-0.075],[-0.075,-0.082],[-0.086,-0.035],[-0.078,-0.02],[-0.077,0],[-0.149,0],[-0.135,-0.048],[-0.082,-0.023],[-0.16,0],[-0.075,0.01],[-0.062,0.041],[-0.036,0.091],[0,0.076],[0,0.084],[0,0.223],[-0.036,0.098],[-0.06,0.086],[-0.038,0.077],[-0.086,0.037],[-0.195,0],[-0.17,-0.122],[-0.065,-0.058],[-0.149,-0.128],[-0.077,-0.059],[-0.162,-0.11],[-0.1,-0.086],[-0.072,-0.045],[-0.074,-0.035],[-0.06,-0.021],[-0.109,0],[0,0],[0,0.271],[0,0],[0,0.109],[-0.024,0.185],[-0.122,0],[-0.075,0],[-0.079,0.011],[-0.109,0],[-0.232,-0.134],[-0.161,-0.088],[-0.073,-0.024],[-0.163,0],[-0.069,0.025],[-0.064,0.04],[-0.052,0.061],[-0.065,0.059],[-0.028,-0.048],[-0.076,-0.123],[-0.034,-0.075],[-0.016,-0.063],[0,-0.148],[0.064,-0.235],[0.037,-0.09],[0.087,-0.221],[0,-0.308],[-0.011,-0.137],[-0.033,-0.113],[-0.023,-0.075],[-0.027,-0.061],[-0.051,-0.122],[0,-0.11],[0.036,-0.122],[0.074,-0.075],[0.034,-0.089],[0.01,-0.073],[0,-0.171],[0.035,-0.073],[0.052,-0.075],[0.086,-0.208],[0.075,-0.134],[0.187,-0.087],[0.083,-0.046],[0.076,-0.06],[0.035,-0.098],[0.011,-0.063],[0.013,-0.151],[0.136,-0.354],[0.075,-0.199],[0.158,-0.162],[0.073,-0.06],[0.085,-0.051],[0.084,-0.011],[0,0],[0.062,0.004],[0.091,-0.012],[0.148,-0.025],[0.065,0],[0.042,0.004],[0.041,-0.005],[0.06,-0.011],[0.072,-0.038],[0.124,0],[0.124,0.036],[0.071,0.062],[0.219,0.026],[0,0],[0.113,0],[0.137,0.012],[0.108,0],[0.183,0.038],[0.097,0],[0,0],[0.084,-0.011],[0.087,-0.05],[-0.16,-0.062],[-0.246,-0.061],[-0.245,-0.024],[-0.147,-0.012],[0,0],[0,0],[-0.097,-0.123],[-0.033,-0.076],[0,-0.137],[0,-0.083],[0,-0.076],[0,-0.101],[0,-0.306],[-0.124,-0.122],[-0.196,-0.297],[-0.073,-0.147],[0,0],[-0.1,-0.147],[-0.126,-0.146],[-0.192,-0.075],[-0.172,0],[0,0],[-0.149,0.048],[-0.099,0.122],[-0.05,0.126],[-0.147,0.148],[0,0],[-0.32,-0.445],[-0.1,-0.122],[-0.147,-0.122],[-0.124,-0.073],[-0.072,-0.174],[-0.073,-0.316],[-0.024,-0.123],[-0.074,-0.148],[-0.272,-0.316],[-0.071,-0.199],[0,-0.269],[0,0],[0,-0.148],[-0.246,-0.395],[-0.225,-0.1],[-0.145,-0.048],[-0.118,-0.076],[-0.101,-0.121],[-0.078,-0.12],[-0.072,-0.124],[-0.217,-0.394],[-0.144,-0.296],[0,0],[0,-0.491],[0.027,-0.148],[0.025,-0.173],[0,-0.145],[-0.174,-0.224],[-0.148,-0.122],[-0.125,-0.072],[-0.148,-0.126],[-0.273,-0.272],[-0.122,-0.146],[-0.097,-0.122],[-0.123,-0.17],[-0.147,-0.318],[-0.122,-0.147],[-0.122,-0.17],[-0.297,-0.418],[-0.368,-0.491],[-0.073,-0.148],[-0.073,-0.196],[0,-0.175],[-0.022,-0.293],[-0.022,-0.125],[-0.049,-0.146],[0,-0.369],[0,0],[-0.393,-0.343],[-0.39,-0.042],[-0.297,0],[-0.42,0.145],[-0.096,0.169],[-0.22,0.219],[-0.3,0.122],[-0.173,0],[0,0],[-0.17,-0.05],[-0.069,0.006],[-0.061,-0.012],[0,0],[-0.122,0.146],[-0.174,0.117],[-0.2,0.072],[-0.438,0.149],[-0.171,0.056],[-0.133,-0.016],[-0.133,0.028],[-0.17,0.023],[-0.124,0],[-0.267,0.097],[-0.146,0.146],[0,0],[-0.199,0.049],[-0.123,0],[-0.469,0],[-0.025,0.267],[-0.074,0.1],[-0.147,0.125],[-0.076,-0.017],[-0.057,0.023],[-0.174,0.048],[-0.124,0.024],[-0.147,0.017],[-0.122,0],[-0.146,0.023],[0,0],[-0.027,0.217],[0,0.124],[-0.027,0.117],[-0.174,0.275],[0,0],[-0.023,0.124],[-0.051,0.148],[-0.196,0.226],[-0.172,0.073],[-0.147,0],[0,0],[-0.145,0],[0,0],[-0.046,0.145],[-0.046,0.123],[-0.075,0.169],[-0.097,0.121],[-0.248,0],[0,0],[-0.144,-0.097],[-0.12,-0.046],[-0.047,0.465],[-0.103,0.49],[-0.049,0.169],[-0.097,0.094],[-0.124,0.029],[-0.065,-0.007],[-0.064,0.015],[-0.294,0.124],[0.122,0.317],[0.195,0.072],[0.061,-0.008],[0.07,0.027],[0.146,0.074],[0.071,0.126],[0.023,0.121],[0.027,0.178],[0.076,0.148],[0.177,0.072],[0.296,0.074],[0.122,0],[0.146,0.05],[-0.023,0.127],[0,0.319],[0.051,0.099],[0.12,0.073],[0.175,0],[0,0],[0.099,-0.324],[0.246,-0.243],[0.07,0.319],[0.05,0.124],[0.095,0.127],[0.122,0.124],[0,0],[0.121,0.126],[0.121,0.099],[0.126,-0.075],[0.125,-0.074],[0.121,-0.076],[0.071,-0.317],[0.022,-0.468],[0.025,-0.295],[0.291,0],[0.339,0.023],[0,0],[0.171,0.048],[0.298,0],[0.074,-0.023],[0.172,-0.074],[0.12,-0.073],[0.149,-0.146],[0.223,0],[0.267,0.147],[0.153,0.149],[0.051,0.199],[0,0.146],[-0.049,0.097],[-0.095,0.078],[-0.42,0],[0,0],[-0.221,-0.051],[-0.245,0],[-0.246,0.023],[-0.145,0.023],[0.097,0.073],[0.195,0],[0,0],[0.296,0],[0,0],[0.146,0],[0.123,0.026],[0.419,0.022],[0.208,-0.007],[0.232,0.011],[0.147,0],[0,0],[0,0],[0.144,0.095],[0.128,0.078],[0.197,0.072],[0.121,0.02],[0.122,0],[0.147,0.052],[0.072,0.223],[0.023,0.17],[0.072,0.268],[0.196,0.273],[0.047,0.195],[0.025,0.125],[0,0.147],[0.023,0.196],[0,0.247],[-0.028,0.245],[-0.076,0.148],[-0.2,0.072],[-0.221,0],[-0.365,-0.075],[-0.395,-0.393],[-0.124,-0.099],[-0.249,-0.293],[-0.097,-0.171],[-0.249,-0.419],[-0.177,-0.102],[-0.447,-0.248],[-0.294,-0.245],[-0.32,-0.196],[-0.318,-0.072],[-0.164,0.016],[-0.141,-0.009],[-0.12,0],[-0.591,0],[0,0],[0,0],[-0.148,0.022],[-0.131,-0.006],[-0.133,0.012],[-0.148,0.024],[0,0],[-0.268,-0.072],[-0.146,-0.102],[-0.12,-0.319],[-0.023,-0.124],[-0.05,-0.12],[-0.12,-0.102],[-0.149,-0.074],[-0.197,0],[0,0],[-0.172,0],[-0.174,-0.047],[-0.148,-0.098],[-0.099,-0.124],[-0.125,-0.072],[-0.222,0],[0,0],[-0.345,0],[0,0],[0,0],[0,0],[-0.298,-0.248],[-0.119,-0.103],[-0.101,-0.147],[-0.247,-0.217],[-0.151,-0.076],[-0.102,-0.048],[-0.126,-0.148],[-0.048,-0.151],[-0.027,-0.296],[-0.101,0.002],[-0.076,-0.092],[-0.123,-0.099],[-0.149,-0.072],[-0.125,0],[0,0],[-0.271,-0.074],[-0.151,-0.053],[-0.122,-0.049],[-0.372,-0.071],[0.468,-0.047],[0.268,-0.07],[0.149,-0.049],[-0.073,-0.126],[-0.121,-0.103],[-0.124,-0.05],[-0.121,-0.049],[-0.12,-0.123],[-0.122,-0.148],[-0.32,-0.196],[-0.174,-0.122],[-0.198,-0.049],[-0.146,0],[-0.122,0.048],[-0.148,0.098],[-0.154,0.073],[-0.241,0.12],[-0.12,0.173],[-0.221,0],[-0.32,-0.244],[-0.073,-0.124],[0,-0.394],[-0.048,-0.27],[-0.078,-0.347],[0,-0.124],[0,-0.317],[0,0],[0,-0.194],[-0.026,-0.54],[-0.026,-0.121],[-0.072,-0.295],[0,-0.148],[-0.049,-0.492],[-0.249,-0.295],[-0.126,-0.146],[-0.099,-0.167],[-0.025,-0.164],[-0.025,-0.122],[-0.098,-0.315],[-0.023,-0.12],[-0.074,-0.175],[-0.025,-0.17],[-0.025,-0.124],[-0.046,-0.147],[-0.074,-0.124],[-0.118,-0.171],[-0.072,-0.123],[-0.075,-0.196],[0,-0.297],[0,0],[0,-0.295],[-0.324,-0.471],[-0.098,-0.174],[-0.074,-0.148],[-0.073,-0.147],[-0.32,-0.662],[-0.171,-0.468],[-0.047,-0.124],[0,0],[-0.141,-0.12],[-0.269,0],[-0.173,0.098],[-0.121,0.148],[-0.049,0.123],[-0.045,0.146],[-0.295,0.392],[-0.126,0.075],[-0.069,-0.012],[-0.061,0.026],[-0.118,0.026],[-0.125,0.149],[-0.076,0.174],[-0.049,0.123],[-0.048,0.146],[0,0.289],[-0.098,0.369],[-0.073,0.172],[-0.074,0.295],[-0.026,0.295],[0.024,0.29],[0,0.296],[0,0.147],[0,0],[0,0.609],[-0.075,0.125],[-0.118,0.076],[-0.467,0],[-0.323,0.296],[-0.096,0.294],[-0.073,0.145],[-0.195,0.075],[-0.122,0.05],[-0.124,0.052],[-0.147,0.098],[-0.145,0.097],[-0.117,0.068],[-0.098,0.071],[-0.096,0.151],[-0.147,0.273],[-0.122,0.148],[-0.096,0.124],[-0.149,0.1],[-0.244,0.222],[-0.098,0.146],[-0.074,0.122],[-0.122,0.078],[-0.077,-0.015],[-0.052,0.013],[-0.06,-0.008],[-0.068,0.027],[-0.124,0.147],[-0.077,0.122],[-0.318,0.095],[-0.147,0],[-0.083,-0.001],[-0.158,0.105],[-0.094,0.148],[-0.049,0.614],[-0.022,0.299],[0,0],[-0.145,-0.027],[-0.22,0],[0,0],[-0.172,0.076],[-0.065,-0.013],[-0.062,0.027],[-0.171,0.077],[-0.1,0.049],[-0.149,0.1],[-0.079,0.124],[0,0],[0,0],[-0.244,-0.052],[-0.06,0.014],[-0.043,-0.063],[-0.096,-0.146],[-0.046,-0.121],[-0.072,-0.121],[-0.125,-0.124],[-0.072,-0.124],[-0.096,-0.321],[0,-0.296],[-0.074,-0.124],[-0.075,-0.122],[-0.097,-0.122],[-0.075,-0.098],[-0.296,-0.248],[-0.121,-0.124],[-0.1,-0.146],[0,-0.196],[0,0],[0,-0.147],[-0.004,-0.285],[-0.001,0],[-0.296,0],[-0.121,-0.07],[-0.074,-0.1],[0,-0.149],[0.075,-0.268],[0.046,-0.145],[0,-0.465],[-0.419,-0.416],[-0.149,-0.099],[-0.173,-0.026],[-0.295,0],[0,0],[-0.125,0.049],[-0.145,0.076],[-0.13,0.052],[-0.145,0.024],[-0.321,0.074],[0,0],[0,0],[-0.073,0.172],[-0.323,-0.344],[-0.074,-0.148],[-0.053,-0.151],[-0.075,-0.297],[-0.151,-0.492],[-0.049,-0.119],[-0.096,-0.145],[-0.075,-0.147],[0,-0.146],[0,-0.589],[-0.047,-0.148],[-0.073,-0.123],[-0.095,-0.123],[-0.272,-0.272],[-0.1,-0.144],[0,-0.248],[0,-0.293],[0,-0.317],[0.344,-0.222],[0.148,-0.073],[0.095,-0.076],[0.047,-0.148],[0,-0.124],[0,-0.466],[0,0],[0.027,-0.296],[0,-0.247],[-0.171,-0.346],[-0.15,-0.123],[-0.148,-0.074],[-0.126,-0.053],[-0.241,-0.296],[-0.32,-0.173],[-0.124,-0.069],[-0.095,-0.146],[-0.026,-0.2],[-0.026,-0.35],[-0.099,-0.245],[-0.126,-0.294],[-0.075,-0.169],[-0.097,-0.195],[0,-0.368],[0,0],[-0.021,-0.148],[-0.051,-0.169],[-0.123,-0.144],[-0.171,-0.1],[-0.146,-0.073],[-0.539,-0.196],[-0.249,-0.197],[-0.173,-0.267],[-0.127,-0.094],[-0.127,-0.051],[-0.124,-0.024],[-0.175,-0.049],[-0.269,0],[0,0],[-0.146,0.069],[0.202,0.276],[0.097,0.099],[0.097,0.096],[0.072,0.317],[0.019,0.343],[0,0.148],[0.074,0.434],[0.026,0.12],[0.073,0.152],[0.049,0.199],[0,0.472],[0,0],[0,0.15],[0,0],[0,0.195],[0,0],[0.371,0.247],[0.123,0.096],[0.121,0.098],[0.121,0.101],[0.173,0.077],[0.295,0.054],[0.068,-0.008],[0.099,0.031],[0.194,0.272],[0.046,0.167],[0.027,0.12],[0,0.292],[0.027,0.123],[0.072,0.098],[0.126,0.096],[0.076,0.124],[0,0.296],[0,0],[0.071,0.097],[0.124,0.072],[0.145,0.051],[0,0],[0,0],[-0.27,0.494],[-0.194,0.462],[0,0.24],[0,0.295],[-0.072,0.197],[-0.102,0.149],[-0.101,0.175],[-0.097,-0.079],[-0.124,-0.099],[-0.099,-0.126],[-0.074,-0.15],[-0.101,-0.244],[-0.146,-0.098],[-0.244,0],[0,0],[-0.148,0.023],[-0.169,0],[-0.196,-0.274],[-0.15,-0.345],[-0.123,-0.316],[-0.148,-0.291],[-0.198,-0.274],[-0.318,-0.147],[-0.077,0.011],[-0.051,-0.008],[-0.124,-0.027],[-0.127,-0.021],[-0.096,-0.073],[0,-0.196],[0.096,-0.314],[0,-0.294],[-0.342,-0.588],[-0.098,0.144],[-0.294,0.246],[-0.149,0.123],[-0.15,0.118],[-0.174,0.146],[-0.097,0.15],[-0.073,0.122],[-0.074,0.174],[-0.047,0.123],[-0.048,0.124],[-0.196,0.048],[-0.224,0],[-0.27,0.02],[-0.167,0.119],[-0.371,0.322],[-0.196,0.098],[-0.098,0.074],[-0.097,0.146],[-0.027,0.122],[0,0.294],[0,0.738],[0,0],[0.074,0.323],[0.121,0.521],[0.026,0.346],[0,0.345],[0.364,0.095],[0.147,0.076],[0.124,0.125],[0.149,0.367],[0.07,0.093],[0.097,0.071],[0.152,0.072],[0.318,0.197],[0.126,0.144],[0.099,0.12],[0.073,0.173],[0.052,0.27],[0.026,0.124],[0.073,0.17],[0,0.243],[-0.052,0.223],[-0.048,0.175],[-0.12,0.099],[-0.115,0.124],[-0.07,0.147],[-0.05,0.179],[-0.023,0.171],[-0.048,0.22],[-0.049,0.174],[-0.196,0.075],[-0.12,0.051],[-0.091,-0.016],[-0.082,0.012],[-0.343,0.12],[-0.068,-0.012],[-0.061,0.024],[-0.175,0.052],[-0.123,0],[-0.318,0],[-0.15,0],[-0.467,0],[0,0],[0,-0.143],[0,0],[0.174,-0.074],[0.146,-0.05],[0.067,0.012],[0.062,-0.025],[0.146,-0.099],[0.094,-0.149],[0,-0.272],[-0.051,-0.199],[-0.077,-0.17],[-0.124,-0.124],[0,0],[-0.151,0.513],[-0.025,0.124],[-0.024,0.175],[0,0.174],[0.073,0.123],[0.272,0.095],[0,0],[-0.318,0.022],[0,0],[-0.148,0.07],[-0.173,0.094],[-0.174,0.046],[-0.268,0.052],[-0.318,0],[0,0],[-0.126,0],[-0.29,0],[-0.119,0.025],[-0.146,0.071],[-0.125,0.123],[-0.123,0.049],[-0.273,0.047],[-0.146,0.025],[-0.126,-0.005],[-0.148,0.013],[-0.125,0.024],[-0.059,-0.008],[-0.069,0.027],[-0.147,0.099],[-0.149,0.074],[-0.124,0.049],[-0.145,0.098],[-0.096,0.101],[-0.1,0.126],[-0.101,0.145],[-0.151,0.097],[-0.17,0.022],[-0.121,0.022],[-0.07,-0.006],[-0.061,0.012],[-0.244,0.223],[-0.099,0.124],[-0.127,0.101],[-0.121,0.148],[-0.075,0.143],[-0.072,0.171],[-0.05,0.123],[-0.076,0.148],[-0.22,0.365],[-0.223,0.443],[-0.049,0.123],[-0.126,0.15],[-0.12,0.125],[-0.201,0.123],[-0.15,0.118],[-0.074,0.175],[-0.05,0.17],[-0.02,0.172],[-0.02,0.124],[-0.021,0.127],[-0.053,0.119],[-0.171,0.098],[-0.197,0.319],[0,0.465],[0.125,0.172],[0.149,0.076],[0.079,-0.016],[0.05,0.01],[0.324,0.023],[0,0.294],[0,0.147],[0,0.146],[0,0],[0.025,0.126],[0.023,0.171],[0.072,0.442],[0.023,0.124],[0.122,0.145],[0.024,0.172],[0,0.465],[0.196,0.419],[0.2,0.321],[0.393,0.197],[0.17,0.047],[0.077,-0.015],[0.078,0.04],[0.097,0.151],[0,0.151],[0,0],[-0.072,0.149],[-0.124,0.149],[-0.027,0.171],[0,0.293],[0,0],[0,0],[-0.096,0.149],[-0.098,0.122],[-0.123,0.075],[-0.078,-0.015],[-0.052,0.011],[-0.122,0],[-0.146,0.021],[0,0],[-0.467,0],[0,0.394],[0.023,0.121],[0,0],[0.075,0.124],[0.224,0.294],[0,0],[0.027,-0.298],[0.027,-0.12],[0.022,-0.127],[0.15,0],[0.147,0],[0.169,0],[0,0],[0,0],[0,0.417],[-0.077,0.22],[-0.097,0.146],[-0.197,0.073],[-0.126,0.02],[-0.467,0],[-0.124,0.02],[-0.098,0.074],[-0.05,0.124],[-0.097,0.148],[-0.171,0.072],[-0.173,0.05],[-0.145,0.019],[-0.15,-0.01],[-0.115,0.009],[-0.123,0.019],[-0.147,0.126],[-0.122,0.149],[-0.124,0.122],[-0.169,0.123],[-0.248,0],[0,0],[-0.148,-0.052],[0,0],[0.124,-0.146],[0.075,-0.145],[0.052,-0.27],[0.246,-0.269],[0.125,-0.149],[0.129,-0.154],[0.047,-0.125],[0,0],[-0.121,0.099],[-0.122,0.123],[0,0],[-0.175,0.122],[-0.246,0.248],[-0.173,0.073],[-0.123,0.02],[-0.173,0],[-0.467,-0.074],[-0.064,0.006],[-0.064,-0.013],[-0.27,-0.146],[-0.098,-0.12],[0,-0.296],[0,0],[0.073,-0.147],[0.098,-0.198],[0.047,-0.124],[0,-0.269],[-0.027,-0.342],[0,0],[0,0],[-0.223,0],[-0.121,-0.021],[-0.176,-0.319],[-0.027,-0.119],[-0.075,-0.273],[-0.029,-0.122],[-0.075,-0.146],[0,-0.245],[0,0],[0.126,-0.175],[0.073,-0.174],[0.049,-0.128],[0,-0.17],[0,0],[0,0],[-0.468,0.27],[0,0],[-0.173,0.096],[-0.222,0.094],[-0.125,0.049],[-0.148,0.05],[-0.173,0.052],[-0.078,-0.014],[-0.078,0.039],[-0.099,0.146],[0,0.121],[-0.025,0.297],[-0.027,0.171],[0,0.149],[0,0],[0.294,0.223],[0.026,0.222],[0.052,0.322],[0.074,0.122],[0.122,0.097],[0.147,0.096],[0.148,0.096],[0.123,0.096],[0.124,0.148],[0.073,0.119],[0.05,0.175],[0,0.222],[-0.124,0.373],[-0.072,0.172],[-0.07,0.122],[-0.101,0.076],[-0.081,-0.014],[-0.053,0.014],[-0.321,0.049],[0,0],[-0.295,0.027],[0,0],[-0.026,0.123],[-0.075,0.122],[-0.15,0.099],[-0.069,-0.013],[-0.064,0.027],[-0.146,0.072],[-0.273,0.37],[-0.125,0.148],[-0.315,0.123],[-0.146,0],[-0.127,-0.02],[-0.66,-0.222],[-0.147,0],[-0.274,0.147],[-0.122,0.076],[-0.144,0.1],[-0.146,0.077],[-0.072,-0.017],[-0.06,0.024],[-0.171,0.047],[-0.145,-0.022],[-0.119,0.021],[-0.147,0.054],[-0.097,0.047],[-0.12,0.095],[-0.024,0.123],[-0.293,0.245],[-0.096,0.126],[-0.097,0.123],[-0.099,0.122],[-0.489,0.42],[-0.145,0.126],[-0.148,0.343],[-0.046,0.121],[-0.071,0.172],[-0.047,0.122],[-0.124,0.295],[-0.076,0.149],[-0.342,0.271],[-0.123,0.068],[-0.124,0.074],[-0.072,-0.017],[-0.058,0.022],[-0.25,0.294],[-0.122,0.151],[-0.097,0.124],[-0.144,0.149],[-0.121,0.151],[-0.025,0.173],[-0.025,0.294],[0,0.145],[-0.026,0.299],[0,0],[-0.072,0.175],[-0.072,0.172],[0,0.419],[0,0],[0,0.146],[0,0],[-0.025,0.118],[-0.047,0.17],[-0.02,0.124],[-0.095,0.272],[-0.099,0.173],[-0.078,0.148],[-0.099,0.146],[-0.096,-0.074],[-0.125,-0.072],[-0.096,-0.072],[-0.125,-0.151],[0,-0.197],[0,-0.148],[0.049,-0.148],[0,-0.218],[-0.054,-0.369],[0,-0.667],[0.046,-0.513],[0.046,-0.123],[0.1,-0.147],[0.096,-0.145],[0,-0.221],[-0.026,-0.2],[-0.148,-0.442],[0,-0.394],[0.072,-0.199],[0.118,-0.125],[0.05,-0.174],[0,-0.246],[0,-0.221],[0,-0.199],[0,-0.148],[0,0],[-0.073,0.15],[-0.049,0.125],[0,0],[-0.074,0.145],[-0.074,0.15],[-0.029,-0.15],[-0.15,-0.249],[-0.146,-0.098],[-0.465,-0.024],[0.028,0.125],[0.052,0.147],[0.052,0.118],[0.097,0.15],[0.123,0.146],[0.097,0.122],[0.075,0.175],[0.121,0.296],[0.072,0.174],[0,0.32],[-0.174,0.321],[-0.021,0.196],[-0.048,0.173],[-0.048,0.126],[-0.074,0.119],[-0.122,0.101],[-0.199,0],[-0.267,-0.151],[-0.392,0],[-0.171,0.053],[0.026,0.124],[0.025,0.145],[0.025,0.122],[0.052,0.293],[0,0.145],[0.048,0.17],[0.024,0.17],[0,0.465],[0.049,0.124],[0.074,0.175],[0.078,0.118],[0.124,0.368],[0.027,0.148],[0,0.149],[0,0.172],[0,0.145],[0,0],[0,0.196],[0,0.172],[0.024,0.121],[0.074,0.12],[0.08,-0.006],[0.037,0.058],[0.023,0.27],[0.019,0.295],[0.019,0.342],[0.025,0.296],[0,0],[0,0],[0.27,-0.047],[0.145,-0.073],[0,0],[0,-0.119],[0,0],[-0.026,-0.148],[0,-0.296],[0,0],[0.067,-0.001],[0.027,0.072],[0,0.169],[0,0.149],[-0.026,0.127],[0,0.293],[0,0],[0.07,0.149],[0.17,0.097],[0.175,0.049],[0.07,-0.007],[0.06,0.01],[0.149,0.124],[0.126,0.077],[0.121,0.073],[0.441,0.443],[0,0],[0,0],[0,0],[0.022,0.148],[0.049,0.148],[0.344,0.466],[0,0],[0,-0.148],[0,0],[0.024,-0.151],[0.075,-0.006],[0.096,0.013],[0.149,0.025],[0,0],[-0.023,0.12],[0,0.247],[0.323,0.271],[0.195,-0.072],[0.169,0],[0,0],[0,0],[0.149,0.027],[-0.07,0.269],[-0.122,0.146],[-0.174,0.045],[-0.074,-0.011],[-0.055,0.012],[-0.296,0.099],[-0.148,0.094],[-0.096,0.145],[-0.145,0.174],[-0.222,0.101],[-0.122,0.025],[-0.146,0.023],[-0.293,0],[-0.217,0.516],[-0.097,0.124],[-0.126,0.101],[-0.124,0.076],[-0.073,0.122],[-0.148,0.097],[-0.121,0.096],[-0.121,0.075],[-0.147,0.12],[-0.144,0.12],[-0.145,0.075],[-0.125,0.051],[-0.071,-0.011],[-0.051,0.026],[-0.072,0.124],[-0.053,0.149],[-0.048,0.123],[-0.07,0.147],[-0.095,0.143],[-0.096,0.103],[-0.323,0.05],[-0.133,-0.015],[-0.168,0.038],[-0.269,0.201],[-0.12,0.15],[-0.144,0.167],[-0.343,0],[-0.399,0],[-0.07,0],[-0.37,0],[0,0],[-0.147,-0.024],[0,0],[-0.148,0.024],[-0.245,0],[0,0],[-0.144,-0.052],[-0.295,0],[-0.193,0.046],[-0.17,0],[0,0],[0,0],[-0.197,0.269],[-0.147,0.099],[-0.198,-0.124],[-0.246,0],[-0.294,0],[-0.197,-0.1],[-0.176,-0.077],[-0.124,-0.048],[-0.147,-0.073],[0.073,-0.121],[0,-0.223],[-0.196,-0.172],[-0.174,0],[0,0],[-0.243,0.298],[-0.122,0.148],[-0.217,0],[-0.367,-0.374],[-0.122,-0.095],[-0.027,0.149],[-0.047,0.148],[-0.124,-0.051],[-0.196,0],[0,0],[0.048,0.121],[0.072,0.175],[0.025,0.099],[0.296,0],[0.146,0],[0,0],[-0.268,0.173],[-0.071,-0.018],[-0.049,0.037],[-0.124,0.144],[-0.08,0.126],[-0.097,0.148],[-0.124,0.149],[-0.198,0.074],[-0.059,-0.008],[-0.066,0.027],[0,0],[-0.098,0.175],[-0.322,0.365],[-0.444,0.368],[-0.418,0],[-0.195,-0.047],[-0.245,0],[0,0],[-0.145,0.077],[-0.222,0],[0,0],[-0.12,-0.095],[-0.175,-0.052],[-0.125,-0.02],[-0.07,0.006],[-0.062,-0.01],[-0.174,-0.075],[0,-0.271],[0,0],[-0.074,-0.127],[-0.069,-0.148],[0,-0.127],[0,-0.295],[0,0],[-0.125,0.095],[-0.129,0.097],[-0.367,0.147],[-0.124,0.075],[-0.146,0.101],[-0.099,0.125],[-0.147,0.122],[-0.175,0.047],[-0.27,0.047],[-0.056,-0.011],[-0.071,0.044],[-0.072,0.121],[-0.049,0.148],[-0.021,0.148],[-0.021,0.294],[-0.053,0.271],[-0.271,0.047],[-0.343,0],[0,0],[0,0],[0.171,-0.074],[0,0],[0.122,-0.074],[0.075,-0.17],[0.023,-0.146],[0.022,-0.123],[0.022,-0.118],[0.025,-0.121],[0.097,-0.343],[0.025,-0.125],[0.074,-0.117],[0.148,-0.098],[0.121,-0.052],[0.17,-0.095],[0.096,-0.1],[0.05,-0.126],[0.046,-0.122],[0.316,-0.195],[0.467,-0.3],[0.49,-0.296],[0.419,-0.347],[0.368,-0.419],[0.147,-0.1],[0.217,-0.247],[0.072,-0.122],[0.197,-0.023],[0.068,0.005],[0.062,-0.011],[0.081,0.005],[0.086,-0.011],[0.145,-0.024],[0.123,-0.023],[0.343,-0.125],[0.149,-0.047],[0.06,0.008],[0.07,-0.025],[0.096,-0.124],[0,-0.193],[0,-0.246],[0.149,-0.367],[0.121,-0.146],[0.103,-0.145],[0.047,-0.127],[0.028,-0.22],[0,-0.194],[0.076,-0.269],[0.099,-0.32],[0.025,-0.349],[0,-0.295],[0,-1.647],[0.049,-0.2],[0.149,-0.15],[0,0],[0,0],[-0.172,0],[-0.171,0.052],[-0.12,0.044],[-0.148,0.025],[-0.122,0],[-0.271,0],[-0.072,0.44],[-0.049,0.123],[-0.121,0.147],[-0.126,0.099],[-0.096,0.147],[-0.073,0.174],[0,0],[-0.073,0.121],[-0.246,0],[0,0],[-0.149,-0.022],[0,0],[-0.12,0.05],[-0.122,0.097],[0,0.175],[0,0],[-0.268,0.268],[-0.121,0.1],[0,0],[0,0],[0.149,0.27],[0.028,0.169],[0,0],[0,0],[-0.07,0.147],[-0.124,0.195],[-0.074,0.124],[-0.224,0],[-0.167,-0.12],[-0.072,-0.097],[-0.126,-0.15],[0,0],[0,0],[0.119,0.12],[0.125,0.325],[0.029,0.126],[0.029,0.125],[0.026,0.149],[0,0.321],[-0.072,0.12],[-0.101,0.051],[-0.144,0.048],[0.025,0.121],[0.071,0.172],[0.062,0.008],[0.068,-0.025],[0.197,0],[0,0],[-0.078,0.268],[-0.124,0.297],[-0.073,0.122],[-0.124,0.098],[-0.245,0.218],[-0.073,0.147],[-0.053,0.127],[-0.026,0.148],[0,0.127],[-0.024,0.344],[-0.024,0.122],[-0.073,0.128],[-0.149,0.097],[-0.125,0.024],[-0.148,0],[-0.273,-0.198],[-0.099,-0.101],[-0.247,0],[-0.203,0.097],[-0.125,0.126],[-0.148,0.124],[-0.121,0.072],[-0.075,-0.172],[-0.048,-0.118],[-0.074,-0.17],[-0.068,-0.006],[-0.06,0.011],[-0.151,0.101],[-0.124,0.121],[-0.22,0.294],[-0.17,0.074],[-0.22,0],[-0.224,-0.024],[-0.116,0],[-0.172,0],[0,0],[-0.025,-0.293],[-0.025,-0.118],[-0.273,-0.174],[-0.078,0.01],[-0.056,-0.011],[-0.418,0.419],[-0.123,0.102],[-0.141,0.099],[-0.097,0.147],[-0.248,0.317],[-0.177,0.168],[-0.171,0.072],[-0.269,0.068],[-0.193,0],[0,0],[-0.318,0.074],[-0.149,0.052],[-0.297,0.098],[-0.151,0.127],[-0.097,0.122],[-0.172,0.077],[-0.124,0.048],[-0.515,0.122],[-0.166,-0.016],[-0.141,0.009],[-0.169,0.051],[-0.149,0.095],[-0.39,0.243],[-0.17,0.026],[-0.292,0],[-0.445,-0.121],[-0.149,-0.096],[-0.197,-0.074],[-0.126,-0.026],[-0.392,0],[0,0],[-0.195,0.025],[0,0],[0.124,0.122],[0.074,0.173],[0.051,0.123],[0,0],[0.074,0.15],[0.07,0.172],[0.048,0.124],[0,0],[0.225,0.345],[0.073,0.146],[0.075,0.121],[0.072,0.124],[0.196,0],[0,0],[0.145,0.098],[0.074,0.099],[-0.149,0.103],[-0.121,0.074],[-0.196,0.046],[-0.149,0],[0,0],[-0.392,0],[0,0],[-0.323,0],[-0.273,0.103],[-0.222,0.244],[-0.126,0.146],[-0.077,0.151],[0,0.224],[0.096,0.171],[0.088,-0.004],[0.035,0.048],[0,0.145],[0,0],[-0.371,0],[-0.169,-0.442],[-0.019,-0.124],[-0.053,-0.147],[-0.22,-0.295],[0,0],[-0.172,-0.049],[-0.121,-0.095],[-0.024,-0.17],[0,-0.464],[0,0],[-0.243,-0.193],[-0.147,-0.124],[-0.297,-0.15],[-0.174,-0.075],[-0.245,0],[0,0],[-0.075,0.17],[0,0.147],[0,0.296],[-0.027,0.146],[0,0],[-0.267,0.021],[0.049,0.469],[0,0.148],[-0.024,0.125],[-0.048,0.121],[-0.122,0.094],[-0.342,-0.172],[-0.171,-0.024],[0,0],[-0.12,0.024],[-0.123,0.074],[-0.122,0.124],[-0.128,0.094],[-0.126,0.07],[-0.071,-0.013],[-0.062,0.024],[-0.151,0.098],[-0.073,0.125],[0,0.144],[0.272,0.147],[0.145,0.029],[0.111,-0.007],[0.132,0.105],[0.074,0.095],[0.096,0.147],[0.146,0.098],[0.345,0],[0,0],[0.271,0],[0.445,0.049],[0,0],[0.072,-0.006],[0.103,0.016],[0.146,0.077],[0.198,0.026],[0.173,0],[0.146,-0.026],[0.171,-0.066],[-0.174,-0.047],[-0.07,0.012],[-0.049,-0.023],[-0.122,-0.097],[0,-0.221],[0,0],[0.048,-0.117],[0.274,0],[0.249,0.345],[0,0.15],[0,0],[0.121,0.074],[0.17,0.046],[0.147,0.02],[0,0],[0.146,0],[0.319,0.097],[0.197,0.072],[0.121,0.046],[0.174,0.046],[0.244,0.126],[0.171,0.151],[0.122,0.173],[0.099,0.075],[0.126,0.049],[0.171,0.025],[0.344,0.026],[0.145,0],[0.339,0],[0.266,0.321],[0.441,0.294],[0.221,0.097],[0.299,0.027],[0.131,-0.006],[0.176,0.015],[0.147,0.048],[0.151,0.096],[0.198,0.073],[0.067,-0.006],[0.061,0.013],[0.148,0.025],[0,0],[0,0],[0.146,0.052],[0.174,0.045],[0.341,0.196],[0.148,0.098],[0.47,-0.024],[0,0],[0.148,-0.051],[0.223,-0.098],[0.22,0],[0.396,0.051],[0,0],[0.173,0.046],[0.196,0.052],[0.068,-0.005],[0.061,0.012],[0.294,0.172],[0.32,0.099],[0.122,0.025],[0.218,0],[0.195,-0.051],[0.123,-0.075],[0,-0.197],[0.047,-0.123],[0.076,-0.176],[0.07,-0.125],[0.146,-0.151],[-0.125,-0.048],[-0.149,-0.101],[-0.1,-0.121],[0,-0.297],[0.025,-0.12],[0.126,-0.149],[0.12,-0.097],[0.172,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.415,0.148],[-0.267,0.173],[0,0],[0.126,0.023],[0.174,0],[0,0],[0.023,-0.32],[0.023,-0.124],[0.073,-0.126],[0.124,-0.049],[0.275,0],[0,0],[0.173,0.073],[0.296,0.05],[0.86,0],[0,0],[0.196,-0.023],[0.415,-0.073],[0.221,0],[0.222,0.025],[0.149,0.098],[0.199,0.123],[0.174,0],[0,0],[0,-0.223],[0,-0.144],[0,0],[0,0],[0,0],[0,0],[0.147,0.219],[0.148,0.099],[0.121,0.051],[0.145,0.046],[0.121,0.075],[0.1,0.169],[0,0.295],[-0.048,0.366],[0,0.147],[0.048,0.147],[0.097,0.147],[0.124,0.1],[0.101,0.077],[0.15,0.123],[0.097,0.049],[0.122,0.027],[0.065,-0.005],[0.062,0.014],[0.15,0.024],[0.175,0.023],[0.149,0],[0.296,0],[0.345,0],[0.123,-0.027],[0.15,-0.077],[0.125,-0.074],[0.17,-0.071],[0.175,-0.048],[0.174,0],[0,0],[0.15,0],[0.492,0],[0.368,-0.094],[0.176,-0.028],[0,0],[0.123,0.021],[0.143,0.05],[0.124,0.052],[0.173,0.125],[0.198,0.049],[0.146,0],[0,0],[0.194,0.024],[0.223,0.023],[0.198,0.049],[0.173,0.1],[0,0],[0.272,0.196],[0.147,0.121],[0.126,0.07],[0.296,0],[0,0],[0,0],[-0.148,0.094],[-0.294,0.147],[0,0],[0.063,-0.006],[0.062,0.014],[0.222,0],[0,0],[0.073,-0.271],[0.096,-0.144],[0.323,-0.121],[0.15,0],[0,0],[0.166,0.075],[-0.047,0.149],[-0.051,0.171],[-0.051,0.124],[-0.098,0.147],[-0.098,0.075],[-0.048,0.121],[0.294,0.024],[0.171,0.076],[0.171,0.026],[0.071,-0.009],[0.095,0.028],[0.319,0.052],[0.146,0],[0.193,0],[0.346,0],[0.271,0.077],[0.216,0.048],[0.073,-0.008],[0.094,0.026],[0.295,0.024],[0.213,-0.016],[0.229,0.023],[0.294,0.024],[0.153,0],[0.103,-0.146],[0.031,-0.121],[0,-0.344],[0,0],[0.321,-0.051],[-0.026,-0.147],[-0.099,-0.145],[-0.15,-0.073],[-0.124,-0.076],[-0.1,-0.074],[-0.097,-0.122],[-0.074,-0.148],[-0.026,-0.122],[0,-0.172],[0,-0.144],[0,0],[0.272,0.052],[0.124,0],[0.083,-0.006],[0.084,0.011],[0.119,0.025],[0.171,0.048],[0.175,0],[0.147,0],[0.391,0.025],[0,0],[0,0],[-0.124,-0.072],[0,-0.248],[0.096,-0.243],[0.291,0.194],[0.147,0.122],[0.167,0.126],[0.073,0.125],[0.101,0.149],[0.101,0.07],[0.124,0.023],[0.318,0],[0.149,-0.026],[0.12,-0.073],[0.049,-0.096],[0.122,-0.122],[0.49,0],[0.371,0.244],[0.32,0.046],[0.126,0.022],[0.175,0.048],[0.148,0],[0.122,-0.026],[0.201,0],[0.445,0],[0.099,-0.223],[-0.024,-0.343],[0.025,-0.463],[0.026,-0.296],[0,0],[0.294,0.344],[0.119,0.096],[0.199,0.1],[0.117,0.052],[0.144,0.073],[0.173,0.125],[0.15,0.121],[0,0.444],[0,0],[-0.05,0.121],[0,0.171],[0,0.197],[0,0.293],[0.026,0.346],[0,0.341],[0.072,0.273],[0.074,0.146],[0.121,0.098],[0.196,0.095],[0.174,0.026],[0.273,0],[0.148,-0.217],[0.098,-0.127],[0.075,-0.098],[0.244,0],[0.244,0.393],[0.074,0.146],[0.146,0.126],[0.17,0.023],[0.122,0],[0.118,-0.006],[0.216,0.106],[0.148,0.101],[0.417,0],[0.248,-0.099],[0.175,-0.074],[0.196,-0.097],[0.148,-0.076],[0.197,-0.146],[0,0],[-0.099,-0.15],[-0.027,-0.171],[0,-0.197],[0,-0.174],[0,0],[0.196,-0.073],[0.442,0],[0.391,0.173],[0.214,0.051],[0.323,0.123],[0.17,0.1],[0.249,0],[0.148,-0.05],[0.222,0],[0.121,0.192],[0,0.293],[0,0],[0.17,0.075],[0.171,0.026],[0.149,0],[0.147,0],[0.149,-0.073],[0.171,0],[0.273,0.026],[0,0],[0.17,0],[0,0],[0,0],[0.439,-0.075],[0.123,-0.024],[0.124,-0.07],[0.269,0],[0,0],[0.147,0],[0.175,0],[0,0.29],[0,0.147],[0,0.146],[0,0],[0.101,-0.075],[0.097,-0.122],[0.421,0],[0.194,0.068],[0.147,0.147],[0,0],[-0.298,0.024],[-0.121,0.049],[-0.15,0.097],[-0.121,0.073],[-0.126,0.049],[-0.123,0.069],[0,0.247],[0,0],[0.124,0.124],[0.221,0],[0.343,-0.124],[0.147,-0.104],[0.122,-0.097],[0.097,-0.147],[0.123,-0.124],[0.148,-0.122],[0.245,0],[0,0],[0,0],[-0.048,-0.124],[0,-0.245],[0,0],[0.121,-0.098],[0.149,-0.103],[0.243,0],[0,0],[0.146,0],[0.296,-0.028],[0.17,-0.074],[0.174,-0.025],[0.296,0],[0,0],[0.391,0],[0,0],[0.074,0],[-0.174,0.124],[-0.124,0.121],[-0.123,0.095],[-0.15,0.096],[-0.147,0.05],[-0.138,-0.016],[-0.125,0.024],[-0.122,0.05],[-0.128,0.097],[-0.125,0.096],[-0.198,0.295],[-0.245,0.195],[-0.297,0.026],[0,0],[-0.125,0],[-0.123,0.049],[-0.116,0.097],[-0.07,0.096],[-0.151,0.124],[-0.293,0.027],[0,0],[-0.149,0],[-0.173,0.024],[-0.122,0.024],[-0.147,0.124],[-0.046,0.173],[-0.024,0.121],[-0.046,0.271],[0,0],[-0.026,0.225],[-0.053,0.125],[-0.097,0.12],[-0.08,-0.025],[-0.039,0.049],[0,0.173],[0.023,0.126],[0.071,0.122],[0.08,-0.007],[0.038,0.061],[0.05,0.103],[0.072,0.122],[0.084,-0.024],[0.023,0.048],[0.047,0.124],[0.096,0.148],[0.201,0.099],[0.172,0.026],[0.079,-0.006],[0.088,0.014],[0.149,0],[-0.049,0.467],[0,0],[0.295,0.048],[0.347,0],[0.125,-0.024],[0.147,-0.075],[0.15,-0.096],[0.125,-0.051],[0.29,0.196],[0.121,0.026],[0.244,0],[0.222,-0.027],[0,0],[0,0],[0,0],[-0.123,0.073],[-0.075,0.099],[0,0.319],[0,0.173],[0,0],[0.318,0.022],[0.394,0],[0.148,0],[-0.099,0.121],[-0.321,0.174],[-0.075,-0.012],[-0.055,0.013],[-0.173,0.073],[0,0]],\"o\":[[-0.171,0],[-0.293,0.124],[-0.126,0.024],[-0.471,0.072],[-0.125,0.051],[-0.172,0.073],[-0.174,0.12],[0,0.121],[-0.027,0.122],[-0.074,0.172],[-0.223,0.218],[0.098,0.121],[0.121,0.122],[0,0],[0,0],[-0.054,0.322],[-0.122,0.095],[-0.163,-0.003],[-0.098,0.079],[-0.098,0.151],[-0.121,0.098],[-0.346,0.197],[-0.271,0],[-0.144,-0.029],[-0.144,-0.073],[-0.149,-0.099],[-0.125,-0.049],[-0.122,-0.023],[-0.391,0],[0,0],[-0.346,-0.023],[-0.196,0],[-0.054,0.01],[-0.126,-0.005],[-0.1,0.151],[-0.075,0.17],[-0.022,0.121],[-0.05,0.145],[-0.172,0.103],[0,0],[-0.418,0],[-0.171,0.074],[-0.294,0.124],[-0.121,0.051],[-0.221,0.097],[-0.146,0],[-0.15,-0.024],[-0.149,-0.046],[-0.32,0],[-0.172,0.048],[-0.294,0.15],[-0.175,0.094],[-0.123,0.024],[-0.17,0.05],[-0.393,0],[-0.32,0.073],[-0.146,0.1],[-0.073,0.174],[-0.068,0.121],[-0.059,0.028],[-0.061,-0.008],[-0.17,0.026],[-0.147,0],[-0.123,0.029],[-0.127,0.026],[-0.203,0.076],[0,0.345],[0.069,0.122],[0.269,0.15],[0.151,0.073],[0.051,0.098],[0,0],[-0.021,0.175],[-0.125,-0.024],[-0.466,-0.097],[-0.296,0],[-0.123,0.024],[-0.147,0.075],[-0.149,0.096],[-0.122,0.046],[-0.149,0],[-0.223,-0.051],[-0.419,0],[-0.296,0],[-0.12,0],[-0.147,0.024],[0,0],[-0.175,0],[-0.124,0.024],[-0.101,0.068],[-0.097,0.147],[0,0],[-0.344,0],[0.053,0.124],[0.097,0.177],[0.15,0.147],[0.126,0.15],[0.05,0.268],[0,0.148],[0.028,0.145],[0.05,0.123],[0.296,0.222],[0,0],[0.196,0],[0.147,0.024],[0.169,0.075],[0.147,0.149],[0.025,0.121],[0,0],[-0.075,0.396],[-0.244,0],[-0.147,-0.076],[-0.122,-0.071],[-0.064,-0.023],[-0.067,0.013],[-0.175,-0.047],[-0.125,-0.022],[-0.123,-0.052],[-0.099,-0.098],[-0.067,-0.121],[-0.071,-0.145],[0,0],[-0.344,0],[-0.096,-0.076],[-0.226,-0.173],[-0.145,0],[-0.173,0.045],[-0.124,0.025],[-0.442,0.148],[0,0],[0.148,0.027],[0.298,0],[0.124,0],[0.169,0.027],[0.099,0.151],[0,0.174],[-0.343,-0.021],[-0.122,-0.027],[-0.176,-0.074],[-0.193,-0.097],[0,0],[-0.119,0],[-0.122,0.069],[-0.05,0.102],[-0.101,0.197],[0,0.513],[0.133,0.012],[0.129,-0.006],[0.147,0],[0.465,0.099],[0.148,0.094],[0.125,0.074],[0.124,0.072],[0.097,0.125],[0,0.173],[-0.147,-0.223],[-0.136,-0.066],[-0.118,0],[-0.171,-0.046],[-0.062,-0.011],[-0.068,0.006],[-0.059,-0.011],[-0.069,0.006],[-0.175,-0.048],[-0.124,-0.024],[-0.218,-0.034],[-0.186,0.018],[-0.298,-0.048],[-0.171,-0.072],[-0.075,-0.172],[0,-0.149],[0,0],[0,-0.298],[0.025,-0.17],[0.026,-0.121],[0,-0.148],[-0.026,-0.125],[-0.075,-0.146],[-0.048,-0.119],[-0.122,-0.295],[-0.148,0.052],[-0.073,0.013],[-0.061,-0.006],[0,0.221],[0,0.146],[0.02,0.468],[0,0.149],[0,0],[-0.294,0],[-0.197,0],[-0.146,0],[0,0.243],[-0.03,0.128],[-0.123,0.075],[-0.123,0.069],[-0.346,0.15],[0,0],[0.123,0.515],[0.271,0.246],[0.049,0.125],[0.049,0.269],[0,0.148],[-0.022,0.148],[-0.126,0.244],[0,0],[0,0.173],[0.049,0.17],[0,0.123],[0,0.172],[0,0.145],[0.049,0.319],[0.099,0.125],[0,0],[0.096,-0.122],[0.121,-0.122],[0.147,-0.123],[0,0],[0.149,0],[0.149,0.072],[0.272,0.197],[0.124,0.048],[0.148,0.074],[0.217,0.245],[0.195,0.296],[0.124,0.097],[0.077,0.147],[0,0.32],[-0.074,0.147],[-0.074,0.146],[0,0.174],[0.064,0.011],[0.073,-0.01],[0,0],[0.148,0.073],[0.269,0.132],[0.127,-0.008],[0.149,0],[0,0],[-0.147,0.047],[-0.271,0.05],[0,0],[-0.171,-0.023],[-0.171,-0.075],[-0.123,-0.073],[-0.317,-0.194],[0,0],[0,-0.145],[0,-0.392],[-0.124,-0.121],[-0.047,-0.123],[-0.099,-0.151],[-0.095,-0.075],[-0.171,-0.049],[-0.269,-0.049],[-0.466,0],[-0.147,0],[-0.146,0.025],[-0.148,0.048],[-0.173,0.095],[0,0.147],[0,0.148],[0.096,0.371],[0,0.393],[-0.027,0.116],[-0.078,0.2],[-0.148,0.126],[-0.195,0.148],[-0.099,0.122],[-0.098,0.366],[-0.292,0],[-0.493,0.175],[-0.297,0.166],[-0.07,0.102],[-0.097,0.145],[-0.12,0.07],[-0.291,0],[-0.149,-0.024],[-0.121,-0.05],[-0.17,-0.075],[0,0],[0,0],[0.1,-0.146],[0.1,-0.151],[0.196,-0.073],[0.224,0],[0.144,0.025],[0.269,0.024],[0.296,0],[0.172,-0.026],[0.168,-0.072],[0.122,-0.101],[0.176,-0.267],[0.097,-0.123],[0.27,-0.218],[0.075,-0.096],[0.098,-0.124],[0.118,-0.091],[0.051,-0.097],[0.024,-0.122],[0.069,-0.299],[0.027,-0.122],[0.024,-0.122],[0.025,-0.147],[0,-0.195],[-0.296,0.024],[-0.194,0],[-0.122,-0.052],[-0.15,-0.099],[-0.125,-0.172],[0,-0.393],[0.051,-0.467],[0,0],[0.025,-0.295],[0.095,-0.445],[0,-0.147],[-0.07,-0.32],[-0.023,-0.121],[-0.099,-0.294],[-0.074,-0.174],[-0.073,-0.122],[0,0],[0.293,0],[0.147,0],[0.048,0],[0,0],[-0.393,0],[-0.197,-0.05],[-0.124,-0.023],[-0.271,-0.047],[0,0],[-0.22,0],[-0.393,0],[-0.173,0.074],[-0.144,0.051],[-0.125,0.027],[-0.294,0.027],[-0.148,0],[0,0.469],[0,0.196],[-0.075,0.322],[-0.098,0.151],[-0.249,0.295],[-0.096,0.265],[-0.047,0.174],[-0.129,0.046],[-0.159,0.045],[-0.104,-0.012],[0,0],[-0.169,0],[-0.197,0.122],[0,0],[0.026,0.173],[0.038,0.053],[0.073,-0.02],[0.295,0.224],[0.122,0.244],[0,0.295],[-0.102,0.099],[-0.121,0.097],[-0.171,0.148],[0,0.297],[0.294,0],[0.143,0],[0.146,0.099],[0.117,0.124],[0.049,0.121],[0.073,0.149],[0.073,0.127],[0.148,0.121],[0.101,0.05],[0.294,0.199],[0.1,0.124],[0.049,0.124],[0,0.151],[-0.051,0.199],[-0.071,0.097],[-0.125,0.074],[0,0],[-0.296,0],[-0.32,-0.073],[-0.467,-0.271],[-0.297,-0.022],[-0.466,0],[-0.147,-0.1],[-0.147,-0.098],[-0.163,-0.058],[-0.102,0.014],[-0.149,0],[-0.294,-0.024],[-0.199,-0.073],[-0.097,-0.15],[-0.126,-0.049],[-0.128,-0.048],[-0.194,-0.05],[-0.146,-0.072],[0,0],[-0.174,0],[-0.124,-0.097],[-0.126,-0.099],[0,0],[-0.37,0],[-0.27,-0.152],[-0.12,-0.072],[-0.123,-0.072],[-0.098,-0.047],[-0.147,-0.124],[-0.097,-0.074],[-0.072,-0.04],[-0.057,0.011],[-0.202,-0.049],[0,0],[-0.167,0],[-0.173,0.097],[0,0.22],[0.073,0.197],[0.125,0.145],[0.028,0.123],[0.028,0.171],[0.293,0],[0.148,0],[0.123,0],[0.147,0.045],[0.074,0.099],[0.074,0.17],[0.295,0.099],[0.148,0.075],[0.097,0.124],[0,0.148],[0,0.121],[-0.172,0.32],[-0.12,0.051],[0,0],[-0.121,0],[-0.122,0.074],[-0.071,0.122],[-0.07,0.148],[-0.072,0.124],[0,0],[0,-0.294],[0,-0.147],[0,-0.298],[0,-0.172],[0,0],[-0.121,0.051],[-0.148,0.099],[-0.099,0.121],[-0.097,0.122],[-0.198,0.197],[0,0],[-0.297,-0.027],[-0.08,0.011],[-0.093,-0.02],[-0.146,0.074],[-0.148,0.099],[-0.146,0.072],[0,0],[-0.15,0],[0,0],[0,0],[-0.149,0],[0,0],[0,0],[-0.124,-0.122],[-0.12,-0.121],[-0.104,-0.097],[0.049,-0.147],[0.025,-0.121],[0.095,-0.314],[0,0],[-0.122,0.073],[-0.121,0.097],[-0.122,0.075],[-0.124,0.027],[-0.118,0.018],[-0.184,-0.005],[-0.173,0.079],[-0.269,0.173],[0,0],[-0.469,0],[-0.147,0.048],[-0.098,0.075],[-0.122,0.075],[-0.117,0.026],[0,0],[-0.151,0],[-0.317,0.048],[-0.173,0.05],[-0.294,0.248],[-0.174,0.099],[-0.253,0.042],[-0.286,-0.016],[-0.202,0.074],[0.074,0.145],[0.124,0.196],[0,0.247],[-0.224,0.217],[-0.17,0.078],[-0.121,0.051],[-0.122,0.028],[-0.198,0],[-0.243,0.028],[0,0],[-0.198,0],[-0.146,-0.096],[-0.128,-0.147],[-0.046,-0.096],[-0.123,-0.22],[0,-0.367],[0,0],[0,0],[-0.148,-0.149],[-0.099,-0.049],[-0.12,-0.097],[-0.122,-0.145],[-0.124,-0.171],[-0.293,0],[0,0],[-0.224,-0.026],[-0.125,-0.027],[-0.317,-0.073],[0,0],[-0.144,0],[-0.121,0],[0,0],[0.294,0.051],[0.125,0],[0,0],[0,0.172],[-0.1,0.144],[0,0.147],[0,0.149],[0.072,0.096],[0.123,0.073],[0.148,0.074],[0.147,0.172],[0,0],[-0.022,0.172],[0,0.124],[-0.048,0.467],[0,0.075],[-0.322,-0.024],[-0.122,0],[-0.147,-0.121],[-0.073,-0.103],[-0.098,-0.15],[-0.151,-0.07],[-0.173,0],[-0.174,0.029],[-0.123,0.024],[-0.344,0.024],[-0.148,0],[0,0.145],[-0.05,0.121],[-0.1,0.125],[-0.123,0.048],[-0.267,0.073],[-0.171,0.021],[-0.169,0.072],[-0.097,0.117],[-0.124,0.1],[-0.191,0.096],[0.001,0.003],[0.072,0.295],[0.024,0.151],[0.076,0.126],[0.102,0.095],[0.119,0.077],[0.17,0.12],[0,0.222],[-0.049,-0.024],[-0.293,-0.071],[-0.296,0],[-0.293,-0.024],[0,0],[-0.15,0],[-0.346,-0.026],[-0.169,-0.047],[-0.122,-0.029],[-0.061,-0.011],[-0.069,0.006],[-0.172,-0.024],[-0.177,-0.126],[0,0],[-0.126,0.072],[-0.15,0.099],[-0.044,0.021],[-0.076,-0.017],[-0.197,0.098],[0,0.248],[0.099,0.123],[0.102,0.074],[0.07,0.1],[0.047,0.149],[0,0],[0.344,-0.026],[0.322,0.072],[0.146,0.12],[0,0.197],[0,0],[-0.097,0.122],[-0.125,0.021],[-0.151,0],[-0.121,-0.073],[-0.122,-0.148],[-0.372,-0.296],[-0.061,-0.01],[-0.069,0.006],[-0.318,-0.121],[-0.071,-0.123],[-0.024,-0.121],[-0.024,-0.468],[0,0],[0,0],[0,-0.62],[-0.05,-0.297],[-0.194,-0.179],[-0.163,0.006],[-0.15,-0.026],[-0.144,-0.145],[-0.126,-0.272],[-0.162,-0.116],[-0.12,0.011],[-0.198,-0.047],[-0.272,-0.146],[0,0],[0.126,0.025],[0.122,0.048],[0.121,0.073],[0.245,0.176],[0.295,0.151],[0.147,0.051],[0.269,0.05],[0.206,-0.021],[0.123,0],[0.174,0.074],[0.273,0.176],[0,0],[0.174,0],[0.126,0.051],[0.151,0.073],[0.123,0.053],[0.123,0.019],[0.149,0],[0.293,0.025],[0,0],[0,0],[0.149,-0.026],[0.059,-0.012],[0.068,0.006],[0.125,-0.024],[0.318,-0.098],[0.122,-0.021],[0.297,-0.021],[0.174,-0.05],[0.147,-0.072],[0.125,-0.103],[0.075,-0.148],[0.099,-0.269],[0,-0.467],[0,-0.146],[-0.075,-0.318],[-0.097,-0.148],[-0.144,-0.15],[-0.123,-0.05],[-0.17,-0.046],[-0.292,-0.031],[-0.291,0],[-0.315,-0.079],[-0.128,-0.073],[-0.124,-0.098],[-0.12,-0.097],[-0.146,-0.099],[-0.062,-0.027],[-0.067,0.012],[0,0],[-0.146,-0.073],[-0.126,-0.072],[0,0],[-0.17,-0.074],[-0.122,-0.052],[-0.344,-0.076],[-0.37,0],[-0.223,0.021],[0,0],[-0.198,-0.026],[-0.171,-0.07],[-0.296,-0.22],[0,0],[0,0.222],[-0.074,0.148],[-0.124,0.024],[0,0],[-0.198,-0.023],[0.072,-0.147],[0.075,-0.219],[0,-0.073],[-0.073,-0.126],[-0.124,-0.099],[-0.049,-0.097],[-0.049,-0.173],[0,0],[-0.175,0],[-0.173,0.123],[-0.248,0],[-0.121,-0.076],[-0.099,-0.073],[-0.293,0],[-0.341,-0.029],[-0.128,-0.024],[0,0],[0.145,0],[0.148,0],[0.196,0],[0,0],[-0.1,-0.147],[-0.123,-0.098],[-0.123,-0.025],[-0.323,-0.052],[-0.293,0],[-0.171,-0.05],[-0.124,-0.099],[-0.098,-0.047],[0,0],[0,0],[-0.418,0.051],[0,0],[0,-0.173],[0.127,-0.174],[0.052,-0.098],[0,0],[0.024,0.492],[-0.027,0.147],[0,0],[0,0.17],[0,0],[0.03,-0.147],[0.028,-0.219],[0,-0.244],[-0.099,-0.126],[0,0],[0,0],[0,0],[-0.319,0.221],[-0.148,0.049],[-0.148,0],[-0.122,0],[-0.148,0.075],[0,0.344],[-0.147,0.172],[0,0],[-0.194,-0.021],[-0.171,-0.052],[0.067,-0.124],[0.124,-0.148],[0,0],[-0.493,0],[-0.171,0.05],[-0.194,0.099],[-0.023,0.12],[0,0.172],[0.073,0.196],[0.273,0.098],[0.274,0.023],[0,0],[0,0],[-0.2,0],[-0.345,-0.049],[-0.297,0],[-0.144,-0.022],[0,0],[0,0.418],[0,0.148],[-0.048,0.148],[-0.075,0.149],[0,-0.295],[-0.025,-0.122],[-0.098,-0.126],[-0.062,-0.024],[-0.067,0.013],[-0.174,-0.072],[-0.146,-0.074],[-0.049,-0.024],[-0.07,0.012],[-0.344,-0.171],[-0.269,0],[0,0],[0,0.172],[0,0.199],[0,0.322],[0,0.145],[-0.03,0.169],[-0.172,0.174],[-0.221,0],[-0.078,-0.101],[-0.051,-0.145],[-0.028,-0.122],[-0.126,0.125],[-0.121,0.149],[-0.055,0.027],[-0.063,-0.008],[-0.268,0.072],[0,0],[0.1,0.101],[0.058,0.021],[0.072,-0.017],[0.125,0.075],[0.075,0.1],[0,0],[0,0.176],[-0.124,-0.05],[-0.175,-0.097],[-0.184,-0.041],[-0.119,0.011],[-0.199,0],[0.1,-0.441],[0,-0.171],[-0.22,0.077],[0,0],[-0.176,0.024],[-0.244,0],[-0.412,0],[0.068,0.124],[0.072,0.147],[0,0.173],[-0.395,0],[-0.145,0],[-0.126,0],[-0.175,0.076],[-0.098,0.074],[-0.098,0.074],[-0.171,0.121],[-0.076,0.101],[-0.051,0.038],[-0.07,-0.015],[-0.197,0.124],[0,0],[0.173,0],[0.148,-0.123],[0.126,-0.077],[0.121,-0.031],[0.149,0],[0.147,0],[0.174,-0.052],[0.122,-0.075],[0.063,-0.027],[0.061,0.009],[0.06,-0.01],[0.07,0.006],[0.172,-0.05],[0.344,-0.147],[0.392,0],[0.172,0.049],[0,0],[-0.295,0],[-0.124,0],[-0.121,0.052],[-0.121,0.052],[-0.06,0.012],[-0.071,-0.036],[-0.173,0.071],[-0.067,0.094],[-0.074,0.122],[-0.072,0.124],[-0.075,0.126],[-0.027,0.123],[-0.026,0.295],[-0.418,0],[-0.175,0.27],[-0.099,0.123],[-0.12,0.098],[-0.12,0.098],[-0.12,0.098],[-0.125,0.127],[-0.068,0.122],[-0.025,0.122],[-0.05,0.193],[-0.146,0.149],[-0.049,0.267],[-0.022,0.149],[-0.027,0.123],[0,0],[-0.152,0.075],[-0.294,0.124],[-0.147,0.101],[-0.146,0.094],[-0.071,0.043],[-0.058,-0.012],[-0.121,0.025],[-0.176,0.046],[0,0],[0.146,0],[0.146,0],[0,0],[-0.027,0.197],[-0.025,0.124],[-0.076,0.123],[-0.122,0.071],[-0.172,0.075],[-0.125,0.049],[-0.172,0.1],[-0.149,0.101],[-0.122,0.049],[-0.148,0.094],[-0.098,0.122],[-0.072,0.124],[-0.121,0.222],[-0.417,0],[0,0],[0,0],[0.123,0.297],[-0.444,0.096],[-0.063,0.014],[-0.067,-0.006],[-0.324,0.077],[-0.172,0.075],[-0.147,0.07],[-0.054,0.012],[-0.075,-0.012],[-0.153,0.073],[-0.075,0.096],[-0.025,0.126],[-0.051,0.197],[-0.147,0.073],[-0.12,0],[-0.12,0.024],[-0.171,0.024],[-0.148,0.123],[0,0.147],[0,0.176],[0,0.174],[-0.039,0.065],[-0.079,-0.002],[-0.073,0.124],[0,0.15],[0.026,0.244],[0,0.267],[-0.038,0.05],[-0.076,-0.021],[-0.123,0.095],[0,0],[0,0],[0.175,0],[0.145,0.045],[0.144,0.053],[-0.121,0.124],[-0.097,0.126],[-0.049,0.128],[-0.049,0.12],[-0.049,0.173],[-0.051,0.122],[0,0.196],[0.616,0],[-0.026,0.369],[-0.072,0.173],[-0.071,0.144],[0,0.17],[0,0.122],[0.298,0],[0.067,0.007],[0.095,-0.016],[0.178,0.07],[0.169,0.121],[0,0],[0.147,0.023],[0.221,0.053],[0.392,0],[0.148,-0.075],[0.069,-0.028],[0.06,0.008],[0.122,-0.025],[0.171,-0.076],[0.126,-0.074],[0.12,-0.171],[0.245,-0.298],[0.123,-0.127],[0.124,-0.027],[0.126,-0.027],[0.174,0],[0,0],[0.067,0.012],[0.072,-0.01],[0.148,0.075],[0.095,0.1],[0.045,0.121],[0.072,0.167],[0.095,0.32],[0.023,0.121],[0.052,0.169],[0.145,0.194],[0,0],[0,0.222],[0,0.148],[0.048,0.317],[0.123,0.075],[0.151,0.097],[0.096,0.145],[0,0],[0,0],[0.048,0.295],[0.068,0.151],[0.149,0.148],[0.1,0.119],[0.025,0.121],[0,0.147],[-0.05,0.224],[0,0],[0,0.173],[0.023,0.124],[0,0],[0.022,-0.225],[0.025,-0.122],[0.025,-0.173],[0.095,-0.172],[0.126,-0.024],[0,0],[0.121,0],[0.147,0.027],[0.169,0],[0.169,-0.071],[0.296,-0.146],[0,0],[0,0],[0,-0.146],[0,-0.22],[0,0],[-0.17,0],[-0.055,-0.009],[-0.076,0.011],[-0.121,-0.049],[-0.075,-0.096],[0.172,-0.272],[0.076,-0.146],[0.1,-0.268],[0.021,-0.293],[0,-0.148],[0.051,-0.15],[0.07,-0.144],[0.148,-0.124],[0.125,-0.05],[0.172,-0.076],[0.121,-0.023],[0.057,-0.022],[0.076,0.017],[0.125,-0.095],[0.05,-0.124],[0.072,-0.172],[0.097,-0.148],[0.1,-0.121],[0.027,-0.124],[0,0],[0,-0.201],[-0.294,0],[-0.296,-0.025],[-0.145,0],[0,-0.49],[-0.051,-0.193],[-0.062,-0.026],[-0.071,0.012],[-0.146,-0.099],[-0.098,-0.078],[0,0],[0.146,-0.099],[0.1,-0.12],[0.126,-0.147],[0.072,-0.148],[0.074,-0.267],[0.07,-0.149],[0.125,-0.094],[0.068,-0.027],[0.062,0.008],[0.316,-0.073],[0.144,-0.096],[0.097,-0.124],[0.097,-0.101],[0.155,-0.096],[0.099,0.002],[0.073,-0.011],[0.093,0.016],[0.171,-0.074],[0.122,-0.098],[0.076,-0.125],[0.096,-0.149],[0.104,-0.073],[0.12,-0.02],[0.122,0],[0.119,-0.02],[0.197,-0.101],[0,-0.25],[-0.099,-0.15],[-0.053,-0.122],[0,-0.468],[0.099,-0.145],[0.054,-0.042],[0.065,0.014],[0.171,-0.079],[0.175,-0.13],[0.126,-0.267],[0.05,-0.129],[0.198,-0.173],[0.291,0],[0.059,0.012],[0.066,-0.007],[0.171,0.048],[0.272,0.245],[0.121,-0.047],[0.149,-0.099],[0.124,-0.025],[0.195,0],[0.147,0.1],[0.072,0.124],[0.076,0.121],[0,0],[0,0],[0,0.466],[0,0.142],[-0.052,0.317],[-0.097,0.151],[-0.196,0.146],[-0.418,0],[-0.17,0],[-0.146,0.048],[-0.12,0.1],[-0.104,0.145],[-0.078,0.12],[-0.075,0.123],[-0.149,0.12],[-0.097,0.123],[-0.12,0.125],[-0.292,0.193],[0,0.537],[0,0.247],[-0.097,0.22],[0,0.538],[0,0],[0,0.147],[0.023,0.341],[0.395,0.048],[0.294,0.046],[0.149,0.072],[0.125,0.124],[0.274,0.149],[0.171,0.074],[0.343,0.196],[0,0],[0.173,0],[0.519,-0.224],[0.389,0],[0.225,0],[0.124,0],[0.144,-0.05],[0.096,-0.071],[0.1,-0.123],[0,0],[0.2,0],[0.196,-0.073],[0.075,0],[0.149,0.072],[0.069,0.098],[0.072,0.124],[0,0],[0,0],[-0.148,0.148],[-0.268,0.049],[-0.393,0],[-0.123,0],[-0.172,0.052],[-0.147,0.072],[-0.147,0.122],[-0.098,0.147],[-0.078,0.123],[-0.123,0.145],[-0.126,0.075],[-0.293,0],[-0.197,-0.075],[-0.196,-0.147],[-0.396,0],[-0.271,0.026],[-0.293,-0.025],[-0.149,0],[-0.15,0.048],[-0.176,0.047],[-0.149,0],[-0.169,0],[-0.175,0],[-0.15,0.075],[-0.076,0.102],[-0.103,0.175],[-0.074,0.099],[-0.15,0],[-0.146,0],[-0.171,-0.074],[-0.095,-0.073],[-0.095,-0.048],[-0.145,0],[-0.145,0.051],[-0.122,0.076],[0.171,0.077],[0.062,0.012],[0.067,-0.006],[0.17,0.047],[-0.297,0],[-0.494,0.072],[-0.149,0.046],[0.048,0.12],[0.197,0.271],[0.121,0.022],[0.126,0],[0.224,0.02],[0.22,0],[0.367,-0.1],[0.145,-0.176],[0.245,0],[0.149,0.07],[0.149,0.097],[0.049,0.099],[0.049,0.12],[0.077,0.118],[0.125,0.072],[0.17,0.073],[-0.098,0.124],[-0.319,0.32],[-0.121,0.075],[-0.025,0.121],[-0.049,0.244],[0,0],[-0.198,0],[-0.121,-0.048],[-0.123,-0.099],[-0.051,-0.122],[-0.072,-0.146],[-0.037,-0.049],[-0.082,0.023],[-0.051,-0.099],[-0.025,-0.122],[0,0],[-0.218,0.297],[-0.15,0.094],[-0.124,0.097],[-0.075,0.125],[-0.024,0.12],[-0.024,0.149],[-0.047,0.17],[-0.053,0.125],[-0.077,0.219],[0,0.223],[0.025,0.124],[0.022,0.145],[0,0.193],[-0.099,0.196],[-0.075,0.174],[0,0],[0,0],[-0.148,0],[-0.421,-0.07],[-0.291,-0.025],[-0.293,0],[-0.197,0],[-0.069,0.147],[0,0.172],[0.148,0.323],[0,0],[0,0],[-0.541,-0.317],[-0.147,-0.1],[-0.172,-0.17],[-0.122,-0.027],[-0.175,0],[-0.37,0.097],[-0.148,0.071],[-0.127,0.049],[-0.148,0.075],[-0.148,0.098],[-0.147,0.1],[-0.395,0.196],[-0.295,0],[-0.198,0.048],[-0.221,0.073],[-0.445,0],[-0.368,-0.37],[0,0],[-0.12,0.075],[-0.099,0.05],[-0.149,0],[-0.199,0],[0,0],[-0.316,0],[0.023,0.464],[0,0],[-0.244,0],[-0.142,-0.097],[-0.125,-0.32],[0,0],[0,0],[0,0],[0,-0.149],[0,-0.17],[0,0],[0.32,0],[0.173,0.05],[0.219,0.097],[0.296,0],[0.051,-0.296],[0.023,-0.393],[0,-0.251],[0.095,-0.219],[0,-0.296],[0,0],[-0.173,0],[-0.118,0.01],[-0.154,-0.021],[-0.148,0.052],[-0.149,0.074],[-0.121,0.146],[0,0],[-0.176,0.025],[0.023,-0.294],[0.074,-0.17],[0.045,-0.123],[0,0],[-0.289,0.021],[-0.146,0],[0.025,-0.2],[0.149,-0.293],[0.023,-0.122],[0,-0.151],[-0.05,-0.173],[-0.075,-0.148],[-0.121,-0.149],[-0.15,0],[-0.224,0],[-0.122,0.245],[-0.169,0.32],[-0.072,0.027],[-0.058,-0.008],[-0.174,0.027],[-0.194,0.052],[0,0.247],[0,0],[-0.023,0.124],[-0.099,0.073],[-0.126,0.048],[-0.397,0.145],[0,0.393],[0.094,0.145],[0.097,0.075],[0.147,0.069],[-0.024,0.119],[-0.025,0.147],[0,0.172],[0,0],[0,0.246],[0,0.1],[0,0.149],[0.05,0.172],[0.125,0.294],[0,0],[0,0],[-0.194,0],[-0.397,0.049],[0,0],[-0.267,0],[-0.393,-0.024],[-0.296,0],[-0.147,0.072],[-0.12,0.073],[-0.298,0.124],[-0.097,0.073],[-0.076,0.12],[-0.221,0.294],[-0.198,0],[0,0],[0,0],[-0.147,0],[-0.147,0],[0,0],[0,0],[0,0],[-0.221,0],[-0.148,0.026],[-0.123,0.05],[-0.172,0.073],[-0.321,0.196],[-0.147,0.118],[-0.147,0.072],[0,0],[-0.491,0.052],[0,0],[-0.565,0],[-0.12,0],[-0.124,0.021],[0,0],[0,0],[-0.171,0],[-0.128,-0.012],[-0.144,0.015],[-0.173,-0.03],[-0.095,-0.048],[-0.145,-0.194],[-0.223,0],[0,0],[0.295,0.122],[0,0],[0,0],[0,0],[-0.496,0.027],[-0.171,0],[-0.127,0],[-0.15,0],[-0.198,0],[-0.174,-0.047],[-0.124,-0.072],[-0.296,0.121],[-0.061,0.013],[-0.068,-0.006],[-0.295,0.048],[-0.149,0.102],[-0.077,0.125],[0,0.172],[0.038,0.055],[0.068,-0.017],[0.144,0.098],[0.125,0.077],[0.146,0.072],[0.189,0.045],[0.115,-0.011],[0,0],[0.168,0.026],[0.149,0.074],[0.126,0.076],[0.146,0.098],[0.268,0.272],[0,0],[0.129,0.125],[0.121,0.076],[0.296,0.172],[0.174,0.121],[0,0.222],[-0.049,0.247],[0,0.542],[0.023,0.22],[0,0.223],[-0.223,0.467],[-0.094,0.101],[-0.098,0.099],[-0.397,0.296],[0,0],[-0.198,0],[-0.244,-0.074],[-0.124,-0.026],[-0.392,0],[-0.198,-0.02],[-0.171,-0.098],[-0.149,-0.068],[0,0],[-0.394,0],[-0.196,0],[-0.243,-0.028],[0,0],[-0.147,0.025],[-0.074,0.095],[-0.051,0.15],[0,0],[0,0],[0.098,0.123],[0.127,0.127],[0.122,0.172],[0,0.224],[-0.101,0.368],[0,0.271],[0.05,0.15],[0.075,0.171],[0,0],[0,0.172],[-0.099,0.144],[-0.073,0.122],[-0.269,0.389],[0,0.148],[0.049,0.173],[0,0],[0.101,0.168],[0,0],[0,0],[-0.023,0.175],[-0.068,0.221],[0,0.371],[0,0],[0.347,0],[0.172,0],[0.171,0.073],[0.172,0.099],[0.394,0],[0.194,0],[0.146,0.049],[0.123,0.052],[0,0],[0.146,0.075],[0.101,0.148],[0.071,0.123],[0.07,0.145],[0,0],[0,0],[0.143,-0.05],[0.147,-0.013],[0.121,0.006],[0.296,-0.026],[0.174,-0.05],[0.317,-0.198],[0.149,-0.12],[0.272,-0.146],[0.133,-0.011],[0.126,0.006],[0.175,0],[0.171,-0.051],[0.296,-0.22],[0.346,-0.419],[0.271,-0.096],[0.268,-0.026],[0.179,0.009],[0.295,0],[0,0],[0,-0.172],[-0.123,-0.171],[-0.149,-0.147],[0,-0.221],[0.075,-0.174],[0.171,-0.35],[0,0],[0.075,-0.146],[0.077,-0.124],[0.069,-0.042],[0.055,0.01],[0.27,-0.052],[0.176,-0.051],[0.122,-0.099],[0.122,-0.052],[0.062,-0.025],[0.068,0.012],[0.172,-0.049],[0.067,-0.026],[0.06,0.008],[0.147,-0.048],[0.258,-0.044],[0.152,0.011],[0.296,-0.025],[0,0],[0,0],[-0.025,-0.293],[0,-0.175],[0,-0.294],[0.048,-0.15],[0.2,-0.222],[0.195,-0.048],[0.393,0],[0.062,0.013],[0.067,-0.005],[0.492,0.124],[0.369,0.1],[0,0],[0.147,0],[0.147,0],[0,-0.273],[0.025,-0.12],[0.122,-0.148],[0.121,-0.095],[0.122,-0.052],[0,0],[0.293,0],[0.174,-0.029],[0.175,-0.077],[0.147,-0.099],[0.147,-0.121],[0.147,0],[0.348,0.026],[0.297,0.197],[0.298,0.395],[0.047,0.124],[0.071,0.174],[0.097,0.149],[0.122,0.076],[0,0],[0.146,0.073],[0.174,0.097],[0.052,0.099],[0.12,0.175],[0.149,0.122],[0.126,0.098],[0.174,0.124],[0.119,0.078],[0.173,0.12],[0.144,0.099],[0.295,0.099],[0.077,0.01],[0.09,-0.01],[0.144,0.047],[0.122,0.097],[0.343,0.444],[0.124,0.076],[0.143,0.051],[0.144,0.077],[0.248,0.226],[0.196,0.292],[0.072,0.149],[0.053,0.124],[0.047,0.297],[0,0.297],[-0.788,0],[-0.149,0.073],[-0.127,0.051],[-0.271,0.049],[-0.198,0],[-1.056,0],[0,0],[0.29,0.148],[0.15,0.097],[0.099,0.124],[0.077,0.121],[0.122,0.125],[0.068,0.027],[0.06,-0.008],[0.295,0.048],[0,0],[0,0],[0.146,-0.023],[0.295,-0.124],[0.171,-0.127],[0.057,-0.034],[0.077,0.023],[0.077,-0.1],[0.099,-0.272],[0.025,-0.123],[0.123,-0.148],[0.071,-0.027],[0.059,0.008],[0.27,-0.074],[0,-0.147],[0,-0.147],[0,0],[-0.196,0],[0,0],[-0.148,0],[0,0],[0.027,-0.224],[0,0],[0.343,0],[0.148,0.051],[0.172,0.097],[0.171,0],[-0.224,-0.442],[-0.024,-0.272],[-0.219,-0.025],[-0.062,-0.01],[-0.069,0.007],[-0.173,-0.023],[-0.169,-0.074],[-0.146,-0.124],[-0.126,-0.075],[-0.171,-0.098],[-0.058,-0.022],[-0.076,0.017],[-0.145,-0.123],[-0.099,-0.094],[-0.057,-0.027],[-0.062,0.008],[-0.063,-0.014],[-0.065,0.006],[-0.147,-0.027],[-0.125,-0.049],[-0.124,-0.076],[-0.145,-0.096],[-0.068,-0.027],[-0.06,0.009],[-0.149,-0.019],[-0.067,-0.015],[-0.063,0.005],[0.022,-0.124],[0.048,-0.172],[0,-0.15],[-0.023,-0.221],[-0.147,-0.1],[-0.441,-0.146],[-0.125,-0.072],[-0.048,-0.035],[-0.081,0.022],[-0.072,-0.098],[-0.076,-0.32],[-0.345,-0.022],[-0.342,0],[0,0],[0,0],[0.123,-0.122],[0,0],[0,-0.145],[-0.073,-0.194],[0,-0.248],[0.147,-0.121],[0.217,0],[0.146,0.098],[0.101,0.147],[0.073,0.12],[0.051,0.04],[0.067,-0.015],[0.121,0.051],[0.172,0.074],[0.148,0.095],[0.122,0.074],[0.068,0.028],[0.059,-0.008],[0.172,0.048],[0.17,0.122],[0.094,0.322],[0.053,0.042],[0.065,-0.014],[0.343,0.172],[0.121,0.072],[0.151,0.094],[0.267,0.222],[0.093,0.008],[0.189,-0.009],[0.096,0.073],[0.127,0.149],[0.125,0.103],[0.298,0.176],[0.518,0.268],[0.268,0.101],[0.144,0.073],[0.07,0.098],[0.073,0.173],[0,0.171],[-0.049,0.171],[-0.049,0.122],[-0.049,0.196],[0,0.225],[0.174,0.295],[0,0.297],[0.075,0.317],[0.095,0.127],[0.074,0.047],[0.056,-0.011],[0.121,0.027],[0.296,0.027],[0,0],[0,0],[-0.048,-0.124],[-0.124,-0.027],[-0.174,0],[0.047,0.125],[0.076,0.168],[0.197,0.32],[0.124,0.1],[0.175,0.118],[0.123,-0.145],[0.048,-0.097],[0.098,-0.147],[0.022,0.123],[0.047,0.124],[0.194,0.269],[0.146,0.3],[0,0.146],[0.052,0.223],[0,0],[0.149,0],[0.119,-0.023],[0.119,-0.072],[0.126,-0.149],[0.048,-0.123],[0,0],[0,-0.173],[0,-0.195],[0.119,-0.099],[0.149,0],[0.195,0.049],[0.145,0.024],[0,0],[0.196,0],[0,-0.342],[0,-0.149],[0,-0.076],[0.322,0],[0.151,0],[-0.098,-0.175],[-0.126,-0.15],[-0.152,-0.124],[-0.172,-0.074],[0.049,0.294],[0,0.146],[-0.196,0],[-0.121,-0.048],[-0.194,-0.074],[-0.098,-0.146],[-0.028,-0.118],[-0.028,-0.125],[-0.029,-0.124],[-0.072,-0.148],[-0.099,-0.071],[-0.067,-0.026],[-0.061,0.008],[-0.194,-0.048],[-0.126,-0.148],[-0.026,-0.127],[0,0],[0.026,-0.172],[0,0],[0.145,0.076],[0.147,0.077],[0.268,0.049],[0,0],[0,0],[0.169,-0.025],[-0.147,-0.124],[-0.099,-0.046],[0.099,-0.148],[0.121,-0.147],[0.323,-0.069],[0.342,0],[0.123,0],[0.148,0.027],[0.175,0.073],[0.053,0.011],[0.076,-0.009],[0.126,0.047],[0.101,0.094],[0.049,0.123],[0.068,0.1],[0.15,0.094],[0,0],[-0.122,0.054],[-0.176,0.098],[0,0.417],[0.245,0.223],[0.344,0.245],[0,0.075],[0,0.146],[0,0.147],[0,0],[0,0.174],[0.075,0.173],[0.053,0.086],[0.061,0.072],[0.063,0.048],[0.073,0.062],[0.086,0.073],[0.077,0.051],[0.085,0.099],[0,0.138],[-0.039,0.099],[-0.037,0.063],[-0.041,0.091],[-0.012,0.145],[0,0.219],[0.012,0.075],[0.036,0.083],[0.085,0.035],[0.23,0],[0.012,-0.058],[0.027,-0.108],[0.015,-0.062],[0.016,-0.23],[0,-0.071],[0,-0.234],[0,0],[0.061,0.028],[0.077,0.051],[0.072,0.052],[0.059,0.06],[0.17,0.148],[0.076,0.075],[0.07,0.082],[0.048,0.065],[0.072,0.038],[0.059,0.014],[0.149,0.014],[0.147,0],[0.09,0.026],[0.147,0.05],[0.085,0],[0.073,-0.013],[0.072,-0.046],[0.029,-0.059],[0,-0.084],[0,-0.223],[0,-0.111],[0.036,-0.101],[0.038,-0.065],[0.073,-0.037],[0.17,-0.088],[0.22,0],[0.078,0.049],[0.132,0.138],[0.07,0.057],[0.146,0.124],[0.11,0.075],[0.063,0.048],[0.077,0.049],[0.062,0.027],[0.095,0.041],[0,0],[-0.014,-0.268],[0,0],[0,-0.112],[0,-0.184],[0.124,0.028],[0.072,0],[0.075,0],[0.107,-0.011],[0.272,0],[0.161,0.09],[0.076,0.034],[0.138,0.048],[0.081,0],[0.077,-0.024],[0.062,-0.039],[0.048,-0.061],[0.062,0.035],[0.069,0.119],[0.038,0.063],[0.026,0.058],[0.034,0.133],[0,0.242],[-0.024,0.096],[-0.098,0.196],[-0.011,0.304],[0,0.133],[0.016,0.122],[0.025,0.072],[0.014,0.06],[0.049,0.123],[0.036,0.097],[0,0.141],[-0.034,0.097],[-0.062,0.059],[-0.036,0.072],[-0.05,0.157],[-0.041,0.072],[-0.037,0.071],[-0.123,0.181],[-0.046,0.147],[-0.084,0.174],[-0.098,0.049],[-0.072,0.048],[-0.075,0.065],[-0.025,0.06],[-0.038,0.133],[-0.037,0.382],[-0.075,0.21],[-0.071,0.207],[-0.063,0.058],[-0.075,0.061],[-0.073,0.038],[0,0],[-0.076,0.006],[-0.077,-0.005],[-0.146,0.026],[-0.062,0.011],[-0.043,0.009],[-0.038,-0.002],[-0.062,0],[-0.074,0.014],[-0.102,0.049],[-0.135,0],[-0.088,-0.025],[-0.161,-0.134],[0,0],[-0.112,-0.011],[-0.134,0],[-0.111,-0.012],[-0.201,-0.012],[-0.086,-0.015],[0,0],[-0.088,0],[-0.11,0.009],[0.173,0.084],[0.236,0.096],[0.233,0.062],[0.147,0.013],[0,0],[0,0],[0,0.171],[0.053,0.063],[0.052,0.11],[0,0.088],[0,0.076],[0,0.097],[-0.007,0.31],[0.026,0],[0.248,0.249],[0.073,0.124],[0,0],[0.071,0.17],[0.098,0.145],[0.122,0.144],[0.146,0.048],[0,0],[0.174,0],[0.167,-0.073],[0.077,-0.102],[0.077,-0.168],[0,0],[0.267,0.467],[0.072,0.12],[0.096,0.125],[0.123,0.102],[0.143,0.102],[0.146,0.291],[0.026,0.123],[0.048,0.174],[0.219,0.368],[0.122,0.147],[0.102,0.247],[0,0],[0,0.148],[-0.022,0.49],[0.123,0.195],[0.15,0.049],[0.126,0.047],[0.149,0.074],[0.098,0.126],[0.072,0.126],[0.248,0.395],[0.177,0.296],[0,0],[0.194,0.421],[0,0.171],[-0.026,0.173],[-0.022,0.12],[0,0.297],[0.097,0.144],[0.127,0.101],[0.172,0.097],[0.293,0.243],[0.12,0.123],[0.101,0.122],[0.122,0.172],[0.224,0.297],[0.1,0.196],[0.149,0.174],[0.32,0.42],[0.368,0.492],[0.071,0.121],[0.072,0.171],[0.05,0.148],[0.026,0.292],[0,0.149],[0.026,0.149],[0.148,0.32],[0,0],[0,0.542],[0.294,0.243],[0.298,0.031],[0.468,0],[0.197,-0.076],[0.172,-0.269],[0.223,-0.225],[0.142,-0.051],[0,0],[0.201,0],[0.062,0.013],[0.067,-0.007],[0,0],[0.068,-0.173],[0.122,-0.15],[0.17,-0.124],[0.418,-0.146],[0.176,-0.052],[0.139,-0.034],[0.126,0.015],[0.171,-0.018],[0.126,-0.025],[0.27,-0.025],[0.195,-0.073],[0,0],[0.15,-0.149],[0.122,-0.022],[0.446,-0.076],[0,-0.269],[0,-0.147],[0.123,-0.147],[0.053,-0.04],[0.067,0.015],[0.171,-0.075],[0.12,-0.05],[0.147,-0.051],[0.126,-0.033],[0.122,0],[0,0],[0,-0.227],[0,-0.149],[0,-0.123],[0.098,-0.322],[0,0],[0.021,-0.119],[0.052,-0.146],[0.097,-0.294],[0.1,-0.12],[0.123,-0.051],[0,0],[0.152,0],[0,0],[0.023,-0.142],[0.026,-0.123],[0.049,-0.174],[0.075,-0.146],[0.146,-0.175],[0,0],[0.171,0.051],[0.102,0.072],[0,-0.465],[0.053,-0.515],[0.023,-0.174],[0.02,-0.126],[0.098,-0.102],[0.059,-0.011],[0.07,0.006],[0.295,-0.048],[-0.051,-0.32],[-0.071,-0.2],[-0.055,-0.011],[-0.074,0.01],[-0.147,-0.049],[-0.147,-0.07],[-0.052,-0.093],[-0.052,-0.173],[-0.021,-0.145],[-0.097,-0.198],[-0.266,-0.149],[-0.122,-0.025],[-0.151,-0.025],[0.026,-0.148],[0.078,-0.291],[0,-0.147],[-0.07,-0.122],[-0.122,-0.075],[0,0],[0,0.339],[-0.097,0.316],[-0.074,-0.316],[-0.027,-0.123],[-0.077,-0.148],[-0.102,-0.122],[0,0],[-0.098,-0.123],[-0.124,-0.12],[-0.1,0.124],[-0.118,0.071],[-0.122,0.077],[-0.273,0.148],[-0.099,0.444],[-0.027,0.292],[-0.296,-0.024],[-0.344,0],[0,0],[-0.199,0],[-0.27,-0.069],[-0.103,0],[-0.171,0.077],[-0.148,0.072],[-0.174,0.099],[-0.147,0.148],[-0.318,0],[-0.174,-0.076],[-0.144,-0.146],[-0.027,-0.119],[0,-0.15],[0.051,-0.103],[0.324,-0.218],[0,0],[0.248,0.021],[0.221,0.047],[0.246,0],[0.173,0],[-0.029,-0.122],[-0.145,-0.122],[0,0],[-0.294,0],[0,0],[-0.146,0],[-0.145,0],[-0.395,-0.073],[-0.258,-0.015],[-0.185,0.006],[-0.149,0],[0,0],[0,0],[-0.151,-0.124],[-0.124,-0.075],[-0.175,-0.094],[-0.123,-0.027],[-0.124,-0.027],[-0.147,-0.027],[-0.22,-0.077],[-0.047,-0.17],[-0.047,-0.271],[-0.074,-0.321],[-0.121,-0.168],[-0.026,-0.124],[-0.026,-0.121],[0,-0.196],[-0.028,-0.245],[0,-0.245],[0,-0.171],[0.095,-0.196],[0.196,-0.075],[0.39,0],[0.542,0.123],[0.128,0.124],[0.27,0.25],[0.121,0.146],[0.248,0.418],[0.097,0.176],[0.418,0.245],[0.343,0.17],[0.295,0.248],[0.273,0.174],[0.19,0.045],[0.116,-0.011],[0.148,0],[0.568,0.094],[0,0],[0,0],[0.147,-0.024],[0.137,-0.013],[0.126,0.005],[0.147,-0.025],[0,0],[0.296,0],[0.171,0.049],[0.273,0.193],[0.028,0.127],[0.028,0.121],[0.047,0.146],[0.124,0.094],[0.149,0.077],[0,0],[0.173,0],[0.196,0],[0.168,0.048],[0.127,0.07],[0.099,0.124],[0.171,0.098],[0,0],[0.344,0],[0,0],[0,0],[0,0],[0.393,0],[0.144,0.123],[0.126,0.097],[0.196,0.269],[0.121,0.099],[0.12,0.072],[0.146,0.1],[0.095,0.123],[0.099,0.265],[0.063,0.018],[0.168,-0.004],[0.099,0.124],[0.125,0.097],[0.121,0.077],[0,0],[0.294,0],[0.147,0.026],[0.123,0.024],[0.322,0.121],[-0.468,0],[-0.295,0.026],[-0.147,0.026],[0.025,0.144],[0.073,0.123],[0.102,0.069],[0.121,0.048],[0.175,0.074],[0.124,0.121],[0.248,0.299],[0.168,0.098],[0.172,0.128],[0.122,0.025],[0.147,0],[0.171,-0.072],[0.144,-0.102],[0.244,-0.146],[0.176,-0.075],[0.123,-0.167],[0.419,0],[0.124,0.076],[0.198,0.316],[0,0.295],[0.074,0.344],[0.021,0.121],[0.023,0.295],[0,0],[0,0.196],[-0.026,0.543],[0,0.15],[0.046,0.294],[0.027,0.123],[0.047,0.49],[0.024,0.394],[0.121,0.147],[0.121,0.151],[0.073,0.151],[0.023,0.128],[0.075,0.321],[0.022,0.128],[0.047,0.171],[0.076,0.169],[0.026,0.123],[0.026,0.148],[0.05,0.149],[0.1,0.17],[0.08,0.126],[0.126,0.168],[0.102,0.268],[0,0],[-0.03,0.3],[0,0.565],[0.097,0.169],[0.074,0.124],[0.073,0.149],[0.394,0.641],[0.222,0.445],[0.052,0.119],[0,0],[0.075,0.147],[0.2,0.171],[0.221,0],[0.147,-0.076],[0.073,-0.098],[0.073,-0.148],[0.2,-0.468],[0.102,-0.123],[0.048,-0.024],[0.071,0.012],[0.126,-0.048],[0.198,-0.073],[0.096,-0.122],[0.049,-0.117],[0.07,-0.149],[0.099,-0.25],[0,-0.394],[0.049,-0.172],[0.121,-0.271],[0.073,-0.273],[0.024,-0.297],[-0.026,-0.296],[0,-0.146],[0,0],[0,-0.616],[0,-0.174],[0.075,-0.123],[0.37,-0.271],[0.47,0],[0.219,-0.197],[0.051,-0.147],[0.075,-0.175],[0.127,-0.049],[0.123,-0.045],[0.171,-0.073],[0.15,-0.098],[0.124,-0.073],[0.126,-0.077],[0.145,-0.1],[0.199,-0.27],[0.099,-0.169],[0.124,-0.146],[0.1,-0.125],[0.27,-0.17],[0.127,-0.094],[0.073,-0.125],[0.073,-0.122],[0.069,-0.04],[0.058,0.011],[0.055,-0.011],[0.076,0.01],[0.171,-0.071],[0.071,-0.096],[0.172,-0.272],[0.125,-0.023],[0.089,-0.006],[0.196,0.004],[0.143,-0.096],[0.348,-0.491],[0.027,-0.294],[0,0],[0.175,0],[0.197,0.045],[0,0],[0.173,-0.026],[0.06,-0.024],[0.069,0.012],[0.196,-0.071],[0.123,-0.05],[0.145,-0.1],[0.12,-0.075],[0,0],[0,0],[0.272,0.026],[0.048,0.009],[0.091,-0.022],[0.1,0.119],[0.05,0.102],[0.081,0.15],[0.072,0.123],[0.121,0.12],[0.173,0.269],[0,0.294],[0,0.171],[0.077,0.121],[0.072,0.119],[0.073,0.097],[0.222,0.294],[0.147,0.123],[0.122,0.122],[0.101,0.147],[0,0],[0,0.15],[-0.024,0.312],[0,0],[0.295,-0.072],[0.17,0],[0.126,0.075],[0.073,0.1],[0,0.294],[-0.024,0.148],[-0.147,0.416],[0,0.612],[0.122,0.128],[0.146,0.097],[0.268,0.049],[0,0],[0.124,0],[0.145,-0.051],[0.124,-0.068],[0.147,-0.048],[0.32,-0.1],[0,0],[0,0],[0.02,-0.175],[0.465,0.099],[0.099,0.121],[0.074,0.149],[0.122,0.272],[0.126,0.487],[0.024,0.122],[0.073,0.147],[0.099,0.124],[0.073,0.122],[0,0.59],[0,0.173],[0.052,0.148],[0.101,0.143],[0.246,0.267],[0.12,0.121],[0.12,0.172],[0,0.295],[0,0.32],[0,0.417],[-0.124,0.072],[-0.121,0.046],[-0.122,0.093],[-0.053,0.122],[-0.073,0.441],[0,0],[-0.024,0.296],[-0.026,0.245],[0,0.389],[0.074,0.171],[0.126,0.097],[0.124,0.068],[0.339,0.173],[0.25,0.294],[0.122,0.074],[0.147,0.076],[0.099,0.15],[0.049,0.341],[0.028,0.291],[0.124,0.295],[0.072,0.171],[0.072,0.198],[0.147,0.322],[0,0],[0,0.169],[0.049,0.175],[0.051,0.172],[0.124,0.148],[0.123,0.072],[0.49,0.295],[0.296,0.097],[0.245,0.198],[0.069,0.123],[0.097,0.075],[0.121,0.047],[0.171,0.048],[0.244,0.072],[0,0],[0.198,0],[-0.175,-0.3],[-0.072,-0.116],[-0.098,-0.096],[-0.221,-0.226],[-0.075,-0.323],[0,-0.145],[-0.023,-0.466],[0,-0.125],[-0.022,-0.145],[-0.074,-0.166],[-0.099,-0.439],[0,0],[0,-0.147],[0,0],[0,-0.201],[0,0],[-0.472,0],[-0.149,-0.094],[-0.127,-0.098],[-0.122,-0.097],[-0.17,-0.122],[-0.27,-0.148],[-0.074,-0.009],[-0.092,0.012],[-0.321,-0.096],[-0.097,-0.146],[-0.027,-0.122],[-0.047,-0.272],[0,-0.149],[-0.025,-0.126],[-0.076,-0.124],[-0.124,-0.097],[-0.172,-0.222],[0,0],[0,-0.12],[-0.077,-0.098],[-0.122,-0.073],[0,0],[0,0],[0,-0.563],[0.246,-0.444],[0.1,-0.224],[0,-0.296],[0,-0.22],[0.076,-0.171],[0.12,-0.171],[0.12,0.05],[0.149,0.095],[0.125,0.097],[0.1,0.144],[0.124,0.251],[0.073,0.174],[0.172,0.122],[0,0],[0.146,-0.025],[0.147,-0.023],[0.345,0],[0.222,0.294],[0.122,0.296],[0.121,0.321],[0.149,0.297],[0.197,0.271],[0.072,0.03],[0.057,-0.008],[0.127,0.027],[0.121,0.022],[0.121,0.026],[0.125,0.099],[0,0.344],[-0.075,0.273],[0,0.688],[0.098,-0.146],[0.22,-0.295],[0.15,-0.124],[0.149,-0.125],[0.17,-0.147],[0.123,-0.096],[0.078,-0.12],[0.076,-0.146],[0.052,-0.123],[0.05,-0.122],[0.076,-0.197],[0.198,-0.048],[0.292,0.02],[0.198,-0.028],[0.393,-0.298],[0.172,-0.148],[0.122,-0.054],[0.146,-0.125],[0.072,-0.099],[0.072,-0.269],[0.022,-0.74],[0,0],[0,-0.344],[-0.126,-0.514],[-0.075,-0.315],[-0.02,-0.345],[-0.388,0],[-0.15,-0.027],[-0.173,-0.074],[-0.291,-0.296],[-0.049,-0.121],[-0.076,-0.104],[-0.146,-0.099],[-0.318,-0.196],[-0.174,-0.097],[-0.1,-0.126],[-0.115,-0.152],[-0.12,-0.242],[-0.019,-0.127],[-0.019,-0.174],[-0.098,-0.221],[0,-0.247],[0.024,-0.171],[0.05,-0.17],[0.123,-0.099],[0.126,-0.125],[0.076,-0.146],[0.048,-0.167],[0.023,-0.223],[0.022,-0.17],[0.073,-0.194],[0.126,-0.045],[0.1,-0.044],[0.065,0.012],[0.368,-0.047],[0.061,-0.024],[0.067,0.012],[0.175,-0.077],[0.12,-0.024],[0.296,-0.048],[0.147,0],[0.468,0],[0,0],[0,0.149],[0,0],[-0.122,0.121],[-0.15,0.072],[-0.061,0.025],[-0.068,-0.012],[-0.171,0.072],[-0.148,0.099],[-0.147,0.199],[0,0.219],[0.048,0.172],[0.049,0.148],[0,0],[0.075,-0.541],[0.023,-0.124],[0.049,-0.171],[0.027,-0.148],[0,-0.173],[-0.149,-0.248],[0,0],[0.324,0],[0,0],[0.171,0],[0.198,-0.099],[0.148,-0.102],[0.269,-0.099],[0.295,-0.047],[0,0],[0.145,0],[0.268,0.027],[0.151,0],[0.151,-0.048],[0.17,-0.077],[0.074,-0.121],[0.245,-0.101],[0.149,-0.025],[0.137,-0.011],[0.126,0.007],[0.15,0],[0.054,-0.011],[0.075,0.01],[0.175,-0.074],[0.147,-0.093],[0.125,-0.074],[0.173,-0.075],[0.123,-0.074],[0.101,-0.096],[0.123,-0.146],[0.097,-0.149],[0.145,-0.098],[0.128,0],[0.063,-0.013],[0.065,0.005],[0.319,-0.073],[0.122,-0.096],[0.095,-0.125],[0.147,-0.122],[0.123,-0.149],[0.074,-0.151],[0.049,-0.122],[0.049,-0.148],[0.198,-0.366],[0.247,-0.423],[0.05,-0.124],[0.097,-0.199],[0.124,-0.145],[0.172,-0.17],[0.168,-0.096],[0.149,-0.126],[0.073,-0.17],[0.048,-0.172],[0,-0.125],[0.025,-0.124],[0.029,-0.118],[0.073,-0.174],[0.32,-0.198],[0.246,-0.372],[0,-0.247],[-0.097,-0.147],[-0.069,-0.043],[-0.057,0.01],[-0.294,-0.073],[0,-0.297],[0,-0.149],[0,-0.148],[0,0],[-0.021,-0.126],[-0.047,-0.168],[-0.1,-0.442],[0,-0.127],[-0.05,-0.197],[-0.122,-0.145],[-0.075,-0.443],[0,-0.468],[-0.176,-0.345],[-0.242,-0.367],[-0.174,-0.073],[-0.08,-0.022],[-0.089,0.017],[-0.149,-0.075],[-0.047,-0.097],[0,0],[0,-0.17],[0.099,-0.196],[0.123,-0.15],[0.048,-0.27],[0,0],[0,0],[0.127,-0.099],[0.099,-0.148],[0.098,-0.123],[0.069,-0.042],[0.057,0.012],[0.126,-0.024],[0.149,-0.024],[0,0],[0.464,-0.027],[0.049,-0.394],[0,-0.124],[0,0],[-0.074,-0.125],[-0.198,-0.322],[0,0],[-0.023,0.294],[0,0.145],[-0.023,0.124],[-0.149,0],[-0.148,0],[-0.171,0],[0,0],[0,0],[-0.417,0],[0,-0.245],[0.047,-0.173],[0.099,-0.171],[0.123,-0.024],[0.443,-0.102],[0.147,0],[0.12,-0.028],[0.097,-0.073],[0.07,-0.171],[0.099,-0.148],[0.176,-0.076],[0.149,-0.046],[0.155,-0.031],[0.11,0.009],[0.123,0],[0.172,-0.028],[0.145,-0.123],[0.122,-0.147],[0.172,-0.175],[0.173,-0.125],[0,0],[0.176,-0.023],[0,0],[-0.098,0.121],[-0.124,0.148],[-0.124,0.248],[-0.073,0.365],[-0.097,0.125],[-0.121,0.145],[-0.074,0.093],[0,0],[0.129,-0.072],[0.149,-0.121],[0,0],[0.222,0],[0.272,-0.197],[0.122,-0.122],[0.123,-0.048],[0.15,-0.052],[0.492,0],[0.059,0.01],[0.07,-0.006],[0.299,0.047],[0.145,0.074],[0.196,0.225],[0,0],[0,0.173],[-0.098,0.2],[-0.049,0.119],[-0.1,0.245],[0,0.341],[0,0],[0,0],[0.169,-0.075],[0.146,0],[0.346,0.124],[0.05,0.125],[0.073,0.273],[0.023,0.125],[0.022,0.145],[0.096,0.196],[0,0],[0,0.244],[-0.122,0.149],[-0.05,0.121],[-0.046,0.144],[0,0],[0,0],[0.54,0],[0,0],[0.17,-0.096],[0.196,-0.122],[0.123,-0.052],[0.146,-0.074],[0.169,-0.076],[0.08,-0.024],[0.089,0.017],[0.146,-0.074],[0.047,-0.097],[0.023,-0.268],[0,-0.196],[0,-0.12],[0,0],[-0.397,0],[-0.173,-0.12],[-0.049,-0.343],[0,-0.124],[-0.072,-0.124],[-0.125,-0.099],[-0.149,-0.1],[-0.122,-0.1],[-0.121,-0.099],[-0.072,-0.097],[-0.072,-0.149],[-0.073,-0.193],[0,-0.419],[0.048,-0.166],[0.072,-0.144],[0.078,-0.126],[0.055,-0.038],[0.061,0.011],[0.319,-0.094],[0,0],[0.291,-0.025],[0,0],[0,-0.15],[0.024,-0.127],[0.07,-0.149],[0.048,-0.024],[0.072,0.014],[0.147,-0.05],[0.417,-0.222],[0.097,-0.147],[0.221,-0.268],[0.128,-0.046],[0.151,0],[0.659,0.172],[0.123,0.021],[0.321,0],[0.146,-0.07],[0.15,-0.1],[0.148,-0.097],[0.066,-0.039],[0.063,0.014],[0.17,-0.074],[0.15,-0.056],[0.114,0.017],[0.147,-0.028],[0.12,-0.021],[0.144,-0.098],[0.099,-0.075],[0.223,-0.297],[0.122,-0.097],[0.097,-0.121],[0.102,-0.124],[0.42,-0.467],[0.15,-0.121],[0.298,-0.247],[0.049,-0.121],[0.076,-0.175],[0.052,-0.121],[0.125,-0.298],[0.075,-0.173],[0.219,-0.368],[0.125,-0.074],[0.121,-0.079],[0.064,-0.04],[0.064,0.014],[0.341,-0.172],[0.124,-0.144],[0.098,-0.122],[0.125,-0.169],[0.146,-0.147],[0.125,-0.145],[0.05,-0.272],[0,-0.149],[0.022,-0.296],[0,0],[0.022,-0.169],[0.075,-0.173],[0.176,-0.369],[0,0],[0,-0.151],[0,0],[0,-0.148],[0.025,-0.176],[0.031,-0.122],[0.051,-0.267],[0.078,-0.192],[0.07,-0.124],[0.069,-0.148],[0.122,0.073],[0.122,0.098],[0.098,0.05],[0.149,0.098],[0.121,0.146],[0,0.149],[0,0.172],[-0.052,0.196],[0,0.393],[0.093,0.64],[0,0.513],[0,0.151],[-0.077,0.172],[-0.098,0.15],[-0.1,0.176],[0,0.223],[0.073,0.468],[0.124,0.37],[0,0.221],[-0.075,0.166],[-0.125,0.122],[-0.076,0.224],[0,0.221],[0,0.194],[0,0.147],[0,0],[0.119,-0.095],[0.05,-0.119],[0,0],[0.073,-0.173],[0.072,-0.123],[0.103,0.099],[0.072,0.272],[0.072,0.146],[0.37,0.271],[-0.022,-0.147],[-0.022,-0.148],[-0.024,-0.122],[-0.068,-0.176],[-0.124,-0.169],[-0.1,-0.122],[-0.097,-0.145],[-0.147,-0.291],[-0.078,-0.17],[-0.124,-0.269],[0,-0.394],[0.074,-0.146],[0.026,-0.196],[0.026,-0.122],[0.051,-0.147],[0.074,-0.125],[0.122,-0.096],[0.318,0],[0.345,0.171],[0.197,0],[-0.023,-0.147],[-0.023,-0.144],[-0.025,-0.124],[-0.073,-0.297],[-0.025,-0.121],[0,-0.196],[-0.051,-0.173],[-0.074,-0.445],[-0.025,-0.124],[-0.074,-0.172],[-0.074,-0.149],[-0.198,-0.323],[-0.052,-0.146],[-0.023,-0.122],[0,-0.169],[0,-0.15],[0,0],[0,-0.195],[0,-0.171],[0,-0.146],[-0.052,-0.149],[-0.038,-0.065],[-0.079,0.007],[-0.146,-0.247],[-0.024,-0.272],[-0.029,-0.346],[0,-0.295],[0,0],[0,0],[-0.268,0],[-0.174,0.028],[0,0],[0,0.146],[0,0],[0.021,0.145],[0.049,0.267],[0,0],[-0.055,-0.03],[-0.09,0.001],[-0.075,-0.145],[0,-0.147],[0,-0.148],[0.047,-0.269],[0,0],[-0.024,-0.175],[-0.098,-0.169],[-0.15,-0.073],[-0.062,-0.013],[-0.066,0.005],[-0.193,-0.051],[-0.124,-0.099],[-0.095,-0.07],[-0.517,-0.319],[0,0],[0,0],[0,0],[-0.027,-0.15],[-0.027,-0.172],[-0.17,-0.54],[0,0],[0.024,0.147],[0,0],[0,0.148],[-0.1,-0.013],[-0.073,0.007],[-0.173,-0.027],[0,0],[0,-0.147],[0.049,-0.226],[0,-0.445],[-0.145,0.147],[-0.151,0.047],[0,0],[0,0],[-0.17,0],[0.026,-0.294],[0.053,-0.173],[0.124,-0.149],[0.065,-0.026],[0.061,0.008],[0.295,-0.098],[0.175,-0.049],[0.148,-0.099],[0.15,-0.195],[0.173,-0.197],[0.125,-0.049],[0.149,-0.024],[0.272,-0.048],[0,-0.565],[0.051,-0.146],[0.122,-0.147],[0.122,-0.099],[0.121,-0.073],[0.101,-0.146],[0.122,-0.074],[0.123,-0.103],[0.149,-0.097],[0.145,-0.125],[0.125,-0.1],[0.125,-0.075],[0.058,-0.023],[0.071,0.013],[0.12,-0.072],[0.075,-0.124],[0.048,-0.125],[0.051,-0.147],[0.078,-0.172],[0.078,-0.127],[0.224,-0.219],[0.152,-0.025],[0.149,0.016],[0.322,-0.077],[0.149,-0.096],[0.147,-0.171],[0.194,-0.248],[0.393,0],[0.068,0],[0.374,0],[0,0],[0.172,0],[0,0],[0.147,0],[0.246,-0.024],[0,0],[0.172,0],[0.268,0.099],[0.224,0],[0.151,-0.027],[0,0],[0,0],[0.029,-0.345],[0.099,-0.152],[0.2,0.148],[0.196,0.122],[0.296,0],[0.249,0],[0.172,0.097],[0.12,0.048],[0.17,0.075],[-0.049,0.123],[-0.097,0.169],[0,0.273],[0.124,0.096],[0,0],[0.39,0],[0.124,-0.145],[0.122,-0.146],[0.518,0],[0.125,0.121],[0.023,-0.145],[0.023,-0.173],[0.121,0.051],[0.171,0.073],[0,0],[-0.028,-0.124],[-0.075,-0.172],[-0.027,-0.099],[-0.293,0.025],[-0.146,0],[0,0],[0,-0.344],[0.061,-0.037],[0.071,0.019],[0.148,-0.099],[0.098,-0.126],[0.069,-0.148],[0.096,-0.148],[0.124,-0.149],[0.053,-0.009],[0.076,0.01],[0,0],[0.172,-0.098],[0.27,-0.39],[0.394,-0.441],[0.293,-0.246],[0.219,0],[0.223,0.052],[0,0],[0.175,0],[0.173,-0.095],[0,0],[0.193,0],[0.122,0.101],[0.123,0.045],[0.063,0.014],[0.066,-0.005],[0.171,0.026],[-0.148,0.222],[0,0],[0.022,0.15],[0.076,0.12],[0.052,0.121],[0.052,0.267],[0,0],[0.121,-0.077],[0.145,-0.126],[0.291,-0.273],[0.122,-0.05],[0.144,-0.074],[0.148,-0.098],[0.124,-0.143],[0.122,-0.098],[0.268,-0.099],[0.051,-0.01],[0.079,0.015],[0.126,-0.072],[0.075,-0.123],[0.052,-0.146],[0.05,-0.27],[0.025,-0.296],[0.293,0],[0.319,-0.051],[0,0],[0,0],[-0.144,0.098],[0,0],[-0.15,0.074],[-0.168,0.1],[-0.073,0.148],[-0.025,0.123],[-0.025,0.121],[-0.025,0.121],[-0.072,0.345],[-0.029,0.122],[-0.023,0.122],[-0.073,0.153],[-0.097,0.074],[-0.172,0.07],[-0.126,0.05],[-0.1,0.099],[-0.05,0.122],[-0.15,0.347],[-0.467,0.27],[-0.493,0.316],[-0.469,0.268],[-0.441,0.366],[-0.101,0.122],[-0.27,0.196],[-0.077,0.096],[-0.096,0.174],[-0.063,0.013],[-0.066,-0.006],[-0.085,0.013],[-0.079,-0.006],[-0.149,0.024],[-0.126,0.026],[-0.343,0.101],[-0.148,0.049],[-0.055,0.012],[-0.075,-0.01],[-0.144,0.051],[-0.126,0.15],[0,0.248],[0,0.417],[-0.072,0.199],[-0.1,0.122],[-0.05,0.099],[-0.071,0.17],[-0.025,0.198],[0,0.295],[-0.073,0.319],[-0.097,0.319],[0,0.295],[0,1.649],[0,0.223],[-0.049,0.196],[0,0],[0,0],[0.174,0],[0.196,0],[0.125,-0.025],[0.15,-0.051],[0.123,-0.025],[0.244,-0.02],[0,-0.465],[0,-0.124],[0.075,-0.173],[0.102,-0.121],[0.145,-0.122],[0.1,-0.147],[0,0],[0.077,-0.146],[0.126,-0.199],[0,0],[0.168,0],[0,0],[0.15,0],[0.151,-0.073],[0.121,-0.101],[0,0],[0.27,-0.272],[0.123,-0.125],[0,0],[0,0],[0,-0.318],[-0.07,-0.173],[0,0],[0,0],[0.028,-0.169],[0.099,-0.197],[0.073,-0.127],[0.122,-0.172],[0.223,0],[0.1,0.075],[0.122,0.146],[0,0],[0,0],[-0.097,-0.123],[-0.248,-0.244],[-0.045,-0.118],[-0.025,-0.12],[-0.025,-0.145],[-0.047,-0.294],[0,-0.172],[0.075,-0.123],[0.123,-0.076],[-0.021,-0.123],[-0.049,-0.172],[-0.055,0.012],[-0.075,-0.01],[-0.168,0.073],[0,0],[0.021,-0.296],[0.098,-0.321],[0.046,-0.122],[0.078,-0.148],[0.245,-0.222],[0.122,-0.099],[0.074,-0.122],[0.045,-0.145],[0.025,-0.121],[0.049,-0.32],[0,-0.147],[0.022,-0.124],[0.075,-0.144],[0.097,-0.075],[0.121,-0.024],[0.344,0],[0.121,0.074],[0.168,0.172],[0.246,0],[0.144,-0.073],[0.123,-0.121],[0.122,-0.097],[0.101,0.148],[0.052,0.124],[0.073,0.176],[0.061,-0.012],[0.067,0.006],[0.176,-0.049],[0.146,-0.099],[0.269,-0.273],[0.096,-0.148],[0.195,-0.072],[0.222,0],[0.147,0],[0.152,0.025],[0,0],[0,0.294],[0,0.148],[0.099,0.323],[0.053,0.027],[0.063,-0.009],[0,-0.613],[0.098,-0.093],[0.148,-0.099],[0.151,-0.098],[0.246,-0.32],[0.146,-0.196],[0.119,-0.125],[0.245,-0.098],[0.176,-0.051],[0,0],[0.342,0],[0.147,-0.022],[0.293,-0.097],[0.17,-0.048],[0.124,-0.097],[0.124,-0.148],[0.122,-0.047],[0.467,-0.246],[0.189,-0.044],[0.115,0.01],[0.194,0],[0.171,-0.048],[0.366,-0.271],[0.151,-0.074],[0.271,-0.049],[0.467,0],[0.169,0.052],[0.171,0.099],[0.121,0.05],[0.367,0.094],[0,0],[0.193,0],[0,0],[-0.148,-0.097],[-0.123,-0.124],[-0.047,-0.122],[0,0],[-0.072,-0.175],[-0.074,-0.145],[-0.05,-0.122],[0,0],[-0.415,0],[-0.071,-0.121],[-0.048,-0.124],[-0.072,-0.124],[-0.1,-0.148],[0,0],[-0.195,0],[-0.101,-0.071],[0.148,-0.123],[0.122,-0.074],[0.171,-0.096],[0.126,-0.026],[0,0],[0.369,0.046],[0,0],[0.319,0],[0.292,0],[0.32,-0.121],[0.122,-0.145],[0.099,-0.128],[0.096,-0.194],[0,-0.221],[-0.029,-0.065],[-0.078,0.002],[-0.075,-0.095],[0,0],[0.371,-0.028],[0.488,0],[0.05,0.125],[0.05,0.145],[0.143,0.343],[0,0],[0.194,0],[0.171,0.048],[0.123,0.098],[0.1,0.447],[0,0],[0.346,0],[0.149,0.099],[0.245,0.194],[0.173,0.076],[0.218,0.095],[0,0],[0.169,-0.046],[0.048,-0.124],[0.025,-0.294],[0,-0.15],[0,0],[0.273,-0.024],[0,-0.468],[0,-0.148],[0,-0.145],[0.028,-0.122],[0.049,-0.147],[0.298,0.216],[0.175,0.078],[0,0],[0.142,0],[0.146,-0.049],[0.146,-0.097],[0.123,-0.121],[0.119,-0.101],[0.048,-0.026],[0.069,0.012],[0.169,-0.075],[0.125,-0.073],[0.074,-0.119],[0,-0.323],[-0.151,-0.074],[-0.11,-0.027],[-0.163,0.01],[-0.099,-0.072],[-0.099,-0.151],[-0.098,-0.149],[-0.267,-0.198],[0,0],[-0.271,0.028],[-0.443,0],[0,0],[-0.081,-0.009],[-0.082,0.006],[-0.198,-0.02],[-0.174,-0.099],[-0.151,-0.026],[-0.174,0],[-0.171,0.026],[0.147,0.099],[0.062,0.025],[0.07,-0.012],[0.124,0.074],[0.151,0.124],[0,0],[-0.021,0.122],[-0.098,0.224],[-0.439,0],[-0.048,-0.095],[0,0],[0,-0.174],[-0.147,-0.097],[-0.149,-0.048],[0,0],[-0.122,0],[-0.342,-0.024],[-0.196,-0.046],[-0.124,-0.052],[-0.176,-0.074],[-0.27,-0.099],[-0.194,-0.093],[-0.147,-0.121],[-0.076,-0.098],[-0.099,-0.073],[-0.168,-0.075],[-0.322,-0.047],[-0.145,0],[-0.344,-0.026],[0,-0.42],[-0.346,-0.417],[-0.223,-0.147],[-0.246,-0.096],[-0.167,-0.011],[-0.139,0.006],[-0.172,0],[-0.174,-0.047],[-0.167,-0.098],[-0.062,-0.01],[-0.066,0.006],[-0.147,-0.048],[0,0],[0,0],[-0.174,0],[-0.176,-0.049],[-0.39,-0.127],[-0.149,-0.077],[-0.467,0],[0,0],[-0.171,0],[-0.223,0.096],[-0.195,0.073],[-0.417,0],[0,0],[-0.198,0],[-0.194,-0.048],[-0.063,-0.011],[-0.067,0.007],[-0.321,-0.098],[-0.298,-0.17],[-0.122,-0.022],[-0.194,-0.027],[-0.222,0],[-0.146,0.025],[-0.146,0.097],[0,0.149],[-0.075,0.17],[-0.048,0.148],[-0.102,0.169],[0.122,0.051],[0.169,0.073],[0.12,0.073],[0.172,0.223],[0,0.145],[-0.048,0.198],[-0.099,0.122],[-0.122,0.099],[0,0],[0,0],[0,0],[0,0],[0,0],[0.464,0],[0.32,-0.1],[0,0],[-0.12,-0.029],[-0.146,-0.025],[0,0],[0,0.319],[0,0.148],[-0.049,0.149],[-0.075,0.121],[-0.22,0.096],[0,0],[-0.172,-0.026],[-0.267,-0.126],[-0.833,-0.12],[0,0],[-0.194,0],[-0.418,0.05],[-0.221,0.025],[-0.22,0],[-0.198,-0.024],[-0.194,-0.151],[-0.124,-0.075],[0,0],[-0.021,0.223],[0,0.145],[0,0],[0,0],[0,0],[0,0],[0,-0.294],[-0.099,-0.151],[-0.122,-0.073],[-0.147,-0.047],[-0.151,-0.047],[-0.175,-0.097],[-0.146,-0.246],[0,-0.394],[0,-0.124],[0,-0.171],[-0.075,-0.169],[-0.074,-0.12],[-0.097,-0.074],[-0.147,-0.126],[-0.097,-0.071],[-0.097,-0.05],[-0.058,-0.009],[-0.07,0.007],[-0.149,-0.021],[-0.166,-0.023],[-0.122,-0.029],[-0.292,-0.023],[-0.343,-0.023],[-0.148,0],[-0.148,0.024],[-0.147,0.073],[-0.143,0.077],[-0.175,0.075],[-0.148,0.051],[0,0],[-0.149,0.026],[-0.488,0.021],[-0.392,0],[-0.174,0.052],[0,0],[-0.145,0],[-0.145,-0.028],[-0.124,-0.049],[-0.193,-0.094],[-0.176,-0.121],[-0.122,-0.021],[0,0],[-0.198,0],[-0.217,-0.023],[-0.222,-0.029],[-0.194,-0.048],[0,0],[-0.297,-0.148],[-0.146,-0.097],[-0.121,-0.099],[-0.246,-0.15],[0,0],[0,0],[0.122,-0.121],[0.267,-0.176],[0,0],[-0.073,-0.01],[-0.067,0.007],[-0.195,-0.048],[0,0],[-0.024,0.298],[-0.046,0.174],[-0.197,0.295],[-0.121,0.052],[0,0],[-0.175,-0.025],[0.07,-0.148],[0.076,-0.17],[0.021,-0.125],[0.068,-0.17],[0.076,-0.094],[0.098,-0.076],[-0.296,0],[-0.197,0],[-0.172,-0.072],[-0.076,-0.011],[-0.089,0.011],[-0.322,-0.094],[-0.123,-0.022],[-0.197,0],[-0.346,0.023],[-0.291,0],[-0.219,-0.047],[-0.08,-0.012],[-0.088,0.011],[-0.294,-0.075],[-0.248,-0.038],[-0.188,0.015],[-0.293,-0.025],[-0.15,0],[-0.196,0],[-0.071,0.097],[-0.071,0.321],[0,0],[-0.343,0],[0,0.145],[0.028,0.194],[0.099,0.148],[0.146,0.075],[0.123,0.073],[0.123,0.075],[0.128,0.149],[0.053,0.12],[0.022,0.147],[0,0.147],[0,0],[-0.266,-0.051],[-0.122,-0.025],[-0.09,-0.013],[-0.078,0.006],[-0.124,-0.027],[-0.176,-0.048],[-0.149,-0.026],[-0.143,0],[-0.391,0],[0,0],[0,0],[0.151,0.075],[0.196,0.127],[0,0.267],[-0.372,-0.072],[-0.147,-0.101],[-0.147,-0.124],[-0.127,-0.098],[-0.096,-0.15],[-0.047,-0.1],[-0.098,-0.076],[-0.296,-0.073],[-0.169,0],[-0.12,0],[-0.123,0.073],[-0.1,0.146],[-0.346,0.348],[-0.444,0],[-0.343,0],[-0.12,0],[-0.172,-0.048],[-0.123,-0.051],[-0.148,0],[-0.174,0.048],[-0.439,0],[-0.245,0],[-0.124,0.294],[0.025,0.467],[-0.024,0.294],[0,0],[0,-0.464],[-0.124,-0.144],[-0.175,-0.149],[-0.122,-0.048],[-0.175,-0.07],[-0.173,-0.097],[-0.171,-0.122],[-0.32,-0.273],[0,0],[0,-0.145],[0.048,-0.149],[0,-0.194],[-0.025,-0.296],[0,-0.344],[-0.025,-0.341],[0,-0.297],[-0.049,-0.148],[-0.075,-0.172],[-0.175,-0.146],[-0.147,-0.071],[-0.248,-0.048],[-0.271,0],[-0.075,0.121],[-0.074,0.095],[-0.122,0.172],[-0.467,0],[-0.075,-0.146],[-0.096,-0.171],[-0.145,-0.121],[-0.125,-0.029],[-0.137,-0.019],[-0.198,0.008],[-0.175,-0.079],[-0.318,-0.246],[-0.272,0],[-0.169,0.046],[-0.195,0.101],[-0.177,0.072],[-0.198,0.094],[0,0],[0.076,0.169],[0.098,0.146],[0.021,0.173],[0,0.171],[0,0],[-0.221,0],[-0.397,0.15],[-0.442,0],[-0.221,-0.097],[-0.321,-0.096],[-0.194,-0.072],[-0.199,-0.101],[-0.171,0],[-0.194,0.049],[-0.243,0],[-0.149,-0.251],[0,0],[-0.146,-0.101],[-0.172,-0.073],[-0.127,-0.022],[-0.143,0],[-0.171,0],[-0.145,0.076],[-0.298,0],[0,0],[-0.147,-0.025],[0,0],[0,0],[-0.464,0],[-0.125,0],[-0.123,0.024],[-0.222,0.128],[0,0],[-0.15,0],[-0.174,0],[0,-0.293],[0,-0.149],[0,-0.15],[0,0],[-0.124,0.075],[-0.121,0.097],[-0.273,0.294],[-0.22,0],[-0.198,-0.079],[0,0],[0.297,0],[0.149,0],[0.174,-0.075],[0.122,-0.074],[0.104,-0.077],[0.147,-0.075],[0.198,-0.125],[0,0],[-0.05,-0.151],[-0.147,-0.148],[-0.39,0],[-0.171,0.05],[-0.124,0.069],[-0.153,0.125],[-0.099,0.15],[-0.126,0.125],[-0.173,0.147],[0,0],[0,0],[0.025,0.149],[0.072,0.221],[0,0],[-0.052,0.146],[-0.124,0.101],[-0.197,0.12],[0,0],[-0.15,0],[-0.296,-0.028],[-0.197,0],[-0.172,0.074],[-0.266,0.051],[0,0],[-0.393,0.025],[0,0],[-0.071,0],[0.226,-0.025],[0.147,-0.098],[0.122,-0.127],[0.127,-0.098],[0.121,-0.071],[0.143,-0.039],[0.119,0.015],[0.124,0],[0.149,-0.075],[0.121,-0.103],[0.271,-0.251],[0.192,-0.271],[0.22,-0.173],[0,0],[0.147,0],[0.124,0],[0.149,-0.05],[0.1,-0.074],[0.1,-0.151],[0.218,-0.173],[0,0],[0.15,0],[0.194,0],[0.123,-0.024],[0.17,-0.048],[0.151,-0.124],[0.027,-0.122],[0.075,-0.275],[0,0],[0.027,-0.221],[0.023,-0.145],[0.047,-0.147],[0.038,-0.05],[0.079,0.024],[0.097,-0.125],[0,-0.145],[-0.026,-0.122],[-0.04,-0.062],[-0.08,0.005],[-0.07,-0.124],[-0.07,-0.122],[-0.039,-0.05],[-0.082,0.025],[-0.051,-0.101],[-0.075,-0.173],[-0.145,-0.2],[-0.174,-0.074],[-0.087,-0.011],[-0.081,0.007],[-0.121,-0.024],[-0.05,-0.467],[0,0],[-0.32,0],[-0.319,-0.049],[-0.148,0],[-0.147,0.048],[-0.143,0.076],[-0.099,0.08],[-0.245,-0.269],[-0.098,-0.05],[-0.222,-0.051],[-0.22,0],[0,0],[0,0],[0,0],[0.097,-0.12],[0.098,-0.072],[0.195,-0.22],[0,-0.169],[0,0],[-0.319,0],[-0.397,-0.024],[-0.147,0],[0.072,-0.146],[0.194,-0.268],[0.069,-0.028],[0.06,0.009],[0.169,-0.051],[0,0],[0,0]],\"v\":[[172.657,-138.643],[172.24,-138.443],[171.456,-138.15],[171.064,-138.15],[169.88,-137.757],[169.486,-137.658],[169.095,-137.364],[168.801,-136.872],[168.801,-136.481],[168.801,-136.086],[168.508,-135.69],[167.719,-135.299],[167.915,-134.906],[168.306,-134.713],[168.212,-134.244],[164.28,-134.244],[164.081,-133.432],[163.65,-133.343],[163.196,-133.239],[163.196,-132.843],[162.899,-132.447],[162.507,-132.252],[161.425,-132.151],[160.736,-132.151],[160.344,-132.349],[159.952,-132.643],[159.658,-133.038],[159.264,-133.136],[158.868,-133.136],[157.887,-133.136],[157.493,-133.136],[156.61,-133.432],[156.117,-133.333],[155.944,-133.328],[155.626,-133.239],[155.331,-132.843],[155.428,-132.349],[155.331,-131.955],[154.939,-131.761],[154.421,-131.564],[152.308,-131.564],[151.298,-131.171],[150.808,-130.974],[150.019,-130.583],[149.628,-130.484],[149.137,-130.088],[148.746,-130.189],[148.548,-130.583],[148.103,-130.583],[147.27,-130.484],[146.874,-130.189],[146.092,-129.791],[145.696,-129.401],[145.301,-129.304],[144.813,-129.304],[143.829,-129.205],[143.043,-128.812],[142.746,-128.419],[142.647,-127.924],[142.454,-127.535],[142.235,-127.527],[142.058,-127.535],[141.568,-127.535],[141.175,-127.437],[140.783,-127.337],[140.391,-127.238],[139.993,-126.845],[140.391,-126.057],[140.783,-125.863],[141.663,-125.566],[142.058,-125.368],[142.058,-124.978],[142.058,-124.585],[141.764,-124.19],[141.371,-124.289],[140.092,-124.485],[139.306,-124.386],[138.913,-124.289],[138.618,-123.893],[138.225,-123.597],[137.834,-123.597],[137.441,-123.597],[136.947,-123.994],[135.866,-123.893],[135.079,-123.893],[134.684,-123.797],[134.271,-123.597],[132.449,-123.597],[132.033,-123.7],[131.639,-123.597],[131.538,-123.207],[131.246,-122.816],[129.204,-122.816],[128.491,-122.225],[128.691,-121.832],[129.079,-121.437],[129.472,-121.045],[129.866,-120.748],[129.866,-119.963],[129.866,-119.566],[130.066,-119.177],[130.163,-118.784],[131.149,-118.685],[131.736,-118.685],[132.227,-118.784],[132.624,-118.585],[132.918,-118.195],[133.309,-117.799],[133.309,-117.408],[133.309,-117.015],[132.423,-116.421],[131.835,-116.619],[131.441,-116.818],[131.246,-117.212],[131.05,-117.211],[130.855,-117.212],[130.361,-117.408],[129.967,-117.503],[129.571,-117.604],[129.472,-117.998],[129.376,-118.391],[128.983,-118.585],[126.647,-118.585],[125.839,-118.978],[125.743,-119.373],[124.949,-119.566],[124.559,-119.566],[124.168,-119.274],[123.772,-119.177],[122.594,-118.881],[122.691,-118.491],[123.082,-118.391],[123.871,-118.391],[124.267,-118.391],[124.559,-117.998],[124.853,-117.604],[124.658,-117.212],[123.772,-117.306],[123.381,-117.408],[123.082,-117.799],[122.447,-117.799],[122.197,-117.799],[121.806,-117.799],[121.611,-117.408],[121.514,-117.015],[121.116,-116.619],[122.103,-115.736],[122.48,-115.736],[122.889,-115.736],[123.283,-115.639],[124.46,-115.144],[124.756,-114.752],[125.149,-114.655],[125.543,-114.458],[125.743,-114.066],[125.543,-113.67],[125.149,-114.262],[124.72,-114.326],[124.361,-114.36],[123.97,-114.655],[123.775,-114.654],[123.576,-114.655],[123.383,-114.654],[123.184,-114.655],[122.79,-114.95],[122.396,-115.05],[121.813,-115.048],[121.219,-115.05],[120.431,-115.344],[120.04,-115.736],[119.746,-116.128],[119.842,-116.525],[119.842,-117.306],[119.842,-118.096],[120.137,-118.491],[120.137,-118.881],[120.137,-119.274],[120.04,-119.669],[119.644,-119.867],[119.644,-120.257],[119.249,-121.045],[118.858,-120.849],[118.66,-120.848],[118.464,-120.849],[118.464,-120.257],[118.566,-119.867],[118.566,-118.685],[118.464,-118.29],[118.464,-117.847],[117.678,-117.896],[117.186,-117.799],[116.796,-117.847],[116.796,-117.212],[116.694,-116.818],[116.301,-116.619],[115.91,-116.525],[115.415,-115.639],[115.415,-115.441],[116.301,-114.36],[116.991,-113.67],[116.991,-113.277],[117.186,-112.491],[117.087,-112.098],[116.892,-111.705],[116.4,-111.117],[116.4,-110.92],[116.595,-110.525],[116.694,-110.034],[116.796,-109.642],[116.595,-109.247],[116.694,-108.853],[117.087,-108.069],[117.504,-107.871],[119.447,-107.871],[119.746,-108.265],[120.137,-108.561],[120.527,-108.951],[120.725,-108.951],[121.116,-108.853],[121.413,-108.462],[122.197,-107.968],[122.594,-107.871],[122.988,-107.577],[123.381,-106.79],[124.066,-106.099],[124.46,-105.808],[124.756,-105.413],[124.46,-104.626],[124.168,-104.232],[123.772,-103.941],[123.97,-103.546],[124.152,-103.552],[124.361,-103.546],[124.756,-103.349],[125.051,-102.954],[125.818,-102.851],[126.23,-102.857],[126.621,-102.76],[126.331,-102.367],[125.936,-102.169],[125.149,-102.071],[124.756,-102.071],[124.361,-102.367],[123.97,-102.66],[123.576,-102.76],[123.381,-103.741],[123.381,-104.334],[123.477,-104.727],[122.889,-105.512],[122.495,-105.709],[122.495,-106.099],[122.197,-106.494],[121.806,-106.594],[121.314,-106.691],[120.527,-106.79],[119.348,-106.691],[118.954,-106.691],[118.566,-106.494],[118.17,-106.296],[117.775,-105.903],[117.876,-105.512],[117.975,-105.119],[118.267,-104.134],[118.071,-103.148],[117.975,-102.76],[117.581,-102.367],[117.186,-102.071],[116.694,-101.676],[116.301,-101.38],[116.301,-100.4],[115.517,-100.4],[114.339,-99.708],[113.546,-99.222],[113.546,-98.824],[113.254,-98.43],[112.861,-98.43],[112.072,-98.533],[111.68,-98.727],[111.287,-98.824],[110.868,-99.12],[108.536,-99.12],[108.142,-99.32],[108.436,-99.708],[108.73,-100.104],[109.319,-100.104],[109.913,-100.104],[110.305,-99.907],[111.092,-99.907],[111.878,-99.907],[112.274,-100.204],[112.665,-100.497],[113.056,-100.792],[113.449,-101.579],[113.845,-101.778],[114.529,-102.464],[114.629,-102.857],[115.025,-103.057],[115.415,-103.252],[115.415,-103.645],[115.517,-104.035],[115.808,-104.824],[115.91,-105.217],[116.009,-105.609],[116.202,-105.981],[116.103,-106.47],[115.316,-106.397],[114.827,-106.494],[114.339,-106.691],[114.042,-107.083],[113.943,-107.676],[114.137,-108.658],[114.137,-109.835],[114.137,-110.23],[114.339,-111.016],[114.529,-112.196],[114.529,-112.591],[114.137,-113.377],[114.042,-113.772],[113.746,-114.554],[113.449,-114.95],[113.254,-115.316],[113.254,-117.752],[114.042,-117.702],[114.434,-117.799],[114.529,-117.752],[114.556,-120.159],[113.546,-120.257],[113.157,-120.652],[112.762,-120.748],[111.977,-120.748],[111.188,-120.748],[110.6,-120.849],[109.616,-120.652],[109.22,-120.358],[108.832,-120.159],[108.436,-120.159],[107.648,-120.159],[107.258,-120.064],[107.258,-118.881],[107.258,-118.391],[106.766,-117.604],[106.471,-117.212],[105.78,-116.421],[105.587,-115.639],[105.391,-115.144],[104.996,-115.05],[104.543,-115.036],[104.208,-115.05],[103.816,-115.05],[103.424,-114.85],[103.227,-114.262],[103.227,-114.066],[103.323,-113.576],[103.523,-113.569],[103.717,-113.576],[104.406,-112.884],[104.504,-112.098],[104.31,-111.313],[103.915,-111.214],[103.522,-111.016],[103.424,-110.404],[103.522,-109.642],[104.31,-109.642],[104.703,-109.642],[105.098,-109.346],[105.391,-108.951],[105.391,-108.561],[105.587,-108.168],[105.979,-107.968],[106.273,-107.577],[106.668,-107.479],[107.354,-106.79],[107.75,-106.594],[107.75,-106.201],[107.75,-105.808],[107.354,-105.413],[107.258,-105.02],[106.867,-105.02],[106.471,-105.02],[105.684,-105.02],[104.897,-105.413],[104.406,-106.79],[103.62,-106.887],[102.441,-107.083],[102.143,-107.479],[101.751,-107.773],[101.29,-107.79],[100.966,-107.773],[100.572,-107.871],[99.786,-107.968],[99.393,-108.361],[99.198,-108.853],[98.805,-108.951],[98.408,-109.052],[97.918,-109.346],[97.499,-109.543],[95.585,-109.543],[95.165,-109.738],[94.971,-110.131],[94.552,-110.326],[92.536,-110.326],[91.723,-110.82],[90.938,-111.313],[90.544,-111.41],[90.346,-111.803],[89.954,-111.902],[89.561,-112.196],[89.465,-112.591],[89.236,-112.601],[89.072,-112.591],[88.478,-112.687],[88.28,-112.687],[87.891,-112.491],[87.497,-112.098],[87.596,-111.51],[87.988,-111.117],[88.382,-110.82],[88.382,-110.427],[88.382,-109.936],[89.169,-109.936],[89.561,-109.835],[89.954,-109.835],[90.346,-109.642],[90.448,-109.247],[90.643,-108.757],[91.626,-108.462],[92.021,-108.265],[92.311,-107.871],[92.217,-107.479],[92.118,-107.083],[91.427,-106.397],[91.039,-106.397],[90.643,-106.397],[90.249,-106.397],[90.053,-106.002],[89.954,-105.609],[89.757,-105.217],[89.365,-105.02],[88.921,-105.119],[88.973,-105.903],[89.072,-106.296],[89.072,-107.083],[88.921,-107.479],[88.382,-107.479],[87.988,-107.379],[87.596,-107.083],[87.397,-106.691],[87.203,-106.296],[86.415,-106.296],[86.023,-106.296],[85.236,-106.397],[85.025,-106.414],[84.743,-106.397],[84.548,-106.002],[84.251,-105.609],[83.787,-105.609],[83.37,-105.609],[82.971,-105.709],[82.579,-105.709],[81.698,-105.709],[81.303,-105.633],[81.303,-104.626],[80.125,-104.626],[79.729,-104.923],[79.536,-105.316],[79.141,-105.413],[79.337,-105.808],[79.337,-106.201],[79.729,-106.987],[79.633,-107.379],[79.237,-107.28],[79.042,-106.887],[78.65,-106.79],[78.253,-106.691],[77.914,-106.677],[77.37,-106.594],[77.074,-106.201],[76.29,-105.808],[75.703,-105.808],[74.523,-105.709],[74.126,-105.512],[74.029,-105.119],[73.632,-104.923],[73.244,-104.923],[72.849,-104.923],[72.456,-104.824],[71.572,-104.626],[71.177,-104.334],[70.393,-103.645],[69.898,-103.349],[69.21,-103.331],[68.329,-103.252],[67.932,-102.857],[68.126,-102.464],[68.526,-101.973],[68.329,-101.38],[67.539,-100.993],[67.145,-100.696],[66.753,-100.598],[66.361,-100.598],[65.868,-100.598],[65.277,-100.302],[65.083,-100.302],[64.786,-100.696],[64.298,-100.894],[63.899,-101.284],[63.805,-101.676],[63.411,-102.268],[63.508,-103.202],[65.672,-103.202],[65.672,-104.427],[65.277,-104.824],[64.885,-104.923],[64.69,-105.316],[64.395,-105.709],[63.997,-106.099],[63.215,-105.903],[63.018,-105.903],[62.626,-106.296],[62.23,-106.397],[61.369,-106.397],[60.557,-106.397],[60.165,-106.296],[59.871,-106.369],[59.871,-105.512],[60.656,-105.413],[61.001,-105.217],[61.001,-102.884],[60.755,-102.464],[60.361,-102.169],[60.462,-101.778],[60.462,-101.38],[60.855,-101.284],[61.249,-101.088],[61.543,-100.696],[61.936,-100.204],[61.936,-100.005],[61.592,-99.76],[61.639,-99.419],[61.639,-98.236],[61.592,-98.042],[60.755,-98.141],[60.361,-98.141],[59.969,-98.43],[59.969,-98.824],[59.676,-99.222],[59.233,-99.222],[58.79,-99.222],[58.397,-98.923],[58.001,-98.923],[57.12,-98.923],[56.726,-98.824],[56.726,-98.43],[56.628,-98.042],[56.234,-97.844],[55.839,-97.746],[55.053,-97.546],[54.56,-97.449],[54.169,-97.152],[53.973,-96.763],[53.581,-96.469],[52.991,-96.378],[52.992,-96.369],[52.992,-95.585],[53.186,-95.191],[53.284,-94.795],[53.68,-94.7],[54.072,-94.5],[54.268,-93.911],[54.169,-93.321],[54.169,-93.519],[53.385,-93.519],[52.596,-93.519],[51.809,-93.715],[51.419,-93.715],[51.025,-93.812],[50.135,-93.911],[49.743,-94.203],[49.354,-94.306],[49.159,-94.305],[48.958,-94.306],[48.568,-94.597],[48.27,-95.09],[48.074,-95.482],[47.685,-95.29],[47.385,-94.893],[47.216,-94.9],[46.993,-94.893],[46.599,-94.404],[46.796,-93.812],[47.188,-93.519],[47.586,-93.421],[47.586,-93.027],[47.78,-92.632],[48.173,-92.632],[49.055,-92.73],[49.844,-92.239],[50.135,-91.751],[49.844,-91.356],[47.876,-91.356],[47.685,-90.962],[47.29,-90.862],[46.895,-90.962],[46.796,-91.356],[46.406,-91.648],[45.224,-92.143],[45.03,-92.142],[44.828,-92.143],[44.141,-92.73],[43.945,-93.126],[43.945,-93.519],[43.945,-94.7],[42.691,-94.7],[42.667,-95.972],[42.863,-97.648],[42.57,-98.43],[41.9,-98.592],[41.391,-98.629],[41.19,-99.025],[40.801,-99.419],[40.505,-100.204],[39.993,-100.291],[39.621,-100.302],[39.228,-100.696],[38.438,-101.088],[38.538,-101.482],[38.931,-101.38],[39.326,-101.284],[39.522,-100.894],[40.307,-100.598],[41.094,-100.104],[41.486,-99.907],[42.199,-99.902],[42.863,-99.907],[43.255,-99.907],[43.552,-99.515],[44.363,-99.12],[47.066,-99.12],[47.484,-99.025],[47.876,-98.923],[48.074,-98.533],[48.469,-98.43],[48.859,-98.43],[49.254,-98.334],[50.04,-98.334],[50.432,-98.334],[50.826,-98.334],[51.22,-98.533],[51.415,-98.533],[51.612,-98.533],[52.005,-98.629],[52.793,-99.025],[53.186,-99.025],[53.973,-99.12],[54.365,-99.419],[54.758,-99.708],[55.154,-100.005],[55.35,-100.4],[55.449,-101.185],[55.35,-102.367],[55.35,-102.76],[54.954,-103.546],[54.56,-103.839],[54.169,-104.232],[53.775,-104.334],[53.284,-104.427],[52.496,-104.427],[51.708,-104.427],[50.928,-104.923],[50.531,-105.119],[50.333,-105.512],[49.941,-105.709],[49.646,-106.099],[49.448,-106.099],[49.254,-106.099],[48.859,-106.296],[48.568,-106.691],[48.173,-106.79],[47.78,-106.987],[47.385,-107.28],[46.993,-107.379],[46.06,-107.479],[45.128,-107.379],[44.536,-107.28],[44.339,-107.28],[43.945,-107.577],[43.456,-107.773],[42.764,-108.462],[41.586,-108.462],[41.586,-107.871],[41.391,-107.479],[40.997,-107.479],[40.603,-107.479],[40.113,-107.773],[40.307,-108.168],[40.505,-108.757],[40.505,-108.951],[40.113,-109.148],[39.716,-109.346],[39.716,-109.738],[39.621,-110.23],[38.466,-110.23],[38.046,-110.034],[37.656,-109.642],[37.061,-109.835],[36.671,-110.034],[36.572,-110.427],[35.686,-110.326],[34.805,-110.525],[34.41,-110.623],[34.41,-111.065],[34.805,-111.016],[35.195,-111.117],[35.686,-111.065],[35.786,-111.902],[35.488,-112.296],[35.195,-112.687],[34.805,-112.687],[33.917,-112.687],[33.13,-112.787],[32.837,-113.178],[32.54,-113.576],[32.148,-113.67],[31.755,-113.576],[31.755,-112.394],[30.673,-112.296],[30.673,-113.104],[30.868,-113.475],[31.26,-113.87],[31.26,-114.213],[28.559,-114.213],[28.609,-112.984],[28.411,-112.591],[28.411,-112.196],[28.559,-111.803],[28.017,-111.902],[28.115,-112.296],[28.216,-112.884],[27.922,-113.475],[27.499,-113.67],[26.736,-113.67],[26.717,-114.655],[26.249,-114.752],[25.362,-114.163],[24.973,-113.968],[24.579,-114.066],[24.185,-114.066],[23.888,-113.67],[23.495,-112.884],[22.906,-112.591],[22.71,-112.591],[22.217,-112.687],[21.928,-113.081],[22.121,-113.475],[22.516,-113.772],[21.163,-113.772],[19.957,-113.475],[19.462,-113.277],[18.971,-112.984],[18.876,-112.591],[19.074,-112.196],[19.462,-111.803],[20.249,-111.705],[20.939,-111.605],[20.939,-110.721],[20.178,-110.721],[19.76,-111.016],[18.876,-111.016],[18.087,-111.117],[17.672,-111.214],[16.91,-111.214],[16.91,-110.131],[16.91,-109.738],[16.714,-109.346],[16.319,-109.148],[16.319,-109.936],[16.221,-110.326],[15.828,-110.525],[15.632,-110.524],[15.436,-110.525],[15.043,-110.82],[14.746,-111.214],[14.56,-111.213],[14.354,-111.214],[13.543,-111.803],[12.88,-111.705],[12.88,-110.943],[13.074,-110.525],[13.174,-110.034],[12.88,-109.247],[12.98,-108.853],[12.585,-108.561],[11.993,-108.265],[11.406,-108.361],[11.406,-108.757],[11.21,-109.148],[11.21,-109.543],[10.815,-109.346],[10.715,-108.853],[10.505,-108.847],[10.32,-108.853],[9.538,-108.757],[9.438,-108.069],[9.634,-107.676],[9.816,-107.682],[10.029,-107.676],[10.421,-107.479],[10.421,-107.083],[10.421,-106.691],[10.225,-106.296],[9.833,-106.397],[9.438,-106.79],[8.941,-106.8],[8.555,-106.79],[8.06,-106.987],[8.258,-108.168],[8.06,-108.561],[7.474,-108.361],[7.474,-107.183],[7.079,-106.987],[6.484,-107.183],[5.51,-106.79],[5.605,-106.397],[6,-106.201],[5.803,-105.808],[4.816,-105.808],[4.424,-105.709],[4.031,-105.709],[3.639,-105.413],[3.54,-105.02],[3.143,-104.923],[2.753,-104.528],[2.654,-104.134],[2.445,-104.128],[2.262,-104.134],[1.866,-103.645],[2.628,-103.645],[3.046,-103.839],[3.341,-104.232],[3.734,-104.427],[4.13,-104.427],[4.523,-104.528],[4.915,-104.427],[5.307,-104.727],[5.51,-105.119],[5.721,-105.125],[5.898,-105.119],[6.09,-105.118],[6.293,-105.119],[6.686,-105.413],[7.716,-105.512],[8.751,-105.413],[9.142,-105.119],[8.945,-104.727],[8.16,-104.727],[7.764,-104.727],[7.667,-104.334],[7.276,-104.232],[7.087,-104.286],[6.882,-104.334],[6.484,-104.035],[6.391,-103.645],[6.193,-103.252],[5.803,-103.057],[5.605,-102.66],[5.704,-102.268],[5.605,-101.482],[4.523,-101.284],[4.13,-100.497],[3.734,-100.302],[3.341,-100.005],[3.143,-99.613],[2.753,-99.419],[2.359,-99.12],[2.359,-98.727],[2.359,-98.334],[1.966,-97.945],[1.573,-97.546],[1.573,-96.763],[1.378,-96.369],[1.378,-95.972],[1.283,-96.369],[0.884,-96.074],[0.1,-95.779],[-0.194,-95.384],[-0.589,-95.09],[-0.816,-95.078],[-0.986,-95.09],[-1.572,-94.893],[-1.966,-94.597],[-1.867,-94.108],[-1.473,-94.01],[-1.081,-94.108],[-0.293,-94.108],[-0.392,-93.615],[-0.392,-93.225],[-0.784,-93.027],[-1.18,-92.831],[-1.572,-92.534],[-2.163,-92.437],[-2.555,-92.045],[-2.948,-91.751],[-3.34,-91.648],[-3.736,-91.356],[-3.931,-90.962],[-4.029,-90.569],[-4.62,-90.175],[-5.626,-90.569],[-6.388,-90.569],[-6.486,-89.881],[-6.19,-89.094],[-7.37,-88.8],[-7.57,-88.799],[-7.763,-88.8],[-8.553,-88.409],[-8.944,-88.11],[-9.339,-87.817],[-9.512,-87.822],[-9.73,-87.817],[-10.125,-87.619],[-10.125,-87.227],[-10.125,-86.833],[-10.517,-86.44],[-10.914,-86.144],[-11.307,-86.144],[-11.698,-86.144],[-12.091,-85.85],[-12.487,-85.554],[-12.387,-85.161],[-12.19,-84.768],[-12.387,-84.375],[-12.605,-84.318],[-12.78,-84.277],[-12.979,-83.884],[-12.879,-83.488],[-12.585,-82.899],[-12.681,-82.21],[-12.876,-82.205],[-13.073,-82.21],[-13.271,-81.82],[-13.271,-81.03],[-12.217,-81.03],[-11.796,-81.132],[-11.402,-80.937],[-11.206,-80.542],[-11.503,-80.149],[-11.895,-79.954],[-11.895,-79.557],[-11.895,-79.165],[-12.387,-78.967],[-12.487,-78.575],[-12.387,-78.083],[-10.814,-78.035],[-10.914,-77.101],[-11.307,-76.804],[-11.503,-76.411],[-11.307,-76.017],[-11.307,-75.721],[-10.517,-75.721],[-10.322,-75.734],[-10.03,-75.721],[-9.73,-75.33],[-9.339,-74.939],[-8.553,-75.134],[-8.159,-75.037],[-7.569,-74.838],[-6.587,-75.134],[-6.292,-75.527],[-6.072,-75.533],[-5.897,-75.527],[-5.504,-75.627],[-5.115,-75.921],[-4.913,-76.313],[-4.52,-76.707],[-3.931,-77.491],[-3.638,-77.884],[-3.243,-77.986],[-2.852,-77.884],[-2.458,-78.083],[-2.458,-78.871],[-2.271,-78.876],[-2.064,-78.871],[-1.667,-78.675],[-1.473,-78.279],[-1.473,-77.884],[-1.081,-77.593],[-1.081,-76.707],[-0.986,-76.313],[-0.589,-76.017],[-0.194,-75.43],[-0.194,-75.233],[-0.589,-74.838],[-0.491,-74.442],[-0.001,-73.659],[0.393,-73.56],[0.689,-73.167],[0.986,-72.775],[0.986,-72.379],[0.986,-71.989],[1.283,-71.204],[1.671,-70.908],[2.065,-70.513],[2.458,-70.216],[2.557,-69.826],[2.458,-69.433],[2.165,-68.841],[2.165,-68.646],[2.359,-68.254],[2.359,-67.855],[5.112,-67.855],[5.211,-68.449],[5.211,-68.841],[5.51,-69.236],[5.898,-69.63],[6.293,-69.63],[6.686,-69.63],[7.079,-69.532],[7.474,-69.333],[7.867,-69.532],[8.16,-69.925],[9.044,-70.022],[9.044,-71.204],[10.616,-71.204],[10.715,-71.597],[10.616,-72.185],[9.855,-72.185],[9.438,-72.088],[9.266,-72.081],[9.044,-72.088],[9.044,-72.482],[8.65,-72.578],[9.142,-73.366],[9.438,-73.76],[9.538,-74.545],[9.634,-75.33],[9.634,-75.721],[9.833,-76.12],[10.225,-76.313],[10.616,-76.707],[11.01,-76.804],[11.406,-77.101],[11.797,-77.2],[11.987,-77.193],[12.19,-77.2],[12.388,-77.593],[12.388,-77.986],[12.684,-78.379],[13.074,-78.675],[13.469,-78.967],[13.469,-79.338],[13.469,-79.753],[13.368,-80.245],[12.585,-80.245],[11.797,-80.346],[11.406,-80.27],[11.406,-81.525],[11.01,-81.916],[10.803,-81.916],[10.616,-81.916],[10.225,-82.21],[10.275,-82.582],[10.275,-85.751],[10.715,-86.048],[10.911,-86.44],[11.307,-86.833],[11.504,-87.227],[11.702,-88.01],[11.893,-88.409],[12.289,-88.602],[12.505,-88.608],[12.684,-88.602],[13.469,-88.998],[13.764,-89.388],[14.159,-89.682],[14.354,-90.074],[14.837,-90.161],[15.138,-90.175],[15.348,-90.163],[15.633,-90.175],[15.927,-90.569],[16.319,-90.862],[16.319,-91.255],[16.609,-91.648],[17.01,-91.751],[17.402,-91.849],[17.797,-91.849],[18.186,-91.944],[18.483,-92.534],[18.186,-93.126],[17.797,-93.421],[17.797,-93.812],[18.087,-94.993],[18.383,-95.384],[18.589,-95.391],[18.777,-95.384],[19.171,-95.678],[19.462,-96.174],[19.76,-96.957],[19.858,-97.352],[20.648,-97.449],[21.434,-97.352],[21.629,-97.351],[21.824,-97.352],[22.121,-96.957],[22.71,-96.174],[23.103,-96.27],[23.398,-96.663],[23.792,-96.763],[24.185,-96.469],[24.579,-96.174],[24.773,-95.779],[24.973,-95.361],[24.973,-94.108],[23.792,-94.108],[23.792,-92.926],[23.792,-92.534],[23.398,-91.751],[23.004,-91.454],[22.413,-91.158],[21.333,-91.356],[20.939,-91.158],[20.544,-90.962],[20.353,-90.569],[20.056,-90.175],[19.957,-89.783],[19.565,-89.584],[19.171,-89.191],[18.971,-88.8],[18.579,-88.602],[17.893,-87.913],[18.186,-86.539],[17.99,-85.947],[17.598,-85.358],[17.797,-83.985],[17.797,-83.589],[17.893,-83.194],[17.893,-82.309],[18.876,-82.21],[19.661,-81.916],[19.957,-81.525],[20.249,-81.132],[21.039,-80.834],[21.434,-80.542],[22.413,-80.053],[22.612,-80.053],[23.004,-80.245],[24.384,-80.937],[25.362,-80.639],[25.953,-80.736],[26.348,-80.736],[26.741,-80.937],[26.837,-81.328],[27.232,-81.525],[30.35,-81.525],[30.771,-81.82],[31.361,-81.916],[31.557,-81.916],[31.855,-81.525],[31.952,-81.132],[32.344,-80.937],[34.31,-80.937],[34.508,-80.542],[34.113,-80.149],[33.329,-80.149],[32.344,-80.149],[31.952,-80.053],[31.557,-79.753],[31.163,-79.46],[30.771,-79.165],[30.478,-78.771],[30.281,-78.379],[29.987,-77.986],[29.589,-77.986],[28.807,-78.083],[28.411,-78.478],[27.823,-78.871],[26.837,-78.575],[26.052,-78.575],[25.267,-78.675],[24.876,-78.575],[24.484,-78.379],[24.087,-78.083],[23.691,-78.182],[23.302,-78.379],[22.906,-78.182],[22.516,-77.986],[22.516,-77.593],[22.121,-77.2],[22.023,-76.804],[21.632,-76.903],[21.236,-76.903],[20.842,-77.2],[20.842,-77.593],[20.449,-77.593],[20.056,-77.593],[19.661,-77.398],[19.565,-77.005],[19.957,-76.707],[20.154,-76.707],[20.353,-76.707],[20.747,-76.411],[19.957,-76.411],[18.681,-76.017],[18.288,-75.823],[18.383,-75.43],[19.074,-74.838],[19.462,-74.838],[19.858,-74.738],[20.449,-74.738],[21.039,-74.738],[21.632,-75.527],[22.121,-75.921],[22.71,-75.721],[23.103,-75.527],[23.495,-75.233],[23.595,-74.838],[23.595,-74.442],[23.987,-74.249],[24.384,-74.056],[24.773,-73.76],[24.579,-73.366],[23.495,-72.876],[23.103,-72.675],[23.103,-72.283],[23.004,-71.597],[22.245,-71.597],[21.725,-71.694],[21.333,-71.79],[21.137,-72.185],[21.137,-72.578],[20.842,-72.97],[20.635,-72.97],[20.449,-72.97],[20.449,-73.366],[20.449,-73.76],[19.661,-73.76],[19.074,-72.97],[18.681,-72.675],[18.288,-72.482],[18.288,-72.088],[18.288,-71.694],[18.087,-71.301],[17.797,-70.908],[17.797,-70.513],[17.499,-69.925],[17.598,-69.333],[17.698,-68.94],[17.893,-68.545],[17.598,-68.155],[17.206,-67.763],[17.105,-67.267],[17.598,-66.876],[17.402,-66.484],[17.01,-66.484],[16.023,-66.876],[15.236,-66.876],[14.453,-66.876],[13.958,-66.68],[13.665,-66.288],[13.862,-65.895],[14.549,-65.206],[14.453,-64.814],[14.057,-64.714],[12.684,-65.598],[12.289,-65.895],[11.893,-66.384],[11.504,-66.484],[11.111,-66.288],[10.225,-65.794],[9.833,-65.5],[9.438,-65.402],[9.044,-65.206],[8.751,-64.814],[8.355,-64.515],[7.177,-64.418],[6.391,-64.319],[5.898,-64.025],[5.26,-63.926],[4.13,-64.221],[3.934,-65.598],[3.143,-65.598],[2.753,-65.402],[2.557,-65.129],[2.165,-65.108],[1.671,-65.206],[0.884,-65.206],[0.049,-65.129],[0.049,-63.926],[-0.762,-63.926],[-1.378,-64.025],[-1.77,-64.319],[-1.966,-65.206],[-2.357,-65.011],[-3.145,-65.011],[-3.145,-65.698],[-3.243,-66.091],[-3.047,-66.484],[-1.499,-66.484],[-0.689,-66.288],[-0.293,-65.992],[0.32,-65.794],[1.105,-65.895],[1.283,-66.68],[1.083,-67.66],[1.283,-68.254],[1.671,-68.841],[1.573,-69.63],[0.811,-69.63],[0.393,-69.433],[0.068,-69.45],[-0.392,-69.433],[-0.784,-69.236],[-0.986,-68.841],[-1.378,-68.449],[-1.572,-68.449],[-1.966,-68.646],[-1.867,-69.433],[-1.473,-69.727],[-1.378,-70.095],[-1.378,-70.708],[-2.163,-70.611],[-2.555,-70.708],[-2.458,-71.204],[-1.966,-71.989],[-1.966,-72.379],[-1.966,-72.775],[-2.26,-73.167],[-2.458,-73.56],[-2.751,-73.953],[-3.145,-73.855],[-3.638,-73.56],[-3.835,-72.775],[-4.52,-72.088],[-4.745,-72.081],[-4.913,-72.088],[-5.409,-71.989],[-5.801,-71.597],[-5.603,-71.004],[-5.603,-70.811],[-5.701,-70.415],[-6.094,-70.315],[-6.486,-70.216],[-7.079,-69.333],[-6.781,-68.352],[-6.486,-67.959],[-6.094,-67.855],[-5.701,-67.562],[-5.801,-67.173],[-6.044,-66.778],[-5.897,-66.384],[-5.897,-65.992],[-6.044,-65.352],[-6.094,-65.108],[-5.996,-64.714],[-5.701,-64.319],[-5.409,-63.512],[-5.409,-62.746],[-5.996,-62.746],[-6.486,-62.648],[-7.471,-62.551],[-7.964,-62.551],[-8.65,-62.648],[-9.635,-62.648],[-10.422,-62.551],[-10.617,-62.159],[-11.009,-61.959],[-11.895,-61.763],[-11.991,-61.369],[-12.19,-60.977],[-13.073,-60.29],[-13.469,-60.587],[-13.887,-60.587],[-14.254,-60.587],[-14.648,-60.485],[-15.042,-60.558],[-15.042,-59.796],[-14.254,-59.406],[-14.254,-58.129],[-14.841,-58.129],[-15.236,-57.93],[-15.63,-57.832],[-16.025,-57.536],[-16.81,-56.943],[-17.206,-56.554],[-17.598,-56.262],[-17.99,-56.262],[-19.27,-56.262],[-19.27,-53.898],[-20.743,-53.801],[-21.137,-53.702],[-21.529,-53.605],[-21.529,-52.423],[-22.979,-52.423],[-23.396,-52.618],[-23.749,-52.608],[-24.182,-52.618],[-24.678,-52.72],[-24.678,-53.115],[-25.163,-53.502],[-25.754,-53.412],[-25.754,-52.227],[-24.971,-51.936],[-25.361,-51.145],[-25.163,-50.753],[-25.163,-50.263],[-26.421,-50.166],[-26.835,-50.361],[-27.232,-50.463],[-27.625,-50.361],[-28.116,-50.361],[-28.509,-50.657],[-28.706,-51.049],[-29.493,-50.753],[-29.689,-50.753],[-29.884,-50.753],[-30.671,-50.463],[-31.064,-50.166],[-31.163,-49.772],[-30.965,-49.379],[-30.754,-49.366],[-30.573,-49.379],[-30.281,-48.985],[-29.884,-48.786],[-29.493,-48.593],[-28.986,-48.58],[-28.607,-48.593],[-28.214,-48.593],[-27.823,-48.296],[-27.428,-48.002],[-27.033,-47.805],[-26.738,-47.411],[-25.956,-46.72],[-25.956,-44.66],[-25.659,-44.267],[-25.267,-44.07],[-24.482,-43.674],[-24.182,-43.087],[-24.281,-42.497],[-24.482,-41.809],[-24.182,-40.43],[-24.182,-39.843],[-24.182,-39.251],[-25.267,-38.367],[-25.361,-37.974],[-25.754,-37.778],[-26.936,-37.288],[-27.331,-37.288],[-27.823,-37.482],[-28.509,-37.679],[-28.902,-37.778],[-29.884,-37.778],[-30.281,-38.073],[-30.671,-38.469],[-31.09,-38.563],[-34.579,-38.563],[-35.587,-38.661],[-36.081,-38.661],[-36.667,-39.056],[-36.866,-39.056],[-37.259,-38.856],[-37.259,-38.469],[-37.456,-38.073],[-39.423,-38.073],[-39.618,-37.679],[-39.327,-37.288],[-38.93,-36.991],[-38.833,-36.402],[-38.93,-35.81],[-39.227,-34.827],[-39.128,-34.141],[-38.93,-33.743],[-38.635,-33.331],[-38.635,-31.018],[-38.734,-30.598],[-39.128,-30.305],[-39.327,-29.911],[-39.815,-28.731],[-39.815,-28.339],[-39.52,-27.947],[-39.327,-27.549],[-39.03,-27.061],[-39.03,-26.668],[-39.03,-26.275],[-39.327,-25.88],[-39.423,-25.266],[-39.327,-24.307],[-38.168,-24.307],[-37.259,-24.505],[-36.866,-24.307],[-36.572,-23.916],[-35.982,-23.817],[-34.999,-24.114],[-34.603,-23.817],[-34.211,-23.621],[-33.818,-23.521],[-33.423,-23.326],[-33.132,-22.933],[-32.835,-22.539],[-32.736,-22.146],[-32.342,-21.85],[-32.146,-22.345],[-32.538,-22.439],[-32.146,-22.636],[-31.749,-22.636],[-31.359,-22.636],[-30.573,-22.832],[-30.18,-23.128],[-29.396,-23.721],[-29.003,-24.114],[-28.214,-24.406],[-27.833,-24.405],[-27.428,-24.406],[-27.033,-24.601],[-26.544,-24.798],[-25.956,-25.586],[-24.773,-26.473],[-23.986,-26.668],[-23.296,-26.673],[-22.708,-26.668],[-21.923,-26.764],[-21.923,-28.068],[-22.12,-28.437],[-22.512,-28.832],[-22.905,-29.224],[-22.809,-29.814],[-22.512,-30.203],[-22.02,-31.092],[-21.824,-31.484],[-21.63,-31.877],[-21.43,-32.27],[-21.201,-32.281],[-21.038,-32.27],[-20.251,-32.37],[-19.956,-32.762],[-19.66,-33.154],[-19.27,-33.253],[-19.072,-33.253],[-18.875,-33.253],[-18.579,-33.647],[-18.361,-33.652],[-18.185,-33.647],[-17.794,-33.843],[-17.12,-33.855],[-16.615,-33.843],[-15.827,-33.944],[-15.827,-35.122],[-15.827,-35.517],[-15.926,-36.3],[-15.852,-36.72],[-15.926,-37.482],[-15.732,-37.875],[-14.943,-38.171],[-14.352,-38.266],[-13.37,-38.073],[-13.173,-38.073],[-12.979,-38.073],[-11.796,-37.482],[-10.79,-37.383],[-10.224,-37.383],[-9.831,-37.482],[-9.438,-37.406],[-9.438,-38.073],[-9.339,-38.469],[-8.944,-38.762],[-8.65,-39.151],[-8.254,-39.151],[-7.862,-39.151],[-7.079,-39.151],[-6.688,-39.447],[-6.292,-39.744],[-5.897,-40.04],[-5.504,-40.43],[-5.115,-40.333],[-4.326,-39.941],[-3.638,-39.251],[-2.948,-38.073],[-2.852,-37.679],[-2.555,-37.288],[-2.26,-36.895],[-1.867,-36.697],[-1.473,-36.5],[-1.081,-36.3],[-0.689,-35.909],[-0.589,-35.517],[-0.1,-35.221],[0.195,-34.827],[0.59,-34.63],[0.986,-34.239],[1.378,-34.039],[1.772,-33.647],[2.262,-33.451],[3.046,-33.154],[3.264,-33.161],[3.54,-33.154],[3.934,-32.958],[4.13,-32.566],[5.112,-31.484],[5.51,-31.387],[5.898,-31.191],[6.293,-30.995],[6.785,-30.203],[7.57,-29.617],[7.764,-29.224],[7.867,-28.832],[7.961,-28.019],[7.867,-27.255],[5.898,-26.863],[5.605,-26.473],[5.211,-26.371],[4.424,-26.371],[3.906,-26.473],[1.184,-26.445],[1.283,-25.979],[2.065,-25.586],[2.458,-25.291],[2.654,-24.895],[2.85,-24.505],[3.245,-24.209],[3.465,-24.203],[3.639,-24.209],[4.449,-24.012],[6.785,-24.012],[6.785,-25.489],[7.276,-25.684],[8.06,-26.175],[8.456,-26.568],[8.658,-26.562],[8.846,-26.568],[8.945,-26.962],[9.142,-27.747],[9.242,-28.143],[9.634,-28.437],[9.854,-28.442],[10.029,-28.437],[10.715,-28.731],[10.815,-29.128],[10.715,-29.522],[10.715,-29.962],[10.225,-29.911],[9.438,-29.911],[9.044,-29.962],[9.044,-30.401],[9.142,-30.995],[10.694,-30.995],[11.504,-30.701],[11.893,-30.498],[12.289,-30.109],[12.684,-30.305],[12.19,-31.484],[12.19,-32.27],[11.603,-32.37],[11.408,-32.369],[11.21,-32.37],[10.815,-32.666],[10.421,-32.958],[10.029,-33.351],[9.634,-33.451],[9.242,-33.843],[9.048,-33.837],[8.846,-33.843],[8.555,-34.239],[8.456,-34.63],[8.24,-34.636],[8.06,-34.63],[7.858,-34.63],[7.667,-34.63],[7.276,-34.827],[6.882,-34.925],[6.686,-35.322],[6.293,-35.616],[6.076,-35.621],[5.898,-35.616],[5.51,-35.81],[5.311,-35.811],[5.112,-35.81],[5.112,-36.203],[5.409,-36.596],[5.307,-36.991],[5.014,-37.482],[4.621,-37.778],[3.443,-38.171],[3.245,-38.563],[3.048,-38.557],[2.85,-38.563],[2.753,-38.956],[2.753,-39.843],[1.866,-39.941],[0.986,-39.89],[0.986,-40.923],[1.378,-41.317],[1.772,-41.609],[1.772,-41.809],[1.671,-42.203],[1.283,-42.592],[1.573,-43.185],[2.165,-43.283],[2.753,-43.185],[3.143,-42.891],[3.245,-42.397],[3.443,-42.004],[3.641,-41.998],[3.835,-42.004],[4.227,-41.906],[4.621,-41.609],[4.915,-41.218],[5.307,-41.022],[5.529,-41.016],[5.704,-41.022],[6.098,-40.725],[6.391,-40.236],[6.686,-39.352],[6.889,-39.345],[7.079,-39.352],[7.867,-38.762],[8.258,-38.563],[8.555,-38.171],[9.438,-37.778],[9.707,-37.778],[10.225,-37.679],[10.32,-37.288],[10.616,-36.895],[11.01,-36.697],[11.797,-36.3],[12.98,-35.322],[13.764,-35.122],[14.159,-34.827],[14.255,-34.435],[14.549,-34.039],[14.354,-33.647],[13.958,-33.351],[13.958,-32.958],[13.862,-32.37],[13.958,-31.779],[14.648,-31.092],[14.549,-30.305],[15.043,-29.522],[15.236,-29.128],[15.471,-29.113],[15.633,-29.128],[16.023,-29.128],[16.811,-28.925],[16.811,-27.357],[15.828,-27.357],[15.828,-27.747],[15.436,-27.849],[15.043,-27.65],[15.138,-27.255],[15.436,-26.863],[16.023,-26.079],[16.415,-25.88],[16.811,-25.489],[17.206,-25.783],[17.303,-26.175],[17.698,-26.473],[17.797,-26.079],[17.893,-25.684],[18.681,-25.195],[18.579,-24.307],[18.579,-23.916],[19.074,-23.521],[19.957,-23.521],[20.353,-23.521],[20.747,-23.621],[20.939,-24.012],[21.333,-24.307],[21.333,-24.703],[21.333,-25.093],[21.137,-25.489],[21.434,-25.88],[21.824,-26.079],[22.217,-25.979],[22.612,-25.586],[23.027,-25.586],[23.398,-25.586],[23.888,-25.684],[23.888,-26.568],[23.987,-26.962],[23.938,-27.158],[24.773,-27.158],[25.168,-27.255],[24.876,-27.747],[24.484,-28.042],[24.087,-28.437],[23.595,-28.437],[23.691,-27.65],[23.595,-27.255],[23.103,-27.255],[22.71,-27.357],[22.413,-27.849],[22.023,-28.143],[22.023,-28.535],[21.928,-28.925],[21.824,-29.32],[21.632,-29.716],[21.236,-29.814],[21.02,-29.818],[20.842,-29.814],[20.449,-30.203],[20.056,-30.498],[20.056,-30.895],[20.056,-31.289],[20.353,-31.678],[20.747,-31.484],[21.137,-31.191],[21.533,-30.895],[22.315,-30.895],[22.71,-30.895],[23.103,-30.895],[23.495,-31.191],[23.202,-31.584],[22.807,-31.678],[23.103,-32.073],[23.495,-32.47],[24.384,-32.47],[25.267,-32.47],[25.66,-32.37],[26.052,-32.173],[26.445,-31.779],[26.618,-31.785],[26.837,-31.779],[27.232,-31.678],[27.333,-31.289],[27.333,-30.895],[27.721,-30.795],[28.115,-30.498],[28.017,-30.109],[27.626,-30.009],[27.232,-29.617],[27.626,-28.635],[28.411,-28.24],[28.708,-27.136],[28.609,-26.962],[28.708,-26.568],[28.609,-26.175],[28.609,-25.844],[28.755,-25.439],[29.048,-25.046],[29.198,-24.798],[29.344,-24.601],[29.544,-24.505],[29.689,-24.307],[29.934,-24.114],[30.133,-23.964],[30.332,-23.672],[30.281,-23.326],[30.083,-23.128],[29.987,-22.933],[29.889,-22.684],[29.889,-22.316],[29.934,-21.753],[30.035,-21.553],[30.23,-21.357],[30.428,-21.211],[30.82,-21.655],[30.868,-21.85],[30.967,-22.146],[31.016,-22.345],[31.016,-22.933],[30.967,-23.128],[31.016,-23.721],[31.361,-23.721],[31.557,-23.672],[31.755,-23.521],[31.905,-23.326],[32.1,-23.176],[32.54,-22.785],[32.738,-22.587],[32.936,-22.345],[33.082,-22.146],[33.281,-22.049],[33.475,-22.049],[33.868,-22.049],[34.259,-22.001],[34.456,-21.85],[34.876,-21.8],[35.096,-21.8],[35.293,-21.903],[35.488,-22.049],[35.441,-22.232],[35.488,-22.439],[35.392,-22.992],[35.441,-23.274],[35.635,-23.469],[35.737,-23.672],[36.031,-23.865],[36.547,-23.916],[37.109,-23.817],[37.311,-23.672],[37.656,-23.274],[37.85,-23.128],[38.243,-22.785],[38.538,-22.587],[38.685,-22.394],[38.883,-22.245],[39.079,-22.197],[39.337,-22.098],[42.004,-22.098],[41.98,-22.785],[41.98,-23.028],[41.928,-23.326],[42.004,-23.806],[42.324,-23.721],[42.52,-23.768],[42.719,-23.817],[43.01,-23.817],[43.699,-23.672],[43.993,-23.274],[44.19,-23.176],[44.612,-23.128],[44.828,-23.128],[45.027,-23.227],[45.128,-23.423],[45.324,-23.569],[45.52,-23.521],[45.665,-23.128],[45.861,-23.028],[45.911,-22.832],[45.911,-22.439],[45.861,-21.8],[45.714,-21.553],[45.467,-21.012],[45.37,-20.239],[45.37,-19.884],[45.467,-19.586],[45.566,-19.39],[45.616,-19.196],[45.812,-18.901],[45.861,-18.608],[45.812,-18.263],[45.616,-18.064],[45.422,-17.916],[45.324,-17.719],[45.324,-17.277],[45.224,-17.033],[45.076,-16.836],[44.732,-16.348],[44.582,-15.953],[44.141,-15.656],[43.897,-15.51],[43.699,-15.363],[43.501,-15.165],[43.456,-14.969],[43.405,-14.575],[43.061,-13.644],[42.911,-13.1],[42.57,-12.607],[42.372,-12.462],[42.176,-12.264],[41.98,-12.119],[41.781,-12.119],[41.579,-12.121],[41.336,-12.119],[40.945,-11.97],[40.749,-11.923],[40.622,-11.922],[40.505,-11.923],[40.307,-11.873],[40.113,-11.774],[39.865,-11.58],[39.522,-11.626],[39.326,-11.774],[38.883,-12.119],[38.685,-12.119],[38.389,-12.119],[38.046,-12.166],[37.753,-12.214],[37.26,-12.264],[37.013,-12.361],[36.794,-12.361],[36.572,-12.361],[36.324,-12.214],[36.767,-12.019],[37.408,-11.774],[38.046,-11.677],[38.438,-11.626],[38.438,-11.233],[38.438,-10.985],[38.732,-10.644],[38.831,-10.447],[38.883,-10.102],[38.857,-9.896],[38.883,-9.708],[38.831,-9.462],[38.831,-8.677],[39.126,-8.285],[39.816,-7.595],[40.01,-7.204],[40.21,-6.807],[40.505,-6.415],[40.801,-6.024],[41.19,-5.626],[41.586,-5.432],[42.027,-5.432],[42.473,-5.432],[42.863,-5.726],[42.863,-6.122],[43.255,-6.513],[43.456,-6.122],[44.339,-4.939],[44.536,-4.548],[44.928,-4.256],[45.324,-4.057],[45.616,-3.66],[45.714,-2.78],[45.812,-2.386],[46.108,-1.991],[46.796,-1.109],[47.188,-0.714],[47.29,-0.027],[47.29,0.169],[47.188,0.565],[47.385,1.843],[47.978,2.138],[48.367,2.333],[48.76,2.433],[49.156,2.725],[49.354,3.117],[49.547,3.514],[50.333,4.396],[50.728,5.185],[51.122,5.97],[51.516,7.2],[51.516,7.64],[51.22,8.037],[51.22,8.429],[51.419,9.218],[51.809,9.509],[52.204,9.707],[52.596,10.101],[53.385,10.788],[53.775,11.084],[53.973,11.475],[54.365,11.869],[54.758,12.753],[55.053,13.243],[55.544,13.638],[56.333,14.817],[57.513,16],[57.71,16.392],[58.001,16.882],[58.199,17.277],[58.199,18.06],[58.199,18.456],[58.397,18.848],[58.888,19.662],[58.888,23.051],[59.871,24.06],[60.656,24.647],[61.445,24.647],[62.626,24.553],[63.018,24.158],[63.508,23.374],[64.298,22.882],[64.715,22.782],[67.118,22.782],[67.539,23.077],[67.738,23.078],[67.932,23.077],[68.329,22.29],[68.621,21.899],[69.115,21.604],[69.507,21.208],[70.682,21.013],[71.077,20.711],[71.482,20.709],[71.868,20.711],[72.257,20.421],[72.652,20.421],[73.436,20.324],[73.832,19.93],[74.225,19.538],[74.62,19.145],[75.009,19.145],[76.191,19.145],[76.191,18.456],[76.191,18.06],[76.484,17.67],[76.688,17.664],[76.879,17.67],[77.273,17.374],[77.665,17.277],[78.059,17.085],[78.453,17.085],[78.846,16.981],[81.599,17.085],[81.599,16.49],[81.698,16.097],[81.698,15.708],[82.188,14.915],[84.157,14.915],[84.251,14.523],[84.451,14.131],[84.743,13.341],[85.135,13],[85.529,13.049],[85.924,13.049],[86.316,13],[86.514,12.26],[86.71,11.869],[86.71,11.475],[87.005,11.084],[87.203,10.691],[87.793,10.392],[87.988,10.392],[88.28,10.788],[88.674,10.886],[88.674,9.707],[88.973,8.429],[89.072,7.939],[89.169,7.546],[89.561,7.444],[89.751,7.446],[89.954,7.444],[90.742,7.151],[90.544,6.268],[90.152,5.874],[89.977,5.88],[89.757,5.874],[89.365,5.674],[88.973,5.478],[88.973,5.088],[88.87,4.591],[88.674,4.2],[88.28,3.81],[87.497,3.514],[87.105,3.514],[86.71,3.318],[86.71,2.92],[87.005,2.138],[86.904,1.744],[86.514,1.549],[86.096,1.353],[85.333,1.353],[85.333,2.239],[84.743,2.92],[84.548,2.038],[84.548,1.644],[84.157,1.448],[83.861,1.055],[83.861,-0.913],[83.565,-1.305],[83.172,-1.599],[82.971,-1.203],[82.579,-1.01],[82.188,-0.812],[81.698,-0.027],[81.698,1.156],[81.599,1.939],[80.811,1.843],[79.928,1.843],[79.536,1.843],[79.042,1.644],[78.306,1.448],[78.059,1.448],[77.665,1.744],[77.273,1.939],[76.879,2.333],[76.484,2.725],[75.703,2.433],[75.302,2.038],[74.913,1.644],[74.913,1.253],[74.913,0.861],[75.302,0.758],[76.29,0.37],[76.484,0.37],[77.074,0.665],[77.714,0.665],[78.353,0.665],[78.749,0.466],[78.749,0.074],[78.353,-0.223],[77.96,-0.223],[77.197,-0.125],[76.78,-0.125],[76.387,-0.223],[75.994,-0.223],[75.009,-0.613],[74.339,-0.615],[73.733,-0.613],[73.341,-0.714],[72.849,-0.714],[72.849,-2.679],[72.553,-3.072],[72.161,-3.174],[71.766,-3.565],[71.374,-3.66],[70.98,-3.66],[70.586,-3.861],[69.999,-4.057],[69.999,-4.548],[69.999,-5.334],[69.507,-6.122],[69.115,-6.513],[69.115,-6.908],[69.115,-7.3],[68.918,-7.791],[68.918,-8.432],[68.918,-9.07],[69.115,-9.462],[69.507,-9.856],[70.096,-9.856],[71.077,-9.759],[72.161,-8.777],[72.553,-8.48],[73.244,-7.696],[73.632,-7.3],[74.225,-6.122],[74.62,-5.726],[75.801,-5.136],[76.584,-4.451],[77.37,-3.861],[78.156,-3.369],[78.664,-3.356],[79.042,-3.369],[79.432,-3.268],[80.958,-3.072],[81.203,-3.072],[81.599,-3.072],[81.992,-3.268],[82.391,-3.268],[82.777,-3.268],[83.172,-3.465],[83.565,-3.465],[84.35,-3.369],[84.743,-3.072],[85.333,-2.386],[85.333,-1.991],[85.432,-1.599],[85.629,-1.203],[86.023,-1.01],[86.538,-0.913],[88.555,-0.913],[88.973,-1.01],[89.465,-1.01],[89.855,-0.714],[90.053,-0.321],[90.448,-0.125],[90.964,0.074],[92.979,0.074],[93.814,0.37],[97.132,0.37],[99.587,-0.027],[101.826,-0.027],[102.641,0.565],[103.027,0.861],[103.424,1.156],[103.915,1.939],[104.31,2.239],[104.703,2.333],[105.098,2.629],[105.292,3.024],[105.391,3.81],[105.65,3.824],[106.077,3.909],[106.273,4.299],[106.57,4.692],[106.962,4.692],[107.354,4.692],[108.142,4.791],[108.536,4.989],[108.927,5.088],[109.816,5.478],[108.633,5.478],[107.846,5.674],[107.454,5.874],[107.454,6.268],[107.648,6.662],[108.046,6.759],[108.436,6.856],[108.73,7.25],[109.026,7.64],[109.816,8.331],[110.305,8.624],[110.699,9.018],[111.092,9.018],[111.485,9.018],[111.878,8.726],[112.176,8.331],[112.957,8.135],[113.254,7.64],[113.647,7.25],[114.629,7.64],[114.827,8.037],[115.025,9.018],[115.123,9.804],[115.517,10.691],[115.613,11.084],[115.613,11.915],[115.613,12.753],[115.517,13.243],[115.517,14.62],[115.517,15.015],[115.808,15.804],[115.91,16.196],[115.91,17.473],[116.499,18.259],[116.796,18.651],[117.186,19.043],[117.482,19.434],[117.482,19.833],[117.678,20.711],[117.775,21.109],[118.071,21.505],[118.267,21.994],[118.267,22.39],[118.464,22.782],[118.66,23.175],[119.051,23.568],[119.249,23.964],[119.644,24.354],[119.746,25.14],[119.746,25.532],[119.644,26.323],[120.04,27.699],[120.431,28.092],[120.626,28.484],[120.921,28.876],[121.806,30.644],[122.396,31.827],[122.495,32.221],[122.691,32.611],[123.082,32.907],[123.673,33.302],[124.267,33.204],[124.658,32.907],[124.756,32.514],[124.949,32.121],[125.641,30.939],[125.839,30.547],[126.022,30.548],[126.23,30.547],[126.621,30.448],[127.021,30.055],[127.413,29.759],[127.511,29.37],[127.704,28.979],[128.098,28.288],[128.001,27.303],[128.296,26.91],[128.589,26.125],[128.788,25.338],[128.788,24.553],[128.691,23.764],[128.788,23.397],[128.788,21.208],[128.691,19.515],[128.887,19.145],[129.079,18.752],[130.259,18.651],[131.441,18.456],[131.736,17.67],[131.931,17.277],[132.322,16.882],[132.72,16.783],[133.113,16.686],[133.507,16.392],[133.801,16],[134.191,15.804],[134.589,15.708],[134.879,15.309],[135.274,14.523],[135.668,14.131],[135.962,13.738],[136.259,13.341],[137.043,12.949],[137.339,12.56],[137.538,12.166],[137.733,11.77],[137.957,11.76],[138.124,11.77],[138.298,11.776],[138.52,11.77],[138.913,11.475],[138.913,11.084],[139.6,10.493],[139.993,10.493],[140.251,10.489],[140.783,10.392],[141.072,10],[141.371,8.429],[141.467,7.64],[143.311,7.64],[143.728,7.84],[144.319,7.939],[144.517,7.939],[144.91,7.64],[145.103,7.642],[145.301,7.64],[145.696,7.25],[146.092,7.151],[146.483,6.856],[146.683,6.461],[148.646,6.461],[148.646,5.281],[149.334,5.385],[149.501,5.366],[149.727,5.385],[150.019,5.772],[150.116,6.167],[150.316,6.559],[150.712,6.759],[150.905,7.151],[151.199,8.037],[151.103,8.798],[151.298,9.218],[151.498,9.61],[151.889,9.804],[151.99,10.199],[152.774,10.788],[153.168,11.084],[153.464,11.475],[153.758,11.869],[153.758,12.26],[153.66,12.655],[153.658,13.441],[153.66,13.441],[154.447,13.341],[154.838,13.538],[155.233,13.638],[155.233,14.033],[155.134,14.817],[154.939,15.211],[154.838,16.392],[155.233,17.964],[155.626,18.259],[156.021,18.556],[156.806,18.556],[157.197,18.556],[157.594,18.556],[157.788,18.16],[158.184,18.06],[158.576,17.867],[159.462,17.67],[159.462,17.277],[159.462,16.882],[159.756,16.49],[160.938,16.981],[161.132,17.374],[161.329,17.767],[161.624,18.556],[161.92,19.833],[162.016,20.225],[162.309,20.619],[162.704,20.815],[162.803,21.208],[162.113,22.583],[162.309,22.979],[162.507,23.374],[162.899,23.667],[163.493,24.453],[163.886,24.749],[164.081,25.338],[163.886,26.125],[164.176,26.91],[163.59,27.796],[163.196,27.991],[162.803,28.092],[162.607,28.484],[162.507,28.876],[162.507,30.055],[162.507,30.448],[162.309,31.235],[162.309,31.878],[162.408,32.907],[162.704,33.302],[163.098,33.5],[163.493,33.596],[164.176,34.384],[164.965,35.069],[165.36,35.167],[165.654,35.56],[165.947,35.956],[165.947,36.843],[166.145,37.626],[166.639,38.412],[166.735,38.904],[167.126,39.297],[167.421,40.208],[167.421,42.323],[167.618,42.738],[167.719,43.228],[168.012,43.622],[168.405,44.019],[168.801,44.213],[170.077,45],[170.865,45.294],[171.358,46.08],[171.553,46.472],[171.947,46.574],[172.339,46.672],[172.831,46.868],[173.517,47.064],[173.712,47.064],[174.11,46.772],[173.613,45.978],[173.42,45.588],[173.027,45.492],[172.537,44.707],[172.537,43.818],[172.436,43.426],[172.436,42.252],[172.339,41.853],[172.142,41.456],[171.749,41.064],[171.749,39.885],[171.749,39.495],[171.65,39.102],[171.65,38.708],[171.553,38.217],[171.553,37.431],[170.373,37.33],[169.98,37.038],[169.684,36.645],[169.29,36.447],[168.897,36.052],[168.111,35.756],[167.9,35.764],[167.618,35.756],[166.933,35.167],[166.639,34.775],[166.538,34.384],[166.538,33.596],[166.538,33.204],[166.441,32.809],[166.045,32.611],[165.654,32.415],[165.559,31.631],[165.559,31.235],[165.559,30.842],[165.162,30.744],[164.771,30.547],[164.473,30.448],[164.473,28.457],[165.261,27.205],[165.847,26.028],[166.045,25.436],[165.847,24.647],[165.947,24.06],[166.343,23.764],[166.639,23.273],[167.029,23.374],[167.421,23.667],[167.618,24.06],[168.012,24.354],[168.212,25.14],[168.602,25.436],[169.191,25.633],[169.392,25.633],[169.785,25.436],[170.175,25.235],[170.764,25.929],[171.358,26.713],[171.65,27.597],[172.043,28.383],[172.537,29.172],[173.223,29.858],[173.449,29.866],[173.613,29.858],[174.009,29.96],[174.405,30.055],[174.795,30.154],[175.094,30.547],[174.699,31.331],[174.6,32.121],[175.189,33.792],[175.485,33.399],[176.17,32.611],[176.567,32.318],[176.96,31.927],[177.451,31.531],[177.842,31.235],[178.04,30.842],[178.335,30.448],[178.434,30.055],[178.532,29.662],[178.925,29.269],[179.517,29.37],[180.301,29.37],[180.79,29.075],[181.678,28.185],[182.171,27.796],[182.564,27.699],[182.956,27.402],[183.055,27.009],[183.154,26.223],[183.154,24.303],[183.154,22.882],[183.154,21.994],[182.564,20.711],[182.363,19.833],[182.363,18.948],[181.386,18.948],[180.991,18.752],[180.693,18.356],[180.107,17.473],[180.107,17.085],[179.712,16.981],[179.318,16.686],[178.532,16.097],[178.04,15.804],[177.842,15.412],[177.451,15.112],[177.35,14.327],[177.35,13.934],[176.96,13.638],[176.96,13],[176.96,12.36],[177.056,11.869],[177.451,11.574],[177.842,11.281],[178.236,11.084],[178.236,10.588],[178.335,10.101],[178.532,9.509],[178.631,9.018],[178.925,8.525],[179.318,8.429],[179.592,8.417],[179.809,8.429],[180.693,8.037],[180.891,8.037],[181.087,8.037],[181.386,7.64],[181.777,7.64],[182.587,7.64],[182.956,7.741],[184.137,7.668],[184.137,8.135],[184.04,8.525],[184.04,10.691],[183.743,11.084],[183.35,11.281],[183.154,11.281],[182.956,11.281],[182.564,11.574],[182.269,11.967],[181.874,12.56],[181.975,13.148],[182.072,13.638],[182.467,13.837],[185.609,13.837],[185.809,12.46],[185.905,12.065],[186.201,11.673],[186.201,11.231],[186.201,10.788],[185.462,10.493],[185.462,8.135],[186.298,8.135],[186.693,8.135],[187.087,7.939],[187.478,7.546],[187.873,7.25],[188.655,7.051],[189.491,6.956],[189.939,6.956],[190.332,7.051],[191.113,7.151],[191.508,7.151],[191.902,6.956],[192.197,6.559],[192.395,6.268],[193.18,6.167],[193.572,5.97],[193.957,5.97],[194.361,5.97],[194.754,5.874],[194.926,5.88],[195.147,5.874],[195.443,5.478],[195.835,5.185],[196.228,5.088],[196.62,4.791],[197.012,4.591],[197.213,4.2],[197.509,3.81],[197.902,3.514],[198.29,3.221],[198.686,3.221],[198.887,3.221],[199.079,3.221],[199.866,2.725],[200.064,2.333],[200.457,2.138],[200.848,1.744],[201.145,1.353],[201.438,0.958],[201.537,0.565],[201.734,0.169],[202.519,-0.613],[203.11,-1.794],[203.209,-2.187],[203.602,-2.586],[203.895,-2.977],[204.391,-3.369],[204.879,-3.66],[205.176,-4.057],[205.274,-4.548],[205.467,-5.039],[205.467,-5.432],[205.566,-5.828],[205.668,-6.217],[206.158,-6.513],[206.844,-7.3],[207.338,-8.381],[207.139,-8.971],[206.844,-9.366],[206.615,-9.377],[206.452,-9.366],[205.615,-9.462],[205.566,-10.25],[205.668,-10.644],[205.615,-11.034],[206.354,-11.034],[206.354,-11.432],[206.061,-11.822],[206.061,-13.001],[206.061,-13.396],[205.668,-13.789],[205.274,-14.084],[205.371,-15.263],[205.077,-16.444],[204.483,-17.231],[203.701,-18.113],[203.306,-18.409],[203.069,-18.402],[202.816,-18.409],[202.421,-18.707],[202.421,-19.1],[202.421,-19.492],[202.616,-19.884],[203.011,-20.276],[203.405,-20.571],[203.405,-21.357],[203.405,-22.146],[204.483,-22.146],[204.879,-22.439],[205.176,-22.832],[205.371,-23.227],[205.598,-23.238],[205.762,-23.227],[206.158,-23.227],[206.55,-23.423],[206.944,-23.423],[208.124,-23.423],[208.223,-24.406],[208.124,-24.749],[206.158,-24.749],[205.96,-25.093],[205.371,-25.88],[203.895,-25.88],[203.798,-25.093],[203.798,-24.703],[203.602,-24.355],[203.209,-24.307],[202.816,-24.406],[202.374,-24.355],[202.374,-26.568],[199.889,-26.568],[199.176,-27.405],[199.277,-28.042],[199.569,-28.437],[199.965,-28.832],[200.358,-28.925],[201.537,-28.925],[201.931,-28.925],[202.324,-29.027],[202.324,-29.421],[202.616,-29.814],[202.91,-30.203],[203.405,-30.305],[203.798,-30.498],[204.251,-30.508],[204.587,-30.498],[204.978,-30.498],[205.274,-30.895],[205.668,-31.289],[205.96,-31.678],[206.452,-32.073],[206.944,-32.47],[207.139,-32.47],[207.536,-32.27],[207.634,-31.877],[207.338,-31.484],[206.944,-31.191],[206.844,-30.401],[206.158,-29.617],[205.861,-29.224],[205.467,-28.925],[205.371,-28.535],[205.467,-28.143],[205.861,-28.339],[206.158,-28.731],[208.098,-28.731],[208.616,-29.027],[209.303,-29.716],[209.598,-30.109],[209.99,-30.203],[210.386,-30.401],[211.566,-30.009],[211.754,-30.01],[211.958,-30.009],[212.746,-29.716],[213.137,-29.522],[213.334,-28.731],[213.334,-28.339],[213.137,-27.947],[212.746,-27.549],[212.746,-27.158],[212.352,-26.568],[212.452,-25.684],[213.238,-25.684],[213.629,-25.88],[214.121,-26.175],[214.512,-26.079],[215.204,-25.391],[215.301,-24.999],[215.499,-24.209],[215.598,-23.817],[215.792,-23.423],[216.186,-22.907],[216.186,-20.791],[215.792,-20.276],[215.4,-19.983],[215.301,-19.586],[215.204,-19.172],[215.204,-18.018],[217.342,-18.018],[218.545,-18.707],[218.939,-18.901],[219.43,-19.196],[219.92,-19.586],[220.314,-19.687],[220.709,-19.884],[221.102,-20.179],[221.34,-20.174],[221.592,-20.179],[221.988,-20.474],[221.988,-20.867],[221.988,-21.655],[222.085,-22.146],[222.184,-22.514],[222.184,-23.721],[221.197,-23.916],[220.902,-24.406],[220.902,-25.291],[220.902,-25.684],[220.512,-25.88],[220.116,-26.175],[219.819,-26.568],[219.43,-26.764],[219.037,-27.061],[218.939,-27.451],[218.642,-27.849],[218.642,-28.437],[218.741,-29.522],[219.037,-29.911],[219.23,-30.305],[219.332,-30.701],[219.546,-30.71],[219.723,-30.701],[220.61,-30.895],[221.006,-30.895],[221.787,-30.995],[221.787,-34.457],[221.889,-34.827],[221.988,-35.221],[222.283,-35.616],[222.465,-35.615],[222.676,-35.616],[223.066,-35.81],[223.855,-36.697],[224.15,-37.089],[224.832,-37.778],[225.228,-37.778],[225.626,-37.778],[227.196,-36.792],[227.587,-36.697],[228.379,-36.991],[228.767,-37.188],[229.061,-37.582],[229.456,-37.875],[229.665,-37.88],[229.853,-37.875],[230.146,-38.266],[230.585,-38.279],[230.931,-38.266],[231.326,-38.469],[231.719,-38.563],[232.111,-38.856],[232.111,-39.251],[233.095,-40.04],[233.488,-40.236],[233.681,-40.629],[234.077,-40.923],[235.157,-42.203],[235.551,-42.497],[236.144,-43.283],[236.238,-43.674],[236.533,-44.07],[236.633,-44.461],[236.928,-45.249],[237.225,-45.642],[238.009,-46.429],[238.405,-46.622],[238.6,-47.017],[238.809,-47.023],[238.995,-47.017],[239.684,-47.805],[240.074,-48.1],[240.27,-48.493],[240.663,-48.887],[241.055,-49.281],[241.451,-49.572],[241.451,-50.361],[241.551,-50.753],[241.551,-51.542],[241.551,-51.936],[241.842,-52.327],[242.139,-52.72],[242.238,-53.801],[242.238,-54.488],[242.139,-54.883],[242.139,-55.276],[242.139,-55.665],[242.431,-56.062],[242.431,-56.457],[242.629,-57.246],[243.027,-57.635],[243.223,-58.028],[243.517,-58.421],[243.908,-58.323],[244.107,-57.93],[244.496,-57.832],[244.894,-57.536],[245.184,-57.143],[245.092,-56.751],[244.894,-56.357],[244.793,-55.768],[245.092,-54.783],[245.092,-53.061],[245.092,-51.739],[245.092,-51.344],[244.793,-50.952],[244.4,-50.657],[244.4,-50.067],[244.4,-49.474],[244.793,-48.296],[245.092,-47.313],[244.993,-46.72],[244.598,-46.429],[244.204,-46.133],[244.254,-45.518],[244.204,-44.953],[244.301,-44.461],[244.254,-44.07],[244.993,-44.07],[245.383,-44.267],[245.482,-44.66],[245.678,-45.052],[245.973,-45.442],[246.168,-45.841],[246.568,-45.642],[246.568,-44.855],[246.954,-44.562],[248.134,-44.267],[248.134,-44.66],[247.936,-45.052],[247.84,-45.442],[247.548,-45.841],[247.055,-46.133],[246.858,-46.527],[246.464,-46.824],[246.271,-47.707],[245.973,-48.1],[245.678,-48.887],[246.366,-49.674],[246.66,-50.067],[246.66,-50.558],[246.66,-50.952],[247.055,-51.145],[247.251,-51.542],[247.548,-51.936],[248.332,-51.638],[249.118,-51.049],[249.512,-51.344],[249.512,-51.739],[249.316,-52.128],[249.316,-52.523],[249.02,-53.309],[249.02,-53.702],[248.923,-54.194],[248.628,-54.587],[248.628,-55.768],[248.628,-56.161],[248.332,-56.554],[248.134,-56.943],[247.447,-57.734],[247.251,-58.129],[247.35,-58.497],[247.251,-58.911],[247.35,-59.307],[247.35,-59.7],[247.447,-60.192],[247.35,-60.611],[247.447,-60.977],[247.251,-61.369],[247.051,-61.422],[246.858,-61.468],[246.761,-62.255],[246.568,-63.041],[246.568,-63.926],[246.464,-64.714],[245.678,-64.714],[245.678,-61.863],[244.993,-61.863],[244.598,-61.666],[244.598,-61.272],[244.696,-60.882],[244.696,-60.485],[244.894,-60.091],[244.894,-59.307],[244.204,-59.307],[244.012,-59.335],[243.813,-59.406],[243.615,-59.796],[243.714,-60.192],[243.813,-60.587],[243.908,-61.369],[243.908,-61.763],[243.615,-62.159],[243.223,-62.551],[242.824,-62.845],[242.623,-62.845],[242.431,-62.845],[241.941,-63.14],[241.746,-63.535],[241.353,-63.633],[240.173,-64.714],[238.995,-64.714],[238.995,-62.746],[237.324,-62.746],[237.324,-63.14],[237.126,-63.535],[236.34,-64.814],[235.848,-64.714],[235.947,-64.319],[235.947,-63.535],[235.848,-63.14],[235.598,-63.14],[235.355,-63.14],[234.96,-63.337],[234.96,-63.733],[235.061,-64.122],[235.254,-64.714],[234.569,-65.598],[234.178,-65.206],[233.783,-65.011],[233.34,-65.011],[232.897,-65.011],[232.504,-65.206],[232.6,-65.992],[232.897,-66.384],[233.194,-66.778],[233.408,-66.783],[233.585,-66.778],[234.373,-67.073],[234.865,-67.267],[235.157,-67.66],[235.551,-68.155],[236.043,-68.646],[236.436,-68.745],[236.829,-68.94],[237.616,-68.94],[237.712,-70.415],[237.912,-70.811],[238.306,-71.105],[238.699,-71.301],[238.894,-71.694],[239.092,-72.185],[239.486,-72.379],[239.876,-72.578],[240.173,-72.97],[240.663,-73.266],[240.858,-73.659],[241.257,-73.76],[241.459,-73.759],[241.65,-73.76],[241.842,-74.152],[242.043,-74.545],[242.139,-74.939],[242.332,-75.33],[242.629,-75.721],[242.824,-76.12],[243.615,-76.509],[244.035,-76.504],[244.496,-76.509],[245.283,-77.005],[245.579,-77.398],[245.973,-77.884],[246.761,-78.379],[247.772,-78.182],[247.936,-78.083],[248.9,-78.279],[249.118,-78.279],[249.512,-78.083],[249.907,-78.083],[250.3,-78.083],[250.887,-78.379],[251.085,-78.379],[251.477,-78.182],[252.462,-77.79],[253.051,-77.884],[253.47,-78.083],[258.358,-78.083],[258.358,-78.871],[258.556,-79.753],[258.949,-80.053],[259.444,-79.656],[260.033,-79.36],[260.816,-79.557],[261.408,-79.36],[261.803,-78.967],[262.196,-78.871],[262.587,-78.575],[262.488,-78.182],[262.098,-77.79],[262.293,-77.101],[262.712,-77.005],[264.629,-77.005],[265.439,-77.593],[265.733,-77.986],[266.126,-78.379],[267.11,-77.491],[267.504,-77.2],[267.504,-77.593],[267.699,-77.986],[268.095,-77.884],[268.512,-77.593],[269.668,-77.593],[269.668,-77.986],[269.374,-78.379],[269.272,-78.724],[268.483,-78.675],[268.095,-78.724],[268.095,-79.78],[268.683,-80.443],[268.889,-80.443],[269.077,-80.443],[269.374,-80.834],[269.571,-81.231],[269.863,-81.621],[270.158,-82.015],[270.551,-82.41],[270.723,-82.403],[270.941,-82.41],[271.337,-82.605],[271.633,-83.098],[272.42,-84.08],[273.503,-85.161],[274.483,-85.554],[275.072,-85.459],[275.662,-85.259],[275.858,-85.259],[276.251,-85.459],[276.646,-85.85],[276.848,-85.85],[277.136,-85.459],[277.433,-85.061],[277.826,-84.965],[278.029,-84.963],[278.22,-84.965],[278.613,-84.671],[278.22,-84.08],[278.22,-83.884],[278.415,-83.488],[278.806,-83.294],[278.806,-82.899],[278.806,-82.115],[279.402,-82.015],[279.795,-82.21],[280.09,-82.605],[280.973,-83.194],[281.366,-83.294],[281.754,-83.589],[282.051,-83.985],[282.447,-84.375],[282.743,-84.768],[283.529,-84.867],[283.691,-84.855],[283.92,-84.867],[284.118,-85.259],[284.314,-85.654],[284.511,-86.048],[284.511,-86.833],[284.71,-87.619],[285.496,-87.619],[286.305,-87.913],[288.245,-87.913],[288.245,-87.325],[287.855,-87.027],[287.068,-86.636],[286.673,-86.44],[286.28,-86.048],[286.085,-85.654],[285.986,-85.259],[285.986,-84.867],[285.887,-84.473],[285.496,-83.589],[285.396,-83.194],[285.298,-82.806],[285.003,-82.41],[284.608,-82.309],[284.118,-82.115],[283.725,-82.015],[283.624,-81.621],[283.529,-81.231],[282.743,-80.639],[281.564,-79.753],[280.285,-78.967],[279.103,-78.083],[278.123,-76.903],[277.826,-76.509],[277.04,-76.017],[276.944,-75.627],[276.548,-75.233],[276.35,-75.232],[276.154,-75.233],[275.908,-75.232],[275.662,-75.233],[275.272,-75.037],[274.876,-74.939],[273.993,-74.545],[273.598,-74.349],[273.423,-74.354],[273.202,-74.349],[272.814,-74.152],[272.517,-73.76],[272.814,-73.167],[272.613,-72.088],[272.223,-71.694],[271.827,-71.4],[271.73,-71.004],[271.434,-70.513],[271.434,-70.022],[271.434,-69.236],[270.941,-68.449],[270.941,-67.562],[270.845,-66.778],[271.142,-62.551],[271.142,-61.959],[270.748,-61.565],[271.777,-59.895],[271.777,-56.751],[272.223,-56.554],[272.613,-56.85],[273.007,-56.943],[273.402,-57.143],[273.796,-57.246],[274.483,-57.246],[274.483,-58.421],[274.483,-58.816],[274.775,-59.208],[275.173,-59.406],[275.465,-59.796],[275.762,-60.192],[275.957,-60.587],[276.154,-60.977],[276.646,-61.369],[276.848,-61.369],[277.236,-61.176],[277.626,-61.176],[278.022,-61.176],[278.318,-61.565],[278.516,-61.938],[278.516,-63.926],[279.202,-64.714],[279.595,-65.011],[282.447,-65.011],[282.447,-66.116],[282.051,-66.876],[281.754,-67.267],[281.754,-67.66],[281.754,-68.058],[282.051,-68.449],[282.447,-68.94],[282.642,-69.333],[283.035,-69.727],[283.624,-69.63],[283.725,-69.236],[284.118,-68.94],[284.905,-68.94],[285.003,-69.727],[284.71,-70.119],[284.017,-70.811],[284.017,-71.204],[284.017,-71.597],[283.821,-71.989],[283.725,-72.824],[283.725,-73.266],[284.118,-73.366],[284.511,-73.56],[284.511,-73.953],[284.217,-74.349],[284.04,-74.354],[283.821,-74.349],[283.504,-73.953],[282.743,-73.953],[282.743,-74.838],[283.136,-75.627],[283.232,-76.017],[283.529,-76.411],[284.314,-76.804],[284.608,-77.2],[284.71,-77.593],[284.905,-77.986],[285.003,-78.379],[285.003,-79.263],[285.102,-79.656],[285.197,-80.053],[285.496,-80.443],[285.887,-80.542],[286.28,-80.639],[287.068,-80.245],[287.267,-79.853],[287.855,-79.557],[288.447,-79.753],[288.74,-80.149],[289.035,-80.542],[289.425,-80.736],[289.819,-80.443],[289.819,-80.053],[290.115,-79.656],[290.313,-79.656],[290.508,-79.656],[290.9,-79.954],[291.296,-80.245],[291.884,-81.03],[292.178,-81.427],[292.769,-81.427],[293.36,-81.427],[293.749,-81.328],[294.168,-81.231],[296.996,-81.231],[296.996,-80.443],[296.996,-80.053],[297.589,-79.36],[297.796,-79.354],[297.98,-79.36],[298.373,-80.937],[298.767,-81.132],[299.157,-81.427],[299.454,-81.82],[300.046,-82.703],[300.441,-83.194],[300.73,-83.589],[301.517,-83.783],[302.008,-83.985],[302.503,-83.985],[303.387,-83.985],[303.78,-84.18],[304.569,-84.473],[305.059,-84.671],[305.254,-85.061],[305.647,-85.459],[306.04,-85.554],[307.22,-86.34],[307.73,-86.352],[308.107,-86.34],[308.595,-86.539],[309.09,-86.731],[309.874,-87.619],[310.269,-87.913],[311.053,-87.913],[312.236,-87.817],[312.629,-87.523],[313.022,-87.129],[313.415,-87.027],[314.421,-86.933],[314.991,-86.933],[315.478,-87.027],[315.478,-88.209],[315.085,-88.503],[314.691,-88.8],[314.594,-89.191],[314.397,-89.584],[314.103,-89.98],[313.809,-90.373],[313.71,-90.766],[313.61,-91.944],[312.527,-92.143],[312.332,-92.534],[312.236,-92.926],[312.038,-93.321],[311.521,-93.421],[309.603,-93.421],[309.09,-93.519],[308.99,-93.911],[309.287,-94.306],[309.68,-94.404],[310.069,-94.795],[310.467,-94.795],[310.86,-94.795],[311.67,-94.203],[314.079,-94.203],[314.892,-94.306],[315.676,-94.306],[316.363,-94.993],[316.758,-95.384],[317.152,-95.585],[317.152,-96.174],[317.152,-96.763],[316.949,-96.82],[316.758,-96.862],[316.658,-97.231],[316.658,-98.43],[317.62,-98.533],[318.623,-97.746],[318.623,-97.352],[318.824,-96.957],[319.41,-96.174],[322.533,-96.174],[323.048,-96.074],[323.54,-95.877],[323.931,-95.585],[323.931,-94.404],[325.777,-94.404],[326.587,-94.01],[326.884,-93.615],[327.671,-93.126],[328.163,-92.926],[328.749,-92.632],[328.947,-92.632],[329.342,-92.926],[329.241,-93.321],[329.241,-94.108],[329.342,-94.5],[329.733,-94.5],[330.42,-94.597],[330.42,-95.779],[330.324,-96.174],[330.324,-96.566],[330.42,-96.957],[330.814,-97.152],[331.6,-96.566],[331.996,-96.27],[332.392,-96.27],[332.782,-96.27],[333.175,-96.469],[333.47,-96.862],[333.866,-97.152],[334.063,-97.546],[334.249,-97.546],[334.454,-97.546],[334.845,-97.844],[335.238,-98.042],[335.337,-98.43],[334.749,-99.025],[334.355,-99.222],[334.021,-99.236],[333.569,-99.32],[333.47,-99.708],[333.175,-100.104],[332.782,-100.4],[331.897,-100.598],[331.504,-100.598],[330.863,-100.4],[329.733,-100.598],[329.342,-100.598],[329.118,-100.595],[328.85,-100.598],[328.457,-100.894],[328.064,-101.284],[327.62,-101.284],[327.178,-101.284],[326.785,-100.993],[327.079,-100.598],[327.285,-100.597],[327.472,-100.598],[327.865,-100.4],[327.865,-99.811],[327.865,-99.613],[327.865,-99.222],[327.225,-98.923],[326.293,-99.613],[326.197,-99.983],[326.197,-102.386],[325.9,-102.76],[325.41,-102.954],[325.014,-103.148],[324.623,-103.148],[324.228,-103.252],[323.344,-103.349],[322.951,-103.741],[322.559,-103.839],[322.066,-104.035],[321.378,-104.334],[320.887,-104.727],[320.493,-105.119],[320.395,-105.512],[319.999,-105.609],[319.512,-105.709],[318.623,-105.808],[318.233,-105.903],[317.348,-105.903],[317.152,-106.987],[315.972,-107.773],[315.478,-108.265],[314.691,-108.462],[314.262,-108.46],[313.809,-108.462],[313.415,-108.658],[312.92,-108.853],[312.527,-109.247],[312.332,-109.246],[312.137,-109.247],[311.741,-109.443],[311.35,-109.443],[310.957,-109.443],[310.566,-109.642],[310.069,-109.835],[309.09,-110.23],[308.694,-110.525],[307.415,-110.525],[306.925,-110.525],[306.533,-110.326],[306.04,-109.936],[305.451,-109.835],[304.368,-110.034],[303.978,-110.034],[303.483,-110.131],[303.094,-110.525],[302.894,-110.525],[302.699,-110.525],[301.814,-110.82],[301.027,-111.313],[300.634,-111.41],[300.046,-111.41],[299.454,-111.41],[299.061,-111.214],[298.668,-110.92],[298.767,-110.525],[298.47,-110.131],[298.277,-109.738],[297.883,-109.346],[298.277,-109.247],[298.668,-108.951],[299.061,-108.757],[299.258,-107.968],[299.258,-107.577],[298.866,-107.183],[298.668,-106.79],[298.251,-106.594],[296.6,-106.594],[296.6,-108.02],[294.59,-108.02],[294.59,-109.346],[294.933,-109.346],[296.111,-109.443],[296.897,-109.936],[296.798,-110.326],[296.405,-110.427],[295.988,-110.575],[293.36,-110.575],[293.36,-109.738],[293.36,-109.346],[293.163,-108.951],[292.769,-108.853],[292.079,-108.658],[291.884,-108.658],[291.491,-108.951],[290.704,-109.247],[288.493,-109.247],[286.772,-109.247],[286.28,-109.247],[285.298,-108.757],[284.71,-108.757],[284.118,-108.757],[283.624,-108.951],[283.232,-109.443],[282.811,-109.543],[282.051,-109.543],[281.952,-108.951],[282.051,-108.561],[282.051,-107.28],[281.465,-107.183],[281.071,-107.379],[281.071,-108.168],[280.973,-108.951],[280.579,-109.247],[280.184,-109.346],[279.795,-109.543],[279.402,-109.738],[279.004,-110.131],[278.71,-110.82],[279.004,-111.803],[279.103,-112.196],[278.908,-112.591],[278.613,-112.984],[278.415,-113.377],[278.022,-113.475],[277.626,-113.772],[277.53,-114.163],[277.136,-114.262],[276.949,-114.261],[276.745,-114.262],[276.348,-114.458],[275.858,-114.554],[275.465,-114.655],[274.68,-114.655],[273.796,-114.752],[273.402,-114.752],[273.007,-114.554],[272.613,-114.36],[272.324,-113.968],[271.827,-113.87],[271.408,-113.772],[270.551,-113.772],[270.059,-113.67],[268.78,-113.67],[267.798,-113.576],[267.404,-113.277],[267.009,-113.277],[266.62,-113.277],[266.225,-113.475],[265.831,-113.576],[265.439,-113.968],[264.947,-114.262],[264.556,-114.36],[263.671,-114.36],[263.178,-114.458],[262.587,-114.554],[261.998,-114.655],[261.507,-114.95],[261.9,-115.344],[261.113,-115.736],[260.719,-116.029],[260.522,-116.421],[259.736,-116.525],[258.853,-116.525],[258.756,-116.917],[259.051,-117.306],[259.832,-117.702],[259.639,-118.096],[259.436,-118.095],[259.246,-118.096],[258.728,-118.344],[253.837,-118.344],[253.741,-117.604],[253.447,-117.212],[252.756,-116.525],[252.361,-116.525],[251.973,-116.525],[251.579,-116.818],[251.772,-117.212],[251.973,-117.702],[251.973,-118.096],[252.264,-118.491],[252.658,-118.585],[252.658,-118.978],[251.873,-118.978],[251.381,-119.177],[250.986,-119.472],[250.77,-119.465],[250.498,-119.472],[249.71,-119.867],[249.316,-119.867],[248.827,-119.766],[247.936,-119.766],[247.154,-119.867],[246.568,-120.159],[246.342,-120.154],[246.071,-120.159],[245.283,-120.455],[244.616,-120.461],[244.007,-120.455],[243.223,-120.652],[242.824,-120.748],[242.431,-120.455],[242.431,-120.064],[242.332,-119.177],[240.197,-119.177],[239.288,-118.978],[239.288,-118.585],[239.486,-118.096],[239.779,-117.702],[240.173,-117.503],[240.566,-117.408],[240.759,-117.015],[241.155,-116.718],[241.257,-116.325],[241.353,-115.908],[241.257,-115.54],[240.858,-115.54],[240.074,-115.736],[239.684,-115.833],[239.428,-115.834],[239.189,-115.833],[238.798,-115.933],[238.405,-116.226],[237.983,-116.325],[237.616,-116.226],[236.633,-116.277],[236.633,-115.736],[237.024,-115.54],[237.421,-115.344],[237.814,-114.85],[237.616,-114.163],[236.733,-114.554],[236.34,-114.85],[235.947,-115.246],[235.551,-115.441],[235.254,-115.833],[235.254,-116.226],[234.865,-116.325],[234.027,-116.325],[233.585,-116.325],[233.194,-116.325],[233.194,-115.933],[232.801,-115.639],[231.572,-115.246],[230.537,-115.736],[229.556,-115.833],[229.16,-115.833],[228.866,-116.226],[228.475,-116.325],[228.082,-116.226],[227.783,-115.833],[226.702,-116.226],[226.115,-115.933],[226.214,-115.05],[226.214,-113.87],[226.115,-113.081],[224.051,-113.081],[223.855,-114.262],[223.464,-114.554],[222.969,-114.95],[222.579,-115.05],[222.184,-115.344],[221.689,-115.639],[221.296,-116.029],[220.61,-116.917],[220.61,-117.114],[220.709,-117.503],[221.102,-117.702],[220.902,-118.195],[220.902,-118.978],[220.902,-119.867],[220.806,-120.748],[220.806,-121.537],[220.61,-121.929],[220.217,-122.225],[219.723,-122.617],[219.23,-122.816],[218.545,-122.914],[217.858,-122.715],[217.66,-122.32],[217.561,-121.929],[216.921,-121.832],[215.792,-122.225],[215.694,-122.715],[215.301,-123.11],[215.006,-123.5],[214.61,-123.5],[214.23,-123.508],[213.629,-123.597],[213.334,-123.994],[212.352,-124.386],[211.66,-124.19],[211.17,-123.994],[210.681,-123.7],[210.188,-123.5],[209.696,-123.11],[210.089,-122.32],[210.386,-121.929],[210.681,-121.537],[210.778,-121.02],[210.681,-120.552],[208.147,-120.552],[207.634,-120.358],[206.503,-120.064],[205.371,-120.358],[204.783,-120.652],[203.895,-120.849],[203.504,-121.24],[202.91,-121.437],[202.519,-121.24],[202.126,-120.849],[201.537,-121.14],[201.438,-121.929],[201.438,-122.715],[200.947,-123.11],[200.556,-123.406],[200.158,-123.406],[199.767,-123.5],[199.373,-123.307],[199.129,-122.914],[198.389,-123.01],[197.998,-123.01],[197.581,-123.207],[195.639,-123.207],[194.85,-123.01],[193.772,-123.207],[193.376,-123.207],[193.277,-122.816],[192.616,-122.816],[192.004,-122.816],[191.61,-122.914],[191.163,-122.864],[191.217,-123.597],[191.113,-123.994],[191.163,-124.386],[190.525,-124.485],[190.132,-124.386],[189.939,-123.994],[188.951,-123.5],[188.365,-123.597],[187.97,-123.994],[188.068,-124.386],[188.857,-124.386],[189.246,-124.386],[189.642,-124.682],[189.835,-125.075],[190.233,-125.172],[190.624,-125.368],[190.92,-125.96],[190.92,-126.153],[190.72,-126.548],[190.132,-126.548],[189.149,-126.452],[188.758,-126.153],[188.365,-125.96],[188.167,-125.469],[187.873,-125.075],[187.478,-124.781],[186.962,-124.386],[184.53,-124.386],[184.137,-124.19],[184.233,-123.797],[184.53,-123.207],[184.53,-123.01],[184.137,-122.816],[183.839,-122.419],[183.204,-122.32],[182.956,-122.32],[182.564,-122.419],[181.777,-122.419],[181.287,-122.225],[180.889,-121.929],[180.107,-121.929],[179.318,-121.929],[178.313,-121.732],[178.137,-121.732],[177.941,-121.832],[178.532,-121.929],[178.827,-122.32],[179.22,-122.617],[179.517,-123.01],[179.908,-123.207],[180.327,-123.213],[180.693,-123.207],[181.087,-123.207],[181.287,-123.597],[181.678,-123.893],[182.467,-124.485],[182.956,-125.27],[183.743,-125.469],[184.137,-125.469],[184.53,-125.566],[184.921,-125.566],[185.313,-125.761],[185.413,-126.153],[185.71,-126.548],[186.493,-126.748],[186.887,-126.748],[187.285,-126.845],[187.772,-126.845],[188.167,-126.942],[188.559,-127.238],[188.951,-127.535],[188.951,-127.924],[189.149,-128.713],[191.113,-128.713],[191.217,-129.304],[191.217,-129.697],[191.408,-130.088],[191.607,-130.088],[191.806,-130.088],[192.004,-130.484],[191.902,-130.877],[191.806,-131.268],[191.605,-131.317],[191.408,-131.367],[191.408,-131.761],[191.217,-132.151],[191.006,-132.153],[190.822,-132.151],[190.822,-132.546],[190.624,-133.038],[190.132,-133.432],[189.741,-133.727],[189.496,-133.726],[189.246,-133.727],[188.857,-133.825],[188.806,-135.005],[185.929,-135.005],[185.118,-135.201],[184.233,-135.299],[183.839,-135.299],[183.447,-135.102],[183.154,-134.713],[182.758,-134.611],[182.072,-135.299],[181.678,-135.398],[181.064,-135.494],[180.499,-135.398],[180.499,-134.216],[179.318,-134.216],[178.925,-134.512],[179.123,-134.906],[179.517,-135.005],[179.908,-135.768],[179.809,-136.185],[177.668,-136.185],[176.863,-136.38],[175.876,-136.38],[175.485,-136.481],[175.683,-136.872],[176.368,-137.562],[176.587,-137.567],[176.764,-137.562],[177.158,-137.854],[177.158,-138.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 30\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":30,\"ty\":\"sh\",\"ix\":31,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.444],[0,0.146],[0,0.072],[0,0],[-0.149,0],[-0.03,-0.018],[0,0],[0,0]],\"o\":[[0,-0.145],[0,-0.078],[0,0],[0.147,0],[0.037,0],[0,0],[0,0],[0,-0.444]],\"v\":[[25.267,-112.787],[25.362,-113.178],[25.314,-113.377],[26.151,-113.377],[26.544,-113.475],[26.641,-113.439],[26.641,-111.654],[25.314,-111.654]],\"c\":true},\"ix\":2},\"nm\":\"Path 31\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":31,\"ty\":\"sh\",\"ix\":32,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0.295,-0.396],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[-0.296,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-242.727,-137.658],[-244.988,-137.658],[-246.462,-137.757],[-247.84,-135.69],[-249.315,-134.216],[-251.082,-134.216],[-252.756,-133.531],[-252.068,-132.349],[-250.099,-131.658],[-249.315,-132.643],[-248.136,-131.859],[-247.053,-132.447],[-246.854,-133.239],[-245.578,-133.333],[-245.184,-134.512],[-244.104,-135.299],[-243.219,-134.02],[-242.234,-134.416],[-240.566,-135.005],[-240.076,-136.872],[-239.483,-138.15],[-241.646,-138.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 32\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":32,\"ty\":\"sh\",\"ix\":33,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.151,-0.127],[0.368,-0.075],[0,0],[-0.171,0],[-0.27,-0.049],[-0.146,-0.026],[0,0],[-0.05,0],[0.1,0.247],[0.1,0.096],[0.248,0]],\"o\":[[-0.198,0.027],[-0.271,0.219],[0,0],[0.146,-0.045],[0.3,0],[0.146,0.022],[0,0],[0.05,0],[-0.028,-0.268],[-0.048,-0.118],[-0.174,-0.172],[0,0]],\"v\":[[158.576,-137.167],[158.28,-136.773],[157.396,-136.38],[157.396,-135.891],[157.788,-136.086],[158.576,-135.987],[158.969,-135.789],[159.363,-135.789],[159.462,-135.891],[159.363,-136.58],[159.363,-136.968],[158.772,-137.167]],\"c\":true},\"ix\":2},\"nm\":\"Path 33\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":33,\"ty\":\"sh\",\"ix\":34,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-203.503,-136.481],[-203.699,-135.201],[-201.929,-134.216],[-200.257,-133.333],[-198.39,-133.239],[-197.307,-134.317],[-197.406,-135.201],[-198.782,-136.284],[-200.651,-136.284],[-201.73,-136.773]],\"c\":true},\"ix\":2},\"nm\":\"Path 34\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":34,\"ty\":\"sh\",\"ix\":35,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.146,0],[0.113,0.009],[0.15,-0.029],[0.197,-0.246],[0.077,-0.126],[0.096,-0.12],[0.171,-0.077],[0.159,0.026],[0.113,-0.008],[0.124,-0.021],[0.15,-0.069],[0.17,-0.074],[0.15,-0.03],[0.147,0],[0.298,0],[0.2,-0.05],[0.15,-0.051],[0.123,-0.047],[0.171,-0.021],[0.067,0.006],[0.069,-0.009],[0.544,0.028],[0.295,0],[0,0],[0.149,0],[0.126,0.008],[0.174,-0.026],[0.147,-0.027],[0.22,-0.196],[0.074,-0.128],[0.173,-0.295],[0,0],[0.121,-0.125],[0.122,-0.122],[0.146,-0.099],[0.122,-0.049],[0.196,-0.049],[0.101,-0.071],[0.077,-0.146],[0,-0.125],[0,-0.346],[0.222,0],[0.466,-0.023],[0.146,-0.026],[0,-0.221],[0.2,-0.27],[0.079,-0.172],[0,-0.123],[0,0],[0,0],[0.218,0],[0.155,0.008],[0.255,-0.03],[0.295,-0.145],[0.169,-0.122],[0,-0.343],[-0.047,-0.176],[-0.122,0.021],[-0.271,0],[-0.223,-0.024],[0,-0.245],[0,0],[-0.073,-0.145],[0.294,0.024],[0.296,0],[0.201,-0.028],[0,0],[0.368,-0.051],[0.295,-0.12],[0,-0.123],[0,-0.17],[0.025,-0.121],[0.075,-0.173],[0.028,-0.123],[0.027,-0.147],[0.271,-0.027],[0.124,-0.076],[0.096,-0.149],[0.071,-0.124],[0.047,-0.148],[0,-0.321],[0,-0.15],[0,-0.149],[0,-0.148],[0,0],[-0.07,0.1],[-0.124,0.099],[-0.05,-0.099],[-0.048,-0.097],[-0.073,-0.147],[-0.099,0.198],[-0.025,0.121],[-0.127,-0.075],[-0.172,-0.12],[-0.271,-0.267],[-0.1,-0.124],[0,0],[0,0],[-0.047,-0.148],[0,0],[-0.567,-0.05],[-0.169,-0.025],[-0.347,-0.049],[-0.266,0],[0,0],[-0.146,0],[-0.122,0],[0,0],[0.076,0.098],[0.049,0.148],[0,0.296],[0.061,-0.011],[0.055,0.041],[0.095,0.121],[0.048,0.124],[0.121,0.149],[0.143,0.146],[0.148,0.193],[0.076,0.099],[0.077,-0.004],[0.027,0.069],[0.027,0.122],[0,0.151],[0,0.241],[0,0],[-0.072,0.171],[-0.023,0.124],[-0.118,0.444],[-0.122,0.123],[-0.224,0.322],[-0.098,0.073],[-0.095,0.048],[-0.097,0.074],[-0.097,0.077],[-0.099,0.075],[-0.197,0.296],[-0.07,0.121],[-0.102,0.101],[-0.124,0.072],[-0.075,-0.017],[-0.046,0.023],[-0.148,0.294],[-0.048,0.121],[-0.076,0.123],[-0.097,0.144],[-0.095,0.146],[-0.019,0.121],[-0.32,0.024],[-0.07,-0.008],[-0.097,0.027],[-0.167,0.074],[-0.086,-0.016],[-0.082,0.023],[-0.12,0.178],[-0.102,0.074],[-0.122,0.022],[-0.068,-0.007],[-0.061,0.011],[-0.126,0.051],[-0.144,0.124],[-0.097,0.124],[-0.124,0.098],[0,0.221],[0.025,0.274],[-0.298,0],[-0.162,-0.009],[-0.385,0.153],[-0.148,0.121],[-0.224,0.074],[-0.067,-0.006],[-0.064,0.014],[-0.344,0],[0,0],[-0.12,0.071],[-0.196,0.074],[-0.296,0],[-0.271,0.046],[-0.395,0],[0,0],[-0.123,0.072],[-0.245,0.295],[-0.126,0.074],[-0.125,0.023],[-0.294,0],[0,0.246],[0.053,0.175],[0.075,0.119],[0.123,0.073],[0.188,-0.037],[0.127,0.008],[0.198,0]],\"o\":[[0,0],[-0.151,0],[-0.131,0.011],[-0.141,-0.011],[-0.322,0.05],[-0.068,0.099],[-0.07,0.121],[-0.098,0.122],[-0.169,0.078],[-0.099,-0.016],[-0.145,0],[-0.147,0.027],[-0.17,0.075],[-0.148,0.074],[-0.115,0.022],[-0.295,0.022],[-0.223,0],[-0.147,0.048],[-0.124,0.05],[-0.172,0.051],[-0.066,0.015],[-0.062,-0.006],[-0.543,0.079],[-0.292,-0.021],[0,0],[-0.146,0],[-0.157,0.013],[-0.151,-0.011],[-0.149,0.028],[-0.293,0.075],[-0.126,0.099],[-0.194,0.268],[0,0],[-0.124,0.1],[-0.124,0.122],[-0.122,0.126],[-0.097,0.048],[-0.197,0.076],[-0.124,0.026],[-0.121,0.101],[-0.071,0.123],[-0.05,0.314],[-0.219,-0.026],[-0.468,-0.023],[-0.148,0],[0.098,0.172],[0,0.346],[-0.101,0.148],[-0.048,0.123],[0,0],[0,0],[-0.22,0.026],[-0.2,0.009],[-0.211,-0.011],[-0.32,0.049],[-0.194,0.097],[-0.273,0.196],[0,0.197],[0.148,-0.029],[0.245,-0.079],[0.222,0],[-0.076,0.221],[0,0],[0,0.194],[-0.294,0],[-0.294,-0.028],[-0.196,0],[0,0],[-0.392,0],[-0.296,0.024],[0.026,0.15],[0.026,0.148],[0,0.15],[-0.048,0.171],[-0.048,0.124],[-0.023,0.121],[-0.292,0],[-0.121,0],[-0.147,0.094],[-0.072,0.099],[-0.072,0.147],[-0.128,0.271],[0,0.147],[0,0.144],[0,0.148],[0,0],[0.074,-0.119],[0.104,-0.121],[0.123,0.074],[0.049,0.096],[0.1,0.147],[0.146,-0.147],[0.048,-0.122],[0.149,0.073],[0.169,0.12],[0.293,0.224],[0.122,0.12],[0,0],[0,0],[0.051,0.149],[0,0],[0.567,0],[0.196,0],[0.32,0.027],[0.27,0.027],[0,0],[0.148,0],[0.123,0],[0,0],[-0.071,-0.126],[-0.074,-0.121],[-0.097,-0.267],[-0.053,-0.012],[-0.081,0.015],[-0.148,-0.124],[-0.075,-0.102],[-0.102,-0.173],[-0.124,-0.148],[-0.174,-0.172],[-0.072,-0.1],[-0.035,-0.046],[-0.089,0.003],[-0.049,-0.121],[-0.023,-0.126],[-0.023,-0.243],[0,0],[0.049,-0.17],[0.05,-0.125],[0.099,-0.442],[0.027,-0.143],[0.271,-0.267],[0.047,-0.096],[0.095,-0.074],[0.098,-0.046],[0.099,-0.074],[0.099,-0.071],[0.27,-0.217],[0.074,-0.123],[0.074,-0.124],[0.095,-0.095],[0.066,-0.04],[0.065,0.015],[0.271,-0.171],[0.049,-0.124],[0.072,-0.147],[0.096,-0.146],[0.098,-0.151],[0.077,-0.124],[0.348,0],[0.075,-0.01],[0.089,0.011],[0.172,-0.048],[0.092,-0.037],[0.075,0.014],[0.195,-0.071],[0.074,-0.095],[0.101,-0.075],[0.061,-0.013],[0.066,0.005],[0.124,-0.026],[0.172,-0.074],[0.128,-0.097],[0.1,-0.122],[0.145,-0.124],[0,-0.273],[0.293,-0.024],[0.193,-0.007],[0.351,0.02],[0.173,-0.049],[0.17,-0.148],[0.056,-0.011],[0.067,0.006],[0.322,-0.096],[0,0],[0.171,0],[0.17,-0.127],[0.272,-0.096],[0.296,0],[0.364,-0.051],[0,0],[0.173,0],[0.321,-0.222],[0.101,-0.124],[0.099,-0.049],[0.266,-0.076],[0.077,-0.224],[0,-0.197],[-0.05,-0.147],[-0.047,-0.099],[-0.17,-0.108],[-0.111,0.022],[-0.199,0],[0,0]],\"v\":[[105.484,-136.185],[105.098,-136.185],[104.703,-136.086],[104.342,-136.093],[103.915,-136.086],[103.126,-135.69],[103.027,-135.299],[102.833,-134.906],[102.441,-134.611],[101.965,-134.586],[101.652,-134.611],[101.258,-134.611],[100.866,-134.416],[100.474,-134.119],[100.078,-133.921],[99.689,-133.921],[98.9,-133.921],[98.309,-133.825],[97.918,-133.628],[97.523,-133.531],[97.132,-133.239],[96.934,-133.236],[96.74,-133.239],[95.359,-133.239],[94.574,-133.333],[94.082,-133.333],[93.69,-133.239],[93.275,-133.242],[92.806,-133.239],[92.411,-133.038],[91.626,-132.742],[91.427,-132.349],[90.938,-131.564],[88.185,-131.564],[87.793,-131.268],[87.497,-130.877],[87.203,-130.484],[86.807,-130.386],[86.22,-130.286],[85.823,-130.189],[85.432,-129.893],[85.432,-129.497],[85.432,-128.614],[84.844,-128.713],[83.661,-128.713],[83.272,-128.614],[83.565,-128.122],[83.072,-127.337],[82.678,-127.041],[82.678,-126.649],[82.678,-126.257],[82.678,-125.469],[82.091,-125.368],[81.572,-125.376],[80.909,-125.368],[80.025,-125.075],[79.536,-124.781],[79.042,-123.994],[79.237,-123.5],[79.633,-123.597],[80.246,-123.893],[80.811,-123.797],[80.615,-123.207],[80.615,-123.01],[80.909,-122.617],[79.831,-122.419],[79.042,-122.522],[78.548,-122.419],[78.548,-121.14],[77.569,-121.14],[76.78,-120.849],[76.78,-120.455],[76.98,-120.064],[76.879,-119.669],[76.484,-119.373],[76.484,-118.978],[76.387,-118.585],[75.599,-118.585],[75.207,-118.585],[74.913,-118.195],[74.913,-117.799],[74.523,-117.604],[74.473,-116.793],[74.421,-116.421],[74.523,-116.029],[74.473,-115.639],[75.503,-115.54],[75.599,-115.933],[75.993,-116.128],[76.387,-116.029],[76.484,-115.639],[76.78,-115.246],[77.174,-115.639],[77.174,-116.029],[77.569,-115.833],[77.96,-115.441],[78.846,-114.95],[79.042,-114.554],[78.353,-113.67],[78.353,-113.475],[78.548,-113.081],[80.689,-113.081],[82.091,-112.787],[82.579,-112.787],[83.467,-112.591],[84.126,-112.591],[84.743,-112.591],[85.135,-112.687],[85.432,-112.64],[85.432,-113.475],[85.333,-113.87],[84.941,-114.066],[84.941,-114.85],[84.764,-114.839],[84.548,-114.85],[84.156,-115.144],[84.156,-115.54],[83.763,-115.833],[83.37,-116.226],[82.876,-116.718],[82.777,-117.114],[82.587,-117.151],[82.384,-117.212],[82.384,-117.604],[82.384,-117.998],[82.188,-118.585],[82.188,-118.784],[82.579,-119.077],[82.678,-119.472],[82.678,-120.652],[83.072,-120.849],[83.763,-121.636],[83.861,-122.027],[84.251,-122.127],[84.645,-122.225],[84.645,-122.617],[85.04,-122.715],[85.725,-123.406],[85.725,-123.797],[86.125,-123.994],[86.316,-124.386],[86.536,-124.392],[86.71,-124.386],[87.299,-125.075],[87.397,-125.469],[87.596,-125.863],[87.988,-126.153],[88.28,-126.548],[88.28,-126.942],[89.169,-126.942],[89.385,-126.936],[89.66,-126.942],[89.954,-127.337],[90.216,-127.342],[90.448,-127.337],[90.938,-127.633],[90.938,-128.025],[91.332,-128.122],[91.53,-128.122],[91.723,-128.122],[92.118,-128.221],[92.508,-128.516],[92.706,-128.909],[93.103,-129.106],[93.493,-129.497],[93.397,-130.189],[94.184,-130.286],[94.711,-130.274],[95.755,-130.386],[96.052,-130.776],[96.546,-131.171],[96.734,-131.17],[96.935,-131.171],[97.743,-131.464],[100.057,-131.464],[100.474,-131.658],[100.866,-132.055],[101.652,-132.151],[102.441,-132.151],[103.253,-132.742],[105.165,-132.742],[105.587,-132.937],[106.273,-133.727],[106.471,-134.119],[106.867,-134.216],[107.648,-134.216],[107.846,-134.808],[107.549,-135.201],[107.354,-135.591],[107.258,-135.987],[106.73,-136.023],[106.375,-135.987],[105.879,-136.185]],\"c\":true},\"ix\":2},\"nm\":\"Path 35\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":35,\"ty\":\"sh\",\"ix\":36,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.099,0.396],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-237.518,-136.185],[-237.319,-135.398],[-235.157,-135.201],[-235.255,-136.185]],\"c\":true},\"ix\":2},\"nm\":\"Path 36\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":36,\"ty\":\"sh\",\"ix\":37,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.197,-0.391],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,0.294],[0,0],[0.491,0],[0,0],[0,0],[0,0],[0,0],[-0.295,-0.591],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,-0.297],[0,0],[-0.491,0],[0,0],[0,0],[0,0],[0,0],[0.295,0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-218.642,-134.02],[-217.952,-133.038],[-215.593,-131.268],[-213.432,-130.583],[-212.254,-130.974],[-211.267,-131.171],[-210.481,-130.286],[-209.793,-128.516],[-208.807,-129.007],[-207.14,-129.106],[-205.96,-129.304],[-205.861,-130.386],[-205.861,-131.955],[-205.174,-132.742],[-205.566,-133.921],[-207.237,-134.713],[-208.318,-134.02],[-210.186,-135.201],[-211.758,-135.201],[-210.578,-134.216],[-209.203,-132.447],[-210.382,-132.349],[-212.35,-134.216],[-213.825,-134.216],[-213.728,-133.038],[-213.333,-131.761],[-215.102,-132.843],[-215.987,-134.808],[-218.544,-135.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 37\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":37,\"ty\":\"sh\",\"ix\":38,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-0.094],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0.689],[0,0],[0,0],[-0.393,0.099],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.592],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-227.882,-135.591],[-228.474,-134.906],[-229.553,-134.611],[-229.454,-133.825],[-228.278,-133.038],[-228.572,-131.564],[-227.096,-131.367],[-227.096,-130.583],[-228.278,-130.484],[-230.243,-130.484],[-231.522,-131.268],[-232.8,-132.843],[-234.371,-133.432],[-235.747,-133.432],[-237.125,-134.119],[-238.107,-134.317],[-239.975,-133.727],[-240.957,-132.349],[-241.943,-131.367],[-243.023,-130.286],[-242.826,-129.106],[-240.665,-129.007],[-238.795,-128.614],[-237.125,-128.812],[-235.65,-129.304],[-233.093,-128.909],[-231.422,-128.909],[-233.389,-128.317],[-235.255,-128.317],[-236.534,-127.728],[-236.338,-126.845],[-235.157,-126.349],[-232.7,-126.349],[-230.243,-127.238],[-228.669,-128.419],[-226.902,-128.614],[-224.54,-128.614],[-222.18,-128.614],[-221.296,-129.697],[-220.706,-131.761],[-221.492,-132.546],[-222.575,-132.546],[-222.771,-131.658],[-224.147,-132.151],[-225.817,-133.432],[-225.817,-134.416],[-226.406,-135.591]],\"c\":true},\"ix\":2},\"nm\":\"Path 38\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":38,\"ty\":\"sh\",\"ix\":39,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.198,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.494,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.49,0],[0,0.393],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0.197,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.49,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,0],[0,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-194.753,-135.005],[-196.424,-134.808],[-195.735,-132.742],[-194.656,-130.877],[-195.538,-129.304],[-194.457,-128.122],[-192.588,-126.942],[-189.935,-127.14],[-188.656,-127.924],[-186.885,-126.649],[-184.037,-126.548],[-180.791,-126.548],[-179.317,-126.942],[-178.631,-127.633],[-177.644,-126.845],[-175.976,-126.942],[-173.124,-127.238],[-172.926,-128.317],[-171.845,-129.007],[-172.14,-130.583],[-174.699,-131.268],[-177.451,-131.859],[-179.513,-131.171],[-182.564,-130.484],[-184.525,-130.286],[-187.28,-130.776],[-189.541,-130.676],[-191.408,-132.151],[-191.607,-133.628],[-192.293,-135.005]],\"c\":true},\"ix\":2},\"nm\":\"Path 39\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":39,\"ty\":\"sh\",\"ix\":40,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.164,0],[0,0],[0.146,0],[0.762,0],[0.075,-0.323],[0.125,-0.294],[0.05,-0.122],[0.024,-0.198],[0.024,-0.122],[0.026,-0.146],[0,0],[-0.124,-0.149],[-0.124,-0.1],[-0.121,-0.053],[-0.167,-0.075],[-0.124,-0.047],[-0.124,-0.194],[-0.073,-0.145],[-0.101,-0.121],[-0.269,0],[-0.39,0.025],[-0.026,0.196],[-0.026,0.126],[-0.071,0.174],[-0.496,0],[-0.466,0.023],[-0.093,-0.002],[-0.203,0.101],[-0.124,0.049],[-0.149,0],[-0.122,-0.049],[-0.176,-0.048],[-0.147,0],[-0.272,0.199],[-0.148,0.097],[-0.218,0],[0,0],[-0.17,-0.051],[-0.121,-0.026],[-0.172,0],[0,0],[-0.096,0.415],[-0.076,0.147],[-0.101,0.173],[-0.049,0.171],[-0.022,0.121],[0.12,0.023],[0.06,-0.009],[0.066,0.027],[0.145,0.045],[0.122,0],[0.216,-0.015],[0.192,0.009],[0.223,0],[0,0],[0.1,-0.094],[0.048,-0.096],[0.075,-0.198],[0.025,-0.118],[0,-0.319],[0.298,0],[0.147,0],[0,0],[-0.072,0.121],[0,0.346],[0.024,0.147],[0.291,0.024],[0.149,0],[0.293,0],[0.147,-0.024],[0,0],[0.291,0],[0.27,0.023],[0.121,0.023],[0.125,0.094],[0.099,0.124],[0.125,0.101],[0.1,0.072],[0.063,0]],\"o\":[[0,0],[-0.149,0],[-0.765,0.022],[0.027,0.344],[-0.072,0.315],[-0.047,0.126],[-0.075,0.197],[-0.029,0.123],[-0.029,0.121],[0,0],[0.098,0.147],[0.101,0.124],[0.101,0.073],[0.149,0.072],[0.126,0.049],[0.196,0.099],[0.072,0.128],[0.074,0.148],[0.145,0.172],[0.396,0],[0.027,-0.222],[0.024,-0.121],[0.024,-0.174],[0.393,0.249],[0.465,0],[0.106,-0.007],[0.205,0.005],[0.123,-0.048],[0.121,-0.049],[0.148,0],[0.173,0.049],[0.124,0.022],[0.347,0],[0.149,-0.097],[0.17,-0.122],[0,0],[0.173,0.026],[0.124,0.046],[0.149,0.048],[0,0],[0,-0.417],[0.027,-0.172],[0.098,-0.198],[0.07,-0.145],[0.025,-0.124],[-0.146,-0.024],[-0.056,-0.012],[-0.075,0.01],[-0.149,-0.053],[-0.123,-0.054],[-0.261,-0.044],[-0.152,0.011],[-0.222,0],[0,0],[-0.148,0.049],[-0.097,0.1],[-0.121,0.172],[-0.023,0.121],[-0.05,0.298],[-0.296,-0.023],[-0.146,0],[0,0],[0,-0.173],[0.145,-0.272],[0,-0.17],[-0.295,0],[-0.15,0],[-0.292,-0.025],[-0.15,0],[0,0],[-0.294,-0.024],[-0.296,0],[-0.122,0],[-0.174,-0.026],[-0.121,-0.103],[-0.097,-0.125],[-0.097,-0.074],[-0.056,-0.05],[-0.126,0]],\"v\":[[239.756,-132.643],[239.189,-132.643],[238.798,-132.546],[236.829,-132.546],[236.928,-131.658],[236.533,-130.877],[236.436,-130.484],[236.144,-129.992],[236.144,-129.598],[236.043,-129.205],[235.751,-129.497],[236.043,-129.106],[236.238,-128.713],[236.633,-128.614],[237.024,-128.317],[237.421,-128.221],[237.912,-127.831],[238.107,-127.437],[238.306,-127.041],[238.969,-126.942],[239.975,-127.041],[240.074,-127.633],[240.074,-128.025],[240.366,-128.419],[241.551,-127.924],[242.728,-128.025],[243.025,-128.029],[243.615,-128.122],[243.714,-128.516],[244.107,-128.516],[244.496,-128.516],[244.793,-128.122],[245.184,-128.025],[245.973,-128.516],[246.271,-128.909],[246.858,-129.007],[247.055,-129.007],[247.447,-128.713],[247.84,-128.614],[248.258,-128.516],[249.806,-128.516],[249.806,-129.598],[250.006,-129.992],[250.4,-130.386],[250.691,-130.776],[250.691,-131.171],[250.3,-131.268],[250.123,-131.261],[249.907,-131.268],[249.71,-131.658],[249.316,-131.658],[248.637,-131.67],[248.134,-131.658],[247.548,-131.761],[247.35,-131.761],[246.954,-131.564],[246.858,-131.171],[246.464,-130.776],[246.366,-130.386],[246.366,-129.549],[245.579,-129.598],[245.184,-129.549],[245.184,-130.705],[245.482,-131.071],[245.876,-131.859],[245.678,-132.252],[244.894,-132.252],[244.496,-132.349],[243.714,-132.349],[243.321,-132.252],[243.321,-131.171],[242.533,-131.268],[241.746,-131.268],[241.353,-131.268],[241.055,-131.658],[240.759,-132.055],[240.366,-132.252],[240.366,-132.643],[240.188,-132.709]],\"c\":true},\"ix\":2},\"nm\":\"Path 40\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":40,\"ty\":\"sh\",\"ix\":41,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-245.381,-131.955],[-246.365,-130.776],[-244.497,-130.484],[-243.515,-132.447]],\"c\":true},\"ix\":2},\"nm\":\"Path 41\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":41,\"ty\":\"sh\",\"ix\":42,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.053,-0.197],[0,-0.145],[-0.022,-0.122],[-0.174,-0.097],[-0.197,0],[-0.194,0.148],[0,0.145],[-0.046,0.293],[0.197,0],[0.17,0]],\"o\":[[-0.022,0.122],[0,0.15],[0.029,0.173],[0.17,0.101],[0.243,0],[-0.02,-0.149],[0,-0.298],[-0.194,-0.027],[-0.174,0],[-0.223,0]],\"v\":[[232.402,-131.268],[232.402,-130.877],[232.402,-130.484],[232.801,-130.189],[233.194,-129.893],[233.681,-130.286],[233.585,-130.676],[233.681,-131.464],[233.194,-131.464],[232.801,-131.658]],\"c\":true},\"ix\":2},\"nm\":\"Path 42\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":42,\"ty\":\"sh\",\"ix\":43,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.171,-0.072],[-0.126,-0.048],[-0.125,-0.074],[-0.123,-0.096],[-0.268,0],[-0.22,0.05],[-0.343,0],[-0.272,-0.174],[-0.198,-0.095],[-0.12,-0.047],[-0.148,-0.025],[-0.297,0],[0,0],[-0.124,0.026],[-0.148,0.121],[-0.174,0.022],[-0.121,0],[-0.219,0],[0,0],[0,0.148],[0,0.051],[0.513,0],[0.149,-0.025],[0.323,0],[0,0],[0.147,0],[0,0],[0.151,0],[0,0],[0.489,0],[0.124,-0.07],[0.099,-0.048],[0.221,0],[0.198,0.076],[0.269,0.466]],\"o\":[[0,0],[0.145,0.073],[0.126,0.049],[0.145,0.077],[0.124,0.072],[0.196,0.149],[0.247,0],[0.322,-0.077],[0.343,0],[0.169,0.101],[0.122,0.051],[0.148,0.049],[0.27,0.048],[0,0],[0.122,0],[0.193,-0.047],[0.148,-0.122],[0.124,-0.026],[0.199,-0.026],[0,0],[0,-0.144],[0,-0.046],[-0.517,-0.025],[-0.173,0],[-0.293,0.051],[0,0],[-0.146,0],[0,0],[-0.145,0],[0,0],[-0.49,-0.021],[-0.175,0],[-0.099,0.051],[-0.171,0.123],[-0.223,0],[-0.467,-0.222],[0,0]],\"v\":[[252.858,-130.877],[252.858,-129.205],[252.952,-128.909],[253.348,-128.812],[253.741,-128.614],[253.936,-128.221],[254.574,-128.025],[255.214,-128.122],[256.1,-128.419],[256.886,-128.025],[257.28,-127.633],[257.673,-127.535],[258.064,-127.337],[258.853,-127.337],[259.246,-127.337],[259.639,-127.337],[260.033,-127.728],[260.329,-128.122],[260.719,-128.122],[261.308,-128.122],[261.308,-128.909],[261.21,-129.304],[261.287,-129.401],[259.96,-129.497],[259.538,-129.401],[258.728,-129.304],[258.358,-129.304],[257.969,-129.401],[257.475,-129.401],[257.082,-129.328],[257.082,-130.386],[255.831,-130.484],[255.412,-130.386],[255.313,-129.992],[254.723,-129.992],[254.133,-129.992],[253.249,-131.071]],\"c\":true},\"ix\":2},\"nm\":\"Path 43\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":43,\"ty\":\"sh\",\"ix\":44,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-200.847,-130.776],[-202.812,-129.992],[-203.207,-129.007],[-201.832,-127.728],[-200.355,-127.728],[-198.979,-127.14],[-197.801,-127.633],[-197.406,-129.106],[-198.782,-129.893],[-199.57,-130.974]],\"c\":true},\"ix\":2},\"nm\":\"Path 44\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":44,\"ty\":\"sh\",\"ix\":45,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.026,-0.102],[0,0],[0,0],[0,0],[0,0.393],[0.408,0]],\"o\":[[0.097,0.398],[0,0],[0,0],[0,0],[0,-0.29],[-0.142,0]],\"v\":[[-218.445,-130.189],[-219.132,-129.791],[-218.741,-128.713],[-217.462,-128.812],[-216.97,-129.697],[-218.242,-130.333]],\"c\":true},\"ix\":2},\"nm\":\"Path 45\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":45,\"ty\":\"sh\",\"ix\":46,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-206.255,-126.548],[-204.877,-126.548],[-205.464,-127.437]],\"c\":true},\"ix\":2},\"nm\":\"Path 46\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":46,\"ty\":\"sh\",\"ix\":47,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.099,0.389],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.096,-0.397],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-255.999,-126.548],[-255.999,-125.566],[-255.506,-123.797],[-256.099,-121.14],[-258.849,-117.702],[-255.407,-116.718],[-253.542,-114.163],[-251.872,-115.54],[-249.805,-115.54],[-248.526,-116.525],[-248.038,-118.391],[-246.168,-119.566],[-244.892,-120.849],[-241.349,-122.225],[-239.188,-122.914],[-239.386,-124.19],[-242.137,-125.761],[-243.709,-125.96],[-245.578,-125.172],[-247.741,-125.863],[-249.904,-126.649],[-252.556,-126.845]],\"c\":true},\"ix\":2},\"nm\":\"Path 47\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":47,\"ty\":\"sh\",\"ix\":48,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.199],[-0.147,-0.123],[-0.12,-0.027],[-0.296,0],[-0.197,0],[-0.124,0.071],[-0.073,0.124],[0.147,0.028],[0.067,-0.006],[0.062,0.014],[0.344,0]],\"o\":[[0,0.193],[0,0.195],[0.1,0.071],[0.271,0.097],[0.196,0],[0.167,0],[0.122,-0.078],[-0.147,-0.049],[-0.062,-0.012],[-0.069,0.008],[-0.316,-0.072],[0,0]],\"v\":[[241.257,-126.153],[241.155,-125.664],[241.451,-125.27],[241.842,-125.172],[242.629,-124.978],[243.124,-125.075],[243.517,-125.27],[243.615,-125.664],[243.223,-125.863],[243.027,-125.863],[242.824,-125.863],[242.016,-126.153]],\"c\":true},\"ix\":2},\"nm\":\"Path 48\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":48,\"ty\":\"sh\",\"ix\":49,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.049,-0.123],[-0.123,-0.296],[-0.027,-0.149],[0,-0.295],[0,0],[0.149,0.074],[0.148,0.075],[0.124,0.099],[0.172,0.292],[0,0],[0.1,0.146]],\"o\":[[0.053,0.122],[0.147,0.296],[0.049,0.143],[0.046,0.271],[0,0],[-0.096,-0.127],[-0.172,-0.074],[-0.127,-0.073],[-0.245,-0.197],[0,0],[-0.077,-0.171],[0,0]],\"v\":[[232.6,-126.057],[232.702,-125.664],[233.194,-124.876],[233.392,-124.485],[233.392,-123.746],[235.157,-123.746],[234.96,-124.19],[234.472,-124.289],[234.077,-124.485],[233.585,-125.27],[233.392,-125.664],[233.095,-126.057]],\"c\":true},\"ix\":2},\"nm\":\"Path 49\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":49,\"ty\":\"sh\",\"ix\":50,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.394,0],[0,-0.591],[0,0],[0,0],[0,-0.39],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.492,0],[0,0],[0,0]],\"o\":[[-0.393,0],[0,0.593],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-200.061,-125.469],[-200.158,-124.19],[-201.437,-123.207],[-201.437,-120.748],[-200.847,-118.195],[-198.979,-118.491],[-197.702,-119.373],[-197.503,-120.748],[-195.538,-120.358],[-194.36,-121.24],[-193.473,-122.816],[-192.194,-124.19],[-193.965,-124.978],[-195.735,-124.978],[-197.503,-125.566]],\"c\":true},\"ix\":2},\"nm\":\"Path 50\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":50,\"ty\":\"sh\",\"ix\":51,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.395,0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.391,0.492],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,-0.199],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.397],[0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,-0.493],[0,0],[0,0]],\"v\":[[-208.514,-125.172],[-208.71,-124.089],[-209.402,-124.089],[-210.776,-124.585],[-212.254,-124.19],[-211.956,-123.11],[-210.677,-121.929],[-211.17,-120.552],[-212.153,-120.159],[-213.529,-121.24],[-214.709,-121.14],[-214.906,-120.064],[-213.432,-119.177],[-212.35,-118.491],[-210.677,-118.096],[-209.893,-116.525],[-207.629,-115.441],[-206.255,-116.619],[-203.994,-116.718],[-203.11,-118.29],[-203.895,-119.566],[-205.174,-120.748],[-206.548,-121.537],[-204.78,-122.32],[-204.877,-123.207],[-206.255,-124.485],[-206.942,-125.27]],\"c\":true},\"ix\":2},\"nm\":\"Path 51\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":51,\"ty\":\"sh\",\"ix\":52,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.082,0],[0,0],[0.392,-0.196],[0.146,-0.095],[0.147,-0.079],[0.087,0.017],[0.082,-0.024],[0.439,-0.32],[0,0],[-0.291,-0.018],[-0.298,0],[0,0],[-0.197,0],[-0.166,-0.005],[-0.251,0.016],[-0.22,0],[0,0],[-0.174,-0.075],[-0.297,-0.074],[-0.197,0],[0,0],[0,0],[0.124,0.075],[0.124,0.076],[0.173,0.046],[0.072,-0.007],[0.057,0.01],[0.121,0.052],[0.147,0.121],[0.123,0.072],[0.045,0]],\"o\":[[0,0],[-0.471,0],[-0.174,0.075],[-0.126,0.073],[-0.079,0.036],[-0.079,-0.013],[-0.517,0.169],[0,0],[0.296,0.048],[0.296,0.028],[0,0],[0.196,0],[0.215,-0.008],[0.191,0.006],[0.221,0],[0,0],[0.172,0.048],[0.27,0.121],[0.174,0.05],[0,0],[0,0],[-0.1,-0.124],[-0.121,-0.073],[-0.147,-0.073],[-0.064,-0.016],[-0.064,0.005],[-0.122,-0.031],[-0.177,-0.097],[-0.1,-0.074],[-0.041,-0.025],[-0.09,0]],\"v\":[[245.383,-124.386],[244.993,-124.386],[243.813,-124.289],[243.418,-123.994],[243.223,-123.597],[242.972,-123.593],[242.728,-123.597],[241.551,-122.715],[241.155,-122.617],[241.941,-122.522],[242.728,-122.419],[243.124,-122.419],[243.615,-122.522],[244.165,-122.519],[244.793,-122.522],[245.383,-122.617],[245.579,-122.617],[245.973,-122.32],[246.761,-122.027],[247.277,-121.929],[247.936,-121.929],[248.037,-122.715],[247.84,-123.11],[247.447,-123.307],[247.055,-123.597],[246.845,-123.599],[246.66,-123.597],[246.271,-123.7],[245.876,-123.994],[245.777,-124.386],[245.647,-124.42]],\"c\":true},\"ix\":2},\"nm\":\"Path 52\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":52,\"ty\":\"sh\",\"ix\":53,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.391,-0.099],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.395,0.095],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-222.867,-123.406],[-221.198,-122.32],[-219.723,-120.849],[-218.642,-121.636],[-218.249,-123.11],[-219.032,-123.797],[-222.082,-124.289]],\"c\":true},\"ix\":2},\"nm\":\"Path 53\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":53,\"ty\":\"sh\",\"ix\":54,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.588],[0.593,-0.296],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.391],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,-0.292],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.589,0.59],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,-0.098],[0,0],[0,0],[0.393,-0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.59,0.592],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.59],[-0.587,0.291],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.391,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.392,0.297],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.398],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.395,0.099],[0,0],[0,0],[-0.391,0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-184.135,-124.19],[-186.885,-123.893],[-189.345,-121.929],[-190.818,-119.177],[-190.915,-115.736],[-188.656,-115.344],[-187.082,-115.246],[-186.395,-113.968],[-188.165,-114.262],[-190.032,-113.772],[-188.46,-112.196],[-186.298,-112.196],[-185.215,-112.591],[-183.739,-111.605],[-180.99,-110.721],[-182.66,-110.23],[-182.758,-108.853],[-181.58,-107.871],[-183.446,-105.217],[-184.333,-103.349],[-185.708,-101.876],[-186.985,-102.464],[-187.97,-104.727],[-186.985,-106.099],[-189.442,-108.265],[-191.408,-106.594],[-194.161,-109.642],[-195.142,-110.034],[-194.949,-111.605],[-195.341,-113.377],[-196.62,-113.576],[-196.717,-115.05],[-198.782,-116.718],[-201.242,-116.818],[-201.634,-115.833],[-202.715,-115.736],[-203.796,-114.163],[-203.207,-112.884],[-203.503,-111.902],[-201.534,-110.23],[-199.667,-109.148],[-200.257,-107.676],[-202.32,-108.069],[-201.73,-106.397],[-199.96,-106.494],[-197.996,-107.676],[-197.996,-105.903],[-201.437,-104.134],[-201.14,-101.579],[-203.305,-102.954],[-202.715,-104.727],[-204.091,-104.727],[-204.188,-106.397],[-202.909,-106.397],[-203.305,-108.853],[-206.452,-110.326],[-207.14,-108.561],[-208.807,-107.773],[-205.96,-105.903],[-207.336,-104.824],[-207.827,-103.448],[-213.134,-103.252],[-215.79,-104.334],[-217.758,-104.626],[-220.311,-106.099],[-222.082,-105.02],[-224.835,-103.839],[-224.147,-102.169],[-224.54,-99.613],[-226.21,-102.66],[-228.865,-103.839],[-231.816,-103.252],[-238.305,-103.839],[-238.402,-104.727],[-236.139,-105.512],[-239.386,-107.183],[-241.448,-107.083],[-247.249,-108.757],[-248.725,-110.034],[-251.376,-110.326],[-252.95,-110.23],[-253.641,-109.148],[-255.114,-108.853],[-256.589,-111.313],[-257.573,-109.148],[-259.344,-109.443],[-261.014,-112.296],[-262.979,-112.787],[-263.573,-110.92],[-264.846,-109.738],[-266.813,-109.443],[-269.37,-108.561],[-271.924,-107.28],[-269.863,-109.247],[-267.701,-109.835],[-266.125,-110.427],[-265.438,-111.41],[-266.319,-111.605],[-268.975,-110.721],[-271.924,-109.443],[-273.597,-109.346],[-275.171,-109.346],[-278.414,-107.577],[-281.461,-107.871],[-283.918,-109.738],[-288.345,-109.936],[-289.917,-110.92],[-292.176,-111.313],[-294.93,-110.721],[-296.698,-111.705],[-299.551,-111.705],[-302.597,-112.491],[-305.352,-112.491],[-307.516,-112.491],[-308.103,-113.87],[-312.43,-114.066],[-314.199,-113.87],[-313.71,-114.95],[-316.266,-115.05],[-318.523,-113.772],[-322.065,-113.772],[-324.72,-111.803],[-326.785,-111.803],[-328.551,-110.427],[-328.749,-108.658],[-330.913,-107.183],[-334.454,-107.083],[-335.139,-105.119],[-331.108,-103.349],[-329.732,-101.482],[-327.47,-100.598],[-325.997,-98.334],[-328.163,-98.042],[-330.224,-98.43],[-330.421,-100.104],[-332.878,-98.824],[-334.941,-98.629],[-337.4,-96.663],[-336.22,-95.972],[-334.941,-94.993],[-334.156,-92.831],[-327.768,-93.519],[-326.193,-94.5],[-324.521,-94.306],[-324.917,-92.437],[-324.917,-90.276],[-327.177,-90.175],[-329.436,-89.388],[-331.404,-89.584],[-331.992,-87.424],[-334.355,-85.259],[-333.86,-83.783],[-332.781,-83.589],[-332.387,-82.41],[-331.504,-80.542],[-328.845,-79.656],[-327.568,-81.132],[-326.094,-79.165],[-326.389,-76.411],[-325.016,-76.411],[-324.129,-76.903],[-322.065,-77.005],[-320.69,-76.216],[-319.9,-77.593],[-318.622,-76.509],[-317.049,-77.398],[-318.035,-74.939],[-319.706,-73.167],[-322.751,-70.811],[-323.833,-69.433],[-325.801,-69.333],[-327.768,-67.959],[-330.421,-67.366],[-332.682,-65.5],[-331.404,-64.911],[-329.143,-66.583],[-327.668,-66.68],[-325.212,-67.959],[-322.461,-69.137],[-316.854,-71.79],[-316.068,-73.463],[-310.266,-76.707],[-311.742,-78.871],[-308.792,-80.542],[-307.222,-83.194],[-304.667,-83.783],[-303.287,-83.001],[-306.336,-81.82],[-307.12,-80.245],[-306.728,-78.478],[-302.893,-80.346],[-300.141,-80.834],[-300.732,-82.115],[-301.124,-82.899],[-300.24,-83.194],[-297.784,-83.098],[-295.618,-81.621],[-293.358,-80.443],[-290.996,-79.853],[-289.03,-80.346],[-287.36,-79.656],[-285.789,-79.656],[-284.215,-78.379],[-281.758,-77.2],[-280.479,-75.823],[-278.609,-75.33],[-277.626,-75.721],[-276.152,-74.838],[-275.171,-73.463],[-272.907,-72.876],[-273.3,-71.597],[-271.141,-70.708],[-271.534,-69.532],[-270.155,-69.037],[-268.779,-68.841],[-268.68,-67.466],[-267.602,-65.992],[-267.305,-64.319],[-266.716,-62.746],[-264.945,-62.551],[-264.451,-60.683],[-262.586,-58.911],[-262.095,-57.635],[-260.227,-56.651],[-258.359,-55.964],[-256.784,-55.472],[-256.491,-54.488],[-254.524,-53.212],[-253.049,-52.128],[-252.265,-49.772],[-252.265,-47.901],[-253.347,-49.083],[-254.624,-50.657],[-254.919,-51.638],[-256.491,-52.618],[-257.573,-53.016],[-257.771,-54.587],[-259.047,-54.587],[-260.128,-55.375],[-261.112,-55.768],[-262.095,-56.062],[-263.273,-55.868],[-262.293,-54.587],[-261.014,-53.801],[-259.733,-52.72],[-257.081,-50.952],[-256.196,-49.083],[-255.214,-46.72],[-255.31,-44.855],[-255.506,-42.298],[-255.506,-39.447],[-256.394,-38.761],[-256.394,-36.895],[-255.31,-34.925],[-255.702,-33.057],[-255.407,-31.584],[-254.624,-30.305],[-254.723,-28.437],[-253.641,-26.863],[-252.166,-25.586],[-251.279,-22.933],[-250.004,-21.85],[-249.708,-20.474],[-248.526,-18.901],[-246.758,-18.901],[-245.48,-17.823],[-243.515,-16.936],[-242.137,-15.556],[-241.745,-13.886],[-241.055,-12.214],[-240.173,-9.462],[-238.991,-8.285],[-237.518,-6.908],[-237.125,-5.924],[-238.305,-5.039],[-237.518,-3.955],[-236.042,-2.879],[-234.172,-1.698],[-233.093,-0.42],[-233.29,0.665],[-232.897,1.549],[-231.422,2.138],[-230.047,3.318],[-229.062,4.299],[-228.965,5.478],[-228.177,5.088],[-227.981,3.81],[-228.572,2.333],[-229.852,1.744],[-230.047,0.466],[-231.522,-0.613],[-232.111,-2.284],[-232.7,-3.861],[-233.979,-5.039],[-234.371,-6.611],[-235.65,-7.103],[-236.435,-9.07],[-237.909,-10.74],[-238.107,-12.906],[-236.927,-13.001],[-235.255,-12.315],[-234.274,-11.13],[-234.172,-9.265],[-232.405,-6.807],[-230.535,-4.843],[-228.865,-3.465],[-227.686,-2.088],[-227.391,-0.52],[-225.623,0.466],[-224.345,1.939],[-223.36,3.514],[-221.296,5.674],[-220.509,7.546],[-219.429,8.429],[-220.509,9.119],[-220.803,10.296],[-218.544,12.065],[-216.675,13.538],[-214.411,14.23],[-212.055,15.608],[-209.303,16.783],[-206.255,18.259],[-203.796,18.948],[-202.226,18.848],[-201.73,18.06],[-199.96,17.867],[-197.996,18.848],[-195.834,20.517],[-194.656,21.899],[-192.884,21.899],[-192.194,21.899],[-191.212,22.29],[-190.131,23.764],[-187.97,24.453],[-187.87,23.469],[-186.687,24.06],[-185.511,25.732],[-183.347,27.991],[-183.543,29.759],[-182.858,30.547],[-181.969,30.154],[-180.791,30.744],[-179.121,32.318],[-177.35,32.809],[-174.403,34.281],[-172.829,34.973],[-172.926,33.399],[-172.14,32.415],[-169.388,32.611],[-169.09,33.596],[-168.208,33.5],[-167.716,32.221],[-168.7,31.038],[-171.551,31.038],[-173.417,30.939],[-176.17,30.744],[-177.451,29.858],[-179.218,27.991],[-179.121,26.517],[-179.121,24.553],[-178.532,22.094],[-178.532,20.421],[-179.415,19.145],[-181.185,18.259],[-183.839,18.456],[-185.708,18.06],[-187.773,18.848],[-189.148,17.964],[-187.87,16.981],[-187.87,15.211],[-187.379,14.131],[-186.687,12.36],[-186.687,10.392],[-185.511,9.61],[-185.313,8.135],[-186.197,7.546],[-189.148,7.741],[-191.016,8.037],[-191.804,9.411],[-192.588,11.475],[-193.473,13.341],[-195.048,13.538],[-197.307,14.131],[-199.667,14.426],[-200.748,13.049],[-202.715,12.065],[-203.404,10.493],[-204.78,8.429],[-205.566,4.889],[-205.861,2.333],[-204.877,0.37],[-204.386,-1.894],[-205.37,-4.256],[-203.599,-6.513],[-202.126,-6.611],[-200.651,-7.791],[-199.175,-9.17],[-197.111,-8.876],[-195.638,-8.381],[-194.457,-8.876],[-193.473,-7.595],[-191.705,-7.595],[-190.328,-7.696],[-190.624,-8.677],[-190.131,-10.25],[-187.97,-10.35],[-186.493,-10.544],[-183.739,-10.25],[-182.66,-8.876],[-181.775,-8.876],[-181.185,-9.658],[-180.401,-9.856],[-179.121,-8.677],[-177.939,-7.204],[-177.939,-5.531],[-177.255,-4.548],[-176.96,-3.465],[-176.072,-2.679],[-175.584,-1.5],[-174.5,-0.913],[-174.403,0.37],[-173.417,0.665],[-172.829,-0.224],[-172.336,-1.599],[-172.926,-3.268],[-173.516,-5.828],[-174.793,-8.086],[-174.793,-11.034],[-174.11,-13.1],[-173.027,-15.263],[-171.351,-15.953],[-169.388,-17.626],[-167.521,-18.901],[-165.75,-19.586],[-165.455,-20.867],[-164.081,-21.654],[-165.259,-23.817],[-166.144,-24.798],[-165.75,-25.979],[-166.538,-27.061],[-165.16,-27.747],[-163.982,-26.175],[-163.291,-27.747],[-162.508,-29.127],[-161.622,-30.009],[-160.736,-32.958],[-158.081,-32.958],[-156.409,-33.944],[-154.445,-34.141],[-154.936,-35.322],[-155.034,-37.778],[-153.66,-39.647],[-152.085,-39.647],[-151.592,-40.725],[-149.528,-40.629],[-147.662,-41.71],[-146.484,-43.185],[-144.219,-43.381],[-141.762,-42.891],[-142.352,-42.1],[-144.909,-42.1],[-146.286,-41.119],[-146.286,-39.447],[-145.203,-38.956],[-144.023,-39.941],[-143.139,-40.53],[-141.467,-41.022],[-139.697,-41.906],[-137.927,-42.298],[-136.553,-43.971],[-135.174,-45.15],[-134.979,-46.527],[-136.846,-46.034],[-138.125,-43.971],[-140.288,-43.874],[-142.059,-44.759],[-143.924,-46.234],[-144.909,-48.786],[-143.236,-50.067],[-143.337,-52.128],[-145.792,-52.327],[-148.448,-51.542],[-151.396,-49.871],[-154.248,-47.115],[-156.511,-45.542],[-155.624,-47.017],[-154.248,-48.593],[-153.362,-49.379],[-155.624,-49.967],[-152.772,-49.967],[-152.085,-51.344],[-150.512,-52.618],[-148.643,-52.72],[-147.858,-54.295],[-146.286,-54.883],[-143.826,-54.883],[-139.404,-54.979],[-137.141,-54.587],[-135.372,-54.69],[-133.603,-55.964],[-132.029,-57.734],[-129.177,-58.028],[-127.701,-58.614],[-126.917,-59.406],[-127.801,-60.192],[-127.214,-60.977],[-127.115,-62.648],[-129.177,-62.944],[-129.572,-63.926],[-131.833,-63.926],[-133.603,-62.944],[-134.781,-62.159],[-135.763,-62.551],[-135.372,-63.733],[-133.309,-64.418],[-130.85,-65.011],[-129.77,-65.992],[-131.342,-66.091],[-132.913,-66.876],[-134.979,-67.466],[-136.257,-68.646],[-137.732,-69.826],[-138.319,-70.908],[-137.436,-71.105],[-137.141,-71.889],[-138.52,-73.76],[-140.189,-75.823],[-142.547,-79.46],[-143.337,-81.132],[-145.103,-78.967],[-145.103,-77.101],[-146.974,-76.411],[-148.152,-75.134],[-149.921,-75.233],[-150.317,-76.411],[-151.493,-77.295],[-153.265,-76.903],[-152.772,-78.967],[-152.772,-81.718],[-152.871,-83.194],[-155.034,-83.294],[-156.707,-84.375],[-158.278,-85.947],[-161.03,-87.619],[-162.014,-86.833],[-164.374,-86.933],[-165.358,-87.523],[-168.009,-87.523],[-169.09,-86.44],[-168.11,-84.867],[-168.503,-82.806],[-168.208,-81.427],[-167.323,-79.557],[-168.7,-79.557],[-168.6,-77.79],[-169.485,-76.804],[-168.309,-76.017],[-166.538,-74.738],[-166.045,-72.482],[-166.045,-69.925],[-167.323,-68.155],[-169.09,-66.778],[-171.551,-66.484],[-170.175,-64.319],[-170.175,-61.565],[-169.485,-59.996],[-169.878,-58.717],[-170.959,-57.143],[-173.318,-56.85],[-174.699,-59.112],[-176.367,-61.076],[-176.367,-62.746],[-176.858,-65.108],[-176.563,-67.073],[-179.613,-67.466],[-181.872,-67.562],[-183.052,-68.254],[-185.906,-68.94],[-186.985,-70.119],[-189.442,-71.4],[-191.998,-72.775],[-195.341,-71.989],[-196.131,-73.266],[-197.503,-76.216],[-199.175,-77.005],[-200.257,-78.182],[-199.863,-81.82],[-198.192,-84.57],[-196.522,-87.027],[-194.36,-87.913],[-192.685,-89.191],[-193.376,-90.569],[-196.03,-91.158],[-199.08,-92.143],[-195.538,-91.648],[-192.685,-90.962],[-191.408,-91.255],[-191.113,-92.73],[-188.758,-91.944],[-187.379,-92.239],[-187.28,-93.421],[-186.395,-93.911],[-185.906,-95.482],[-187.577,-95.678],[-189.735,-95.877],[-190.525,-96.763],[-192.983,-97.746],[-191.312,-97.648],[-188.656,-96.957],[-186.885,-96.369],[-185.116,-96.957],[-183.936,-98.43],[-185.215,-99.613],[-183.446,-99.613],[-182.362,-98.533],[-183.248,-97.352],[-184.037,-95.191],[-184.037,-92.534],[-185.807,-91.944],[-185.313,-90.766],[-183.446,-90.667],[-183.446,-89.584],[-180.99,-89.783],[-180.3,-91.158],[-177.939,-91.059],[-176.664,-90.862],[-175.385,-90.276],[-173.516,-90.276],[-173.318,-91.751],[-175.187,-92.143],[-176.072,-94.01],[-178.331,-94.203],[-180.104,-95.678],[-181.775,-96.074],[-181.775,-97.152],[-180.202,-96.862],[-179.513,-97.648],[-179.71,-98.533],[-177.843,-98.533],[-177.154,-99.811],[-175.385,-101.088],[-174.793,-102.169],[-175.779,-103.349],[-176.664,-105.316],[-174.99,-105.609],[-174.5,-107.083],[-175.779,-108.561],[-177.547,-109.346],[-179.809,-110.525],[-177.255,-110.525],[-176.96,-111.313],[-175.09,-111.117],[-173.614,-110.23],[-171.551,-110.326],[-169.683,-110.721],[-171.256,-112.196],[-170.175,-112.491],[-168.503,-110.82],[-166.637,-110.623],[-165.848,-109.052],[-164.471,-108.757],[-163.686,-107.577],[-162.212,-106.987],[-161.423,-105.512],[-159.755,-104.923],[-158.377,-103.448],[-158.081,-101.676],[-160.049,-99.811],[-161.718,-97.945],[-160.836,-96.174],[-163.786,-95.779],[-165.358,-96.174],[-167.028,-96.174],[-169.09,-94.7],[-169.09,-93.126],[-166.637,-92.73],[-164.668,-92.831],[-164.176,-93.715],[-163.291,-94.203],[-162.014,-93.911],[-159.656,-93.225],[-157.393,-91.059],[-156.903,-89.881],[-155.525,-88.409],[-153.558,-88.409],[-151.493,-86.44],[-148.448,-86.34],[-146.484,-85.459],[-146.286,-86.636],[-149.528,-89.094],[-150.905,-90.175],[-151.592,-91.356],[-149.431,-90.276],[-145.792,-88.409],[-143.924,-87.325],[-143.924,-89.094],[-142.844,-90.667],[-144.615,-91.648],[-145.007,-94.108],[-147.463,-94.993],[-150.414,-98.141],[-149.431,-99.025],[-148.448,-99.811],[-144.516,-96.862],[-143.139,-94.993],[-141.467,-94.7],[-140.974,-96.862],[-138.913,-97.648],[-138.617,-98.533],[-137.238,-98.533],[-136.65,-99.515],[-136.749,-100.993],[-139.501,-100.993],[-139.501,-101.778],[-141.171,-103.057],[-142.352,-103.252],[-144.122,-104.035],[-145.497,-104.035],[-145.893,-105.119],[-146.383,-106.099],[-148.743,-106.099],[-149.727,-106.201],[-149.727,-107.871],[-148.055,-107.871],[-147.17,-108.658],[-149.431,-109.247],[-149.137,-109.936],[-148.055,-110.131],[-149.333,-111.313],[-151.101,-111.803],[-150.414,-112.884],[-152.283,-113.67],[-154.346,-113.576],[-154.641,-114.458],[-156.313,-114.554],[-156.999,-114.752],[-155.624,-115.639],[-157.491,-116.226],[-159.853,-115.639],[-161.423,-117.212],[-161.622,-118.096],[-163.095,-118.195],[-163.192,-119.274],[-165.554,-120.064],[-168.6,-120.064],[-168.995,-119.177],[-170.565,-118.978],[-172.04,-119.274],[-172.534,-118.195],[-174.009,-118.096],[-174.11,-119.472],[-173.221,-120.748],[-174.699,-122.522],[-175.385,-124.089],[-178.137,-124.089],[-179.415,-122.914],[-181.285,-122.816],[-182.564,-122.027],[-182.858,-120.455],[-181.676,-118.784],[-182.463,-117.702],[-180.888,-115.639],[-182.167,-115.441],[-183.936,-117.212],[-184.525,-119.566],[-184.724,-121.14],[-183.446,-122.816],[-181.58,-124.19]],\"c\":true},\"ix\":2},\"nm\":\"Path 54\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":54,\"ty\":\"sh\",\"ix\":55,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-225.131,-123.893],[-225.817,-123.207],[-224.44,-123.01],[-223.951,-123.994]],\"c\":true},\"ix\":2},\"nm\":\"Path 55\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":55,\"ty\":\"sh\",\"ix\":56,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-173.318,-123.893],[-172.926,-122.127],[-172.336,-120.748],[-168.404,-120.552],[-167.028,-121.537],[-164.668,-122.127],[-167.028,-123.7],[-170.764,-123.893]],\"c\":true},\"ix\":2},\"nm\":\"Path 56\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":56,\"ty\":\"sh\",\"ix\":57,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.269,-0.167],[0.147,-0.118],[0.273,-0.269],[-0.218,0],[-0.194,0.028],[-0.123,0.028],[-0.146,0.027],[-0.125,-0.007],[-0.151,0.014],[0,0],[-0.171,0.073],[0.051,0.103],[0.126,0.098],[0.149,0.05],[0.122,0.024],[0.152,0]],\"o\":[[-0.174,0.098],[-0.298,0.249],[0.174,0.1],[0.222,0],[0.121,0],[0.149,-0.019],[0.131,-0.012],[0.128,0.006],[0,0],[0.171,-0.025],[-0.024,-0.122],[-0.095,-0.145],[-0.12,-0.096],[-0.121,-0.047],[-0.123,-0.024],[-0.34,0]],\"v\":[[110.111,-122.914],[109.715,-122.522],[108.927,-121.832],[109.418,-121.537],[110.009,-121.636],[110.404,-121.636],[110.796,-121.832],[111.171,-121.831],[111.582,-121.832],[111.977,-121.832],[112.368,-122.127],[112.368,-122.522],[112.072,-122.914],[111.68,-123.11],[111.287,-123.207],[110.892,-123.307]],\"c\":true},\"ix\":2},\"nm\":\"Path 57\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":57,\"ty\":\"sh\",\"ix\":58,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.389,-0.096],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-239.188,-122.522],[-240.369,-121.537],[-241.549,-121.045],[-243.122,-120.652],[-244.497,-119.766],[-244.203,-118.391],[-245.875,-117.408],[-245.774,-116.619],[-244.596,-116.619],[-243.808,-115.833],[-242.335,-116.325],[-240.467,-116.525],[-239.287,-115.639],[-241.155,-115.144],[-242.826,-114.752],[-243.612,-113.968],[-241.448,-113.081],[-239.287,-113.081],[-236.927,-113.277],[-234.862,-113.277],[-233.193,-112.591],[-233.389,-111.605],[-236.828,-111.705],[-239.975,-111.705],[-242.234,-110.721],[-240.86,-108.757],[-238.402,-108.658],[-236.338,-108.658],[-235.255,-106.79],[-233.882,-106.002],[-231.227,-106.002],[-228.768,-106.099],[-227.096,-106.987],[-225.328,-107.479],[-223.556,-108.462],[-222.575,-109.052],[-221.787,-108.361],[-220.706,-108.561],[-217.952,-107.183],[-216.083,-107.083],[-214.411,-107.28],[-213.728,-108.561],[-215.102,-109.642],[-214.019,-109.738],[-212.35,-110.034],[-211.956,-110.92],[-213.529,-111.902],[-216.774,-112.984],[-218.445,-114.655],[-218.15,-116.325],[-219.626,-117.408],[-219.92,-119.669],[-221.099,-121.14],[-223.26,-122.027],[-225.131,-122.027],[-225.131,-120.358],[-224.736,-119.177],[-223.85,-117.604],[-224.44,-116.917],[-225.228,-117.015],[-226.017,-117.702],[-226.21,-118.881],[-226.703,-119.867],[-228.177,-121.437],[-229.65,-121.537],[-229.257,-120.455],[-228.669,-119.566],[-230.339,-119.566],[-230.438,-118.784],[-231.816,-118.585],[-231.522,-119.472],[-231.126,-120.552],[-232.305,-120.652],[-233.78,-121.14],[-235.255,-121.045],[-235.452,-119.963],[-236.631,-120.159],[-236.338,-120.849],[-236.631,-122.225],[-237.419,-122.522]],\"c\":true},\"ix\":2},\"nm\":\"Path 58\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":58,\"ty\":\"sh\",\"ix\":59,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.018],[0.149,-0.098],[0.122,-0.051],[0.12,0],[0.194,0],[0.292,-0.025],[0.148,-0.07],[0,-0.49],[-0.195,-0.048],[-0.121,0],[-0.394,0],[-0.541,0.076],[-0.294,0.097],[-0.147,0.027],[-0.343,0],[0,0],[-0.146,0],[0,0],[-0.146,0],[0,0],[0.12,0.073],[0.171,0.078],[0.273,-0.014],[0.145,0.007],[0.123,0],[0.08,-0.006],[0.094,0.011],[0.148,0.048],[0.194,0.023],[0.175,0],[0.094,0]],\"o\":[[-0.169,0.07],[-0.097,0.074],[-0.124,0.052],[-0.171,0.023],[-0.294,0],[-0.172,0],[-0.442,0.224],[0.099,0.173],[0.122,0.027],[0.369,0.051],[0.564,0],[0.295,-0.023],[0.148,-0.05],[0.32,-0.074],[0,0],[0.15,0],[0,0],[0.148,0],[0,0],[-0.074,-0.122],[-0.15,-0.097],[-0.273,-0.133],[-0.123,0.007],[-0.147,0],[-0.09,-0.013],[-0.074,0.006],[-0.172,-0.027],[-0.196,-0.077],[-0.149,-0.026],[-0.113,0],[-0.046,0]],\"v\":[[317.051,-116.421],[316.658,-116.128],[316.561,-115.736],[316.168,-115.736],[315.676,-115.736],[314.892,-115.736],[314.496,-115.54],[314.103,-114.36],[314.397,-113.87],[314.792,-113.87],[315.822,-113.87],[317.249,-113.87],[318.037,-114.163],[318.428,-114.36],[319.288,-114.36],[320.098,-114.36],[320.493,-114.262],[320.986,-114.262],[321.378,-114.333],[321.378,-114.95],[321.184,-115.344],[320.79,-115.639],[320.009,-115.742],[319.61,-115.736],[319.215,-115.833],[318.969,-115.834],[318.723,-115.833],[318.329,-116.029],[317.939,-116.421],[317.493,-116.421],[317.193,-116.444]],\"c\":true},\"ix\":2},\"nm\":\"Path 59\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":59,\"ty\":\"sh\",\"ix\":60,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.195],[-0.028,-0.147],[0,0],[0,0],[-0.121,0.097],[-0.198,0.096],[-0.038,-0.006],[-0.022,0.012],[-0.225,0.097],[-0.075,0.099],[-0.096,0.143],[-0.021,0.127],[0.118,0.049],[0.101,0.072],[0.071,0.124],[0.025,0.149]],\"o\":[[0,0.197],[0,0.174],[0,0],[0,0],[0.174,0],[0.177,-0.149],[0.025,-0.013],[0.036,0.005],[0.196,-0.1],[0.12,-0.052],[0.1,-0.148],[0.078,-0.098],[-0.118,-0.02],[-0.124,-0.048],[-0.124,-0.101],[-0.074,-0.121],[0,0]],\"v\":[[68.818,-109.148],[68.72,-108.658],[68.918,-108.265],[68.918,-106.397],[70.07,-106.397],[70.487,-106.494],[70.784,-107.083],[70.885,-107.083],[70.98,-107.083],[71.572,-107.28],[71.962,-107.379],[72.257,-107.773],[72.257,-108.168],[71.868,-108.265],[71.471,-108.361],[71.276,-108.757],[71.276,-109.148]],\"c\":true},\"ix\":2},\"nm\":\"Path 60\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":60,\"ty\":\"sh\",\"ix\":61,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-223.85,-106.594],[-226.406,-105.316],[-224.44,-104.923],[-222.867,-105.709],[-221.296,-106.002],[-221.198,-107.28]],\"c\":true},\"ix\":2},\"nm\":\"Path 61\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":61,\"ty\":\"sh\",\"ix\":62,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-166.538,-104.824],[-168.11,-103.148],[-167.224,-101.876],[-165.554,-101.676],[-163.786,-102.071],[-162.898,-103.448],[-163.686,-104.923]],\"c\":true},\"ix\":2},\"nm\":\"Path 62\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":62,\"ty\":\"sh\",\"ix\":63,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.49,0],[0.393,-0.049],[0.248,-0.049],[0.193,-0.196],[0,-0.394],[0,-0.392],[-0.128,-0.013],[-0.125,0.026],[-0.345,0],[-0.244,-0.048],[-0.199,-0.151],[-0.198,-0.241],[-0.099,-0.345],[0.293,0],[0.938,-0.052],[0.291,-0.051],[0,0],[-0.298,0],[0,0],[-0.048,0],[0,0],[0,0],[0,0],[-0.296,0],[-0.591,0],[0,0],[-0.243,-0.101],[-0.297,-0.196],[-0.297,-0.101],[-0.447,0],[-0.389,0.048],[-0.292,0.196],[-0.347,0.244],[-0.343,0.147],[-0.135,-0.025],[-0.121,0.048],[-0.341,0.149],[-0.587,0.096],[-1.13,0],[0,0],[0.295,0.146],[0,0],[0.145,-0.022],[0.129,0.022],[0,0.241],[0,0.346],[0,0.39],[0,0],[0.298,-0.097],[0.345,-0.145],[0.393,0],[0.2,0],[0.297,0],[0.589,0],[0.54,-0.102],[0.785,0],[0,0],[0,0],[0,0],[0.147,0.343]],\"o\":[[0,0],[-0.441,-0.145],[-0.441,0],[-0.244,0],[-0.296,0.098],[-0.247,0.248],[0,0.389],[0.143,-0.023],[0.132,0.011],[0.295,-0.047],[0.293,0],[0.248,0.048],[0.242,0.193],[0.196,0.249],[-0.295,-0.051],[-0.936,-0.052],[-0.296,0],[0,0],[0.291,-0.048],[0,0],[0.101,0],[0,0],[0,0],[0,0],[0.293,0],[0.586,-0.053],[0,0],[0.248,0],[0.344,0.145],[0.246,0.149],[0.392,0.145],[0.442,0],[0.349,-0.051],[0.344,-0.247],[0.294,-0.201],[0.122,-0.049],[0.135,0.024],[0.396,-0.149],[0.544,-0.294],[1.083,-0.147],[0,0],[-0.199,-0.243],[0,0],[-0.137,-0.055],[-0.116,0.017],[0.049,-0.294],[0.049,-0.297],[0,-0.394],[0,0],[-0.345,0],[-0.341,0.148],[-0.339,0.151],[-0.194,0],[-0.296,0],[-0.587,-0.052],[-0.587,0],[-0.738,0.146],[0,0],[0,0],[0,0],[-0.053,-0.345],[0,0]],\"v\":[[-63.41,-98.923],[-63.41,-98.141],[-64.589,-98.533],[-65.771,-98.334],[-66.556,-98.334],[-67.34,-97.945],[-67.928,-97.152],[-67.734,-96.174],[-67.331,-96.172],[-66.948,-96.174],[-66.161,-96.566],[-65.378,-96.566],[-64.783,-95.972],[-64,-95.585],[-64,-94.597],[-64.783,-94.795],[-67.147,-94.795],[-67.928,-94.597],[-67.734,-93.421],[-66.948,-93.615],[-65.378,-93.615],[-65.18,-93.421],[-65.18,-91.849],[-64.783,-91.059],[-64,-91.059],[-63.212,-91.255],[-61.638,-91.255],[-60.855,-91.255],[-60.068,-91.255],[-59.477,-90.471],[-58.689,-90.074],[-57.509,-90.074],[-56.335,-90.074],[-55.546,-90.667],[-54.956,-91.648],[-54.169,-92.239],[-53.775,-92.239],[-53.384,-92.239],[-52.598,-93.027],[-51.025,-93.615],[-48.073,-93.615],[-48.073,-95.191],[-48.469,-95.972],[-49.253,-96.369],[-49.671,-96.381],[-50.038,-96.369],[-50.038,-97.152],[-49.648,-97.892],[-49.84,-98.923],[-51.758,-98.923],[-52.598,-98.727],[-53.384,-98.141],[-54.365,-97.697],[-54.758,-97.352],[-55.546,-97.546],[-57.118,-97.746],[-58.689,-97.546],[-60.509,-96.763],[-62.031,-96.763],[-62.031,-97.546],[-62.031,-98.334],[-62.626,-99.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 63\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":63,\"ty\":\"sh\",\"ix\":64,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.026,-0.008],[-0.03,0.001],[0.012,0]],\"o\":[[0.031,-0.001],[-0.003,-0.01],[-0.017,0]],\"v\":[[52.898,-96.376],[52.991,-96.378],[52.967,-96.392]],\"c\":true},\"ix\":2},\"nm\":\"Path 64\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":64,\"ty\":\"sh\",\"ix\":65,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.036,-0.004],[-0.043,0.014],[-0.002,0.001]],\"o\":[[0.013,0.024],[0.002,-0.001],[-0.034,0.002]],\"v\":[[52.793,-96.369],[52.893,-96.374],[52.898,-96.376]],\"c\":true},\"ix\":2},\"nm\":\"Path 65\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":65,\"ty\":\"sh\",\"ix\":66,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.566,-0.123],[-0.171,-0.023],[-0.145,0.011],[-0.12,-0.009],[-0.119,-0.047],[-0.168,-0.076],[-0.345,0],[0,0],[-0.246,0],[-0.345,-0.149],[-0.273,0],[-0.218,0.028],[0,0],[0.121,0.025],[0.147,0.048],[0.125,0.025],[0.319,0.051],[0.271,0.047],[0.15,0.025],[0.151,0.025],[0.225,0]],\"o\":[[0.148,0.098],[0.154,0.028],[0.113,-0.008],[0.122,0],[0.173,0.05],[0.298,0.12],[0,0],[0.245,0],[0.394,0],[0.248,0.097],[0.221,0],[0,0],[-0.121,-0.023],[-0.147,-0.048],[-0.126,-0.027],[-0.318,-0.074],[-0.269,-0.051],[-0.145,-0.024],[-0.124,0],[-0.219,-0.024],[-0.588,0]],\"v\":[[331.699,-90.471],[331.798,-89.783],[332.241,-89.776],[332.587,-89.783],[332.978,-89.783],[333.271,-89.388],[334.158,-89.29],[334.65,-89.29],[335.238,-89.488],[336.222,-89.191],[336.837,-88.898],[337.4,-88.998],[337.4,-89.783],[337.009,-89.881],[336.616,-90.074],[336.222,-90.175],[335.337,-90.373],[334.551,-90.471],[334.158,-90.667],[333.762,-90.667],[333.175,-90.766]],\"c\":true},\"ix\":2},\"nm\":\"Path 66\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":66,\"ty\":\"sh\",\"ix\":67,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.346,-0.148],[0.245,-0.097],[0.639,-0.348],[-0.44,0],[-0.639,0.445],[-0.196,0.246],[0,0]],\"o\":[[-0.246,0.096],[-0.689,0.296],[0.345,0.192],[0.839,0],[0.297,-0.196],[0,0],[-0.295,0.149]],\"v\":[[-177.057,-87.913],[-177.843,-87.72],[-179.613,-86.731],[-178.631,-86.144],[-176.664,-86.933],[-176.072,-87.72],[-176.268,-88.503]],\"c\":true},\"ix\":2},\"nm\":\"Path 67\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":67,\"ty\":\"sh\",\"ix\":68,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.046,0.542],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[-0.048,-0.541],[0,0],[0,0]],\"v\":[[-173.516,-86.539],[-172.926,-84.57],[-170.959,-84.57],[-170.175,-84.965],[-170.175,-85.751],[-170.367,-87.129],[-171.944,-87.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 68\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":68,\"ty\":\"sh\",\"ix\":69,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-335.828,-81.328],[-336.516,-80.834],[-336.22,-79.656],[-334.549,-79.557],[-333.763,-79.954],[-334.355,-81.328]],\"c\":true},\"ix\":2},\"nm\":\"Path 69\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":69,\"ty\":\"sh\",\"ix\":70,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.223,-0.025],[0.244,-0.127],[0,-0.343],[0,0],[-0.149,0],[-0.346,0],[-0.148,0.049],[-0.148,0.1],[-0.076,0.098],[-0.025,0.291],[0.168,0]],\"o\":[[-0.222,0],[-0.293,0.024],[-0.297,0.146],[0,0],[0.149,0],[0.343,0],[0.171,0],[0.171,-0.077],[0.099,-0.051],[0.173,-0.221],[-0.148,-0.051],[0,0]],\"v\":[[287.068,-77.69],[286.475,-77.593],[285.693,-77.491],[285.102,-76.831],[285.102,-76.067],[285.496,-76.017],[286.355,-76.067],[286.772,-76.313],[287.168,-76.609],[287.561,-76.707],[287.657,-77.491],[287.267,-77.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 70\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":70,\"ty\":\"sh\",\"ix\":71,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.164,0],[0,0],[0.146,0],[0.617,0.072],[0.027,-0.291],[0.052,-0.122],[0,-0.222],[0,-0.072],[0,-0.295],[0,-0.148],[0.347,0],[0.149,0.072],[0.244,0],[0.099,-0.197],[0,-0.146],[-0.171,-0.219],[-0.151,-0.079],[-0.267,-0.048],[0.029,-0.147],[0,0],[0,-0.15],[0,-0.175],[0.095,-0.123],[0.125,-0.049],[0.123,-0.05],[0,-0.222],[-0.022,-0.224],[0,0],[-0.169,0],[-0.098,-0.049],[-0.075,-0.121],[-0.099,-0.145],[0,0],[-0.027,0.145],[-0.046,0.146],[0,0],[0,-0.149],[0,-0.367],[0.049,-0.098],[0.122,-0.072],[0.147,-0.049],[-0.027,-0.122],[-0.071,-0.17],[0,0],[0,0],[-0.074,-0.124],[-0.073,-0.148],[0,-0.196],[0,-0.247],[-0.172,-0.175],[-0.295,-0.147],[0,0],[0,-0.32],[0.099,-0.125],[0.218,0],[0.197,0.02],[0.172,0.05],[0.22,0],[0,0],[0.099,-0.047],[0.12,-0.125],[0.098,-0.05],[0.079,0.01],[0.054,-0.011],[0.147,0],[0,0],[-0.196,0],[-0.393,0],[-0.223,-0.026],[0.046,-0.126],[0.073,-0.096],[0.085,0.021],[0.044,-0.022],[0.147,-0.097],[0.12,-0.074],[0.187,0.004],[0.088,-0.007],[0,0],[-0.027,-0.122],[-0.046,-0.146],[-0.061,-0.006],[-0.073,0.011],[-0.146,0.05],[-0.25,0],[-0.392,-0.098],[-0.148,0],[-0.112,0.009],[-0.154,-0.027],[-0.124,-0.025],[-0.101,-0.098],[0.174,-0.079],[0.123,-0.025],[0.346,-0.027],[0.124,-0.027],[0.145,-0.075],[0.146,-0.073],[0.075,0.01],[0.056,-0.01],[0.268,-0.047],[0.073,-0.269],[0.047,-0.1],[0.125,-0.072],[0.172,-0.072],[0.122,-0.049],[-0.196,0],[-0.147,0],[-0.127,0.022],[-0.125,0.051],[0,0],[-0.171,0],[-0.148,0],[-0.169,0],[0,0],[-0.076,0.418],[-0.296,0],[-0.151,0],[-0.174,0],[-0.296,0.024],[-0.126,0.048],[-0.146,0.103],[-0.198,0],[-0.196,-0.052],[-0.44,0],[0,0],[-0.149,0],[-0.12,-0.006],[-0.15,0.013],[-0.124,0.051],[-0.15,0.1],[-0.143,0.078],[-0.074,-0.011],[-0.057,0.013],[-0.144,0],[-0.148,0.048],[0,0],[0.075,0.154],[0,0.243],[0,0],[-0.098,0.073],[-0.124,0.048],[-0.067,-0.014],[-0.051,0.038],[-0.052,0.121],[-0.021,0.124],[0,0],[0,0],[0.124,0.147],[0.073,0.199],[0.073,0.096],[0.128,0.099],[0.147,0.097],[0,0],[0.052,-0.097],[0.097,-0.149],[0.1,-0.121],[0.075,0.096],[0.072,0.172],[0,0.146],[0.022,0.296],[0.025,0.221],[0,0],[0.077,0.391],[0.052,0.121],[0.294,0.197],[0.067,-0.018],[0.062,0.04],[0.118,0.098],[0.046,0.098],[0.046,0.125],[0.094,0.148],[0.073,0.172],[0.051,0.118],[0.07,0.172],[0.075,0.123],[0.201,0.097],[0.173,0],[0.121,-0.006],[0.149,0.013],[0.246,0.096],[0.147,0.122],[-0.079,0.124],[-0.124,0.145],[-0.118,0.072],[-0.08,-0.015],[-0.051,0.01],[-0.149,0.024],[0,0],[-0.05,0.125],[-0.102,0.147],[-0.123,0.097],[0,0.172],[0,0],[0,0],[-0.072,0.121],[-0.071,0.169],[-0.02,0.124],[-0.049,0.123],[-0.099,0.122],[-0.125,0.1],[-0.126,0.074],[0.195,0.072],[0.064,0]],\"o\":[[0,0],[-0.149,0],[-0.612,0.053],[0,0.297],[0,0.147],[-0.095,0.199],[0,0.075],[-0.024,0.293],[0,0.147],[-0.341,0.021],[-0.168,0],[-0.197,-0.099],[-0.248,0],[-0.048,0.12],[0,0.298],[0.099,0.12],[0.243,0.123],[-0.047,0.149],[0,0],[0,0.148],[0,0.171],[0,0.169],[-0.074,0.097],[-0.125,0.048],[-0.198,0.078],[0,0.22],[0,0],[0.146,-0.026],[0.149,0],[0.099,0.047],[0.099,0.15],[0,0],[0.02,-0.145],[0.02,-0.171],[0,0],[0,0.147],[0.022,0.368],[0,0.147],[-0.053,0.098],[-0.124,0.074],[0.02,0.124],[0.047,0.176],[0,0],[0,0],[0.123,0.099],[0.073,0.125],[0.073,0.173],[0,0.247],[0,0.244],[0.218,0.221],[0,0],[0.124,0.292],[0,0.196],[-0.122,0.147],[-0.224,0],[-0.169,-0.028],[-0.193,-0.047],[0,0],[-0.124,0],[-0.149,0.1],[-0.098,0.099],[-0.054,0.027],[-0.064,-0.009],[-0.124,0.023],[0,0],[0.178,0.048],[0.397,0],[0.222,0],[0,0.145],[-0.049,0.12],[-0.042,0.054],[-0.069,-0.017],[-0.145,0.097],[-0.125,0.077],[-0.172,0.102],[-0.082,-0.001],[0,0],[0.029,0.121],[0.047,0.148],[0.076,-0.012],[0.061,0.006],[0.171,-0.025],[0.223,-0.072],[0.415,0],[0.123,0.023],[0.13,0.011],[0.142,-0.01],[0.119,0],[0.147,0.023],[-0.147,0.12],[-0.121,0.044],[-0.32,0.099],[-0.147,0],[-0.147,0.048],[-0.151,0.072],[-0.069,0.026],[-0.06,-0.008],[-0.269,0.073],[0,0.299],[-0.027,0.124],[-0.077,0.124],[-0.147,0.099],[-0.124,0.052],[0.174,0.051],[0.147,0],[0.148,0],[0.119,-0.028],[0,0],[0.147,-0.073],[0.152,0],[0.168,0],[0,0],[0,-0.419],[0.294,0.026],[0.151,0],[0.171,0],[0.294,0],[0.147,0],[0.168,-0.075],[0.147,-0.1],[0.222,0],[0.416,0.148],[0,0],[0.147,0],[0.146,-0.011],[0.124,0.007],[0.147,0],[0.169,-0.075],[0.121,-0.073],[0.066,-0.026],[0.061,0.009],[0.125,-0.02],[0.174,0],[0,0],[-0.098,-0.144],[-0.097,-0.192],[0,0],[0,-0.148],[0.101,-0.076],[0.057,-0.024],[0.075,0.016],[0.103,-0.078],[0.045,-0.126],[0,0],[0,0],[-0.148,-0.101],[-0.117,-0.149],[-0.053,-0.119],[-0.074,-0.124],[-0.123,-0.097],[0,0],[-0.021,0.148],[-0.098,0.146],[-0.098,0.146],[-0.12,-0.048],[-0.099,-0.148],[-0.05,-0.122],[-0.029,-0.295],[0,-0.224],[0,0],[0.047,-0.419],[0,-0.121],[-0.122,-0.32],[-0.062,-0.033],[-0.068,0.019],[-0.146,-0.069],[-0.102,-0.071],[-0.049,-0.098],[-0.074,-0.17],[-0.124,-0.169],[-0.049,-0.122],[-0.074,-0.172],[-0.078,-0.149],[-0.099,-0.169],[-0.145,-0.072],[-0.146,-0.01],[-0.124,0.006],[-0.296,-0.023],[-0.174,-0.077],[0.073,-0.127],[0.095,-0.152],[0.075,-0.097],[0.073,-0.042],[0.056,0.011],[0.121,-0.024],[0,0],[0,-0.122],[0.073,-0.17],[0.095,-0.124],[0.123,-0.1],[0,0],[0,0],[0.071,-0.121],[0.097,-0.147],[0.049,-0.124],[0.026,-0.125],[0.075,-0.172],[0.099,-0.122],[0.119,-0.094],[-0.15,-0.148],[-0.075,-0.024],[-0.127,0]],\"v\":[[-29.025,-76.216],[-29.589,-76.216],[-29.984,-76.12],[-31.559,-76.192],[-31.559,-75.43],[-31.656,-75.037],[-32.001,-74.545],[-32.049,-74.349],[-31.951,-73.56],[-32.001,-73.167],[-32.91,-73.069],[-33.328,-73.167],[-33.818,-73.56],[-34.409,-73.266],[-34.409,-72.876],[-34.31,-72.088],[-33.915,-71.889],[-33.132,-71.694],[-33.328,-71.301],[-33.328,-70.908],[-33.423,-70.513],[-33.229,-70.119],[-33.423,-69.727],[-33.818,-69.63],[-34.211,-69.532],[-34.603,-69.137],[-34.508,-68.545],[-33.72,-68.545],[-33.328,-68.745],[-32.934,-68.646],[-32.934,-68.254],[-32.538,-67.959],[-31.751,-67.959],[-31.751,-68.352],[-31.559,-68.745],[-31.163,-68.449],[-31.259,-68.058],[-30.867,-67.173],[-30.965,-66.778],[-31.359,-66.68],[-31.751,-66.484],[-31.751,-66.091],[-31.46,-65.698],[-29.493,-65.698],[-29.294,-66.091],[-28.902,-65.895],[-28.706,-65.5],[-28.409,-65.108],[-28.607,-64.515],[-28.409,-63.926],[-27.625,-63.535],[-27.823,-62.746],[-27.529,-61.959],[-27.823,-61.565],[-28.409,-61.565],[-29.003,-61.565],[-29.396,-61.863],[-29.984,-61.863],[-30.18,-61.863],[-30.573,-61.863],[-30.867,-61.468],[-30.965,-61.076],[-31.176,-61.07],[-31.359,-61.076],[-31.751,-61.076],[-31.855,-60.683],[-31.46,-60.386],[-30.452,-60.587],[-29.884,-60.485],[-29.884,-60.091],[-29.984,-59.7],[-30.197,-59.688],[-30.379,-59.7],[-30.77,-59.406],[-30.965,-59.011],[-31.497,-58.915],[-31.751,-58.911],[-31.855,-58.518],[-31.751,-58.129],[-31.559,-57.734],[-31.359,-57.734],[-31.163,-57.734],[-30.77,-57.93],[-30.18,-58.129],[-29.197,-57.734],[-28.805,-57.734],[-28.448,-57.741],[-28.016,-57.734],[-27.625,-57.734],[-27.428,-57.34],[-27.724,-56.943],[-28.116,-56.85],[-29.003,-56.751],[-29.396,-56.751],[-29.783,-56.554],[-29.984,-56.161],[-30.203,-56.155],[-30.379,-56.161],[-31.163,-55.964],[-31.163,-55.179],[-31.259,-54.783],[-31.656,-54.587],[-32.049,-54.295],[-32.443,-54.194],[-32.049,-53.898],[-31.656,-53.998],[-31.259,-54.094],[-30.867,-54.194],[-30.474,-54.393],[-30.281,-54.783],[-29.884,-54.69],[-29.469,-54.488],[-28.31,-54.488],[-28.214,-55.547],[-27.428,-55.472],[-27.059,-55.572],[-26.641,-55.472],[-25.855,-55.472],[-25.46,-55.472],[-25.069,-55.768],[-24.773,-56.161],[-24.182,-56.062],[-23.202,-55.472],[-23.003,-55.472],[-22.611,-55.572],[-22.223,-55.572],[-21.824,-55.572],[-21.43,-55.572],[-21.038,-55.868],[-20.841,-56.262],[-20.628,-56.266],[-20.448,-56.262],[-20.057,-56.262],[-19.66,-56.457],[-19.562,-56.85],[-19.859,-57.246],[-20.155,-57.832],[-20.155,-58.028],[-20.057,-58.421],[-19.66,-58.518],[-19.467,-58.513],[-19.27,-58.518],[-19.167,-58.911],[-19.073,-59.307],[-18.285,-59.307],[-18.285,-60.091],[-18.68,-60.386],[-18.973,-60.882],[-18.973,-61.272],[-19.366,-61.468],[-19.76,-61.763],[-20.155,-61.666],[-20.057,-61.272],[-20.448,-60.977],[-20.743,-60.587],[-21.137,-60.683],[-21.43,-61.076],[-21.43,-61.468],[-21.43,-62.255],[-21.529,-62.845],[-22.708,-62.845],[-22.611,-63.926],[-22.611,-64.319],[-23.297,-65.011],[-23.492,-65.009],[-23.693,-65.011],[-23.884,-65.402],[-24.281,-65.5],[-24.281,-65.895],[-24.576,-66.288],[-25.069,-66.583],[-25.069,-66.974],[-25.361,-67.366],[-25.56,-67.763],[-25.956,-68.155],[-26.348,-68.352],[-26.736,-68.351],[-27.132,-68.352],[-27.921,-68.545],[-28.214,-68.94],[-28.016,-69.333],[-27.625,-69.63],[-27.529,-70.022],[-27.294,-70.034],[-27.132,-70.022],[-26.738,-70.119],[-26.738,-70.513],[-26.738,-70.908],[-26.443,-71.301],[-26.051,-71.497],[-25.855,-71.866],[-25.855,-73.463],[-29.688,-73.463],[-29.493,-73.855],[-29.1,-74.152],[-29.1,-74.545],[-29.1,-74.939],[-28.706,-75.233],[-28.409,-75.627],[-28.016,-75.823],[-28.409,-76.216],[-28.615,-76.249]],\"c\":true},\"ix\":2},\"nm\":\"Path 71\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":71,\"ty\":\"sh\",\"ix\":72,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.121,-0.024],[0.319,-0.197],[0.124,-0.073],[0.096,-0.124],[0.124,-0.365],[0.025,-0.122],[0,0],[-0.126,0.099],[-0.122,0.103],[-0.169,0.046],[-0.062,-0.008],[-0.066,0.025],[-0.098,0.075],[-0.052,0.123],[-0.048,0.171],[-0.049,0.272]],\"o\":[[-0.369,0.126],[-0.126,0.074],[-0.123,0.074],[-0.248,0.268],[-0.025,0.126],[0,0],[0.12,-0.073],[0.149,-0.122],[0.124,-0.096],[0.058,-0.012],[0.074,0.01],[0.126,-0.054],[0.099,-0.071],[0.071,-0.172],[0.099,-0.269],[-0.122,0.024]],\"v\":[[-34.112,-75.921],[-34.898,-75.33],[-35.292,-75.233],[-35.487,-74.838],[-36.178,-74.056],[-36.178,-73.659],[-35.783,-73.463],[-35.391,-73.659],[-35.098,-74.056],[-34.805,-74.442],[-34.622,-74.437],[-34.409,-74.442],[-34.014,-74.545],[-34.014,-74.939],[-33.72,-75.33],[-33.525,-76.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 72\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":72,\"ty\":\"sh\",\"ix\":73,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-310.169,-74.838],[-312.921,-73.266],[-312.037,-71.4],[-310.266,-72.379],[-308.792,-74.056],[-308.792,-75.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 73\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":73,\"ty\":\"sh\",\"ix\":74,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.053,-0.371],[0,-0.169],[-0.022,-0.345],[-0.024,-0.293],[0,0],[0.05,0.15],[0.022,0.146],[0.047,0.343],[0.076,0.172],[0.124,0.15],[0.192,0.149]],\"o\":[[0.02,0.149],[0.025,0.345],[0,0.296],[0,0],[-0.05,-0.149],[-0.049,-0.146],[-0.072,-0.322],[-0.025,-0.196],[-0.1,-0.194],[-0.145,-0.174],[0,0.397]],\"v\":[[290.217,-66.974],[290.408,-66.583],[290.408,-65.698],[290.508,-64.959],[291.689,-64.959],[291.491,-65.402],[291.296,-65.794],[291.296,-66.68],[291.001,-67.073],[290.704,-67.562],[290.217,-67.959]],\"c\":true},\"ix\":2},\"nm\":\"Path 74\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":74,\"ty\":\"sh\",\"ix\":75,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.22,-0.099],[0.101,-0.075],[0.123,-0.099],[0.124,-0.096],[0.121,0.124],[0.123,0.124],[0.122,0.099],[0,0],[0,-0.15],[0,-0.146],[0,-0.248],[-0.047,-0.217],[0,-0.001],[0.006,0.001],[0.058,-0.009],[0.148,-0.025],[0.067,0.006],[0.062,-0.011],[0.317,0],[0.17,0.052],[0,0],[0,0],[-0.12,0],[-0.394,0.02],[0,0],[0.195,-0.048],[0.065,0.009],[0.053,-0.026],[0.079,-0.148],[0.027,-0.147],[0.097,-0.269],[0.048,-0.146],[0,-0.149],[-0.073,-0.124],[-0.147,-0.098],[-0.243,0],[-0.246,0.024],[-0.118,-0.024],[-0.148,0],[-0.099,0],[-0.194,0.171],[-0.099,0.17],[-0.049,0.117],[-0.099,0.145],[0,0],[0,0],[0,0.347],[-0.076,0.145],[-0.048,0.149],[0,0.146],[-0.026,0.298],[0,0.149],[0.027,0.295],[0,0],[-0.057,-0.009],[-0.067,0.029],[0,0.396],[0.099,0.196],[0.077,0.196],[0.051,0.126],[0.051,0.099],[0.146,0.075],[0.072,-0.017],[0.056,0.024],[0.174,0.027]],\"o\":[[-0.248,0],[-0.123,0.047],[-0.122,0.098],[-0.124,0.1],[-0.122,-0.096],[-0.124,-0.122],[-0.122,-0.123],[0,0],[0,0.149],[0,0.149],[0,0.25],[0,0.22],[0,0.001],[-0.006,-0.001],[-0.061,-0.005],[-0.149,0.027],[-0.062,0.015],[-0.067,-0.006],[-0.294,0.077],[-0.198,0],[0,0],[0,0],[0.126,0],[0.394,0],[0,0],[-0.22,0.023],[-0.058,0.014],[-0.077,-0.011],[-0.12,0.076],[-0.072,0.149],[-0.048,0.268],[-0.048,0.146],[-0.048,0.123],[0,0.146],[0.074,0.148],[0.194,0.126],[0.248,0],[0.148,0],[0.127,0.024],[0.096,0],[0.271,0],[0.125,-0.098],[0.048,-0.123],[0.098,-0.176],[0,0],[0,0],[0,-0.345],[0,-0.17],[0.074,-0.15],[0.027,-0.119],[0.027,-0.293],[0,-0.145],[0,-0.292],[0,0],[0.063,-0.009],[0.075,0.011],[0.347,-0.173],[0,-0.244],[-0.099,-0.17],[-0.022,-0.121],[-0.049,-0.119],[-0.095,-0.15],[-0.065,-0.04],[-0.063,0.015],[-0.171,-0.051],[0,0]],\"v\":[[-34.703,-67.173],[-35.292,-66.974],[-35.689,-66.876],[-35.882,-66.484],[-36.277,-66.288],[-36.667,-66.484],[-36.866,-66.876],[-37.259,-67.073],[-38.193,-66.974],[-38.146,-66.583],[-38.243,-66.191],[-38.193,-65.572],[-38.243,-65.011],[-38.243,-65.007],[-38.262,-65.009],[-38.439,-65.011],[-38.833,-64.814],[-39.031,-64.813],[-39.227,-64.814],[-40.01,-64.515],[-40.404,-64.814],[-40.848,-64.714],[-40.848,-61.91],[-40.503,-61.863],[-39.52,-61.91],[-39.52,-60.683],[-40.109,-60.587],[-40.299,-60.591],[-40.503,-60.587],[-40.702,-60.192],[-40.896,-59.796],[-40.896,-59.011],[-41.29,-58.816],[-41.389,-58.421],[-41.29,-58.028],[-40.896,-57.734],[-40.307,-57.536],[-39.716,-57.832],[-39.327,-57.832],[-38.93,-57.734],[-38.734,-57.589],[-38.146,-57.93],[-37.751,-58.225],[-37.751,-58.614],[-37.357,-58.911],[-34.014,-58.911],[-34.014,-59.479],[-34.31,-60.29],[-33.915,-60.485],[-33.72,-60.882],[-33.72,-61.272],[-33.72,-62.061],[-33.621,-62.454],[-33.72,-63.239],[-33.72,-64.025],[-33.542,-64.017],[-33.328,-64.025],[-32.637,-64.814],[-32.835,-65.402],[-33.229,-65.794],[-33.328,-66.191],[-33.328,-66.583],[-33.72,-66.876],[-33.93,-66.882],[-34.112,-66.876],[-34.508,-67.173]],\"c\":true},\"ix\":2},\"nm\":\"Path 75\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":75,\"ty\":\"sh\",\"ix\":76,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.001,0.001],[-0.012,-0.02],[0.032,0]],\"o\":[[0.043,-0.014],[-0.035,0.007],[0.001,0]],\"v\":[[-38.142,-65.003],[-38.044,-65.011],[-38.145,-65.002]],\"c\":true},\"ix\":2},\"nm\":\"Path 76\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":76,\"ty\":\"sh\",\"ix\":77,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.028,-0.02],[0.047,-0.172],[0,-0.243],[0,0],[0.096,0.175],[0,0],[0.175,-0.022],[0.06,0.012],[0.039,0]],\"o\":[[-0.146,0.097],[-0.051,0.222],[0,0],[-0.024,-0.219],[0,0],[-0.072,-0.147],[-0.053,0.012],[-0.042,-0.008],[-0.036,0]],\"v\":[[293.064,-66.288],[292.969,-65.794],[292.969,-65.159],[294.147,-65.159],[294.147,-65.698],[293.947,-66.091],[293.457,-66.288],[293.283,-66.299],[293.16,-66.315]],\"c\":true},\"ix\":2},\"nm\":\"Path 77\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":77,\"ty\":\"sh\",\"ix\":78,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.068,-0.04],[0.15,-0.246],[0.048,-0.249],[0.05,-0.342],[0.199,-0.296],[0.196,-0.297],[0.54,-0.538],[0,-1.182],[0,-0.34],[0,0],[-0.542,-0.54],[-0.737,-0.345],[-0.049,0.348],[0,0.589],[0,0.297],[-0.343,0.594],[0,0],[0.114,-0.018],[0.138,0.058],[0.542,0.394],[0.395,0.148],[0.245,0.049],[0.246,0],[0.294,0.097],[-0.342,0.49],[-0.147,0.297],[0,0.294],[0.049,0.296],[0.111,0.022],[0.074,0]],\"o\":[[-0.248,0.147],[-0.147,0.195],[-0.099,0.34],[-0.049,0.347],[-0.194,0.293],[-0.443,0.592],[-0.837,0.837],[0,0.342],[0,0],[0.785,0],[0.538,0.545],[0.197,-0.297],[0.098,-0.537],[0,-0.295],[0.049,-0.688],[0,0],[-0.129,-0.02],[-0.147,0.021],[-0.587,-0.242],[-0.34,-0.243],[-0.246,-0.048],[-0.244,-0.053],[-0.295,-0.053],[0.198,-0.589],[0.146,-0.246],[0.099,-0.245],[0,-0.347],[-0.125,0.022],[-0.078,-0.016],[-0.07,0]],\"v\":[[-127.507,-56.85],[-128.294,-56.457],[-128.294,-55.665],[-128.491,-54.69],[-129.082,-53.898],[-129.671,-53.115],[-131.046,-51.542],[-132.618,-48.935],[-132.423,-48.002],[-126.77,-48.002],[-125.147,-46.824],[-123.576,-45.642],[-122.79,-46.234],[-122.79,-47.805],[-122.986,-48.593],[-122.198,-50.166],[-122.398,-50.952],[-122.76,-50.937],[-123.182,-50.952],[-124.757,-51.936],[-125.542,-52.72],[-126.328,-52.916],[-127.115,-52.916],[-127.9,-53.309],[-127.312,-54.883],[-126.525,-55.276],[-126.328,-56.062],[-126.72,-56.85],[-127.072,-56.872],[-127.301,-56.904]],\"c\":true},\"ix\":2},\"nm\":\"Path 78\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":78,\"ty\":\"sh\",\"ix\":79,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.074,-0.172],[0.05,-0.171],[0.05,-0.125],[0.171,-0.226],[0,0],[-0.069,-0.012],[-0.05,0.027],[-0.124,0.147],[-0.123,0.12],[-0.073,0.122],[-0.045,0.121],[-0.026,0.145],[-0.026,0.147],[0,0]],\"o\":[[-0.048,0.172],[-0.073,0.175],[-0.022,0.121],[-0.1,0.266],[0,0],[0.058,-0.022],[0.073,0.013],[0.171,-0.122],[0.124,-0.147],[0.126,-0.124],[0.075,-0.101],[0.054,-0.15],[0.024,-0.122],[0,0],[0,0]],\"v\":[[270.65,-55.375],[270.452,-54.883],[270.158,-54.488],[270.158,-54.094],[269.668,-53.502],[269.472,-53.115],[269.671,-53.113],[269.863,-53.115],[270.158,-53.605],[270.452,-53.998],[270.845,-54.194],[270.941,-54.587],[271.142,-54.979],[271.142,-55.375],[270.748,-55.472]],\"c\":true},\"ix\":2},\"nm\":\"Path 79\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":79,\"ty\":\"sh\",\"ix\":80,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.079,-0.011],[0.109,0.022],[0,0],[-0.245,-0.193],[-0.247,-0.197],[-0.243,-0.192],[-0.54,0],[-0.343,0.348],[-0.099,0.147],[0.295,0.049],[0.137,-0.012],[0.12,0.025],[0.295,0.148],[0.392,0.196],[0.07,0]],\"o\":[[-0.12,0.017],[0,0],[0.246,0.145],[0.247,0.194],[0.246,0.196],[0.394,0.348],[0.49,0],[0.149,-0.144],[-0.293,-0.095],[-0.125,-0.026],[-0.133,0.013],[-0.296,-0.053],[-0.394,-0.193],[-0.065,-0.026],[-0.079,0]],\"v\":[[-141.711,-54.106],[-142.059,-54.094],[-142.844,-53.702],[-142.059,-53.309],[-141.467,-52.523],[-140.682,-51.936],[-139.501,-51.145],[-138.52,-51.936],[-138.125,-52.523],[-138.913,-52.916],[-139.311,-52.917],[-139.697,-52.916],[-140.483,-53.309],[-141.27,-54.094],[-141.473,-54.129]],\"c\":true},\"ix\":2},\"nm\":\"Path 80\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":80,\"ty\":\"sh\",\"ix\":81,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.013],[0.171,-0.075],[0.127,-0.072],[0.172,-0.12],[0.147,-0.078],[-0.295,0],[-0.147,0.173],[-0.069,0.097],[-0.148,0.368],[0.06,0.008],[0.039,0]],\"o\":[[-0.169,0.074],[-0.15,0.075],[-0.17,0.097],[-0.126,0.073],[0.246,0.146],[0.246,0],[0.075,-0.097],[0.248,-0.296],[-0.054,0.01],[-0.04,-0.005],[-0.034,0]],\"v\":[[260.621,-44.855],[260.228,-44.562],[259.832,-44.364],[259.444,-43.971],[259.051,-43.771],[259.787,-43.481],[260.423,-43.577],[260.522,-43.971],[261.014,-44.855],[260.84,-44.861],[260.72,-44.872]],\"c\":true},\"ix\":2},\"nm\":\"Path 81\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":81,\"ty\":\"sh\",\"ix\":82,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.012],[0.197,-0.247],[0.071,-0.125],[0.096,-0.122],[0.128,-0.073],[0.32,-0.072],[0.148,0],[0.124,0.005],[0.146,-0.011],[0,0],[0.148,-0.029],[0,0],[0.098,0.018],[0.165,-0.078],[0.149,-0.077],[0.147,-0.071],[0.145,-0.048],[0.245,0],[0.222,0.076],[0.419,0.272],[0.145,0.122],[0.27,0.271],[0.148,0.098],[0.17,0.048],[0.466,0.126],[0.173,0.098],[0,-0.175],[-0.024,-0.344],[0,-0.147],[0,-0.296],[0.023,-0.124],[0.049,-0.122],[0.1,-0.148],[0.096,-0.1],[0.099,-0.123],[0.072,-0.172],[0,-0.467],[0.176,0],[0.122,0.176],[0.071,0.149],[0.097,-0.169],[0.12,-0.076],[0.067,0.018],[0.06,-0.038],[0.096,-0.119],[0,-0.42],[-0.144,-0.199],[-0.121,-0.074],[-0.075,-0.17],[-0.075,-0.101],[-0.171,-0.051],[0,0],[-0.218,0.1],[0,0],[0,0],[0,-0.297],[0,0],[0.025,-0.168],[0.029,-0.17],[0,-0.15],[0,-0.172],[0,0],[0.075,-0.321],[0.077,-0.095],[0.152,-0.076],[0.074,0.011],[0.056,-0.011],[0.099,-0.173],[0.176,-0.267],[0.171,-0.195],[0.223,-0.248],[0,0.149],[0,0.171],[0.027,0.292],[0.026,-0.096],[0.051,-0.172],[0.024,-0.292],[0,0],[0,0],[0,0],[0.075,0.146],[0.026,0.148],[-0.047,0.296],[0,0],[0.051,-0.172],[0.027,-0.168],[0.025,-0.295],[0.149,0],[0.295,0],[0,0],[0,0],[0.073,0.121],[0.101,0.072],[0.147,0.119],[0.121,0.052],[0.271,-0.173],[0.123,-0.02],[0.297,0.026],[0.491,-0.027],[0.122,-0.027],[0.147,-0.027],[0.124,0],[0.103,0.014],[0.162,-0.058],[0.169,-0.296],[0.026,-0.146],[0,-0.146],[0,-0.32],[0,0],[0,-0.169],[-0.023,-0.293],[0.32,-0.097],[0.121,-0.049],[0.099,-0.149],[0.076,-0.173],[0.049,-0.123],[0.051,-0.148],[0.027,-0.149],[-0.199,0],[-0.343,0],[-0.343,0.049],[-0.002,0],[0.016,-0.104],[0.049,-0.127],[0.072,-0.147],[0,0],[0.074,-0.174],[0,-0.225],[-0.542,0],[0,0],[-0.025,0.468],[-0.169,0.199],[-0.295,0.1],[0,0.442],[0.097,0.42],[0,0.146],[0,0.295],[0.149,0],[0.345,0.026],[-0.123,0.097],[-0.121,0.071],[-0.146,0.026],[-0.344,0],[-0.296,0.199],[-0.494,0.146],[-0.126,0],[-0.146,0],[-0.132,-0.007],[-0.139,0.01],[-0.123,0],[-0.15,0],[-0.197,-0.011],[-0.211,0.013],[-0.15,0.027],[0.175,-0.028],[0.121,0],[0.113,0.008],[0.151,-0.027],[0.685,0],[0,0],[0,0],[0,0],[-0.198,0.074],[-0.269,0.169],[-0.098,0.125],[-0.174,0.1],[-0.171,0.048],[-0.122,0.025],[-0.115,-0.022],[-0.129,0.085],[-0.077,0.122],[-0.05,0.123],[-0.099,0.093],[-0.074,-0.173],[-0.074,-0.097],[-0.145,-0.072],[-0.246,0],[-0.175,0.198],[-0.12,0.121],[-0.418,0],[0,0.148],[0,0.172],[0.023,0.151],[0.028,0.124],[0,0],[0,0],[-0.32,0.068],[-0.155,-0.041],[-0.155,0.012],[-0.15,0.217],[0,0.347],[0,0],[-0.052,0.149],[-0.021,0.125],[-0.051,0.37],[0,0],[0.02,0.295],[0,0],[-0.098,0.223],[-0.173,0.12],[-0.049,0.147],[-0.049,0.467],[-0.026,0.118],[-0.122,0.271],[-0.05,0.175],[0,0.345],[0.124,0.246],[0.096,0.146],[0.072,0.127],[0.099,0.316],[0.024,0.121],[0.097,0.322],[0.049,0.123],[0.119,0.099],[0.121,0.053],[0.27,0.05],[0,0],[0,0],[-0.222,0],[0,0],[-0.219,-0.073],[-0.146,-0.05],[-0.068,0.011],[-0.063,-0.025],[-0.144,-0.046],[-0.343,-0.024],[-0.341,-0.02],[0,0.148],[0.025,0.469],[0,0],[-0.176,0.049],[-0.123,0.051],[-0.072,0.094],[-0.024,0.123],[-0.024,0.269],[-0.047,0.121],[-0.124,0.101],[-0.124,0.048],[-0.148,0.027],[-0.118,-0.013],[-0.147,0.041],[-0.171,0.051],[-0.443,0.075],[0,0],[-0.118,0.026],[-0.096,0.096],[-0.074,0.121],[-0.049,0.099],[-0.099,0.098],[-0.098,0.124],[-0.074,0.147],[-0.049,0.126],[0,0.149],[0.06,0.009],[0.037,0]],\"o\":[[-0.295,0.124],[-0.076,0.1],[-0.074,0.119],[-0.098,0.123],[-0.267,0.197],[-0.125,0.024],[-0.149,0.012],[-0.121,-0.007],[0,0],[-0.145,0.024],[0,0],[-0.114,0.009],[-0.157,-0.026],[-0.172,0.07],[-0.123,0.072],[-0.148,0.075],[-0.223,0.099],[-0.246,0],[-0.489,-0.147],[-0.171,-0.096],[-0.296,-0.247],[-0.12,-0.122],[-0.148,-0.096],[-0.471,-0.126],[-0.199,-0.05],[-0.023,0.148],[-0.024,0.342],[0,0.147],[0.023,0.296],[0,0.146],[-0.026,0.124],[-0.074,0.173],[-0.098,0.123],[-0.099,0.095],[-0.126,0.145],[-0.197,0.391],[-0.177,0],[-0.218,0],[-0.074,-0.118],[-0.101,0.174],[-0.049,0.099],[-0.063,0.036],[-0.069,-0.019],[-0.149,0.095],[-0.245,0.297],[0,0.245],[0.077,0.123],[0.176,0.124],[0.05,0.126],[0.1,0.148],[0,0],[0.242,0],[0,0],[0,0],[-0.023,0.295],[0,0],[0,0.197],[-0.023,0.172],[-0.022,0.126],[0,0.172],[0,0],[0,0.344],[-0.022,0.119],[-0.097,0.122],[-0.065,0.027],[-0.061,-0.008],[-0.196,0.071],[-0.151,0.268],[-0.124,0.217],[-0.196,0.247],[0,-0.15],[0,-0.169],[0.028,-0.294],[-0.073,0.069],[-0.051,0.175],[-0.072,0.271],[0,0],[0,0],[0,0],[-0.127,-0.097],[-0.07,-0.151],[-0.073,-0.268],[0,0],[-0.076,0.17],[-0.048,0.172],[-0.048,0.273],[-0.147,0.025],[-0.293,0.024],[0,0],[0,0],[-0.124,-0.102],[-0.073,-0.098],[-0.119,-0.097],[-0.099,-0.077],[-0.171,0.297],[-0.096,0.048],[-0.27,0.049],[-0.494,-0.027],[-0.148,0],[-0.152,0.026],[-0.12,0.025],[-0.108,0.009],[-0.155,-0.02],[-0.32,0.12],[-0.078,0.149],[-0.023,0.126],[-0.023,0.323],[0,0],[-0.025,0.169],[0,0.298],[-0.343,0],[-0.125,0.026],[-0.176,0.074],[-0.097,0.15],[-0.048,0.122],[-0.049,0.146],[-0.045,0.147],[0.175,0.022],[0.343,0.027],[0.344,0],[0.002,0],[0.005,0.103],[-0.023,0.122],[-0.051,0.168],[0,0],[-0.074,0.148],[-0.076,0.197],[0,0.537],[0,0],[0,-0.468],[0.027,-0.291],[0.194,-0.219],[0.419,-0.148],[0,-0.418],[-0.025,-0.148],[-0.025,-0.297],[-0.146,0],[-0.345,0],[0.049,-0.15],[0.122,-0.101],[0.128,-0.073],[0.321,-0.072],[0.37,0],[0.441,-0.29],[0.12,-0.028],[0.124,0],[0.157,-0.016],[0.114,0.005],[0.147,0],[0.124,0],[0.255,-0.025],[0.161,0.008],[0.144,0],[-0.15,0.097],[-0.121,0.024],[-0.119,0.011],[-0.144,-0.011],[-0.662,0.146],[0,0],[0,0],[0,0],[0.221,0],[0.292,-0.123],[0.126,-0.078],[0.124,-0.146],[0.147,-0.096],[0.124,-0.024],[0.113,-0.021],[0.16,0.031],[0.12,-0.078],[0.072,-0.123],[0.049,-0.148],[0.076,0.17],[0.047,0.121],[0.096,0.147],[0.201,0.123],[0.267,0],[0.096,-0.121],[0.299,-0.3],[0.023,-0.148],[0,-0.178],[0,-0.173],[0,-0.122],[0,0],[0,0],[0.247,-0.246],[0.178,-0.044],[0.124,0.034],[0.297,-0.027],[0.195,-0.272],[0,0],[0,-0.173],[0.022,-0.121],[0.125,-0.368],[0,0],[0.021,-0.295],[0,0],[0,-0.245],[0.098,-0.198],[0.123,-0.076],[0.172,-0.418],[0,-0.151],[0.072,-0.299],[0.074,-0.17],[0.124,-0.322],[0,-0.294],[-0.077,-0.171],[-0.074,-0.125],[-0.174,-0.27],[-0.029,-0.125],[-0.099,-0.319],[-0.029,-0.121],[-0.05,-0.147],[-0.098,-0.072],[-0.267,-0.096],[0,0],[0,0],[0.222,0],[0,0],[0.243,0],[0.147,0.049],[0.061,0.024],[0.068,-0.012],[0.149,0.071],[0.296,0.121],[0.341,0.022],[0.027,-0.145],[0.049,-0.467],[0,0],[0.197,0],[0.12,-0.024],[0.124,-0.048],[0.076,-0.1],[0.074,-0.271],[0,-0.126],[0.051,-0.147],[0.097,-0.072],[0.147,-0.051],[0.124,-0.021],[0.14,0.017],[0.168,-0.046],[0.418,-0.147],[0,0],[0.122,0],[0.125,-0.024],[0.103,-0.101],[0.071,-0.126],[0.071,-0.122],[0.119,-0.123],[0.098,-0.121],[0.05,-0.125],[0.05,-0.121],[-0.067,0.014],[-0.038,-0.006],[-0.031,0]],\"v\":[[256.983,-42.989],[256.199,-42.497],[256.1,-42.1],[255.9,-41.71],[255.507,-41.514],[254.723,-41.022],[254.331,-41.022],[253.933,-41.021],[253.543,-41.022],[253.149,-41.022],[252.756,-40.823],[252.361,-40.823],[252.048,-40.848],[251.579,-40.823],[251.28,-40.429],[250.887,-40.236],[250.498,-40.04],[249.907,-39.843],[249.316,-40.04],[248.134,-40.629],[247.646,-40.923],[247.055,-41.71],[246.66,-42.004],[246.271,-42.298],[244.993,-42.497],[244.496,-42.792],[244.301,-42.397],[244.301,-41.514],[244.4,-41.119],[244.496,-40.333],[244.4,-39.941],[244.4,-39.548],[244.007,-39.251],[243.813,-38.856],[243.418,-38.661],[243.124,-38.266],[243.027,-37.089],[242.629,-36.895],[242.238,-37.288],[242.043,-37.679],[241.746,-37.188],[241.65,-36.792],[241.452,-36.792],[241.257,-36.792],[240.959,-36.402],[240.467,-35.418],[240.663,-34.827],[241.055,-34.63],[241.451,-34.239],[241.451,-33.843],[241.842,-33.548],[242.043,-33.548],[242.629,-33.843],[242.629,-32.861],[241.155,-32.861],[241.055,-32.073],[241.055,-31.584],[241.155,-31.092],[240.858,-30.701],[240.809,-30.329],[240.858,-29.911],[240.858,-28.635],[240.858,-27.747],[240.759,-27.356],[240.366,-27.158],[240.152,-27.152],[239.975,-27.158],[239.585,-26.764],[239.189,-25.979],[238.699,-25.489],[238.107,-24.798],[238.009,-25.195],[238.206,-25.586],[238.107,-26.371],[237.814,-26.275],[237.712,-25.783],[237.616,-24.999],[236.144,-24.999],[236.144,-23.423],[235.751,-23.326],[235.355,-23.521],[235.157,-23.916],[235.254,-24.702],[234.865,-24.798],[234.569,-24.406],[234.569,-23.916],[234.472,-23.128],[234.077,-23.028],[233.34,-23.028],[233.34,-20.669],[232.504,-20.669],[232.111,-20.867],[232.011,-21.26],[231.621,-21.553],[231.227,-21.654],[230.733,-20.867],[230.342,-20.771],[229.556,-20.867],[228.277,-20.867],[227.886,-20.867],[227.49,-20.669],[227.095,-20.571],[226.782,-20.589],[226.311,-20.571],[225.626,-19.883],[225.425,-19.492],[225.425,-19.1],[225.425,-18.263],[223.634,-18.263],[223.559,-17.823],[223.657,-17.033],[222.772,-16.936],[222.381,-16.835],[222.085,-16.444],[221.787,-16.048],[221.689,-15.656],[221.491,-15.263],[221.395,-14.82],[221.889,-14.674],[222.772,-14.674],[223.657,-14.674],[223.662,-14.674],[223.657,-14.378],[223.559,-13.982],[223.264,-13.593],[223.066,-13.2],[222.772,-12.804],[222.676,-12.214],[223.681,-11.233],[224.443,-11.233],[224.443,-12.414],[224.639,-13.2],[225.425,-13.496],[226.214,-14.279],[225.722,-15.263],[225.722,-15.656],[225.722,-16.394],[225.329,-16.348],[224.443,-16.394],[224.443,-16.835],[224.832,-17.033],[225.228,-17.231],[226.115,-17.231],[226.999,-17.626],[228.181,-18.409],[228.574,-18.409],[228.965,-18.504],[229.384,-18.506],[229.754,-18.504],[230.146,-18.608],[230.537,-18.707],[231.178,-18.711],[231.719,-18.707],[232.111,-18.804],[231.816,-18.409],[231.423,-18.409],[231.076,-18.414],[230.637,-18.409],[229.042,-17.626],[227.095,-17.626],[227.095,-14.969],[227.861,-14.969],[228.379,-15.165],[229.16,-15.556],[229.358,-15.953],[229.754,-16.348],[230.146,-16.641],[230.537,-16.738],[230.883,-16.715],[231.326,-16.738],[231.522,-17.131],[231.522,-17.525],[231.915,-17.719],[232.21,-17.326],[232.21,-16.936],[232.6,-16.641],[233.243,-16.544],[233.783,-16.936],[233.978,-17.326],[235.061,-17.525],[235.061,-17.916],[235.254,-18.311],[235.061,-18.707],[234.96,-19.1],[235.355,-19.246],[239.779,-19.196],[240.467,-19.782],[240.946,-19.743],[241.353,-19.687],[242.043,-20.079],[242.431,-20.894],[242.431,-22.807],[242.533,-23.227],[242.629,-23.621],[243.223,-24.406],[243.223,-24.798],[243.124,-25.586],[243.124,-26.227],[243.124,-26.863],[243.615,-27.158],[244.007,-27.356],[244.107,-28.535],[244.204,-28.925],[244.496,-29.716],[244.793,-30.109],[244.894,-30.995],[244.793,-31.779],[244.4,-32.073],[244.204,-32.47],[243.714,-33.253],[243.714,-33.647],[243.321,-34.435],[243.321,-34.827],[243.124,-35.221],[242.728,-35.322],[241.941,-35.517],[241.941,-36.105],[243.884,-36.105],[244.4,-36.402],[244.598,-36.402],[245.184,-36.105],[245.579,-35.909],[245.775,-35.909],[245.973,-35.909],[246.168,-35.517],[247.055,-35.418],[247.936,-35.322],[248.037,-35.711],[247.964,-36.895],[250.077,-36.895],[250.498,-37.188],[250.887,-37.288],[251.28,-37.382],[251.381,-37.778],[251.381,-38.563],[251.477,-38.956],[251.676,-39.352],[252.068,-39.447],[252.462,-39.647],[252.824,-39.64],[253.249,-39.647],[253.642,-39.941],[254.822,-40.236],[255.214,-40.236],[255.605,-40.333],[255.996,-40.429],[256.1,-40.823],[256.199,-41.218],[256.592,-41.415],[256.886,-41.808],[257.28,-42.1],[257.379,-42.497],[257.379,-42.989],[257.189,-42.993],[257.077,-43.005]],\"c\":true},\"ix\":2},\"nm\":\"Path 82\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":82,\"ty\":\"sh\",\"ix\":83,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.007,0],[-0.001,-0.012]],\"o\":[[0,0.013],[-0.006,-0.021]],\"v\":[[223.657,-14.82],[223.658,-14.783]],\"c\":true},\"ix\":2},\"nm\":\"Path 83\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":83,\"ty\":\"sh\",\"ix\":84,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.294,0],[0.246,-0.048],[0.59,-0.099],[0.298,0],[0.306,0.021],[0.515,-0.085],[0.346,-0.148],[0.294,-0.196],[0.244,0.199],[0.292,0.195],[0.633,0],[0.887,-0.343],[0.149,0.021],[0.11,-0.022],[0.297,-0.296],[0,0],[0.147,-0.296],[0.147,-0.196],[0.346,-0.15],[0.296,0],[0.223,0.018],[0.303,-0.056],[0.344,0],[0,0],[0.442,0],[0.306,-0.022],[0.513,0.085],[0.246,0.098],[0.341,0.147],[0,0],[0.046,-0.344],[0.046,-0.249],[0,-0.292],[0,-0.486],[0.293,0],[0.295,0],[0.542,0],[0,0],[0,0],[0.048,-0.589],[0.048,-0.588],[0.05,-0.29],[0,-0.588],[0,0],[0,0],[0.783,-0.494],[0.195,-0.098],[0.343,-0.146],[0.25,-0.102],[0.139,0.025],[0.098,-0.051],[0.198,-0.245],[0.149,-0.293],[0.345,-0.641],[0.197,-0.392],[0.145,-0.246],[0.15,-0.345],[0.149,-0.246],[0.146,-0.248],[0.183,0.051],[0.097,-0.019],[0.543,-0.049],[0.104,-0.98],[0.05,-0.244],[0.147,-0.196],[0.29,-0.242],[0.246,-0.145],[0.197,-0.249],[0,0],[-0.589,-0.051],[-0.243,-0.051],[-0.135,0.013],[-0.121,-0.025],[-0.292,-0.195],[0,0],[0,-0.343],[0,-1.867],[0,0],[0.098,-0.24],[0.198,-0.246],[0.166,0.048],[0.047,-0.097],[0,-0.302],[-0.053,-0.293],[-0.052,-0.245],[0,-0.297],[0,0],[-0.243,-0.497],[-0.244,-0.295],[-0.244,-0.195],[-0.247,-0.149],[-0.344,-0.101],[-0.134,0.023],[-0.126,-0.051],[-0.195,-0.248],[-0.345,-0.393],[-0.247,-0.143],[-0.155,0.031],[-0.12,-0.018],[-0.148,-0.882],[-0.193,-0.294],[-0.344,-0.147],[-0.637,-0.244],[-0.688,-0.048],[0,-0.296],[-0.051,-0.25],[-0.15,-0.244],[-0.246,-0.193],[-0.248,-0.148],[-0.294,-0.198],[-0.638,-0.197],[-0.136,0.013],[-0.124,-0.023],[-0.298,-0.05],[-0.443,0],[-0.248,0.346],[-0.195,0.15],[-0.592,0],[-0.296,0],[-0.297,0],[0,0],[-0.738,-0.1],[-0.248,-0.1],[-0.295,-0.145],[-0.783,0],[-0.39,0.052],[-0.294,0.095],[-0.126,-0.029],[-0.131,0.079],[-0.248,0.196],[-0.291,0.197],[-0.342,0.051],[-0.59,0],[-0.589,0.045],[0,0],[-0.445,0.142],[-0.787,0],[-0.297,-0.344],[-0.1,-0.196],[-0.096,-0.346],[-0.099,-0.249],[-0.148,-0.195],[-0.248,-0.145],[-0.345,0],[0,0],[0,0],[0,-0.296],[0.05,-0.591],[0.05,-0.24],[0.145,-0.348],[0,-0.291],[0,-0.937],[0.195,-0.099],[0.148,0.025],[0.097,-0.049],[0.196,-0.199],[-0.295,-0.098],[-0.391,-0.491],[-0.196,-0.545],[-0.196,-0.195],[-0.198,-0.098],[-0.194,-0.194],[-0.148,-0.243],[-0.393,-0.638],[-0.149,-0.246],[-0.247,-0.592],[-0.046,-0.294],[-0.046,-0.688],[-0.147,-0.541],[-0.05,-0.346],[0,-0.295],[0,0],[-0.293,-0.491],[-0.15,-0.292],[0,-0.445],[0.051,-0.438],[0.046,-0.251],[0.145,-0.243],[0.197,-0.296],[0.146,-0.982],[0.097,-0.542],[0.043,-0.25],[0.196,-0.392],[0,-0.342],[0,-0.595],[-0.295,-0.835],[-0.243,-0.296],[-0.046,-0.347],[-0.046,-0.249],[-0.046,-0.25],[-0.147,-0.293],[-0.196,-0.248],[-0.59,-0.348],[-0.048,-0.299],[-0.047,-0.341],[-0.049,-0.242],[-0.049,-0.249],[0,-0.345],[0,0],[-0.054,-0.542],[-0.054,-0.244],[-0.344,-0.541],[-0.489,-1.033],[-0.049,-0.249],[-0.05,-0.246],[-0.1,-0.294],[-0.294,-0.544],[-0.244,-0.295],[-0.05,-0.343],[-0.149,-0.539],[-0.099,-0.296],[-0.051,-0.346],[0,0],[0.198,-0.296],[0.196,-0.293],[0.048,-0.241],[-0.295,0],[0,0],[-0.046,-0.248],[-0.099,-0.195],[-0.245,-0.198],[-0.344,0],[0,0],[-0.64,0.198],[-0.645,0],[0,0],[-0.151,0.34],[-0.199,0.154],[-0.248,0.05],[-0.297,0],[-0.54,0.151],[-0.196,0.148],[-0.196,0.297],[-0.147,0.2],[-0.244,0.201],[-0.294,0.198],[-0.293,0.296],[-0.197,0.392],[-0.293,0.541],[-0.297,0.245],[-0.395,0.642],[-0.146,0.244],[-0.295,0.295],[-0.148,0.391],[0,0.783],[0.146,0.392],[0.145,0.346],[0.1,0.244],[-0.346,0.053],[-0.244,0.053],[-0.133,-0.013],[-0.123,0.027],[-0.296,0.245],[-0.244,0.248],[-0.292,0.194],[-0.292,0.247],[-0.1,0.196],[0,0.295],[0.196,0.884],[0.144,0.539],[0.246,0.538],[0,0.692],[-0.244,0.294],[-0.244,0.292],[-0.346,0.247],[-0.194,0.096],[-0.196,0.246],[-0.246,0.346],[-0.25,0.152],[-0.638,0.146],[-0.246,0.053],[-0.134,-0.012],[-0.123,0.027],[-0.34,0.145],[-0.444,0.44],[-0.148,0.641],[-0.044,0.589],[0,0.296],[0,0],[0.05,0.441],[0,0.342],[0,0],[0.199,0.297],[0.443,0.938],[-0.049,0.589],[0,0.288],[0.049,0.294],[0.049,0.295],[0.049,0.293],[0,0],[-0.103,0.392],[-0.05,0.244],[-0.248,0.295],[-0.489,1.033],[-0.097,0.241],[-0.147,0.348],[-0.1,0.247],[-0.341,0.54],[-0.245,0.197],[-0.25,0.244],[-0.2,0.248],[-0.592,0.493],[-0.297,0.292],[-0.344,0.201],[-0.495,0.442],[-0.197,0.244],[-0.24,0.297],[-0.201,0.14],[-0.198,0.097],[-0.293,0.149],[-0.295,0.196],[-0.199,0.199],[-0.149,0.299],[-0.346,0.834],[-0.192,0.247],[-0.348,0.241],[-0.293,0.245],[-0.149,0.296],[-0.096,0.345],[0,0.59],[-0.052,0.592],[0,1.029],[0,0],[0.443,0],[0.448,-0.195],[0.296,-0.151],[1.132,0],[0.539,0.049],[0,0],[0.59,-0.047],[0.591,0],[0.294,0.048],[0,0],[0.149,0.347],[0.149,0.244],[0.146,0.3],[0,0],[0.15,0.194],[0.294,0.194],[0.143,-0.025],[0.122,0.047],[0.295,0.299],[0.296,0.247],[0.248,0.199],[0.295,0.148],[0.297,0.099],[0.136,-0.026],[0.122,0.049],[0.247,0.195],[0.149,0.642],[0,0.246],[0.246,0.488],[0.246,0.3],[0.34,0.692],[0,0.395],[0,0.293],[0,0],[0.198,0.538],[0.144,0.341],[0.343,0.538],[0.194,0.248],[0.143,0.249],[0.1,0.296],[0,0.296],[0.1,0.545],[0.049,0.242],[0.198,0.291],[0.297,0.689],[0.049,0.296],[0.101,0.546],[0.296,0.54],[0.243,0.292],[0.25,0.245],[0.244,0.246],[0.198,0.246],[0.048,0.347],[0.048,0.244],[0.146,0.247],[0.298,0.194],[0.293,0.103],[0.148,-0.021],[0.11,0.023],[0.345,0.049],[0,0],[0.784,-0.246],[0,0],[0,0],[0.59,0],[0.393,0.2],[0.296,0.248],[0.685,0.344],[1.133,0],[0.787,0],[0.44,0.098],[-0.05,-0.734],[0,-0.299],[0.047,-0.934],[0.444,0],[0,0],[0.295,0.05],[0.296,0.296],[0.344,0.147],[0.392,0],[0,0],[0.145,0.292],[0.142,0.196],[0.247,0.145],[0.346,0.148],[0.242,0.048],[0.592,0.047],[0.226,-0.017],[0.302,0.053],[0.59,0.296],[0.147,0.737],[0,0.29],[-0.151,0.298],[-0.149,0.345],[0,0.297],[0.148,0.246],[0.246,0.147],[0.298,0.196],[-0.345,0.147],[-0.247,0.101],[-0.249,0.048],[0.239,0.145],[0.248,0.096],[0.637,0]],\"o\":[[-0.3,0],[-0.587,0.099],[-0.245,0.049],[-0.389,0.021],[-0.429,-0.032],[-0.343,0.049],[-0.346,0.149],[-0.243,-0.196],[-0.246,-0.196],[-0.494,-0.343],[-0.986,0],[-0.137,0.056],[-0.12,-0.018],[-0.393,0.152],[0,0],[-0.1,0.293],[-0.099,0.249],[-0.248,0.295],[-0.245,0.098],[-0.259,0.022],[-0.284,-0.022],[-0.296,0.048],[0,0],[-0.442,0],[-0.389,-0.02],[-0.428,0.031],[-0.243,-0.05],[-0.347,-0.102],[0,0],[-0.147,0.345],[-0.048,0.246],[-0.048,0.246],[-0.05,0.49],[-0.293,0],[-0.294,0],[-0.545,0],[0,0],[0,0],[-0.052,0.593],[-0.049,0.593],[0,0.343],[-0.097,0.541],[0,0],[0,0],[-0.048,0.985],[-0.244,0.146],[-0.296,0.197],[-0.247,0.096],[-0.121,0.048],[-0.142,-0.025],[-0.245,0.148],[-0.196,0.246],[-0.341,0.645],[-0.146,0.345],[-0.098,0.248],[-0.198,0.345],[-0.148,0.294],[-0.146,0.244],[-0.09,0.149],[-0.117,-0.032],[-0.491,0.147],[0,0.981],[0,0.295],[-0.048,0.247],[-0.197,0.299],[-0.2,0.152],[-0.246,0.148],[0,0],[0.591,0.055],[0.293,0],[0.124,0.026],[0.135,-0.014],[0.343,0.052],[0,0],[-0.148,0.295],[0,1.869],[0,0],[0,0.249],[-0.147,0.348],[-0.073,0.099],[-0.165,-0.049],[-0.099,0.196],[0,0.344],[0.047,0.247],[0.051,0.248],[0,0],[0.05,0.591],[0.151,0.343],[0.198,0.242],[0.25,0.198],[0.293,0.145],[0.122,0.046],[0.137,-0.026],[0.293,0.144],[0.345,0.392],[0.194,0.25],[0.144,0.089],[0.108,-0.022],[0,0.937],[0.049,0.342],[0.201,0.292],[0.587,0.294],[0.639,0.242],[0.048,0.296],[0,0.295],[0.048,0.245],[0.147,0.247],[0.247,0.197],[0.295,0.192],[0.488,0.393],[0.123,0.026],[0.134,-0.012],[0.294,0.051],[0.39,0.1],[0.442,0],[0.147,-0.195],[0.442,-0.347],[0.297,0],[0.291,0],[0,0],[0.785,0],[0.244,0],[0.291,0.096],[0.689,0.344],[0.444,0],[0.3,-0.045],[0.115,-0.045],[0.144,0.033],[0.244,-0.147],[0.246,-0.201],[0.3,-0.197],[0.541,-0.095],[0.588,0],[0,0],[0.445,-0.102],[0.684,-0.247],[0.489,0],[0.146,0.197],[0.198,0.299],[0.1,0.244],[0.1,0.246],[0.196,0.248],[0.244,0.149],[0,0],[0,0],[0,0.297],[0,0.591],[0,0.295],[-0.098,0.347],[-0.101,0.241],[0,0.94],[-0.147,0.196],[-0.1,0.049],[-0.149,-0.024],[-0.246,0.145],[0.295,0.096],[0.59,0.199],[0.347,0.444],[0.102,0.293],[0.196,0.195],[0.244,0.149],[0.193,0.2],[0.395,0.639],[0.147,0.244],[0.292,0.538],[0.097,0.293],[0.148,0.639],[0.05,0.592],[0.097,0.348],[0.048,0.243],[0,0],[0,0.591],[0.148,0.296],[0.148,0.346],[0,0.445],[-0.05,0.297],[-0.051,0.244],[-0.152,0.295],[-0.589,0.789],[-0.049,0.542],[-0.049,0.242],[-0.152,0.391],[-0.149,0.295],[-0.051,0.589],[0,0.928],[0.149,0.396],[0.242,0.296],[0.05,0.245],[0.05,0.247],[0.05,0.296],[0.146,0.296],[0.445,0.491],[0,0.292],[0.048,0.39],[0.051,0.252],[0.05,0.245],[0.05,0.29],[0,0],[0,0.589],[0,0.244],[0.145,0.638],[0.637,0.933],[0.099,0.243],[0.048,0.247],[0.05,0.294],[0.196,0.589],[0.148,0.345],[0.249,0.294],[0.095,0.54],[0.046,0.297],[0.149,0.341],[0,0],[0,0.396],[-0.192,0.296],[-0.148,0.245],[0.295,0.051],[0,0],[0,0.3],[0.048,0.242],[0.147,0.248],[0.244,0.196],[0,0],[0.687,0],[0.588,-0.146],[0,0],[0.149,-0.346],[0.097,-0.247],[0.196,-0.143],[0.244,-0.048],[0.588,-0.048],[0.248,-0.046],[0.293,-0.245],[0.099,-0.196],[0.149,-0.242],[0.247,-0.195],[0.344,-0.245],[0.292,-0.295],[0.248,-0.538],[0.149,-0.343],[0.588,-0.494],[0.145,-0.244],[0.195,-0.345],[0.296,-0.299],[0.244,-0.738],[0,-0.449],[-0.099,-0.347],[-0.098,-0.244],[0.343,-0.149],[0.244,0],[0.124,-0.025],[0.136,0.013],[0.396,-0.098],[0.245,-0.197],[0.246,-0.248],[0.297,-0.195],[0.198,-0.144],[0.1,-0.198],[0,-0.934],[-0.1,-0.536],[-0.147,-0.588],[-0.296,-0.587],[0,-0.44],[0.246,-0.296],[0.248,-0.295],[0.2,-0.101],[0.245,-0.149],[0.249,-0.289],[0.196,-0.247],[0.539,-0.387],[0.246,-0.051],[0.121,-0.024],[0.137,0.013],[0.347,-0.097],[0.589,-0.3],[0.442,-0.443],[0.15,-0.538],[0,-0.295],[0,0],[0,-0.442],[-0.048,-0.349],[0,0],[-0.249,-0.244],[-0.539,-0.834],[0.097,-0.54],[0,-0.293],[0,-0.35],[-0.049,-0.294],[-0.049,-0.294],[0,0],[0,-0.444],[0.047,-0.246],[0.097,-0.348],[0.735,-0.891],[0.099,-0.248],[0.147,-0.348],[0.099,-0.245],[0.243,-0.591],[0.194,-0.296],[0.246,-0.196],[0.246,-0.246],[0.492,-0.542],[0.293,-0.248],[0.294,-0.3],[0.54,-0.339],[0.245,-0.196],[0.196,-0.294],[0.151,-0.196],[0.196,-0.153],[0.293,-0.196],[0.297,-0.145],[0.245,-0.144],[0.245,-0.242],[0.445,-0.783],[0.144,-0.344],[0.249,-0.292],[0.342,-0.251],[0.297,-0.246],[0.145,-0.291],[0.147,-0.544],[0,-0.588],[0.098,-1.031],[0,0],[-0.442,-0.045],[-0.539,0],[-0.341,0.149],[-0.931,0.537],[-0.544,0],[0,0],[-0.587,0],[-0.589,0.049],[-0.292,0],[0,0],[-0.146,-0.348],[-0.098,-0.243],[-0.145,-0.253],[0,0],[-0.101,-0.247],[-0.196,-0.297],[-0.1,-0.051],[-0.14,0.024],[-0.393,-0.151],[-0.246,-0.245],[-0.248,-0.194],[-0.292,-0.243],[-0.242,-0.145],[-0.124,-0.051],[-0.134,0.025],[-0.346,-0.149],[-0.49,-0.444],[-0.046,-0.244],[-0.047,-0.539],[-0.148,-0.296],[-0.49,-0.589],[-0.15,-0.342],[0,-0.293],[0,0],[0,-0.591],[-0.097,-0.345],[-0.297,-0.594],[-0.146,-0.246],[-0.196,-0.247],[-0.148,-0.243],[-0.049,-0.242],[-0.049,-0.586],[-0.049,-0.243],[-0.1,-0.346],[-0.389,-0.641],[-0.097,-0.296],[-0.147,-0.54],[-0.095,-0.634],[-0.146,-0.297],[-0.249,-0.295],[-0.244,-0.249],[-0.246,-0.244],[-0.146,-0.346],[0,-0.242],[-0.05,-0.248],[-0.145,-0.293],[-0.243,-0.15],[-0.135,-0.051],[-0.122,0.016],[-0.344,-0.094],[0,0],[-0.837,0],[0,0],[0,0],[-0.537,0.145],[-0.442,0],[-0.393,-0.193],[-0.587,-0.49],[-0.988,-0.544],[-0.788,0],[-0.443,0],[0,0.736],[0,0.296],[0.099,0.93],[-0.442,0.05],[0,0],[-0.348,0],[-0.393,-0.048],[-0.295,-0.29],[-0.346,-0.148],[0,0],[-0.098,-0.297],[-0.101,-0.252],[-0.198,-0.248],[-0.295,-0.193],[-0.244,-0.103],[-0.544,-0.151],[-0.261,-0.022],[-0.28,0.02],[-0.634,-0.147],[-0.687,-0.341],[-0.05,-0.248],[0,-0.347],[0.145,-0.343],[0.098,-0.246],[0,-0.347],[-0.146,-0.246],[-0.293,-0.196],[0.298,-0.247],[0.244,-0.095],[0.244,-0.101],[-0.149,-0.246],[-0.25,-0.147],[-0.539,-0.248],[-0.297,0]],\"v\":[[-4.814,-24.406],[-5.603,-24.406],[-7.177,-23.817],[-7.964,-23.817],[-8.978,-23.84],[-10.322,-23.817],[-11.107,-23.227],[-11.895,-22.636],[-12.681,-23.227],[-13.271,-24.012],[-14.841,-24.601],[-17.206,-23.621],[-17.641,-23.608],[-17.99,-23.621],[-18.779,-22.832],[-22.708,-22.832],[-23.103,-22.049],[-23.297,-21.26],[-24.085,-20.669],[-24.872,-20.669],[-25.583,-20.682],[-26.443,-20.669],[-27.232,-20.276],[-27.625,-20.276],[-28.805,-20.474],[-29.822,-20.45],[-31.163,-20.474],[-31.951,-20.669],[-32.736,-21.26],[-33.525,-21.654],[-34.112,-20.867],[-34.112,-20.079],[-34.31,-19.294],[-34.31,-18.018],[-35.098,-18.113],[-35.882,-17.916],[-37.259,-18.018],[-37.259,-14.775],[-40.208,-14.775],[-40.404,-13.2],[-40.404,-11.626],[-40.799,-10.84],[-40.997,-9.07],[-40.997,-7.696],[-43.353,-7.696],[-44.337,-5.334],[-45.124,-5.136],[-45.711,-4.352],[-46.503,-4.154],[-46.908,-4.155],[-47.285,-4.154],[-47.68,-3.369],[-48.272,-2.586],[-49.057,-0.812],[-49.648,0.169],[-49.84,0.958],[-50.63,1.744],[-51.025,2.531],[-51.22,3.318],[-51.674,3.364],[-52.007,3.318],[-53.384,3.514],[-53.384,6.068],[-53.579,6.856],[-53.775,7.64],[-54.559,8.23],[-55.349,8.429],[-55.742,9.218],[-55.742,10.588],[-54.169,10.788],[-53.384,10.788],[-52.988,10.789],[-52.598,10.788],[-52.007,11.574],[-52.4,12.36],[-52.988,13.096],[-52.792,17.867],[-52.792,18.651],[-52.792,19.434],[-53.384,20.225],[-53.796,20.226],[-54.169,20.225],[-54.365,21.013],[-53.971,21.798],[-53.775,22.583],[-53.579,23.374],[-53.579,24.158],[-53.384,25.732],[-52.598,26.323],[-52.204,27.105],[-51.414,27.503],[-50.63,28.092],[-50.241,28.091],[-49.84,28.092],[-49.057,28.484],[-48.663,30.055],[-47.876,30.448],[-47.432,30.473],[-47.09,30.448],[-47.09,32.809],[-46.503,33.596],[-45.516,33.987],[-43.944,34.973],[-42.176,35.167],[-41.977,35.956],[-41.977,36.743],[-41.977,37.526],[-41.191,37.921],[-40.404,38.315],[-39.815,39.102],[-38.243,40.082],[-37.848,40.083],[-37.456,40.082],[-36.667,40.477],[-35.487,40.675],[-34.703,39.885],[-34.508,39.102],[-32.934,38.904],[-32.146,39.102],[-31.359,38.904],[-30.867,38.904],[-28.805,38.904],[-28.016,38.904],[-27.625,39.69],[-25.659,39.885],[-24.482,39.885],[-23.693,39.495],[-23.324,39.507],[-22.905,39.495],[-22.512,38.708],[-21.729,38.118],[-20.939,37.526],[-19.366,37.526],[-17.794,37.728],[-17.402,37.728],[-16.415,36.94],[-14.352,36.548],[-13.073,36.743],[-12.879,37.526],[-12.29,38.315],[-12.091,39.102],[-11.895,39.885],[-11.107,40.278],[-10.272,40.477],[-3.443,40.477],[-3.443,42.882],[-3.638,43.622],[-3.638,45.197],[-3.638,45.978],[-4.225,46.772],[-4.422,47.503],[-4.62,49.917],[-4.814,50.701],[-5.21,50.701],[-5.603,50.701],[-5.996,51.487],[-5.21,51.878],[-3.638,52.469],[-3.443,54.046],[-3.047,54.829],[-2.26,55.024],[-1.473,55.418],[-1.279,56.205],[0.1,57.781],[0.493,58.568],[1.475,60.14],[1.866,60.924],[1.866,62.693],[2.262,64.266],[2.85,65.053],[2.654,65.843],[2.654,66.627],[3.046,68.201],[3.835,68.592],[3.835,69.773],[3.835,70.952],[3.639,71.741],[3.443,72.525],[2.654,73.116],[1.475,75.475],[1.475,77.05],[1.283,77.838],[0.493,78.621],[0.1,79.408],[0.1,80.983],[0.294,83.339],[1.083,84.128],[1.866,84.717],[1.866,85.503],[1.866,86.291],[2.262,87.074],[2.654,87.863],[4.424,89.044],[4.424,89.829],[4.816,90.808],[5.014,91.596],[5.014,92.387],[5.605,93.122],[5.605,97.152],[6,98.679],[6,99.463],[6.785,101.035],[8.945,103.198],[8.945,103.986],[9.142,104.771],[9.538,105.558],[10.126,107.132],[10.911,107.916],[11.702,108.507],[11.702,110.078],[12.092,110.868],[12.684,111.65],[12.684,112.043],[11.893,112.636],[11.307,113.422],[11.307,114.204],[12.092,114.402],[12.88,114.402],[12.88,115.194],[12.88,115.977],[13.665,116.373],[14.503,116.763],[18.336,116.763],[19.957,116.175],[21.583,115.782],[26.445,115.782],[27.036,114.998],[27.036,114.204],[27.823,114.011],[28.609,114.011],[30.181,113.812],[30.967,113.618],[31.557,112.832],[31.557,112.043],[32.344,111.65],[33.13,111.063],[33.917,110.276],[34.704,109.491],[35.293,107.916],[36.083,107.132],[37.656,105.753],[37.85,104.969],[38.635,104.18],[39.423,103.395],[39.621,101.432],[39.621,100.25],[39.029,99.463],[38.831,98.679],[39.621,98.084],[40.405,98.084],[40.796,98.085],[41.19,98.084],[41.98,97.3],[42.764,96.711],[43.353,95.925],[44.141,95.332],[44.928,95.136],[44.928,94.351],[44.536,91.99],[44.141,90.417],[43.552,88.846],[42.764,87.269],[43.552,86.487],[44.141,85.699],[44.928,84.914],[45.714,84.717],[46.108,83.928],[46.895,83.142],[47.29,82.352],[48.859,81.571],[49.646,81.373],[50.036,81.374],[50.432,81.373],[51.22,80.787],[52.793,79.799],[53.775,78.229],[53.775,76.654],[53.973,75.868],[53.973,74.687],[53.973,73.512],[53.581,72.675],[53.581,68.001],[52.793,67.413],[51.612,64.857],[52.005,63.285],[51.809,62.552],[52.005,61.711],[51.612,60.924],[51.22,60.14],[51.22,59.746],[51.419,58.568],[51.419,57.781],[52.204,57.191],[54.169,54.829],[54.365,54.046],[54.954,53.257],[55.154,52.469],[55.939,50.898],[56.725,50.309],[57.513,49.719],[58.104,48.931],[59.676,47.556],[60.462,46.772],[61.249,45.978],[62.823,45],[63.215,44.213],[63.997,43.622],[64.199,42.839],[64.984,42.641],[65.768,42.049],[66.557,41.456],[67.344,41.064],[67.932,40.278],[68.526,37.921],[69.307,37.33],[70.096,36.548],[71.077,35.956],[71.671,35.167],[72.257,34.384],[72.456,32.809],[72.456,31.235],[73.044,28.633],[73.044,27.105],[71.913,26.91],[70.487,27.105],[69.703,27.699],[66.951,28.876],[65.577,28.484],[64.786,28.484],[63.215,28.68],[61.639,28.68],[60.462,28.288],[60.066,27.503],[59.478,26.713],[59.478,25.929],[58.693,25.532],[58.299,24.749],[58.299,23.964],[57.513,23.374],[57.133,23.373],[56.725,23.374],[55.939,22.583],[55.35,21.798],[54.56,21.405],[53.973,20.619],[53.186,20.225],[52.79,20.225],[52.401,20.225],[51.612,19.638],[50.826,18.06],[50.63,17.277],[50.432,15.708],[49.646,15.112],[48.469,13.538],[47.876,12.753],[48.074,11.967],[48.074,11.179],[47.876,9.61],[47.29,8.824],[46.503,7.25],[46.108,6.461],[45.324,6.068],[44.928,5.281],[44.928,4.495],[44.928,2.92],[44.732,2.138],[44.141,1.353],[42.764,-0.223],[42.372,-1.01],[42.372,-2.586],[41.586,-4.154],[40.997,-4.939],[40.405,-5.726],[39.621,-6.318],[38.831,-8.086],[38.243,-8.876],[38.243,-9.658],[38.243,-10.447],[37.454,-11.034],[36.671,-11.432],[36.238,-11.442],[35.885,-11.432],[35.096,-12.019],[34.704,-12.019],[32.738,-11.233],[32.344,-11.233],[26.641,-12.607],[25.07,-12.214],[23.888,-12.414],[23.103,-13.2],[21.533,-14.378],[18.777,-15.363],[16.811,-14.969],[15.633,-15.263],[15.633,-13.396],[15.828,-12.607],[15.633,-10.25],[14.453,-10.054],[13.717,-10.054],[12.88,-10.054],[12.092,-10.84],[11.307,-11.626],[10.275,-11.822],[6.391,-11.822],[6,-12.607],[5.803,-13.396],[5.014,-13.789],[4.227,-14.378],[3.443,-14.575],[1.866,-14.969],[1.146,-14.957],[0.294,-14.969],[-1.279,-15.758],[-2.852,-17.131],[-3.047,-17.916],[-2.652,-18.707],[-1.867,-19.294],[-1.667,-20.079],[-2.064,-20.867],[-2.852,-21.26],[-3.638,-21.85],[-3.047,-22.636],[-2.26,-22.832],[-1.473,-23.028],[-1.667,-23.817],[-2.458,-24.012],[-4.029,-24.601]],\"c\":true},\"ix\":2},\"nm\":\"Path 84\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":84,\"ty\":\"sh\",\"ix\":85,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,-0.016],[0.149,-0.103],[0.129,-0.101],[0.098,-0.145],[0.096,-0.121],[0.097,-0.128],[0.052,-0.094],[0.047,-0.121],[0,-0.293],[0,0],[0,0],[-0.027,0.347],[-0.025,0.123],[-0.05,0.122],[-0.072,0.15],[0,0],[-0.025,0.122],[-0.097,0.172],[-0.073,0.147],[-0.194,0.32],[-0.025,0.173],[0,0],[0,0],[0,0.149],[-0.023,0.222],[0.271,-0.025],[0.09,0]],\"o\":[[-0.171,0.074],[-0.146,0.097],[-0.123,0.097],[-0.099,0.147],[-0.1,0.122],[-0.075,0.094],[-0.049,0.1],[-0.1,0.272],[0,0],[0,0],[0,-0.346],[0,-0.145],[0.023,-0.121],[0.07,-0.146],[0,0],[0.05,-0.117],[0.077,-0.195],[0.078,-0.122],[0.195,-0.321],[0.075,-0.151],[0,0],[0,0],[0,-0.151],[0,-0.217],[-0.296,0],[-0.08,0],[-0.045,0]],\"v\":[[206.158,0.466],[205.861,0.861],[205.467,1.156],[205.077,1.448],[204.783,1.843],[204.587,2.239],[204.189,2.333],[204.094,2.725],[203.895,3.489],[203.895,6.856],[205.077,6.856],[205.077,5.97],[205.176,5.577],[205.274,5.185],[205.668,4.889],[205.861,4.495],[205.861,4.104],[206.254,3.71],[206.452,3.318],[207.139,2.531],[207.434,2.138],[207.434,1.744],[207.434,1.353],[207.236,1.03],[207.337,0.466],[206.55,0.466],[206.288,0.444]],\"c\":true},\"ix\":2},\"nm\":\"Path 85\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":85,\"ty\":\"sh\",\"ix\":86,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.325,0],[0.488,-0.049],[0.345,0],[0.294,0],[0,0],[0.294,-0.047],[0.248,-0.101],[0,-0.489],[-0.394,-0.342],[-0.688,0],[-0.25,0.048],[-0.639,0.151],[-0.294,0],[-0.738,-0.588],[-0.242,-0.145],[-0.248,-0.098],[-0.294,-0.05],[-0.159,0.024],[-0.175,-0.048],[-0.294,-0.248],[-0.784,0],[0,0],[0.589,0.442],[0.785,0.048],[0,0],[0.27,-0.012],[0.343,0.024],[0.246,0.048],[0.246,0.148],[0.297,0.195],[0.291,0.151],[0.589,0.344],[0,0],[0.345,0.15],[0.135,0]],\"o\":[[-0.493,0],[-0.344,0.048],[-0.296,0],[0,0],[-0.346,0],[-0.244,0],[-0.392,0.197],[0,0.539],[0.491,0.393],[0.294,0],[0.636,-0.194],[0.248,-0.048],[0.984,0],[0.247,0.196],[0.198,0.152],[0.296,0.096],[0.169,0.048],[0.161,-0.024],[0.39,0.095],[0.591,0.491],[0,0],[-0.395,-0.641],[-0.592,-0.441],[0,0],[-0.345,-0.024],[-0.271,0.012],[-0.297,0],[-0.296,-0.098],[-0.294,-0.148],[-0.244,-0.147],[-0.592,-0.343],[0,0],[-0.295,-0.144],[-0.149,-0.065],[-0.27,0]],\"v\":[[-174.793,4.495],[-176.072,4.495],[-176.858,4.889],[-177.644,4.692],[-179.317,4.692],[-180.202,4.692],[-180.99,4.692],[-181.58,5.874],[-180.791,7.051],[-179.022,7.444],[-178.234,7.444],[-176.664,6.461],[-175.876,6.461],[-173.516,7.444],[-173.124,8.23],[-172.336,8.429],[-171.551,8.824],[-171.063,8.824],[-170.565,8.824],[-169.782,9.61],[-167.963,10.493],[-161.915,10.493],[-163.291,9.018],[-165.06,8.037],[-165.848,8.037],[-166.734,8.037],[-167.617,8.037],[-168.404,8.037],[-169.191,7.64],[-169.782,6.856],[-170.565,6.461],[-172.14,5.674],[-172.926,5.281],[-173.516,4.495],[-173.937,4.408]],\"c\":true},\"ix\":2},\"nm\":\"Path 86\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":86,\"ty\":\"sh\",\"ix\":87,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.593,-0.097],[0,0],[-0.343,-0.194],[-0.343,-0.049],[0,0],[-0.247,0.046],[-0.389,0.149],[-0.247,0.052],[-0.293,0],[-0.294,0],[-0.295,0],[-0.591,0.052],[-0.59,0.05],[-0.293,0],[-0.296,0],[-0.59,0],[0,0],[-0.295,0.099],[0.146,0.295],[0.1,0.396],[0.933,0],[0,0],[0.49,0],[0,0],[0.342,-0.052],[0.293,0],[0.246,0.048],[0.345,0.146],[0.245,0.1],[0.346,0.099],[0.59,0],[0.639,0]],\"o\":[[0,0],[0.296,0.295],[0.296,0.151],[0,0],[0.292,0],[0.395,-0.097],[0.249,-0.053],[0.248,-0.051],[0.298,0],[0.296,0],[0.592,0],[0.591,-0.051],[0.295,0],[0.295,0],[0.588,0.05],[0,0],[0.343,0],[-0.196,-0.247],[-0.197,-0.397],[-0.936,0.197],[0,0],[-0.492,-0.049],[0,0],[-0.343,0.044],[-0.245,0.048],[-0.298,0],[-0.343,-0.099],[-0.244,-0.1],[-0.343,-0.146],[-0.54,-0.148],[-0.638,-0.048],[-0.589,0]],\"v\":[[-159.361,11.77],[-159.361,14.131],[-158.574,14.915],[-157.786,15.509],[-156.999,15.509],[-156.214,15.509],[-155.43,14.721],[-154.641,14.523],[-153.856,14.523],[-153.068,14.721],[-152.283,14.523],[-150.708,14.523],[-149.137,14.327],[-148.35,14.131],[-147.562,14.327],[-145.991,14.523],[-145.203,14.523],[-144.418,14.131],[-145.203,13.738],[-145.203,12.604],[-147.562,12.949],[-148.35,12.949],[-149.528,12.56],[-149.921,12.56],[-150.708,13.148],[-151.493,13.148],[-152.283,13.148],[-153.068,12.56],[-153.856,12.36],[-154.641,11.77],[-156.214,11.77],[-157.836,11.574]],\"c\":true},\"ix\":2},\"nm\":\"Path 87\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":87,\"ty\":\"sh\",\"ix\":88,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.071],[0,-0.077],[0,-0.088],[0,-0.076],[-0.015,-0.095],[-0.015,-0.06],[-0.009,-0.074],[0,-0.148],[0.011,-0.062],[0.052,-0.1],[0.011,-0.078],[0,-0.158],[0,-0.355],[0.088,-0.06],[0.073,-0.033],[0.158,-0.072],[0.122,-0.099],[0.01,-0.111],[0,-0.099],[-0.009,-0.09],[-0.073,-0.108],[-0.112,-0.11],[-0.122,-0.088],[-0.099,-0.06],[-0.197,-0.113],[-0.09,-0.025],[-0.035,0.003],[-0.031,-0.007],[0,-0.309],[-0.034,-0.139],[-0.173,-0.085],[-0.086,-0.018],[-0.126,0],[0,0],[0,0],[0,0.188],[0,0],[-0.133,0.16],[-0.146,0.113],[-0.057,0.038],[-0.055,0.064],[-0.063,0.085],[-0.052,0.1],[-0.038,0.114],[-0.048,0.179],[-0.014,0.159],[0,0],[0,0.097],[0,0],[0.049,0.16],[0.025,0.075],[0.023,0.072],[0.008,0.061],[0.023,0.086],[0.023,0.088],[0.024,0.062],[0.052,0.072],[0.078,0.061],[0.097,0.048],[0.103,0],[0,0],[0.041,0],[0.086,0.044],[0.061,0.037],[0.075,0.053],[0.059,0.037],[0.175,0]],\"o\":[[0,0.076],[0,0.075],[0,0.085],[0,0.07],[0,0.097],[0,0.077],[0.01,0.078],[0.028,0.131],[0,0.075],[-0.024,0.107],[-0.035,0.071],[-0.024,0.145],[0,0.363],[0,0.111],[-0.074,0.051],[-0.148,0.089],[-0.146,0.073],[-0.073,0.06],[-0.009,0.097],[0,0.1],[0.01,0.124],[0.072,0.125],[0.111,0.111],[0.102,0.073],[0.187,0.122],[0.075,0.031],[0.029,0.006],[0.034,-0.003],[-0.136,0.285],[0,0.144],[0.063,0.182],[0.086,0.033],[0.108,0.023],[0,0],[0,0],[0,-0.18],[0,0],[0,-0.219],[0.124,-0.147],[0.061,-0.038],[0.064,-0.032],[0.059,-0.086],[0.057,-0.089],[0.047,-0.097],[0.06,-0.169],[0.036,-0.156],[0,0],[0,-0.101],[0,0],[0,-0.174],[-0.014,-0.074],[-0.027,-0.073],[-0.023,-0.061],[-0.032,-0.091],[-0.024,-0.086],[-0.023,-0.061],[-0.026,-0.085],[-0.05,-0.086],[-0.079,-0.077],[-0.074,-0.039],[0,0],[-0.046,-0.003],[-0.092,0],[-0.075,-0.037],[-0.072,-0.05],[-0.061,-0.034],[-0.135,-0.073],[0,0]],\"v\":[[204.365,13.441],[204.391,13.638],[204.339,13.837],[204.365,14.046],[204.339,14.23],[204.391,14.472],[204.391,14.668],[204.483,14.87],[204.535,15.26],[204.535,15.46],[204.339,15.708],[204.241,15.903],[204.189,16.316],[204.339,17.226],[204.141,17.422],[203.946,17.569],[203.504,17.767],[203.11,18.012],[202.962,18.259],[202.962,18.505],[202.962,18.752],[203.16,19.043],[203.405,19.389],[203.746,19.638],[203.993,19.833],[204.483,20.179],[204.684,20.324],[204.78,20.324],[204.879,20.324],[204.631,21.088],[204.73,21.457],[205.029,21.848],[205.274,21.899],[205.581,21.994],[206.452,21.994],[206.452,21.366],[206.353,20.9],[206.353,19.992],[206.647,19.488],[207.042,19.145],[207.236,19.043],[207.337,18.848],[207.535,18.605],[207.733,18.356],[207.829,18.06],[208.025,17.616],[208.124,17.178],[208.124,16.934],[208.173,16.686],[208.173,16.49],[208.124,16.048],[208.025,15.852],[207.926,15.655],[207.882,15.46],[207.78,15.211],[207.681,14.965],[207.634,14.77],[207.483,14.575],[207.283,14.377],[207.042,14.182],[206.793,14.08],[206.6,14.08],[206.47,14.077],[206.207,14.033],[206.011,13.934],[205.912,13.685],[205.715,13.59],[205.308,13.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 88\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":88,\"ty\":\"sh\",\"ix\":89,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.011,-0.028],[0,0.024]],\"o\":[[0,-0.025],[-0.031,0.001]],\"v\":[[153.66,13.514],[153.658,13.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 89\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":89,\"ty\":\"sh\",\"ix\":90,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.008],[0.005,0.014]],\"o\":[[0.007,0],[0,0.008]],\"v\":[[153.66,13.538],[153.66,13.514]],\"c\":true},\"ix\":2},\"nm\":\"Path 90\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":90,\"ty\":\"sh\",\"ix\":91,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.439,-0.146],[-0.126,0.029],[-0.133,-0.077],[-0.244,-0.145],[-0.148,-0.248],[-0.122,-0.018],[-0.134,0.053],[-0.295,0.296],[0.244,0.148],[0.249,0.146],[0.343,0]],\"o\":[[0.298,0.396],[0.116,0.046],[0.145,-0.032],[0.293,0.145],[0.243,0.151],[0.11,-0.024],[0.148,0.021],[0.395,-0.199],[-0.149,-0.247],[-0.246,-0.146],[-0.295,-0.148],[0,0]],\"v\":[[-169.584,13.538],[-168.8,14.523],[-168.432,14.511],[-168.009,14.523],[-167.224,14.915],[-167.028,15.708],[-166.676,15.719],[-166.243,15.708],[-165.455,14.915],[-165.651,14.131],[-166.439,13.934],[-167.274,13.538]],\"c\":true},\"ix\":2},\"nm\":\"Path 91\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":91,\"ty\":\"sh\",\"ix\":92,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.162,-0.09],[0.122,-0.072],[0.146,-0.048],[0.147,0],[0.294,0],[-0.342,-0.22],[-0.175,-0.073],[-0.151,-0.076],[-0.064,0.015],[-0.054,-0.041],[-0.075,-0.094],[-0.123,-0.117],[-0.076,-0.194],[-0.025,-0.122],[-0.05,-0.124],[-0.099,-0.125],[-0.124,-0.074],[-0.294,-0.221],[-0.078,-0.126],[-0.073,-0.172],[-0.022,-0.315],[0,0],[0,0.169],[0,0.293],[0,0.075],[0.346,0.345],[0.096,0.119],[0.073,0.123],[0.125,0.174],[0.172,0.126],[0.172,0.099],[0.069,-0.001],[0.026,0.068],[0,0],[0,0.17],[0,0],[0.147,0],[0.147,0],[0,0],[0.107,0]],\"o\":[[-0.146,0.068],[-0.123,0.072],[-0.124,0.025],[-0.294,0.025],[0.314,0.222],[0.149,0.077],[0.145,0.05],[0.055,0.021],[0.077,-0.016],[0.098,0.07],[0.098,0.126],[0.15,0.152],[0.023,0.125],[0.021,0.121],[0.049,0.145],[0.096,0.123],[0.297,0.218],[0.121,0.099],[0.095,0.145],[0.121,0.27],[0,0],[0,-0.17],[0,-0.297],[0,-0.079],[0,-0.514],[-0.1,-0.097],[-0.076,-0.097],[-0.098,-0.172],[-0.123,-0.168],[-0.174,-0.125],[-0.054,-0.031],[-0.088,0],[0,0],[-0.074,-0.144],[0,0],[-0.15,0],[-0.149,0],[0,0],[-0.129,0],[-0.157,0]],\"v\":[[209.499,22.39],[209.303,22.782],[208.91,22.979],[208.517,22.979],[207.535,23.175],[208.418,23.764],[208.814,24.06],[209.207,24.257],[209.392,24.249],[209.598,24.257],[209.598,24.647],[209.99,24.843],[210.386,25.235],[210.483,25.633],[210.483,26.028],[210.681,26.42],[211.072,26.617],[211.86,27.303],[212.257,27.503],[212.548,27.894],[212.646,28.729],[214.267,28.729],[214.217,28.288],[214.319,27.503],[214.267,27.327],[213.629,26.125],[213.238,25.929],[213.137,25.532],[212.844,25.041],[212.452,24.647],[211.957,24.354],[211.762,24.324],[211.566,24.257],[211.368,23.861],[211.467,23.448],[211.467,22.317],[211.072,22.39],[210.681,22.29],[210.309,22.29],[209.96,22.282]],\"c\":true},\"ix\":2},\"nm\":\"Path 92\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":92,\"ty\":\"sh\",\"ix\":93,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.243],[-0.196,-0.144],[-0.172,-0.046],[-0.148,0],[-0.27,0],[-0.071,-0.444],[-0.024,-0.147],[0,-0.369],[0.025,-0.243],[-0.024,-0.12],[0,-0.073],[-0.101,-0.074],[-0.17,-0.076],[-0.152,-0.025],[-0.294,0.052],[0.047,-0.166],[0.022,-0.12],[0,-0.17],[-0.074,-0.121],[-0.149,-0.073],[-0.15,-0.03],[-0.148,0],[-0.122,0.045],[-0.072,0.097],[-0.12,0.05],[-0.273,0],[0,0],[0.269,0.17],[0.097,0.046],[0.099,0.148],[0.046,0.126],[0.071,0.122],[0.145,0.102],[0.145,0.072],[0.097,0.074],[0.073,0.15],[0.02,0.148],[0.052,0.269],[0.098,0.145],[0.295,0.196],[0.272,0.196],[0.149,0.103],[0.148,0.099],[0.121,0.023]],\"o\":[[0,0.27],[0.149,0.124],[0.119,0.028],[0.271,0.028],[0,0.47],[0.025,0.145],[0.097,0.343],[0,0.246],[0,0.151],[0,0.056],[0,0.152],[0.145,0.119],[0.146,0.073],[0.266,0.046],[-0.077,0.177],[-0.026,0.124],[-0.026,0.149],[0,0.15],[0.073,0.124],[0.147,0.078],[0.122,0.021],[0.147,0],[0.125,-0.05],[0.074,-0.099],[0.247,-0.097],[0,0],[0,-0.343],[-0.099,-0.05],[-0.145,-0.103],[-0.049,-0.103],[-0.051,-0.124],[-0.076,-0.152],[-0.122,-0.074],[-0.12,-0.048],[-0.125,-0.098],[-0.076,-0.149],[-0.05,-0.272],[-0.027,-0.174],[-0.198,-0.297],[-0.269,-0.17],[-0.149,-0.099],[-0.148,-0.097],[-0.123,-0.076],[-0.023,0.248]],\"v\":[[204.587,24.084],[204.879,24.749],[205.274,25.041],[205.668,25.041],[206.353,25.041],[206.353,26.223],[206.55,26.617],[206.746,27.574],[206.647,28.185],[206.55,28.577],[206.647,28.777],[206.944,29.075],[207.337,29.37],[207.733,29.566],[208.517,29.465],[208.223,29.858],[208.223,30.253],[208.025,30.644],[208.124,31.038],[208.517,31.235],[208.91,31.435],[209.303,31.435],[209.696,31.435],[209.696,31.038],[210.089,30.939],[210.777,30.939],[210.777,29.786],[210.287,29.075],[209.892,28.979],[209.499,28.68],[209.404,28.288],[209.404,27.894],[209.009,27.597],[208.616,27.402],[208.223,27.303],[208.025,26.91],[207.829,26.517],[207.829,25.732],[207.535,25.338],[206.844,24.647],[206.061,24.257],[205.762,23.861],[205.371,23.568],[204.684,23.469]],\"c\":true},\"ix\":2},\"nm\":\"Path 93\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":93,\"ty\":\"sh\",\"ix\":94,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.073,-0.123],[0.15,-0.391],[0.052,-0.127],[0.078,-0.15],[0.073,-0.121],[0.097,-0.151],[0.073,-0.121],[0.072,-0.123],[0.078,-0.171],[0.028,-0.126],[0,-0.123],[0.075,-0.151],[0.125,-0.147],[0.12,-0.073],[0.221,-0.171],[0.099,-0.073],[0.174,-0.1],[0.123,-0.022],[0.057,0.011],[0.073,-0.042],[0.099,-0.148],[0.099,-0.296],[-0.146,0],[-0.147,0],[-0.122,0.048],[-0.121,0.127],[-0.072,0.165],[-0.047,0.119],[-0.27,0.178],[-0.125,0.051],[-0.145,0.026],[-0.346,0],[-0.027,0.27],[-0.128,0.272],[-0.242,0.22],[-0.124,0.095],[-0.077,0.124],[-0.025,0.176],[-0.025,0.347],[0,0.147],[0,0.346]],\"o\":[[-0.243,0.369],[-0.024,0.124],[-0.073,0.173],[-0.072,0.146],[-0.097,0.146],[-0.074,0.121],[-0.072,0.124],[-0.077,0.149],[-0.048,0.121],[-0.021,0.122],[-0.021,0.172],[-0.072,0.146],[-0.095,0.123],[-0.225,0.173],[-0.099,0.078],[-0.144,0.125],[-0.122,0.046],[-0.052,0.011],[-0.078,-0.015],[-0.145,0.074],[-0.17,0.245],[0.147,0],[0.174,0],[0.124,0],[0.172,-0.073],[0.121,-0.124],[0.049,-0.124],[0.124,-0.296],[0.122,-0.071],[0.151,-0.049],[0.32,-0.074],[0,-0.295],[0.05,-0.296],[0.148,-0.29],[0.123,-0.101],[0.122,-0.103],[0.097,-0.15],[0.073,-0.316],[0,-0.148],[0.025,-0.346],[-0.072,0.148]],\"v\":[[203.602,25.338],[202.91,26.223],[202.91,26.617],[202.616,27.009],[202.421,27.402],[202.029,27.699],[201.832,28.092],[201.639,28.484],[201.24,28.777],[201.24,29.172],[201.24,29.566],[200.947,29.96],[200.65,30.351],[200.457,30.744],[199.668,30.939],[199.569,31.331],[199.176,31.631],[198.785,31.726],[198.621,31.715],[198.389,31.726],[198.095,32.121],[197.803,32.907],[198.168,33.003],[198.585,32.907],[198.98,32.907],[199.373,32.611],[199.668,32.221],[199.668,31.827],[200.258,31.135],[200.65,31.038],[201.046,30.842],[201.931,30.842],[201.931,30.055],[202.227,29.269],[202.715,28.484],[203.11,28.288],[203.504,28.092],[203.602,27.597],[203.602,26.713],[203.701,26.323],[203.798,24.942]],\"c\":true},\"ix\":2},\"nm\":\"Path 94\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":94,\"ty\":\"sh\",\"ix\":95,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.15,-0.019],[0.126,-0.051],[0.096,-0.124],[0.025,-0.124],[0,-0.347],[0,0],[0.292,-0.196],[0.174,-0.071],[0.173,-0.05],[0.172,-0.019],[0.32,-0.048],[0.149,0],[0.295,0],[0,0],[0.37,-0.068],[0.119,0],[0.294,0],[0.048,-0.194],[0.051,-0.146],[0.047,-0.144],[0.047,-0.124],[0.101,-0.126],[0.247,-0.274],[0.07,-0.169],[0.051,-0.126],[0.098,-0.198],[0.023,-0.124],[-0.125,-0.022],[-0.07,0.006],[-0.059,-0.01],[-0.198,-0.026],[-0.099,-0.586],[-0.027,-0.127],[-0.124,-0.296],[-0.023,-0.126],[0,-0.222],[0.075,-0.196],[0.127,-0.122],[0.046,-0.223],[0,-0.147],[0,-0.296],[0.095,-0.319],[0.146,-0.121],[0.172,-0.048],[0.068,0.006],[0.058,-0.011],[0.294,-0.027],[0,0],[-0.05,-0.175],[-0.025,-0.125],[0.416,-0.267],[0,0],[0.12,-0.027],[0.246,-0.195],[0.098,-0.149],[0,-0.609],[0,0],[0.052,-0.471],[0,-0.296],[0,-0.145],[0,-0.169],[0,-0.146],[-0.167,-0.295],[-0.148,0.048],[-0.248,0],[-0.345,-0.022],[0,0],[0.122,-0.076],[0.295,-0.052],[0.149,0],[0.201,-0.024],[0.076,-0.271],[0.095,-0.075],[0.123,-0.098],[0.147,-0.098],[0.074,-0.167],[0,-0.218],[-0.049,-0.202],[-0.074,-0.175],[-0.029,-0.175],[0,0],[-0.029,-0.346],[-0.05,-0.125],[-0.145,-0.121],[-0.144,-0.047],[-0.12,0],[-0.126,-0.026],[-0.149,-0.047],[-0.121,-0.074],[-0.125,-0.172],[-0.077,-0.146],[-0.099,-0.17],[-0.098,-0.121],[-0.073,-0.152],[-0.048,-0.151],[-0.025,-0.295],[-0.026,-0.127],[-0.077,-0.12],[-0.093,-0.122],[-0.098,-0.125],[-0.074,-0.145],[0,-0.293],[0,0],[-0.075,-0.127],[-0.075,-0.124],[-0.1,-0.146],[-0.025,-0.494],[-0.199,-0.438],[-0.075,-0.122],[-0.1,-0.098],[-0.124,-0.098],[-0.121,-0.071],[-0.145,-0.097],[-0.099,-0.122],[-0.049,-0.153],[0,-0.147],[-0.025,-0.393],[-0.026,-0.173],[-0.05,-0.125],[-0.073,-0.151],[-0.171,-0.295],[-0.1,-0.124],[-0.147,-0.12],[-0.148,-0.075],[-0.17,-0.102],[-0.174,-0.053],[-0.124,-0.025],[-0.128,0.012],[-0.136,-0.025],[-0.149,-0.075],[-0.144,-0.146],[-0.147,-0.101],[-0.125,-0.078],[-0.147,-0.095],[-0.345,-0.168],[-0.293,-0.101],[-0.148,-0.049],[-0.269,-0.317],[-0.099,-0.12],[-0.122,-0.151],[-0.296,-0.243],[-0.172,-0.023],[-0.121,0],[-0.292,0],[0,0],[0.025,-0.32],[0,-0.219],[0,-0.074],[0,0],[0,-0.368],[0,0],[0.025,-0.152],[0.025,-0.124],[0.022,-0.175],[0,-0.273],[0,-0.045],[0,0],[0,-0.147],[0,-0.221],[0,0],[0,0],[0.026,-0.22],[0,-0.344],[-0.025,-0.172],[0,0],[0,0],[0.022,-0.148],[0.022,-0.124],[0.026,-0.125],[0.049,-0.149],[0.073,-0.172],[0.145,-0.373],[0.022,-0.196],[0,-0.292],[0,-0.098],[-0.025,-0.392],[0,-0.146],[0,-0.175],[0,-0.195],[0.022,-0.124],[0.073,-0.197],[0.047,-0.124],[0.076,-0.148],[0.12,-0.174],[0,-0.494],[0,0],[0,-0.121],[-0.022,-0.121],[-0.073,-0.149],[-0.074,-0.15],[0,-0.644],[0.123,-0.586],[0,-0.15],[0.047,-0.442],[0.122,-0.296],[0.05,-0.123],[0.049,-0.195],[0.049,-0.171],[0.049,-0.148],[0.097,-0.15],[0.124,-0.172],[0,-0.149],[0,0],[0,-0.198],[0,-0.247],[0,-0.097],[0.022,-0.124],[0.076,-0.175],[0.075,-0.126],[0.078,-0.175],[0.026,-0.196],[0.148,-0.144],[0.074,-0.145],[0.023,-0.145],[0,-0.146],[-0.072,-0.193],[-0.026,-0.123],[-0.052,-0.3],[0,-0.148],[0,-0.148],[0,-0.317],[0.318,-0.517],[0.099,-0.147],[0.075,-0.145],[0,-0.298],[-0.025,-0.127],[-0.072,-0.173],[0,0],[0,-0.344],[0,-0.151],[0.244,-0.121],[0.099,-0.152],[0.049,-0.124],[0.049,-0.124],[0.05,-0.203],[0.026,-0.123],[0,-0.218],[-0.146,-0.167],[-0.124,-0.079],[-0.2,0],[0,0],[0,0],[0,0],[0,0],[0.146,-0.123],[0.123,-0.103],[0.126,-0.122],[0,0],[0.127,-0.145],[0.073,-0.149],[0.024,-0.122],[0,-0.151],[0,-0.49],[0.02,-0.469],[0.019,-0.148],[0,0],[0.121,0.1],[0.068,0],[0.041,0.068],[0,0.12],[0,0],[0.049,0.295],[0.049,0],[0.22,0],[0,0],[-0.099,-0.104],[-0.1,-0.123],[-0.072,-0.146],[-0.048,-0.147],[0,-0.12],[0,-0.147],[0,-0.292],[0,0],[0.099,0.072],[0.073,0.123],[0.049,0.125],[0.073,0.098],[0.197,0],[0.172,0],[0,0],[0.222,-0.147],[0.075,-0.122],[0,-0.198],[-0.469,-0.075],[-0.147,0],[-0.119,-0.03],[-0.064,0.007],[-0.064,-0.015],[-0.148,-0.098],[0.073,-0.121],[0,-0.216],[0,-0.169],[-0.027,-0.148],[-0.371,-0.146],[-0.296,-0.146],[0.024,-0.169],[0.024,-0.151],[0.292,-0.028],[0.125,-0.028],[0.297,-0.052],[0.112,0.008],[0.151,-0.029],[0.149,-0.075],[0,-0.223],[0,0],[-0.022,-0.149],[-0.022,-0.122],[-0.022,-0.121],[-0.073,-0.124],[0,-0.246],[0,0],[0.051,-0.172],[0,-0.169],[-0.196,-0.273],[0,-0.343],[0,-0.17],[-0.075,-0.126],[-0.119,-0.092],[-0.123,-0.099],[-0.049,-0.12],[0,0],[0,0],[-0.146,0],[0,0],[-0.144,-0.024],[0.147,-0.12],[0.296,-0.145],[-0.322,-0.127],[-0.072,0.01],[-0.056,-0.014],[-0.064,0.006],[-0.064,-0.015],[-0.097,-0.071],[0,0],[-0.098,-0.145],[-0.075,-0.169],[-0.052,-0.174],[-0.046,-0.127],[-0.144,-0.102],[-0.394,-0.266],[-0.099,-0.145],[-0.048,-0.12],[-0.048,-0.126],[-0.124,-0.077],[-0.047,-0.198],[-0.029,-0.123],[-0.027,-0.222],[-0.298,-0.031],[-0.126,-0.055],[-0.098,-0.073],[-0.05,-0.096],[-0.32,-0.127],[-0.141,0.021],[-0.123,-0.022],[-0.145,-0.025],[-0.121,-0.029],[-0.127,-0.025],[-0.169,-0.05],[-0.146,0.015],[-0.125,-0.012],[0,0],[-0.169,-0.048],[-0.198,0],[0,0],[-0.17,0],[-0.145,0.124],[-0.073,0.102],[-0.15,0.069],[-0.22,0],[-0.294,0.02],[0.223,0.149],[0.091,-0.021],[0.078,0.024],[0.321,0.074],[0.126,0],[0.15,0],[0.345,0],[0.145,0],[0,0],[0.295,0.024],[0.098,0.078],[0.096,0.143],[0.049,0.169],[0.022,0.296],[0.022,0.127],[0.049,0.121],[0.073,0.169],[0.047,0.144],[0,0.121],[0,0],[0.025,0.148],[0.025,0.265],[0.027,0.118],[0.074,0.15],[0,0.272],[0,0.243],[0,0],[0.048,0.15],[0,0],[-0.026,0.37],[0,0],[0.026,0.247],[0,0.142],[-0.122,0.246],[-0.147,0.093],[-0.124,0.026],[-0.273,0.073],[-0.099,0.168],[-0.196,0.61],[-0.047,0.127],[-0.122,0.126],[-0.146,0.074],[-0.171,0.072],[-0.067,-0.011],[-0.061,0.025],[-0.097,0.103],[0,0],[0.222,0],[0.318,0.1],[0.121,0.101],[0.05,0.099],[0.173,0.073],[0.122,0.049],[0.147,0.099],[0.097,0.171],[0.047,0.173],[0,0.295],[0,0],[-0.071,0.15],[-0.147,0.148],[-0.54,0],[0,0],[0,0],[-0.075,0.098],[-0.097,0.145],[-0.121,0.299],[-0.026,0.145],[0,0.146],[0,0.124],[-0.026,0.126],[-0.223,0],[-0.394,0],[-0.196,0.098],[-0.049,0.194],[0,0.145],[0,0],[0.052,0.148],[0.061,0.005],[0.074,-0.012],[0.148,-0.075],[0.199,-0.093],[0.077,0.01],[0.052,-0.009],[0.025,0.171],[0.025,0.295],[0.022,0.295],[0,0.152],[0,0],[0,0],[-0.293,-0.146],[-0.392,0],[0,0],[0,0.173],[0.027,0.175],[0,0],[-0.022,0.121],[-0.075,0.148],[-0.071,0.145],[0,0.143],[0.026,0.124],[0.071,0.294],[0,0.147],[0,0],[0,0],[-0.171,0],[0,0],[-0.268,0.073],[-0.344,0],[0,0],[-0.341,0],[-0.126,0.141],[-0.05,0.123],[-0.05,0.124],[-0.071,0.145],[-0.197,0.245],[-0.178,0.098],[-0.269,0.195],[-0.099,0.15],[-0.098,0.173],[0,0],[0,0.175],[0,0],[0,0],[0.149,0.032],[0,0],[0.025,0.125],[0.05,0.122],[0.123,0.097],[0.17,0.099],[0.297,0.222],[0.076,0.128],[0.098,0.149],[0.025,0.12],[0,0],[-0.32,-0.1],[-0.345,-0.176],[-0.174,-0.019],[-0.071,0.006],[-0.058,-0.009],[-0.467,0],[-0.127,0.025],[-0.196,0.051],[-0.3,0],[-0.271,0.078],[-0.168,0.074],[-0.097,0.073],[-0.098,0.148],[-0.147,0.293],[-0.073,0.124],[-0.173,0.102],[-0.124,0.052],[-0.123,0.169],[-0.049,0.17],[-0.022,0.122],[0,0.298],[-0.176,0.344],[-0.024,0.169],[-0.024,0.466],[0,0.126],[-0.024,0.125],[-0.073,0.119],[-0.295,0.122],[-0.172,0],[-0.172,-0.023],[0.047,-0.147],[0.027,-0.121],[0,-0.169],[-0.049,-0.168],[-0.223,0.224],[-0.072,0.122],[-0.148,0.298],[-0.074,0.122],[-0.099,0.169],[-0.073,0.145],[-0.074,0.172],[-0.025,0.124],[-0.027,0.149],[-0.027,0.123],[-0.073,0.126],[-0.147,0.097],[-0.126,0.044],[-0.126,0.025],[-0.149,0.097],[-0.099,0.197],[0,0.174],[0,0.296],[0.049,0.273],[0.048,0.293],[0,0.147],[0,0.195],[0,0.348],[-0.097,0.314],[-0.075,0.149],[-0.121,0.123],[-0.175,0.126],[-0.296,0.166],[-0.126,0.046],[-0.097,0.122],[-0.149,0.193],[-0.096,0.148],[-0.123,0.144],[-0.146,0.097],[-0.196,0],[0,0],[-0.27,0.194],[-0.122,0.148],[-0.1,0.126],[-0.124,0.127],[0,0],[-0.048,0.196],[-0.023,0.124],[-0.17,0.126],[-0.097,0.077],[-0.098,0.126],[-0.195,0.32],[-0.122,0.292],[-0.05,0.125],[-0.146,0.122],[-0.198,0.174],[-0.049,0.296],[-0.199,0.467],[-0.074,0.125],[-0.097,0.123],[-0.075,0.097],[-0.072,0.148],[-0.023,0.144],[0,0.125],[0,0.295],[-0.024,0.465],[0,0.121],[0,0],[-0.048,0.15],[-0.1,0.347],[-0.027,0.124],[0,0.121],[-0.023,0.151],[0,0.219],[0,0],[0,0.393],[0,0],[0,0.147],[0,0],[-0.122,0.029],[-0.065,-0.007],[-0.063,0.015],[-0.169,0.072],[-0.122,0.076],[-0.172,0.498],[-0.048,0.176],[-0.173,0.248],[-0.147,0.074],[-0.071,-0.016],[-0.059,0.026],[-0.121,0.025],[-0.343,0.246],[-0.097,0.095],[-0.143,0.296],[-0.317,0.639],[-0.047,0.121],[-0.1,0.119],[-0.076,0.171],[-0.053,0.125],[0,0],[-0.052,0.396],[0,0.22],[0.025,0.197],[0.074,0.174],[0.146,0.369],[0.027,0.293],[0,0.295],[0.127,0.296],[0.148,0.101],[0.347,0],[0,0],[0.148,0.027],[0.145,0.028],[0.08,-0.007],[0.086,0.014],[0.123,0.026],[0.269,0.169],[0.099,0.118],[0.049,0.123],[0.099,0.296],[0.024,0.121],[0.122,0.121],[0.17,0.125],[0.175,0.098],[0.123,0.024],[0.219,0],[0.393,0],[0,0],[0.172,0.078],[0.346,0.168],[0.148,0.047],[0.322,0],[0.37,-0.05],[0.047,-0.468],[0.221,0.024],[0.123,0],[0.122,0.027],[0.148,0.078],[0.123,0.075],[0.073,0.122],[-0.149,0.07],[-0.123,0.072],[-0.146,0.074],[0,0],[0.068,-0.006],[0.058,0.009],[0.148,0.024],[0.174,0.048],[0.148,0.098],[0.173,0.123],[0.15,0.1],[0.123,0.047],[0.223,0.017],[0.196,0],[0.121,0],[0,0],[0.145,0.048],[0.223,0.101],[0.345,0],[0.318,-0.048],[0,0],[0,0],[0,0],[-0.075,0.12],[-0.149,0.123],[-0.149,0.128],[-0.047,0.096],[-0.024,0.292],[0.27,0.102],[0.169,0.053],[0.271,0.074],[0.195,0],[0,0],[0,0],[0.197,-0.025],[0.025,-0.295],[0.025,-0.121],[0.417,0],[0.274,0.028],[0,0],[0,0.145],[0,0.148],[-0.392,0.195],[-0.097,0.073],[-0.048,0.148],[-0.021,0.293],[-0.026,0.294],[0,0.222],[0.026,0.42],[0.222,0],[0.147,0],[0.124,0],[0,0],[0.027,0.146],[0.048,0.171],[0.048,0.123],[0.072,0.197],[0.051,0.1],[0.148,0.098],[0.075,-0.017],[0.057,0.025],[0.297,0.145],[0.072,0.145],[0.221,0.193],[0.121,0.075],[0.148,0.077],[0.173,0.075],[0.174,-0.025],[0.138,0.013],[0.174,0.073],[0.173,0.074],[0,0],[0.244,0],[0.169,-0.075],[0.149,-0.1],[0.393,0],[0,0],[0.147,0],[0.271,0.073],[0.296,0.124],[0.122,0.052],[0.272,0.145],[0.294,0.248],[0.098,0.15],[0.025,0.194],[0,0.465],[0.174,0.023],[0.069,-0.007],[0.059,0.011],[0.173,0.07],[0.124,0.071],[0.146,0.145],[0.096,0.119],[0.096,0.074],[0.075,-0.016],[0.057,0.025],[0.147,0.125],[0.049,0.172],[0.023,0.122],[0,0.347],[0,0],[0.27,-0.075],[0.297,-0.025],[0.147,0],[0.05,0.174],[0.024,0.124],[0.027,0.393],[0,0],[-0.17,0.076],[0.22,0.094],[0.176,0.048],[0.148,0.053],[0.175,0.047],[0,0],[0,0],[0.147,0.051],[0.294,0],[0.145,-0.194],[0.051,-0.122],[0.048,-0.121],[0.071,-0.122],[0.344,0],[0.174,0.096],[0.097,0.127],[0.099,0.149],[0.171,0.075],[0.319,0.075],[0.196,0],[0,0],[0.145,0.021],[0.397,0.075],[0,0],[0.295,0.023],[0.148,0.053],[0.147,0.1],[0.171,0.077],[0.122,0.027],[0.54,0.102],[0.024,-0.293],[0.099,-0.122],[0.17,-0.024],[0.129,0.012],[0.135,-0.024],[0.172,-0.073],[0.147,-0.123],[0,-0.218],[0,-0.149],[-0.027,-0.121],[0,-0.122],[-0.025,-0.149],[0,-0.219],[0.025,-0.222],[0.048,-0.175],[0.123,0.124],[0.098,0.122],[0.148,0.391],[0,0.344],[-0.022,0.12],[-0.051,0.175],[-0.025,0.125],[0,0.146],[0,0.248],[-0.321,0.294],[-0.124,0.102],[-0.121,0.098],[-0.122,0.073],[0,0]],\"o\":[[-0.169,0],[-0.122,0.029],[-0.145,0.072],[-0.075,0.099],[-0.075,0.318],[0,0],[-0.37,0],[-0.148,0.099],[-0.171,0.075],[-0.17,0.05],[-0.32,0.074],[-0.124,0],[-0.291,0.022],[0,0],[-0.271,0.271],[-0.123,0.029],[-0.273,0.023],[0,0.222],[-0.048,0.151],[-0.047,0.148],[-0.051,0.124],[-0.051,0.173],[-0.244,0.266],[-0.097,0.124],[-0.05,0.123],[-0.077,0.17],[-0.049,0.117],[0,0],[0.064,0.014],[0.064,-0.007],[0.173,0.048],[0,0.612],[0,0.123],[0.096,0.315],[0.048,0.123],[0.05,0.195],[0,0.22],[-0.07,0.177],[-0.171,0.17],[-0.026,0.124],[-0.026,0.293],[0,0.343],[-0.052,0.196],[-0.147,0.122],[-0.062,0.014],[-0.067,-0.006],[-0.275,0.051],[0,0],[0.076,0.171],[0.025,0.12],[-0.467,0.222],[0,0],[-0.123,0.021],[-0.297,0.072],[-0.149,0.123],[-0.322,0.493],[0,0],[0.05,0.472],[-0.02,0.293],[0,0.148],[0,0.172],[0,0.173],[0.049,0.318],[0.149,-0.074],[0.219,-0.075],[0.341,0],[0,0],[-0.097,0.124],[-0.271,0.168],[-0.124,0.023],[-0.198,0.023],[0,0.295],[-0.02,0.123],[-0.121,0.095],[-0.147,0.126],[-0.148,0.098],[-0.072,0.176],[0,0.22],[0.05,0.169],[0.075,0.166],[0,0],[0.021,0.341],[0,0.147],[0.073,0.166],[0.121,0.096],[0.128,0.026],[0.122,0],[0.147,0.026],[0.148,0.052],[0.173,0.096],[0.073,0.124],[0.075,0.172],[0.072,0.124],[0.124,0.147],[0.073,0.117],[0.073,0.269],[0,0.148],[0.022,0.121],[0.071,0.145],[0.099,0.12],[0.1,0.123],[0.121,0.244],[0,0],[0.074,0.145],[0.074,0.123],[0.099,0.147],[0.291,0.368],[0.026,0.491],[0.046,0.148],[0.074,0.123],[0.098,0.098],[0.124,0.096],[0.146,0.099],[0.124,0.078],[0.099,0.12],[0.025,0.117],[0.025,0.396],[0,0.196],[0.025,0.125],[0.074,0.17],[0.174,0.271],[0.073,0.147],[0.096,0.125],[0.124,0.101],[0.174,0.098],[0.149,0.07],[0.122,0.024],[0.136,0.025],[0.129,-0.013],[0.17,0.022],[0.174,0.097],[0.124,0.125],[0.124,0.07],[0.148,0.097],[0.32,0.198],[0.269,0.126],[0.147,0.049],[0.367,0.174],[0.099,0.127],[0.122,0.172],[0.246,0.293],[0.147,0.128],[0.122,0.024],[0.271,0.024],[0,0],[0,0.318],[0,0.222],[0,0.074],[0,0],[0.025,0.371],[0,0],[0,0.173],[-0.025,0.122],[-0.025,0.149],[-0.027,0.269],[0,0.046],[0,0],[0,0.174],[0.025,0.198],[0,0],[0,0],[-0.025,0.196],[-0.049,0.345],[0.074,0.174],[0,0],[0,0],[-0.025,0.148],[-0.027,0.125],[-0.027,0.12],[-0.025,0.144],[-0.048,0.174],[-0.173,0.367],[-0.049,0.171],[-0.025,0.294],[0,0.104],[0,0.393],[0,0.146],[0,0.174],[0,0.194],[0,0.15],[-0.025,0.196],[-0.049,0.124],[-0.073,0.174],[-0.122,0.194],[-0.295,0.368],[0,0],[0,0.15],[0,0.126],[0.051,0.145],[0.07,0.171],[0.294,0.539],[0,0.611],[-0.023,0.127],[-0.051,0.465],[-0.051,0.32],[-0.049,0.122],[-0.073,0.198],[-0.05,0.17],[-0.05,0.148],[-0.05,0.171],[-0.124,0.172],[-0.049,0.097],[0,0],[0,0.198],[0,0.244],[0,0.097],[0,0.147],[-0.05,0.171],[-0.075,0.144],[-0.099,0.17],[-0.072,0.171],[-0.144,0.147],[-0.125,0.12],[-0.073,0.148],[-0.025,0.125],[0,0.222],[0.024,0.127],[0.098,0.294],[0.024,0.123],[0,0.145],[0.024,0.32],[0,0.64],[-0.074,0.147],[-0.095,0.149],[-0.122,0.247],[0,0.146],[0.048,0.173],[0,0],[0.15,0.296],[0,0.143],[-0.297,0.023],[-0.174,0.099],[-0.075,0.095],[-0.05,0.122],[-0.075,0.192],[-0.02,0.121],[-0.047,0.196],[0,0.249],[0.098,0.126],[0.146,0.096],[0,0],[0,0],[0,0],[0,0],[-0.126,0.125],[-0.126,0.097],[-0.147,0.119],[0,0],[-0.096,0.125],[-0.122,0.148],[-0.077,0.121],[-0.027,0.123],[0,0.492],[0,0.469],[0,0.169],[0,0],[-0.146,-0.098],[-0.045,-0.031],[-0.085,0.001],[-0.074,-0.123],[0,0],[0,-0.296],[-0.05,0.025],[-0.196,0.05],[0,0],[0.121,0.077],[0.121,0.12],[0.099,0.124],[0.076,0.126],[0.026,0.124],[0,0.122],[0.028,0.296],[0,0],[-0.12,-0.024],[-0.126,-0.072],[-0.076,-0.102],[-0.05,-0.122],[-0.125,-0.149],[-0.169,0],[0,0],[-0.274,0.049],[-0.124,0.076],[-0.097,0.153],[0,0.489],[0.121,0.022],[0.146,0],[0.059,0.011],[0.072,-0.006],[0.171,0.047],[-0.049,0.123],[-0.099,0.176],[0,0.177],[0,0.151],[0.415,0],[0.294,0.122],[-0.046,0.146],[-0.029,0.147],[-0.297,0],[-0.148,0],[-0.293,0.066],[-0.118,0.011],[-0.144,-0.012],[-0.173,0.023],[-0.173,0.099],[0,0],[0,0.168],[0,0.117],[0.026,0.125],[0.026,0.147],[0.123,0.171],[0,0],[-0.025,0.171],[-0.046,0.147],[0,0.347],[0.197,0.272],[0,0.171],[0,0.15],[0.072,0.121],[0.125,0.1],[0.098,0.073],[0,0],[0,0],[0.146,-0.024],[0,0],[0.147,0],[-0.072,0.173],[-0.246,0.198],[0.245,0.269],[0.066,0.025],[0.062,-0.009],[0.06,0.011],[0.071,-0.006],[0.102,0.022],[0,0],[0.099,0.125],[0.097,0.146],[0.072,0.172],[0.02,0.124],[0.072,0.169],[0.37,0.269],[0.148,0.102],[0.074,0.097],[0.052,0.125],[0.073,0.146],[0.17,0.122],[0.025,0.119],[0.023,0.196],[0.294,0.018],[0.148,0],[0.12,0.042],[0.099,0.075],[0.194,0.297],[0.148,0.052],[0.116,-0.017],[0.146,0.023],[0.127,0.024],[0.12,0.02],[0.168,0.049],[0.157,0.043],[0.108,-0.012],[0,0],[0.171,0.02],[0.174,0.049],[0,0],[0.173,0],[0.198,0],[0.097,-0.071],[0.126,-0.145],[0.171,-0.098],[0.294,0],[-0.047,-0.297],[-0.081,-0.05],[-0.075,0.016],[-0.296,-0.123],[-0.121,-0.027],[-0.122,0],[-0.342,-0.026],[-0.149,0],[0,0],[-0.295,0],[-0.149,0],[-0.148,-0.121],[-0.098,-0.151],[-0.077,-0.273],[0,-0.145],[-0.027,-0.121],[-0.075,-0.174],[-0.072,-0.149],[-0.023,-0.126],[0,0],[-0.023,-0.145],[-0.024,-0.268],[0,-0.127],[-0.02,-0.149],[-0.126,-0.22],[0,-0.244],[0,0],[0,-0.17],[0,0],[0,-0.368],[0,0],[0,-0.248],[0,-0.148],[0,-0.297],[0.099,-0.173],[0.099,-0.073],[0.27,-0.073],[0.196,-0.048],[0.343,-0.566],[0.026,-0.128],[0.074,-0.149],[0.099,-0.095],[0.146,-0.071],[0.061,-0.022],[0.068,0.012],[0.15,-0.073],[0,0],[-0.223,-0.023],[-0.345,0],[-0.146,-0.046],[-0.101,-0.076],[-0.121,-0.17],[-0.122,-0.048],[-0.172,-0.072],[-0.176,-0.097],[-0.099,-0.145],[-0.072,-0.266],[0,0],[0,-0.177],[0.099,-0.197],[0.37,-0.366],[0,0],[0,0],[0,-0.149],[0.096,-0.151],[0.173,-0.271],[0.05,-0.144],[0.025,-0.124],[0,-0.148],[0,-0.12],[0.05,-0.193],[0.392,0],[0.248,0],[0.172,-0.097],[0.025,-0.126],[0,0],[0,-0.169],[-0.073,0.012],[-0.06,-0.007],[-0.174,0.025],[-0.195,0.097],[-0.071,0.031],[-0.057,-0.009],[-0.099,-0.143],[-0.048,-0.272],[-0.022,-0.29],[0,-0.145],[0,0],[0,0],[0.348,0],[0.346,0.172],[0,0],[0,-0.173],[0,-0.197],[0,0],[0,-0.146],[0.051,-0.145],[0.072,-0.146],[0.051,-0.126],[0,-0.152],[-0.05,-0.296],[-0.028,-0.122],[0,0],[0,0],[0.173,0],[0,0],[0.292,0],[0.32,-0.078],[0,0],[0.343,0],[0.199,0],[0.073,-0.101],[0.049,-0.126],[0.072,-0.171],[0.174,-0.295],[0.12,-0.148],[0.293,-0.172],[0.151,-0.098],[0.098,-0.144],[0,0],[0.073,-0.142],[0,0],[0,0],[-0.147,0],[0,0],[0,-0.147],[-0.025,-0.123],[-0.049,-0.175],[-0.147,-0.126],[-0.324,-0.201],[-0.12,-0.099],[-0.097,-0.145],[-0.05,-0.098],[0,0],[0.342,0],[0.368,0.121],[0.173,0.073],[0.063,0.016],[0.064,-0.006],[0.44,0.099],[0.147,0],[0.194,-0.048],[0.271,-0.044],[0.293,0],[0.171,-0.044],[0.123,-0.047],[0.151,-0.125],[0.195,-0.269],[0.074,-0.148],[0.099,-0.173],[0.121,-0.067],[0.197,-0.095],[0.097,-0.151],[0.027,-0.122],[0.05,-0.272],[0.222,-0.293],[0.069,-0.17],[0.073,-0.444],[0,-0.151],[0,-0.122],[0.051,-0.147],[0.173,-0.273],[0.148,-0.047],[0.169,0],[-0.05,0.149],[-0.027,0.119],[-0.022,0.148],[0,0.197],[0.293,-0.144],[0.1,-0.095],[0.172,-0.273],[0.072,-0.144],[0.098,-0.173],[0.073,-0.128],[0.075,-0.177],[0.051,-0.122],[0.05,-0.149],[0.024,-0.124],[0.048,-0.149],[0.101,-0.147],[0.1,-0.075],[0.119,-0.052],[0.169,-0.048],[0.172,-0.101],[0.073,-0.148],[0.024,-0.294],[0,-0.294],[-0.05,-0.296],[-0.024,-0.123],[0,-0.195],[-0.023,-0.345],[0,-0.345],[0.027,-0.155],[0.073,-0.172],[0.149,-0.145],[0.269,-0.194],[0.124,-0.055],[0.147,-0.078],[0.147,-0.173],[0.098,-0.145],[0.098,-0.172],[0.123,-0.148],[0.146,-0.1],[0,0],[0.368,0],[0.147,-0.098],[0.099,-0.123],[0.121,-0.15],[0,0],[0.025,-0.224],[0.028,-0.125],[0.049,-0.197],[0.098,-0.047],[0.123,-0.096],[0.249,-0.297],[0.176,-0.267],[0.051,-0.125],[0.1,-0.17],[0.221,-0.172],[0.198,-0.169],[0.026,-0.539],[0.048,-0.15],[0.072,-0.118],[0.072,-0.097],[0.096,-0.125],[0.075,-0.149],[0.026,-0.126],[0.026,-0.269],[0,-0.466],[0,-0.147],[0,0],[0.026,-0.145],[0.097,-0.34],[0.022,-0.121],[0.024,-0.121],[0,-0.126],[0.027,-0.224],[0,0],[-0.023,-0.399],[0,0],[0,-0.149],[0,0],[0.145,-0.028],[0.059,-0.011],[0.07,0.006],[0.173,-0.047],[0.15,-0.073],[0.42,-0.295],[0.049,-0.172],[0.076,-0.291],[0.099,-0.146],[0.063,-0.037],[0.063,0.014],[0.124,-0.051],[0.394,-0.147],[0.097,-0.049],[0.223,-0.226],[0.324,-0.633],[0.052,-0.124],[0.077,-0.176],[0.098,-0.124],[0.045,-0.124],[0,0],[0.174,-0.34],[0.025,-0.22],[0,-0.223],[-0.022,-0.171],[-0.169,-0.342],[-0.052,-0.271],[-0.022,-0.295],[0,-0.346],[-0.071,-0.173],[-0.27,-0.171],[0,0],[-0.173,0],[-0.148,-0.023],[-0.087,-0.012],[-0.081,0.007],[-0.122,-0.026],[-0.322,-0.098],[-0.121,-0.078],[-0.07,-0.099],[-0.122,-0.267],[-0.025,-0.127],[-0.048,-0.174],[-0.147,-0.148],[-0.171,-0.122],[-0.121,-0.074],[-0.197,-0.075],[-0.397,0],[0,0],[-0.196,0],[-0.342,-0.147],[-0.147,-0.072],[-0.294,-0.098],[-0.367,0],[0,0.464],[-0.224,0],[-0.15,0],[-0.126,0],[-0.149,-0.024],[-0.149,-0.073],[-0.099,-0.075],[0.146,-0.123],[0.122,-0.075],[0.148,-0.073],[0,0],[-0.078,-0.013],[-0.061,0.005],[-0.149,-0.026],[-0.172,-0.051],[-0.171,-0.048],[-0.174,-0.1],[-0.145,-0.1],[-0.096,-0.048],[-0.196,-0.1],[-0.171,-0.028],[-0.147,0],[0,0],[-0.148,-0.03],[-0.221,-0.074],[-0.294,-0.118],[-0.321,0],[0,0],[0,0],[0,0],[0.05,-0.123],[0.097,-0.179],[0.122,-0.1],[0.099,-0.068],[0.15,-0.221],[-0.293,-0.025],[-0.171,-0.049],[-0.273,-0.099],[-0.169,-0.047],[0,0],[0,0],[-0.197,0],[0,0.294],[0,0.146],[-0.148,0.391],[-0.269,0],[0,0],[0,-0.145],[0,-0.148],[0.443,0],[0.123,-0.046],[0.125,-0.097],[0.1,-0.27],[0.025,-0.296],[0.026,-0.221],[0,-0.414],[-0.22,0],[-0.145,0],[-0.125,0],[0,0],[0,-0.176],[-0.022,-0.171],[-0.021,-0.122],[-0.074,-0.196],[-0.049,-0.123],[-0.097,-0.147],[-0.052,-0.037],[-0.067,0.014],[-0.297,-0.121],[-0.12,-0.098],[-0.146,-0.272],[-0.099,-0.076],[-0.124,-0.074],[-0.146,-0.072],[-0.177,-0.072],[-0.115,0.017],[-0.197,0],[-0.194,-0.097],[0,0],[-0.221,-0.099],[-0.219,0],[-0.172,0.075],[-0.316,0.218],[0,0],[-0.151,0],[-0.294,-0.027],[-0.316,-0.097],[-0.121,-0.05],[-0.294,-0.116],[-0.319,-0.198],[-0.15,-0.124],[-0.095,-0.169],[-0.075,-0.445],[-0.196,-0.021],[-0.062,-0.013],[-0.066,0.006],[-0.174,-0.052],[-0.147,-0.072],[-0.17,-0.096],[-0.124,-0.124],[-0.075,-0.104],[-0.054,-0.038],[-0.067,0.015],[-0.17,-0.072],[-0.12,-0.095],[-0.05,-0.124],[-0.074,-0.319],[0,0],[-0.266,0.054],[-0.296,0.096],[-0.119,0],[-0.194,0],[-0.048,-0.122],[-0.1,-0.366],[0,0],[0.169,-0.049],[-0.148,-0.197],[-0.176,-0.076],[-0.148,-0.048],[-0.168,-0.049],[0,0],[0,0],[-0.148,-0.051],[-0.27,-0.073],[-0.271,0],[-0.074,0.103],[-0.048,0.12],[-0.05,0.147],[-0.173,0.271],[-0.197,0],[-0.147,-0.074],[-0.097,-0.121],[-0.097,-0.147],[-0.297,-0.146],[-0.174,-0.024],[0,0],[-0.175,0],[-0.37,-0.1],[0,0],[-0.291,0],[-0.174,0],[-0.171,-0.049],[-0.146,-0.095],[-0.124,-0.047],[-0.494,-0.172],[0,0.294],[0,0.197],[-0.1,0.125],[-0.137,0.025],[-0.128,-0.013],[-0.174,0.026],[-0.169,0.077],[-0.148,0.125],[0,0.148],[0,0.147],[0.023,0.122],[0.023,0.15],[0.025,0.194],[0,0.224],[-0.025,0.195],[-0.124,-0.101],[-0.125,-0.124],[-0.27,-0.346],[-0.119,-0.323],[0,-0.15],[0.051,-0.173],[0.026,-0.121],[0.023,-0.123],[0,-0.245],[0,-0.465],[0.12,-0.097],[0.122,-0.095],[0.123,-0.098],[0,0],[0,0]],\"v\":[[-156.459,25.264],[-156.875,25.357],[-157.27,25.459],[-157.659,25.655],[-157.759,26.048],[-157.759,26.936],[-159.993,26.936],[-160.805,27.424],[-161.2,27.719],[-161.693,27.916],[-162.184,28.111],[-163.068,28.305],[-163.463,28.41],[-164.247,28.41],[-164.247,30.668],[-165.036,31.256],[-165.425,31.359],[-166.214,31.359],[-166.214,31.946],[-166.412,32.339],[-166.605,32.733],[-166.605,33.127],[-167.002,33.426],[-167.788,34.013],[-168.18,34.306],[-168.18,34.7],[-168.574,35.094],[-168.6,35.463],[-168.6,35.856],[-168.396,35.858],[-168.208,35.856],[-167.716,35.956],[-167.716,37.526],[-167.617,37.921],[-167.224,38.708],[-167.129,39.102],[-167.028,39.69],[-167.129,40.278],[-167.521,40.577],[-168.009,40.97],[-168.009,41.359],[-167.914,42.149],[-168.009,43.032],[-168.404,43.426],[-168.7,43.818],[-168.898,43.819],[-169.09,43.818],[-169.878,43.919],[-169.978,44.508],[-169.683,44.904],[-169.683,45.294],[-170.863,45.978],[-170.959,46.772],[-171.351,46.868],[-172.14,47.163],[-172.434,47.556],[-172.73,49.124],[-174.403,49.124],[-174.306,50.309],[-174.403,51.095],[-174.5,51.487],[-174.403,51.904],[-174.5,52.373],[-174.11,53.157],[-173.713,52.964],[-173.097,52.768],[-172.239,52.862],[-172.239,53.647],[-172.434,54.046],[-173.221,54.339],[-173.614,54.339],[-174.11,54.436],[-174.11,55.224],[-174.205,55.618],[-174.599,55.811],[-174.99,56.107],[-175.385,56.401],[-175.482,56.992],[-175.385,57.587],[-175.09,57.98],[-174.793,58.372],[-174.793,58.765],[-174.793,59.648],[-174.793,60.043],[-174.5,60.433],[-174.11,60.63],[-173.713,60.63],[-173.318,60.63],[-172.926,60.825],[-172.534,61.025],[-172.14,61.417],[-171.944,61.811],[-171.648,62.3],[-171.453,62.693],[-171.058,62.992],[-170.863,63.385],[-170.863,64.169],[-170.764,64.566],[-170.665,64.956],[-170.274,65.252],[-169.978,65.645],[-169.584,65.94],[-169.485,66.725],[-169.485,67.612],[-169.191,68.104],[-168.995,68.497],[-168.6,68.79],[-168.11,69.97],[-168.009,71.249],[-167.815,71.642],[-167.421,71.839],[-167.224,72.231],[-166.832,72.426],[-166.439,72.72],[-166.045,72.92],[-165.848,73.316],[-165.848,73.705],[-165.848,74.687],[-165.75,75.18],[-165.75,75.575],[-165.358,75.868],[-164.964,76.654],[-164.764,77.05],[-164.374,77.342],[-163.982,77.54],[-163.49,77.838],[-163.095,78.132],[-162.702,78.229],[-162.309,78.229],[-161.915,78.229],[-161.522,78.524],[-161.131,78.916],[-160.836,79.312],[-160.439,79.508],[-160.049,79.799],[-159.262,80.388],[-158.475,80.687],[-158.081,80.883],[-157.197,81.469],[-156.999,81.865],[-156.608,82.261],[-155.918,83.043],[-155.624,83.438],[-155.232,83.438],[-154.47,83.438],[-154.47,87.545],[-154.641,88.354],[-154.542,88.941],[-154.641,89.139],[-154.641,89.53],[-154.445,90.491],[-154.445,90.712],[-154.641,91.108],[-154.641,91.499],[-154.835,91.895],[-154.74,92.558],[-154.835,92.677],[-154.835,93.171],[-154.641,93.564],[-154.641,94.129],[-154.641,94.351],[-154.641,94.742],[-154.936,95.234],[-154.936,96.119],[-154.641,96.614],[-154.641,97.004],[-154.641,97.397],[-154.835,97.792],[-154.835,98.189],[-154.936,98.58],[-155.133,98.972],[-155.329,99.463],[-155.819,100.446],[-156.015,100.936],[-156.015,101.695],[-156.114,101.921],[-156.015,102.904],[-155.918,103.295],[-156.015,103.766],[-155.918,104.278],[-156.015,104.672],[-156.313,105.166],[-156.409,105.558],[-156.707,105.953],[-157.098,106.443],[-157.687,107.573],[-157.687,107.817],[-157.592,108.21],[-157.592,108.606],[-157.393,109],[-157.098,109.394],[-156.608,110.968],[-156.903,112.533],[-156.999,112.932],[-156.999,114.109],[-157.294,114.998],[-157.393,115.389],[-157.786,115.782],[-157.786,116.274],[-157.984,116.667],[-158.278,117.058],[-158.671,117.454],[-158.966,117.749],[-158.966,118.533],[-158.867,119.027],[-158.966,119.642],[-158.867,119.91],[-158.867,120.306],[-159.164,120.698],[-159.361,121.092],[-159.755,121.485],[-159.853,121.975],[-160.439,122.466],[-160.836,122.761],[-161.03,123.152],[-161.131,123.547],[-160.736,123.938],[-160.736,124.334],[-160.439,125.123],[-160.439,125.515],[-160.344,125.908],[-160.344,126.742],[-160.638,128.365],[-160.935,128.758],[-161.326,129.053],[-161.423,129.843],[-161.423,130.234],[-161.131,130.627],[-160.935,131.02],[-160.541,131.834],[-160.638,132.2],[-161.423,132.295],[-161.817,132.594],[-161.915,132.986],[-162.014,133.38],[-162.409,133.775],[-162.409,134.166],[-162.508,134.753],[-162.31,135.341],[-161.915,135.546],[-161.497,135.839],[-160.245,135.839],[-159.95,132.295],[-158.475,132.295],[-158.475,133.473],[-158.768,133.87],[-159.164,134.071],[-159.46,134.459],[-159.46,136.525],[-159.755,136.916],[-160.144,137.213],[-160.245,137.607],[-160.291,137.999],[-160.144,139.276],[-160.144,140.458],[-160.291,140.852],[-160.736,140.555],[-161.03,140.162],[-161.209,140.132],[-161.423,140.065],[-161.423,139.673],[-161.423,139.276],[-161.522,138.49],[-161.522,138.688],[-162.112,138.688],[-162.112,139.865],[-161.718,139.969],[-161.522,140.357],[-161.131,140.652],[-160.935,141.047],[-160.935,141.44],[-160.836,141.835],[-160.836,142.617],[-161.131,142.422],[-161.522,142.326],[-161.915,142.131],[-161.915,141.735],[-162.014,141.342],[-162.409,141.047],[-162.799,141.247],[-162.799,142.422],[-163.587,142.617],[-163.786,143.013],[-164.176,143.31],[-163.291,144.195],[-162.898,144.093],[-162.508,144.195],[-162.32,144.193],[-162.112,144.195],[-161.817,144.586],[-161.915,144.977],[-162.31,145.37],[-162.112,145.763],[-162.112,146.159],[-161.03,146.26],[-160.245,146.649],[-160.439,147.042],[-160.439,147.441],[-161.227,147.441],[-161.622,147.441],[-162.409,147.732],[-162.752,147.727],[-163.192,147.732],[-163.587,148.026],[-163.982,148.422],[-163.982,148.618],[-163.786,149.012],[-163.786,149.403],[-163.786,149.796],[-163.392,149.994],[-163.095,150.584],[-163.095,150.781],[-163.392,151.172],[-163.587,151.564],[-162.996,152.256],[-162.606,153.039],[-162.996,153.236],[-162.898,153.63],[-162.508,153.824],[-162.112,154.023],[-162.112,154.416],[-162.898,154.812],[-162.702,155.301],[-162.31,155.205],[-161.522,155.205],[-161.131,155.301],[-161.227,155.792],[-162.014,156.187],[-161.326,156.878],[-161.115,156.882],[-160.935,156.878],[-160.747,156.876],[-160.541,156.878],[-160.541,157.171],[-160.935,157.464],[-160.638,157.857],[-160.245,158.153],[-160.144,158.644],[-160.245,159.039],[-159.853,159.334],[-158.671,159.821],[-158.278,160.117],[-158.181,160.51],[-158.081,160.908],[-157.687,161.102],[-157.197,161.4],[-157.294,161.791],[-157.197,162.381],[-156.409,162.482],[-156.015,162.482],[-155.624,162.576],[-155.624,162.968],[-154.936,163.66],[-154.506,163.671],[-154.149,163.66],[-153.759,163.854],[-153.362,163.955],[-152.967,164.052],[-152.578,164.348],[-152.136,164.36],[-151.791,164.348],[-151.396,164.348],[-151.006,164.639],[-150.485,164.742],[-147.366,164.742],[-146.974,164.937],[-146.581,164.639],[-146.484,164.245],[-146.087,163.906],[-145.497,163.955],[-144.714,163.906],[-144.909,163.164],[-145.171,163.154],[-145.4,163.164],[-146.188,162.775],[-146.581,162.775],[-146.974,162.677],[-147.858,162.677],[-148.249,162.576],[-148.249,161.691],[-149.038,161.691],[-149.431,161.691],[-149.823,161.4],[-149.921,160.908],[-150.117,160.117],[-150.117,159.724],[-150.117,159.334],[-150.512,159.039],[-150.708,158.644],[-150.708,158.252],[-150.708,157.857],[-150.905,157.464],[-150.905,156.682],[-151.006,156.287],[-151.2,155.891],[-151.669,155.4],[-151.493,154.812],[-151.493,154.416],[-151.691,154.023],[-151.691,152.745],[-151.592,151.812],[-149.627,151.812],[-149.627,151.172],[-149.727,150.781],[-149.627,149.994],[-149.333,149.601],[-148.939,149.502],[-148.152,149.403],[-147.759,149.012],[-147.17,147.441],[-147.071,147.042],[-146.776,146.649],[-146.383,146.453],[-145.991,146.159],[-145.796,146.16],[-145.598,146.159],[-145.4,145.763],[-145.4,144.977],[-145.991,144.878],[-146.875,144.878],[-147.265,144.68],[-147.366,144.29],[-147.759,143.896],[-148.152,143.799],[-148.544,143.503],[-148.939,143.112],[-149.234,142.718],[-149.333,141.93],[-149.333,141.542],[-149.137,141.144],[-148.743,140.752],[-147.538,140.065],[-145.203,140.065],[-145.203,137.879],[-145.103,137.508],[-144.714,137.213],[-144.319,136.424],[-144.122,136.032],[-144.122,135.641],[-144.219,135.245],[-144.122,134.851],[-143.729,134.459],[-142.745,134.658],[-142.155,134.459],[-141.762,134.071],[-141.762,133.676],[-141.762,133.277],[-141.961,132.887],[-142.158,132.888],[-142.352,132.887],[-142.745,133.083],[-143.139,133.473],[-143.365,133.482],[-143.531,133.473],[-144.236,133.229],[-144.236,132.44],[-144.331,131.654],[-144.431,131.286],[-144.431,130.084],[-143.77,130.084],[-142.958,130.375],[-142.146,130.969],[-139.712,130.969],[-139.513,130.572],[-139.811,130.179],[-139.811,129.787],[-139.811,129.394],[-139.613,129.001],[-139.221,128.808],[-139.221,128.415],[-139.221,128.019],[-139.513,127.232],[-139.613,126.863],[-139.613,125.953],[-137.77,125.953],[-137.354,125.854],[-136.564,125.854],[-135.781,125.759],[-134.969,125.465],[-133.051,125.465],[-132.241,125.759],[-131.846,125.465],[-131.749,125.07],[-131.65,124.675],[-131.358,124.284],[-130.865,123.497],[-130.37,123.2],[-129.587,122.709],[-129.29,122.315],[-128.995,121.923],[-128.801,121.527],[-128.602,121.159],[-128.602,119.959],[-128.995,119.959],[-129.389,119.856],[-129.389,119.073],[-129.389,118.678],[-129.486,118.288],[-129.882,117.993],[-130.37,117.697],[-131.161,117.006],[-131.552,116.811],[-131.846,116.418],[-131.846,116.026],[-130.298,116.026],[-129.389,116.222],[-128.602,116.811],[-128.207,117.103],[-128.001,117.106],[-127.814,117.103],[-126.637,117.302],[-126.241,117.302],[-125.852,116.907],[-125.061,116.907],[-124.276,116.907],[-123.885,116.614],[-123.493,116.516],[-123.194,116.122],[-122.802,115.337],[-122.607,114.944],[-122.212,114.547],[-121.819,114.45],[-121.327,114.159],[-121.034,113.765],[-120.935,113.37],[-120.935,112.582],[-120.245,111.797],[-119.951,111.407],[-119.951,110.228],[-119.854,109.83],[-119.854,109.436],[-119.658,109.047],[-118.969,108.453],[-118.574,108.259],[-118.184,108.453],[-118.378,108.848],[-118.478,109.24],[-118.673,109.633],[-118.378,110.025],[-117.591,109.633],[-117.395,109.24],[-117.003,108.453],[-116.806,108.063],[-116.411,107.672],[-116.216,107.279],[-115.921,106.884],[-115.822,106.488],[-115.626,106.097],[-115.626,105.703],[-115.431,105.306],[-115.137,104.916],[-114.74,104.82],[-114.348,104.717],[-113.954,104.427],[-113.561,104.028],[-113.365,103.637],[-113.365,102.851],[-113.365,102.063],[-113.66,101.279],[-113.66,100.885],[-113.759,100.394],[-113.759,99.509],[-113.759,98.627],[-113.561,98.23],[-113.169,97.935],[-112.775,97.542],[-111.988,97.056],[-111.594,96.955],[-111.398,96.559],[-111.005,96.068],[-110.712,95.674],[-110.417,95.183],[-110.021,94.889],[-109.607,94.593],[-107.686,94.593],[-106.876,94.103],[-106.486,93.807],[-106.286,93.414],[-105.892,93.118],[-101.076,93.118],[-100.978,92.531],[-100.978,92.136],[-100.585,91.74],[-100.191,91.643],[-99.995,91.249],[-99.406,90.464],[-98.915,89.679],[-98.915,89.283],[-98.618,88.891],[-97.833,88.695],[-97.635,87.907],[-97.34,86.337],[-97.142,85.94],[-96.947,85.548],[-96.553,85.451],[-96.358,85.058],[-96.163,84.666],[-96.163,84.27],[-96.064,83.485],[-96.064,82.305],[-95.964,81.91],[-95.964,81.517],[-95.766,81.125],[-95.374,80.239],[-95.276,79.846],[-95.178,79.454],[-95.081,79.059],[-95.081,78.47],[-95.081,77.883],[-95.276,76.897],[-95.276,76.013],[-95.374,75.645],[-95.374,73.261],[-94.982,73.16],[-94.792,73.162],[-94.589,73.16],[-94.195,72.868],[-93.803,72.671],[-92.917,71.587],[-92.819,71.096],[-92.522,70.309],[-92.228,69.916],[-92.021,69.912],[-91.835,69.916],[-91.443,69.819],[-90.655,69.032],[-90.263,68.937],[-89.872,68.145],[-88.986,66.477],[-88.887,66.085],[-88.493,65.79],[-88.098,65.495],[-87.999,65.099],[-87.805,64.706],[-87.312,63.822],[-87.312,63.233],[-87.312,62.643],[-87.611,62.249],[-88.098,61.365],[-88.493,60.381],[-88.493,59.596],[-88.594,58.711],[-88.887,58.316],[-89.699,57.924],[-91.615,57.924],[-92.031,57.825],[-92.423,57.629],[-92.669,57.63],[-92.917,57.629],[-93.309,57.53],[-94.098,57.139],[-94.491,56.943],[-94.589,56.544],[-94.883,55.762],[-94.883,55.368],[-95.276,55.073],[-95.766,54.777],[-96.163,54.383],[-96.553,54.285],[-97.142,54.188],[-98.151,54.481],[-100.559,54.481],[-101.076,54.383],[-101.863,53.795],[-102.257,53.599],[-103.068,53.501],[-104.026,53.599],[-104.073,54.777],[-104.615,54.777],[-105.008,54.679],[-105.4,54.679],[-105.796,54.481],[-106.188,54.285],[-106.286,53.892],[-105.991,53.501],[-105.598,53.402],[-105.206,53.107],[-105.4,52.715],[-105.616,52.714],[-105.796,52.715],[-106.188,52.517],[-106.68,52.418],[-107.072,52.123],[-107.566,51.828],[-107.861,51.435],[-108.253,51.34],[-108.845,51.046],[-109.335,51.046],[-109.727,50.949],[-110.12,50.949],[-110.513,50.747],[-111.104,50.449],[-112.013,50.253],[-112.823,50.353],[-112.823,52.221],[-114.445,52.221],[-114.445,51.435],[-114.348,51.046],[-113.954,50.65],[-113.66,50.253],[-113.268,50.157],[-113.169,49.373],[-113.954,49.271],[-114.348,48.975],[-115.137,48.779],[-115.626,48.583],[-116.043,48.583],[-116.411,48.583],[-116.905,48.681],[-116.905,49.471],[-116.905,49.862],[-117.789,50.449],[-118.478,50.353],[-118.478,49.566],[-118.378,49.176],[-118.451,48.779],[-117.297,48.681],[-116.905,48.583],[-116.708,48.191],[-116.708,47.405],[-116.608,46.619],[-116.51,46.052],[-116.608,44.994],[-117.201,45.047],[-117.591,44.946],[-117.888,44.994],[-117.888,42.859],[-118.085,42.489],[-118.184,41.997],[-118.281,41.604],[-118.673,41.211],[-118.673,40.818],[-118.969,40.423],[-119.168,40.419],[-119.361,40.423],[-120.501,39.91],[-120.892,39.713],[-121.188,38.928],[-121.581,38.829],[-121.977,38.631],[-122.27,38.235],[-122.779,38.214],[-123.154,38.235],[-123.647,38.042],[-124.138,37.749],[-124.531,37.552],[-125.122,37.256],[-125.708,37.356],[-126.007,37.749],[-127.036,37.843],[-127.676,37.843],[-128.069,37.749],[-128.857,37.649],[-129.645,37.256],[-130.036,37.154],[-130.823,36.668],[-131.706,36.175],[-132.003,35.778],[-132.297,35.292],[-132.297,34.109],[-132.789,34.013],[-132.99,34.013],[-133.181,34.013],[-133.576,33.718],[-133.969,33.522],[-134.359,33.127],[-134.753,32.934],[-134.753,32.537],[-134.954,32.532],[-135.148,32.537],[-135.639,32.241],[-136.031,31.946],[-136.129,31.554],[-136.129,30.668],[-136.526,30.668],[-137.31,30.867],[-138.1,31.16],[-138.492,31.256],[-138.982,31.061],[-138.982,30.668],[-139.082,29.687],[-138.587,29.586],[-138.197,29.294],[-138.587,28.804],[-139.082,28.704],[-139.475,28.506],[-139.966,28.41],[-140.85,29.097],[-141.049,29.097],[-141.44,28.898],[-142.177,28.704],[-142.816,28.898],[-142.917,29.294],[-143.012,29.687],[-143.21,30.08],[-143.898,30.668],[-144.389,30.572],[-144.585,30.175],[-144.88,29.782],[-145.176,29.39],[-146.06,29.097],[-146.576,29.001],[-148.589,29.001],[-149.008,28.804],[-149.995,28.605],[-149.995,27.424],[-150.778,27.424],[-151.173,27.228],[-151.665,27.031],[-151.958,26.636],[-152.351,26.538],[-153.727,26.244],[-153.727,27.031],[-153.925,27.523],[-154.219,27.916],[-154.615,27.917],[-155.006,27.916],[-155.401,28.211],[-155.792,28.506],[-156.186,28.898],[-156.087,29.294],[-155.988,29.687],[-155.988,30.08],[-155.792,30.474],[-155.792,31.061],[-155.792,31.653],[-155.988,32.146],[-156.382,31.946],[-156.579,31.554],[-157.171,30.572],[-157.367,29.687],[-157.367,29.294],[-157.071,28.898],[-156.972,28.506],[-156.875,28.111],[-157.171,27.523],[-156.481,26.538],[-156.087,26.244],[-155.792,25.852],[-155.401,25.655],[-155.596,25.264]],\"c\":true},\"ix\":2},\"nm\":\"Path 95\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":95,\"ty\":\"sh\",\"ix\":96,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.078,-0.171],[0,0],[0.075,-0.1],[0.318,-0.079],[0.147,0],[0.168,-0.073],[0.121,-0.17],[0.1,-0.069],[0.295,0],[0.12,0.023],[0.147,0.096],[0.273,-0.096],[0.101,-0.071],[0.101,-0.076],[0.146,-0.051],[0.122,0],[0.121,-0.024],[0.117,-0.074],[0.125,-0.147],[0,-0.172],[0,0],[0,0],[-0.023,0.172],[0,0],[0,0],[-0.045,0.098],[-0.123,0.072],[-0.171,0.051],[-0.342,0],[-0.468,-0.025],[0,0],[-0.096,-0.272],[-0.097,-0.097],[-0.15,-0.078],[-0.072,0.009],[-0.056,-0.013],[-0.176,-0.073],[-0.194,-0.075],[-0.079,0.02],[-0.057,-0.07],[-0.096,-0.126],[-0.096,-0.099],[-0.078,0.022],[-0.055,-0.022],[-0.168,-0.069],[0,0],[0,0],[0.077,0.12],[0.048,0.144],[0.024,0.12],[0.05,0.273],[-0.198,0],[-0.174,-0.022],[-0.126,-0.022],[-0.151,0],[0,0],[0,0],[0,0],[0.047,0.149],[0.069,0.125],[0.321,0]],\"o\":[[0,0],[-0.054,0.124],[-0.193,0.247],[-0.121,0.02],[-0.194,0.019],[-0.177,0.072],[-0.049,0.096],[-0.219,0.201],[-0.146,0],[-0.174,-0.025],[-0.296,0.026],[-0.122,0.051],[-0.095,0.073],[-0.123,0.098],[-0.124,0.048],[-0.122,0],[-0.147,0.048],[-0.152,0.098],[-0.096,0.125],[0,0],[0,0],[0.07,-0.175],[0,0],[0,0],[0,-0.124],[0.051,-0.096],[0.148,-0.077],[0.319,-0.101],[0.467,0],[0,0],[0,0.293],[0.051,0.148],[0.097,0.098],[0.065,0.025],[0.062,-0.009],[0.174,0.046],[0.195,0.102],[0.073,0.021],[0.104,-0.026],[0.1,0.121],[0.077,0.096],[0.055,0.054],[0.064,-0.017],[0.153,0.072],[0,0],[0,0],[0,-0.171],[-0.073,-0.126],[-0.05,-0.123],[-0.072,-0.276],[0.17,-0.046],[0.194,0],[0.123,0.024],[0.12,0.027],[0,0],[0,0],[0,0],[0,-0.168],[-0.05,-0.143],[-0.176,-0.243],[-0.219,0]],\"v\":[[214.121,30.842],[213.926,31.235],[213.822,31.631],[213.04,32.025],[212.646,31.927],[212.257,32.221],[211.86,32.611],[211.759,33.003],[210.975,33.204],[210.582,33.204],[210.483,32.611],[209.696,32.707],[209.303,32.809],[209.303,33.204],[208.91,33.399],[208.517,33.399],[208.124,33.399],[207.733,33.596],[207.434,33.987],[207.236,34.356],[207.236,36.348],[207.634,36.645],[207.926,36.251],[207.926,35.856],[207.926,35.463],[207.926,35.069],[208.321,34.973],[208.714,34.678],[209.574,34.577],[210.777,34.678],[210.777,35.463],[210.777,36.251],[210.975,36.645],[211.368,36.843],[211.579,36.848],[211.759,36.843],[212.157,37.134],[212.646,37.431],[212.879,37.413],[213.137,37.431],[213.43,37.825],[213.43,38.217],[213.639,38.229],[213.822,38.217],[214.217,38.507],[214.61,38.412],[214.61,37.649],[214.512,37.236],[214.121,37.038],[214.121,36.645],[213.926,35.856],[214.319,35.56],[214.811,35.756],[215.204,35.856],[215.598,35.856],[215.887,35.463],[215.499,34.678],[215.499,31.752],[215.4,31.331],[215.204,30.939],[214.512,30.448]],\"c\":true},\"ix\":2},\"nm\":\"Path 96\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":96,\"ty\":\"sh\",\"ix\":97,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.171],[0.026,-0.119],[0,-0.168],[0,-0.148],[0,-0.172],[0,-0.176],[0.024,-0.147],[0.049,-0.172],[0,-0.396],[-0.222,-0.517],[-0.343,-0.175],[-0.173,-0.052],[-0.322,0],[-0.439,0.028],[0,0.297],[0,0.169],[0,0.172],[0.024,0.295],[0,0],[0,0],[0.07,0.146],[0.097,0.148],[0.098,0.127],[0.1,0.124],[0.122,0.144],[0.028,0.169],[0.027,0.345],[0,0]],\"o\":[[-0.027,0.125],[-0.027,0.149],[0,0.148],[0,0.172],[0,0.171],[0,0.17],[-0.027,0.169],[-0.122,0.369],[0,0.566],[0.148,0.345],[0.173,0.072],[0.294,0.102],[0.442,0],[0,-0.291],[0,-0.173],[0,-0.173],[-0.023,-0.296],[0,0],[0,0],[-0.03,-0.17],[-0.076,-0.152],[-0.075,-0.123],[-0.101,-0.146],[-0.101,-0.122],[-0.12,-0.147],[-0.071,-0.318],[0,0],[-0.124,0.15]],\"v\":[[128.296,30.939],[128.197,31.331],[128.296,31.752],[128.197,32.121],[128.394,32.514],[128.296,32.934],[128.394,33.399],[128.098,33.792],[128.001,34.825],[128.197,36.251],[128.983,36.843],[129.376,37.134],[130.188,37.236],[131.293,37.134],[131.342,36.348],[131.293,35.883],[131.342,35.463],[131.149,34.678],[131.149,34.281],[131.149,33.888],[130.855,33.5],[130.558,33.104],[130.361,32.707],[129.967,32.415],[129.671,32.025],[129.376,31.631],[129.279,30.744],[128.691,30.644]],\"c\":true},\"ix\":2},\"nm\":\"Path 97\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":97,\"ty\":\"sh\",\"ix\":98,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.074,-0.122],[0.147,-0.125],[0.174,-0.076],[0.272,-0.096],[0.143,-0.145],[0.097,-0.172],[0.073,-0.174],[0.051,-0.125],[0.072,-0.147],[0.121,-0.147],[0.102,-0.12],[0.169,-0.07],[0.147,-0.05],[0.442,-0.151],[0.145,-0.121],[0.124,-0.147],[0.096,-0.17],[0.097,-0.083],[0.125,-0.099],[0.147,-0.097],[0.119,-0.119],[0.15,-0.121],[0.175,-0.026],[0.126,0],[0.295,0],[0,0],[0.267,-0.022],[0.171,0],[0.221,0],[0.246,0.024],[0.219,0.295],[0,0],[0,0],[0.147,-0.024],[0.292,-0.515],[0.072,-0.175],[0.024,-0.124],[0,-0.345],[-0.074,-0.316],[-0.048,-0.099],[-0.146,-0.098],[-0.271,-0.199],[-0.099,-0.146],[-0.07,-0.149],[0,-0.22],[0,-0.071],[0,0],[0,-0.25],[-0.05,-0.196],[-0.048,-0.118],[-0.144,-0.126],[-0.146,-0.051],[-0.294,0],[-0.321,-0.073],[-0.099,-0.074],[-0.073,-0.098],[-0.32,-0.098],[-0.292,0],[-0.298,0.025],[-0.418,0],[-0.169,-0.098],[-0.176,-0.075],[-0.194,0],[-0.242,0],[-0.296,-0.296],[-0.199,-0.047],[-0.125,-0.024],[-0.248,0],[0,0],[-0.073,0],[0,0],[-0.099,0.072],[-0.123,0.073],[-0.119,0.097],[0,0.242],[0.056,0.201],[0.077,0.172],[0,0.196],[-0.072,0.148],[-0.1,0.123],[-0.072,0.126],[-0.048,0.198],[-0.097,0.446],[0,0],[0,0],[-0.493,0.022],[-0.172,0.053],[-0.121,0.172],[-0.072,0.148],[0.176,0.023],[0.079,-0.005],[0.086,0.012],[0.146,0],[0.296,0.022],[0,0.249],[0,0.17],[0,0],[0.052,0.197],[0.053,0.142],[0,0.317],[0,0],[-0.414,0.027],[-0.147,0],[-0.03,0.146],[-0.051,0.12],[-0.143,0.125],[-0.075,-0.017],[-0.058,0.024],[-0.174,0.075],[-0.296,0.099],[0.222,0.201],[0.299,0.025],[0.122,-0.007],[0.146,0.012],[0.169,0.046],[0.145,0.097],[0.074,0.12],[0.024,0.121],[0.047,0.124],[0.075,0.146],[0.245,0.196],[0.123,0.048],[0.123,0.024]],\"o\":[[-0.097,0.173],[-0.123,0.097],[-0.245,0.098],[-0.195,0.075],[-0.149,0.152],[-0.103,0.146],[-0.051,0.123],[-0.047,0.145],[-0.074,0.169],[-0.123,0.147],[-0.097,0.125],[-0.15,0.079],[-0.441,0.174],[-0.198,0.072],[-0.153,0.128],[-0.121,0.149],[-0.069,0.12],[-0.124,0.094],[-0.146,0.121],[-0.146,0.101],[-0.126,0.126],[-0.147,0.122],[-0.122,0.025],[-0.268,0.025],[0,0],[-0.273,-0.026],[-0.175,0.024],[-0.223,0.024],[-0.246,0],[-0.395,-0.052],[0,0],[0,0],[-0.149,0],[0,0.614],[-0.072,0.147],[-0.048,0.123],[-0.074,0.318],[0,0.342],[0.024,0.127],[0.099,0.151],[0.274,0.193],[0.147,0.1],[0.098,0.147],[0.099,0.17],[0,0.073],[0,0],[0,0.247],[0,0.219],[0.027,0.125],[0.074,0.154],[0.127,0.096],[0.273,0.097],[0.342,0],[0.121,0.023],[0.095,0.074],[0.2,0.248],[0.269,0.074],[0.296,0],[0.413,-0.05],[0.22,0],[0.174,0.101],[0.17,0.077],[0.244,0],[0.447,0],[0.144,0.146],[0.122,0.026],[0.219,0.048],[0,0],[0.071,0],[0,0],[0.073,-0.126],[0.119,-0.073],[0.124,-0.071],[0.177,-0.122],[0,-0.226],[-0.048,-0.166],[-0.071,-0.174],[0,-0.196],[0.075,-0.146],[0.096,-0.119],[0.101,-0.171],[0.15,-0.415],[0,0],[0,0],[0.492,0],[0.193,0],[0.197,-0.045],[0.076,-0.124],[-0.149,-0.096],[-0.085,-0.012],[-0.078,0.006],[-0.124,-0.024],[-0.295,0],[-0.076,-0.222],[0,-0.165],[0,0],[0,-0.222],[-0.025,-0.149],[-0.096,-0.296],[0,0],[0.414,0.028],[0.149,0],[0,-0.169],[0,-0.122],[0.071,-0.174],[0.053,-0.039],[0.066,0.014],[0.176,-0.074],[0.266,-0.143],[-0.097,-0.297],[-0.194,-0.167],[-0.148,-0.012],[-0.123,0.006],[-0.197,0],[-0.174,-0.05],[-0.124,-0.076],[-0.077,-0.126],[-0.025,-0.123],[-0.077,-0.174],[-0.171,-0.273],[-0.099,-0.073],[-0.121,-0.046],[-0.048,0.127]],\"v\":[[197.605,36.152],[197.212,36.548],[196.915,36.94],[196.129,37.134],[195.738,37.526],[195.345,37.921],[195.051,38.315],[194.949,38.708],[194.754,39.102],[194.361,39.495],[194.064,39.885],[193.772,40.278],[193.376,40.477],[192.1,40.675],[191.709,41.064],[191.311,41.359],[191.017,41.853],[190.92,42.252],[190.525,42.445],[190.132,42.738],[189.741,43.032],[189.444,43.426],[188.951,43.622],[188.559,43.723],[187.772,43.723],[187.772,45.784],[187.087,45.687],[186.693,45.883],[186.126,45.883],[185.512,45.883],[184.725,45.197],[184.332,45],[183.941,45],[183.545,45.097],[183.35,46.672],[182.956,46.968],[182.858,47.36],[182.858,48.245],[182.858,49.124],[182.956,49.52],[183.35,49.817],[184.137,50.209],[184.431,50.602],[184.822,50.898],[184.725,51.487],[184.822,51.682],[184.822,52.077],[184.629,52.67],[184.725,53.257],[184.822,53.647],[185.118,54.046],[185.512,54.242],[186.298,54.339],[187.184,54.339],[187.577,54.436],[187.673,54.829],[188.365,55.418],[189.149,55.418],[189.939,55.418],[190.92,54.926],[191.508,55.024],[191.902,55.32],[192.197,55.713],[192.785,55.418],[193.772,56.009],[194.165,56.401],[194.559,56.502],[195.171,56.502],[195.738,56.502],[195.934,56.401],[195.934,55.618],[196.033,55.224],[196.423,55.024],[196.816,54.829],[197.113,54.242],[197.012,53.647],[196.717,53.257],[196.524,52.768],[196.816,52.373],[197.212,52.077],[197.408,51.682],[197.702,51.192],[197.999,50.01],[199.176,50.01],[199.176,47.948],[200.457,47.948],[200.947,47.847],[201.34,47.457],[201.537,47.064],[201.24,46.672],[200.995,46.672],[200.751,46.672],[200.358,46.672],[199.569,46.574],[199.373,45.978],[199.569,45.588],[199.569,45],[199.569,44.409],[199.373,44.019],[199.079,43.257],[199.079,41.212],[200.158,41.263],[200.556,41.212],[200.556,40.773],[200.556,40.382],[200.848,39.984],[201.048,39.979],[201.24,39.984],[201.639,39.59],[202.421,39.297],[202.126,38.507],[201.34,38.315],[200.947,38.315],[200.556,38.315],[200.064,38.315],[199.668,38.021],[199.277,37.825],[199.277,37.431],[199.277,37.038],[198.881,36.743],[198.488,35.956],[198.095,35.856],[197.702,35.756]],\"c\":true},\"ix\":2},\"nm\":\"Path 98\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":98,\"ty\":\"sh\",\"ix\":99,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.174,-0.023],[-0.025,-0.121],[-0.15,-0.268],[-0.125,-0.144],[-0.153,-0.174],[-0.146,-0.143],[-0.169,-0.071],[-0.272,-0.121],[-0.123,-0.146],[-0.123,-0.148],[-0.073,-0.172],[-0.099,-0.295],[-0.099,-0.15],[-0.15,-0.05],[-0.12,-0.027],[-0.067,0.007],[-0.063,-0.014],[-0.125,-0.053],[-0.148,-0.294],[-0.05,-0.296],[-0.027,-0.294],[0,0],[-0.074,-0.15],[-0.29,-0.222],[-0.273,-0.248],[-0.123,-0.124],[-0.249,-0.296],[-0.174,-0.345],[-0.097,-0.318],[-0.071,-0.321],[-0.051,-0.149],[-0.148,-0.269],[-0.126,-0.148],[-0.149,-0.172],[-0.123,-0.145],[-0.121,-0.122],[-0.315,-0.269],[-0.245,-0.298],[-0.127,-0.177],[-0.075,-0.126],[-0.297,-0.226],[-0.246,-0.272],[-0.099,-0.147],[-0.05,-0.124],[-0.149,0.026],[-0.122,0],[-0.344,0],[-0.272,0.049],[-0.101,0.176],[-0.028,0.175],[0,0],[-0.052,0.465],[0,0.121],[-0.027,0.292],[0,0],[-0.073,0.147],[-0.242,0],[-0.221,-0.025],[-0.172,0],[-0.17,0.048],[0.024,0.123],[0.126,0.168],[0.196,0.078],[0.064,-0.007],[0.066,0.016],[0.147,0.046],[-0.049,0.125],[-0.144,0.148],[0.125,0.075],[0.147,0.053],[0.119,0],[0.195,0],[0.173,-0.045],[0.098,-0.07],[0.047,-0.121],[0.022,-0.125],[0,0],[0,0.298],[-0.025,0.295],[0.118,0],[0,0],[0.121,-0.008],[0.179,0.027],[0.166,0.074],[0.175,0.072],[0.121,0.151],[0,0.172],[0,0],[0.396,0.097],[0.068,-0.007],[0.062,0.012],[0.121,0.145],[0.075,0.169],[0.052,0.124],[0.024,0.147],[0.024,0.126],[0,0.126],[0.072,0.169],[0.171,0],[0,0],[0.273,0.073],[0.168,0.121],[0.124,0.169],[0.073,0.1],[0.095,0.074],[0.128,0.122],[0.124,0.126],[0.122,0.101],[0.175,0.119],[0.147,0.149],[0.122,0.079],[0.271,0.127],[0.072,0.096],[0.048,0.127],[0.025,0.122],[0.094,-0.001],[0.043,0.032],[0.145,0.197],[0.144,0.369],[0.467,0.051],[0.122,0.024],[0.174,0.075],[0.121,0.052],[0.363,0.095],[0.172,0]],\"o\":[[0.025,0.147],[0.096,0.322],[0.099,0.175],[0.145,0.174],[0.116,0.148],[0.147,0.148],[0.273,0.149],[0.196,0.095],[0.125,0.147],[0.127,0.146],[0.151,0.271],[0.048,0.173],[0.071,0.121],[0.123,0.048],[0.062,0.013],[0.068,-0.007],[0.123,0.026],[0.291,0.147],[0.148,0.27],[0.023,0.272],[0,0],[0.023,0.175],[0.197,0.317],[0.296,0.221],[0.122,0.094],[0.271,0.273],[0.244,0.29],[0.149,0.294],[0.098,0.322],[0.027,0.144],[0.124,0.293],[0.101,0.17],[0.147,0.172],[0.123,0.145],[0.101,0.127],[0.294,0.295],[0.295,0.247],[0.122,0.15],[0.071,0.123],[0.219,0.297],[0.295,0.217],[0.098,0.128],[0.053,0.098],[0.148,-0.048],[0.118,-0.019],[0.32,-0.048],[0.294,0],[0.195,-0.048],[0.07,-0.145],[0,0],[0.048,-0.464],[0,-0.148],[0.024,-0.272],[0,0],[0,-0.17],[0.101,-0.199],[0.224,0],[0.174,0],[0.194,0],[-0.023,-0.123],[-0.05,-0.197],[-0.122,-0.169],[-0.059,-0.01],[-0.072,0.006],[-0.144,-0.045],[0.027,-0.124],[0.097,-0.192],[-0.096,-0.124],[-0.121,-0.073],[-0.122,-0.046],[-0.173,-0.021],[-0.202,0],[-0.123,0.028],[-0.096,0.08],[-0.05,0.124],[0,0],[-0.025,-0.297],[0,-0.295],[-0.126,-0.076],[0,0],[-0.153,-0.009],[-0.158,0.01],[-0.173,-0.022],[-0.172,-0.073],[-0.173,-0.076],[-0.097,-0.119],[0,0],[-0.418,0],[-0.059,-0.011],[-0.068,0.005],[-0.197,-0.053],[-0.098,-0.126],[-0.048,-0.124],[-0.048,-0.147],[-0.023,-0.121],[-0.023,-0.123],[-0.023,-0.173],[-0.147,0.044],[0,0],[-0.296,0],[-0.194,-0.052],[-0.176,-0.126],[-0.069,-0.099],[-0.073,-0.101],[-0.149,-0.122],[-0.12,-0.121],[-0.122,-0.119],[-0.15,-0.125],[-0.173,-0.125],[-0.1,-0.099],[-0.244,-0.166],[-0.121,-0.047],[-0.073,-0.097],[-0.047,-0.121],[-0.015,-0.067],[-0.074,0],[-0.171,-0.151],[-0.221,-0.295],[-0.468,0],[-0.148,0],[-0.174,-0.048],[-0.122,-0.05],[-0.344,-0.169],[-0.15,-0.023],[-0.17,0]],\"v\":[[156.904,38.412],[156.904,38.804],[157.296,39.59],[157.691,39.984],[158.087,40.477],[158.478,40.868],[158.868,41.263],[159.658,41.557],[160.05,41.95],[160.344,42.346],[160.736,42.738],[161.037,43.523],[161.23,44.019],[161.426,44.409],[161.818,44.508],[162.014,44.508],[162.214,44.508],[162.608,44.606],[163.196,45.294],[163.493,46.08],[163.493,46.868],[163.493,47.261],[163.787,47.653],[164.569,48.342],[165.36,49.03],[165.753,49.323],[166.342,50.113],[167.03,50.898],[167.421,51.682],[167.52,52.572],[167.719,52.964],[168.111,53.75],[168.508,54.142],[168.897,54.634],[169.29,55.024],[169.585,55.418],[170.469,56.107],[171.158,56.895],[171.553,57.29],[171.749,57.683],[172.537,58.372],[173.322,59.055],[173.712,59.352],[173.816,59.746],[174.209,59.548],[174.6,59.45],[175.485,59.45],[176.271,59.45],[176.668,59.055],[176.96,58.663],[176.96,58.269],[176.96,57.092],[177.056,56.699],[177.158,55.913],[177.158,55.517],[177.35,55.125],[177.842,54.731],[178.434,54.829],[178.827,55.024],[179.22,54.731],[179.22,54.339],[178.925,53.848],[178.533,53.451],[178.345,53.454],[178.137,53.451],[177.745,53.257],[177.745,52.862],[178.137,52.469],[177.941,52.077],[177.548,51.878],[177.158,51.78],[176.668,51.682],[176.171,51.78],[175.779,51.878],[175.683,52.273],[175.584,52.67],[174.503,52.67],[174.405,51.878],[174.503,51.095],[174.209,50.799],[173.816,50.799],[173.413,50.806],[172.93,50.799],[172.537,50.506],[172.142,50.209],[171.65,50.01],[171.553,49.547],[171.553,47.556],[170.469,47.556],[170.275,47.557],[170.077,47.556],[169.684,47.163],[169.29,46.868],[169.191,46.472],[168.996,46.08],[168.996,45.687],[168.996,45.294],[168.702,44.904],[168.306,45.097],[167.915,45.097],[167.126,45],[166.639,44.707],[166.241,44.312],[166.145,43.919],[165.753,43.818],[165.454,43.426],[165.162,43.032],[164.771,42.738],[164.376,42.346],[163.887,42.049],[163.688,41.652],[162.899,41.359],[162.507,41.263],[162.408,40.868],[162.408,40.477],[162.207,40.413],[162.016,40.382],[161.624,39.885],[161.132,39],[159.658,39.396],[159.264,39.396],[158.868,39.102],[158.478,39],[157.691,38.412],[157.296,38.217]],\"c\":true},\"ix\":2},\"nm\":\"Path 99\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":99,\"ty\":\"sh\",\"ix\":100,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.169],[-0.025,-0.15],[-0.049,-0.124],[-0.098,-0.075],[-0.193,0.008],[-0.096,-0.009],[0,0],[0,0.344],[0.052,0.124],[0,0]],\"o\":[[0,0.171],[0.023,0.121],[0.048,0.125],[0.132,0.115],[0.092,-0.005],[0,0],[-0.272,-0.196],[0,-0.144],[0,0],[0,0.172]],\"v\":[[158.378,43.647],[158.576,44.019],[158.673,44.409],[158.772,44.804],[159.275,44.903],[159.559,44.904],[159.658,44.508],[158.969,43.892],[158.868,43.523],[158.478,43.228]],\"c\":true},\"ix\":2},\"nm\":\"Path 100\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":100,\"ty\":\"sh\",\"ix\":101,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.271,-0.27],[0.167,-0.1],[0.176,-0.072],[0.066,0.014],[0.052,-0.038],[0.027,-0.125],[0,0],[0,-0.392],[0,-0.149],[0.075,-0.275],[0.076,-0.175],[0,-0.289],[0,-0.174],[0,-0.293],[-0.069,0.007],[-0.082,-0.01],[-0.175,0],[-0.291,0.073],[0,0.365],[0.026,0.442],[-0.071,0],[-0.543,-0.027],[-0.15,-0.023],[0,0.275],[0.15,0.219],[0,0.172],[0,0.147],[0,0.199],[0.148,0],[0.292,-0.022],[0,0],[-0.054,0.15],[-0.071,0.169],[0,0.147],[0,0.194]],\"o\":[[-0.146,0.144],[-0.15,0.069],[-0.057,0.024],[-0.074,-0.016],[-0.099,0.072],[0,0],[0,0.392],[0,0.148],[0,0.295],[-0.05,0.171],[-0.1,0.269],[0,0.177],[0,0.296],[0.088,0.014],[0.066,-0.005],[0.174,0.026],[0.297,0],[0.026,-0.371],[0,-0.445],[0.077,0],[0.543,-0.027],[0.147,0],[0.025,-0.271],[0,-0.27],[-0.072,-0.127],[0,-0.149],[-0.024,-0.2],[-0.149,-0.022],[-0.294,0],[0,0],[0,-0.172],[0.072,-0.173],[0.049,-0.126],[0,-0.196],[-0.22,0.293]],\"v\":[[218.741,44.804],[218.35,45.197],[217.952,45.492],[217.761,45.487],[217.561,45.492],[217.462,45.883],[217.462,46.08],[217.66,47.064],[217.561,47.457],[217.561,48.245],[217.266,48.639],[217.021,49.395],[217.069,49.817],[217.021,50.602],[217.248,50.603],[217.462,50.602],[217.858,50.799],[218.642,50.602],[218.741,49.671],[218.642,48.538],[218.837,48.443],[220.217,48.443],[220.61,48.538],[220.709,47.874],[220.41,47.261],[220.017,47.064],[220.116,46.672],[220.116,46.179],[219.723,46.08],[218.939,46.179],[218.939,45.614],[219.037,45.197],[219.43,44.904],[219.527,44.508],[219.43,44.019]],\"c\":true},\"ix\":2},\"nm\":\"Path 101\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":101,\"ty\":\"sh\",\"ix\":102,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.222,-0.089],[0.07,-0.125],[0,0],[0.394,-0.149],[0.297,-0.027],[0.395,-0.217],[0.099,-0.149],[0,-0.244],[-0.024,-0.222],[-0.444,0.22],[-0.124,0.073],[-0.149,0.096],[-0.153,0.074],[-0.147,0.05],[-0.077,-0.01],[-0.052,0.009],[-0.148,0.143],[0,0],[0,0],[-0.148,-0.049],[-0.145,-0.045],[-0.273,0],[-0.195,0.066],[-0.146,0.074],[-0.169,0.073],[-0.069,-0.013],[-0.063,0.024],[0,0],[-0.122,0.144],[-0.075,0.369],[0.122,0]],\"o\":[[-0.125,0.048],[0,0],[-0.419,0],[-0.269,0.099],[-0.47,0.021],[-0.145,0.075],[-0.121,0.196],[0,0.222],[0.467,-0.222],[0.124,-0.052],[0.148,-0.074],[0.121,-0.08],[0.149,-0.074],[0.068,-0.026],[0.058,0.008],[0.196,-0.074],[0,0],[0,0],[0.173,0],[0.15,0.051],[0.223,0.101],[0.218,0],[0.147,-0.052],[0.146,-0.074],[0.061,-0.026],[0.067,0.013],[0,0],[0.172,-0.074],[0.222,-0.273],[-0.157,0],[-0.184,0]],\"v\":[[212.352,46.179],[212.257,46.574],[205.693,46.574],[204.879,47.261],[204.094,47.36],[202.91,47.653],[202.616,48.049],[202.421,48.66],[202.519,49.226],[203.701,48.639],[204.094,48.538],[204.391,48.149],[204.783,47.948],[205.176,47.752],[205.399,47.746],[205.566,47.752],[205.96,47.36],[206.746,47.556],[209.18,47.556],[209.598,47.653],[209.99,47.847],[210.582,48.245],[211.17,48.149],[211.566,47.948],[211.86,47.556],[212.059,47.555],[212.257,47.556],[212.646,47.36],[212.939,46.968],[213.334,46.08],[212.925,46.072]],\"c\":true},\"ix\":2},\"nm\":\"Path 102\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":102,\"ty\":\"sh\",\"ix\":103,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.026,-0.173],[-0.005,-0.058],[-0.266,-0.223],[-0.198,-0.148],[-0.096,-0.149],[-0.096,-0.223],[0,0.072],[0,0],[0.148,0.242],[0.102,0.123],[0.319,0.199],[0.124,0.048]],\"o\":[[-0.01,0.07],[0.161,0.286],[0.17,0.143],[0.145,0.095],[0.145,0.196],[0,-0.052],[0,0],[0,-0.317],[-0.101,-0.149],[-0.245,-0.273],[-0.127,-0.076],[-0.049,0.147]],\"v\":[[160.54,46.472],[160.54,46.659],[161.132,47.36],[161.624,47.752],[162.016,48.049],[162.309,48.639],[162.408,48.443],[162.408,48.069],[162.214,47.261],[161.818,46.968],[161.132,46.179],[160.736,46.08]],\"c\":true},\"ix\":2},\"nm\":\"Path 103\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":103,\"ty\":\"sh\",\"ix\":104,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.007,0.066],[0.033,0.067]],\"o\":[[0.014,-0.078],[-0.032,-0.058],[0,0]],\"v\":[[160.54,46.868],[160.54,46.659],[160.441,46.472]],\"c\":true},\"ix\":2},\"nm\":\"Path 104\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":104,\"ty\":\"sh\",\"ix\":105,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.034,-0.026],[0.073,-0.128],[0.148,-0.295],[-0.294,-0.123],[-0.152,0.011],[-0.066,-0.011],[0,0.444],[0.198,0.097],[0.169,0],[0,0],[0.085,0]],\"o\":[[-0.097,0.071],[-0.171,0.292],[0.267,0.169],[0.068,0.027],[0.126,-0.008],[0.319,-0.324],[0,-0.248],[-0.146,-0.078],[0,0],[-0.1,0],[-0.042,0]],\"v\":[[223.066,48.049],[222.969,48.443],[222.579,49.226],[223.36,49.719],[223.736,49.725],[224.051,49.719],[224.639,48.735],[224.245,48.245],[223.855,48.049],[223.464,48.049],[223.181,48.014]],\"c\":true},\"ix\":2},\"nm\":\"Path 105\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":105,\"ty\":\"sh\",\"ix\":106,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.292,-0.147],[0.172,-0.047],[0.297,0],[0.298,-0.025],[0.151,-0.1],[0.122,-0.146],[0.002,-0.002],[0,0],[0.071,0.009],[0.091,-0.026],[0.295,-0.145],[0,0],[-0.122,-0.045],[-0.145,-0.049],[-0.145,-0.023],[-0.119,0],[-0.067,0.01],[-0.098,-0.04],[-0.146,-0.1],[-0.05,-0.122],[-0.201,-0.047],[-0.148,0],[0,0],[-0.217,0],[-0.096,0],[-0.149,0],[-0.149,0],[-0.244,0],[-0.223,0.019],[-0.17,0.076],[0.073,0.099],[0.07,0.148],[0.021,0.466],[0.07,0.176],[0.147,0.12],[0.126,0.049],[0.344,0]],\"o\":[[-0.172,0.07],[-0.269,0.078],[-0.296,0],[-0.199,0],[-0.145,0.094],[-0.002,0.003],[0,0],[-0.091,0.014],[-0.082,-0.011],[-0.32,0.103],[0,0],[0.123,0.023],[0.15,0.054],[0.146,0.049],[0.126,0.026],[0.073,0.012],[0.093,-0.015],[0.175,0.077],[0.1,0.048],[0.072,0.172],[0.123,0.027],[0,0],[0.221,0],[0.1,0],[0.15,0],[0.146,0],[0.246,0.019],[0.246,0],[0.17,-0.027],[-0.072,-0.124],[-0.095,-0.119],[-0.198,-0.415],[0,-0.195],[-0.077,-0.173],[-0.097,-0.074],[-0.294,-0.147],[-0.347,0]],\"v\":[[227.295,49.719],[226.902,50.01],[226.115,50.113],[225.329,50.113],[224.832,50.309],[224.443,50.602],[224.436,50.61],[224.54,50.403],[224.303,50.399],[224.051,50.403],[223.264,50.799],[223.36,51.192],[223.756,51.288],[224.15,51.487],[224.54,51.682],[224.931,51.682],[225.142,51.672],[225.425,51.682],[225.819,51.978],[225.918,52.373],[226.214,52.862],[226.605,52.862],[226.999,52.862],[227.587,52.716],[227.783,52.572],[228.181,52.67],[228.574,52.768],[229.21,52.768],[229.853,52.768],[230.241,52.469],[230.146,52.077],[229.754,51.878],[229.754,50.701],[229.754,50.209],[229.456,49.817],[229.061,49.719],[228.181,49.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 106\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":106,\"ty\":\"sh\",\"ix\":107,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.022,-0.037]],\"o\":[[-0.017,0.04],[0,0]],\"v\":[[224.301,50.881],[224.245,50.996]],\"c\":true},\"ix\":2},\"nm\":\"Path 107\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":107,\"ty\":\"sh\",\"ix\":108,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.04,-0.008],[0.147,-0.074],[0.125,-0.121],[0.517,-0.073],[0.271,0.051],[0.118,0.027],[0.293,0.096],[0.124,0],[0,0],[0.126,-0.171],[0.122,-0.32],[0.022,-0.199],[0,-0.173],[0.025,-0.121],[0.072,-0.124],[0.15,-0.101],[0.07,0.014],[0.051,-0.037],[0.095,-0.143],[0,-0.247],[-0.222,-0.147],[-0.124,-0.024],[-0.144,-0.025],[-0.295,0],[0,-0.199],[0.101,-0.294],[0.025,-0.146],[0,-0.175],[-0.024,-0.15],[-0.05,-0.174],[-0.047,-0.177],[-0.049,-0.147],[-0.1,0.128],[-0.047,0.17],[0,0.343],[-0.024,0.293],[0,0.172],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.122,0],[-0.122,-0.022],[-0.145,-0.024],[-0.118,-0.025],[-0.147,0],[0,0],[0.028,-0.147],[0,-0.126],[0,0],[-0.025,-0.15],[-0.124,-0.097],[-0.216,0],[0,0],[0,0.15],[0,0],[0.125,0.366],[0.124,0.097],[0.148,0.145],[0.072,0.149],[0,0.244],[-0.023,0.248],[0,0],[0.051,0.12],[0.122,0.145],[0.124,0.127],[0.149,0.097],[0.081,-0.004],[0.078,0.068],[0.078,0.094],[0,0],[-0.466,0.123],[-0.176,0.052],[-0.124,0.026],[-0.182,-0.018],[-0.225,0.039],[-0.066,-0.006],[-0.063,0.014],[0,0.222],[0.051,0.15],[0.122,0.103],[0.119,0.072],[0.145,0.072],[0.171,0.023],[0,0],[0.084,0]],\"o\":[[-0.149,0.051],[-0.17,0.074],[-0.368,0.371],[-0.268,0.051],[-0.125,-0.025],[-0.3,-0.072],[-0.099,-0.025],[0,0],[-0.219,0.024],[-0.196,0.271],[-0.074,0.195],[-0.027,0.15],[0,0.148],[-0.026,0.125],[-0.101,0.149],[-0.047,0.025],[-0.078,-0.017],[-0.146,0.095],[-0.122,0.174],[0,0.295],[0.098,0.048],[0.149,0.048],[0.269,0.05],[0,0.196],[0,0.317],[-0.048,0.148],[-0.024,0.148],[0,0.172],[0.025,0.174],[0.048,0.17],[0.052,0.146],[0.147,-0.098],[0.097,-0.12],[0.099,-0.322],[0,-0.292],[0,-0.174],[0,0],[0,0],[0,0],[0,0],[0,0],[0.145,0.027],[0.122,0],[0.147,0.027],[0.123,0.028],[0.124,0.026],[0,0],[0,0.174],[-0.022,0.123],[0,0],[0,0.171],[0.023,0.167],[0.146,0.123],[0,0],[0.025,-0.145],[0,0],[0,-0.395],[-0.05,-0.148],[-0.147,-0.121],[-0.123,-0.123],[-0.097,-0.196],[0,-0.25],[0,0],[0,-0.15],[-0.077,-0.174],[-0.127,-0.143],[-0.122,-0.123],[-0.07,-0.046],[-0.09,0.003],[-0.099,-0.074],[0,0],[0.49,0],[0.169,-0.022],[0.122,-0.021],[0.218,-0.035],[0.186,0.019],[0.06,-0.01],[0.068,0.006],[0.198,-0.048],[0,-0.173],[-0.072,-0.171],[-0.121,-0.094],[-0.15,-0.096],[-0.149,-0.079],[0,0],[-0.098,0],[-0.042,0]],\"v\":[[207.829,49.62],[207.434,49.817],[207.139,50.209],[205.96,50.996],[205.176,50.898],[204.783,50.799],[203.993,50.506],[203.701,50.309],[203.306,50.309],[202.91,50.701],[202.421,51.487],[202.421,52.077],[202.227,52.469],[202.227,52.862],[202.227,53.257],[201.832,53.552],[201.646,53.548],[201.438,53.552],[201.145,53.944],[200.947,54.534],[201.34,55.224],[201.733,55.32],[202.126,55.517],[202.91,55.517],[203.011,56.037],[202.715,56.796],[202.519,57.191],[202.519,57.633],[202.519,58.075],[202.816,58.469],[202.91,58.96],[203.11,59.352],[203.504,59.055],[203.895,58.765],[203.993,57.879],[203.993,57.092],[204.189,56.672],[204.189,54.046],[205.371,54.046],[205.371,54.926],[205.176,55.32],[205.274,55.713],[205.668,55.811],[206.061,55.811],[206.452,56.009],[206.844,56.107],[207.236,56.107],[207.236,56.918],[207.042,57.29],[206.944,57.683],[206.944,58.124],[206.944,58.568],[207.337,58.862],[207.85,59.055],[209.107,59.055],[209.207,58.663],[209.207,58.1],[209.107,57.092],[208.714,56.895],[208.321,56.502],[207.926,56.205],[207.733,55.618],[207.926,55.024],[207.926,54.634],[207.926,54.242],[207.535,53.944],[207.236,53.552],[206.844,53.257],[206.613,53.218],[206.353,53.157],[206.254,52.768],[206.353,52.077],[207.634,52.077],[208.025,51.78],[208.418,51.682],[209.001,51.684],[209.598,51.682],[209.79,51.683],[209.99,51.682],[210.287,51.192],[210.089,50.799],[209.795,50.403],[209.404,50.209],[209.009,49.917],[208.616,49.62],[208.223,49.62],[207.952,49.61]],\"c\":true},\"ix\":2},\"nm\":\"Path 108\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":108,\"ty\":\"sh\",\"ix\":109,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.171],[-0.074,-0.27],[-0.172,-0.27],[-0.242,-0.295],[-0.273,-0.265],[-0.147,-0.097],[-0.098,-0.097],[-0.102,-0.149],[-0.076,-0.099],[-0.096,-0.126],[-0.089,0.02],[-0.05,-0.011],[0,0],[0.121,0.072],[0.195,0.05],[0.124,0.028],[0.087,-0.011],[0.078,0.012],[0.099,0.169],[0.048,0.169],[0.031,0.12],[0,0.292],[0.149,0.224],[0.294,0.124]],\"o\":[[0.046,0.147],[0.023,0.296],[0.072,0.321],[0.199,0.318],[0.248,0.294],[0.122,0.124],[0.099,0.048],[0.126,0.126],[0.05,0.097],[0.097,0.144],[0.042,0.057],[0.062,-0.014],[0,0],[-0.145,-0.076],[-0.17,-0.123],[-0.125,-0.022],[-0.093,-0.027],[-0.073,0.009],[-0.194,-0.051],[-0.098,-0.149],[-0.025,-0.124],[-0.047,-0.272],[0,-0.295],[-0.194,-0.269],[0,0]],\"v\":[[163.59,50.602],[163.59,50.799],[163.59,51.583],[164.081,52.373],[164.668,53.157],[165.36,53.944],[165.654,54.339],[166.046,54.436],[166.342,54.829],[166.441,55.224],[166.735,55.618],[166.952,55.635],[167.126,55.618],[167.126,54.046],[166.735,53.848],[166.342,53.451],[165.947,53.354],[165.68,53.348],[165.454,53.354],[165.063,52.964],[164.771,52.572],[164.668,52.176],[164.668,51.39],[164.569,50.602],[163.787,50.209]],\"c\":true},\"ix\":2},\"nm\":\"Path 109\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":109,\"ty\":\"sh\",\"ix\":110,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.223,-0.022],[-0.023,-0.148],[0,-0.245],[0.023,-0.415],[0,0],[0,0],[0,0],[0,0.295],[0,0.197],[0,0.126],[0.23,0]],\"o\":[[0.023,0.174],[0.052,0.222],[0,0.422],[0,0],[0,0],[0,0],[0.022,-0.295],[0,-0.197],[0,-0.121],[-0.294,-0.016],[-0.177,0]],\"v\":[[232.801,50.259],[232.897,50.701],[233.095,51.313],[232.998,52.373],[234.96,52.373],[234.96,51.878],[234.129,51.878],[234.178,51.095],[234.077,50.602],[234.129,50.259],[233.384,50.229]],\"c\":true},\"ix\":2},\"nm\":\"Path 110\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":110,\"ty\":\"sh\",\"ix\":111,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.121,-0.021],[0.071,0.006],[0.06,-0.009],[0.098,-0.099],[-0.177,-0.021],[0,0],[0,0],[-0.319,0],[-0.291,0.052],[0.044,-0.014],[0,0.041],[0,0.324],[0.226,0]],\"o\":[[-0.148,0],[-0.065,0.016],[-0.065,-0.005],[-0.145,0.028],[0.173,0.075],[0,0],[0,0],[0.318,0.024],[0.296,0],[0,-0.022],[-0.052,0.017],[-0.073,-0.317],[-0.217,0],[0,0]],\"v\":[[212.646,51.583],[212.452,51.78],[212.243,51.782],[212.053,51.78],[211.86,52.176],[212.257,52.469],[212.646,52.469],[213.04,52.469],[213.848,52.572],[214.61,52.469],[214.524,52.476],[214.415,52.469],[214.415,51.634],[213.822,51.583]],\"c\":true},\"ix\":2},\"nm\":\"Path 111\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":111,\"ty\":\"sh\",\"ix\":112,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.172,-0.099],[0.151,-0.124],[0.369,0],[0.296,-0.022],[0.148,-0.074],[0.049,-0.194],[0.097,-0.272],[0.096,-0.124],[0.147,-0.05],[0.297,0],[0.32,0.05],[0.223,0.195],[0.099,0.145],[0.075,0.096],[0.322,0],[0.124,-0.023],[0.171,-0.077],[0.17,0],[0,0],[0,0],[-0.12,-0.122],[-0.071,-0.147],[0,-0.126],[0,-0.294],[0,0],[-0.098,0.05],[-0.069,-0.012],[-0.063,0.026],[-0.194,0],[-0.172,0],[-0.295,-0.022],[-0.123,-0.022],[-0.295,-0.146],[-0.294,-0.199],[-0.122,-0.074],[-0.169,-0.077],[-0.076,0.01],[-0.055,-0.009],[-0.173,-0.028],[-0.146,0],[-0.176,0.017],[-0.262,-0.056],[-0.145,-0.05],[-0.271,-0.145],[-0.12,-0.076],[-0.148,-0.149],[-0.198,-0.32],[-0.072,-0.125],[0,-0.541],[0,-0.144],[0.049,-0.168],[0.298,-0.146],[0.075,0.011],[0.056,-0.01],[0.121,-0.027],[0.151,-0.101],[0.079,-0.195],[0,-0.169],[0,-0.148],[-0.396,0],[-0.318,0.218],[-0.124,0.103],[-0.047,0.098],[-0.244,0],[-0.365,-0.248],[-0.144,-0.128],[-0.146,-0.126],[-0.194,-0.097],[-0.12,-0.051],[-0.147,-0.052],[-0.3,-0.149],[-0.171,-0.075],[-0.172,-0.028],[-0.272,-0.026],[-0.32,0],[-0.296,0.075],[-0.148,0.098],[-0.073,0.123],[-0.023,0.124],[0,0.291],[-0.194,0.048],[-0.27,0.148],[-0.12,0.145],[-0.445,0],[0,0],[-0.147,-0.051],[-0.123,-0.048],[-0.147,-0.05],[-0.295,-0.169],[-0.121,-0.098],[-0.171,-0.269],[-0.07,-0.121],[-0.271,-0.272],[-0.099,-0.147],[-0.174,-0.297],[-0.099,-0.173],[-0.171,-0.048],[-0.25,0],[-0.565,0.043],[-0.295,0],[-0.347,-0.347],[-0.343,-0.125],[-0.246,0],[-0.222,0.021],[0,0],[0.244,0.122],[0.123,0.047],[0.101,0.076],[0.097,0.125],[0.124,0.147],[0.198,0.027],[0.125,0.027],[0.067,-0.006],[0.062,0.014],[0.172,0.047],[0.122,0.026],[0.149,0],[0.296,0],[0,0],[0.665,-0.048],[0,0],[-0.588,-0.051],[0,0],[0.128,0.096],[0.122,0.097],[0.123,0.098],[0,0],[0.126,0.147],[0.074,0.15],[0.095,0.272],[0.071,0.101],[0.124,0.098],[0.146,0.101],[0.147,0.121],[0.12,0.121],[0.395,0.169],[0.148,0.027],[0.343,0],[0.271,0.247],[0.147,0.075],[0.074,-0.009],[0.055,0.013],[0.17,0.027],[0.269,0.121],[0.297,0.118],[0.149,0.024],[0.149,0],[0.197,-0.007],[0.246,0.012],[0.194,0],[0.12,-0.004],[0.288,0.122],[0.272,0.146],[0.297,0.117],[0.122,0.02],[0.169,0.075],[0.292,0]],\"o\":[[-0.146,0.075],[-0.27,0.222],[-0.292,0],[-0.171,0],[-0.197,0.096],[-0.048,0.274],[-0.048,0.145],[-0.099,0.124],[-0.271,0.124],[-0.342,0],[-0.27,-0.025],[-0.147,-0.124],[-0.072,-0.124],[-0.196,-0.243],[-0.148,0],[-0.173,0.053],[-0.149,0.047],[0,0],[0,0],[0.152,0.073],[0.124,0.126],[0.074,0.123],[0.027,0.271],[0,0],[0.047,-0.12],[0.048,-0.023],[0.071,0.012],[0.171,-0.072],[0.169,0],[0.295,0],[0.149,0],[0.322,0.078],[0.345,0.174],[0.123,0.072],[0.149,0.1],[0.071,0.028],[0.06,-0.008],[0.172,0.028],[0.121,0],[0.215,0.021],[0.226,-0.021],[0.15,0.021],[0.298,0.12],[0.123,0.073],[0.171,0.099],[0.272,0.271],[0.073,0.147],[0.298,0.442],[0,0.146],[0,0.198],[-0.099,0.321],[-0.07,0.027],[-0.059,-0.008],[-0.121,0.023],[-0.174,0.049],[-0.171,0.093],[-0.047,0.145],[0,0.146],[0.05,0.392],[0.391,0],[0.151,-0.099],[0.099,-0.072],[0.121,-0.197],[0.44,0],[0.175,0.098],[0.146,0.12],[0.153,0.121],[0.122,0.048],[0.147,0.049],[0.318,0.1],[0.167,0.073],[0.168,0.07],[0.248,0.051],[0.319,0.027],[0.318,0],[0.172,-0.05],[0.122,-0.075],[0.048,-0.097],[0.074,-0.271],[0.221,0],[0.323,-0.103],[0.172,-0.098],[0.271,-0.324],[0,0],[0.171,0],[0.12,0.023],[0.147,0.045],[0.298,0.125],[0.147,0.073],[0.245,0.222],[0.075,0.121],[0.2,0.32],[0.123,0.121],[0.196,0.275],[0.098,0.175],[0.096,0.145],[0.223,0.077],[0.565,0],[0.294,-0.029],[0.491,0],[0.267,0.268],[0.221,0.072],[0.222,0],[0,0],[0,-0.296],[-0.124,-0.047],[-0.119,-0.055],[-0.12,-0.073],[-0.124,-0.145],[-0.127,-0.144],[-0.125,0],[-0.061,-0.012],[-0.068,0.007],[-0.173,-0.046],[-0.12,-0.029],[-0.123,-0.024],[-0.294,-0.025],[0,0],[-0.663,-0.03],[0,0],[0.587,-0.025],[0,0],[-0.121,-0.073],[-0.121,-0.099],[-0.12,-0.102],[0,0],[-0.103,-0.124],[-0.124,-0.147],[-0.145,-0.242],[-0.051,-0.123],[-0.075,-0.123],[-0.144,-0.126],[-0.169,-0.122],[-0.146,-0.124],[-0.294,-0.298],[-0.147,-0.051],[-0.319,-0.074],[-0.366,0],[-0.122,-0.096],[-0.066,-0.025],[-0.061,0.009],[-0.174,-0.047],[-0.297,-0.05],[-0.297,-0.147],[-0.145,-0.052],[-0.122,-0.025],[-0.248,-0.013],[-0.195,0.006],[-0.198,0],[-0.144,-0.008],[-0.269,0.009],[-0.296,-0.118],[-0.268,-0.145],[-0.125,-0.053],[-0.174,-0.051],[-0.248,-0.122],[-0.223,0]],\"v\":[[237.225,52.077],[236.928,52.469],[236.043,52.862],[235.254,52.862],[234.865,53.061],[234.472,53.451],[234.472,54.242],[234.277,54.634],[233.879,54.829],[233.095,54.926],[232.21,54.829],[231.423,54.634],[231.128,54.242],[231.128,53.848],[230.342,53.552],[229.947,53.552],[229.556,53.848],[229.139,53.944],[226.702,53.944],[226.702,54.731],[227.095,54.926],[227.49,55.224],[227.49,55.618],[227.49,56.401],[228.082,56.401],[228.082,56.009],[228.266,56.01],[228.475,56.009],[228.767,55.618],[229.16,55.811],[229.947,55.811],[230.342,55.811],[231.128,56.205],[231.915,56.796],[232.306,56.992],[232.6,57.385],[232.824,57.392],[232.998,57.385],[233.488,57.486],[233.879,57.587],[234.454,57.574],[235.157,57.587],[235.551,57.781],[236.34,58.269],[236.733,58.469],[237.126,58.862],[237.814,59.648],[238.009,60.043],[238.798,61.219],[238.699,61.613],[238.699,62.103],[238.107,62.793],[237.887,62.799],[237.712,62.793],[237.324,62.895],[236.928,63.192],[236.533,63.58],[236.34,63.973],[236.436,64.37],[237.225,65.053],[238.206,64.762],[238.6,64.463],[238.699,64.071],[239.189,63.678],[240.27,63.973],[240.663,64.37],[241.055,64.663],[241.451,65.053],[241.842,65.152],[242.238,65.348],[243.124,65.645],[243.517,65.94],[244.007,66.038],[244.696,66.234],[245.532,66.234],[246.366,66.234],[246.761,65.94],[247.154,65.742],[247.251,65.348],[247.251,64.566],[247.84,64.566],[248.628,64.169],[249.02,63.78],[249.907,63.091],[250.103,63.091],[250.498,63.285],[250.887,63.385],[251.28,63.58],[252.068,63.973],[252.462,64.169],[252.952,64.956],[253.149,65.348],[253.936,65.94],[254.232,66.331],[254.723,67.119],[255.02,67.612],[255.313,68.001],[255.952,68.001],[257.379,67.91],[258.116,67.807],[259.15,68.497],[259.934,69.086],[260.548,69.282],[261.113,69.185],[261.113,67.977],[260.621,67.413],[260.228,67.319],[259.832,67.218],[259.639,66.822],[259.344,66.432],[258.853,66.135],[258.457,66.135],[258.264,66.135],[258.064,66.135],[257.673,65.843],[257.28,65.742],[256.886,65.645],[256.1,65.645],[256.1,63.139],[254.379,63.139],[254.379,61.27],[255.9,61.27],[255.9,60.63],[255.507,60.433],[255.214,60.043],[254.822,59.746],[252.858,59.746],[252.559,59.352],[252.167,59.055],[251.973,58.269],[251.873,57.879],[251.477,57.683],[251.085,57.385],[250.691,56.992],[250.3,56.699],[249.512,55.913],[249.118,55.713],[248.233,55.713],[247.35,55.32],[247.154,54.926],[246.939,54.921],[246.761,54.926],[246.271,54.829],[245.482,54.534],[244.696,54.046],[244.301,53.848],[243.908,53.848],[243.267,53.848],[242.629,53.848],[242.139,53.75],[241.746,53.751],[240.959,53.647],[240.173,53.157],[239.387,52.67],[238.995,52.572],[238.504,52.373],[237.814,51.978]],\"c\":true},\"ix\":2},\"nm\":\"Path 112\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":112,\"ty\":\"sh\",\"ix\":113,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-0.026,-0.243],[-0.49,-0.05],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0.026,0.243],[0.492,-0.025],[0,0],[0,0]],\"v\":[[222.283,51.978],[222.283,52.572],[222.085,52.176],[222.085,52.572],[222.184,53.207],[223.41,53.207],[223.41,51.978]],\"c\":true},\"ix\":2},\"nm\":\"Path 113\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":113,\"ty\":\"sh\",\"ix\":114,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.088,-0.092],[0.077,-0.122],[0.05,-0.149],[0,0],[0,-0.149],[-0.025,-0.147],[0,0],[-0.321,0],[-0.152,0],[0,0],[-0.12,-0.024],[-0.126,-0.021],[-0.127,-0.025],[-0.171,-0.046],[-0.347,0],[-0.046,0.463],[0.395,0.047],[0.295,0.026],[0.146,0],[0,0],[0.273,0.049],[0.39,0],[0.083,0]],\"o\":[[-0.097,0.096],[-0.073,0.126],[0,0],[0,0.145],[0,0.172],[0,0],[0.319,0],[0.147,0],[0,0],[0.124,0],[0.126,0.027],[0.12,0.025],[0.166,0.05],[0.32,0.078],[-0.054,-0.464],[-0.392,-0.053],[-0.296,-0.024],[-0.151,0],[0,0],[-0.269,-0.025],[-0.368,-0.074],[-0.086,0],[-0.128,0]],\"v\":[[218.837,54.046],[218.741,54.436],[218.545,54.829],[218.545,54.436],[218.449,54.829],[218.642,55.224],[219.798,55.224],[220.61,55.125],[221.006,55.224],[221.395,55.224],[221.787,55.32],[222.184,55.418],[222.579,55.517],[222.969,55.811],[223.855,55.811],[223.801,54.634],[222.772,54.534],[221.988,54.436],[221.592,54.339],[221.197,54.339],[220.41,54.142],[219.43,53.944],[219.173,53.937]],\"c\":true},\"ix\":2},\"nm\":\"Path 114\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":114,\"ty\":\"sh\",\"ix\":115,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.151,-0.074],[0,0],[-0.173,0],[0,0],[0,0],[0.145,0.073],[0.269,0.047],[0.27,0.048]],\"o\":[[0.123,0.12],[0,0],[0.147,0.076],[0,0],[0,0],[-0.097,-0.124],[-0.248,-0.123],[-0.268,-0.05],[0,0]],\"v\":[[215.301,55.125],[215.598,55.517],[215.991,55.713],[216.405,55.811],[217.165,55.811],[217.165,55.125],[216.973,54.731],[216.186,54.534],[215.4,54.339]],\"c\":true},\"ix\":2},\"nm\":\"Path 115\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":115,\"ty\":\"sh\",\"ix\":116,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.118,0],[0.123,-0.022],[0.145,-0.074],[0.073,-0.123],[0.073,-0.275],[0.073,-0.15],[0.098,-0.052],[0.122,0],[0.688,0],[0,0],[0,0],[0.49,0.018],[0.15,0],[0,-0.147],[0,-0.296],[0,-0.07],[-0.663,-0.07],[-0.294,-0.021],[-0.293,0],[-0.295,0.028],[-0.147,0.075],[-0.198,0.055],[-0.058,-0.009],[-0.071,0.031],[-0.121,0.025],[-0.096,0.172],[-0.078,0.322],[-0.097,0.267],[-0.049,0.171],[0,0.148],[0.021,0.145]],\"o\":[[-0.122,0],[-0.146,0.024],[-0.148,0.076],[-0.145,0.242],[-0.048,0.166],[-0.076,0.119],[-0.1,0.048],[-0.661,0.097],[0,0],[0,0],[-0.495,0],[-0.147,0],[0,0.15],[0.025,0.296],[0,0.069],[0.664,0],[0.293,0.026],[0.299,0.028],[0.296,0],[0.172,0],[0.194,-0.097],[0.052,-0.009],[0.076,0.012],[0.125,-0.045],[0.198,-0.073],[0.178,-0.267],[0.044,-0.27],[0.048,-0.174],[0.025,-0.124],[0,-0.174],[-0.148,0.022]],\"v\":[[263.671,56.796],[263.275,56.796],[262.882,56.992],[262.488,57.191],[262.488,57.98],[262.196,58.372],[262.098,58.765],[261.702,58.765],[259.96,58.765],[259.538,58.765],[259.15,58.765],[257.868,58.765],[257.475,58.663],[257.28,59.352],[257.379,60.14],[257.329,60.334],[259.051,60.334],[259.832,60.529],[260.621,60.529],[261.408,60.529],[261.803,60.334],[262.196,59.941],[262.363,59.949],[262.587,59.941],[262.98,59.844],[263.371,59.45],[263.771,58.663],[263.868,57.879],[264.16,57.486],[264.259,57.092],[264.064,56.699]],\"c\":true},\"ix\":2},\"nm\":\"Path 116\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":116,\"ty\":\"sh\",\"ix\":117,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.051,-0.176],[0.026,-0.12],[0,0],[0,0],[0,0.12],[0,0]],\"o\":[[-0.024,0.12],[0,0],[0,0],[0,-0.12],[0,0],[-0.072,0.169]],\"v\":[[170.077,58.765],[170.077,59.154],[170.469,59.45],[170.469,59.055],[170.373,58.765],[170.373,58.372]],\"c\":true},\"ix\":2},\"nm\":\"Path 117\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":117,\"ty\":\"sh\",\"ix\":118,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.148,-0.099],[0.097,-0.122],[0.046,-0.172],[0.021,-0.126],[0.027,-0.12],[0,-0.146],[0,-0.175],[-0.219,0.024],[-0.121,0.024],[-0.121,0.149],[-0.049,0.125],[0,0.566],[0,0],[0.121,0.123]],\"o\":[[-0.147,0.1],[-0.098,0.124],[-0.028,0.123],[-0.028,0.124],[-0.024,0.127],[0,0.176],[0,0.219],[0.145,0],[0.171,-0.052],[0.076,-0.096],[0.248,-0.491],[0,0],[-0.027,-0.169],[-0.148,0.098]],\"v\":[[230.832,59.154],[230.439,59.45],[230.051,59.746],[230.051,60.14],[229.947,60.529],[229.853,60.924],[229.652,61.322],[230.241,61.417],[230.637,61.417],[231.029,61.121],[231.128,60.728],[231.621,59.352],[231.621,59.154],[231.227,58.862]],\"c\":true},\"ix\":2},\"nm\":\"Path 118\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":118,\"ty\":\"sh\",\"ix\":119,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.15,-0.023],[-0.026,-0.149],[-0.024,-0.168],[0,-0.144],[-0.07,-0.146],[-0.247,-0.296],[-0.097,-0.123],[-0.198,-0.072],[-0.172,0],[-0.169,0.027],[0.054,0.124],[0.047,0.173],[0.047,0.124],[0.099,0.149],[0.268,0.245],[0.074,0.122],[0.024,0.126],[0,0.148]],\"o\":[[-0.146,0],[0.048,0.148],[0.048,0.172],[0,0.148],[0,0.199],[0.175,0.321],[0.099,0.122],[0.123,0.168],[0.146,0.051],[0.172,0],[-0.045,-0.12],[-0.07,-0.175],[-0.048,-0.121],[-0.072,-0.17],[-0.195,-0.319],[-0.125,-0.097],[-0.075,-0.121],[-0.025,-0.121],[0,0]],\"v\":[[268.78,59.154],[268.387,59.254],[268.585,59.648],[268.683,60.164],[268.585,60.529],[268.876,60.924],[269.668,61.515],[269.863,61.91],[270.257,62.3],[270.65,62.496],[271.04,62.3],[270.941,61.91],[270.65,61.515],[270.65,61.121],[270.353,60.728],[269.571,60.14],[269.176,59.941],[269.176,59.548],[269.176,59.154]],\"c\":true},\"ix\":2},\"nm\":\"Path 119\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":119,\"ty\":\"sh\",\"ix\":120,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-0.295,-0.023],[-0.12,-0.043],[0,0],[-0.122,-0.127],[-0.194,-0.096],[-0.226,0],[-0.395,0.1],[-0.147,0],[-0.296,0],[-0.318,0],[-0.27,-0.146],[-0.126,-0.072],[-0.169,0],[-0.146,0],[-0.316,0],[-0.346,-0.074],[-0.34,-0.175],[-0.171,-0.021],[-0.082,0.007],[-0.083,-0.009],[-0.342,-0.024],[-0.024,0.141],[-0.053,0.148],[-0.067,0.006],[-0.061,-0.012],[-0.173,-0.024],[-0.148,0],[0,0],[-0.244,0],[-0.223,-0.093],[-0.124,-0.076],[-0.146,-0.099],[-0.317,-0.1],[-0.321,0],[0,0],[-0.149,0.024],[0.145,0.27],[0.198,0.073],[0.066,-0.013],[0.061,0.027],[0.195,0.32],[0,0],[-0.075,0.147],[-0.122,0.098],[-0.12,0.025],[-0.134,-0.016],[-0.131,0.027],[-0.293,0.175],[0.271,0.051],[0.146,0.024],[0.069,-0.006],[0.062,0.012],[0.344,0],[0.295,0],[0.198,0],[0.115,-0.003],[0.307,0.105],[0.315,0.098],[0.323,0.049]],\"o\":[[0,0],[0,0],[0,0],[0.293,0],[0.149,0],[0,0],[0.17,0.075],[0.151,0.145],[0.201,0.098],[0.415,0],[0.12,-0.024],[0.296,-0.024],[0.318,-0.024],[0.323,0],[0.148,0.072],[0.122,0.072],[0.151,0],[0.319,0],[0.368,0],[0.367,0.098],[0.175,0.066],[0.086,0.014],[0.077,-0.005],[0.322,0.048],[0.024,-0.146],[0.024,-0.175],[0.059,0.012],[0.068,-0.006],[0.173,0.053],[0.125,0.027],[0,0],[0.244,-0.024],[0.27,0],[0.122,0.051],[0.149,0.066],[0.272,0.196],[0.297,0.1],[0,0],[0.172,0],[-0.149,-0.295],[-0.103,-0.175],[-0.061,-0.024],[-0.067,0.013],[-0.348,-0.147],[0,0],[0.022,-0.169],[0.072,-0.152],[0.096,-0.074],[0.142,-0.037],[0.123,0.016],[0.32,-0.049],[-0.293,-0.047],[-0.15,-0.022],[-0.062,-0.012],[-0.068,0.006],[-0.316,-0.049],[-0.293,0],[-0.198,0],[-0.141,-0.006],[-0.267,0.005],[-0.321,-0.098],[-0.323,-0.096],[0,0]],\"v\":[[176.368,61.219],[176.368,61.711],[177.548,61.711],[177.548,62.595],[178.335,62.595],[178.728,62.595],[179.123,62.793],[179.415,63.192],[179.809,63.58],[180.402,63.678],[181.386,63.285],[181.777,63.285],[182.564,63.285],[183.397,63.192],[184.233,63.285],[184.431,63.678],[184.822,63.899],[185.217,63.973],[186.027,63.874],[186.986,63.973],[187.772,64.566],[188.167,64.857],[188.418,64.858],[188.655,64.857],[189.543,64.956],[189.543,64.566],[189.741,64.169],[189.936,64.169],[190.132,64.169],[190.525,64.463],[190.92,64.463],[191.311,64.463],[191.902,64.266],[192.59,64.463],[192.983,64.566],[193.277,64.956],[194.064,65.448],[194.902,65.548],[195.345,65.548],[195.738,65.348],[195.345,64.566],[194.949,64.169],[194.754,64.17],[194.559,64.169],[193.868,63.43],[190.822,63.43],[190.822,62.992],[191.017,62.595],[191.408,62.496],[191.819,62.492],[192.197,62.496],[192.983,62.103],[192.197,62.005],[191.806,61.811],[191.607,61.811],[191.408,61.811],[190.525,61.613],[189.741,61.711],[189.246,61.613],[188.868,61.611],[188.068,61.515],[187.285,61.121],[186.395,60.924]],\"c\":true},\"ix\":2},\"nm\":\"Path 120\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":120,\"ty\":\"sh\",\"ix\":121,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.489,-0.376],[0,-0.293],[-0.025,-0.149],[0,0],[-0.094,0.144],[0,0.242],[0.124,0.368],[0.075,0.155]],\"o\":[[-0.048,0.292],[0,0.15],[0,0],[0.144,-0.097],[0.151,-0.201],[0,-0.395],[-0.048,-0.173],[-0.564,0.223]],\"v\":[[224.443,63.192],[224.344,64.266],[224.443,64.663],[225.626,64.663],[226.012,64.37],[226.311,63.78],[226.115,62.793],[225.819,62.397]],\"c\":true},\"ix\":2},\"nm\":\"Path 121\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":121,\"ty\":\"sh\",\"ix\":122,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.018,-0.147],[-0.051,-0.149],[-0.066,-0.007],[-0.063,0.013],[-0.199,0],[-0.241,0],[0,0],[-0.148,0.072],[0,0]],\"o\":[[0.027,0.143],[0.027,0.17],[0.06,-0.011],[0.07,0.006],[0.171,-0.024],[0.242,0],[0,0],[0.195,0],[0,0],[0,0]],\"v\":[[214.217,63.091],[214.217,63.484],[214.415,63.874],[214.608,63.875],[214.811,63.874],[215.204,63.58],[215.792,63.78],[215.991,63.78],[216.381,63.484],[216.085,63.091]],\"c\":true},\"ix\":2},\"nm\":\"Path 122\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":122,\"ty\":\"sh\",\"ix\":123,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.025,-0.005],[0.172,-0.032],[0.22,0.021],[0.223,-0.024],[0.271,-0.029],[0,0],[0.147,0],[0.146,-0.031],[0.244,0],[0.194,0.074],[0.22,0.069],[0.293,0.028],[0.22,0],[0.2,-0.044],[0.172,-0.072],[0.225,0],[0,0],[0,0],[-0.393,-0.052],[-0.836,0],[0,0],[-0.687,0.047],[-0.147,0],[-0.123,0.024],[-0.123,0.024],[-0.145,0.075],[-0.198,0.048],[-0.126,0],[-0.129,-0.005],[-0.144,0.011],[-0.198,0.022],[-0.173,0.074],[0,0],[0.07,0.006],[0.039,0]],\"o\":[[-0.171,0.048],[-0.257,0.051],[-0.181,-0.017],[-0.294,0.021],[0,0],[-0.15,0],[-0.149,0],[-0.243,0.024],[-0.221,0],[-0.219,-0.075],[-0.269,-0.076],[-0.221,-0.024],[-0.222,0],[-0.168,0.028],[-0.196,0.074],[0,0],[0,0],[0.271,0.271],[0.839,0.097],[0,0],[0.687,0],[0.148,0],[0.147,0],[0.125,-0.024],[0.15,-0.023],[0.173,-0.075],[0.122,-0.026],[0.137,-0.013],[0.123,0.006],[0.194,0],[0.199,-0.026],[0,0],[-0.063,0.014],[-0.039,-0.004],[-0.026,0]],\"v\":[[211.759,64.071],[211.368,64.37],[210.681,64.38],[210.089,64.37],[209.303,64.566],[208.91,64.566],[208.517,64.663],[208.124,64.663],[207.535,64.857],[206.944,64.762],[206.452,64.37],[205.668,64.266],[205.077,64.169],[204.483,64.266],[203.993,64.463],[203.475,64.762],[203.011,64.762],[203.306,64.956],[204.094,65.548],[206.207,65.548],[206.55,65.548],[208.321,65.548],[208.714,65.448],[209.107,65.448],[209.499,65.348],[209.892,65.152],[210.287,64.762],[210.681,64.762],[211.074,64.761],[211.467,64.762],[211.957,64.762],[212.352,64.463],[212.157,64.071],[211.956,64.072],[211.837,64.064]],\"c\":true},\"ix\":2},\"nm\":\"Path 123\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":123,\"ty\":\"sh\",\"ix\":124,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.222,-0.071],[0.146,-0.053],[0.147,0],[0.297,-0.052],[0,-0.269],[-0.099,-0.147],[-0.465,0],[-0.27,0.072],[-0.146,0.076],[-0.174,0.05],[-0.343,-0.023],[-0.345,0],[-0.146,0],[0.046,-0.013],[0,0.025],[0.023,0.2],[0.272,0.051],[0.175,0.028],[0.063,-0.006],[0.061,0.014],[0.274,0]],\"o\":[[-0.147,0.053],[-0.122,0.046],[-0.294,0],[-0.27,0.02],[0,0.196],[0.272,0.37],[0.295,0],[0.149,-0.052],[0.17,-0.069],[0.316,-0.099],[0.344,0.024],[0.15,0],[-0.013,-0.025],[-0.046,0.012],[-0.047,-0.172],[-0.295,0],[-0.145,-0.024],[-0.071,-0.012],[-0.067,0.007],[-0.248,-0.044],[-0.244,0]],\"v\":[[199.176,64.169],[198.785,64.37],[198.488,64.663],[197.702,64.566],[197.113,64.956],[197.408,65.348],[198.585,65.548],[199.373,65.548],[199.767,65.348],[200.064,64.956],[200.947,65.053],[201.832,65.053],[202.227,64.956],[202.118,64.956],[202.029,64.956],[202.029,64.463],[201.24,64.463],[200.848,64.266],[200.649,64.267],[200.457,64.266],[199.814,64.071]],\"c\":true},\"ix\":2},\"nm\":\"Path 124\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":124,\"ty\":\"sh\",\"ix\":125,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,-0.011],[0.123,-0.024],[0.198,-0.073],[0.124,-0.051],[0.123,-0.023],[0.17,-0.052],[0.169,-0.076],[0.125,-0.076],[0.119,-0.075],[0.168,0.004],[0.099,-0.017],[0.065,0.01],[0.101,-0.043],[0.147,-0.101],[0.123,-0.119],[0,-0.248],[0,0],[-0.004,-0.021],[0,0],[0,-0.15],[-0.295,-0.097],[-0.146,0],[-0.147,0],[-0.203,0.267],[-0.294,0.243],[-0.22,0.1],[-0.127,0],[-0.269,0.05],[-0.343,0.169],[-0.293,0.024],[-0.112,-0.008],[-0.149,0.027],[-0.12,0.024],[-0.099,0.099],[0.124,0.075],[0.193,0.074],[0.295,0],[0.083,0]],\"o\":[[-0.125,0.021],[-0.195,0.074],[-0.122,0.048],[-0.121,0.05],[-0.175,0.048],[-0.173,0.051],[-0.124,0.048],[-0.123,0.072],[-0.157,0.094],[-0.098,-0.002],[-0.071,0.01],[-0.094,-0.016],[-0.172,0.071],[-0.145,0.095],[-0.171,0.175],[0,0],[-0.004,0.025],[0,0],[0,0.144],[0,0.321],[0.122,0.026],[0.15,0],[0.346,0],[0.219,-0.297],[0.198,-0.17],[0.125,-0.045],[0.273,-0.051],[0.37,-0.07],[0.244,-0.125],[0.131,-0.01],[0.141,0.011],[0.124,0],[0.147,-0.024],[-0.149,-0.073],[-0.172,-0.121],[-0.271,-0.093],[-0.099,0],[-0.041,0]],\"v\":[[215.694,64.37],[215.301,64.463],[214.908,64.857],[214.512,64.956],[214.121,65.053],[213.728,65.348],[213.238,65.448],[212.844,65.548],[212.746,65.94],[212.254,66.026],[211.957,66.038],[211.756,66.027],[211.467,66.038],[211.17,66.432],[210.777,66.725],[210.386,67.218],[210.386,67.413],[210.386,67.482],[210.287,67.319],[210.188,67.71],[210.878,68.201],[211.27,68.3],[211.66,68.395],[212.257,67.71],[213.04,67.021],[213.53,66.527],[213.926,66.432],[214.709,66.331],[215.499,65.645],[216.283,65.448],[216.644,65.454],[217.069,65.448],[217.462,65.448],[217.66,65.053],[217.266,64.857],[216.876,64.463],[216.085,64.37],[215.816,64.356]],\"c\":true},\"ix\":2},\"nm\":\"Path 125\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":125,\"ty\":\"sh\",\"ix\":126,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.016,-0.047]],\"o\":[[0.03,0.037],[0,0]],\"v\":[[210.508,67.683],[210.582,67.807]],\"c\":true},\"ix\":2},\"nm\":\"Path 126\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":126,\"ty\":\"sh\",\"ix\":127,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.006,-0.001],[0.294,-0.145],[-0.097,-0.121],[-0.097,-0.151],[-0.097,-0.122],[-0.145,-0.073],[-0.173,-0.023],[-0.348,0],[-0.469,0.028],[0,0],[0.123,0.023],[0.127,0.122],[0.093,0.05],[0.127,0.078],[0.124,0.052],[0.147,0.123],[0.138,0.056],[0.069,0]],\"o\":[[-0.317,0.097],[0.073,0.124],[0.122,0.147],[0.073,0.12],[0.099,0.122],[0.15,0.074],[0.321,0.073],[0.462,0],[0,0],[-0.123,-0.029],[-0.174,-0.052],[-0.093,-0.094],[-0.104,-0.051],[-0.122,-0.071],[-0.174,-0.071],[-0.073,0.013],[-0.126,-0.05],[-0.007,0]],\"v\":[[202.616,66.234],[201.832,66.627],[202.029,67.021],[202.421,67.319],[202.616,67.71],[202.91,68.104],[203.405,68.201],[204.267,68.201],[205.467,68.15],[205.371,67.71],[204.978,67.612],[204.483,67.413],[204.391,67.021],[203.993,66.922],[203.602,66.822],[203.306,66.432],[202.954,66.333],[202.636,66.233]],\"c\":true},\"ix\":2},\"nm\":\"Path 127\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":127,\"ty\":\"sh\",\"ix\":128,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.218,-0.029],[-0.048,-0.098],[-0.149,-0.126],[-0.298,0],[0,0],[-0.176,0.073],[0.072,0.124],[0.068,0.124],[0.121,0.052],[0.294,0]],\"o\":[[0.023,0.123],[0.097,0.145],[0.221,0.194],[0,0],[0.168,-0.029],[-0.054,-0.149],[-0.074,-0.121],[-0.076,-0.122],[-0.25,-0.095],[-0.223,0]],\"v\":[[278.123,66.432],[278.22,67.119],[278.516,67.516],[279.301,67.71],[279.694,67.71],[280.09,67.413],[279.889,67.021],[279.795,66.627],[279.402,66.527],[278.688,66.331]],\"c\":true},\"ix\":2},\"nm\":\"Path 128\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":128,\"ty\":\"sh\",\"ix\":129,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.125,-0.05],[0.296,-0.15],[-0.05,-0.248],[0,0],[0,0],[0,0]],\"o\":[[-0.291,0.118],[0.073,0.221],[0,0],[0,0],[0,0],[-0.123,0.021]],\"v\":[[209.499,68.988],[208.714,69.382],[208.91,69.97],[210.089,69.97],[210.089,69.282],[209.892,68.889]],\"c\":true},\"ix\":2},\"nm\":\"Path 129\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":129,\"ty\":\"sh\",\"ix\":130,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.115,0],[0,0],[0.146,0],[0.149,0],[0,0],[-0.123,-0.045],[-0.27,-0.076],[-0.144,-0.075],[-0.12,-0.07],[-0.05,-0.125],[0.176,0],[0.341,0],[0.297,-0.024],[0.149,-0.046],[0.172,-0.122],[0.368,-0.249],[0.169,-0.1],[0.147,-0.124],[0,-0.245],[0,0],[0,-0.145],[0.024,-0.293],[0,-0.122],[0.048,-0.173],[0.169,-0.048],[0.242,0],[0.517,0.324],[0.147,0.051],[0.123,0],[0.39,0],[0.026,0.293],[0,0],[0.323,-0.026],[0.112,0.009],[0.149,-0.028],[0.268,-0.2],[0.099,-0.123],[0.148,-0.122],[0.17,-0.021],[0.116,0.016],[0.148,-0.052],[0.121,-0.467],[0.023,-0.121],[0.221,-0.047],[0.064,0.006],[0.064,-0.013],[0.294,0],[0,0],[-0.097,-0.119],[-0.121,-0.141],[0,-0.172],[0,0],[0,0],[0,0.05],[0,0.292],[0,0.153],[0,0],[0.148,-0.072],[0.124,-0.101],[0.07,-0.171],[0,-0.294],[0.098,-0.464],[0.028,-0.118],[0.126,-0.147],[0.124,-0.199],[0.075,-0.147],[0.078,-0.121],[0.125,-0.094],[0.217,-0.295],[0.123,-0.1],[0.123,-0.073],[0.149,-0.046],[0.148,-0.025],[0.122,0],[0.199,0],[0.311,0.011],[0.294,-0.008],[0.197,-0.022],[0.347,-0.199],[0.196,-0.027],[0.174,0.021],[0.23,-0.052],[0.193,-0.126],[0.367,-0.145],[0.47,-0.194],[0.147,-0.098],[0.072,-0.318],[0.025,-0.297],[0.05,-0.144],[0.062,-0.005],[0.06,0.013],[0.148,0.025],[0.123,0.054],[0.097,0.096],[0.049,0.124],[0.074,0.171],[0.145,-0.244],[0.074,-0.145],[0,-0.147],[0,0],[0,-0.145],[0.022,-0.342],[0,0],[0.077,-0.148],[0.048,-0.194],[0,-0.147],[-0.122,-0.249],[-0.095,-0.15],[-0.099,-0.151],[-0.127,-0.268],[-0.291,-0.422],[0,0],[0.174,0.045],[0.08,-0.012],[0.084,0.023],[0.173,0.021],[0.147,0],[0.147,-0.027],[0,0],[-0.124,-0.149],[-0.248,-0.293],[-0.124,-0.123],[-0.122,-0.097],[-0.099,-0.203],[0,-0.173],[-0.026,-0.318],[-0.144,-0.293],[-0.074,-0.194],[-0.052,-0.395],[-0.022,-0.197],[-0.022,-0.194],[-0.175,-0.299],[-0.077,-0.146],[-0.171,-0.394],[-0.024,-0.153],[0,-0.125],[-0.05,-0.465],[-0.1,-0.319],[-0.024,-0.144],[0,-0.194],[0,0],[0.275,-0.071],[0.271,-0.147],[0.125,-0.075],[0.144,-0.196],[0,0],[-0.34,-0.271],[-0.246,-0.223],[-0.122,-0.074],[-0.149,-0.077],[-0.294,-0.121],[-0.124,-0.047],[-0.32,-0.098],[-0.246,0],[-0.245,0.023],[-0.27,0.049],[-0.125,0.025],[-0.197,0.149],[-0.072,0.124],[-0.098,0.146],[-0.049,0.099],[-0.124,0.127],[-0.143,0.072],[-0.295,0.022],[-0.27,0.099],[-0.196,0.071],[-0.294,0],[-0.661,-0.172],[-0.345,-0.097],[-0.197,-0.029],[-0.272,0],[-0.197,0.073],[-0.147,0.144],[-0.124,0.167],[-0.171,0.273],[-0.171,0.17],[-0.813,0.273],[-0.124,0.053],[-0.145,0.051],[-0.148,0.027],[-0.151,0],[-0.125,-0.022],[-0.143,-0.05],[-0.168,-0.047],[-0.296,0],[-0.27,0.053],[-0.152,0.071],[-0.37,0.271],[-0.145,0.126],[-0.121,0.095],[-0.171,0.05],[-0.068,-0.006],[-0.061,0.012],[-0.395,0],[-0.295,-0.025],[-0.198,0.015],[-0.275,-0.039],[-0.271,-0.12],[0,0],[-0.146,-0.077],[-0.293,0],[-0.243,0],[-0.148,0],[0,0],[-0.294,-0.026],[-0.123,-0.026],[-0.148,-0.072],[-0.1,-0.124],[-0.072,-0.22],[0,-0.144],[0,-0.466],[-0.444,-0.37],[-0.075,-0.147],[0,-0.292],[-0.12,-0.465],[-0.074,-0.12],[-0.147,-0.072],[-0.144,0],[-0.245,0.437],[-0.075,0.127],[-0.244,0.296],[-0.096,0.122],[-0.096,0.144],[-0.075,0.153],[-0.101,0.295],[-0.048,0.148],[-0.222,-0.221],[0,-0.195],[0.272,-0.273],[0,-0.518],[-0.047,-0.292],[-0.072,0.096],[-0.095,0.047],[-0.195,0],[-0.174,0],[-0.147,-0.025],[0,0],[0.025,-0.197],[0,0],[0.026,-0.466],[-0.059,-0.009],[-0.069,0.029],[-0.149,0.144],[-0.272,0],[-0.124,-0.198],[-0.072,-0.323],[-0.271,-0.271],[-0.1,-0.099],[0,-0.224],[0,0],[0,-0.149],[-0.025,-0.292],[-0.025,-0.12],[-0.247,-0.196],[-0.29,-0.176],[-0.173,-0.049],[-0.294,0],[-0.419,-0.193],[-0.149,-0.072],[-0.121,-0.076],[-0.151,-0.073],[-0.177,-0.05],[-0.393,0],[-0.445,0.441],[0,0.589],[0,0],[-0.17,-0.439],[-0.024,-0.119],[-0.247,-0.196],[-0.343,0],[-0.395,0.344],[-0.143,0.097],[-0.345,0.193],[-0.15,0.073],[-0.392,0],[-0.221,0],[-0.833,0],[-0.126,0.098],[-0.076,0.122],[-0.049,0.12],[-0.073,0.317],[-0.271,0.391],[-0.27,0.198],[0,0.272],[0,0],[0.051,0.196],[0,0.245],[-0.17,0.563],[-0.051,0.147],[-0.052,0.121],[-0.074,0.152],[-0.294,0.244],[-0.124,0.096],[-0.098,0.149],[-0.073,0.146],[-0.026,0.148],[-0.026,0.125],[-0.029,0.121],[-0.097,0.155],[-0.198,0.1],[-0.123,0.073],[-0.075,-0.004],[-0.073,0.085],[-0.048,0.173],[0,0.121],[0,0.146],[0,0.343],[-0.221,0.345],[-0.074,0.372],[-0.098,0.441],[-0.027,0.119],[0,0.144],[0,0],[0.072,0.147],[0.07,0.122],[0.1,0.174],[0.025,0.173],[0,0],[-0.022,0.118],[-0.075,0.319],[0,0.294],[0,0],[0,0],[0.024,0.122],[0.145,0.194],[0.172,0.348],[0.049,0.17],[0.023,0.124],[0.073,0.145],[0.075,0.126],[0.099,0.124],[0.274,0.219],[0.174,0.07],[0.147,0.119],[0,0.224],[0,0],[0.296,0],[0.466,0.052],[0.172,0.071],[0.122,0.069],[0.052,0.365],[0,0],[0,0.15],[0,0.342],[0.056,-0.011],[0.068,0.041],[0.073,0.121],[0.145,0.225],[0.12,0.079],[0.15,0.05],[0.269,0.196],[0.125,0.121],[0.099,0.121],[0.099,0.123],[0.198,0.076],[0.466,0.15],[0.152,0.099],[0.046,0.195],[0.073,0.269],[0.097,0.321],[0.025,0.171],[0.027,0.124],[0.021,0.145],[0,0.147],[0,0],[0.022,0.295],[0.022,0.126],[0.247,0.221],[0.097,0.195],[0,0.219],[0,0.296],[0.37,0.123],[0.124,0],[0.125,0.02],[0.15,0.025],[0.298,0.148],[0.074,0.12],[0.029,0.124],[0,0.125],[0.023,0.146],[0,0],[0.097,0.441],[0.097,0.172],[0.074,0.125],[0.051,0.196],[0.026,0.123],[0.045,0.272],[0.049,0.125],[0.294,0.197],[0.077,-0.015],[0.052,0.013],[0,0],[0.027,-0.295],[0,0],[0.072,-0.171],[0.097,-0.148],[0.17,-0.297],[0.047,-0.177],[0,-0.297],[-0.029,-0.123],[-0.025,-0.172],[0,-0.293],[0,0],[0.049,-0.197],[0.073,-0.172],[0,-0.193],[0,0],[0.123,-0.17],[0.123,-0.1],[0.198,-0.091],[0.224,0],[0.372,0.074],[0.069,-0.006],[0.061,0.01],[0.148,0.096],[0.095,0.177],[0.046,0.123],[0.127,0.148],[0.565,0.295],[0.395,0.121],[0.149,0.1],[0.247,0.314],[0.122,0.072],[0.081,-0.011],[0.054,0.01],[0.124,0],[0.072,-0.009],[0.094,0.026],[0.125,0.07],[0.077,0.174],[0,0.147],[0,0.175],[0,0.394],[0,0],[0.024,0.144],[0,0.169],[-0.074,0.149],[-0.074,0.126],[-0.07,0.122],[-0.075,0.146],[-0.12,0.148],[-0.2,0.32],[-0.048,0.121],[0,0],[0.27,0.047],[0.344,0.024],[0,0],[0.49,0.044],[0.17,0.047],[0.173,0],[0.127,0.024],[0.067,-0.005],[0.062,0.013],[0.194,0.098],[0.146,0.023],[0.068,-0.006],[0.061,0.012],[0.147,0.052],[0.12,0.053],[0.321,0.075],[0.043,0]],\"o\":[[0,0],[-0.148,0],[-0.147,0],[0,0],[0.075,0.125],[0.245,0.12],[0.152,0.049],[0.124,0.047],[0.125,0.078],[-0.146,0.049],[-0.343,0.023],[-0.295,0],[-0.17,0],[-0.219,0.098],[-0.343,0.273],[-0.174,0.1],[-0.176,0.096],[-0.174,0.149],[0,0],[0,0.146],[0.024,0.297],[0,0.15],[-0.024,0.174],[-0.051,0.17],[-0.222,0.079],[-0.615,0],[-0.147,-0.077],[-0.123,-0.047],[-0.367,-0.047],[-0.053,-0.29],[0,0],[-0.317,0],[-0.131,0.011],[-0.14,-0.01],[-0.324,0.043],[-0.124,0.07],[-0.118,0.172],[-0.146,0.127],[-0.121,0.023],[-0.143,-0.02],[-0.441,0.147],[-0.027,0.122],[-0.074,0.217],[-0.058,0.01],[-0.07,-0.006],[-0.271,0.049],[0,0],[0.073,0.126],[0.124,0.154],[0.098,0.129],[0,0],[0,0],[0,-0.046],[0,-0.295],[0,-0.149],[0,0],[-0.174,0],[-0.147,0.075],[-0.147,0.121],[-0.125,0.245],[0,0.487],[-0.027,0.124],[-0.073,0.202],[-0.146,0.173],[-0.072,0.144],[-0.071,0.125],[-0.072,0.124],[-0.266,0.242],[-0.074,0.123],[-0.123,0.096],[-0.124,0.072],[-0.147,0.05],[-0.123,0.023],[-0.173,0.023],[-0.39,0.03],[-0.233,-0.008],[-0.197,0],[-0.418,0.05],[-0.175,0.098],[-0.21,0.035],[-0.194,-0.023],[-0.223,0.046],[-0.347,0.22],[-0.491,0.198],[-0.171,0.079],[-0.273,0.17],[-0.052,0.269],[0,0.173],[-0.073,-0.01],[-0.066,0.007],[-0.152,-0.02],[-0.123,-0.022],[-0.124,-0.046],[-0.099,-0.098],[-0.075,-0.171],[-0.097,0.292],[-0.073,0.121],[-0.049,0.123],[0,0],[0,0.145],[0.022,0.348],[0,0],[-0.028,0.171],[-0.095,0.169],[-0.025,0.126],[0,0.294],[0.076,0.17],[0.097,0.145],[0.168,0.243],[0.219,0.49],[0,0],[-0.172,-0.076],[-0.087,-0.025],[-0.079,0.011],[-0.174,-0.049],[-0.12,-0.025],[-0.172,0],[0,0],[0,0.194],[0.244,0.296],[0.117,0.148],[0.124,0.124],[0.147,0.123],[0.071,0.146],[0.022,0.343],[0.022,0.317],[0.098,0.193],[0.146,0.345],[0.022,0.192],[0.026,0.196],[0.047,0.368],[0.072,0.146],[0.219,0.368],[0.05,0.149],[0.021,0.117],[0.075,0.465],[0.048,0.323],[0.047,0.147],[0.048,0.175],[0,0],[-0.294,0],[-0.319,0.098],[-0.123,0.08],[-0.195,0.149],[0,0],[0.466,0],[0.248,0.195],[0.123,0.098],[0.125,0.074],[0.296,0.145],[0.128,0.051],[0.294,0.125],[0.224,0.049],[0.248,0],[0.295,-0.029],[0.122,0],[0.225,-0.051],[0.123,-0.072],[0.102,-0.147],[0.073,-0.098],[0.097,-0.146],[0.119,-0.121],[0.248,-0.122],[0.296,-0.025],[0.201,-0.074],[0.269,-0.096],[0.689,0],[0.345,0.1],[0.172,0.048],[0.269,0.021],[0.217,0],[0.195,-0.072],[0.148,-0.151],[0.195,-0.275],[0.147,-0.221],[0.613,-0.612],[0.121,-0.026],[0.144,-0.045],[0.146,-0.05],[0.124,-0.022],[0.147,0],[0.146,0.027],[0.173,0.051],[0.272,0.076],[0.29,0],[0.171,-0.026],[0.394,-0.223],[0.17,-0.121],[0.147,-0.12],[0.123,-0.099],[0.061,-0.012],[0.068,0.006],[0.371,-0.123],[0.292,0],[0.255,0.024],[0.225,-0.016],[0.296,0.05],[0,0],[0.172,0.071],[0.249,0.149],[0.248,0],[0.149,0],[0,0],[0.299,0],[0.148,0],[0.151,0.046],[0.175,0.074],[0.148,0.171],[0.027,0.125],[0.021,0.47],[0.586,0],[0.145,0.125],[0.145,0.249],[0.028,0.493],[0.025,0.124],[0.072,0.145],[0.123,0.073],[0.517,0],[0.074,-0.122],[0.167,-0.319],[0.1,-0.122],[0.098,-0.125],[0.101,-0.15],[0.147,-0.243],[0.049,-0.145],[0.293,0.097],[0.119,0.125],[0,0.393],[-0.343,0.341],[0,0.294],[0.125,-0.073],[0.075,-0.098],[0.151,-0.099],[0.171,0],[0.147,0],[0,0],[0,0.22],[0,0],[-0.072,0.444],[0.054,-0.01],[0.075,0.011],[0.199,-0.096],[0.172,-0.17],[0.243,0],[0.17,0.274],[0.098,0.366],[0.096,0.095],[0.149,0.148],[0,0],[0,0.146],[-0.025,0.296],[0,0.15],[0.096,0.324],[0.245,0.198],[0.149,0.073],[0.271,0.096],[0.49,0],[0.172,0.079],[0.12,0.074],[0.145,0.073],[0.147,0.072],[0.342,0.123],[0.641,0],[0.416,-0.413],[0,0],[0.49,0],[0.025,0.127],[0.075,0.321],[0.244,0.197],[0.537,0],[0.147,-0.124],[0.32,-0.247],[0.147,-0.073],[0.321,-0.197],[0.223,0],[0.835,0.021],[0.177,0],[0.122,-0.094],[0.073,-0.098],[0.121,-0.293],[0.099,-0.468],[0.17,-0.275],[0.195,-0.147],[0,0],[0,-0.225],[-0.047,-0.218],[0,-0.587],[0.025,-0.15],[0.026,-0.124],[0.048,-0.147],[0.174,-0.343],[0.147,-0.125],[0.124,-0.1],[0.075,-0.121],[0.075,-0.146],[0.02,-0.125],[0.02,-0.118],[0.047,-0.171],[0.099,-0.166],[0.147,-0.073],[0.062,-0.03],[0.102,0.005],[0.121,-0.149],[0.019,-0.122],[0,-0.126],[0.025,-0.343],[0.219,-0.322],[0.217,-0.316],[0.098,-0.44],[0.026,-0.123],[0.02,-0.126],[0,0],[0,-0.174],[-0.074,-0.147],[-0.1,-0.175],[-0.072,-0.149],[0,0],[0,-0.149],[0.078,-0.323],[0.047,-0.27],[0,0],[0,0],[0,-0.149],[-0.054,-0.217],[-0.221,-0.295],[-0.075,-0.17],[-0.024,-0.126],[-0.05,-0.149],[-0.076,-0.149],[-0.098,-0.144],[-0.223,-0.243],[-0.146,-0.126],[-0.169,-0.078],[-0.175,-0.122],[0,0],[-0.294,-0.024],[-0.465,0],[-0.198,0],[-0.148,-0.049],[-0.296,-0.223],[0,0],[0,-0.124],[-0.023,-0.339],[-0.064,-0.012],[-0.073,0.015],[-0.124,-0.074],[-0.147,-0.224],[-0.074,-0.096],[-0.146,-0.074],[-0.295,-0.121],[-0.151,-0.101],[-0.121,-0.128],[-0.095,-0.127],[-0.123,-0.146],[-0.443,-0.196],[-0.171,-0.045],[-0.171,-0.097],[-0.049,-0.267],[-0.098,-0.319],[-0.05,-0.169],[-0.024,-0.124],[-0.024,-0.145],[-0.029,-0.121],[0,0],[-0.029,-0.296],[0,-0.146],[-0.1,-0.318],[-0.169,-0.147],[-0.099,-0.174],[0,-0.294],[0,-0.396],[-0.122,-0.026],[-0.12,0],[-0.146,-0.026],[-0.318,-0.073],[-0.146,-0.073],[-0.073,-0.103],[-0.024,-0.125],[-0.024,-0.149],[0,0],[-0.027,-0.467],[-0.051,-0.199],[-0.073,-0.122],[-0.1,-0.169],[-0.021,-0.122],[-0.048,-0.272],[-0.029,-0.122],[-0.147,-0.322],[-0.072,-0.04],[-0.058,0.011],[0,0],[0.048,0.296],[0,0],[-0.022,0.177],[-0.075,0.172],[-0.175,0.27],[-0.076,0.148],[-0.099,0.268],[0,0.144],[0.024,0.17],[0.051,0.272],[0,0],[0,0.225],[-0.024,0.172],[-0.075,0.174],[0,0],[0,0.218],[-0.098,0.122],[-0.145,0.123],[-0.193,0.103],[-0.392,0],[-0.061,-0.014],[-0.065,0.006],[-0.171,-0.027],[-0.15,-0.1],[-0.055,-0.12],[-0.099,-0.172],[-0.417,-0.496],[-0.346,-0.172],[-0.171,-0.049],[-0.322,-0.246],[-0.098,-0.127],[-0.057,-0.029],[-0.063,0.008],[-0.119,-0.028],[-0.079,-0.011],[-0.087,0.01],[-0.147,-0.027],[-0.146,-0.102],[-0.049,-0.122],[0,-0.175],[0,-0.392],[0,0],[-0.027,-0.151],[-0.022,-0.149],[0,-0.172],[0.077,-0.148],[0.074,-0.096],[0.074,-0.147],[0.099,-0.178],[0.242,-0.297],[0.071,-0.124],[0,0],[-0.265,-0.049],[-0.321,-0.072],[0,0],[-0.494,0],[-0.195,0],[-0.147,-0.049],[-0.149,0],[-0.061,-0.012],[-0.067,0.006],[-0.198,-0.048],[-0.151,-0.071],[-0.063,-0.013],[-0.066,0.006],[-0.146,-0.025],[-0.126,-0.021],[-0.295,-0.145],[-0.048,-0.008],[-0.085,0]],\"v\":[[226.975,69.674],[226.605,69.674],[226.214,69.773],[225.819,69.722],[225.819,70.461],[225.918,70.856],[226.702,71.052],[227.095,71.249],[227.49,71.343],[227.49,71.741],[227.095,71.937],[226.214,71.937],[225.425,71.937],[225.032,72.133],[224.54,72.525],[223.657,73.216],[223.168,73.512],[222.676,73.804],[222.283,74.294],[222.283,74.493],[222.381,74.883],[222.381,75.672],[222.283,76.062],[222.184,76.557],[221.889,76.946],[221.249,76.946],[219.723,76.654],[219.527,76.261],[219.134,76.261],[218.155,76.261],[217.952,75.379],[217.193,75.379],[216.381,75.575],[216.022,75.568],[215.598,75.575],[214.811,75.971],[214.61,76.359],[214.217,76.751],[213.926,77.145],[213.572,77.134],[213.137,77.145],[212.452,78.229],[212.352,78.621],[211.957,79.113],[211.772,79.112],[211.566,79.113],[210.777,79.113],[210.777,79.799],[210.975,80.192],[211.368,80.487],[211.566,80.908],[211.566,81.667],[209.845,81.667],[209.892,81.571],[209.795,80.787],[209.845,80.388],[208.741,80.388],[208.321,80.487],[207.926,80.687],[207.634,81.079],[207.535,81.865],[207.535,83.142],[207.434,83.533],[207.042,83.928],[206.647,84.424],[206.353,84.813],[206.254,85.206],[205.861,85.404],[205.176,86.191],[204.978,86.587],[204.587,86.781],[204.189,86.978],[203.798,87.174],[203.405,87.174],[202.91,87.269],[201.913,87.277],[201.145,87.269],[200.65,87.37],[199.668,87.765],[199.176,88.061],[198.615,88.055],[197.999,88.061],[197.509,88.455],[196.524,88.941],[195.243,89.53],[194.754,89.731],[194.262,90.516],[194.262,91.304],[194.064,91.695],[193.863,91.696],[193.676,91.695],[193.277,91.499],[192.884,91.4],[192.493,91.304],[192.493,90.91],[192.197,90.516],[191.902,91.304],[191.508,91.499],[191.508,91.895],[191.508,92.285],[191.61,92.677],[191.61,93.564],[191.61,93.958],[191.311,94.351],[190.92,94.742],[190.92,95.136],[191.017,95.925],[191.311,96.318],[191.709,96.614],[192.004,97.397],[192.785,98.58],[192.689,98.972],[192.295,98.679],[192.046,98.679],[191.806,98.679],[191.408,98.383],[191.017,98.282],[190.624,98.482],[190.624,99.243],[190.92,99.66],[191.61,100.446],[191.902,100.839],[192.295,101.132],[192.689,101.53],[192.884,101.921],[192.884,102.805],[193.18,103.688],[193.475,104.18],[193.772,105.166],[193.868,105.658],[193.868,106.147],[194.262,107.032],[194.559,107.425],[195.147,108.406],[195.345,108.806],[195.443,109.198],[195.443,110.47],[195.738,111.357],[195.934,111.747],[196.033,112.264],[196.033,113.913],[195.243,113.913],[194.457,114.402],[194.064,114.602],[193.676,115.094],[193.772,115.486],[194.949,115.682],[195.443,116.471],[195.835,116.667],[196.228,116.866],[197.012,117.255],[197.408,117.353],[198.194,117.749],[198.832,117.749],[199.473,117.749],[200.258,117.551],[200.65,117.551],[201.145,117.157],[201.537,116.961],[201.832,116.569],[201.931,116.175],[202.324,115.877],[202.616,115.486],[203.405,115.389],[204.189,115.29],[204.587,114.898],[205.371,114.802],[207.139,115.094],[208.025,115.486],[208.517,115.587],[209.207,115.682],[209.795,115.587],[210.188,115.194],[210.582,114.802],[211.072,114.011],[211.566,113.521],[213.334,112.143],[213.728,112.043],[214.121,111.851],[214.512,111.65],[214.908,111.65],[215.301,111.65],[215.694,111.851],[216.085,112.143],[216.876,112.143],[217.66,112.143],[218.056,111.851],[218.939,111.063],[219.43,110.766],[219.723,110.375],[220.017,109.981],[220.214,109.981],[220.41,109.981],[221.447,109.786],[222.184,109.883],[222.84,109.877],[223.559,109.883],[224.344,110.177],[224.74,110.375],[225.129,110.669],[225.819,111.063],[226.433,110.912],[226.803,110.968],[227.587,110.968],[228.475,110.968],[228.866,110.968],[229.261,111.161],[229.556,111.555],[229.947,112.043],[230.051,112.439],[230.051,113.618],[231.522,113.913],[231.816,114.306],[232.011,115.094],[232.111,116.373],[232.21,116.763],[232.504,117.157],[232.897,117.157],[234.077,116.471],[234.178,116.075],[234.96,115.486],[235.157,115.094],[235.551,114.802],[235.848,114.402],[236.144,113.618],[236.34,113.225],[237.126,113.521],[237.421,113.913],[236.829,114.702],[236.436,116.004],[236.533,116.763],[236.928,116.667],[237.024,116.274],[237.421,115.977],[237.814,116.175],[238.206,116.175],[238.206,117.331],[238.009,117.848],[238.009,118.237],[237.814,119.419],[237.986,119.426],[238.206,119.419],[238.6,119.027],[239.092,118.533],[239.684,118.731],[239.779,119.617],[240.566,120.306],[240.959,120.5],[241.055,121.092],[241.055,121.287],[240.959,121.679],[240.959,122.466],[240.959,122.859],[241.551,123.547],[242.332,124.041],[242.728,124.334],[243.517,124.43],[244.793,124.527],[245.092,124.925],[245.482,125.022],[245.876,125.319],[246.271,125.613],[247.251,125.711],[248.827,125.219],[249.219,123.745],[249.98,123.745],[250.986,124.527],[250.986,124.925],[251.381,125.711],[252.264,126.005],[253.447,125.219],[253.837,124.925],[254.723,124.334],[255.116,124.041],[256.123,123.745],[256.689,123.844],[258.827,123.769],[259.246,123.547],[259.639,123.351],[259.639,122.959],[260.033,122.174],[260.132,120.896],[260.918,120.5],[261.308,119.91],[261.308,119.718],[261.014,119.223],[261.014,118.584],[261.21,117.058],[261.408,116.667],[261.507,116.274],[261.702,115.877],[262.392,115.094],[262.783,114.802],[263.178,114.503],[263.371,114.109],[263.576,113.718],[263.576,113.322],[263.671,112.932],[263.965,112.533],[264.358,112.143],[264.751,111.947],[264.964,111.925],[265.243,111.851],[265.243,111.357],[265.342,110.968],[265.439,110.572],[265.439,109.688],[266.03,108.702],[266.522,107.817],[266.816,106.638],[266.917,106.248],[267.009,105.879],[267.009,103.862],[266.717,103.492],[266.522,103.101],[266.126,102.708],[265.831,102.314],[265.831,101.921],[265.831,101.53],[266.225,100.74],[266.225,99.956],[266.03,99.857],[266.03,98.679],[266.03,98.282],[265.637,97.792],[265.045,97.004],[264.751,96.614],[264.751,96.219],[264.556,95.825],[264.358,95.43],[263.965,95.136],[263.275,94.45],[262.882,94.155],[262.392,93.958],[262.098,93.49],[262.098,91.596],[261.308,91.499],[260.132,91.499],[259.639,91.304],[259.246,91.108],[258.655,90.322],[258.655,89.929],[258.556,89.53],[258.556,88.65],[258.376,88.661],[258.167,88.65],[257.772,88.455],[257.772,87.662],[257.379,87.566],[256.983,87.37],[256.199,86.978],[255.9,86.587],[255.507,86.291],[255.313,85.896],[254.822,85.6],[253.642,85.206],[253.149,85.011],[252.756,84.618],[252.756,83.832],[252.264,83.043],[252.264,82.554],[252.167,82.159],[251.973,81.766],[251.973,81.373],[251.973,80.983],[251.873,80.192],[251.873,79.799],[251.28,79.113],[250.79,78.721],[250.691,78.132],[250.887,77.342],[250.199,76.557],[249.806,76.557],[249.413,76.557],[249.02,76.359],[248.134,76.164],[247.743,75.971],[247.743,75.575],[247.743,75.18],[247.548,74.789],[247.548,74.393],[247.548,73.216],[247.154,72.82],[247.055,72.426],[246.66,72.035],[246.66,71.642],[246.568,70.856],[246.464,70.461],[245.777,69.773],[245.55,69.763],[245.383,69.773],[245.283,70.165],[245.184,70.952],[245.184,71.343],[244.894,71.741],[244.598,72.133],[244.107,72.92],[243.813,73.316],[243.714,74.101],[243.714,74.493],[244.007,74.883],[244.007,75.672],[244.007,76.455],[243.908,77.05],[243.714,77.54],[243.418,77.955],[243.418,81.251],[243.223,81.766],[242.824,81.965],[242.431,82.352],[241.842,82.455],[240.858,82.261],[240.658,82.26],[240.467,82.261],[240.074,81.965],[239.684,81.667],[239.684,81.276],[239.288,80.983],[237.912,79.997],[236.928,79.605],[236.436,79.408],[235.848,78.524],[235.652,78.132],[235.436,78.125],[235.254,78.132],[234.865,78.033],[234.641,78.039],[234.373,78.033],[233.978,77.838],[233.585,77.54],[233.681,77.175],[233.585,76.751],[233.783,75.745],[233.783,75.575],[233.585,75.18],[233.392,74.789],[233.585,74.393],[233.978,74.197],[234.077,73.804],[234.373,73.412],[234.668,72.92],[235.454,72.231],[235.551,71.839],[235.157,71.839],[234.373,71.642],[233.488,71.446],[233.095,71.446],[231.816,71.446],[231.326,71.249],[230.931,71.052],[230.537,71.052],[230.342,71.052],[230.146,71.052],[229.754,70.657],[229.358,70.461],[229.158,70.461],[228.965,70.461],[228.574,70.263],[228.181,70.165],[227.392,69.674],[227.258,69.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 130\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":130,\"ty\":\"sh\",\"ix\":131,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.338,-0.023],[0.34,0],[0,-0.245],[-0.197,-0.12],[-0.146,0],[-0.149,0.024],[-0.296,0.024],[0,0],[-0.297,0.022],[0,0],[0,0]],\"o\":[[-0.347,0.029],[-0.199,0.153],[0,0.251],[0.121,0.074],[0.171,0],[0.268,-0.048],[0,0],[0.295,-0.023],[0,0],[0,0],[-0.319,0.075]],\"v\":[[223.464,70.065],[222.579,70.065],[222.184,70.56],[222.381,71.148],[222.772,71.249],[223.168,71.052],[223.952,70.952],[224.344,70.952],[225.129,70.856],[225.129,70.065],[224.344,69.869]],\"c\":true},\"ix\":2},\"nm\":\"Path 131\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":131,\"ty\":\"sh\",\"ix\":132,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.096,-0.07],[0,0]],\"o\":[[0,0],[-0.146,0.025]],\"v\":[[222.579,70.065],[222.969,69.97]],\"c\":true},\"ix\":2},\"nm\":\"Path 132\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":132,\"ty\":\"sh\",\"ix\":133,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.046,-0.244],[0.098,-0.248],[0.244,-0.296],[0.197,-0.248],[0.147,-0.293],[0.099,-0.242],[0.099,-0.248],[0.167,0.013],[0.073,-0.121],[0.492,-0.341],[0.25,0],[0.282,0.023],[0.262,-0.021],[0.494,-0.293],[0.148,-0.246],[0.048,-0.246],[0.048,-0.247],[0,-0.687],[0,-0.289],[-0.099,-0.541],[-0.049,-0.347],[0,-0.293],[0.148,-0.248],[0.165,0.058],[0.07,-0.097],[0.147,-0.296],[0.048,-0.295],[0.147,-0.54],[0.048,-0.339],[0,0],[-0.098,-0.442],[0,-0.296],[0,0],[0,-0.3],[0,-0.588],[-0.295,0],[-0.591,0],[-0.248,-0.049],[-0.136,0.013],[-0.122,-0.024],[-0.3,0],[-0.294,0],[-0.171,-0.003],[-0.305,0.204],[-0.194,0.292],[-0.047,0.292],[0,0.298],[-0.148,0.886],[-0.048,0.241],[-0.149,0.348],[-0.051,0.341],[0,0.589],[-0.1,0.544],[-0.246,0.248],[-0.244,0.296],[0,0.392],[0,0.786],[-0.146,0.442],[0,0.344],[0,0],[0,0.295],[0,0],[-0.147,0.345],[-0.052,0.244],[0,0],[0.047,0.791],[0.047,0.538],[0.047,0.248],[0.296,0.244],[0.347,0.15],[0.249,0.099]],\"o\":[[-0.048,0.244],[-0.147,0.34],[-0.248,0.296],[-0.202,0.244],[-0.096,0.248],[-0.1,0.244],[-0.05,0.124],[-0.165,-0.013],[-0.295,0.494],[-0.196,0.101],[-0.3,0.057],[-0.224,-0.017],[-0.589,0.05],[-0.292,0.146],[-0.148,0.242],[-0.049,0.241],[-0.148,0.639],[0,0.296],[0,0.593],[0.052,0.341],[0.048,0.243],[0,0.296],[-0.076,0.126],[-0.155,-0.054],[-0.196,0.244],[-0.146,0.291],[-0.1,0.54],[-0.049,0.347],[0,0],[0,0.488],[0.047,0.245],[0,0],[0,0.296],[0.05,0.588],[0.294,0],[0.593,0],[0.297,0],[0.123,0.027],[0.133,-0.012],[0.246,0.054],[0.293,0],[0.181,-0.015],[0.384,0.008],[0.292,-0.195],[0.147,-0.249],[0.05,-0.245],[0.05,-0.931],[0.05,-0.244],[0.097,-0.348],[0.145,-0.34],[0.096,-0.541],[0,-0.589],[0.046,-0.34],[0.296,-0.29],[0.2,-0.25],[0,-0.785],[0,-0.496],[0.098,-0.293],[0,0],[0,-0.296],[0,0],[0,-0.391],[0.099,-0.245],[0,0],[0,-0.79],[0,-0.587],[0,-0.248],[-0.049,-0.345],[-0.295,-0.244],[-0.242,-0.099],[0,0.296]],\"v\":[[69.703,73.116],[69.703,73.905],[68.918,74.493],[68.329,75.279],[67.539,75.868],[67.344,76.654],[67.344,77.443],[66.966,77.542],[66.557,77.638],[65.965,79.211],[65.178,79.211],[64.326,79.224],[63.607,79.211],[62.034,79.605],[61.249,79.997],[61.249,80.787],[61.249,81.571],[60.462,83.142],[60.656,83.928],[60.656,85.503],[61.249,86.291],[61.249,87.074],[61.249,87.863],[60.84,87.874],[60.462,87.863],[60.066,88.65],[59.676,89.434],[59.676,91.007],[59.083,91.793],[59.083,92.189],[59.478,93.368],[59.676,94.155],[59.676,94.938],[59.871,95.73],[59.871,97.202],[60.656,97.3],[62.23,97.202],[62.626,97.887],[63.022,97.888],[63.411,97.887],[64.199,98.084],[64.984,97.887],[65.514,97.879],[66.557,97.692],[67.145,96.91],[67.539,96.119],[67.539,95.332],[67.539,92.973],[67.734,92.189],[68.329,91.4],[68.918,90.615],[68.918,89.044],[68.918,87.465],[69.703,86.877],[70.682,86.291],[71.471,85.699],[70.883,83.735],[71.276,82.554],[71.671,81.766],[71.671,80.983],[71.471,80.192],[71.471,79.799],[72.257,79.211],[72.456,78.425],[72.456,78.033],[72.062,76.062],[72.062,74.493],[72.062,73.705],[71.276,73.116],[70.487,72.525],[69.703,72.327]],\"c\":true},\"ix\":2},\"nm\":\"Path 133\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":133,\"ty\":\"sh\",\"ix\":134,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.039,-0.004],[0.063,0.014],[0,0],[-0.095,-0.15],[-0.075,-0.124],[-0.127,-0.101],[-0.049,-0.196],[-0.049,-0.273],[-0.095,-0.145],[-0.144,-0.095],[-0.124,-0.072],[-0.466,-0.223],[-0.296,-0.119],[-0.147,-0.045],[-0.172,0],[0,0],[0.027,0.124],[0.1,0.148],[0.147,0.102],[0.122,0.05],[0.197,0.124],[0.22,0.123],[0.121,0.074],[0.073,0.201],[0.024,0.125],[0.296,0.222],[0.37,0.248],[0.196,0.05],[0.025,0]],\"o\":[[-0.069,0.006],[0,0],[0.097,0.15],[0.076,0.123],[0.073,0.12],[0.146,0.121],[0.05,0.271],[0.023,0.172],[0.101,0.145],[0.124,0.074],[0.439,0.295],[0.297,0.148],[0.146,0.052],[0.147,0.048],[0,0],[-0.02,-0.123],[-0.048,-0.171],[-0.099,-0.146],[-0.096,-0.046],[-0.221,-0.097],[-0.224,-0.122],[-0.124,-0.076],[-0.175,-0.1],[-0.024,-0.117],[-0.121,-0.367],[-0.343,-0.247],[-0.17,-0.096],[-0.025,-0.004],[-0.038,0]],\"v\":[[287.269,87.372],[287.068,87.37],[286.379,87.465],[286.673,87.863],[286.87,88.259],[287.267,88.455],[287.657,88.846],[287.657,89.633],[287.949,90.026],[288.245,90.417],[288.641,90.615],[289.92,91.206],[290.704,91.596],[291.097,91.793],[291.514,91.99],[292.374,91.99],[292.374,91.596],[292.079,91.206],[291.785,90.808],[291.392,90.712],[290.803,90.516],[290.311,90.026],[289.92,89.929],[289.525,89.53],[289.525,89.139],[288.835,88.354],[287.949,87.662],[287.46,87.37],[287.386,87.365]],\"c\":true},\"ix\":2},\"nm\":\"Path 134\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":134,\"ty\":\"sh\",\"ix\":135,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.244],[-0.124,-0.272],[-0.07,-0.145],[-0.219,-0.294],[-0.341,-0.268],[-0.099,-0.124],[-0.073,-0.147],[-0.051,-0.124],[-0.076,-0.149],[0,-0.295],[-0.047,-0.145],[-0.049,-0.145],[0,-0.194],[0,0],[0,0],[-0.05,-0.392],[0,-0.15],[0,0],[0,0],[0,0],[0,0],[-0.173,0.393],[-0.126,0.118],[-0.121,0.125],[-0.07,0.175],[-0.044,0.122],[-0.126,0.295],[-0.026,0.146],[0,0.291],[0,0],[-0.049,0.174],[-0.048,0.145],[-0.075,0.172],[-0.075,0.123],[-0.12,0.124],[-0.078,-0.025],[-0.036,0.047],[0,0.173],[0,0.15],[0.074,0.171],[0.271,0],[0.174,-0.121],[0.075,-0.098],[0.246,0],[0.393,0.027],[0,0],[0.144,0],[0.147,-0.024],[0,0],[0,0.323],[0.222,0.244],[0.196,0.118],[0.073,-0.017],[0.057,0.022],[0.046,-0.171],[0.023,-0.122],[0.074,-0.168],[0.126,0.1],[0.095,0.145],[0,0.242],[-0.023,0.217],[0,0.147],[0.049,0.099],[0.084,-0.023],[0.047,0.035],[0.098,0.1],[0.122,0.145],[0.098,0.125],[0.124,0.176],[0.096,0.169],[0.104,0.149],[0.169,0.075],[0.22,0]],\"o\":[[0,0.324],[0.05,0.149],[0.173,0.347],[0.273,0.346],[0.119,0.073],[0.097,0.125],[0.048,0.121],[0.075,0.172],[0,0.295],[0,0.177],[0.05,0.148],[0.072,0.177],[0,0],[0,0],[-0.02,0.392],[0,0.148],[0,0],[0,0],[0,0],[0,0],[0.024,-0.443],[0.074,-0.175],[0.122,-0.126],[0.123,-0.121],[0.054,-0.119],[0.15,-0.294],[0.046,-0.15],[0.047,-0.268],[0,0],[0.027,-0.201],[0.051,-0.151],[0.051,-0.172],[0.045,-0.124],[0.074,-0.147],[0.051,-0.05],[0.075,0.024],[0.101,-0.123],[0,-0.146],[0,-0.193],[-0.097,-0.228],[-0.246,0],[-0.099,0.076],[-0.147,0.176],[-0.391,0],[0,0],[-0.146,0],[-0.172,0],[0,0],[0.119,-0.295],[0,-0.344],[-0.147,-0.173],[-0.065,-0.041],[-0.062,0.014],[-0.075,0.172],[-0.024,0.124],[-0.049,0.171],[-0.12,-0.072],[-0.145,-0.121],[-0.151,-0.198],[0,-0.221],[0,-0.147],[0,-0.144],[-0.027,-0.051],[-0.076,0.02],[-0.126,-0.099],[-0.124,-0.118],[-0.099,-0.123],[-0.123,-0.171],[-0.124,-0.17],[-0.099,-0.147],[-0.096,-0.146],[-0.174,-0.073],[-0.242,0]],\"v\":[[303.094,117.058],[303.387,117.848],[303.582,118.237],[304.072,119.123],[304.96,119.91],[305.353,120.107],[305.548,120.5],[305.647,120.896],[305.943,121.287],[305.845,122.342],[305.943,122.761],[306.139,123.152],[306.434,123.573],[306.434,126.053],[304.465,126.053],[304.368,127.086],[304.465,127.482],[304.465,127.923],[306.999,127.923],[306.999,131.167],[308.694,131.167],[308.892,130.038],[309.287,129.745],[309.68,129.445],[310.069,129.149],[310.168,128.758],[310.566,127.973],[310.762,127.578],[310.762,126.795],[312.137,126.795],[312.137,126.3],[312.332,125.908],[312.629,125.515],[312.629,125.123],[312.92,124.729],[313.131,124.728],[313.314,124.729],[313.514,124.334],[313.415,123.938],[313.314,123.453],[312.725,123.055],[312.137,123.253],[312.137,123.645],[311.496,123.745],[310.467,123.645],[309.973,123.645],[309.581,123.547],[309.188,123.721],[309.09,122.859],[309.384,122.071],[308.793,121.386],[308.4,120.896],[308.189,120.89],[308.008,120.896],[307.714,121.287],[307.714,121.679],[307.415,122.071],[307.022,121.875],[306.73,121.485],[306.533,120.896],[306.632,120.306],[306.73,119.91],[306.632,119.518],[306.441,119.512],[306.238,119.518],[306.04,119.123],[305.647,118.829],[305.451,118.436],[305.059,118.041],[304.764,117.551],[304.465,117.157],[304.176,116.763],[303.582,116.667]],\"c\":true},\"ix\":2},\"nm\":\"Path 135\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":135,\"ty\":\"sh\",\"ix\":136,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.017,-0.008],[0.124,-0.12],[0,-0.175],[-0.271,-0.413],[0,0],[0,0],[0.103,0]],\"o\":[[-0.151,0.075],[-0.119,0.124],[0,0.515],[0,0],[0,0],[-0.125,0],[-0.019,0]],\"v\":[[248.727,127.187],[248.332,127.382],[248.134,127.777],[248.727,128.954],[249.118,128.856],[249.118,127.282],[248.78,127.176]],\"c\":true},\"ix\":2},\"nm\":\"Path 136\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":136,\"ty\":\"sh\",\"ix\":137,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.042,-0.006],[0.054,0.013],[0.147,0],[-0.022,-0.126],[-0.07,-0.125],[-0.149,-0.099],[-0.069,0.021],[-0.051,-0.051],[-0.049,-0.119],[-0.025,-0.12],[0,0],[0,0],[0.099,0.122],[0.075,0.125],[0.122,0.146],[0.099,0.048],[0.033,0]],\"o\":[[-0.063,0.009],[-0.128,-0.026],[0,0.147],[0.029,0.116],[0.096,0.147],[0.046,0.036],[0.076,-0.024],[0.099,0.097],[0.05,0.125],[0,0],[0,0],[0,-0.172],[-0.096,-0.125],[-0.098,-0.147],[-0.077,-0.101],[-0.025,-0.012],[-0.037,0]],\"v\":[[256.48,127.377],[256.298,127.382],[255.9,127.676],[255.9,128.073],[255.9,128.464],[256.298,128.758],[256.483,128.753],[256.689,128.758],[256.788,129.149],[256.886,129.545],[257.574,129.545],[257.574,128.784],[257.475,128.365],[257.082,128.167],[256.788,127.777],[256.689,127.382],[256.6,127.365]],\"c\":true},\"ix\":2},\"nm\":\"Path 137\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":137,\"ty\":\"sh\",\"ix\":138,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.248,-0.076],[0.151,-0.126],[0.072,-0.097],[-0.019,-0.121],[-0.072,-0.32],[0,-0.121],[0,0],[-0.079,-0.146],[-0.173,-0.096],[-0.122,-0.097],[-0.173,-0.302],[-0.051,-0.123],[-0.071,-0.148],[-0.173,-0.339],[-0.198,-0.273],[-0.172,0],[0,0],[0.019,0.468],[0,0.079],[0,0],[0,0],[0,0.319],[-0.103,0.123],[-0.097,0.051],[-0.025,0.194],[0,0.143],[0,0.177],[0,0.148],[0,0.151],[0,0],[0.148,-0.024],[0.08,0.006],[0.084,-0.012],[0.168,0],[0.119,0.05],[0.126,0.099],[0.123,0.122],[0.121,0.12],[0.244,0]],\"o\":[[-0.17,0.049],[-0.096,0.07],[0.024,0.144],[0.101,0.321],[0.027,0.124],[0,0],[0,0.172],[0.097,0.195],[0.125,0.073],[0.271,0.194],[0.071,0.121],[0.068,0.171],[0.197,0.321],[0.145,0.301],[0.07,0.12],[0,0],[0.024,-0.471],[0,-0.07],[0,0],[0,0],[0,-0.32],[0,-0.171],[0.071,-0.095],[0.173,-0.124],[0.024,-0.123],[0,-0.177],[0,-0.147],[0,-0.148],[0,0],[-0.171,0],[-0.087,0.013],[-0.08,-0.006],[-0.148,0.026],[-0.151,0],[-0.173,-0.072],[-0.124,-0.097],[-0.126,-0.127],[-0.173,-0.177],[-0.269,0]],\"v\":[[250.691,129.545],[250.199,129.645],[250.103,130.038],[249.806,130.528],[250.199,131.316],[250.199,131.709],[250.199,132.101],[250.4,132.494],[250.79,132.887],[251.184,133.083],[251.873,133.775],[251.973,134.166],[252.264,134.557],[252.858,135.341],[253.249,136.135],[253.665,136.231],[254.574,136.231],[254.626,135.047],[254.574,134.851],[256.199,134.851],[256.199,133.847],[255.9,133.083],[256.1,132.689],[256.493,132.594],[256.886,132.2],[256.837,131.834],[256.886,131.411],[256.788,131.02],[256.837,130.627],[254.55,130.627],[254.133,130.823],[253.884,130.824],[253.642,130.823],[253.249,131.02],[252.858,130.921],[252.559,130.528],[252.167,130.234],[251.873,129.843],[251.381,129.445]],\"c\":true},\"ix\":2},\"nm\":\"Path 138\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":138,\"ty\":\"sh\",\"ix\":139,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.369,-0.026],[0,0],[0,0],[0.123,-0.099],[0.074,-0.146],[0,-0.146],[0.023,-0.464],[0.269,-0.268],[0.345,-0.173],[0.296,-0.176],[0.347,-0.169],[0,0],[0.101,-0.05],[0.118,-0.096],[0.123,-0.101],[0.147,-0.075],[0.123,-0.052],[0.244,-0.199],[0.077,-0.12],[0.219,-0.242],[0.147,-0.099],[0.144,-0.072],[0.175,-0.048],[0.068,0.006],[0.061,-0.011],[0.146,-0.027],[0.022,-0.121],[0.027,-0.123],[0,-0.193],[-0.268,-0.177],[-0.146,-0.025],[-0.489,0],[-0.246,-0.121],[-0.149,-0.1],[-0.149,-0.099],[-0.318,0],[-0.151,0.021],[-0.075,0.022],[-0.122,0.096],[-0.117,0.077],[-0.148,0.047],[-0.465,0],[-0.102,0.366],[-0.099,0.144],[-0.296,0.248],[-0.075,0.2],[-0.052,0.275],[-0.077,0.269],[-0.047,0.146],[-0.051,0.118],[-0.146,0.098],[-0.319,0.048],[-0.146,0],[-0.464,0.025],[-0.145,0.029],[0.074,0.124],[0,0.242],[-0.221,0.318],[-0.346,0.171],[-0.126,0.046],[-0.122,0.099],[-0.05,0.196],[-0.026,0.121],[0,0.151],[0,0.165],[0,0],[0.421,0.023],[0.224,0.173],[0.049,0.097],[0.074,0.144],[0.147,0.098],[0.248,0]],\"o\":[[0,0],[0,0],[-0.147,0.074],[-0.146,0.099],[-0.075,0.126],[-0.05,0.465],[-0.026,0.394],[-0.269,0.274],[-0.319,0.17],[-0.321,0.193],[0,0],[-0.122,0.052],[-0.147,0.095],[-0.123,0.098],[-0.124,0.097],[-0.12,0.074],[-0.318,0.127],[-0.122,0.097],[-0.171,0.273],[-0.098,0.128],[-0.125,0.072],[-0.176,0.077],[-0.059,0.012],[-0.067,-0.005],[-0.124,0.024],[0,0.148],[-0.025,0.126],[-0.052,0.172],[0,0.32],[0.122,0.071],[0.469,0.126],[0.296,0],[0.175,0.072],[0.146,0.096],[0.248,0.15],[0.171,0],[0.072,0],[0.126,-0.072],[0.126,-0.103],[0.127,-0.068],[0.417,-0.17],[0,-0.39],[0.023,-0.178],[0.197,-0.321],[0.145,-0.123],[0.097,-0.268],[0.05,-0.27],[0.047,-0.153],[0.051,-0.124],[0.069,-0.174],[0.247,-0.199],[0.122,-0.03],[0.468,0],[0.152,0],[-0.07,-0.147],[-0.124,-0.199],[0,-0.42],[0.222,-0.294],[0.124,-0.049],[0.172,-0.079],[0.148,-0.125],[0.025,-0.118],[0.025,-0.125],[0,-0.168],[0,0],[-0.416,0],[-0.288,0],[-0.1,-0.075],[-0.07,-0.122],[-0.074,-0.148],[-0.196,-0.126],[-0.37,0]],\"v\":[[301.42,129.645],[301.42,131.512],[300.634,131.903],[300.24,132.101],[299.848,132.394],[299.848,132.791],[299.947,133.968],[299.357,134.753],[298.569,135.443],[297.684,135.839],[296.897,136.424],[296.504,136.62],[296.111,136.723],[295.819,137.115],[295.423,137.412],[295.126,137.805],[294.736,137.9],[293.85,138.198],[293.65,138.587],[293.261,139.373],[292.868,139.673],[292.478,139.865],[292.079,140.162],[291.887,140.162],[291.689,140.162],[291.296,140.262],[291.296,140.652],[291.197,141.047],[290.9,141.44],[291.392,142.131],[291.785,142.326],[293.064,142.326],[293.85,142.422],[294.243,142.718],[294.538,143.112],[295.374,143.31],[295.819,143.31],[296.012,143.112],[296.405,142.917],[296.6,142.52],[296.996,142.326],[298.175,142.225],[298.277,141.247],[298.569,140.852],[299.357,140.162],[299.751,139.769],[299.947,138.98],[300.145,138.198],[300.339,137.805],[300.441,137.412],[300.829,137.115],[301.618,136.723],[302.008,136.723],[303.188,136.723],[303.582,136.62],[303.387,136.231],[302.993,135.742],[303.483,134.753],[304.272,134.166],[304.665,134.071],[304.96,133.676],[305.353,133.277],[305.353,132.887],[305.353,132.494],[305.548,132.13],[305.548,130.921],[304.465,130.921],[303.681,130.823],[303.582,130.43],[303.387,130.038],[302.993,129.745],[302.378,129.545]],\"c\":true},\"ix\":2},\"nm\":\"Path 139\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":139,\"ty\":\"sh\",\"ix\":140,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.176,0.003],[0.056,-0.045],[0.125,-0.095],[0.081,0.017],[0.045,-0.02],[0.048,-0.073],[0,0],[0,0],[0,0.146]],\"o\":[[-0.157,-0.003],[-0.124,0.099],[-0.055,0.044],[-0.066,-0.014],[-0.097,0.052],[0,0],[0,0],[0,-0.145],[-0.065,0.064]],\"v\":[[293.723,144.252],[293.36,144.29],[293.163,144.68],[292.944,144.69],[292.769,144.68],[292.671,145.028],[294.243,145.028],[294.243,144.586],[294.147,144.195]],\"c\":true},\"ix\":2},\"nm\":\"Path 140\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"gf\",\"o\":{\"a\":0,\"k\":35,\"ix\":10},\"r\":1,\"bm\":0,\"g\":{\"p\":2,\"k\":{\"a\":0,\"k\":[0,1,1,1,1,0,0,0],\"ix\":9}},\"s\":{\"a\":0,\"k\":[0,0],\"ix\":5},\"e\":{\"a\":0,\"k\":[0,250],\"ix\":6},\"t\":1,\"nm\":\"Gradient Fill 1\",\"mn\":\"ADBE Vector Graphic - G-Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[337.65,165.187],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 2\",\"np\":141,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"gr\",\"it\":[{\"ind\":0,\"ty\":\"sh\",\"ix\":1,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.295,-0.054],[0.068,0.006],[0.061,-0.012],[0.171,-0.124],[0.198,-0.026],[0.173,0],[0,0],[0.195,0],[0,0],[0.147,0],[0.246,0],[0.219,-0.021],[0.441,-0.347],[-0.099,-0.197],[0,-0.196],[0.296,-0.095],[0.297,0],[0.295,0.122],[0.171,0],[0,0],[0.517,0.273],[0.149,0.027],[0.415,0],[0.173,-0.026],[0.122,-0.023],[0.15,-0.102],[0.197,0],[0.319,0],[0,0],[0.194,0.022],[0.245,0],[0.418,-0.15],[0.488,0],[0.095,-0.017],[0.072,-0.014],[0.032,0.002],[0.033,-0.007],[0.109,-0.024],[0.136,-0.039],[0.219,-0.086],[-0.12,-0.149],[-0.109,-0.048],[-0.086,-0.016],[-0.036,0.002],[-0.048,-0.008],[-0.173,-0.113],[-0.084,-0.073],[-0.051,-0.087],[-0.025,-0.087],[-0.024,-0.145],[0,-0.208],[0,0],[0.059,0.048],[0.085,0.026],[0.031,-0.003],[0.033,0.008],[0.097,0.01],[0.083,0.025],[0.101,0.024],[0.033,-0.002],[0.03,0.006],[0.089,0.024],[0.097,0.014],[0.075,0],[0.108,0],[0.16,0],[0.123,-0.061],[0.041,-0.085],[0,-0.089],[-0.012,-0.065],[-0.086,-0.135],[-0.072,-0.062],[-0.098,-0.049],[-0.185,-0.085],[-0.149,-0.062],[-0.062,-0.012],[-0.074,-0.017],[-0.086,-0.012],[-0.172,0],[0,0],[-0.085,-0.01],[-0.076,-0.049],[-0.075,-0.039],[-0.149,-0.15],[-0.061,-0.076],[-0.099,-0.162],[-0.039,-0.098],[-0.009,-0.085],[-0.009,-0.072],[0,-0.11],[0.146,0],[0.074,0],[0.16,0.036],[0.097,0.014],[0.036,-0.002],[0.052,0.008],[0.109,0.037],[0.149,0.059],[0.074,0.028],[0.084,0.025],[0.085,0.038],[0.109,0.037],[0.062,0.012],[0.28,0.036],[0.121,0.021],[0.206,0.073],[0.061,0.02],[0.097,0.061],[0.059,0.036],[0.101,0.063],[0.099,0.063],[0.076,0.072],[0.126,0.036],[0.039,-0.005],[0.044,0.012],[0.072,0.013],[0.061,0.015],[0.109,0],[0,0],[0.096,0.011],[0.159,0.047],[0.126,0.048],[0.243,0],[0.786,0],[-0.024,-0.097],[-0.046,-0.075],[-0.16,-0.165],[-0.199,-0.035],[-0.034,0.005],[-0.049,-0.02],[0,0],[-0.062,-0.061],[-0.147,-0.109],[-0.065,-0.072],[-0.064,-0.071],[-0.061,-0.097],[-0.06,-0.149],[-0.022,-0.063],[-0.037,-0.096],[0,-0.169],[0,0],[0,0],[0.097,0.016],[0.084,0.039],[0.087,0.048],[0.086,0.074],[0.058,0.059],[0.063,0.035],[0.099,0.061],[0.102,0.062],[0.11,0.073],[0.186,0.108],[0.075,0.036],[0.074,0.047],[0.073,0.06],[0.18,0.034],[0.059,0.01],[0.073,0],[0.174,0.09],[0.051,0.075],[0.051,0.074],[0.085,0.048],[0.062,0.023],[0.11,0.026],[0.073,0],[0.162,0],[0,0],[0,0],[-0.062,-0.146],[-0.11,-0.223],[0,-0.128],[0.015,-0.11],[0,-0.098],[0,-0.061],[0,0],[0.025,-0.074],[0.11,-0.314],[0.059,-0.074],[0.075,-0.038],[0.111,0],[0.121,0.05],[0.1,0.071],[0.061,0.159],[0,0.08],[-0.038,0.162],[-0.05,0.069],[-0.133,0.156],[-0.035,0.099],[0,0.086],[0.013,0.061],[0.05,0.089],[0.06,0.099],[0.017,0.103],[0,0],[0,0.063],[0.136,0.097],[0.087,0.048],[0.096,0.065],[0.073,0.061],[0.085,0.022],[0.133,0],[0.118,-0.025],[0.076,-0.01],[0.133,-0.038],[0.071,-0.026],[0.17,-0.112],[0.098,-0.049],[0.073,-0.021],[0.076,-0.015],[0.032,0.003],[0.033,-0.008],[0.084,-0.026],[0.085,-0.039],[0.099,-0.023],[0.171,0],[0.088,0],[0,0],[0.086,-0.027],[0.083,-0.036],[0.073,-0.014],[0.159,0],[0,0],[0.135,0],[0.433,0],[0.089,-0.024],[0.062,-0.028],[0.048,-0.1],[0.012,-0.058],[-0.072,-0.035],[-0.06,-0.014],[-0.077,0],[-0.068,0.003],[-0.087,-0.005],[-0.113,-0.049],[-0.085,-0.059],[-0.051,-0.086],[-0.038,-0.076],[-0.035,-0.071],[-0.101,-0.047],[-0.085,-0.024],[-0.158,-0.039],[-0.072,0],[-0.059,0.004],[-0.079,-0.007],[-0.074,-0.036],[-0.087,-0.051],[-0.147,-0.062],[-0.075,-0.022],[-0.061,-0.037],[-0.126,-0.133],[0,0],[0,0],[0.075,0.02],[0.06,0.013],[0.075,0.025],[0.173,0.087],[0.097,0.061],[0.085,0.049],[0.07,0.062],[0.097,0.017],[0.117,-0.011],[0.101,0.008],[0.099,0],[0,0],[0.088,0.025],[0.124,0.05],[0.16,0.036],[0.075,0.022],[0.187,0.135],[0.072,0.075],[0.061,0.088],[0.06,0.038],[0.09,0.035],[0.073,0],[0.32,-0.085],[0.074,-0.02],[0.086,-0.034],[0.083,-0.038],[0.086,-0.035],[0.085,-0.042],[0.198,-0.065],[0.059,-0.024],[0,-0.131],[-0.111,-0.172],[-0.051,-0.086],[-0.027,-0.073],[0,-0.085],[0,0],[0,0],[0.149,0.059],[0.087,0.063],[0.081,0.051],[0.085,0],[0.858,0.01],[0.052,-0.076],[0.073,-0.136],[0.097,-0.039],[0.135,-0.048],[0.237,-0.049],[0.135,-0.022],[0.135,-0.134],[0,0],[0.194,-0.126],[0.087,-0.024],[0.063,-0.012],[0.146,0],[0.137,-0.012],[0.1,0],[0.086,-0.011],[0.084,-0.05],[0.086,-0.048],[0.086,-0.038],[0.056,-0.021],[0.051,-0.038],[0.086,-0.036],[0.036,0.006],[0.03,-0.009],[0.063,-0.027],[0.051,-0.06],[0.133,-0.194],[0.051,-0.038],[0.049,-0.038],[0,-0.108],[-0.013,-0.145],[0,0],[-0.17,-0.025],[-0.149,-0.111],[-0.073,-0.05],[-0.086,-0.036],[-0.061,0],[-0.199,0],[-0.271,0.031],[-0.136,0.062],[-0.06,0.028],[-0.087,0.049],[-0.125,0],[-0.04,-0.184],[0,-0.146],[-0.026,-0.135],[-0.013,-0.076],[-0.013,-0.059],[0,-0.084],[0,0],[0.295,-0.294],[0.085,-0.06],[0.099,-0.011],[0.248,0],[0,0],[0.1,0],[0.175,-0.013],[0.135,-0.046],[0.11,-0.053],[0.084,-0.026],[0.134,0],[0,0],[0.269,0.037],[0.097,0.024],[0.085,0],[0.173,0],[0.234,-0.053],[0.171,-0.085],[0,-0.076],[0.01,-0.084],[0.156,-0.087],[0.088,0],[0,0],[0.174,-0.086],[0.088,-0.023],[0.206,0],[0.112,0.014],[0.148,0.013],[0.172,0],[0.171,-0.011],[0.11,-0.038],[0.087,-0.012],[0.087,-0.032],[0.036,-0.073],[0.025,-0.073],[0.012,-0.062],[0.022,-0.058],[0.034,-0.059],[0.085,0],[0,0],[0.036,-0.073],[0.048,-0.148],[-0.075,-0.121],[-0.097,-0.149],[-0.122,-0.097],[-0.145,-0.074],[-0.075,0.01],[-0.054,-0.009],[-0.146,0],[-0.122,-0.026],[-0.273,-0.175],[-0.099,-0.121],[0,0],[0,0],[-0.063,-0.025],[-0.075,-0.035],[-0.16,-0.036],[-0.171,0],[-0.112,0],[0,0],[-0.122,0.01],[-0.062,0.009],[-0.161,0.058],[-0.109,0],[0,0],[-0.174,0.027],[-0.174,0],[0,0],[-0.151,0],[-0.062,0],[0,0],[0.098,-0.137],[0.061,-0.038],[0.085,-0.037],[0.133,-0.086],[0.113,-0.024],[0.07,0],[0,0],[0.088,0.01],[0.038,-0.004],[0.045,0.012],[0.086,0.021],[0.097,0],[0,0],[0.232,-0.062],[0.096,-0.04],[0.221,0],[0,0],[0.1,0],[0.11,0.012],[0.208,0.021],[0.137,0],[0,0],[0.077,-0.011],[0.025,-0.193],[0,0],[0.063,-0.049],[0,-0.124],[-0.232,-0.176],[-0.099,-0.065],[-0.098,-0.008],[-0.098,0.008],[-0.107,-0.011],[-0.234,-0.111],[-0.194,-0.062],[-0.149,-0.059],[-0.221,-0.126],[0,0],[0.161,-0.122],[0.048,-0.076],[0.027,-0.063],[-0.088,-0.037],[-0.061,-0.026],[-0.135,-0.072],[-0.062,-0.064],[-0.065,-0.082],[-0.02,-0.049],[-0.064,-0.04],[-0.086,-0.039],[-0.073,-0.037],[-0.074,-0.027],[-0.184,-0.073],[-0.074,-0.039],[-0.098,-0.061],[-0.11,-0.036],[-0.232,0],[0,0],[-0.087,0.012],[-0.086,0.034],[0.037,0.061],[0.064,0.084],[0,0.124],[-0.097,0.059],[-0.063,0],[-0.196,0],[-0.284,-0.023],[-0.159,-0.061],[-0.075,-0.022],[-0.059,-0.013],[-0.086,0],[-0.074,0],[0,0],[0,0],[-0.075,-0.04],[-0.1,-0.037],[-0.193,0],[-0.171,0.087],[-0.073,0.051],[-0.074,0.036],[-0.075,0.028],[-0.059,0.018],[-0.048,0],[-0.079,0.041],[-0.074,0.051],[-0.064,0.036],[-0.135,0],[-0.175,-0.083],[-0.16,-0.085],[-0.084,0],[0,0],[-0.232,-0.01],[-0.06,-0.01],[-0.074,-0.014],[-0.196,-0.165],[-0.084,-0.05],[-0.086,-0.024],[-0.085,0],[0,0],[-0.073,-0.016],[-0.056,-0.022],[-0.222,-0.125],[-0.086,-0.023],[-0.233,0],[0,0],[-0.061,-0.012],[-0.075,-0.054],[-0.162,-0.1],[-0.086,-0.024],[-0.149,-0.015],[0,0],[-0.135,-0.048],[-0.074,-0.053],[0,-0.171],[0,0],[-0.099,-0.148],[-0.061,-0.073],[-0.097,-0.026],[-0.061,-0.013],[-0.047,0.005],[-0.052,-0.014],[-0.095,-0.048],[-0.086,-0.037],[-0.063,-0.083],[-0.038,-0.059],[-0.073,-0.148],[-0.037,-0.047],[-0.065,-0.062],[-0.124,-0.148],[-0.061,-0.09],[-0.073,-0.096],[-0.049,-0.062],[-0.05,-0.074],[-0.063,-0.15],[-0.073,-0.149],[-0.027,-0.072],[-0.173,-0.225],[-0.071,-0.052],[-0.061,-0.046],[0,-0.134],[0,0],[0.025,-0.096],[0,-0.123],[-0.06,-0.095],[0,-0.284],[0,0],[0.061,-0.095],[0,-0.161],[-0.012,-0.136],[0,0],[0,0],[0.184,-0.051],[0.122,-0.114],[0.024,-0.06],[-0.026,-0.297],[0.048,-0.218],[0,0],[0,0],[-0.148,-0.072],[-0.295,-0.025],[0,0],[-0.12,0],[-0.169,0],[0,0],[-0.024,0.196],[-0.022,0.123],[-0.296,0],[-0.146,0],[-0.146,0],[-0.024,-0.196],[-0.024,-0.12],[-0.074,-0.147],[-0.174,-0.097],[-0.172,-0.022],[-0.123,-0.022],[-0.068,0.007],[-0.059,-0.01],[-0.147,-0.072],[-0.119,-0.071],[-0.097,-0.12],[-0.126,-0.148],[-0.049,-0.124],[0,0],[0,0],[0.195,0],[0,0],[0.416,0.196],[0.124,0.072],[0.122,0.072],[0.079,-0.016],[0.048,0.009],[0.298,0.025],[0.343,0],[0.416,-0.174],[-0.147,-0.266],[-0.12,-0.121],[0,-0.222],[0,-0.169],[0.27,-0.075],[0.147,-0.096],[0,-0.271],[-0.199,-0.15],[-0.246,0.03],[-0.167,-0.026],[-0.267,-0.171],[-0.539,0],[-0.148,0.147],[-0.394,0.051],[-0.493,0],[0,0],[0.414,0.148],[0.06,-0.008],[0.069,0.027],[0.147,0.049],[0.075,-0.009],[0.054,0.012],[0.149,0.024],[0,0],[0,0],[-0.148,-0.077],[-0.172,-0.072],[-0.147,-0.022],[-0.12,0],[-0.194,0],[0,0],[-0.245,-0.12],[0,-0.271],[0,0],[0.072,-0.148],[0.048,-0.126],[0,-0.218],[0,0],[-0.101,-0.148],[-0.124,-0.171],[0,-0.176],[0,0],[0,0],[0.147,-0.072],[0.171,-0.101],[0.171,-0.078],[0.173,0],[0,0],[0.17,0.024],[0.172,0],[0,0],[0.198,0.048],[0.198,0],[0.169,-0.069],[0.147,-0.052],[0.122,-0.049],[0.095,-0.049],[0,-0.24],[0,0],[-0.072,-0.171],[-0.172,-0.075],[-0.123,-0.05],[-0.125,-0.046],[-0.147,-0.099],[-0.097,-0.118],[-0.049,-0.293],[0.25,-0.148],[0,-0.242],[-0.2,-0.347],[-0.193,-0.269],[-0.097,-0.124],[-0.223,0],[-0.198,0.101],[-0.173,0.05],[-0.149,0],[0,0],[-0.148,-0.048],[0.048,-0.121],[0.099,-0.1],[0.082,0.02],[0.045,-0.021],[0.098,-0.123],[0.048,-0.125],[0.049,-0.148],[0,-0.243],[-0.048,-0.198],[-0.173,-0.245],[-0.149,-0.07],[-0.151,0],[-0.123,0.051],[-0.124,0.1],[-0.1,0.121],[-0.12,0.073],[-0.148,0],[-0.222,-0.024],[0,0],[0.145,-0.075],[0.122,-0.075],[0.148,-0.074],[0.074,-0.167],[0,-0.224],[-0.097,-0.195],[-0.12,-0.122],[-0.124,-0.145],[-0.345,-0.391],[-0.099,-0.148],[-0.047,-0.15],[-0.023,-0.118],[-0.122,-0.294],[-0.101,-0.271],[-0.295,-0.195],[-0.094,-0.123],[-0.072,-0.175],[-0.119,-0.271],[-0.122,-0.096],[-0.442,-0.148],[-0.298,-0.22],[-0.172,-0.077],[-0.146,0],[0,0],[-0.15,0.024],[-0.221,0],[0,0],[-0.122,-0.023],[-0.059,0.01],[-0.058,-0.043],[-0.047,-0.124],[-0.049,-0.126],[-0.194,-0.099],[-0.201,0],[-0.115,0.009],[-0.149,-0.025],[-0.099,-0.174],[-0.074,-0.123],[-0.194,-0.047],[-0.297,0],[-0.27,0.077],[-0.172,0.074],[-0.125,0.097],[-0.076,0.148],[0,0.124],[0,0],[-0.319,0.516],[-0.25,0.266],[-0.072,0.149],[0,0.247],[0.028,0.22],[0,0.147],[0,0.148],[0.126,0.247],[0.075,0.148],[0.049,0.145],[0,0.142],[-0.42,0.021],[0,0],[-0.148,0],[-0.293,0],[-0.024,0.271],[-0.074,0.122],[-0.121,0.121],[-0.17,0.077],[-0.074,-0.012],[-0.055,0.012],[-0.174,0.073],[0,0],[0,0.248],[0.048,0.196],[0.074,0.15],[0.072,0.12],[0,0.176],[-0.197,0.125],[-0.079,-0.011],[-0.056,0.012],[-0.273,0.074],[-0.126,0.073],[-0.07,0.147],[-0.021,0.124],[0,0.145],[-0.026,0.147],[0,0],[-0.024,0.421],[0,0.15],[0,0],[-0.025,-0.466],[0,-0.172],[-0.318,0],[-0.146,0],[-0.339,0.369],[-0.145,0.15],[-0.198,0.096],[-0.169,0],[0,0],[-0.114,-0.008],[-0.152,0.028],[-0.145,0.071],[-0.073,0.099],[-0.073,0.127],[0,0],[-0.146,0.098],[-0.147,0.098],[-0.098,0.097],[-0.097,0.126],[-0.122,0.099],[-0.098,0.07],[-0.171,0.273],[-0.123,0.096],[-0.097,0.072],[-0.098,0.124],[-0.046,0.104],[-0.123,0.122],[-0.121,0.072],[-0.05,0.193],[0,0.468],[-0.045,0.019],[-0.059,0],[-0.122,-0.046],[-0.038,-0.016],[-0.035,-0.014],[-0.034,-0.014],[-0.08,-0.051],[-0.03,-0.017],[-0.084,-0.071],[-0.043,-0.021],[-0.148,0],[-0.27,-0.077],[-0.296,-0.148],[-0.392,0],[-0.244,0.025],[-0.149,0.048],[-0.294,0.221],[-0.149,0.173],[-0.171,0.123],[-0.321,0.048],[-0.146,-0.009],[-0.118,0.009],[-0.123,0.024],[-0.17,0.019],[-0.073,-0.009],[-0.094,0.026],[-0.146,0.024],[-0.143,0.048],[-0.061,-0.009],[-0.066,0.027],[-0.148,0.075],[-0.123,0.075],[-0.099,0.122],[-0.123,0.198],[-0.15,0.196],[-0.369,0],[0,0],[-0.27,0.176],[-0.149,0.127],[-0.124,0.195],[-0.048,0.124],[0,0],[0.268,-0.249],[0.098,-0.075],[0.246,0],[0,0],[0.246,0.195],[0.298,0.173],[0.121,0],[0,0],[0.615,0.197],[0.125,0.025],[0.149,0.125],[0.076,0.149],[0,0.172],[0,0],[-0.269,0],[-0.162,-0.009],[-0.256,0.028],[-0.12,0],[-0.318,0.123],[-0.219,0.294],[-0.096,-0.05],[-0.099,-0.146],[-0.075,-0.369],[-0.074,-0.146],[-0.074,-0.123],[-0.37,0],[-0.123,0.171],[-0.048,0.1],[-0.318,0.075],[-0.294,0],[-0.344,0.027],[-0.145,0.027],[0.026,0.274],[0.17,0.322],[0.172,0.121],[0.271,0.172],[0.122,0.318],[0.097,0.272],[0.073,0.149],[0.052,0.122],[0.052,0.102],[0.121,0.076],[0.295,0.127],[0.145,0.072],[-0.147,0.1],[-0.124,0.047],[-0.268,-0.199],[-0.145,-0.071],[-0.169,0],[0,0],[-0.148,0],[-0.147,0],[-0.025,0.589],[0,0],[-0.024,0.121],[0,0.171],[0.075,0.124],[0.152,0.076],[0.317,0],[0.271,-0.121],[0.123,-0.101],[0.174,0],[0,0],[-0.221,0.124],[-0.099,0.075],[-0.124,0.073],[-0.052,0.12],[0.296,0.098],[0.148,0.05],[0,0],[0,0],[0,0],[0,0],[-0.124,0.098],[-0.144,0.077],[-0.32,0],[0,0],[-0.442,0],[-0.197,0.103],[-0.124,0.124],[0,0.226],[0.121,0.193],[0.169,0.146],[0.273,0],[0.194,-0.051],[0.146,-0.023],[0.148,0],[0.123,0.049],[0.074,0.147],[0,0.17],[-0.244,0],[-0.147,0],[-0.15,0],[-0.32,0],[-0.296,0.049],[-0.149,0.073],[0,0],[-0.194,0],[-0.173,0],[0,0],[-0.222,0.049],[-0.126,0.048],[-0.075,0.122],[0.367,0.099],[0.067,-0.006],[0.06,0.013],[0.169,0.124],[0.079,0.249],[0,0.149],[0,0.22],[0,0.245],[0,0.148],[0,0.097],[-0.639,0.048],[0,0],[0.22,0.467],[0.026,0.118],[0.024,0.23],[0.466,0.079],[0.172,0.027],[0.123,0.029],[0.147,0.073],[0.122,0.074],[0.1,0.148],[0,0.224],[-0.023,0.051],[-0.122,0.072],[-0.173,0.07],[-0.076,-0.01],[-0.052,0.008],[-0.343,0.022],[-0.147,0],[0,0],[-0.272,-0.05],[-0.148,-0.098],[0,-0.245],[0,0],[0.047,-0.146],[0,-0.243],[-0.273,-0.541],[0,0],[0,0],[-0.125,0.15],[0,0.224],[0,0],[0.121,0.172],[0.27,0],[0.196,-0.051],[0.144,-0.023],[0.269,0],[0,0],[0.194,0],[0.121,0],[0,0],[-0.121,0],[-0.173,0],[0,0],[-0.296,0.075],[-0.149,0.074],[0.122,0.148],[0.224,0.022],[0.117,-0.032],[0.143,0.027],[0.175,0.049],[0.123,0.026],[0.149,0],[0.248,0],[0.368,-0.027],[0.05,-0.269],[0.074,-0.145],[0.059,-0.011],[0.059,0.043],[0.095,0.148],[0,0.148],[-0.095,0.245],[-0.099,0.124],[-0.072,0.099],[-0.075,0.174],[0,0.15],[0,0.294],[-0.05,0.395],[0,0],[-0.246,0.269],[-0.147,0.1],[-0.191,-0.004],[-0.085,0.009],[0,0],[-0.172,0.075],[0.022,0.145],[0,0.221],[-0.121,0.195],[-0.098,0.15],[-0.073,0.125],[-0.148,0.099],[-0.318,0.05],[-0.178,-0.045],[-0.228,0.05],[-0.101,0.075],[-0.072,0.144],[-0.049,0.121],[-0.097,0.124],[-0.148,0.076],[-0.149,0.025],[-0.123,0],[-0.122,0.021],[-0.069,-0.006],[-0.061,0.011],[-0.147,0.099],[0,0],[0,0],[0,0],[-0.317,0.124],[-0.494,0],[-0.222,-0.098],[-0.217,-0.024],[-0.174,0],[0,0],[-0.151,0],[-0.12,0.022],[-0.17,0.048],[-0.125,0.096],[-0.125,0.148],[-0.195,0.169],[-0.173,0.048],[-0.298,0],[0,0],[-0.592,0.073],[-0.123,0.022],[-0.123,0.051],[-0.099,0.175],[-0.05,0.17],[0,0.294],[0.201,0.199],[0.148,0.049],[0.345,0],[0.318,-0.076],[0.198,-0.049],[0.293,0],[0.321,0.124],[0.174,0.049],[0,0],[0.195,0],[0.316,-0.024],[0.082,0.006],[0.084,-0.011],[0.321,-0.099],[0.149,-0.099],[0.078,-0.149],[0.147,-0.27],[0.122,-0.079],[0.125,-0.026],[0.162,0.016],[0.145,-0.011],[0.32,0],[0.271,0.124],[0.148,0.101],[0.391,0],[0.222,-0.1],[0.221,-0.27],[0.121,-0.099],[0.15,-0.047],[0.148,0],[0.131,0.007],[0.176,-0.012],[0.273,-0.097],[0.17,-0.05],[0.318,-0.102],[0.149,-0.097],[0.151,-0.171],[0.392,-0.193],[0.172,0],[0.172,0.024],[-0.126,0.119],[-0.099,0.121],[-0.075,0.121],[-0.075,0.15],[-0.273,0.172],[-0.07,-0.013],[-0.061,0.026],[-0.248,0.098],[0,0.145],[0,0],[-0.173,0.072],[-0.099,0.08],[-0.075,0.147],[0,0.146],[0.025,0.119],[0.074,0.124],[0.148,0.073],[0.145,0],[0,0],[0.148,0],[0.147,0.006],[0.196,-0.013],[0.146,0],[0.491,0.023],[0.174,0.026],[0.027,-0.488],[0,-0.149],[0,-0.127],[0.203,0],[0.196,0.025],[0.273,0],[0.246,-0.052],[0.291,-0.122],[0.121,-0.048],[0.168,-0.07],[0.079,0.011],[0.053,-0.008],[-0.02,0.123],[-0.049,0.147],[-0.147,0.097],[-0.172,0.025],[0,0],[-0.339,0],[-0.269,0.072],[-0.147,0.07],[0,0],[0.174,0.023],[0.074,-0.006],[0.098,0.011],[0.246,0],[0.614,-0.072],[0.294,0],[0.173,0],[0,0],[0.414,0],[0.369,-0.096],[0.172,-0.048],[0.148,-0.05],[0.126,-0.024],[0.226,-0.05],[0.075,0.007],[0.1,-0.013],[0.248,-0.027],[0.072,0.006],[0.099,-0.014],[0.172,-0.05],[0.127,-0.025],[0.196,0],[0.169,0.024],[-0.054,0.124],[-0.222,0.299],[-0.147,0.125],[-0.372,0.072],[-0.195,0],[0,0],[-0.124,0.073],[-0.148,0.098],[-0.169,0],[0,0],[-0.178,0],[-0.267,0.097],[-0.147,0.072],[-0.149,0.071],[-0.081,-0.016],[-0.052,0.009],[-0.145,0.028],[-0.12,0.028],[-0.065,-0.005],[-0.065,0.016],[-0.174,0.023],[-0.245,-0.021],[-0.197,0.01],[-0.196,0.024],[0,0],[0,0],[0.244,0],[0,0],[0.15,0.022],[0.489,0],[0.298,0],[0.367,0.1],[0.145,0.075],[0,0.196],[0,0.17],[0.147,0.026],[0.295,0],[0.072,-0.028],[0.195,0],[0,0],[0.319,0.121],[0.124,0.027],[0.345,0],[0,0],[0,0],[0,0],[0,0],[0.27,-0.072],[0.147,-0.097],[0,0],[0,0],[0,0],[-0.295,0.051],[-0.096,0.12],[-0.05,0.148],[0,0],[0.05,0.148],[0.174,0.123],[0.15,0.051],[0.345,0.027],[0,0],[0.345,0.029],[0.268,0.076],[0.145,0.029],[0.124,0],[0.343,0],[0.341,-0.024],[0.147,0],[0.343,0],[0,0],[0.32,0],[3.27,0]],\"o\":[[-0.063,0.012],[-0.068,-0.005],[-0.194,0.023],[-0.173,0.126],[-0.145,0.026],[0,0],[-0.198,0],[0,0],[-0.15,0],[-0.248,-0.021],[-0.247,0],[-0.541,0.076],[0.15,0.193],[0.073,0.148],[0,0.318],[-0.273,0.074],[-0.343,0],[-0.15,-0.05],[0,0],[-0.586,0],[-0.124,-0.048],[-0.417,-0.074],[-0.198,0],[-0.124,0.024],[-0.173,0.049],[-0.147,0.098],[-0.318,0.022],[0,0],[-0.193,0],[-0.246,-0.025],[-0.441,0],[-0.491,-0.037],[-0.11,0],[-0.071,0.013],[-0.031,0.005],[-0.035,-0.004],[-0.11,0.022],[-0.139,0.039],[-0.222,0.075],[0.088,0.185],[0.075,0.087],[0.073,0.027],[0.045,0.005],[0.043,-0.004],[0.195,0.034],[0.097,0.056],[0.075,0.06],[0.05,0.073],[0.048,0.136],[0.027,0.209],[0,0],[-0.05,-0.071],[-0.063,-0.05],[-0.03,-0.005],[-0.035,0.004],[-0.085,-0.024],[-0.099,-0.011],[-0.099,-0.034],[-0.029,-0.005],[-0.034,0.003],[-0.088,-0.025],[-0.086,-0.025],[-0.074,0],[-0.109,-0.013],[-0.162,0],[-0.146,0],[-0.083,0.038],[-0.022,0.072],[0,0.072],[0.025,0.156],[0.047,0.085],[0.088,0.075],[0.172,0.098],[0.147,0.06],[0.061,0.026],[0.075,0.024],[0.088,0.01],[0.161,0.011],[0,0],[0.097,0],[0.09,0.013],[0.071,0.05],[0.167,0.094],[0.061,0.059],[0.122,0.147],[0.051,0.083],[0.024,0.073],[0.013,0.077],[0.013,0.111],[0,0.148],[-0.075,0],[-0.174,0],[-0.087,-0.015],[-0.047,-0.004],[-0.039,0.004],[-0.125,-0.01],[-0.16,-0.062],[-0.072,-0.027],[-0.084,-0.02],[-0.088,-0.027],[-0.11,-0.049],[-0.06,-0.024],[-0.256,-0.1],[-0.136,-0.01],[-0.222,-0.052],[-0.062,-0.027],[-0.1,-0.052],[-0.059,-0.037],[-0.099,-0.064],[-0.097,-0.059],[-0.088,-0.048],[-0.085,-0.089],[-0.042,-0.011],[-0.041,0.006],[-0.071,-0.012],[-0.064,-0.014],[-0.099,-0.024],[0,0],[-0.099,0],[-0.174,-0.021],[-0.123,-0.037],[-0.219,-0.083],[-0.787,0],[0,0.111],[0.028,0.087],[0.135,0.186],[0.149,0.147],[0.036,0.005],[0.046,-0.007],[0,0],[0.086,0.039],[0.134,0.137],[0.072,0.052],[0.063,0.073],[0.073,0.087],[0.086,0.135],[0.026,0.062],[0.039,0.096],[0.062,0.147],[0,0],[0,0],[-0.097,0],[-0.099,-0.011],[-0.088,-0.036],[-0.097,-0.065],[-0.058,-0.047],[-0.063,-0.061],[-0.099,-0.077],[-0.098,-0.063],[-0.094,-0.061],[-0.183,-0.123],[-0.059,-0.037],[-0.072,-0.037],[-0.073,-0.052],[-0.148,-0.127],[-0.066,-0.016],[-0.063,-0.014],[-0.197,-0.014],[-0.089,-0.034],[-0.048,-0.071],[-0.048,-0.086],[-0.061,-0.038],[-0.109,-0.049],[-0.063,-0.011],[-0.159,-0.011],[0,0],[0,0],[0,0.173],[0.099,0.221],[0.046,0.11],[0,0.111],[-0.012,0.097],[0,0.071],[0,0],[-0.015,0.075],[-0.099,0.32],[-0.025,0.091],[-0.053,0.058],[-0.087,0.051],[-0.133,0],[-0.112,-0.05],[-0.147,-0.111],[-0.025,-0.061],[0,-0.169],[0.014,-0.084],[0.121,-0.173],[0.061,-0.075],[0.025,-0.069],[0,-0.072],[-0.024,-0.102],[-0.062,-0.094],[-0.053,-0.086],[0,0],[0,-0.075],[-0.027,-0.162],[-0.083,-0.062],[-0.097,-0.062],[-0.087,-0.047],[-0.071,-0.063],[-0.125,-0.051],[-0.137,0],[-0.077,0.01],[-0.138,0.038],[-0.072,0.011],[-0.187,0.071],[-0.099,0.06],[-0.074,0.036],[-0.073,0.028],[-0.028,0.005],[-0.035,-0.003],[-0.085,0.01],[-0.085,0.024],[-0.101,0.047],[-0.159,0.039],[-0.084,0],[0,0],[-0.101,0],[-0.085,0.026],[-0.075,0.021],[-0.148,0.037],[0,0],[-0.137,-0.012],[-0.429,0],[-0.099,0],[-0.059,0.024],[-0.099,0.037],[-0.027,0.062],[0.048,0.066],[0.061,0.025],[0.063,0.011],[0.084,0.006],[0.067,-0.002],[0.122,0.011],[0.096,0.038],[0.089,0.063],[0.038,0.062],[0.038,0.072],[0.049,0.088],[0.086,0.037],[0.159,0.064],[0.063,0.011],[0.07,0.005],[0.064,-0.003],[0.085,0],[0.1,0.05],[0.135,0.073],[0.073,0.024],[0.06,0.027],[0.146,0.085],[0,0],[0,0],[-0.09,0],[-0.059,-0.015],[-0.074,-0.028],[-0.185,-0.061],[-0.098,-0.05],[-0.087,-0.052],[-0.075,-0.051],[-0.076,-0.061],[-0.137,-0.027],[-0.084,0.007],[-0.1,0],[0,0],[-0.097,0],[-0.122,-0.039],[-0.149,-0.063],[-0.073,-0.013],[-0.208,-0.074],[-0.084,-0.062],[-0.072,-0.073],[-0.05,-0.059],[-0.072,-0.048],[-0.063,-0.023],[-0.332,0],[-0.073,0.013],[-0.087,0.027],[-0.086,0.038],[-0.088,0.038],[-0.087,0.038],[-0.174,0.083],[-0.062,0.009],[-0.111,0.063],[0,0.209],[0.049,0.086],[0.035,0.075],[0.024,0.074],[0,0],[0,0],[-0.172,0],[-0.099,-0.039],[-0.084,-0.061],[-0.074,-0.037],[-0.864,0],[-0.063,0.057],[-0.083,0.135],[-0.048,0.085],[-0.135,0.048],[-0.222,0.073],[-0.133,0.026],[-0.184,0.04],[0,0],[-0.157,0.157],[-0.073,0.036],[-0.06,0.013],[-0.132,0.026],[-0.137,0],[-0.098,0],[-0.098,0],[-0.101,0.013],[-0.085,0.048],[-0.074,0.038],[-0.063,0.028],[-0.027,0.059],[-0.073,0.051],[-0.032,0.015],[-0.033,-0.005],[-0.059,0.027],[-0.072,0.023],[-0.145,0.184],[-0.028,0.05],[-0.049,0.037],[-0.087,0.061],[0,0.151],[0,0],[0.16,0.037],[0.2,0.027],[0.072,0.048],[0.073,0.05],[0.062,0.022],[0.185,0.022],[0.281,0],[0.144,-0.016],[0.063,-0.022],[0.099,-0.05],[0.098,-0.062],[0.196,0],[0.022,0.134],[0,0.148],[0.01,0.074],[0.012,0.059],[0.023,0.072],[0,0],[0,0.416],[-0.072,0.075],[-0.086,0.064],[-0.231,0.038],[0,0],[-0.098,0],[-0.169,-0.013],[-0.145,0.013],[-0.107,0.042],[-0.09,0.033],[-0.123,0.04],[0,0],[-0.271,0],[-0.111,-0.011],[-0.073,-0.012],[-0.172,-0.011],[-0.244,0],[-0.173,0.033],[0,0.073],[0,0.1],[-0.038,0.182],[-0.075,0.037],[0,0],[-0.196,0],[-0.085,0.036],[-0.181,0.073],[-0.112,0],[-0.143,-0.013],[-0.172,-0.011],[-0.174,0],[-0.126,0.013],[-0.088,0.024],[-0.097,0.023],[-0.073,0.04],[-0.037,0.072],[-0.027,0.061],[-0.013,0.06],[-0.025,0.079],[-0.041,0.064],[0,0],[-0.062,0.065],[-0.076,0.137],[0.022,0.119],[0.099,0.145],[0.099,0.148],[0.125,0.096],[0.069,0.028],[0.06,-0.009],[0.126,0.026],[0.147,0],[0.293,0.072],[0.12,0.072],[0,0],[0,0],[0.063,0.027],[0.087,0.038],[0.134,0.075],[0.162,0.037],[0.113,0],[0,0],[0.131,0],[0.061,0],[0.171,-0.036],[0.097,-0.039],[0,0],[0.184,0],[0.16,-0.023],[0,0],[0.149,0.011],[0.056,0],[0,0],[0,0.173],[-0.037,0.059],[-0.073,0.039],[-0.149,0.061],[-0.097,0.059],[-0.062,0.014],[0,0],[-0.099,0],[-0.04,-0.006],[-0.042,0.004],[-0.087,-0.024],[-0.085,-0.027],[0,0],[-0.243,0],[-0.097,0.021],[-0.198,0.085],[0,0],[-0.098,0],[-0.111,0],[-0.212,-0.038],[-0.136,-0.013],[0,0],[-0.074,0],[-0.009,0.196],[0,0],[-0.087,0],[-0.085,0.063],[0,0.294],[0.097,0.072],[0.084,0.045],[0.118,0.019],[0.084,-0.007],[0.258,0.024],[0.185,0.085],[0.162,0.051],[0.235,0.085],[0,0],[-0.209,0],[-0.072,0.052],[-0.022,0.049],[0.074,0.061],[0.063,0.024],[0.137,0.048],[0.07,0.035],[0.075,0.077],[0.027,0.049],[0.036,0.06],[0.074,0.05],[0.076,0.025],[0.073,0.036],[0.186,0.084],[0.085,0.02],[0.098,0.051],[0.099,0.063],[0.221,0.074],[0,0],[0.097,0],[0.086,-0.012],[-0.038,-0.077],[-0.06,-0.098],[-0.061,-0.085],[0,-0.12],[0.063,-0.037],[0.185,-0.023],[0.285,0],[0.181,0.012],[0.077,0.019],[0.06,0.027],[0.074,0.012],[0.075,0],[0,0],[0,0],[0.102,0],[0.086,0.05],[0.17,0.073],[0.199,0],[0.088,-0.037],[0.063,-0.039],[0.071,-0.037],[0.061,-0.01],[0.049,-0.006],[0.085,0.001],[0.086,-0.036],[0.061,-0.034],[0.11,-0.073],[0.198,0],[0.169,0.087],[0.075,0.038],[0,0],[0.234,0],[0.074,0],[0.076,0.014],[0.257,0.071],[0.073,0.063],[0.073,0.046],[0.074,0.014],[0,0],[0.086,0],[0.063,0.008],[0.237,0.085],[0.076,0.037],[0.208,0.086],[0,0],[0.063,0],[0.086,0.013],[0.111,0.145],[0.069,0.049],[0.136,0.035],[0,0],[0.145,0.011],[0.084,0.024],[0.137,0.097],[0,0],[0,0.188],[0.05,0.073],[0.059,0.075],[0.063,0.009],[0.048,0.012],[0.05,-0.007],[0.098,0.023],[0.09,0.037],[0.099,0.05],[0.039,0.062],[0.09,0.137],[0.025,0.062],[0.038,0.062],[0.147,0.145],[0.074,0.085],[0.063,0.082],[0.051,0.073],[0.05,0.066],[0.087,0.12],[0.058,0.147],[0.038,0.072],[0.111,0.248],[0.049,0.071],[0.076,0.049],[0.097,0.087],[0,0],[0.011,0.111],[-0.039,0.112],[0,0.127],[0.148,0.22],[0,0],[0,0.124],[-0.072,0.134],[0,0.132],[0,0],[0,0],[-0.196,0],[-0.161,0.037],[-0.049,0.033],[0.049,0.27],[0,0.22],[0,0],[0,0],[0.097,0.119],[0.246,0.122],[0,0],[0.148,0],[0.149,0.029],[0,0],[0.025,-0.196],[0.025,-0.149],[0.294,0],[0.146,0],[0.149,0],[0.025,0.219],[0.025,0.12],[0.025,0.17],[0.097,0.172],[0.146,0.072],[0.123,0],[0.063,0.014],[0.066,-0.005],[0.149,0.027],[0.147,0.074],[0.148,0.098],[0.1,0.125],[0.073,0.099],[0,0],[0,0],[-0.198,0],[0,0],[-0.469,0],[-0.148,-0.052],[-0.097,-0.048],[-0.074,-0.044],[-0.055,0.011],[-0.27,-0.075],[-0.342,-0.021],[-0.469,0],[0.099,0.294],[0.074,0.148],[0.15,0.148],[0,0.174],[-0.295,0.024],[-0.172,0.049],[-0.198,0.149],[0,0.241],[0.228,0.166],[0.15,-0.019],[0.319,0.052],[0.445,0.296],[0.222,0],[0.269,-0.271],[0.491,-0.047],[0,0],[-0.441,0],[-0.056,-0.01],[-0.076,0.011],[-0.146,-0.048],[-0.069,-0.026],[-0.06,0.01],[-0.124,-0.024],[0,0],[0,0],[0.172,0],[0.169,0.074],[0.148,0.051],[0.124,0.029],[0.173,0.029],[0,0],[0.294,0],[0.219,0.1],[0,0],[-0.024,0.169],[-0.076,0.123],[-0.076,0.173],[0,0],[0,0.195],[0.12,0.173],[0.074,0.125],[0,0],[0,0],[-0.172,0],[-0.146,0.079],[-0.173,0.095],[-0.149,0.049],[0,0],[-0.174,0],[-0.175,-0.03],[0,0],[-0.221,-0.028],[-0.173,-0.05],[-0.197,0],[-0.152,0.051],[-0.123,0.047],[-0.124,0.05],[-0.198,0.124],[0,0],[0,0.196],[0.099,0.196],[0.122,0.047],[0.124,0.051],[0.169,0.073],[0.124,0.074],[0.175,0.225],[-0.271,0.051],[-0.192,0.098],[0,0.421],[0.17,0.289],[0.076,0.123],[0.124,0.149],[0.219,0],[0.17,-0.074],[0.123,-0.049],[0,0],[0.167,0],[0,0.145],[-0.048,0.122],[-0.054,0.054],[-0.066,-0.017],[-0.122,0.071],[-0.073,0.1],[-0.051,0.147],[-0.099,0.215],[0,0.223],[0.075,0.291],[0.096,0.147],[0.124,0.076],[0.146,0],[0.174,-0.07],[0.122,-0.097],[0.097,-0.124],[0.101,-0.05],[0.222,0],[0,0],[-0.147,0.121],[-0.126,0.074],[-0.146,0.073],[-0.147,0.075],[-0.073,0.176],[0,0.243],[0.075,0.146],[0.15,0.145],[0.345,0.42],[0.1,0.125],[0.072,0.122],[0.052,0.12],[0.101,0.323],[0.097,0.247],[0.146,0.344],[0.125,0.077],[0.102,0.121],[0.124,0.273],[0.075,0.169],[0.345,0.319],[0.37,0.121],[0.145,0.098],[0.123,0.048],[0,0],[0.172,0],[0.195,-0.05],[0,0],[0.147,0],[0.05,0.01],[0.084,-0.017],[0.097,0.074],[0.05,0.124],[0.099,0.219],[0.148,0.077],[0.132,0.013],[0.138,-0.01],[0.197,0.045],[0.075,0.121],[0.102,0.175],[0.273,0.049],[0.295,0],[0.172,-0.047],[0.147,-0.074],[0.145,-0.123],[0.072,-0.124],[0,0],[0,-0.615],[0.173,-0.294],[0.097,-0.128],[0.098,-0.195],[0,-0.217],[0,-0.148],[0,-0.149],[0,-0.296],[-0.072,-0.168],[-0.072,-0.121],[-0.024,-0.125],[0,-0.422],[0,0],[0.144,0],[0.295,-0.025],[0,-0.269],[0,-0.149],[0.1,-0.148],[0.123,-0.127],[0.069,-0.028],[0.06,0.008],[0.172,-0.051],[0,0],[0.146,-0.199],[0,-0.219],[-0.025,-0.148],[-0.051,-0.124],[-0.079,-0.123],[0,-0.242],[0.053,-0.025],[0.064,0.008],[0.266,-0.071],[0.142,-0.05],[0.147,-0.093],[0.074,-0.125],[0.027,-0.125],[0,-0.145],[0,0],[-0.025,-0.418],[0,-0.145],[0,0],[-0.024,0.467],[0,0.173],[0.319,-0.025],[0.146,0],[0.515,0],[0.126,-0.148],[0.149,-0.146],[0.149,-0.079],[0,0],[0.132,-0.011],[0.14,0.011],[0.149,-0.026],[0.125,-0.054],[0.074,-0.102],[0,0],[0.073,-0.175],[0.149,-0.099],[0.124,-0.072],[0.099,-0.101],[0.101,-0.12],[0.101,-0.077],[0.247,-0.225],[0.076,-0.122],[0.094,-0.075],[0.12,-0.073],[0.076,-0.097],[0.099,-0.143],[0.099,-0.096],[0.174,-0.098],[0.098,-0.442],[0.025,-0.036],[0.046,-0.017],[0.134,0],[0.038,0.013],[0.038,0.01],[0.031,0.009],[0.084,0.037],[0.035,0.018],[0.092,0.06],[0.038,0.035],[0.148,0.024],[0.297,0],[0.317,0.072],[0.343,0.172],[0.249,0],[0.17,0],[0.365,-0.126],[0.198,-0.146],[0.122,-0.148],[0.271,-0.199],[0.152,-0.026],[0.113,0.009],[0.121,0],[0.172,-0.03],[0.079,-0.011],[0.086,0.01],[0.15,-0.05],[0.148,-0.021],[0.056,-0.01],[0.075,0.01],[0.174,-0.049],[0.148,-0.074],[0.148,-0.097],[0.145,-0.172],[0.122,-0.196],[0.197,-0.271],[0,0],[0.343,0],[0.173,-0.099],[0.169,-0.149],[0.07,-0.126],[0,0],[-0.292,0.223],[-0.098,0.07],[-0.175,0.146],[0,0],[-0.341,-0.028],[-0.246,-0.195],[-0.12,-0.07],[0,0],[-0.663,0],[-0.123,-0.022],[-0.171,-0.048],[-0.143,-0.121],[-0.074,-0.147],[0,0],[0.27,-0.023],[0.211,-0.012],[0.197,0.011],[0.147,0],[0.32,-0.049],[0.346,-0.126],[0.124,0.049],[0.147,0.097],[0.196,0.321],[0.022,0.147],[0.074,0.148],[0.193,0.295],[0.221,0],[0.05,-0.098],[0.198,-0.268],[0.269,-0.05],[0.343,0],[0.173,0],[-0.052,-0.293],[-0.046,-0.342],[-0.073,-0.175],[-0.269,-0.2],[-0.294,-0.196],[-0.101,-0.272],[-0.048,-0.146],[-0.049,-0.121],[-0.048,-0.126],[-0.07,-0.121],[-0.245,-0.149],[-0.17,-0.071],[0.145,-0.122],[0.1,-0.05],[0.293,0.173],[0.125,0.075],[0.149,0.076],[0,0],[0.146,0],[0.145,0],[0.074,-0.592],[0,0],[0,-0.122],[0.025,-0.147],[0,-0.145],[-0.072,-0.12],[-0.269,-0.148],[-0.32,0],[-0.147,0.075],[-0.123,0.1],[0,0],[0.148,-0.224],[0.124,-0.073],[0.122,-0.072],[0.097,-0.074],[-0.295,-0.121],[-0.144,-0.047],[0,0],[0,0],[0,0],[0,0],[0.171,0],[0.123,-0.095],[0.273,-0.122],[0,0],[0.442,0.027],[0.246,0],[0.146,-0.072],[0.149,-0.146],[0,-0.244],[-0.124,-0.196],[-0.197,-0.171],[-0.218,0],[-0.151,0.025],[-0.121,0.024],[-0.147,0],[-0.174,-0.072],[-0.073,-0.145],[0,-0.249],[0.144,0],[0.147,0],[0.317,0.02],[0.319,0],[0.146,-0.025],[0,0],[0.174,-0.074],[0.175,0],[0,0],[0.244,0],[0.121,-0.024],[0.118,-0.05],[-0.273,-0.269],[-0.061,-0.011],[-0.068,0.007],[-0.198,-0.052],[-0.197,-0.149],[-0.021,-0.12],[0,-0.22],[0,-0.246],[0,-0.148],[0,-0.102],[0.643,0.022],[0,0],[0,-0.517],[-0.05,-0.122],[-0.024,-0.201],[-0.467,0],[-0.196,-0.021],[-0.125,-0.023],[-0.146,-0.048],[-0.147,-0.073],[-0.145,-0.096],[-0.098,-0.176],[0,-0.072],[0.074,-0.148],[0.145,-0.097],[0.071,-0.028],[0.058,0.008],[0.325,-0.077],[0.147,0],[0,0],[0.291,0],[0.172,0.022],[0.199,0.122],[0,0],[0.021,0.176],[-0.077,0.223],[0,0.615],[0,0],[0,0],[0.096,-0.149],[0.119,-0.145],[0,0],[0,-0.224],[-0.153,-0.197],[-0.221,0],[-0.147,0.027],[-0.246,0.048],[0,0],[-0.198,0],[-0.124,0],[0,0],[0.146,0],[0.146,0.025],[0,0],[0.322,0],[0.173,-0.047],[-0.097,-0.147],[-0.124,-0.148],[-0.137,-0.01],[-0.135,0.036],[-0.173,-0.029],[-0.119,-0.026],[-0.123,-0.022],[-0.246,-0.022],[-0.37,0],[0,0.267],[-0.029,0.176],[-0.051,-0.009],[-0.084,0.015],[-0.145,-0.12],[-0.073,-0.121],[0,-0.296],[0.053,-0.151],[0.075,-0.099],[0.123,-0.147],[0.05,-0.124],[0.021,-0.294],[0.021,-0.392],[0,0],[0,-0.393],[0.1,-0.126],[0.15,-0.099],[0.087,0.002],[0,0],[0.171,-0.026],[-0.024,-0.145],[-0.027,-0.222],[0,-0.247],[0.075,-0.148],[0.074,-0.126],[0.098,-0.144],[0.267,-0.196],[0.212,-0.035],[0.191,0.047],[0.123,-0.024],[0.122,-0.1],[0.05,-0.128],[0.072,-0.15],[0.097,-0.122],[0.145,-0.074],[0.122,-0.025],[0.124,0],[0.064,-0.011],[0.066,0.006],[0.173,-0.047],[0,0],[0,0],[0,0],[0.346,-0.073],[0.443,-0.171],[0.244,0],[0.198,0.07],[0.173,0.022],[0,0],[0.144,0],[0.145,0],[0.175,-0.028],[0.173,-0.051],[0.119,-0.098],[0.169,-0.198],[0.123,-0.102],[0.271,-0.1],[0,0],[0.615,0],[0.124,0],[0.12,-0.026],[0.196,-0.072],[0.098,-0.151],[0.074,-0.273],[0,-0.293],[-0.095,-0.096],[-0.292,-0.124],[-0.346,0],[-0.198,0.049],[-0.269,0.073],[-0.343,0],[-0.171,-0.046],[0,0],[-0.176,-0.048],[-0.344,0],[-0.089,0.013],[-0.079,-0.007],[-0.321,0.025],[-0.172,0.049],[-0.147,0.1],[-0.147,0.273],[-0.074,0.148],[-0.1,0.07],[-0.184,0.043],[-0.117,-0.011],[-0.319,0.025],[-0.318,0],[-0.172,-0.076],[-0.322,-0.22],[-0.245,0],[-0.318,0.148],[-0.097,0.127],[-0.124,0.101],[-0.121,0.022],[-0.166,0.011],[-0.14,-0.005],[-0.297,0.022],[-0.172,0.05],[-0.323,0.124],[-0.174,0.048],[-0.195,0.15],[-0.269,0.32],[-0.15,0.076],[-0.173,0],[0.097,-0.12],[0.124,-0.127],[0.099,-0.125],[0.096,-0.147],[0.147,-0.269],[0.049,-0.024],[0.07,0.012],[0.248,-0.097],[0,-0.149],[0,0],[0.15,-0.073],[0.126,-0.052],[0.148,-0.094],[0.075,-0.124],[0,-0.146],[-0.024,-0.148],[-0.099,-0.149],[-0.121,-0.072],[0,0],[-0.145,0],[-0.197,0.013],[-0.147,-0.007],[-0.149,0],[-0.495,0.023],[-0.199,0],[0,0.494],[0,0.147],[0,0.124],[-0.195,0],[-0.194,0],[-0.27,-0.022],[-0.273,0],[-0.318,0.072],[-0.124,0.052],[-0.172,0.048],[-0.071,0.031],[-0.057,-0.008],[0.023,-0.123],[0.049,-0.146],[0.049,-0.171],[0.15,-0.1],[0,0],[0.345,-0.027],[0.297,0],[0.175,-0.047],[0,0],[-0.151,-0.024],[-0.1,-0.012],[-0.074,0.006],[-0.24,-0.025],[-0.613,0],[-0.293,0.023],[-0.173,0],[0,0],[-0.415,0],[-0.396,0],[-0.173,0.028],[-0.15,0.027],[-0.123,0.021],[-0.219,0.075],[-0.084,0.013],[-0.078,-0.006],[-0.244,0.025],[-0.098,0.012],[-0.074,-0.007],[-0.195,0.025],[-0.12,0.024],[-0.168,0.048],[-0.176,0],[0.046,-0.123],[0.169,-0.343],[0.097,-0.145],[0.271,-0.22],[0.193,-0.024],[0,0],[0.174,0],[0.146,-0.1],[0.125,-0.074],[0,0],[0.174,0],[0.291,0],[0.15,-0.052],[0.146,-0.073],[0.071,-0.044],[0.055,0.01],[0.146,-0.05],[0.124,0],[0.06,-0.009],[0.071,0.007],[0.17,-0.021],[0.28,-0.059],[0.162,0.013],[0.193,0],[0,0],[0,0],[-0.221,0.075],[0,0],[-0.175,0],[-0.467,-0.122],[-0.297,0],[-0.391,0],[-0.152,-0.02],[0.073,-0.147],[0,-0.173],[-0.147,0],[-0.298,-0.051],[-0.1,0],[-0.172,0.076],[0,0],[-0.365,0],[-0.121,-0.051],[-0.32,-0.048],[0,0],[0,0],[0,0],[0,0],[-0.296,0],[-0.17,0.051],[0,0],[0,0],[0,0],[0.317,0],[0.171,-0.024],[0.097,-0.123],[0,0],[-0.021,-0.147],[-0.073,-0.199],[-0.124,-0.073],[-0.293,-0.122],[0,0],[-0.346,-0.021],[-0.294,0],[-0.149,-0.021],[-0.121,-0.021],[-0.321,-0.054],[-0.346,0],[-0.147,0],[-0.343,0.029],[0,0],[-0.322,-0.021],[-3.265,0],[-0.322,0]],\"v\":[[-88.283,-164.791],[-88.482,-164.791],[-88.677,-164.791],[-89.167,-164.498],[-89.561,-164.104],[-90.003,-164.104],[-90.447,-164.104],[-90.938,-164.202],[-91.426,-164.202],[-91.82,-164.302],[-92.461,-164.302],[-93.099,-164.302],[-94.378,-163.61],[-94.082,-162.924],[-93.884,-162.432],[-94.573,-161.943],[-95.361,-161.843],[-96.245,-162.038],[-96.664,-162.235],[-98.681,-162.235],[-99.98,-163.024],[-100.374,-163.122],[-101.454,-163.219],[-101.948,-163.219],[-102.339,-163.122],[-102.638,-162.726],[-103.126,-162.531],[-103.964,-162.531],[-104.307,-162.531],[-104.796,-162.531],[-105.388,-162.828],[-106.47,-162.531],[-107.969,-162.628],[-108.238,-162.628],[-108.435,-162.531],[-108.53,-162.531],[-108.633,-162.531],[-108.926,-162.432],[-109.319,-162.334],[-109.861,-162.088],[-109.616,-161.646],[-109.37,-161.45],[-109.174,-161.349],[-109.056,-161.349],[-108.926,-161.349],[-108.435,-161.104],[-108.191,-160.907],[-107.993,-160.711],[-107.844,-160.515],[-107.749,-160.123],[-107.749,-159.583],[-107.943,-159.731],[-108.09,-159.924],[-108.238,-160.123],[-108.332,-160.122],[-108.435,-160.123],[-108.68,-160.171],[-108.926,-160.221],[-109.174,-160.369],[-109.27,-160.369],[-109.37,-160.369],[-109.568,-160.515],[-109.811,-160.564],[-110.01,-160.614],[-110.301,-160.614],[-110.721,-160.666],[-111.091,-160.614],[-111.289,-160.465],[-111.384,-160.268],[-111.336,-160.07],[-111.138,-159.679],[-110.943,-159.484],[-110.697,-159.286],[-110.204,-159.091],[-109.811,-158.893],[-109.616,-158.844],[-109.418,-158.745],[-109.174,-158.697],[-108.73,-158.697],[-108.288,-158.697],[-108.044,-158.649],[-107.844,-158.5],[-107.647,-158.351],[-107.206,-158.055],[-107.059,-157.86],[-106.716,-157.468],[-106.566,-157.221],[-106.47,-157.028],[-106.47,-156.831],[-106.421,-156.534],[-106.566,-156.19],[-106.763,-156.24],[-107.206,-156.336],[-107.451,-156.435],[-107.57,-156.434],[-107.699,-156.435],[-107.993,-156.534],[-108.387,-156.729],[-108.583,-156.831],[-108.827,-156.877],[-109.073,-156.979],[-109.37,-157.123],[-109.568,-157.172],[-110.253,-157.42],[-110.598,-157.468],[-111.138,-157.713],[-111.336,-157.76],[-111.582,-157.959],[-111.776,-158.055],[-112.025,-158.257],[-112.318,-158.403],[-112.517,-158.597],[-112.762,-158.844],[-112.883,-158.844],[-113.008,-158.844],[-113.202,-158.942],[-113.4,-158.992],[-113.658,-159.091],[-114.568,-159.091],[-114.824,-159.042],[-115.268,-159.188],[-115.615,-159.286],[-116.214,-159.534],[-118.219,-159.508],[-118.219,-159.239],[-118.072,-159.042],[-117.676,-158.597],[-117.234,-158.304],[-117.132,-158.309],[-116.99,-158.304],[-116.792,-158.205],[-116.645,-158.01],[-116.25,-157.666],[-116.055,-157.519],[-115.906,-157.273],[-115.663,-157.075],[-115.466,-156.682],[-115.418,-156.482],[-115.268,-156.24],[-115.122,-155.834],[-115.122,-155.55],[-115.602,-155.55],[-115.858,-155.602],[-116.102,-155.653],[-116.301,-155.846],[-116.596,-155.994],[-116.693,-156.19],[-116.891,-156.286],[-117.186,-156.482],[-117.434,-156.682],[-117.727,-156.877],[-118.171,-157.221],[-118.367,-157.318],[-118.561,-157.468],[-118.758,-157.614],[-119.15,-157.906],[-119.346,-157.959],[-119.544,-157.959],[-120.035,-158.109],[-120.233,-158.257],[-120.332,-158.5],[-120.529,-158.697],[-120.724,-158.745],[-121.018,-158.893],[-121.215,-158.893],[-121.622,-158.942],[-122.345,-158.942],[-122.345,-158.612],[-122.198,-158.205],[-121.853,-157.614],[-121.757,-157.318],[-121.807,-157.028],[-121.807,-156.778],[-121.853,-156.583],[-121.853,-156.386],[-121.953,-156.19],[-122.247,-155.356],[-122.345,-155.107],[-122.444,-154.911],[-122.742,-154.86],[-123.082,-154.961],[-123.378,-155.107],[-123.721,-155.453],[-123.721,-155.653],[-123.674,-156.093],[-123.525,-156.286],[-123.182,-156.729],[-122.986,-156.93],[-122.888,-157.123],[-122.938,-157.318],[-123.132,-157.519],[-123.279,-157.812],[-123.479,-158.01],[-123.479,-158.205],[-123.426,-158.403],[-123.674,-158.794],[-123.919,-158.942],[-124.163,-159.141],[-124.41,-159.286],[-124.557,-159.484],[-124.901,-159.484],[-125.245,-159.484],[-125.443,-159.387],[-125.835,-159.286],[-126.033,-159.188],[-126.525,-158.942],[-126.77,-158.745],[-126.967,-158.649],[-127.167,-158.549],[-127.257,-158.55],[-127.361,-158.549],[-127.605,-158.45],[-127.85,-158.351],[-128.096,-158.205],[-128.54,-158.156],[-128.749,-158.205],[-129.904,-158.205],[-130.163,-158.156],[-130.406,-158.055],[-130.603,-157.959],[-131.009,-157.86],[-131.145,-157.86],[-131.49,-157.906],[-132.609,-157.872],[-132.866,-157.812],[-133.062,-157.76],[-133.259,-157.565],[-133.259,-157.372],[-133.161,-157.172],[-132.965,-157.123],[-132.764,-157.075],[-132.546,-157.075],[-132.324,-157.075],[-132.029,-156.979],[-131.784,-156.831],[-131.589,-156.635],[-131.49,-156.435],[-131.342,-156.24],[-131.193,-155.994],[-130.947,-155.945],[-130.555,-155.747],[-130.361,-155.747],[-130.173,-155.747],[-129.965,-155.747],[-129.77,-155.653],[-129.572,-155.453],[-129.177,-155.256],[-128.98,-155.159],[-128.786,-155.107],[-128.441,-154.768],[-128.589,-154.568],[-129.411,-154.568],[-129.621,-154.664],[-129.818,-154.715],[-130.014,-154.813],[-130.505,-154.961],[-130.751,-155.159],[-130.996,-155.305],[-131.193,-155.453],[-131.391,-155.653],[-131.757,-155.659],[-132.029,-155.653],[-132.275,-155.7],[-132.471,-155.7],[-132.719,-155.747],[-132.965,-155.994],[-133.408,-156.093],[-133.603,-156.19],[-134.145,-156.435],[-134.339,-156.635],[-134.538,-156.831],[-134.635,-157.028],[-134.833,-157.172],[-135.027,-157.172],[-135.865,-157.028],[-136.06,-156.93],[-136.306,-156.831],[-136.5,-156.682],[-136.749,-156.635],[-136.943,-156.482],[-137.436,-156.286],[-137.633,-156.24],[-137.831,-155.945],[-137.633,-155.453],[-137.436,-155.256],[-137.337,-155.059],[-137.266,-154.852],[-137.266,-153.24],[-138.507,-153.24],[-138.913,-153.386],[-139.158,-153.536],[-139.352,-153.734],[-139.562,-153.781],[-141.762,-153.827],[-141.961,-153.682],[-142.155,-153.289],[-142.352,-153.09],[-142.745,-152.994],[-143.337,-152.75],[-143.729,-152.702],[-144.122,-152.356],[-144.319,-152.157],[-144.76,-151.765],[-144.958,-151.617],[-145.156,-151.57],[-145.546,-151.57],[-145.893,-151.57],[-146.139,-151.523],[-146.383,-151.523],[-146.629,-151.373],[-146.875,-151.226],[-147.071,-151.08],[-147.265,-151.031],[-147.316,-150.784],[-147.513,-150.638],[-147.617,-150.636],[-147.712,-150.638],[-147.908,-150.584],[-148.007,-150.39],[-148.397,-149.9],[-148.448,-149.7],[-148.643,-149.653],[-148.842,-149.458],[-148.791,-149.063],[-148.397,-149.063],[-148.007,-148.966],[-147.513,-148.864],[-147.316,-148.719],[-147.17,-148.519],[-146.974,-148.519],[-146.456,-148.519],[-145.742,-148.519],[-145.352,-148.669],[-145.156,-148.719],[-144.958,-148.912],[-144.661,-149.063],[-144.366,-148.669],[-144.366,-148.278],[-144.366,-147.882],[-144.27,-147.684],[-144.219,-147.489],[-144.122,-147.281],[-144.122,-146.369],[-144.615,-145.425],[-144.81,-145.231],[-145.057,-145.081],[-145.697,-145.081],[-145.893,-145.081],[-146.139,-145.131],[-146.581,-145.131],[-146.974,-145.036],[-147.218,-144.833],[-147.463,-144.787],[-147.771,-144.637],[-148.68,-144.637],[-149.382,-144.736],[-149.676,-144.787],[-149.872,-144.885],[-150.317,-144.885],[-150.953,-144.833],[-151.396,-144.637],[-151.493,-144.344],[-151.493,-144.098],[-151.838,-143.703],[-152.049,-143.61],[-153.156,-143.61],[-153.611,-143.359],[-153.856,-143.262],[-154.393,-143.166],[-154.692,-143.166],[-155.084,-143.262],[-155.525,-143.262],[-155.967,-143.262],[-156.261,-143.166],[-156.511,-143.065],[-156.804,-143.02],[-156.999,-142.917],[-157.098,-142.721],[-157.098,-142.524],[-157.147,-142.333],[-157.244,-142.135],[-157.455,-142.036],[-158.523,-142.036],[-158.72,-141.887],[-158.867,-141.492],[-158.867,-141.099],[-158.574,-140.708],[-158.181,-140.411],[-157.984,-140.018],[-157.763,-140.01],[-157.592,-140.018],[-157.197,-140.018],[-156.804,-139.92],[-156.015,-139.624],[-155.819,-139.234],[-153.856,-139.234],[-153.068,-138.84],[-152.772,-138.788],[-152.578,-138.643],[-152.184,-138.394],[-151.742,-138.394],[-151.444,-138.346],[-151.101,-138.346],[-150.758,-138.346],[-150.561,-138.394],[-150.117,-138.591],[-149.86,-138.69],[-148.755,-138.69],[-148.3,-138.84],[-147.845,-138.887],[-147.662,-138.887],[-147.265,-138.84],[-147.118,-138.864],[-147.118,-138.065],[-147.316,-137.658],[-147.513,-137.562],[-147.759,-137.463],[-148.152,-137.265],[-148.35,-137.021],[-148.544,-137.021],[-148.743,-137.021],[-148.989,-137.117],[-149.104,-137.114],[-149.234,-137.117],[-149.431,-137.265],[-149.676,-137.317],[-150.095,-137.317],[-150.708,-137.265],[-150.953,-137.117],[-151.52,-137.021],[-151.791,-137.021],[-152.037,-137.068],[-152.33,-137.068],[-152.822,-137.265],[-153.156,-137.265],[-153.461,-137.265],[-153.66,-137.218],[-153.707,-136.727],[-154.874,-136.727],[-155.084,-136.627],[-155.28,-136.38],[-154.789,-135.789],[-154.542,-135.591],[-154.295,-135.448],[-153.986,-135.445],[-153.707,-135.448],[-153.068,-135.201],[-152.578,-135.005],[-152.134,-134.857],[-151.543,-134.562],[-151.347,-134.464],[-151.889,-134.416],[-152.085,-134.265],[-152.134,-134.068],[-151.987,-133.875],[-151.791,-133.825],[-151.396,-133.679],[-151.25,-133.481],[-151.053,-133.287],[-151.006,-133.088],[-150.805,-132.987],[-150.561,-132.89],[-150.366,-132.792],[-150.167,-132.692],[-149.676,-132.497],[-149.431,-132.4],[-149.187,-132.202],[-148.89,-132.055],[-148.3,-132.006],[-148.201,-132.006],[-147.956,-132.006],[-147.759,-132.151],[-147.858,-132.349],[-148.055,-132.596],[-148.249,-132.843],[-148.152,-133.136],[-147.956,-133.136],[-147.441,-133.136],[-146.726,-133.136],[-146.286,-132.937],[-146.087,-132.843],[-145.893,-132.792],[-145.684,-132.692],[-145.497,-132.742],[-145.497,-133.136],[-144.677,-133.136],[-144.465,-132.987],[-144.219,-132.843],[-143.706,-132.792],[-143.189,-132.843],[-143.042,-133.038],[-142.844,-133.136],[-142.646,-133.239],[-142.452,-133.287],[-142.305,-133.294],[-142.059,-133.333],[-141.909,-133.531],[-141.714,-133.628],[-141.419,-133.825],[-140.926,-133.679],[-140.535,-133.383],[-140.326,-133.287],[-139.747,-133.287],[-139.109,-133.239],[-138.913,-133.239],[-138.714,-133.136],[-138.074,-132.843],[-137.879,-132.643],[-137.633,-132.546],[-137.426,-132.497],[-136.072,-132.497],[-135.865,-132.447],[-135.671,-132.4],[-135.079,-132.055],[-134.88,-131.908],[-134.289,-131.859],[-134.095,-131.859],[-133.897,-131.859],[-133.749,-131.658],[-133.355,-131.268],[-133.161,-131.122],[-132.764,-131.071],[-132.568,-131.071],[-132.176,-130.974],[-131.982,-130.825],[-131.685,-130.471],[-131.685,-129.122],[-131.44,-128.713],[-131.293,-128.516],[-131.095,-128.317],[-130.898,-128.268],[-130.755,-128.268],[-130.603,-128.268],[-130.361,-128.122],[-130.113,-128.025],[-129.866,-127.876],[-129.77,-127.682],[-129.572,-127.289],[-129.522,-127.093],[-129.324,-126.99],[-129.03,-126.548],[-128.786,-126.349],[-128.641,-126.057],[-128.491,-125.863],[-128.294,-125.713],[-128.145,-125.319],[-127.951,-124.926],[-127.85,-124.733],[-127.507,-124.089],[-127.312,-123.942],[-126.917,-123.7],[-126.77,-123.38],[-126.77,-123.256],[-126.819,-122.964],[-126.967,-122.667],[-126.819,-122.371],[-126.426,-121.77],[-126.426,-120.762],[-126.624,-120.506],[-126.819,-120.132],[-126.77,-119.79],[-125.824,-119.79],[-125.824,-118.978],[-126.328,-118.978],[-126.72,-118.732],[-126.77,-118.536],[-126.525,-117.799],[-126.671,-117.212],[-127.409,-117.212],[-127.409,-116.421],[-127.115,-115.933],[-126.328,-115.736],[-125.936,-115.736],[-125.542,-115.639],[-125.126,-115.54],[-123.182,-115.54],[-123.182,-116.029],[-122.986,-116.375],[-122.198,-116.421],[-121.807,-116.325],[-121.413,-116.375],[-121.314,-115.833],[-121.314,-115.441],[-121.018,-115.05],[-120.625,-114.655],[-120.233,-114.36],[-119.839,-114.36],[-119.638,-114.359],[-119.448,-114.36],[-119.053,-114.163],[-118.661,-113.968],[-118.367,-113.576],[-117.97,-113.277],[-117.872,-112.884],[-117.97,-112.491],[-118.733,-112.491],[-119.249,-112.591],[-120.035,-112.591],[-121.215,-112.687],[-121.609,-112.884],[-121.706,-113.277],[-121.943,-113.29],[-122.099,-113.277],[-122.888,-113.377],[-123.77,-113.475],[-124.952,-113.178],[-124.658,-112.394],[-124.266,-112.098],[-123.868,-111.705],[-124.068,-111.313],[-124.853,-111.214],[-125.245,-110.92],[-125.641,-110.326],[-125.443,-109.738],[-124.74,-109.631],[-124.266,-109.642],[-123.479,-109.247],[-122.398,-108.361],[-122,-108.757],[-121.215,-109.346],[-119.986,-109.346],[-119.986,-110.721],[-121.116,-110.82],[-121.292,-110.814],[-121.512,-110.82],[-121.706,-111.214],[-121.926,-111.22],[-122.099,-111.214],[-122.495,-111.313],[-122.297,-111.705],[-121.535,-111.705],[-121.116,-111.605],[-120.724,-111.313],[-120.332,-111.117],[-119.939,-111.117],[-119.448,-111.016],[-118.661,-111.016],[-117.872,-110.92],[-117.482,-110.326],[-117.482,-110.131],[-117.872,-109.835],[-117.872,-109.443],[-118.267,-109.052],[-118.267,-108.853],[-117.97,-108.462],[-117.579,-108.069],[-117.379,-107.647],[-117.379,-106.494],[-118.439,-106.494],[-118.857,-106.594],[-119.249,-106.296],[-119.544,-105.903],[-119.986,-105.903],[-120.427,-105.903],[-120.82,-106.099],[-121.264,-105.954],[-121.264,-104.035],[-121.807,-104.134],[-122.297,-104.334],[-122.59,-103.941],[-122.986,-103.741],[-123.378,-103.645],[-123.77,-103.546],[-123.868,-102.908],[-123.868,-102.66],[-123.674,-102.169],[-123.378,-101.676],[-122.986,-101.579],[-122.59,-101.482],[-122.198,-101.185],[-121.807,-100.993],[-121.609,-100.204],[-122.398,-100.005],[-122.693,-99.419],[-122.198,-98.43],[-121.807,-97.648],[-121.609,-97.253],[-121.018,-97.152],[-120.427,-97.253],[-120.134,-97.648],[-119.741,-97.648],[-119.346,-97.648],[-118.954,-97.449],[-118.954,-97.058],[-119.053,-96.663],[-119.273,-96.65],[-119.448,-96.663],[-119.839,-96.469],[-119.839,-96.074],[-120.035,-95.678],[-120.427,-95.191],[-120.332,-94.597],[-120.035,-93.812],[-119.741,-93.421],[-119.346,-93.421],[-118.954,-93.421],[-118.561,-93.715],[-118.267,-94.108],[-118.072,-94.5],[-117.676,-94.597],[-117.087,-94.5],[-117.087,-92.926],[-117.379,-92.534],[-117.775,-92.437],[-118.171,-92.143],[-118.561,-91.849],[-118.661,-91.255],[-118.464,-90.667],[-118.072,-90.373],[-117.676,-89.98],[-116.792,-88.8],[-116.397,-88.503],[-116.203,-88.11],[-116.203,-87.72],[-115.711,-86.933],[-115.513,-86.144],[-114.728,-85.459],[-114.337,-85.259],[-114.04,-84.867],[-114.04,-84.08],[-113.745,-83.687],[-112.566,-83.294],[-111.776,-82.703],[-111.486,-82.309],[-111.091,-82.309],[-110.697,-82.309],[-110.301,-82.508],[-109.714,-82.605],[-109.516,-82.605],[-109.125,-82.508],[-108.956,-82.519],[-108.73,-82.508],[-108.633,-82.115],[-108.534,-81.718],[-108.044,-81.328],[-107.548,-81.132],[-107.184,-81.136],[-106.763,-81.132],[-106.371,-80.736],[-106.275,-80.346],[-105.882,-79.954],[-105.091,-79.954],[-104.307,-79.954],[-103.913,-80.245],[-103.52,-80.443],[-103.126,-80.736],[-103.126,-81.132],[-103.126,-81.525],[-102.832,-83.098],[-102.142,-83.783],[-101.948,-84.18],[-101.751,-84.768],[-101.85,-85.358],[-101.948,-85.751],[-101.85,-86.144],[-101.948,-86.933],[-102.339,-87.227],[-102.538,-87.619],[-102.638,-88.01],[-101.652,-88.503],[-101.257,-88.503],[-100.866,-88.602],[-100.081,-88.602],[-100.081,-89.29],[-100.081,-89.682],[-99.784,-90.074],[-99.392,-90.373],[-99.173,-90.378],[-98.997,-90.373],[-98.602,-90.667],[-98.602,-92.632],[-98.21,-93.126],[-98.309,-93.715],[-98.505,-94.108],[-98.602,-94.5],[-98.997,-94.7],[-98.801,-95.29],[-98.592,-95.294],[-98.406,-95.29],[-97.618,-95.384],[-97.227,-95.585],[-96.837,-95.877],[-96.837,-96.27],[-96.837,-96.663],[-96.737,-97.058],[-94.328,-97.058],[-94.378,-98.141],[-94.328,-98.533],[-92.953,-98.533],[-93,-97.352],[-92.953,-96.886],[-92.117,-96.957],[-91.749,-96.862],[-90.645,-97.648],[-90.249,-98.042],[-89.855,-98.43],[-89.464,-98.629],[-89.072,-98.629],[-88.71,-98.623],[-88.283,-98.629],[-87.889,-98.824],[-87.496,-98.923],[-87.496,-99.32],[-87.301,-99.708],[-86.906,-100.005],[-86.513,-100.302],[-86.12,-100.497],[-85.924,-100.894],[-85.628,-101.284],[-85.236,-101.38],[-84.745,-102.169],[-84.546,-102.56],[-84.151,-102.66],[-83.76,-102.857],[-83.76,-103.252],[-83.465,-103.645],[-83.072,-103.741],[-82.677,-104.134],[-82.677,-105.316],[-82.652,-105.389],[-82.503,-105.389],[-82.163,-105.339],[-82.064,-105.289],[-81.969,-105.24],[-81.865,-105.217],[-81.671,-105.068],[-81.572,-105.02],[-81.378,-104.802],[-81.251,-104.727],[-80.811,-104.626],[-80.023,-104.626],[-79.236,-104.134],[-78.206,-104.035],[-77.566,-104.035],[-77.172,-104.232],[-76.289,-104.727],[-75.796,-105.119],[-75.503,-105.609],[-74.714,-106.002],[-74.271,-106.009],[-73.927,-106.002],[-73.536,-106.099],[-73.046,-106.296],[-72.819,-106.29],[-72.552,-106.296],[-72.161,-106.494],[-71.768,-106.691],[-71.59,-106.684],[-71.374,-106.691],[-70.98,-106.987],[-70.586,-107.183],[-70.292,-107.577],[-69.896,-108.069],[-69.505,-108.658],[-68.693,-109.148],[-66.677,-109.148],[-65.868,-109.543],[-65.473,-109.936],[-64.982,-110.326],[-64.982,-110.721],[-65.378,-110.92],[-66.161,-110.326],[-66.259,-109.936],[-66.9,-109.835],[-67.147,-109.835],[-68.03,-110.131],[-68.523,-110.92],[-68.915,-110.92],[-69.309,-110.92],[-70.98,-111.117],[-71.374,-111.214],[-71.768,-111.51],[-72.161,-111.803],[-72.257,-112.27],[-72.257,-113.081],[-71.572,-113.178],[-71.033,-113.172],[-70.391,-113.178],[-69.997,-113.277],[-69.113,-113.475],[-68.424,-114.262],[-68.03,-114.163],[-67.734,-113.772],[-67.734,-112.787],[-67.538,-112.394],[-67.34,-112],[-66.456,-111.605],[-65.966,-111.902],[-65.868,-112.296],[-65.081,-112.787],[-64.296,-112.787],[-63.41,-112.787],[-63.016,-112.984],[-63.115,-113.772],[-63.508,-114.655],[-63.805,-115.144],[-64.589,-115.54],[-65.277,-116.226],[-65.277,-117.015],[-65.671,-117.212],[-65.771,-117.604],[-65.771,-117.998],[-66.161,-118.195],[-66.948,-118.491],[-67.34,-118.784],[-67.048,-119.177],[-66.654,-119.274],[-65.966,-118.585],[-65.771,-118.195],[-65.305,-118.195],[-64.883,-118.195],[-64.49,-118.29],[-64.099,-118.241],[-64,-119.766],[-64,-120.159],[-63.901,-120.552],[-63.707,-120.948],[-63.805,-121.341],[-64.198,-121.537],[-65.03,-121.732],[-65.868,-121.636],[-66.064,-121.24],[-66.482,-121.14],[-67.833,-121.14],[-67.443,-121.732],[-67.048,-121.832],[-66.654,-122.027],[-66.654,-122.419],[-67.443,-122.715],[-67.833,-122.914],[-67.538,-123.207],[-65.868,-123.207],[-65.868,-122.127],[-64.318,-122.127],[-63.901,-122.225],[-63.707,-122.617],[-62.868,-122.715],[-62.423,-122.715],[-61.348,-122.32],[-60.753,-122.522],[-60.46,-122.914],[-60.068,-123.307],[-60.361,-123.893],[-60.753,-124.386],[-61.348,-124.781],[-61.934,-124.682],[-62.329,-124.485],[-62.721,-124.386],[-63.115,-124.485],[-63.508,-124.781],[-63.707,-125.172],[-63.212,-125.566],[-62.82,-125.469],[-62.423,-125.368],[-61.591,-125.368],[-60.753,-125.368],[-60.361,-125.566],[-59.97,-125.761],[-59.677,-126.153],[-59.28,-125.96],[-58.641,-125.96],[-58.003,-125.96],[-57.607,-126.057],[-57.509,-126.452],[-58.297,-127.041],[-58.492,-127.041],[-58.689,-127.041],[-59.18,-127.337],[-59.677,-127.831],[-59.773,-128.221],[-59.724,-128.786],[-59.773,-129.401],[-59.677,-129.791],[-59.724,-130.039],[-58.1,-130.039],[-58.1,-131.195],[-58.887,-132.252],[-58.887,-132.643],[-58.986,-133.239],[-60.164,-133.239],[-60.656,-133.333],[-61.049,-133.432],[-61.444,-133.628],[-61.836,-133.825],[-62.132,-134.216],[-62.229,-134.808],[-62.229,-135.005],[-61.836,-135.201],[-61.542,-135.591],[-61.318,-135.599],[-61.151,-135.591],[-60.264,-135.69],[-59.871,-135.789],[-59.081,-135.789],[-58.297,-135.789],[-57.904,-135.494],[-57.509,-135.005],[-57.509,-134.808],[-57.706,-134.416],[-58.003,-133.825],[-57.509,-132.349],[-57.017,-132.546],[-57.017,-135.69],[-56.723,-136.086],[-56.335,-136.481],[-56.335,-136.675],[-56.624,-137.167],[-57.118,-137.658],[-57.706,-137.562],[-58.1,-137.364],[-58.764,-137.364],[-59.378,-137.364],[-59.871,-137.463],[-60.164,-137.412],[-60.164,-138.643],[-59.773,-138.739],[-59.378,-138.542],[-59.012,-138.542],[-58.199,-138.643],[-57.807,-138.937],[-58.1,-139.33],[-58.495,-139.722],[-58.872,-139.669],[-59.28,-139.624],[-59.677,-139.92],[-60.068,-140.018],[-60.46,-140.018],[-61.074,-140.214],[-62.031,-140.115],[-62.031,-139.432],[-62.229,-139.036],[-62.4,-139.023],[-62.626,-139.036],[-63.016,-139.33],[-63.016,-139.722],[-62.921,-140.507],[-62.721,-140.903],[-62.329,-141.002],[-62.031,-141.394],[-62.031,-141.789],[-62.031,-142.575],[-61.836,-143.657],[-60.656,-143.657],[-60.46,-144.637],[-60.164,-145.036],[-59.637,-145.127],[-59.378,-145.131],[-58.986,-145.131],[-58.592,-145.425],[-58.689,-145.818],[-58.79,-146.407],[-58.495,-146.997],[-58.199,-147.39],[-58.003,-147.786],[-57.607,-148.081],[-56.823,-148.473],[-56.253,-148.419],[-55.643,-148.374],[-55.249,-148.473],[-55.055,-148.864],[-54.956,-149.257],[-54.758,-149.653],[-54.365,-149.851],[-53.971,-150.045],[-53.579,-150.045],[-53.186,-150.144],[-52.983,-150.144],[-52.792,-150.144],[-52.499,-150.536],[-52.598,-151.002],[-56.23,-151.002],[-57.216,-151.226],[-56.335,-151.424],[-55.249,-152.111],[-54.661,-151.913],[-54.169,-151.617],[-53.723,-151.617],[-53.28,-151.617],[-52.888,-151.715],[-52.499,-151.715],[-52.007,-151.812],[-51.71,-152.208],[-51.414,-152.601],[-50.926,-153.09],[-50.63,-153.485],[-49.84,-153.585],[-49.451,-153.585],[-47.876,-153.682],[-47.482,-153.781],[-47.09,-153.878],[-46.697,-154.271],[-46.401,-154.664],[-46.302,-155.453],[-46.503,-156.24],[-46.895,-156.435],[-47.777,-156.534],[-48.663,-156.435],[-49.155,-156.141],[-49.941,-156.041],[-50.826,-156.24],[-51.318,-156.435],[-51.906,-156.635],[-52.4,-156.831],[-53.28,-156.635],[-53.533,-156.633],[-53.775,-156.635],[-54.661,-156.435],[-55.055,-156.141],[-55.448,-155.846],[-55.742,-155.059],[-55.939,-154.664],[-56.335,-154.568],[-56.831,-154.557],[-57.216,-154.568],[-58.052,-154.468],[-58.887,-154.568],[-59.18,-154.961],[-60.215,-155.059],[-60.855,-155.059],[-61.542,-154.374],[-61.74,-153.979],[-62.132,-153.781],[-62.525,-153.781],[-62.956,-153.781],[-63.41,-153.781],[-64.198,-153.585],[-64.589,-153.289],[-65.473,-153.09],[-65.868,-152.799],[-66.361,-152.406],[-66.948,-151.424],[-67.34,-151.226],[-67.734,-151.424],[-67.538,-151.812],[-67.147,-152.011],[-66.948,-152.406],[-66.654,-152.799],[-66.161,-153.585],[-65.977,-153.584],[-65.771,-153.585],[-65.13,-153.878],[-65.18,-154.271],[-65.18,-155.159],[-64.689,-155.55],[-64.296,-155.653],[-63.901,-155.945],[-63.901,-156.336],[-63.901,-156.729],[-64.099,-157.123],[-64.395,-157.519],[-64.783,-157.519],[-65.18,-157.519],[-65.574,-157.42],[-66.066,-157.419],[-66.556,-157.42],[-66.948,-157.318],[-68.225,-157.318],[-68.72,-157.494],[-68.72,-156.24],[-68.815,-155.846],[-68.72,-155.525],[-69.214,-155.356],[-69.701,-155.55],[-70.391,-155.55],[-71.078,-155.55],[-71.863,-155.159],[-72.257,-155.059],[-72.65,-154.768],[-72.878,-154.76],[-73.046,-154.768],[-72.947,-155.159],[-72.749,-155.55],[-72.552,-156.041],[-72.161,-156.336],[-71.768,-156.336],[-70.883,-156.336],[-70.096,-156.435],[-69.701,-156.729],[-69.799,-157.123],[-70.193,-157.318],[-70.441,-157.318],[-70.688,-157.318],[-71.324,-157.42],[-72.849,-157.123],[-73.633,-157.123],[-74.051,-157.028],[-76.757,-157.028],[-77.81,-157.221],[-78.844,-157.028],[-79.335,-156.93],[-79.728,-156.729],[-80.124,-156.635],[-80.714,-156.336],[-80.944,-156.336],[-81.204,-156.336],[-81.796,-156.141],[-82.038,-156.141],[-82.285,-156.141],[-82.779,-155.945],[-83.172,-155.846],[-83.661,-155.653],[-84.055,-155.846],[-83.954,-156.24],[-83.366,-157.028],[-83.072,-157.42],[-82.185,-157.812],[-81.671,-157.906],[-75.035,-157.906],[-74.617,-158.01],[-74.323,-158.403],[-73.908,-158.5],[-68.352,-158.5],[-67.928,-158.597],[-67.147,-158.597],[-66.753,-158.794],[-66.556,-159.188],[-66.323,-159.2],[-66.161,-159.188],[-65.771,-159.387],[-65.378,-159.387],[-65.189,-159.385],[-64.982,-159.387],[-64.589,-159.679],[-63.836,-159.695],[-63.309,-159.679],[-62.82,-159.776],[-62.82,-160.666],[-64,-160.762],[-64.589,-160.564],[-64.783,-160.564],[-65.18,-160.762],[-66.456,-160.96],[-67.246,-160.86],[-68.225,-160.96],[-68.62,-161.154],[-68.225,-161.45],[-68.424,-161.843],[-68.815,-161.843],[-69.555,-162.038],[-69.799,-162.038],[-70.214,-161.745],[-72.137,-161.745],[-72.947,-162.235],[-73.339,-162.334],[-74.223,-162.334],[-76.583,-162.334],[-77.172,-162.334],[-78.647,-162.334],[-79.432,-162.334],[-80.223,-162.235],[-80.613,-161.894],[-84.055,-161.894],[-83.954,-162.334],[-83.193,-162.334],[-82.382,-162.235],[-82.089,-162.628],[-81.892,-163.072],[-70.096,-163.072],[-70.096,-163.513],[-70.49,-163.906],[-70.883,-164.104],[-71.768,-164.302],[-72.257,-164.302],[-73.142,-164.401],[-73.927,-164.498],[-74.323,-164.697],[-74.714,-164.791],[-75.599,-164.791],[-76.484,-164.791],[-76.878,-164.697],[-77.763,-164.697],[-78.253,-164.697],[-79.068,-164.89],[-87.47,-164.937]],\"c\":true},\"ix\":2},\"nm\":\"Path 1\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":1,\"ty\":\"sh\",\"ix\":2,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.392,0.1],[0.13,-0.046],[0.245,0.309],[0.688,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0.157,-0.468],[0,0],[0,0],[0,0],[0.589,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.199,-0.496],[0,0],[0.395,0.396],[0.488,0],[0,0],[0.292,0.398],[0.492,-0.096],[0,0],[0,0],[0.491,-0.098],[0,0],[0,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.395,0],[0,0],[-0.689,-0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.195,0.593],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.096],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.496,0.196],[0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,0],[0,-0.493],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.195],[0,0],[0,0],[0,0],[0,0],[0,0],[0.788,0],[0,0],[0,0],[0.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.787,-0.295],[-0.492,0],[-0.099,0.39],[0,0],[-0.391,0],[-0.393,0.195],[-0.593,0],[0,0],[-0.384,-0.084],[0,0],[0,0],[0,0],[-0.688,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.296,0.394],[0,0],[-0.986,0],[0,0],[0,0.489],[0,0],[0.494,0.393],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.395,0.097],[0,0],[0,0],[0,0],[0,0],[-0.392,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.493,0.101],[0,0],[0,0],[0,0],[0,0],[0.39,0],[0.394,0.29],[0.79,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.784,0],[0,0],[0,0],[-0.196,0.342],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.198,0.395],[0,0],[0,0],[0,0]],\"o\":[[-0.149,-0.037],[-0.218,0.077],[-0.395,-0.489],[-0.687,0],[-0.394,0],[-0.589,0.489],[-1.084,-1.081],[0,0],[0,0],[-0.294,0.883],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.886,-0.294],[-0.59,0.686],[0,0],[0,0],[0.591,0.591],[0,0],[0.195,0.486],[0,0],[-0.393,-0.388],[0,0],[0,0],[-0.297,-0.393],[-0.491,0.101],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,0],[0,0],[0.688,0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.196,-0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.494,-0.097],[0,0],[0,0],[0,0],[-0.883,0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.785,0.396],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.491,-0.196],[-0.395,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.49,-0.197],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.785,0],[0,0],[0,0],[-0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.786,0.296],[0.494,0],[0.096,-0.395],[0,0],[0.397,0],[0.393,-0.196],[0,0],[0.193,0.491],[1.376,0.293],[0,0],[0,0],[0,0],[0.688,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.293,-0.393],[0,0],[0,0],[0.59,0],[0,-0.492],[0,0],[-0.49,-0.398],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-0.099],[0,0],[0,0],[0,0],[0,0],[0.391,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,-0.097],[0,0],[0,0],[0,0],[0,0],[-0.394,0],[-0.392,-0.297],[-0.787,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.79,0],[0,0],[0,0],[0.392,-0.688],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.196,-0.394],[0,0],[-0.979,-0.494],[0,0]],\"v\":[[-156.114,-161.45],[-156.528,-161.394],[-157.197,-161.549],[-158.081,-162.334],[-159.361,-162.235],[-159.656,-161.154],[-161.522,-161.253],[-163.291,-162.334],[-165.16,-162.432],[-166.734,-162.432],[-166.538,-160.564],[-167.421,-160.564],[-168.6,-161.253],[-169.485,-161.646],[-171.256,-161.646],[-171.351,-160.86],[-172.926,-160.86],[-175.482,-161.054],[-177.35,-160.268],[-178.234,-159.091],[-175.976,-159.091],[-173.124,-158.01],[-172.434,-157.906],[-171.845,-156.729],[-173.812,-156.93],[-175.187,-157.812],[-177.35,-157.812],[-178.824,-158.304],[-179.809,-159.387],[-181.382,-159.188],[-182.564,-159.877],[-183.446,-159.877],[-184.431,-159.679],[-184.627,-158.794],[-184.627,-157.713],[-186,-157.713],[-187.674,-158.205],[-188.556,-158.205],[-189.442,-157.42],[-190.328,-157.028],[-191.312,-157.028],[-192.39,-157.028],[-192.588,-156.24],[-194.556,-156.336],[-194.656,-155.453],[-193.376,-155.256],[-192.685,-155.059],[-192.784,-153.878],[-191.212,-153.585],[-190.328,-152.503],[-188.656,-152.406],[-187.181,-151.913],[-185.511,-151.715],[-184.525,-152.896],[-183.936,-153.585],[-181.969,-153.781],[-183.248,-152.896],[-184.135,-151.715],[-183.936,-150.536],[-181.086,-150.638],[-178.728,-150.638],[-177.843,-151.812],[-175.976,-151.617],[-173.516,-151.617],[-172.04,-152.601],[-171.058,-153.485],[-170.863,-154.174],[-169.584,-154.174],[-167.815,-154.86],[-166.144,-154.664],[-167.323,-154.568],[-168.8,-153.781],[-170.468,-152.702],[-168.309,-152.799],[-167.323,-152.601],[-166.439,-152.503],[-167.028,-151.715],[-169.191,-151.715],[-170.959,-151.617],[-172.04,-151.226],[-173.027,-151.13],[-175.286,-150.536],[-176.464,-150.536],[-177.644,-150.341],[-177.644,-149.356],[-176.367,-149.161],[-175.482,-148.573],[-174.99,-147.589],[-172.336,-147.193],[-173.516,-146.997],[-175.09,-147.096],[-176.96,-148.278],[-179.513,-149.653],[-181.481,-149.752],[-184.431,-150.045],[-184.627,-148.966],[-183.543,-148.081],[-182.07,-146.903],[-179.513,-145.327],[-177.843,-144.637],[-175.187,-144.44],[-175.876,-143.755],[-176.858,-143.359],[-176.858,-142.183],[-179.317,-143.852],[-180.99,-144.148],[-183.052,-143.951],[-184.525,-143.657],[-186,-142.966],[-186,-141.887],[-185.906,-141.099],[-184.431,-140.804],[-182.266,-140.804],[-180.496,-141.002],[-182.167,-140.115],[-181.676,-139.036],[-180.202,-138.84],[-179.121,-139.132],[-177.057,-140.507],[-177.644,-139.234],[-179.218,-138.15],[-180.99,-138.051],[-183.739,-138.937],[-185.807,-139.92],[-188.068,-139.821],[-187.577,-138.739],[-187.28,-137.167],[-189.148,-136.872],[-189.935,-135.789],[-188.556,-134.317],[-186.788,-133.628],[-184.922,-134.216],[-184.232,-134.317],[-182.463,-133.921],[-181.086,-133.921],[-179.809,-134.611],[-178.631,-134.02],[-177.154,-134.02],[-176.464,-134.317],[-174.892,-134.317],[-174.99,-133.136],[-172.926,-133.239],[-171.747,-133.239],[-170.175,-133.825],[-169.388,-134.317],[-168.208,-135.398],[-168.6,-136.481],[-170.175,-135.789],[-170.665,-137.265],[-168.995,-137.562],[-168.503,-138.937],[-169.09,-140.214],[-167.914,-140.214],[-165.75,-140.115],[-164.864,-140.314],[-164.764,-141.593],[-165.651,-142.771],[-163.982,-142.771],[-162.898,-142.966],[-163.786,-144.244],[-165.358,-144.637],[-166.931,-144.935],[-168.208,-144.244],[-169.191,-143.657],[-169.584,-144.637],[-168.009,-145.036],[-167.914,-145.719],[-166.734,-146.308],[-165.259,-146.308],[-164.571,-145.523],[-162.606,-145.231],[-161.326,-145.523],[-159.853,-146.508],[-161.622,-147.786],[-159.656,-147.882],[-158.867,-146.997],[-157.294,-147.096],[-155.43,-147.684],[-156.214,-149.063],[-157.491,-149.554],[-155.232,-149.554],[-153.856,-149.554],[-153.068,-150.437],[-151.396,-150.934],[-149.727,-152.011],[-147.562,-152.702],[-145.792,-153.979],[-144.023,-154.078],[-143.042,-154.664],[-143.826,-155.653],[-145.103,-155.159],[-147.17,-154.664],[-148.055,-155.059],[-150.512,-154.961],[-150.117,-155.846],[-148.249,-156.24],[-146.087,-156.24],[-143.924,-156.24],[-141.862,-156.729],[-139.893,-157.318],[-137.732,-157.42],[-137.141,-158.5],[-137.536,-159.877],[-139.206,-159.484],[-140.682,-159.679],[-141.072,-160.666],[-143.042,-161.646],[-144.516,-161.253],[-146.581,-161.253],[-148.842,-160.666],[-148.743,-161.549],[-150.414,-161.646],[-151.889,-161.549],[-152.38,-162.235],[-153.856,-162.334],[-155.819,-162.828]],\"c\":true},\"ix\":2},\"nm\":\"Path 2\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":2,\"ty\":\"sh\",\"ix\":3,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.009],[0.172,-0.022],[0.119,0],[0,0],[0.127,0],[0.146,-0.077],[0.02,-0.175],[0,-0.146],[0,-0.151],[0,-0.196],[0.344,0.024],[0.145,0],[0,0],[0,0],[0.07,0.011],[0.085,-0.043],[0,-0.198],[0.025,-0.123],[0,-0.171],[0,-0.173],[0,0],[0.61,-0.048],[0.173,-0.022],[0.124,-0.021],[0.152,-0.024],[0.069,0.007],[0.06,-0.012],[0.149,-0.072],[0.148,-0.147],[0,0],[0,0],[-0.049,0.148],[-0.074,0.124],[-0.122,0.072],[-0.16,-0.032],[-0.112,0.02],[-0.125,0.027],[-0.174,0.055],[-0.134,-0.016],[-0.129,0.027],[-0.17,0.029],[-0.118,0],[-0.27,0.099],[-0.124,0.05],[-0.172,0],[-0.301,-0.072],[-0.122,-0.024],[-0.195,0],[0,0],[0.023,0.121],[0,0.319],[-0.343,0],[-0.2,-0.097],[-0.099,-0.07],[-0.123,-0.125],[-0.416,0],[-0.414,0.024],[0,0.198],[0,0.146],[0,0],[0.343,-0.027],[0.148,0],[0.293,0],[0.147,0.024],[-0.171,0.199],[-0.176,0.175],[-0.148,0.196],[0,0],[0.083,0]],\"o\":[[-0.197,0.024],[-0.122,0],[0,0],[-0.122,0],[-0.17,0.024],[-0.15,0.072],[-0.027,0.124],[0,0.147],[0,0.195],[-0.345,0],[-0.147,0],[0,0],[0,0],[-0.072,0.011],[-0.098,-0.015],[-0.147,0.07],[0,0.146],[-0.05,0.148],[0,0.173],[0,0],[-0.614,0.078],[-0.198,0],[-0.125,0.027],[-0.145,0.028],[-0.061,0.014],[-0.066,-0.006],[-0.147,0.028],[-0.194,0.102],[0,0],[0,0],[0.099,-0.099],[0.05,-0.122],[0.075,-0.125],[0.131,-0.087],[0.114,0.022],[0.12,-0.025],[0.172,-0.047],[0.138,-0.035],[0.124,0.015],[0.175,-0.02],[0.123,-0.021],[0.275,-0.021],[0.12,-0.022],[0.148,-0.071],[0.323,0],[0.12,0.028],[0.178,0.05],[0,0],[-0.022,-0.148],[-0.075,-0.296],[0,-0.345],[0.244,0],[0.12,0.049],[0.122,0.078],[0.293,0.294],[0.419,0],[0,-0.196],[0,-0.146],[0,0],[-0.344,0],[-0.149,0],[-0.291,0.024],[-0.148,0],[0.147,-0.223],[0.148,-0.172],[0.169,-0.169],[0,0],[-0.098,0],[-0.042,0]],\"v\":[[87.005,-155.256],[86.514,-155.159],[86.125,-155.059],[85.725,-155.059],[85.333,-154.961],[84.844,-154.86],[84.451,-154.568],[84.451,-154.174],[84.548,-153.781],[84.451,-153.289],[83.565,-153.289],[83.172,-153.386],[82.678,-153.386],[82.286,-153.386],[82.074,-153.398],[81.796,-153.386],[81.504,-152.994],[81.599,-152.601],[81.203,-152.406],[81.402,-152.011],[81.402,-151.325],[79.831,-151.226],[79.337,-151.13],[78.941,-151.031],[78.548,-150.833],[78.349,-150.833],[78.156,-150.833],[77.763,-150.638],[77.37,-150.244],[76.98,-149.851],[77.37,-149.554],[77.763,-149.752],[77.763,-150.144],[77.96,-150.536],[78.406,-150.56],[78.749,-150.536],[79.141,-150.638],[79.536,-150.934],[79.943,-150.937],[80.32,-150.934],[80.712,-151.226],[81.103,-151.226],[81.893,-151.325],[82.286,-151.424],[82.48,-151.812],[83.272,-151.523],[83.661,-151.424],[84.178,-151.325],[84.941,-151.325],[84.941,-151.715],[84.645,-152.503],[85.432,-152.994],[86.023,-152.799],[86.415,-152.702],[86.611,-152.305],[87.618,-151.913],[88.674,-152.011],[88.773,-152.503],[88.674,-152.896],[88.674,-153.386],[87.793,-153.386],[87.397,-153.289],[86.611,-153.289],[86.22,-153.386],[86.611,-153.979],[87.105,-154.374],[87.497,-154.86],[87.397,-155.256],[87.139,-155.268]],\"c\":true},\"ix\":2},\"nm\":\"Path 3\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":3,\"ty\":\"sh\",\"ix\":4,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.098,-0.586],[0,0],[-0.099,-0.492],[0,0],[0,0],[0,0],[-0.492,-0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.39],[-0.488,-0.195],[0,0],[0,0],[0,0],[0.884,0.394],[0,0],[0,0],[0,0],[0.395,0.102],[0,0.392],[0.394,0.196],[0.883,0.29],[0,0],[0,0],[0.394,0.093],[0,0]],\"o\":[[0,0],[0.589,0],[0.095,0.49],[0,0],[0,0],[0,0],[0.491,0.199],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,0],[0,0],[0,0],[0,0],[0,-0.392],[0.494,0.197],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.39,-0.095],[0,-0.396],[-0.392,-0.197],[-0.886,-0.299],[0,0],[0,0],[-0.392,-0.101],[0,0]],\"v\":[[-199.274,-154.078],[-197.801,-154.078],[-197.307,-153.386],[-198.484,-153.09],[-200.355,-153.09],[-201.14,-152.799],[-199.863,-152.011],[-199.766,-151.13],[-201.338,-151.226],[-202.42,-151.031],[-202.126,-149.752],[-203.11,-149.161],[-203.11,-147.982],[-201.832,-147.882],[-201.832,-146.607],[-200.257,-145.818],[-198.879,-146.011],[-197.503,-146.407],[-195.638,-146.508],[-194.753,-145.523],[-196.424,-145.036],[-198.094,-145.036],[-199.274,-144.44],[-197.604,-143.557],[-196.717,-142.183],[-193.866,-141.593],[-191.705,-141.887],[-189.735,-141.394],[-189.05,-142.183],[-188.165,-142.183],[-187.97,-143.166],[-187.773,-144.244],[-186.298,-143.657],[-185.807,-144.44],[-184.037,-144.344],[-182.758,-145.231],[-182.758,-146.703],[-184.724,-147.291],[-186,-147.684],[-186.592,-148.669],[-186.592,-149.458],[-187.773,-150.144],[-188.758,-149.458],[-189.442,-150.437],[-190.426,-151.325],[-192.49,-151.812],[-193.573,-152.799],[-194.556,-153.682],[-196.228,-154.86],[-197.307,-154.961]],\"c\":true},\"ix\":2},\"nm\":\"Path 4\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":4,\"ty\":\"sh\",\"ix\":5,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.244,0],[0.17,0.048],[0.123,0.024],[0,0],[0,0],[-0.172,-0.074],[-0.145,-0.07],[-0.2,0],[0,0],[-0.194,0.122],[-0.023,0.15],[0,0.15],[0.027,0.148],[0.075,0.122],[0.248,0]],\"o\":[[-0.196,0],[-0.128,-0.025],[0,0],[0,0],[0.197,0.022],[0.172,0.073],[0.149,0.078],[0,0],[0.246,0],[0.124,-0.073],[0.028,-0.122],[0,-0.17],[-0.023,-0.124],[-0.123,-0.195],[-0.243,0]],\"v\":[[148.352,-153.979],[147.863,-154.174],[147.464,-154.271],[147.17,-153.878],[147.17,-153.09],[147.662,-152.994],[148.055,-152.702],[148.451,-152.406],[148.646,-152.406],[149.235,-152.601],[149.628,-152.799],[149.727,-153.192],[149.53,-153.585],[149.53,-153.979],[148.941,-154.271]],\"c\":true},\"ix\":2},\"nm\":\"Path 5\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":5,\"ty\":\"sh\",\"ix\":6,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.274,-0.124],[0.121,-0.049],[0.171,-0.073],[0.165,0],[0.14,-0.033],[0.149,-0.05],[0.297,-0.023],[0.348,0],[0.152,0],[0.028,-0.296],[0.075,-0.148],[0.195,-0.047],[0.133,0.012],[0.131,-0.022],[0.149,-0.051],[0.171,-0.072],[0.07,-0.098],[-0.123,-0.074],[-0.241,0],[-0.295,0],[0,0],[-0.148,-0.121],[-0.169,-0.097],[-0.149,0],[-0.098,-0.046],[-0.146,-0.05],[-0.225,0],[-0.196,0.026],[-0.151,0.072],[-0.197,0.049],[-0.125,0],[-0.116,-0.009],[-0.149,0.027],[-0.125,0.049],[-0.171,0.051],[-0.294,0],[-0.611,0.049],[0,0.197],[-0.146,0.25],[-0.15,0.123],[-0.069,-0.018],[-0.063,0.038],[-0.148,0.101],[-0.123,0.076],[0.123,0.073],[0.024,0.025],[0,0],[0.248,0.296],[0.124,0.071],[0.083,-0.016],[0.048,0.009],[0.174,0]],\"o\":[[-0.121,0.048],[-0.147,0.075],[-0.166,0.07],[-0.127,-0.001],[-0.147,0.022],[-0.292,0.097],[-0.315,0.049],[-0.146,0],[0,0.296],[0,0.172],[-0.098,0.196],[-0.14,0.029],[-0.125,-0.013],[-0.147,0.028],[-0.171,0.075],[-0.125,0.054],[0.07,0.149],[0.2,0.15],[0.302,0],[0,0],[0.221,0.029],[0.127,0.102],[0.121,0.052],[0.12,0],[0.147,0.078],[0.195,0.054],[0.22,0],[0.175,-0.022],[0.173,-0.103],[0.126,-0.026],[0.12,-0.012],[0.142,0.01],[0.123,-0.026],[0.171,-0.075],[0.269,-0.099],[0.614,0],[0.026,-0.195],[0.029,-0.297],[0.075,-0.145],[0.05,-0.035],[0.071,0.018],[0.146,-0.094],[0.123,-0.074],[-0.151,-0.073],[-0.025,0],[0,0],[0,-0.394],[-0.098,-0.124],[-0.058,-0.045],[-0.058,0.011],[-0.148,-0.026],[-0.319,0]],\"v\":[[156.999,-153.682],[156.61,-153.585],[156.314,-153.192],[155.826,-153.122],[155.428,-153.09],[155.035,-152.896],[154.246,-152.601],[153.365,-152.601],[152.97,-152.503],[152.97,-151.715],[152.774,-151.325],[152.383,-150.934],[151.978,-150.932],[151.595,-150.934],[151.199,-150.734],[150.712,-150.638],[150.615,-150.244],[150.808,-149.851],[151.394,-149.653],[152.184,-149.851],[152.383,-149.851],[152.774,-149.458],[153.069,-149.063],[153.465,-148.966],[153.758,-148.769],[154.152,-148.573],[154.743,-148.573],[155.331,-148.573],[155.723,-148.864],[156.116,-149.257],[156.512,-149.257],[156.863,-149.252],[157.296,-149.257],[157.691,-149.356],[157.986,-149.752],[158.772,-149.752],[160.344,-149.851],[160.441,-150.341],[160.54,-151.13],[160.837,-151.523],[161.022,-151.521],[161.23,-151.523],[161.525,-151.913],[161.92,-152.111],[161.525,-152.305],[161.525,-152.406],[158.969,-152.406],[158.772,-153.386],[158.576,-153.781],[158.35,-153.792],[158.184,-153.781],[157.788,-153.979]],\"c\":true},\"ix\":2},\"nm\":\"Path 6\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":6,\"ty\":\"sh\",\"ix\":7,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.067,-0.017],[0.123,-0.049],[0.124,-0.048],[0.124,0],[0.184,0.018],[0.221,-0.036],[0.122,-0.027],[0.174,-0.073],[0.2,0],[0.173,0.053],[0,0],[-0.321,-0.196],[-0.148,-0.074],[-0.394,0],[-0.194,0.05],[-0.147,0.078],[-0.121,0.099],[-0.099,0.12],[-0.145,0.098],[-0.121,0.049],[-0.147,0.049],[-0.149,0.049],[-0.264,0.048],[0,0],[0.144,0.022],[0,0],[0.147,0],[0.217,0],[0.126,0]],\"o\":[[-0.121,0.025],[-0.121,0.05],[-0.124,0.05],[-0.222,0.038],[-0.184,-0.019],[-0.124,0.027],[-0.175,0.048],[-0.171,0.075],[-0.195,0],[0,0],[0.273,0.27],[0.148,0.094],[0.319,0.196],[0.219,0],[0.148,-0.048],[0.147,-0.074],[0.123,-0.094],[0.097,-0.122],[0.101,-0.075],[0.148,-0.074],[0.145,-0.048],[0.269,-0.097],[0,0],[-0.147,-0.051],[0,0],[-0.121,0],[-0.221,-0.027],[-0.149,0],[-0.062,0]],\"v\":[[99.096,-153.682],[98.702,-153.585],[98.605,-153.192],[98.214,-153.192],[97.622,-153.192],[97.034,-153.192],[96.642,-153.09],[96.243,-152.799],[95.852,-152.503],[95.359,-152.702],[95.557,-152.305],[96.346,-151.617],[96.74,-151.325],[97.721,-151.031],[98.309,-151.13],[98.702,-151.325],[99.096,-151.523],[99.297,-151.913],[99.587,-152.305],[99.98,-152.406],[100.375,-152.601],[100.77,-152.799],[101.553,-152.994],[101.454,-153.386],[101.065,-153.585],[100.669,-153.585],[100.277,-153.682],[99.689,-153.682],[99.289,-153.705]],\"c\":true},\"ix\":2},\"nm\":\"Path 7\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":7,\"ty\":\"sh\",\"ix\":8,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.101,-0.05],[0.121,-0.102],[0.198,-0.097],[0.125,-0.048],[0.145,-0.048],[0,0],[0.024,-0.125],[0.075,-0.098],[0.122,-0.078],[0.245,-0.197],[0.071,-0.117],[0,0],[-0.167,-0.076],[-0.221,0],[0,0],[-0.169,0.054],[-0.222,0],[0,0],[-0.197,0],[-0.561,0.023],[-0.147,0.027],[0.102,0.175],[0.051,0.175],[0.051,0.12],[0.074,0.322],[0,0.293],[0,0]],\"o\":[[-0.144,0.099],[-0.147,0.12],[-0.123,0.053],[-0.148,0.073],[0,0],[0,0.15],[-0.022,0.121],[-0.071,0.101],[-0.268,0.172],[-0.125,0.099],[0,0],[0.145,0.075],[0.198,0.096],[0,0],[0.196,-0.024],[0.199,-0.072],[0,0],[0.196,0],[0.566,0.048],[0.173,0],[-0.122,-0.148],[-0.074,-0.145],[-0.024,-0.118],[-0.124,-0.294],[-0.072,-0.268],[0,0],[-0.122,0.05]],\"v\":[[92.508,-153.485],[92.217,-153.09],[91.823,-152.702],[91.427,-152.601],[91.039,-152.406],[90.544,-152.702],[90.544,-152.305],[90.544,-151.913],[90.152,-151.812],[89.365,-151.325],[89.169,-150.934],[89.561,-150.734],[89.954,-150.437],[90.544,-150.341],[90.742,-150.341],[91.133,-150.638],[91.723,-150.638],[92.311,-150.638],[92.806,-150.536],[94.279,-150.536],[94.674,-150.685],[94.279,-151.13],[93.984,-151.523],[93.984,-151.913],[93.493,-152.702],[93.493,-153.485],[92.902,-153.585]],\"c\":true},\"ix\":2},\"nm\":\"Path 8\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":8,\"ty\":\"sh\",\"ix\":9,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.147,0],[0.217,-0.17],[0.073,-0.122],[0.123,-0.146],[0.194,-0.073],[0.465,0],[0.269,-0.053],[0.145,-0.049],[0.15,-0.031],[0,0],[0.199,0.05],[0.123,0.024],[0.176,0.05],[0.101,-0.175],[0.124,-0.022],[0.169,0],[0.171,0.05],[0.124,0.028],[0.322,0],[0,0],[-0.147,-0.296],[-0.419,0],[-0.296,0.099],[-0.122,0.027],[-0.172,0.049],[-0.148,0.028],[-0.314,0],[-0.291,-0.021],[-0.146,0],[-0.148,0],[0,0],[0.197,-0.025],[0.342,0],[0,0],[-0.096,-0.128],[-0.199,-0.1],[0,0],[-0.467,0],[-0.271,0.099],[-0.097,0.147],[-0.027,0.247],[0.023,0.293],[0,0],[-0.445,0],[-0.167,0],[0,0],[-0.223,0.099],[-0.149,0.099],[-0.125,0.095],[0,0.17],[0,0],[0.416,0],[0,0],[0.172,0]],\"o\":[[-0.295,0],[-0.099,0.075],[-0.099,0.15],[-0.121,0.147],[-0.418,0.15],[-0.297,0],[-0.148,0.023],[-0.149,0.05],[0,0],[-0.219,0],[-0.121,-0.026],[-0.17,-0.049],[-0.099,0.172],[-0.072,0.121],[-0.146,0.051],[-0.199,0],[-0.123,-0.024],[-0.295,-0.072],[0,0],[0.024,0.342],[0.171,0.369],[0.32,0],[0.124,-0.025],[0.172,-0.047],[0.149,-0.046],[0.294,-0.049],[0.295,0],[0.149,0],[0.151,0],[0,0],[-0.147,0.147],[-0.32,0.052],[0,0],[0,0.17],[0.147,0.172],[0,0],[0.415,0.196],[0.295,0],[0.172,-0.072],[0.151,-0.199],[0.024,-0.291],[0,0],[0.441,-0.024],[0.169,0],[0,0],[0.273,0],[0.174,-0.073],[0.12,-0.102],[0.12,-0.1],[0,0],[-0.416,-0.098],[0,0],[-0.149,-0.024],[-0.151,0]],\"v\":[[72.456,-153.289],[71.671,-153.192],[71.671,-152.799],[71.276,-152.503],[70.883,-152.111],[69.507,-152.208],[68.72,-152.208],[68.329,-152.011],[67.932,-151.812],[67.734,-151.812],[67.145,-151.913],[66.753,-152.011],[66.262,-152.208],[65.965,-151.715],[65.868,-151.325],[65.475,-151.13],[65.083,-151.424],[64.69,-151.523],[63.876,-151.715],[63.116,-151.715],[63.215,-150.833],[64.1,-150.244],[64.885,-150.536],[65.277,-150.638],[65.768,-150.833],[66.163,-151.031],[66.971,-151.13],[67.734,-151.031],[68.126,-150.934],[68.526,-151.031],[68.621,-150.437],[68.23,-150.045],[67.344,-150.045],[67.344,-149.234],[67.539,-148.864],[68.03,-148.473],[68.427,-148.278],[69.556,-147.882],[70.293,-148.081],[70.682,-148.374],[70.98,-148.966],[70.883,-149.752],[70.883,-150.144],[72.039,-150.244],[72.456,-150.144],[72.676,-150.144],[73.341,-150.244],[73.733,-150.536],[74.126,-150.734],[74.323,-151.151],[74.323,-151.913],[73.243,-152.011],[73.243,-153.192],[72.849,-153.386]],\"c\":true},\"ix\":2},\"nm\":\"Path 9\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":9,\"ty\":\"sh\",\"ix\":10,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.121,-0.072],[0.22,0],[0,0],[0.171,0],[0,0],[0.025,-0.394],[0.074,-0.269],[0.078,-0.145],[0,0],[0.268,0.345],[0.149,0.097],[0.151,0.05],[0.172,0],[1.255,0],[0.174,-0.026],[0.122,-0.047],[0,-0.297],[-0.1,-0.224],[-0.169,-0.05],[-0.148,-0.024],[0,0],[-0.122,-0.024],[-0.245,0],[-0.195,0.05],[-0.242,0],[-0.195,-0.049],[-0.124,-0.073],[-0.146,-0.122],[-0.047,-0.125],[0,0],[0,0],[-0.268,-0.101],[-0.342,0],[0,0],[-0.171,0],[-0.27,-0.102],[-0.151,-0.097],[-0.172,-0.024],[-0.121,-0.023],[-0.22,0],[-0.368,0.123],[-0.148,0.073],[-0.146,0.097],[-0.247,0],[-0.513,0],[-0.32,0.2],[-0.071,0.121],[-0.1,0.27],[-0.297,0.102],[-0.121,0],[-0.169,0.048],[-0.15,0.075],[0,0],[0.318,0.151],[0.316,0],[0.147,-0.027],[0.339,0],[0,0],[0.022,0.196],[0.072,0.148],[0.172,0.171],[0.095,0.146],[0.098,-0.051],[0.123,-0.099],[0.145,-0.122],[0.391,0],[0.145,0],[0.174,0.049],[0,0],[0,0],[0.027,0.148]],\"o\":[[-0.171,0.095],[0,0],[-0.174,0.025],[0,0],[-0.047,0.392],[0,0.296],[-0.047,0.174],[0,0],[0,-0.466],[-0.097,-0.149],[-0.119,-0.073],[-0.146,-0.047],[-1.253,0],[-0.172,0],[-0.147,0.027],[-0.244,0.124],[0,0.27],[0.073,0.172],[0.146,0.046],[0,0],[0.122,0],[0.222,0.049],[0.223,0],[0.222,-0.048],[0.225,0],[0.12,0.024],[0.146,0.076],[0.097,0.076],[0,0],[0,0],[0.298,0.124],[0.295,0.121],[0,0],[0.171,0],[0.296,0],[0.172,0.048],[0.146,0.099],[0.124,0.024],[0.198,0.025],[0.394,0],[0.148,-0.048],[0.172,-0.075],[0.197,-0.125],[0.515,0],[0.397,0],[0.122,-0.075],[0.144,-0.247],[0.096,-0.296],[0.118,-0.022],[0.173,-0.022],[0.172,-0.048],[0,0],[-0.246,-0.268],[-0.266,-0.124],[-0.177,0],[-0.319,0.049],[0,0],[-0.024,-0.2],[-0.024,-0.172],[-0.099,-0.196],[-0.122,-0.125],[-0.129,0.048],[-0.149,0.096],[-0.148,0.121],[-0.296,0.245],[-0.15,0],[-0.193,0],[0,0],[0,0],[-0.027,-0.147],[-0.119,0.049]],\"v\":[[22.023,-150.734],[21.632,-150.341],[21.434,-150.341],[21.016,-150.536],[19.858,-150.536],[19.76,-149.554],[19.661,-148.769],[19.366,-148.374],[18.971,-148.473],[18.777,-149.653],[18.383,-149.947],[17.99,-150.144],[17.572,-150.244],[14.378,-150.341],[13.958,-150.244],[13.568,-150.144],[13.074,-149.554],[13.174,-148.864],[13.665,-148.669],[14.057,-148.473],[14.453,-148.473],[14.845,-148.374],[15.436,-148.179],[16.023,-148.278],[16.609,-148.473],[17.206,-148.374],[17.598,-148.278],[17.99,-147.982],[18.087,-147.589],[15.138,-147.589],[15.138,-146.703],[15.927,-146.407],[16.737,-146.011],[18.852,-146.011],[19.268,-146.114],[20.056,-146.011],[20.353,-145.622],[20.842,-145.425],[21.236,-145.327],[21.824,-145.327],[22.807,-145.425],[23.202,-145.622],[23.595,-145.916],[24.087,-146.308],[25.362,-145.916],[26.348,-146.211],[26.741,-146.407],[26.741,-147.193],[27.333,-147.786],[27.721,-147.786],[28.216,-147.882],[28.609,-148.179],[29.001,-148.374],[28.312,-149.063],[27.48,-149.161],[27.036,-149.161],[26.227,-148.864],[25.464,-148.864],[25.464,-149.356],[25.267,-149.752],[24.773,-150.144],[24.484,-150.536],[24.087,-150.437],[23.792,-150.045],[23.398,-149.653],[22.516,-149.161],[22.121,-149.063],[21.725,-149.356],[22.516,-150.244],[22.516,-150.437],[22.413,-150.833]],\"c\":true},\"ix\":2},\"nm\":\"Path 10\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":10,\"ty\":\"sh\",\"ix\":11,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.319,-0.122],[0.171,-0.078],[0.171,-0.07],[0.399,-0.07],[0,0],[0,0],[0,0],[-0.096,0.197],[-0.047,0.123],[-0.071,0.095],[-0.296,-0.242],[-0.201,0],[-0.174,0],[-0.167,0.026],[0.05,0.468],[0,0],[0,0],[0.024,0.146]],\"o\":[[-0.346,0],[-0.174,0.052],[-0.172,0.072],[-0.342,0.172],[0,0],[0,0],[0,0],[0.148,-0.146],[0.051,-0.121],[0.051,-0.102],[0,0.393],[0.149,0.124],[0.164,0],[0.172,0],[0.026,-0.465],[0,0],[0,0],[0,-0.146],[0,0]],\"v\":[[85.656,-150.536],[84.844,-150.244],[84.35,-150.045],[83.956,-149.752],[82.971,-149.458],[82.971,-149.752],[82.971,-148.573],[84.743,-148.573],[85.135,-148.966],[85.135,-149.356],[85.432,-149.554],[85.629,-148.573],[86.125,-148.374],[86.514,-148.573],[86.954,-148.573],[86.954,-149.752],[88.674,-149.752],[88.674,-150.144],[88.578,-150.536]],\"c\":true},\"ix\":2},\"nm\":\"Path 11\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":11,\"ty\":\"sh\",\"ix\":12,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-210.578,-149.554],[-210.578,-148.374],[-209.105,-148.374],[-208.71,-147.291],[-207.533,-147.786],[-208.024,-149.161],[-209.303,-149.554]],\"c\":true},\"ix\":2},\"nm\":\"Path 12\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":12,\"ty\":\"sh\",\"ix\":13,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.127,-0.027],[0.17,-0.025],[0,0],[0.126,0],[0,0],[-0.048,-0.1],[-0.121,-0.072],[-0.17,0],[-0.147,0.027],[-0.147,0.027],[-0.27,0.05],[0.024,0.118],[0.074,0.17]],\"o\":[[-0.17,0.049],[0,0],[-0.103,0],[0,0],[0.029,0.144],[0.077,0.123],[0.124,0.076],[0.171,0],[0.146,-0.023],[0.272,-0.073],[-0.022,-0.122],[-0.047,-0.175],[-0.122,0.024]],\"v\":[[89.855,-149.161],[89.365,-148.966],[88.973,-148.966],[88.674,-148.864],[88.28,-148.864],[88.28,-148.473],[88.478,-148.081],[88.921,-148.081],[89.365,-148.081],[89.757,-148.278],[90.544,-148.473],[90.544,-148.864],[90.249,-149.257]],\"c\":true},\"ix\":2},\"nm\":\"Path 13\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":13,\"ty\":\"sh\",\"ix\":14,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.106,-0.016],[0.149,-0.072],[0.126,-0.073],[0.171,-0.075],[0.121,-0.023],[0.223,0.021],[0.187,-0.009],[0.121,-0.022],[0.06,0.008],[0.067,-0.026],[0.143,-0.075],[0.174,-0.076],[0.067,0.013],[0.06,-0.024],[0.12,-0.027],[0.101,-0.172],[0.072,-0.168],[0.024,-0.099],[-0.243,-0.153],[-0.074,-0.126],[-0.024,-0.124],[0,-0.145],[-0.024,-0.227],[0,0],[-0.147,-0.024],[-0.067,0.006],[-0.063,-0.012],[-0.124,-0.121],[-0.097,-0.171],[-1.007,-0.025],[-0.148,0],[0,0],[-0.271,0.025],[-0.12,0.027],[-0.273,0.149],[0,0.172],[0,0],[0.221,0.029],[0.147,0.074],[-0.099,0.268],[-0.075,0.148],[-0.095,0.148],[0,0.242],[0.119,0.246],[0.095,0.124],[0.15,0.078],[0.393,0],[0.194,-0.076],[0.124,-0.076],[0.123,-0.097],[0.175,-0.072],[0.15,0],[0.295,0],[-0.099,0.124],[-0.123,0.122],[0,0],[0.492,0],[0.193,0]],\"o\":[[-0.148,0.024],[-0.147,0.073],[-0.147,0.1],[-0.122,0.049],[-0.269,0.059],[-0.146,-0.014],[-0.144,0],[-0.057,0.012],[-0.075,-0.011],[-0.172,0.075],[-0.147,0.074],[-0.061,0.025],[-0.068,-0.011],[-0.12,0.049],[-0.201,0.072],[-0.101,0.149],[-0.027,0.099],[0.293,0.097],[0.126,0.067],[0.073,0.121],[0.022,0.123],[0,0.222],[0,0],[0.174,0],[0.06,0.012],[0.068,-0.005],[0.17,0.05],[0.144,0.148],[1.01,-0.022],[0.146,0],[0,0],[0.271,0],[0.147,0],[0.296,-0.053],[0.123,-0.072],[0,0],[-0.218,0],[-0.174,-0.021],[0.027,-0.292],[0.048,-0.153],[0.074,-0.172],[0.128,-0.195],[0,-0.299],[-0.077,-0.147],[-0.099,-0.123],[-0.317,-0.197],[-0.222,0],[-0.15,0.048],[-0.122,0.074],[-0.144,0.098],[-0.125,0.052],[-0.295,0.025],[0.074,-0.122],[0.123,-0.145],[0,0],[-0.489,0],[-0.23,0],[-0.096,0]],\"v\":[[159.658,-149.161],[159.264,-148.966],[158.868,-148.769],[158.576,-148.374],[158.184,-148.278],[157.488,-148.26],[156.999,-148.278],[156.61,-148.179],[156.433,-148.183],[156.215,-148.179],[155.822,-147.882],[155.527,-147.489],[155.331,-147.489],[155.134,-147.489],[154.743,-147.39],[154.347,-146.997],[154.053,-146.607],[154.053,-146.308],[154.837,-146.011],[155.233,-145.818],[155.233,-145.425],[155.233,-145.036],[155.331,-144.44],[158.845,-144.44],[159.264,-144.344],[159.457,-144.344],[159.658,-144.344],[159.952,-143.951],[160.246,-143.458],[162.803,-143.557],[163.196,-143.458],[163.809,-143.458],[164.473,-143.458],[164.866,-143.557],[165.654,-143.852],[165.848,-144.222],[165.848,-145.036],[165.261,-145.036],[164.866,-145.231],[164.965,-146.011],[165.162,-146.407],[165.454,-146.802],[165.848,-147.291],[165.559,-147.982],[165.36,-148.374],[165.063,-148.769],[164.081,-148.864],[163.493,-148.864],[163.098,-148.669],[162.899,-148.278],[162.507,-147.982],[162.113,-147.982],[161.329,-147.982],[161.525,-148.374],[161.92,-148.669],[161.818,-149.136],[160.566,-149.161],[159.957,-149.182]],\"c\":true},\"ix\":2},\"nm\":\"Path 14\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":14,\"ty\":\"sh\",\"ix\":15,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.128,0],[0,0],[0,0],[0.049,-0.468],[-0.641,-0.074],[0,0],[-0.148,-0.101],[-0.173,-0.052],[-0.148,0],[-0.121,0.022],[-0.148,0.099],[-0.078,0.125],[0,0.145],[0,0],[0.048,0.148],[0.124,0],[0.125,0.025],[0.148,0.05],[0.17,0.05],[0.176,0.024],[0,0],[0.15,0]],\"o\":[[0,0],[0,0],[0.023,0.468],[0.636,0.071],[0,0],[0.176,0.026],[0.148,0.099],[0.122,0.022],[0.145,0],[0.172,-0.052],[0.122,-0.07],[0.068,-0.121],[0,0],[0,-0.171],[-0.146,0],[-0.121,0],[-0.148,-0.023],[-0.173,-0.048],[-0.174,-0.048],[0,0],[-0.144,0],[-0.124,0]],\"v\":[[150.116,-148.374],[149.727,-148.374],[149.384,-148.374],[149.384,-147.193],[151.008,-147.096],[151.394,-147.096],[151.793,-146.802],[151.99,-146.308],[152.383,-146.308],[152.774,-146.308],[153.168,-146.607],[153.566,-146.802],[153.566,-147.193],[153.566,-147.589],[153.365,-147.982],[152.97,-147.882],[152.577,-147.982],[152.184,-148.179],[151.696,-148.278],[151.199,-148.473],[150.808,-148.473],[150.415,-148.573]],\"c\":true},\"ix\":2},\"nm\":\"Path 15\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":15,\"ty\":\"sh\",\"ix\":16,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.012],[0.098,-0.199],[0,-0.295],[0,0],[-0.025,-0.127],[0,-0.271],[0.171,-0.196],[0.246,0],[0.149,0.172],[0.049,0.32],[0,0],[0,0.152],[0,0],[0.028,0.267],[0,0],[0.245,-0.199],[0.097,-0.125],[0.125,-0.099],[0.198,0],[0,0],[0,0],[-0.146,0.072],[-0.067,-0.011],[-0.062,0.025],[-0.172,0.072],[0,0],[0.062,0.008],[0.068,-0.026],[0.146,-0.075],[0.124,-0.076],[0.097,-0.127],[0,0],[0.171,-0.025],[0.315,-0.05],[0.148,-0.047],[-0.098,-0.269],[-0.15,-0.123],[-0.173,-0.023],[-0.221,0.02],[-0.185,-0.009],[-0.145,-0.022],[0.05,-0.124],[0.052,-0.124],[0,-0.197],[-0.068,-0.198],[-0.069,-0.144],[0,-0.219],[0.099,-0.246],[0.12,0.078],[0.097,0.124],[0.052,0.123],[0.123,0.097],[0.173,0.077],[0.147,0.052],[0.071,-0.011],[0.067,0.013],[-0.081,-0.319],[-0.03,-0.122],[-0.023,-0.121],[-0.147,-0.147],[-0.201,-0.097],[-0.367,0],[-0.177,0],[0,0.297],[0,0.146],[-0.094,0.007],[-0.168,-0.134],[-0.195,-0.247],[-0.149,-0.096],[-0.149,-0.025],[-0.295,0],[0,0],[-0.124,0.072],[-0.072,0.147],[-0.072,0.124],[-0.148,0.1],[-0.075,-0.016],[-0.058,0.022],[-0.148,0.045],[0,0.15],[0,0],[0,0],[-0.044,-0.17],[-0.02,-0.121],[-0.025,-0.295],[0,0],[0,0],[0,0],[-0.05,-0.344],[-0.024,-0.047],[0.146,-0.027],[0.345,0.022],[0,0],[0.145,0],[0.269,-0.049],[0.148,-0.052],[0.144,-0.023],[0.224,0.022],[0.217,-0.021],[0.392,-0.268],[0,-0.172],[0,0],[-0.468,-0.022],[0,0],[-0.148,0],[-0.271,0],[-0.344,0.149],[-0.29,0.148],[-0.248,0],[0,0],[-0.123,-0.048],[-0.098,-0.128],[0.178,-0.049],[0.06,0.009],[0.067,-0.027],[0.126,-0.048],[0.15,-0.096],[0.245,-0.029],[0.22,0],[0.539,-0.028],[0.124,-0.028],[0.148,-0.052],[0.074,-0.097],[0,-0.151],[-0.048,-0.122],[-0.32,-0.125],[-0.147,0],[-0.125,0.006],[-0.144,-0.01],[-0.123,-0.021],[-0.272,-0.195],[-0.101,-0.145],[-0.069,-0.128],[-0.094,-0.148],[-0.224,-0.295],[0,0],[-0.049,0.096],[-0.123,0.123],[-0.121,0.075],[-0.17,0.27],[-0.023,0.125],[-0.023,0.347],[-0.048,0.149],[-0.2,0.099],[-0.175,0],[-0.298,0],[0,0],[-0.274,0.075],[-0.269,0.172],[0.027,0.198],[0,0.152],[0,0.176],[0,0.148],[0,0.171],[0,0],[0.049,-0.197],[0,-0.342],[0,-0.149],[-0.3,-0.027],[-0.124,-0.096],[-0.027,-0.172],[0,-0.147],[0.099,-0.27],[0.122,-0.096],[0,-0.416],[0,-0.172],[0,0],[-0.442,0.268],[-0.345,0],[-0.099,-0.148],[0,-0.123],[0,-0.296],[0,0],[-0.079,0.146],[-0.048,0.12],[-0.047,0.145],[0,0],[0,0],[0,0],[0.517,0.05],[0.149,0],[0.367,0.022],[0,0.365],[0,0.146],[0,0],[0.441,0.392],[0.127,0.076],[0.102,0.099],[0.074,0.122],[0.097,0.07],[0.317,0.047],[0.122,0.047],[0.12,0.125],[0.252,0.197],[0.123,0.019],[0.147,0],[0.122,-0.028],[0.295,0],[0.272,0.073],[0.071,-0.006],[0.058,0.01],[0.152,0.075],[0,0],[0.209,0],[0.223,0.022],[0.146,0.073],[-0.047,0.126],[-0.124,0.367],[-0.027,0.119],[0,0],[0.061,0.008],[0.039,0]],\"o\":[[-0.194,0.098],[-0.123,0.243],[0,0],[0,0.145],[0.049,0.248],[0,0.272],[-0.146,0.175],[-0.246,0],[-0.196,-0.245],[0,0],[0,-0.149],[0,0],[-0.025,-0.274],[0,0],[-0.295,0.147],[-0.119,0.1],[-0.098,0.124],[-0.121,0.096],[0,0],[0,0],[0.099,-0.098],[0.061,-0.023],[0.069,0.013],[0.172,-0.076],[0,0],[-0.056,0.012],[-0.074,-0.011],[-0.171,0.075],[-0.125,0.074],[-0.124,0.072],[0,0],[-0.169,0],[-0.347,0.048],[-0.151,0.026],[0.024,0.296],[0.072,0.198],[0.144,0.121],[0.266,0.058],[0.147,-0.013],[0.149,0],[0,0.15],[-0.047,0.12],[-0.073,0.168],[0,0.223],[0.076,0.169],[0.099,0.172],[0,0.272],[-0.146,-0.07],[-0.126,-0.07],[-0.078,-0.1],[-0.072,-0.172],[-0.121,-0.097],[-0.148,-0.053],[-0.069,-0.026],[-0.059,0.009],[0.148,0.297],[0.023,0.121],[0.023,0.124],[0.072,0.198],[0.147,0.15],[0.316,0.147],[0.172,0],[-0.029,-0.292],[0,-0.15],[0.102,0.009],[0.195,-0.015],[0.244,0.197],[0.101,0.149],[0.122,0.073],[0.273,0.072],[0,0],[0.123,0],[0.149,-0.098],[0.075,-0.124],[0.075,-0.147],[0.052,-0.037],[0.067,0.014],[0.146,-0.048],[-0.025,-0.147],[0,0],[0,0],[0.095,0.145],[0.028,0.123],[0.056,0.273],[0,0],[0,0],[0,0],[0,0.344],[0,0.071],[-0.073,0.147],[-0.319,0.074],[0,0],[-0.151,0],[-0.297,0],[-0.145,0.026],[-0.148,0.046],[-0.262,0.056],[-0.177,-0.016],[-0.491,0.049],[-0.125,0.073],[0,0],[0.467,-0.096],[0,0],[0.149,0],[0.271,0.023],[0.391,0],[0.295,-0.121],[0.197,-0.099],[0,0],[0.146,0],[0.147,0.072],[-0.149,0.094],[-0.053,0.011],[-0.076,-0.01],[-0.125,0.048],[-0.169,0.052],[-0.193,0.148],[-0.222,0.027],[-0.544,-0.028],[-0.147,0],[-0.145,0.02],[-0.126,0.047],[-0.075,0.099],[0,0.145],[0.149,0.319],[0.124,0.049],[0.151,0.013],[0.121,-0.006],[0.144,0],[0.32,0.075],[0.147,0.099],[0.072,0.124],[0.097,0.145],[0.199,0.318],[0,0],[0.024,-0.122],[0.099,-0.146],[0.096,-0.097],[0.269,-0.174],[0.049,-0.096],[0.078,-0.316],[0,-0.172],[0.076,-0.196],[0.146,-0.077],[0.293,-0.024],[0,0],[0.296,0],[0.316,-0.099],[-0.075,-0.171],[0,-0.147],[0,-0.17],[0,-0.147],[0,-0.167],[0,0],[-0.025,0.22],[-0.074,0.322],[0,0.145],[0.291,0],[0.196,0],[0.122,0.1],[0.026,0.121],[0,0.296],[-0.052,0.149],[-0.293,0.273],[0,0.173],[0,0],[0.541,0],[0.27,-0.149],[0.196,0],[0.05,0.097],[0.026,0.27],[0,0],[0.123,-0.099],[0.051,-0.123],[0.07,-0.15],[0,0],[0,0],[0,0],[-0.298,-0.393],[-0.148,0],[-0.368,0],[-0.025,-0.372],[0,-0.151],[0,0],[0,-0.589],[-0.099,-0.073],[-0.121,-0.074],[-0.095,-0.098],[-0.048,-0.1],[-0.246,-0.222],[-0.125,0],[-0.172,-0.07],[-0.222,-0.22],[-0.097,-0.077],[-0.125,-0.028],[-0.148,0],[-0.271,0.045],[-0.292,0],[-0.064,-0.016],[-0.064,0.006],[-0.149,-0.03],[0,0],[-0.184,0.039],[-0.222,0],[-0.171,-0.029],[0.05,-0.123],[0.172,-0.34],[0.023,-0.127],[0,0],[-0.056,0.013],[-0.04,-0.006],[-0.034,0]],\"v\":[[8.65,-148.278],[8.258,-147.882],[8.06,-147.096],[8.06,-146.703],[8.16,-146.308],[8.456,-145.674],[8.16,-145.036],[7.57,-144.736],[6.98,-144.935],[6.686,-145.818],[6.686,-146.211],[6.587,-146.607],[6.587,-146.997],[6.484,-147.684],[5.704,-147.786],[4.915,-147.39],[4.719,-146.997],[4.324,-146.703],[3.906,-146.407],[2.654,-146.407],[2.654,-147.096],[2.85,-147.489],[3.046,-147.489],[3.245,-147.489],[3.639,-147.786],[3.54,-148.179],[3.362,-148.183],[3.143,-148.179],[2.753,-147.882],[2.359,-147.684],[2.165,-147.291],[-0.371,-147.291],[-0.784,-147.193],[-1.667,-147.096],[-2.064,-146.903],[-1.966,-146.114],[-1.572,-145.719],[-1.279,-145.327],[-0.587,-145.309],[-0.1,-145.327],[0.294,-145.231],[0.294,-144.833],[0.195,-144.44],[-0.194,-144.148],[-0.1,-143.557],[0.294,-143.262],[0.393,-142.674],[0.195,-141.985],[-0.194,-142.183],[-0.589,-142.377],[-0.689,-142.771],[-0.884,-143.262],[-1.279,-143.557],[-1.667,-143.755],[-1.875,-143.76],[-2.064,-143.755],[-1.667,-142.966],[-1.667,-142.575],[-1.572,-142.183],[-1.18,-141.789],[-0.784,-141.394],[0.122,-141.099],[0.544,-141.2],[0.493,-141.985],[0.544,-142.377],[0.837,-142.383],[1.378,-142.281],[1.671,-141.492],[2.065,-141.2],[2.458,-141.002],[3.245,-141.002],[3.639,-141.002],[4.031,-141.002],[4.324,-141.394],[4.324,-141.789],[4.621,-142.183],[4.82,-142.188],[5.014,-142.183],[5.409,-142.377],[5.307,-142.771],[5.307,-143.359],[6.098,-143.458],[6.484,-143.166],[6.484,-142.771],[6.587,-141.985],[8.06,-141.985],[8.846,-142.575],[9.242,-142.281],[9.242,-141.394],[9.438,-141.295],[9.242,-140.903],[8.355,-141.002],[7.867,-141.002],[7.474,-141.099],[6.686,-141.099],[6.293,-140.903],[5.898,-140.708],[5.198,-140.695],[4.621,-140.708],[3.443,-140.314],[3.341,-139.894],[3.341,-139.036],[4.523,-139.234],[4.915,-139.234],[5.307,-139.132],[6,-139.036],[6.98,-139.234],[7.764,-139.722],[8.355,-140.018],[8.555,-140.018],[8.945,-139.92],[9.142,-139.525],[8.846,-139.132],[8.674,-139.138],[8.456,-139.132],[8.06,-139.036],[7.764,-138.643],[7.177,-138.346],[6.587,-138.443],[5.211,-138.443],[4.816,-138.443],[4.424,-138.247],[4.031,-138.15],[3.934,-137.757],[4.031,-137.364],[4.719,-136.675],[5.112,-136.675],[5.513,-136.674],[5.898,-136.675],[6.293,-136.58],[7.079,-136.185],[7.474,-135.891],[7.667,-135.494],[7.961,-135.102],[8.555,-134.317],[8.945,-134.416],[8.945,-134.808],[9.242,-135.201],[9.634,-135.398],[10.421,-135.891],[10.518,-136.284],[10.518,-137.167],[10.715,-137.562],[11.111,-137.953],[11.504,-138.15],[12.241,-138.15],[12.241,-140.115],[12.98,-140.115],[13.764,-140.607],[13.469,-141.002],[13.516,-141.372],[13.469,-141.789],[13.568,-142.183],[13.516,-142.622],[16.319,-142.622],[16.319,-142.083],[16.023,-141.271],[16.124,-140.903],[16.91,-140.903],[17.402,-140.708],[17.797,-140.411],[17.797,-140.018],[17.698,-139.234],[17.303,-139.036],[16.714,-138.127],[16.811,-137.658],[17.672,-137.658],[18.876,-138.346],[19.661,-138.739],[20.056,-138.443],[20.056,-138.051],[20.056,-137.265],[21.137,-137.265],[21.533,-137.463],[21.632,-137.854],[21.824,-138.247],[24.087,-138.247],[24.876,-138.443],[24.973,-138.84],[23.888,-139.624],[23.495,-139.525],[22.561,-139.575],[22.516,-140.507],[22.561,-140.903],[20.056,-140.903],[19.76,-142.377],[19.366,-142.477],[18.971,-142.674],[18.777,-143.065],[18.681,-143.458],[17.797,-143.657],[17.402,-143.657],[17.01,-143.951],[16.609,-144.736],[16.221,-144.833],[15.828,-144.935],[15.436,-144.833],[14.794,-144.44],[14.057,-144.637],[13.85,-144.64],[13.665,-144.637],[13.344,-144.935],[13.344,-145.909],[12.781,-145.916],[12.19,-145.916],[11.797,-146.114],[11.893,-146.508],[12.487,-147.291],[12.487,-147.684],[9.044,-148.278],[8.867,-148.281],[8.747,-148.294]],\"c\":true},\"ix\":2},\"nm\":\"Path 16\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":16,\"ty\":\"sh\",\"ix\":17,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.171,-0.049],[0.174,-0.076],[0.123,-0.075],[0.125,-0.098],[0.095,-0.146],[0.075,-0.149],[0.074,-0.123],[0.124,-0.099],[0.073,0.018],[0.048,-0.036],[0.097,-0.146],[0,-0.126],[0.097,-0.269],[0.072,-0.148],[0.12,-0.073],[0.149,-0.073],[0.073,-0.122],[0.051,-0.172],[0.022,-0.196],[0,-0.199],[-0.245,0],[-0.321,0.273],[-0.146,0.148],[-0.199,0.073],[-0.122,0.027],[-0.196,0],[-0.148,-0.025],[0,0],[-0.173,0.073],[-0.148,0.024],[-0.147,0],[-0.292,0],[-0.146,0.024],[-0.248,0.026],[-0.395,0],[-0.194,0.17],[-0.045,0.147],[0,0.146],[0,0.174],[0,0],[0,0],[0.046,0.32],[0.046,0.098],[0.148,0.069],[0.127,0.026],[0.491,0],[0.146,-0.026],[0.124,-0.096],[0.221,0],[0,0],[0.15,0.073],[-0.122,0.15],[-0.098,0.17],[-0.026,0.121],[0.122,0.049],[0.124,0.049],[0.22,0]],\"o\":[[-0.195,0],[-0.176,0.048],[-0.123,0.049],[-0.149,0.075],[-0.124,0.098],[-0.075,0.125],[-0.05,0.12],[-0.072,0.148],[-0.051,0.038],[-0.073,-0.019],[-0.146,0.099],[-0.077,0.127],[-0.025,0.272],[-0.05,0.145],[-0.075,0.147],[-0.152,0.098],[-0.118,0.075],[-0.095,0.149],[-0.051,0.17],[-0.025,0.197],[0.219,0.097],[0.445,0],[0.147,-0.124],[0.147,-0.149],[0.124,-0.053],[0.174,-0.027],[0.172,0],[0,0],[0.194,0],[0.144,-0.049],[0.121,-0.028],[0.294,-0.028],[0.148,0],[0.249,-0.028],[0.393,-0.046],[0.293,0],[0.122,-0.101],[0.053,-0.119],[0,-0.171],[0,0],[0,0],[0,-0.344],[0,-0.124],[-0.079,-0.126],[-0.124,-0.053],[-0.461,-0.121],[-0.174,0],[-0.148,0.026],[-0.147,0.12],[0,0],[-0.197,0],[0.15,-0.15],[0.122,-0.145],[0.049,-0.122],[-0.127,-0.024],[-0.122,-0.048],[-0.196,-0.076],[0,0]],\"v\":[[170.175,-146.308],[169.785,-146.011],[169.29,-145.916],[168.897,-145.818],[168.602,-145.425],[168.212,-145.131],[168.012,-144.736],[167.915,-144.344],[167.719,-143.951],[167.52,-143.95],[167.324,-143.951],[166.933,-143.657],[166.933,-143.262],[166.933,-142.477],[166.735,-142.083],[166.342,-141.887],[165.848,-141.688],[165.454,-141.492],[165.162,-141.099],[165.162,-140.607],[165.162,-140.115],[165.947,-139.432],[166.933,-140.018],[167.324,-140.411],[167.719,-140.804],[168.111,-140.903],[168.602,-141.002],[168.996,-140.804],[171.136,-140.804],[171.553,-141.099],[171.947,-141.295],[172.339,-141.295],[173.124,-141.295],[173.517,-141.295],[174.11,-141.593],[175.094,-141.492],[175.876,-141.688],[176.072,-142.083],[176.171,-142.45],[176.072,-142.87],[176.072,-143.359],[174.405,-143.359],[174.405,-144.244],[174.405,-144.637],[174.009,-144.833],[173.613,-144.935],[172.389,-145.131],[171.947,-145.131],[171.749,-144.736],[171.358,-144.344],[171.158,-144.344],[170.764,-144.637],[171.158,-145.036],[171.553,-145.327],[171.553,-145.719],[171.158,-145.818],[170.764,-145.916],[170.373,-146.308]],\"c\":true},\"ix\":2},\"nm\":\"Path 17\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":17,\"ty\":\"sh\",\"ix\":18,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.012,-0.034],[0,0]],\"o\":[[0,0],[-0.018,0.008]],\"v\":[[13.344,-146.041],[13.344,-146.114]],\"c\":true},\"ix\":2},\"nm\":\"Path 18\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":18,\"ty\":\"sh\",\"ix\":19,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.008,0.002],[0.02,0.057]],\"o\":[[0.009,-0.002],[0.032,0],[0,0]],\"v\":[[13.344,-145.909],[13.368,-145.916],[13.344,-146.041]],\"c\":true},\"ix\":2},\"nm\":\"Path 19\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":19,\"ty\":\"sh\",\"ix\":20,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-217.758,-145.818],[-220.706,-145.231],[-220.02,-144.244],[-218.935,-144.344],[-217.855,-143.852],[-217.559,-142.674],[-219.231,-142.674],[-218.642,-141.593],[-217.559,-141.688],[-216.774,-141.002],[-215.693,-141.492],[-214.709,-141.394],[-212.35,-141.2],[-210.578,-139.722],[-208.807,-139.33],[-208.318,-140.214],[-208.613,-141.394],[-209.698,-142.183],[-210.186,-143.359],[-211.659,-143.951],[-212.843,-144.637],[-214.019,-144.44],[-215.102,-145.231],[-216.58,-146.011]],\"c\":true},\"ix\":2},\"nm\":\"Path 20\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":20,\"ty\":\"sh\",\"ix\":21,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-206.844,-143.359],[-206.056,-142.281],[-205.464,-140.507],[-203.699,-140.214],[-202.027,-140.411],[-200.454,-140.708],[-200.061,-141.492],[-201.73,-142.674],[-204.091,-142.87],[-205.96,-144.05]],\"c\":true},\"ix\":2},\"nm\":\"Path 21\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":21,\"ty\":\"sh\",\"ix\":22,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.494,0.099],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,-0.096],[0,0]],\"v\":[[-231.717,-143.359],[-233.29,-142.966],[-234.666,-141.789],[-232.897,-141.789],[-230.535,-141.789],[-227.686,-141.789],[-228.08,-142.87],[-229.851,-143.458]],\"c\":true},\"ix\":2},\"nm\":\"Path 22\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":22,\"ty\":\"sh\",\"ix\":23,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.13,0],[0,0],[0.17,-0.077],[0,0],[-0.12,-0.025],[-0.06,0.009],[-0.065,-0.03],[-0.147,-0.1],[-0.174,-0.075],[-0.344,0],[0,0],[-0.147,0],[0.05,0.12],[0.074,0.145],[0.101,0.073],[0.121,0.024],[0.176,0.022],[0,0],[0.151,0],[0.051,0]],\"o\":[[0,0],[-0.169,0.026],[0,0],[0.147,0.027],[0.053,0.011],[0.075,-0.011],[0.173,0.073],[0.151,0.097],[0.295,0.147],[0,0],[0.149,0],[-0.022,-0.126],[-0.097,-0.175],[-0.075,-0.126],[-0.1,-0.072],[-0.169,-0.047],[0,0],[-0.146,-0.026],[-0.057,-0.007],[-0.102,0]],\"v\":[[177.745,-141.593],[177.35,-141.593],[176.96,-141.295],[177.056,-140.903],[177.451,-140.804],[177.624,-140.81],[177.842,-140.804],[178.236,-140.507],[178.533,-140.115],[179.441,-140.018],[179.908,-140.018],[180.301,-140.115],[180.301,-140.507],[179.908,-140.804],[179.908,-141.2],[179.517,-141.295],[179.022,-141.394],[178.631,-141.394],[178.236,-141.593],[178.077,-141.602]],\"c\":true},\"ix\":2},\"nm\":\"Path 23\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":23,\"ty\":\"sh\",\"ix\":24,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-238.795,-141.002],[-238.402,-140.018],[-237.615,-139.33],[-236.139,-139.234],[-236.338,-140.507],[-237.812,-141.099]],\"c\":true},\"ix\":2},\"nm\":\"Path 24\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":24,\"ty\":\"sh\",\"ix\":25,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-229.454,-140.607],[-231.914,-140.607],[-233.389,-140.214],[-234.762,-139.432],[-233.681,-137.658],[-232.7,-137.463],[-231.62,-137.854],[-229.454,-137.953],[-228.965,-138.739],[-229.948,-139.624],[-228.965,-139.722],[-228.278,-140.607]],\"c\":true},\"ix\":2},\"nm\":\"Path 25\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":25,\"ty\":\"sh\",\"ix\":26,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-215.693,-139.92],[-215.398,-138.84],[-213.825,-138.739],[-212.546,-139.132],[-213.825,-140.018]],\"c\":true},\"ix\":2},\"nm\":\"Path 26\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":26,\"ty\":\"sh\",\"ix\":27,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.294,-0.593],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0.296,0.589],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-221.198,-138.443],[-219.527,-136.675],[-218.445,-137.167],[-219.723,-138.84],[-221.296,-139.722]],\"c\":true},\"ix\":2},\"nm\":\"Path 27\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":27,\"ty\":\"sh\",\"ix\":28,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-199.372,-139.624],[-201.338,-139.624],[-202.42,-138.739],[-202.42,-137.953],[-200.061,-138.051],[-198.782,-138.346],[-197.212,-138.643],[-197.212,-139.624]],\"c\":true},\"ix\":2},\"nm\":\"Path 28\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":28,\"ty\":\"sh\",\"ix\":29,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0.393,0.296]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-194.161,-138.84],[-195.048,-137.463],[-192.194,-137.068],[-190.624,-137.757],[-191.903,-139.234]],\"c\":true},\"ix\":2},\"nm\":\"Path 29\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":29,\"ty\":\"sh\",\"ix\":30,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.149,-0.052],[0.294,-0.05],[0.121,0],[0.442,-0.169],[0.122,-0.048],[0.148,-0.098],[0.022,-0.196],[0.022,-0.12],[0.048,-0.121],[0.12,-0.125],[0.294,-0.15],[-0.123,-0.12],[-0.121,-0.096],[0,0],[0,0],[0.219,-0.171],[0.155,0.002],[0.127,-0.109],[0.048,-0.094],[0.123,-0.099],[0.148,-0.074],[0.419,0],[0.249,0.046],[0.149,0.073],[0.144,0.096],[0.145,0.075],[0.122,0.024],[0.151,0],[0.392,0.024],[0,0],[0.344,0],[0.172,-0.023],[0.058,0.002],[0.066,-0.099],[0.075,-0.165],[0.05,-0.175],[0.025,-0.126],[0.121,-0.072],[0.221,0],[0,0],[0.371,-0.172],[0.173,-0.076],[0.296,-0.122],[0.124,-0.048],[0.247,0],[0.121,0.026],[0.149,0.051],[0.172,0],[0.296,-0.099],[0.174,-0.071],[0.268,-0.151],[0.198,-0.048],[0.124,-0.024],[0.194,0],[0.372,-0.1],[0.268,-0.195],[0.073,-0.17],[0.1,-0.148],[0.124,-0.072],[0.081,0.01],[0.054,-0.008],[0.196,0],[0.125,-0.018],[0.122,-0.025],[0.117,-0.051],[0,-0.22],[-0.203,-0.273],[-0.127,-0.072],[-0.292,-0.147],[-0.074,-0.125],[0,-0.145],[0,0],[0.075,-0.172],[0.123,0.025],[0.493,0],[0.271,-0.075],[0.122,-0.073],[0.147,-0.101],[0.171,-0.079],[0.146,0],[0.12,0.021],[0.244,0],[0.417,0],[0.271,-0.028],[0.125,-0.024],[0.167,0],[0,0],[0.146,-0.046],[0.096,-0.079],[0.05,-0.1],[0.073,-0.148],[0,0],[0.249,-0.222],[-0.077,-0.122],[-0.147,-0.147],[-0.119,-0.146],[-0.022,-0.173],[-0.022,-0.294],[-0.022,-0.125],[-0.049,-0.145],[-0.096,-0.073],[-0.392,0],[0,0],[-0.169,-0.023],[-0.153,-0.048],[-0.126,-0.122],[-0.05,-0.199],[0,-0.147],[0,0],[0.421,0],[0.198,0.094],[0.122,0.075],[0.145,0.075],[0.066,-0.011],[0.061,0.026],[0.168,0.052],[0.121,0.05],[0.1,0.101],[0.079,0.123],[0.047,0.125],[0.126,0.094],[0,0],[0.246,0.218],[0.096,0.072],[0.3,0],[0.121,-0.029],[0.169,-0.048],[0.122,-0.025],[0.443,-0.097],[0,0],[-0.141,0],[-0.267,-0.022],[-0.125,-0.022],[-0.099,-0.146],[0,-0.195],[0,-0.17],[0.321,0.094],[0.126,0.052],[0.176,0.069],[0.243,0],[0,0],[0.096,-0.076],[0.074,-0.123],[0.047,-0.122],[0,-0.223],[-0.492,-0.075],[-0.123,0.006],[-0.151,-0.012],[-0.124,-0.02],[-0.394,-0.249],[-0.147,-0.078],[-0.122,-0.073],[-0.097,-0.125],[0,-0.169],[0.023,-0.173],[0.221,0.099],[0.148,-0.001],[0.121,0.035],[0.172,0.024],[0.067,-0.006],[0.062,0.013],[0.066,-0.006],[0.061,0.013],[0.171,0.048],[0.126,0.027],[0.182,-0.018],[0.223,0.039],[0.269,0.147],[0.071,0.175],[0,0.195],[0,0.15],[0,0],[-0.049,0.269],[-0.026,0.174],[0,0.149],[0.026,0.12],[0.048,0.123],[0.072,0.15],[0.05,0.125],[0.147,0.297],[0.174,-0.023],[0.063,0.006],[0.073,-0.01],[-0.026,-0.223],[0,-0.147],[0.02,-0.469],[0,-0.149],[0,0],[0.296,0],[0.197,0],[0.146,0],[0.069,-0.218],[0.102,-0.048],[0.15,-0.076],[0.124,-0.046],[0,-0.39],[0,0],[-0.391,-0.343],[-0.145,-0.321],[-0.025,-0.121],[0,-0.296],[0,-0.121],[0.073,-0.145],[0,-0.293],[0,0],[-0.024,-0.147],[-0.024,-0.174],[0,-0.148],[0,-0.171],[-0.024,-0.125],[-0.194,-0.27],[-0.169,0],[0,0],[-0.127,0.124],[-0.125,0.099],[-0.221,0],[0,0],[-0.122,-0.076],[-0.147,-0.099],[-0.295,-0.149],[-0.124,-0.073],[-0.098,-0.12],[-0.176,-0.271],[-0.269,-0.247],[-0.074,-0.146],[0,-0.196],[0.148,-0.247],[0.072,-0.148],[0,-0.193],[0,-0.171],[-0.057,0.009],[-0.068,-0.027],[0,0],[-0.17,-0.078],[-0.267,0.014],[-0.15,-0.008],[-0.143,-0.024],[0,0],[0.148,-0.023],[0.298,0],[0,0],[0.176,0.076],[0.148,0.072],[0.125,0.074],[0,0.392],[0,0],[0,0.151],[0.269,0.272],[0.073,0.149],[0.05,0.097],[0.15,0.097],[0.125,0.025],[0.172,0.025],[0.296,0],[0.47,-0.049],[0.126,-0.025],[0.146,-0.052],[0.124,-0.073],[0,-0.226],[0,-0.149],[-0.027,-0.121],[0,-0.394],[0.121,-0.375],[0.048,-0.124],[0.145,-0.121],[0.15,-0.098],[0.151,-0.174],[0.024,-0.174],[0,-0.392],[0.27,-0.073],[0.438,-0.249],[0.199,-0.269],[0.052,-0.099],[0.145,-0.103],[0.147,0],[0.273,0.075],[0.149,0.048],[0.122,0.047],[0.195,0],[0,0],[0,0],[-0.098,0.142],[-0.172,0.072],[-0.218,0],[-0.197,-0.025],[-0.149,-0.026],[-0.296,0],[-0.269,0.048],[-0.175,0.075],[-0.125,0.097],[-0.098,0.147],[-0.218,0.247],[-0.122,0.102],[-0.219,0.295],[-0.074,0.097],[-0.124,0.103],[-0.071,0.124],[-0.023,0.122],[-0.026,0.122],[-0.072,0.296],[-0.028,0.124],[-0.025,0.123],[0,0.173],[0,0.193],[0.297,0],[0.198,0.024],[0.095,0.048],[0.096,0.145],[0,0.221],[-0.05,0.393],[0,0.468],[0,0],[-0.053,0.269],[0,0.465],[0.027,0.124],[0.098,0.321],[0.024,0.123],[0.147,0.271],[0.074,0.148],[0,0.172],[0,0],[-0.296,0],[-0.148,0],[-0.047,0],[0,0],[0.37,0.098],[0.193,0.074],[0.123,0.022],[0.297,0],[0,0],[0.221,0],[0.344,-0.143],[0.176,-0.073],[0.146,-0.026],[0.145,0],[0.298,0],[0.147,-0.021],[0.025,-0.467],[0.025,-0.171],[0.171,-0.271],[0.124,-0.144],[0.128,-0.372],[0.073,-0.269],[0.171,-0.073],[0.122,-0.022],[0.151,0.015],[0.121,-0.009],[0,0],[0.121,-0.076],[0,-0.245],[0,0],[-0.096,-0.12],[-0.081,0.024],[-0.046,-0.034],[-0.151,-0.321],[0,-0.296],[0.194,-0.197],[0.096,-0.075],[0.125,-0.101],[0,-0.244],[-0.024,-0.294],[-0.298,-0.021],[-0.124,-0.07],[-0.126,-0.124],[-0.075,-0.174],[-0.052,-0.123],[-0.074,-0.121],[-0.119,-0.101],[-0.147,-0.099],[-0.097,-0.048],[-0.221,-0.245],[-0.075,-0.146],[0,-0.145],[0.024,-0.121],[0.125,-0.147],[0.123,-0.073],[0.121,0],[0,0],[0.273,0.048],[0.269,0.146],[0,0.566],[0.296,0],[0.364,0.242],[0.151,0.1],[0.171,0.076],[0.153,-0.02],[0.116,0.01],[0.147,0],[0.27,0.097],[0.097,0.173],[0.169,0.096],[0.122,0.049],[0.124,0.024],[0.172,0.076],[0.175,0],[0,0],[0.122,0.096],[0.117,0.097],[0.169,0],[0,0],[0.298,0.172],[0.272,0.174],[0.099,0.048],[0.126,0.072],[0.099,0.072],[0.145,0.122],[0.121,0.076],[0.077,-0.014],[0.051,0.012],[0.221,0],[0,0],[0.147,-0.073],[0,-0.221],[-0.076,-0.195],[-0.121,-0.145],[-0.025,-0.17],[-0.025,-0.122],[0,-0.195],[-0.299,-0.026],[-0.124,0],[-0.122,-0.053],[-0.098,-0.121],[-0.05,-0.12],[-0.046,-0.172],[-0.27,-0.148],[-0.1,-0.122],[0,-0.198],[0,-0.122],[0.049,-0.124],[0.324,-0.118],[0.145,0],[0,0],[0.098,-0.049],[0.074,-0.15],[0.049,-0.125],[0.075,-0.122],[0.121,-0.099],[0,0],[-0.024,0.294],[0,0.144],[0.02,0.293],[0.028,0.147],[0,0],[0.098,-0.076],[0.096,-0.124],[0.1,-0.121],[0.12,-0.123],[0.294,0],[0,0],[0.293,-0.022],[0.064,0.014],[0.103,-0.057],[0.122,-0.097],[0.172,-0.075],[0.169,0],[0,0],[0.149,0],[0,0],[0,0],[0.147,0],[0,0],[0,0],[0.123,0.121],[0.121,0.124],[0.123,0.074],[-0.025,0.147],[-0.025,0.126],[-0.147,0.296],[0,0],[0.101,-0.078],[0.148,-0.075],[0.122,-0.022],[0.126,0],[0.109,0.002],[0.185,-0.091],[0.147,-0.076],[0.294,-0.146],[0,0],[0.416,-0.194],[0.12,-0.097],[0.098,-0.073],[0.149,-0.049],[0.147,0],[0,0],[0.122,-0.024],[0.316,-0.101],[0.147,-0.124],[0.319,-0.194],[0.199,-0.025],[0.213,0.012],[0.32,-0.111],[0.15,-0.145],[-0.072,-0.124],[0,-0.247],[0.17,-0.174],[0.292,-0.145],[0.174,-0.049],[0.123,-0.02],[0.145,0],[0.198,-0.02],[0.247,0],[0,0],[0.145,0.098],[0.17,0.052],[0.099,0.146],[0.048,0.122],[0,0.272],[-0.025,0.366],[0,0],[0,0],[0.172,0.121],[0.099,0.075],[0.096,0.124],[0.097,0.149],[0.223,0],[0.293,0],[0,0],[0.197,0.072],[0.124,0.028],[0.345,0],[0,0],[0.15,0],[0.126,0],[0,0],[-0.269,-0.048],[-0.124,-0.023],[0,0],[0.074,-0.124],[0,-0.198],[0,-0.145],[-0.075,-0.102],[-0.1,-0.048],[-0.148,-0.075],[-0.097,-0.121],[0,-0.243],[0,0],[0,-0.173],[0,-0.123],[0,-0.469],[0,-0.073],[0.297,0.051],[0.101,0.075],[0.122,0.144],[0.075,0.097],[0.147,0.076],[0.175,0],[0.144,-0.021],[0.174,-0.029],[0.152,0],[0.341,0],[0.147,0],[0.05,-0.127],[0.073,-0.099],[0.146,-0.073],[0.127,-0.024],[0.271,-0.052],[0.176,-0.076],[0.125,-0.152],[0.122,-0.099],[0.171,-0.071],[0.211,-0.002],[0,-0.004],[-0.052,-0.269],[-0.073,-0.119],[-0.098,-0.098],[-0.126,-0.072],[-0.126,-0.076],[0,-0.245],[0.024,-0.222],[0.073,0],[0.294,0],[0.293,0.028],[0.271,0.026],[0,0],[0.144,0],[0.323,0.099],[0.174,0.047],[0.121,0.026],[0.066,-0.006],[0.062,0.014],[0.146,0.097],[0.075,0.172],[0,0],[0.119,-0.071],[0.15,-0.1],[0.064,0.015],[0.066,-0.04],[0,-0.244],[-0.147,-0.175],[-0.148,-0.123],[-0.078,-0.098],[-0.051,-0.121],[-0.048,-0.152],[0,0],[-0.315,-0.075],[-0.248,-0.198],[0,-0.217],[0.025,-0.171],[0,0],[0.144,-0.05],[0.144,0],[0.121,0.073],[0.074,0.101],[0.146,0.094],[0.466,0.075],[0.066,-0.006],[0.063,0.013],[0.173,0.27],[0.024,0.149],[0,0.149],[0,0.468],[0,0],[0,0],[0.098,0.59],[0.22,0.194],[0.248,-0.009],[0.175,0.048],[0.128,0.126],[0.097,0.197],[0.244,0.172],[0.179,-0.014],[0.128,0.032],[0.169,0.098],[0.294,0.15],[0,0],[-0.122,-0.053],[-0.125,-0.077],[-0.125,-0.073],[-0.268,-0.12],[-0.293,-0.121],[-0.15,-0.026],[-0.223,0.022],[-0.249,-0.036],[-0.122,-0.05],[-0.147,-0.098],[-0.345,0],[0,0],[-0.149,-0.048],[-0.124,-0.051],[-0.148,-0.072],[-0.124,-0.028],[-0.146,0],[-0.148,0],[-0.296,0],[0,0],[0,0],[-0.146,0.024],[-0.067,-0.006],[-0.061,0.013],[-0.124,0.024],[-0.32,0.073],[-0.146,0],[-0.271,0.074],[-0.145,0.08],[-0.117,0.095],[-0.075,0.146],[-0.05,0.147],[0,0.291],[0.047,0.471],[0.024,0.125],[0.171,0.27],[0.127,0.122],[0.196,0.073],[0.121,0.025],[0.199,0],[0.297,0],[0.274,0.069],[0.269,0.196],[0.123,0.099],[0.125,0.099],[0.127,0.1],[0.172,0.071],[0.067,-0.014],[0.061,0.025],[0,0],[0.146,0.076],[0.122,0.05],[0,0],[0.175,0.073],[0.124,0.021],[0.366,0],[0.364,-0.049],[0.223,0],[0,0],[0.171,0.075],[0.146,0.097],[0.246,0.274],[0,0],[0.098,-0.17],[0.146,-0.023],[0.145,0],[0,0],[0.168,0.097],[-0.05,0.148],[0,0.246],[0.026,0.049],[0.121,0.096],[0.078,0.124],[0.025,0.122],[0.025,0.196],[0,0],[0.125,-0.073],[0.217,0],[0.2,0.123],[0.123,0.072],[0.075,0.12],[0.296,0.019],[0.318,0.052],[0.123,0.026],[0,0],[-0.15,0],[-0.148,0],[-0.198,0],[0,0],[0.126,0.1],[0.169,0.027],[0.119,0],[0.342,0],[0.267,0.1],[0.123,0.097],[0.145,0.101],[0.121,0.047],[0,0],[0,0],[0.417,0],[0,0],[-0.074,0.123],[-0.069,0.174],[-0.024,0.099],[0,0],[0.099,-0.467],[0,-0.169],[0,0],[-0.024,-0.147],[0,0],[-0.019,0.149],[0,0.224],[0.125,0.17],[0.177,0],[0,0],[0,0],[0,0],[0.397,-0.12],[0.172,0],[0.122,0],[0.123,-0.048],[0,-0.2],[0.197,-0.244],[0.244,0],[0,0],[0.175,0.047],[0.144,0.097],[-0.098,0.123],[-0.123,0.123],[0,0],[0.468,-0.126],[0.172,-0.075],[0.051,-0.194],[0,-0.148],[-0.051,-0.147],[-0.194,-0.075],[-0.292,-0.026],[-0.269,-0.026],[0,0],[0,0],[0.196,0.026],[0.342,0],[0.273,0.052],[0.172,0],[0,0],[0.048,-0.418],[0.024,-0.125],[0.075,-0.151],[0.122,-0.099],[0.076,0.273],[0.072,0.096],[0.147,0.073],[0.067,-0.012],[0.061,0.026],[0.148,0.073],[0.151,0.097],[0.07,-0.013],[0.061,0.025],[0.393,0],[0.271,-0.026],[0,0],[0,-0.172],[0,-0.196],[0,-0.322],[0.02,-0.125],[0.121,-0.123],[0.248,0],[0.121,0.145],[0.02,0.124],[0.023,0.149],[0.023,0.15],[0.096,-0.124],[0.148,-0.098],[0.078,0.01],[0.056,-0.011],[0.295,-0.024],[0,0],[-0.147,-0.047],[-0.062,0.014],[-0.069,-0.039],[-0.072,-0.122],[0,-0.149],[0,0],[0.05,-0.15],[0.122,0.074],[0.196,0.027],[0.161,-0.016],[0.143,0.012],[0.171,0.049],[0.026,0.471],[0.048,0.149],[0.223,-0.051],[0,0],[0.175,0],[0.25,0],[0.365,-0.172],[-0.052,-0.118],[0,-0.168],[0,-0.173],[0.395,-0.024],[0.122,0],[0.122,-0.047],[0.146,-0.124],[0.098,-0.073],[0.101,-0.073],[0.124,-0.147],[0.099,-0.074],[0.078,0.016],[0.045,-0.023],[0.148,-0.194],[0,0],[-0.121,0.098],[-0.147,0.073],[-0.147,0.047],[-0.147,0],[-0.147,0],[-0.119,0.047],[-0.148,0.073],[-0.153,0.075],[-0.075,-0.01],[-0.056,0.011],[-0.065,-0.006],[-0.064,0.013],[-0.173,0.074],[-0.391,0],[-0.37,-0.099],[-0.149,-0.073],[0,0],[0.267,-0.049],[0.127,-0.049],[0.127,-0.046],[0.123,-0.031],[0.064,0.033],[0.064,-0.024],[0.102,-0.124],[0.074,-0.122],[0.075,-0.122],[0.072,-0.121],[0.02,-0.147],[0,-0.145],[0.02,-0.296],[0.245,-0.345],[0.219,-0.248],[0.121,-0.098],[0.126,-0.099],[0.125,-0.095],[0.098,-0.096],[0.075,-0.148],[0.023,-0.123],[0.023,-0.124],[0.149,-0.145],[0.049,-0.2],[0.025,-0.272],[0.022,-0.149],[0.022,-0.151],[0,0],[0.173,-0.072],[0.244,-0.171],[0.147,-0.098],[0.145,-0.101],[0.078,0.015],[0.053,-0.01],[0.119,-0.025],[0.173,-0.074],[0,0],[-0.149,0],[-0.15,0],[0,0],[0.052,-0.176],[0.052,-0.096],[0.118,-0.075],[0.147,-0.073],[0.144,-0.098],[0.123,-0.075],[0.172,-0.098],[0.168,-0.069],[0.097,-0.054],[0.123,-0.148],[0.074,-0.148],[0.073,-0.122],[0.27,0],[0.417,0],[0,0],[0,0],[-0.101,-0.294],[0.44,-0.071],[0.069,0.007],[0.06,-0.011],[0.299,-0.148],[0.146,-0.075],[0.17,-0.051],[0.06,0.008],[0.068,-0.028],[0.075,-0.125],[0.024,-0.121],[0.024,-0.121],[0.171,-0.099],[0.177,-0.024],[0.126,-0.024],[0.124,0],[0.148,-0.122],[0,-0.197],[0,-0.148],[0,-0.171],[0.074,-0.123],[0.086,0.004],[0.022,-0.046],[0,-0.171],[-0.022,-0.15],[0,-0.247],[0.147,-0.2],[0.079,0.022],[0.045,-0.038],[0.098,-0.096],[0,0],[0,0],[-0.147,-0.046],[-0.147,-0.046],[-0.101,-0.122],[0.101,-0.121],[0.071,-0.146],[0.048,-0.124],[0.025,-0.123],[0.074,-0.172],[0,-0.149],[0,-0.196],[-0.614,-0.048],[0.153,-0.317],[0.076,-0.173],[0,-0.175],[0,-0.175],[-0.02,-0.127],[-0.273,-0.054],[-0.063,0.011],[-0.102,-0.044],[-0.153,-0.1],[-0.148,-0.147],[0,0],[-0.123,-0.024],[-0.243,0],[-0.318,0.172],[-0.172,0.074],[-0.075,-0.011],[-0.055,0.011],[-0.122,0.049],[-0.145,0.098],[-0.101,0.121],[-0.127,0.145],[-0.269,0.269],[-0.17,0.046],[-0.125,0.027],[-0.146,0],[-0.147,0.024],[0,0],[-0.058,0.009],[-0.067,-0.026],[-0.103,-0.096],[-0.075,-0.151],[-0.047,-0.129],[-0.051,-0.173],[-0.072,-0.318],[-0.02,-0.124],[-0.101,-0.148],[0,-0.273],[0,0],[0,-0.223],[0,-0.128],[-0.268,-0.173],[-0.118,-0.076],[-0.099,-0.148],[-0.026,-0.173],[0,0],[0,0],[-0.152,-0.268],[-0.12,-0.12],[-0.123,-0.15],[-0.05,-0.178],[0,-0.148],[0.025,-0.122],[0,-0.249],[0,0],[-0.025,-0.146],[-0.025,-0.152],[0,0],[-0.023,0.195],[-0.023,0.121],[-0.081,0.146],[-0.195,0.048],[-0.148,0],[0,0],[-0.124,0],[-0.176,0],[-0.151,0.078],[-0.172,0.075],[-0.343,0],[0,0],[0,0],[0,0.149],[0.03,0.217],[0,0],[0.148,0.027],[0.059,-0.008],[0.068,0.027],[0.075,0.103],[0.101,0.075],[-0.173,0.297],[-0.05,0.176],[-0.025,0.296],[-0.024,0.293],[-0.024,0.122],[-0.072,0.149],[-0.124,0.097],[-0.168,0.074],[-0.123,0.047],[-0.174,0.048],[-0.123,0.05],[-0.066,-0.015],[-0.053,0.041],[-0.073,0.149],[-0.05,0.121],[-0.099,0.145],[-0.095,0.126],[-0.023,0.171],[0,0.149],[0,0],[0.029,0.192],[0.295,0.022],[0.295,0],[0.146,0],[0.097,0.469],[0.2,0.072],[0.071,-0.013],[0.049,0.025],[0.148,0.118],[0,0.148],[0,0],[-0.099,0.122],[-0.096,0.122],[-0.075,0.169],[-0.028,0.148],[-0.124,0.245],[-0.122,0.103],[-0.147,0.045],[-0.074,-0.011],[-0.057,0.011],[-0.249,0.198],[-0.1,0.12],[-0.125,0.122],[-0.125,0.068],[-0.166,-0.005],[-0.101,0.019],[-0.068,-0.011],[-0.1,0.043],[-0.123,0.098],[-0.074,0.147],[-0.046,0.097],[-0.145,0.121],[-0.128,0.03],[-0.124,0],[-0.125,0.029],[-0.119,0.046],[0,0.243],[0.124,0.2],[0.072,0.174],[0,0.147],[-0.264,0.37],[-0.144,0.094],[-0.077,-0.018],[-0.057,0.023],[-0.148,0.093],[-0.072,0.202],[-0.126,0.269],[-0.097,0.073],[-0.295,0],[-0.271,-0.048],[-0.069,0.005],[-0.061,-0.012],[-0.126,-0.101],[-0.221,-0.295],[-0.099,0.049],[-0.175,0.049],[-0.148,0],[-0.148,-0.097],[-0.077,-0.145],[-0.072,-0.123],[0,-0.168],[0,0],[0,0],[0.026,-0.468],[0.026,-0.124],[0.196,-0.265],[0.147,-0.1],[0.247,0],[0.419,0],[0.147,-0.048],[0.125,-0.097],[0.072,-0.122],[0.072,-0.147],[0.073,-0.122],[0.123,-0.098],[0.125,-0.149],[0.126,-0.122],[0.124,-0.073],[0,-0.368],[0,-0.54],[0.097,-0.221],[0,-0.272],[-0.027,-0.536],[0,0],[0,-0.151],[0,-0.344],[-0.372,-0.051],[-0.271,-0.149],[-0.124,-0.12],[-0.143,-0.072],[-0.292,-0.126],[-0.15,-0.073],[-0.418,0],[0,0],[-0.145,0.048],[-0.592,0],[-0.389,0],[-0.194,0.024],[-0.121,0.046],[-0.121,0.077],[-0.069,0.097],[-0.121,0.098],[0,0],[-0.173,0.051],[-0.221,0],[-0.047,-0.026],[-0.1,-0.148],[-0.076,-0.119],[-0.123,-0.093],[0,0],[0,0],[0.196,-0.048],[0.294,0],[0.369,-0.048],[0.12,-0.018],[0.149,-0.073],[0.149,-0.124],[0.098,-0.147],[0.098,-0.148],[0.098,-0.12],[0.146,-0.073],[0.148,0],[0.267,0.097],[0.171,0.126],[0.273,0],[0.372,-0.05],[0.296,0.026],[0.293,-0.024],[0.122,-0.025],[0.144,-0.051],[0.194,0],[0.148,0],[0.169,0],[0.147,-0.07],[0.096,-0.121],[0.046,-0.124],[0.124,-0.145],[0.147,0],[0.145,0],[0.123,0.047],[0.144,0.126],[0.097,0.051],[0.147,0],[0.122,-0.025],[0.124,-0.068],[0.07,-0.119],[-0.171,-0.05],[-0.068,0.006],[-0.063,-0.012],[-0.174,-0.073],[0.271,-0.026],[0.466,-0.148],[0.147,-0.048],[-0.073,-0.097],[-0.322,-0.124],[-0.117,0],[-0.144,0],[-0.222,0],[-0.197,0.048],[-0.251,0.294],[-0.248,0],[-0.194,-0.102],[-0.121,-0.072],[-0.096,-0.149],[-0.051,-0.124],[-0.051,-0.103],[-0.12,-0.075],[-0.151,-0.069],[-0.145,-0.095],[0.122,-0.122],[0.372,-0.24],[0.048,-0.149],[0.024,-0.124],[0.023,-0.269],[0,0],[0.174,0.074],[0.101,0.072],[0.073,0.146],[0.073,0.123],[0.124,0.146],[0.084,-0.025],[0.024,0.047],[0.022,0.123],[0,0.151],[0,0],[0.292,-0.225],[0.12,-0.1],[0.072,-0.121],[0.022,-0.122],[0.022,-0.123],[0.054,-0.147],[0.072,-0.17],[0.026,-0.122],[0,-0.245],[-0.048,-0.199],[0,-0.127],[0,-0.175],[0.074,-0.172],[0.072,-0.169],[0.025,-0.199],[0,0],[0,0],[0.145,0.027],[0.418,0.051],[0.297,0],[0.293,-0.025],[0.076,-0.145],[0,-0.196],[-0.051,-0.148],[-0.27,-0.245],[0,0],[0,0],[0.513,0.346],[0.124,0.125],[0.223,0.047],[0.148,0],[0.146,-0.022],[0.322,-0.198],[0.168,-0.072],[0.121,-0.049],[0.123,-0.072],[0.145,-0.097],[0.171,-0.076],[0.466,0],[0.269,-0.078],[0.199,-0.05],[0.25,0],[0.295,0.295],[0,0.54],[0,0],[0.124,-0.071],[0.12,0],[0.144,0],[0.195,0],[0,0],[0.318,0],[0.051,-0.471],[0,0],[0.175,0.127],[0.048,0.172],[0.072,0.322],[0,0],[0,0],[0,0],[0,0.15],[-0.023,0.147],[0,0],[-0.296,-0.096],[-0.175,-0.073],[-0.249,0],[-0.293,0.027],[0,0.296],[0,0.393],[-0.099,0.223],[0,0.27],[0.025,0.297],[0,0],[0.175,0],[0.101,0.013],[0.162,-0.059],[0.147,-0.073],[0.101,-0.127],[0.225,0],[0,0],[0.149,0.047],[-0.122,0.247],[-0.075,0.172],[0,0.145],[0,0],[0.296,0],[0.148,0.021],[-0.072,0.176],[-0.074,0.32],[0,0.148],[0.023,0.125],[0.075,0.171],[0.101,0.118],[0.196,0],[0.147,0],[0.075,-0.174],[0.125,-0.247],[0.32,-0.122],[0.076,0.011],[0.052,-0.009],[0.174,-0.05],[0,-0.22],[0,-0.248],[0,0],[0.098,-0.071],[0.123,-0.048],[0.123,-0.031],[0,-0.417],[-0.222,-0.321],[-0.149,-0.121],[-0.126,-0.077],[-0.148,-0.078],[0.025,-0.125],[0,-0.173],[0,-0.17],[0,0],[0,-0.246],[0,-0.098],[-0.048,-0.125],[-0.074,-0.174],[0,-0.339],[0,0],[0,0],[0.194,-0.024],[0.392,0],[0,0],[0.271,0],[0.397,0],[0.246,-0.145],[0.122,-0.071],[0.146,-0.051],[0.243,-0.196],[0.071,-0.128],[0.053,-0.149],[0.392,0],[0.174,0.029],[0,0],[0,0],[0.148,0],[0.151,0],[0,0],[0,0],[0,0],[0.193,-0.047],[0.148,-0.051],[0.122,-0.048],[0.147,-0.072],[0.296,-0.249],[0.176,-0.097],[0.172,-0.02],[0,0],[0.491,0],[0,0],[0.542,-0.097],[0.122,-0.026],[0.122,-0.025],[0,0],[0,0],[0.171,0],[0.109,-0.011],[0.152,0.041],[0.149,0.102],[0.077,0.099],[0.241,0],[0.216,-0.018],[0,0],[-0.296,-0.094],[0,0],[0,0],[0,0],[0.492,0],[0.144,0.022],[0.146,0],[0.147,0],[0.171,0.048],[0.146,0.099],[0.073,0.121],[0.296,-0.049],[0.067,0.006],[0.06,-0.013],[0.242,-0.168],[0.071,-0.147],[0,-0.147],[-0.098,-0.123],[-0.085,0.021],[-0.044,-0.02],[-0.148,-0.073],[-0.148,-0.073],[-0.144,-0.023],[-0.165,0.016],[-0.143,-0.009],[0,0],[-0.146,-0.073],[-0.147,-0.098],[-0.124,-0.072],[-0.124,-0.121],[-0.293,-0.223],[0,0],[-0.147,-0.097],[-0.144,-0.073],[-0.266,-0.2],[0,-0.244],[0.021,-0.197],[0,-0.272],[-0.078,-0.545],[0,-0.222],[0.097,-0.196],[0.372,-0.371],[0.094,-0.099],[0.12,-0.072],[0.494,0],[0,0],[0.176,0.05],[0.246,0.047],[0.149,0],[0.391,0.05],[0.152,0.075],[0.172,0.102],[0.174,0],[0,0],[0.393,0],[0.174,0.026],[0.268,0],[0,0],[0.073,-0.126],[0.052,-0.118],[0.049,-0.146],[0,0],[0,0],[-0.118,-0.118],[-0.101,-0.148],[0,-0.221],[0.048,-0.197],[0,-0.394],[-0.073,-0.245],[-0.052,-0.149],[0,-0.195],[0,0],[0.074,-0.125],[0.097,-0.149],[0.078,-0.125],[0,-0.493],[-0.025,-0.121],[-0.076,-0.169],[0,0],[-0.023,-0.194],[0,0],[0,0],[0.053,-0.173],[0,-0.246],[-0.021,-0.37],[0,0],[-0.343,0],[-0.147,-0.048],[-0.146,-0.096],[-0.222,0],[-0.393,0],[-0.176,-0.048],[-0.149,-0.051],[-0.125,-0.048],[0,0],[-0.097,-0.145],[-0.076,-0.145],[-0.075,-0.12],[-0.123,-0.151],[0,0],[0,0],[-0.174,0],[-0.126,-0.006],[-0.146,0.012],[-0.272,0.101],[-0.148,0.073],[-0.291,0.252],[-0.169,0.078],[-0.295,0.051],[-0.125,-0.006],[-0.149,0.013],[-0.147,0.048],[-0.146,0.096],[-0.244,0.295],[-0.518,0.197],[-0.295,0.028],[-0.214,-0.01],[-0.225,0.012],[-0.294,0.023],[0,0],[0.074,0.125],[0.147,0.146],[0,0.22],[-0.072,0.197],[-0.076,0.167],[-0.172,0.345],[0,0],[-0.07,0.121],[-0.124,0.072],[-0.08,-0.016],[-0.051,0.01],[-0.268,0.1],[-0.119,0.096],[-0.174,0.047],[-0.122,0.047],[-0.067,-0.012],[-0.062,0.024],[-0.172,0.075],[-0.076,-0.011],[-0.054,0.011],[-0.147,0.024],[-0.216,-0.016],[-0.193,0.011],[-0.293,0.025],[0,0],[0,0],[0,0.293],[0,0.172],[-0.074,0.27],[-0.096,0.123],[-0.293,0.074],[-0.223,0],[-0.368,-0.072],[-0.068,0.006],[-0.06,-0.012],[-0.494,-0.15],[-0.391,0],[0,0],[-0.146,0],[-0.148,0],[-0.072,0.249],[-0.074,0.102],[-0.125,0.1],[-0.174,0.074],[-0.124,0],[0,0],[-0.27,0.048],[-0.17,0.072],[-0.148,0.097],[-0.147,0.126],[-0.221,0],[-0.145,0],[-0.269,-0.196],[-0.196,-0.273],[-0.196,-0.464],[-0.05,-0.119],[-0.097,-0.144],[-0.147,-0.096],[-0.149,-0.074],[0,0],[-0.122,-0.075],[-0.122,-0.173],[-0.049,-0.099],[-0.145,-0.121],[-0.146,-0.127],[-0.121,-0.099],[-0.174,-0.121],[-0.125,-0.074],[-0.174,-0.096],[-0.173,-0.049],[-0.293,-0.052],[-0.071,0.009],[-0.098,-0.028],[-0.126,-0.099],[-0.074,-0.121],[-0.465,-0.272],[-0.127,-0.049],[-0.149,-0.069],[-0.123,-0.097],[-0.198,-0.276],[-0.172,-0.317],[-0.048,-0.149],[-0.027,-0.121],[0,-0.32],[0.047,-0.294],[0.663,-0.419],[0.169,-0.071],[0.123,-0.025],[0.294,0],[0.198,0],[1.051,0],[0,0],[-0.269,-0.197],[-0.099,-0.124],[-0.076,-0.123],[-0.098,-0.096],[-0.175,-0.077],[-0.076,0.011],[-0.054,-0.011],[-0.319,0],[0,0],[0,0],[-0.125,0.05],[-0.266,0.196],[-0.172,0.096],[-0.07,-0.02],[-0.038,0.05],[-0.049,0.125],[-0.098,0.267],[-0.075,0.101],[-0.171,0.098],[-0.075,-0.011],[-0.056,0.011],[-0.267,0.096],[0,0.148],[0,0.149],[0,0],[0.196,0],[0,0],[0.148,0],[0,0],[-0.023,0.226],[0,0],[-0.322,-0.121],[-0.122,-0.077],[-0.223,0],[-0.174,0],[0.074,0.466],[0,0.293],[0.194,0.027],[0.066,-0.005],[0.061,0.015],[0.17,0.077],[0.147,0.124],[0.171,0.098],[0.127,0.072],[0.172,0.072],[0.067,-0.014],[0.052,0.039],[0.122,0.126],[0.099,0.047],[0.08,-0.011],[0.055,0.01],[0.07,-0.007],[0.06,0.011],[0.146,0.05],[0.099,0.075],[0.121,0.076],[0.172,0.075],[0.075,-0.011],[0.055,0.013],[0.143,0.021],[0.068,-0.006],[0.071,0.011],[-0.023,0.121],[0,0.194],[0,0.147],[0.174,0.125],[0.175,0.05],[0.392,0.247],[0.123,0.094],[0.073,-0.021],[0.038,0.049],[0.026,0.121],[0,0.345],[0.349,0],[0.34,-0.024],[0,0],[0,0],[0,0.194],[0,0],[0.049,0.123],[0,0.221],[-0.173,0.148],[-0.223,0],[-0.175,-0.098],[-0.098,-0.146],[-0.101,-0.15],[-0.125,-0.096],[-0.074,0.017],[-0.059,-0.023],[-0.122,-0.047],[-0.148,-0.101],[-0.146,-0.099],[-0.148,-0.05],[-0.077,0.011],[-0.056,-0.01],[-0.152,-0.098],[-0.051,-0.193],[-0.245,-0.22],[-0.076,0.017],[-0.057,-0.021],[-0.296,-0.195],[-0.123,-0.072],[-0.146,-0.123],[-0.367,-0.02],[-0.086,0.005],[-0.154,-0.117],[-0.07,-0.094],[-0.12,-0.096],[-0.147,-0.074],[-0.293,-0.15],[-0.542,-0.195],[-0.249,-0.147],[-0.125,-0.147],[-0.05,-0.121],[0,-0.2],[0.05,-0.148],[0.076,-0.175],[0.028,-0.124],[0,-0.219],[-0.096,-0.171],[0,-0.369],[-0.046,-0.27],[-0.198,-0.24],[-0.12,-0.073],[-0.08,0.017],[-0.051,-0.009],[-0.145,0],[-0.267,-0.054],[0,0],[0,0],[0.124,0.025],[0.147,0],[0.148,-0.024],[-0.048,-0.126],[-0.074,-0.15],[-0.291,-0.243],[-0.121,-0.099],[-0.148,-0.145],[-0.1,0.149],[-0.05,0.096],[-0.126,0.15],[-0.053,-0.122],[-0.07,-0.099],[-0.149,-0.294],[-0.023,-0.345],[-0.023,-0.12],[-0.197,-0.151],[0,0],[-0.125,0.025],[-0.126,0.077],[-0.097,0.12],[-0.073,0.171],[0,0.149],[0,0],[0,0.171],[-0.125,0.097],[-0.171,0],[-0.121,-0.026],[-0.199,-0.025],[-0.168,0],[0,0],[-0.196,0.025],[-0.021,0.341],[0,0.146],[0,0.071],[-0.316,0.022],[-0.147,0.021],[0.122,0.147],[0.144,0.124],[0.194,0.071],[0.197,0],[0,-0.297],[0.025,-0.15],[0.169,0.07],[0.121,0.053],[0.124,0.175],[0.049,0.173],[0.024,0.123],[0.022,0.118],[0.049,0.12],[0.12,0.099],[0.123,0.052],[0.074,-0.011],[0.056,0.013],[0.123,0.148],[0.026,0.169],[0,0.148],[0,0],[-0.078,0.17],[0,0],[-0.151,-0.069],[-0.174,-0.025],[-0.292,0],[0,0],[0,0],[-0.171,0.077],[0.146,0.1],[0.121,0.048],[-0.121,0.146],[-0.193,0.025],[-0.347,0],[-0.322,-0.048],[-0.124,-0.023],[-0.146,-0.074],[-0.196,-0.047],[-0.06,0.008],[-0.067,-0.025],[-0.099,-0.101],[-0.052,-0.119],[-0.076,-0.1],[-0.095,-0.076],[-0.146,-0.077],[0,0],[0.12,-0.074],[0,-0.221],[-0.294,-0.27],[-0.269,-0.197],[0,-0.441],[0,-0.076],[0,-0.149],[0,-0.147],[0,0],[-0.062,-0.147],[-0.096,-0.158],[-0.058,-0.076],[-0.072,-0.062],[-0.065,-0.048],[-0.061,-0.048],[-0.096,-0.07],[-0.062,-0.072],[0,-0.134],[0.035,-0.124],[0.06,-0.089],[0.024,-0.071],[0.007,-0.101],[0,-0.15],[-0.044,-0.205],[-0.037,-0.077],[-0.088,-0.038],[-0.097,0],[-0.074,0.211],[-0.011,0.06],[-0.024,0.111],[0,0.079],[0.016,0.234],[0,0.073],[-0.011,0.237],[0,0],[-0.047,-0.021],[-0.076,-0.048],[-0.066,-0.057],[-0.076,-0.064],[-0.163,-0.16],[-0.064,-0.075],[-0.075,-0.082],[-0.086,-0.035],[-0.078,-0.02],[-0.077,0],[-0.149,0],[-0.135,-0.048],[-0.082,-0.023],[-0.16,0],[-0.075,0.01],[-0.062,0.041],[-0.036,0.091],[0,0.076],[0,0.084],[0,0.223],[-0.036,0.098],[-0.06,0.086],[-0.038,0.077],[-0.086,0.037],[-0.195,0],[-0.17,-0.122],[-0.065,-0.058],[-0.149,-0.128],[-0.077,-0.059],[-0.162,-0.11],[-0.1,-0.086],[-0.072,-0.045],[-0.074,-0.035],[-0.06,-0.021],[-0.109,0],[0,0],[0,0.271],[0,0],[0,0.109],[-0.024,0.185],[-0.122,0],[-0.075,0],[-0.079,0.011],[-0.109,0],[-0.232,-0.134],[-0.161,-0.088],[-0.073,-0.024],[-0.163,0],[-0.069,0.025],[-0.064,0.04],[-0.052,0.061],[-0.065,0.059],[-0.028,-0.048],[-0.076,-0.123],[-0.034,-0.075],[-0.016,-0.063],[0,-0.148],[0.064,-0.235],[0.037,-0.09],[0.087,-0.221],[0,-0.308],[-0.011,-0.137],[-0.033,-0.113],[-0.023,-0.075],[-0.027,-0.061],[-0.051,-0.122],[0,-0.11],[0.036,-0.122],[0.074,-0.075],[0.034,-0.089],[0.01,-0.073],[0,-0.171],[0.035,-0.073],[0.052,-0.075],[0.086,-0.208],[0.075,-0.134],[0.187,-0.087],[0.083,-0.046],[0.076,-0.06],[0.035,-0.098],[0.011,-0.063],[0.013,-0.151],[0.136,-0.354],[0.075,-0.199],[0.158,-0.162],[0.073,-0.06],[0.085,-0.051],[0.084,-0.011],[0,0],[0.062,0.004],[0.091,-0.012],[0.148,-0.025],[0.065,0],[0.042,0.004],[0.041,-0.005],[0.06,-0.011],[0.072,-0.038],[0.124,0],[0.124,0.036],[0.071,0.062],[0.219,0.026],[0,0],[0.113,0],[0.137,0.012],[0.108,0],[0.183,0.038],[0.097,0],[0,0],[0.084,-0.011],[0.087,-0.05],[-0.16,-0.062],[-0.246,-0.061],[-0.245,-0.024],[-0.147,-0.012],[0,0],[0,0],[-0.097,-0.123],[-0.033,-0.076],[0,-0.137],[0,-0.083],[0,-0.076],[0,-0.101],[0,-0.306],[-0.124,-0.122],[-0.196,-0.297],[-0.073,-0.147],[0,0],[-0.1,-0.147],[-0.126,-0.146],[-0.192,-0.075],[-0.172,0],[0,0],[-0.149,0.048],[-0.099,0.122],[-0.05,0.126],[-0.147,0.148],[0,0],[-0.32,-0.445],[-0.1,-0.122],[-0.147,-0.122],[-0.124,-0.073],[-0.072,-0.174],[-0.073,-0.316],[-0.024,-0.123],[-0.074,-0.148],[-0.272,-0.316],[-0.071,-0.199],[0,-0.269],[0,0],[0,-0.148],[-0.246,-0.395],[-0.225,-0.1],[-0.145,-0.048],[-0.118,-0.076],[-0.101,-0.121],[-0.078,-0.12],[-0.072,-0.124],[-0.217,-0.394],[-0.144,-0.296],[0,0],[0,-0.491],[0.027,-0.148],[0.025,-0.173],[0,-0.145],[-0.174,-0.224],[-0.148,-0.122],[-0.125,-0.072],[-0.148,-0.126],[-0.273,-0.272],[-0.122,-0.146],[-0.097,-0.122],[-0.123,-0.17],[-0.147,-0.318],[-0.122,-0.147],[-0.122,-0.17],[-0.297,-0.418],[-0.368,-0.491],[-0.073,-0.148],[-0.073,-0.196],[0,-0.175],[-0.022,-0.293],[-0.022,-0.125],[-0.049,-0.146],[0,-0.369],[0,0],[-0.393,-0.343],[-0.39,-0.042],[-0.297,0],[-0.42,0.145],[-0.096,0.169],[-0.22,0.219],[-0.3,0.122],[-0.173,0],[0,0],[-0.17,-0.05],[-0.069,0.006],[-0.061,-0.012],[0,0],[-0.122,0.146],[-0.174,0.117],[-0.2,0.072],[-0.438,0.149],[-0.171,0.056],[-0.133,-0.016],[-0.133,0.028],[-0.17,0.023],[-0.124,0],[-0.267,0.097],[-0.146,0.146],[0,0],[-0.199,0.049],[-0.123,0],[-0.469,0],[-0.025,0.267],[-0.074,0.1],[-0.147,0.125],[-0.076,-0.017],[-0.057,0.023],[-0.174,0.048],[-0.124,0.024],[-0.147,0.017],[-0.122,0],[-0.146,0.023],[0,0],[-0.027,0.217],[0,0.124],[-0.027,0.117],[-0.174,0.275],[0,0],[-0.023,0.124],[-0.051,0.148],[-0.196,0.226],[-0.172,0.073],[-0.147,0],[0,0],[-0.145,0],[0,0],[-0.046,0.145],[-0.046,0.123],[-0.075,0.169],[-0.097,0.121],[-0.248,0],[0,0],[-0.144,-0.097],[-0.12,-0.046],[-0.047,0.465],[-0.103,0.49],[-0.049,0.169],[-0.097,0.094],[-0.124,0.029],[-0.065,-0.007],[-0.064,0.015],[-0.294,0.124],[0.122,0.317],[0.195,0.072],[0.061,-0.008],[0.07,0.027],[0.146,0.074],[0.071,0.126],[0.023,0.121],[0.027,0.178],[0.076,0.148],[0.177,0.072],[0.296,0.074],[0.122,0],[0.146,0.05],[-0.023,0.127],[0,0.319],[0.051,0.099],[0.12,0.073],[0.175,0],[0,0],[0.099,-0.324],[0.246,-0.243],[0.07,0.319],[0.05,0.124],[0.095,0.127],[0.122,0.124],[0,0],[0.121,0.126],[0.121,0.099],[0.126,-0.075],[0.125,-0.074],[0.121,-0.076],[0.071,-0.317],[0.022,-0.468],[0.025,-0.295],[0.291,0],[0.339,0.023],[0,0],[0.171,0.048],[0.298,0],[0.074,-0.023],[0.172,-0.074],[0.12,-0.073],[0.149,-0.146],[0.223,0],[0.267,0.147],[0.153,0.149],[0.051,0.199],[0,0.146],[-0.049,0.097],[-0.095,0.078],[-0.42,0],[0,0],[-0.221,-0.051],[-0.245,0],[-0.246,0.023],[-0.145,0.023],[0.097,0.073],[0.195,0],[0,0],[0.296,0],[0,0],[0.146,0],[0.123,0.026],[0.419,0.022],[0.208,-0.007],[0.232,0.011],[0.147,0],[0,0],[0,0],[0.144,0.095],[0.128,0.078],[0.197,0.072],[0.121,0.02],[0.122,0],[0.147,0.052],[0.072,0.223],[0.023,0.17],[0.072,0.268],[0.196,0.273],[0.047,0.195],[0.025,0.125],[0,0.147],[0.023,0.196],[0,0.247],[-0.028,0.245],[-0.076,0.148],[-0.2,0.072],[-0.221,0],[-0.365,-0.075],[-0.395,-0.393],[-0.124,-0.099],[-0.249,-0.293],[-0.097,-0.171],[-0.249,-0.419],[-0.177,-0.102],[-0.447,-0.248],[-0.294,-0.245],[-0.32,-0.196],[-0.318,-0.072],[-0.164,0.016],[-0.141,-0.009],[-0.12,0],[-0.591,0],[0,0],[0,0],[-0.148,0.022],[-0.131,-0.006],[-0.133,0.012],[-0.148,0.024],[0,0],[-0.268,-0.072],[-0.146,-0.102],[-0.12,-0.319],[-0.023,-0.124],[-0.05,-0.12],[-0.12,-0.102],[-0.149,-0.074],[-0.197,0],[0,0],[-0.172,0],[-0.174,-0.047],[-0.148,-0.098],[-0.099,-0.124],[-0.125,-0.072],[-0.222,0],[0,0],[-0.345,0],[0,0],[0,0],[0,0],[-0.298,-0.248],[-0.119,-0.103],[-0.101,-0.147],[-0.247,-0.217],[-0.151,-0.076],[-0.102,-0.048],[-0.126,-0.148],[-0.048,-0.151],[-0.027,-0.296],[-0.101,0.002],[-0.076,-0.092],[-0.123,-0.099],[-0.149,-0.072],[-0.125,0],[0,0],[-0.271,-0.074],[-0.151,-0.053],[-0.122,-0.049],[-0.372,-0.071],[0.468,-0.047],[0.268,-0.07],[0.149,-0.049],[-0.073,-0.126],[-0.121,-0.103],[-0.124,-0.05],[-0.121,-0.049],[-0.12,-0.123],[-0.122,-0.148],[-0.32,-0.196],[-0.174,-0.122],[-0.198,-0.049],[-0.146,0],[-0.122,0.048],[-0.148,0.098],[-0.154,0.073],[-0.241,0.12],[-0.12,0.173],[-0.221,0],[-0.32,-0.244],[-0.073,-0.124],[0,-0.394],[-0.048,-0.27],[-0.078,-0.347],[0,-0.124],[0,-0.317],[0,0],[0,-0.194],[-0.026,-0.54],[-0.026,-0.121],[-0.072,-0.295],[0,-0.148],[-0.049,-0.492],[-0.249,-0.295],[-0.126,-0.146],[-0.099,-0.167],[-0.025,-0.164],[-0.025,-0.122],[-0.098,-0.315],[-0.023,-0.12],[-0.074,-0.175],[-0.025,-0.17],[-0.025,-0.124],[-0.046,-0.147],[-0.074,-0.124],[-0.118,-0.171],[-0.072,-0.123],[-0.075,-0.196],[0,-0.297],[0,0],[0,-0.295],[-0.324,-0.471],[-0.098,-0.174],[-0.074,-0.148],[-0.073,-0.147],[-0.32,-0.662],[-0.171,-0.468],[-0.047,-0.124],[0,0],[-0.141,-0.12],[-0.269,0],[-0.173,0.098],[-0.121,0.148],[-0.049,0.123],[-0.045,0.146],[-0.295,0.392],[-0.126,0.075],[-0.069,-0.012],[-0.061,0.026],[-0.118,0.026],[-0.125,0.149],[-0.076,0.174],[-0.049,0.123],[-0.048,0.146],[0,0.289],[-0.098,0.369],[-0.073,0.172],[-0.074,0.295],[-0.026,0.295],[0.024,0.29],[0,0.296],[0,0.147],[0,0],[0,0.609],[-0.075,0.125],[-0.118,0.076],[-0.467,0],[-0.323,0.296],[-0.096,0.294],[-0.073,0.145],[-0.195,0.075],[-0.122,0.05],[-0.124,0.052],[-0.147,0.098],[-0.145,0.097],[-0.117,0.068],[-0.098,0.071],[-0.096,0.151],[-0.147,0.273],[-0.122,0.148],[-0.096,0.124],[-0.149,0.1],[-0.244,0.222],[-0.098,0.146],[-0.074,0.122],[-0.122,0.078],[-0.077,-0.015],[-0.052,0.013],[-0.06,-0.008],[-0.068,0.027],[-0.124,0.147],[-0.077,0.122],[-0.318,0.095],[-0.147,0],[-0.083,-0.001],[-0.158,0.105],[-0.094,0.148],[-0.049,0.614],[-0.022,0.299],[0,0],[-0.145,-0.027],[-0.22,0],[0,0],[-0.172,0.076],[-0.065,-0.013],[-0.062,0.027],[-0.171,0.077],[-0.1,0.049],[-0.149,0.1],[-0.079,0.124],[0,0],[0,0],[-0.244,-0.052],[-0.06,0.014],[-0.043,-0.063],[-0.096,-0.146],[-0.046,-0.121],[-0.072,-0.121],[-0.125,-0.124],[-0.072,-0.124],[-0.096,-0.321],[0,-0.296],[-0.074,-0.124],[-0.075,-0.122],[-0.097,-0.122],[-0.075,-0.098],[-0.296,-0.248],[-0.121,-0.124],[-0.1,-0.146],[0,-0.196],[0,0],[0,-0.147],[-0.004,-0.285],[-0.001,0],[-0.296,0],[-0.121,-0.07],[-0.074,-0.1],[0,-0.149],[0.075,-0.268],[0.046,-0.145],[0,-0.465],[-0.419,-0.416],[-0.149,-0.099],[-0.173,-0.026],[-0.295,0],[0,0],[-0.125,0.049],[-0.145,0.076],[-0.13,0.052],[-0.145,0.024],[-0.321,0.074],[0,0],[0,0],[-0.073,0.172],[-0.323,-0.344],[-0.074,-0.148],[-0.053,-0.151],[-0.075,-0.297],[-0.151,-0.492],[-0.049,-0.119],[-0.096,-0.145],[-0.075,-0.147],[0,-0.146],[0,-0.589],[-0.047,-0.148],[-0.073,-0.123],[-0.095,-0.123],[-0.272,-0.272],[-0.1,-0.144],[0,-0.248],[0,-0.293],[0,-0.317],[0.344,-0.222],[0.148,-0.073],[0.095,-0.076],[0.047,-0.148],[0,-0.124],[0,-0.466],[0,0],[0.027,-0.296],[0,-0.247],[-0.171,-0.346],[-0.15,-0.123],[-0.148,-0.074],[-0.126,-0.053],[-0.241,-0.296],[-0.32,-0.173],[-0.124,-0.069],[-0.095,-0.146],[-0.026,-0.2],[-0.026,-0.35],[-0.099,-0.245],[-0.126,-0.294],[-0.075,-0.169],[-0.097,-0.195],[0,-0.368],[0,0],[-0.021,-0.148],[-0.051,-0.169],[-0.123,-0.144],[-0.171,-0.1],[-0.146,-0.073],[-0.539,-0.196],[-0.249,-0.197],[-0.173,-0.267],[-0.127,-0.094],[-0.127,-0.051],[-0.124,-0.024],[-0.175,-0.049],[-0.269,0],[0,0],[-0.146,0.069],[0.202,0.276],[0.097,0.099],[0.097,0.096],[0.072,0.317],[0.019,0.343],[0,0.148],[0.074,0.434],[0.026,0.12],[0.073,0.152],[0.049,0.199],[0,0.472],[0,0],[0,0.15],[0,0],[0,0.195],[0,0],[0.371,0.247],[0.123,0.096],[0.121,0.098],[0.121,0.101],[0.173,0.077],[0.295,0.054],[0.068,-0.008],[0.099,0.031],[0.194,0.272],[0.046,0.167],[0.027,0.12],[0,0.292],[0.027,0.123],[0.072,0.098],[0.126,0.096],[0.076,0.124],[0,0.296],[0,0],[0.071,0.097],[0.124,0.072],[0.145,0.051],[0,0],[0,0],[-0.27,0.494],[-0.194,0.462],[0,0.24],[0,0.295],[-0.072,0.197],[-0.102,0.149],[-0.101,0.175],[-0.097,-0.079],[-0.124,-0.099],[-0.099,-0.126],[-0.074,-0.15],[-0.101,-0.244],[-0.146,-0.098],[-0.244,0],[0,0],[-0.148,0.023],[-0.169,0],[-0.196,-0.274],[-0.15,-0.345],[-0.123,-0.316],[-0.148,-0.291],[-0.198,-0.274],[-0.318,-0.147],[-0.077,0.011],[-0.051,-0.008],[-0.124,-0.027],[-0.127,-0.021],[-0.096,-0.073],[0,-0.196],[0.096,-0.314],[0,-0.294],[-0.342,-0.588],[-0.098,0.144],[-0.294,0.246],[-0.149,0.123],[-0.15,0.118],[-0.174,0.146],[-0.097,0.15],[-0.073,0.122],[-0.074,0.174],[-0.047,0.123],[-0.048,0.124],[-0.196,0.048],[-0.224,0],[-0.27,0.02],[-0.167,0.119],[-0.371,0.322],[-0.196,0.098],[-0.098,0.074],[-0.097,0.146],[-0.027,0.122],[0,0.294],[0,0.738],[0,0],[0.074,0.323],[0.121,0.521],[0.026,0.346],[0,0.345],[0.364,0.095],[0.147,0.076],[0.124,0.125],[0.149,0.367],[0.07,0.093],[0.097,0.071],[0.152,0.072],[0.318,0.197],[0.126,0.144],[0.099,0.12],[0.073,0.173],[0.052,0.27],[0.026,0.124],[0.073,0.17],[0,0.243],[-0.052,0.223],[-0.048,0.175],[-0.12,0.099],[-0.115,0.124],[-0.07,0.147],[-0.05,0.179],[-0.023,0.171],[-0.048,0.22],[-0.049,0.174],[-0.196,0.075],[-0.12,0.051],[-0.091,-0.016],[-0.082,0.012],[-0.343,0.12],[-0.068,-0.012],[-0.061,0.024],[-0.175,0.052],[-0.123,0],[-0.318,0],[-0.15,0],[-0.467,0],[0,0],[0,-0.143],[0,0],[0.174,-0.074],[0.146,-0.05],[0.067,0.012],[0.062,-0.025],[0.146,-0.099],[0.094,-0.149],[0,-0.272],[-0.051,-0.199],[-0.077,-0.17],[-0.124,-0.124],[0,0],[-0.151,0.513],[-0.025,0.124],[-0.024,0.175],[0,0.174],[0.073,0.123],[0.272,0.095],[0,0],[-0.318,0.022],[0,0],[-0.148,0.07],[-0.173,0.094],[-0.174,0.046],[-0.268,0.052],[-0.318,0],[0,0],[-0.126,0],[-0.29,0],[-0.119,0.025],[-0.146,0.071],[-0.125,0.123],[-0.123,0.049],[-0.273,0.047],[-0.146,0.025],[-0.126,-0.005],[-0.148,0.013],[-0.125,0.024],[-0.059,-0.008],[-0.069,0.027],[-0.147,0.099],[-0.149,0.074],[-0.124,0.049],[-0.145,0.098],[-0.096,0.101],[-0.1,0.126],[-0.101,0.145],[-0.151,0.097],[-0.17,0.022],[-0.121,0.022],[-0.07,-0.006],[-0.061,0.012],[-0.244,0.223],[-0.099,0.124],[-0.127,0.101],[-0.121,0.148],[-0.075,0.143],[-0.072,0.171],[-0.05,0.123],[-0.076,0.148],[-0.22,0.365],[-0.223,0.443],[-0.049,0.123],[-0.126,0.15],[-0.12,0.125],[-0.201,0.123],[-0.15,0.118],[-0.074,0.175],[-0.05,0.17],[-0.02,0.172],[-0.02,0.124],[-0.021,0.127],[-0.053,0.119],[-0.171,0.098],[-0.197,0.319],[0,0.465],[0.125,0.172],[0.149,0.076],[0.079,-0.016],[0.05,0.01],[0.324,0.023],[0,0.294],[0,0.147],[0,0.146],[0,0],[0.025,0.126],[0.023,0.171],[0.072,0.442],[0.023,0.124],[0.122,0.145],[0.024,0.172],[0,0.465],[0.196,0.419],[0.2,0.321],[0.393,0.197],[0.17,0.047],[0.077,-0.015],[0.078,0.04],[0.097,0.151],[0,0.151],[0,0],[-0.072,0.149],[-0.124,0.149],[-0.027,0.171],[0,0.293],[0,0],[0,0],[-0.096,0.149],[-0.098,0.122],[-0.123,0.075],[-0.078,-0.015],[-0.052,0.011],[-0.122,0],[-0.146,0.021],[0,0],[-0.467,0],[0,0.394],[0.023,0.121],[0,0],[0.075,0.124],[0.224,0.294],[0,0],[0.027,-0.298],[0.027,-0.12],[0.022,-0.127],[0.15,0],[0.147,0],[0.169,0],[0,0],[0,0],[0,0.417],[-0.077,0.22],[-0.097,0.146],[-0.197,0.073],[-0.126,0.02],[-0.467,0],[-0.124,0.02],[-0.098,0.074],[-0.05,0.124],[-0.097,0.148],[-0.171,0.072],[-0.173,0.05],[-0.145,0.019],[-0.15,-0.01],[-0.115,0.009],[-0.123,0.019],[-0.147,0.126],[-0.122,0.149],[-0.124,0.122],[-0.169,0.123],[-0.248,0],[0,0],[-0.148,-0.052],[0,0],[0.124,-0.146],[0.075,-0.145],[0.052,-0.27],[0.246,-0.269],[0.125,-0.149],[0.129,-0.154],[0.047,-0.125],[0,0],[-0.121,0.099],[-0.122,0.123],[0,0],[-0.175,0.122],[-0.246,0.248],[-0.173,0.073],[-0.123,0.02],[-0.173,0],[-0.467,-0.074],[-0.064,0.006],[-0.064,-0.013],[-0.27,-0.146],[-0.098,-0.12],[0,-0.296],[0,0],[0.073,-0.147],[0.098,-0.198],[0.047,-0.124],[0,-0.269],[-0.027,-0.342],[0,0],[0,0],[-0.223,0],[-0.121,-0.021],[-0.176,-0.319],[-0.027,-0.119],[-0.075,-0.273],[-0.029,-0.122],[-0.075,-0.146],[0,-0.245],[0,0],[0.126,-0.175],[0.073,-0.174],[0.049,-0.128],[0,-0.17],[0,0],[0,0],[-0.468,0.27],[0,0],[-0.173,0.096],[-0.222,0.094],[-0.125,0.049],[-0.148,0.05],[-0.173,0.052],[-0.078,-0.014],[-0.078,0.039],[-0.099,0.146],[0,0.121],[-0.025,0.297],[-0.027,0.171],[0,0.149],[0,0],[0.294,0.223],[0.026,0.222],[0.052,0.322],[0.074,0.122],[0.122,0.097],[0.147,0.096],[0.148,0.096],[0.123,0.096],[0.124,0.148],[0.073,0.119],[0.05,0.175],[0,0.222],[-0.124,0.373],[-0.072,0.172],[-0.07,0.122],[-0.101,0.076],[-0.081,-0.014],[-0.053,0.014],[-0.321,0.049],[0,0],[-0.295,0.027],[0,0],[-0.026,0.123],[-0.075,0.122],[-0.15,0.099],[-0.069,-0.013],[-0.064,0.027],[-0.146,0.072],[-0.273,0.37],[-0.125,0.148],[-0.315,0.123],[-0.146,0],[-0.127,-0.02],[-0.66,-0.222],[-0.147,0],[-0.274,0.147],[-0.122,0.076],[-0.144,0.1],[-0.146,0.077],[-0.072,-0.017],[-0.06,0.024],[-0.171,0.047],[-0.145,-0.022],[-0.119,0.021],[-0.147,0.054],[-0.097,0.047],[-0.12,0.095],[-0.024,0.123],[-0.293,0.245],[-0.096,0.126],[-0.097,0.123],[-0.099,0.122],[-0.489,0.42],[-0.145,0.126],[-0.148,0.343],[-0.046,0.121],[-0.071,0.172],[-0.047,0.122],[-0.124,0.295],[-0.076,0.149],[-0.342,0.271],[-0.123,0.068],[-0.124,0.074],[-0.072,-0.017],[-0.058,0.022],[-0.25,0.294],[-0.122,0.151],[-0.097,0.124],[-0.144,0.149],[-0.121,0.151],[-0.025,0.173],[-0.025,0.294],[0,0.145],[-0.026,0.299],[0,0],[-0.072,0.175],[-0.072,0.172],[0,0.419],[0,0],[0,0.146],[0,0],[-0.025,0.118],[-0.047,0.17],[-0.02,0.124],[-0.095,0.272],[-0.099,0.173],[-0.078,0.148],[-0.099,0.146],[-0.096,-0.074],[-0.125,-0.072],[-0.096,-0.072],[-0.125,-0.151],[0,-0.197],[0,-0.148],[0.049,-0.148],[0,-0.218],[-0.054,-0.369],[0,-0.667],[0.046,-0.513],[0.046,-0.123],[0.1,-0.147],[0.096,-0.145],[0,-0.221],[-0.026,-0.2],[-0.148,-0.442],[0,-0.394],[0.072,-0.199],[0.118,-0.125],[0.05,-0.174],[0,-0.246],[0,-0.221],[0,-0.199],[0,-0.148],[0,0],[-0.073,0.15],[-0.049,0.125],[0,0],[-0.074,0.145],[-0.074,0.15],[-0.029,-0.15],[-0.15,-0.249],[-0.146,-0.098],[-0.465,-0.024],[0.028,0.125],[0.052,0.147],[0.052,0.118],[0.097,0.15],[0.123,0.146],[0.097,0.122],[0.075,0.175],[0.121,0.296],[0.072,0.174],[0,0.32],[-0.174,0.321],[-0.021,0.196],[-0.048,0.173],[-0.048,0.126],[-0.074,0.119],[-0.122,0.101],[-0.199,0],[-0.267,-0.151],[-0.392,0],[-0.171,0.053],[0.026,0.124],[0.025,0.145],[0.025,0.122],[0.052,0.293],[0,0.145],[0.048,0.17],[0.024,0.17],[0,0.465],[0.049,0.124],[0.074,0.175],[0.078,0.118],[0.124,0.368],[0.027,0.148],[0,0.149],[0,0.172],[0,0.145],[0,0],[0,0.196],[0,0.172],[0.024,0.121],[0.074,0.12],[0.08,-0.006],[0.037,0.058],[0.023,0.27],[0.019,0.295],[0.019,0.342],[0.025,0.296],[0,0],[0,0],[0.27,-0.047],[0.145,-0.073],[0,0],[0,-0.119],[0,0],[-0.026,-0.148],[0,-0.296],[0,0],[0.067,-0.001],[0.027,0.072],[0,0.169],[0,0.149],[-0.026,0.127],[0,0.293],[0,0],[0.07,0.149],[0.17,0.097],[0.175,0.049],[0.07,-0.007],[0.06,0.01],[0.149,0.124],[0.126,0.077],[0.121,0.073],[0.441,0.443],[0,0],[0,0],[0,0],[0.022,0.148],[0.049,0.148],[0.344,0.466],[0,0],[0,-0.148],[0,0],[0.024,-0.151],[0.075,-0.006],[0.096,0.013],[0.149,0.025],[0,0],[-0.023,0.12],[0,0.247],[0.323,0.271],[0.195,-0.072],[0.169,0],[0,0],[0,0],[0.149,0.027],[-0.07,0.269],[-0.122,0.146],[-0.174,0.045],[-0.074,-0.011],[-0.055,0.012],[-0.296,0.099],[-0.148,0.094],[-0.096,0.145],[-0.145,0.174],[-0.222,0.101],[-0.122,0.025],[-0.146,0.023],[-0.293,0],[-0.217,0.516],[-0.097,0.124],[-0.126,0.101],[-0.124,0.076],[-0.073,0.122],[-0.148,0.097],[-0.121,0.096],[-0.121,0.075],[-0.147,0.12],[-0.144,0.12],[-0.145,0.075],[-0.125,0.051],[-0.071,-0.011],[-0.051,0.026],[-0.072,0.124],[-0.053,0.149],[-0.048,0.123],[-0.07,0.147],[-0.095,0.143],[-0.096,0.103],[-0.323,0.05],[-0.133,-0.015],[-0.168,0.038],[-0.269,0.201],[-0.12,0.15],[-0.144,0.167],[-0.343,0],[-0.399,0],[-0.07,0],[-0.37,0],[0,0],[-0.147,-0.024],[0,0],[-0.148,0.024],[-0.245,0],[0,0],[-0.144,-0.052],[-0.295,0],[-0.193,0.046],[-0.17,0],[0,0],[0,0],[-0.197,0.269],[-0.147,0.099],[-0.198,-0.124],[-0.246,0],[-0.294,0],[-0.197,-0.1],[-0.176,-0.077],[-0.124,-0.048],[-0.147,-0.073],[0.073,-0.121],[0,-0.223],[-0.196,-0.172],[-0.174,0],[0,0],[-0.243,0.298],[-0.122,0.148],[-0.217,0],[-0.367,-0.374],[-0.122,-0.095],[-0.027,0.149],[-0.047,0.148],[-0.124,-0.051],[-0.196,0],[0,0],[0.048,0.121],[0.072,0.175],[0.025,0.099],[0.296,0],[0.146,0],[0,0],[-0.268,0.173],[-0.071,-0.018],[-0.049,0.037],[-0.124,0.144],[-0.08,0.126],[-0.097,0.148],[-0.124,0.149],[-0.198,0.074],[-0.059,-0.008],[-0.066,0.027],[0,0],[-0.098,0.175],[-0.322,0.365],[-0.444,0.368],[-0.418,0],[-0.195,-0.047],[-0.245,0],[0,0],[-0.145,0.077],[-0.222,0],[0,0],[-0.12,-0.095],[-0.175,-0.052],[-0.125,-0.02],[-0.07,0.006],[-0.062,-0.01],[-0.174,-0.075],[0,-0.271],[0,0],[-0.074,-0.127],[-0.069,-0.148],[0,-0.127],[0,-0.295],[0,0],[-0.125,0.095],[-0.129,0.097],[-0.367,0.147],[-0.124,0.075],[-0.146,0.101],[-0.099,0.125],[-0.147,0.122],[-0.175,0.047],[-0.27,0.047],[-0.056,-0.011],[-0.071,0.044],[-0.072,0.121],[-0.049,0.148],[-0.021,0.148],[-0.021,0.294],[-0.053,0.271],[-0.271,0.047],[-0.343,0],[0,0],[0,0],[0.171,-0.074],[0,0],[0.122,-0.074],[0.075,-0.17],[0.023,-0.146],[0.022,-0.123],[0.022,-0.118],[0.025,-0.121],[0.097,-0.343],[0.025,-0.125],[0.074,-0.117],[0.148,-0.098],[0.121,-0.052],[0.17,-0.095],[0.096,-0.1],[0.05,-0.126],[0.046,-0.122],[0.316,-0.195],[0.467,-0.3],[0.49,-0.296],[0.419,-0.347],[0.368,-0.419],[0.147,-0.1],[0.217,-0.247],[0.072,-0.122],[0.197,-0.023],[0.068,0.005],[0.062,-0.011],[0.081,0.005],[0.086,-0.011],[0.145,-0.024],[0.123,-0.023],[0.343,-0.125],[0.149,-0.047],[0.06,0.008],[0.07,-0.025],[0.096,-0.124],[0,-0.193],[0,-0.246],[0.149,-0.367],[0.121,-0.146],[0.103,-0.145],[0.047,-0.127],[0.028,-0.22],[0,-0.194],[0.076,-0.269],[0.099,-0.32],[0.025,-0.349],[0,-0.295],[0,-1.647],[0.049,-0.2],[0.149,-0.15],[0,0],[0,0],[-0.172,0],[-0.171,0.052],[-0.12,0.044],[-0.148,0.025],[-0.122,0],[-0.271,0],[-0.072,0.44],[-0.049,0.123],[-0.121,0.147],[-0.126,0.099],[-0.096,0.147],[-0.073,0.174],[0,0],[-0.073,0.121],[-0.246,0],[0,0],[-0.149,-0.022],[0,0],[-0.12,0.05],[-0.122,0.097],[0,0.175],[0,0],[-0.268,0.268],[-0.121,0.1],[0,0],[0,0],[0.149,0.27],[0.028,0.169],[0,0],[0,0],[-0.07,0.147],[-0.124,0.195],[-0.074,0.124],[-0.224,0],[-0.167,-0.12],[-0.072,-0.097],[-0.126,-0.15],[0,0],[0,0],[0.119,0.12],[0.125,0.325],[0.029,0.126],[0.029,0.125],[0.026,0.149],[0,0.321],[-0.072,0.12],[-0.101,0.051],[-0.144,0.048],[0.025,0.121],[0.071,0.172],[0.062,0.008],[0.068,-0.025],[0.197,0],[0,0],[-0.078,0.268],[-0.124,0.297],[-0.073,0.122],[-0.124,0.098],[-0.245,0.218],[-0.073,0.147],[-0.053,0.127],[-0.026,0.148],[0,0.127],[-0.024,0.344],[-0.024,0.122],[-0.073,0.128],[-0.149,0.097],[-0.125,0.024],[-0.148,0],[-0.273,-0.198],[-0.099,-0.101],[-0.247,0],[-0.203,0.097],[-0.125,0.126],[-0.148,0.124],[-0.121,0.072],[-0.075,-0.172],[-0.048,-0.118],[-0.074,-0.17],[-0.068,-0.006],[-0.06,0.011],[-0.151,0.101],[-0.124,0.121],[-0.22,0.294],[-0.17,0.074],[-0.22,0],[-0.224,-0.024],[-0.116,0],[-0.172,0],[0,0],[-0.025,-0.293],[-0.025,-0.118],[-0.273,-0.174],[-0.078,0.01],[-0.056,-0.011],[-0.418,0.419],[-0.123,0.102],[-0.141,0.099],[-0.097,0.147],[-0.248,0.317],[-0.177,0.168],[-0.171,0.072],[-0.269,0.068],[-0.193,0],[0,0],[-0.318,0.074],[-0.149,0.052],[-0.297,0.098],[-0.151,0.127],[-0.097,0.122],[-0.172,0.077],[-0.124,0.048],[-0.515,0.122],[-0.166,-0.016],[-0.141,0.009],[-0.169,0.051],[-0.149,0.095],[-0.39,0.243],[-0.17,0.026],[-0.292,0],[-0.445,-0.121],[-0.149,-0.096],[-0.197,-0.074],[-0.126,-0.026],[-0.392,0],[0,0],[-0.195,0.025],[0,0],[0.124,0.122],[0.074,0.173],[0.051,0.123],[0,0],[0.074,0.15],[0.07,0.172],[0.048,0.124],[0,0],[0.225,0.345],[0.073,0.146],[0.075,0.121],[0.072,0.124],[0.196,0],[0,0],[0.145,0.098],[0.074,0.099],[-0.149,0.103],[-0.121,0.074],[-0.196,0.046],[-0.149,0],[0,0],[-0.392,0],[0,0],[-0.323,0],[-0.273,0.103],[-0.222,0.244],[-0.126,0.146],[-0.077,0.151],[0,0.224],[0.096,0.171],[0.088,-0.004],[0.035,0.048],[0,0.145],[0,0],[-0.371,0],[-0.169,-0.442],[-0.019,-0.124],[-0.053,-0.147],[-0.22,-0.295],[0,0],[-0.172,-0.049],[-0.121,-0.095],[-0.024,-0.17],[0,-0.464],[0,0],[-0.243,-0.193],[-0.147,-0.124],[-0.297,-0.15],[-0.174,-0.075],[-0.245,0],[0,0],[-0.075,0.17],[0,0.147],[0,0.296],[-0.027,0.146],[0,0],[-0.267,0.021],[0.049,0.469],[0,0.148],[-0.024,0.125],[-0.048,0.121],[-0.122,0.094],[-0.342,-0.172],[-0.171,-0.024],[0,0],[-0.12,0.024],[-0.123,0.074],[-0.122,0.124],[-0.128,0.094],[-0.126,0.07],[-0.071,-0.013],[-0.062,0.024],[-0.151,0.098],[-0.073,0.125],[0,0.144],[0.272,0.147],[0.145,0.029],[0.111,-0.007],[0.132,0.105],[0.074,0.095],[0.096,0.147],[0.146,0.098],[0.345,0],[0,0],[0.271,0],[0.445,0.049],[0,0],[0.072,-0.006],[0.103,0.016],[0.146,0.077],[0.198,0.026],[0.173,0],[0.146,-0.026],[0.171,-0.066],[-0.174,-0.047],[-0.07,0.012],[-0.049,-0.023],[-0.122,-0.097],[0,-0.221],[0,0],[0.048,-0.117],[0.274,0],[0.249,0.345],[0,0.15],[0,0],[0.121,0.074],[0.17,0.046],[0.147,0.02],[0,0],[0.146,0],[0.319,0.097],[0.197,0.072],[0.121,0.046],[0.174,0.046],[0.244,0.126],[0.171,0.151],[0.122,0.173],[0.099,0.075],[0.126,0.049],[0.171,0.025],[0.344,0.026],[0.145,0],[0.339,0],[0.266,0.321],[0.441,0.294],[0.221,0.097],[0.299,0.027],[0.131,-0.006],[0.176,0.015],[0.147,0.048],[0.151,0.096],[0.198,0.073],[0.067,-0.006],[0.061,0.013],[0.148,0.025],[0,0],[0,0],[0.146,0.052],[0.174,0.045],[0.341,0.196],[0.148,0.098],[0.47,-0.024],[0,0],[0.148,-0.051],[0.223,-0.098],[0.22,0],[0.396,0.051],[0,0],[0.173,0.046],[0.196,0.052],[0.068,-0.005],[0.061,0.012],[0.294,0.172],[0.32,0.099],[0.122,0.025],[0.218,0],[0.195,-0.051],[0.123,-0.075],[0,-0.197],[0.047,-0.123],[0.076,-0.176],[0.07,-0.125],[0.146,-0.151],[-0.125,-0.048],[-0.149,-0.101],[-0.1,-0.121],[0,-0.297],[0.025,-0.12],[0.126,-0.149],[0.12,-0.097],[0.172,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.415,0.148],[-0.267,0.173],[0,0],[0.126,0.023],[0.174,0],[0,0],[0.023,-0.32],[0.023,-0.124],[0.073,-0.126],[0.124,-0.049],[0.275,0],[0,0],[0.173,0.073],[0.296,0.05],[0.86,0],[0,0],[0.196,-0.023],[0.415,-0.073],[0.221,0],[0.222,0.025],[0.149,0.098],[0.199,0.123],[0.174,0],[0,0],[0,-0.223],[0,-0.144],[0,0],[0,0],[0,0],[0,0],[0.147,0.219],[0.148,0.099],[0.121,0.051],[0.145,0.046],[0.121,0.075],[0.1,0.169],[0,0.295],[-0.048,0.366],[0,0.147],[0.048,0.147],[0.097,0.147],[0.124,0.1],[0.101,0.077],[0.15,0.123],[0.097,0.049],[0.122,0.027],[0.065,-0.005],[0.062,0.014],[0.15,0.024],[0.175,0.023],[0.149,0],[0.296,0],[0.345,0],[0.123,-0.027],[0.15,-0.077],[0.125,-0.074],[0.17,-0.071],[0.175,-0.048],[0.174,0],[0,0],[0.15,0],[0.492,0],[0.368,-0.094],[0.176,-0.028],[0,0],[0.123,0.021],[0.143,0.05],[0.124,0.052],[0.173,0.125],[0.198,0.049],[0.146,0],[0,0],[0.194,0.024],[0.223,0.023],[0.198,0.049],[0.173,0.1],[0,0],[0.272,0.196],[0.147,0.121],[0.126,0.07],[0.296,0],[0,0],[0,0],[-0.148,0.094],[-0.294,0.147],[0,0],[0.063,-0.006],[0.062,0.014],[0.222,0],[0,0],[0.073,-0.271],[0.096,-0.144],[0.323,-0.121],[0.15,0],[0,0],[0.166,0.075],[-0.047,0.149],[-0.051,0.171],[-0.051,0.124],[-0.098,0.147],[-0.098,0.075],[-0.048,0.121],[0.294,0.024],[0.171,0.076],[0.171,0.026],[0.071,-0.009],[0.095,0.028],[0.319,0.052],[0.146,0],[0.193,0],[0.346,0],[0.271,0.077],[0.216,0.048],[0.073,-0.008],[0.094,0.026],[0.295,0.024],[0.213,-0.016],[0.229,0.023],[0.294,0.024],[0.153,0],[0.103,-0.146],[0.031,-0.121],[0,-0.344],[0,0],[0.321,-0.051],[-0.026,-0.147],[-0.099,-0.145],[-0.15,-0.073],[-0.124,-0.076],[-0.1,-0.074],[-0.097,-0.122],[-0.074,-0.148],[-0.026,-0.122],[0,-0.172],[0,-0.144],[0,0],[0.272,0.052],[0.124,0],[0.083,-0.006],[0.084,0.011],[0.119,0.025],[0.171,0.048],[0.175,0],[0.147,0],[0.391,0.025],[0,0],[0,0],[-0.124,-0.072],[0,-0.248],[0.096,-0.243],[0.291,0.194],[0.147,0.122],[0.167,0.126],[0.073,0.125],[0.101,0.149],[0.101,0.07],[0.124,0.023],[0.318,0],[0.149,-0.026],[0.12,-0.073],[0.049,-0.096],[0.122,-0.122],[0.49,0],[0.371,0.244],[0.32,0.046],[0.126,0.022],[0.175,0.048],[0.148,0],[0.122,-0.026],[0.201,0],[0.445,0],[0.099,-0.223],[-0.024,-0.343],[0.025,-0.463],[0.026,-0.296],[0,0],[0.294,0.344],[0.119,0.096],[0.199,0.1],[0.117,0.052],[0.144,0.073],[0.173,0.125],[0.15,0.121],[0,0.444],[0,0],[-0.05,0.121],[0,0.171],[0,0.197],[0,0.293],[0.026,0.346],[0,0.341],[0.072,0.273],[0.074,0.146],[0.121,0.098],[0.196,0.095],[0.174,0.026],[0.273,0],[0.148,-0.217],[0.098,-0.127],[0.075,-0.098],[0.244,0],[0.244,0.393],[0.074,0.146],[0.146,0.126],[0.17,0.023],[0.122,0],[0.118,-0.006],[0.216,0.106],[0.148,0.101],[0.417,0],[0.248,-0.099],[0.175,-0.074],[0.196,-0.097],[0.148,-0.076],[0.197,-0.146],[0,0],[-0.099,-0.15],[-0.027,-0.171],[0,-0.197],[0,-0.174],[0,0],[0.196,-0.073],[0.442,0],[0.391,0.173],[0.214,0.051],[0.323,0.123],[0.17,0.1],[0.249,0],[0.148,-0.05],[0.222,0],[0.121,0.192],[0,0.293],[0,0],[0.17,0.075],[0.171,0.026],[0.149,0],[0.147,0],[0.149,-0.073],[0.171,0],[0.273,0.026],[0,0],[0.17,0],[0,0],[0,0],[0.439,-0.075],[0.123,-0.024],[0.124,-0.07],[0.269,0],[0,0],[0.147,0],[0.175,0],[0,0.29],[0,0.147],[0,0.146],[0,0],[0.101,-0.075],[0.097,-0.122],[0.421,0],[0.194,0.068],[0.147,0.147],[0,0],[-0.298,0.024],[-0.121,0.049],[-0.15,0.097],[-0.121,0.073],[-0.126,0.049],[-0.123,0.069],[0,0.247],[0,0],[0.124,0.124],[0.221,0],[0.343,-0.124],[0.147,-0.104],[0.122,-0.097],[0.097,-0.147],[0.123,-0.124],[0.148,-0.122],[0.245,0],[0,0],[0,0],[-0.048,-0.124],[0,-0.245],[0,0],[0.121,-0.098],[0.149,-0.103],[0.243,0],[0,0],[0.146,0],[0.296,-0.028],[0.17,-0.074],[0.174,-0.025],[0.296,0],[0,0],[0.391,0],[0,0],[0.074,0],[-0.174,0.124],[-0.124,0.121],[-0.123,0.095],[-0.15,0.096],[-0.147,0.05],[-0.138,-0.016],[-0.125,0.024],[-0.122,0.05],[-0.128,0.097],[-0.125,0.096],[-0.198,0.295],[-0.245,0.195],[-0.297,0.026],[0,0],[-0.125,0],[-0.123,0.049],[-0.116,0.097],[-0.07,0.096],[-0.151,0.124],[-0.293,0.027],[0,0],[-0.149,0],[-0.173,0.024],[-0.122,0.024],[-0.147,0.124],[-0.046,0.173],[-0.024,0.121],[-0.046,0.271],[0,0],[-0.026,0.225],[-0.053,0.125],[-0.097,0.12],[-0.08,-0.025],[-0.039,0.049],[0,0.173],[0.023,0.126],[0.071,0.122],[0.08,-0.007],[0.038,0.061],[0.05,0.103],[0.072,0.122],[0.084,-0.024],[0.023,0.048],[0.047,0.124],[0.096,0.148],[0.201,0.099],[0.172,0.026],[0.079,-0.006],[0.088,0.014],[0.149,0],[-0.049,0.467],[0,0],[0.295,0.048],[0.347,0],[0.125,-0.024],[0.147,-0.075],[0.15,-0.096],[0.125,-0.051],[0.29,0.196],[0.121,0.026],[0.244,0],[0.222,-0.027],[0,0],[0,0],[0,0],[-0.123,0.073],[-0.075,0.099],[0,0.319],[0,0.173],[0,0],[0.318,0.022],[0.394,0],[0.148,0],[-0.099,0.121],[-0.321,0.174],[-0.075,-0.012],[-0.055,0.013],[-0.173,0.073],[0,0]],\"o\":[[-0.171,0],[-0.293,0.124],[-0.126,0.024],[-0.471,0.072],[-0.125,0.051],[-0.172,0.073],[-0.174,0.12],[0,0.121],[-0.027,0.122],[-0.074,0.172],[-0.223,0.218],[0.098,0.121],[0.121,0.122],[0,0],[0,0],[-0.054,0.322],[-0.122,0.095],[-0.163,-0.003],[-0.098,0.079],[-0.098,0.151],[-0.121,0.098],[-0.346,0.197],[-0.271,0],[-0.144,-0.029],[-0.144,-0.073],[-0.149,-0.099],[-0.125,-0.049],[-0.122,-0.023],[-0.391,0],[0,0],[-0.346,-0.023],[-0.196,0],[-0.054,0.01],[-0.126,-0.005],[-0.1,0.151],[-0.075,0.17],[-0.022,0.121],[-0.05,0.145],[-0.172,0.103],[0,0],[-0.418,0],[-0.171,0.074],[-0.294,0.124],[-0.121,0.051],[-0.221,0.097],[-0.146,0],[-0.15,-0.024],[-0.149,-0.046],[-0.32,0],[-0.172,0.048],[-0.294,0.15],[-0.175,0.094],[-0.123,0.024],[-0.17,0.05],[-0.393,0],[-0.32,0.073],[-0.146,0.1],[-0.073,0.174],[-0.068,0.121],[-0.059,0.028],[-0.061,-0.008],[-0.17,0.026],[-0.147,0],[-0.123,0.029],[-0.127,0.026],[-0.203,0.076],[0,0.345],[0.069,0.122],[0.269,0.15],[0.151,0.073],[0.051,0.098],[0,0],[-0.021,0.175],[-0.125,-0.024],[-0.466,-0.097],[-0.296,0],[-0.123,0.024],[-0.147,0.075],[-0.149,0.096],[-0.122,0.046],[-0.149,0],[-0.223,-0.051],[-0.419,0],[-0.296,0],[-0.12,0],[-0.147,0.024],[0,0],[-0.175,0],[-0.124,0.024],[-0.101,0.068],[-0.097,0.147],[0,0],[-0.344,0],[0.053,0.124],[0.097,0.177],[0.15,0.147],[0.126,0.15],[0.05,0.268],[0,0.148],[0.028,0.145],[0.05,0.123],[0.296,0.222],[0,0],[0.196,0],[0.147,0.024],[0.169,0.075],[0.147,0.149],[0.025,0.121],[0,0],[-0.075,0.396],[-0.244,0],[-0.147,-0.076],[-0.122,-0.071],[-0.064,-0.023],[-0.067,0.013],[-0.175,-0.047],[-0.125,-0.022],[-0.123,-0.052],[-0.099,-0.098],[-0.067,-0.121],[-0.071,-0.145],[0,0],[-0.344,0],[-0.096,-0.076],[-0.226,-0.173],[-0.145,0],[-0.173,0.045],[-0.124,0.025],[-0.442,0.148],[0,0],[0.148,0.027],[0.298,0],[0.124,0],[0.169,0.027],[0.099,0.151],[0,0.174],[-0.343,-0.021],[-0.122,-0.027],[-0.176,-0.074],[-0.193,-0.097],[0,0],[-0.119,0],[-0.122,0.069],[-0.05,0.102],[-0.101,0.197],[0,0.513],[0.133,0.012],[0.129,-0.006],[0.147,0],[0.465,0.099],[0.148,0.094],[0.125,0.074],[0.124,0.072],[0.097,0.125],[0,0.173],[-0.147,-0.223],[-0.136,-0.066],[-0.118,0],[-0.171,-0.046],[-0.062,-0.011],[-0.068,0.006],[-0.059,-0.011],[-0.069,0.006],[-0.175,-0.048],[-0.124,-0.024],[-0.218,-0.034],[-0.186,0.018],[-0.298,-0.048],[-0.171,-0.072],[-0.075,-0.172],[0,-0.149],[0,0],[0,-0.298],[0.025,-0.17],[0.026,-0.121],[0,-0.148],[-0.026,-0.125],[-0.075,-0.146],[-0.048,-0.119],[-0.122,-0.295],[-0.148,0.052],[-0.073,0.013],[-0.061,-0.006],[0,0.221],[0,0.146],[0.02,0.468],[0,0.149],[0,0],[-0.294,0],[-0.197,0],[-0.146,0],[0,0.243],[-0.03,0.128],[-0.123,0.075],[-0.123,0.069],[-0.346,0.15],[0,0],[0.123,0.515],[0.271,0.246],[0.049,0.125],[0.049,0.269],[0,0.148],[-0.022,0.148],[-0.126,0.244],[0,0],[0,0.173],[0.049,0.17],[0,0.123],[0,0.172],[0,0.145],[0.049,0.319],[0.099,0.125],[0,0],[0.096,-0.122],[0.121,-0.122],[0.147,-0.123],[0,0],[0.149,0],[0.149,0.072],[0.272,0.197],[0.124,0.048],[0.148,0.074],[0.217,0.245],[0.195,0.296],[0.124,0.097],[0.077,0.147],[0,0.32],[-0.074,0.147],[-0.074,0.146],[0,0.174],[0.064,0.011],[0.073,-0.01],[0,0],[0.148,0.073],[0.269,0.132],[0.127,-0.008],[0.149,0],[0,0],[-0.147,0.047],[-0.271,0.05],[0,0],[-0.171,-0.023],[-0.171,-0.075],[-0.123,-0.073],[-0.317,-0.194],[0,0],[0,-0.145],[0,-0.392],[-0.124,-0.121],[-0.047,-0.123],[-0.099,-0.151],[-0.095,-0.075],[-0.171,-0.049],[-0.269,-0.049],[-0.466,0],[-0.147,0],[-0.146,0.025],[-0.148,0.048],[-0.173,0.095],[0,0.147],[0,0.148],[0.096,0.371],[0,0.393],[-0.027,0.116],[-0.078,0.2],[-0.148,0.126],[-0.195,0.148],[-0.099,0.122],[-0.098,0.366],[-0.292,0],[-0.493,0.175],[-0.297,0.166],[-0.07,0.102],[-0.097,0.145],[-0.12,0.07],[-0.291,0],[-0.149,-0.024],[-0.121,-0.05],[-0.17,-0.075],[0,0],[0,0],[0.1,-0.146],[0.1,-0.151],[0.196,-0.073],[0.224,0],[0.144,0.025],[0.269,0.024],[0.296,0],[0.172,-0.026],[0.168,-0.072],[0.122,-0.101],[0.176,-0.267],[0.097,-0.123],[0.27,-0.218],[0.075,-0.096],[0.098,-0.124],[0.118,-0.091],[0.051,-0.097],[0.024,-0.122],[0.069,-0.299],[0.027,-0.122],[0.024,-0.122],[0.025,-0.147],[0,-0.195],[-0.296,0.024],[-0.194,0],[-0.122,-0.052],[-0.15,-0.099],[-0.125,-0.172],[0,-0.393],[0.051,-0.467],[0,0],[0.025,-0.295],[0.095,-0.445],[0,-0.147],[-0.07,-0.32],[-0.023,-0.121],[-0.099,-0.294],[-0.074,-0.174],[-0.073,-0.122],[0,0],[0.293,0],[0.147,0],[0.048,0],[0,0],[-0.393,0],[-0.197,-0.05],[-0.124,-0.023],[-0.271,-0.047],[0,0],[-0.22,0],[-0.393,0],[-0.173,0.074],[-0.144,0.051],[-0.125,0.027],[-0.294,0.027],[-0.148,0],[0,0.469],[0,0.196],[-0.075,0.322],[-0.098,0.151],[-0.249,0.295],[-0.096,0.265],[-0.047,0.174],[-0.129,0.046],[-0.159,0.045],[-0.104,-0.012],[0,0],[-0.169,0],[-0.197,0.122],[0,0],[0.026,0.173],[0.038,0.053],[0.073,-0.02],[0.295,0.224],[0.122,0.244],[0,0.295],[-0.102,0.099],[-0.121,0.097],[-0.171,0.148],[0,0.297],[0.294,0],[0.143,0],[0.146,0.099],[0.117,0.124],[0.049,0.121],[0.073,0.149],[0.073,0.127],[0.148,0.121],[0.101,0.05],[0.294,0.199],[0.1,0.124],[0.049,0.124],[0,0.151],[-0.051,0.199],[-0.071,0.097],[-0.125,0.074],[0,0],[-0.296,0],[-0.32,-0.073],[-0.467,-0.271],[-0.297,-0.022],[-0.466,0],[-0.147,-0.1],[-0.147,-0.098],[-0.163,-0.058],[-0.102,0.014],[-0.149,0],[-0.294,-0.024],[-0.199,-0.073],[-0.097,-0.15],[-0.126,-0.049],[-0.128,-0.048],[-0.194,-0.05],[-0.146,-0.072],[0,0],[-0.174,0],[-0.124,-0.097],[-0.126,-0.099],[0,0],[-0.37,0],[-0.27,-0.152],[-0.12,-0.072],[-0.123,-0.072],[-0.098,-0.047],[-0.147,-0.124],[-0.097,-0.074],[-0.072,-0.04],[-0.057,0.011],[-0.202,-0.049],[0,0],[-0.167,0],[-0.173,0.097],[0,0.22],[0.073,0.197],[0.125,0.145],[0.028,0.123],[0.028,0.171],[0.293,0],[0.148,0],[0.123,0],[0.147,0.045],[0.074,0.099],[0.074,0.17],[0.295,0.099],[0.148,0.075],[0.097,0.124],[0,0.148],[0,0.121],[-0.172,0.32],[-0.12,0.051],[0,0],[-0.121,0],[-0.122,0.074],[-0.071,0.122],[-0.07,0.148],[-0.072,0.124],[0,0],[0,-0.294],[0,-0.147],[0,-0.298],[0,-0.172],[0,0],[-0.121,0.051],[-0.148,0.099],[-0.099,0.121],[-0.097,0.122],[-0.198,0.197],[0,0],[-0.297,-0.027],[-0.08,0.011],[-0.093,-0.02],[-0.146,0.074],[-0.148,0.099],[-0.146,0.072],[0,0],[-0.15,0],[0,0],[0,0],[-0.149,0],[0,0],[0,0],[-0.124,-0.122],[-0.12,-0.121],[-0.104,-0.097],[0.049,-0.147],[0.025,-0.121],[0.095,-0.314],[0,0],[-0.122,0.073],[-0.121,0.097],[-0.122,0.075],[-0.124,0.027],[-0.118,0.018],[-0.184,-0.005],[-0.173,0.079],[-0.269,0.173],[0,0],[-0.469,0],[-0.147,0.048],[-0.098,0.075],[-0.122,0.075],[-0.117,0.026],[0,0],[-0.151,0],[-0.317,0.048],[-0.173,0.05],[-0.294,0.248],[-0.174,0.099],[-0.253,0.042],[-0.286,-0.016],[-0.202,0.074],[0.074,0.145],[0.124,0.196],[0,0.247],[-0.224,0.217],[-0.17,0.078],[-0.121,0.051],[-0.122,0.028],[-0.198,0],[-0.243,0.028],[0,0],[-0.198,0],[-0.146,-0.096],[-0.128,-0.147],[-0.046,-0.096],[-0.123,-0.22],[0,-0.367],[0,0],[0,0],[-0.148,-0.149],[-0.099,-0.049],[-0.12,-0.097],[-0.122,-0.145],[-0.124,-0.171],[-0.293,0],[0,0],[-0.224,-0.026],[-0.125,-0.027],[-0.317,-0.073],[0,0],[-0.144,0],[-0.121,0],[0,0],[0.294,0.051],[0.125,0],[0,0],[0,0.172],[-0.1,0.144],[0,0.147],[0,0.149],[0.072,0.096],[0.123,0.073],[0.148,0.074],[0.147,0.172],[0,0],[-0.022,0.172],[0,0.124],[-0.048,0.467],[0,0.075],[-0.322,-0.024],[-0.122,0],[-0.147,-0.121],[-0.073,-0.103],[-0.098,-0.15],[-0.151,-0.07],[-0.173,0],[-0.174,0.029],[-0.123,0.024],[-0.344,0.024],[-0.148,0],[0,0.145],[-0.05,0.121],[-0.1,0.125],[-0.123,0.048],[-0.267,0.073],[-0.171,0.021],[-0.169,0.072],[-0.097,0.117],[-0.124,0.1],[-0.191,0.096],[0.001,0.003],[0.072,0.295],[0.024,0.151],[0.076,0.126],[0.102,0.095],[0.119,0.077],[0.17,0.12],[0,0.222],[-0.049,-0.024],[-0.293,-0.071],[-0.296,0],[-0.293,-0.024],[0,0],[-0.15,0],[-0.346,-0.026],[-0.169,-0.047],[-0.122,-0.029],[-0.061,-0.011],[-0.069,0.006],[-0.172,-0.024],[-0.177,-0.126],[0,0],[-0.126,0.072],[-0.15,0.099],[-0.044,0.021],[-0.076,-0.017],[-0.197,0.098],[0,0.248],[0.099,0.123],[0.102,0.074],[0.07,0.1],[0.047,0.149],[0,0],[0.344,-0.026],[0.322,0.072],[0.146,0.12],[0,0.197],[0,0],[-0.097,0.122],[-0.125,0.021],[-0.151,0],[-0.121,-0.073],[-0.122,-0.148],[-0.372,-0.296],[-0.061,-0.01],[-0.069,0.006],[-0.318,-0.121],[-0.071,-0.123],[-0.024,-0.121],[-0.024,-0.468],[0,0],[0,0],[0,-0.62],[-0.05,-0.297],[-0.194,-0.179],[-0.163,0.006],[-0.15,-0.026],[-0.144,-0.145],[-0.126,-0.272],[-0.162,-0.116],[-0.12,0.011],[-0.198,-0.047],[-0.272,-0.146],[0,0],[0.126,0.025],[0.122,0.048],[0.121,0.073],[0.245,0.176],[0.295,0.151],[0.147,0.051],[0.269,0.05],[0.206,-0.021],[0.123,0],[0.174,0.074],[0.273,0.176],[0,0],[0.174,0],[0.126,0.051],[0.151,0.073],[0.123,0.053],[0.123,0.019],[0.149,0],[0.293,0.025],[0,0],[0,0],[0.149,-0.026],[0.059,-0.012],[0.068,0.006],[0.125,-0.024],[0.318,-0.098],[0.122,-0.021],[0.297,-0.021],[0.174,-0.05],[0.147,-0.072],[0.125,-0.103],[0.075,-0.148],[0.099,-0.269],[0,-0.467],[0,-0.146],[-0.075,-0.318],[-0.097,-0.148],[-0.144,-0.15],[-0.123,-0.05],[-0.17,-0.046],[-0.292,-0.031],[-0.291,0],[-0.315,-0.079],[-0.128,-0.073],[-0.124,-0.098],[-0.12,-0.097],[-0.146,-0.099],[-0.062,-0.027],[-0.067,0.012],[0,0],[-0.146,-0.073],[-0.126,-0.072],[0,0],[-0.17,-0.074],[-0.122,-0.052],[-0.344,-0.076],[-0.37,0],[-0.223,0.021],[0,0],[-0.198,-0.026],[-0.171,-0.07],[-0.296,-0.22],[0,0],[0,0.222],[-0.074,0.148],[-0.124,0.024],[0,0],[-0.198,-0.023],[0.072,-0.147],[0.075,-0.219],[0,-0.073],[-0.073,-0.126],[-0.124,-0.099],[-0.049,-0.097],[-0.049,-0.173],[0,0],[-0.175,0],[-0.173,0.123],[-0.248,0],[-0.121,-0.076],[-0.099,-0.073],[-0.293,0],[-0.341,-0.029],[-0.128,-0.024],[0,0],[0.145,0],[0.148,0],[0.196,0],[0,0],[-0.1,-0.147],[-0.123,-0.098],[-0.123,-0.025],[-0.323,-0.052],[-0.293,0],[-0.171,-0.05],[-0.124,-0.099],[-0.098,-0.047],[0,0],[0,0],[-0.418,0.051],[0,0],[0,-0.173],[0.127,-0.174],[0.052,-0.098],[0,0],[0.024,0.492],[-0.027,0.147],[0,0],[0,0.17],[0,0],[0.03,-0.147],[0.028,-0.219],[0,-0.244],[-0.099,-0.126],[0,0],[0,0],[0,0],[-0.319,0.221],[-0.148,0.049],[-0.148,0],[-0.122,0],[-0.148,0.075],[0,0.344],[-0.147,0.172],[0,0],[-0.194,-0.021],[-0.171,-0.052],[0.067,-0.124],[0.124,-0.148],[0,0],[-0.493,0],[-0.171,0.05],[-0.194,0.099],[-0.023,0.12],[0,0.172],[0.073,0.196],[0.273,0.098],[0.274,0.023],[0,0],[0,0],[-0.2,0],[-0.345,-0.049],[-0.297,0],[-0.144,-0.022],[0,0],[0,0.418],[0,0.148],[-0.048,0.148],[-0.075,0.149],[0,-0.295],[-0.025,-0.122],[-0.098,-0.126],[-0.062,-0.024],[-0.067,0.013],[-0.174,-0.072],[-0.146,-0.074],[-0.049,-0.024],[-0.07,0.012],[-0.344,-0.171],[-0.269,0],[0,0],[0,0.172],[0,0.199],[0,0.322],[0,0.145],[-0.03,0.169],[-0.172,0.174],[-0.221,0],[-0.078,-0.101],[-0.051,-0.145],[-0.028,-0.122],[-0.126,0.125],[-0.121,0.149],[-0.055,0.027],[-0.063,-0.008],[-0.268,0.072],[0,0],[0.1,0.101],[0.058,0.021],[0.072,-0.017],[0.125,0.075],[0.075,0.1],[0,0],[0,0.176],[-0.124,-0.05],[-0.175,-0.097],[-0.184,-0.041],[-0.119,0.011],[-0.199,0],[0.1,-0.441],[0,-0.171],[-0.22,0.077],[0,0],[-0.176,0.024],[-0.244,0],[-0.412,0],[0.068,0.124],[0.072,0.147],[0,0.173],[-0.395,0],[-0.145,0],[-0.126,0],[-0.175,0.076],[-0.098,0.074],[-0.098,0.074],[-0.171,0.121],[-0.076,0.101],[-0.051,0.038],[-0.07,-0.015],[-0.197,0.124],[0,0],[0.173,0],[0.148,-0.123],[0.126,-0.077],[0.121,-0.031],[0.149,0],[0.147,0],[0.174,-0.052],[0.122,-0.075],[0.063,-0.027],[0.061,0.009],[0.06,-0.01],[0.07,0.006],[0.172,-0.05],[0.344,-0.147],[0.392,0],[0.172,0.049],[0,0],[-0.295,0],[-0.124,0],[-0.121,0.052],[-0.121,0.052],[-0.06,0.012],[-0.071,-0.036],[-0.173,0.071],[-0.067,0.094],[-0.074,0.122],[-0.072,0.124],[-0.075,0.126],[-0.027,0.123],[-0.026,0.295],[-0.418,0],[-0.175,0.27],[-0.099,0.123],[-0.12,0.098],[-0.12,0.098],[-0.12,0.098],[-0.125,0.127],[-0.068,0.122],[-0.025,0.122],[-0.05,0.193],[-0.146,0.149],[-0.049,0.267],[-0.022,0.149],[-0.027,0.123],[0,0],[-0.152,0.075],[-0.294,0.124],[-0.147,0.101],[-0.146,0.094],[-0.071,0.043],[-0.058,-0.012],[-0.121,0.025],[-0.176,0.046],[0,0],[0.146,0],[0.146,0],[0,0],[-0.027,0.197],[-0.025,0.124],[-0.076,0.123],[-0.122,0.071],[-0.172,0.075],[-0.125,0.049],[-0.172,0.1],[-0.149,0.101],[-0.122,0.049],[-0.148,0.094],[-0.098,0.122],[-0.072,0.124],[-0.121,0.222],[-0.417,0],[0,0],[0,0],[0.123,0.297],[-0.444,0.096],[-0.063,0.014],[-0.067,-0.006],[-0.324,0.077],[-0.172,0.075],[-0.147,0.07],[-0.054,0.012],[-0.075,-0.012],[-0.153,0.073],[-0.075,0.096],[-0.025,0.126],[-0.051,0.197],[-0.147,0.073],[-0.12,0],[-0.12,0.024],[-0.171,0.024],[-0.148,0.123],[0,0.147],[0,0.176],[0,0.174],[-0.039,0.065],[-0.079,-0.002],[-0.073,0.124],[0,0.15],[0.026,0.244],[0,0.267],[-0.038,0.05],[-0.076,-0.021],[-0.123,0.095],[0,0],[0,0],[0.175,0],[0.145,0.045],[0.144,0.053],[-0.121,0.124],[-0.097,0.126],[-0.049,0.128],[-0.049,0.12],[-0.049,0.173],[-0.051,0.122],[0,0.196],[0.616,0],[-0.026,0.369],[-0.072,0.173],[-0.071,0.144],[0,0.17],[0,0.122],[0.298,0],[0.067,0.007],[0.095,-0.016],[0.178,0.07],[0.169,0.121],[0,0],[0.147,0.023],[0.221,0.053],[0.392,0],[0.148,-0.075],[0.069,-0.028],[0.06,0.008],[0.122,-0.025],[0.171,-0.076],[0.126,-0.074],[0.12,-0.171],[0.245,-0.298],[0.123,-0.127],[0.124,-0.027],[0.126,-0.027],[0.174,0],[0,0],[0.067,0.012],[0.072,-0.01],[0.148,0.075],[0.095,0.1],[0.045,0.121],[0.072,0.167],[0.095,0.32],[0.023,0.121],[0.052,0.169],[0.145,0.194],[0,0],[0,0.222],[0,0.148],[0.048,0.317],[0.123,0.075],[0.151,0.097],[0.096,0.145],[0,0],[0,0],[0.048,0.295],[0.068,0.151],[0.149,0.148],[0.1,0.119],[0.025,0.121],[0,0.147],[-0.05,0.224],[0,0],[0,0.173],[0.023,0.124],[0,0],[0.022,-0.225],[0.025,-0.122],[0.025,-0.173],[0.095,-0.172],[0.126,-0.024],[0,0],[0.121,0],[0.147,0.027],[0.169,0],[0.169,-0.071],[0.296,-0.146],[0,0],[0,0],[0,-0.146],[0,-0.22],[0,0],[-0.17,0],[-0.055,-0.009],[-0.076,0.011],[-0.121,-0.049],[-0.075,-0.096],[0.172,-0.272],[0.076,-0.146],[0.1,-0.268],[0.021,-0.293],[0,-0.148],[0.051,-0.15],[0.07,-0.144],[0.148,-0.124],[0.125,-0.05],[0.172,-0.076],[0.121,-0.023],[0.057,-0.022],[0.076,0.017],[0.125,-0.095],[0.05,-0.124],[0.072,-0.172],[0.097,-0.148],[0.1,-0.121],[0.027,-0.124],[0,0],[0,-0.201],[-0.294,0],[-0.296,-0.025],[-0.145,0],[0,-0.49],[-0.051,-0.193],[-0.062,-0.026],[-0.071,0.012],[-0.146,-0.099],[-0.098,-0.078],[0,0],[0.146,-0.099],[0.1,-0.12],[0.126,-0.147],[0.072,-0.148],[0.074,-0.267],[0.07,-0.149],[0.125,-0.094],[0.068,-0.027],[0.062,0.008],[0.316,-0.073],[0.144,-0.096],[0.097,-0.124],[0.097,-0.101],[0.155,-0.096],[0.099,0.002],[0.073,-0.011],[0.093,0.016],[0.171,-0.074],[0.122,-0.098],[0.076,-0.125],[0.096,-0.149],[0.104,-0.073],[0.12,-0.02],[0.122,0],[0.119,-0.02],[0.197,-0.101],[0,-0.25],[-0.099,-0.15],[-0.053,-0.122],[0,-0.468],[0.099,-0.145],[0.054,-0.042],[0.065,0.014],[0.171,-0.079],[0.175,-0.13],[0.126,-0.267],[0.05,-0.129],[0.198,-0.173],[0.291,0],[0.059,0.012],[0.066,-0.007],[0.171,0.048],[0.272,0.245],[0.121,-0.047],[0.149,-0.099],[0.124,-0.025],[0.195,0],[0.147,0.1],[0.072,0.124],[0.076,0.121],[0,0],[0,0],[0,0.466],[0,0.142],[-0.052,0.317],[-0.097,0.151],[-0.196,0.146],[-0.418,0],[-0.17,0],[-0.146,0.048],[-0.12,0.1],[-0.104,0.145],[-0.078,0.12],[-0.075,0.123],[-0.149,0.12],[-0.097,0.123],[-0.12,0.125],[-0.292,0.193],[0,0.537],[0,0.247],[-0.097,0.22],[0,0.538],[0,0],[0,0.147],[0.023,0.341],[0.395,0.048],[0.294,0.046],[0.149,0.072],[0.125,0.124],[0.274,0.149],[0.171,0.074],[0.343,0.196],[0,0],[0.173,0],[0.519,-0.224],[0.389,0],[0.225,0],[0.124,0],[0.144,-0.05],[0.096,-0.071],[0.1,-0.123],[0,0],[0.2,0],[0.196,-0.073],[0.075,0],[0.149,0.072],[0.069,0.098],[0.072,0.124],[0,0],[0,0],[-0.148,0.148],[-0.268,0.049],[-0.393,0],[-0.123,0],[-0.172,0.052],[-0.147,0.072],[-0.147,0.122],[-0.098,0.147],[-0.078,0.123],[-0.123,0.145],[-0.126,0.075],[-0.293,0],[-0.197,-0.075],[-0.196,-0.147],[-0.396,0],[-0.271,0.026],[-0.293,-0.025],[-0.149,0],[-0.15,0.048],[-0.176,0.047],[-0.149,0],[-0.169,0],[-0.175,0],[-0.15,0.075],[-0.076,0.102],[-0.103,0.175],[-0.074,0.099],[-0.15,0],[-0.146,0],[-0.171,-0.074],[-0.095,-0.073],[-0.095,-0.048],[-0.145,0],[-0.145,0.051],[-0.122,0.076],[0.171,0.077],[0.062,0.012],[0.067,-0.006],[0.17,0.047],[-0.297,0],[-0.494,0.072],[-0.149,0.046],[0.048,0.12],[0.197,0.271],[0.121,0.022],[0.126,0],[0.224,0.02],[0.22,0],[0.367,-0.1],[0.145,-0.176],[0.245,0],[0.149,0.07],[0.149,0.097],[0.049,0.099],[0.049,0.12],[0.077,0.118],[0.125,0.072],[0.17,0.073],[-0.098,0.124],[-0.319,0.32],[-0.121,0.075],[-0.025,0.121],[-0.049,0.244],[0,0],[-0.198,0],[-0.121,-0.048],[-0.123,-0.099],[-0.051,-0.122],[-0.072,-0.146],[-0.037,-0.049],[-0.082,0.023],[-0.051,-0.099],[-0.025,-0.122],[0,0],[-0.218,0.297],[-0.15,0.094],[-0.124,0.097],[-0.075,0.125],[-0.024,0.12],[-0.024,0.149],[-0.047,0.17],[-0.053,0.125],[-0.077,0.219],[0,0.223],[0.025,0.124],[0.022,0.145],[0,0.193],[-0.099,0.196],[-0.075,0.174],[0,0],[0,0],[-0.148,0],[-0.421,-0.07],[-0.291,-0.025],[-0.293,0],[-0.197,0],[-0.069,0.147],[0,0.172],[0.148,0.323],[0,0],[0,0],[-0.541,-0.317],[-0.147,-0.1],[-0.172,-0.17],[-0.122,-0.027],[-0.175,0],[-0.37,0.097],[-0.148,0.071],[-0.127,0.049],[-0.148,0.075],[-0.148,0.098],[-0.147,0.1],[-0.395,0.196],[-0.295,0],[-0.198,0.048],[-0.221,0.073],[-0.445,0],[-0.368,-0.37],[0,0],[-0.12,0.075],[-0.099,0.05],[-0.149,0],[-0.199,0],[0,0],[-0.316,0],[0.023,0.464],[0,0],[-0.244,0],[-0.142,-0.097],[-0.125,-0.32],[0,0],[0,0],[0,0],[0,-0.149],[0,-0.17],[0,0],[0.32,0],[0.173,0.05],[0.219,0.097],[0.296,0],[0.051,-0.296],[0.023,-0.393],[0,-0.251],[0.095,-0.219],[0,-0.296],[0,0],[-0.173,0],[-0.118,0.01],[-0.154,-0.021],[-0.148,0.052],[-0.149,0.074],[-0.121,0.146],[0,0],[-0.176,0.025],[0.023,-0.294],[0.074,-0.17],[0.045,-0.123],[0,0],[-0.289,0.021],[-0.146,0],[0.025,-0.2],[0.149,-0.293],[0.023,-0.122],[0,-0.151],[-0.05,-0.173],[-0.075,-0.148],[-0.121,-0.149],[-0.15,0],[-0.224,0],[-0.122,0.245],[-0.169,0.32],[-0.072,0.027],[-0.058,-0.008],[-0.174,0.027],[-0.194,0.052],[0,0.247],[0,0],[-0.023,0.124],[-0.099,0.073],[-0.126,0.048],[-0.397,0.145],[0,0.393],[0.094,0.145],[0.097,0.075],[0.147,0.069],[-0.024,0.119],[-0.025,0.147],[0,0.172],[0,0],[0,0.246],[0,0.1],[0,0.149],[0.05,0.172],[0.125,0.294],[0,0],[0,0],[-0.194,0],[-0.397,0.049],[0,0],[-0.267,0],[-0.393,-0.024],[-0.296,0],[-0.147,0.072],[-0.12,0.073],[-0.298,0.124],[-0.097,0.073],[-0.076,0.12],[-0.221,0.294],[-0.198,0],[0,0],[0,0],[-0.147,0],[-0.147,0],[0,0],[0,0],[0,0],[-0.221,0],[-0.148,0.026],[-0.123,0.05],[-0.172,0.073],[-0.321,0.196],[-0.147,0.118],[-0.147,0.072],[0,0],[-0.491,0.052],[0,0],[-0.565,0],[-0.12,0],[-0.124,0.021],[0,0],[0,0],[-0.171,0],[-0.128,-0.012],[-0.144,0.015],[-0.173,-0.03],[-0.095,-0.048],[-0.145,-0.194],[-0.223,0],[0,0],[0.295,0.122],[0,0],[0,0],[0,0],[-0.496,0.027],[-0.171,0],[-0.127,0],[-0.15,0],[-0.198,0],[-0.174,-0.047],[-0.124,-0.072],[-0.296,0.121],[-0.061,0.013],[-0.068,-0.006],[-0.295,0.048],[-0.149,0.102],[-0.077,0.125],[0,0.172],[0.038,0.055],[0.068,-0.017],[0.144,0.098],[0.125,0.077],[0.146,0.072],[0.189,0.045],[0.115,-0.011],[0,0],[0.168,0.026],[0.149,0.074],[0.126,0.076],[0.146,0.098],[0.268,0.272],[0,0],[0.129,0.125],[0.121,0.076],[0.296,0.172],[0.174,0.121],[0,0.222],[-0.049,0.247],[0,0.542],[0.023,0.22],[0,0.223],[-0.223,0.467],[-0.094,0.101],[-0.098,0.099],[-0.397,0.296],[0,0],[-0.198,0],[-0.244,-0.074],[-0.124,-0.026],[-0.392,0],[-0.198,-0.02],[-0.171,-0.098],[-0.149,-0.068],[0,0],[-0.394,0],[-0.196,0],[-0.243,-0.028],[0,0],[-0.147,0.025],[-0.074,0.095],[-0.051,0.15],[0,0],[0,0],[0.098,0.123],[0.127,0.127],[0.122,0.172],[0,0.224],[-0.101,0.368],[0,0.271],[0.05,0.15],[0.075,0.171],[0,0],[0,0.172],[-0.099,0.144],[-0.073,0.122],[-0.269,0.389],[0,0.148],[0.049,0.173],[0,0],[0.101,0.168],[0,0],[0,0],[-0.023,0.175],[-0.068,0.221],[0,0.371],[0,0],[0.347,0],[0.172,0],[0.171,0.073],[0.172,0.099],[0.394,0],[0.194,0],[0.146,0.049],[0.123,0.052],[0,0],[0.146,0.075],[0.101,0.148],[0.071,0.123],[0.07,0.145],[0,0],[0,0],[0.143,-0.05],[0.147,-0.013],[0.121,0.006],[0.296,-0.026],[0.174,-0.05],[0.317,-0.198],[0.149,-0.12],[0.272,-0.146],[0.133,-0.011],[0.126,0.006],[0.175,0],[0.171,-0.051],[0.296,-0.22],[0.346,-0.419],[0.271,-0.096],[0.268,-0.026],[0.179,0.009],[0.295,0],[0,0],[0,-0.172],[-0.123,-0.171],[-0.149,-0.147],[0,-0.221],[0.075,-0.174],[0.171,-0.35],[0,0],[0.075,-0.146],[0.077,-0.124],[0.069,-0.042],[0.055,0.01],[0.27,-0.052],[0.176,-0.051],[0.122,-0.099],[0.122,-0.052],[0.062,-0.025],[0.068,0.012],[0.172,-0.049],[0.067,-0.026],[0.06,0.008],[0.147,-0.048],[0.258,-0.044],[0.152,0.011],[0.296,-0.025],[0,0],[0,0],[-0.025,-0.293],[0,-0.175],[0,-0.294],[0.048,-0.15],[0.2,-0.222],[0.195,-0.048],[0.393,0],[0.062,0.013],[0.067,-0.005],[0.492,0.124],[0.369,0.1],[0,0],[0.147,0],[0.147,0],[0,-0.273],[0.025,-0.12],[0.122,-0.148],[0.121,-0.095],[0.122,-0.052],[0,0],[0.293,0],[0.174,-0.029],[0.175,-0.077],[0.147,-0.099],[0.147,-0.121],[0.147,0],[0.348,0.026],[0.297,0.197],[0.298,0.395],[0.047,0.124],[0.071,0.174],[0.097,0.149],[0.122,0.076],[0,0],[0.146,0.073],[0.174,0.097],[0.052,0.099],[0.12,0.175],[0.149,0.122],[0.126,0.098],[0.174,0.124],[0.119,0.078],[0.173,0.12],[0.144,0.099],[0.295,0.099],[0.077,0.01],[0.09,-0.01],[0.144,0.047],[0.122,0.097],[0.343,0.444],[0.124,0.076],[0.143,0.051],[0.144,0.077],[0.248,0.226],[0.196,0.292],[0.072,0.149],[0.053,0.124],[0.047,0.297],[0,0.297],[-0.788,0],[-0.149,0.073],[-0.127,0.051],[-0.271,0.049],[-0.198,0],[-1.056,0],[0,0],[0.29,0.148],[0.15,0.097],[0.099,0.124],[0.077,0.121],[0.122,0.125],[0.068,0.027],[0.06,-0.008],[0.295,0.048],[0,0],[0,0],[0.146,-0.023],[0.295,-0.124],[0.171,-0.127],[0.057,-0.034],[0.077,0.023],[0.077,-0.1],[0.099,-0.272],[0.025,-0.123],[0.123,-0.148],[0.071,-0.027],[0.059,0.008],[0.27,-0.074],[0,-0.147],[0,-0.147],[0,0],[-0.196,0],[0,0],[-0.148,0],[0,0],[0.027,-0.224],[0,0],[0.343,0],[0.148,0.051],[0.172,0.097],[0.171,0],[-0.224,-0.442],[-0.024,-0.272],[-0.219,-0.025],[-0.062,-0.01],[-0.069,0.007],[-0.173,-0.023],[-0.169,-0.074],[-0.146,-0.124],[-0.126,-0.075],[-0.171,-0.098],[-0.058,-0.022],[-0.076,0.017],[-0.145,-0.123],[-0.099,-0.094],[-0.057,-0.027],[-0.062,0.008],[-0.063,-0.014],[-0.065,0.006],[-0.147,-0.027],[-0.125,-0.049],[-0.124,-0.076],[-0.145,-0.096],[-0.068,-0.027],[-0.06,0.009],[-0.149,-0.019],[-0.067,-0.015],[-0.063,0.005],[0.022,-0.124],[0.048,-0.172],[0,-0.15],[-0.023,-0.221],[-0.147,-0.1],[-0.441,-0.146],[-0.125,-0.072],[-0.048,-0.035],[-0.081,0.022],[-0.072,-0.098],[-0.076,-0.32],[-0.345,-0.022],[-0.342,0],[0,0],[0,0],[0.123,-0.122],[0,0],[0,-0.145],[-0.073,-0.194],[0,-0.248],[0.147,-0.121],[0.217,0],[0.146,0.098],[0.101,0.147],[0.073,0.12],[0.051,0.04],[0.067,-0.015],[0.121,0.051],[0.172,0.074],[0.148,0.095],[0.122,0.074],[0.068,0.028],[0.059,-0.008],[0.172,0.048],[0.17,0.122],[0.094,0.322],[0.053,0.042],[0.065,-0.014],[0.343,0.172],[0.121,0.072],[0.151,0.094],[0.267,0.222],[0.093,0.008],[0.189,-0.009],[0.096,0.073],[0.127,0.149],[0.125,0.103],[0.298,0.176],[0.518,0.268],[0.268,0.101],[0.144,0.073],[0.07,0.098],[0.073,0.173],[0,0.171],[-0.049,0.171],[-0.049,0.122],[-0.049,0.196],[0,0.225],[0.174,0.295],[0,0.297],[0.075,0.317],[0.095,0.127],[0.074,0.047],[0.056,-0.011],[0.121,0.027],[0.296,0.027],[0,0],[0,0],[-0.048,-0.124],[-0.124,-0.027],[-0.174,0],[0.047,0.125],[0.076,0.168],[0.197,0.32],[0.124,0.1],[0.175,0.118],[0.123,-0.145],[0.048,-0.097],[0.098,-0.147],[0.022,0.123],[0.047,0.124],[0.194,0.269],[0.146,0.3],[0,0.146],[0.052,0.223],[0,0],[0.149,0],[0.119,-0.023],[0.119,-0.072],[0.126,-0.149],[0.048,-0.123],[0,0],[0,-0.173],[0,-0.195],[0.119,-0.099],[0.149,0],[0.195,0.049],[0.145,0.024],[0,0],[0.196,0],[0,-0.342],[0,-0.149],[0,-0.076],[0.322,0],[0.151,0],[-0.098,-0.175],[-0.126,-0.15],[-0.152,-0.124],[-0.172,-0.074],[0.049,0.294],[0,0.146],[-0.196,0],[-0.121,-0.048],[-0.194,-0.074],[-0.098,-0.146],[-0.028,-0.118],[-0.028,-0.125],[-0.029,-0.124],[-0.072,-0.148],[-0.099,-0.071],[-0.067,-0.026],[-0.061,0.008],[-0.194,-0.048],[-0.126,-0.148],[-0.026,-0.127],[0,0],[0.026,-0.172],[0,0],[0.145,0.076],[0.147,0.077],[0.268,0.049],[0,0],[0,0],[0.169,-0.025],[-0.147,-0.124],[-0.099,-0.046],[0.099,-0.148],[0.121,-0.147],[0.323,-0.069],[0.342,0],[0.123,0],[0.148,0.027],[0.175,0.073],[0.053,0.011],[0.076,-0.009],[0.126,0.047],[0.101,0.094],[0.049,0.123],[0.068,0.1],[0.15,0.094],[0,0],[-0.122,0.054],[-0.176,0.098],[0,0.417],[0.245,0.223],[0.344,0.245],[0,0.075],[0,0.146],[0,0.147],[0,0],[0,0.174],[0.075,0.173],[0.053,0.086],[0.061,0.072],[0.063,0.048],[0.073,0.062],[0.086,0.073],[0.077,0.051],[0.085,0.099],[0,0.138],[-0.039,0.099],[-0.037,0.063],[-0.041,0.091],[-0.012,0.145],[0,0.219],[0.012,0.075],[0.036,0.083],[0.085,0.035],[0.23,0],[0.012,-0.058],[0.027,-0.108],[0.015,-0.062],[0.016,-0.23],[0,-0.071],[0,-0.234],[0,0],[0.061,0.028],[0.077,0.051],[0.072,0.052],[0.059,0.06],[0.17,0.148],[0.076,0.075],[0.07,0.082],[0.048,0.065],[0.072,0.038],[0.059,0.014],[0.149,0.014],[0.147,0],[0.09,0.026],[0.147,0.05],[0.085,0],[0.073,-0.013],[0.072,-0.046],[0.029,-0.059],[0,-0.084],[0,-0.223],[0,-0.111],[0.036,-0.101],[0.038,-0.065],[0.073,-0.037],[0.17,-0.088],[0.22,0],[0.078,0.049],[0.132,0.138],[0.07,0.057],[0.146,0.124],[0.11,0.075],[0.063,0.048],[0.077,0.049],[0.062,0.027],[0.095,0.041],[0,0],[-0.014,-0.268],[0,0],[0,-0.112],[0,-0.184],[0.124,0.028],[0.072,0],[0.075,0],[0.107,-0.011],[0.272,0],[0.161,0.09],[0.076,0.034],[0.138,0.048],[0.081,0],[0.077,-0.024],[0.062,-0.039],[0.048,-0.061],[0.062,0.035],[0.069,0.119],[0.038,0.063],[0.026,0.058],[0.034,0.133],[0,0.242],[-0.024,0.096],[-0.098,0.196],[-0.011,0.304],[0,0.133],[0.016,0.122],[0.025,0.072],[0.014,0.06],[0.049,0.123],[0.036,0.097],[0,0.141],[-0.034,0.097],[-0.062,0.059],[-0.036,0.072],[-0.05,0.157],[-0.041,0.072],[-0.037,0.071],[-0.123,0.181],[-0.046,0.147],[-0.084,0.174],[-0.098,0.049],[-0.072,0.048],[-0.075,0.065],[-0.025,0.06],[-0.038,0.133],[-0.037,0.382],[-0.075,0.21],[-0.071,0.207],[-0.063,0.058],[-0.075,0.061],[-0.073,0.038],[0,0],[-0.076,0.006],[-0.077,-0.005],[-0.146,0.026],[-0.062,0.011],[-0.043,0.009],[-0.038,-0.002],[-0.062,0],[-0.074,0.014],[-0.102,0.049],[-0.135,0],[-0.088,-0.025],[-0.161,-0.134],[0,0],[-0.112,-0.011],[-0.134,0],[-0.111,-0.012],[-0.201,-0.012],[-0.086,-0.015],[0,0],[-0.088,0],[-0.11,0.009],[0.173,0.084],[0.236,0.096],[0.233,0.062],[0.147,0.013],[0,0],[0,0],[0,0.171],[0.053,0.063],[0.052,0.11],[0,0.088],[0,0.076],[0,0.097],[-0.007,0.31],[0.026,0],[0.248,0.249],[0.073,0.124],[0,0],[0.071,0.17],[0.098,0.145],[0.122,0.144],[0.146,0.048],[0,0],[0.174,0],[0.167,-0.073],[0.077,-0.102],[0.077,-0.168],[0,0],[0.267,0.467],[0.072,0.12],[0.096,0.125],[0.123,0.102],[0.143,0.102],[0.146,0.291],[0.026,0.123],[0.048,0.174],[0.219,0.368],[0.122,0.147],[0.102,0.247],[0,0],[0,0.148],[-0.022,0.49],[0.123,0.195],[0.15,0.049],[0.126,0.047],[0.149,0.074],[0.098,0.126],[0.072,0.126],[0.248,0.395],[0.177,0.296],[0,0],[0.194,0.421],[0,0.171],[-0.026,0.173],[-0.022,0.12],[0,0.297],[0.097,0.144],[0.127,0.101],[0.172,0.097],[0.293,0.243],[0.12,0.123],[0.101,0.122],[0.122,0.172],[0.224,0.297],[0.1,0.196],[0.149,0.174],[0.32,0.42],[0.368,0.492],[0.071,0.121],[0.072,0.171],[0.05,0.148],[0.026,0.292],[0,0.149],[0.026,0.149],[0.148,0.32],[0,0],[0,0.542],[0.294,0.243],[0.298,0.031],[0.468,0],[0.197,-0.076],[0.172,-0.269],[0.223,-0.225],[0.142,-0.051],[0,0],[0.201,0],[0.062,0.013],[0.067,-0.007],[0,0],[0.068,-0.173],[0.122,-0.15],[0.17,-0.124],[0.418,-0.146],[0.176,-0.052],[0.139,-0.034],[0.126,0.015],[0.171,-0.018],[0.126,-0.025],[0.27,-0.025],[0.195,-0.073],[0,0],[0.15,-0.149],[0.122,-0.022],[0.446,-0.076],[0,-0.269],[0,-0.147],[0.123,-0.147],[0.053,-0.04],[0.067,0.015],[0.171,-0.075],[0.12,-0.05],[0.147,-0.051],[0.126,-0.033],[0.122,0],[0,0],[0,-0.227],[0,-0.149],[0,-0.123],[0.098,-0.322],[0,0],[0.021,-0.119],[0.052,-0.146],[0.097,-0.294],[0.1,-0.12],[0.123,-0.051],[0,0],[0.152,0],[0,0],[0.023,-0.142],[0.026,-0.123],[0.049,-0.174],[0.075,-0.146],[0.146,-0.175],[0,0],[0.171,0.051],[0.102,0.072],[0,-0.465],[0.053,-0.515],[0.023,-0.174],[0.02,-0.126],[0.098,-0.102],[0.059,-0.011],[0.07,0.006],[0.295,-0.048],[-0.051,-0.32],[-0.071,-0.2],[-0.055,-0.011],[-0.074,0.01],[-0.147,-0.049],[-0.147,-0.07],[-0.052,-0.093],[-0.052,-0.173],[-0.021,-0.145],[-0.097,-0.198],[-0.266,-0.149],[-0.122,-0.025],[-0.151,-0.025],[0.026,-0.148],[0.078,-0.291],[0,-0.147],[-0.07,-0.122],[-0.122,-0.075],[0,0],[0,0.339],[-0.097,0.316],[-0.074,-0.316],[-0.027,-0.123],[-0.077,-0.148],[-0.102,-0.122],[0,0],[-0.098,-0.123],[-0.124,-0.12],[-0.1,0.124],[-0.118,0.071],[-0.122,0.077],[-0.273,0.148],[-0.099,0.444],[-0.027,0.292],[-0.296,-0.024],[-0.344,0],[0,0],[-0.199,0],[-0.27,-0.069],[-0.103,0],[-0.171,0.077],[-0.148,0.072],[-0.174,0.099],[-0.147,0.148],[-0.318,0],[-0.174,-0.076],[-0.144,-0.146],[-0.027,-0.119],[0,-0.15],[0.051,-0.103],[0.324,-0.218],[0,0],[0.248,0.021],[0.221,0.047],[0.246,0],[0.173,0],[-0.029,-0.122],[-0.145,-0.122],[0,0],[-0.294,0],[0,0],[-0.146,0],[-0.145,0],[-0.395,-0.073],[-0.258,-0.015],[-0.185,0.006],[-0.149,0],[0,0],[0,0],[-0.151,-0.124],[-0.124,-0.075],[-0.175,-0.094],[-0.123,-0.027],[-0.124,-0.027],[-0.147,-0.027],[-0.22,-0.077],[-0.047,-0.17],[-0.047,-0.271],[-0.074,-0.321],[-0.121,-0.168],[-0.026,-0.124],[-0.026,-0.121],[0,-0.196],[-0.028,-0.245],[0,-0.245],[0,-0.171],[0.095,-0.196],[0.196,-0.075],[0.39,0],[0.542,0.123],[0.128,0.124],[0.27,0.25],[0.121,0.146],[0.248,0.418],[0.097,0.176],[0.418,0.245],[0.343,0.17],[0.295,0.248],[0.273,0.174],[0.19,0.045],[0.116,-0.011],[0.148,0],[0.568,0.094],[0,0],[0,0],[0.147,-0.024],[0.137,-0.013],[0.126,0.005],[0.147,-0.025],[0,0],[0.296,0],[0.171,0.049],[0.273,0.193],[0.028,0.127],[0.028,0.121],[0.047,0.146],[0.124,0.094],[0.149,0.077],[0,0],[0.173,0],[0.196,0],[0.168,0.048],[0.127,0.07],[0.099,0.124],[0.171,0.098],[0,0],[0.344,0],[0,0],[0,0],[0,0],[0.393,0],[0.144,0.123],[0.126,0.097],[0.196,0.269],[0.121,0.099],[0.12,0.072],[0.146,0.1],[0.095,0.123],[0.099,0.265],[0.063,0.018],[0.168,-0.004],[0.099,0.124],[0.125,0.097],[0.121,0.077],[0,0],[0.294,0],[0.147,0.026],[0.123,0.024],[0.322,0.121],[-0.468,0],[-0.295,0.026],[-0.147,0.026],[0.025,0.144],[0.073,0.123],[0.102,0.069],[0.121,0.048],[0.175,0.074],[0.124,0.121],[0.248,0.299],[0.168,0.098],[0.172,0.128],[0.122,0.025],[0.147,0],[0.171,-0.072],[0.144,-0.102],[0.244,-0.146],[0.176,-0.075],[0.123,-0.167],[0.419,0],[0.124,0.076],[0.198,0.316],[0,0.295],[0.074,0.344],[0.021,0.121],[0.023,0.295],[0,0],[0,0.196],[-0.026,0.543],[0,0.15],[0.046,0.294],[0.027,0.123],[0.047,0.49],[0.024,0.394],[0.121,0.147],[0.121,0.151],[0.073,0.151],[0.023,0.128],[0.075,0.321],[0.022,0.128],[0.047,0.171],[0.076,0.169],[0.026,0.123],[0.026,0.148],[0.05,0.149],[0.1,0.17],[0.08,0.126],[0.126,0.168],[0.102,0.268],[0,0],[-0.03,0.3],[0,0.565],[0.097,0.169],[0.074,0.124],[0.073,0.149],[0.394,0.641],[0.222,0.445],[0.052,0.119],[0,0],[0.075,0.147],[0.2,0.171],[0.221,0],[0.147,-0.076],[0.073,-0.098],[0.073,-0.148],[0.2,-0.468],[0.102,-0.123],[0.048,-0.024],[0.071,0.012],[0.126,-0.048],[0.198,-0.073],[0.096,-0.122],[0.049,-0.117],[0.07,-0.149],[0.099,-0.25],[0,-0.394],[0.049,-0.172],[0.121,-0.271],[0.073,-0.273],[0.024,-0.297],[-0.026,-0.296],[0,-0.146],[0,0],[0,-0.616],[0,-0.174],[0.075,-0.123],[0.37,-0.271],[0.47,0],[0.219,-0.197],[0.051,-0.147],[0.075,-0.175],[0.127,-0.049],[0.123,-0.045],[0.171,-0.073],[0.15,-0.098],[0.124,-0.073],[0.126,-0.077],[0.145,-0.1],[0.199,-0.27],[0.099,-0.169],[0.124,-0.146],[0.1,-0.125],[0.27,-0.17],[0.127,-0.094],[0.073,-0.125],[0.073,-0.122],[0.069,-0.04],[0.058,0.011],[0.055,-0.011],[0.076,0.01],[0.171,-0.071],[0.071,-0.096],[0.172,-0.272],[0.125,-0.023],[0.089,-0.006],[0.196,0.004],[0.143,-0.096],[0.348,-0.491],[0.027,-0.294],[0,0],[0.175,0],[0.197,0.045],[0,0],[0.173,-0.026],[0.06,-0.024],[0.069,0.012],[0.196,-0.071],[0.123,-0.05],[0.145,-0.1],[0.12,-0.075],[0,0],[0,0],[0.272,0.026],[0.048,0.009],[0.091,-0.022],[0.1,0.119],[0.05,0.102],[0.081,0.15],[0.072,0.123],[0.121,0.12],[0.173,0.269],[0,0.294],[0,0.171],[0.077,0.121],[0.072,0.119],[0.073,0.097],[0.222,0.294],[0.147,0.123],[0.122,0.122],[0.101,0.147],[0,0],[0,0.15],[-0.024,0.312],[0,0],[0.295,-0.072],[0.17,0],[0.126,0.075],[0.073,0.1],[0,0.294],[-0.024,0.148],[-0.147,0.416],[0,0.612],[0.122,0.128],[0.146,0.097],[0.268,0.049],[0,0],[0.124,0],[0.145,-0.051],[0.124,-0.068],[0.147,-0.048],[0.32,-0.1],[0,0],[0,0],[0.02,-0.175],[0.465,0.099],[0.099,0.121],[0.074,0.149],[0.122,0.272],[0.126,0.487],[0.024,0.122],[0.073,0.147],[0.099,0.124],[0.073,0.122],[0,0.59],[0,0.173],[0.052,0.148],[0.101,0.143],[0.246,0.267],[0.12,0.121],[0.12,0.172],[0,0.295],[0,0.32],[0,0.417],[-0.124,0.072],[-0.121,0.046],[-0.122,0.093],[-0.053,0.122],[-0.073,0.441],[0,0],[-0.024,0.296],[-0.026,0.245],[0,0.389],[0.074,0.171],[0.126,0.097],[0.124,0.068],[0.339,0.173],[0.25,0.294],[0.122,0.074],[0.147,0.076],[0.099,0.15],[0.049,0.341],[0.028,0.291],[0.124,0.295],[0.072,0.171],[0.072,0.198],[0.147,0.322],[0,0],[0,0.169],[0.049,0.175],[0.051,0.172],[0.124,0.148],[0.123,0.072],[0.49,0.295],[0.296,0.097],[0.245,0.198],[0.069,0.123],[0.097,0.075],[0.121,0.047],[0.171,0.048],[0.244,0.072],[0,0],[0.198,0],[-0.175,-0.3],[-0.072,-0.116],[-0.098,-0.096],[-0.221,-0.226],[-0.075,-0.323],[0,-0.145],[-0.023,-0.466],[0,-0.125],[-0.022,-0.145],[-0.074,-0.166],[-0.099,-0.439],[0,0],[0,-0.147],[0,0],[0,-0.201],[0,0],[-0.472,0],[-0.149,-0.094],[-0.127,-0.098],[-0.122,-0.097],[-0.17,-0.122],[-0.27,-0.148],[-0.074,-0.009],[-0.092,0.012],[-0.321,-0.096],[-0.097,-0.146],[-0.027,-0.122],[-0.047,-0.272],[0,-0.149],[-0.025,-0.126],[-0.076,-0.124],[-0.124,-0.097],[-0.172,-0.222],[0,0],[0,-0.12],[-0.077,-0.098],[-0.122,-0.073],[0,0],[0,0],[0,-0.563],[0.246,-0.444],[0.1,-0.224],[0,-0.296],[0,-0.22],[0.076,-0.171],[0.12,-0.171],[0.12,0.05],[0.149,0.095],[0.125,0.097],[0.1,0.144],[0.124,0.251],[0.073,0.174],[0.172,0.122],[0,0],[0.146,-0.025],[0.147,-0.023],[0.345,0],[0.222,0.294],[0.122,0.296],[0.121,0.321],[0.149,0.297],[0.197,0.271],[0.072,0.03],[0.057,-0.008],[0.127,0.027],[0.121,0.022],[0.121,0.026],[0.125,0.099],[0,0.344],[-0.075,0.273],[0,0.688],[0.098,-0.146],[0.22,-0.295],[0.15,-0.124],[0.149,-0.125],[0.17,-0.147],[0.123,-0.096],[0.078,-0.12],[0.076,-0.146],[0.052,-0.123],[0.05,-0.122],[0.076,-0.197],[0.198,-0.048],[0.292,0.02],[0.198,-0.028],[0.393,-0.298],[0.172,-0.148],[0.122,-0.054],[0.146,-0.125],[0.072,-0.099],[0.072,-0.269],[0.022,-0.74],[0,0],[0,-0.344],[-0.126,-0.514],[-0.075,-0.315],[-0.02,-0.345],[-0.388,0],[-0.15,-0.027],[-0.173,-0.074],[-0.291,-0.296],[-0.049,-0.121],[-0.076,-0.104],[-0.146,-0.099],[-0.318,-0.196],[-0.174,-0.097],[-0.1,-0.126],[-0.115,-0.152],[-0.12,-0.242],[-0.019,-0.127],[-0.019,-0.174],[-0.098,-0.221],[0,-0.247],[0.024,-0.171],[0.05,-0.17],[0.123,-0.099],[0.126,-0.125],[0.076,-0.146],[0.048,-0.167],[0.023,-0.223],[0.022,-0.17],[0.073,-0.194],[0.126,-0.045],[0.1,-0.044],[0.065,0.012],[0.368,-0.047],[0.061,-0.024],[0.067,0.012],[0.175,-0.077],[0.12,-0.024],[0.296,-0.048],[0.147,0],[0.468,0],[0,0],[0,0.149],[0,0],[-0.122,0.121],[-0.15,0.072],[-0.061,0.025],[-0.068,-0.012],[-0.171,0.072],[-0.148,0.099],[-0.147,0.199],[0,0.219],[0.048,0.172],[0.049,0.148],[0,0],[0.075,-0.541],[0.023,-0.124],[0.049,-0.171],[0.027,-0.148],[0,-0.173],[-0.149,-0.248],[0,0],[0.324,0],[0,0],[0.171,0],[0.198,-0.099],[0.148,-0.102],[0.269,-0.099],[0.295,-0.047],[0,0],[0.145,0],[0.268,0.027],[0.151,0],[0.151,-0.048],[0.17,-0.077],[0.074,-0.121],[0.245,-0.101],[0.149,-0.025],[0.137,-0.011],[0.126,0.007],[0.15,0],[0.054,-0.011],[0.075,0.01],[0.175,-0.074],[0.147,-0.093],[0.125,-0.074],[0.173,-0.075],[0.123,-0.074],[0.101,-0.096],[0.123,-0.146],[0.097,-0.149],[0.145,-0.098],[0.128,0],[0.063,-0.013],[0.065,0.005],[0.319,-0.073],[0.122,-0.096],[0.095,-0.125],[0.147,-0.122],[0.123,-0.149],[0.074,-0.151],[0.049,-0.122],[0.049,-0.148],[0.198,-0.366],[0.247,-0.423],[0.05,-0.124],[0.097,-0.199],[0.124,-0.145],[0.172,-0.17],[0.168,-0.096],[0.149,-0.126],[0.073,-0.17],[0.048,-0.172],[0,-0.125],[0.025,-0.124],[0.029,-0.118],[0.073,-0.174],[0.32,-0.198],[0.246,-0.372],[0,-0.247],[-0.097,-0.147],[-0.069,-0.043],[-0.057,0.01],[-0.294,-0.073],[0,-0.297],[0,-0.149],[0,-0.148],[0,0],[-0.021,-0.126],[-0.047,-0.168],[-0.1,-0.442],[0,-0.127],[-0.05,-0.197],[-0.122,-0.145],[-0.075,-0.443],[0,-0.468],[-0.176,-0.345],[-0.242,-0.367],[-0.174,-0.073],[-0.08,-0.022],[-0.089,0.017],[-0.149,-0.075],[-0.047,-0.097],[0,0],[0,-0.17],[0.099,-0.196],[0.123,-0.15],[0.048,-0.27],[0,0],[0,0],[0.127,-0.099],[0.099,-0.148],[0.098,-0.123],[0.069,-0.042],[0.057,0.012],[0.126,-0.024],[0.149,-0.024],[0,0],[0.464,-0.027],[0.049,-0.394],[0,-0.124],[0,0],[-0.074,-0.125],[-0.198,-0.322],[0,0],[-0.023,0.294],[0,0.145],[-0.023,0.124],[-0.149,0],[-0.148,0],[-0.171,0],[0,0],[0,0],[-0.417,0],[0,-0.245],[0.047,-0.173],[0.099,-0.171],[0.123,-0.024],[0.443,-0.102],[0.147,0],[0.12,-0.028],[0.097,-0.073],[0.07,-0.171],[0.099,-0.148],[0.176,-0.076],[0.149,-0.046],[0.155,-0.031],[0.11,0.009],[0.123,0],[0.172,-0.028],[0.145,-0.123],[0.122,-0.147],[0.172,-0.175],[0.173,-0.125],[0,0],[0.176,-0.023],[0,0],[-0.098,0.121],[-0.124,0.148],[-0.124,0.248],[-0.073,0.365],[-0.097,0.125],[-0.121,0.145],[-0.074,0.093],[0,0],[0.129,-0.072],[0.149,-0.121],[0,0],[0.222,0],[0.272,-0.197],[0.122,-0.122],[0.123,-0.048],[0.15,-0.052],[0.492,0],[0.059,0.01],[0.07,-0.006],[0.299,0.047],[0.145,0.074],[0.196,0.225],[0,0],[0,0.173],[-0.098,0.2],[-0.049,0.119],[-0.1,0.245],[0,0.341],[0,0],[0,0],[0.169,-0.075],[0.146,0],[0.346,0.124],[0.05,0.125],[0.073,0.273],[0.023,0.125],[0.022,0.145],[0.096,0.196],[0,0],[0,0.244],[-0.122,0.149],[-0.05,0.121],[-0.046,0.144],[0,0],[0,0],[0.54,0],[0,0],[0.17,-0.096],[0.196,-0.122],[0.123,-0.052],[0.146,-0.074],[0.169,-0.076],[0.08,-0.024],[0.089,0.017],[0.146,-0.074],[0.047,-0.097],[0.023,-0.268],[0,-0.196],[0,-0.12],[0,0],[-0.397,0],[-0.173,-0.12],[-0.049,-0.343],[0,-0.124],[-0.072,-0.124],[-0.125,-0.099],[-0.149,-0.1],[-0.122,-0.1],[-0.121,-0.099],[-0.072,-0.097],[-0.072,-0.149],[-0.073,-0.193],[0,-0.419],[0.048,-0.166],[0.072,-0.144],[0.078,-0.126],[0.055,-0.038],[0.061,0.011],[0.319,-0.094],[0,0],[0.291,-0.025],[0,0],[0,-0.15],[0.024,-0.127],[0.07,-0.149],[0.048,-0.024],[0.072,0.014],[0.147,-0.05],[0.417,-0.222],[0.097,-0.147],[0.221,-0.268],[0.128,-0.046],[0.151,0],[0.659,0.172],[0.123,0.021],[0.321,0],[0.146,-0.07],[0.15,-0.1],[0.148,-0.097],[0.066,-0.039],[0.063,0.014],[0.17,-0.074],[0.15,-0.056],[0.114,0.017],[0.147,-0.028],[0.12,-0.021],[0.144,-0.098],[0.099,-0.075],[0.223,-0.297],[0.122,-0.097],[0.097,-0.121],[0.102,-0.124],[0.42,-0.467],[0.15,-0.121],[0.298,-0.247],[0.049,-0.121],[0.076,-0.175],[0.052,-0.121],[0.125,-0.298],[0.075,-0.173],[0.219,-0.368],[0.125,-0.074],[0.121,-0.079],[0.064,-0.04],[0.064,0.014],[0.341,-0.172],[0.124,-0.144],[0.098,-0.122],[0.125,-0.169],[0.146,-0.147],[0.125,-0.145],[0.05,-0.272],[0,-0.149],[0.022,-0.296],[0,0],[0.022,-0.169],[0.075,-0.173],[0.176,-0.369],[0,0],[0,-0.151],[0,0],[0,-0.148],[0.025,-0.176],[0.031,-0.122],[0.051,-0.267],[0.078,-0.192],[0.07,-0.124],[0.069,-0.148],[0.122,0.073],[0.122,0.098],[0.098,0.05],[0.149,0.098],[0.121,0.146],[0,0.149],[0,0.172],[-0.052,0.196],[0,0.393],[0.093,0.64],[0,0.513],[0,0.151],[-0.077,0.172],[-0.098,0.15],[-0.1,0.176],[0,0.223],[0.073,0.468],[0.124,0.37],[0,0.221],[-0.075,0.166],[-0.125,0.122],[-0.076,0.224],[0,0.221],[0,0.194],[0,0.147],[0,0],[0.119,-0.095],[0.05,-0.119],[0,0],[0.073,-0.173],[0.072,-0.123],[0.103,0.099],[0.072,0.272],[0.072,0.146],[0.37,0.271],[-0.022,-0.147],[-0.022,-0.148],[-0.024,-0.122],[-0.068,-0.176],[-0.124,-0.169],[-0.1,-0.122],[-0.097,-0.145],[-0.147,-0.291],[-0.078,-0.17],[-0.124,-0.269],[0,-0.394],[0.074,-0.146],[0.026,-0.196],[0.026,-0.122],[0.051,-0.147],[0.074,-0.125],[0.122,-0.096],[0.318,0],[0.345,0.171],[0.197,0],[-0.023,-0.147],[-0.023,-0.144],[-0.025,-0.124],[-0.073,-0.297],[-0.025,-0.121],[0,-0.196],[-0.051,-0.173],[-0.074,-0.445],[-0.025,-0.124],[-0.074,-0.172],[-0.074,-0.149],[-0.198,-0.323],[-0.052,-0.146],[-0.023,-0.122],[0,-0.169],[0,-0.15],[0,0],[0,-0.195],[0,-0.171],[0,-0.146],[-0.052,-0.149],[-0.038,-0.065],[-0.079,0.007],[-0.146,-0.247],[-0.024,-0.272],[-0.029,-0.346],[0,-0.295],[0,0],[0,0],[-0.268,0],[-0.174,0.028],[0,0],[0,0.146],[0,0],[0.021,0.145],[0.049,0.267],[0,0],[-0.055,-0.03],[-0.09,0.001],[-0.075,-0.145],[0,-0.147],[0,-0.148],[0.047,-0.269],[0,0],[-0.024,-0.175],[-0.098,-0.169],[-0.15,-0.073],[-0.062,-0.013],[-0.066,0.005],[-0.193,-0.051],[-0.124,-0.099],[-0.095,-0.07],[-0.517,-0.319],[0,0],[0,0],[0,0],[-0.027,-0.15],[-0.027,-0.172],[-0.17,-0.54],[0,0],[0.024,0.147],[0,0],[0,0.148],[-0.1,-0.013],[-0.073,0.007],[-0.173,-0.027],[0,0],[0,-0.147],[0.049,-0.226],[0,-0.445],[-0.145,0.147],[-0.151,0.047],[0,0],[0,0],[-0.17,0],[0.026,-0.294],[0.053,-0.173],[0.124,-0.149],[0.065,-0.026],[0.061,0.008],[0.295,-0.098],[0.175,-0.049],[0.148,-0.099],[0.15,-0.195],[0.173,-0.197],[0.125,-0.049],[0.149,-0.024],[0.272,-0.048],[0,-0.565],[0.051,-0.146],[0.122,-0.147],[0.122,-0.099],[0.121,-0.073],[0.101,-0.146],[0.122,-0.074],[0.123,-0.103],[0.149,-0.097],[0.145,-0.125],[0.125,-0.1],[0.125,-0.075],[0.058,-0.023],[0.071,0.013],[0.12,-0.072],[0.075,-0.124],[0.048,-0.125],[0.051,-0.147],[0.078,-0.172],[0.078,-0.127],[0.224,-0.219],[0.152,-0.025],[0.149,0.016],[0.322,-0.077],[0.149,-0.096],[0.147,-0.171],[0.194,-0.248],[0.393,0],[0.068,0],[0.374,0],[0,0],[0.172,0],[0,0],[0.147,0],[0.246,-0.024],[0,0],[0.172,0],[0.268,0.099],[0.224,0],[0.151,-0.027],[0,0],[0,0],[0.029,-0.345],[0.099,-0.152],[0.2,0.148],[0.196,0.122],[0.296,0],[0.249,0],[0.172,0.097],[0.12,0.048],[0.17,0.075],[-0.049,0.123],[-0.097,0.169],[0,0.273],[0.124,0.096],[0,0],[0.39,0],[0.124,-0.145],[0.122,-0.146],[0.518,0],[0.125,0.121],[0.023,-0.145],[0.023,-0.173],[0.121,0.051],[0.171,0.073],[0,0],[-0.028,-0.124],[-0.075,-0.172],[-0.027,-0.099],[-0.293,0.025],[-0.146,0],[0,0],[0,-0.344],[0.061,-0.037],[0.071,0.019],[0.148,-0.099],[0.098,-0.126],[0.069,-0.148],[0.096,-0.148],[0.124,-0.149],[0.053,-0.009],[0.076,0.01],[0,0],[0.172,-0.098],[0.27,-0.39],[0.394,-0.441],[0.293,-0.246],[0.219,0],[0.223,0.052],[0,0],[0.175,0],[0.173,-0.095],[0,0],[0.193,0],[0.122,0.101],[0.123,0.045],[0.063,0.014],[0.066,-0.005],[0.171,0.026],[-0.148,0.222],[0,0],[0.022,0.15],[0.076,0.12],[0.052,0.121],[0.052,0.267],[0,0],[0.121,-0.077],[0.145,-0.126],[0.291,-0.273],[0.122,-0.05],[0.144,-0.074],[0.148,-0.098],[0.124,-0.143],[0.122,-0.098],[0.268,-0.099],[0.051,-0.01],[0.079,0.015],[0.126,-0.072],[0.075,-0.123],[0.052,-0.146],[0.05,-0.27],[0.025,-0.296],[0.293,0],[0.319,-0.051],[0,0],[0,0],[-0.144,0.098],[0,0],[-0.15,0.074],[-0.168,0.1],[-0.073,0.148],[-0.025,0.123],[-0.025,0.121],[-0.025,0.121],[-0.072,0.345],[-0.029,0.122],[-0.023,0.122],[-0.073,0.153],[-0.097,0.074],[-0.172,0.07],[-0.126,0.05],[-0.1,0.099],[-0.05,0.122],[-0.15,0.347],[-0.467,0.27],[-0.493,0.316],[-0.469,0.268],[-0.441,0.366],[-0.101,0.122],[-0.27,0.196],[-0.077,0.096],[-0.096,0.174],[-0.063,0.013],[-0.066,-0.006],[-0.085,0.013],[-0.079,-0.006],[-0.149,0.024],[-0.126,0.026],[-0.343,0.101],[-0.148,0.049],[-0.055,0.012],[-0.075,-0.01],[-0.144,0.051],[-0.126,0.15],[0,0.248],[0,0.417],[-0.072,0.199],[-0.1,0.122],[-0.05,0.099],[-0.071,0.17],[-0.025,0.198],[0,0.295],[-0.073,0.319],[-0.097,0.319],[0,0.295],[0,1.649],[0,0.223],[-0.049,0.196],[0,0],[0,0],[0.174,0],[0.196,0],[0.125,-0.025],[0.15,-0.051],[0.123,-0.025],[0.244,-0.02],[0,-0.465],[0,-0.124],[0.075,-0.173],[0.102,-0.121],[0.145,-0.122],[0.1,-0.147],[0,0],[0.077,-0.146],[0.126,-0.199],[0,0],[0.168,0],[0,0],[0.15,0],[0.151,-0.073],[0.121,-0.101],[0,0],[0.27,-0.272],[0.123,-0.125],[0,0],[0,0],[0,-0.318],[-0.07,-0.173],[0,0],[0,0],[0.028,-0.169],[0.099,-0.197],[0.073,-0.127],[0.122,-0.172],[0.223,0],[0.1,0.075],[0.122,0.146],[0,0],[0,0],[-0.097,-0.123],[-0.248,-0.244],[-0.045,-0.118],[-0.025,-0.12],[-0.025,-0.145],[-0.047,-0.294],[0,-0.172],[0.075,-0.123],[0.123,-0.076],[-0.021,-0.123],[-0.049,-0.172],[-0.055,0.012],[-0.075,-0.01],[-0.168,0.073],[0,0],[0.021,-0.296],[0.098,-0.321],[0.046,-0.122],[0.078,-0.148],[0.245,-0.222],[0.122,-0.099],[0.074,-0.122],[0.045,-0.145],[0.025,-0.121],[0.049,-0.32],[0,-0.147],[0.022,-0.124],[0.075,-0.144],[0.097,-0.075],[0.121,-0.024],[0.344,0],[0.121,0.074],[0.168,0.172],[0.246,0],[0.144,-0.073],[0.123,-0.121],[0.122,-0.097],[0.101,0.148],[0.052,0.124],[0.073,0.176],[0.061,-0.012],[0.067,0.006],[0.176,-0.049],[0.146,-0.099],[0.269,-0.273],[0.096,-0.148],[0.195,-0.072],[0.222,0],[0.147,0],[0.152,0.025],[0,0],[0,0.294],[0,0.148],[0.099,0.323],[0.053,0.027],[0.063,-0.009],[0,-0.613],[0.098,-0.093],[0.148,-0.099],[0.151,-0.098],[0.246,-0.32],[0.146,-0.196],[0.119,-0.125],[0.245,-0.098],[0.176,-0.051],[0,0],[0.342,0],[0.147,-0.022],[0.293,-0.097],[0.17,-0.048],[0.124,-0.097],[0.124,-0.148],[0.122,-0.047],[0.467,-0.246],[0.189,-0.044],[0.115,0.01],[0.194,0],[0.171,-0.048],[0.366,-0.271],[0.151,-0.074],[0.271,-0.049],[0.467,0],[0.169,0.052],[0.171,0.099],[0.121,0.05],[0.367,0.094],[0,0],[0.193,0],[0,0],[-0.148,-0.097],[-0.123,-0.124],[-0.047,-0.122],[0,0],[-0.072,-0.175],[-0.074,-0.145],[-0.05,-0.122],[0,0],[-0.415,0],[-0.071,-0.121],[-0.048,-0.124],[-0.072,-0.124],[-0.1,-0.148],[0,0],[-0.195,0],[-0.101,-0.071],[0.148,-0.123],[0.122,-0.074],[0.171,-0.096],[0.126,-0.026],[0,0],[0.369,0.046],[0,0],[0.319,0],[0.292,0],[0.32,-0.121],[0.122,-0.145],[0.099,-0.128],[0.096,-0.194],[0,-0.221],[-0.029,-0.065],[-0.078,0.002],[-0.075,-0.095],[0,0],[0.371,-0.028],[0.488,0],[0.05,0.125],[0.05,0.145],[0.143,0.343],[0,0],[0.194,0],[0.171,0.048],[0.123,0.098],[0.1,0.447],[0,0],[0.346,0],[0.149,0.099],[0.245,0.194],[0.173,0.076],[0.218,0.095],[0,0],[0.169,-0.046],[0.048,-0.124],[0.025,-0.294],[0,-0.15],[0,0],[0.273,-0.024],[0,-0.468],[0,-0.148],[0,-0.145],[0.028,-0.122],[0.049,-0.147],[0.298,0.216],[0.175,0.078],[0,0],[0.142,0],[0.146,-0.049],[0.146,-0.097],[0.123,-0.121],[0.119,-0.101],[0.048,-0.026],[0.069,0.012],[0.169,-0.075],[0.125,-0.073],[0.074,-0.119],[0,-0.323],[-0.151,-0.074],[-0.11,-0.027],[-0.163,0.01],[-0.099,-0.072],[-0.099,-0.151],[-0.098,-0.149],[-0.267,-0.198],[0,0],[-0.271,0.028],[-0.443,0],[0,0],[-0.081,-0.009],[-0.082,0.006],[-0.198,-0.02],[-0.174,-0.099],[-0.151,-0.026],[-0.174,0],[-0.171,0.026],[0.147,0.099],[0.062,0.025],[0.07,-0.012],[0.124,0.074],[0.151,0.124],[0,0],[-0.021,0.122],[-0.098,0.224],[-0.439,0],[-0.048,-0.095],[0,0],[0,-0.174],[-0.147,-0.097],[-0.149,-0.048],[0,0],[-0.122,0],[-0.342,-0.024],[-0.196,-0.046],[-0.124,-0.052],[-0.176,-0.074],[-0.27,-0.099],[-0.194,-0.093],[-0.147,-0.121],[-0.076,-0.098],[-0.099,-0.073],[-0.168,-0.075],[-0.322,-0.047],[-0.145,0],[-0.344,-0.026],[0,-0.42],[-0.346,-0.417],[-0.223,-0.147],[-0.246,-0.096],[-0.167,-0.011],[-0.139,0.006],[-0.172,0],[-0.174,-0.047],[-0.167,-0.098],[-0.062,-0.01],[-0.066,0.006],[-0.147,-0.048],[0,0],[0,0],[-0.174,0],[-0.176,-0.049],[-0.39,-0.127],[-0.149,-0.077],[-0.467,0],[0,0],[-0.171,0],[-0.223,0.096],[-0.195,0.073],[-0.417,0],[0,0],[-0.198,0],[-0.194,-0.048],[-0.063,-0.011],[-0.067,0.007],[-0.321,-0.098],[-0.298,-0.17],[-0.122,-0.022],[-0.194,-0.027],[-0.222,0],[-0.146,0.025],[-0.146,0.097],[0,0.149],[-0.075,0.17],[-0.048,0.148],[-0.102,0.169],[0.122,0.051],[0.169,0.073],[0.12,0.073],[0.172,0.223],[0,0.145],[-0.048,0.198],[-0.099,0.122],[-0.122,0.099],[0,0],[0,0],[0,0],[0,0],[0,0],[0.464,0],[0.32,-0.1],[0,0],[-0.12,-0.029],[-0.146,-0.025],[0,0],[0,0.319],[0,0.148],[-0.049,0.149],[-0.075,0.121],[-0.22,0.096],[0,0],[-0.172,-0.026],[-0.267,-0.126],[-0.833,-0.12],[0,0],[-0.194,0],[-0.418,0.05],[-0.221,0.025],[-0.22,0],[-0.198,-0.024],[-0.194,-0.151],[-0.124,-0.075],[0,0],[-0.021,0.223],[0,0.145],[0,0],[0,0],[0,0],[0,0],[0,-0.294],[-0.099,-0.151],[-0.122,-0.073],[-0.147,-0.047],[-0.151,-0.047],[-0.175,-0.097],[-0.146,-0.246],[0,-0.394],[0,-0.124],[0,-0.171],[-0.075,-0.169],[-0.074,-0.12],[-0.097,-0.074],[-0.147,-0.126],[-0.097,-0.071],[-0.097,-0.05],[-0.058,-0.009],[-0.07,0.007],[-0.149,-0.021],[-0.166,-0.023],[-0.122,-0.029],[-0.292,-0.023],[-0.343,-0.023],[-0.148,0],[-0.148,0.024],[-0.147,0.073],[-0.143,0.077],[-0.175,0.075],[-0.148,0.051],[0,0],[-0.149,0.026],[-0.488,0.021],[-0.392,0],[-0.174,0.052],[0,0],[-0.145,0],[-0.145,-0.028],[-0.124,-0.049],[-0.193,-0.094],[-0.176,-0.121],[-0.122,-0.021],[0,0],[-0.198,0],[-0.217,-0.023],[-0.222,-0.029],[-0.194,-0.048],[0,0],[-0.297,-0.148],[-0.146,-0.097],[-0.121,-0.099],[-0.246,-0.15],[0,0],[0,0],[0.122,-0.121],[0.267,-0.176],[0,0],[-0.073,-0.01],[-0.067,0.007],[-0.195,-0.048],[0,0],[-0.024,0.298],[-0.046,0.174],[-0.197,0.295],[-0.121,0.052],[0,0],[-0.175,-0.025],[0.07,-0.148],[0.076,-0.17],[0.021,-0.125],[0.068,-0.17],[0.076,-0.094],[0.098,-0.076],[-0.296,0],[-0.197,0],[-0.172,-0.072],[-0.076,-0.011],[-0.089,0.011],[-0.322,-0.094],[-0.123,-0.022],[-0.197,0],[-0.346,0.023],[-0.291,0],[-0.219,-0.047],[-0.08,-0.012],[-0.088,0.011],[-0.294,-0.075],[-0.248,-0.038],[-0.188,0.015],[-0.293,-0.025],[-0.15,0],[-0.196,0],[-0.071,0.097],[-0.071,0.321],[0,0],[-0.343,0],[0,0.145],[0.028,0.194],[0.099,0.148],[0.146,0.075],[0.123,0.073],[0.123,0.075],[0.128,0.149],[0.053,0.12],[0.022,0.147],[0,0.147],[0,0],[-0.266,-0.051],[-0.122,-0.025],[-0.09,-0.013],[-0.078,0.006],[-0.124,-0.027],[-0.176,-0.048],[-0.149,-0.026],[-0.143,0],[-0.391,0],[0,0],[0,0],[0.151,0.075],[0.196,0.127],[0,0.267],[-0.372,-0.072],[-0.147,-0.101],[-0.147,-0.124],[-0.127,-0.098],[-0.096,-0.15],[-0.047,-0.1],[-0.098,-0.076],[-0.296,-0.073],[-0.169,0],[-0.12,0],[-0.123,0.073],[-0.1,0.146],[-0.346,0.348],[-0.444,0],[-0.343,0],[-0.12,0],[-0.172,-0.048],[-0.123,-0.051],[-0.148,0],[-0.174,0.048],[-0.439,0],[-0.245,0],[-0.124,0.294],[0.025,0.467],[-0.024,0.294],[0,0],[0,-0.464],[-0.124,-0.144],[-0.175,-0.149],[-0.122,-0.048],[-0.175,-0.07],[-0.173,-0.097],[-0.171,-0.122],[-0.32,-0.273],[0,0],[0,-0.145],[0.048,-0.149],[0,-0.194],[-0.025,-0.296],[0,-0.344],[-0.025,-0.341],[0,-0.297],[-0.049,-0.148],[-0.075,-0.172],[-0.175,-0.146],[-0.147,-0.071],[-0.248,-0.048],[-0.271,0],[-0.075,0.121],[-0.074,0.095],[-0.122,0.172],[-0.467,0],[-0.075,-0.146],[-0.096,-0.171],[-0.145,-0.121],[-0.125,-0.029],[-0.137,-0.019],[-0.198,0.008],[-0.175,-0.079],[-0.318,-0.246],[-0.272,0],[-0.169,0.046],[-0.195,0.101],[-0.177,0.072],[-0.198,0.094],[0,0],[0.076,0.169],[0.098,0.146],[0.021,0.173],[0,0.171],[0,0],[-0.221,0],[-0.397,0.15],[-0.442,0],[-0.221,-0.097],[-0.321,-0.096],[-0.194,-0.072],[-0.199,-0.101],[-0.171,0],[-0.194,0.049],[-0.243,0],[-0.149,-0.251],[0,0],[-0.146,-0.101],[-0.172,-0.073],[-0.127,-0.022],[-0.143,0],[-0.171,0],[-0.145,0.076],[-0.298,0],[0,0],[-0.147,-0.025],[0,0],[0,0],[-0.464,0],[-0.125,0],[-0.123,0.024],[-0.222,0.128],[0,0],[-0.15,0],[-0.174,0],[0,-0.293],[0,-0.149],[0,-0.15],[0,0],[-0.124,0.075],[-0.121,0.097],[-0.273,0.294],[-0.22,0],[-0.198,-0.079],[0,0],[0.297,0],[0.149,0],[0.174,-0.075],[0.122,-0.074],[0.104,-0.077],[0.147,-0.075],[0.198,-0.125],[0,0],[-0.05,-0.151],[-0.147,-0.148],[-0.39,0],[-0.171,0.05],[-0.124,0.069],[-0.153,0.125],[-0.099,0.15],[-0.126,0.125],[-0.173,0.147],[0,0],[0,0],[0.025,0.149],[0.072,0.221],[0,0],[-0.052,0.146],[-0.124,0.101],[-0.197,0.12],[0,0],[-0.15,0],[-0.296,-0.028],[-0.197,0],[-0.172,0.074],[-0.266,0.051],[0,0],[-0.393,0.025],[0,0],[-0.071,0],[0.226,-0.025],[0.147,-0.098],[0.122,-0.127],[0.127,-0.098],[0.121,-0.071],[0.143,-0.039],[0.119,0.015],[0.124,0],[0.149,-0.075],[0.121,-0.103],[0.271,-0.251],[0.192,-0.271],[0.22,-0.173],[0,0],[0.147,0],[0.124,0],[0.149,-0.05],[0.1,-0.074],[0.1,-0.151],[0.218,-0.173],[0,0],[0.15,0],[0.194,0],[0.123,-0.024],[0.17,-0.048],[0.151,-0.124],[0.027,-0.122],[0.075,-0.275],[0,0],[0.027,-0.221],[0.023,-0.145],[0.047,-0.147],[0.038,-0.05],[0.079,0.024],[0.097,-0.125],[0,-0.145],[-0.026,-0.122],[-0.04,-0.062],[-0.08,0.005],[-0.07,-0.124],[-0.07,-0.122],[-0.039,-0.05],[-0.082,0.025],[-0.051,-0.101],[-0.075,-0.173],[-0.145,-0.2],[-0.174,-0.074],[-0.087,-0.011],[-0.081,0.007],[-0.121,-0.024],[-0.05,-0.467],[0,0],[-0.32,0],[-0.319,-0.049],[-0.148,0],[-0.147,0.048],[-0.143,0.076],[-0.099,0.08],[-0.245,-0.269],[-0.098,-0.05],[-0.222,-0.051],[-0.22,0],[0,0],[0,0],[0,0],[0.097,-0.12],[0.098,-0.072],[0.195,-0.22],[0,-0.169],[0,0],[-0.319,0],[-0.397,-0.024],[-0.147,0],[0.072,-0.146],[0.194,-0.268],[0.069,-0.028],[0.06,0.009],[0.169,-0.051],[0,0],[0,0]],\"v\":[[172.657,-138.643],[172.24,-138.443],[171.456,-138.15],[171.064,-138.15],[169.88,-137.757],[169.486,-137.658],[169.095,-137.364],[168.801,-136.872],[168.801,-136.481],[168.801,-136.086],[168.508,-135.69],[167.719,-135.299],[167.915,-134.906],[168.306,-134.713],[168.212,-134.244],[164.28,-134.244],[164.081,-133.432],[163.65,-133.343],[163.196,-133.239],[163.196,-132.843],[162.899,-132.447],[162.507,-132.252],[161.425,-132.151],[160.736,-132.151],[160.344,-132.349],[159.952,-132.643],[159.658,-133.038],[159.264,-133.136],[158.868,-133.136],[157.887,-133.136],[157.493,-133.136],[156.61,-133.432],[156.117,-133.333],[155.944,-133.328],[155.626,-133.239],[155.331,-132.843],[155.428,-132.349],[155.331,-131.955],[154.939,-131.761],[154.421,-131.564],[152.308,-131.564],[151.298,-131.171],[150.808,-130.974],[150.019,-130.583],[149.628,-130.484],[149.137,-130.088],[148.746,-130.189],[148.548,-130.583],[148.103,-130.583],[147.27,-130.484],[146.874,-130.189],[146.092,-129.791],[145.696,-129.401],[145.301,-129.304],[144.813,-129.304],[143.829,-129.205],[143.043,-128.812],[142.746,-128.419],[142.647,-127.924],[142.454,-127.535],[142.235,-127.527],[142.058,-127.535],[141.568,-127.535],[141.175,-127.437],[140.783,-127.337],[140.391,-127.238],[139.993,-126.845],[140.391,-126.057],[140.783,-125.863],[141.663,-125.566],[142.058,-125.368],[142.058,-124.978],[142.058,-124.585],[141.764,-124.19],[141.371,-124.289],[140.092,-124.485],[139.306,-124.386],[138.913,-124.289],[138.618,-123.893],[138.225,-123.597],[137.834,-123.597],[137.441,-123.597],[136.947,-123.994],[135.866,-123.893],[135.079,-123.893],[134.684,-123.797],[134.271,-123.597],[132.449,-123.597],[132.033,-123.7],[131.639,-123.597],[131.538,-123.207],[131.246,-122.816],[129.204,-122.816],[128.491,-122.225],[128.691,-121.832],[129.079,-121.437],[129.472,-121.045],[129.866,-120.748],[129.866,-119.963],[129.866,-119.566],[130.066,-119.177],[130.163,-118.784],[131.149,-118.685],[131.736,-118.685],[132.227,-118.784],[132.624,-118.585],[132.918,-118.195],[133.309,-117.799],[133.309,-117.408],[133.309,-117.015],[132.423,-116.421],[131.835,-116.619],[131.441,-116.818],[131.246,-117.212],[131.05,-117.211],[130.855,-117.212],[130.361,-117.408],[129.967,-117.503],[129.571,-117.604],[129.472,-117.998],[129.376,-118.391],[128.983,-118.585],[126.647,-118.585],[125.839,-118.978],[125.743,-119.373],[124.949,-119.566],[124.559,-119.566],[124.168,-119.274],[123.772,-119.177],[122.594,-118.881],[122.691,-118.491],[123.082,-118.391],[123.871,-118.391],[124.267,-118.391],[124.559,-117.998],[124.853,-117.604],[124.658,-117.212],[123.772,-117.306],[123.381,-117.408],[123.082,-117.799],[122.447,-117.799],[122.197,-117.799],[121.806,-117.799],[121.611,-117.408],[121.514,-117.015],[121.116,-116.619],[122.103,-115.736],[122.48,-115.736],[122.889,-115.736],[123.283,-115.639],[124.46,-115.144],[124.756,-114.752],[125.149,-114.655],[125.543,-114.458],[125.743,-114.066],[125.543,-113.67],[125.149,-114.262],[124.72,-114.326],[124.361,-114.36],[123.97,-114.655],[123.775,-114.654],[123.576,-114.655],[123.383,-114.654],[123.184,-114.655],[122.79,-114.95],[122.396,-115.05],[121.813,-115.048],[121.219,-115.05],[120.431,-115.344],[120.04,-115.736],[119.746,-116.128],[119.842,-116.525],[119.842,-117.306],[119.842,-118.096],[120.137,-118.491],[120.137,-118.881],[120.137,-119.274],[120.04,-119.669],[119.644,-119.867],[119.644,-120.257],[119.249,-121.045],[118.858,-120.849],[118.66,-120.848],[118.464,-120.849],[118.464,-120.257],[118.566,-119.867],[118.566,-118.685],[118.464,-118.29],[118.464,-117.847],[117.678,-117.896],[117.186,-117.799],[116.796,-117.847],[116.796,-117.212],[116.694,-116.818],[116.301,-116.619],[115.91,-116.525],[115.415,-115.639],[115.415,-115.441],[116.301,-114.36],[116.991,-113.67],[116.991,-113.277],[117.186,-112.491],[117.087,-112.098],[116.892,-111.705],[116.4,-111.117],[116.4,-110.92],[116.595,-110.525],[116.694,-110.034],[116.796,-109.642],[116.595,-109.247],[116.694,-108.853],[117.087,-108.069],[117.504,-107.871],[119.447,-107.871],[119.746,-108.265],[120.137,-108.561],[120.527,-108.951],[120.725,-108.951],[121.116,-108.853],[121.413,-108.462],[122.197,-107.968],[122.594,-107.871],[122.988,-107.577],[123.381,-106.79],[124.066,-106.099],[124.46,-105.808],[124.756,-105.413],[124.46,-104.626],[124.168,-104.232],[123.772,-103.941],[123.97,-103.546],[124.152,-103.552],[124.361,-103.546],[124.756,-103.349],[125.051,-102.954],[125.818,-102.851],[126.23,-102.857],[126.621,-102.76],[126.331,-102.367],[125.936,-102.169],[125.149,-102.071],[124.756,-102.071],[124.361,-102.367],[123.97,-102.66],[123.576,-102.76],[123.381,-103.741],[123.381,-104.334],[123.477,-104.727],[122.889,-105.512],[122.495,-105.709],[122.495,-106.099],[122.197,-106.494],[121.806,-106.594],[121.314,-106.691],[120.527,-106.79],[119.348,-106.691],[118.954,-106.691],[118.566,-106.494],[118.17,-106.296],[117.775,-105.903],[117.876,-105.512],[117.975,-105.119],[118.267,-104.134],[118.071,-103.148],[117.975,-102.76],[117.581,-102.367],[117.186,-102.071],[116.694,-101.676],[116.301,-101.38],[116.301,-100.4],[115.517,-100.4],[114.339,-99.708],[113.546,-99.222],[113.546,-98.824],[113.254,-98.43],[112.861,-98.43],[112.072,-98.533],[111.68,-98.727],[111.287,-98.824],[110.868,-99.12],[108.536,-99.12],[108.142,-99.32],[108.436,-99.708],[108.73,-100.104],[109.319,-100.104],[109.913,-100.104],[110.305,-99.907],[111.092,-99.907],[111.878,-99.907],[112.274,-100.204],[112.665,-100.497],[113.056,-100.792],[113.449,-101.579],[113.845,-101.778],[114.529,-102.464],[114.629,-102.857],[115.025,-103.057],[115.415,-103.252],[115.415,-103.645],[115.517,-104.035],[115.808,-104.824],[115.91,-105.217],[116.009,-105.609],[116.202,-105.981],[116.103,-106.47],[115.316,-106.397],[114.827,-106.494],[114.339,-106.691],[114.042,-107.083],[113.943,-107.676],[114.137,-108.658],[114.137,-109.835],[114.137,-110.23],[114.339,-111.016],[114.529,-112.196],[114.529,-112.591],[114.137,-113.377],[114.042,-113.772],[113.746,-114.554],[113.449,-114.95],[113.254,-115.316],[113.254,-117.752],[114.042,-117.702],[114.434,-117.799],[114.529,-117.752],[114.556,-120.159],[113.546,-120.257],[113.157,-120.652],[112.762,-120.748],[111.977,-120.748],[111.188,-120.748],[110.6,-120.849],[109.616,-120.652],[109.22,-120.358],[108.832,-120.159],[108.436,-120.159],[107.648,-120.159],[107.258,-120.064],[107.258,-118.881],[107.258,-118.391],[106.766,-117.604],[106.471,-117.212],[105.78,-116.421],[105.587,-115.639],[105.391,-115.144],[104.996,-115.05],[104.543,-115.036],[104.208,-115.05],[103.816,-115.05],[103.424,-114.85],[103.227,-114.262],[103.227,-114.066],[103.323,-113.576],[103.523,-113.569],[103.717,-113.576],[104.406,-112.884],[104.504,-112.098],[104.31,-111.313],[103.915,-111.214],[103.522,-111.016],[103.424,-110.404],[103.522,-109.642],[104.31,-109.642],[104.703,-109.642],[105.098,-109.346],[105.391,-108.951],[105.391,-108.561],[105.587,-108.168],[105.979,-107.968],[106.273,-107.577],[106.668,-107.479],[107.354,-106.79],[107.75,-106.594],[107.75,-106.201],[107.75,-105.808],[107.354,-105.413],[107.258,-105.02],[106.867,-105.02],[106.471,-105.02],[105.684,-105.02],[104.897,-105.413],[104.406,-106.79],[103.62,-106.887],[102.441,-107.083],[102.143,-107.479],[101.751,-107.773],[101.29,-107.79],[100.966,-107.773],[100.572,-107.871],[99.786,-107.968],[99.393,-108.361],[99.198,-108.853],[98.805,-108.951],[98.408,-109.052],[97.918,-109.346],[97.499,-109.543],[95.585,-109.543],[95.165,-109.738],[94.971,-110.131],[94.552,-110.326],[92.536,-110.326],[91.723,-110.82],[90.938,-111.313],[90.544,-111.41],[90.346,-111.803],[89.954,-111.902],[89.561,-112.196],[89.465,-112.591],[89.236,-112.601],[89.072,-112.591],[88.478,-112.687],[88.28,-112.687],[87.891,-112.491],[87.497,-112.098],[87.596,-111.51],[87.988,-111.117],[88.382,-110.82],[88.382,-110.427],[88.382,-109.936],[89.169,-109.936],[89.561,-109.835],[89.954,-109.835],[90.346,-109.642],[90.448,-109.247],[90.643,-108.757],[91.626,-108.462],[92.021,-108.265],[92.311,-107.871],[92.217,-107.479],[92.118,-107.083],[91.427,-106.397],[91.039,-106.397],[90.643,-106.397],[90.249,-106.397],[90.053,-106.002],[89.954,-105.609],[89.757,-105.217],[89.365,-105.02],[88.921,-105.119],[88.973,-105.903],[89.072,-106.296],[89.072,-107.083],[88.921,-107.479],[88.382,-107.479],[87.988,-107.379],[87.596,-107.083],[87.397,-106.691],[87.203,-106.296],[86.415,-106.296],[86.023,-106.296],[85.236,-106.397],[85.025,-106.414],[84.743,-106.397],[84.548,-106.002],[84.251,-105.609],[83.787,-105.609],[83.37,-105.609],[82.971,-105.709],[82.579,-105.709],[81.698,-105.709],[81.303,-105.633],[81.303,-104.626],[80.125,-104.626],[79.729,-104.923],[79.536,-105.316],[79.141,-105.413],[79.337,-105.808],[79.337,-106.201],[79.729,-106.987],[79.633,-107.379],[79.237,-107.28],[79.042,-106.887],[78.65,-106.79],[78.253,-106.691],[77.914,-106.677],[77.37,-106.594],[77.074,-106.201],[76.29,-105.808],[75.703,-105.808],[74.523,-105.709],[74.126,-105.512],[74.029,-105.119],[73.632,-104.923],[73.244,-104.923],[72.849,-104.923],[72.456,-104.824],[71.572,-104.626],[71.177,-104.334],[70.393,-103.645],[69.898,-103.349],[69.21,-103.331],[68.329,-103.252],[67.932,-102.857],[68.126,-102.464],[68.526,-101.973],[68.329,-101.38],[67.539,-100.993],[67.145,-100.696],[66.753,-100.598],[66.361,-100.598],[65.868,-100.598],[65.277,-100.302],[65.083,-100.302],[64.786,-100.696],[64.298,-100.894],[63.899,-101.284],[63.805,-101.676],[63.411,-102.268],[63.508,-103.202],[65.672,-103.202],[65.672,-104.427],[65.277,-104.824],[64.885,-104.923],[64.69,-105.316],[64.395,-105.709],[63.997,-106.099],[63.215,-105.903],[63.018,-105.903],[62.626,-106.296],[62.23,-106.397],[61.369,-106.397],[60.557,-106.397],[60.165,-106.296],[59.871,-106.369],[59.871,-105.512],[60.656,-105.413],[61.001,-105.217],[61.001,-102.884],[60.755,-102.464],[60.361,-102.169],[60.462,-101.778],[60.462,-101.38],[60.855,-101.284],[61.249,-101.088],[61.543,-100.696],[61.936,-100.204],[61.936,-100.005],[61.592,-99.76],[61.639,-99.419],[61.639,-98.236],[61.592,-98.042],[60.755,-98.141],[60.361,-98.141],[59.969,-98.43],[59.969,-98.824],[59.676,-99.222],[59.233,-99.222],[58.79,-99.222],[58.397,-98.923],[58.001,-98.923],[57.12,-98.923],[56.726,-98.824],[56.726,-98.43],[56.628,-98.042],[56.234,-97.844],[55.839,-97.746],[55.053,-97.546],[54.56,-97.449],[54.169,-97.152],[53.973,-96.763],[53.581,-96.469],[52.991,-96.378],[52.992,-96.369],[52.992,-95.585],[53.186,-95.191],[53.284,-94.795],[53.68,-94.7],[54.072,-94.5],[54.268,-93.911],[54.169,-93.321],[54.169,-93.519],[53.385,-93.519],[52.596,-93.519],[51.809,-93.715],[51.419,-93.715],[51.025,-93.812],[50.135,-93.911],[49.743,-94.203],[49.354,-94.306],[49.159,-94.305],[48.958,-94.306],[48.568,-94.597],[48.27,-95.09],[48.074,-95.482],[47.685,-95.29],[47.385,-94.893],[47.216,-94.9],[46.993,-94.893],[46.599,-94.404],[46.796,-93.812],[47.188,-93.519],[47.586,-93.421],[47.586,-93.027],[47.78,-92.632],[48.173,-92.632],[49.055,-92.73],[49.844,-92.239],[50.135,-91.751],[49.844,-91.356],[47.876,-91.356],[47.685,-90.962],[47.29,-90.862],[46.895,-90.962],[46.796,-91.356],[46.406,-91.648],[45.224,-92.143],[45.03,-92.142],[44.828,-92.143],[44.141,-92.73],[43.945,-93.126],[43.945,-93.519],[43.945,-94.7],[42.691,-94.7],[42.667,-95.972],[42.863,-97.648],[42.57,-98.43],[41.9,-98.592],[41.391,-98.629],[41.19,-99.025],[40.801,-99.419],[40.505,-100.204],[39.993,-100.291],[39.621,-100.302],[39.228,-100.696],[38.438,-101.088],[38.538,-101.482],[38.931,-101.38],[39.326,-101.284],[39.522,-100.894],[40.307,-100.598],[41.094,-100.104],[41.486,-99.907],[42.199,-99.902],[42.863,-99.907],[43.255,-99.907],[43.552,-99.515],[44.363,-99.12],[47.066,-99.12],[47.484,-99.025],[47.876,-98.923],[48.074,-98.533],[48.469,-98.43],[48.859,-98.43],[49.254,-98.334],[50.04,-98.334],[50.432,-98.334],[50.826,-98.334],[51.22,-98.533],[51.415,-98.533],[51.612,-98.533],[52.005,-98.629],[52.793,-99.025],[53.186,-99.025],[53.973,-99.12],[54.365,-99.419],[54.758,-99.708],[55.154,-100.005],[55.35,-100.4],[55.449,-101.185],[55.35,-102.367],[55.35,-102.76],[54.954,-103.546],[54.56,-103.839],[54.169,-104.232],[53.775,-104.334],[53.284,-104.427],[52.496,-104.427],[51.708,-104.427],[50.928,-104.923],[50.531,-105.119],[50.333,-105.512],[49.941,-105.709],[49.646,-106.099],[49.448,-106.099],[49.254,-106.099],[48.859,-106.296],[48.568,-106.691],[48.173,-106.79],[47.78,-106.987],[47.385,-107.28],[46.993,-107.379],[46.06,-107.479],[45.128,-107.379],[44.536,-107.28],[44.339,-107.28],[43.945,-107.577],[43.456,-107.773],[42.764,-108.462],[41.586,-108.462],[41.586,-107.871],[41.391,-107.479],[40.997,-107.479],[40.603,-107.479],[40.113,-107.773],[40.307,-108.168],[40.505,-108.757],[40.505,-108.951],[40.113,-109.148],[39.716,-109.346],[39.716,-109.738],[39.621,-110.23],[38.466,-110.23],[38.046,-110.034],[37.656,-109.642],[37.061,-109.835],[36.671,-110.034],[36.572,-110.427],[35.686,-110.326],[34.805,-110.525],[34.41,-110.623],[34.41,-111.065],[34.805,-111.016],[35.195,-111.117],[35.686,-111.065],[35.786,-111.902],[35.488,-112.296],[35.195,-112.687],[34.805,-112.687],[33.917,-112.687],[33.13,-112.787],[32.837,-113.178],[32.54,-113.576],[32.148,-113.67],[31.755,-113.576],[31.755,-112.394],[30.673,-112.296],[30.673,-113.104],[30.868,-113.475],[31.26,-113.87],[31.26,-114.213],[28.559,-114.213],[28.609,-112.984],[28.411,-112.591],[28.411,-112.196],[28.559,-111.803],[28.017,-111.902],[28.115,-112.296],[28.216,-112.884],[27.922,-113.475],[27.499,-113.67],[26.736,-113.67],[26.717,-114.655],[26.249,-114.752],[25.362,-114.163],[24.973,-113.968],[24.579,-114.066],[24.185,-114.066],[23.888,-113.67],[23.495,-112.884],[22.906,-112.591],[22.71,-112.591],[22.217,-112.687],[21.928,-113.081],[22.121,-113.475],[22.516,-113.772],[21.163,-113.772],[19.957,-113.475],[19.462,-113.277],[18.971,-112.984],[18.876,-112.591],[19.074,-112.196],[19.462,-111.803],[20.249,-111.705],[20.939,-111.605],[20.939,-110.721],[20.178,-110.721],[19.76,-111.016],[18.876,-111.016],[18.087,-111.117],[17.672,-111.214],[16.91,-111.214],[16.91,-110.131],[16.91,-109.738],[16.714,-109.346],[16.319,-109.148],[16.319,-109.936],[16.221,-110.326],[15.828,-110.525],[15.632,-110.524],[15.436,-110.525],[15.043,-110.82],[14.746,-111.214],[14.56,-111.213],[14.354,-111.214],[13.543,-111.803],[12.88,-111.705],[12.88,-110.943],[13.074,-110.525],[13.174,-110.034],[12.88,-109.247],[12.98,-108.853],[12.585,-108.561],[11.993,-108.265],[11.406,-108.361],[11.406,-108.757],[11.21,-109.148],[11.21,-109.543],[10.815,-109.346],[10.715,-108.853],[10.505,-108.847],[10.32,-108.853],[9.538,-108.757],[9.438,-108.069],[9.634,-107.676],[9.816,-107.682],[10.029,-107.676],[10.421,-107.479],[10.421,-107.083],[10.421,-106.691],[10.225,-106.296],[9.833,-106.397],[9.438,-106.79],[8.941,-106.8],[8.555,-106.79],[8.06,-106.987],[8.258,-108.168],[8.06,-108.561],[7.474,-108.361],[7.474,-107.183],[7.079,-106.987],[6.484,-107.183],[5.51,-106.79],[5.605,-106.397],[6,-106.201],[5.803,-105.808],[4.816,-105.808],[4.424,-105.709],[4.031,-105.709],[3.639,-105.413],[3.54,-105.02],[3.143,-104.923],[2.753,-104.528],[2.654,-104.134],[2.445,-104.128],[2.262,-104.134],[1.866,-103.645],[2.628,-103.645],[3.046,-103.839],[3.341,-104.232],[3.734,-104.427],[4.13,-104.427],[4.523,-104.528],[4.915,-104.427],[5.307,-104.727],[5.51,-105.119],[5.721,-105.125],[5.898,-105.119],[6.09,-105.118],[6.293,-105.119],[6.686,-105.413],[7.716,-105.512],[8.751,-105.413],[9.142,-105.119],[8.945,-104.727],[8.16,-104.727],[7.764,-104.727],[7.667,-104.334],[7.276,-104.232],[7.087,-104.286],[6.882,-104.334],[6.484,-104.035],[6.391,-103.645],[6.193,-103.252],[5.803,-103.057],[5.605,-102.66],[5.704,-102.268],[5.605,-101.482],[4.523,-101.284],[4.13,-100.497],[3.734,-100.302],[3.341,-100.005],[3.143,-99.613],[2.753,-99.419],[2.359,-99.12],[2.359,-98.727],[2.359,-98.334],[1.966,-97.945],[1.573,-97.546],[1.573,-96.763],[1.378,-96.369],[1.378,-95.972],[1.283,-96.369],[0.884,-96.074],[0.1,-95.779],[-0.194,-95.384],[-0.589,-95.09],[-0.816,-95.078],[-0.986,-95.09],[-1.572,-94.893],[-1.966,-94.597],[-1.867,-94.108],[-1.473,-94.01],[-1.081,-94.108],[-0.293,-94.108],[-0.392,-93.615],[-0.392,-93.225],[-0.784,-93.027],[-1.18,-92.831],[-1.572,-92.534],[-2.163,-92.437],[-2.555,-92.045],[-2.948,-91.751],[-3.34,-91.648],[-3.736,-91.356],[-3.931,-90.962],[-4.029,-90.569],[-4.62,-90.175],[-5.626,-90.569],[-6.388,-90.569],[-6.486,-89.881],[-6.19,-89.094],[-7.37,-88.8],[-7.57,-88.799],[-7.763,-88.8],[-8.553,-88.409],[-8.944,-88.11],[-9.339,-87.817],[-9.512,-87.822],[-9.73,-87.817],[-10.125,-87.619],[-10.125,-87.227],[-10.125,-86.833],[-10.517,-86.44],[-10.914,-86.144],[-11.307,-86.144],[-11.698,-86.144],[-12.091,-85.85],[-12.487,-85.554],[-12.387,-85.161],[-12.19,-84.768],[-12.387,-84.375],[-12.605,-84.318],[-12.78,-84.277],[-12.979,-83.884],[-12.879,-83.488],[-12.585,-82.899],[-12.681,-82.21],[-12.876,-82.205],[-13.073,-82.21],[-13.271,-81.82],[-13.271,-81.03],[-12.217,-81.03],[-11.796,-81.132],[-11.402,-80.937],[-11.206,-80.542],[-11.503,-80.149],[-11.895,-79.954],[-11.895,-79.557],[-11.895,-79.165],[-12.387,-78.967],[-12.487,-78.575],[-12.387,-78.083],[-10.814,-78.035],[-10.914,-77.101],[-11.307,-76.804],[-11.503,-76.411],[-11.307,-76.017],[-11.307,-75.721],[-10.517,-75.721],[-10.322,-75.734],[-10.03,-75.721],[-9.73,-75.33],[-9.339,-74.939],[-8.553,-75.134],[-8.159,-75.037],[-7.569,-74.838],[-6.587,-75.134],[-6.292,-75.527],[-6.072,-75.533],[-5.897,-75.527],[-5.504,-75.627],[-5.115,-75.921],[-4.913,-76.313],[-4.52,-76.707],[-3.931,-77.491],[-3.638,-77.884],[-3.243,-77.986],[-2.852,-77.884],[-2.458,-78.083],[-2.458,-78.871],[-2.271,-78.876],[-2.064,-78.871],[-1.667,-78.675],[-1.473,-78.279],[-1.473,-77.884],[-1.081,-77.593],[-1.081,-76.707],[-0.986,-76.313],[-0.589,-76.017],[-0.194,-75.43],[-0.194,-75.233],[-0.589,-74.838],[-0.491,-74.442],[-0.001,-73.659],[0.393,-73.56],[0.689,-73.167],[0.986,-72.775],[0.986,-72.379],[0.986,-71.989],[1.283,-71.204],[1.671,-70.908],[2.065,-70.513],[2.458,-70.216],[2.557,-69.826],[2.458,-69.433],[2.165,-68.841],[2.165,-68.646],[2.359,-68.254],[2.359,-67.855],[5.112,-67.855],[5.211,-68.449],[5.211,-68.841],[5.51,-69.236],[5.898,-69.63],[6.293,-69.63],[6.686,-69.63],[7.079,-69.532],[7.474,-69.333],[7.867,-69.532],[8.16,-69.925],[9.044,-70.022],[9.044,-71.204],[10.616,-71.204],[10.715,-71.597],[10.616,-72.185],[9.855,-72.185],[9.438,-72.088],[9.266,-72.081],[9.044,-72.088],[9.044,-72.482],[8.65,-72.578],[9.142,-73.366],[9.438,-73.76],[9.538,-74.545],[9.634,-75.33],[9.634,-75.721],[9.833,-76.12],[10.225,-76.313],[10.616,-76.707],[11.01,-76.804],[11.406,-77.101],[11.797,-77.2],[11.987,-77.193],[12.19,-77.2],[12.388,-77.593],[12.388,-77.986],[12.684,-78.379],[13.074,-78.675],[13.469,-78.967],[13.469,-79.338],[13.469,-79.753],[13.368,-80.245],[12.585,-80.245],[11.797,-80.346],[11.406,-80.27],[11.406,-81.525],[11.01,-81.916],[10.803,-81.916],[10.616,-81.916],[10.225,-82.21],[10.275,-82.582],[10.275,-85.751],[10.715,-86.048],[10.911,-86.44],[11.307,-86.833],[11.504,-87.227],[11.702,-88.01],[11.893,-88.409],[12.289,-88.602],[12.505,-88.608],[12.684,-88.602],[13.469,-88.998],[13.764,-89.388],[14.159,-89.682],[14.354,-90.074],[14.837,-90.161],[15.138,-90.175],[15.348,-90.163],[15.633,-90.175],[15.927,-90.569],[16.319,-90.862],[16.319,-91.255],[16.609,-91.648],[17.01,-91.751],[17.402,-91.849],[17.797,-91.849],[18.186,-91.944],[18.483,-92.534],[18.186,-93.126],[17.797,-93.421],[17.797,-93.812],[18.087,-94.993],[18.383,-95.384],[18.589,-95.391],[18.777,-95.384],[19.171,-95.678],[19.462,-96.174],[19.76,-96.957],[19.858,-97.352],[20.648,-97.449],[21.434,-97.352],[21.629,-97.351],[21.824,-97.352],[22.121,-96.957],[22.71,-96.174],[23.103,-96.27],[23.398,-96.663],[23.792,-96.763],[24.185,-96.469],[24.579,-96.174],[24.773,-95.779],[24.973,-95.361],[24.973,-94.108],[23.792,-94.108],[23.792,-92.926],[23.792,-92.534],[23.398,-91.751],[23.004,-91.454],[22.413,-91.158],[21.333,-91.356],[20.939,-91.158],[20.544,-90.962],[20.353,-90.569],[20.056,-90.175],[19.957,-89.783],[19.565,-89.584],[19.171,-89.191],[18.971,-88.8],[18.579,-88.602],[17.893,-87.913],[18.186,-86.539],[17.99,-85.947],[17.598,-85.358],[17.797,-83.985],[17.797,-83.589],[17.893,-83.194],[17.893,-82.309],[18.876,-82.21],[19.661,-81.916],[19.957,-81.525],[20.249,-81.132],[21.039,-80.834],[21.434,-80.542],[22.413,-80.053],[22.612,-80.053],[23.004,-80.245],[24.384,-80.937],[25.362,-80.639],[25.953,-80.736],[26.348,-80.736],[26.741,-80.937],[26.837,-81.328],[27.232,-81.525],[30.35,-81.525],[30.771,-81.82],[31.361,-81.916],[31.557,-81.916],[31.855,-81.525],[31.952,-81.132],[32.344,-80.937],[34.31,-80.937],[34.508,-80.542],[34.113,-80.149],[33.329,-80.149],[32.344,-80.149],[31.952,-80.053],[31.557,-79.753],[31.163,-79.46],[30.771,-79.165],[30.478,-78.771],[30.281,-78.379],[29.987,-77.986],[29.589,-77.986],[28.807,-78.083],[28.411,-78.478],[27.823,-78.871],[26.837,-78.575],[26.052,-78.575],[25.267,-78.675],[24.876,-78.575],[24.484,-78.379],[24.087,-78.083],[23.691,-78.182],[23.302,-78.379],[22.906,-78.182],[22.516,-77.986],[22.516,-77.593],[22.121,-77.2],[22.023,-76.804],[21.632,-76.903],[21.236,-76.903],[20.842,-77.2],[20.842,-77.593],[20.449,-77.593],[20.056,-77.593],[19.661,-77.398],[19.565,-77.005],[19.957,-76.707],[20.154,-76.707],[20.353,-76.707],[20.747,-76.411],[19.957,-76.411],[18.681,-76.017],[18.288,-75.823],[18.383,-75.43],[19.074,-74.838],[19.462,-74.838],[19.858,-74.738],[20.449,-74.738],[21.039,-74.738],[21.632,-75.527],[22.121,-75.921],[22.71,-75.721],[23.103,-75.527],[23.495,-75.233],[23.595,-74.838],[23.595,-74.442],[23.987,-74.249],[24.384,-74.056],[24.773,-73.76],[24.579,-73.366],[23.495,-72.876],[23.103,-72.675],[23.103,-72.283],[23.004,-71.597],[22.245,-71.597],[21.725,-71.694],[21.333,-71.79],[21.137,-72.185],[21.137,-72.578],[20.842,-72.97],[20.635,-72.97],[20.449,-72.97],[20.449,-73.366],[20.449,-73.76],[19.661,-73.76],[19.074,-72.97],[18.681,-72.675],[18.288,-72.482],[18.288,-72.088],[18.288,-71.694],[18.087,-71.301],[17.797,-70.908],[17.797,-70.513],[17.499,-69.925],[17.598,-69.333],[17.698,-68.94],[17.893,-68.545],[17.598,-68.155],[17.206,-67.763],[17.105,-67.267],[17.598,-66.876],[17.402,-66.484],[17.01,-66.484],[16.023,-66.876],[15.236,-66.876],[14.453,-66.876],[13.958,-66.68],[13.665,-66.288],[13.862,-65.895],[14.549,-65.206],[14.453,-64.814],[14.057,-64.714],[12.684,-65.598],[12.289,-65.895],[11.893,-66.384],[11.504,-66.484],[11.111,-66.288],[10.225,-65.794],[9.833,-65.5],[9.438,-65.402],[9.044,-65.206],[8.751,-64.814],[8.355,-64.515],[7.177,-64.418],[6.391,-64.319],[5.898,-64.025],[5.26,-63.926],[4.13,-64.221],[3.934,-65.598],[3.143,-65.598],[2.753,-65.402],[2.557,-65.129],[2.165,-65.108],[1.671,-65.206],[0.884,-65.206],[0.049,-65.129],[0.049,-63.926],[-0.762,-63.926],[-1.378,-64.025],[-1.77,-64.319],[-1.966,-65.206],[-2.357,-65.011],[-3.145,-65.011],[-3.145,-65.698],[-3.243,-66.091],[-3.047,-66.484],[-1.499,-66.484],[-0.689,-66.288],[-0.293,-65.992],[0.32,-65.794],[1.105,-65.895],[1.283,-66.68],[1.083,-67.66],[1.283,-68.254],[1.671,-68.841],[1.573,-69.63],[0.811,-69.63],[0.393,-69.433],[0.068,-69.45],[-0.392,-69.433],[-0.784,-69.236],[-0.986,-68.841],[-1.378,-68.449],[-1.572,-68.449],[-1.966,-68.646],[-1.867,-69.433],[-1.473,-69.727],[-1.378,-70.095],[-1.378,-70.708],[-2.163,-70.611],[-2.555,-70.708],[-2.458,-71.204],[-1.966,-71.989],[-1.966,-72.379],[-1.966,-72.775],[-2.26,-73.167],[-2.458,-73.56],[-2.751,-73.953],[-3.145,-73.855],[-3.638,-73.56],[-3.835,-72.775],[-4.52,-72.088],[-4.745,-72.081],[-4.913,-72.088],[-5.409,-71.989],[-5.801,-71.597],[-5.603,-71.004],[-5.603,-70.811],[-5.701,-70.415],[-6.094,-70.315],[-6.486,-70.216],[-7.079,-69.333],[-6.781,-68.352],[-6.486,-67.959],[-6.094,-67.855],[-5.701,-67.562],[-5.801,-67.173],[-6.044,-66.778],[-5.897,-66.384],[-5.897,-65.992],[-6.044,-65.352],[-6.094,-65.108],[-5.996,-64.714],[-5.701,-64.319],[-5.409,-63.512],[-5.409,-62.746],[-5.996,-62.746],[-6.486,-62.648],[-7.471,-62.551],[-7.964,-62.551],[-8.65,-62.648],[-9.635,-62.648],[-10.422,-62.551],[-10.617,-62.159],[-11.009,-61.959],[-11.895,-61.763],[-11.991,-61.369],[-12.19,-60.977],[-13.073,-60.29],[-13.469,-60.587],[-13.887,-60.587],[-14.254,-60.587],[-14.648,-60.485],[-15.042,-60.558],[-15.042,-59.796],[-14.254,-59.406],[-14.254,-58.129],[-14.841,-58.129],[-15.236,-57.93],[-15.63,-57.832],[-16.025,-57.536],[-16.81,-56.943],[-17.206,-56.554],[-17.598,-56.262],[-17.99,-56.262],[-19.27,-56.262],[-19.27,-53.898],[-20.743,-53.801],[-21.137,-53.702],[-21.529,-53.605],[-21.529,-52.423],[-22.979,-52.423],[-23.396,-52.618],[-23.749,-52.608],[-24.182,-52.618],[-24.678,-52.72],[-24.678,-53.115],[-25.163,-53.502],[-25.754,-53.412],[-25.754,-52.227],[-24.971,-51.936],[-25.361,-51.145],[-25.163,-50.753],[-25.163,-50.263],[-26.421,-50.166],[-26.835,-50.361],[-27.232,-50.463],[-27.625,-50.361],[-28.116,-50.361],[-28.509,-50.657],[-28.706,-51.049],[-29.493,-50.753],[-29.689,-50.753],[-29.884,-50.753],[-30.671,-50.463],[-31.064,-50.166],[-31.163,-49.772],[-30.965,-49.379],[-30.754,-49.366],[-30.573,-49.379],[-30.281,-48.985],[-29.884,-48.786],[-29.493,-48.593],[-28.986,-48.58],[-28.607,-48.593],[-28.214,-48.593],[-27.823,-48.296],[-27.428,-48.002],[-27.033,-47.805],[-26.738,-47.411],[-25.956,-46.72],[-25.956,-44.66],[-25.659,-44.267],[-25.267,-44.07],[-24.482,-43.674],[-24.182,-43.087],[-24.281,-42.497],[-24.482,-41.809],[-24.182,-40.43],[-24.182,-39.843],[-24.182,-39.251],[-25.267,-38.367],[-25.361,-37.974],[-25.754,-37.778],[-26.936,-37.288],[-27.331,-37.288],[-27.823,-37.482],[-28.509,-37.679],[-28.902,-37.778],[-29.884,-37.778],[-30.281,-38.073],[-30.671,-38.469],[-31.09,-38.563],[-34.579,-38.563],[-35.587,-38.661],[-36.081,-38.661],[-36.667,-39.056],[-36.866,-39.056],[-37.259,-38.856],[-37.259,-38.469],[-37.456,-38.073],[-39.423,-38.073],[-39.618,-37.679],[-39.327,-37.288],[-38.93,-36.991],[-38.833,-36.402],[-38.93,-35.81],[-39.227,-34.827],[-39.128,-34.141],[-38.93,-33.743],[-38.635,-33.331],[-38.635,-31.018],[-38.734,-30.598],[-39.128,-30.305],[-39.327,-29.911],[-39.815,-28.731],[-39.815,-28.339],[-39.52,-27.947],[-39.327,-27.549],[-39.03,-27.061],[-39.03,-26.668],[-39.03,-26.275],[-39.327,-25.88],[-39.423,-25.266],[-39.327,-24.307],[-38.168,-24.307],[-37.259,-24.505],[-36.866,-24.307],[-36.572,-23.916],[-35.982,-23.817],[-34.999,-24.114],[-34.603,-23.817],[-34.211,-23.621],[-33.818,-23.521],[-33.423,-23.326],[-33.132,-22.933],[-32.835,-22.539],[-32.736,-22.146],[-32.342,-21.85],[-32.146,-22.345],[-32.538,-22.439],[-32.146,-22.636],[-31.749,-22.636],[-31.359,-22.636],[-30.573,-22.832],[-30.18,-23.128],[-29.396,-23.721],[-29.003,-24.114],[-28.214,-24.406],[-27.833,-24.405],[-27.428,-24.406],[-27.033,-24.601],[-26.544,-24.798],[-25.956,-25.586],[-24.773,-26.473],[-23.986,-26.668],[-23.296,-26.673],[-22.708,-26.668],[-21.923,-26.764],[-21.923,-28.068],[-22.12,-28.437],[-22.512,-28.832],[-22.905,-29.224],[-22.809,-29.814],[-22.512,-30.203],[-22.02,-31.092],[-21.824,-31.484],[-21.63,-31.877],[-21.43,-32.27],[-21.201,-32.281],[-21.038,-32.27],[-20.251,-32.37],[-19.956,-32.762],[-19.66,-33.154],[-19.27,-33.253],[-19.072,-33.253],[-18.875,-33.253],[-18.579,-33.647],[-18.361,-33.652],[-18.185,-33.647],[-17.794,-33.843],[-17.12,-33.855],[-16.615,-33.843],[-15.827,-33.944],[-15.827,-35.122],[-15.827,-35.517],[-15.926,-36.3],[-15.852,-36.72],[-15.926,-37.482],[-15.732,-37.875],[-14.943,-38.171],[-14.352,-38.266],[-13.37,-38.073],[-13.173,-38.073],[-12.979,-38.073],[-11.796,-37.482],[-10.79,-37.383],[-10.224,-37.383],[-9.831,-37.482],[-9.438,-37.406],[-9.438,-38.073],[-9.339,-38.469],[-8.944,-38.762],[-8.65,-39.151],[-8.254,-39.151],[-7.862,-39.151],[-7.079,-39.151],[-6.688,-39.447],[-6.292,-39.744],[-5.897,-40.04],[-5.504,-40.43],[-5.115,-40.333],[-4.326,-39.941],[-3.638,-39.251],[-2.948,-38.073],[-2.852,-37.679],[-2.555,-37.288],[-2.26,-36.895],[-1.867,-36.697],[-1.473,-36.5],[-1.081,-36.3],[-0.689,-35.909],[-0.589,-35.517],[-0.1,-35.221],[0.195,-34.827],[0.59,-34.63],[0.986,-34.239],[1.378,-34.039],[1.772,-33.647],[2.262,-33.451],[3.046,-33.154],[3.264,-33.161],[3.54,-33.154],[3.934,-32.958],[4.13,-32.566],[5.112,-31.484],[5.51,-31.387],[5.898,-31.191],[6.293,-30.995],[6.785,-30.203],[7.57,-29.617],[7.764,-29.224],[7.867,-28.832],[7.961,-28.019],[7.867,-27.255],[5.898,-26.863],[5.605,-26.473],[5.211,-26.371],[4.424,-26.371],[3.906,-26.473],[1.184,-26.445],[1.283,-25.979],[2.065,-25.586],[2.458,-25.291],[2.654,-24.895],[2.85,-24.505],[3.245,-24.209],[3.465,-24.203],[3.639,-24.209],[4.449,-24.012],[6.785,-24.012],[6.785,-25.489],[7.276,-25.684],[8.06,-26.175],[8.456,-26.568],[8.658,-26.562],[8.846,-26.568],[8.945,-26.962],[9.142,-27.747],[9.242,-28.143],[9.634,-28.437],[9.854,-28.442],[10.029,-28.437],[10.715,-28.731],[10.815,-29.128],[10.715,-29.522],[10.715,-29.962],[10.225,-29.911],[9.438,-29.911],[9.044,-29.962],[9.044,-30.401],[9.142,-30.995],[10.694,-30.995],[11.504,-30.701],[11.893,-30.498],[12.289,-30.109],[12.684,-30.305],[12.19,-31.484],[12.19,-32.27],[11.603,-32.37],[11.408,-32.369],[11.21,-32.37],[10.815,-32.666],[10.421,-32.958],[10.029,-33.351],[9.634,-33.451],[9.242,-33.843],[9.048,-33.837],[8.846,-33.843],[8.555,-34.239],[8.456,-34.63],[8.24,-34.636],[8.06,-34.63],[7.858,-34.63],[7.667,-34.63],[7.276,-34.827],[6.882,-34.925],[6.686,-35.322],[6.293,-35.616],[6.076,-35.621],[5.898,-35.616],[5.51,-35.81],[5.311,-35.811],[5.112,-35.81],[5.112,-36.203],[5.409,-36.596],[5.307,-36.991],[5.014,-37.482],[4.621,-37.778],[3.443,-38.171],[3.245,-38.563],[3.048,-38.557],[2.85,-38.563],[2.753,-38.956],[2.753,-39.843],[1.866,-39.941],[0.986,-39.89],[0.986,-40.923],[1.378,-41.317],[1.772,-41.609],[1.772,-41.809],[1.671,-42.203],[1.283,-42.592],[1.573,-43.185],[2.165,-43.283],[2.753,-43.185],[3.143,-42.891],[3.245,-42.397],[3.443,-42.004],[3.641,-41.998],[3.835,-42.004],[4.227,-41.906],[4.621,-41.609],[4.915,-41.218],[5.307,-41.022],[5.529,-41.016],[5.704,-41.022],[6.098,-40.725],[6.391,-40.236],[6.686,-39.352],[6.889,-39.345],[7.079,-39.352],[7.867,-38.762],[8.258,-38.563],[8.555,-38.171],[9.438,-37.778],[9.707,-37.778],[10.225,-37.679],[10.32,-37.288],[10.616,-36.895],[11.01,-36.697],[11.797,-36.3],[12.98,-35.322],[13.764,-35.122],[14.159,-34.827],[14.255,-34.435],[14.549,-34.039],[14.354,-33.647],[13.958,-33.351],[13.958,-32.958],[13.862,-32.37],[13.958,-31.779],[14.648,-31.092],[14.549,-30.305],[15.043,-29.522],[15.236,-29.128],[15.471,-29.113],[15.633,-29.128],[16.023,-29.128],[16.811,-28.925],[16.811,-27.357],[15.828,-27.357],[15.828,-27.747],[15.436,-27.849],[15.043,-27.65],[15.138,-27.255],[15.436,-26.863],[16.023,-26.079],[16.415,-25.88],[16.811,-25.489],[17.206,-25.783],[17.303,-26.175],[17.698,-26.473],[17.797,-26.079],[17.893,-25.684],[18.681,-25.195],[18.579,-24.307],[18.579,-23.916],[19.074,-23.521],[19.957,-23.521],[20.353,-23.521],[20.747,-23.621],[20.939,-24.012],[21.333,-24.307],[21.333,-24.703],[21.333,-25.093],[21.137,-25.489],[21.434,-25.88],[21.824,-26.079],[22.217,-25.979],[22.612,-25.586],[23.027,-25.586],[23.398,-25.586],[23.888,-25.684],[23.888,-26.568],[23.987,-26.962],[23.938,-27.158],[24.773,-27.158],[25.168,-27.255],[24.876,-27.747],[24.484,-28.042],[24.087,-28.437],[23.595,-28.437],[23.691,-27.65],[23.595,-27.255],[23.103,-27.255],[22.71,-27.357],[22.413,-27.849],[22.023,-28.143],[22.023,-28.535],[21.928,-28.925],[21.824,-29.32],[21.632,-29.716],[21.236,-29.814],[21.02,-29.818],[20.842,-29.814],[20.449,-30.203],[20.056,-30.498],[20.056,-30.895],[20.056,-31.289],[20.353,-31.678],[20.747,-31.484],[21.137,-31.191],[21.533,-30.895],[22.315,-30.895],[22.71,-30.895],[23.103,-30.895],[23.495,-31.191],[23.202,-31.584],[22.807,-31.678],[23.103,-32.073],[23.495,-32.47],[24.384,-32.47],[25.267,-32.47],[25.66,-32.37],[26.052,-32.173],[26.445,-31.779],[26.618,-31.785],[26.837,-31.779],[27.232,-31.678],[27.333,-31.289],[27.333,-30.895],[27.721,-30.795],[28.115,-30.498],[28.017,-30.109],[27.626,-30.009],[27.232,-29.617],[27.626,-28.635],[28.411,-28.24],[28.708,-27.136],[28.609,-26.962],[28.708,-26.568],[28.609,-26.175],[28.609,-25.844],[28.755,-25.439],[29.048,-25.046],[29.198,-24.798],[29.344,-24.601],[29.544,-24.505],[29.689,-24.307],[29.934,-24.114],[30.133,-23.964],[30.332,-23.672],[30.281,-23.326],[30.083,-23.128],[29.987,-22.933],[29.889,-22.684],[29.889,-22.316],[29.934,-21.753],[30.035,-21.553],[30.23,-21.357],[30.428,-21.211],[30.82,-21.655],[30.868,-21.85],[30.967,-22.146],[31.016,-22.345],[31.016,-22.933],[30.967,-23.128],[31.016,-23.721],[31.361,-23.721],[31.557,-23.672],[31.755,-23.521],[31.905,-23.326],[32.1,-23.176],[32.54,-22.785],[32.738,-22.587],[32.936,-22.345],[33.082,-22.146],[33.281,-22.049],[33.475,-22.049],[33.868,-22.049],[34.259,-22.001],[34.456,-21.85],[34.876,-21.8],[35.096,-21.8],[35.293,-21.903],[35.488,-22.049],[35.441,-22.232],[35.488,-22.439],[35.392,-22.992],[35.441,-23.274],[35.635,-23.469],[35.737,-23.672],[36.031,-23.865],[36.547,-23.916],[37.109,-23.817],[37.311,-23.672],[37.656,-23.274],[37.85,-23.128],[38.243,-22.785],[38.538,-22.587],[38.685,-22.394],[38.883,-22.245],[39.079,-22.197],[39.337,-22.098],[42.004,-22.098],[41.98,-22.785],[41.98,-23.028],[41.928,-23.326],[42.004,-23.806],[42.324,-23.721],[42.52,-23.768],[42.719,-23.817],[43.01,-23.817],[43.699,-23.672],[43.993,-23.274],[44.19,-23.176],[44.612,-23.128],[44.828,-23.128],[45.027,-23.227],[45.128,-23.423],[45.324,-23.569],[45.52,-23.521],[45.665,-23.128],[45.861,-23.028],[45.911,-22.832],[45.911,-22.439],[45.861,-21.8],[45.714,-21.553],[45.467,-21.012],[45.37,-20.239],[45.37,-19.884],[45.467,-19.586],[45.566,-19.39],[45.616,-19.196],[45.812,-18.901],[45.861,-18.608],[45.812,-18.263],[45.616,-18.064],[45.422,-17.916],[45.324,-17.719],[45.324,-17.277],[45.224,-17.033],[45.076,-16.836],[44.732,-16.348],[44.582,-15.953],[44.141,-15.656],[43.897,-15.51],[43.699,-15.363],[43.501,-15.165],[43.456,-14.969],[43.405,-14.575],[43.061,-13.644],[42.911,-13.1],[42.57,-12.607],[42.372,-12.462],[42.176,-12.264],[41.98,-12.119],[41.781,-12.119],[41.579,-12.121],[41.336,-12.119],[40.945,-11.97],[40.749,-11.923],[40.622,-11.922],[40.505,-11.923],[40.307,-11.873],[40.113,-11.774],[39.865,-11.58],[39.522,-11.626],[39.326,-11.774],[38.883,-12.119],[38.685,-12.119],[38.389,-12.119],[38.046,-12.166],[37.753,-12.214],[37.26,-12.264],[37.013,-12.361],[36.794,-12.361],[36.572,-12.361],[36.324,-12.214],[36.767,-12.019],[37.408,-11.774],[38.046,-11.677],[38.438,-11.626],[38.438,-11.233],[38.438,-10.985],[38.732,-10.644],[38.831,-10.447],[38.883,-10.102],[38.857,-9.896],[38.883,-9.708],[38.831,-9.462],[38.831,-8.677],[39.126,-8.285],[39.816,-7.595],[40.01,-7.204],[40.21,-6.807],[40.505,-6.415],[40.801,-6.024],[41.19,-5.626],[41.586,-5.432],[42.027,-5.432],[42.473,-5.432],[42.863,-5.726],[42.863,-6.122],[43.255,-6.513],[43.456,-6.122],[44.339,-4.939],[44.536,-4.548],[44.928,-4.256],[45.324,-4.057],[45.616,-3.66],[45.714,-2.78],[45.812,-2.386],[46.108,-1.991],[46.796,-1.109],[47.188,-0.714],[47.29,-0.027],[47.29,0.169],[47.188,0.565],[47.385,1.843],[47.978,2.138],[48.367,2.333],[48.76,2.433],[49.156,2.725],[49.354,3.117],[49.547,3.514],[50.333,4.396],[50.728,5.185],[51.122,5.97],[51.516,7.2],[51.516,7.64],[51.22,8.037],[51.22,8.429],[51.419,9.218],[51.809,9.509],[52.204,9.707],[52.596,10.101],[53.385,10.788],[53.775,11.084],[53.973,11.475],[54.365,11.869],[54.758,12.753],[55.053,13.243],[55.544,13.638],[56.333,14.817],[57.513,16],[57.71,16.392],[58.001,16.882],[58.199,17.277],[58.199,18.06],[58.199,18.456],[58.397,18.848],[58.888,19.662],[58.888,23.051],[59.871,24.06],[60.656,24.647],[61.445,24.647],[62.626,24.553],[63.018,24.158],[63.508,23.374],[64.298,22.882],[64.715,22.782],[67.118,22.782],[67.539,23.077],[67.738,23.078],[67.932,23.077],[68.329,22.29],[68.621,21.899],[69.115,21.604],[69.507,21.208],[70.682,21.013],[71.077,20.711],[71.482,20.709],[71.868,20.711],[72.257,20.421],[72.652,20.421],[73.436,20.324],[73.832,19.93],[74.225,19.538],[74.62,19.145],[75.009,19.145],[76.191,19.145],[76.191,18.456],[76.191,18.06],[76.484,17.67],[76.688,17.664],[76.879,17.67],[77.273,17.374],[77.665,17.277],[78.059,17.085],[78.453,17.085],[78.846,16.981],[81.599,17.085],[81.599,16.49],[81.698,16.097],[81.698,15.708],[82.188,14.915],[84.157,14.915],[84.251,14.523],[84.451,14.131],[84.743,13.341],[85.135,13],[85.529,13.049],[85.924,13.049],[86.316,13],[86.514,12.26],[86.71,11.869],[86.71,11.475],[87.005,11.084],[87.203,10.691],[87.793,10.392],[87.988,10.392],[88.28,10.788],[88.674,10.886],[88.674,9.707],[88.973,8.429],[89.072,7.939],[89.169,7.546],[89.561,7.444],[89.751,7.446],[89.954,7.444],[90.742,7.151],[90.544,6.268],[90.152,5.874],[89.977,5.88],[89.757,5.874],[89.365,5.674],[88.973,5.478],[88.973,5.088],[88.87,4.591],[88.674,4.2],[88.28,3.81],[87.497,3.514],[87.105,3.514],[86.71,3.318],[86.71,2.92],[87.005,2.138],[86.904,1.744],[86.514,1.549],[86.096,1.353],[85.333,1.353],[85.333,2.239],[84.743,2.92],[84.548,2.038],[84.548,1.644],[84.157,1.448],[83.861,1.055],[83.861,-0.913],[83.565,-1.305],[83.172,-1.599],[82.971,-1.203],[82.579,-1.01],[82.188,-0.812],[81.698,-0.027],[81.698,1.156],[81.599,1.939],[80.811,1.843],[79.928,1.843],[79.536,1.843],[79.042,1.644],[78.306,1.448],[78.059,1.448],[77.665,1.744],[77.273,1.939],[76.879,2.333],[76.484,2.725],[75.703,2.433],[75.302,2.038],[74.913,1.644],[74.913,1.253],[74.913,0.861],[75.302,0.758],[76.29,0.37],[76.484,0.37],[77.074,0.665],[77.714,0.665],[78.353,0.665],[78.749,0.466],[78.749,0.074],[78.353,-0.223],[77.96,-0.223],[77.197,-0.125],[76.78,-0.125],[76.387,-0.223],[75.994,-0.223],[75.009,-0.613],[74.339,-0.615],[73.733,-0.613],[73.341,-0.714],[72.849,-0.714],[72.849,-2.679],[72.553,-3.072],[72.161,-3.174],[71.766,-3.565],[71.374,-3.66],[70.98,-3.66],[70.586,-3.861],[69.999,-4.057],[69.999,-4.548],[69.999,-5.334],[69.507,-6.122],[69.115,-6.513],[69.115,-6.908],[69.115,-7.3],[68.918,-7.791],[68.918,-8.432],[68.918,-9.07],[69.115,-9.462],[69.507,-9.856],[70.096,-9.856],[71.077,-9.759],[72.161,-8.777],[72.553,-8.48],[73.244,-7.696],[73.632,-7.3],[74.225,-6.122],[74.62,-5.726],[75.801,-5.136],[76.584,-4.451],[77.37,-3.861],[78.156,-3.369],[78.664,-3.356],[79.042,-3.369],[79.432,-3.268],[80.958,-3.072],[81.203,-3.072],[81.599,-3.072],[81.992,-3.268],[82.391,-3.268],[82.777,-3.268],[83.172,-3.465],[83.565,-3.465],[84.35,-3.369],[84.743,-3.072],[85.333,-2.386],[85.333,-1.991],[85.432,-1.599],[85.629,-1.203],[86.023,-1.01],[86.538,-0.913],[88.555,-0.913],[88.973,-1.01],[89.465,-1.01],[89.855,-0.714],[90.053,-0.321],[90.448,-0.125],[90.964,0.074],[92.979,0.074],[93.814,0.37],[97.132,0.37],[99.587,-0.027],[101.826,-0.027],[102.641,0.565],[103.027,0.861],[103.424,1.156],[103.915,1.939],[104.31,2.239],[104.703,2.333],[105.098,2.629],[105.292,3.024],[105.391,3.81],[105.65,3.824],[106.077,3.909],[106.273,4.299],[106.57,4.692],[106.962,4.692],[107.354,4.692],[108.142,4.791],[108.536,4.989],[108.927,5.088],[109.816,5.478],[108.633,5.478],[107.846,5.674],[107.454,5.874],[107.454,6.268],[107.648,6.662],[108.046,6.759],[108.436,6.856],[108.73,7.25],[109.026,7.64],[109.816,8.331],[110.305,8.624],[110.699,9.018],[111.092,9.018],[111.485,9.018],[111.878,8.726],[112.176,8.331],[112.957,8.135],[113.254,7.64],[113.647,7.25],[114.629,7.64],[114.827,8.037],[115.025,9.018],[115.123,9.804],[115.517,10.691],[115.613,11.084],[115.613,11.915],[115.613,12.753],[115.517,13.243],[115.517,14.62],[115.517,15.015],[115.808,15.804],[115.91,16.196],[115.91,17.473],[116.499,18.259],[116.796,18.651],[117.186,19.043],[117.482,19.434],[117.482,19.833],[117.678,20.711],[117.775,21.109],[118.071,21.505],[118.267,21.994],[118.267,22.39],[118.464,22.782],[118.66,23.175],[119.051,23.568],[119.249,23.964],[119.644,24.354],[119.746,25.14],[119.746,25.532],[119.644,26.323],[120.04,27.699],[120.431,28.092],[120.626,28.484],[120.921,28.876],[121.806,30.644],[122.396,31.827],[122.495,32.221],[122.691,32.611],[123.082,32.907],[123.673,33.302],[124.267,33.204],[124.658,32.907],[124.756,32.514],[124.949,32.121],[125.641,30.939],[125.839,30.547],[126.022,30.548],[126.23,30.547],[126.621,30.448],[127.021,30.055],[127.413,29.759],[127.511,29.37],[127.704,28.979],[128.098,28.288],[128.001,27.303],[128.296,26.91],[128.589,26.125],[128.788,25.338],[128.788,24.553],[128.691,23.764],[128.788,23.397],[128.788,21.208],[128.691,19.515],[128.887,19.145],[129.079,18.752],[130.259,18.651],[131.441,18.456],[131.736,17.67],[131.931,17.277],[132.322,16.882],[132.72,16.783],[133.113,16.686],[133.507,16.392],[133.801,16],[134.191,15.804],[134.589,15.708],[134.879,15.309],[135.274,14.523],[135.668,14.131],[135.962,13.738],[136.259,13.341],[137.043,12.949],[137.339,12.56],[137.538,12.166],[137.733,11.77],[137.957,11.76],[138.124,11.77],[138.298,11.776],[138.52,11.77],[138.913,11.475],[138.913,11.084],[139.6,10.493],[139.993,10.493],[140.251,10.489],[140.783,10.392],[141.072,10],[141.371,8.429],[141.467,7.64],[143.311,7.64],[143.728,7.84],[144.319,7.939],[144.517,7.939],[144.91,7.64],[145.103,7.642],[145.301,7.64],[145.696,7.25],[146.092,7.151],[146.483,6.856],[146.683,6.461],[148.646,6.461],[148.646,5.281],[149.334,5.385],[149.501,5.366],[149.727,5.385],[150.019,5.772],[150.116,6.167],[150.316,6.559],[150.712,6.759],[150.905,7.151],[151.199,8.037],[151.103,8.798],[151.298,9.218],[151.498,9.61],[151.889,9.804],[151.99,10.199],[152.774,10.788],[153.168,11.084],[153.464,11.475],[153.758,11.869],[153.758,12.26],[153.66,12.655],[153.658,13.441],[153.66,13.441],[154.447,13.341],[154.838,13.538],[155.233,13.638],[155.233,14.033],[155.134,14.817],[154.939,15.211],[154.838,16.392],[155.233,17.964],[155.626,18.259],[156.021,18.556],[156.806,18.556],[157.197,18.556],[157.594,18.556],[157.788,18.16],[158.184,18.06],[158.576,17.867],[159.462,17.67],[159.462,17.277],[159.462,16.882],[159.756,16.49],[160.938,16.981],[161.132,17.374],[161.329,17.767],[161.624,18.556],[161.92,19.833],[162.016,20.225],[162.309,20.619],[162.704,20.815],[162.803,21.208],[162.113,22.583],[162.309,22.979],[162.507,23.374],[162.899,23.667],[163.493,24.453],[163.886,24.749],[164.081,25.338],[163.886,26.125],[164.176,26.91],[163.59,27.796],[163.196,27.991],[162.803,28.092],[162.607,28.484],[162.507,28.876],[162.507,30.055],[162.507,30.448],[162.309,31.235],[162.309,31.878],[162.408,32.907],[162.704,33.302],[163.098,33.5],[163.493,33.596],[164.176,34.384],[164.965,35.069],[165.36,35.167],[165.654,35.56],[165.947,35.956],[165.947,36.843],[166.145,37.626],[166.639,38.412],[166.735,38.904],[167.126,39.297],[167.421,40.208],[167.421,42.323],[167.618,42.738],[167.719,43.228],[168.012,43.622],[168.405,44.019],[168.801,44.213],[170.077,45],[170.865,45.294],[171.358,46.08],[171.553,46.472],[171.947,46.574],[172.339,46.672],[172.831,46.868],[173.517,47.064],[173.712,47.064],[174.11,46.772],[173.613,45.978],[173.42,45.588],[173.027,45.492],[172.537,44.707],[172.537,43.818],[172.436,43.426],[172.436,42.252],[172.339,41.853],[172.142,41.456],[171.749,41.064],[171.749,39.885],[171.749,39.495],[171.65,39.102],[171.65,38.708],[171.553,38.217],[171.553,37.431],[170.373,37.33],[169.98,37.038],[169.684,36.645],[169.29,36.447],[168.897,36.052],[168.111,35.756],[167.9,35.764],[167.618,35.756],[166.933,35.167],[166.639,34.775],[166.538,34.384],[166.538,33.596],[166.538,33.204],[166.441,32.809],[166.045,32.611],[165.654,32.415],[165.559,31.631],[165.559,31.235],[165.559,30.842],[165.162,30.744],[164.771,30.547],[164.473,30.448],[164.473,28.457],[165.261,27.205],[165.847,26.028],[166.045,25.436],[165.847,24.647],[165.947,24.06],[166.343,23.764],[166.639,23.273],[167.029,23.374],[167.421,23.667],[167.618,24.06],[168.012,24.354],[168.212,25.14],[168.602,25.436],[169.191,25.633],[169.392,25.633],[169.785,25.436],[170.175,25.235],[170.764,25.929],[171.358,26.713],[171.65,27.597],[172.043,28.383],[172.537,29.172],[173.223,29.858],[173.449,29.866],[173.613,29.858],[174.009,29.96],[174.405,30.055],[174.795,30.154],[175.094,30.547],[174.699,31.331],[174.6,32.121],[175.189,33.792],[175.485,33.399],[176.17,32.611],[176.567,32.318],[176.96,31.927],[177.451,31.531],[177.842,31.235],[178.04,30.842],[178.335,30.448],[178.434,30.055],[178.532,29.662],[178.925,29.269],[179.517,29.37],[180.301,29.37],[180.79,29.075],[181.678,28.185],[182.171,27.796],[182.564,27.699],[182.956,27.402],[183.055,27.009],[183.154,26.223],[183.154,24.303],[183.154,22.882],[183.154,21.994],[182.564,20.711],[182.363,19.833],[182.363,18.948],[181.386,18.948],[180.991,18.752],[180.693,18.356],[180.107,17.473],[180.107,17.085],[179.712,16.981],[179.318,16.686],[178.532,16.097],[178.04,15.804],[177.842,15.412],[177.451,15.112],[177.35,14.327],[177.35,13.934],[176.96,13.638],[176.96,13],[176.96,12.36],[177.056,11.869],[177.451,11.574],[177.842,11.281],[178.236,11.084],[178.236,10.588],[178.335,10.101],[178.532,9.509],[178.631,9.018],[178.925,8.525],[179.318,8.429],[179.592,8.417],[179.809,8.429],[180.693,8.037],[180.891,8.037],[181.087,8.037],[181.386,7.64],[181.777,7.64],[182.587,7.64],[182.956,7.741],[184.137,7.668],[184.137,8.135],[184.04,8.525],[184.04,10.691],[183.743,11.084],[183.35,11.281],[183.154,11.281],[182.956,11.281],[182.564,11.574],[182.269,11.967],[181.874,12.56],[181.975,13.148],[182.072,13.638],[182.467,13.837],[185.609,13.837],[185.809,12.46],[185.905,12.065],[186.201,11.673],[186.201,11.231],[186.201,10.788],[185.462,10.493],[185.462,8.135],[186.298,8.135],[186.693,8.135],[187.087,7.939],[187.478,7.546],[187.873,7.25],[188.655,7.051],[189.491,6.956],[189.939,6.956],[190.332,7.051],[191.113,7.151],[191.508,7.151],[191.902,6.956],[192.197,6.559],[192.395,6.268],[193.18,6.167],[193.572,5.97],[193.957,5.97],[194.361,5.97],[194.754,5.874],[194.926,5.88],[195.147,5.874],[195.443,5.478],[195.835,5.185],[196.228,5.088],[196.62,4.791],[197.012,4.591],[197.213,4.2],[197.509,3.81],[197.902,3.514],[198.29,3.221],[198.686,3.221],[198.887,3.221],[199.079,3.221],[199.866,2.725],[200.064,2.333],[200.457,2.138],[200.848,1.744],[201.145,1.353],[201.438,0.958],[201.537,0.565],[201.734,0.169],[202.519,-0.613],[203.11,-1.794],[203.209,-2.187],[203.602,-2.586],[203.895,-2.977],[204.391,-3.369],[204.879,-3.66],[205.176,-4.057],[205.274,-4.548],[205.467,-5.039],[205.467,-5.432],[205.566,-5.828],[205.668,-6.217],[206.158,-6.513],[206.844,-7.3],[207.338,-8.381],[207.139,-8.971],[206.844,-9.366],[206.615,-9.377],[206.452,-9.366],[205.615,-9.462],[205.566,-10.25],[205.668,-10.644],[205.615,-11.034],[206.354,-11.034],[206.354,-11.432],[206.061,-11.822],[206.061,-13.001],[206.061,-13.396],[205.668,-13.789],[205.274,-14.084],[205.371,-15.263],[205.077,-16.444],[204.483,-17.231],[203.701,-18.113],[203.306,-18.409],[203.069,-18.402],[202.816,-18.409],[202.421,-18.707],[202.421,-19.1],[202.421,-19.492],[202.616,-19.884],[203.011,-20.276],[203.405,-20.571],[203.405,-21.357],[203.405,-22.146],[204.483,-22.146],[204.879,-22.439],[205.176,-22.832],[205.371,-23.227],[205.598,-23.238],[205.762,-23.227],[206.158,-23.227],[206.55,-23.423],[206.944,-23.423],[208.124,-23.423],[208.223,-24.406],[208.124,-24.749],[206.158,-24.749],[205.96,-25.093],[205.371,-25.88],[203.895,-25.88],[203.798,-25.093],[203.798,-24.703],[203.602,-24.355],[203.209,-24.307],[202.816,-24.406],[202.374,-24.355],[202.374,-26.568],[199.889,-26.568],[199.176,-27.405],[199.277,-28.042],[199.569,-28.437],[199.965,-28.832],[200.358,-28.925],[201.537,-28.925],[201.931,-28.925],[202.324,-29.027],[202.324,-29.421],[202.616,-29.814],[202.91,-30.203],[203.405,-30.305],[203.798,-30.498],[204.251,-30.508],[204.587,-30.498],[204.978,-30.498],[205.274,-30.895],[205.668,-31.289],[205.96,-31.678],[206.452,-32.073],[206.944,-32.47],[207.139,-32.47],[207.536,-32.27],[207.634,-31.877],[207.338,-31.484],[206.944,-31.191],[206.844,-30.401],[206.158,-29.617],[205.861,-29.224],[205.467,-28.925],[205.371,-28.535],[205.467,-28.143],[205.861,-28.339],[206.158,-28.731],[208.098,-28.731],[208.616,-29.027],[209.303,-29.716],[209.598,-30.109],[209.99,-30.203],[210.386,-30.401],[211.566,-30.009],[211.754,-30.01],[211.958,-30.009],[212.746,-29.716],[213.137,-29.522],[213.334,-28.731],[213.334,-28.339],[213.137,-27.947],[212.746,-27.549],[212.746,-27.158],[212.352,-26.568],[212.452,-25.684],[213.238,-25.684],[213.629,-25.88],[214.121,-26.175],[214.512,-26.079],[215.204,-25.391],[215.301,-24.999],[215.499,-24.209],[215.598,-23.817],[215.792,-23.423],[216.186,-22.907],[216.186,-20.791],[215.792,-20.276],[215.4,-19.983],[215.301,-19.586],[215.204,-19.172],[215.204,-18.018],[217.342,-18.018],[218.545,-18.707],[218.939,-18.901],[219.43,-19.196],[219.92,-19.586],[220.314,-19.687],[220.709,-19.884],[221.102,-20.179],[221.34,-20.174],[221.592,-20.179],[221.988,-20.474],[221.988,-20.867],[221.988,-21.655],[222.085,-22.146],[222.184,-22.514],[222.184,-23.721],[221.197,-23.916],[220.902,-24.406],[220.902,-25.291],[220.902,-25.684],[220.512,-25.88],[220.116,-26.175],[219.819,-26.568],[219.43,-26.764],[219.037,-27.061],[218.939,-27.451],[218.642,-27.849],[218.642,-28.437],[218.741,-29.522],[219.037,-29.911],[219.23,-30.305],[219.332,-30.701],[219.546,-30.71],[219.723,-30.701],[220.61,-30.895],[221.006,-30.895],[221.787,-30.995],[221.787,-34.457],[221.889,-34.827],[221.988,-35.221],[222.283,-35.616],[222.465,-35.615],[222.676,-35.616],[223.066,-35.81],[223.855,-36.697],[224.15,-37.089],[224.832,-37.778],[225.228,-37.778],[225.626,-37.778],[227.196,-36.792],[227.587,-36.697],[228.379,-36.991],[228.767,-37.188],[229.061,-37.582],[229.456,-37.875],[229.665,-37.88],[229.853,-37.875],[230.146,-38.266],[230.585,-38.279],[230.931,-38.266],[231.326,-38.469],[231.719,-38.563],[232.111,-38.856],[232.111,-39.251],[233.095,-40.04],[233.488,-40.236],[233.681,-40.629],[234.077,-40.923],[235.157,-42.203],[235.551,-42.497],[236.144,-43.283],[236.238,-43.674],[236.533,-44.07],[236.633,-44.461],[236.928,-45.249],[237.225,-45.642],[238.009,-46.429],[238.405,-46.622],[238.6,-47.017],[238.809,-47.023],[238.995,-47.017],[239.684,-47.805],[240.074,-48.1],[240.27,-48.493],[240.663,-48.887],[241.055,-49.281],[241.451,-49.572],[241.451,-50.361],[241.551,-50.753],[241.551,-51.542],[241.551,-51.936],[241.842,-52.327],[242.139,-52.72],[242.238,-53.801],[242.238,-54.488],[242.139,-54.883],[242.139,-55.276],[242.139,-55.665],[242.431,-56.062],[242.431,-56.457],[242.629,-57.246],[243.027,-57.635],[243.223,-58.028],[243.517,-58.421],[243.908,-58.323],[244.107,-57.93],[244.496,-57.832],[244.894,-57.536],[245.184,-57.143],[245.092,-56.751],[244.894,-56.357],[244.793,-55.768],[245.092,-54.783],[245.092,-53.061],[245.092,-51.739],[245.092,-51.344],[244.793,-50.952],[244.4,-50.657],[244.4,-50.067],[244.4,-49.474],[244.793,-48.296],[245.092,-47.313],[244.993,-46.72],[244.598,-46.429],[244.204,-46.133],[244.254,-45.518],[244.204,-44.953],[244.301,-44.461],[244.254,-44.07],[244.993,-44.07],[245.383,-44.267],[245.482,-44.66],[245.678,-45.052],[245.973,-45.442],[246.168,-45.841],[246.568,-45.642],[246.568,-44.855],[246.954,-44.562],[248.134,-44.267],[248.134,-44.66],[247.936,-45.052],[247.84,-45.442],[247.548,-45.841],[247.055,-46.133],[246.858,-46.527],[246.464,-46.824],[246.271,-47.707],[245.973,-48.1],[245.678,-48.887],[246.366,-49.674],[246.66,-50.067],[246.66,-50.558],[246.66,-50.952],[247.055,-51.145],[247.251,-51.542],[247.548,-51.936],[248.332,-51.638],[249.118,-51.049],[249.512,-51.344],[249.512,-51.739],[249.316,-52.128],[249.316,-52.523],[249.02,-53.309],[249.02,-53.702],[248.923,-54.194],[248.628,-54.587],[248.628,-55.768],[248.628,-56.161],[248.332,-56.554],[248.134,-56.943],[247.447,-57.734],[247.251,-58.129],[247.35,-58.497],[247.251,-58.911],[247.35,-59.307],[247.35,-59.7],[247.447,-60.192],[247.35,-60.611],[247.447,-60.977],[247.251,-61.369],[247.051,-61.422],[246.858,-61.468],[246.761,-62.255],[246.568,-63.041],[246.568,-63.926],[246.464,-64.714],[245.678,-64.714],[245.678,-61.863],[244.993,-61.863],[244.598,-61.666],[244.598,-61.272],[244.696,-60.882],[244.696,-60.485],[244.894,-60.091],[244.894,-59.307],[244.204,-59.307],[244.012,-59.335],[243.813,-59.406],[243.615,-59.796],[243.714,-60.192],[243.813,-60.587],[243.908,-61.369],[243.908,-61.763],[243.615,-62.159],[243.223,-62.551],[242.824,-62.845],[242.623,-62.845],[242.431,-62.845],[241.941,-63.14],[241.746,-63.535],[241.353,-63.633],[240.173,-64.714],[238.995,-64.714],[238.995,-62.746],[237.324,-62.746],[237.324,-63.14],[237.126,-63.535],[236.34,-64.814],[235.848,-64.714],[235.947,-64.319],[235.947,-63.535],[235.848,-63.14],[235.598,-63.14],[235.355,-63.14],[234.96,-63.337],[234.96,-63.733],[235.061,-64.122],[235.254,-64.714],[234.569,-65.598],[234.178,-65.206],[233.783,-65.011],[233.34,-65.011],[232.897,-65.011],[232.504,-65.206],[232.6,-65.992],[232.897,-66.384],[233.194,-66.778],[233.408,-66.783],[233.585,-66.778],[234.373,-67.073],[234.865,-67.267],[235.157,-67.66],[235.551,-68.155],[236.043,-68.646],[236.436,-68.745],[236.829,-68.94],[237.616,-68.94],[237.712,-70.415],[237.912,-70.811],[238.306,-71.105],[238.699,-71.301],[238.894,-71.694],[239.092,-72.185],[239.486,-72.379],[239.876,-72.578],[240.173,-72.97],[240.663,-73.266],[240.858,-73.659],[241.257,-73.76],[241.459,-73.759],[241.65,-73.76],[241.842,-74.152],[242.043,-74.545],[242.139,-74.939],[242.332,-75.33],[242.629,-75.721],[242.824,-76.12],[243.615,-76.509],[244.035,-76.504],[244.496,-76.509],[245.283,-77.005],[245.579,-77.398],[245.973,-77.884],[246.761,-78.379],[247.772,-78.182],[247.936,-78.083],[248.9,-78.279],[249.118,-78.279],[249.512,-78.083],[249.907,-78.083],[250.3,-78.083],[250.887,-78.379],[251.085,-78.379],[251.477,-78.182],[252.462,-77.79],[253.051,-77.884],[253.47,-78.083],[258.358,-78.083],[258.358,-78.871],[258.556,-79.753],[258.949,-80.053],[259.444,-79.656],[260.033,-79.36],[260.816,-79.557],[261.408,-79.36],[261.803,-78.967],[262.196,-78.871],[262.587,-78.575],[262.488,-78.182],[262.098,-77.79],[262.293,-77.101],[262.712,-77.005],[264.629,-77.005],[265.439,-77.593],[265.733,-77.986],[266.126,-78.379],[267.11,-77.491],[267.504,-77.2],[267.504,-77.593],[267.699,-77.986],[268.095,-77.884],[268.512,-77.593],[269.668,-77.593],[269.668,-77.986],[269.374,-78.379],[269.272,-78.724],[268.483,-78.675],[268.095,-78.724],[268.095,-79.78],[268.683,-80.443],[268.889,-80.443],[269.077,-80.443],[269.374,-80.834],[269.571,-81.231],[269.863,-81.621],[270.158,-82.015],[270.551,-82.41],[270.723,-82.403],[270.941,-82.41],[271.337,-82.605],[271.633,-83.098],[272.42,-84.08],[273.503,-85.161],[274.483,-85.554],[275.072,-85.459],[275.662,-85.259],[275.858,-85.259],[276.251,-85.459],[276.646,-85.85],[276.848,-85.85],[277.136,-85.459],[277.433,-85.061],[277.826,-84.965],[278.029,-84.963],[278.22,-84.965],[278.613,-84.671],[278.22,-84.08],[278.22,-83.884],[278.415,-83.488],[278.806,-83.294],[278.806,-82.899],[278.806,-82.115],[279.402,-82.015],[279.795,-82.21],[280.09,-82.605],[280.973,-83.194],[281.366,-83.294],[281.754,-83.589],[282.051,-83.985],[282.447,-84.375],[282.743,-84.768],[283.529,-84.867],[283.691,-84.855],[283.92,-84.867],[284.118,-85.259],[284.314,-85.654],[284.511,-86.048],[284.511,-86.833],[284.71,-87.619],[285.496,-87.619],[286.305,-87.913],[288.245,-87.913],[288.245,-87.325],[287.855,-87.027],[287.068,-86.636],[286.673,-86.44],[286.28,-86.048],[286.085,-85.654],[285.986,-85.259],[285.986,-84.867],[285.887,-84.473],[285.496,-83.589],[285.396,-83.194],[285.298,-82.806],[285.003,-82.41],[284.608,-82.309],[284.118,-82.115],[283.725,-82.015],[283.624,-81.621],[283.529,-81.231],[282.743,-80.639],[281.564,-79.753],[280.285,-78.967],[279.103,-78.083],[278.123,-76.903],[277.826,-76.509],[277.04,-76.017],[276.944,-75.627],[276.548,-75.233],[276.35,-75.232],[276.154,-75.233],[275.908,-75.232],[275.662,-75.233],[275.272,-75.037],[274.876,-74.939],[273.993,-74.545],[273.598,-74.349],[273.423,-74.354],[273.202,-74.349],[272.814,-74.152],[272.517,-73.76],[272.814,-73.167],[272.613,-72.088],[272.223,-71.694],[271.827,-71.4],[271.73,-71.004],[271.434,-70.513],[271.434,-70.022],[271.434,-69.236],[270.941,-68.449],[270.941,-67.562],[270.845,-66.778],[271.142,-62.551],[271.142,-61.959],[270.748,-61.565],[271.777,-59.895],[271.777,-56.751],[272.223,-56.554],[272.613,-56.85],[273.007,-56.943],[273.402,-57.143],[273.796,-57.246],[274.483,-57.246],[274.483,-58.421],[274.483,-58.816],[274.775,-59.208],[275.173,-59.406],[275.465,-59.796],[275.762,-60.192],[275.957,-60.587],[276.154,-60.977],[276.646,-61.369],[276.848,-61.369],[277.236,-61.176],[277.626,-61.176],[278.022,-61.176],[278.318,-61.565],[278.516,-61.938],[278.516,-63.926],[279.202,-64.714],[279.595,-65.011],[282.447,-65.011],[282.447,-66.116],[282.051,-66.876],[281.754,-67.267],[281.754,-67.66],[281.754,-68.058],[282.051,-68.449],[282.447,-68.94],[282.642,-69.333],[283.035,-69.727],[283.624,-69.63],[283.725,-69.236],[284.118,-68.94],[284.905,-68.94],[285.003,-69.727],[284.71,-70.119],[284.017,-70.811],[284.017,-71.204],[284.017,-71.597],[283.821,-71.989],[283.725,-72.824],[283.725,-73.266],[284.118,-73.366],[284.511,-73.56],[284.511,-73.953],[284.217,-74.349],[284.04,-74.354],[283.821,-74.349],[283.504,-73.953],[282.743,-73.953],[282.743,-74.838],[283.136,-75.627],[283.232,-76.017],[283.529,-76.411],[284.314,-76.804],[284.608,-77.2],[284.71,-77.593],[284.905,-77.986],[285.003,-78.379],[285.003,-79.263],[285.102,-79.656],[285.197,-80.053],[285.496,-80.443],[285.887,-80.542],[286.28,-80.639],[287.068,-80.245],[287.267,-79.853],[287.855,-79.557],[288.447,-79.753],[288.74,-80.149],[289.035,-80.542],[289.425,-80.736],[289.819,-80.443],[289.819,-80.053],[290.115,-79.656],[290.313,-79.656],[290.508,-79.656],[290.9,-79.954],[291.296,-80.245],[291.884,-81.03],[292.178,-81.427],[292.769,-81.427],[293.36,-81.427],[293.749,-81.328],[294.168,-81.231],[296.996,-81.231],[296.996,-80.443],[296.996,-80.053],[297.589,-79.36],[297.796,-79.354],[297.98,-79.36],[298.373,-80.937],[298.767,-81.132],[299.157,-81.427],[299.454,-81.82],[300.046,-82.703],[300.441,-83.194],[300.73,-83.589],[301.517,-83.783],[302.008,-83.985],[302.503,-83.985],[303.387,-83.985],[303.78,-84.18],[304.569,-84.473],[305.059,-84.671],[305.254,-85.061],[305.647,-85.459],[306.04,-85.554],[307.22,-86.34],[307.73,-86.352],[308.107,-86.34],[308.595,-86.539],[309.09,-86.731],[309.874,-87.619],[310.269,-87.913],[311.053,-87.913],[312.236,-87.817],[312.629,-87.523],[313.022,-87.129],[313.415,-87.027],[314.421,-86.933],[314.991,-86.933],[315.478,-87.027],[315.478,-88.209],[315.085,-88.503],[314.691,-88.8],[314.594,-89.191],[314.397,-89.584],[314.103,-89.98],[313.809,-90.373],[313.71,-90.766],[313.61,-91.944],[312.527,-92.143],[312.332,-92.534],[312.236,-92.926],[312.038,-93.321],[311.521,-93.421],[309.603,-93.421],[309.09,-93.519],[308.99,-93.911],[309.287,-94.306],[309.68,-94.404],[310.069,-94.795],[310.467,-94.795],[310.86,-94.795],[311.67,-94.203],[314.079,-94.203],[314.892,-94.306],[315.676,-94.306],[316.363,-94.993],[316.758,-95.384],[317.152,-95.585],[317.152,-96.174],[317.152,-96.763],[316.949,-96.82],[316.758,-96.862],[316.658,-97.231],[316.658,-98.43],[317.62,-98.533],[318.623,-97.746],[318.623,-97.352],[318.824,-96.957],[319.41,-96.174],[322.533,-96.174],[323.048,-96.074],[323.54,-95.877],[323.931,-95.585],[323.931,-94.404],[325.777,-94.404],[326.587,-94.01],[326.884,-93.615],[327.671,-93.126],[328.163,-92.926],[328.749,-92.632],[328.947,-92.632],[329.342,-92.926],[329.241,-93.321],[329.241,-94.108],[329.342,-94.5],[329.733,-94.5],[330.42,-94.597],[330.42,-95.779],[330.324,-96.174],[330.324,-96.566],[330.42,-96.957],[330.814,-97.152],[331.6,-96.566],[331.996,-96.27],[332.392,-96.27],[332.782,-96.27],[333.175,-96.469],[333.47,-96.862],[333.866,-97.152],[334.063,-97.546],[334.249,-97.546],[334.454,-97.546],[334.845,-97.844],[335.238,-98.042],[335.337,-98.43],[334.749,-99.025],[334.355,-99.222],[334.021,-99.236],[333.569,-99.32],[333.47,-99.708],[333.175,-100.104],[332.782,-100.4],[331.897,-100.598],[331.504,-100.598],[330.863,-100.4],[329.733,-100.598],[329.342,-100.598],[329.118,-100.595],[328.85,-100.598],[328.457,-100.894],[328.064,-101.284],[327.62,-101.284],[327.178,-101.284],[326.785,-100.993],[327.079,-100.598],[327.285,-100.597],[327.472,-100.598],[327.865,-100.4],[327.865,-99.811],[327.865,-99.613],[327.865,-99.222],[327.225,-98.923],[326.293,-99.613],[326.197,-99.983],[326.197,-102.386],[325.9,-102.76],[325.41,-102.954],[325.014,-103.148],[324.623,-103.148],[324.228,-103.252],[323.344,-103.349],[322.951,-103.741],[322.559,-103.839],[322.066,-104.035],[321.378,-104.334],[320.887,-104.727],[320.493,-105.119],[320.395,-105.512],[319.999,-105.609],[319.512,-105.709],[318.623,-105.808],[318.233,-105.903],[317.348,-105.903],[317.152,-106.987],[315.972,-107.773],[315.478,-108.265],[314.691,-108.462],[314.262,-108.46],[313.809,-108.462],[313.415,-108.658],[312.92,-108.853],[312.527,-109.247],[312.332,-109.246],[312.137,-109.247],[311.741,-109.443],[311.35,-109.443],[310.957,-109.443],[310.566,-109.642],[310.069,-109.835],[309.09,-110.23],[308.694,-110.525],[307.415,-110.525],[306.925,-110.525],[306.533,-110.326],[306.04,-109.936],[305.451,-109.835],[304.368,-110.034],[303.978,-110.034],[303.483,-110.131],[303.094,-110.525],[302.894,-110.525],[302.699,-110.525],[301.814,-110.82],[301.027,-111.313],[300.634,-111.41],[300.046,-111.41],[299.454,-111.41],[299.061,-111.214],[298.668,-110.92],[298.767,-110.525],[298.47,-110.131],[298.277,-109.738],[297.883,-109.346],[298.277,-109.247],[298.668,-108.951],[299.061,-108.757],[299.258,-107.968],[299.258,-107.577],[298.866,-107.183],[298.668,-106.79],[298.251,-106.594],[296.6,-106.594],[296.6,-108.02],[294.59,-108.02],[294.59,-109.346],[294.933,-109.346],[296.111,-109.443],[296.897,-109.936],[296.798,-110.326],[296.405,-110.427],[295.988,-110.575],[293.36,-110.575],[293.36,-109.738],[293.36,-109.346],[293.163,-108.951],[292.769,-108.853],[292.079,-108.658],[291.884,-108.658],[291.491,-108.951],[290.704,-109.247],[288.493,-109.247],[286.772,-109.247],[286.28,-109.247],[285.298,-108.757],[284.71,-108.757],[284.118,-108.757],[283.624,-108.951],[283.232,-109.443],[282.811,-109.543],[282.051,-109.543],[281.952,-108.951],[282.051,-108.561],[282.051,-107.28],[281.465,-107.183],[281.071,-107.379],[281.071,-108.168],[280.973,-108.951],[280.579,-109.247],[280.184,-109.346],[279.795,-109.543],[279.402,-109.738],[279.004,-110.131],[278.71,-110.82],[279.004,-111.803],[279.103,-112.196],[278.908,-112.591],[278.613,-112.984],[278.415,-113.377],[278.022,-113.475],[277.626,-113.772],[277.53,-114.163],[277.136,-114.262],[276.949,-114.261],[276.745,-114.262],[276.348,-114.458],[275.858,-114.554],[275.465,-114.655],[274.68,-114.655],[273.796,-114.752],[273.402,-114.752],[273.007,-114.554],[272.613,-114.36],[272.324,-113.968],[271.827,-113.87],[271.408,-113.772],[270.551,-113.772],[270.059,-113.67],[268.78,-113.67],[267.798,-113.576],[267.404,-113.277],[267.009,-113.277],[266.62,-113.277],[266.225,-113.475],[265.831,-113.576],[265.439,-113.968],[264.947,-114.262],[264.556,-114.36],[263.671,-114.36],[263.178,-114.458],[262.587,-114.554],[261.998,-114.655],[261.507,-114.95],[261.9,-115.344],[261.113,-115.736],[260.719,-116.029],[260.522,-116.421],[259.736,-116.525],[258.853,-116.525],[258.756,-116.917],[259.051,-117.306],[259.832,-117.702],[259.639,-118.096],[259.436,-118.095],[259.246,-118.096],[258.728,-118.344],[253.837,-118.344],[253.741,-117.604],[253.447,-117.212],[252.756,-116.525],[252.361,-116.525],[251.973,-116.525],[251.579,-116.818],[251.772,-117.212],[251.973,-117.702],[251.973,-118.096],[252.264,-118.491],[252.658,-118.585],[252.658,-118.978],[251.873,-118.978],[251.381,-119.177],[250.986,-119.472],[250.77,-119.465],[250.498,-119.472],[249.71,-119.867],[249.316,-119.867],[248.827,-119.766],[247.936,-119.766],[247.154,-119.867],[246.568,-120.159],[246.342,-120.154],[246.071,-120.159],[245.283,-120.455],[244.616,-120.461],[244.007,-120.455],[243.223,-120.652],[242.824,-120.748],[242.431,-120.455],[242.431,-120.064],[242.332,-119.177],[240.197,-119.177],[239.288,-118.978],[239.288,-118.585],[239.486,-118.096],[239.779,-117.702],[240.173,-117.503],[240.566,-117.408],[240.759,-117.015],[241.155,-116.718],[241.257,-116.325],[241.353,-115.908],[241.257,-115.54],[240.858,-115.54],[240.074,-115.736],[239.684,-115.833],[239.428,-115.834],[239.189,-115.833],[238.798,-115.933],[238.405,-116.226],[237.983,-116.325],[237.616,-116.226],[236.633,-116.277],[236.633,-115.736],[237.024,-115.54],[237.421,-115.344],[237.814,-114.85],[237.616,-114.163],[236.733,-114.554],[236.34,-114.85],[235.947,-115.246],[235.551,-115.441],[235.254,-115.833],[235.254,-116.226],[234.865,-116.325],[234.027,-116.325],[233.585,-116.325],[233.194,-116.325],[233.194,-115.933],[232.801,-115.639],[231.572,-115.246],[230.537,-115.736],[229.556,-115.833],[229.16,-115.833],[228.866,-116.226],[228.475,-116.325],[228.082,-116.226],[227.783,-115.833],[226.702,-116.226],[226.115,-115.933],[226.214,-115.05],[226.214,-113.87],[226.115,-113.081],[224.051,-113.081],[223.855,-114.262],[223.464,-114.554],[222.969,-114.95],[222.579,-115.05],[222.184,-115.344],[221.689,-115.639],[221.296,-116.029],[220.61,-116.917],[220.61,-117.114],[220.709,-117.503],[221.102,-117.702],[220.902,-118.195],[220.902,-118.978],[220.902,-119.867],[220.806,-120.748],[220.806,-121.537],[220.61,-121.929],[220.217,-122.225],[219.723,-122.617],[219.23,-122.816],[218.545,-122.914],[217.858,-122.715],[217.66,-122.32],[217.561,-121.929],[216.921,-121.832],[215.792,-122.225],[215.694,-122.715],[215.301,-123.11],[215.006,-123.5],[214.61,-123.5],[214.23,-123.508],[213.629,-123.597],[213.334,-123.994],[212.352,-124.386],[211.66,-124.19],[211.17,-123.994],[210.681,-123.7],[210.188,-123.5],[209.696,-123.11],[210.089,-122.32],[210.386,-121.929],[210.681,-121.537],[210.778,-121.02],[210.681,-120.552],[208.147,-120.552],[207.634,-120.358],[206.503,-120.064],[205.371,-120.358],[204.783,-120.652],[203.895,-120.849],[203.504,-121.24],[202.91,-121.437],[202.519,-121.24],[202.126,-120.849],[201.537,-121.14],[201.438,-121.929],[201.438,-122.715],[200.947,-123.11],[200.556,-123.406],[200.158,-123.406],[199.767,-123.5],[199.373,-123.307],[199.129,-122.914],[198.389,-123.01],[197.998,-123.01],[197.581,-123.207],[195.639,-123.207],[194.85,-123.01],[193.772,-123.207],[193.376,-123.207],[193.277,-122.816],[192.616,-122.816],[192.004,-122.816],[191.61,-122.914],[191.163,-122.864],[191.217,-123.597],[191.113,-123.994],[191.163,-124.386],[190.525,-124.485],[190.132,-124.386],[189.939,-123.994],[188.951,-123.5],[188.365,-123.597],[187.97,-123.994],[188.068,-124.386],[188.857,-124.386],[189.246,-124.386],[189.642,-124.682],[189.835,-125.075],[190.233,-125.172],[190.624,-125.368],[190.92,-125.96],[190.92,-126.153],[190.72,-126.548],[190.132,-126.548],[189.149,-126.452],[188.758,-126.153],[188.365,-125.96],[188.167,-125.469],[187.873,-125.075],[187.478,-124.781],[186.962,-124.386],[184.53,-124.386],[184.137,-124.19],[184.233,-123.797],[184.53,-123.207],[184.53,-123.01],[184.137,-122.816],[183.839,-122.419],[183.204,-122.32],[182.956,-122.32],[182.564,-122.419],[181.777,-122.419],[181.287,-122.225],[180.889,-121.929],[180.107,-121.929],[179.318,-121.929],[178.313,-121.732],[178.137,-121.732],[177.941,-121.832],[178.532,-121.929],[178.827,-122.32],[179.22,-122.617],[179.517,-123.01],[179.908,-123.207],[180.327,-123.213],[180.693,-123.207],[181.087,-123.207],[181.287,-123.597],[181.678,-123.893],[182.467,-124.485],[182.956,-125.27],[183.743,-125.469],[184.137,-125.469],[184.53,-125.566],[184.921,-125.566],[185.313,-125.761],[185.413,-126.153],[185.71,-126.548],[186.493,-126.748],[186.887,-126.748],[187.285,-126.845],[187.772,-126.845],[188.167,-126.942],[188.559,-127.238],[188.951,-127.535],[188.951,-127.924],[189.149,-128.713],[191.113,-128.713],[191.217,-129.304],[191.217,-129.697],[191.408,-130.088],[191.607,-130.088],[191.806,-130.088],[192.004,-130.484],[191.902,-130.877],[191.806,-131.268],[191.605,-131.317],[191.408,-131.367],[191.408,-131.761],[191.217,-132.151],[191.006,-132.153],[190.822,-132.151],[190.822,-132.546],[190.624,-133.038],[190.132,-133.432],[189.741,-133.727],[189.496,-133.726],[189.246,-133.727],[188.857,-133.825],[188.806,-135.005],[185.929,-135.005],[185.118,-135.201],[184.233,-135.299],[183.839,-135.299],[183.447,-135.102],[183.154,-134.713],[182.758,-134.611],[182.072,-135.299],[181.678,-135.398],[181.064,-135.494],[180.499,-135.398],[180.499,-134.216],[179.318,-134.216],[178.925,-134.512],[179.123,-134.906],[179.517,-135.005],[179.908,-135.768],[179.809,-136.185],[177.668,-136.185],[176.863,-136.38],[175.876,-136.38],[175.485,-136.481],[175.683,-136.872],[176.368,-137.562],[176.587,-137.567],[176.764,-137.562],[177.158,-137.854],[177.158,-138.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 30\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":30,\"ty\":\"sh\",\"ix\":31,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0.444],[0,0.146],[0,0.072],[0,0],[-0.149,0],[-0.03,-0.018],[0,0],[0,0]],\"o\":[[0,-0.145],[0,-0.078],[0,0],[0.147,0],[0.037,0],[0,0],[0,0],[0,-0.444]],\"v\":[[25.267,-112.787],[25.362,-113.178],[25.314,-113.377],[26.151,-113.377],[26.544,-113.475],[26.641,-113.439],[26.641,-111.654],[25.314,-111.654]],\"c\":true},\"ix\":2},\"nm\":\"Path 31\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":31,\"ty\":\"sh\",\"ix\":32,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0.295,-0.396],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[-0.296,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-242.727,-137.658],[-244.988,-137.658],[-246.462,-137.757],[-247.84,-135.69],[-249.315,-134.216],[-251.082,-134.216],[-252.756,-133.531],[-252.068,-132.349],[-250.099,-131.658],[-249.315,-132.643],[-248.136,-131.859],[-247.053,-132.447],[-246.854,-133.239],[-245.578,-133.333],[-245.184,-134.512],[-244.104,-135.299],[-243.219,-134.02],[-242.234,-134.416],[-240.566,-135.005],[-240.076,-136.872],[-239.483,-138.15],[-241.646,-138.643]],\"c\":true},\"ix\":2},\"nm\":\"Path 32\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":32,\"ty\":\"sh\",\"ix\":33,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.151,-0.127],[0.368,-0.075],[0,0],[-0.171,0],[-0.27,-0.049],[-0.146,-0.026],[0,0],[-0.05,0],[0.1,0.247],[0.1,0.096],[0.248,0]],\"o\":[[-0.198,0.027],[-0.271,0.219],[0,0],[0.146,-0.045],[0.3,0],[0.146,0.022],[0,0],[0.05,0],[-0.028,-0.268],[-0.048,-0.118],[-0.174,-0.172],[0,0]],\"v\":[[158.576,-137.167],[158.28,-136.773],[157.396,-136.38],[157.396,-135.891],[157.788,-136.086],[158.576,-135.987],[158.969,-135.789],[159.363,-135.789],[159.462,-135.891],[159.363,-136.58],[159.363,-136.968],[158.772,-137.167]],\"c\":true},\"ix\":2},\"nm\":\"Path 33\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":33,\"ty\":\"sh\",\"ix\":34,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-203.503,-136.481],[-203.699,-135.201],[-201.929,-134.216],[-200.257,-133.333],[-198.39,-133.239],[-197.307,-134.317],[-197.406,-135.201],[-198.782,-136.284],[-200.651,-136.284],[-201.73,-136.773]],\"c\":true},\"ix\":2},\"nm\":\"Path 34\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":34,\"ty\":\"sh\",\"ix\":35,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.146,0],[0.113,0.009],[0.15,-0.029],[0.197,-0.246],[0.077,-0.126],[0.096,-0.12],[0.171,-0.077],[0.159,0.026],[0.113,-0.008],[0.124,-0.021],[0.15,-0.069],[0.17,-0.074],[0.15,-0.03],[0.147,0],[0.298,0],[0.2,-0.05],[0.15,-0.051],[0.123,-0.047],[0.171,-0.021],[0.067,0.006],[0.069,-0.009],[0.544,0.028],[0.295,0],[0,0],[0.149,0],[0.126,0.008],[0.174,-0.026],[0.147,-0.027],[0.22,-0.196],[0.074,-0.128],[0.173,-0.295],[0,0],[0.121,-0.125],[0.122,-0.122],[0.146,-0.099],[0.122,-0.049],[0.196,-0.049],[0.101,-0.071],[0.077,-0.146],[0,-0.125],[0,-0.346],[0.222,0],[0.466,-0.023],[0.146,-0.026],[0,-0.221],[0.2,-0.27],[0.079,-0.172],[0,-0.123],[0,0],[0,0],[0.218,0],[0.155,0.008],[0.255,-0.03],[0.295,-0.145],[0.169,-0.122],[0,-0.343],[-0.047,-0.176],[-0.122,0.021],[-0.271,0],[-0.223,-0.024],[0,-0.245],[0,0],[-0.073,-0.145],[0.294,0.024],[0.296,0],[0.201,-0.028],[0,0],[0.368,-0.051],[0.295,-0.12],[0,-0.123],[0,-0.17],[0.025,-0.121],[0.075,-0.173],[0.028,-0.123],[0.027,-0.147],[0.271,-0.027],[0.124,-0.076],[0.096,-0.149],[0.071,-0.124],[0.047,-0.148],[0,-0.321],[0,-0.15],[0,-0.149],[0,-0.148],[0,0],[-0.07,0.1],[-0.124,0.099],[-0.05,-0.099],[-0.048,-0.097],[-0.073,-0.147],[-0.099,0.198],[-0.025,0.121],[-0.127,-0.075],[-0.172,-0.12],[-0.271,-0.267],[-0.1,-0.124],[0,0],[0,0],[-0.047,-0.148],[0,0],[-0.567,-0.05],[-0.169,-0.025],[-0.347,-0.049],[-0.266,0],[0,0],[-0.146,0],[-0.122,0],[0,0],[0.076,0.098],[0.049,0.148],[0,0.296],[0.061,-0.011],[0.055,0.041],[0.095,0.121],[0.048,0.124],[0.121,0.149],[0.143,0.146],[0.148,0.193],[0.076,0.099],[0.077,-0.004],[0.027,0.069],[0.027,0.122],[0,0.151],[0,0.241],[0,0],[-0.072,0.171],[-0.023,0.124],[-0.118,0.444],[-0.122,0.123],[-0.224,0.322],[-0.098,0.073],[-0.095,0.048],[-0.097,0.074],[-0.097,0.077],[-0.099,0.075],[-0.197,0.296],[-0.07,0.121],[-0.102,0.101],[-0.124,0.072],[-0.075,-0.017],[-0.046,0.023],[-0.148,0.294],[-0.048,0.121],[-0.076,0.123],[-0.097,0.144],[-0.095,0.146],[-0.019,0.121],[-0.32,0.024],[-0.07,-0.008],[-0.097,0.027],[-0.167,0.074],[-0.086,-0.016],[-0.082,0.023],[-0.12,0.178],[-0.102,0.074],[-0.122,0.022],[-0.068,-0.007],[-0.061,0.011],[-0.126,0.051],[-0.144,0.124],[-0.097,0.124],[-0.124,0.098],[0,0.221],[0.025,0.274],[-0.298,0],[-0.162,-0.009],[-0.385,0.153],[-0.148,0.121],[-0.224,0.074],[-0.067,-0.006],[-0.064,0.014],[-0.344,0],[0,0],[-0.12,0.071],[-0.196,0.074],[-0.296,0],[-0.271,0.046],[-0.395,0],[0,0],[-0.123,0.072],[-0.245,0.295],[-0.126,0.074],[-0.125,0.023],[-0.294,0],[0,0.246],[0.053,0.175],[0.075,0.119],[0.123,0.073],[0.188,-0.037],[0.127,0.008],[0.198,0]],\"o\":[[0,0],[-0.151,0],[-0.131,0.011],[-0.141,-0.011],[-0.322,0.05],[-0.068,0.099],[-0.07,0.121],[-0.098,0.122],[-0.169,0.078],[-0.099,-0.016],[-0.145,0],[-0.147,0.027],[-0.17,0.075],[-0.148,0.074],[-0.115,0.022],[-0.295,0.022],[-0.223,0],[-0.147,0.048],[-0.124,0.05],[-0.172,0.051],[-0.066,0.015],[-0.062,-0.006],[-0.543,0.079],[-0.292,-0.021],[0,0],[-0.146,0],[-0.157,0.013],[-0.151,-0.011],[-0.149,0.028],[-0.293,0.075],[-0.126,0.099],[-0.194,0.268],[0,0],[-0.124,0.1],[-0.124,0.122],[-0.122,0.126],[-0.097,0.048],[-0.197,0.076],[-0.124,0.026],[-0.121,0.101],[-0.071,0.123],[-0.05,0.314],[-0.219,-0.026],[-0.468,-0.023],[-0.148,0],[0.098,0.172],[0,0.346],[-0.101,0.148],[-0.048,0.123],[0,0],[0,0],[-0.22,0.026],[-0.2,0.009],[-0.211,-0.011],[-0.32,0.049],[-0.194,0.097],[-0.273,0.196],[0,0.197],[0.148,-0.029],[0.245,-0.079],[0.222,0],[-0.076,0.221],[0,0],[0,0.194],[-0.294,0],[-0.294,-0.028],[-0.196,0],[0,0],[-0.392,0],[-0.296,0.024],[0.026,0.15],[0.026,0.148],[0,0.15],[-0.048,0.171],[-0.048,0.124],[-0.023,0.121],[-0.292,0],[-0.121,0],[-0.147,0.094],[-0.072,0.099],[-0.072,0.147],[-0.128,0.271],[0,0.147],[0,0.144],[0,0.148],[0,0],[0.074,-0.119],[0.104,-0.121],[0.123,0.074],[0.049,0.096],[0.1,0.147],[0.146,-0.147],[0.048,-0.122],[0.149,0.073],[0.169,0.12],[0.293,0.224],[0.122,0.12],[0,0],[0,0],[0.051,0.149],[0,0],[0.567,0],[0.196,0],[0.32,0.027],[0.27,0.027],[0,0],[0.148,0],[0.123,0],[0,0],[-0.071,-0.126],[-0.074,-0.121],[-0.097,-0.267],[-0.053,-0.012],[-0.081,0.015],[-0.148,-0.124],[-0.075,-0.102],[-0.102,-0.173],[-0.124,-0.148],[-0.174,-0.172],[-0.072,-0.1],[-0.035,-0.046],[-0.089,0.003],[-0.049,-0.121],[-0.023,-0.126],[-0.023,-0.243],[0,0],[0.049,-0.17],[0.05,-0.125],[0.099,-0.442],[0.027,-0.143],[0.271,-0.267],[0.047,-0.096],[0.095,-0.074],[0.098,-0.046],[0.099,-0.074],[0.099,-0.071],[0.27,-0.217],[0.074,-0.123],[0.074,-0.124],[0.095,-0.095],[0.066,-0.04],[0.065,0.015],[0.271,-0.171],[0.049,-0.124],[0.072,-0.147],[0.096,-0.146],[0.098,-0.151],[0.077,-0.124],[0.348,0],[0.075,-0.01],[0.089,0.011],[0.172,-0.048],[0.092,-0.037],[0.075,0.014],[0.195,-0.071],[0.074,-0.095],[0.101,-0.075],[0.061,-0.013],[0.066,0.005],[0.124,-0.026],[0.172,-0.074],[0.128,-0.097],[0.1,-0.122],[0.145,-0.124],[0,-0.273],[0.293,-0.024],[0.193,-0.007],[0.351,0.02],[0.173,-0.049],[0.17,-0.148],[0.056,-0.011],[0.067,0.006],[0.322,-0.096],[0,0],[0.171,0],[0.17,-0.127],[0.272,-0.096],[0.296,0],[0.364,-0.051],[0,0],[0.173,0],[0.321,-0.222],[0.101,-0.124],[0.099,-0.049],[0.266,-0.076],[0.077,-0.224],[0,-0.197],[-0.05,-0.147],[-0.047,-0.099],[-0.17,-0.108],[-0.111,0.022],[-0.199,0],[0,0]],\"v\":[[105.484,-136.185],[105.098,-136.185],[104.703,-136.086],[104.342,-136.093],[103.915,-136.086],[103.126,-135.69],[103.027,-135.299],[102.833,-134.906],[102.441,-134.611],[101.965,-134.586],[101.652,-134.611],[101.258,-134.611],[100.866,-134.416],[100.474,-134.119],[100.078,-133.921],[99.689,-133.921],[98.9,-133.921],[98.309,-133.825],[97.918,-133.628],[97.523,-133.531],[97.132,-133.239],[96.934,-133.236],[96.74,-133.239],[95.359,-133.239],[94.574,-133.333],[94.082,-133.333],[93.69,-133.239],[93.275,-133.242],[92.806,-133.239],[92.411,-133.038],[91.626,-132.742],[91.427,-132.349],[90.938,-131.564],[88.185,-131.564],[87.793,-131.268],[87.497,-130.877],[87.203,-130.484],[86.807,-130.386],[86.22,-130.286],[85.823,-130.189],[85.432,-129.893],[85.432,-129.497],[85.432,-128.614],[84.844,-128.713],[83.661,-128.713],[83.272,-128.614],[83.565,-128.122],[83.072,-127.337],[82.678,-127.041],[82.678,-126.649],[82.678,-126.257],[82.678,-125.469],[82.091,-125.368],[81.572,-125.376],[80.909,-125.368],[80.025,-125.075],[79.536,-124.781],[79.042,-123.994],[79.237,-123.5],[79.633,-123.597],[80.246,-123.893],[80.811,-123.797],[80.615,-123.207],[80.615,-123.01],[80.909,-122.617],[79.831,-122.419],[79.042,-122.522],[78.548,-122.419],[78.548,-121.14],[77.569,-121.14],[76.78,-120.849],[76.78,-120.455],[76.98,-120.064],[76.879,-119.669],[76.484,-119.373],[76.484,-118.978],[76.387,-118.585],[75.599,-118.585],[75.207,-118.585],[74.913,-118.195],[74.913,-117.799],[74.523,-117.604],[74.473,-116.793],[74.421,-116.421],[74.523,-116.029],[74.473,-115.639],[75.503,-115.54],[75.599,-115.933],[75.993,-116.128],[76.387,-116.029],[76.484,-115.639],[76.78,-115.246],[77.174,-115.639],[77.174,-116.029],[77.569,-115.833],[77.96,-115.441],[78.846,-114.95],[79.042,-114.554],[78.353,-113.67],[78.353,-113.475],[78.548,-113.081],[80.689,-113.081],[82.091,-112.787],[82.579,-112.787],[83.467,-112.591],[84.126,-112.591],[84.743,-112.591],[85.135,-112.687],[85.432,-112.64],[85.432,-113.475],[85.333,-113.87],[84.941,-114.066],[84.941,-114.85],[84.764,-114.839],[84.548,-114.85],[84.156,-115.144],[84.156,-115.54],[83.763,-115.833],[83.37,-116.226],[82.876,-116.718],[82.777,-117.114],[82.587,-117.151],[82.384,-117.212],[82.384,-117.604],[82.384,-117.998],[82.188,-118.585],[82.188,-118.784],[82.579,-119.077],[82.678,-119.472],[82.678,-120.652],[83.072,-120.849],[83.763,-121.636],[83.861,-122.027],[84.251,-122.127],[84.645,-122.225],[84.645,-122.617],[85.04,-122.715],[85.725,-123.406],[85.725,-123.797],[86.125,-123.994],[86.316,-124.386],[86.536,-124.392],[86.71,-124.386],[87.299,-125.075],[87.397,-125.469],[87.596,-125.863],[87.988,-126.153],[88.28,-126.548],[88.28,-126.942],[89.169,-126.942],[89.385,-126.936],[89.66,-126.942],[89.954,-127.337],[90.216,-127.342],[90.448,-127.337],[90.938,-127.633],[90.938,-128.025],[91.332,-128.122],[91.53,-128.122],[91.723,-128.122],[92.118,-128.221],[92.508,-128.516],[92.706,-128.909],[93.103,-129.106],[93.493,-129.497],[93.397,-130.189],[94.184,-130.286],[94.711,-130.274],[95.755,-130.386],[96.052,-130.776],[96.546,-131.171],[96.734,-131.17],[96.935,-131.171],[97.743,-131.464],[100.057,-131.464],[100.474,-131.658],[100.866,-132.055],[101.652,-132.151],[102.441,-132.151],[103.253,-132.742],[105.165,-132.742],[105.587,-132.937],[106.273,-133.727],[106.471,-134.119],[106.867,-134.216],[107.648,-134.216],[107.846,-134.808],[107.549,-135.201],[107.354,-135.591],[107.258,-135.987],[106.73,-136.023],[106.375,-135.987],[105.879,-136.185]],\"c\":true},\"ix\":2},\"nm\":\"Path 35\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":35,\"ty\":\"sh\",\"ix\":36,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.099,0.396],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-237.518,-136.185],[-237.319,-135.398],[-235.157,-135.201],[-235.255,-136.185]],\"c\":true},\"ix\":2},\"nm\":\"Path 36\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":36,\"ty\":\"sh\",\"ix\":37,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.197,-0.391],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,0.294],[0,0],[0.491,0],[0,0],[0,0],[0,0],[0,0],[-0.295,-0.591],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.394,-0.297],[0,0],[-0.491,0],[0,0],[0,0],[0,0],[0,0],[0.295,0.588],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-218.642,-134.02],[-217.952,-133.038],[-215.593,-131.268],[-213.432,-130.583],[-212.254,-130.974],[-211.267,-131.171],[-210.481,-130.286],[-209.793,-128.516],[-208.807,-129.007],[-207.14,-129.106],[-205.96,-129.304],[-205.861,-130.386],[-205.861,-131.955],[-205.174,-132.742],[-205.566,-133.921],[-207.237,-134.713],[-208.318,-134.02],[-210.186,-135.201],[-211.758,-135.201],[-210.578,-134.216],[-209.203,-132.447],[-210.382,-132.349],[-212.35,-134.216],[-213.825,-134.216],[-213.728,-133.038],[-213.333,-131.761],[-215.102,-132.843],[-215.987,-134.808],[-218.544,-135.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 37\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":37,\"ty\":\"sh\",\"ix\":38,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,-0.094],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0.689],[0,0],[0,0],[-0.393,0.099],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.492,0.592],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-227.882,-135.591],[-228.474,-134.906],[-229.553,-134.611],[-229.454,-133.825],[-228.278,-133.038],[-228.572,-131.564],[-227.096,-131.367],[-227.096,-130.583],[-228.278,-130.484],[-230.243,-130.484],[-231.522,-131.268],[-232.8,-132.843],[-234.371,-133.432],[-235.747,-133.432],[-237.125,-134.119],[-238.107,-134.317],[-239.975,-133.727],[-240.957,-132.349],[-241.943,-131.367],[-243.023,-130.286],[-242.826,-129.106],[-240.665,-129.007],[-238.795,-128.614],[-237.125,-128.812],[-235.65,-129.304],[-233.093,-128.909],[-231.422,-128.909],[-233.389,-128.317],[-235.255,-128.317],[-236.534,-127.728],[-236.338,-126.845],[-235.157,-126.349],[-232.7,-126.349],[-230.243,-127.238],[-228.669,-128.419],[-226.902,-128.614],[-224.54,-128.614],[-222.18,-128.614],[-221.296,-129.697],[-220.706,-131.761],[-221.492,-132.546],[-222.575,-132.546],[-222.771,-131.658],[-224.147,-132.151],[-225.817,-133.432],[-225.817,-134.416],[-226.406,-135.591]],\"c\":true},\"ix\":2},\"nm\":\"Path 38\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":38,\"ty\":\"sh\",\"ix\":39,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.198,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.494,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.49,0],[0,0.393],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0.197,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.49,0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.491,0],[0,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-194.753,-135.005],[-196.424,-134.808],[-195.735,-132.742],[-194.656,-130.877],[-195.538,-129.304],[-194.457,-128.122],[-192.588,-126.942],[-189.935,-127.14],[-188.656,-127.924],[-186.885,-126.649],[-184.037,-126.548],[-180.791,-126.548],[-179.317,-126.942],[-178.631,-127.633],[-177.644,-126.845],[-175.976,-126.942],[-173.124,-127.238],[-172.926,-128.317],[-171.845,-129.007],[-172.14,-130.583],[-174.699,-131.268],[-177.451,-131.859],[-179.513,-131.171],[-182.564,-130.484],[-184.525,-130.286],[-187.28,-130.776],[-189.541,-130.676],[-191.408,-132.151],[-191.607,-133.628],[-192.293,-135.005]],\"c\":true},\"ix\":2},\"nm\":\"Path 39\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":39,\"ty\":\"sh\",\"ix\":40,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.164,0],[0,0],[0.146,0],[0.762,0],[0.075,-0.323],[0.125,-0.294],[0.05,-0.122],[0.024,-0.198],[0.024,-0.122],[0.026,-0.146],[0,0],[-0.124,-0.149],[-0.124,-0.1],[-0.121,-0.053],[-0.167,-0.075],[-0.124,-0.047],[-0.124,-0.194],[-0.073,-0.145],[-0.101,-0.121],[-0.269,0],[-0.39,0.025],[-0.026,0.196],[-0.026,0.126],[-0.071,0.174],[-0.496,0],[-0.466,0.023],[-0.093,-0.002],[-0.203,0.101],[-0.124,0.049],[-0.149,0],[-0.122,-0.049],[-0.176,-0.048],[-0.147,0],[-0.272,0.199],[-0.148,0.097],[-0.218,0],[0,0],[-0.17,-0.051],[-0.121,-0.026],[-0.172,0],[0,0],[-0.096,0.415],[-0.076,0.147],[-0.101,0.173],[-0.049,0.171],[-0.022,0.121],[0.12,0.023],[0.06,-0.009],[0.066,0.027],[0.145,0.045],[0.122,0],[0.216,-0.015],[0.192,0.009],[0.223,0],[0,0],[0.1,-0.094],[0.048,-0.096],[0.075,-0.198],[0.025,-0.118],[0,-0.319],[0.298,0],[0.147,0],[0,0],[-0.072,0.121],[0,0.346],[0.024,0.147],[0.291,0.024],[0.149,0],[0.293,0],[0.147,-0.024],[0,0],[0.291,0],[0.27,0.023],[0.121,0.023],[0.125,0.094],[0.099,0.124],[0.125,0.101],[0.1,0.072],[0.063,0]],\"o\":[[0,0],[-0.149,0],[-0.765,0.022],[0.027,0.344],[-0.072,0.315],[-0.047,0.126],[-0.075,0.197],[-0.029,0.123],[-0.029,0.121],[0,0],[0.098,0.147],[0.101,0.124],[0.101,0.073],[0.149,0.072],[0.126,0.049],[0.196,0.099],[0.072,0.128],[0.074,0.148],[0.145,0.172],[0.396,0],[0.027,-0.222],[0.024,-0.121],[0.024,-0.174],[0.393,0.249],[0.465,0],[0.106,-0.007],[0.205,0.005],[0.123,-0.048],[0.121,-0.049],[0.148,0],[0.173,0.049],[0.124,0.022],[0.347,0],[0.149,-0.097],[0.17,-0.122],[0,0],[0.173,0.026],[0.124,0.046],[0.149,0.048],[0,0],[0,-0.417],[0.027,-0.172],[0.098,-0.198],[0.07,-0.145],[0.025,-0.124],[-0.146,-0.024],[-0.056,-0.012],[-0.075,0.01],[-0.149,-0.053],[-0.123,-0.054],[-0.261,-0.044],[-0.152,0.011],[-0.222,0],[0,0],[-0.148,0.049],[-0.097,0.1],[-0.121,0.172],[-0.023,0.121],[-0.05,0.298],[-0.296,-0.023],[-0.146,0],[0,0],[0,-0.173],[0.145,-0.272],[0,-0.17],[-0.295,0],[-0.15,0],[-0.292,-0.025],[-0.15,0],[0,0],[-0.294,-0.024],[-0.296,0],[-0.122,0],[-0.174,-0.026],[-0.121,-0.103],[-0.097,-0.125],[-0.097,-0.074],[-0.056,-0.05],[-0.126,0]],\"v\":[[239.756,-132.643],[239.189,-132.643],[238.798,-132.546],[236.829,-132.546],[236.928,-131.658],[236.533,-130.877],[236.436,-130.484],[236.144,-129.992],[236.144,-129.598],[236.043,-129.205],[235.751,-129.497],[236.043,-129.106],[236.238,-128.713],[236.633,-128.614],[237.024,-128.317],[237.421,-128.221],[237.912,-127.831],[238.107,-127.437],[238.306,-127.041],[238.969,-126.942],[239.975,-127.041],[240.074,-127.633],[240.074,-128.025],[240.366,-128.419],[241.551,-127.924],[242.728,-128.025],[243.025,-128.029],[243.615,-128.122],[243.714,-128.516],[244.107,-128.516],[244.496,-128.516],[244.793,-128.122],[245.184,-128.025],[245.973,-128.516],[246.271,-128.909],[246.858,-129.007],[247.055,-129.007],[247.447,-128.713],[247.84,-128.614],[248.258,-128.516],[249.806,-128.516],[249.806,-129.598],[250.006,-129.992],[250.4,-130.386],[250.691,-130.776],[250.691,-131.171],[250.3,-131.268],[250.123,-131.261],[249.907,-131.268],[249.71,-131.658],[249.316,-131.658],[248.637,-131.67],[248.134,-131.658],[247.548,-131.761],[247.35,-131.761],[246.954,-131.564],[246.858,-131.171],[246.464,-130.776],[246.366,-130.386],[246.366,-129.549],[245.579,-129.598],[245.184,-129.549],[245.184,-130.705],[245.482,-131.071],[245.876,-131.859],[245.678,-132.252],[244.894,-132.252],[244.496,-132.349],[243.714,-132.349],[243.321,-132.252],[243.321,-131.171],[242.533,-131.268],[241.746,-131.268],[241.353,-131.268],[241.055,-131.658],[240.759,-132.055],[240.366,-132.252],[240.366,-132.643],[240.188,-132.709]],\"c\":true},\"ix\":2},\"nm\":\"Path 40\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":40,\"ty\":\"sh\",\"ix\":41,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-245.381,-131.955],[-246.365,-130.776],[-244.497,-130.484],[-243.515,-132.447]],\"c\":true},\"ix\":2},\"nm\":\"Path 41\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":41,\"ty\":\"sh\",\"ix\":42,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.053,-0.197],[0,-0.145],[-0.022,-0.122],[-0.174,-0.097],[-0.197,0],[-0.194,0.148],[0,0.145],[-0.046,0.293],[0.197,0],[0.17,0]],\"o\":[[-0.022,0.122],[0,0.15],[0.029,0.173],[0.17,0.101],[0.243,0],[-0.02,-0.149],[0,-0.298],[-0.194,-0.027],[-0.174,0],[-0.223,0]],\"v\":[[232.402,-131.268],[232.402,-130.877],[232.402,-130.484],[232.801,-130.189],[233.194,-129.893],[233.681,-130.286],[233.585,-130.676],[233.681,-131.464],[233.194,-131.464],[232.801,-131.658]],\"c\":true},\"ix\":2},\"nm\":\"Path 42\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":42,\"ty\":\"sh\",\"ix\":43,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[-0.171,-0.072],[-0.126,-0.048],[-0.125,-0.074],[-0.123,-0.096],[-0.268,0],[-0.22,0.05],[-0.343,0],[-0.272,-0.174],[-0.198,-0.095],[-0.12,-0.047],[-0.148,-0.025],[-0.297,0],[0,0],[-0.124,0.026],[-0.148,0.121],[-0.174,0.022],[-0.121,0],[-0.219,0],[0,0],[0,0.148],[0,0.051],[0.513,0],[0.149,-0.025],[0.323,0],[0,0],[0.147,0],[0,0],[0.151,0],[0,0],[0.489,0],[0.124,-0.07],[0.099,-0.048],[0.221,0],[0.198,0.076],[0.269,0.466]],\"o\":[[0,0],[0.145,0.073],[0.126,0.049],[0.145,0.077],[0.124,0.072],[0.196,0.149],[0.247,0],[0.322,-0.077],[0.343,0],[0.169,0.101],[0.122,0.051],[0.148,0.049],[0.27,0.048],[0,0],[0.122,0],[0.193,-0.047],[0.148,-0.122],[0.124,-0.026],[0.199,-0.026],[0,0],[0,-0.144],[0,-0.046],[-0.517,-0.025],[-0.173,0],[-0.293,0.051],[0,0],[-0.146,0],[0,0],[-0.145,0],[0,0],[-0.49,-0.021],[-0.175,0],[-0.099,0.051],[-0.171,0.123],[-0.223,0],[-0.467,-0.222],[0,0]],\"v\":[[252.858,-130.877],[252.858,-129.205],[252.952,-128.909],[253.348,-128.812],[253.741,-128.614],[253.936,-128.221],[254.574,-128.025],[255.214,-128.122],[256.1,-128.419],[256.886,-128.025],[257.28,-127.633],[257.673,-127.535],[258.064,-127.337],[258.853,-127.337],[259.246,-127.337],[259.639,-127.337],[260.033,-127.728],[260.329,-128.122],[260.719,-128.122],[261.308,-128.122],[261.308,-128.909],[261.21,-129.304],[261.287,-129.401],[259.96,-129.497],[259.538,-129.401],[258.728,-129.304],[258.358,-129.304],[257.969,-129.401],[257.475,-129.401],[257.082,-129.328],[257.082,-130.386],[255.831,-130.484],[255.412,-130.386],[255.313,-129.992],[254.723,-129.992],[254.133,-129.992],[253.249,-131.071]],\"c\":true},\"ix\":2},\"nm\":\"Path 43\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":43,\"ty\":\"sh\",\"ix\":44,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-200.847,-130.776],[-202.812,-129.992],[-203.207,-129.007],[-201.832,-127.728],[-200.355,-127.728],[-198.979,-127.14],[-197.801,-127.633],[-197.406,-129.106],[-198.782,-129.893],[-199.57,-130.974]],\"c\":true},\"ix\":2},\"nm\":\"Path 44\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":44,\"ty\":\"sh\",\"ix\":45,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.026,-0.102],[0,0],[0,0],[0,0],[0,0.393],[0.408,0]],\"o\":[[0.097,0.398],[0,0],[0,0],[0,0],[0,-0.29],[-0.142,0]],\"v\":[[-218.445,-130.189],[-219.132,-129.791],[-218.741,-128.713],[-217.462,-128.812],[-216.97,-129.697],[-218.242,-130.333]],\"c\":true},\"ix\":2},\"nm\":\"Path 45\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":45,\"ty\":\"sh\",\"ix\":46,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0]],\"v\":[[-206.255,-126.548],[-204.877,-126.548],[-205.464,-127.437]],\"c\":true},\"ix\":2},\"nm\":\"Path 46\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":46,\"ty\":\"sh\",\"ix\":47,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.099,0.389],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.096,-0.397],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-255.999,-126.548],[-255.999,-125.566],[-255.506,-123.797],[-256.099,-121.14],[-258.849,-117.702],[-255.407,-116.718],[-253.542,-114.163],[-251.872,-115.54],[-249.805,-115.54],[-248.526,-116.525],[-248.038,-118.391],[-246.168,-119.566],[-244.892,-120.849],[-241.349,-122.225],[-239.188,-122.914],[-239.386,-124.19],[-242.137,-125.761],[-243.709,-125.96],[-245.578,-125.172],[-247.741,-125.863],[-249.904,-126.649],[-252.556,-126.845]],\"c\":true},\"ix\":2},\"nm\":\"Path 47\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":47,\"ty\":\"sh\",\"ix\":48,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.199],[-0.147,-0.123],[-0.12,-0.027],[-0.296,0],[-0.197,0],[-0.124,0.071],[-0.073,0.124],[0.147,0.028],[0.067,-0.006],[0.062,0.014],[0.344,0]],\"o\":[[0,0.193],[0,0.195],[0.1,0.071],[0.271,0.097],[0.196,0],[0.167,0],[0.122,-0.078],[-0.147,-0.049],[-0.062,-0.012],[-0.069,0.008],[-0.316,-0.072],[0,0]],\"v\":[[241.257,-126.153],[241.155,-125.664],[241.451,-125.27],[241.842,-125.172],[242.629,-124.978],[243.124,-125.075],[243.517,-125.27],[243.615,-125.664],[243.223,-125.863],[243.027,-125.863],[242.824,-125.863],[242.016,-126.153]],\"c\":true},\"ix\":2},\"nm\":\"Path 48\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":48,\"ty\":\"sh\",\"ix\":49,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.049,-0.123],[-0.123,-0.296],[-0.027,-0.149],[0,-0.295],[0,0],[0.149,0.074],[0.148,0.075],[0.124,0.099],[0.172,0.292],[0,0],[0.1,0.146]],\"o\":[[0.053,0.122],[0.147,0.296],[0.049,0.143],[0.046,0.271],[0,0],[-0.096,-0.127],[-0.172,-0.074],[-0.127,-0.073],[-0.245,-0.197],[0,0],[-0.077,-0.171],[0,0]],\"v\":[[232.6,-126.057],[232.702,-125.664],[233.194,-124.876],[233.392,-124.485],[233.392,-123.746],[235.157,-123.746],[234.96,-124.19],[234.472,-124.289],[234.077,-124.485],[233.585,-125.27],[233.392,-125.664],[233.095,-126.057]],\"c\":true},\"ix\":2},\"nm\":\"Path 49\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":49,\"ty\":\"sh\",\"ix\":50,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.394,0],[0,-0.591],[0,0],[0,0],[0,-0.39],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.492,0],[0,0],[0,0]],\"o\":[[-0.393,0],[0,0.593],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-200.061,-125.469],[-200.158,-124.19],[-201.437,-123.207],[-201.437,-120.748],[-200.847,-118.195],[-198.979,-118.491],[-197.702,-119.373],[-197.503,-120.748],[-195.538,-120.358],[-194.36,-121.24],[-193.473,-122.816],[-192.194,-124.19],[-193.965,-124.978],[-195.735,-124.978],[-197.503,-125.566]],\"c\":true},\"ix\":2},\"nm\":\"Path 50\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":50,\"ty\":\"sh\",\"ix\":51,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.395,0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.392],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.391,0.492],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,-0.199],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.397],[0.392,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,-0.493],[0,0],[0,0]],\"v\":[[-208.514,-125.172],[-208.71,-124.089],[-209.402,-124.089],[-210.776,-124.585],[-212.254,-124.19],[-211.956,-123.11],[-210.677,-121.929],[-211.17,-120.552],[-212.153,-120.159],[-213.529,-121.24],[-214.709,-121.14],[-214.906,-120.064],[-213.432,-119.177],[-212.35,-118.491],[-210.677,-118.096],[-209.893,-116.525],[-207.629,-115.441],[-206.255,-116.619],[-203.994,-116.718],[-203.11,-118.29],[-203.895,-119.566],[-205.174,-120.748],[-206.548,-121.537],[-204.78,-122.32],[-204.877,-123.207],[-206.255,-124.485],[-206.942,-125.27]],\"c\":true},\"ix\":2},\"nm\":\"Path 51\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":51,\"ty\":\"sh\",\"ix\":52,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.082,0],[0,0],[0.392,-0.196],[0.146,-0.095],[0.147,-0.079],[0.087,0.017],[0.082,-0.024],[0.439,-0.32],[0,0],[-0.291,-0.018],[-0.298,0],[0,0],[-0.197,0],[-0.166,-0.005],[-0.251,0.016],[-0.22,0],[0,0],[-0.174,-0.075],[-0.297,-0.074],[-0.197,0],[0,0],[0,0],[0.124,0.075],[0.124,0.076],[0.173,0.046],[0.072,-0.007],[0.057,0.01],[0.121,0.052],[0.147,0.121],[0.123,0.072],[0.045,0]],\"o\":[[0,0],[-0.471,0],[-0.174,0.075],[-0.126,0.073],[-0.079,0.036],[-0.079,-0.013],[-0.517,0.169],[0,0],[0.296,0.048],[0.296,0.028],[0,0],[0.196,0],[0.215,-0.008],[0.191,0.006],[0.221,0],[0,0],[0.172,0.048],[0.27,0.121],[0.174,0.05],[0,0],[0,0],[-0.1,-0.124],[-0.121,-0.073],[-0.147,-0.073],[-0.064,-0.016],[-0.064,0.005],[-0.122,-0.031],[-0.177,-0.097],[-0.1,-0.074],[-0.041,-0.025],[-0.09,0]],\"v\":[[245.383,-124.386],[244.993,-124.386],[243.813,-124.289],[243.418,-123.994],[243.223,-123.597],[242.972,-123.593],[242.728,-123.597],[241.551,-122.715],[241.155,-122.617],[241.941,-122.522],[242.728,-122.419],[243.124,-122.419],[243.615,-122.522],[244.165,-122.519],[244.793,-122.522],[245.383,-122.617],[245.579,-122.617],[245.973,-122.32],[246.761,-122.027],[247.277,-121.929],[247.936,-121.929],[248.037,-122.715],[247.84,-123.11],[247.447,-123.307],[247.055,-123.597],[246.845,-123.599],[246.66,-123.597],[246.271,-123.7],[245.876,-123.994],[245.777,-124.386],[245.647,-124.42]],\"c\":true},\"ix\":2},\"nm\":\"Path 52\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":52,\"ty\":\"sh\",\"ix\":53,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.391,-0.099],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0.395,0.095],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-222.867,-123.406],[-221.198,-122.32],[-219.723,-120.849],[-218.642,-121.636],[-218.249,-123.11],[-219.032,-123.797],[-222.082,-124.289]],\"c\":true},\"ix\":2},\"nm\":\"Path 53\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":53,\"ty\":\"sh\",\"ix\":54,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.588],[0.593,-0.296],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.391],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.392,-0.292],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.589,0.59],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.393,-0.098],[0,0],[0,0],[0.393,-0.198],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.59,0.592],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0.59],[-0.587,0.291],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.395],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.391,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.392,0.297],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,-0.398],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.395,0.099],[0,0],[0,0],[-0.391,0.196],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-184.135,-124.19],[-186.885,-123.893],[-189.345,-121.929],[-190.818,-119.177],[-190.915,-115.736],[-188.656,-115.344],[-187.082,-115.246],[-186.395,-113.968],[-188.165,-114.262],[-190.032,-113.772],[-188.46,-112.196],[-186.298,-112.196],[-185.215,-112.591],[-183.739,-111.605],[-180.99,-110.721],[-182.66,-110.23],[-182.758,-108.853],[-181.58,-107.871],[-183.446,-105.217],[-184.333,-103.349],[-185.708,-101.876],[-186.985,-102.464],[-187.97,-104.727],[-186.985,-106.099],[-189.442,-108.265],[-191.408,-106.594],[-194.161,-109.642],[-195.142,-110.034],[-194.949,-111.605],[-195.341,-113.377],[-196.62,-113.576],[-196.717,-115.05],[-198.782,-116.718],[-201.242,-116.818],[-201.634,-115.833],[-202.715,-115.736],[-203.796,-114.163],[-203.207,-112.884],[-203.503,-111.902],[-201.534,-110.23],[-199.667,-109.148],[-200.257,-107.676],[-202.32,-108.069],[-201.73,-106.397],[-199.96,-106.494],[-197.996,-107.676],[-197.996,-105.903],[-201.437,-104.134],[-201.14,-101.579],[-203.305,-102.954],[-202.715,-104.727],[-204.091,-104.727],[-204.188,-106.397],[-202.909,-106.397],[-203.305,-108.853],[-206.452,-110.326],[-207.14,-108.561],[-208.807,-107.773],[-205.96,-105.903],[-207.336,-104.824],[-207.827,-103.448],[-213.134,-103.252],[-215.79,-104.334],[-217.758,-104.626],[-220.311,-106.099],[-222.082,-105.02],[-224.835,-103.839],[-224.147,-102.169],[-224.54,-99.613],[-226.21,-102.66],[-228.865,-103.839],[-231.816,-103.252],[-238.305,-103.839],[-238.402,-104.727],[-236.139,-105.512],[-239.386,-107.183],[-241.448,-107.083],[-247.249,-108.757],[-248.725,-110.034],[-251.376,-110.326],[-252.95,-110.23],[-253.641,-109.148],[-255.114,-108.853],[-256.589,-111.313],[-257.573,-109.148],[-259.344,-109.443],[-261.014,-112.296],[-262.979,-112.787],[-263.573,-110.92],[-264.846,-109.738],[-266.813,-109.443],[-269.37,-108.561],[-271.924,-107.28],[-269.863,-109.247],[-267.701,-109.835],[-266.125,-110.427],[-265.438,-111.41],[-266.319,-111.605],[-268.975,-110.721],[-271.924,-109.443],[-273.597,-109.346],[-275.171,-109.346],[-278.414,-107.577],[-281.461,-107.871],[-283.918,-109.738],[-288.345,-109.936],[-289.917,-110.92],[-292.176,-111.313],[-294.93,-110.721],[-296.698,-111.705],[-299.551,-111.705],[-302.597,-112.491],[-305.352,-112.491],[-307.516,-112.491],[-308.103,-113.87],[-312.43,-114.066],[-314.199,-113.87],[-313.71,-114.95],[-316.266,-115.05],[-318.523,-113.772],[-322.065,-113.772],[-324.72,-111.803],[-326.785,-111.803],[-328.551,-110.427],[-328.749,-108.658],[-330.913,-107.183],[-334.454,-107.083],[-335.139,-105.119],[-331.108,-103.349],[-329.732,-101.482],[-327.47,-100.598],[-325.997,-98.334],[-328.163,-98.042],[-330.224,-98.43],[-330.421,-100.104],[-332.878,-98.824],[-334.941,-98.629],[-337.4,-96.663],[-336.22,-95.972],[-334.941,-94.993],[-334.156,-92.831],[-327.768,-93.519],[-326.193,-94.5],[-324.521,-94.306],[-324.917,-92.437],[-324.917,-90.276],[-327.177,-90.175],[-329.436,-89.388],[-331.404,-89.584],[-331.992,-87.424],[-334.355,-85.259],[-333.86,-83.783],[-332.781,-83.589],[-332.387,-82.41],[-331.504,-80.542],[-328.845,-79.656],[-327.568,-81.132],[-326.094,-79.165],[-326.389,-76.411],[-325.016,-76.411],[-324.129,-76.903],[-322.065,-77.005],[-320.69,-76.216],[-319.9,-77.593],[-318.622,-76.509],[-317.049,-77.398],[-318.035,-74.939],[-319.706,-73.167],[-322.751,-70.811],[-323.833,-69.433],[-325.801,-69.333],[-327.768,-67.959],[-330.421,-67.366],[-332.682,-65.5],[-331.404,-64.911],[-329.143,-66.583],[-327.668,-66.68],[-325.212,-67.959],[-322.461,-69.137],[-316.854,-71.79],[-316.068,-73.463],[-310.266,-76.707],[-311.742,-78.871],[-308.792,-80.542],[-307.222,-83.194],[-304.667,-83.783],[-303.287,-83.001],[-306.336,-81.82],[-307.12,-80.245],[-306.728,-78.478],[-302.893,-80.346],[-300.141,-80.834],[-300.732,-82.115],[-301.124,-82.899],[-300.24,-83.194],[-297.784,-83.098],[-295.618,-81.621],[-293.358,-80.443],[-290.996,-79.853],[-289.03,-80.346],[-287.36,-79.656],[-285.789,-79.656],[-284.215,-78.379],[-281.758,-77.2],[-280.479,-75.823],[-278.609,-75.33],[-277.626,-75.721],[-276.152,-74.838],[-275.171,-73.463],[-272.907,-72.876],[-273.3,-71.597],[-271.141,-70.708],[-271.534,-69.532],[-270.155,-69.037],[-268.779,-68.841],[-268.68,-67.466],[-267.602,-65.992],[-267.305,-64.319],[-266.716,-62.746],[-264.945,-62.551],[-264.451,-60.683],[-262.586,-58.911],[-262.095,-57.635],[-260.227,-56.651],[-258.359,-55.964],[-256.784,-55.472],[-256.491,-54.488],[-254.524,-53.212],[-253.049,-52.128],[-252.265,-49.772],[-252.265,-47.901],[-253.347,-49.083],[-254.624,-50.657],[-254.919,-51.638],[-256.491,-52.618],[-257.573,-53.016],[-257.771,-54.587],[-259.047,-54.587],[-260.128,-55.375],[-261.112,-55.768],[-262.095,-56.062],[-263.273,-55.868],[-262.293,-54.587],[-261.014,-53.801],[-259.733,-52.72],[-257.081,-50.952],[-256.196,-49.083],[-255.214,-46.72],[-255.31,-44.855],[-255.506,-42.298],[-255.506,-39.447],[-256.394,-38.761],[-256.394,-36.895],[-255.31,-34.925],[-255.702,-33.057],[-255.407,-31.584],[-254.624,-30.305],[-254.723,-28.437],[-253.641,-26.863],[-252.166,-25.586],[-251.279,-22.933],[-250.004,-21.85],[-249.708,-20.474],[-248.526,-18.901],[-246.758,-18.901],[-245.48,-17.823],[-243.515,-16.936],[-242.137,-15.556],[-241.745,-13.886],[-241.055,-12.214],[-240.173,-9.462],[-238.991,-8.285],[-237.518,-6.908],[-237.125,-5.924],[-238.305,-5.039],[-237.518,-3.955],[-236.042,-2.879],[-234.172,-1.698],[-233.093,-0.42],[-233.29,0.665],[-232.897,1.549],[-231.422,2.138],[-230.047,3.318],[-229.062,4.299],[-228.965,5.478],[-228.177,5.088],[-227.981,3.81],[-228.572,2.333],[-229.852,1.744],[-230.047,0.466],[-231.522,-0.613],[-232.111,-2.284],[-232.7,-3.861],[-233.979,-5.039],[-234.371,-6.611],[-235.65,-7.103],[-236.435,-9.07],[-237.909,-10.74],[-238.107,-12.906],[-236.927,-13.001],[-235.255,-12.315],[-234.274,-11.13],[-234.172,-9.265],[-232.405,-6.807],[-230.535,-4.843],[-228.865,-3.465],[-227.686,-2.088],[-227.391,-0.52],[-225.623,0.466],[-224.345,1.939],[-223.36,3.514],[-221.296,5.674],[-220.509,7.546],[-219.429,8.429],[-220.509,9.119],[-220.803,10.296],[-218.544,12.065],[-216.675,13.538],[-214.411,14.23],[-212.055,15.608],[-209.303,16.783],[-206.255,18.259],[-203.796,18.948],[-202.226,18.848],[-201.73,18.06],[-199.96,17.867],[-197.996,18.848],[-195.834,20.517],[-194.656,21.899],[-192.884,21.899],[-192.194,21.899],[-191.212,22.29],[-190.131,23.764],[-187.97,24.453],[-187.87,23.469],[-186.687,24.06],[-185.511,25.732],[-183.347,27.991],[-183.543,29.759],[-182.858,30.547],[-181.969,30.154],[-180.791,30.744],[-179.121,32.318],[-177.35,32.809],[-174.403,34.281],[-172.829,34.973],[-172.926,33.399],[-172.14,32.415],[-169.388,32.611],[-169.09,33.596],[-168.208,33.5],[-167.716,32.221],[-168.7,31.038],[-171.551,31.038],[-173.417,30.939],[-176.17,30.744],[-177.451,29.858],[-179.218,27.991],[-179.121,26.517],[-179.121,24.553],[-178.532,22.094],[-178.532,20.421],[-179.415,19.145],[-181.185,18.259],[-183.839,18.456],[-185.708,18.06],[-187.773,18.848],[-189.148,17.964],[-187.87,16.981],[-187.87,15.211],[-187.379,14.131],[-186.687,12.36],[-186.687,10.392],[-185.511,9.61],[-185.313,8.135],[-186.197,7.546],[-189.148,7.741],[-191.016,8.037],[-191.804,9.411],[-192.588,11.475],[-193.473,13.341],[-195.048,13.538],[-197.307,14.131],[-199.667,14.426],[-200.748,13.049],[-202.715,12.065],[-203.404,10.493],[-204.78,8.429],[-205.566,4.889],[-205.861,2.333],[-204.877,0.37],[-204.386,-1.894],[-205.37,-4.256],[-203.599,-6.513],[-202.126,-6.611],[-200.651,-7.791],[-199.175,-9.17],[-197.111,-8.876],[-195.638,-8.381],[-194.457,-8.876],[-193.473,-7.595],[-191.705,-7.595],[-190.328,-7.696],[-190.624,-8.677],[-190.131,-10.25],[-187.97,-10.35],[-186.493,-10.544],[-183.739,-10.25],[-182.66,-8.876],[-181.775,-8.876],[-181.185,-9.658],[-180.401,-9.856],[-179.121,-8.677],[-177.939,-7.204],[-177.939,-5.531],[-177.255,-4.548],[-176.96,-3.465],[-176.072,-2.679],[-175.584,-1.5],[-174.5,-0.913],[-174.403,0.37],[-173.417,0.665],[-172.829,-0.224],[-172.336,-1.599],[-172.926,-3.268],[-173.516,-5.828],[-174.793,-8.086],[-174.793,-11.034],[-174.11,-13.1],[-173.027,-15.263],[-171.351,-15.953],[-169.388,-17.626],[-167.521,-18.901],[-165.75,-19.586],[-165.455,-20.867],[-164.081,-21.654],[-165.259,-23.817],[-166.144,-24.798],[-165.75,-25.979],[-166.538,-27.061],[-165.16,-27.747],[-163.982,-26.175],[-163.291,-27.747],[-162.508,-29.127],[-161.622,-30.009],[-160.736,-32.958],[-158.081,-32.958],[-156.409,-33.944],[-154.445,-34.141],[-154.936,-35.322],[-155.034,-37.778],[-153.66,-39.647],[-152.085,-39.647],[-151.592,-40.725],[-149.528,-40.629],[-147.662,-41.71],[-146.484,-43.185],[-144.219,-43.381],[-141.762,-42.891],[-142.352,-42.1],[-144.909,-42.1],[-146.286,-41.119],[-146.286,-39.447],[-145.203,-38.956],[-144.023,-39.941],[-143.139,-40.53],[-141.467,-41.022],[-139.697,-41.906],[-137.927,-42.298],[-136.553,-43.971],[-135.174,-45.15],[-134.979,-46.527],[-136.846,-46.034],[-138.125,-43.971],[-140.288,-43.874],[-142.059,-44.759],[-143.924,-46.234],[-144.909,-48.786],[-143.236,-50.067],[-143.337,-52.128],[-145.792,-52.327],[-148.448,-51.542],[-151.396,-49.871],[-154.248,-47.115],[-156.511,-45.542],[-155.624,-47.017],[-154.248,-48.593],[-153.362,-49.379],[-155.624,-49.967],[-152.772,-49.967],[-152.085,-51.344],[-150.512,-52.618],[-148.643,-52.72],[-147.858,-54.295],[-146.286,-54.883],[-143.826,-54.883],[-139.404,-54.979],[-137.141,-54.587],[-135.372,-54.69],[-133.603,-55.964],[-132.029,-57.734],[-129.177,-58.028],[-127.701,-58.614],[-126.917,-59.406],[-127.801,-60.192],[-127.214,-60.977],[-127.115,-62.648],[-129.177,-62.944],[-129.572,-63.926],[-131.833,-63.926],[-133.603,-62.944],[-134.781,-62.159],[-135.763,-62.551],[-135.372,-63.733],[-133.309,-64.418],[-130.85,-65.011],[-129.77,-65.992],[-131.342,-66.091],[-132.913,-66.876],[-134.979,-67.466],[-136.257,-68.646],[-137.732,-69.826],[-138.319,-70.908],[-137.436,-71.105],[-137.141,-71.889],[-138.52,-73.76],[-140.189,-75.823],[-142.547,-79.46],[-143.337,-81.132],[-145.103,-78.967],[-145.103,-77.101],[-146.974,-76.411],[-148.152,-75.134],[-149.921,-75.233],[-150.317,-76.411],[-151.493,-77.295],[-153.265,-76.903],[-152.772,-78.967],[-152.772,-81.718],[-152.871,-83.194],[-155.034,-83.294],[-156.707,-84.375],[-158.278,-85.947],[-161.03,-87.619],[-162.014,-86.833],[-164.374,-86.933],[-165.358,-87.523],[-168.009,-87.523],[-169.09,-86.44],[-168.11,-84.867],[-168.503,-82.806],[-168.208,-81.427],[-167.323,-79.557],[-168.7,-79.557],[-168.6,-77.79],[-169.485,-76.804],[-168.309,-76.017],[-166.538,-74.738],[-166.045,-72.482],[-166.045,-69.925],[-167.323,-68.155],[-169.09,-66.778],[-171.551,-66.484],[-170.175,-64.319],[-170.175,-61.565],[-169.485,-59.996],[-169.878,-58.717],[-170.959,-57.143],[-173.318,-56.85],[-174.699,-59.112],[-176.367,-61.076],[-176.367,-62.746],[-176.858,-65.108],[-176.563,-67.073],[-179.613,-67.466],[-181.872,-67.562],[-183.052,-68.254],[-185.906,-68.94],[-186.985,-70.119],[-189.442,-71.4],[-191.998,-72.775],[-195.341,-71.989],[-196.131,-73.266],[-197.503,-76.216],[-199.175,-77.005],[-200.257,-78.182],[-199.863,-81.82],[-198.192,-84.57],[-196.522,-87.027],[-194.36,-87.913],[-192.685,-89.191],[-193.376,-90.569],[-196.03,-91.158],[-199.08,-92.143],[-195.538,-91.648],[-192.685,-90.962],[-191.408,-91.255],[-191.113,-92.73],[-188.758,-91.944],[-187.379,-92.239],[-187.28,-93.421],[-186.395,-93.911],[-185.906,-95.482],[-187.577,-95.678],[-189.735,-95.877],[-190.525,-96.763],[-192.983,-97.746],[-191.312,-97.648],[-188.656,-96.957],[-186.885,-96.369],[-185.116,-96.957],[-183.936,-98.43],[-185.215,-99.613],[-183.446,-99.613],[-182.362,-98.533],[-183.248,-97.352],[-184.037,-95.191],[-184.037,-92.534],[-185.807,-91.944],[-185.313,-90.766],[-183.446,-90.667],[-183.446,-89.584],[-180.99,-89.783],[-180.3,-91.158],[-177.939,-91.059],[-176.664,-90.862],[-175.385,-90.276],[-173.516,-90.276],[-173.318,-91.751],[-175.187,-92.143],[-176.072,-94.01],[-178.331,-94.203],[-180.104,-95.678],[-181.775,-96.074],[-181.775,-97.152],[-180.202,-96.862],[-179.513,-97.648],[-179.71,-98.533],[-177.843,-98.533],[-177.154,-99.811],[-175.385,-101.088],[-174.793,-102.169],[-175.779,-103.349],[-176.664,-105.316],[-174.99,-105.609],[-174.5,-107.083],[-175.779,-108.561],[-177.547,-109.346],[-179.809,-110.525],[-177.255,-110.525],[-176.96,-111.313],[-175.09,-111.117],[-173.614,-110.23],[-171.551,-110.326],[-169.683,-110.721],[-171.256,-112.196],[-170.175,-112.491],[-168.503,-110.82],[-166.637,-110.623],[-165.848,-109.052],[-164.471,-108.757],[-163.686,-107.577],[-162.212,-106.987],[-161.423,-105.512],[-159.755,-104.923],[-158.377,-103.448],[-158.081,-101.676],[-160.049,-99.811],[-161.718,-97.945],[-160.836,-96.174],[-163.786,-95.779],[-165.358,-96.174],[-167.028,-96.174],[-169.09,-94.7],[-169.09,-93.126],[-166.637,-92.73],[-164.668,-92.831],[-164.176,-93.715],[-163.291,-94.203],[-162.014,-93.911],[-159.656,-93.225],[-157.393,-91.059],[-156.903,-89.881],[-155.525,-88.409],[-153.558,-88.409],[-151.493,-86.44],[-148.448,-86.34],[-146.484,-85.459],[-146.286,-86.636],[-149.528,-89.094],[-150.905,-90.175],[-151.592,-91.356],[-149.431,-90.276],[-145.792,-88.409],[-143.924,-87.325],[-143.924,-89.094],[-142.844,-90.667],[-144.615,-91.648],[-145.007,-94.108],[-147.463,-94.993],[-150.414,-98.141],[-149.431,-99.025],[-148.448,-99.811],[-144.516,-96.862],[-143.139,-94.993],[-141.467,-94.7],[-140.974,-96.862],[-138.913,-97.648],[-138.617,-98.533],[-137.238,-98.533],[-136.65,-99.515],[-136.749,-100.993],[-139.501,-100.993],[-139.501,-101.778],[-141.171,-103.057],[-142.352,-103.252],[-144.122,-104.035],[-145.497,-104.035],[-145.893,-105.119],[-146.383,-106.099],[-148.743,-106.099],[-149.727,-106.201],[-149.727,-107.871],[-148.055,-107.871],[-147.17,-108.658],[-149.431,-109.247],[-149.137,-109.936],[-148.055,-110.131],[-149.333,-111.313],[-151.101,-111.803],[-150.414,-112.884],[-152.283,-113.67],[-154.346,-113.576],[-154.641,-114.458],[-156.313,-114.554],[-156.999,-114.752],[-155.624,-115.639],[-157.491,-116.226],[-159.853,-115.639],[-161.423,-117.212],[-161.622,-118.096],[-163.095,-118.195],[-163.192,-119.274],[-165.554,-120.064],[-168.6,-120.064],[-168.995,-119.177],[-170.565,-118.978],[-172.04,-119.274],[-172.534,-118.195],[-174.009,-118.096],[-174.11,-119.472],[-173.221,-120.748],[-174.699,-122.522],[-175.385,-124.089],[-178.137,-124.089],[-179.415,-122.914],[-181.285,-122.816],[-182.564,-122.027],[-182.858,-120.455],[-181.676,-118.784],[-182.463,-117.702],[-180.888,-115.639],[-182.167,-115.441],[-183.936,-117.212],[-184.525,-119.566],[-184.724,-121.14],[-183.446,-122.816],[-181.58,-124.19]],\"c\":true},\"ix\":2},\"nm\":\"Path 54\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":54,\"ty\":\"sh\",\"ix\":55,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0]],\"v\":[[-225.131,-123.893],[-225.817,-123.207],[-224.44,-123.01],[-223.951,-123.994]],\"c\":true},\"ix\":2},\"nm\":\"Path 55\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":55,\"ty\":\"sh\",\"ix\":56,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-173.318,-123.893],[-172.926,-122.127],[-172.336,-120.748],[-168.404,-120.552],[-167.028,-121.537],[-164.668,-122.127],[-167.028,-123.7],[-170.764,-123.893]],\"c\":true},\"ix\":2},\"nm\":\"Path 56\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":56,\"ty\":\"sh\",\"ix\":57,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.269,-0.167],[0.147,-0.118],[0.273,-0.269],[-0.218,0],[-0.194,0.028],[-0.123,0.028],[-0.146,0.027],[-0.125,-0.007],[-0.151,0.014],[0,0],[-0.171,0.073],[0.051,0.103],[0.126,0.098],[0.149,0.05],[0.122,0.024],[0.152,0]],\"o\":[[-0.174,0.098],[-0.298,0.249],[0.174,0.1],[0.222,0],[0.121,0],[0.149,-0.019],[0.131,-0.012],[0.128,0.006],[0,0],[0.171,-0.025],[-0.024,-0.122],[-0.095,-0.145],[-0.12,-0.096],[-0.121,-0.047],[-0.123,-0.024],[-0.34,0]],\"v\":[[110.111,-122.914],[109.715,-122.522],[108.927,-121.832],[109.418,-121.537],[110.009,-121.636],[110.404,-121.636],[110.796,-121.832],[111.171,-121.831],[111.582,-121.832],[111.977,-121.832],[112.368,-122.127],[112.368,-122.522],[112.072,-122.914],[111.68,-123.11],[111.287,-123.207],[110.892,-123.307]],\"c\":true},\"ix\":2},\"nm\":\"Path 57\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":57,\"ty\":\"sh\",\"ix\":58,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.389,-0.096],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0.393,0.1],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-239.188,-122.522],[-240.369,-121.537],[-241.549,-121.045],[-243.122,-120.652],[-244.497,-119.766],[-244.203,-118.391],[-245.875,-117.408],[-245.774,-116.619],[-244.596,-116.619],[-243.808,-115.833],[-242.335,-116.325],[-240.467,-116.525],[-239.287,-115.639],[-241.155,-115.144],[-242.826,-114.752],[-243.612,-113.968],[-241.448,-113.081],[-239.287,-113.081],[-236.927,-113.277],[-234.862,-113.277],[-233.193,-112.591],[-233.389,-111.605],[-236.828,-111.705],[-239.975,-111.705],[-242.234,-110.721],[-240.86,-108.757],[-238.402,-108.658],[-236.338,-108.658],[-235.255,-106.79],[-233.882,-106.002],[-231.227,-106.002],[-228.768,-106.099],[-227.096,-106.987],[-225.328,-107.479],[-223.556,-108.462],[-222.575,-109.052],[-221.787,-108.361],[-220.706,-108.561],[-217.952,-107.183],[-216.083,-107.083],[-214.411,-107.28],[-213.728,-108.561],[-215.102,-109.642],[-214.019,-109.738],[-212.35,-110.034],[-211.956,-110.92],[-213.529,-111.902],[-216.774,-112.984],[-218.445,-114.655],[-218.15,-116.325],[-219.626,-117.408],[-219.92,-119.669],[-221.099,-121.14],[-223.26,-122.027],[-225.131,-122.027],[-225.131,-120.358],[-224.736,-119.177],[-223.85,-117.604],[-224.44,-116.917],[-225.228,-117.015],[-226.017,-117.702],[-226.21,-118.881],[-226.703,-119.867],[-228.177,-121.437],[-229.65,-121.537],[-229.257,-120.455],[-228.669,-119.566],[-230.339,-119.566],[-230.438,-118.784],[-231.816,-118.585],[-231.522,-119.472],[-231.126,-120.552],[-232.305,-120.652],[-233.78,-121.14],[-235.255,-121.045],[-235.452,-119.963],[-236.631,-120.159],[-236.338,-120.849],[-236.631,-122.225],[-237.419,-122.522]],\"c\":true},\"ix\":2},\"nm\":\"Path 58\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":58,\"ty\":\"sh\",\"ix\":59,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.018],[0.149,-0.098],[0.122,-0.051],[0.12,0],[0.194,0],[0.292,-0.025],[0.148,-0.07],[0,-0.49],[-0.195,-0.048],[-0.121,0],[-0.394,0],[-0.541,0.076],[-0.294,0.097],[-0.147,0.027],[-0.343,0],[0,0],[-0.146,0],[0,0],[-0.146,0],[0,0],[0.12,0.073],[0.171,0.078],[0.273,-0.014],[0.145,0.007],[0.123,0],[0.08,-0.006],[0.094,0.011],[0.148,0.048],[0.194,0.023],[0.175,0],[0.094,0]],\"o\":[[-0.169,0.07],[-0.097,0.074],[-0.124,0.052],[-0.171,0.023],[-0.294,0],[-0.172,0],[-0.442,0.224],[0.099,0.173],[0.122,0.027],[0.369,0.051],[0.564,0],[0.295,-0.023],[0.148,-0.05],[0.32,-0.074],[0,0],[0.15,0],[0,0],[0.148,0],[0,0],[-0.074,-0.122],[-0.15,-0.097],[-0.273,-0.133],[-0.123,0.007],[-0.147,0],[-0.09,-0.013],[-0.074,0.006],[-0.172,-0.027],[-0.196,-0.077],[-0.149,-0.026],[-0.113,0],[-0.046,0]],\"v\":[[317.051,-116.421],[316.658,-116.128],[316.561,-115.736],[316.168,-115.736],[315.676,-115.736],[314.892,-115.736],[314.496,-115.54],[314.103,-114.36],[314.397,-113.87],[314.792,-113.87],[315.822,-113.87],[317.249,-113.87],[318.037,-114.163],[318.428,-114.36],[319.288,-114.36],[320.098,-114.36],[320.493,-114.262],[320.986,-114.262],[321.378,-114.333],[321.378,-114.95],[321.184,-115.344],[320.79,-115.639],[320.009,-115.742],[319.61,-115.736],[319.215,-115.833],[318.969,-115.834],[318.723,-115.833],[318.329,-116.029],[317.939,-116.421],[317.493,-116.421],[317.193,-116.444]],\"c\":true},\"ix\":2},\"nm\":\"Path 59\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":59,\"ty\":\"sh\",\"ix\":60,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.195],[-0.028,-0.147],[0,0],[0,0],[-0.121,0.097],[-0.198,0.096],[-0.038,-0.006],[-0.022,0.012],[-0.225,0.097],[-0.075,0.099],[-0.096,0.143],[-0.021,0.127],[0.118,0.049],[0.101,0.072],[0.071,0.124],[0.025,0.149]],\"o\":[[0,0.197],[0,0.174],[0,0],[0,0],[0.174,0],[0.177,-0.149],[0.025,-0.013],[0.036,0.005],[0.196,-0.1],[0.12,-0.052],[0.1,-0.148],[0.078,-0.098],[-0.118,-0.02],[-0.124,-0.048],[-0.124,-0.101],[-0.074,-0.121],[0,0]],\"v\":[[68.818,-109.148],[68.72,-108.658],[68.918,-108.265],[68.918,-106.397],[70.07,-106.397],[70.487,-106.494],[70.784,-107.083],[70.885,-107.083],[70.98,-107.083],[71.572,-107.28],[71.962,-107.379],[72.257,-107.773],[72.257,-108.168],[71.868,-108.265],[71.471,-108.361],[71.276,-108.757],[71.276,-109.148]],\"c\":true},\"ix\":2},\"nm\":\"Path 60\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":60,\"ty\":\"sh\",\"ix\":61,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-223.85,-106.594],[-226.406,-105.316],[-224.44,-104.923],[-222.867,-105.709],[-221.296,-106.002],[-221.198,-107.28]],\"c\":true},\"ix\":2},\"nm\":\"Path 61\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":61,\"ty\":\"sh\",\"ix\":62,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.394,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[-0.393,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-166.538,-104.824],[-168.11,-103.148],[-167.224,-101.876],[-165.554,-101.676],[-163.786,-102.071],[-162.898,-103.448],[-163.686,-104.923]],\"c\":true},\"ix\":2},\"nm\":\"Path 62\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":62,\"ty\":\"sh\",\"ix\":63,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0.49,0],[0.393,-0.049],[0.248,-0.049],[0.193,-0.196],[0,-0.394],[0,-0.392],[-0.128,-0.013],[-0.125,0.026],[-0.345,0],[-0.244,-0.048],[-0.199,-0.151],[-0.198,-0.241],[-0.099,-0.345],[0.293,0],[0.938,-0.052],[0.291,-0.051],[0,0],[-0.298,0],[0,0],[-0.048,0],[0,0],[0,0],[0,0],[-0.296,0],[-0.591,0],[0,0],[-0.243,-0.101],[-0.297,-0.196],[-0.297,-0.101],[-0.447,0],[-0.389,0.048],[-0.292,0.196],[-0.347,0.244],[-0.343,0.147],[-0.135,-0.025],[-0.121,0.048],[-0.341,0.149],[-0.587,0.096],[-1.13,0],[0,0],[0.295,0.146],[0,0],[0.145,-0.022],[0.129,0.022],[0,0.241],[0,0.346],[0,0.39],[0,0],[0.298,-0.097],[0.345,-0.145],[0.393,0],[0.2,0],[0.297,0],[0.589,0],[0.54,-0.102],[0.785,0],[0,0],[0,0],[0,0],[0.147,0.343]],\"o\":[[0,0],[-0.441,-0.145],[-0.441,0],[-0.244,0],[-0.296,0.098],[-0.247,0.248],[0,0.389],[0.143,-0.023],[0.132,0.011],[0.295,-0.047],[0.293,0],[0.248,0.048],[0.242,0.193],[0.196,0.249],[-0.295,-0.051],[-0.936,-0.052],[-0.296,0],[0,0],[0.291,-0.048],[0,0],[0.101,0],[0,0],[0,0],[0,0],[0.293,0],[0.586,-0.053],[0,0],[0.248,0],[0.344,0.145],[0.246,0.149],[0.392,0.145],[0.442,0],[0.349,-0.051],[0.344,-0.247],[0.294,-0.201],[0.122,-0.049],[0.135,0.024],[0.396,-0.149],[0.544,-0.294],[1.083,-0.147],[0,0],[-0.199,-0.243],[0,0],[-0.137,-0.055],[-0.116,0.017],[0.049,-0.294],[0.049,-0.297],[0,-0.394],[0,0],[-0.345,0],[-0.341,0.148],[-0.339,0.151],[-0.194,0],[-0.296,0],[-0.587,-0.052],[-0.587,0],[-0.738,0.146],[0,0],[0,0],[0,0],[-0.053,-0.345],[0,0]],\"v\":[[-63.41,-98.923],[-63.41,-98.141],[-64.589,-98.533],[-65.771,-98.334],[-66.556,-98.334],[-67.34,-97.945],[-67.928,-97.152],[-67.734,-96.174],[-67.331,-96.172],[-66.948,-96.174],[-66.161,-96.566],[-65.378,-96.566],[-64.783,-95.972],[-64,-95.585],[-64,-94.597],[-64.783,-94.795],[-67.147,-94.795],[-67.928,-94.597],[-67.734,-93.421],[-66.948,-93.615],[-65.378,-93.615],[-65.18,-93.421],[-65.18,-91.849],[-64.783,-91.059],[-64,-91.059],[-63.212,-91.255],[-61.638,-91.255],[-60.855,-91.255],[-60.068,-91.255],[-59.477,-90.471],[-58.689,-90.074],[-57.509,-90.074],[-56.335,-90.074],[-55.546,-90.667],[-54.956,-91.648],[-54.169,-92.239],[-53.775,-92.239],[-53.384,-92.239],[-52.598,-93.027],[-51.025,-93.615],[-48.073,-93.615],[-48.073,-95.191],[-48.469,-95.972],[-49.253,-96.369],[-49.671,-96.381],[-50.038,-96.369],[-50.038,-97.152],[-49.648,-97.892],[-49.84,-98.923],[-51.758,-98.923],[-52.598,-98.727],[-53.384,-98.141],[-54.365,-97.697],[-54.758,-97.352],[-55.546,-97.546],[-57.118,-97.746],[-58.689,-97.546],[-60.509,-96.763],[-62.031,-96.763],[-62.031,-97.546],[-62.031,-98.334],[-62.626,-99.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 63\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":63,\"ty\":\"sh\",\"ix\":64,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.026,-0.008],[-0.03,0.001],[0.012,0]],\"o\":[[0.031,-0.001],[-0.003,-0.01],[-0.017,0]],\"v\":[[52.898,-96.376],[52.991,-96.378],[52.967,-96.392]],\"c\":true},\"ix\":2},\"nm\":\"Path 64\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":64,\"ty\":\"sh\",\"ix\":65,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.036,-0.004],[-0.043,0.014],[-0.002,0.001]],\"o\":[[0.013,0.024],[0.002,-0.001],[-0.034,0.002]],\"v\":[[52.793,-96.369],[52.893,-96.374],[52.898,-96.376]],\"c\":true},\"ix\":2},\"nm\":\"Path 65\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":65,\"ty\":\"sh\",\"ix\":66,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.566,-0.123],[-0.171,-0.023],[-0.145,0.011],[-0.12,-0.009],[-0.119,-0.047],[-0.168,-0.076],[-0.345,0],[0,0],[-0.246,0],[-0.345,-0.149],[-0.273,0],[-0.218,0.028],[0,0],[0.121,0.025],[0.147,0.048],[0.125,0.025],[0.319,0.051],[0.271,0.047],[0.15,0.025],[0.151,0.025],[0.225,0]],\"o\":[[0.148,0.098],[0.154,0.028],[0.113,-0.008],[0.122,0],[0.173,0.05],[0.298,0.12],[0,0],[0.245,0],[0.394,0],[0.248,0.097],[0.221,0],[0,0],[-0.121,-0.023],[-0.147,-0.048],[-0.126,-0.027],[-0.318,-0.074],[-0.269,-0.051],[-0.145,-0.024],[-0.124,0],[-0.219,-0.024],[-0.588,0]],\"v\":[[331.699,-90.471],[331.798,-89.783],[332.241,-89.776],[332.587,-89.783],[332.978,-89.783],[333.271,-89.388],[334.158,-89.29],[334.65,-89.29],[335.238,-89.488],[336.222,-89.191],[336.837,-88.898],[337.4,-88.998],[337.4,-89.783],[337.009,-89.881],[336.616,-90.074],[336.222,-90.175],[335.337,-90.373],[334.551,-90.471],[334.158,-90.667],[333.762,-90.667],[333.175,-90.766]],\"c\":true},\"ix\":2},\"nm\":\"Path 66\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":66,\"ty\":\"sh\",\"ix\":67,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.346,-0.148],[0.245,-0.097],[0.639,-0.348],[-0.44,0],[-0.639,0.445],[-0.196,0.246],[0,0]],\"o\":[[-0.246,0.096],[-0.689,0.296],[0.345,0.192],[0.839,0],[0.297,-0.196],[0,0],[-0.295,0.149]],\"v\":[[-177.057,-87.913],[-177.843,-87.72],[-179.613,-86.731],[-178.631,-86.144],[-176.664,-86.933],[-176.072,-87.72],[-176.268,-88.503]],\"c\":true},\"ix\":2},\"nm\":\"Path 67\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":67,\"ty\":\"sh\",\"ix\":68,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0.046,0.542],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[-0.048,-0.541],[0,0],[0,0]],\"v\":[[-173.516,-86.539],[-172.926,-84.57],[-170.959,-84.57],[-170.175,-84.965],[-170.175,-85.751],[-170.367,-87.129],[-171.944,-87.325]],\"c\":true},\"ix\":2},\"nm\":\"Path 68\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":68,\"ty\":\"sh\",\"ix\":69,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-335.828,-81.328],[-336.516,-80.834],[-336.22,-79.656],[-334.549,-79.557],[-333.763,-79.954],[-334.355,-81.328]],\"c\":true},\"ix\":2},\"nm\":\"Path 69\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":69,\"ty\":\"sh\",\"ix\":70,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.223,-0.025],[0.244,-0.127],[0,-0.343],[0,0],[-0.149,0],[-0.346,0],[-0.148,0.049],[-0.148,0.1],[-0.076,0.098],[-0.025,0.291],[0.168,0]],\"o\":[[-0.222,0],[-0.293,0.024],[-0.297,0.146],[0,0],[0.149,0],[0.343,0],[0.171,0],[0.171,-0.077],[0.099,-0.051],[0.173,-0.221],[-0.148,-0.051],[0,0]],\"v\":[[287.068,-77.69],[286.475,-77.593],[285.693,-77.491],[285.102,-76.831],[285.102,-76.067],[285.496,-76.017],[286.355,-76.067],[286.772,-76.313],[287.168,-76.609],[287.561,-76.707],[287.657,-77.491],[287.267,-77.69]],\"c\":true},\"ix\":2},\"nm\":\"Path 70\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":70,\"ty\":\"sh\",\"ix\":71,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.164,0],[0,0],[0.146,0],[0.617,0.072],[0.027,-0.291],[0.052,-0.122],[0,-0.222],[0,-0.072],[0,-0.295],[0,-0.148],[0.347,0],[0.149,0.072],[0.244,0],[0.099,-0.197],[0,-0.146],[-0.171,-0.219],[-0.151,-0.079],[-0.267,-0.048],[0.029,-0.147],[0,0],[0,-0.15],[0,-0.175],[0.095,-0.123],[0.125,-0.049],[0.123,-0.05],[0,-0.222],[-0.022,-0.224],[0,0],[-0.169,0],[-0.098,-0.049],[-0.075,-0.121],[-0.099,-0.145],[0,0],[-0.027,0.145],[-0.046,0.146],[0,0],[0,-0.149],[0,-0.367],[0.049,-0.098],[0.122,-0.072],[0.147,-0.049],[-0.027,-0.122],[-0.071,-0.17],[0,0],[0,0],[-0.074,-0.124],[-0.073,-0.148],[0,-0.196],[0,-0.247],[-0.172,-0.175],[-0.295,-0.147],[0,0],[0,-0.32],[0.099,-0.125],[0.218,0],[0.197,0.02],[0.172,0.05],[0.22,0],[0,0],[0.099,-0.047],[0.12,-0.125],[0.098,-0.05],[0.079,0.01],[0.054,-0.011],[0.147,0],[0,0],[-0.196,0],[-0.393,0],[-0.223,-0.026],[0.046,-0.126],[0.073,-0.096],[0.085,0.021],[0.044,-0.022],[0.147,-0.097],[0.12,-0.074],[0.187,0.004],[0.088,-0.007],[0,0],[-0.027,-0.122],[-0.046,-0.146],[-0.061,-0.006],[-0.073,0.011],[-0.146,0.05],[-0.25,0],[-0.392,-0.098],[-0.148,0],[-0.112,0.009],[-0.154,-0.027],[-0.124,-0.025],[-0.101,-0.098],[0.174,-0.079],[0.123,-0.025],[0.346,-0.027],[0.124,-0.027],[0.145,-0.075],[0.146,-0.073],[0.075,0.01],[0.056,-0.01],[0.268,-0.047],[0.073,-0.269],[0.047,-0.1],[0.125,-0.072],[0.172,-0.072],[0.122,-0.049],[-0.196,0],[-0.147,0],[-0.127,0.022],[-0.125,0.051],[0,0],[-0.171,0],[-0.148,0],[-0.169,0],[0,0],[-0.076,0.418],[-0.296,0],[-0.151,0],[-0.174,0],[-0.296,0.024],[-0.126,0.048],[-0.146,0.103],[-0.198,0],[-0.196,-0.052],[-0.44,0],[0,0],[-0.149,0],[-0.12,-0.006],[-0.15,0.013],[-0.124,0.051],[-0.15,0.1],[-0.143,0.078],[-0.074,-0.011],[-0.057,0.013],[-0.144,0],[-0.148,0.048],[0,0],[0.075,0.154],[0,0.243],[0,0],[-0.098,0.073],[-0.124,0.048],[-0.067,-0.014],[-0.051,0.038],[-0.052,0.121],[-0.021,0.124],[0,0],[0,0],[0.124,0.147],[0.073,0.199],[0.073,0.096],[0.128,0.099],[0.147,0.097],[0,0],[0.052,-0.097],[0.097,-0.149],[0.1,-0.121],[0.075,0.096],[0.072,0.172],[0,0.146],[0.022,0.296],[0.025,0.221],[0,0],[0.077,0.391],[0.052,0.121],[0.294,0.197],[0.067,-0.018],[0.062,0.04],[0.118,0.098],[0.046,0.098],[0.046,0.125],[0.094,0.148],[0.073,0.172],[0.051,0.118],[0.07,0.172],[0.075,0.123],[0.201,0.097],[0.173,0],[0.121,-0.006],[0.149,0.013],[0.246,0.096],[0.147,0.122],[-0.079,0.124],[-0.124,0.145],[-0.118,0.072],[-0.08,-0.015],[-0.051,0.01],[-0.149,0.024],[0,0],[-0.05,0.125],[-0.102,0.147],[-0.123,0.097],[0,0.172],[0,0],[0,0],[-0.072,0.121],[-0.071,0.169],[-0.02,0.124],[-0.049,0.123],[-0.099,0.122],[-0.125,0.1],[-0.126,0.074],[0.195,0.072],[0.064,0]],\"o\":[[0,0],[-0.149,0],[-0.612,0.053],[0,0.297],[0,0.147],[-0.095,0.199],[0,0.075],[-0.024,0.293],[0,0.147],[-0.341,0.021],[-0.168,0],[-0.197,-0.099],[-0.248,0],[-0.048,0.12],[0,0.298],[0.099,0.12],[0.243,0.123],[-0.047,0.149],[0,0],[0,0.148],[0,0.171],[0,0.169],[-0.074,0.097],[-0.125,0.048],[-0.198,0.078],[0,0.22],[0,0],[0.146,-0.026],[0.149,0],[0.099,0.047],[0.099,0.15],[0,0],[0.02,-0.145],[0.02,-0.171],[0,0],[0,0.147],[0.022,0.368],[0,0.147],[-0.053,0.098],[-0.124,0.074],[0.02,0.124],[0.047,0.176],[0,0],[0,0],[0.123,0.099],[0.073,0.125],[0.073,0.173],[0,0.247],[0,0.244],[0.218,0.221],[0,0],[0.124,0.292],[0,0.196],[-0.122,0.147],[-0.224,0],[-0.169,-0.028],[-0.193,-0.047],[0,0],[-0.124,0],[-0.149,0.1],[-0.098,0.099],[-0.054,0.027],[-0.064,-0.009],[-0.124,0.023],[0,0],[0.178,0.048],[0.397,0],[0.222,0],[0,0.145],[-0.049,0.12],[-0.042,0.054],[-0.069,-0.017],[-0.145,0.097],[-0.125,0.077],[-0.172,0.102],[-0.082,-0.001],[0,0],[0.029,0.121],[0.047,0.148],[0.076,-0.012],[0.061,0.006],[0.171,-0.025],[0.223,-0.072],[0.415,0],[0.123,0.023],[0.13,0.011],[0.142,-0.01],[0.119,0],[0.147,0.023],[-0.147,0.12],[-0.121,0.044],[-0.32,0.099],[-0.147,0],[-0.147,0.048],[-0.151,0.072],[-0.069,0.026],[-0.06,-0.008],[-0.269,0.073],[0,0.299],[-0.027,0.124],[-0.077,0.124],[-0.147,0.099],[-0.124,0.052],[0.174,0.051],[0.147,0],[0.148,0],[0.119,-0.028],[0,0],[0.147,-0.073],[0.152,0],[0.168,0],[0,0],[0,-0.419],[0.294,0.026],[0.151,0],[0.171,0],[0.294,0],[0.147,0],[0.168,-0.075],[0.147,-0.1],[0.222,0],[0.416,0.148],[0,0],[0.147,0],[0.146,-0.011],[0.124,0.007],[0.147,0],[0.169,-0.075],[0.121,-0.073],[0.066,-0.026],[0.061,0.009],[0.125,-0.02],[0.174,0],[0,0],[-0.098,-0.144],[-0.097,-0.192],[0,0],[0,-0.148],[0.101,-0.076],[0.057,-0.024],[0.075,0.016],[0.103,-0.078],[0.045,-0.126],[0,0],[0,0],[-0.148,-0.101],[-0.117,-0.149],[-0.053,-0.119],[-0.074,-0.124],[-0.123,-0.097],[0,0],[-0.021,0.148],[-0.098,0.146],[-0.098,0.146],[-0.12,-0.048],[-0.099,-0.148],[-0.05,-0.122],[-0.029,-0.295],[0,-0.224],[0,0],[0.047,-0.419],[0,-0.121],[-0.122,-0.32],[-0.062,-0.033],[-0.068,0.019],[-0.146,-0.069],[-0.102,-0.071],[-0.049,-0.098],[-0.074,-0.17],[-0.124,-0.169],[-0.049,-0.122],[-0.074,-0.172],[-0.078,-0.149],[-0.099,-0.169],[-0.145,-0.072],[-0.146,-0.01],[-0.124,0.006],[-0.296,-0.023],[-0.174,-0.077],[0.073,-0.127],[0.095,-0.152],[0.075,-0.097],[0.073,-0.042],[0.056,0.011],[0.121,-0.024],[0,0],[0,-0.122],[0.073,-0.17],[0.095,-0.124],[0.123,-0.1],[0,0],[0,0],[0.071,-0.121],[0.097,-0.147],[0.049,-0.124],[0.026,-0.125],[0.075,-0.172],[0.099,-0.122],[0.119,-0.094],[-0.15,-0.148],[-0.075,-0.024],[-0.127,0]],\"v\":[[-29.025,-76.216],[-29.589,-76.216],[-29.984,-76.12],[-31.559,-76.192],[-31.559,-75.43],[-31.656,-75.037],[-32.001,-74.545],[-32.049,-74.349],[-31.951,-73.56],[-32.001,-73.167],[-32.91,-73.069],[-33.328,-73.167],[-33.818,-73.56],[-34.409,-73.266],[-34.409,-72.876],[-34.31,-72.088],[-33.915,-71.889],[-33.132,-71.694],[-33.328,-71.301],[-33.328,-70.908],[-33.423,-70.513],[-33.229,-70.119],[-33.423,-69.727],[-33.818,-69.63],[-34.211,-69.532],[-34.603,-69.137],[-34.508,-68.545],[-33.72,-68.545],[-33.328,-68.745],[-32.934,-68.646],[-32.934,-68.254],[-32.538,-67.959],[-31.751,-67.959],[-31.751,-68.352],[-31.559,-68.745],[-31.163,-68.449],[-31.259,-68.058],[-30.867,-67.173],[-30.965,-66.778],[-31.359,-66.68],[-31.751,-66.484],[-31.751,-66.091],[-31.46,-65.698],[-29.493,-65.698],[-29.294,-66.091],[-28.902,-65.895],[-28.706,-65.5],[-28.409,-65.108],[-28.607,-64.515],[-28.409,-63.926],[-27.625,-63.535],[-27.823,-62.746],[-27.529,-61.959],[-27.823,-61.565],[-28.409,-61.565],[-29.003,-61.565],[-29.396,-61.863],[-29.984,-61.863],[-30.18,-61.863],[-30.573,-61.863],[-30.867,-61.468],[-30.965,-61.076],[-31.176,-61.07],[-31.359,-61.076],[-31.751,-61.076],[-31.855,-60.683],[-31.46,-60.386],[-30.452,-60.587],[-29.884,-60.485],[-29.884,-60.091],[-29.984,-59.7],[-30.197,-59.688],[-30.379,-59.7],[-30.77,-59.406],[-30.965,-59.011],[-31.497,-58.915],[-31.751,-58.911],[-31.855,-58.518],[-31.751,-58.129],[-31.559,-57.734],[-31.359,-57.734],[-31.163,-57.734],[-30.77,-57.93],[-30.18,-58.129],[-29.197,-57.734],[-28.805,-57.734],[-28.448,-57.741],[-28.016,-57.734],[-27.625,-57.734],[-27.428,-57.34],[-27.724,-56.943],[-28.116,-56.85],[-29.003,-56.751],[-29.396,-56.751],[-29.783,-56.554],[-29.984,-56.161],[-30.203,-56.155],[-30.379,-56.161],[-31.163,-55.964],[-31.163,-55.179],[-31.259,-54.783],[-31.656,-54.587],[-32.049,-54.295],[-32.443,-54.194],[-32.049,-53.898],[-31.656,-53.998],[-31.259,-54.094],[-30.867,-54.194],[-30.474,-54.393],[-30.281,-54.783],[-29.884,-54.69],[-29.469,-54.488],[-28.31,-54.488],[-28.214,-55.547],[-27.428,-55.472],[-27.059,-55.572],[-26.641,-55.472],[-25.855,-55.472],[-25.46,-55.472],[-25.069,-55.768],[-24.773,-56.161],[-24.182,-56.062],[-23.202,-55.472],[-23.003,-55.472],[-22.611,-55.572],[-22.223,-55.572],[-21.824,-55.572],[-21.43,-55.572],[-21.038,-55.868],[-20.841,-56.262],[-20.628,-56.266],[-20.448,-56.262],[-20.057,-56.262],[-19.66,-56.457],[-19.562,-56.85],[-19.859,-57.246],[-20.155,-57.832],[-20.155,-58.028],[-20.057,-58.421],[-19.66,-58.518],[-19.467,-58.513],[-19.27,-58.518],[-19.167,-58.911],[-19.073,-59.307],[-18.285,-59.307],[-18.285,-60.091],[-18.68,-60.386],[-18.973,-60.882],[-18.973,-61.272],[-19.366,-61.468],[-19.76,-61.763],[-20.155,-61.666],[-20.057,-61.272],[-20.448,-60.977],[-20.743,-60.587],[-21.137,-60.683],[-21.43,-61.076],[-21.43,-61.468],[-21.43,-62.255],[-21.529,-62.845],[-22.708,-62.845],[-22.611,-63.926],[-22.611,-64.319],[-23.297,-65.011],[-23.492,-65.009],[-23.693,-65.011],[-23.884,-65.402],[-24.281,-65.5],[-24.281,-65.895],[-24.576,-66.288],[-25.069,-66.583],[-25.069,-66.974],[-25.361,-67.366],[-25.56,-67.763],[-25.956,-68.155],[-26.348,-68.352],[-26.736,-68.351],[-27.132,-68.352],[-27.921,-68.545],[-28.214,-68.94],[-28.016,-69.333],[-27.625,-69.63],[-27.529,-70.022],[-27.294,-70.034],[-27.132,-70.022],[-26.738,-70.119],[-26.738,-70.513],[-26.738,-70.908],[-26.443,-71.301],[-26.051,-71.497],[-25.855,-71.866],[-25.855,-73.463],[-29.688,-73.463],[-29.493,-73.855],[-29.1,-74.152],[-29.1,-74.545],[-29.1,-74.939],[-28.706,-75.233],[-28.409,-75.627],[-28.016,-75.823],[-28.409,-76.216],[-28.615,-76.249]],\"c\":true},\"ix\":2},\"nm\":\"Path 71\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":71,\"ty\":\"sh\",\"ix\":72,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.121,-0.024],[0.319,-0.197],[0.124,-0.073],[0.096,-0.124],[0.124,-0.365],[0.025,-0.122],[0,0],[-0.126,0.099],[-0.122,0.103],[-0.169,0.046],[-0.062,-0.008],[-0.066,0.025],[-0.098,0.075],[-0.052,0.123],[-0.048,0.171],[-0.049,0.272]],\"o\":[[-0.369,0.126],[-0.126,0.074],[-0.123,0.074],[-0.248,0.268],[-0.025,0.126],[0,0],[0.12,-0.073],[0.149,-0.122],[0.124,-0.096],[0.058,-0.012],[0.074,0.01],[0.126,-0.054],[0.099,-0.071],[0.071,-0.172],[0.099,-0.269],[-0.122,0.024]],\"v\":[[-34.112,-75.921],[-34.898,-75.33],[-35.292,-75.233],[-35.487,-74.838],[-36.178,-74.056],[-36.178,-73.659],[-35.783,-73.463],[-35.391,-73.659],[-35.098,-74.056],[-34.805,-74.442],[-34.622,-74.437],[-34.409,-74.442],[-34.014,-74.545],[-34.014,-74.939],[-33.72,-75.33],[-33.525,-76.12]],\"c\":true},\"ix\":2},\"nm\":\"Path 72\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":72,\"ty\":\"sh\",\"ix\":73,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],\"v\":[[-310.169,-74.838],[-312.921,-73.266],[-312.037,-71.4],[-310.266,-72.379],[-308.792,-74.056],[-308.792,-75.823]],\"c\":true},\"ix\":2},\"nm\":\"Path 73\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":73,\"ty\":\"sh\",\"ix\":74,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.053,-0.371],[0,-0.169],[-0.022,-0.345],[-0.024,-0.293],[0,0],[0.05,0.15],[0.022,0.146],[0.047,0.343],[0.076,0.172],[0.124,0.15],[0.192,0.149]],\"o\":[[0.02,0.149],[0.025,0.345],[0,0.296],[0,0],[-0.05,-0.149],[-0.049,-0.146],[-0.072,-0.322],[-0.025,-0.196],[-0.1,-0.194],[-0.145,-0.174],[0,0.397]],\"v\":[[290.217,-66.974],[290.408,-66.583],[290.408,-65.698],[290.508,-64.959],[291.689,-64.959],[291.491,-65.402],[291.296,-65.794],[291.296,-66.68],[291.001,-67.073],[290.704,-67.562],[290.217,-67.959]],\"c\":true},\"ix\":2},\"nm\":\"Path 74\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":74,\"ty\":\"sh\",\"ix\":75,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.22,-0.099],[0.101,-0.075],[0.123,-0.099],[0.124,-0.096],[0.121,0.124],[0.123,0.124],[0.122,0.099],[0,0],[0,-0.15],[0,-0.146],[0,-0.248],[-0.047,-0.217],[0,-0.001],[0.006,0.001],[0.058,-0.009],[0.148,-0.025],[0.067,0.006],[0.062,-0.011],[0.317,0],[0.17,0.052],[0,0],[0,0],[-0.12,0],[-0.394,0.02],[0,0],[0.195,-0.048],[0.065,0.009],[0.053,-0.026],[0.079,-0.148],[0.027,-0.147],[0.097,-0.269],[0.048,-0.146],[0,-0.149],[-0.073,-0.124],[-0.147,-0.098],[-0.243,0],[-0.246,0.024],[-0.118,-0.024],[-0.148,0],[-0.099,0],[-0.194,0.171],[-0.099,0.17],[-0.049,0.117],[-0.099,0.145],[0,0],[0,0],[0,0.347],[-0.076,0.145],[-0.048,0.149],[0,0.146],[-0.026,0.298],[0,0.149],[0.027,0.295],[0,0],[-0.057,-0.009],[-0.067,0.029],[0,0.396],[0.099,0.196],[0.077,0.196],[0.051,0.126],[0.051,0.099],[0.146,0.075],[0.072,-0.017],[0.056,0.024],[0.174,0.027]],\"o\":[[-0.248,0],[-0.123,0.047],[-0.122,0.098],[-0.124,0.1],[-0.122,-0.096],[-0.124,-0.122],[-0.122,-0.123],[0,0],[0,0.149],[0,0.149],[0,0.25],[0,0.22],[0,0.001],[-0.006,-0.001],[-0.061,-0.005],[-0.149,0.027],[-0.062,0.015],[-0.067,-0.006],[-0.294,0.077],[-0.198,0],[0,0],[0,0],[0.126,0],[0.394,0],[0,0],[-0.22,0.023],[-0.058,0.014],[-0.077,-0.011],[-0.12,0.076],[-0.072,0.149],[-0.048,0.268],[-0.048,0.146],[-0.048,0.123],[0,0.146],[0.074,0.148],[0.194,0.126],[0.248,0],[0.148,0],[0.127,0.024],[0.096,0],[0.271,0],[0.125,-0.098],[0.048,-0.123],[0.098,-0.176],[0,0],[0,0],[0,-0.345],[0,-0.17],[0.074,-0.15],[0.027,-0.119],[0.027,-0.293],[0,-0.145],[0,-0.292],[0,0],[0.063,-0.009],[0.075,0.011],[0.347,-0.173],[0,-0.244],[-0.099,-0.17],[-0.022,-0.121],[-0.049,-0.119],[-0.095,-0.15],[-0.065,-0.04],[-0.063,0.015],[-0.171,-0.051],[0,0]],\"v\":[[-34.703,-67.173],[-35.292,-66.974],[-35.689,-66.876],[-35.882,-66.484],[-36.277,-66.288],[-36.667,-66.484],[-36.866,-66.876],[-37.259,-67.073],[-38.193,-66.974],[-38.146,-66.583],[-38.243,-66.191],[-38.193,-65.572],[-38.243,-65.011],[-38.243,-65.007],[-38.262,-65.009],[-38.439,-65.011],[-38.833,-64.814],[-39.031,-64.813],[-39.227,-64.814],[-40.01,-64.515],[-40.404,-64.814],[-40.848,-64.714],[-40.848,-61.91],[-40.503,-61.863],[-39.52,-61.91],[-39.52,-60.683],[-40.109,-60.587],[-40.299,-60.591],[-40.503,-60.587],[-40.702,-60.192],[-40.896,-59.796],[-40.896,-59.011],[-41.29,-58.816],[-41.389,-58.421],[-41.29,-58.028],[-40.896,-57.734],[-40.307,-57.536],[-39.716,-57.832],[-39.327,-57.832],[-38.93,-57.734],[-38.734,-57.589],[-38.146,-57.93],[-37.751,-58.225],[-37.751,-58.614],[-37.357,-58.911],[-34.014,-58.911],[-34.014,-59.479],[-34.31,-60.29],[-33.915,-60.485],[-33.72,-60.882],[-33.72,-61.272],[-33.72,-62.061],[-33.621,-62.454],[-33.72,-63.239],[-33.72,-64.025],[-33.542,-64.017],[-33.328,-64.025],[-32.637,-64.814],[-32.835,-65.402],[-33.229,-65.794],[-33.328,-66.191],[-33.328,-66.583],[-33.72,-66.876],[-33.93,-66.882],[-34.112,-66.876],[-34.508,-67.173]],\"c\":true},\"ix\":2},\"nm\":\"Path 75\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":75,\"ty\":\"sh\",\"ix\":76,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.001,0.001],[-0.012,-0.02],[0.032,0]],\"o\":[[0.043,-0.014],[-0.035,0.007],[0.001,0]],\"v\":[[-38.142,-65.003],[-38.044,-65.011],[-38.145,-65.002]],\"c\":true},\"ix\":2},\"nm\":\"Path 76\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":76,\"ty\":\"sh\",\"ix\":77,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.028,-0.02],[0.047,-0.172],[0,-0.243],[0,0],[0.096,0.175],[0,0],[0.175,-0.022],[0.06,0.012],[0.039,0]],\"o\":[[-0.146,0.097],[-0.051,0.222],[0,0],[-0.024,-0.219],[0,0],[-0.072,-0.147],[-0.053,0.012],[-0.042,-0.008],[-0.036,0]],\"v\":[[293.064,-66.288],[292.969,-65.794],[292.969,-65.159],[294.147,-65.159],[294.147,-65.698],[293.947,-66.091],[293.457,-66.288],[293.283,-66.299],[293.16,-66.315]],\"c\":true},\"ix\":2},\"nm\":\"Path 77\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":77,\"ty\":\"sh\",\"ix\":78,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.068,-0.04],[0.15,-0.246],[0.048,-0.249],[0.05,-0.342],[0.199,-0.296],[0.196,-0.297],[0.54,-0.538],[0,-1.182],[0,-0.34],[0,0],[-0.542,-0.54],[-0.737,-0.345],[-0.049,0.348],[0,0.589],[0,0.297],[-0.343,0.594],[0,0],[0.114,-0.018],[0.138,0.058],[0.542,0.394],[0.395,0.148],[0.245,0.049],[0.246,0],[0.294,0.097],[-0.342,0.49],[-0.147,0.297],[0,0.294],[0.049,0.296],[0.111,0.022],[0.074,0]],\"o\":[[-0.248,0.147],[-0.147,0.195],[-0.099,0.34],[-0.049,0.347],[-0.194,0.293],[-0.443,0.592],[-0.837,0.837],[0,0.342],[0,0],[0.785,0],[0.538,0.545],[0.197,-0.297],[0.098,-0.537],[0,-0.295],[0.049,-0.688],[0,0],[-0.129,-0.02],[-0.147,0.021],[-0.587,-0.242],[-0.34,-0.243],[-0.246,-0.048],[-0.244,-0.053],[-0.295,-0.053],[0.198,-0.589],[0.146,-0.246],[0.099,-0.245],[0,-0.347],[-0.125,0.022],[-0.078,-0.016],[-0.07,0]],\"v\":[[-127.507,-56.85],[-128.294,-56.457],[-128.294,-55.665],[-128.491,-54.69],[-129.082,-53.898],[-129.671,-53.115],[-131.046,-51.542],[-132.618,-48.935],[-132.423,-48.002],[-126.77,-48.002],[-125.147,-46.824],[-123.576,-45.642],[-122.79,-46.234],[-122.79,-47.805],[-122.986,-48.593],[-122.198,-50.166],[-122.398,-50.952],[-122.76,-50.937],[-123.182,-50.952],[-124.757,-51.936],[-125.542,-52.72],[-126.328,-52.916],[-127.115,-52.916],[-127.9,-53.309],[-127.312,-54.883],[-126.525,-55.276],[-126.328,-56.062],[-126.72,-56.85],[-127.072,-56.872],[-127.301,-56.904]],\"c\":true},\"ix\":2},\"nm\":\"Path 78\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":78,\"ty\":\"sh\",\"ix\":79,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.074,-0.172],[0.05,-0.171],[0.05,-0.125],[0.171,-0.226],[0,0],[-0.069,-0.012],[-0.05,0.027],[-0.124,0.147],[-0.123,0.12],[-0.073,0.122],[-0.045,0.121],[-0.026,0.145],[-0.026,0.147],[0,0]],\"o\":[[-0.048,0.172],[-0.073,0.175],[-0.022,0.121],[-0.1,0.266],[0,0],[0.058,-0.022],[0.073,0.013],[0.171,-0.122],[0.124,-0.147],[0.126,-0.124],[0.075,-0.101],[0.054,-0.15],[0.024,-0.122],[0,0],[0,0]],\"v\":[[270.65,-55.375],[270.452,-54.883],[270.158,-54.488],[270.158,-54.094],[269.668,-53.502],[269.472,-53.115],[269.671,-53.113],[269.863,-53.115],[270.158,-53.605],[270.452,-53.998],[270.845,-54.194],[270.941,-54.587],[271.142,-54.979],[271.142,-55.375],[270.748,-55.472]],\"c\":true},\"ix\":2},\"nm\":\"Path 79\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":79,\"ty\":\"sh\",\"ix\":80,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.079,-0.011],[0.109,0.022],[0,0],[-0.245,-0.193],[-0.247,-0.197],[-0.243,-0.192],[-0.54,0],[-0.343,0.348],[-0.099,0.147],[0.295,0.049],[0.137,-0.012],[0.12,0.025],[0.295,0.148],[0.392,0.196],[0.07,0]],\"o\":[[-0.12,0.017],[0,0],[0.246,0.145],[0.247,0.194],[0.246,0.196],[0.394,0.348],[0.49,0],[0.149,-0.144],[-0.293,-0.095],[-0.125,-0.026],[-0.133,0.013],[-0.296,-0.053],[-0.394,-0.193],[-0.065,-0.026],[-0.079,0]],\"v\":[[-141.711,-54.106],[-142.059,-54.094],[-142.844,-53.702],[-142.059,-53.309],[-141.467,-52.523],[-140.682,-51.936],[-139.501,-51.145],[-138.52,-51.936],[-138.125,-52.523],[-138.913,-52.916],[-139.311,-52.917],[-139.697,-52.916],[-140.483,-53.309],[-141.27,-54.094],[-141.473,-54.129]],\"c\":true},\"ix\":2},\"nm\":\"Path 80\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":80,\"ty\":\"sh\",\"ix\":81,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.013],[0.171,-0.075],[0.127,-0.072],[0.172,-0.12],[0.147,-0.078],[-0.295,0],[-0.147,0.173],[-0.069,0.097],[-0.148,0.368],[0.06,0.008],[0.039,0]],\"o\":[[-0.169,0.074],[-0.15,0.075],[-0.17,0.097],[-0.126,0.073],[0.246,0.146],[0.246,0],[0.075,-0.097],[0.248,-0.296],[-0.054,0.01],[-0.04,-0.005],[-0.034,0]],\"v\":[[260.621,-44.855],[260.228,-44.562],[259.832,-44.364],[259.444,-43.971],[259.051,-43.771],[259.787,-43.481],[260.423,-43.577],[260.522,-43.971],[261.014,-44.855],[260.84,-44.861],[260.72,-44.872]],\"c\":true},\"ix\":2},\"nm\":\"Path 81\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":81,\"ty\":\"sh\",\"ix\":82,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.031,-0.012],[0.197,-0.247],[0.071,-0.125],[0.096,-0.122],[0.128,-0.073],[0.32,-0.072],[0.148,0],[0.124,0.005],[0.146,-0.011],[0,0],[0.148,-0.029],[0,0],[0.098,0.018],[0.165,-0.078],[0.149,-0.077],[0.147,-0.071],[0.145,-0.048],[0.245,0],[0.222,0.076],[0.419,0.272],[0.145,0.122],[0.27,0.271],[0.148,0.098],[0.17,0.048],[0.466,0.126],[0.173,0.098],[0,-0.175],[-0.024,-0.344],[0,-0.147],[0,-0.296],[0.023,-0.124],[0.049,-0.122],[0.1,-0.148],[0.096,-0.1],[0.099,-0.123],[0.072,-0.172],[0,-0.467],[0.176,0],[0.122,0.176],[0.071,0.149],[0.097,-0.169],[0.12,-0.076],[0.067,0.018],[0.06,-0.038],[0.096,-0.119],[0,-0.42],[-0.144,-0.199],[-0.121,-0.074],[-0.075,-0.17],[-0.075,-0.101],[-0.171,-0.051],[0,0],[-0.218,0.1],[0,0],[0,0],[0,-0.297],[0,0],[0.025,-0.168],[0.029,-0.17],[0,-0.15],[0,-0.172],[0,0],[0.075,-0.321],[0.077,-0.095],[0.152,-0.076],[0.074,0.011],[0.056,-0.011],[0.099,-0.173],[0.176,-0.267],[0.171,-0.195],[0.223,-0.248],[0,0.149],[0,0.171],[0.027,0.292],[0.026,-0.096],[0.051,-0.172],[0.024,-0.292],[0,0],[0,0],[0,0],[0.075,0.146],[0.026,0.148],[-0.047,0.296],[0,0],[0.051,-0.172],[0.027,-0.168],[0.025,-0.295],[0.149,0],[0.295,0],[0,0],[0,0],[0.073,0.121],[0.101,0.072],[0.147,0.119],[0.121,0.052],[0.271,-0.173],[0.123,-0.02],[0.297,0.026],[0.491,-0.027],[0.122,-0.027],[0.147,-0.027],[0.124,0],[0.103,0.014],[0.162,-0.058],[0.169,-0.296],[0.026,-0.146],[0,-0.146],[0,-0.32],[0,0],[0,-0.169],[-0.023,-0.293],[0.32,-0.097],[0.121,-0.049],[0.099,-0.149],[0.076,-0.173],[0.049,-0.123],[0.051,-0.148],[0.027,-0.149],[-0.199,0],[-0.343,0],[-0.343,0.049],[-0.002,0],[0.016,-0.104],[0.049,-0.127],[0.072,-0.147],[0,0],[0.074,-0.174],[0,-0.225],[-0.542,0],[0,0],[-0.025,0.468],[-0.169,0.199],[-0.295,0.1],[0,0.442],[0.097,0.42],[0,0.146],[0,0.295],[0.149,0],[0.345,0.026],[-0.123,0.097],[-0.121,0.071],[-0.146,0.026],[-0.344,0],[-0.296,0.199],[-0.494,0.146],[-0.126,0],[-0.146,0],[-0.132,-0.007],[-0.139,0.01],[-0.123,0],[-0.15,0],[-0.197,-0.011],[-0.211,0.013],[-0.15,0.027],[0.175,-0.028],[0.121,0],[0.113,0.008],[0.151,-0.027],[0.685,0],[0,0],[0,0],[0,0],[-0.198,0.074],[-0.269,0.169],[-0.098,0.125],[-0.174,0.1],[-0.171,0.048],[-0.122,0.025],[-0.115,-0.022],[-0.129,0.085],[-0.077,0.122],[-0.05,0.123],[-0.099,0.093],[-0.074,-0.173],[-0.074,-0.097],[-0.145,-0.072],[-0.246,0],[-0.175,0.198],[-0.12,0.121],[-0.418,0],[0,0.148],[0,0.172],[0.023,0.151],[0.028,0.124],[0,0],[0,0],[-0.32,0.068],[-0.155,-0.041],[-0.155,0.012],[-0.15,0.217],[0,0.347],[0,0],[-0.052,0.149],[-0.021,0.125],[-0.051,0.37],[0,0],[0.02,0.295],[0,0],[-0.098,0.223],[-0.173,0.12],[-0.049,0.147],[-0.049,0.467],[-0.026,0.118],[-0.122,0.271],[-0.05,0.175],[0,0.345],[0.124,0.246],[0.096,0.146],[0.072,0.127],[0.099,0.316],[0.024,0.121],[0.097,0.322],[0.049,0.123],[0.119,0.099],[0.121,0.053],[0.27,0.05],[0,0],[0,0],[-0.222,0],[0,0],[-0.219,-0.073],[-0.146,-0.05],[-0.068,0.011],[-0.063,-0.025],[-0.144,-0.046],[-0.343,-0.024],[-0.341,-0.02],[0,0.148],[0.025,0.469],[0,0],[-0.176,0.049],[-0.123,0.051],[-0.072,0.094],[-0.024,0.123],[-0.024,0.269],[-0.047,0.121],[-0.124,0.101],[-0.124,0.048],[-0.148,0.027],[-0.118,-0.013],[-0.147,0.041],[-0.171,0.051],[-0.443,0.075],[0,0],[-0.118,0.026],[-0.096,0.096],[-0.074,0.121],[-0.049,0.099],[-0.099,0.098],[-0.098,0.124],[-0.074,0.147],[-0.049,0.126],[0,0.149],[0.06,0.009],[0.037,0]],\"o\":[[-0.295,0.124],[-0.076,0.1],[-0.074,0.119],[-0.098,0.123],[-0.267,0.197],[-0.125,0.024],[-0.149,0.012],[-0.121,-0.007],[0,0],[-0.145,0.024],[0,0],[-0.114,0.009],[-0.157,-0.026],[-0.172,0.07],[-0.123,0.072],[-0.148,0.075],[-0.223,0.099],[-0.246,0],[-0.489,-0.147],[-0.171,-0.096],[-0.296,-0.247],[-0.12,-0.122],[-0.148,-0.096],[-0.471,-0.126],[-0.199,-0.05],[-0.023,0.148],[-0.024,0.342],[0,0.147],[0.023,0.296],[0,0.146],[-0.026,0.124],[-0.074,0.173],[-0.098,0.123],[-0.099,0.095],[-0.126,0.145],[-0.197,0.391],[-0.177,0],[-0.218,0],[-0.074,-0.118],[-0.101,0.174],[-0.049,0.099],[-0.063,0.036],[-0.069,-0.019],[-0.149,0.095],[-0.245,0.297],[0,0.245],[0.077,0.123],[0.176,0.124],[0.05,0.126],[0.1,0.148],[0,0],[0.242,0],[0,0],[0,0],[-0.023,0.295],[0,0],[0,0.197],[-0.023,0.172],[-0.022,0.126],[0,0.172],[0,0],[0,0.344],[-0.022,0.119],[-0.097,0.122],[-0.065,0.027],[-0.061,-0.008],[-0.196,0.071],[-0.151,0.268],[-0.124,0.217],[-0.196,0.247],[0,-0.15],[0,-0.169],[0.028,-0.294],[-0.073,0.069],[-0.051,0.175],[-0.072,0.271],[0,0],[0,0],[0,0],[-0.127,-0.097],[-0.07,-0.151],[-0.073,-0.268],[0,0],[-0.076,0.17],[-0.048,0.172],[-0.048,0.273],[-0.147,0.025],[-0.293,0.024],[0,0],[0,0],[-0.124,-0.102],[-0.073,-0.098],[-0.119,-0.097],[-0.099,-0.077],[-0.171,0.297],[-0.096,0.048],[-0.27,0.049],[-0.494,-0.027],[-0.148,0],[-0.152,0.026],[-0.12,0.025],[-0.108,0.009],[-0.155,-0.02],[-0.32,0.12],[-0.078,0.149],[-0.023,0.126],[-0.023,0.323],[0,0],[-0.025,0.169],[0,0.298],[-0.343,0],[-0.125,0.026],[-0.176,0.074],[-0.097,0.15],[-0.048,0.122],[-0.049,0.146],[-0.045,0.147],[0.175,0.022],[0.343,0.027],[0.344,0],[0.002,0],[0.005,0.103],[-0.023,0.122],[-0.051,0.168],[0,0],[-0.074,0.148],[-0.076,0.197],[0,0.537],[0,0],[0,-0.468],[0.027,-0.291],[0.194,-0.219],[0.419,-0.148],[0,-0.418],[-0.025,-0.148],[-0.025,-0.297],[-0.146,0],[-0.345,0],[0.049,-0.15],[0.122,-0.101],[0.128,-0.073],[0.321,-0.072],[0.37,0],[0.441,-0.29],[0.12,-0.028],[0.124,0],[0.157,-0.016],[0.114,0.005],[0.147,0],[0.124,0],[0.255,-0.025],[0.161,0.008],[0.144,0],[-0.15,0.097],[-0.121,0.024],[-0.119,0.011],[-0.144,-0.011],[-0.662,0.146],[0,0],[0,0],[0,0],[0.221,0],[0.292,-0.123],[0.126,-0.078],[0.124,-0.146],[0.147,-0.096],[0.124,-0.024],[0.113,-0.021],[0.16,0.031],[0.12,-0.078],[0.072,-0.123],[0.049,-0.148],[0.076,0.17],[0.047,0.121],[0.096,0.147],[0.201,0.123],[0.267,0],[0.096,-0.121],[0.299,-0.3],[0.023,-0.148],[0,-0.178],[0,-0.173],[0,-0.122],[0,0],[0,0],[0.247,-0.246],[0.178,-0.044],[0.124,0.034],[0.297,-0.027],[0.195,-0.272],[0,0],[0,-0.173],[0.022,-0.121],[0.125,-0.368],[0,0],[0.021,-0.295],[0,0],[0,-0.245],[0.098,-0.198],[0.123,-0.076],[0.172,-0.418],[0,-0.151],[0.072,-0.299],[0.074,-0.17],[0.124,-0.322],[0,-0.294],[-0.077,-0.171],[-0.074,-0.125],[-0.174,-0.27],[-0.029,-0.125],[-0.099,-0.319],[-0.029,-0.121],[-0.05,-0.147],[-0.098,-0.072],[-0.267,-0.096],[0,0],[0,0],[0.222,0],[0,0],[0.243,0],[0.147,0.049],[0.061,0.024],[0.068,-0.012],[0.149,0.071],[0.296,0.121],[0.341,0.022],[0.027,-0.145],[0.049,-0.467],[0,0],[0.197,0],[0.12,-0.024],[0.124,-0.048],[0.076,-0.1],[0.074,-0.271],[0,-0.126],[0.051,-0.147],[0.097,-0.072],[0.147,-0.051],[0.124,-0.021],[0.14,0.017],[0.168,-0.046],[0.418,-0.147],[0,0],[0.122,0],[0.125,-0.024],[0.103,-0.101],[0.071,-0.126],[0.071,-0.122],[0.119,-0.123],[0.098,-0.121],[0.05,-0.125],[0.05,-0.121],[-0.067,0.014],[-0.038,-0.006],[-0.031,0]],\"v\":[[256.983,-42.989],[256.199,-42.497],[256.1,-42.1],[255.9,-41.71],[255.507,-41.514],[254.723,-41.022],[254.331,-41.022],[253.933,-41.021],[253.543,-41.022],[253.149,-41.022],[252.756,-40.823],[252.361,-40.823],[252.048,-40.848],[251.579,-40.823],[251.28,-40.429],[250.887,-40.236],[250.498,-40.04],[249.907,-39.843],[249.316,-40.04],[248.134,-40.629],[247.646,-40.923],[247.055,-41.71],[246.66,-42.004],[246.271,-42.298],[244.993,-42.497],[244.496,-42.792],[244.301,-42.397],[244.301,-41.514],[244.4,-41.119],[244.496,-40.333],[244.4,-39.941],[244.4,-39.548],[244.007,-39.251],[243.813,-38.856],[243.418,-38.661],[243.124,-38.266],[243.027,-37.089],[242.629,-36.895],[242.238,-37.288],[242.043,-37.679],[241.746,-37.188],[241.65,-36.792],[241.452,-36.792],[241.257,-36.792],[240.959,-36.402],[240.467,-35.418],[240.663,-34.827],[241.055,-34.63],[241.451,-34.239],[241.451,-33.843],[241.842,-33.548],[242.043,-33.548],[242.629,-33.843],[242.629,-32.861],[241.155,-32.861],[241.055,-32.073],[241.055,-31.584],[241.155,-31.092],[240.858,-30.701],[240.809,-30.329],[240.858,-29.911],[240.858,-28.635],[240.858,-27.747],[240.759,-27.356],[240.366,-27.158],[240.152,-27.152],[239.975,-27.158],[239.585,-26.764],[239.189,-25.979],[238.699,-25.489],[238.107,-24.798],[238.009,-25.195],[238.206,-25.586],[238.107,-26.371],[237.814,-26.275],[237.712,-25.783],[237.616,-24.999],[236.144,-24.999],[236.144,-23.423],[235.751,-23.326],[235.355,-23.521],[235.157,-23.916],[235.254,-24.702],[234.865,-24.798],[234.569,-24.406],[234.569,-23.916],[234.472,-23.128],[234.077,-23.028],[233.34,-23.028],[233.34,-20.669],[232.504,-20.669],[232.111,-20.867],[232.011,-21.26],[231.621,-21.553],[231.227,-21.654],[230.733,-20.867],[230.342,-20.771],[229.556,-20.867],[228.277,-20.867],[227.886,-20.867],[227.49,-20.669],[227.095,-20.571],[226.782,-20.589],[226.311,-20.571],[225.626,-19.883],[225.425,-19.492],[225.425,-19.1],[225.425,-18.263],[223.634,-18.263],[223.559,-17.823],[223.657,-17.033],[222.772,-16.936],[222.381,-16.835],[222.085,-16.444],[221.787,-16.048],[221.689,-15.656],[221.491,-15.263],[221.395,-14.82],[221.889,-14.674],[222.772,-14.674],[223.657,-14.674],[223.662,-14.674],[223.657,-14.378],[223.559,-13.982],[223.264,-13.593],[223.066,-13.2],[222.772,-12.804],[222.676,-12.214],[223.681,-11.233],[224.443,-11.233],[224.443,-12.414],[224.639,-13.2],[225.425,-13.496],[226.214,-14.279],[225.722,-15.263],[225.722,-15.656],[225.722,-16.394],[225.329,-16.348],[224.443,-16.394],[224.443,-16.835],[224.832,-17.033],[225.228,-17.231],[226.115,-17.231],[226.999,-17.626],[228.181,-18.409],[228.574,-18.409],[228.965,-18.504],[229.384,-18.506],[229.754,-18.504],[230.146,-18.608],[230.537,-18.707],[231.178,-18.711],[231.719,-18.707],[232.111,-18.804],[231.816,-18.409],[231.423,-18.409],[231.076,-18.414],[230.637,-18.409],[229.042,-17.626],[227.095,-17.626],[227.095,-14.969],[227.861,-14.969],[228.379,-15.165],[229.16,-15.556],[229.358,-15.953],[229.754,-16.348],[230.146,-16.641],[230.537,-16.738],[230.883,-16.715],[231.326,-16.738],[231.522,-17.131],[231.522,-17.525],[231.915,-17.719],[232.21,-17.326],[232.21,-16.936],[232.6,-16.641],[233.243,-16.544],[233.783,-16.936],[233.978,-17.326],[235.061,-17.525],[235.061,-17.916],[235.254,-18.311],[235.061,-18.707],[234.96,-19.1],[235.355,-19.246],[239.779,-19.196],[240.467,-19.782],[240.946,-19.743],[241.353,-19.687],[242.043,-20.079],[242.431,-20.894],[242.431,-22.807],[242.533,-23.227],[242.629,-23.621],[243.223,-24.406],[243.223,-24.798],[243.124,-25.586],[243.124,-26.227],[243.124,-26.863],[243.615,-27.158],[244.007,-27.356],[244.107,-28.535],[244.204,-28.925],[244.496,-29.716],[244.793,-30.109],[244.894,-30.995],[244.793,-31.779],[244.4,-32.073],[244.204,-32.47],[243.714,-33.253],[243.714,-33.647],[243.321,-34.435],[243.321,-34.827],[243.124,-35.221],[242.728,-35.322],[241.941,-35.517],[241.941,-36.105],[243.884,-36.105],[244.4,-36.402],[244.598,-36.402],[245.184,-36.105],[245.579,-35.909],[245.775,-35.909],[245.973,-35.909],[246.168,-35.517],[247.055,-35.418],[247.936,-35.322],[248.037,-35.711],[247.964,-36.895],[250.077,-36.895],[250.498,-37.188],[250.887,-37.288],[251.28,-37.382],[251.381,-37.778],[251.381,-38.563],[251.477,-38.956],[251.676,-39.352],[252.068,-39.447],[252.462,-39.647],[252.824,-39.64],[253.249,-39.647],[253.642,-39.941],[254.822,-40.236],[255.214,-40.236],[255.605,-40.333],[255.996,-40.429],[256.1,-40.823],[256.199,-41.218],[256.592,-41.415],[256.886,-41.808],[257.28,-42.1],[257.379,-42.497],[257.379,-42.989],[257.189,-42.993],[257.077,-43.005]],\"c\":true},\"ix\":2},\"nm\":\"Path 82\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":82,\"ty\":\"sh\",\"ix\":83,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.007,0],[-0.001,-0.012]],\"o\":[[0,0.013],[-0.006,-0.021]],\"v\":[[223.657,-14.82],[223.658,-14.783]],\"c\":true},\"ix\":2},\"nm\":\"Path 83\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":83,\"ty\":\"sh\",\"ix\":84,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.294,0],[0.246,-0.048],[0.59,-0.099],[0.298,0],[0.306,0.021],[0.515,-0.085],[0.346,-0.148],[0.294,-0.196],[0.244,0.199],[0.292,0.195],[0.633,0],[0.887,-0.343],[0.149,0.021],[0.11,-0.022],[0.297,-0.296],[0,0],[0.147,-0.296],[0.147,-0.196],[0.346,-0.15],[0.296,0],[0.223,0.018],[0.303,-0.056],[0.344,0],[0,0],[0.442,0],[0.306,-0.022],[0.513,0.085],[0.246,0.098],[0.341,0.147],[0,0],[0.046,-0.344],[0.046,-0.249],[0,-0.292],[0,-0.486],[0.293,0],[0.295,0],[0.542,0],[0,0],[0,0],[0.048,-0.589],[0.048,-0.588],[0.05,-0.29],[0,-0.588],[0,0],[0,0],[0.783,-0.494],[0.195,-0.098],[0.343,-0.146],[0.25,-0.102],[0.139,0.025],[0.098,-0.051],[0.198,-0.245],[0.149,-0.293],[0.345,-0.641],[0.197,-0.392],[0.145,-0.246],[0.15,-0.345],[0.149,-0.246],[0.146,-0.248],[0.183,0.051],[0.097,-0.019],[0.543,-0.049],[0.104,-0.98],[0.05,-0.244],[0.147,-0.196],[0.29,-0.242],[0.246,-0.145],[0.197,-0.249],[0,0],[-0.589,-0.051],[-0.243,-0.051],[-0.135,0.013],[-0.121,-0.025],[-0.292,-0.195],[0,0],[0,-0.343],[0,-1.867],[0,0],[0.098,-0.24],[0.198,-0.246],[0.166,0.048],[0.047,-0.097],[0,-0.302],[-0.053,-0.293],[-0.052,-0.245],[0,-0.297],[0,0],[-0.243,-0.497],[-0.244,-0.295],[-0.244,-0.195],[-0.247,-0.149],[-0.344,-0.101],[-0.134,0.023],[-0.126,-0.051],[-0.195,-0.248],[-0.345,-0.393],[-0.247,-0.143],[-0.155,0.031],[-0.12,-0.018],[-0.148,-0.882],[-0.193,-0.294],[-0.344,-0.147],[-0.637,-0.244],[-0.688,-0.048],[0,-0.296],[-0.051,-0.25],[-0.15,-0.244],[-0.246,-0.193],[-0.248,-0.148],[-0.294,-0.198],[-0.638,-0.197],[-0.136,0.013],[-0.124,-0.023],[-0.298,-0.05],[-0.443,0],[-0.248,0.346],[-0.195,0.15],[-0.592,0],[-0.296,0],[-0.297,0],[0,0],[-0.738,-0.1],[-0.248,-0.1],[-0.295,-0.145],[-0.783,0],[-0.39,0.052],[-0.294,0.095],[-0.126,-0.029],[-0.131,0.079],[-0.248,0.196],[-0.291,0.197],[-0.342,0.051],[-0.59,0],[-0.589,0.045],[0,0],[-0.445,0.142],[-0.787,0],[-0.297,-0.344],[-0.1,-0.196],[-0.096,-0.346],[-0.099,-0.249],[-0.148,-0.195],[-0.248,-0.145],[-0.345,0],[0,0],[0,0],[0,-0.296],[0.05,-0.591],[0.05,-0.24],[0.145,-0.348],[0,-0.291],[0,-0.937],[0.195,-0.099],[0.148,0.025],[0.097,-0.049],[0.196,-0.199],[-0.295,-0.098],[-0.391,-0.491],[-0.196,-0.545],[-0.196,-0.195],[-0.198,-0.098],[-0.194,-0.194],[-0.148,-0.243],[-0.393,-0.638],[-0.149,-0.246],[-0.247,-0.592],[-0.046,-0.294],[-0.046,-0.688],[-0.147,-0.541],[-0.05,-0.346],[0,-0.295],[0,0],[-0.293,-0.491],[-0.15,-0.292],[0,-0.445],[0.051,-0.438],[0.046,-0.251],[0.145,-0.243],[0.197,-0.296],[0.146,-0.982],[0.097,-0.542],[0.043,-0.25],[0.196,-0.392],[0,-0.342],[0,-0.595],[-0.295,-0.835],[-0.243,-0.296],[-0.046,-0.347],[-0.046,-0.249],[-0.046,-0.25],[-0.147,-0.293],[-0.196,-0.248],[-0.59,-0.348],[-0.048,-0.299],[-0.047,-0.341],[-0.049,-0.242],[-0.049,-0.249],[0,-0.345],[0,0],[-0.054,-0.542],[-0.054,-0.244],[-0.344,-0.541],[-0.489,-1.033],[-0.049,-0.249],[-0.05,-0.246],[-0.1,-0.294],[-0.294,-0.544],[-0.244,-0.295],[-0.05,-0.343],[-0.149,-0.539],[-0.099,-0.296],[-0.051,-0.346],[0,0],[0.198,-0.296],[0.196,-0.293],[0.048,-0.241],[-0.295,0],[0,0],[-0.046,-0.248],[-0.099,-0.195],[-0.245,-0.198],[-0.344,0],[0,0],[-0.64,0.198],[-0.645,0],[0,0],[-0.151,0.34],[-0.199,0.154],[-0.248,0.05],[-0.297,0],[-0.54,0.151],[-0.196,0.148],[-0.196,0.297],[-0.147,0.2],[-0.244,0.201],[-0.294,0.198],[-0.293,0.296],[-0.197,0.392],[-0.293,0.541],[-0.297,0.245],[-0.395,0.642],[-0.146,0.244],[-0.295,0.295],[-0.148,0.391],[0,0.783],[0.146,0.392],[0.145,0.346],[0.1,0.244],[-0.346,0.053],[-0.244,0.053],[-0.133,-0.013],[-0.123,0.027],[-0.296,0.245],[-0.244,0.248],[-0.292,0.194],[-0.292,0.247],[-0.1,0.196],[0,0.295],[0.196,0.884],[0.144,0.539],[0.246,0.538],[0,0.692],[-0.244,0.294],[-0.244,0.292],[-0.346,0.247],[-0.194,0.096],[-0.196,0.246],[-0.246,0.346],[-0.25,0.152],[-0.638,0.146],[-0.246,0.053],[-0.134,-0.012],[-0.123,0.027],[-0.34,0.145],[-0.444,0.44],[-0.148,0.641],[-0.044,0.589],[0,0.296],[0,0],[0.05,0.441],[0,0.342],[0,0],[0.199,0.297],[0.443,0.938],[-0.049,0.589],[0,0.288],[0.049,0.294],[0.049,0.295],[0.049,0.293],[0,0],[-0.103,0.392],[-0.05,0.244],[-0.248,0.295],[-0.489,1.033],[-0.097,0.241],[-0.147,0.348],[-0.1,0.247],[-0.341,0.54],[-0.245,0.197],[-0.25,0.244],[-0.2,0.248],[-0.592,0.493],[-0.297,0.292],[-0.344,0.201],[-0.495,0.442],[-0.197,0.244],[-0.24,0.297],[-0.201,0.14],[-0.198,0.097],[-0.293,0.149],[-0.295,0.196],[-0.199,0.199],[-0.149,0.299],[-0.346,0.834],[-0.192,0.247],[-0.348,0.241],[-0.293,0.245],[-0.149,0.296],[-0.096,0.345],[0,0.59],[-0.052,0.592],[0,1.029],[0,0],[0.443,0],[0.448,-0.195],[0.296,-0.151],[1.132,0],[0.539,0.049],[0,0],[0.59,-0.047],[0.591,0],[0.294,0.048],[0,0],[0.149,0.347],[0.149,0.244],[0.146,0.3],[0,0],[0.15,0.194],[0.294,0.194],[0.143,-0.025],[0.122,0.047],[0.295,0.299],[0.296,0.247],[0.248,0.199],[0.295,0.148],[0.297,0.099],[0.136,-0.026],[0.122,0.049],[0.247,0.195],[0.149,0.642],[0,0.246],[0.246,0.488],[0.246,0.3],[0.34,0.692],[0,0.395],[0,0.293],[0,0],[0.198,0.538],[0.144,0.341],[0.343,0.538],[0.194,0.248],[0.143,0.249],[0.1,0.296],[0,0.296],[0.1,0.545],[0.049,0.242],[0.198,0.291],[0.297,0.689],[0.049,0.296],[0.101,0.546],[0.296,0.54],[0.243,0.292],[0.25,0.245],[0.244,0.246],[0.198,0.246],[0.048,0.347],[0.048,0.244],[0.146,0.247],[0.298,0.194],[0.293,0.103],[0.148,-0.021],[0.11,0.023],[0.345,0.049],[0,0],[0.784,-0.246],[0,0],[0,0],[0.59,0],[0.393,0.2],[0.296,0.248],[0.685,0.344],[1.133,0],[0.787,0],[0.44,0.098],[-0.05,-0.734],[0,-0.299],[0.047,-0.934],[0.444,0],[0,0],[0.295,0.05],[0.296,0.296],[0.344,0.147],[0.392,0],[0,0],[0.145,0.292],[0.142,0.196],[0.247,0.145],[0.346,0.148],[0.242,0.048],[0.592,0.047],[0.226,-0.017],[0.302,0.053],[0.59,0.296],[0.147,0.737],[0,0.29],[-0.151,0.298],[-0.149,0.345],[0,0.297],[0.148,0.246],[0.246,0.147],[0.298,0.196],[-0.345,0.147],[-0.247,0.101],[-0.249,0.048],[0.239,0.145],[0.248,0.096],[0.637,0]],\"o\":[[-0.3,0],[-0.587,0.099],[-0.245,0.049],[-0.389,0.021],[-0.429,-0.032],[-0.343,0.049],[-0.346,0.149],[-0.243,-0.196],[-0.246,-0.196],[-0.494,-0.343],[-0.986,0],[-0.137,0.056],[-0.12,-0.018],[-0.393,0.152],[0,0],[-0.1,0.293],[-0.099,0.249],[-0.248,0.295],[-0.245,0.098],[-0.259,0.022],[-0.284,-0.022],[-0.296,0.048],[0,0],[-0.442,0],[-0.389,-0.02],[-0.428,0.031],[-0.243,-0.05],[-0.347,-0.102],[0,0],[-0.147,0.345],[-0.048,0.246],[-0.048,0.246],[-0.05,0.49],[-0.293,0],[-0.294,0],[-0.545,0],[0,0],[0,0],[-0.052,0.593],[-0.049,0.593],[0,0.343],[-0.097,0.541],[0,0],[0,0],[-0.048,0.985],[-0.244,0.146],[-0.296,0.197],[-0.247,0.096],[-0.121,0.048],[-0.142,-0.025],[-0.245,0.148],[-0.196,0.246],[-0.341,0.645],[-0.146,0.345],[-0.098,0.248],[-0.198,0.345],[-0.148,0.294],[-0.146,0.244],[-0.09,0.149],[-0.117,-0.032],[-0.491,0.147],[0,0.981],[0,0.295],[-0.048,0.247],[-0.197,0.299],[-0.2,0.152],[-0.246,0.148],[0,0],[0.591,0.055],[0.293,0],[0.124,0.026],[0.135,-0.014],[0.343,0.052],[0,0],[-0.148,0.295],[0,1.869],[0,0],[0,0.249],[-0.147,0.348],[-0.073,0.099],[-0.165,-0.049],[-0.099,0.196],[0,0.344],[0.047,0.247],[0.051,0.248],[0,0],[0.05,0.591],[0.151,0.343],[0.198,0.242],[0.25,0.198],[0.293,0.145],[0.122,0.046],[0.137,-0.026],[0.293,0.144],[0.345,0.392],[0.194,0.25],[0.144,0.089],[0.108,-0.022],[0,0.937],[0.049,0.342],[0.201,0.292],[0.587,0.294],[0.639,0.242],[0.048,0.296],[0,0.295],[0.048,0.245],[0.147,0.247],[0.247,0.197],[0.295,0.192],[0.488,0.393],[0.123,0.026],[0.134,-0.012],[0.294,0.051],[0.39,0.1],[0.442,0],[0.147,-0.195],[0.442,-0.347],[0.297,0],[0.291,0],[0,0],[0.785,0],[0.244,0],[0.291,0.096],[0.689,0.344],[0.444,0],[0.3,-0.045],[0.115,-0.045],[0.144,0.033],[0.244,-0.147],[0.246,-0.201],[0.3,-0.197],[0.541,-0.095],[0.588,0],[0,0],[0.445,-0.102],[0.684,-0.247],[0.489,0],[0.146,0.197],[0.198,0.299],[0.1,0.244],[0.1,0.246],[0.196,0.248],[0.244,0.149],[0,0],[0,0],[0,0.297],[0,0.591],[0,0.295],[-0.098,0.347],[-0.101,0.241],[0,0.94],[-0.147,0.196],[-0.1,0.049],[-0.149,-0.024],[-0.246,0.145],[0.295,0.096],[0.59,0.199],[0.347,0.444],[0.102,0.293],[0.196,0.195],[0.244,0.149],[0.193,0.2],[0.395,0.639],[0.147,0.244],[0.292,0.538],[0.097,0.293],[0.148,0.639],[0.05,0.592],[0.097,0.348],[0.048,0.243],[0,0],[0,0.591],[0.148,0.296],[0.148,0.346],[0,0.445],[-0.05,0.297],[-0.051,0.244],[-0.152,0.295],[-0.589,0.789],[-0.049,0.542],[-0.049,0.242],[-0.152,0.391],[-0.149,0.295],[-0.051,0.589],[0,0.928],[0.149,0.396],[0.242,0.296],[0.05,0.245],[0.05,0.247],[0.05,0.296],[0.146,0.296],[0.445,0.491],[0,0.292],[0.048,0.39],[0.051,0.252],[0.05,0.245],[0.05,0.29],[0,0],[0,0.589],[0,0.244],[0.145,0.638],[0.637,0.933],[0.099,0.243],[0.048,0.247],[0.05,0.294],[0.196,0.589],[0.148,0.345],[0.249,0.294],[0.095,0.54],[0.046,0.297],[0.149,0.341],[0,0],[0,0.396],[-0.192,0.296],[-0.148,0.245],[0.295,0.051],[0,0],[0,0.3],[0.048,0.242],[0.147,0.248],[0.244,0.196],[0,0],[0.687,0],[0.588,-0.146],[0,0],[0.149,-0.346],[0.097,-0.247],[0.196,-0.143],[0.244,-0.048],[0.588,-0.048],[0.248,-0.046],[0.293,-0.245],[0.099,-0.196],[0.149,-0.242],[0.247,-0.195],[0.344,-0.245],[0.292,-0.295],[0.248,-0.538],[0.149,-0.343],[0.588,-0.494],[0.145,-0.244],[0.195,-0.345],[0.296,-0.299],[0.244,-0.738],[0,-0.449],[-0.099,-0.347],[-0.098,-0.244],[0.343,-0.149],[0.244,0],[0.124,-0.025],[0.136,0.013],[0.396,-0.098],[0.245,-0.197],[0.246,-0.248],[0.297,-0.195],[0.198,-0.144],[0.1,-0.198],[0,-0.934],[-0.1,-0.536],[-0.147,-0.588],[-0.296,-0.587],[0,-0.44],[0.246,-0.296],[0.248,-0.295],[0.2,-0.101],[0.245,-0.149],[0.249,-0.289],[0.196,-0.247],[0.539,-0.387],[0.246,-0.051],[0.121,-0.024],[0.137,0.013],[0.347,-0.097],[0.589,-0.3],[0.442,-0.443],[0.15,-0.538],[0,-0.295],[0,0],[0,-0.442],[-0.048,-0.349],[0,0],[-0.249,-0.244],[-0.539,-0.834],[0.097,-0.54],[0,-0.293],[0,-0.35],[-0.049,-0.294],[-0.049,-0.294],[0,0],[0,-0.444],[0.047,-0.246],[0.097,-0.348],[0.735,-0.891],[0.099,-0.248],[0.147,-0.348],[0.099,-0.245],[0.243,-0.591],[0.194,-0.296],[0.246,-0.196],[0.246,-0.246],[0.492,-0.542],[0.293,-0.248],[0.294,-0.3],[0.54,-0.339],[0.245,-0.196],[0.196,-0.294],[0.151,-0.196],[0.196,-0.153],[0.293,-0.196],[0.297,-0.145],[0.245,-0.144],[0.245,-0.242],[0.445,-0.783],[0.144,-0.344],[0.249,-0.292],[0.342,-0.251],[0.297,-0.246],[0.145,-0.291],[0.147,-0.544],[0,-0.588],[0.098,-1.031],[0,0],[-0.442,-0.045],[-0.539,0],[-0.341,0.149],[-0.931,0.537],[-0.544,0],[0,0],[-0.587,0],[-0.589,0.049],[-0.292,0],[0,0],[-0.146,-0.348],[-0.098,-0.243],[-0.145,-0.253],[0,0],[-0.101,-0.247],[-0.196,-0.297],[-0.1,-0.051],[-0.14,0.024],[-0.393,-0.151],[-0.246,-0.245],[-0.248,-0.194],[-0.292,-0.243],[-0.242,-0.145],[-0.124,-0.051],[-0.134,0.025],[-0.346,-0.149],[-0.49,-0.444],[-0.046,-0.244],[-0.047,-0.539],[-0.148,-0.296],[-0.49,-0.589],[-0.15,-0.342],[0,-0.293],[0,0],[0,-0.591],[-0.097,-0.345],[-0.297,-0.594],[-0.146,-0.246],[-0.196,-0.247],[-0.148,-0.243],[-0.049,-0.242],[-0.049,-0.586],[-0.049,-0.243],[-0.1,-0.346],[-0.389,-0.641],[-0.097,-0.296],[-0.147,-0.54],[-0.095,-0.634],[-0.146,-0.297],[-0.249,-0.295],[-0.244,-0.249],[-0.246,-0.244],[-0.146,-0.346],[0,-0.242],[-0.05,-0.248],[-0.145,-0.293],[-0.243,-0.15],[-0.135,-0.051],[-0.122,0.016],[-0.344,-0.094],[0,0],[-0.837,0],[0,0],[0,0],[-0.537,0.145],[-0.442,0],[-0.393,-0.193],[-0.587,-0.49],[-0.988,-0.544],[-0.788,0],[-0.443,0],[0,0.736],[0,0.296],[0.099,0.93],[-0.442,0.05],[0,0],[-0.348,0],[-0.393,-0.048],[-0.295,-0.29],[-0.346,-0.148],[0,0],[-0.098,-0.297],[-0.101,-0.252],[-0.198,-0.248],[-0.295,-0.193],[-0.244,-0.103],[-0.544,-0.151],[-0.261,-0.022],[-0.28,0.02],[-0.634,-0.147],[-0.687,-0.341],[-0.05,-0.248],[0,-0.347],[0.145,-0.343],[0.098,-0.246],[0,-0.347],[-0.146,-0.246],[-0.293,-0.196],[0.298,-0.247],[0.244,-0.095],[0.244,-0.101],[-0.149,-0.246],[-0.25,-0.147],[-0.539,-0.248],[-0.297,0]],\"v\":[[-4.814,-24.406],[-5.603,-24.406],[-7.177,-23.817],[-7.964,-23.817],[-8.978,-23.84],[-10.322,-23.817],[-11.107,-23.227],[-11.895,-22.636],[-12.681,-23.227],[-13.271,-24.012],[-14.841,-24.601],[-17.206,-23.621],[-17.641,-23.608],[-17.99,-23.621],[-18.779,-22.832],[-22.708,-22.832],[-23.103,-22.049],[-23.297,-21.26],[-24.085,-20.669],[-24.872,-20.669],[-25.583,-20.682],[-26.443,-20.669],[-27.232,-20.276],[-27.625,-20.276],[-28.805,-20.474],[-29.822,-20.45],[-31.163,-20.474],[-31.951,-20.669],[-32.736,-21.26],[-33.525,-21.654],[-34.112,-20.867],[-34.112,-20.079],[-34.31,-19.294],[-34.31,-18.018],[-35.098,-18.113],[-35.882,-17.916],[-37.259,-18.018],[-37.259,-14.775],[-40.208,-14.775],[-40.404,-13.2],[-40.404,-11.626],[-40.799,-10.84],[-40.997,-9.07],[-40.997,-7.696],[-43.353,-7.696],[-44.337,-5.334],[-45.124,-5.136],[-45.711,-4.352],[-46.503,-4.154],[-46.908,-4.155],[-47.285,-4.154],[-47.68,-3.369],[-48.272,-2.586],[-49.057,-0.812],[-49.648,0.169],[-49.84,0.958],[-50.63,1.744],[-51.025,2.531],[-51.22,3.318],[-51.674,3.364],[-52.007,3.318],[-53.384,3.514],[-53.384,6.068],[-53.579,6.856],[-53.775,7.64],[-54.559,8.23],[-55.349,8.429],[-55.742,9.218],[-55.742,10.588],[-54.169,10.788],[-53.384,10.788],[-52.988,10.789],[-52.598,10.788],[-52.007,11.574],[-52.4,12.36],[-52.988,13.096],[-52.792,17.867],[-52.792,18.651],[-52.792,19.434],[-53.384,20.225],[-53.796,20.226],[-54.169,20.225],[-54.365,21.013],[-53.971,21.798],[-53.775,22.583],[-53.579,23.374],[-53.579,24.158],[-53.384,25.732],[-52.598,26.323],[-52.204,27.105],[-51.414,27.503],[-50.63,28.092],[-50.241,28.091],[-49.84,28.092],[-49.057,28.484],[-48.663,30.055],[-47.876,30.448],[-47.432,30.473],[-47.09,30.448],[-47.09,32.809],[-46.503,33.596],[-45.516,33.987],[-43.944,34.973],[-42.176,35.167],[-41.977,35.956],[-41.977,36.743],[-41.977,37.526],[-41.191,37.921],[-40.404,38.315],[-39.815,39.102],[-38.243,40.082],[-37.848,40.083],[-37.456,40.082],[-36.667,40.477],[-35.487,40.675],[-34.703,39.885],[-34.508,39.102],[-32.934,38.904],[-32.146,39.102],[-31.359,38.904],[-30.867,38.904],[-28.805,38.904],[-28.016,38.904],[-27.625,39.69],[-25.659,39.885],[-24.482,39.885],[-23.693,39.495],[-23.324,39.507],[-22.905,39.495],[-22.512,38.708],[-21.729,38.118],[-20.939,37.526],[-19.366,37.526],[-17.794,37.728],[-17.402,37.728],[-16.415,36.94],[-14.352,36.548],[-13.073,36.743],[-12.879,37.526],[-12.29,38.315],[-12.091,39.102],[-11.895,39.885],[-11.107,40.278],[-10.272,40.477],[-3.443,40.477],[-3.443,42.882],[-3.638,43.622],[-3.638,45.197],[-3.638,45.978],[-4.225,46.772],[-4.422,47.503],[-4.62,49.917],[-4.814,50.701],[-5.21,50.701],[-5.603,50.701],[-5.996,51.487],[-5.21,51.878],[-3.638,52.469],[-3.443,54.046],[-3.047,54.829],[-2.26,55.024],[-1.473,55.418],[-1.279,56.205],[0.1,57.781],[0.493,58.568],[1.475,60.14],[1.866,60.924],[1.866,62.693],[2.262,64.266],[2.85,65.053],[2.654,65.843],[2.654,66.627],[3.046,68.201],[3.835,68.592],[3.835,69.773],[3.835,70.952],[3.639,71.741],[3.443,72.525],[2.654,73.116],[1.475,75.475],[1.475,77.05],[1.283,77.838],[0.493,78.621],[0.1,79.408],[0.1,80.983],[0.294,83.339],[1.083,84.128],[1.866,84.717],[1.866,85.503],[1.866,86.291],[2.262,87.074],[2.654,87.863],[4.424,89.044],[4.424,89.829],[4.816,90.808],[5.014,91.596],[5.014,92.387],[5.605,93.122],[5.605,97.152],[6,98.679],[6,99.463],[6.785,101.035],[8.945,103.198],[8.945,103.986],[9.142,104.771],[9.538,105.558],[10.126,107.132],[10.911,107.916],[11.702,108.507],[11.702,110.078],[12.092,110.868],[12.684,111.65],[12.684,112.043],[11.893,112.636],[11.307,113.422],[11.307,114.204],[12.092,114.402],[12.88,114.402],[12.88,115.194],[12.88,115.977],[13.665,116.373],[14.503,116.763],[18.336,116.763],[19.957,116.175],[21.583,115.782],[26.445,115.782],[27.036,114.998],[27.036,114.204],[27.823,114.011],[28.609,114.011],[30.181,113.812],[30.967,113.618],[31.557,112.832],[31.557,112.043],[32.344,111.65],[33.13,111.063],[33.917,110.276],[34.704,109.491],[35.293,107.916],[36.083,107.132],[37.656,105.753],[37.85,104.969],[38.635,104.18],[39.423,103.395],[39.621,101.432],[39.621,100.25],[39.029,99.463],[38.831,98.679],[39.621,98.084],[40.405,98.084],[40.796,98.085],[41.19,98.084],[41.98,97.3],[42.764,96.711],[43.353,95.925],[44.141,95.332],[44.928,95.136],[44.928,94.351],[44.536,91.99],[44.141,90.417],[43.552,88.846],[42.764,87.269],[43.552,86.487],[44.141,85.699],[44.928,84.914],[45.714,84.717],[46.108,83.928],[46.895,83.142],[47.29,82.352],[48.859,81.571],[49.646,81.373],[50.036,81.374],[50.432,81.373],[51.22,80.787],[52.793,79.799],[53.775,78.229],[53.775,76.654],[53.973,75.868],[53.973,74.687],[53.973,73.512],[53.581,72.675],[53.581,68.001],[52.793,67.413],[51.612,64.857],[52.005,63.285],[51.809,62.552],[52.005,61.711],[51.612,60.924],[51.22,60.14],[51.22,59.746],[51.419,58.568],[51.419,57.781],[52.204,57.191],[54.169,54.829],[54.365,54.046],[54.954,53.257],[55.154,52.469],[55.939,50.898],[56.725,50.309],[57.513,49.719],[58.104,48.931],[59.676,47.556],[60.462,46.772],[61.249,45.978],[62.823,45],[63.215,44.213],[63.997,43.622],[64.199,42.839],[64.984,42.641],[65.768,42.049],[66.557,41.456],[67.344,41.064],[67.932,40.278],[68.526,37.921],[69.307,37.33],[70.096,36.548],[71.077,35.956],[71.671,35.167],[72.257,34.384],[72.456,32.809],[72.456,31.235],[73.044,28.633],[73.044,27.105],[71.913,26.91],[70.487,27.105],[69.703,27.699],[66.951,28.876],[65.577,28.484],[64.786,28.484],[63.215,28.68],[61.639,28.68],[60.462,28.288],[60.066,27.503],[59.478,26.713],[59.478,25.929],[58.693,25.532],[58.299,24.749],[58.299,23.964],[57.513,23.374],[57.133,23.373],[56.725,23.374],[55.939,22.583],[55.35,21.798],[54.56,21.405],[53.973,20.619],[53.186,20.225],[52.79,20.225],[52.401,20.225],[51.612,19.638],[50.826,18.06],[50.63,17.277],[50.432,15.708],[49.646,15.112],[48.469,13.538],[47.876,12.753],[48.074,11.967],[48.074,11.179],[47.876,9.61],[47.29,8.824],[46.503,7.25],[46.108,6.461],[45.324,6.068],[44.928,5.281],[44.928,4.495],[44.928,2.92],[44.732,2.138],[44.141,1.353],[42.764,-0.223],[42.372,-1.01],[42.372,-2.586],[41.586,-4.154],[40.997,-4.939],[40.405,-5.726],[39.621,-6.318],[38.831,-8.086],[38.243,-8.876],[38.243,-9.658],[38.243,-10.447],[37.454,-11.034],[36.671,-11.432],[36.238,-11.442],[35.885,-11.432],[35.096,-12.019],[34.704,-12.019],[32.738,-11.233],[32.344,-11.233],[26.641,-12.607],[25.07,-12.214],[23.888,-12.414],[23.103,-13.2],[21.533,-14.378],[18.777,-15.363],[16.811,-14.969],[15.633,-15.263],[15.633,-13.396],[15.828,-12.607],[15.633,-10.25],[14.453,-10.054],[13.717,-10.054],[12.88,-10.054],[12.092,-10.84],[11.307,-11.626],[10.275,-11.822],[6.391,-11.822],[6,-12.607],[5.803,-13.396],[5.014,-13.789],[4.227,-14.378],[3.443,-14.575],[1.866,-14.969],[1.146,-14.957],[0.294,-14.969],[-1.279,-15.758],[-2.852,-17.131],[-3.047,-17.916],[-2.652,-18.707],[-1.867,-19.294],[-1.667,-20.079],[-2.064,-20.867],[-2.852,-21.26],[-3.638,-21.85],[-3.047,-22.636],[-2.26,-22.832],[-1.473,-23.028],[-1.667,-23.817],[-2.458,-24.012],[-4.029,-24.601]],\"c\":true},\"ix\":2},\"nm\":\"Path 84\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":84,\"ty\":\"sh\",\"ix\":85,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,-0.016],[0.149,-0.103],[0.129,-0.101],[0.098,-0.145],[0.096,-0.121],[0.097,-0.128],[0.052,-0.094],[0.047,-0.121],[0,-0.293],[0,0],[0,0],[-0.027,0.347],[-0.025,0.123],[-0.05,0.122],[-0.072,0.15],[0,0],[-0.025,0.122],[-0.097,0.172],[-0.073,0.147],[-0.194,0.32],[-0.025,0.173],[0,0],[0,0],[0,0.149],[-0.023,0.222],[0.271,-0.025],[0.09,0]],\"o\":[[-0.171,0.074],[-0.146,0.097],[-0.123,0.097],[-0.099,0.147],[-0.1,0.122],[-0.075,0.094],[-0.049,0.1],[-0.1,0.272],[0,0],[0,0],[0,-0.346],[0,-0.145],[0.023,-0.121],[0.07,-0.146],[0,0],[0.05,-0.117],[0.077,-0.195],[0.078,-0.122],[0.195,-0.321],[0.075,-0.151],[0,0],[0,0],[0,-0.151],[0,-0.217],[-0.296,0],[-0.08,0],[-0.045,0]],\"v\":[[206.158,0.466],[205.861,0.861],[205.467,1.156],[205.077,1.448],[204.783,1.843],[204.587,2.239],[204.189,2.333],[204.094,2.725],[203.895,3.489],[203.895,6.856],[205.077,6.856],[205.077,5.97],[205.176,5.577],[205.274,5.185],[205.668,4.889],[205.861,4.495],[205.861,4.104],[206.254,3.71],[206.452,3.318],[207.139,2.531],[207.434,2.138],[207.434,1.744],[207.434,1.353],[207.236,1.03],[207.337,0.466],[206.55,0.466],[206.288,0.444]],\"c\":true},\"ix\":2},\"nm\":\"Path 85\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":85,\"ty\":\"sh\",\"ix\":86,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.325,0],[0.488,-0.049],[0.345,0],[0.294,0],[0,0],[0.294,-0.047],[0.248,-0.101],[0,-0.489],[-0.394,-0.342],[-0.688,0],[-0.25,0.048],[-0.639,0.151],[-0.294,0],[-0.738,-0.588],[-0.242,-0.145],[-0.248,-0.098],[-0.294,-0.05],[-0.159,0.024],[-0.175,-0.048],[-0.294,-0.248],[-0.784,0],[0,0],[0.589,0.442],[0.785,0.048],[0,0],[0.27,-0.012],[0.343,0.024],[0.246,0.048],[0.246,0.148],[0.297,0.195],[0.291,0.151],[0.589,0.344],[0,0],[0.345,0.15],[0.135,0]],\"o\":[[-0.493,0],[-0.344,0.048],[-0.296,0],[0,0],[-0.346,0],[-0.244,0],[-0.392,0.197],[0,0.539],[0.491,0.393],[0.294,0],[0.636,-0.194],[0.248,-0.048],[0.984,0],[0.247,0.196],[0.198,0.152],[0.296,0.096],[0.169,0.048],[0.161,-0.024],[0.39,0.095],[0.591,0.491],[0,0],[-0.395,-0.641],[-0.592,-0.441],[0,0],[-0.345,-0.024],[-0.271,0.012],[-0.297,0],[-0.296,-0.098],[-0.294,-0.148],[-0.244,-0.147],[-0.592,-0.343],[0,0],[-0.295,-0.144],[-0.149,-0.065],[-0.27,0]],\"v\":[[-174.793,4.495],[-176.072,4.495],[-176.858,4.889],[-177.644,4.692],[-179.317,4.692],[-180.202,4.692],[-180.99,4.692],[-181.58,5.874],[-180.791,7.051],[-179.022,7.444],[-178.234,7.444],[-176.664,6.461],[-175.876,6.461],[-173.516,7.444],[-173.124,8.23],[-172.336,8.429],[-171.551,8.824],[-171.063,8.824],[-170.565,8.824],[-169.782,9.61],[-167.963,10.493],[-161.915,10.493],[-163.291,9.018],[-165.06,8.037],[-165.848,8.037],[-166.734,8.037],[-167.617,8.037],[-168.404,8.037],[-169.191,7.64],[-169.782,6.856],[-170.565,6.461],[-172.14,5.674],[-172.926,5.281],[-173.516,4.495],[-173.937,4.408]],\"c\":true},\"ix\":2},\"nm\":\"Path 86\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":86,\"ty\":\"sh\",\"ix\":87,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.593,-0.097],[0,0],[-0.343,-0.194],[-0.343,-0.049],[0,0],[-0.247,0.046],[-0.389,0.149],[-0.247,0.052],[-0.293,0],[-0.294,0],[-0.295,0],[-0.591,0.052],[-0.59,0.05],[-0.293,0],[-0.296,0],[-0.59,0],[0,0],[-0.295,0.099],[0.146,0.295],[0.1,0.396],[0.933,0],[0,0],[0.49,0],[0,0],[0.342,-0.052],[0.293,0],[0.246,0.048],[0.345,0.146],[0.245,0.1],[0.346,0.099],[0.59,0],[0.639,0]],\"o\":[[0,0],[0.296,0.295],[0.296,0.151],[0,0],[0.292,0],[0.395,-0.097],[0.249,-0.053],[0.248,-0.051],[0.298,0],[0.296,0],[0.592,0],[0.591,-0.051],[0.295,0],[0.295,0],[0.588,0.05],[0,0],[0.343,0],[-0.196,-0.247],[-0.197,-0.397],[-0.936,0.197],[0,0],[-0.492,-0.049],[0,0],[-0.343,0.044],[-0.245,0.048],[-0.298,0],[-0.343,-0.099],[-0.244,-0.1],[-0.343,-0.146],[-0.54,-0.148],[-0.638,-0.048],[-0.589,0]],\"v\":[[-159.361,11.77],[-159.361,14.131],[-158.574,14.915],[-157.786,15.509],[-156.999,15.509],[-156.214,15.509],[-155.43,14.721],[-154.641,14.523],[-153.856,14.523],[-153.068,14.721],[-152.283,14.523],[-150.708,14.523],[-149.137,14.327],[-148.35,14.131],[-147.562,14.327],[-145.991,14.523],[-145.203,14.523],[-144.418,14.131],[-145.203,13.738],[-145.203,12.604],[-147.562,12.949],[-148.35,12.949],[-149.528,12.56],[-149.921,12.56],[-150.708,13.148],[-151.493,13.148],[-152.283,13.148],[-153.068,12.56],[-153.856,12.36],[-154.641,11.77],[-156.214,11.77],[-157.836,11.574]],\"c\":true},\"ix\":2},\"nm\":\"Path 87\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":87,\"ty\":\"sh\",\"ix\":88,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.071],[0,-0.077],[0,-0.088],[0,-0.076],[-0.015,-0.095],[-0.015,-0.06],[-0.009,-0.074],[0,-0.148],[0.011,-0.062],[0.052,-0.1],[0.011,-0.078],[0,-0.158],[0,-0.355],[0.088,-0.06],[0.073,-0.033],[0.158,-0.072],[0.122,-0.099],[0.01,-0.111],[0,-0.099],[-0.009,-0.09],[-0.073,-0.108],[-0.112,-0.11],[-0.122,-0.088],[-0.099,-0.06],[-0.197,-0.113],[-0.09,-0.025],[-0.035,0.003],[-0.031,-0.007],[0,-0.309],[-0.034,-0.139],[-0.173,-0.085],[-0.086,-0.018],[-0.126,0],[0,0],[0,0],[0,0.188],[0,0],[-0.133,0.16],[-0.146,0.113],[-0.057,0.038],[-0.055,0.064],[-0.063,0.085],[-0.052,0.1],[-0.038,0.114],[-0.048,0.179],[-0.014,0.159],[0,0],[0,0.097],[0,0],[0.049,0.16],[0.025,0.075],[0.023,0.072],[0.008,0.061],[0.023,0.086],[0.023,0.088],[0.024,0.062],[0.052,0.072],[0.078,0.061],[0.097,0.048],[0.103,0],[0,0],[0.041,0],[0.086,0.044],[0.061,0.037],[0.075,0.053],[0.059,0.037],[0.175,0]],\"o\":[[0,0.076],[0,0.075],[0,0.085],[0,0.07],[0,0.097],[0,0.077],[0.01,0.078],[0.028,0.131],[0,0.075],[-0.024,0.107],[-0.035,0.071],[-0.024,0.145],[0,0.363],[0,0.111],[-0.074,0.051],[-0.148,0.089],[-0.146,0.073],[-0.073,0.06],[-0.009,0.097],[0,0.1],[0.01,0.124],[0.072,0.125],[0.111,0.111],[0.102,0.073],[0.187,0.122],[0.075,0.031],[0.029,0.006],[0.034,-0.003],[-0.136,0.285],[0,0.144],[0.063,0.182],[0.086,0.033],[0.108,0.023],[0,0],[0,0],[0,-0.18],[0,0],[0,-0.219],[0.124,-0.147],[0.061,-0.038],[0.064,-0.032],[0.059,-0.086],[0.057,-0.089],[0.047,-0.097],[0.06,-0.169],[0.036,-0.156],[0,0],[0,-0.101],[0,0],[0,-0.174],[-0.014,-0.074],[-0.027,-0.073],[-0.023,-0.061],[-0.032,-0.091],[-0.024,-0.086],[-0.023,-0.061],[-0.026,-0.085],[-0.05,-0.086],[-0.079,-0.077],[-0.074,-0.039],[0,0],[-0.046,-0.003],[-0.092,0],[-0.075,-0.037],[-0.072,-0.05],[-0.061,-0.034],[-0.135,-0.073],[0,0]],\"v\":[[204.365,13.441],[204.391,13.638],[204.339,13.837],[204.365,14.046],[204.339,14.23],[204.391,14.472],[204.391,14.668],[204.483,14.87],[204.535,15.26],[204.535,15.46],[204.339,15.708],[204.241,15.903],[204.189,16.316],[204.339,17.226],[204.141,17.422],[203.946,17.569],[203.504,17.767],[203.11,18.012],[202.962,18.259],[202.962,18.505],[202.962,18.752],[203.16,19.043],[203.405,19.389],[203.746,19.638],[203.993,19.833],[204.483,20.179],[204.684,20.324],[204.78,20.324],[204.879,20.324],[204.631,21.088],[204.73,21.457],[205.029,21.848],[205.274,21.899],[205.581,21.994],[206.452,21.994],[206.452,21.366],[206.353,20.9],[206.353,19.992],[206.647,19.488],[207.042,19.145],[207.236,19.043],[207.337,18.848],[207.535,18.605],[207.733,18.356],[207.829,18.06],[208.025,17.616],[208.124,17.178],[208.124,16.934],[208.173,16.686],[208.173,16.49],[208.124,16.048],[208.025,15.852],[207.926,15.655],[207.882,15.46],[207.78,15.211],[207.681,14.965],[207.634,14.77],[207.483,14.575],[207.283,14.377],[207.042,14.182],[206.793,14.08],[206.6,14.08],[206.47,14.077],[206.207,14.033],[206.011,13.934],[205.912,13.685],[205.715,13.59],[205.308,13.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 88\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":88,\"ty\":\"sh\",\"ix\":89,\"ks\":{\"a\":0,\"k\":{\"i\":[[-0.011,-0.028],[0,0.024]],\"o\":[[0,-0.025],[-0.031,0.001]],\"v\":[[153.66,13.514],[153.658,13.441]],\"c\":true},\"ix\":2},\"nm\":\"Path 89\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":89,\"ty\":\"sh\",\"ix\":90,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.008],[0.005,0.014]],\"o\":[[0.007,0],[0,0.008]],\"v\":[[153.66,13.538],[153.66,13.514]],\"c\":true},\"ix\":2},\"nm\":\"Path 90\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":90,\"ty\":\"sh\",\"ix\":91,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.439,-0.146],[-0.126,0.029],[-0.133,-0.077],[-0.244,-0.145],[-0.148,-0.248],[-0.122,-0.018],[-0.134,0.053],[-0.295,0.296],[0.244,0.148],[0.249,0.146],[0.343,0]],\"o\":[[0.298,0.396],[0.116,0.046],[0.145,-0.032],[0.293,0.145],[0.243,0.151],[0.11,-0.024],[0.148,0.021],[0.395,-0.199],[-0.149,-0.247],[-0.246,-0.146],[-0.295,-0.148],[0,0]],\"v\":[[-169.584,13.538],[-168.8,14.523],[-168.432,14.511],[-168.009,14.523],[-167.224,14.915],[-167.028,15.708],[-166.676,15.719],[-166.243,15.708],[-165.455,14.915],[-165.651,14.131],[-166.439,13.934],[-167.274,13.538]],\"c\":true},\"ix\":2},\"nm\":\"Path 91\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":91,\"ty\":\"sh\",\"ix\":92,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.162,-0.09],[0.122,-0.072],[0.146,-0.048],[0.147,0],[0.294,0],[-0.342,-0.22],[-0.175,-0.073],[-0.151,-0.076],[-0.064,0.015],[-0.054,-0.041],[-0.075,-0.094],[-0.123,-0.117],[-0.076,-0.194],[-0.025,-0.122],[-0.05,-0.124],[-0.099,-0.125],[-0.124,-0.074],[-0.294,-0.221],[-0.078,-0.126],[-0.073,-0.172],[-0.022,-0.315],[0,0],[0,0.169],[0,0.293],[0,0.075],[0.346,0.345],[0.096,0.119],[0.073,0.123],[0.125,0.174],[0.172,0.126],[0.172,0.099],[0.069,-0.001],[0.026,0.068],[0,0],[0,0.17],[0,0],[0.147,0],[0.147,0],[0,0],[0.107,0]],\"o\":[[-0.146,0.068],[-0.123,0.072],[-0.124,0.025],[-0.294,0.025],[0.314,0.222],[0.149,0.077],[0.145,0.05],[0.055,0.021],[0.077,-0.016],[0.098,0.07],[0.098,0.126],[0.15,0.152],[0.023,0.125],[0.021,0.121],[0.049,0.145],[0.096,0.123],[0.297,0.218],[0.121,0.099],[0.095,0.145],[0.121,0.27],[0,0],[0,-0.17],[0,-0.297],[0,-0.079],[0,-0.514],[-0.1,-0.097],[-0.076,-0.097],[-0.098,-0.172],[-0.123,-0.168],[-0.174,-0.125],[-0.054,-0.031],[-0.088,0],[0,0],[-0.074,-0.144],[0,0],[-0.15,0],[-0.149,0],[0,0],[-0.129,0],[-0.157,0]],\"v\":[[209.499,22.39],[209.303,22.782],[208.91,22.979],[208.517,22.979],[207.535,23.175],[208.418,23.764],[208.814,24.06],[209.207,24.257],[209.392,24.249],[209.598,24.257],[209.598,24.647],[209.99,24.843],[210.386,25.235],[210.483,25.633],[210.483,26.028],[210.681,26.42],[211.072,26.617],[211.86,27.303],[212.257,27.503],[212.548,27.894],[212.646,28.729],[214.267,28.729],[214.217,28.288],[214.319,27.503],[214.267,27.327],[213.629,26.125],[213.238,25.929],[213.137,25.532],[212.844,25.041],[212.452,24.647],[211.957,24.354],[211.762,24.324],[211.566,24.257],[211.368,23.861],[211.467,23.448],[211.467,22.317],[211.072,22.39],[210.681,22.29],[210.309,22.29],[209.96,22.282]],\"c\":true},\"ix\":2},\"nm\":\"Path 92\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":92,\"ty\":\"sh\",\"ix\":93,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.243],[-0.196,-0.144],[-0.172,-0.046],[-0.148,0],[-0.27,0],[-0.071,-0.444],[-0.024,-0.147],[0,-0.369],[0.025,-0.243],[-0.024,-0.12],[0,-0.073],[-0.101,-0.074],[-0.17,-0.076],[-0.152,-0.025],[-0.294,0.052],[0.047,-0.166],[0.022,-0.12],[0,-0.17],[-0.074,-0.121],[-0.149,-0.073],[-0.15,-0.03],[-0.148,0],[-0.122,0.045],[-0.072,0.097],[-0.12,0.05],[-0.273,0],[0,0],[0.269,0.17],[0.097,0.046],[0.099,0.148],[0.046,0.126],[0.071,0.122],[0.145,0.102],[0.145,0.072],[0.097,0.074],[0.073,0.15],[0.02,0.148],[0.052,0.269],[0.098,0.145],[0.295,0.196],[0.272,0.196],[0.149,0.103],[0.148,0.099],[0.121,0.023]],\"o\":[[0,0.27],[0.149,0.124],[0.119,0.028],[0.271,0.028],[0,0.47],[0.025,0.145],[0.097,0.343],[0,0.246],[0,0.151],[0,0.056],[0,0.152],[0.145,0.119],[0.146,0.073],[0.266,0.046],[-0.077,0.177],[-0.026,0.124],[-0.026,0.149],[0,0.15],[0.073,0.124],[0.147,0.078],[0.122,0.021],[0.147,0],[0.125,-0.05],[0.074,-0.099],[0.247,-0.097],[0,0],[0,-0.343],[-0.099,-0.05],[-0.145,-0.103],[-0.049,-0.103],[-0.051,-0.124],[-0.076,-0.152],[-0.122,-0.074],[-0.12,-0.048],[-0.125,-0.098],[-0.076,-0.149],[-0.05,-0.272],[-0.027,-0.174],[-0.198,-0.297],[-0.269,-0.17],[-0.149,-0.099],[-0.148,-0.097],[-0.123,-0.076],[-0.023,0.248]],\"v\":[[204.587,24.084],[204.879,24.749],[205.274,25.041],[205.668,25.041],[206.353,25.041],[206.353,26.223],[206.55,26.617],[206.746,27.574],[206.647,28.185],[206.55,28.577],[206.647,28.777],[206.944,29.075],[207.337,29.37],[207.733,29.566],[208.517,29.465],[208.223,29.858],[208.223,30.253],[208.025,30.644],[208.124,31.038],[208.517,31.235],[208.91,31.435],[209.303,31.435],[209.696,31.435],[209.696,31.038],[210.089,30.939],[210.777,30.939],[210.777,29.786],[210.287,29.075],[209.892,28.979],[209.499,28.68],[209.404,28.288],[209.404,27.894],[209.009,27.597],[208.616,27.402],[208.223,27.303],[208.025,26.91],[207.829,26.517],[207.829,25.732],[207.535,25.338],[206.844,24.647],[206.061,24.257],[205.762,23.861],[205.371,23.568],[204.684,23.469]],\"c\":true},\"ix\":2},\"nm\":\"Path 93\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":93,\"ty\":\"sh\",\"ix\":94,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.073,-0.123],[0.15,-0.391],[0.052,-0.127],[0.078,-0.15],[0.073,-0.121],[0.097,-0.151],[0.073,-0.121],[0.072,-0.123],[0.078,-0.171],[0.028,-0.126],[0,-0.123],[0.075,-0.151],[0.125,-0.147],[0.12,-0.073],[0.221,-0.171],[0.099,-0.073],[0.174,-0.1],[0.123,-0.022],[0.057,0.011],[0.073,-0.042],[0.099,-0.148],[0.099,-0.296],[-0.146,0],[-0.147,0],[-0.122,0.048],[-0.121,0.127],[-0.072,0.165],[-0.047,0.119],[-0.27,0.178],[-0.125,0.051],[-0.145,0.026],[-0.346,0],[-0.027,0.27],[-0.128,0.272],[-0.242,0.22],[-0.124,0.095],[-0.077,0.124],[-0.025,0.176],[-0.025,0.347],[0,0.147],[0,0.346]],\"o\":[[-0.243,0.369],[-0.024,0.124],[-0.073,0.173],[-0.072,0.146],[-0.097,0.146],[-0.074,0.121],[-0.072,0.124],[-0.077,0.149],[-0.048,0.121],[-0.021,0.122],[-0.021,0.172],[-0.072,0.146],[-0.095,0.123],[-0.225,0.173],[-0.099,0.078],[-0.144,0.125],[-0.122,0.046],[-0.052,0.011],[-0.078,-0.015],[-0.145,0.074],[-0.17,0.245],[0.147,0],[0.174,0],[0.124,0],[0.172,-0.073],[0.121,-0.124],[0.049,-0.124],[0.124,-0.296],[0.122,-0.071],[0.151,-0.049],[0.32,-0.074],[0,-0.295],[0.05,-0.296],[0.148,-0.29],[0.123,-0.101],[0.122,-0.103],[0.097,-0.15],[0.073,-0.316],[0,-0.148],[0.025,-0.346],[-0.072,0.148]],\"v\":[[203.602,25.338],[202.91,26.223],[202.91,26.617],[202.616,27.009],[202.421,27.402],[202.029,27.699],[201.832,28.092],[201.639,28.484],[201.24,28.777],[201.24,29.172],[201.24,29.566],[200.947,29.96],[200.65,30.351],[200.457,30.744],[199.668,30.939],[199.569,31.331],[199.176,31.631],[198.785,31.726],[198.621,31.715],[198.389,31.726],[198.095,32.121],[197.803,32.907],[198.168,33.003],[198.585,32.907],[198.98,32.907],[199.373,32.611],[199.668,32.221],[199.668,31.827],[200.258,31.135],[200.65,31.038],[201.046,30.842],[201.931,30.842],[201.931,30.055],[202.227,29.269],[202.715,28.484],[203.11,28.288],[203.504,28.092],[203.602,27.597],[203.602,26.713],[203.701,26.323],[203.798,24.942]],\"c\":true},\"ix\":2},\"nm\":\"Path 94\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":94,\"ty\":\"sh\",\"ix\":95,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.15,-0.019],[0.126,-0.051],[0.096,-0.124],[0.025,-0.124],[0,-0.347],[0,0],[0.292,-0.196],[0.174,-0.071],[0.173,-0.05],[0.172,-0.019],[0.32,-0.048],[0.149,0],[0.295,0],[0,0],[0.37,-0.068],[0.119,0],[0.294,0],[0.048,-0.194],[0.051,-0.146],[0.047,-0.144],[0.047,-0.124],[0.101,-0.126],[0.247,-0.274],[0.07,-0.169],[0.051,-0.126],[0.098,-0.198],[0.023,-0.124],[-0.125,-0.022],[-0.07,0.006],[-0.059,-0.01],[-0.198,-0.026],[-0.099,-0.586],[-0.027,-0.127],[-0.124,-0.296],[-0.023,-0.126],[0,-0.222],[0.075,-0.196],[0.127,-0.122],[0.046,-0.223],[0,-0.147],[0,-0.296],[0.095,-0.319],[0.146,-0.121],[0.172,-0.048],[0.068,0.006],[0.058,-0.011],[0.294,-0.027],[0,0],[-0.05,-0.175],[-0.025,-0.125],[0.416,-0.267],[0,0],[0.12,-0.027],[0.246,-0.195],[0.098,-0.149],[0,-0.609],[0,0],[0.052,-0.471],[0,-0.296],[0,-0.145],[0,-0.169],[0,-0.146],[-0.167,-0.295],[-0.148,0.048],[-0.248,0],[-0.345,-0.022],[0,0],[0.122,-0.076],[0.295,-0.052],[0.149,0],[0.201,-0.024],[0.076,-0.271],[0.095,-0.075],[0.123,-0.098],[0.147,-0.098],[0.074,-0.167],[0,-0.218],[-0.049,-0.202],[-0.074,-0.175],[-0.029,-0.175],[0,0],[-0.029,-0.346],[-0.05,-0.125],[-0.145,-0.121],[-0.144,-0.047],[-0.12,0],[-0.126,-0.026],[-0.149,-0.047],[-0.121,-0.074],[-0.125,-0.172],[-0.077,-0.146],[-0.099,-0.17],[-0.098,-0.121],[-0.073,-0.152],[-0.048,-0.151],[-0.025,-0.295],[-0.026,-0.127],[-0.077,-0.12],[-0.093,-0.122],[-0.098,-0.125],[-0.074,-0.145],[0,-0.293],[0,0],[-0.075,-0.127],[-0.075,-0.124],[-0.1,-0.146],[-0.025,-0.494],[-0.199,-0.438],[-0.075,-0.122],[-0.1,-0.098],[-0.124,-0.098],[-0.121,-0.071],[-0.145,-0.097],[-0.099,-0.122],[-0.049,-0.153],[0,-0.147],[-0.025,-0.393],[-0.026,-0.173],[-0.05,-0.125],[-0.073,-0.151],[-0.171,-0.295],[-0.1,-0.124],[-0.147,-0.12],[-0.148,-0.075],[-0.17,-0.102],[-0.174,-0.053],[-0.124,-0.025],[-0.128,0.012],[-0.136,-0.025],[-0.149,-0.075],[-0.144,-0.146],[-0.147,-0.101],[-0.125,-0.078],[-0.147,-0.095],[-0.345,-0.168],[-0.293,-0.101],[-0.148,-0.049],[-0.269,-0.317],[-0.099,-0.12],[-0.122,-0.151],[-0.296,-0.243],[-0.172,-0.023],[-0.121,0],[-0.292,0],[0,0],[0.025,-0.32],[0,-0.219],[0,-0.074],[0,0],[0,-0.368],[0,0],[0.025,-0.152],[0.025,-0.124],[0.022,-0.175],[0,-0.273],[0,-0.045],[0,0],[0,-0.147],[0,-0.221],[0,0],[0,0],[0.026,-0.22],[0,-0.344],[-0.025,-0.172],[0,0],[0,0],[0.022,-0.148],[0.022,-0.124],[0.026,-0.125],[0.049,-0.149],[0.073,-0.172],[0.145,-0.373],[0.022,-0.196],[0,-0.292],[0,-0.098],[-0.025,-0.392],[0,-0.146],[0,-0.175],[0,-0.195],[0.022,-0.124],[0.073,-0.197],[0.047,-0.124],[0.076,-0.148],[0.12,-0.174],[0,-0.494],[0,0],[0,-0.121],[-0.022,-0.121],[-0.073,-0.149],[-0.074,-0.15],[0,-0.644],[0.123,-0.586],[0,-0.15],[0.047,-0.442],[0.122,-0.296],[0.05,-0.123],[0.049,-0.195],[0.049,-0.171],[0.049,-0.148],[0.097,-0.15],[0.124,-0.172],[0,-0.149],[0,0],[0,-0.198],[0,-0.247],[0,-0.097],[0.022,-0.124],[0.076,-0.175],[0.075,-0.126],[0.078,-0.175],[0.026,-0.196],[0.148,-0.144],[0.074,-0.145],[0.023,-0.145],[0,-0.146],[-0.072,-0.193],[-0.026,-0.123],[-0.052,-0.3],[0,-0.148],[0,-0.148],[0,-0.317],[0.318,-0.517],[0.099,-0.147],[0.075,-0.145],[0,-0.298],[-0.025,-0.127],[-0.072,-0.173],[0,0],[0,-0.344],[0,-0.151],[0.244,-0.121],[0.099,-0.152],[0.049,-0.124],[0.049,-0.124],[0.05,-0.203],[0.026,-0.123],[0,-0.218],[-0.146,-0.167],[-0.124,-0.079],[-0.2,0],[0,0],[0,0],[0,0],[0,0],[0.146,-0.123],[0.123,-0.103],[0.126,-0.122],[0,0],[0.127,-0.145],[0.073,-0.149],[0.024,-0.122],[0,-0.151],[0,-0.49],[0.02,-0.469],[0.019,-0.148],[0,0],[0.121,0.1],[0.068,0],[0.041,0.068],[0,0.12],[0,0],[0.049,0.295],[0.049,0],[0.22,0],[0,0],[-0.099,-0.104],[-0.1,-0.123],[-0.072,-0.146],[-0.048,-0.147],[0,-0.12],[0,-0.147],[0,-0.292],[0,0],[0.099,0.072],[0.073,0.123],[0.049,0.125],[0.073,0.098],[0.197,0],[0.172,0],[0,0],[0.222,-0.147],[0.075,-0.122],[0,-0.198],[-0.469,-0.075],[-0.147,0],[-0.119,-0.03],[-0.064,0.007],[-0.064,-0.015],[-0.148,-0.098],[0.073,-0.121],[0,-0.216],[0,-0.169],[-0.027,-0.148],[-0.371,-0.146],[-0.296,-0.146],[0.024,-0.169],[0.024,-0.151],[0.292,-0.028],[0.125,-0.028],[0.297,-0.052],[0.112,0.008],[0.151,-0.029],[0.149,-0.075],[0,-0.223],[0,0],[-0.022,-0.149],[-0.022,-0.122],[-0.022,-0.121],[-0.073,-0.124],[0,-0.246],[0,0],[0.051,-0.172],[0,-0.169],[-0.196,-0.273],[0,-0.343],[0,-0.17],[-0.075,-0.126],[-0.119,-0.092],[-0.123,-0.099],[-0.049,-0.12],[0,0],[0,0],[-0.146,0],[0,0],[-0.144,-0.024],[0.147,-0.12],[0.296,-0.145],[-0.322,-0.127],[-0.072,0.01],[-0.056,-0.014],[-0.064,0.006],[-0.064,-0.015],[-0.097,-0.071],[0,0],[-0.098,-0.145],[-0.075,-0.169],[-0.052,-0.174],[-0.046,-0.127],[-0.144,-0.102],[-0.394,-0.266],[-0.099,-0.145],[-0.048,-0.12],[-0.048,-0.126],[-0.124,-0.077],[-0.047,-0.198],[-0.029,-0.123],[-0.027,-0.222],[-0.298,-0.031],[-0.126,-0.055],[-0.098,-0.073],[-0.05,-0.096],[-0.32,-0.127],[-0.141,0.021],[-0.123,-0.022],[-0.145,-0.025],[-0.121,-0.029],[-0.127,-0.025],[-0.169,-0.05],[-0.146,0.015],[-0.125,-0.012],[0,0],[-0.169,-0.048],[-0.198,0],[0,0],[-0.17,0],[-0.145,0.124],[-0.073,0.102],[-0.15,0.069],[-0.22,0],[-0.294,0.02],[0.223,0.149],[0.091,-0.021],[0.078,0.024],[0.321,0.074],[0.126,0],[0.15,0],[0.345,0],[0.145,0],[0,0],[0.295,0.024],[0.098,0.078],[0.096,0.143],[0.049,0.169],[0.022,0.296],[0.022,0.127],[0.049,0.121],[0.073,0.169],[0.047,0.144],[0,0.121],[0,0],[0.025,0.148],[0.025,0.265],[0.027,0.118],[0.074,0.15],[0,0.272],[0,0.243],[0,0],[0.048,0.15],[0,0],[-0.026,0.37],[0,0],[0.026,0.247],[0,0.142],[-0.122,0.246],[-0.147,0.093],[-0.124,0.026],[-0.273,0.073],[-0.099,0.168],[-0.196,0.61],[-0.047,0.127],[-0.122,0.126],[-0.146,0.074],[-0.171,0.072],[-0.067,-0.011],[-0.061,0.025],[-0.097,0.103],[0,0],[0.222,0],[0.318,0.1],[0.121,0.101],[0.05,0.099],[0.173,0.073],[0.122,0.049],[0.147,0.099],[0.097,0.171],[0.047,0.173],[0,0.295],[0,0],[-0.071,0.15],[-0.147,0.148],[-0.54,0],[0,0],[0,0],[-0.075,0.098],[-0.097,0.145],[-0.121,0.299],[-0.026,0.145],[0,0.146],[0,0.124],[-0.026,0.126],[-0.223,0],[-0.394,0],[-0.196,0.098],[-0.049,0.194],[0,0.145],[0,0],[0.052,0.148],[0.061,0.005],[0.074,-0.012],[0.148,-0.075],[0.199,-0.093],[0.077,0.01],[0.052,-0.009],[0.025,0.171],[0.025,0.295],[0.022,0.295],[0,0.152],[0,0],[0,0],[-0.293,-0.146],[-0.392,0],[0,0],[0,0.173],[0.027,0.175],[0,0],[-0.022,0.121],[-0.075,0.148],[-0.071,0.145],[0,0.143],[0.026,0.124],[0.071,0.294],[0,0.147],[0,0],[0,0],[-0.171,0],[0,0],[-0.268,0.073],[-0.344,0],[0,0],[-0.341,0],[-0.126,0.141],[-0.05,0.123],[-0.05,0.124],[-0.071,0.145],[-0.197,0.245],[-0.178,0.098],[-0.269,0.195],[-0.099,0.15],[-0.098,0.173],[0,0],[0,0.175],[0,0],[0,0],[0.149,0.032],[0,0],[0.025,0.125],[0.05,0.122],[0.123,0.097],[0.17,0.099],[0.297,0.222],[0.076,0.128],[0.098,0.149],[0.025,0.12],[0,0],[-0.32,-0.1],[-0.345,-0.176],[-0.174,-0.019],[-0.071,0.006],[-0.058,-0.009],[-0.467,0],[-0.127,0.025],[-0.196,0.051],[-0.3,0],[-0.271,0.078],[-0.168,0.074],[-0.097,0.073],[-0.098,0.148],[-0.147,0.293],[-0.073,0.124],[-0.173,0.102],[-0.124,0.052],[-0.123,0.169],[-0.049,0.17],[-0.022,0.122],[0,0.298],[-0.176,0.344],[-0.024,0.169],[-0.024,0.466],[0,0.126],[-0.024,0.125],[-0.073,0.119],[-0.295,0.122],[-0.172,0],[-0.172,-0.023],[0.047,-0.147],[0.027,-0.121],[0,-0.169],[-0.049,-0.168],[-0.223,0.224],[-0.072,0.122],[-0.148,0.298],[-0.074,0.122],[-0.099,0.169],[-0.073,0.145],[-0.074,0.172],[-0.025,0.124],[-0.027,0.149],[-0.027,0.123],[-0.073,0.126],[-0.147,0.097],[-0.126,0.044],[-0.126,0.025],[-0.149,0.097],[-0.099,0.197],[0,0.174],[0,0.296],[0.049,0.273],[0.048,0.293],[0,0.147],[0,0.195],[0,0.348],[-0.097,0.314],[-0.075,0.149],[-0.121,0.123],[-0.175,0.126],[-0.296,0.166],[-0.126,0.046],[-0.097,0.122],[-0.149,0.193],[-0.096,0.148],[-0.123,0.144],[-0.146,0.097],[-0.196,0],[0,0],[-0.27,0.194],[-0.122,0.148],[-0.1,0.126],[-0.124,0.127],[0,0],[-0.048,0.196],[-0.023,0.124],[-0.17,0.126],[-0.097,0.077],[-0.098,0.126],[-0.195,0.32],[-0.122,0.292],[-0.05,0.125],[-0.146,0.122],[-0.198,0.174],[-0.049,0.296],[-0.199,0.467],[-0.074,0.125],[-0.097,0.123],[-0.075,0.097],[-0.072,0.148],[-0.023,0.144],[0,0.125],[0,0.295],[-0.024,0.465],[0,0.121],[0,0],[-0.048,0.15],[-0.1,0.347],[-0.027,0.124],[0,0.121],[-0.023,0.151],[0,0.219],[0,0],[0,0.393],[0,0],[0,0.147],[0,0],[-0.122,0.029],[-0.065,-0.007],[-0.063,0.015],[-0.169,0.072],[-0.122,0.076],[-0.172,0.498],[-0.048,0.176],[-0.173,0.248],[-0.147,0.074],[-0.071,-0.016],[-0.059,0.026],[-0.121,0.025],[-0.343,0.246],[-0.097,0.095],[-0.143,0.296],[-0.317,0.639],[-0.047,0.121],[-0.1,0.119],[-0.076,0.171],[-0.053,0.125],[0,0],[-0.052,0.396],[0,0.22],[0.025,0.197],[0.074,0.174],[0.146,0.369],[0.027,0.293],[0,0.295],[0.127,0.296],[0.148,0.101],[0.347,0],[0,0],[0.148,0.027],[0.145,0.028],[0.08,-0.007],[0.086,0.014],[0.123,0.026],[0.269,0.169],[0.099,0.118],[0.049,0.123],[0.099,0.296],[0.024,0.121],[0.122,0.121],[0.17,0.125],[0.175,0.098],[0.123,0.024],[0.219,0],[0.393,0],[0,0],[0.172,0.078],[0.346,0.168],[0.148,0.047],[0.322,0],[0.37,-0.05],[0.047,-0.468],[0.221,0.024],[0.123,0],[0.122,0.027],[0.148,0.078],[0.123,0.075],[0.073,0.122],[-0.149,0.07],[-0.123,0.072],[-0.146,0.074],[0,0],[0.068,-0.006],[0.058,0.009],[0.148,0.024],[0.174,0.048],[0.148,0.098],[0.173,0.123],[0.15,0.1],[0.123,0.047],[0.223,0.017],[0.196,0],[0.121,0],[0,0],[0.145,0.048],[0.223,0.101],[0.345,0],[0.318,-0.048],[0,0],[0,0],[0,0],[-0.075,0.12],[-0.149,0.123],[-0.149,0.128],[-0.047,0.096],[-0.024,0.292],[0.27,0.102],[0.169,0.053],[0.271,0.074],[0.195,0],[0,0],[0,0],[0.197,-0.025],[0.025,-0.295],[0.025,-0.121],[0.417,0],[0.274,0.028],[0,0],[0,0.145],[0,0.148],[-0.392,0.195],[-0.097,0.073],[-0.048,0.148],[-0.021,0.293],[-0.026,0.294],[0,0.222],[0.026,0.42],[0.222,0],[0.147,0],[0.124,0],[0,0],[0.027,0.146],[0.048,0.171],[0.048,0.123],[0.072,0.197],[0.051,0.1],[0.148,0.098],[0.075,-0.017],[0.057,0.025],[0.297,0.145],[0.072,0.145],[0.221,0.193],[0.121,0.075],[0.148,0.077],[0.173,0.075],[0.174,-0.025],[0.138,0.013],[0.174,0.073],[0.173,0.074],[0,0],[0.244,0],[0.169,-0.075],[0.149,-0.1],[0.393,0],[0,0],[0.147,0],[0.271,0.073],[0.296,0.124],[0.122,0.052],[0.272,0.145],[0.294,0.248],[0.098,0.15],[0.025,0.194],[0,0.465],[0.174,0.023],[0.069,-0.007],[0.059,0.011],[0.173,0.07],[0.124,0.071],[0.146,0.145],[0.096,0.119],[0.096,0.074],[0.075,-0.016],[0.057,0.025],[0.147,0.125],[0.049,0.172],[0.023,0.122],[0,0.347],[0,0],[0.27,-0.075],[0.297,-0.025],[0.147,0],[0.05,0.174],[0.024,0.124],[0.027,0.393],[0,0],[-0.17,0.076],[0.22,0.094],[0.176,0.048],[0.148,0.053],[0.175,0.047],[0,0],[0,0],[0.147,0.051],[0.294,0],[0.145,-0.194],[0.051,-0.122],[0.048,-0.121],[0.071,-0.122],[0.344,0],[0.174,0.096],[0.097,0.127],[0.099,0.149],[0.171,0.075],[0.319,0.075],[0.196,0],[0,0],[0.145,0.021],[0.397,0.075],[0,0],[0.295,0.023],[0.148,0.053],[0.147,0.1],[0.171,0.077],[0.122,0.027],[0.54,0.102],[0.024,-0.293],[0.099,-0.122],[0.17,-0.024],[0.129,0.012],[0.135,-0.024],[0.172,-0.073],[0.147,-0.123],[0,-0.218],[0,-0.149],[-0.027,-0.121],[0,-0.122],[-0.025,-0.149],[0,-0.219],[0.025,-0.222],[0.048,-0.175],[0.123,0.124],[0.098,0.122],[0.148,0.391],[0,0.344],[-0.022,0.12],[-0.051,0.175],[-0.025,0.125],[0,0.146],[0,0.248],[-0.321,0.294],[-0.124,0.102],[-0.121,0.098],[-0.122,0.073],[0,0]],\"o\":[[-0.169,0],[-0.122,0.029],[-0.145,0.072],[-0.075,0.099],[-0.075,0.318],[0,0],[-0.37,0],[-0.148,0.099],[-0.171,0.075],[-0.17,0.05],[-0.32,0.074],[-0.124,0],[-0.291,0.022],[0,0],[-0.271,0.271],[-0.123,0.029],[-0.273,0.023],[0,0.222],[-0.048,0.151],[-0.047,0.148],[-0.051,0.124],[-0.051,0.173],[-0.244,0.266],[-0.097,0.124],[-0.05,0.123],[-0.077,0.17],[-0.049,0.117],[0,0],[0.064,0.014],[0.064,-0.007],[0.173,0.048],[0,0.612],[0,0.123],[0.096,0.315],[0.048,0.123],[0.05,0.195],[0,0.22],[-0.07,0.177],[-0.171,0.17],[-0.026,0.124],[-0.026,0.293],[0,0.343],[-0.052,0.196],[-0.147,0.122],[-0.062,0.014],[-0.067,-0.006],[-0.275,0.051],[0,0],[0.076,0.171],[0.025,0.12],[-0.467,0.222],[0,0],[-0.123,0.021],[-0.297,0.072],[-0.149,0.123],[-0.322,0.493],[0,0],[0.05,0.472],[-0.02,0.293],[0,0.148],[0,0.172],[0,0.173],[0.049,0.318],[0.149,-0.074],[0.219,-0.075],[0.341,0],[0,0],[-0.097,0.124],[-0.271,0.168],[-0.124,0.023],[-0.198,0.023],[0,0.295],[-0.02,0.123],[-0.121,0.095],[-0.147,0.126],[-0.148,0.098],[-0.072,0.176],[0,0.22],[0.05,0.169],[0.075,0.166],[0,0],[0.021,0.341],[0,0.147],[0.073,0.166],[0.121,0.096],[0.128,0.026],[0.122,0],[0.147,0.026],[0.148,0.052],[0.173,0.096],[0.073,0.124],[0.075,0.172],[0.072,0.124],[0.124,0.147],[0.073,0.117],[0.073,0.269],[0,0.148],[0.022,0.121],[0.071,0.145],[0.099,0.12],[0.1,0.123],[0.121,0.244],[0,0],[0.074,0.145],[0.074,0.123],[0.099,0.147],[0.291,0.368],[0.026,0.491],[0.046,0.148],[0.074,0.123],[0.098,0.098],[0.124,0.096],[0.146,0.099],[0.124,0.078],[0.099,0.12],[0.025,0.117],[0.025,0.396],[0,0.196],[0.025,0.125],[0.074,0.17],[0.174,0.271],[0.073,0.147],[0.096,0.125],[0.124,0.101],[0.174,0.098],[0.149,0.07],[0.122,0.024],[0.136,0.025],[0.129,-0.013],[0.17,0.022],[0.174,0.097],[0.124,0.125],[0.124,0.07],[0.148,0.097],[0.32,0.198],[0.269,0.126],[0.147,0.049],[0.367,0.174],[0.099,0.127],[0.122,0.172],[0.246,0.293],[0.147,0.128],[0.122,0.024],[0.271,0.024],[0,0],[0,0.318],[0,0.222],[0,0.074],[0,0],[0.025,0.371],[0,0],[0,0.173],[-0.025,0.122],[-0.025,0.149],[-0.027,0.269],[0,0.046],[0,0],[0,0.174],[0.025,0.198],[0,0],[0,0],[-0.025,0.196],[-0.049,0.345],[0.074,0.174],[0,0],[0,0],[-0.025,0.148],[-0.027,0.125],[-0.027,0.12],[-0.025,0.144],[-0.048,0.174],[-0.173,0.367],[-0.049,0.171],[-0.025,0.294],[0,0.104],[0,0.393],[0,0.146],[0,0.174],[0,0.194],[0,0.15],[-0.025,0.196],[-0.049,0.124],[-0.073,0.174],[-0.122,0.194],[-0.295,0.368],[0,0],[0,0.15],[0,0.126],[0.051,0.145],[0.07,0.171],[0.294,0.539],[0,0.611],[-0.023,0.127],[-0.051,0.465],[-0.051,0.32],[-0.049,0.122],[-0.073,0.198],[-0.05,0.17],[-0.05,0.148],[-0.05,0.171],[-0.124,0.172],[-0.049,0.097],[0,0],[0,0.198],[0,0.244],[0,0.097],[0,0.147],[-0.05,0.171],[-0.075,0.144],[-0.099,0.17],[-0.072,0.171],[-0.144,0.147],[-0.125,0.12],[-0.073,0.148],[-0.025,0.125],[0,0.222],[0.024,0.127],[0.098,0.294],[0.024,0.123],[0,0.145],[0.024,0.32],[0,0.64],[-0.074,0.147],[-0.095,0.149],[-0.122,0.247],[0,0.146],[0.048,0.173],[0,0],[0.15,0.296],[0,0.143],[-0.297,0.023],[-0.174,0.099],[-0.075,0.095],[-0.05,0.122],[-0.075,0.192],[-0.02,0.121],[-0.047,0.196],[0,0.249],[0.098,0.126],[0.146,0.096],[0,0],[0,0],[0,0],[0,0],[-0.126,0.125],[-0.126,0.097],[-0.147,0.119],[0,0],[-0.096,0.125],[-0.122,0.148],[-0.077,0.121],[-0.027,0.123],[0,0.492],[0,0.469],[0,0.169],[0,0],[-0.146,-0.098],[-0.045,-0.031],[-0.085,0.001],[-0.074,-0.123],[0,0],[0,-0.296],[-0.05,0.025],[-0.196,0.05],[0,0],[0.121,0.077],[0.121,0.12],[0.099,0.124],[0.076,0.126],[0.026,0.124],[0,0.122],[0.028,0.296],[0,0],[-0.12,-0.024],[-0.126,-0.072],[-0.076,-0.102],[-0.05,-0.122],[-0.125,-0.149],[-0.169,0],[0,0],[-0.274,0.049],[-0.124,0.076],[-0.097,0.153],[0,0.489],[0.121,0.022],[0.146,0],[0.059,0.011],[0.072,-0.006],[0.171,0.047],[-0.049,0.123],[-0.099,0.176],[0,0.177],[0,0.151],[0.415,0],[0.294,0.122],[-0.046,0.146],[-0.029,0.147],[-0.297,0],[-0.148,0],[-0.293,0.066],[-0.118,0.011],[-0.144,-0.012],[-0.173,0.023],[-0.173,0.099],[0,0],[0,0.168],[0,0.117],[0.026,0.125],[0.026,0.147],[0.123,0.171],[0,0],[-0.025,0.171],[-0.046,0.147],[0,0.347],[0.197,0.272],[0,0.171],[0,0.15],[0.072,0.121],[0.125,0.1],[0.098,0.073],[0,0],[0,0],[0.146,-0.024],[0,0],[0.147,0],[-0.072,0.173],[-0.246,0.198],[0.245,0.269],[0.066,0.025],[0.062,-0.009],[0.06,0.011],[0.071,-0.006],[0.102,0.022],[0,0],[0.099,0.125],[0.097,0.146],[0.072,0.172],[0.02,0.124],[0.072,0.169],[0.37,0.269],[0.148,0.102],[0.074,0.097],[0.052,0.125],[0.073,0.146],[0.17,0.122],[0.025,0.119],[0.023,0.196],[0.294,0.018],[0.148,0],[0.12,0.042],[0.099,0.075],[0.194,0.297],[0.148,0.052],[0.116,-0.017],[0.146,0.023],[0.127,0.024],[0.12,0.02],[0.168,0.049],[0.157,0.043],[0.108,-0.012],[0,0],[0.171,0.02],[0.174,0.049],[0,0],[0.173,0],[0.198,0],[0.097,-0.071],[0.126,-0.145],[0.171,-0.098],[0.294,0],[-0.047,-0.297],[-0.081,-0.05],[-0.075,0.016],[-0.296,-0.123],[-0.121,-0.027],[-0.122,0],[-0.342,-0.026],[-0.149,0],[0,0],[-0.295,0],[-0.149,0],[-0.148,-0.121],[-0.098,-0.151],[-0.077,-0.273],[0,-0.145],[-0.027,-0.121],[-0.075,-0.174],[-0.072,-0.149],[-0.023,-0.126],[0,0],[-0.023,-0.145],[-0.024,-0.268],[0,-0.127],[-0.02,-0.149],[-0.126,-0.22],[0,-0.244],[0,0],[0,-0.17],[0,0],[0,-0.368],[0,0],[0,-0.248],[0,-0.148],[0,-0.297],[0.099,-0.173],[0.099,-0.073],[0.27,-0.073],[0.196,-0.048],[0.343,-0.566],[0.026,-0.128],[0.074,-0.149],[0.099,-0.095],[0.146,-0.071],[0.061,-0.022],[0.068,0.012],[0.15,-0.073],[0,0],[-0.223,-0.023],[-0.345,0],[-0.146,-0.046],[-0.101,-0.076],[-0.121,-0.17],[-0.122,-0.048],[-0.172,-0.072],[-0.176,-0.097],[-0.099,-0.145],[-0.072,-0.266],[0,0],[0,-0.177],[0.099,-0.197],[0.37,-0.366],[0,0],[0,0],[0,-0.149],[0.096,-0.151],[0.173,-0.271],[0.05,-0.144],[0.025,-0.124],[0,-0.148],[0,-0.12],[0.05,-0.193],[0.392,0],[0.248,0],[0.172,-0.097],[0.025,-0.126],[0,0],[0,-0.169],[-0.073,0.012],[-0.06,-0.007],[-0.174,0.025],[-0.195,0.097],[-0.071,0.031],[-0.057,-0.009],[-0.099,-0.143],[-0.048,-0.272],[-0.022,-0.29],[0,-0.145],[0,0],[0,0],[0.348,0],[0.346,0.172],[0,0],[0,-0.173],[0,-0.197],[0,0],[0,-0.146],[0.051,-0.145],[0.072,-0.146],[0.051,-0.126],[0,-0.152],[-0.05,-0.296],[-0.028,-0.122],[0,0],[0,0],[0.173,0],[0,0],[0.292,0],[0.32,-0.078],[0,0],[0.343,0],[0.199,0],[0.073,-0.101],[0.049,-0.126],[0.072,-0.171],[0.174,-0.295],[0.12,-0.148],[0.293,-0.172],[0.151,-0.098],[0.098,-0.144],[0,0],[0.073,-0.142],[0,0],[0,0],[-0.147,0],[0,0],[0,-0.147],[-0.025,-0.123],[-0.049,-0.175],[-0.147,-0.126],[-0.324,-0.201],[-0.12,-0.099],[-0.097,-0.145],[-0.05,-0.098],[0,0],[0.342,0],[0.368,0.121],[0.173,0.073],[0.063,0.016],[0.064,-0.006],[0.44,0.099],[0.147,0],[0.194,-0.048],[0.271,-0.044],[0.293,0],[0.171,-0.044],[0.123,-0.047],[0.151,-0.125],[0.195,-0.269],[0.074,-0.148],[0.099,-0.173],[0.121,-0.067],[0.197,-0.095],[0.097,-0.151],[0.027,-0.122],[0.05,-0.272],[0.222,-0.293],[0.069,-0.17],[0.073,-0.444],[0,-0.151],[0,-0.122],[0.051,-0.147],[0.173,-0.273],[0.148,-0.047],[0.169,0],[-0.05,0.149],[-0.027,0.119],[-0.022,0.148],[0,0.197],[0.293,-0.144],[0.1,-0.095],[0.172,-0.273],[0.072,-0.144],[0.098,-0.173],[0.073,-0.128],[0.075,-0.177],[0.051,-0.122],[0.05,-0.149],[0.024,-0.124],[0.048,-0.149],[0.101,-0.147],[0.1,-0.075],[0.119,-0.052],[0.169,-0.048],[0.172,-0.101],[0.073,-0.148],[0.024,-0.294],[0,-0.294],[-0.05,-0.296],[-0.024,-0.123],[0,-0.195],[-0.023,-0.345],[0,-0.345],[0.027,-0.155],[0.073,-0.172],[0.149,-0.145],[0.269,-0.194],[0.124,-0.055],[0.147,-0.078],[0.147,-0.173],[0.098,-0.145],[0.098,-0.172],[0.123,-0.148],[0.146,-0.1],[0,0],[0.368,0],[0.147,-0.098],[0.099,-0.123],[0.121,-0.15],[0,0],[0.025,-0.224],[0.028,-0.125],[0.049,-0.197],[0.098,-0.047],[0.123,-0.096],[0.249,-0.297],[0.176,-0.267],[0.051,-0.125],[0.1,-0.17],[0.221,-0.172],[0.198,-0.169],[0.026,-0.539],[0.048,-0.15],[0.072,-0.118],[0.072,-0.097],[0.096,-0.125],[0.075,-0.149],[0.026,-0.126],[0.026,-0.269],[0,-0.466],[0,-0.147],[0,0],[0.026,-0.145],[0.097,-0.34],[0.022,-0.121],[0.024,-0.121],[0,-0.126],[0.027,-0.224],[0,0],[-0.023,-0.399],[0,0],[0,-0.149],[0,0],[0.145,-0.028],[0.059,-0.011],[0.07,0.006],[0.173,-0.047],[0.15,-0.073],[0.42,-0.295],[0.049,-0.172],[0.076,-0.291],[0.099,-0.146],[0.063,-0.037],[0.063,0.014],[0.124,-0.051],[0.394,-0.147],[0.097,-0.049],[0.223,-0.226],[0.324,-0.633],[0.052,-0.124],[0.077,-0.176],[0.098,-0.124],[0.045,-0.124],[0,0],[0.174,-0.34],[0.025,-0.22],[0,-0.223],[-0.022,-0.171],[-0.169,-0.342],[-0.052,-0.271],[-0.022,-0.295],[0,-0.346],[-0.071,-0.173],[-0.27,-0.171],[0,0],[-0.173,0],[-0.148,-0.023],[-0.087,-0.012],[-0.081,0.007],[-0.122,-0.026],[-0.322,-0.098],[-0.121,-0.078],[-0.07,-0.099],[-0.122,-0.267],[-0.025,-0.127],[-0.048,-0.174],[-0.147,-0.148],[-0.171,-0.122],[-0.121,-0.074],[-0.197,-0.075],[-0.397,0],[0,0],[-0.196,0],[-0.342,-0.147],[-0.147,-0.072],[-0.294,-0.098],[-0.367,0],[0,0.464],[-0.224,0],[-0.15,0],[-0.126,0],[-0.149,-0.024],[-0.149,-0.073],[-0.099,-0.075],[0.146,-0.123],[0.122,-0.075],[0.148,-0.073],[0,0],[-0.078,-0.013],[-0.061,0.005],[-0.149,-0.026],[-0.172,-0.051],[-0.171,-0.048],[-0.174,-0.1],[-0.145,-0.1],[-0.096,-0.048],[-0.196,-0.1],[-0.171,-0.028],[-0.147,0],[0,0],[-0.148,-0.03],[-0.221,-0.074],[-0.294,-0.118],[-0.321,0],[0,0],[0,0],[0,0],[0.05,-0.123],[0.097,-0.179],[0.122,-0.1],[0.099,-0.068],[0.15,-0.221],[-0.293,-0.025],[-0.171,-0.049],[-0.273,-0.099],[-0.169,-0.047],[0,0],[0,0],[-0.197,0],[0,0.294],[0,0.146],[-0.148,0.391],[-0.269,0],[0,0],[0,-0.145],[0,-0.148],[0.443,0],[0.123,-0.046],[0.125,-0.097],[0.1,-0.27],[0.025,-0.296],[0.026,-0.221],[0,-0.414],[-0.22,0],[-0.145,0],[-0.125,0],[0,0],[0,-0.176],[-0.022,-0.171],[-0.021,-0.122],[-0.074,-0.196],[-0.049,-0.123],[-0.097,-0.147],[-0.052,-0.037],[-0.067,0.014],[-0.297,-0.121],[-0.12,-0.098],[-0.146,-0.272],[-0.099,-0.076],[-0.124,-0.074],[-0.146,-0.072],[-0.177,-0.072],[-0.115,0.017],[-0.197,0],[-0.194,-0.097],[0,0],[-0.221,-0.099],[-0.219,0],[-0.172,0.075],[-0.316,0.218],[0,0],[-0.151,0],[-0.294,-0.027],[-0.316,-0.097],[-0.121,-0.05],[-0.294,-0.116],[-0.319,-0.198],[-0.15,-0.124],[-0.095,-0.169],[-0.075,-0.445],[-0.196,-0.021],[-0.062,-0.013],[-0.066,0.006],[-0.174,-0.052],[-0.147,-0.072],[-0.17,-0.096],[-0.124,-0.124],[-0.075,-0.104],[-0.054,-0.038],[-0.067,0.015],[-0.17,-0.072],[-0.12,-0.095],[-0.05,-0.124],[-0.074,-0.319],[0,0],[-0.266,0.054],[-0.296,0.096],[-0.119,0],[-0.194,0],[-0.048,-0.122],[-0.1,-0.366],[0,0],[0.169,-0.049],[-0.148,-0.197],[-0.176,-0.076],[-0.148,-0.048],[-0.168,-0.049],[0,0],[0,0],[-0.148,-0.051],[-0.27,-0.073],[-0.271,0],[-0.074,0.103],[-0.048,0.12],[-0.05,0.147],[-0.173,0.271],[-0.197,0],[-0.147,-0.074],[-0.097,-0.121],[-0.097,-0.147],[-0.297,-0.146],[-0.174,-0.024],[0,0],[-0.175,0],[-0.37,-0.1],[0,0],[-0.291,0],[-0.174,0],[-0.171,-0.049],[-0.146,-0.095],[-0.124,-0.047],[-0.494,-0.172],[0,0.294],[0,0.197],[-0.1,0.125],[-0.137,0.025],[-0.128,-0.013],[-0.174,0.026],[-0.169,0.077],[-0.148,0.125],[0,0.148],[0,0.147],[0.023,0.122],[0.023,0.15],[0.025,0.194],[0,0.224],[-0.025,0.195],[-0.124,-0.101],[-0.125,-0.124],[-0.27,-0.346],[-0.119,-0.323],[0,-0.15],[0.051,-0.173],[0.026,-0.121],[0.023,-0.123],[0,-0.245],[0,-0.465],[0.12,-0.097],[0.122,-0.095],[0.123,-0.098],[0,0],[0,0]],\"v\":[[-156.459,25.264],[-156.875,25.357],[-157.27,25.459],[-157.659,25.655],[-157.759,26.048],[-157.759,26.936],[-159.993,26.936],[-160.805,27.424],[-161.2,27.719],[-161.693,27.916],[-162.184,28.111],[-163.068,28.305],[-163.463,28.41],[-164.247,28.41],[-164.247,30.668],[-165.036,31.256],[-165.425,31.359],[-166.214,31.359],[-166.214,31.946],[-166.412,32.339],[-166.605,32.733],[-166.605,33.127],[-167.002,33.426],[-167.788,34.013],[-168.18,34.306],[-168.18,34.7],[-168.574,35.094],[-168.6,35.463],[-168.6,35.856],[-168.396,35.858],[-168.208,35.856],[-167.716,35.956],[-167.716,37.526],[-167.617,37.921],[-167.224,38.708],[-167.129,39.102],[-167.028,39.69],[-167.129,40.278],[-167.521,40.577],[-168.009,40.97],[-168.009,41.359],[-167.914,42.149],[-168.009,43.032],[-168.404,43.426],[-168.7,43.818],[-168.898,43.819],[-169.09,43.818],[-169.878,43.919],[-169.978,44.508],[-169.683,44.904],[-169.683,45.294],[-170.863,45.978],[-170.959,46.772],[-171.351,46.868],[-172.14,47.163],[-172.434,47.556],[-172.73,49.124],[-174.403,49.124],[-174.306,50.309],[-174.403,51.095],[-174.5,51.487],[-174.403,51.904],[-174.5,52.373],[-174.11,53.157],[-173.713,52.964],[-173.097,52.768],[-172.239,52.862],[-172.239,53.647],[-172.434,54.046],[-173.221,54.339],[-173.614,54.339],[-174.11,54.436],[-174.11,55.224],[-174.205,55.618],[-174.599,55.811],[-174.99,56.107],[-175.385,56.401],[-175.482,56.992],[-175.385,57.587],[-175.09,57.98],[-174.793,58.372],[-174.793,58.765],[-174.793,59.648],[-174.793,60.043],[-174.5,60.433],[-174.11,60.63],[-173.713,60.63],[-173.318,60.63],[-172.926,60.825],[-172.534,61.025],[-172.14,61.417],[-171.944,61.811],[-171.648,62.3],[-171.453,62.693],[-171.058,62.992],[-170.863,63.385],[-170.863,64.169],[-170.764,64.566],[-170.665,64.956],[-170.274,65.252],[-169.978,65.645],[-169.584,65.94],[-169.485,66.725],[-169.485,67.612],[-169.191,68.104],[-168.995,68.497],[-168.6,68.79],[-168.11,69.97],[-168.009,71.249],[-167.815,71.642],[-167.421,71.839],[-167.224,72.231],[-166.832,72.426],[-166.439,72.72],[-166.045,72.92],[-165.848,73.316],[-165.848,73.705],[-165.848,74.687],[-165.75,75.18],[-165.75,75.575],[-165.358,75.868],[-164.964,76.654],[-164.764,77.05],[-164.374,77.342],[-163.982,77.54],[-163.49,77.838],[-163.095,78.132],[-162.702,78.229],[-162.309,78.229],[-161.915,78.229],[-161.522,78.524],[-161.131,78.916],[-160.836,79.312],[-160.439,79.508],[-160.049,79.799],[-159.262,80.388],[-158.475,80.687],[-158.081,80.883],[-157.197,81.469],[-156.999,81.865],[-156.608,82.261],[-155.918,83.043],[-155.624,83.438],[-155.232,83.438],[-154.47,83.438],[-154.47,87.545],[-154.641,88.354],[-154.542,88.941],[-154.641,89.139],[-154.641,89.53],[-154.445,90.491],[-154.445,90.712],[-154.641,91.108],[-154.641,91.499],[-154.835,91.895],[-154.74,92.558],[-154.835,92.677],[-154.835,93.171],[-154.641,93.564],[-154.641,94.129],[-154.641,94.351],[-154.641,94.742],[-154.936,95.234],[-154.936,96.119],[-154.641,96.614],[-154.641,97.004],[-154.641,97.397],[-154.835,97.792],[-154.835,98.189],[-154.936,98.58],[-155.133,98.972],[-155.329,99.463],[-155.819,100.446],[-156.015,100.936],[-156.015,101.695],[-156.114,101.921],[-156.015,102.904],[-155.918,103.295],[-156.015,103.766],[-155.918,104.278],[-156.015,104.672],[-156.313,105.166],[-156.409,105.558],[-156.707,105.953],[-157.098,106.443],[-157.687,107.573],[-157.687,107.817],[-157.592,108.21],[-157.592,108.606],[-157.393,109],[-157.098,109.394],[-156.608,110.968],[-156.903,112.533],[-156.999,112.932],[-156.999,114.109],[-157.294,114.998],[-157.393,115.389],[-157.786,115.782],[-157.786,116.274],[-157.984,116.667],[-158.278,117.058],[-158.671,117.454],[-158.966,117.749],[-158.966,118.533],[-158.867,119.027],[-158.966,119.642],[-158.867,119.91],[-158.867,120.306],[-159.164,120.698],[-159.361,121.092],[-159.755,121.485],[-159.853,121.975],[-160.439,122.466],[-160.836,122.761],[-161.03,123.152],[-161.131,123.547],[-160.736,123.938],[-160.736,124.334],[-160.439,125.123],[-160.439,125.515],[-160.344,125.908],[-160.344,126.742],[-160.638,128.365],[-160.935,128.758],[-161.326,129.053],[-161.423,129.843],[-161.423,130.234],[-161.131,130.627],[-160.935,131.02],[-160.541,131.834],[-160.638,132.2],[-161.423,132.295],[-161.817,132.594],[-161.915,132.986],[-162.014,133.38],[-162.409,133.775],[-162.409,134.166],[-162.508,134.753],[-162.31,135.341],[-161.915,135.546],[-161.497,135.839],[-160.245,135.839],[-159.95,132.295],[-158.475,132.295],[-158.475,133.473],[-158.768,133.87],[-159.164,134.071],[-159.46,134.459],[-159.46,136.525],[-159.755,136.916],[-160.144,137.213],[-160.245,137.607],[-160.291,137.999],[-160.144,139.276],[-160.144,140.458],[-160.291,140.852],[-160.736,140.555],[-161.03,140.162],[-161.209,140.132],[-161.423,140.065],[-161.423,139.673],[-161.423,139.276],[-161.522,138.49],[-161.522,138.688],[-162.112,138.688],[-162.112,139.865],[-161.718,139.969],[-161.522,140.357],[-161.131,140.652],[-160.935,141.047],[-160.935,141.44],[-160.836,141.835],[-160.836,142.617],[-161.131,142.422],[-161.522,142.326],[-161.915,142.131],[-161.915,141.735],[-162.014,141.342],[-162.409,141.047],[-162.799,141.247],[-162.799,142.422],[-163.587,142.617],[-163.786,143.013],[-164.176,143.31],[-163.291,144.195],[-162.898,144.093],[-162.508,144.195],[-162.32,144.193],[-162.112,144.195],[-161.817,144.586],[-161.915,144.977],[-162.31,145.37],[-162.112,145.763],[-162.112,146.159],[-161.03,146.26],[-160.245,146.649],[-160.439,147.042],[-160.439,147.441],[-161.227,147.441],[-161.622,147.441],[-162.409,147.732],[-162.752,147.727],[-163.192,147.732],[-163.587,148.026],[-163.982,148.422],[-163.982,148.618],[-163.786,149.012],[-163.786,149.403],[-163.786,149.796],[-163.392,149.994],[-163.095,150.584],[-163.095,150.781],[-163.392,151.172],[-163.587,151.564],[-162.996,152.256],[-162.606,153.039],[-162.996,153.236],[-162.898,153.63],[-162.508,153.824],[-162.112,154.023],[-162.112,154.416],[-162.898,154.812],[-162.702,155.301],[-162.31,155.205],[-161.522,155.205],[-161.131,155.301],[-161.227,155.792],[-162.014,156.187],[-161.326,156.878],[-161.115,156.882],[-160.935,156.878],[-160.747,156.876],[-160.541,156.878],[-160.541,157.171],[-160.935,157.464],[-160.638,157.857],[-160.245,158.153],[-160.144,158.644],[-160.245,159.039],[-159.853,159.334],[-158.671,159.821],[-158.278,160.117],[-158.181,160.51],[-158.081,160.908],[-157.687,161.102],[-157.197,161.4],[-157.294,161.791],[-157.197,162.381],[-156.409,162.482],[-156.015,162.482],[-155.624,162.576],[-155.624,162.968],[-154.936,163.66],[-154.506,163.671],[-154.149,163.66],[-153.759,163.854],[-153.362,163.955],[-152.967,164.052],[-152.578,164.348],[-152.136,164.36],[-151.791,164.348],[-151.396,164.348],[-151.006,164.639],[-150.485,164.742],[-147.366,164.742],[-146.974,164.937],[-146.581,164.639],[-146.484,164.245],[-146.087,163.906],[-145.497,163.955],[-144.714,163.906],[-144.909,163.164],[-145.171,163.154],[-145.4,163.164],[-146.188,162.775],[-146.581,162.775],[-146.974,162.677],[-147.858,162.677],[-148.249,162.576],[-148.249,161.691],[-149.038,161.691],[-149.431,161.691],[-149.823,161.4],[-149.921,160.908],[-150.117,160.117],[-150.117,159.724],[-150.117,159.334],[-150.512,159.039],[-150.708,158.644],[-150.708,158.252],[-150.708,157.857],[-150.905,157.464],[-150.905,156.682],[-151.006,156.287],[-151.2,155.891],[-151.669,155.4],[-151.493,154.812],[-151.493,154.416],[-151.691,154.023],[-151.691,152.745],[-151.592,151.812],[-149.627,151.812],[-149.627,151.172],[-149.727,150.781],[-149.627,149.994],[-149.333,149.601],[-148.939,149.502],[-148.152,149.403],[-147.759,149.012],[-147.17,147.441],[-147.071,147.042],[-146.776,146.649],[-146.383,146.453],[-145.991,146.159],[-145.796,146.16],[-145.598,146.159],[-145.4,145.763],[-145.4,144.977],[-145.991,144.878],[-146.875,144.878],[-147.265,144.68],[-147.366,144.29],[-147.759,143.896],[-148.152,143.799],[-148.544,143.503],[-148.939,143.112],[-149.234,142.718],[-149.333,141.93],[-149.333,141.542],[-149.137,141.144],[-148.743,140.752],[-147.538,140.065],[-145.203,140.065],[-145.203,137.879],[-145.103,137.508],[-144.714,137.213],[-144.319,136.424],[-144.122,136.032],[-144.122,135.641],[-144.219,135.245],[-144.122,134.851],[-143.729,134.459],[-142.745,134.658],[-142.155,134.459],[-141.762,134.071],[-141.762,133.676],[-141.762,133.277],[-141.961,132.887],[-142.158,132.888],[-142.352,132.887],[-142.745,133.083],[-143.139,133.473],[-143.365,133.482],[-143.531,133.473],[-144.236,133.229],[-144.236,132.44],[-144.331,131.654],[-144.431,131.286],[-144.431,130.084],[-143.77,130.084],[-142.958,130.375],[-142.146,130.969],[-139.712,130.969],[-139.513,130.572],[-139.811,130.179],[-139.811,129.787],[-139.811,129.394],[-139.613,129.001],[-139.221,128.808],[-139.221,128.415],[-139.221,128.019],[-139.513,127.232],[-139.613,126.863],[-139.613,125.953],[-137.77,125.953],[-137.354,125.854],[-136.564,125.854],[-135.781,125.759],[-134.969,125.465],[-133.051,125.465],[-132.241,125.759],[-131.846,125.465],[-131.749,125.07],[-131.65,124.675],[-131.358,124.284],[-130.865,123.497],[-130.37,123.2],[-129.587,122.709],[-129.29,122.315],[-128.995,121.923],[-128.801,121.527],[-128.602,121.159],[-128.602,119.959],[-128.995,119.959],[-129.389,119.856],[-129.389,119.073],[-129.389,118.678],[-129.486,118.288],[-129.882,117.993],[-130.37,117.697],[-131.161,117.006],[-131.552,116.811],[-131.846,116.418],[-131.846,116.026],[-130.298,116.026],[-129.389,116.222],[-128.602,116.811],[-128.207,117.103],[-128.001,117.106],[-127.814,117.103],[-126.637,117.302],[-126.241,117.302],[-125.852,116.907],[-125.061,116.907],[-124.276,116.907],[-123.885,116.614],[-123.493,116.516],[-123.194,116.122],[-122.802,115.337],[-122.607,114.944],[-122.212,114.547],[-121.819,114.45],[-121.327,114.159],[-121.034,113.765],[-120.935,113.37],[-120.935,112.582],[-120.245,111.797],[-119.951,111.407],[-119.951,110.228],[-119.854,109.83],[-119.854,109.436],[-119.658,109.047],[-118.969,108.453],[-118.574,108.259],[-118.184,108.453],[-118.378,108.848],[-118.478,109.24],[-118.673,109.633],[-118.378,110.025],[-117.591,109.633],[-117.395,109.24],[-117.003,108.453],[-116.806,108.063],[-116.411,107.672],[-116.216,107.279],[-115.921,106.884],[-115.822,106.488],[-115.626,106.097],[-115.626,105.703],[-115.431,105.306],[-115.137,104.916],[-114.74,104.82],[-114.348,104.717],[-113.954,104.427],[-113.561,104.028],[-113.365,103.637],[-113.365,102.851],[-113.365,102.063],[-113.66,101.279],[-113.66,100.885],[-113.759,100.394],[-113.759,99.509],[-113.759,98.627],[-113.561,98.23],[-113.169,97.935],[-112.775,97.542],[-111.988,97.056],[-111.594,96.955],[-111.398,96.559],[-111.005,96.068],[-110.712,95.674],[-110.417,95.183],[-110.021,94.889],[-109.607,94.593],[-107.686,94.593],[-106.876,94.103],[-106.486,93.807],[-106.286,93.414],[-105.892,93.118],[-101.076,93.118],[-100.978,92.531],[-100.978,92.136],[-100.585,91.74],[-100.191,91.643],[-99.995,91.249],[-99.406,90.464],[-98.915,89.679],[-98.915,89.283],[-98.618,88.891],[-97.833,88.695],[-97.635,87.907],[-97.34,86.337],[-97.142,85.94],[-96.947,85.548],[-96.553,85.451],[-96.358,85.058],[-96.163,84.666],[-96.163,84.27],[-96.064,83.485],[-96.064,82.305],[-95.964,81.91],[-95.964,81.517],[-95.766,81.125],[-95.374,80.239],[-95.276,79.846],[-95.178,79.454],[-95.081,79.059],[-95.081,78.47],[-95.081,77.883],[-95.276,76.897],[-95.276,76.013],[-95.374,75.645],[-95.374,73.261],[-94.982,73.16],[-94.792,73.162],[-94.589,73.16],[-94.195,72.868],[-93.803,72.671],[-92.917,71.587],[-92.819,71.096],[-92.522,70.309],[-92.228,69.916],[-92.021,69.912],[-91.835,69.916],[-91.443,69.819],[-90.655,69.032],[-90.263,68.937],[-89.872,68.145],[-88.986,66.477],[-88.887,66.085],[-88.493,65.79],[-88.098,65.495],[-87.999,65.099],[-87.805,64.706],[-87.312,63.822],[-87.312,63.233],[-87.312,62.643],[-87.611,62.249],[-88.098,61.365],[-88.493,60.381],[-88.493,59.596],[-88.594,58.711],[-88.887,58.316],[-89.699,57.924],[-91.615,57.924],[-92.031,57.825],[-92.423,57.629],[-92.669,57.63],[-92.917,57.629],[-93.309,57.53],[-94.098,57.139],[-94.491,56.943],[-94.589,56.544],[-94.883,55.762],[-94.883,55.368],[-95.276,55.073],[-95.766,54.777],[-96.163,54.383],[-96.553,54.285],[-97.142,54.188],[-98.151,54.481],[-100.559,54.481],[-101.076,54.383],[-101.863,53.795],[-102.257,53.599],[-103.068,53.501],[-104.026,53.599],[-104.073,54.777],[-104.615,54.777],[-105.008,54.679],[-105.4,54.679],[-105.796,54.481],[-106.188,54.285],[-106.286,53.892],[-105.991,53.501],[-105.598,53.402],[-105.206,53.107],[-105.4,52.715],[-105.616,52.714],[-105.796,52.715],[-106.188,52.517],[-106.68,52.418],[-107.072,52.123],[-107.566,51.828],[-107.861,51.435],[-108.253,51.34],[-108.845,51.046],[-109.335,51.046],[-109.727,50.949],[-110.12,50.949],[-110.513,50.747],[-111.104,50.449],[-112.013,50.253],[-112.823,50.353],[-112.823,52.221],[-114.445,52.221],[-114.445,51.435],[-114.348,51.046],[-113.954,50.65],[-113.66,50.253],[-113.268,50.157],[-113.169,49.373],[-113.954,49.271],[-114.348,48.975],[-115.137,48.779],[-115.626,48.583],[-116.043,48.583],[-116.411,48.583],[-116.905,48.681],[-116.905,49.471],[-116.905,49.862],[-117.789,50.449],[-118.478,50.353],[-118.478,49.566],[-118.378,49.176],[-118.451,48.779],[-117.297,48.681],[-116.905,48.583],[-116.708,48.191],[-116.708,47.405],[-116.608,46.619],[-116.51,46.052],[-116.608,44.994],[-117.201,45.047],[-117.591,44.946],[-117.888,44.994],[-117.888,42.859],[-118.085,42.489],[-118.184,41.997],[-118.281,41.604],[-118.673,41.211],[-118.673,40.818],[-118.969,40.423],[-119.168,40.419],[-119.361,40.423],[-120.501,39.91],[-120.892,39.713],[-121.188,38.928],[-121.581,38.829],[-121.977,38.631],[-122.27,38.235],[-122.779,38.214],[-123.154,38.235],[-123.647,38.042],[-124.138,37.749],[-124.531,37.552],[-125.122,37.256],[-125.708,37.356],[-126.007,37.749],[-127.036,37.843],[-127.676,37.843],[-128.069,37.749],[-128.857,37.649],[-129.645,37.256],[-130.036,37.154],[-130.823,36.668],[-131.706,36.175],[-132.003,35.778],[-132.297,35.292],[-132.297,34.109],[-132.789,34.013],[-132.99,34.013],[-133.181,34.013],[-133.576,33.718],[-133.969,33.522],[-134.359,33.127],[-134.753,32.934],[-134.753,32.537],[-134.954,32.532],[-135.148,32.537],[-135.639,32.241],[-136.031,31.946],[-136.129,31.554],[-136.129,30.668],[-136.526,30.668],[-137.31,30.867],[-138.1,31.16],[-138.492,31.256],[-138.982,31.061],[-138.982,30.668],[-139.082,29.687],[-138.587,29.586],[-138.197,29.294],[-138.587,28.804],[-139.082,28.704],[-139.475,28.506],[-139.966,28.41],[-140.85,29.097],[-141.049,29.097],[-141.44,28.898],[-142.177,28.704],[-142.816,28.898],[-142.917,29.294],[-143.012,29.687],[-143.21,30.08],[-143.898,30.668],[-144.389,30.572],[-144.585,30.175],[-144.88,29.782],[-145.176,29.39],[-146.06,29.097],[-146.576,29.001],[-148.589,29.001],[-149.008,28.804],[-149.995,28.605],[-149.995,27.424],[-150.778,27.424],[-151.173,27.228],[-151.665,27.031],[-151.958,26.636],[-152.351,26.538],[-153.727,26.244],[-153.727,27.031],[-153.925,27.523],[-154.219,27.916],[-154.615,27.917],[-155.006,27.916],[-155.401,28.211],[-155.792,28.506],[-156.186,28.898],[-156.087,29.294],[-155.988,29.687],[-155.988,30.08],[-155.792,30.474],[-155.792,31.061],[-155.792,31.653],[-155.988,32.146],[-156.382,31.946],[-156.579,31.554],[-157.171,30.572],[-157.367,29.687],[-157.367,29.294],[-157.071,28.898],[-156.972,28.506],[-156.875,28.111],[-157.171,27.523],[-156.481,26.538],[-156.087,26.244],[-155.792,25.852],[-155.401,25.655],[-155.596,25.264]],\"c\":true},\"ix\":2},\"nm\":\"Path 95\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":95,\"ty\":\"sh\",\"ix\":96,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.078,-0.171],[0,0],[0.075,-0.1],[0.318,-0.079],[0.147,0],[0.168,-0.073],[0.121,-0.17],[0.1,-0.069],[0.295,0],[0.12,0.023],[0.147,0.096],[0.273,-0.096],[0.101,-0.071],[0.101,-0.076],[0.146,-0.051],[0.122,0],[0.121,-0.024],[0.117,-0.074],[0.125,-0.147],[0,-0.172],[0,0],[0,0],[-0.023,0.172],[0,0],[0,0],[-0.045,0.098],[-0.123,0.072],[-0.171,0.051],[-0.342,0],[-0.468,-0.025],[0,0],[-0.096,-0.272],[-0.097,-0.097],[-0.15,-0.078],[-0.072,0.009],[-0.056,-0.013],[-0.176,-0.073],[-0.194,-0.075],[-0.079,0.02],[-0.057,-0.07],[-0.096,-0.126],[-0.096,-0.099],[-0.078,0.022],[-0.055,-0.022],[-0.168,-0.069],[0,0],[0,0],[0.077,0.12],[0.048,0.144],[0.024,0.12],[0.05,0.273],[-0.198,0],[-0.174,-0.022],[-0.126,-0.022],[-0.151,0],[0,0],[0,0],[0,0],[0.047,0.149],[0.069,0.125],[0.321,0]],\"o\":[[0,0],[-0.054,0.124],[-0.193,0.247],[-0.121,0.02],[-0.194,0.019],[-0.177,0.072],[-0.049,0.096],[-0.219,0.201],[-0.146,0],[-0.174,-0.025],[-0.296,0.026],[-0.122,0.051],[-0.095,0.073],[-0.123,0.098],[-0.124,0.048],[-0.122,0],[-0.147,0.048],[-0.152,0.098],[-0.096,0.125],[0,0],[0,0],[0.07,-0.175],[0,0],[0,0],[0,-0.124],[0.051,-0.096],[0.148,-0.077],[0.319,-0.101],[0.467,0],[0,0],[0,0.293],[0.051,0.148],[0.097,0.098],[0.065,0.025],[0.062,-0.009],[0.174,0.046],[0.195,0.102],[0.073,0.021],[0.104,-0.026],[0.1,0.121],[0.077,0.096],[0.055,0.054],[0.064,-0.017],[0.153,0.072],[0,0],[0,0],[0,-0.171],[-0.073,-0.126],[-0.05,-0.123],[-0.072,-0.276],[0.17,-0.046],[0.194,0],[0.123,0.024],[0.12,0.027],[0,0],[0,0],[0,0],[0,-0.168],[-0.05,-0.143],[-0.176,-0.243],[-0.219,0]],\"v\":[[214.121,30.842],[213.926,31.235],[213.822,31.631],[213.04,32.025],[212.646,31.927],[212.257,32.221],[211.86,32.611],[211.759,33.003],[210.975,33.204],[210.582,33.204],[210.483,32.611],[209.696,32.707],[209.303,32.809],[209.303,33.204],[208.91,33.399],[208.517,33.399],[208.124,33.399],[207.733,33.596],[207.434,33.987],[207.236,34.356],[207.236,36.348],[207.634,36.645],[207.926,36.251],[207.926,35.856],[207.926,35.463],[207.926,35.069],[208.321,34.973],[208.714,34.678],[209.574,34.577],[210.777,34.678],[210.777,35.463],[210.777,36.251],[210.975,36.645],[211.368,36.843],[211.579,36.848],[211.759,36.843],[212.157,37.134],[212.646,37.431],[212.879,37.413],[213.137,37.431],[213.43,37.825],[213.43,38.217],[213.639,38.229],[213.822,38.217],[214.217,38.507],[214.61,38.412],[214.61,37.649],[214.512,37.236],[214.121,37.038],[214.121,36.645],[213.926,35.856],[214.319,35.56],[214.811,35.756],[215.204,35.856],[215.598,35.856],[215.887,35.463],[215.499,34.678],[215.499,31.752],[215.4,31.331],[215.204,30.939],[214.512,30.448]],\"c\":true},\"ix\":2},\"nm\":\"Path 96\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":96,\"ty\":\"sh\",\"ix\":97,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.049,-0.171],[0.026,-0.119],[0,-0.168],[0,-0.148],[0,-0.172],[0,-0.176],[0.024,-0.147],[0.049,-0.172],[0,-0.396],[-0.222,-0.517],[-0.343,-0.175],[-0.173,-0.052],[-0.322,0],[-0.439,0.028],[0,0.297],[0,0.169],[0,0.172],[0.024,0.295],[0,0],[0,0],[0.07,0.146],[0.097,0.148],[0.098,0.127],[0.1,0.124],[0.122,0.144],[0.028,0.169],[0.027,0.345],[0,0]],\"o\":[[-0.027,0.125],[-0.027,0.149],[0,0.148],[0,0.172],[0,0.171],[0,0.17],[-0.027,0.169],[-0.122,0.369],[0,0.566],[0.148,0.345],[0.173,0.072],[0.294,0.102],[0.442,0],[0,-0.291],[0,-0.173],[0,-0.173],[-0.023,-0.296],[0,0],[0,0],[-0.03,-0.17],[-0.076,-0.152],[-0.075,-0.123],[-0.101,-0.146],[-0.101,-0.122],[-0.12,-0.147],[-0.071,-0.318],[0,0],[-0.124,0.15]],\"v\":[[128.296,30.939],[128.197,31.331],[128.296,31.752],[128.197,32.121],[128.394,32.514],[128.296,32.934],[128.394,33.399],[128.098,33.792],[128.001,34.825],[128.197,36.251],[128.983,36.843],[129.376,37.134],[130.188,37.236],[131.293,37.134],[131.342,36.348],[131.293,35.883],[131.342,35.463],[131.149,34.678],[131.149,34.281],[131.149,33.888],[130.855,33.5],[130.558,33.104],[130.361,32.707],[129.967,32.415],[129.671,32.025],[129.376,31.631],[129.279,30.744],[128.691,30.644]],\"c\":true},\"ix\":2},\"nm\":\"Path 97\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":97,\"ty\":\"sh\",\"ix\":98,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.074,-0.122],[0.147,-0.125],[0.174,-0.076],[0.272,-0.096],[0.143,-0.145],[0.097,-0.172],[0.073,-0.174],[0.051,-0.125],[0.072,-0.147],[0.121,-0.147],[0.102,-0.12],[0.169,-0.07],[0.147,-0.05],[0.442,-0.151],[0.145,-0.121],[0.124,-0.147],[0.096,-0.17],[0.097,-0.083],[0.125,-0.099],[0.147,-0.097],[0.119,-0.119],[0.15,-0.121],[0.175,-0.026],[0.126,0],[0.295,0],[0,0],[0.267,-0.022],[0.171,0],[0.221,0],[0.246,0.024],[0.219,0.295],[0,0],[0,0],[0.147,-0.024],[0.292,-0.515],[0.072,-0.175],[0.024,-0.124],[0,-0.345],[-0.074,-0.316],[-0.048,-0.099],[-0.146,-0.098],[-0.271,-0.199],[-0.099,-0.146],[-0.07,-0.149],[0,-0.22],[0,-0.071],[0,0],[0,-0.25],[-0.05,-0.196],[-0.048,-0.118],[-0.144,-0.126],[-0.146,-0.051],[-0.294,0],[-0.321,-0.073],[-0.099,-0.074],[-0.073,-0.098],[-0.32,-0.098],[-0.292,0],[-0.298,0.025],[-0.418,0],[-0.169,-0.098],[-0.176,-0.075],[-0.194,0],[-0.242,0],[-0.296,-0.296],[-0.199,-0.047],[-0.125,-0.024],[-0.248,0],[0,0],[-0.073,0],[0,0],[-0.099,0.072],[-0.123,0.073],[-0.119,0.097],[0,0.242],[0.056,0.201],[0.077,0.172],[0,0.196],[-0.072,0.148],[-0.1,0.123],[-0.072,0.126],[-0.048,0.198],[-0.097,0.446],[0,0],[0,0],[-0.493,0.022],[-0.172,0.053],[-0.121,0.172],[-0.072,0.148],[0.176,0.023],[0.079,-0.005],[0.086,0.012],[0.146,0],[0.296,0.022],[0,0.249],[0,0.17],[0,0],[0.052,0.197],[0.053,0.142],[0,0.317],[0,0],[-0.414,0.027],[-0.147,0],[-0.03,0.146],[-0.051,0.12],[-0.143,0.125],[-0.075,-0.017],[-0.058,0.024],[-0.174,0.075],[-0.296,0.099],[0.222,0.201],[0.299,0.025],[0.122,-0.007],[0.146,0.012],[0.169,0.046],[0.145,0.097],[0.074,0.12],[0.024,0.121],[0.047,0.124],[0.075,0.146],[0.245,0.196],[0.123,0.048],[0.123,0.024]],\"o\":[[-0.097,0.173],[-0.123,0.097],[-0.245,0.098],[-0.195,0.075],[-0.149,0.152],[-0.103,0.146],[-0.051,0.123],[-0.047,0.145],[-0.074,0.169],[-0.123,0.147],[-0.097,0.125],[-0.15,0.079],[-0.441,0.174],[-0.198,0.072],[-0.153,0.128],[-0.121,0.149],[-0.069,0.12],[-0.124,0.094],[-0.146,0.121],[-0.146,0.101],[-0.126,0.126],[-0.147,0.122],[-0.122,0.025],[-0.268,0.025],[0,0],[-0.273,-0.026],[-0.175,0.024],[-0.223,0.024],[-0.246,0],[-0.395,-0.052],[0,0],[0,0],[-0.149,0],[0,0.614],[-0.072,0.147],[-0.048,0.123],[-0.074,0.318],[0,0.342],[0.024,0.127],[0.099,0.151],[0.274,0.193],[0.147,0.1],[0.098,0.147],[0.099,0.17],[0,0.073],[0,0],[0,0.247],[0,0.219],[0.027,0.125],[0.074,0.154],[0.127,0.096],[0.273,0.097],[0.342,0],[0.121,0.023],[0.095,0.074],[0.2,0.248],[0.269,0.074],[0.296,0],[0.413,-0.05],[0.22,0],[0.174,0.101],[0.17,0.077],[0.244,0],[0.447,0],[0.144,0.146],[0.122,0.026],[0.219,0.048],[0,0],[0.071,0],[0,0],[0.073,-0.126],[0.119,-0.073],[0.124,-0.071],[0.177,-0.122],[0,-0.226],[-0.048,-0.166],[-0.071,-0.174],[0,-0.196],[0.075,-0.146],[0.096,-0.119],[0.101,-0.171],[0.15,-0.415],[0,0],[0,0],[0.492,0],[0.193,0],[0.197,-0.045],[0.076,-0.124],[-0.149,-0.096],[-0.085,-0.012],[-0.078,0.006],[-0.124,-0.024],[-0.295,0],[-0.076,-0.222],[0,-0.165],[0,0],[0,-0.222],[-0.025,-0.149],[-0.096,-0.296],[0,0],[0.414,0.028],[0.149,0],[0,-0.169],[0,-0.122],[0.071,-0.174],[0.053,-0.039],[0.066,0.014],[0.176,-0.074],[0.266,-0.143],[-0.097,-0.297],[-0.194,-0.167],[-0.148,-0.012],[-0.123,0.006],[-0.197,0],[-0.174,-0.05],[-0.124,-0.076],[-0.077,-0.126],[-0.025,-0.123],[-0.077,-0.174],[-0.171,-0.273],[-0.099,-0.073],[-0.121,-0.046],[-0.048,0.127]],\"v\":[[197.605,36.152],[197.212,36.548],[196.915,36.94],[196.129,37.134],[195.738,37.526],[195.345,37.921],[195.051,38.315],[194.949,38.708],[194.754,39.102],[194.361,39.495],[194.064,39.885],[193.772,40.278],[193.376,40.477],[192.1,40.675],[191.709,41.064],[191.311,41.359],[191.017,41.853],[190.92,42.252],[190.525,42.445],[190.132,42.738],[189.741,43.032],[189.444,43.426],[188.951,43.622],[188.559,43.723],[187.772,43.723],[187.772,45.784],[187.087,45.687],[186.693,45.883],[186.126,45.883],[185.512,45.883],[184.725,45.197],[184.332,45],[183.941,45],[183.545,45.097],[183.35,46.672],[182.956,46.968],[182.858,47.36],[182.858,48.245],[182.858,49.124],[182.956,49.52],[183.35,49.817],[184.137,50.209],[184.431,50.602],[184.822,50.898],[184.725,51.487],[184.822,51.682],[184.822,52.077],[184.629,52.67],[184.725,53.257],[184.822,53.647],[185.118,54.046],[185.512,54.242],[186.298,54.339],[187.184,54.339],[187.577,54.436],[187.673,54.829],[188.365,55.418],[189.149,55.418],[189.939,55.418],[190.92,54.926],[191.508,55.024],[191.902,55.32],[192.197,55.713],[192.785,55.418],[193.772,56.009],[194.165,56.401],[194.559,56.502],[195.171,56.502],[195.738,56.502],[195.934,56.401],[195.934,55.618],[196.033,55.224],[196.423,55.024],[196.816,54.829],[197.113,54.242],[197.012,53.647],[196.717,53.257],[196.524,52.768],[196.816,52.373],[197.212,52.077],[197.408,51.682],[197.702,51.192],[197.999,50.01],[199.176,50.01],[199.176,47.948],[200.457,47.948],[200.947,47.847],[201.34,47.457],[201.537,47.064],[201.24,46.672],[200.995,46.672],[200.751,46.672],[200.358,46.672],[199.569,46.574],[199.373,45.978],[199.569,45.588],[199.569,45],[199.569,44.409],[199.373,44.019],[199.079,43.257],[199.079,41.212],[200.158,41.263],[200.556,41.212],[200.556,40.773],[200.556,40.382],[200.848,39.984],[201.048,39.979],[201.24,39.984],[201.639,39.59],[202.421,39.297],[202.126,38.507],[201.34,38.315],[200.947,38.315],[200.556,38.315],[200.064,38.315],[199.668,38.021],[199.277,37.825],[199.277,37.431],[199.277,37.038],[198.881,36.743],[198.488,35.956],[198.095,35.856],[197.702,35.756]],\"c\":true},\"ix\":2},\"nm\":\"Path 98\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":98,\"ty\":\"sh\",\"ix\":99,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.174,-0.023],[-0.025,-0.121],[-0.15,-0.268],[-0.125,-0.144],[-0.153,-0.174],[-0.146,-0.143],[-0.169,-0.071],[-0.272,-0.121],[-0.123,-0.146],[-0.123,-0.148],[-0.073,-0.172],[-0.099,-0.295],[-0.099,-0.15],[-0.15,-0.05],[-0.12,-0.027],[-0.067,0.007],[-0.063,-0.014],[-0.125,-0.053],[-0.148,-0.294],[-0.05,-0.296],[-0.027,-0.294],[0,0],[-0.074,-0.15],[-0.29,-0.222],[-0.273,-0.248],[-0.123,-0.124],[-0.249,-0.296],[-0.174,-0.345],[-0.097,-0.318],[-0.071,-0.321],[-0.051,-0.149],[-0.148,-0.269],[-0.126,-0.148],[-0.149,-0.172],[-0.123,-0.145],[-0.121,-0.122],[-0.315,-0.269],[-0.245,-0.298],[-0.127,-0.177],[-0.075,-0.126],[-0.297,-0.226],[-0.246,-0.272],[-0.099,-0.147],[-0.05,-0.124],[-0.149,0.026],[-0.122,0],[-0.344,0],[-0.272,0.049],[-0.101,0.176],[-0.028,0.175],[0,0],[-0.052,0.465],[0,0.121],[-0.027,0.292],[0,0],[-0.073,0.147],[-0.242,0],[-0.221,-0.025],[-0.172,0],[-0.17,0.048],[0.024,0.123],[0.126,0.168],[0.196,0.078],[0.064,-0.007],[0.066,0.016],[0.147,0.046],[-0.049,0.125],[-0.144,0.148],[0.125,0.075],[0.147,0.053],[0.119,0],[0.195,0],[0.173,-0.045],[0.098,-0.07],[0.047,-0.121],[0.022,-0.125],[0,0],[0,0.298],[-0.025,0.295],[0.118,0],[0,0],[0.121,-0.008],[0.179,0.027],[0.166,0.074],[0.175,0.072],[0.121,0.151],[0,0.172],[0,0],[0.396,0.097],[0.068,-0.007],[0.062,0.012],[0.121,0.145],[0.075,0.169],[0.052,0.124],[0.024,0.147],[0.024,0.126],[0,0.126],[0.072,0.169],[0.171,0],[0,0],[0.273,0.073],[0.168,0.121],[0.124,0.169],[0.073,0.1],[0.095,0.074],[0.128,0.122],[0.124,0.126],[0.122,0.101],[0.175,0.119],[0.147,0.149],[0.122,0.079],[0.271,0.127],[0.072,0.096],[0.048,0.127],[0.025,0.122],[0.094,-0.001],[0.043,0.032],[0.145,0.197],[0.144,0.369],[0.467,0.051],[0.122,0.024],[0.174,0.075],[0.121,0.052],[0.363,0.095],[0.172,0]],\"o\":[[0.025,0.147],[0.096,0.322],[0.099,0.175],[0.145,0.174],[0.116,0.148],[0.147,0.148],[0.273,0.149],[0.196,0.095],[0.125,0.147],[0.127,0.146],[0.151,0.271],[0.048,0.173],[0.071,0.121],[0.123,0.048],[0.062,0.013],[0.068,-0.007],[0.123,0.026],[0.291,0.147],[0.148,0.27],[0.023,0.272],[0,0],[0.023,0.175],[0.197,0.317],[0.296,0.221],[0.122,0.094],[0.271,0.273],[0.244,0.29],[0.149,0.294],[0.098,0.322],[0.027,0.144],[0.124,0.293],[0.101,0.17],[0.147,0.172],[0.123,0.145],[0.101,0.127],[0.294,0.295],[0.295,0.247],[0.122,0.15],[0.071,0.123],[0.219,0.297],[0.295,0.217],[0.098,0.128],[0.053,0.098],[0.148,-0.048],[0.118,-0.019],[0.32,-0.048],[0.294,0],[0.195,-0.048],[0.07,-0.145],[0,0],[0.048,-0.464],[0,-0.148],[0.024,-0.272],[0,0],[0,-0.17],[0.101,-0.199],[0.224,0],[0.174,0],[0.194,0],[-0.023,-0.123],[-0.05,-0.197],[-0.122,-0.169],[-0.059,-0.01],[-0.072,0.006],[-0.144,-0.045],[0.027,-0.124],[0.097,-0.192],[-0.096,-0.124],[-0.121,-0.073],[-0.122,-0.046],[-0.173,-0.021],[-0.202,0],[-0.123,0.028],[-0.096,0.08],[-0.05,0.124],[0,0],[-0.025,-0.297],[0,-0.295],[-0.126,-0.076],[0,0],[-0.153,-0.009],[-0.158,0.01],[-0.173,-0.022],[-0.172,-0.073],[-0.173,-0.076],[-0.097,-0.119],[0,0],[-0.418,0],[-0.059,-0.011],[-0.068,0.005],[-0.197,-0.053],[-0.098,-0.126],[-0.048,-0.124],[-0.048,-0.147],[-0.023,-0.121],[-0.023,-0.123],[-0.023,-0.173],[-0.147,0.044],[0,0],[-0.296,0],[-0.194,-0.052],[-0.176,-0.126],[-0.069,-0.099],[-0.073,-0.101],[-0.149,-0.122],[-0.12,-0.121],[-0.122,-0.119],[-0.15,-0.125],[-0.173,-0.125],[-0.1,-0.099],[-0.244,-0.166],[-0.121,-0.047],[-0.073,-0.097],[-0.047,-0.121],[-0.015,-0.067],[-0.074,0],[-0.171,-0.151],[-0.221,-0.295],[-0.468,0],[-0.148,0],[-0.174,-0.048],[-0.122,-0.05],[-0.344,-0.169],[-0.15,-0.023],[-0.17,0]],\"v\":[[156.904,38.412],[156.904,38.804],[157.296,39.59],[157.691,39.984],[158.087,40.477],[158.478,40.868],[158.868,41.263],[159.658,41.557],[160.05,41.95],[160.344,42.346],[160.736,42.738],[161.037,43.523],[161.23,44.019],[161.426,44.409],[161.818,44.508],[162.014,44.508],[162.214,44.508],[162.608,44.606],[163.196,45.294],[163.493,46.08],[163.493,46.868],[163.493,47.261],[163.787,47.653],[164.569,48.342],[165.36,49.03],[165.753,49.323],[166.342,50.113],[167.03,50.898],[167.421,51.682],[167.52,52.572],[167.719,52.964],[168.111,53.75],[168.508,54.142],[168.897,54.634],[169.29,55.024],[169.585,55.418],[170.469,56.107],[171.158,56.895],[171.553,57.29],[171.749,57.683],[172.537,58.372],[173.322,59.055],[173.712,59.352],[173.816,59.746],[174.209,59.548],[174.6,59.45],[175.485,59.45],[176.271,59.45],[176.668,59.055],[176.96,58.663],[176.96,58.269],[176.96,57.092],[177.056,56.699],[177.158,55.913],[177.158,55.517],[177.35,55.125],[177.842,54.731],[178.434,54.829],[178.827,55.024],[179.22,54.731],[179.22,54.339],[178.925,53.848],[178.533,53.451],[178.345,53.454],[178.137,53.451],[177.745,53.257],[177.745,52.862],[178.137,52.469],[177.941,52.077],[177.548,51.878],[177.158,51.78],[176.668,51.682],[176.171,51.78],[175.779,51.878],[175.683,52.273],[175.584,52.67],[174.503,52.67],[174.405,51.878],[174.503,51.095],[174.209,50.799],[173.816,50.799],[173.413,50.806],[172.93,50.799],[172.537,50.506],[172.142,50.209],[171.65,50.01],[171.553,49.547],[171.553,47.556],[170.469,47.556],[170.275,47.557],[170.077,47.556],[169.684,47.163],[169.29,46.868],[169.191,46.472],[168.996,46.08],[168.996,45.687],[168.996,45.294],[168.702,44.904],[168.306,45.097],[167.915,45.097],[167.126,45],[166.639,44.707],[166.241,44.312],[166.145,43.919],[165.753,43.818],[165.454,43.426],[165.162,43.032],[164.771,42.738],[164.376,42.346],[163.887,42.049],[163.688,41.652],[162.899,41.359],[162.507,41.263],[162.408,40.868],[162.408,40.477],[162.207,40.413],[162.016,40.382],[161.624,39.885],[161.132,39],[159.658,39.396],[159.264,39.396],[158.868,39.102],[158.478,39],[157.691,38.412],[157.296,38.217]],\"c\":true},\"ix\":2},\"nm\":\"Path 99\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":99,\"ty\":\"sh\",\"ix\":100,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.169],[-0.025,-0.15],[-0.049,-0.124],[-0.098,-0.075],[-0.193,0.008],[-0.096,-0.009],[0,0],[0,0.344],[0.052,0.124],[0,0]],\"o\":[[0,0.171],[0.023,0.121],[0.048,0.125],[0.132,0.115],[0.092,-0.005],[0,0],[-0.272,-0.196],[0,-0.144],[0,0],[0,0.172]],\"v\":[[158.378,43.647],[158.576,44.019],[158.673,44.409],[158.772,44.804],[159.275,44.903],[159.559,44.904],[159.658,44.508],[158.969,43.892],[158.868,43.523],[158.478,43.228]],\"c\":true},\"ix\":2},\"nm\":\"Path 100\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":100,\"ty\":\"sh\",\"ix\":101,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.271,-0.27],[0.167,-0.1],[0.176,-0.072],[0.066,0.014],[0.052,-0.038],[0.027,-0.125],[0,0],[0,-0.392],[0,-0.149],[0.075,-0.275],[0.076,-0.175],[0,-0.289],[0,-0.174],[0,-0.293],[-0.069,0.007],[-0.082,-0.01],[-0.175,0],[-0.291,0.073],[0,0.365],[0.026,0.442],[-0.071,0],[-0.543,-0.027],[-0.15,-0.023],[0,0.275],[0.15,0.219],[0,0.172],[0,0.147],[0,0.199],[0.148,0],[0.292,-0.022],[0,0],[-0.054,0.15],[-0.071,0.169],[0,0.147],[0,0.194]],\"o\":[[-0.146,0.144],[-0.15,0.069],[-0.057,0.024],[-0.074,-0.016],[-0.099,0.072],[0,0],[0,0.392],[0,0.148],[0,0.295],[-0.05,0.171],[-0.1,0.269],[0,0.177],[0,0.296],[0.088,0.014],[0.066,-0.005],[0.174,0.026],[0.297,0],[0.026,-0.371],[0,-0.445],[0.077,0],[0.543,-0.027],[0.147,0],[0.025,-0.271],[0,-0.27],[-0.072,-0.127],[0,-0.149],[-0.024,-0.2],[-0.149,-0.022],[-0.294,0],[0,0],[0,-0.172],[0.072,-0.173],[0.049,-0.126],[0,-0.196],[-0.22,0.293]],\"v\":[[218.741,44.804],[218.35,45.197],[217.952,45.492],[217.761,45.487],[217.561,45.492],[217.462,45.883],[217.462,46.08],[217.66,47.064],[217.561,47.457],[217.561,48.245],[217.266,48.639],[217.021,49.395],[217.069,49.817],[217.021,50.602],[217.248,50.603],[217.462,50.602],[217.858,50.799],[218.642,50.602],[218.741,49.671],[218.642,48.538],[218.837,48.443],[220.217,48.443],[220.61,48.538],[220.709,47.874],[220.41,47.261],[220.017,47.064],[220.116,46.672],[220.116,46.179],[219.723,46.08],[218.939,46.179],[218.939,45.614],[219.037,45.197],[219.43,44.904],[219.527,44.508],[219.43,44.019]],\"c\":true},\"ix\":2},\"nm\":\"Path 101\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":101,\"ty\":\"sh\",\"ix\":102,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.222,-0.089],[0.07,-0.125],[0,0],[0.394,-0.149],[0.297,-0.027],[0.395,-0.217],[0.099,-0.149],[0,-0.244],[-0.024,-0.222],[-0.444,0.22],[-0.124,0.073],[-0.149,0.096],[-0.153,0.074],[-0.147,0.05],[-0.077,-0.01],[-0.052,0.009],[-0.148,0.143],[0,0],[0,0],[-0.148,-0.049],[-0.145,-0.045],[-0.273,0],[-0.195,0.066],[-0.146,0.074],[-0.169,0.073],[-0.069,-0.013],[-0.063,0.024],[0,0],[-0.122,0.144],[-0.075,0.369],[0.122,0]],\"o\":[[-0.125,0.048],[0,0],[-0.419,0],[-0.269,0.099],[-0.47,0.021],[-0.145,0.075],[-0.121,0.196],[0,0.222],[0.467,-0.222],[0.124,-0.052],[0.148,-0.074],[0.121,-0.08],[0.149,-0.074],[0.068,-0.026],[0.058,0.008],[0.196,-0.074],[0,0],[0,0],[0.173,0],[0.15,0.051],[0.223,0.101],[0.218,0],[0.147,-0.052],[0.146,-0.074],[0.061,-0.026],[0.067,0.013],[0,0],[0.172,-0.074],[0.222,-0.273],[-0.157,0],[-0.184,0]],\"v\":[[212.352,46.179],[212.257,46.574],[205.693,46.574],[204.879,47.261],[204.094,47.36],[202.91,47.653],[202.616,48.049],[202.421,48.66],[202.519,49.226],[203.701,48.639],[204.094,48.538],[204.391,48.149],[204.783,47.948],[205.176,47.752],[205.399,47.746],[205.566,47.752],[205.96,47.36],[206.746,47.556],[209.18,47.556],[209.598,47.653],[209.99,47.847],[210.582,48.245],[211.17,48.149],[211.566,47.948],[211.86,47.556],[212.059,47.555],[212.257,47.556],[212.646,47.36],[212.939,46.968],[213.334,46.08],[212.925,46.072]],\"c\":true},\"ix\":2},\"nm\":\"Path 102\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":102,\"ty\":\"sh\",\"ix\":103,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.026,-0.173],[-0.005,-0.058],[-0.266,-0.223],[-0.198,-0.148],[-0.096,-0.149],[-0.096,-0.223],[0,0.072],[0,0],[0.148,0.242],[0.102,0.123],[0.319,0.199],[0.124,0.048]],\"o\":[[-0.01,0.07],[0.161,0.286],[0.17,0.143],[0.145,0.095],[0.145,0.196],[0,-0.052],[0,0],[0,-0.317],[-0.101,-0.149],[-0.245,-0.273],[-0.127,-0.076],[-0.049,0.147]],\"v\":[[160.54,46.472],[160.54,46.659],[161.132,47.36],[161.624,47.752],[162.016,48.049],[162.309,48.639],[162.408,48.443],[162.408,48.069],[162.214,47.261],[161.818,46.968],[161.132,46.179],[160.736,46.08]],\"c\":true},\"ix\":2},\"nm\":\"Path 103\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":103,\"ty\":\"sh\",\"ix\":104,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.007,0.066],[0.033,0.067]],\"o\":[[0.014,-0.078],[-0.032,-0.058],[0,0]],\"v\":[[160.54,46.868],[160.54,46.659],[160.441,46.472]],\"c\":true},\"ix\":2},\"nm\":\"Path 104\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":104,\"ty\":\"sh\",\"ix\":105,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.034,-0.026],[0.073,-0.128],[0.148,-0.295],[-0.294,-0.123],[-0.152,0.011],[-0.066,-0.011],[0,0.444],[0.198,0.097],[0.169,0],[0,0],[0.085,0]],\"o\":[[-0.097,0.071],[-0.171,0.292],[0.267,0.169],[0.068,0.027],[0.126,-0.008],[0.319,-0.324],[0,-0.248],[-0.146,-0.078],[0,0],[-0.1,0],[-0.042,0]],\"v\":[[223.066,48.049],[222.969,48.443],[222.579,49.226],[223.36,49.719],[223.736,49.725],[224.051,49.719],[224.639,48.735],[224.245,48.245],[223.855,48.049],[223.464,48.049],[223.181,48.014]],\"c\":true},\"ix\":2},\"nm\":\"Path 105\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":105,\"ty\":\"sh\",\"ix\":106,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.292,-0.147],[0.172,-0.047],[0.297,0],[0.298,-0.025],[0.151,-0.1],[0.122,-0.146],[0.002,-0.002],[0,0],[0.071,0.009],[0.091,-0.026],[0.295,-0.145],[0,0],[-0.122,-0.045],[-0.145,-0.049],[-0.145,-0.023],[-0.119,0],[-0.067,0.01],[-0.098,-0.04],[-0.146,-0.1],[-0.05,-0.122],[-0.201,-0.047],[-0.148,0],[0,0],[-0.217,0],[-0.096,0],[-0.149,0],[-0.149,0],[-0.244,0],[-0.223,0.019],[-0.17,0.076],[0.073,0.099],[0.07,0.148],[0.021,0.466],[0.07,0.176],[0.147,0.12],[0.126,0.049],[0.344,0]],\"o\":[[-0.172,0.07],[-0.269,0.078],[-0.296,0],[-0.199,0],[-0.145,0.094],[-0.002,0.003],[0,0],[-0.091,0.014],[-0.082,-0.011],[-0.32,0.103],[0,0],[0.123,0.023],[0.15,0.054],[0.146,0.049],[0.126,0.026],[0.073,0.012],[0.093,-0.015],[0.175,0.077],[0.1,0.048],[0.072,0.172],[0.123,0.027],[0,0],[0.221,0],[0.1,0],[0.15,0],[0.146,0],[0.246,0.019],[0.246,0],[0.17,-0.027],[-0.072,-0.124],[-0.095,-0.119],[-0.198,-0.415],[0,-0.195],[-0.077,-0.173],[-0.097,-0.074],[-0.294,-0.147],[-0.347,0]],\"v\":[[227.295,49.719],[226.902,50.01],[226.115,50.113],[225.329,50.113],[224.832,50.309],[224.443,50.602],[224.436,50.61],[224.54,50.403],[224.303,50.399],[224.051,50.403],[223.264,50.799],[223.36,51.192],[223.756,51.288],[224.15,51.487],[224.54,51.682],[224.931,51.682],[225.142,51.672],[225.425,51.682],[225.819,51.978],[225.918,52.373],[226.214,52.862],[226.605,52.862],[226.999,52.862],[227.587,52.716],[227.783,52.572],[228.181,52.67],[228.574,52.768],[229.21,52.768],[229.853,52.768],[230.241,52.469],[230.146,52.077],[229.754,51.878],[229.754,50.701],[229.754,50.209],[229.456,49.817],[229.061,49.719],[228.181,49.52]],\"c\":true},\"ix\":2},\"nm\":\"Path 106\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":106,\"ty\":\"sh\",\"ix\":107,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.022,-0.037]],\"o\":[[-0.017,0.04],[0,0]],\"v\":[[224.301,50.881],[224.245,50.996]],\"c\":true},\"ix\":2},\"nm\":\"Path 107\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":107,\"ty\":\"sh\",\"ix\":108,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.04,-0.008],[0.147,-0.074],[0.125,-0.121],[0.517,-0.073],[0.271,0.051],[0.118,0.027],[0.293,0.096],[0.124,0],[0,0],[0.126,-0.171],[0.122,-0.32],[0.022,-0.199],[0,-0.173],[0.025,-0.121],[0.072,-0.124],[0.15,-0.101],[0.07,0.014],[0.051,-0.037],[0.095,-0.143],[0,-0.247],[-0.222,-0.147],[-0.124,-0.024],[-0.144,-0.025],[-0.295,0],[0,-0.199],[0.101,-0.294],[0.025,-0.146],[0,-0.175],[-0.024,-0.15],[-0.05,-0.174],[-0.047,-0.177],[-0.049,-0.147],[-0.1,0.128],[-0.047,0.17],[0,0.343],[-0.024,0.293],[0,0.172],[0,0],[0,0],[0,0],[0,0],[0,0],[-0.122,0],[-0.122,-0.022],[-0.145,-0.024],[-0.118,-0.025],[-0.147,0],[0,0],[0.028,-0.147],[0,-0.126],[0,0],[-0.025,-0.15],[-0.124,-0.097],[-0.216,0],[0,0],[0,0.15],[0,0],[0.125,0.366],[0.124,0.097],[0.148,0.145],[0.072,0.149],[0,0.244],[-0.023,0.248],[0,0],[0.051,0.12],[0.122,0.145],[0.124,0.127],[0.149,0.097],[0.081,-0.004],[0.078,0.068],[0.078,0.094],[0,0],[-0.466,0.123],[-0.176,0.052],[-0.124,0.026],[-0.182,-0.018],[-0.225,0.039],[-0.066,-0.006],[-0.063,0.014],[0,0.222],[0.051,0.15],[0.122,0.103],[0.119,0.072],[0.145,0.072],[0.171,0.023],[0,0],[0.084,0]],\"o\":[[-0.149,0.051],[-0.17,0.074],[-0.368,0.371],[-0.268,0.051],[-0.125,-0.025],[-0.3,-0.072],[-0.099,-0.025],[0,0],[-0.219,0.024],[-0.196,0.271],[-0.074,0.195],[-0.027,0.15],[0,0.148],[-0.026,0.125],[-0.101,0.149],[-0.047,0.025],[-0.078,-0.017],[-0.146,0.095],[-0.122,0.174],[0,0.295],[0.098,0.048],[0.149,0.048],[0.269,0.05],[0,0.196],[0,0.317],[-0.048,0.148],[-0.024,0.148],[0,0.172],[0.025,0.174],[0.048,0.17],[0.052,0.146],[0.147,-0.098],[0.097,-0.12],[0.099,-0.322],[0,-0.292],[0,-0.174],[0,0],[0,0],[0,0],[0,0],[0,0],[0.145,0.027],[0.122,0],[0.147,0.027],[0.123,0.028],[0.124,0.026],[0,0],[0,0.174],[-0.022,0.123],[0,0],[0,0.171],[0.023,0.167],[0.146,0.123],[0,0],[0.025,-0.145],[0,0],[0,-0.395],[-0.05,-0.148],[-0.147,-0.121],[-0.123,-0.123],[-0.097,-0.196],[0,-0.25],[0,0],[0,-0.15],[-0.077,-0.174],[-0.127,-0.143],[-0.122,-0.123],[-0.07,-0.046],[-0.09,0.003],[-0.099,-0.074],[0,0],[0.49,0],[0.169,-0.022],[0.122,-0.021],[0.218,-0.035],[0.186,0.019],[0.06,-0.01],[0.068,0.006],[0.198,-0.048],[0,-0.173],[-0.072,-0.171],[-0.121,-0.094],[-0.15,-0.096],[-0.149,-0.079],[0,0],[-0.098,0],[-0.042,0]],\"v\":[[207.829,49.62],[207.434,49.817],[207.139,50.209],[205.96,50.996],[205.176,50.898],[204.783,50.799],[203.993,50.506],[203.701,50.309],[203.306,50.309],[202.91,50.701],[202.421,51.487],[202.421,52.077],[202.227,52.469],[202.227,52.862],[202.227,53.257],[201.832,53.552],[201.646,53.548],[201.438,53.552],[201.145,53.944],[200.947,54.534],[201.34,55.224],[201.733,55.32],[202.126,55.517],[202.91,55.517],[203.011,56.037],[202.715,56.796],[202.519,57.191],[202.519,57.633],[202.519,58.075],[202.816,58.469],[202.91,58.96],[203.11,59.352],[203.504,59.055],[203.895,58.765],[203.993,57.879],[203.993,57.092],[204.189,56.672],[204.189,54.046],[205.371,54.046],[205.371,54.926],[205.176,55.32],[205.274,55.713],[205.668,55.811],[206.061,55.811],[206.452,56.009],[206.844,56.107],[207.236,56.107],[207.236,56.918],[207.042,57.29],[206.944,57.683],[206.944,58.124],[206.944,58.568],[207.337,58.862],[207.85,59.055],[209.107,59.055],[209.207,58.663],[209.207,58.1],[209.107,57.092],[208.714,56.895],[208.321,56.502],[207.926,56.205],[207.733,55.618],[207.926,55.024],[207.926,54.634],[207.926,54.242],[207.535,53.944],[207.236,53.552],[206.844,53.257],[206.613,53.218],[206.353,53.157],[206.254,52.768],[206.353,52.077],[207.634,52.077],[208.025,51.78],[208.418,51.682],[209.001,51.684],[209.598,51.682],[209.79,51.683],[209.99,51.682],[210.287,51.192],[210.089,50.799],[209.795,50.403],[209.404,50.209],[209.009,49.917],[208.616,49.62],[208.223,49.62],[207.952,49.61]],\"c\":true},\"ix\":2},\"nm\":\"Path 108\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":108,\"ty\":\"sh\",\"ix\":109,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,-0.171],[-0.074,-0.27],[-0.172,-0.27],[-0.242,-0.295],[-0.273,-0.265],[-0.147,-0.097],[-0.098,-0.097],[-0.102,-0.149],[-0.076,-0.099],[-0.096,-0.126],[-0.089,0.02],[-0.05,-0.011],[0,0],[0.121,0.072],[0.195,0.05],[0.124,0.028],[0.087,-0.011],[0.078,0.012],[0.099,0.169],[0.048,0.169],[0.031,0.12],[0,0.292],[0.149,0.224],[0.294,0.124]],\"o\":[[0.046,0.147],[0.023,0.296],[0.072,0.321],[0.199,0.318],[0.248,0.294],[0.122,0.124],[0.099,0.048],[0.126,0.126],[0.05,0.097],[0.097,0.144],[0.042,0.057],[0.062,-0.014],[0,0],[-0.145,-0.076],[-0.17,-0.123],[-0.125,-0.022],[-0.093,-0.027],[-0.073,0.009],[-0.194,-0.051],[-0.098,-0.149],[-0.025,-0.124],[-0.047,-0.272],[0,-0.295],[-0.194,-0.269],[0,0]],\"v\":[[163.59,50.602],[163.59,50.799],[163.59,51.583],[164.081,52.373],[164.668,53.157],[165.36,53.944],[165.654,54.339],[166.046,54.436],[166.342,54.829],[166.441,55.224],[166.735,55.618],[166.952,55.635],[167.126,55.618],[167.126,54.046],[166.735,53.848],[166.342,53.451],[165.947,53.354],[165.68,53.348],[165.454,53.354],[165.063,52.964],[164.771,52.572],[164.668,52.176],[164.668,51.39],[164.569,50.602],[163.787,50.209]],\"c\":true},\"ix\":2},\"nm\":\"Path 109\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":109,\"ty\":\"sh\",\"ix\":110,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.223,-0.022],[-0.023,-0.148],[0,-0.245],[0.023,-0.415],[0,0],[0,0],[0,0],[0,0.295],[0,0.197],[0,0.126],[0.23,0]],\"o\":[[0.023,0.174],[0.052,0.222],[0,0.422],[0,0],[0,0],[0,0],[0.022,-0.295],[0,-0.197],[0,-0.121],[-0.294,-0.016],[-0.177,0]],\"v\":[[232.801,50.259],[232.897,50.701],[233.095,51.313],[232.998,52.373],[234.96,52.373],[234.96,51.878],[234.129,51.878],[234.178,51.095],[234.077,50.602],[234.129,50.259],[233.384,50.229]],\"c\":true},\"ix\":2},\"nm\":\"Path 110\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":110,\"ty\":\"sh\",\"ix\":111,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.121,-0.021],[0.071,0.006],[0.06,-0.009],[0.098,-0.099],[-0.177,-0.021],[0,0],[0,0],[-0.319,0],[-0.291,0.052],[0.044,-0.014],[0,0.041],[0,0.324],[0.226,0]],\"o\":[[-0.148,0],[-0.065,0.016],[-0.065,-0.005],[-0.145,0.028],[0.173,0.075],[0,0],[0,0],[0.318,0.024],[0.296,0],[0,-0.022],[-0.052,0.017],[-0.073,-0.317],[-0.217,0],[0,0]],\"v\":[[212.646,51.583],[212.452,51.78],[212.243,51.782],[212.053,51.78],[211.86,52.176],[212.257,52.469],[212.646,52.469],[213.04,52.469],[213.848,52.572],[214.61,52.469],[214.524,52.476],[214.415,52.469],[214.415,51.634],[213.822,51.583]],\"c\":true},\"ix\":2},\"nm\":\"Path 111\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":111,\"ty\":\"sh\",\"ix\":112,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.172,-0.099],[0.151,-0.124],[0.369,0],[0.296,-0.022],[0.148,-0.074],[0.049,-0.194],[0.097,-0.272],[0.096,-0.124],[0.147,-0.05],[0.297,0],[0.32,0.05],[0.223,0.195],[0.099,0.145],[0.075,0.096],[0.322,0],[0.124,-0.023],[0.171,-0.077],[0.17,0],[0,0],[0,0],[-0.12,-0.122],[-0.071,-0.147],[0,-0.126],[0,-0.294],[0,0],[-0.098,0.05],[-0.069,-0.012],[-0.063,0.026],[-0.194,0],[-0.172,0],[-0.295,-0.022],[-0.123,-0.022],[-0.295,-0.146],[-0.294,-0.199],[-0.122,-0.074],[-0.169,-0.077],[-0.076,0.01],[-0.055,-0.009],[-0.173,-0.028],[-0.146,0],[-0.176,0.017],[-0.262,-0.056],[-0.145,-0.05],[-0.271,-0.145],[-0.12,-0.076],[-0.148,-0.149],[-0.198,-0.32],[-0.072,-0.125],[0,-0.541],[0,-0.144],[0.049,-0.168],[0.298,-0.146],[0.075,0.011],[0.056,-0.01],[0.121,-0.027],[0.151,-0.101],[0.079,-0.195],[0,-0.169],[0,-0.148],[-0.396,0],[-0.318,0.218],[-0.124,0.103],[-0.047,0.098],[-0.244,0],[-0.365,-0.248],[-0.144,-0.128],[-0.146,-0.126],[-0.194,-0.097],[-0.12,-0.051],[-0.147,-0.052],[-0.3,-0.149],[-0.171,-0.075],[-0.172,-0.028],[-0.272,-0.026],[-0.32,0],[-0.296,0.075],[-0.148,0.098],[-0.073,0.123],[-0.023,0.124],[0,0.291],[-0.194,0.048],[-0.27,0.148],[-0.12,0.145],[-0.445,0],[0,0],[-0.147,-0.051],[-0.123,-0.048],[-0.147,-0.05],[-0.295,-0.169],[-0.121,-0.098],[-0.171,-0.269],[-0.07,-0.121],[-0.271,-0.272],[-0.099,-0.147],[-0.174,-0.297],[-0.099,-0.173],[-0.171,-0.048],[-0.25,0],[-0.565,0.043],[-0.295,0],[-0.347,-0.347],[-0.343,-0.125],[-0.246,0],[-0.222,0.021],[0,0],[0.244,0.122],[0.123,0.047],[0.101,0.076],[0.097,0.125],[0.124,0.147],[0.198,0.027],[0.125,0.027],[0.067,-0.006],[0.062,0.014],[0.172,0.047],[0.122,0.026],[0.149,0],[0.296,0],[0,0],[0.665,-0.048],[0,0],[-0.588,-0.051],[0,0],[0.128,0.096],[0.122,0.097],[0.123,0.098],[0,0],[0.126,0.147],[0.074,0.15],[0.095,0.272],[0.071,0.101],[0.124,0.098],[0.146,0.101],[0.147,0.121],[0.12,0.121],[0.395,0.169],[0.148,0.027],[0.343,0],[0.271,0.247],[0.147,0.075],[0.074,-0.009],[0.055,0.013],[0.17,0.027],[0.269,0.121],[0.297,0.118],[0.149,0.024],[0.149,0],[0.197,-0.007],[0.246,0.012],[0.194,0],[0.12,-0.004],[0.288,0.122],[0.272,0.146],[0.297,0.117],[0.122,0.02],[0.169,0.075],[0.292,0]],\"o\":[[-0.146,0.075],[-0.27,0.222],[-0.292,0],[-0.171,0],[-0.197,0.096],[-0.048,0.274],[-0.048,0.145],[-0.099,0.124],[-0.271,0.124],[-0.342,0],[-0.27,-0.025],[-0.147,-0.124],[-0.072,-0.124],[-0.196,-0.243],[-0.148,0],[-0.173,0.053],[-0.149,0.047],[0,0],[0,0],[0.152,0.073],[0.124,0.126],[0.074,0.123],[0.027,0.271],[0,0],[0.047,-0.12],[0.048,-0.023],[0.071,0.012],[0.171,-0.072],[0.169,0],[0.295,0],[0.149,0],[0.322,0.078],[0.345,0.174],[0.123,0.072],[0.149,0.1],[0.071,0.028],[0.06,-0.008],[0.172,0.028],[0.121,0],[0.215,0.021],[0.226,-0.021],[0.15,0.021],[0.298,0.12],[0.123,0.073],[0.171,0.099],[0.272,0.271],[0.073,0.147],[0.298,0.442],[0,0.146],[0,0.198],[-0.099,0.321],[-0.07,0.027],[-0.059,-0.008],[-0.121,0.023],[-0.174,0.049],[-0.171,0.093],[-0.047,0.145],[0,0.146],[0.05,0.392],[0.391,0],[0.151,-0.099],[0.099,-0.072],[0.121,-0.197],[0.44,0],[0.175,0.098],[0.146,0.12],[0.153,0.121],[0.122,0.048],[0.147,0.049],[0.318,0.1],[0.167,0.073],[0.168,0.07],[0.248,0.051],[0.319,0.027],[0.318,0],[0.172,-0.05],[0.122,-0.075],[0.048,-0.097],[0.074,-0.271],[0.221,0],[0.323,-0.103],[0.172,-0.098],[0.271,-0.324],[0,0],[0.171,0],[0.12,0.023],[0.147,0.045],[0.298,0.125],[0.147,0.073],[0.245,0.222],[0.075,0.121],[0.2,0.32],[0.123,0.121],[0.196,0.275],[0.098,0.175],[0.096,0.145],[0.223,0.077],[0.565,0],[0.294,-0.029],[0.491,0],[0.267,0.268],[0.221,0.072],[0.222,0],[0,0],[0,-0.296],[-0.124,-0.047],[-0.119,-0.055],[-0.12,-0.073],[-0.124,-0.145],[-0.127,-0.144],[-0.125,0],[-0.061,-0.012],[-0.068,0.007],[-0.173,-0.046],[-0.12,-0.029],[-0.123,-0.024],[-0.294,-0.025],[0,0],[-0.663,-0.03],[0,0],[0.587,-0.025],[0,0],[-0.121,-0.073],[-0.121,-0.099],[-0.12,-0.102],[0,0],[-0.103,-0.124],[-0.124,-0.147],[-0.145,-0.242],[-0.051,-0.123],[-0.075,-0.123],[-0.144,-0.126],[-0.169,-0.122],[-0.146,-0.124],[-0.294,-0.298],[-0.147,-0.051],[-0.319,-0.074],[-0.366,0],[-0.122,-0.096],[-0.066,-0.025],[-0.061,0.009],[-0.174,-0.047],[-0.297,-0.05],[-0.297,-0.147],[-0.145,-0.052],[-0.122,-0.025],[-0.248,-0.013],[-0.195,0.006],[-0.198,0],[-0.144,-0.008],[-0.269,0.009],[-0.296,-0.118],[-0.268,-0.145],[-0.125,-0.053],[-0.174,-0.051],[-0.248,-0.122],[-0.223,0]],\"v\":[[237.225,52.077],[236.928,52.469],[236.043,52.862],[235.254,52.862],[234.865,53.061],[234.472,53.451],[234.472,54.242],[234.277,54.634],[233.879,54.829],[233.095,54.926],[232.21,54.829],[231.423,54.634],[231.128,54.242],[231.128,53.848],[230.342,53.552],[229.947,53.552],[229.556,53.848],[229.139,53.944],[226.702,53.944],[226.702,54.731],[227.095,54.926],[227.49,55.224],[227.49,55.618],[227.49,56.401],[228.082,56.401],[228.082,56.009],[228.266,56.01],[228.475,56.009],[228.767,55.618],[229.16,55.811],[229.947,55.811],[230.342,55.811],[231.128,56.205],[231.915,56.796],[232.306,56.992],[232.6,57.385],[232.824,57.392],[232.998,57.385],[233.488,57.486],[233.879,57.587],[234.454,57.574],[235.157,57.587],[235.551,57.781],[236.34,58.269],[236.733,58.469],[237.126,58.862],[237.814,59.648],[238.009,60.043],[238.798,61.219],[238.699,61.613],[238.699,62.103],[238.107,62.793],[237.887,62.799],[237.712,62.793],[237.324,62.895],[236.928,63.192],[236.533,63.58],[236.34,63.973],[236.436,64.37],[237.225,65.053],[238.206,64.762],[238.6,64.463],[238.699,64.071],[239.189,63.678],[240.27,63.973],[240.663,64.37],[241.055,64.663],[241.451,65.053],[241.842,65.152],[242.238,65.348],[243.124,65.645],[243.517,65.94],[244.007,66.038],[244.696,66.234],[245.532,66.234],[246.366,66.234],[246.761,65.94],[247.154,65.742],[247.251,65.348],[247.251,64.566],[247.84,64.566],[248.628,64.169],[249.02,63.78],[249.907,63.091],[250.103,63.091],[250.498,63.285],[250.887,63.385],[251.28,63.58],[252.068,63.973],[252.462,64.169],[252.952,64.956],[253.149,65.348],[253.936,65.94],[254.232,66.331],[254.723,67.119],[255.02,67.612],[255.313,68.001],[255.952,68.001],[257.379,67.91],[258.116,67.807],[259.15,68.497],[259.934,69.086],[260.548,69.282],[261.113,69.185],[261.113,67.977],[260.621,67.413],[260.228,67.319],[259.832,67.218],[259.639,66.822],[259.344,66.432],[258.853,66.135],[258.457,66.135],[258.264,66.135],[258.064,66.135],[257.673,65.843],[257.28,65.742],[256.886,65.645],[256.1,65.645],[256.1,63.139],[254.379,63.139],[254.379,61.27],[255.9,61.27],[255.9,60.63],[255.507,60.433],[255.214,60.043],[254.822,59.746],[252.858,59.746],[252.559,59.352],[252.167,59.055],[251.973,58.269],[251.873,57.879],[251.477,57.683],[251.085,57.385],[250.691,56.992],[250.3,56.699],[249.512,55.913],[249.118,55.713],[248.233,55.713],[247.35,55.32],[247.154,54.926],[246.939,54.921],[246.761,54.926],[246.271,54.829],[245.482,54.534],[244.696,54.046],[244.301,53.848],[243.908,53.848],[243.267,53.848],[242.629,53.848],[242.139,53.75],[241.746,53.751],[240.959,53.647],[240.173,53.157],[239.387,52.67],[238.995,52.572],[238.504,52.373],[237.814,51.978]],\"c\":true},\"ix\":2},\"nm\":\"Path 112\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":112,\"ty\":\"sh\",\"ix\":113,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-0.026,-0.243],[-0.49,-0.05],[0,0]],\"o\":[[0,0],[0,0],[0,0],[0.026,0.243],[0.492,-0.025],[0,0],[0,0]],\"v\":[[222.283,51.978],[222.283,52.572],[222.085,52.176],[222.085,52.572],[222.184,53.207],[223.41,53.207],[223.41,51.978]],\"c\":true},\"ix\":2},\"nm\":\"Path 113\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":113,\"ty\":\"sh\",\"ix\":114,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.088,-0.092],[0.077,-0.122],[0.05,-0.149],[0,0],[0,-0.149],[-0.025,-0.147],[0,0],[-0.321,0],[-0.152,0],[0,0],[-0.12,-0.024],[-0.126,-0.021],[-0.127,-0.025],[-0.171,-0.046],[-0.347,0],[-0.046,0.463],[0.395,0.047],[0.295,0.026],[0.146,0],[0,0],[0.273,0.049],[0.39,0],[0.083,0]],\"o\":[[-0.097,0.096],[-0.073,0.126],[0,0],[0,0.145],[0,0.172],[0,0],[0.319,0],[0.147,0],[0,0],[0.124,0],[0.126,0.027],[0.12,0.025],[0.166,0.05],[0.32,0.078],[-0.054,-0.464],[-0.392,-0.053],[-0.296,-0.024],[-0.151,0],[0,0],[-0.269,-0.025],[-0.368,-0.074],[-0.086,0],[-0.128,0]],\"v\":[[218.837,54.046],[218.741,54.436],[218.545,54.829],[218.545,54.436],[218.449,54.829],[218.642,55.224],[219.798,55.224],[220.61,55.125],[221.006,55.224],[221.395,55.224],[221.787,55.32],[222.184,55.418],[222.579,55.517],[222.969,55.811],[223.855,55.811],[223.801,54.634],[222.772,54.534],[221.988,54.436],[221.592,54.339],[221.197,54.339],[220.41,54.142],[219.43,53.944],[219.173,53.937]],\"c\":true},\"ix\":2},\"nm\":\"Path 114\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":114,\"ty\":\"sh\",\"ix\":115,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.151,-0.074],[0,0],[-0.173,0],[0,0],[0,0],[0.145,0.073],[0.269,0.047],[0.27,0.048]],\"o\":[[0.123,0.12],[0,0],[0.147,0.076],[0,0],[0,0],[-0.097,-0.124],[-0.248,-0.123],[-0.268,-0.05],[0,0]],\"v\":[[215.301,55.125],[215.598,55.517],[215.991,55.713],[216.405,55.811],[217.165,55.811],[217.165,55.125],[216.973,54.731],[216.186,54.534],[215.4,54.339]],\"c\":true},\"ix\":2},\"nm\":\"Path 115\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":115,\"ty\":\"sh\",\"ix\":116,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.118,0],[0.123,-0.022],[0.145,-0.074],[0.073,-0.123],[0.073,-0.275],[0.073,-0.15],[0.098,-0.052],[0.122,0],[0.688,0],[0,0],[0,0],[0.49,0.018],[0.15,0],[0,-0.147],[0,-0.296],[0,-0.07],[-0.663,-0.07],[-0.294,-0.021],[-0.293,0],[-0.295,0.028],[-0.147,0.075],[-0.198,0.055],[-0.058,-0.009],[-0.071,0.031],[-0.121,0.025],[-0.096,0.172],[-0.078,0.322],[-0.097,0.267],[-0.049,0.171],[0,0.148],[0.021,0.145]],\"o\":[[-0.122,0],[-0.146,0.024],[-0.148,0.076],[-0.145,0.242],[-0.048,0.166],[-0.076,0.119],[-0.1,0.048],[-0.661,0.097],[0,0],[0,0],[-0.495,0],[-0.147,0],[0,0.15],[0.025,0.296],[0,0.069],[0.664,0],[0.293,0.026],[0.299,0.028],[0.296,0],[0.172,0],[0.194,-0.097],[0.052,-0.009],[0.076,0.012],[0.125,-0.045],[0.198,-0.073],[0.178,-0.267],[0.044,-0.27],[0.048,-0.174],[0.025,-0.124],[0,-0.174],[-0.148,0.022]],\"v\":[[263.671,56.796],[263.275,56.796],[262.882,56.992],[262.488,57.191],[262.488,57.98],[262.196,58.372],[262.098,58.765],[261.702,58.765],[259.96,58.765],[259.538,58.765],[259.15,58.765],[257.868,58.765],[257.475,58.663],[257.28,59.352],[257.379,60.14],[257.329,60.334],[259.051,60.334],[259.832,60.529],[260.621,60.529],[261.408,60.529],[261.803,60.334],[262.196,59.941],[262.363,59.949],[262.587,59.941],[262.98,59.844],[263.371,59.45],[263.771,58.663],[263.868,57.879],[264.16,57.486],[264.259,57.092],[264.064,56.699]],\"c\":true},\"ix\":2},\"nm\":\"Path 116\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":116,\"ty\":\"sh\",\"ix\":117,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.051,-0.176],[0.026,-0.12],[0,0],[0,0],[0,0.12],[0,0]],\"o\":[[-0.024,0.12],[0,0],[0,0],[0,-0.12],[0,0],[-0.072,0.169]],\"v\":[[170.077,58.765],[170.077,59.154],[170.469,59.45],[170.469,59.055],[170.373,58.765],[170.373,58.372]],\"c\":true},\"ix\":2},\"nm\":\"Path 117\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":117,\"ty\":\"sh\",\"ix\":118,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.148,-0.099],[0.097,-0.122],[0.046,-0.172],[0.021,-0.126],[0.027,-0.12],[0,-0.146],[0,-0.175],[-0.219,0.024],[-0.121,0.024],[-0.121,0.149],[-0.049,0.125],[0,0.566],[0,0],[0.121,0.123]],\"o\":[[-0.147,0.1],[-0.098,0.124],[-0.028,0.123],[-0.028,0.124],[-0.024,0.127],[0,0.176],[0,0.219],[0.145,0],[0.171,-0.052],[0.076,-0.096],[0.248,-0.491],[0,0],[-0.027,-0.169],[-0.148,0.098]],\"v\":[[230.832,59.154],[230.439,59.45],[230.051,59.746],[230.051,60.14],[229.947,60.529],[229.853,60.924],[229.652,61.322],[230.241,61.417],[230.637,61.417],[231.029,61.121],[231.128,60.728],[231.621,59.352],[231.621,59.154],[231.227,58.862]],\"c\":true},\"ix\":2},\"nm\":\"Path 118\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":118,\"ty\":\"sh\",\"ix\":119,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0.15,-0.023],[-0.026,-0.149],[-0.024,-0.168],[0,-0.144],[-0.07,-0.146],[-0.247,-0.296],[-0.097,-0.123],[-0.198,-0.072],[-0.172,0],[-0.169,0.027],[0.054,0.124],[0.047,0.173],[0.047,0.124],[0.099,0.149],[0.268,0.245],[0.074,0.122],[0.024,0.126],[0,0.148]],\"o\":[[-0.146,0],[0.048,0.148],[0.048,0.172],[0,0.148],[0,0.199],[0.175,0.321],[0.099,0.122],[0.123,0.168],[0.146,0.051],[0.172,0],[-0.045,-0.12],[-0.07,-0.175],[-0.048,-0.121],[-0.072,-0.17],[-0.195,-0.319],[-0.125,-0.097],[-0.075,-0.121],[-0.025,-0.121],[0,0]],\"v\":[[268.78,59.154],[268.387,59.254],[268.585,59.648],[268.683,60.164],[268.585,60.529],[268.876,60.924],[269.668,61.515],[269.863,61.91],[270.257,62.3],[270.65,62.496],[271.04,62.3],[270.941,61.91],[270.65,61.515],[270.65,61.121],[270.353,60.728],[269.571,60.14],[269.176,59.941],[269.176,59.548],[269.176,59.154]],\"c\":true},\"ix\":2},\"nm\":\"Path 119\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":119,\"ty\":\"sh\",\"ix\":120,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[0,0],[0,0],[0,0],[-0.295,-0.023],[-0.12,-0.043],[0,0],[-0.122,-0.127],[-0.194,-0.096],[-0.226,0],[-0.395,0.1],[-0.147,0],[-0.296,0],[-0.318,0],[-0.27,-0.146],[-0.126,-0.072],[-0.169,0],[-0.146,0],[-0.316,0],[-0.346,-0.074],[-0.34,-0.175],[-0.171,-0.021],[-0.082,0.007],[-0.083,-0.009],[-0.342,-0.024],[-0.024,0.141],[-0.053,0.148],[-0.067,0.006],[-0.061,-0.012],[-0.173,-0.024],[-0.148,0],[0,0],[-0.244,0],[-0.223,-0.093],[-0.124,-0.076],[-0.146,-0.099],[-0.317,-0.1],[-0.321,0],[0,0],[-0.149,0.024],[0.145,0.27],[0.198,0.073],[0.066,-0.013],[0.061,0.027],[0.195,0.32],[0,0],[-0.075,0.147],[-0.122,0.098],[-0.12,0.025],[-0.134,-0.016],[-0.131,0.027],[-0.293,0.175],[0.271,0.051],[0.146,0.024],[0.069,-0.006],[0.062,0.012],[0.344,0],[0.295,0],[0.198,0],[0.115,-0.003],[0.307,0.105],[0.315,0.098],[0.323,0.049]],\"o\":[[0,0],[0,0],[0,0],[0.293,0],[0.149,0],[0,0],[0.17,0.075],[0.151,0.145],[0.201,0.098],[0.415,0],[0.12,-0.024],[0.296,-0.024],[0.318,-0.024],[0.323,0],[0.148,0.072],[0.122,0.072],[0.151,0],[0.319,0],[0.368,0],[0.367,0.098],[0.175,0.066],[0.086,0.014],[0.077,-0.005],[0.322,0.048],[0.024,-0.146],[0.024,-0.175],[0.059,0.012],[0.068,-0.006],[0.173,0.053],[0.125,0.027],[0,0],[0.244,-0.024],[0.27,0],[0.122,0.051],[0.149,0.066],[0.272,0.196],[0.297,0.1],[0,0],[0.172,0],[-0.149,-0.295],[-0.103,-0.175],[-0.061,-0.024],[-0.067,0.013],[-0.348,-0.147],[0,0],[0.022,-0.169],[0.072,-0.152],[0.096,-0.074],[0.142,-0.037],[0.123,0.016],[0.32,-0.049],[-0.293,-0.047],[-0.15,-0.022],[-0.062,-0.012],[-0.068,0.006],[-0.316,-0.049],[-0.293,0],[-0.198,0],[-0.141,-0.006],[-0.267,0.005],[-0.321,-0.098],[-0.323,-0.096],[0,0]],\"v\":[[176.368,61.219],[176.368,61.711],[177.548,61.711],[177.548,62.595],[178.335,62.595],[178.728,62.595],[179.123,62.793],[179.415,63.192],[179.809,63.58],[180.402,63.678],[181.386,63.285],[181.777,63.285],[182.564,63.285],[183.397,63.192],[184.233,63.285],[184.431,63.678],[184.822,63.899],[185.217,63.973],[186.027,63.874],[186.986,63.973],[187.772,64.566],[188.167,64.857],[188.418,64.858],[188.655,64.857],[189.543,64.956],[189.543,64.566],[189.741,64.169],[189.936,64.169],[190.132,64.169],[190.525,64.463],[190.92,64.463],[191.311,64.463],[191.902,64.266],[192.59,64.463],[192.983,64.566],[193.277,64.956],[194.064,65.448],[194.902,65.548],[195.345,65.548],[195.738,65.348],[195.345,64.566],[194.949,64.169],[194.754,64.17],[194.559,64.169],[193.868,63.43],[190.822,63.43],[190.822,62.992],[191.017,62.595],[191.408,62.496],[191.819,62.492],[192.197,62.496],[192.983,62.103],[192.197,62.005],[191.806,61.811],[191.607,61.811],[191.408,61.811],[190.525,61.613],[189.741,61.711],[189.246,61.613],[188.868,61.611],[188.068,61.515],[187.285,61.121],[186.395,60.924]],\"c\":true},\"ix\":2},\"nm\":\"Path 120\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":120,\"ty\":\"sh\",\"ix\":121,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.489,-0.376],[0,-0.293],[-0.025,-0.149],[0,0],[-0.094,0.144],[0,0.242],[0.124,0.368],[0.075,0.155]],\"o\":[[-0.048,0.292],[0,0.15],[0,0],[0.144,-0.097],[0.151,-0.201],[0,-0.395],[-0.048,-0.173],[-0.564,0.223]],\"v\":[[224.443,63.192],[224.344,64.266],[224.443,64.663],[225.626,64.663],[226.012,64.37],[226.311,63.78],[226.115,62.793],[225.819,62.397]],\"c\":true},\"ix\":2},\"nm\":\"Path 121\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":121,\"ty\":\"sh\",\"ix\":122,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.018,-0.147],[-0.051,-0.149],[-0.066,-0.007],[-0.063,0.013],[-0.199,0],[-0.241,0],[0,0],[-0.148,0.072],[0,0]],\"o\":[[0.027,0.143],[0.027,0.17],[0.06,-0.011],[0.07,0.006],[0.171,-0.024],[0.242,0],[0,0],[0.195,0],[0,0],[0,0]],\"v\":[[214.217,63.091],[214.217,63.484],[214.415,63.874],[214.608,63.875],[214.811,63.874],[215.204,63.58],[215.792,63.78],[215.991,63.78],[216.381,63.484],[216.085,63.091]],\"c\":true},\"ix\":2},\"nm\":\"Path 122\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":122,\"ty\":\"sh\",\"ix\":123,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.025,-0.005],[0.172,-0.032],[0.22,0.021],[0.223,-0.024],[0.271,-0.029],[0,0],[0.147,0],[0.146,-0.031],[0.244,0],[0.194,0.074],[0.22,0.069],[0.293,0.028],[0.22,0],[0.2,-0.044],[0.172,-0.072],[0.225,0],[0,0],[0,0],[-0.393,-0.052],[-0.836,0],[0,0],[-0.687,0.047],[-0.147,0],[-0.123,0.024],[-0.123,0.024],[-0.145,0.075],[-0.198,0.048],[-0.126,0],[-0.129,-0.005],[-0.144,0.011],[-0.198,0.022],[-0.173,0.074],[0,0],[0.07,0.006],[0.039,0]],\"o\":[[-0.171,0.048],[-0.257,0.051],[-0.181,-0.017],[-0.294,0.021],[0,0],[-0.15,0],[-0.149,0],[-0.243,0.024],[-0.221,0],[-0.219,-0.075],[-0.269,-0.076],[-0.221,-0.024],[-0.222,0],[-0.168,0.028],[-0.196,0.074],[0,0],[0,0],[0.271,0.271],[0.839,0.097],[0,0],[0.687,0],[0.148,0],[0.147,0],[0.125,-0.024],[0.15,-0.023],[0.173,-0.075],[0.122,-0.026],[0.137,-0.013],[0.123,0.006],[0.194,0],[0.199,-0.026],[0,0],[-0.063,0.014],[-0.039,-0.004],[-0.026,0]],\"v\":[[211.759,64.071],[211.368,64.37],[210.681,64.38],[210.089,64.37],[209.303,64.566],[208.91,64.566],[208.517,64.663],[208.124,64.663],[207.535,64.857],[206.944,64.762],[206.452,64.37],[205.668,64.266],[205.077,64.169],[204.483,64.266],[203.993,64.463],[203.475,64.762],[203.011,64.762],[203.306,64.956],[204.094,65.548],[206.207,65.548],[206.55,65.548],[208.321,65.548],[208.714,65.448],[209.107,65.448],[209.499,65.348],[209.892,65.152],[210.287,64.762],[210.681,64.762],[211.074,64.761],[211.467,64.762],[211.957,64.762],[212.352,64.463],[212.157,64.071],[211.956,64.072],[211.837,64.064]],\"c\":true},\"ix\":2},\"nm\":\"Path 123\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":123,\"ty\":\"sh\",\"ix\":124,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.222,-0.071],[0.146,-0.053],[0.147,0],[0.297,-0.052],[0,-0.269],[-0.099,-0.147],[-0.465,0],[-0.27,0.072],[-0.146,0.076],[-0.174,0.05],[-0.343,-0.023],[-0.345,0],[-0.146,0],[0.046,-0.013],[0,0.025],[0.023,0.2],[0.272,0.051],[0.175,0.028],[0.063,-0.006],[0.061,0.014],[0.274,0]],\"o\":[[-0.147,0.053],[-0.122,0.046],[-0.294,0],[-0.27,0.02],[0,0.196],[0.272,0.37],[0.295,0],[0.149,-0.052],[0.17,-0.069],[0.316,-0.099],[0.344,0.024],[0.15,0],[-0.013,-0.025],[-0.046,0.012],[-0.047,-0.172],[-0.295,0],[-0.145,-0.024],[-0.071,-0.012],[-0.067,0.007],[-0.248,-0.044],[-0.244,0]],\"v\":[[199.176,64.169],[198.785,64.37],[198.488,64.663],[197.702,64.566],[197.113,64.956],[197.408,65.348],[198.585,65.548],[199.373,65.548],[199.767,65.348],[200.064,64.956],[200.947,65.053],[201.832,65.053],[202.227,64.956],[202.118,64.956],[202.029,64.956],[202.029,64.463],[201.24,64.463],[200.848,64.266],[200.649,64.267],[200.457,64.266],[199.814,64.071]],\"c\":true},\"ix\":2},\"nm\":\"Path 124\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":124,\"ty\":\"sh\",\"ix\":125,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.041,-0.011],[0.123,-0.024],[0.198,-0.073],[0.124,-0.051],[0.123,-0.023],[0.17,-0.052],[0.169,-0.076],[0.125,-0.076],[0.119,-0.075],[0.168,0.004],[0.099,-0.017],[0.065,0.01],[0.101,-0.043],[0.147,-0.101],[0.123,-0.119],[0,-0.248],[0,0],[-0.004,-0.021],[0,0],[0,-0.15],[-0.295,-0.097],[-0.146,0],[-0.147,0],[-0.203,0.267],[-0.294,0.243],[-0.22,0.1],[-0.127,0],[-0.269,0.05],[-0.343,0.169],[-0.293,0.024],[-0.112,-0.008],[-0.149,0.027],[-0.12,0.024],[-0.099,0.099],[0.124,0.075],[0.193,0.074],[0.295,0],[0.083,0]],\"o\":[[-0.125,0.021],[-0.195,0.074],[-0.122,0.048],[-0.121,0.05],[-0.175,0.048],[-0.173,0.051],[-0.124,0.048],[-0.123,0.072],[-0.157,0.094],[-0.098,-0.002],[-0.071,0.01],[-0.094,-0.016],[-0.172,0.071],[-0.145,0.095],[-0.171,0.175],[0,0],[-0.004,0.025],[0,0],[0,0.144],[0,0.321],[0.122,0.026],[0.15,0],[0.346,0],[0.219,-0.297],[0.198,-0.17],[0.125,-0.045],[0.273,-0.051],[0.37,-0.07],[0.244,-0.125],[0.131,-0.01],[0.141,0.011],[0.124,0],[0.147,-0.024],[-0.149,-0.073],[-0.172,-0.121],[-0.271,-0.093],[-0.099,0],[-0.041,0]],\"v\":[[215.694,64.37],[215.301,64.463],[214.908,64.857],[214.512,64.956],[214.121,65.053],[213.728,65.348],[213.238,65.448],[212.844,65.548],[212.746,65.94],[212.254,66.026],[211.957,66.038],[211.756,66.027],[211.467,66.038],[211.17,66.432],[210.777,66.725],[210.386,67.218],[210.386,67.413],[210.386,67.482],[210.287,67.319],[210.188,67.71],[210.878,68.201],[211.27,68.3],[211.66,68.395],[212.257,67.71],[213.04,67.021],[213.53,66.527],[213.926,66.432],[214.709,66.331],[215.499,65.645],[216.283,65.448],[216.644,65.454],[217.069,65.448],[217.462,65.448],[217.66,65.053],[217.266,64.857],[216.876,64.463],[216.085,64.37],[215.816,64.356]],\"c\":true},\"ix\":2},\"nm\":\"Path 125\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":125,\"ty\":\"sh\",\"ix\":126,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,0],[-0.016,-0.047]],\"o\":[[0.03,0.037],[0,0]],\"v\":[[210.508,67.683],[210.582,67.807]],\"c\":true},\"ix\":2},\"nm\":\"Path 126\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":126,\"ty\":\"sh\",\"ix\":127,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.006,-0.001],[0.294,-0.145],[-0.097,-0.121],[-0.097,-0.151],[-0.097,-0.122],[-0.145,-0.073],[-0.173,-0.023],[-0.348,0],[-0.469,0.028],[0,0],[0.123,0.023],[0.127,0.122],[0.093,0.05],[0.127,0.078],[0.124,0.052],[0.147,0.123],[0.138,0.056],[0.069,0]],\"o\":[[-0.317,0.097],[0.073,0.124],[0.122,0.147],[0.073,0.12],[0.099,0.122],[0.15,0.074],[0.321,0.073],[0.462,0],[0,0],[-0.123,-0.029],[-0.174,-0.052],[-0.093,-0.094],[-0.104,-0.051],[-0.122,-0.071],[-0.174,-0.071],[-0.073,0.013],[-0.126,-0.05],[-0.007,0]],\"v\":[[202.616,66.234],[201.832,66.627],[202.029,67.021],[202.421,67.319],[202.616,67.71],[202.91,68.104],[203.405,68.201],[204.267,68.201],[205.467,68.15],[205.371,67.71],[204.978,67.612],[204.483,67.413],[204.391,67.021],[203.993,66.922],[203.602,66.822],[203.306,66.432],[202.954,66.333],[202.636,66.233]],\"c\":true},\"ix\":2},\"nm\":\"Path 127\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":127,\"ty\":\"sh\",\"ix\":128,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.218,-0.029],[-0.048,-0.098],[-0.149,-0.126],[-0.298,0],[0,0],[-0.176,0.073],[0.072,0.124],[0.068,0.124],[0.121,0.052],[0.294,0]],\"o\":[[0.023,0.123],[0.097,0.145],[0.221,0.194],[0,0],[0.168,-0.029],[-0.054,-0.149],[-0.074,-0.121],[-0.076,-0.122],[-0.25,-0.095],[-0.223,0]],\"v\":[[278.123,66.432],[278.22,67.119],[278.516,67.516],[279.301,67.71],[279.694,67.71],[280.09,67.413],[279.889,67.021],[279.795,66.627],[279.402,66.527],[278.688,66.331]],\"c\":true},\"ix\":2},\"nm\":\"Path 128\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":128,\"ty\":\"sh\",\"ix\":129,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.125,-0.05],[0.296,-0.15],[-0.05,-0.248],[0,0],[0,0],[0,0]],\"o\":[[-0.291,0.118],[0.073,0.221],[0,0],[0,0],[0,0],[-0.123,0.021]],\"v\":[[209.499,68.988],[208.714,69.382],[208.91,69.97],[210.089,69.97],[210.089,69.282],[209.892,68.889]],\"c\":true},\"ix\":2},\"nm\":\"Path 129\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":129,\"ty\":\"sh\",\"ix\":130,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.115,0],[0,0],[0.146,0],[0.149,0],[0,0],[-0.123,-0.045],[-0.27,-0.076],[-0.144,-0.075],[-0.12,-0.07],[-0.05,-0.125],[0.176,0],[0.341,0],[0.297,-0.024],[0.149,-0.046],[0.172,-0.122],[0.368,-0.249],[0.169,-0.1],[0.147,-0.124],[0,-0.245],[0,0],[0,-0.145],[0.024,-0.293],[0,-0.122],[0.048,-0.173],[0.169,-0.048],[0.242,0],[0.517,0.324],[0.147,0.051],[0.123,0],[0.39,0],[0.026,0.293],[0,0],[0.323,-0.026],[0.112,0.009],[0.149,-0.028],[0.268,-0.2],[0.099,-0.123],[0.148,-0.122],[0.17,-0.021],[0.116,0.016],[0.148,-0.052],[0.121,-0.467],[0.023,-0.121],[0.221,-0.047],[0.064,0.006],[0.064,-0.013],[0.294,0],[0,0],[-0.097,-0.119],[-0.121,-0.141],[0,-0.172],[0,0],[0,0],[0,0.05],[0,0.292],[0,0.153],[0,0],[0.148,-0.072],[0.124,-0.101],[0.07,-0.171],[0,-0.294],[0.098,-0.464],[0.028,-0.118],[0.126,-0.147],[0.124,-0.199],[0.075,-0.147],[0.078,-0.121],[0.125,-0.094],[0.217,-0.295],[0.123,-0.1],[0.123,-0.073],[0.149,-0.046],[0.148,-0.025],[0.122,0],[0.199,0],[0.311,0.011],[0.294,-0.008],[0.197,-0.022],[0.347,-0.199],[0.196,-0.027],[0.174,0.021],[0.23,-0.052],[0.193,-0.126],[0.367,-0.145],[0.47,-0.194],[0.147,-0.098],[0.072,-0.318],[0.025,-0.297],[0.05,-0.144],[0.062,-0.005],[0.06,0.013],[0.148,0.025],[0.123,0.054],[0.097,0.096],[0.049,0.124],[0.074,0.171],[0.145,-0.244],[0.074,-0.145],[0,-0.147],[0,0],[0,-0.145],[0.022,-0.342],[0,0],[0.077,-0.148],[0.048,-0.194],[0,-0.147],[-0.122,-0.249],[-0.095,-0.15],[-0.099,-0.151],[-0.127,-0.268],[-0.291,-0.422],[0,0],[0.174,0.045],[0.08,-0.012],[0.084,0.023],[0.173,0.021],[0.147,0],[0.147,-0.027],[0,0],[-0.124,-0.149],[-0.248,-0.293],[-0.124,-0.123],[-0.122,-0.097],[-0.099,-0.203],[0,-0.173],[-0.026,-0.318],[-0.144,-0.293],[-0.074,-0.194],[-0.052,-0.395],[-0.022,-0.197],[-0.022,-0.194],[-0.175,-0.299],[-0.077,-0.146],[-0.171,-0.394],[-0.024,-0.153],[0,-0.125],[-0.05,-0.465],[-0.1,-0.319],[-0.024,-0.144],[0,-0.194],[0,0],[0.275,-0.071],[0.271,-0.147],[0.125,-0.075],[0.144,-0.196],[0,0],[-0.34,-0.271],[-0.246,-0.223],[-0.122,-0.074],[-0.149,-0.077],[-0.294,-0.121],[-0.124,-0.047],[-0.32,-0.098],[-0.246,0],[-0.245,0.023],[-0.27,0.049],[-0.125,0.025],[-0.197,0.149],[-0.072,0.124],[-0.098,0.146],[-0.049,0.099],[-0.124,0.127],[-0.143,0.072],[-0.295,0.022],[-0.27,0.099],[-0.196,0.071],[-0.294,0],[-0.661,-0.172],[-0.345,-0.097],[-0.197,-0.029],[-0.272,0],[-0.197,0.073],[-0.147,0.144],[-0.124,0.167],[-0.171,0.273],[-0.171,0.17],[-0.813,0.273],[-0.124,0.053],[-0.145,0.051],[-0.148,0.027],[-0.151,0],[-0.125,-0.022],[-0.143,-0.05],[-0.168,-0.047],[-0.296,0],[-0.27,0.053],[-0.152,0.071],[-0.37,0.271],[-0.145,0.126],[-0.121,0.095],[-0.171,0.05],[-0.068,-0.006],[-0.061,0.012],[-0.395,0],[-0.295,-0.025],[-0.198,0.015],[-0.275,-0.039],[-0.271,-0.12],[0,0],[-0.146,-0.077],[-0.293,0],[-0.243,0],[-0.148,0],[0,0],[-0.294,-0.026],[-0.123,-0.026],[-0.148,-0.072],[-0.1,-0.124],[-0.072,-0.22],[0,-0.144],[0,-0.466],[-0.444,-0.37],[-0.075,-0.147],[0,-0.292],[-0.12,-0.465],[-0.074,-0.12],[-0.147,-0.072],[-0.144,0],[-0.245,0.437],[-0.075,0.127],[-0.244,0.296],[-0.096,0.122],[-0.096,0.144],[-0.075,0.153],[-0.101,0.295],[-0.048,0.148],[-0.222,-0.221],[0,-0.195],[0.272,-0.273],[0,-0.518],[-0.047,-0.292],[-0.072,0.096],[-0.095,0.047],[-0.195,0],[-0.174,0],[-0.147,-0.025],[0,0],[0.025,-0.197],[0,0],[0.026,-0.466],[-0.059,-0.009],[-0.069,0.029],[-0.149,0.144],[-0.272,0],[-0.124,-0.198],[-0.072,-0.323],[-0.271,-0.271],[-0.1,-0.099],[0,-0.224],[0,0],[0,-0.149],[-0.025,-0.292],[-0.025,-0.12],[-0.247,-0.196],[-0.29,-0.176],[-0.173,-0.049],[-0.294,0],[-0.419,-0.193],[-0.149,-0.072],[-0.121,-0.076],[-0.151,-0.073],[-0.177,-0.05],[-0.393,0],[-0.445,0.441],[0,0.589],[0,0],[-0.17,-0.439],[-0.024,-0.119],[-0.247,-0.196],[-0.343,0],[-0.395,0.344],[-0.143,0.097],[-0.345,0.193],[-0.15,0.073],[-0.392,0],[-0.221,0],[-0.833,0],[-0.126,0.098],[-0.076,0.122],[-0.049,0.12],[-0.073,0.317],[-0.271,0.391],[-0.27,0.198],[0,0.272],[0,0],[0.051,0.196],[0,0.245],[-0.17,0.563],[-0.051,0.147],[-0.052,0.121],[-0.074,0.152],[-0.294,0.244],[-0.124,0.096],[-0.098,0.149],[-0.073,0.146],[-0.026,0.148],[-0.026,0.125],[-0.029,0.121],[-0.097,0.155],[-0.198,0.1],[-0.123,0.073],[-0.075,-0.004],[-0.073,0.085],[-0.048,0.173],[0,0.121],[0,0.146],[0,0.343],[-0.221,0.345],[-0.074,0.372],[-0.098,0.441],[-0.027,0.119],[0,0.144],[0,0],[0.072,0.147],[0.07,0.122],[0.1,0.174],[0.025,0.173],[0,0],[-0.022,0.118],[-0.075,0.319],[0,0.294],[0,0],[0,0],[0.024,0.122],[0.145,0.194],[0.172,0.348],[0.049,0.17],[0.023,0.124],[0.073,0.145],[0.075,0.126],[0.099,0.124],[0.274,0.219],[0.174,0.07],[0.147,0.119],[0,0.224],[0,0],[0.296,0],[0.466,0.052],[0.172,0.071],[0.122,0.069],[0.052,0.365],[0,0],[0,0.15],[0,0.342],[0.056,-0.011],[0.068,0.041],[0.073,0.121],[0.145,0.225],[0.12,0.079],[0.15,0.05],[0.269,0.196],[0.125,0.121],[0.099,0.121],[0.099,0.123],[0.198,0.076],[0.466,0.15],[0.152,0.099],[0.046,0.195],[0.073,0.269],[0.097,0.321],[0.025,0.171],[0.027,0.124],[0.021,0.145],[0,0.147],[0,0],[0.022,0.295],[0.022,0.126],[0.247,0.221],[0.097,0.195],[0,0.219],[0,0.296],[0.37,0.123],[0.124,0],[0.125,0.02],[0.15,0.025],[0.298,0.148],[0.074,0.12],[0.029,0.124],[0,0.125],[0.023,0.146],[0,0],[0.097,0.441],[0.097,0.172],[0.074,0.125],[0.051,0.196],[0.026,0.123],[0.045,0.272],[0.049,0.125],[0.294,0.197],[0.077,-0.015],[0.052,0.013],[0,0],[0.027,-0.295],[0,0],[0.072,-0.171],[0.097,-0.148],[0.17,-0.297],[0.047,-0.177],[0,-0.297],[-0.029,-0.123],[-0.025,-0.172],[0,-0.293],[0,0],[0.049,-0.197],[0.073,-0.172],[0,-0.193],[0,0],[0.123,-0.17],[0.123,-0.1],[0.198,-0.091],[0.224,0],[0.372,0.074],[0.069,-0.006],[0.061,0.01],[0.148,0.096],[0.095,0.177],[0.046,0.123],[0.127,0.148],[0.565,0.295],[0.395,0.121],[0.149,0.1],[0.247,0.314],[0.122,0.072],[0.081,-0.011],[0.054,0.01],[0.124,0],[0.072,-0.009],[0.094,0.026],[0.125,0.07],[0.077,0.174],[0,0.147],[0,0.175],[0,0.394],[0,0],[0.024,0.144],[0,0.169],[-0.074,0.149],[-0.074,0.126],[-0.07,0.122],[-0.075,0.146],[-0.12,0.148],[-0.2,0.32],[-0.048,0.121],[0,0],[0.27,0.047],[0.344,0.024],[0,0],[0.49,0.044],[0.17,0.047],[0.173,0],[0.127,0.024],[0.067,-0.005],[0.062,0.013],[0.194,0.098],[0.146,0.023],[0.068,-0.006],[0.061,0.012],[0.147,0.052],[0.12,0.053],[0.321,0.075],[0.043,0]],\"o\":[[0,0],[-0.148,0],[-0.147,0],[0,0],[0.075,0.125],[0.245,0.12],[0.152,0.049],[0.124,0.047],[0.125,0.078],[-0.146,0.049],[-0.343,0.023],[-0.295,0],[-0.17,0],[-0.219,0.098],[-0.343,0.273],[-0.174,0.1],[-0.176,0.096],[-0.174,0.149],[0,0],[0,0.146],[0.024,0.297],[0,0.15],[-0.024,0.174],[-0.051,0.17],[-0.222,0.079],[-0.615,0],[-0.147,-0.077],[-0.123,-0.047],[-0.367,-0.047],[-0.053,-0.29],[0,0],[-0.317,0],[-0.131,0.011],[-0.14,-0.01],[-0.324,0.043],[-0.124,0.07],[-0.118,0.172],[-0.146,0.127],[-0.121,0.023],[-0.143,-0.02],[-0.441,0.147],[-0.027,0.122],[-0.074,0.217],[-0.058,0.01],[-0.07,-0.006],[-0.271,0.049],[0,0],[0.073,0.126],[0.124,0.154],[0.098,0.129],[0,0],[0,0],[0,-0.046],[0,-0.295],[0,-0.149],[0,0],[-0.174,0],[-0.147,0.075],[-0.147,0.121],[-0.125,0.245],[0,0.487],[-0.027,0.124],[-0.073,0.202],[-0.146,0.173],[-0.072,0.144],[-0.071,0.125],[-0.072,0.124],[-0.266,0.242],[-0.074,0.123],[-0.123,0.096],[-0.124,0.072],[-0.147,0.05],[-0.123,0.023],[-0.173,0.023],[-0.39,0.03],[-0.233,-0.008],[-0.197,0],[-0.418,0.05],[-0.175,0.098],[-0.21,0.035],[-0.194,-0.023],[-0.223,0.046],[-0.347,0.22],[-0.491,0.198],[-0.171,0.079],[-0.273,0.17],[-0.052,0.269],[0,0.173],[-0.073,-0.01],[-0.066,0.007],[-0.152,-0.02],[-0.123,-0.022],[-0.124,-0.046],[-0.099,-0.098],[-0.075,-0.171],[-0.097,0.292],[-0.073,0.121],[-0.049,0.123],[0,0],[0,0.145],[0.022,0.348],[0,0],[-0.028,0.171],[-0.095,0.169],[-0.025,0.126],[0,0.294],[0.076,0.17],[0.097,0.145],[0.168,0.243],[0.219,0.49],[0,0],[-0.172,-0.076],[-0.087,-0.025],[-0.079,0.011],[-0.174,-0.049],[-0.12,-0.025],[-0.172,0],[0,0],[0,0.194],[0.244,0.296],[0.117,0.148],[0.124,0.124],[0.147,0.123],[0.071,0.146],[0.022,0.343],[0.022,0.317],[0.098,0.193],[0.146,0.345],[0.022,0.192],[0.026,0.196],[0.047,0.368],[0.072,0.146],[0.219,0.368],[0.05,0.149],[0.021,0.117],[0.075,0.465],[0.048,0.323],[0.047,0.147],[0.048,0.175],[0,0],[-0.294,0],[-0.319,0.098],[-0.123,0.08],[-0.195,0.149],[0,0],[0.466,0],[0.248,0.195],[0.123,0.098],[0.125,0.074],[0.296,0.145],[0.128,0.051],[0.294,0.125],[0.224,0.049],[0.248,0],[0.295,-0.029],[0.122,0],[0.225,-0.051],[0.123,-0.072],[0.102,-0.147],[0.073,-0.098],[0.097,-0.146],[0.119,-0.121],[0.248,-0.122],[0.296,-0.025],[0.201,-0.074],[0.269,-0.096],[0.689,0],[0.345,0.1],[0.172,0.048],[0.269,0.021],[0.217,0],[0.195,-0.072],[0.148,-0.151],[0.195,-0.275],[0.147,-0.221],[0.613,-0.612],[0.121,-0.026],[0.144,-0.045],[0.146,-0.05],[0.124,-0.022],[0.147,0],[0.146,0.027],[0.173,0.051],[0.272,0.076],[0.29,0],[0.171,-0.026],[0.394,-0.223],[0.17,-0.121],[0.147,-0.12],[0.123,-0.099],[0.061,-0.012],[0.068,0.006],[0.371,-0.123],[0.292,0],[0.255,0.024],[0.225,-0.016],[0.296,0.05],[0,0],[0.172,0.071],[0.249,0.149],[0.248,0],[0.149,0],[0,0],[0.299,0],[0.148,0],[0.151,0.046],[0.175,0.074],[0.148,0.171],[0.027,0.125],[0.021,0.47],[0.586,0],[0.145,0.125],[0.145,0.249],[0.028,0.493],[0.025,0.124],[0.072,0.145],[0.123,0.073],[0.517,0],[0.074,-0.122],[0.167,-0.319],[0.1,-0.122],[0.098,-0.125],[0.101,-0.15],[0.147,-0.243],[0.049,-0.145],[0.293,0.097],[0.119,0.125],[0,0.393],[-0.343,0.341],[0,0.294],[0.125,-0.073],[0.075,-0.098],[0.151,-0.099],[0.171,0],[0.147,0],[0,0],[0,0.22],[0,0],[-0.072,0.444],[0.054,-0.01],[0.075,0.011],[0.199,-0.096],[0.172,-0.17],[0.243,0],[0.17,0.274],[0.098,0.366],[0.096,0.095],[0.149,0.148],[0,0],[0,0.146],[-0.025,0.296],[0,0.15],[0.096,0.324],[0.245,0.198],[0.149,0.073],[0.271,0.096],[0.49,0],[0.172,0.079],[0.12,0.074],[0.145,0.073],[0.147,0.072],[0.342,0.123],[0.641,0],[0.416,-0.413],[0,0],[0.49,0],[0.025,0.127],[0.075,0.321],[0.244,0.197],[0.537,0],[0.147,-0.124],[0.32,-0.247],[0.147,-0.073],[0.321,-0.197],[0.223,0],[0.835,0.021],[0.177,0],[0.122,-0.094],[0.073,-0.098],[0.121,-0.293],[0.099,-0.468],[0.17,-0.275],[0.195,-0.147],[0,0],[0,-0.225],[-0.047,-0.218],[0,-0.587],[0.025,-0.15],[0.026,-0.124],[0.048,-0.147],[0.174,-0.343],[0.147,-0.125],[0.124,-0.1],[0.075,-0.121],[0.075,-0.146],[0.02,-0.125],[0.02,-0.118],[0.047,-0.171],[0.099,-0.166],[0.147,-0.073],[0.062,-0.03],[0.102,0.005],[0.121,-0.149],[0.019,-0.122],[0,-0.126],[0.025,-0.343],[0.219,-0.322],[0.217,-0.316],[0.098,-0.44],[0.026,-0.123],[0.02,-0.126],[0,0],[0,-0.174],[-0.074,-0.147],[-0.1,-0.175],[-0.072,-0.149],[0,0],[0,-0.149],[0.078,-0.323],[0.047,-0.27],[0,0],[0,0],[0,-0.149],[-0.054,-0.217],[-0.221,-0.295],[-0.075,-0.17],[-0.024,-0.126],[-0.05,-0.149],[-0.076,-0.149],[-0.098,-0.144],[-0.223,-0.243],[-0.146,-0.126],[-0.169,-0.078],[-0.175,-0.122],[0,0],[-0.294,-0.024],[-0.465,0],[-0.198,0],[-0.148,-0.049],[-0.296,-0.223],[0,0],[0,-0.124],[-0.023,-0.339],[-0.064,-0.012],[-0.073,0.015],[-0.124,-0.074],[-0.147,-0.224],[-0.074,-0.096],[-0.146,-0.074],[-0.295,-0.121],[-0.151,-0.101],[-0.121,-0.128],[-0.095,-0.127],[-0.123,-0.146],[-0.443,-0.196],[-0.171,-0.045],[-0.171,-0.097],[-0.049,-0.267],[-0.098,-0.319],[-0.05,-0.169],[-0.024,-0.124],[-0.024,-0.145],[-0.029,-0.121],[0,0],[-0.029,-0.296],[0,-0.146],[-0.1,-0.318],[-0.169,-0.147],[-0.099,-0.174],[0,-0.294],[0,-0.396],[-0.122,-0.026],[-0.12,0],[-0.146,-0.026],[-0.318,-0.073],[-0.146,-0.073],[-0.073,-0.103],[-0.024,-0.125],[-0.024,-0.149],[0,0],[-0.027,-0.467],[-0.051,-0.199],[-0.073,-0.122],[-0.1,-0.169],[-0.021,-0.122],[-0.048,-0.272],[-0.029,-0.122],[-0.147,-0.322],[-0.072,-0.04],[-0.058,0.011],[0,0],[0.048,0.296],[0,0],[-0.022,0.177],[-0.075,0.172],[-0.175,0.27],[-0.076,0.148],[-0.099,0.268],[0,0.144],[0.024,0.17],[0.051,0.272],[0,0],[0,0.225],[-0.024,0.172],[-0.075,0.174],[0,0],[0,0.218],[-0.098,0.122],[-0.145,0.123],[-0.193,0.103],[-0.392,0],[-0.061,-0.014],[-0.065,0.006],[-0.171,-0.027],[-0.15,-0.1],[-0.055,-0.12],[-0.099,-0.172],[-0.417,-0.496],[-0.346,-0.172],[-0.171,-0.049],[-0.322,-0.246],[-0.098,-0.127],[-0.057,-0.029],[-0.063,0.008],[-0.119,-0.028],[-0.079,-0.011],[-0.087,0.01],[-0.147,-0.027],[-0.146,-0.102],[-0.049,-0.122],[0,-0.175],[0,-0.392],[0,0],[-0.027,-0.151],[-0.022,-0.149],[0,-0.172],[0.077,-0.148],[0.074,-0.096],[0.074,-0.147],[0.099,-0.178],[0.242,-0.297],[0.071,-0.124],[0,0],[-0.265,-0.049],[-0.321,-0.072],[0,0],[-0.494,0],[-0.195,0],[-0.147,-0.049],[-0.149,0],[-0.061,-0.012],[-0.067,0.006],[-0.198,-0.048],[-0.151,-0.071],[-0.063,-0.013],[-0.066,0.006],[-0.146,-0.025],[-0.126,-0.021],[-0.295,-0.145],[-0.048,-0.008],[-0.085,0]],\"v\":[[226.975,69.674],[226.605,69.674],[226.214,69.773],[225.819,69.722],[225.819,70.461],[225.918,70.856],[226.702,71.052],[227.095,71.249],[227.49,71.343],[227.49,71.741],[227.095,71.937],[226.214,71.937],[225.425,71.937],[225.032,72.133],[224.54,72.525],[223.657,73.216],[223.168,73.512],[222.676,73.804],[222.283,74.294],[222.283,74.493],[222.381,74.883],[222.381,75.672],[222.283,76.062],[222.184,76.557],[221.889,76.946],[221.249,76.946],[219.723,76.654],[219.527,76.261],[219.134,76.261],[218.155,76.261],[217.952,75.379],[217.193,75.379],[216.381,75.575],[216.022,75.568],[215.598,75.575],[214.811,75.971],[214.61,76.359],[214.217,76.751],[213.926,77.145],[213.572,77.134],[213.137,77.145],[212.452,78.229],[212.352,78.621],[211.957,79.113],[211.772,79.112],[211.566,79.113],[210.777,79.113],[210.777,79.799],[210.975,80.192],[211.368,80.487],[211.566,80.908],[211.566,81.667],[209.845,81.667],[209.892,81.571],[209.795,80.787],[209.845,80.388],[208.741,80.388],[208.321,80.487],[207.926,80.687],[207.634,81.079],[207.535,81.865],[207.535,83.142],[207.434,83.533],[207.042,83.928],[206.647,84.424],[206.353,84.813],[206.254,85.206],[205.861,85.404],[205.176,86.191],[204.978,86.587],[204.587,86.781],[204.189,86.978],[203.798,87.174],[203.405,87.174],[202.91,87.269],[201.913,87.277],[201.145,87.269],[200.65,87.37],[199.668,87.765],[199.176,88.061],[198.615,88.055],[197.999,88.061],[197.509,88.455],[196.524,88.941],[195.243,89.53],[194.754,89.731],[194.262,90.516],[194.262,91.304],[194.064,91.695],[193.863,91.696],[193.676,91.695],[193.277,91.499],[192.884,91.4],[192.493,91.304],[192.493,90.91],[192.197,90.516],[191.902,91.304],[191.508,91.499],[191.508,91.895],[191.508,92.285],[191.61,92.677],[191.61,93.564],[191.61,93.958],[191.311,94.351],[190.92,94.742],[190.92,95.136],[191.017,95.925],[191.311,96.318],[191.709,96.614],[192.004,97.397],[192.785,98.58],[192.689,98.972],[192.295,98.679],[192.046,98.679],[191.806,98.679],[191.408,98.383],[191.017,98.282],[190.624,98.482],[190.624,99.243],[190.92,99.66],[191.61,100.446],[191.902,100.839],[192.295,101.132],[192.689,101.53],[192.884,101.921],[192.884,102.805],[193.18,103.688],[193.475,104.18],[193.772,105.166],[193.868,105.658],[193.868,106.147],[194.262,107.032],[194.559,107.425],[195.147,108.406],[195.345,108.806],[195.443,109.198],[195.443,110.47],[195.738,111.357],[195.934,111.747],[196.033,112.264],[196.033,113.913],[195.243,113.913],[194.457,114.402],[194.064,114.602],[193.676,115.094],[193.772,115.486],[194.949,115.682],[195.443,116.471],[195.835,116.667],[196.228,116.866],[197.012,117.255],[197.408,117.353],[198.194,117.749],[198.832,117.749],[199.473,117.749],[200.258,117.551],[200.65,117.551],[201.145,117.157],[201.537,116.961],[201.832,116.569],[201.931,116.175],[202.324,115.877],[202.616,115.486],[203.405,115.389],[204.189,115.29],[204.587,114.898],[205.371,114.802],[207.139,115.094],[208.025,115.486],[208.517,115.587],[209.207,115.682],[209.795,115.587],[210.188,115.194],[210.582,114.802],[211.072,114.011],[211.566,113.521],[213.334,112.143],[213.728,112.043],[214.121,111.851],[214.512,111.65],[214.908,111.65],[215.301,111.65],[215.694,111.851],[216.085,112.143],[216.876,112.143],[217.66,112.143],[218.056,111.851],[218.939,111.063],[219.43,110.766],[219.723,110.375],[220.017,109.981],[220.214,109.981],[220.41,109.981],[221.447,109.786],[222.184,109.883],[222.84,109.877],[223.559,109.883],[224.344,110.177],[224.74,110.375],[225.129,110.669],[225.819,111.063],[226.433,110.912],[226.803,110.968],[227.587,110.968],[228.475,110.968],[228.866,110.968],[229.261,111.161],[229.556,111.555],[229.947,112.043],[230.051,112.439],[230.051,113.618],[231.522,113.913],[231.816,114.306],[232.011,115.094],[232.111,116.373],[232.21,116.763],[232.504,117.157],[232.897,117.157],[234.077,116.471],[234.178,116.075],[234.96,115.486],[235.157,115.094],[235.551,114.802],[235.848,114.402],[236.144,113.618],[236.34,113.225],[237.126,113.521],[237.421,113.913],[236.829,114.702],[236.436,116.004],[236.533,116.763],[236.928,116.667],[237.024,116.274],[237.421,115.977],[237.814,116.175],[238.206,116.175],[238.206,117.331],[238.009,117.848],[238.009,118.237],[237.814,119.419],[237.986,119.426],[238.206,119.419],[238.6,119.027],[239.092,118.533],[239.684,118.731],[239.779,119.617],[240.566,120.306],[240.959,120.5],[241.055,121.092],[241.055,121.287],[240.959,121.679],[240.959,122.466],[240.959,122.859],[241.551,123.547],[242.332,124.041],[242.728,124.334],[243.517,124.43],[244.793,124.527],[245.092,124.925],[245.482,125.022],[245.876,125.319],[246.271,125.613],[247.251,125.711],[248.827,125.219],[249.219,123.745],[249.98,123.745],[250.986,124.527],[250.986,124.925],[251.381,125.711],[252.264,126.005],[253.447,125.219],[253.837,124.925],[254.723,124.334],[255.116,124.041],[256.123,123.745],[256.689,123.844],[258.827,123.769],[259.246,123.547],[259.639,123.351],[259.639,122.959],[260.033,122.174],[260.132,120.896],[260.918,120.5],[261.308,119.91],[261.308,119.718],[261.014,119.223],[261.014,118.584],[261.21,117.058],[261.408,116.667],[261.507,116.274],[261.702,115.877],[262.392,115.094],[262.783,114.802],[263.178,114.503],[263.371,114.109],[263.576,113.718],[263.576,113.322],[263.671,112.932],[263.965,112.533],[264.358,112.143],[264.751,111.947],[264.964,111.925],[265.243,111.851],[265.243,111.357],[265.342,110.968],[265.439,110.572],[265.439,109.688],[266.03,108.702],[266.522,107.817],[266.816,106.638],[266.917,106.248],[267.009,105.879],[267.009,103.862],[266.717,103.492],[266.522,103.101],[266.126,102.708],[265.831,102.314],[265.831,101.921],[265.831,101.53],[266.225,100.74],[266.225,99.956],[266.03,99.857],[266.03,98.679],[266.03,98.282],[265.637,97.792],[265.045,97.004],[264.751,96.614],[264.751,96.219],[264.556,95.825],[264.358,95.43],[263.965,95.136],[263.275,94.45],[262.882,94.155],[262.392,93.958],[262.098,93.49],[262.098,91.596],[261.308,91.499],[260.132,91.499],[259.639,91.304],[259.246,91.108],[258.655,90.322],[258.655,89.929],[258.556,89.53],[258.556,88.65],[258.376,88.661],[258.167,88.65],[257.772,88.455],[257.772,87.662],[257.379,87.566],[256.983,87.37],[256.199,86.978],[255.9,86.587],[255.507,86.291],[255.313,85.896],[254.822,85.6],[253.642,85.206],[253.149,85.011],[252.756,84.618],[252.756,83.832],[252.264,83.043],[252.264,82.554],[252.167,82.159],[251.973,81.766],[251.973,81.373],[251.973,80.983],[251.873,80.192],[251.873,79.799],[251.28,79.113],[250.79,78.721],[250.691,78.132],[250.887,77.342],[250.199,76.557],[249.806,76.557],[249.413,76.557],[249.02,76.359],[248.134,76.164],[247.743,75.971],[247.743,75.575],[247.743,75.18],[247.548,74.789],[247.548,74.393],[247.548,73.216],[247.154,72.82],[247.055,72.426],[246.66,72.035],[246.66,71.642],[246.568,70.856],[246.464,70.461],[245.777,69.773],[245.55,69.763],[245.383,69.773],[245.283,70.165],[245.184,70.952],[245.184,71.343],[244.894,71.741],[244.598,72.133],[244.107,72.92],[243.813,73.316],[243.714,74.101],[243.714,74.493],[244.007,74.883],[244.007,75.672],[244.007,76.455],[243.908,77.05],[243.714,77.54],[243.418,77.955],[243.418,81.251],[243.223,81.766],[242.824,81.965],[242.431,82.352],[241.842,82.455],[240.858,82.261],[240.658,82.26],[240.467,82.261],[240.074,81.965],[239.684,81.667],[239.684,81.276],[239.288,80.983],[237.912,79.997],[236.928,79.605],[236.436,79.408],[235.848,78.524],[235.652,78.132],[235.436,78.125],[235.254,78.132],[234.865,78.033],[234.641,78.039],[234.373,78.033],[233.978,77.838],[233.585,77.54],[233.681,77.175],[233.585,76.751],[233.783,75.745],[233.783,75.575],[233.585,75.18],[233.392,74.789],[233.585,74.393],[233.978,74.197],[234.077,73.804],[234.373,73.412],[234.668,72.92],[235.454,72.231],[235.551,71.839],[235.157,71.839],[234.373,71.642],[233.488,71.446],[233.095,71.446],[231.816,71.446],[231.326,71.249],[230.931,71.052],[230.537,71.052],[230.342,71.052],[230.146,71.052],[229.754,70.657],[229.358,70.461],[229.158,70.461],[228.965,70.461],[228.574,70.263],[228.181,70.165],[227.392,69.674],[227.258,69.663]],\"c\":true},\"ix\":2},\"nm\":\"Path 130\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":130,\"ty\":\"sh\",\"ix\":131,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.338,-0.023],[0.34,0],[0,-0.245],[-0.197,-0.12],[-0.146,0],[-0.149,0.024],[-0.296,0.024],[0,0],[-0.297,0.022],[0,0],[0,0]],\"o\":[[-0.347,0.029],[-0.199,0.153],[0,0.251],[0.121,0.074],[0.171,0],[0.268,-0.048],[0,0],[0.295,-0.023],[0,0],[0,0],[-0.319,0.075]],\"v\":[[223.464,70.065],[222.579,70.065],[222.184,70.56],[222.381,71.148],[222.772,71.249],[223.168,71.052],[223.952,70.952],[224.344,70.952],[225.129,70.856],[225.129,70.065],[224.344,69.869]],\"c\":true},\"ix\":2},\"nm\":\"Path 131\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":131,\"ty\":\"sh\",\"ix\":132,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.096,-0.07],[0,0]],\"o\":[[0,0],[-0.146,0.025]],\"v\":[[222.579,70.065],[222.969,69.97]],\"c\":true},\"ix\":2},\"nm\":\"Path 132\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":132,\"ty\":\"sh\",\"ix\":133,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.046,-0.244],[0.098,-0.248],[0.244,-0.296],[0.197,-0.248],[0.147,-0.293],[0.099,-0.242],[0.099,-0.248],[0.167,0.013],[0.073,-0.121],[0.492,-0.341],[0.25,0],[0.282,0.023],[0.262,-0.021],[0.494,-0.293],[0.148,-0.246],[0.048,-0.246],[0.048,-0.247],[0,-0.687],[0,-0.289],[-0.099,-0.541],[-0.049,-0.347],[0,-0.293],[0.148,-0.248],[0.165,0.058],[0.07,-0.097],[0.147,-0.296],[0.048,-0.295],[0.147,-0.54],[0.048,-0.339],[0,0],[-0.098,-0.442],[0,-0.296],[0,0],[0,-0.3],[0,-0.588],[-0.295,0],[-0.591,0],[-0.248,-0.049],[-0.136,0.013],[-0.122,-0.024],[-0.3,0],[-0.294,0],[-0.171,-0.003],[-0.305,0.204],[-0.194,0.292],[-0.047,0.292],[0,0.298],[-0.148,0.886],[-0.048,0.241],[-0.149,0.348],[-0.051,0.341],[0,0.589],[-0.1,0.544],[-0.246,0.248],[-0.244,0.296],[0,0.392],[0,0.786],[-0.146,0.442],[0,0.344],[0,0],[0,0.295],[0,0],[-0.147,0.345],[-0.052,0.244],[0,0],[0.047,0.791],[0.047,0.538],[0.047,0.248],[0.296,0.244],[0.347,0.15],[0.249,0.099]],\"o\":[[-0.048,0.244],[-0.147,0.34],[-0.248,0.296],[-0.202,0.244],[-0.096,0.248],[-0.1,0.244],[-0.05,0.124],[-0.165,-0.013],[-0.295,0.494],[-0.196,0.101],[-0.3,0.057],[-0.224,-0.017],[-0.589,0.05],[-0.292,0.146],[-0.148,0.242],[-0.049,0.241],[-0.148,0.639],[0,0.296],[0,0.593],[0.052,0.341],[0.048,0.243],[0,0.296],[-0.076,0.126],[-0.155,-0.054],[-0.196,0.244],[-0.146,0.291],[-0.1,0.54],[-0.049,0.347],[0,0],[0,0.488],[0.047,0.245],[0,0],[0,0.296],[0.05,0.588],[0.294,0],[0.593,0],[0.297,0],[0.123,0.027],[0.133,-0.012],[0.246,0.054],[0.293,0],[0.181,-0.015],[0.384,0.008],[0.292,-0.195],[0.147,-0.249],[0.05,-0.245],[0.05,-0.931],[0.05,-0.244],[0.097,-0.348],[0.145,-0.34],[0.096,-0.541],[0,-0.589],[0.046,-0.34],[0.296,-0.29],[0.2,-0.25],[0,-0.785],[0,-0.496],[0.098,-0.293],[0,0],[0,-0.296],[0,0],[0,-0.391],[0.099,-0.245],[0,0],[0,-0.79],[0,-0.587],[0,-0.248],[-0.049,-0.345],[-0.295,-0.244],[-0.242,-0.099],[0,0.296]],\"v\":[[69.703,73.116],[69.703,73.905],[68.918,74.493],[68.329,75.279],[67.539,75.868],[67.344,76.654],[67.344,77.443],[66.966,77.542],[66.557,77.638],[65.965,79.211],[65.178,79.211],[64.326,79.224],[63.607,79.211],[62.034,79.605],[61.249,79.997],[61.249,80.787],[61.249,81.571],[60.462,83.142],[60.656,83.928],[60.656,85.503],[61.249,86.291],[61.249,87.074],[61.249,87.863],[60.84,87.874],[60.462,87.863],[60.066,88.65],[59.676,89.434],[59.676,91.007],[59.083,91.793],[59.083,92.189],[59.478,93.368],[59.676,94.155],[59.676,94.938],[59.871,95.73],[59.871,97.202],[60.656,97.3],[62.23,97.202],[62.626,97.887],[63.022,97.888],[63.411,97.887],[64.199,98.084],[64.984,97.887],[65.514,97.879],[66.557,97.692],[67.145,96.91],[67.539,96.119],[67.539,95.332],[67.539,92.973],[67.734,92.189],[68.329,91.4],[68.918,90.615],[68.918,89.044],[68.918,87.465],[69.703,86.877],[70.682,86.291],[71.471,85.699],[70.883,83.735],[71.276,82.554],[71.671,81.766],[71.671,80.983],[71.471,80.192],[71.471,79.799],[72.257,79.211],[72.456,78.425],[72.456,78.033],[72.062,76.062],[72.062,74.493],[72.062,73.705],[71.276,73.116],[70.487,72.525],[69.703,72.327]],\"c\":true},\"ix\":2},\"nm\":\"Path 133\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":133,\"ty\":\"sh\",\"ix\":134,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.039,-0.004],[0.063,0.014],[0,0],[-0.095,-0.15],[-0.075,-0.124],[-0.127,-0.101],[-0.049,-0.196],[-0.049,-0.273],[-0.095,-0.145],[-0.144,-0.095],[-0.124,-0.072],[-0.466,-0.223],[-0.296,-0.119],[-0.147,-0.045],[-0.172,0],[0,0],[0.027,0.124],[0.1,0.148],[0.147,0.102],[0.122,0.05],[0.197,0.124],[0.22,0.123],[0.121,0.074],[0.073,0.201],[0.024,0.125],[0.296,0.222],[0.37,0.248],[0.196,0.05],[0.025,0]],\"o\":[[-0.069,0.006],[0,0],[0.097,0.15],[0.076,0.123],[0.073,0.12],[0.146,0.121],[0.05,0.271],[0.023,0.172],[0.101,0.145],[0.124,0.074],[0.439,0.295],[0.297,0.148],[0.146,0.052],[0.147,0.048],[0,0],[-0.02,-0.123],[-0.048,-0.171],[-0.099,-0.146],[-0.096,-0.046],[-0.221,-0.097],[-0.224,-0.122],[-0.124,-0.076],[-0.175,-0.1],[-0.024,-0.117],[-0.121,-0.367],[-0.343,-0.247],[-0.17,-0.096],[-0.025,-0.004],[-0.038,0]],\"v\":[[287.269,87.372],[287.068,87.37],[286.379,87.465],[286.673,87.863],[286.87,88.259],[287.267,88.455],[287.657,88.846],[287.657,89.633],[287.949,90.026],[288.245,90.417],[288.641,90.615],[289.92,91.206],[290.704,91.596],[291.097,91.793],[291.514,91.99],[292.374,91.99],[292.374,91.596],[292.079,91.206],[291.785,90.808],[291.392,90.712],[290.803,90.516],[290.311,90.026],[289.92,89.929],[289.525,89.53],[289.525,89.139],[288.835,88.354],[287.949,87.662],[287.46,87.37],[287.386,87.365]],\"c\":true},\"ix\":2},\"nm\":\"Path 134\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":134,\"ty\":\"sh\",\"ix\":135,\"ks\":{\"a\":0,\"k\":{\"i\":[[0,-0.244],[-0.124,-0.272],[-0.07,-0.145],[-0.219,-0.294],[-0.341,-0.268],[-0.099,-0.124],[-0.073,-0.147],[-0.051,-0.124],[-0.076,-0.149],[0,-0.295],[-0.047,-0.145],[-0.049,-0.145],[0,-0.194],[0,0],[0,0],[-0.05,-0.392],[0,-0.15],[0,0],[0,0],[0,0],[0,0],[-0.173,0.393],[-0.126,0.118],[-0.121,0.125],[-0.07,0.175],[-0.044,0.122],[-0.126,0.295],[-0.026,0.146],[0,0.291],[0,0],[-0.049,0.174],[-0.048,0.145],[-0.075,0.172],[-0.075,0.123],[-0.12,0.124],[-0.078,-0.025],[-0.036,0.047],[0,0.173],[0,0.15],[0.074,0.171],[0.271,0],[0.174,-0.121],[0.075,-0.098],[0.246,0],[0.393,0.027],[0,0],[0.144,0],[0.147,-0.024],[0,0],[0,0.323],[0.222,0.244],[0.196,0.118],[0.073,-0.017],[0.057,0.022],[0.046,-0.171],[0.023,-0.122],[0.074,-0.168],[0.126,0.1],[0.095,0.145],[0,0.242],[-0.023,0.217],[0,0.147],[0.049,0.099],[0.084,-0.023],[0.047,0.035],[0.098,0.1],[0.122,0.145],[0.098,0.125],[0.124,0.176],[0.096,0.169],[0.104,0.149],[0.169,0.075],[0.22,0]],\"o\":[[0,0.324],[0.05,0.149],[0.173,0.347],[0.273,0.346],[0.119,0.073],[0.097,0.125],[0.048,0.121],[0.075,0.172],[0,0.295],[0,0.177],[0.05,0.148],[0.072,0.177],[0,0],[0,0],[-0.02,0.392],[0,0.148],[0,0],[0,0],[0,0],[0,0],[0.024,-0.443],[0.074,-0.175],[0.122,-0.126],[0.123,-0.121],[0.054,-0.119],[0.15,-0.294],[0.046,-0.15],[0.047,-0.268],[0,0],[0.027,-0.201],[0.051,-0.151],[0.051,-0.172],[0.045,-0.124],[0.074,-0.147],[0.051,-0.05],[0.075,0.024],[0.101,-0.123],[0,-0.146],[0,-0.193],[-0.097,-0.228],[-0.246,0],[-0.099,0.076],[-0.147,0.176],[-0.391,0],[0,0],[-0.146,0],[-0.172,0],[0,0],[0.119,-0.295],[0,-0.344],[-0.147,-0.173],[-0.065,-0.041],[-0.062,0.014],[-0.075,0.172],[-0.024,0.124],[-0.049,0.171],[-0.12,-0.072],[-0.145,-0.121],[-0.151,-0.198],[0,-0.221],[0,-0.147],[0,-0.144],[-0.027,-0.051],[-0.076,0.02],[-0.126,-0.099],[-0.124,-0.118],[-0.099,-0.123],[-0.123,-0.171],[-0.124,-0.17],[-0.099,-0.147],[-0.096,-0.146],[-0.174,-0.073],[-0.242,0]],\"v\":[[303.094,117.058],[303.387,117.848],[303.582,118.237],[304.072,119.123],[304.96,119.91],[305.353,120.107],[305.548,120.5],[305.647,120.896],[305.943,121.287],[305.845,122.342],[305.943,122.761],[306.139,123.152],[306.434,123.573],[306.434,126.053],[304.465,126.053],[304.368,127.086],[304.465,127.482],[304.465,127.923],[306.999,127.923],[306.999,131.167],[308.694,131.167],[308.892,130.038],[309.287,129.745],[309.68,129.445],[310.069,129.149],[310.168,128.758],[310.566,127.973],[310.762,127.578],[310.762,126.795],[312.137,126.795],[312.137,126.3],[312.332,125.908],[312.629,125.515],[312.629,125.123],[312.92,124.729],[313.131,124.728],[313.314,124.729],[313.514,124.334],[313.415,123.938],[313.314,123.453],[312.725,123.055],[312.137,123.253],[312.137,123.645],[311.496,123.745],[310.467,123.645],[309.973,123.645],[309.581,123.547],[309.188,123.721],[309.09,122.859],[309.384,122.071],[308.793,121.386],[308.4,120.896],[308.189,120.89],[308.008,120.896],[307.714,121.287],[307.714,121.679],[307.415,122.071],[307.022,121.875],[306.73,121.485],[306.533,120.896],[306.632,120.306],[306.73,119.91],[306.632,119.518],[306.441,119.512],[306.238,119.518],[306.04,119.123],[305.647,118.829],[305.451,118.436],[305.059,118.041],[304.764,117.551],[304.465,117.157],[304.176,116.763],[303.582,116.667]],\"c\":true},\"ix\":2},\"nm\":\"Path 135\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":135,\"ty\":\"sh\",\"ix\":136,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.017,-0.008],[0.124,-0.12],[0,-0.175],[-0.271,-0.413],[0,0],[0,0],[0.103,0]],\"o\":[[-0.151,0.075],[-0.119,0.124],[0,0.515],[0,0],[0,0],[-0.125,0],[-0.019,0]],\"v\":[[248.727,127.187],[248.332,127.382],[248.134,127.777],[248.727,128.954],[249.118,128.856],[249.118,127.282],[248.78,127.176]],\"c\":true},\"ix\":2},\"nm\":\"Path 136\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":136,\"ty\":\"sh\",\"ix\":137,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.042,-0.006],[0.054,0.013],[0.147,0],[-0.022,-0.126],[-0.07,-0.125],[-0.149,-0.099],[-0.069,0.021],[-0.051,-0.051],[-0.049,-0.119],[-0.025,-0.12],[0,0],[0,0],[0.099,0.122],[0.075,0.125],[0.122,0.146],[0.099,0.048],[0.033,0]],\"o\":[[-0.063,0.009],[-0.128,-0.026],[0,0.147],[0.029,0.116],[0.096,0.147],[0.046,0.036],[0.076,-0.024],[0.099,0.097],[0.05,0.125],[0,0],[0,0],[0,-0.172],[-0.096,-0.125],[-0.098,-0.147],[-0.077,-0.101],[-0.025,-0.012],[-0.037,0]],\"v\":[[256.48,127.377],[256.298,127.382],[255.9,127.676],[255.9,128.073],[255.9,128.464],[256.298,128.758],[256.483,128.753],[256.689,128.758],[256.788,129.149],[256.886,129.545],[257.574,129.545],[257.574,128.784],[257.475,128.365],[257.082,128.167],[256.788,127.777],[256.689,127.382],[256.6,127.365]],\"c\":true},\"ix\":2},\"nm\":\"Path 137\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":137,\"ty\":\"sh\",\"ix\":138,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.248,-0.076],[0.151,-0.126],[0.072,-0.097],[-0.019,-0.121],[-0.072,-0.32],[0,-0.121],[0,0],[-0.079,-0.146],[-0.173,-0.096],[-0.122,-0.097],[-0.173,-0.302],[-0.051,-0.123],[-0.071,-0.148],[-0.173,-0.339],[-0.198,-0.273],[-0.172,0],[0,0],[0.019,0.468],[0,0.079],[0,0],[0,0],[0,0.319],[-0.103,0.123],[-0.097,0.051],[-0.025,0.194],[0,0.143],[0,0.177],[0,0.148],[0,0.151],[0,0],[0.148,-0.024],[0.08,0.006],[0.084,-0.012],[0.168,0],[0.119,0.05],[0.126,0.099],[0.123,0.122],[0.121,0.12],[0.244,0]],\"o\":[[-0.17,0.049],[-0.096,0.07],[0.024,0.144],[0.101,0.321],[0.027,0.124],[0,0],[0,0.172],[0.097,0.195],[0.125,0.073],[0.271,0.194],[0.071,0.121],[0.068,0.171],[0.197,0.321],[0.145,0.301],[0.07,0.12],[0,0],[0.024,-0.471],[0,-0.07],[0,0],[0,0],[0,-0.32],[0,-0.171],[0.071,-0.095],[0.173,-0.124],[0.024,-0.123],[0,-0.177],[0,-0.147],[0,-0.148],[0,0],[-0.171,0],[-0.087,0.013],[-0.08,-0.006],[-0.148,0.026],[-0.151,0],[-0.173,-0.072],[-0.124,-0.097],[-0.126,-0.127],[-0.173,-0.177],[-0.269,0]],\"v\":[[250.691,129.545],[250.199,129.645],[250.103,130.038],[249.806,130.528],[250.199,131.316],[250.199,131.709],[250.199,132.101],[250.4,132.494],[250.79,132.887],[251.184,133.083],[251.873,133.775],[251.973,134.166],[252.264,134.557],[252.858,135.341],[253.249,136.135],[253.665,136.231],[254.574,136.231],[254.626,135.047],[254.574,134.851],[256.199,134.851],[256.199,133.847],[255.9,133.083],[256.1,132.689],[256.493,132.594],[256.886,132.2],[256.837,131.834],[256.886,131.411],[256.788,131.02],[256.837,130.627],[254.55,130.627],[254.133,130.823],[253.884,130.824],[253.642,130.823],[253.249,131.02],[252.858,130.921],[252.559,130.528],[252.167,130.234],[251.873,129.843],[251.381,129.445]],\"c\":true},\"ix\":2},\"nm\":\"Path 138\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":138,\"ty\":\"sh\",\"ix\":139,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.369,-0.026],[0,0],[0,0],[0.123,-0.099],[0.074,-0.146],[0,-0.146],[0.023,-0.464],[0.269,-0.268],[0.345,-0.173],[0.296,-0.176],[0.347,-0.169],[0,0],[0.101,-0.05],[0.118,-0.096],[0.123,-0.101],[0.147,-0.075],[0.123,-0.052],[0.244,-0.199],[0.077,-0.12],[0.219,-0.242],[0.147,-0.099],[0.144,-0.072],[0.175,-0.048],[0.068,0.006],[0.061,-0.011],[0.146,-0.027],[0.022,-0.121],[0.027,-0.123],[0,-0.193],[-0.268,-0.177],[-0.146,-0.025],[-0.489,0],[-0.246,-0.121],[-0.149,-0.1],[-0.149,-0.099],[-0.318,0],[-0.151,0.021],[-0.075,0.022],[-0.122,0.096],[-0.117,0.077],[-0.148,0.047],[-0.465,0],[-0.102,0.366],[-0.099,0.144],[-0.296,0.248],[-0.075,0.2],[-0.052,0.275],[-0.077,0.269],[-0.047,0.146],[-0.051,0.118],[-0.146,0.098],[-0.319,0.048],[-0.146,0],[-0.464,0.025],[-0.145,0.029],[0.074,0.124],[0,0.242],[-0.221,0.318],[-0.346,0.171],[-0.126,0.046],[-0.122,0.099],[-0.05,0.196],[-0.026,0.121],[0,0.151],[0,0.165],[0,0],[0.421,0.023],[0.224,0.173],[0.049,0.097],[0.074,0.144],[0.147,0.098],[0.248,0]],\"o\":[[0,0],[0,0],[-0.147,0.074],[-0.146,0.099],[-0.075,0.126],[-0.05,0.465],[-0.026,0.394],[-0.269,0.274],[-0.319,0.17],[-0.321,0.193],[0,0],[-0.122,0.052],[-0.147,0.095],[-0.123,0.098],[-0.124,0.097],[-0.12,0.074],[-0.318,0.127],[-0.122,0.097],[-0.171,0.273],[-0.098,0.128],[-0.125,0.072],[-0.176,0.077],[-0.059,0.012],[-0.067,-0.005],[-0.124,0.024],[0,0.148],[-0.025,0.126],[-0.052,0.172],[0,0.32],[0.122,0.071],[0.469,0.126],[0.296,0],[0.175,0.072],[0.146,0.096],[0.248,0.15],[0.171,0],[0.072,0],[0.126,-0.072],[0.126,-0.103],[0.127,-0.068],[0.417,-0.17],[0,-0.39],[0.023,-0.178],[0.197,-0.321],[0.145,-0.123],[0.097,-0.268],[0.05,-0.27],[0.047,-0.153],[0.051,-0.124],[0.069,-0.174],[0.247,-0.199],[0.122,-0.03],[0.468,0],[0.152,0],[-0.07,-0.147],[-0.124,-0.199],[0,-0.42],[0.222,-0.294],[0.124,-0.049],[0.172,-0.079],[0.148,-0.125],[0.025,-0.118],[0.025,-0.125],[0,-0.168],[0,0],[-0.416,0],[-0.288,0],[-0.1,-0.075],[-0.07,-0.122],[-0.074,-0.148],[-0.196,-0.126],[-0.37,0]],\"v\":[[301.42,129.645],[301.42,131.512],[300.634,131.903],[300.24,132.101],[299.848,132.394],[299.848,132.791],[299.947,133.968],[299.357,134.753],[298.569,135.443],[297.684,135.839],[296.897,136.424],[296.504,136.62],[296.111,136.723],[295.819,137.115],[295.423,137.412],[295.126,137.805],[294.736,137.9],[293.85,138.198],[293.65,138.587],[293.261,139.373],[292.868,139.673],[292.478,139.865],[292.079,140.162],[291.887,140.162],[291.689,140.162],[291.296,140.262],[291.296,140.652],[291.197,141.047],[290.9,141.44],[291.392,142.131],[291.785,142.326],[293.064,142.326],[293.85,142.422],[294.243,142.718],[294.538,143.112],[295.374,143.31],[295.819,143.31],[296.012,143.112],[296.405,142.917],[296.6,142.52],[296.996,142.326],[298.175,142.225],[298.277,141.247],[298.569,140.852],[299.357,140.162],[299.751,139.769],[299.947,138.98],[300.145,138.198],[300.339,137.805],[300.441,137.412],[300.829,137.115],[301.618,136.723],[302.008,136.723],[303.188,136.723],[303.582,136.62],[303.387,136.231],[302.993,135.742],[303.483,134.753],[304.272,134.166],[304.665,134.071],[304.96,133.676],[305.353,133.277],[305.353,132.887],[305.353,132.494],[305.548,132.13],[305.548,130.921],[304.465,130.921],[303.681,130.823],[303.582,130.43],[303.387,130.038],[302.993,129.745],[302.378,129.545]],\"c\":true},\"ix\":2},\"nm\":\"Path 139\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ind\":139,\"ty\":\"sh\",\"ix\":140,\"ks\":{\"a\":0,\"k\":{\"i\":[[0.176,0.003],[0.056,-0.045],[0.125,-0.095],[0.081,0.017],[0.045,-0.02],[0.048,-0.073],[0,0],[0,0],[0,0.146]],\"o\":[[-0.157,-0.003],[-0.124,0.099],[-0.055,0.044],[-0.066,-0.014],[-0.097,0.052],[0,0],[0,0],[0,-0.145],[-0.065,0.064]],\"v\":[[293.723,144.252],[293.36,144.29],[293.163,144.68],[292.944,144.69],[292.769,144.68],[292.671,145.028],[294.243,145.028],[294.243,144.586],[294.147,144.195]],\"c\":true},\"ix\":2},\"nm\":\"Path 140\",\"mn\":\"ADBE Vector Shape - Group\",\"hd\":false},{\"ty\":\"fl\",\"c\":{\"a\":0,\"k\":[0,0.641469717026,0.868382334709,1],\"ix\":4},\"o\":{\"a\":0,\"k\":50,\"ix\":5},\"r\":1,\"bm\":0,\"nm\":\"Fill 1\",\"mn\":\"ADBE Vector Graphic - Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[337.65,165.187],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 1\",\"np\":142,\"cix\":2,\"bm\":0,\"ix\":3,\"mn\":\"ADBE Vector Group\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Group 3\",\"np\":3,\"cix\":2,\"bm\":0,\"ix\":2,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":7,\"ty\":3,\"nm\":\"Null 1\",\"parent\":8,\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":0,\"ix\":11},\"r\":{\"a\":1,\"k\":[{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":0,\"s\":[-5]},{\"i\":{\"x\":[0.667],\"y\":[1]},\"o\":{\"x\":[0.333],\"y\":[0]},\"t\":900,\"s\":[5]},{\"t\":1800,\"s\":[-5]}],\"ix\":10},\"p\":{\"a\":0,\"k\":[0,0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100,100],\"ix\":6}},\"ao\":0,\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":8,\"ty\":4,\"nm\":\"Shape Layer 2\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[960,544,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[200,200,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[426.211,426.211],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"gf\",\"o\":{\"a\":0,\"k\":15,\"ix\":10},\"r\":1,\"bm\":0,\"g\":{\"p\":2,\"k\":{\"a\":0,\"k\":[0,1,1,1,1,0,0,0],\"ix\":9}},\"s\":{\"a\":0,\"k\":[0,-100],\"ix\":5},\"e\":{\"a\":0,\"k\":[0,100],\"ix\":6},\"t\":1,\"nm\":\"Gradient Fill 1\",\"mn\":\"ADBE Vector Graphic - G-Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0},{\"ddd\":0,\"ind\":9,\"ty\":4,\"nm\":\"Shape Layer 3\",\"sr\":1,\"ks\":{\"o\":{\"a\":0,\"k\":100,\"ix\":11},\"r\":{\"a\":0,\"k\":0,\"ix\":10},\"p\":{\"a\":0,\"k\":[960,544,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[230,230,100],\"ix\":6}},\"ao\":0,\"shapes\":[{\"ty\":\"gr\",\"it\":[{\"d\":1,\"ty\":\"el\",\"s\":{\"a\":0,\"k\":[426.211,426.211],\"ix\":2},\"p\":{\"a\":0,\"k\":[0,0],\"ix\":3},\"nm\":\"Ellipse Path 1\",\"mn\":\"ADBE Vector Shape - Ellipse\",\"hd\":false},{\"ty\":\"gf\",\"o\":{\"a\":0,\"k\":5,\"ix\":10},\"r\":1,\"bm\":0,\"g\":{\"p\":5,\"k\":{\"a\":0,\"k\":[0,0,0,0,0.433,0.5,0.5,0.5,0.866,1,1,1,0.916,0.5,0.5,0.5,1,0,0,0],\"ix\":9}},\"s\":{\"a\":0,\"k\":[0,0],\"ix\":5},\"e\":{\"a\":0,\"k\":[0,214],\"ix\":6},\"t\":2,\"h\":{\"a\":0,\"k\":0,\"ix\":7},\"a\":{\"a\":0,\"k\":0,\"ix\":8},\"nm\":\"Gradient Fill 1\",\"mn\":\"ADBE Vector Graphic - G-Fill\",\"hd\":false},{\"ty\":\"tr\",\"p\":{\"a\":0,\"k\":[0,0],\"ix\":2},\"a\":{\"a\":0,\"k\":[0,0],\"ix\":1},\"s\":{\"a\":0,\"k\":[100,100],\"ix\":3},\"r\":{\"a\":0,\"k\":0,\"ix\":6},\"o\":{\"a\":0,\"k\":100,\"ix\":7},\"sk\":{\"a\":0,\"k\":0,\"ix\":4},\"sa\":{\"a\":0,\"k\":0,\"ix\":5},\"nm\":\"Transform\"}],\"nm\":\"Ellipse 2\",\"np\":2,\"cix\":2,\"bm\":0,\"ix\":1,\"mn\":\"ADBE Vector Group\",\"hd\":false}],\"ip\":0,\"op\":1800,\"st\":0,\"bm\":0}],\"markers\":[]}"
  }
]